[rtklib] 01/02: Import Upstream version 2.4.3+dfsg1

Gürkan Myczko gurkan-guest at moszumanska.debian.org
Fri Feb 2 09:19:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

gurkan-guest pushed a commit to branch master
in repository rtklib.

commit aa150ee60de62f7abdfde70cf0e510de1262989f
Author: Gürkan Myczko <gurkan at phys.ethz.ch>
Date:   Tue Jan 30 12:46:13 2018 +0100

    Import Upstream version 2.4.3+dfsg1
---
 .gitattributes                               |    22 +
 .gitignore                                   |    10 +
 .pc/.quilt_patches                           |     1 +
 .pc/.quilt_series                            |     1 +
 .pc/.version                                 |     1 +
 .pc/applied-patches                          |     2 +
 .pc/fix-typo/app/convbin/convbin.c           |   512 +
 .pc/makefile-fixes/app/convbin/gcc/makefile  |   149 +
 .pc/makefile-fixes/app/convbin/makefile      |     0
 .pc/makefile-fixes/app/rnx2rtkp/gcc/makefile |   162 +
 .pc/makefile-fixes/app/rtkrcv/gcc/makefile   |   134 +
 .pc/makefile-fixes/app/str2str/gcc/makefile  |   117 +
 RTKLib.pri                                   |     6 +
 RTKLib.pro                                   |     4 +
 app/.gitignore                               |     1 +
 app/app.pro                                  |    10 +
 app/appcmn/aboutdlg.cpp                      |    26 +
 app/appcmn/aboutdlg.h                        |    38 +
 app/appcmn/cmdoptdlg.cpp                     |    86 +
 app/appcmn/cmdoptdlg.h                       |    40 +
 app/appcmn/confdlg.cpp                       |    15 +
 app/appcmn/confdlg.h                         |    24 +
 app/appcmn/console.cpp                       |   130 +
 app/appcmn/console.h                         |    45 +
 app/appcmn/fileoptdlg.cpp                    |   117 +
 app/appcmn/fileoptdlg.h                      |    48 +
 app/appcmn/ftpoptdlg.cpp                     |   114 +
 app/appcmn/ftpoptdlg.h                       |    52 +
 app/appcmn/gmview.cpp                        |   123 +
 app/appcmn/gmview.h                          |    43 +
 app/appcmn/graph.cpp                         |   658 +
 app/appcmn/graph.h                           |    81 +
 app/appcmn/keydlg.cpp                        |    44 +
 app/appcmn/keydlg.h                          |    63 +
 app/appcmn/maskoptdlg.cpp                    |    68 +
 app/appcmn/maskoptdlg.h                      |    74 +
 app/appcmn/refdlg.cpp                        |   246 +
 app/appcmn/refdlg.h                          |    50 +
 app/appcmn/serioptdlg.cpp                    |    79 +
 app/appcmn/serioptdlg.h                      |    41 +
 app/appcmn/tcpoptdlg.cpp                     |   136 +
 app/appcmn/tcpoptdlg.h                       |    45 +
 app/appcmn/timedlg.cpp                       |    37 +
 app/appcmn/timedlg.h                         |    25 +
 app/appcmn/tspandlg.cpp                      |   181 +
 app/appcmn/tspandlg.h                        |    58 +
 app/appcmn/viewer.cpp                        |   159 +
 app/appcmn/viewer.h                          |    55 +
 app/appcmn/vieweropt.cpp                     |    55 +
 app/appcmn/vieweropt.h                       |    41 +
 app/appcmn_qt/aboutdlg.cpp                   |    32 +
 app/appcmn_qt/aboutdlg.h                     |    25 +
 app/appcmn_qt/aboutdlg.ui                    |    65 +
 app/appcmn_qt/cmdoptdlg.cpp                  |   111 +
 app/appcmn_qt/cmdoptdlg.h                    |    30 +
 app/appcmn_qt/cmdoptdlg.ui                   |   149 +
 app/appcmn_qt/console.cpp                    |    92 +
 app/appcmn_qt/console.h                      |    32 +
 app/appcmn_qt/console.ui                     |   238 +
 app/appcmn_qt/fileoptdlg.cpp                 |   155 +
 app/appcmn_qt/fileoptdlg.h                   |    35 +
 app/appcmn_qt/fileoptdlg.ui                  |   302 +
 app/appcmn_qt/ftpoptdlg.cpp                  |   122 +
 app/appcmn_qt/ftpoptdlg.h                    |    33 +
 app/appcmn_qt/ftpoptdlg.ui                   |   456 +
 app/appcmn_qt/gmview.cpp                     |   254 +
 app/appcmn_qt/gmview.h                       |    76 +
 app/appcmn_qt/gmview.ui                      |   191 +
 app/appcmn_qt/graph.cpp                      |   745 +
 app/appcmn_qt/graph.h                        |    80 +
 app/appcmn_qt/keydlg.cpp                     |    48 +
 app/appcmn_qt/keydlg.h                       |    26 +
 app/appcmn_qt/keydlg.ui                      |   537 +
 app/appcmn_qt/maskoptdlg.cpp                 |    81 +
 app/appcmn_qt/maskoptdlg.h                   |    30 +
 app/appcmn_qt/maskoptdlg.ui                  |   625 +
 app/appcmn_qt/refdlg.cpp                     |   237 +
 app/appcmn_qt/refdlg.h                       |    40 +
 app/appcmn_qt/refdlg.ui                      |   158 +
 app/appcmn_qt/serioptdlg.cpp                 |   107 +
 app/appcmn_qt/serioptdlg.h                   |    33 +
 app/appcmn_qt/serioptdlg.ui                  |   335 +
 app/appcmn_qt/tcpoptdlg.cpp                  |   128 +
 app/appcmn_qt/tcpoptdlg.h                    |    33 +
 app/appcmn_qt/tcpoptdlg.ui                   |   246 +
 app/appcmn_qt/timedlg.cpp                    |    39 +
 app/appcmn_qt/timedlg.h                      |    27 +
 app/appcmn_qt/timedlg.ui                     |    56 +
 app/appcmn_qt/tspandlg.cpp                   |    92 +
 app/appcmn_qt/tspandlg.h                     |    38 +
 app/appcmn_qt/tspandlg.ui                    |   241 +
 app/appcmn_qt/viewer.cpp                     |   137 +
 app/appcmn_qt/viewer.h                       |    46 +
 app/appcmn_qt/viewer.ui                      |   175 +
 app/appcmn_qt/vieweropt.cpp                  |    79 +
 app/appcmn_qt/vieweropt.h                    |    31 +
 app/appcmn_qt/vieweropt.ui                   |   336 +
 app/clean_consapp.bat                        |     9 +
 app/clean_winapp.bat                         |    30 +
 app/convbin/convbin.c                        |   512 +
 app/convbin/gcc/makefile                     |   152 +
 app/convbin/makefile                         |   152 +
 app/icon/Thumbs.db                           |   Bin 0 -> 102912 bytes
 app/icon/alt.bmp                             |   Bin 0 -> 574 bytes
 app/icon/anim.bmp                            |   Bin 0 -> 2082 bytes
 app/icon/anim1.bmp                           |   Bin 0 -> 576 bytes
 app/icon/anim2.bmp                           |   Bin 0 -> 576 bytes
 app/icon/arrow.bmp                           |   Bin 0 -> 822 bytes
 app/icon/arrow_r.bmp                         |   Bin 0 -> 822 bytes
 app/icon/border.bmp                          |   Bin 0 -> 574 bytes
 app/icon/building.bmp                        |   Bin 0 -> 574 bytes
 app/icon/chart.bmp                           |   Bin 0 -> 574 bytes
 app/icon/connect.bmp                         |   Bin 0 -> 2082 bytes
 app/icon/connect1.bmp                        |   Bin 0 -> 576 bytes
 app/icon/connect2.bmp                        |   Bin 0 -> 640 bytes
 app/icon/data01.bmp                          |   Bin 0 -> 374 bytes
 app/icon/data02.bmp                          |   Bin 0 -> 374 bytes
 app/icon/data03.bmp                          |   Bin 0 -> 374 bytes
 app/icon/data04.bmp                          |   Bin 0 -> 374 bytes
 app/icon/data1.bmp                           |   Bin 0 -> 574 bytes
 app/icon/data12.bmp                          |   Bin 0 -> 574 bytes
 app/icon/data2.bmp                           |   Bin 0 -> 574 bytes
 app/icon/del.bmp                             |   Bin 0 -> 574 bytes
 app/icon/doc.bmp                             |   Bin 0 -> 574 bytes
 app/icon/down.bmp                            |   Bin 0 -> 222 bytes
 app/icon/expand.bmp                          |   Bin 0 -> 574 bytes
 app/icon/fitd.bmp                            |   Bin 0 -> 574 bytes
 app/icon/fith.bmp                            |   Bin 0 -> 574 bytes
 app/icon/fitv.bmp                            |   Bin 0 -> 574 bytes
 app/icon/ge.bmp                              |   Bin 0 -> 574 bytes
 app/icon/gm.bmp                              |   Bin 0 -> 574 bytes
 app/icon/graph.bmp                           |   Bin 0 -> 574 bytes
 app/icon/grid.bmp                            |   Bin 0 -> 574 bytes
 app/icon/headup.bmp                          |   Bin 0 -> 574 bytes
 app/icon/home.bmp                            |   Bin 0 -> 1286 bytes
 app/icon/load.bmp                            |   Bin 0 -> 222 bytes
 app/icon/map.bmp                             |   Bin 0 -> 574 bytes
 app/icon/navctr.bmp                          |   Bin 0 -> 574 bytes
 app/icon/navi.bmp                            |   Bin 0 -> 1590 bytes
 app/icon/navi0.bmp                           |   Bin 0 -> 574 bytes
 app/icon/norm.bmp                            |   Bin 0 -> 574 bytes
 app/icon/ori.bmp                             |   Bin 0 -> 574 bytes
 app/icon/pause.bmp                           |   Bin 0 -> 574 bytes
 app/icon/point.bmp                           |   Bin 0 -> 1286 bytes
 app/icon/point.ico                           |   Bin 0 -> 3262 bytes
 app/icon/rarrow.bmp                          |   Bin 0 -> 1622 bytes
 app/icon/reload.bmp                          |   Bin 0 -> 222 bytes
 app/icon/road.bmp                            |   Bin 0 -> 574 bytes
 app/icon/rotl.bmp                            |   Bin 0 -> 222 bytes
 app/icon/rotr.bmp                            |   Bin 0 -> 222 bytes
 app/icon/rtk1.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk1.ico                            |   Bin 0 -> 12862 bytes
 app/icon/rtk2.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk2.ico                            |   Bin 0 -> 12862 bytes
 app/icon/rtk3.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk3.ico                            |   Bin 0 -> 12862 bytes
 app/icon/rtk4.bmp                            |   Bin 0 -> 12342 bytes
 app/icon/rtk4.ico                            |   Bin 0 -> 12862 bytes
 app/icon/rtk5.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk5.ico                            |   Bin 0 -> 119454 bytes
 app/icon/rtk6.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk6.ico                            |   Bin 0 -> 5694 bytes
 app/icon/rtk7.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk7.ico                            |   Bin 0 -> 5694 bytes
 app/icon/rtk8.bmp                            |   Bin 0 -> 3126 bytes
 app/icon/rtk8.ico                            |   Bin 0 -> 12862 bytes
 app/icon/rtk8_tray.ico                       |   Bin 0 -> 3262 bytes
 app/icon/rtk9.bmp                            |   Bin 0 -> 12342 bytes
 app/icon/rtk9.ico                            |   Bin 0 -> 12862 bytes
 app/icon/sat.doc                             |   Bin 0 -> 111616 bytes
 app/icon/scale.bmp                           |   Bin 0 -> 574 bytes
 app/icon/showp.bmp                           |   Bin 0 -> 574 bytes
 app/icon/showt.bmp                           |   Bin 0 -> 574 bytes
 app/icon/shrink.bmp                          |   Bin 0 -> 574 bytes
 app/icon/sqr.bmp                             |   Bin 0 -> 574 bytes
 app/icon/status.bmp                          |   Bin 0 -> 574 bytes
 app/icon/stop.bmp                            |   Bin 0 -> 574 bytes
 app/icon/svrarrow.bmp                        |   Bin 0 -> 2798 bytes
 app/icon/tilt.bmp                            |   Bin 0 -> 574 bytes
 app/icon/tool.bmp                            |   Bin 0 -> 574 bytes
 app/icon/track.bmp                           |   Bin 0 -> 574 bytes
 app/icon/trackc.bmp                          |   Bin 0 -> 574 bytes
 app/icon/trackl.bmp                          |   Bin 0 -> 574 bytes
 app/icon/trackr.bmp                          |   Bin 0 -> 574 bytes
 app/icon/tray0.bmp                           |   Bin 0 -> 1334 bytes
 app/icon/tray0.ico                           |   Bin 0 -> 1406 bytes
 app/icon/tray1.bmp                           |   Bin 0 -> 1334 bytes
 app/icon/tray1.ico                           |   Bin 0 -> 1406 bytes
 app/icon/tray2.bmp                           |   Bin 0 -> 822 bytes
 app/icon/tray2.ico                           |   Bin 0 -> 318 bytes
 app/icon/ttray.bmp                           |   Bin 0 -> 574 bytes
 app/icon/undu.bmp                            |   Bin 0 -> 574 bytes
 app/icon/up.bmp                              |   Bin 0 -> 574 bytes
 app/icon/vmap.bmp                            |   Bin 0 -> 574 bytes
 app/icon/wait1.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait2.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait3.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait4.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait5.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait6.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait7.bmp                           |   Bin 0 -> 222 bytes
 app/icon/wait8.bmp                           |   Bin 0 -> 222 bytes
 app/install_consapp.bat                      |     9 +
 app/install_qtapp.bat                        |    24 +
 app/install_winapp.bat                       |    30 +
 app/makeall.sh                               |    30 +
 app/pos2kml/gcc/makefile                     |    34 +
 app/pos2kml/pos2kml.c                        |   103 +
 app/rnx2rtkp/gcc/makefile                    |   167 +
 app/rnx2rtkp/gcc/opts1.conf                  |    84 +
 app/rnx2rtkp/gcc/opts2.conf                  |    82 +
 app/rnx2rtkp/gcc/opts3.conf                  |    82 +
 app/rnx2rtkp/gcc/opts4.conf                  |    82 +
 app/rnx2rtkp/rnx2rtkp.c                      |   175 +
 app/rtkconv/clean.bat                        |    12 +
 app/rtkconv/codeopt.cpp                      |   342 +
 app/rtkconv/codeopt.h                        |   108 +
 app/rtkconv/convmain.cpp                     |  1047 +
 app/rtkconv/convmain.h                       |   190 +
 app/rtkconv/convopt.cpp                      |   190 +
 app/rtkconv/convopt.h                        |    96 +
 app/rtkconv/install.bat                      |     1 +
 app/rtkconv/rtkconv.cbproj                   |   374 +
 app/rtkconv/rtkconv.cbproj.local             |    10 +
 app/rtkconv/rtkconv.cpp                      |    66 +
 app/rtkconv/rtkconv.res                      |   Bin 0 -> 14136 bytes
 app/rtkconv/rtkconv_Icon.ico                 |   Bin 0 -> 12862 bytes
 app/rtkconv/startdlg.cpp                     |    70 +
 app/rtkconv/startdlg.h                       |    39 +
 app/rtkconv_qt/.gitignore                    |     9 +
 app/rtkconv_qt/codeopt.cpp                   |   348 +
 app/rtkconv_qt/codeopt.h                     |    29 +
 app/rtkconv_qt/codeopt.ui                    |  1211 +
 app/rtkconv_qt/convmain.cpp                  |  1036 +
 app/rtkconv_qt/convmain.h                    |   139 +
 app/rtkconv_qt/convmain.ui                   |   672 +
 app/rtkconv_qt/convopt.cpp                   |   194 +
 app/rtkconv_qt/convopt.h                     |    33 +
 app/rtkconv_qt/convopt.ui                    |  1024 +
 app/rtkconv_qt/install.bat                   |     1 +
 app/rtkconv_qt/install.sh                    |     1 +
 app/rtkconv_qt/rtkconv.cpp                   |    11 +
 app/rtkconv_qt/rtkconv_Icon.ico              |   Bin 0 -> 12862 bytes
 app/rtkconv_qt/rtkconv_qt.pro                |    71 +
 app/rtkconv_qt/rtkconv_qt.qrc                |    93 +
 app/rtkconv_qt/rtkconv_qt.rc                 |     1 +
 app/rtkconv_qt/startdlg.cpp                  |    38 +
 app/rtkconv_qt/startdlg.h                    |    24 +
 app/rtkconv_qt/startdlg.ui                   |   147 +
 app/rtkget/clean.bat                         |    14 +
 app/rtkget/getmain.cpp                       |   907 +
 app/rtkget/getmain.h                         |   171 +
 app/rtkget/getoptdlg.cpp                     |    59 +
 app/rtkget/getoptdlg.h                       |    48 +
 app/rtkget/install.bat                       |     1 +
 app/rtkget/rtkget.cbproj                     |   274 +
 app/rtkget/rtkget.cbproj.local               |    14 +
 app/rtkget/rtkget.cpp                        |    64 +
 app/rtkget/rtkget.res                        |   Bin 0 -> 14136 bytes
 app/rtkget/staoptdlg.cpp                     |    66 +
 app/rtkget/staoptdlg.h                       |    34 +
 app/rtkget_qt/.gitignore                     |     9 +
 app/rtkget_qt/getmain.cpp                    |   896 +
 app/rtkget_qt/getmain.h                      |   100 +
 app/rtkget_qt/getmain.ui                     |   927 +
 app/rtkget_qt/getoptdlg.cpp                  |    77 +
 app/rtkget_qt/getoptdlg.h                    |    25 +
 app/rtkget_qt/getoptdlg.ui                   |   382 +
 app/rtkget_qt/install.bat                    |     1 +
 app/rtkget_qt/install.sh                     |     1 +
 app/rtkget_qt/main.cpp                       |    11 +
 app/rtkget_qt/rtkget_Icon.ico                |   Bin 0 -> 12862 bytes
 app/rtkget_qt/rtkget_qt.pro                  |    69 +
 app/rtkget_qt/rtkget_qt.pro.user             |   538 +
 app/rtkget_qt/rtkget_qt.qrc                  |    92 +
 app/rtkget_qt/rtkget_qt.rc                   |     1 +
 app/rtkget_qt/staoptdlg.cpp                  |    80 +
 app/rtkget_qt/staoptdlg.h                    |    25 +
 app/rtkget_qt/staoptdlg.ui                   |   124 +
 app/rtklaunch/clean.bat                      |    12 +
 app/rtklaunch/install.bat                    |     1 +
 app/rtklaunch/launchmain.cpp                 |   232 +
 app/rtklaunch/launchmain.h                   |    72 +
 app/rtklaunch/rtklaunch.cbproj               |   188 +
 app/rtklaunch/rtklaunch.cbproj.local         |    13 +
 app/rtklaunch/rtklaunch.cpp                  |    49 +
 app/rtklaunch/rtklaunch.res                  |   Bin 0 -> 14136 bytes
 app/rtklaunch_qt/.gitignore                  |     9 +
 app/rtklaunch_qt/install.bat                 |     1 +
 app/rtklaunch_qt/install.sh                  |     1 +
 app/rtklaunch_qt/launchmain.cpp              |   201 +
 app/rtklaunch_qt/launchmain.h                |    45 +
 app/rtklaunch_qt/launchmain.ui               |   219 +
 app/rtklaunch_qt/main.cpp                    |    11 +
 app/rtklaunch_qt/rtklaunch.cpp               |    49 +
 app/rtklaunch_qt/rtklaunch_Icon.ico          |   Bin 0 -> 12862 bytes
 app/rtklaunch_qt/rtklaunch_qt.pro            |    39 +
 app/rtklaunch_qt/rtklaunch_qt.qrc            |    92 +
 app/rtklaunch_qt/rtklaunch_qt.rc             |     1 +
 app/rtklib_consapp.groupproj                 |    60 +
 app/rtklib_consapp.groupproj.local           |     9 +
 app/rtklib_winapp.groupproj                  |   144 +
 app/rtklib_winapp.groupproj.local            |     7 +
 app/rtknavi/clean.bat                        |    12 +
 app/rtknavi/install.bat                      |     1 +
 app/rtknavi/instrdlg.cpp                     |   395 +
 app/rtknavi/instrdlg.h                       |   101 +
 app/rtknavi/logstrdlg.cpp                    |   208 +
 app/rtknavi/logstrdlg.h                      |    72 +
 app/rtknavi/mapdlg.cpp                       |   478 +
 app/rtknavi/mapdlg.h                         |    81 +
 app/rtknavi/mondlg.cpp                       |  2180 ++
 app/rtknavi/mondlg.h                         |   102 +
 app/rtknavi/navimain.cpp                     |  2365 ++
 app/rtknavi/navimain.h                       |   247 +
 app/rtknavi/naviopt.cpp                      |  1123 +
 app/rtknavi/naviopt.h                        |   294 +
 app/rtknavi/outstrdlg.cpp                    |   174 +
 app/rtknavi/outstrdlg.h                      |    66 +
 app/rtknavi/rcvoptdlg.cpp                    |    25 +
 app/rtknavi/rcvoptdlg.h                      |    26 +
 app/rtknavi/rtknavi.cbproj                   |   596 +
 app/rtknavi/rtknavi.cbproj.local             |    10 +
 app/rtknavi/rtknavi.cpp                      |    84 +
 app/rtknavi/rtknavi.res                      |   Bin 0 -> 120760 bytes
 app/rtknavi/rtknavi_Icon.ico                 |   Bin 0 -> 119454 bytes
 app/rtknavi_mkl/clean.bat                    |    12 +
 app/rtknavi_mkl/install.bat                  |     1 +
 app/rtknavi_mkl/rtknavi_Icon.ico             |   Bin 0 -> 119454 bytes
 app/rtknavi_mkl/rtknavi_mkl.cbproj           |   601 +
 app/rtknavi_mkl/rtknavi_mkl.cbproj.local     |    10 +
 app/rtknavi_mkl/rtknavi_mkl.cpp              |    85 +
 app/rtknavi_mkl/rtknavi_mkl.res              |   Bin 0 -> 120760 bytes
 app/rtknavi_qt/.gitignore                    |     9 +
 app/rtknavi_qt/install.bat                   |     1 +
 app/rtknavi_qt/install.sh                    |     1 +
 app/rtknavi_qt/instrdlg.cpp                  |   468 +
 app/rtknavi_qt/instrdlg.h                    |    74 +
 app/rtknavi_qt/instrdlg.ui                   |   693 +
 app/rtknavi_qt/logstrdlg.cpp                 |   246 +
 app/rtknavi_qt/logstrdlg.h                   |    57 +
 app/rtknavi_qt/logstrdlg.ui                  |   462 +
 app/rtknavi_qt/main.cpp                      |    11 +
 app/rtknavi_qt/mapdlg.cpp                    |   467 +
 app/rtknavi_qt/mapdlg.h                      |    63 +
 app/rtknavi_qt/mapdlg.ui                     |   226 +
 app/rtknavi_qt/mondlg.cpp                    |  2165 ++
 app/rtknavi_qt/mondlg.h                      |    90 +
 app/rtknavi_qt/mondlg.ui                     |   505 +
 app/rtknavi_qt/navimain.cpp                  |  2347 ++
 app/rtknavi_qt/navimain.h                    |   169 +
 app/rtknavi_qt/navimain.ui                   |  1815 +
 app/rtknavi_qt/naviopt.cpp                   |  1165 +
 app/rtknavi_qt/naviopt.h                     |    83 +
 app/rtknavi_qt/naviopt.ui                    |  3217 ++
 app/rtknavi_qt/outstrdlg.cpp                 |   211 +
 app/rtknavi_qt/outstrdlg.h                   |    50 +
 app/rtknavi_qt/outstrdlg.ui                  |   528 +
 app/rtknavi_qt/rcvoptdlg.cpp                 |    30 +
 app/rtknavi_qt/rcvoptdlg.h                   |    25 +
 app/rtknavi_qt/rcvoptdlg.ui                  |   100 +
 app/rtknavi_qt/rtknavi_Icon.ico              |   Bin 0 -> 119454 bytes
 app/rtknavi_qt/rtknavi_qt.pro                |   105 +
 app/rtknavi_qt/rtknavi_qt.pro.user           |   598 +
 app/rtknavi_qt/rtknavi_qt.qrc                |    93 +
 app/rtknavi_qt/rtknavi_qt.rc                 |     1 +
 app/rtkplot/Debug_Build/rtkplot_ge.htm       |   233 +
 app/rtkplot/Debug_Build/rtkplot_gm.htm       |   103 +
 app/rtkplot/Release_Build/rtkplot_ge.htm     |   233 +
 app/rtkplot/Release_Build/rtkplot_gm.htm     |   103 +
 app/rtkplot/clean.bat                        |    12 +
 app/rtkplot/conndlg.cpp                      |   201 +
 app/rtkplot/conndlg.h                        |    70 +
 app/rtkplot/fileseldlg.cpp                   |    84 +
 app/rtkplot/fileseldlg.h                     |    51 +
 app/rtkplot/geview.cpp                       |   466 +
 app/rtkplot/geview.h                         |   114 +
 app/rtkplot/gmview.cpp                       |   194 +
 app/rtkplot/gmview.h                         |    57 +
 app/rtkplot/install.bat                      |     1 +
 app/rtkplot/mapdlg.cpp                       |   151 +
 app/rtkplot/mapdlg.h                         |    63 +
 app/rtkplot/plotcmn.cpp                      |   564 +
 app/rtkplot/plotdata.cpp                     |  1268 +
 app/rtkplot/plotdraw.cpp                     |  2041 ++
 app/rtkplot/plotinfo.cpp                     |   400 +
 app/rtkplot/plotmain.cpp                     |  2746 ++
 app/rtkplot/plotmain.h                       |   630 +
 app/rtkplot/plotopt.cpp                      |   300 +
 app/rtkplot/plotopt.h                        |   163 +
 app/rtkplot/pntdlg.cpp                       |   146 +
 app/rtkplot/pntdlg.h                         |    46 +
 app/rtkplot/rtkplot.cbproj                   |   526 +
 app/rtkplot/rtkplot.cbproj.local             |    21 +
 app/rtkplot/rtkplot.cpp                      |   112 +
 app/rtkplot/rtkplot.res                      |   Bin 0 -> 14136 bytes
 app/rtkplot/rtkplot_Icon.ico                 |   Bin 0 -> 12862 bytes
 app/rtkplot/satdlg.cpp                       |    67 +
 app/rtkplot/satdlg.h                         |    72 +
 app/rtkplot/skydlg.cpp                       |   321 +
 app/rtkplot/skydlg.h                         |   119 +
 app/rtkplot_qt/.gitignore                    |     9 +
 app/rtkplot_qt/conndlg.cpp                   |   254 +
 app/rtkplot_qt/conndlg.h                     |    52 +
 app/rtkplot_qt/conndlg.ui                    |   467 +
 app/rtkplot_qt/fileseldlg.cpp                |   132 +
 app/rtkplot_qt/fileseldlg.h                  |    37 +
 app/rtkplot_qt/fileseldlg.ui                 |   212 +
 app/rtkplot_qt/geview.cpp                    |   530 +
 app/rtkplot_qt/geview.h                      |   104 +
 app/rtkplot_qt/geview.ui                     |   648 +
 app/rtkplot_qt/install.bat                   |     1 +
 app/rtkplot_qt/install.sh                    |     1 +
 app/rtkplot_qt/mapdlg.cpp                    |   116 +
 app/rtkplot_qt/mapdlg.h                      |    36 +
 app/rtkplot_qt/mapdlg.ui                     |   345 +
 app/rtkplot_qt/plotcmn.cpp                   |   563 +
 app/rtkplot_qt/plotdata.cpp                  |  1294 +
 app/rtkplot_qt/plotdraw.cpp                  |  2045 ++
 app/rtkplot_qt/plotinfo.cpp                  |   407 +
 app/rtkplot_qt/plotmain.cpp                  |  2712 ++
 app/rtkplot_qt/plotmain.h                    |   474 +
 app/rtkplot_qt/plotmain.ui                   |  2167 ++
 app/rtkplot_qt/plotopt.cpp                   |   364 +
 app/rtkplot_qt/plotopt.h                     |    52 +
 app/rtkplot_qt/plotopt.ui                    |  2483 ++
 app/rtkplot_qt/pntdlg.cpp                    |   147 +
 app/rtkplot_qt/pntdlg.h                      |    30 +
 app/rtkplot_qt/pntdlg.ui                     |   253 +
 app/rtkplot_qt/qwebchannel.js                |   413 +
 app/rtkplot_qt/rtklib_ge.htm                 |   233 +
 app/rtkplot_qt/rtklib_gm.htm                 |   103 +
 app/rtkplot_qt/rtkplot.cpp                   |    11 +
 app/rtkplot_qt/rtkplot.res                   |   Bin 0 -> 14136 bytes
 app/rtkplot_qt/rtkplot_Icon.ico              |   Bin 0 -> 12862 bytes
 app/rtkplot_qt/rtkplot_qt.pro                |   130 +
 app/rtkplot_qt/rtkplot_qt.qrc                |    98 +
 app/rtkplot_qt/rtkplot_qt.rc                 |     1 +
 app/rtkplot_qt/satdlg.cpp                    |    73 +
 app/rtkplot_qt/satdlg.h                      |    30 +
 app/rtkplot_qt/satdlg.ui                     |   664 +
 app/rtkplot_qt/skydlg.cpp                    |   224 +
 app/rtkplot_qt/skydlg.h                      |    38 +
 app/rtkplot_qt/skydlg.ui                     |   794 +
 app/rtkpost/clean.bat                        |    12 +
 app/rtkpost/extopt.cpp                       |   133 +
 app/rtkpost/extopt.h                         |   125 +
 app/rtkpost/install.bat                      |     1 +
 app/rtkpost/kmzconv.cpp                      |   255 +
 app/rtkpost/kmzconv.h                        |    87 +
 app/rtkpost/postmain.cpp                     |  1537 +
 app/rtkpost/postmain.h                       |   218 +
 app/rtkpost/postopt.cpp                      |  1056 +
 app/rtkpost/postopt.h                        |   294 +
 app/rtkpost/rtkpost.cbproj                   |   385 +
 app/rtkpost/rtkpost.cbproj.local             |    10 +
 app/rtkpost/rtkpost.cpp                      |    77 +
 app/rtkpost/rtkpost.res                      |   Bin 0 -> 14136 bytes
 app/rtkpost/rtkpost_Icon.ico                 |   Bin 0 -> 12862 bytes
 app/rtkpost_mkl/clean.bat                    |    12 +
 app/rtkpost_mkl/install.bat                  |     1 +
 app/rtkpost_mkl/rtkpost_mkl.cbproj           |   388 +
 app/rtkpost_mkl/rtkpost_mkl.cbproj.local     |     9 +
 app/rtkpost_mkl/rtkpost_mkl.cpp              |    70 +
 app/rtkpost_mkl/rtkpost_mkl.res              |   Bin 0 -> 14136 bytes
 app/rtkpost_mkl/rtkpost_mkl_Icon.ico         |   Bin 0 -> 12862 bytes
 app/rtkpost_qt/.gitignore                    |     9 +
 app/rtkpost_qt/extopt.cpp                    |   132 +
 app/rtkpost_qt/extopt.h                      |    33 +
 app/rtkpost_qt/extopt.ui                     |  1337 +
 app/rtkpost_qt/install.bat                   |     1 +
 app/rtkpost_qt/install.sh                    |     1 +
 app/rtkpost_qt/kmzconv.cpp                   |   208 +
 app/rtkpost_qt/kmzconv.h                     |    40 +
 app/rtkpost_qt/kmzconv.ui                    |   702 +
 app/rtkpost_qt/postmain.cpp                  |  1599 +
 app/rtkpost_qt/postmain.h                    |   164 +
 app/rtkpost_qt/postmain.ui                   |  1514 +
 app/rtkpost_qt/postopt.cpp                   |  1138 +
 app/rtkpost_qt/postopt.h                     |    93 +
 app/rtkpost_qt/postopt.ui                    |  3407 ++
 app/rtkpost_qt/rtkpost.cpp                   |    11 +
 app/rtkpost_qt/rtkpost_Icon.ico              |   Bin 0 -> 12862 bytes
 app/rtkpost_qt/rtkpost_qt.pro                |    80 +
 app/rtkpost_qt/rtkpost_qt.pro.user           |   334 +
 app/rtkpost_qt/rtkpost_qt.qrc                |    94 +
 app/rtkpost_qt/rtkpost_qt.rc                 |     1 +
 app/rtkrcv/gcc/makefile                      |   141 +
 app/rtkrcv/gcc/rtkrcv.conf                   |   121 +
 app/rtkrcv/gcc/rtkshut.sh                    |     5 +
 app/rtkrcv/gcc/rtkstart.sh                   |     5 +
 app/rtkrcv/longrtk.conf                      |   121 +
 app/rtkrcv/ppp.conf                          |   121 +
 app/rtkrcv/rtk.conf                          |   121 +
 app/rtkrcv/rtk_pb.conf                       |   121 +
 app/rtkrcv/rtkrcv.c                          |  1463 +
 app/rtkrcv/sbas.conf                         |   121 +
 app/rtkrcv/single.conf                       |   121 +
 app/rtkrcv/vt.c                              |   434 +
 app/rtkrcv/vt.h                              |    45 +
 app/srctblbrows/browsmain.cpp                |   546 +
 app/srctblbrows/browsmain.h                  |   111 +
 app/srctblbrows/clean.bat                    |    12 +
 app/srctblbrows/install.bat                  |     1 +
 app/srctblbrows/srctblbrows.cbproj           |   308 +
 app/srctblbrows/srctblbrows.cbproj.local     |     7 +
 app/srctblbrows/srctblbrows.cpp              |    50 +
 app/srctblbrows/srctblbrows.res              |   Bin 0 -> 6968 bytes
 app/srctblbrows/srctblbrows_Icon.ico         |   Bin 0 -> 5694 bytes
 app/srctblbrows/staoptdlg.cpp                |    67 +
 app/srctblbrows/staoptdlg.h                  |    34 +
 app/srctblbrows_qt/.gitignore                |     9 +
 app/srctblbrows_qt/browsmain.cpp             |   560 +
 app/srctblbrows_qt/browsmain.h               |    68 +
 app/srctblbrows_qt/browsmain.ui              |   585 +
 app/srctblbrows_qt/install.bat               |     1 +
 app/srctblbrows_qt/install.sh                |     1 +
 app/srctblbrows_qt/qwebchannel.js            |   413 +
 app/srctblbrows_qt/rtklib_gm.htm             |    81 +
 app/srctblbrows_qt/srctblbrows.cpp           |    11 +
 app/srctblbrows_qt/srctblbrows_Icon.ico      |   Bin 0 -> 5694 bytes
 app/srctblbrows_qt/srctblbrows_qt.pro        |    69 +
 app/srctblbrows_qt/srctblbrows_qt.qrc        |    97 +
 app/srctblbrows_qt/srctblbrows_qt.rc         |     1 +
 app/srctblbrows_qt/staoptdlg.cpp             |    80 +
 app/srctblbrows_qt/staoptdlg.h               |    25 +
 app/srctblbrows_qt/staoptdlg.ui              |   124 +
 app/str2str/gcc/makefile                     |   121 +
 app/str2str/str2str.c                        |   323 +
 app/strsvr/clean.bat                         |    12 +
 app/strsvr/convdlg.cpp                       |    62 +
 app/strsvr/convdlg.h                         |    40 +
 app/strsvr/install.bat                       |     1 +
 app/strsvr/strsvr.cbproj                     |   382 +
 app/strsvr/strsvr.cbproj.local               |     7 +
 app/strsvr/strsvr.cpp                        |    66 +
 app/strsvr/strsvr.res                        |   Bin 0 -> 6968 bytes
 app/strsvr/strsvr_Icon.ico                   |   Bin 0 -> 5694 bytes
 app/strsvr/svrmain.cpp                       |   757 +
 app/strsvr/svrmain.h                         |   145 +
 app/strsvr/svroptdlg.cpp                     |   148 +
 app/strsvr/svroptdlg.h                       |    70 +
 app/strsvr_qt/.gitignore                     |     9 +
 app/strsvr_qt/convdlg.cpp                    |    60 +
 app/strsvr_qt/convdlg.h                      |    29 +
 app/strsvr_qt/convdlg.ui                     |   179 +
 app/strsvr_qt/install.bat                    |     1 +
 app/strsvr_qt/install.sh                     |     1 +
 app/strsvr_qt/strsvr.cpp                     |    11 +
 app/strsvr_qt/strsvr_Icon.ico                |   Bin 0 -> 12862 bytes
 app/strsvr_qt/strsvr_qt.pro                  |    87 +
 app/strsvr_qt/strsvr_qt.qrc                  |    94 +
 app/strsvr_qt/strsvr_qt.rc                   |     1 +
 app/strsvr_qt/svrmain.cpp                    |   853 +
 app/strsvr_qt/svrmain.h                      |    92 +
 app/strsvr_qt/svrmain.ui                     |  1739 +
 app/strsvr_qt/svroptdlg.cpp                  |   177 +
 app/strsvr_qt/svroptdlg.h                    |    31 +
 app/strsvr_qt/svroptdlg.ui                   |   646 +
 brd/lbr/bb_rtkrcv.lbr                        |   Bin 0 -> 1806 bytes
 brd/lbr/power.lbr                            |   Bin 0 -> 2373 bytes
 brd/lbr/ublox.lbr                            |   Bin 0 -> 30391 bytes
 brd/sch/schematic.brd                        |   Bin 0 -> 34201 bytes
 brd/sch/schematic.pro                        |    25 +
 brd/sch/schematic.sch                        |   Bin 0 -> 32536 bytes
 data/P1C1_ALL.DCB                            |    92 +
 data/P1P2_ALL.DCB                            |   453 +
 data/P2C2.DCB                                |    66 +
 data/STA_GSI.txt                             |  1248 +
 data/STA_IGS.txt                             |   403 +
 data/STA_IGS08.txt                           |   234 +
 data/STA_IGS_H.txt                           |   252 +
 data/STA_IGS_HR.txt                          |   131 +
 data/STA_IGS_MGEX.txt                        |    61 +
 data/TLE_20130427.txt                        | 28590 +++++++++++++++
 data/TLE_20140827.txt                        | 29960 ++++++++++++++++
 data/TLE_20160119.txt                        | 46047 +++++++++++++++++++++++++
 data/TLE_GNSS_SATNO.txt                      |   213 +
 data/TLE_GNSS_SIM.txt                        |   402 +
 data/URL_LIST.txt                            |   175 +
 data/cres_raw_10hz.cmd                       |    12 +
 data/cres_raw_1hz.cmd                        |    12 +
 data/elmask_sample.txt                       |    24 +
 data/gnssdatasrc.txt                         |   203 +
 data/igs10P1565_wocov.snx                    |  4590 +++
 data/javad_raw_10hz.cmd                      |    11 +
 data/javad_raw_1hz.cmd                       |    11 +
 data/javad_raw_5hz.cmd                       |    11 +
 data/lexr_inittime.cmd                       |     6 +
 data/ngs_abs.pcv                             |  1614 +
 data/oem3_com1setup.cmd                      |     4 +
 data/oem3_com2setup.cmd                      |     4 +
 data/oem3_raw_10hz.cmd                       |    11 +
 data/oem3_raw_1hz.cmd                        |    11 +
 data/oem3_rtcm2_10hz.cmd                     |    12 +
 data/oem3_rtcm2_1hz.cmd                      |    12 +
 data/oem3_rtk_10hz.cmd                       |     6 +
 data/oem3_rtk_1hz.cmd                        |     6 +
 data/oem4_raw_10hz.cmd                       |    14 +
 data/oem4_raw_1hz.cmd                        |    15 +
 data/oem4_raw_20hz.cmd                       |    15 +
 data/oem4_raw_5hz.cmd                        |    15 +
 data/oem4_rtcm2_10hz.cmd                     |    15 +
 data/oem4_rtcm2_1hz.cmd                      |    14 +
 data/oem4_rtcm3_10hz.cmd                     |    12 +
 data/oem4_rtcm3_1hz.cmd                      |    18 +
 data/oem4_setcom115200.cmd                   |     5 +
 data/oem6_raw_1hz.cmd                        |    25 +
 data/skytraq_raw_10hz.cmd                    |     7 +
 data/skytraq_raw_1hz.cmd                     |     7 +
 data/skytraq_raw_20hz.cmd                    |     7 +
 data/skytraq_raw_5hz.cmd                     |     7 +
 data/stations.pos                            |  1256 +
 data/ubx_m8n_bds_raw_1hz.cmd                 |     9 +
 data/ubx_m8n_glo_raw_1hz.cmd                 |    10 +
 data/ubx_m8t_bds_raw_1hz.cmd                 |     8 +
 data/ubx_m8t_bds_raw_5hz.cmd                 |    10 +
 data/ubx_m8t_glo_raw_1hz.cmd                 |     7 +
 data/ubx_m8t_glo_raw_5hz.cmd                 |    10 +
 data/ubx_raw_10hz.cmd                        |     6 +
 data/ubx_raw_1hz.cmd                         |     6 +
 data/ubx_raw_5hz.cmd                         |     6 +
 doc/doc/relnote_2.4.1.htm                    |   433 +
 doc/doc/relnotes_2.2.1.txt                   |   147 +
 doc/doc/relnotes_2.2.2.txt                   |    91 +
 doc/doc/relnotes_2.3.0.txt                   |   158 +
 doc/doc/relnotes_2.4.0.doc                   |   Bin 0 -> 52224 bytes
 doc/manual_2.4.2.pdf                         |   Bin 0 -> 6125002 bytes
 doc/relnote_2.4.2.htm                        |   219 +
 lib/iers/gcc/makefile                        |    46 +
 lib/iers/src/cal2jd.f                        |   196 +
 lib/iers/src/dat.f                           |   357 +
 lib/iers/src/dehanttideinel.f                |   380 +
 lib/iers/src/gmf.f                           |   384 +
 lib/iers/src/gpt.f                           |   387 +
 lib/iers/src/gpt.f.org                       |   387 +
 lib/iers/src/norm8.f                         |   148 +
 lib/iers/src/sprod.f                         |   157 +
 lib/iers/src/st1idiu.f                       |   214 +
 lib/iers/src/st1isem.f                       |   216 +
 lib/iers/src/st1l1.f                         |   242 +
 lib/iers/src/step2diu.f                      |   299 +
 lib/iers/src/step2lon.f                      |   261 +
 lib/iers/src/vmf1.f                          |   208 +
 lib/iers/src/vmf1.f.org                      |   208 +
 lib/iers/src/vmf1_ht.f                       |   233 +
 lib/iers/src/vmf1_ht.f.org                   |   233 +
 lib/iers/src/zero_vec8.f                     |   150 +
 lib/iers/src_c/cal2jd.c                      |   200 +
 lib/iers/src_c/dat.c                         |   310 +
 lib/iers/src_c/dehanttideinel.c              |   448 +
 lib/iers/src_c/f2c.h                         |   223 +
 lib/iers/src_c/gmf.c                         |   370 +
 lib/iers/src_c/gpt.c                         |   375 +
 lib/iers/src_c/norm8.c                       |   164 +
 lib/iers/src_c/sprod.c                       |   175 +
 lib/iers/src_c/st1idiu.c                     |   247 +
 lib/iers/src_c/st1isem.c                     |   280 +
 lib/iers/src_c/st1l1.c                       |   314 +
 lib/iers/src_c/step2diu.c                    |   295 +
 lib/iers/src_c/step2lon.c                    |   271 +
 lib/iers/src_c/vmf1.c                        |   219 +
 lib/iers/src_c/vmf1_ht.c                     |   242 +
 lib/iers/src_c/zero_vec8.c                   |   162 +
 readme.md                                    |     9 +
 readme.txt                                   |    42 +
 src/.gitignore                               |     4 +
 src/convkml.c                                |   197 +
 src/convrnx.c                                |  1072 +
 src/datum.c                                  |   133 +
 src/download.c                               |   842 +
 src/ephemeris.c                              |   767 +
 src/geoid.c                                  |  7490 ++++
 src/ionex.c                                  |   478 +
 src/lambda.c                                 |   250 +
 src/options.c                                |   538 +
 src/pntpos.c                                 |   598 +
 src/postpos.c                                |  1337 +
 src/ppp.c                                    |  1371 +
 src/ppp_ar.c                                 |   527 +
 src/ppp_corr.c                               |   493 +
 src/preceph.c                                |   754 +
 src/qzslex.c                                 |   671 +
 src/rcv/binex.c                              |  1276 +
 src/rcv/crescent.c                           |   623 +
 src/rcv/gw10.c                               |   425 +
 src/rcv/javad.c                              |  1774 +
 src/rcv/novatel.c                            |  1482 +
 src/rcv/nvs.c                                |   618 +
 src/rcv/rcvlex.c                             |   420 +
 src/rcv/rt17.c                               |  2474 ++
 src/rcv/septentrio.c                         |  2132 ++
 src/rcv/skytraq.c                            |   633 +
 src/rcv/ss2.c                                |   314 +
 src/rcv/ublox.c                              |  1198 +
 src/rcvraw.c                                 |   993 +
 src/rinex.c                                  |  2565 ++
 src/rtcm.c                                   |   383 +
 src/rtcm2.c                                  |   430 +
 src/rtcm3.c                                  |  2389 ++
 src/rtcm3e.c                                 |  2481 ++
 src/rtkcmn.c                                 |  3810 ++
 src/rtklib.h                                 |  1750 +
 src/rtkpos.c                                 |  1882 +
 src/rtksvr.c                                 |   922 +
 src/sbas.c                                   |   917 +
 src/solution.c                               |  1581 +
 src/src.pro                                  |    67 +
 src/stream.c                                 |  2276 ++
 src/streamsvr.c                              |   593 +
 src/tides.c                                  |   288 +
 src/tle.c                                    |   558 +
 test/data/rcvraw/GMSD7_20121014.rtcm3        |   Bin 0 -> 262144 bytes
 test/data/rcvraw/cres_20080526.bin           |   Bin 0 -> 262144 bytes
 test/data/rcvraw/gw10_20110121.sbas          |   Bin 0 -> 262144 bytes
 test/data/rcvraw/javad_20110115.jps          |   Bin 0 -> 262144 bytes
 test/data/rcvraw/oem3_20090410.gps           |   Bin 0 -> 14343 bytes
 test/data/rcvraw/oemv_200911218.gps          |   Bin 0 -> 262144 bytes
 test/data/rcvraw/ss2_20080517.log            |   Bin 0 -> 262144 bytes
 test/data/rcvraw/testglo.rtcm2               |  1769 +
 test/data/rcvraw/testglo.rtcm3               |   Bin 0 -> 57931 bytes
 test/data/rcvraw/ubx_20080526.ubx            |   Bin 0 -> 262144 bytes
 test/data/rinex/07590920.05n                 |  1308 +
 test/data/rinex/07590920.05o                 |  1091 +
 test/data/rinex/30400920.05n                 |  1324 +
 test/data/rinex/30400920.05o                 |  1178 +
 test/data/rinex/brdc0910.09g                 |  3655 ++
 test/data/rinex/brdc1820.10n                 |  3376 ++
 test/data/rinex/brdc1830.10n                 |  3384 ++
 test/data/sp3/esa15253.clk                   | 45271 ++++++++++++++++++++++++
 test/data/sp3/esa15253.sp3                   |  4727 +++
 test/data/sp3/igl15253.sp3                   |  1847 +
 test/data/sp3/igrg3380.10i                   | 11641 +++++++
 test/data/sp3/igrg3390.10i                   | 11636 +++++++
 test/data/sp3/igs15904.clk                   |  2436 ++
 test/data/sp3/igs15904.sp3                   |  3191 ++
 test/data/sp3/igs15905.sp3                   |  3191 ++
 test/data/tle/RFC_854_telnet.txt             |   854 +
 test/data/tle/TLE_GNSS_20121101.txt          |   294 +
 test/data/tle/brdc3050.12g                   |  4577 +++
 test/data/tle/brdc3050.12n                   |  3392 ++
 test/data/tle/brdc3050.12q                   |   775 +
 test/data/tle/igs17127.erp                   |    11 +
 test/data/tle/prn_name.txt                   |   109 +
 test/data/tle/tle_nav.txt                    |   339 +
 test/data/tle/tle_sgp4.txt                   |     3 +
 test/utest/figtest1.jpg                      |   Bin 0 -> 96725 bytes
 test/utest/figtest2.jpg                      |   Bin 0 -> 116827 bytes
 test/utest/figtest3.jpg                      |   Bin 0 -> 114584 bytes
 test/utest/makefile                          |    94 +
 test/utest/plotigp.m                         |    46 +
 test/utest/t_atmos.c                         |   150 +
 test/utest/t_coord.c                         |    94 +
 test/utest/t_corrperf.c                      |    43 +
 test/utest/t_filter.c                        |    28 +
 test/utest/t_geoid.c                         |   172 +
 test/utest/t_gloeph.c                        |   214 +
 test/utest/t_ionex.c                         |   233 +
 test/utest/t_lambda.c                        |   114 +
 test/utest/t_matrix.c                        |   189 +
 test/utest/t_misc.c                          |   192 +
 test/utest/t_ppp.c                           |    80 +
 test/utest/t_preceph.c                       |   209 +
 test/utest/t_rinex.c                         |   216 +
 test/utest/t_stec.c                          |    85 +
 test/utest/t_time.c                          |   286 +
 test/utest/t_tle.c                           |   148 +
 test/utest/testgloeph.m                      |    28 +
 test/utest/testionex.m                       |  8866 +++++
 test/utest/testionex3.m                      |   186 +
 test/utest/testionex4.m                      |  8643 +++++
 test/utest/testionppp.m                      |    42 +
 test/utest/testpeph1.m                       |    32 +
 test/utest/testpeph2.m                       |    32 +
 test/utest/utest_eph.m                       |     9 +
 util/data/COD.EPH_U                          | 10775 ++++++
 util/data/COD16510.EPH_R                     |  5399 +++
 util/data/COD16511.EPH_R                     |  5399 +++
 util/data/COD16512.EPH_R                     |  5399 +++
 util/data/COD16513.EPH_R                     |  5399 +++
 util/data/COD16514.EPH_R                     |  5303 +++
 util/data/COD16515.EPH_R                     |  5303 +++
 util/data/COD16516.EPH_R                     |  5303 +++
 util/data/igl16295.sp3                       |  2231 ++
 util/data/igr16295.sp3                       |  3191 ++
 util/data/igr_igs.diff                       |  3072 ++
 util/data/igs16295.sp3                       |  3191 ++
 util/data/igs16296.sp3                       |  3191 ++
 util/data/igu16295_00.sp3                    |  6167 ++++
 util/data/igu16295_00_p.sp3                  |  3095 ++
 util/data/igu16295_06.sp3                    |  6167 ++++
 util/data/igu16295_12.sp3                    |  6167 ++++
 util/data/igu16295_18.sp3                    |  6167 ++++
 util/data/igu16295_18_p.sp3                  |  3095 ++
 util/data/igu_igs.diff                       |  2976 ++
 util/gencrc/crc16.c                          |    34 +
 util/gencrc/crc24.c                          |    34 +
 util/gencrc/gencrc.c                         |    77 +
 util/gencrc/genmsk.c                         |    36 +
 util/gencrc/genxor.c                         |    18 +
 util/gencrc/makefile                         |    20 +
 util/geniono/estiono.c                       |   247 +
 util/geniono/gengrid.c                       |   169 +
 util/geniono/geniono.c                       |   410 +
 util/geniono/genstec.c                       |   409 +
 util/geniono/geonet.csv                      |  1247 +
 util/geniono/makefile                        |    45 +
 util/geniono/plotgrid.m                      |    18 +
 util/geniono/plotiono.m                      |    47 +
 util/geniono/plotstec.m                      |    48 +
 util/geniono/rcvdcb.c                        |   335 +
 util/geoid/gengeoid.m                        |    46 +
 util/lncnt/lncnt.sh                          |    23 +
 util/logfile/margelog.c                      |    70 +
 util/rnx2rtcm/makefile                       |    58 +
 util/rnx2rtcm/rnx2rtcm.c                     |   244 +
 util/simobs/gcc/makefile                     |    37 +
 util/simobs/sim/brdc0910.09g                 |  3655 ++
 util/simobs/sim/brdc0910.09l                 |   221 +
 util/simobs/sim/brdc0910.09n                 |  3400 ++
 util/simobs/simobs.c                         |   259 +
 util/testeph/diffeph.c                       |   236 +
 util/testeph/dumpssr.c                       |   131 +
 util/testeph/makefile                        |    48 +
 util/testlex/convlex.c                       |    29 +
 util/testlex/dumplex.c                       |    40 +
 util/testlex/dumpssr.c                       |   131 +
 util/testlex/makefile                        |    58 +
 util/testlex/outlexion.c                     |   125 +
 util/testlex/plotlexeph.m                    |    70 +
 util/testlex/plotlexion.m                    |    62 +
 util/testlex/plotlexure.m                    |    55 +
 832 files changed, 533308 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..412eeda
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,22 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs     diff=csharp
+*.sln    merge=union
+*.csproj merge=union
+*.vbproj merge=union
+*.fsproj merge=union
+*.dbproj merge=union
+
+# Standard to msysgit
+*.doc	 diff=astextplain
+*.DOC	 diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot  diff=astextplain
+*.DOT  diff=astextplain
+*.pdf  diff=astextplain
+*.PDF	 diff=astextplain
+*.rtf	 diff=astextplain
+*.RTF	 diff=astextplain
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bede3a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.o
+*.obs
+*.ini
+*.local
+Release
+Release_Build
+Debug_Build
+__history
+Makefile
+*.pro.user
diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/.pc/applied-patches b/.pc/applied-patches
new file mode 100644
index 0000000..72e7192
--- /dev/null
+++ b/.pc/applied-patches
@@ -0,0 +1,2 @@
+makefile-fixes
+fix-typo
diff --git a/.pc/fix-typo/app/convbin/convbin.c b/.pc/fix-typo/app/convbin/convbin.c
new file mode 100644
index 0000000..b5e045d
--- /dev/null
+++ b/.pc/fix-typo/app/convbin/convbin.c
@@ -0,0 +1,512 @@
+/*------------------------------------------------------------------------------
+* convbin.c : convert receiver binary log file to rinex obs/nav, sbas messages
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DWIN32 use windows file path separator
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 22:13:04 $
+* history : 2008/06/22 1.0 new
+*           2009/06/17 1.1 support glonass
+*           2009/12/19 1.2 fix bug on disable of glonass
+*                          fix bug on inproper header for rtcm2 and rtcm3
+*           2010/07/18 1.3 add option -v, -t, -h, -x
+*           2011/01/15 1.4 add option -ro, -hc, -hm, -hn, -ht, -ho, -hr, -ha,
+*                            -hp, -hd, -y, -c, -q 
+*                          support gw10 and javad receiver, galileo, qzss
+*                          support rinex file name convention
+*           2012/10/22 1.5 add option -scan, -oi, -ot, -ol
+*                          change default rinex version to 2.11
+*                          fix bug on default output directory (/ -> .)
+*                          support galileo nav (LNAV) output
+*                          support compass
+*           2012/11/19 1.6 fix bug on setting code mask in rinex options
+*           2013/02/18 1.7 support binex
+*           2013/05/19 1.8 support auto format for file path with wild-card
+*           2014/02/08 1.9 add option -span -trace -mask
+*           2014/08/26 1.10 add Trimble RT17 support
+*           2014/12/26 1.11 add option -nomask
+*           2016/01/23 1.12 enable septentrio
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: convbin.c,v 1.1 2008/07/17 22:13:04 ttaka Exp $";
+
+#define PRGNAME   "CONVBIN"
+#define TRACEFILE "convbin.trace"
+
+/* help text -----------------------------------------------------------------*/
+static const char *help[]={
+"",
+" Synopsys",
+"",
+" convbin [option ...] file", 
+"",
+" Description",
+"",
+" Convert RTCM, receiver raw data log and RINEX file to RINEX and SBAS/LEX",
+" message file. SBAS message file complies with RTKLIB SBAS/LEX message",
+" format. It supports the following messages or files.",
+"",
+" RTCM 2                : Type 1, 3, 9, 14, 16, 17, 18, 19, 22",
+" RTCM 3                : Type 1002, 1004, 1005, 1006, 1010, 1012, 1019, 1020",
+"                         Type 1071-1127 (MSM except for compact msg)",
+" NovAtel OEMV/4,OEMStar: RANGECMPB, RANGEB, RAWEPHEMB, IONUTCB, RAWWASSFRAMEB",
+" NovAtel OEM3          : RGEB, REGD, REPB, FRMB, IONB, UTCB",
+" u-blox LEA-4T/5T/6T   : RXM-RAW, RXM-SFRB",
+" NovAtel Superstar II  : ID#20, ID#21, ID#22, ID#23, ID#67",
+" Hemisphere            : BIN76, BIN80, BIN94, BIN95, BIN96",
+" SkyTraq S1315F        : msg0xDD, msg0xE0, msg0xDC",
+" GW10                  : msg0x08, msg0x03, msg0x27, msg0x20",
+" Javad                 : [R*],[r*],[*R],[*r],[P*],[p*],[*P],[*p],[D*],[*d],",
+"                         [E*],[*E],[F*],[TC],[GE],[NE],[EN],[QE],[UO],[IO],",
+"                         [WD]",
+" NVS                   : BINR",
+" BINEX                 : big-endian, regular CRC, forward record (0xE2)",
+"                         0x01-01,0x01-02,0x01-03,0x01-04,0x01-06,0x7f-05",
+" Trimble               : RT17",
+" Septentrio            : SBF",
+" RINEX                 : OBS, NAV, GNAV, HNAV, LNAV, QNAV",
+"",
+" Options [default]",
+"",
+"     file         input receiver binary log file",
+"     -ts y/m/d h:m:s  start time [all]",
+"     -te y/m/d h:m:s  end time [all]",
+"     -tr y/m/d h:m:s  approximated time for rtcm messages",
+"     -ti tint     observation data interval (s) [all]",
+"     -span span   time span (h) [all]",
+"     -r format    log format type",
+"                  rtcm2= RTCM 2",
+"                  rtcm3= RTCM 3",
+"                  nov  = NovAtel OEMV/4/6,OEMStar",
+"                  oem3 = NovAtel OEM3",
+"                  ubx  = ublox LEA-4T/5T/6T",
+"                  ss2  = NovAtel Superstar II",
+"                  hemis= Hemisphere Eclipse/Crescent",
+"                  stq  = SkyTraq S1315F",
+"                  javad= Javad",
+"                  nvs  = NVS NV08C BINR",
+"                  binex= BINEX",
+"                  rt17 = Trimble RT17",
+"                  sbf  = Septentrio SBF",
+"                  rinex= RINEX",
+"     -ro opt      receiver options",
+"     -f freq      number of frequencies [2]",
+"     -hc comment  rinex header: comment line",
+"     -hm marker   rinex header: marker name",
+"     -hn markno   rinex header: marker number",
+"     -ht marktype rinex header: marker type",
+"     -ho observ   rinex header: oberver name and agency separated by /",
+"     -hr rec      rinex header: receiver number, type and version separated by /",
+"     -ha ant      rinex header: antenna number and type separated by /",
+"     -hp pos      rinex header: approx position x/y/z separated by /",
+"     -hd delta    rinex header: antenna delta h/e/n separated by /",
+"     -v ver       rinex version [2.11]",
+"     -od          include doppler frequency in rinex obs [off]",
+"     -os          include snr in rinex obs [off]",
+"     -oi          include iono correction in rinex nav header [off]",
+"     -ot          include time correction in rinex nav header [off]",
+"     -ol          include leap seconds in rinex nav header [off]",
+"     -scan        scan input file [off]",
+"     -mask   [sig[,...]] signal mask(s) (sig={G|R|E|J|S|C}L{1C|1P|1W|...})",
+"     -nomask [sig[,...]] signal no mask (same as above)",
+"     -x sat       exclude satellite",
+"     -y sys       exclude systems (G:GPS,R:GLONASS,E:Galileo,J:QZSS,S:SBAS,C:BeiDou)",
+"     -d dir       output directory [same as input file]",
+"     -c staid     use RINEX file name convention with staid [off]",
+"     -o ofile     output RINEX OBS file",
+"     -n nfile     output RINEX NAV file",
+"     -g gfile     output RINEX GNAV file",
+"     -h hfile     output RINEX HNAV file",
+"     -q qfile     output RINEX QNAV file",
+"     -l lfile     output RINEX LNAV file",
+"     -s sfile     output SBAS message file",
+"     -trace level output trace level [off]",
+"",
+" If any output file specified, default output files (<file>.obs,",
+" <file>.nav, <file>.gnav, <file>.hnav, <file>.qnav, <file>.lnav and",
+" <file>.sbs) are used.",
+"",
+" If receiver type is not specified, type is recognized by the input",
+" file extension as follows.",
+"     *.rtcm2       RTCM 2",
+"     *.rtcm3       RTCM 3",
+"     *.gps         NovAtel OEMV/4/6,OEMStar",
+"     *.ubx         u-blox LEA-4T/5T/6T",
+"     *.log         NovAtel Superstar II",
+"     *.bin         Hemisphere Eclipse/Crescent",
+"     *.stq         SkyTraq S1315F",
+"     *.jps         Javad",
+"     *.bnx,*binex  BINEX",
+"     *.rt17        Trimble RT17",
+"     *.sbf         Septentrio SBF",
+"     *.obs,*.*o    RINEX OBS"
+};
+/* print help ----------------------------------------------------------------*/
+static void printhelp(void)
+{
+    int i;
+    for (i=0;i<(int)(sizeof(help)/sizeof(*help));i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* show message --------------------------------------------------------------*/
+extern int showmsg(char *format, ...)
+{
+    va_list arg;
+    va_start(arg,format); vfprintf(stderr,format,arg); va_end(arg);
+    fprintf(stderr,*format?"\r":"\n");
+    return 0;
+}
+/* convert main --------------------------------------------------------------*/
+static int convbin(int format, rnxopt_t *opt, const char *ifile, char **file,
+                   char *dir)
+{
+    int i,def;
+    char work[1024],ofile_[7][1024],*ofile[7],*p;
+    char *extnav=opt->rnxver<=2.99||opt->navsys==SYS_GPS?"N":"P";
+    char *extlog=format==STRFMT_LEXR?"lex":"sbs";
+    
+    def=!file[0]&&!file[1]&&!file[2]&&!file[3]&&!file[4]&&!file[5]&&!file[6];
+    
+    for (i=0;i<7;i++) ofile[i]=ofile_[i];
+    
+    if (file[0]) strcpy(ofile[0],file[0]);
+    else if (*opt->staid) {
+        strcpy(ofile[0],"%r%n0.%yO");
+    }
+    else if (def) {
+        strcpy(ofile[0],ifile);
+        if ((p=strrchr(ofile[0],'.'))) strcpy(p,".obs");
+        else strcat(ofile[0],".obs");
+    }
+    if (file[1]) strcpy(ofile[1],file[1]);
+    else if (*opt->staid) {
+        strcpy(ofile[1],"%r%n0.%y");
+        strcat(ofile[1],extnav);
+    }
+    else if (def) {
+        strcpy(ofile[1],ifile);
+        if ((p=strrchr(ofile[1],'.'))) strcpy(p,".nav");
+        else strcat(ofile[1],".nav");
+    }
+    if (file[2]) strcpy(ofile[2],file[2]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[2],"%r%n0.%yG");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[2],ifile);
+        if ((p=strrchr(ofile[2],'.'))) strcpy(p,".gnav");
+        else strcat(ofile[2],".gnav");
+    }
+    if (file[3]) strcpy(ofile[3],file[3]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[3],"%r%n0.%yH");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[3],ifile);
+        if ((p=strrchr(ofile[3],'.'))) strcpy(p,".hnav");
+        else strcat(ofile[3],".hnav");
+    }
+    if (file[4]) strcpy(ofile[4],file[4]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[4],"%r%n0.%yQ");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[4],ifile);
+        if ((p=strrchr(ofile[4],'.'))) strcpy(p,".qnav");
+        else strcat(ofile[4],".qnav");
+    }
+    if (file[5]) strcpy(ofile[5],file[5]);
+    else if (*opt->staid) {
+        strcpy(ofile[5],"%r%n0.%yL");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[5],ifile);
+        if ((p=strrchr(ofile[5],'.'))) strcpy(p,".lnav");
+        else strcat(ofile[5],".qnav");
+    }
+    if (file[6]) strcpy(ofile[6],file[6]);
+    else if (*opt->staid) {
+        strcpy(ofile[6],"%r%n0_%y.");
+        strcat(ofile[6],extlog);
+    }
+    else if (def) {
+        strcpy(ofile[6],ifile);
+        if ((p=strrchr(ofile[6],'.'))) strcpy(p,".");
+        else strcat(ofile[6],".");
+        strcat(ofile[6],extlog);
+    }
+    for (i=0;i<7;i++) {
+        if (!*dir||!*ofile[i]) continue;
+        if ((p=strrchr(ofile[i],FILEPATHSEP))) strcpy(work,p+1);
+        else strcpy(work,ofile[i]);
+        sprintf(ofile[i],"%s%c%s",dir,FILEPATHSEP,work);
+    }
+    fprintf(stderr,"input file  : %s (%s)\n",ifile,formatstrs[format]);
+    
+    if (*ofile[0]) fprintf(stderr,"->rinex obs : %s\n",ofile[0]);
+    if (*ofile[1]) fprintf(stderr,"->rinex nav : %s\n",ofile[1]);
+    if (*ofile[2]) fprintf(stderr,"->rinex gnav: %s\n",ofile[2]);
+    if (*ofile[3]) fprintf(stderr,"->rinex hnav: %s\n",ofile[3]);
+    if (*ofile[4]) fprintf(stderr,"->rinex qnav: %s\n",ofile[4]);
+    if (*ofile[5]) fprintf(stderr,"->rinex lnav: %s\n",ofile[5]);
+    if (*ofile[6]) fprintf(stderr,"->sbas log  : %s\n",ofile[6]);
+    
+    if (!convrnx(format,opt,ifile,ofile)) {
+        fprintf(stderr,"\n");
+        return -1;
+    }
+    fprintf(stderr,"\n");
+    return 0;
+}
+/* set signal mask -----------------------------------------------------------*/
+static void setmask(const char *argv, rnxopt_t *opt, int mask)
+{
+    char buff[1024],*p;
+    int i,code;
+    
+    strcpy(buff,argv);
+    for (p=strtok(buff,",");p;p=strtok(NULL,",")) {
+        if (strlen(p)<4||p[1]!='L') continue;
+        if      (p[0]=='G') i=0;
+        else if (p[0]=='R') i=1;
+        else if (p[0]=='E') i=2;
+        else if (p[0]=='J') i=3;
+        else if (p[0]=='S') i=4;
+        else if (p[0]=='C') i=5;
+        else continue;
+        if ((code=obs2code(p+2,NULL))) {
+            opt->mask[i][code-1]=mask?'1':'0';
+        }
+    }
+}
+/* parse command line options ------------------------------------------------*/
+static int cmdopts(int argc, char **argv, rnxopt_t *opt, char **ifile,
+                   char **ofile, char **dir, int *trace)
+{
+    double eps[]={1980,1,1,0,0,0},epe[]={2037,12,31,0,0,0};
+    double epr[]={2010,1,1,0,0,0},span=0.0;
+    int i,j,k,sat,nf=2,nc=2,format=-1;
+    char *p,*sys,*fmt="",*paths[1],path[1024];
+    
+    opt->rnxver=2.11;
+    opt->obstype=OBSTYPE_PR|OBSTYPE_CP;
+    opt->navsys=SYS_GPS|SYS_GLO|SYS_GAL|SYS_QZS|SYS_SBS|SYS_CMP;
+    
+    for (i=0;i<6;i++) for (j=0;j<64;j++) opt->mask[i][j]='1';
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+            opt->ts=epoch2time(eps);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+            opt->te=epoch2time(epe);
+        }
+        else if (!strcmp(argv[i],"-tr")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epr,epr+1,epr+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epr+3,epr+4,epr+5);
+            opt->trtcm=epoch2time(epr);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            opt->tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-span")&&i+1<argc) {
+            span=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-r" )&&i+1<argc) {
+            fmt=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-ro")&&i+1<argc) {
+            strcpy(opt->rcvopt,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-f" )&&i+1<argc) {
+            nf=atoi(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hc")&&i+1<argc) {
+            if (nc<MAXCOMMENT) strcpy(opt->comment[nc++],argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hm")&&i+1<argc) {
+            strcpy(opt->marker,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hn")&&i+1<argc) {
+            strcpy(opt->markerno,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ht")&&i+1<argc) {
+            strcpy(opt->markertype,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ho")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<2&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->name[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hr")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->rec[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-ha")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->ant[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hp")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                opt->apppos[j]=atof(p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hd")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                opt->antdel[j]=atof(p);
+            }
+        }
+        else if (!strcmp(argv[i],"-v" )&&i+1<argc) {
+            opt->rnxver=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-od")) {
+            opt->obstype|=OBSTYPE_DOP;
+        }
+        else if (!strcmp(argv[i],"-os")) {
+            opt->obstype|=OBSTYPE_SNR;
+        }
+        else if (!strcmp(argv[i],"-oi")) {
+            opt->outiono=1;
+        }
+        else if (!strcmp(argv[i],"-ot")) {
+            opt->outtime=1;
+        }
+        else if (!strcmp(argv[i],"-ol")) {
+            opt->outleaps=1;
+        }
+        else if (!strcmp(argv[i],"-scan")) {
+            opt->scanobs=1;
+        }
+        else if (!strcmp(argv[i],"-mask")&&i+1<argc) {
+            for (j=0;j<6;j++) for (k=0;k<64;k++) opt->mask[j][k]='0';
+            setmask(argv[++i],opt,1);
+        }
+        else if (!strcmp(argv[i],"-nomask")&&i+1<argc) {
+            setmask(argv[++i],opt,0);
+        }
+        else if (!strcmp(argv[i],"-x" )&&i+1<argc) {
+            if ((sat=satid2no(argv[++i]))) opt->exsats[sat-1]=1;
+        }
+        else if (!strcmp(argv[i],"-y" )&&i+1<argc) {
+            sys=argv[++i];
+            if      (!strcmp(sys,"G")) opt->navsys&=~SYS_GPS;
+            else if (!strcmp(sys,"R")) opt->navsys&=~SYS_GLO;
+            else if (!strcmp(sys,"E")) opt->navsys&=~SYS_GAL;
+            else if (!strcmp(sys,"J")) opt->navsys&=~SYS_QZS;
+            else if (!strcmp(sys,"S")) opt->navsys&=~SYS_SBS;
+            else if (!strcmp(sys,"C")) opt->navsys&=~SYS_CMP;
+        }
+        else if (!strcmp(argv[i],"-d" )&&i+1<argc) {
+            *dir=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-c" )&&i+1<argc) {
+            strcpy(opt->staid,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o" )&&i+1<argc) ofile[0]=argv[++i];
+        else if (!strcmp(argv[i],"-n" )&&i+1<argc) ofile[1]=argv[++i];
+        else if (!strcmp(argv[i],"-g" )&&i+1<argc) ofile[2]=argv[++i];
+        else if (!strcmp(argv[i],"-h" )&&i+1<argc) ofile[3]=argv[++i];
+        else if (!strcmp(argv[i],"-q" )&&i+1<argc) ofile[4]=argv[++i];
+        else if (!strcmp(argv[i],"-l" )&&i+1<argc) ofile[5]=argv[++i];
+        else if (!strcmp(argv[i],"-s" )&&i+1<argc) ofile[6]=argv[++i];
+        else if (!strcmp(argv[i],"-trace" )&&i+1<argc) {
+            *trace=atoi(argv[++i]);
+        }
+        else if (!strncmp(argv[i],"-",1)) printhelp();
+        
+        else *ifile=argv[i];
+    }
+    if (span>0.0&&opt->ts.time) {
+        opt->te=timeadd(opt->ts,span*3600.0-1e-3);
+    }
+    if (nf>=1) opt->freqtype|=FREQTYPE_L1;
+    if (nf>=2) opt->freqtype|=FREQTYPE_L2;
+    if (nf>=3) opt->freqtype|=FREQTYPE_L5;
+    if (nf>=4) opt->freqtype|=FREQTYPE_L6;
+    if (nf>=5) opt->freqtype|=FREQTYPE_L7;
+    if (nf>=6) opt->freqtype|=FREQTYPE_L8;
+    
+    if (*fmt) {
+        if      (!strcmp(fmt,"rtcm2")) format=STRFMT_RTCM2;
+        else if (!strcmp(fmt,"rtcm3")) format=STRFMT_RTCM3;
+        else if (!strcmp(fmt,"nov"  )) format=STRFMT_OEM4;
+        else if (!strcmp(fmt,"oem3" )) format=STRFMT_OEM3;
+        else if (!strcmp(fmt,"ubx"  )) format=STRFMT_UBX;
+        else if (!strcmp(fmt,"ss2"  )) format=STRFMT_SS2;
+        else if (!strcmp(fmt,"hemis")) format=STRFMT_CRES;
+        else if (!strcmp(fmt,"stq"  )) format=STRFMT_STQ;
+        else if (!strcmp(fmt,"javad")) format=STRFMT_JAVAD;
+        else if (!strcmp(fmt,"nvs"  )) format=STRFMT_NVS;
+        else if (!strcmp(fmt,"binex")) format=STRFMT_BINEX;
+        else if (!strcmp(fmt,"rt17" )) format=STRFMT_RT17;
+        else if (!strcmp(fmt,"sbf"  )) format=STRFMT_SEPT;
+        else if (!strcmp(fmt,"rinex")) format=STRFMT_RINEX;
+    }
+    else {
+        paths[0]=path;
+        if (!expath(*ifile,paths,1)||!(p=strrchr(path,'.'))) return -1;
+        if      (!strcmp(p,".rtcm2"))  format=STRFMT_RTCM2;
+        else if (!strcmp(p,".rtcm3"))  format=STRFMT_RTCM3;
+        else if (!strcmp(p,".gps"  ))  format=STRFMT_OEM4;
+        else if (!strcmp(p,".ubx"  ))  format=STRFMT_UBX;
+        else if (!strcmp(p,".log"  ))  format=STRFMT_SS2;
+        else if (!strcmp(p,".bin"  ))  format=STRFMT_CRES;
+        else if (!strcmp(p,".stq"  ))  format=STRFMT_STQ;
+        else if (!strcmp(p,".jps"  ))  format=STRFMT_JAVAD;
+        else if (!strcmp(p,".bnx"  ))  format=STRFMT_BINEX;
+        else if (!strcmp(p,".binex"))  format=STRFMT_BINEX;
+        else if (!strcmp(p,".rt17" ))  format=STRFMT_RT17;
+        else if (!strcmp(p,".sbf"  ))  format=STRFMT_SEPT;
+        else if (!strcmp(p,".obs"  ))  format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"o"   ))  format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"O"   ))  format=STRFMT_RINEX;
+    }
+    return format;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    rnxopt_t opt={{0}};
+    int format,trace=0,stat;
+    char *ifile="",*ofile[7]={0},*dir="";
+    
+    /* parse command line options */
+    format=cmdopts(argc,argv,&opt,&ifile,ofile,&dir,&trace);
+    
+    if (!*ifile) {
+        fprintf(stderr,"no input file\n");
+        return -1;
+    }
+    if (format<0) {
+        fprintf(stderr,"input format can not be recognized\n");
+        return -1;
+    }
+    sprintf(opt.prog,"%s %s",PRGNAME,VER_RTKLIB);
+    sprintf(opt.comment[0],"log: %-55.55s",ifile);
+    sprintf(opt.comment[1],"format: %s",formatstrs[format]);
+    if (*opt.rcvopt) {
+        strcat(opt.comment[1],", option: ");
+        strcat(opt.comment[1],opt.rcvopt);
+    }
+    if (trace>0) {
+        traceopen(TRACEFILE);
+        tracelevel(trace);
+    }
+    stat=convbin(format,&opt,ifile,ofile,dir);
+    
+    traceclose();
+    
+    return stat;
+}
diff --git a/.pc/makefile-fixes/app/convbin/gcc/makefile b/.pc/makefile-fixes/app/convbin/gcc/makefile
new file mode 100644
index 0000000..5e048d3
--- /dev/null
+++ b/.pc/makefile-fixes/app/convbin/gcc/makefile
@@ -0,0 +1,149 @@
+#
+# makefile for convbin
+#
+
+BINDIR = /usr/local/bin
+
+SRC    = ../../../src
+
+INCLUDE= -I$(SRC)
+OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DNFREQ=6 -DNEXOBS=3
+
+CFLAGS = -O3 -ansi -pedantic -Wall -Wno-unused-but-set-variable $(INCLUDE) $(OPTIONS) -g
+
+LDLIBS = -lm -lrt
+
+all  : convbin
+
+convbin    : convbin.o rtkcmn.o rinex.o sbas.o preceph.o rcvraw.o convrnx.o
+convbin    : rtcm.o rtcm2.o rtcm3.o rtcm3e.o pntpos.o ephemeris.o ionex.o
+convbin    : novatel.o ss2.o ublox.o crescent.o skytraq.o gw10.o javad.o nvs.o
+convbin    : binex.o rt17.o qzslex.o
+
+convbin.o  : ../convbin.c
+	$(CC) -c $(CFLAGS) ../convbin.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+rcvraw.o   : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+convrnx.o  : $(SRC)/convrnx.c
+	$(CC) -c $(CFLAGS) $(SRC)/convrnx.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+qzslex.o    : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+
+convbin.o  : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+convrnx.o  : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+DATDIR = ../../../test/data/rcvraw
+
+install:
+	cp convbin $(BINDIR)
+
+clean:
+	rm -f convbin convbin.exe *.o *.obs *.nav *.gnav *.hnav *.qnav *.sbs *.stackdump
+
+test : test1 test2 test3 test4 test5 test7 test8 test9 test10 test11 test12 test13
+test : test14 test15
+
+test1:
+	./convbin -r nov $(DATDIR)/oemv_200911218.gps -ti 10 -d . -os
+test2:
+	./convbin -r hemis $(DATDIR)/cres_20080526.bin -ti 10 -d . -f 1 -od -os
+test3:
+	./convbin $(DATDIR)/ubx_20080526.ubx -o ubx_test.obs -d . -f 1 -ts 2008/5/26 6:00 -te 2008/5/26 6:10
+test4:
+	./convbin $(DATDIR)/ubx_20080526.ubx -n ubx_test.nav -d .
+test5:
+	./convbin $(DATDIR)/ubx_20080526.ubx -h ubx_test.hnav -s ubx_test.sbs -d . -x 129
+test7:
+	./convbin $(DATDIR)/testglo.rtcm2 -tr 2009/12/18 23:20 -d .
+test8:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test9:
+	./convbin -v 3 -f 6 -r nov $(DATDIR)/oemv_200911218.gps -od -os -o rnx3_test.obs -n rnx3_test.nav -d .
+test10:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test11:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -c JAV1
+test12:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -v 3.00 -f 3 -od -os
+test13:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test13.obs -v 3 -hc test1 -hc test2 -hm MARKER -hn MARKERNO -ht MARKKERTYPE -ho OBSERVER/AGENCY -hr 1234/RECEIVER/V.0.1.2 -ha ANTNO/ANTENNA -hp 1234.567/8901.234/5678.901 -hd 0.123/0.234/0.567
+test14:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test14.obs -v 3 -y S -y J -x 2 -x R19 -x R21
+test15:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test16:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test17:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -tr 2012/10/14 0:00:00
+test18:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -scan -v 3.01 -f 6 -od -os -tr 2012/10/14 0:00:00
+test21:
+	stty raw < /dev/ttyACM0
+	./convbin -r ubx -o ubx.obs -n ubx.nav -s ubx.sbs -h ubx.hnav /dev/ttyACM0
+
+
diff --git a/.pc/makefile-fixes/app/convbin/makefile b/.pc/makefile-fixes/app/convbin/makefile
new file mode 100644
index 0000000..e69de29
diff --git a/.pc/makefile-fixes/app/rnx2rtkp/gcc/makefile b/.pc/makefile-fixes/app/rnx2rtkp/gcc/makefile
new file mode 100644
index 0000000..c5ceee0
--- /dev/null
+++ b/.pc/makefile-fixes/app/rnx2rtkp/gcc/makefile
@@ -0,0 +1,162 @@
+# makefile for rnx2rtkp
+
+BINDIR  = /usr/local/bin
+SRC     = ../../../src
+
+OPTS    = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DNFREQ=3
+
+# for no lapack
+CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -g
+LDLIBS  = -lm -lrt
+
+#CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS)
+#LDLIBS  = -lm -lrt -llapack -lblas
+
+# for gprof
+#CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS) -pg
+#LDLIBS  = -lm -lrt -llapack -lblas -pg
+
+# for mkl
+#MKLDIR  = /opt/intel/mkl
+#CFLAGS  = -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -DMKL
+#LDLIBS  = -L$(MKLDIR)/lib/intel64 -lm -lrt -lmkl_core -lmkl_intel_lp64 -lmkl_gnu_thread -liomp5 -lpthread
+
+all        : rnx2rtkp
+rnx2rtkp   : rnx2rtkp.o rtkcmn.o rinex.o rtkpos.o postpos.o solution.o
+rnx2rtkp   : lambda.o geoid.o sbas.o preceph.o pntpos.o ephemeris.o options.o
+rnx2rtkp   : ppp.o ppp_ar.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o ionex.o qzslex.o
+
+rnx2rtkp.o : ../rnx2rtkp.c
+	$(CC) -c $(CFLAGS) ../rnx2rtkp.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+rtkpos.o   : $(SRC)/rtkpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkpos.c
+postpos.o  : $(SRC)/postpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/postpos.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+lambda.o   : $(SRC)/lambda.c
+	$(CC) -c $(CFLAGS) $(SRC)/lambda.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+options.o  : $(SRC)/options.c
+	$(CC) -c $(CFLAGS) $(SRC)/options.c
+ppp.o      : $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+qzslex.o   : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+
+rnx2rtkp.o : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+rtkpos.o   : $(SRC)/rtklib.h
+postpos.o  : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+lambda.o   : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+options.o  : $(SRC)/rtklib.h
+ppp.o      : $(SRC)/rtklib.h
+ppp_ar.o   : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+CMD1    = ./rnx2rtkp
+INPUT11 = ../../../test/data/rinex/07590920.05o ../../../test/data/rinex/30400920.05n
+INPUT12 = ../../../test/data/rinex/30400920.05o
+OPTS1   = -r -3978241.958 3382840.234 3649900.853
+
+test : test1 test2 test3 test4 test5 test6 test7 test8 test9 test10
+test : test11 test12 test13 test14 test15 test16 test17 test18 test19 test20
+test : test21 test22 test23 test24
+
+test1 :
+	$(CMD1) $(INPUT11) -x 5 -o test1.pos
+test2 :
+	$(CMD1) -t -e $(OPTS1) $(INPUT11) > test2.pos
+test3 :
+	$(CMD1) -t -p 1 -e $(OPTS1) $(INPUT11) $(INPUT12) > test3.pos
+test4 :
+	$(CMD1) -t -p 3 -e $(OPTS1) $(INPUT11) $(INPUT12) > test4.pos
+test5 :
+	$(CMD1) -t -m 15 -e $(OPTS1) $(INPUT11) $(INPUT12) > test5.pos
+test6 :
+	$(CMD1) -t -f 1 -e $(OPTS1) $(INPUT11) $(INPUT12) > test6.pos
+test7 :
+	$(CMD1) -t -v 5 -e $(OPTS1) $(INPUT11) $(INPUT12) > test7.pos
+test8 :
+	$(CMD1) -t -i -e $(OPTS1) $(INPUT11) $(INPUT12) > test8.pos
+test9 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) > test9.pos
+test10 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) -o test10.pos
+test11 :
+	$(CMD1) -t -p 0 -n $(OPTS1) $(INPUT11) > test11.pos
+test12 :
+	$(CMD1) -t -p 0 -g $(OPTS1) $(INPUT11) > test12.pos
+test13 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) > test13.pos
+test14 :
+	$(CMD1) -t -p 0 -u $(OPTS1) $(INPUT11) > test14.pos
+test15 :
+	$(CMD1) -t -p 0 -d 9 $(OPTS1) $(INPUT11) > test15.pos
+test16 :
+	$(CMD1) -t -p 0 -s , $(OPTS1) $(INPUT11) > test16.pos
+test17 :
+	$(CMD1) -t -b -e $(OPTS1) $(INPUT11) $(INPUT12) > test17.pos
+test18 :
+	$(CMD1) -t -c -e $(OPTS1) $(INPUT11) $(INPUT12) > test18.pos
+test19 :
+	$(CMD1) -t -h -e $(OPTS1) $(INPUT11) $(INPUT12) > test19.pos
+test20 :
+	$(CMD1) -t -p 4 -a $(OPTS1) $(INPUT11) $(INPUT12) > test20.pos
+test21 :
+	$(CMD1) $(INPUT11) $(INPUT12) > test21.pos
+test22 :
+	$(CMD1) -k opts1.conf $(INPUT11) $(INPUT12) > test22.pos
+test23 :
+	$(CMD1) -k opts2.conf $(INPUT11) $(INPUT12) > test23.pos
+test24 :
+	$(CMD1) -k opts3.conf $(INPUT11) $(INPUT12) -y 2 -o test24.pos
+test25 :
+	$(CMD1) -k opts4.conf $(INPUT11) $(INPUT12) -y 2 -o test25.pos
+
+clean :
+	rm -f rnx2rtkp rnx2rtkp.exe *.o *.pos *.trace
+
+prof :
+	gprof rnx2rtkp > prof.txt
+
+install :
+	cp rnx2rtkp $(BINDIR)
+
diff --git a/.pc/makefile-fixes/app/rtkrcv/gcc/makefile b/.pc/makefile-fixes/app/rtkrcv/gcc/makefile
new file mode 100644
index 0000000..acd75b2
--- /dev/null
+++ b/.pc/makefile-fixes/app/rtkrcv/gcc/makefile
@@ -0,0 +1,134 @@
+# makefile for rtkrcv
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+
+# for beagleboard
+#CTARGET= -mfpu=neon -mfloat-abi=softfp -ffast-math
+CTARGET= -DENAGLO -DENAQZS -DENACMP -DNFREQ=3
+
+CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -I.. -DTRACE $(CTARGET) -g
+LDLIBS  = -lm -lrt -lpthread
+
+all        : rtkrcv
+rtkrcv     : rtkrcv.o vt.o rtkcmn.o rtksvr.o rtkpos.o geoid.o solution.o lambda.o
+rtkrcv     : sbas.o stream.o rcvraw.o rtcm.o preceph.o options.o pntpos.o ppp.o ppp_ar.o
+rtkrcv     : novatel.o ublox.o ss2.o crescent.o skytraq.o gw10.o javad.o nvs.o binex.o
+rtkrcv     : rt17.o ephemeris.o rinex.o ionex.o rtcm2.o rtcm3.o rtcm3e.o qzslex.o
+
+rtkrcv.o   : ../rtkrcv.c
+	$(CC) -c $(CFLAGS) ../rtkrcv.c
+vt.o       : ../vt.c
+	$(CC) -c $(CFLAGS) ../vt.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rtksvr.o   : $(SRC)/rtksvr.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtksvr.c
+rtkpos.o   : $(SRC)/rtkpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkpos.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+lambda.o   : $(SRC)/lambda.c
+	$(CC) -c $(CFLAGS) $(SRC)/lambda.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+stream.o   : $(SRC)/stream.c
+	$(CC) -c $(CFLAGS) $(SRC)/stream.c
+rcvraw.o : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+options.o  : $(SRC)/options.c
+	$(CC) -c $(CFLAGS) $(SRC)/options.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ppp.o      : $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+qzslex.o   : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+
+rtkrcv.o   : $(SRC)/rtklib.h ../vt.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rtksvr.o   : $(SRC)/rtklib.h
+rtkpos.o   : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+lambda.o   : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+options.o  : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ppp.o      : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+install:
+	cp rtkrcv $(BINDIR)
+
+test1:
+	./rtkrcv -t 4 -m 52001 -t 4
+
+test2:
+	./rtkrcv -p 2105 -m 52001
+
+test3:
+	./rtkrcv -o ../rtk_pb.conf
+
+clean:
+	rm -f rtkrcv rtkrcv.exe rtkrcv.nav *.o *.out *.trace
+
diff --git a/.pc/makefile-fixes/app/str2str/gcc/makefile b/.pc/makefile-fixes/app/str2str/gcc/makefile
new file mode 100644
index 0000000..ffb232f
--- /dev/null
+++ b/.pc/makefile-fixes/app/str2str/gcc/makefile
@@ -0,0 +1,117 @@
+# makefile for str2str
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+
+# for beagleboard
+#CTARGET= -mfpu=neon -mfloat-abi=softfp -ffast-math
+CTARGET=
+
+OPTION = -DENAGLO -DENAGAL -DENAQZS -DENACMP -DTRACE -DNFREQ=3 -DNEXOBS=3
+CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTION) $(CTARGET) -g
+LDLIBS  = -lm -lrt -lpthread
+
+all        : str2str
+str2str    : str2str.o stream.o rtkcmn.o solution.o sbas.o geoid.o
+str2str    : rcvraw.o novatel.o ublox.o ss2.o crescent.o skytraq.o gw10.o javad.o
+str2str    : nvs.o binex.o rt17.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o preceph.o streamsvr.o
+
+str2str.o  : ../str2str.c
+	$(CC) -c $(CFLAGS) ../str2str.c
+stream.o   : $(SRC)/stream.c
+	$(CC) -c $(CFLAGS) $(SRC)/stream.c
+streamsvr.o: $(SRC)/streamsvr.c
+	$(CC) -c $(CFLAGS) $(SRC)/streamsvr.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+rcvraw.o   : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+
+str2str.o  : $(SRC)/rtklib.h
+stream.o   : $(SRC)/rtklib.h
+streamsvr.o: $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+
+install:
+	cp str2str $(BINDIR)
+
+#DEVICE=ttyACM0
+DEVICE=ttyS1:115200:8:n:1:off
+#DEVICE=ttyUSB0:115200:8:n:1:off
+
+test1:
+	./str2str -in serial://$(DEVICE) -out file://test1.out -t 2
+
+test2:
+	./str2str -in serial://$(DEVICE) -out tcpsvr://:2102 -c ../../../data/oem4_raw_10hz.cmd -t 5
+
+test3:
+	./str2str -in serial://$(DEVICE) -out ntrips://:sesam@localhost:8000/BUCU0 -c ../../../data/oem4_raw_10hz.cmd -t 5
+
+test4:
+	./str2str -in ../oem6_20121107.gps#nov -out oem6_20121107.rtcm3#rtcm3 -sta 123 -msg "1077(10),1087(10),1097(10),1107(10),1117(10),1019,1020"
+
+test5:
+	./str2str -in ../oem6_20121107.gps#nov -out oem6_20121107_gal.rtcm3#rtcm3 -msg "1097(10)"
+
+test6:
+	./str2str -in serial://ttyS54:115200#nov -out tcpsvr://:2103#rtcm3 -c ../../../data/oem4_raw_10hz.cmd
+
+clean:
+	rm -f str2str str2str.exe *.o *.out *.trace
+
diff --git a/RTKLib.pri b/RTKLib.pri
new file mode 100644
index 0000000..e252903
--- /dev/null
+++ b/RTKLib.pri
@@ -0,0 +1,6 @@
+
+DEFINES += _RTLDLL NO_STRICT TRACE ENAGLO ENAQZS ENAGAL ENACMP NFREQ=3 ENALEX
+
+win32{
+DEFINES += WIN32
+}
diff --git a/RTKLib.pro b/RTKLib.pro
new file mode 100644
index 0000000..d8041fc
--- /dev/null
+++ b/RTKLib.pro
@@ -0,0 +1,4 @@
+TEMPLATE = subdirs
+
+SUBDIRS= src \
+	 app
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1 @@
+Makefile
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..55b4eb5
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+
+SUBDIRS= rtknavi_qt \
+	 rtkget_qt \
+         rtkplot_qt \
+         rtkpost_qt \
+         rtklaunch_qt \
+         srctblbrows_qt \
+         strsvr_qt \
+         rtkconv_qt
diff --git a/app/appcmn/aboutdlg.cpp b/app/appcmn/aboutdlg.cpp
new file mode 100644
index 0000000..95bdeb1
--- /dev/null
+++ b/app/appcmn/aboutdlg.cpp
@@ -0,0 +1,26 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "aboutdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TAboutDialog *AboutDialog;
+//---------------------------------------------------------------------------
+__fastcall TAboutDialog::TAboutDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TAboutDialog::FormShow(TObject *Sender)
+{
+	TImage *icon[]={Icon1,Icon2,Icon3,Icon4,Icon5,Icon6,Icon7,Icon8};
+	AnsiString s;
+	if (IconIndex>0) icon[IconIndex-1]->Visible=true;
+	LabelAbout->Caption=About;
+	LabelVer->Caption=s.sprintf("with RTKLIB ver.%s %s",VER_RTKLIB,PATCH_LEVEL);
+	LabelCopyright->Caption=COPYRIGHT_RTKLIB;
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/aboutdlg.h b/app/appcmn/aboutdlg.h
new file mode 100644
index 0000000..d3fa48c
--- /dev/null
+++ b/app/appcmn/aboutdlg.h
@@ -0,0 +1,38 @@
+//---------------------------------------------------------------------------
+#ifndef aboutdlgH
+#define aboutdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Graphics.hpp>
+//---------------------------------------------------------------------------
+class TAboutDialog : public TForm
+{
+__published:
+	TLabel *LabelVer;
+	TLabel *LabelAbout;
+	TLabel *LabelCopyright;
+	TImage *Icon4;
+	TImage *Icon1;
+	TImage *Icon2;
+	TImage *Icon3;
+	TImage *Icon5;
+	TImage *Icon6;
+	TImage *Icon7;
+	TPanel *Panel1;
+	TButton *BtnOk;
+	TImage *Icon8;
+	void __fastcall FormShow(TObject *Sender);
+private:
+public:
+	int IconIndex;
+	AnsiString About;
+	__fastcall TAboutDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TAboutDialog *AboutDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/cmdoptdlg.cpp b/app/appcmn/cmdoptdlg.cpp
new file mode 100644
index 0000000..a09045b
--- /dev/null
+++ b/app/appcmn/cmdoptdlg.cpp
@@ -0,0 +1,86 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "cmdoptdlg.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TCmdOptDialog *CmdOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TCmdOptDialog::TCmdOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	CmdEna[0]=CmdEna[1]=1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::FormShow(TObject *Sender)
+{
+	OpenCmd->Text=Cmds[0];
+	CloseCmd->Text=Cmds[1];
+	ChkOpenCmd->Checked=CmdEna[0];;
+	ChkCloseCmd->Checked=CmdEna[1];;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::BtnOkClick(TObject *Sender)
+{
+	Cmds[0]=OpenCmd->Text;
+	Cmds[1]=CloseCmd->Text;
+	CmdEna[0]=ChkOpenCmd->Checked;
+	CmdEna[1]=ChkCloseCmd->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::BtnLoadClick(TObject *Sender)
+{
+	AnsiString OpenDialog_FileName;
+	TMemo *cmd[]={OpenCmd,CloseCmd};
+	FILE *fp;
+	char buff[1024];
+	int n=0;
+	if (!OpenDialog->Execute()) return;
+	OpenDialog_FileName=OpenDialog->FileName;
+	if (!(fp=fopen(OpenDialog_FileName.c_str(),"r"))) return;
+	cmd[0]->Text="";
+	cmd[1]->Text="";
+	while (fgets(buff,sizeof(buff),fp)) {
+		if (buff[0]=='@') {n=1; continue;}
+		if (buff[strlen(buff)-1]=='\n') buff[strlen(buff)-1]='\0';
+		cmd[n]->Text=cmd[n]->Text+buff+"\r\n";
+	}
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::BtnSaveClick(TObject *Sender)
+{
+	AnsiString SaveDialog_FileName;
+	AnsiString OpenCmd_Text=OpenCmd->Text,CloseCmd_Text=CloseCmd->Text;
+	FILE *fp;
+	if (!SaveDialog->Execute()) return;
+	SaveDialog_FileName=SaveDialog->FileName;
+	if (!(fp=fopen(SaveDialog_FileName.c_str(),"w"))) return;
+	fprintf(fp,"%s",OpenCmd_Text.c_str());
+	fprintf(fp,"\n@\n");
+	fprintf(fp,"%s",CloseCmd_Text.c_str());
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::ChkCloseCmdClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::ChkOpenCmdClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TCmdOptDialog::UpdateEnable(void)
+{
+	OpenCmd->Enabled=ChkOpenCmd->Checked;
+	CloseCmd->Enabled=ChkCloseCmd->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/cmdoptdlg.h b/app/appcmn/cmdoptdlg.h
new file mode 100644
index 0000000..eeebcfb
--- /dev/null
+++ b/app/appcmn/cmdoptdlg.h
@@ -0,0 +1,40 @@
+//---------------------------------------------------------------------------
+#ifndef cmdoptdlgH
+#define cmdoptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TCmdOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TMemo *OpenCmd;
+	TMemo *CloseCmd;
+	TCheckBox *ChkOpenCmd;
+	TCheckBox *ChkCloseCmd;
+	TButton *BtnLoad;
+	TButton *BtnSave;
+	TSaveDialog *SaveDialog;
+	TOpenDialog *OpenDialog;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall ChkCloseCmdClick(TObject *Sender);
+	void __fastcall ChkOpenCmdClick(TObject *Sender);
+	void __fastcall UpdateEnable(void);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+private:
+public:
+	AnsiString Cmds[2];
+	int CmdEna[2];
+	__fastcall TCmdOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TCmdOptDialog *CmdOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/confdlg.cpp b/app/appcmn/confdlg.cpp
new file mode 100644
index 0000000..3504faa
--- /dev/null
+++ b/app/appcmn/confdlg.cpp
@@ -0,0 +1,15 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "confdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TConfDialog *ConfDialog;
+//---------------------------------------------------------------------------
+__fastcall TConfDialog::TConfDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/confdlg.h b/app/appcmn/confdlg.h
new file mode 100644
index 0000000..34a3d23
--- /dev/null
+++ b/app/appcmn/confdlg.h
@@ -0,0 +1,24 @@
+//---------------------------------------------------------------------------
+#ifndef confdlgH
+#define confdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+//---------------------------------------------------------------------------
+class TConfDialog : public TForm
+{
+__published:
+	TButton *BtnOverwrite;
+	TButton *BtnCancel;
+	TLabel *Label1;
+	TLabel *Label2;
+private:
+public:
+	__fastcall TConfDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConfDialog *ConfDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/console.cpp b/app/appcmn/console.cpp
new file mode 100644
index 0000000..bc4e99f
--- /dev/null
+++ b/app/appcmn/console.cpp
@@ -0,0 +1,130 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <ctype.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "console.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+#define MAXLEN		200
+#define MAXLINE		2048
+#define TOPMARGIN	2
+#define LEFTMARGIN	3
+
+TConsole *Console;
+//---------------------------------------------------------------------------
+__fastcall TConsole::TConsole(TComponent* Owner)
+	: TForm(Owner)
+{
+	ConBuff=new TStringList;
+	ConBuff->Add("");
+	DoubleBuffered=true;
+	Stop=0;
+	ScrollPos=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::ConsolePaint(TObject *Sender)
+{
+	TCanvas *c=Console->Canvas;
+	TSize off=c->TextExtent(" ");
+	int n,m,p,y=TOPMARGIN;
+	
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=clWhite;
+	c->FillRect(Console->ClientRect);
+	
+	n=ConBuff->Count; if (ConBuff->Strings[n-1]=="") n--;
+	m=(Console->Height-TOPMARGIN*2)/off.cy;
+	p=m>=n?0:n-m-ScrollPos;
+	
+	for (int i=p<0?0:p;i<ConBuff->Count;i++,y+=off.cy) {
+		if (y+off.cy>Console->Height-TOPMARGIN) break;
+		c->Font->Color=i<n-1?clGray:clBlack;
+		c->TextOut(LEFTMARGIN,y,ConBuff->Strings[i]);
+	}
+	Scroll->Max=n<=m?m-1:n-m;
+	Scroll->Position=Scroll->Max-ScrollPos;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::ScrollChange(TObject *Sender)
+{
+	ScrollPos=Scroll->Max-Scroll->Position;
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::FormResize(TObject *Sender)
+{
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnAscClick(TObject *Sender)
+{
+	if (ConBuff->Strings[ConBuff->Count-1]!="") ConBuff->Add("");
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnHexClick(TObject *Sender)
+{
+	if (ConBuff->Strings[ConBuff->Count-1]!="") ConBuff->Add("");
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnClearClick(TObject *Sender)
+{
+	ConBuff->Clear();
+	ConBuff->Add("");
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnStopClick(TObject *Sender)
+{
+	Stop=!Stop;
+	BtnStop->Down=Stop;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::BtnDownClick(TObject *Sender)
+{
+	ScrollPos=0;
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConsole::AddMsg(unsigned char *msg, int n)
+{
+	char buff[MAXLEN+16],*p=buff,c;
+	int mode=BtnAsc->Down;
+	
+	if (n<=0||Stop) return;
+	
+	p+=sprintf(p,"%s",ConBuff->Strings[ConBuff->Count-1].c_str());
+	
+	for (int i=0;i<n;i++) {
+		if (mode) {
+			if (msg[i]=='\r') continue;
+			p+=sprintf(p,"%c",msg[i]=='\n'||isprint(msg[i])?msg[i]:'.');
+		}
+		else {
+			p+=sprintf(p,"%s%02X",(p-buff)%17==16?" ":"",msg[i]);
+			if (p-buff>=67) p+=sprintf(p,"\n");
+		}
+		if (p-buff>=MAXLEN) p+=sprintf(p,"\n");
+		
+		if (*(p-1)=='\n') {
+			ConBuff->Strings[ConBuff->Count-1]=buff;
+			ConBuff->Add("");
+			*(p=buff)=0;
+			if (ConBuff->Count>=MAXLINE) ConBuff->Delete(0);
+		}
+	}
+	ConBuff->Strings[ConBuff->Count-1]=buff;
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/console.h b/app/appcmn/console.h
new file mode 100644
index 0000000..3b1b11f
--- /dev/null
+++ b/app/appcmn/console.h
@@ -0,0 +1,45 @@
+//---------------------------------------------------------------------------
+#ifndef consoleH
+#define consoleH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+
+//---------------------------------------------------------------------------
+class TConsole : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TButton *BtnClose;
+	TSpeedButton *BtnAsc;
+	TSpeedButton *BtnHex;
+	TSpeedButton *BtnClear;
+	TPaintBox *Console;
+	TScrollBar *Scroll;
+	TSpeedButton *BtnDown;
+	TSpeedButton *BtnStop;
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnClearClick(TObject *Sender);
+	void __fastcall ConsolePaint(TObject *Sender);
+	void __fastcall ScrollChange(TObject *Sender);
+	void __fastcall FormResize(TObject *Sender);
+	void __fastcall BtnAscClick(TObject *Sender);
+	void __fastcall BtnHexClick(TObject *Sender);
+	void __fastcall BtnDownClick(TObject *Sender);
+	void __fastcall BtnStopClick(TObject *Sender);
+private:
+	TStringList *ConBuff;
+	int Stop,ScrollPos;
+public:
+	__fastcall TConsole(TComponent* Owner);
+	void __fastcall AddMsg(unsigned char *buff, int n);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConsole *Console;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/fileoptdlg.cpp b/app/appcmn/fileoptdlg.cpp
new file mode 100644
index 0000000..925c125
--- /dev/null
+++ b/app/appcmn/fileoptdlg.cpp
@@ -0,0 +1,117 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "keydlg.h"
+#include "fileoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TFileOptDialog *FileOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TFileOptDialog::TFileOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Opt=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	double speed=1.0,start=0.0,intv=0.0;
+	char buff[1024];
+	char *p;
+	strcpy(buff,Path.c_str());
+	
+	ChkTimeTag->Caption=Opt?"TimeTag":"Time";
+	TimeSpeed->Visible=!Opt;
+	TimeStart->Visible=!Opt;
+	Label1   ->Caption=Opt?"Output File Path":"Input File Path";
+	Label2   ->Visible=!Opt;
+	Label3   ->Visible=!Opt;
+	Label4   ->Visible=Opt;
+	Label5   ->Visible=Opt;
+	SwapIntv ->Visible=Opt;
+	BtnKey   ->Visible=Opt;
+	ChkTimeTag->Checked=false;
+	SwapIntv ->Text="";
+	if (!Opt) {
+		for (p=buff;p=strstr(p,"::");p+=2) {
+			if      (*(p+2)=='T') ChkTimeTag->Checked=true;
+			else if (*(p+2)=='+') sscanf(p+2,"+%lf",&start);
+			else if (*(p+2)=='x') sscanf(p+2,"x%lf",&speed);
+		}
+		if (start<=0.0) start=0.0;
+		if (speed<=0.0) speed=1.0;
+		TimeSpeed->Text=s.sprintf("x%g",speed);
+		TimeStart->Text=s.sprintf("%g", start);
+		if ((p=strstr(buff,"::"))) *p='\0';
+		FilePath->Text=buff;
+	}
+	else {
+		for (p=buff;p=strstr(p,"::");p+=2) {
+			if      (*(p+2)=='T') ChkTimeTag->Checked=true;
+			else if (*(p+2)=='S') sscanf(p+2,"S=%lf",&intv);
+		}
+		if (intv>0.0) SwapIntv->Text=s.sprintf("%.3g",intv);
+		if ((p=strstr(buff,"::"))) *p='\0';
+		FilePath->Text=buff;
+	}
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::BtnOkClick(TObject *Sender)
+{
+	AnsiString str;
+	double swap;
+	
+	if (!Opt) {
+		Path=FilePath->Text;
+		if (ChkTimeTag->Checked) {
+			Path=Path+"::T"+"::"+TimeSpeed->Text+"::+"+TimeStart->Text;
+		}
+	}
+	else {
+		Path=FilePath->Text;
+		if (ChkTimeTag->Checked) Path+="::T";
+		str=SwapIntv->Text;
+		if (sscanf(str.c_str(),"%lf",&swap)>=1) {
+			Path+="::S="+str;
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::BtnFilePathClick(TObject *Sender)
+{
+	if (!Opt) {
+		OpenDialog->FileName=FilePath->Text;
+		if (!OpenDialog->Execute()) return;
+		FilePath->Text=OpenDialog->FileName;
+	}
+	else {
+		SaveDialog->FileName=FilePath->Text;
+		if (!SaveDialog->Execute()) return;
+		FilePath->Text=SaveDialog->FileName;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::ChkTimeTagClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::BtnKeyClick(TObject *Sender)
+{
+	KeyDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileOptDialog::UpdateEnable(void)
+{
+	TimeSpeed->Enabled=ChkTimeTag->Checked;
+	TimeStart->Enabled=ChkTimeTag->Checked;
+	Label2   ->Enabled=ChkTimeTag->Checked;
+	Label3   ->Enabled=ChkTimeTag->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/fileoptdlg.h b/app/appcmn/fileoptdlg.h
new file mode 100644
index 0000000..00aec1a
--- /dev/null
+++ b/app/appcmn/fileoptdlg.h
@@ -0,0 +1,48 @@
+//---------------------------------------------------------------------------
+#ifndef fileoptdlgH
+#define fileoptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TFileOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TSaveDialog *SaveDialog;
+	TPanel *Panel1;
+	TButton *BtnFilePath;
+	TEdit *FilePath;
+	TLabel *Label1;
+	TCheckBox *ChkTimeTag;
+	TComboBox *TimeSpeed;
+	TEdit *TimeStart;
+	TLabel *Label2;
+	TLabel *Label3;
+	TLabel *Label4;
+	TComboBox *SwapIntv;
+	TLabel *Label5;
+	TSpeedButton *BtnKey;
+	TOpenDialog *OpenDialog;
+	void __fastcall BtnFilePathClick(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall ChkTimeTagClick(TObject *Sender);
+	void __fastcall BtnKeyClick(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	int Opt;
+	AnsiString Path;
+	__fastcall TFileOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TFileOptDialog *FileOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/ftpoptdlg.cpp b/app/appcmn/ftpoptdlg.cpp
new file mode 100644
index 0000000..cdf0a05
--- /dev/null
+++ b/app/appcmn/ftpoptdlg.cpp
@@ -0,0 +1,114 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "ftpoptdlg.h"
+#include "keydlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TFtpOptDialog *FtpOptDialog;
+
+//---------------------------------------------------------------------------
+__fastcall TFtpOptDialog::TFtpOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TFtpOptDialog::FormShow(TObject *Sender)
+{
+	AnsiString s,cap[]={"FTP Option","HTTP Option"};
+	char buff[2048],*p,*q;
+	char *addr,*file="",*user="",*passwd="";
+	int topts[4]={0,3600,0,0};
+	
+	Caption=cap[Opt];
+	
+	strcpy(buff,Path.c_str());
+    
+    if ((p=strchr(buff,'/'))) {
+        if ((q=strstr(p+1,"::"))) {
+            *q='\0';
+            sscanf(q+2,"T=%d,%d,%d,%d",topts,topts+1,topts+2,topts+3);
+        }
+        file=p+1;
+        *p='\0';
+    }
+    if ((p=strrchr(buff,'@'))) {
+        *p++='\0';
+        if ((q=strchr(buff,':'))) {
+             *q='\0'; passwd=q+1;
+        }
+        *q='\0'; user=buff;
+    }
+    else p=buff;
+    addr=p;	
+	
+	Addr->Text=s.sprintf("%s/%s",addr,file);
+	User->Text=user;
+	Passwd->Text=passwd;
+	PathOffset   ->Text=s.sprintf("%.2g",topts[0]/3600.0);
+	Interval     ->Text=s.sprintf("%.2g",topts[1]/3600.0);
+	Offset       ->Text=s.sprintf("%.2g",topts[2]/3600.0);
+	RetryInterval->Text=s.sprintf("%d",topts[3]);
+	Addr->Items->Clear();
+	for (int i=0;i<MAXHIST;i++) {
+		if (History[i]!="") Addr->Items->Add(History[i]);
+	}
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TFtpOptDialog::BtnOkClick(TObject *Sender)
+{
+	AnsiString PathOffset_Text=PathOffset->Text;
+	AnsiString Interval_Text=Interval->Text;
+	AnsiString Offset_Text=Offset->Text;
+	AnsiString RetryInterval_Text=RetryInterval->Text;
+	AnsiString User_Text=User->Text,Passwd_Text=Passwd->Text;
+	AnsiString Addr_Text=Addr->Text,s;
+	int topts[4];
+	
+	topts[0]=(int)(atof(PathOffset_Text.c_str())*3600.0);
+	topts[1]=(int)(atof(Interval_Text.c_str())*3600.0);
+	topts[2]=(int)(atof(Offset_Text.c_str())*3600.0);
+	topts[3]=atoi(RetryInterval_Text.c_str());
+	
+	Path=s.sprintf("%s:%s@%s::T=%d,%d,%d,%d",User_Text.c_str(),
+				   Passwd_Text.c_str(),Addr_Text.c_str(),
+				   topts[0],topts[1],topts[2],topts[3]);
+	
+	AddHist(Addr,History);
+}
+//---------------------------------------------------------------------------
+void __fastcall TFtpOptDialog::BtnKeyClick(TObject *Sender)
+{
+	KeyDialog->Show();
+}
+//---------------------------------------------------------------------------
+void __fastcall TFtpOptDialog::AddHist(TComboBox *list, AnsiString *hist)
+{
+	for (int i=0;i<MAXHIST;i++) {
+		if (list->Text!=hist[i]) continue;
+		for (int j=i+1;j<MAXHIST;j++) hist[j-1]=hist[j];
+		hist[MAXHIST-1]="";
+	}
+	for (int i=MAXHIST-1;i>0;i--) hist[i]=hist[i-1];
+	hist[0]=list->Text;
+	
+	list->Clear();
+	for (int i=0;i<MAXHIST;i++) {
+		if (hist[i]!="") list->Items->Add(hist[i]);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TFtpOptDialog::UpdateEnable(void)
+{
+	User       ->Enabled=Opt==0;
+	Passwd     ->Enabled=Opt==0;
+	LabelUser  ->Enabled=Opt==0;
+	LabelPasswd->Enabled=Opt==0;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/ftpoptdlg.h b/app/appcmn/ftpoptdlg.h
new file mode 100644
index 0000000..a6d108e
--- /dev/null
+++ b/app/appcmn/ftpoptdlg.h
@@ -0,0 +1,52 @@
+//---------------------------------------------------------------------------
+#ifndef ftpoptdlgH
+#define ftpoptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Buttons.hpp>
+
+#define MAXHIST		10
+
+//---------------------------------------------------------------------------
+class TFtpOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TEdit *User;
+	TEdit *Passwd;
+	TLabel *LabelUser;
+	TLabel *LabelPasswd;
+	TComboBox *Addr;
+	TLabel *Label1;
+	TComboBox *Interval;
+	TLabel *Label2;
+	TLabel *Label3;
+	TComboBox *Offset;
+	TLabel *Label4;
+	TEdit *RetryInterval;
+	TLabel *Label5;
+	TLabel *Label6;
+	TLabel *Label7;
+	TSpeedButton *BtnKey;
+	TLabel *Label8;
+	TComboBox *PathOffset;
+	TLabel *Label9;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnKeyClick(TObject *Sender);
+private:
+	void __fastcall AddHist(TComboBox *list, AnsiString *hist);
+	void __fastcall UpdateEnable(void);
+public:
+	int Opt;
+	AnsiString Path,History[MAXHIST],MntpHist[MAXHIST];
+	__fastcall TFtpOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TFtpOptDialog *FtpOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/gmview.cpp b/app/appcmn/gmview.cpp
new file mode 100644
index 0000000..76c35fa
--- /dev/null
+++ b/app/appcmn/gmview.cpp
@@ -0,0 +1,123 @@
+//---------------------------------------------------------------------------
+// gmview.c: google map view
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+#include <mshtml.h>
+#include "rtklib.h"
+#include "gmview.h"
+
+#define RTKLIB_GM_FILE L"rtklib_gmap.htm"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma link "SHDocVw_OCX"
+#pragma resource "*.dfm"
+
+TGoogleMapView *GoogleMapView;
+//---------------------------------------------------------------------------
+__fastcall TGoogleMapView::TGoogleMapView(TComponent* Owner)
+    : TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::FormCreate(TObject *Sender)
+{
+    UnicodeString url,exe,dir=L".";
+    wchar_t *p,*q;
+    
+    exe=Application->ExeName; // exe directory
+    p=exe.c_str();
+    if ((q=wcsrchr(p,L'\\'))) {
+        dir=exe.SubString(1,q-p);
+    }
+    url=L"file://"+dir+L"\\"+RTKLIB_GM_FILE;
+    
+    WebBrowser->Navigate(url.c_str());
+}
+//---------------------------------------------------------------------------
+int __fastcall TGoogleMapView::GetState(void)
+{
+	IHTMLDocument3 *doc=NULL;
+	IHTMLElement *ele1=NULL;
+	VARIANT var;
+	int state;
+	
+	if (!WebBrowser->Document) return 0;
+	WebBrowser->Document->QueryInterface(IID_IHTMLDocument3,(void **)&doc);
+	if (!doc) return 0;
+	doc->getElementById(L"state",&ele1);
+	doc->Release();
+	if (!ele1) return 0;
+	
+	VariantInit(&var);
+	if (ele1->getAttribute(L"value",0,&var)!=S_OK) {
+		VariantClear(&var);
+		return 0;
+	}
+	swscanf(var.bstrVal,L"%d",&state);
+	VariantClear(&var);
+	return state;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::BtnCloseClick(TObject *Sender)
+{
+    Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::BtnHomeClick(TObject *Sender)
+{
+	ShowHome();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ShowHome(void)
+{
+    ExecFunc("ShowHome()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ClearMark(void)
+{
+    ExecFunc("ClearMark()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::AddMark(double lat, double lon,
+    AnsiString title, AnsiString msg)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("AddMark(%.7f,%.7f,\"%s\",\"%s\")",lat,lon,title,msg));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::PosMark(double lat, double lon,
+    AnsiString title)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("PosMark(%.7f,%.7f,\"%s\")",lat,lon,title));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::HighlightMark(AnsiString title)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("HighlightMark(\"%s\")",title));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ExecFunc(AnsiString func)
+{
+    IHTMLWindow2 *win;
+    IHTMLDocument2 *doc=NULL;
+    VARIANT var;
+    HRESULT hr;
+    wchar_t func_w[1024]={0};
+    
+    if (!WebBrowser->Document) return;
+    WebBrowser->Document->QueryInterface(IID_IHTMLDocument2,(void **)&doc);
+    if (!doc) return;
+    hr=doc->get_parentWindow(&win);
+    doc->Release();
+    if (hr!=S_OK) return;
+    
+    VariantInit(&var);
+    ::MultiByteToWideChar(CP_UTF8,0,func.c_str(),-1,func_w,512); 
+    hr=win->execScript(func_w,L"javascript",&var);
+    VariantClear(&var);
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/gmview.h b/app/appcmn/gmview.h
new file mode 100644
index 0000000..de46d72
--- /dev/null
+++ b/app/appcmn/gmview.h
@@ -0,0 +1,43 @@
+//---------------------------------------------------------------------------
+#ifndef gmviewH
+#define gmviewH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include "SHDocVw_OCX.h"
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.OleCtrls.hpp>
+#include <Vcl.Buttons.hpp>
+//---------------------------------------------------------------------------
+class TGoogleMapView : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TCppWebBrowser *WebBrowser;
+	TPanel *Panel5;
+	TButton *BtnClose;
+	TSpeedButton *BtnHome;
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall FormCreate(TObject *Sender);
+	void __fastcall BtnHomeClick(TObject *Sender);
+
+
+private:
+    void __fastcall ExecFunc(AnsiString func);
+
+public:
+	__fastcall TGoogleMapView(TComponent* Owner);
+    void __fastcall ShowHome(void);
+    int  __fastcall GetState(void);
+    void __fastcall ClearMark(void);
+    void __fastcall AddMark(double lat, double lon, AnsiString title, AnsiString msg);
+    void __fastcall PosMark(double lat, double lon, AnsiString title);
+    void __fastcall HighlightMark(AnsiString title);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TGoogleMapView *GoogleMapView;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/graph.cpp b/app/appcmn/graph.cpp
new file mode 100644
index 0000000..41cf7b4
--- /dev/null
+++ b/app/appcmn/graph.cpp
@@ -0,0 +1,658 @@
+//---------------------------------------------------------------------------
+// graph.cpp: graph plot subfunctions
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <math.h>
+#pragma hdrstop
+#include "rtklib.h"
+#include "graph.h"
+
+#define MINSIZE		10			// min width/height
+#define MINSCALE	2E-5		// min scale factor (pixel/unit)
+#define MAXSCALE	1E7			// max scale factor (pixel/unit)
+#define SIZEORIGIN	6
+
+#define MIN(x,y)	((x)<(y)?(x):(y))
+#define MAX(x,y)	((x)>(y)?(x):(y))
+
+// constructor --------------------------------------------------------------
+TGraph::TGraph(TPaintBox *parent)
+{
+	TPoint point;
+	Parent=parent; X=Y=0; Width=parent->Width; Height=parent->Height;
+	XCent =YCent =0.0;			// center coordinate (unit)
+	XScale=YScale=0.02; 		// scale factor (unit/pixel)
+	Box=1;						// show box (0:off,1:on)
+	Fit=1;						// fit scale on resize (0:off,1:on):
+	XGrid=YGrid=1;				// show grid (0:off,1:on)
+	XTick=YTick=0.0;			// grid interval (unit) (0:auto)
+	XLPos=YLPos=1;				// grid label pos (0:off,1:outer,2:inner,
+								// 3:outer-rot,4:inner-rot,5/6:time,7:axis)
+	Week=0;						// gpsweek no. for time label
+	Title=XLabel=YLabel="";		// lable string ("":no label)
+	Color[0]=Parent->Color;		// background color
+	Color[1]=clGray;			// grid color
+	Color[2]=clBlack;			// title/label color
+	
+	p_=point; mark_=0; color_=clBlack; size_=0; rot_=0;
+}
+// --------------------------------------------------------------------------
+int TGraph::IsInArea(TPoint &p)
+{
+	return X<=p.x&&p.x<X+Width&&Y<=p.y&&p.y<Y+Height;
+}
+//---------------------------------------------------------------------------
+int TGraph::ToPoint(double x, double y, TPoint &p)
+{
+	const double xt=0.1;
+	x=X+(Width-1)/2.0+(x-XCent)/XScale;
+	y=Y+(Height-1)/2.0-(y-YCent)/YScale;
+	p.x=(int)floor(x+0.5); p.y=(int)floor(y+0.5);
+	return X-xt<x&&x<X+Width-1+xt&&Y-xt<y&&y<Y+Height-1+xt;
+}
+//---------------------------------------------------------------------------
+void TGraph::ToPos(TPoint p, double &x, double &y)
+{
+	x=XCent+(p.x-X-(Width-1)/2.0)*XScale;
+	y=YCent-(p.y-Y-(Height-1)/2.0)*YScale;
+}
+//---------------------------------------------------------------------------
+void TGraph::SetPos(TPoint p1, TPoint p2)
+{
+	int w=p2.x-p1.x+1,h=p2.y-p1.y+1;
+	if (w<MINSIZE) w=MINSIZE; if (h<MINSIZE) h=MINSIZE;
+	if (Fit) {
+		XScale*=(double)(Width-1)/(w-1);
+		YScale*=(double)(Height-1)/(h-1);
+	}
+	X=p1.x; Y=p1.y; Width=w; Height=h;
+};
+//---------------------------------------------------------------------------
+void TGraph::GetPos(TPoint &p1, TPoint &p2)
+{
+	p1.x=X; p1.y=Y; p2.x=X+Width-1; p2.y=Y+Height-1;
+};
+//---------------------------------------------------------------------------
+void TGraph::SetCent(double x, double y)
+{
+	XCent=x; YCent=y;
+}
+//---------------------------------------------------------------------------
+void TGraph::GetCent(double &x, double &y)
+{
+	x=XCent; y=YCent;
+}
+//---------------------------------------------------------------------------
+void TGraph::SetRight(double x, double y)
+{
+//	XCent=x-(double)(Width-1)*XScale*0.5; YCent=y;
+	XCent=x-(double)(Width-13)*XScale*0.5; YCent=y;
+}
+//---------------------------------------------------------------------------
+void TGraph::GetRight(double &x, double &y)
+{
+//	x=XCent+(double)(Width-1)*XScale*0.5; y=YCent;
+	x=XCent+(double)(Width-13)*XScale*0.5; y=YCent;
+}
+//---------------------------------------------------------------------------
+void TGraph::SetScale(double xs, double ys)
+{
+	if (xs<MINSCALE) xs=MINSCALE; else if (MAXSCALE<xs) xs=MAXSCALE;
+	if (ys<MINSCALE) ys=MINSCALE; else if (MAXSCALE<ys) ys=MAXSCALE;
+	XScale=xs; YScale=ys;
+}
+//---------------------------------------------------------------------------
+void TGraph::GetScale(double &xs, double &ys)
+{
+	xs=XScale; ys=YScale;
+}
+//---------------------------------------------------------------------------
+void TGraph::SetLim(const double *xl, const double *yl)
+{
+	if (xl[0]<xl[1]) {XCent=(xl[0]+xl[1])/2.0; XScale=(xl[1]-xl[0])/(Width-1);}
+	if (yl[0]<yl[1]) {YCent=(yl[0]+yl[1])/2.0; YScale=(yl[1]-yl[0])/(Height-1);}
+}
+//---------------------------------------------------------------------------
+void TGraph::GetLim(double *xl, double *yl)
+{
+	TPoint p0(X,Y),p1(X+Width-1,Y+Height-1);
+	ToPos(p0,xl[0],yl[1]); ToPos(p1,xl[1],yl[0]);
+}
+//---------------------------------------------------------------------------
+void TGraph::SetTick(double xt, double yt)
+{
+	XTick=xt; YTick=yt;
+}
+//---------------------------------------------------------------------------
+void TGraph::GetTick(double &xt, double &yt)
+{
+	xt=XTick>0.0?XTick:(XLPos==5||XLPos==6?AutoTickTime(XScale):AutoTick(XScale));
+	yt=YTick>0.0?YTick:AutoTick(YScale);
+}
+//---------------------------------------------------------------------------
+double TGraph::AutoTick(double scale)
+{
+	double t[]={1.0,2.0,5.0,10.0},tick=30.0*scale;
+	double order=pow(10.0,floor(log10(tick)));
+	for (int i=0;i<4;i++) if (tick<=t[i]*order) return t[i]*order;
+	return 10.0;
+}
+//---------------------------------------------------------------------------
+double TGraph::AutoTickTime(double scale)
+{
+	double t[]={0.1,0.2,0.5,1.0,3.0,6.0,12.0,30.0,60.0,300.0,900.0,1800.0,3600.0,
+		7200.0,10800.0,21600.0,43200.0,86400.0,86400.0*2,86400.0*7,86400.0*14,
+		86400.0*35,86400.0*70};
+	double tick=60.0*scale;
+	for (int i=0;i<(int)(sizeof(t)/sizeof(*t));i++) if (tick<=t[i]) return t[i];
+	return 86400.0*140;
+}
+//---------------------------------------------------------------------------
+AnsiString TGraph::NumText(double x, double dx)
+{
+	AnsiString s;
+	int n=(int)(0.9-log10(dx));
+	return s.sprintf("%.*f",n<0?0:n,x);
+}
+//---------------------------------------------------------------------------
+AnsiString TGraph::TimeText(double x, double dx)
+{
+    AnsiString s;
+    char str[64];
+    time2str(gpst2time(Week,x),str,1);
+    int b=dx<86400.0?11:(dx<86400.0*30?5:2),w=dx<60.0?(dx<1.0?10:8):5;
+    return s.sprintf("%*.*s",w,w,str+b);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawGrid(double xt, double yt)
+{
+	TCanvas *c=Parent->Canvas;
+	double xl[2],yl[2];
+	TPoint p;
+	GetLim(xl,yl);
+	c->Pen->Color=Color[1]; c->Brush->Style=bsClear;
+	if (XGrid) {
+		for (int i=(int)ceil(xl[0]/xt);i*xt<=xl[1];i++) {
+			ToPoint(i*xt,0.0,p);
+			c->Pen->Style=i!=0?psDot:psSolid;
+			c->MoveTo(p.x,Y); c->LineTo(p.x,Y+Height-1);
+		}
+	}
+	if (YGrid) {
+		for (int i=(int)ceil(yl[0]/yt);i*yt<=yl[1];i++) {
+			ToPoint(0.0,i*yt,p);
+			c->Pen->Style=i!=0?psDot:psSolid;
+			c->MoveTo(X,p.y); c->LineTo(X+Width-1,p.y);
+		}
+	}
+	DrawMark(0.0,0.0,0,Color[1],SIZEORIGIN,0);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawGridLabel(double xt, double yt)
+{
+	double xl[2],yl[2];
+	TPoint p;
+	GetLim(xl,yl);
+	if (XLPos) {
+		for (int i=(int)ceil(xl[0]/xt);i*xt<=xl[1];i++) {
+			if (XLPos<=4) {
+				ToPoint(i*xt,yl[0],p); if (XLPos==1) p.y-=1;
+				int ha=XLPos<=2?0:(XLPos==3?2:1),va=XLPos>=3?0:(XLPos==1?2:1);
+				DrawText(p,NumText(i*xt,xt),Color[2],ha,va,XLPos>=3?90:0);
+			}
+			else if (XLPos==6) {
+				ToPoint(i*xt,yl[0],p);
+				DrawText(p,TimeText(i*xt,xt),Color[2],0,2,0);
+			}
+			else if (XLPos==7) {
+				if (i==0) continue;
+				ToPoint(i*xt,0.0,p);
+				DrawText(p,NumText(i*xt,xt),Color[2],0,2,0);
+			}
+		}
+	}
+	if (YLPos) {
+		for (int i=(int)ceil(yl[0]/yt);i*yt<=yl[1];i++) {
+			if (YLPos<=4) {
+				ToPoint(xl[0],i*yt,p);
+				int ha=YLPos>=3?0:(YLPos==1?2:1),va=YLPos<=2?0:(YLPos==3?1:2);
+				DrawText(p,NumText(i*yt,yt),Color[2],ha,va,YLPos>=3?90:0);
+			}
+			else if (YLPos==7) {
+				if (i==0) continue;
+				ToPoint(0.0,i*yt,p); p.x+=2;
+				DrawText(p,NumText(i*yt,yt),Color[2],1,0,0);
+			}
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawBox(void)
+{
+	TCanvas *c=Parent->Canvas;
+	if (Box) {
+		c->Pen->Color=Color[1]; c->Pen->Style=psSolid; c->Brush->Style=bsClear;
+		c->Rectangle(X,Y,X+Width-1,Y+Height-1);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawLabel(void)
+{
+	if (XLabel!="") {
+		TPoint p(X+Width/2,Y+Height+(XLPos%2?10:2));
+		DrawText(p,XLabel,Color[2],0,2,0);
+	}
+	if (YLabel!="") {
+		TPoint p(X-(YLPos%2?20:2),Y+Height/2);
+		DrawText(p,YLabel,Color[2],0,1,90);
+	}
+	if (Title!="") {
+		TPoint p(X+Width/2,Y-1);
+		DrawText(p,Title,Color[2],0,1,0);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawAxis(int label, int glabel)
+{
+	TCanvas *c=Parent->Canvas;
+	double xt,yt;
+	GetTick(xt,yt);
+	c->Pen->Color=Color[0]; c->Pen->Style=psSolid;
+	c->Brush->Color=Color[0]; c->Brush->Style=bsSolid;
+	DrawGrid(xt,yt);
+	if (xt/XScale<50.0&&XLPos<=2) xt*=XLPos==5?4.0:2.0;
+	if (yt/YScale<50.0&&YLPos>=3) yt*=2.0;
+	if (glabel) DrawGridLabel(xt,yt);
+	DrawBox();
+	if (label) DrawLabel();
+}
+//---------------------------------------------------------------------------
+void TGraph::RotPoint(TPoint *ps, int n, TPoint pc, int rot, TPoint *pr)
+{
+	for (int i=0;i<n;i++) {
+		pr[i].x=pc.x+(int)floor(ps[i].x*cos(rot*D2R)-ps[i].y*sin(rot*D2R)+0.5);
+		pr[i].y=pc.y-(int)floor(ps[i].x*sin(rot*D2R)+ps[i].y*cos(rot*D2R)+0.5);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawMark(TPoint p, int mark, TColor color, int size, int rot)
+{
+	// mark = mark ( 0: dot  (.), 1: circle (o),  2: rect  (#), 3: cross (x)
+	//               4: line (-), 5: plus   (+), 10: arrow (->),
+	//              11: hscale,  12: vscale,     13: compass)
+	// rot  = rotation angle (deg)
+	
+	// if the same mark already drawn, skip it
+	if (p.x==p_.x&&p.y==p_.y&&mark==mark_&&color==color_&&size==size_&&
+		rot==rot_) {
+		return;
+	}
+	p_=p; mark_=mark; color_=color; size_=size; rot_=rot;
+	
+	TCanvas *c=Parent->Canvas;
+	if (size<1) size=1;
+	int n,s=size/2;
+	int x1=p.x-s,x2=x1+size+1,y1=p.y-s,y2=y1+size+1;
+	int xs1[]={-7,0,-7,0},ys1[]={2,0,-2,0};
+	int xs2[]={-1,-1,-1,1,1,1},ys2[]={-1,1,0,0,-1,1};
+	int xs3[]={3,-4,0,0,0,-8,8},ys3[]={0,5,20,-20,-10,-10,-10};
+	TPoint ps[32],pr[32],pd(0,size/2+12),pt;
+	c->Pen->Color=color; c->Pen->Style=psSolid; c->Brush->Color=color;
+	switch (mark) {
+		case 0: // dot
+			c->Brush->Style=bsSolid;
+			c->Ellipse(x1,y1,x2,y2);
+			return;
+		case 1: // circle
+			c->Brush->Style=bsClear;
+			c->Ellipse(x1,y1,x2,y2);
+			return;
+		case 2: // rectangle
+			c->Brush->Style=bsClear;
+			c->Rectangle(x1,y1,x2,y2);
+			return;
+		case 3: // cross
+			c->Brush->Style=bsClear;
+			c->MoveTo(x1,y1); c->LineTo(x2,y2);
+			c->MoveTo(x1,y2); c->LineTo(x2,y1);
+			return;
+		case 4: // line
+			n=2;
+			ps[0].x=-size/2; ps[0].y=0; ps[1].x=size/2; ps[1].y=0;
+			break;
+		case 5: // plus
+			c->Brush->Style=bsClear;
+			c->MoveTo(x1,p.y); c->LineTo(x2,p.y);
+			c->MoveTo(p.x,y2); c->LineTo(p.x,y1);
+			return;
+		case 10: // arrow
+			n=6;
+			ps[0].x=-size/2; ps[0].y=0; ps[1].x=size/2; ps[1].y=0;
+			for (int i=2;i<n;i++) {
+				ps[i].x=size/2+xs1[i-2]; ps[i].y=ys1[i-2];
+			}
+			break;
+		case 11: // hscale
+		case 12: // vscale
+			n=6;
+			for (int i=0;i<n;i++) {
+				int x=xs2[i]*size/2,y=ys2[i]*5;
+				ps[i].x=mark==11?x:y; ps[i].y=mark==11?y:x;
+			}
+			break;
+		case 13: // compass
+			n=7;
+			for (int i=0;i<n;i++) {
+				ps[i].x=xs3[i]*size/40; ps[i].y=ys3[i]*size/40;
+			}
+			RotPoint(&pd,1,p,rot,&pt);
+			DrawText(pt,"N",color,0,0,rot);
+			break;
+		default:
+			return;
+	}
+	c->Brush->Style=bsClear;
+	RotPoint(ps,n,p,rot,pr);
+	DrawPoly(pr,n,color,0);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawMark(double x, double y, int mark, TColor color, int size,
+	int rot)
+{
+	TPoint p;
+	if (ToPoint(x,y,p)) DrawMark(p,mark,color,size,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawMark(TPoint p, int mark, TColor color, TColor bgcolor,
+	int size, int rot)
+{
+    TPoint p1;
+    p1=p; p1.x--; DrawMark(p1,mark,bgcolor,size,rot); // draw with hemming
+    p1=p; p1.x++; DrawMark(p1,mark,bgcolor,size,rot);
+    p1=p; p1.y--; DrawMark(p1,mark,bgcolor,size,rot);
+    p1=p; p1.y++; DrawMark(p1,mark,bgcolor,size,rot);
+    DrawMark(p,mark,color,size,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawMark(double x, double y, int mark, TColor color,
+	TColor bgcolor, int size, int rot)
+{
+	TPoint p;
+	if (ToPoint(x,y,p)) DrawMark(p,mark,color,bgcolor,size,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawMarks(const double *x, const double *y, const TColor *color,
+					   int n, int mark, int size, int rot)
+{
+	TPoint p,pp;
+	for (int i=0;i<n;i++) {
+		if (!ToPoint(x[i],y[i],p)||(pp.x==p.x&&pp.y==p.y)) continue;
+		DrawMark(p,mark,color[i],size,rot);
+		pp=p;
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawText(TPoint p, AnsiString str, TColor color, int ha, int va,
+	int rot)
+{
+	// str = UTF-8 string
+	// ha  = horizontal alignment (0: center, 1: left,   2: right)
+	// va  = vertical alignment   (0: center, 1: bottom, 2: top  )
+	// rot = rotation angle (deg)
+
+	wchar_t buff[1024]={0};
+	::MultiByteToWideChar(CP_UTF8,0,str.c_str(),-1,buff,2048);
+	UnicodeString u_str(buff);
+	
+	TCanvas *c=Parent->Canvas;
+	AnsiString Font_Name=c->Font->Name;
+	LOGFONT lf={0};
+	lf.lfHeight=c->Font->Height;
+	lf.lfCharSet=c->Font->Charset;
+	strcpy(lf.lfFaceName,Font_Name.c_str());
+	lf.lfEscapement=lf.lfOrientation=rot*10;
+	c->Font->Handle=CreateFontIndirect(&lf);
+	TSize off=c->TextExtent(u_str);
+	TPoint ps,pr;
+	ps.x=ha==0?(-off.cx+1)/2:(ha==1?3:-off.cx-3);
+	ps.y=va==0?(off.cy+1)/2:(va==1?off.cy+1:-2);
+	RotPoint(&ps,1,p,rot,&pr);
+	c->Brush->Style=bsClear;
+	c->Font->Color=color;
+	c->TextOut(pr.x,pr.y,u_str);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawText(double x, double y, AnsiString str, TColor color,
+	int ha, int va, int rot)
+{
+	TPoint p;
+	ToPoint(x,y,p);
+	DrawText(p,str,color,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawText(TPoint p, AnsiString str, TColor color, TColor bgcolor,
+	int ha, int va, int rot)
+{
+    TPoint p1;
+    p1=p; p1.x--; DrawText(p1,str,bgcolor,ha,va,rot); // draw with hemming
+    p1=p; p1.x++; DrawText(p1,str,bgcolor,ha,va,rot);
+    p1=p; p1.y--; DrawText(p1,str,bgcolor,ha,va,rot);
+    p1=p; p1.y++; DrawText(p1,str,bgcolor,ha,va,rot);
+    DrawText(p,str,color,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawText(double x, double y, AnsiString str, TColor color,
+	TColor bgcolor, int ha, int va, int rot)
+{
+	TPoint p;
+	ToPoint(x,y,p);
+	DrawText(p,str,color,bgcolor,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawCircle(TPoint p, TColor color, int rx, int ry, int style)
+{
+	TCanvas *c=Parent->Canvas;
+	TPenStyle ps[]={psSolid,psDot,psDash,psDashDot,psDashDotDot};
+	int x1=p.x-rx,x2=p.x+rx,y1=p.y-ry,y2=p.y+ry;
+	c->Pen->Color=color; c->Pen->Style=ps[style]; c->Brush->Style=bsClear;
+	c->Ellipse(x1,y1,x2,y2);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawCircle(double x, double y, TColor color, double rx,
+	double ry, int style)
+{
+	TPoint p;
+	ToPoint(x,y,p);
+	DrawCircle(p,color,(int)(rx/XScale+0.5),(int)(ry/YScale+0.5),style);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawCircles(int label)
+{
+	TCanvas *c=Parent->Canvas;
+	TPoint p;
+	double xl[2],yl[2],xt,yt,x2,y2,r;
+	GetLim(xl,yl);
+	x2=MAX(xl[0]*xl[0],xl[1]*xl[1]);
+	y2=MAX(yl[0]*yl[0],yl[1]*yl[1]);
+	r=sqrt(x2+y2);
+	GetTick(xt,yt);
+	for (int i=(int)floor(r/xt);i>0;i--) {
+		DrawCircle(0.0,0.0,Color[1],i*xt,i*xt,1);
+	}
+	ToPoint(0.0,0.0,p);
+	c->Pen->Style=psSolid;
+	c->MoveTo(p.x,Y); c->LineTo(p.x,Y+Height-1);
+	c->MoveTo(X,p.y); c->LineTo(X+Width-1,p.y);
+	DrawMark(0.0,0.0,0,Color[1],SIZEORIGIN,0);
+	if (xt/XScale<50.0) xt*=2.0;
+	if (yt/YScale<50.0) yt*=2.0;
+	if (label) DrawGridLabel(xt,yt);
+	DrawBox();
+}
+//---------------------------------------------------------------------------
+int TGraph::OnAxis(TPoint p)
+{
+	// area code :  5  4  6
+	//              1  0  2
+	//              9  8 10
+	int xmin=X,xmax=X+Width-1,ymin=Y,ymax=Y+Height-1;
+	return (p.x<xmin?1:(p.x<=xmax?0:2))+(p.y<ymin?4:(p.y<=ymax?0:8));
+}
+//---------------------------------------------------------------------------
+int TGraph::ClipPoint(TPoint *p0, int area, TPoint *p1)
+{
+	int x,y,xmin=X,xmax=X+Width-1,ymin=Y,ymax=Y+Height-1;
+	if (area&1) { // left
+		y=p0->y+(p1->y-p0->y)*(xmin-p0->x)/(p1->x-p0->x);
+		if (ymin<=y&&y<=ymax) {p0->x=xmin; p0->y=y; return 1;}
+	}
+	if (area&2) { // right
+		y=p0->y+(p1->y-p0->y)*(xmax-p0->x)/(p1->x-p0->x);
+		if (ymin<=y&&y<=ymax) {p0->x=xmax; p0->y=y; return 1;}
+	}
+	if (area&4) { // upper
+		x=p0->x+(p1->x-p0->x)*(ymin-p0->y)/(p1->y-p0->y);
+		if (xmin<=x&&x<=xmax) {p0->x=x; p0->y=ymin; return 1;}
+	}
+	if (area&8) { // lower
+		x=p0->x+(p1->x-p0->x)*(ymax-p0->y)/(p1->y-p0->y);
+		if (xmin<=x&&x<=xmax) {p0->x=x; p0->y=ymax; return 1;}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawPolyline(TPoint *p, int n)
+{
+	// avoid overflow of points
+	for (int i=0;i<n-1;i+=30000,p+=30000) {
+		Parent->Canvas->Polyline(p,n-i>30000?30000:n-i-1);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawPoly(TPoint *p, int n, TColor color, int style)
+{
+	TCanvas *c=Parent->Canvas;
+	TPenStyle ps[]={psSolid,psDot,psDash,psDashDot,psDashDotDot};
+	c->Pen->Color=color; c->Pen->Style=ps[style]; c->Brush->Style=bsClear;
+	int i,j,area0=11,area1;
+	for (i=j=0;j<n;j++,area0=area1) {
+		if ((area1=OnAxis(p[j]))==area0) continue;
+		if (!area1) i=j; else if (!area0) DrawPolyline(p+i,j-i);
+		if (j<=0||(area0&area1)) continue;
+		TPoint pc[2]={p[j-1],p[j]};
+		if (area0&&!ClipPoint(pc,  area0,p+j  )) continue;
+		if (area1&&!ClipPoint(pc+1,area1,p+j-1)) continue;
+		DrawPolyline(pc,2);
+	}
+	if (!area0) DrawPolyline(p+i,j-i);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawPoly(double *x, double *y, int n, TColor color, int style)
+{
+	TPoint *p=new TPoint[n];
+	int m=0;
+	for (int i=0;i<n;i++) {
+		ToPoint(x[i],y[i],p[m]);
+		if (m==0||p[m-1].x!=p[m].x||p[m-1].y!=p[m].y) m++;
+	}
+	DrawPoly(p,m,color,style);
+	delete [] p;
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawPatch(TPoint *p, int n, TColor color1, TColor color2,
+	int style)
+{
+	TCanvas *c=Parent->Canvas;
+	TPenStyle ps[]={psSolid,psDot,psDash,psDashDot,psDashDotDot};
+	c->Pen->Color=color1;
+	c->Pen->Style=ps[style];
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=color2;
+	c->Polygon(p,n);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawPatch(double *x, double *y, int n, TColor color1,
+	TColor color2, int style)
+{
+	TPoint *p=new TPoint[n];
+	for (int i=0;i<n;i++) {
+		ToPoint(x[i],y[i],p[i]);
+	}
+	DrawPatch(p,n,color1,color2,style);
+	delete [] p;
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawSkyPlot(TPoint p, TColor color1, TColor color2, int size)
+{
+	TCanvas *c=Parent->Canvas;
+	c->Pen->Color=color1; c->Brush->Style=bsClear;
+	AnsiString s,dir[]={"N","E","S","W"};
+	TPoint ps;
+	int r=size/2;
+	for (int el=0;el<90;el+=15) {
+		int ys=r-r*el/90;
+		c->Pen->Style=el==0?psSolid:psDot;
+		c->Ellipse(p.x-ys,p.y-ys,p.x+ys,p.y+ys);
+		if (el<=0) continue;
+		ps.x=p.x; ps.y=p.y-ys;
+		s.sprintf("%d",el);
+		DrawText(ps,s,color2,1,0,0);
+	}
+	c->Pen->Style=psDot; c->Font->Color=color2;
+	for (int az=0,i=0;az<360;az+=30) {
+		ps.x=p.x+(int)( r*sin(az*D2R)+0.5);
+		ps.y=p.y+(int)(-r*cos(az*D2R)+0.5);
+		c->MoveTo(p.x,p.y); c->LineTo(ps.x,ps.y);
+		ps.x+= 3*sin(az*D2R);
+		ps.y+=-3*cos(az*D2R);
+		s.sprintf("%d",az); if (!(az%90)) s=dir[i++];
+		DrawText(ps,s,color2,0,1,-az);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawSkyPlot(double x, double y, TColor color1, TColor color2,
+	double size)
+{
+	TPoint p;
+	ToPoint(x,y,p);
+	DrawSkyPlot(p,color1,color2,size/XScale);
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawSkyPlot(TPoint p, TColor color1, TColor color2,
+	TColor bgcolor, int size)
+{
+	TCanvas *c=Parent->Canvas;
+	c->Pen->Color=color1; c->Brush->Style=bsClear;
+	AnsiString s,dir[]={"N","E","S","W"};
+	TPoint ps;
+	int n,r=size/2;
+	
+	for (int el=0;el<90;el+=15) {
+		int ys=r-r*el/90;
+		c->Pen->Style=el==0?psSolid:psDot;
+		c->Ellipse(p.x-ys,p.y-ys,p.x+ys,p.y+ys);
+		if (el<=0) continue;
+		ps.x=p.x; ps.y=p.y-ys;
+		s.sprintf("%d",el);
+		DrawText(ps,s,color2,bgcolor,1,0,0);
+	}
+	c->Pen->Style=psDot; c->Font->Color=color2;
+	for (int az=0,i=0;az<360;az+=30) {
+		ps.x=p.x+(int)( r*sin(az*D2R)+0.5);
+		ps.y=p.y+(int)(-r*cos(az*D2R)+0.5);
+		c->MoveTo(p.x,p.y); c->LineTo(ps.x,ps.y);
+		ps.x+= 3*sin(az*D2R);
+		ps.y+=-3*cos(az*D2R);
+		s.sprintf("%d",az); if (!(az%90)) s=dir[i++];
+		DrawText(ps,s,color2,bgcolor,0,1,-az);
+	}
+}
+//---------------------------------------------------------------------------
+void TGraph::DrawSkyPlot(double x, double y, TColor color1, TColor color2,
+	TColor bgcolor, double size)
+{
+	TPoint p;
+	ToPoint(x,y,p);
+	DrawSkyPlot(p,color1,color2,bgcolor,size/XScale);
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/graph.h b/app/appcmn/graph.h
new file mode 100644
index 0000000..5a08dea
--- /dev/null
+++ b/app/appcmn/graph.h
@@ -0,0 +1,81 @@
+//---------------------------------------------------------------------------
+#ifndef graphH
+#define graphH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <ExtCtrls.hpp>
+
+class TGraph // graph class
+{
+private:
+	TPaintBox *Parent;
+	int X,Y,Width,Height;
+	double XCent,YCent,XScale,YScale,XTick,YTick;
+	double AutoTick(double scale);
+	double AutoTickTime(double scale);
+	void DrawBox(void);
+	void DrawLabel(void);
+	void DrawGrid(double xt, double yt);
+	void DrawGridLabel(double xt, double yt);
+	void RotPoint(TPoint *ps, int n, TPoint pc, int rot, TPoint *pr);
+	int ClipPoint(TPoint *p0, int area, TPoint *p1);
+	TPoint p_;
+	int mark_,size_,rot_;
+	TColor color_;
+public:
+	int Box,Fit,XGrid,YGrid,XLPos,YLPos,Week;
+	AnsiString Title,XLabel,YLabel;
+	TColor Color[3];
+	TGraph(TPaintBox *parent);
+	int IsInArea(TPoint &p);
+	int ToPoint(double x, double y, TPoint &p);
+	int OnAxis(TPoint p);
+	AnsiString NumText(double x, double dx);
+	AnsiString TimeText(double x, double dx);
+	void ToPos(TPoint p, double &x, double &y);
+	void SetPos(TPoint p1, TPoint p2);
+	void GetPos(TPoint &p1, TPoint &p2);
+	void SetCent(double x, double y);
+	void GetCent(double &x, double &y);
+	void SetRight(double x, double y);
+	void GetRight(double &x, double &y);
+	void SetScale(double xs, double ys);
+	void GetScale(double &xs, double &ys);
+	void SetLim(const double *xl, const double *yl);
+	void GetLim(double *xl, double *yl);
+	void SetTick(double xt, double yt);
+	void GetTick(double &xt, double &yt);
+	void DrawAxis(int label, int glabel);
+	void DrawMark(TPoint p, int mark, TColor color, int size, int rot);
+	void DrawMark(double x, double y, int mark, TColor color, int size, int rot);
+	void DrawMark(TPoint p, int mark, TColor color, TColor bgcolor, int size,
+		int rot);
+	void DrawMark(double x, double y, int mark, TColor color, TColor bgcolor,
+		int size, int rot);
+	void DrawMarks(const double *x, const double *y, const TColor *color, int n,
+				   int mark, int size, int rot);
+	void DrawCircle(TPoint p, TColor color, int rx, int ry, int style);
+	void DrawCircle(double x, double y, TColor color, double rx, double ry, int style);
+	void DrawCircles(int label);
+	void DrawText(double x, double y, AnsiString str, TColor color, int ha,
+		int va, int rot);
+	void DrawText(TPoint p, AnsiString str, TColor color, int ha, int va,
+		int rot);
+	void DrawText(double x, double y, AnsiString str, TColor color, TColor bgcolor,
+		int ha, int va, int rot);
+	void DrawText(TPoint p, AnsiString str, TColor color, TColor bgcolor,
+		int ha, int va, int rot);
+	void DrawPoly(TPoint *p, int n, TColor color, int style);
+	void DrawPoly(double *x, double *y, int n, TColor color, int style);
+	void DrawPolyline(TPoint *p, int n);
+	void DrawPatch(TPoint *p, int n, TColor color1, TColor color2, int style);
+	void DrawPatch(double *x, double *y, int n, TColor color1, TColor color2, int style);
+	void DrawSkyPlot(TPoint p, TColor color1, TColor color2, int size);
+	void DrawSkyPlot(double x, double y, TColor color1, TColor color2, double size);
+	void DrawSkyPlot(TPoint p, TColor color1, TColor color2, TColor bgcolor, int size);
+	void DrawSkyPlot(double x, double y, TColor color1, TColor color2, TColor bgcolor,
+		double size);
+};
+#endif
diff --git a/app/appcmn/keydlg.cpp b/app/appcmn/keydlg.cpp
new file mode 100644
index 0000000..fb20d23
--- /dev/null
+++ b/app/appcmn/keydlg.cpp
@@ -0,0 +1,44 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "keydlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TKeyDialog *KeyDialog;
+//---------------------------------------------------------------------------
+__fastcall TKeyDialog::TKeyDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Flag=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TKeyDialog::FormShow(TObject *Sender)
+{
+	Label10->Visible=Flag!=3;
+	Label21->Visible=Flag!=3;
+	Label23->Visible=Flag!=3;
+	Label24->Visible=Flag!=3;
+	Label25->Visible=Flag!=3;
+	Label26->Visible=Flag!=3;
+	Label27->Visible=Flag!=3;
+	Label28->Visible=Flag!=3;
+	Label29->Visible=Flag>=1;
+	Label30->Visible=Flag>=1;
+	Label31->Visible=Flag==2;
+	Label32->Visible=Flag==2;
+	Label33->Visible=Flag==3;
+	Label34->Visible=Flag==3;
+	Label35->Visible=Flag==3;
+	Label36->Visible=Flag==3;
+	Label37->Visible=Flag==3;
+	Label38->Visible=Flag==3;
+}
+//---------------------------------------------------------------------------
+void __fastcall TKeyDialog::BtnOkClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/keydlg.h b/app/appcmn/keydlg.h
new file mode 100644
index 0000000..b68996d
--- /dev/null
+++ b/app/appcmn/keydlg.h
@@ -0,0 +1,63 @@
+//---------------------------------------------------------------------------
+
+#ifndef keydlgH
+#define keydlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+//---------------------------------------------------------------------------
+class TKeyDialog : public TForm
+{
+__published:
+	TLabel *Label1;
+	TLabel *Label2;
+	TLabel *Label3;
+	TLabel *Label4;
+	TLabel *Label5;
+	TLabel *Label6;
+	TLabel *Label7;
+	TLabel *Label8;
+	TLabel *Label9;
+	TLabel *Label10;
+	TLabel *Label11;
+	TLabel *Label12;
+	TLabel *Label13;
+	TLabel *Label14;
+	TLabel *Label15;
+	TLabel *Label16;
+	TLabel *Label17;
+	TLabel *Label18;
+	TLabel *Label19;
+	TLabel *Label20;
+	TLabel *Label21;
+	TLabel *Label22;
+	TButton *BtnOk;
+	TLabel *Label23;
+	TLabel *Label24;
+	TLabel *Label25;
+	TLabel *Label26;
+	TLabel *Label27;
+	TLabel *Label28;
+	TLabel *Label29;
+	TLabel *Label30;
+	TLabel *Label31;
+	TLabel *Label32;
+	TLabel *Label33;
+	TLabel *Label34;
+	TLabel *Label35;
+	TLabel *Label36;
+	TLabel *Label37;
+	TLabel *Label38;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+private:
+public:
+	int Flag;
+	__fastcall TKeyDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TKeyDialog *KeyDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/maskoptdlg.cpp b/app/appcmn/maskoptdlg.cpp
new file mode 100644
index 0000000..ae0a0fd
--- /dev/null
+++ b/app/appcmn/maskoptdlg.cpp
@@ -0,0 +1,68 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "maskoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMaskOptDialog *MaskOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TMaskOptDialog::TMaskOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Mask.ena[0]=0;
+	Mask.ena[1]=0;
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+		Mask.mask[i][j]=0.0;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMaskOptDialog::FormShow(TObject *Sender)
+{
+	TEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};
+	AnsiString s;
+	MaskEna1->Checked=Mask.ena[0];
+	MaskEna2->Checked=Mask.ena[1];
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+		mask[i][j]->Text=s.sprintf("%.0f",Mask.mask[i][j]);
+	}
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMaskOptDialog::BtnOkClick(TObject *Sender)
+{
+	TEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};
+	Mask.ena[0]=MaskEna1->Checked;
+	Mask.ena[1]=MaskEna2->Checked;
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+		Mask.mask[i][j]=mask[i][j]->Text.ToDouble();
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMaskOptDialog::MaskEna1Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMaskOptDialog::UpdateEnable(void)
+{
+	TEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+		mask[i][j]->Enabled=MaskEna1->Checked||MaskEna2->Checked;
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/maskoptdlg.h b/app/appcmn/maskoptdlg.h
new file mode 100644
index 0000000..ccea305
--- /dev/null
+++ b/app/appcmn/maskoptdlg.h
@@ -0,0 +1,74 @@
+//---------------------------------------------------------------------------
+#ifndef maskoptdlgH
+#define maskoptdlgH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+#include "rtklib.h"
+
+//---------------------------------------------------------------------------
+class TMaskOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TCheckBox *MaskEna1;
+	TLabel *Label3;
+	TPanel *Panel1;
+	TLabel *Label1;
+	TEdit *Mask_1_1;
+	TEdit *Mask_1_2;
+	TEdit *Mask_1_3;
+	TLabel *Label6;
+	TEdit *Mask_1_4;
+	TEdit *Mask_1_5;
+	TEdit *Mask_1_6;
+	TEdit *Mask_1_7;
+	TEdit *Mask_1_8;
+	TEdit *Mask_1_9;
+	TLabel *Label4;
+	TLabel *Label5;
+	TLabel *Label7;
+	TLabel *Label8;
+	TLabel *Label9;
+	TLabel *Label10;
+	TLabel *Label11;
+	TLabel *Label12;
+	TPanel *Panel2;
+	TLabel *Label13;
+	TEdit *Mask_2_1;
+	TEdit *Mask_2_2;
+	TEdit *Mask_2_3;
+	TEdit *Mask_2_4;
+	TEdit *Mask_2_5;
+	TEdit *Mask_2_6;
+	TEdit *Mask_2_7;
+	TEdit *Mask_2_8;
+	TEdit *Mask_2_9;
+	TPanel *Panel3;
+	TLabel *Label14;
+	TEdit *Mask_3_1;
+	TEdit *Mask_3_2;
+	TEdit *Mask_3_3;
+	TEdit *Mask_3_4;
+	TEdit *Mask_3_5;
+	TEdit *Mask_3_6;
+	TEdit *Mask_3_7;
+	TEdit *Mask_3_8;
+	TEdit *Mask_3_9;
+	TCheckBox *MaskEna2;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall MaskEna1Click(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	snrmask_t Mask;
+	__fastcall TMaskOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMaskOptDialog *MaskOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/refdlg.cpp b/app/appcmn/refdlg.cpp
new file mode 100644
index 0000000..963bd9c
--- /dev/null
+++ b/app/appcmn/refdlg.cpp
@@ -0,0 +1,246 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "refdlg.h"
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TRefDialog *RefDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TRefDialog::TRefDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Pos[0]=Pos[1]=Pos[2]=RovPos[0]=RovPos[1]=RovPos[2]=0.0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::FormShow(TObject *Sender)
+{
+	FILE *fp;
+	int width[]={30,80,90,65,40,70,55};
+	
+	FontScale=Screen->PixelsPerInch;
+	for (int i=0;i<7;i++) {
+		StaList->ColWidths[i]=width[i]*FontScale/96;
+	}
+	StaList->DefaultRowHeight=16*FontScale/96;
+	StaList->Cells[0][0]=" No";
+	StaList->Cells[1][0]=" Latitude(deg)";
+	StaList->Cells[2][0]=" Longitude(deg)";
+	StaList->Cells[3][0]=" Height(m)";
+	StaList->Cells[4][0]=" Id";
+	StaList->Cells[5][0]=" Name";
+	StaList->Cells[6][0]=" Dist(km)";
+	LoadList();
+	if (norm(RovPos,3)>0.0) SortList(6);
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::StaListMouseDown(TObject *Sender,
+      TMouseButton Button, TShiftState Shift, int X, int Y)
+{
+	int col,row;
+	StaList->MouseToCell(X,Y,col,row);
+	if (row==0) SortList(col);
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::StaListDblClick(TObject *Sender)
+{
+	ModalResult=InputRef()?mrOk:mrCancel;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::BtnOKClick(TObject *Sender)
+{
+	ModalResult=InputRef()?mrOk:mrCancel;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::BtnLoadClick(TObject *Sender)
+{
+	OpenDialog->FileName=StaPosFile;
+	if (OpenDialog->Execute()!=mrOk) return;
+	StaPosFile=OpenDialog->FileName;
+	LoadList();
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::BtnFindClick(TObject *Sender)
+{
+	FindList();
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::FindStrKeyPress(TObject *Sender, char &Key)
+{
+	if (Key=='\r') FindList();
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::FindList(void)
+{
+	TGridRect r=StaList->Selection;
+	int i,j,n=StaList->RowCount;
+	int nmax=StaList->Height/StaList->DefaultRowHeight-1;
+	AnsiString str=FindStr->Text;
+	
+	if (n<=1) return;
+	i=r.Top<0||r.Top>=n?0:r.Top;
+	j=i>=n?1:i+1;
+	for (;;) {
+		if (StaList->Cells[4][j].Pos(str)==1||
+		    StaList->Cells[5][j].Pos(str)==1) {
+			r.Top=j; r.Bottom=j; r.Left=0; r.Right=6;
+			StaList->Selection=r;
+			if (j<StaList->TopRow+1||j>=StaList->TopRow+nmax) {
+				if (j<nmax-1) StaList->TopRow=1;
+				else if (j>=n-nmax) StaList->TopRow=n-nmax;
+				else StaList->TopRow=j-nmax/2;
+			}
+			break;
+		}
+		if (i==j) break;
+		if (++j>=n) j=1;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::LoadList(void)
+{
+	FILE *fp;
+	char buff[256]="",code[256],name[256],*p;
+	double pos[3];
+	int format,n=0;
+	
+	// check format
+	if (!(fp=fopen(StaPosFile.c_str(),"r"))) return;
+	fgets(buff,sizeof(buff),fp);
+	format=strstr(buff,"%=SNX")==buff;
+	fclose(fp);
+	
+	if (format) {
+		LoadSinex();
+		return;
+	}
+	if (!(fp=fopen(StaPosFile.c_str(),"r"))) return;
+	while (fgets(buff,sizeof(buff),fp)) {
+		if (p=strchr(buff,'%')) *p='\0';
+		pos[0]=pos[1]=pos[2]=0.0; code[0]='\0'; name[0]='\0';
+		if (sscanf(buff,"%lf %lf %lf %s %s",pos,pos+1,pos+2,code,name)<3) continue;
+		StaList->RowCount=++n+1;
+		AddRef(n,pos,code,name);
+	}
+	if (n==0) {
+		StaList->RowCount=2;
+		for (int i=0;i<StaList->ColCount;i++) StaList->Cells[i][1]="";
+	}
+	fclose(fp);
+	UpdateDist();
+	Caption=StaPosFile;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::LoadSinex(void)
+{
+	FILE *fp;
+	char buff[256],code[256],*p;
+	double rr[3],pos[3];
+	if (!(fp=fopen(StaPosFile.c_str(),"r"))) return;
+	int n=0,sol=0;
+	while (fgets(buff,sizeof(buff),fp)) {
+		if      (strstr(buff,"+SOLUTION/ESTIMATE")) sol=1;
+		else if (strstr(buff,"-SOLUTION/ESTIMATE")) sol=0;
+		if (!sol||strlen(buff)<68) continue;
+		if (!strncmp(buff+7,"STAX",4)) {
+			if (sscanf(buff+47,"%lf",rr)<1) continue;
+			strncpy(code,buff+14,4); code[4]='\0';
+		}
+		else if (!strncmp(buff+7,"STAY",4)) {
+			if (sscanf(buff+47,"%lf",rr+1)<1) continue;
+			if (strncmp(code,buff+14,4)) continue;
+		}
+		else if (!strncmp(buff+7,"STAZ",4)) {
+			if (sscanf(buff+47,"%lf",rr+2)<1) continue;
+			if (strncmp(code,buff+14,4)) continue;
+			ecef2pos(rr,pos);
+			pos[0]*=R2D;
+			pos[1]*=R2D;
+			StaList->RowCount=++n+1;
+			AddRef(n,pos,code,"");
+		}
+	}
+	if (n==0) {
+		StaList->RowCount=2;
+		for (int i=0;i<StaList->ColCount;i++) StaList->Cells[i][1]="";
+	}
+	fclose(fp);
+	UpdateDist();
+	Caption=StaPosFile;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::SortList(int col)
+{
+	for (int i=1;i<StaList->RowCount;i++) {
+		int j=i;
+		for (int k=i+1;k<StaList->RowCount;k++) {
+			AnsiString StaList_Cells1=StaList->Cells[col][j];
+			AnsiString StaList_Cells2=StaList->Cells[col][k];
+			char *s1=StaList_Cells1.c_str();
+			char *s2=StaList_Cells2.c_str();
+			if (strcmp(s1,s2)>0) j=k;
+		}
+		if (j==i) continue;
+		for (int k=0;k<StaList->ColCount;k++) {
+			AnsiString s=StaList->Cells[k][i];
+			StaList->Cells[k][i]=StaList->Cells[k][j];
+			StaList->Cells[k][j]=s;
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::AddRef(int n, double *pos, const char *code,
+                                   const char *name)
+{
+	AnsiString s;
+	int i=StaList->RowCount;
+	StaList->Cells[0][i-1]=s.sprintf("%4d",n);
+	StaList->Cells[1][i-1]=s.sprintf("%13.9f",pos[0]);
+	StaList->Cells[2][i-1]=s.sprintf("%14.9f",pos[1]);
+	StaList->Cells[3][i-1]=s.sprintf("%10.4f",pos[2]);
+	StaList->Cells[4][i-1]=code;
+	StaList->Cells[5][i-1]=name;
+	StaList->Cells[6][i-1]="";
+}
+//---------------------------------------------------------------------------
+int __fastcall TRefDialog::InputRef(void)
+{
+	int n=StaList->RowCount;
+	TGridRect r=StaList->Selection; if (r.Top<1||n<=r.Top) return 0;
+	Pos[0]=str2dbl(StaList->Cells[1][r.Top]);
+	Pos[1]=str2dbl(StaList->Cells[2][r.Top]);
+	Pos[2]=str2dbl(StaList->Cells[3][r.Top]);
+	StaId  =StaList->Cells[4][r.Top];
+	StaName=StaList->Cells[5][r.Top];
+	return 1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRefDialog::UpdateDist(void)
+{
+	double pos[3],ru[3],rr[3];
+	for (int i=0;i<3;i++) pos[i]=RovPos[i];
+	if (norm(pos,3)<=0.0) return;
+	pos[0]*=D2R; pos[1]*=D2R; pos2ecef(pos,ru);
+	for (int i=1;i<StaList->RowCount;i++) {
+		if (StaList->Cells[1][i]=="") continue;
+		pos[0]=str2dbl(StaList->Cells[1][i])*D2R;
+		pos[1]=str2dbl(StaList->Cells[2][i])*D2R;
+		pos[2]=str2dbl(StaList->Cells[3][i]);
+		pos2ecef(pos,rr);
+		for (int j=0;j<3;j++) rr[j]-=ru[j];
+		AnsiString s;
+		StaList->Cells[6][i]=s.sprintf("%6.1f",norm(rr,3)/1E3);
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/refdlg.h b/app/appcmn/refdlg.h
new file mode 100644
index 0000000..aeedd3e
--- /dev/null
+++ b/app/appcmn/refdlg.h
@@ -0,0 +1,50 @@
+//---------------------------------------------------------------------------
+#ifndef refdlgH
+#define refdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Grids.hpp>
+#include <Dialogs.hpp>
+#include <ExtCtrls.hpp>
+//---------------------------------------------------------------------------
+class TRefDialog : public TForm
+{
+__published:
+	TStringGrid *StaList;
+	TButton *BtnLoad;
+	TOpenDialog *OpenDialog;
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TButton *BtnOK;
+	TButton *BtnCancel;
+	TButton *BtnFind;
+	TEdit *FindStr;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOKClick(TObject *Sender);
+	void __fastcall StaListDblClick(TObject *Sender);
+	void __fastcall StaListMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnFindClick(TObject *Sender);
+	void __fastcall FindStrKeyPress(TObject *Sender, char &Key);
+private:
+	void __fastcall FindList(void);
+	void __fastcall LoadList(void);
+	void __fastcall LoadSinex(void);
+	void __fastcall SortList(int col);
+	void __fastcall AddRef(int n, double *pos, const char *code, const char *name);
+	int __fastcall InputRef(void);
+	void __fastcall UpdateDist(void);
+public:
+	AnsiString StaPosFile,StaId,StaName;
+	int FontScale,Format;
+	double Pos[3],RovPos[3];
+	__fastcall TRefDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TRefDialog *RefDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/serioptdlg.cpp b/app/appcmn/serioptdlg.cpp
new file mode 100644
index 0000000..d8d668a
--- /dev/null
+++ b/app/appcmn/serioptdlg.cpp
@@ -0,0 +1,79 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "cmdoptdlg.h"
+#include "serioptdlg.h"
+
+#define MAXCOMNO	99				// maximun com number
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TSerialOptDialog *SerialOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TSerialOptDialog::TSerialOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Opt=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSerialOptDialog::FormShow(TObject *Sender)
+{
+	char *p,*q,path[1024];
+	
+	UpdatePortList();
+	strcpy(path,Path.c_str());
+	if (!(q=strchr(p=path,':'))) return; else *q='\0';
+	Port->Text=p;
+	if (!(q=strchr(p=q+1,':'))) return; else *q='\0';
+	BitRate->Text=p;
+	if (!(q=strchr(p=q+1,':'))) return; else *q='\0';
+	ByteSize->ItemIndex=!strcmp(p,"7")?0:1;
+	if (!(q=strchr(p=q+1,':'))) return; else *q='\0';
+	Parity->ItemIndex=!strcmp(p,"n")?0:(!strcmp(p,"e")?1:2);
+	if (!(q=strchr(p=q+1,':'))) return; else *q='\0';
+	StopBits->ItemIndex=!strcmp(p,"1")?0:1;
+	p=q+1;
+	FlowCtr->ItemIndex=!strcmp(p,"off")?0:(!strcmp(p,"xon")?1:2);
+	BtnCmd->Visible=Opt;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSerialOptDialog::BtnCmdClick(TObject *Sender)
+{
+	for (int i=0;i<2;i++) {
+		CmdOptDialog->Cmds[i]=Cmds[i];
+		CmdOptDialog->CmdEna[i]=CmdEna[i];
+	}
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	for (int i=0;i<2;i++) {
+		Cmds[i]=CmdOptDialog->Cmds[i];
+		CmdEna[i]=CmdOptDialog->CmdEna[i];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TSerialOptDialog::BtnOkClick(TObject *Sender)
+{
+   	char *parity[]={"n","e","o"},*fctr[]={"off","rts"};
+	AnsiString s,Port_Text=Port->Text,BitRate_Text=BitRate->Text;
+	Path=s.sprintf("%s:%s:%d:%s:%d:%s",Port_Text.c_str(),BitRate_Text.c_str(),
+			ByteSize->ItemIndex?8:7,parity[Parity->ItemIndex],
+			StopBits->ItemIndex?2:1,fctr[FlowCtr->ItemIndex]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSerialOptDialog::UpdatePortList(void)
+{
+	HANDLE h;
+	char port[64];
+	
+	Port->Items->Clear();
+	for (int i=1;i<=MAXCOMNO;i++) {
+		sprintf(port,"\\\\.\\COM%d",i);
+		h=CreateFile(port,GENERIC_READ|GENERIC_WRITE,0,0,OPEN_EXISTING,0,NULL);
+		if (h==INVALID_HANDLE_VALUE) continue;
+		Port->Items->Add(port+4);
+		CloseHandle(h);
+	}
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/serioptdlg.h b/app/appcmn/serioptdlg.h
new file mode 100644
index 0000000..8992c7a
--- /dev/null
+++ b/app/appcmn/serioptdlg.h
@@ -0,0 +1,41 @@
+//---------------------------------------------------------------------------
+#ifndef serioptdlgH
+#define serioptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+//---------------------------------------------------------------------------
+class TSerialOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TComboBox *BitRate;
+	TLabel *Label1;
+	TLabel *Label3;
+	TComboBox *Port;
+	TLabel *Label2;
+	TComboBox *ByteSize;
+	TLabel *Label4;
+	TComboBox *Parity;
+	TLabel *Label5;
+	TComboBox *StopBits;
+	TLabel *Label8;
+	TComboBox *FlowCtr;
+	TButton *BtnCmd;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnCmdClick(TObject *Sender);
+private:
+	void __fastcall UpdatePortList(void);
+public:
+	AnsiString Path,Cmds[2];
+	int Opt,CmdEna[2];
+	__fastcall TSerialOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TSerialOptDialog *SerialOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/tcpoptdlg.cpp b/app/appcmn/tcpoptdlg.cpp
new file mode 100644
index 0000000..b1f3148
--- /dev/null
+++ b/app/appcmn/tcpoptdlg.cpp
@@ -0,0 +1,136 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "tcpoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TTcpOptDialog *TcpOptDialog;
+
+#define NTRIP_TIMEOUT	10000				// response timeout (ms)
+#define NTRIP_CYCLE		50					// processing cycle (ms)
+#define MAXSRCTBL		512000				// max source table size (bytes)
+#define ENDSRCTBL		"ENDSOURCETABLE"	// end marker of table
+#define MAXLINE			1024				// max line size (byte)
+
+static char buff[MAXSRCTBL];
+
+//---------------------------------------------------------------------------
+__fastcall TTcpOptDialog::TTcpOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TTcpOptDialog::FormShow(TObject *Sender)
+{
+	char buff[2048],*p,*q;
+	char *port="",*mntpnt="",*user="",*passwd="",*str="";
+	char *ti[]={"TCP Server Options ","TCP Client Options",
+			    "NTRIP Server Options","NTRIP Client Options"};
+	strcpy(buff,Path.c_str());
+	
+	if (!(p=strchr(buff,'@'))) p=buff;
+	
+	if ((p=strchr(p,'/'))) {
+		if ((q=strchr(p+1,':'))) {
+			*q='\0'; str=q+1;
+		}
+		*p='\0'; mntpnt=p+1;
+	}
+	if ((p=strrchr(buff,'@'))) {
+		*p++='\0';
+		if ((q=strchr(buff,':'))) {
+			*q='\0'; passwd=q+1;
+		}
+		user=buff;
+	}
+	else p=buff;
+	
+	if ((q=strchr(p,':'))) {
+		*q='\0'; port=q+1;
+	}
+	AnsiString Addr_Text=p,Port_Text=port,MntPnt_Text=mntpnt;
+	AnsiString User_Text=user,Passwd_Text=passwd,Str_Text=str;
+	Addr->Text=Addr_Text;
+	Port->Text=Port_Text;
+	MntPnt->Text=MntPnt_Text;
+	User->Text=User_Text;
+	Passwd->Text=Passwd_Text;
+	Str->Text=Str_Text;
+	Addr->Enabled=Opt>=1;
+	MntPnt->Enabled=Opt>=2;
+	User->Enabled=Opt==3;
+	Passwd->Enabled=Opt>=2;
+	Str->Enabled=Opt==2;
+	LabelAddr->Caption=Opt>=2?"NTRIP Caster Host":"TCP Server Address";
+	LabelAddr->Enabled=Opt>=1;
+	LabelMntPnt->Enabled=Opt>=2;
+	LabelUser->Enabled=Opt==3;
+	LabelPasswd->Enabled=Opt>=2;
+	LabelStr->Enabled=Opt==2;
+	Caption=ti[Opt];
+	Addr->Items->Clear();
+	MntPnt->Items->Clear();
+	
+	for (int i=0;i<MAXHIST;i++) {
+		if (History[i]!="") Addr->Items->Add(History[i]);
+	}
+	for (int i=0;i<MAXHIST;i++) {
+		if (MntpHist[i]!="") MntPnt->Items->Add(MntpHist[i]);
+	}
+	BtnNtrip->Visible=Opt>=2;
+}
+//---------------------------------------------------------------------------
+void __fastcall TTcpOptDialog::BtnOkClick(TObject *Sender)
+{
+	AnsiString User_Text=User->Text,Passwd_Text=Passwd->Text;
+	AnsiString Addr_Text=Addr->Text,Port_Text=Port->Text;
+	AnsiString MntPnt_Text=MntPnt->Text,Str_Text=Str->Text,s;
+	
+	Path=s.sprintf("%s:%s@%s:%s/%s:%s",User_Text.c_str(),Passwd_Text.c_str(),
+			Addr_Text.c_str(),Port_Text.c_str(),MntPnt_Text.c_str(),
+			Str_Text.c_str());
+	AddHist(Addr,History);
+	AddHist(MntPnt,MntpHist);
+}
+//---------------------------------------------------------------------------
+void __fastcall TTcpOptDialog::AddHist(TComboBox *list, AnsiString *hist)
+{
+	for (int i=0;i<MAXHIST;i++) {
+		if (list->Text!=hist[i]) continue;
+		for (int j=i+1;j<MAXHIST;j++) hist[j-1]=hist[j];
+		hist[MAXHIST-1]="";
+	}
+	for (int i=MAXHIST-1;i>0;i--) hist[i]=hist[i-1];
+	hist[0]=list->Text;
+	
+	list->Clear();
+	for (int i=0;i<MAXHIST;i++) {
+		if (hist[i]!="") list->Items->Add(hist[i]);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TTcpOptDialog::BtnNtripClick(TObject *Sender)
+{
+    AnsiString Addr_Text=Addr->Text;
+    AnsiString Port_Text=Port->Text;
+    ExecCmd("srctblbrows "+Addr_Text+":"+Port_Text,1);
+}
+//---------------------------------------------------------------------------
+int __fastcall TTcpOptDialog::ExecCmd(AnsiString cmd, int show)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    
+    if (!CreateProcess(NULL,p,NULL,NULL,false,show?0:CREATE_NO_WINDOW,NULL,
+                       NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/tcpoptdlg.h b/app/appcmn/tcpoptdlg.h
new file mode 100644
index 0000000..1f984a2
--- /dev/null
+++ b/app/appcmn/tcpoptdlg.h
@@ -0,0 +1,45 @@
+//---------------------------------------------------------------------------
+#ifndef tcpoptdlgH
+#define tcpoptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+
+#define MAXHIST		10
+
+//---------------------------------------------------------------------------
+class TTcpOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TEdit *Port;
+	TLabel *LabelAddr;
+	TLabel *LabelPort;
+	TEdit *User;
+	TEdit *Passwd;
+	TLabel *LabelUser;
+	TLabel *LabelPasswd;
+	TLabel *LabelMntPnt;
+	TEdit *Str;
+	TLabel *LabelStr;
+	TComboBox *Addr;
+	TComboBox *MntPnt;
+	TButton *BtnNtrip;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnNtripClick(TObject *Sender);
+private:
+	void __fastcall AddHist(TComboBox *list, AnsiString *hist);
+	int __fastcall ExecCmd(AnsiString cmd, int show);
+public:
+	int Opt;
+	AnsiString Path,History[MAXHIST],MntpHist[MAXHIST];
+	__fastcall TTcpOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TTcpOptDialog *TcpOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/timedlg.cpp b/app/appcmn/timedlg.cpp
new file mode 100644
index 0000000..0d3f1b1
--- /dev/null
+++ b/app/appcmn/timedlg.cpp
@@ -0,0 +1,37 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "timedlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TTimeDialog *TimeDialog;
+//---------------------------------------------------------------------------
+__fastcall TTimeDialog::TTimeDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TTimeDialog::FormShow(TObject *Sender)
+{
+	gtime_t utc;
+	double tow,doy;
+	int week;
+	char msg[1024],s1[64],s2[64],*p=msg;
+	utc=gpst2utc(Time);
+	time2str(Time,s1,0);
+	time2str(utc,s2,0);
+	tow=time2gpst(Time,&week);
+	doy=time2doy(Time);
+	p+=sprintf(p,"%s GPST\n",s1);
+	p+=sprintf(p,"%s UTC\n\n",s2);
+	p+=sprintf(p,"GPS Week: %d\n",week);
+	p+=sprintf(p,"GPS Time: %.0f s\n",tow);
+	p+=sprintf(p,"Day of Year: %03d\n",(int)floor(doy));
+	p+=sprintf(p,"Day of Week: %d\n",(int)floor(tow/86400.0));
+	p+=sprintf(p,"Time of Day: %.0f s\n",fmod(tow,86400.0));
+	sprintf(p,"Leap Seconds: %.0f s\n",timediff(Time,utc));
+	Message->Caption=msg;
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/timedlg.h b/app/appcmn/timedlg.h
new file mode 100644
index 0000000..cb3754a
--- /dev/null
+++ b/app/appcmn/timedlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef timedlgH
+#define timedlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class TTimeDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TLabel *Message;
+	void __fastcall FormShow(TObject *Sender);
+private:
+public:
+	gtime_t Time;
+	__fastcall TTimeDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TTimeDialog *TimeDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/tspandlg.cpp b/app/appcmn/tspandlg.cpp
new file mode 100644
index 0000000..eb619a6
--- /dev/null
+++ b/app/appcmn/tspandlg.cpp
@@ -0,0 +1,181 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "timedlg.h"
+#include "tspandlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TSpanDialog *SpanDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TSpanDialog::TSpanDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	for (int i=0;i<3;i++) {
+		TimeEna[i]=true;
+		TimeVal[i]=true;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::FormShow(TObject *Sender)
+{
+	char ts[64],te[64];
+	AnsiString s;
+	TimeStartF->Checked=TimeEna[0];
+	TimeEndF  ->Checked=TimeEna[1];
+	TimeIntF  ->Checked=TimeEna[2];
+	time2str(TimeStart,ts,0); ts[10]='\0';
+	time2str(TimeEnd,  te,0); te[10]='\0';
+	TimeY1->Text=ts;
+	TimeH1->Text=ts+11;
+	TimeY2->Text=te;
+	TimeH2->Text=te+11;
+	EditTimeInt->Text=s.sprintf("%g",TimeInt);
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::BtnOkClick(TObject *Sender)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+	AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+	AnsiString EditTimeInt_Text=EditTimeInt->Text;
+	double eps[]={2000,1,1,0,0,0},epe[]={2000,1,1,0,0,0};
+	
+	TimeEna[0]=TimeStartF->Checked;
+	TimeEna[1]=TimeEndF  ->Checked;
+	TimeEna[2]=TimeIntF  ->Checked;
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",eps,eps+1,eps+2);
+	sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+	sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",epe,epe+1,epe+2);
+	sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+	TimeStart=epoch2time(eps);
+	TimeEnd=epoch2time(epe);
+	TimeInt=str2dbl(EditTimeInt_Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeStartFClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeEndFClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeIntFClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeY1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,s;
+	double ep[]={2000,1,1,0,0,0};
+	int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	if (4<p&&p<8) {
+	    ep[1]+=ud;
+	    if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+	    else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+	}
+	else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+	time2epoch(epoch2time(ep),ep);
+	TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+	TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeH1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeH1_Text=TimeH1->Text,s;
+	int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeH1_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+	if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+	sec=hms[0]*3600+hms[1]*60+hms[2];
+	if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+	TimeH1->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+	TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeY2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeY2_Text=TimeY2->Text,s;
+	double ep[]={2000,1,1,0,0,0};
+	int p=TimeY2->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	if (4<p&&p<8) {
+	    ep[1]+=ud;
+	    if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+	    else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+	}
+	else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+	time2epoch(epoch2time(ep),ep);
+	TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+	TimeY2->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::TimeH2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeH2_Text=TimeH2->Text,s;
+	int hms[3]={0},sec,p=TimeH2->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeH2_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+	if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+	sec=hms[0]*3600+hms[1]*60+hms[2];
+	if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+	TimeH2->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+	TimeH2->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::UpdateEnable(void)
+{
+	TimeY1  ->Enabled   =TimeStartF->Checked&&TimeVal[0];
+	TimeH1  ->Enabled   =TimeStartF->Checked&&TimeVal[0];
+	TimeY2  ->Enabled   =TimeEndF  ->Checked&&TimeVal[1];
+	TimeH2  ->Enabled   =TimeEndF  ->Checked&&TimeVal[1];
+	TimeY1UD->Enabled   =TimeStartF->Checked&&TimeVal[0];
+	TimeH1UD->Enabled   =TimeStartF->Checked&&TimeVal[0];
+	TimeY2UD->Enabled   =TimeEndF  ->Checked&&TimeVal[1];
+	TimeH2UD->Enabled   =TimeEndF  ->Checked&&TimeVal[1];
+	EditTimeInt->Enabled=TimeIntF  ->Checked&&TimeVal[2];
+	BtnTime1->Enabled   =TimeStartF->Checked&&TimeVal[0];
+	BtnTime2->Enabled   =TimeEndF  ->Checked&&TimeVal[1];
+	TimeStartF->Enabled =TimeVal[0]==1;
+	TimeEndF  ->Enabled =TimeVal[1]==1;
+	TimeIntF  ->Enabled =TimeVal[2]==1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::BtnTime1Click(TObject *Sender)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+	double ep[]={2000,1,1,0,0,0};
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+	TimeDialog->Time=epoch2time(ep);
+	TimeDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSpanDialog::BtnTime2Click(TObject *Sender)
+{
+	AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+	double ep[]={2000,1,1,0,0,0};
+	sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+	TimeDialog->Time=epoch2time(ep);
+	TimeDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/tspandlg.h b/app/appcmn/tspandlg.h
new file mode 100644
index 0000000..7d61523
--- /dev/null
+++ b/app/appcmn/tspandlg.h
@@ -0,0 +1,58 @@
+//---------------------------------------------------------------------------
+#ifndef tspandlgH
+#define tspandlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ComCtrls.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TSpanDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TCheckBox *TimeStartF;
+	TCheckBox *TimeEndF;
+	TCheckBox *TimeIntF;
+	TEdit *TimeY2;
+	TEdit *TimeY1;
+	TUpDown *TimeY1UD;
+	TUpDown *TimeY2UD;
+	TEdit *TimeH2;
+	TEdit *TimeH1;
+	TUpDown *TimeH1UD;
+	TUpDown *TimeH2UD;
+	TSpeedButton *BtnTime2;
+	TSpeedButton *BtnTime1;
+	TComboBox *EditTimeInt;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall TimeStartFClick(TObject *Sender);
+	void __fastcall TimeEndFClick(TObject *Sender);
+	void __fastcall TimeIntFClick(TObject *Sender);
+	void __fastcall TimeY1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnTime1Click(TObject *Sender);
+	void __fastcall BtnTime2Click(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	int TimeEna[3],TimeVal[3];
+	gtime_t TimeStart,TimeEnd;
+	double TimeInt;
+	__fastcall TSpanDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TSpanDialog *SpanDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/viewer.cpp b/app/appcmn/viewer.cpp
new file mode 100644
index 0000000..c409b85
--- /dev/null
+++ b/app/appcmn/viewer.cpp
@@ -0,0 +1,159 @@
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "viewer.h"
+#include "vieweropt.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TTextViewer *TextViewer;
+TColor TTextViewer::Color1,TTextViewer::Color2;
+TFont *TTextViewer::FontD;
+//---------------------------------------------------------------------------
+__fastcall TTextViewer::TTextViewer(TComponent* Owner)
+	: TForm(Owner)
+{
+	Option=1;
+	TextStr=NULL;
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::FormShow(TObject *Sender)
+{
+	if (Option==0) {
+		BtnReload->Visible=false;
+		BtnRead  ->Visible=false;
+	}
+	else if (Option==2) {
+		BtnReload->Visible=false;
+		BtnRead  ->Caption="Save...";
+	}
+	UpdateText();
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::BtnReloadClick(TObject *Sender)
+{
+	Read(File);
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::BtnReadClick(TObject *Sender)
+{
+	if (BtnRead->Caption=="Save...") {
+		SaveDialog->FileName=File;
+		if (!SaveDialog->Execute()) return;
+		Save(SaveDialog->FileName);
+	}
+	else {
+		OpenDialog->FileName=File;
+		if (!OpenDialog->Execute()) return;
+		Read(OpenDialog->FileName);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::BtnOptClick(TObject *Sender)
+{
+	ViewerOptDialog->Left=Left+Width/2-ViewerOptDialog->Width/2;
+	ViewerOptDialog->Top=Top+Height/2-ViewerOptDialog->Height/2;
+	if (ViewerOptDialog->ShowModal()!=mrOk) return;
+	UpdateText();
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::BtnCloseClick(TObject *Sender)
+{
+	Release();
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::BtnFindClick(TObject *Sender)
+{
+	wchar_t *p,*str=FindStr->Text.c_str();
+	
+	if (!TextStr) return;
+	
+	if (Text->SelLength>0) p=TextStr+Text->SelStart+1;
+	else p=TextStr+Text->SelStart;
+	
+	if ((p=wcsstr(p,str))) {
+		Text->SelStart=(int)(p-TextStr);
+		Text->SelLength=wcslen(str);
+	}
+	else {
+		Text->SelStart=0;
+		Text->SelLength=0;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::FindStrKeyPress(TObject *Sender, char &Key)
+{
+	if (Key=='\r') BtnFindClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::Read(AnsiString file)
+{
+	char s[256],*path[]={s};
+	
+	if (expath(file.c_str(),path,1)<1) return;
+	AnsiString str(path[0]);
+	Screen->Cursor=crHourGlass;
+	try {
+		Text->Lines->LoadFromFile(str);
+		
+		// read text for search
+		ReadText(str);
+	}
+	catch (...) {
+		Screen->Cursor=crDefault;
+		return;
+	}
+	Screen->Cursor=crDefault;
+	Caption=str;
+	File=file;
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::ReadText(AnsiString file)
+{
+	FILE *fp;
+	int i,len,n=0,nmax=0;
+	char buff[1024];
+	wchar_t wbuff[1024];
+	
+	free(TextStr); TextStr=NULL;
+	
+	if (!(fp=fopen(file.c_str(),"r"))) return;
+		
+	for (i=0;fgets(buff,sizeof(buff),fp)&&i<MAXLINE;i++) {
+		::MultiByteToWideChar(CP_UTF8,0,buff,-1,wbuff,1024);
+		len=wcslen(wbuff);
+		if (n+len+1>=nmax) {
+			nmax=nmax<=0?16384:nmax*2;
+			if (!(TextStr=(wchar_t *)realloc(TextStr,sizeof(wchar_t)*nmax))) break;
+		}
+		wcscpy(TextStr+n,wbuff);
+		n+=len;
+	}
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::Save(AnsiString file)
+{
+	Screen->Cursor=crHourGlass;
+	try {
+		Text->Lines->SaveToFile(file);
+	}
+	catch (...) {
+		Screen->Cursor=crDefault;
+		return;
+	}
+	Screen->Cursor=crDefault;
+	File=file;
+}
+//---------------------------------------------------------------------------
+void __fastcall TTextViewer::UpdateText(void)
+{
+	Text->Font=FontD;
+	Text->Font->Color=Color1;
+	Text->Color=Color2;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn/viewer.h b/app/appcmn/viewer.h
new file mode 100644
index 0000000..8e4f0a9
--- /dev/null
+++ b/app/appcmn/viewer.h
@@ -0,0 +1,55 @@
+//---------------------------------------------------------------------------
+#ifndef viewerH
+#define viewerH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+#include <Buttons.hpp>
+
+#define MAXLINE		20000
+
+//---------------------------------------------------------------------------
+class TTextViewer : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TButton *BtnClose;
+	TPanel *Panel2;
+	TButton *BtnRead;
+	TOpenDialog *OpenDialog;
+	TButton *BtnOpt;
+	TSpeedButton *BtnReload;
+	TRichEdit *Text;
+	TSaveDialog *SaveDialog;
+	TEdit *FindStr;
+	TButton *BtnFind;
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnReadClick(TObject *Sender);
+	void __fastcall BtnOptClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnReloadClick(TObject *Sender);
+	void __fastcall BtnFindClick(TObject *Sender);
+	void __fastcall FindStrKeyPress(TObject *Sender, char &Key);
+private:
+	AnsiString File;
+	wchar_t *TextStr;
+	
+	void __fastcall ReadText(AnsiString file);
+	void __fastcall UpdateText(void);
+public:
+	int Option;
+	static TColor Color1,Color2;
+	static TFont *FontD;
+	__fastcall TTextViewer(TComponent* Owner);
+	void __fastcall Read(AnsiString file);
+	void __fastcall Save(AnsiString file);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TTextViewer *TextViewer;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn/vieweropt.cpp b/app/appcmn/vieweropt.cpp
new file mode 100644
index 0000000..69cf9a5
--- /dev/null
+++ b/app/appcmn/vieweropt.cpp
@@ -0,0 +1,55 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "viewer.h"
+#include "vieweropt.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TViewerOptDialog *ViewerOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TViewerOptDialog::TViewerOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TViewerOptDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	FontLabel->Font->Assign(TTextViewer::FontD);
+	FontLabel->Caption=FontLabel->Font->Name+s.sprintf(" %dpt",FontLabel->Font->Size);
+	Color1->Color=TTextViewer::Color1;
+	Color2->Color=TTextViewer::Color2;
+}
+//---------------------------------------------------------------------------
+void __fastcall TViewerOptDialog::BtnOkClick(TObject *Sender)
+{
+	TTextViewer::FontD->Assign(FontLabel->Font);
+	TTextViewer::Color1=Color1->Color;
+	TTextViewer::Color2=Color2->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TViewerOptDialog::BtnColor1Click(TObject *Sender)
+{
+	ColorDialog->Color=Color1->Color;
+	if (!ColorDialog->Execute()) return;
+	Color1->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TViewerOptDialog::BtnColor2Click(TObject *Sender)
+{
+	ColorDialog->Color=Color2->Color;
+	if (!ColorDialog->Execute()) return;
+	Color2->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TViewerOptDialog::BtnFontClick(TObject *Sender)
+{
+	AnsiString s;
+	FontDialog->Font=FontLabel->Font;
+	if (!FontDialog->Execute()) return;
+	FontLabel->Font=FontDialog->Font;
+	FontLabel->Caption=FontLabel->Font->Name+s.sprintf(" %dpt",FontLabel->Font->Size);
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn/vieweropt.h b/app/appcmn/vieweropt.h
new file mode 100644
index 0000000..f3a3d39
--- /dev/null
+++ b/app/appcmn/vieweropt.h
@@ -0,0 +1,41 @@
+//---------------------------------------------------------------------------
+
+#ifndef vieweroptH
+#define vieweroptH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TViewerOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TLabel *Label6;
+	TPanel *Color1;
+	TButton *BtnColor1;
+	TLabel *Label1;
+	TPanel *Color2;
+	TButton *BtnColor2;
+	TLabel *Label15;
+	TLabel *FontLabel;
+	TButton *BtnFont;
+	TColorDialog *ColorDialog;
+	TFontDialog *FontDialog;
+	void __fastcall BtnColor1Click(TObject *Sender);
+	void __fastcall BtnColor2Click(TObject *Sender);
+	void __fastcall BtnFontClick(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+private:
+public:
+	__fastcall TViewerOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TViewerOptDialog *ViewerOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/aboutdlg.cpp b/app/appcmn_qt/aboutdlg.cpp
new file mode 100644
index 0000000..e2793bf
--- /dev/null
+++ b/app/appcmn_qt/aboutdlg.cpp
@@ -0,0 +1,32 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include "aboutdlg.h"
+#include "rtklib.h"
+
+//---------------------------------------------------------------------------
+AboutDialog::AboutDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+}
+
+void AboutDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QPixmap icon[]={QPixmap(":/icons/rtk1.bmp"),
+                    QPixmap(":/icons/rtk2.bmp"),
+                    QPixmap(":/icons/rtk3.bmp"),
+                    QPixmap(":/icons/rtk4.bmp"),
+                    QPixmap(":/icons/rtk5.bmp"),
+                    QPixmap(":/icons/rtk6.bmp"),
+                    QPixmap(":/icons/rtk7.bmp")};
+
+    if ((IconIndex>0)&&(IconIndex<7)) wgIcon->setPixmap(icon[IconIndex-1]);
+    lbAbout->setText(About);
+    lbVersion->setText(QString(tr("with RTKLIB ver.%1 %2")).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    lbCopyright->setText(COPYRIGHT_RTKLIB);
+
+    connect(pbOkay,SIGNAL(clicked(bool)),this,SLOT(accept()));
+}
diff --git a/app/appcmn_qt/aboutdlg.h b/app/appcmn_qt/aboutdlg.h
new file mode 100644
index 0000000..3fc0a5f
--- /dev/null
+++ b/app/appcmn_qt/aboutdlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef aboutdlgH
+#define aboutdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QLabel>
+#include <QPushButton>
+#include <QShowEvent>
+
+#include "ui_aboutdlg.h"
+
+//---------------------------------------------------------------------------
+class AboutDialog : public QDialog, private Ui::AboutDlg
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent *);
+
+public:
+	int IconIndex;
+    QString About;
+    explicit AboutDialog(QWidget*);
+};
+#endif
diff --git a/app/appcmn_qt/aboutdlg.ui b/app/appcmn_qt/aboutdlg.ui
new file mode 100644
index 0000000..a343ec0
--- /dev/null
+++ b/app/appcmn_qt/aboutdlg.ui
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>AboutDlg</class>
+ <widget class="QWidget" name="AboutDlg">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>300</width>
+    <height>179</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>About</string>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="3" column="1">
+    <widget class="QPushButton" name="pbOkay">
+     <property name="text">
+      <string>&Okay</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QLabel" name="lbAbout">
+     <property name="text">
+      <string>TextLabel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QLabel" name="lbVersion">
+     <property name="text">
+      <string>TextLabel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QLabel" name="lbCopyright">
+     <property name="text">
+      <string>TextLabel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="0" rowspan="3">
+    <widget class="QLabel" name="wgIcon">
+     <property name="text">
+      <string/>
+     </property>
+     <property name="scaledContents">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/cmdoptdlg.cpp b/app/appcmn_qt/cmdoptdlg.cpp
new file mode 100644
index 0000000..c5cdad7
--- /dev/null
+++ b/app/appcmn_qt/cmdoptdlg.cpp
@@ -0,0 +1,111 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <stdio.h>
+
+#include <QFileDialog>
+#include <QFile>
+
+#include "cmdoptdlg.h"
+
+//---------------------------------------------------------------------------
+ CmdOptDialog::CmdOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	CmdEna[0]=CmdEna[1]=1;
+
+    connect(BtnOk,SIGNAL(clicked()),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked()),this,SLOT(reject()));
+    connect(BtnLoad,SIGNAL(clicked()),this,SLOT(BtnLoadClick()));
+    connect(BtnSave,SIGNAL(clicked()),this,SLOT(BtnSaveClick()));
+    connect(ChkCloseCmd,SIGNAL(clicked(bool)),this,SLOT(ChkCloseCmdClick()));
+    connect(ChkOpenCmd,SIGNAL(clicked(bool)),this,SLOT(ChkOpenCmdClick()));
+}
+
+//---------------------------------------------------------------------------
+void CmdOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    OpenCmd->clear();
+    CloseCmd->clear();
+
+    OpenCmd->appendPlainText(Cmds[0]);
+    CloseCmd->appendPlainText(Cmds[1]);
+    ChkOpenCmd->setChecked(CmdEna[0]);
+    ChkCloseCmd->setChecked(CmdEna[1]);
+
+	UpdateEnable();
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::BtnOkClick()
+{
+    Cmds[0]=OpenCmd->toPlainText();
+    Cmds[1]=CloseCmd->toPlainText();
+    CmdEna[0]=ChkOpenCmd->isChecked();
+    CmdEna[1]=ChkCloseCmd->isChecked();
+
+    accept();
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::BtnLoadClick()
+{
+    QString OpenDialog_FileName;
+    QPlainTextEdit *cmd[]={OpenCmd,CloseCmd};
+    QByteArray buff;
+	int n=0;
+
+    OpenDialog_FileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this));
+    QFile f(OpenDialog_FileName);
+
+    f.open(QIODevice::ReadOnly);
+
+    cmd[0]->clear();
+    cmd[1]->clear();
+
+    while (!f.atEnd()) {
+        buff=f.readLine(0);
+        if (buff[0]=='@') {n=1; continue;}
+        if (buff[buff.length()-1]=='\n') buff[buff.length()-1]='\0';
+        cmd[n]->appendPlainText(buff);
+    }
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::BtnSaveClick()
+{
+    QString SaveDialog_FileName;
+    QByteArray OpenCmd_Text=OpenCmd->toPlainText().toLatin1(),CloseCmd_Text=CloseCmd->toPlainText().toLatin1();
+
+    SaveDialog_FileName=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this));
+    QFile fp(SaveDialog_FileName);
+
+    if (!fp.open(QIODevice::WriteOnly)) return;
+
+    fp.write(OpenCmd_Text);
+    fp.write("\n@\n");
+    fp.write(CloseCmd_Text);
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::ChkCloseCmdClick()
+{
+	UpdateEnable();
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::ChkOpenCmdClick()
+{
+	UpdateEnable();
+}
+
+//---------------------------------------------------------------------------
+void  CmdOptDialog::UpdateEnable()
+{
+    OpenCmd->setEnabled(ChkOpenCmd->isChecked());
+    CloseCmd->setEnabled(ChkCloseCmd->isChecked());
+}
diff --git a/app/appcmn_qt/cmdoptdlg.h b/app/appcmn_qt/cmdoptdlg.h
new file mode 100644
index 0000000..fa2b608
--- /dev/null
+++ b/app/appcmn_qt/cmdoptdlg.h
@@ -0,0 +1,30 @@
+//---------------------------------------------------------------------------
+#ifndef cmdoptdlgH
+#define cmdoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_cmdoptdlg.h"
+
+//---------------------------------------------------------------------------
+class CmdOptDialog : public QDialog, private Ui_CmdOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent *);
+    void UpdateEnable();
+
+public slots:
+    void BtnOkClick();
+    void ChkCloseCmdClick();
+    void ChkOpenCmdClick();
+    void BtnLoadClick();
+    void BtnSaveClick();
+
+public:
+    QString Cmds[2];
+    bool CmdEna[2];
+    explicit CmdOptDialog(QWidget* parent);
+};
+#endif
diff --git a/app/appcmn_qt/cmdoptdlg.ui b/app/appcmn_qt/cmdoptdlg.ui
new file mode 100644
index 0000000..403ffd4
--- /dev/null
+++ b/app/appcmn_qt/cmdoptdlg.ui
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>CmdOptDialog</class>
+ <widget class="QWidget" name="CmdOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>376</width>
+    <height>264</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Serial/TCP Commands</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QCheckBox" name="ChkOpenCmd">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Commands at startup</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QPlainTextEdit" name="OpenCmd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="plainText">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QCheckBox" name="ChkCloseCmd">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Commands at shutdown</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QPlainTextEdit" name="CloseCmd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="plainText">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Load...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/console.cpp b/app/appcmn_qt/console.cpp
new file mode 100644
index 0000000..50a9bc8
--- /dev/null
+++ b/app/appcmn_qt/console.cpp
@@ -0,0 +1,92 @@
+//---------------------------------------------------------------------------
+#include <ctype.h>
+#include <stdio.h>
+
+#include "console.h"
+
+#include <QScrollBar>
+
+#define MAXLEN		200
+#define MAXLINE		2048
+
+//---------------------------------------------------------------------------
+Console::Console(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    ConBuff.reserve(MAXLINE);
+    ConBuff.append("");
+
+    BtnHex->setChecked(true);
+    BtnAsc->setChecked(false);
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnClear,SIGNAL(clicked(bool)),this,SLOT(BtnClearClick()));
+    connect(BtnAsc,SIGNAL(clicked(bool)),this,SLOT(BtnAscClick()));
+    connect(BtnDown,SIGNAL(clicked(bool)),this,SLOT(BtnDownClick()));
+    connect(BtnHex,SIGNAL(clicked(bool)),this,SLOT(BtnHexClick()));
+}
+//---------------------------------------------------------------------------
+void Console::BtnCloseClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
+void Console::BtnAscClick()
+{
+    BtnHex->setChecked(!BtnAsc->isChecked());
+}
+//---------------------------------------------------------------------------
+void Console::BtnHexClick()
+{
+    BtnAsc->setChecked(!BtnHex->isChecked());
+}
+//---------------------------------------------------------------------------
+void Console::BtnClearClick()
+{
+    ConBuff.clear();
+    ConBuff.reserve(MAXLINE);
+    ConBuff.append("");
+    textEdit->setPlainText("");
+}
+//---------------------------------------------------------------------------
+void Console::BtnDownClick()
+{
+    textEdit->verticalScrollBar()->setValue(textEdit->verticalScrollBar()->maximum());
+}
+//---------------------------------------------------------------------------
+void Console::AddMsg(unsigned char *msg, int n)
+{
+    char buff[MAXLEN+16],*p=buff;
+    int mode=BtnAsc->isChecked();
+
+    if (n<=0) return;
+
+    if (BtnStop->isChecked()) return;
+
+    p+=sprintf(p,"%s",qPrintable(ConBuff.last()));
+
+    for (int i=0;i<n;i++) {
+            if (mode) {
+                    if (msg[i]=='\r') continue;
+                    p+=sprintf(p,"%c",msg[i]=='\n'||isprint(msg[i])?msg[i]:'.');
+            }
+            else {
+                    p+=sprintf(p,"%s%02X",(p-buff)%17==16?" ":"",msg[i]);
+                    if (p-buff>=67) p+=sprintf(p,"\n");
+            }
+            if (p-buff>=MAXLEN) p+=sprintf(p,"\n");
+
+            if (*(p-1)=='\n') {
+                    ConBuff.last()=buff;
+                    ConBuff.append("");
+                    *(p=buff)=0;
+                    if (ConBuff.count()>=MAXLINE) ConBuff.removeFirst();
+            }
+    }
+    ConBuff.last()=buff;
+
+    textEdit->setPlainText(ConBuff.join(QString()));
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/console.h b/app/appcmn_qt/console.h
new file mode 100644
index 0000000..8aaf704
--- /dev/null
+++ b/app/appcmn_qt/console.h
@@ -0,0 +1,32 @@
+//---------------------------------------------------------------------------
+#ifndef consoleH
+#define consoleH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_console.h"
+//---------------------------------------------------------------------------
+
+class Console : public QDialog, private Ui::Console
+{
+    Q_OBJECT
+
+public slots:
+        void  BtnCloseClick();
+        void  BtnClearClick();
+        void  BtnAscClick();
+        void  BtnHexClick();
+        void  BtnDownClick();
+
+protected:
+        void  ScrollChange();
+        void  FormResize();
+
+private:
+        QStringList ConBuff;
+
+public:
+        explicit Console(QWidget* parent);
+        void  AddMsg(unsigned char *msg, int n);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/console.ui b/app/appcmn_qt/console.ui
new file mode 100644
index 0000000..99a41f0
--- /dev/null
+++ b/app/appcmn_qt/console.ui
@@ -0,0 +1,238 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Console</class>
+ <widget class="QWidget" name="Console">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>640</width>
+    <height>434</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Console</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnAsc">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Ascii View</string>
+        </property>
+        <property name="text">
+         <string>ASC</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnHex">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Hex View</string>
+        </property>
+        <property name="text">
+         <string>HEX</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnStop">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Pause</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/pause.bmp</normaloff>:/buttons/pause.bmp</iconset>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnDown">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Scroll Down</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/fitd.bmp</normaloff>:/buttons/fitd.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClear">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Clear</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/del.bmp</normaloff>:/buttons/del.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QPlainTextEdit" name="textEdit">
+     <property name="readOnly">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/fileoptdlg.cpp b/app/appcmn_qt/fileoptdlg.cpp
new file mode 100644
index 0000000..dfd1baf
--- /dev/null
+++ b/app/appcmn_qt/fileoptdlg.cpp
@@ -0,0 +1,155 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <stdio.h>
+
+#include "keydlg.h"
+#include "fileoptdlg.h"
+
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QIntValidator>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+//---------------------------------------------------------------------------
+FileOptDialog::FileOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+	Opt=0;
+
+    keyDialog=new KeyDialog(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    FilePath->setCompleter(fileCompleter);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnKey,SIGNAL(clicked(bool)),this,SLOT(BtnKeyClick()));
+    connect(BtnFilePath,SIGNAL(clicked(bool)),this,SLOT(BtnFilePathClick()));
+    connect(ChkTimeTag,SIGNAL(clicked(bool)),this,SLOT(ChkTimeTagClick()));
+
+    SwapIntv->setValidator(new QIntValidator());
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    ChkTimeTag->setText(Opt?tr("TimeTag"):tr("Time"));
+    TimeSpeed->setVisible(!Opt);
+    TimeStart->setVisible(!Opt);
+    Label1   ->setText(Opt?tr("Output File Path"):tr("Input File Path"));
+    Label2   ->setVisible(!Opt);
+    Label3   ->setVisible(!Opt);
+    Label4   ->setVisible(Opt);
+    Label5   ->setVisible(Opt);
+    SwapIntv ->setVisible(Opt);
+    BtnKey   ->setVisible(Opt);
+    ChkTimeTag->setChecked(false);
+
+    if (!Opt) {
+        double speed=1.0,start=0.0;
+
+        QStringList tokens=Path.split("::");
+
+        QString token;
+        foreach (token, tokens)
+        {
+            if (token=="T") ChkTimeTag->setChecked(true);
+            if (token.contains("+")) start=token.toDouble();
+            if (token.contains("x")) speed=token.mid(1).toDouble();
+        }
+
+		if (start<=0.0) start=0.0;
+		if (speed<=0.0) speed=1.0;
+
+        int index=TimeSpeed->findText(QString("x%1").arg(speed));
+        if (index!=-1)
+            TimeSpeed->setCurrentIndex(index);
+        else {
+            TimeSpeed->addItem(QString("x%1").arg(speed),speed);
+            TimeSpeed->setCurrentIndex(TimeSpeed->count());
+        }
+        TimeStart->setText(QString::number(start));
+
+        FilePath->setText(tokens.at(0));
+	}
+	else {
+        double intv=0.0;
+
+        QStringList tokens=Path.split("::");
+
+        QString token;
+        foreach (token, tokens)
+        {
+            if (token=="T") ChkTimeTag->setChecked(true);
+            if (token.contains("S=")) intv=token.mid(2).toDouble();
+        };
+        int index=SwapIntv->findText(QString::number(intv,'g',3));
+        if (index!=-1)
+            SwapIntv->setCurrentIndex(index);
+        else {
+            SwapIntv->addItem(QString::number(intv,'g',3),intv);
+            SwapIntv->setCurrentIndex(TimeSpeed->count());
+        }
+
+        FilePath->setText(tokens.at(0));
+	}
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::BtnOkClick()
+{
+    QString str;
+    bool okay;
+	
+	if (!Opt) {
+        Path=FilePath->text();
+        if (ChkTimeTag->isChecked()) {
+            Path=Path+"::T"+"::"+TimeSpeed->currentText()+"::+"+TimeStart->text();
+		}
+	}
+	else {
+        Path=FilePath->text();
+        if (ChkTimeTag->isChecked()) Path+="::T";
+        str=SwapIntv->currentText();
+        str.toDouble(&okay);
+        if (okay) {
+			Path+="::S="+str;
+		}
+	}
+    accept();
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::BtnFilePathClick()
+{
+	if (!Opt) {
+        FilePath->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,QString(),FilePath->text())));
+	}
+	else {
+        FilePath->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,QString(),FilePath->text())));
+    }
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::ChkTimeTagClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::BtnKeyClick()
+{
+    keyDialog->exec();
+}
+//---------------------------------------------------------------------------
+void FileOptDialog::UpdateEnable(void)
+{
+    TimeSpeed->setEnabled(ChkTimeTag->isChecked());
+    TimeStart->setEnabled(ChkTimeTag->isChecked());
+    Label2   ->setEnabled(ChkTimeTag->isChecked());
+    Label3   ->setEnabled(ChkTimeTag->isChecked());
+}
diff --git a/app/appcmn_qt/fileoptdlg.h b/app/appcmn_qt/fileoptdlg.h
new file mode 100644
index 0000000..eaef27a
--- /dev/null
+++ b/app/appcmn_qt/fileoptdlg.h
@@ -0,0 +1,35 @@
+//---------------------------------------------------------------------------
+#ifndef fileoptdlgH
+#define fileoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_fileoptdlg.h"
+
+class KeyDialog;
+
+//---------------------------------------------------------------------------
+class FileOptDialog : public QDialog, private Ui::FileOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+    KeyDialog *keyDialog;
+
+public slots:
+    void BtnFilePathClick();
+    void BtnOkClick();
+    void ChkTimeTagClick();
+    void BtnKeyClick();
+
+private:
+    void UpdateEnable(void);
+
+public:
+	int Opt;
+    QString Path;
+    explicit FileOptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/fileoptdlg.ui b/app/appcmn_qt/fileoptdlg.ui
new file mode 100644
index 0000000..c9a59b4
--- /dev/null
+++ b/app/appcmn_qt/fileoptdlg.ui
@@ -0,0 +1,302 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>FileOptDialog</class>
+ <widget class="QWidget" name="FileOptDialog">
+  <property name="windowTitle">
+   <string>File Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="1" column="2">
+    <widget class="QLineEdit" name="TimeStart">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QComboBox" name="TimeSpeed">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>x0.1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x0.2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x0.5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x10</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>File Path</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="5">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>s</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="5">
+    <widget class="QPushButton" name="BtnFilePath">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QLineEdit" name="FilePath">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QLabel" name="Label2">
+     <property name="text">
+      <string>+</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="8">
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QCheckBox" name="ChkTimeTag">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Time</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Swap Intv</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SwapIntv">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="editable">
+         <bool>true</bool>
+        </property>
+        <item>
+         <property name="text">
+          <string/>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0.25</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0.5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>6</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>12</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>24</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>H</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnKey">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>?</string>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/ftpoptdlg.cpp b/app/appcmn_qt/ftpoptdlg.cpp
new file mode 100644
index 0000000..9352a8f
--- /dev/null
+++ b/app/appcmn_qt/ftpoptdlg.cpp
@@ -0,0 +1,122 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <stdio.h>
+
+#include <QShowEvent>
+#include <QUrl>
+#include <QIntValidator>
+
+#include "rtklib.h"
+#include "ftpoptdlg.h"
+#include "keydlg.h"
+
+//---------------------------------------------------------------------------
+ FtpOptDialog::FtpOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+     setupUi(this);
+
+     keyDlg=new KeyDialog(this);
+
+     connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+     connect(BtnKey,SIGNAL(clicked(bool)),this,SLOT(BtnKeyClick()));
+     connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+
+     PathOffset->setValidator(new QIntValidator());
+     Interval->setValidator(new QIntValidator());
+     Offset->setValidator(new QIntValidator());
+     RetryInterval->setValidator(new QIntValidator());
+}
+//---------------------------------------------------------------------------
+void  FtpOptDialog::showEvent(QShowEvent *event)
+{
+    QString cap[]={tr("FTP Option"),tr("HTTP Option")};
+	int topts[4]={0,3600,0,0};
+	
+    if (event->spontaneous()) return;
+
+    setWindowTitle(cap[Opt]);
+	
+    QStringList tokens=Path.split("::");
+    if (tokens.size()>1)
+    {
+        QString t=tokens.at(1);
+        if (t.contains("T="))
+        {
+            QStringList values=t.mid(2).split(",");
+            for (int i=0;(i<4)||(i<values.size());i++)
+                topts[i]=values.at(i).toInt();
+        }
+    }
+    QUrl url(QString("ftp://")+Path);
+	
+    Addr->clear();
+    Addr->addItem(url.host()+url.path());
+    for (int i=0;i<MAXHIST;i++) {
+        if (History[i]!="") Addr->addItem(History[i]);
+    };
+
+    Addr->setCurrentIndex(0);
+    User->setText(url.userName());
+    Passwd->setText(url.password());
+    PathOffset   ->insertItem(0,QString::number(topts[0]/3600.0,'g',2));PathOffset->setCurrentIndex(0);
+    Interval     ->insertItem(0,QString::number(topts[1]/3600.0,'g',2));Interval->setCurrentIndex(0);
+    Offset       ->insertItem(0,QString::number(topts[2]/3600.0,'g',2));Offset->setCurrentIndex(0);
+    RetryInterval->setText(QString::number(topts[3]));
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  FtpOptDialog::BtnOkClick()
+{
+    QString PathOffset_Text=PathOffset->currentText();
+    QString Interval_Text=Interval->currentText();
+    QString Offset_Text=Offset->currentText();
+    QString RetryInterval_Text=RetryInterval->text();
+    QString User_Text=User->text(),Passwd_Text=Passwd->text();
+    QString Addr_Text=Addr->currentText(),s;
+	int topts[4];
+    bool ok;
+	
+    topts[0]=PathOffset_Text.toInt(&ok)*3600.0;
+    topts[1]=Interval_Text.toInt(&ok)*3600.0;
+    topts[2]=Offset_Text.toInt(&ok)*3600.0;
+    topts[3]=RetryInterval_Text.toInt(&ok);
+	
+    Path=QString("%1:%2@%3::T=%4,%5,%6,%7").arg(User_Text)
+                   .arg(Passwd_Text).arg(Addr_Text)
+                   .arg(topts[0]).arg(topts[1]).arg(topts[2]).arg(topts[3]);
+	
+	AddHist(Addr,History);
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  FtpOptDialog::BtnKeyClick()
+{
+    keyDlg->exec();
+}
+//---------------------------------------------------------------------------
+void  FtpOptDialog::AddHist(QComboBox *list, QString *hist)
+{
+	for (int i=0;i<MAXHIST;i++) {
+        if (list->currentText()!=hist[i]) continue;
+		for (int j=i+1;j<MAXHIST;j++) hist[j-1]=hist[j];
+		hist[MAXHIST-1]="";
+	}
+	for (int i=MAXHIST-1;i>0;i--) hist[i]=hist[i-1];
+    hist[0]=list->currentText();
+	
+    list->clear();
+	for (int i=0;i<MAXHIST;i++) {
+        if (hist[i]!="") list->addItem(hist[i]);
+	}
+}
+//---------------------------------------------------------------------------
+void  FtpOptDialog::UpdateEnable(void)
+{
+    User       ->setEnabled(Opt==0);
+    Passwd     ->setEnabled(Opt==0);
+    LabelUser  ->setEnabled(Opt==0);
+    LabelPasswd->setEnabled(Opt==0);
+}
diff --git a/app/appcmn_qt/ftpoptdlg.h b/app/appcmn_qt/ftpoptdlg.h
new file mode 100644
index 0000000..62c8c7f
--- /dev/null
+++ b/app/appcmn_qt/ftpoptdlg.h
@@ -0,0 +1,33 @@
+//---------------------------------------------------------------------------
+#ifndef ftpoptdlgH
+#define ftpoptdlgH
+//---------------------------------------------------------------------------
+#include "ui_ftpoptdlg.h"
+
+#include <QDialog>
+
+#define MAXHIST		10
+
+class KeyDialog;
+
+//---------------------------------------------------------------------------
+class FtpOptDialog : public QDialog, private Ui::FtpOptDialog
+{
+    Q_OBJECT
+protected:
+    void  showEvent(QShowEvent *);
+public slots:
+    void  BtnOkClick();
+    void  BtnKeyClick();
+private:
+    void  AddHist(QComboBox *list, QString *hist);
+    void  UpdateEnable(void);
+
+    KeyDialog *keyDlg;
+public:
+	int Opt;
+    QString Path,History[MAXHIST],MntpHist[MAXHIST];
+    explicit FtpOptDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/ftpoptdlg.ui b/app/appcmn_qt/ftpoptdlg.ui
new file mode 100644
index 0000000..f9d8308
--- /dev/null
+++ b/app/appcmn_qt/ftpoptdlg.ui
@@ -0,0 +1,456 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>FtpOptDialog</class>
+ <widget class="QWidget" name="FtpOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>451</width>
+    <height>202</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>FTP Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0" colspan="3">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Download Address (address/file-path)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QPushButton" name="BtnKey">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>?</string>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="6">
+    <widget class="QComboBox" name="Addr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Download Interval</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QComboBox" name="Interval">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+     <item>
+      <property name="text">
+       <string>0</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>6</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>12</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>24</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3">
+    <widget class="QLabel" name="LabelUser">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>User</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="4" colspan="2">
+    <widget class="QLineEdit" name="User">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>anonymous</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Download Offset</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1">
+    <widget class="QComboBox" name="Offset">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+     <item>
+      <property name="text">
+       <string>0</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>6</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>9</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>12</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>15</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>18</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>21</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="2">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="3">
+    <widget class="QLabel" name="LabelPasswd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Password</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="4" colspan="2">
+    <widget class="QLineEdit" name="Passwd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time Offset in Path</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1">
+    <widget class="QComboBox" name="PathOffset">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+     <item>
+      <property name="text">
+       <string>0</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-6</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-9</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-12</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-15</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-18</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>-21</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="4" column="2">
+    <widget class="QLabel" name="Label9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Retry Interval</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="1">
+    <widget class="QLineEdit" name="RetryInterval">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>300</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="2">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>s</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="3" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="5">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/gmview.cpp b/app/appcmn_qt/gmview.cpp
new file mode 100644
index 0000000..23a0f06
--- /dev/null
+++ b/app/appcmn_qt/gmview.cpp
@@ -0,0 +1,254 @@
+//---------------------------------------------------------------------------
+// gmview.c: google map view
+//---------------------------------------------------------------------------
+#ifdef QWEBKIT
+#include <QWebView>
+#include <QWebFrame>
+#include <QWebElement>
+#endif
+#ifdef QWEBENGINE
+#include <QWebEngineView>
+#include <QWebEnginePage>
+#include <QWebChannel>
+#include <QFile>
+#endif
+#include <QShowEvent>
+
+#include "gmview.h"
+#include "rtklib.h"
+
+#define RTKLIB_GM_FILE "rtklib_gm.htm"
+
+//---------------------------------------------------------------------------
+GoogleMapView::GoogleMapView(QWidget *parent)
+    : QDialog(parent)
+{
+    loaded=false;
+    setupUi(this);
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnShrink,SIGNAL(clicked(bool)),this,SLOT(BtnShrinkClick()));
+    connect(BtnExpand,SIGNAL(clicked(bool)),this,SLOT(BtnExpandClick()));
+    connect(BtnFixCent,SIGNAL(clicked(bool)),this,SLOT(BtnFixCentClick()));
+    connect(&Timer1,SIGNAL(timeout()),this,SLOT(Timer1Timer()));
+
+#ifdef QWEBKIT
+    WebBrowser = new QWebView(Panel2);
+    QHBoxLayout *layout=new QHBoxLayout();
+    layout->addWidget(WebBrowser);
+    Panel2->setLayout(layout);
+#endif
+#ifdef QWEBENGINE
+    WebBrowser = new QWebEngineView(Panel2);
+    QHBoxLayout *layout=new QHBoxLayout();
+    layout->addWidget(WebBrowser);
+    Panel2->setLayout(layout);
+    pageState=new GMPageState(this);
+
+    connect(WebBrowser,SIGNAL(loadFinished(bool)),this,SLOT(PageLoaded(bool)));
+#endif
+	State=0;
+	Lat=Lon=0.0;
+	Zoom=2;
+
+    QTimer::singleShot(0,this,SLOT(FormCreate()));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::FormCreate()
+{
+    QString dir;
+
+    dir=qApp->applicationDirPath(); // exe directory
+    dir=dir+"/"+RTKLIB_GM_FILE;
+
+#ifdef QWEBKIT
+    WebBrowser->load(QUrl::fromLocalFile(dir));
+    WebBrowser->show();
+    loaded=true;
+#endif
+#ifdef QWEBENGINE
+    WebBrowser->load(QUrl::fromLocalFile(dir));
+    QWebChannel *channel=new QWebChannel(this);
+    channel->registerObject(QStringLiteral("state"),pageState);
+
+    WebBrowser->page()->setWebChannel(channel);
+
+    WebBrowser->show();
+#endif
+    Timer1.start(300);
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::BtnCloseClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::PageLoaded(bool ok)
+{
+    if (!ok) return;
+
+#ifdef QWEBENGINE
+    QFile webchannel(":/html/qwebchannel.js");
+    webchannel.open(QIODevice::ReadOnly);
+    WebBrowser->page()->runJavaScript(webchannel.readAll());
+    WebBrowser->page()->runJavaScript("new QWebChannel(qt.webChannelTransport,function(channel) {channel.objects.state.text=document.getElementById('state').value;});");
+#endif
+    loaded=true;
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::Timer1Timer()
+{
+	if (!GetState()) return;
+	
+	SetView(Lat,Lon,Zoom);
+	
+	AddMark(0.0,0.0,"SOL1","SOLUTION 1");
+	AddMark(0.0,0.0,"SOL2","SOLUTION 2");
+
+	HideMark(1);
+	HideMark(2);
+
+	for (int i=0;i<2;i++) MarkPos[i][0]=MarkPos[i][1]=0.0;
+
+    Timer1.stop();
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::SetView(double lat, double lon, int zoom)
+{
+	Lat=lat; Lon=lon; Zoom=zoom;
+    ExecFunc(QString("SetView(%1,%2,%3)").arg(lat,0,'f',9).arg(lon,0,'f',9).arg(zoom));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::SetCent(double lat, double lon)
+{
+	Lat=lat; Lon=lon;
+    ExecFunc(QString("SetCent(%1,%2)").arg(lat,0,'f',9).arg(lon,0,'f',9));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::SetZoom(int zoom)
+{
+    if (zoom<2||zoom>21) return;
+	Zoom=zoom;
+    ExecFunc(QString("SetZoom(%1)").arg(zoom));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::ClearMark(void)
+{
+    ExecFunc("ClearMark()");
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::AddMark(double lat, double lon,
+    const QString &title, const QString &msg)
+{
+    ExecFunc(QString("AddMark(%1,%2,\"%3\",\"%4\")").arg(lat,0,'f',9).arg(lon,0,'f',9).arg(title).arg(msg));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::SetMark(int index, const double *pos)
+{
+    QString title;
+    title=QString("SOL%1").arg(index);
+    ExecFunc(QString("PosMark(%1,%2,\"%3\")").arg(pos[0]*R2D,0,'f',9).arg(pos[1]*R2D,0,'f',9).arg(title));
+	
+    if (BtnFixCent->isChecked()) {
+		SetCent(pos[0]*R2D,pos[1]*R2D);
+    }
+	MarkPos[index-1][0]=pos[0]*R2D;
+	MarkPos[index-1][1]=pos[1]*R2D;
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::ShowMark(int index)
+{
+    QString title;
+    title=QString("SOL%1").arg(index);
+    ExecFunc(QString("ShowMark(\"%1\")").arg(title));
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::HideMark(int index)
+{
+    QString title;
+    title=QString("SOL%1").arg(index);
+    ExecFunc(QString("HideMark(\"%1\")").arg(title));
+}
+//---------------------------------------------------------------------------
+int GoogleMapView::GetState(void)
+{
+#ifdef QWEBKIT
+    QWebElement ele;
+    int state;
+
+    if (!WebBrowser->page()) return 0;
+    if (!WebBrowser->page()->mainFrame()) return 0;
+
+    QWebFrame *frame=WebBrowser->page()->mainFrame();
+
+    ele=frame->findFirstElement("#state");
+
+    if (ele.isNull()) return 0;
+    if (!ele.hasAttribute("value")) return 0;
+
+    state=ele.attribute("value").toInt();
+
+	return state;
+#else
+ #ifdef QWEBENGINE
+    if (!loaded) return 0;
+    return pageState->getText().toInt();
+ #else
+    return 0;
+ #endif
+#endif
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::ExecFunc(const QString &func)
+{
+#ifdef QWEBKIT
+    if (!WebBrowser->page()) return;
+    if (!WebBrowser->page()->mainFrame()) return;
+
+    QWebFrame *frame=WebBrowser->page()->mainFrame();
+
+    frame->evaluateJavaScript(func);
+#else
+ #ifdef QWEBENGINE
+    if (!loaded) return;
+
+    QWebEnginePage *page=WebBrowser->page();
+    if (page==NULL) return;
+
+    page->runJavaScript(func);
+ #else
+    Q_UNUSED(func)
+ #endif
+#endif
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::BtnShrinkClick()
+{
+	SetZoom(Zoom-1);
+}
+//---------------------------------------------------------------------------
+
+void GoogleMapView::BtnExpandClick()
+{
+	SetZoom(Zoom+1);
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::BtnFixCentClick()
+{
+    if (BtnFixCent->isChecked()&&MarkPos[0][0]!=0.0&&MarkPos[0][1]!=0.0) {
+		SetCent(MarkPos[0][0],MarkPos[0][1]);
+	}
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::resizeEvent(QResizeEvent *)
+{
+    if (BtnFixCent->isChecked()&&MarkPos[0][0]!=0.0&&MarkPos[0][1]!=0.0) {
+		SetCent(MarkPos[0][0],MarkPos[0][1]);
+	}
+}
+//---------------------------------------------------------------------------
+void GoogleMapView::HighlightMark(const QString &title)
+{
+    ExecFunc(QString("HighlightMark(\"%1\")").arg(title));
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/gmview.h b/app/appcmn_qt/gmview.h
new file mode 100644
index 0000000..3ad2eab
--- /dev/null
+++ b/app/appcmn_qt/gmview.h
@@ -0,0 +1,76 @@
+//---------------------------------------------------------------------------
+#ifndef gmviewH
+#define gmviewH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QTimer>
+
+#include "ui_gmview.h"
+
+#ifdef QWEBKIT
+class QWebView;
+#endif
+#ifdef QWEBENGINE
+class QWebEngineView;
+class GMPageState : public QObject
+{
+    Q_OBJECT
+    Q_PROPERTY(QString text MEMBER text NOTIFY textChanged)
+public:
+    explicit GMPageState(QObject *parent=NULL): QObject(parent){}
+    QString getText() {return text;}
+signals:
+    void textChanged(const QString &text);
+private:
+    QString text;
+};
+#endif
+class QResizeEvent;
+class QShowEvent;
+//---------------------------------------------------------------------------
+class GoogleMapView : public QDialog, private Ui::GoogleMapView
+{
+    Q_OBJECT
+
+public slots:
+    void FormCreate();
+    void Timer1Timer();
+    void BtnShrinkClick();
+    void BtnExpandClick();
+    void BtnFixCentClick();
+    void BtnCloseClick();
+    void PageLoaded(bool);
+
+protected:
+    void resizeEvent(QResizeEvent*);
+
+private:
+	int State;
+	double Lat,Lon,Zoom;
+	double MarkPos[2][2];
+    QTimer Timer1;
+    bool loaded;
+#ifdef QWEBKIT
+    QWebView *WebBrowser;
+#endif
+#ifdef QWEBENGINE
+    QWebEngineView *WebBrowser;
+    GMPageState *pageState;
+#endif
+    void ExecFunc(const QString &func);
+
+public:
+    explicit GoogleMapView(QWidget *parent=NULL);
+    int  GetState(void);
+    void SetView(double lat, double lon, int zoom);
+    void SetCent(double lat, double lon);
+    void SetZoom(int zoom);
+    void ClearMark(void);
+    void AddMark(double lat, double lon, const QString &title, const QString &msg);
+    void SetMark(int index, const double *pos);
+    void ShowMark(int index);
+    void HideMark(int index);
+    void HighlightMark(const QString &title);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/gmview.ui b/app/appcmn_qt/gmview.ui
new file mode 100644
index 0000000..80506d0
--- /dev/null
+++ b/app/appcmn_qt/gmview.ui
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>GoogleMapView</class>
+ <widget class="QWidget" name="GoogleMapView">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>504</width>
+    <height>506</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Google Map View</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnFixCent">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Fix Track Center</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtknavi_qt/rtknavi_qt.qrc">
+          <normaloff>:/buttons/trackc.bmp</normaloff>:/buttons/trackc.bmp</iconset>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnShrink">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtknavi_qt/rtknavi_qt.qrc">
+          <normaloff>:/buttons/shrink.bmp</normaloff>:/buttons/shrink.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExpand">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtknavi_qt/rtknavi_qt.qrc">
+          <normaloff>:/buttons/expand.bmp</normaloff>:/buttons/expand.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Close</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtknavi_qt/rtknavi_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/graph.cpp b/app/appcmn_qt/graph.cpp
new file mode 100644
index 0000000..a50b7f2
--- /dev/null
+++ b/app/appcmn_qt/graph.cpp
@@ -0,0 +1,745 @@
+//---------------------------------------------------------------------------
+// graph.cpp: graph plot subfunctions
+//---------------------------------------------------------------------------
+#include <QPainter>
+#include <QBrush>
+#include <QPen>
+
+#include <math.h>
+#include "rtklib.h"
+#include "graph.h"
+
+#define MINSIZE		10			// min width/height
+#define MINSCALE	2E-5		// min scale factor (pixel/unit)
+#define MAXSCALE	1E7			// max scale factor (pixel/unit)
+#define SIZEORIGIN	6
+
+#define MIN(x,y)	((x)<(y)?(x):(y))
+#define MAX(x,y)	((x)>(y)?(x):(y))
+
+// constructor --------------------------------------------------------------
+Graph::Graph(QPaintDevice *parent)
+{
+    QPoint point;
+    Parent=parent; X=Y=0; Width=parent->width(); Height=parent->height();
+	XCent =YCent =0.0;			// center coordinate (unit)
+	XScale=YScale=0.02; 		// scale factor (unit/pixel)
+	Box=1;						// show box (0:off,1:on)
+	Fit=1;						// fit scale on resize (0:off,1:on):
+	XGrid=YGrid=1;				// show grid (0:off,1:on)
+	XTick=YTick=0.0;			// grid interval (unit) (0:auto)
+	XLPos=YLPos=1;				// grid label pos (0:off,1:outer,2:inner,
+								// 3:outer-rot,4:inner-rot,5/6:time,7:axis)
+	Week=0;						// gpsweek no. for time label
+	Title=XLabel=YLabel="";		// lable string ("":no label)
+    Color[0]=Qt::black;         // background color
+    Color[1]=Qt::gray;			// grid color
+    Color[2]=Qt::black;			// title/label color
+	
+    p_=point; mark_=0; color_=Qt::black; size_=0; rot_=0;
+}
+// --------------------------------------------------------------------------
+int Graph::IsInArea(QPoint &p)
+{
+    return X<=p.x()&&p.x()<X+Width&&Y<=p.y()&&p.y()<Y+Height;
+}
+//---------------------------------------------------------------------------
+int Graph::ToPoint(double x, double y, QPoint &p)
+{
+	const double xt=0.1;
+	x=X+(Width-1)/2.0+(x-XCent)/XScale;
+	y=Y+(Height-1)/2.0-(y-YCent)/YScale;
+    p.setX((int)floor(x+0.5)); p.setY((int)floor(y+0.5));
+	return X-xt<x&&x<X+Width-1+xt&&Y-xt<y&&y<Y+Height-1+xt;
+}
+//---------------------------------------------------------------------------
+void Graph::resize()
+{
+    Width=Parent->width(); Height=Parent->height();
+}
+//---------------------------------------------------------------------------
+void Graph::ToPos(const QPoint &p, double &x, double &y)
+{
+    x=XCent+(p.x()-X-(Width-1)/2.0)*XScale;
+    y=YCent-(p.y()-Y-(Height-1)/2.0)*YScale;
+}
+//---------------------------------------------------------------------------
+void Graph::SetPos(const QPoint &p1, const QPoint &p2)
+{
+    int w=p2.x()-p1.x()+1,h=p2.y()-p1.y()+1;
+	if (w<MINSIZE) w=MINSIZE; if (h<MINSIZE) h=MINSIZE;
+	if (Fit) {
+		XScale*=(double)(Width-1)/(w-1);
+		YScale*=(double)(Height-1)/(h-1);
+	}
+    X=p1.x(); Y=p1.y(); Width=w; Height=h;
+}
+//---------------------------------------------------------------------------
+void Graph::GetPos(QPoint &p1, QPoint &p2)
+{
+    p1.setX(X);
+    p1.setY(Y);
+    p2.setX(X+Width-1);
+    p2.setY(Y+Height-1);
+}
+//---------------------------------------------------------------------------
+void Graph::SetCent(double x, double y)
+{
+	XCent=x; YCent=y;
+}
+//---------------------------------------------------------------------------
+void Graph::GetCent(double &x, double &y)
+{
+	x=XCent; y=YCent;
+}
+//---------------------------------------------------------------------------
+void Graph::SetRight(double x, double y)
+{
+//	XCent=x-(double)(Width-1)*XScale*0.5; YCent=y;
+	XCent=x-(double)(Width-13)*XScale*0.5; YCent=y;
+}
+//---------------------------------------------------------------------------
+void Graph::GetRight(double &x, double &y)
+{
+//	x=XCent+(double)(Width-1)*XScale*0.5; y=YCent;
+	x=XCent+(double)(Width-13)*XScale*0.5; y=YCent;
+}
+//---------------------------------------------------------------------------
+void Graph::SetScale(double xs, double ys)
+{
+	if (xs<MINSCALE) xs=MINSCALE; else if (MAXSCALE<xs) xs=MAXSCALE;
+	if (ys<MINSCALE) ys=MINSCALE; else if (MAXSCALE<ys) ys=MAXSCALE;
+	XScale=xs; YScale=ys;
+}
+//---------------------------------------------------------------------------
+void Graph::GetScale(double &xs, double &ys)
+{
+	xs=XScale; ys=YScale;
+}
+//---------------------------------------------------------------------------
+void Graph::SetLim(const double *xl, const double *yl)
+{
+	if (xl[0]<xl[1]) {XCent=(xl[0]+xl[1])/2.0; XScale=(xl[1]-xl[0])/(Width-1);}
+	if (yl[0]<yl[1]) {YCent=(yl[0]+yl[1])/2.0; YScale=(yl[1]-yl[0])/(Height-1);}
+}
+//---------------------------------------------------------------------------
+void Graph::GetLim(double *xl, double *yl)
+{
+    QPoint p0(X,Y),p1(X+Width-1,Y+Height-1);
+	ToPos(p0,xl[0],yl[1]); ToPos(p1,xl[1],yl[0]);
+}
+//---------------------------------------------------------------------------
+void Graph::SetTick(double xt, double yt)
+{
+	XTick=xt; YTick=yt;
+}
+//---------------------------------------------------------------------------
+void Graph::GetTick(double &xt, double &yt)
+{
+	xt=XTick>0.0?XTick:(XLPos==5||XLPos==6?AutoTickTime(XScale):AutoTick(XScale));
+	yt=YTick>0.0?YTick:AutoTick(YScale);
+}
+//---------------------------------------------------------------------------
+double Graph::AutoTick(double scale)
+{
+	double t[]={1.0,2.0,5.0,10.0},tick=30.0*scale;
+	double order=pow(10.0,floor(log10(tick)));
+	for (int i=0;i<4;i++) if (tick<=t[i]*order) return t[i]*order;
+	return 10.0;
+}
+//---------------------------------------------------------------------------
+double Graph::AutoTickTime(double scale)
+{
+	double t[]={0.1,0.2,0.5,1.0,3.0,6.0,12.0,30.0,60.0,300.0,900.0,1800.0,3600.0,
+		7200.0,10800.0,21600.0,43200.0,86400.0,86400.0*2,86400.0*7,86400.0*14,
+		86400.0*35,86400.0*70};
+	double tick=60.0*scale;
+	for (int i=0;i<(int)(sizeof(t)/sizeof(*t));i++) if (tick<=t[i]) return t[i];
+	return 86400.0*140;
+}
+//---------------------------------------------------------------------------
+QString Graph::NumText(double x, double dx)
+{
+	int n=(int)(0.9-log10(dx));
+    return QString("%1").arg(x,n<0?0:n);
+}
+//---------------------------------------------------------------------------
+QString Graph::TimeText(double x, double dx)
+{
+    char str[64];
+    time2str(gpst2time(Week,x),str,1);
+    int b=dx<86400.0?11:(dx<86400.0*30?5:2),w=dx<60.0?(dx<1.0?10:8):5;
+    return QString("%1").arg(str+b,w);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawGrid(QPainter &c,double xt, double yt)
+{
+	double xl[2],yl[2];
+    QPoint p;
+    QPen pen=c.pen();
+
+	GetLim(xl,yl);
+    pen.setColor(Color[1]);
+    c.setPen(pen);
+    c.setBrush(Qt::NoBrush);
+	if (XGrid) {
+		for (int i=(int)ceil(xl[0]/xt);i*xt<=xl[1];i++) {
+			ToPoint(i*xt,0.0,p);
+            pen.setStyle(i!=0?Qt::DotLine:Qt::SolidLine);c.setPen(pen);
+            c.drawLine(p.x(),Y,p.x(),Y+Height-1);
+		}
+	}
+	if (YGrid) {
+		for (int i=(int)ceil(yl[0]/yt);i*yt<=yl[1];i++) {
+			ToPoint(0.0,i*yt,p);
+            pen.setStyle(i!=0?Qt::DotLine:Qt::SolidLine);c.setPen(pen);
+            c.drawLine(X,p.y(),X+Width-1,p.y());
+		}
+	}
+    DrawMark(c,0.0,0.0,0,Color[1],SIZEORIGIN,0);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawGridLabel(QPainter &c, double xt, double yt)
+{
+	double xl[2],yl[2];
+    QPoint p;
+	GetLim(xl,yl);
+	if (XLPos) {
+		for (int i=(int)ceil(xl[0]/xt);i*xt<=xl[1];i++) {
+			if (XLPos<=4) {
+                ToPoint(i*xt,yl[0],p); if (XLPos==1) p.setY(p.y()-1);
+				int ha=XLPos<=2?0:(XLPos==3?2:1),va=XLPos>=3?0:(XLPos==1?2:1);
+                DrawText(c,p,NumText(i*xt,xt),Color[2],ha,va,XLPos>=3?90:0);
+			}
+			else if (XLPos==6) {
+				ToPoint(i*xt,yl[0],p);
+                DrawText(c,p,TimeText(i*xt,xt),Color[2],0,2,0);
+			}
+			else if (XLPos==7) {
+				if (i==0) continue;
+				ToPoint(i*xt,0.0,p);
+                DrawText(c, p,NumText(i*xt,xt),Color[2],0,2,0);
+			}
+		}
+	}
+	if (YLPos) {
+		for (int i=(int)ceil(yl[0]/yt);i*yt<=yl[1];i++) {
+			if (YLPos<=4) {
+				ToPoint(xl[0],i*yt,p);
+				int ha=YLPos>=3?0:(YLPos==1?2:1),va=YLPos<=2?0:(YLPos==3?1:2);
+                DrawText(c, p,NumText(i*yt,yt),Color[2],ha,va,YLPos>=3?90:0);
+			}
+			else if (YLPos==7) {
+				if (i==0) continue;
+                ToPoint(0.0,i*yt,p); p.setX(p.x()+2);
+                DrawText(c, p,NumText(i*yt,yt),Color[2],1,0,0);
+			}
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawBox(QPainter &c)
+{
+	if (Box) {
+        QPen pen=c.pen();
+        pen.setColor(Color[1]);
+        pen.setStyle(Qt::SolidLine);
+        c.setPen(pen);
+        c.setBrush(Qt::NoBrush);
+
+        c.drawRect(X,Y,Width-1,Height-1);
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawLabel(QPainter &c)
+{
+	if (XLabel!="") {
+        QPoint p(X+Width/2,Y+Height+((XLPos%2)?10:2));
+        DrawText(c,p,XLabel,Color[2],0,2,0);
+	}
+	if (YLabel!="") {
+        QPoint p(X-((YLPos%2)?20:2),Y+Height/2);
+        DrawText(c,p,YLabel,Color[2],0,1,90);
+	}
+	if (Title!="") {
+        QPoint p(X+Width/2,Y-1);
+        DrawText(c,p,Title,Color[2],0,1,0);
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawAxis(QPainter &c,int label, int glabel)
+{
+	double xt,yt;
+	GetTick(xt,yt);
+    QPen pen=c.pen();
+
+    pen.setColor(Color[0]);
+    c.setPen(pen);
+    c.setBrush(Color[0]);
+
+    DrawGrid(c, xt,yt);
+
+	if (xt/XScale<50.0&&XLPos<=2) xt*=XLPos==5?4.0:2.0;
+	if (yt/YScale<50.0&&YLPos>=3) yt*=2.0;
+    if (glabel) DrawGridLabel(c, xt,yt);
+
+    DrawBox(c);
+
+    if (label) DrawLabel(c);
+}
+//---------------------------------------------------------------------------
+void Graph::RotPoint(QPoint *ps, int n, const QPoint &pc, int rot, QPoint *pr)
+{
+	for (int i=0;i<n;i++) {
+        pr[i].setX(pc.x()+(int)floor(ps[i].x()*cos(rot*D2R)-ps[i].y()*sin(rot*D2R)+0.5));
+        pr[i].setY(pc.y()-(int)floor(ps[i].x()*sin(rot*D2R)+ps[i].y()*cos(rot*D2R)+0.5));
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawMark(QPainter &c,const QPoint &p, int mark, const QColor &color, int size, int rot)
+{
+	// mark = mark ( 0: dot  (.), 1: circle (o),  2: rect  (#), 3: cross (x)
+	//               4: line (-), 5: plus   (+), 10: arrow (->),
+	//              11: hscale,  12: vscale,     13: compass)
+	// rot  = rotation angle (deg)
+	
+	// if the same mark already drawn, skip it
+    if (p==p_&&mark==mark_&&color==color_&&size==size_&&
+		rot==rot_) {
+		return;
+	}
+	p_=p; mark_=mark; color_=color; size_=size; rot_=rot;
+	
+	if (size<1) size=1;
+	int n,s=size/2;
+    int x1=p.x()-s,w1=size+1,y1=p.y()-s,h1=size+1;
+	int xs1[]={-7,0,-7,0},ys1[]={2,0,-2,0};
+	int xs2[]={-1,-1,-1,1,1,1},ys2[]={-1,1,0,0,-1,1};
+	int xs3[]={3,-4,0,0,0,-8,8},ys3[]={0,5,20,-20,-10,-10,-10};
+    QPoint ps[32],pr[32],pd(0,size/2+12),pt;
+
+    QPen pen=c.pen();
+    pen.setColor(color);
+    c.setPen(pen);
+    QBrush brush(color);
+
+	switch (mark) {
+		case 0: // dot
+            brush.setStyle(Qt::SolidPattern);
+            c.setBrush(brush);
+
+            c.drawEllipse(x1,y1,w1,h1);
+			return;
+		case 1: // circle
+            brush.setStyle(Qt::NoBrush);
+            c.setBrush(brush);
+
+            c.drawEllipse(x1,y1,w1,h1);
+			return;
+		case 2: // rectangle
+            brush.setStyle(Qt::NoBrush);
+            c.setBrush(brush);
+
+            c.drawRect(x1,y1,w1,h1);
+			return;
+		case 3: // cross
+            brush.setStyle(Qt::NoBrush);
+            c.setBrush(brush);
+
+            c.drawLine(x1,y1,x1+w1,y1+h1);
+            c.drawLine(x1,y1+h1,x1+w1,y1);
+			return;
+		case 4: // line
+			n=2;
+            ps[0].setX(ps[0].x()-size/2); ps[0].setY(0); ps[1].setX(size/2); ps[1].setY(0);
+			break;
+		case 5: // plus
+            brush.setStyle(Qt::NoBrush);
+            c.setBrush(brush);
+
+            c.drawLine(x1,p.y(),x1+w1,p.y());
+            c.drawLine(p.x(),y1+h1,p.x(),y1);
+			return;
+		case 10: // arrow
+			n=6;
+            ps[0].setX(ps[0].x()-size/2); ps[0].setY(0); ps[1].setX(size/2); ps[1].setY(0);
+			for (int i=2;i<n;i++) {
+                ps[i].setX(size/2+xs1[i-2]); ps[i].setY(ys1[i-2]);
+			}
+			break;
+		case 11: // hscale
+		case 12: // vscale
+			n=6;
+			for (int i=0;i<n;i++) {
+				int x=xs2[i]*size/2,y=ys2[i]*5;
+                ps[i].setX(mark==11?x:y); ps[i].setY(mark==11?y:x);
+			}
+			break;
+		case 13: // compass
+			n=7;
+			for (int i=0;i<n;i++) {
+                ps[i].setX(xs3[i]*size/40); ps[i].setY(ys3[i]*size/40);
+			}
+            RotPoint(&pd,1,p,rot,&pt);
+            DrawText(c, pt,"N",color,0,0,rot);
+			break;
+		default:
+			return;
+	}
+    brush.setStyle(Qt::NoBrush);
+    c.setBrush(brush);
+
+    RotPoint(ps,n,p,rot,pr);
+
+    DrawPoly(c,pr,n,color,0);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawMark(QPainter &c,double x, double y, int mark, const QColor &color, int size,int rot)
+{
+    QPoint p;
+    if (ToPoint(x,y,p)) DrawMark(c, p,mark,color,size,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawMark(QPainter &c,const QPoint &p, int mark, const QColor &color, const QColor &bgcolor, int size, int rot)
+{
+    QPoint p1;
+
+    p1=p; p1.setX(p1.x()-1); DrawMark(c,p1,mark,bgcolor,size,rot); // draw with hemming
+    p1=p; p1.setX(p1.x()+1); DrawMark(c,p1,mark,bgcolor,size,rot);
+    p1=p; p1.setY(p1.y()-1); DrawMark(c,p1,mark,bgcolor,size,rot);
+    p1=p; p1.setY(p1.y()+1); DrawMark(c,p1,mark,bgcolor,size,rot);
+
+    DrawMark(c,p,mark,color,size,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawMark(QPainter &c,double x, double y, int mark, const QColor &color, const QColor &bgcolor, int size, int rot)
+{
+    QPoint p;
+    if (ToPoint(x,y,p)) DrawMark(c,p,mark,color,bgcolor,size,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawMarks(QPainter &c,const double *x, const double *y, QColor **color,
+					   int n, int mark, int size, int rot)
+{
+    QPoint p,pp;
+	for (int i=0;i<n;i++) {
+        if (!ToPoint(x[i],y[i],p)||(pp==p)) continue;
+        DrawMark(c,p,mark,*color[i],size,rot);
+		pp=p;
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawText(QPainter &c,const QPoint &p, const QString &str, const QColor &color, int ha, int va,
+	int rot)
+{
+	// str = UTF-8 string
+	// ha  = horizontal alignment (0: center, 1: left,   2: right)
+	// va  = vertical alignment   (0: center, 1: bottom, 2: top  )
+	// rot = rotation angle (deg)
+
+	
+    int flags=0;
+    switch (ha)
+    {
+        case 0: flags|=Qt::AlignHCenter;break;
+        case 1: flags|=Qt::AlignLeft;break;
+        case 2: flags|=Qt::AlignRight;break;
+    }
+    switch (va)
+    {
+        case 0: flags|=Qt::AlignVCenter;break;
+        case 1: flags|=Qt::AlignBottom;break;
+        case 2: flags|=Qt::AlignTop;break;
+    }
+
+    QRectF off=c.boundingRect(QRectF(),flags,str);
+
+    QPen pen=c.pen();
+    c.setBrush(Qt::NoBrush);
+    pen.setColor(color);
+    c.setPen(pen);
+
+    c.translate(p);
+    c.rotate(-rot);
+    c.drawText(off,str);
+    c.rotate(rot);
+    c.translate(-p);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawText(QPainter &c,double x, double y, const QString &str, const QColor &color,
+	int ha, int va, int rot)
+{
+    QPoint p;
+
+	ToPoint(x,y,p);
+    DrawText(c,p,str,color,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawText(QPainter &c,const QPoint &p, const QString &str, const QColor &color, const QColor &bgcolor,
+	int ha, int va, int rot)
+{
+    QPoint p1;
+
+    p1=p; p1.setX(p1.x()-1); DrawText(c,p1,str,bgcolor,ha,va,rot); // draw with hemming
+    p1=p; p1.setX(p1.x()+1); DrawText(c,p1,str,bgcolor,ha,va,rot);
+    p1=p; p1.setY(p1.y()-1); DrawText(c,p1,str,bgcolor,ha,va,rot);
+    p1=p; p1.setY(p1.y()+1); DrawText(c,p1,str,bgcolor,ha,va,rot);
+
+    DrawText(c,p,str,color,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawText(QPainter &c,double x, double y, const QString &str, const QColor &color,
+    const QColor &bgcolor, int ha, int va, int rot)
+{
+    QPoint p;
+
+	ToPoint(x,y,p);
+    DrawText(c,p,str,color,bgcolor,ha,va,rot);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawCircle(QPainter &c,const QPoint &p, const QColor &color, int rx, int ry, int style)
+{
+    Qt::PenStyle ps[]={Qt::SolidLine,Qt::DotLine,Qt::DashLine,Qt::DashDotLine,Qt::DashDotDotLine};
+    int x=p.x()-rx,w=rx,y=p.y()-ry,h=ry;
+    QPen pen=c.pen();
+    pen.setColor(color);
+    pen.setStyle(ps[style]);
+    c.setPen(pen);
+    c.setBrush(Qt::NoBrush);
+
+    c.drawEllipse(x,y,w,h);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawCircle(QPainter &c,double x, double y, const QColor &color, double rx,
+	double ry, int style)
+{
+    QPoint p;
+
+	ToPoint(x,y,p);
+    DrawCircle(c,p,color,(int)(rx/XScale+0.5),(int)(ry/YScale+0.5),style);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawCircles(QPainter &c,int label)
+{
+    QPoint p;
+	double xl[2],yl[2],xt,yt,x2,y2,r;
+
+	GetLim(xl,yl);
+	x2=MAX(xl[0]*xl[0],xl[1]*xl[1]);
+	y2=MAX(yl[0]*yl[0],yl[1]*yl[1]);
+	r=sqrt(x2+y2);
+
+	GetTick(xt,yt);
+
+	for (int i=(int)floor(r/xt);i>0;i--) {
+        DrawCircle(c,0.0,0.0,Color[1],i*xt,i*xt,1);
+	}
+	ToPoint(0.0,0.0,p);
+
+    QPen pen=c.pen();
+    pen.setStyle(Qt::SolidLine);
+    c.setPen(pen);
+
+    c.drawLine(p.x(),Y,p.x(),Y+Height-1);
+    c.drawLine(X,p.y(),X+Width-1,p.y());
+
+    DrawMark(c,0.0,0.0,0,Color[1],SIZEORIGIN,0);
+
+	if (xt/XScale<50.0) xt*=2.0;
+	if (yt/YScale<50.0) yt*=2.0;
+    if (label) DrawGridLabel(c,xt,yt);
+
+    DrawBox(c);
+}
+//---------------------------------------------------------------------------
+int Graph::OnAxis(const QPoint &p)
+{
+	// area code :  5  4  6
+	//              1  0  2
+	//              9  8 10
+	int xmin=X,xmax=X+Width-1,ymin=Y,ymax=Y+Height-1;
+    return (p.x()<xmin?1:(p.x()<=xmax?0:2))+(p.y()<ymin?4:(p.y()<=ymax?0:8));
+}
+//---------------------------------------------------------------------------
+int Graph::ClipPoint(QPoint *p0, int area, QPoint *p1)
+{
+	int x,y,xmin=X,xmax=X+Width-1,ymin=Y,ymax=Y+Height-1;
+	if (area&1) { // left
+        y=p0->y()+(p1->y()-p0->y())*(xmin-p0->x())/(p1->x()-p0->x());
+        if (ymin<=y&&y<=ymax) {p0->setX(xmin); p0->setY(y); return 1;}
+	}
+	if (area&2) { // right
+        y=p0->y()+(p1->y()-p0->y())*(xmax-p0->x())/(p1->x()-p0->x());
+        if (ymin<=y&&y<=ymax) {p0->setX(xmax); p0->setY(y); return 1;}
+	}
+	if (area&4) { // upper
+        x=p0->x()+(p1->x()-p0->x())*(ymin-p0->y())/(p1->y()-p0->y());
+        if (xmin<=x&&x<=xmax) {p0->setX(x); p0->setY(ymin); return 1;}
+	}
+	if (area&8) { // lower
+        x=p0->x()+(p1->x()-p0->x())*(ymax-p0->y())/(p1->y()-p0->y());
+        if (xmin<=x&&x<=xmax) {p0->setX(x); p0->setY(ymax); return 1;}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
+void Graph::DrawPolyline(QPainter &c,QPoint *p, int n)
+{
+#if 1
+    c.drawPolyline(p,n);
+#else
+    // avoid overflow of points
+    for (int i=0;i<n-1;i+=30000,p+=30000) {
+        c.drawPolyline(p,n-i>30000?30000:n-i);
+	}
+#endif
+}
+//---------------------------------------------------------------------------
+void Graph::DrawPoly(QPainter &c,QPoint *p, int n, const QColor &color, int style)
+{
+    Qt::PenStyle ps[]={Qt::SolidLine,Qt::DotLine,Qt::DashLine,Qt::DashDotLine,Qt::DashDotDotLine};
+    QPen pen=c.pen();
+    pen.setColor(color);
+    pen.setStyle(ps[style]);c.setPen(pen);
+    c.setBrush(Qt::NoBrush);
+
+	int i,j,area0=11,area1;
+	for (i=j=0;j<n;j++,area0=area1) {
+		if ((area1=OnAxis(p[j]))==area0) continue;
+        if (!area1) i=j; else if (!area0) DrawPolyline(c,p+i,j-i);
+		if (j<=0||(area0&area1)) continue;
+
+        QPoint pc[2]={p[j-1],p[j]};
+		if (area0&&!ClipPoint(pc,  area0,p+j  )) continue;
+		if (area1&&!ClipPoint(pc+1,area1,p+j-1)) continue;
+
+        DrawPolyline(c, pc,2);
+	}
+    if (!area0) DrawPolyline(c, p+i,j-i);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawPoly(QPainter &c,double *x, double *y, int n, const QColor &color, int style)
+{
+    QPoint *p=new QPoint[n];    
+	int m=0;
+
+	for (int i=0;i<n;i++) {
+		ToPoint(x[i],y[i],p[m]);
+        if (m==0||p[m-1]!=p[m]) m++;
+	}
+
+    DrawPoly(c,p,m,color,style);
+
+	delete [] p;
+}
+//---------------------------------------------------------------------------
+void Graph::DrawPatch(QPainter &c,QPoint *p, int n, const QColor &color1, const QColor &color2,
+	int style)
+{
+    Qt::PenStyle ps[]={Qt::SolidLine,Qt::DotLine,Qt::DashLine,Qt::DashDotLine,Qt::DashDotDotLine};
+    QPen pen=c.pen();
+    pen.setColor(color1);
+    pen.setStyle(ps[style]);
+    c.setPen(pen);
+    c.setBrush(color2);
+
+    c.drawPolygon(p,n);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawPatch(QPainter &c,double *x, double *y, int n, const QColor &color1,
+    const QColor &color2, int style)
+{
+    QPoint *p=new QPoint[n];
+
+	for (int i=0;i<n;i++) {
+		ToPoint(x[i],y[i],p[i]);
+	}
+
+    DrawPatch(c,p,n,color1,color2,style);
+
+	delete [] p;
+}
+//---------------------------------------------------------------------------
+void Graph::DrawSkyPlot(QPainter &c,const QPoint &p, const QColor &color1, const QColor &color2, int size)
+{
+    QPen pen=c.pen();
+    pen.setColor(color1);
+    c.setPen(pen);
+    c.setBrush(Qt::NoBrush);
+    QString s,dir[]={"N","E","S","W"};
+    QPoint ps;
+	int r=size/2;
+	for (int el=0;el<90;el+=15) {
+		int ys=r-r*el/90;
+        pen.setStyle(el==0?Qt::SolidLine:Qt::DotLine);
+        c.setPen(pen);
+        c.drawEllipse(p.x()-ys,p.y()-ys,2*ys,2*ys);
+		if (el<=0) continue;
+        ps.setX(p.x()); ps.setY(p.y()-ys);
+        DrawText(c,ps,QString::number(el),color2,1,0,0);
+	}
+    pen.setStyle(Qt::DotLine);pen.setColor(color2); c.setPen(pen);
+	for (int az=0,i=0;az<360;az+=30) {
+        ps.setX((int)( r*sin(az*D2R)+0.5));
+        ps.setY((int)(-r*cos(az*D2R)+0.5));
+        c.drawLine(p.x(),p.y(),ps.x(),ps.y());
+        ps.setX(ps.x()+ 3*sin(az*D2R));
+        ps.setY(ps.y()+-3*cos(az*D2R));
+        s=QString::number(az); if (!(az%90)) s=dir[i++];
+        DrawText(c,ps,s,color2,0,1,-az);
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawSkyPlot(QPainter &c,double x, double y, const QColor &color1, const QColor &color2,
+	double size)
+{
+    QPoint p;
+
+	ToPoint(x,y,p);
+
+    DrawSkyPlot(c,p,color1,color2,size/XScale);
+}
+//---------------------------------------------------------------------------
+void Graph::DrawSkyPlot(QPainter &c,const QPoint &p, const QColor &color1, const QColor &color2,
+    const QColor &bgcolor, int size)
+{
+    QPen pen=c.pen();
+    pen.setColor(color1);
+    c.setPen(pen);
+    c.setBrush(Qt::NoBrush);
+
+    QString s,dir[]={"N","E","S","W"};
+    QPoint ps;
+    int r=size/2;
+	
+	for (int el=0;el<90;el+=15) {
+		int ys=r-r*el/90;
+        pen.setStyle(el==0?Qt::SolidLine:Qt::DotLine);
+        c.drawEllipse(p.x()-ys,p.y()-ys,2*ys,2*ys);
+		if (el<=0) continue;
+
+        ps.setX(p.x());
+        ps.setY(p.y()-ys);
+
+        DrawText(c,ps,QString::number(el),color2,bgcolor,1,0,0);
+	}
+    pen.setStyle(Qt::DotLine);pen.setColor(color2);c.setPen(pen);
+	for (int az=0,i=0;az<360;az+=30) {
+        ps.setX((int)(p.x()+r*sin(az*D2R)+0.5));
+        ps.setY((int)(p.y()-r*cos(az*D2R)+0.5));
+        c.drawLine(p.x(),p.y(),ps.x(),ps.y());
+        ps.setX(ps.x()+ 3*sin(az*D2R));
+        ps.setY(ps.y()+-3*cos(az*D2R));
+        s=QString::number(az); if (!(az%90)) s=dir[i++];
+        DrawText(c,ps,s,color2,bgcolor,0,1,-az);
+	}
+}
+//---------------------------------------------------------------------------
+void Graph::DrawSkyPlot(QPainter &c,double x, double y, const QColor &color1, const QColor &color2,
+    const QColor &bgcolor, double size)
+{
+    QPoint p;
+	ToPoint(x,y,p);
+    DrawSkyPlot(c,p,color1,color2,bgcolor,size/XScale);
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/graph.h b/app/appcmn_qt/graph.h
new file mode 100644
index 0000000..9569d09
--- /dev/null
+++ b/app/appcmn_qt/graph.h
@@ -0,0 +1,80 @@
+//---------------------------------------------------------------------------
+#ifndef graphH
+#define graphH
+
+#include <QString>
+#include <QColor>
+#include <QPoint>
+#include <QLabel>
+
+//---------------------------------------------------------------------------
+class Graph // graph class
+{
+private:
+        double AutoTick(double scale);
+        double AutoTickTime(double scale);
+        void DrawBox(QPainter &c);
+        void DrawLabel(QPainter &c);
+        void DrawGrid(QPainter &c,double xt, double yt);
+        void DrawGridLabel(QPainter &c, double xt, double yt);
+        void RotPoint(QPoint *ps, int n, const QPoint &pc, int rot, QPoint *pr);
+        int ClipPoint(QPoint *p0, int area, QPoint *p1);
+
+        QPoint p_;
+        QColor color_;
+        QPaintDevice *Parent;
+        int mark_,size_,rot_;
+        int X,Y,Width,Height;
+        double XCent,YCent,XScale,YScale,XTick,YTick;
+
+public:
+        explicit Graph(QPaintDevice *parent);
+
+        int IsInArea(QPoint &p);
+        int ToPoint(double x, double y, QPoint &p);
+        int OnAxis(const QPoint &p);
+        QString NumText(double x, double dx);
+        QString TimeText(double x, double dx);
+        void ToPos(const QPoint &p, double &x, double &y);
+        void resize();
+        void SetPos(const QPoint &p1, const QPoint &p2);
+        void GetPos(QPoint &p1, QPoint &p2);
+        void SetCent(double x, double y);
+        void GetCent(double &x, double &y);
+        void SetRight(double x, double y);
+        void GetRight(double &x, double &y);
+        void SetScale(double xs, double ys);
+        void GetScale(double &xs, double &ys);
+        void SetLim(const double *xl, const double *yl);
+        void GetLim(double *xl, double *yl);
+        void SetTick(double xt, double yt);
+        void GetTick(double &xt, double &yt);
+        void DrawAxis(QPainter &c,int label, int glabel);
+        void DrawMark(QPainter &c,const QPoint &p, int mark, const QColor &color, int size, int rot);
+        void DrawMark(QPainter &c,double x, double y, int mark, const QColor &color, int size, int rot);
+        void DrawMark(QPainter &c,const QPoint &p, int mark, const QColor &color, const QColor &bgcolor, int size,int rot);
+        void DrawMark(QPainter &c,double x, double y, int mark, const QColor &color, const QColor &bgcolor,int size, int rot);
+        void DrawMarks(QPainter &c,const double *x, const double *y,QColor **color, int n,
+				   int mark, int size, int rot);
+        void DrawCircle(QPainter &c,const QPoint &p, const QColor &color, int rx, int ry, int style);
+        void DrawCircle(QPainter &c,double x, double y, const QColor &color, double rx, double ry, int style);
+        void DrawCircles(QPainter &c,int label);
+        void DrawText(QPainter &c,double x, double y, const QString &str, const QColor &color, int ha,int va, int rot);
+        void DrawText(QPainter &c,const QPoint &p, const QString &str, const QColor &color, int ha, int va,int rot);
+        void DrawText(QPainter &c,double x, double y, const QString &str, const QColor &color, const QColor &bgcolor,int ha, int va, int rot);
+        void DrawText(QPainter &c,const QPoint &p, const QString &str, const QColor &color, const QColor &bgcolor,int ha, int va, int rot);
+        void DrawPoly(QPainter &c,QPoint *p, int n, const QColor &color, int style);
+        void DrawPoly(QPainter &c,double *x, double *y, int n, const QColor &color, int style);
+        void DrawPolyline(QPainter &c,QPoint *p, int n);
+        void DrawPatch(QPainter &c,QPoint *p, int n, const QColor &color1, const QColor &color2, int style);
+        void DrawPatch(QPainter &c,double *x, double *y, int n, const QColor &color1, const QColor &color2, int style);
+        void DrawSkyPlot(QPainter &c,const QPoint &p, const QColor &color1, const QColor &color2, int size);
+        void DrawSkyPlot(QPainter &c,double x, double y, const QColor &color1, const QColor &color2, double size);
+        void DrawSkyPlot(QPainter &c,const QPoint &p, const QColor &color1, const QColor &color2, const QColor &bgcolor, int size);
+        void DrawSkyPlot(QPainter &c,double x, double y, const QColor &color1, const QColor &color2, const QColor &bgcolor,double size);
+
+        int Box,Fit,XGrid,YGrid,XLPos,YLPos,Week;
+        QString Title,XLabel,YLabel;
+        QColor Color[3];
+};
+#endif
diff --git a/app/appcmn_qt/keydlg.cpp b/app/appcmn_qt/keydlg.cpp
new file mode 100644
index 0000000..534ce71
--- /dev/null
+++ b/app/appcmn_qt/keydlg.cpp
@@ -0,0 +1,48 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <QDialog>
+#include <QShowEvent>
+
+#include "keydlg.h"
+
+//---------------------------------------------------------------------------
+KeyDialog::KeyDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    Flag=0;
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this, SLOT(BtnOkClick()));
+}
+//---------------------------------------------------------------------------
+void  KeyDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    Label10->setVisible(Flag!=3);
+    Label21->setVisible(Flag!=3);
+    Label23->setVisible(Flag!=3);
+    Label24->setVisible(Flag!=3);
+    Label25->setVisible(Flag!=3);
+    Label26->setVisible(Flag!=3);
+    Label27->setVisible(Flag!=3);
+    Label28->setVisible(Flag!=3);
+    Label29->setVisible(Flag>=1);
+    Label30->setVisible(Flag>=1);
+    Label31->setVisible(Flag==2);
+    Label32->setVisible(Flag==2);
+    Label33->setVisible(Flag==3);
+    Label34->setVisible(Flag==3);
+    Label35->setVisible(Flag==3);
+    Label36->setVisible(Flag==3);
+    Label37->setVisible(Flag==3);
+    Label38->setVisible(Flag==3);
+}
+//---------------------------------------------------------------------------
+void  KeyDialog::BtnOkClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/keydlg.h b/app/appcmn_qt/keydlg.h
new file mode 100644
index 0000000..0f16406
--- /dev/null
+++ b/app/appcmn_qt/keydlg.h
@@ -0,0 +1,26 @@
+//---------------------------------------------------------------------------
+
+#ifndef keydlgH
+#define keydlgH
+
+#include <QDialog>
+
+#include "ui_keydlg.h"
+
+//---------------------------------------------------------------------------
+class KeyDialog : public QDialog, private Ui::KeyDialog
+{
+    Q_OBJECT
+
+public slots:
+    void  BtnOkClick();
+
+protected:
+    void showEvent(QShowEvent*);
+
+public:
+	int Flag;
+    explicit KeyDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/keydlg.ui b/app/appcmn_qt/keydlg.ui
new file mode 100644
index 0000000..94c713e
--- /dev/null
+++ b/app/appcmn_qt/keydlg.ui
@@ -0,0 +1,537 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>KeyDialog</class>
+ <widget class="QWidget" name="KeyDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>639</width>
+    <height>332</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Keyword Replacement in File Path</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="1" column="2">
+    <widget class="QLabel" name="Label9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%M</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="3">
+    <widget class="QLabel" name="Label20">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Minute (00-59)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%m</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%d</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%n</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QLabel" name="Label19">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Hour (00-23)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1">
+    <widget class="QLabel" name="Label16">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Day of Year (ddd)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QLabel" name="Label14">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Month (mm)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%W</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="1">
+    <widget class="QLabel" name="Label17">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: GPS Week No (wwww)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QLabel" name="Label12">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Year (yyyy)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="3">
+    <widget class="QLabel" name="Label26">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: 6H Hour (00,06,12,18)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="1">
+    <widget class="QLabel" name="Label30">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Station ID</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="0">
+    <widget class="QLabel" name="Label29">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%r</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="1">
+    <widget class="QLabel" name="Label36">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Station ID (UPPER case)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="0">
+    <widget class="QLabel" name="Label35">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%S</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="3">
+    <widget class="QLabel" name="Label24">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: 3H Hour (00,03,...,21)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="3">
+    <widget class="QLabel" name="Label22">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Hour Code (a,b,...,x)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="2" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="1">
+    <widget class="QLabel" name="Label34">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Station ID (lower case)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QLabel" name="Label13">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Year (yy)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="2">
+    <widget class="QLabel" name="Label31">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%b</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="3">
+    <widget class="QLabel" name="Label32">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Base Station ID</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="2">
+    <widget class="QLabel" name="Label25">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%hb</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="2">
+    <widget class="QLabel" name="Label11">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="2">
+    <widget class="QLabel" name="Label23">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%ha</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%h</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%y</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%Y</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="2">
+    <widget class="QLabel" name="Label27">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%hc</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%D</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="1">
+    <widget class="QLabel" name="Label18">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Day of Week (0-6)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="0">
+    <widget class="QLabel" name="Label33">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%s</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="3">
+    <widget class="QLabel" name="Label28">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: 12H Hour (00,12)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1">
+    <widget class="QLabel" name="Label15">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Day of Month (dd)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%S</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3">
+    <widget class="QLabel" name="Label21">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Second (00:59)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="2">
+    <widget class="QLabel" name="Label37">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>%N</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="3">
+    <widget class="QLabel" name="Label38">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>: Sequence Number</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/maskoptdlg.cpp b/app/appcmn_qt/maskoptdlg.cpp
new file mode 100644
index 0000000..7f535e5
--- /dev/null
+++ b/app/appcmn_qt/maskoptdlg.cpp
@@ -0,0 +1,81 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <QShowEvent>
+#include <QDoubleValidator>
+
+#include "maskoptdlg.h"
+//---------------------------------------------------------------------------
+MaskOptDialog::MaskOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	Mask.ena[0]=0;
+	Mask.ena[1]=0;
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+		Mask.mask[i][j]=0.0;
+	}
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(MaskEna1,SIGNAL(clicked(bool)),this,SLOT(MaskEnaClick()));
+    connect(MaskEna2,SIGNAL(clicked(bool)),this,SLOT(MaskEnaClick()));
+}
+//---------------------------------------------------------------------------
+void  MaskOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QLineEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};    
+
+    MaskEna1->setChecked(Mask.ena[0]);
+    MaskEna2->setChecked(Mask.ena[1]);
+
+    for (int i=0;i<3;i++)
+        for (int j=0;j<9;j++) {
+            mask[i][j]->setValidator(new QDoubleValidator(-90,90,1));
+            mask[i][j]->setText(QString::number(Mask.mask[i][j]));
+	}
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  MaskOptDialog::BtnOkClick()
+{
+    QLineEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};
+    Mask.ena[0]=MaskEna1->isChecked();
+    Mask.ena[1]=MaskEna2->isChecked();
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        Mask.mask[i][j]=mask[i][j]->text().toDouble();
+	}
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  MaskOptDialog::MaskEnaClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  MaskOptDialog::UpdateEnable(void)
+{
+    QLineEdit *mask[][9]={
+		{Mask_1_1,Mask_1_2,Mask_1_3,Mask_1_4,Mask_1_5,Mask_1_6,Mask_1_7,Mask_1_8,Mask_1_9},
+		{Mask_2_1,Mask_2_2,Mask_2_3,Mask_2_4,Mask_2_5,Mask_2_6,Mask_2_7,Mask_2_8,Mask_2_9},
+		{Mask_3_1,Mask_3_2,Mask_3_3,Mask_3_4,Mask_3_5,Mask_3_6,Mask_3_7,Mask_3_8,Mask_3_9}
+	};
+	for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        mask[i][j]->setEnabled(MaskEna1->isChecked()||MaskEna2->isChecked());
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn_qt/maskoptdlg.h b/app/appcmn_qt/maskoptdlg.h
new file mode 100644
index 0000000..fe14ff8
--- /dev/null
+++ b/app/appcmn_qt/maskoptdlg.h
@@ -0,0 +1,30 @@
+//---------------------------------------------------------------------------
+#ifndef maskoptdlgH
+#define maskoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "rtklib.h"
+
+#include "ui_maskoptdlg.h"
+
+//---------------------------------------------------------------------------
+class MaskOptDialog : public QDialog, private Ui::MaskOptDialog
+{
+    Q_OBJECT
+protected:
+    void  showEvent(QShowEvent*);
+
+public slots:
+    void  BtnOkClick();
+    void  MaskEnaClick();
+
+private:
+    void  UpdateEnable(void);
+
+public:
+	snrmask_t Mask;
+    explicit MaskOptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/maskoptdlg.ui b/app/appcmn_qt/maskoptdlg.ui
new file mode 100644
index 0000000..f8da926
--- /dev/null
+++ b/app/appcmn_qt/maskoptdlg.ui
@@ -0,0 +1,625 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MaskOptDialog</class>
+ <widget class="QWidget" name="MaskOptDialog">
+  <property name="windowTitle">
+   <string>SNR Mask</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="3" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>L1</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="8">
+    <widget class="QLabel" name="Label11">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>75</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="7">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>65</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="4">
+    <widget class="QLineEdit" name="Mask_2_4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0">
+    <widget class="QLabel" name="Label14">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>L5</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="2">
+    <widget class="QLineEdit" name="Mask_2_2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="3">
+    <widget class="QLineEdit" name="Mask_2_3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="4">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>35</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>25</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="8" colspan="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="6" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="5">
+    <widget class="QLineEdit" name="Mask_2_5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="7">
+    <widget class="QLineEdit" name="Mask_2_7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="6">
+    <widget class="QLineEdit" name="Mask_2_6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="1">
+    <widget class="QLineEdit" name="Mask_3_1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="6">
+    <widget class="QLineEdit" name="Mask_3_6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="5">
+    <widget class="QLineEdit" name="Mask_3_5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="3">
+    <widget class="QLineEdit" name="Mask_3_3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QLabel" name="Label13">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>L2</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="9">
+    <widget class="QLineEdit" name="Mask_1_9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="5">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>45</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="3">
+    <widget class="QLineEdit" name="Mask_1_3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1">
+    <widget class="QLineEdit" name="Mask_1_1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="8">
+    <widget class="QLineEdit" name="Mask_1_8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="7">
+    <widget class="QLineEdit" name="Mask_1_7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="5">
+    <widget class="QLineEdit" name="Mask_1_5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="9">
+    <widget class="QLineEdit" name="Mask_2_9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="8">
+    <widget class="QLineEdit" name="Mask_2_8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="2">
+    <widget class="QLineEdit" name="Mask_3_2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="4">
+    <widget class="QLineEdit" name="Mask_3_4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="2">
+    <widget class="QLineEdit" name="Mask_1_2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="9">
+    <widget class="QLabel" name="Label12">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>>85</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="6">
+    <widget class="QLineEdit" name="Mask_1_6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="4">
+    <widget class="QLineEdit" name="Mask_1_4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="6">
+    <widget class="QLabel" name="Label9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>55</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>15</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string><5</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1">
+    <widget class="QLineEdit" name="Mask_2_1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="8">
+    <widget class="QLineEdit" name="Mask_3_8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="9">
+    <widget class="QLineEdit" name="Mask_3_9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="7">
+    <widget class="QLineEdit" name="Mask_3_7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="0" colspan="10">
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QCheckBox" name="MaskEna1">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Rover</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="MaskEna2">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Base Station</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Elevation (deg)</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>(dBHz)</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/refdlg.cpp b/app/appcmn_qt/refdlg.cpp
new file mode 100644
index 0000000..88b7377
--- /dev/null
+++ b/app/appcmn_qt/refdlg.cpp
@@ -0,0 +1,237 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+#include <stdio.h>
+
+#include <QShowEvent>
+#include <QScreen>
+#include <QLabel>
+#include <QFileDialog>
+#include <QDebug>
+
+#include "refdlg.h"
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+RefDialog::RefDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	Pos[0]=Pos[1]=Pos[2]=RovPos[0]=RovPos[1]=RovPos[2]=0.0;
+
+    for (int i=0;i<7;i++)
+        for (int j=0;j<2;j++)
+            StaList->setItem(i,j,new QTableWidgetItem());
+
+    connect(StaList,SIGNAL(cellDoubleClicked(int,int)),this,SLOT(StaListDblClick(int,int)));
+    connect(BtnOK,SIGNAL(clicked(bool)),this,SLOT(BtnOKClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnFind,SIGNAL(clicked(bool)),this,SLOT(BtnFindClick()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(FindStr,SIGNAL(returnPressed()),this,SLOT(FindList()));
+}
+//---------------------------------------------------------------------------
+void  RefDialog::showEvent(QShowEvent* event)
+{
+    int width[]={30,80,90,65,40,70,55};
+
+    if (event->spontaneous()) return;
+
+    QStringList columns;
+    columns<<tr("No")<<tr("Latitude(deg)")<<tr("Longitude(deg)")<<tr("Height(m)")<<tr("Id")<<tr("Name")<<tr("Dist(km)");
+    StaList->setColumnCount(columns.size());
+
+    FontScale=2*physicalDpiX();
+	for (int i=0;i<7;i++) {
+        StaList->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    StaList->setHorizontalHeaderLabels(columns);
+
+    LoadList();
+
+    StaList->sortItems(6);
+}
+//---------------------------------------------------------------------------
+void RefDialog::StaListDblClick(int , int row)
+{
+    Pos[0]=StaList->item(row,1)->text().toDouble();
+    Pos[1]=StaList->item(row,2)->text().toDouble();
+    Pos[2]=StaList->item(row,3)->text().toDouble();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  RefDialog::BtnOKClick()
+{
+    int row=StaList->currentRow();
+    Pos[0]=StaList->item(row,1)->text().toDouble();
+    Pos[1]=StaList->item(row,2)->text().toDouble();
+    Pos[2]=StaList->item(row,3)->text().toDouble();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  RefDialog::BtnLoadClick()
+{
+    StaPosFile=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Load Station List..."),StaPosFile,tr("Position File (*.pos *.snx);;All (*.*)")));
+
+	LoadList();
+}
+//---------------------------------------------------------------------------
+void  RefDialog::BtnFindClick()
+{
+	FindList();
+}
+//---------------------------------------------------------------------------
+void  RefDialog::FindList(void)
+{
+    QString str=FindStr->text();
+	
+    QList<QTableWidgetItem*> f= StaList->findItems(str,Qt::MatchContains);
+
+    if (f.empty()) return;
+
+    StaList->setCurrentItem(f.first());
+}
+//---------------------------------------------------------------------------
+void  RefDialog::LoadList(void)
+{
+    QByteArray buff;
+
+    double pos[3];
+    int n=0;
+
+    StaList->setRowCount(0);
+
+	// check format
+    QFile fp(StaPosFile);
+    if (!fp.open(QIODevice::ReadOnly)) return;
+
+    buff=fp.readAll();
+    if (buff.contains("%=SNX")){
+		LoadSinex();
+		return;
+	}
+
+    fp.seek(0);
+    while (!fp.atEnd()) {
+        buff=fp.readLine();
+        buff=buff.mid(0,buff.indexOf('%')); /* remove comments */
+
+        QList<QByteArray> tokens=buff.simplified().split(' ');
+
+        if (tokens.size()!=5) continue;
+
+        StaList->setRowCount(++n);
+
+        for (int i=0;i<3;i++)
+            pos[i]=tokens.at(i).toDouble();
+
+        AddRef(n,pos,tokens.at(3),tokens.at(4));
+	}
+	if (n==0) {
+        StaList->setRowCount(0);
+    }
+	UpdateDist();
+    setWindowTitle(StaPosFile);
+}
+//---------------------------------------------------------------------------
+void  RefDialog::LoadSinex(void)
+{
+    int n=0,sol=0;
+    double rr[3],pos[3];
+    bool okay;
+    QFile file(StaPosFile);
+    QByteArray buff, code;
+    if (!file.open(QIODevice::ReadOnly)) return;
+
+    while (!file.atEnd()) {
+        buff=file.readLine();
+
+        if (buff.contains("+SOLUTION/ESTIMATE")) sol=1;
+        if (buff.contains("-SOLUTION/ESTIMATE")) sol=0;
+
+        if (!sol||buff.size()<68) continue;
+
+        if (buff.mid(7,4)=="STAX") {
+            rr[0]=buff.mid(47,21).toDouble(&okay);
+            if (!okay) continue;
+            code=buff.mid(14,4);
+        }
+        if (buff.mid(7,4)=="STAY") {
+            rr[1]=buff.mid(47,21).toDouble(&okay);
+            if (!okay) continue;
+            if (buff.mid(14,4)!=code) continue;
+        }
+        if (buff.mid(7,4)=="STAZ") {
+            rr[2]=buff.mid(47,21).toDouble(&okay);
+            if (!okay) continue;
+            if (buff.mid(14,4)!=code) continue;
+            ecef2pos(rr,pos);
+            pos[0]*=R2D;
+            pos[1]*=R2D;
+            StaList->setRowCount(++n);
+            AddRef(n,pos,code,"");
+        }
+    };
+	if (n==0) {
+        StaList->setRowCount(0);
+    }
+
+    UpdateDist();
+    setWindowTitle(StaPosFile);
+}
+//---------------------------------------------------------------------------
+void  RefDialog::AddRef(int n, double *pos, const QString code,
+                                   const QString name)
+{
+    int row=StaList->rowCount();
+    for (int i=0;i<7;i++)
+        StaList->setItem(row-1,i, new QTableWidgetItem());
+
+    StaList->setItem(row-1, 0, new QTableWidgetItem(QString::number(n)));
+    StaList->setItem(row-1, 1, new QTableWidgetItem(QString::number(pos[0],'f',9)));
+    StaList->setItem(row-1, 2, new QTableWidgetItem(QString::number(pos[1],'f',9)));
+    StaList->setItem(row-1, 3, new QTableWidgetItem(QString::number(pos[2],'f',4)));
+    StaList->setItem(row-1, 4, new QTableWidgetItem(code));
+    StaList->setItem(row-1, 5, new QTableWidgetItem(name));
+    StaList->setItem(row-1, 6, new QTableWidgetItem(""));
+}
+//---------------------------------------------------------------------------
+int  RefDialog::InputRef(void)
+{
+    bool ok;
+
+    QList<QTableWidgetItem*> sel=StaList->selectedItems();
+    int row=StaList->row(sel.first());
+    Pos[0]=StaList->item(row, 1)->text().toDouble(&ok);
+    Pos[1]=StaList->item(row, 2)->text().toDouble(&ok);
+    Pos[2]=StaList->item(row, 3)->text().toDouble(&ok);
+    StaId  =StaList->item(row, 4)->text();
+    StaName=StaList->item(row, 5)->text();
+	return 1;
+}
+//---------------------------------------------------------------------------
+void  RefDialog::UpdateDist(void)
+{
+	double pos[3],ru[3],rr[3];
+    bool ok;
+
+	for (int i=0;i<3;i++) pos[i]=RovPos[i];
+
+	if (norm(pos,3)<=0.0) return;
+
+	pos[0]*=D2R; pos[1]*=D2R; pos2ecef(pos,ru);
+
+    for (int i=1;i<StaList->rowCount();i++) {
+        if (StaList->item(i,1)->text()=="") continue;
+
+        pos[0]=StaList->item(i,1)->text().toDouble(&ok)*D2R;
+        pos[1]=StaList->item(i,2)->text().toDouble(&ok)*D2R;
+        pos[2]=StaList->item(i,3)->text().toDouble(&ok);
+		pos2ecef(pos,rr);
+		for (int j=0;j<3;j++) rr[j]-=ru[j];
+
+        StaList->setItem(i,6, new QTableWidgetItem(QString::number(norm(rr,3)/1E3,'f',1)));
+	}
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/refdlg.h b/app/appcmn_qt/refdlg.h
new file mode 100644
index 0000000..7541437
--- /dev/null
+++ b/app/appcmn_qt/refdlg.h
@@ -0,0 +1,40 @@
+//---------------------------------------------------------------------------
+#ifndef refdlgH
+#define refdlgH
+//---------------------------------------------------------------------------
+
+#include <QDialog>
+
+#include "ui_refdlg.h"
+
+//---------------------------------------------------------------------------
+class RefDialog : public QDialog, public Ui::RefDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent *);
+
+public slots:
+    void  BtnOKClick();
+    void  StaListDblClick(int, int);
+    void  BtnLoadClick();
+    void  BtnFindClick();
+    void  FindList(void);
+
+private:
+    void  LoadList(void);
+    void  LoadSinex(void);
+    void  AddRef(int n, double *pos, const QString code, const QString name);
+    int   InputRef(void);
+    void  UpdateDist(void);
+
+public:
+    QString StaPosFile,StaId,StaName;
+	int FontScale,Format;
+	double Pos[3],RovPos[3];
+
+    explicit RefDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/refdlg.ui b/app/appcmn_qt/refdlg.ui
new file mode 100644
index 0000000..0c386ac
--- /dev/null
+++ b/app/appcmn_qt/refdlg.ui
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>RefDialog</class>
+ <widget class="QWidget" name="RefDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>542</width>
+    <height>445</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Stations</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QTableWidget" name="StaList">
+     <property name="columnCount">
+      <number>2</number>
+     </property>
+     <attribute name="horizontalHeaderStretchLastSection">
+      <bool>true</bool>
+     </attribute>
+     <attribute name="verticalHeaderVisible">
+      <bool>false</bool>
+     </attribute>
+     <column/>
+     <column/>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Load</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="FindStr">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnFind">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Find</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOK">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/serioptdlg.cpp b/app/appcmn_qt/serioptdlg.cpp
new file mode 100644
index 0000000..f3cc2fb
--- /dev/null
+++ b/app/appcmn_qt/serioptdlg.cpp
@@ -0,0 +1,107 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+#include <stdio.h>
+
+#include "cmdoptdlg.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+
+#include <QShowEvent>
+#include <QWidget>
+#include <QComboBox>
+#ifdef QEXTSERIALPORT
+#include <QtExtSerialPort/qextserialenumerator.h>
+#else
+#include <QSerialPortInfo>
+#endif
+
+//---------------------------------------------------------------------------
+ SerialOptDialog::SerialOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+	Opt=0;
+
+    cmdOptDialog=new CmdOptDialog(this);
+
+    connect(BtnCmd,SIGNAL(clicked()),this,SLOT(BtnCmdClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+}
+//---------------------------------------------------------------------------
+void  SerialOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+	
+	UpdatePortList();
+
+    QStringList tokens=Path.split(':');
+
+    Port->setCurrentIndex(Port->findText(tokens.first()));
+
+    if (tokens.size()<2) return;
+    BitRate->setCurrentIndex(BitRate->findText(tokens.at(1)));
+
+    if (tokens.size()<3) return;
+    ByteSize->setCurrentIndex(tokens.at(2)=="7"?0:1);
+
+    if (tokens.size()<4) return;
+    Parity->setCurrentIndex(tokens.at(3)=="n"?0:tokens.at(3)=="e"?1:2);
+
+    if (tokens.size()<5) return;
+    StopBits->setCurrentIndex(tokens.at(4)=="1"?0:1);
+
+    if (tokens.size()<6) return;
+    FlowCtr->setCurrentIndex(tokens.at(5)=="off"?0:tokens.at(5)=="rts"?1:2);
+
+    BtnCmd->setVisible(Opt);
+}
+//---------------------------------------------------------------------------
+void  SerialOptDialog::BtnCmdClick()
+{
+	for (int i=0;i<2;i++) {
+        cmdOptDialog->Cmds[i]=Cmds[i];
+        cmdOptDialog->CmdEna[i]=CmdEna[i];
+	}
+
+    cmdOptDialog->exec();
+    if (cmdOptDialog->result()!=QDialog::Accepted) return;
+
+    for (int i=0;i<2;i++) {
+        Cmds[i]=cmdOptDialog->Cmds[i];
+        CmdEna[i]=cmdOptDialog->CmdEna[i];
+	}
+}
+//---------------------------------------------------------------------------
+void  SerialOptDialog::BtnOkClick()
+{
+    char const *parity[]={"n","e","o"},*fctr[]={"off","rts","xon"};
+    QString Port_Text=Port->currentText(),BitRate_Text=BitRate->currentText();
+
+    Path=QString("%1:%2:%3:%4:%5:%6").arg(Port_Text).arg(BitRate_Text)
+            .arg(ByteSize->currentIndex()?8:7).arg(parity[Parity->currentIndex()])
+            .arg(StopBits->currentIndex()?2:1).arg(fctr[FlowCtr->currentIndex()]);
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  SerialOptDialog::UpdatePortList(void)
+{
+    Port->clear();
+#ifdef QEXTSERIALPORT
+    QList<QextPortInfo>  ports=QextSerialEnumerator::getPorts();
+
+    for (int i=0;i<ports.size();i++)
+    {
+        Port->addItem(ports.at(i).portName);
+    }
+#else
+    QList<QSerialPortInfo>  ports=QSerialPortInfo::availablePorts();
+
+    for (int i=0;i<ports.size();i++)
+    {
+        Port->addItem(ports.at(i).portName());
+    }
+#endif
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/serioptdlg.h b/app/appcmn_qt/serioptdlg.h
new file mode 100644
index 0000000..b9b09a1
--- /dev/null
+++ b/app/appcmn_qt/serioptdlg.h
@@ -0,0 +1,33 @@
+//---------------------------------------------------------------------------
+#ifndef serioptdlgH
+#define serioptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_serioptdlg.h"
+
+class CmdOptDialog;
+//---------------------------------------------------------------------------
+class SerialOptDialog : public QDialog, private Ui::SerialOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent *);
+
+    CmdOptDialog *cmdOptDialog;
+
+    void  UpdatePortList(void);
+
+public slots:
+    void  BtnOkClick();
+    void  BtnCmdClick();
+
+public:
+    QString Path,Cmds[2];
+	int Opt,CmdEna[2];
+
+    explicit SerialOptDialog(QWidget*);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/serioptdlg.ui b/app/appcmn_qt/serioptdlg.ui
new file mode 100644
index 0000000..29b9c24
--- /dev/null
+++ b/app/appcmn_qt/serioptdlg.ui
@@ -0,0 +1,335 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SerialOptDialog</class>
+ <widget class="QWidget" name="SerialOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>540</width>
+    <height>156</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Serial Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="1" rowspan="3">
+    <widget class="QComboBox" name="Port">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>COM1</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Port</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1" rowspan="3">
+    <widget class="QComboBox" name="BitRate">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>300</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>600</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1200</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>2400</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>4800</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>9600</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>19200</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>38400</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>57600</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>115200</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>230400</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Bitrate (bps)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Byte Size</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="1">
+    <widget class="QComboBox" name="ByteSize">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>7 bits</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>8 bits</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="2">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Parity</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="2">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Stop Bits</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="2">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Flow Control</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="3">
+    <widget class="QComboBox" name="FlowCtr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>None</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>RTS/CTS</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>XON/XOFF</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="4" column="3">
+    <widget class="QComboBox" name="StopBits">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>1 bit</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>2 bits</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="3">
+    <widget class="QComboBox" name="Parity">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>None</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Even</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Odd</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="7" column="0" colspan="4">
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnCmd">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Commands...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/tcpoptdlg.cpp b/app/appcmn_qt/tcpoptdlg.cpp
new file mode 100644
index 0000000..471c24b
--- /dev/null
+++ b/app/appcmn_qt/tcpoptdlg.cpp
@@ -0,0 +1,128 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <stdio.h>
+
+#include <QShowEvent>
+#include <QProcess>
+#include <QIntValidator>
+#include <QUrl>
+
+#include "rtklib.h"
+#include "tcpoptdlg.h"
+
+//---------------------------------------------------------------------------
+
+#define NTRIP_TIMEOUT	10000				// response timeout (ms)
+#define NTRIP_CYCLE		50					// processing cycle (ms)
+#define MAXSRCTBL		512000				// max source table size (bytes)
+#define ENDSRCTBL		"ENDSOURCETABLE"	// end marker of table
+#define MAXLINE			1024				// max line size (byte)
+
+//---------------------------------------------------------------------------
+ TcpOptDialog::TcpOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+     setupUi(this);
+
+     connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+     connect(BtnNtrip,SIGNAL(clicked(bool)),this,SLOT(BtnNtripClick()));
+     connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+
+     Port->setValidator(new QIntValidator);
+}
+//---------------------------------------------------------------------------
+void  TcpOptDialog::showEvent(QShowEvent* event)
+{
+    QString ti[]={tr("TCP Server Options "),tr("TCP Client Options"),
+                      tr("NTRIP Server Options"),tr("NTRIP Client Options")};
+
+    if (event->spontaneous()) return;
+
+    int index=Path.lastIndexOf(":");
+    QString Str_Text=Path.mid(index);
+
+    QUrl url("ftp://"+Path.mid(0,index));
+
+    Addr->insertItem(0,url.host());Addr->setCurrentIndex(0);
+    Port->setText(QString::number(url.port()));
+    MntPnt->insertItem(0,url.path());MntPnt->setCurrentIndex(0);
+    User->setText(url.userName());
+    Passwd->setText(url.password());
+    Str->setText(Str_Text);
+
+    Addr->setEnabled(Opt>=1);
+    MntPnt->setEnabled(Opt>=2);
+    User->setEnabled(Opt==3);
+    Passwd->setEnabled(Opt>=2);
+    Str->setEnabled(Opt==2);
+    LabelAddr->setText(Opt>=2?tr("NTRIP Caster Host"):tr("TCP Server Address"));
+    LabelAddr->setEnabled(Opt>=1);
+    LabelMntPnt->setEnabled(Opt>=2);
+    LabelUser->setEnabled(Opt==3);
+    LabelPasswd->setEnabled(Opt>=2);
+    LabelStr->setEnabled(Opt==2);
+
+    setWindowTitle(ti[Opt]);
+
+    Addr->clear();
+    MntPnt->clear();
+	
+	for (int i=0;i<MAXHIST;i++) {
+        if (History[i]!="") Addr->addItem(History[i]);
+	}
+	for (int i=0;i<MAXHIST;i++) {
+        if (MntpHist[i]!="") MntPnt->addItem(MntpHist[i]);
+	}
+    BtnNtrip->setVisible(Opt>=2);
+}
+//---------------------------------------------------------------------------
+void  TcpOptDialog::BtnOkClick()
+{
+    QString User_Text=User->text(),Passwd_Text=Passwd->text();
+    QString Addr_Text=Addr->currentText(),Port_Text=Port->text();
+    QString MntPnt_Text=MntPnt->currentText(),Str_Text=Str->text();
+	
+    Path=QString("%1:%2@%3:%4/%5:%6").arg(User_Text).arg(Passwd_Text)
+            .arg(Addr_Text).arg(Port_Text).arg(MntPnt_Text)
+            .arg(Str_Text);
+
+	AddHist(Addr,History);
+	AddHist(MntPnt,MntpHist);
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  TcpOptDialog::AddHist(QComboBox *list, QString *hist)
+{
+	for (int i=0;i<MAXHIST;i++) {
+        if (list->currentText()!=hist[i]) continue;
+		for (int j=i+1;j<MAXHIST;j++) hist[j-1]=hist[j];
+		hist[MAXHIST-1]="";
+	}
+	for (int i=MAXHIST-1;i>0;i--) hist[i]=hist[i-1];
+    hist[0]=list->currentText();
+	
+    list->clear();
+	for (int i=0;i<MAXHIST;i++) {
+        if (hist[i]!="") list->addItem(hist[i]);
+	}
+}
+//---------------------------------------------------------------------------
+void  TcpOptDialog::BtnNtripClick()
+{
+    QString Addr_Text=Addr->currentText();
+    QString Port_Text=Port->text();
+
+    ExecCmd("srctblbrows "+Addr_Text+":"+Port_Text,1);
+}
+//---------------------------------------------------------------------------
+int  TcpOptDialog::ExecCmd(QString cmd, int show)
+{
+    QProcess prog;
+    Q_UNUSED(show);
+
+    prog.start(cmd); /* FIXME: show option not yet supported */
+    return 1;
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/tcpoptdlg.h b/app/appcmn_qt/tcpoptdlg.h
new file mode 100644
index 0000000..b0c6d50
--- /dev/null
+++ b/app/appcmn_qt/tcpoptdlg.h
@@ -0,0 +1,33 @@
+//---------------------------------------------------------------------------
+#ifndef tcpoptdlgH
+#define tcpoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_tcpoptdlg.h"
+#define MAXHIST		10
+
+//---------------------------------------------------------------------------
+class TcpOptDialog : public QDialog, private Ui::TcpOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent *);
+
+public slots:
+    void  BtnOkClick();
+    void  BtnNtripClick();
+
+private:
+    void  AddHist(QComboBox *list, QString *hist);
+    int  ExecCmd(QString cmd, int show);
+
+public:
+	int Opt;
+    QString Path,History[MAXHIST],MntpHist[MAXHIST];
+
+    explicit TcpOptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/tcpoptdlg.ui b/app/appcmn_qt/tcpoptdlg.ui
new file mode 100644
index 0000000..9edaff7
--- /dev/null
+++ b/app/appcmn_qt/tcpoptdlg.ui
@@ -0,0 +1,246 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>TcpOptDialog</class>
+ <widget class="QWidget" name="TcpOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>438</width>
+    <height>210</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>TCP Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="4" column="3">
+    <widget class="QLabel" name="LabelUser">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>User-ID</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="1">
+    <widget class="QComboBox" name="MntPnt">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1">
+    <widget class="QLabel" name="LabelMntPnt">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Mountpoint</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="1">
+    <widget class="QLabel" name="LabelStr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>String</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="3">
+    <widget class="QLineEdit" name="User">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1" colspan="3">
+    <widget class="QComboBox" name="Addr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1" colspan="3">
+    <widget class="QLabel" name="LabelAddr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>TCP Server Address</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="1" colspan="4">
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnNtrip">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Ntrip...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="4" column="4">
+    <widget class="QLabel" name="LabelPasswd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Password</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="4">
+    <widget class="QLabel" name="LabelPort">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Port</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="4">
+    <widget class="QLineEdit" name="Port">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="4">
+    <widget class="QLineEdit" name="Passwd">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="echoMode">
+      <enum>QLineEdit::Password</enum>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="3" colspan="2">
+    <widget class="QLineEdit" name="Str">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/timedlg.cpp b/app/appcmn_qt/timedlg.cpp
new file mode 100644
index 0000000..523c2db
--- /dev/null
+++ b/app/appcmn_qt/timedlg.cpp
@@ -0,0 +1,39 @@
+//---------------------------------------------------------------------------
+
+#include "timedlg.h"
+#include <QShowEvent>
+
+//---------------------------------------------------------------------------
+TimeDialog::TimeDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(close()));
+}
+//---------------------------------------------------------------------------
+void TimeDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	gtime_t utc;
+	double tow,doy;
+	int week;
+    QString msg;
+    char s1[64],s2[64];
+	utc=gpst2utc(Time);
+	time2str(Time,s1,0);
+	time2str(utc,s2,0);
+	tow=time2gpst(Time,&week);
+	doy=time2doy(Time);
+    msg+=QString(tr("%1 GPST\n")).arg(s1);
+    msg+=QString(tr("%1 UTC\n\n")).arg(s2);
+    msg+=QString(tr("GPS Week: %1\n")).arg(week);
+    msg+=QString(tr("GPS Time: %1 s\n")).arg(tow,0,'f',0);
+    msg+=QString(tr("Day of Year: %1\n")).arg((int)floor(doy),3);
+    msg+=QString(tr("Day of Week: %1\n")).arg((int)floor(tow/86400.0));
+    msg+=QString(tr("Time of Day: %1 s\n")).arg(fmod(tow,86400.0),0,'f',0);
+    msg+=QString(tr("Leap Seconds: %1 s\n")).arg(timediff(Time,utc),0,'f',0);
+    Message->setText(msg);
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/timedlg.h b/app/appcmn_qt/timedlg.h
new file mode 100644
index 0000000..0f50408
--- /dev/null
+++ b/app/appcmn_qt/timedlg.h
@@ -0,0 +1,27 @@
+//---------------------------------------------------------------------------
+#ifndef timedlgH
+#define timedlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "rtklib.h"
+
+#include "ui_timedlg.h"
+
+class QShowEvent;
+
+//---------------------------------------------------------------------------
+class TimeDialog : public QDialog, public Ui::TimeDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent *);
+
+public:
+	gtime_t Time;
+
+    explicit TimeDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/timedlg.ui b/app/appcmn_qt/timedlg.ui
new file mode 100644
index 0000000..3c77988
--- /dev/null
+++ b/app/appcmn_qt/timedlg.ui
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>TimeDialog</class>
+ <widget class="QWidget" name="TimeDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>170</width>
+    <height>143</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Time</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="Message">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>message</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/tspandlg.cpp b/app/appcmn_qt/tspandlg.cpp
new file mode 100644
index 0000000..68f903f
--- /dev/null
+++ b/app/appcmn_qt/tspandlg.cpp
@@ -0,0 +1,92 @@
+//---------------------------------------------------------------------------
+
+#include <QShowEvent>
+#include <QDateTime>
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "tspandlg.h"
+//---------------------------------------------------------------------------
+SpanDialog::SpanDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	for (int i=0;i<3;i++) {
+		TimeEna[i]=true;
+		TimeVal[i]=true;
+	}
+
+    connect(TimeEndF,SIGNAL(clicked(bool)),this,SLOT(TimeEndFClick()));
+    connect(TimeIntF,SIGNAL(clicked(bool)),this,SLOT(TimeIntFClick()));
+    connect(TimeStartF,SIGNAL(clicked(bool)),this,SLOT(TimeStartFClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+}
+//---------------------------------------------------------------------------
+void SpanDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+    TimeStartF->setChecked(TimeEna[0]);
+    TimeEndF  ->setChecked(TimeEna[1]);
+    TimeIntF  ->setChecked(TimeEna[2]);
+
+    QDateTime start=QDateTime::fromTime_t(TimeStart.time); start.addSecs(TimeStart.sec);
+    QDateTime end=QDateTime::fromTime_t(TimeEnd.time); start.addSecs(TimeEnd.sec);
+
+    TimeY1->setTime(start.time());
+    TimeH1->setDate(start.date());
+    TimeY2->setTime(end.time());
+    TimeH2->setDate(end.date());
+
+    EditTimeInt->setCurrentText(QString::number(TimeInt));
+
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SpanDialog::BtnOkClick()
+{
+	
+    TimeEna[0]=TimeStartF->isChecked();
+    TimeEna[1]=TimeEndF  ->isChecked();
+    TimeEna[2]=TimeIntF  ->isChecked();
+
+    QDateTime start(TimeY1->date(),TimeH1->time());
+    QDateTime end(TimeY2->date(),TimeH2->time());
+
+    TimeStart.time=start.toTime_t();TimeStart.sec=start.time().msec()/1000;
+    TimeEnd.time=end.toTime_t();TimeEnd.sec=end.time().msec()/1000;
+    TimeInt=EditTimeInt->currentText().toDouble();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void SpanDialog::TimeStartFClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SpanDialog::TimeEndFClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SpanDialog::TimeIntFClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SpanDialog::UpdateEnable(void)
+{
+    TimeY1  ->setEnabled   (TimeStartF->isChecked()&&TimeVal[0]);
+    TimeH1  ->setEnabled   (TimeStartF->isChecked()&&TimeVal[0]);
+    TimeY2  ->setEnabled   (TimeEndF  ->isChecked()&&TimeVal[1]);
+    TimeH2  ->setEnabled   (TimeEndF  ->isChecked()&&TimeVal[1]);
+    EditTimeInt->setEnabled(TimeIntF  ->isChecked()&&TimeVal[2]);
+    TimeStartF->setEnabled (TimeVal[0]==1);
+    TimeEndF  ->setEnabled (TimeVal[1]==1);
+    TimeIntF  ->setEnabled (TimeVal[2]==1);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn_qt/tspandlg.h b/app/appcmn_qt/tspandlg.h
new file mode 100644
index 0000000..784e1ee
--- /dev/null
+++ b/app/appcmn_qt/tspandlg.h
@@ -0,0 +1,38 @@
+//---------------------------------------------------------------------------
+#ifndef tspandlgH
+#define tspandlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_tspandlg.h"
+
+#include "rtklib.h"
+
+class QShowEvent;
+
+//---------------------------------------------------------------------------
+class SpanDialog : public QDialog, public Ui::SpanDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnOkClick();
+    void TimeStartFClick();
+    void TimeEndFClick();
+    void TimeIntFClick();
+
+private:
+    void UpdateEnable(void);
+
+public:
+	int TimeEna[3],TimeVal[3];
+	gtime_t TimeStart,TimeEnd;
+	double TimeInt;
+
+    explicit SpanDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/tspandlg.ui b/app/appcmn_qt/tspandlg.ui
new file mode 100644
index 0000000..20b83f9
--- /dev/null
+++ b/app/appcmn_qt/tspandlg.ui
@@ -0,0 +1,241 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SpanDialog</class>
+ <widget class="QWidget" name="SpanDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>423</width>
+    <height>156</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Time Span/Interval</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <item row="0" column="0">
+    <widget class="QCheckBox" name="TimeStartF">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time Start (GPST)</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QDateEdit" name="TimeY1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="displayFormat">
+      <string>dd.MM.yyyy</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QCheckBox" name="TimeEndF">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time End (GPST)</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QDateEdit" name="TimeY2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="displayFormat">
+      <string>dd.MM.yyyy</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QCheckBox" name="TimeIntF">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Interval (s)</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QComboBox" name="EditTimeInt">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>0.1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.25</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>10</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>15</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>30</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>60</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>300</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>600</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1800</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>3600</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="2">
+    <widget class="QTimeEdit" name="TimeH2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2">
+    <widget class="QTimeEdit" name="TimeH1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/viewer.cpp b/app/appcmn_qt/viewer.cpp
new file mode 100644
index 0000000..de8a580
--- /dev/null
+++ b/app/appcmn_qt/viewer.cpp
@@ -0,0 +1,137 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+#include <stdio.h>
+
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QPalette>
+#include <QDebug>
+
+#include "rtklib.h"
+#include "viewer.h"
+#include "vieweropt.h"
+
+QColor TextViewer::Color1=Qt::black,TextViewer::Color2=Qt::black;
+QFont TextViewer::FontD;
+
+//---------------------------------------------------------------------------
+TextViewer::TextViewer(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	Option=1;
+
+    viewerOptDialog=new ViewerOptDialog(this);
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnFind,SIGNAL(clicked(bool)),this,SLOT(BtnFindClick()));
+    connect(BtnOpt,SIGNAL(clicked(bool)),this,SLOT(BtnOptClick()));
+    connect(BtnRead,SIGNAL(clicked(bool)),this,SLOT(BtnReadClick()));
+    connect(BtnReload,SIGNAL(clicked(bool)),this,SLOT(BtnReloadClick()));
+    connect(FindStr,SIGNAL(editingFinished()),this,SLOT(BtnFindClick()));
+}
+//---------------------------------------------------------------------------
+void TextViewer::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	if (Option==0) {
+        BtnReload->setVisible(false);
+        BtnRead  ->setVisible(false);
+	}
+	else if (Option==2) {
+        BtnReload->setVisible(false);
+        BtnRead  ->setText(tr("Save..."));
+	}
+
+	UpdateText();
+}
+//---------------------------------------------------------------------------
+void TextViewer::BtnReloadClick()
+{
+	Read(File);
+}
+//---------------------------------------------------------------------------
+void TextViewer::BtnReadClick()
+{
+    if (BtnRead->text()==tr("Save...")) {
+        Save(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,QString(),File)));
+	}
+	else {
+        Read(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,QString(),File)));
+	}
+}
+//---------------------------------------------------------------------------
+void TextViewer::BtnOptClick()
+{
+    viewerOptDialog->Font=FontD;
+    viewerOptDialog->Color1=Color1;
+    viewerOptDialog->Color2=Color2;
+
+    viewerOptDialog->move(this->size().width()/2-viewerOptDialog->size().width()/2,
+        this->size().height()/2-viewerOptDialog->size().height()/2);
+    viewerOptDialog->exec();
+
+    if (viewerOptDialog->result()!=QDialog::Accepted) return;
+
+    FontD=viewerOptDialog->Font;
+    Color1=viewerOptDialog->Color1;
+    Color2=viewerOptDialog->Color2;
+
+	UpdateText();
+}
+//---------------------------------------------------------------------------
+void TextViewer::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void TextViewer::BtnFindClick()
+{
+    Text->find(FindStr->text());
+}
+//---------------------------------------------------------------------------
+bool TextViewer::Read(const QString &path)
+{
+    char file[256],*p[]={file};
+    if (expath(qPrintable(path),p,1)<1) return false;
+
+    QFile f(file);
+
+    if (!f.open(QIODevice::ReadOnly)) return false;
+    Text->setPlainText("");
+
+    TextStr=f.readAll();
+    Text->appendPlainText(TextStr);
+
+    setWindowTitle(file);
+	File=file;
+
+    return true;
+}
+//---------------------------------------------------------------------------
+bool TextViewer::Save(const QString &file)
+{
+    QFile f(file);
+
+    if (!f.open(QIODevice::WriteOnly)) return false;
+
+    f.write(Text->toPlainText().toLocal8Bit());
+	File=file;
+
+    return true;
+}
+//---------------------------------------------------------------------------
+void TextViewer::UpdateText(void)
+{
+    QPalette pal;
+
+    Text->setFont(FontD);
+    pal=Text->palette();
+    pal.setColor(QPalette::Text,Color1);
+    pal.setColor(QPalette::Base,Color2); //check this
+    Text->setPalette(pal);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/appcmn_qt/viewer.h b/app/appcmn_qt/viewer.h
new file mode 100644
index 0000000..feae7d6
--- /dev/null
+++ b/app/appcmn_qt/viewer.h
@@ -0,0 +1,46 @@
+//---------------------------------------------------------------------------
+#ifndef viewerH
+#define viewerH
+//---------------------------------------------------------------------------
+#define MAXLINE		20000
+
+#include <QDialog>
+#include "ui_viewer.h"
+
+class ViewerOptDialog;
+
+//---------------------------------------------------------------------------
+class TextViewer : public QDialog, private Ui::TextViewer
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+    ViewerOptDialog *viewerOptDialog;
+public slots:
+    void BtnCloseClick();
+    void BtnReadClick();
+    void BtnOptClick();
+    void BtnReloadClick();
+    void BtnFindClick();
+
+private:
+    QString File;
+    QString TextStr;
+	
+    void ReadText(const QString &file);
+    void UpdateText(void);
+
+public:
+	int Option;
+    static QColor Color1,Color2;
+    static QFont FontD;
+
+    bool Read(const QString &file);
+    bool Save(const QString &file);
+
+    explicit TextViewer(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/viewer.ui b/app/appcmn_qt/viewer.ui
new file mode 100644
index 0000000..3eac22e
--- /dev/null
+++ b/app/appcmn_qt/viewer.ui
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>TextViewer</class>
+ <widget class="QWidget" name="TextViewer">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>624</width>
+    <height>415</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>TEXT VIEWER</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLineEdit" name="FindStr">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnFind">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Find</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnReload">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Reload</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+          <normaloff>:/buttons/reload.bmp</normaloff>:/buttons/reload.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnRead">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Read...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOpt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Option...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QPlainTextEdit" name="Text"/>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../srctblbrows_qt/srctblbrows_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/appcmn_qt/vieweropt.cpp b/app/appcmn_qt/vieweropt.cpp
new file mode 100644
index 0000000..4fcba2a
--- /dev/null
+++ b/app/appcmn_qt/vieweropt.cpp
@@ -0,0 +1,79 @@
+//---------------------------------------------------------------------------
+// ported to Qt by Jens Reimann
+
+#include <QDialog>
+#include <QShowEvent>
+#include <QFont>
+#include <QPalette>
+#include <QColorDialog>
+#include <QFontDialog>
+
+#include "viewer.h"
+#include "vieweropt.h"
+//---------------------------------------------------------------------------
+QString ViewerOptDialog::color2String(const QColor &c){
+    return QString("rgb(%1,%2,%3)").arg(c.red()).arg(c.green()).arg(c.blue());
+}
+//---------------------------------------------------------------------------
+ViewerOptDialog::ViewerOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnFont,SIGNAL(clicked(bool)),this,SLOT(BtnFontClick()));
+    connect(BtnColor1,SIGNAL(clicked(bool)),this,SLOT(BtnColor1Click()));
+    connect(BtnColor2,SIGNAL(clicked(bool)),this,SLOT(BtnColor2Click()));
+}
+//---------------------------------------------------------------------------
+void ViewerOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    FontLabel->setFont(Font);
+    FontLabel->setText(Font.family()+QString::number(Font.pointSize())+" px");
+
+    lbColor1->setStyleSheet(QString("background-color: %1").arg(color2String(Color1)));
+    lbColor2->setStyleSheet(QString("background-color: %1").arg(color2String(Color2)));
+}
+//---------------------------------------------------------------------------
+void ViewerOptDialog::BtnOkClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void ViewerOptDialog::BtnColor1Click()
+{
+    QColorDialog d;
+
+    d.setCurrentColor(Color1);    
+    d.exec();
+    Color1=d.selectedColor();
+
+    lbColor1->setStyleSheet(QString("background-color: %1").arg(color2String(Color1)));
+}
+//---------------------------------------------------------------------------
+void ViewerOptDialog::BtnColor2Click()
+{
+    QColorDialog d;
+
+    d.setCurrentColor(Color2);
+    d.exec();
+    Color2=d.selectedColor();
+
+    lbColor2->setStyleSheet(QString("background-color: %1").arg(color2String(Color2)));
+}
+//---------------------------------------------------------------------------
+void ViewerOptDialog::BtnFontClick()
+{
+    QFontDialog d;
+    d.setCurrentFont(Font);
+    d.exec();
+
+    Font=d.selectedFont();
+
+    FontLabel->setFont(Font);
+    FontLabel->setText(Font.family()+QString::number(Font.pointSize())+ "pt");
+}
+//---------------------------------------------------------------------------
diff --git a/app/appcmn_qt/vieweropt.h b/app/appcmn_qt/vieweropt.h
new file mode 100644
index 0000000..de6adfa
--- /dev/null
+++ b/app/appcmn_qt/vieweropt.h
@@ -0,0 +1,31 @@
+//---------------------------------------------------------------------------
+
+#ifndef vieweroptH
+#define vieweroptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_vieweropt.h"
+
+//---------------------------------------------------------------------------
+class ViewerOptDialog : public QDialog, private Ui::ViewerOptDialog
+{
+    Q_OBJECT
+
+public slots:
+    void BtnColor1Click();
+    void BtnColor2Click();
+    void BtnFontClick();
+    void BtnOkClick();
+
+protected:
+    void showEvent(QShowEvent*);
+    QString color2String(const QColor &c);
+
+public:
+    explicit ViewerOptDialog(QWidget* parent);
+
+    QFont Font;
+    QColor Color1,Color2;
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/appcmn_qt/vieweropt.ui b/app/appcmn_qt/vieweropt.ui
new file mode 100644
index 0000000..733cff7
--- /dev/null
+++ b/app/appcmn_qt/vieweropt.ui
@@ -0,0 +1,336 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ViewerOptDialog</class>
+ <widget class="QWidget" name="ViewerOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>311</width>
+    <height>144</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Viewer Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Text Color</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QLabel" name="lbColor1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="frameShape">
+      <enum>QFrame::Box</enum>
+     </property>
+     <property name="frameShadow">
+      <enum>QFrame::Sunken</enum>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2">
+    <widget class="QPushButton" name="BtnColor1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Background Color</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QLabel" name="lbColor2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="frameShape">
+      <enum>QFrame::Box</enum>
+     </property>
+     <property name="frameShadow">
+      <enum>QFrame::Sunken</enum>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="alignment">
+      <set>Qt::AlignCenter</set>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="2">
+    <widget class="QPushButton" name="BtnColor2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QLabel" name="Label15">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Font</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1">
+    <widget class="QLabel" name="FontLabel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Font Name</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QPushButton" name="BtnFont">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1" colspan="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/clean_consapp.bat b/app/clean_consapp.bat
new file mode 100644
index 0000000..2c7fd65
--- /dev/null
+++ b/app/clean_consapp.bat
@@ -0,0 +1,9 @@
+cd rnx2rtkp\bcc
+call clean.bat
+cd ..\..
+cd convbin\bcc
+call clean.bat
+cd ..\..
+cd pos2kml\bcc
+call clean.bat
+cd ..\..
diff --git a/app/clean_winapp.bat b/app/clean_winapp.bat
new file mode 100644
index 0000000..714ff2e
--- /dev/null
+++ b/app/clean_winapp.bat
@@ -0,0 +1,30 @@
+cd rtkconv
+call clean.bat
+cd ..
+cd rtknavi
+call clean.bat
+cd ..
+cd rtknavi_mkl
+call clean.bat
+cd ..
+cd rtkplot
+call clean.bat
+cd ..
+cd rtkpost
+call clean.bat
+cd ..
+cd rtkpost_mkl
+call clean.bat
+cd ..
+cd srctblbrows
+call clean.bat
+cd ..
+cd strsvr
+call clean.bat
+cd ..
+cd rtkget
+call clean.bat
+cd ..
+cd rtklaunch
+call clean.bat
+cd ..
diff --git a/app/convbin/convbin.c b/app/convbin/convbin.c
new file mode 100644
index 0000000..2bf775f
--- /dev/null
+++ b/app/convbin/convbin.c
@@ -0,0 +1,512 @@
+/*------------------------------------------------------------------------------
+* convbin.c : convert receiver binary log file to rinex obs/nav, sbas messages
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DWIN32 use windows file path separator
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 22:13:04 $
+* history : 2008/06/22 1.0 new
+*           2009/06/17 1.1 support glonass
+*           2009/12/19 1.2 fix bug on disable of glonass
+*                          fix bug on inproper header for rtcm2 and rtcm3
+*           2010/07/18 1.3 add option -v, -t, -h, -x
+*           2011/01/15 1.4 add option -ro, -hc, -hm, -hn, -ht, -ho, -hr, -ha,
+*                            -hp, -hd, -y, -c, -q 
+*                          support gw10 and javad receiver, galileo, qzss
+*                          support rinex file name convention
+*           2012/10/22 1.5 add option -scan, -oi, -ot, -ol
+*                          change default rinex version to 2.11
+*                          fix bug on default output directory (/ -> .)
+*                          support galileo nav (LNAV) output
+*                          support compass
+*           2012/11/19 1.6 fix bug on setting code mask in rinex options
+*           2013/02/18 1.7 support binex
+*           2013/05/19 1.8 support auto format for file path with wild-card
+*           2014/02/08 1.9 add option -span -trace -mask
+*           2014/08/26 1.10 add Trimble RT17 support
+*           2014/12/26 1.11 add option -nomask
+*           2016/01/23 1.12 enable septentrio
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: convbin.c,v 1.1 2008/07/17 22:13:04 ttaka Exp $";
+
+#define PRGNAME   "CONVBIN"
+#define TRACEFILE "convbin.trace"
+
+/* help text -----------------------------------------------------------------*/
+static const char *help[]={
+"",
+" Synopsis",
+"",
+" convbin [option ...] file", 
+"",
+" Description",
+"",
+" Convert RTCM, receiver raw data log and RINEX file to RINEX and SBAS/LEX",
+" message file. SBAS message file complies with RTKLIB SBAS/LEX message",
+" format. It supports the following messages or files.",
+"",
+" RTCM 2                : Type 1, 3, 9, 14, 16, 17, 18, 19, 22",
+" RTCM 3                : Type 1002, 1004, 1005, 1006, 1010, 1012, 1019, 1020",
+"                         Type 1071-1127 (MSM except for compact msg)",
+" NovAtel OEMV/4,OEMStar: RANGECMPB, RANGEB, RAWEPHEMB, IONUTCB, RAWWASSFRAMEB",
+" NovAtel OEM3          : RGEB, REGD, REPB, FRMB, IONB, UTCB",
+" u-blox LEA-4T/5T/6T   : RXM-RAW, RXM-SFRB",
+" NovAtel Superstar II  : ID#20, ID#21, ID#22, ID#23, ID#67",
+" Hemisphere            : BIN76, BIN80, BIN94, BIN95, BIN96",
+" SkyTraq S1315F        : msg0xDD, msg0xE0, msg0xDC",
+" GW10                  : msg0x08, msg0x03, msg0x27, msg0x20",
+" Javad                 : [R*],[r*],[*R],[*r],[P*],[p*],[*P],[*p],[D*],[*d],",
+"                         [E*],[*E],[F*],[TC],[GE],[NE],[EN],[QE],[UO],[IO],",
+"                         [WD]",
+" NVS                   : BINR",
+" BINEX                 : big-endian, regular CRC, forward record (0xE2)",
+"                         0x01-01,0x01-02,0x01-03,0x01-04,0x01-06,0x7f-05",
+" Trimble               : RT17",
+" Septentrio            : SBF",
+" RINEX                 : OBS, NAV, GNAV, HNAV, LNAV, QNAV",
+"",
+" Options [default]",
+"",
+"     file         input receiver binary log file",
+"     -ts y/m/d h:m:s  start time [all]",
+"     -te y/m/d h:m:s  end time [all]",
+"     -tr y/m/d h:m:s  approximated time for rtcm messages",
+"     -ti tint     observation data interval (s) [all]",
+"     -span span   time span (h) [all]",
+"     -r format    log format type",
+"                  rtcm2= RTCM 2",
+"                  rtcm3= RTCM 3",
+"                  nov  = NovAtel OEMV/4/6,OEMStar",
+"                  oem3 = NovAtel OEM3",
+"                  ubx  = ublox LEA-4T/5T/6T",
+"                  ss2  = NovAtel Superstar II",
+"                  hemis= Hemisphere Eclipse/Crescent",
+"                  stq  = SkyTraq S1315F",
+"                  javad= Javad",
+"                  nvs  = NVS NV08C BINR",
+"                  binex= BINEX",
+"                  rt17 = Trimble RT17",
+"                  sbf  = Septentrio SBF",
+"                  rinex= RINEX",
+"     -ro opt      receiver options",
+"     -f freq      number of frequencies [2]",
+"     -hc comment  rinex header: comment line",
+"     -hm marker   rinex header: marker name",
+"     -hn markno   rinex header: marker number",
+"     -ht marktype rinex header: marker type",
+"     -ho observ   rinex header: oberver name and agency separated by /",
+"     -hr rec      rinex header: receiver number, type and version separated by /",
+"     -ha ant      rinex header: antenna number and type separated by /",
+"     -hp pos      rinex header: approx position x/y/z separated by /",
+"     -hd delta    rinex header: antenna delta h/e/n separated by /",
+"     -v ver       rinex version [2.11]",
+"     -od          include doppler frequency in rinex obs [off]",
+"     -os          include snr in rinex obs [off]",
+"     -oi          include iono correction in rinex nav header [off]",
+"     -ot          include time correction in rinex nav header [off]",
+"     -ol          include leap seconds in rinex nav header [off]",
+"     -scan        scan input file [off]",
+"     -mask   [sig[,...]] signal mask(s) (sig={G|R|E|J|S|C}L{1C|1P|1W|...})",
+"     -nomask [sig[,...]] signal no mask (same as above)",
+"     -x sat       exclude satellite",
+"     -y sys       exclude systems (G:GPS,R:GLONASS,E:Galileo,J:QZSS,S:SBAS,C:BeiDou)",
+"     -d dir       output directory [same as input file]",
+"     -c staid     use RINEX file name convention with staid [off]",
+"     -o ofile     output RINEX OBS file",
+"     -n nfile     output RINEX NAV file",
+"     -g gfile     output RINEX GNAV file",
+"     -h hfile     output RINEX HNAV file",
+"     -q qfile     output RINEX QNAV file",
+"     -l lfile     output RINEX LNAV file",
+"     -s sfile     output SBAS message file",
+"     -trace level output trace level [off]",
+"",
+" If any output file specified, default output files (<file>.obs,",
+" <file>.nav, <file>.gnav, <file>.hnav, <file>.qnav, <file>.lnav and",
+" <file>.sbs) are used.",
+"",
+" If receiver type is not specified, type is recognized by the input",
+" file extension as follows.",
+"     *.rtcm2       RTCM 2",
+"     *.rtcm3       RTCM 3",
+"     *.gps         NovAtel OEMV/4/6,OEMStar",
+"     *.ubx         u-blox LEA-4T/5T/6T",
+"     *.log         NovAtel Superstar II",
+"     *.bin         Hemisphere Eclipse/Crescent",
+"     *.stq         SkyTraq S1315F",
+"     *.jps         Javad",
+"     *.bnx,*binex  BINEX",
+"     *.rt17        Trimble RT17",
+"     *.sbf         Septentrio SBF",
+"     *.obs,*.*o    RINEX OBS"
+};
+/* print help ----------------------------------------------------------------*/
+static void printhelp(void)
+{
+    int i;
+    for (i=0;i<(int)(sizeof(help)/sizeof(*help));i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* show message --------------------------------------------------------------*/
+extern int showmsg(char *format, ...)
+{
+    va_list arg;
+    va_start(arg,format); vfprintf(stderr,format,arg); va_end(arg);
+    fprintf(stderr,*format?"\r":"\n");
+    return 0;
+}
+/* convert main --------------------------------------------------------------*/
+static int convbin(int format, rnxopt_t *opt, const char *ifile, char **file,
+                   char *dir)
+{
+    int i,def;
+    char work[1024],ofile_[7][1024],*ofile[7],*p;
+    char *extnav=opt->rnxver<=2.99||opt->navsys==SYS_GPS?"N":"P";
+    char *extlog=format==STRFMT_LEXR?"lex":"sbs";
+    
+    def=!file[0]&&!file[1]&&!file[2]&&!file[3]&&!file[4]&&!file[5]&&!file[6];
+    
+    for (i=0;i<7;i++) ofile[i]=ofile_[i];
+    
+    if (file[0]) strcpy(ofile[0],file[0]);
+    else if (*opt->staid) {
+        strcpy(ofile[0],"%r%n0.%yO");
+    }
+    else if (def) {
+        strcpy(ofile[0],ifile);
+        if ((p=strrchr(ofile[0],'.'))) strcpy(p,".obs");
+        else strcat(ofile[0],".obs");
+    }
+    if (file[1]) strcpy(ofile[1],file[1]);
+    else if (*opt->staid) {
+        strcpy(ofile[1],"%r%n0.%y");
+        strcat(ofile[1],extnav);
+    }
+    else if (def) {
+        strcpy(ofile[1],ifile);
+        if ((p=strrchr(ofile[1],'.'))) strcpy(p,".nav");
+        else strcat(ofile[1],".nav");
+    }
+    if (file[2]) strcpy(ofile[2],file[2]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[2],"%r%n0.%yG");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[2],ifile);
+        if ((p=strrchr(ofile[2],'.'))) strcpy(p,".gnav");
+        else strcat(ofile[2],".gnav");
+    }
+    if (file[3]) strcpy(ofile[3],file[3]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[3],"%r%n0.%yH");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[3],ifile);
+        if ((p=strrchr(ofile[3],'.'))) strcpy(p,".hnav");
+        else strcat(ofile[3],".hnav");
+    }
+    if (file[4]) strcpy(ofile[4],file[4]);
+    else if (opt->rnxver<=2.99&&*opt->staid) {
+        strcpy(ofile[4],"%r%n0.%yQ");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[4],ifile);
+        if ((p=strrchr(ofile[4],'.'))) strcpy(p,".qnav");
+        else strcat(ofile[4],".qnav");
+    }
+    if (file[5]) strcpy(ofile[5],file[5]);
+    else if (*opt->staid) {
+        strcpy(ofile[5],"%r%n0.%yL");
+    }
+    else if (opt->rnxver<=2.99&&def) {
+        strcpy(ofile[5],ifile);
+        if ((p=strrchr(ofile[5],'.'))) strcpy(p,".lnav");
+        else strcat(ofile[5],".qnav");
+    }
+    if (file[6]) strcpy(ofile[6],file[6]);
+    else if (*opt->staid) {
+        strcpy(ofile[6],"%r%n0_%y.");
+        strcat(ofile[6],extlog);
+    }
+    else if (def) {
+        strcpy(ofile[6],ifile);
+        if ((p=strrchr(ofile[6],'.'))) strcpy(p,".");
+        else strcat(ofile[6],".");
+        strcat(ofile[6],extlog);
+    }
+    for (i=0;i<7;i++) {
+        if (!*dir||!*ofile[i]) continue;
+        if ((p=strrchr(ofile[i],FILEPATHSEP))) strcpy(work,p+1);
+        else strcpy(work,ofile[i]);
+        sprintf(ofile[i],"%s%c%s",dir,FILEPATHSEP,work);
+    }
+    fprintf(stderr,"input file  : %s (%s)\n",ifile,formatstrs[format]);
+    
+    if (*ofile[0]) fprintf(stderr,"->rinex obs : %s\n",ofile[0]);
+    if (*ofile[1]) fprintf(stderr,"->rinex nav : %s\n",ofile[1]);
+    if (*ofile[2]) fprintf(stderr,"->rinex gnav: %s\n",ofile[2]);
+    if (*ofile[3]) fprintf(stderr,"->rinex hnav: %s\n",ofile[3]);
+    if (*ofile[4]) fprintf(stderr,"->rinex qnav: %s\n",ofile[4]);
+    if (*ofile[5]) fprintf(stderr,"->rinex lnav: %s\n",ofile[5]);
+    if (*ofile[6]) fprintf(stderr,"->sbas log  : %s\n",ofile[6]);
+    
+    if (!convrnx(format,opt,ifile,ofile)) {
+        fprintf(stderr,"\n");
+        return -1;
+    }
+    fprintf(stderr,"\n");
+    return 0;
+}
+/* set signal mask -----------------------------------------------------------*/
+static void setmask(const char *argv, rnxopt_t *opt, int mask)
+{
+    char buff[1024],*p;
+    int i,code;
+    
+    strcpy(buff,argv);
+    for (p=strtok(buff,",");p;p=strtok(NULL,",")) {
+        if (strlen(p)<4||p[1]!='L') continue;
+        if      (p[0]=='G') i=0;
+        else if (p[0]=='R') i=1;
+        else if (p[0]=='E') i=2;
+        else if (p[0]=='J') i=3;
+        else if (p[0]=='S') i=4;
+        else if (p[0]=='C') i=5;
+        else continue;
+        if ((code=obs2code(p+2,NULL))) {
+            opt->mask[i][code-1]=mask?'1':'0';
+        }
+    }
+}
+/* parse command line options ------------------------------------------------*/
+static int cmdopts(int argc, char **argv, rnxopt_t *opt, char **ifile,
+                   char **ofile, char **dir, int *trace)
+{
+    double eps[]={1980,1,1,0,0,0},epe[]={2037,12,31,0,0,0};
+    double epr[]={2010,1,1,0,0,0},span=0.0;
+    int i,j,k,sat,nf=2,nc=2,format=-1;
+    char *p,*sys,*fmt="",*paths[1],path[1024];
+    
+    opt->rnxver=2.11;
+    opt->obstype=OBSTYPE_PR|OBSTYPE_CP;
+    opt->navsys=SYS_GPS|SYS_GLO|SYS_GAL|SYS_QZS|SYS_SBS|SYS_CMP;
+    
+    for (i=0;i<6;i++) for (j=0;j<64;j++) opt->mask[i][j]='1';
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+            opt->ts=epoch2time(eps);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+            opt->te=epoch2time(epe);
+        }
+        else if (!strcmp(argv[i],"-tr")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epr,epr+1,epr+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epr+3,epr+4,epr+5);
+            opt->trtcm=epoch2time(epr);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            opt->tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-span")&&i+1<argc) {
+            span=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-r" )&&i+1<argc) {
+            fmt=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-ro")&&i+1<argc) {
+            strcpy(opt->rcvopt,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-f" )&&i+1<argc) {
+            nf=atoi(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hc")&&i+1<argc) {
+            if (nc<MAXCOMMENT) strcpy(opt->comment[nc++],argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hm")&&i+1<argc) {
+            strcpy(opt->marker,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-hn")&&i+1<argc) {
+            strcpy(opt->markerno,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ht")&&i+1<argc) {
+            strcpy(opt->markertype,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ho")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<2&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->name[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hr")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->rec[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-ha")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                strcpy(opt->ant[j],p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hp")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                opt->apppos[j]=atof(p);
+            }
+        }
+        else if (!strcmp(argv[i],"-hd")&&i+1<argc) {
+            for (j=0,p=strtok(argv[++i],"/");j<3&&p;j++,p=strtok(NULL,"/")) {
+                opt->antdel[j]=atof(p);
+            }
+        }
+        else if (!strcmp(argv[i],"-v" )&&i+1<argc) {
+            opt->rnxver=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-od")) {
+            opt->obstype|=OBSTYPE_DOP;
+        }
+        else if (!strcmp(argv[i],"-os")) {
+            opt->obstype|=OBSTYPE_SNR;
+        }
+        else if (!strcmp(argv[i],"-oi")) {
+            opt->outiono=1;
+        }
+        else if (!strcmp(argv[i],"-ot")) {
+            opt->outtime=1;
+        }
+        else if (!strcmp(argv[i],"-ol")) {
+            opt->outleaps=1;
+        }
+        else if (!strcmp(argv[i],"-scan")) {
+            opt->scanobs=1;
+        }
+        else if (!strcmp(argv[i],"-mask")&&i+1<argc) {
+            for (j=0;j<6;j++) for (k=0;k<64;k++) opt->mask[j][k]='0';
+            setmask(argv[++i],opt,1);
+        }
+        else if (!strcmp(argv[i],"-nomask")&&i+1<argc) {
+            setmask(argv[++i],opt,0);
+        }
+        else if (!strcmp(argv[i],"-x" )&&i+1<argc) {
+            if ((sat=satid2no(argv[++i]))) opt->exsats[sat-1]=1;
+        }
+        else if (!strcmp(argv[i],"-y" )&&i+1<argc) {
+            sys=argv[++i];
+            if      (!strcmp(sys,"G")) opt->navsys&=~SYS_GPS;
+            else if (!strcmp(sys,"R")) opt->navsys&=~SYS_GLO;
+            else if (!strcmp(sys,"E")) opt->navsys&=~SYS_GAL;
+            else if (!strcmp(sys,"J")) opt->navsys&=~SYS_QZS;
+            else if (!strcmp(sys,"S")) opt->navsys&=~SYS_SBS;
+            else if (!strcmp(sys,"C")) opt->navsys&=~SYS_CMP;
+        }
+        else if (!strcmp(argv[i],"-d" )&&i+1<argc) {
+            *dir=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-c" )&&i+1<argc) {
+            strcpy(opt->staid,argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o" )&&i+1<argc) ofile[0]=argv[++i];
+        else if (!strcmp(argv[i],"-n" )&&i+1<argc) ofile[1]=argv[++i];
+        else if (!strcmp(argv[i],"-g" )&&i+1<argc) ofile[2]=argv[++i];
+        else if (!strcmp(argv[i],"-h" )&&i+1<argc) ofile[3]=argv[++i];
+        else if (!strcmp(argv[i],"-q" )&&i+1<argc) ofile[4]=argv[++i];
+        else if (!strcmp(argv[i],"-l" )&&i+1<argc) ofile[5]=argv[++i];
+        else if (!strcmp(argv[i],"-s" )&&i+1<argc) ofile[6]=argv[++i];
+        else if (!strcmp(argv[i],"-trace" )&&i+1<argc) {
+            *trace=atoi(argv[++i]);
+        }
+        else if (!strncmp(argv[i],"-",1)) printhelp();
+        
+        else *ifile=argv[i];
+    }
+    if (span>0.0&&opt->ts.time) {
+        opt->te=timeadd(opt->ts,span*3600.0-1e-3);
+    }
+    if (nf>=1) opt->freqtype|=FREQTYPE_L1;
+    if (nf>=2) opt->freqtype|=FREQTYPE_L2;
+    if (nf>=3) opt->freqtype|=FREQTYPE_L5;
+    if (nf>=4) opt->freqtype|=FREQTYPE_L6;
+    if (nf>=5) opt->freqtype|=FREQTYPE_L7;
+    if (nf>=6) opt->freqtype|=FREQTYPE_L8;
+    
+    if (*fmt) {
+        if      (!strcmp(fmt,"rtcm2")) format=STRFMT_RTCM2;
+        else if (!strcmp(fmt,"rtcm3")) format=STRFMT_RTCM3;
+        else if (!strcmp(fmt,"nov"  )) format=STRFMT_OEM4;
+        else if (!strcmp(fmt,"oem3" )) format=STRFMT_OEM3;
+        else if (!strcmp(fmt,"ubx"  )) format=STRFMT_UBX;
+        else if (!strcmp(fmt,"ss2"  )) format=STRFMT_SS2;
+        else if (!strcmp(fmt,"hemis")) format=STRFMT_CRES;
+        else if (!strcmp(fmt,"stq"  )) format=STRFMT_STQ;
+        else if (!strcmp(fmt,"javad")) format=STRFMT_JAVAD;
+        else if (!strcmp(fmt,"nvs"  )) format=STRFMT_NVS;
+        else if (!strcmp(fmt,"binex")) format=STRFMT_BINEX;
+        else if (!strcmp(fmt,"rt17" )) format=STRFMT_RT17;
+        else if (!strcmp(fmt,"sbf"  )) format=STRFMT_SEPT;
+        else if (!strcmp(fmt,"rinex")) format=STRFMT_RINEX;
+    }
+    else {
+        paths[0]=path;
+        if (!expath(*ifile,paths,1)||!(p=strrchr(path,'.'))) return -1;
+        if      (!strcmp(p,".rtcm2"))  format=STRFMT_RTCM2;
+        else if (!strcmp(p,".rtcm3"))  format=STRFMT_RTCM3;
+        else if (!strcmp(p,".gps"  ))  format=STRFMT_OEM4;
+        else if (!strcmp(p,".ubx"  ))  format=STRFMT_UBX;
+        else if (!strcmp(p,".log"  ))  format=STRFMT_SS2;
+        else if (!strcmp(p,".bin"  ))  format=STRFMT_CRES;
+        else if (!strcmp(p,".stq"  ))  format=STRFMT_STQ;
+        else if (!strcmp(p,".jps"  ))  format=STRFMT_JAVAD;
+        else if (!strcmp(p,".bnx"  ))  format=STRFMT_BINEX;
+        else if (!strcmp(p,".binex"))  format=STRFMT_BINEX;
+        else if (!strcmp(p,".rt17" ))  format=STRFMT_RT17;
+        else if (!strcmp(p,".sbf"  ))  format=STRFMT_SEPT;
+        else if (!strcmp(p,".obs"  ))  format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"o"   ))  format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"O"   ))  format=STRFMT_RINEX;
+    }
+    return format;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    rnxopt_t opt={{0}};
+    int format,trace=0,stat;
+    char *ifile="",*ofile[7]={0},*dir="";
+    
+    /* parse command line options */
+    format=cmdopts(argc,argv,&opt,&ifile,ofile,&dir,&trace);
+    
+    if (!*ifile) {
+        fprintf(stderr,"no input file\n");
+        return -1;
+    }
+    if (format<0) {
+        fprintf(stderr,"input format can not be recognized\n");
+        return -1;
+    }
+    sprintf(opt.prog,"%s %s",PRGNAME,VER_RTKLIB);
+    sprintf(opt.comment[0],"log: %-55.55s",ifile);
+    sprintf(opt.comment[1],"format: %s",formatstrs[format]);
+    if (*opt.rcvopt) {
+        strcat(opt.comment[1],", option: ");
+        strcat(opt.comment[1],opt.rcvopt);
+    }
+    if (trace>0) {
+        traceopen(TRACEFILE);
+        tracelevel(trace);
+    }
+    stat=convbin(format,&opt,ifile,ofile,dir);
+    
+    traceclose();
+    
+    return stat;
+}
diff --git a/app/convbin/gcc/makefile b/app/convbin/gcc/makefile
new file mode 100644
index 0000000..3c84273
--- /dev/null
+++ b/app/convbin/gcc/makefile
@@ -0,0 +1,152 @@
+#
+# makefile for convbin
+#
+
+BINDIR = /usr/local/bin
+
+SRC    = ../../../src
+
+INCLUDE= -I$(SRC)
+OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DNFREQ=6 -DNEXOBS=3
+
+CFLAGS = -O3 -ansi -pedantic -Wall -Wno-unused-but-set-variable $(INCLUDE) $(OPTIONS) -g
+
+LDLIBS = -lm -lrt
+
+all  : convbin
+
+convbin    : convbin.o rtkcmn.o rinex.o sbas.o preceph.o rcvraw.o convrnx.o
+convbin    : rtcm.o rtcm2.o rtcm3.o rtcm3e.o pntpos.o ephemeris.o ionex.o
+convbin    : novatel.o ss2.o ublox.o crescent.o skytraq.o gw10.o javad.o nvs.o
+convbin    : binex.o rt17.o qzslex.o
+convbin    : septentrio.o
+
+convbin.o  : ../convbin.c
+	$(CC) -c $(CFLAGS) ../convbin.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+rcvraw.o   : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+convrnx.o  : $(SRC)/convrnx.c
+	$(CC) -c $(CFLAGS) $(SRC)/convrnx.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+qzslex.o    : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+septentrio.o     : $(SRC)/rcv/septentrio.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/septentrio.c
+
+convbin.o  : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+convrnx.o  : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+DATDIR = ../../../test/data/rcvraw
+
+install:
+	cp convbin $(BINDIR)
+
+clean:
+	rm -f convbin convbin.exe *.o *.obs *.nav *.gnav *.hnav *.qnav *.sbs *.stackdump
+
+test : test1 test2 test3 test4 test5 test7 test8 test9 test10 test11 test12 test13
+test : test14 test15
+
+test1:
+	./convbin -r nov $(DATDIR)/oemv_200911218.gps -ti 10 -d . -os
+test2:
+	./convbin -r hemis $(DATDIR)/cres_20080526.bin -ti 10 -d . -f 1 -od -os
+test3:
+	./convbin $(DATDIR)/ubx_20080526.ubx -o ubx_test.obs -d . -f 1 -ts 2008/5/26 6:00 -te 2008/5/26 6:10
+test4:
+	./convbin $(DATDIR)/ubx_20080526.ubx -n ubx_test.nav -d .
+test5:
+	./convbin $(DATDIR)/ubx_20080526.ubx -h ubx_test.hnav -s ubx_test.sbs -d . -x 129
+test7:
+	./convbin $(DATDIR)/testglo.rtcm2 -tr 2009/12/18 23:20 -d .
+test8:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test9:
+	./convbin -v 3 -f 6 -r nov $(DATDIR)/oemv_200911218.gps -od -os -o rnx3_test.obs -n rnx3_test.nav -d .
+test10:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test11:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -c JAV1
+test12:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -v 3.00 -f 3 -od -os
+test13:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test13.obs -v 3 -hc test1 -hc test2 -hm MARKER -hn MARKERNO -ht MARKKERTYPE -ho OBSERVER/AGENCY -hr 1234/RECEIVER/V.0.1.2 -ha ANTNO/ANTENNA -hp 1234.567/8901.234/5678.901 -hd 0.123/0.234/0.567
+test14:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test14.obs -v 3 -y S -y J -x 2 -x R19 -x R21
+test15:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test16:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test17:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -tr 2012/10/14 0:00:00
+test18:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -scan -v 3.01 -f 6 -od -os -tr 2012/10/14 0:00:00
+test21:
+	stty raw < /dev/ttyACM0
+	./convbin -r ubx -o ubx.obs -n ubx.nav -s ubx.sbs -h ubx.hnav /dev/ttyACM0
+
+
diff --git a/app/convbin/makefile b/app/convbin/makefile
new file mode 100644
index 0000000..3c84273
--- /dev/null
+++ b/app/convbin/makefile
@@ -0,0 +1,152 @@
+#
+# makefile for convbin
+#
+
+BINDIR = /usr/local/bin
+
+SRC    = ../../../src
+
+INCLUDE= -I$(SRC)
+OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DNFREQ=6 -DNEXOBS=3
+
+CFLAGS = -O3 -ansi -pedantic -Wall -Wno-unused-but-set-variable $(INCLUDE) $(OPTIONS) -g
+
+LDLIBS = -lm -lrt
+
+all  : convbin
+
+convbin    : convbin.o rtkcmn.o rinex.o sbas.o preceph.o rcvraw.o convrnx.o
+convbin    : rtcm.o rtcm2.o rtcm3.o rtcm3e.o pntpos.o ephemeris.o ionex.o
+convbin    : novatel.o ss2.o ublox.o crescent.o skytraq.o gw10.o javad.o nvs.o
+convbin    : binex.o rt17.o qzslex.o
+convbin    : septentrio.o
+
+convbin.o  : ../convbin.c
+	$(CC) -c $(CFLAGS) ../convbin.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+rcvraw.o   : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+convrnx.o  : $(SRC)/convrnx.c
+	$(CC) -c $(CFLAGS) $(SRC)/convrnx.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+qzslex.o    : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+septentrio.o     : $(SRC)/rcv/septentrio.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/septentrio.c
+
+convbin.o  : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+convrnx.o  : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+DATDIR = ../../../test/data/rcvraw
+
+install:
+	cp convbin $(BINDIR)
+
+clean:
+	rm -f convbin convbin.exe *.o *.obs *.nav *.gnav *.hnav *.qnav *.sbs *.stackdump
+
+test : test1 test2 test3 test4 test5 test7 test8 test9 test10 test11 test12 test13
+test : test14 test15
+
+test1:
+	./convbin -r nov $(DATDIR)/oemv_200911218.gps -ti 10 -d . -os
+test2:
+	./convbin -r hemis $(DATDIR)/cres_20080526.bin -ti 10 -d . -f 1 -od -os
+test3:
+	./convbin $(DATDIR)/ubx_20080526.ubx -o ubx_test.obs -d . -f 1 -ts 2008/5/26 6:00 -te 2008/5/26 6:10
+test4:
+	./convbin $(DATDIR)/ubx_20080526.ubx -n ubx_test.nav -d .
+test5:
+	./convbin $(DATDIR)/ubx_20080526.ubx -h ubx_test.hnav -s ubx_test.sbs -d . -x 129
+test7:
+	./convbin $(DATDIR)/testglo.rtcm2 -tr 2009/12/18 23:20 -d .
+test8:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test9:
+	./convbin -v 3 -f 6 -r nov $(DATDIR)/oemv_200911218.gps -od -os -o rnx3_test.obs -n rnx3_test.nav -d .
+test10:
+	./convbin $(DATDIR)/testglo.rtcm3 -os -tr 2009/12/18 23:20 -d .
+test11:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -c JAV1
+test12:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -v 3.00 -f 3 -od -os
+test13:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test13.obs -v 3 -hc test1 -hc test2 -hm MARKER -hn MARKERNO -ht MARKKERTYPE -ho OBSERVER/AGENCY -hr 1234/RECEIVER/V.0.1.2 -ha ANTNO/ANTENNA -hp 1234.567/8901.234/5678.901 -hd 0.123/0.234/0.567
+test14:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test14.obs -v 3 -y S -y J -x 2 -x R19 -x R21
+test15:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test16:
+	./convbin $(DATDIR)/javad_20110115.jps -d out -o test15.obs -v 3 -ro "-GL1P -GL2C"
+test17:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -tr 2012/10/14 0:00:00
+test18:
+	./convbin $(DATDIR)/GMSD7_20121014.rtcm3 -scan -v 3.01 -f 6 -od -os -tr 2012/10/14 0:00:00
+test21:
+	stty raw < /dev/ttyACM0
+	./convbin -r ubx -o ubx.obs -n ubx.nav -s ubx.sbs -h ubx.hnav /dev/ttyACM0
+
+
diff --git a/app/icon/Thumbs.db b/app/icon/Thumbs.db
new file mode 100644
index 0000000..ae7223d
Binary files /dev/null and b/app/icon/Thumbs.db differ
diff --git a/app/icon/alt.bmp b/app/icon/alt.bmp
new file mode 100644
index 0000000..9700c20
Binary files /dev/null and b/app/icon/alt.bmp differ
diff --git a/app/icon/anim.bmp b/app/icon/anim.bmp
new file mode 100644
index 0000000..04d7742
Binary files /dev/null and b/app/icon/anim.bmp differ
diff --git a/app/icon/anim1.bmp b/app/icon/anim1.bmp
new file mode 100644
index 0000000..99d9bfd
Binary files /dev/null and b/app/icon/anim1.bmp differ
diff --git a/app/icon/anim2.bmp b/app/icon/anim2.bmp
new file mode 100644
index 0000000..37f1900
Binary files /dev/null and b/app/icon/anim2.bmp differ
diff --git a/app/icon/arrow.bmp b/app/icon/arrow.bmp
new file mode 100644
index 0000000..997c3b3
Binary files /dev/null and b/app/icon/arrow.bmp differ
diff --git a/app/icon/arrow_r.bmp b/app/icon/arrow_r.bmp
new file mode 100644
index 0000000..39dc4a1
Binary files /dev/null and b/app/icon/arrow_r.bmp differ
diff --git a/app/icon/border.bmp b/app/icon/border.bmp
new file mode 100644
index 0000000..707b7f7
Binary files /dev/null and b/app/icon/border.bmp differ
diff --git a/app/icon/building.bmp b/app/icon/building.bmp
new file mode 100644
index 0000000..18cf390
Binary files /dev/null and b/app/icon/building.bmp differ
diff --git a/app/icon/chart.bmp b/app/icon/chart.bmp
new file mode 100644
index 0000000..9a8689a
Binary files /dev/null and b/app/icon/chart.bmp differ
diff --git a/app/icon/connect.bmp b/app/icon/connect.bmp
new file mode 100644
index 0000000..b766193
Binary files /dev/null and b/app/icon/connect.bmp differ
diff --git a/app/icon/connect1.bmp b/app/icon/connect1.bmp
new file mode 100644
index 0000000..57ee473
Binary files /dev/null and b/app/icon/connect1.bmp differ
diff --git a/app/icon/connect2.bmp b/app/icon/connect2.bmp
new file mode 100644
index 0000000..929cb3a
Binary files /dev/null and b/app/icon/connect2.bmp differ
diff --git a/app/icon/data01.bmp b/app/icon/data01.bmp
new file mode 100644
index 0000000..e46b2f3
Binary files /dev/null and b/app/icon/data01.bmp differ
diff --git a/app/icon/data02.bmp b/app/icon/data02.bmp
new file mode 100644
index 0000000..d3d4c9e
Binary files /dev/null and b/app/icon/data02.bmp differ
diff --git a/app/icon/data03.bmp b/app/icon/data03.bmp
new file mode 100644
index 0000000..9b4154d
Binary files /dev/null and b/app/icon/data03.bmp differ
diff --git a/app/icon/data04.bmp b/app/icon/data04.bmp
new file mode 100644
index 0000000..d6b06e4
Binary files /dev/null and b/app/icon/data04.bmp differ
diff --git a/app/icon/data1.bmp b/app/icon/data1.bmp
new file mode 100644
index 0000000..43252cc
Binary files /dev/null and b/app/icon/data1.bmp differ
diff --git a/app/icon/data12.bmp b/app/icon/data12.bmp
new file mode 100644
index 0000000..724f575
Binary files /dev/null and b/app/icon/data12.bmp differ
diff --git a/app/icon/data2.bmp b/app/icon/data2.bmp
new file mode 100644
index 0000000..a30c5e0
Binary files /dev/null and b/app/icon/data2.bmp differ
diff --git a/app/icon/del.bmp b/app/icon/del.bmp
new file mode 100644
index 0000000..18a7564
Binary files /dev/null and b/app/icon/del.bmp differ
diff --git a/app/icon/doc.bmp b/app/icon/doc.bmp
new file mode 100644
index 0000000..0884154
Binary files /dev/null and b/app/icon/doc.bmp differ
diff --git a/app/icon/down.bmp b/app/icon/down.bmp
new file mode 100644
index 0000000..6d22569
Binary files /dev/null and b/app/icon/down.bmp differ
diff --git a/app/icon/expand.bmp b/app/icon/expand.bmp
new file mode 100644
index 0000000..7747db3
Binary files /dev/null and b/app/icon/expand.bmp differ
diff --git a/app/icon/fitd.bmp b/app/icon/fitd.bmp
new file mode 100644
index 0000000..8246049
Binary files /dev/null and b/app/icon/fitd.bmp differ
diff --git a/app/icon/fith.bmp b/app/icon/fith.bmp
new file mode 100644
index 0000000..b3f7bf8
Binary files /dev/null and b/app/icon/fith.bmp differ
diff --git a/app/icon/fitv.bmp b/app/icon/fitv.bmp
new file mode 100644
index 0000000..62cf341
Binary files /dev/null and b/app/icon/fitv.bmp differ
diff --git a/app/icon/ge.bmp b/app/icon/ge.bmp
new file mode 100644
index 0000000..422346b
Binary files /dev/null and b/app/icon/ge.bmp differ
diff --git a/app/icon/gm.bmp b/app/icon/gm.bmp
new file mode 100644
index 0000000..2e3bab3
Binary files /dev/null and b/app/icon/gm.bmp differ
diff --git a/app/icon/graph.bmp b/app/icon/graph.bmp
new file mode 100644
index 0000000..083d99b
Binary files /dev/null and b/app/icon/graph.bmp differ
diff --git a/app/icon/grid.bmp b/app/icon/grid.bmp
new file mode 100644
index 0000000..91525e0
Binary files /dev/null and b/app/icon/grid.bmp differ
diff --git a/app/icon/headup.bmp b/app/icon/headup.bmp
new file mode 100644
index 0000000..c78aaf5
Binary files /dev/null and b/app/icon/headup.bmp differ
diff --git a/app/icon/home.bmp b/app/icon/home.bmp
new file mode 100644
index 0000000..257a26e
Binary files /dev/null and b/app/icon/home.bmp differ
diff --git a/app/icon/load.bmp b/app/icon/load.bmp
new file mode 100644
index 0000000..4a617af
Binary files /dev/null and b/app/icon/load.bmp differ
diff --git a/app/icon/map.bmp b/app/icon/map.bmp
new file mode 100644
index 0000000..72e2f77
Binary files /dev/null and b/app/icon/map.bmp differ
diff --git a/app/icon/navctr.bmp b/app/icon/navctr.bmp
new file mode 100644
index 0000000..e4fc8ce
Binary files /dev/null and b/app/icon/navctr.bmp differ
diff --git a/app/icon/navi.bmp b/app/icon/navi.bmp
new file mode 100644
index 0000000..a4464b6
Binary files /dev/null and b/app/icon/navi.bmp differ
diff --git a/app/icon/navi0.bmp b/app/icon/navi0.bmp
new file mode 100644
index 0000000..467bbec
Binary files /dev/null and b/app/icon/navi0.bmp differ
diff --git a/app/icon/norm.bmp b/app/icon/norm.bmp
new file mode 100644
index 0000000..60407cf
Binary files /dev/null and b/app/icon/norm.bmp differ
diff --git a/app/icon/ori.bmp b/app/icon/ori.bmp
new file mode 100644
index 0000000..8a47d66
Binary files /dev/null and b/app/icon/ori.bmp differ
diff --git a/app/icon/pause.bmp b/app/icon/pause.bmp
new file mode 100644
index 0000000..d8b2fee
Binary files /dev/null and b/app/icon/pause.bmp differ
diff --git a/app/icon/point.bmp b/app/icon/point.bmp
new file mode 100644
index 0000000..e2e875a
Binary files /dev/null and b/app/icon/point.bmp differ
diff --git a/app/icon/point.ico b/app/icon/point.ico
new file mode 100644
index 0000000..2580307
Binary files /dev/null and b/app/icon/point.ico differ
diff --git a/app/icon/rarrow.bmp b/app/icon/rarrow.bmp
new file mode 100644
index 0000000..791137c
Binary files /dev/null and b/app/icon/rarrow.bmp differ
diff --git a/app/icon/reload.bmp b/app/icon/reload.bmp
new file mode 100644
index 0000000..0edc459
Binary files /dev/null and b/app/icon/reload.bmp differ
diff --git a/app/icon/road.bmp b/app/icon/road.bmp
new file mode 100644
index 0000000..d911ebb
Binary files /dev/null and b/app/icon/road.bmp differ
diff --git a/app/icon/rotl.bmp b/app/icon/rotl.bmp
new file mode 100644
index 0000000..4d2b67f
Binary files /dev/null and b/app/icon/rotl.bmp differ
diff --git a/app/icon/rotr.bmp b/app/icon/rotr.bmp
new file mode 100644
index 0000000..05cb45d
Binary files /dev/null and b/app/icon/rotr.bmp differ
diff --git a/app/icon/rtk1.bmp b/app/icon/rtk1.bmp
new file mode 100644
index 0000000..7b9b7be
Binary files /dev/null and b/app/icon/rtk1.bmp differ
diff --git a/app/icon/rtk1.ico b/app/icon/rtk1.ico
new file mode 100644
index 0000000..4322098
Binary files /dev/null and b/app/icon/rtk1.ico differ
diff --git a/app/icon/rtk2.bmp b/app/icon/rtk2.bmp
new file mode 100644
index 0000000..692923c
Binary files /dev/null and b/app/icon/rtk2.bmp differ
diff --git a/app/icon/rtk2.ico b/app/icon/rtk2.ico
new file mode 100644
index 0000000..44b3d00
Binary files /dev/null and b/app/icon/rtk2.ico differ
diff --git a/app/icon/rtk3.bmp b/app/icon/rtk3.bmp
new file mode 100644
index 0000000..b264070
Binary files /dev/null and b/app/icon/rtk3.bmp differ
diff --git a/app/icon/rtk3.ico b/app/icon/rtk3.ico
new file mode 100644
index 0000000..5e314a0
Binary files /dev/null and b/app/icon/rtk3.ico differ
diff --git a/app/icon/rtk4.bmp b/app/icon/rtk4.bmp
new file mode 100644
index 0000000..5a5d54c
Binary files /dev/null and b/app/icon/rtk4.bmp differ
diff --git a/app/icon/rtk4.ico b/app/icon/rtk4.ico
new file mode 100644
index 0000000..370bdab
Binary files /dev/null and b/app/icon/rtk4.ico differ
diff --git a/app/icon/rtk5.bmp b/app/icon/rtk5.bmp
new file mode 100644
index 0000000..94ccc6d
Binary files /dev/null and b/app/icon/rtk5.bmp differ
diff --git a/app/icon/rtk5.ico b/app/icon/rtk5.ico
new file mode 100644
index 0000000..0482288
Binary files /dev/null and b/app/icon/rtk5.ico differ
diff --git a/app/icon/rtk6.bmp b/app/icon/rtk6.bmp
new file mode 100644
index 0000000..b880fa9
Binary files /dev/null and b/app/icon/rtk6.bmp differ
diff --git a/app/icon/rtk6.ico b/app/icon/rtk6.ico
new file mode 100644
index 0000000..5d80258
Binary files /dev/null and b/app/icon/rtk6.ico differ
diff --git a/app/icon/rtk7.bmp b/app/icon/rtk7.bmp
new file mode 100644
index 0000000..1fb58ae
Binary files /dev/null and b/app/icon/rtk7.bmp differ
diff --git a/app/icon/rtk7.ico b/app/icon/rtk7.ico
new file mode 100644
index 0000000..d7e327b
Binary files /dev/null and b/app/icon/rtk7.ico differ
diff --git a/app/icon/rtk8.bmp b/app/icon/rtk8.bmp
new file mode 100644
index 0000000..f7a4a0d
Binary files /dev/null and b/app/icon/rtk8.bmp differ
diff --git a/app/icon/rtk8.ico b/app/icon/rtk8.ico
new file mode 100644
index 0000000..fccc080
Binary files /dev/null and b/app/icon/rtk8.ico differ
diff --git a/app/icon/rtk8_tray.ico b/app/icon/rtk8_tray.ico
new file mode 100644
index 0000000..a09b3f8
Binary files /dev/null and b/app/icon/rtk8_tray.ico differ
diff --git a/app/icon/rtk9.bmp b/app/icon/rtk9.bmp
new file mode 100644
index 0000000..fc14100
Binary files /dev/null and b/app/icon/rtk9.bmp differ
diff --git a/app/icon/rtk9.ico b/app/icon/rtk9.ico
new file mode 100644
index 0000000..133e9dd
Binary files /dev/null and b/app/icon/rtk9.ico differ
diff --git a/app/icon/sat.doc b/app/icon/sat.doc
new file mode 100644
index 0000000..7541ece
Binary files /dev/null and b/app/icon/sat.doc differ
diff --git a/app/icon/scale.bmp b/app/icon/scale.bmp
new file mode 100644
index 0000000..89d71c9
Binary files /dev/null and b/app/icon/scale.bmp differ
diff --git a/app/icon/showp.bmp b/app/icon/showp.bmp
new file mode 100644
index 0000000..29beef7
Binary files /dev/null and b/app/icon/showp.bmp differ
diff --git a/app/icon/showt.bmp b/app/icon/showt.bmp
new file mode 100644
index 0000000..9d5fccd
Binary files /dev/null and b/app/icon/showt.bmp differ
diff --git a/app/icon/shrink.bmp b/app/icon/shrink.bmp
new file mode 100644
index 0000000..467bbec
Binary files /dev/null and b/app/icon/shrink.bmp differ
diff --git a/app/icon/sqr.bmp b/app/icon/sqr.bmp
new file mode 100644
index 0000000..390e34f
Binary files /dev/null and b/app/icon/sqr.bmp differ
diff --git a/app/icon/status.bmp b/app/icon/status.bmp
new file mode 100644
index 0000000..7aef131
Binary files /dev/null and b/app/icon/status.bmp differ
diff --git a/app/icon/stop.bmp b/app/icon/stop.bmp
new file mode 100644
index 0000000..3d17578
Binary files /dev/null and b/app/icon/stop.bmp differ
diff --git a/app/icon/svrarrow.bmp b/app/icon/svrarrow.bmp
new file mode 100644
index 0000000..36769b5
Binary files /dev/null and b/app/icon/svrarrow.bmp differ
diff --git a/app/icon/tilt.bmp b/app/icon/tilt.bmp
new file mode 100644
index 0000000..38920e8
Binary files /dev/null and b/app/icon/tilt.bmp differ
diff --git a/app/icon/tool.bmp b/app/icon/tool.bmp
new file mode 100644
index 0000000..a88c744
Binary files /dev/null and b/app/icon/tool.bmp differ
diff --git a/app/icon/track.bmp b/app/icon/track.bmp
new file mode 100644
index 0000000..10d5edc
Binary files /dev/null and b/app/icon/track.bmp differ
diff --git a/app/icon/trackc.bmp b/app/icon/trackc.bmp
new file mode 100644
index 0000000..560fe3a
Binary files /dev/null and b/app/icon/trackc.bmp differ
diff --git a/app/icon/trackl.bmp b/app/icon/trackl.bmp
new file mode 100644
index 0000000..894609c
Binary files /dev/null and b/app/icon/trackl.bmp differ
diff --git a/app/icon/trackr.bmp b/app/icon/trackr.bmp
new file mode 100644
index 0000000..4e1ee90
Binary files /dev/null and b/app/icon/trackr.bmp differ
diff --git a/app/icon/tray0.bmp b/app/icon/tray0.bmp
new file mode 100644
index 0000000..7cdd435
Binary files /dev/null and b/app/icon/tray0.bmp differ
diff --git a/app/icon/tray0.ico b/app/icon/tray0.ico
new file mode 100644
index 0000000..2c1b80e
Binary files /dev/null and b/app/icon/tray0.ico differ
diff --git a/app/icon/tray1.bmp b/app/icon/tray1.bmp
new file mode 100644
index 0000000..43db75d
Binary files /dev/null and b/app/icon/tray1.bmp differ
diff --git a/app/icon/tray1.ico b/app/icon/tray1.ico
new file mode 100644
index 0000000..465ce66
Binary files /dev/null and b/app/icon/tray1.ico differ
diff --git a/app/icon/tray2.bmp b/app/icon/tray2.bmp
new file mode 100644
index 0000000..35427bb
Binary files /dev/null and b/app/icon/tray2.bmp differ
diff --git a/app/icon/tray2.ico b/app/icon/tray2.ico
new file mode 100644
index 0000000..5846e60
Binary files /dev/null and b/app/icon/tray2.ico differ
diff --git a/app/icon/ttray.bmp b/app/icon/ttray.bmp
new file mode 100644
index 0000000..cf2cfe1
Binary files /dev/null and b/app/icon/ttray.bmp differ
diff --git a/app/icon/undu.bmp b/app/icon/undu.bmp
new file mode 100644
index 0000000..2c5baa9
Binary files /dev/null and b/app/icon/undu.bmp differ
diff --git a/app/icon/up.bmp b/app/icon/up.bmp
new file mode 100644
index 0000000..1476d0e
Binary files /dev/null and b/app/icon/up.bmp differ
diff --git a/app/icon/vmap.bmp b/app/icon/vmap.bmp
new file mode 100644
index 0000000..df5a406
Binary files /dev/null and b/app/icon/vmap.bmp differ
diff --git a/app/icon/wait1.bmp b/app/icon/wait1.bmp
new file mode 100644
index 0000000..e4d5531
Binary files /dev/null and b/app/icon/wait1.bmp differ
diff --git a/app/icon/wait2.bmp b/app/icon/wait2.bmp
new file mode 100644
index 0000000..e826daf
Binary files /dev/null and b/app/icon/wait2.bmp differ
diff --git a/app/icon/wait3.bmp b/app/icon/wait3.bmp
new file mode 100644
index 0000000..d515ad4
Binary files /dev/null and b/app/icon/wait3.bmp differ
diff --git a/app/icon/wait4.bmp b/app/icon/wait4.bmp
new file mode 100644
index 0000000..244c9c8
Binary files /dev/null and b/app/icon/wait4.bmp differ
diff --git a/app/icon/wait5.bmp b/app/icon/wait5.bmp
new file mode 100644
index 0000000..3de9202
Binary files /dev/null and b/app/icon/wait5.bmp differ
diff --git a/app/icon/wait6.bmp b/app/icon/wait6.bmp
new file mode 100644
index 0000000..6aa7c76
Binary files /dev/null and b/app/icon/wait6.bmp differ
diff --git a/app/icon/wait7.bmp b/app/icon/wait7.bmp
new file mode 100644
index 0000000..6aaa422
Binary files /dev/null and b/app/icon/wait7.bmp differ
diff --git a/app/icon/wait8.bmp b/app/icon/wait8.bmp
new file mode 100644
index 0000000..198203e
Binary files /dev/null and b/app/icon/wait8.bmp differ
diff --git a/app/install_consapp.bat b/app/install_consapp.bat
new file mode 100644
index 0000000..661e178
--- /dev/null
+++ b/app/install_consapp.bat
@@ -0,0 +1,9 @@
+cd rnx2rtkp\bcc
+call install.bat
+cd ..\..
+cd convbin\bcc
+call install.bat
+cd ..\..
+cd pos2kml\bcc
+call install.bat
+cd ..\..
diff --git a/app/install_qtapp.bat b/app/install_qtapp.bat
new file mode 100644
index 0000000..7a1d74a
--- /dev/null
+++ b/app/install_qtapp.bat
@@ -0,0 +1,24 @@
+cd rtkconv_qt
+call install.bat
+cd ..
+cd rtknavi_qt
+call install.bat
+cd ..
+cd rtkplot_qt
+call install.bat
+cd ..
+cd rtkpost_qt
+call install.bat
+cd ..
+cd srctblbrows_qt
+call install.bat
+cd ..
+cd strsvr_qt
+call install.bat
+cd ..
+cd rtkget_qt
+call install.bat
+cd ..
+cd rtklaunch_qt
+call install.bat
+cd ..
diff --git a/app/install_winapp.bat b/app/install_winapp.bat
new file mode 100644
index 0000000..5506618
--- /dev/null
+++ b/app/install_winapp.bat
@@ -0,0 +1,30 @@
+cd rtkconv
+call install.bat
+cd ..
+cd rtknavi
+call install.bat
+cd ..
+cd rtknavi_mkl
+call install.bat
+cd ..
+cd rtkplot
+call install.bat
+cd ..
+cd rtkpost
+call install.bat
+cd ..
+cd rtkpost_mkl
+call install.bat
+cd ..
+cd srctblbrows
+call install.bat
+cd ..
+cd strsvr
+call install.bat
+cd ..
+cd rtkget
+call install.bat
+cd ..
+cd rtklaunch
+call install.bat
+cd ..
diff --git a/app/makeall.sh b/app/makeall.sh
new file mode 100644
index 0000000..e3dba72
--- /dev/null
+++ b/app/makeall.sh
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# make all cui applications by gcc
+#
+
+echo; echo % pos2kml/gcc
+cd pos2kml/gcc
+make $1
+cd ../..
+
+echo; echo % str2str/gcc
+cd str2str/gcc
+make $1
+cd ../..
+
+echo; echo % rnx2rtkp/gcc
+cd rnx2rtkp/gcc
+make $1
+cd ../..
+
+echo; echo % convbin/gcc
+cd convbin/gcc
+make $1
+cd ../..
+
+echo; echo % rtkrcv/gcc
+cd rtkrcv/gcc
+make $1
+cd ../..
+
diff --git a/app/pos2kml/gcc/makefile b/app/pos2kml/gcc/makefile
new file mode 100644
index 0000000..08621a7
--- /dev/null
+++ b/app/pos2kml/gcc/makefile
@@ -0,0 +1,34 @@
+# makefile for pos2kml
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE
+LDLIBS  = -lm -lrt
+
+pos2kml    : pos2kml.o convkml.o solution.o geoid.o rtkcmn.o preceph.o
+
+pos2kml.o  : ../pos2kml.c
+	$(CC) -c $(CFLAGS) ../pos2kml.c
+convkml.o  : $(SRC)/convkml.c
+	$(CC) -c $(CFLAGS) $(SRC)/convkml.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+
+pos2kml.o  : $(SRC)/rtklib.h
+convkml.o  : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+
+install:
+	cp pos2kml $(BINDIR)
+
+clean:
+	rm -f pos2kml pos2kml.exe *.o
diff --git a/app/pos2kml/pos2kml.c b/app/pos2kml/pos2kml.c
new file mode 100644
index 0000000..e8abfde
--- /dev/null
+++ b/app/pos2kml/pos2kml.c
@@ -0,0 +1,103 @@
+/*------------------------------------------------------------------------------
+* pos2kml.c : convert positions to google earth kml file
+*
+*          Copyright (C) 2007-2008 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:54:53 $
+* history : 2007/01/20  1.0 new
+*           2007/03/15  1.1 modify color sequence
+*           2007/04/03  1.2 add geodetic height option
+*                           support input of NMEA GGA sentence
+*                           delete altitude info for track
+*                           add time stamp option
+*                           separate readsol.c file
+*           2008/07/18  1.3 support change of convkml() arguments
+*-----------------------------------------------------------------------------*/
+#include <stdarg.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: pos2kml.c,v 1.1 2008/07/17 21:54:53 ttaka Exp $";
+
+/* help text -----------------------------------------------------------------*/
+static const char *help[]={
+"",
+" usage: pos2kml [option]... file [...]",
+"",
+" Read solution file(s) and convert it to Google Earth KML file. Each line in",
+" the input file shall contain fields of time, position fields (latitude/",
+" longitude/height or x/y/z-ecef), and quality flag(option). The line started",
+" with '%', '#', ';' is treated as comment. Command options are as follows.",
+" ([]:default)",
+"",
+" -h        print help",
+" -o file   output file [infile + .kml]",
+" -c color  track color (0:off,1:white,2:green,3:orange,4:red,5:yellow) [5]",
+" -p color  point color (0:off,1:white,2:green,3:orange,4:red,5:by qflag) [5]",
+" -a        output altitude information [off]",
+" -ag       output geodetic altitude [off]",
+" -tg       output time stamp of gpst [off]",
+" -tu       output time stamp of utc [gpst]",
+" -i tint   output time interval (s) (0:all) [0]",
+" -q qflg   output q-flags (0:all) [0]",
+" -f n e h  add north/east/height offset to position (m) [0 0 0]"
+};
+/* print help ----------------------------------------------------------------*/
+static void printhelp(void)
+{
+    int i;
+    for (i=0;i<(int)(sizeof(help)/sizeof(*help));i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* pos2kml main --------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    int i,j,n,outalt=0,outtime=0,qflg=0,tcolor=5,pcolor=5;
+    char *infile[32],*outfile="";
+    double offset[3]={0.0},tint=0.0,es[6]={2000,1,1},ee[6]={2000,1,1};
+    gtime_t ts={0},te={0};
+    
+    for (i=1,n=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-o")&&i+1<argc) outfile=argv[++i];
+        else if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",es  ,es+1,es+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",es+3,es+4,es+5);
+            ts=epoch2time(es);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",ee  ,ee+1,ee+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",ee+3,ee+4,ee+5);
+            te=epoch2time(ee);
+        }
+        else if (!strcmp(argv[i],"-c")&&i+1<argc) tcolor=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-p")&&i+1<argc) pcolor=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-f")&&i+3<argc) {
+            for (j=0;j<3;j++) offset[j]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-a")) outalt=1;
+        else if (!strcmp(argv[i],"-ag")) outalt=2;
+        else if (!strcmp(argv[i],"-tg")) outtime=1;
+        else if (!strcmp(argv[i],"-tu")) outtime=2;
+        else if (!strcmp(argv[i],"-i")&&i+i<argc) tint=atof(argv[++i]);
+        else if (!strcmp(argv[i],"-q")&&i+i<argc) qflg=atoi(argv[++i]);
+        else if (*argv[i]=='-') printhelp();
+        else if (n<32) infile[n++]=argv[i];
+    }
+    if (tcolor<0||5<tcolor||pcolor<0||5<pcolor) {
+        fprintf(stderr,"pos2kml : command option error\n");
+        return -1;
+    }
+    if (n<=0) {
+        fprintf(stderr,"pos2kml : no input file\n");
+        return -1;
+    }
+    for (i=0;i<n;i++) {
+        switch (convkml(infile[i],outfile,ts,te,tint,qflg,offset,tcolor,pcolor,
+                        outalt,outtime)) {
+        case -1: fprintf(stderr,"pos2kml : file read error (%d)\n",i+1);   break;
+        case -2: fprintf(stderr,"pos2kml : file format error (%d)\n",i+1); break;
+        case -3: fprintf(stderr,"pos2kml : no input data (%d)\n",i+1);     break;
+        case -4: fprintf(stderr,"pos2kml : file write error (%d)\n",i+1);  break;
+        }
+    }
+    return 0;
+}
diff --git a/app/rnx2rtkp/gcc/makefile b/app/rnx2rtkp/gcc/makefile
new file mode 100644
index 0000000..7598614
--- /dev/null
+++ b/app/rnx2rtkp/gcc/makefile
@@ -0,0 +1,167 @@
+# makefile for rnx2rtkp
+
+BINDIR  = /usr/local/bin
+SRC     = ../../../src
+
+OPTS    = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DNFREQ=3
+
+# for no lapack
+CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -g
+LDLIBS  = -lm -lrt
+
+#CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS)
+#LDLIBS  = -lm -lrt -llapack -lblas
+
+# for gprof
+#CFLAGS  = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS) -pg
+#LDLIBS  = -lm -lrt -llapack -lblas -pg
+
+# for mkl
+#MKLDIR  = /opt/intel/mkl
+#CFLAGS  = -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -DMKL
+#LDLIBS  = -L$(MKLDIR)/lib/intel64 -lm -lrt -lmkl_core -lmkl_intel_lp64 -lmkl_gnu_thread -liomp5 -lpthread
+
+all        : rnx2rtkp
+rnx2rtkp   : rnx2rtkp.o rtkcmn.o rinex.o rtkpos.o postpos.o solution.o
+rnx2rtkp   : lambda.o geoid.o sbas.o preceph.o pntpos.o ephemeris.o options.o
+rnx2rtkp   : ppp.o ppp_ar.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o ionex.o qzslex.o
+rnx2rtkp   : ppp_corr.o tides.o
+
+rnx2rtkp.o : ../rnx2rtkp.c
+	$(CC) -c $(CFLAGS) ../rnx2rtkp.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+rtkpos.o   : $(SRC)/rtkpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkpos.c
+postpos.o  : $(SRC)/postpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/postpos.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+lambda.o   : $(SRC)/lambda.c
+	$(CC) -c $(CFLAGS) $(SRC)/lambda.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+options.o  : $(SRC)/options.c
+	$(CC) -c $(CFLAGS) $(SRC)/options.c
+ppp.o      : $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+qzslex.o   : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+ppp_corr.o   : $(SRC)/ppp_corr.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_corr.c
+tides.o   : $(SRC)/tides.c
+	$(CC) -c $(CFLAGS) $(SRC)/tides.c
+
+rnx2rtkp.o : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+rtkpos.o   : $(SRC)/rtklib.h
+postpos.o  : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+lambda.o   : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+options.o  : $(SRC)/rtklib.h
+ppp.o      : $(SRC)/rtklib.h
+ppp_ar.o   : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+CMD1    = ./rnx2rtkp
+INPUT11 = ../../../test/data/rinex/07590920.05o ../../../test/data/rinex/30400920.05n
+INPUT12 = ../../../test/data/rinex/30400920.05o
+OPTS1   = -r -3978241.958 3382840.234 3649900.853
+
+test : test1 test2 test3 test4 test5 test6 test7 test8 test9 test10
+test : test11 test12 test13 test14 test15 test16 test17 test18 test19 test20
+test : test21 test22 test23 test24
+
+test1 :
+	$(CMD1) $(INPUT11) -x 5 -o test1.pos
+test2 :
+	$(CMD1) -t -e $(OPTS1) $(INPUT11) > test2.pos
+test3 :
+	$(CMD1) -t -p 1 -e $(OPTS1) $(INPUT11) $(INPUT12) > test3.pos
+test4 :
+	$(CMD1) -t -p 3 -e $(OPTS1) $(INPUT11) $(INPUT12) > test4.pos
+test5 :
+	$(CMD1) -t -m 15 -e $(OPTS1) $(INPUT11) $(INPUT12) > test5.pos
+test6 :
+	$(CMD1) -t -f 1 -e $(OPTS1) $(INPUT11) $(INPUT12) > test6.pos
+test7 :
+	$(CMD1) -t -v 5 -e $(OPTS1) $(INPUT11) $(INPUT12) > test7.pos
+test8 :
+	$(CMD1) -t -i -e $(OPTS1) $(INPUT11) $(INPUT12) > test8.pos
+test9 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) > test9.pos
+test10 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) -o test10.pos
+test11 :
+	$(CMD1) -t -p 0 -n $(OPTS1) $(INPUT11) > test11.pos
+test12 :
+	$(CMD1) -t -p 0 -g $(OPTS1) $(INPUT11) > test12.pos
+test13 :
+	$(CMD1) -t -p 0 $(OPTS1) $(INPUT11) > test13.pos
+test14 :
+	$(CMD1) -t -p 0 -u $(OPTS1) $(INPUT11) > test14.pos
+test15 :
+	$(CMD1) -t -p 0 -d 9 $(OPTS1) $(INPUT11) > test15.pos
+test16 :
+	$(CMD1) -t -p 0 -s , $(OPTS1) $(INPUT11) > test16.pos
+test17 :
+	$(CMD1) -t -b -e $(OPTS1) $(INPUT11) $(INPUT12) > test17.pos
+test18 :
+	$(CMD1) -t -c -e $(OPTS1) $(INPUT11) $(INPUT12) > test18.pos
+test19 :
+	$(CMD1) -t -h -e $(OPTS1) $(INPUT11) $(INPUT12) > test19.pos
+test20 :
+	$(CMD1) -t -p 4 -a $(OPTS1) $(INPUT11) $(INPUT12) > test20.pos
+test21 :
+	$(CMD1) $(INPUT11) $(INPUT12) > test21.pos
+test22 :
+	$(CMD1) -k opts1.conf $(INPUT11) $(INPUT12) > test22.pos
+test23 :
+	$(CMD1) -k opts2.conf $(INPUT11) $(INPUT12) > test23.pos
+test24 :
+	$(CMD1) -k opts3.conf $(INPUT11) $(INPUT12) -y 2 -o test24.pos
+test25 :
+	$(CMD1) -k opts4.conf $(INPUT11) $(INPUT12) -y 2 -o test25.pos
+
+clean :
+	rm -f rnx2rtkp rnx2rtkp.exe *.o *.pos *.trace
+
+prof :
+	gprof rnx2rtkp > prof.txt
+
+install :
+	cp rnx2rtkp $(BINDIR)
+
diff --git a/app/rnx2rtkp/gcc/opts1.conf b/app/rnx2rtkp/gcc/opts1.conf
new file mode 100644
index 0000000..c97fa8d
--- /dev/null
+++ b/app/rnx2rtkp/gcc/opts1.conf
@@ -0,0 +1,84 @@
+# rtkpost options (2010/08/07 09:24:29, v.2.4.0)
+
+#pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-posmode       =static     # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =10         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =on         # (0:off,1:on,2:autocal)
+pos2-arthres       =5
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =on         # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =hms        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+#out-solstatic      =all        # (0:all,1:single)
+out-solstatic      =single     # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =10         # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =*
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =single     # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =*
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =on         # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/stations.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rnx2rtkp/gcc/opts2.conf b/app/rnx2rtkp/gcc/opts2.conf
new file mode 100644
index 0000000..9a26cff
--- /dev/null
+++ b/app/rnx2rtkp/gcc/opts2.conf
@@ -0,0 +1,82 @@
+# rtkpost options (2010/08/07 09:24:41, v.2.4.0)
+
+pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =combined   # (0:forward,1:backward,2:combined)
+pos1-elmask        =10         # (deg)
+pos1-snrmask       =20         # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =continuous # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =on         # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =5
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =on         # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =hms        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =10         # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =*
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =35.1320570679997 # (deg|m)
+ant2-pos2          =139.624306577 # (deg|m)
+ant2-pos3          =73.907699999947 # (m|m)
+ant2-anttype       =*
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =on         # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/stations.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rnx2rtkp/gcc/opts3.conf b/app/rnx2rtkp/gcc/opts3.conf
new file mode 100644
index 0000000..8c6ae2d
--- /dev/null
+++ b/app/rnx2rtkp/gcc/opts3.conf
@@ -0,0 +1,82 @@
+# rtkpost options (2010/08/07 09:24:53, v.2.4.0)
+
+pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =on         # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =5
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =on         # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =hms        # (0:tow,1:hms)
+out-timendec       =9
+out-degform        =dms        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =geodetic   # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =10         # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =*
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =35.1320570679997 # (deg|m)
+ant2-pos2          =139.624306577 # (deg|m)
+ant2-pos3          =73.907699999947 # (m|m)
+ant2-anttype       =*
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =on         # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/stations.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rnx2rtkp/gcc/opts4.conf b/app/rnx2rtkp/gcc/opts4.conf
new file mode 100644
index 0000000..71e571b
--- /dev/null
+++ b/app/rnx2rtkp/gcc/opts4.conf
@@ -0,0 +1,82 @@
+# rtkpost options (2010/08/07 09:24:53, v.2.4.0)
+
+pos1-posmode       =static     # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =combined   # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =on         # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =5
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =on         # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =hms        # (0:tow,1:hms)
+out-timendec       =9
+out-degform        =dms        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =geodetic   # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =single     # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =10         # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =*
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =35.1320570679997 # (deg|m)
+ant2-pos2          =139.624306577 # (deg|m)
+ant2-pos3          =73.907699999947 # (m|m)
+ant2-anttype       =*
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =on         # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/stations.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rnx2rtkp/rnx2rtkp.c b/app/rnx2rtkp/rnx2rtkp.c
new file mode 100644
index 0000000..1b30651
--- /dev/null
+++ b/app/rnx2rtkp/rnx2rtkp.c
@@ -0,0 +1,175 @@
+/*------------------------------------------------------------------------------
+* rnx2rtkp.c : read rinex obs/nav files and compute receiver positions
+*
+*          Copyright (C) 2007-2009 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:55:16 $
+* history : 2007/01/16  1.0 new
+*           2007/03/15  1.1 add library mode
+*           2007/05/08  1.2 separate from postpos.c
+*           2009/01/20  1.3 support rtklib 2.2.0 api
+*           2009/12/12  1.4 support glonass
+*                           add option -h, -a, -l, -x
+*           2010/01/28  1.5 add option -k
+*           2010/08/12  1.6 add option -y implementation (2.4.0_p1)
+*           2014/01/27  1.7 fix bug on default output time format
+*           2015/05/15  1.8 -r or -l options for fixed or ppp-fixed mode
+*           2015/06/12  1.9 output patch level in header
+*-----------------------------------------------------------------------------*/
+#include <stdarg.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: rnx2rtkp.c,v 1.1 2008/07/17 21:55:16 ttaka Exp $";
+
+#define PROGNAME    "rnx2rtkp"          /* program name */
+#define MAXFILE     16                  /* max number of input files */
+
+/* help text -----------------------------------------------------------------*/
+static const char *help[]={
+"",
+" usage: rnx2rtkp [option]... file file [...]",
+"",
+" Read RINEX OBS/NAV/GNAV/HNAV/CLK, SP3, SBAS message log files and ccompute ",
+" receiver (rover) positions and output position solutions.",
+" The first RINEX OBS file shall contain receiver (rover) observations. For the",
+" relative mode, the second RINEX OBS file shall contain reference",
+" (base station) receiver observations. At least one RINEX NAV/GNAV/HNAV",
+" file shall be included in input files. To use SP3 precise ephemeris, specify",
+" the path in the files. The extension of the SP3 file shall be .sp3 or .eph.",
+" All of the input file paths can include wild-cards (*). To avoid command",
+" line deployment of wild-cards, use \"...\" for paths with wild-cards.",
+" Command line options are as follows ([]:default). With -k option, the",
+" processing options are input from the configuration file. In this case,",
+" command line options precede options in the configuration file.",
+"",
+" -?        print help",
+" -k file   input options from configuration file [off]",
+" -o file   set output file [stdout]",
+" -ts ds ts start day/time (ds=y/m/d ts=h:m:s) [obs start time]",
+" -te de te end day/time   (de=y/m/d te=h:m:s) [obs end time]",
+" -ti tint  time interval (sec) [all]",
+" -p mode   mode (0:single,1:dgps,2:kinematic,3:static,4:moving-base,",
+"                 5:fixed,6:ppp-kinematic,7:ppp-static) [2]",
+" -m mask   elevation mask angle (deg) [15]",
+" -f freq   number of frequencies for relative mode (1:L1,2:L1+L2,3:L1+L2+L5) [2]",
+" -v thres  validation threshold for integer ambiguity (0.0:no AR) [3.0]",
+" -b        backward solutions [off]",
+" -c        forward/backward combined solutions [off]",
+" -i        instantaneous integer ambiguity resolution [off]",
+" -h        fix and hold for integer ambiguity resolution [off]",
+" -e        output x/y/z-ecef position [latitude/longitude/height]",
+" -a        output e/n/u-baseline [latitude/longitude/height]",
+" -n        output NMEA-0183 GGA sentence [off]",
+" -g        output latitude/longitude in the form of ddd mm ss.ss' [ddd.ddd]",
+" -t        output time in the form of yyyy/mm/dd hh:mm:ss.ss [sssss.ss]",
+" -u        output time in utc [gpst]",
+" -d col    number of decimals in time [3]",
+" -s sep    field separator [' ']",
+" -r x y z  reference (base) receiver ecef pos (m) [average of single pos]",
+"           rover receiver ecef pos (m) for fixed or ppp-fixed mode",
+" -l lat lon hgt reference (base) receiver latitude/longitude/height (deg/m)",
+"           rover latitude/longitude/height for fixed or ppp-fixed mode",
+" -y level  output soltion status (0:off,1:states,2:residuals) [0]",
+" -x level  debug trace level (0:off) [0]"
+};
+/* show message --------------------------------------------------------------*/
+extern int showmsg(char *format, ...)
+{
+    va_list arg;
+    va_start(arg,format); vfprintf(stderr,format,arg); va_end(arg);
+    fprintf(stderr,"\r");
+    return 0;
+}
+extern void settspan(gtime_t ts, gtime_t te) {}
+extern void settime(gtime_t time) {}
+
+/* print help ----------------------------------------------------------------*/
+static void printhelp(void)
+{
+    int i;
+    for (i=0;i<(int)(sizeof(help)/sizeof(*help));i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* rnx2rtkp main -------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    prcopt_t prcopt=prcopt_default;
+    solopt_t solopt=solopt_default;
+    filopt_t filopt={""};
+    gtime_t ts={0},te={0};
+    double tint=0.0,es[]={2000,1,1,0,0,0},ee[]={2000,12,31,23,59,59},pos[3];
+    int i,j,n,ret;
+    char *infile[MAXFILE],*outfile="";
+    
+    prcopt.mode  =PMODE_KINEMA;
+    prcopt.navsys=SYS_GPS|SYS_GLO;
+    prcopt.refpos=1;
+    prcopt.glomodear=1;
+    solopt.timef=0;
+    sprintf(solopt.prog ,"%s ver.%s %s",PROGNAME,VER_RTKLIB,PATCH_LEVEL);
+    sprintf(filopt.trace,"%s.trace",PROGNAME);
+    
+    /* load options from configuration file */
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-k")&&i+1<argc) {
+            resetsysopts();
+            if (!loadopts(argv[++i],sysopts)) return -1;
+            getsysopts(&prcopt,&solopt,&filopt);
+        }
+    }
+    for (i=1,n=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-o")&&i+1<argc) outfile=argv[++i];
+        else if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",es,es+1,es+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",es+3,es+4,es+5);
+            ts=epoch2time(es);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",ee,ee+1,ee+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",ee+3,ee+4,ee+5);
+            te=epoch2time(ee);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) tint=atof(argv[++i]);
+        else if (!strcmp(argv[i],"-k")&&i+1<argc) {++i; continue;}
+        else if (!strcmp(argv[i],"-p")&&i+1<argc) prcopt.mode=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-f")&&i+1<argc) prcopt.nf=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-m")&&i+1<argc) prcopt.elmin=atof(argv[++i])*D2R;
+        else if (!strcmp(argv[i],"-v")&&i+1<argc) prcopt.thresar[0]=atof(argv[++i]);
+        else if (!strcmp(argv[i],"-s")&&i+1<argc) strcpy(solopt.sep,argv[++i]);
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) solopt.timeu=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-b")) prcopt.soltype=1;
+        else if (!strcmp(argv[i],"-c")) prcopt.soltype=2;
+        else if (!strcmp(argv[i],"-i")) prcopt.modear=2;
+        else if (!strcmp(argv[i],"-h")) prcopt.modear=3;
+        else if (!strcmp(argv[i],"-t")) solopt.timef=1;
+        else if (!strcmp(argv[i],"-u")) solopt.times=TIMES_UTC;
+        else if (!strcmp(argv[i],"-e")) solopt.posf=SOLF_XYZ;
+        else if (!strcmp(argv[i],"-a")) solopt.posf=SOLF_ENU;
+        else if (!strcmp(argv[i],"-n")) solopt.posf=SOLF_NMEA;
+        else if (!strcmp(argv[i],"-g")) solopt.degf=1;
+        else if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            prcopt.refpos=prcopt.rovpos=0;
+            for (j=0;j<3;j++) prcopt.rb[j]=atof(argv[++i]);
+            matcpy(prcopt.ru,prcopt.rb,3,1);
+        }
+        else if (!strcmp(argv[i],"-l")&&i+3<argc) {
+            prcopt.refpos=prcopt.rovpos=0;
+            for (j=0;j<3;j++) pos[j]=atof(argv[++i]);
+            for (j=0;j<2;j++) pos[j]*=D2R;
+            pos2ecef(pos,prcopt.rb);
+            matcpy(prcopt.ru,prcopt.rb,3,1);
+        }
+        else if (!strcmp(argv[i],"-y")&&i+1<argc) solopt.sstat=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-x")&&i+1<argc) solopt.trace=atoi(argv[++i]);
+        else if (*argv[i]=='-') printhelp();
+        else if (n<MAXFILE) infile[n++]=argv[i];
+    }
+    if (n<=0) {
+        showmsg("error : no input file");
+        return -2;
+    }
+    ret=postpos(ts,te,tint,0.0,&prcopt,&solopt,&filopt,infile,n,outfile,"","");
+    
+    if (!ret) fprintf(stderr,"%40s\r","");
+    return ret;
+}
diff --git a/app/rtkconv/clean.bat b/app/rtkconv/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtkconv/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtkconv/codeopt.cpp b/app/rtkconv/codeopt.cpp
new file mode 100644
index 0000000..46b610a
--- /dev/null
+++ b/app/rtkconv/codeopt.cpp
@@ -0,0 +1,342 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "convopt.h"
+#include "codeopt.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TCodeOptDialog *CodeOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TCodeOptDialog::TCodeOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TCodeOptDialog::FormShow(TObject *Sender)
+{
+	char mask[6][64]={""};
+	
+	for (int i=0;i<6;i++) strcpy(mask[i],ConvOptDialog->CodeMask[i].c_str());
+	G01->Checked=mask[0][ 0]=='1';
+	G02->Checked=mask[0][ 1]=='1';
+	G03->Checked=mask[0][ 2]=='1';
+	G04->Checked=mask[0][ 3]=='1';
+	G05->Checked=mask[0][ 4]=='1';
+	G06->Checked=mask[0][ 5]=='1';
+	G07->Checked=mask[0][ 6]=='1';
+	G08->Checked=mask[0][ 7]=='1';
+	G14->Checked=mask[0][13]=='1';
+	G15->Checked=mask[0][14]=='1';
+	G16->Checked=mask[0][15]=='1';
+	G17->Checked=mask[0][16]=='1';
+	G18->Checked=mask[0][17]=='1';
+	G19->Checked=mask[0][18]=='1';
+	G20->Checked=mask[0][19]=='1';
+	G21->Checked=mask[0][20]=='1';
+	G22->Checked=mask[0][21]=='1';
+	G23->Checked=mask[0][22]=='1';
+	G24->Checked=mask[0][23]=='1';
+	G25->Checked=mask[0][24]=='1';
+	G26->Checked=mask[0][25]=='1';
+	R01->Checked=mask[1][ 0]=='1';
+	R02->Checked=mask[1][ 1]=='1';
+	R14->Checked=mask[1][13]=='1';
+	R19->Checked=mask[1][18]=='1';
+	R44->Checked=mask[1][43]=='1';
+	R45->Checked=mask[1][44]=='1';
+	R46->Checked=mask[1][45]=='1';
+	E01->Checked=mask[2][ 0]=='1';
+	E10->Checked=mask[2][ 9]=='1';
+	E11->Checked=mask[2][10]=='1';
+	E12->Checked=mask[2][11]=='1';
+	E13->Checked=mask[2][12]=='1';
+	E24->Checked=mask[2][23]=='1';
+	E25->Checked=mask[2][24]=='1';
+	E26->Checked=mask[2][25]=='1';
+	E27->Checked=mask[2][26]=='1';
+	E28->Checked=mask[2][27]=='1';
+	E29->Checked=mask[2][28]=='1';
+	E30->Checked=mask[2][29]=='1';
+	E31->Checked=mask[2][30]=='1';
+	E32->Checked=mask[2][31]=='1';
+	E33->Checked=mask[2][32]=='1';
+	E34->Checked=mask[2][33]=='1';
+	E37->Checked=mask[2][36]=='1';
+	E38->Checked=mask[2][37]=='1';
+	E39->Checked=mask[2][38]=='1';
+	J01->Checked=mask[3][ 0]=='1';
+	J07->Checked=mask[3][ 6]=='1';
+	J08->Checked=mask[3][ 7]=='1';
+	J13->Checked=mask[3][12]=='1';
+	J12->Checked=mask[3][11]=='1';
+	J16->Checked=mask[3][15]=='1';
+	J17->Checked=mask[3][16]=='1';
+	J18->Checked=mask[3][17]=='1';
+	J24->Checked=mask[3][23]=='1';
+	J25->Checked=mask[3][24]=='1';
+	J26->Checked=mask[3][25]=='1';
+	J35->Checked=mask[3][34]=='1';
+	J36->Checked=mask[3][35]=='1';
+	J33->Checked=mask[3][32]=='1';
+	C47->Checked=mask[5][46]=='1';
+	C48->Checked=mask[5][47]=='1';
+	C12->Checked=mask[5][11]=='1';
+	C27->Checked=mask[5][26]=='1';
+	C28->Checked=mask[5][27]=='1';
+	C29->Checked=mask[5][28]=='1';
+	C42->Checked=mask[5][41]=='1';
+	C43->Checked=mask[5][42]=='1';
+	C33->Checked=mask[5][32]=='1';
+	S01->Checked=mask[4][ 0]=='1';
+	S24->Checked=mask[4][23]=='1';
+	S25->Checked=mask[4][24]=='1';
+	S26->Checked=mask[4][25]=='1';
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TCodeOptDialog::BtnOkClick(TObject *Sender)
+{
+	char mask[6][64]={""};
+	
+	for (int i=0;i<6;i++) for (int j=0;j<MAXCODE;j++) mask[i][j]='0';
+	if (G01->Checked) mask[0][ 0]='1';
+	if (G02->Checked) mask[0][ 1]='1';
+	if (G03->Checked) mask[0][ 2]='1';
+	if (G04->Checked) mask[0][ 3]='1';
+	if (G05->Checked) mask[0][ 4]='1';
+	if (G06->Checked) mask[0][ 5]='1';
+	if (G07->Checked) mask[0][ 6]='1';
+	if (G08->Checked) mask[0][ 7]='1';
+	if (G14->Checked) mask[0][13]='1';
+	if (G15->Checked) mask[0][14]='1';
+	if (G16->Checked) mask[0][15]='1';
+	if (G17->Checked) mask[0][16]='1';
+	if (G18->Checked) mask[0][17]='1';
+	if (G19->Checked) mask[0][18]='1';
+	if (G20->Checked) mask[0][19]='1';
+	if (G21->Checked) mask[0][20]='1';
+	if (G22->Checked) mask[0][21]='1';
+	if (G23->Checked) mask[0][22]='1';
+	if (G24->Checked) mask[0][23]='1';
+	if (G25->Checked) mask[0][24]='1';
+	if (G26->Checked) mask[0][25]='1';
+	if (R01->Checked) mask[1][ 0]='1';
+	if (R02->Checked) mask[1][ 1]='1';
+	if (R14->Checked) mask[1][13]='1';
+	if (R19->Checked) mask[1][18]='1';
+	if (R44->Checked) mask[1][43]='1';
+	if (R45->Checked) mask[1][44]='1';
+	if (R46->Checked) mask[1][45]='1';
+	if (E01->Checked) mask[2][ 0]='1';
+	if (E10->Checked) mask[2][ 9]='1';
+	if (E11->Checked) mask[2][10]='1';
+	if (E12->Checked) mask[2][11]='1';
+	if (E13->Checked) mask[2][12]='1';
+	if (E24->Checked) mask[2][23]='1';
+	if (E25->Checked) mask[2][24]='1';
+	if (E26->Checked) mask[2][25]='1';
+	if (E27->Checked) mask[2][26]='1';
+	if (E28->Checked) mask[2][27]='1';
+	if (E29->Checked) mask[2][28]='1';
+	if (E30->Checked) mask[2][29]='1';
+	if (E31->Checked) mask[2][30]='1';
+	if (E32->Checked) mask[2][31]='1';
+	if (E33->Checked) mask[2][32]='1';
+	if (E34->Checked) mask[2][33]='1';
+	if (E37->Checked) mask[2][36]='1';
+	if (E38->Checked) mask[2][37]='1';
+	if (E39->Checked) mask[2][38]='1';
+	if (J01->Checked) mask[3][ 0]='1';
+	if (J07->Checked) mask[3][ 6]='1';
+	if (J08->Checked) mask[3][ 7]='1';
+	if (J13->Checked) mask[3][12]='1';
+	if (J12->Checked) mask[3][11]='1';
+	if (J16->Checked) mask[3][15]='1';
+	if (J17->Checked) mask[3][16]='1';
+	if (J18->Checked) mask[3][17]='1';
+	if (J24->Checked) mask[3][23]='1';
+	if (J25->Checked) mask[3][24]='1';
+	if (J26->Checked) mask[3][25]='1';
+	if (J35->Checked) mask[3][34]='1';
+	if (J36->Checked) mask[3][35]='1';
+	if (J33->Checked) mask[3][32]='1';
+	if (C47->Checked) mask[5][46]='1';
+	if (C48->Checked) mask[5][47]='1';
+	if (C12->Checked) mask[5][11]='1';
+	if (C27->Checked) mask[5][26]='1';
+	if (C28->Checked) mask[5][27]='1';
+	if (C29->Checked) mask[5][28]='1';
+	if (C42->Checked) mask[5][41]='1';
+	if (C43->Checked) mask[5][42]='1';
+	if (C33->Checked) mask[5][32]='1';
+	if (S01->Checked) mask[4][ 0]='1';
+	if (S24->Checked) mask[4][23]='1';
+	if (S25->Checked) mask[4][24]='1';
+	if (S26->Checked) mask[4][25]='1';
+	for (int i=0;i<6;i++) ConvOptDialog->CodeMask[i]=mask[i];
+}
+//---------------------------------------------------------------------------
+void __fastcall TCodeOptDialog::BtnSetAllClick(TObject *Sender)
+{
+	int set=BtnSetAll->Caption=="Set All";
+	
+	G01->Checked=set;
+	G02->Checked=set;
+	G03->Checked=set;
+	G04->Checked=set;
+	G05->Checked=set;
+	G06->Checked=set;
+	G07->Checked=set;
+	G08->Checked=set;
+	G14->Checked=set;
+	G15->Checked=set;
+	G16->Checked=set;
+	G17->Checked=set;
+	G18->Checked=set;
+	G19->Checked=set;
+	G20->Checked=set;
+	G21->Checked=set;
+	G22->Checked=set;
+	G23->Checked=set;
+	G24->Checked=set;
+	G25->Checked=set;
+	G26->Checked=set;
+	R01->Checked=set;
+	R02->Checked=set;
+	R14->Checked=set;
+	R19->Checked=set;
+	R44->Checked=set;
+	R45->Checked=set;
+	R46->Checked=set;
+	E01->Checked=set;
+	E10->Checked=set;
+	E11->Checked=set;
+	E12->Checked=set;
+	E13->Checked=set;
+	E24->Checked=set;
+	E25->Checked=set;
+	E26->Checked=set;
+	E27->Checked=set;
+	E28->Checked=set;
+	E29->Checked=set;
+	E30->Checked=set;
+	E31->Checked=set;
+	E32->Checked=set;
+	E33->Checked=set;
+	E34->Checked=set;
+	E37->Checked=set;
+	E38->Checked=set;
+	E39->Checked=set;
+	J01->Checked=set;
+	J07->Checked=set;
+	J08->Checked=set;
+	J13->Checked=set;
+	J12->Checked=set;
+	J16->Checked=set;
+	J17->Checked=set;
+	J18->Checked=set;
+	J24->Checked=set;
+	J25->Checked=set;
+	J26->Checked=set;
+	J35->Checked=set;
+	J36->Checked=set;
+	J33->Checked=set;
+	C47->Checked=set;
+	C48->Checked=set;
+	C12->Checked=set;
+	C27->Checked=set;
+	C28->Checked=set;
+	C29->Checked=set;
+	C42->Checked=set;
+	C43->Checked=set;
+	C33->Checked=set;
+	S01->Checked=set;
+	S24->Checked=set;
+	S25->Checked=set;
+	S26->Checked=set;
+	BtnSetAll->Caption=BtnSetAll->Caption=="Set All"?"Unset All":"Set All";
+}
+//---------------------------------------------------------------------------
+void __fastcall TCodeOptDialog::UpdateEnable(void)
+{
+	G01->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G02->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G03->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G04->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G05->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G06->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G07->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G08->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1);
+	G14->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G15->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G16->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G17->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G18->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G19->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G20->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G21->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G22->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G23->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2);
+	G24->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5);
+	G25->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5);
+	G26->Enabled=(NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5);
+	R01->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L1);
+	R02->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L1);
+	R14->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L2);
+	R19->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L2);
+	R44->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5);
+	R45->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5);
+	R46->Enabled=(NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5);
+	E01->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1);
+	E10->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1);
+	E11->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1);
+	E12->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1);
+	E13->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1);
+	E24->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5);
+	E25->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5);
+	E26->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5);
+	E27->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7);
+	E28->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7);
+	E29->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7);
+	E30->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6);
+	E31->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6);
+	E32->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6);
+	E33->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6);
+	E34->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6);
+	E37->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8);
+	E38->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8);
+	E39->Enabled=(NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8);
+	J01->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1);
+	J07->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1);
+	J08->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1);
+	J13->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1);
+	J12->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1);
+	J16->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2);
+	J17->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2);
+	J18->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2);
+	J24->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5);
+	J25->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5);
+	J26->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5);
+	J35->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6);
+	J36->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6);
+	J33->Enabled=(NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6);
+	C47->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1);
+	C48->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1);
+	C12->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1);
+	C27->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7);
+	C28->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7);
+	C29->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7);
+	C42->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6);
+	C43->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6);
+	C33->Enabled=(NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6);
+	S01->Enabled=(NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L1);
+	S24->Enabled=(NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5);
+	S25->Enabled=(NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5);
+	S26->Enabled=(NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv/codeopt.h b/app/rtkconv/codeopt.h
new file mode 100644
index 0000000..5753eaa
--- /dev/null
+++ b/app/rtkconv/codeopt.h
@@ -0,0 +1,108 @@
+//---------------------------------------------------------------------------
+#ifndef codeoptH
+#define codeoptH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+//---------------------------------------------------------------------------
+class TCodeOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TGroupBox *GroupBox1;
+	TCheckBox *G01;
+	TCheckBox *G02;
+	TCheckBox *G03;
+	TCheckBox *G04;
+	TCheckBox *G06;
+	TCheckBox *G07;
+	TCheckBox *G05;
+	TCheckBox *G14;
+	TCheckBox *G15;
+	TCheckBox *G16;
+	TCheckBox *G17;
+	TCheckBox *G19;
+	TCheckBox *G20;
+	TCheckBox *G18;
+	TCheckBox *G22;
+	TCheckBox *G24;
+	TCheckBox *G25;
+	TCheckBox *G26;
+	TGroupBox *GroupBox2;
+	TCheckBox *R01;
+	TCheckBox *R02;
+	TCheckBox *R14;
+	TCheckBox *R19;
+	TGroupBox *GroupBox3;
+	TCheckBox *E01;
+	TCheckBox *E10;
+	TCheckBox *E11;
+	TCheckBox *E12;
+	TCheckBox *E13;
+	TCheckBox *E24;
+	TCheckBox *E25;
+	TCheckBox *E26;
+	TCheckBox *E27;
+	TCheckBox *E28;
+	TCheckBox *E29;
+	TCheckBox *E30;
+	TCheckBox *E32;
+	TCheckBox *E33;
+	TCheckBox *E31;
+	TCheckBox *E37;
+	TCheckBox *E38;
+	TCheckBox *E39;
+	TGroupBox *GroupBox4;
+	TCheckBox *J01;
+	TCheckBox *J07;
+	TCheckBox *J08;
+	TCheckBox *J13;
+	TCheckBox *J12;
+	TCheckBox *J16;
+	TCheckBox *J17;
+	TCheckBox *J18;
+	TCheckBox *J24;
+	TCheckBox *J26;
+	TCheckBox *J35;
+	TCheckBox *J25;
+	TGroupBox *GroupBox5;
+	TCheckBox *S01;
+	TCheckBox *S24;
+	TCheckBox *S25;
+	TCheckBox *S26;
+	TCheckBox *J36;
+	TCheckBox *G21;
+	TCheckBox *G08;
+	TCheckBox *G23;
+	TCheckBox *E34;
+	TButton *BtnSetAll;
+	TCheckBox *J33;
+	TGroupBox *GroupBox6;
+	TCheckBox *C47;
+	TCheckBox *C42;
+	TCheckBox *C27;
+	TCheckBox *C28;
+	TCheckBox *C29;
+	TCheckBox *C48;
+	TCheckBox *C12;
+	TCheckBox *C43;
+	TCheckBox *C33;
+	TCheckBox *R44;
+	TCheckBox *R46;
+	TCheckBox *R45;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnSetAllClick(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	int NavSys,FreqType;
+	__fastcall TCodeOptDialog(TComponent* Owner);
+};
+//----------------------------------------------------------------------
+extern PACKAGE TCodeOptDialog *CodeOptDialog;
+//----------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv/convmain.cpp b/app/rtkconv/convmain.cpp
new file mode 100644
index 0000000..726eca0
--- /dev/null
+++ b/app/rtkconv/convmain.cpp
@@ -0,0 +1,1047 @@
+//---------------------------------------------------------------------------
+// rtkconv : rinex translator
+//
+//          Copyright (C) 2007-2011 by T.TAKASU, All rights reserved.
+//
+// options : rtkconv [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2008/07/14  1.0 new
+//           2010/07/18  1.1 rtklib 2.4.0
+//           2011/06/10  1.2 rtklib 2.4.1
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#ifdef TCPP
+#include <vcl\inifiles.hpp>
+#else
+#include <inifiles.hpp>
+#endif
+#include "wstring.h"
+
+#pragma hdrstop
+
+#include "convmain.h"
+#include "timedlg.h"
+#include "confdlg.h"
+#include "aboutdlg.h"
+#include "startdlg.h"
+#include "keydlg.h"
+#include "convopt.h"
+#include "viewer.h"
+#include "rtklib.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+TMainWindow *MainWindow;
+
+#define PRGNAME     "RTKCONV"  // program name
+#define MAXHIST     20         // max number of histories
+#define TSTARTMARGIN 60.0      // time margin for file name replacement
+#define TRACEFILE   "rtkconv.trace" // trace file
+
+static int abortf=0;
+
+// show message in message area ---------------------------------------------
+extern "C" {
+extern int showmsg(char *format,...)
+{
+    static int i=0;
+    va_list arg;
+    char buff[1024];
+    va_start(arg,format); vsprintf(buff,format,arg); va_end(arg);
+    MainWindow->Message->Caption=buff;
+    if (++i%100==0) Application->ProcessMessages();
+    return abortf;
+}
+}
+// constructor --------------------------------------------------------------
+__fastcall TMainWindow::TMainWindow(TComponent* Owner)
+    : TForm(Owner)
+{
+    gtime_t time0={0};
+    int i;
+    char file[1024]="rtkconv.exe",*p;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    DoubleBuffered=true;
+    Format->Items->Clear();
+    Format->Items->Add("Auto");
+    for (i=0;i<=MAXRCVFMT;i++) {
+        Format->Items->Add(formatstrs[i]);
+    }
+    Format->Items->Add(formatstrs[STRFMT_RINEX]);
+    RnxTime=time0;
+    EventEna=0;
+}
+// callback on form create --------------------------------------------------
+void __fastcall TMainWindow::FormCreate(TObject *Sender)
+{
+    AnsiString s;
+    
+    Caption=s.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    
+    ::DragAcceptFiles(Handle,true);
+}
+// callback on form show ----------------------------------------------------
+void __fastcall TMainWindow::FormShow(TObject *Sender)
+{
+    char *p,*argv[32],buff[1024];
+    int argc=0;
+    
+    strcpy(buff,GetCommandLine());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    LoadOpt();
+    
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+    }
+    EventEna=1;
+}
+// callback on form close ---------------------------------------------------
+void __fastcall TMainWindow::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    SaveOpt();
+}
+// set output file paths ----------------------------------------------------
+void __fastcall TMainWindow::SetOutFiles(AnsiString infile)
+{
+    TEdit *edit[]={
+        OutFile1,OutFile2,OutFile3,OutFile4,OutFile5,OutFile6,OutFile7
+    };
+    AnsiString Format_Text=Format->Text;
+    AnsiString OutDir_Text=OutDir->Text;
+    char *ifile,ofile[8][1024],*code,*p;
+    int i,lex=strstr(Format_Text.c_str(),"LEX")!=NULL;
+    
+    if (!EventEna) return;
+    
+    ifile=infile.c_str();
+    if (OutDirEna->Checked) {
+        if ((p=strrchr(ifile,'\\'))) p++; else p=ifile;
+        sprintf(ofile[0],"%s\\%s",OutDir_Text.c_str(),p);
+    }
+    else {
+        strcpy(ofile[0],ifile);
+    }
+    for (p=ofile[0];*p;p++) {
+        if (*p=='*'||*p=='?') *p='0';
+    }
+    if (!RnxFile) {
+        if ((p=strrchr(ofile[0],'.'))) *p='\0';
+        sprintf(ofile[1],"%s.obs" ,ofile[0]);
+        sprintf(ofile[2],"%s.nav" ,ofile[0]);
+        sprintf(ofile[3],"%s.gnav",ofile[0]);
+        sprintf(ofile[4],"%s.hnav",ofile[0]);
+        sprintf(ofile[5],"%s.qnav",ofile[0]);
+        sprintf(ofile[6],"%s.lnav",ofile[0]);
+        sprintf(ofile[7],lex?"%s.lex":"%s.sbs",ofile[0]);
+    }
+    else {
+        if ((p=strrchr(ofile[0],'\\'))) *(p+1)='\0';
+        else ofile[0][0]='\0';
+        sprintf(ofile[1],"%s%%r%%n0.%%yO",ofile[0]);
+        if (RnxVer>=3&&NavSys&&(NavSys!=SYS_GPS)) { /* ver.3 and mixed system */
+            sprintf(ofile[2],"%s%%r%%n0.%%yP",ofile[0]);
+        }
+        else {
+            sprintf(ofile[2],"%s%%r%%n0.%%yN",ofile[0]);
+        }
+        sprintf(ofile[3],"%s%%r%%n0.%%yG",ofile[0]);
+        sprintf(ofile[4],"%s%%r%%n0.%%yH",ofile[0]);
+        sprintf(ofile[5],"%s%%r%%n0.%%yQ",ofile[0]);
+        sprintf(ofile[6],"%s%%r%%n0.%%yL",ofile[0]);
+        sprintf(ofile[7],lex?"%s%%r%%n0_%%y.lex":"%s%%r%%n0_%%y.sbs",ofile[0]);
+    }
+    for (i=0;i<7;i++) {
+        if (!strcmp(ofile[i+1],ifile)) strcat(ofile[i+1],"_");
+        edit[i]->Text=ofile[i+1];
+    }
+}
+// callback on file drag and drop -------------------------------------------
+void __fastcall TMainWindow::DropFiles(TWMDropFiles msg)
+{
+    char *p,str[1024];
+    
+    if (DragQueryFile((HDROP)msg.Drop,0xFFFFFFFF,NULL,0)<=0) return;
+    DragQueryFile((HDROP)msg.Drop,0,str,sizeof(str));
+    InFile->Text=str;
+    SetOutFiles(InFile->Text);
+}
+// add history --------------------------------------------------------------
+void __fastcall TMainWindow::AddHist(TComboBox *combo)
+{
+    AnsiString hist=combo->Text;
+    if (hist=="") return;
+    TStrings *list=combo->Items;
+    int i=list->IndexOf(hist);
+    if (i>=0) list->Delete(i);
+    list->Insert(0,hist);
+    for (int i=list->Count-1;i>=MAXHIST;i--) list->Delete(i);
+    combo->ItemIndex=0;
+}
+// read histroy from ini-file -----------------------------------------------
+TStringList * __fastcall TMainWindow::ReadList(TIniFile *ini, AnsiString cat,
+    AnsiString key)
+{
+    TStringList *list=new TStringList;
+    AnsiString s,item;
+    int i;
+    
+    for (i=0;i<100;i++) {
+        item=ini->ReadString(cat,s.sprintf("%s_%03d",key.c_str(),i),"");
+        if (item!="") list->Add(item); else break;
+    }
+    return list;
+}
+// save history to ini-file -------------------------------------------------
+void __fastcall TMainWindow::WriteList(TIniFile *ini, AnsiString cat,
+    AnsiString key, TStrings *list)
+{
+    AnsiString s;
+    int i;
+    
+    for (i=0;i<list->Count;i++) {
+        ini->WriteString(cat,s.sprintf("%s_%03d",key.c_str(),i),list->Strings[i]);
+    }
+}
+// callback on button-plot --------------------------------------------------
+void __fastcall TMainWindow::BtnPlotClick(TObject *Sender)
+{
+    AnsiString file1=OutFile1->Text;
+    AnsiString file2=OutFile2->Text;
+    AnsiString file3=OutFile3->Text;
+    AnsiString file4=OutFile4->Text;
+    AnsiString file5=OutFile5->Text;
+    AnsiString file6=OutFile6->Text;
+    AnsiString file[]={file1,file2,file3,file4,file5,file6};
+    AnsiString cmd1="rtkplot",cmd2="..\\..\\..\\bin\\rtkplot",opts=" -r";
+    TCheckBox *cb[]={
+        OutFileEna1,OutFileEna2,OutFileEna3,OutFileEna4,OutFileEna5,OutFileEna6
+    };
+    int i,ena[6];
+    
+    for (i=0;i<6;i++) ena[i]=cb[i]->Enabled&&cb[i]->Checked;
+    
+    for (i=0;i<6;i++) {
+        if (ena[i]) opts=opts+" \""+RepPath(file[i])+"\"";
+    }
+    if (opts==" -r") return;
+    
+    if (!ExecCmd(cmd1+opts)&&!ExecCmd(cmd2+opts)) {
+        Message->Caption="error : rtkplot execution";
+    }
+}
+// callback on button-post-proc ---------------------------------------------
+void __fastcall TMainWindow::BtnPostClick(TObject *Sender)
+{
+    AnsiString path2="..\\..\\..\\bin\\";
+    AnsiString cmd1=CmdPostExe,cmd2=path2+CmdPostExe,opts=" ";
+    
+    if (!OutFileEna1->Checked) return;
+    
+    opts=opts+" -r \""+OutFile1->Text+"\"";
+    opts=opts+" -n \"\" -n \"\"";
+    
+    if (OutFileEna7->Checked) {
+        opts=opts+" -n \""+OutFile7->Text+"\"";
+    }
+    if (TimeStartF->Checked) opts=opts+" -ts "+TimeY1->Text+" "+TimeH1->Text;
+    if (TimeEndF  ->Checked) opts=opts+" -te "+TimeY2->Text+" "+TimeH2->Text;
+    if (TimeIntF  ->Checked) opts=opts+" -ti "+TimeInt->Text;
+    if (TimeUnitF ->Checked) opts=opts+" -tu "+TimeUnit->Text;
+    
+    if (!ExecCmd(cmd1+opts)&&!ExecCmd(cmd2+opts)) {
+        Message->Caption="error : rtkpost execution";
+    }
+}
+// callback on button-options -----------------------------------------------
+void __fastcall TMainWindow::BtnOptionsClick(TObject *Sender)
+{
+    int rnxfile=RnxFile;
+    if (ConvOptDialog->ShowModal()!=mrOk) return;
+    if (RnxFile!=rnxfile) {
+        SetOutFiles(InFile->Text);
+    }
+    UpdateEnable();
+}
+// callback on button-convert -----------------------------------------------
+void __fastcall TMainWindow::BtnConvertClick(TObject *Sender)
+{
+    ConvertFile();
+}
+// callback on button-exit --------------------------------------------------
+void __fastcall TMainWindow::BtnExitClick(TObject *Sender)
+{
+    Close();
+}
+// callbck on button-time-1 -------------------------------------------------
+void __fastcall TMainWindow::BtnTime1Click(TObject *Sender)
+{
+    gtime_t ts={0},te={0};
+    double tint=0.0,tunit=0.0;
+    GetTime(&ts,&te,&tint,&tunit);
+    TimeDialog->Time=ts;
+    TimeDialog->ShowModal();
+}
+// callbck on button-time-2 -------------------------------------------------
+void __fastcall TMainWindow::BtnTime2Click(TObject *Sender)
+{
+    gtime_t ts={0},te={0};
+    double tint=0.0,tunit=0.0;
+    GetTime(&ts,&te,&tint,&tunit);
+    TimeDialog->Time=te;
+    TimeDialog->ShowModal();
+}
+// callback on button-input-file --------------------------------------------
+void __fastcall TMainWindow::BtnInFileClick(TObject *Sender)
+{
+    OpenDialog->Title="Input RTCM, RCV RAW or RINEX OBS File";
+    OpenDialog->FileName="";
+    if (!OpenDialog->Execute()) return;
+    InFile->Text=OpenDialog->FileName;
+    SetOutFiles(InFile->Text);
+}
+// callback on output-directory change --------------------------------------
+void __fastcall TMainWindow::OutDirChange(TObject *Sender)
+{
+    SetOutFiles(InFile->Text);
+}
+// callback on button-output-directory --------------------------------------
+void __fastcall TMainWindow::BtnOutDirClick(TObject *Sender)
+{
+#ifdef TCPP
+    AnsiString dir=OutDir->Text;
+    if (!SelectDirectory("Output Directory","",dir)) return;
+    OutDir->Text=dir;
+#else
+    UnicodeString dir=OutDir->Text;
+    TSelectDirExtOpts opt=TSelectDirExtOpts()<<sdNewUI<<sdNewFolder;
+    if (!SelectDirectory(L"Output Directory",L"",dir,opt)) return;
+    OutDir->Text=dir;
+#endif
+}
+// callback on button-keyword -----------------------------------------------
+void __fastcall TMainWindow::BtnKeyClick(TObject *Sender)
+{
+    KeyDialog->Flag=1;
+    KeyDialog->Show();
+}
+// callback on button-output-file-1 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile1Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX OBS File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=2;
+    if (!OpenDialog2->Execute()) return;
+    OutFile1->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-2 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile2Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX NAV File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=3;
+    if (!OpenDialog2->Execute()) return;
+    OutFile2->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-3 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile3Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX GNAV File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=4;
+    if (!OpenDialog2->Execute()) return;
+    OutFile3->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-4 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile4Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX HNAV File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=5;
+    if (!OpenDialog2->Execute()) return;
+    OutFile4->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-5 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile5Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX QNAV File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=6;
+    if (!OpenDialog2->Execute()) return;
+    OutFile5->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-6 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile6Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output RINEX LNAV File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=7;
+    if (!OpenDialog2->Execute()) return;
+    OutFile6->Text=OpenDialog2->FileName;
+}
+// callback on button-output-file-7 -----------------------------------------
+void __fastcall TMainWindow::BtnOutFile7Click(TObject *Sender)
+{
+    OpenDialog2->Title="Output SBAS/LEX Log File";
+    OpenDialog2->FileName="";
+    OpenDialog2->FilterIndex=8;
+    if (!OpenDialog2->Execute()) return;
+    OutFile7->Text=OpenDialog2->FileName;
+}
+// callback on button-view-input-file ----------------------------------------
+void __fastcall TMainWindow::BtnInFileViewClick(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString InFile_Text=InFile->Text;
+    char *ext=strrchr(InFile_Text.c_str(),'.');
+    if (!*ext||strlen(ext)<4) return;
+    if (!strcmp(ext,".obs" )||!strcmp(ext,".OBS" )||!strcmp(ext,".nav")||
+        !strcmp(ext,".NAV" )||!strcmp(ext+2,"nav")||!strcmp(ext,"NAV" )||
+        !strcmp(ext+3,"o"  )||!strcmp(ext+3,"O"  )||!strcmp(ext+3,"n" )||
+        !strcmp(ext+3,"N"  )||!strcmp(ext+3,"p"  )||!strcmp(ext+3,"P" )||
+        !strcmp(ext+3,"g"  )||!strcmp(ext+3,"G"  )||!strcmp(ext+3,"h" )||
+        !strcmp(ext+3,"H"  )||!strcmp(ext+3,"q"  )||!strcmp(ext+3,"Q" )||
+        !strcmp(ext+3,"l"  )||!strcmp(ext+3,"L"  )) {
+        viewer->Show();
+        viewer->Read(RepPath(InFile_Text));
+    }
+}
+// callback on button-view-file-1 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView1Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile1_Text=OutFile1->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile1_Text));
+}
+// callback on button-view-file-2 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView2Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile2_Text=OutFile2->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile2_Text));
+}
+// callback on button-view-file-3 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView3Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile3_Text=OutFile3->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile3_Text));
+}
+// callback on button-view-file-4 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView4Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile4_Text=OutFile4->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile4_Text));
+}
+// callback on button-view-file-5 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView5Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile5_Text=OutFile5->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile5_Text));
+}
+// callback on button-view-file-6 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView6Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile6_Text=OutFile6->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile6_Text));
+}
+// callback on button-view-file-7 -------------------------------------------
+void __fastcall TMainWindow::BtnOutFileView7Click(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    AnsiString OutFile7_Text=OutFile7->Text;
+    viewer->Show();
+    viewer->Read(RepPath(OutFile7_Text));
+}
+// callback on button-about -------------------------------------------------
+void __fastcall TMainWindow::BtnAboutClick(TObject *Sender)
+{
+    AboutDialog->About=PRGNAME;
+    AboutDialog->IconIndex=3;
+    AboutDialog->ShowModal();
+}
+// callback on button-time-start --------------------------------------------
+void __fastcall TMainWindow::TimeStartFClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on button-time-end ----------------------------------------------
+void __fastcall TMainWindow::TimeEndFClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on button-time-interval -----------------------------------------
+void __fastcall TMainWindow::TimeIntFClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on output-file check/uncheck ------------------------------------
+void __fastcall TMainWindow::OutDirEnaClick(TObject *Sender)
+{
+    SetOutFiles(InFile->Text);
+    UpdateEnable();
+}
+// callback on input-file-change --------------------------------------------
+void __fastcall TMainWindow::InFileChange(TObject *Sender)
+{
+    SetOutFiles(InFile->Text);
+}
+// callback on format change ------------------------------------------------
+void __fastcall TMainWindow::FormatChange(TObject *Sender)
+{
+    UpdateEnable();
+}
+// get time -----------------------------------------------------------------
+void __fastcall TMainWindow::GetTime(gtime_t *ts, gtime_t *te, double *tint,
+        double *tunit)
+{
+    AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+    AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+    AnsiString TimeInt_Text=TimeInt->Text,TimeUnit_Text=TimeUnit->Text;
+    double eps[]={2000,1,1,0,0,0},epe[]={2000,1,1,0,0,0};
+    
+    if (TimeStartF->Checked) {
+        sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",eps,eps+1,eps+2);
+        sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+        *ts=epoch2time(eps);
+    }
+    if (TimeEndF->Checked) {
+        sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",epe,epe+1,epe+2);
+        sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+        *te=epoch2time(epe);
+    }
+    if (TimeIntF->Checked) {
+        sscanf(TimeInt_Text.c_str(),"%lf",tint);
+    }
+    if (TimeUnitF->Checked) {
+        if (sscanf(TimeUnit_Text.c_str(),"%lf",tunit)>=1) *tunit*=3600.0;
+    }
+}
+// callback on time-start-ymd change ----------------------------------------
+void __fastcall TMainWindow::TimeY1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeY1_Text=TimeY1->Text,s;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+    sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+// callback on time-start-hms change ----------------------------------------
+void __fastcall TMainWindow::TimeH1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeH1_Text=TimeH1->Text,s;
+    int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+    sscanf(TimeH1_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH1->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+    TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+// callback on time-end-ymd change ------------------------------------------
+void __fastcall TMainWindow::TimeY2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeY2_Text=TimeY2->Text,s;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY2->SelStart,ud=Direction==updUp?1:-1;
+    sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY2->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+// callback on time-end-hms change ------------------------------------------
+void __fastcall TMainWindow::TimeH2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeH2_Text=TimeH2->Text,s;
+    int hms[3]={0},sec,p=TimeH2->SelStart,ud=Direction==updUp?1:-1;
+    sscanf(TimeH2_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH2->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+    TimeH2->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+// replace keywords in file path --------------------------------------------
+AnsiString __fastcall TMainWindow::RepPath(AnsiString File)
+{
+    AnsiString Path;
+    char path[1024];
+    reppath(File.c_str(),path,timeadd(RnxTime,TSTARTMARGIN),RnxCode.c_str(),"");
+    return Path=path;
+}
+// execute command ----------------------------------------------------------
+int __fastcall TMainWindow::ExecCmd(AnsiString cmd)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    if (!CreateProcess(NULL,p,NULL,NULL,false,0,NULL,NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+// undate enable/disable of widgets -----------------------------------------
+void __fastcall TMainWindow::UpdateEnable(void)
+{
+    AnsiString FormatText=Format->Text;
+    int rnx=strstr(FormatText.c_str(),"RINEX")!=NULL;
+    TimeY1         ->Enabled=TimeStartF ->Checked;
+    TimeH1         ->Enabled=TimeStartF ->Checked;
+    TimeY1UD       ->Enabled=TimeStartF ->Checked;
+    TimeH1UD       ->Enabled=TimeStartF ->Checked;
+    BtnTime1       ->Enabled=TimeStartF ->Checked;
+    TimeY2         ->Enabled=TimeEndF   ->Checked;
+    TimeH2         ->Enabled=TimeEndF   ->Checked;
+    TimeY2UD       ->Enabled=TimeEndF   ->Checked;
+    TimeH2UD       ->Enabled=TimeEndF   ->Checked;
+    BtnTime2       ->Enabled=TimeEndF   ->Checked;
+    TimeInt        ->Enabled=TimeIntF   ->Checked;
+    LabelTimeInt   ->Enabled=TimeInt    ->Enabled;
+    TimeUnitF      ->Enabled=TimeStartF->Checked&&TimeEndF->Checked;
+    TimeUnit       ->Enabled=TimeStartF->Checked&&TimeEndF->Checked&&TimeUnitF->Checked;
+    LabelTimeUnit  ->Enabled=TimeUnit  ->Enabled;
+    OutFileEna3    ->Enabled=RnxVer<3&&(NavSys&SYS_GLO);
+    OutFileEna4    ->Enabled=RnxVer<3&&(NavSys&SYS_SBS);
+    OutFileEna5    ->Enabled=RnxVer<3&&(NavSys&SYS_QZS);
+    OutFileEna6    ->Enabled=RnxVer<3&&(NavSys&SYS_GAL);
+    OutFileEna7    ->Enabled=!rnx;
+    OutDir         ->Enabled=OutDirEna  ->Checked;
+    LabelOutDir    ->Enabled=OutDirEna  ->Checked;
+    OutFile1       ->Enabled=OutFileEna1->Checked;
+    OutFile2       ->Enabled=OutFileEna2->Checked;
+    OutFile3       ->Enabled=OutFileEna3->Checked&&RnxVer<3&&(NavSys&SYS_GLO);
+    OutFile4       ->Enabled=OutFileEna4->Checked&&RnxVer<3&&(NavSys&SYS_SBS);
+    OutFile5       ->Enabled=OutFileEna5->Checked&&RnxVer<3&&(NavSys&SYS_QZS);
+    OutFile6       ->Enabled=OutFileEna6->Checked&&RnxVer<3&&(NavSys&SYS_GAL);
+    OutFile7       ->Enabled=OutFileEna7->Checked&&!rnx;
+    BtnOutDir      ->Enabled=OutDirEna  ->Checked;
+    BtnOutFile1    ->Enabled=OutFile1->Enabled;
+    BtnOutFile2    ->Enabled=OutFile2->Enabled;
+    BtnOutFile3    ->Enabled=OutFile3->Enabled;
+    BtnOutFile4    ->Enabled=OutFile4->Enabled;
+    BtnOutFile5    ->Enabled=OutFile5->Enabled;
+    BtnOutFile6    ->Enabled=OutFile6->Enabled;
+    BtnOutFile7    ->Enabled=OutFile7->Enabled;
+    BtnOutFileView1->Enabled=OutFile1->Enabled;
+    BtnOutFileView2->Enabled=OutFile2->Enabled;
+    BtnOutFileView3->Enabled=OutFile3->Enabled;
+    BtnOutFileView4->Enabled=OutFile4->Enabled;
+    BtnOutFileView5->Enabled=OutFile5->Enabled;
+    BtnOutFileView6->Enabled=OutFile6->Enabled;
+    BtnOutFileView7->Enabled=OutFile7->Enabled;
+}
+// convert file -------------------------------------------------------------
+void __fastcall TMainWindow::ConvertFile(void)
+{
+    rnxopt_t rnxopt={0};
+    AnsiString InFile_Text=InFile->Text;
+    AnsiString OutFile1_Text=OutFile1->Text,OutFile2_Text=OutFile2->Text;
+    AnsiString OutFile3_Text=OutFile3->Text,OutFile4_Text=OutFile4->Text;
+    AnsiString OutFile5_Text=OutFile5->Text,OutFile6_Text=OutFile6->Text;
+    AnsiString OutFile7_Text=OutFile7->Text;
+    int i,format,sat;
+    char file[1024]="",*ofile[7],ofile_[7][1024]={""},msg[256],*p;
+    char buff[256],tstr[32];
+    double RNXVER[]={2.10,2.11,2.12,3.00,3.01,3.02};
+    FILE *fp;
+    
+    // abort conversion
+    if (BtnConvert->Caption=="Abort") {
+        abortf=1;
+        return;
+    }
+    for (i=0;i<7;i++) ofile[i]=ofile_[i];
+    
+    // recognize input file format
+    strcpy(file,InFile_Text.c_str());
+    if (!(p=strrchr(file,'.'))) p=file;
+    if (Format->ItemIndex==0) { // auto
+        if      (!strcmp(p,".rtcm2")) format=STRFMT_RTCM2;
+        else if (!strcmp(p,".rtcm3")) format=STRFMT_RTCM3;
+        else if (!strcmp(p,".gps"  )) format=STRFMT_OEM4;
+        else if (!strcmp(p,".ubx"  )) format=STRFMT_UBX;
+        else if (!strcmp(p,".log"  )) format=STRFMT_SS2;
+        else if (!strcmp(p,".bin"  )) format=STRFMT_CRES;
+        else if (!strcmp(p,".jps"  )) format=STRFMT_JAVAD;
+        else if (!strcmp(p,".bnx"  )) format=STRFMT_BINEX;
+        else if (!strcmp(p,".binex")) format=STRFMT_BINEX;
+        else if (!strcmp(p,".rt17" )) format=STRFMT_RT17;
+        else if (!strcmp(p,".obs"  )) format=STRFMT_RINEX;
+        else if (!strcmp(p,".OBS"  )) format=STRFMT_RINEX;
+        else if (!strcmp(p,".nav"  )) format=STRFMT_RINEX;
+        else if (!strcmp(p,".NAV"  )) format=STRFMT_RINEX;
+        else if (!strcmp(p+2,"nav" )) format=STRFMT_RINEX;
+        else if (!strcmp(p+2,"NAV" )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"o"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"O"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"n"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"N"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"p"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"P"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"g"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"G"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"h"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"H"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"q"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"Q"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"l"   )) format=STRFMT_RINEX;
+        else if (!strcmp(p+3,"L"   )) format=STRFMT_RINEX;
+        else {
+            showmsg("file format can not be recognized");
+            return;
+        }
+    }
+    else {
+        for (i=0;formatstrs[i];i++) {
+            if (Format->Text==formatstrs[i]) break;
+        }
+        if (formatstrs[i]) format=i; else return;
+    }
+    rnxopt.rnxver=RNXVER[RnxVer];
+    
+    if (format==STRFMT_RTCM2||format==STRFMT_RTCM3||format==STRFMT_RT17) {
+        
+        // input start date/time for rtcm 2 ro rtcm 3
+        if (StartDialog->ShowModal()!=mrOk) return;
+        rnxopt.trtcm=StartDialog->Time;
+    }
+    if (OutFile1->Enabled&&OutFileEna1->Checked) strcpy(ofile[0],OutFile1_Text.c_str());
+    if (OutFile2->Enabled&&OutFileEna2->Checked) strcpy(ofile[1],OutFile2_Text.c_str());
+    if (OutFile3->Enabled&&OutFileEna3->Checked) strcpy(ofile[2],OutFile3_Text.c_str());
+    if (OutFile4->Enabled&&OutFileEna4->Checked) strcpy(ofile[3],OutFile4_Text.c_str());
+    if (OutFile5->Enabled&&OutFileEna5->Checked) strcpy(ofile[4],OutFile5_Text.c_str());
+    if (OutFile6->Enabled&&OutFileEna6->Checked) strcpy(ofile[5],OutFile6_Text.c_str());
+    if (OutFile7->Enabled&&OutFileEna7->Checked) strcpy(ofile[6],OutFile7_Text.c_str());
+    
+    // check overwrite output file
+    for (i=0;i<6;i++) {
+        if (!*ofile[i]||!(fp=fopen(ofile[i],"r"))) continue;
+        fclose(fp);
+        ConfDialog->Label2->Caption=ofile[i];
+        if (ConfDialog->ShowModal()!=mrOk) return;
+    }
+    GetTime(&rnxopt.ts,&rnxopt.te,&rnxopt.tint,&rnxopt.tunit);
+    strncpy(rnxopt.staid,RnxCode.c_str(),31);
+    sprintf(rnxopt.prog,"%s %s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    strncpy(rnxopt.runby,RunBy.c_str(),31);
+    strncpy(rnxopt.marker,Marker.c_str(),63);
+    strncpy(rnxopt.markerno,MarkerNo.c_str(),31);
+    strncpy(rnxopt.markertype,MarkerType.c_str(),31);
+    for (i=0;i<2;i++) strncpy(rnxopt.name[i],Name[i].c_str(),31);
+    for (i=0;i<3;i++) strncpy(rnxopt.rec [i],Rec [i].c_str(),31);
+    for (i=0;i<3;i++) strncpy(rnxopt.ant [i],Ant [i].c_str(),31);
+    if (AutoPos) {
+        for (i=0;i<3;i++) rnxopt.apppos[i]=AppPos[i];
+    }
+    for (i=0;i<3;i++) rnxopt.antdel[i]=AntDel[i];
+    strncpy(rnxopt.rcvopt,RcvOption.c_str(),255);
+    rnxopt.navsys=NavSys;
+    rnxopt.obstype=ObsType;
+    rnxopt.freqtype=FreqType;
+    p=rnxopt.comment[0];
+    sprintf(p,"log: %-53.53s",file);
+    p=rnxopt.comment[1];
+    p+=sprintf(p,"format: %s",formatstrs[format]);
+    if (*rnxopt.rcvopt) sprintf(p,", option: %s",rnxopt.rcvopt);
+    for (i=0;i<2;i++) strncpy(rnxopt.comment[i+2],Comment[i].c_str(),63);
+    for (i=0;i<6;i++) strcpy(rnxopt.mask[i],CodeMask[i].c_str());
+    rnxopt.autopos=AutoPos;
+    rnxopt.scanobs=ScanObs;
+    rnxopt.outiono=OutIono;
+    rnxopt.outtime=OutTime;
+    rnxopt.outleaps=OutLeaps;
+    
+    strcpy(buff,ExSats.c_str());
+    for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+        if (!(sat=satid2no(p))) continue;
+        rnxopt.exsats[sat-1]=1;
+    }
+    abortf=0;
+    BtnConvert  ->Caption="Abort";
+    Panel1      ->Enabled=false;
+    Panel2      ->Enabled=false;
+    BtnPlot     ->Enabled=false;
+    BtnPost     ->Enabled=false;
+    BtnOptions  ->Enabled=false;
+    BtnExit     ->Enabled=false;
+    Format      ->Enabled=false;
+    BtnKey      ->Enabled=false;
+    LabelInFile ->Enabled=false;
+    LabelOutDir ->Enabled=false;
+    LabelOutFile->Enabled=false;
+    LabelFormat ->Enabled=false;
+    Message     ->Caption="";
+    
+    if (TraceLevel>0) {
+        traceopen(TRACEFILE);
+        tracelevel(TraceLevel);
+    }
+    // convert to rinex
+    (void)convrnx(format,&rnxopt,file,ofile);
+    
+    if (TraceLevel>0) {
+        traceclose();
+    }
+    BtnConvert  ->Caption="&Convert";
+    Panel1      ->Enabled=true;
+    Panel2      ->Enabled=true;
+    BtnPlot     ->Enabled=true;
+    BtnPost     ->Enabled=true;
+    BtnOptions  ->Enabled=true;
+    BtnExit     ->Enabled=true;
+    Format      ->Enabled=true;
+    BtnKey      ->Enabled=true;
+    LabelInFile ->Enabled=true;
+    LabelOutDir ->Enabled=true;
+    LabelOutFile->Enabled=true;
+    LabelFormat ->Enabled=true;
+    
+#if 0
+    // set time-start/end if time not specified
+    if (!TimeStartF->Checked&&rnxopt.tstart.time!=0) {
+        time2str(rnxopt.tstart,tstr,0);
+        tstr[10]='\0';
+        TimeY1->Text=tstr;
+        TimeH1->Text=tstr+11;
+    }
+    if (!TimeEndF->Checked&&rnxopt.tend.time!=0) {
+        time2str(rnxopt.tend,tstr,0);
+        tstr[10]='\0';
+        TimeY2->Text=tstr;
+        TimeH2->Text=tstr+11;
+    }
+#endif
+    RnxTime=rnxopt.tstart;
+    
+    AddHist(InFile);
+}
+// load options -------------------------------------------------------------
+void __fastcall TMainWindow::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString mask="1111111111111111111111111111111111111111111";
+    
+    RnxVer              =ini->ReadInteger("opt","rnxver",      0);
+    RnxFile             =ini->ReadInteger("opt","rnxfile",     0);
+    RnxCode             =ini->ReadString ("opt","rnxcode","0000");
+    RunBy               =ini->ReadString ("opt","runby",      "");
+    Marker              =ini->ReadString ("opt","marker",     "");
+    MarkerNo            =ini->ReadString ("opt","markerno",   "");
+    MarkerType          =ini->ReadString ("opt","markertype", "");
+    Name[0]             =ini->ReadString ("opt","name0",      "");
+    Name[1]             =ini->ReadString ("opt","name1",      "");
+    Rec[0]              =ini->ReadString ("opt","rec0",       "");
+    Rec[1]              =ini->ReadString ("opt","rec1",       "");
+    Rec[2]              =ini->ReadString ("opt","rec2",       "");
+    Ant[0]              =ini->ReadString ("opt","ant0",       "");
+    Ant[1]              =ini->ReadString ("opt","ant1",       "");
+    Ant[2]              =ini->ReadString ("opt","ant2",       "");
+    AppPos[0]           =ini->ReadFloat  ("opt","apppos0",   0.0);
+    AppPos[1]           =ini->ReadFloat  ("opt","apppos1",   0.0);
+    AppPos[2]           =ini->ReadFloat  ("opt","apppos2",   0.0);
+    AntDel[0]           =ini->ReadFloat  ("opt","antdel0",   0.0);
+    AntDel[1]           =ini->ReadFloat  ("opt","antdel1",   0.0);
+    AntDel[2]           =ini->ReadFloat  ("opt","antdel2",   0.0);
+    Comment[0]          =ini->ReadString ("opt","comment0",   "");
+    Comment[1]          =ini->ReadString ("opt","comment1",   "");
+    RcvOption           =ini->ReadString ("opt","rcvoption",  "");
+    NavSys              =ini->ReadInteger("opt","navsys",    0x3);
+    ObsType             =ini->ReadInteger("opt","obstype",   0xF);
+    FreqType            =ini->ReadInteger("opt","freqtype",  0x3);
+    ExSats              =ini->ReadString ("opt","exsats",     "");
+    TraceLevel          =ini->ReadInteger("opt","tracelevel",  0);
+    RnxTime.time        =ini->ReadInteger("opt","rnxtime",     0);
+    CodeMask[0]         =ini->ReadString ("opt","codemask_1",mask);
+    CodeMask[1]         =ini->ReadString ("opt","codemask_2",mask);
+    CodeMask[2]         =ini->ReadString ("opt","codemask_3",mask);
+    CodeMask[3]         =ini->ReadString ("opt","codemask_4",mask);
+    CodeMask[4]         =ini->ReadString ("opt","codemask_5",mask);
+    CodeMask[5]         =ini->ReadString ("opt","codemask_6",mask);
+    AutoPos             =ini->ReadInteger("opt","autopos",     0);
+    ScanObs             =ini->ReadInteger("opt","scanobs",     0);
+    OutIono             =ini->ReadInteger("opt","outiono",     0);
+    OutTime             =ini->ReadInteger("opt","outtime",     0);
+    OutLeaps            =ini->ReadInteger("opt","outleaps",    0);
+    
+    TimeStartF ->Checked=ini->ReadInteger("set","timestartf",  0);
+    TimeEndF   ->Checked=ini->ReadInteger("set","timeendf",    0);
+    TimeIntF   ->Checked=ini->ReadInteger("set","timeintf",    0);
+    TimeY1     ->Text   =ini->ReadString ("set","timey1",     "2000/01/01");
+    TimeH1     ->Text   =ini->ReadString ("set","timeh1",     "00:00:00"  );
+    TimeY2     ->Text   =ini->ReadString ("set","timey2",     "2000/01/01");
+    TimeH2     ->Text   =ini->ReadString ("set","timeh2",     "00:00:00"  );
+    TimeInt    ->Text   =ini->ReadString ("set","timeint",   "1");
+    TimeUnitF  ->Checked=ini->ReadInteger("set","timeunitf",   0);
+    TimeUnit   ->Text   =ini->ReadString ("set","timeunit", "24");
+    InFile     ->Text   =ini->ReadString ("set","infile",     "");
+    OutDir     ->Text   =ini->ReadString ("set","outdir",     "");
+    OutFile1   ->Text   =ini->ReadString ("set","outfile1",   "");
+    OutFile2   ->Text   =ini->ReadString ("set","outfile2",   "");
+    OutFile3   ->Text   =ini->ReadString ("set","outfile3",   "");
+    OutFile4   ->Text   =ini->ReadString ("set","outfile4",   "");
+    OutFile5   ->Text   =ini->ReadString ("set","outfile5",   "");
+    OutFile6   ->Text   =ini->ReadString ("set","outfile6",   "");
+    OutFile7   ->Text   =ini->ReadString ("set","outfile7",   "");
+    OutDirEna  ->Checked=ini->ReadInteger("set","outdirena",   0);
+    OutFileEna1->Checked=ini->ReadInteger("set","outfileena1", 1);
+    OutFileEna2->Checked=ini->ReadInteger("set","outfileena2", 1);
+    OutFileEna3->Checked=ini->ReadInteger("set","outfileena3", 1);
+    OutFileEna4->Checked=ini->ReadInteger("set","outfileena4", 1);
+    OutFileEna5->Checked=ini->ReadInteger("set","outfileena5", 1);
+    OutFileEna6->Checked=ini->ReadInteger("set","outfileena6", 1);
+    OutFileEna7->Checked=ini->ReadInteger("set","outfileena7", 1);
+    Format   ->ItemIndex=ini->ReadInteger("set","format",      0);
+    
+    InFile->Items=ReadList(ini,"hist","inputfile");
+    
+    TTextViewer::Color1=(TColor)ini->ReadInteger("viewer","color1",(int)clBlack);
+    TTextViewer::Color2=(TColor)ini->ReadInteger("viewer","color2",(int)clWhite);
+    TTextViewer::FontD=new TFont;
+    TTextViewer::FontD->Name=ini->ReadString ("viewer","fontname","Courier New");
+    TTextViewer::FontD->Size=ini->ReadInteger("viewer","fontsize",9);
+    
+    CmdPostExe         =ini->ReadString  ("set","cmdpostexe","rtkpost_mkl");
+    
+    delete ini;
+    
+    UpdateEnable();
+}
+// save options -------------------------------------------------------------
+void __fastcall TMainWindow::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    
+    ini->WriteInteger("opt","rnxver",     RnxVer);
+    ini->WriteInteger("opt","rnxfile",    RnxFile);
+    ini->WriteString ("opt","rnxcode",    RnxCode);
+    ini->WriteString ("opt","runby",      RunBy);
+    ini->WriteString ("opt","marker",     Marker);
+    ini->WriteString ("opt","markerno",   MarkerNo);
+    ini->WriteString ("opt","markertype", MarkerType);
+    ini->WriteString ("opt","name0",      Name[0]);
+    ini->WriteString ("opt","name1",      Name[1]);
+    ini->WriteString ("opt","rec0",       Rec[0]);
+    ini->WriteString ("opt","rec1",       Rec[1]);
+    ini->WriteString ("opt","rec2",       Rec[2]);
+    ini->WriteString ("opt","ant0",       Ant[0]);
+    ini->WriteString ("opt","ant1",       Ant[1]);
+    ini->WriteString ("opt","ant2",       Ant[2]);
+    ini->WriteFloat  ("opt","apppos0",    AppPos[0]);
+    ini->WriteFloat  ("opt","apppos1",    AppPos[1]);
+    ini->WriteFloat  ("opt","apppos2",    AppPos[2]);
+    ini->WriteFloat  ("opt","antdel0",    AntDel[0]);
+    ini->WriteFloat  ("opt","antdel1",    AntDel[1]);
+    ini->WriteFloat  ("opt","antdel2",    AntDel[2]);
+    ini->WriteString ("opt","comment0",   Comment[0]);
+    ini->WriteString ("opt","comment1",   Comment[1]);
+    ini->WriteString ("opt","rcvoption",  RcvOption);
+    ini->WriteInteger("opt","navsys",     NavSys);
+    ini->WriteInteger("opt","obstype",    ObsType);
+    ini->WriteInteger("opt","freqtype",   FreqType);
+    ini->WriteString ("opt","exsats",     ExSats);
+    ini->WriteInteger("opt","tracelevel", TraceLevel);
+    ini->WriteInteger("opt","rnxtime",(int)RnxTime.time);
+    ini->WriteString ("opt","codemask_1", CodeMask[0]);
+    ini->WriteString ("opt","codemask_2", CodeMask[1]);
+    ini->WriteString ("opt","codemask_3", CodeMask[2]);
+    ini->WriteString ("opt","codemask_4", CodeMask[3]);
+    ini->WriteString ("opt","codemask_5", CodeMask[4]);
+    ini->WriteString ("opt","codemask_6", CodeMask[5]);
+    ini->WriteInteger("opt","autopos",    AutoPos);
+    ini->WriteInteger("opt","scanobs",    ScanObs);
+    ini->WriteInteger("opt","outiono",    OutIono);
+    ini->WriteInteger("opt","outtime",    OutTime);
+    ini->WriteInteger("opt","outleaps",   OutLeaps);
+    
+    ini->WriteInteger("set","timestartf", TimeStartF ->Checked);
+    ini->WriteInteger("set","timeendf",   TimeEndF   ->Checked);
+    ini->WriteInteger("set","timeintf",   TimeIntF   ->Checked);
+    ini->WriteString ("set","timey1",     TimeY1     ->Text);
+    ini->WriteString ("set","timeh1",     TimeH1     ->Text);
+    ini->WriteString ("set","timey2",     TimeY2     ->Text);
+    ini->WriteString ("set","timeh2",     TimeH2     ->Text);
+    ini->WriteString ("set","timeint",    TimeInt    ->Text);
+    ini->WriteInteger("set","timeunitf",  TimeUnitF  ->Checked);
+    ini->WriteString ("set","timeunit",   TimeUnit   ->Text);
+    ini->WriteString ("set","infile",     InFile     ->Text);
+    ini->WriteString ("set","outdir",     OutDir     ->Text);
+    ini->WriteString ("set","outfile1",   OutFile1   ->Text);
+    ini->WriteString ("set","outfile2",   OutFile2   ->Text);
+    ini->WriteString ("set","outfile3",   OutFile3   ->Text);
+    ini->WriteString ("set","outfile4",   OutFile4   ->Text);
+    ini->WriteString ("set","outfile5",   OutFile5   ->Text);
+    ini->WriteString ("set","outfile6",   OutFile6   ->Text);
+    ini->WriteString ("set","outfile7",   OutFile7   ->Text);
+    ini->WriteInteger("set","outdirena",  OutDirEna  ->Checked);
+    ini->WriteInteger("set","outfileena1",OutFileEna1->Checked);
+    ini->WriteInteger("set","outfileena2",OutFileEna2->Checked);
+    ini->WriteInteger("set","outfileena3",OutFileEna3->Checked);
+    ini->WriteInteger("set","outfileena4",OutFileEna4->Checked);
+    ini->WriteInteger("set","outfileena5",OutFileEna5->Checked);
+    ini->WriteInteger("set","outfileena6",OutFileEna6->Checked);
+    ini->WriteInteger("set","outfileena7",OutFileEna7->Checked);
+    ini->WriteInteger("set","format",     Format     ->ItemIndex);
+    
+    WriteList(ini,"hist","inputfile",InFile->Items);
+    
+    ini->WriteInteger("viewer","color1",  (int)TTextViewer::Color1);
+    ini->WriteInteger("viewer","color2",  (int)TTextViewer::Color2);
+    ini->WriteString ("viewer","fontname",TTextViewer::FontD->Name);
+    ini->WriteInteger("viewer","fontsize",TTextViewer::FontD->Size);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv/convmain.h b/app/rtkconv/convmain.h
new file mode 100644
index 0000000..f5f037c
--- /dev/null
+++ b/app/rtkconv/convmain.h
@@ -0,0 +1,190 @@
+//---------------------------------------------------------------------------
+#ifndef convmainH
+#define convmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+#include <Graphics.hpp>
+#include <ComCtrls.hpp>
+#include <FileCtrl.hpp>
+#ifdef TCPP
+#include <vcl\inifiles.hpp>
+#else
+#include <inifiles.hpp>
+#endif
+
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class TMainWindow : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel3;
+	TPanel *Panel2;
+	
+	TButton *BtnPlot;
+	TButton *BtnOptions;
+	TButton *BtnConvert;
+	TButton *BtnExit;
+	TButton *BtnInFile;
+	TButton *BtnOutFile1;
+	TButton *BtnOutFile2;
+	TButton *BtnOutFile4;
+	TButton *BtnOutFile3;
+	TSpeedButton *BtnAbout;
+	TSpeedButton *BtnTime1;
+	TSpeedButton *BtnTime2;
+	TSpeedButton *BtnOutFileView3;
+	TSpeedButton *BtnOutFileView1;
+	TSpeedButton *BtnOutFileView2;
+	TSpeedButton *BtnOutFileView4;
+	
+	TCheckBox *TimeStartF;
+	TCheckBox *TimeEndF;
+	TCheckBox *TimeIntF;
+	TCheckBox *OutFileEna1;
+	TCheckBox *OutFileEna2;
+	TCheckBox *OutFileEna3;
+	TCheckBox *OutFileEna4;
+	
+	TEdit *TimeY1;
+	TEdit *TimeH1;
+	TEdit *TimeY2;
+	TEdit *TimeH2;
+	TUpDown *TimeY1UD;
+	TUpDown *TimeH1UD;
+	TUpDown *TimeY2UD;
+	TUpDown *TimeH2UD;
+	
+	TLabel *LabelInFile;
+	TLabel *LabelOutFile;
+	TLabel *LabelTimeInt;
+	TLabel *LabelFormat;
+	TLabel *Message;
+	
+	TComboBox *TimeInt;
+	TComboBox *Format;
+	TEdit *OutFile1;
+	TEdit *OutFile2;
+	TEdit *OutFile3;
+	TEdit *OutFile4;
+	
+	TOpenDialog *OpenDialog;
+	TOpenDialog *OpenDialog2;
+	TCheckBox *OutFileEna5;
+	TEdit *OutFile5;
+	TSpeedButton *BtnOutFileView5;
+	TButton *BtnOutFile5;
+	TCheckBox *OutFileEna6;
+	TEdit *OutFile6;
+	TSpeedButton *BtnOutFileView6;
+	TButton *BtnOutFile6;
+	TComboBox *InFile;
+	TCheckBox *OutDirEna;
+	TEdit *OutDir;
+	TLabel *LabelOutDir;
+	TButton *BtnOutDir;
+	TSpeedButton *BtnKey;
+	TCheckBox *TimeUnitF;
+	TLabel *LabelTimeUnit;
+	TEdit *TimeUnit;
+	TButton *BtnPost;
+	TCheckBox *OutFileEna7;
+	TEdit *OutFile7;
+	TSpeedButton *BtnOutFileView7;
+	TButton *BtnOutFile7;
+	TSpeedButton *BtnInFileView;
+	
+	void __fastcall FormCreate          (TObject *Sender);
+	void __fastcall FormShow            (TObject *Sender);
+	void __fastcall FormClose           (TObject *Sender, TCloseAction &Action);
+	
+	void __fastcall BtnPlotClick        (TObject *Sender);
+	void __fastcall BtnConvertClick     (TObject *Sender);
+	void __fastcall BtnOptionsClick     (TObject *Sender);
+	void __fastcall BtnExitClick        (TObject *Sender);
+	void __fastcall BtnAboutClick       (TObject *Sender);
+	void __fastcall BtnTime1Click       (TObject *Sender);
+	void __fastcall BtnTime2Click       (TObject *Sender);
+	void __fastcall BtnInFileClick      (TObject *Sender);
+	void __fastcall BtnOutFile1Click    (TObject *Sender);
+	void __fastcall BtnOutFile2Click    (TObject *Sender);
+	void __fastcall BtnOutFile3Click    (TObject *Sender);
+	void __fastcall BtnOutFile4Click    (TObject *Sender);
+	void __fastcall BtnOutFileView1Click(TObject *Sender);
+	void __fastcall BtnOutFileView2Click(TObject *Sender);
+	void __fastcall BtnOutFileView3Click(TObject *Sender);
+	void __fastcall BtnOutFileView4Click(TObject *Sender);
+	
+	void __fastcall TimeStartFClick     (TObject *Sender);
+	void __fastcall TimeEndFClick       (TObject *Sender);
+	void __fastcall TimeIntFClick       (TObject *Sender);
+	void __fastcall OutDirEnaClick     (TObject *Sender);
+	
+	void __fastcall TimeY1UDChangingEx  (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH1UDChangingEx  (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY2UDChangingEx  (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH2UDChangingEx  (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall InFileChange(TObject *Sender);
+	void __fastcall BtnOutFileView5Click(TObject *Sender);
+	void __fastcall BtnOutFile5Click(TObject *Sender);
+	void __fastcall FormatChange(TObject *Sender);
+	void __fastcall BtnOutFileView6Click(TObject *Sender);
+	void __fastcall BtnOutFile6Click(TObject *Sender);
+	void __fastcall OutDirChange(TObject *Sender);
+	void __fastcall BtnOutDirClick(TObject *Sender);
+	void __fastcall BtnKeyClick(TObject *Sender);
+	void __fastcall BtnPostClick(TObject *Sender);
+	void __fastcall BtnOutFile7Click(TObject *Sender);
+	void __fastcall BtnOutFileView7Click(TObject *Sender);
+	void __fastcall BtnInFileViewClick(TObject *Sender);
+	
+private:
+	AnsiString IniFile,CmdPostExe;
+	
+	void __fastcall DropFiles(TWMDropFiles msg); // for files drop
+	
+	TStringList * __fastcall ReadList(TIniFile *ini, AnsiString cat,
+		AnsiString key);
+	void __fastcall WriteList(TIniFile *ini, AnsiString cat,
+		AnsiString key, TStrings *list);
+	void __fastcall AddHist(TComboBox *combo);
+	
+	int  __fastcall AutoFormat(AnsiString File);
+	void __fastcall ConvertFile(void);
+	void __fastcall SetOutFiles(AnsiString infile);
+	void __fastcall UpdateEnable(void);
+	void __fastcall GetTime(gtime_t *ts, gtime_t *te, double *tint, double *tunit);
+	int  __fastcall ExecCmd(AnsiString cmd);
+	AnsiString __fastcall RepPath(AnsiString File);
+	void __fastcall LoadOpt(void);
+	void __fastcall SaveOpt(void);
+	
+	BEGIN_MESSAGE_MAP
+	MESSAGE_HANDLER(WM_DROPFILES,TWMDropFiles,DropFiles);
+	END_MESSAGE_MAP(TForm);
+	
+public:
+	gtime_t RnxTime;
+	AnsiString RunBy,Marker,MarkerNo,MarkerType,Name[2],Rec[3],Ant[3];
+	AnsiString RnxCode,Comment[2],RcvOption,ExSats;
+	AnsiString CodeMask[6];
+	double AppPos[3],AntDel[3];
+	int RnxVer,RnxFile,NavSys,ObsType,FreqType,TraceLevel,EventEna;
+	int AutoPos,ScanObs,OutIono,OutTime,OutLeaps;
+	
+	__fastcall TMainWindow(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainWindow *MainWindow;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv/convopt.cpp b/app/rtkconv/convopt.cpp
new file mode 100644
index 0000000..78c84cc
--- /dev/null
+++ b/app/rtkconv/convopt.cpp
@@ -0,0 +1,190 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "convmain.h"
+#include "convopt.h"
+#include "codeopt.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TConvOptDialog *ConvOptDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TConvOptDialog::TConvOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	AnsiString s;
+	int glo=MAXPRNGLO,gal=MAXPRNGAL,qzs=MAXPRNQZS,cmp=MAXPRNCMP;
+	if (glo<=0) Nav2->Enabled=false;
+	if (gal<=0) Nav3->Enabled=false;
+	if (qzs<=0) Nav4->Enabled=false;
+	if (cmp<=0) Nav6->Enabled=false;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	RnxVer->ItemIndex=MainWindow->RnxVer;
+	RnxFile->Checked=MainWindow->RnxFile;
+	RnxCode->Text=MainWindow->RnxCode;
+	RunBy->Text=MainWindow->RunBy;
+	Marker->Text=MainWindow->Marker;
+	MarkerNo->Text=MainWindow->MarkerNo;
+	MarkerType->Text=MainWindow->MarkerType;
+	Name0->Text=MainWindow->Name[0];
+	Name1->Text=MainWindow->Name[1];
+	Rec0->Text=MainWindow->Rec[0];
+	Rec1->Text=MainWindow->Rec[1];
+	Rec2->Text=MainWindow->Rec[2];
+	Ant0->Text=MainWindow->Ant[0];
+	Ant1->Text=MainWindow->Ant[1];
+	Ant2->Text=MainWindow->Ant[2];
+	AppPos0->Text=s.sprintf("%.4f",MainWindow->AppPos[0]);
+	AppPos1->Text=s.sprintf("%.4f",MainWindow->AppPos[1]);
+	AppPos2->Text=s.sprintf("%.4f",MainWindow->AppPos[2]);
+	AntDel0->Text=s.sprintf("%.4f",MainWindow->AntDel[0]);
+	AntDel1->Text=s.sprintf("%.4f",MainWindow->AntDel[1]);
+	AntDel2->Text=s.sprintf("%.4f",MainWindow->AntDel[2]);
+	Comment0->Text=MainWindow->Comment[0];
+	Comment1->Text=MainWindow->Comment[1];
+	RcvOption->Text=MainWindow->RcvOption;
+	for (int i=0;i<6;i++) CodeMask[i]=MainWindow->CodeMask[i];
+	AutoPos->Checked=MainWindow->AutoPos;
+	ScanObs->Checked=MainWindow->ScanObs;
+	OutIono->Checked=MainWindow->OutIono;
+	OutTime->Checked=MainWindow->OutTime;
+	OutLeaps->Checked=MainWindow->OutLeaps;
+
+	Nav1->Checked=MainWindow->NavSys&SYS_GPS;
+	Nav2->Checked=MainWindow->NavSys&SYS_GLO;
+	Nav3->Checked=MainWindow->NavSys&SYS_GAL;
+	Nav4->Checked=MainWindow->NavSys&SYS_QZS;
+	Nav5->Checked=MainWindow->NavSys&SYS_SBS;
+	Nav6->Checked=MainWindow->NavSys&SYS_CMP;
+	Obs1->Checked=MainWindow->ObsType&OBSTYPE_PR;
+	Obs2->Checked=MainWindow->ObsType&OBSTYPE_CP;
+	Obs3->Checked=MainWindow->ObsType&OBSTYPE_DOP;
+	Obs4->Checked=MainWindow->ObsType&OBSTYPE_SNR;
+	Freq1->Checked=MainWindow->FreqType&FREQTYPE_L1;
+	Freq2->Checked=MainWindow->FreqType&FREQTYPE_L2;
+	Freq3->Checked=MainWindow->FreqType&FREQTYPE_L5;
+	Freq4->Checked=MainWindow->FreqType&FREQTYPE_L6;
+	Freq5->Checked=MainWindow->FreqType&FREQTYPE_L7;
+	Freq6->Checked=MainWindow->FreqType&FREQTYPE_L8;
+	ExSats->Text=MainWindow->ExSats;
+	TraceLevel->ItemIndex=MainWindow->TraceLevel;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::BtnOkClick(TObject *Sender)
+{
+	MainWindow->RnxVer=RnxVer->ItemIndex;
+	MainWindow->RnxFile=RnxFile->Checked;
+	MainWindow->RnxCode=RnxCode->Text;
+	MainWindow->RunBy=RunBy->Text;
+	MainWindow->Marker=Marker->Text;
+	MainWindow->MarkerNo=MarkerNo->Text;
+	MainWindow->MarkerType=MarkerType->Text;
+	MainWindow->Name[0]=Name0->Text;
+	MainWindow->Name[1]=Name1->Text;
+	MainWindow->Rec[0]=Rec0->Text;
+	MainWindow->Rec[1]=Rec1->Text;
+	MainWindow->Rec[2]=Rec2->Text;
+	MainWindow->Ant[0]=Ant0->Text;
+	MainWindow->Ant[1]=Ant1->Text;
+	MainWindow->Ant[2]=Ant2->Text;
+	MainWindow->AppPos[0]=str2dbl(AppPos0->Text);
+	MainWindow->AppPos[1]=str2dbl(AppPos1->Text);
+	MainWindow->AppPos[2]=str2dbl(AppPos2->Text);
+	MainWindow->AntDel[0]=str2dbl(AntDel0->Text);
+	MainWindow->AntDel[1]=str2dbl(AntDel1->Text);
+	MainWindow->AntDel[2]=str2dbl(AntDel2->Text);
+	MainWindow->Comment[0]=Comment0->Text;
+	MainWindow->Comment[1]=Comment1->Text;
+	MainWindow->RcvOption=RcvOption->Text;
+	for (int i=0;i<6;i++) MainWindow->CodeMask[i]=CodeMask[i];
+	MainWindow->AutoPos=AutoPos->Checked;
+	MainWindow->ScanObs=ScanObs->Checked;
+	MainWindow->OutIono=OutIono->Checked;
+	MainWindow->OutTime=OutTime->Checked;
+	MainWindow->OutLeaps=OutLeaps->Checked;
+	
+	int navsys=0,obstype=0,freqtype=0;
+	if (Nav1->Checked) navsys|=SYS_GPS;
+	if (Nav2->Checked) navsys|=SYS_GLO;
+	if (Nav3->Checked) navsys|=SYS_GAL;
+	if (Nav4->Checked) navsys|=SYS_QZS;
+	if (Nav5->Checked) navsys|=SYS_SBS;
+	if (Nav6->Checked) navsys|=SYS_CMP;
+	if (Obs1->Checked) obstype|=OBSTYPE_PR;
+	if (Obs2->Checked) obstype|=OBSTYPE_CP;
+	if (Obs3->Checked) obstype|=OBSTYPE_DOP;
+	if (Obs4->Checked) obstype|=OBSTYPE_SNR;
+	if (Freq1->Checked) freqtype|=FREQTYPE_L1;
+	if (Freq2->Checked) freqtype|=FREQTYPE_L2;
+	if (Freq3->Checked) freqtype|=FREQTYPE_L5;
+	if (Freq4->Checked) freqtype|=FREQTYPE_L6;
+	if (Freq5->Checked) freqtype|=FREQTYPE_L7;
+	if (Freq6->Checked) freqtype|=FREQTYPE_L8;
+	MainWindow->NavSys=navsys;
+	MainWindow->ObsType=obstype;
+	MainWindow->FreqType=freqtype;
+	MainWindow->ExSats=ExSats->Text;
+	MainWindow->TraceLevel=TraceLevel->ItemIndex;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::RnxFileClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::RnxVerChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::AutoPosClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::BtnMaskClick(TObject *Sender)
+{
+	CodeOptDialog->NavSys=0;
+	CodeOptDialog->FreqType=0;
+	if (Nav1->Checked) CodeOptDialog->NavSys|=SYS_GPS;
+	if (Nav2->Checked) CodeOptDialog->NavSys|=SYS_GLO;
+	if (Nav3->Checked) CodeOptDialog->NavSys|=SYS_GAL;
+	if (Nav4->Checked) CodeOptDialog->NavSys|=SYS_QZS;
+	if (Nav5->Checked) CodeOptDialog->NavSys|=SYS_SBS;
+	if (Nav6->Checked) CodeOptDialog->NavSys|=SYS_CMP;
+	if (Freq1->Checked) CodeOptDialog->FreqType|=FREQTYPE_L1;
+	if (Freq2->Checked) CodeOptDialog->FreqType|=FREQTYPE_L2;
+	if (Freq3->Checked) CodeOptDialog->FreqType|=FREQTYPE_L5;
+	if (Freq4->Checked) CodeOptDialog->FreqType|=FREQTYPE_L6;
+	if (Freq5->Checked) CodeOptDialog->FreqType|=FREQTYPE_L7;
+	if (Freq6->Checked) CodeOptDialog->FreqType|=FREQTYPE_L8;
+	CodeOptDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvOptDialog::UpdateEnable(void)
+{
+//	Freq4->Enabled=RnxVer->ItemIndex>0;
+//	Freq5->Enabled=RnxVer->ItemIndex>0;
+//	Freq6->Enabled=RnxVer->ItemIndex>0;
+	AppPos0->Enabled=AutoPos->Checked;
+	AppPos1->Enabled=AutoPos->Checked;
+	AppPos2->Enabled=AutoPos->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv/convopt.h b/app/rtkconv/convopt.h
new file mode 100644
index 0000000..c309279
--- /dev/null
+++ b/app/rtkconv/convopt.h
@@ -0,0 +1,96 @@
+//---------------------------------------------------------------------------
+#ifndef optdlgH
+#define optdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+//---------------------------------------------------------------------------
+class TConvOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TGroupBox *GroupBox1;
+	TLabel *Label1;
+	TEdit *Marker;
+	TLabel *Label2;
+	TEdit *RunBy;
+	TEdit *Name0;
+	TEdit *Name1;
+	TEdit *Rec2;
+	TEdit *Rec1;
+	TEdit *Rec0;
+	TLabel *Label4;
+	TLabel *Label5;
+	TEdit *Ant0;
+	TEdit *Ant1;
+	TEdit *Ant2;
+	TEdit *AppPos2;
+	TEdit *AntDel2;
+	TEdit *AppPos1;
+	TEdit *AntDel1;
+	TEdit *AppPos0;
+	TEdit *AntDel0;
+	TLabel *Label6;
+	TLabel *Label7;
+	TLabel *Label10;
+	TEdit *Comment0;
+	TEdit *Comment1;
+	TGroupBox *GroupBox2;
+	TCheckBox *Nav1;
+	TCheckBox *Nav2;
+	TCheckBox *Nav3;
+	TCheckBox *Nav4;
+	TGroupBox *GroupBox3;
+	TCheckBox *Obs2;
+	TCheckBox *Obs3;
+	TCheckBox *Obs4;
+	TGroupBox *GroupBox4;
+	TCheckBox *Freq1;
+	TCheckBox *Freq2;
+	TCheckBox *Freq3;
+	TCheckBox *Freq4;
+	TCheckBox *Obs1;
+	TCheckBox *Nav5;
+	TComboBox *TraceLevel;
+	TLabel *Label3;
+	TCheckBox *Freq5;
+	TLabel *Label8;
+	TEdit *RcvOption;
+	TLabel *Label9;
+	TComboBox *RnxVer;
+	TCheckBox *Nav6;
+	TEdit *MarkerType;
+	TEdit *MarkerNo;
+	TEdit *ExSats;
+	TLabel *Label11;
+	TCheckBox *Freq6;
+	TCheckBox *RnxFile;
+	TLabel *Label12;
+	TEdit *RnxCode;
+	TCheckBox *ScanObs;
+	TCheckBox *OutIono;
+	TCheckBox *OutTime;
+	TCheckBox *OutLeaps;
+	TCheckBox *AutoPos;
+	TButton *BtnMask;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall RnxFileClick(TObject *Sender);
+	void __fastcall BtnMaskClick(TObject *Sender);
+	void __fastcall RnxVerChange(TObject *Sender);
+	void __fastcall AutoPosClick(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	AnsiString CodeMask[6];
+	
+	__fastcall TConvOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConvOptDialog *ConvOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv/install.bat b/app/rtkconv/install.bat
new file mode 100644
index 0000000..c3ba606
--- /dev/null
+++ b/app/rtkconv/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtkconv.exe ..\..\bin
diff --git a/app/rtkconv/rtkconv.cbproj b/app/rtkconv/rtkconv.cbproj
new file mode 100644
index 0000000..7b70019
--- /dev/null
+++ b/app/rtkconv/rtkconv.cbproj
@@ -0,0 +1,374 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{FBC66FD6-3B53-44AE-9322-ABD439675623}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtkconv.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<ILINK_LibraryPath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_weff>false</BCC_weff>
+			<Manifest_File>None</Manifest_File>
+			<BCC_wpar>false</BCC_wpar>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<Icon_MainIcon>rtkconv_Icon.ico</Icon_MainIcon>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<TASM_IncludePath>..\appcmn;..\rtkpost;..\..\src\rcv;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\..\src;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\extlex;..\..\qzslex;..\appcmn;..\rtkpost;..\..\src\rcv;..\..\src;D:\proj\rtklib_2.1\app\rtkconv;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;ENACMP;NEXOBS=3;NFREQ=6;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\appcmn;..\rtkpost;..\..\src\rcv;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\..\src;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\extlex;..\..\qzslex;..\appcmn;..\rtkpost;..\..\src\rcv;..\..\src;D:\proj\rtklib_2.1\app\rtkconv;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\extlex;..\..\qzslex;..\appcmn;..\rtkpost;..\..\src\rcv;..\..\src;D:\proj\rtklib_2.1\app\rtkconv;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\extlex;..\..\qzslex;..\appcmn;..\rtkpost;..\..\src\rcv;..\..\src;D:\proj\rtklib_2.1\app\rtkconv;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\extlex;..\..\qzslex;..\appcmn;..\rtkpost;..\..\src\rcv;..\..\src;D:\proj\rtklib_2.1\app\rtkconv;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+			<BCC_IncludePath>..\appcmn;..\rtkpost;..\..\src;$(BDS)\include;$(BCC_IncludePath)</BCC_IncludePath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<BuildOrder>8</BuildOrder>
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>7</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\timedlg.cpp">
+				<BuildOrder>7</BuildOrder>
+				<Form>TimeDialog</Form>
+				<DependentOn>..\appcmn\timedlg.h</DependentOn>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="codeopt.cpp">
+				<Form>CodeOptDialog</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>codeopt.h</DependentOn>
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="convmain.cpp">
+				<BuildOrder>2</BuildOrder>
+				<Form>MainWindow</Form>
+				<DependentOn>convmain.h</DependentOn>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="convopt.cpp">
+				<BuildOrder>3</BuildOrder>
+				<Form>ConvOptDialog</Form>
+				<DependentOn>convopt.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtkconv.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtkconv.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="startdlg.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>StartDialog</Form>
+				<DependentOn>startdlg.h</DependentOn>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\convrnx.c">
+				<BuildOrder>2</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>31</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>21</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>33</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>20</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>21</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>22</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>26</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rcvlex.c">
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>16</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>20</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>32</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>17</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>22</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<FormResources Include="codeopt.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="convopt.dfm"/>
+			<FormResources Include="convmain.dfm"/>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\timedlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="startdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtkconv.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtkconv/rtkconv.cbproj.local b/app/rtkconv/rtkconv.cbproj.local
new file mode 100644
index 0000000..421e83a
--- /dev/null
+++ b/app/rtkconv/rtkconv.cbproj.local
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/10/18 07:18:17.000.621,D:\proj\rtklib\app\rtkconv\codeopt.dfm=D:\proj\rtklib\app\rtkconv\Unit1.dfm</Transaction>
+    <Transaction>2012/10/18 07:18:17.000.621,D:\proj\rtklib\app\rtkconv\codeopt.h=D:\proj\rtklib\app\rtkconv\Unit1.h</Transaction>
+    <Transaction>2013/11/02 15:50:12.000.955,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+    <Transaction>2014/07/26 19:58:36.000.097,=D:\proj\RTKLIB\src\rcv\rcvlex.c</Transaction>
+    <Transaction>2014/08/26 08:52:10.000.736,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtkconv/rtkconv.cpp b/app/rtkconv/rtkconv.cpp
new file mode 100644
index 0000000..7f41b9d
--- /dev/null
+++ b/app/rtkconv/rtkconv.cpp
@@ -0,0 +1,66 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("codeopt.cpp", CodeOptDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("convopt.cpp", ConvOptDialog);
+USEFORM("convmain.cpp", MainWindow);
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\timedlg.cpp", TimeDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("startdlg.cpp", StartDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKCONV";
+		Application->CreateForm(__classid(TMainWindow), &MainWindow);
+		Application->CreateForm(__classid(TConvOptDialog), &ConvOptDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TTimeDialog), &TimeDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TStartDialog), &StartDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TCodeOptDialog), &CodeOptDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkconv/rtkconv.res b/app/rtkconv/rtkconv.res
new file mode 100644
index 0000000..73b08e7
Binary files /dev/null and b/app/rtkconv/rtkconv.res differ
diff --git a/app/rtkconv/rtkconv_Icon.ico b/app/rtkconv/rtkconv_Icon.ico
new file mode 100644
index 0000000..0dbc688
Binary files /dev/null and b/app/rtkconv/rtkconv_Icon.ico differ
diff --git a/app/rtkconv/startdlg.cpp b/app/rtkconv/startdlg.cpp
new file mode 100644
index 0000000..86443a7
--- /dev/null
+++ b/app/rtkconv/startdlg.cpp
@@ -0,0 +1,70 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "startdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TStartDialog *StartDialog;
+//---------------------------------------------------------------------------
+__fastcall TStartDialog::TStartDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Time.time=0;
+	Time.sec=0.0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TStartDialog::FormShow(TObject *Sender)
+{
+	char tstr[64];
+	if (Time.time==0) {
+		Time=utc2gpst(timeget());
+	}
+	time2str(Time,tstr,0);
+	tstr[10]='\0';
+	TimeY1->Text=tstr;
+	TimeH1->Text=tstr+11;
+}
+//---------------------------------------------------------------------------
+void __fastcall TStartDialog::BtnOkClick(TObject *Sender)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+	double ep[]={2000,1,1,0,0,0};
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+	Time=epoch2time(ep);
+}
+//---------------------------------------------------------------------------
+void __fastcall TStartDialog::TimeY1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,s;
+	double ep[]={2000,1,1,0,0,0};
+	int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	if (4<p&&p<8) {
+	    ep[1]+=ud;
+	    if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+	    else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+	}
+	else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+	time2epoch(epoch2time(ep),ep);
+	TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+	TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TStartDialog::TimeH1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeH1_Text=TimeH1->Text,s;
+	int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeH1_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+	if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+	sec=hms[0]*3600+hms[1]*60+hms[2];
+	if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+	TimeH1->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+	TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv/startdlg.h b/app/rtkconv/startdlg.h
new file mode 100644
index 0000000..2b42f6c
--- /dev/null
+++ b/app/rtkconv/startdlg.h
@@ -0,0 +1,39 @@
+//---------------------------------------------------------------------------
+#ifndef startdlgH
+#define startdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ComCtrls.hpp>
+#include <ExtCtrls.hpp>
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class TStartDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TPanel *Panel1;
+	TEdit *TimeY1;
+	TUpDown *TimeY1UD;
+	TEdit *TimeH1;
+	TUpDown *TimeH1UD;
+	TLabel *Label2;
+	TLabel *Label1;
+	void __fastcall TimeY1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+private:
+public:
+	gtime_t Time;
+	__fastcall TStartDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TStartDialog *StartDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv_qt/.gitignore b/app/rtkconv_qt/.gitignore
new file mode 100644
index 0000000..39ca139
--- /dev/null
+++ b/app/rtkconv_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtkconv_qt
+rtkconv_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtkconv_qt/codeopt.cpp b/app/rtkconv_qt/codeopt.cpp
new file mode 100644
index 0000000..89585b9
--- /dev/null
+++ b/app/rtkconv_qt/codeopt.cpp
@@ -0,0 +1,348 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QDebug>
+
+#include "rtklib.h"
+#include "convopt.h"
+#include "codeopt.h"
+//---------------------------------------------------------------------------
+CodeOptDialog::CodeOptDialog(QWidget *parent, ConvOptDialog *c)
+    : QDialog(parent), convOptDialog(c)
+{
+    setupUi(this);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnSetAll,SIGNAL(clicked(bool)),this,SLOT(BtnSetAllClick()));
+}
+//---------------------------------------------------------------------------
+void CodeOptDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+	char mask[6][64]={""};
+	
+    for (int i=0;i<6;i++) strcpy(mask[i],qPrintable(convOptDialog->CodeMask[i]));
+    G01->setChecked(mask[0][ 0]=='1');
+    G02->setChecked(mask[0][ 1]=='1');
+    G03->setChecked(mask[0][ 2]=='1');
+    G04->setChecked(mask[0][ 3]=='1');
+    G05->setChecked(mask[0][ 4]=='1');
+    G06->setChecked(mask[0][ 5]=='1');
+    G07->setChecked(mask[0][ 6]=='1');
+    G08->setChecked(mask[0][ 7]=='1');
+    G14->setChecked(mask[0][13]=='1');
+    G15->setChecked(mask[0][14]=='1');
+    G16->setChecked(mask[0][15]=='1');
+    G17->setChecked(mask[0][16]=='1');
+    G18->setChecked(mask[0][17]=='1');
+    G19->setChecked(mask[0][18]=='1');
+    G20->setChecked(mask[0][19]=='1');
+    G21->setChecked(mask[0][20]=='1');
+    G22->setChecked(mask[0][21]=='1');
+    G23->setChecked(mask[0][22]=='1');
+    G24->setChecked(mask[0][23]=='1');
+    G25->setChecked(mask[0][24]=='1');
+    G26->setChecked(mask[0][25]=='1');
+    R01->setChecked(mask[1][ 0]=='1');
+    R02->setChecked(mask[1][ 1]=='1');
+    R14->setChecked(mask[1][13]=='1');
+    R19->setChecked(mask[1][18]=='1');
+    R44->setChecked(mask[1][43]=='1');
+    R45->setChecked(mask[1][44]=='1');
+    R46->setChecked(mask[1][45]=='1');
+    E01->setChecked(mask[2][ 0]=='1');
+    E10->setChecked(mask[2][ 9]=='1');
+    E11->setChecked(mask[2][10]=='1');
+    E12->setChecked(mask[2][11]=='1');
+    E13->setChecked(mask[2][12]=='1');
+    E24->setChecked(mask[2][23]=='1');
+    E25->setChecked(mask[2][24]=='1');
+    E26->setChecked(mask[2][25]=='1');
+    E27->setChecked(mask[2][26]=='1');
+    E28->setChecked(mask[2][27]=='1');
+    E29->setChecked(mask[2][28]=='1');
+    E30->setChecked(mask[2][29]=='1');
+    E31->setChecked(mask[2][30]=='1');
+    E32->setChecked(mask[2][31]=='1');
+    E33->setChecked(mask[2][32]=='1');
+    E34->setChecked(mask[2][33]=='1');
+    E37->setChecked(mask[2][36]=='1');
+    E38->setChecked(mask[2][37]=='1');
+    E39->setChecked(mask[2][38]=='1');
+    J01->setChecked(mask[3][ 0]=='1');
+    J07->setChecked(mask[3][ 6]=='1');
+    J08->setChecked(mask[3][ 7]=='1');
+    J13->setChecked(mask[3][12]=='1');
+    J12->setChecked(mask[3][11]=='1');
+    J16->setChecked(mask[3][15]=='1');
+    J17->setChecked(mask[3][16]=='1');
+    J18->setChecked(mask[3][17]=='1');
+    J24->setChecked(mask[3][23]=='1');
+    J25->setChecked(mask[3][24]=='1');
+    J26->setChecked(mask[3][25]=='1');
+    J35->setChecked(mask[3][34]=='1');
+    J36->setChecked(mask[3][35]=='1');
+    J33->setChecked(mask[3][32]=='1');
+    C47->setChecked(mask[5][46]=='1');
+    C48->setChecked(mask[5][47]=='1');
+    C12->setChecked(mask[5][11]=='1');
+    C27->setChecked(mask[5][26]=='1');
+    C28->setChecked(mask[5][27]=='1');
+    C29->setChecked(mask[5][28]=='1');
+    C42->setChecked(mask[5][41]=='1');
+    C43->setChecked(mask[5][42]=='1');
+    C33->setChecked(mask[5][32]=='1');
+    S01->setChecked(mask[4][ 0]=='1');
+    S24->setChecked(mask[4][23]=='1');
+    S25->setChecked(mask[4][24]=='1');
+    S26->setChecked(mask[4][25]=='1');
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void CodeOptDialog::BtnOkClick()
+{
+	char mask[6][64]={""};
+	
+	for (int i=0;i<6;i++) for (int j=0;j<MAXCODE;j++) mask[i][j]='0';
+    if (G01->isChecked()) mask[0][ 0]='1';
+    if (G02->isChecked()) mask[0][ 1]='1';
+    if (G03->isChecked()) mask[0][ 2]='1';
+    if (G04->isChecked()) mask[0][ 3]='1';
+    if (G05->isChecked()) mask[0][ 4]='1';
+    if (G06->isChecked()) mask[0][ 5]='1';
+    if (G07->isChecked()) mask[0][ 6]='1';
+    if (G08->isChecked()) mask[0][ 7]='1';
+    if (G14->isChecked()) mask[0][13]='1';
+    if (G15->isChecked()) mask[0][14]='1';
+    if (G16->isChecked()) mask[0][15]='1';
+    if (G17->isChecked()) mask[0][16]='1';
+    if (G18->isChecked()) mask[0][17]='1';
+    if (G19->isChecked()) mask[0][18]='1';
+    if (G20->isChecked()) mask[0][19]='1';
+    if (G21->isChecked()) mask[0][20]='1';
+    if (G22->isChecked()) mask[0][21]='1';
+    if (G23->isChecked()) mask[0][22]='1';
+    if (G24->isChecked()) mask[0][23]='1';
+    if (G25->isChecked()) mask[0][24]='1';
+    if (G26->isChecked()) mask[0][25]='1';
+    if (R01->isChecked()) mask[1][ 0]='1';
+    if (R02->isChecked()) mask[1][ 1]='1';
+    if (R14->isChecked()) mask[1][13]='1';
+    if (R19->isChecked()) mask[1][18]='1';
+    if (R44->isChecked()) mask[1][43]='1';
+    if (R45->isChecked()) mask[1][44]='1';
+    if (R46->isChecked()) mask[1][45]='1';
+    if (E01->isChecked()) mask[2][ 0]='1';
+    if (E10->isChecked()) mask[2][ 9]='1';
+    if (E11->isChecked()) mask[2][10]='1';
+    if (E12->isChecked()) mask[2][11]='1';
+    if (E13->isChecked()) mask[2][12]='1';
+    if (E24->isChecked()) mask[2][23]='1';
+    if (E25->isChecked()) mask[2][24]='1';
+    if (E26->isChecked()) mask[2][25]='1';
+    if (E27->isChecked()) mask[2][26]='1';
+    if (E28->isChecked()) mask[2][27]='1';
+    if (E29->isChecked()) mask[2][28]='1';
+    if (E30->isChecked()) mask[2][29]='1';
+    if (E31->isChecked()) mask[2][30]='1';
+    if (E32->isChecked()) mask[2][31]='1';
+    if (E33->isChecked()) mask[2][32]='1';
+    if (E34->isChecked()) mask[2][33]='1';
+    if (E37->isChecked()) mask[2][36]='1';
+    if (E38->isChecked()) mask[2][37]='1';
+    if (E39->isChecked()) mask[2][38]='1';
+    if (J01->isChecked()) mask[3][ 0]='1';
+    if (J07->isChecked()) mask[3][ 6]='1';
+    if (J08->isChecked()) mask[3][ 7]='1';
+    if (J13->isChecked()) mask[3][12]='1';
+    if (J12->isChecked()) mask[3][11]='1';
+    if (J16->isChecked()) mask[3][15]='1';
+    if (J17->isChecked()) mask[3][16]='1';
+    if (J18->isChecked()) mask[3][17]='1';
+    if (J24->isChecked()) mask[3][23]='1';
+    if (J25->isChecked()) mask[3][24]='1';
+    if (J26->isChecked()) mask[3][25]='1';
+    if (J35->isChecked()) mask[3][34]='1';
+    if (J36->isChecked()) mask[3][35]='1';
+    if (J33->isChecked()) mask[3][32]='1';
+    if (C47->isChecked()) mask[5][46]='1';
+    if (C48->isChecked()) mask[5][47]='1';
+    if (C12->isChecked()) mask[5][11]='1';
+    if (C27->isChecked()) mask[5][26]='1';
+    if (C28->isChecked()) mask[5][27]='1';
+    if (C29->isChecked()) mask[5][28]='1';
+    if (C42->isChecked()) mask[5][41]='1';
+    if (C43->isChecked()) mask[5][42]='1';
+    if (C33->isChecked()) mask[5][32]='1';
+    if (S01->isChecked()) mask[4][ 0]='1';
+    if (S24->isChecked()) mask[4][23]='1';
+    if (S25->isChecked()) mask[4][24]='1';
+    if (S26->isChecked()) mask[4][25]='1';
+
+    for (int i=0;i<6;i++) convOptDialog->CodeMask[i]=mask[i];
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void CodeOptDialog::BtnSetAllClick()
+{
+    bool set=BtnSetAll->text()==tr("&Set All");
+
+    G01->setChecked(set);
+    G02->setChecked(set);
+    G03->setChecked(set);
+    G04->setChecked(set);
+    G05->setChecked(set);
+    G06->setChecked(set);
+    G07->setChecked(set);
+    G08->setChecked(set);
+    G14->setChecked(set);
+    G15->setChecked(set);
+    G16->setChecked(set);
+    G17->setChecked(set);
+    G18->setChecked(set);
+    G19->setChecked(set);
+    G20->setChecked(set);
+    G21->setChecked(set);
+    G22->setChecked(set);
+    G23->setChecked(set);
+    G24->setChecked(set);
+    G25->setChecked(set);
+    G26->setChecked(set);
+    R01->setChecked(set);
+    R02->setChecked(set);
+    R14->setChecked(set);
+    R19->setChecked(set);
+    R44->setChecked(set);
+    R45->setChecked(set);
+    R46->setChecked(set);
+    E01->setChecked(set);
+    E10->setChecked(set);
+    E11->setChecked(set);
+    E12->setChecked(set);
+    E13->setChecked(set);
+    E24->setChecked(set);
+    E25->setChecked(set);
+    E26->setChecked(set);
+    E27->setChecked(set);
+    E28->setChecked(set);
+    E29->setChecked(set);
+    E30->setChecked(set);
+    E31->setChecked(set);
+    E32->setChecked(set);
+    E33->setChecked(set);
+    E34->setChecked(set);
+    E37->setChecked(set);
+    E38->setChecked(set);
+    E39->setChecked(set);
+    J01->setChecked(set);
+    J07->setChecked(set);
+    J08->setChecked(set);
+    J13->setChecked(set);
+    J12->setChecked(set);
+    J16->setChecked(set);
+    J17->setChecked(set);
+    J18->setChecked(set);
+    J24->setChecked(set);
+    J25->setChecked(set);
+    J26->setChecked(set);
+    J35->setChecked(set);
+    J36->setChecked(set);
+    J33->setChecked(set);
+    C47->setChecked(set);
+    C48->setChecked(set);
+    C12->setChecked(set);
+    C27->setChecked(set);
+    C28->setChecked(set);
+    C29->setChecked(set);
+    C42->setChecked(set);
+    C43->setChecked(set);
+    C33->setChecked(set);
+    S01->setChecked(set);
+    S24->setChecked(set);
+    S25->setChecked(set);
+    S26->setChecked(set);
+    BtnSetAll->setText(BtnSetAll->text()==tr("&Set All")?tr("Un&set All"):tr("&Set All"));
+}
+//---------------------------------------------------------------------------
+void CodeOptDialog::UpdateEnable(void)
+{
+    G01->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G02->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G03->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G04->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G05->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G06->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G07->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G08->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L1));
+    G14->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G15->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G16->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G17->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G18->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G19->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G20->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G21->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G22->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G23->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L2));
+    G24->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5));
+    G25->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5));
+    G26->setEnabled((NavSys&SYS_GPS)&&(FreqType&FREQTYPE_L5));
+    R01->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L1));
+    R02->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L1));
+    R14->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L2));
+    R19->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L2));
+    R44->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5));
+    R45->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5));
+    R46->setEnabled((NavSys&SYS_GLO)&&(FreqType&FREQTYPE_L5));
+    E01->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1));
+    E10->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1));
+    E11->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1));
+    E12->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1));
+    E13->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L1));
+    E24->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5));
+    E25->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5));
+    E26->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L5));
+    E27->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7));
+    E28->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7));
+    E29->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L7));
+    E30->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6));
+    E31->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6));
+    E32->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6));
+    E33->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6));
+    E34->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L6));
+    E37->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8));
+    E38->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8));
+    E39->setEnabled((NavSys&SYS_GAL)&&(FreqType&FREQTYPE_L8));
+    J01->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1));
+    J07->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1));
+    J08->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1));
+    J13->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1));
+    J12->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L1));
+    J16->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2));
+    J17->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2));
+    J18->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L2));
+    J24->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5));
+    J25->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5));
+    J26->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L5));
+    J35->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6));
+    J36->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6));
+    J33->setEnabled((NavSys&SYS_QZS)&&(FreqType&FREQTYPE_L6));
+    C47->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1));
+    C48->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1));
+    C12->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L1));
+    C27->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7));
+    C28->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7));
+    C29->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L7));
+    C42->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6));
+    C43->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6));
+    C33->setEnabled((NavSys&SYS_CMP)&&(FreqType&FREQTYPE_L6));
+    S01->setEnabled((NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L1));
+    S24->setEnabled((NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5));
+    S25->setEnabled((NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5));
+    S26->setEnabled((NavSys&SYS_SBS)&&(FreqType&FREQTYPE_L5));
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv_qt/codeopt.h b/app/rtkconv_qt/codeopt.h
new file mode 100644
index 0000000..f6e65bc
--- /dev/null
+++ b/app/rtkconv_qt/codeopt.h
@@ -0,0 +1,29 @@
+//---------------------------------------------------------------------------
+#ifndef codeoptH
+#define codeoptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_codeopt.h"
+
+class QShowEvent;
+class ConvOptDialog;
+//---------------------------------------------------------------------------
+class CodeOptDialog : public QDialog, private Ui::CodeOptDialog
+{
+    Q_OBJECT
+public slots:
+    void BtnOkClick();
+    void BtnSetAllClick();
+protected:
+    void showEvent(QShowEvent*);
+private:
+    void UpdateEnable(void);
+
+    ConvOptDialog* convOptDialog;
+public:
+	int NavSys,FreqType;
+    CodeOptDialog(QWidget *parent, ConvOptDialog *);
+};
+//----------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv_qt/codeopt.ui b/app/rtkconv_qt/codeopt.ui
new file mode 100644
index 0000000..c3271d3
--- /dev/null
+++ b/app/rtkconv_qt/codeopt.ui
@@ -0,0 +1,1211 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>CodeOptDialog</class>
+ <widget class="QWidget" name="CodeOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>507</width>
+    <height>400</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Signal Mask</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QGroupBox" name="GroupBox1">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>GPS</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="G01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="G02">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1P</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="G03">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1W</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5">
+       <widget class="QCheckBox" name="G06">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1N</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="G04">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1Y</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="4">
+       <widget class="QCheckBox" name="G05">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1M</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="6">
+       <widget class="QCheckBox" name="G07">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1S</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="7" colspan="2">
+       <widget class="QCheckBox" name="G08">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1L</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QCheckBox" name="G14">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QCheckBox" name="G15">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2D</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QCheckBox" name="G16">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2S</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QCheckBox" name="G17">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2L</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="4">
+       <widget class="QCheckBox" name="G18">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="5">
+       <widget class="QCheckBox" name="G19">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2P</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="6">
+       <widget class="QCheckBox" name="G20">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2W</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="7">
+       <widget class="QCheckBox" name="G21">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2Y</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="8">
+       <widget class="QCheckBox" name="G22">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2M</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="9">
+       <widget class="QCheckBox" name="G23">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2N</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="0">
+       <widget class="QCheckBox" name="G24">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="1">
+       <widget class="QCheckBox" name="G25">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2" colspan="2">
+       <widget class="QCheckBox" name="G26">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox2">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>GLONASS</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="R01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="R02">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1P</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="R14">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="R19">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2P</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="4">
+       <widget class="QCheckBox" name="R44">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>3I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5">
+       <widget class="QCheckBox" name="R45">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>3Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="6">
+       <widget class="QCheckBox" name="R46">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>3X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox3">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>Galileo</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_3">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="E01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="E10">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1A</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="E11">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1B</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="E12">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="4" colspan="2">
+       <widget class="QCheckBox" name="E13">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1Z</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QCheckBox" name="E24">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QCheckBox" name="E25">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QCheckBox" name="E26">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QCheckBox" name="E30">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6A</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="4">
+       <widget class="QCheckBox" name="E31">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6B</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="5">
+       <widget class="QCheckBox" name="E32">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="6">
+       <widget class="QCheckBox" name="E33">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="7">
+       <widget class="QCheckBox" name="E34">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6Z</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="0">
+       <widget class="QCheckBox" name="E27">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="1">
+       <widget class="QCheckBox" name="E28">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2">
+       <widget class="QCheckBox" name="E29">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="3">
+       <widget class="QCheckBox" name="E37">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>8I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="4">
+       <widget class="QCheckBox" name="E38">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>8Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="5" colspan="2">
+       <widget class="QCheckBox" name="E39">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>8X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox4">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>QZSS</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_4">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="J01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="J07">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1S</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="J08">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1L</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="J12">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="4">
+       <widget class="QCheckBox" name="J13">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1Z</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5">
+       <widget class="QCheckBox" name="J16">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2S</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="6">
+       <widget class="QCheckBox" name="J17">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2L</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="7">
+       <widget class="QCheckBox" name="J18">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QCheckBox" name="J24">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QCheckBox" name="J25">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QCheckBox" name="J26">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QCheckBox" name="J35">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6S</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="4">
+       <widget class="QCheckBox" name="J36">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6L</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="5" colspan="2">
+       <widget class="QCheckBox" name="J33">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox6">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>BeiDou</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_6">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="C47">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="C48">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="C12">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="C27">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="4">
+       <widget class="QCheckBox" name="C28">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5">
+       <widget class="QCheckBox" name="C29">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>7X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="6">
+       <widget class="QCheckBox" name="C42">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="7">
+       <widget class="QCheckBox" name="C43">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="8">
+       <widget class="QCheckBox" name="C33">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>6X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox5">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string>SBAS</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_5">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="S01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1C</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="S24">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5I</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="S25">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5Q</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QCheckBox" name="S26">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>5X</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnSetAll">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Set All</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkconv_qt/convmain.cpp b/app/rtkconv_qt/convmain.cpp
new file mode 100644
index 0000000..bb0ba04
--- /dev/null
+++ b/app/rtkconv_qt/convmain.cpp
@@ -0,0 +1,1036 @@
+//---------------------------------------------------------------------------
+// rtkconv : rinex translator
+//
+//          Copyright (C) 2007-2011 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtkconv [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2008/07/14  1.0 new
+//           2010/07/18  1.1 rtklib 2.4.0
+//           2011/06/10  1.2 rtklib 2.4.1
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QTimer>
+#include <QCommandLineParser>
+#include <QDir>
+#include <QFile>
+#include <QFileInfo>
+#include <QFileDialog>
+#include <QDoubleValidator>
+#include <QMessageBox>
+#include <QProcess>
+#include <QSettings>
+#include <QMimeData>
+#include <QDebug>
+#include <QCompleter>
+#include <QFileSystemModel>
+
+#include "convmain.h"
+#include "timedlg.h"
+#include "aboutdlg.h"
+#include "startdlg.h"
+#include "keydlg.h"
+#include "convopt.h"
+#include "viewer.h"
+#include "rtklib.h"
+
+//---------------------------------------------------------------------------
+
+MainWindow *mainWindow;
+
+#define PRGNAME     "RTKCONV-QT"  // program name
+#define MAXHIST     20         // max number of histories
+#define TSTARTMARGIN 60.0      // time margin for file name replacement
+#define TRACEFILE   "rtkconv.trace" // trace file
+
+static int abortf=0;
+
+// show message in message area ---------------------------------------------
+extern "C" {
+extern int showmsg(char *format,...)
+{
+    va_list arg;
+    char buff[1024];
+    va_start(arg,format); vsprintf(buff,format,arg); va_end(arg);
+    QMetaObject::invokeMethod(mainWindow->Message,"setText",Qt::QueuedConnection,Q_ARG(QString,QString(buff)));
+    return abortf;
+}
+}
+
+
+
+// constructor --------------------------------------------------------------
+MainWindow::MainWindow(QWidget *parent)
+    : QMainWindow(parent)
+{
+    setupUi(this);
+    mainWindow=this;
+
+    TimeInt->setValidator(new QDoubleValidator());
+    TimeUnit->setValidator(new QDoubleValidator());
+
+    gtime_t time0={0,0};
+    int i;
+
+    setlocale(LC_NUMERIC,"C");
+    setWindowIcon(QIcon(":/icons/rtkconv_Icon.ico"));
+    setAcceptDrops(true);
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+
+    convOptDialog = new ConvOptDialog(this);
+    timeDialog = new TimeDialog(this);
+    keyDialog = new KeyDialog(this);
+    aboutDialog = new AboutDialog(this);
+    startDialog = new StartDialog(this);
+
+    Format->clear();
+    Format->addItem(tr("Auto"));
+    for (i=0;i<=MAXRCVFMT;i++) {
+        Format->addItem(formatstrs[i]);
+    }
+    Format->addItem(formatstrs[STRFMT_RINEX]);
+    RnxTime=time0;
+    EventEna=0;
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    OutFile1->setCompleter(fileCompleter);
+    OutFile2->setCompleter(fileCompleter);
+    OutFile3->setCompleter(fileCompleter);
+    OutFile4->setCompleter(fileCompleter);
+    OutFile5->setCompleter(fileCompleter);
+    OutFile6->setCompleter(fileCompleter);
+    OutFile7->setCompleter(fileCompleter);
+    InFile->setCompleter(fileCompleter);
+
+    QCompleter *dirCompleter=new QCompleter(this);
+    QFileSystemModel *dirModel=new QFileSystemModel(dirCompleter);
+    dirModel->setRootPath("");
+    dirModel->setFilter(QDir::AllDirs|QDir::Drives|QDir::NoDotAndDotDot);
+    dirCompleter->setModel(dirModel);
+    OutDir->setCompleter(dirCompleter);
+
+    connect(BtnPlot,SIGNAL(clicked(bool)),this,SLOT(BtnPlotClick()));
+    connect(BtnConvert,SIGNAL(clicked(bool)),this,SLOT(BtnConvertClick()));
+    connect(BtnOptions,SIGNAL(clicked(bool)),this,SLOT(BtnOptionsClick()));
+    connect(BtnExit,SIGNAL(clicked(bool)),this,SLOT(BtnExitClick()));
+    connect(BtnAbout,SIGNAL(clicked(bool)),this,SLOT(BtnAboutClick()));
+    connect(BtnTime1,SIGNAL(clicked(bool)),this,SLOT(BtnTime1Click()));
+    connect(BtnTime2,SIGNAL(clicked(bool)),this,SLOT(BtnTime2Click()));
+    connect(BtnInFile,SIGNAL(clicked(bool)),this,SLOT(BtnInFileClick()));
+    connect(BtnOutFile1,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile1Click()));
+    connect(BtnOutFile2,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile2Click()));
+    connect(BtnOutFile3,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile3Click()));
+    connect(BtnOutFile4,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile4Click()));
+    connect(BtnOutFile5,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile5Click()));
+    connect(BtnOutFile6,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile6Click()));
+    connect(BtnOutFile7,SIGNAL(clicked(bool)),this,SLOT(BtnOutFile7Click()));
+    connect(BtnOutFileView1,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView1Click()));
+    connect(BtnOutFileView2,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView2Click()));
+    connect(BtnOutFileView3,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView3Click()));
+    connect(BtnOutFileView4,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView4Click()));
+    connect(BtnOutFileView5,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView5Click()));
+    connect(BtnOutFileView6,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView6Click()));
+    connect(BtnOutFileView7,SIGNAL(clicked(bool)),this,SLOT(BtnOutFileView7Click()));
+    connect(TimeStartF,SIGNAL(clicked(bool)),this,SLOT(TimeStartFClick()));
+    connect(TimeEndF,SIGNAL(clicked(bool)),this,SLOT(TimeEndFClick()));
+    connect(TimeIntF,SIGNAL(clicked(bool)),this,SLOT(TimeIntFClick()));
+    connect(TimeUnitF,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutDirEna,SIGNAL(clicked(bool)),this,SLOT(OutDirEnaClick()));
+    connect(InFile,SIGNAL(currentIndexChanged(int)),this,SLOT(InFileChange()));
+    connect(InFile,SIGNAL(editTextChanged(QString)),this,SLOT(InFileChange()));
+    connect(Format,SIGNAL(currentIndexChanged(int)),this,SLOT(FormatChange()));
+    connect(OutDir,SIGNAL(editingFinished()),this,SLOT(OutDirChange()));
+    connect(BtnOutDir,SIGNAL(clicked(bool)),this,SLOT(BtnOutDirClick()));
+    connect(BtnKey,SIGNAL(clicked(bool)),this,SLOT(BtnKeyClick()));
+    connect(BtnPost,SIGNAL(clicked(bool)),this,SLOT(BtnPostClick()));
+    connect(BtnInFileView,SIGNAL(clicked(bool)),this,SLOT(BtnInFileViewClick()));
+    connect(OutFileEna1,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna2,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna3,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna4,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna5,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna6,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+    connect(OutFileEna7,SIGNAL(clicked(bool)),this,SLOT(UpdateEnable()));
+
+    QTimer::singleShot(100,this,SLOT(FormCreate()));
+}
+// callback on form create --------------------------------------------------
+void MainWindow::FormCreate()
+{
+    setWindowTitle(QString(tr("%1 ver.%2 %3")).arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+}
+// callback on form show ----------------------------------------------------
+void MainWindow::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QCommandLineParser parser;
+    parser.setApplicationDescription("RTK Navi");
+    parser.addHelpOption();
+    parser.addVersionOption();
+
+    QCommandLineOption iniFileOption(QStringList() << "i",
+            QCoreApplication::translate("main", "ini file to use"),
+            QCoreApplication::translate("main", "ini file"));
+    parser.addOption(iniFileOption);
+
+    QCommandLineOption titleOption(QStringList() << "t",
+            QCoreApplication::translate("main", "window title"),
+            QCoreApplication::translate("main", "title"));
+    parser.addOption(titleOption);
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(iniFileOption))
+
+        IniFile=parser.value(iniFileOption);
+    LoadOpt();
+
+    if (parser.isSet(titleOption))
+        setWindowTitle(parser.value(titleOption));
+
+    EventEna=1;
+}
+// callback on form close ---------------------------------------------------
+void MainWindow::closeEvent(QCloseEvent*)
+{
+    SaveOpt();
+}
+// set output file paths ----------------------------------------------------
+void MainWindow::SetOutFiles(const QString &infile)
+{
+    QLineEdit *edit[]={
+        OutFile1,OutFile2,OutFile3,OutFile4,OutFile5,OutFile6,OutFile7
+    };
+    QString Format_Text=Format->currentText();
+    QString OutDir_Text=OutDir->text();
+    QString ofile[8];
+    int i,lex=Format_Text.contains("LEX");
+    
+    if (!EventEna) return;
+    
+    if (OutDirEna->isChecked()) {
+        QFileInfo info(infile);
+
+        ofile[0]=OutDir_Text+"/"+info.fileName();
+    }
+    else {
+        ofile[0]=infile;
+    }
+    ofile[0].replace('*','0');
+    ofile[0].replace('?','0');
+
+    if (!RnxFile) {
+        QFileInfo info(ofile[0]);
+        ofile[0]=info.absolutePath()+"/"+info.baseName();
+        ofile[1]=ofile[0]+".obs";
+        ofile[2]=ofile[0]+".nav";
+        ofile[3]=ofile[0]+".gnav";
+        ofile[4]=ofile[0]+".hnav";
+        ofile[5]=ofile[0]+".qnav";
+        ofile[6]=ofile[0]+".lnav";
+        ofile[7]=ofile[0]+(lex?".lex":".sbs");
+    }
+    else {
+        QFileInfo info(ofile[0]);
+        ofile[0]=info.filePath()+"/";
+        ofile[1]+=ofile[0]+QString("%%r%%n0.%%yO");
+        if (RnxVer>=3&&NavSys&&(NavSys!=SYS_GPS)) { /* ver.3 and mixed system */
+            ofile[2]+=ofile[0]+"%%r%%n0.%%yP";
+        }
+        else {
+            ofile[2]+=ofile[0]+"%%r%%n0.%%yN";
+        }
+        ofile[3]+=ofile[0]+"%%r%%n0.%%yG";
+        ofile[4]+=ofile[0]+"%%r%%n0.%%yH";
+        ofile[5]+=ofile[0]+"%%r%%n0.%%yQ";
+        ofile[6]+=ofile[0]+"%%r%%n0.%%yL";
+        ofile[7]+=ofile[0]+(lex?"%%r%%n0_%%y.lex":"%%r%%n0_%%y.sbs");
+    }
+    for (i=0;i<7;i++) {
+        if (ofile[i+1]==infile) ofile[i+1]+="_";
+        edit[i]->setText(ofile[i+1]);
+    }
+}
+// callback on file drag and drop -------------------------------------------
+void  MainWindow::dragEnterEvent(QDragEnterEvent *event)
+{
+    if (event->mimeData()->hasFormat("text/uri-list"))
+        event->acceptProposedAction();
+}
+void  MainWindow::dropEvent(QDropEvent *event)
+{
+    if (!event->mimeData()->hasFormat("text/uri-list")) return;
+
+    QString file=QUrl(event->mimeData()->text()).toLocalFile();
+
+    InFile->setCurrentText(file);
+    SetOutFiles(InFile->currentText());
+}
+// add history --------------------------------------------------------------
+void MainWindow::AddHist(QComboBox *combo)
+{
+    QString hist=combo->currentText();
+    if (hist=="") return;
+    int i=combo->currentIndex();
+    if (i>=0) combo->removeItem(i);
+    combo->insertItem(0,hist);
+    for (int i=combo->count()-1;i>=MAXHIST;i--) combo->removeItem(i);
+    combo->setCurrentIndex(0);
+}
+// read history -------------------------------------------------------------
+void MainWindow::ReadList(QComboBox* combo, QSettings *ini, const QString &key)
+{
+    QString item;
+    int i;
+
+    for (i=0;i<100;i++) {
+        item=ini->value(QString("%1_%2").arg(key).arg(i,3),"").toString();
+        if (item!="") combo->addItem(item); else break;
+    }
+}
+// write history ------------------------------------------------------------
+void MainWindow::WriteList(QSettings *ini, const QString &key, const QComboBox *combo)
+{
+    int i;
+
+    for (i=0;i<combo->count();i++) {
+        ini->setValue(QString("%1_%2").arg(key).arg(i,3),combo->itemText(i));
+    }
+}
+// callback on button-plot --------------------------------------------------
+void MainWindow::BtnPlotClick()
+{
+    QString file1=OutFile1->text();
+    QString file2=OutFile2->text();
+    QString file3=OutFile3->text();
+    QString file4=OutFile4->text();
+    QString file5=OutFile5->text();
+    QString file6=OutFile6->text();
+    QString file[]={file1,file2,file3,file4,file5,file6};
+    QString cmd1="rtkplot_Qt",cmd2="..\\..\\..\\bin\\rtkplot_qt",opts=" -r";
+    QCheckBox *cb[]={
+        OutFileEna1,OutFileEna2,OutFileEna3,OutFileEna4,OutFileEna5,OutFileEna6
+    };
+    int i,ena[6];
+    
+    for (i=0;i<6;i++) ena[i]=cb[i]->isEnabled()&&cb[i]->isChecked();
+    
+    for (i=0;i<6;i++) {
+        if (ena[i]) opts=opts+" \""+RepPath(file[i])+"\"";
+    }
+    if (opts==" -r") return;
+    
+    if (!ExecCmd(cmd1+opts)&&!ExecCmd(cmd2+opts)) {
+        Message->setText(tr("error : rtkplot execution"));
+    }
+}
+// callback on button-post-proc ---------------------------------------------
+void MainWindow::BtnPostClick()
+{
+    QString path2="..\\..\\..\\bin\\";
+    QString cmd1=CmdPostExe,cmd2=path2+CmdPostExe,opts=" ";
+    
+    if (!OutFileEna1->isChecked()) return;
+    
+    opts=opts+" -r \""+OutFile1->text()+"\"";
+    opts=opts+" -n \"\" -n \"\"";
+    
+    if (OutFileEna7->isChecked()) {
+        opts=opts+" -n \""+OutFile7->text()+"\"";
+    }
+    if (TimeStartF->isChecked()) opts=opts+" -ts "+TimeY1->text()+" "+TimeH1->text();
+    if (TimeEndF  ->isChecked()) opts=opts+" -te "+TimeY2->text()+" "+TimeH2->text();
+    if (TimeIntF  ->isChecked()) opts=opts+" -ti "+TimeInt->currentText();
+    if (TimeUnitF ->isChecked()) opts=opts+" -tu "+TimeUnit->text();
+    
+    if (!ExecCmd(cmd1+opts)&&!ExecCmd(cmd2+opts)) {
+        Message->setText(tr("error : rtkpost execution"));
+    }
+}
+// callback on button-options -----------------------------------------------
+void MainWindow::BtnOptionsClick()
+{
+    int rnxfile=RnxFile;
+    convOptDialog->exec();
+    if (convOptDialog->result()!=QDialog::Accepted) return;
+    if (RnxFile!=rnxfile) {
+        SetOutFiles(InFile->currentText());
+    }
+    UpdateEnable();
+}
+// callback on button-convert -----------------------------------------------
+void MainWindow::BtnConvertClick()
+{
+    ConvertFile();
+}
+// callback on button-exit --------------------------------------------------
+void MainWindow::BtnExitClick()
+{
+    close();
+}
+// callbck on button-time-1 -------------------------------------------------
+void MainWindow::BtnTime1Click()
+{
+    gtime_t ts={0,0},te={0,0};
+    double tint=0.0,tunit=0.0;
+    GetTime(&ts,&te,&tint,&tunit);
+    timeDialog->Time=ts;
+    timeDialog->exec();
+}
+// callbck on button-time-2 -------------------------------------------------
+void MainWindow::BtnTime2Click()
+{
+    gtime_t ts={0,0},te={0,0};
+    double tint=0.0,tunit=0.0;
+    GetTime(&ts,&te,&tint,&tunit);
+    timeDialog->Time=te;
+    timeDialog->exec();
+}
+// callback on button-input-file --------------------------------------------
+void MainWindow::BtnInFileClick()
+{    
+    InFile->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Input RTCM, RCV RAW or RINEX OBS File"),QString(),
+         tr("All (*.*);;RTCM 2 (*.rtcm2);;RTCM 3 (*.rtcm3);;NovtAtel (*.gps);;ublox (*.ubx);;SuperStart II (*.log);;"
+            "Hemisphere (*.bin);;Javad (*.jps);;RINEX OBS (*.obs *.*O);Septentrio (*.sbf)"))));
+    SetOutFiles(InFile->currentText());
+}
+// callback on output-directory change --------------------------------------
+void MainWindow::OutDirChange()
+{
+    SetOutFiles(InFile->currentText());
+}
+// callback on button-output-directory --------------------------------------
+void MainWindow::BtnOutDirClick()
+{
+    OutDir->setText(QDir::toNativeSeparators(QFileDialog::getExistingDirectory(this,tr("Output Directory"),OutDir->text())));
+    SetOutFiles(InFile->currentText());
+}
+// callback on button-keyword -----------------------------------------------
+void MainWindow::BtnKeyClick()
+{
+    keyDialog->Flag=1;
+    keyDialog->show();
+}
+// callback on button-output-file-1 -----------------------------------------
+void MainWindow::BtnOutFile1Click()
+{
+    QString selectedFilter="RINEX OBS (*.obs *.*O";
+    OutFile1->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX OBS File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-2 -----------------------------------------
+void MainWindow::BtnOutFile2Click()
+{
+    QString selectedFilter="RINEX NAV (*.nav *.*N *.*P)";
+    OutFile2->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX NAV File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-3 -----------------------------------------
+void MainWindow::BtnOutFile3Click()
+{
+    QString selectedFilter="RINEX GNAV (*.gnav *.*G)";
+    OutFile3->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX GNAV File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-4 -----------------------------------------
+void MainWindow::BtnOutFile4Click()
+{
+    QString selectedFilter="RINEX HNAV (*.hnav *.*H)";
+    OutFile4->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX HNAV File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-5 -----------------------------------------
+void MainWindow::BtnOutFile5Click()
+{
+    QString selectedFilter="RINEX QNAV (*.qnav *.*Q)";
+    OutFile5->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX QNAV File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-6 -----------------------------------------
+void MainWindow::BtnOutFile6Click()
+{
+    QString selectedFilter="RINEX LNAV (*.lnav *.*L)";
+    OutFile6->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output RINEX LNAV File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-output-file-7 -----------------------------------------
+void MainWindow::BtnOutFile7Click()
+{
+    QString selectedFilter="SBAS Log (*.sbs)";
+    OutFile7->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Output SBAS/LEX Log File"),QString(),
+              tr("All (*.*);;RINEX OBS (*.obs *.*O);;RINEX NAV (*.nav *.*N *.*P);;RINEX GNAV (*.gnav *.*G);;RINEX HNAV (*.hnav *.*H);;"
+                 "RINEX QNAV (*.qnav *.*Q);;RINEX LNAV (*.lnav *.*L);;SBAS Log (*.sbs);;LEX Log (*.lex)"),&selectedFilter)));
+}
+// callback on button-view-input-file ----------------------------------------
+void MainWindow::BtnInFileViewClick()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString InFile_Text=InFile->currentText();
+    QString ext=QFileInfo(InFile_Text).suffix();
+    if (ext.length()<4) return;
+
+    if ((ext=="obs" )||(ext=="OBS" )||(ext=="nav")||
+        (ext=="NAV" )||(ext.mid(1)=="nav")||(ext.mid(1)=="NAV" )||
+        (ext.at(2)=='o'  )||(ext.at(2)=='O'  )||(ext.at(2)=='n' )||
+        (ext.at(2)=='N'  )||(ext.at(2)=='p'  )||(ext.at(2)=='P' )||
+        (ext.at(2)=='g'  )||(ext.at(2)=='G'  )||(ext.at(2)=='h' )||
+        (ext.at(2)=='H'  )||(ext.at(2)=='q'  )||(ext.at(2)=='Q' )||
+        (ext.at(2)=='l'  )||(ext.at(2)=='L'  )) {
+        viewer->show();
+        viewer->Read(RepPath(InFile_Text));
+    }
+}
+// callback on button-view-file-1 -------------------------------------------
+void MainWindow::BtnOutFileView1Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile1_Text=OutFile1->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile1_Text));
+}
+// callback on button-view-file-2 -------------------------------------------
+void MainWindow::BtnOutFileView2Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile2_Text=OutFile2->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile2_Text));
+}
+// callback on button-view-file-3 -------------------------------------------
+void MainWindow::BtnOutFileView3Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile3_Text=OutFile3->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile3_Text));
+}
+// callback on button-view-file-4 -------------------------------------------
+void MainWindow::BtnOutFileView4Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile4_Text=OutFile4->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile4_Text));
+}
+// callback on button-view-file-5 -------------------------------------------
+void MainWindow::BtnOutFileView5Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile5_Text=OutFile5->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile5_Text));
+}
+// callback on button-view-file-6 -------------------------------------------
+void MainWindow::BtnOutFileView6Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile6_Text=OutFile6->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile6_Text));
+}
+// callback on button-view-file-7 -------------------------------------------
+void MainWindow::BtnOutFileView7Click()
+{
+    TextViewer *viewer=new TextViewer(this);
+    QString OutFile7_Text=OutFile7->text();
+    viewer->show();
+    viewer->Read(RepPath(OutFile7_Text));
+}
+// callback on button-about -------------------------------------------------
+void MainWindow::BtnAboutClick()
+{
+    aboutDialog->About=PRGNAME;
+    aboutDialog->IconIndex=3;
+    aboutDialog->exec();
+}
+// callback on button-time-start --------------------------------------------
+void MainWindow::TimeStartFClick()
+{
+    UpdateEnable();
+}
+// callback on button-time-end ----------------------------------------------
+void MainWindow::TimeEndFClick()
+{
+    UpdateEnable();
+}
+// callback on button-time-interval -----------------------------------------
+void MainWindow::TimeIntFClick()
+{
+    UpdateEnable();
+}
+// callback on output-file check/uncheck ------------------------------------
+void MainWindow::OutDirEnaClick()
+{
+    SetOutFiles(InFile->currentText());
+    UpdateEnable();
+}
+// callback on input-file-change --------------------------------------------
+void MainWindow::InFileChange()
+{
+    SetOutFiles(InFile->currentText());
+}
+// callback on format change ------------------------------------------------
+void MainWindow::FormatChange()
+{
+    UpdateEnable();
+}
+// get time -----------------------------------------------------------------
+void MainWindow::GetTime(gtime_t *ts, gtime_t *te, double *tint,
+        double *tunit)
+{
+    if (TimeStartF->isChecked()) {
+        QDateTime start(TimeY1->date(),TimeH1->time());
+        ts->time=start.toTime_t();ts->sec=start.time().msec()/1000;
+    } else ts->time=ts->sec=0;
+    if (TimeEndF->isChecked()) {
+        QDateTime end(TimeY2->date(),TimeH2->time());
+        te->time=end.toTime_t();te->sec=end.time().msec()/1000;
+    } else te->time=te->sec=0;
+    if (TimeIntF->isChecked()) {
+        *tint=TimeInt->currentText().toDouble();
+    } else *tint=0;
+    if (TimeUnitF->isChecked()) {
+        *tunit=TimeUnit->text().toDouble()*3600;
+    } else *tunit=0;
+}
+// replace keywords in file path --------------------------------------------
+QString MainWindow::RepPath(const QString &File)
+{
+    QString Path;
+    char path[1024];
+    reppath(qPrintable(File),path,timeadd(RnxTime,TSTARTMARGIN),qPrintable(RnxCode),"");
+    return Path=path;
+}
+// execute command ----------------------------------------------------------
+int MainWindow::ExecCmd(const QString &cmd)
+{
+    return QProcess::startDetached(cmd);  /* FIXME: show option not yet supported */
+}
+// undate enable/disable of widgets -----------------------------------------
+void MainWindow::UpdateEnable(void)
+{
+    QString FormatText=Format->currentText();
+    int rnx=FormatText=="RINEX";
+    TimeY1         ->setEnabled(TimeStartF ->isChecked());
+    TimeH1         ->setEnabled(TimeStartF ->isChecked());
+    BtnTime1       ->setEnabled(TimeStartF ->isChecked());
+    TimeY2         ->setEnabled(TimeEndF   ->isChecked());
+    TimeH2         ->setEnabled(TimeEndF   ->isChecked());
+    BtnTime2       ->setEnabled(TimeEndF   ->isChecked());
+    TimeInt        ->setEnabled(TimeIntF   ->isChecked());
+    LabelTimeInt   ->setEnabled(TimeInt    ->isEnabled());
+    TimeUnitF      ->setEnabled(TimeStartF->isChecked()&&TimeEndF->isChecked());
+    TimeUnit       ->setEnabled(TimeStartF->isChecked()&&TimeEndF->isChecked()&&TimeUnitF->isChecked());
+    LabelTimeUnit  ->setEnabled(TimeUnit  ->isEnabled());
+    OutFileEna3    ->setEnabled(RnxVer<3&&(NavSys&SYS_GLO));
+    OutFileEna4    ->setEnabled(RnxVer<3&&(NavSys&SYS_SBS));
+    OutFileEna5    ->setEnabled(RnxVer<3&&(NavSys&SYS_QZS));
+    OutFileEna6    ->setEnabled(RnxVer<3&&(NavSys&SYS_GAL));
+    OutFileEna7    ->setEnabled(!rnx);
+    OutDir         ->setEnabled(OutDirEna  ->isChecked());
+    LabelOutDir    ->setEnabled(OutDirEna  ->isChecked());
+    OutFile1       ->setEnabled(OutFileEna1->isChecked());
+    OutFile2       ->setEnabled(OutFileEna2->isChecked());
+    OutFile3       ->setEnabled(OutFileEna3->isChecked()&&RnxVer<3&&(NavSys&SYS_GLO));
+    OutFile4       ->setEnabled(OutFileEna4->isChecked()&&RnxVer<3&&(NavSys&SYS_SBS));
+    OutFile5       ->setEnabled(OutFileEna5->isChecked()&&RnxVer<3&&(NavSys&SYS_QZS));
+    OutFile6       ->setEnabled(OutFileEna6->isChecked()&&RnxVer<3&&(NavSys&SYS_GAL));
+    OutFile7       ->setEnabled(OutFileEna7->isChecked()&&!rnx);
+    BtnOutDir      ->setEnabled(OutDirEna  ->isChecked());
+    BtnOutFile1    ->setEnabled(OutFile1->isEnabled());
+    BtnOutFile2    ->setEnabled(OutFile2->isEnabled());
+    BtnOutFile3    ->setEnabled(OutFile3->isEnabled());
+    BtnOutFile4    ->setEnabled(OutFile4->isEnabled());
+    BtnOutFile5    ->setEnabled(OutFile5->isEnabled());
+    BtnOutFile6    ->setEnabled(OutFile6->isEnabled());
+    BtnOutFile7    ->setEnabled(OutFile7->isEnabled());
+    BtnOutFileView1->setEnabled(OutFile1->isEnabled());
+    BtnOutFileView2->setEnabled(OutFile2->isEnabled());
+    BtnOutFileView3->setEnabled(OutFile3->isEnabled());
+    BtnOutFileView4->setEnabled(OutFile4->isEnabled());
+    BtnOutFileView5->setEnabled(OutFile5->isEnabled());
+    BtnOutFileView6->setEnabled(OutFile6->isEnabled());
+    BtnOutFileView7->setEnabled(OutFile7->isEnabled());
+}
+// convert file -------------------------------------------------------------
+void MainWindow::ConvertFile(void)
+{
+    QString InFile_Text=InFile->currentText();
+    QString OutFile1_Text=OutFile1->text(),OutFile2_Text=OutFile2->text();
+    QString OutFile3_Text=OutFile3->text(),OutFile4_Text=OutFile4->text();
+    QString OutFile5_Text=OutFile5->text(),OutFile6_Text=OutFile6->text();
+    QString OutFile7_Text=OutFile7->text();
+    int i;
+    char *p;
+    double RNXVER[]={2.10,2.11,2.12,3.00,3.01,3.02};
+    
+    // abort conversion
+    if (BtnConvert->text()==tr("Abort")) {
+        abortf=1;
+        return;
+    }
+    conversionThread= new ConversionThread(this);
+
+    // recognize input file format
+    strcpy(conversionThread->ifile,qPrintable(InFile_Text));
+    QFileInfo fi(InFile_Text);
+    if (Format->currentIndex()==0) { // auto
+        if      (fi.completeSuffix()=="rtcm2") conversionThread->format=STRFMT_RTCM2;
+        else if (fi.completeSuffix()=="rtcm3") conversionThread->format=STRFMT_RTCM3;
+        else if (fi.completeSuffix()=="gps"  ) conversionThread->format=STRFMT_OEM4;
+        else if (fi.completeSuffix()=="ubx"  ) conversionThread->format=STRFMT_UBX;
+        else if (fi.completeSuffix()=="log"  ) conversionThread->format=STRFMT_SS2;
+        else if (fi.completeSuffix()=="bin"  ) conversionThread->format=STRFMT_CRES;
+        else if (fi.completeSuffix()=="jps"  ) conversionThread->format=STRFMT_JAVAD;
+        else if (fi.completeSuffix()=="bnx"  ) conversionThread->format=STRFMT_BINEX;
+        else if (fi.completeSuffix()=="binex") conversionThread->format=STRFMT_BINEX;
+        else if (fi.completeSuffix()=="rt17" ) conversionThread->format=STRFMT_RT17;
+        else if (fi.completeSuffix().toLower()=="obs"  ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().toLower().contains( "nav" )) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='o'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='O'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='n'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='N'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='p'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='P'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='g'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='G'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='h'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='H'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='q'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='Q'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='l'   ) conversionThread->format=STRFMT_RINEX;
+        else if (fi.completeSuffix().at(2)=='L'   ) conversionThread->format=STRFMT_RINEX;
+        else {
+            showmsg("file format can not be recognized");
+            return;
+        }
+    }
+    else {
+        for (i=0;formatstrs[i];i++) {
+            if (Format->currentText()==formatstrs[i]) break;
+        }
+        if (formatstrs[i]) conversionThread->format=i; else return;
+    }
+    conversionThread->rnxopt.rnxver=RNXVER[RnxVer];
+    
+    if (conversionThread->format==STRFMT_RTCM2||conversionThread->format==STRFMT_RTCM3||conversionThread->format==STRFMT_RT17) {
+        
+        // input start date/time for rtcm 2 ro rtcm 3
+        startDialog->exec();
+        if (startDialog->result()!=QDialog::Accepted) return;
+        conversionThread->rnxopt.trtcm=startDialog->Time;
+    }
+    if (OutFile1->isEnabled()&&OutFileEna1->isChecked()) strcpy(conversionThread->ofile[0],qPrintable(OutFile1_Text));
+    if (OutFile2->isEnabled()&&OutFileEna2->isChecked()) strcpy(conversionThread->ofile[1],qPrintable(OutFile2_Text));
+    if (OutFile3->isEnabled()&&OutFileEna3->isChecked()) strcpy(conversionThread->ofile[2],qPrintable(OutFile3_Text));
+    if (OutFile4->isEnabled()&&OutFileEna4->isChecked()) strcpy(conversionThread->ofile[3],qPrintable(OutFile4_Text));
+    if (OutFile5->isEnabled()&&OutFileEna5->isChecked()) strcpy(conversionThread->ofile[4],qPrintable(OutFile5_Text));
+    if (OutFile6->isEnabled()&&OutFileEna6->isChecked()) strcpy(conversionThread->ofile[5],qPrintable(OutFile6_Text));
+    if (OutFile7->isEnabled()&&OutFileEna7->isChecked()) strcpy(conversionThread->ofile[6],qPrintable(OutFile7_Text));
+    
+    // check overwrite output file
+    for (i=0;i<6;i++) {
+        if (!QFile(conversionThread->ofile[i]).exists()) continue;
+        if (QMessageBox::question(this,tr("Overwrite"),QString(tr("%1 exists. Do you want to overwrite?")).arg(conversionThread->ofile[i]))!=QMessageBox::Yes) return;
+    }
+    GetTime(&conversionThread->rnxopt.ts,&conversionThread->rnxopt.te,&conversionThread->rnxopt.tint,&conversionThread->rnxopt.tunit);
+    strncpy(conversionThread->rnxopt.staid,qPrintable(RnxCode),31);
+    sprintf(conversionThread->rnxopt.prog,"%s %s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    strncpy(conversionThread->rnxopt.runby,qPrintable(RunBy),31);
+    strncpy(conversionThread->rnxopt.marker,qPrintable(Marker),63);
+    strncpy(conversionThread->rnxopt.markerno,qPrintable(MarkerNo),31);
+    strncpy(conversionThread->rnxopt.markertype,qPrintable(MarkerType),31);
+    for (i=0;i<2;i++) strncpy(conversionThread->rnxopt.name[i],qPrintable(Name[i]),31);
+    for (i=0;i<3;i++) strncpy(conversionThread->rnxopt.rec [i],qPrintable(Rec [i]),31);
+    for (i=0;i<3;i++) strncpy(conversionThread->rnxopt.ant [i],qPrintable(Ant [i]),31);
+    if (AutoPos) {
+        for (i=0;i<3;i++) conversionThread->rnxopt.apppos[i]=AppPos[i];
+    }
+    for (i=0;i<3;i++) conversionThread->rnxopt.antdel[i]=AntDel[i];
+    strncpy(conversionThread->rnxopt.rcvopt,qPrintable(RcvOption),255);
+    conversionThread->rnxopt.navsys=NavSys;
+    conversionThread->rnxopt.obstype=ObsType;
+    conversionThread->rnxopt.freqtype=FreqType;
+    p=conversionThread->rnxopt.comment[0];
+    sprintf(p,"log: %-53.53s",conversionThread->ifile);
+    p=conversionThread->rnxopt.comment[1];
+    p+=sprintf(p,"format: %s",formatstrs[conversionThread->format]);
+    if (*conversionThread->rnxopt.rcvopt) sprintf(p,", option: %s",conversionThread->rnxopt.rcvopt);
+    for (i=0;i<2;i++) strncpy(conversionThread->rnxopt.comment[i+2],qPrintable(Comment[i]),63);
+    for (i=0;i<6;i++) strcpy(conversionThread->rnxopt.mask[i],qPrintable(CodeMask[i]));
+    conversionThread->rnxopt.autopos=AutoPos;
+    conversionThread->rnxopt.scanobs=ScanObs;
+    conversionThread->rnxopt.outiono=OutIono;
+    conversionThread->rnxopt.outtime=OutTime;
+    conversionThread->rnxopt.outleaps=OutLeaps;
+    
+    QStringList exsatsLst=ExSats.split(" ");
+    foreach (const QString & sat,exsatsLst)
+    {
+        int satid;
+        if (!(satid=satid2no(qPrintable(sat)))) continue;
+        conversionThread->rnxopt.exsats[satid-1]=1;
+    }
+
+    abortf=0;
+    BtnConvert  ->setText(tr("Abort"));
+    Panel1      ->setEnabled(false);
+    Panel2      ->setEnabled(false);
+    BtnPlot     ->setEnabled(false);
+    BtnPost     ->setEnabled(false);
+    BtnOptions  ->setEnabled(false);
+    BtnExit     ->setEnabled(false);
+    Format      ->setEnabled(false);
+    BtnKey      ->setEnabled(false);
+    LabelInFile ->setEnabled(false);
+    LabelOutDir ->setEnabled(false);
+    LabelOutFile->setEnabled(false);
+    LabelFormat ->setEnabled(false);
+    Message     ->setText("");
+    
+    if (TraceLevel>0) {
+        traceopen(TRACEFILE);
+        tracelevel(TraceLevel);
+    }
+    setCursor(Qt::WaitCursor);
+
+    // post processing positioning
+    connect(conversionThread,SIGNAL(finished()),this,SLOT(ConversionFinished()));
+
+    conversionThread->start();
+}
+// conversion done -------------------------------------------------------------
+void MainWindow::ConversionFinished()
+{
+    setCursor(Qt::ArrowCursor);
+
+    if (TraceLevel>0) {
+        traceclose();
+    }
+    BtnConvert  ->setText(tr("&Convert"));
+    Panel1      ->setEnabled(true);
+    Panel2      ->setEnabled(true);
+    BtnPlot     ->setEnabled(true);
+    BtnPost     ->setEnabled(true);
+    BtnOptions  ->setEnabled(true);
+    BtnExit     ->setEnabled(true);
+    Format      ->setEnabled(true);
+    BtnKey      ->setEnabled(true);
+    LabelInFile ->setEnabled(true);
+    LabelOutDir ->setEnabled(true);
+    LabelOutFile->setEnabled(true);
+    LabelFormat ->setEnabled(true);
+    
+#if 0
+    // set time-start/end if time not specified
+    if (!TimeStartF->Checked&&rnxopt.tstart.time!=0) {
+        time2str(rnxopt.tstart,tstr,0);
+        tstr[10]='\0';
+        TimeY1->Text=tstr;
+        TimeH1->Text=tstr+11;
+    }
+    if (!TimeEndF->Checked&&rnxopt.tend.time!=0) {
+        time2str(rnxopt.tend,tstr,0);
+        tstr[10]='\0';
+        TimeY2->Text=tstr;
+        TimeH2->Text=tstr+11;
+    }
+#endif
+    RnxTime=conversionThread->rnxopt.tstart;
+
+    conversionThread->deleteLater();
+
+    AddHist(InFile);
+}
+// load options -------------------------------------------------------------
+void MainWindow::LoadOpt(void)
+{
+    QSettings ini(IniFile,QSettings::IniFormat);
+    QString mask="1111111111111111111111111111111111111111111";
+    
+    RnxVer              =ini.value ("opt/rnxver",      0).toInt();
+    RnxFile             =ini.value ("opt/rnxfile",     0).toInt();
+    RnxCode             =ini.value ("opt/rnxcode","0000").toString();
+    RunBy               =ini.value ("opt/runby",      "").toString();
+    Marker              =ini.value ("opt/marker",     "").toString();
+    MarkerNo            =ini.value ("opt/markerno",   "").toString();
+    MarkerType          =ini.value ("opt/markertype", "").toString();
+    Name[0]             =ini.value ("opt/name0",      "").toString();
+    Name[1]             =ini.value ("opt/name1",      "").toString();
+    Rec[0]              =ini.value ("opt/rec0",       "").toString();
+    Rec[1]              =ini.value ("opt/rec1",       "").toString();
+    Rec[2]              =ini.value ("opt/rec2",       "").toString();
+    Ant[0]              =ini.value ("opt/ant0",       "").toString();
+    Ant[1]              =ini.value ("opt/ant1",       "").toString();
+    Ant[2]              =ini.value ("opt/ant2",       "").toString();
+    AppPos[0]           =ini.value ("opt/apppos0",   0.0).toDouble();
+    AppPos[1]           =ini.value ("opt/apppos1",   0.0).toDouble();
+    AppPos[2]           =ini.value ("opt/apppos2",   0.0).toDouble();
+    AntDel[0]           =ini.value ("opt/antdel0",   0.0).toDouble();
+    AntDel[1]           =ini.value ("opt/antdel1",   0.0).toDouble();
+    AntDel[2]           =ini.value ("opt/antdel2",   0.0).toDouble();
+    Comment[0]          =ini.value ("opt/comment0",   "").toString();
+    Comment[1]          =ini.value ("opt/comment1",   "").toString();
+    RcvOption           =ini.value ("opt/rcvoption",  "").toString();
+    NavSys              =ini.value ("opt/navsys",    0x3).toInt();
+    ObsType             =ini.value ("opt/obstype",   0xF).toInt();
+    FreqType            =ini.value ("opt/freqtype",  0x3).toInt();
+    ExSats              =ini.value ("opt/exsats",     "").toString();
+    TraceLevel          =ini.value ("opt/tracelevel",  0).toInt();
+    RnxTime.time        =ini.value ("opt/rnxtime",     0).toInt();
+    CodeMask[0]         =ini.value ("opt/codemask_1",mask).toString();
+    CodeMask[1]         =ini.value ("opt/codemask_2",mask).toString();
+    CodeMask[2]         =ini.value ("opt/codemask_3",mask).toString();
+    CodeMask[3]         =ini.value ("opt/codemask_4",mask).toString();
+    CodeMask[4]         =ini.value ("opt/codemask_5",mask).toString();
+    CodeMask[5]         =ini.value ("opt/codemask_6",mask).toString();
+    AutoPos             =ini.value ("opt/autopos",     0).toInt();
+    ScanObs             =ini.value ("opt/scanobs",     0).toInt();
+    OutIono             =ini.value ("opt/outiono",     0).toInt();
+    OutTime             =ini.value ("opt/outtime",     0).toInt();
+    OutLeaps            =ini.value ("opt/outleaps",    0).toInt();
+    
+    TimeStartF ->setChecked(ini.value("set/timestartf",  0).toBool());
+    TimeEndF   ->setChecked(ini.value("set/timeendf",    0).toBool());
+    TimeIntF   ->setChecked(ini.value("set/timeintf",    0).toBool());
+    TimeY1     ->setDate(ini.value ("set/timey1",     "2000/01/01").value<QDate>());
+    TimeH1     ->setTime(ini.value ("set/timeh1",     "00:00:00"  ).value<QTime>());
+    TimeY2     ->setDate(ini.value ("set/timey2",     "2000/01/01").value<QDate>());
+    TimeH2     ->setTime(ini.value ("set/timeh2",     "00:00:00"  ).value<QTime>());
+    TimeInt    ->setCurrentText(ini.value ("set/timeint",   "1").toString());
+    TimeUnitF  ->setChecked(ini.value("set/timeunitf",   0).toBool());
+    TimeUnit   ->setText(ini.value ("set/timeunit", "24").toString());
+    InFile     ->setCurrentText(ini.value ("set/infile",     "").toString());
+    OutDir     ->setText(ini.value ("set/outdir",     "").toString());
+    OutFile1   ->setText(ini.value ("set/outfile1",   "").toString());
+    OutFile2   ->setText(ini.value ("set/outfile2",   "").toString());
+    OutFile3   ->setText(ini.value ("set/outfile3",   "").toString());
+    OutFile4   ->setText(ini.value ("set/outfile4",   "").toString());
+    OutFile5   ->setText(ini.value ("set/outfile5",   "").toString());
+    OutFile6   ->setText(ini.value ("set/outfile6",   "").toString());
+    OutFile7   ->setText(ini.value ("set/outfile7",   "").toString());
+    OutDirEna  ->setChecked(ini.value("set/outdirena",   false).toBool());
+    OutFileEna1->setChecked(ini.value("set/outfileena1", true).toBool());
+    OutFileEna2->setChecked(ini.value("set/outfileena2", true).toBool());
+    OutFileEna3->setChecked(ini.value("set/outfileena3", true).toBool());
+    OutFileEna4->setChecked(ini.value("set/outfileena4", true).toBool());
+    OutFileEna5->setChecked(ini.value("set/outfileena5", true).toBool());
+    OutFileEna6->setChecked(ini.value("set/outfileena6", true).toBool());
+    OutFileEna7->setChecked(ini.value("set/outfileena7", true).toBool());
+    Format   ->setCurrentIndex(ini.value("set/format",      0).toInt());
+    
+    ReadList(InFile,&ini,"hist/inputfile");
+    
+    TextViewer::Color1=ini.value("viewer/color1",QColor(Qt::black)).value<QColor>();
+    TextViewer::Color2=ini.value("viewer/color2",QColor(Qt::white)).value<QColor>();
+    TextViewer::FontD.setFamily(ini.value ("viewer/fontname","Courier New").toString());
+    TextViewer::FontD.setPointSize(ini.value("viewer/fontsize",9).toInt());
+
+    CmdPostExe         =ini.value  ("set/cmdpostexe","rtkpost_qt").toString();
+    
+    UpdateEnable();
+}
+// save options -------------------------------------------------------------
+void MainWindow::SaveOpt(void)
+{
+    QSettings ini(IniFile,QSettings::IniFormat);
+
+    ini.setValue ("opt/rnxver",     RnxVer);
+    ini.setValue ("opt/rnxfile",    RnxFile);
+    ini.setValue ("opt/rnxcode",    RnxCode);
+    ini.setValue ("opt/runby",      RunBy);
+    ini.setValue ("opt/marker",     Marker);
+    ini.setValue ("opt/markerno",   MarkerNo);
+    ini.setValue ("opt/markertype", MarkerType);
+    ini.setValue ("opt/name0",      Name[0]);
+    ini.setValue ("opt/name1",      Name[1]);
+    ini.setValue ("opt/rec0",       Rec[0]);
+    ini.setValue ("opt/rec1",       Rec[1]);
+    ini.setValue ("opt/rec2",       Rec[2]);
+    ini.setValue ("opt/ant0",       Ant[0]);
+    ini.setValue ("opt/ant1",       Ant[1]);
+    ini.setValue ("opt/ant2",       Ant[2]);
+    ini.setValue ("opt/apppos0",    AppPos[0]);
+    ini.setValue ("opt/apppos1",    AppPos[1]);
+    ini.setValue ("opt/apppos2",    AppPos[2]);
+    ini.setValue ("opt/antdel0",    AntDel[0]);
+    ini.setValue ("opt/antdel1",    AntDel[1]);
+    ini.setValue ("opt/antdel2",    AntDel[2]);
+    ini.setValue ("opt/comment0",   Comment[0]);
+    ini.setValue ("opt/comment1",   Comment[1]);
+    ini.setValue ("opt/rcvoption",  RcvOption);
+    ini.setValue ("opt/navsys",     NavSys);
+    ini.setValue ("opt/obstype",    ObsType);
+    ini.setValue ("opt/freqtype",   FreqType);
+    ini.setValue ("opt/exsats",     ExSats);
+    ini.setValue ("opt/tracelevel", TraceLevel);
+    ini.setValue ("opt/rnxtime",(int)RnxTime.time);
+    ini.setValue ("opt/codemask_1", CodeMask[0]);
+    ini.setValue ("opt/codemask_2", CodeMask[1]);
+    ini.setValue ("opt/codemask_3", CodeMask[2]);
+    ini.setValue ("opt/codemask_4", CodeMask[3]);
+    ini.setValue ("opt/codemask_5", CodeMask[4]);
+    ini.setValue ("opt/codemask_6", CodeMask[5]);
+    ini.setValue ("opt/autopos",    AutoPos);
+    ini.setValue ("opt/scanobs",    ScanObs);
+    ini.setValue ("opt/outiono",    OutIono);
+    ini.setValue ("opt/outtime",    OutTime);
+    ini.setValue ("opt/outleaps",   OutLeaps);
+    
+    ini.setValue ("set/timestartf", TimeStartF ->isChecked());
+    ini.setValue ("set/timeendf",   TimeEndF   ->isChecked());
+    ini.setValue ("set/timeintf",   TimeIntF   ->isChecked());
+    ini.setValue ("set/timey1",     TimeY1     ->date());
+    ini.setValue ("set/timeh1",     TimeH1     ->time());
+    ini.setValue ("set/timey2",     TimeY2     ->date());
+    ini.setValue ("set/timeh2",     TimeH2     ->time());
+    ini.setValue ("set/timeint",    TimeInt    ->currentText());
+    ini.setValue("set/timeunitf",  TimeUnitF  ->isChecked());
+    ini.setValue ("set/timeunit",   TimeUnit   ->text());
+    ini.setValue ("set/infile",     InFile     ->currentText());
+    ini.setValue ("set/outdir",     OutDir     ->text());
+    ini.setValue ("set/outfile1",   OutFile1   ->text());
+    ini.setValue ("set/outfile2",   OutFile2   ->text());
+    ini.setValue ("set/outfile3",   OutFile3   ->text());
+    ini.setValue ("set/outfile4",   OutFile4   ->text());
+    ini.setValue ("set/outfile5",   OutFile5   ->text());
+    ini.setValue ("set/outfile6",   OutFile6   ->text());
+    ini.setValue ("set/outfile7",   OutFile7   ->text());
+    ini.setValue("set/outdirena",  OutDirEna  ->isChecked());
+    ini.setValue("set/outfileena1",OutFileEna1->isChecked());
+    ini.setValue("set/outfileena2",OutFileEna2->isChecked());
+    ini.setValue("set/outfileena3",OutFileEna3->isChecked());
+    ini.setValue("set/outfileena4",OutFileEna4->isChecked());
+    ini.setValue("set/outfileena5",OutFileEna5->isChecked());
+    ini.setValue("set/outfileena6",OutFileEna6->isChecked());
+    ini.setValue("set/outfileena7",OutFileEna7->isChecked());
+    ini.setValue("set/format",     Format     ->currentIndex());
+    
+    WriteList(&ini,"hist/inputfile",InFile);
+    
+    ini.setValue("viewer/color1",  TextViewer::Color1  );
+    ini.setValue("viewer/color2",  TextViewer::Color2  );
+    ini.setValue("viewer/fontname",TextViewer::FontD.family());
+    ini.setValue("viewer/fontsize",TextViewer::FontD.pointSize());
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv_qt/convmain.h b/app/rtkconv_qt/convmain.h
new file mode 100644
index 0000000..2f6a031
--- /dev/null
+++ b/app/rtkconv_qt/convmain.h
@@ -0,0 +1,139 @@
+//---------------------------------------------------------------------------
+#ifndef convmainH
+#define convmainH
+//---------------------------------------------------------------------------
+#include <QMainWindow>
+#include <QThread>
+
+#include "ui_convmain.h"
+
+#include "rtklib.h"
+
+class QShowEvent;
+class QCloseEvent;
+class QSettings;
+class QComboBox;
+class ConvOptDialog;
+class TimeDialog;
+class KeyDialog;
+class AboutDialog;
+class StartDialog;
+
+//Helper Class ------------------------------------------------------------------
+
+class ConversionThread : public QThread
+{
+    Q_OBJECT
+public:
+    char ifile[1024],*ofile[7];
+    rnxopt_t rnxopt;
+    int format;
+
+    explicit ConversionThread(QObject *parent):QThread(parent){
+        for (int i=0;i<7;i++)
+        {
+            ofile[i]=new char[1024];
+            ofile[i][0]='\0';
+        };
+        memset(&rnxopt,0,sizeof(rnxopt_t));
+        format=0;
+        ifile[0]='\0';
+    }
+
+    ~ConversionThread() {
+        for (int i=0;i<7;i++) delete[] ofile[i];
+    }
+
+protected:
+    void run() {
+        // convert to rinex
+        convrnx(format,&rnxopt,ifile,ofile);
+    }
+};
+
+//---------------------------------------------------------------------------
+class MainWindow : public QMainWindow, public Ui::MainWindow
+{
+    Q_OBJECT
+protected:
+    void showEvent           (QShowEvent*);
+    void closeEvent          (QCloseEvent*);
+    void dragEnterEvent      (QDragEnterEvent *event);
+    void dropEvent           (QDropEvent *event);
+public slots:
+    void FormCreate          ();
+
+    void BtnPlotClick        ();
+    void BtnConvertClick     ();
+    void BtnOptionsClick     ();
+    void BtnExitClick        ();
+    void BtnAboutClick       ();
+    void BtnTime1Click       ();
+    void BtnTime2Click       ();
+    void BtnInFileClick      ();
+    void BtnOutFile1Click    ();
+    void BtnOutFile2Click    ();
+    void BtnOutFile3Click    ();
+    void BtnOutFile4Click    ();
+    void BtnOutFileView1Click();
+    void BtnOutFileView2Click();
+    void BtnOutFileView3Click();
+    void BtnOutFileView4Click();
+	
+    void TimeStartFClick     ();
+    void TimeEndFClick       ();
+    void TimeIntFClick       ();
+    void OutDirEnaClick     ();
+	
+    void InFileChange();
+    void BtnOutFileView5Click();
+    void BtnOutFile5Click();
+    void FormatChange();
+    void BtnOutFileView6Click();
+    void BtnOutFile6Click();
+    void OutDirChange();
+    void BtnOutDirClick();
+    void BtnKeyClick();
+    void BtnPostClick();
+    void BtnOutFile7Click();
+    void BtnOutFileView7Click();
+    void BtnInFileViewClick();
+    void ConversionFinished();
+    void UpdateEnable();
+
+private:
+    QString IniFile,CmdPostExe;
+    ConversionThread *conversionThread;
+//    void DropFiles(TWMDropFiles msg); // for files drop
+	
+    void ReadList(QComboBox* combo, QSettings *ini, const QString &key);
+    void WriteList(QSettings *ini, const QString &key, const QComboBox *combo);
+    void AddHist(QComboBox *combo);
+	
+    int  AutoFormat(const QString &File);
+    void ConvertFile(void);
+    void SetOutFiles(const QString &infile);
+    void GetTime(gtime_t *ts, gtime_t *te, double *tint, double *tunit);
+    int  ExecCmd(const QString &cmd);
+    QString RepPath(const QString &File);
+    void LoadOpt(void);
+    void SaveOpt(void);
+		
+    ConvOptDialog *convOptDialog;
+    TimeDialog *timeDialog;
+    KeyDialog* keyDialog;
+    AboutDialog* aboutDialog;
+    StartDialog* startDialog;
+public:
+	gtime_t RnxTime;
+    QString RunBy,Marker,MarkerNo,MarkerType,Name[2],Rec[3],Ant[3];
+    QString RnxCode,Comment[2],RcvOption,ExSats;
+    QString CodeMask[6];
+	double AppPos[3],AntDel[3];
+	int RnxVer,RnxFile,NavSys,ObsType,FreqType,TraceLevel,EventEna;
+	int AutoPos,ScanObs,OutIono,OutTime,OutLeaps;
+	
+    explicit MainWindow(QWidget *parent=0);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv_qt/convmain.ui b/app/rtkconv_qt/convmain.ui
new file mode 100644
index 0000000..79f515e
--- /dev/null
+++ b/app/rtkconv_qt/convmain.ui
@@ -0,0 +1,672 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>713</width>
+    <height>608</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>MainWindow</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <layout class="QVBoxLayout" name="verticalLayout">
+    <item>
+     <widget class="QWidget" name="Panel1" native="true">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <layout class="QGridLayout" name="gridLayout">
+       <item row="1" column="8">
+        <widget class="QLineEdit" name="TimeUnit">
+         <property name="text">
+          <string>24</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="3" colspan="2">
+        <widget class="QCheckBox" name="TimeEndF">
+         <property name="text">
+          <string>Time End (GPST)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="6">
+        <widget class="QComboBox" name="TimeInt">
+         <property name="editable">
+          <bool>true</bool>
+         </property>
+         <item>
+          <property name="text">
+           <string>0</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.05</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.25</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>10</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>15</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>30</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>60</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="3">
+        <widget class="QDateEdit" name="TimeY2"/>
+       </item>
+       <item row="0" column="2">
+        <widget class="QPushButton" name="BtnTime1">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>?</string>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QDateEdit" name="TimeY1"/>
+       </item>
+       <item row="0" column="6">
+        <widget class="QCheckBox" name="TimeIntF">
+         <property name="text">
+          <string>Interval</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="0" colspan="2">
+        <widget class="QCheckBox" name="TimeStartF">
+         <property name="text">
+          <string>Time Start (GPST)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="9">
+        <widget class="QLabel" name="LabelTimeUnit">
+         <property name="text">
+          <string>H</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="7">
+        <widget class="QLabel" name="LabelTimeInt">
+         <property name="text">
+          <string>s</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="8">
+        <widget class="QCheckBox" name="TimeUnitF">
+         <property name="text">
+          <string>Unit</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="5">
+        <widget class="QPushButton" name="BtnTime2">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>?</string>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1" colspan="2">
+        <widget class="QTimeEdit" name="TimeH1"/>
+       </item>
+       <item row="1" column="4" colspan="2">
+        <widget class="QTimeEdit" name="TimeH2"/>
+       </item>
+      </layout>
+     </widget>
+    </item>
+    <item>
+     <widget class="QWidget" name="Panel2" native="true">
+      <layout class="QGridLayout" name="gridLayout_2">
+       <item row="11" column="0">
+        <widget class="QCheckBox" name="OutFileEna6">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QCheckBox" name="OutFileEna2">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0" colspan="2">
+        <widget class="QLabel" name="LabelOutDir">
+         <property name="text">
+          <string>Output Directory:</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QCheckBox" name="OutFileEna4">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="2">
+        <widget class="QLabel" name="LabelFormat">
+         <property name="text">
+          <string>Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QCheckBox" name="OutFileEna3">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="2">
+        <widget class="QPushButton" name="BtnOutDir">
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1">
+        <widget class="QLineEdit" name="OutDir"/>
+       </item>
+       <item row="6" column="0">
+        <widget class="QCheckBox" name="OutFileEna1">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="0">
+        <widget class="QCheckBox" name="OutFileEna5">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0" colspan="2">
+        <widget class="QLabel" name="LabelOutFile">
+         <property name="text">
+          <string>RINEX OBS/NAV/GNAV/HNAV/QNAV/LNAV and SBS</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QCheckBox" name="OutDirEna">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="0">
+        <widget class="QCheckBox" name="OutFileEna7">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="3">
+        <widget class="QPushButton" name="BtnOutFileView1">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="4">
+        <widget class="QPushButton" name="BtnOutFile1">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="4">
+        <widget class="QPushButton" name="BtnOutFile2">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="4">
+        <widget class="QPushButton" name="BtnOutFile3">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="3">
+        <widget class="QPushButton" name="BtnOutFileView2">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="3">
+        <widget class="QPushButton" name="BtnOutFileView3">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile3"/>
+       </item>
+       <item row="7" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile2"/>
+       </item>
+       <item row="6" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile1"/>
+       </item>
+       <item row="9" column="4">
+        <widget class="QPushButton" name="BtnOutFile4">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="4">
+        <widget class="QPushButton" name="BtnOutFile5">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="4">
+        <widget class="QPushButton" name="BtnOutFile6">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="4">
+        <widget class="QPushButton" name="BtnOutFile7">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="3">
+        <widget class="QPushButton" name="BtnOutFileView4">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="3">
+        <widget class="QPushButton" name="BtnOutFileView5">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="3">
+        <widget class="QPushButton" name="BtnOutFileView6">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="3">
+        <widget class="QPushButton" name="BtnOutFileView7">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile4"/>
+       </item>
+       <item row="10" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile5"/>
+       </item>
+       <item row="11" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile6"/>
+       </item>
+       <item row="12" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutFile7"/>
+       </item>
+       <item row="4" column="3" colspan="2">
+        <widget class="QComboBox" name="Format"/>
+       </item>
+       <item row="2" column="4">
+        <widget class="QPushButton" name="BtnInFile">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="3">
+        <widget class="QPushButton" name="BtnInFileView">
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="3">
+        <widget class="QComboBox" name="InFile">
+         <property name="editable">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="2">
+        <widget class="QPushButton" name="BtnKey">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>?</string>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="2">
+        <widget class="QLabel" name="LabelInFile">
+         <property name="text">
+          <string>RTCM, RCV RAW or RINEX OBS</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </item>
+    <item>
+     <widget class="QWidget" name="Panel3" native="true">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <layout class="QHBoxLayout" name="horizontalLayout_2">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <property name="leftMargin">
+        <number>0</number>
+       </property>
+       <property name="topMargin">
+        <number>0</number>
+       </property>
+       <property name="rightMargin">
+        <number>0</number>
+       </property>
+       <property name="bottomMargin">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QLabel" name="Message">
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QPushButton" name="BtnAbout">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="text">
+          <string>?</string>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </item>
+    <item>
+     <widget class="QWidget" name="widget" native="true">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <layout class="QHBoxLayout" name="horizontalLayout">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <property name="leftMargin">
+        <number>0</number>
+       </property>
+       <property name="topMargin">
+        <number>0</number>
+       </property>
+       <property name="rightMargin">
+        <number>0</number>
+       </property>
+       <property name="bottomMargin">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QPushButton" name="BtnPlot">
+         <property name="text">
+          <string>&Plot...</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QPushButton" name="BtnPost">
+         <property name="text">
+          <string>&Process...</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QPushButton" name="BtnOptions">
+         <property name="text">
+          <string>&Options...</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QPushButton" name="BtnConvert">
+         <property name="text">
+          <string>&Convert</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QPushButton" name="BtnExit">
+         <property name="text">
+          <string>&Exit</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </item>
+   </layout>
+  </widget>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkconv_qt/convopt.cpp b/app/rtkconv_qt/convopt.cpp
new file mode 100644
index 0000000..3d428eb
--- /dev/null
+++ b/app/rtkconv_qt/convopt.cpp
@@ -0,0 +1,194 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+
+#include "convmain.h"
+#include "convopt.h"
+#include "codeopt.h"
+
+extern MainWindow *mainWindow;
+//---------------------------------------------------------------------------
+ConvOptDialog::ConvOptDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    codeOptDialog = new CodeOptDialog(this,this);
+
+	int glo=MAXPRNGLO,gal=MAXPRNGAL,qzs=MAXPRNQZS,cmp=MAXPRNCMP;
+    if (glo<=0) Nav2->setEnabled(false);
+    if (gal<=0) Nav3->setEnabled(false);
+    if (qzs<=0) Nav4->setEnabled(false);
+    if (cmp<=0) Nav6->setEnabled(false);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnMask,SIGNAL(clicked(bool)),this,SLOT(BtnMaskClick()));
+    connect(AutoPos,SIGNAL(clicked(bool)),this,SLOT(AutoPosClick()));
+    connect(RnxFile,SIGNAL(clicked(bool)),this,SLOT(RnxFileClick()));
+    connect(RnxVer,SIGNAL(currentIndexChanged(int)),this,SLOT(RnxVerChange()));
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    RnxVer->setCurrentIndex(mainWindow->RnxVer);
+    RnxFile->setChecked(mainWindow->RnxFile);
+    RnxCode->setText(mainWindow->RnxCode);
+    RunBy->setText(mainWindow->RunBy);
+    Marker->setText(mainWindow->Marker);
+    MarkerNo->setText(mainWindow->MarkerNo);
+    MarkerType->setText(mainWindow->MarkerType);
+    Name0->setText(mainWindow->Name[0]);
+    Name1->setText(mainWindow->Name[1]);
+    Rec0->setText(mainWindow->Rec[0]);
+    Rec1->setText(mainWindow->Rec[1]);
+    Rec2->setText(mainWindow->Rec[2]);
+    Ant0->setText(mainWindow->Ant[0]);
+    Ant1->setText(mainWindow->Ant[1]);
+    Ant2->setText(mainWindow->Ant[2]);
+    AppPos0->setText(QString::number(mainWindow->AppPos[0],'f',4));
+    AppPos1->setText(QString::number(mainWindow->AppPos[1],'f',4));
+    AppPos2->setText(QString::number(mainWindow->AppPos[2],'f',4));
+    AntDel0->setText(QString::number(mainWindow->AntDel[0],'f',4));
+    AntDel1->setText(QString::number(mainWindow->AntDel[1],'f',4));
+    AntDel2->setText(QString::number(mainWindow->AntDel[2],'f',4));
+    Comment0->setText(mainWindow->Comment[0]);
+    Comment1->setText(mainWindow->Comment[1]);
+    RcvOption->setText(mainWindow->RcvOption);
+    for (int i=0;i<6;i++) CodeMask[i]=mainWindow->CodeMask[i];
+    AutoPos->setChecked(mainWindow->AutoPos);
+    ScanObs->setChecked(mainWindow->ScanObs);
+    OutIono->setChecked(mainWindow->OutIono);
+    OutTime->setChecked(mainWindow->OutTime);
+    OutLeaps->setChecked(mainWindow->OutLeaps);
+
+    Nav1->setChecked(mainWindow->NavSys&SYS_GPS);
+    Nav2->setChecked(mainWindow->NavSys&SYS_GLO);
+    Nav3->setChecked(mainWindow->NavSys&SYS_GAL);
+    Nav4->setChecked(mainWindow->NavSys&SYS_QZS);
+    Nav5->setChecked(mainWindow->NavSys&SYS_SBS);
+    Nav6->setChecked(mainWindow->NavSys&SYS_CMP);
+    Obs1->setChecked(mainWindow->ObsType&OBSTYPE_PR);
+    Obs2->setChecked(mainWindow->ObsType&OBSTYPE_CP);
+    Obs3->setChecked(mainWindow->ObsType&OBSTYPE_DOP);
+    Obs4->setChecked(mainWindow->ObsType&OBSTYPE_SNR);
+    Freq1->setChecked(mainWindow->FreqType&FREQTYPE_L1);
+    Freq2->setChecked(mainWindow->FreqType&FREQTYPE_L2);
+    Freq3->setChecked(mainWindow->FreqType&FREQTYPE_L5);
+    Freq4->setChecked(mainWindow->FreqType&FREQTYPE_L6);
+    Freq5->setChecked(mainWindow->FreqType&FREQTYPE_L7);
+    Freq6->setChecked(mainWindow->FreqType&FREQTYPE_L8);
+    ExSats->setText(mainWindow->ExSats);
+    TraceLevel->setCurrentIndex(mainWindow->TraceLevel);
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::BtnOkClick()
+{
+    mainWindow->RnxVer=RnxVer->currentIndex();
+    mainWindow->RnxFile=RnxFile->isChecked();
+    mainWindow->RnxCode=RnxCode->text();
+    mainWindow->RunBy=RunBy->text();
+    mainWindow->Marker=Marker->text();
+    mainWindow->MarkerNo=MarkerNo->text();
+    mainWindow->MarkerType=MarkerType->text();
+    mainWindow->Name[0]=Name0->text();
+    mainWindow->Name[1]=Name1->text();
+    mainWindow->Rec[0]=Rec0->text();
+    mainWindow->Rec[1]=Rec1->text();
+    mainWindow->Rec[2]=Rec2->text();
+    mainWindow->Ant[0]=Ant0->text();
+    mainWindow->Ant[1]=Ant1->text();
+    mainWindow->Ant[2]=Ant2->text();
+    mainWindow->AppPos[0]=AppPos0->text().toDouble();
+    mainWindow->AppPos[1]=AppPos1->text().toDouble();
+    mainWindow->AppPos[2]=AppPos2->text().toDouble();
+    mainWindow->AntDel[0]=AntDel0->text().toDouble();
+    mainWindow->AntDel[1]=AntDel1->text().toDouble();
+    mainWindow->AntDel[2]=AntDel2->text().toDouble();
+    mainWindow->Comment[0]=Comment0->text();
+    mainWindow->Comment[1]=Comment1->text();
+    mainWindow->RcvOption=RcvOption->text();
+    for (int i=0;i<6;i++) mainWindow->CodeMask[i]=CodeMask[i];
+    mainWindow->AutoPos=AutoPos->isChecked();
+    mainWindow->ScanObs=ScanObs->isChecked();
+    mainWindow->OutIono=OutIono->isChecked();
+    mainWindow->OutTime=OutTime->isChecked();
+    mainWindow->OutLeaps=OutLeaps->isChecked();
+	
+	int navsys=0,obstype=0,freqtype=0;
+    if (Nav1->isChecked()) navsys|=SYS_GPS;
+    if (Nav2->isChecked()) navsys|=SYS_GLO;
+    if (Nav3->isChecked()) navsys|=SYS_GAL;
+    if (Nav4->isChecked()) navsys|=SYS_QZS;
+    if (Nav5->isChecked()) navsys|=SYS_SBS;
+    if (Nav6->isChecked()) navsys|=SYS_CMP;
+    if (Obs1->isChecked()) obstype|=OBSTYPE_PR;
+    if (Obs2->isChecked()) obstype|=OBSTYPE_CP;
+    if (Obs3->isChecked()) obstype|=OBSTYPE_DOP;
+    if (Obs4->isChecked()) obstype|=OBSTYPE_SNR;
+    if (Freq1->isChecked()) freqtype|=FREQTYPE_L1;
+    if (Freq2->isChecked()) freqtype|=FREQTYPE_L2;
+    if (Freq3->isChecked()) freqtype|=FREQTYPE_L5;
+    if (Freq4->isChecked()) freqtype|=FREQTYPE_L6;
+    if (Freq5->isChecked()) freqtype|=FREQTYPE_L7;
+    if (Freq6->isChecked()) freqtype|=FREQTYPE_L8;
+    mainWindow->NavSys=navsys;
+    mainWindow->ObsType=obstype;
+    mainWindow->FreqType=freqtype;
+    mainWindow->ExSats=ExSats->text();
+    mainWindow->TraceLevel=TraceLevel->currentIndex();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::RnxFileClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::RnxVerChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::AutoPosClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::BtnMaskClick()
+{    
+    codeOptDialog->NavSys=0;
+    codeOptDialog->FreqType=0;
+    if (Nav1->isChecked()) codeOptDialog->NavSys|=SYS_GPS;
+    if (Nav2->isChecked()) codeOptDialog->NavSys|=SYS_GLO;
+    if (Nav3->isChecked()) codeOptDialog->NavSys|=SYS_GAL;
+    if (Nav4->isChecked()) codeOptDialog->NavSys|=SYS_QZS;
+    if (Nav5->isChecked()) codeOptDialog->NavSys|=SYS_SBS;
+    if (Nav6->isChecked()) codeOptDialog->NavSys|=SYS_CMP;
+    if (Freq1->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L1;
+    if (Freq2->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L2;
+    if (Freq3->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L5;
+    if (Freq4->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L6;
+    if (Freq5->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L7;
+    if (Freq6->isChecked()) codeOptDialog->FreqType|=FREQTYPE_L8;
+
+    codeOptDialog->show();
+}
+//---------------------------------------------------------------------------
+void ConvOptDialog::UpdateEnable(void)
+{
+//	Freq4->setEnabled(RnxVer->currentIndex()>0);
+//	Freq5->setEnabled(RnxVer->currentIndex()>0);
+//	Freq6->setEnabled(RnxVer->currentIndex()>0);
+    AppPos0->setEnabled(AutoPos->isChecked());
+    AppPos1->setEnabled(AutoPos->isChecked());
+    AppPos2->setEnabled(AutoPos->isChecked());
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkconv_qt/convopt.h b/app/rtkconv_qt/convopt.h
new file mode 100644
index 0000000..864d004
--- /dev/null
+++ b/app/rtkconv_qt/convopt.h
@@ -0,0 +1,33 @@
+//---------------------------------------------------------------------------
+#ifndef optdlgH
+#define optdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_convopt.h"
+
+class QShowEvent;
+class CodeOptDialog;
+//---------------------------------------------------------------------------
+class ConvOptDialog : public QDialog, private Ui::ConvOptDialog
+{
+    Q_OBJECT
+public slots:
+    void BtnOkClick();
+    void RnxFileClick();
+    void BtnMaskClick();
+    void RnxVerChange();
+    void AutoPosClick();
+protected:
+    void showEvent(QShowEvent*);
+private:
+    void UpdateEnable(void);
+
+    CodeOptDialog *codeOptDialog;
+public:
+    QString CodeMask[6];
+	
+    explicit ConvOptDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv_qt/convopt.ui b/app/rtkconv_qt/convopt.ui
new file mode 100644
index 0000000..0f610c0
--- /dev/null
+++ b/app/rtkconv_qt/convopt.ui
@@ -0,0 +1,1024 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ConvOptDialog</class>
+ <widget class="QWidget" name="ConvOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>590</width>
+    <height>562</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="widget_2" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout_5">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="Label9">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>RINEX Version</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="RnxVer">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>2.10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2.11</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2.12</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3.00</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3.01</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3.02</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label12">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Station ID</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="RnxCode">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0000</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="RnxFile">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>RINEX Name</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="GroupBox1">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="title">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <item row="0" column="0">
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>RunBy/Obsv/Agency</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QLineEdit" name="RunBy">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3" colspan="2">
+       <widget class="QLineEdit" name="Name0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5" colspan="2">
+       <widget class="QLineEdit" name="Name1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" rowspan="2">
+       <widget class="QLabel" name="Label10">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Comment</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2" colspan="5">
+       <widget class="QLineEdit" name="Comment0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2" colspan="5">
+       <widget class="QLineEdit" name="Comment1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0">
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Maker Name/#/Type</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="2">
+       <widget class="QLineEdit" name="Marker">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="3" colspan="2">
+       <widget class="QLineEdit" name="MarkerNo">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="5" colspan="2">
+       <widget class="QLineEdit" name="MarkerType">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="0">
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Rec #/Type/Vers</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="2">
+       <widget class="QLineEdit" name="Rec0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="3" colspan="2">
+       <widget class="QLineEdit" name="Rec1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="5" colspan="2">
+       <widget class="QLineEdit" name="Rec2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="2">
+       <widget class="QLineEdit" name="Ant0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="3" colspan="2">
+       <widget class="QLineEdit" name="Ant1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="5" colspan="2">
+       <widget class="QLineEdit" name="Ant2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="0">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Approx Pos XYZ</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="1">
+       <widget class="QCheckBox" name="AutoPos">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="2">
+       <widget class="QLineEdit" name="AppPos0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="3" colspan="2">
+       <widget class="QLineEdit" name="AppPos1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="5" colspan="2">
+       <widget class="QLineEdit" name="AppPos2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="2">
+       <widget class="QLineEdit" name="AntDel0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="3" colspan="2">
+       <widget class="QLineEdit" name="AntDel1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="5" colspan="2">
+       <widget class="QLineEdit" name="AntDel2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.0000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="0">
+       <widget class="QCheckBox" name="ScanObs">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Scan Obs Types</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="2" colspan="2">
+       <widget class="QCheckBox" name="OutIono">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Iono Corr</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="4" colspan="2">
+       <widget class="QCheckBox" name="OutTime">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Time Corr</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="6">
+       <widget class="QCheckBox" name="OutLeaps">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Leap Sec</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="0">
+       <widget class="QLabel" name="Label7">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Ant Delta H/E/N</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="0">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Ant #/Type</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget_3" native="true">
+     <layout class="QGridLayout" name="gridLayout_2">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="2" column="2">
+       <widget class="QLineEdit" name="ExSats">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QLabel" name="Label11">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Excluded Satellites</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1" rowspan="2">
+       <widget class="QGroupBox" name="GroupBox2">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="title">
+         <string>Satellite Systems</string>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout">
+         <item>
+          <widget class="QCheckBox" name="Nav1">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GPS</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Nav2">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GLO</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Nav3">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Galileo</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Nav4">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>QZSS</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Nav5">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>SBAS</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Nav6">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>BeiDou</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget_4" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout_6">
+      <item>
+       <widget class="QGroupBox" name="GroupBox3">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="title">
+         <string>Observation Types</string>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout_2">
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QCheckBox" name="Obs1">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>C</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Obs2">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Obs3">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>D</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Obs4">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>S</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QGroupBox" name="GroupBox4">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="title">
+         <string>Frequencies</string>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout_3">
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QCheckBox" name="Freq1">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L1</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Freq2">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L2</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Freq3">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L5/L3</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Freq4">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L6</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Freq5">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L7</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="Freq6">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L8</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnMask">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Mask...</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <item>
+       <widget class="QLabel" name="Label8">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Option</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="RcvOption">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Debug</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="TraceLevel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 4</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 5</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+  <zorder>GroupBox1</zorder>
+  <zorder>widget</zorder>
+  <zorder>widget_2</zorder>
+  <zorder>widget_3</zorder>
+  <zorder>widget_4</zorder>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkconv_qt/install.bat b/app/rtkconv_qt/install.bat
new file mode 100644
index 0000000..120e63b
--- /dev/null
+++ b/app/rtkconv_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtkconv_qt.exe ..\..\bin
diff --git a/app/rtkconv_qt/install.sh b/app/rtkconv_qt/install.sh
new file mode 100644
index 0000000..17c9767
--- /dev/null
+++ b/app/rtkconv_qt/install.sh
@@ -0,0 +1 @@
+cp release\rtkconv_qt ..\..\bin
diff --git a/app/rtkconv_qt/rtkconv.cpp b/app/rtkconv_qt/rtkconv.cpp
new file mode 100644
index 0000000..622afb7
--- /dev/null
+++ b/app/rtkconv_qt/rtkconv.cpp
@@ -0,0 +1,11 @@
+#include "convmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainWindow w(NULL);
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtkconv_qt/rtkconv_Icon.ico b/app/rtkconv_qt/rtkconv_Icon.ico
new file mode 100644
index 0000000..0dbc688
Binary files /dev/null and b/app/rtkconv_qt/rtkconv_Icon.ico differ
diff --git a/app/rtkconv_qt/rtkconv_qt.pro b/app/rtkconv_qt/rtkconv_qt.pro
new file mode 100644
index 0000000..f53d927
--- /dev/null
+++ b/app/rtkconv_qt/rtkconv_qt.pro
@@ -0,0 +1,71 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-01-30T18:29:59
+#
+#-------------------------------------------------
+
+QT       += widgets core gui
+
+greaterThan(QT_MAJOR_VERSION, 4) {
+    QT += widgets 
+}
+
+include(../../RTKLib.pri)
+
+TARGET = rtkconv_qt
+TEMPLATE = app
+
+INCLUDEPATH += ../../src/ ../appcmn_qt 
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+PRE_TARGETDEPS = $${RTKLIB}
+SOURCES += \ 
+    codeopt.cpp \
+    convmain.cpp \
+    convopt.cpp \
+    rtkconv.cpp \
+    startdlg.cpp \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/keydlg.cpp \
+    ../appcmn_qt/timedlg.cpp \
+    ../appcmn_qt/viewer.cpp \
+    ../appcmn_qt/vieweropt.cpp
+
+HEADERS  += \ 
+    codeopt.h \
+    convmain.h \
+    convopt.h \
+    startdlg.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/keydlg.h \
+    ../appcmn_qt/timedlg.h \
+    ../appcmn_qt/viewer.h \
+    ../appcmn_qt/vieweropt.h
+
+FORMS    += \ 
+    codeopt.ui \
+    convopt.ui \
+    startdlg.ui \
+    convmain.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/keydlg.ui \
+    ../appcmn_qt/timedlg.ui \
+    ../appcmn_qt/viewer.ui \
+    ../appcmn_qt/vieweropt.ui
+
+RESOURCES += \
+    rtkconv_qt.qrc
+
+RC_FILE = rtkconv_qt.rc
diff --git a/app/rtkconv_qt/rtkconv_qt.qrc b/app/rtkconv_qt/rtkconv_qt.qrc
new file mode 100644
index 0000000..56cef60
--- /dev/null
+++ b/app/rtkconv_qt/rtkconv_qt.qrc
@@ -0,0 +1,93 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+	<file alias="rtkconv_Icon.ico">rtkconv_Icon.ico</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/rtkconv_qt/rtkconv_qt.rc b/app/rtkconv_qt/rtkconv_qt.rc
new file mode 100644
index 0000000..b811062
--- /dev/null
+++ b/app/rtkconv_qt/rtkconv_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtkconv_Icon.ico"
\ No newline at end of file
diff --git a/app/rtkconv_qt/startdlg.cpp b/app/rtkconv_qt/startdlg.cpp
new file mode 100644
index 0000000..d9ede6e
--- /dev/null
+++ b/app/rtkconv_qt/startdlg.cpp
@@ -0,0 +1,38 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QDateTime>
+
+#include "startdlg.h"
+//---------------------------------------------------------------------------
+StartDialog::StartDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	Time.time=0;
+	Time.sec=0.0;
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+}
+//---------------------------------------------------------------------------
+void StartDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	if (Time.time==0) {
+		Time=utc2gpst(timeget());
+	}
+
+    QDateTime date=QDateTime::fromTime_t(Time.time); date.addSecs(Time.sec);
+    TimeY1->setDate(date.date());
+    TimeH1->setTime(date.time());
+}
+//---------------------------------------------------------------------------
+void StartDialog::BtnOkClick()
+{
+    QDateTime date(TimeY1->date(),TimeH1->time());
+    Time.time=date.toTime_t();Time.sec=date.time().msec()/1000;
+
+    accept();
+}
diff --git a/app/rtkconv_qt/startdlg.h b/app/rtkconv_qt/startdlg.h
new file mode 100644
index 0000000..bb711ca
--- /dev/null
+++ b/app/rtkconv_qt/startdlg.h
@@ -0,0 +1,24 @@
+//---------------------------------------------------------------------------
+#ifndef startdlgH
+#define startdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_startdlg.h"
+
+#include "rtklib.h"
+class QShowEvent;
+//---------------------------------------------------------------------------
+class StartDialog : public QDialog, private Ui::StartDialog
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent*);
+public slots:
+    void BtnOkClick();
+private:
+public:
+	gtime_t Time;
+    explicit StartDialog(QWidget *parent=0);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkconv_qt/startdlg.ui b/app/rtkconv_qt/startdlg.ui
new file mode 100644
index 0000000..5e24dee
--- /dev/null
+++ b/app/rtkconv_qt/startdlg.ui
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>StartDialog</class>
+ <widget class="QWidget" name="StartDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>288</width>
+    <height>115</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Start Time</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <item row="0" column="0" colspan="3">
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Input Approx. Log Start Time for RTCM</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QDateEdit" name="TimeY1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="displayFormat">
+         <string>dd.MM.yyyy</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QTimeEdit" name="TimeH1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="displayFormat">
+         <string>HH:mm:ss</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GPST</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkget/clean.bat b/app/rtkget/clean.bat
new file mode 100644
index 0000000..5fe7fb7
--- /dev/null
+++ b/app/rtkget/clean.bat
@@ -0,0 +1,14 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.pdi
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.pdi
+del Debug_Build\*.ini
diff --git a/app/rtkget/getmain.cpp b/app/rtkget/getmain.cpp
new file mode 100644
index 0000000..d3ea2cf
--- /dev/null
+++ b/app/rtkget/getmain.cpp
@@ -0,0 +1,907 @@
+//---------------------------------------------------------------------------
+// rtkget : gnss data downloader
+//
+//          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+//
+// options : rtkget [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2012/12/28  1.0 new
+//---------------------------------------------------------------------------
+#include <vcl.h>
+
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "timedlg.h"
+#include "keydlg.h"
+#include "aboutdlg.h"
+#include "getmain.h"
+#include "getoptdlg.h"
+#include "staoptdlg.h"
+#include "viewer.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMainForm *MainForm;
+
+#define PRGNAME     "RTKGET"  // program name
+
+#define URL_FILE    "..\\data\\URL_LIST.txt"
+#define TEST_FILE   "rtkget_test.txt"
+#define TRACE_FILE  "rtkget.trace"
+
+#define MAX_URL     2048
+#define MAX_URL_SEL 64
+#define MAX_STA     2048
+#define MAX_HIST    16
+
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+
+static int abortf=0;          // abort flag
+
+// show message in message area ---------------------------------------------
+extern "C" {
+extern int showmsg(char *format,...)
+{
+    va_list arg;
+    AnsiString str;
+    char buff[1024],buff2[10224],*p,*q;
+    int len;
+    
+    va_start(arg,format);
+    vsprintf(buff,format,arg);
+    va_end(arg);
+    
+    if ((p=strstr(buff,"STAT="))) {
+        str=MainForm->MsgLabel3->Caption;
+        len=strlen(str.c_str());
+        q=buff2;
+        q+=sprintf(q,"%s",str.c_str()+MAX(len-66,0));
+        if (*(q-1)=='_') q--;
+        sprintf(q,"%s",p+5);
+        MainForm->MsgLabel3->Caption=buff2;
+    }
+    else if ((p=strstr(buff,"->"))) {
+        *p='\0';
+        MainForm->MsgLabel1->Caption=buff;
+        MainForm->MsgLabel2->Caption=p+2;
+    }
+    Application->ProcessMessages();
+    return abortf;
+}
+}
+//---------------------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+    : TForm(Owner)
+{
+    DoubleBuffered=true;
+    
+    Types  =new TStringList;
+    Urls   =new TStringList;
+    Locals =new TStringList;
+    
+    TimerCnt=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormCreate(TObject *Sender)
+{
+    AnsiString str;
+    char *p,*argv[32],buff[1024],file[1024]="rtkget.exe";
+    int argc=0;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    Caption=str.sprintf("%s v.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    
+    strcpy(buff,GetCommandLine());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+    }
+    LoadOpt();
+    LoadUrl(UrlFile);
+    UpdateType();
+    UpdateEnable();
+    
+    if (TraceLevel>0) {
+        traceopen(TRACE_FILE);
+        tracelevel(TraceLevel);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormShow(TObject *Sender)
+{
+    ::DragAcceptFiles(Handle,true);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    traceclose();
+    SaveOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnFileClick(TObject *Sender)
+{
+    AnsiString cmd="explorer",opt="",str;
+    gtime_t ts,te;
+    double ti;
+    char path[1024]=".";
+    str=LocalDir->Checked?Dir->Text:MsgLabel2->Caption;
+    GetTime(&ts,&te,&ti);
+    if (str!="") reppath(str.c_str(),path,ts,"","");
+    opt.sprintf(" /root,\"%s\" /select,\"%s\"",path,path);
+    ExecCmd(cmd+opt);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnLogClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    if (LogFile=="") return;
+    viewer=new TTextViewer(Application);
+    viewer->Caption=LogFile;
+    viewer->Show();
+    viewer->Read(LogFile);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnTestClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    TImage *img[]={Image1,Image2,Image3,Image4,Image5,Image6,Image7,Image8};
+    AnsiString str;
+    FILE *fp;
+    url_t urls[MAX_URL_SEL];
+    gtime_t ts,te;
+    double ti;
+    char *stas[MAX_STA],*dir="";
+    int i,nsta,nurl;
+    
+    if (BtnTest->Caption=="&Abort") {
+        BtnTest->Enabled=false;
+        abortf=1;
+        return;
+    }
+    GetTime(&ts,&te,&ti);
+    nurl=SelectUrl(urls);
+    if (timediff(ts,te)>0.0||nurl<=0) {
+        MsgLabel3->Caption="no local data";
+        return;
+    }
+    if (!(fp=fopen(TEST_FILE,"w"))) return;
+    
+    for (i=0;i<MAX_STA;i++) stas[i]=new char [16];
+    
+    nsta=SelectSta(stas);
+    
+    if (LocalDir->Checked) {
+        str=Dir->Text;
+        dir=str.c_str();
+    }
+    PanelEnable(0);
+    BtnTest->Enabled=true;
+    BtnTest->Caption="&Abort";
+    MsgLabel1->Font->Color=clGray;
+    MsgLabel3->Caption="";
+    abortf=0;
+    Application->ProcessMessages();
+    
+    dl_test(ts,te,ti,urls,nurl,stas,nsta,dir,NCol,DateFormat,fp);
+    
+    BtnTest->Caption="&Test...";
+    MsgLabel1->Font->Color=clBlack;
+    MsgLabel3->Caption="";
+    PanelEnable(1);
+    UpdateMsg();
+    UpdateEnable();
+    
+    fclose(fp);
+    
+    viewer=new TTextViewer(Application);
+    viewer->Option=2;
+    viewer->Read(TEST_FILE);
+    viewer->Caption="Local File Test";
+    viewer->Show();
+    
+    remove(TEST_FILE);
+    
+    for (i=0;i<MAX_STA;i++) delete [] stas[i];
+    
+    if (Dir->Enabled) AddHist(Dir);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnOptsClick(TObject *Sender)
+{
+    AnsiString urlfile=UrlFile;
+    
+    if (DownOptDialog->ShowModal()!=mrOk) return;
+    
+    if (UrlFile==urlfile) return;
+    
+    LoadUrl(UrlFile);
+    UpdateType();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnDownloadClick(TObject *Sender)
+{
+    TImage *img[]={Image1,Image2,Image3,Image4,Image5,Image6,Image7,Image8};
+    AnsiString str,usr,pwd,proxy;
+    FILE *fp=NULL;
+    url_t urls[MAX_URL_SEL];
+    gtime_t ts,te;
+    double ti;
+    char *stas[MAX_STA],*dir="",msg[1024],path[1024];
+    int i,nsta,nurl,seqnos=0,seqnoe=0,opts=0;
+    
+    if (BtnDownload->Caption=="&Abort") {
+        BtnDownload->Enabled=false;
+        abortf=1;
+        return;
+    }
+    GetTime(&ts,&te,&ti);
+    
+    str=Number->Text;
+    if (sscanf(str.c_str(),"%d-%d",&seqnos,&seqnoe)==1) seqnoe=seqnos;
+    
+    nurl=SelectUrl(urls);
+    if (timediff(ts,te)>0.0||nurl<=0) {
+        MsgLabel3->Caption="no download data";
+        return;
+    }
+    for (i=0;i<MAX_STA;i++) stas[i]=new char [16];
+    
+    nsta=SelectSta(stas);
+    usr=FtpLogin->Text;
+    pwd=FtpPasswd->Text;
+    proxy=ProxyAddr;
+    
+    if (!SkipExist->Checked) opts|=DLOPT_FORCE;
+    if (!UnZip    ->Checked) opts|=DLOPT_KEEPCMP;
+    if (HoldErr )            opts|=DLOPT_HOLDERR;
+    if (HoldList)            opts|=DLOPT_HOLDLST;
+    
+    if (LocalDir->Checked) {
+        str=Dir->Text;
+        dir=str.c_str();
+    }
+    if (LogFile!="") {
+        reppath(LogFile.c_str(),path,utc2gpst(timeget()),"","");
+        fp=fopen(path,LogAppend?"a":"w");
+    }
+    abortf=0;
+    PanelEnable(0);
+    BtnDownload->Enabled=true;
+    BtnDownload->Caption="&Abort";
+    MsgLabel3->Caption="";
+    Timer->Enabled=true;
+    Application->ProcessMessages();
+    
+    dl_exec(ts,te,ti,seqnos,seqnoe,urls,nurl,stas,nsta,dir,usr.c_str(),
+            pwd.c_str(),proxy.c_str(),opts,msg,fp);
+    
+    PanelEnable(1);
+    UpdateEnable();
+    BtnDownload->Caption="&Download";
+    MsgLabel3->Caption=msg;
+    Timer->Enabled=false;
+    for (i=0;i<8;i++) img[i]->Visible=false;
+    
+    UpdateMsg();
+    UpdateEnable();
+    
+    if (LogFile!="") {
+        fclose(fp);
+    }
+    for (i=0;i<MAX_STA;i++) delete [] stas[i];
+    
+    if (Dir->Enabled) AddHist(Dir);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnExitClick(TObject *Sender)
+{
+    Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnStasClick(TObject *Sender)
+{
+    if (StaListDialog->ShowModal()!=mrOk) return;
+    UpdateStaList();
+    BtnAll->Caption="A";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnDirClick(TObject *Sender)
+{
+#ifdef TCPP
+    AnsiString dir=Dir->Text;
+    if (!SelectDirectory("Output Directory","",dir)) return;
+    Dir->Text=dir;
+#else
+    UnicodeString dir=Dir->Text;
+    TSelectDirExtOpts opt=TSelectDirExtOpts()<<sdNewUI<<sdNewFolder;
+    if (!SelectDirectory(L"Output Directory",L"",dir,opt)) return;
+    Dir->Text=dir;
+#endif
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::DirChange(TObject *Sender)
+{
+    UpdateMsg();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnTime1Click(TObject *Sender)
+{
+    AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+    double ep[]={2000,1,1,0,0,0};
+    sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+    TimeDialog->Time=epoch2time(ep);
+    TimeDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnTime2Click(TObject *Sender)
+{
+    AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+    double ep[]={2000,1,1,0,0,0};
+    sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+    TimeDialog->Time=epoch2time(ep);
+    TimeDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnAllClick(TObject *Sender)
+{
+    AnsiString str;
+    int i,n=0;
+    
+    StaList->Visible=false;
+    for (i=StaList->Count-1;i>=0;i--) {
+        StaList->Selected[i]=BtnAll->Caption=="A";
+        if (StaList->Selected[i]) n++;
+    }
+    StaList->Visible=true;
+    BtnAll->Caption=BtnAll->Caption=="A"?"C":"A";
+    LabelSta->Caption=str.sprintf("Stations (%d)",n);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnKeywordClick(TObject *Sender)
+{
+    KeyDialog->Flag=3;
+    KeyDialog->Show();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnHelpClick(TObject *Sender)
+{
+    AnsiString prog=PRGNAME;
+    AboutDialog->About=prog;
+    AboutDialog->IconIndex=8;
+    AboutDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::DropFiles(TWMDropFiles msg)
+{
+    AnsiString file;
+    POINT point={0};
+    char str[1024];
+    
+    if (DragQueryFile((HDROP)msg.Drop,0xFFFFFFFF,NULL,0)<=0) return;
+    DragQueryFile((HDROP)msg.Drop,0,str,sizeof(str));
+    if (!DragQueryPoint((HDROP)msg.Drop,&point)) return;
+    
+    if (StaList->Left<=point.x&&point.x<StaList->Left+StaList->Width&&
+        StaList->Top <=point.y&&point.y<StaList->Top +StaList->Height) {
+        LoadSta(file=str);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnTrayClick(TObject *Sender)
+{
+    Visible=false;
+    TrayIcon->Visible=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TrayIconDblClick(TObject *Sender)
+{
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::HidePasswdClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::LocalDirClick(TObject *Sender)
+{
+    UpdateMsg();
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::DataTypeChange(TObject *Sender)
+{
+    UpdateType();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::DataListClick(TObject *Sender)
+{
+    UpdateMsg();
+    MsgLabel3->Caption="";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::StaListClick(TObject *Sender)
+{
+    UpdateStaList();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimeY1UDChangingEx(TObject *Sender, bool &AllowChange,
+      short NewValue, TUpDownDirection Direction)
+{
+    AnsiString s,TimeY1_Text=TimeY1->Text;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimeH1UDChangingEx(TObject *Sender, bool &AllowChange,
+      short NewValue, TUpDownDirection Direction)
+{
+    AnsiString s,TimeH1_Text=TimeH1->Text;
+    int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeH1_Text.c_str(),"%d:%d",hms,hms+1);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH1->Text=s.sprintf("%02d:%02d",sec/3600,(sec%3600)/60);
+    TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimeY2UDChangingEx(TObject *Sender, bool &AllowChange,
+      short NewValue, TUpDownDirection Direction)
+{
+    AnsiString s,TimeY2_Text=TimeY2->Text;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY2->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY2->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimeH2UDChangingEx(TObject *Sender, bool &AllowChange,
+      short NewValue, TUpDownDirection Direction)
+{
+    AnsiString s,TimeH2_Text=TimeH2->Text;
+    int hms[3]={0},sec,p=TimeH2->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeH2_Text.c_str(),"%d:%d",hms,hms+1);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH2->Text=s.sprintf("%02d:%02d",sec/3600,(sec%3600)/60);
+    TimeH2->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimerTimer(TObject *Sender)
+{
+    TImage *img[]={Image1,Image2,Image3,Image4,Image5,Image6,Image7,Image8};
+    
+    for (int i=0;i<8;i++) {
+        img[i]->Visible=false;
+    }
+    for (int i=0;i<8;i++) {
+        if (i==TimerCnt%8) img[i]->Visible=true;
+    }
+    TimerCnt++;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString stas,s;
+    char buff[8192],*p;
+    
+    TimeY1->Text       =ini->ReadString ("opt","startd","2011/01/01");
+    TimeH1->Text       =ini->ReadString ("opt","starth",     "00:00");
+    TimeY2->Text       =ini->ReadString ("opt","endd",  "2011/01/01");
+    TimeH2->Text       =ini->ReadString ("opt","endh",       "00:00");
+    TimeInt->Text      =ini->ReadString ("opt","timeint",      "24H");
+    Number->Text       =ini->ReadString ("opt","number",         "0");
+    UrlFile            =ini->ReadString ("opt","urlfile",         "");
+    LogFile            =ini->ReadString ("opt","logfile",         "");
+    Stations           =ini->ReadString ("opt","stations",        "");
+    ProxyAddr          =ini->ReadString ("opt","proxyaddr",       "");
+    FtpLogin  ->Text   =ini->ReadString ("opt","login",  "anonymous");
+    FtpPasswd ->Text   =ini->ReadString ("opt","passwd",     "user@");
+    UnZip     ->Checked=ini->ReadInteger("opt","unzip",            1);
+    SkipExist ->Checked=ini->ReadInteger("opt","skipexist",        1);
+    HidePasswd->Checked=ini->ReadInteger("opt","hidepasswd",       0);
+    HoldErr            =ini->ReadInteger("opt","holderr",          0);
+    HoldList           =ini->ReadInteger("opt","holdlist",         0);
+    NCol               =ini->ReadInteger("opt","ncol",            35);
+    LogAppend          =ini->ReadInteger("opt","logappend",        0);
+    DateFormat         =ini->ReadInteger("opt","dateformat",       0);
+    TraceLevel         =ini->ReadInteger("opt","tracelevel",       0);
+    LocalDir  ->Checked=ini->ReadInteger("opt","localdirena",      0);
+    Dir       ->Text   =ini->ReadString ("opt","localdir",        "");
+    DataType  ->Text   =ini->ReadString ("opt","datatype",        "");
+    StaList->Clear();
+    for (int i=0;i<10;i++) {
+        stas=ini->ReadString("sta",s.sprintf("station%d",i),"");
+        strcpy(buff,stas.c_str());
+        for (p=strtok(buff,",");p;p=strtok(NULL,",")) {
+            StaList->Items->Add(p);
+        }
+    }
+    ReadHist(ini,"dir",Dir->Items);
+    TTextViewer::Color1=(TColor)ini->ReadInteger("viewer","color1",(int)clBlack);
+    TTextViewer::Color2=(TColor)ini->ReadInteger("viewer","color2",(int)clWhite);
+    TTextViewer::FontD=new TFont;
+    TTextViewer::FontD->Name=ini->ReadString ("viewer","fontname","Courier New");
+    TTextViewer::FontD->Size=ini->ReadInteger("viewer","fontsize",9);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString sta,s;
+    char buff[8192]="",*p;
+    
+    ini->WriteString ("opt","startd",     TimeY1->Text       );
+    ini->WriteString ("opt","starth",     TimeH1->Text       );
+    ini->WriteString ("opt","endd",       TimeY2->Text       );
+    ini->WriteString ("opt","endh",       TimeH2->Text       );
+    ini->WriteString ("opt","timeint",    TimeInt->Text      );
+    ini->WriteString ("opt","number",     Number->Text       );
+    ini->WriteString ("opt","urlfile",    UrlFile            );
+    ini->WriteString ("opt","logfile",    LogFile            );
+    ini->WriteString ("opt","stations",   Stations           );
+    ini->WriteString ("opt","proxyaddr",  ProxyAddr          );
+    ini->WriteString ("opt","login",      FtpLogin  ->Text   );
+    ini->WriteString ("opt","passwd",     FtpPasswd ->Text   );
+    ini->WriteInteger("opt","unzip",      UnZip     ->Checked);
+    ini->WriteInteger("opt","skipexist",  SkipExist ->Checked);
+    ini->WriteInteger("opt","hidepasswd", HidePasswd->Checked);
+    ini->WriteInteger("opt","holderr",    HoldErr            );
+    ini->WriteInteger("opt","holdlist",   HoldList           );
+    ini->WriteInteger("opt","ncol",       NCol               );
+    ini->WriteInteger("opt","logappend",  LogAppend          );
+    ini->WriteInteger("opt","dateformat", DateFormat         );
+    ini->WriteInteger("opt","tracelevel", TraceLevel         );
+    ini->WriteInteger("opt","localdirena",LocalDir ->Checked );
+    ini->WriteString ("opt","localdir",   Dir       ->Text   );
+    ini->WriteString ("opt","datatype",   DataType  ->Text   );
+    for (int i=0,j=0;i<10;i++) {
+        p=buff; *p='\0';
+        for (int k=0;k<256&&j<StaList->Count;k++) {
+            sta=StaList->Items->Strings[j++];
+            p+=sprintf(p,"%s%s",k==0?"":",",sta.c_str());
+        }
+        ini->WriteString ("sta",s.sprintf("station%d",i),buff);
+    }
+    WriteHist(ini,"dir",Dir->Items);
+    ini->WriteInteger("viewer","color1",  (int)TTextViewer::Color1);
+    ini->WriteInteger("viewer","color2",  (int)TTextViewer::Color2);
+    ini->WriteString ("viewer","fontname",TTextViewer::FontD->Name);
+    ini->WriteInteger("viewer","fontsize",TTextViewer::FontD->Size);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::LoadUrl(AnsiString file)
+{
+    FILE *fp;
+    url_t *urls;
+    char *p,*subtype,*sel[]={"*"};
+    int i,j,n;
+    
+    urls=new url_t [MAX_URL];
+    
+    Types   ->Clear();
+    Urls    ->Clear();
+    Locals  ->Clear();
+    DataType->Clear();
+    SubType ->Clear();
+    DataList->Clear();
+    DataType->Items->Add("ALL");
+    SubType ->Items->Add("");
+    
+    if (file=="") file=URL_FILE; // default url
+    
+    n=dl_readurls(file.c_str(),sel,1,urls,MAX_URL);
+    
+    for (i=0;i<n;i++) {
+        Types ->Add(urls[i].type);
+        Urls  ->Add(urls[i].path);
+        Locals->Add(urls[i].dir );
+        
+        if (!(p=strchr(urls[i].type,'_'))) continue;
+        *p='\0';
+        for (j=0;j<DataType->Items->Count;j++) {
+            if (DataType->Items->Strings[j]==urls[i].type) break;
+        }
+        if (j>=DataType->Items->Count) {
+            DataType->Items->Add(urls[i].type);
+        }
+        subtype=p+1;
+        if ((p=strchr(subtype,'_'))) *p='\0';
+        for (j=0;j<SubType->Items->Count;j++) {
+            if (SubType->Items->Strings[j]==subtype) break;
+        }
+        if (j>=SubType->Items->Count) {
+            SubType->Items->Add(subtype);
+        }
+    }
+    DataType->ItemIndex=0;
+    SubType ->ItemIndex=0;
+    
+    delete [] urls;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::LoadSta(AnsiString file)
+{
+    FILE *fp;
+    char buff[4096],*p;
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    StaList->Clear();
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        for (p=strtok(buff," ,\r\n");p;p=strtok(NULL," ,\r\n")) {
+            StaList->Items->Add(p);
+        }
+    }
+    fclose(fp);
+    UpdateStaList();
+    BtnAll->Caption="A";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::GetTime(gtime_t *ts, gtime_t *te, double *ti)
+{
+    AnsiString str;
+    double eps[6]={2010,1,1},epe[6]={2010,1,1},val;
+    char unit[32]="";
+    
+    str=TimeY1->Text; sscanf(str.c_str(),"%lf/%lf/%lf",eps,eps+1,eps+2);
+    str=TimeH1->Text; sscanf(str.c_str(),"%lf:%lf"    ,eps+3,eps+4    );
+    str=TimeY2->Text; sscanf(str.c_str(),"%lf/%lf/%lf",epe,epe+1,epe+2);
+    str=TimeH2->Text; sscanf(str.c_str(),"%lf:%lf"    ,epe+3,epe+4    );
+    
+    *ts=epoch2time(eps);
+    *te=epoch2time(epe);
+    *ti=86400.0,val;
+    
+    str=TimeInt->Text;
+    if (sscanf(str.c_str(),"%lf%s",&val,unit)>=1) {
+        if      (!strcmp(unit,"day")) *ti=val*86400.0;
+        else if (!strcmp(unit,"min")) *ti=val*60.0;
+        else                          *ti=val*3600.0;
+    }
+}
+//---------------------------------------------------------------------------
+int __fastcall TMainForm::SelectUrl(url_t *urls)
+{
+    AnsiString str,file=UrlFile;
+    char *types[MAX_URL_SEL];
+    int i,nurl=0;
+    
+    for (i=0;i<MAX_URL_SEL;i++) types[i]=new char [64];
+    
+    for (i=0;i<DataList->Count&&nurl<MAX_URL_SEL;i++) {
+        if (!DataList->Selected[i]) continue;
+        str=DataList->Items->Strings[i];
+        strcpy(types[nurl++],str.c_str());
+    }
+    if (UrlFile=="") file=URL_FILE;
+    
+    nurl=dl_readurls(file.c_str(),types,nurl,urls,MAX_URL_SEL);
+    
+    for (i=0;i<MAX_URL_SEL;i++) delete [] types[i];
+    
+    return nurl;
+}
+//---------------------------------------------------------------------------
+int __fastcall TMainForm::SelectSta(char **stas)
+{
+    AnsiString str;
+    char *p;
+    int i,nsta=0,len;
+    
+    for (i=0;i<StaList->Count&&nsta<MAX_STA;i++) {
+        if (!StaList->Selected[i]) continue;
+        str=StaList->Items->Strings[i];
+        len=strlen(str.c_str());
+        if ((p=strchr(str.c_str(),' '))) len=(int)(p-str.c_str());
+        if (len>15) len=15;
+        strncpy(stas[nsta],str.c_str(),len);
+        stas[nsta++][len]='\0';
+    }
+    return nsta;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateType(void)
+{
+    AnsiString str;
+    char buff[256],*p,*type,*subtype;
+    int i;
+    
+    DataList->Clear();
+    
+    for (i=0;i<Types->Count;i++) {
+        str=Types->Strings[i];
+        strcpy(buff,str.c_str());
+        type=subtype="";
+        if ((p=strchr(buff,'_'))) {
+            type=buff; subtype=p+1; *p='\0';
+        }
+        if (p&&(p=strchr(p+1,'_'))) *p='\0';
+        if (DataType->Text!="ALL"&&DataType->Text!=type) continue;
+        if (SubType ->Text!=""&&SubType ->Text!=subtype) continue;
+        DataList->Items->Add(Types->Strings[i]);
+    }
+    MsgLabel1->Caption="";
+    MsgLabel2->Caption="";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateMsg(void)
+{
+    int i,j,n=0;
+    
+    for (i=0;i<DataList->Count;i++) {
+        if (!DataList->Selected[i]) continue;
+        for (j=0;j<Types->Count;j++) {
+            if (DataList->Items->Strings[i]!=Types->Strings[j]) continue;
+            MsgLabel1->Caption=Urls->Strings[j];
+            MsgLabel2->Caption=LocalDir->Checked?Dir->Text:Locals->Strings[j];
+            Msg1->Hint=MsgLabel1->Caption;
+            Msg2->Hint=MsgLabel2->Caption;
+            n++;
+            break;
+        }
+    }
+    if (n>=2) {
+        MsgLabel1->Caption=MsgLabel1->Caption+" ...";
+        MsgLabel2->Caption=MsgLabel2->Caption+" ...";
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateStaList(void)
+{
+    AnsiString str;
+    int i,n=0;
+    
+    for (i=0;i<StaList->Count;i++) {
+        if (StaList->Selected[i]) n++;
+    }
+    LabelSta->Caption=str.sprintf("Stations (%d)",n);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateEnable(void)
+{
+    Dir   ->Enabled=LocalDir->Checked;
+    BtnDir->Enabled=LocalDir->Checked;
+    FtpPasswd->PasswordChar=HidePasswd->Checked?'*':'\0';
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::PanelEnable(int ena)
+{
+    Panel1     ->Enabled=ena;
+    Panel2     ->Enabled=ena;
+    BtnFile    ->Enabled=ena;
+    BtnLog     ->Enabled=ena;
+    BtnOpts    ->Enabled=ena;
+    BtnTest    ->Enabled=ena;
+    BtnDownload->Enabled=ena;
+    BtnExit    ->Enabled=ena;
+    BtnAll     ->Enabled=ena;
+    BtnStas    ->Enabled=ena;
+    DataType   ->Enabled=ena;
+    SubType    ->Enabled=ena;
+    DataList   ->Enabled=ena;
+    TimeY1     ->Enabled=ena;
+    TimeY1UD   ->Enabled=ena;
+    TimeH1     ->Enabled=ena;
+    TimeH1UD   ->Enabled=ena;
+    TimeY2     ->Enabled=ena;
+    TimeY2UD   ->Enabled=ena;
+    TimeH2     ->Enabled=ena;
+    TimeH2UD   ->Enabled=ena;
+    TimeInt    ->Enabled=ena;
+    Number     ->Enabled=ena;
+    StaList    ->Enabled=ena;
+    FtpLogin   ->Enabled=ena;
+    FtpPasswd  ->Enabled=ena;
+    SkipExist  ->Enabled=ena;
+    UnZip      ->Enabled=ena;
+    LocalDir   ->Enabled=ena;
+    Dir        ->Enabled=ena;
+    BtnDir     ->Enabled=ena;
+}
+// --------------------------------------------------------------------------
+void __fastcall TMainForm::ReadHist(TIniFile *ini, AnsiString key, TStrings *list)
+{
+    AnsiString s,item;
+    int i;
+    
+    list->Clear();
+    
+    for (i=0;i<MAX_HIST;i++) {
+        item=ini->ReadString("history",s.sprintf("%s_%03d",key.c_str(),i),"");
+        if (item!="") list->Add(item);
+    }
+}
+// --------------------------------------------------------------------------
+void __fastcall TMainForm::WriteHist(TIniFile *ini, AnsiString key, TStrings *list)
+{
+    AnsiString s;
+    int i;
+    
+    for (i=0;i<list->Count;i++) {
+        ini->WriteString("history",s.sprintf("%s_%03d",key.c_str(),i),list->Strings[i]);
+    }
+}
+// --------------------------------------------------------------------------
+void __fastcall TMainForm::AddHist(TComboBox *combo)
+{
+    AnsiString hist=combo->Text;
+    if (hist=="") return;
+    TStrings *list=combo->Items;
+    int i=list->IndexOf(hist);
+    if (i>=0) list->Delete(i);
+    list->Insert(0,hist);
+    for (int i=list->Count-1;i>=MAX_HIST;i--) list->Delete(i);
+    combo->ItemIndex=0;
+}
+//---------------------------------------------------------------------------
+int __fastcall TMainForm::ExecCmd(AnsiString cmd)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    if (!CreateProcess(NULL,p,NULL,NULL,false,0,NULL,NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkget/getmain.h b/app/rtkget/getmain.h
new file mode 100644
index 0000000..c4917de
--- /dev/null
+++ b/app/rtkget/getmain.h
@@ -0,0 +1,171 @@
+//---------------------------------------------------------------------------
+#ifndef getmainH
+#define getmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Buttons.hpp>
+#include <ComCtrls.hpp>
+#include <ExtCtrls.hpp>
+#include <FileCtrl.hpp>
+#include <Vcl.Dialogs.hpp>
+#include <Vcl.Graphics.hpp>
+#ifdef TCPP
+#include <vcl\inifiles.hpp>
+#else
+#include <inifiles.hpp>
+#endif
+#include "rtklib.h"
+
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TPanel *Panel2;
+	TLabel *Label6;
+	TPanel *Panel3;
+	TButton *BtnOpts;
+	TButton *BtnLog;
+	TButton *BtnDownload;
+	TButton *BtnExit;
+	TPanel *Msg1;
+	TButton *BtnFile;
+	TPanel *Msg3;
+	TButton *BtnDir;
+	TListBox *DataList;
+	TComboBox *DataType;
+	TCheckBox *LocalDir;
+	TPanel *Msg2;
+	TLabel *LabelSta;
+	TOpenDialog *OpenDialog;
+	TListBox *StaList;
+	TPanel *Panel1;
+	TLabel *Label1;
+	TEdit *TimeY1;
+	TLabel *Label3;
+	TEdit *TimeY2;
+	TEdit *TimeH2;
+	TEdit *TimeH1;
+	TUpDown *TimeY1UD;
+	TUpDown *TimeY2UD;
+	TUpDown *TimeH2UD;
+	TUpDown *TimeH1UD;
+	TSpeedButton *BtnTime1;
+	TSpeedButton *BtnTime2;
+	TLabel *Label7;
+	TComboBox *TimeInt;
+	TPanel *Panel4;
+	TLabel *Label4;
+	TEdit *FtpLogin;
+	TEdit *FtpPasswd;
+	TLabel *Label8;
+	TSaveDialog *SaveDialog;
+	TButton *BtnTest;
+	TButton *BtnStas;
+	TSpeedButton *BtnKeyword;
+	TCheckBox *HidePasswd;
+	TTimer *Timer;
+	TImage *Image1;
+	TImage *Image2;
+	TImage *Image3;
+	TImage *Image4;
+	TCheckBox *UnZip;
+	TCheckBox *SkipExist;
+	TTrayIcon *TrayIcon;
+	TComboBox *SubType;
+	TSpeedButton *BtnTray;
+	TSpeedButton *BtnHelp;
+	TImage *Image5;
+	TImage *Image6;
+	TImage *Image7;
+	TImage *Image8;
+	TEdit *Number;
+	TLabel *Label2;
+	TButton *BtnAll;
+	TComboBox *Dir;
+	TLabel *MsgLabel2;
+	TLabel *MsgLabel1;
+	TLabel *MsgLabel3;
+	
+	void __fastcall TimeY1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall BtnExitClick(TObject *Sender);
+	void __fastcall BtnOptsClick(TObject *Sender);
+	void __fastcall BtnLogClick(TObject *Sender);
+	void __fastcall BtnDownloadClick(TObject *Sender);
+	void __fastcall DataTypeChange(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall BtnFileClick(TObject *Sender);
+	void __fastcall DataListClick(TObject *Sender);
+	void __fastcall BtnDirClick(TObject *Sender);
+	void __fastcall LocalDirClick(TObject *Sender);
+	void __fastcall BtnStasClick(TObject *Sender);
+	void __fastcall BtnTime1Click(TObject *Sender);
+	void __fastcall BtnTime2Click(TObject *Sender);
+	void __fastcall BtnKeywordClick(TObject *Sender);
+	void __fastcall BtnHelpClick(TObject *Sender);
+	void __fastcall HidePasswdClick(TObject *Sender);
+	void __fastcall TimerTimer(TObject *Sender);
+	void __fastcall BtnTrayClick(TObject *Sender);
+	void __fastcall TrayIconDblClick(TObject *Sender);
+	void __fastcall BtnTestClick(TObject *Sender);
+	void __fastcall StaListClick(TObject *Sender);
+	void __fastcall FormCreate(TObject *Sender);
+	void __fastcall BtnAllClick(TObject *Sender);
+	void __fastcall DirChange(TObject *Sender);
+	
+private:
+	TStringList *Types;
+	TStringList *Urls;
+	TStringList *Locals;
+	
+	void __fastcall DropFiles(TWMDropFiles msg);
+	void __fastcall LoadOpt(void);
+	void __fastcall SaveOpt(void);
+	void __fastcall UpdateType(void);
+	void __fastcall UpdateMsg(void);
+	void __fastcall UpdateStaList(void);
+	void __fastcall UpdateEnable(void);
+	void __fastcall PanelEnable(int ena);
+	void __fastcall GetTime(gtime_t *ts, gtime_t *te, double *ti);
+	int  __fastcall SelectUrl(url_t *urls);
+	int  __fastcall SelectSta(char **stas);
+	void __fastcall LoadUrl(AnsiString file);
+	void __fastcall LoadSta(AnsiString file);
+	int  __fastcall ExecCmd(AnsiString cmd);
+	void __fastcall ReadHist(TIniFile *ini, AnsiString key, TStrings *list);
+	void __fastcall WriteHist(TIniFile *ini, AnsiString key, TStrings *list);
+	void __fastcall AddHist(TComboBox *combo);
+	
+	BEGIN_MESSAGE_MAP
+	MESSAGE_HANDLER(WM_DROPFILES,TWMDropFiles,DropFiles);
+	END_MESSAGE_MAP(TForm);
+	
+public:
+	AnsiString IniFile;
+	AnsiString UrlFile;
+	AnsiString LogFile;
+	AnsiString Stations;
+	AnsiString ProxyAddr;
+	int HoldErr;
+	int HoldList;
+	int NCol;
+	int DateFormat;
+	int TraceLevel;
+	int LogAppend;
+	int TimerCnt;
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget/getoptdlg.cpp b/app/rtkget/getoptdlg.cpp
new file mode 100644
index 0000000..32e5d30
--- /dev/null
+++ b/app/rtkget/getoptdlg.cpp
@@ -0,0 +1,59 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "getoptdlg.h"
+#include "getmain.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TDownOptDialog *DownOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TDownOptDialog::TDownOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TDownOptDialog::BtnUrlFileClick(TObject *Sender)
+{
+    OpenDialog->Title="GNSS Data URL File";
+    OpenDialog->FileName="";
+    if (!OpenDialog->Execute()) return;
+    UrlFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TDownOptDialog::BtnLogFileClick(TObject *Sender)
+{
+    SaveDialog->Title="Download Log File";
+    SaveDialog->FileName="";
+    if (!SaveDialog->Execute()) return;
+    LogFile->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TDownOptDialog::FormShow(TObject *Sender)
+{
+	HoldErr  ->Checked=MainForm->HoldErr;
+	HoldList ->Checked=MainForm->HoldList;
+	NCol     ->Text   =UnicodeString(MainForm->NCol);
+	Proxy    ->Text   =MainForm->ProxyAddr;
+	UrlFile  ->Text   =MainForm->UrlFile;
+	LogFile  ->Text   =MainForm->LogFile;
+	LogAppend->Checked=MainForm->LogAppend;
+	DateFormat->ItemIndex=MainForm->DateFormat;
+	TraceLevel->ItemIndex=MainForm->TraceLevel;
+}
+//---------------------------------------------------------------------------
+void __fastcall TDownOptDialog::BtnOkClick(TObject *Sender)
+{
+	MainForm->HoldErr  =HoldErr  ->Checked;
+	MainForm->HoldList =HoldList ->Checked;
+	MainForm->NCol     =NCol     ->Text.ToInt();
+	MainForm->ProxyAddr=Proxy    ->Text;
+	MainForm->UrlFile  =UrlFile  ->Text;
+	MainForm->LogFile  =LogFile  ->Text;
+	MainForm->LogAppend=LogAppend->Checked;
+	MainForm->DateFormat=DateFormat->ItemIndex;
+	MainForm->TraceLevel=TraceLevel->ItemIndex;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkget/getoptdlg.h b/app/rtkget/getoptdlg.h
new file mode 100644
index 0000000..fdf8d43
--- /dev/null
+++ b/app/rtkget/getoptdlg.h
@@ -0,0 +1,48 @@
+//---------------------------------------------------------------------------
+#ifndef getoptdlgH
+#define getoptdlgH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TDownOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TPanel *Panel1;
+	TEdit *Proxy;
+	TEdit *UrlFile;
+	TButton *BtnUrlFile;
+	TLabel *Label1;
+	TOpenDialog *OpenDialog;
+	TLabel *Label2;
+	TComboBox *TraceLevel;
+	TLabel *Label3;
+	TLabel *Label4;
+	TEdit *LogFile;
+	TButton *BtnLogFile;
+	TCheckBox *LogAppend;
+	TSaveDialog *SaveDialog;
+	TCheckBox *HoldErr;
+	TCheckBox *HoldList;
+	TLabel *Label5;
+	TComboBox *DateFormat;
+	TLabel *Label6;
+	TEdit *NCol;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnUrlFileClick(TObject *Sender);
+	void __fastcall BtnLogFileClick(TObject *Sender);
+private:
+public:
+	__fastcall TDownOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TDownOptDialog *DownOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget/install.bat b/app/rtkget/install.bat
new file mode 100644
index 0000000..8de48d5
--- /dev/null
+++ b/app/rtkget/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtkget.exe ..\..\bin
diff --git a/app/rtkget/rtkget.cbproj b/app/rtkget/rtkget.cbproj
new file mode 100644
index 0000000..61806b2
--- /dev/null
+++ b/app/rtkget/rtkget.cbproj
@@ -0,0 +1,274 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{6767DCFE-A5AF-4C0D-925C-F95565406D25}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtkget.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<BCC_waus>false</BCC_waus>
+			<Icon_MainIcon>..\icon\rtk8.ico</Icon_MainIcon>
+			<BCC_weff>false</BCC_weff>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<BCC_wpar>false</BCC_wpar>
+			<IncludePath>..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<Manifest_File>None</Manifest_File>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<BCC_PCHCache>true</BCC_PCHCache>
+			<TASM_IncludePath>D:\proj\rtklib\app\downloader;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\..\src;$(TASM_IncludePath)</TASM_IncludePath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;USEPACKAGES;NO_STRICT;WIN32;TRACE;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;USEPACKAGES;NO_STRICT;WIN32;TRACE;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>NO_STRICT;WIN32;TRACE;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>D:\proj\rtklib\app\downloader;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\..\src;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<DCC_ObjPath>..\..\src;D:\proj\rtklib\app\downloader;$(DCC_ObjPath)</DCC_ObjPath>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<DCC_IncludePath>..\..\src;D:\proj\rtklib\app\downloader;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\src;D:\proj\rtklib\app\downloader;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib;vclimg.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_ResourcePath>..\..\src;D:\proj\rtklib\app\downloader;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_UnitSearchPath>..\..\src;D:\proj\rtklib\app\downloader;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<ILINK_LibraryPath>..\appcmn\;..\..\src\;$(BDS)\lib;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Icon_MainIcon>..\icon\rtk8.ico</Icon_MainIcon>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib;vclimg.lib</LinkPackageStatics>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<UsePackages>false</UsePackages>
+			<BCC_waus>false</BCC_waus>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib;vclimg.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>8</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>7</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\timedlg.cpp">
+				<Form>TimeDialog</Form>
+				<DependentOn>..\appcmn\timedlg.h</DependentOn>
+				<BuildOrder>6</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>9</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="getmain.cpp">
+				<BuildOrder>2</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>getmain.h</DependentOn>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="getoptdlg.cpp">
+				<Form>DownOptDialog</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>getoptdlg.h</DependentOn>
+				<BuildOrder>4</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtkget.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtkget.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="staoptdlg.cpp">
+				<Form>StaListDialog</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>staoptdlg.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\download.c">
+				<BuildOrder>5</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<FormResources Include="getoptdlg.dfm"/>
+			<FormResources Include="staoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\timedlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="getmain.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtkget.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtkget/rtkget.cbproj.local b/app/rtkget/rtkget.cbproj.local
new file mode 100644
index 0000000..50f6302
--- /dev/null
+++ b/app/rtkget/rtkget.cbproj.local
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/12/25 21:32:22.000.915,D:\proj\rtklib\app\downloader\Unit1.h=D:\proj\rtklib\app\downloader\dloptdlg.h</Transaction>
+    <Transaction>2012/12/25 21:32:22.000.915,D:\proj\rtklib\app\downloader\Unit1.dfm=D:\proj\rtklib\app\downloader\dloptdlg.dfm</Transaction>
+    <Transaction>2012/12/30 01:36:05.000.072,D:\proj\rtklib\app\rtkget\downloader.cbproj=D:\proj\rtklib\app\rtkget\rtkget.cbproj</Transaction>
+    <Transaction>2012/12/30 01:36:25.000.708,D:\proj\rtklib\app\rtkget\dlmain.h=D:\proj\rtklib\app\rtkget\getmain.h</Transaction>
+    <Transaction>2012/12/30 01:36:25.000.708,D:\proj\rtklib\app\rtkget\dlmain.dfm=D:\proj\rtklib\app\rtkget\getmain.dfm</Transaction>
+    <Transaction>2012/12/30 01:36:50.000.174,D:\proj\rtklib\app\rtkget\dloptdlg.h=D:\proj\rtklib\app\rtkget\getoptdlg.h</Transaction>
+    <Transaction>2012/12/30 01:36:50.000.174,D:\proj\rtklib\app\rtkget\dloptdlg.dfm=D:\proj\rtklib\app\rtkget\getoptdlg.dfm</Transaction>
+    <Transaction>2013/01/15 05:46:47.000.312,D:\proj\rtklib\app\rtkget\Unit1.h=D:\proj\rtklib\app\rtkget\staoptdlg.h</Transaction>
+    <Transaction>2013/01/15 05:46:47.000.312,D:\proj\rtklib\app\rtkget\Unit1.dfm=D:\proj\rtklib\app\rtkget\staoptdlg.dfm</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtkget/rtkget.cpp b/app/rtkget/rtkget.cpp
new file mode 100644
index 0000000..51fcfd2
--- /dev/null
+++ b/app/rtkget/rtkget.cpp
@@ -0,0 +1,64 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("getoptdlg.cpp", DownOptDialog);
+USEFORM("getmain.cpp", MainForm);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\timedlg.cpp", TimeDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("staoptdlg.cpp", StaListDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TDownOptDialog), &DownOptDialog);
+		Application->CreateForm(__classid(TTimeDialog), &TimeDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TStaListDialog), &StaListDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkget/rtkget.res b/app/rtkget/rtkget.res
new file mode 100644
index 0000000..f7ae244
Binary files /dev/null and b/app/rtkget/rtkget.res differ
diff --git a/app/rtkget/staoptdlg.cpp b/app/rtkget/staoptdlg.cpp
new file mode 100644
index 0000000..7a727da
--- /dev/null
+++ b/app/rtkget/staoptdlg.cpp
@@ -0,0 +1,66 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "getmain.h"
+#include "staoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TStaListDialog *StaListDialog;
+//---------------------------------------------------------------------------
+__fastcall TStaListDialog::TStaListDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::FormShow(TObject *Sender)
+{
+    StaList->Clear();
+    
+    for (int i=0;i<MainForm->StaList->Items->Count;i++) {
+        StaList->Lines->Add(MainForm->StaList->Items->Strings[i]);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnOkClick(TObject *Sender)
+{
+    MainForm->StaList->Clear();
+    
+    for (int i=0;i<StaList->Lines->Count;i++) {
+        MainForm->StaList->Items->Add(StaList->Lines->Strings[i]);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnLoadClick(TObject *Sender)
+{
+    AnsiString file;
+    FILE *fp;
+    char buff[1024],*p;
+    
+    if (!OpenDialog->Execute()) return;
+    
+    file=OpenDialog->FileName;
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    StaList->Clear();
+    StaList->Visible=false;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        for (p=strtok(buff," ,\r\n");p;p=strtok(NULL," ,\r\n")) {
+            StaList->Lines->Add(p);
+        }
+    }
+    fclose(fp);
+    StaList->Visible=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnSaveClick(TObject *Sender)
+{
+	if (!SaveDialog->Execute()) return;
+	StaList->Lines->SaveToFile(SaveDialog->FileName);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkget/staoptdlg.h b/app/rtkget/staoptdlg.h
new file mode 100644
index 0000000..1d86332
--- /dev/null
+++ b/app/rtkget/staoptdlg.h
@@ -0,0 +1,34 @@
+//---------------------------------------------------------------------------
+#ifndef staoptdlgH
+#define staoptdlgH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TStaListDialog : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TButton *BtnLoad;
+	TButton *BtnSave;
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TMemo *StaList;
+	TOpenDialog *OpenDialog;
+	TSaveDialog *SaveDialog;
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+private:
+public:
+	__fastcall TStaListDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TStaListDialog *StaListDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget_qt/.gitignore b/app/rtkget_qt/.gitignore
new file mode 100644
index 0000000..403bb7b
--- /dev/null
+++ b/app/rtkget_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtkget_qt
+rtkget_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtkget_qt/getmain.cpp b/app/rtkget_qt/getmain.cpp
new file mode 100644
index 0000000..bb47255
--- /dev/null
+++ b/app/rtkget_qt/getmain.cpp
@@ -0,0 +1,896 @@
+//---------------------------------------------------------------------------
+// rtkget : gnss data downloader
+//
+//          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtkget [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2012/12/28  1.0 new
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QDesktopServices>
+#include <QCloseEvent>
+#include <QCommandLineParser>
+#include <QFileInfo>
+#include <QFileDialog>
+#include <QProcess>
+#include <QDropEvent>
+#include <QMimeData>
+#include <QDebug>
+#include <QtConcurrent/QtConcurrentRun>
+#include <QFuture>
+#include <QThread>
+#include <QCompleter>
+#include <QFileSystemModel>
+
+//---------------------------------------------------------------------------
+#include "rtklib.h"
+#include "keydlg.h"
+#include "aboutdlg.h"
+#include "getmain.h"
+#include "getoptdlg.h"
+#include "staoptdlg.h"
+#include "timedlg.h"
+#include "viewer.h"
+
+#define PRGNAME     "RTKGET-QT"  // program name
+
+#define URL_FILE    "..\\data\\URL_LIST.txt"
+#define TEST_FILE   "rtkget_test.txt"
+#define TRACE_FILE  "rtkget.trace"
+
+#define MAX_URL     2048
+#define MAX_URL_SEL 64
+#define MAX_STA     2048
+#define MAX_HIST    16
+
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+
+static int abortf=0;          // abort flag
+
+MainForm *mainForm;
+
+// show message in message area ---------------------------------------------
+extern "C" {
+extern int showmsg(char *format,...)
+{
+    va_list arg;
+    QString str;
+    static QString buff2;
+    char buff[1024],*p;
+    
+    va_start(arg,format);
+    vsprintf(buff,format,arg);
+    va_end(arg);
+    
+    if ((p=strstr(buff,"STAT="))) {
+        buff2.append(str.right(66));
+        if (buff2.endsWith('_')) buff2.remove(buff2.length()-1,1);
+        buff2.append(p+5);
+        QMetaObject::invokeMethod(mainForm->MsgLabel3,"setText",Qt::QueuedConnection,Q_ARG(QString,QString(buff2)));
+    }
+    else if ((p=strstr(buff,"->"))) {
+        *p='\0';
+        QMetaObject::invokeMethod(mainForm->MsgLabel1,"setText",Qt::QueuedConnection,Q_ARG(QString,QString(buff)));
+        QMetaObject::invokeMethod(mainForm->MsgLabel2,"setText",Qt::QueuedConnection,Q_ARG(QString,QString(p+2)));
+    }
+    return abortf;
+}
+void settspan(gtime_t, gtime_t) {}
+void settime(gtime_t) {}
+}
+
+class DownloadThread:public QThread
+{
+public:
+    QString usr,pwd,proxy;
+    FILE *fp=NULL;
+    url_t urls[MAX_URL_SEL];
+    gtime_t ts,te;
+    double ti;
+    char *stas[MAX_STA],dir[1024],msg[1024],path[1024];
+    int nsta,nurl,seqnos,seqnoe,opts;
+    bool test,append;
+    QString LogFile;
+
+    explicit DownloadThread(QObject *parent, const QString lf, bool a, bool t):QThread(parent){
+        seqnos=0;seqnoe=0;opts=0;
+        ts=te={0,0};
+        test=t;
+        LogFile=lf;
+        append=a;
+
+        for (int i=0;i<MAX_STA;i++) {stas[i]=new char [16];stas[i][0]='\0';};
+        for (int i=0;i<MAX_URL_SEL;i++) memset(&urls[i],0,sizeof(url_t));
+        dir[0]=msg[0]=path[0]='\0';
+        nurl=nsta=0;ti=0;
+
+    }
+    ~DownloadThread(){
+        for (int i=0;i<MAX_STA;i++) delete [] stas[i];
+    }
+
+protected:
+    void run(){
+        if (LogFile!="") {
+            reppath(qPrintable(LogFile),path,utc2gpst(timeget()),"","");
+            fp=fopen(path,append?"a":"w");
+        }
+        if (test)
+            dl_test(ts,te,ti,urls,nurl,stas,nsta,dir,35,0,fp);
+        else
+            dl_exec(ts,te,ti,seqnos,seqnoe,urls,nurl,stas,nsta,dir,qPrintable(usr),
+                qPrintable(pwd),qPrintable(proxy),opts,msg,fp);
+        if (fp)
+            fclose(fp);
+    }
+};
+
+
+
+//---------------------------------------------------------------------------
+MainForm::MainForm(QWidget * parent)
+    : QWidget(parent)
+{
+    mainForm=this;
+    setupUi(this);
+
+    setlocale(LC_NUMERIC,"C");
+
+    viewer=new TextViewer(this);
+    timeDialog = new TimeDialog(this);
+
+    QCompleter *dirCompleter=new QCompleter(this);
+    QFileSystemModel *dirModel=new QFileSystemModel(dirCompleter);
+    dirModel->setRootPath("");
+    dirModel->setFilter(QDir::AllDirs|QDir::Drives|QDir::NoDotAndDotDot);
+    dirCompleter->setModel(dirModel);
+    Dir->setCompleter(dirCompleter);
+
+    connect(BtnAll,SIGNAL(clicked(bool)),this,SLOT(BtnAllClick()));
+    connect(BtnDir,SIGNAL(clicked(bool)),this,SLOT(BtnDirClick()));
+    connect(BtnDownload,SIGNAL(clicked(bool)),this,SLOT(BtnDownloadClick()));
+    connect(BtnExit,SIGNAL(clicked(bool)),this,SLOT(BtnExitClick()));
+    connect(BtnFile,SIGNAL(clicked(bool)),this,SLOT(BtnFileClick()));
+    connect(BtnHelp,SIGNAL(clicked(bool)),this,SLOT(BtnHelpClick()));
+    connect(BtnKeyword,SIGNAL(clicked(bool)),this,SLOT(BtnKeywordClick()));
+    connect(BtnLog,SIGNAL(clicked(bool)),this,SLOT(BtnLogClick()));
+    connect(BtnOpts,SIGNAL(clicked(bool)),this,SLOT(BtnOptsClick()));
+    connect(BtnStas,SIGNAL(clicked(bool)),this,SLOT(BtnStasClick()));
+    connect(BtnTest,SIGNAL(clicked(bool)),this,SLOT(BtnTestClick()));
+    connect(BtnTray,SIGNAL(clicked(bool)),this,SLOT(BtnTrayClick()));
+    connect(DataType,SIGNAL(currentIndexChanged(int)),this,SLOT(DataTypeChange()));
+    connect(SubType,SIGNAL(currentIndexChanged(int)),this,SLOT(DataTypeChange()));
+    connect(Dir,SIGNAL(currentIndexChanged(int)),this,SLOT(DirChange()));
+    connect(LocalDir,SIGNAL(clicked(bool)),this,SLOT(LocalDirClick()));
+    connect(HidePasswd,SIGNAL(clicked(bool)),this,SLOT(HidePasswdClick()));
+    connect(DataList,SIGNAL(clicked(QModelIndex)),this,SLOT(DataListClick()));
+    connect(StaList,SIGNAL(clicked(QModelIndex)),this,SLOT(StaListClick()));
+    connect(&TrayIcon,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,SLOT(TrayIconActivated(QSystemTrayIcon::ActivationReason)));
+    connect(&Timer,SIGNAL(timeout()),this,SLOT(TimerTimer()));
+    connect(BtnTime1,SIGNAL(clicked(bool)),this,SLOT(BtnTime1Click()));
+    connect(BtnTime2,SIGNAL(clicked(bool)),this,SLOT(BtnTime2Click()));
+
+    for (int i=0;i<8;i++)
+        Images[i].load(QString(":/buttons/wait%1.bmp").arg(i+1));
+
+    TimerCnt=0;
+
+    TrayIcon.setIcon(QPixmap(":/icons/rtk8.bmp"));
+    setWindowIcon(QIcon(":/icons/rtk8.bmp"));
+
+    FormCreate();
+    setAcceptDrops(true);
+}
+//---------------------------------------------------------------------------
+void MainForm::FormCreate()
+{
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+    
+    setWindowTitle(QString("%1 v.%2 %3").arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    
+    QCommandLineParser parser;
+    parser.setApplicationDescription("RTK Get");
+    parser.addHelpOption();
+    parser.addVersionOption();
+
+    QCommandLineOption iniFileOption(QStringList() << "i" << "ini-file",
+            QCoreApplication::translate("main", "ini file to use"),
+            QCoreApplication::translate("main", "ini file"));
+    parser.addOption(iniFileOption);
+
+    QCommandLineOption titleOption(QStringList() << "t" << "title",
+            QCoreApplication::translate("main", "window title"),
+            QCoreApplication::translate("main", "title"));
+    parser.addOption(titleOption);
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(iniFileOption))
+        IniFile=parser.value(iniFileOption);
+
+    if (parser.isSet(titleOption))
+        setWindowTitle(parser.value(titleOption));
+
+
+    LoadOpt();
+    LoadUrl(UrlFile);
+    UpdateType();
+    UpdateEnable();
+    
+    if (TraceLevel>0) {
+        traceopen(TRACE_FILE);
+        tracelevel(TraceLevel);
+    }
+}
+//---------------------------------------------------------------------------
+void MainForm::closeEvent(QCloseEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    traceclose();
+    SaveOpt();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnFileClick()
+{
+    QString str;
+    gtime_t ts,te;
+    double ti;
+    char path[1024]=".";
+
+    str=LocalDir->isChecked()?Dir->currentText():MsgLabel2->text();
+    GetTime(&ts,&te,&ti);
+    if (str!="") reppath(qPrintable(str),path,ts,"","");
+
+    QDesktopServices::openUrl(QUrl::fromLocalFile(path));
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnLogClick()
+{
+    if (LogFile=="") return;
+
+    viewer->setWindowTitle(LogFile);
+    viewer->Read(LogFile);
+    viewer->exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnTestClick()
+{
+    if (BtnTest->text().remove('&')==tr("Abort")) {
+        BtnTest->setEnabled(false);
+        abortf=1;
+        return;
+    }
+
+    thread=new DownloadThread(this,TEST_FILE,false,true);
+    GetTime(&thread->ts,&thread->te,&thread->ti);
+    thread->nurl=SelectUrl(thread->urls);
+    if (timediff(thread->ts,thread->te)>0.0||thread->nurl<=0) {
+        MsgLabel3->setText(tr("no local data"));
+        return;
+    }
+        
+    thread->nsta=SelectSta(thread->stas);
+    
+    if (LocalDir->isChecked()) {
+        strcpy(thread->dir,qPrintable(Dir->currentText()));
+    }
+    PanelEnable(0);
+    BtnTest->setEnabled(true);
+    BtnTest->setText(tr("Abort"));
+    MsgLabel1->setStyleSheet("QLabel { color: gray;}");
+    MsgLabel3->setText("");
+    abortf=0;
+
+    connect(thread,SIGNAL(finished()),this,SLOT(DownloadFinished()));
+
+    thread->start();
+    
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnOptsClick()
+{
+    QString urlfile=UrlFile;
+    
+    DownOptDialog downOptDialog(this);
+
+    downOptDialog.exec();
+
+    if (downOptDialog.result()!=QDialog::Accepted) return;
+    
+    if (UrlFile==urlfile) return;
+    
+    LoadUrl(UrlFile);
+    UpdateType();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnDownloadClick()
+{
+    QString str;
+    int i;
+
+    if (BtnDownload->text().remove('&')==tr("Abort")) {
+        BtnDownload->setEnabled(false);
+        abortf=1;
+        return;
+    }
+
+    thread=new DownloadThread(this, LogFile,LogAppend, false);
+    GetTime(&thread->ts,&thread->te,&thread->ti);
+    
+    str=Number->text();
+    if (sscanf(qPrintable(str),"%d-%d",&thread->seqnos,&thread->seqnoe)==1) thread->seqnoe=thread->seqnos;
+    
+    thread->nurl=SelectUrl(thread->urls);
+    if (timediff(thread->ts,thread->te)>0.0||thread->nurl<=0) {
+        MsgLabel3->setText(tr("no download data"));
+        return;
+    }
+    for (i=0;i<MAX_STA;i++) thread->stas[i]=new char [16];
+    
+    thread->nsta=SelectSta(thread->stas);
+    thread->usr=FtpLogin->text();
+    thread->pwd=FtpPasswd->text();
+    thread->proxy=ProxyAddr;
+    
+    if (!SkipExist->isChecked()) thread->opts|=DLOPT_FORCE;
+    if (!UnZip    ->isChecked()) thread->opts|=DLOPT_KEEPCMP;
+    if (HoldErr )                thread->opts|=DLOPT_HOLDERR;
+    if (HoldList)                thread->opts|=DLOPT_HOLDLST;
+    
+    if (LocalDir->isChecked()) {
+        strcpy(thread->dir,qPrintable(Dir->currentText()));
+    }
+    abortf=0;
+    PanelEnable(0);
+    BtnDownload->setEnabled(true);
+    BtnDownload->setText(tr("Abort"));
+    MsgLabel3->setText("");
+
+    connect(thread,SIGNAL(finished()),this,SLOT(DownloadFinished()));
+
+    Timer.start(200);
+
+    thread->start();
+}
+//---------------------------------------------------------------------------
+void MainForm::DownloadFinished(){
+
+    PanelEnable(1);
+    UpdateEnable();
+    Timer.stop();
+
+    if (Dir->isEnabled()) AddHist(Dir);
+
+    if (thread->test)
+    {
+        BtnTest->setText(tr("&Test..."));
+        MsgLabel1->setStyleSheet("QLabel { color: bloack;}");
+        MsgLabel3->setText("");
+
+        TextViewer *viewer;
+
+        viewer=new TextViewer(this);
+        viewer->Option=2;
+        viewer->Read(TEST_FILE);
+        viewer->setWindowTitle(tr("Local File Test"));
+        viewer->exec();
+
+        remove(TEST_FILE);
+    } else
+    {
+        BtnDownload->setText(tr("&Download"));
+        MsgLabel3->setText(thread->msg);
+    }
+
+    UpdateMsg();
+    UpdateEnable();
+
+    delete thread;
+
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnExitClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnStasClick()
+{
+    StaListDialog staListDialog(this);
+    staListDialog.exec();
+
+    if (staListDialog.result()!=QDialog::Accepted) return;
+    UpdateStaList();
+    BtnAll->setText("A");
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnDirClick()
+{
+    QString dir=Dir->currentText();
+    dir=QDir::toNativeSeparators(QFileDialog::getExistingDirectory(this,tr("Output Directory"),dir));
+    Dir->insertItem(0,dir);
+    Dir->setCurrentIndex(0);
+}
+//---------------------------------------------------------------------------
+void MainForm::DirChange()
+{
+    UpdateMsg();
+}
+void MainForm::BtnTime1Click()
+{
+    QDateTime time(TimeY1->date(),TimeH1->time());
+    gtime_t t1;
+    t1.time=time.toTime_t();t1.sec=time.time().msec()/1000;
+    timeDialog->Time=t1;
+    timeDialog->exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnTime2Click()
+{
+    QDateTime time(TimeY2->date(),TimeH2->time());
+    gtime_t t2;
+    t2.time=time.toTime_t();t2.sec=time.time().msec()/1000;
+    timeDialog->Time=t2;
+    timeDialog->exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnAllClick()
+{
+    int i,n=0;
+    
+    StaList->setVisible(false);
+    for (i=StaList->count()-1;i>=0;i--) {
+        StaList->item(i)->setSelected(BtnAll->text()=="A");
+        if (StaList->item(i)->isSelected()) n++;
+    }
+    StaList->setVisible(true);
+    BtnAll->setText(BtnAll->text()=="A"?"C":"A");
+    LabelSta->setText(QString(tr("Stations (%1)")).arg(n));
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnKeywordClick()
+{
+    KeyDialog keyDialog(this);
+    keyDialog.Flag=3;
+    keyDialog.exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnHelpClick()
+{
+    AboutDialog aboutDialog(this);
+    QString prog=PRGNAME;
+    
+    aboutDialog.About=prog;
+    aboutDialog.IconIndex=8;
+    aboutDialog.exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::dragEnterEvent(QDragEnterEvent *event)
+{
+    if (event->mimeData()->hasFormat("text/uri-list"))
+        event->acceptProposedAction();
+}
+//---------------------------------------------------------------------------
+void MainForm::dropEvent(QDropEvent * event)
+{
+    if (StaList==childAt(event->pos())) {
+        LoadSta(event->mimeData()->text());
+    }
+    event->acceptProposedAction();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnTrayClick()
+{
+    setVisible(false);
+    TrayIcon.setVisible(true);
+}
+//---------------------------------------------------------------------------
+void MainForm::TrayIconActivated(QSystemTrayIcon::ActivationReason reason)
+{
+    if (reason!=QSystemTrayIcon::DoubleClick) return;
+
+    setVisible(true);
+    TrayIcon.setVisible(false);
+}
+//---------------------------------------------------------------------------
+void MainForm::HidePasswdClick()
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void MainForm::LocalDirClick()
+{
+    UpdateMsg();
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void MainForm::DataTypeChange()
+{
+    UpdateType();
+}
+//---------------------------------------------------------------------------
+void MainForm::DataListClick()
+{
+    UpdateMsg();
+    MsgLabel3->setText("");
+}
+//---------------------------------------------------------------------------
+void MainForm::StaListClick()
+{
+    UpdateStaList();
+}
+//---------------------------------------------------------------------------
+void MainForm::TimerTimer()
+{
+    lbImage->setPixmap(Images[TimerCnt%8]);
+    qApp->processEvents();
+    TimerCnt++;
+}
+//---------------------------------------------------------------------------
+void MainForm::LoadOpt(void)
+{
+    QSettings setting(IniFile,QSettings::IniFormat);
+    QStringList stas;
+    
+    TimeY1->setDate       (setting.value ("opt/startd","2011/01/01").toDate());
+    TimeH1->setTime       (setting.value ("opt/starth",     "00:00").toTime());
+    TimeY2->setDate       (setting.value ("opt/endd",  "2011/01/01").toDate());
+    TimeH2->setTime       (setting.value ("opt/endh",       "00:00").toTime());
+    TimeInt->insertItem (0,setting.value ("opt/timeint",      "24 H").toString());TimeInt->setCurrentIndex(0);
+    Number->setText       (setting.value ("opt/number",         "0").toString());
+    UrlFile               =setting.value ("opt/urlfile",         "").toString();
+    LogFile               =setting.value ("opt/logfile",         "").toString();
+    Stations              =setting.value ("opt/stations",        "").toString();
+    ProxyAddr             =setting.value ("opt/proxyaddr",       "").toString();
+    FtpLogin  ->setText   (setting.value ("opt/login",  "anonymous").toString());
+    FtpPasswd ->setText   (setting.value ("opt/passwd",     "user@").toString());
+    UnZip     ->setChecked(setting.value ("opt/unzip",            1).toBool());
+    SkipExist ->setChecked(setting.value ("opt/skipexist",        1).toBool());
+    HidePasswd->setChecked(setting.value ("opt/hidepasswd",       0).toBool());
+    HoldErr               =setting.value ("opt/holderr",          0).toInt();
+    HoldList              =setting.value ("opt/holdlist",         0).toInt();
+    NCol                  =setting.value ("opt/ncol",            35).toInt();
+    LogAppend             =setting.value ("opt/logappend",        0).toInt();
+    DateFormat            =setting.value ("opt/dateformat",       0).toInt();
+    TraceLevel            =setting.value ("opt/tracelevel",       0).toInt();
+    LocalDir  ->setChecked(setting.value ("opt/localdirena",      0).toBool());
+
+    StaList->clear();
+
+    for (int i=0;i<10;i++) {
+        stas=setting.value(QString("sta/station%1").arg(i),"").toString().split(",");
+        foreach (const QString &s,stas) {
+            StaList->addItem(s);
+        }
+    }
+    ReadHist(setting,"dir",Dir);
+
+    Dir       ->insertItem   (0,setting.value ("opt/localdir",        "").toString());Dir->setCurrentIndex(0);
+    DataType  ->insertItem   (0,setting.value ("opt/datatype",        "").toString());DataType->setCurrentIndex(0);
+
+    TextViewer::Color1=setting.value("viewer/color1",QColor(Qt::black)).value<QColor>();
+    TextViewer::Color2=setting.value("viewer/color2",QColor(Qt::white)).value<QColor>();
+    TextViewer::FontD.setFamily(setting.value ("viewer/fontname","Courier New").toString());
+    TextViewer::FontD.setPixelSize(setting.value("viewer/fontsize",9).toInt());
+}
+//---------------------------------------------------------------------------
+void MainForm::SaveOpt(void)
+{
+    QSettings setting(IniFile,QSettings::IniFormat);
+    QString sta;
+
+    setting.setValue ("opt/startd",     TimeY1->date()       );
+    setting.setValue ("opt/starth",     TimeH1->time()       );
+    setting.setValue ("opt/endd",       TimeY2->date()       );
+    setting.setValue ("opt/endh",       TimeH2->time()       );
+    setting.setValue ("opt/timeint",    TimeInt->currentText());
+    setting.setValue ("opt/number",     Number->text()       );
+    setting.setValue ("opt/urlfile",    UrlFile            );
+    setting.setValue ("opt/logfile",    LogFile            );
+    setting.setValue ("opt/stations",   Stations           );
+    setting.setValue ("opt/proxyaddr",  ProxyAddr          );
+    setting.setValue ("opt/login",      FtpLogin  ->text() );
+    setting.setValue ("opt/passwd",     FtpPasswd ->text() );
+    setting.setValue ("opt/unzip",      UnZip     ->isChecked());
+    setting.setValue ("opt/skipexist",  SkipExist ->isChecked());
+    setting.setValue ("opt/hidepasswd", HidePasswd->isChecked());
+    setting.setValue ("opt/holderr",    HoldErr            );
+    setting.setValue ("opt/holdlist",   HoldList           );
+    setting.setValue ("opt/ncol",       NCol               );
+    setting.setValue ("opt/logappend",  LogAppend          );
+    setting.setValue ("opt/dateformat", DateFormat         );
+    setting.setValue ("opt/tracelevel", TraceLevel         );
+    setting.setValue ("opt/localdirena",LocalDir ->isChecked());
+    setting.setValue ("opt/localdir",   Dir       ->currentText());
+    setting.setValue ("opt/datatype",   DataType  ->currentText());
+
+    for (int i=0,j=0;i<10;i++) {
+        for (int k=0;k<256&&j<StaList->count();k++) {
+            sta.append(k==0?QString(""):QString(",")+StaList->item(i)->text());
+        }
+        setting.setValue (QString("sta/station%1").arg(i),sta);
+    }
+    WriteHist(setting,"dir",Dir);
+    setting.setValue("viewer/color1",  TextViewer::Color1);
+    setting.setValue("viewer/color2",  TextViewer::Color2);
+    setting.setValue ("viewer/fontname",TextViewer::FontD.family());
+    setting.setValue("viewer/fontsize",TextViewer::FontD.pixelSize());
+}
+//---------------------------------------------------------------------------
+void MainForm::LoadUrl(QString file)
+{
+    url_t *urls;
+    QString subtype, basetype;
+    char *sel[]={"*"};
+    int i,n;
+    
+    urls=new url_t [MAX_URL];
+    
+    Types.clear();
+    Urls.clear();
+    Locals.clear();
+    DataType->clear();
+    SubType ->clear();
+    DataList->clear();
+    DataType->addItem(tr("ALL"));
+    SubType ->addItem("");
+    
+    if (file=="") file=URL_FILE; // default url
+    
+    n=dl_readurls(qPrintable(file),sel,1,urls,MAX_URL);
+    
+    for (i=0;i<n;i++) {
+        int p;
+        Types.append(urls[i].type);
+        Urls.append(urls[i].path);
+        Locals.append(urls[i].dir );
+
+        p=Types.last().indexOf('_');
+        if (p==-1) continue;
+        basetype=Types.last().mid(0,p);
+        if (DataType->findText(basetype)==-1)
+            DataType->addItem(basetype);
+
+        subtype=Types.last().mid(p+1);
+        if ((p=subtype.indexOf('_'))!=-1) subtype=subtype.mid(0,p);
+
+        if (SubType->findText(subtype)==-1)
+            SubType->addItem(subtype);
+    }
+    DataType->setCurrentIndex(0);
+    SubType ->setCurrentIndex(0);
+    
+    delete [] urls;
+}
+//---------------------------------------------------------------------------
+void MainForm::LoadSta(QString file)
+{
+    QFile f(file);
+    QByteArray buff;
+
+    if (!f.open(QIODevice::ReadOnly)) return;
+    
+    StaList->clear();
+    
+    while (!f.atEnd())
+    {
+        buff=f.readLine();
+        buff=buff.mid(buff.indexOf('#'));
+        StaList->addItem(buff);
+    }
+
+    UpdateStaList();
+    BtnAll->setText("A");
+}
+//---------------------------------------------------------------------------
+void MainForm::GetTime(gtime_t *ts, gtime_t *te, double *ti)
+{
+    QString str;
+    double eps[6]={2010,1,1},epe[6]={2010,1,1},val;
+    
+    eps[0]=TimeY1->date().year();eps[1]=TimeY1->date().month();eps[2]=TimeY1->date().day();
+    eps[3]=TimeH1->time().hour();eps[4]=TimeH1->time().minute();
+    epe[0]=TimeY2->date().year();epe[1]=TimeY2->date().month();epe[2]=TimeY2->date().day();
+    epe[3]=TimeH2->time().hour();epe[4]=TimeH2->time().minute();
+
+    *ts=epoch2time(eps);
+    *te=epoch2time(epe);
+    *ti=86400.0;
+    
+    str=TimeInt->currentText();
+    QStringList tokens=str.split(" ");
+    val=tokens.at(0).toDouble();
+    if (tokens.size()!=2) *ti=val*3600.0;
+    else {
+        if (tokens.at(1)==tr("day")) *ti=val*86400.0;
+        else if (tokens.at(1)==tr("min")) *ti=val*60.0;
+        else *ti=val*3600.0;
+    }
+}
+//---------------------------------------------------------------------------
+int MainForm::SelectUrl(url_t *urls)
+{
+    QString str,file=UrlFile;
+    char *types[MAX_URL_SEL];
+    int i,nurl=0;
+    
+    for (i=0;i<MAX_URL_SEL;i++) types[i]=new char [64];
+    
+    for (i=0;i<DataList->count()&&nurl<MAX_URL_SEL;i++) {
+        if (!DataList->item(i)->isSelected()) continue;
+        str=DataList->item(i)->text();
+        strcpy(types[nurl++],qPrintable(str));
+    }
+    if (UrlFile=="") file=URL_FILE;
+    
+    nurl=dl_readurls(qPrintable(file),types,nurl,urls,MAX_URL_SEL);
+    
+    for (i=0;i<MAX_URL_SEL;i++) delete [] types[i];
+    
+    return nurl;
+}
+//---------------------------------------------------------------------------
+int MainForm::SelectSta(char **stas)
+{
+    QString str;
+    int i,nsta=0,len;
+    
+    for (i=0;i<StaList->count()&&nsta<MAX_STA;i++) {
+        if (!StaList->item(i)->isSelected()) continue;
+        str=StaList->item(i)->text();
+        len=str.length();
+        if (str.indexOf(' ')!=-1) len=str.indexOf(' ');
+        if (len>15) len=15;
+        strncpy(stas[nsta],qPrintable(str),len);
+        stas[nsta++][len]='\0';
+    }
+    return nsta;
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateType(void)
+{
+    QString str;
+    QString type,subtype;
+    int i;
+    
+    DataList->clear();
+    
+    for (i=0;i<Types.size();i++) {
+        str=Types.at(i);
+        QStringList tokens=str.split('_');
+
+        type=subtype="";
+        if (tokens.size()>1)
+        {
+            type=tokens.at(0);
+            subtype=tokens.at(1);
+        } else type=tokens.at(0);
+
+        if (DataType->currentText()!=tr("ALL")&&DataType->currentText()!=type) continue;
+        if (SubType ->currentText()!=""&&SubType->currentText()!=subtype) continue;
+        DataList->addItem(Types.at(i));
+    }
+    MsgLabel1->setText("");
+    MsgLabel2->setText("");
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateMsg(void)
+{
+    int i,j,n=0;
+    
+    for (i=0;i<DataList->count();i++) {
+        if (!DataList->item(i)->isSelected()) continue;
+        for (j=0;j<Types.count();j++) {
+            if (DataList->item(i)->text()!=Types.at(j)) continue;
+            MsgLabel1->setText(Urls.at(j));
+            MsgLabel2->setText(LocalDir->isChecked()?Dir->currentText():Locals.at(j));
+            Msg1->setToolTip(MsgLabel1->text());
+            Msg2->setToolTip(MsgLabel2->text());
+            n++;
+            break;
+        }
+    }
+    if (n>=2) {
+        MsgLabel1->setText(MsgLabel1->text()+" ...");
+        MsgLabel2->setText(MsgLabel2->text()+" ...");
+    }
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateStaList(void)
+{
+    int i,n=0;
+    
+    for (i=0;i<StaList->count();i++) {
+        if (StaList->item(i)->isSelected()) n++;
+    }
+    LabelSta->setText(QString(tr("Stations (%1)")).arg(n));
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateEnable(void)
+{
+    Dir   ->setEnabled(LocalDir->isChecked());
+    BtnDir->setEnabled(LocalDir->isChecked());
+    if (HidePasswd->isChecked())
+        FtpPasswd->setEchoMode(QLineEdit::Password);
+    else
+        FtpPasswd->setEchoMode(QLineEdit::Normal);
+}
+//---------------------------------------------------------------------------
+void MainForm::PanelEnable(int ena)
+{
+    Panel1     ->setEnabled(ena);
+    Panel2     ->setEnabled(ena);
+    BtnFile    ->setEnabled(ena);
+    BtnLog     ->setEnabled(ena);
+    BtnOpts    ->setEnabled(ena);
+    BtnTest    ->setEnabled(ena);
+    BtnDownload->setEnabled(ena);
+    BtnExit    ->setEnabled(ena);
+    BtnAll     ->setEnabled(ena);
+    BtnStas    ->setEnabled(ena);
+    DataType   ->setEnabled(ena);
+    SubType    ->setEnabled(ena);
+    DataList   ->setEnabled(ena);
+    TimeY1     ->setEnabled(ena);
+    TimeH1     ->setEnabled(ena);
+    TimeY2     ->setEnabled(ena);
+    TimeH2     ->setEnabled(ena);
+    TimeInt    ->setEnabled(ena);
+    Number     ->setEnabled(ena);
+    StaList    ->setEnabled(ena);
+    FtpLogin   ->setEnabled(ena);
+    FtpPasswd  ->setEnabled(ena);
+    SkipExist  ->setEnabled(ena);
+    UnZip      ->setEnabled(ena);
+    LocalDir   ->setEnabled(ena);
+    Dir        ->setEnabled(ena);
+    BtnDir     ->setEnabled(ena);
+}
+// --------------------------------------------------------------------------
+void MainForm::ReadHist(QSettings &setting, QString key, QComboBox *combo)
+{
+    QString item;
+    int i;
+    
+    combo->clear();
+    
+    for (i=0;i<MAX_HIST;i++) {
+        item=setting.value(QString("history/%1_%2").arg(key).arg(i,3),"").toString();
+        if (item!="") combo->addItem(item);
+    }
+}
+// --------------------------------------------------------------------------
+void MainForm::WriteHist(QSettings &setting, QString key, QComboBox * combo)
+{
+    int i;
+    
+    for (i=0;i<combo->count();i++) {
+        setting.setValue(QString("history/%1_%2").arg(key).arg(i),combo->itemText(i));
+    }
+}
+// --------------------------------------------------------------------------
+void MainForm::AddHist(QComboBox *combo)
+{
+    QString hist=combo->currentText();
+    if (hist=="") return;
+    int i=combo->currentIndex();
+    combo->removeItem(i);
+    combo->insertItem(0,hist);
+    for (int i=combo->count()-1;i>=MAX_HIST;i--) combo->removeItem(i);
+    combo->setCurrentIndex(0);
+}
+//---------------------------------------------------------------------------
+int MainForm::ExecCmd(QString cmd)
+{
+    return QProcess::startDetached(cmd);
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkget_qt/getmain.h b/app/rtkget_qt/getmain.h
new file mode 100644
index 0000000..6d7bc97
--- /dev/null
+++ b/app/rtkget_qt/getmain.h
@@ -0,0 +1,100 @@
+//---------------------------------------------------------------------------
+#ifndef getmainH
+#define getmainH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QSettings>
+#include <QTimer>
+#include <QPixmap>
+#include <QSystemTrayIcon>
+
+#include "rtklib.h"
+#include "ui_getmain.h"
+
+class TextViewer;
+class DownloadThread;
+class TimeDialog;
+//---------------------------------------------------------------------------
+class MainForm : public QWidget, public Ui::MainForm
+{
+     Q_OBJECT
+
+protected:
+    void  closeEvent(QCloseEvent *);
+
+    void  FormCreate();
+
+    void  dragEnterEvent(QDragEnterEvent *event);
+    void  dropEvent(QDropEvent * event);
+
+public slots:
+    void  BtnExitClick();
+    void  BtnOptsClick();
+    void  BtnLogClick();
+    void  BtnDownloadClick();
+    void  DataTypeChange();
+    void  BtnFileClick();
+    void  DataListClick();
+    void  BtnDirClick();
+    void  LocalDirClick();
+    void  BtnStasClick();
+    void  BtnKeywordClick();
+    void  BtnHelpClick();
+    void  HidePasswdClick();
+    void  TimerTimer();
+    void  BtnTrayClick();
+    void  TrayIconActivated(QSystemTrayIcon::ActivationReason);
+    void  BtnTestClick();
+    void  StaListClick();
+    void  BtnAllClick();
+    void  DirChange();
+    void  DownloadFinished();
+    void  BtnTime1Click();
+    void  BtnTime2Click();
+
+private:
+    QStringList Types;
+    QStringList Urls;
+    QStringList Locals;
+    QPixmap Images[8];
+    QSystemTrayIcon TrayIcon;
+    DownloadThread *thread;
+    TextViewer *viewer;
+    TimeDialog *timeDialog;
+
+    void  LoadOpt(void);
+    void  SaveOpt(void);
+    void  UpdateType(void);
+    void  UpdateMsg(void);
+    void  UpdateStaList(void);
+    void  UpdateEnable(void);
+    void  PanelEnable(int ena);
+    void  GetTime(gtime_t *ts, gtime_t *te, double *ti);
+    int   SelectUrl(url_t *urls);
+    int   SelectSta(char **stas);
+    void  LoadUrl(QString file);
+    void  LoadSta(QString file);
+    int   ExecCmd(QString cmd);
+    void  ReadHist(QSettings &, QString key, QComboBox *);
+    void  WriteHist(QSettings &, QString key, QComboBox *);
+    void  AddHist(QComboBox *combo);
+	
+public:
+    QString IniFile;
+    QString UrlFile;
+    QString LogFile;
+    QString Stations;
+    QString ProxyAddr;
+	int HoldErr;
+	int HoldList;
+	int NCol;
+	int DateFormat;
+	int TraceLevel;
+	int LogAppend;
+	int TimerCnt;
+    QTimer Timer;
+
+    explicit MainForm(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget_qt/getmain.ui b/app/rtkget_qt/getmain.ui
new file mode 100644
index 0000000..f6946e3
--- /dev/null
+++ b/app/rtkget_qt/getmain.ui
@@ -0,0 +1,927 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QWidget" name="MainForm">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>707</width>
+    <height>390</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>RTKGET</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_3">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="3" column="3">
+       <widget class="QCheckBox" name="SkipExist">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string> Skip Existing Files</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QLabel" name="Label8">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Time Span (GPST)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="9" colspan="2">
+       <widget class="QPushButton" name="BtnDir">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="9">
+       <widget class="QPushButton" name="BtnStas">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Load Station List</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3" colspan="2">
+       <widget class="QWidget" name="Panel1" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <item row="2" column="6">
+          <widget class="QPushButton" name="BtnTime2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QTimeEdit" name="TimeH1"/>
+         </item>
+         <item row="2" column="4">
+          <widget class="QTimeEdit" name="TimeH2"/>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="Label1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Start</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1" colspan="2">
+          <widget class="QDateEdit" name="TimeY1">
+           <property name="displayFormat">
+            <string>dd.MM.yyyy</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0">
+          <widget class="QLabel" name="Label7">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Intv</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="1">
+          <widget class="QComboBox" name="TimeInt">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string>15 min</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>30 min</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>1 H</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>3 H</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>6 H</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>12 H</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>24 H</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>7 day</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QPushButton" name="BtnTime1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="4" colspan="2">
+          <widget class="QLineEdit" name="Number">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="2" colspan="2">
+          <widget class="QLabel" name="Label2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>No.</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="0">
+          <widget class="QLabel" name="Label3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>End</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="1" colspan="2">
+          <widget class="QDateEdit" name="TimeY2">
+           <property name="displayFormat">
+            <string>dd.MM.yyyy</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="5" column="3">
+       <widget class="QCheckBox" name="LocalDir">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string> Local Directory</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="0">
+       <widget class="QComboBox" name="DataType">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" rowspan="9" colspan="3">
+       <widget class="QListWidget" name="DataList">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="selectionMode">
+         <enum>QAbstractItemView::MultiSelection</enum>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1" colspan="2">
+       <widget class="QComboBox" name="SubType">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="10" column="0" colspan="2">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Local Directory</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="8">
+       <widget class="QPushButton" name="BtnAll">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Select/Clear All</string>
+        </property>
+        <property name="text">
+         <string>A</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="7">
+       <widget class="QLabel" name="LabelSta">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Stations (0)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="3">
+       <widget class="QCheckBox" name="UnZip">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string> Unzip/Uncompact Files</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="4">
+       <widget class="QPushButton" name="BtnKeyword">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>?</string>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="3" colspan="2">
+       <widget class="QWidget" name="Panel4" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_2">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <item row="1" column="1">
+          <widget class="QLineEdit" name="FtpPasswd">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>user@</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="HidePasswd">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Password</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLineEdit" name="FtpLogin">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>anonymous</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="0">
+          <widget class="QLabel" name="Label4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>FTP Login</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="9" column="3" colspan="6">
+       <widget class="QComboBox" name="Dir">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="editable">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="7" rowspan="8" colspan="3">
+       <widget class="QListWidget" name="StaList">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Station List</string>
+        </property>
+        <property name="selectionMode">
+         <enum>QAbstractItemView::MultiSelection</enum>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Msg1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="MsgLabel1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Msg2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="MsgLabel2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="lbImage">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Msg3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnHelp">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>?</string>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="MsgLabel3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnTray">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="rtkget_qt.qrc">
+          <normaloff>:/buttons/ttray.bmp</normaloff>:/buttons/ttray.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Files...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnLog">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Log...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOpts">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Options...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnTest">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Test...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnDownload">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Download</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExit">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Exit</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkget_qt/getoptdlg.cpp b/app/rtkget_qt/getoptdlg.cpp
new file mode 100644
index 0000000..02e35b3
--- /dev/null
+++ b/app/rtkget_qt/getoptdlg.cpp
@@ -0,0 +1,77 @@
+//---------------------------------------------------------------------------
+
+#include "getoptdlg.h"
+#include "getmain.h"
+
+#include <QFileDialog>
+#include <QShowEvent>
+#include <QIntValidator>
+#include <QCompleter>
+#include <QFileSystemModel>
+
+extern MainForm *mainForm;
+
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+DownOptDialog::DownOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    UrlFile->setCompleter(fileCompleter);
+    LogFile->setCompleter(fileCompleter);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnLogFile,SIGNAL(clicked(bool)),this,SLOT(BtnLogFileClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnUrlFile,SIGNAL(clicked(bool)),this,SLOT(BtnUrlFileClick()));
+
+    NCol->setValidator(new QIntValidator(0,9999));
+}
+//---------------------------------------------------------------------------
+void DownOptDialog::BtnUrlFileClick()
+{
+    UrlFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("GNSS Data URL File"))));
+}
+//---------------------------------------------------------------------------
+void DownOptDialog::BtnLogFileClick()
+{
+    LogFile->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Download Log File"))));
+}
+//---------------------------------------------------------------------------
+void DownOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+
+    HoldErr  ->setChecked(mainForm->HoldErr);
+    HoldList ->setChecked(mainForm->HoldList);
+    NCol     ->setText(QString::number(mainForm->NCol));
+    Proxy    ->setText(mainForm->ProxyAddr);
+    UrlFile  ->setText(mainForm->UrlFile);
+    LogFile  ->setText(mainForm->LogFile);
+    LogAppend->setChecked(mainForm->LogAppend);
+    DateFormat->setCurrentIndex(mainForm->DateFormat);
+    TraceLevel->setCurrentIndex(mainForm->TraceLevel);
+}
+//---------------------------------------------------------------------------
+void DownOptDialog::BtnOkClick()
+{
+    mainForm->HoldErr  =HoldErr  ->isChecked();
+    mainForm->HoldList =HoldList ->isChecked();
+    mainForm->NCol     =NCol     ->text().toInt();
+    mainForm->ProxyAddr=Proxy    ->text();
+    mainForm->UrlFile  =UrlFile  ->text();
+    mainForm->LogFile  =LogFile  ->text();
+    mainForm->LogAppend=LogAppend->isChecked();
+    mainForm->DateFormat=DateFormat->currentIndex();
+    mainForm->TraceLevel=TraceLevel->currentIndex();
+
+    accept();
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkget_qt/getoptdlg.h b/app/rtkget_qt/getoptdlg.h
new file mode 100644
index 0000000..6847858
--- /dev/null
+++ b/app/rtkget_qt/getoptdlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef getoptdlgH
+#define getoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_getoptdlg.h"
+
+//---------------------------------------------------------------------------
+class DownOptDialog : public QDialog, private Ui::DownOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent*);
+
+public slots:
+    void  BtnOkClick();
+    void  BtnUrlFileClick();
+    void  BtnLogFileClick();
+
+public:
+    explicit DownOptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget_qt/getoptdlg.ui b/app/rtkget_qt/getoptdlg.ui
new file mode 100644
index 0000000..f70e5b1
--- /dev/null
+++ b/app/rtkget_qt/getoptdlg.ui
@@ -0,0 +1,382 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>DownOptDialog</class>
+ <widget class="QWidget" name="DownOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>427</width>
+    <height>389</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="4" column="1">
+       <widget class="QComboBox" name="TraceLevel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 4</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Level 5</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="5" column="0">
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Proxy Address</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="1">
+       <widget class="QLineEdit" name="NCol">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>35</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="0">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string># Columns for Test</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Date Format for Test</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="1" colspan="2">
+       <widget class="QLineEdit" name="Proxy">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="0" colspan="3">
+       <widget class="QLineEdit" name="UrlFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="0">
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Download Log File</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="1">
+       <widget class="QCheckBox" name="LogAppend">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Append</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="2">
+       <widget class="QPushButton" name="BtnUrlFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="0" colspan="2">
+       <widget class="QCheckBox" name="HoldErr">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string> Keep Error Info on Download Error (*.err)</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" colspan="2">
+       <widget class="QCheckBox" name="HoldList">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string> Keep Remote Directory Listings (.listing)</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="0" colspan="3">
+       <widget class="QLineEdit" name="LogFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="0" colspan="2">
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>URL List File for GNSS Data</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="1">
+       <widget class="QComboBox" name="DateFormat">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>YYYY-DOY</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>YYYY/mm/dd</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Week</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="4" column="0">
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Output Debug Trace</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="2">
+       <widget class="QPushButton" name="BtnLogFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkget_qt/install.bat b/app/rtkget_qt/install.bat
new file mode 100644
index 0000000..3b355e6
--- /dev/null
+++ b/app/rtkget_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtkget_qt.exe ..\..\bin
diff --git a/app/rtkget_qt/install.sh b/app/rtkget_qt/install.sh
new file mode 100644
index 0000000..de52761
--- /dev/null
+++ b/app/rtkget_qt/install.sh
@@ -0,0 +1 @@
+cp rtkget_qt ..\..\bin
diff --git a/app/rtkget_qt/main.cpp b/app/rtkget_qt/main.cpp
new file mode 100644
index 0000000..f4a5d01
--- /dev/null
+++ b/app/rtkget_qt/main.cpp
@@ -0,0 +1,11 @@
+#include "getmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainForm w(NULL);
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtkget_qt/rtkget_Icon.ico b/app/rtkget_qt/rtkget_Icon.ico
new file mode 100644
index 0000000..5e314a0
Binary files /dev/null and b/app/rtkget_qt/rtkget_Icon.ico differ
diff --git a/app/rtkget_qt/rtkget_qt.pro b/app/rtkget_qt/rtkget_qt.pro
new file mode 100644
index 0000000..f19bb7a
--- /dev/null
+++ b/app/rtkget_qt/rtkget_qt.pro
@@ -0,0 +1,69 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-02-09T19:09:57
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+include(../../RTKLib.pri)
+
+INCLUDEPATH += ../../src/ ../appcmn_qt
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+
+TARGET = rtkget_qt
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+    getmain.cpp \
+    getoptdlg.cpp \
+    staoptdlg.cpp \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/keydlg.cpp \
+    ../appcmn_qt/viewer.cpp \
+    ../appcmn_qt/vieweropt.cpp \
+    ../appcmn_qt/timedlg.cpp
+
+HEADERS  += \
+    getmain.h \
+    getoptdlg.h \
+    staoptdlg.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/keydlg.h \
+    ../appcmn_qt/viewer.h \
+    ../appcmn_qt/vieweropt.h \
+    ../appcmn_qt/timedlg.h
+
+FORMS    += \
+    getmain.ui \
+    getoptdlg.ui \
+    staoptdlg.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/keydlg.ui \
+    ../appcmn_qt/viewer.ui \
+    ../appcmn_qt/vieweropt.ui \
+    ../appcmn_qt/timedlg.ui
+
+RESOURCES += \
+    rtkget_qt.qrc
+
+
+RC_FILE = rtkget_qt.rc
diff --git a/app/rtkget_qt/rtkget_qt.pro.user b/app/rtkget_qt/rtkget_qt.pro.user
new file mode 100644
index 0000000..8f4f4e7
--- /dev/null
+++ b/app/rtkget_qt/rtkget_qt.pro.user
@@ -0,0 +1,538 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE QtCreatorProject>
+<!-- Written by QtCreator 3.6.0, 2016-02-27T19:55:04. -->
+<qtcreator>
+ <data>
+  <variable>EnvironmentId</variable>
+  <value type="QByteArray">{8a476d4e-5f45-4de8-9c9b-6e0943b6f2b6}</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.ActiveTarget</variable>
+  <value type="int">0</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.EditorSettings</variable>
+  <valuemap type="QVariantMap">
+   <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
+   <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
+   <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
+    <value type="QString" key="language">Cpp</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
+    </valuemap>
+   </valuemap>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
+    <value type="QString" key="language">QmlJS</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
+    </valuemap>
+   </valuemap>
+   <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
+   <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
+   <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
+   <value type="int" key="EditorConfiguration.IndentSize">4</value>
+   <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
+   <value type="int" key="EditorConfiguration.MarginColumn">80</value>
+   <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
+   <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
+   <value type="int" key="EditorConfiguration.PaddingMode">1</value>
+   <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
+   <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
+   <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
+   <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
+   <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
+   <value type="int" key="EditorConfiguration.TabSize">8</value>
+   <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
+   <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
+   <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
+   <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
+   <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
+   <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.PluginSettings</variable>
+  <valuemap type="QVariantMap"/>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Target.0</variable>
+  <valuemap type="QVariantMap">
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{4f190d12-4fd8-4b58-85dc-bb646a30c40e}</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/rtkget_qt</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkget_qt-Desktop-Release</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkget_qt-Desktop-Profile</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
+    <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
+    <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
+    <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
+    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
+    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
+    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
+    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
+    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
+    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
+    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
+    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
+    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
+     <value type="int">0</value>
+     <value type="int">1</value>
+     <value type="int">2</value>
+     <value type="int">3</value>
+     <value type="int">4</value>
+     <value type="int">5</value>
+     <value type="int">6</value>
+     <value type="int">7</value>
+     <value type="int">8</value>
+     <value type="int">9</value>
+     <value type="int">10</value>
+     <value type="int">11</value>
+     <value type="int">12</value>
+     <value type="int">13</value>
+     <value type="int">14</value>
+    </valuelist>
+    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
+    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">rtkget_qt</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/jens/Dokumente/RTKLIB/app/rtkget_qt/rtkget_qt.pro</value>
+    <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">rtkget_qt.pro</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
+    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
+    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
+    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Target.1</variable>
+  <valuemap type="QVariantMap">
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt4</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt4</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{f5a557a5-e271-47bc-a52a-5335a101bd35}</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkget_qt-Desktop_Qt4-Debug</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkget_qt-Desktop_Qt4-Release</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
+    <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
+    <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
+    <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
+    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
+    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
+    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
+    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
+    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
+    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
+    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
+    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
+    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
+     <value type="int">0</value>
+     <value type="int">1</value>
+     <value type="int">2</value>
+     <value type="int">3</value>
+     <value type="int">4</value>
+     <value type="int">5</value>
+     <value type="int">6</value>
+     <value type="int">7</value>
+     <value type="int">8</value>
+     <value type="int">9</value>
+     <value type="int">10</value>
+     <value type="int">11</value>
+     <value type="int">12</value>
+     <value type="int">13</value>
+     <value type="int">14</value>
+    </valuelist>
+    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
+    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">rtkget_qt</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/jens/Dokumente/RTKLIB/app/rtkget_qt/rtkget_qt.pro</value>
+    <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">rtkget_qt.pro</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
+    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
+    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
+    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.TargetCount</variable>
+  <value type="int">2</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
+  <value type="int">18</value>
+ </data>
+ <data>
+  <variable>Version</variable>
+  <value type="int">18</value>
+ </data>
+</qtcreator>
diff --git a/app/rtkget_qt/rtkget_qt.qrc b/app/rtkget_qt/rtkget_qt.qrc
new file mode 100644
index 0000000..21429be
--- /dev/null
+++ b/app/rtkget_qt/rtkget_qt.qrc
@@ -0,0 +1,92 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/rtkget_qt/rtkget_qt.rc b/app/rtkget_qt/rtkget_qt.rc
new file mode 100644
index 0000000..4c795bd
--- /dev/null
+++ b/app/rtkget_qt/rtkget_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtkget_Icon.ico"
\ No newline at end of file
diff --git a/app/rtkget_qt/staoptdlg.cpp b/app/rtkget_qt/staoptdlg.cpp
new file mode 100644
index 0000000..4d457ce
--- /dev/null
+++ b/app/rtkget_qt/staoptdlg.cpp
@@ -0,0 +1,80 @@
+//---------------------------------------------------------------------------
+
+#include "getmain.h"
+#include "staoptdlg.h"
+
+#include <QShowEvent>
+#include <QFileDialog>
+
+extern MainForm  *mainForm;
+
+//---------------------------------------------------------------------------
+StaListDialog::StaListDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+}
+//---------------------------------------------------------------------------
+void StaListDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+    StaList->clear();
+    
+    for (int i=0;i<mainForm->StaList->count();i++) {
+        StaList->addItem(mainForm->StaList->item(i)->text());
+    }
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnOkClick()
+{
+    mainForm->StaList->clear();
+    
+    for (int i=0;i<StaList->count();i++) {
+        mainForm->StaList->addItem(StaList->item(i)->text());
+    }
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnLoadClick()
+{
+    QString file;
+    QFile fp;
+    QByteArray buff;
+    
+    
+    file=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open...")));
+
+    fp.setFileName(file);
+    if (!fp.open(QIODevice::ReadOnly)) return;
+        
+    StaList->clear();
+    StaList->setVisible(false);
+    
+    while (!fp.atEnd())
+    {
+        buff=fp.readLine();
+        buff=buff.mid(buff.indexOf('#'));
+        StaList->addItem(buff);
+    }
+
+    StaList->setVisible(true);
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnSaveClick()
+{
+    QString file=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save...")));
+    QFile fp;
+
+    fp.setFileName(file);
+    if (!fp.open(QIODevice::WriteOnly)) return;
+
+    for (int i=0;i<StaList->count();i++)
+    {
+        fp.write((StaList->item(i)->text()+"\n").toLatin1());
+    }
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkget_qt/staoptdlg.h b/app/rtkget_qt/staoptdlg.h
new file mode 100644
index 0000000..02a09c3
--- /dev/null
+++ b/app/rtkget_qt/staoptdlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef staoptdlgH
+#define staoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_staoptdlg.h"
+//---------------------------------------------------------------------------
+class StaListDialog : public QDialog, private Ui::StaListDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent *);
+
+public slots:
+    void  BtnLoadClick();
+    void  BtnOkClick();
+    void  BtnSaveClick();
+
+public:
+    explicit StaListDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkget_qt/staoptdlg.ui b/app/rtkget_qt/staoptdlg.ui
new file mode 100644
index 0000000..404d822
--- /dev/null
+++ b/app/rtkget_qt/staoptdlg.ui
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>StaListDialog</class>
+ <widget class="QWidget" name="StaListDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>214</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Stations</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="leftMargin">
+    <number>9</number>
+   </property>
+   <property name="topMargin">
+    <number>9</number>
+   </property>
+   <item>
+    <widget class="QListWidget" name="StaList"/>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Load...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtklaunch/clean.bat b/app/rtklaunch/clean.bat
new file mode 100644
index 0000000..83d0f95
--- /dev/null
+++ b/app/rtklaunch/clean.bat
@@ -0,0 +1,12 @@
+del Release\*.obj
+del Release\*.tds
+del Release\*.exe
+del Release\*.il*
+del Release\*.map
+del Release\*.ini
+del Debug\*.obj
+del Debug\*.tds
+del Debug\*.exe
+del Debug\*.il*
+del Debug\*.map
+del Debug\*.ini
diff --git a/app/rtklaunch/install.bat b/app/rtklaunch/install.bat
new file mode 100644
index 0000000..db1324e
--- /dev/null
+++ b/app/rtklaunch/install.bat
@@ -0,0 +1 @@
+copy Release\rtklaunch.exe ..\..\bin
diff --git a/app/rtklaunch/launchmain.cpp b/app/rtklaunch/launchmain.cpp
new file mode 100644
index 0000000..2630e08
--- /dev/null
+++ b/app/rtklaunch/launchmain.cpp
@@ -0,0 +1,232 @@
+//---------------------------------------------------------------------------
+// rtklaunch : rtklib ap launcher
+//
+//          Copyright (C) 2013 by T.TAKASU, All rights reserved.
+//
+// options : rtklib launcher [-t title][-tray]
+//
+//           -t title   window title
+//           -tray      start as task tray icon
+//           -mkl       use rtkpost_mkl and rtknavi_mkl
+//
+// version : $Revision:$ $Date:$
+// history : 2013/01/10  1.1 new
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <inifiles.hpp>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "launchmain.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMainForm *MainForm;
+
+#define BTN_SIZE        42
+#define BTN_COUNT       7
+#define MAX(x,y)        ((x)>(y)?(x):(y))
+
+//---------------------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+    : TForm(Owner)
+{
+    char file[1024]="rtklaunch.exe",buff[1024],*argv[32],*p;
+    int i,argc=0,tray=0;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    Mkl=0;
+    
+    Caption="RTKLIB v." VER_RTKLIB " " PATCH_LEVEL;
+    TrayIcon->Hint=Caption;
+    Constraints->MinWidth=(Width-ClientWidth)+BTN_SIZE;
+    Constraints->MaxWidth=(Width-ClientWidth)+BTN_SIZE*BTN_COUNT;
+    
+    strcpy(buff,GetCommandLine());
+    for (p=strtok(buff," ");p&&argc<32;p=strtok(NULL," ")) {
+        argv[argc++]=p;
+    }
+    for (i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+        else if (!strcmp(argv[i],"-tray")) tray=1;
+        else if (!strcmp(argv[i],"-mkl")) Mkl=1;
+    }
+    if (tray) {
+        Application->ShowMainForm=false;
+        TrayIcon->Visible=true;
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormShow(TObject *Sender)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    Left  =ini->ReadInteger("pos","left",    0);
+    Top   =ini->ReadInteger("pos","top",     0);
+    Width =ini->ReadInteger("pos","width", 310);
+    Height=ini->ReadInteger("pos","height", 79);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    ini->WriteInteger("pos","left",    Left);
+    ini->WriteInteger("pos","top",      Top);
+    ini->WriteInteger("pos","width",  Width);
+    ini->WriteInteger("pos","height",Height);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormResize(TObject *Sender)
+{
+    TSpeedButton *btn[]={
+        BtnPlot,BtnConv,BtnStr,BtnPost,BtnNtrip,BtnNavi,BtnGet
+    };
+    int i,j,k,n,m,h;
+    
+    n=MAX(1,(Width-10)/BTN_SIZE);
+    m=(BTN_COUNT-1)/n+1;
+    h=(Height-ClientHeight)+BTN_SIZE*m;
+    Constraints->MinHeight=h;
+    Constraints->MaxHeight=h;
+    
+    for (i=k=0;k<7;i++) for (j=0;j<n&&k<BTN_COUNT;j++,k++) {
+        btn[k]->Top =BTN_SIZE*i;
+        btn[k]->Left=BTN_SIZE*j;
+        btn[k]->Height=BTN_SIZE;
+        btn[k]->Width =BTN_SIZE;
+    }
+    BtnTray->Left=ClientWidth -BtnTray->Width;
+    BtnTray->Top =ClientHeight-BtnTray->Height;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnPlotClick(TObject *Sender)
+{
+    UnicodeString cmd1="rtkplot",cmd2="..\\..\\..\\bin\\rtkplot",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnConvClick(TObject *Sender)
+{
+    UnicodeString cmd1="rtkconv",cmd2="..\\..\\..\\bin\\rtkconv",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnStrClick(TObject *Sender)
+{
+    UnicodeString cmd1="strsvr",cmd2="..\\..\\..\\bin\\strsvr",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnPostClick(TObject *Sender)
+{
+    UnicodeString cmd1="rtkpost",cmd2="..\\..\\..\\bin\\rtkpost",opts="";
+    
+    if (Mkl) {
+        cmd1=cmd1+"_mkl"; cmd2=cmd2+"_mkl";
+    }
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnNtripClick(TObject *Sender)
+{
+    UnicodeString cmd1="srctblbrows",cmd2="..\\..\\..\\bin\\srctblbrows",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnNaviClick(TObject *Sender)
+{
+    UnicodeString cmd1="rtknavi",cmd2="..\\..\\..\\bin\\rtknavi",opts="";
+    
+    if (Mkl) {
+        cmd1=cmd1+"_mkl"; cmd2=cmd2+"_mkl";
+    }
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnGetClick(TObject *Sender)
+{
+    UnicodeString cmd1="rtkget",cmd2="..\\..\\..\\bin\\rtkget",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+int __fastcall TMainForm::ExecCmd(AnsiString cmd)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    if (!CreateProcess(NULL,p,NULL,NULL,false,0,NULL,NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnTrayClick(TObject *Sender)
+{
+    Visible=false;
+    TrayIcon->Visible=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TrayIconDblClick(TObject *Sender)
+{
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuExpandClick(TObject *Sender)
+{
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuPlotClick(TObject *Sender)
+{
+    BtnPlotClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuConvClick(TObject *Sender)
+{
+    BtnConvClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuStrClick(TObject *Sender)
+{
+    BtnStrClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuPostClick(TObject *Sender)
+{
+    BtnPostClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuNtripClick(TObject *Sender)
+{
+    BtnNtripClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuNaviClick(TObject *Sender)
+{
+    BtnNaviClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuGetClick(TObject *Sender)
+{
+    BtnGetClick(Sender);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuExitClick(TObject *Sender)
+{
+    Close();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtklaunch/launchmain.h b/app/rtklaunch/launchmain.h
new file mode 100644
index 0000000..888f197
--- /dev/null
+++ b/app/rtklaunch/launchmain.h
@@ -0,0 +1,72 @@
+//---------------------------------------------------------------------------
+#ifndef launchmainH
+#define launchmainH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.Graphics.hpp>
+#include <Vcl.Buttons.hpp>
+#include <Vcl.Menus.hpp>
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TSpeedButton *BtnPlot;
+	TSpeedButton *BtnNavi;
+	TSpeedButton *BtnNtrip;
+	TSpeedButton *BtnPost;
+	TSpeedButton *BtnStr;
+	TSpeedButton *BtnConv;
+	TSpeedButton *BtnGet;
+	TTrayIcon *TrayIcon;
+	TPopupMenu *PopupMenu;
+	TMenuItem *MenuPlot;
+	TMenuItem *MenuConv;
+	TMenuItem *MenuStr;
+	TMenuItem *MenuPost;
+	TMenuItem *MenuNtrip;
+	TMenuItem *MenuNavi;
+	TMenuItem *MenuGet;
+	TMenuItem *N1;
+	TMenuItem *MenuExit;
+	TPanel *BtnTray;
+	TMenuItem *MenuExpand;
+	TMenuItem *N2;
+	
+	void __fastcall BtnPlotClick(TObject *Sender);
+	void __fastcall BtnConvClick(TObject *Sender);
+	void __fastcall BtnStrClick(TObject *Sender);
+	void __fastcall BtnPostClick(TObject *Sender);
+	void __fastcall BtnNtripClick(TObject *Sender);
+	void __fastcall BtnNaviClick(TObject *Sender);
+	void __fastcall BtnGetClick(TObject *Sender);
+	void __fastcall FormResize(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall BtnTrayClick(TObject *Sender);
+	void __fastcall TrayIconDblClick(TObject *Sender);
+	void __fastcall MenuPlotClick(TObject *Sender);
+	void __fastcall MenuConvClick(TObject *Sender);
+	void __fastcall MenuStrClick(TObject *Sender);
+	void __fastcall MenuPostClick(TObject *Sender);
+	void __fastcall MenuNtripClick(TObject *Sender);
+	void __fastcall MenuNaviClick(TObject *Sender);
+	void __fastcall MenuGetClick(TObject *Sender);
+	void __fastcall MenuExitClick(TObject *Sender);
+	void __fastcall MenuExpandClick(TObject *Sender);
+
+private:
+	AnsiString IniFile;
+	int Tray,Mkl;
+	
+	int __fastcall ExecCmd(AnsiString cmd);
+public:
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtklaunch/rtklaunch.cbproj b/app/rtklaunch/rtklaunch.cbproj
new file mode 100644
index 0000000..48d5807
--- /dev/null
+++ b/app/rtklaunch/rtklaunch.cbproj
@@ -0,0 +1,188 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{B9D0F977-D158-4447-9818-D26CDBC2CE25}</ProjectGuid>
+			<ProjectVersion>13.4</ProjectVersion>
+			<FrameworkType>VCL</FrameworkType>
+			<MainSource>rtklaunch.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\..\src\;$(IncludePath)</IncludePath>
+			<BCC_Defines>WIN32;TRACE;$(BCC_Defines)</BCC_Defines>
+			<BCC_wpia>false</BCC_wpia>
+			<Manifest_File>None</Manifest_File>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<BCC_IncludePath>..\..\src;$(BCC_IncludePath)</BCC_IncludePath>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<_TCHARMapping>char</_TCHARMapping>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<PackageImports>dbexpress;bindcompfmx;fmx;dsnap;rtl;dbrtl;fmxase;IndyCore;bindcomp;IndySystem;DBXInterBaseDriver;fmxobj;xmlrtl;DbxCommonDriver;fmxdae;IndyProtocols;dbxcds;bindengine;IPIndyImpl;$(PackageImports)</PackageImports>
+			<Multithreaded>true</Multithreaded>
+			<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
+			<AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs>
+			<Icon_MainIcon>..\icon\rtk5.ico</Icon_MainIcon>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+			<IntermediateOutputDir>.\$(Config)</IntermediateOutputDir>
+			<FinalOutputDir>.\$(Config)</FinalOutputDir>
+			<BCC_wpar>false</BCC_wpar>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
+			<ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<PackageImports>bindcompvcl;vcltouch;bcbsmp;vcldbx;vclribbon;vcl;vclib;dsnapcon;vclx;ibxpress;vclimg;bdertl;vclactnband;vcldb;bcbie;vcldsnap;$(PackageImports)</PackageImports>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<DCC_Optimize>false</DCC_Optimize>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<Defines>_DEBUG;$(Defines)</Defines>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
+			<DCC_Define>DEBUG</DCC_Define>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+			<BCC_StackFrames>true</BCC_StackFrames>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Debugger_RunParams>-tray</Debugger_RunParams>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<LinkPackageStatics>rtl.lib;vcl.lib</LinkPackageStatics>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<Defines>NDEBUG;$(Defines)</Defines>
+			<TASM_Debugging>None</TASM_Debugging>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<Debugger_RunParams>-tray -mkl</Debugger_RunParams>
+			<Icon_MainIcon>..\icon\rtk9.ico</Icon_MainIcon>
+			<LinkPackageStatics>rtl.lib;vcl.lib</LinkPackageStatics>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="launchmain.cpp">
+				<Form>MainForm</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>launchmain.h</DependentOn>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtklaunch.cpp">
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<FormResources Include="launchmain.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtklaunch.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtklaunch/rtklaunch.cbproj.local b/app/rtklaunch/rtklaunch.cbproj.local
new file mode 100644
index 0000000..f2554f1
--- /dev/null
+++ b/app/rtklaunch/rtklaunch.cbproj.local
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/12/27 19:26:29.000.829,C:\Users\ttaka\Documents\RAD Studio\Projects\Unit1.dfm=D:\proj\rtklib\app\launcher\rtklaunch.dfm</Transaction>
+    <Transaction>2012/12/27 19:26:29.000.829,C:\Users\ttaka\Documents\RAD Studio\Projects\Unit1.h=D:\proj\rtklib\app\launcher\rtklaunch.h</Transaction>
+    <Transaction>2012/12/27 19:26:45.000.244,C:\Users\ttaka\Documents\RAD Studio\Projects\Project1.cbproj=D:\proj\rtklib\app\launcher\launcher.cbproj</Transaction>
+    <Transaction>2012/12/29 11:22:01.000.566,D:\proj\rtklib\app\launcher\rtklaunch.dfm=D:\proj\rtklib\app\launcher\launchmain.dfm</Transaction>
+    <Transaction>2012/12/29 11:22:01.000.566,D:\proj\rtklib\app\launcher\rtklaunch.h=D:\proj\rtklib\app\launcher\launchmain.h</Transaction>
+    <Transaction>2012/12/29 11:33:04.000.473,D:\proj\rtklib\app\launcher\Unit1.h=D:\proj\rtklib\app\launcher\launchmain.h</Transaction>
+    <Transaction>2012/12/29 11:33:04.000.473,D:\proj\rtklib\app\launcher\Unit1.dfm=D:\proj\rtklib\app\launcher\launchmain.dfm</Transaction>
+    <Transaction>2013/01/01 11:51:56.000.716,D:\proj\rtklib\app\launcher\launcher.cbproj=D:\proj\rtklib\app\launcher\rtklaunch.cbproj</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtklaunch/rtklaunch.cpp b/app/rtklaunch/rtklaunch.cpp
new file mode 100644
index 0000000..060e8c6
--- /dev/null
+++ b/app/rtklaunch/rtklaunch.cpp
@@ -0,0 +1,49 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+#include <tchar.h>
+//---------------------------------------------------------------------------
+
+#include <Vcl.Styles.hpp>
+#include <Vcl.Themes.hpp>
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("launchmain.cpp", MainForm);
+//---------------------------------------------------------------------------
+WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->MainFormOnTaskBar = true;
+		Application->Title = "RTKLAUNCH";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtklaunch/rtklaunch.res b/app/rtklaunch/rtklaunch.res
new file mode 100644
index 0000000..3ceba0c
Binary files /dev/null and b/app/rtklaunch/rtklaunch.res differ
diff --git a/app/rtklaunch_qt/.gitignore b/app/rtklaunch_qt/.gitignore
new file mode 100644
index 0000000..3b8e61a
--- /dev/null
+++ b/app/rtklaunch_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtklaunch_qt
+rtklaunch_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtklaunch_qt/install.bat b/app/rtklaunch_qt/install.bat
new file mode 100644
index 0000000..e836786
--- /dev/null
+++ b/app/rtklaunch_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtklaunch_qt.exe ..\..\bin
diff --git a/app/rtklaunch_qt/install.sh b/app/rtklaunch_qt/install.sh
new file mode 100644
index 0000000..94b6bdb
--- /dev/null
+++ b/app/rtklaunch_qt/install.sh
@@ -0,0 +1 @@
+cp rtklaunch_qt ..\..\bin
diff --git a/app/rtklaunch_qt/launchmain.cpp b/app/rtklaunch_qt/launchmain.cpp
new file mode 100644
index 0000000..5b2c300
--- /dev/null
+++ b/app/rtklaunch_qt/launchmain.cpp
@@ -0,0 +1,201 @@
+//---------------------------------------------------------------------------
+// rtklaunch_qt : rtklib app launcher
+//
+//          Copyright (C) 2013 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtklib launcher [-t title][-tray]
+//
+//           -t title   window title
+//           -tray      start as task tray icon
+//
+// version : $Revision:$ $Date:$
+// history : 2013/01/10  1.1 new
+//---------------------------------------------------------------------------
+
+#include <QSettings>
+#include <QFileInfo>
+#include <QShowEvent>
+#include <QCloseEvent>
+#include <QCommandLineParser>
+#include <QProcess>
+
+#include "rtklib.h"
+#include "launchmain.h"
+
+//---------------------------------------------------------------------------
+
+#define BTN_SIZE        42
+#define BTN_COUNT       7
+#define MAX(x,y)        ((x)>(y)?(x):(y))
+
+//---------------------------------------------------------------------------
+MainForm::MainForm(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+
+    setWindowTitle(tr("RTKLIB v.%1 %2").arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    setWindowIcon(QIcon(":/icons/rtk9.bmp"));
+    
+    QCoreApplication::setApplicationName("rtklaunch_qt");
+    QCoreApplication::setApplicationVersion("1.0");
+
+    QCommandLineParser parser;
+    parser.setApplicationDescription("rtklib application launcher");
+    parser.addHelpOption();
+    parser.addVersionOption();
+
+    QCommandLineOption titleOption("t",
+                                   QCoreApplication::translate("main", "Set Window Title"),
+                                   QCoreApplication::translate("main", "title"));
+    parser.addOption(titleOption);
+
+    QCommandLineOption trayOption(QStringList() << "tray",
+            QCoreApplication::translate("main", "only show tray icon"));
+    parser.addOption(trayOption);
+
+    parser.process(*QApplication::instance());
+
+    bool tray=parser.isSet(trayOption);
+
+    if (parser.isSet(titleOption))
+        setWindowTitle(parser.value(titleOption));
+
+    if (tray) {
+        setVisible(false);
+        TrayIcon.setVisible(true);
+    }
+
+    trayMenu=new QMenu(this);
+    trayMenu->addAction(tr("Expand"),this,SLOT(MenuExpandClick()));
+    trayMenu->addSeparator();
+    trayMenu->addAction(tr("RTK&PLOT"),this,SLOT(BtnPlotClick()));
+    trayMenu->addAction(tr("&RTKPOST"),this,SLOT(BtnPostClick()));
+    trayMenu->addAction(tr("RTK&NAVI"),this,SLOT(BtnNaviClick()));
+    trayMenu->addAction(tr("RTK&CONV"),this,SLOT(BtnConvClick()));
+    trayMenu->addAction(tr("RTK&GET"),this,SLOT(BtnGetClick()));
+    trayMenu->addAction(tr("RTK&STR"),this,SLOT(BtnStrClick()));
+    trayMenu->addAction(tr("&NTRIP BROWSER"),this,SLOT(BtnNtripClick()));
+    trayMenu->addSeparator();
+    trayMenu->addAction(tr("&Exit"),this,SLOT(close()));
+
+    TrayIcon.setContextMenu(trayMenu);
+    TrayIcon.setIcon(QIcon(":/icons/rtk9.bmp"));
+    TrayIcon.setToolTip(windowTitle());
+
+    connect(BtnPlot,SIGNAL(clicked(bool)),this,SLOT(BtnPlotClick()));
+    connect(BtnConv,SIGNAL(clicked(bool)),this,SLOT(BtnConvClick()));
+    connect(BtnStr,SIGNAL(clicked(bool)),this,SLOT(BtnStrClick()));
+    connect(BtnPost,SIGNAL(clicked(bool)),this,SLOT(BtnPostClick()));
+    connect(BtnNtrip,SIGNAL(clicked(bool)),this,SLOT(BtnNtripClick()));
+    connect(BtnNavi,SIGNAL(clicked(bool)),this,SLOT(BtnNaviClick()));
+    connect(BtnTray,SIGNAL(clicked(bool)),this,SLOT(BtnTrayClick()));
+    connect(BtnGet,SIGNAL(clicked(bool)),this,SLOT(BtnGetClick()));
+    connect(&TrayIcon,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,SLOT(TrayIconActivated(QSystemTrayIcon::ActivationReason)));
+
+}
+//---------------------------------------------------------------------------
+void MainForm::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QSettings settings(IniFile,QSettings::IniFormat);
+
+    move(settings.value("pos/left",    0).toInt(),
+         settings.value("pos/top",     0).toInt());
+
+    resize(settings.value("pos/width", 310).toInt(),
+           settings.value("pos/height", 79).toInt());
+}
+//---------------------------------------------------------------------------
+void MainForm::closeEvent(QCloseEvent *event )
+{
+    if (event->spontaneous()) return;
+
+    QSettings settings(IniFile,QSettings::IniFormat);
+    settings.setValue("pos/left",    pos().x());
+    settings.setValue("pos/top",     pos().y());
+    settings.setValue("pos/width",   width());
+    settings.setValue("pos/height",  height());
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnPlotClick()
+{
+    QString cmd1="./rtkplot_qt",cmd2="../../../bin/rtkplot_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnConvClick()
+{
+    QString cmd1="./rtkconv_qt",cmd2="../../../bin/rtkconv_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnStrClick()
+{
+    QString cmd1="./strsvr_qt",cmd2="../../../bin/strsvr_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnPostClick()
+{
+    QString cmd1="./rtkpost_qt",cmd2="../../../bin/rtkpost_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnNtripClick()
+{
+    QString cmd1="./srctblbrows_qt",cmd2="../../../bin/srctblbrows_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnNaviClick()
+{
+    QString cmd1="./rtknavi_qt",cmd2="../../../bin/rtknavi_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnGetClick()
+{
+    QString cmd1="./rtkget_qt",cmd2="../../../bin/rtkget_qt",opts="";
+    
+    if (!ExecCmd(cmd1+opts)) ExecCmd(cmd2+opts);
+}
+//---------------------------------------------------------------------------
+int MainForm::ExecCmd(const QString &cmd)
+{
+     return QProcess::startDetached(cmd); /* FIXME: show option not yet supported */
+ }
+//---------------------------------------------------------------------------
+void MainForm::BtnTrayClick()
+{
+    setVisible(false);
+    TrayIcon.setVisible(true);
+}
+//---------------------------------------------------------------------------
+void MainForm::TrayIconActivated(QSystemTrayIcon::ActivationReason reason)
+{
+    if (reason!=QSystemTrayIcon::DoubleClick) return;
+
+    setVisible(true);
+    TrayIcon.setVisible(false);
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuExpandClick()
+{
+    setVisible(true);
+    TrayIcon.setVisible(false);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtklaunch_qt/launchmain.h b/app/rtklaunch_qt/launchmain.h
new file mode 100644
index 0000000..5005806
--- /dev/null
+++ b/app/rtklaunch_qt/launchmain.h
@@ -0,0 +1,45 @@
+//---------------------------------------------------------------------------
+#ifndef launchmainH
+#define launchmainH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QSystemTrayIcon>
+#include <QMenu>
+
+#include "ui_launchmain.h"
+
+class QCloseEvent;
+class QCloseEvent;
+
+//---------------------------------------------------------------------------
+class MainForm : public QDialog, private Ui::MainForm
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent *);
+    void closeEvent(QCloseEvent *);
+
+public slots:
+    void BtnPlotClick();
+    void BtnConvClick();
+    void BtnStrClick();
+    void BtnPostClick();
+    void BtnNtripClick();
+    void BtnNaviClick();
+    void BtnGetClick();
+    void BtnTrayClick();
+    void TrayIconActivated(QSystemTrayIcon::ActivationReason);
+    void MenuExpandClick();
+
+private:
+    QString IniFile;
+    QSystemTrayIcon TrayIcon;
+    QMenu *trayMenu;
+    int Tray;
+	
+    int ExecCmd(const QString &cmd);
+public:
+    explicit MainForm(QWidget *parent=0);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtklaunch_qt/launchmain.ui b/app/rtklaunch_qt/launchmain.ui
new file mode 100644
index 0000000..5ad036c
--- /dev/null
+++ b/app/rtklaunch_qt/launchmain.ui
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QWidget" name="MainForm">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>196</width>
+    <height>39</height>
+   </rect>
+  </property>
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="windowTitle">
+   <string>RTKLIB</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <item row="0" column="2">
+    <widget class="QPushButton" name="BtnStr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>STRSVR</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk6.bmp</normaloff>:/icons/rtk6.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="5">
+    <widget class="QPushButton" name="BtnNavi">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>RTKNAVI</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk5.bmp</normaloff>:/icons/rtk5.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QPushButton" name="BtnConv">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>RTKCONV</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk3.bmp</normaloff>:/icons/rtk3.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="0">
+    <widget class="QPushButton" name="BtnPlot">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>RTKPLOT</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk2.bmp</normaloff>:/icons/rtk2.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QPushButton" name="BtnPost">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>RTKPOST</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk1.bmp</normaloff>:/icons/rtk1.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="4">
+    <widget class="QPushButton" name="BtnNtrip">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>NTRIP Browser</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk7.bmp</normaloff>:/icons/rtk7.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="6">
+    <widget class="QPushButton" name="BtnGet">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string>RTKGET</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/icons/rtk8.bmp</normaloff>:/icons/rtk8.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="6">
+    <widget class="QPushButton" name="BtnTray">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="minimumSize">
+      <size>
+       <width>15</width>
+       <height>15</height>
+      </size>
+     </property>
+     <property name="maximumSize">
+      <size>
+       <width>15</width>
+       <height>15</height>
+      </size>
+     </property>
+     <property name="toolTip">
+      <string>Task Tray</string>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="icon">
+      <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+       <normaloff>:/buttons/sqr.bmp</normaloff>:/buttons/sqr.bmp</iconset>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtklaunch_qt/main.cpp b/app/rtklaunch_qt/main.cpp
new file mode 100644
index 0000000..06fa7c0
--- /dev/null
+++ b/app/rtklaunch_qt/main.cpp
@@ -0,0 +1,11 @@
+#include "launchmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainForm w;
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtklaunch_qt/rtklaunch.cpp b/app/rtklaunch_qt/rtklaunch.cpp
new file mode 100644
index 0000000..060e8c6
--- /dev/null
+++ b/app/rtklaunch_qt/rtklaunch.cpp
@@ -0,0 +1,49 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+#include <tchar.h>
+//---------------------------------------------------------------------------
+
+#include <Vcl.Styles.hpp>
+#include <Vcl.Themes.hpp>
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("launchmain.cpp", MainForm);
+//---------------------------------------------------------------------------
+WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->MainFormOnTaskBar = true;
+		Application->Title = "RTKLAUNCH";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtklaunch_qt/rtklaunch_Icon.ico b/app/rtklaunch_qt/rtklaunch_Icon.ico
new file mode 100644
index 0000000..133e9dd
Binary files /dev/null and b/app/rtklaunch_qt/rtklaunch_Icon.ico differ
diff --git a/app/rtklaunch_qt/rtklaunch_qt.pro b/app/rtklaunch_qt/rtklaunch_qt.pro
new file mode 100644
index 0000000..54f47fe
--- /dev/null
+++ b/app/rtklaunch_qt/rtklaunch_qt.pro
@@ -0,0 +1,39 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-01-30T18:29:59
+#
+#-------------------------------------------------
+
+QT       += widgets core gui
+
+greaterThan(QT_MAJOR_VERSION, 4) {
+    QT += widgets
+    DEFINES += QT5
+}
+
+
+include(../../RTKLib.pri)
+
+TARGET = rtklaunch_qt
+TEMPLATE = app
+
+INCLUDEPATH += ../../src/  
+
+linux {
+LIBS += -lpng
+}
+
+SOURCES += \ 
+    launchmain.cpp \
+    main.cpp
+
+HEADERS  += \ 
+    launchmain.h
+
+FORMS    += \ 
+    launchmain.ui
+
+RESOURCES += \
+    rtklaunch_qt.qrc
+
+RC_FILE = rtklaunch_qt.rc
diff --git a/app/rtklaunch_qt/rtklaunch_qt.qrc b/app/rtklaunch_qt/rtklaunch_qt.qrc
new file mode 100644
index 0000000..21429be
--- /dev/null
+++ b/app/rtklaunch_qt/rtklaunch_qt.qrc
@@ -0,0 +1,92 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/rtklaunch_qt/rtklaunch_qt.rc b/app/rtklaunch_qt/rtklaunch_qt.rc
new file mode 100644
index 0000000..701589d
--- /dev/null
+++ b/app/rtklaunch_qt/rtklaunch_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtklaunch_Icon.ico"
\ No newline at end of file
diff --git a/app/rtklib_consapp.groupproj b/app/rtklib_consapp.groupproj
new file mode 100644
index 0000000..baa53b4
--- /dev/null
+++ b/app/rtklib_consapp.groupproj
@@ -0,0 +1,60 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{342C8F81-DB4A-476F-8D34-1AF51F378AEA}</ProjectGuid>
+		</PropertyGroup>
+		<ItemGroup>
+			<Projects Include="rnx2rtkp\bcc\_rnx2rtkp.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="convbin\bcc\_convbin.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="pos2kml\bcc\_pos2kml.cbproj">
+				<Dependencies/>
+			</Projects>
+		</ItemGroup>
+		<ProjectExtensions>
+			<Borland.Personality>Default.Personality.12</Borland.Personality>
+			<Borland.ProjectType/>
+			<BorlandProject>
+				<Default.Personality/>
+			</BorlandProject>
+		</ProjectExtensions>
+		<Target Name="_rnx2rtkp">
+			<MSBuild Projects="rnx2rtkp\bcc\_rnx2rtkp.cbproj"/>
+		</Target>
+		<Target Name="_rnx2rtkp:Clean">
+			<MSBuild Projects="rnx2rtkp\bcc\_rnx2rtkp.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="_rnx2rtkp:Make">
+			<MSBuild Projects="rnx2rtkp\bcc\_rnx2rtkp.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="_convbin">
+			<MSBuild Projects="convbin\bcc\_convbin.cbproj"/>
+		</Target>
+		<Target Name="_convbin:Clean">
+			<MSBuild Projects="convbin\bcc\_convbin.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="_convbin:Make">
+			<MSBuild Projects="convbin\bcc\_convbin.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="_pos2kml">
+			<MSBuild Projects="pos2kml\bcc\_pos2kml.cbproj"/>
+		</Target>
+		<Target Name="_pos2kml:Clean">
+			<MSBuild Projects="pos2kml\bcc\_pos2kml.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="_pos2kml:Make">
+			<MSBuild Projects="pos2kml\bcc\_pos2kml.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="Build">
+			<CallTarget Targets="_rnx2rtkp;_convbin;_pos2kml"/>
+		</Target>
+		<Target Name="Clean">
+			<CallTarget Targets="_rnx2rtkp:Clean;_convbin:Clean;_pos2kml:Clean"/>
+		</Target>
+		<Target Name="Make">
+			<CallTarget Targets="_rnx2rtkp:Make;_convbin:Make;_pos2kml:Make"/>
+		</Target>
+		<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
+	</Project>
diff --git a/app/rtklib_consapp.groupproj.local b/app/rtklib_consapp.groupproj.local
new file mode 100644
index 0000000..877d423
--- /dev/null
+++ b/app/rtklib_consapp.groupproj.local
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2009/01/29 00:54:25.123.bdsgroup,C:\Users\ttaka\Documents\Borland Studio Projects\ProjectGroup1.bdsgroup=G:\rtklib_2.2.0b\app\rtklib_consapp.bdsgroup</Transaction>
+  </Transactions>
+	<Default.Personality>
+		<Projects ActiveProject="D:\proj\RTKLIB\app\pos2kml\bcc\_pos2kml.cbproj"/>
+	</Default.Personality>
+</BorlandProject>
diff --git a/app/rtklib_winapp.groupproj b/app/rtklib_winapp.groupproj
new file mode 100644
index 0000000..2f0032b
--- /dev/null
+++ b/app/rtklib_winapp.groupproj
@@ -0,0 +1,144 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{60E17B5D-3CEF-48FF-878B-699333F0FE89}</ProjectGuid>
+		</PropertyGroup>
+		<ItemGroup>
+			<Projects Include="rtkconv\rtkconv.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtknavi\rtknavi.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtkplot\rtkplot.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtkpost\rtkpost.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="srctblbrows\srctblbrows.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="strsvr\strsvr.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtkpost_mkl\rtkpost_mkl.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtknavi_mkl\rtknavi_mkl.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtkget\rtkget.cbproj">
+				<Dependencies/>
+			</Projects>
+			<Projects Include="rtklaunch\rtklaunch.cbproj">
+				<Dependencies/>
+			</Projects>
+		</ItemGroup>
+		<ProjectExtensions>
+			<Borland.Personality>Default.Personality.12</Borland.Personality>
+			<Borland.ProjectType/>
+			<BorlandProject>
+				<Default.Personality/>
+			</BorlandProject>
+		</ProjectExtensions>
+		<Target Name="rtkconv">
+			<MSBuild Projects="rtkconv\rtkconv.cbproj"/>
+		</Target>
+		<Target Name="rtkconv:Clean">
+			<MSBuild Projects="rtkconv\rtkconv.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtkconv:Make">
+			<MSBuild Projects="rtkconv\rtkconv.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtknavi">
+			<MSBuild Projects="rtknavi\rtknavi.cbproj"/>
+		</Target>
+		<Target Name="rtknavi:Clean">
+			<MSBuild Projects="rtknavi\rtknavi.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtknavi:Make">
+			<MSBuild Projects="rtknavi\rtknavi.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtkplot">
+			<MSBuild Projects="rtkplot\rtkplot.cbproj"/>
+		</Target>
+		<Target Name="rtkplot:Clean">
+			<MSBuild Projects="rtkplot\rtkplot.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtkplot:Make">
+			<MSBuild Projects="rtkplot\rtkplot.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtkpost">
+			<MSBuild Projects="rtkpost\rtkpost.cbproj"/>
+		</Target>
+		<Target Name="rtkpost:Clean">
+			<MSBuild Projects="rtkpost\rtkpost.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtkpost:Make">
+			<MSBuild Projects="rtkpost\rtkpost.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="srctblbrows">
+			<MSBuild Projects="srctblbrows\srctblbrows.cbproj"/>
+		</Target>
+		<Target Name="srctblbrows:Clean">
+			<MSBuild Projects="srctblbrows\srctblbrows.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="srctblbrows:Make">
+			<MSBuild Projects="srctblbrows\srctblbrows.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="strsvr">
+			<MSBuild Projects="strsvr\strsvr.cbproj"/>
+		</Target>
+		<Target Name="strsvr:Clean">
+			<MSBuild Projects="strsvr\strsvr.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="strsvr:Make">
+			<MSBuild Projects="strsvr\strsvr.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtkpost_mkl">
+			<MSBuild Projects="rtkpost_mkl\rtkpost_mkl.cbproj"/>
+		</Target>
+		<Target Name="rtkpost_mkl:Clean">
+			<MSBuild Projects="rtkpost_mkl\rtkpost_mkl.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtkpost_mkl:Make">
+			<MSBuild Projects="rtkpost_mkl\rtkpost_mkl.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtknavi_mkl">
+			<MSBuild Projects="rtknavi_mkl\rtknavi_mkl.cbproj"/>
+		</Target>
+		<Target Name="rtknavi_mkl:Clean">
+			<MSBuild Projects="rtknavi_mkl\rtknavi_mkl.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtknavi_mkl:Make">
+			<MSBuild Projects="rtknavi_mkl\rtknavi_mkl.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtkget">
+			<MSBuild Projects="rtkget\rtkget.cbproj"/>
+		</Target>
+		<Target Name="rtkget:Clean">
+			<MSBuild Projects="rtkget\rtkget.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtkget:Make">
+			<MSBuild Projects="rtkget\rtkget.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="rtklaunch">
+			<MSBuild Projects="rtklaunch\rtklaunch.cbproj"/>
+		</Target>
+		<Target Name="rtklaunch:Clean">
+			<MSBuild Projects="rtklaunch\rtklaunch.cbproj" Targets="Clean"/>
+		</Target>
+		<Target Name="rtklaunch:Make">
+			<MSBuild Projects="rtklaunch\rtklaunch.cbproj" Targets="Make"/>
+		</Target>
+		<Target Name="Build">
+			<CallTarget Targets="rtkconv;rtknavi;rtkplot;rtkpost;srctblbrows;strsvr;rtkpost_mkl;rtknavi_mkl;rtkget;rtklaunch"/>
+		</Target>
+		<Target Name="Clean">
+			<CallTarget Targets="rtkconv:Clean;rtknavi:Clean;rtkplot:Clean;rtkpost:Clean;srctblbrows:Clean;strsvr:Clean;rtkpost_mkl:Clean;rtknavi_mkl:Clean;rtkget:Clean;rtklaunch:Clean"/>
+		</Target>
+		<Target Name="Make">
+			<CallTarget Targets="rtkconv:Make;rtknavi:Make;rtkplot:Make;rtkpost:Make;srctblbrows:Make;strsvr:Make;rtkpost_mkl:Make;rtknavi_mkl:Make;rtkget:Make;rtklaunch:Make"/>
+		</Target>
+		<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
+	</Project>
diff --git a/app/rtklib_winapp.groupproj.local b/app/rtklib_winapp.groupproj.local
new file mode 100644
index 0000000..938ac45
--- /dev/null
+++ b/app/rtklib_winapp.groupproj.local
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions/>
+	<Default.Personality>
+		<Projects ActiveProject="D:\proj\RTKLIB\app\rtkconv\rtkconv.cbproj"/>
+	</Default.Personality>
+</BorlandProject>
diff --git a/app/rtknavi/clean.bat b/app/rtknavi/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtknavi/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtknavi/install.bat b/app/rtknavi/install.bat
new file mode 100644
index 0000000..7384f0a
--- /dev/null
+++ b/app/rtknavi/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtknavi.exe ..\..\bin
diff --git a/app/rtknavi/instrdlg.cpp b/app/rtknavi/instrdlg.cpp
new file mode 100644
index 0000000..4897ecf
--- /dev/null
+++ b/app/rtknavi/instrdlg.cpp
@@ -0,0 +1,395 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "navimain.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "ftpoptdlg.h"
+#include "rcvoptdlg.h"
+#include "instrdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TInputStrDialog *InputStrDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TInputStrDialog::TInputStrDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	int i;
+	Format1->Items->Clear();
+	Format2->Items->Clear();
+	NRcv=0;
+	for (i=0;i<=MAXRCVFMT;i++) {
+		Format1->Items->Add(formatstrs[i]);
+		Format2->Items->Add(formatstrs[i]);
+		Format3->Items->Add(formatstrs[i]);
+		NRcv++;
+	}
+	Format3->Items->Add("SP3");
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	StreamC1  ->Checked  =StreamC[0];
+	StreamC2  ->Checked  =StreamC[1];
+	StreamC3  ->Checked  =StreamC[2];
+	Stream1   ->ItemIndex=Stream[0];
+	Stream2   ->ItemIndex=Stream[1];
+	Stream3   ->ItemIndex=Stream[2];
+	Format1   ->ItemIndex=Format[0];
+	Format2   ->ItemIndex=Format[1]<NRcv?Format[1]:NRcv+Format[1]-STRFMT_SP3;
+	Format3   ->ItemIndex=Format[2]<NRcv?Format[2]:NRcv+Format[2]-STRFMT_SP3;
+	FilePath1 ->Text     =GetFilePath(Paths[0][2]);
+	FilePath2 ->Text     =GetFilePath(Paths[1][2]);
+	FilePath3 ->Text     =GetFilePath(Paths[2][2]);
+	NmeaReqL  ->ItemIndex=NmeaReq;
+	TimeTagC  ->Checked  =TimeTag;
+	TimeSpeedL->Text     =TimeSpeed;
+	TimeStartE->Text     =TimeStart;
+	NmeaPos1  ->Text     =s.sprintf("%.9f",NmeaPos[0]);
+	NmeaPos2  ->Text     =s.sprintf("%.9f",NmeaPos[1]);
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnOkClick(TObject *Sender)
+{
+	StreamC[0] =StreamC1  ->Checked;
+	StreamC[1] =StreamC2  ->Checked;
+	StreamC[2] =StreamC3  ->Checked;
+	Stream[0]  =Stream1   ->ItemIndex;
+	Stream[1]  =Stream2   ->ItemIndex;
+	Stream[2]  =Stream3   ->ItemIndex;
+	Format[0]  =Format1   ->ItemIndex;
+	Format[1]  =Format2->ItemIndex<NRcv?Format2->ItemIndex:STRFMT_SP3+Format2->ItemIndex-NRcv;
+	Format[2]  =Format3->ItemIndex<NRcv?Format3->ItemIndex:STRFMT_SP3+Format3->ItemIndex-NRcv;
+	Paths[0][2]=SetFilePath(FilePath1->Text);
+	Paths[1][2]=SetFilePath(FilePath2->Text);
+	Paths[2][2]=SetFilePath(FilePath3->Text);
+	NmeaReq    =NmeaReqL  ->ItemIndex;
+	TimeTag    =TimeTagC  ->Checked;
+	TimeSpeed  =TimeSpeedL->Text;
+	TimeStart  =TimeStartE->Text;
+	NmeaPos[0] =str2dbl(NmeaPos1->Text);
+	NmeaPos[1] =str2dbl(NmeaPos2->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::StreamC1Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TInputStrDialog::StreamC2Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::Stream1Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::Stream2Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::Stream3Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::NmeaReqCClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::TimeTagCClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::NmeaReqLChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TInputStrDialog::GetFilePath(AnsiString path)
+{
+	char *p,*q,buff[1024];
+	strcpy(buff,path.c_str());
+	if ((p=strstr(buff,"::"))) *p='\0';
+	return (path=buff);
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TInputStrDialog::SetFilePath(AnsiString path)
+{
+	if (TimeTagC->Checked     ) path+="::T";
+	if (TimeStartE->Text!="0" ) path+="::+"+TimeStartE->Text;
+	path+="::"+TimeSpeedL->Text;
+	return path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnStr1Click(TObject *Sender)
+{
+	switch (Stream1->ItemIndex) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,3); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnStr2Click(TObject *Sender)
+{
+	switch (Stream2->ItemIndex) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,3); break;
+		case 5: FtpOpt(1,0); break;
+		case 6: FtpOpt(1,1); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnStr3Click(TObject *Sender)
+{
+	switch (Stream3->ItemIndex) {
+		case 0: SerialOpt(2,0); break;
+		case 1: TcpOpt(2,1); break;
+		case 2: TcpOpt(2,0); break;
+		case 3: TcpOpt(2,3); break;
+		case 5: FtpOpt(2,0); break;
+		case 6: FtpOpt(2,1); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnCmd1Click(TObject *Sender)
+{
+	if (Stream1->ItemIndex==0) {
+		CmdOptDialog->Cmds  [0]=Cmds  [0][0];
+		CmdOptDialog->Cmds  [1]=Cmds  [0][1];
+		CmdOptDialog->CmdEna[0]=CmdEna[0][0];
+		CmdOptDialog->CmdEna[1]=CmdEna[0][1];
+	}
+	else {
+		CmdOptDialog->Cmds  [0]=CmdsTcp  [0][0];
+		CmdOptDialog->Cmds  [1]=CmdsTcp  [0][1];
+		CmdOptDialog->CmdEna[0]=CmdEnaTcp[0][0];
+		CmdOptDialog->CmdEna[1]=CmdEnaTcp[0][1];
+	}
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	if (Stream1->ItemIndex==0) {
+		Cmds  [0][0]=CmdOptDialog->Cmds  [0];
+		Cmds  [0][1]=CmdOptDialog->Cmds  [1];
+		CmdEna[0][0]=CmdOptDialog->CmdEna[0];
+		CmdEna[0][1]=CmdOptDialog->CmdEna[1];
+	}
+	else {
+		CmdsTcp  [0][0]=CmdOptDialog->Cmds  [0];
+		CmdsTcp  [0][1]=CmdOptDialog->Cmds  [1];
+		CmdEnaTcp[0][0]=CmdOptDialog->CmdEna[0];
+		CmdEnaTcp[0][1]=CmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnCmd2Click(TObject *Sender)
+{
+	if (Stream2->ItemIndex==0) {
+		CmdOptDialog->Cmds  [0]=Cmds  [1][0];
+		CmdOptDialog->Cmds  [1]=Cmds  [1][1];
+		CmdOptDialog->CmdEna[0]=CmdEna[1][0];
+		CmdOptDialog->CmdEna[1]=CmdEna[1][1];
+	}
+	else {
+		CmdOptDialog->Cmds  [0]=CmdsTcp  [1][0];
+		CmdOptDialog->Cmds  [1]=CmdsTcp  [1][1];
+		CmdOptDialog->CmdEna[0]=CmdEnaTcp[1][0];
+		CmdOptDialog->CmdEna[1]=CmdEnaTcp[1][1];
+	}
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	if (Stream2->ItemIndex==0) {
+		Cmds  [1][0]=CmdOptDialog->Cmds  [0];
+		Cmds  [1][1]=CmdOptDialog->Cmds  [1];
+		CmdEna[1][0]=CmdOptDialog->CmdEna[0];
+		CmdEna[1][1]=CmdOptDialog->CmdEna[1];
+	}
+	else {
+		CmdsTcp  [1][0]=CmdOptDialog->Cmds  [0];
+		CmdsTcp  [1][1]=CmdOptDialog->Cmds  [1];
+		CmdEnaTcp[1][0]=CmdOptDialog->CmdEna[0];
+		CmdEnaTcp[1][1]=CmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnCmd3Click(TObject *Sender)
+{
+	if (Stream3->ItemIndex==0) {
+		CmdOptDialog->Cmds  [0]=Cmds  [2][0];
+		CmdOptDialog->Cmds  [1]=Cmds  [2][1];
+		CmdOptDialog->CmdEna[0]=CmdEna[2][0];
+		CmdOptDialog->CmdEna[1]=CmdEna[2][1];
+	}
+	else {
+		CmdOptDialog->Cmds  [0]=CmdsTcp  [2][0];
+		CmdOptDialog->Cmds  [1]=CmdsTcp  [2][1];
+		CmdOptDialog->CmdEna[0]=CmdEnaTcp[2][0];
+		CmdOptDialog->CmdEna[1]=CmdEnaTcp[2][1];
+	}
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	if (Stream3->ItemIndex==0) {
+		Cmds  [2][0]=CmdOptDialog->Cmds  [0];
+		Cmds  [2][1]=CmdOptDialog->Cmds  [1];
+		CmdEna[2][0]=CmdOptDialog->CmdEna[0];
+		CmdEna[2][1]=CmdOptDialog->CmdEna[1];
+	}
+	else {
+		CmdsTcp  [2][0]=CmdOptDialog->Cmds  [0];
+		CmdsTcp  [2][1]=CmdOptDialog->Cmds  [1];
+		CmdEnaTcp[2][0]=CmdOptDialog->CmdEna[0];
+		CmdEnaTcp[2][1]=CmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnRcvOpt1Click(TObject *Sender)
+{
+	RcvOptDialog->Option=RcvOpt[0];
+	if (RcvOptDialog->ShowModal()!=mrOk) return;
+	RcvOpt[0]=RcvOptDialog->Option;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnRcvOpt2Click(TObject *Sender)
+{
+	RcvOptDialog->Option=RcvOpt[1];
+	if (RcvOptDialog->ShowModal()!=mrOk) return;
+	RcvOpt[1]=RcvOptDialog->Option;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnRcvOpt3Click(TObject *Sender)
+{
+	RcvOptDialog->Option=RcvOpt[2];
+	if (RcvOptDialog->ShowModal()!=mrOk) return;
+	RcvOpt[2]=RcvOptDialog->Option;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnPosClick(TObject *Sender)
+{
+	AnsiString s;
+	RefDialog->RovPos[0]=str2dbl(NmeaPos1->Text);
+	RefDialog->RovPos[1]=str2dbl(NmeaPos2->Text);
+	RefDialog->StaPosFile=MainForm->StaPosFileF;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	NmeaPos1->Text=s.sprintf("%.9f",RefDialog->Pos[0]);
+	NmeaPos2->Text=s.sprintf("%.9f",RefDialog->Pos[1]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::SerialOpt(int index, int opt)
+{
+	SerialOptDialog->Path=Paths[index][0];
+	SerialOptDialog->Opt=opt;
+	if (SerialOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][0]=SerialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnFile1Click(TObject *Sender)
+{
+	//OpenDialog->FileName=FilePath1->Text;
+	if (!OpenDialog->Execute()) return;
+	FilePath1->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnFile2Click(TObject *Sender)
+{
+	//OpenDialog->FileName=FilePath2->Text;
+	if (!OpenDialog->Execute()) return;
+	FilePath2->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::BtnFile3Click(TObject *Sender)
+{
+	//OpenDialog->FileName=FilePath3->Text;
+	if (!OpenDialog->Execute()) return;
+	FilePath3->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::TcpOpt(int index, int opt)
+{
+	TcpOptDialog->Path=Paths[index][1];
+	TcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+		TcpOptDialog->History[i]=History[i];
+		TcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+	if (TcpOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][1]=TcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+		History[i]=TcpOptDialog->History[i];
+		MntpHist[i]=TcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::FtpOpt(int index, int opt)
+{
+	FtpOptDialog->Path=Paths[index][3];
+	FtpOptDialog->Opt=opt;
+	if (FtpOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][3]=FtpOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TInputStrDialog::UpdateEnable(void)
+{
+	int ena1=StreamC1->Checked&&Stream1->ItemIndex==4||
+             StreamC2->Checked&&Stream2->ItemIndex==4||
+             StreamC3->Checked&&Stream3->ItemIndex==4;
+	int ena2=StreamC2->Checked&&Stream2->ItemIndex<=3;
+	
+	Stream1   ->Enabled=StreamC1->Checked;
+	Stream2   ->Enabled=StreamC2->Checked;
+	Stream3   ->Enabled=StreamC3->Checked;
+	BtnStr1   ->Enabled=StreamC1->Checked&&Stream1->ItemIndex!=4;
+	BtnStr2   ->Enabled=StreamC2->Checked&&Stream2->ItemIndex!=4;
+	BtnStr3   ->Enabled=StreamC3->Checked&&Stream3->ItemIndex!=4;
+	BtnCmd1   ->Enabled=StreamC1->Checked&&Stream1->ItemIndex!=4;
+	BtnCmd2   ->Enabled=StreamC2->Checked&&Stream2->ItemIndex!=4;
+	BtnCmd3   ->Enabled=StreamC3->Checked&&Stream3->ItemIndex!=4;
+	Format1   ->Enabled=StreamC1->Checked;
+	Format2   ->Enabled=StreamC2->Checked;
+	Format3   ->Enabled=StreamC3->Checked;
+	BtnRcvOpt1->Enabled=StreamC1->Checked;
+	BtnRcvOpt2->Enabled=StreamC2->Checked;
+	BtnRcvOpt3->Enabled=StreamC3->Checked;
+	
+	LabelNmea ->Enabled=ena2;
+	NmeaReqL  ->Enabled=ena2;
+	NmeaPos1  ->Enabled=ena2&&NmeaReqL->ItemIndex==1;
+	NmeaPos2  ->Enabled=ena2&&NmeaReqL->ItemIndex==1;
+	BtnPos    ->Enabled=ena2&&NmeaReqL->ItemIndex==1;
+	
+	LabelF1   ->Enabled=ena1;
+	FilePath1 ->Enabled=StreamC1->Checked&&Stream1->ItemIndex==4;
+	FilePath2 ->Enabled=StreamC2->Checked&&Stream2->ItemIndex==4;
+	FilePath3 ->Enabled=StreamC3->Checked&&Stream3->ItemIndex==4;
+	BtnFile1  ->Enabled=StreamC1->Checked&&Stream1->ItemIndex==4;
+	BtnFile2  ->Enabled=StreamC2->Checked&&Stream2->ItemIndex==4;
+	BtnFile3  ->Enabled=StreamC3->Checked&&Stream3->ItemIndex==4;
+	TimeTagC  ->Enabled=ena1;
+	TimeStartE->Enabled=ena1&&TimeTagC->Checked;
+	TimeSpeedL->Enabled=ena1&&TimeTagC->Checked;
+	LabelF2   ->Enabled=ena1&&TimeTagC->Checked;
+	LabelF3   ->Enabled=ena1&&TimeTagC->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi/instrdlg.h b/app/rtknavi/instrdlg.h
new file mode 100644
index 0000000..beb358a
--- /dev/null
+++ b/app/rtknavi/instrdlg.h
@@ -0,0 +1,101 @@
+//---------------------------------------------------------------------------
+#ifndef instrdlgH
+#define instrdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TInputStrDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TComboBox *Stream1;
+	TLabel *Label5;
+	TButton *BtnStr1;
+	TLabel *Label6;
+	TComboBox *Stream2;
+	TButton *BtnStr2;
+	TLabel *Label10;
+	TComboBox *Format1;
+	TLabel *Label7;
+	TComboBox *Format2;
+	TButton *BtnCmd1;
+	TButton *BtnCmd2;
+	TLabel *Label11;
+	TLabel *LabelF1;
+	TEdit *FilePath1;
+	TEdit *FilePath2;
+	TCheckBox *TimeTagC;
+	TEdit *TimeStartE;
+	TButton *BtnFile1;
+	TButton *BtnFile2;
+	TComboBox *NmeaReqL;
+	TOpenDialog *OpenDialog;
+	TComboBox *TimeSpeedL;
+	TLabel *LabelF2;
+	TLabel *LabelF3;
+	TEdit *NmeaPos1;
+	TEdit *NmeaPos2;
+	TButton *BtnPos;
+	TLabel *LabelNmea;
+	TCheckBox *StreamC1;
+	TCheckBox *StreamC2;
+	TEdit *FilePath3;
+	TButton *BtnFile3;
+	TCheckBox *StreamC3;
+	TComboBox *Stream3;
+	TButton *BtnStr3;
+	TComboBox *Format3;
+	TButton *BtnCmd3;
+	TButton *BtnRcvOpt1;
+	TButton *BtnRcvOpt2;
+	TButton *BtnRcvOpt3;
+	TLabel *Label1;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnStr1Click(TObject *Sender);
+	void __fastcall BtnStr2Click(TObject *Sender);
+	void __fastcall Stream1Change(TObject *Sender);
+	void __fastcall Stream2Change(TObject *Sender);
+	void __fastcall BtnCmd1Click(TObject *Sender);
+	void __fastcall BtnCmd2Click(TObject *Sender);
+	void __fastcall TimeTagCClick(TObject *Sender);
+	void __fastcall NmeaReqCClick(TObject *Sender);
+	void __fastcall BtnFile1Click(TObject *Sender);
+	void __fastcall BtnFile2Click(TObject *Sender);
+	void __fastcall NmeaReqLChange(TObject *Sender);
+	void __fastcall BtnPosClick(TObject *Sender);
+	void __fastcall StreamC1Click(TObject *Sender);
+	void __fastcall StreamC2Click(TObject *Sender);
+	void __fastcall Stream3Change(TObject *Sender);
+	void __fastcall BtnStr3Click(TObject *Sender);
+	void __fastcall BtnFile3Click(TObject *Sender);
+	void __fastcall BtnCmd3Click(TObject *Sender);
+	void __fastcall BtnRcvOpt1Click(TObject *Sender);
+	void __fastcall BtnRcvOpt2Click(TObject *Sender);
+	void __fastcall BtnRcvOpt3Click(TObject *Sender);
+private:
+	AnsiString __fastcall GetFilePath(AnsiString path);
+	AnsiString __fastcall SetFilePath(AnsiString path);
+	void __fastcall SerialOpt(int index, int opt);
+	void __fastcall TcpOpt(int index, int opt);
+	void __fastcall FtpOpt(int index, int opt);
+	void __fastcall UpdateEnable(void);
+public:
+	int StreamC[3],Stream[3],Format[3],CmdEna[3][2],CmdEnaTcp[3][2];
+	int NmeaReq,TimeTag,NRcv;
+	double NmeaPos[2];
+	AnsiString Paths[3][4],Cmds[3][2],CmdsTcp[3][2],TimeStart,TimeSpeed;
+	AnsiString RcvOpt[3];
+	AnsiString History[10],MntpHist[10];
+	__fastcall TInputStrDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TInputStrDialog *InputStrDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/logstrdlg.cpp b/app/rtknavi/logstrdlg.cpp
new file mode 100644
index 0000000..cbdcc10
--- /dev/null
+++ b/app/rtknavi/logstrdlg.cpp
@@ -0,0 +1,208 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "logstrdlg.h"
+#include "keydlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TLogStrDialog *LogStrDialog;
+//---------------------------------------------------------------------------
+__fastcall TLogStrDialog::TLogStrDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::FormShow(TObject *Sender)
+{
+	Stream1C ->Checked  =StreamC[0];
+	Stream2C ->Checked  =StreamC[1];
+	Stream3C ->Checked  =StreamC[2];
+	Stream1  ->ItemIndex=Stream[0];
+	Stream2  ->ItemIndex=Stream[1];
+	Stream3  ->ItemIndex=Stream[2];
+	FilePath1->Text     =GetFilePath(Paths[0][2]);
+	FilePath2->Text     =GetFilePath(Paths[1][2]);
+	FilePath3->Text     =GetFilePath(Paths[2][2]);
+	SwapIntv ->Text     =SwapInterval;
+	TimeTagC ->Checked  =LogTimeTag;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnOkClick(TObject *Sender)
+{
+	StreamC [0]=Stream1C->Checked;
+	StreamC [1]=Stream2C->Checked;
+	StreamC [2]=Stream3C->Checked;
+	Stream  [0]=Stream1 ->ItemIndex;
+	Stream  [1]=Stream2 ->ItemIndex;
+	Stream  [2]=Stream3 ->ItemIndex;
+	Paths[0][2]=SetFilePath(FilePath1->Text);
+	Paths[1][2]=SetFilePath(FilePath2->Text);
+	Paths[2][2]=SetFilePath(FilePath3->Text);
+	SwapInterval=SwapIntv->Text;
+	LogTimeTag =TimeTagC->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnFile1Click(TObject *Sender)
+{
+	SaveDialog->FileName=FilePath1->Text;
+	if (!SaveDialog->Execute()) return;
+	FilePath1->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnFile2Click(TObject *Sender)
+{
+	SaveDialog->FileName=FilePath2->Text;
+	if (!SaveDialog->Execute()) return;
+	FilePath2->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnFile3Click(TObject *Sender)
+{
+	SaveDialog->FileName=FilePath3->Text;
+	if (!SaveDialog->Execute()) return;
+	FilePath3->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream1Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream2Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream3CClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream1CClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream2CClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::Stream3Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnKeyClick(TObject *Sender)
+{
+	KeyDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnStr1Click(TObject *Sender)
+{
+	switch (Stream1->ItemIndex) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnStr2Click(TObject *Sender)
+{
+	switch (Stream2->ItemIndex) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::BtnStr3Click(TObject *Sender)
+{
+	switch (Stream3->ItemIndex) {
+		case 0: SerialOpt(2,0); break;
+		case 1: TcpOpt(2,1); break;
+		case 2: TcpOpt(2,0); break;
+		case 3: TcpOpt(2,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TLogStrDialog::GetFilePath(AnsiString path)
+{
+	char *p,*q,buff[1024];
+	strcpy(buff,path.c_str());
+	if ((p=strstr(buff,"::"))) *p='\0';
+	return (path=buff);
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TLogStrDialog::SetFilePath(AnsiString path)
+{
+	AnsiString str;
+	double swap;
+	if (TimeTagC->Checked) path+="::T";
+	str=SwapIntv->Text;
+	if (sscanf(str.c_str(),"%lf",&swap)>=1) {
+		path+="::S="+str;
+	}
+	return path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::SerialOpt(int index, int opt)
+{
+	SerialOptDialog->Path=Paths[index][0];
+	SerialOptDialog->Opt=opt;
+	if (SerialOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][0]=SerialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::TcpOpt(int index, int opt)
+{
+	TcpOptDialog->Path=Paths[index][1];
+	TcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+		TcpOptDialog->History[i]=History[i];
+		TcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+	if (TcpOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][1]=TcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+		History[i]=TcpOptDialog->History[i];
+		MntpHist[i]=TcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TLogStrDialog::UpdateEnable(void)
+{
+	int ena=Stream1C->Checked&&Stream1->ItemIndex==4||
+			Stream2C->Checked&&Stream2->ItemIndex==4||
+			Stream3C->Checked&&Stream3->ItemIndex==4;
+	Stream1  ->Enabled=Stream1C->Checked;
+	Stream2  ->Enabled=Stream2C->Checked;
+	Stream3  ->Enabled=Stream3C->Checked;
+	BtnStr1  ->Enabled=Stream1C->Checked&&Stream1->ItemIndex<=3;
+	BtnStr2  ->Enabled=Stream2C->Checked&&Stream2->ItemIndex<=3;
+	BtnStr3  ->Enabled=Stream3C->Checked&&Stream3->ItemIndex<=3;
+	FilePath1->Enabled=Stream1C->Checked&&Stream1->ItemIndex==4;
+	FilePath2->Enabled=Stream2C->Checked&&Stream2->ItemIndex==4;
+	FilePath3->Enabled=Stream3C->Checked&&Stream3->ItemIndex==4;
+	BtnFile1 ->Enabled=Stream1C->Checked&&Stream1->ItemIndex==4;
+	BtnFile2 ->Enabled=Stream2C->Checked&&Stream2->ItemIndex==4;
+	BtnFile3 ->Enabled=Stream3C->Checked&&Stream3->ItemIndex==4;
+	Label1   ->Enabled=ena;
+	Label2   ->Enabled=ena;
+	LabelF1  ->Enabled=ena;
+	TimeTagC ->Enabled=ena;
+	SwapIntv ->Enabled=ena;
+	BtnKey   ->Enabled=ena;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi/logstrdlg.h b/app/rtknavi/logstrdlg.h
new file mode 100644
index 0000000..5b317fc
--- /dev/null
+++ b/app/rtknavi/logstrdlg.h
@@ -0,0 +1,72 @@
+//---------------------------------------------------------------------------
+#ifndef logstrdlgH
+#define logstrdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TLogStrDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TLabel *Label5;
+	TLabel *Label6;
+	TLabel *Label10;
+	TComboBox *Stream1;
+	TComboBox *Stream2;
+	TButton *BtnStr1;
+	TButton *BtnStr2;
+	TEdit *FilePath1;
+	TEdit *FilePath2;
+	TButton *BtnFile1;
+	TButton *BtnFile2;
+	TLabel *LabelF1;
+	TSaveDialog *SaveDialog;
+	TCheckBox *TimeTagC;
+	TCheckBox *Stream1C;
+	TCheckBox *Stream2C;
+	TSpeedButton *BtnKey;
+	TCheckBox *Stream3C;
+	TComboBox *Stream3;
+	TButton *BtnStr3;
+	TEdit *FilePath3;
+	TButton *BtnFile3;
+	TComboBox *SwapIntv;
+	TLabel *Label1;
+	TLabel *Label2;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall Stream1Change(TObject *Sender);
+	void __fastcall Stream2Change(TObject *Sender);
+	void __fastcall BtnStr1Click(TObject *Sender);
+	void __fastcall BtnStr2Click(TObject *Sender);
+	void __fastcall BtnFile1Click(TObject *Sender);
+	void __fastcall BtnFile2Click(TObject *Sender);
+	void __fastcall Stream1CClick(TObject *Sender);
+	void __fastcall Stream2CClick(TObject *Sender);
+	void __fastcall BtnKeyClick(TObject *Sender);
+	void __fastcall BtnStr3Click(TObject *Sender);
+	void __fastcall BtnFile3Click(TObject *Sender);
+	void __fastcall Stream3CClick(TObject *Sender);
+	void __fastcall Stream3Change(TObject *Sender);
+private:
+	AnsiString __fastcall GetFilePath(AnsiString path);
+	AnsiString __fastcall SetFilePath(AnsiString path);
+	void __fastcall SerialOpt(int index, int opt);
+	void __fastcall TcpOpt(int index, int opt);
+	void __fastcall UpdateEnable(void);
+public:
+	int StreamC[3],Stream[3],LogTimeTag,LogAppend;
+	AnsiString Paths[3][4],SwapInterval;
+	AnsiString History[10],MntpHist[10];
+	__fastcall TLogStrDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TLogStrDialog *LogStrDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/mapdlg.cpp b/app/rtknavi/mapdlg.cpp
new file mode 100644
index 0000000..0d0241c
--- /dev/null
+++ b/app/rtknavi/mapdlg.cpp
@@ -0,0 +1,478 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "navimain.h"
+#include "pntdlg.h"
+#include "mapdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMapDialog *MapDialog;
+
+#define CHARDEG		"\260"			// character code of degree
+#define CLORANGE    (TColor)0x00AAFF
+#define CLLGRAY     (TColor)0xDDDDDD
+#define SOLSIZE		13				// solution cycle size on map
+#define PNTSIZE		10				// point cycle size on map
+#define HISSIZE		4				// history cycle size on map
+#define VELSIZE		40				// velocity cycle size on map
+#define GRPHEIGHT	70				// vertical graph height
+#define GRPHMARGIN	60				// vertical graph horizontal margin
+
+//---------------------------------------------------------------------------
+__fastcall TMapDialog::TMapDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Plot=new Graphics::TBitmap;
+	Scale=6;
+	PntIndex=0;
+	DoubleBuffered=true;
+	for (int i=0;i<3;i++) {
+		RefPos[i]=CurrentPos[i]=CentPos[i]=0.0;
+	}
+	RefName="Start Point";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::FormShow(TObject *Sender)
+{
+	UpdatePntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnShrinkClick(TObject *Sender)
+{
+	if (Scale<MAXSCALE) Scale++;
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnExpandClick(TObject *Sender)
+{
+	if (Scale>0) Scale--;
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnPntClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::PntListChange(TObject *Sender)
+{
+	PntIndex=PntList->ItemIndex;
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnCenterClick(TObject *Sender)
+{
+	if (!BtnCenter->Down) {
+		for (int i=0;i<3;i++) CentPos[i]=CurrentPos[i];
+	}
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnTrackClick(TObject *Sender)
+{
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::BtnPntDlgClick(TObject *Sender)
+{
+	PntDialog->Left=Left+Width/2-PntDialog->Width/2;
+	PntDialog->Top=Top+Height/2-PntDialog->Height/2;
+	if (PntDialog->ShowModal()!=mrOk) return;
+	UpdatePntList();
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::FormResize(TObject *Sender)
+{
+	Plot->SetSize(Disp->ClientWidth,Disp->ClientHeight);
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DispMouseDown(TObject *Sender, TMouseButton Button,
+      TShiftState Shift, int X, int Y)
+{
+	if (BtnCenter->Down||!Shift.Contains(ssLeft)) return;
+	Drag=1;
+	X0=X;
+	Y0=Y;
+	for (int i=0;i<3;i++) CentPos0[i]=CentPos[i];
+	Screen->Cursor=crSizeAll;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DispMouseMove(TObject *Sender, TShiftState Shift,
+      int X, int Y)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+	if (!Drag) return;
+	enu[0]=(X0-X)/fact;
+	enu[1]=(Y-Y0)/fact;
+	enu[2]=0.0;
+	ecef2pos(RefPos,posr);
+	enu2ecef(posr,enu,rr);
+	for (int i=0;i<3;i++) CentPos[i]=CentPos0[i]+rr[i];
+	MainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DispMouseUp(TObject *Sender, TMouseButton Button,
+      TShiftState Shift, int X, int Y)
+{
+	if (Drag) Screen->Cursor=crDefault;
+	Drag=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DispPaint(TObject *Sender)
+{
+	TRect r=Disp->ClientRect;
+	Disp->Canvas->CopyRect(r,Plot->Canvas,r);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::ResetRef(void)
+{
+	RefName="Start Point";
+	UpdatePntList();
+	for (int i=0;i<3;i++) RefPos[i]=0.0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::UpdateMap(const double *sol, const double *ref,
+	const double *vel, const int *stat, int psol, int psols, int psole,
+	int nsol, AnsiString *solstr, int currentstat)
+{
+	TColor color[]={clWhite,clGreen,CLORANGE,clFuchsia,clBlue,clRed,clTeal};
+	TCanvas *c=Plot->Canvas;
+	AnsiString s;
+	TPoint p0;
+	double pos[3],posr[3],rr[3],enu[3],enuv[3],dr[3],dir,*pntpos;
+	int gint[]={20,20,16,20,20,16,20,20,16,20,20,16,20,20,16,20,20,16,20};
+	int ng[]={10,5,5,10,5,5,10,5,5,10,5,5,10,5,5,10,5,5,10};
+	TColor colsol=color[stat[psol]];
+	
+	TRect r(0,0,Plot->Width,Plot->Height);
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=clWhite;
+	c->FillRect(r);
+	
+	for (int i=0;i<3;i++) {
+		CurrentPos[i]=sol[i+psol*3];
+	}
+	if (norm(RefPos,3)<=0.0) {
+		if (ref&&norm(ref+psol,3)>0.0) {
+			RefName="Base Station";
+			for (int i=0;i<3;i++) RefPos[i]=ref[i+psol*3];
+			UpdatePntList();
+		}
+		else  {
+			for (int i=0;i<3;i++) RefPos[i]=CurrentPos[i];
+		}
+	}
+	ecef2pos(RefPos,posr);
+	ecef2enu(posr,vel+psol*3,enuv);
+	
+	DrawGrid(PosToPoint(RefPos),gint[Scale],ng[Scale],CLLGRAY,clSilver);
+	
+	if (BtnPnt->Down) {
+		for (int i=0;i<MainForm->NMapPnt+1;i++) {
+			DrawPoint(i==0?RefPos:MainForm->PntPos[i-1],PntList->Items->Strings[i],
+					  i==PntIndex?clGray:clSilver);
+		}
+	}
+	if (BtnTrack->Down) {
+		TPoint *p  =new TPoint[nsol];
+		TColor *col=new TColor[nsol];
+		int n=0;
+		for (int i=psols;i!=psole;) {
+			p[n]=PosToPoint(sol+i*3);
+			col[n++]=color[stat[i]];
+			if (++i>=nsol) i=0;
+		}
+		c->Pen->Color=CLLGRAY;
+		c->Pen->Style=psSolid;
+		c->Polyline(p,n-1);
+		for (int i=0;i<n;i++) {
+			DrawCircle(p[i],HISSIZE,col[i],col[i]);
+		}
+		delete [] p;
+		delete [] col;
+	}
+	p0=PosToPoint(CurrentPos);
+	c->Pen->Color=clBlack;
+	c->MoveTo(p0.x-SOLSIZE/2-4,p0.y); c->LineTo(p0.x+SOLSIZE/2+4,p0.y);
+	c->MoveTo(p0.x,p0.y-SOLSIZE/2-4); c->LineTo(p0.x,p0.y+SOLSIZE/2+4);
+	DrawCircle(p0,SOLSIZE+4,clBlack,clWhite);
+	DrawCircle(p0,SOLSIZE,clBlack,color[currentstat]);
+	
+	DrawVel(enuv);
+	DrawScale();
+	
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=clWhite;
+	DrawText(6,1,solstr[0],currentstat?colsol:clGray,0);
+	TSize off=c->TextExtent(solstr[2]);
+	DrawText(Plot->Width-off.cx-6,1,solstr[2],clGray,0);
+	DrawText(50,1,solstr[1],clBlack,0);
+	
+	if (BtnPnt->Down) {
+		pntpos=PntIndex>0?MainForm->PntPos[PntIndex-1]:RefPos;
+		for (int i=0;i<3;i++) {
+			rr[i]=pntpos[i]-CurrentPos[i];
+		}
+		ecef2pos(pntpos,pos);
+		ecef2enu(posr,rr,enu);
+		dir=norm(enu,2)<1E-9?0.0:atan2(enu[0],enu[1])*R2D;
+		if (dir<0.0) dir+=360.0;
+		s.sprintf("To %s: Distance %.3fm Direction %.1f%s",
+			PntList->Items->Strings[PntIndex].c_str(),norm(enu,2),dir,CHARDEG);
+		int y=Plot->Height-off.cy/2-2;
+		if (BtnGraph->Down) y-=GRPHEIGHT+2;
+		DrawText(Plot->Width/2,y,s,clGray,1);
+	}
+	if (BtnGraph->Down) {
+		DrawVertGraph(sol,stat,psol,psols,psole, nsol,currentstat);
+	}
+	Disp->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawVertGraph(const double *sol,
+	const int *stat, int psol, int psols, int psole, int nsol, int currentstat)
+{
+	TColor color[]={clWhite,clGreen,CLORANGE,clFuchsia,clBlue,clRed};
+	TCanvas *c=Plot->Canvas;
+	TRect rg(GRPHMARGIN,Plot->Height-GRPHEIGHT-2,Plot->Width-GRPHMARGIN,Plot->Height-2);
+	TPoint *p=new TPoint[nsol],p0;
+	TColor *col=new TColor[nsol];
+	int n=0,m=0;
+	
+	for (int i=psols;i!=psole;) {
+		n++; if (++i>=nsol) i=0;
+	}
+	for (int i=psols;i!=psole;) {
+		p[m]=PosToGraphP(sol+i*3,sol+psol*3,nsol-n+m,nsol,rg);
+		if (i==psol) p0=p[m];
+		col[m++]=color[stat[i]];
+		if (++i>=nsol) i=0;
+	}
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=clWhite;
+	c->FillRect(rg);
+	c->Pen->Color=clSilver;
+	c->Pen->Style=psSolid;
+	c->Rectangle(rg);
+	c->MoveTo(rg.Left,(rg.Top+rg.Bottom)/2);
+	c->LineTo(rg.Right,(rg.Top+rg.Bottom)/2);
+	c->Pen->Color=clSilver;
+	c->MoveTo(p0.x,rg.Bottom); c->LineTo(p0.x,rg.Top);
+	for (int i=0;i<nsol;i++) {
+		if (i%100) continue;
+		int x=rg.Left+(rg.Right-rg.Left)*((nsol+i-psole)%nsol)/nsol;
+		int y=(rg.Top+rg.Bottom)/2;
+		c->MoveTo(x,y-HISSIZE); c->LineTo(x,y+HISSIZE);
+	}
+	int i,j;
+	for (i=0;i<m;i=j) {
+		for (j=i;j<m;j++) {
+			if (p[j].y<rg.Top+HISSIZE/2||rg.Bottom-HISSIZE/2<p[j].y) break;
+		}
+		if (i<j) c->Polyline(p+i,j-i-1);
+		for (;j<m;j++) {
+			if (rg.Top+HISSIZE/2<=p[j].y&&p[j].y<=rg.Bottom-HISSIZE/2) break;
+		}
+	}
+	for (int i=0;i<m;i++) {
+		if (p[i].y<rg.Top+HISSIZE/2||rg.Bottom-HISSIZE/2<p[i].y) continue;
+		DrawCircle(p[i],HISSIZE,col[i],col[i]);
+	}
+	DrawCircle(p0,HISSIZE+6,clBlack,color[currentstat]);
+	delete [] p;
+	delete [] col;
+}
+//---------------------------------------------------------------------------
+TPoint __fastcall TMapDialog::PosToPoint(const double *pos)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+	TPoint p;
+	ecef2pos(RefPos,posr);
+	for (int i=0;i<3;i++) rr[i]=pos[i]-RefPos[i];
+	ecef2enu(posr,rr,enu);
+	p.x=Plot->Width /2+(int)(enu[0]*fact+0.5);
+	p.y=Plot->Height/2-(int)(enu[1]*fact+0.5);
+	if (BtnCenter->Down) {
+		for (int i=0;i<3;i++) rr[i]=CurrentPos[i]-RefPos[i];
+		ecef2enu(posr,rr,enu);
+		p.x-=(int)(enu[0]*fact+0.5);
+		p.y+=(int)(enu[1]*fact+0.5);
+	}
+	else if (norm(CentPos,3)>0.0) {
+		for (int i=0;i<3;i++) rr[i]=CentPos[i]-RefPos[i];
+		ecef2enu(posr,rr,enu);
+		p.x-=(int)(enu[0]*fact+0.5);
+		p.y+=(int)(enu[1]*fact+0.5);
+	}
+	return p;
+}
+//---------------------------------------------------------------------------
+TPoint __fastcall TMapDialog::PosToGraphP(const double *pos,
+	const double *ref, int index, int npos, TRect rect)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+	TPoint p;
+	ecef2pos(ref,posr);
+	for (int i=0;i<3;i++) rr[i]=pos[i]-ref[i];
+	ecef2enu(posr,rr,enu);
+	p.x=rect.Left+(int)((rect.Right-rect.Left)*index/(npos-1.0)+0.5);
+	p.y=(rect.Top+rect.Bottom)/2-(int)(enu[2]*fact+0.5);
+	return p;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawPoint(const double *pos, AnsiString name,
+	TColor color)
+{
+	TCanvas *c=Plot->Canvas;
+	TPoint p=PosToPoint(pos);
+	TSize off=c->TextExtent(name);
+	c->Brush->Style=bsSolid;
+	DrawCircle(p,PNTSIZE,color,color);
+	c->Pen->Color=color;
+	c->MoveTo(p.x-PNTSIZE/2-4,p.y); c->LineTo(p.x+PNTSIZE/2+4,p.y);
+	c->MoveTo(p.x,p.y-PNTSIZE/2-4); c->LineTo(p.x,p.y+PNTSIZE/2+4);
+	c->Brush->Style=bsClear;
+	DrawText(p.x,p.y+PNTSIZE/2+off.cy/2+1,name,color,1);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawVel(const double *vel)
+{
+	TCanvas *c=Plot->Canvas;
+	AnsiString s;
+	double v,ang;
+	TPoint p;
+	TColor color=clGray;
+	
+	p.x=VELSIZE/2+10;
+	p.y=Plot->Height-VELSIZE/2-15;
+	c->Brush->Style=bsClear;
+	if ((v=norm(vel,3))>1.0) {
+		ang=atan2(vel[0],vel[1])*R2D;
+		DrawArrow(p,VELSIZE-2,(int)ang,color);
+	}
+	DrawCircle(p,VELSIZE,color,(TColor)-1);
+	DrawCircle(p,9,color,clWhite);
+	DrawText(p.x,p.y-VELSIZE/2-7,"N",color,1);
+	DrawText(p.x,p.y+VELSIZE/2+7,s.sprintf("%.0f km/h",v*3.6),color,1);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawScale(void)
+{
+	TCanvas *c=Plot->Canvas;
+	AnsiString s;
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	int pc[][2]={{-20,-4},{-20,4},{-20,0},{20,0},{20,-4},{20,4}};
+	int x=Plot->Width-35,y=Plot->Height-15;
+	TPoint p[6];
+	
+	for (int i=0;i<6;i++) {
+		p[i].x=x+pc[i][0];
+		p[i].y=y+pc[i][1];
+	}
+	c->Pen->Color=clGray;
+	c->Polyline(p,5);
+	c->Brush->Style=bsClear;
+	char *unit="m";
+	double sf=sc[Scale];
+	if (sf<1.0) {sf*=100.0; unit="cm";}
+	else if (sf>=1000.0) {sf/=1000.0; unit="km";}
+	DrawText(x,y-10,s.sprintf("%.0f %s",sf,unit),clGray,1);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawCircle(TPoint p, int r, TColor color1,
+	TColor color2)
+{
+	TCanvas *c=Plot->Canvas;
+	int x1=p.x-r/2,x2=x1+r,y1=p.y-r/2,y2=y1+r;
+	c->Pen->Color=color1; c->Pen->Style=psSolid; c->Pen->Width=1;
+	if (color2!=-1) {
+		c->Brush->Color=color2; c->Brush->Style=bsSolid;
+	}
+	else {
+		c->Brush->Style=bsClear;
+	}
+	c->Ellipse(x1,y1,x2,y2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawGrid(TPoint p, int gint, int ng,
+	TColor color1, TColor color2)
+{
+	TCanvas *c=Plot->Canvas;
+	int i,w=Plot->Width,h=Plot->Height,x,y;
+	for (i=-p.x/gint;i<=(w-p.x)/gint;i++) {
+		c->Pen->Color=i%ng?color1:color2;
+		c->MoveTo(p.x+i*gint,0); c->LineTo(p.x+i*gint,h);
+	}
+	for (i=-p.y/gint;i<=(h-p.y)/gint;i++) {
+		c->Pen->Color=i%ng?color1:color2;
+		c->MoveTo(0,p.y+i*gint); c->LineTo(w,p.y+i*gint);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawText(int x, int y, AnsiString s,
+	TColor color, int align)
+{
+	TCanvas *c=Plot->Canvas;
+	TSize off=c->TextExtent(s);
+	c->Font->Charset=ANSI_CHARSET;
+	if (align==1) {x-=off.cx/2; y-=off.cy/2;} else if (align==2) x-=off.cx;
+	c->Font->Color=color;
+	c->TextOut(x,y,s);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::DrawArrow(TPoint p, int siz, int ang,
+	TColor color)
+{
+	TCanvas *c=Plot->Canvas;
+	TPoint p1[6],p2[6];
+	p1[0].x=p1[1].x=0; p1[2].x=3; p1[3].x=0; p1[4].x=-3; p1[5].x=0;
+	p1[0].y=-siz/2; p1[1].y=siz/2; p1[2].y=p1[4].y=p1[1].y-6;
+	p1[3].y=p1[5].y=siz/2;
+	
+	for (int i=0;i<6;i++) {
+		p2[i].x=p.x+(int)(p1[i].x*cos(-ang*D2R)-p1[i].y*sin(-ang*D2R)+0.5);
+		p2[i].y=p.y-(int)(p1[i].x*sin(-ang*D2R)+p1[i].y*cos(-ang*D2R)+0.5);
+	}
+	c->Pen->Color=color;
+	c->Polyline(p2,5);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::UpdatePntList(void)
+{
+	PntList->Items->Clear();
+	PntList->Items->Add(RefName);
+	for (int i=0;i<MainForm->NMapPnt;i++) {
+		PntList->Items->Add(MainForm->PntName[i]);
+	}
+	if (PntIndex>=PntList->Items->Count) PntIndex--;
+	PntList->ItemIndex=PntIndex;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapDialog::UpdateEnable(void)
+{
+	PntList  ->Enabled=BtnPnt->Down;
+	BtnPntDlg->Enabled=BtnPnt->Down;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi/mapdlg.h b/app/rtknavi/mapdlg.h
new file mode 100644
index 0000000..11afd0e
--- /dev/null
+++ b/app/rtknavi/mapdlg.h
@@ -0,0 +1,81 @@
+//---------------------------------------------------------------------------
+#ifndef mapdlgH
+#define mapdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+
+//---------------------------------------------------------------------------
+class TMapDialog : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel3;
+	TButton *BtnClose;
+	TSpeedButton *BtnCenter;
+	TSpeedButton *BtnTrack;
+	TSpeedButton *BtnPnt;
+	TSpeedButton *BtnPntDlg;
+	TPaintBox *Disp;
+	TComboBox *PntList;
+	TSpeedButton *BtnExpand;
+	TSpeedButton *BtnShrink;
+	TSpeedButton *BtnGraph;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall FormResize(TObject *Sender);
+	void __fastcall DispPaint(TObject *Sender);
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnShrinkClick(TObject *Sender);
+	void __fastcall BtnExpandClick(TObject *Sender);
+	void __fastcall BtnPntDlgClick(TObject *Sender);
+	void __fastcall BtnCenterClick(TObject *Sender);
+	void __fastcall BtnTrackClick(TObject *Sender);
+	void __fastcall BtnPntClick(TObject *Sender);
+	void __fastcall PntListChange(TObject *Sender);
+	void __fastcall DispMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall DispMouseMove(TObject *Sender, TShiftState Shift, int X,
+          int Y);
+	void __fastcall DispMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+private:
+	Graphics::TBitmap *Plot;
+	AnsiString RefName;
+	double CentPos0[3];
+	int Scale,PntIndex,Drag,X0,Y0;
+	
+	void __fastcall DrawVertGraph(const double *sol,
+		const int *stat, int psol, int psols, int psole, int nsol, int currentstat);
+	TPoint __fastcall PosToPoint(const double *pos);
+	TPoint __fastcall PosToGraphP(const double *pos, const double *ref,
+		int index, int npos, TRect rect);
+	void __fastcall DrawPoint(const double *pos, AnsiString name,
+		TColor color);
+	void __fastcall DrawVel(const double *vel);
+	void __fastcall DrawScale(void);
+	void __fastcall DrawCircle(TPoint p, int r, TColor color1,
+		TColor color2);
+	void __fastcall DrawGrid(TPoint p, int gint, int ng, TColor color1,
+		TColor color2);
+	void __fastcall DrawText(int x, int y, AnsiString s, TColor color,
+		int align);
+	void __fastcall DrawArrow(TPoint p, int siz, int ang, TColor color);
+	void __fastcall UpdatePntList(void);
+	void __fastcall UpdateEnable(void);
+public:
+	double CurrentPos[3],RefPos[3],CentPos[3];
+	
+	void __fastcall ResetRef(void);
+	void __fastcall UpdateMap(const double *sol, const double *solref,
+		const double *vel, const int *stat, int psol, int psols, int psole,
+		int nsol, AnsiString *solstr, int currentstat);
+	__fastcall TMapDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMapDialog *MapDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/mondlg.cpp b/app/rtknavi/mondlg.cpp
new file mode 100644
index 0000000..b7a4d24
--- /dev/null
+++ b/app/rtknavi/mondlg.cpp
@@ -0,0 +1,2180 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "mondlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+#define SQRT(x)     ((x)<0.0?sqrt(-(x)):sqrt(x))
+#define TOPMARGIN	2
+#define LEFTMARGIN	3
+#define MAXLINE		2048
+#define MAXLEN		200
+
+#define NMONITEM	29
+
+#define IONLON1		110.0
+#define IONLON2		165.0
+#define IONLAT1		55.0
+#define IONLAT2		15.0
+#define DIONLON		2.0
+#define DIONLAT		1.0
+
+//---------------------------------------------------------------------------
+
+extern rtksvr_t rtksvr;		// rtk server struct
+extern stream_t monistr;	// monitor stream
+
+//---------------------------------------------------------------------------
+__fastcall TMonitorDialog::TMonitorDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	int i;
+	
+	ScrollPos=0;
+	ObsMode=0;
+	ConFmt=0;
+	ConBuff=new TStringList;
+	ConBuff->Add("");
+	DoubleBuffered=true;
+	
+	for (i=0;i<=MAXRCVFMT;i++) {
+		SelFmt->Items->Add(formatstrs[i]);
+	}
+	init_rtcm(&rtcm);
+	init_raw(&raw);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::FormShow(TObject *Sender)
+{
+	TypeF=Type->ItemIndex;
+	Label->Caption="";
+	FontScale=Screen->PixelsPerInch;
+	Tbl->DefaultRowHeight=16*FontScale/96;
+	ClearTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::FormClose(TObject *Sender, TCloseAction &Action)
+{
+	free_rtcm(&rtcm);
+	free_raw(&raw);
+	Release();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::TypeChange(TObject *Sender)
+{
+	int index;
+	
+	TypeF=Type->ItemIndex;
+	index=TypeF-NMONITEM;
+	
+	if (0<=index) {
+		rtksvrlock(&rtksvr);
+		if      (index<2) rtksvr.npb[index  ]=0;
+		else if (index<4) rtksvr.nsb[index-2]=0;
+		else              rtksvr.rtk.neb=0;
+		rtksvrunlock(&rtksvr);
+	}
+	ClearTable();
+	Label->Caption="";
+	ConBuff->Clear();
+	ConBuff->Add("");
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SelFmtChange(TObject *Sender)
+{
+	AddConsole("\n",1,1);
+	ConFmt=SelFmt->ItemIndex;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::Timer1Timer(TObject *Sender)
+{
+	if (!Visible) return;
+	switch (TypeF) {
+		case  0: ShowRtk();        break;
+		case  1: ShowObs();        break;
+		case  2: ShowNav(SYS_GPS); break;
+		case  3: ShowGnav();       break;
+		case  4: ShowNav(SYS_GAL); break;
+		case  5: ShowNav(SYS_QZS); break;
+		case  6: ShowNav(SYS_CMP); break;
+		case  7: ShowSbsNav();     break;
+		case  8: ShowIonUtc();     break;
+		case  9: ShowStr();        break;
+		case 10: ShowSat(SYS_GPS); break;
+		case 11: ShowSat(SYS_GLO); break;
+		case 12: ShowSat(SYS_GAL); break;
+		case 13: ShowSat(SYS_QZS); break;
+		case 14: ShowSat(SYS_CMP); break;
+		case 15: ShowSat(SYS_SBS); break;
+		case 16: ShowEst();        break;
+		case 17: ShowCov();        break;
+		case 18: ShowSbsMsg();     break;
+		case 19: ShowSbsLong();    break;
+		case 20: ShowSbsIono();    break;
+		case 21: ShowSbsFast();    break;
+		case 22: ShowRtcm();       break;
+		case 23: ShowRtcmDgps();   break;
+		case 24: ShowRtcmSsr();    break;
+		case 25: ShowLexMsg();     break;
+		case 26: ShowLexEph();     break;
+		case 27: ShowLexIon();     break;
+		case 28: ShowIonCorr();    break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ClearTable(void)
+{
+	int console=0;
+	
+	switch (TypeF) {
+		case  0: SetRtk();      break;
+		case  1: SetObs();      break;
+		case  2: SetNav();      break;
+		case  3: SetGnav();     break;
+		case  4: SetNav();      break;
+		case  5: SetNav();      break;
+		case  6: SetNav();      break;
+		case  7: SetSbsNav();   break;
+		case  8: SetIonUtc();   break;
+		case  9: SetStr();      break;
+		case 10: SetSat();      break;
+		case 11: SetSat();      break;
+		case 12: SetSat();      break;
+		case 13: SetSat();      break;
+		case 14: SetSat();      break;
+		case 15: SetSat();      break;
+		case 16: SetEst();      break;
+		case 17: SetCov();      break;
+		case 18: SetSbsMsg();   break;
+		case 19: SetSbsLong();  break;
+		case 20: SetSbsIono();  break;
+		case 21: SetSbsFast();  break;
+		case 22: SetRtcm();     break;
+		case 23: SetRtcmDgps(); break;
+		case 24: SetRtcmSsr();  break;
+		case 25: SetLexMsg();   break;
+		case 26: SetLexEph();   break;
+		case 27: SetLexIon();   break;
+		case 28: SetIonCorr();  break;
+		default: console=1;     break;
+	}
+	Console ->Visible=console;
+	Scroll  ->Visible=console;
+	BtnPause->Visible=console;
+	BtnDown ->Visible=console;
+	BtnClear->Visible=console;
+	Tbl     ->Visible=!console;
+	SelFmt  ->Visible=NMONITEM<=TypeF&&TypeF<=NMONITEM+2;
+	SelObs  ->Visible=TypeF==1;
+	SelSat  ->Visible=2<=TypeF&&TypeF<=7||10<=TypeF&&TypeF<=15;
+	SelStr  ->Visible=TypeF==18||TypeF==22||TypeF==24;
+	SelEph  ->Visible=2<=TypeF&&TypeF<=7;
+	SelIon  ->Visible=TypeF==28;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::Timer2Timer(TObject *Sender)
+{
+	unsigned char *msg;
+	char buff[256];
+	int i,n,len,index=TypeF-NMONITEM;
+	
+	if (index<0||6<=index) return;
+	
+	rtksvrlock(&rtksvr);
+	
+	if (index<3) { // input buffer
+		len=rtksvr.npb[index];
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.pbuf[index],len);
+			rtksvr.npb[index]=0;
+		}
+	}
+	else if (index<5) { // solution buffer
+		len=rtksvr.nsb[index-3];
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.sbuf[index-3],len);
+			rtksvr.nsb[index-3]=0;
+		}
+	}
+	else { // error message buffer
+		len=rtksvr.rtk.neb;
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.rtk.errbuf,len);
+			rtksvr.rtk.neb=0;
+		}
+	}
+	rtksvrunlock(&rtksvr);
+	
+	if (len<=0||!msg) return;
+	
+	rtcm.outtype=raw.outtype=1;
+	
+	if (ConFmt<2||index>=3) {
+		AddConsole(msg,len,index<3?ConFmt:1);
+	}
+	else if (ConFmt==2) {
+		for (i=0;i<len;i++) {
+			input_rtcm2(&rtcm,msg[i]);
+			if (rtcm.msgtype[0]) {
+				n=sprintf(buff,"%s\n",rtcm.msgtype);
+				AddConsole(buff,n,1);
+				rtcm.msgtype[0]='\0';
+			}
+	    }
+	}
+	else if (ConFmt==3) {
+		for (i=0;i<len;i++) {
+			input_rtcm3(&rtcm,msg[i]);
+			if (rtcm.msgtype[0]) {
+				n=sprintf(buff,"%s\n",rtcm.msgtype);
+				AddConsole(buff,n,1);
+				rtcm.msgtype[0]='\0';
+			}
+	    }
+	}
+	else if (ConFmt<16) {
+		for (i=0;i<len;i++) {
+			input_raw(&raw,ConFmt-2,msg[i]);
+			if (raw.msgtype[0]) {
+				n=sprintf(buff,"%s\n",raw.msgtype);
+				AddConsole(buff,n,1);
+				raw.msgtype[0]='\0';
+			}
+	    }
+	}
+	free(msg);
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::AddConsole(unsigned char *msg, int len, int mode)
+{
+	char buff[MAXLEN+16],*p=buff;
+	
+	if (BtnPause->Down) return;
+	
+	p+=sprintf(p,"%s",ConBuff->Strings[ConBuff->Count-1].c_str());
+	
+	for (int i=0;i<len;i++) {
+		if (mode) {
+			if (msg[i]=='\r') continue;
+			p+=sprintf(p,"%c",msg[i]=='\n'||isprint(msg[i])?msg[i]:'.');
+		}
+		else {
+			p+=sprintf(p,"%s%02X",(p-buff)%17==16?" ":"",msg[i]);
+			if (p-buff>=67) p+=sprintf(p,"\n");
+		}
+		if (p-buff>=MAXLEN) p+=sprintf(p,"\n");
+		
+		if (*(p-1)=='\n') {
+			ConBuff->Strings[ConBuff->Count-1]=buff;
+			ConBuff->Add("");
+			*(p=buff)=0;
+			if (ConBuff->Count>=MAXLINE) ConBuff->Delete(0);
+		}
+	}
+	ConBuff->Strings[ConBuff->Count-1]=buff;
+	if (BtnDown->Down) ScrollPos=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ConsolePaint(TObject *Sender)
+{
+	TCanvas *c=Console->Canvas;
+	TSize off=c->TextExtent(" ");
+	int n,m,p,y=TOPMARGIN;
+	
+	c->Brush->Style=bsSolid;
+	c->Brush->Color=clWhite;
+	c->FillRect(Console->ClientRect);
+	
+	n=ConBuff->Count;
+	if (ConBuff->Strings[n-1]=="") n--;
+	m=(Console->Height-TOPMARGIN*2)/off.cy;
+	p=m>=n?0:n-m-ScrollPos;
+	
+	for (int i=p<0?0:p;i<ConBuff->Count;i++,y+=off.cy) {
+		if (y+off.cy>Console->Height-TOPMARGIN) break;
+		c->Font->Color=i<n-1?clGray:clBlack;
+		c->TextOut(LEFTMARGIN,y,ConBuff->Strings[i]);
+	}
+	Scroll->Max=n<=m?m-1:n-m;
+	Scroll->Position=Scroll->Max-ScrollPos;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ScrollChange(TObject *Sender)
+{
+	ScrollPos=Scroll->Max-Scroll->Position;
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::BtnDownClick(TObject *Sender)
+{
+	if (BtnDown->Down) ScrollPos=0;
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::BtnClearClick(TObject *Sender)
+{
+	ConBuff->Clear();
+	ConBuff->Add("");
+	Console->Invalidate();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SelObsChange(TObject *Sender)
+{
+	ObsMode=SelObs->ItemIndex;
+	SetObs();
+	ShowObs();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetRtk(void)
+{
+	AnsiString label[]={"Parameter","Value"};
+	int width[]={220,380};
+	
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (int i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowRtk(void)
+{
+	rtk_t rtk;
+	AnsiString s,exsats,navsys="";
+	AnsiString svrstate[]={"Stop","Run"};
+	AnsiString sol[]={"-","Fix","Float","SBAS","DGPS","Single","PPP",""};
+	AnsiString mode[]={"Single","DGPS","Kinematic","Static","Moving-Base",
+					   "Fixed","PPP-Kinematic","PPP-Static",""};
+	AnsiString freq[]={"-","L1","L1+L2","L1+L2+L5","L1+L2+L5+L6","L1+L2+L5+L6+L7","L1+L2+L5+L6+L7+L8",""};
+	double *del,*off1,*off2,runtime,rt[3]={0},dop[4]={0};
+	double azel[MAXSAT*2],pos[3],vel[3];
+	int i,j,k,thread,cycle,state,rtkstat,nsat0,nsat1,prcout;
+	int cputime,nb[3]={0},nmsg[3][10]={{0}},ne;
+	char tstr[64],*ant,id[32],s1[64]="-",s2[64]="-",s3[64]="-";
+	char file[1024]="";
+	char *ionoopt[]={"OFF","Broadcast","SBAS","Dual-Frequency","Estimate STEC","IONEX TEC","QZSS LEX",""};
+	char *tropopt[]={"OFF","Saastamoinen","SBAS","Estimate ZTD","Estimate ZTD+Grad",""};
+	char *ephopt []={"Broadcast","Precise","Broadcast+SBAS","Broadcat+SSR APC","Broadcast+SSR CoM","QZSS LEX",""};
+	
+	rtksvrlock(&rtksvr); // lock
+	
+	rtk=rtksvr.rtk;
+	thread=(int)rtksvr.thread;
+	cycle=rtksvr.cycle;
+	state=rtksvr.state;
+	rtkstat=rtksvr.rtk.sol.stat;
+	nsat0=rtksvr.obs[0][0].n;
+	nsat1=rtksvr.obs[1][0].n;
+	cputime=rtksvr.cputime;
+	prcout =rtksvr.prcout;
+	for (i=0;i<3;i++) nb[i]=rtksvr.nb[i];
+	for (i=0;i<3;i++) for (j=0;j<10;j++) {
+		nmsg[i][j]=rtksvr.nmsg[i][j];
+	}
+	if (rtksvr.state) {
+		runtime=(double)(tickget()-rtksvr.tick)/1000.0;
+		rt[0]=floor(runtime/3600.0); runtime-=rt[0]*3600.0;
+		rt[1]=floor(runtime/60.0); rt[2]=runtime-rt[1]*60.0;
+	}
+	if ((ne=rtksvr.nav.ne)>0) {
+		time2str(rtksvr.nav.peph[   0].time,s1,0);
+		time2str(rtksvr.nav.peph[ne-1].time,s2,0);
+		time2str(rtksvr.ftime[2],s3,0);
+	}
+	strcpy(file,rtksvr.files[2]);
+
+	rtksvrunlock(&rtksvr); // unlock
+	
+	for (j=k=0;j<MAXSAT;j++) {
+		if (rtk.opt.mode==PMODE_SINGLE&&!rtk.ssat[j].vs) continue;
+		if (rtk.opt.mode!=PMODE_SINGLE&&!rtk.ssat[j].vsat[0]) continue;
+		azel[  k*2]=rtk.ssat[j].azel[0];
+		azel[1+k*2]=rtk.ssat[j].azel[1];
+		k++;
+	}
+	dops(k,azel,0.0,dop);
+	
+	if (rtk.opt.navsys&SYS_GPS) navsys=navsys+"GPS ";
+	if (rtk.opt.navsys&SYS_GLO) navsys=navsys+"GLONASS ";
+	if (rtk.opt.navsys&SYS_GAL) navsys=navsys+"Galileo ";
+	if (rtk.opt.navsys&SYS_QZS) navsys=navsys+"QZSS ";
+	if (rtk.opt.navsys&SYS_SBS) navsys=navsys+"SBAS ";
+	if (rtk.opt.navsys&SYS_CMP) navsys=navsys+"BeiDou ";
+	
+	Label->Caption="";
+	Tbl->RowCount=57;
+	
+	i=1;
+	Tbl->Cells[0][i  ]="RTKLIB Version";
+	Tbl->Cells[1][i++]=s.sprintf("%s %s",VER_RTKLIB,PATCH_LEVEL);
+	
+	Tbl->Cells[0][i  ]="RTK Server Thread";
+	Tbl->Cells[1][i++]=s.sprintf("%d",thread);
+	
+	Tbl->Cells[0][i  ]="RTK Server State";
+	Tbl->Cells[1][i++]=svrstate[state];
+	
+	Tbl->Cells[0][i  ]="Processing Cycle (ms)";
+	Tbl->Cells[1][i++]=s.sprintf("%d",cycle);
+	
+	Tbl->Cells[0][i  ]="Positioning Mode";
+	Tbl->Cells[1][i++]=mode[rtk.opt.mode];
+	
+	Tbl->Cells[0][i  ]="Frequencies";
+	Tbl->Cells[1][i++]=freq[rtk.opt.nf];
+	
+	Tbl->Cells[0][i  ]="Elevation Mask (deg)";
+	Tbl->Cells[1][i++]=s.sprintf("%.0f",rtk.opt.elmin*R2D);
+	
+	Tbl->Cells[0][i  ]="SNR Mask L1 (dBHz)";
+	Tbl->Cells[1][i++]=!rtk.opt.snrmask.ena?s.sprintf(""):
+		s.sprintf("%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f",
+				  rtk.opt.snrmask.mask[0][0],rtk.opt.snrmask.mask[0][1],rtk.opt.snrmask.mask[0][2],
+				  rtk.opt.snrmask.mask[0][3],rtk.opt.snrmask.mask[0][4],rtk.opt.snrmask.mask[0][5],
+				  rtk.opt.snrmask.mask[0][6],rtk.opt.snrmask.mask[0][7],rtk.opt.snrmask.mask[0][8]);
+	
+	Tbl->Cells[0][i  ]="SNR Mask L2 (dBHz)";
+	Tbl->Cells[1][i++]=!rtk.opt.snrmask.ena?s.sprintf(""):
+		s.sprintf("%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f",
+				  rtk.opt.snrmask.mask[1][0],rtk.opt.snrmask.mask[1][1],rtk.opt.snrmask.mask[1][2],
+				  rtk.opt.snrmask.mask[1][3],rtk.opt.snrmask.mask[1][4],rtk.opt.snrmask.mask[1][5],
+				  rtk.opt.snrmask.mask[1][6],rtk.opt.snrmask.mask[1][7],rtk.opt.snrmask.mask[1][8]);
+	
+	Tbl->Cells[0][i  ]="SNR Mask L5 (dBHz)";
+	Tbl->Cells[1][i++]=!rtk.opt.snrmask.ena?s.sprintf(""):
+		s.sprintf("%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f,%.0f",
+				  rtk.opt.snrmask.mask[2][0],rtk.opt.snrmask.mask[2][1],rtk.opt.snrmask.mask[2][2],
+				  rtk.opt.snrmask.mask[2][3],rtk.opt.snrmask.mask[2][4],rtk.opt.snrmask.mask[2][5],
+				  rtk.opt.snrmask.mask[2][6],rtk.opt.snrmask.mask[2][7],rtk.opt.snrmask.mask[2][8]);
+	
+	Tbl->Cells[0][i  ]="Rec Dynamic/Earth Tides Correction";
+	Tbl->Cells[1][i++]=s.sprintf("%s,%s",rtk.opt.dynamics?"ON":"OFF",rtk.opt.tidecorr?"ON":"OFF");
+	
+	Tbl->Cells[0][i  ]="Ionosphere/Troposphere Model";
+	Tbl->Cells[1][i++]=s.sprintf("%s,%s",ionoopt[rtk.opt.ionoopt],tropopt[rtk.opt.tropopt]);
+	
+	Tbl->Cells[0][i  ]="Satellite Ephemeris";
+	Tbl->Cells[1][i++]=ephopt[rtk.opt.sateph];
+	
+	for (j=1;j<=MAXSAT;j++) {
+		if (!rtk.opt.exsats[j-1]) continue;
+		satno2id(j,id);
+		if (rtk.opt.exsats[j-1]==2) exsats=exsats+"+";
+		exsats=exsats+id+" ";
+	}
+	Tbl->Cells[0][i  ]="Excluded Satellites";
+	Tbl->Cells[1][i++]=exsats;
+	
+	Tbl->Cells[0][i  ]="Navi Systems";
+	Tbl->Cells[1][i++]=navsys;
+	
+	Tbl->Cells[0][i  ]="Accumulated Time to Run";
+	Tbl->Cells[1][i++]=s.sprintf("%02.0f:%02.0f:%04.1f",rt[0],rt[1],rt[2]);
+	
+	Tbl->Cells[0][i  ]="CPU Time for a Processing Cycle (ms)";
+	Tbl->Cells[1][i++]=s.sprintf("%d",cputime);
+	
+	Tbl->Cells[0][i  ]="Missing Obs Data Count";
+	Tbl->Cells[1][i++]=s.sprintf("%d",prcout);
+	
+	Tbl->Cells[0][i  ]="Bytes in Input Buffer";
+	Tbl->Cells[1][i++]=s.sprintf("%d,%d,%d",nb[0],nb[1],nb[2]);
+	
+	Tbl->Cells[0][i  ]="# of Input Data Rover";
+	Tbl->Cells[1][i++]=s.sprintf("Obs(%d),Nav(%d),Gnav(%d),Ion(%d),Sbs(%d),Pos(%d),Dgps(%d),Ssr(%d),Lex(%d),Err(%d)",
+								 nmsg[0][0],nmsg[0][1],nmsg[0][6],nmsg[0][2],nmsg[0][3],
+								 nmsg[0][4],nmsg[0][5],nmsg[0][7],nmsg[0][8],nmsg[0][9]);
+	
+	Tbl->Cells[0][i  ]="# of Input Data Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("Obs(%d),Nav(%d),Gnav(%d),Ion(%d),Sbs(%d),Pos(%d),Dgps(%d),Ssr(%d),Lex(%d),Err(%d)",
+								 nmsg[1][0],nmsg[1][1],nmsg[1][6],nmsg[1][2],nmsg[1][3],
+								 nmsg[1][4],nmsg[1][5],nmsg[1][7],nmsg[1][8],nmsg[1][9]);
+	
+	Tbl->Cells[0][i  ]="# of Input Data Ephemeris";
+	Tbl->Cells[1][i++]=s.sprintf("Obs(%d),Nav(%d),Gnav(%d),Ion(%d),Sbs(%d),Pos(%d),Dgps(%d),Ssr(%d),Lex(%d),Err(%d)",
+								 nmsg[2][0],nmsg[2][1],nmsg[2][6],nmsg[2][2],nmsg[2][3],
+								 nmsg[2][4],nmsg[2][5],nmsg[2][7],nmsg[2][8],nmsg[2][9]);
+	
+	Tbl->Cells[0][i  ]="Solution Status";
+	Tbl->Cells[1][i++]=sol[rtkstat];
+	
+	time2str(rtk.sol.time,tstr,9);
+	Tbl->Cells[0][i  ] ="Time of Receiver Clock Rover";
+	Tbl->Cells[1][i++]=rtk.sol.time.time?tstr:"-";
+	
+	Tbl->Cells[0][i  ] ="Time Sytem Offset/Receiver Bias (GLO-GPS,GAL-GPS,BDS-GPS) (ns)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",rtk.sol.dtr[1]*1E9,rtk.sol.dtr[2]*1E9,
+                                 rtk.sol.dtr[3]*1E9);
+	
+	Tbl->Cells[0][i  ]="Solution Interval (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",rtk.tt);
+	
+	Tbl->Cells[0][i  ]="Age of Differential (s)";
+	Tbl->Cells[1][i++] =s.sprintf("%.3f",rtk.sol.age);
+	
+	Tbl->Cells[0][i  ]="Ratio for AR Validation";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",rtk.sol.ratio);
+	
+	Tbl->Cells[0][i  ]="# of Satellites Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%d",nsat0);
+	
+	Tbl->Cells[0][i  ]="# of Satellites Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%d",nsat1);
+	
+	Tbl->Cells[0][i  ]="# of Valid Satellites";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtk.sol.ns);
+	
+	Tbl->Cells[0][i  ]="GDOP/PDOP/HDOP/VDOP";
+	Tbl->Cells[1][i++]=s.sprintf("%.1f,%.1f,%.1f,%.1f",dop[0],dop[1],dop[2],dop[3]);
+	
+	Tbl->Cells[0][i  ]="# of Real Estimated States";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtk.na);
+	
+	Tbl->Cells[0][i  ]="# of All Estimated States";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtk.nx);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z Single (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",rtk.sol.rr[0],rtk.sol.rr[1],rtk.sol.rr[2]);
+	
+	if (norm(rtk.sol.rr,3)>0.0) ecef2pos(rtk.sol.rr,pos); else pos[0]=pos[1]=pos[2]=0.0;
+	Tbl->Cells[0][i  ]="Lat/Lon/Height Single (deg,m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.8f,%.8f,%.3f",pos[0]*R2D,pos[1]*R2D,pos[2]);
+	
+	ecef2enu(pos,rtk.sol.rr+3,vel);
+	Tbl->Cells[0][i  ]="Vel E/N/U (m/s) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",vel[0],vel[1],vel[2]);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z Float (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",
+		rtk.x?rtk.x[0]:0,rtk.x?rtk.x[1]:0,rtk.x?rtk.x[2]:0);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z Float Std (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",
+		rtk.P?SQRT(rtk.P[0]):0,rtk.P?SQRT(rtk.P[1+1*rtk.nx]):0,rtk.P?SQRT(rtk.P[2+2*rtk.nx]):0);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z Fixed (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",
+		rtk.xa?rtk.xa[0]:0,rtk.xa?rtk.xa[1]:0,rtk.xa?rtk.xa[2]:0);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z Fixed Std (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",
+		rtk.Pa?SQRT(rtk.Pa[0]):0,rtk.Pa?SQRT(rtk.Pa[1+1*rtk.na]):0,rtk.Pa?SQRT(rtk.Pa[2+2*rtk.na]):0);
+	
+	Tbl->Cells[0][i  ]="Pos X/Y/Z (m) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",rtk.rb[0],rtk.rb[1],rtk.rb[2]);
+	
+	if (norm(rtk.rb,3)>0.0) ecef2pos(rtk.rb,pos); else pos[0]=pos[1]=pos[2]=0.0;
+	Tbl->Cells[0][i  ]="Lat/Lon/Height (deg,m) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.8f,%.8f,%.3f",pos[0]*R2D,pos[1]*R2D,pos[2]);
+	
+	ecef2enu(pos,rtk.rb+3,vel);
+	Tbl->Cells[0][i  ]="Vel E/N/U (m/s) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",vel[0],vel[1],vel[2]);
+	
+	Tbl->Cells[0][i  ]="Antenna Type Rover";
+	Tbl->Cells[1][i++]=rtk.opt.pcvr[0].type;
+	
+	off1=rtk.opt.pcvr[0].off[0];
+	Tbl->Cells[0][i  ]="Ant Phase Center L1 E/N/U (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",off1[0],off1[1],off1[2]);
+	
+	off2=rtk.opt.pcvr[0].off[1];
+	Tbl->Cells[0][i  ]="Ant Phase Center L2 E/N/U (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",off2[0],off2[1],off2[2]);
+	
+	del=rtk.opt.antdel[0];
+	Tbl->Cells[0][i  ]="Ant Delta E/N/U (m) Rover";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",del[0],del[1],del[2]);
+	
+	Tbl->Cells[0][i  ]="Antenna Type Base/NRTK Station";
+	Tbl->Cells[1][i++]=rtk.opt.pcvr[1].type;
+	
+	off1=rtk.opt.pcvr[1].off[0];
+	Tbl->Cells[0][i  ]="Ant Phase Center L1 E/N/U (m) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",off1[0],off1[1],off1[2]);
+	
+	off2=rtk.opt.pcvr[1].off[1];
+	Tbl->Cells[0][i  ]="Ant Phase Center L2 E/N/U (m) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",off2[0],off2[1],off2[2]);
+	
+	del=rtk.opt.antdel[1];
+	Tbl->Cells[0][i  ]="Ant Delta E/N/U (m) Base/NRTK Station";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",del[0],del[1],del[2]);
+	
+	Tbl->Cells[0][i  ]="Precise Ephemeris Time/# of Epoch";
+	Tbl->Cells[1][i++]=s.sprintf("%s-%s (%d)",s1,s2,ne);
+	
+	Tbl->Cells[0][i  ]="Precise Ephemeris Download Time";
+	Tbl->Cells[1][i++]=s3;
+	
+	Tbl->Cells[0][i  ]="Precise Ephemeris Download File";
+	Tbl->Cells[1][i++]=file;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSat(void)
+{
+	int i,j=0,freq[]={1,2,5,6,7,8};
+	AnsiString s,label[]={
+		"SAT","PRN","Status","Azimuth (deg)","Elevation (deg)","LG (m)","PHW(cyc)",
+		"P1-P2(m)","P1-C1(m)","P2-C2(m)"
+	};
+	int width[]={25,25,30,45,45,60,60,40,40,40};
+	
+	Tbl->ColCount=10+NFREQ*9;
+	Tbl->RowCount=2;
+	for (i=0;i<5;i++) {
+		Tbl->ColWidths [j]=width[i]*FontScale/96;
+		Tbl->Cells[j  ][0]=label[i];
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=30*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("L%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=40*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("Fix%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("P%d Residual(m)",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("L%d Residual(m)",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("Slip%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("Lock%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("Outage%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=45*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("Reject%d",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ;i++) {
+		Tbl->ColWidths [j]=50*FontScale/96;
+		Tbl->Cells[j  ][0]=s.sprintf("WaveL%d(m)",freq[i]);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=5;i<10;i++) {
+		Tbl->ColWidths [j]=width[i]*FontScale/96;
+		Tbl->Cells[j  ][0]=label[i];
+		Tbl->Cells[j++][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSat(int sys)
+{
+	rtk_t rtk;
+	ssat_t *ssat;
+	AnsiString s;
+	int i,j,k,n,fix,prn;
+	char id[32];
+	double az,el,lam[MAXSAT][NFREQ],cbias[MAXSAT][3];
+	
+	rtksvrlock(&rtksvr);
+	rtk=rtksvr.rtk;
+	for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+		lam[i][j]=rtksvr.nav.lam[i][j];
+	}
+	for (i=0;i<MAXSAT;i++) for (j=0;j<3;j++) {
+		cbias[i][j]=rtksvr.nav.cbias[i][j];
+	}
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	for (i=0,n=1;i<MAXSAT;i++) {
+		if (!(satsys(i+1,NULL)&sys)) continue;
+		ssat=rtk.ssat+i;
+		if (SelSat->ItemIndex==1&&!ssat->vs) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->RowCount=2;
+		for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+		return;
+	}
+	Tbl->RowCount=n;
+	
+	for (i=0,n=1;i<MAXSAT;i++) {
+		if (!(satsys(i+1,NULL)&sys)) continue;
+		j=0;
+		ssat=rtk.ssat+i;
+		if (SelSat->ItemIndex==1&&!ssat->vs) continue;
+		satno2id(i+1,id);
+		satsys(i+1,&prn);
+		Tbl->Cells[j++][n]=id;
+		Tbl->Cells[j++][n]=s.sprintf("%d",prn);
+		Tbl->Cells[j++][n]=ssat->vs?"OK":"-";
+		az=ssat->azel[0]*R2D; if (az<0.0) az+=360.0;
+		el=ssat->azel[1]*R2D;
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",az);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",el);
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=ssat->vsat[k]?"OK":"-";
+		}
+		for (k=0;k<NFREQ;k++) {
+			fix=ssat->fix[k];
+			Tbl->Cells[j++][n]=fix==1?"FLOAT":(fix==2?"FIX":(fix==3?"HOLD":"-"));
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.2f",ssat->resp[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.4f",ssat->resc[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%d",ssat->slipc[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%d",ssat->lock[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%d",ssat->outc[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%d",ssat->rejc[k]);
+		}
+		for (k=0;k<NFREQ;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%7.5f",lam[i][k]);
+		}
+		Tbl->Cells[j++][n]=s.sprintf("%.3f",ssat->gf);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",ssat->phw);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",cbias[i][0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",cbias[i][1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",cbias[i][2]);
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetEst(void)
+{
+	AnsiString label[]={
+		"State","Estimate Float","Std Float","Estimate Fixed","Std Fixed"
+	};
+	int i,width[]={40,100,100,100,100};
+	
+	Tbl->ColCount=5;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowEst(void)
+{
+	gtime_t time;
+	int i,nx,na,n;
+	double *x,*P=NULL,*xa=NULL,*Pa=NULL;
+	AnsiString s,s0="-";
+	char tstr[64];
+
+	rtksvrlock(&rtksvr);
+	
+	time=rtksvr.rtk.sol.time;
+	nx=rtksvr.rtk.nx;
+	na=rtksvr.rtk.na;
+	if ((x =(double *)malloc(sizeof(double)*nx))&&
+	    (P =(double *)malloc(sizeof(double)*nx*nx))&&
+		(xa=(double *)malloc(sizeof(double)*na))&&
+	    (Pa=(double *)malloc(sizeof(double)*na*na))) {
+		memcpy(x ,rtksvr.rtk.x ,sizeof(double)*nx);
+		memcpy(P ,rtksvr.rtk.P ,sizeof(double)*nx*nx);
+		memcpy(xa,rtksvr.rtk.xa,sizeof(double)*na);
+		memcpy(Pa,rtksvr.rtk.Pa,sizeof(double)*na*na);
+	}
+	rtksvrunlock(&rtksvr);
+	
+	for (i=0,n=1;i<nx;i++) {
+		if (SelSat->ItemIndex==1&&x[i]==0.0) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->RowCount=2;
+		for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+		return;
+	}
+	Tbl->RowCount=n;
+	
+	time2str(time,tstr,9);
+	Label->Caption=time.time?s.sprintf("Time: %s",tstr):s0;
+	for (i=0,n=1;i<nx;i++) {
+		int j=0;
+		if (SelSat->ItemIndex==1&&x[i]==0.0) continue;
+		Tbl->Cells[j++][n]=s.sprintf("X_%d",i+1);
+		Tbl->Cells[j++][n]=x[i]==0.0?s0:s.sprintf("%.3f",x[i]);
+		Tbl->Cells[j++][n]=P[i+i*nx]==0.0?s0:s.sprintf("%.3f",SQRT(P[i+i*nx]));
+		Tbl->Cells[j++][n]=i>=na||xa[i]==0?s0:s.sprintf("%.3f",xa[i]);
+		Tbl->Cells[j++][n]=i>=na||Pa[i+i*na]==0.0?s0:s.sprintf("%.3f",SQRT(Pa[i+i*na]));
+		n++;
+	}
+	free(x); free(P); free(xa); free(Pa);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetCov(void)
+{
+	int i;
+	
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (i=0;i<2;i++) {
+		Tbl->ColWidths[i]=(i==0?35:45)*FontScale/96;
+		Tbl->Cells[i][0]="";
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowCov(void)
+{
+	gtime_t time;
+	int i,j,nx,n,m;
+	double *x,*P=NULL;
+	AnsiString s,s0="-";
+	char tstr[64];
+
+	rtksvrlock(&rtksvr);
+	
+	time=rtksvr.rtk.sol.time;
+	nx=rtksvr.rtk.nx;
+	if ((x =(double *)malloc(sizeof(double)*nx))&&
+	    (P =(double *)malloc(sizeof(double)*nx*nx))) {
+		memcpy(x ,rtksvr.rtk.x ,sizeof(double)*nx);
+		memcpy(P ,rtksvr.rtk.P ,sizeof(double)*nx*nx);
+	}
+	rtksvrunlock(&rtksvr);
+	
+	for (i=0,n=1;i<nx;i++) {
+		if (SelSat->ItemIndex==1&&(x[i]==0.0||P[i+i*nx]==0.0)) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->ColCount=2;
+		Tbl->RowCount=2;
+		Tbl->Cells[1][1]="";
+		return;
+	}
+	Tbl->ColCount=n;
+	Tbl->RowCount=n;
+	
+	time2str(time,tstr,9);
+	Label->Caption=time.time?s.sprintf("Time: %s",tstr):s0;
+	for (i=0,n=1;i<nx;i++) {
+		if (SelSat->ItemIndex==1&&(x[i]==0.0||P[i+i*nx]==0.0)) continue;
+		Tbl->ColWidths[n]=45*FontScale/96;
+		Tbl->Cells[0][n]=s.sprintf("X_%d",i+1);
+		Tbl->Cells[n][0]=s.sprintf("X_%d",i+1);
+		for (j=0,m=1;j<nx;j++) {
+			if (SelSat->ItemIndex==1&&(x[j]==0.0||P[j+j*nx]==0.0)) continue;
+			Tbl->Cells[m][n]=
+				P[i+j*nx]==0.0?s0:s.sprintf("%.5f",SQRT(P[i+j*nx]));
+			m++;
+		}
+		n++;
+	}
+	free(x); free(P);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetObs(void)
+{
+	AnsiString s,label[]={"Trcv (GPST)","SAT","RCV"};
+	int i,j=0,width[]={135,25,25},freq[]={1,2,5,6,7,8};
+	int nex=ObsMode?NEXOBS:0;
+	
+	Tbl->ColCount=3+(NFREQ+nex)*6;
+	Tbl->RowCount=2;
+	for (i=0;i<3;i++) {
+		Tbl->ColWidths [j]=width[i]*FontScale/96;
+		Tbl->Cells[j  ][0]=label[i];
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=80*FontScale/96;
+		Tbl->Cells[j  ][0]=i<NFREQ?s.sprintf("P%d (m)",freq[i]):s.sprintf("PX%d (m)",i-NFREQ+1);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=85*FontScale/96;
+		Tbl->Cells[j  ][0]=i<NFREQ?s.sprintf("L%d (cycle)",freq[i]):s.sprintf("LX%d (cycle)",i-NFREQ+1);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=60*FontScale/96;
+		Tbl->Cells[j  ][0]=i<NFREQ?s.sprintf("D%d (Hz)",freq[i]):s.sprintf("DX%d (Hz)",i-NFREQ+1);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=30*FontScale/96;
+		Tbl->Cells[j  ][0]=i<NFREQ?s.sprintf("S%d",freq[i]):s.sprintf("SX%d",i-NFREQ+1);
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=15*FontScale/96;
+		Tbl->Cells[j  ][0]="I";
+		Tbl->Cells[j++][1]="";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+		Tbl->ColWidths [j]=30*FontScale/96;
+		Tbl->Cells[j  ][0]=i<NFREQ?s.sprintf("C%d",freq[i]):s.sprintf("CX%d",i-NFREQ+1);
+		Tbl->Cells[j++][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowObs(void)
+{
+	AnsiString s;
+	obsd_t obs[MAXOBS*2];
+	char tstr[64],id[32],*code;
+	int i,j,k,n=0,nex=ObsMode?NEXOBS:0;
+	
+	rtksvrlock(&rtksvr);
+	for (i=0;i<rtksvr.obs[0][0].n&&n<MAXOBS*2;i++) {
+		obs[n++]=rtksvr.obs[0][0].data[i];
+	}
+	for (i=0;i<rtksvr.obs[1][0].n&&n<MAXOBS*2;i++) {
+		obs[n++]=rtksvr.obs[1][0].data[i];
+	}
+	rtksvrunlock(&rtksvr);
+	
+	Tbl->RowCount=n+1<2?2:n+1;
+	Label->Caption="";
+	
+	for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+	for (i=0;i<n;i++) {
+		j=0;
+		time2str(obs[i].time,tstr,3);
+		Tbl->Cells[j++][i+1]=tstr;
+		satno2id(obs[i].sat,id);
+		Tbl->Cells[j++][i+1]=id;
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",obs[i].rcv);
+		for (k=0;k<NFREQ+nex;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.3f",obs[i].P[k]);
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.3f",obs[i].L[k]);
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.3f",obs[i].D[k]);
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.1f",obs[i].SNR[k]*0.25);
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%d",obs[i].LLI[k]);
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			code=code2obs(obs[i].code[k],NULL);
+			if (*code) Tbl->Cells[j++][i+1]=s.sprintf("L%s",code);
+			else       Tbl->Cells[j++][i+1]="";
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetNav(void)
+{
+	AnsiString label[]={
+		"SAT","PRN","Status","IODE","IODC","Accuracy","Health","Toe","Toc","Ttrans",
+		"A (m)","e","i0 (deg)","OMEGA0 (deg)","omega (deg)","M0 (deg)",
+		"deltan (deg/s)","OMEGAdot (deg/s)","IDOT (deg/s)",
+		"af0 (ns)","af1 (ns/s)","af2 (ns/s2)","TGD (ns)","BGD5a(ns)","BGD5b(ns)",
+		"Cuc(rad)","Cus(rad)","Crc(m)","Crs(m)","Cic(rad)","Cis(rad)","Code","Flag",
+	};
+	int i,width[]={
+		25,25,30,30,30,25,25,115,115,115, 80,70,60,60,60,60,70,70,70,60,
+		50,50,50,50,50,70,70,70,70,70, 70,30,30
+	};
+	Tbl->ColCount=33;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowNav(int sys)
+{
+	eph_t eph[MAXSAT];
+	gtime_t time;
+	AnsiString s;
+	char tstr[64],id[32];
+	int i,j,k,n,valid,prn,off=SelEph->ItemIndex?MAXSAT:0;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) eph[i]=rtksvr.nav.eph[i+off];
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	for (k=0,n=1;k<MAXSAT;k++) {
+		if (!(satsys(k+1,&prn)&sys)) continue;
+		valid=eph[k].toe.time!=0&&!eph[k].svh&&fabs(timediff(time,eph[k].toe))<=MAXDTOE;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->RowCount=2;
+		for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+		return;
+	}
+	Tbl->RowCount=n;
+	
+	for (k=0,n=1;k<MAXSAT;k++) {
+		j=0;
+		if (!(satsys(k+1,&prn)&sys)) continue;
+		valid=eph[k].toe.time!=0&&!eph[k].svh&&fabs(timediff(time,eph[k].toe))<=MAXDTOE;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		satno2id(k+1,id);
+		Tbl->Cells[j++][n]=id;
+		Tbl->Cells[j++][n]=s.sprintf("%d",prn);
+		Tbl->Cells[j++][n]=valid?"OK":"-";
+		if (eph[k].iode<0) s="-"; else s.sprintf("%d",eph[k].iode);
+		Tbl->Cells[j++][n]=s;
+		if (eph[k].iodc<0) s="-"; else s.sprintf("%d",eph[k].iodc);
+		Tbl->Cells[j++][n]=s;
+		Tbl->Cells[j++][n]=s.sprintf("%d",eph[k].sva);
+		Tbl->Cells[j++][n]=s.sprintf("%02x",eph[k].svh);
+		if (eph[k].toe.time!=0) time2str(eph[k].toe,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		if (eph[k].toc.time!=0) time2str(eph[k].toc,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		if (eph[k].ttr.time!=0) time2str(eph[k].ttr,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		Tbl->Cells[j++][n]=s.sprintf("%.3f",eph[k].A);
+		Tbl->Cells[j++][n]=s.sprintf("%.8f",eph[k].e);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",eph[k].i0  *R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",eph[k].OMG0*R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",eph[k].omg *R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",eph[k].M0  *R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].deln*R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].OMGd*R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].idot*R2D);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",eph[k].f0*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.4f",eph[k].f1*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.4f",eph[k].f2*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",eph[k].tgd[0]*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",eph[k].tgd[1]*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",eph[k].tgd[2]*1E9);
+		
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].cuc);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].cus);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].crc);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].crs);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].cic);
+		Tbl->Cells[j++][n]=s.sprintf("%.4E",eph[k].cis);
+		Tbl->Cells[j++][n]=s.sprintf("%d"  ,eph[k].code);
+		Tbl->Cells[j++][n]=s.sprintf("%d"  ,eph[k].flag);
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetGnav(void)
+{
+	AnsiString label[]={
+		"SAT","PRN","Status","IOD","Freq","Health","Age(days)","Toe","Tof",
+		"X (m)","Y (m)","Z (m)","VX (m/s)","VY (m/s)","VZ (m/s)",
+		"AX (m/s2)","AY (m/s2)","AZ (m/s2)","Tau (ns)","Gamma (ns/s)"
+	};
+	int i,width[]={
+		25,25,30,30,30,25,25,115,115,75,75,75,70,70,70,65,65,65,60,60
+	};
+	Tbl->ColCount=20;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowGnav(void)
+{
+	geph_t geph[NSATGLO];
+	gtime_t time;
+	AnsiString s;
+	char tstr[64],id[32];
+	int i,j,n,valid,prn,off=SelEph->ItemIndex?NSATGLO:0;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<NSATGLO;i++) geph[i]=rtksvr.nav.geph[i+off];
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	for (i=0,n=1;i<NSATGLO;i++) {
+		valid=geph[i].toe.time!=0&&!geph[i].svh&&
+			  fabs(timediff(time,geph[i].toe))<=MAXDTOE_GLO;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->RowCount=2;
+		for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+		return;
+	}
+	Tbl->RowCount=n;
+	
+	for (i=0,n=1;i<NSATGLO;i++) {
+		j=0;
+		valid=geph[i].toe.time!=0&&!geph[i].svh&&
+			  fabs(timediff(time,geph[i].toe))<=MAXDTOE_GLO;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		prn=MINPRNGLO+i;
+		satno2id(satno(SYS_GLO,prn),id);
+		Tbl->Cells[j++][n]=id;
+		Tbl->Cells[j++][n]=s.sprintf("%d",prn);
+		Tbl->Cells[j++][n]=valid?"OK":"-";
+		if (geph[i].iode<0) s="-"; else s.sprintf("%d",geph[i].iode);
+		Tbl->Cells[j++][n]=s;
+		Tbl->Cells[j++][n]=s.sprintf("%d",geph[i].frq);
+		Tbl->Cells[j++][n]=s.sprintf("%d",geph[i].svh);
+		Tbl->Cells[j++][n]=s.sprintf("%d",geph[i].age);
+		if (geph[i].toe.time!=0) time2str(geph[i].toe,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		if (geph[i].tof.time!=0) time2str(geph[i].tof,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",geph[i].pos[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",geph[i].pos[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",geph[i].pos[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",geph[i].vel[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",geph[i].vel[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.5f",geph[i].vel[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",geph[i].acc[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",geph[i].acc[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",geph[i].acc[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",geph[i].taun*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.4f",geph[i].gamn*1E9);
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSbsNav(void)
+{
+	AnsiString label[]={
+		"SAT","PRN","Status","T0","Tof","Health","URA","X (m)","Y (m)","Z (m)","VX (m/s)",
+		"VY (m/s)","VZ (m/s)","AX (m/s2)","AY (m/s2)","AZ (m/s2)",
+		"af0 (ns)","af1 (ns/s)"
+	};
+	int i,width[]={25,25,30,115,115,30,30,75,75,75,70,70,70,65,65,65,60,60};
+	
+	Tbl->ColCount=17;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSbsNav(void)
+{
+	AnsiString s,s0="-";
+	seph_t seph[MAXPRNSBS-MINPRNSBS+1]={0};
+	gtime_t time;
+	int i,j,n,valid,prn,off=SelEph->ItemIndex?NSATSBS:0;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	for (int i=0;i<NSATSBS;i++) {
+		seph[i]=rtksvr.nav.seph[i+off];
+	}
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Label->Caption="";
+	
+	for (i=0,n=1;i<NSATSBS;i++) {
+		valid=fabs(timediff(time,seph[i].t0)<=MAXDTOE_SBS)&&
+			  seph[i].t0.time&&!seph[i].svh;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		n++;
+	}
+	if (n<2) {
+		Tbl->RowCount=2;
+		for (i=0;i<Tbl->ColCount;i++) Tbl->Cells[i][1]="";
+		return;
+	}
+	Tbl->RowCount=n;
+	
+	for (i=0,n=1;i<NSATSBS;i++) {
+		j=0;
+		valid=fabs(timediff(time,seph[i].t0)<=MAXDTOE_SBS)&&
+			  seph[i].t0.time&&!seph[i].svh;
+		if (SelSat->ItemIndex==1&&!valid) continue;
+		prn=MINPRNSBS+i;
+		satno2id(satno(SYS_SBS,prn),id);
+		Tbl->Cells[j++][n]=id;
+		Tbl->Cells[j++][n]=s.sprintf("%d",prn);
+		Tbl->Cells[j++][n]=valid?"OK":"-";
+		if (seph[i].t0.time) time2str(seph[i].t0,tstr,0);
+		else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		if (seph[i].tof.time) time2str(seph[i].tof,tstr,0);
+		else strcpy(tstr,"-");
+		Tbl->Cells[j++][n]=tstr;
+		Tbl->Cells[j++][n]=s.sprintf("%2x", seph[i].svh);
+		Tbl->Cells[j++][n]=s.sprintf("%d",  seph[i].sva);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",seph[i].pos[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",seph[i].pos[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.2f",seph[i].pos[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.6f",seph[i].vel[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.6f",seph[i].vel[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.6f",seph[i].vel[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",seph[i].acc[0]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",seph[i].acc[1]);
+		Tbl->Cells[j++][n]=s.sprintf("%.7f",seph[i].acc[2]);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",seph[i].af0*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.4f",seph[i].af1*1E9);
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetIonUtc(void)
+{
+	AnsiString label[]={"Parameter","Value"};
+	int i,width[]={220,380};
+	
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowIonUtc(void)
+{
+	double utc_gps[4],utc_glo[4],utc_gal[4],utc_qzs[4];
+	double ion_gps[8],ion_gal[4],ion_qzs[8];
+	gtime_t time;
+	AnsiString s;
+	double tow=0.0;
+	char tstr[64];
+	int i,j,k,leaps,week=0;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<4;i++) utc_gps[i]=rtksvr.nav.utc_gps[i];
+	for (i=0;i<4;i++) utc_glo[i]=rtksvr.nav.utc_glo[i];
+	for (i=0;i<4;i++) utc_gal[i]=rtksvr.nav.utc_gal[i];
+	for (i=0;i<4;i++) utc_qzs[i]=rtksvr.nav.utc_qzs[i];
+	for (i=0;i<8;i++) ion_gps[i]=rtksvr.nav.ion_gps[i];
+	for (i=0;i<4;i++) ion_gal[i]=rtksvr.nav.ion_gal[i];
+	for (i=0;i<8;i++) ion_qzs[i]=rtksvr.nav.ion_qzs[i];
+	leaps=rtksvr.nav.leaps;
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	Tbl->RowCount=17;
+	i=1;
+	
+	time2str(timeget(),tstr,3);
+	Tbl->Cells[0][i  ]="CPU Time (UTC)";
+	Tbl->Cells[1][i++]=s.sprintf("%s",tstr);
+	
+	if (time.time!=0) time2str(gpst2utc(time),tstr,3); else strcpy(tstr,"-");
+	Tbl->Cells[0][i  ]="Receiver Time (UTC)";
+	Tbl->Cells[1][i++]=s.sprintf("%s",tstr);
+	
+	if (time.time!=0) time2str(time,tstr,3); else strcpy(tstr,"-");
+	Tbl->Cells[0][i  ]="Receiver Time (GPST)";
+	Tbl->Cells[1][i++]=s.sprintf("%s",tstr);
+	
+	if (time.time!=0) tow=time2gpst(time,&week);
+	Tbl->Cells[0][i  ]="GPS Week/Time (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%d,%.3f",week,tow);
+	
+	Tbl->Cells[0][i  ]="Leap Seconds (GPST-UTC) (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%d",leaps);
+	
+	Tbl->Cells[0][i  ]="GPST-UTC Reference Week/Time (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.0f,%.0f",utc_gps[3],utc_gps[2]);
+	
+	Tbl->Cells[0][i  ]="GPST-UTC A0(ns),A1(ns/s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.6f",utc_gps[0]*1E9,utc_gps[1]*1E9);
+	
+	Tbl->Cells[0][i  ]="GST-GPS Reference Week/Time (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.0f,%.0f",utc_gal[3],utc_gal[2]);
+	
+	Tbl->Cells[0][i  ]="GST-GPS A0(ns),A1(ns/s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.6f",utc_gal[0]*1E9,utc_gal[1]*1E9);
+	
+	Tbl->Cells[0][i  ]="QZST-GPS Reference Week/Time (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.0f,%.0f",utc_qzs[3],utc_qzs[2]);
+	
+	Tbl->Cells[0][i  ]="QZST-GPS A0(ns),A1(ns/s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.6f",utc_qzs[0]*1E9,utc_qzs[1]*1E9);
+	
+	Tbl->Cells[0][i  ]="GPS Iono Parameters Alpha0-Alpha3";
+	Tbl->Cells[1][i++]=s.sprintf("%.5E,%.5E,%.5E,%.5E",ion_gps[0],ion_gps[1],ion_gps[2],ion_gps[3]);
+	
+	Tbl->Cells[0][i  ]="GPS Iono Parameters Beta0-Beta3";
+	Tbl->Cells[1][i++]=s.sprintf("%.5E,%.5E,%.5E,%.5E",ion_gps[4],ion_gps[5],ion_gps[6],ion_gps[7]);
+	
+	Tbl->Cells[0][i  ]="GALILEO Iono Parameters 0-2";
+	Tbl->Cells[1][i++]=s.sprintf("%.5E,%.5E,%.5E",ion_gal[0],ion_gal[1],ion_gal[2]);
+	
+	Tbl->Cells[0][i  ]="QZS Iono Parameters Alpha0-Alpha3";
+	Tbl->Cells[1][i++]=s.sprintf("%.5E,%.5E,%.5E,%.5E",ion_qzs[0],ion_qzs[1],ion_qzs[2],ion_qzs[3]);
+	
+	Tbl->Cells[0][i  ]="QZS Iono Parameters Beta0-Beta3";
+	Tbl->Cells[1][i++]=s.sprintf("%.5E,%.5E,%.5E,%.5E",ion_qzs[4],ion_qzs[5],ion_qzs[6],ion_qzs[7]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetStr(void)
+{
+	AnsiString label[]={
+		"Stream","Type","Format","Mode","State","Input (bytes)","Input (bps)",
+		"Output (bytes)","Output (bps)","Path","Message"
+	};
+	int i,width[]={95,70,80,35,35,70,70,70,70,220,220};
+	
+	Tbl->ColCount=11;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowStr(void)
+{
+	AnsiString ch[]={
+		"Input Rover","Input Base/NRTK","Input Ephemeris","Output Solution 1",
+		"Output Solution 2","Log Rover","Log Base/NRTK","Log Ephemeris",
+		"Monitor Port"
+	};
+	AnsiString type[]={
+		"-","Serial","File","TCP Server","TCP Client","UDP","NTRIP Server",
+		"NTRIP Client"
+	};
+	AnsiString outformat[]={
+		"Lat/Lon/Height","X/Y/Z-ECEF","E/N/U-Baseline","NMEA-0183"
+	};
+	AnsiString state[]={"Error","-","OK"};
+	AnsiString s,mode,form;
+	stream_t stream[9];
+	int i,j,format[9]={0};
+	char path[MAXSTRPATH]="",*p,*q,*pp;
+	
+	rtksvrlock(&rtksvr); // lock
+	for (i=0;i<8;i++) stream[i]=rtksvr.stream[i];
+	for (i=0;i<3;i++) format[i]=rtksvr.format[i];
+	for (i=3;i<5;i++) format[i]=rtksvr.solopt[i-3].posf;
+	stream[8]=monistr;
+	format[8]=SOLF_LLH;
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Tbl->RowCount=10;
+	Label->Caption="";
+	for (i=0;i<9;i++) {
+		j=0;
+		Tbl->Cells[j++][i+1]=ch[i];
+		Tbl->Cells[j++][i+1]=type[stream[i].type];
+		if (i<3) form=formatstrs[format[i]];
+		else if (i<5||i==8) form=outformat[format[i]];
+		else form="-";
+		Tbl->Cells[j++][i+1]=form;
+		if (stream[i].mode&STR_MODE_R) mode="R"; else mode="";
+		if (stream[i].mode&STR_MODE_W) mode=mode+(mode==""?"":"/")+"W";
+		Tbl->Cells[j++][i+1]=mode;
+		Tbl->Cells[j++][i+1]=state[stream[i].state+1];
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",stream[i].inb);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",stream[i].inr);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",stream[i].outb);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",stream[i].outr);
+		strcpy(path,stream[i].path);
+		pp=path;
+		if ((p=strchr(path,'@'))) {
+			for (q=p-1;q>=path;q--) if (*q==':') break;
+			if (q>=path) for (q++;q<p;q++) *q='*';
+		}
+		if (stream[i].type==STR_TCPCLI||stream[i].type==STR_TCPSVR) {
+			if ((p=strchr(path,'/'))) *p='\0';
+			if ((p=strchr(path,'@'))) pp=p+1;
+			if (stream[i].type==STR_TCPSVR) {
+				if ((p=strchr(pp,':'))) pp=p+1; else pp="";
+			}
+		}
+		Tbl->Cells[j++][i+1]=pp;
+		Tbl->Cells[j++][i+1]=stream[i].msg;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSbsMsg(void)
+{
+	AnsiString label[]={
+		"Trcv","PRN","Type","Message","Contents"
+	};
+	int i,width[]={115,25,25,420,200};
+	
+	Tbl->ColCount=5;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSbsMsg(void)
+{
+	AnsiString s;
+	sbsmsg_t msg[MAXSBSMSG];
+	const char *content[]={
+		"For Testing","PRN Mask","Fast Corrections","Fast Corrections",
+		"Fast Corrections","Fast Corrections","Integrity Information",
+		"Fast Correction Degradation Factor","GEO Navigation Message",
+		"Degradation Parameters","WAAS Network Time/UTC Offset Parameters",
+		"GEO Satellite Almanacs","Ionospheric Grid Point Masks",
+		"Mixed Fast Corrections/Long Term Satellite Error Corrections",
+		"Long Term Satellite Error Corrections","Ionospheric Delay Corrections",
+		"WAAS Service Messages","Clock-Ephemeris Covariance Matrix Message",
+		"Internal Test Message","Null Message",""
+	};
+	const int id[]={0,1,2,3,4,5,6,7,9,10,12,17,18,24,25,26,27,28,62,63,-1};
+	char str[256],*p;
+	int i,j,k,n,type;
+	
+	rtksvrlock(&rtksvr); // lock
+	n=rtksvr.nsbs;
+	for (i=0;i<n;i++) msg[i]=rtksvr.sbsmsg[i];
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Tbl->RowCount=n<=0?2:n+1;
+	Label->Caption="";
+	for (i=0;i<n;i++) {
+		j=0;
+		time2str(gpst2time(msg[i].week,msg[i].tow),str,0);
+		Tbl->Cells[j++][i+1]=str;
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",msg[i].prn);
+		type=msg[i].msg[1]>>2;
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",type);
+		p=str;
+		for (k=0;k<29;k++) p+=sprintf(p,"%02X",msg[i].msg[k]);
+		Tbl->Cells[j++][i+1]=str;
+		for (k=0;id[k]>=0;k++) if (type==id[k]) break;
+		Tbl->Cells[j++][i+1]=id[k]<0?"?":content[k];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSbsLong(void)
+{
+	AnsiString label[]={
+		"SAT","Status","IODE","dX (m)","dY (m)","dZ (m)","dVX (m/s)",
+		"dVY (m/s)","dVZ (m/s)","daf0 (ns)","daf1 (ns/s)","T0"
+	};
+	int i,width[]={25,30,30,55,55,55,55,55,55,55,55,115};
+	
+	Tbl->ColCount=12;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSbsLong(void)
+{
+	AnsiString s;
+	sbssat_t sbssat;
+	sbssatp_t *satp;
+	gtime_t time;
+	int i,j,valid;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	sbssat=rtksvr.nav.sbssat;
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Label->Caption="";
+	Tbl->RowCount=sbssat.nsat<=0?2:sbssat.nsat+1;
+	Label->Caption=s.sprintf("IODP:%2d  System Latency:%2d s",
+							 sbssat.iodp,sbssat.tlat);
+	for (i=0;i<Tbl->RowCount;i++) {
+		j=0;
+		satp=sbssat.sat+i;
+		valid=timediff(time,satp->lcorr.t0)<=MAXSBSAGEL&&satp->lcorr.t0.time;
+		satno2id(satp->sat,id);
+		Tbl->Cells[j++][i+1]=id;
+		Tbl->Cells[j++][i+1]=valid?"OK":"-";
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",satp->lcorr.iode);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",satp->lcorr.dpos[0]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",satp->lcorr.dpos[1]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",satp->lcorr.dpos[2]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",satp->lcorr.dvel[0]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",satp->lcorr.dvel[1]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",satp->lcorr.dvel[2]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",satp->lcorr.daf0*1E9);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",satp->lcorr.daf1*1E9);
+		if (satp->lcorr.t0.time) time2str(satp->lcorr.t0,tstr,0);
+		else strcpy(tstr,"-");
+		Tbl->Cells[j++][i+1]=tstr;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSbsIono(void)
+{
+	AnsiString label[]={
+		"IODI","Lat (deg)","Lon (deg)","GIVEI","Delay (m)","T0"
+	};
+	int i,width[]={30,50,50,30,60,115};
+	
+	Tbl->ColCount=6;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSbsIono(void)
+{
+	AnsiString s,s0="-";
+	sbsion_t sbsion[MAXBAND+1],*ion;
+	char tstr[64];
+	int i,j,k,n=0;
+	
+	rtksvrlock(&rtksvr); // lock
+	for (i=0;i<=MAXBAND;i++) sbsion[i]=rtksvr.nav.sbsion[i];
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Label->Caption="";
+	for (i=0;i<MAXBAND+1;i++) {
+		ion=sbsion+i;
+		for (j=0;j<ion->nigp;j++) {
+			k=0;
+			Tbl->Cells[k++][n+1]=s.sprintf("%d",ion->iodi);
+			Tbl->Cells[k++][n+1]=s.sprintf("%d",ion->igp[j].lat);
+			Tbl->Cells[k++][n+1]=s.sprintf("%d",ion->igp[j].lon);
+			Tbl->Cells[k++][n+1]=ion->igp[j].give?s.sprintf("%d",ion->igp[j].give-1):s0;
+			Tbl->Cells[k++][n+1]=s.sprintf("%.3f",ion->igp[j].delay);
+			if (ion->igp[j].t0.time) time2str(ion->igp[j].t0,tstr,0);
+			else strcpy(tstr,"-");
+			Tbl->Cells[k++][n+1]=tstr;
+			n++;
+		}
+	}
+	Tbl->RowCount=n<=0?2:n+1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetSbsFast(void)
+{
+	AnsiString label[]={
+		"SAT","Status","PRC (m)","RRC (m)","IODF","UDREI","AI","Tof"
+	};
+	int i,width[]={25,30,60,60,30,30,30,115};
+	
+	Tbl->ColCount=8;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowSbsFast(void)
+{
+	AnsiString s,s0="-";
+	sbssat_t sbssat;
+	sbssatp_t *satp;
+	gtime_t time;
+	int i,j,valid;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	sbssat=rtksvr.nav.sbssat;
+	rtksvrunlock(&rtksvr); // unlock
+	
+	Label->Caption="";
+	Tbl->RowCount=sbssat.nsat<=0?2:sbssat.nsat+1;
+	Label->Caption=s.sprintf("IODP:%2d  System Latency:%2d s",sbssat.iodp,sbssat.tlat);
+	for (i=0;i<Tbl->RowCount;i++) {
+		j=0;
+		satp=sbssat.sat+i;
+		valid=fabs(timediff(time,satp->fcorr.t0)<=MAXSBSAGEF)&&satp->fcorr.t0.time&&
+			  0<=satp->fcorr.udre-1&&satp->fcorr.udre-1<14;
+		satno2id(satp->sat,id);
+		Tbl->Cells[j++][i+1]=id;
+		Tbl->Cells[j++][i+1]=valid?"OK":"-";
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",satp->fcorr.prc);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",satp->fcorr.rrc);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",satp->fcorr.iodf);
+		Tbl->Cells[j++][i+1]=satp->fcorr.udre?s.sprintf("%d",satp->fcorr.udre-1):s0;
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",satp->fcorr.ai);
+		if (satp->fcorr.t0.time) time2str(satp->fcorr.t0,tstr,0);
+		else strcpy(tstr,"-");
+		Tbl->Cells[j++][i+1]=tstr;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetRtcm(void)
+{
+	AnsiString label[]={"Parameter","Value"};
+	int i,width[]={220,520};
+
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowRtcm(void)
+{
+	AnsiString s;
+	rtcm_t rtcm;
+	double pos[3]={0};
+	int i=1,j,format;
+	char tstr[64]="-",mstr1[1024]="",mstr2[1024]="",*p1=mstr1,*p2=mstr2;
+	
+	if (SelStr->ItemIndex>3) return;
+	
+	rtksvrlock(&rtksvr);
+	format=rtksvr.format[SelStr->ItemIndex];
+	rtcm=rtksvr.rtcm[SelStr->ItemIndex];
+	rtksvrunlock(&rtksvr);
+	
+	if (rtcm.time.time) time2str(rtcm.time,tstr,3);
+	
+	for (j=1;j<100;j++) {
+		if (rtcm.nmsg2[j]==0) continue;
+        p1+=sprintf(p1,"%s%d (%d)",p1>mstr1?",":"",j,rtcm.nmsg2[j]);
+	}
+	if (rtcm.nmsg2[0]>0) {
+		sprintf(p1,"%sother (%d)",p1>mstr1?",":"",rtcm.nmsg2[0]);
+	}
+	for (j=1;j<300;j++) {
+		if (rtcm.nmsg3[j]==0) continue;
+        p2+=sprintf(p2,"%s%d(%d)",p2>mstr2?",":"",j+1000,rtcm.nmsg3[j]);
+	}
+	if (rtcm.nmsg3[0]>0) {
+		sprintf(p2,"%sother(%d)",p2>mstr2?",":"",rtcm.nmsg3[0]);
+	}
+	Label->Caption="";
+	
+	Tbl->RowCount=27;
+	
+	Tbl->Cells[0][i  ]="Format";
+	Tbl->Cells[1][i++]=format==STRFMT_RTCM2?"RTCM2":"RTCM3";
+	
+	Tbl->Cells[0][i  ]="Message Time";
+	Tbl->Cells[1][i++]=tstr;
+	
+	Tbl->Cells[0][i  ]="Station ID";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtcm.staid);
+	
+	Tbl->Cells[0][i  ]="Station Health";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtcm.stah);
+	
+	Tbl->Cells[0][i  ]="Sequence No";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtcm.seqno);
+	
+	Tbl->Cells[0][i  ]="Station Pos X/Y/Z (m)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",rtcm.sta.pos[0],rtcm.sta.pos[1],rtcm.sta.pos[2]);
+	
+	if (norm(rtcm.sta.pos,3)>0.0) ecef2pos(rtcm.sta.pos,pos);
+	Tbl->Cells[0][i  ]="Station Lat/Lon/Height (deg,m)";
+	Tbl->Cells[1][i++]=s.sprintf("%.8f,%.8f,%.3f",pos[0]*R2D,pos[1]*R2D,pos[2]);
+	
+	Tbl->Cells[0][i  ]="ITRF Realization Year";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtcm.sta.itrf);
+	
+	Tbl->Cells[0][i  ]="Antenna Delta Type";
+	Tbl->Cells[1][i++]=rtcm.sta.deltype?"X/Y/Z":"E/N/U";
+	
+	Tbl->Cells[0][i  ]="Antenna Delta (m)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f,%.3f,%.3f",rtcm.sta.del[0],rtcm.sta.del[1],rtcm.sta.del[2]);
+	
+	Tbl->Cells[0][i  ]="Antenna Height (m)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",rtcm.sta.hgt);
+	
+	Tbl->Cells[0][i  ]="Antenna Descriptor";
+	Tbl->Cells[1][i++]=rtcm.sta.antdes;
+	
+	Tbl->Cells[0][i  ]="Antenna Setup Id";
+	Tbl->Cells[1][i++]=s.sprintf("%d",rtcm.sta.antsetup);
+	
+	Tbl->Cells[0][i  ]="Antenna Serial No";
+	Tbl->Cells[1][i++]=rtcm.sta.antsno;
+	
+	Tbl->Cells[0][i  ]="Receiver Type Descriptor";
+	Tbl->Cells[1][i++]=rtcm.sta.rectype;
+	
+	Tbl->Cells[0][i  ]="Receiver Firmware Version";
+	Tbl->Cells[1][i++]=rtcm.sta.recver;
+	
+	Tbl->Cells[0][i  ]="Receiver Serial No";
+	Tbl->Cells[1][i++]=rtcm.sta.recsno;
+	
+	Tbl->Cells[0][i  ]="RTCM Special Message";
+	Tbl->Cells[1][i++]=rtcm.msg;
+	
+	Tbl->Cells[0][i  ]="Last Message";
+	Tbl->Cells[1][i++]=rtcm.msgtype;
+	
+	Tbl->Cells[0][i  ]="# of RTCM Messages";
+	Tbl->Cells[1][i++]=format==STRFMT_RTCM2?mstr1:mstr2;
+	
+	Tbl->Cells[0][i  ]="MSM Signals for GPS";
+	Tbl->Cells[1][i++]=rtcm.msmtype[0];
+	
+	Tbl->Cells[0][i  ]="MSM Signals for GLONASS";
+	Tbl->Cells[1][i++]=rtcm.msmtype[1];
+	
+	Tbl->Cells[0][i  ]="MSM Signals for Galileo";
+	Tbl->Cells[1][i++]=rtcm.msmtype[2];
+	
+	Tbl->Cells[0][i  ]="MSM Signals for QZSS";
+	Tbl->Cells[1][i++]=rtcm.msmtype[3];
+	
+	Tbl->Cells[0][i  ]="MSM Signals for SBAS";
+	Tbl->Cells[1][i++]=rtcm.msmtype[4];
+	
+	Tbl->Cells[0][i  ]="MSM Signals for BeiDou";
+	Tbl->Cells[1][i++]=rtcm.msmtype[5];
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetRtcmDgps(void)
+{
+	AnsiString label[]={
+		"SAT","Status","PRC (m)","RRC (m)","IOD","UDRE","T0"
+	};
+	int i,width[]={25,30,60,60,30,30,115};
+	
+	Tbl->ColCount=7;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowRtcmDgps(void)
+{
+	AnsiString s;
+	gtime_t time;
+	dgps_t dgps[MAXSAT];
+	int i,j,valid;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) dgps[i]=rtksvr.nav.dgps[i];
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	Tbl->RowCount=MAXSAT+1;
+	
+	for (i=0;i<Tbl->RowCount;i++) {
+		j=0;
+		satno2id(i+1,id);
+		valid=dgps[i].t0.time&&fabs(timediff(time,dgps[i].t0))<=1800.0;
+		Tbl->Cells[j++][i+1]=id;
+		Tbl->Cells[j++][i+1]=valid?"OK":"-";
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",dgps[i].prc);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.4f",dgps[i].rrc);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",dgps[i].iod);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",dgps[i].udre);
+		if (dgps[i].t0.time) time2str(dgps[i].t0,tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][i+1]=tstr;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetRtcmSsr(void)
+{
+	AnsiString s,label[]={
+		"SAT","Status","UDI(s)","UDHR(s)","IOD","URA","Datum","T0",
+		"D0-A(m)","D0-C(m)","D0-R(m)","D1-A(mm/s)","D1-C(mm/s)","D1-R(mm/s)",
+		"C0(m)","C1(mm/s)","C2(mm/s2)","C-HR(m)","Code Bias(m)",
+		"Phase Bias(m)"
+	};
+	int i,width[]={
+		25,30,30,30,30,25,15,115,50,50,50,50,50,50,50,50,50,50,180,180
+	};
+	char *code;
+
+	Tbl->ColCount=20;
+	Tbl->RowCount=2;
+	for (i=0;i<20;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowRtcmSsr(void)
+{
+	AnsiString s;
+	gtime_t time;
+	ssr_t ssr[MAXSAT];
+	int i,j,k,valid;
+	char tstr[64],id[32],buff[256]="",*p;
+
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) {
+		if (SelStr->ItemIndex<3) {
+			ssr[i]=rtksvr.rtcm[SelStr->ItemIndex].ssr[i];
+		}
+		else ssr[i]=rtksvr.nav.ssr[i];
+	}
+	rtksvrunlock(&rtksvr);
+
+	Label->Caption="";
+	Tbl->RowCount=MAXSAT+1;
+
+	for (i=0;i<Tbl->RowCount;i++) {
+		j=0;
+		satno2id(i+1,id);
+		Tbl->Cells[j++][i+1]=id;
+		valid=ssr[i].t0[0].time&&fabs(timediff(time,ssr[i].t0[0]))<=1800.0;
+		Tbl->Cells[j++][i+1]=valid?"OK":"-";
+		Tbl->Cells[j++][i+1]=s.sprintf("%.0f",ssr[i].udi[0]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.0f",ssr[i].udi[2]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",ssr[i].iode);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",ssr[i].ura);
+		Tbl->Cells[j++][i+1]=s.sprintf("%d",ssr[i].refd);
+		if (ssr[i].t0[0].time) time2str(ssr[i].t0[0],tstr,0); else strcpy(tstr,"-");
+		Tbl->Cells[j++][i+1]=tstr;
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.3f",ssr[i].deph[k]);
+		}
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][i+1]=s.sprintf("%.3f",ssr[i].ddeph[k]*1E3);
+		}
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",ssr[i].dclk[0]);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",ssr[i].dclk[1]*1E3);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.5f",ssr[i].dclk[2]*1E3);
+		Tbl->Cells[j++][i+1]=s.sprintf("%.3f",ssr[i].hrclk);
+		buff[0]='\0';
+		for (p=buff,k=0;k<MAXCODE;k++) {
+			if (ssr[i].cbias[k]==0.0) continue;
+			p+=sprintf(p,"%s:%.3f ",code2obs(k+1,NULL),ssr[i].cbias[k]);
+		}
+		Tbl->Cells[j++][i+1]=buff;
+		buff[0]='\0';
+		for (p=buff,k=0;k<MAXCODE;k++) {
+			if (ssr[i].pbias[k]==0.0) continue;
+			p+=sprintf(p,"%s:%.3f ",code2obs(k+1,NULL),ssr[i].pbias[k]);
+		}
+		Tbl->Cells[j++][i+1]=buff;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetLexMsg(void)
+{
+	AnsiString label[]={"Parameter","Value"};
+	int i,width[]={140,450};
+	
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowLexMsg(void)
+{
+	AnsiString s;
+	raw_t raw;
+	int i=1,j,k,format;
+	char tstr[64]="-",mstr[2048]="",*p;
+	
+	if (SelStr->ItemIndex>3) return;
+	
+	rtksvrlock(&rtksvr);
+	format=rtksvr.format[SelStr->ItemIndex];
+	raw=rtksvr.raw[SelStr->ItemIndex];
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	if (format==STRFMT_LEXR&&raw.time.time) time2str(raw.time,tstr,3);
+	
+	Tbl->RowCount=15;
+	
+	Tbl->Cells[0][i  ]="Receiver Time";
+	Tbl->Cells[1][i++]=tstr;
+	
+	Tbl->Cells[0][i  ]="Signal Tracking Status";
+	Tbl->Cells[1][i++]=s.sprintf("%d",raw.lexmsg.stat);
+	
+	Tbl->Cells[0][i  ]="Signal Tracking Time (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",raw.lexmsg.ttt/1000.0);
+	
+	Tbl->Cells[0][i  ]="Signal Level (dBHz)";
+	Tbl->Cells[1][i++]=s.sprintf("%.1f",raw.lexmsg.snr*0.25);
+	
+	Tbl->Cells[0][i  ]="PRN Number";
+	Tbl->Cells[1][i++]=s.sprintf("%d",raw.lexmsg.prn);
+	
+	Tbl->Cells[0][i  ]="Message Type";
+	Tbl->Cells[1][i++]=s.sprintf("%d",raw.lexmsg.type);
+	
+	Tbl->Cells[0][i  ]="Alert Flag";
+	Tbl->Cells[1][i++]=s.sprintf("%d",raw.lexmsg.alert);
+	
+	for (j=0;j<7;j++) {
+		p=mstr;
+		for (k=0;k<32&&j*32+k<212;k++) {
+			p+=sprintf(p,"%02X%s",raw.lexmsg.msg[j*32+k],k%4==3?" ":"");
+		}
+		Tbl->Cells[0][i  ]=s.sprintf("Data Part (%d-%d)",j*32*8,
+									 (j*32+k)*8-1<1695?(j*32+k)*8-1:1694);
+		Tbl->Cells[1][i++]=mstr;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetLexEph(void)
+{
+	AnsiString s,label[]={
+		"SAT","Status","Tof","Health","Toe","URA","PosX(m)","PosY(m)","PosZ(m)",
+		"VelX(m/s)","VelY(m/s)","VelZ(m/s)",
+		"AccX(m/s2)","AccY(m/s2)","AccZ(m/s2)",
+		"JerkX(m/s3)","JerkY(m/s3)","JerkZ(m/s3)",
+		"Af0(ns)","Af1(ns/s)","TGD(ns)",
+		"ISCL1C/A(ns)","ISCL2C(ns)","ISCL5I(ns)","ISCL5Q(ns)",
+		"ISCL1CP(ns)","ISCL1CD(ns)","ISCLEX(ns)"
+	};
+	int i,width[]={
+		25,30,115,35,115,25,80,80,80,80,80,80,80,80,80,80,80,80,60,50,50,50,
+		50,50,50,50,50,50
+	};
+	char *code;
+
+	Tbl->ColCount=28;
+	Tbl->RowCount=2;
+	for (i=0;i<28;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowLexEph(void)
+{
+	AnsiString s;
+	gtime_t time;
+	lexeph_t lexeph[MAXSAT];
+	int i,j,k,n,sys,valid;
+	char tstr[64],health[16],id[32],*p;
+
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) lexeph[i]=rtksvr.nav.lexeph[i];
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	for (i=0,n=1;i<MAXSAT;i++) {
+		
+		sys=satsys(i+1,NULL);
+		if (sys!=SYS_GPS&&sys!=SYS_QZS) continue;
+		j=0;
+		satno2id(i+1,id);
+		Tbl->Cells[j++][n]=id;
+		valid=lexeph[i].toe.time&&fabs(timediff(time,lexeph[i].toe))<=360.0;
+		Tbl->Cells[j++][n]=valid?"OK":"-";
+		
+		if (lexeph[i].tof.time==0) sprintf(tstr,"-");
+		else time2str(lexeph[i].tof,tstr,0);
+		Tbl->Cells[j++][n]=tstr;
+		
+		for (k=0,p=health;k<5;k++) {
+			p+=sprintf(p,"%d",(lexeph[i].health>>(4-k))&1);
+		}
+		Tbl->Cells[j++][n]=health;
+		
+		if (lexeph[i].toe.time==0) sprintf(tstr,"-");
+		else time2str(lexeph[i].toe,tstr,0);
+		Tbl->Cells[j++][n]=tstr;
+		
+		Tbl->Cells[j++][n]=s.sprintf("%d",lexeph[i].ura);
+		
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.3f",lexeph[i].pos[k]);
+		}
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.6f",lexeph[i].vel[k]);
+		}
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.6E",lexeph[i].acc[k]);
+		}
+		for (k=0;k<3;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.6E",lexeph[i].jerk[k]);
+		}
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",lexeph[i].af0*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.4f",lexeph[i].af1*1E9);
+		Tbl->Cells[j++][n]=s.sprintf("%.1f",lexeph[i].tgd*1E9);
+		for (k=0;k<7;k++) {
+			Tbl->Cells[j++][n]=s.sprintf("%.1f",lexeph[i].isc[k]*1E9);
+		}
+		n++;
+	}
+	Tbl->RowCount=n;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetLexIon(void)
+{
+	AnsiString label[]={"Parameter","Value"};
+	int i,width[]={220,380};
+	
+	Tbl->ColCount=2;
+	Tbl->RowCount=2;
+	for (i=0;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=width[i]*FontScale/96;
+		Tbl->Cells[i][0]=label[i];
+		Tbl->Cells[i][1]="";
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowLexIon(void)
+{
+	AnsiString s;
+	lexion_t lexion;
+	int i=1,j;
+	char tstr[64]="-";
+	
+	rtksvrlock(&rtksvr);
+	lexion=rtksvr.nav.lexion;
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="";
+	
+	if (lexion.t0.time) time2str(lexion.t0,tstr,3);
+	
+	Tbl->RowCount=10;
+	
+	Tbl->Cells[0][i  ]="Reference Time (GPST)";
+	Tbl->Cells[1][i++]=tstr;
+	
+	Tbl->Cells[0][i  ]="Valid Time Tspan (s)";
+	Tbl->Cells[1][i++]=s.sprintf("%.1f",lexion.tspan);
+	
+	Tbl->Cells[0][i  ]="Origin of Approx Function Lat/Lon (deg)";
+	Tbl->Cells[1][i++]=s.sprintf("%.4f %.4f",lexion.pos0[0]*R2D,lexion.pos0[1]*R2D);
+	
+	Tbl->Cells[0][i  ]="0-0 Degree Coefficient E00 (m)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[0][0]);
+	
+	Tbl->Cells[0][i  ]="1-1 Degree Coefficient E10 (m/rad)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[1][0]);
+	
+	Tbl->Cells[0][i  ]="2-0 Degree Coefficient E20 (m/rad^2)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[2][0]);
+	
+	Tbl->Cells[0][i  ]="0-1 Degree Coefficient E01 (m/rad)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[0][1]);
+	
+	Tbl->Cells[0][i  ]="1-1 Degree Coefficient E11 (m/rad^2)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[1][1]);
+	
+	Tbl->Cells[0][i  ]="2-1 Degree Coefficient E21 (m/rad^3)";
+	Tbl->Cells[1][i++]=s.sprintf("%.3f",lexion.coef[2][1]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::SetIonCorr(void)
+{
+	AnsiString s;
+	int i,j;
+	
+	Tbl->ColCount=(IONLON2-IONLON1)/DIONLON+2;
+	Tbl->RowCount=(IONLAT1-IONLAT2)/DIONLAT+2;
+	
+	Tbl->ColWidths[0]=40*FontScale/96;
+	Tbl->Cells[0][0]="";
+	
+	for (i=1;i<Tbl->ColCount;i++) {
+		Tbl->ColWidths[i]=40*FontScale/96;
+		Tbl->Cells[i][0]=s.sprintf("%.0fE",IONLON1+(i-1)*DIONLON);
+	}
+	for (j=1;j<Tbl->RowCount;j++) {
+		Tbl->Cells[0][j]=s.sprintf("%.0fN",IONLAT1-(j-1)*DIONLAT);
+	}
+	for (i=1;i<Tbl->ColCount;i++)
+	for (j=1;j<Tbl->RowCount;j++) Tbl->Cells[i][j]="-";
+}
+//---------------------------------------------------------------------------
+void __fastcall TMonitorDialog::ShowIonCorr(void)
+{
+	AnsiString s;
+	gtime_t time;
+	nav_t nav={0};
+	double lat,lon,pos[3]={0},ion,var,azel[]={0.0,PI/2.0};
+	int i,j,ionoopt;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<8;i++) nav.ion_gps[i]=rtksvr.nav.ion_gps[i];
+	for (i=0;i<4;i++) nav.ion_gal[i]=rtksvr.nav.ion_gal[i];
+	for (i=0;i<8;i++) nav.ion_qzs[i]=rtksvr.nav.ion_qzs[i];
+	for (i=0;i<MAXBAND+1;i++) nav.sbsion[i]=rtksvr.nav.sbsion[i];
+	nav.lexion=rtksvr.nav.lexion;
+	rtksvrunlock(&rtksvr);
+	
+	Label->Caption="Vertical L1 Ionospheric Delay (m)";
+	
+	ionoopt=SelIon->ItemIndex;
+	
+	for (i=1;i<Tbl->ColCount;i++) 
+	for (j=1;j<Tbl->RowCount;j++) {
+		pos[0]=(IONLAT1-(j-1)*DIONLAT)*D2R;
+		pos[1]=(IONLON1+(i-1)*DIONLON)*D2R;
+
+		if (!ionocorr(time,&nav,0,pos,azel,ionoopt,&ion,&var)||ion==0.0) {
+			Tbl->Cells[i][j]="-";
+		}
+		else {
+			Tbl->Cells[i][j]=s.sprintf("%.2f",ion);
+		}
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi/mondlg.h b/app/rtknavi/mondlg.h
new file mode 100644
index 0000000..6531b92
--- /dev/null
+++ b/app/rtknavi/mondlg.h
@@ -0,0 +1,102 @@
+//---------------------------------------------------------------------------
+#ifndef mondlgH
+#define mondlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Grids.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TMonitorDialog : public TForm
+{
+__published:
+	TStringGrid *Tbl;
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TButton *BtnClose;
+	TTimer *Timer1;
+	TLabel *Label;
+	TComboBox *Type;
+	TPaintBox *Console;
+	TTimer *Timer2;
+	TScrollBar *Scroll;
+	TSpeedButton *BtnPause;
+	TSpeedButton *BtnDown;
+	TSpeedButton *BtnClear;
+	TComboBox *SelEph;
+	TComboBox *SelStr;
+	TComboBox *SelSat;
+	TComboBox *SelIon;
+	TComboBox *SelObs;
+	TComboBox *SelFmt;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall ConsolePaint(TObject *Sender);
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnDownClick(TObject *Sender);
+	void __fastcall BtnClearClick(TObject *Sender);
+	void __fastcall TypeChange(TObject *Sender);
+	void __fastcall Timer1Timer(TObject *Sender);
+	void __fastcall Timer2Timer(TObject *Sender);
+	void __fastcall ScrollChange(TObject *Sender);
+	void __fastcall SelObsChange(TObject *Sender);
+	void __fastcall SelFmtChange(TObject *Sender);
+private:
+	int TypeF,ConFmt,ScrollPos,FontScale,ObsMode;
+	TStringList *ConBuff;
+	rtcm_t rtcm;
+	raw_t raw;
+	
+	void __fastcall ClearTable(void);
+	void __fastcall SetRtk(void);
+	void __fastcall SetSat(void);
+	void __fastcall SetEst(void);
+	void __fastcall SetCov(void);
+	void __fastcall SetObs(void);
+	void __fastcall SetNav(void);
+	void __fastcall SetGnav(void);
+	void __fastcall SetStr(void);
+	void __fastcall SetSbsMsg(void);
+	void __fastcall SetSbsLong(void);
+	void __fastcall SetSbsIono(void);
+	void __fastcall SetSbsFast(void);
+	void __fastcall SetSbsNav(void);
+	void __fastcall SetIonUtc(void);
+	void __fastcall SetRtcm(void);
+	void __fastcall SetRtcmDgps(void);
+	void __fastcall SetRtcmSsr(void);
+	void __fastcall SetLexMsg(void);
+	void __fastcall SetLexEph(void);
+	void __fastcall SetLexIon(void);
+	void __fastcall SetIonCorr(void);
+	void __fastcall ShowRtk(void);
+	void __fastcall ShowSat(int sys);
+	void __fastcall ShowEst(void);
+	void __fastcall ShowCov(void);
+	void __fastcall ShowObs(void);
+	void __fastcall ShowNav(int sys);
+	void __fastcall ShowGnav(void);
+	void __fastcall ShowSbsMsg(void);
+	void __fastcall ShowIonUtc(void);
+	void __fastcall ShowStr(void);
+	void __fastcall ShowSbsLong(void);
+	void __fastcall ShowSbsIono(void);
+	void __fastcall ShowSbsFast(void);
+	void __fastcall ShowSbsNav(void);
+	void __fastcall ShowRtcm(void);
+	void __fastcall ShowRtcmDgps(void);
+	void __fastcall ShowRtcmSsr(void);
+	void __fastcall ShowLexMsg(void);
+	void __fastcall ShowLexEph(void);
+	void __fastcall ShowLexIon(void);
+	void __fastcall ShowIonCorr(void);
+	void __fastcall AddConsole(unsigned char *msg, int len, int mode);
+	void __fastcall ViewConsole(void);
+public:
+	__fastcall TMonitorDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/navimain.cpp b/app/rtknavi/navimain.cpp
new file mode 100644
index 0000000..dd14b52
--- /dev/null
+++ b/app/rtknavi/navimain.cpp
@@ -0,0 +1,2365 @@
+//---------------------------------------------------------------------------
+// rtknavi : real-time positioning ap
+//
+//          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+//
+// options : rtknavi [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2008/07/14  1.0 new
+//           2010/07/18  1.1 rtklib 2.4.0
+//           2010/08/16  1.2 fix bug on setting of satellite antenna model
+//           2010/09/04  1.3 fix bug on setting of receiver antenna delta
+//           2011/06/10  1.4 rtklib 2.4.1
+//           2012/04/03  1.5 rtklib 2.4.2
+//           2014/09/06  1.6 rtklib 2.4.3
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <inifiles.hpp>
+#include <mmsystem.h>
+#include <stdio.h>
+#include <math.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "instrdlg.h"
+#include "outstrdlg.h"
+#include "logstrdlg.h"
+#include "mondlg.h"
+#include "tcpoptdlg.h"
+#include "confdlg.h"
+#include "aboutdlg.h"
+#include "viewer.h"
+#include "naviopt.h"
+#include "navimain.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMainForm *MainForm;
+
+#define PRGNAME     "RTKNAVI"           // program name
+#define TRACEFILE   "rtknavi_%Y%m%d%h%M.trace" // debug trace file
+#define STATFILE    "rtknavi_%Y%m%d%h%M.stat"  // solution status file
+#define CLORANGE    (TColor)0x00AAFF
+#define CLLGRAY     (TColor)0xDDDDDD
+#define CHARDEG     0x00B0              // character code of degree
+#define SATSIZE     20                  // satellite circle size in skyplot
+#define MINSNR      10                  // minimum snr
+#define MAXSNR      60                  // maximum snr
+#define KEYF6       0x75                // code of function key F6
+#define KEYF7       0x76                // code of function key F7
+#define KEYF8       0x77                // code of function key F8
+#define KEYF9       0x78                // code of function key F9
+#define KEYF10      0x79                // code of function key F10
+#define POSFONTNAME "Palatino Linotype"
+#define POSFONTSIZE 12
+#define MINBLLEN    0.01                // minimum baseline length to show
+
+#define KACYCLE     1000                // keep alive cycle (ms)
+#define TIMEOUT     10000               // inactive timeout time (ms)
+#define DEFAULTPORT 52001               // default monitor port number
+#define MAXPORTOFF  9                   // max port number offset
+
+#define SQRT(x)     ((x)<0.0?0.0:sqrt(x))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+//---------------------------------------------------------------------------
+
+rtksvr_t rtksvr;                        // rtk server struct
+stream_t monistr;                       // monitor stream
+
+// show message in message area ---------------------------------------------
+extern "C" {
+extern int showmsg(char *format,...) {return 0;}
+}
+// convert degree to deg-min-sec --------------------------------------------
+static void degtodms(double deg, double *dms)
+{
+    double sgn=1.0;
+    if (deg<0.0) {deg=-deg; sgn=-1.0;}
+    dms[0]=floor(deg);
+    dms[1]=floor((deg-dms[0])*60.0);
+    dms[2]=(deg-dms[0]-dms[1]/60.0)*3600;
+    dms[0]*=sgn;
+}
+// execute command ----------------------------------------------------------
+int __fastcall TMainForm::ExecCmd(AnsiString cmd, int show)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    if (!CreateProcess(NULL,p,NULL,NULL,false,show?0:CREATE_NO_WINDOW,NULL,
+                       NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+// constructor --------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+    : TForm(Owner)
+{
+    SvrCycle=SvrBuffSize=0;
+    SolBuffSize=1000;
+    for (int i=0;i<8;i++) {
+        StreamC[i]=Stream[i]=Format[i]=CmdEna[i][0]=CmdEna[i][1]=0;
+    }
+    TimeSys=SolType=PlotType1=PlotType2=FreqType1=FreqType2=0;
+    PSol=PSolS=PSolE=Nsat[0]=Nsat[1]=0;
+    NMapPnt=0;
+    OpenPort=0;
+    Time=NULL;
+    SolStat=Nvsat=NULL;
+    SolCurrentStat=0;
+    SolRov=SolRef=Qr=VelRov=Age=Ratio=NULL;
+    for (int i=0;i<2;i++) for (int j=0;j<MAXSAT;j++) {
+        Sat[i][j]=Vsat[i][j]=0;
+        Az[i][j]=El[i][j]=0.0;
+        for (int k=0;k<NFREQ;k++) Snr[i][j][k]=0;
+    }
+    PrcOpt=prcopt_default;
+    SolOpt=solopt_default;
+    PosFont=new TFont;
+    
+    rtksvrinit(&rtksvr);
+    strinit(&monistr);
+    
+    Caption=PRGNAME;
+    Caption=Caption+" ver."+VER_RTKLIB+" "+PATCH_LEVEL;
+    DoubleBuffered=true;
+    
+    TLEData.n=TLEData.nmax=0;
+    TLEData.data=NULL;
+    
+    PanelStack=PanelMode=0;
+}
+// callback on form create --------------------------------------------------
+void __fastcall TMainForm::FormCreate(TObject *Sender)
+{
+    char *p,*argv[32],buff[1024],file[1024]="rtknavi.exe";
+    int argc=0;
+    
+    trace(3,"FormCreate\n");
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    InitSolBuff();
+    SetTrayIcon(1);
+    strinitcom();
+    
+    strcpy(buff,GetCommandLine());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    LoadOpt();
+    
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+    }
+    LoadNav(&rtksvr.nav);
+    
+    OpenMoniPort(MoniPort);
+}
+// callback on form show ----------------------------------------------------
+void __fastcall TMainForm::FormShow(TObject *Sender)
+{
+    trace(3,"FormShow\n");
+    
+    if (TLEFileF!="") {
+        tle_read(TLEFileF.c_str(),&TLEData);
+    }
+    if (TLESatFileF!="") {
+        tle_name_read(TLESatFileF.c_str(),&TLEData);
+    }
+    UpdatePanel();
+    UpdateTimeSys();
+    UpdateSolType();
+    UpdateFont();
+    UpdatePos();
+}
+// callback on form close ---------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    trace(3,"FormClose\n");
+    
+    if (OpenPort>0) {
+        // send disconnect message
+        strwrite(&monistr,(unsigned char *)MSG_DISCONN,strlen(MSG_DISCONN));
+        
+        strclose(&monistr);
+    }
+    SaveOpt();
+    SaveNav(&rtksvr.nav);
+}
+// callback panel 21 resize --------------------------------------------------
+void __fastcall TMainForm::Panel21Resize(TObject *Sender)
+{
+    trace(3,"Panel21Resize\n");
+    
+    BtnSolType->Left=Panel21->Width-BtnSolType->Width-2;
+}
+// callback panel 211 resize -------------------------------------------------
+void __fastcall TMainForm::Panel211Resize(TObject *Sender)
+{
+    int h=abs(Pos1->Font->Height)-2,w=Panel211->Width;
+    int y0,y1,y2,y3,y4,y5;
+    
+    trace(3,"Panel211Resize\n");
+    
+    y2=Panel211->Height/2-h/2-6; 
+    y1=y2-h-10; y3=y2+h+10; y0=y1-h-12; y4=y3+h+10; y5=y4+14;
+    
+    PlabelA  ->Top=y0+2; Solution->Top=y0+5-h/2; IndSol->Top=y0+4;
+    Plabel1  ->Top=y1; Pos1->Top=y1;
+    Plabel2  ->Top=y2; Pos2->Top=y2;
+    Plabel3  ->Top=y3; Pos3->Top=y3;
+    LabelStd ->Top=y4;
+    LabelNSat->Top=y5;
+    Solution->Left=40; Solution->Width=w-75; IndSol->Left=w-24;
+    Plabel1->Left=14; Pos1->Left=30; Pos1->Width=w-42;
+    Plabel2->Left=14; Pos2->Left=30; Pos2->Width=w-42;
+    Plabel3->Left=14; Pos3->Left=30; Pos3->Width=w-42;
+    LabelStd ->Left=2; LabelStd ->Width=w-4;
+    LabelNSat->Left=2; LabelNSat->Width=w-4;
+}
+// callback panel 221 resize -------------------------------------------------
+void __fastcall TMainForm::Panel221Resize(TObject *Sender)
+{
+    trace(3,"Panel221Resize\n");
+    
+    BtnPlotType1->Left=Panel221->Width-BtnPlotType1->Width-2;
+    BtnFreqType1->Left=BtnPlotType1->Left-BtnFreqType1->Width-2;
+    UpdatePlot();
+}
+// callback panel 222 resize -------------------------------------------------
+void __fastcall TMainForm::Panel222Resize(TObject *Sender)
+{
+    trace(3,"Panel222Resize\n");
+    
+    BtnPlotType2->Left=Panel222->Width-BtnPlotType2->Width-2;
+    BtnFreqType2->Left=BtnPlotType2->Left-BtnFreqType2->Width-2;
+    UpdatePlot();
+}
+// callback panel 4 resize ---------------------------------------------------
+void __fastcall TMainForm::Panel4Resize(TObject *Sender)
+{
+    TButton *btn[]={BtnStart,BtnStop,BtnPlot,BtnOpt,BtnExit};
+    TPanel *panel=(TPanel *)Sender;
+    int w=panel->Width/5;
+    for (int i=0;i<5;i++) {
+        btn[i]->Left=w*i+1;
+        btn[i]->Width=w-2;
+    }
+}
+// callback panel 5 resize ---------------------------------------------------
+void __fastcall TMainForm::Panel5Resize(TObject *Sender)
+{
+	BtnSolType2->Left=BtnSolType2->Parent->Width-BtnSolType2->Width-2;
+}
+// update panel -------------------------------------------------------------
+void __fastcall TMainForm::UpdatePanel(void)
+{
+    if (PanelMode==0) {
+        Panel21 ->Visible=true;
+        Panel5  ->Visible=false;
+        Panel221->Visible=false;
+    }
+    else if (PanelMode==1) {
+        Panel21 ->Visible=true;
+        Panel5  ->Visible=false;
+        Panel221->Visible=true;
+    }
+    else if (PanelMode==2) {
+        Panel21 ->Visible=false;
+        Panel5  ->Visible=true;
+        Panel221->Visible=true;
+    }
+    else {
+        Panel21 ->Visible=false;
+        Panel5  ->Visible=true;
+        Panel221->Visible=false;
+    }
+    if (PanelStack==0) {
+        Panel21 ->Align=alLeft;
+        Panel221->Align=alLeft;
+        Splitter1->Align=alNone;
+        Splitter2->Align=alNone;
+        Splitter1->Left=Panel21 ->Width;
+        Splitter2->Left=Panel221->Width;
+        Splitter1->Width=2;
+        Splitter2->Width=2;
+        Splitter1->Align=alLeft;
+        Splitter2->Align=alLeft;
+    }
+    else {
+        Panel21 ->Align=alTop;
+        Panel221->Align=alTop;
+        Splitter1->Align=alNone;
+        Splitter2->Align=alNone;
+        Splitter1->Top=Panel21 ->Height;
+        Splitter2->Top=Panel221->Height;
+        Splitter1->Height=2;
+        Splitter2->Height=2;
+        Splitter1->Align=alTop;
+        Splitter2->Align=alTop;
+    }
+}
+// callback on button-exit --------------------------------------------------
+void __fastcall TMainForm::BtnExitClick(TObject *Sender)
+{
+    trace(3,"BtnExitClick\n");
+    
+    Close();
+}
+// callback on button-start -------------------------------------------------
+void __fastcall TMainForm::BtnStartClick(TObject *Sender)
+{
+    trace(3,"BtnStartClick\n");
+    
+    SvrStart();
+}
+// callback on button-stop --------------------------------------------------
+void __fastcall TMainForm::BtnStopClick(TObject *Sender)
+{
+    trace(3,"BtnStopClick\n");
+    
+    SvrStop();
+}
+// callback on button-plot --------------------------------------------------
+void __fastcall TMainForm::BtnPlotClick(TObject *Sender)
+{
+    AnsiString cmd,Ansi_Caption=Caption;
+    
+    trace(3,"BtnPlotClick\n");
+    
+    if (OpenPort<=0) {
+        ShowMessage("monitor port not open");
+        return;
+    }
+    cmd.sprintf("rtkplot -p tcpcli://localhost:%d -t \"%s %s\"",OpenPort,
+                Ansi_Caption.c_str(),": RTKPLOT");
+    if (!ExecCmd(cmd,1)) {
+        ShowMessage("error : rtkplot execution");
+    }
+}
+// callback on button-options -----------------------------------------------
+void __fastcall TMainForm::BtnOptClick(TObject *Sender)
+{
+    int i,chgmoni=0;
+    
+    trace(3,"BtnOptClick\n");
+    
+    OptDialog->PrcOpt     =PrcOpt;
+    OptDialog->SolOpt     =SolOpt;
+    OptDialog->DebugStatusF=DebugStatusF;
+    OptDialog->DebugTraceF=DebugTraceF;
+    OptDialog->BaselineC  =BaselineC;
+    OptDialog->Baseline[0]=Baseline[0];
+    OptDialog->Baseline[1]=Baseline[1];
+    
+    OptDialog->RovPosTypeF=RovPosTypeF;
+    OptDialog->RefPosTypeF=RefPosTypeF;
+    OptDialog->RovAntPcvF =RovAntPcvF;
+    OptDialog->RefAntPcvF =RefAntPcvF;
+    OptDialog->RovAntF    =RovAntF;
+    OptDialog->RefAntF    =RefAntF;
+    
+    OptDialog->SatPcvFileF=SatPcvFileF;
+    OptDialog->AntPcvFileF=AntPcvFileF;
+    OptDialog->StaPosFileF=StaPosFileF;
+    OptDialog->GeoidDataFileF=GeoidDataFileF;
+    OptDialog->DCBFileF   =DCBFileF;
+    OptDialog->EOPFileF   =EOPFileF;
+    OptDialog->TLEFileF   =TLEFileF;
+    OptDialog->TLESatFileF=TLESatFileF;
+    OptDialog->LocalDirectory=LocalDirectory;
+    
+    OptDialog->SvrCycle   =SvrCycle;
+    OptDialog->TimeoutTime=TimeoutTime;
+    OptDialog->ReconTime  =ReconTime;
+    OptDialog->NmeaCycle  =NmeaCycle;
+    OptDialog->FileSwapMargin=FileSwapMargin;
+    OptDialog->SvrBuffSize=SvrBuffSize;
+    OptDialog->SolBuffSize=SolBuffSize;
+    OptDialog->SavedSol   =SavedSol;
+    OptDialog->NavSelect  =NavSelect;
+    OptDialog->DgpsCorr   =DgpsCorr;
+    OptDialog->SbasCorr   =SbasCorr;
+    OptDialog->ExSats     =ExSats;
+    OptDialog->ProxyAddr  =ProxyAddr;
+    OptDialog->MoniPort   =MoniPort;
+    OptDialog->PanelStack =PanelStack;
+    
+    for (i=0;i<3;i++) {
+        OptDialog->RovAntDel[i]=RovAntDel[i];
+        OptDialog->RefAntDel[i]=RefAntDel[i];
+        OptDialog->RovPos   [i]=RovPos   [i];
+        OptDialog->RefPos   [i]=RefPos   [i];
+    }
+    OptDialog->PosFont->Assign(PosFont);
+    
+    if (OptDialog->ShowModal()!=mrOk) return;
+    
+    PrcOpt     =OptDialog->PrcOpt;
+    SolOpt     =OptDialog->SolOpt;
+    DebugStatusF=OptDialog->DebugStatusF;
+    DebugTraceF=OptDialog->DebugTraceF;
+    BaselineC  =OptDialog->BaselineC;
+    Baseline[0]=OptDialog->Baseline[0];
+    Baseline[1]=OptDialog->Baseline[1];
+    
+    RovPosTypeF=OptDialog->RovPosTypeF;
+    RefPosTypeF=OptDialog->RefPosTypeF;
+    RovAntPcvF =OptDialog->RovAntPcvF;
+    RefAntPcvF =OptDialog->RefAntPcvF;
+    RovAntF    =OptDialog->RovAntF;
+    RefAntF    =OptDialog->RefAntF;
+    
+    SatPcvFileF=OptDialog->SatPcvFileF;
+    AntPcvFileF=OptDialog->AntPcvFileF;
+    StaPosFileF=OptDialog->StaPosFileF;
+    GeoidDataFileF=OptDialog->GeoidDataFileF;
+    DCBFileF   =OptDialog->DCBFileF;
+    EOPFileF   =OptDialog->EOPFileF;
+    TLEFileF   =OptDialog->TLEFileF;
+    TLESatFileF=OptDialog->TLESatFileF;
+    LocalDirectory=OptDialog->LocalDirectory;
+    
+    SvrCycle   =OptDialog->SvrCycle;
+    TimeoutTime=OptDialog->TimeoutTime;
+    ReconTime  =OptDialog->ReconTime;
+    NmeaCycle  =OptDialog->NmeaCycle;
+    FileSwapMargin=OptDialog->FileSwapMargin;
+    SvrBuffSize=OptDialog->SvrBuffSize;
+    SavedSol   =OptDialog->SavedSol;
+    NavSelect  =OptDialog->NavSelect;
+    DgpsCorr   =OptDialog->DgpsCorr;
+    SbasCorr   =OptDialog->SbasCorr;
+    ExSats     =OptDialog->ExSats;
+    ProxyAddr  =OptDialog->ProxyAddr;
+    if (MoniPort!=OptDialog->MoniPort) chgmoni=1;
+    MoniPort   =OptDialog->MoniPort;
+    PanelStack =OptDialog->PanelStack;
+    
+    if (SolBuffSize!=OptDialog->SolBuffSize) {
+        SolBuffSize=OptDialog->SolBuffSize;
+        InitSolBuff();
+        UpdateTime();
+        UpdatePos();
+        UpdatePlot();
+    }
+    for (i=0;i<3;i++) {
+        RovAntDel[i]=OptDialog->RovAntDel[i];
+        RefAntDel[i]=OptDialog->RefAntDel[i];
+        RovPos   [i]=OptDialog->RovPos   [i];
+        RefPos   [i]=OptDialog->RefPos   [i];
+    }
+    PosFont->Assign(OptDialog->PosFont);
+    
+    UpdateFont();
+    UpdatePanel();
+    
+    if (!chgmoni) return;
+    
+    // send disconnect message
+    if (OpenPort>0) {
+        strwrite(&monistr,(unsigned char *)MSG_DISCONN,strlen(MSG_DISCONN));
+        
+        strclose(&monistr);
+    }
+    // reopen monitor stream
+    OpenMoniPort(MoniPort);
+}
+// callback on button-input-streams -----------------------------------------
+void __fastcall TMainForm::BtnInputStrClick(TObject *Sender)
+{
+    int i,j;
+    
+    trace(3,"BtnInputStrClick\n");
+    
+    for (i=0;i<3;i++) {
+        InputStrDialog->StreamC[i]=StreamC[i];
+        InputStrDialog->Stream [i]=Stream [i];
+        InputStrDialog->Format [i]=Format [i];
+        InputStrDialog->RcvOpt [i]=RcvOpt [i];
+        
+        /* Paths[0]:serial,[1]:tcp,[2]:file,[3]:ftp */
+        for (j=0;j<4;j++) InputStrDialog->Paths[i][j]=Paths[i][j];
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        InputStrDialog->CmdEna   [i][j]=CmdEna   [i][j];
+        InputStrDialog->Cmds     [i][j]=Cmds     [i][j];
+        InputStrDialog->CmdEnaTcp[i][j]=CmdEnaTcp[i][j];
+        InputStrDialog->CmdsTcp  [i][j]=CmdsTcp  [i][j];
+    }
+    for (i=0;i<10;i++) {
+        InputStrDialog->History [i]=History [i];
+        InputStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    InputStrDialog->NmeaReq   =NmeaReq;
+    InputStrDialog->TimeTag   =InTimeTag;
+    InputStrDialog->TimeSpeed =InTimeSpeed;
+    InputStrDialog->TimeStart =InTimeStart;
+    InputStrDialog->NmeaPos[0]=NmeaPos[0];
+    InputStrDialog->NmeaPos[1]=NmeaPos[1];
+    
+    if (InputStrDialog->ShowModal()!=mrOk) return;
+    
+    for (i=0;i<3;i++) {
+        StreamC[i]=InputStrDialog->StreamC[i];
+        Stream [i]=InputStrDialog->Stream[i];
+        Format [i]=InputStrDialog->Format[i];
+        RcvOpt [i]=InputStrDialog->RcvOpt[i];
+        for (j=0;j<4;j++) Paths[i][j]=InputStrDialog->Paths[i][j];
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        CmdEna   [i][j]=InputStrDialog->CmdEna   [i][j];
+        Cmds     [i][j]=InputStrDialog->Cmds     [i][j];
+        CmdEnaTcp[i][j]=InputStrDialog->CmdEnaTcp[i][j];
+        CmdsTcp  [i][j]=InputStrDialog->CmdsTcp  [i][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=InputStrDialog->History [i];
+        MntpHist[i]=InputStrDialog->MntpHist[i];
+    }
+    NmeaReq=InputStrDialog->NmeaReq;
+    InTimeTag  =InputStrDialog->TimeTag;
+    InTimeSpeed=InputStrDialog->TimeSpeed;
+    InTimeStart=InputStrDialog->TimeStart;
+    NmeaPos[0] =InputStrDialog->NmeaPos[0];
+    NmeaPos[1] =InputStrDialog->NmeaPos[1];
+}
+// confirm overwrite --------------------------------------------------------
+int __fastcall TMainForm::ConfOverwrite(const char *path)
+{
+    AnsiString s;
+    FILE *fp;
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int i;
+    char buff1[1024],buff2[1024],*p;
+    
+    trace(3,"ConfOverwrite\n");
+    
+    strcpy(buff1,path);
+    
+    if ((p=strstr(buff1,"::"))) *p='\0';
+    
+    if (!(fp=fopen(buff1,"r"))) return 1; // file not exists
+    fclose(fp);
+    
+    // check overwrite input files
+    for (i=0;i<3;i++) {
+        if (!StreamC[i]||itype[Stream[i]]!=STR_FILE) continue;
+        
+        strcpy(buff2,Paths[i][2].c_str());
+        if ((p=strstr(buff2,"::"))) *p='\0';
+        
+        if (!strcmp(buff1,buff2)) {
+            Message->Caption=s.sprintf("invalid output %s",buff1);
+            Message->Parent->Hint=Message->Caption;
+            return 0;
+        }
+    }
+    ConfDialog->Label2->Caption=buff1;
+    
+    return ConfDialog->ShowModal()==mrOk;
+}
+// callback on button-output-streams ----------------------------------------
+void __fastcall TMainForm::BtnOutputStrClick(TObject *Sender)
+{
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,j,str,update[2]={0};
+    char *path;
+    
+    trace(3,"BtnOutputStrClick\n");
+    
+    for (i=3;i<5;i++) {
+        OutputStrDialog->StreamC[i-3]=StreamC[i];
+        OutputStrDialog->Stream [i-3]=Stream[i];
+        OutputStrDialog->Format [i-3]=Format[i];
+        for (j=0;j<4;j++) OutputStrDialog->Paths[i-3][j]=Paths[i][j];
+    }
+    for (i=0;i<10;i++) {
+        OutputStrDialog->History [i]=History [i];
+        OutputStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    OutputStrDialog->OutTimeTag=OutTimeTag;
+    OutputStrDialog->OutAppend =OutAppend;
+    OutputStrDialog->SwapInterval=OutSwapInterval;
+    
+    if (OutputStrDialog->ShowModal()!=mrOk) return;
+    
+    for (i=3;i<5;i++) {
+        if (StreamC[i]!=OutputStrDialog->StreamC[i-3]||
+            Stream [i]!=OutputStrDialog->Stream[i-3]||
+            Format [i]!=OutputStrDialog->Format[i-3]||
+            Paths[i][0]!=OutputStrDialog->Paths[i-3][0]||
+            Paths[i][1]!=OutputStrDialog->Paths[i-3][1]||
+            Paths[i][2]!=OutputStrDialog->Paths[i-3][2]||
+            Paths[i][3]!=OutputStrDialog->Paths[i-3][3]) update[i-3]=1;
+        StreamC[i]=OutputStrDialog->StreamC[i-3];
+        Stream [i]=OutputStrDialog->Stream[i-3];
+        Format [i]=OutputStrDialog->Format[i-3];
+        for (j=0;j<4;j++) Paths[i][j]=OutputStrDialog->Paths[i-3][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=OutputStrDialog->History [i];
+        MntpHist[i]=OutputStrDialog->MntpHist[i];
+    }
+    OutTimeTag=OutputStrDialog->OutTimeTag;
+    OutAppend =OutputStrDialog->OutAppend;
+    OutSwapInterval=OutputStrDialog->SwapInterval;
+    
+    if (BtnStart->Enabled) return;
+    
+    for (i=3;i<5;i++) {
+        if (!update[i-3]) continue;
+        
+        rtksvrclosestr(&rtksvr,i);
+        
+        if (!StreamC[i]) continue;
+        
+        str=otype[Stream[i]];
+        if      (str==STR_SERIAL)             path=Paths[i][0].c_str();
+        else if (str==STR_FILE  )             path=Paths[i][2].c_str();
+        else if (str==STR_FTP||str==STR_HTTP) path=Paths[i][3].c_str();
+        else                                  path=Paths[i][1].c_str();
+        if (str==STR_FILE&&!ConfOverwrite(path)) {
+            StreamC[i]=0;
+            continue;
+        }
+        SolOpt.posf=Format[i];
+        rtksvropenstr(&rtksvr,i,str,path,&SolOpt);
+    }
+}
+// callback on button-log-streams -------------------------------------------
+void __fastcall TMainForm::BtnLogStrClick(TObject *Sender)
+{
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,j,str,update[3]={0};
+    char *path;
+    
+    trace(3,"BtnLogStrClick\n");
+    
+    for (i=5;i<8;i++) {
+        LogStrDialog->StreamC[i-5]=StreamC[i];
+        LogStrDialog->Stream [i-5]=Stream [i];
+        for (j=0;j<4;j++) LogStrDialog->Paths[i-5][j]=Paths[i][j];
+    }
+    for (i=0;i<10;i++) {
+        LogStrDialog->History [i]=History [i];
+        LogStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    LogStrDialog->LogTimeTag=LogTimeTag;
+    LogStrDialog->LogAppend =LogAppend;
+    LogStrDialog->SwapInterval=LogSwapInterval;
+    
+    if (LogStrDialog->ShowModal()!=mrOk) return;
+    
+    for (i=5;i<8;i++) {
+        if (StreamC[i]!=OutputStrDialog->StreamC[i-5]||
+            Stream [i]!=OutputStrDialog->Stream[i-5]||
+            Paths[i][0]!=OutputStrDialog->Paths[i-3][0]||
+            Paths[i][1]!=OutputStrDialog->Paths[i-3][1]||
+            Paths[i][2]!=OutputStrDialog->Paths[i-3][2]||
+            Paths[i][3]!=OutputStrDialog->Paths[i-3][3]) update[i-5]=1;
+        StreamC[i]=LogStrDialog->StreamC[i-5];
+        Stream [i]=LogStrDialog->Stream [i-5];
+        for (j=0;j<4;j++) Paths[i][j]=LogStrDialog->Paths[i-5][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=LogStrDialog->History [i];
+        MntpHist[i]=LogStrDialog->MntpHist[i];
+    }
+    LogTimeTag=LogStrDialog->LogTimeTag;
+    LogAppend =LogStrDialog->LogAppend;
+    LogSwapInterval=LogStrDialog->SwapInterval;
+    
+    if (BtnStart->Enabled) return;
+    
+    for (i=5;i<8;i++) {
+        if (!update[i-5]) continue;
+        
+        rtksvrclosestr(&rtksvr,i);
+        
+        if (!StreamC[i]) continue;
+        
+        str=otype[Stream[i]];
+        if      (str==STR_SERIAL)             path=Paths[i][0].c_str();
+        else if (str==STR_FILE  )             path=Paths[i][2].c_str();
+        else if (str==STR_FTP||str==STR_HTTP) path=Paths[i][3].c_str();
+        else                                  path=Paths[i][1].c_str();
+        if (str==STR_FILE&&!ConfOverwrite(path)) {
+            StreamC[i]=0;
+            continue;
+        }
+        rtksvropenstr(&rtksvr,i,str,path,&SolOpt);
+    }
+}
+// callback on button-solution-show -----------------------------------------
+void __fastcall TMainForm::BtnPanelClick(TObject *Sender)
+{
+    trace(3,"BtnPanelClick\n");
+    
+    if (++PanelMode>3) PanelMode=0;
+    UpdatePanel();
+}
+// callback on button-plot-type-1 -------------------------------------------
+void __fastcall TMainForm::BtnTimeSysClick(TObject *Sender)
+{
+    trace(3,"BtnTimeSysClick\n");
+    
+    if (++TimeSys>3) TimeSys=0;
+    UpdateTimeSys();
+}
+// callback on button-solution-type -----------------------------------------
+void __fastcall TMainForm::BtnSolTypeClick(TObject *Sender)
+{
+    trace(3,"BtnSolTypeClick\n");
+    
+    if (++SolType>4) SolType=0;
+    UpdateSolType();
+}
+// callback on button-plottype-1 --------------------------------------------
+void __fastcall TMainForm::BtnPlotType1Click(TObject *Sender)
+{
+    trace(3,"BtnPlotType1Click\n");
+    
+    if (++PlotType1>4) PlotType1=0;
+    UpdatePlot();
+    UpdatePos();
+}
+// callback on button-plottype-2 --------------------------------------------
+void __fastcall TMainForm::BtnPlotType2Click(TObject *Sender)
+{
+    trace(3,"BtnPlotType2Click\n");
+    
+    if (++PlotType2>4) PlotType2=0;
+    UpdatePlot();
+    UpdatePos();
+}
+// callback on button frequency-type-1 --------------------------------------
+void __fastcall TMainForm::BtnFreqType1Click(TObject *Sender)
+{
+    trace(3,"BtnFreqType1Click\n");
+    
+    if (++FreqType1>NFREQ+1) FreqType1=0;
+    UpdateSolType();
+}
+// callback on button frequency-type-2 --------------------------------------
+void __fastcall TMainForm::BtnFreqType2Click(TObject *Sender)
+{
+    trace(3,"BtnFreqType2Click\n");
+    
+    if (++FreqType2>NFREQ+1) FreqType2=0;
+    UpdateSolType();
+}
+// callback on button-rtk-monitor -------------------------------------------
+void __fastcall TMainForm::BtnMonitorClick(TObject *Sender)
+{
+    TMonitorDialog *monitor=new TMonitorDialog(Application);
+    
+    trace(3,"BtnMonitorClick\n");
+    
+    monitor->Caption=Caption+": RTK Monitor";
+    monitor->Show();
+}
+// callback on scroll-solution change ---------------------------------------
+void __fastcall TMainForm::ScbSolChange(TObject *Sender)
+{
+    trace(3,"ScbSolChange\n");
+    
+    PSol=PSolS+ScbSol->Position;
+    if (PSol>=SolBuffSize) PSol-=SolBuffSize;
+    UpdateTime();
+    UpdatePos();
+}
+// callback on button-save --------------------------------------------------
+void __fastcall TMainForm::BtnSaveClick(TObject *Sender)
+{
+    trace(3,"BtnSaveClick\n");
+    
+    SaveLog();
+}
+// callback on button-about -------------------------------------------------
+void __fastcall TMainForm::BtnAboutClick(TObject *Sender)
+{
+    AnsiString prog=PRGNAME;
+    
+    trace(3,"BtnAboutClick\n");
+#ifdef MKL
+    prog+="_MKL";
+#endif
+    AboutDialog->About=prog;
+    AboutDialog->IconIndex=5;
+    AboutDialog->ShowModal();
+}
+// callback on button-tasktray ----------------------------------------------
+void __fastcall TMainForm::BtnTaskTrayClick(TObject *Sender)
+{
+    trace(3,"BtnTaskTrayClick\n");
+    
+    Visible=false;
+    TrayIcon->Hint=Caption;
+    TrayIcon->Visible=true;
+}
+// callback on button-tasktray ----------------------------------------------
+void __fastcall TMainForm::TrayIconDblClick(TObject *Sender)
+{
+    trace(3,"TaskIconDblClick\n");
+    
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+// callback on menu-expand --------------------------------------------------
+void __fastcall TMainForm::MenuExpandClick(TObject *Sender)
+{
+    trace(3,"MenuExpandClick\n");
+    
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+// callback on menu-start ---------------------------------------------------
+void __fastcall TMainForm::MenuStartClick(TObject *Sender)
+{
+    trace(3,"MenuStartClick\n");
+    
+    BtnStartClick(Sender);
+}
+// callback on menu-stop ----------------------------------------------------
+void __fastcall TMainForm::MenuStopClick(TObject *Sender)
+{
+    trace(3,"MenuStopClick\n");
+    
+    BtnStopClick(Sender);
+}
+// callback on menu-monitor -------------------------------------------------
+void __fastcall TMainForm::MenuMonitorClick(TObject *Sender)
+{
+    trace(3,"MenuMonitorClick\n");
+    
+    BtnMonitorClick(Sender);
+}
+// callback on menu-plot ----------------------------------------------------
+void __fastcall TMainForm::MenuPlotClick(TObject *Sender)
+{
+    trace(3,"MenuPlotClick\n");
+    
+    BtnPlotClick(Sender);
+}
+// callback on menu-exit ----------------------------------------------------
+void __fastcall TMainForm::MenuExitClick(TObject *Sender)
+{
+    trace(3,"MenuExitClick\n");
+    
+    BtnExitClick(Sender);
+}
+// start rtk server ---------------------------------------------------------
+void __fastcall TMainForm::SvrStart(void)
+{
+    AnsiString s;
+    solopt_t solopt[2];
+    double pos[3],nmeapos[3];
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,strs[MAXSTRRTK]={0},sat,ex,stropt[8]={0};
+    char *paths[8],*cmds[3]={0},*rcvopts[3]={0},buff[1024],*p;
+    char file[1024],*type;
+    FILE *fp;
+    gtime_t time=timeget();
+    pcvs_t pcvr={0},pcvs={0};
+    pcv_t *pcv;
+    
+    trace(3,"SvrStart\n");
+    
+    Message->Caption=""; Message->Parent->Hint="";
+    
+    if (RovPosTypeF<=2) {
+        PrcOpt.rovpos=0;
+        PrcOpt.ru[0]=RovPos[0];
+        PrcOpt.ru[1]=RovPos[1];
+        PrcOpt.ru[2]=RovPos[2];
+    }
+    else {
+        PrcOpt.rovpos=4;
+        for (i=0;i<3;i++) PrcOpt.ru[i]=0.0;
+    }
+    if (RefPosTypeF<=2) {
+        PrcOpt.refpos=0;
+        PrcOpt.rb[0]=RefPos[0];
+        PrcOpt.rb[1]=RefPos[1];
+        PrcOpt.rb[2]=RefPos[2];
+    }
+    else {
+        PrcOpt.refpos=4;
+        for (i=0;i<3;i++) PrcOpt.rb[i]=0.0;
+    }
+    for (i=0;i<MAXSAT;i++) {
+        PrcOpt.exsats[i]=0;
+    }
+    if (ExSats!="") { // excluded satellites
+        strcpy(buff,ExSats.c_str());
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+') {ex=2; p++;} else ex=1;
+            if (!(sat=satid2no(p))) continue;
+            PrcOpt.exsats[sat-1]=ex;
+        }
+    }
+    if ((RovAntPcvF||RefAntPcvF)&&!readpcv(AntPcvFileF.c_str(),&pcvr)) {
+        Message->Caption=s.sprintf("rcv ant file read error %s",AntPcvFileF.c_str());
+        Message->Parent->Hint=Message->Caption;
+        return;
+    }
+    if (RovAntPcvF) {
+        type=RovAntF.c_str();
+        if ((pcv=searchpcv(0,type,time,&pcvr))) {
+            PrcOpt.pcvr[0]=*pcv;
+        }
+        else {
+            Message->Caption=s.sprintf("no antenna pcv %s",type);
+            Message->Parent->Hint=Message->Caption;
+        }
+        for (i=0;i<3;i++) PrcOpt.antdel[0][i]=RovAntDel[i];
+    }
+    if (RefAntPcvF) {
+        type=RefAntF.c_str();
+        if ((pcv=searchpcv(0,type,time,&pcvr))) {
+            PrcOpt.pcvr[1]=*pcv;
+        }
+        else {
+            Message->Caption=s.sprintf("no antenna pcv %s",type);
+            Message->Parent->Hint=Message->Caption;
+        }
+        for (i=0;i<3;i++) PrcOpt.antdel[1][i]=RefAntDel[i];
+    }
+    if (RovAntPcvF||RefAntPcvF) {
+        free(pcvr.pcv);
+    }
+    if (PrcOpt.sateph==EPHOPT_PREC||PrcOpt.sateph==EPHOPT_SSRCOM) {
+        if (!readpcv(SatPcvFileF.c_str(),&pcvs)) {
+            Message->Caption=s.sprintf("sat ant file read error %s",SatPcvFileF.c_str());
+            Message->Parent->Hint=Message->Caption;
+            return;
+        }
+        for (i=0;i<MAXSAT;i++) {
+            if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+            rtksvr.nav.pcvs[i]=*pcv;
+        }
+        free(pcvs.pcv);
+    }
+    if (BaselineC) {
+        PrcOpt.baseline[0]=Baseline[0];
+        PrcOpt.baseline[1]=Baseline[1];
+    }
+    else {
+        PrcOpt.baseline[0]=0.0;
+        PrcOpt.baseline[1]=0.0;
+    }
+    for (i=0;i<3;i++) strs[i]=StreamC[i]?itype[Stream[i]]:STR_NONE;
+    for (i=3;i<5;i++) strs[i]=StreamC[i]?otype[Stream[i]]:STR_NONE;
+    for (i=5;i<8;i++) strs[i]=StreamC[i]?otype[Stream[i]]:STR_NONE;
+    for (i=0;i<8;i++) {
+        if      (strs[i]==STR_NONE  ) paths[i]="";
+        else if (strs[i]==STR_SERIAL) paths[i]=Paths[i][0].c_str();
+        else if (strs[i]==STR_FILE  ) paths[i]=Paths[i][2].c_str();
+        else if (strs[i]==STR_FTP||strs[i]==STR_HTTP) paths[i]=Paths[i][3].c_str();
+        else paths[i]=Paths[i][1].c_str();
+    }
+    for (i=0;i<3;i++) {
+        if (strs[i]==STR_SERIAL) {
+            if (CmdEna[i][0]) cmds[i]=Cmds[i][0].c_str();
+        }
+        else if (strs[i]==STR_TCPCLI||strs[i]==STR_TCPSVR||
+                 strs[i]==STR_NTRIPCLI) {
+            if (CmdEnaTcp[i][0]) cmds[i]=CmdsTcp[i][0].c_str();
+        }
+        rcvopts[i]=RcvOpt[i].c_str();
+    }
+    NmeaCycle=NmeaCycle<1000?1000:NmeaCycle;
+    pos[0]=NmeaPos[0]*D2R;
+    pos[1]=NmeaPos[1]*D2R;
+    pos[2]=0.0;
+    pos2ecef(pos,nmeapos);
+    
+    strsetdir(LocalDirectory.c_str());
+    strsetproxy(ProxyAddr.c_str());
+    
+    for (i=3;i<8;i++) {
+        if (strs[i]==STR_FILE&&!ConfOverwrite(paths[i])) return;
+    }
+    if (DebugTraceF>0) {
+        traceopen(TRACEFILE);
+        tracelevel(DebugTraceF);
+    }
+    if (DebugStatusF>0) {
+        rtkopenstat(STATFILE,DebugStatusF);
+    }
+    if (SolOpt.geoid>0&&GeoidDataFileF!="") {
+        opengeoid(SolOpt.geoid,GeoidDataFileF.c_str());
+    }
+    if (DCBFileF!="") {
+        readdcb(DCBFileF.c_str(),&rtksvr.nav,NULL);
+    }
+    for (i=0;i<2;i++) {
+        solopt[i]=SolOpt;
+        solopt[i].posf=Format[i+3];
+    }
+    stropt[0]=TimeoutTime;
+    stropt[1]=ReconTime;
+    stropt[2]=1000;
+    stropt[3]=SvrBuffSize;
+    stropt[4]=FileSwapMargin;
+    strsetopt(stropt);
+    
+    // start rtk server
+    if (!rtksvrstart(&rtksvr,SvrCycle,SvrBuffSize,strs,paths,Format,NavSelect,
+                     cmds,rcvopts,NmeaCycle,NmeaReq,nmeapos,&PrcOpt,solopt,
+                     &monistr)) {
+        traceclose();
+        return;
+    }
+    PSol=PSolS=PSolE=0;
+    SolStat[0]=Nvsat[0]=0;
+    for (i=0;i<3;i++) SolRov[i]=SolRef[i]=VelRov[i]=0.0;
+    for (i=0;i<9;i++) Qr[i]=0.0;
+    Age[0]=Ratio[0]=0.0;
+    Nsat[0]=Nsat[1]=0;
+    UpdatePos();
+    UpdatePlot();
+    BtnStart    ->Enabled=false;
+    BtnOpt      ->Enabled=false;
+    BtnExit     ->Enabled=false;
+    BtnInputStr ->Enabled=false;
+    MenuStart   ->Enabled=false;
+    MenuExit    ->Enabled=false;
+    ScbSol      ->Enabled=false;
+    BtnStop     ->Enabled=true;
+    MenuStop    ->Enabled=true;
+    Svr->Color=CLORANGE;
+    SetTrayIcon(0);
+}
+// strop rtk server ---------------------------------------------------------
+void __fastcall TMainForm::SvrStop(void)
+{
+    char *cmds[3]={0};
+    int i,n,m,str;
+    
+    trace(3,"SvrStop\n");
+    
+    for (i=0;i<3;i++) {
+        str=rtksvr.stream[i].type;
+        
+        if (str==STR_SERIAL) {
+            if (CmdEna[i][1]) cmds[i]=Cmds[i][1].c_str();
+        }
+        else if (str==STR_TCPCLI||str==STR_TCPSVR||str==STR_NTRIPCLI) {
+            if (CmdEnaTcp[i][1]) cmds[i]=CmdsTcp[i][1].c_str();
+        }
+    }
+    rtksvrstop(&rtksvr,cmds);
+    
+    BtnStart    ->Enabled=true;
+    BtnOpt      ->Enabled=true;
+    BtnExit     ->Enabled=true;
+    BtnInputStr ->Enabled=true;
+    MenuStart   ->Enabled=true;
+    MenuExit    ->Enabled=true;
+    ScbSol      ->Enabled=true;
+    BtnStop     ->Enabled=false;
+    MenuStop    ->Enabled=false;
+    Svr->Color=clBtnFace;
+    SetTrayIcon(1);
+    
+    LabelTime->Font->Color=clGray;
+    IndSol->Color=clWhite;
+    n=PSolE-PSolS; if (n<0) n+=SolBuffSize;
+    m=PSol-PSolS;  if (m<0) m+=SolBuffSize;
+    if (n>0) {
+        ScbSol->Max=n-1; ScbSol->Position=m;
+    }
+    Message->Caption=""; Message->Parent->Hint="";
+    
+    if (DebugTraceF>0) traceclose();
+    if (DebugStatusF>0) rtkclosestat();
+    if (OutputGeoidF>0&&GeoidDataFileF!="") closegeoid();
+}
+// callback on interval timer -----------------------------------------------
+void __fastcall TMainForm::TimerTimer(TObject *Sender)
+{
+    static int n=0,inactive=0;
+    sol_t *sol;
+    int i,update=0;
+    unsigned char buff[8];
+    
+    trace(4,"TimerTimer\n");
+    
+    rtksvrlock(&rtksvr);
+    
+    for (i=0;i<rtksvr.nsol;i++) {
+        sol=rtksvr.solbuf+i;
+        UpdateLog(sol->stat,sol->time,sol->rr,sol->qr,rtksvr.rtk.rb,sol->ns,
+                  sol->age,sol->ratio);
+        update=1;
+    }
+    rtksvr.nsol=0;
+    SolCurrentStat=rtksvr.state?rtksvr.rtk.sol.stat:0;
+    
+    rtksvrunlock(&rtksvr);
+    
+    if (update) {
+        UpdateTime();
+        UpdatePos();
+        inactive=0;
+    }
+    else {
+        if (++inactive*Timer->Interval>TIMEOUT) SolCurrentStat=0;
+    }
+    if (SolCurrentStat) {
+        Svr->Color=clLime;
+        LabelTime->Font->Color=clBlack;
+    }
+    else {
+        IndSol->Color=clWhite;
+        Solution->Font->Color=clGray;
+        Svr->Color=rtksvr.state?clGreen:clBtnFace;
+    }
+    if (!(++n%5)) UpdatePlot();
+	UpdateStr();
+    
+    // keep alive for monitor port
+    if (!(++n%(KACYCLE/Timer->Interval))&&OpenPort) {
+        strwrite(&monistr,"\r",1);
+    }
+}
+// change plot type ---------------------------------------------------------
+void __fastcall TMainForm::ChangePlot(void)
+{
+}
+// update time-system -------------------------------------------------------
+void __fastcall TMainForm::UpdateTimeSys(void)
+{
+    AnsiString label[]={"GPST","UTC","LT","GPST"};
+    
+    trace(3,"UpdateTimeSys\n");
+    
+    BtnTimeSys->Caption=label[TimeSys];
+    UpdateTime();
+}
+// update solution type -----------------------------------------------------
+void __fastcall TMainForm::UpdateSolType(void)
+{
+    AnsiString label[]={
+        "Lat/Lon/Height","Lat/Lon/Height","X/Y/Z-ECEF","E/N/U-Baseline",
+        "Pitch/Yaw/Length-Baseline",""
+    };
+    trace(3,"UpdateSolType\n");
+    
+    Plabel0->Caption=label[SolType];
+    UpdatePos();
+}
+// update log ---------------------------------------------------------------
+void __fastcall TMainForm::UpdateLog(int stat, gtime_t time, double *rr,
+    float *qr, double *rb, int ns, double age, double ratio)
+{
+    int i,ena;
+    
+    if (!stat) return;
+    
+    trace(4,"UpdateLog\n");
+    
+    SolStat[PSolE]=stat; Time[PSolE]=time; Nvsat[PSolE]=ns; Age[PSolE]=age;
+    Ratio[PSolE]=ratio;
+    for (i=0;i<3;i++) {
+        SolRov[i+PSolE*3]=rr[i];
+        SolRef[i+PSolE*3]=rb[i];
+        VelRov[i+PSolE*3]=rr[i+3];
+    }
+    Qr[  PSolE*9]=qr[0];
+    Qr[4+PSolE*9]=qr[1];
+    Qr[8+PSolE*9]=qr[2];
+    Qr[1+PSolE*9]=Qr[3+PSolE*9]=qr[3];
+    Qr[5+PSolE*9]=Qr[7+PSolE*9]=qr[4];
+    Qr[2+PSolE*9]=Qr[6+PSolE*9]=qr[5];
+    
+    PSol=PSolE;
+    if (++PSolE>=SolBuffSize) PSolE=0;
+    if (PSolE==PSolS&&++PSolS>=SolBuffSize) PSolS=0;
+}
+// update font --------------------------------------------------------------
+void __fastcall TMainForm::UpdateFont(void)
+{
+    TLabel *label[]={
+        PlabelA,Plabel1,Plabel2,Plabel3,Pos1,Pos2,Pos3,Solution,LabelStd,LabelNSat
+    };
+    TColor color=label[7]->Font->Color;
+    int i;
+    
+    trace(4,"UpdateFont\n");
+    
+    for (i=0;i<10;i++) label[i]->Font->Assign(PosFont);
+    label[0]->Font->Size=9; label[7]->Font->Color=color;
+    label[8]->Font->Size=8; label[8]->Font->Color=clGray;
+    label[9]->Font->Size=8; label[9]->Font->Color=clGray;
+}
+// update time --------------------------------------------------------------
+void __fastcall TMainForm::UpdateTime(void)
+{
+    gtime_t time=Time[PSol];
+    struct tm *t;
+    double tow;
+    int week;
+    char tstr[64];
+    
+    trace(4,"UpdateTime\n");
+    
+    if      (TimeSys==0) time2str(time,tstr,1);
+    else if (TimeSys==1) time2str(gpst2utc(time),tstr,1);
+    else if (TimeSys==2) {
+        time=gpst2utc(time);
+        if (!(t=localtime(&time.time))) strcpy(tstr,"2000/01/01 00:00:00.0");
+        else sprintf(tstr,"%04d/%02d/%02d %02d:%02d:%02d.%d",t->tm_year+1900,
+                     t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec,
+                     (int)(time.sec*10));
+    }
+    else if (TimeSys==3) {
+        tow=time2gpst(time,&week); sprintf(tstr,"week %04d %8.1f s",week,tow);
+    }
+    LabelTime->Caption=tstr;
+}
+// update solution display --------------------------------------------------
+void __fastcall TMainForm::UpdatePos(void)
+{
+    TLabel *label[]={Plabel1,Plabel2,Plabel3,Pos1,Pos2,Pos3,LabelStd,LabelNSat};
+    AnsiString sol[]={"----","FIX","FLOAT","SBAS","DGPS","SINGLE","PPP"};
+    UnicodeString s[8];
+    TColor color[]={clSilver,clGreen,CLORANGE,clFuchsia,clBlue,clRed,clTeal};
+    gtime_t time;
+    double *rr=SolRov+PSol*3,*rb=SolRef+PSol*3,*qr=Qr+PSol*9,pos[3]={0},Qe[9]={0};
+    double dms1[3]={0},dms2[3]={0},bl[3]={0},enu[3]={0},pitch=0.0,yaw=0.0,len;
+    int i,stat=SolStat[PSol];
+    
+    trace(4,"UpdatePos\n");
+    
+    Solution->Caption=sol[stat];
+    Solution->Font->Color=rtksvr.state?color[stat]:clGray;
+    IndSol->Color=rtksvr.state&&stat?color[stat]:clWhite;
+    if (norm(rr,3)>0.0&&norm(rb,3)>0.0) {
+        for (i=0;i<3;i++) bl[i]=rr[i]-rb[i];
+    }
+    len=norm(bl,3);
+    if (SolType==0) {
+        if (norm(rr,3)>0.0) {
+            ecef2pos(rr,pos); covenu(pos,qr,Qe);
+            degtodms(pos[0]*R2D,dms1);
+            degtodms(pos[1]*R2D,dms2);
+            if (SolOpt.height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }
+        s[0]=pos[0]<0?L"S:":L"N:"; s[1]=pos[1]<0?L"W:":L"E:";
+        s[2]=SolOpt.height==1?L"H:":L"He:";
+        s[3].sprintf(L"%.0f%c %02.0f' %07.4f\"",fabs(dms1[0]),CHARDEG,dms1[1],dms1[2]);
+        s[4].sprintf(L"%.0f%c %02.0f' %07.4f\"",fabs(dms2[0]),CHARDEG,dms2[1],dms2[2]);
+        s[5].sprintf(L"%.3f m",pos[2]);
+        s[6].sprintf(L"N:%6.3f E:%6.3f U:%6.3f m",SQRT(Qe[4]),SQRT(Qe[0]),SQRT(Qe[8]));
+    }
+    else if (SolType==1) {
+        if (norm(rr,3)>0.0) {
+            ecef2pos(rr,pos); covenu(pos,qr,Qe);
+            if (SolOpt.height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }
+        s[0]=pos[0]<0?L"S:":L"N:"; s[1]=pos[1]<0?L"W:":L"E:";
+        s[2]=SolOpt.height==1?L"H:":L"He:";
+        s[3].sprintf(L"%.8f %c",fabs(pos[0])*R2D,CHARDEG);
+        s[4].sprintf(L"%.8f %c",fabs(pos[1])*R2D,CHARDEG);
+        s[5].sprintf(L"%.3f m",pos[2]);
+        s[6].sprintf(L"E:%6.3f N:%6.3f U:%6.3f m",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+    }
+    else if (SolType==2) {
+        s[0]=L"X:"; s[1]=L"Y:"; s[2]=L"Z:";
+        s[3].sprintf(L"%.3f m",rr[0]);
+        s[4].sprintf(L"%.3f m",rr[1]);
+        s[5].sprintf(L"%.3f m",rr[2]);
+        s[6].sprintf(L"X:%6.3f Y:%6.3f Z:%6.3f m",SQRT(qr[0]),SQRT(qr[4]),SQRT(qr[8]));
+    }
+    else if (SolType==3) {
+        if (len>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu); covenu(pos,qr,Qe);
+        }
+        s[0]=L"E:"; s[1]=L"N:"; s[2]=L"U:";
+        s[3].sprintf(L"%.3f m",enu[0]);
+        s[4].sprintf(L"%.3f m",enu[1]);
+        s[5].sprintf(L"%.3f m",enu[2]);
+        s[6].sprintf(L"E:%6.3f N:%6.3f U:%6.3f m",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+    }
+    else {
+        if (len>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu); covenu(pos,qr,Qe);
+            pitch=asin(enu[2]/len);
+            yaw=atan2(enu[0],enu[1]); if (yaw<0.0) yaw+=2.0*PI;
+        }
+        s[0]=L"P:"; s[1]=L"Y:"; s[2]=L"L:";
+        s[3].sprintf(L"%.3f %c",pitch*R2D,CHARDEG);
+        s[4].sprintf(L"%.3f %c",yaw*R2D,CHARDEG);
+        s[5].sprintf(L"%.3f m",len);
+        s[6].sprintf(L"E:%6.3f N:%6.3f U:%6.3f m",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+    }
+    s[7].sprintf(L"Age:%4.1f s Ratio:%4.1f # Sat:%2d",Age[PSol],Ratio[PSol],Nvsat[PSol]);
+    
+    for (i=0;i<8;i++) label[i]->Caption=s[i];
+    for (i=3;i<6;i++) {
+        label[i]->Font->Color=PrcOpt.mode==PMODE_MOVEB&&SolType<=2?clGray:clBlack;
+    }
+    IndQ->Color=IndSol->Color;
+    SolS->Caption=Solution->Caption;
+    SolS->Font->Color=Solution->Font->Color;
+    SolQ->Caption=label[0]->Caption+L" "+label[3]->Caption+L" "+
+                  label[1]->Caption+L" "+label[4]->Caption+L" "+
+                  label[2]->Caption+L" "+label[5]->Caption;
+}
+// update stream status indicators ------------------------------------------
+void __fastcall TMainForm::UpdateStr(void)
+{
+    TColor color[]={clRed,clBtnFace,CLORANGE,clGreen,clLime};
+    TPanel *ind[MAXSTRRTK]={Str1,Str2,Str3,Str4,Str5,Str6,Str7,Str8};
+    int i,sstat[MAXSTRRTK]={0};
+    char msg[MAXSTRMSG]="";
+    
+    trace(4,"UpdateStr\n");
+    
+    rtksvrsstat(&rtksvr,sstat,msg);
+    for (i=0;i<MAXSTRRTK;i++) {
+        ind[i]->Color=color[sstat[i]+1];
+        if (sstat[i]) {
+            Message->Caption=msg;
+            Message->Parent->Hint=Message->Caption;
+        }
+    }
+}
+// draw solution plot -------------------------------------------------------
+void __fastcall TMainForm::DrawPlot(TImage *plot, int type, int freq)
+{
+    UnicodeString s;
+    gtime_t time;
+    TCanvas *c=plot->Canvas;
+    TLabel *label[]={Plabel1,Plabel2,Plabel3,Pos1,Pos2,Pos3};
+    wchar_t *fstr[]={L"",L"L1 ",L"L2 ",L"L5 ",L"L6 ",L"L7 ",L"L8 ",L""};
+    int w=plot->Parent->Width-2,h=plot->Parent->Height-2;
+    int i,j,x,sat[2][MAXSAT],ns[2],snr[2][MAXSAT][NFREQ],vsat[2][MAXSAT];
+    int *snr0[MAXSAT],*snr1[MAXSAT];
+    char name[16];
+    double az[2][MAXSAT],el[2][MAXSAT],rr[3],rs[6],e[3],pos[3],azel[2];
+    
+    trace(4,"DrawPlot\n");
+    
+    fstr[NFREQ+1]=L"SYS ";
+    
+    for (i=0;i<MAXSAT;i++) {
+        snr0[i]=snr[0][i];
+        snr1[i]=snr[1][i];
+    }
+    ns[0]=rtksvrostat(&rtksvr,0,&time,sat[0],az[0],el[0],snr0,vsat[0]);
+    ns[1]=rtksvrostat(&rtksvr,1,&time,sat[1],az[1],el[1],snr1,vsat[1]);
+    
+    rtksvrlock(&rtksvr);
+    matcpy(rr,rtksvr.rtk.sol.rr,3,1);
+    ecef2pos(rr,pos);
+    rtksvrunlock(&rtksvr);
+    
+    for (i=0;i<2;i++) {
+        for (j=0;j<ns[i];j++) {
+            if (az[i][j]!=0.0||el[i][j]!=0.0) continue;
+            satno2id(sat[i][j],name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if (geodist(rs,rr,e)>0.0) {
+                satazel(pos,e,azel);
+                az[i][j]=azel[0];
+                el[i][j]=azel[1];
+            }
+        }
+        if (ns[i]>0) {
+            Nsat[i]=ns[i];
+            for (int j=0;j<ns[i];j++) {
+                Sat [i][j]=sat [i][j];
+                Az  [i][j]=az  [i][j];
+                El  [i][j]=el  [i][j];
+                for (int k=0;k<NFREQ;k++) {
+                    Snr[i][j][k]=snr[i][j][k];
+                }
+                Vsat[i][j]=vsat[i][j];
+            }
+        }
+        else {
+            for (j=0;j<Nsat[i];j++) {
+                Vsat[i][j]=0;
+                for (int k=0;k<NFREQ;k++) {
+                    Snr[i][j][k]=0;
+                }
+            }
+        }
+    }
+    c->Brush->Style=bsSolid;
+    c->Brush->Color=clWhite;
+    c->FillRect(plot->ClientRect);
+    x=4;
+    if (type==0) { // snr plot rover/base
+        DrawSnr(c,w,(h-12)/2,15,0,freq);
+        DrawSnr(c,w,(h-12)/2,14+(h-12)/2,1,freq);
+        s.sprintf(L"Rover:Base %sSNR (dBHz)",fstr[freq]);
+        DrawText(c,x,1,s,clGray,0);
+    }
+    else if (type==1) { // snr plot rover
+        DrawSnr(c,w,h-15,15,0,freq);
+        s.sprintf(L"Rover %s SNR (dBHz)",fstr[freq]);
+        DrawText(c,x,1,s,clGray,0);
+    }
+    else if (type==2) { // skyplot rover
+        DrawSat(c,w,h,0,0,0,freq);
+        s.sprintf(L"Rover %s",fstr[!freq?1:freq]);
+        DrawText(c,x,1,s,clGray,0);
+    }
+    else if (type==3) { // skyplot rover/base
+        DrawSat(c,w/2,h,0  ,0,0,freq);
+        DrawSat(c,w/2,h,w/2,0,1,freq);
+        s.sprintf(L"Rover %s",fstr[!freq?1:freq]);
+        DrawText(c,x,1,s,clGray,0);
+        s.sprintf(L"Base %s",fstr[!freq?1:freq]);
+        DrawText(c,x+w/2,1,s,clGray,0);
+    }
+    else if (type==4) { // baseline plot
+        DrawBL(c,w,h);
+        DrawText(c,x,1,L"Baseline",clGray,0);
+    }
+}
+// update solution plot ------------------------------------------------------
+void __fastcall TMainForm::UpdatePlot(void)
+{
+    DrawPlot(Plot1,PlotType1,FreqType1);
+    DrawPlot(Plot2,PlotType2,FreqType2);
+    Disp1->Canvas->CopyRect(Disp1->ClientRect,Plot1->Canvas,Disp1->ClientRect);
+    Disp2->Canvas->CopyRect(Disp2->ClientRect,Plot2->Canvas,Disp2->ClientRect);
+}
+// snr color ----------------------------------------------------------------
+TColor __fastcall TMainForm::SnrColor(int snr)
+{
+    TColor color[]={clGreen,CLORANGE,clFuchsia,clBlue,clRed,clGray};
+    unsigned int c1,c2,r1,r2,g1,g2,b1,b2;
+    double a;
+    int i;
+    
+    if (snr<25) return color[5];
+    if (snr<27) return color[4];
+    if (snr>47) return color[0];
+    a=(snr-27.5)/5.0;
+    i=(int)a; a-=i;
+    c1=(unsigned int)color[3-i];
+    c2=(unsigned int)color[4-i];
+    r1=c1&0xFF; g1=(c1>>8)&0xFF; b1=(c1>>16)&0xFF;
+    r2=c2&0xFF; g2=(c2>>8)&0xFF; b2=(c2>>16)&0xFF;
+    r1=(unsigned int)(a*r1+(1.0-a)*r2)&0xFF;
+    g1=(unsigned int)(a*g1+(1.0-a)*g2)&0xFF;
+    b1=(unsigned int)(a*b1+(1.0-a)*b2)&0xFF;
+    
+    return (TColor)((b1<<16)+(g1<<8)+r1);
+}
+// draw snr plot ------------------------------------------------------------
+void __fastcall TMainForm::DrawSnr(TCanvas *c, int w, int h, int top,
+	int index, int freq)
+{
+    static const TColor color[]={
+        (TColor)0x00008000,(TColor)0x00008080,(TColor)0x00A000A0,
+        (TColor)0x00800000,(TColor)0x00000080,(TColor)0x00808080
+    };
+    static const TColor color_sys[]={
+        clGreen,(TColor)0xAAFF,clFuchsia,clBlue,clRed,clGray
+    };
+    UnicodeString s; 
+    int i,j,k,l,n,x1,x2,y1,y2,y3,k1,hh=h-15,ww,www,snr[NFREQ+1],mask[6]={0};
+    char id[16],sys[]="GREJCS",*q;
+    
+    trace(4,"DrawSnr: w=%d h=%d top=%d index=%d freq=%d\n",w,h,top,index,freq);
+    
+    c->Pen->Color=clSilver;
+    for (snr[0]=MINSNR+10;snr[0]<MAXSNR;snr[0]+=10) {
+        y1=top+hh-(snr[0]-MINSNR)*hh/(MAXSNR-MINSNR);
+        c->MoveTo(3,y1); c->LineTo(w-13,y1);
+        DrawText(c,w-9,y1,s.sprintf(L"%d",snr[0]),clGray,1);
+    }
+    y1=top+hh;
+    TRect b(1,top,w-2,y1);
+    c->Pen->Color=clGray;
+    c->Brush->Style=bsClear;
+    c->Rectangle(b);
+    
+    for (i=0;i<Nsat[index]&&i<MAXSAT;i++) {
+        
+        ww=(w-16)/Nsat[index];
+        www=ww-2<8?ww-2:8;
+        x1=i*(w-16)/Nsat[index]+ww/2;
+        satno2id(Sat[index][i],id);
+        l=(q=strchr(sys,id[0]))?(int)(q-sys):5;
+        
+        for (j=snr[0]=0;j<NFREQ;j++) {
+            snr[j+1]=Snr[index][i][j];
+            if ((freq&&freq==j+1)||((!freq||freq>NFREQ)&&snr[j+1]>snr[0])) {
+                snr[0]=snr[j+1];
+            }
+        }
+        for (j=0;j<NFREQ+2;j++) {
+            k=j<NFREQ+1?j:0;
+            y3=j<NFREQ+1?0:2;
+            y2=y1-y3;
+            if (snr[k]>0) y2-=(snr[k]-MINSNR)*hh/(MAXSNR-MINSNR)-y3;
+            y2=y2<2?2:(y1<y2?y1:y2);
+            
+            TRect r1(x1,y1,x1+www,y2);
+            if (j==0) {
+                c->Brush->Style=bsSolid;
+                c->Brush->Color=freq<NFREQ?SnrColor(snr[k]):color_sys[l];
+                if (!Vsat[index][i]) c->Brush->Color=clSilver;
+                c->Rectangle(r1);
+            }
+            else {
+                c->Pen->Color=j<NFREQ+1?clSilver:clGray;
+                c->Brush->Style=bsClear;
+                c->Rectangle(r1);
+            }
+        }
+        DrawText(c,x1+www/2,y1+6,(s=id+1),color[l],1);
+        mask[l]=1;
+    }
+    for (i=n=0;i<6;i++) if (mask[i]) n++;
+    for (i=j=0;i<6;i++) {
+        if (!mask[i]) continue;
+        sprintf(id,"%c",sys[i]);
+        DrawText(c,w-15+8*(-n+j++),top+3,(s=id),color[i],0);
+    }
+}
+// draw satellites in skyplot -----------------------------------------------
+void __fastcall TMainForm::DrawSat(TCanvas *c, int w, int h, int x0, int y0,
+    int index, int freq)
+{
+    static const TColor color_sys[]={
+        clGreen,(TColor)0xAAFF,clFuchsia,clBlue,clRed,clGray
+    };
+    UnicodeString s;
+    TPoint p(w/2,h/2);
+    double r=MIN(w*0.95,h*0.95)/2,azel[MAXSAT*2],dop[4];
+    int i,k,l,d,x[MAXSAT],y[MAXSAT],ns=0,f=!freq?0:freq-1;
+    char id[16],sys[]="GREJCS",*q;
+    
+    trace(4,"DrawSat: w=%d h=%d index=%d freq=%d\n",w,h,index,freq);
+    
+    DrawSky(c,w,h,x0,y0);
+    
+    for (i=0,k=Nsat[index]-1;i<Nsat[index]&&i<MAXSAT;i++,k--) {
+        if (El[index][k]<=0.0) continue;
+        if (Vsat[index][k]) {
+            azel[ns*2]=Az[index][k]; azel[1+ns*2]=El[index][k];
+            ns++;
+        }
+        satno2id(Sat[index][k],id);
+        l=(q=strchr(sys,id[0]))?(int)(q-sys):5;
+        x[i]=(int)(p.x+r*(90-El[index][k]*R2D)/90*sin(Az[index][k]))+x0;
+        y[i]=(int)(p.y-r*(90-El[index][k]*R2D)/90*cos(Az[index][k]))+y0;
+        c->Pen->Color=clGray;
+        c->Brush->Style=bsSolid;
+        d=SATSIZE/2;
+        c->Brush->Color=!Vsat[index][k]?clSilver:
+                        (freq<NFREQ?SnrColor(Snr[index][k][f]):color_sys[l]);
+        c->Ellipse(x[i]-d,y[i]-d,x[i]+d+1,y[i]+d+1);
+        c->Brush->Style=bsClear;
+        DrawText(c,x[i],y[i],s=id,clWhite,1);
+    }
+    c->Brush->Style=bsClear;
+    dops(ns,azel,0.0,dop);
+    DrawText(c,x0+3,y0+h-15,s.sprintf(L"# Sat:%2d",Nsat[index]),clGray,0);
+    DrawText(c,x0+w-3,y0+h-15,s.sprintf(L"GDOP:%.1f",dop[0]),clGray,2);
+}
+// draw baseline plot -------------------------------------------------------
+void __fastcall TMainForm::DrawBL(TCanvas *c, int w, int h)
+{
+    TColor color[]={clSilver,clGreen,CLORANGE,clFuchsia,clBlue,clRed,clTeal};
+    UnicodeString s,label[]={"N","E","S","W"};
+    TPoint p(w/2,h/2),p1,p2,pp;
+    double r=MIN(w*0.95,h*0.95)/2;
+    double *rr=SolRov+PSol*3,*rb=SolRef+PSol*3;
+    double bl[3]={0},pos[3],enu[3],len=0.0,pitch=0.0,yaw=0.0;
+    double cp,q;
+    TColor col=clWhite;
+    int i,d1=9,d2=16,d3=10,cy=0,sy=0,cya=0,sya=0,a,x1,x2,y1,y2,digit;
+    
+    trace(4,"DrawBL: w=%d h=%d\n",w,h);
+    
+    if (PMODE_DGPS<=PrcOpt.mode&&PrcOpt.mode<=PMODE_FIXED) {
+        col=rtksvr.state&&SolStat[PSol]&SolCurrentStat?color[SolStat[PSol]]:clWhite;
+        
+        if (norm(rr,3)>0.0&&norm(rb,3)>0.0) {
+            for (i=0;i<3;i++) bl[i]=rr[i]-rb[i];
+        }
+        if ((len=norm(bl,3))>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu);
+            pitch=asin(enu[2]/len);
+            yaw=atan2(enu[0],enu[1]); if (yaw<0.0) yaw+=2.0*PI;
+        }
+    }
+    if (len>=MINBLLEN) {
+        cp =cos(pitch);
+        cy =(int)((r-d1-d2/2)*cp*cos(yaw));
+        sy =(int)((r-d1-d2/2)*cp*sin(yaw));
+        cya=(int)(((r-d1-d2/2)*cp-d2/2-4)*cos(yaw));
+        sya=(int)(((r-d1-d2/2)*cp-d2/2-4)*sin(yaw));
+    }
+    p1.x=p.x-sy; p1.y=p.y+cy; // base
+    p2.x=p.x+sy; p2.y=p.y-cy; // rover
+    
+    c->Pen->Color=clGray;
+    c->Ellipse(p.x-r,p.y-r,p.x+r+1,p.y+r+1);
+    c->Pen->Color=clSilver;
+    c->Ellipse(p.x-r+d1,p.y-r+d1,p.x+r-d1+1,p.y+r-d1+1);
+    c->Brush->Style=bsSolid;
+    
+    pp=pitch<0.0?p2:p1;
+    c->Pen->Color=clSilver;
+    c->MoveTo(p.x,p.y); c->LineTo(pp.x,pp.y);
+    if (pitch<0.0) {
+        c->Brush->Color=clWhite;
+        c->Ellipse(pp.x-d2/2,pp.y-d2/2,pp.x+d2/2+1,pp.y+d2/2+1);
+        DrawArrow(c,p.x+sya,p.y-cya,d3,(int)(yaw*R2D),clSilver);
+    }
+    c->Brush->Color=col;
+    c->Ellipse(pp.x-d2/2+2,pp.y-d2/2+2,pp.x+d2/2-1,pp.y+d2/2-1);
+    c->Brush->Color=clWhite;
+    for (a=0;a<360;a+=15) {
+        q=a%45==0?r/2:r-d1;
+        x1=(int)(r*sin(a*D2R));
+        y1=(int)(r*cos(a*D2R));
+        x2=(int)(q*sin(a*D2R));
+        y2=(int)(q*cos(a*D2R));
+        c->Pen->Color=clSilver;
+        c->MoveTo(p.x+x1,p.y+y1); c->LineTo(p.x+x2,p.y+y2);
+        if (a%90==0) DrawText(c,p.x+x1,p.y-y1,label[a/90],clGray,1);
+    }
+    pp=pitch>=0.0?p2:p1;
+    c->Pen->Color=clGray;
+    c->MoveTo(p.x,p.y); c->LineTo(pp.x,pp.y);
+    if (pitch>=0.0) {
+        c->Brush->Color=clWhite;
+        c->Ellipse(pp.x-d2/2,pp.y-d2/2,pp.x+d2/2+1,pp.y+d2/2+1);
+        DrawArrow(c,p.x+sya,p.y-cya,d3,(int)(yaw*R2D),clGray);
+    }
+    c->Brush->Color=col;
+    c->Ellipse(pp.x-d2/2+2,pp.y-d2/2+2,pp.x+d2/2-1,pp.y+d2/2-1);
+    c->Brush->Color=clWhite;
+    digit=len<10.0?3:(len<100.0?2:(len<1000.0?1:0));
+    DrawText(c,p.x,p.y ,s.sprintf(L"%.*f m",digit,len),clGray,1);
+    DrawText(c,3,  h-15,s.sprintf(L"Y: %.1f%c",yaw*R2D,CHARDEG),clGray,0);
+    DrawText(c,w-3,h-15,s.sprintf(L"P: %.1f%c",pitch*R2D,CHARDEG),clGray,2);
+}
+// draw skyplot -------------------------------------------------------------
+void __fastcall TMainForm::DrawSky(TCanvas *c, int w, int h, int x0, int y0)
+{
+    UnicodeString label[]={"N","E","S","W"};
+    TPoint p(x0+w/2,y0+h/2);
+    double r=MIN(w*0.95,h*0.95)/2;
+    int a,e,d,x,y;
+    
+    c->Brush->Color=clWhite;
+    c->Brush->Style=bsSolid;
+    for (e=0;e<90;e+=30) {
+        d=(int)(r*(90-e)/90);
+        c->Pen->Color=e==0?clGray:clSilver;
+        c->Ellipse(p.x-d,p.y-d,p.x+d+1,p.y+d+1);
+    }
+    for (a=0;a<360;a+=45) {
+        x=(int)(r*sin(a*D2R));
+        y=(int)(r*cos(a*D2R));
+        c->Pen->Color=clSilver;
+        c->MoveTo(p.x,p.y); c->LineTo(p.x+x,p.y-y);
+        if (a%90==0) DrawText(c,p.x+x,p.y-y,label[a/90],clGray,1);
+    }
+}
+// draw text ----------------------------------------------------------------
+void __fastcall TMainForm::DrawText(TCanvas *c, int x, int y, UnicodeString s,
+    TColor color, int align)
+{
+    TSize off=c->TextExtent(s);
+    c->Font->Charset=ANSI_CHARSET;
+    if (align==1) {x-=off.cx/2; y-=off.cy/2;} else if (align==2) x-=off.cx;
+    c->Font->Color=color;
+    c->TextOut(x,y,s);
+}
+// draw arrow ---------------------------------------------------------------
+void __fastcall TMainForm::DrawArrow(TCanvas *c, int x, int y, int siz,
+    int ang, TColor color)
+{
+    TPoint p1[4],p2[4];
+    int i;
+    
+    p1[0].x=0; p1[1].x=siz/2; p1[2].x=-siz/2; p1[3].x=0;
+    p1[0].y=siz/2; p1[1].y=p1[2].y=-siz/2; p1[3].y=siz/2;
+    
+    for (i=0;i<4;i++) {
+        p2[i].x=x+(int)(p1[i].x*cos(-ang*D2R)-p1[i].y*sin(-ang*D2R)+0.5);
+        p2[i].y=y-(int)(p1[i].x*sin(-ang*D2R)+p1[i].y*cos(-ang*D2R)+0.5);
+    }
+    c->Brush->Style=bsSolid;
+    c->Brush->Color=color;
+    c->Pen->Color=color;
+    c->Polygon(p2,3);
+}
+// open monitor port --------------------------------------------------------
+void __fastcall TMainForm::OpenMoniPort(int port)
+{
+    AnsiString s;
+    int i;
+    char path[64];
+    
+    if (port<=0) return;
+    
+    trace(3,"OpenMoniPort: port=%d\n",port);
+    
+    for (i=0;i<=MAXPORTOFF;i++) {
+        
+        sprintf(path,":%d",port+i);
+        
+        if (stropen(&monistr,STR_TCPSVR,STR_MODE_RW,path)) {
+            strsettimeout(&monistr,TimeoutTime,ReconTime);
+            if (i>0) Caption=s.sprintf("%s ver.%s %s (%d)",PRGNAME,VER_RTKLIB,PATCH_LEVEL,i+1);
+            OpenPort=MoniPort+i;
+            return;
+        }
+    }
+    ShowMessage(s.sprintf("monitor port %d-%d open error",port,port+MAXPORTOFF));
+    OpenPort=0;
+}
+// initialize solution buffer -----------------------------------------------
+void __fastcall TMainForm::InitSolBuff(void)
+{
+    double ep[]={2000,1,1,0,0,0};
+    int i,j;
+    
+    trace(3,"InitSolBuff\n");
+    
+    delete [] Time;   delete [] SolStat; delete [] Nvsat;  delete [] SolRov;
+    delete [] SolRef; delete [] Qr;      delete [] VelRov; delete [] Age;
+    delete [] Ratio;
+    
+    if (SolBuffSize<=0) SolBuffSize=1;
+    Time   =new gtime_t[SolBuffSize];
+    SolStat=new int[SolBuffSize];
+    Nvsat  =new int[SolBuffSize];
+    SolRov =new double[SolBuffSize*3];
+    SolRef =new double[SolBuffSize*3];
+    VelRov =new double[SolBuffSize*3];
+    Qr     =new double[SolBuffSize*9];
+    Age    =new double[SolBuffSize];
+    Ratio  =new double[SolBuffSize];
+    PSol=PSolS=PSolE=0;
+    for (i=0;i<SolBuffSize;i++) {
+        Time[i]=epoch2time(ep);
+        SolStat[i]=Nvsat[i]=0;
+        for (j=0;j<3;j++) SolRov[j+i*3]=SolRef[j+i*3]=VelRov[j+i*3]=0.0;
+        for (j=0;j<9;j++) Qr[j+i*9]=0.0;
+        Age[i]=Ratio[i]=0.0;
+    }
+    ScbSol->Max=0; ScbSol->Position=0;
+}
+// save log file ------------------------------------------------------------
+void __fastcall TMainForm::SaveLog(void)
+{
+    AnsiString SaveDialog_FileName=SaveDialog->FileName;
+    FILE *fp;
+    int posf[]={SOLF_LLH,SOLF_LLH,SOLF_XYZ,SOLF_ENU,SOLF_ENU,SOLF_LLH};
+    solopt_t opt;
+    double  ep[6],pos[3];
+    char file[1024];
+    
+    trace(3,"SaveLog\n");
+    
+    time2epoch(timeget(),ep);
+    sprintf(file,"rtk_%04.0f%02.0f%02.0f%02.0f%02.0f%02.0f.txt",
+            ep[0],ep[1],ep[2],ep[3],ep[4],ep[5]);
+    SaveDialog->FileName=file;
+    if (!SaveDialog->Execute()) return;
+    if (!(fp=fopen(SaveDialog_FileName.c_str(),"wt"))) {
+        Message->Caption="log file open error";
+        Message->Parent->Hint=Message->Caption;
+        return;
+    }
+    opt=SolOpt;
+    opt.posf=posf[SolType];
+    if (SolOpt.outhead) {
+        fprintf(fp,"%% program   : %s ver.%s %s\n",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+        if (PrcOpt.mode==PMODE_DGPS||PrcOpt.mode==PMODE_KINEMA||
+            PrcOpt.mode==PMODE_STATIC) {
+            ecef2pos(PrcOpt.rb,pos);
+            fprintf(fp,"%% ref pos   :%13.9f %14.9f %10.4f\n",pos[0]*R2D,
+                    pos[1]*R2D,pos[2]);
+        }
+        fprintf(fp,"%%\n");
+    }
+    outsolhead(fp,&opt);
+    fclose(fp);
+}
+// load navigation data -----------------------------------------------------
+void __fastcall TMainForm::LoadNav(nav_t *nav)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString str,s;
+    eph_t eph0={0};
+    char buff[2049],id[32],*p;
+    int i;
+    
+    trace(3,"LoadNav\n");
+    
+    for (i=0;i<MAXSAT;i++) {
+        if ((str=ini->ReadString("navi",s.sprintf("eph_%02d",i),""))=="") continue;
+        nav->eph[i]=eph0;
+        strcpy(buff,str.c_str());
+        if (!(p=strchr(buff,','))) continue;
+        *p='\0';
+        if (!(nav->eph[i].sat=satid2no(buff))) continue;
+        sscanf(p+1,"%d,%d,%d,%d,%ld,%ld,%ld,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%d,%d",
+               &nav->eph[i].iode,
+               &nav->eph[i].iodc,
+               &nav->eph[i].sva ,
+               &nav->eph[i].svh ,
+               &nav->eph[i].toe.time,
+               &nav->eph[i].toc.time,
+               &nav->eph[i].ttr.time,
+               &nav->eph[i].A   ,
+               &nav->eph[i].e   ,
+               &nav->eph[i].i0  ,
+               &nav->eph[i].OMG0,
+               &nav->eph[i].omg ,
+               &nav->eph[i].M0  ,
+               &nav->eph[i].deln,
+               &nav->eph[i].OMGd,
+               &nav->eph[i].idot,
+               &nav->eph[i].crc ,
+               &nav->eph[i].crs ,
+               &nav->eph[i].cuc ,
+               &nav->eph[i].cus ,
+               &nav->eph[i].cic ,
+               &nav->eph[i].cis ,
+               &nav->eph[i].toes,
+               &nav->eph[i].fit ,
+               &nav->eph[i].f0  ,
+               &nav->eph[i].f1  ,
+               &nav->eph[i].f2  ,
+               &nav->eph[i].tgd[0],
+               &nav->eph[i].code,
+               &nav->eph[i].flag);
+    }
+    str=ini->ReadString("navi","ion","");
+    for (i=0;i<8;i++) nav->ion_gps[i]=0.0;
+    sscanf(str.c_str(),"%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf",
+           nav->ion_gps  ,nav->ion_gps+1,nav->ion_gps+2,nav->ion_gps+3,
+           nav->ion_gps+4,nav->ion_gps+5,nav->ion_gps+6,nav->ion_gps+7);
+    str=ini->ReadString("navi","utc","");
+    
+    for (i=0;i<4;i++) nav->utc_gps[i]=0.0;
+    sscanf(str.c_str(),"%lf,%lf,%lf,%lf",
+           nav->utc_gps,nav->utc_gps+1,nav->utc_gps+2,nav->utc_gps+3);
+    
+    nav->leaps=ini->ReadInteger("navi","leaps",0);
+    
+    delete ini;
+}
+// save navigation data -----------------------------------------------------
+void __fastcall TMainForm::SaveNav(nav_t *nav)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString str,s;
+    char id[32];
+    int i;
+    
+    trace(3,"SaveNav\n");
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (nav->eph[i].ttr.time==0) continue;
+        str="";
+        satno2id(nav->eph[i].sat,id);
+        str=str+s.sprintf("%s,",id);
+        str=str+s.sprintf("%d,",nav->eph[i].iode);
+        str=str+s.sprintf("%d,",nav->eph[i].iodc);
+        str=str+s.sprintf("%d,",nav->eph[i].sva);
+        str=str+s.sprintf("%d,",nav->eph[i].svh);
+        str=str+s.sprintf("%d,",(int)nav->eph[i].toe.time);
+        str=str+s.sprintf("%d,",(int)nav->eph[i].toc.time);
+        str=str+s.sprintf("%d,",(int)nav->eph[i].ttr.time);
+        str=str+s.sprintf("%.14E,",nav->eph[i].A);
+        str=str+s.sprintf("%.14E,",nav->eph[i].e);
+        str=str+s.sprintf("%.14E,",nav->eph[i].i0);
+        str=str+s.sprintf("%.14E,",nav->eph[i].OMG0);
+        str=str+s.sprintf("%.14E,",nav->eph[i].omg);
+        str=str+s.sprintf("%.14E,",nav->eph[i].M0);
+        str=str+s.sprintf("%.14E,",nav->eph[i].deln);
+        str=str+s.sprintf("%.14E,",nav->eph[i].OMGd);
+        str=str+s.sprintf("%.14E,",nav->eph[i].idot);
+        str=str+s.sprintf("%.14E,",nav->eph[i].crc);
+        str=str+s.sprintf("%.14E,",nav->eph[i].crs);
+        str=str+s.sprintf("%.14E,",nav->eph[i].cuc);
+        str=str+s.sprintf("%.14E,",nav->eph[i].cus);
+        str=str+s.sprintf("%.14E,",nav->eph[i].cic);
+        str=str+s.sprintf("%.14E,",nav->eph[i].cis);
+        str=str+s.sprintf("%.14E,",nav->eph[i].toes);
+        str=str+s.sprintf("%.14E,",nav->eph[i].fit);
+        str=str+s.sprintf("%.14E,",nav->eph[i].f0);
+        str=str+s.sprintf("%.14E,",nav->eph[i].f1);
+        str=str+s.sprintf("%.14E,",nav->eph[i].f2);
+        str=str+s.sprintf("%.14E,",nav->eph[i].tgd[0]);
+        str=str+s.sprintf("%d,",nav->eph[i].code);
+        str=str+s.sprintf("%d,",nav->eph[i].flag);
+        ini->WriteString("navi",s.sprintf("eph_%02d",i),str);
+    }
+    str="";
+    for (i=0;i<8;i++) str=str+s.sprintf("%.14E,",nav->ion_gps[i]);
+    ini->WriteString("navi","ion",str);
+    
+    str="";
+    for (i=0;i<4;i++) str=str+s.sprintf("%.14E,",nav->utc_gps[i]);
+    ini->WriteString("navi","utc",str);
+    
+    ini->WriteInteger("navi","leaps",nav->leaps);
+    
+    delete ini;
+}
+// set tray icon ------------------------------------------------------------
+void __fastcall TMainForm::SetTrayIcon(int index)
+{
+    TIcon *icon=new TIcon;
+    ImageList->GetIcon(index,icon);
+    TrayIcon->Icon=icon;
+    delete icon;
+}
+// load option from ini file ------------------------------------------------
+void __fastcall TMainForm::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    int i,j,no,strno[]={0,1,6,2,3,4,5,7};
+    char *p;
+    
+    trace(3,"LoadOpt\n");
+    
+    for (i=0;i<8;i++) {
+        no=strno[i];
+        StreamC[i]=ini->ReadInteger("stream",s.sprintf("streamc%d",no),0);
+        Stream [i]=ini->ReadInteger("stream",s.sprintf("stream%d", no),0);
+        Format [i]=ini->ReadInteger("stream",s.sprintf("format%d", no),0);
+        for (j=0;j<4;j++) {
+            Paths[i][j]=ini->ReadString("stream",s.sprintf("path_%d_%d",no,j),"");
+        }
+    }
+    for (i=0;i<3;i++) {
+        RcvOpt [i]=ini->ReadString("stream",s.sprintf("rcvopt%d",i+1),"");
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        Cmds[i][j]=ini->ReadString("serial",s.sprintf("cmd_%d_%d",i,j),"");
+        CmdEna[i][j]=ini->ReadInteger("serial",s.sprintf("cmdena_%d_%d",i,j),0);
+        for (p=Cmds[i][j].c_str();*p;p++) {
+            if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+        }
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        CmdsTcp[i][j]=ini->ReadString("tcpip",s.sprintf("cmd_%d_%d",i,j),"");
+        CmdEnaTcp[i][j]=ini->ReadInteger("tcpip",s.sprintf("cmdena_%d_%d",i,j),0);
+        for (p=CmdsTcp[i][j].c_str();*p;p++) {
+            if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+        }
+    }
+    PrcOpt.mode     =ini->ReadInteger("prcopt", "mode",            0);
+    PrcOpt.nf       =ini->ReadInteger("prcopt", "nf",              2);
+    PrcOpt.elmin    =ini->ReadFloat  ("prcopt", "elmin",    15.0*D2R);
+    PrcOpt.snrmask.ena[0]=ini->ReadInteger("prcopt","snrmask_ena1",0);
+    PrcOpt.snrmask.ena[1]=ini->ReadInteger("prcopt","snrmask_ena2",0);
+    for (i=0;i<NFREQ;i++) for (j=0;j<9;j++) {
+        PrcOpt.snrmask.mask[i][j]=
+            ini->ReadFloat("prcopt",s.sprintf("snrmask_%d_%d",i+1,j+1),0.0);
+    }
+    PrcOpt.dynamics =ini->ReadInteger("prcopt", "dynamics",        0);
+    PrcOpt.tidecorr =ini->ReadInteger("prcopt", "tidecorr",        0);
+    PrcOpt.modear   =ini->ReadInteger("prcopt", "modear",          1);
+    PrcOpt.glomodear=ini->ReadInteger("prcopt", "glomodear",       0);
+    PrcOpt.bdsmodear=ini->ReadInteger("prcopt", "bdsmodear",       0);
+    PrcOpt.maxout   =ini->ReadInteger("prcopt", "maxout",          5);
+    PrcOpt.minlock  =ini->ReadInteger("prcopt", "minlock",         0);
+    PrcOpt.minfix   =ini->ReadInteger("prcopt", "minfix",         10);
+    PrcOpt.ionoopt  =ini->ReadInteger("prcopt", "ionoopt",IONOOPT_BRDC);
+    PrcOpt.tropopt  =ini->ReadInteger("prcopt", "tropopt",TROPOPT_SAAS);
+    PrcOpt.sateph   =ini->ReadInteger("prcopt", "ephopt",  EPHOPT_BRDC);
+    PrcOpt.armaxiter=ini->ReadInteger("prcopt", "ariter",          1);
+    PrcOpt.niter    =ini->ReadInteger("prcopt", "niter",           1);
+    PrcOpt.eratio[0]=ini->ReadFloat  ("prcopt", "eratio0",     100.0);
+    PrcOpt.eratio[1]=ini->ReadFloat  ("prcopt", "eratio1",     100.0);
+    PrcOpt.err[1]   =ini->ReadFloat  ("prcopt", "err1",        0.003);
+    PrcOpt.err[2]   =ini->ReadFloat  ("prcopt", "err2",        0.003);
+    PrcOpt.err[3]   =ini->ReadFloat  ("prcopt", "err3",          0.0);
+    PrcOpt.err[4]   =ini->ReadFloat  ("prcopt", "err4",          1.0);
+    PrcOpt.prn[0]   =ini->ReadFloat  ("prcopt", "prn0",         1E-4);
+    PrcOpt.prn[1]   =ini->ReadFloat  ("prcopt", "prn1",         1E-3);
+    PrcOpt.prn[2]   =ini->ReadFloat  ("prcopt", "prn2",         1E-4);
+    PrcOpt.prn[3]   =ini->ReadFloat  ("prcopt", "prn3",         10.0);
+    PrcOpt.prn[4]   =ini->ReadFloat  ("prcopt", "prn4",         10.0);
+    PrcOpt.sclkstab =ini->ReadFloat  ("prcopt", "sclkstab",    5E-12);
+    PrcOpt.thresar[0]=ini->ReadFloat ("prcopt", "thresar",       3.0);
+    PrcOpt.elmaskar =ini->ReadFloat  ("prcopt", "elmaskar",      0.0);
+    PrcOpt.elmaskhold=ini->ReadFloat ("prcopt", "elmaskhold",    0.0);
+    PrcOpt.thresslip=ini->ReadFloat  ("prcopt", "thresslip",    0.05);
+    PrcOpt.maxtdiff =ini->ReadFloat  ("prcopt", "maxtdiff",     30.0);
+    PrcOpt.maxgdop  =ini->ReadFloat  ("prcopt", "maxgdop",      30.0);
+    PrcOpt.maxinno  =ini->ReadFloat  ("prcopt", "maxinno",      30.0);
+    PrcOpt.syncsol  =ini->ReadInteger("prcopt", "syncsol",         0);
+    ExSats          =ini->ReadString ("prcopt", "exsats",         "");
+    PrcOpt.navsys   =ini->ReadInteger("prcopt", "navsys",    SYS_GPS);
+    PrcOpt.posopt[0]=ini->ReadInteger("prcopt", "posopt1",         0);
+    PrcOpt.posopt[1]=ini->ReadInteger("prcopt", "posopt2",         0);
+    PrcOpt.posopt[2]=ini->ReadInteger("prcopt", "posopt3",         0);
+    PrcOpt.posopt[3]=ini->ReadInteger("prcopt", "posopt4",         0);
+    PrcOpt.posopt[4]=ini->ReadInteger("prcopt", "posopt5",         0);
+    PrcOpt.posopt[5]=ini->ReadInteger("prcopt", "posopt6",         0);
+    
+    BaselineC       =ini->ReadInteger("prcopt", "baselinec",       0);
+    Baseline[0]     =ini->ReadFloat  ("prcopt", "baseline1",     0.0);
+    Baseline[1]     =ini->ReadFloat  ("prcopt", "baseline2",     0.0);
+    
+    SolOpt.posf     =ini->ReadInteger("solopt", "posf",            0);
+    SolOpt.times    =ini->ReadInteger("solopt", "times",           0);
+    SolOpt.timef    =ini->ReadInteger("solopt", "timef",           1);
+    SolOpt.timeu    =ini->ReadInteger("solopt", "timeu",           3);
+    SolOpt.degf     =ini->ReadInteger("solopt", "degf",            0);
+    s=ini->ReadString("solopt","sep"," ");
+    strcpy(SolOpt.sep,s.c_str());
+    SolOpt.outhead  =ini->ReadInteger("solopt", "outhead",         0);
+    SolOpt.outopt   =ini->ReadInteger("solopt", "outopt",          0);
+    SolOpt.datum    =ini->ReadInteger("solopt", "datum",           0);
+    SolOpt.height   =ini->ReadInteger("solopt", "height",          0);
+    SolOpt.geoid    =ini->ReadInteger("solopt", "geoid",           0);
+    SolOpt.nmeaintv[0]=ini->ReadFloat("solopt", "nmeaintv1",     0.0);
+    SolOpt.nmeaintv[1]=ini->ReadFloat("solopt", "nmeaintv2",     0.0);
+    DebugStatusF    =ini->ReadInteger("setting","debugstatus",     0);
+    DebugTraceF     =ini->ReadInteger("setting","debugtrace",      0);
+    
+    RovPosTypeF     =ini->ReadInteger("setting","rovpostype",      0);
+    RefPosTypeF     =ini->ReadInteger("setting","refpostype",      0);
+    RovAntPcvF      =ini->ReadInteger("setting","rovantpcv",       0);
+    RefAntPcvF      =ini->ReadInteger("setting","refantpcv",       0);
+    RovAntF         =ini->ReadString ("setting","rovant",         "");
+    RefAntF         =ini->ReadString ("setting","refant",         "");
+    SatPcvFileF     =ini->ReadString ("setting","satpcvfile",     "");
+    AntPcvFileF     =ini->ReadString ("setting","antpcvfile",     "");
+    StaPosFileF     =ini->ReadString ("setting","staposfile",     "");
+    GeoidDataFileF  =ini->ReadString ("setting","geoiddatafile",  "");
+    DCBFileF        =ini->ReadString ("setting","dcbfile",        "");
+    EOPFileF        =ini->ReadString ("setting","eopfile",        "");
+    TLEFileF        =ini->ReadString ("setting","tlefile",        "");
+    TLESatFileF     =ini->ReadString ("setting","tlesatfile",     "");
+    LocalDirectory  =ini->ReadString ("setting","localdirectory","C:\\Temp");
+    
+    SvrCycle        =ini->ReadInteger("setting","svrcycle",       10);
+    TimeoutTime     =ini->ReadInteger("setting","timeouttime", 10000);
+    ReconTime       =ini->ReadInteger("setting","recontime",   10000);
+    NmeaCycle       =ini->ReadInteger("setting","nmeacycle",    5000);
+    SvrBuffSize     =ini->ReadInteger("setting","svrbuffsize", 32768);
+    SolBuffSize     =ini->ReadInteger("setting","solbuffsize",  1000);
+    SavedSol        =ini->ReadInteger("setting","savedsol",      100);
+    NavSelect       =ini->ReadInteger("setting","navselect",       0);
+    PrcOpt.sbassatsel=ini->ReadInteger("setting","sbassat",        0);
+    DgpsCorr        =ini->ReadInteger("setting","dgpscorr",        0);
+    SbasCorr        =ini->ReadInteger("setting","sbascorr",        0);
+    
+    NmeaReq         =ini->ReadInteger("setting","nmeareq",         0);
+    InTimeTag       =ini->ReadInteger("setting","intimetag",       0);
+    InTimeSpeed     =ini->ReadString ("setting","intimespeed",  "x1");
+    InTimeStart     =ini->ReadString ("setting","intimestart",   "0");
+    OutTimeTag      =ini->ReadInteger("setting","outtimetag",      0);
+    OutAppend       =ini->ReadInteger("setting","outappend",       0);
+    OutSwapInterval =ini->ReadString ("setting","outswapinterval","");
+    LogTimeTag      =ini->ReadInteger("setting","logtimetag",      0);
+    LogAppend       =ini->ReadInteger("setting","logappend",       0);
+    LogSwapInterval =ini->ReadString ("setting","logswapinterval","");
+    NmeaPos[0]      =ini->ReadFloat  ("setting","nmeapos1",      0.0);
+    NmeaPos[1]      =ini->ReadFloat  ("setting","nmeapos2",      0.0);
+    FileSwapMargin  =ini->ReadInteger("setting","fswapmargin",    30);
+    
+    TimeSys         =ini->ReadInteger("setting","timesys",         0);
+    SolType         =ini->ReadInteger("setting","soltype",         0);
+    PlotType1       =ini->ReadInteger("setting","plottype",        0);
+    PlotType2       =ini->ReadInteger("setting","plottype2",       0);
+    PanelMode       =ini->ReadInteger("setting","panelmode",       0);
+    ProxyAddr       =ini->ReadString ("setting","proxyaddr",      "");
+    MoniPort        =ini->ReadInteger("setting","moniport",DEFAULTPORT);
+    PanelStack      =ini->ReadInteger("setting","panelstack",      0);
+    
+    for (i=0;i<3;i++) {
+        RovAntDel[i]=ini->ReadFloat("setting",s.sprintf("rovantdel_%d",i),0.0);
+        RefAntDel[i]=ini->ReadFloat("setting",s.sprintf("refantdel_%d",i),0.0);
+        RovPos   [i]=ini->ReadFloat("setting",s.sprintf("rovpos_%d",   i),0.0);
+        RefPos   [i]=ini->ReadFloat("setting",s.sprintf("refpos_%d",   i),0.0);
+    }
+    for (i=0;i<10;i++) {
+        History[i]=ini->ReadString ("tcpopt",s.sprintf("history%d", i),"");
+    }
+    for (i=0;i<10;i++) {
+        MntpHist[i]=ini->ReadString("tcpopt",s.sprintf("mntphist%d",i),"");
+    }
+    NMapPnt        =ini->ReadInteger("mapopt","nmappnt",0);
+    for (i=0;i<NMapPnt;i++) {
+        PntName[i]=ini->ReadString("mapopt",s.sprintf("pntname%d",i+1),"");
+        AnsiString pos=ini->ReadString("mapopt",s.sprintf("pntpos%d",i+1),"0,0,0");
+        PntPos[i][0]=PntPos[i][1]=PntPos[i][2]=0.0;
+        sscanf(pos.c_str(),"%lf,%lf,%lf",PntPos[i],PntPos[i]+1,PntPos[i]+2);
+    }
+    PosFont->Name=ini->ReadString ("setting","posfontname",POSFONTNAME);
+    PosFont->Size=ini->ReadInteger("setting","posfontsize",POSFONTSIZE);
+    PosFont->Color=(TColor)ini->ReadInteger("setting","posfontcolor",(int)clBlack);
+    if (ini->ReadInteger("setting","posfontbold",  0)) PosFont->Style=PosFont->Style<<fsBold;
+    if (ini->ReadInteger("setting","posfontitalic",0)) PosFont->Style=PosFont->Style<<fsItalic;
+    PosFont->Charset=ANSI_CHARSET;
+    
+    TTextViewer::Color1=(TColor)ini->ReadInteger("viewer","color1",(int)clBlack);
+    TTextViewer::Color2=(TColor)ini->ReadInteger("viewer","color2",(int)clWhite);
+    TTextViewer::FontD=new TFont;
+    TTextViewer::FontD->Name=ini->ReadString ("viewer","fontname","Courier New");
+    TTextViewer::FontD->Size=ini->ReadInteger("viewer","fontsize",9);
+    
+    UpdatePanel();
+    
+    if (PanelStack==0) {
+        Panel21 ->Width=ini->ReadInteger("window","splitpos" ,180);
+        Panel222->Width=ini->ReadInteger("window","splitpos2",180);
+    }
+    else {
+        Panel21 ->Height=ini->ReadInteger("window","splitpos" ,180);
+        Panel222->Height=ini->ReadInteger("window","splitpos2",180);
+    }
+    Width         =ini->ReadInteger("window","width",   388);
+    Height        =ini->ReadInteger("window","height",  284);
+    delete ini;
+}
+// save option to ini file --------------------------------------------------
+void __fastcall TMainForm::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    int i,j,no,strno[]={0,1,6,2,3,4,5,7};
+    char *p;
+    
+    trace(3,"SaveOpt\n");
+    
+    for (i=0;i<8;i++) {
+        no=strno[i];
+        ini->WriteInteger("stream",s.sprintf("streamc%d",no),StreamC[i]);
+        ini->WriteInteger("stream",s.sprintf("stream%d" ,no),Stream [i]);
+        ini->WriteInteger("stream",s.sprintf("format%d" ,no),Format [i]);
+        for (j=0;j<4;j++) {
+            ini->WriteString("stream",s.sprintf("path_%d_%d",no,j),Paths[i][j]);
+        }
+    }
+    for (i=0;i<3;i++) {
+        ini->WriteString("stream",s.sprintf("rcvopt%d",i+1),RcvOpt[i]);
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        for (p=Cmds[i][j].c_str();*p;p++) {
+            if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+        }
+        ini->WriteString ("serial",s.sprintf("cmd_%d_%d"   ,i,j),Cmds  [i][j]);
+        ini->WriteInteger("serial",s.sprintf("cmdena_%d_%d",i,j),CmdEna[i][j]);
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        for (p=CmdsTcp[i][j].c_str();*p;p++) {
+            if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+        }
+        ini->WriteString ("tcpip",s.sprintf("cmd_%d_%d"   ,i,j),CmdsTcp  [i][j]);
+        ini->WriteInteger("tcpip",s.sprintf("cmdena_%d_%d",i,j),CmdEnaTcp[i][j]);
+    }
+    ini->WriteInteger("prcopt", "mode",       PrcOpt.mode        );
+    ini->WriteInteger("prcopt", "nf",         PrcOpt.nf          );
+    ini->WriteFloat  ("prcopt", "elmin",      PrcOpt.elmin       );
+    ini->WriteFloat  ("prcopt", "snrmask_ena1",PrcOpt.snrmask.ena[0]);
+    ini->WriteFloat  ("prcopt", "snrmask_ena2",PrcOpt.snrmask.ena[1]);
+    for (i=0;i<NFREQ;i++) for (j=0;j<9;j++) {
+        ini->WriteFloat("prcopt",s.sprintf("snrmask_%d_%d",i+1,j+1),
+                        PrcOpt.snrmask.mask[i][j]);
+    }
+    ini->WriteInteger("prcopt", "dynamics",   PrcOpt.dynamics    );
+    ini->WriteInteger("prcopt", "tidecorr",   PrcOpt.tidecorr    );
+    ini->WriteInteger("prcopt", "modear",     PrcOpt.modear      );
+    ini->WriteInteger("prcopt", "glomodear",  PrcOpt.glomodear   );
+    ini->WriteInteger("prcopt", "bdsmodear",  PrcOpt.bdsmodear   );
+    ini->WriteInteger("prcopt", "maxout",     PrcOpt.maxout      );
+    ini->WriteInteger("prcopt", "minlock",    PrcOpt.minlock     );
+    ini->WriteInteger("prcopt", "minfix",     PrcOpt.minfix      );
+    ini->WriteInteger("prcopt", "ionoopt",    PrcOpt.ionoopt     );
+    ini->WriteInteger("prcopt", "tropopt",    PrcOpt.tropopt     );
+    ini->WriteInteger("prcopt", "ephopt",     PrcOpt.sateph      );
+    ini->WriteInteger("prcopt", "ariter",     PrcOpt.armaxiter   );
+    ini->WriteInteger("prcopt", "niter",      PrcOpt.niter       );
+    ini->WriteFloat  ("prcopt", "eratio0",    PrcOpt.eratio[0]   );
+    ini->WriteFloat  ("prcopt", "eratio1",    PrcOpt.eratio[1]   );
+    ini->WriteFloat  ("prcopt", "err1",       PrcOpt.err[1]      );
+    ini->WriteFloat  ("prcopt", "err2",       PrcOpt.err[2]      );
+    ini->WriteFloat  ("prcopt", "err3",       PrcOpt.err[3]      );
+    ini->WriteFloat  ("prcopt", "err4",       PrcOpt.err[4]      );
+    ini->WriteFloat  ("prcopt", "prn0",       PrcOpt.prn[0]      );
+    ini->WriteFloat  ("prcopt", "prn1",       PrcOpt.prn[1]      );
+    ini->WriteFloat  ("prcopt", "prn2",       PrcOpt.prn[2]      );
+    ini->WriteFloat  ("prcopt", "prn3",       PrcOpt.prn[3]      );
+    ini->WriteFloat  ("prcopt", "prn4",       PrcOpt.prn[4]      );
+    ini->WriteFloat  ("prcopt", "sclkstab",   PrcOpt.sclkstab    );
+    ini->WriteFloat  ("prcopt", "thresar",    PrcOpt.thresar[0]  );
+    ini->WriteFloat  ("prcopt", "elmaskar",   PrcOpt.elmaskar    );
+    ini->WriteFloat  ("prcopt", "elmaskhold", PrcOpt.elmaskhold  );
+    ini->WriteFloat  ("prcopt", "thresslip",  PrcOpt.thresslip   );
+    ini->WriteFloat  ("prcopt", "maxtdiff",   PrcOpt.maxtdiff    );
+    ini->WriteFloat  ("prcopt", "maxgdop",    PrcOpt.maxgdop     );
+    ini->WriteFloat  ("prcopt", "maxinno",    PrcOpt.maxinno     );
+    ini->WriteInteger("prcopt", "syncsol",    PrcOpt.syncsol     );
+    ini->WriteString ("prcopt", "exsats",     ExSats             );
+    ini->WriteInteger("prcopt", "navsys",     PrcOpt.navsys      );
+    ini->WriteInteger("prcopt", "posopt1",    PrcOpt.posopt[0]   );
+    ini->WriteInteger("prcopt", "posopt2",    PrcOpt.posopt[1]   );
+    ini->WriteInteger("prcopt", "posopt3",    PrcOpt.posopt[2]   );
+    ini->WriteInteger("prcopt", "posopt4",    PrcOpt.posopt[3]   );
+    ini->WriteInteger("prcopt", "posopt5",    PrcOpt.posopt[4]   );
+    ini->WriteInteger("prcopt", "posopt6",    PrcOpt.posopt[5]   );
+    
+    ini->WriteFloat  ("prcopt", "baselinec",  BaselineC          );
+    ini->WriteFloat  ("prcopt", "baseline1",  Baseline[0]        );
+    ini->WriteFloat  ("prcopt", "baseline2",  Baseline[1]        );
+    
+    ini->WriteInteger("solopt", "posf",       SolOpt.posf        );
+    ini->WriteInteger("solopt", "times",      SolOpt.times       );
+    ini->WriteInteger("solopt", "timef",      SolOpt.timef       );
+    ini->WriteInteger("solopt", "timeu",      SolOpt.timeu       );
+    ini->WriteInteger("solopt", "degf",       SolOpt.degf        );
+    ini->WriteString ("solopt", "sep",        SolOpt.sep         );
+    ini->WriteInteger("solopt", "outhead",    SolOpt.outhead     );
+    ini->WriteInteger("solopt", "outopt",     SolOpt.outopt      );
+    ini->WriteInteger("solopt", "datum",      SolOpt.datum       );
+    ini->WriteInteger("solopt", "height",     SolOpt.height      );
+    ini->WriteInteger("solopt", "geoid",      SolOpt.geoid       );
+    ini->WriteFloat  ("solopt", "nmeaintv1",  SolOpt.nmeaintv[0] );
+    ini->WriteFloat  ("solopt", "nmeaintv2",  SolOpt.nmeaintv[1] );
+    ini->WriteInteger("setting","debugstatus",DebugStatusF       );
+    ini->WriteInteger("setting","debugtrace", DebugTraceF        );
+    
+    ini->WriteInteger("setting","rovpostype", RovPosTypeF        );
+    ini->WriteInteger("setting","refpostype", RefPosTypeF        );
+    ini->WriteInteger("setting","rovantpcv",  RovAntPcvF         );
+    ini->WriteInteger("setting","refantpcv",  RefAntPcvF         );
+    ini->WriteString ("setting","rovant",     RovAntF            );
+    ini->WriteString ("setting","refant",     RefAntF            );
+    ini->WriteString ("setting","satpcvfile", SatPcvFileF        );
+    ini->WriteString ("setting","antpcvfile", AntPcvFileF        );
+    ini->WriteString ("setting","staposfile", StaPosFileF        );
+    ini->WriteString ("setting","geoiddatafile",GeoidDataFileF   );
+    ini->WriteString ("setting","dcbfile",    DCBFileF           );
+    ini->WriteString ("setting","eopfile",    EOPFileF           );
+    ini->WriteString ("setting","tlefile",    TLEFileF           );
+    ini->WriteString ("setting","tlesatfile", TLESatFileF        );
+    ini->WriteString ("setting","localdirectory",LocalDirectory  );
+    
+    ini->WriteInteger("setting","svrcycle",   SvrCycle           );
+    ini->WriteInteger("setting","timeouttime",TimeoutTime        );
+    ini->WriteInteger("setting","recontime",  ReconTime          );
+    ini->WriteInteger("setting","nmeacycle",  NmeaCycle          );
+    ini->WriteInteger("setting","svrbuffsize",SvrBuffSize        );
+    ini->WriteInteger("setting","solbuffsize",SolBuffSize        );
+    ini->WriteInteger("setting","savedsol",   SavedSol           );
+    ini->WriteInteger("setting","navselect",  NavSelect          );
+    ini->WriteInteger("setting","sbassat",    PrcOpt.sbassatsel  );
+    ini->WriteInteger("setting","dgpscorr",   DgpsCorr           );
+    ini->WriteInteger("setting","sbascorr",   SbasCorr           );
+    
+    ini->WriteInteger("setting","nmeareq",    NmeaReq            );
+    ini->WriteInteger("setting","intimetag",  InTimeTag          );
+    ini->WriteString ("setting","intimespeed",InTimeSpeed        );
+    ini->WriteString ("setting","intimestart",InTimeStart        );
+    ini->WriteInteger("setting","outtimetag", OutTimeTag         );
+    ini->WriteInteger("setting","outappend",  OutAppend          );
+    ini->WriteString ("setting","outswapinterval",OutSwapInterval);
+    ini->WriteInteger("setting","logtimetag", LogTimeTag         );
+    ini->WriteInteger("setting","logappend",  LogAppend          );
+    ini->WriteString ("setting","logswapinterval",LogSwapInterval);
+    ini->WriteFloat  ("setting","nmeapos1",   NmeaPos[0]         );
+    ini->WriteFloat  ("setting","nmeapos2",   NmeaPos[1]         );
+    ini->WriteInteger("setting","fswapmargin",FileSwapMargin     );
+    
+    ini->WriteInteger("setting","timesys",    TimeSys            );
+    ini->WriteInteger("setting","soltype",    SolType            );
+    ini->WriteInteger("setting","plottype",   PlotType1          );
+    ini->WriteInteger("setting","plottype2",  PlotType2          );
+    ini->WriteInteger("setting","panelmode",  PanelMode          );
+    ini->WriteString ("setting","proxyaddr",  ProxyAddr          );
+    ini->WriteInteger("setting","moniport",   MoniPort           );
+    ini->WriteInteger("setting","panelstack", PanelStack         );
+    
+    for (i=0;i<3;i++) {
+        ini->WriteFloat("setting",s.sprintf("rovantdel_%d",i),RovAntDel[i]);
+        ini->WriteFloat("setting",s.sprintf("refantdel_%d",i),RefAntDel[i]);
+        ini->WriteFloat("setting",s.sprintf("rovpos_%d",i),   RovPos[i]);
+        ini->WriteFloat("setting",s.sprintf("refpos_%d",i),   RefPos[i]);
+    }
+    for (i=0;i<10;i++) {
+        ini->WriteString("tcpopt",s.sprintf("history%d" ,i),History [i]);
+    }
+    for (i=0;i<10;i++) {
+        ini->WriteString("tcpopt",s.sprintf("mntphist%d",i),MntpHist[i]);
+    }
+    ini->WriteInteger("mapopt","nmappnt",NMapPnt);
+    for (i=0;i<NMapPnt;i++) {
+        AnsiString s1,s2;
+        ini->WriteString("mapopt",s1.sprintf("pntname%d",i+1),PntName[i]);
+        ini->WriteString("mapopt",s1.sprintf("pntpos%d" ,i+1),
+            s2.sprintf("%.4f,%.4f,%.4f",PntPos[i][0],PntPos[i][1],PntPos[i][2]));
+    }
+    ini->WriteString ("setting","posfontname", PosFont->Name    );
+    ini->WriteInteger("setting","posfontsize", PosFont->Size    );
+    ini->WriteInteger("setting","posfontcolor",(int)PosFont->Color);
+    ini->WriteInteger("setting","posfontbold",  PosFont->Style.Contains(fsBold));
+    ini->WriteInteger("setting","posfontitalic",PosFont->Style.Contains(fsItalic));
+
+    ini->WriteInteger("viewer","color1",  (int)TTextViewer::Color1);
+    ini->WriteInteger("viewer","color2",  (int)TTextViewer::Color2);
+    ini->WriteString ("viewer","fontname",TTextViewer::FontD->Name);
+    ini->WriteInteger("viewer","fontsize",TTextViewer::FontD->Size);
+    
+    ini->WriteInteger("window","width",    Width);
+    ini->WriteInteger("window","height",   Height);
+    if (PanelStack==0) {
+        ini->WriteInteger("window","splitpos", Panel21 ->Width);
+        ini->WriteInteger("window","splitpos2",Panel222->Width);
+    }
+    else {
+        ini->WriteInteger("window","splitpos", Panel21 ->Height);
+        ini->WriteInteger("window","splitpos2",Panel222->Height);
+    }
+    delete ini;
+}
+//---------------------------------------------------------------------------
+
+//---------------------------------------------------------------------------
+
+
+
diff --git a/app/rtknavi/navimain.h b/app/rtknavi/navimain.h
new file mode 100644
index 0000000..a0b4229
--- /dev/null
+++ b/app/rtknavi/navimain.h
@@ -0,0 +1,247 @@
+//---------------------------------------------------------------------------
+#ifndef navimainH
+#define navimainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+#include <Graphics.hpp>
+#include <ComCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ImgList.hpp>
+#include <Menus.hpp>
+
+#include "rtklib.h"
+
+#define MAXSCALE	18
+#define MAXMAPPNT	10
+
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TPanel *Panel3;
+	TPanel *Panel11;
+	
+	TLabel *LabelTime;
+	TLabel *Message;
+	
+	TPopupMenu *PopupMenu;
+	TMenuItem *MenuMonitor;
+	TMenuItem *MenuExpand;
+	TMenuItem *N1;
+	TMenuItem *MenuStart;
+	TMenuItem *MenuPlot;
+	TMenuItem *N2;
+	TMenuItem *MenuExit;
+	TMenuItem *MenuStop;
+	
+	TSpeedButton *BtnTimeSys;
+	
+	TTrayIcon *TrayIcon;
+	
+	TSaveDialog *SaveDialog;
+	
+	TImageList *ImageList;
+	
+	TTimer *Timer;
+	TPanel *Panel4;
+	TButton *BtnExit;
+	TButton *BtnOpt;
+	TButton *BtnPlot;
+	TButton *BtnStart;
+	TButton *BtnStop;
+	TPanel *Panel33;
+	TSpeedButton *BtnTaskTray;
+	TSpeedButton *BtnAbout;
+	TPanel *Panel31;
+	TSpeedButton *BtnMonitor;
+	TPanel *Panel32;
+	TPanel *Panel12;
+	TImage *Image1;
+	TImage *Image2;
+	TPanel *Str1;
+	TPanel *Str2;
+	TPanel *Str3;
+	TPanel *Str4;
+	TPanel *Str5;
+	TPanel *Str6;
+	TPanel *Str7;
+	TPanel *Str8;
+	TPanel *Svr;
+	TPanel *Panel13;
+	TPanel *Panel131;
+	TSpeedButton *BtnOutputStr;
+	TPanel *Panel132;
+	TSpeedButton *BtnLogStr;
+	TPanel *Panel121;
+	TSpeedButton *BtnInputStr;
+	TPanel *Panel21;
+	TPanel *Panel211;
+	TLabel *LabelNSat;
+	TLabel *LabelStd;
+	TLabel *Plabel1;
+	TLabel *Plabel2;
+	TLabel *Plabel3;
+	TLabel *PlabelA;
+	TLabel *Pos1;
+	TLabel *Pos2;
+	TLabel *Pos3;
+	TLabel *Solution;
+	TPanel *IndSol;
+	TPanel *Panel213;
+	TScrollBar *ScbSol;
+	TButton *BtnSave;
+	TPanel *Panel212;
+	TLabel *Plabel0;
+	TSplitter *Splitter1;
+	TPanel *Panel221;
+	TImage *Plot1;
+	TSpeedButton *BtnFreqType1;
+	TSplitter *Splitter2;
+	TPanel *Panel222;
+	TImage *Disp2;
+	TImage *Plot2;
+	TSpeedButton *BtnFreqType2;
+	TImage *Disp1;
+	TSpeedButton *BtnSolType;
+	TSpeedButton *BtnPlotType1;
+	TSpeedButton *BtnPlotType2;
+	TSpeedButton *BtnPanel;
+	TPanel *Pane6;
+	TPanel *Panel22;
+	TPanel *Panel5;
+	TPanel *IndQ;
+	TLabel *SolS;
+	TLabel *SolQ;
+	TSpeedButton *BtnSolType2;
+	
+	void __fastcall FormCreate        (TObject *Sender);
+	void __fastcall FormShow          (TObject *Sender);
+	void __fastcall FormClose         (TObject *Sender, TCloseAction &Action);
+	
+	void __fastcall TimerTimer        (TObject *Sender);
+	
+	void __fastcall BtnStartClick     (TObject *Sender);
+	void __fastcall BtnStopClick      (TObject *Sender);
+	void __fastcall BtnPlotClick      (TObject *Sender);
+	void __fastcall BtnOptClick       (TObject *Sender);
+	void __fastcall BtnExitClick      (TObject *Sender);
+	
+	void __fastcall BtnTimeSysClick   (TObject *Sender);
+	void __fastcall BtnInputStrClick  (TObject *Sender);
+	void __fastcall BtnOutputStrClick (TObject *Sender);
+	void __fastcall BtnLogStrClick    (TObject *Sender);
+	void __fastcall BtnSolTypeClick   (TObject *Sender);
+	void __fastcall BtnPlotType1Click  (TObject *Sender);
+	
+	void __fastcall BtnMonitorClick   (TObject *Sender);
+	void __fastcall BtnSaveClick      (TObject *Sender);
+	void __fastcall BtnAboutClick     (TObject *Sender);
+	void __fastcall BtnTaskTrayClick  (TObject *Sender);
+	
+	void __fastcall MenuExpandClick   (TObject *Sender);
+	void __fastcall MenuStartClick    (TObject *Sender);
+	void __fastcall MenuStopClick     (TObject *Sender);
+	void __fastcall MenuPlotClick     (TObject *Sender);
+	void __fastcall MenuMonitorClick  (TObject *Sender);
+	void __fastcall MenuExitClick     (TObject *Sender);
+	
+	void __fastcall ScbSolChange      (TObject *Sender);
+	
+	void __fastcall TrayIconDblClick  (TObject *Sender);
+	void __fastcall BtnFreqType1Click(TObject *Sender);
+	void __fastcall Panel221Resize(TObject *Sender);
+	void __fastcall Panel4Resize(TObject *Sender);
+	void __fastcall Panel21Resize(TObject *Sender);
+	void __fastcall Panel222Resize(TObject *Sender);
+	void __fastcall BtnPanelClick(TObject *Sender);
+	void __fastcall BtnPlotType2Click(TObject *Sender);
+	void __fastcall BtnFreqType2Click(TObject *Sender);
+	void __fastcall Panel211Resize(TObject *Sender);
+	void __fastcall Panel5Resize(TObject *Sender);
+private:
+	tle_t TLEData;
+
+	void __fastcall UpdateLog    (int stat, gtime_t time, double *rr, float *qr,
+								  double *rb, int ns, double age, double ratio);
+	void __fastcall SvrStart     (void);
+	void __fastcall SvrStop      (void);
+	void __fastcall UpdatePanel  (void);
+	void __fastcall UpdateTimeSys(void);
+	void __fastcall UpdateSolType(void);
+	void __fastcall UpdateFont   (void);
+	void __fastcall UpdateTime   (void);
+	void __fastcall UpdatePos    (void);
+	void __fastcall UpdateStr    (void);
+	void __fastcall DrawPlot     (TImage *plot, int type, int freq);
+	void __fastcall UpdatePlot   (void);
+	void __fastcall ChangePlot   (void);
+	int  __fastcall ConfOverwrite(const char *path);
+	
+	void __fastcall DrawSnr      (TCanvas *c, int w, int h, int top, int index, int freq);
+	void __fastcall DrawSat      (TCanvas *c, int w, int h, int x0, int y0, int index, int freq);
+	void __fastcall DrawBL       (TCanvas *c, int w, int h);
+	void __fastcall DrawSky      (TCanvas *c, int w, int h, int x0, int y0);
+	void __fastcall DrawText     (TCanvas *c, int x, int y, UnicodeString s,
+								  TColor color, int align);
+	void __fastcall DrawArrow    (TCanvas *c, int x, int y, int siz,
+								  int ang, TColor color);
+	void __fastcall OpenMoniPort (int port);
+	void __fastcall InitSolBuff  (void);
+	void __fastcall SaveLog      (void);
+	void __fastcall LoadNav      (nav_t *nav);
+	void __fastcall SaveNav      (nav_t *nav);
+	void __fastcall LoadOpt      (void);
+	void __fastcall SaveOpt      (void);
+	void __fastcall SetTrayIcon  (int index);
+	int  __fastcall ExecCmd      (AnsiString cmd, int show);
+	TColor __fastcall SnrColor   (int snr);
+public:
+	AnsiString IniFile;
+	
+	int PanelStack,PanelMode;
+	int SvrCycle,SvrBuffSize,Scale,SolBuffSize,NavSelect,SavedSol;
+	int NmeaReq,NmeaCycle,InTimeTag,OutTimeTag,OutAppend,LogTimeTag,LogAppend;
+	int TimeoutTime,ReconTime,SbasCorr,DgpsCorr,TideCorr,FileSwapMargin;
+	int Stream[MAXSTRRTK],StreamC[MAXSTRRTK],Format[MAXSTRRTK];
+	int CmdEna[3][2],CmdEnaTcp[3][2];
+	int TimeSys,SolType,PlotType1,FreqType1,PlotType2,FreqType2;
+	int MoniPort,OpenPort;
+	
+	int PSol,PSolS,PSolE,Nsat[2],SolCurrentStat;
+	int Sat[2][MAXSAT],Snr[2][MAXSAT][NFREQ],Vsat[2][MAXSAT];
+	double Az[2][MAXSAT],El[2][MAXSAT];
+	gtime_t *Time;
+	int *SolStat,*Nvsat;
+	double *SolRov,*SolRef,*Qr,*VelRov,*Age,*Ratio;
+	AnsiString Paths[MAXSTRRTK][4],Cmds[3][2],CmdsTcp[3][2];
+	AnsiString InTimeStart,InTimeSpeed,ExSats;
+	AnsiString RcvOpt[3],ProxyAddr;
+	AnsiString OutSwapInterval,LogSwapInterval;
+	prcopt_t PrcOpt;
+	solopt_t SolOpt;
+	TFont *PosFont;
+	int DebugTraceF,DebugStatusF,OutputGeoidF,BaselineC;
+	int RovPosTypeF,RefPosTypeF,RovAntPcvF,RefAntPcvF;
+	AnsiString RovAntF,RefAntF,SatPcvFileF,AntPcvFileF;
+	double RovAntDel[3],RefAntDel[3],RovPos[3],RefPos[3],NmeaPos[2];
+	double Baseline[2];
+	AnsiString History[10],MntpHist[10];
+	
+	AnsiString GeoidDataFileF,StaPosFileF,DCBFileF,EOPFileF,TLEFileF;
+	AnsiString TLESatFileF,LocalDirectory,PntName[MAXMAPPNT];
+	double PntPos[MAXMAPPNT][3];
+	int NMapPnt;
+	
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/naviopt.cpp b/app/rtknavi/naviopt.cpp
new file mode 100644
index 0000000..bf92e0b
--- /dev/null
+++ b/app/rtknavi/naviopt.cpp
@@ -0,0 +1,1123 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "naviopt.h"
+#include "viewer.h"
+#include "refdlg.h"
+#include "navimain.h"
+#include "maskoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TOptDialog *OptDialog;
+
+#define MAXSTR      1024                /* max length of a string */
+
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+// receiver options table ---------------------------------------------------
+static int strtype[]={                  /* stream types */
+    STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE
+};
+static char strpath[8][MAXSTR]={""};    /* stream paths */
+static int strfmt[]={                   /* stream formats */
+    STRFMT_RTCM3,STRFMT_RTCM3,STRFMT_SP3,SOLF_LLH,SOLF_NMEA,0,0,0
+};
+static int svrcycle     =10;            /* server cycle (ms) */
+static int timeout      =10000;         /* timeout time (ms) */
+static int reconnect    =10000;         /* reconnect interval (ms) */
+static int nmeacycle    =5000;          /* nmea request cycle (ms) */
+static int fswapmargin  =30;            /* file swap marign (s) */
+static int buffsize     =32768;         /* input buffer size (bytes) */
+static int navmsgsel    =0;             /* navigation mesaage select */
+static int nmeareq      =0;             /* nmea request type (0:off,1:lat/lon,2:single) */
+static double nmeapos[] ={0,0};         /* nmea position (lat/lon) (deg) */
+static char proxyaddr[MAXSTR]="";       /* proxy address */
+
+#define TIMOPT  "0:gpst,1:utc,2:jst,3:tow"
+#define CONOPT  "0:dms,1:deg,2:xyz,3:enu,4:pyl"
+#define FLGOPT  "0:off,1:std+2:age/ratio/ns"
+#define ISTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http"
+#define OSTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr"
+#define FMTOPT  "0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:gw10,9:javad,10:nvs,11:binex,12:rt17,15:sp3"
+#define NMEOPT  "0:off,1:latlon,2:single"
+#define SOLOPT  "0:llh,1:xyz,2:enu,3:nmea"
+#define MSGOPT  "0:all,1:rover,2:base,3:corr"
+
+static opt_t rcvopts[]={
+    {"inpstr1-type",    3,  (void *)&strtype[0],         ISTOPT },
+    {"inpstr2-type",    3,  (void *)&strtype[1],         ISTOPT },
+    {"inpstr3-type",    3,  (void *)&strtype[2],         ISTOPT },
+    {"inpstr1-path",    2,  (void *)strpath [0],         ""     },
+    {"inpstr2-path",    2,  (void *)strpath [1],         ""     },
+    {"inpstr3-path",    2,  (void *)strpath [2],         ""     },
+    {"inpstr1-format",  3,  (void *)&strfmt [0],         FMTOPT },
+    {"inpstr2-format",  3,  (void *)&strfmt [1],         FMTOPT },
+    {"inpstr3-format",  3,  (void *)&strfmt [2],         FMTOPT },
+    {"inpstr2-nmeareq", 3,  (void *)&nmeareq,            NMEOPT },
+    {"inpstr2-nmealat", 1,  (void *)&nmeapos[0],         "deg"  },
+    {"inpstr2-nmealon", 1,  (void *)&nmeapos[1],         "deg"  },
+    {"outstr1-type",    3,  (void *)&strtype[3],         OSTOPT },
+    {"outstr2-type",    3,  (void *)&strtype[4],         OSTOPT },
+    {"outstr1-path",    2,  (void *)strpath [3],         ""     },
+    {"outstr2-path",    2,  (void *)strpath [4],         ""     },
+    {"outstr1-format",  3,  (void *)&strfmt [3],         SOLOPT },
+    {"outstr2-format",  3,  (void *)&strfmt [4],         SOLOPT },
+    {"logstr1-type",    3,  (void *)&strtype[5],         OSTOPT },
+    {"logstr2-type",    3,  (void *)&strtype[6],         OSTOPT },
+    {"logstr3-type",    3,  (void *)&strtype[7],         OSTOPT },
+    {"logstr1-path",    2,  (void *)strpath [5],         ""     },
+    {"logstr2-path",    2,  (void *)strpath [6],         ""     },
+    {"logstr3-path",    2,  (void *)strpath [7],         ""     },
+    
+    {"misc-svrcycle",   0,  (void *)&svrcycle,           "ms"   },
+    {"misc-timeout",    0,  (void *)&timeout,            "ms"   },
+    {"misc-reconnect",  0,  (void *)&reconnect,          "ms"   },
+    {"misc-nmeacycle",  0,  (void *)&nmeacycle,          "ms"   },
+    {"misc-buffsize",   0,  (void *)&buffsize,           "bytes"},
+    {"misc-navmsgsel",  3,  (void *)&navmsgsel,          MSGOPT },
+    {"misc-proxyaddr",  2,  (void *)proxyaddr,           ""     },
+    {"misc-fswapmargin",0,  (void *)&fswapmargin,        "s"    },
+    
+    {"",0,NULL,""}
+};
+//---------------------------------------------------------------------------
+__fastcall TOptDialog::TOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	AnsiString label,s;
+	int freq[]={1,2,5,6,7,8},nglo=MAXPRNGLO,ngal=MAXPRNGAL,nqzs=MAXPRNQZS;
+	int ncmp=MAXPRNCMP;
+	PrcOpt=prcopt_default;
+	SolOpt=solopt_default;
+	UpdateEnable();
+	PosFont=new TFont;
+	
+	Freq->Items->Clear();
+	for (int i=0;i<NFREQ;i++) {
+		label=label+(i>0?"+":"")+s.sprintf("L%d",freq[i]);
+		Freq->Items->Add(label);
+	}
+	if (nglo<=0) NavSys2->Enabled=false;
+	if (ngal<=0) NavSys3->Enabled=false;
+	if (nqzs<=0) NavSys4->Enabled=false;
+	if (ncmp<=0) NavSys6->Enabled=false;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::FormShow(TObject *Sender)
+{
+	GetOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnOkClick(TObject *Sender)
+{
+	SetOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnLoadClick(TObject *Sender)
+{
+	OpenDialog->Title="Load Options";
+	OpenDialog->FilterIndex=4;
+	if (!OpenDialog->Execute()) return;
+	LoadOpt(OpenDialog->FileName);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSaveClick(TObject *Sender)
+{
+	AnsiString file;
+	SaveDialog->Title="Save Options";
+	SaveDialog->FilterIndex=2;
+	if (!SaveDialog->Execute()) return;
+	file=SaveDialog->FileName;
+	if (!strrchr(file.c_str(),'.')) file=file+".conf";
+	SaveOpt(file);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnStaPosViewClick(TObject *Sender)
+{
+	if (StaPosFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(StaPosFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnStaPosFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Station Postion File";
+	OpenDialog->FilterIndex=3;
+	if (!OpenDialog->Execute()) return;
+	StaPosFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSnrMaskClick(TObject *Sender)
+{
+	MaskOptDialog->Mask=PrcOpt.snrmask;
+	if (MaskOptDialog->ShowModal()!=mrOk) return;
+	PrcOpt.snrmask=MaskOptDialog->Mask;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovPosTypePChange(TObject *Sender)
+{
+	TEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double pos[3];
+	GetPos(RovPosTypeF,edit,pos);
+	SetPos(RovPosTypeP->ItemIndex,edit,pos);
+	RovPosTypeF=RovPosTypeP->ItemIndex;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RefPosTypePChange(TObject *Sender)
+{
+	TEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double pos[3];
+	GetPos(RefPosTypeF,edit,pos);
+	SetPos(RefPosTypeP->ItemIndex,edit,pos);
+	RefPosTypeF=RefPosTypeP->ItemIndex;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnRovPosClick(TObject *Sender)
+{
+	TEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double p[3],pos[3];
+	GetPos(RovPosTypeP->ItemIndex,edit,p);
+	ecef2pos(p,pos);
+	RefDialog->RovPos[0]=pos[0]*R2D;
+	RefDialog->RovPos[1]=pos[1]*R2D;
+	RefDialog->Pos[2]=pos[2];
+	RefDialog->StaPosFile=StaPosFile->Text;
+	RefDialog->Left=Left+Width/2-RefDialog->Width/2;
+	RefDialog->Top=Top+Height/2-RefDialog->Height/2;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	pos[0]=RefDialog->Pos[0]*D2R;
+	pos[1]=RefDialog->Pos[1]*D2R;
+	pos[2]=RefDialog->Pos[2];
+	pos2ecef(pos,p);
+	SetPos(RovPosTypeP->ItemIndex,edit,p);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnRefPosClick(TObject *Sender)
+{
+	TEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double p[3],pos[3];
+	GetPos(RefPosTypeP->ItemIndex,edit,p);
+	ecef2pos(p,pos);
+	RefDialog->RovPos[0]=pos[0]*R2D;
+	RefDialog->RovPos[1]=pos[1]*R2D;
+	RefDialog->RovPos[2]=pos[2];
+	RefDialog->StaPosFile=StaPosFile->Text;
+	RefDialog->Left=Left+Width/2-RefDialog->Width/2;
+	RefDialog->Top=Top+Height/2-RefDialog->Height/2;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	pos[0]=RefDialog->Pos[0]*D2R;
+	pos[1]=RefDialog->Pos[1]*D2R;
+	pos[2]=RefDialog->Pos[2];
+	pos2ecef(pos,p);
+	SetPos(RefPosTypeP->ItemIndex,edit,p);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSatPcvViewClick(TObject *Sender)
+{
+	if (SatPcvFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(SatPcvFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSatPcvFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Satellite Antenna PCV File";
+	OpenDialog->FilterIndex=2;
+	if (!OpenDialog->Execute()) return;
+	SatPcvFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnAntPcvViewClick(TObject *Sender)
+{
+	if (AntPcvFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(AntPcvFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnAntPcvFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Receiver Antenna PCV File";
+	OpenDialog->FilterIndex=2;
+	if (!OpenDialog->Execute()) return;
+	AntPcvFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnGeoidDataFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Geoid Data File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	GeoidDataFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnDCBFileClick(TObject *Sender)
+{
+	OpenDialog->Title="DCB Data File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	DCBFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnEOPFileClick(TObject *Sender)
+{
+	OpenDialog->Title="EOP Data File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	EOPFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnEOPViewClick(TObject *Sender)
+{
+	if (EOPFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(EOPFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnLocalDirClick(TObject *Sender)
+{
+#ifdef TCPP
+	AnsiString dir=LocalDir->Text;
+	if (!SelectDirectory("FTP/HTTP Local Directory","",dir)) return;
+	LocalDir->Text=dir;
+#else
+    UnicodeString dir=LocalDir->Text;
+    TSelectDirExtOpts opt=TSelectDirExtOpts()<<sdNewUI<<sdNewFolder;
+    if (!SelectDirectory(L"FTP/HTTP Local Directory",L"",dir,opt)) return;
+    LocalDir->Text=dir;
+#endif
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnFontClick(TObject *Sender)
+{
+	AnsiString s;
+	FontDialog->Font=FontLabel->Font;
+	if (!FontDialog->Execute()) return;
+	FontLabel->Font=FontDialog->Font;
+	FontLabel->Caption=FontLabel->Font->Name+s.sprintf(" %dpt",FontLabel->Font->Size);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnTLESatFileClick(TObject *Sender)
+{
+	OpenDialog->Title="TLE Satellite Number File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	TLESatFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnTLEFileClick(TObject *Sender)
+{
+	OpenDialog->Title="TLE Data File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	TLEFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::FreqChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::NavSys2Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BaselineConstClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SolFormatChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::PosModeChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::AmbResChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovAntPcvClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SatClkCorrClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::IntpRefObsClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovPosClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RefPosClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::OutputHeightClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::NmeaReqCClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::DgpsCorrLChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::GetOpt(void)
+{
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	AnsiString s;
+	
+	PosMode		 ->ItemIndex=PrcOpt.mode;
+	Freq		 ->ItemIndex=PrcOpt.nf-1>NFREQ-1?NFREQ-1:PrcOpt.nf-1;
+	ElMask		 ->Text     =s.sprintf("%.0f",PrcOpt.elmin*R2D);
+	DynamicModel ->ItemIndex=PrcOpt.dynamics;
+	TideCorr	 ->ItemIndex=PrcOpt.tidecorr;
+	IonoOpt		 ->ItemIndex=PrcOpt.ionoopt;
+	TropOpt		 ->ItemIndex=PrcOpt.tropopt;
+	SatEphem	 ->ItemIndex=PrcOpt.sateph;
+	AmbRes		 ->ItemIndex=PrcOpt.modear;
+	GloAmbRes	 ->ItemIndex=PrcOpt.glomodear;
+	BdsAmbRes	 ->ItemIndex=PrcOpt.bdsmodear;
+	ValidThresAR ->Text     =s.sprintf("%.1f",PrcOpt.thresar[0]);
+	OutCntResetAmb->Text    =s.sprintf("%d",  PrcOpt.maxout);
+	LockCntFixAmb->Text     =s.sprintf("%d",  PrcOpt.minlock);
+	FixCntHoldAmb->Text     =s.sprintf("%d",  PrcOpt.minfix);
+	ElMaskAR	 ->Text     =s.sprintf("%.0f",PrcOpt.elmaskar*R2D);
+	ElMaskHold	 ->Text     =s.sprintf("%.0f",PrcOpt.elmaskhold*R2D);
+	MaxAgeDiff	 ->Text     =s.sprintf("%.1f",PrcOpt.maxtdiff);
+	RejectGdop   ->Text     =s.sprintf("%.1f",PrcOpt.maxgdop);
+	RejectThres  ->Text     =s.sprintf("%.1f",PrcOpt.maxinno);
+	SlipThres	 ->Text     =s.sprintf("%.3f",PrcOpt.thresslip);
+	ARIter		 ->Text     =s.sprintf("%d",  PrcOpt.armaxiter);
+	NumIter		 ->Text     =s.sprintf("%d",  PrcOpt.niter);
+	SyncSol		 ->ItemIndex=PrcOpt.syncsol;
+	ExSatsE		 ->Text     =ExSats;
+	NavSys1		 ->Checked  =PrcOpt.navsys&SYS_GPS;
+	NavSys2		 ->Checked  =PrcOpt.navsys&SYS_GLO;
+	NavSys3		 ->Checked  =PrcOpt.navsys&SYS_GAL;
+	NavSys4		 ->Checked  =PrcOpt.navsys&SYS_QZS;
+	NavSys5		 ->Checked  =PrcOpt.navsys&SYS_SBS;
+	NavSys6		 ->Checked  =PrcOpt.navsys&SYS_CMP;
+	PosOpt1		 ->Checked  =PrcOpt.posopt[0];
+	PosOpt2		 ->Checked  =PrcOpt.posopt[1];
+	PosOpt3		 ->Checked  =PrcOpt.posopt[2];
+	PosOpt4		 ->Checked  =PrcOpt.posopt[3];
+	PosOpt5		 ->Checked  =PrcOpt.posopt[4];
+	
+	SolFormat	 ->ItemIndex=SolOpt.posf;
+	TimeFormat	 ->ItemIndex=SolOpt.timef==0?0:SolOpt.times+1;
+	TimeDecimal	 ->Text     =s.sprintf("%d",SolOpt.timeu);
+	LatLonFormat ->ItemIndex=SolOpt.degf;
+	FieldSep	 ->Text     =SolOpt.sep;
+	OutputHead	 ->ItemIndex=SolOpt.outhead;
+	OutputOpt	 ->ItemIndex=SolOpt.outopt;
+	OutputDatum  ->ItemIndex=SolOpt.datum;
+	OutputHeight ->ItemIndex=SolOpt.height;
+	OutputGeoid  ->ItemIndex=SolOpt.geoid;
+	NmeaIntv1    ->Text     =s.sprintf("%.2g",SolOpt.nmeaintv[0]);
+	NmeaIntv2    ->Text     =s.sprintf("%.2g",SolOpt.nmeaintv[1]);
+	DebugStatus	 ->ItemIndex=DebugStatusF;
+	DebugTrace	 ->ItemIndex=DebugTraceF;
+	
+	BaselineConst->Checked  =BaselineC;
+	BaselineLen->Text       =s.sprintf("%.3f",Baseline[0]);
+	BaselineSig->Text       =s.sprintf("%.3f",Baseline[1]);
+	
+	MeasErrR1	 ->Text     =s.sprintf("%.1f",PrcOpt.eratio[0]);
+	MeasErrR2	 ->Text     =s.sprintf("%.1f",PrcOpt.eratio[1]);
+	MeasErr2	 ->Text     =s.sprintf("%.3f",PrcOpt.err[1]);
+	MeasErr3	 ->Text     =s.sprintf("%.3f",PrcOpt.err[2]);
+	MeasErr4	 ->Text     =s.sprintf("%.3f",PrcOpt.err[3]);
+	MeasErr5	 ->Text     =s.sprintf("%.3f",PrcOpt.err[4]);
+	PrNoise1	 ->Text     =s.sprintf("%.2E",PrcOpt.prn[0]);
+	PrNoise2	 ->Text     =s.sprintf("%.2E",PrcOpt.prn[1]);
+	PrNoise3	 ->Text     =s.sprintf("%.2E",PrcOpt.prn[2]);
+	PrNoise4	 ->Text     =s.sprintf("%.2E",PrcOpt.prn[3]);
+	PrNoise5	 ->Text     =s.sprintf("%.2E",PrcOpt.prn[4]);
+	SatClkStab	 ->Text     =s.sprintf("%.2E",PrcOpt.sclkstab);
+	
+	RovPosTypeP	 ->ItemIndex=RovPosTypeF;
+	RefPosTypeP	 ->ItemIndex=RefPosTypeF;
+	RovAntPcv	 ->Checked  =RovAntPcvF;
+	RefAntPcv	 ->Checked  =RefAntPcvF;
+	RovAnt		 ->Text     =RovAntF;
+	RefAnt		 ->Text     =RefAntF;
+	RovAntE		 ->Text     =s.sprintf("%.4f",RovAntDel[0]);
+	RovAntN		 ->Text     =s.sprintf("%.4f",RovAntDel[1]);
+	RovAntU		 ->Text     =s.sprintf("%.4f",RovAntDel[2]);
+	RefAntE		 ->Text     =s.sprintf("%.4f",RefAntDel[0]);
+	RefAntN		 ->Text     =s.sprintf("%.4f",RefAntDel[1]);
+	RefAntU		 ->Text     =s.sprintf("%.4f",RefAntDel[2]);
+	SetPos(RovPosTypeP->ItemIndex,editu,RovPos);
+	SetPos(RefPosTypeP->ItemIndex,editr,RefPos);
+	
+	SatPcvFile	 ->Text     =SatPcvFileF;
+	AntPcvFile	 ->Text     =AntPcvFileF;
+	StaPosFile	 ->Text     =StaPosFileF;
+	GeoidDataFile->Text     =GeoidDataFileF;
+	DCBFile      ->Text     =DCBFileF;
+	EOPFile      ->Text     =EOPFileF;
+	TLEFile      ->Text     =TLEFileF;
+	TLESatFile   ->Text     =TLESatFileF;
+	LocalDir	 ->Text     =LocalDirectory;
+	ReadAntList();
+	
+	SvrCycleE	 ->Text     =s.sprintf("%d",SvrCycle);
+	TimeoutTimeE ->Text     =s.sprintf("%d",TimeoutTime);
+	ReconTimeE   ->Text     =s.sprintf("%d",ReconTime);
+	NmeaCycleE   ->Text     =s.sprintf("%d",NmeaCycle);
+	FileSwapMarginE->Text   =s.sprintf("%d",FileSwapMargin);
+	SvrBuffSizeE ->Text     =s.sprintf("%d",SvrBuffSize);
+	SolBuffSizeE ->Text     =s.sprintf("%d",SolBuffSize);
+	SavedSolE    ->Text     =s.sprintf("%d",SavedSol);
+	NavSelectS   ->ItemIndex=NavSelect;
+	SbasSatE     ->Text     =s.sprintf("%d",PrcOpt.sbassatsel);
+	ProxyAddrE   ->Text     =ProxyAddr;
+	MoniPortE    ->Text     =s.sprintf("%d",MoniPort);
+	SolBuffSizeE ->Text     =s.sprintf("%d",SolBuffSize);
+	PanelStackE  ->ItemIndex=PanelStack;
+	
+	FontLabel->Font->Assign(PosFont);
+	FontLabel->Caption=FontLabel->Font->Name+s.sprintf(" %dpt",FontLabel->Font->Size);
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SetOpt(void)
+{
+	AnsiString FieldSep_Text=FieldSep->Text;
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	
+	PrcOpt.mode      =PosMode     ->ItemIndex;
+	PrcOpt.nf        =Freq        ->ItemIndex+1;
+	PrcOpt.elmin     =str2dbl(ElMask ->Text)*D2R;
+	PrcOpt.dynamics  =DynamicModel->ItemIndex;
+	PrcOpt.tidecorr  =TideCorr    ->ItemIndex;
+	PrcOpt.ionoopt   =IonoOpt     ->ItemIndex;
+	PrcOpt.tropopt   =TropOpt     ->ItemIndex;
+	PrcOpt.sateph    =SatEphem    ->ItemIndex;
+	PrcOpt.modear    =AmbRes      ->ItemIndex;
+	PrcOpt.glomodear =GloAmbRes   ->ItemIndex;
+	PrcOpt.bdsmodear =BdsAmbRes   ->ItemIndex;
+	PrcOpt.thresar[0]=str2dbl(ValidThresAR->Text);
+	PrcOpt.maxout    =OutCntResetAmb->Text.ToInt();
+	PrcOpt.minlock   =LockCntFixAmb->Text.ToInt();
+	PrcOpt.minfix    =FixCntHoldAmb->Text.ToInt();
+	PrcOpt.elmaskar  =str2dbl(ElMaskAR   ->Text)*D2R;
+	PrcOpt.elmaskhold=str2dbl(ElMaskHold ->Text)*D2R;
+	PrcOpt.maxtdiff  =str2dbl(MaxAgeDiff ->Text);
+	PrcOpt.maxgdop   =str2dbl(RejectGdop ->Text);
+	PrcOpt.maxinno   =str2dbl(RejectThres->Text);
+	PrcOpt.thresslip =str2dbl(SlipThres  ->Text);
+	PrcOpt.armaxiter =ARIter      ->Text.ToInt();
+	PrcOpt.niter     =NumIter     ->Text.ToInt();
+	PrcOpt.syncsol   =SyncSol     ->ItemIndex;
+	ExSats			 =ExSatsE	  ->Text;
+	PrcOpt.navsys    =0;
+	if (NavSys1->Checked) PrcOpt.navsys|=SYS_GPS;
+	if (NavSys2->Checked) PrcOpt.navsys|=SYS_GLO;
+	if (NavSys3->Checked) PrcOpt.navsys|=SYS_GAL;
+	if (NavSys4->Checked) PrcOpt.navsys|=SYS_QZS;
+	if (NavSys5->Checked) PrcOpt.navsys|=SYS_SBS;
+	if (NavSys6->Checked) PrcOpt.navsys|=SYS_CMP;
+	PrcOpt.posopt[0] =PosOpt1   ->Checked;
+	PrcOpt.posopt[1] =PosOpt2   ->Checked;
+	PrcOpt.posopt[2] =PosOpt3   ->Checked;
+	PrcOpt.posopt[3] =PosOpt4   ->Checked;
+	PrcOpt.posopt[4] =PosOpt5   ->Checked;
+	PrcOpt.posopt[5] =PosOpt6   ->Checked;
+	
+	SolOpt.posf      =SolFormat   ->ItemIndex;
+	SolOpt.timef     =TimeFormat->ItemIndex==0?0:1;
+	SolOpt.times     =TimeFormat->ItemIndex==0?0:TimeFormat->ItemIndex-1;
+	SolOpt.timeu     =(int)str2dbl(TimeDecimal->Text);
+	SolOpt.degf      =LatLonFormat->ItemIndex;
+	strcpy(SolOpt.sep,FieldSep_Text.c_str());
+	SolOpt.outhead   =OutputHead  ->ItemIndex;
+	SolOpt.outopt    =OutputOpt   ->ItemIndex;
+	SolOpt.datum     =OutputDatum ->ItemIndex;
+	SolOpt.height    =OutputHeight->ItemIndex;
+	SolOpt.geoid     =OutputGeoid ->ItemIndex;
+	SolOpt.nmeaintv[0]=str2dbl(NmeaIntv1->Text);
+	SolOpt.nmeaintv[1]=str2dbl(NmeaIntv2->Text);
+	DebugStatusF     =DebugStatus ->ItemIndex;
+	DebugTraceF      =DebugTrace  ->ItemIndex;
+	
+	BaselineC        =BaselineConst->Checked;
+	Baseline[0]      =str2dbl(BaselineLen->Text);
+	Baseline[1]      =str2dbl(BaselineSig->Text);
+	
+	PrcOpt.eratio[0] =str2dbl(MeasErrR1 ->Text);
+	PrcOpt.eratio[1] =str2dbl(MeasErrR2 ->Text);
+	PrcOpt.err[1]    =str2dbl(MeasErr2  ->Text);
+	PrcOpt.err[2]    =str2dbl(MeasErr3  ->Text);
+	PrcOpt.err[3]    =str2dbl(MeasErr4  ->Text);
+	PrcOpt.err[4]    =str2dbl(MeasErr5  ->Text);
+	PrcOpt.prn[0]    =str2dbl(PrNoise1  ->Text);
+	PrcOpt.prn[1]    =str2dbl(PrNoise2  ->Text);
+	PrcOpt.prn[2]    =str2dbl(PrNoise3  ->Text);
+	PrcOpt.prn[3]    =str2dbl(PrNoise4  ->Text);
+	PrcOpt.prn[4]    =str2dbl(PrNoise5  ->Text);
+	PrcOpt.sclkstab  =str2dbl(SatClkStab->Text);
+	
+	RovPosTypeF      =RovPosTypeP ->ItemIndex;
+	RefPosTypeF      =RefPosTypeP ->ItemIndex;
+	RovAntPcvF       =RovAntPcv   ->Checked;
+	RefAntPcvF       =RefAntPcv   ->Checked;
+	RovAntF          =RovAnt      ->Text;
+	RefAntF          =RefAnt      ->Text;
+	RovAntDel[0]     =str2dbl(RovAntE   ->Text);
+	RovAntDel[1]     =str2dbl(RovAntN   ->Text);
+	RovAntDel[2]     =str2dbl(RovAntU   ->Text);
+	RefAntDel[0]     =str2dbl(RefAntE   ->Text);
+	RefAntDel[1]     =str2dbl(RefAntN   ->Text);
+	RefAntDel[2]     =str2dbl(RefAntU   ->Text);
+	GetPos(RovPosTypeP->ItemIndex,editu,RovPos);
+	GetPos(RefPosTypeP->ItemIndex,editr,RefPos);
+	
+	SatPcvFileF      =SatPcvFile  ->Text;
+	AntPcvFileF      =AntPcvFile  ->Text;
+	StaPosFileF      =StaPosFile  ->Text;
+	GeoidDataFileF   =GeoidDataFile->Text;
+	DCBFileF         =DCBFile     ->Text;
+	EOPFileF         =EOPFile     ->Text;
+	TLEFileF         =TLEFile     ->Text;
+	TLESatFileF      =TLESatFile  ->Text;
+	LocalDirectory   =LocalDir    ->Text;
+	
+	SvrCycle	     =SvrCycleE   ->Text.ToInt();
+	TimeoutTime      =TimeoutTimeE->Text.ToInt();
+	ReconTime        =ReconTimeE  ->Text.ToInt();
+	NmeaCycle	     =NmeaCycleE  ->Text.ToInt();
+	FileSwapMargin   =FileSwapMarginE->Text.ToInt();
+	SvrBuffSize      =SvrBuffSizeE->Text.ToInt();
+	SolBuffSize      =SolBuffSizeE->Text.ToInt();
+	SavedSol         =SavedSolE   ->Text.ToInt();
+	NavSelect        =NavSelectS  ->ItemIndex;
+	PrcOpt.sbassatsel=SbasSatE    ->Text.ToInt();
+	ProxyAddr        =ProxyAddrE  ->Text;
+	MoniPort         =MoniPortE   ->Text.ToInt();
+	PanelStack       =PanelStackE ->ItemIndex;
+	PosFont->Assign(FontLabel->Font);
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::LoadOpt(AnsiString file)
+{
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	AnsiString s;
+	char buff[1024]="",*p,id[32];
+	int sat;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+	filopt_t filopt={""};
+	
+	resetsysopts();
+	if (!loadopts(file.c_str(),sysopts)||
+	    !loadopts(file.c_str(),rcvopts)) return;
+	getsysopts(&prcopt,&solopt,&filopt);
+	
+	for (int i=0;i<8;i++) {
+		MainForm->StreamC[i]=strtype[i]!=STR_NONE;
+		MainForm->Stream[i]=STR_NONE;
+		for (int j=0;j<(i<3?7:5);j++) {
+			if (strtype[i]!=(i<3?itype[j]:otype[j])) continue;
+			MainForm->Stream[i]=j;
+			break;
+		}
+		if (i<5) MainForm->Format[i]=strfmt[i];
+		
+		if (strtype[i]==STR_SERIAL) {
+			MainForm->Paths[i][0]=strpath[i];
+		}
+		else if (strtype[i]==STR_FILE) {
+			MainForm->Paths[i][2]=strpath[i];
+		}
+		else if (strtype[i]<=STR_NTRIPCLI) {
+			MainForm->Paths[i][1]=strpath[i];
+		}
+		else if (strtype[i]<=STR_HTTP) {
+			MainForm->Paths[i][3]=strpath[i];
+		}
+	}
+	MainForm->NmeaReq=nmeareq;
+	MainForm->NmeaPos[0]=nmeapos[0];
+	MainForm->NmeaPos[1]=nmeapos[1];
+	
+	SbasSatE     ->Text         =s.sprintf("%d",prcopt.sbassatsel);
+	
+	PosMode		 ->ItemIndex	=prcopt.mode;
+	Freq		 ->ItemIndex	=prcopt.nf>NFREQ-1?NFREQ-1:prcopt.nf-1;
+	Solution	 ->ItemIndex	=prcopt.soltype;
+	ElMask		 ->Text			=s.sprintf("%.0f",prcopt.elmin*R2D);
+	DynamicModel ->ItemIndex	=prcopt.dynamics;
+	TideCorr	 ->ItemIndex	=prcopt.tidecorr;
+	IonoOpt		 ->ItemIndex	=prcopt.ionoopt;
+	TropOpt		 ->ItemIndex	=prcopt.tropopt;
+	SatEphem	 ->ItemIndex	=prcopt.sateph;
+	ExSatsE	     ->Text			="";
+	for (sat=1,p=buff;sat<=MAXSAT;sat++) {
+		if (!prcopt.exsats[sat-1]) continue;
+		satno2id(sat,id);
+		p+=sprintf(p,"%s%s%s",p==buff?"":" ",prcopt.exsats[sat-1]==2?"+":"",id);
+	}
+	ExSatsE		 ->Text			=buff;
+	NavSys1	     ->Checked		=prcopt.navsys&SYS_GPS;
+	NavSys2	     ->Checked		=prcopt.navsys&SYS_GLO;
+	NavSys3	     ->Checked		=prcopt.navsys&SYS_GAL;
+	NavSys4	     ->Checked		=prcopt.navsys&SYS_QZS;
+	NavSys5	     ->Checked		=prcopt.navsys&SYS_SBS;
+	NavSys6	     ->Checked		=prcopt.navsys&SYS_CMP;
+	PosOpt1		 ->Checked		=prcopt.posopt[0];
+	PosOpt2		 ->Checked		=prcopt.posopt[1];
+	PosOpt3		 ->Checked		=prcopt.posopt[2];
+	PosOpt4		 ->Checked		=prcopt.posopt[3];
+	PosOpt5		 ->Checked		=prcopt.posopt[4];
+	PosOpt6		 ->Checked		=prcopt.posopt[5];
+	
+	AmbRes		 ->ItemIndex	=prcopt.modear;
+	GloAmbRes	 ->ItemIndex	=prcopt.glomodear;
+	BdsAmbRes	 ->ItemIndex	=prcopt.bdsmodear;
+	ValidThresAR ->Text			=s.sprintf("%.1f",prcopt.thresar[0]);
+	OutCntResetAmb->Text		=s.sprintf("%d"  ,prcopt.maxout   );
+	FixCntHoldAmb->Text			=s.sprintf("%d"  ,prcopt.minfix   );
+	LockCntFixAmb->Text			=s.sprintf("%d"  ,prcopt.minlock  );
+	ElMaskAR	 ->Text			=s.sprintf("%.0f",prcopt.elmaskar*R2D);
+	ElMaskHold	 ->Text			=s.sprintf("%.0f",prcopt.elmaskhold*R2D);
+	MaxAgeDiff	 ->Text			=s.sprintf("%.1f",prcopt.maxtdiff );
+	RejectGdop   ->Text			=s.sprintf("%.1f",prcopt.maxgdop  );
+	RejectThres  ->Text			=s.sprintf("%.1f",prcopt.maxinno  );
+	SlipThres	 ->Text			=s.sprintf("%.3f",prcopt.thresslip);
+	ARIter		 ->Text			=s.sprintf("%d",  prcopt.armaxiter);
+	NumIter		 ->Text			=s.sprintf("%d",  prcopt.niter    );
+	SyncSol		 ->ItemIndex	=prcopt.syncsol;
+	BaselineLen	 ->Text			=s.sprintf("%.3f",prcopt.baseline[0]);
+	BaselineSig	 ->Text			=s.sprintf("%.3f",prcopt.baseline[1]);
+	BaselineConst->Checked		=prcopt.baseline[0]>0.0;
+	
+	SolFormat	 ->ItemIndex	=solopt.posf;
+	TimeFormat	 ->ItemIndex	=solopt.timef==0?0:solopt.times+1;
+	TimeDecimal	 ->Text			=s.sprintf("%d",solopt.timeu);
+	LatLonFormat ->ItemIndex	=solopt.degf;
+	FieldSep	 ->Text			=solopt.sep;
+	OutputHead	 ->ItemIndex	=solopt.outhead;
+	OutputOpt	 ->ItemIndex	=solopt.outopt;
+	OutputDatum  ->ItemIndex	=solopt.datum;
+	OutputHeight ->ItemIndex	=solopt.height;
+	OutputGeoid  ->ItemIndex	=solopt.geoid;
+	NmeaIntv1	 ->Text			=s.sprintf("%.2g",solopt.nmeaintv[0]);
+	NmeaIntv2	 ->Text			=s.sprintf("%.2g",solopt.nmeaintv[1]);
+	DebugTrace	 ->ItemIndex	=solopt.trace;
+	DebugStatus	 ->ItemIndex	=solopt.sstat;
+	
+	MeasErrR1	 ->Text			=s.sprintf("%.1f",prcopt.eratio[0]);
+	MeasErrR2	 ->Text			=s.sprintf("%.3f",prcopt.eratio[1]);
+	MeasErr2	 ->Text			=s.sprintf("%.3f",prcopt.err[1]);
+	MeasErr3	 ->Text			=s.sprintf("%.3f",prcopt.err[2]);
+	MeasErr4	 ->Text			=s.sprintf("%.3f",prcopt.err[3]);
+	MeasErr5	 ->Text			=s.sprintf("%.3f",prcopt.err[4]);
+	SatClkStab	 ->Text			=s.sprintf("%.2E",prcopt.sclkstab);
+	PrNoise1	 ->Text			=s.sprintf("%.2E",prcopt.prn[0]);
+	PrNoise2	 ->Text			=s.sprintf("%.2E",prcopt.prn[1]);
+	PrNoise3	 ->Text			=s.sprintf("%.2E",prcopt.prn[2]);
+	PrNoise4	 ->Text			=s.sprintf("%.2E",prcopt.prn[3]);
+	PrNoise5	 ->Text			=s.sprintf("%.2E",prcopt.prn[4]);
+	
+	RovAntPcv	 ->Checked		=*prcopt.anttype[0];
+	RefAntPcv	 ->Checked		=*prcopt.anttype[1];
+	RovAnt		 ->Text			=prcopt.anttype[0];
+	RefAnt		 ->Text			=prcopt.anttype[1];
+	RovAntE		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][0]);
+	RovAntN		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][1]);
+	RovAntU		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][2]);
+	RefAntE		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][0]);
+	RefAntN		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][1]);
+	RefAntU		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][2]);
+	
+	RovPosTypeP	 ->ItemIndex	=prcopt.rovpos==0?0:3;
+	RefPosTypeP	 ->ItemIndex	=prcopt.refpos==0?0:3;
+	
+	RovPosTypeF					=RovPosTypeP->ItemIndex;
+	RefPosTypeF					=RefPosTypeP->ItemIndex;
+	SetPos(RovPosTypeP->ItemIndex,editu,prcopt.ru);
+	SetPos(RefPosTypeP->ItemIndex,editr,prcopt.rb);
+	
+	SatPcvFile ->Text			=filopt.satantp;
+	AntPcvFile ->Text			=filopt.rcvantp;
+	StaPosFile ->Text			=filopt.stapos;
+	GeoidDataFile->Text			=filopt.geoid;
+	DCBFile    ->Text			=filopt.dcb;
+	LocalDir   ->Text			=filopt.tempdir;
+	
+	ReadAntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SaveOpt(AnsiString file)
+{
+	AnsiString ProxyAddrE_Text=ProxyAddrE->Text;
+	AnsiString ExSatsE_Text=ExSatsE->Text;
+	AnsiString FieldSep_Text=FieldSep->Text;
+	AnsiString RovAnt_Text=RovAnt->Text,RefAnt_Text=RefAnt->Text;
+	AnsiString SatPcvFile_Text=SatPcvFile->Text;
+	AnsiString AntPcvFile_Text=AntPcvFile->Text;
+	AnsiString StaPosFile_Text=StaPosFile->Text;
+	AnsiString GeoidDataFile_Text=GeoidDataFile->Text;
+	AnsiString DCBFile_Text=DCBFile->Text;
+	AnsiString LocalDir_Text=LocalDir->Text;
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	char buff[1024],*p,id[32],comment[256],s[64];
+	int sat,ex;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+	filopt_t filopt={""};
+	
+	for (int i=0;i<8;i++) {
+		strtype[i]=i<3?itype[MainForm->Stream[i]]:otype[MainForm->Stream[i]];
+		strfmt[i]=MainForm->Format[i];
+		
+		if (!MainForm->StreamC[i]) {
+			strtype[i]=STR_NONE;
+			strcpy(strpath[i],"");
+		}
+		else if (strtype[i]==STR_SERIAL) {
+			strcpy(strpath[i],MainForm->Paths[i][0].c_str());
+		}
+		else if (strtype[i]==STR_FILE) {
+			strcpy(strpath[i],MainForm->Paths[i][2].c_str());
+		}
+		else if (strtype[i]<=STR_NTRIPCLI) {
+			strcpy(strpath[i],MainForm->Paths[i][1].c_str());
+		}
+		else if (strtype[i]<=STR_HTTP) {
+			strcpy(strpath[i],MainForm->Paths[i][3].c_str());
+		}
+	}
+	nmeareq   =MainForm->NmeaReq;
+	nmeapos[0]=MainForm->NmeaPos[0];
+	nmeapos[1]=MainForm->NmeaPos[1];
+
+	svrcycle    =SvrCycleE   ->Text.ToInt();
+	timeout     =TimeoutTimeE->Text.ToInt();
+	reconnect   =ReconTimeE  ->Text.ToInt();
+	nmeacycle   =NmeaCycleE  ->Text.ToInt();
+	buffsize    =SvrBuffSizeE->Text.ToInt();
+	navmsgsel   =NavSelectS  ->ItemIndex;
+	strcpy(proxyaddr,ProxyAddrE_Text.c_str());
+	fswapmargin =FileSwapMarginE->Text.ToInt();
+	prcopt.sbassatsel=SbasSatE->Text.ToInt();
+
+	prcopt.mode		=PosMode	 ->ItemIndex;
+	prcopt.nf		=Freq		 ->ItemIndex+1;
+	prcopt.soltype	=Solution	 ->ItemIndex;
+	prcopt.elmin	=str2dbl(ElMask	->Text)*D2R;
+	prcopt.dynamics	=DynamicModel->ItemIndex;
+	prcopt.tidecorr	=TideCorr	 ->ItemIndex;
+	prcopt.ionoopt	=IonoOpt	 ->ItemIndex;
+	prcopt.tropopt	=TropOpt	 ->ItemIndex;
+	prcopt.sateph	=SatEphem	 ->ItemIndex;
+	if (ExSatsE->Text!="") {
+		strcpy(buff,ExSatsE_Text.c_str());
+		for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+			if (*p=='+') {ex=2; p++;} else ex=1;
+			if (!(sat=satid2no(p))) continue;
+			prcopt.exsats[sat-1]=ex;
+		}
+	}
+	prcopt.navsys	= (NavSys1->Checked?SYS_GPS:0)|
+					  (NavSys2->Checked?SYS_GLO:0)|
+					  (NavSys3->Checked?SYS_GAL:0)|
+					  (NavSys4->Checked?SYS_QZS:0)|
+					  (NavSys5->Checked?SYS_SBS:0)|
+					  (NavSys6->Checked?SYS_CMP:0);
+	prcopt.posopt[0]=PosOpt1->Checked;
+	prcopt.posopt[1]=PosOpt2->Checked;
+	prcopt.posopt[2]=PosOpt3->Checked;
+	prcopt.posopt[3]=PosOpt4->Checked;
+	prcopt.posopt[4]=PosOpt5->Checked;
+	prcopt.posopt[5]=PosOpt6->Checked;
+	
+	prcopt.modear	=AmbRes		->ItemIndex;
+	prcopt.glomodear=GloAmbRes	->ItemIndex;
+	prcopt.bdsmodear=BdsAmbRes	->ItemIndex;
+	prcopt.thresar[0]=str2dbl(ValidThresAR->Text);
+	prcopt.maxout	=str2dbl(OutCntResetAmb->Text);
+	prcopt.minfix	=str2dbl(FixCntHoldAmb->Text);
+	prcopt.minlock	=str2dbl(LockCntFixAmb->Text);
+	prcopt.elmaskar	=str2dbl(ElMaskAR	->Text)*D2R;
+	prcopt.elmaskhold=str2dbl(ElMaskHold->Text)*D2R;
+	prcopt.maxtdiff	=str2dbl(MaxAgeDiff	->Text);
+	prcopt.maxgdop	=str2dbl(RejectGdop ->Text);
+	prcopt.maxinno	=str2dbl(RejectThres->Text);
+	prcopt.thresslip=str2dbl(SlipThres	->Text);
+	prcopt.armaxiter=str2dbl(ARIter		->Text);
+	prcopt.niter	=str2dbl(NumIter	->Text);
+	prcopt.syncsol	=SyncSol->ItemIndex;
+	if (prcopt.mode==PMODE_MOVEB&&BaselineConst->Checked) {
+		prcopt.baseline[0]=str2dbl(BaselineLen->Text);
+		prcopt.baseline[1]=str2dbl(BaselineSig->Text);
+	}
+	solopt.posf		=SolFormat	->ItemIndex;
+	solopt.timef	=TimeFormat	->ItemIndex==0?0:1;
+	solopt.times	=TimeFormat	->ItemIndex==0?0:TimeFormat->ItemIndex-1;
+	solopt.timeu	=str2dbl(TimeDecimal ->Text);
+	solopt.degf		=LatLonFormat->ItemIndex;
+	strcpy(solopt.sep,FieldSep_Text.c_str());
+	solopt.outhead	=OutputHead	 ->ItemIndex;
+	solopt.outopt	=OutputOpt	 ->ItemIndex;
+	solopt.datum	=OutputDatum ->ItemIndex;
+	solopt.height	=OutputHeight->ItemIndex;
+	solopt.geoid	=OutputGeoid ->ItemIndex;
+	solopt.nmeaintv[0]=str2dbl(NmeaIntv1->Text);
+	solopt.nmeaintv[1]=str2dbl(NmeaIntv2->Text);
+	solopt.trace	=DebugTrace	 ->ItemIndex;
+	solopt.sstat	=DebugStatus ->ItemIndex;
+	
+	prcopt.eratio[0]=str2dbl(MeasErrR1->Text);
+	prcopt.eratio[1]=str2dbl(MeasErrR2->Text);
+	prcopt.err[1]	=str2dbl(MeasErr2->Text);
+	prcopt.err[2]	=str2dbl(MeasErr3->Text);
+	prcopt.err[3]	=str2dbl(MeasErr4->Text);
+	prcopt.err[4]	=str2dbl(MeasErr5->Text);
+	prcopt.sclkstab	=str2dbl(SatClkStab->Text);
+	prcopt.prn[0]	=str2dbl(PrNoise1->Text);
+	prcopt.prn[1]	=str2dbl(PrNoise2->Text);
+	prcopt.prn[2]	=str2dbl(PrNoise3->Text);
+	prcopt.prn[3]	=str2dbl(PrNoise4->Text);
+	prcopt.prn[4]	=str2dbl(PrNoise5->Text);
+	
+	if (RovAntPcv->Checked) strcpy(prcopt.anttype[0],RovAnt_Text.c_str());
+	if (RefAntPcv->Checked) strcpy(prcopt.anttype[1],RefAnt_Text.c_str());
+	prcopt.antdel[0][0]=str2dbl(RovAntE->Text);
+	prcopt.antdel[0][1]=str2dbl(RovAntN->Text);
+	prcopt.antdel[0][2]=str2dbl(RovAntU->Text);
+	prcopt.antdel[1][0]=str2dbl(RefAntE->Text);
+	prcopt.antdel[1][1]=str2dbl(RefAntN->Text);
+	prcopt.antdel[1][2]=str2dbl(RefAntU->Text);
+	
+	prcopt.rovpos=RovPosTypeP->ItemIndex<3?0:4;
+	prcopt.refpos=RefPosTypeP->ItemIndex<3?0:4;
+	
+	if (prcopt.rovpos==0) GetPos(RovPosTypeP->ItemIndex,editu,prcopt.ru);
+	if (prcopt.refpos==0) GetPos(RefPosTypeP->ItemIndex,editr,prcopt.rb);
+	
+	strcpy(filopt.satantp,SatPcvFile_Text.c_str());
+	strcpy(filopt.rcvantp,AntPcvFile_Text.c_str());
+	strcpy(filopt.stapos, StaPosFile_Text.c_str());
+	strcpy(filopt.geoid,  GeoidDataFile_Text.c_str());
+	strcpy(filopt.dcb,    DCBFile_Text.c_str());
+	strcpy(filopt.tempdir,LocalDir_Text.c_str());
+	
+	time2str(utc2gpst(timeget()),s,0);
+	sprintf(comment,"RTKNAVI options (%s, v.%s %s)",s,VER_RTKLIB,PATCH_LEVEL);
+	setsysopts(&prcopt,&solopt,&filopt);
+	if (!saveopts(file.c_str(),"w",comment,sysopts)||
+		!saveopts(file.c_str(),"a","",rcvopts)) return;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::UpdateEnable(void)
+{
+	int rel=PMODE_DGPS<=PosMode->ItemIndex&&PosMode->ItemIndex<=PMODE_FIXED;
+	int rtk=PMODE_KINEMA<=PosMode->ItemIndex&&PosMode->ItemIndex<=PMODE_FIXED;
+	int ppp=PosMode->ItemIndex>=PMODE_PPP_KINEMA;
+	int ar=rtk||ppp;
+	
+	Freq           ->Enabled=rel;
+	Solution       ->Enabled=false;
+	DynamicModel   ->Enabled=rel;
+	TideCorr       ->Enabled=rel||ppp;
+	PosOpt1        ->Enabled=ppp;
+	PosOpt2        ->Enabled=ppp;
+	PosOpt3        ->Enabled=ppp;
+	PosOpt4        ->Enabled=ppp;
+	PosOpt6        ->Enabled=ppp;
+	
+	AmbRes         ->Enabled=ar;
+	GloAmbRes      ->Enabled=ar&&AmbRes->ItemIndex>0&&NavSys2->Checked;
+	BdsAmbRes      ->Enabled=ar&&AmbRes->ItemIndex>0&&NavSys6->Checked;
+	ValidThresAR   ->Enabled=ar&&AmbRes->ItemIndex>=1&&AmbRes->ItemIndex<4;
+	ThresAR2       ->Enabled=ar&&AmbRes->ItemIndex>=4;
+	ThresAR3       ->Enabled=ar&&AmbRes->ItemIndex>=4;
+	LockCntFixAmb  ->Enabled=ar&&AmbRes->ItemIndex>=1;
+	ElMaskAR       ->Enabled=ar&&AmbRes->ItemIndex>=1;
+	OutCntResetAmb ->Enabled=ar||ppp;
+	FixCntHoldAmb  ->Enabled=ar&&AmbRes->ItemIndex==3;
+	ElMaskHold     ->Enabled=ar&&AmbRes->ItemIndex==3;
+	SlipThres      ->Enabled=ar||ppp;
+	MaxAgeDiff     ->Enabled=rel;
+	RejectThres    ->Enabled=rel||ppp;
+	ARIter         ->Enabled=ppp;
+	NumIter        ->Enabled=rel||ppp;
+	SyncSol        ->Enabled=rel||ppp;
+	BaselineConst  ->Enabled=PosMode->ItemIndex==PMODE_MOVEB;
+	BaselineLen    ->Enabled=BaselineConst->Checked&&PosMode->ItemIndex==PMODE_MOVEB;
+	BaselineSig    ->Enabled=BaselineConst->Checked&&PosMode->ItemIndex==PMODE_MOVEB;
+	
+	OutputHead     ->Enabled=SolFormat->ItemIndex!=3;
+	OutputOpt      ->Enabled=false;
+	TimeFormat     ->Enabled=SolFormat->ItemIndex!=3;
+	TimeDecimal    ->Enabled=SolFormat->ItemIndex!=3;
+	LatLonFormat   ->Enabled=SolFormat->ItemIndex==0;
+	FieldSep       ->Enabled=SolFormat->ItemIndex!=3;
+	OutputDatum    ->Enabled=SolFormat->ItemIndex==0;
+	OutputHeight   ->Enabled=SolFormat->ItemIndex==0;
+	OutputGeoid    ->Enabled=SolFormat->ItemIndex==0&&OutputHeight->ItemIndex==1;
+	
+	RovAntPcv      ->Enabled=rel||ppp;
+	RovAnt         ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntE        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntN        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntU        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	LabelRovAntD   ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RefAntPcv      ->Enabled=rel;
+	RefAnt         ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntE        ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntN        ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntU        ->Enabled=rel&&RefAntPcv->Checked;
+	LabelRefAntD   ->Enabled=rel&&RefAntPcv->Checked;
+	
+	RovPosTypeP    ->Enabled=PosMode->ItemIndex==PMODE_FIXED||PosMode->ItemIndex==PMODE_PPP_FIXED;
+	RovPos1        ->Enabled=RovPosTypeP->Enabled&&RovPosTypeP->ItemIndex<=2;
+	RovPos2        ->Enabled=RovPosTypeP->Enabled&&RovPosTypeP->ItemIndex<=2;
+	RovPos3        ->Enabled=RovPosTypeP->Enabled&&RovPosTypeP->ItemIndex<=2;
+	BtnRovPos      ->Enabled=RovPosTypeP->Enabled&&RovPosTypeP->ItemIndex<=2;
+	
+	RefPosTypeP    ->Enabled=rel&&PosMode->ItemIndex!=PMODE_MOVEB;
+	RefPos1        ->Enabled=RefPosTypeP->Enabled&&RefPosTypeP->ItemIndex<=2;
+	RefPos2        ->Enabled=RefPosTypeP->Enabled&&RefPosTypeP->ItemIndex<=2;
+	RefPos3        ->Enabled=RefPosTypeP->Enabled&&RefPosTypeP->ItemIndex<=2;
+	BtnRefPos      ->Enabled=RefPosTypeP->Enabled&&RefPosTypeP->ItemIndex<=2;
+	
+//	SbasSatE       ->Enabled=PosMode->ItemIndex==0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::GetPos(int type, TEdit **edit, double *pos)
+{
+	AnsiString edit0_Text=edit[0]->Text;
+	AnsiString edit1_Text=edit[1]->Text;
+	double p[3]={0},dms1[3]={0},dms2[3]={0};
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		sscanf(edit0_Text.c_str(),"%lf %lf %lf",dms1,dms1+1,dms1+2);
+		sscanf(edit1_Text.c_str(),"%lf %lf %lf",dms2,dms2+1,dms2+2);
+		p[0]=(dms1[0]<0?-1:1)*(fabs(dms1[0])+dms1[1]/60+dms1[2]/3600)*D2R;
+		p[1]=(dms2[0]<0?-1:1)*(fabs(dms2[0])+dms2[1]/60+dms2[2]/3600)*D2R;
+		p[2]=str2dbl(edit[2]->Text);
+		pos2ecef(p,pos);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+		pos[0]=str2dbl(edit[0]->Text);
+		pos[1]=str2dbl(edit[1]->Text);
+		pos[2]=str2dbl(edit[2]->Text);
+	}
+	else {
+		p[0]=str2dbl(edit[0]->Text)*D2R;
+		p[1]=str2dbl(edit[1]->Text)*D2R;
+		p[2]=str2dbl(edit[2]->Text);
+		pos2ecef(p,pos);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SetPos(int type, TEdit **edit, double *pos)
+{
+	AnsiString s;
+	double p[3],dms1[3],dms2[3],s1,s2;
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		ecef2pos(pos,p); s1=p[0]<0?-1:1; s2=p[1]<0?-1:1;
+		p[0]=fabs(p[0])*R2D+1E-12; p[1]=fabs(p[1])*R2D+1E-12;
+		dms1[0]=floor(p[0]); p[0]=(p[0]-dms1[0])*60.0;
+		dms1[1]=floor(p[0]); dms1[2]=(p[0]-dms1[1])*60.0;
+		dms2[0]=floor(p[1]); p[1]=(p[1]-dms2[0])*60.0;
+		dms2[1]=floor(p[1]); dms2[2]=(p[1]-dms2[1])*60.0;
+		edit[0]->Text=s.sprintf("%.0f %02.0f %09.6f",s1*dms1[0],dms1[1],dms1[2]);
+		edit[1]->Text=s.sprintf("%.0f %02.0f %09.6f",s2*dms2[0],dms2[1],dms2[2]);
+		edit[2]->Text=s.sprintf("%.4f",p[2]);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+		edit[0]->Text=s.sprintf("%.4f",pos[0]);
+		edit[1]->Text=s.sprintf("%.4f",pos[1]);
+		edit[2]->Text=s.sprintf("%.4f",pos[2]);
+	}
+	else {
+		ecef2pos(pos,p);
+		edit[0]->Text=s.sprintf("%.9f",p[0]*R2D);
+		edit[1]->Text=s.sprintf("%.9f",p[1]*R2D);
+		edit[2]->Text=s.sprintf("%.4f",p[2]);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::ReadAntList(void)
+{
+	AnsiString AntPcvFile_Text=AntPcvFile->Text;
+	TStringList *list;
+	pcvs_t pcvs={0};
+	char *p;
+	
+	if (!readpcv(AntPcvFile_Text.c_str(),&pcvs)) return;
+	
+	list=new TStringList;
+	list->Add("");
+	list->Add("*");
+	
+	for (int i=0;i<pcvs.n;i++) {
+		if (pcvs.pcv[i].sat) continue;
+		if ((p=strchr(pcvs.pcv[i].type,' '))) *p='\0';
+		if (i>0&&!strcmp(pcvs.pcv[i].type,pcvs.pcv[i-1].type)) continue;
+		list->Add(pcvs.pcv[i].type);
+	}
+	RovAnt->Items=list;
+	RefAnt->Items=list;
+	
+	free(pcvs.pcv);
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TOptDialog::NavSys6Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi/naviopt.h b/app/rtknavi/naviopt.h
new file mode 100644
index 0000000..1ea09fc
--- /dev/null
+++ b/app/rtknavi/naviopt.h
@@ -0,0 +1,294 @@
+//---------------------------------------------------------------------------
+#ifndef navioptH
+#define navioptH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+#include <FileCtrl.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TOpenDialog *OpenDialog;
+	TButton *BtnSave;
+	TButton *BtnLoad;
+	TSaveDialog *SaveDialog;
+	TPageControl *Options;
+	TTabSheet *TabSheet1;
+	TLabel *Label3;
+	TLabel *Label9;
+	TLabel *Label8;
+	TLabel *LabelPosMode;
+	TLabel *LabelFreq;
+	TLabel *LabelElMask;
+	TLabel *Label32;
+	TLabel *Label35;
+	TComboBox *DynamicModel;
+	TComboBox *IonoOpt;
+	TComboBox *TropOpt;
+	TComboBox *PosMode;
+	TComboBox *Freq;
+	TComboBox *Solution;
+	TComboBox *SatEphem;
+	TEdit *ExSatsE;
+	TTabSheet *TabSheet2;
+	TLabel *Label25;
+	TLabel *Label24;
+	TLabel *Label13;
+	TLabel *LabelHold;
+	TLabel *Label22;
+	TLabel *Label14;
+	TLabel *Label11;
+	TLabel *Label37;
+	TComboBox *AmbRes;
+	TEdit *ValidThresAR;
+	TEdit *LockCntFixAmb;
+	TEdit *OutCntResetAmb;
+	TEdit *ElMaskAR;
+	TEdit *SlipThres;
+	TEdit *MaxAgeDiff;
+	TEdit *RejectThres;
+	TEdit *NumIter;
+	TTabSheet *TabSheet3;
+	TLabel *LabelSolFormat;
+	TLabel *LabelTimeFormat;
+	TLabel *LabelLatLonFormat;
+	TLabel *LabelFieldSep;
+	TLabel *Label2;
+	TLabel *Label18;
+	TLabel *Label20;
+	TLabel *Label36;
+	TComboBox *SolFormat;
+	TComboBox *TimeFormat;
+	TComboBox *LatLonFormat;
+	TEdit *FieldSep;
+	TComboBox *OutputDatum;
+	TComboBox *OutputHeight;
+	TComboBox *OutputGeoid;
+	TComboBox *OutputHead;
+	TComboBox *OutputOpt;
+	TComboBox *DebugTrace;
+	TTabSheet *TabSheet4;
+	TLabel *Label29;
+	TGroupBox *GroupBox3;
+	TLabel *Label6;
+	TLabel *Label7;
+	TLabel *Label16;
+	TEdit *MeasErrR1;
+	TEdit *MeasErr2;
+	TEdit *MeasErr3;
+	TEdit *MeasErr4;
+	TGroupBox *GroupBox4;
+	TLabel *Label26;
+	TLabel *Label27;
+	TLabel *Label28;
+	TEdit *PrNoise1;
+	TEdit *PrNoise2;
+	TEdit *PrNoise3;
+	TEdit *SatClkStab;
+	TTabSheet *TabSheet5;
+	TLabel *Label4;
+	TGroupBox *GroupRovAnt;
+	TLabel *LabelRovAntD;
+	TEdit *RovAntE;
+	TEdit *RovAntN;
+	TEdit *RovAntU;
+	TEdit *RovPos1;
+	TEdit *RovPos2;
+	TEdit *RovPos3;
+	TButton *BtnRovPos;
+	TCheckBox *RovAntPcv;
+	TComboBox *RovAnt;
+	TComboBox *RovPosTypeP;
+	TGroupBox *GroupRefAnt;
+	TLabel *LabelRefAntD;
+	TEdit *RefAntE;
+	TEdit *RefAntN;
+	TEdit *RefAntU;
+	TEdit *RefPos1;
+	TEdit *RefPos2;
+	TEdit *RefPos3;
+	TButton *BtnRefPos;
+	TCheckBox *RefAntPcv;
+	TComboBox *RefAnt;
+	TComboBox *RefPosTypeP;
+	TTabSheet *TabSheet7;
+	TLabel *Label1;
+	TSpeedButton *BtnAntPcvView;
+	TLabel *Label38;
+	TSpeedButton *BtnSatPcvView;
+	TEdit *AntPcvFile;
+	TButton *BtnAntPcvFile;
+	TButton *BtnDCBFile;
+	TEdit *DCBFile;
+	TEdit *SatPcvFile;
+	TButton *BtnSatPcvFile;
+	TTabSheet *TabSheet8;
+	TLabel *Label19;
+	TEdit *SvrCycleE;
+	TEdit *SvrBuffSizeE;
+	TLabel *Label40;
+	TButton *BtnFont;
+	TLabel *FontLabel;
+	TFontDialog *FontDialog;
+	TLabel *Label41;
+	TEdit *SolBuffSizeE;
+	TLabel *Label42;
+	TComboBox *NavSelectS;
+	TEdit *SbasSatE;
+	TLabel *Label5;
+	TEdit *SavedSolE;
+	TEdit *NmeaCycleE;
+	TCheckBox *NavSys2;
+	TCheckBox *NavSys3;
+	TCheckBox *NavSys4;
+	TCheckBox *NavSys1;
+	TLabel *Label46;
+	TLabel *Label44;
+	TEdit *TimeoutTimeE;
+	TEdit *ReconTimeE;
+	TCheckBox *NavSys5;
+	TComboBox *GloAmbRes;
+	TCheckBox *BaselineConst;
+	TEdit *BaselineLen;
+	TEdit *BaselineSig;
+	TEdit *TimeDecimal;
+	TComboBox *DebugStatus;
+	TLabel *Label10;
+	TEdit *MeasErr5;
+	TLabel *Label33;
+	TEdit *PrNoise4;
+	TEdit *PrNoise5;
+	TLabel *Label47;
+	TLabel *Label48;
+	TEdit *GeoidDataFile;
+	TButton *BtnGeoidDataFile;
+	TLabel *Label17;
+	TEdit *NmeaIntv1;
+	TEdit *NmeaIntv2;
+	TLabel *Label31;
+	TEdit *LocalDir;
+	TButton *BtnLocalDir;
+	TComboBox *TideCorr;
+	TEdit *FixCntHoldAmb;
+	TEdit *MoniPortE;
+	TCheckBox *NavSys6;
+	TSpeedButton *BtnDCBView;
+	TLabel *Label21;
+	TComboBox *SolStatic;
+	TEdit *StaPosFile;
+	TLabel *Label30;
+	TSpeedButton *BtnStaPosView;
+	TButton *BtnStaPosFile;
+	TLabel *Label34;
+	TEdit *OLFile;
+	TSpeedButton *BtnOLFileView;
+	TButton *BtnOLFile;
+	TEdit *MeasErrR2;
+	TEdit *ElMaskHold;
+	TEdit *FileSwapMarginE;
+	TEdit *RejectGdop;
+	TLabel *Label45;
+	TEdit *ProxyAddrE;
+	TLabel *Label23;
+	TEdit *EOPFile;
+	TButton *BtnEOPFile;
+	TSpeedButton *BtnEOPView;
+	TComboBox *ElMask;
+	TEdit *ThresAR2;
+	TEdit *ThresAR3;
+	TLabel *Label12;
+	TCheckBox *PosOpt1;
+	TCheckBox *PosOpt2;
+	TCheckBox *PosOpt3;
+	TCheckBox *PosOpt4;
+	TEdit *TLEFile;
+	TLabel *Label15;
+	TButton *BtnTLEFile;
+	TLabel *Label39;
+	TEdit *TLESatFile;
+	TButton *BtnTLESatFile;
+	TCheckBox *PosOpt5;
+	TButton *BtnSnrMask;
+	TComboBox *SyncSol;
+	TLabel *Label43;
+	TComboBox *PanelStackE;
+	TComboBox *BdsAmbRes;
+	TCheckBox *PosOpt6;
+	TEdit *ARIter;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall RovAntPcvClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnAntPcvFileClick(TObject *Sender);
+	void __fastcall BtnDCBFileClick(TObject *Sender);
+	void __fastcall BtnAntPcvViewClick(TObject *Sender);
+	void __fastcall AmbResChange(TObject *Sender);
+	void __fastcall SatClkCorrClick(TObject *Sender);
+	void __fastcall PosModeChange(TObject *Sender);
+	void __fastcall SolFormatChange(TObject *Sender);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+	void __fastcall IntpRefObsClick(TObject *Sender);
+	void __fastcall FreqChange(TObject *Sender);
+	void __fastcall BtnRefPosClick(TObject *Sender);
+	void __fastcall BtnRovPosClick(TObject *Sender);
+	void __fastcall RovPosClick(TObject *Sender);
+	void __fastcall RefPosClick(TObject *Sender);
+	void __fastcall BtnStaPosViewClick(TObject *Sender);
+	void __fastcall BtnStaPosFileClick(TObject *Sender);
+	void __fastcall OutputHeightClick(TObject *Sender);
+	void __fastcall RefPosTypePChange(TObject *Sender);
+	void __fastcall RovPosTypePChange(TObject *Sender);
+	void __fastcall GetPos(int type, TEdit **edit, double *pos);
+	void __fastcall SetPos(int type, TEdit **edit, double *pos);
+	void __fastcall BtnFontClick(TObject *Sender);
+	void __fastcall NmeaReqCClick(TObject *Sender);
+	void __fastcall DgpsCorrLChange(TObject *Sender);
+	void __fastcall BtnGeoidDataFileClick(TObject *Sender);
+	void __fastcall NavSys2Click(TObject *Sender);
+	void __fastcall BaselineConstClick(TObject *Sender);
+	void __fastcall BtnSatPcvViewClick(TObject *Sender);
+	void __fastcall BtnSatPcvFileClick(TObject *Sender);
+	void __fastcall BtnLocalDirClick(TObject *Sender);
+	void __fastcall BtnEOPFileClick(TObject *Sender);
+	void __fastcall BtnEOPViewClick(TObject *Sender);
+	void __fastcall BtnTLESatFileClick(TObject *Sender);
+	void __fastcall BtnTLEFileClick(TObject *Sender);
+	void __fastcall BtnSnrMaskClick(TObject *Sender);
+	void __fastcall NavSys6Click(TObject *Sender);
+private:
+	void __fastcall GetOpt(void);
+	void __fastcall SetOpt(void);
+	void __fastcall LoadOpt(AnsiString file);
+	void __fastcall SaveOpt(AnsiString file);
+	void __fastcall ReadAntList(void);
+	void __fastcall UpdateEnable(void);
+public:
+	prcopt_t PrcOpt;
+	solopt_t SolOpt;
+	TFont *PosFont;
+	int SvrCycle,SvrBuffSize,SolBuffSize,NavSelect,SavedSol;
+	int NmeaReq,NmeaCycle,TimeoutTime,ReconTime,DgpsCorr,SbasCorr;
+	int DebugTraceF,DebugStatusF;
+	int RovPosTypeF,RefPosTypeF,RovAntPcvF,RefAntPcvF,BaselineC;
+	int MoniPort,FileSwapMargin,PanelStack;
+	AnsiString ExSats,LocalDirectory;
+	AnsiString RovAntF,RefAntF,SatPcvFileF,AntPcvFileF,StaPosFileF;
+	AnsiString GeoidDataFileF,DCBFileF,EOPFileF,TLEFileF,TLESatFileF;
+	AnsiString ProxyAddr;
+	double RovAntDel[3],RefAntDel[3],RovPos[3],RefPos[3];
+	double Baseline[2],NmeaIntv[2];
+	__fastcall TOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TOptDialog *OptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/outstrdlg.cpp b/app/rtknavi/outstrdlg.cpp
new file mode 100644
index 0000000..d0d68e2
--- /dev/null
+++ b/app/rtknavi/outstrdlg.cpp
@@ -0,0 +1,174 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "outstrdlg.h"
+#include "keydlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TOutputStrDialog *OutputStrDialog;
+//---------------------------------------------------------------------------
+__fastcall TOutputStrDialog::TOutputStrDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::FormShow(TObject *Sender)
+{
+	Stream1C ->Checked  =StreamC[0];
+	Stream2C ->Checked  =StreamC[1];
+	Stream1  ->ItemIndex=Stream[0];
+	Stream2  ->ItemIndex=Stream[1];
+	Format1  ->ItemIndex=Format[0];
+	Format2  ->ItemIndex=Format[1];
+	FilePath1->Text     =GetFilePath(Paths[0][2]);
+	FilePath2->Text     =GetFilePath(Paths[1][2]);
+	SwapIntv->Text      =SwapInterval;
+	TimeTagC ->Checked  =OutTimeTag;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnOkClick(TObject *Sender)
+{
+	StreamC[0]  =Stream1C->Checked;
+	StreamC[1]  =Stream2C->Checked;
+	Stream[0]   =Stream1->ItemIndex;
+	Stream[1]   =Stream2->ItemIndex;
+	Format[0]   =Format1->ItemIndex;
+	Format[1]   =Format2->ItemIndex;
+	Paths [0][2]=SetFilePath(FilePath1->Text);
+	Paths [1][2]=SetFilePath(FilePath2->Text);
+	SwapInterval=SwapIntv->Text;
+	OutTimeTag  =TimeTagC->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnFile1Click(TObject *Sender)
+{
+	SaveDialog->FileName=FilePath1->Text;
+	if (!SaveDialog->Execute()) return;
+	FilePath1->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnFile2Click(TObject *Sender)
+{
+	SaveDialog->FileName=FilePath2->Text;
+	if (!SaveDialog->Execute()) return;
+	FilePath2->Text=SaveDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::Stream1Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::Stream2Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::Stream1CClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::Stream2CClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnKeyClick(TObject *Sender)
+{
+	KeyDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnStr1Click(TObject *Sender)
+{
+	switch (Stream1->ItemIndex) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::BtnStr2Click(TObject *Sender)
+{
+	switch (Stream2->ItemIndex) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TOutputStrDialog::GetFilePath(AnsiString path)
+{
+	char *p,*q,buff[1024];
+	strcpy(buff,path.c_str());
+	if ((p=strstr(buff,"::"))) *p='\0';
+	return (path=buff);
+}
+//---------------------------------------------------------------------------
+AnsiString __fastcall TOutputStrDialog::SetFilePath(AnsiString path)
+{
+	AnsiString str;
+	double swap;
+	if (TimeTagC->Checked) path+="::T";
+	str=SwapIntv->Text;
+	if (sscanf(str.c_str(),"%lf",&swap)>=1) {
+		path+="::S="+str;
+	}
+	return path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::SerialOpt(int index, int opt)
+{
+	SerialOptDialog->Path=Paths[index][0];
+	SerialOptDialog->Opt=opt;
+	if (SerialOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][0]=SerialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::TcpOpt(int index, int opt)
+{
+	TcpOptDialog->Path=Paths[index][1];
+	TcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+		TcpOptDialog->History[i]=History[i];
+		TcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+	if (TcpOptDialog->ShowModal()!=mrOk) return;
+	Paths[index][1]=TcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+		History[i]=TcpOptDialog->History[i];
+		MntpHist[i]=TcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOutputStrDialog::UpdateEnable(void)
+{
+	int ena=Stream1C->Checked&&Stream1->ItemIndex==4||
+			Stream2C->Checked&&Stream2->ItemIndex==4;
+	Stream1  ->Enabled=Stream1C->Checked;
+	Stream2  ->Enabled=Stream2C->Checked;
+	BtnStr1  ->Enabled=Stream1C->Checked&&Stream1->ItemIndex<=3;
+	BtnStr2  ->Enabled=Stream2C->Checked&&Stream2->ItemIndex<=3;
+	FilePath1->Enabled=Stream1C->Checked&&Stream1->ItemIndex==4;
+	FilePath2->Enabled=Stream2C->Checked&&Stream2->ItemIndex==4;
+	BtnFile1 ->Enabled=Stream1C->Checked&&Stream1->ItemIndex==4;
+	BtnFile2 ->Enabled=Stream2C->Checked&&Stream2->ItemIndex==4;
+	LabelF1  ->Enabled=ena;
+	Label1   ->Enabled=ena;
+	Label2   ->Enabled=ena;
+	TimeTagC ->Enabled=ena;
+	SwapIntv ->Enabled=ena;
+	BtnKey   ->Enabled=ena;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi/outstrdlg.h b/app/rtknavi/outstrdlg.h
new file mode 100644
index 0000000..7ee2174
--- /dev/null
+++ b/app/rtknavi/outstrdlg.h
@@ -0,0 +1,66 @@
+//---------------------------------------------------------------------------
+#ifndef outstrdlgH
+#define outstrdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TOutputStrDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TLabel *Label5;
+	TLabel *Label6;
+	TComboBox *Stream1;
+	TButton *BtnStr1;
+	TButton *BtnStr2;
+	TComboBox *Stream2;
+	TLabel *Label10;
+	TLabel *Label7;
+	TComboBox *Format1;
+	TComboBox *Format2;
+	TButton *BtnFile1;
+	TEdit *FilePath1;
+	TEdit *FilePath2;
+	TButton *BtnFile2;
+	TLabel *LabelF1;
+	TSaveDialog *SaveDialog;
+	TCheckBox *TimeTagC;
+	TCheckBox *Stream1C;
+	TCheckBox *Stream2C;
+	TSpeedButton *BtnKey;
+	TLabel *Label1;
+	TComboBox *SwapIntv;
+	TLabel *Label2;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnStr1Click(TObject *Sender);
+	void __fastcall BtnStr2Click(TObject *Sender);
+	void __fastcall Stream1Change(TObject *Sender);
+	void __fastcall Stream2Change(TObject *Sender);
+	void __fastcall BtnFile1Click(TObject *Sender);
+	void __fastcall BtnFile2Click(TObject *Sender);
+	void __fastcall Stream1CClick(TObject *Sender);
+	void __fastcall Stream2CClick(TObject *Sender);
+	void __fastcall BtnKeyClick(TObject *Sender);
+private:
+	AnsiString __fastcall GetFilePath(AnsiString path);
+	AnsiString __fastcall SetFilePath(AnsiString path);
+	void __fastcall SerialOpt(int index, int opt);
+	void __fastcall TcpOpt(int index, int opt);
+	void __fastcall UpdateEnable(void);
+public:
+	int StreamC[2],Stream[2],Format[2],OutTimeTag,OutAppend;
+	AnsiString Paths[2][4],SwapInterval;
+	AnsiString History[10],MntpHist[10];
+	__fastcall TOutputStrDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TOutputStrDialog *OutputStrDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/rcvoptdlg.cpp b/app/rtknavi/rcvoptdlg.cpp
new file mode 100644
index 0000000..16dc32c
--- /dev/null
+++ b/app/rtknavi/rcvoptdlg.cpp
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rcvoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TRcvOptDialog *RcvOptDialog;
+//---------------------------------------------------------------------------
+__fastcall TRcvOptDialog::TRcvOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TRcvOptDialog::FormShow(TObject *Sender)
+{
+	OptionE->Text=Option;
+}
+//---------------------------------------------------------------------------
+void __fastcall TRcvOptDialog::BtnOkClick(TObject *Sender)
+{
+	Option=OptionE->Text;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi/rcvoptdlg.h b/app/rtknavi/rcvoptdlg.h
new file mode 100644
index 0000000..78d1e2c
--- /dev/null
+++ b/app/rtknavi/rcvoptdlg.h
@@ -0,0 +1,26 @@
+//---------------------------------------------------------------------------
+#ifndef rcvoptdlgH
+#define rcvoptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+//---------------------------------------------------------------------------
+class TRcvOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BnCancel;
+	TEdit *OptionE;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+private:
+public:
+	AnsiString Option;
+	__fastcall TRcvOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TRcvOptDialog *RcvOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi/rtknavi.cbproj b/app/rtknavi/rtknavi.cbproj
new file mode 100644
index 0000000..a652e95
--- /dev/null
+++ b/app/rtknavi/rtknavi.cbproj
@@ -0,0 +1,596 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{2B11584B-35A8-46A8-8F18-AF3D7051B83C}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtknavi.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_wpar>false</BCC_wpar>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<Icon_MainIcon>rtknavi_Icon.ico</Icon_MainIcon>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<Manifest_File>None</Manifest_File>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<TASM_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;ENACMP;NFREQ=3;NEXOBS=3;ENALEX;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+			<BCC_IncludePath>$(BDS)\include;..\appcmn;..\..\src;$(BCC_IncludePath)</BCC_IncludePath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<BCC_weff>false</BCC_weff>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<BCC_wpia>false</BCC_wpia>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<BCC_wpar>false</BCC_wpar>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<BCC_weff>false</BCC_weff>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<ItemGroup>
+			<None Include="C:\Program Files (x86)\Borland\BDS\4.0\lib\release\vclx.lib">
+				<BuildOrder>37</BuildOrder>
+				<BuildOrder>20</BuildOrder>
+			</None>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>8</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\cmdoptdlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>CmdOptDialog</Form>
+				<DependentOn>..\appcmn\cmdoptdlg.h</DependentOn>
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\ftpoptdlg.cpp">
+				<BuildOrder>38</BuildOrder>
+				<Form>FtpOptDialog</Form>
+				<DependentOn>..\appcmn\ftpoptdlg.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\maskoptdlg.cpp">
+				<Form>MaskOptDialog</Form>
+				<DependentOn>..\appcmn\maskoptdlg.h</DependentOn>
+				<BuildOrder>53</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>39</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\serioptdlg.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>SerialOptDialog</Form>
+				<DependentOn>..\appcmn\serioptdlg.h</DependentOn>
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\tcpoptdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>TcpOptDialog</Form>
+				<DependentOn>..\appcmn\tcpoptdlg.h</DependentOn>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>38</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<BuildOrder>37</BuildOrder>
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="instrdlg.cpp">
+				<BuildOrder>29</BuildOrder>
+				<Form>InputStrDialog</Form>
+				<DependentOn>instrdlg.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="logstrdlg.cpp">
+				<BuildOrder>32</BuildOrder>
+				<Form>LogStrDialog</Form>
+				<DependentOn>logstrdlg.h</DependentOn>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="mondlg.cpp">
+				<BuildOrder>41</BuildOrder>
+				<Form>MonitorDialog</Form>
+				<DependentOn>mondlg.h</DependentOn>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="navimain.cpp">
+				<BuildOrder>31</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>navimain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="naviopt.cpp">
+				<BuildOrder>46</BuildOrder>
+				<Form>OptDialog</Form>
+				<DependentOn>naviopt.h</DependentOn>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="outstrdlg.cpp">
+				<BuildOrder>36</BuildOrder>
+				<Form>OutputStrDialog</Form>
+				<DependentOn>outstrdlg.h</DependentOn>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rcvoptdlg.cpp">
+				<BuildOrder>44</BuildOrder>
+				<Form>RcvOptDialog</Form>
+				<DependentOn>rcvoptdlg.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtknavi.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtknavi.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="..\..\src\datum.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>26</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>39</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>41</BuildOrder>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\lambda.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\options.c">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>36</BuildOrder>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_ar.c">
+				<BuildOrder>50</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_corr.c">
+				<BuildOrder>58</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>26</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>55</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>28</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>54</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>42</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>43</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>43</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>51</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rcvlex.c">
+				<BuildOrder>55</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>56</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>54</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>33</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>31</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>48</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>47</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>47</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>48</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>52</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>29</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkpos.c">
+				<BuildOrder>28</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtksvr.c">
+				<BuildOrder>42</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>45</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\stream.c">
+				<BuildOrder>44</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tides.c">
+				<BuildOrder>57</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tle.c">
+				<BuildOrder>51</BuildOrder>
+			</CppCompile>
+			<FormResources Include="..\appcmn\tcpoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\serioptdlg.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="logstrdlg.dfm"/>
+			<FormResources Include="instrdlg.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="..\appcmn\cmdoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\maskoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\appcmn\ftpoptdlg.dfm"/>
+			<FormResources Include="mondlg.dfm"/>
+			<FormResources Include="outstrdlg.dfm"/>
+			<FormResources Include="naviopt.dfm"/>
+			<FormResources Include="navimain.dfm"/>
+			<FormResources Include="rcvoptdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtknavi.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+				<Deployment>
+					<DeployFile Class="DebugSymbols" Configuration="Debug" LocalName="Debug_Build\rtknavi.tds">
+						<Platform Name="Win32">
+							<RemoteName>rtknavi.tds</RemoteName>
+						</Platform>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32120.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32120mt.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib">
+						<Platform Name="OSX32"/>
+					</DeployFile>
+					<DeployFile Class="ProjectOutput" Configuration="Debug" LocalName="Debug_Build\rtknavi.exe">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib">
+						<Platform Name="OSX32"/>
+					</DeployFile>
+					<DeployClass Name="ProjectOutput" Required="true">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyPackage" Required="true">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.dylib</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+							<Extensions>.bpl</Extensions>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyModule">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.dylib</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+							<Extensions>.dll;.bpl</Extensions>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="ProjectOSXInfoPList">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="File">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>0</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DebugSymbols">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyFramework">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.framework</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="AdditionalDebugSymbols">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="ProjectOSXResource">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\Resources</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+					</DeployClass>
+					<ProjectRoot Name="$(PROJECTNAME).app" Platform="OSX32"/>
+					<ProjectRoot Name="$(PROJECTNAME)" Platform="Win64"/>
+					<ProjectRoot Name="$(PROJECTNAME)" Platform="Win32"/>
+				</Deployment>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+		<Import Condition="Exists('$(MSBuildProjectName).deployproj')" Project="$(MSBuildProjectName).deployproj"/>
+	</Project>
diff --git a/app/rtknavi/rtknavi.cbproj.local b/app/rtknavi/rtknavi.cbproj.local
new file mode 100644
index 0000000..36a3a88
--- /dev/null
+++ b/app/rtknavi/rtknavi.cbproj.local
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2013/11/03 19:59:47.000.921,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+    <Transaction>2014/07/26 19:54:04.000.649,=D:\proj\RTKLIB\src\rcv\rcvlex.c</Transaction>
+    <Transaction>2014/08/26 09:32:08.000.182,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+    <Transaction>2015/05/25 15:30:26.000.535,=D:\proj\RTKLIB\src\tides.c</Transaction>
+    <Transaction>2015/05/25 15:30:42.000.951,=D:\proj\RTKLIB\src\ppp_corr.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtknavi/rtknavi.cpp b/app/rtknavi/rtknavi.cpp
new file mode 100644
index 0000000..30e8235
--- /dev/null
+++ b/app/rtknavi/rtknavi.cpp
@@ -0,0 +1,84 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("..\appcmn\tcpoptdlg.cpp", TcpOptDialog);
+USEFORM("..\appcmn\serioptdlg.cpp", SerialOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("logstrdlg.cpp", LogStrDialog);
+USEFORM("instrdlg.cpp", InputStrDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("..\appcmn\cmdoptdlg.cpp", CmdOptDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\maskoptdlg.cpp", MaskOptDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\appcmn\ftpoptdlg.cpp", FtpOptDialog);
+USEFORM("naviopt.cpp", OptDialog);
+USEFORM("navimain.cpp", MainForm);
+USEFORM("mondlg.cpp", MonitorDialog);
+USEFORM("outstrdlg.cpp", OutputStrDialog);
+USEFORM("rcvoptdlg.cpp", RcvOptDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKNAVI";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TOutputStrDialog), &OutputStrDialog);
+		Application->CreateForm(__classid(TSerialOptDialog), &SerialOptDialog);
+		Application->CreateForm(__classid(TCmdOptDialog), &CmdOptDialog);
+		Application->CreateForm(__classid(TTcpOptDialog), &TcpOptDialog);
+		Application->CreateForm(__classid(TOptDialog), &OptDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TInputStrDialog), &InputStrDialog);
+		Application->CreateForm(__classid(TLogStrDialog), &LogStrDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TFtpOptDialog), &FtpOptDialog);
+		Application->CreateForm(__classid(TRcvOptDialog), &RcvOptDialog);
+		Application->CreateForm(__classid(TMaskOptDialog), &MaskOptDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi/rtknavi.res b/app/rtknavi/rtknavi.res
new file mode 100644
index 0000000..778438a
Binary files /dev/null and b/app/rtknavi/rtknavi.res differ
diff --git a/app/rtknavi/rtknavi_Icon.ico b/app/rtknavi/rtknavi_Icon.ico
new file mode 100644
index 0000000..bb85e8c
Binary files /dev/null and b/app/rtknavi/rtknavi_Icon.ico differ
diff --git a/app/rtknavi_mkl/clean.bat b/app/rtknavi_mkl/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtknavi_mkl/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtknavi_mkl/install.bat b/app/rtknavi_mkl/install.bat
new file mode 100644
index 0000000..8881233
--- /dev/null
+++ b/app/rtknavi_mkl/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtknavi_mkl.exe ..\..\bin
diff --git a/app/rtknavi_mkl/rtknavi_Icon.ico b/app/rtknavi_mkl/rtknavi_Icon.ico
new file mode 100644
index 0000000..bb85e8c
Binary files /dev/null and b/app/rtknavi_mkl/rtknavi_Icon.ico differ
diff --git a/app/rtknavi_mkl/rtknavi_mkl.cbproj b/app/rtknavi_mkl/rtknavi_mkl.cbproj
new file mode 100644
index 0000000..5f1cc25
--- /dev/null
+++ b/app/rtknavi_mkl/rtknavi_mkl.cbproj
@@ -0,0 +1,601 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{2B11584B-35A8-46A8-8F18-AF3D7051B83C}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtknavi_mkl.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\..\src\rcv\;..\appcmn\;..\..\src\;..\rtknavi\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;..\rtknavi\;$(IncludePath)</IncludePath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_weff>false</BCC_weff>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_wpar>false</BCC_wpar>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<Icon_MainIcon>rtknavi_Icon.ico</Icon_MainIcon>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<Manifest_File>None</Manifest_File>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<TASM_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;ENACMP;NFREQ=3;NEXOBS=3;MKL;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\qzslex;..\..\src\rcv;..\..\src;..\appcmn;G:\rtklib_2.2\app\rtknavi;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+			<BCC_IncludePath>$(BDS)\include;..\appcmn;..\..\src;$(BCC_IncludePath)</BCC_IncludePath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<ILINK_LibraryPath>..\..\lib\omf\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<BCC_wpia>false</BCC_wpia>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<BCC_wpar>false</BCC_wpar>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<BCC_waus>false</BCC_waus>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<BCC_weff>false</BCC_weff>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<ItemGroup>
+			<None Include="C:\Program Files (x86)\Borland\BDS\4.0\lib\release\vclx.lib">
+				<BuildOrder>37</BuildOrder>
+				<BuildOrder>20</BuildOrder>
+			</None>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>8</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\cmdoptdlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>CmdOptDialog</Form>
+				<DependentOn>..\appcmn\cmdoptdlg.h</DependentOn>
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\ftpoptdlg.cpp">
+				<BuildOrder>38</BuildOrder>
+				<Form>FtpOptDialog</Form>
+				<DependentOn>..\appcmn\ftpoptdlg.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\maskoptdlg.cpp">
+				<Form>MaskOptDialog</Form>
+				<DependentOn>..\appcmn\maskoptdlg.h</DependentOn>
+				<BuildOrder>55</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>39</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\serioptdlg.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>SerialOptDialog</Form>
+				<DependentOn>..\appcmn\serioptdlg.h</DependentOn>
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\tcpoptdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>TcpOptDialog</Form>
+				<DependentOn>..\appcmn\tcpoptdlg.h</DependentOn>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>38</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<BuildOrder>37</BuildOrder>
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\instrdlg.cpp">
+				<BuildOrder>29</BuildOrder>
+				<Form>InputStrDialog</Form>
+				<DependentOn>..\rtknavi\instrdlg.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\logstrdlg.cpp">
+				<BuildOrder>32</BuildOrder>
+				<Form>LogStrDialog</Form>
+				<DependentOn>..\rtknavi\logstrdlg.h</DependentOn>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\mondlg.cpp">
+				<BuildOrder>41</BuildOrder>
+				<Form>MonitorDialog</Form>
+				<DependentOn>..\rtknavi\mondlg.h</DependentOn>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\navimain.cpp">
+				<BuildOrder>31</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>..\rtknavi\navimain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\naviopt.cpp">
+				<BuildOrder>46</BuildOrder>
+				<Form>OptDialog</Form>
+				<DependentOn>..\rtknavi\naviopt.h</DependentOn>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\outstrdlg.cpp">
+				<BuildOrder>36</BuildOrder>
+				<Form>OutputStrDialog</Form>
+				<DependentOn>..\rtknavi\outstrdlg.h</DependentOn>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtknavi\rcvoptdlg.cpp">
+				<BuildOrder>44</BuildOrder>
+				<Form>RcvOptDialog</Form>
+				<DependentOn>..\rtknavi\rcvoptdlg.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtknavi_mkl.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtknavi_mkl.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<LibFiles Condition="'$(Platform)'=='Win32'" Include="..\..\lib\omf\mkl_lapack_omf.lib">
+				<BuildOrder>52</BuildOrder>
+				<IgnorePath>true</IgnorePath>
+			</LibFiles>
+			<LibFiles Condition="'$(Platform)'=='Win32'" Include="..\..\lib\omf\mkl_p4p_omf.lib">
+				<BuildOrder>53</BuildOrder>
+				<IgnorePath>true</IgnorePath>
+			</LibFiles>
+			<CppCompile Include="..\..\src\datum.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>26</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>39</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>41</BuildOrder>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\lambda.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\options.c">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>36</BuildOrder>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_ar.c">
+				<BuildOrder>50</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_corr.c">
+				<BuildOrder>57</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>26</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>57</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>28</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>56</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>42</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>43</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>43</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>51</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>56</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>59</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>33</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>31</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>48</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>47</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>47</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>48</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>54</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>29</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkpos.c">
+				<BuildOrder>28</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtksvr.c">
+				<BuildOrder>42</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>45</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\stream.c">
+				<BuildOrder>44</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tides.c">
+				<BuildOrder>58</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tle.c">
+				<BuildOrder>53</BuildOrder>
+			</CppCompile>
+			<FormResources Include="..\appcmn\tcpoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\serioptdlg.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="..\rtknavi\logstrdlg.dfm"/>
+			<FormResources Include="..\rtknavi\instrdlg.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="..\appcmn\cmdoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\maskoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\appcmn\ftpoptdlg.dfm"/>
+			<FormResources Include="..\rtknavi\mondlg.dfm"/>
+			<FormResources Include="..\rtknavi\outstrdlg.dfm"/>
+			<FormResources Include="..\rtknavi\naviopt.dfm"/>
+			<FormResources Include="..\rtknavi\navimain.dfm"/>
+			<FormResources Include="..\rtknavi\rcvoptdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtknavi_mkl.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+				<Deployment>
+					<DeployFile Class="DebugSymbols" Configuration="Debug" LocalName="Debug_Build\rtknavi.tds">
+						<Platform Name="Win32">
+							<RemoteName>rtknavi.tds</RemoteName>
+						</Platform>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32120.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32120mt.dll">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib">
+						<Platform Name="OSX32"/>
+					</DeployFile>
+					<DeployFile Class="ProjectOutput" Configuration="Debug" LocalName="Debug_Build\rtknavi.exe">
+						<Platform Name="Win32"/>
+					</DeployFile>
+					<DeployFile Class="DependencyModule" Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib">
+						<Platform Name="OSX32"/>
+					</DeployFile>
+					<DeployClass Name="ProjectOutput" Required="true">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyPackage" Required="true">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.dylib</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+							<Extensions>.bpl</Extensions>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyModule">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.dylib</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+							<Extensions>.dll;.bpl</Extensions>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="ProjectOSXInfoPList">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="File">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>0</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DebugSymbols">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="DependencyFramework">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+							<Extensions>.framework</Extensions>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="AdditionalDebugSymbols">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\MacOS</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+						<Platform Name="Win32">
+							<Operation>0</Operation>
+						</Platform>
+					</DeployClass>
+					<DeployClass Name="ProjectOSXResource">
+						<Platform Name="OSX32">
+							<RemoteDir>Contents\Resources</RemoteDir>
+							<Operation>1</Operation>
+						</Platform>
+					</DeployClass>
+					<ProjectRoot Name="$(PROJECTNAME).app" Platform="OSX32"/>
+					<ProjectRoot Name="$(PROJECTNAME)" Platform="Win64"/>
+					<ProjectRoot Name="$(PROJECTNAME)" Platform="Win32"/>
+				</Deployment>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+		<Import Condition="Exists('$(MSBuildProjectName).deployproj')" Project="$(MSBuildProjectName).deployproj"/>
+	</Project>
diff --git a/app/rtknavi_mkl/rtknavi_mkl.cbproj.local b/app/rtknavi_mkl/rtknavi_mkl.cbproj.local
new file mode 100644
index 0000000..a3fd50b
--- /dev/null
+++ b/app/rtknavi_mkl/rtknavi_mkl.cbproj.local
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/05/13 18:34:08.000.532,D:\proj\rtklib\app\rtknavi_mkl\rtknavi_mkl.cbproj=D:\proj\rtklib\app\rtknavi\rtknavi.cbproj</Transaction>
+    <Transaction>2014/08/26 09:32:22.000.166,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+    <Transaction>2015/05/25 15:33:32.000.190,=D:\proj\RTKLIB\src\tides.c</Transaction>
+    <Transaction>2015/05/25 15:33:32.000.188,=D:\proj\RTKLIB\src\ppp_corr.c</Transaction>
+    <Transaction>2016/01/23 12:03:43.000.114,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtknavi_mkl/rtknavi_mkl.cpp b/app/rtknavi_mkl/rtknavi_mkl.cpp
new file mode 100644
index 0000000..e1afed1
--- /dev/null
+++ b/app/rtknavi_mkl/rtknavi_mkl.cpp
@@ -0,0 +1,85 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("..\appcmn\tcpoptdlg.cpp", TcpOptDialog);
+USEFORM("..\appcmn\serioptdlg.cpp", SerialOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("..\rtknavi\logstrdlg.cpp", LogStrDialog);
+USEFORM("..\rtknavi\instrdlg.cpp", InputStrDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("..\appcmn\cmdoptdlg.cpp", CmdOptDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\maskoptdlg.cpp", MaskOptDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\appcmn\ftpoptdlg.cpp", FtpOptDialog);
+USEFORM("..\rtknavi\mondlg.cpp", MonitorDialog);
+USEFORM("..\rtknavi\outstrdlg.cpp", OutputStrDialog);
+USEFORM("..\rtknavi\naviopt.cpp", OptDialog);
+USEFORM("..\rtknavi\navimain.cpp", MainForm);
+USEFORM("..\rtknavi\rcvoptdlg.cpp", RcvOptDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKNAVI";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TOutputStrDialog), &OutputStrDialog);
+		Application->CreateForm(__classid(TSerialOptDialog), &SerialOptDialog);
+		Application->CreateForm(__classid(TCmdOptDialog), &CmdOptDialog);
+		Application->CreateForm(__classid(TTcpOptDialog), &TcpOptDialog);
+		Application->CreateForm(__classid(TOptDialog), &OptDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TInputStrDialog), &InputStrDialog);
+		Application->CreateForm(__classid(TLogStrDialog), &LogStrDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TFtpOptDialog), &FtpOptDialog);
+		Application->CreateForm(__classid(TRcvOptDialog), &RcvOptDialog);
+		Application->CreateForm(__classid(TMaskOptDialog), &MaskOptDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi_mkl/rtknavi_mkl.res b/app/rtknavi_mkl/rtknavi_mkl.res
new file mode 100644
index 0000000..778438a
Binary files /dev/null and b/app/rtknavi_mkl/rtknavi_mkl.res differ
diff --git a/app/rtknavi_qt/.gitignore b/app/rtknavi_qt/.gitignore
new file mode 100644
index 0000000..deca7d1
--- /dev/null
+++ b/app/rtknavi_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtknavi_qt
+rtknavi_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtknavi_qt/install.bat b/app/rtknavi_qt/install.bat
new file mode 100644
index 0000000..55e57d6
--- /dev/null
+++ b/app/rtknavi_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtknavi_qt.exe ..\..\bin
diff --git a/app/rtknavi_qt/install.sh b/app/rtknavi_qt/install.sh
new file mode 100644
index 0000000..cbc260f
--- /dev/null
+++ b/app/rtknavi_qt/install.sh
@@ -0,0 +1 @@
+cp rtknavi_qt ..\..\bin
diff --git a/app/rtknavi_qt/instrdlg.cpp b/app/rtknavi_qt/instrdlg.cpp
new file mode 100644
index 0000000..495379c
--- /dev/null
+++ b/app/rtknavi_qt/instrdlg.cpp
@@ -0,0 +1,468 @@
+//---------------------------------------------------------------------------
+
+#include <QComboBox>
+#include <QFileInfo>
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "navimain.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "tcpoptdlg.h"
+#include "fileoptdlg.h"
+#include "ftpoptdlg.h"
+#include "rcvoptdlg.h"
+
+#include "instrdlg.h"
+
+//---------------------------------------------------------------------------
+InputStrDialog::InputStrDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    int i;
+
+    setupUi(this);
+
+    Format1->clear();
+    Format2->clear();
+
+	NRcv=0;
+
+	for (i=0;i<=MAXRCVFMT;i++) {
+        Format1->addItem(formatstrs[i]);
+        Format2->addItem(formatstrs[i]);
+        Format3->addItem(formatstrs[i]);
+		NRcv++;
+	}
+    Format3->addItem("SP3");
+
+    cmdOptDialog = new CmdOptDialog(this);
+    rcvOptDialog = new RcvOptDialog(this);
+    refDialog = new RefDialog(this);
+    serialOptDialog = new SerialOptDialog(this);;
+    tcpOptDialog = new TcpOptDialog(this);
+    ftpOptDialog = new FtpOptDialog(this);
+
+    NmeaPos1->setValidator(new QDoubleValidator());
+    NmeaPos2->setValidator(new QDoubleValidator());
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    FilePath1->setCompleter(fileCompleter);
+    FilePath2->setCompleter(fileCompleter);
+    FilePath3->setCompleter(fileCompleter);
+
+    connect(Stream1,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream1Change(int)));
+    connect(Stream2,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream2Change(int)));
+    connect(Stream3,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream3Change(int)));
+    connect(NmeaReqL,SIGNAL(currentIndexChanged(int)),this,SLOT(NmeaReqLChange(int)));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCmd1,SIGNAL(clicked(bool)),this,SLOT(BtnCmd1Click()));
+    connect(BtnCmd2,SIGNAL(clicked(bool)),this,SLOT(BtnCmd2Click()));
+    connect(BtnCmd3,SIGNAL(clicked(bool)),this,SLOT(BtnCmd3Click()));
+    connect(BtnFile1,SIGNAL(clicked(bool)),this,SLOT(BtnFile1Click()));
+    connect(BtnFile2,SIGNAL(clicked(bool)),this,SLOT(BtnFile2Click()));
+    connect(BtnFile3,SIGNAL(clicked(bool)),this,SLOT(BtnFile3Click()));
+    connect(BtnPos,SIGNAL(clicked(bool)),this,SLOT(BtnPosClick()));
+    connect(BtnRcvOpt1,SIGNAL(clicked(bool)),this,SLOT(BtnRcvOpt1Click()));
+    connect(BtnRcvOpt2,SIGNAL(clicked(bool)),this,SLOT(BtnRcvOpt2Click()));
+    connect(BtnRcvOpt3,SIGNAL(clicked(bool)),this,SLOT(BtnRcvOpt3Click()));
+    connect(BtnStr1,SIGNAL(clicked(bool)),this,SLOT(BtnStr1Click()));
+    connect(BtnStr2,SIGNAL(clicked(bool)),this,SLOT(BtnStr2Click()));
+    connect(BtnStr3,SIGNAL(clicked(bool)),this,SLOT(BtnStr3Click()));
+    connect(StreamC1,SIGNAL(clicked(bool)),this,SLOT(StreamC1Click()));
+    connect(StreamC2,SIGNAL(clicked(bool)),this,SLOT(StreamC2Click()));
+    connect(StreamC3,SIGNAL(clicked(bool)),this,SLOT(StreamC3Click()));
+    connect(TimeTagC,SIGNAL(clicked(bool)),this,SLOT(TimeTagCClick()));
+}
+//---------------------------------------------------------------------------
+void InputStrDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    StreamC1  ->setChecked(StreamC[0]);
+    StreamC2  ->setChecked(StreamC[1]);
+    StreamC3  ->setChecked(StreamC[2]);
+    Stream1   ->setCurrentIndex(Stream[0]);
+    Stream2   ->setCurrentIndex(Stream[1]);
+    Stream3   ->setCurrentIndex(Stream[2]);
+    Format1   ->setCurrentIndex(Format[0]);
+    Format2   ->setCurrentIndex(Format[1]<NRcv?Format[1]:NRcv+Format[1]-STRFMT_SP3);
+    Format3   ->setCurrentIndex(Format[2]<NRcv?Format[2]:NRcv+Format[2]-STRFMT_SP3);
+    FilePath1 ->setText(GetFilePath(Paths[0][2]));
+    FilePath2 ->setText(GetFilePath(Paths[1][2]));
+    FilePath3 ->setText(GetFilePath(Paths[2][2]));
+    NmeaReqL  ->setCurrentIndex(NmeaReq);
+    TimeTagC  ->setChecked(TimeTag);
+    TimeSpeedL->setCurrentIndex(TimeSpeedL->findText(TimeSpeed));
+    TimeStartE->setText(TimeStart);
+    NmeaPos1  ->setText(QString::number(NmeaPos[0],'f',9));
+    NmeaPos2  ->setText(QString::number(NmeaPos[1],'f',9));
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void InputStrDialog::BtnOkClick()
+{
+    bool ok;
+
+    StreamC[0] =StreamC1  ->isChecked();
+    StreamC[1] =StreamC2  ->isChecked();
+    StreamC[2] =StreamC3  ->isChecked();
+    Stream[0]  =Stream1   ->currentIndex();
+    Stream[1]  =Stream2   ->currentIndex();
+    Stream[2]  =Stream3   ->currentIndex();
+    Format[0]  =Format1   ->currentIndex();
+    Format[1]  =Format2->currentIndex()<NRcv?Format2->currentIndex():STRFMT_SP3+Format2->currentIndex()-NRcv;
+    Format[2]  =Format3->currentIndex()<NRcv?Format3->currentIndex():STRFMT_SP3+Format3->currentIndex()-NRcv;
+    Paths[0][2]=SetFilePath(FilePath1->text());
+    Paths[1][2]=SetFilePath(FilePath2->text());
+    Paths[2][2]=SetFilePath(FilePath3->text());
+    NmeaReq    =NmeaReqL  ->currentIndex();
+    TimeTag    =TimeTagC  ->isChecked();
+    TimeSpeed  =TimeSpeedL->currentText();
+    TimeStart  =TimeStartE->text();
+    NmeaPos[0] =NmeaPos1->text().toDouble(&ok);
+    NmeaPos[1] =NmeaPos2->text().toDouble(&ok);
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void InputStrDialog::StreamC1Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::StreamC2Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::StreamC3Click()
+{
+    UpdateEnable();
+}//---------------------------------------------------------------------------
+void  InputStrDialog::Stream1Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::Stream2Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::Stream3Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::TimeTagCClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::NmeaReqLChange(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+QString  InputStrDialog::GetFilePath(const QString &path)
+{
+    QString file;
+    file=path.mid(0,path.indexOf("::"));
+
+    return file;
+}
+//---------------------------------------------------------------------------
+QString  InputStrDialog::SetFilePath(const QString &p)
+{
+    QString path=p;
+    if (TimeTagC->isChecked()     ) path+="::T";
+    if (TimeStartE->text()!="0" ) path+="::+"+TimeStartE->text();
+    path+="::"+TimeSpeedL->currentText();
+	return path;
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnStr1Click()
+{
+    switch (Stream1->currentIndex()) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,3); break;
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnStr2Click()
+{
+    switch (Stream2->currentIndex()) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,3); break;
+		case 5: FtpOpt(1,0); break;
+		case 6: FtpOpt(1,1); break;
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnStr3Click()
+{
+    switch (Stream3->currentIndex()) {
+		case 0: SerialOpt(2,0); break;
+		case 1: TcpOpt(2,1); break;
+		case 2: TcpOpt(2,0); break;
+		case 3: TcpOpt(2,3); break;
+		case 5: FtpOpt(2,0); break;
+		case 6: FtpOpt(2,1); break;
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnCmd1Click()
+{
+    if (Stream1->currentIndex()==0) {
+        cmdOptDialog->Cmds  [0]=Cmds  [0][0];
+        cmdOptDialog->Cmds  [1]=Cmds  [0][1];
+        cmdOptDialog->CmdEna[0]=CmdEna[0][0];
+        cmdOptDialog->CmdEna[1]=CmdEna[0][1];
+	}
+	else {
+        cmdOptDialog->Cmds  [0]=CmdsTcp  [0][0];
+        cmdOptDialog->Cmds  [1]=CmdsTcp  [0][1];
+        cmdOptDialog->CmdEna[0]=CmdEnaTcp[0][0];
+        cmdOptDialog->CmdEna[1]=CmdEnaTcp[0][1];
+	}
+
+    cmdOptDialog->exec();
+    if (cmdOptDialog->result()!=QDialog::Accepted) return;
+
+    if (Stream1->currentIndex()==0) {
+        Cmds  [0][0]=cmdOptDialog->Cmds  [0];
+        Cmds  [0][1]=cmdOptDialog->Cmds  [1];
+        CmdEna[0][0]=cmdOptDialog->CmdEna[0];
+        CmdEna[0][1]=cmdOptDialog->CmdEna[1];
+	}
+	else {
+        CmdsTcp  [0][0]=cmdOptDialog->Cmds  [0];
+        CmdsTcp  [0][1]=cmdOptDialog->Cmds  [1];
+        CmdEnaTcp[0][0]=cmdOptDialog->CmdEna[0];
+        CmdEnaTcp[0][1]=cmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnCmd2Click()
+{
+    if (Stream2->currentIndex()==0) {
+        cmdOptDialog->Cmds  [0]=Cmds  [1][0];
+        cmdOptDialog->Cmds  [1]=Cmds  [1][1];
+        cmdOptDialog->CmdEna[0]=CmdEna[1][0];
+        cmdOptDialog->CmdEna[1]=CmdEna[1][1];
+	}
+	else {
+        cmdOptDialog->Cmds  [0]=CmdsTcp  [1][0];
+        cmdOptDialog->Cmds  [1]=CmdsTcp  [1][1];
+        cmdOptDialog->CmdEna[0]=CmdEnaTcp[1][0];
+        cmdOptDialog->CmdEna[1]=CmdEnaTcp[1][1];
+	}
+
+    cmdOptDialog->exec();
+    if (cmdOptDialog->result()!=QDialog::Accepted) return;
+
+    if (Stream2->currentIndex()==0) {
+        Cmds  [1][0]=cmdOptDialog->Cmds  [0];
+        Cmds  [1][1]=cmdOptDialog->Cmds  [1];
+        CmdEna[1][0]=cmdOptDialog->CmdEna[0];
+        CmdEna[1][1]=cmdOptDialog->CmdEna[1];
+	}
+	else {
+        CmdsTcp  [1][0]=cmdOptDialog->Cmds  [0];
+        CmdsTcp  [1][1]=cmdOptDialog->Cmds  [1];
+        CmdEnaTcp[1][0]=cmdOptDialog->CmdEna[0];
+        CmdEnaTcp[1][1]=cmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnCmd3Click()
+{
+    if (Stream3->currentIndex()==0) {
+        cmdOptDialog->Cmds  [0]=Cmds  [2][0];
+        cmdOptDialog->Cmds  [1]=Cmds  [2][1];
+        cmdOptDialog->CmdEna[0]=CmdEna[2][0];
+        cmdOptDialog->CmdEna[1]=CmdEna[2][1];
+	}
+	else {
+        cmdOptDialog->Cmds  [0]=CmdsTcp  [2][0];
+        cmdOptDialog->Cmds  [1]=CmdsTcp  [2][1];
+        cmdOptDialog->CmdEna[0]=CmdEnaTcp[2][0];
+        cmdOptDialog->CmdEna[1]=CmdEnaTcp[2][1];
+	}
+
+    cmdOptDialog->exec();
+    if (cmdOptDialog->result()!=QDialog::Accepted) return;
+
+    if (Stream3->currentIndex()==0) {
+        Cmds  [2][0]=cmdOptDialog->Cmds  [0];
+        Cmds  [2][1]=cmdOptDialog->Cmds  [1];
+        CmdEna[2][0]=cmdOptDialog->CmdEna[0];
+        CmdEna[2][1]=cmdOptDialog->CmdEna[1];
+	}
+	else {
+        CmdsTcp  [2][0]=cmdOptDialog->Cmds  [0];
+        CmdsTcp  [2][1]=cmdOptDialog->Cmds  [1];
+        CmdEnaTcp[2][0]=cmdOptDialog->CmdEna[0];
+        CmdEnaTcp[2][1]=cmdOptDialog->CmdEna[1];
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnRcvOpt1Click()
+{
+    rcvOptDialog->Option=RcvOpt[0];
+
+    rcvOptDialog->exec();
+    if (rcvOptDialog->result()!=QDialog::Accepted) return;
+
+    RcvOpt[0]=rcvOptDialog->Option;
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnRcvOpt2Click()
+{
+    rcvOptDialog->Option=RcvOpt[1];
+
+    rcvOptDialog->exec();
+    if (rcvOptDialog->result()!=QDialog::Accepted) return;
+
+    RcvOpt[1]=rcvOptDialog->Option;
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnRcvOpt3Click()
+{
+    rcvOptDialog->Option=RcvOpt[2];
+
+    rcvOptDialog->exec();
+    if (rcvOptDialog->result()!=QDialog::Accepted) return;
+    RcvOpt[2]=rcvOptDialog->Option;
+
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnPosClick()
+{
+    bool ok;
+
+    refDialog->RovPos[0]=NmeaPos1->text().toDouble(&ok);
+    refDialog->RovPos[1]=NmeaPos2->text().toDouble(&ok);
+    refDialog->StaPosFile=mainForm->StaPosFileF;
+
+    refDialog->exec();
+    if (refDialog->result()!=QDialog::Accepted) return;
+
+    NmeaPos1->setText(QString::number(refDialog->Pos[0],'f',9));
+    NmeaPos2->setText(QString::number(refDialog->Pos[1],'f',9));
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::SerialOpt(int index, int opt)
+{
+    serialOptDialog->Path=Paths[index][0];
+    serialOptDialog->Opt=opt;
+
+    serialOptDialog->exec();
+    if (serialOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][0]=serialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnFile1Click()
+{
+    FilePath1->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open..."),FilePath1->text())));
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnFile2Click()
+{
+    FilePath2->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open..."),FilePath2->text())));
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::BtnFile3Click()
+{
+    FilePath3->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open..."),FilePath3->text())));
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::TcpOpt(int index, int opt)
+{
+    tcpOptDialog->Path=Paths[index][1];
+    tcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+        tcpOptDialog->History[i]=History[i];
+        tcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+
+    tcpOptDialog->exec();
+    if (tcpOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][1]=tcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+        History[i]=tcpOptDialog->History[i];
+        MntpHist[i]=tcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::FtpOpt(int index, int opt)
+{
+    ftpOptDialog->Path=Paths[index][3];
+    ftpOptDialog->Opt=opt;
+
+    ftpOptDialog->exec();
+    if (ftpOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][3]=ftpOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void  InputStrDialog::UpdateEnable(void)
+{
+    int ena1=(StreamC1->isChecked()&&(Stream1->currentIndex()==4))||
+             (StreamC2->isChecked()&&(Stream2->currentIndex()==4))||
+             (StreamC3->isChecked()&&(Stream3->currentIndex()==4));
+    int ena2=StreamC2->isChecked()&&(Stream2->currentIndex()<=3);
+	
+    Stream1   ->setEnabled(StreamC1->isChecked());
+    Stream2   ->setEnabled(StreamC2->isChecked());
+    Stream3   ->setEnabled(StreamC3->isChecked());
+    BtnStr1   ->setEnabled(StreamC1->isChecked()&&Stream1->currentIndex()!=4);
+    BtnStr2   ->setEnabled(StreamC2->isChecked()&&Stream2->currentIndex()!=4);
+    BtnStr3   ->setEnabled(StreamC3->isChecked()&&Stream3->currentIndex()!=4);
+    BtnCmd1   ->setEnabled(StreamC1->isChecked()&&Stream1->currentIndex()!=4);
+    BtnCmd2   ->setEnabled(StreamC2->isChecked()&&Stream2->currentIndex()!=4);
+    BtnCmd3   ->setEnabled(StreamC3->isChecked()&&Stream3->currentIndex()!=4);
+    Format1   ->setEnabled(StreamC1->isChecked());
+    Format2   ->setEnabled(StreamC2->isChecked());
+    Format3   ->setEnabled(StreamC3->isChecked());
+    BtnRcvOpt1->setEnabled(StreamC1->isChecked());
+    BtnRcvOpt2->setEnabled(StreamC2->isChecked());
+    BtnRcvOpt3->setEnabled(StreamC3->isChecked());
+	
+    LabelNmea ->setEnabled(ena2);
+    NmeaReqL  ->setEnabled(ena2);
+    NmeaPos1  ->setEnabled(ena2&&NmeaReqL->currentIndex()==1);
+    NmeaPos2  ->setEnabled(ena2&&NmeaReqL->currentIndex()==1);
+    BtnPos    ->setEnabled(ena2&&NmeaReqL->currentIndex()==1);
+	
+    LabelF1   ->setEnabled(ena1);
+    FilePath1 ->setEnabled(StreamC1->isChecked()&&Stream1->currentIndex()==4);
+    FilePath2 ->setEnabled(StreamC2->isChecked()&&Stream2->currentIndex()==4);
+    FilePath3 ->setEnabled(StreamC3->isChecked()&&Stream3->currentIndex()==4);
+    BtnFile1  ->setEnabled(StreamC1->isChecked()&&Stream1->currentIndex()==4);
+    BtnFile2  ->setEnabled(StreamC2->isChecked()&&Stream2->currentIndex()==4);
+    BtnFile3  ->setEnabled(StreamC3->isChecked()&&Stream3->currentIndex()==4);
+    TimeTagC  ->setEnabled(ena1);
+    TimeStartE->setEnabled(ena1&&TimeTagC->isChecked());
+    TimeSpeedL->setEnabled(ena1&&TimeTagC->isChecked());
+    LabelF2   ->setEnabled(ena1&&TimeTagC->isChecked());
+    LabelF3   ->setEnabled(ena1&&TimeTagC->isChecked());
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi_qt/instrdlg.h b/app/rtknavi_qt/instrdlg.h
new file mode 100644
index 0000000..25b7e32
--- /dev/null
+++ b/app/rtknavi_qt/instrdlg.h
@@ -0,0 +1,74 @@
+//---------------------------------------------------------------------------
+#ifndef instrdlgH
+#define instrdlgH
+//---------------------------------------------------------------------------
+
+#include <QDialog>
+
+#include "ui_instrdlg.h"
+
+class CmdOptDialog;
+class RcvOptDialog;
+class RefDialog;
+class SerialOptDialog;
+class TcpOptDialog;
+class FtpOptDialog;
+
+//---------------------------------------------------------------------------
+class InputStrDialog : public QDialog, private Ui::InputStrDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent*);
+
+public slots:
+    void  BtnStr1Click();
+    void  BtnStr2Click();
+    void  BtnStr3Click();
+    void  Stream1Change(int);
+    void  Stream2Change(int);
+    void  Stream3Change(int);
+    void  BtnCmd1Click();
+    void  BtnCmd2Click();
+    void  BtnCmd3Click();
+    void  BtnFile1Click();
+    void  BtnFile2Click();
+    void  BtnFile3Click();
+    void  StreamC1Click();
+    void  StreamC2Click();
+    void  StreamC3Click();
+    void  BtnRcvOpt1Click();
+    void  BtnRcvOpt2Click();
+    void  BtnRcvOpt3Click();
+    void  TimeTagCClick();
+    void  NmeaReqLChange(int);
+    void  BtnOkClick();
+    void  BtnPosClick();
+
+private:
+    QString  GetFilePath(const QString &path);
+    QString  SetFilePath(const QString &path);
+    void  SerialOpt(int index, int opt);
+    void  TcpOpt(int index, int opt);
+    void  FtpOpt(int index, int opt);
+    void  UpdateEnable(void);
+
+    CmdOptDialog *cmdOptDialog;
+    RcvOptDialog *rcvOptDialog;
+    RefDialog *refDialog;
+    SerialOptDialog *serialOptDialog;
+    TcpOptDialog *tcpOptDialog;
+    FtpOptDialog *ftpOptDialog;
+public:
+    bool StreamC[3],TimeTag;
+    int Stream[3],Format[3],CmdEna[3][2],CmdEnaTcp[3][2];
+    int NmeaReq,NRcv;
+	double NmeaPos[2];
+    QString Paths[3][4],Cmds[3][2],CmdsTcp[3][2],TimeStart,TimeSpeed;
+    QString RcvOpt[3];
+    QString History[10],MntpHist[10];
+
+    explicit InputStrDialog(QWidget* parent);
+};
+#endif
diff --git a/app/rtknavi_qt/instrdlg.ui b/app/rtknavi_qt/instrdlg.ui
new file mode 100644
index 0000000..9c32c52
--- /dev/null
+++ b/app/rtknavi_qt/instrdlg.ui
@@ -0,0 +1,693 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>InputStrDialog</class>
+ <widget class="QWidget" name="InputStrDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>662</width>
+    <height>339</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Input Streams</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0" colspan="2">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Input Stream</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="5" colspan="2">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Type</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="7" colspan="2">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Opt</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="9" colspan="2">
+    <widget class="QLabel" name="Label11">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Cmd</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="12">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Format</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="13">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Opt</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="4">
+    <widget class="QCheckBox" name="StreamC1">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(1) Rover</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="4" colspan="4">
+    <widget class="QComboBox" name="Stream1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="8">
+    <widget class="QPushButton" name="BtnStr1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="9" colspan="2">
+    <widget class="QPushButton" name="BtnCmd1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="11" colspan="2">
+    <widget class="QComboBox" name="Format1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="13">
+    <widget class="QPushButton" name="BtnRcvOpt1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="4">
+    <widget class="QCheckBox" name="StreamC2">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(2) Base Station</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="4" colspan="4">
+    <widget class="QComboBox" name="Stream2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="8">
+    <widget class="QPushButton" name="BtnStr2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="9" colspan="2">
+    <widget class="QPushButton" name="BtnCmd2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="11" colspan="2">
+    <widget class="QComboBox" name="Format2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="13">
+    <widget class="QPushButton" name="BtnRcvOpt2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="4">
+    <widget class="QCheckBox" name="StreamC3">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(3) Correction</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="4" colspan="4">
+    <widget class="QComboBox" name="Stream3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>FTP</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>HTTP</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="8">
+    <widget class="QPushButton" name="BtnStr3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="9" colspan="2">
+    <widget class="QPushButton" name="BtnCmd3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="11" colspan="2">
+    <widget class="QComboBox" name="Format3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="13">
+    <widget class="QPushButton" name="BtnRcvOpt3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0" colspan="7">
+    <widget class="QLabel" name="LabelNmea">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Transmit NMEA GPGGA to Base Station</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0" colspan="4">
+    <widget class="QComboBox" name="NmeaReqL">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>OFF</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Latitude/Longitude</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Single Solution</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="5" column="4" colspan="6">
+    <widget class="QLineEdit" name="NmeaPos1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0.000000000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="10" colspan="3">
+    <widget class="QLineEdit" name="NmeaPos2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0.000000000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="13">
+    <widget class="QPushButton" name="BtnPos">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0" colspan="2">
+    <widget class="QLabel" name="LabelF1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Input File Paths</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="0" colspan="13">
+    <widget class="QLineEdit" name="FilePath1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="13">
+    <widget class="QPushButton" name="BtnFile1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="0" colspan="13">
+    <widget class="QLineEdit" name="FilePath2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="13">
+    <widget class="QPushButton" name="BtnFile2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="0" colspan="13">
+    <widget class="QLineEdit" name="FilePath3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="13">
+    <widget class="QPushButton" name="BtnFile3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="0">
+    <widget class="QCheckBox" name="TimeTagC">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="1">
+    <widget class="QComboBox" name="TimeSpeedL">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x0.1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x0.2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x0.5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>x10</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="10" column="2">
+    <widget class="QLabel" name="LabelF3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>+</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="3" colspan="2">
+    <widget class="QLineEdit" name="TimeStartE">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="5">
+    <widget class="QLabel" name="LabelF2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>s</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="7" colspan="5">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="12" colspan="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/logstrdlg.cpp b/app/rtknavi_qt/logstrdlg.cpp
new file mode 100644
index 0000000..7e57820
--- /dev/null
+++ b/app/rtknavi_qt/logstrdlg.cpp
@@ -0,0 +1,246 @@
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QCompleter>
+#include <QFileSystemModel>
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "logstrdlg.h"
+#include "keydlg.h"
+
+//---------------------------------------------------------------------------
+LogStrDialog::LogStrDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    keyDialog = new KeyDialog(this);
+    serialOptDialog = new SerialOptDialog(this);
+    tcpOptDialog = new TcpOptDialog(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    FilePath1->setCompleter(fileCompleter);
+    FilePath2->setCompleter(fileCompleter);
+    FilePath3->setCompleter(fileCompleter);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnFile1,SIGNAL(clicked(bool)),this,SLOT(BtnFile1Click()));
+    connect(BtnFile2,SIGNAL(clicked(bool)),this,SLOT(BtnFile2Click()));
+    connect(BtnFile3,SIGNAL(clicked(bool)),this,SLOT(BtnFile3Click()));
+    connect(BtnKey,SIGNAL(clicked(bool)),this,SLOT(BtnKeyClick()));
+    connect(BtnStr1,SIGNAL(clicked(bool)),this,SLOT(BtnStr1Click()));
+    connect(BtnStr2,SIGNAL(clicked(bool)),this,SLOT(BtnStr2Click()));
+    connect(BtnStr3,SIGNAL(clicked(bool)),this,SLOT(BtnStr3Click()));
+    connect(Stream1,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream1Change(int)));
+    connect(Stream2,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream2Change(int)));
+    connect(Stream3,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream3Change(int)));
+    connect(Stream1C,SIGNAL(clicked(bool)),this,SLOT(Stream1CClick()));
+    connect(Stream2C,SIGNAL(clicked(bool)),this,SLOT(Stream2CClick()));
+    connect(Stream3C,SIGNAL(clicked(bool)),this,SLOT(Stream3CClick()));
+
+    SwapIntv->setValidator(new QDoubleValidator());
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    Stream1C ->setChecked(StreamC[0]);
+    Stream2C ->setChecked(StreamC[1]);
+    Stream3C ->setChecked(StreamC[2]);
+    Stream1  ->setCurrentIndex(Stream[0]);
+    Stream2  ->setCurrentIndex(Stream[1]);
+    Stream3  ->setCurrentIndex(Stream[2]);
+    FilePath1->setText(GetFilePath(Paths[0][2]));
+    FilePath2->setText(GetFilePath(Paths[1][2]));
+    FilePath3->setText(GetFilePath(Paths[2][2]));
+    SwapIntv ->insertItem(0,SwapInterval);SwapIntv->setCurrentIndex(0);
+    TimeTagC ->setChecked(LogTimeTag);
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnOkClick()
+{
+    StreamC [0]=Stream1C->isChecked();
+    StreamC [1]=Stream2C->isChecked();
+    StreamC [2]=Stream3C->isChecked();
+    Stream  [0]=Stream1 ->currentIndex();
+    Stream  [1]=Stream2 ->currentIndex();
+    Stream  [2]=Stream3 ->currentIndex();
+    Paths[0][2]=SetFilePath(FilePath1->text());
+    Paths[1][2]=SetFilePath(FilePath2->text());
+    Paths[2][2]=SetFilePath(FilePath3->text());
+    SwapInterval=SwapIntv->currentText();
+    LogTimeTag =TimeTagC->isChecked();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnFile1Click()
+{
+    FilePath1->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Open..."),FilePath1->text())));
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnFile2Click()
+{
+    FilePath2->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Open..."),FilePath2->text())));
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnFile3Click()
+{
+    FilePath3->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Open..."),FilePath3->text())));
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream1Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream2Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream3CClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream1CClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream2CClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::Stream3Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnKeyClick()
+{
+    keyDialog->exec();
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnStr1Click()
+{
+    switch (Stream1->currentIndex()) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnStr2Click()
+{
+    switch (Stream2->currentIndex()) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::BtnStr3Click()
+{
+    switch (Stream3->currentIndex()) {
+		case 0: SerialOpt(2,0); break;
+		case 1: TcpOpt(2,1); break;
+		case 2: TcpOpt(2,0); break;
+		case 3: TcpOpt(2,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+QString LogStrDialog::GetFilePath(const QString &path)
+{
+    QString file;
+    file=path.mid(0,path.indexOf("::"));
+
+    return file;
+}
+//---------------------------------------------------------------------------
+QString LogStrDialog::SetFilePath(const QString &p)
+{
+    QString path=p;
+    QString str;
+    bool okay;
+
+    if (TimeTagC->isChecked()) path+="::T";
+    str=SwapIntv->currentText();
+    str.toDouble(&okay);
+    if (okay) {
+		path+="::S="+str;
+	}
+	return path;
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::SerialOpt(int index, int opt)
+{
+    serialOptDialog->Path=Paths[index][0];
+    serialOptDialog->Opt=opt;
+
+    serialOptDialog->exec();
+    if (serialOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][0]=serialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::TcpOpt(int index, int opt)
+{
+    tcpOptDialog->Path=Paths[index][1];
+    tcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+        tcpOptDialog->History[i]=History[i];
+        tcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+    tcpOptDialog->exec();
+    if (tcpOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][1]=tcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+        History[i]=tcpOptDialog->History[i];
+        MntpHist[i]=tcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void LogStrDialog::UpdateEnable(void)
+{
+    int ena=(Stream1C->isChecked()&&Stream1->currentIndex()==4)||
+            (Stream2C->isChecked()&&Stream2->currentIndex()==4)||
+            (Stream3C->isChecked()&&Stream3->currentIndex()==4);
+
+    Stream1  ->setEnabled(Stream1C->isChecked());
+    Stream2  ->setEnabled(Stream2C->isChecked());
+    Stream3  ->setEnabled(Stream3C->isChecked());
+    BtnStr1  ->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()<=3);
+    BtnStr2  ->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()<=3);
+    BtnStr3  ->setEnabled(Stream3C->isChecked()&&Stream3->currentIndex()<=3);
+    FilePath1->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()==4);
+    FilePath2->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()==4);
+    FilePath3->setEnabled(Stream3C->isChecked()&&Stream3->currentIndex()==4);
+    BtnFile1 ->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()==4);
+    BtnFile2 ->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()==4);
+    BtnFile3 ->setEnabled(Stream3C->isChecked()&&Stream3->currentIndex()==4);
+    Label1   ->setEnabled(ena);
+    Label2   ->setEnabled(ena);
+    LabelF1  ->setEnabled(ena);
+    TimeTagC ->setEnabled(ena);
+    SwapIntv ->setEnabled(ena);
+    BtnKey   ->setEnabled(ena);
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi_qt/logstrdlg.h b/app/rtknavi_qt/logstrdlg.h
new file mode 100644
index 0000000..9df5aa8
--- /dev/null
+++ b/app/rtknavi_qt/logstrdlg.h
@@ -0,0 +1,57 @@
+//---------------------------------------------------------------------------
+#ifndef logstrdlgH
+#define logstrdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_logstrdlg.h"
+
+class KeyDialog;
+class SerialOptDialog;
+class TcpOptDialog;
+
+//---------------------------------------------------------------------------
+class LogStrDialog : public QDialog, private Ui::LogStrDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent *);
+
+    KeyDialog *keyDialog;
+    SerialOptDialog *serialOptDialog;
+    TcpOptDialog *tcpOptDialog;
+
+public slots:
+    void BtnOkClick();
+    void Stream1Change(int);
+    void Stream2Change(int);
+    void BtnStr1Click();
+    void BtnStr2Click();
+    void BtnFile1Click();
+    void BtnFile2Click();
+    void Stream1CClick();
+    void Stream2CClick();
+    void BtnKeyClick();
+    void BtnStr3Click();
+    void BtnFile3Click();
+    void Stream3CClick();
+    void Stream3Change(int);
+
+private:
+    QString GetFilePath(const QString &path);
+    QString SetFilePath(const QString &path);
+
+    void SerialOpt(int index, int opt);
+    void TcpOpt(int index, int opt);
+    void UpdateEnable(void);
+
+public:
+	int StreamC[3],Stream[3],LogTimeTag,LogAppend;
+    QString Paths[3][4],SwapInterval;
+    QString History[10],MntpHist[10];
+
+    explicit LogStrDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/logstrdlg.ui b/app/rtknavi_qt/logstrdlg.ui
new file mode 100644
index 0000000..a0b94c4
--- /dev/null
+++ b/app/rtknavi_qt/logstrdlg.ui
@@ -0,0 +1,462 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>LogStrDialog</class>
+ <widget class="QWidget" name="LogStrDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>542</width>
+    <height>285</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Log Streams</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0" colspan="2">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Log Stream</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2" colspan="3">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Type</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="2">
+    <widget class="QCheckBox" name="Stream1C">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(6) Rover</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="2">
+    <widget class="QCheckBox" name="Stream2C">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(7) Base Station</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="2">
+    <widget class="QCheckBox" name="Stream3C">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(8) Correction</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QLabel" name="LabelF1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Log File Paths</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="0">
+    <widget class="QCheckBox" name="TimeTagC">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time-Tag</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="1">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Swap Intv</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="2">
+    <widget class="QComboBox" name="SwapIntv">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.25</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>6</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>12</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>24</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="8" column="3">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="4">
+    <widget class="QPushButton" name="BtnKey">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>?</string>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="5" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="2" colspan="5">
+    <widget class="QComboBox" name="Stream1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="7" column="0" colspan="7">
+    <widget class="QLineEdit" name="FilePath3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0" colspan="7">
+    <widget class="QLineEdit" name="FilePath2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0" colspan="7">
+    <widget class="QLineEdit" name="FilePath1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="7">
+    <widget class="QPushButton" name="BtnFile3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="7">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="7">
+    <widget class="QPushButton" name="BtnFile2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="7">
+    <widget class="QPushButton" name="BtnFile1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="7">
+    <widget class="QPushButton" name="BtnStr3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="7">
+    <widget class="QPushButton" name="BtnStr2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="7">
+    <widget class="QPushButton" name="BtnStr1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="7">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Option</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2" colspan="5">
+    <widget class="QComboBox" name="Stream2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="2" colspan="5">
+    <widget class="QComboBox" name="Stream3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/main.cpp b/app/rtknavi_qt/main.cpp
new file mode 100644
index 0000000..dd3ca60
--- /dev/null
+++ b/app/rtknavi_qt/main.cpp
@@ -0,0 +1,11 @@
+#include "navimain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainWindow w;
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtknavi_qt/mapdlg.cpp b/app/rtknavi_qt/mapdlg.cpp
new file mode 100644
index 0000000..9a0af0e
--- /dev/null
+++ b/app/rtknavi_qt/mapdlg.cpp
@@ -0,0 +1,467 @@
+//---------------------------------------------------------------------------
+
+#include "rtklib.h"
+#include "navimain.h"
+#include "pntdlg.h"
+#include "mapdlg.h"
+
+#include <QShowEvent>
+#include <QMouseEvent>
+#include <QPainter>
+//---------------------------------------------------------------------------
+
+#define CHARDEG		"\260"			// character code of degree
+#define CLORANGE    QColor(0x00,0xAA,0xFF)
+#define CLLGRAY     QColor(0xD,0xDDD,0xDD)
+#define SOLSIZE		13				// solution cycle size on map
+#define PNTSIZE		10				// point cycle size on map
+#define HISSIZE		4				// history cycle size on map
+#define VELSIZE		40				// velocity cycle size on map
+#define GRPHEIGHT	70				// vertical graph height
+#define GRPHMARGIN	60				// vertical graph horizontal margin
+
+//---------------------------------------------------------------------------
+ MapDialog::MapDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+	Scale=6;
+	PntIndex=0;
+
+    for (int i=0;i<3;i++) {
+		RefPos[i]=CurrentPos[i]=CentPos[i]=0.0;
+	}
+	RefName="Start Point";
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnCenter,SIGNAL(clicked(bool)),this,SLOT(BtnCenterClick()));
+    connect(BtnExpand,SIGNAL(clicked(bool)),this,SLOT(BtnExpandClick()));
+    connect(BtnPnt,SIGNAL(clicked(bool)),this,SLOT(BtnPntClick()));
+    connect(BtnPntDlg,SIGNAL(clicked(bool)),this,SLOT(BtnPntDlgClick()));
+    connect(BtnShrink,SIGNAL(clicked(bool)),this,SLOT(BtnShrinkClick()));
+    connect(BtnTrack,SIGNAL(clicked(bool)),this,SLOT(BtnTrackClick()));
+}
+//---------------------------------------------------------------------------
+void  MapDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	UpdatePntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnShrinkClick()
+{
+	if (Scale<MAXSCALE) Scale++;
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnExpandClick()
+{
+	if (Scale>0) Scale--;
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnPntClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::PntListChange()
+{
+    PntIndex=PntList->currentIndex();
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnCenterClick()
+{
+    if (!BtnCenter->isChecked()) {
+		for (int i=0;i<3;i++) CentPos[i]=CurrentPos[i];
+	}
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnTrackClick()
+{
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::BtnPntDlgClick()
+{
+    PntDialog pntDialog(this);
+    pntDialog.move(pos().x()+width()/2-pntDialog.width()/2,
+        pos().y()+height()/2-pntDialog.height()/2);
+
+    pntDialog.exec();
+    if (pntDialog.result()!=QDialog::Accepted) return;
+	UpdatePntList();
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::FormResize()
+{
+    Plot=QPixmap(Disp->width(),Disp->height());
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::mousePressEvent(QMouseEvent *event)
+{
+    if (BtnCenter->isChecked()||!event->modifiers().testFlag(Qt::ShiftModifier)) return;
+	Drag=1;
+    X0=event->x();
+    Y0=event->y();
+	for (int i=0;i<3;i++) CentPos0[i]=CentPos[i];
+    setCursor(Qt::SizeAllCursor);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::mouseMoveEvent(QMouseEvent* event)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+	if (!Drag) return;
+    enu[0]=(X0-event->x())/fact;
+    enu[1]=(event->y()-Y0)/fact;
+	enu[2]=0.0;
+	ecef2pos(RefPos,posr);
+	enu2ecef(posr,enu,rr);
+	for (int i=0;i<3;i++) CentPos[i]=CentPos0[i]+rr[i];
+    mainForm->UpdateMap();
+}
+//---------------------------------------------------------------------------
+void  MapDialog::mouseReleaseEvent(QMouseEvent*)
+{
+    if (Drag) setCursor(Qt::ArrowCursor);
+	Drag=0;
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DispPaint()
+{
+    Disp->setPixmap(Plot);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::ResetRef(void)
+{
+	RefName="Start Point";
+	UpdatePntList();
+	for (int i=0;i<3;i++) RefPos[i]=0.0;
+}
+//---------------------------------------------------------------------------
+void  MapDialog::UpdateMap(const double *sol, const double *ref,
+	const double *vel, const int *stat, int psol, int psols, int psole,
+    int nsol, QString *solstr, int currentstat)
+{
+    QColor color[]={Qt::white,Qt::green,CLORANGE,QColor(0xff,0x00,0xff),Qt::blue,Qt::red,QColor(0x80,0x80,0x00)};
+    QPainter c(&Plot);
+    QString s;
+    QPoint p0;
+    double pos[3],posr[3],rr[3],enu[3],enuv[3],dir,*pntpos;
+	int gint[]={20,20,16,20,20,16,20,20,16,20,20,16,20,20,16,20,20,16,20};
+	int ng[]={10,5,5,10,5,5,10,5,5,10,5,5,10,5,5,10,5,5,10};
+    QColor colsol=color[stat[psol]];
+	
+    QRect r(0,0,Plot.width(),Plot.height());
+    c.setBrush(Qt::white);
+    c.fillRect(r,QBrush(Qt::white));
+	
+	for (int i=0;i<3;i++) {
+		CurrentPos[i]=sol[i+psol*3];
+	}
+	if (norm(RefPos,3)<=0.0) {
+		if (ref&&norm(ref+psol,3)>0.0) {
+			RefName="Base Station";
+			for (int i=0;i<3;i++) RefPos[i]=ref[i+psol*3];
+			UpdatePntList();
+		}
+		else  {
+			for (int i=0;i<3;i++) RefPos[i]=CurrentPos[i];
+		}
+	}
+	ecef2pos(RefPos,posr);
+	ecef2enu(posr,vel+psol*3,enuv);
+	
+    DrawGrid(c,PosToPoint(RefPos),gint[Scale],ng[Scale],CLLGRAY,QColor(0xc0,0xc0,0xc0));
+	
+    if (BtnPnt->isChecked()) {
+        for (int i=0;i<mainForm->NMapPnt+1;i++) {
+            DrawPoint(c,i==0?RefPos:mainForm->PntPos[i-1],PntList->itemText(i),
+                      i==PntIndex?Qt::gray:QColor(0xc0,0xc0,0xc0));
+		}
+	}
+    if (BtnTrack->isChecked()) {
+        QPoint *p  =new QPoint[nsol];
+        QColor *col=new QColor[nsol];
+		int n=0;
+		for (int i=psols;i!=psole;) {
+			p[n]=PosToPoint(sol+i*3);
+			col[n++]=color[stat[i]];
+			if (++i>=nsol) i=0;
+		}
+        c.setPen(CLLGRAY);
+        c.drawPolyline(p,n-1);
+		for (int i=0;i<n;i++) {
+            DrawCircle(c,p[i],HISSIZE,col[i],col[i]);
+		}
+		delete [] p;
+		delete [] col;
+	}
+	p0=PosToPoint(CurrentPos);
+    c.setPen(Qt::black);
+    c.drawLine(p0.x()-SOLSIZE/2-4,p0.y(),p0.x()+SOLSIZE/2+4,p0.y());
+    c.drawLine(p0.x(),p0.y()-SOLSIZE/2-4,p0.x(),p0.y()+SOLSIZE/2+4);
+    DrawCircle(c,p0,SOLSIZE+4,Qt::black,Qt::white);
+    DrawCircle(c,p0,SOLSIZE,Qt::black,color[currentstat]);
+	
+    DrawVel(c,enuv);
+    DrawScale(c);
+	
+    c.setBrush(Qt::white);
+    DrawText(c,6,1,solstr[0],currentstat?colsol:Qt::gray,0);
+    QRect off=c.boundingRect(QRect(),0,solstr[2]);
+    DrawText(c,Plot.width()-off.width()-6,1,solstr[2],Qt::gray,0);
+    DrawText(c,50,1,solstr[1],Qt::black,0);
+	
+    if (BtnPnt->isChecked()) {
+        pntpos=PntIndex>0?mainForm->PntPos[PntIndex-1]:RefPos;
+		for (int i=0;i<3;i++) {
+			rr[i]=pntpos[i]-CurrentPos[i];
+		}
+		ecef2pos(pntpos,pos);
+		ecef2enu(posr,rr,enu);
+		dir=norm(enu,2)<1E-9?0.0:atan2(enu[0],enu[1])*R2D;
+		if (dir<0.0) dir+=360.0;
+        s=QString("To %1: Distance %2m Direction %3%4")
+            .arg(PntList->itemText(PntIndex)).arg(norm(enu,2),0,'f',3).arg(dir,0,'f',1).arg(CHARDEG);
+        int y=Plot.height()-off.height()/2-2;
+        if (BtnGraph->isChecked()) y-=GRPHEIGHT+2;
+        DrawText(c,Plot.width()/2,y,s,Qt::gray,1);
+	}
+    if (BtnGraph->isChecked()) {
+        DrawVertGraph(c,sol,stat,psol,psols,psole, nsol,currentstat);
+	}
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawVertGraph(QPainter &c, const double *sol,
+	const int *stat, int psol, int psols, int psole, int nsol, int currentstat)
+{
+    QColor color[]={Qt::white,Qt::green,CLORANGE,QColor(0xff,0x00,0xff),Qt::blue,Qt::red};
+    QRect rg(GRPHMARGIN,Plot.height()-GRPHEIGHT-2,Plot.width()-GRPHMARGIN,Plot.height()-2);
+    QPoint *p=new QPoint[nsol],p0;
+    QColor *col=new QColor[nsol];
+	int n=0,m=0;
+	
+	for (int i=psols;i!=psole;) {
+		n++; if (++i>=nsol) i=0;
+	}
+	for (int i=psols;i!=psole;) {
+		p[m]=PosToGraphP(sol+i*3,sol+psol*3,nsol-n+m,nsol,rg);
+		if (i==psol) p0=p[m];
+		col[m++]=color[stat[i]];
+		if (++i>=nsol) i=0;
+	}
+    c.setBrush(Qt::white);
+    c.fillRect(rg,QBrush(Qt::white));
+    c.setPen(QColor(0xc0,0xc0,0xc0));
+    c.drawRect(rg);
+    c.drawLine(rg.left(),(rg.top()+rg.bottom())/2,
+        rg.right(),(rg.top()+rg.bottom())/2);
+    c.setPen(QColor(0xc0,0xc0,0xc0));
+    c.drawLine(p0.x(),rg.bottom(),p0.x(),rg.top());
+	for (int i=0;i<nsol;i++) {
+		if (i%100) continue;
+        int x=rg.left()+(rg.right()-rg.left())*((nsol+i-psole)%nsol)/nsol;
+        int y=(rg.top()+rg.bottom())/2;
+        c.drawLine(x,y-HISSIZE,x,y+HISSIZE);
+	}
+	int i,j;
+	for (i=0;i<m;i=j) {
+		for (j=i;j<m;j++) {
+            if (p[j].y()<rg.top()+HISSIZE/2||rg.bottom()-HISSIZE/2<p[j].y()) break;
+		}
+        if (i<j) c.drawPolyline(p+i,j-i-1);
+		for (;j<m;j++) {
+            if (rg.top()+HISSIZE/2<=p[j].y()&&p[j].y()<=rg.bottom()-HISSIZE/2) break;
+		}
+	}
+	for (int i=0;i<m;i++) {
+        if (p[i].y()<rg.top()+HISSIZE/2||rg.bottom()-HISSIZE/2<p[i].y()) continue;
+        DrawCircle(c, p[i],HISSIZE,col[i],col[i]);
+	}
+    DrawCircle(c, p0,HISSIZE+6,Qt::black,color[currentstat]);
+	delete [] p;
+	delete [] col;
+}
+//---------------------------------------------------------------------------
+QPoint  MapDialog::PosToPoint(const double *pos)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+    QPoint p;
+	ecef2pos(RefPos,posr);
+	for (int i=0;i<3;i++) rr[i]=pos[i]-RefPos[i];
+	ecef2enu(posr,rr,enu);
+    p.setX(Plot.width() /2+(int)(enu[0]*fact+0.5));
+    p.setY(Plot.height()/2-(int)(enu[1]*fact+0.5));
+    if (BtnCenter->isChecked()) {
+		for (int i=0;i<3;i++) rr[i]=CurrentPos[i]-RefPos[i];
+		ecef2enu(posr,rr,enu);
+        p.rx()-=(int)(enu[0]*fact+0.5);
+        p.ry()+=(int)(enu[1]*fact+0.5);
+	}
+	else if (norm(CentPos,3)>0.0) {
+		for (int i=0;i<3;i++) rr[i]=CentPos[i]-RefPos[i];
+		ecef2enu(posr,rr,enu);
+        p.rx()-=(int)(enu[0]*fact+0.5);
+        p.ry()+=(int)(enu[1]*fact+0.5);
+	}
+	return p;
+}
+//---------------------------------------------------------------------------
+QPoint  MapDialog::PosToGraphP(const double *pos,
+    const double *ref, int index, int npos, QRect rect)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	double rr[3],posr[3],enu[3],fact=40.0/sc[Scale];
+    QPoint p;
+	ecef2pos(ref,posr);
+	for (int i=0;i<3;i++) rr[i]=pos[i]-ref[i];
+	ecef2enu(posr,rr,enu);
+    p.setX(rect.left()+(int)((rect.right()-rect.left())*index/(npos-1.0)+0.5));
+    p.setY((rect.top()+rect.bottom())/2-(int)(enu[2]*fact+0.5));
+	return p;
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawPoint(QPainter &c,const double *pos, QString name,
+    QColor color)
+{
+    QPoint p=PosToPoint(pos);
+    QRect off=c.boundingRect(QRect(),0,name);
+    DrawCircle(c,p,PNTSIZE,color,color);
+    c.setPen(color);
+    c.drawLine(p.x()-PNTSIZE/2-4,p.y(),p.x()+PNTSIZE/2+4,p.y());
+    c.drawLine(p.x(),p.y()-PNTSIZE/2-4,p.x(),p.y()+PNTSIZE/2+4);
+    DrawText(c,p.x(),p.y()+PNTSIZE/2+off.height()/2+1,name,color,1);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawVel(QPainter &c,const double *vel)
+{
+	double v,ang;
+    QPoint p;
+    QColor color=Qt::gray;
+	
+    p.setX(VELSIZE/2+10);
+    p.setY(Plot.height()-VELSIZE/2-15);
+    c.setBrush(Qt::NoBrush);
+	if ((v=norm(vel,3))>1.0) {
+		ang=atan2(vel[0],vel[1])*R2D;
+        DrawArrow(c,p,VELSIZE-2,(int)ang,color);
+	}
+    DrawCircle(c,p,VELSIZE,color,(QColor)-1);
+    DrawCircle(c,p,9,color,Qt::white);
+    DrawText(c,p.x(),p.y()-VELSIZE/2-7,"N",color,1);
+    DrawText(c,p.x(),p.y()+VELSIZE/2+7,QString("%1 km/h").arg(v*3.6,0,'f',0),color,1);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawScale(QPainter &c)
+{
+	double sc[]={
+		0.01,0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500,1000,2000,5000,10000
+	};
+	int pc[][2]={{-20,-4},{-20,4},{-20,0},{20,0},{20,-4},{20,4}};
+    int x=Plot.width()-35,y=Plot.height()-15;
+    QPoint p[6];
+	
+	for (int i=0;i<6;i++) {
+        p[i].setX(x+pc[i][0]);
+        p[i].setY(y+pc[i][1]);
+	}
+    c.setPen(Qt::gray);
+    c.drawPolyline(p,5);
+    c.setBrush(Qt::NoBrush);
+    QString unit="m";
+	double sf=sc[Scale];
+	if (sf<1.0) {sf*=100.0; unit="cm";}
+	else if (sf>=1000.0) {sf/=1000.0; unit="km";}
+    DrawText(c,x,y-10,QString("%1 %2").arg(sf,0,'f',0).arg(unit),Qt::gray,1);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawCircle(QPainter &c,QPoint p, int r, QColor color1,
+    QColor color2)
+{
+    int x1=p.x()-r/2,x2=r,y1=p.y()-r/2,y2=r;
+    c.setPen(color1);
+	if (color2!=-1) {
+        c.setBrush(color2);
+	}
+	else {
+        c.setBrush(Qt::NoBrush);
+	}
+    c.drawEllipse(x1,y1,x2,y2);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawGrid(QPainter &c,QPoint p, int gint, int ng,
+    QColor color1, QColor color2)
+{
+    int i,w=Plot.width(),h=Plot.height();
+    for (i=-p.x()/gint;i<=(w-p.x())/gint;i++) {
+        c.setPen(i%ng?color1:color2);
+        c.drawLine(p.x()+i*gint,0,p.x()+i*gint,h);
+	}
+    for (i=-p.y()/gint;i<=(h-p.y())/gint;i++) {
+        c.setPen(i%ng?color1:color2);
+        c.drawLine(0,p.y()+i*gint,w,p.y()+i*gint);
+	}
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawText(QPainter &c,int x, int y, QString s,
+    QColor color, int align)
+{
+    QRect off=c.boundingRect(QRect(),0,s);
+    if (align==1) {x-=off.width()/2; y-=off.height()/2;} else if (align==2) x-=off.width();
+    c.setPen(color);
+    c.drawText(x,y,s);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::DrawArrow(QPainter &c,QPoint p, int siz, int ang,
+    QColor color)
+{
+    QPoint p1[6],p2[6];
+    p1[0].rx()=p1[1].rx()=0; p1[2].rx()=3; p1[3].rx()=0; p1[4].rx()=-3; p1[5].rx()=0;
+    p1[0].ry()=-siz/2; p1[1].ry()=siz/2; p1[2].ry()=p1[4].ry()=p1[1].y()-6;
+    p1[3].ry()=p1[5].ry()=siz/2;
+	
+	for (int i=0;i<6;i++) {
+        p2[i].setX(p.x()+(int)(p1[i].x()*cos(-ang*D2R)-p1[i].y()*sin(-ang*D2R)+0.5));
+        p2[i].setY(p.y()-(int)(p1[i].x()*sin(-ang*D2R)+p1[i].y()*cos(-ang*D2R)+0.5));
+	}
+    c.setPen(color);
+    c.drawPolyline(p2,5);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::UpdatePntList(void)
+{
+    PntList->clear();
+    PntList->addItem(RefName);
+    for (int i=0;i<mainForm->NMapPnt;i++) {
+        PntList->addItem(mainForm->PntName[i]);
+	}
+    if (PntIndex>=PntList->count()) PntIndex--;
+    PntList->setCurrentIndex(PntIndex);
+}
+//---------------------------------------------------------------------------
+void  MapDialog::UpdateEnable(void)
+{
+    PntList  ->setEnabled(BtnPnt->isChecked());
+    BtnPntDlg->setEnabled(BtnPnt->isChecked());
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi_qt/mapdlg.h b/app/rtknavi_qt/mapdlg.h
new file mode 100644
index 0000000..aaf1711
--- /dev/null
+++ b/app/rtknavi_qt/mapdlg.h
@@ -0,0 +1,63 @@
+//---------------------------------------------------------------------------
+#ifndef mapdlgH
+#define mapdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_mapdlg.h"
+
+class PntDialog;
+
+//---------------------------------------------------------------------------
+class MapDialog : public QDialog, private Ui::MapDialog
+{
+    Q_OBJECT
+protected:
+    void  showEvent(QShowEvent*);
+    void  mousePressEvent(QMouseEvent *);
+    void  mouseReleaseEvent(QMouseEvent *);
+    void  mouseMoveEvent(QMouseEvent *);
+
+public slots:
+    void  FormResize();
+    void  DispPaint();
+    void  BtnCloseClick();
+    void  BtnShrinkClick();
+    void  BtnExpandClick();
+    void  BtnPntDlgClick();
+    void  BtnCenterClick();
+    void  BtnTrackClick();
+    void  BtnPntClick();
+    void  PntListChange();
+private:
+    QPixmap Plot;
+    QString RefName;
+	double CentPos0[3];
+	int Scale,PntIndex,Drag,X0,Y0;
+    PntDialog *pntDialog;
+	
+    void  DrawVertGraph(QPainter &c,const double *sol,
+		const int *stat, int psol, int psols, int psole, int nsol, int currentstat);
+    QPoint  PosToPoint(const double *pos);
+    QPoint  PosToGraphP(const double *pos, const double *ref,
+        int index, int npos, QRect rect);
+    void  DrawPoint(QPainter &c,const double *pos, QString name, QColor color);
+    void  DrawVel(QPainter &c,const double *vel);
+    void  DrawScale(QPainter &c);
+    void  DrawCircle(QPainter &c,QPoint p, int r, QColor color1, QColor color2);
+    void  DrawGrid(QPainter &c,QPoint p, int gint, int ng, QColor color1, QColor color2);
+    void  DrawText(QPainter &c,int x, int y, QString s, QColor color, int align);
+    void  DrawArrow(QPainter &c,QPoint p, int siz, int ang, QColor color);
+    void  UpdatePntList(void);
+    void  UpdateEnable(void);
+public:
+	double CurrentPos[3],RefPos[3],CentPos[3];
+	
+    void  ResetRef(void);
+    void  UpdateMap(const double *sol, const double *solref,
+		const double *vel, const int *stat, int psol, int psols, int psole,
+        int nsol, QString *solstr, int currentstat);
+     MapDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/mapdlg.ui b/app/rtknavi_qt/mapdlg.ui
new file mode 100644
index 0000000..f8b4661
--- /dev/null
+++ b/app/rtknavi_qt/mapdlg.ui
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MapDialog</class>
+ <widget class="QWidget" name="MapDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>673</width>
+    <height>363</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>RTK Map</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <widget class="QPushButton" name="BtnPnt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Show Points</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="PntList">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Points</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>Start Point</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnPntDlg">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string>Point List</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnTrack">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Show Track</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCenter">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Center Solution</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnGraph">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Vert Solution</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExpand">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Expand</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnShrink">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Shrink</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QLabel" name="Disp">
+     <property name="frameShape">
+      <enum>QFrame::StyledPanel</enum>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/mondlg.cpp b/app/rtknavi_qt/mondlg.cpp
new file mode 100644
index 0000000..32e20e9
--- /dev/null
+++ b/app/rtknavi_qt/mondlg.cpp
@@ -0,0 +1,2165 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QCloseEvent>
+#include <QScrollBar>
+#include <QDebug>
+
+#include "rtklib.h"
+#include "mondlg.h"
+
+//---------------------------------------------------------------------------
+
+#define SQRT(x)     ((x)<0.0?sqrt(-(x)):sqrt(x))
+#define TOPMARGIN	2
+#define LEFTMARGIN	3
+#define MAXLINE		128
+#define MAXLEN		200
+
+#define NMONITEM	29
+
+#define IONLON1		110.0
+#define IONLON2		165.0
+#define IONLAT1		55.0
+#define IONLAT2		15.0
+#define DIONLON		2.0
+#define DIONLAT		1.0
+
+//---------------------------------------------------------------------------
+
+extern rtksvr_t rtksvr;		// rtk server struct
+extern stream_t monistr;	// monitor stream
+
+//---------------------------------------------------------------------------
+MonitorDialog::MonitorDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    int i;
+    setupUi(this);
+	
+    FontScale=physicalDpiX()*2;
+
+    ScrollPos=0;
+	ObsMode=0;
+	ConFmt=0;
+	
+	for (i=0;i<=MAXRCVFMT;i++) {
+        SelFmt->addItem(formatstrs[i]);
+	}
+
+	init_rtcm(&rtcm);
+	init_raw(&raw);
+
+    connect(BtnClear,SIGNAL(clicked(bool)),this,SLOT(BtnClearClick()));
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnDown,SIGNAL(clicked(bool)),this,SLOT(BtnDownClick()));
+    connect(Type,SIGNAL(currentIndexChanged(int)),this,SLOT(TypeChange(int)));
+    connect(SelFmt,SIGNAL(currentIndexChanged(int)),this,SLOT(SelFmtChange(int)));
+    connect(SelObs,SIGNAL(currentIndexChanged(int)),this,SLOT(SelObsChange(int)));
+    connect(&timer1,SIGNAL(timeout()),this,SLOT(Timer1Timer()));
+    connect(&timer2,SIGNAL(timeout()),this,SLOT(Timer2Timer()));
+
+    timer1.start(1000);
+    timer2.start(1000);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    TypeF=Type->currentIndex();
+    Label->setText("");
+
+    ClearTable();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::closeEvent(QCloseEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    free_rtcm(&rtcm);
+	free_raw(&raw);
+    event->accept();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::TypeChange(int)
+{
+	int index;
+	
+    TypeF=Type->currentIndex();
+	index=TypeF-NMONITEM;
+	
+	if (0<=index) {
+		rtksvrlock(&rtksvr);
+		if      (index<2) rtksvr.npb[index  ]=0;
+		else if (index<4) rtksvr.nsb[index-2]=0;
+		else              rtksvr.rtk.neb=0;
+		rtksvrunlock(&rtksvr);
+	}
+	ClearTable();
+    Label->setText("");
+    ConBuff.clear();
+    Console->clear();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SelFmtChange(int)
+{
+    char c[2]="\n";
+    AddConsole((unsigned char*)c,1,1);
+    ConFmt=SelFmt->currentIndex();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::Timer1Timer()
+{
+    if (!isVisible()) return;
+	switch (TypeF) {
+		case  0: ShowRtk();        break;
+		case  1: ShowObs();        break;
+		case  2: ShowNav(SYS_GPS); break;
+		case  3: ShowGnav();       break;
+		case  4: ShowNav(SYS_GAL); break;
+		case  5: ShowNav(SYS_QZS); break;
+		case  6: ShowNav(SYS_CMP); break;
+		case  7: ShowSbsNav();     break;
+		case  8: ShowIonUtc();     break;
+		case  9: ShowStr();        break;
+		case 10: ShowSat(SYS_GPS); break;
+		case 11: ShowSat(SYS_GLO); break;
+		case 12: ShowSat(SYS_GAL); break;
+		case 13: ShowSat(SYS_QZS); break;
+		case 14: ShowSat(SYS_CMP); break;
+		case 15: ShowSat(SYS_SBS); break;
+		case 16: ShowEst();        break;
+		case 17: ShowCov();        break;
+		case 18: ShowSbsMsg();     break;
+		case 19: ShowSbsLong();    break;
+		case 20: ShowSbsIono();    break;
+		case 21: ShowSbsFast();    break;
+		case 22: ShowRtcm();       break;
+		case 23: ShowRtcmDgps();   break;
+		case 24: ShowRtcmSsr();    break;
+		case 25: ShowLexMsg();     break;
+		case 26: ShowLexEph();     break;
+		case 27: ShowLexIon();     break;
+		case 28: ShowIonCorr();    break;
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ClearTable(void)
+{
+	int console=0;
+	
+	switch (TypeF) {
+		case  0: SetRtk();      break;
+		case  1: SetObs();      break;
+		case  2: SetNav();      break;
+		case  3: SetGnav();     break;
+		case  4: SetNav();      break;
+		case  5: SetNav();      break;
+		case  6: SetNav();      break;
+		case  7: SetSbsNav();   break;
+		case  8: SetIonUtc();   break;
+		case  9: SetStr();      break;
+		case 10: SetSat();      break;
+		case 11: SetSat();      break;
+		case 12: SetSat();      break;
+		case 13: SetSat();      break;
+		case 14: SetSat();      break;
+		case 15: SetSat();      break;
+		case 16: SetEst();      break;
+		case 17: SetCov();      break;
+		case 18: SetSbsMsg();   break;
+		case 19: SetSbsLong();  break;
+		case 20: SetSbsIono();  break;
+		case 21: SetSbsFast();  break;
+		case 22: SetRtcm();     break;
+		case 23: SetRtcmDgps(); break;
+		case 24: SetRtcmSsr();  break;
+		case 25: SetLexMsg();   break;
+		case 26: SetLexEph();   break;
+		case 27: SetLexIon();   break;
+		case 28: SetIonCorr();  break;
+        default: console=1;
+                 Console->setColumnWidth(0,Console->width());
+                 break;
+	}
+    Console ->setVisible(true);
+    BtnPause->setVisible(console!=0);
+    BtnDown ->setVisible(console!=0);
+    BtnClear->setVisible(console!=0);
+    SelFmt  ->setVisible(NMONITEM<=TypeF&&TypeF<=NMONITEM+2);
+    SelObs  ->setVisible(TypeF==1);
+    SelSat  ->setVisible((2<=TypeF&&TypeF<=7)||(10<=TypeF&&TypeF<=15));
+    SelStr  ->setVisible(TypeF==18||TypeF==22||TypeF==24);
+    SelEph  ->setVisible(2<=TypeF&&TypeF<=7);
+    SelIon  ->setVisible(TypeF==28);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::Timer2Timer()
+{
+	unsigned char *msg;
+    int i,len,index=TypeF-NMONITEM;
+	
+	if (index<0||6<=index) return;
+	
+	rtksvrlock(&rtksvr);
+	
+	if (index<3) { // input buffer
+		len=rtksvr.npb[index];
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.pbuf[index],len);
+			rtksvr.npb[index]=0;
+		}
+	}
+	else if (index<5) { // solution buffer
+		len=rtksvr.nsb[index-3];
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.sbuf[index-3],len);
+			rtksvr.nsb[index-3]=0;
+		}
+	}
+	else { // error message buffer
+		len=rtksvr.rtk.neb;
+		if (len>0&&(msg=(unsigned char *)malloc(len))) {
+			memcpy(msg,rtksvr.rtk.errbuf,len);
+			rtksvr.rtk.neb=0;
+		}
+	}
+	rtksvrunlock(&rtksvr);
+	
+	if (len<=0||!msg) return;
+	
+	rtcm.outtype=raw.outtype=1;
+	
+	if (ConFmt<2||index>=3) {
+        AddConsole(msg,len,index<3?ConFmt:1);
+	}
+	else if (ConFmt==2) {
+		for (i=0;i<len;i++) {
+			input_rtcm2(&rtcm,msg[i]);
+			if (rtcm.msgtype[0]) {
+                AddConsole((unsigned char*)raw.msgtype,strlen(raw.msgtype),1);
+				rtcm.msgtype[0]='\0';
+			}
+	    }
+	}
+	else if (ConFmt==3) {
+		for (i=0;i<len;i++) {
+			input_rtcm3(&rtcm,msg[i]);
+			if (rtcm.msgtype[0]) {
+                AddConsole((unsigned char*)raw.msgtype,strlen(raw.msgtype),1);
+                rtcm.msgtype[0]='\0';
+			}
+	    }
+	}
+	else if (ConFmt<16) {
+		for (i=0;i<len;i++) {
+			input_raw(&raw,ConFmt-2,msg[i]);
+			if (raw.msgtype[0]) {
+                AddConsole((unsigned char*)raw.msgtype,strlen(raw.msgtype),1);
+                raw.msgtype[0]='\0';
+			}
+	    }
+	}
+	free(msg);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::AddConsole(unsigned char *msg, int n, int mode)
+{
+    char buff[MAXLEN+16],*p=buff;
+    if (BtnPause->isChecked()) return;
+
+    if (n<=0) return;
+
+    if (ConBuff.count()==0) ConBuff.append("");
+    p+=sprintf(p,"%s",qPrintable(ConBuff.at(ConBuff.count()-1)));
+
+    for (int i=0;i<n;i++) {
+            if (mode) {
+                    if (msg[i]=='\r') continue;
+                    p+=sprintf(p,"%c",msg[i]=='\n'||isprint(msg[i])?msg[i]:'.');
+            }
+            else {
+                    p+=sprintf(p,"%s%02X",(p-buff)%17==16?" ":"",msg[i]);
+                    if (p-buff>=67) p+=sprintf(p,"\n");
+            }
+            if (p-buff>=MAXLEN) p+=sprintf(p,"\n");
+
+            if (*(p-1)=='\n') {
+                    ConBuff[ConBuff.count()-1]=buff;
+                    ConBuff.append("");
+                    *(p=buff)=0;
+                    if (ConBuff.count()>=MAXLINE) ConBuff.removeFirst();
+            }
+    }
+    ConBuff[ConBuff.count()-1]=buff;
+
+    Console->setColumnCount(1);
+    Console->setRowCount(ConBuff.size());
+    for (int i=0;i<ConBuff.size();i++)
+        Console->setItem(i,0, new QTableWidgetItem(ConBuff.at(i)));
+
+    if (BtnDown->isDown()) ScrollPos=0;
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::BtnClearClick()
+{
+    ConBuff.clear();
+    Console->clear();
+    Console->setRowCount(0);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::BtnDownClick()
+{
+    Console->verticalScrollBar()->setValue(Console->verticalScrollBar()->maximum());
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SelObsChange(int)
+{
+    ObsMode=SelObs->currentIndex();
+	SetObs();
+	ShowObs();
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetRtk(void)
+{
+    header<<tr("Parameter")<<tr("Value");
+    int width[]={220,380};
+	
+    Console->setColumnCount(2);
+    Console->setRowCount(55);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (int i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowRtk(void)
+{
+	rtk_t rtk;
+    QString exsats,navsys="";
+    QString svrstate[]={tr("Stop"),tr("Run")};
+    QString sol[]={tr("-"),tr("Fix"),tr("Float"),tr("SBAS"),tr("DGPS"),tr("Single"),tr("PPP"),""};
+    QString mode[]={tr("Single"),tr("DGPS"),tr("Kinematic"),tr("Static"),tr("Moving-Base"),
+                       tr("Fixed"),tr("PPP-Kinematic"),tr("PPP-Static"),""};
+    QString freq[]={tr("-"),tr("L1"),tr("L1+L2"),tr("L1+L2+L5"),tr("L1+L2+L5+L6"),tr("L1+L2+L5+L6+L7"),tr("L1+L2+L5+L6+L7+L8"),""};
+    double *del,*off1,*off2,rt[3]={0},dop[4]={0};
+	double azel[MAXSAT*2],pos[3],vel[3];
+    int i,j,k,cycle,state,rtkstat,nsat0,nsat1,prcout;
+    unsigned long thread;
+	int cputime,nb[3]={0},nmsg[3][10]={{0}},ne;
+    char tstr[64],id[32],s1[64]="-",s2[64]="-",s3[64]="-";
+	char file[1024]="";
+    QString ionoopt[]={tr("OFF"),tr("Broadcast"),tr("SBAS"),tr("Dual-Frequency"),tr("Estimate STEC"),tr("IONEX TEC"),tr("QZSS LEX"),""};
+    QString tropopt[]={tr("OFF"),tr("Saastamoinen"),tr("SBAS"),tr("Estimate ZTD"),tr("Estimate ZTD+Grad"),""};
+    QString ephopt []={tr("Broadcast"),tr("Precise"),tr("Broadcast+SBAS"),tr("Broadcat+SSR APC"),tr("Broadcast+SSR CoM"),tr("QZSS LEX"),""};
+	
+	rtksvrlock(&rtksvr); // lock
+	
+	rtk=rtksvr.rtk;
+    thread=(unsigned long)rtksvr.thread;
+	cycle=rtksvr.cycle;
+	state=rtksvr.state;
+	rtkstat=rtksvr.rtk.sol.stat;
+	nsat0=rtksvr.obs[0][0].n;
+	nsat1=rtksvr.obs[1][0].n;
+	cputime=rtksvr.cputime;
+	prcout =rtksvr.prcout;
+
+	for (i=0;i<3;i++) nb[i]=rtksvr.nb[i];
+
+	for (i=0;i<3;i++) for (j=0;j<10;j++) {
+		nmsg[i][j]=rtksvr.nmsg[i][j];
+	}
+	if (rtksvr.state) {
+        double runtime;
+		runtime=(double)(tickget()-rtksvr.tick)/1000.0;
+		rt[0]=floor(runtime/3600.0); runtime-=rt[0]*3600.0;
+		rt[1]=floor(runtime/60.0); rt[2]=runtime-rt[1]*60.0;
+	}
+	if ((ne=rtksvr.nav.ne)>0) {
+		time2str(rtksvr.nav.peph[   0].time,s1,0);
+		time2str(rtksvr.nav.peph[ne-1].time,s2,0);
+		time2str(rtksvr.ftime[2],s3,0);
+	}
+	strcpy(file,rtksvr.files[2]);
+
+	rtksvrunlock(&rtksvr); // unlock
+	
+	for (j=k=0;j<MAXSAT;j++) {
+		if (rtk.opt.mode==PMODE_SINGLE&&!rtk.ssat[j].vs) continue;
+		if (rtk.opt.mode!=PMODE_SINGLE&&!rtk.ssat[j].vsat[0]) continue;
+		azel[  k*2]=rtk.ssat[j].azel[0];
+		azel[1+k*2]=rtk.ssat[j].azel[1];
+		k++;
+	}
+	dops(k,azel,0.0,dop);
+	
+    if (rtk.opt.navsys&SYS_GPS) navsys=navsys+tr("GPS ");
+    if (rtk.opt.navsys&SYS_GLO) navsys=navsys+tr("GLONASS ");
+    if (rtk.opt.navsys&SYS_GAL) navsys=navsys+tr("Galileo ");
+    if (rtk.opt.navsys&SYS_QZS) navsys=navsys+tr("QZSS ");
+    if (rtk.opt.navsys&SYS_SBS) navsys=navsys+tr("SBAS ");
+    if (rtk.opt.navsys&SYS_CMP) navsys=navsys+tr("BeiDou ");
+	
+    Label->setText("");
+    if (Console->rowCount()!=55) return;
+    Console->setHorizontalHeaderLabels(header);
+
+    i=0;
+
+    Console->setItem(i,0, new QTableWidgetItem(tr("RTKLIB Version")));
+    Console->setItem(i++,1, new QTableWidgetItem(VER_RTKLIB));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("RTK Server Thread")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(thread)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("RTK Server State")));
+    Console->setItem(i++,1, new QTableWidgetItem(svrstate[state]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Processing Cycle (ms)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(cycle)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Positioning Mode")));
+    Console->setItem(i++,1, new QTableWidgetItem(mode[rtk.opt.mode]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Frequencies")));
+    Console->setItem(i++,1, new QTableWidgetItem(freq[rtk.opt.nf]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Elevation Mask (deg)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.opt.elmin*R2D,'f',0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("SNR Mask L1 (dBHz)")));
+    Console->setItem(i++,1, new QTableWidgetItem(!rtk.opt.snrmask.ena?"":
+        QString("%1,%2,%3,%4,%5,%6,%7,%8,%9")
+                  .arg(rtk.opt.snrmask.mask[0][0],0).arg(rtk.opt.snrmask.mask[0][1],0).arg(rtk.opt.snrmask.mask[0][2],0)
+                  .arg(rtk.opt.snrmask.mask[0][3],0).arg(rtk.opt.snrmask.mask[0][4],0).arg(rtk.opt.snrmask.mask[0][5],0)
+                  .arg(rtk.opt.snrmask.mask[0][6],0).arg(rtk.opt.snrmask.mask[0][7],0).arg(rtk.opt.snrmask.mask[0][8],0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("SNR Mask L2 (dBHz)")));
+    Console->setItem(i++,1, new QTableWidgetItem(!rtk.opt.snrmask.ena?"":
+        QString("%1,%2,%3,%4,%5,%6,%7,%8,%9")
+                  .arg(rtk.opt.snrmask.mask[1][0],0).arg(rtk.opt.snrmask.mask[1][1],0).arg(rtk.opt.snrmask.mask[1][2],0)
+                  .arg(rtk.opt.snrmask.mask[1][3],0).arg(rtk.opt.snrmask.mask[1][4],0).arg(rtk.opt.snrmask.mask[1][5],0)
+                  .arg(rtk.opt.snrmask.mask[1][6],0).arg(rtk.opt.snrmask.mask[1][7],0).arg(rtk.opt.snrmask.mask[1][8],0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("SNR Mask L5 (dBHz)")));
+    Console->setItem(i++,1, new QTableWidgetItem(!rtk.opt.snrmask.ena?"":
+        QString("%1,%2,%3,%4,%5,%6,%7,%8,%9")
+                  .arg(rtk.opt.snrmask.mask[2][0],0).arg(rtk.opt.snrmask.mask[2][1],0).arg(rtk.opt.snrmask.mask[2][2],0)
+                  .arg(rtk.opt.snrmask.mask[2][3],0).arg(rtk.opt.snrmask.mask[2][4],0).arg(rtk.opt.snrmask.mask[2][5],0)
+                  .arg(rtk.opt.snrmask.mask[2][6],0).arg(rtk.opt.snrmask.mask[2][7],0).arg(rtk.opt.snrmask.mask[2][8],0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Rec Dynamic/Earth Tides Correction")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(rtk.opt.dynamics?tr("ON"):tr("OFF")).arg(rtk.opt.tidecorr?tr("ON"):tr("OFF"))));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ionosphere/Troposphere Model")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(ionoopt[rtk.opt.ionoopt]).arg(tropopt[rtk.opt.tropopt])));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Satellite Ephemeris")));
+    Console->setItem(i++,1, new QTableWidgetItem(ephopt[rtk.opt.sateph]));
+	
+	for (j=1;j<=MAXSAT;j++) {
+		if (!rtk.opt.exsats[j-1]) continue;
+		satno2id(j,id);
+		if (rtk.opt.exsats[j-1]==2) exsats=exsats+"+";
+		exsats=exsats+id+" ";
+	}
+    Console->setItem(i,0, new QTableWidgetItem(tr("Excluded Satellites")));
+    Console->setItem(i++,1, new QTableWidgetItem(exsats));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Navi Systems")));
+    Console->setItem(i++,1, new QTableWidgetItem(navsys));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Accumulated Time to Run")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1:%2:%3").arg(rt[0],2,'f',0,'0').arg(rt[1],2,'f',0,'0').arg(rt[2],4,'f',1,'0')));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("CPU Time for a Processing Cycle (ms)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(cputime)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Missing Obs Data Count")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(prcout)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Bytes in Input Buffer")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(nb[0]).arg(nb[1]).arg(nb[2])));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Input Data Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString(tr("Obs(%1),Nav(%2),Gnav(%3),Ion(%4),Sbs(%5),Pos(%6),Dgps(%7),Ssr(%8),Lex(%9),Err(%10)"))
+                                 .arg(nmsg[0][0]).arg(nmsg[0][1]).arg(nmsg[0][6]).arg(nmsg[0][2]).arg(nmsg[0][3])
+                                 .arg(nmsg[0][4]).arg(nmsg[0][5]).arg(nmsg[0][7]).arg(nmsg[0][8]).arg(nmsg[0][9])));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Input Data Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString(tr("Obs(%1),Nav(%2),Gnav(%3),Ion(%4),Sbs(%5),Pos(%6),Dgps(%7),Ssr(%8),Lex(%9),Err(%10)"))
+                                 .arg(nmsg[1][0]).arg(nmsg[1][1]).arg(nmsg[1][6]).arg(nmsg[1][2]).arg(nmsg[1][3])
+                                 .arg(nmsg[1][4]).arg(nmsg[1][5]).arg(nmsg[1][7]).arg(nmsg[1][8]).arg(nmsg[1][9])));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Input Data Ephemeris")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString(tr("Obs(%1),Nav(%2),Gnav(%3),Ion(%4),Sbs(%5),Pos(%6),Dgps(%7),Ssr(%8),Lex(%9),Err(%10)"))
+                                 .arg(nmsg[2][0]).arg(nmsg[2][1]).arg(nmsg[2][6]).arg(nmsg[2][2]).arg(nmsg[2][3])
+                                 .arg(nmsg[2][4]).arg(nmsg[2][5]).arg(nmsg[2][7]).arg(nmsg[2][8]).arg(nmsg[2][9])));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Solution Status")));
+    Console->setItem(i++,1, new QTableWidgetItem(sol[rtkstat]));
+	
+	time2str(rtk.sol.time,tstr,9);
+    Console->setItem(i,0, new QTableWidgetItem(tr("Time of Receiver Clock Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtk.sol.time.time?tstr:"-"));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Time Sytem Offset/Receiver Bias (GLO-GPS,GAL-GPS,BDS-GPS) (ns)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(rtk.sol.dtr[1]*1E9,0,'f',3).arg(rtk.sol.dtr[2]*1E9,0,'f',3)
+                                 .arg(rtk.sol.dtr[3]*1E9,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Solution Interval (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.tt,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Age of Differential (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.sol.age,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ratio for AR Validation")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.sol.ratio,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Satellites Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(nsat0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Satellites Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(nsat1)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Valid Satellites")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.sol.ns)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GDOP/PDOP/HDOP/VDOP")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3,%4").arg(dop[0],0,'f',1).arg(dop[1],0,'f',1).arg(dop[2],0,'f',1).arg(dop[3],0,'f',1)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of Real Estimated States")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.na)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of All Estimated States")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtk.nx)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z Single (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(rtk.sol.rr[0],0,'f',3).arg(rtk.sol.rr[1],0,'f',3).arg(rtk.sol.rr[2],0,'f',3)));
+	
+	if (norm(rtk.sol.rr,3)>0.0) ecef2pos(rtk.sol.rr,pos); else pos[0]=pos[1]=pos[2]=0.0;
+    Console->setItem(i,0, new QTableWidgetItem(tr("Lat/Lon/Height Single (deg,m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(pos[0]*R2D,0,'f',8).arg(pos[1]*R2D,0,'f',8).arg(pos[2],0,'f',3)));
+	
+	ecef2enu(pos,rtk.sol.rr+3,vel);
+    Console->setItem(i,0, new QTableWidgetItem(tr("Vel E/N/U (m/s) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(vel[0],0,'f',3).arg(vel[1],0,'f',3).arg(vel[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z Float (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3")
+        .arg(rtk.x?rtk.x[0]:0,0,'f',3).arg(rtk.x?rtk.x[1]:0,0,'f',3).arg(rtk.x?rtk.x[2]:0,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z Float Std (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3")
+        .arg(rtk.P?SQRT(rtk.P[0]):0,0,'f',3).arg(rtk.P?SQRT(rtk.P[1+1*rtk.nx]):0,0,'f',3).arg(rtk.P?SQRT(rtk.P[2+2*rtk.nx]):0,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z Fixed (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3")
+        .arg(rtk.xa?rtk.xa[0]:0,0,'f',3).arg(rtk.xa?rtk.xa[1]:0,0,'f',3).arg(rtk.xa?rtk.xa[2]:0,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z Fixed Std (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3")
+        .arg(rtk.Pa?SQRT(rtk.Pa[0]):0,0,'f',3).arg(rtk.Pa?SQRT(rtk.Pa[1+1*rtk.na]):0,0,'f',3).arg(rtk.Pa?SQRT(rtk.Pa[2+2*rtk.na]):0,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Pos X/Y/Z (m) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(rtk.rb[0],0,'f',3).arg(rtk.rb[1],0,'f',3).arg(rtk.rb[2],0,'f',3)));
+	
+	if (norm(rtk.rb,3)>0.0) ecef2pos(rtk.rb,pos); else pos[0]=pos[1]=pos[2]=0.0;
+    Console->setItem(i,0, new QTableWidgetItem(tr("Lat/Lon/Height (deg,m) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(pos[0]*R2D,0,'f',8).arg(pos[1]*R2D,0,'f',8).arg(pos[2],0,'f',3)));
+	
+	ecef2enu(pos,rtk.rb+3,vel);
+    Console->setItem(i,0, new QTableWidgetItem(tr("Vel E/N/U (m/s) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(vel[0],0,'f',3).arg(vel[1],0,'f',3).arg(vel[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Type Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtk.opt.pcvr[0].type));
+	
+	off1=rtk.opt.pcvr[0].off[0];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Phase Center L1 E/N/U (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(off1[0],0,'f',3).arg(off1[1],0,'f',3).arg(off1[2],0,'f',3)));
+	
+	off2=rtk.opt.pcvr[0].off[1];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Phase Center L2 E/N/U (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(off2[0],0,'f',3).arg(off2[1],0,'f',3).arg(off2[2],0,'f',3)));
+	
+	del=rtk.opt.antdel[0];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Delta E/N/U (m) Rover")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(del[0],0,'f',3).arg(del[1],0,'f',3).arg(del[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Type Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtk.opt.pcvr[1].type));
+	
+	off1=rtk.opt.pcvr[1].off[0];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Phase Center L1 E/N/U (m) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(off1[0],0,'f',3).arg(off1[1],0,'f',3).arg(off1[2],0,'f',3)));
+	
+	off2=rtk.opt.pcvr[1].off[1];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Phase Center L2 E/N/U (m) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(off2[0],0,'f',3).arg(off2[1],0,'f',3).arg(off2[2],0,'f',3)));
+	
+	del=rtk.opt.antdel[1];
+    Console->setItem(i,0, new QTableWidgetItem(tr("Ant Delta E/N/U (m) Base/NRTK Station")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(del[0],0,'f',3).arg(del[1],0,'f',3).arg(del[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Precise Ephemeris Time/# of Epoch")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1-%2 (%3)").arg(s1).arg(s2).arg(ne)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Precise Ephemeris Download Time")));
+    Console->setItem(i++,1, new QTableWidgetItem(s3));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Precise Ephemeris Download File")));
+    Console->setItem(i++,1, new QTableWidgetItem(file));
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSat(void)
+{
+	int i,j=0,freq[]={1,2,5,6,7,8};
+    QString label[]={
+        tr("SAT"),tr("PRN"),tr("Status"),tr("Azimuth (deg)"),tr("Elevation (deg)"),tr("LG (m)"),tr("PHW(cyc)"),
+        tr("P1-P2(m)"),tr("P1-C1(m)"),tr("P2-C2(m)")
+	};
+	int width[]={25,25,30,45,45,60,60,40,40,40};
+	
+    Console->setColumnCount(10+NFREQ*9);
+    Console->setRowCount(2);
+    header.clear();
+
+    j=0;
+    for (i=0;i<5;i++) {
+        Console->setColumnWidth(j++,width[i]*FontScale/96);
+        header<<label[i];
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,30*FontScale/96);
+        header<<QString(tr("L%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,40*FontScale/96);
+        header<<QString(tr("Fix%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("P%1 Residual(m)")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("L%1 Residual(m)")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("Slip%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("Lock%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("Outage%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,45*FontScale/96);
+        header<<QString(tr("Reject%1")).arg(freq[i]);
+	}
+	for (i=0;i<NFREQ;i++) {
+        Console->setColumnWidth(j++,50*FontScale/96);
+        header<<QString(tr("WaveL%1(m)")).arg(freq[i]);
+	}
+	for (i=5;i<10;i++) {
+        Console->setColumnWidth(j++,width[i]*FontScale/96);
+        header<<label[i];
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSat(int sys)
+{
+	rtk_t rtk;
+	ssat_t *ssat;
+	int i,j,k,n,fix,prn;
+	char id[32];
+	double az,el,lam[MAXSAT][NFREQ],cbias[MAXSAT][3];
+	
+	rtksvrlock(&rtksvr);
+	rtk=rtksvr.rtk;
+	for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+		lam[i][j]=rtksvr.nav.lam[i][j];
+	}
+	for (i=0;i<MAXSAT;i++) for (j=0;j<3;j++) {
+		cbias[i][j]=rtksvr.nav.cbias[i][j];
+	}
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+	for (i=0,n=1;i<MAXSAT;i++) {
+		if (!(satsys(i+1,NULL)&sys)) continue;
+		ssat=rtk.ssat+i;
+        if (SelSat->currentIndex()==1&&!ssat->vs) continue;
+		n++;
+	}
+    Console->setRowCount(n-1);
+    if (n<2) {
+        Console->setRowCount(0);
+		return;
+	}
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0,n=0;i<MAXSAT;i++) {
+		if (!(satsys(i+1,NULL)&sys)) continue;
+		j=0;
+		ssat=rtk.ssat+i;
+        if (SelSat->currentIndex()==1&&!ssat->vs) continue;
+		satno2id(i+1,id);
+		satsys(i+1,&prn);
+        Console->setItem(n,j++, new QTableWidgetItem(id));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(prn)));
+        Console->setItem(n,j++, new QTableWidgetItem(ssat->vs?tr("OK"):tr("-")));
+		az=ssat->azel[0]*R2D; if (az<0.0) az+=360.0;
+		el=ssat->azel[1]*R2D;
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(az,'f',1)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(el,'f',1)));
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(ssat->vsat[k]?tr("OK"):tr("-")));
+		}
+		for (k=0;k<NFREQ;k++) {
+			fix=ssat->fix[k];
+            Console->setItem(n,j++, new QTableWidgetItem(fix==1?tr("FLOAT"):(fix==2?tr("FIX"):(fix==3?tr("HOLD"):tr("-")))));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->resp[k],'f',2)));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->resc[k],'f',4)));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->slipc[k])));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->lock[k])));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->outc[k])));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->rejc[k])));
+		}
+		for (k=0;k<NFREQ;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString("%1").arg(lam[i][k],7,'f',5)));
+		}
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->gf,'f',3)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(ssat->phw,'f',2)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(cbias[i][0],'f',2)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(cbias[i][1],'f',2)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(cbias[i][2],'f',2)));
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetEst(void)
+{
+    QString label[]={
+        tr("State"),tr("Estimate Float"),tr("Std Float"),tr("Estimate Fixed"),tr("Std Fixed")
+	};
+	int i,width[]={40,100,100,100,100};
+	
+    Console->setColumnCount(5);
+    Console->setRowCount(2);
+    header.clear();
+
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+        header<<label[i];
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowEst(void)
+{
+	gtime_t time;
+	int i,nx,na,n;
+	double *x,*P=NULL,*xa=NULL,*Pa=NULL;
+    QString s0="-";
+	char tstr[64];
+
+	rtksvrlock(&rtksvr);
+	
+	time=rtksvr.rtk.sol.time;
+	nx=rtksvr.rtk.nx;
+	na=rtksvr.rtk.na;
+	if ((x =(double *)malloc(sizeof(double)*nx))&&
+	    (P =(double *)malloc(sizeof(double)*nx*nx))&&
+		(xa=(double *)malloc(sizeof(double)*na))&&
+	    (Pa=(double *)malloc(sizeof(double)*na*na))) {
+		memcpy(x ,rtksvr.rtk.x ,sizeof(double)*nx);
+		memcpy(P ,rtksvr.rtk.P ,sizeof(double)*nx*nx);
+		memcpy(xa,rtksvr.rtk.xa,sizeof(double)*na);
+		memcpy(Pa,rtksvr.rtk.Pa,sizeof(double)*na*na);
+	}
+	rtksvrunlock(&rtksvr);
+	
+    for (i=0,n=0;i<nx;i++) {
+        if (SelSat->currentIndex()==1&&x[i]==0.0) continue;
+		n++;
+	}
+	if (n<2) {
+        Console->setRowCount(0);
+		return;
+	}
+    Console->setRowCount(n);
+    Console->setHorizontalHeaderLabels(header);
+
+	time2str(time,tstr,9);
+    Label->setText(time.time?QString("Time: %1").arg(tstr):s0);
+	for (i=0,n=1;i<nx;i++) {
+		int j=0;
+        if (SelSat->currentIndex()==1&&x[i]==0.0) continue;
+        Console->setItem(i,j++, new QTableWidgetItem(QString(tr("X_%1")).arg(i+1)));
+        Console->setItem(i,j++, new QTableWidgetItem(x[i]==0.0?s0:QString::number(x[i],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(P[i+i*nx]==0.0?s0:QString::number(SQRT(P[i+i*nx]),'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(i>=na||xa[i]==0?s0:QString::number(xa[i],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(i>=na||Pa[i+i*na]==0.0?s0:QString::number(SQRT(Pa[i+i*na]),'f',3)));
+		n++;
+	}
+	free(x); free(P); free(xa); free(Pa);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetCov(void)
+{
+	int i;
+    header.clear();
+	
+    Console->setColumnCount(2);
+    Console->setRowCount(2);
+
+	for (i=0;i<2;i++) {
+        Console->setColumnWidth(i,(i==0?35:45)*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowCov(void)
+{
+	gtime_t time;
+	int i,j,nx,n,m;
+	double *x,*P=NULL;
+    QString s0="-";
+	char tstr[64];
+
+	rtksvrlock(&rtksvr);
+	
+	time=rtksvr.rtk.sol.time;
+	nx=rtksvr.rtk.nx;
+	if ((x =(double *)malloc(sizeof(double)*nx))&&
+	    (P =(double *)malloc(sizeof(double)*nx*nx))) {
+		memcpy(x ,rtksvr.rtk.x ,sizeof(double)*nx);
+		memcpy(P ,rtksvr.rtk.P ,sizeof(double)*nx*nx);
+	}
+	rtksvrunlock(&rtksvr);
+	
+    for (i=0,n=0;i<nx;i++) {
+        if (SelSat->currentIndex()==1&&(x[i]==0.0||P[i+i*nx]==0.0)) continue;
+		n++;
+	}
+    if (n<1) {
+        Console->setColumnCount(0);
+        Console->setRowCount(0);
+        free(x); free(P);
+        return;
+	}
+    Console->setColumnCount(n);
+    Console->setRowCount(n);
+
+	time2str(time,tstr,9);
+    Label->setText(time.time?QString(tr("Time: %1")).arg(tstr):s0);
+    for (i=0,n=0;i<nx;i++) {
+        if (SelSat->currentIndex()==1&&(x[i]==0.0||P[i+i*nx]==0.0)) continue;
+        Console->setColumnWidth(n,45*FontScale/96);
+        Console->setHorizontalHeaderItem(n, new QTableWidgetItem(QString(tr("X_%1")).arg(i+1)));
+        Console->setVerticalHeaderItem(n, new QTableWidgetItem(QString(tr("X_%1")).arg(i+1)));
+        for (j=0,m=0;j<nx;j++) {
+            if (SelSat->currentIndex()==1&&(x[j]==0.0||P[j+j*nx]==0.0)) continue;
+            Console->setItem(n,m, new QTableWidgetItem(P[i+j*nx]==0.0?s0:QString::number(SQRT(P[i+j*nx]),'f',5)));
+			m++;
+		}
+		n++;
+	}
+	free(x); free(P);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetObs(void)
+{
+    QString label[]={tr("Trcv (GPST)"),tr("SAT"),tr("RCV")};
+	int i,j=0,width[]={135,25,25},freq[]={1,2,5,6,7,8};
+	int nex=ObsMode?NEXOBS:0;
+	
+    Console->setColumnCount(3+(NFREQ+nex)*6);
+    Console->setRowCount(0);
+    header.clear();
+
+	for (i=0;i<3;i++) {
+        Console->setColumnWidth(j++,width[i]*FontScale/96);
+        header<<label[i];
+    }
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,80*FontScale/96);
+        header<<(i<NFREQ?QString(tr("P%1 (m)")).arg(freq[i]):QString(tr("PX%1 (m)")).arg(i-NFREQ+1));
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,85*FontScale/96);
+        header<<(i<NFREQ?QString(tr("L%1 (cycle)")).arg(freq[i]):QString(tr("LX%1 (cycle)")).arg(i-NFREQ+1));
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,60*FontScale/96);
+        header<<(i<NFREQ?QString(tr("D%1 (Hz)")).arg(freq[i]):QString(tr("DX%1 (Hz)")).arg(i-NFREQ+1));
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,30*FontScale/96);
+        header<<(i<NFREQ?QString(tr("S%1")).arg(freq[i]):QString(tr("SX%1")).arg(i-NFREQ+1));
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,15*FontScale/96);
+        header<<"I";
+	}
+	for (i=0;i<NFREQ+nex;i++) {
+        Console->setColumnWidth(j++,30*FontScale/96);
+        header<<(i<NFREQ?QString(tr("C%1")).arg(freq[i]):QString(tr("CX%1")).arg(i-NFREQ+1));
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowObs(void)
+{
+	obsd_t obs[MAXOBS*2];
+	char tstr[64],id[32],*code;
+    int i,k,n=0,nex=ObsMode?NEXOBS:0;
+	
+	rtksvrlock(&rtksvr);
+	for (i=0;i<rtksvr.obs[0][0].n&&n<MAXOBS*2;i++) {
+		obs[n++]=rtksvr.obs[0][0].data[i];
+	}
+	for (i=0;i<rtksvr.obs[1][0].n&&n<MAXOBS*2;i++) {
+		obs[n++]=rtksvr.obs[1][0].data[i];
+	}
+	rtksvrunlock(&rtksvr);
+
+    Console->setRowCount(n+1<2?0:n);
+    Console->setColumnCount(3+(NFREQ+nex)*6);
+    Label->setText("");
+    Console->setHorizontalHeaderLabels(header);
+
+	for (i=0;i<n;i++) {
+        int j=0;
+		time2str(obs[i].time,tstr,3);
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+		satno2id(obs[i].sat,id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].rcv)));
+		for (k=0;k<NFREQ+nex;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].P[k],'f',3)));
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].L[k],'f',3)));
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].D[k],'f',3)));
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].SNR[k]*0.25,'f',1)));
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(obs[i].LLI[k])));
+		}
+		for (k=0;k<NFREQ+nex;k++) {
+			code=code2obs(obs[i].code[k],NULL);
+            if (*code) Console->setItem(i,j++, new QTableWidgetItem(QString(tr("L%1")).arg(code)));
+            else       Console->setItem(i,j++, new QTableWidgetItem(""));
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetNav(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("PRN")<<tr("Status")<<tr("IODE")<<tr("IODC")<<tr("Accuracy")<<tr("Health")<<tr("Toe")<<tr("Toc")<<tr("Ttrans")
+        <<tr("A (m)")<<tr("e")<<tr("i0 (deg)")<<tr("OMEGA0 (deg)")<<tr("omega (deg)")<<tr("M0 (deg)")
+        <<tr("deltan (deg/s)")<<tr("OMEGAdot (deg/s)")<<tr("IDOT (deg/s)")
+        <<tr("af0 (ns)")<<tr("af1 (ns/s)")<<tr("af2 (ns/s2)")<<tr("TGD (ns)")<<tr("BGD5a(ns)")<<tr("BGD5b(ns)")
+        <<tr("Cuc(rad)")<<tr("Cus(rad)")<<tr("Crc(m)")<<tr("Crs(m)")<<tr("Cic(rad)")<<tr("Cis(rad)")<<tr("Code")<<tr("Flag");
+	int i,width[]={
+		25,25,30,30,30,25,25,115,115,115, 80,70,60,60,60,60,70,70,70,60,
+		50,50,50,50,50,70,70,70,70,70, 70,30,30
+	};
+    Console->setColumnCount(33);
+    Console->setRowCount(2);
+
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowNav(int sys)
+{
+	eph_t eph[MAXSAT];
+	gtime_t time;
+    QString s;
+	char tstr[64],id[32];
+    int i,k,n,prn,off=SelEph->currentIndex()?MAXSAT:0;
+    bool valid;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) eph[i]=rtksvr.nav.eph[i+off];
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+	for (k=0,n=1;k<MAXSAT;k++) {
+		if (!(satsys(k+1,&prn)&sys)) continue;
+		valid=eph[k].toe.time!=0&&!eph[k].svh&&fabs(timediff(time,eph[k].toe))<=MAXDTOE;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		n++;
+	}
+	if (n<2) {
+        Console->setRowCount(0);
+		return;
+	}
+    Console->setRowCount(MAXSAT);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (k=0,n=0;k<MAXSAT;k++) {
+        int j=0;
+		if (!(satsys(k+1,&prn)&sys)) continue;
+		valid=eph[k].toe.time!=0&&!eph[k].svh&&fabs(timediff(time,eph[k].toe))<=MAXDTOE;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		satno2id(k+1,id);
+        Console->setItem(n,j++, new QTableWidgetItem(id));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(prn)));
+        Console->setItem(n,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        if (eph[k].iode<0) s="-"; else QString::number(eph[k].iode);
+        Console->setItem(n,j++, new QTableWidgetItem(s));
+        if (eph[k].iodc<0) s="-"; else QString::number(eph[k].iodc);
+        Console->setItem(n,j++, new QTableWidgetItem(s));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].sva)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].svh,16)));
+		if (eph[k].toe.time!=0) time2str(eph[k].toe,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(n,j++, new QTableWidgetItem(tstr));
+		if (eph[k].toc.time!=0) time2str(eph[k].toc,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(n,j++, new QTableWidgetItem(tstr));
+		if (eph[k].ttr.time!=0) time2str(eph[k].ttr,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(n,j++, new QTableWidgetItem(tstr));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].A,'f',3)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].e,'f',8)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].i0  *R2D,'f',5)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].OMG0*R2D,'f',5)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].omg *R2D,'f',5)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].M0  *R2D,'f',5)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].deln*R2D,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].OMGd*R2D,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].idot*R2D,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].f0*1E9,'f',1)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].f1*1E9,'f',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].f2*1E9,'f',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].tgd[0]*1E9,'f',1)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].tgd[1]*1E9,'f',1)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].tgd[2]*1E9,'f',1)));
+		
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].cuc,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].cus,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].crc,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].crs,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].cic,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].cis,'E',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].code)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(eph[k].flag)));
+        n++;
+	}
+    Console->setRowCount(n);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetGnav(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("PRN")<<tr("Status")<<tr("IOD")<<tr("Freq")<<tr("Health")<<tr("Age(days)")<<tr("Toe")<<tr("Tof")
+        <<tr("X (m)")<<tr("Y (m)")<<tr("Z (m)")<<tr("VX (m/s)")<<tr("VY (m/s)")<<tr("VZ (m/s)")
+        <<tr("AX (m/s2)")<<tr("AY (m/s2)")<<tr("AZ (m/s2)")<<tr("Tau (ns)")<<tr("Gamma (ns/s)");
+
+	int i,width[]={
+		25,25,30,30,30,25,25,115,115,75,75,75,70,70,70,65,65,65,60,60
+	};
+    Console->setColumnCount(20);
+    Console->setRowCount(1);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowGnav(void)
+{
+	geph_t geph[NSATGLO];
+	gtime_t time;
+    QString s;
+	char tstr[64],id[32];
+    int i,n,valid,prn,off=SelEph->currentIndex()?NSATGLO:0;
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<NSATGLO;i++) geph[i]=rtksvr.nav.geph[i+off];
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+    for (i=0,n=0;i<NSATGLO;i++) {
+		valid=geph[i].toe.time!=0&&!geph[i].svh&&
+			  fabs(timediff(time,geph[i].toe))<=MAXDTOE_GLO;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		n++;
+	}
+	if (n<2) {
+        Console->setRowCount(1);
+		return;
+	}
+    Console->setRowCount(n);
+    Console->setHorizontalHeaderLabels(header);
+
+	for (i=0,n=1;i<NSATGLO;i++) {
+        int j=0;
+		valid=geph[i].toe.time!=0&&!geph[i].svh&&
+			  fabs(timediff(time,geph[i].toe))<=MAXDTOE_GLO;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		prn=MINPRNGLO+i;
+		satno2id(satno(SYS_GLO,prn),id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(prn)));
+        Console->setItem(i,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        if (geph[i].iode<0) s="-"; else QString::number(geph[i].iode);
+        Console->setItem(i,j++, new QTableWidgetItem(s));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].frq)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].svh)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].age)));
+		if (geph[i].toe.time!=0) time2str(geph[i].toe,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+		if (geph[i].tof.time!=0) time2str(geph[i].tof,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].pos[0],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].pos[1],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].pos[2],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].vel[0],'f',5)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].vel[1],'f',5)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].vel[2],'f',5)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].acc[0],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].acc[1],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].acc[2],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].taun*1E9,'f',1)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(geph[i].gamn*1E9,'f',4)));
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSbsNav(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("PRN")<<tr("Status")<<tr("T0")<<tr("Tof")<<tr("Health")<<tr("URA")<<tr("X (m)")<<tr("Y (m)")<<tr("Z (m)")<<tr("VX (m/s)")
+        <<tr("VY (m/s)")<<tr("VZ (m/s)")<<tr("AX (m/s2)")<<tr("AY (m/s2)")<<tr("AZ (m/s2)")
+        <<tr("af0 (ns)")<<tr("af1 (ns/s)");
+
+    int i,width[]={25,25,30,115,115,30,30,75,75,75,70,70,70,65,65,65,60,60};
+	
+    Console->setColumnCount(17);
+    Console->setRowCount(1);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSbsNav(void)
+{
+    seph_t seph[MAXPRNSBS-MINPRNSBS+1];
+	gtime_t time;
+    int i,n,valid,prn,off=SelEph->currentIndex()?NSATSBS:0;
+	char tstr[64],id[32];
+
+    for (int i=0;i<MAXPRNSBS-MINPRNSBS+1; i++) seph[i].sat=seph[i].t0.time=seph[i].t0.sec=seph[i].tof.time=seph[i].tof.sec=seph[i].sva=seph[i].svh=
+                seph[i].pos[0]=seph[i].pos[1]=seph[i].pos[2]=seph[i].vel[0]=seph[i].vel[1]=seph[i].vel[2]=seph[i].acc[0]=seph[i].acc[1]=seph[i].acc[2]=
+                seph[i].af0=seph[i].af1;
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	for (int i=0;i<NSATSBS;i++) {
+		seph[i]=rtksvr.nav.seph[i+off];
+	}
+	rtksvrunlock(&rtksvr); // unlock
+	
+    Label->setText("");
+	
+    for (i=0,n=0;i<NSATSBS;i++) {
+		valid=fabs(timediff(time,seph[i].t0)<=MAXDTOE_SBS)&&
+			  seph[i].t0.time&&!seph[i].svh;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		n++;
+	}
+    if (n<1) {
+        Console->setRowCount(0);
+		return;
+	}
+    Console->setRowCount(n);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0,n=0;i<NSATSBS;i++) {
+        int j=0;
+		valid=fabs(timediff(time,seph[i].t0)<=MAXDTOE_SBS)&&
+			  seph[i].t0.time&&!seph[i].svh;
+        if (SelSat->currentIndex()==1&&!valid) continue;
+		prn=MINPRNSBS+i;
+		satno2id(satno(SYS_SBS,prn),id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(prn)));
+        Console->setItem(i,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+		if (seph[i].t0.time) time2str(seph[i].t0,tstr,0);
+		else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+		if (seph[i].tof.time) time2str(seph[i].tof,tstr,0);
+		else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].svh,16)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].sva)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].pos[0],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].pos[1],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].pos[2],'f',2)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].vel[0],'f',6)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].vel[1],'f',6)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].vel[2],'f',6)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].acc[0],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].acc[1],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].acc[2],'f',7)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].af0*1E9,'f',1)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(seph[i].af1*1E9,'f',4)));
+		n++;
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetIonUtc(void)
+{
+    header.clear();
+    header<<tr("Parameter")<<tr("Value");
+	int i,width[]={220,380};
+	
+    Console->setColumnCount(2);
+    Console->setRowCount(1);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowIonUtc(void)
+{
+	double utc_gps[4],utc_glo[4],utc_gal[4],utc_qzs[4];
+	double ion_gps[8],ion_gal[4],ion_qzs[8];
+	gtime_t time;
+	double tow=0.0;
+	char tstr[64];
+    int i,leaps,week=0;
+    Q_UNUSED(utc_glo);
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<4;i++) utc_gps[i]=rtksvr.nav.utc_gps[i];
+	for (i=0;i<4;i++) utc_glo[i]=rtksvr.nav.utc_glo[i];
+	for (i=0;i<4;i++) utc_gal[i]=rtksvr.nav.utc_gal[i];
+	for (i=0;i<4;i++) utc_qzs[i]=rtksvr.nav.utc_qzs[i];
+	for (i=0;i<8;i++) ion_gps[i]=rtksvr.nav.ion_gps[i];
+	for (i=0;i<4;i++) ion_gal[i]=rtksvr.nav.ion_gal[i];
+	for (i=0;i<8;i++) ion_qzs[i]=rtksvr.nav.ion_qzs[i];
+	leaps=rtksvr.nav.leaps;
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+    Console->setRowCount(16);
+    Console->setHorizontalHeaderLabels(header);
+    i=0;
+	
+	time2str(timeget(),tstr,3);
+    Console->setItem(i,0, new QTableWidgetItem(tr("CPU Time (UTC)")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+    if (time.time!=0) time2str(gpst2utc(time),tstr,3); else strcpy(tstr,"-");
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Time (UTC)")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+	if (time.time!=0) time2str(time,tstr,3); else strcpy(tstr,"-");
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Time (GPST)")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+	if (time.time!=0) tow=time2gpst(time,&week);
+    Console->setItem(i,0, new QTableWidgetItem(tr("GPS Week/Time (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(week).arg(tow,0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Leap Seconds (GPST-UTC) (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(leaps)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GPST-UTC Reference Week/Time (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_gps[3],0,'f',0).arg(utc_gps[2],0,'f',0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GPST-UTC A0(ns),A1(ns/s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_gps[0]*1E9,0,'f',3).arg(utc_gps[1]*1E9,0,'f',6)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GST-GPS Reference Week/Time (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_gal[3],0,'f',0).arg(utc_gal[2],0,'f',0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GST-GPS A0(ns),A1(ns/s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_gal[0]*1E9,0,'f',3).arg(utc_gal[1]*1E9,0,'f',6)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("QZST-GPS Reference Week/Time (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_qzs[3],0,'f',0).arg(utc_qzs[2],0,'f',0)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("QZST-GPS A0(ns),A1(ns/s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2").arg(utc_qzs[0]*1E9,0,'f',3).arg(utc_qzs[1]*1E9,0,'f',6)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GPS Iono Parameters Alpha0-Alpha3")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3,%4").arg(ion_gps[0],0,'E',5).arg(ion_gps[1],0,'E',5)
+            .arg(ion_gps[2],0,'E',5).arg(ion_gps[3],0,'E',5)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GPS Iono Parameters Beta0-Beta3")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3,%4").arg(ion_gps[4],0,'E',5).arg(ion_gps[5],0,'E',5).arg(ion_gps[6],0,'E',5).arg(ion_gps[7],0,'E',5)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("GALILEO Iono Parameters 0-2")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(ion_gal[0],0,'E',5).arg(ion_gal[1],0,'E',5).arg(ion_gal[2],0,'E',5)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("QZS Iono Parameters Alpha0-Alpha3")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3,%4").arg(ion_qzs[0],0,'E',5).arg(ion_qzs[1],0,'E',5).arg(ion_qzs[2],0,'E',5).arg(ion_qzs[3],0,'E',5)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("QZS Iono Parameters Beta0-Beta3")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3,%4").arg(ion_qzs[4],0,'E',5).arg(ion_qzs[5],0,'E',5).arg(ion_qzs[6],0,'E',5).arg(ion_qzs[7],0,'E',5)));
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetStr(void)
+{
+    header.clear();
+    header<<tr("Stream")<<tr("Type")<<tr("Format")<<tr("Mode")<<tr("State")<<tr("Input (bytes)")<<tr("Input (bps)")
+        <<tr("Output (bytes)")<<tr("Output (bps)")<<tr("Path")<<tr("Message");
+
+    int i,width[]={95,70,80,35,35,70,70,70,70,220,220};
+	
+    Console->setColumnCount(11);
+    Console->setRowCount(1);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowStr(void)
+{
+    QString ch[]={
+        tr("Input Rover"),tr("Input Base/NRTK"),tr("Input Ephemeris"),tr("Output Solution 1"),
+        tr("Output Solution 2"),tr("Log Rover"),tr("Log Base/NRTK"),tr("Log Ephemeris"),
+        tr("Monitor Port")
+	};
+    QString type[]={
+        tr("-"),tr("Serial"),tr("File"),tr("TCP Server"),tr("TCP Client"),tr("UDP"),tr("NTRIP Server"),
+        tr("NTRIP Client")
+	};
+    QString outformat[]={
+        tr("Lat/Lon/Height"),tr("X/Y/Z-ECEF"),tr("E/N/U-Baseline"),tr("NMEA-0183")
+	};
+    QString state[]={tr("Error"),tr("-"),tr("OK")};
+    QString mode,form;
+	stream_t stream[9];
+    int i,format[9]={0};
+    char path[MAXSTRPATH]="",*p,*q;
+	
+	rtksvrlock(&rtksvr); // lock
+	for (i=0;i<8;i++) stream[i]=rtksvr.stream[i];
+	for (i=0;i<3;i++) format[i]=rtksvr.format[i];
+	for (i=3;i<5;i++) format[i]=rtksvr.solopt[i-3].posf;
+	stream[8]=monistr;
+	format[8]=SOLF_LLH;
+	rtksvrunlock(&rtksvr); // unlock
+	
+    Console->setRowCount(9);
+    Label->setText("");
+    Console->setHorizontalHeaderLabels(header);
+
+	for (i=0;i<9;i++) {
+        int j=0;
+        Console->setItem(i,j++, new QTableWidgetItem(ch[i]));
+        Console->setItem(i,j++, new QTableWidgetItem(type[stream[i].type]));
+        if (i<3) form=formatstrs[format[i]];
+		else if (i<5||i==8) form=outformat[format[i]];
+		else form="-";
+        Console->setItem(i,j++, new QTableWidgetItem(form));
+        if (stream[i].mode&STR_MODE_R) mode=tr("R"); else mode="";
+        if (stream[i].mode&STR_MODE_W) mode=mode+(mode==""?"":"/")+tr("W");
+        Console->setItem(i,j++, new QTableWidgetItem(mode));
+        Console->setItem(i,j++, new QTableWidgetItem(state[stream[i].state+1]));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(stream[i].inb)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(stream[i].inr)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(stream[i].outb)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(stream[i].outr)));
+		strcpy(path,stream[i].path);
+        char *pp=path;
+		if ((p=strchr(path,'@'))) {
+			for (q=p-1;q>=path;q--) if (*q==':') break;
+			if (q>=path) for (q++;q<p;q++) *q='*';
+		}
+		if (stream[i].type==STR_TCPCLI||stream[i].type==STR_TCPSVR) {
+			if ((p=strchr(path,'/'))) *p='\0';
+			if ((p=strchr(path,'@'))) pp=p+1;
+			if (stream[i].type==STR_TCPSVR) {
+                if ((p=strchr(pp,':'))) pp=p+1; else *pp=' ';
+			}
+		}
+        Console->setItem(i,j++, new QTableWidgetItem(pp));
+        Console->setItem(i,j++, new QTableWidgetItem(stream[i].msg));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSbsMsg(void)
+{
+    header.clear();
+    header<<tr("Trcv")<<tr("PRN")<<tr("Type")<<tr("Message")<<tr("Contents");
+	int i,width[]={115,25,25,420,200};
+	
+    Console->setColumnCount(5);
+    Console->setRowCount(1);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSbsMsg(void)
+{
+	sbsmsg_t msg[MAXSBSMSG];
+    QString content[]={
+        tr("For Testing"),tr("PRN Mask"),tr("Fast Corrections"),tr("Fast Corrections"),
+        tr("Fast Corrections"),tr("Fast Corrections"),tr("Integrity Information"),
+        tr("Fast Correction Degradation Factor"),tr("GEO Navigation Message"),
+        tr("Degradation Parameters"),tr("WAAS Network Time/UTC Offset Parameters"),
+        tr("GEO Satellite Almanacs"),tr("Ionospheric Grid Point Masks"),
+        tr("Mixed Fast Corrections/Long Term Satellite Error Corrections"),
+        tr("Long Term Satellite Error Corrections","Ionospheric Delay Corrections"),
+        tr("WAAS Service Messages"),tr("Clock-Ephemeris Covariance Matrix Message"),
+        tr("Internal Test Message"),tr("Null Message"),""
+	};
+	const int id[]={0,1,2,3,4,5,6,7,9,10,12,17,18,24,25,26,27,28,62,63,-1};
+    char str[64];
+    QString s;
+    int i,k,n;
+	
+	rtksvrlock(&rtksvr); // lock
+	n=rtksvr.nsbs;
+	for (i=0;i<n;i++) msg[i]=rtksvr.sbsmsg[i];
+	rtksvrunlock(&rtksvr); // unlock
+	
+
+    Console->setRowCount(n<=0?0:n);
+    Label->setText("");
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0;i<n;i++) {
+        int j=0;
+		time2str(gpst2time(msg[i].week,msg[i].tow),str,0);
+        Console->setItem(i,j++, new QTableWidgetItem(str));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(msg[i].prn)));
+        int type=msg[i].msg[1]>>2;
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(type)));
+        for (k=0;k<29;k++) s+=QString::number(msg[i].msg[k],16);
+        Console->setItem(i,j++, new QTableWidgetItem(s));
+		for (k=0;id[k]>=0;k++) if (type==id[k]) break;
+        Console->setItem(i,j++, new QTableWidgetItem(id[k]<0?"?":content[k]));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSbsLong(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("Status")<<tr("IODE")<<tr("dX (m)")<<tr("dY (m)")<<tr("dZ (m)")<<tr("dVX (m/s)")
+        <<tr("dVY (m/s)")<<tr("dVZ (m/s)")<<tr("daf0 (ns)")<<tr("daf1 (ns/s)")<<tr("T0");
+
+    int i,width[]={25,30,30,55,55,55,55,55,55,55,55,115};
+	
+    Console->setColumnCount(12);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSbsLong(void)
+{
+	sbssat_t sbssat;
+	gtime_t time;
+    int i;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	sbssat=rtksvr.nav.sbssat;
+	rtksvrunlock(&rtksvr); // unlock
+	
+    Console->setRowCount(sbssat.nsat<=0?2:sbssat.nsat);
+    Label->setText(QString(tr("IODP:%1  System Latency:%2 s"))
+                             .arg(sbssat.iodp).arg(sbssat.tlat));
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0;i<Console->rowCount();i++) {
+        int j=0;
+        sbssatp_t *satp=sbssat.sat+i;
+        bool valid=timediff(time,satp->lcorr.t0)<=MAXSBSAGEL&&satp->lcorr.t0.time;
+		satno2id(satp->sat,id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        Console->setItem(i,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.iode)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dpos[0],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dpos[1],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dpos[2],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dvel[0],'f',4)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dvel[1],'f',4)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.dvel[2],'f',4)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.daf0*1E9,'f',4)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->lcorr.daf1*1E9,'f',4)));
+		if (satp->lcorr.t0.time) time2str(satp->lcorr.t0,tstr,0);
+		else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSbsIono(void)
+{
+    header.clear();
+    header<<tr("IODI")<<tr("Lat (deg)")<<tr("Lon (deg)")<<tr("GIVEI")<<tr("Delay (m)")<<tr("T0");
+
+    int i,width[]={30,50,50,30,60,115};
+	
+    Console->setColumnCount(6);
+    Console->setRowCount(2);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSbsIono(void)
+{
+    QString s0="-";
+    sbsion_t sbsion[MAXBAND+1];
+	char tstr[64];
+	int i,j,k,n=0;
+	
+	rtksvrlock(&rtksvr); // lock
+    for (i=0;i<=MAXBAND;i++) {sbsion[i]=rtksvr.nav.sbsion[i];n+=sbsion[i].nigp;};
+	rtksvrunlock(&rtksvr); // unlock
+	
+    Console->setRowCount(n);
+    Console->setHorizontalHeaderLabels(header);
+
+    Label->setText("");
+    n=0;
+    for (i=0;i<MAXBAND;i++) {
+        sbsion_t *ion=sbsion+i;
+		for (j=0;j<ion->nigp;j++) {
+			k=0;
+            Console->setItem(n,k++, new QTableWidgetItem(QString::number(ion->iodi)));
+            Console->setItem(n,k++, new QTableWidgetItem(QString::number(ion->igp[j].lat)));
+            Console->setItem(n,k++, new QTableWidgetItem(QString::number(ion->igp[j].lon)));
+            Console->setItem(n,k++, new QTableWidgetItem(ion->igp[j].give?QString::number(ion->igp[j].give-1):s0));
+            Console->setItem(n,k++, new QTableWidgetItem(QString::number(ion->igp[j].delay,'f',3)));
+			if (ion->igp[j].t0.time) time2str(ion->igp[j].t0,tstr,0);
+			else strcpy(tstr,"-");
+            Console->setItem(n,k++, new QTableWidgetItem(tstr));
+			n++;
+		}
+	}
+    Console->setRowCount(n<=0?0:n+1);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetSbsFast(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("Status")<<tr("PRC (m)")<<tr("RRC (m)")<<tr("IODF")<<tr("UDREI")<<tr("AI")<<tr("Tof");
+
+	int i,width[]={25,30,60,60,30,30,30,115};
+	
+    Console->setColumnCount(8);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowSbsFast(void)
+{
+    QString s0="-";
+	sbssat_t sbssat;
+	gtime_t time;
+    int i;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr); // lock
+	time=rtksvr.rtk.sol.time;
+	sbssat=rtksvr.nav.sbssat;
+	rtksvrunlock(&rtksvr); // unlock
+	
+    Label->setText("");
+    Console->setRowCount(sbssat.nsat<=0?2:sbssat.nsat);
+    Label->setText(QString(tr("IODP:%1  System Latency:%2 s")).arg(sbssat.iodp).arg(sbssat.tlat));
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0;i<Console->rowCount();i++) {
+        int j=0;
+        sbssatp_t *satp=sbssat.sat+i;
+        bool valid=fabs(timediff(time,satp->fcorr.t0)<=MAXSBSAGEF)&&satp->fcorr.t0.time&&
+			  0<=satp->fcorr.udre-1&&satp->fcorr.udre-1<14;
+		satno2id(satp->sat,id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        Console->setItem(i,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->fcorr.prc,'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->fcorr.rrc,'f',4)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->fcorr.iodf)));
+        Console->setItem(i,j++, new QTableWidgetItem(satp->fcorr.udre?QString::number(satp->fcorr.udre-1):s0));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(satp->fcorr.ai)));
+		if (satp->fcorr.t0.time) time2str(satp->fcorr.t0,tstr,0);
+		else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetRtcm(void)
+{
+    header.clear();
+    header<<tr("Parameter")<<tr("Value");
+	int i,width[]={220,520};
+
+    Console->setColumnCount(2);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowRtcm(void)
+{
+	rtcm_t rtcm;
+	double pos[3]={0};
+    int i=0,j,format;
+    QString mstr1,mstr2;
+    char tstr[64]="-";
+	
+    if (SelStr->currentIndex()>3) return;
+	
+	rtksvrlock(&rtksvr);
+    format=rtksvr.format[SelStr->currentIndex()];
+    rtcm=rtksvr.rtcm[SelStr->currentIndex()];
+	rtksvrunlock(&rtksvr);
+	
+	if (rtcm.time.time) time2str(rtcm.time,tstr,3);
+	
+	for (j=1;j<100;j++) {
+		if (rtcm.nmsg2[j]==0) continue;
+        mstr1+=QString("%1%2 (%3)").arg(mstr1.isEmpty()?"":",").arg(j).arg(rtcm.nmsg2[j]);
+	}
+	if (rtcm.nmsg2[0]>0) {
+        mstr1+=QString("%1other (%2)").arg(mstr1.isEmpty()?"":",").arg(rtcm.nmsg2[0]);
+	}
+	for (j=1;j<300;j++) {
+		if (rtcm.nmsg3[j]==0) continue;
+        mstr2+=QString("%1%2(%3)").arg(mstr2.isEmpty()?"":",").arg(j+1000).arg(rtcm.nmsg3[j]);
+	}
+	if (rtcm.nmsg3[0]>0) {
+        mstr2+=QString("%1other(%2)").arg(mstr2.isEmpty()?"":",").arg(rtcm.nmsg3[0]);
+	}
+    Label->setText("");
+	
+    Console->setRowCount(26);
+    Console->setHorizontalHeaderLabels(header);
+
+    Console->setItem(i,0, new QTableWidgetItem(tr("Format")));
+    Console->setItem(i++,1, new QTableWidgetItem(format==STRFMT_RTCM2?tr("RTCM2"):tr("RTCM3")));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Message Time")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Station ID")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.staid)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Station Health")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.stah)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Sequence No")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.seqno)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Station Pos X/Y/Z (m)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(rtcm.sta.pos[0],0,'f',3).arg(rtcm.sta.pos[1],0,'f',3).arg(rtcm.sta.pos[2],0,'f',3)));
+	
+	if (norm(rtcm.sta.pos,3)>0.0) ecef2pos(rtcm.sta.pos,pos);
+    Console->setItem(i,0, new QTableWidgetItem(tr("Station Lat/Lon/Height (deg,m)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(pos[0]*R2D,0,'f',8).arg(pos[1]*R2D,0,'f',8).arg(pos[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("ITRF Realization Year")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.sta.itrf)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Delta Type")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.deltype?tr("X/Y/Z"):tr("E/N/U")));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Delta (m)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1,%2,%3").arg(rtcm.sta.del[0],0,'f',3).arg(rtcm.sta.del[1],0,'f',3).arg(rtcm.sta.del[2],0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Height (m)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.sta.hgt,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Descriptor")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.antdes));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Setup Id")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(rtcm.sta.antsetup)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Antenna Serial No")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.antsno));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Type Descriptor")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.rectype));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Firmware Version")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.recver));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Serial No")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.sta.recsno));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("RTCM Special Message")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msg));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Last Message")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msgtype));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("# of RTCM Messages")));
+    Console->setItem(i++,1, new QTableWidgetItem(format==STRFMT_RTCM2?mstr1:mstr2));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for GPS")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[0]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for GLONASS")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[1]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for Galileo")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[2]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for QZSS")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[3]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for SBAS")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[4]));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("MSM Signals for BeiDou")));
+    Console->setItem(i++,1, new QTableWidgetItem(rtcm.msmtype[5]));
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetRtcmDgps(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("Status")<<tr("PRC (m)")<<tr("RRC (m)")<<tr("IOD")<<tr("UDRE")<<tr("T0");
+
+    int i,width[]={25,30,60,60,30,30,115};
+	
+    Console->setColumnCount(7);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowRtcmDgps(void)
+{
+	gtime_t time;
+	dgps_t dgps[MAXSAT];
+    int i;
+	char tstr[64],id[32];
+	
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) dgps[i]=rtksvr.nav.dgps[i];
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+    Console->setRowCount(MAXSAT);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=1;i<Console->rowCount();i++) {
+        int j=0;
+        satno2id(i,id);
+        bool valid=dgps[i].t0.time&&fabs(timediff(time,dgps[i].t0))<=1800.0;
+        Console->setItem(i-1,j++, new QTableWidgetItem(id));
+        Console->setItem(i-1,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        Console->setItem(i-1,j++, new QTableWidgetItem(QString::number(dgps[i].prc,'f',3)));
+        Console->setItem(i-1,j++, new QTableWidgetItem(QString::number(dgps[i].rrc,'f',4)));
+        Console->setItem(i-1,j++, new QTableWidgetItem(QString::number(dgps[i].iod)));
+        Console->setItem(i-1,j++, new QTableWidgetItem(QString::number(dgps[i].udre)));
+		if (dgps[i].t0.time) time2str(dgps[i].t0,tstr,0); else strcpy(tstr,"-");
+        Console->setItem(i-1,j++, new QTableWidgetItem(tstr));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetRtcmSsr(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("Status")<<tr("UDI(s)")<<tr("UDHR(s)")<<tr("IOD")<<tr("URA")<<tr("Datum")<<tr("T0")
+        <<tr("D0-A(m)")<<tr("D0-C(m)")<<tr("D0-R(m)")<<tr("D1-A(mm/s)")<<tr("D1-C(mm/s)")<<tr("D1-R(mm/s)")
+        <<tr("C0(m)")<<tr("C1(mm/s)")<<tr("C2(mm/s2)")<<tr("C-HR(m)");
+	int i,width[]={25,30,30,30,30,25,15,115,50,50,50,50,50,50,50,50,50,50};
+
+    Console->setColumnCount(18+MAXCODE);
+    Console->setRowCount(1);
+	for (i=0;i<18;i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    for (i=18;i<Console->columnCount();i++) {
+        char *code=code2obs(i-17,NULL);
+        Console->setColumnWidth(i,40*FontScale/96);
+        header<<QString(tr("BL%1(m)")).arg(code);
+        Console->setItem(1,i, new QTableWidgetItem(""));
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowRtcmSsr(void)
+{
+	gtime_t time;
+	ssr_t ssr[MAXSAT];
+    int i,k;
+	char tstr[64],id[32];
+
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) {
+        if (SelStr->currentIndex()<3) {
+            ssr[i]=rtksvr.rtcm[SelStr->currentIndex()].ssr[i];
+		}
+		else ssr[i]=rtksvr.nav.ssr[i];
+	}
+	rtksvrunlock(&rtksvr);
+
+    Label->setText("");
+    Console->setRowCount(MAXSAT);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0;i<Console->rowCount();i++) {
+        int j=0;
+		satno2id(i+1,id);
+        Console->setItem(i,j++, new QTableWidgetItem(id));
+        bool valid=ssr[i].t0[0].time&&fabs(timediff(time,ssr[i].t0[0]))<=1800.0;
+        Console->setItem(i,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].udi[0],'f',0)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].udi[2],'f',0)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].iode)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].ura)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].refd)));
+		if (ssr[i].t0[0].time) time2str(ssr[i].t0[0],tstr,0); else strcpy(tstr,"-");
+        Console->setItem(i,j++, new QTableWidgetItem(tstr));
+		for (k=0;k<3;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].deph[k],'f',3)));
+		}
+		for (k=0;k<3;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].ddeph[k]*1E3,'f',3)));
+		}
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].dclk[0],'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].dclk[1]*1E3,'f',3)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].dclk[2]*1E3,'f',5)));
+        Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].hrclk,'f',3)));
+        for (k=1;k<MAXCODE;k++) {
+            Console->setItem(i,j++, new QTableWidgetItem(QString::number(ssr[i].cbias[k],'f',2)));
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetLexMsg(void)
+{
+    header.clear();
+    header<<tr("Parameter")<<tr("Value");
+	int i,width[]={140,450};
+	
+    Console->setColumnCount(2);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+    }
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowLexMsg(void)
+{
+	raw_t raw;
+    int i=0,j,k,format;
+    QString mstr;
+    char tstr[64]="-";
+	
+    if (SelStr->currentIndex()>3) return;
+	
+	rtksvrlock(&rtksvr);
+    format=rtksvr.format[SelStr->currentIndex()];
+    raw=rtksvr.raw[SelStr->currentIndex()];
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+	if (format==STRFMT_LEXR&&raw.time.time) time2str(raw.time,tstr,3);
+	
+    Console->setRowCount(14);
+    Console->setHorizontalHeaderLabels(header);
+
+    Console->setItem(i,0, new QTableWidgetItem(tr("Receiver Time")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Signal Tracking Status")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.stat)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Signal Tracking Time (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.ttt/1000.0,'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Signal Level (dBHz)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.snr*0.25,'f',1)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("PRN Number")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.prn)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Message Type")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.type)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Alert Flag")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(raw.lexmsg.alert)));
+	
+	for (j=0;j<7;j++) {
+		for (k=0;k<32&&j*32+k<212;k++) {
+            mstr+=QString("%1%2").arg(raw.lexmsg.msg[j*32+k],16).arg(k%4==3?" ":"");
+		}
+        Console->setItem(i,0, new QTableWidgetItem(QString(tr("Data Part (%1-%2)")).arg(j*32*8)
+                                     .arg((j*32+k)*8-1<1695?(j*32+k)*8-1:1694)));
+        Console->setItem(i++,1, new QTableWidgetItem(mstr));
+	}
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetLexEph(void)
+{
+    header.clear();
+    header<<tr("SAT")<<tr("Status")<<tr("Tof")<<tr("Health")<<tr("Toe")<<tr("URA")<<tr("PosX(m)")<<tr("PosY(m)")<<tr("PosZ(m)")
+        <<tr("VelX(m/s)")<<tr("VelY(m/s)")<<tr("VelZ(m/s)")
+        <<tr("AccX(m/s2)")<<tr("AccY(m/s2)")<<tr("AccZ(m/s2)")
+        <<tr("JerkX(m/s3)")<<tr("JerkY(m/s3)")<<tr("JerkZ(m/s3)")
+        <<tr("Af0(ns)")<<tr("Af1(ns/s)")<<tr("TGD(ns)")
+        <<tr("ISCL1C/A(ns)")<<tr("ISCL2C(ns)")<<tr("ISCL5I(ns)")<<tr("ISCL5Q(ns)")
+        <<tr("ISCL1CP(ns)")<<tr("ISCL1CD(ns)")<<tr("ISCLEX(ns)");
+	int i,width[]={
+		25,30,115,35,115,25,80,80,80,80,80,80,80,80,80,80,80,80,60,50,50,50,
+		50,50,50,50,50,50
+	};
+
+    Console->setColumnCount(28);
+    Console->setRowCount(0);
+	for (i=0;i<28;i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowLexEph(void)
+{
+	gtime_t time;
+	lexeph_t lexeph[MAXSAT];
+    int i,j,k,n,valid;
+    char tstr[64],health[16],id[32],*p;
+
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<MAXSAT;i++) lexeph[i]=rtksvr.nav.lexeph[i];
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+    Console->setRowCount(MAXSAT);
+    Console->setHorizontalHeaderLabels(header);
+
+    for (i=0,n=0;i<MAXSAT;i++) {
+		
+        int sys=satsys(i+1,NULL);
+		if (sys!=SYS_GPS&&sys!=SYS_QZS) continue;
+		j=0;
+		satno2id(i+1,id);
+        Console->setItem(n,j++, new QTableWidgetItem(id));
+		valid=lexeph[i].toe.time&&fabs(timediff(time,lexeph[i].toe))<=360.0;
+        Console->setItem(n,j++, new QTableWidgetItem(valid?tr("OK"):tr("-")));
+		
+		if (lexeph[i].tof.time==0) sprintf(tstr,"-");
+		else time2str(lexeph[i].tof,tstr,0);
+        Console->setItem(n,j++, new QTableWidgetItem(tstr));
+		
+		for (k=0,p=health;k<5;k++) {
+			p+=sprintf(p,"%d",(lexeph[i].health>>(4-k))&1);
+		}
+        Console->setItem(n,j++, new QTableWidgetItem(health));
+		
+		if (lexeph[i].toe.time==0) sprintf(tstr,"-");
+		else time2str(lexeph[i].toe,tstr,0);
+        Console->setItem(n,j++, new QTableWidgetItem(tstr));
+		
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].ura)));
+		
+		for (k=0;k<3;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].pos[k],'f',3)));
+		}
+		for (k=0;k<3;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].vel[k],'f',6)));
+		}
+		for (k=0;k<3;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].acc[k],'E',6)));
+		}
+		for (k=0;k<3;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].jerk[k],'E',6)));
+		}
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].af0*1E9,'f',1)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].af1*1E9,'f',4)));
+        Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].tgd*1E9,'f',1)));
+		for (k=0;k<7;k++) {
+            Console->setItem(n,j++, new QTableWidgetItem(QString::number(lexeph[i].isc[k]*1E9,'f',1)));
+		}
+		n++;
+	}
+    Console->setRowCount(n);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetLexIon(void)
+{
+    header.clear();
+    header<<tr("Parameter")<<tr("Value");
+	int i,width[]={220,380};
+	
+    Console->setColumnCount(2);
+    Console->setRowCount(0);
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,width[i]*FontScale/96);
+	}
+    Console->setHorizontalHeaderLabels(header);
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowLexIon(void)
+{
+	lexion_t lexion;
+    int i=0;
+	char tstr[64]="-";
+	
+	rtksvrlock(&rtksvr);
+	lexion=rtksvr.nav.lexion;
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText("");
+	
+	if (lexion.t0.time) time2str(lexion.t0,tstr,3);
+	
+    Console->setRowCount(9);
+    Console->setHorizontalHeaderLabels(header);
+
+    Console->setItem(i,0, new QTableWidgetItem(tr("Reference Time (GPST)")));
+    Console->setItem(i++,1, new QTableWidgetItem(tstr));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Valid Time Tspan (s)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.tspan,'f',1)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("Origin of Approx Function Lat/Lon (deg)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString("%1 %2").arg(lexion.pos0[0]*R2D,0,'f',4).arg(lexion.pos0[1]*R2D,0,'f',4)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("0-0 Degree Coefficient E00 (m)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[0][0],'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("1-1 Degree Coefficient E10 (m/rad)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[1][0],'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("2-0 Degree Coefficient E20 (m/rad^2)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[2][0],'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("0-1 Degree Coefficient E01 (m/rad)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[0][1],'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("1-1 Degree Coefficient E11 (m/rad^2)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[1][1],'f',3)));
+	
+    Console->setItem(i,0, new QTableWidgetItem(tr("2-1 Degree Coefficient E21 (m/rad^3)")));
+    Console->setItem(i++,1, new QTableWidgetItem(QString::number(lexion.coef[2][1],'f',3)));
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::SetIonCorr(void)
+{
+	int i,j;
+
+    header.clear();
+
+    Console->setColumnCount((IONLON2-IONLON1)/DIONLON+2);
+    Console->setRowCount((IONLAT1-IONLAT2)/DIONLAT+2);
+
+    Console->setColumnWidth(0,40*FontScale/96);
+    Console->setItem(0,0, new QTableWidgetItem(""));
+	
+    for (i=0;i<Console->columnCount();i++) {
+        Console->setColumnWidth(i,40*FontScale/96);
+        Console->setItem(0,i, new QTableWidgetItem(QString("%1E").arg(IONLON1+(i-1)*DIONLON,0,'f',0)));
+	}
+    for (j=0;j<Console->rowCount();j++) {
+        Console->setItem(j,0, new QTableWidgetItem(QString("%1N").arg(IONLAT1-(j-1)*DIONLAT,0,'f',0)));
+	}
+    for (i=0;i<Console->columnCount();i++)
+    for (j=0;j<Console->rowCount();j++) Console->setItem(j,i, new QTableWidgetItem("-"));
+}
+//---------------------------------------------------------------------------
+void MonitorDialog::ShowIonCorr(void)
+{
+	gtime_t time;
+    nav_t nav;
+    double pos[3]={0,0,0},ion,var,azel[]={0.0,PI/2.0};
+	int i,j,ionoopt;
+	
+    memset(&nav,0,sizeof(nav_t));
+
+	rtksvrlock(&rtksvr);
+	time=rtksvr.rtk.sol.time;
+	for (i=0;i<8;i++) nav.ion_gps[i]=rtksvr.nav.ion_gps[i];
+	for (i=0;i<4;i++) nav.ion_gal[i]=rtksvr.nav.ion_gal[i];
+	for (i=0;i<8;i++) nav.ion_qzs[i]=rtksvr.nav.ion_qzs[i];
+	for (i=0;i<MAXBAND+1;i++) nav.sbsion[i]=rtksvr.nav.sbsion[i];
+	nav.lexion=rtksvr.nav.lexion;
+	rtksvrunlock(&rtksvr);
+	
+    Label->setText(tr("Vertical L1 Ionospheric Delay (m)"));
+	
+    Console->setHorizontalHeaderLabels(header);
+    ionoopt=SelIon->currentIndex();
+	
+    for (i=0;i<Console->columnCount();i++)
+    for (j=0;j<Console->rowCount();j++) {
+		pos[0]=(IONLAT1-(j-1)*DIONLAT)*D2R;
+		pos[1]=(IONLON1+(i-1)*DIONLON)*D2R;
+
+		if (!ionocorr(time,&nav,0,pos,azel,ionoopt,&ion,&var)||ion==0.0) {
+            Console->setItem(j,i, new QTableWidgetItem("-"));
+		}
+		else {
+            Console->setItem(j,i, new QTableWidgetItem(QString::number(ion,'f',2)));
+		}
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi_qt/mondlg.h b/app/rtknavi_qt/mondlg.h
new file mode 100644
index 0000000..e9ce523
--- /dev/null
+++ b/app/rtknavi_qt/mondlg.h
@@ -0,0 +1,90 @@
+//---------------------------------------------------------------------------
+#ifndef mondlgH
+#define mondlgH
+//---------------------------------------------------------------------------
+#include <QStringList>
+#include <QDialog>
+#include <QTimer>
+
+#include "rtklib.h"
+
+#include "ui_mondlg.h"
+
+//---------------------------------------------------------------------------
+class MonitorDialog : public QDialog, private Ui::MonitorDialog
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent*);
+    void closeEvent(QCloseEvent*);
+
+public slots:
+    void BtnCloseClick();
+    void BtnClearClick();
+    void BtnDownClick();
+    void TypeChange(int);
+    void Timer1Timer();
+    void Timer2Timer();
+    void SelObsChange(int);
+    void SelFmtChange(int);
+
+private:
+	int TypeF,ConFmt,ScrollPos,FontScale,ObsMode;
+    QStringList ConBuff;
+    QStringList header;
+	rtcm_t rtcm;
+	raw_t raw;
+    QTimer timer1,timer2;
+	
+    void ClearTable(void);
+    void SetRtk(void);
+    void SetSat(void);
+    void SetEst(void);
+    void SetCov(void);
+    void SetObs(void);
+    void SetNav(void);
+    void SetGnav(void);
+    void SetStr(void);
+    void SetSbsMsg(void);
+    void SetSbsLong(void);
+    void SetSbsIono(void);
+    void SetSbsFast(void);
+    void SetSbsNav(void);
+    void SetIonUtc(void);
+    void SetRtcm(void);
+    void SetRtcmDgps(void);
+    void SetRtcmSsr(void);
+    void SetLexMsg(void);
+    void SetLexEph(void);
+    void SetLexIon(void);
+    void SetIonCorr(void);
+    void ShowRtk(void);
+    void ShowSat(int sys);
+    void ShowEst(void);
+    void ShowCov(void);
+    void ShowObs(void);
+    void ShowNav(int sys);
+    void ShowGnav(void);
+    void ShowSbsMsg(void);
+    void ShowIonUtc(void);
+    void ShowStr(void);
+    void ShowSbsLong(void);
+    void ShowSbsIono(void);
+    void ShowSbsFast(void);
+    void ShowSbsNav(void);
+    void ShowRtcm(void);
+    void ShowRtcmDgps(void);
+    void ShowRtcmSsr(void);
+    void ShowLexMsg(void);
+    void ShowLexEph(void);
+    void ShowLexIon(void);
+    void ShowIonCorr(void);
+
+    void AddConsole(unsigned char *msg, int n, int mode);
+    void ViewConsole(void);
+
+public:
+    explicit MonitorDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/mondlg.ui b/app/rtknavi_qt/mondlg.ui
new file mode 100644
index 0000000..9d317e6
--- /dev/null
+++ b/app/rtknavi_qt/mondlg.ui
@@ -0,0 +1,505 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MonitorDialog</class>
+ <widget class="QWidget" name="MonitorDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>950</width>
+    <height>502</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>RTK Monitor</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QComboBox" name="Type">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>RTK</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Obs Data</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav GPS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav GLONASS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav Galileo</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav QZSS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav BeiDou</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Nav GEO</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Time/Iono</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Streams</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat GPS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat GLONASS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat Galileo</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat QZSS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat BeiDou</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Sat GEO</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>States</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Covariance</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>SBAS Msgs</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>SBAS Long</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>SBAS Iono</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>SBAS Fast</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>RTCM Msgs</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>RTCM DGPS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>RTCM SSR</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>LEX Msgs</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>LEX Eph/Clock</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>LEX Iono</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Iono Correction</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>1 Rover</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2 Base Station</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3 Correction</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>4 Solution1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5 Solution2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Error/Warning</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelObs">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>Normal</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Extended</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelIon">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Broadcast</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>SBAS</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Dual-Freq</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Estimate STEC</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>IONEX TEC</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>QZS Broadcast</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>QZS LEX</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelSat">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>All</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Only OK</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelStr">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>1 Rover</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2 Base Station</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3 Correction</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0 Combined</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClear">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Clear</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/del.bmp</normaloff>:/buttons/del.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnPause">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Pause</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/pause.bmp</normaloff>:/buttons/pause.bmp</iconset>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnDown">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Scroll Down</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+          <normaloff>:/buttons/fitd.bmp</normaloff>:/buttons/fitd.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelEph">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>Current</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Previous</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="SelFmt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>Stream</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>HEX</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ASCII</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QTableWidget" name="Console"/>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/navimain.cpp b/app/rtknavi_qt/navimain.cpp
new file mode 100644
index 0000000..7323863
--- /dev/null
+++ b/app/rtknavi_qt/navimain.cpp
@@ -0,0 +1,2347 @@
+//---------------------------------------------------------------------------
+// rtknavi : real-time positioning ap
+//
+//          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtknavi [-t title][-i file]
+//
+//           -t title   window title
+//           -i file    ini file path
+//
+// version : $Revision:$ $Date:$
+// history : 2008/07/14  1.0 new
+//           2010/07/18  1.1 rtklib 2.4.0
+//           2010/08/16  1.2 fix bug on setting of satellite antenna model
+//           2010/09/04  1.3 fix bug on setting of receiver antenna delta
+//           2011/06/10  1.4 rtklib 2.4.1
+//           2012/04/03  1.5 rtklib 2.4.2
+//           2014/09/06  1.6 rtklib 2.4.3
+//           2016/01/31  2.0 ported to Qt
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <math.h>
+
+#include <QMessageBox>
+#include <QMainWindow>
+#include <QTimer>
+#include <QFileInfo>
+#include <QFont>
+#include <QSettings>
+#include <QProcess>
+#include <QFileDialog>
+#include <QMessageBox>
+#include <QTextStream>
+#include <QShowEvent>
+#include <QCloseEvent>
+#include <QPainter>
+#include <QDebug>
+
+#ifdef QT5
+#include <QCommandLineParser>
+#endif
+
+#include "rtklib.h"
+#include "instrdlg.h"
+#include "outstrdlg.h"
+#include "logstrdlg.h"
+#include "mondlg.h"
+#include "tcpoptdlg.h"
+#include "aboutdlg.h"
+#include "viewer.h"
+#include "naviopt.h"
+#include "ui_navimain.h"
+#include "navimain.h"
+
+MainWindow *mainForm;
+
+//---------------------------------------------------------------------------
+
+#define PRGNAME     "RTKNAVI-QT"           // program name
+#define TRACEFILE   "rtknavi_%Y%m%d%h%M.trace" // debug trace file
+#define STATFILE    "rtknavi_%Y%m%d%h%M.stat"  // solution status file
+const QChar degreeChar(0260);           // character code of degree (UTF-8)
+#define SATSIZE     20                  // satellite circle size in skyplot
+#define MINSNR      10                  // minimum snr
+#define MAXSNR      60                  // maximum snr
+#define POSFONTNAME "Palatino Linotype"
+#define POSFONTSIZE 12
+#define MINBLLEN    0.01                // minimum baseline length to show
+
+#define KACYCLE     1000                // keep alive cycle (ms)
+#define TIMEOUT     10000               // inactive timeout time (ms)
+#define DEFAULTPORT 52001               // default monitor port number
+#define MAXPORTOFF  9                   // max port number offset
+
+#define SQRT(x)     ((x)<0.0?0.0:sqrt(x))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+//---------------------------------------------------------------------------
+
+rtksvr_t rtksvr;                        // rtk server struct
+stream_t monistr;                       // monitor stream
+
+// show message in message area ---------------------------------------------
+#if 0
+extern "C" {
+extern int showmsg(char *format,...) {return 0;}
+}
+#endif
+// convert degree to deg-min-sec --------------------------------------------
+static void degtodms(double deg, double *dms)
+{
+    double sgn=1.0;
+    if (deg<0.0) {deg=-deg; sgn=-1.0;}
+    dms[0]=floor(deg);
+    dms[1]=floor((deg-dms[0])*60.0);
+    dms[2]=(deg-dms[0]-dms[1]/60.0)*3600;
+    dms[0]*=sgn;
+}
+// execute command ----------------------------------------------------------
+int  MainWindow::ExecCmd(const QString &cmd, int show)
+{
+    Q_UNUSED(show);
+
+    return QProcess::startDetached(cmd); /* FIXME: show option not yet supported */
+}
+// constructor --------------------------------------------------------------
+MainWindow::MainWindow(QWidget *parent)
+    : QDialog(parent)
+{
+    mainForm=this;
+    setupUi(this);
+
+    setlocale(LC_NUMERIC,"C");
+
+    SvrCycle=SvrBuffSize=0;
+    SolBuffSize=1000;
+
+    for (int i=0;i<MAXSTRRTK;i++) {
+        StreamC[i]=Stream[i]=Format[i]=0;
+    }
+    for (int i=0;i<3;i++) {
+        CmdEna[i][0]=CmdEna[i][1]=0;
+    }
+
+    TimeSys=SolType=PlotType1=PlotType2=FreqType1=FreqType2=0;
+    PSol=PSolS=PSolE=Nsat[0]=Nsat[1]=0;
+    NMapPnt=0;
+    OpenPort=0;
+    Time=NULL;
+    SolStat=Nvsat=NULL;
+    SolCurrentStat=0;
+    SolRov=SolRef=Qr=VelRov=Age=Ratio=NULL;
+
+    for (int i=0;i<2;i++) for (int j=0;j<MAXSAT;j++) {
+        Sat[i][j]=Vsat[i][j]=0;
+        Az[i][j]=El[i][j]=0.0;
+        for (int k=0;k<NFREQ;k++) Snr[i][j][k]=0;
+    }
+    PrcOpt=prcopt_default;
+    SolOpt=solopt_default;
+    
+    rtksvrinit(&rtksvr);
+    strinit(&monistr);
+    
+    setWindowTitle(QString(tr("%1 ver. %2")).arg(PRGNAME).arg(VER_RTKLIB));
+    setWindowIcon(QIcon(":/icons/rtknavi_Icon.ico"));
+
+    TLEData.n=TLEData.nmax=0;
+    TLEData.data=NULL;
+    
+    PanelStack=PanelMode=0;
+
+    optDialog=new OptDialog(this);
+    inputStrDialog= new InputStrDialog(this);
+    outputStrDialog=new OutputStrDialog(this);
+    logStrDialog = new LogStrDialog(this);
+    monitor=new MonitorDialog(this);
+    systemTray= new QSystemTrayIcon(this);
+
+    SetTrayIcon(1);
+
+    trayMenu=new QMenu();
+}
+
+MainWindow::~MainWindow()
+{
+}
+
+// callback on form create --------------------------------------------------
+void  MainWindow::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    trace(3,"FormCreate\n");
+
+    UpdatePlot();
+
+    trayMenu->addAction(tr("Main Window..."),this,SLOT(MenuExpandClick()));
+    trayMenu->addAction(tr("Monitor..."),this,SLOT(MenuMonitorClick()));
+    trayMenu->addAction(tr("Plot..."),this,SLOT(MenuPlotClick()));
+    trayMenu->addSeparator();
+    MenuStartAction=trayMenu->addAction(tr("Start"),this,SLOT(MenuStartClick()));
+    MenuStopAction=trayMenu->addAction(tr("Stop"),this,SLOT(MenuStopClick()));
+    trayMenu->addSeparator();
+    MenuExitAction=trayMenu->addAction(tr("Exit"),this,SLOT(MenuExitClick()));
+
+    systemTray->setContextMenu(trayMenu);
+
+    connect(systemTray,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,SLOT(TrayIconClick(QSystemTrayIcon::ActivationReason)));
+    
+    connect(BtnExit,SIGNAL(clicked()),this,SLOT(BtnExitClick()));
+    connect(BtnStart,SIGNAL(clicked()),this,SLOT(BtnStartClick()));
+    connect(BtnStop,SIGNAL(clicked()),this,SLOT(BtnStopClick()));
+    connect(BtnPlot,SIGNAL(clicked()),this,SLOT(BtnPlotClick()));
+    connect(BtnAbout,SIGNAL(clicked(bool)),this,SLOT(BtnAboutClick()));
+    connect(BtnFreqType1,SIGNAL(clicked(bool)),this,SLOT(BtnFreqType1Click()));
+    connect(BtnFreqType2,SIGNAL(clicked(bool)),this,SLOT(BtnFreqType2Click()));
+    connect(BtnInputStr,SIGNAL(clicked(bool)),this,SLOT(BtnInputStrClick()));
+    connect(BtnLogStr,SIGNAL(clicked(bool)),this,SLOT(BtnLogStrClick()));
+    connect(BtnMonitor,SIGNAL(clicked(bool)),this,SLOT(BtnMonitorClick()));
+    connect(BtnOpt,SIGNAL(clicked(bool)),this,SLOT(BtnOptClick()));
+    connect(BtnOutputStr,SIGNAL(clicked(bool)),this,SLOT(BtnOutputStrClick()));
+    connect(BtnPanel,SIGNAL(clicked(bool)),this,SLOT(BtnPanelClick()));
+    connect(BtnPlot,SIGNAL(clicked(bool)),this,SLOT(BtnPlotClick()));
+    connect(BtnPlotType1,SIGNAL(clicked(bool)),this,SLOT(BtnPlotType1Click()));
+    connect(BtnPlotType2,SIGNAL(clicked(bool)),this,SLOT(BtnPlotType2Click()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+    connect(BtnSolType,SIGNAL(clicked(bool)),this,SLOT(BtnSolTypeClick()));
+    connect(BtnSolType2,SIGNAL(clicked(bool)),this,SLOT(BtnSolTypeClick()));
+    connect(BtnTaskTray,SIGNAL(clicked(bool)),this,SLOT(BtnTaskTrayClick()));
+    connect(BtnTimeSys,SIGNAL(clicked(bool)),this,SLOT(BtnTimeSysClick()));
+    connect(ScbSol,SIGNAL(valueChanged(int)),this,SLOT(ScbSolChange()));
+    connect(&Timer,SIGNAL(timeout()),this,SLOT(TimerTimer()));
+
+    Timer.setInterval(100);
+    Timer.setSingleShot(false);
+    Timer.start();
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+    
+    InitSolBuff();
+    strinitcom();
+
+#ifdef QT5
+    QCommandLineParser parser;
+    parser.setApplicationDescription("RTK Navi");
+    parser.addHelpOption();
+    parser.addVersionOption();
+
+    QCommandLineOption iniFileOption(QStringList() << "i" << "ini-file",
+            QCoreApplication::translate("main", "ini file to use"),
+            QCoreApplication::translate("main", "ini file"));
+    parser.addOption(iniFileOption);
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(iniFileOption))
+        IniFile=parser.value(iniFileOption);
+#endif /*TODO: alternative for QT4 */
+    LoadOpt();
+    
+    LoadNav(&rtksvr.nav);
+    
+    OpenMoniPort(MoniPort);
+
+    if (TLEFileF!="") {
+        tle_read(qPrintable(TLEFileF),&TLEData);
+    }
+    if (TLESatFileF!="") {
+        tle_name_read(qPrintable(TLESatFileF),&TLEData);
+    }
+
+    UpdatePanel();
+    UpdateTimeSys();
+    UpdateSolType();
+    UpdateFont();
+    UpdatePos();
+}
+// callback on form close ---------------------------------------------------
+void  MainWindow::closeEvent(QCloseEvent *event )
+{
+    trace(3,"FormClose\n");
+
+    if (event->spontaneous()) return;
+
+    if (OpenPort>0) {
+        // send disconnect message
+        strwrite(&monistr,(unsigned char *)MSG_DISCONN,strlen(MSG_DISCONN));
+        
+        strclose(&monistr);
+    }
+    SaveOpt();
+    SaveNav(&rtksvr.nav);
+
+    QWidget::closeEvent(event);
+}
+// update panel -------------------------------------------------------------
+void  MainWindow::UpdatePanel(void)
+{
+    if (PanelMode==0) {
+        Panel21 ->setVisible(true);
+        Panel5  ->setVisible(false);
+        Panel221->setVisible(false);
+    }
+    else if (PanelMode==1) {
+        Panel21 ->setVisible(true);
+        Panel5  ->setVisible(false);
+        Panel221->setVisible(true);
+    }
+    else if (PanelMode==2) {
+        Panel21 ->setVisible(false);
+        Panel5  ->setVisible(true);
+        Panel221->setVisible(true);
+    }
+    else {
+        Panel21 ->setVisible(false);
+        Panel5  ->setVisible(true);
+        Panel221->setVisible(false);
+    }
+}
+// callback on button-exit --------------------------------------------------
+void  MainWindow::BtnExitClick()
+{
+    trace(3,"BtnExitClick\n");
+    
+    close();
+}
+// callback on button-start -------------------------------------------------
+void  MainWindow::BtnStartClick()
+{
+    trace(3,"BtnStartClick\n");
+    
+    SvrStart();
+}
+// callback on button-stop --------------------------------------------------
+void  MainWindow::BtnStopClick()
+{
+    trace(3,"BtnStopClick\n");
+    
+    SvrStop();
+}
+// callback on button-plot --------------------------------------------------
+void  MainWindow::BtnPlotClick()
+{
+    QString cmd;
+    
+    trace(3,"BtnPlotClick\n");
+    
+    if (OpenPort<=0) {
+        QMessageBox::critical(this,tr("Error"),tr("monitor port not open"));
+        return;
+    }
+    cmd=QString("rtkplot_qt -p tcpcli://localhost:%1 -t \"%2 %3\"").arg(OpenPort)
+                .arg(windowTitle()).arg(": RTKPLOT");
+    if (!ExecCmd(cmd,1)) {
+        QMessageBox::critical(this,tr("Error"),tr("error: rtkplot execution"));
+    }
+}
+// callback on button-options -----------------------------------------------
+void  MainWindow::BtnOptClick()
+{
+    int i,chgmoni=0;
+    
+    trace(3,"BtnOptClick\n");
+    
+    optDialog->PrcOpt     =PrcOpt;
+    optDialog->SolOpt     =SolOpt;
+    optDialog->DebugStatusF=DebugStatusF;
+    optDialog->DebugTraceF=DebugTraceF;
+    optDialog->BaselineC  =BaselineC;
+    optDialog->Baseline[0]=Baseline[0];
+    optDialog->Baseline[1]=Baseline[1];
+    
+    optDialog->RovPosTypeF=RovPosTypeF;
+    optDialog->RefPosTypeF=RefPosTypeF;
+    optDialog->RovAntPcvF =RovAntPcvF;
+    optDialog->RefAntPcvF =RefAntPcvF;
+    optDialog->RovAntF    =RovAntF;
+    optDialog->RefAntF    =RefAntF;
+    
+    optDialog->SatPcvFileF=SatPcvFileF;
+    optDialog->AntPcvFileF=AntPcvFileF;
+    optDialog->StaPosFileF=StaPosFileF;
+    optDialog->GeoidDataFileF=GeoidDataFileF;
+    optDialog->DCBFileF   =DCBFileF;
+    optDialog->EOPFileF   =EOPFileF;
+    optDialog->TLEFileF   =TLEFileF;
+    optDialog->TLESatFileF=TLESatFileF;
+    optDialog->LocalDirectory=LocalDirectory;
+    
+    optDialog->SvrCycle   =SvrCycle;
+    optDialog->TimeoutTime=TimeoutTime;
+    optDialog->ReconTime  =ReconTime;
+    optDialog->NmeaCycle  =NmeaCycle;
+    optDialog->FileSwapMargin=FileSwapMargin;
+    optDialog->SvrBuffSize=SvrBuffSize;
+    optDialog->SolBuffSize=SolBuffSize;
+    optDialog->SavedSol   =SavedSol;
+    optDialog->NavSelect  =NavSelect;
+    optDialog->DgpsCorr   =DgpsCorr;
+    optDialog->SbasCorr   =SbasCorr;
+    optDialog->ExSats     =ExSats;
+    optDialog->ProxyAddr  =ProxyAddr;
+    optDialog->MoniPort   =MoniPort;
+    optDialog->PanelStack =PanelStack;
+    
+    for (i=0;i<3;i++) {
+        optDialog->RovAntDel[i]=RovAntDel[i];
+        optDialog->RefAntDel[i]=RefAntDel[i];
+        optDialog->RovPos   [i]=RovPos   [i];
+        optDialog->RefPos   [i]=RefPos   [i];
+    }
+    optDialog->PosFont=PosFont;
+    
+    optDialog->exec();
+
+    if (optDialog->result()!=QDialog::Accepted) return;
+    
+    PrcOpt     =optDialog->PrcOpt;
+    SolOpt     =optDialog->SolOpt;
+    DebugStatusF=optDialog->DebugStatusF;
+    DebugTraceF=optDialog->DebugTraceF;
+    BaselineC  =optDialog->BaselineC;
+    Baseline[0]=optDialog->Baseline[0];
+    Baseline[1]=optDialog->Baseline[1];
+    
+    RovPosTypeF=optDialog->RovPosTypeF;
+    RefPosTypeF=optDialog->RefPosTypeF;
+    RovAntPcvF =optDialog->RovAntPcvF;
+    RefAntPcvF =optDialog->RefAntPcvF;
+    RovAntF    =optDialog->RovAntF;
+    RefAntF    =optDialog->RefAntF;
+    
+    SatPcvFileF=optDialog->SatPcvFileF;
+    AntPcvFileF=optDialog->AntPcvFileF;
+    StaPosFileF=optDialog->StaPosFileF;
+    GeoidDataFileF=optDialog->GeoidDataFileF;
+    DCBFileF   =optDialog->DCBFileF;
+    EOPFileF   =optDialog->EOPFileF;
+    TLEFileF   =optDialog->TLEFileF;
+    TLESatFileF=optDialog->TLESatFileF;
+    LocalDirectory=optDialog->LocalDirectory;
+    
+    SvrCycle   =optDialog->SvrCycle;
+    TimeoutTime=optDialog->TimeoutTime;
+    ReconTime  =optDialog->ReconTime;
+    NmeaCycle  =optDialog->NmeaCycle;
+    FileSwapMargin=optDialog->FileSwapMargin;
+    SvrBuffSize=optDialog->SvrBuffSize;
+    SavedSol   =optDialog->SavedSol;
+    NavSelect  =optDialog->NavSelect;
+    DgpsCorr   =optDialog->DgpsCorr;
+    SbasCorr   =optDialog->SbasCorr;
+    ExSats     =optDialog->ExSats;
+    ProxyAddr  =optDialog->ProxyAddr;
+    if (MoniPort!=optDialog->MoniPort) chgmoni=1;
+    MoniPort   =optDialog->MoniPort;
+    PanelStack =optDialog->PanelStack;
+    
+    if (SolBuffSize!=optDialog->SolBuffSize) {
+        SolBuffSize=optDialog->SolBuffSize;
+        InitSolBuff();
+        UpdateTime();
+        UpdatePos();
+        UpdatePlot();
+    }
+    for (i=0;i<3;i++) {
+        RovAntDel[i]=optDialog->RovAntDel[i];
+        RefAntDel[i]=optDialog->RefAntDel[i];
+        RovPos   [i]=optDialog->RovPos   [i];
+        RefPos   [i]=optDialog->RefPos   [i];
+    }
+    PosFont=optDialog->PosFont;
+    
+    UpdateFont();
+    UpdatePanel();
+    
+    if (!chgmoni) return;
+    
+    // send disconnect message
+    if (OpenPort>0) {
+        strwrite(&monistr,(unsigned char *)MSG_DISCONN,strlen(MSG_DISCONN));
+        
+        strclose(&monistr);
+    }
+    // reopen monitor stream
+    OpenMoniPort(MoniPort);
+}
+// callback on button-input-streams -----------------------------------------
+void  MainWindow::BtnInputStrClick()
+{
+    int i,j;
+    
+    trace(3,"BtnInputStrClick\n");
+
+    for (i=0;i<3;i++) {
+        inputStrDialog->StreamC[i]=StreamC[i];
+        inputStrDialog->Stream [i]=Stream [i];
+        inputStrDialog->Format [i]=Format [i];
+        inputStrDialog->RcvOpt [i]=RcvOpt [i];
+        
+        /* Paths[0]:serial,[1]:tcp,[2]:file,[3]:ftp */
+        for (j=0;j<4;j++) inputStrDialog->Paths[i][j]=Paths[i][j];
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        inputStrDialog->CmdEna   [i][j]=CmdEna   [i][j];
+        inputStrDialog->Cmds     [i][j]=Cmds     [i][j];
+        inputStrDialog->CmdEnaTcp[i][j]=CmdEnaTcp[i][j];
+        inputStrDialog->CmdsTcp  [i][j]=CmdsTcp  [i][j];
+    }
+    for (i=0;i<10;i++) {
+        inputStrDialog->History [i]=History [i];
+        inputStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    inputStrDialog->NmeaReq   =NmeaReq;
+    inputStrDialog->TimeTag   =InTimeTag;
+    inputStrDialog->TimeSpeed =InTimeSpeed;
+    inputStrDialog->TimeStart =InTimeStart;
+    inputStrDialog->NmeaPos[0]=NmeaPos[0];
+    inputStrDialog->NmeaPos[1]=NmeaPos[1];
+    
+    inputStrDialog->exec();
+
+    if (inputStrDialog->result()!=QDialog::Accepted) return;
+    
+    for (i=0;i<3;i++) {
+        StreamC[i]=inputStrDialog->StreamC[i];
+        Stream [i]=inputStrDialog->Stream[i];
+        Format [i]=inputStrDialog->Format[i];
+        RcvOpt [i]=inputStrDialog->RcvOpt[i];
+        for (j=0;j<4;j++) Paths[i][j]=inputStrDialog->Paths[i][j];
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        CmdEna   [i][j]=inputStrDialog->CmdEna   [i][j];
+        Cmds     [i][j]=inputStrDialog->Cmds     [i][j];
+        CmdEnaTcp[i][j]=inputStrDialog->CmdEnaTcp[i][j];
+        CmdsTcp  [i][j]=inputStrDialog->CmdsTcp  [i][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=inputStrDialog->History [i];
+        MntpHist[i]=inputStrDialog->MntpHist[i];
+    }
+    NmeaReq=inputStrDialog->NmeaReq;
+    InTimeTag  =inputStrDialog->TimeTag;
+    InTimeSpeed=inputStrDialog->TimeSpeed;
+    InTimeStart=inputStrDialog->TimeStart;
+    NmeaPos[0] =inputStrDialog->NmeaPos[0];
+    NmeaPos[1] =inputStrDialog->NmeaPos[1];
+}
+// confirm overwrite --------------------------------------------------------
+int  MainWindow::ConfOverwrite(const QString &path)
+{
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int i;
+    QString buff1, buff2;
+    
+    trace(3,"ConfOverwrite\n");
+    
+    buff1=path.mid(path.indexOf("::"));
+        
+    if (!QFile::exists(buff1)) return 1; // file not exists
+    
+    // check overwrite input files
+    for (i=0;i<3;i++) {
+        if (!StreamC[i]||itype[Stream[i]]!=STR_FILE) continue;
+        
+        buff2=Paths[i][2];
+        buff2=buff2.mid(buff2.indexOf("::"));
+        
+        if (buff1==buff2) {
+            Message->setText(QString(tr("invalid output %1")).arg(buff1));
+            return 0;
+        }
+    }
+
+    return QMessageBox::question(this,tr("File exists"),buff1)==QMessageBox::Yes;
+}
+// callback on button-output-streams ----------------------------------------
+void  MainWindow::BtnOutputStrClick()
+{
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,j,str,update[2]={0};
+    char path[1024];
+    
+    trace(3,"BtnOutputStrClick\n");
+    
+    for (i=3;i<5;i++) {
+        outputStrDialog->StreamC[i-3]=StreamC[i];
+        outputStrDialog->Stream [i-3]=Stream[i];
+        outputStrDialog->Format [i-3]=Format[i];
+        for (j=0;j<4;j++) outputStrDialog->Paths[i-3][j]=Paths[i][j];
+    }
+    for (i=0;i<10;i++) {
+        outputStrDialog->History [i]=History [i];
+        outputStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    outputStrDialog->OutTimeTag=OutTimeTag;
+    outputStrDialog->OutAppend =OutAppend;
+    outputStrDialog->SwapInterval=OutSwapInterval;
+    outputStrDialog->exec();
+
+    if (outputStrDialog->result()!=QDialog::Accepted) return;
+    
+    for (i=3;i<5;i++) {
+        if (StreamC[i]!=outputStrDialog->StreamC[i-3]||
+            Stream [i]!=outputStrDialog->Stream[i-3]||
+            Format [i]!=outputStrDialog->Format[i-3]||
+            Paths[i][0]!=outputStrDialog->Paths[i-3][0]||
+            Paths[i][1]!=outputStrDialog->Paths[i-3][1]||
+            Paths[i][2]!=outputStrDialog->Paths[i-3][2]||
+            Paths[i][3]!=outputStrDialog->Paths[i-3][3]) update[i-3]=1;
+        StreamC[i]=outputStrDialog->StreamC[i-3];
+        Stream [i]=outputStrDialog->Stream[i-3];
+        Format [i]=outputStrDialog->Format[i-3];
+        for (j=0;j<4;j++) Paths[i][j]=outputStrDialog->Paths[i-3][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=outputStrDialog->History [i];
+        MntpHist[i]=outputStrDialog->MntpHist[i];
+    }
+    OutTimeTag=outputStrDialog->OutTimeTag;
+    OutAppend =outputStrDialog->OutAppend;
+    OutSwapInterval=outputStrDialog->SwapInterval;
+    
+    if (BtnStart->isEnabled()) return;
+    
+    for (i=3;i<5;i++) {
+        if (!update[i-3]) continue;
+        
+        rtksvrclosestr(&rtksvr,i);
+        
+        if (!StreamC[i]) continue;
+        
+        str=otype[Stream[i]];
+        if      (str==STR_SERIAL)             strncpy(path,qPrintable(Paths[i][0]),1024);
+        else if (str==STR_FILE  )             strncpy(path,qPrintable(Paths[i][2]),1024);
+        else if (str==STR_FTP||str==STR_HTTP) strncpy(path,qPrintable(Paths[i][3]),1024);
+        else                                  strncpy(path,qPrintable(Paths[i][1]),1024);
+        if (str==STR_FILE&&!ConfOverwrite(path)) {
+            StreamC[i]=0;
+            continue;
+        }
+        SolOpt.posf=Format[i];
+        rtksvropenstr(&rtksvr,i,str,path,&SolOpt);
+    }
+}
+// callback on button-log-streams -------------------------------------------
+void  MainWindow::BtnLogStrClick()
+{
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,j,str,update[3]={0};
+    char path[1024];
+    
+    trace(3,"BtnLogStrClick\n");
+    
+    for (i=5;i<8;i++) {
+        logStrDialog->StreamC[i-5]=StreamC[i];
+        logStrDialog->Stream [i-5]=Stream [i];
+        for (j=0;j<4;j++) logStrDialog->Paths[i-5][j]=Paths[i][j];
+    }
+    for (i=0;i<10;i++) {
+        logStrDialog->History [i]=History [i];
+        logStrDialog->MntpHist[i]=MntpHist[i];
+    }
+    logStrDialog->LogTimeTag=LogTimeTag;
+    logStrDialog->LogAppend =LogAppend;
+    logStrDialog->SwapInterval=LogSwapInterval;
+    
+    logStrDialog->exec();
+
+    if (logStrDialog->result()!=QDialog::Accepted) return;
+    
+    for (i=5;i<8;i++) {
+        if (StreamC[i]!=outputStrDialog->StreamC[(i-5)%2]||
+            Stream [i]!=outputStrDialog->Stream[(i-5)%2]||
+            Paths[i][0]!=outputStrDialog->Paths[(i-3)%2][0]||
+            Paths[i][1]!=outputStrDialog->Paths[(i-3)%2][1]||
+            Paths[i][2]!=outputStrDialog->Paths[(i-3)%2][2]||
+            Paths[i][3]!=outputStrDialog->Paths[(i-3)%2][3]) update[i-5]=1;
+        StreamC[i]=logStrDialog->StreamC[i-5];
+        Stream [i]=logStrDialog->Stream [i-5];
+        for (j=0;j<4;j++) Paths[i][j]=logStrDialog->Paths[i-5][j];
+    }
+    for (i=0;i<10;i++) {
+        History [i]=logStrDialog->History [i];
+        MntpHist[i]=logStrDialog->MntpHist[i];
+    }
+    LogTimeTag=logStrDialog->LogTimeTag;
+    LogAppend =logStrDialog->LogAppend;
+    LogSwapInterval=logStrDialog->SwapInterval;
+    
+    if (BtnStart->isEnabled()) return;
+    
+    for (i=5;i<8;i++) {
+        if (!update[i-5]) continue;
+        
+        rtksvrclosestr(&rtksvr,i);
+        
+        if (!StreamC[i]) continue;
+        
+        str=otype[Stream[i]];
+        if      (str==STR_SERIAL)             strncpy(path,qPrintable(Paths[i][0]),1024);
+        else if (str==STR_FILE  )             strncpy(path,qPrintable(Paths[i][2]),1024);
+        else if (str==STR_FTP||str==STR_HTTP) strncpy(path,qPrintable(Paths[i][3]),1024);
+        else                                  strncpy(path,qPrintable(Paths[i][1]),1024);
+        if (str==STR_FILE&&!ConfOverwrite(path)) {
+            StreamC[i]=0;
+            continue;
+        }
+        rtksvropenstr(&rtksvr,i,str,path,&SolOpt);
+    }
+}
+// callback on button-solution-show -----------------------------------------
+void  MainWindow::BtnPanelClick()
+{
+    trace(3,"BtnPanelClick\n");
+    
+    if (++PanelMode>3) PanelMode=0;
+    UpdatePanel();
+}
+// callback on button-plot-type-1 -------------------------------------------
+void  MainWindow::BtnTimeSysClick()
+{
+    trace(3,"BtnTimeSysClick\n");
+    
+    if (++TimeSys>3) TimeSys=0;
+    UpdateTimeSys();
+}
+// callback on button-solution-type -----------------------------------------
+void  MainWindow::BtnSolTypeClick()
+{
+    trace(3,"BtnSolTypeClick\n");
+    
+    if (++SolType>4) SolType=0;
+    UpdateSolType();
+}
+// callback on button-plottype-1 --------------------------------------------
+void  MainWindow::BtnPlotType1Click()
+{
+    trace(3,"BtnPlotType1Click\n");
+    
+    if (++PlotType1>4) PlotType1=0;
+    UpdatePlot();
+    UpdatePos();
+}
+// callback on button-plottype-2 --------------------------------------------
+void  MainWindow::BtnPlotType2Click()
+{
+    trace(3,"BtnPlotType2Click\n");
+    
+    if (++PlotType2>4) PlotType2=0;
+
+    UpdatePlot();
+    UpdatePos();
+}
+// callback on button frequency-type-1 --------------------------------------
+void  MainWindow::BtnFreqType1Click()
+{
+    trace(3,"BtnFreqType1Click\n");
+    
+    if (++FreqType1>NFREQ+1) FreqType1=0;
+
+    UpdateSolType();
+}
+// callback on button frequency-type-2 --------------------------------------
+void  MainWindow::BtnFreqType2Click()
+{
+    trace(3,"BtnFreqType2Click\n");
+    
+    if (++FreqType2>NFREQ+1) FreqType2=0;
+
+    UpdateSolType();
+}
+// callback on button-rtk-monitor -------------------------------------------
+void  MainWindow::BtnMonitorClick()
+{
+    
+    trace(3,"BtnMonitorClick\n");
+    
+    monitor->setWindowTitle(windowTitle()+": RTK Monitor");
+    monitor->show();
+}
+// callback on scroll-solution change ---------------------------------------
+void  MainWindow::ScbSolChange()
+{
+    trace(3,"ScbSolChange\n");
+    
+    PSol=PSolS+ScbSol->value();
+    if (PSol>=SolBuffSize) PSol-=SolBuffSize;
+
+    UpdateTime();
+    UpdatePos();
+}
+// callback on button-save --------------------------------------------------
+void  MainWindow::BtnSaveClick()
+{
+    trace(3,"BtnSaveClick\n");
+    
+    SaveLog();
+}
+// callback on button-about -------------------------------------------------
+void  MainWindow::BtnAboutClick()
+{
+    QString prog=PRGNAME;
+    
+    trace(3,"BtnAboutClick\n");
+
+    aboutDialog=new AboutDialog(this);
+    aboutDialog->About=prog;
+    aboutDialog->IconIndex=5;
+    aboutDialog->exec();
+
+    delete aboutDialog;
+}
+// callback on button-tasktray ----------------------------------------------
+void  MainWindow::BtnTaskTrayClick()
+{
+    trace(3,"BtnTaskTrayClick\n");
+    
+    setVisible(false);
+    systemTray->setToolTip(windowTitle());
+    systemTray->setVisible(true);
+}
+// callback on button-tasktray ----------------------------------------------
+void  MainWindow::TrayIconClick(QSystemTrayIcon::ActivationReason reason)
+{
+    trace(3,"TaskIconDblClick\n");
+    if (reason!=QSystemTrayIcon::DoubleClick) return;
+
+    setVisible(true);
+    systemTray->setVisible(false);
+}
+// callback on menu-expand --------------------------------------------------
+void  MainWindow::MenuExpandClick()
+{
+    trace(3,"MenuExpandClick\n");
+    
+    setVisible(true);
+    systemTray->setVisible(false);
+}
+// callback on menu-start ---------------------------------------------------
+void  MainWindow::MenuStartClick()
+{
+    trace(3,"MenuStartClick\n");
+    
+    BtnStartClick();
+}
+// callback on menu-stop ----------------------------------------------------
+void  MainWindow::MenuStopClick()
+{
+    trace(3,"MenuStopClick\n");
+    
+    BtnStopClick();
+}
+// callback on menu-monitor -------------------------------------------------
+void  MainWindow::MenuMonitorClick()
+{
+    trace(3,"MenuMonitorClick\n");
+    
+    BtnMonitorClick();
+}
+// callback on menu-plot ----------------------------------------------------
+void  MainWindow::MenuPlotClick()
+{
+    trace(3,"MenuPlotClick\n");
+    
+    BtnPlotClick();
+}
+// callback on menu-exit ----------------------------------------------------
+void  MainWindow::MenuExitClick()
+{
+    trace(3,"MenuExitClick\n");
+    
+    BtnExitClick();
+}
+// start rtk server ---------------------------------------------------------
+void  MainWindow::SvrStart(void)
+{
+    solopt_t solopt[2];
+    double pos[3],nmeapos[3];
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    int i,strs[MAXSTRRTK]={0},sat,ex,stropt[8]={0};
+    char *paths[8],*cmds[3]={0},*rcvopts[3]={0};
+    char buff[1024],*p;
+    gtime_t time=timeget();
+    pcvs_t pcvr,pcvs;
+    pcv_t *pcv;
+    
+    trace(3,"SvrStart\n");
+    
+    memset(&pcvr,0,sizeof(pcvs_t));
+    memset(&pcvs,0,sizeof(pcvs_t));
+
+    Message->setText("");
+    
+    if (RovPosTypeF<=2) {
+        PrcOpt.rovpos=0;
+        PrcOpt.ru[0]=RovPos[0];
+        PrcOpt.ru[1]=RovPos[1];
+        PrcOpt.ru[2]=RovPos[2];
+    }
+    else {
+        PrcOpt.rovpos=4;
+        for (i=0;i<3;i++) PrcOpt.ru[i]=0.0;
+    }
+    if (RefPosTypeF<=2) {
+        PrcOpt.refpos=0;
+        PrcOpt.rb[0]=RefPos[0];
+        PrcOpt.rb[1]=RefPos[1];
+        PrcOpt.rb[2]=RefPos[2];
+    }
+    else {
+        PrcOpt.refpos=4;
+        for (i=0;i<3;i++) PrcOpt.rb[i]=0.0;
+    }
+    for (i=0;i<MAXSAT;i++) {
+        PrcOpt.exsats[i]=0;
+    }
+    if (ExSats!="") { // excluded satellites
+        strcpy(buff,qPrintable(ExSats));
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+') {ex=2; p++;} else ex=1;
+            if (!(sat=satid2no(p))) continue;
+            PrcOpt.exsats[sat-1]=ex;
+        }
+    }
+    if ((RovAntPcvF||RefAntPcvF)&&!readpcv(qPrintable(AntPcvFileF),&pcvr)) {
+        Message->setText(QString(tr("rcv ant file read error %1")).arg(AntPcvFileF));
+        return;
+    }
+    if (RovAntPcvF) {
+        if ((pcv=searchpcv(0,qPrintable(RovAntF),time,&pcvr))) {
+            PrcOpt.pcvr[0]=*pcv;
+        }
+        else {
+            Message->setText(QString(tr("no antenna pcv %1")).arg(qPrintable(RovAntF)));
+        }
+        for (i=0;i<3;i++) PrcOpt.antdel[0][i]=RovAntDel[i];
+    }
+    if (RefAntPcvF) {
+        if ((pcv=searchpcv(0,qPrintable(RefAntF),time,&pcvr))) {
+            PrcOpt.pcvr[1]=*pcv;
+        }
+        else {
+            Message->setText(QString(tr("no antenna pcv %1")).arg(qPrintable(RefAntF)));
+        }
+        for (i=0;i<3;i++) PrcOpt.antdel[1][i]=RefAntDel[i];
+    }
+    if (RovAntPcvF||RefAntPcvF) {
+        free(pcvr.pcv);
+    }
+    if (PrcOpt.sateph==EPHOPT_PREC||PrcOpt.sateph==EPHOPT_SSRCOM) {
+        if (!readpcv(qPrintable(SatPcvFileF),&pcvs)) {
+            Message->setText(QString(tr("sat ant file read error %1")).arg(SatPcvFileF));
+            return;
+        }
+        for (i=0;i<MAXSAT;i++) {
+            if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+            rtksvr.nav.pcvs[i]=*pcv;
+        }
+        free(pcvs.pcv);
+    }
+    if (BaselineC) {
+        PrcOpt.baseline[0]=Baseline[0];
+        PrcOpt.baseline[1]=Baseline[1];
+    }
+    else {
+        PrcOpt.baseline[0]=0.0;
+        PrcOpt.baseline[1]=0.0;
+    }
+    for (i=0;i<3;i++) strs[i]=StreamC[i]?itype[Stream[i]]:STR_NONE;
+    for (i=3;i<5;i++) strs[i]=StreamC[i]?otype[Stream[i]]:STR_NONE;
+    for (i=5;i<8;i++) strs[i]=StreamC[i]?otype[Stream[i]]:STR_NONE;
+    for (i=0;i<8;i++) {
+        paths[i]= new char[1024];
+        paths[i][0]='\0';
+        if      (strs[i]==STR_NONE  ) strcpy(paths[i],"");
+        else if (strs[i]==STR_SERIAL) strcpy(paths[i],qPrintable(Paths[i][0]));
+        else if (strs[i]==STR_FILE  ) strcpy(paths[i],qPrintable(Paths[i][2]));
+        else if (strs[i]==STR_FTP||strs[i]==STR_HTTP) strcpy(paths[i],qPrintable(Paths[i][3]));
+        else strcpy(paths[i],qPrintable(Paths[i][1]));
+    }
+    for (i=0;i<3;i++) {
+        cmds[i]=new char[1024];
+        rcvopts[i]=new char[1024];
+        cmds[i][0]=rcvopts[i][0]='\0';
+        if (strs[i]==STR_SERIAL) {
+            if (CmdEna[i][0]) strcpy(cmds[i],qPrintable(Cmds[i][0]));
+        }
+        else if (strs[i]==STR_TCPCLI||strs[i]==STR_TCPSVR||
+                 strs[i]==STR_NTRIPCLI) {
+            if (CmdEnaTcp[i][0]) strcpy(cmds[i],qPrintable(CmdsTcp[i][0]));
+        }
+        strcpy(rcvopts[i],qPrintable(RcvOpt[i]));
+    }
+    NmeaCycle=NmeaCycle<1000?1000:NmeaCycle;
+    pos[0]=NmeaPos[0]*D2R;
+    pos[1]=NmeaPos[1]*D2R;
+    pos[2]=0.0;
+    pos2ecef(pos,nmeapos);
+    
+    strsetdir(qPrintable(LocalDirectory));
+    strsetproxy(qPrintable(ProxyAddr));
+    
+    for (i=3;i<8;i++) {
+        if (strs[i]==STR_FILE&&!ConfOverwrite(paths[i])) return;
+    }
+    if (DebugTraceF>0) {
+        traceopen(TRACEFILE);
+        tracelevel(DebugTraceF);
+    }
+    if (DebugStatusF>0) {
+        rtkopenstat(STATFILE,DebugStatusF);
+    }
+    if (SolOpt.geoid>0&&GeoidDataFileF!="") {
+        opengeoid(SolOpt.geoid,qPrintable(GeoidDataFileF));
+    }
+    if (DCBFileF!="") {
+        readdcb(qPrintable(DCBFileF),&rtksvr.nav,NULL);
+    }
+    for (i=0;i<2;i++) {
+        solopt[i]=SolOpt;
+        solopt[i].posf=Format[i+3];
+    }
+    stropt[0]=TimeoutTime;
+    stropt[1]=ReconTime;
+    stropt[2]=1000;
+    stropt[3]=SvrBuffSize;
+    stropt[4]=FileSwapMargin;
+    strsetopt(stropt);
+    
+    // start rtk server
+    if (!rtksvrstart(&rtksvr,SvrCycle,SvrBuffSize,strs,paths,Format,NavSelect,
+                     cmds,rcvopts,NmeaCycle,NmeaReq,nmeapos,&PrcOpt,solopt,
+                     &monistr)) {
+        traceclose();
+        for (i=0;i<8;i++) delete paths[i];
+        for (i=0;i<3;i++) delete rcvopts[i];
+        for (i=0;i<3;i++) delete cmds[i];
+        return;
+    }
+    for (i=0;i<8;i++) delete paths[i];
+    for (i=0;i<3;i++) delete rcvopts[i];
+    for (i=0;i<3;i++) delete cmds[i];
+    PSol=PSolS=PSolE=0;
+    SolStat[0]=Nvsat[0]=0;
+    for (i=0;i<3;i++) SolRov[i]=SolRef[i]=VelRov[i]=0.0;
+    for (i=0;i<9;i++) Qr[i]=0.0;
+    Age[0]=Ratio[0]=0.0;
+    Nsat[0]=Nsat[1]=0;
+    UpdatePos();
+    UpdatePlot();
+    BtnStart   ->setEnabled(false);
+    BtnOpt      ->setEnabled(false);
+    BtnExit     ->setEnabled(false);
+    BtnInputStr ->setEnabled(false);
+    MenuStartAction   ->setEnabled(false);
+    MenuExitAction    ->setEnabled(false);
+    ScbSol      ->setEnabled(false);
+    BtnStop     ->setEnabled(true);
+    MenuStopAction    ->setEnabled(true);
+    Svr->setStyleSheet("QLabel {background-color: rgb(255,128,0);}");
+    SetTrayIcon(0);
+}
+// strop rtk server ---------------------------------------------------------
+void  MainWindow::SvrStop(void)
+{
+    char *cmds[3]={0};
+    int i,n,m,str;
+    
+    trace(3,"SvrStop\n");
+    
+    for (i=0;i<3;i++) {
+        cmds[i]=new char[1024];
+        cmds[i][0]='\0';
+        str=rtksvr.stream[i].type;
+        
+        if (str==STR_SERIAL) {
+            if (CmdEna[i][1]) strcpy(cmds[i],qPrintable(Cmds[i][1]));
+        }
+        else if (str==STR_TCPCLI||str==STR_TCPSVR||str==STR_NTRIPCLI) {
+            if (CmdEnaTcp[i][1]) strcpy(cmds[i],qPrintable(CmdsTcp[i][1]));
+        }
+    }
+    rtksvrstop(&rtksvr,cmds);
+    for (i=0;i<3;i++) delete cmds[i];
+    
+    BtnStart    ->setEnabled(true);
+    BtnOpt      ->setEnabled(true);
+    BtnExit     ->setEnabled(true);
+    BtnInputStr ->setEnabled(true);
+    MenuStartAction   ->setEnabled(true);
+    MenuExitAction    ->setEnabled(true);
+    ScbSol      ->setEnabled(true);
+    BtnStop     ->setEnabled(false);
+    MenuStopAction    ->setEnabled(false);
+    Svr->setStyleSheet("QLabel {background-color: gray;}");
+    SetTrayIcon(1);
+    
+    LabelTime->setStyleSheet("QLabel {color: gray;}");
+    IndSol->setStyleSheet("QLabel {color: white; background-color: white;}");
+    n=PSolE-PSolS; if (n<0) n+=SolBuffSize;
+    m=PSol-PSolS;  if (m<0) m+=SolBuffSize;
+    if (n>0) {
+        ScbSol->setMaximum(n-1); ScbSol->setValue(m);
+    }
+    Message->setText("");
+    
+    if (DebugTraceF>0) traceclose();
+    if (DebugStatusF>0) rtkclosestat();
+    if (OutputGeoidF>0&&GeoidDataFileF!="") closegeoid();
+}
+// callback on interval timer -----------------------------------------------
+void  MainWindow::TimerTimer()
+{
+    static int n=0,inactive=0;
+    sol_t *sol;
+    int i,update=0;
+    
+    trace(4,"TimerTimer\n");
+    
+    rtksvrlock(&rtksvr);
+    
+    for (i=0;i<rtksvr.nsol;i++) {
+        sol=rtksvr.solbuf+i;
+        UpdateLog(sol->stat,sol->time,sol->rr,sol->qr,rtksvr.rtk.rb,sol->ns,
+                  sol->age,sol->ratio);
+        update=1;
+    }
+    rtksvr.nsol=0;
+    SolCurrentStat=rtksvr.state?rtksvr.rtk.sol.stat:0;
+    
+    rtksvrunlock(&rtksvr);
+    
+    if (update) {
+        UpdateTime();
+        UpdatePos();
+        inactive=0;
+    }
+    else {
+        if (++inactive*Timer.interval()>TIMEOUT) SolCurrentStat=0;
+    }
+    if (SolCurrentStat) {
+        Svr->setStyleSheet("QLabel {background-color: rgb(0,255,0);}");
+        LabelTime->setStyleSheet("QLabel { color: black;}");
+    }
+    else {
+        IndSol->setStyleSheet("QLabel {color: white; background-color: white;}");
+        Solution->setStyleSheet("QLabel {color: gray;}");
+        Svr->setStyleSheet(rtksvr.state?"QLabel {background-color: green; }":"QLabel {background-color: gray; }");
+    }
+    if (!(++n%5)) UpdatePlot();
+
+    UpdateStr();
+    
+    // keep alive for monitor port
+    if (!(++n%(KACYCLE/Timer.interval()))&&OpenPort) {
+        unsigned char buf[1];
+        buf[0]='\r';
+        strwrite(&monistr,buf,1);
+    }
+}
+// change plot type ---------------------------------------------------------
+void  MainWindow::ChangePlot(void)
+{
+}
+// update time-system -------------------------------------------------------
+void  MainWindow::UpdateTimeSys(void)
+{
+    QString label[]={tr("GPST"),tr("UTC"),tr("LT"),tr("GPST")};
+    
+    trace(3,"UpdateTimeSys\n");
+    
+    BtnTimeSys->setText(label[TimeSys]);
+    UpdateTime();
+}
+// update solution type -----------------------------------------------------
+void  MainWindow::UpdateSolType(void)
+{
+    QString label[]={
+        tr("Lat/Lon/Height"),tr("Lat/Lon/Height"),tr("X/Y/Z-ECEF"),tr("E/N/U-Baseline"),
+        tr("Pitch/Yaw/Length-Baseline"),""
+    };
+    trace(3,"UpdateSolType\n");
+    
+    Plabel0->setText(label[SolType]);
+
+    UpdatePos();
+}
+// update log ---------------------------------------------------------------
+void  MainWindow::UpdateLog(int stat, gtime_t time, double *rr,
+    float *qr, double *rb, int ns, double age, double ratio)
+{
+    int i;
+    
+    if (!stat) return;
+    
+    trace(4,"UpdateLog\n");
+    
+    SolStat[PSolE]=stat; Time[PSolE]=time; Nvsat[PSolE]=ns; Age[PSolE]=age;
+    Ratio[PSolE]=ratio;
+    for (i=0;i<3;i++) {
+        SolRov[i+PSolE*3]=rr[i];
+        SolRef[i+PSolE*3]=rb[i];
+        VelRov[i+PSolE*3]=rr[i+3];
+    }
+    Qr[  PSolE*9]=qr[0];
+    Qr[4+PSolE*9]=qr[1];
+    Qr[8+PSolE*9]=qr[2];
+    Qr[1+PSolE*9]=Qr[3+PSolE*9]=qr[3];
+    Qr[5+PSolE*9]=Qr[7+PSolE*9]=qr[4];
+    Qr[2+PSolE*9]=Qr[6+PSolE*9]=qr[5];
+    
+    PSol=PSolE;
+    if (++PSolE>=SolBuffSize) PSolE=0;
+    if (PSolE==PSolS&&++PSolS>=SolBuffSize) PSolS=0;
+}
+// update font --------------------------------------------------------------
+void  MainWindow::UpdateFont(void)
+{
+    QLabel *label[]={
+        PlabelA,Plabel1,Plabel2,Plabel3,Pos1,Pos2,Pos3,Solution,LabelStd,LabelNSat
+    };
+    QString color=label[7]->styleSheet();
+    int i;
+    
+    trace(4,"UpdateFont\n");
+    
+    for (i=0;i<10;i++) label[i]->setFont(PosFont);
+    QFont tmp=PosFont;
+    tmp.setPointSize(9);
+    label[0]->setFont(tmp); label[7]->setStyleSheet(color);
+    tmp.setPointSize(8);
+    label[8]->setFont(tmp); label[8]->setStyleSheet("QLabel {color: gray;}");;
+    label[9]->setFont(tmp); label[9]->setStyleSheet("QLabel {color: gray;}");
+}
+// update time --------------------------------------------------------------
+void  MainWindow::UpdateTime(void)
+{
+    gtime_t time=Time[PSol];
+    struct tm *t;
+    double tow;
+    int week;
+    char tstr[64];
+    QString str;
+    
+    trace(4,"UpdateTime\n");
+    
+    if      (TimeSys==0) time2str(time,tstr,1);
+    else if (TimeSys==1) time2str(gpst2utc(time),tstr,1);
+    else if (TimeSys==2) {
+        time=gpst2utc(time);
+        if (!(t=localtime(&time.time))) str="2000/01/01 00:00:00.0";
+        else str=QString("%1/%2/%3 %4:%5:%6.%7").arg(t->tm_year+1900,4,10,QChar('0'))
+                     .arg(t->tm_mon+1,2,10,QChar('0')).arg(t->tm_mday,2,10,QChar('0')).arg(t->tm_hour,2,10,QChar('0')).arg(t->tm_min,2,10,QChar('0'))
+                     .arg(t->tm_sec,2,10,QChar('0')).arg((int)(time.sec*10));
+    }
+    else if (TimeSys==3) {
+        tow=time2gpst(time,&week);
+        str=QString("week %1 %2 s").arg(week,4,10,QChar('0')).arg(tow,8,'f',1);
+    }
+    LabelTime->setText(str);
+}
+// update solution display --------------------------------------------------
+void  MainWindow::UpdatePos(void)
+{
+    QLabel *label[]={Plabel1,Plabel2,Plabel3,Pos1,Pos2,Pos3,LabelStd,LabelNSat};
+    QString sol[]={tr("----"),tr("FIX"),tr("FLOAT"),tr("SBAS"),tr("DGPS"),tr("SINGLE"),tr("PPP")};
+    QString s[8];
+    QString color[]={"silver","green","rgb(0,170,255)","rgb(255,0,255)","blue","red","rgb(128,0,128)"};
+    double *rr=SolRov+PSol*3,*rb=SolRef+PSol*3,*qr=Qr+PSol*9,pos[3]={0},Qe[9]={0};
+    double dms1[3]={0},dms2[3]={0},bl[3]={0},enu[3]={0},pitch=0.0,yaw=0.0,len;
+    int i,stat=SolStat[PSol];
+    
+    trace(4,"UpdatePos\n");
+    
+    Solution->setText(sol[stat]);
+    Solution->setStyleSheet(QString("QLabel {color: %1;}").arg(rtksvr.state?color[stat]:"gray"));
+    IndSol->setStyleSheet(QString("QLabel {color: %1; background-color: %1}").arg(rtksvr.state&&stat?color[stat]:"white"));
+    if (norm(rr,3)>0.0&&norm(rb,3)>0.0) {
+        for (i=0;i<3;i++) bl[i]=rr[i]-rb[i];
+    }
+    len=norm(bl,3);
+    if (SolType==0) {
+        if (norm(rr,3)>0.0) {
+            ecef2pos(rr,pos); covenu(pos,qr,Qe);
+            degtodms(pos[0]*R2D,dms1);
+            degtodms(pos[1]*R2D,dms2);
+            if (SolOpt.height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }
+        s[0]=pos[0]<0?tr("S:"):tr("N:"); s[1]=pos[1]<0?tr("W:"):tr("E:");
+        s[2]=SolOpt.height==1?"H:":"He:";
+        s[3]=QString("%1%2 %3' %4\"").arg(fabs(dms1[0]),0,'f',0).arg(degreeChar).arg(dms1[1],2,'f',0,'0').arg(dms1[2],7,'f',4,'0');
+        s[4]=QString("%1%2 %3' %4\"").arg(fabs(dms2[0]),0,'f',0).arg(degreeChar).arg(dms2[1],2,'f',0,'0').arg(dms2[2],7,'f',4,'0');
+        s[5]=QString("%1 m").arg(pos[2],0,'f',3);
+        s[6]=QString(tr("N:%1 E:%2 U:%3 m")).arg(SQRT(Qe[4]),6,'f',3).arg(SQRT(Qe[0]),6,'f',3).arg(SQRT(Qe[8]),6,'f',3);
+    }
+    else if (SolType==1) {
+        if (norm(rr,3)>0.0) {
+            ecef2pos(rr,pos); covenu(pos,qr,Qe);
+            if (SolOpt.height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }
+        s[0]=pos[0]<0?"S:":"N:"; s[1]=pos[1]<0?"W:":"E:";
+        s[2]=SolOpt.height==1?"H:":"He:";
+        s[3]=QString("%1 %2").arg(fabs(pos[0])*R2D,0,'f',8).arg(degreeChar);
+        s[4]=QString("%1 %2").arg(fabs(pos[1])*R2D,0,'f',8).arg(degreeChar);
+        s[5]=QString("%1").arg(pos[2],0,'f',3);
+        s[6]=QString(tr("N:%1 E:%2 U:%3 m")).arg(SQRT(Qe[4]),6,'f',3).arg(SQRT(Qe[0]),6,'f',3).arg(SQRT(Qe[8]),6,'f',3);
+    }
+    else if (SolType==2) {
+        s[0]="X:"; s[1]="Y:"; s[2]="Z:";
+        s[3]=QString("%1 m").arg(rr[0],0,'f',3);
+        s[4]=QString("%1 m").arg(rr[1],0,'f',3);
+        s[5]=QString("%1 m").arg(rr[2],0,'f',3);
+        s[6]=QString("X:%1 Y:%2 Z:%3 m").arg(SQRT(qr[0]),6,'f',3).arg(SQRT(qr[4]),6,'f',3).arg(SQRT(qr[8]),6,'f',3);
+    }
+    else if (SolType==3) {
+        if (len>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu); covenu(pos,qr,Qe);
+        }
+        s[0]="E:"; s[1]="N:"; s[2]="U:";
+        s[3]=QString("%1 m").arg(enu[0],0,'f',3);
+        s[4]=QString("%1 m").arg(enu[1],0,'f',3);
+        s[5]=QString("%1 m").arg(enu[2],0,'f',3);
+        s[6]=QString(tr("N:%1 E:%2 U:%3 m")).arg(SQRT(Qe[4]),6,'f',3).arg(SQRT(Qe[0]),6,'f',3).arg(SQRT(Qe[8]),6,'f',3);
+    }
+    else {
+        if (len>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu); covenu(pos,qr,Qe);
+            pitch=asin(enu[2]/len);
+            yaw=atan2(enu[0],enu[1]); if (yaw<0.0) yaw+=2.0*PI;
+        }
+        s[0]="P:"; s[1]="Y:"; s[2]="L:";
+        s[3]=QString("%1 %2").arg(pitch*R2D,0,'f',3).arg(degreeChar);
+        s[4]=QString("%1 %2").arg(yaw*R2D,0,'f',3).arg(degreeChar);
+        s[5]=QString("%1 m").arg(len,0,'f',3);
+        s[6]=QString(tr("N:%1 E:%2 U:%3 m")).arg(SQRT(Qe[4]),6,'f',3).arg(SQRT(Qe[0]),6,'f',3).arg(SQRT(Qe[8]),6,'f',3);
+    }
+    s[7]=QString(tr("Age:%1 s Ratio:%2 # Sat:%3")).arg(Age[PSol],4,'f',1).arg(Ratio[PSol],4,'f',1).arg(Nvsat[PSol],2);
+    
+    for (i=0;i<8;i++) label[i]->setText(s[i]);
+    for (i=3;i<6;i++) {
+        label[i]->setStyleSheet(QString("QLabel {color: %1;}").arg(PrcOpt.mode==PMODE_MOVEB&&SolType<=2?"grey":"black"));
+    }
+    IndQ->setStyleSheet(IndSol->styleSheet());
+    SolS->setText(Solution->text());
+    SolS->setStyleSheet(Solution->styleSheet());
+    SolQ->setText(label[0]->text()+" "+label[3]->text()+" "+
+                  label[1]->text()+" "+label[4]->text()+" "+
+                  label[2]->text()+" "+label[5]->text());
+}
+// update stream status indicators ------------------------------------------
+void  MainWindow::UpdateStr(void)
+{
+    QString color[]={"red","gray","orange","rgb(0,128,0)","rgb(0,255,0)"};
+    QLabel *ind[MAXSTRRTK]={Str1,Str2,Str3,Str4,Str5,Str6,Str7,Str8};
+    int i,sstat[MAXSTRRTK]={0};
+    char msg[MAXSTRMSG]="";
+    
+    trace(4,"UpdateStr\n");
+    
+    rtksvrsstat(&rtksvr,sstat,msg);
+    for (i=0;i<MAXSTRRTK;i++) {
+        ind[i]->setStyleSheet(QString("QLabel {background-color: %1}").arg(color[sstat[i]+1]));
+        if (sstat[i]) {
+            Message->setText(msg);
+        }
+    }
+}
+// draw solution plot -------------------------------------------------------
+void  MainWindow::DrawPlot(QLabel *plot, int type, int freq)
+{
+    QString s;
+    gtime_t time;
+
+    if (!plot) return;
+
+    QPixmap buffer(plot->size());
+
+    if (buffer.isNull()) return;
+
+    buffer.fill(Qt::red);
+
+    QPainter *c= new QPainter(&buffer);
+    QFont font;
+    font.setPixelSize(8);
+    c->setFont(font);
+
+    QString fstr[]={"","L1 ","L2 ","L5 ","L6 ","L7 ","L8 ","","","",""};
+    int w=buffer.size().width()-2,h=buffer.height()-2;
+    int i,j,x,sat[2][MAXSAT],ns[2],snr[2][MAXSAT][NFREQ],vsat[2][MAXSAT];
+    int *snr0[MAXSAT],*snr1[MAXSAT];
+    char name[16];
+    double az[2][MAXSAT],el[2][MAXSAT],rr[3],rs[6],e[3],pos[3],azel[2];
+    
+    trace(4,"DrawPlot\n");
+    
+    fstr[NFREQ+1]="SYS ";
+    
+    for (i=0;i<MAXSAT;i++) {
+        snr0[i]=snr[0][i];
+        snr1[i]=snr[1][i];
+    }
+    ns[0]=rtksvrostat(&rtksvr,0,&time,sat[0],az[0],el[0],snr0,vsat[0]);
+    ns[1]=rtksvrostat(&rtksvr,1,&time,sat[1],az[1],el[1],snr1,vsat[1]);
+    
+    rtksvrlock(&rtksvr);
+    matcpy(rr,rtksvr.rtk.sol.rr,3,1);
+    ecef2pos(rr,pos);
+    rtksvrunlock(&rtksvr);
+    
+    for (i=0;i<2;i++) {
+        for (j=0;j<ns[i];j++) {
+            if (az[i][j]!=0.0||el[i][j]!=0.0) continue;
+            satno2id(sat[i][j],name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if (geodist(rs,rr,e)>0.0) {
+                satazel(pos,e,azel);
+                az[i][j]=azel[0];
+                el[i][j]=azel[1];
+            }
+        }
+        if (ns[i]>0) {
+            Nsat[i]=ns[i];
+            for (int j=0;j<ns[i];j++) {
+                Sat [i][j]=sat [i][j];
+                Az  [i][j]=az  [i][j];
+                El  [i][j]=el  [i][j];
+                for (int k=0;k<NFREQ;k++) {
+                    Snr[i][j][k]=snr[i][j][k];
+                }
+                Vsat[i][j]=vsat[i][j];
+            }
+        }
+        else {
+            for (j=0;j<Nsat[i];j++) {
+                Vsat[i][j]=0;
+                for (int k=0;k<NFREQ;k++) {
+                    Snr[i][j][k]=0;
+                }
+            }
+        }
+    }
+    c->setBrush(Qt::white);
+    c->fillRect(buffer.rect(),QBrush(Qt::white));
+    x=4;
+    if (type==0) { // snr plot rover/base
+        DrawSnr(c,w,(h-12)/2,15,0,freq);
+        DrawSnr(c,w,(h-12)/2,14+(h-12)/2,1,freq);
+        s=QString(tr("Rover:Base %1SNR (dBHz)")).arg(fstr[freq]);
+        DrawText(c,x,1,s,Qt::gray,0);
+    }
+    else if (type==1) { // snr plot rover
+        DrawSnr(c,w,h-15,15,0,freq);
+        s=QString(tr("Rover %1 SNR (dBHz)")).arg(fstr[freq]);
+        DrawText(c,x,1,s,Qt::gray,0);
+    }
+    else if (type==2) { // skyplot rover
+        DrawSat(c,w,h,0,0,0,freq);
+        s=QString(tr("Rover %1")).arg(fstr[!freq?1:freq]);
+        DrawText(c,x,1,s,Qt::gray,0);
+    }
+    else if (type==3) { // skyplot rover/base
+        DrawSat(c,w/2,h,0  ,0,0,freq);
+        DrawSat(c,w/2,h,w/2,0,1,freq);
+        s=QString(tr("Rover %1")).arg(fstr[!freq?1:freq]);
+        DrawText(c,x,1,s,Qt::gray,0);
+        s=QString(tr("Base %1")).arg(fstr[!freq?1:freq]);
+        DrawText(c,x+w/2,1,s,Qt::gray,0);
+    }
+    else if (type==4) { // baseline plot
+        DrawBL(c,w,h);
+        DrawText(c,x,1,"Baseline",Qt::gray,0);
+    }
+
+    plot->setPixmap(buffer);
+    delete c;
+}
+// update solution plot ------------------------------------------------------
+void  MainWindow::UpdatePlot(void)
+{
+    DrawPlot(Disp1,PlotType1,FreqType1);
+    DrawPlot(Disp2,PlotType2,FreqType2);
+}
+// snr color ----------------------------------------------------------------
+QColor  MainWindow::SnrColor(int snr)
+{
+    QColor color[]={Qt::green,QColor(255,128,0,255),QColor(0,255,128,255),Qt::blue,Qt::red,Qt::gray};
+    unsigned int r1,g1,b1;
+    QColor c1,c2;
+    double a;
+    int i;
+    
+    if (snr<25) return color[5];
+    if (snr<27) return color[4];
+    if (snr>47) return color[0];
+    a=(snr-27.5)/5.0;
+    i=(int)a; a-=i;
+    c1=color[3-i];
+    c2=color[4-i];
+    r1=(unsigned int)(a*c1.red()+(1.0-a)*c2.red())&0xFF;
+    g1=(unsigned int)(a*c1.green()+(1.0-a)*c2.green())&0xFF;
+    b1=(unsigned int)(a*c1.blue()+(1.0-a)*c2.blue())&0xFF;
+    
+    return QColor(r1,g1,b1);
+}
+// draw snr plot ------------------------------------------------------------
+void  MainWindow::DrawSnr(QPainter *c, int w, int h, int top,
+	int index, int freq)
+{
+    static const QColor color[]={
+        QColor(0,128,0),QColor(0,128,128),QColor(0xA0,0,0xA0),
+        QColor(128,0,0),QColor(0,0,128),QColor(128,128,128)
+    };
+    static const QColor color_sys[]={
+        Qt::green,QColor(0,0xAA,0xFF),QColor(255,0,255),Qt::blue,Qt::red,Qt::gray
+    };
+    QString s;
+    int i,j,k,l,n,x1,y1,y2,y3,hh=h-15,ww,www,snr[NFREQ+1],mask[6]={0};
+    char id[16],sys[]="GREJCS",*q;
+    
+    trace(4,"DrawSnr: w=%d h=%d top=%d index=%d freq=%d\n",w,h,top,index,freq);
+    for (snr[0]=MINSNR+10;snr[0]<MAXSNR;snr[0]+=10) {
+        y1=top+hh-(snr[0]-MINSNR)*hh/(MAXSNR-MINSNR);
+        c->setPen(QColor(0x0c,0x0c,0x0c));
+        c->drawLine(3,y1,w-13,y1);
+        DrawText(c,w-9,y1,QString::number(snr[0]),Qt::gray,1);
+    }
+
+    y1=top+hh;
+    QRect b(1,top,w-2,y1);
+    c->setBrush(Qt::NoBrush);
+    c->setPen(Qt::gray);
+
+    c->drawRect(b);
+    
+    for (i=0;i<Nsat[index]&&i<MAXSAT;i++) {
+        
+        ww=(w-16)/Nsat[index];
+        www=ww-2<8?ww-2:8;
+        x1=i*(w-16)/Nsat[index]+ww/2;
+        satno2id(Sat[index][i],id);
+        l=(q=strchr(sys,id[0]))?(int)(q-sys):5;
+        
+        for (j=snr[0]=0;j<NFREQ;j++) {
+            snr[j+1]=Snr[index][i][j];
+            if ((freq&&freq==j+1)||((!freq||freq>NFREQ)&&snr[j+1]>snr[0])) {
+                snr[0]=snr[j+1];
+            }
+        }
+        for (j=0;j<NFREQ+2;j++) {
+            k=j<NFREQ+1?j:0;
+            y3=j<NFREQ+1?0:2;
+            y2=y1-y3;
+            if (snr[k]>0) y2-=(snr[k]-MINSNR)*hh/(MAXSNR-MINSNR)-y3;
+            y2=y2<2?2:(y1<y2?y1:y2);
+            
+            QRect r1(x1,y1,www,y2-y1);
+            if (j==0) {
+                c->setBrush(QBrush(freq<NFREQ?SnrColor(snr[k]):color_sys[l],Qt::SolidPattern));
+                if (!Vsat[index][i]) c->setBrush(QBrush(QColor(0x0c,0x0c,0x0c),Qt::SolidPattern));
+                c->drawRect(r1);
+            }
+            else {
+                c->setPen(j<NFREQ+1?QColor(0x0c,0x0c,0x0c):Qt::gray);
+                c->setBrush(Qt::NoBrush);
+                c->drawRect(r1);
+            }
+        }
+        DrawText(c,x1+www/2,y1+6,(s=id+1),color[l],1);
+        mask[l]=1;
+    }
+    for (i=n=0;i<6;i++) if (mask[i]) n++;
+    for (i=j=0;i<6;i++) {
+        if (!mask[i]) continue;
+        sprintf(id,"%c",sys[i]);
+        DrawText(c,w-15+8*(-n+j++),top+3,(s=id),color[i],0);
+    }
+}
+// draw satellites in skyplot -----------------------------------------------
+void  MainWindow::DrawSat(QPainter *c, int w, int h, int x0, int y0,
+    int index, int freq)
+{
+    static const QColor color_sys[]={
+        Qt::green,QColor(0x00,0xAA,0xFF),QColor(0xff,0x00,0xff),Qt::blue,Qt::red,Qt::gray
+    };
+    QString s;
+    QPoint p(w/2,h/2);
+    double r=MIN(w*0.95,h*0.95)/2,azel[MAXSAT*2],dop[4];
+    int i,k,l,d,x[MAXSAT],y[MAXSAT],ns=0,f=!freq?0:freq-1;
+    char id[16],sys[]="GREJCS",*q;
+    
+    trace(4,"DrawSat: w=%d h=%d index=%d freq=%d\n",w,h,index,freq);
+    
+    DrawSky(c,w,h,x0,y0);
+    
+    for (i=0,k=Nsat[index]-1;i<Nsat[index]&&i<MAXSAT;i++,k--) {
+        if (El[index][k]<=0.0) continue;
+        if (Vsat[index][k]) {
+            azel[ns*2]=Az[index][k]; azel[1+ns*2]=El[index][k];
+            ns++;
+        }
+        satno2id(Sat[index][k],id);
+        l=(q=strchr(sys,id[0]))?(int)(q-sys):5;
+        x[i]=(int)(p.x()+r*(90-El[index][k]*R2D)/90*sin(Az[index][k]))+x0;
+        y[i]=(int)(p.y()-r*(90-El[index][k]*R2D)/90*cos(Az[index][k]))+y0;
+        c->setPen(Qt::gray);
+        d=SATSIZE/2;
+        c->setBrush(!Vsat[index][k]?QColor(0xc0,0xc0,0xc0):
+                        (freq<NFREQ?SnrColor(Snr[index][k][f]):color_sys[l]));
+        c->drawEllipse(x[i]-d,y[i]-d,2*d+1,2*d+1);
+        DrawText(c,x[i],y[i],s=id,Qt::white,1);
+    }
+    dops(ns,azel,0.0,dop);
+    DrawText(c,x0+3,y0+h-15,QString("# Sat:%1").arg(Nsat[index],2),Qt::gray,0);
+    DrawText(c,x0+w-3,y0+h-15,QString("GDOP:%1").arg(dop[0],0,'f',1),Qt::gray,2);
+}
+// draw baseline plot -------------------------------------------------------
+void  MainWindow::DrawBL(QPainter *c, int w, int h)
+{
+    QColor color[]={QColor(0xc0,0xc0,0xc0),Qt::green,QColor(0x00,0xAA,0xFF),QColor(0xff,0x00,0xff),Qt::blue,Qt::red,QColor(0x80,0x80,0x00)};
+    QString label[]={tr("N"),tr("E"),tr("S"),tr("W")};
+    QPoint p(w/2,h/2),p1,p2,pp;
+    double r=MIN(w*0.95,h*0.95)/2;
+    double *rr=SolRov+PSol*3,*rb=SolRef+PSol*3;
+    double bl[3]={0},pos[3],enu[3],len=0.0,pitch=0.0,yaw=0.0;
+    double cp,q;
+    QColor col=Qt::white;
+    int i,d1=9,d2=16,d3=10,cy=0,sy=0,cya=0,sya=0,a,x1,x2,y1,y2,digit;
+    
+    trace(4,"DrawBL: w=%d h=%d\n",w,h);
+    
+    if (PMODE_DGPS<=PrcOpt.mode&&PrcOpt.mode<=PMODE_FIXED) {
+        col=rtksvr.state&&SolStat[PSol]&SolCurrentStat?color[SolStat[PSol]]:Qt::white;
+        
+        if (norm(rr,3)>0.0&&norm(rb,3)>0.0) {
+            for (i=0;i<3;i++) bl[i]=rr[i]-rb[i];
+        }
+        if ((len=norm(bl,3))>0.0) {
+            ecef2pos(rb,pos); ecef2enu(pos,bl,enu);
+            pitch=asin(enu[2]/len);
+            yaw=atan2(enu[0],enu[1]); if (yaw<0.0) yaw+=2.0*PI;
+        }
+    }
+    if (len>=MINBLLEN) {
+        cp =cos(pitch);
+        cy =(int)((r-d1-d2/2)*cp*cos(yaw));
+        sy =(int)((r-d1-d2/2)*cp*sin(yaw));
+        cya=(int)(((r-d1-d2/2)*cp-d2/2-4)*cos(yaw));
+        sya=(int)(((r-d1-d2/2)*cp-d2/2-4)*sin(yaw));
+    }
+    p1.setX(p.x()-sy); p1.setY(p.y()+cy); // base
+    p2.setX(p.x()+sy); p2.setY(p.y()-cy); // rover
+    
+    c->setPen(Qt::gray);
+    c->drawEllipse(p.x()-r,p.y()-r,2*r+1,2*r+1);
+    c->setPen(QColor(0xc0,0xc0,0xc0));
+    c->drawEllipse(p.x()-r+d1,p.y()-r+d1,2*r-2*d1+1,2*r-2*d1+1);
+    
+    pp=pitch<0.0?p2:p1;
+    c->setPen(QColor(0xc0,0xc0,0xc0));
+    c->drawLine(p,pp);
+    if (pitch<0.0) {
+        c->setBrush(Qt::white);
+        c->drawEllipse(pp.x()-d2/2,pp.y()-d2/2,d2+1,d2+1);
+        DrawArrow(c,p.x()+sya,p.y()-cya,d3,(int)(yaw*R2D),QColor(0xc0,0xc0,0xc0));
+    }
+    c->setBrush(col);
+    c->drawEllipse(pp.x()-d2/2+2,pp.y()-d2/2+2,d2-1,d2-1);
+    c->setBrush(Qt::white);
+    for (a=0;a<360;a+=15) {
+        q=a%45==0?r/2:r-d1;
+        x1=(int)(r*sin(a*D2R));
+        y1=(int)(r*cos(a*D2R));
+        x2=(int)(q*sin(a*D2R));
+        y2=(int)(q*cos(a*D2R));
+        c->setPen(QColor(0xc0,0xc0,0xc0));
+        c->drawLine(p.x()+x1,p.y()+y1,p.x()+x2,p.y()+y2);
+        if (a%90==0) DrawText(c,p.x()+x1,p.y()-y1,label[a/90],Qt::gray,1);
+    }
+    pp=pitch>=0.0?p2:p1;
+    c->setPen(Qt::gray);
+    c->drawLine(p,pp);
+    if (pitch>=0.0) {
+        c->setBrush(Qt::white);
+        c->drawEllipse(pp.x()-d2/2,pp.y()-d2/2,d2,d2);
+        DrawArrow(c,p.x()+sya,p.y()-cya,d3,(int)(yaw*R2D),Qt::gray);
+    }
+    c->setBrush(col);
+    c->drawEllipse(pp.x()-d2/2+2,pp.y()-d2/2+2,d2-4,d2-4);
+    c->setBrush(Qt::white);
+    digit=len<10.0?3:(len<100.0?2:(len<1000.0?1:0));
+    DrawText(c,p.x(),p.y() ,QString("%1 m").arg(len,0,'f',digit),Qt::gray,1);
+    DrawText(c,3,  h-15,QString("Y: %1%2").arg(yaw*R2D,0,'f',1).arg(degreeChar),Qt::gray,0);
+    DrawText(c,w-3,h-15,QString("P: %1%2").arg(pitch*R2D,0,'f',1).arg(degreeChar),Qt::gray,2);
+}
+// draw skyplot -------------------------------------------------------------
+void  MainWindow::DrawSky(QPainter *c, int w, int h, int x0, int y0)
+{
+    QString label[]={tr("N"),tr("E"),tr("S"),tr("W")};
+    QPoint p(x0+w/2,y0+h/2);
+    double r=MIN(w*0.95,h*0.95)/2;
+    int a,e,d,x,y;
+    
+    c->setBrush(Qt::white);
+    for (e=0;e<90;e+=30) {
+        d=(int)(r*(90-e)/90);
+        c->setPen(e==0?Qt::gray:QColor(0xc0,0xc0,0xc0));
+        c->drawEllipse(p.x()-d,p.y()-d,2*d+1,2*d+1);
+    }
+    for (a=0;a<360;a+=45) {
+        x=(int)(r*sin(a*D2R));
+        y=(int)(r*cos(a*D2R));
+        c->setPen(QColor(0xc0,0xc0,0xc0));
+        c->drawLine(p.x(),p.y(),p.x()+x,p.y()-y);
+        if (a%90==0) DrawText(c,p.x()+x,p.y()-y,label[a/90],Qt::gray,1);
+    }
+}
+// draw text ----------------------------------------------------------------
+void  MainWindow::DrawText(QPainter *c, int x, int y, const QString &s,
+    const QColor &color, int align)
+{
+    int flags=0;
+    switch (align) {
+    case 0: flags|=Qt::AlignLeft;break;
+    case 1: flags|=Qt::AlignHCenter;break;
+    case 2: flags|=Qt::AlignRight;break;
+    }
+
+    QRectF off=c->boundingRect(QRectF(),flags,s);
+
+    c->setPen(color);
+
+    c->translate(x,y);
+    c->drawText(off,s);
+    c->translate(-x,-y);
+}
+// draw arrow ---------------------------------------------------------------
+void  MainWindow::DrawArrow(QPainter *c, int x, int y, int siz,
+    int ang, const QColor &color)
+{
+    QPoint p1[4],p2[4];
+    int i;
+    
+    p1[0].setX(0); p1[1].setX(siz/2); p1[2].setX(-siz/2); p1[3].setX(0);
+    p1[0].setY(siz/2); p1[1].setY(-siz/2);p1[2].setY(-siz/2); p1[3].setY(siz/2);
+    
+    for (i=0;i<4;i++) {
+        p2[i].setX(x+(int)(p1[i].x()*cos(-ang*D2R)-p1[i].y()*sin(-ang*D2R)+0.5));
+        p2[i].setY(y-(int)(p1[i].x()*sin(-ang*D2R)+p1[i].y()*cos(-ang*D2R)+0.5));
+    }
+    c->setBrush(QBrush(color,Qt::SolidPattern));
+    c->setPen(color);
+    c->drawPolygon(p2,3);
+}
+// open monitor port --------------------------------------------------------
+void  MainWindow::OpenMoniPort(int port)
+{
+    QString s;
+    int i;
+    char path[64];
+    
+    if (port<=0) return;
+    
+    trace(3,"OpenMoniPort: port=%d\n",port);
+    
+    for (i=0;i<=MAXPORTOFF;i++) {
+        
+        sprintf(path,":%d",port+i);
+        
+        if (stropen(&monistr,STR_TCPSVR,STR_MODE_RW,path)) {
+            strsettimeout(&monistr,TimeoutTime,ReconTime);
+            if (i>0) setWindowTitle(QString(tr("%1 ver.%2 (%3)")).arg(PRGNAME).arg(VER_RTKLIB).arg(i+1));
+            OpenPort=MoniPort+i;
+            return;
+        }
+    }
+    QMessageBox::critical(this,tr("Error"),QString(tr("monitor port %1-%2 open error")).arg(port).arg(port+MAXPORTOFF));
+    OpenPort=0;
+}
+// initialize solution buffer -----------------------------------------------
+void  MainWindow::InitSolBuff(void)
+{
+    double ep[]={2000,1,1,0,0,0};
+    int i,j;
+    
+    trace(3,"InitSolBuff\n");
+    
+    delete [] Time;   delete [] SolStat; delete [] Nvsat;  delete [] SolRov;
+    delete [] SolRef; delete [] Qr;      delete [] VelRov; delete [] Age;
+    delete [] Ratio;
+    
+    if (SolBuffSize<=0) SolBuffSize=1;
+    Time   =new gtime_t[SolBuffSize];
+    SolStat=new int[SolBuffSize];
+    Nvsat  =new int[SolBuffSize];
+    SolRov =new double[SolBuffSize*3];
+    SolRef =new double[SolBuffSize*3];
+    VelRov =new double[SolBuffSize*3];
+    Qr     =new double[SolBuffSize*9];
+    Age    =new double[SolBuffSize];
+    Ratio  =new double[SolBuffSize];
+    PSol=PSolS=PSolE=0;
+    for (i=0;i<SolBuffSize;i++) {
+        Time[i]=epoch2time(ep);
+        SolStat[i]=Nvsat[i]=0;
+        for (j=0;j<3;j++) SolRov[j+i*3]=SolRef[j+i*3]=VelRov[j+i*3]=0.0;
+        for (j=0;j<9;j++) Qr[j+i*9]=0.0;
+        Age[i]=Ratio[i]=0.0;
+    }
+    ScbSol->setMaximum(0); ScbSol->setValue(0);
+}
+// save log file ------------------------------------------------------------
+void  MainWindow::SaveLog(void)
+{
+    QString fileName;
+    int posf[]={SOLF_LLH,SOLF_LLH,SOLF_XYZ,SOLF_ENU,SOLF_ENU,SOLF_LLH};
+    solopt_t opt;
+    double  ep[6],pos[3];
+    QString fileTemplate;
+    
+    trace(3,"SaveLog\n");
+    
+    time2epoch(timeget(),ep);
+    fileTemplate=QString("rtk_%1%2%3%4%5%6.txt")
+            .arg(ep[0],4,'f',0,QChar('0')).arg(ep[1],2,'f',0,QChar('0')).arg(ep[2],2,'f',0,QChar('0'))
+            .arg(ep[3],2,'f',0,QChar('0')).arg(ep[4],2,'f',0,QChar('0')).arg(ep[5],2,'f',0,QChar('0'));
+    fileName=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,QString(),fileTemplate));
+    QFile file(fileName);
+
+    if (!file.open(QIODevice::WriteOnly)) {
+        QMessageBox::critical(this,tr("Error"),tr("log file open error"));
+        return;
+    }
+    QTextStream str(&file);
+
+    opt=SolOpt;
+    opt.posf=posf[SolType];
+    if (SolOpt.outhead) {
+        QString data;
+
+        data=QString("%% program   : %1 ver.%2\n").arg(PRGNAME).arg(VER_RTKLIB);
+        str<<data;
+        if (PrcOpt.mode==PMODE_DGPS||PrcOpt.mode==PMODE_KINEMA||
+            PrcOpt.mode==PMODE_STATIC) {
+            ecef2pos(PrcOpt.rb,pos);
+            data=QString("%% ref pos   :%1 %2 %3\n").arg(pos[0]*R2D,13,'f',9)
+                    .arg(pos[1]*R2D,14,'f',9).arg(pos[2],10,'f',4);
+            str<<data;
+        }
+        file.write("%%\n");
+    }
+    FILE* f = fdopen(file.handle(), "w");
+    outsolhead(f,&opt);
+}
+// load navigation data -----------------------------------------------------
+void  MainWindow::LoadNav(nav_t *nav)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    QString str;
+    eph_t eph0;
+    char buff[2049],*p;
+    int i;
+    
+    trace(3,"LoadNav\n");
+    
+    memset(&eph0,0,sizeof(eph_t));
+
+    for (i=0;i<MAXSAT;i++) {
+        if ((str=settings.value(QString("navi/eph_%1").arg(i,2)).toString()).isEmpty()) continue;
+        nav->eph[i]=eph0;
+        strcpy(buff,qPrintable(str));
+        if (!(p=strchr(buff,','))) continue;
+        *p='\0';
+        if (!(nav->eph[i].sat=satid2no(buff))) continue;
+        sscanf(p+1,"%d,%d,%d,%d,%ld,%ld,%ld,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%d,%d",
+               &nav->eph[i].iode,
+               &nav->eph[i].iodc,
+               &nav->eph[i].sva ,
+               &nav->eph[i].svh ,
+               &nav->eph[i].toe.time,
+               &nav->eph[i].toc.time,
+               &nav->eph[i].ttr.time,
+               &nav->eph[i].A   ,
+               &nav->eph[i].e   ,
+               &nav->eph[i].i0  ,
+               &nav->eph[i].OMG0,
+               &nav->eph[i].omg ,
+               &nav->eph[i].M0  ,
+               &nav->eph[i].deln,
+               &nav->eph[i].OMGd,
+               &nav->eph[i].idot,
+               &nav->eph[i].crc ,
+               &nav->eph[i].crs ,
+               &nav->eph[i].cuc ,
+               &nav->eph[i].cus ,
+               &nav->eph[i].cic ,
+               &nav->eph[i].cis ,
+               &nav->eph[i].toes,
+               &nav->eph[i].fit ,
+               &nav->eph[i].f0  ,
+               &nav->eph[i].f1  ,
+               &nav->eph[i].f2  ,
+               &nav->eph[i].tgd[0],
+               &nav->eph[i].code,
+               &nav->eph[i].flag);
+    }
+    str=settings.value("navi/ion","").toString();
+    QStringList tokens=str.split(",");
+    for (i=0;i<8;i++) nav->ion_gps[i]=0.0;
+    for (i=0;(i<8)&&(i<tokens.size());i++) nav->ion_gps[i]=tokens.at(i).toDouble();
+
+    str=settings.value("navi/utc","").toString();
+    tokens=str.split(",");
+    for (i=0;i<4;i++) nav->utc_gps[i]=0.0;
+    for (i=0;(i<4)&&(i<tokens.size());i++) nav->utc_gps[i]=tokens.at(i).toDouble();
+    
+    nav->leaps=settings.value("navi/leaps",0).toInt();
+    
+}
+// save navigation data -----------------------------------------------------
+void  MainWindow::SaveNav(nav_t *nav)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    QString str;
+    char id[32];
+    int i;
+    
+    trace(3,"SaveNav\n");
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (nav->eph[i].ttr.time==0) continue;
+        str="";
+        satno2id(nav->eph[i].sat,id);
+        str=str+id+",";
+        str=str+QString("%1,").arg(nav->eph[i].iode);
+        str=str+QString("%1,").arg(nav->eph[i].iodc);
+        str=str+QString("%1,").arg(nav->eph[i].sva);
+        str=str+QString("%1,").arg(nav->eph[i].svh);
+        str=str+QString("%1,").arg((int)nav->eph[i].toe.time);
+        str=str+QString("%1,").arg((int)nav->eph[i].toc.time);
+        str=str+QString("%1,").arg((int)nav->eph[i].ttr.time);
+        str=str+QString("%1,").arg(nav->eph[i].A,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].e,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].i0,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].OMG0,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].omg,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].M0,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].deln,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].OMGd,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].idot,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].crc,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].crs,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].cuc,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].cus,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].cic,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].cis,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].toes,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].fit,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].f0,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].f1,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].f2,0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].tgd[0],0,'E',14);
+        str=str+QString("%1,").arg(nav->eph[i].code);
+        str=str+QString("%1,").arg(nav->eph[i].flag);
+        settings.setValue(QString("navi/eph_%1").arg(i,2),str);
+    }
+    str="";
+    for (i=0;i<8;i++) str=str+QString("%1,").arg(nav->ion_gps[i],0,'E',14);
+    settings.setValue("navi/ion",str);
+    
+    str="";
+    for (i=0;i<4;i++) str=str+QString("%1,").arg(nav->utc_gps[i],0,'E',14);
+    settings.setValue("navi/utc",str);
+    
+    settings.setValue("navi/leaps",nav->leaps);
+
+}
+// set tray icon ------------------------------------------------------------
+void  MainWindow::SetTrayIcon(int index)
+{
+    QPixmap pix(":/buttons/navi.bmp");
+    systemTray->setIcon(QIcon(pix.copy(index*16,0,16,16)));
+}
+// load option from ini file ------------------------------------------------
+void  MainWindow::LoadOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    QString s;
+    int i,j,no,strno[]={0,1,6,2,3,4,5,7};
+    
+    trace(3,"LoadOpt\n");
+
+    for (i=0;i<8;i++) {
+        no=strno[i];
+        StreamC[i]=settings.value(QString("stream/streamc%1").arg(no),0).toInt();
+        Stream [i]=settings.value(QString("stream/stream%1").arg(no),0).toInt();
+        Format [i]=settings.value(QString("stream/format%1").arg(no),0).toInt();
+        for (j=0;j<4;j++) {
+            Paths[i][j]=settings.value(QString("stream/path_%1_%2").arg(no).arg(j),"").toString();
+        }
+    }
+    for (i=0;i<3;i++) {
+        RcvOpt [i]=settings.value(QString("stream/rcvopt%1").arg(i+1),"").toString();
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        Cmds[i][j]=settings.value(QString("serial/cmd_%1_%2").arg(i).arg(j),"").toString();
+        CmdEna[i][j]=settings.value(QString("serial/cmdena_%1_%2").arg(i).arg(j),0).toInt();
+        Cmds[i][j].replace("@@","\r\n");
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        CmdsTcp[i][j]=settings.value(QString("tcpip/cmd_%1_%2").arg(i).arg(j),"").toString();
+        CmdEnaTcp[i][j]=settings.value(QString("tcpip/cmdena_%1_%2").arg(i).arg(j),0).toInt();
+        CmdsTcp[i][j].replace("@@","\r\n");
+    }
+    PrcOpt.mode     =settings.value("prcopt/mode",            0).toInt();
+    PrcOpt.nf       =settings.value("prcopt/nf",              2).toInt();
+    PrcOpt.elmin    =settings.value("prcopt/elmin",    15.0*D2R).toInt();
+    PrcOpt.snrmask.ena[0]=settings.value("prcopt/snrmask_ena1",0).toInt();
+    PrcOpt.snrmask.ena[1]=settings.value("prcopt/snrmask_ena2",0).toInt();
+    for (i=0;i<NFREQ;i++) for (j=0;j<9;j++) {
+        PrcOpt.snrmask.mask[i][j]=
+            settings.value(QString("prcopt/snrmask_%1_%2").arg(i+1).arg(j+1),0.0).toInt();
+    }
+    PrcOpt.dynamics =settings.value("prcopt/dynamics",        0).toInt();
+    PrcOpt.tidecorr =settings.value("prcopt/tidecorr",        0).toInt();
+    PrcOpt.modear   =settings.value("prcopt/modear",          1).toInt();
+    PrcOpt.glomodear=settings.value("prcopt/glomodear",       0).toInt();
+    PrcOpt.bdsmodear=settings.value("prcopt/bdsmodear",       0).toInt();
+    PrcOpt.maxout   =settings.value("prcopt/maxout",          5).toInt();
+    PrcOpt.minlock  =settings.value("prcopt/minlock",         0).toInt();
+    PrcOpt.minfix   =settings.value("prcopt/minfix",         10).toInt();
+    PrcOpt.ionoopt  =settings.value("prcopt/ionoopt",IONOOPT_BRDC).toInt();
+    PrcOpt.tropopt  =settings.value("prcopt/tropopt",TROPOPT_SAAS).toInt();
+    PrcOpt.sateph   =settings.value("prcopt/ephopt",  EPHOPT_BRDC).toInt();
+    PrcOpt.niter    =settings.value("prcopt/niter",           1).toInt();
+    PrcOpt.eratio[0]=settings.value("prcopt/eratio0",     100.0).toDouble();
+    PrcOpt.eratio[1]=settings.value("prcopt/eratio1",     100.0).toDouble();
+    PrcOpt.err[1]   =settings.value("prcopt/err1",        0.003).toDouble();
+    PrcOpt.err[2]   =settings.value("prcopt/err2",        0.003).toDouble();
+    PrcOpt.err[3]   =settings.value("prcopt/err3",          0.0).toDouble();
+    PrcOpt.err[4]   =settings.value("prcopt/err4",          1.0).toDouble();
+    PrcOpt.prn[0]   =settings.value("prcopt/prn0",         1E-4).toDouble();
+    PrcOpt.prn[1]   =settings.value("prcopt/prn1",         1E-3).toDouble();
+    PrcOpt.prn[2]   =settings.value("prcopt/prn2",         1E-4).toDouble();
+    PrcOpt.prn[3]   =settings.value("prcopt/prn3",         10.0).toDouble();
+    PrcOpt.prn[4]   =settings.value("prcopt/prn4",         10.0).toDouble();
+    PrcOpt.sclkstab =settings.value("prcopt/sclkstab",    5E-12).toDouble();
+    PrcOpt.thresar[0]=settings.value("prcopt/thresar",       3.0).toDouble();
+    PrcOpt.elmaskar =settings.value("prcopt/elmaskar",      0.0).toDouble();
+    PrcOpt.elmaskhold=settings.value("prcopt/elmaskhold",    0.0).toDouble();
+    PrcOpt.thresslip=settings.value("prcopt/thresslip",    0.05).toDouble();
+    PrcOpt.maxtdiff =settings.value("prcopt/maxtdiff",     30.0).toDouble();
+    PrcOpt.maxgdop  =settings.value("prcopt/maxgdop",      30.0).toDouble();
+    PrcOpt.maxinno  =settings.value("prcopt/maxinno",      30.0).toDouble();
+    PrcOpt.syncsol  =settings.value("prcopt/syncsol",         0).toInt();
+    ExSats          =settings.value("prcopt/exsats",         "").toString();
+    PrcOpt.navsys   =settings.value("prcopt/navsys",    SYS_GPS).toInt();
+    PrcOpt.posopt[0]=settings.value("prcopt/posopt1",         0).toInt();
+    PrcOpt.posopt[1]=settings.value("prcopt/posopt2",         0).toInt();
+    PrcOpt.posopt[2]=settings.value("prcopt/posopt3",         0).toInt();
+    PrcOpt.posopt[3]=settings.value("prcopt/posopt4",         0).toInt();
+    PrcOpt.posopt[4]=settings.value("prcopt/posopt5",         0).toInt();
+    
+    BaselineC       =settings.value("prcopt/baselinec",       0).toInt();
+    Baseline[0]     =settings.value("prcopt/baseline1",     0.0).toDouble();
+    Baseline[1]     =settings.value("prcopt/baseline2",     0.0).toDouble();
+    
+    SolOpt.posf     =settings.value("solopt/posf",            0).toInt();
+    SolOpt.times    =settings.value("solopt/times",           0).toInt();
+    SolOpt.timef    =settings.value("solopt/timef",           1).toInt();
+    SolOpt.timeu    =settings.value("solopt/timeu",           3).toInt();
+    SolOpt.degf     =settings.value("solopt/degf",            0).toInt();
+    s=settings.value("solopt/sep"," ").toString();
+    strcpy(SolOpt.sep,qPrintable(s));
+    SolOpt.outhead  =settings.value("solop/outhead",         0).toInt();
+    SolOpt.outopt   =settings.value("solopt/outopt",          0).toInt();
+    SolOpt.datum    =settings.value("solopt/datum",           0).toInt();
+    SolOpt.height   =settings.value("solopt/height",          0).toInt();
+    SolOpt.geoid    =settings.value("solopt/geoid",           0).toInt();
+    SolOpt.nmeaintv[0]=settings.value("solopt/nmeaintv1",     0.0).toDouble();
+    SolOpt.nmeaintv[1]=settings.value("solopt/nmeaintv2",     0.0).toDouble();
+    DebugStatusF    =settings.value("setting/debugstatus",     0).toInt();
+    DebugTraceF     =settings.value("setting/debugtrace",      0).toInt();
+    
+    RovPosTypeF     =settings.value("setting/rovpostype",      0).toInt();
+    RefPosTypeF     =settings.value("setting/refpostype",      0).toInt();
+    RovAntPcvF      =settings.value("setting/rovantpcv",       0).toInt();
+    RefAntPcvF      =settings.value("setting/refantpcv",       0).toInt();
+    RovAntF         =settings.value("setting/rovant",         "").toString();
+    RefAntF         =settings.value("setting/refant",         "").toString();
+    SatPcvFileF     =settings.value("setting/satpcvfile",     "").toString();
+    AntPcvFileF     =settings.value("setting/antpcvfile",     "").toString();
+    StaPosFileF     =settings.value("setting/staposfile",     "").toString();
+    GeoidDataFileF  =settings.value("setting/geoiddatafile",  "").toString();
+    DCBFileF        =settings.value("setting/dcbfile",        "").toString();
+    EOPFileF        =settings.value("setting/eopfile",        "").toString();
+    TLEFileF        =settings.value("setting/tlefile",        "").toString();
+    TLESatFileF     =settings.value("setting/tlesatfile",     "").toString();
+    LocalDirectory  =settings.value("setting/localdirectory","C:\\Temp").toString();
+    
+    SvrCycle        =settings.value("setting/svrcycle",       10).toInt();
+    TimeoutTime     =settings.value("setting/timeouttime", 10000).toInt();
+    ReconTime       =settings.value("setting/recontime",   10000).toInt();
+    NmeaCycle       =settings.value("setting/nmeacycle",    5000).toInt();
+    SvrBuffSize     =settings.value("setting/svrbuffsize", 32768).toInt();
+    SolBuffSize     =settings.value("setting/solbuffsize",  1000).toInt();
+    SavedSol        =settings.value("setting/savedsol",      100).toInt();
+    NavSelect       =settings.value("setting/navselect",       0).toInt();
+    PrcOpt.sbassatsel=settings.value("setting/sbassat",        0).toInt();
+    DgpsCorr        =settings.value("setting/dgpscorr",        0).toInt();
+    SbasCorr        =settings.value("setting/sbascorr",        0).toInt();
+    
+    NmeaReq         =settings.value("setting/nmeareq",         0).toInt();
+    InTimeTag       =settings.value("setting/intimetag",       0).toInt();
+    InTimeSpeed     =settings.value("setting/intimespeed",  "x1").toString();
+    InTimeStart     =settings.value("setting/intimestart",   "0").toString();
+    OutTimeTag      =settings.value("setting/outtimetag",      0).toInt();
+    OutAppend       =settings.value("setting/outappend",       0).toInt();
+    OutSwapInterval =settings.value("setting/outswapinterval","").toString();
+    LogTimeTag      =settings.value("setting/logtimetag",      0).toInt();
+    LogAppend       =settings.value("setting/logappend",       0).toInt();
+    LogSwapInterval =settings.value("setting/logswapinterval","").toString();
+    NmeaPos[0]      =settings.value("setting/nmeapos1",      0.0).toDouble();
+    NmeaPos[1]      =settings.value("setting/nmeapos2",      0.0).toDouble();
+    FileSwapMargin  =settings.value("setting/fswapmargin",    30).toInt();
+    
+    TimeSys         =settings.value("setting/timesys",         0).toInt();
+    SolType         =settings.value("setting/soltype",         0).toInt();
+    PlotType1       =settings.value("setting/plottype",        0).toInt();
+    PlotType2       =settings.value("setting/plottype2",       0).toInt();
+    PanelMode       =settings.value("setting/panelmode",       0).toInt();
+    ProxyAddr       =settings.value("setting/proxyaddr",      "").toString();
+    MoniPort        =settings.value("setting/moniport",DEFAULTPORT).toInt();
+    PanelStack      =settings.value("setting/panelstack",      0).toInt();
+    
+    for (i=0;i<3;i++) {
+        RovAntDel[i]=settings.value(QString("setting/rovantdel_%1").arg(i),0.0).toDouble();
+        RefAntDel[i]=settings.value(QString("setting/refantdel_%1").arg(i),0.0).toDouble();
+        RovPos   [i]=settings.value(QString("setting/rovpos_%1").arg(i),0.0).toDouble();
+        RefPos   [i]=settings.value(QString("setting/refpos_%1").arg(i),0.0).toDouble();
+    }
+    for (i=0;i<10;i++) {
+        History[i]=settings.value(QString("tcpopt/history%1").arg(i),"").toString();
+    }
+    for (i=0;i<10;i++) {
+        MntpHist[i]=settings.value(QString("tcpopt/mntphist%1").arg(i),"").toString();
+    }
+    NMapPnt        =settings.value("mapopt/nmappnt",0).toInt();
+    for (i=0;i<NMapPnt;i++) {
+        PntName[i]=settings.value(QString("mapopt/pntname%1").arg(i+1),"").toString();
+        QString pos=settings.value(QString("mapopt/pntpos%1").arg(i+1),"0,0,0").toString();
+        PntPos[i][0]=PntPos[i][1]=PntPos[i][2]=0.0;
+        sscanf(qPrintable(pos),"%lf,%lf,%lf",PntPos[i],PntPos[i]+1,PntPos[i]+2);
+    }
+    PosFont.setFamily(settings.value("setting/posfontname",POSFONTNAME).toString());
+    PosFont.setPointSize(settings.value("setting/posfontsize",POSFONTSIZE).toInt());
+//    PosFont.setStyle(QColor(settings.value("setting/posfontcolor",(int)clBlack).toInt());
+    if (settings.value("setting/posfontbold",  0).toInt()) PosFont.setBold(true);
+    if (settings.value("setting/posfontitalic",0).toInt()) PosFont.setItalic(true);;
+    
+    TextViewer::Color1=QColor(settings.value("viewer/color1",(int)Qt::black).toInt());
+    TextViewer::Color2=QColor(settings.value("viewer/color2",(int)Qt::white).toInt());
+    TextViewer::FontD.setFamily(settings.value("viewer/fontname","Courier New").toString());
+    TextViewer::FontD.setPointSize(settings.value("viewer/fontsize",9).toInt());
+    
+    UpdatePanel();
+
+    Splitter1->restoreState(settings.value("window/splitpos").toByteArray());
+    Splitter2->restoreState(settings.value("window/splitpos2").toByteArray());
+
+    resize(settings.value("window/width",   388).toInt(),
+           settings.value("window/height",  284).toInt());
+}
+// save option to ini file --------------------------------------------------
+void  MainWindow::SaveOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    int i,j,no,strno[]={0,1,6,2,3,4,5,7};
+    
+    trace(3,"SaveOpt\n");
+    
+    for (i=0;i<8;i++) {
+        no=strno[i];
+        settings.setValue(QString("stream/streamc%1").arg(no),StreamC[i]);
+        settings.setValue(QString("stream/stream%1").arg(no),Stream [i]);
+        settings.setValue(QString("stream/format%1").arg(no),Format [i]);
+        for (j=0;j<4;j++) {
+            settings.setValue(QString("stream/path_%1_%2").arg(no).arg(j),Paths[i][j]);
+        }
+    }
+    for (i=0;i<3;i++) {
+        settings.setValue(QString("stream/rcvopt%1").arg(i+1),RcvOpt[i]);
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        Cmds[i][j].replace("\r\n","@@");
+        settings.setValue(QString("serial/cmd_%1_%2").arg(i).arg(j),Cmds  [i][j]);
+        settings.setValue(QString("serial/cmdena_%1_%2").arg(i).arg(j),CmdEna[i][j]);
+    }
+    for (i=0;i<3;i++) for (j=0;j<2;j++) {
+        CmdsTcp[i][j].replace("\r\n","@@");
+        settings.setValue (QString("tcpip/cmd_%1_%2").arg(i).arg(j),CmdsTcp  [i][j]);
+        settings.setValue(QString("tcpip/cmdena_%1_%2").arg(i).arg(j),CmdEnaTcp[i][j]);
+    }
+    settings.setValue("prcopt/mode",       PrcOpt.mode        );
+    settings.setValue("prcopt/nf",         PrcOpt.nf          );
+    settings.setValue("prcopt/elmin",      PrcOpt.elmin       );
+    settings.setValue("prcopt/snrmask_ena1",PrcOpt.snrmask.ena[0]);
+    settings.setValue("prcopt/snrmask_ena2",PrcOpt.snrmask.ena[1]);
+    for (i=0;i<NFREQ;i++) for (j=0;j<9;j++) {
+        settings.setValue(QString("prcopt/snrmask_%1_%2").arg(i+1).arg(j+1),
+                        PrcOpt.snrmask.mask[i][j]);
+    }
+    settings.setValue("prcopt/dynamics",   PrcOpt.dynamics    );
+    settings.setValue("prcopt/tidecorr",   PrcOpt.tidecorr    );
+    settings.setValue("prcopt/modear",     PrcOpt.modear      );
+    settings.setValue("prcopt/glomodear",  PrcOpt.glomodear   );
+    settings.setValue("prcopt/bdsmodear",  PrcOpt.bdsmodear   );
+    settings.setValue("prcopt/maxout",     PrcOpt.maxout      );
+    settings.setValue("prcopt/minlock",    PrcOpt.minlock     );
+    settings.setValue("prcopt/minfix",     PrcOpt.minfix      );
+    settings.setValue("prcopt/ionoopt",    PrcOpt.ionoopt     );
+    settings.setValue("prcopt/tropopt",    PrcOpt.tropopt     );
+    settings.setValue("prcopt/ephopt",     PrcOpt.sateph      );
+    settings.setValue("prcopt/niter",      PrcOpt.niter       );
+    settings.setValue("prcopt/eratio0",    PrcOpt.eratio[0]   );
+    settings.setValue("prcopt/eratio1",    PrcOpt.eratio[1]   );
+    settings.setValue("prcopt/err1",       PrcOpt.err[1]      );
+    settings.setValue("prcopt/err2",       PrcOpt.err[2]      );
+    settings.setValue("prcopt/err3",       PrcOpt.err[3]      );
+    settings.setValue("prcopt/err4",       PrcOpt.err[4]      );
+    settings.setValue("prcopt/prn0",       PrcOpt.prn[0]      );
+    settings.setValue("prcopt/prn1",       PrcOpt.prn[1]      );
+    settings.setValue("prcopt/prn2",       PrcOpt.prn[2]      );
+    settings.setValue("prcopt/prn3",       PrcOpt.prn[3]      );
+    settings.setValue("prcopt/prn4",       PrcOpt.prn[4]      );
+    settings.setValue("prcopt/sclkstab",   PrcOpt.sclkstab    );
+    settings.setValue("prcopt/thresar",    PrcOpt.thresar[0]  );
+    settings.setValue("prcopt/elmaskar",   PrcOpt.elmaskar    );
+    settings.setValue("prcopt/elmaskhold", PrcOpt.elmaskhold  );
+    settings.setValue("prcopt/thresslip",  PrcOpt.thresslip   );
+    settings.setValue("prcopt/maxtdiff",   PrcOpt.maxtdiff    );
+    settings.setValue("prcopt/maxgdop",    PrcOpt.maxgdop     );
+    settings.setValue("prcopt/maxinno",    PrcOpt.maxinno     );
+    settings.setValue("prcopt/syncsol",    PrcOpt.syncsol     );
+    settings.setValue("prcopt/exsats",     ExSats             );
+    settings.setValue("prcopt/navsys",     PrcOpt.navsys      );
+    settings.setValue("prcopt/posopt1",    PrcOpt.posopt[0]   );
+    settings.setValue("prcopt/posopt2",    PrcOpt.posopt[1]   );
+    settings.setValue("prcopt/posopt3",    PrcOpt.posopt[2]   );
+    settings.setValue("prcopt/posopt4",    PrcOpt.posopt[3]   );
+    settings.setValue("prcopt/posopt5",    PrcOpt.posopt[4]   );
+    
+    settings.setValue("prcopt/baselinec",  BaselineC          );
+    settings.setValue("prcopt/baseline1",  Baseline[0]        );
+    settings.setValue("prcopt/baseline2",  Baseline[1]        );
+    
+    settings.setValue("solopt/posf",       SolOpt.posf        );
+    settings.setValue("solopt/times",      SolOpt.times       );
+    settings.setValue("solopt/timef",      SolOpt.timef       );
+    settings.setValue("solopt/timeu",      SolOpt.timeu       );
+    settings.setValue("solopt/degf",       SolOpt.degf        );
+    settings.setValue("solopt/sep",        SolOpt.sep         );
+    settings.setValue("solopt/outhead",    SolOpt.outhead     );
+    settings.setValue("solopt/outopt",     SolOpt.outopt      );
+    settings.setValue("solopt/datum",      SolOpt.datum       );
+    settings.setValue("solopt/height",     SolOpt.height      );
+    settings.setValue("solopt/geoid",      SolOpt.geoid       );
+    settings.setValue("solopt/nmeaintv1",  SolOpt.nmeaintv[0] );
+    settings.setValue("solopt/nmeaintv2",  SolOpt.nmeaintv[1] );
+    settings.setValue("setting/debugstatus",DebugStatusF       );
+    settings.setValue("setting/debugtrace", DebugTraceF        );
+    
+    settings.setValue("setting/rovpostype", RovPosTypeF        );
+    settings.setValue("setting/refpostype", RefPosTypeF        );
+    settings.setValue("setting/rovantpcv",  RovAntPcvF         );
+    settings.setValue("setting/refantpcv",  RefAntPcvF         );
+    settings.setValue("setting/rovant",     RovAntF            );
+    settings.setValue("setting/refant",     RefAntF            );
+    settings.setValue("setting/satpcvfile", SatPcvFileF        );
+    settings.setValue("setting/antpcvfile", AntPcvFileF        );
+    settings.setValue("setting/staposfile", StaPosFileF        );
+    settings.setValue("setting/geoiddatafile",GeoidDataFileF   );
+    settings.setValue("setting/dcbfile",    DCBFileF           );
+    settings.setValue("setting/eopfile",    EOPFileF           );
+    settings.setValue("setting/tlefile",    TLEFileF           );
+    settings.setValue("setting/tlesatfile", TLESatFileF        );
+    settings.setValue("setting/localdirectory",LocalDirectory  );
+    
+    settings.setValue("setting/svrcycle",   SvrCycle           );
+    settings.setValue("setting/timeouttime",TimeoutTime        );
+    settings.setValue("setting/recontime",  ReconTime          );
+    settings.setValue("setting/nmeacycle",  NmeaCycle          );
+    settings.setValue("setting/svrbuffsize",SvrBuffSize        );
+    settings.setValue("setting/solbuffsize",SolBuffSize        );
+    settings.setValue("setting/savedsol",   SavedSol           );
+    settings.setValue("setting/navselect",  NavSelect          );
+    settings.setValue("setting/sbassat",    PrcOpt.sbassatsel  );
+    settings.setValue("setting/dgpscorr",   DgpsCorr           );
+    settings.setValue("setting/sbascorr",   SbasCorr           );
+    
+    settings.setValue("setting/nmeareq",    NmeaReq            );
+    settings.setValue("setting/intimetag",  InTimeTag          );
+    settings.setValue("setting/intimespeed",InTimeSpeed        );
+    settings.setValue("setting/intimestart",InTimeStart        );
+    settings.setValue("setting/outtimetag", OutTimeTag         );
+    settings.setValue("setting/outappend",  OutAppend          );
+    settings.setValue("setting/outswapinterval",OutSwapInterval);
+    settings.setValue("setting/logtimetag", LogTimeTag         );
+    settings.setValue("setting/logappend",  LogAppend          );
+    settings.setValue("setting/logswapinterval",LogSwapInterval);
+    settings.setValue("setting/nmeapos1",   NmeaPos[0]         );
+    settings.setValue("setting/nmeapos2",   NmeaPos[1]         );
+    settings.setValue("setting/fswapmargin",FileSwapMargin     );
+    
+    settings.setValue("setting/timesys",    TimeSys            );
+    settings.setValue("setting/soltype",    SolType            );
+    settings.setValue("setting/plottype",   PlotType1          );
+    settings.setValue("setting/plottype2",  PlotType2          );
+    settings.setValue("setting/panelmode",  PanelMode          );
+    settings.setValue("setting/proxyaddr",  ProxyAddr          );
+    settings.setValue("setting/moniport",   MoniPort           );
+    settings.setValue("setting/panelstack", PanelStack         );
+    
+    for (i=0;i<3;i++) {
+        settings.setValue(QString("setting/rovantdel_%1").arg(i),RovAntDel[i]);
+        settings.setValue(QString("setting/refantdel_%1").arg(i),RefAntDel[i]);
+        settings.setValue(QString("setting/rovpos_%1").arg(i),   RovPos[i]);
+        settings.setValue(QString("setting/refpos_%1").arg(i),   RefPos[i]);
+    }
+    for (i=0;i<10;i++) {
+        settings.setValue(QString("tcpopt/history%1").arg(i),History [i]);
+    }
+    for (i=0;i<10;i++) {
+        settings.setValue(QString("tcpopt/mntphist%1").arg(i),MntpHist[i]);
+    }
+    settings.setValue("mapopt/nmappnt",NMapPnt);
+    for (i=0;i<NMapPnt;i++) {
+        settings.setValue(QString("mapopt/pntname%1").arg(i+1),PntName[i]);
+        settings.setValue(QString("mapopt/pntpos%1").arg(i+1),
+            QString("%1,%2,%3").arg(PntPos[i][0],0,'f',4).arg(PntPos[i][1],0,'f',4).arg(PntPos[i][2],0,'f',4));
+    }
+    settings.setValue("setting/posfontname", PosFont.family()    );
+    settings.setValue("setting/posfontsize", PosFont.pointSize()    );
+//    settings.setValue("setting/posfontcolor",(int)PosFont->Color);
+    settings.setValue("setting/posfontbold",  PosFont.bold());
+    settings.setValue("setting/posfontitalic",PosFont.italic());
+
+    settings.setValue("viewer/color1",  (int)TextViewer::Color1.rgb());
+    settings.setValue("viewer/color2",  (int)TextViewer::Color2.rgb());
+    settings.setValue("viewer/fontname",TextViewer::FontD.family());
+    settings.setValue("viewer/fontsize",TextViewer::FontD.pointSize());
+    
+    settings.setValue("window/width",    size().width());
+    settings.setValue("window/height",   size().height());
+
+    settings.setValue("window/splitpos",Splitter1->saveState());
+    settings.setValue("window/splitpos2",Splitter2->saveState());
+}
+//---------------------------------------------------------------------------
+
+
+
diff --git a/app/rtknavi_qt/navimain.h b/app/rtknavi_qt/navimain.h
new file mode 100644
index 0000000..5415e02
--- /dev/null
+++ b/app/rtknavi_qt/navimain.h
@@ -0,0 +1,169 @@
+//---------------------------------------------------------------------------
+#ifndef navimainH
+#define navimainH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QColor>
+#include <QSystemTrayIcon>
+#include <QTimer>
+#include <QMenu>
+
+
+#include "rtklib.h"
+#include "ui_navimain.h"
+
+#define MAXSCALE	18
+#define MAXMAPPNT	10
+
+class AboutDialog;
+class OptDialog;
+class InputStrDialog;
+class OutputStrDialog;
+class LogStrDialog;
+class MonitorDialog;
+
+//---------------------------------------------------------------------------
+class MainWindow : public QDialog, private Ui::MainForm
+{
+        Q_OBJECT
+
+public:
+    explicit MainWindow(QWidget *parent = 0);
+    ~MainWindow();
+
+public slots:	
+    void  TimerTimer        ();
+	
+    void  BtnStartClick     ();
+    void  BtnStopClick      ();
+    void  BtnPlotClick      ();
+    void  BtnOptClick       ();
+    void  BtnExitClick      ();
+	
+    void  BtnTimeSysClick   ();
+    void  BtnInputStrClick  ();
+    void  BtnOutputStrClick ();
+    void  BtnLogStrClick    ();
+    void  BtnSolTypeClick   ();
+    void  BtnPlotType1Click  ();
+	
+    void  BtnMonitorClick   ();
+    void  BtnSaveClick      ();
+    void  BtnAboutClick     ();
+    void  BtnTaskTrayClick  ();
+	
+    void  MenuExpandClick   ();
+    void  MenuStartClick    ();
+    void  MenuStopClick     ();
+    void  MenuPlotClick     ();
+    void  MenuMonitorClick  ();
+    void  MenuExitClick     ();
+	
+    void  ScbSolChange      ();
+	
+    void  TrayIconClick  (QSystemTrayIcon::ActivationReason);
+    void  BtnFreqType1Click();
+    void  BtnPanelClick();
+    void  BtnPlotType2Click();
+    void  BtnFreqType2Click();
+
+protected:
+    void  showEvent         (QShowEvent*);
+    void  closeEvent        (QCloseEvent *);
+
+private:
+    tle_t TLEData;
+
+    AboutDialog *aboutDialog;
+    OptDialog *optDialog;
+    InputStrDialog *inputStrDialog;
+    OutputStrDialog *outputStrDialog;
+    LogStrDialog *logStrDialog;
+    MonitorDialog *monitor;
+    QSystemTrayIcon *systemTray;
+    QMenu * trayMenu;
+    QAction *MenuStartAction,*MenuStopAction,*MenuExitAction;
+
+    void  UpdateLog    (int stat, gtime_t time, double *rr, float *qr,
+								  double *rb, int ns, double age, double ratio);
+    void  SvrStart     (void);
+    void  SvrStop      (void);
+    void  UpdatePanel  (void);
+    void  UpdateTimeSys(void);
+    void  UpdateSolType(void);
+    void  UpdateFont   (void);
+    void  UpdateTime   (void);
+    void  UpdatePos    (void);
+    void  UpdateStr    (void);
+    void  DrawPlot     (QLabel *plot, int type, int freq);
+    void  UpdatePlot   (void);
+    void  ChangePlot   (void);
+    int   ConfOverwrite(const QString &path);
+	
+    void  DrawSnr      (QPainter *c, int w, int h, int top, int index, int freq);
+    void  DrawSat      (QPainter *c, int w, int h, int x0, int y0, int index, int freq);
+    void  DrawBL       (QPainter *c, int w, int h);
+    void  DrawSky      (QPainter *c, int w, int h, int x0, int y0);
+    void  DrawText     (QPainter *c, int x, int y, const QString &s,
+                                  const QColor &color, int align);
+    void  DrawArrow    (QPainter *c, int x, int y, int siz,
+                                  int ang, const QColor &color);
+    void  OpenMoniPort (int port);
+    void  InitSolBuff  (void);
+    void  SaveLog      (void);
+    void  LoadNav      (nav_t *nav);
+    void  SaveNav      (nav_t *nav);
+    void  LoadOpt      (void);
+    void  SaveOpt      (void);
+    void  SetTrayIcon  (int index);
+    int   ExecCmd      (const QString &cmd, int show);
+    QColor  SnrColor   (int snr);
+public:
+    QString IniFile;
+	
+	int PanelStack,PanelMode;
+	int SvrCycle,SvrBuffSize,Scale,SolBuffSize,NavSelect,SavedSol;
+	int NmeaReq,NmeaCycle,InTimeTag,OutTimeTag,OutAppend,LogTimeTag,LogAppend;
+	int TimeoutTime,ReconTime,SbasCorr,DgpsCorr,TideCorr,FileSwapMargin;
+	int Stream[MAXSTRRTK],StreamC[MAXSTRRTK],Format[MAXSTRRTK];
+	int CmdEna[3][2],CmdEnaTcp[3][2];
+	int TimeSys,SolType,PlotType1,FreqType1,PlotType2,FreqType2;
+	int MoniPort,OpenPort;
+	
+	int PSol,PSolS,PSolE,Nsat[2],SolCurrentStat;
+	int Sat[2][MAXSAT],Snr[2][MAXSAT][NFREQ],Vsat[2][MAXSAT];
+	double Az[2][MAXSAT],El[2][MAXSAT];
+	gtime_t *Time;
+	int *SolStat,*Nvsat;
+	double *SolRov,*SolRef,*Qr,*VelRov,*Age,*Ratio;
+
+    QString Paths[MAXSTRRTK][4],Cmds[3][2],CmdsTcp[3][2];
+    QString InTimeStart,InTimeSpeed,ExSats;
+    QString RcvOpt[3],ProxyAddr;
+    QString OutSwapInterval,LogSwapInterval;
+
+	prcopt_t PrcOpt;
+	solopt_t SolOpt;
+
+    QFont PosFont;
+
+	int DebugTraceF,DebugStatusF,OutputGeoidF,BaselineC;
+	int RovPosTypeF,RefPosTypeF,RovAntPcvF,RefAntPcvF;
+    QString RovAntF,RefAntF,SatPcvFileF,AntPcvFileF;
+	double RovAntDel[3],RefAntDel[3],RovPos[3],RefPos[3],NmeaPos[2];
+	double Baseline[2];
+
+    QString History[10],MntpHist[10];
+
+    QTimer Timer;
+	
+    QString GeoidDataFileF,StaPosFileF,DCBFileF,EOPFileF,TLEFileF;
+    QString TLESatFileF,LocalDirectory,PntName[MAXMAPPNT];
+
+	double PntPos[MAXMAPPNT][3];
+	int NMapPnt;
+};
+
+extern MainWindow *mainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/navimain.ui b/app/rtknavi_qt/navimain.ui
new file mode 100644
index 0000000..f55a0ed
--- /dev/null
+++ b/app/rtknavi_qt/navimain.ui
@@ -0,0 +1,1815 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QWidget" name="MainForm">
+  <property name="windowTitle">
+   <string>RTKNAVI</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout_2">
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_8">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnPanel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+          <normaloff>:/buttons/sqr.bmp</normaloff>:/buttons/sqr.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnTimeSys">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GPST</string>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="LabelTime">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>2000/01/01 00:00:00.0</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel12" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout_7">
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QPushButton" name="BtnInputStr">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>16777215</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string>Input Streams</string>
+           </property>
+           <property name="text">
+            <string>I</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Image1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Ignored">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="pixmap">
+            <pixmap resource="../rtkconv_qt/rtkconv_qt.qrc">:/buttons/rarrow.bmp</pixmap>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Svr">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Image2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Ignored">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="pixmap">
+            <pixmap resource="../rtkconv_qt/rtkconv_qt.qrc">:/buttons/rarrow.bmp</pixmap>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str7">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Str8">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>16777215</width>
+             <height>20</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnOutputStr">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Output Streams</string>
+           </property>
+           <property name="text">
+            <string>O</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnLogStr">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Log Streams</string>
+           </property>
+           <property name="text">
+            <string>L</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel5" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="IndQ">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="SolS">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>----</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="SolQ">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Solution</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSolType2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+          <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_9">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QSplitter" name="Splitter1">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <widget class="QWidget" name="Panel21" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_4">
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <item row="0" column="0">
+           <widget class="QWidget" name="Panel212" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QHBoxLayout" name="horizontalLayout_6">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <property name="leftMargin">
+              <number>0</number>
+             </property>
+             <property name="topMargin">
+              <number>0</number>
+             </property>
+             <property name="rightMargin">
+              <number>0</number>
+             </property>
+             <property name="bottomMargin">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QLabel" name="Plabel0">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>Lat/Lon/Height</string>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLabel" name="IndSol">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>20</width>
+              <height>20</height>
+             </size>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="frameShape">
+             <enum>QFrame::Box</enum>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0" colspan="3">
+           <widget class="QWidget" name="Panel211" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="layoutDirection">
+             <enum>Qt::LeftToRight</enum>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QGridLayout" name="gridLayout">
+             <item row="0" column="0">
+              <widget class="QLabel" name="PlabelA">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>192</red>
+                     <green>192</green>
+                     <blue>192</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>192</red>
+                     <green>192</green>
+                     <blue>192</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>192</red>
+                     <green>192</green>
+                     <blue>192</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>Solution:</string>
+               </property>
+              </widget>
+             </item>
+             <item row="0" column="1">
+              <widget class="QLabel" name="Solution">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>----</string>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="0">
+              <widget class="QLabel" name="Plabel1">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>N:</string>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="1" colspan="2">
+              <widget class="QLabel" name="Pos1">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>0 00' 00.0000"</string>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="0">
+              <widget class="QLabel" name="Plabel2">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>E:</string>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="1" colspan="2">
+              <widget class="QLabel" name="Pos2">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>0 00' 00.0000"</string>
+               </property>
+              </widget>
+             </item>
+             <item row="3" column="0">
+              <widget class="QLabel" name="Plabel3">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>H:</string>
+               </property>
+              </widget>
+             </item>
+             <item row="3" column="1" colspan="2">
+              <widget class="QLabel" name="Pos3">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>0</red>
+                     <green>0</green>
+                     <blue>0</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>0.000 m</string>
+               </property>
+              </widget>
+             </item>
+             <item row="4" column="0" colspan="3">
+              <widget class="QLabel" name="LabelStd">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>E: 0.000 N: 0.000 U: 0.000 m</string>
+               </property>
+              </widget>
+             </item>
+             <item row="5" column="0" colspan="3">
+              <widget class="QLabel" name="LabelNSat">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="WindowText">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>128</red>
+                     <green>128</green>
+                     <blue>128</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>Age: 0.0 s Ratio: 0.0 NSAT: 0</string>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QPushButton" name="BtnSolType">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="icon">
+             <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+              <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+            </property>
+            <property name="flat">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0" colspan="3">
+           <widget class="QWidget" name="Panel213" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QHBoxLayout" name="horizontalLayout_5">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <property name="leftMargin">
+              <number>0</number>
+             </property>
+             <property name="topMargin">
+              <number>0</number>
+             </property>
+             <property name="rightMargin">
+              <number>0</number>
+             </property>
+             <property name="bottomMargin">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QScrollBar" name="ScbSol">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+                 <horstretch>0</horstretch>
+                 <verstretch>0</verstretch>
+                </sizepolicy>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="minimum">
+                <number>0</number>
+               </property>
+               <property name="maximum">
+                <number>0</number>
+               </property>
+               <property name="singleStep">
+                <number>1</number>
+               </property>
+               <property name="value">
+                <number>0</number>
+               </property>
+               <property name="orientation">
+                <enum>Qt::Horizontal</enum>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QPushButton" name="BtnSave">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+                 <horstretch>0</horstretch>
+                 <verstretch>0</verstretch>
+                </sizepolicy>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string>...</string>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+        <widget class="QWidget" name="Panel22" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_13">
+          <item>
+           <widget class="QSplitter" name="Splitter2">
+            <property name="orientation">
+             <enum>Qt::Vertical</enum>
+            </property>
+            <widget class="QWidget" name="Panel222" native="true">
+             <property name="enabled">
+              <bool>true</bool>
+             </property>
+             <property name="toolTip">
+              <string/>
+             </property>
+             <property name="text" stdset="0">
+              <string/>
+             </property>
+             <layout class="QGridLayout" name="gridLayout_3">
+              <property name="leftMargin">
+               <number>0</number>
+              </property>
+              <property name="topMargin">
+               <number>0</number>
+              </property>
+              <property name="rightMargin">
+               <number>0</number>
+              </property>
+              <property name="bottomMargin">
+               <number>0</number>
+              </property>
+              <property name="spacing">
+               <number>0</number>
+              </property>
+              <item row="0" column="2">
+               <widget class="QPushButton" name="BtnPlotType2">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+                  <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+                </property>
+                <property name="flat">
+                 <bool>true</bool>
+                </property>
+               </widget>
+              </item>
+              <item row="1" column="0" colspan="3">
+               <widget class="QLabel" name="Disp2">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+               </widget>
+              </item>
+              <item row="0" column="1">
+               <widget class="QPushButton" name="BtnFreqType2">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+                  <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+                </property>
+                <property name="flat">
+                 <bool>true</bool>
+                </property>
+               </widget>
+              </item>
+             </layout>
+            </widget>
+            <widget class="QWidget" name="Panel221" native="true">
+             <property name="enabled">
+              <bool>true</bool>
+             </property>
+             <property name="toolTip">
+              <string/>
+             </property>
+             <property name="text" stdset="0">
+              <string/>
+             </property>
+             <layout class="QGridLayout" name="gridLayout_2">
+              <property name="leftMargin">
+               <number>0</number>
+              </property>
+              <property name="topMargin">
+               <number>0</number>
+              </property>
+              <property name="rightMargin">
+               <number>0</number>
+              </property>
+              <property name="bottomMargin">
+               <number>0</number>
+              </property>
+              <property name="spacing">
+               <number>0</number>
+              </property>
+              <item row="1" column="0" colspan="3">
+               <widget class="QLabel" name="Disp1">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+               </widget>
+              </item>
+              <item row="0" column="2">
+               <widget class="QPushButton" name="BtnPlotType1">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+                  <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+                </property>
+                <property name="flat">
+                 <bool>true</bool>
+                </property>
+               </widget>
+              </item>
+              <item row="0" column="1">
+               <widget class="QPushButton" name="BtnFreqType1">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="sizePolicy">
+                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+                  <horstretch>0</horstretch>
+                  <verstretch>0</verstretch>
+                 </sizepolicy>
+                </property>
+                <property name="toolTip">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+                  <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+                </property>
+                <property name="flat">
+                 <bool>true</bool>
+                </property>
+               </widget>
+              </item>
+             </layout>
+            </widget>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnMonitor">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string>RTK Monitor</string>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+          <normaloff>:/buttons/sqr.bmp</normaloff>:/buttons/sqr.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Message">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel33" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout_3">
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QPushButton" name="BtnTaskTray">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Minimum" vsizetype="Ignored">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Hide</string>
+           </property>
+           <property name="icon">
+            <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+             <normaloff>:/buttons/ttray.bmp</normaloff>:/buttons/ttray.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnAbout">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Ignored">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>About</string>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel4" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnStart">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Start</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnStop">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>S&top</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnPlot">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Plot...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOpt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Options...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExit">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Exit</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkconv_qt/rtkconv_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/naviopt.cpp b/app/rtknavi_qt/naviopt.cpp
new file mode 100644
index 0000000..fa42dc9
--- /dev/null
+++ b/app/rtknavi_qt/naviopt.cpp
@@ -0,0 +1,1165 @@
+//---------------------------------------------------------------------------
+#include <QFileDialog>
+#include <QLineEdit>
+#include <QPoint>
+#include <QFontDialog>
+#include <QFont>
+#include <QShowEvent>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+#include "rtklib.h"
+#include "naviopt.h"
+#include "viewer.h"
+#include "refdlg.h"
+#include "navimain.h"
+#include "maskoptdlg.h"
+
+//---------------------------------------------------------------------------
+#define MAXSTR      1024                /* max length of a string */
+
+// receiver options table ---------------------------------------------------
+static int strtype[]={                  /* stream types */
+    STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE
+};
+static char strpath[8][MAXSTR]={""};    /* stream paths */
+static int strfmt[]={                   /* stream formats */
+    STRFMT_RTCM3,STRFMT_RTCM3,STRFMT_SP3,SOLF_LLH,SOLF_NMEA,0,0,0
+};
+static int svrcycle     =10;            /* server cycle (ms) */
+static int timeout      =10000;         /* timeout time (ms) */
+static int reconnect    =10000;         /* reconnect interval (ms) */
+static int nmeacycle    =5000;          /* nmea request cycle (ms) */
+static int fswapmargin  =30;            /* file swap marign (s) */
+static int buffsize     =32768;         /* input buffer size (bytes) */
+static int navmsgsel    =0;             /* navigation mesaage select */
+static int nmeareq      =0;             /* nmea request type (0:off,1:lat/lon,2:single) */
+static double nmeapos[] ={0,0};         /* nmea position (lat/lon) (deg) */
+static char proxyaddr[MAXSTR]="";       /* proxy address */
+
+#define TIMOPT  "0:gpst,1:utc,2:jst,3:tow"
+#define CONOPT  "0:dms,1:deg,2:xyz,3:enu,4:pyl"
+#define FLGOPT  "0:off,1:std+2:age/ratio/ns"
+#define ISTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http"
+#define OSTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr"
+#define FMTOPT  "0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:gw10,9:javad,10:nvs,11:binex,12:rt17,15:sp3"
+#define NMEOPT  "0:off,1:latlon,2:single"
+#define SOLOPT  "0:llh,1:xyz,2:enu,3:nmea"
+#define MSGOPT  "0:all,1:rover,2:base,3:corr"
+
+static opt_t rcvopts[]={
+    {"inpstr1-type",    3,  (void *)&strtype[0],         ISTOPT },
+    {"inpstr2-type",    3,  (void *)&strtype[1],         ISTOPT },
+    {"inpstr3-type",    3,  (void *)&strtype[2],         ISTOPT },
+    {"inpstr1-path",    2,  (void *)strpath [0],         ""     },
+    {"inpstr2-path",    2,  (void *)strpath [1],         ""     },
+    {"inpstr3-path",    2,  (void *)strpath [2],         ""     },
+    {"inpstr1-format",  3,  (void *)&strfmt [0],         FMTOPT },
+    {"inpstr2-format",  3,  (void *)&strfmt [1],         FMTOPT },
+    {"inpstr3-format",  3,  (void *)&strfmt [2],         FMTOPT },
+    {"inpstr2-nmeareq", 3,  (void *)&nmeareq,            NMEOPT },
+    {"inpstr2-nmealat", 1,  (void *)&nmeapos[0],         "deg"  },
+    {"inpstr2-nmealon", 1,  (void *)&nmeapos[1],         "deg"  },
+    {"outstr1-type",    3,  (void *)&strtype[3],         OSTOPT },
+    {"outstr2-type",    3,  (void *)&strtype[4],         OSTOPT },
+    {"outstr1-path",    2,  (void *)strpath [3],         ""     },
+    {"outstr2-path",    2,  (void *)strpath [4],         ""     },
+    {"outstr1-format",  3,  (void *)&strfmt [3],         SOLOPT },
+    {"outstr2-format",  3,  (void *)&strfmt [4],         SOLOPT },
+    {"logstr1-type",    3,  (void *)&strtype[5],         OSTOPT },
+    {"logstr2-type",    3,  (void *)&strtype[6],         OSTOPT },
+    {"logstr3-type",    3,  (void *)&strtype[7],         OSTOPT },
+    {"logstr1-path",    2,  (void *)strpath [5],         ""     },
+    {"logstr2-path",    2,  (void *)strpath [6],         ""     },
+    {"logstr3-path",    2,  (void *)strpath [7],         ""     },
+    
+    {"misc-svrcycle",   0,  (void *)&svrcycle,           "ms"   },
+    {"misc-timeout",    0,  (void *)&timeout,            "ms"   },
+    {"misc-reconnect",  0,  (void *)&reconnect,          "ms"   },
+    {"misc-nmeacycle",  0,  (void *)&nmeacycle,          "ms"   },
+    {"misc-buffsize",   0,  (void *)&buffsize,           "bytes"},
+    {"misc-navmsgsel",  3,  (void *)&navmsgsel,          MSGOPT },
+    {"misc-proxyaddr",  2,  (void *)proxyaddr,           ""     },
+    {"misc-fswapmargin",0,  (void *)&fswapmargin,        "s"    },
+    
+    {"",0,NULL,""}
+};
+//---------------------------------------------------------------------------
+OptDialog::OptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    QString label;
+	int freq[]={1,2,5,6,7,8},nglo=MAXPRNGLO,ngal=MAXPRNGAL,nqzs=MAXPRNQZS;
+	int ncmp=MAXPRNCMP;
+
+    setupUi(this);
+
+	PrcOpt=prcopt_default;
+	SolOpt=solopt_default;
+
+    textViewer =new TextViewer(this);
+
+    UpdateEnable();
+	
+    Freq->clear();
+	for (int i=0;i<NFREQ;i++) {
+        label=label+(i>0?"+":"")+QString("L%1").arg(freq[i]);
+        Freq->addItem(label);
+	}
+    if (nglo<=0) NavSys2->setEnabled(false);
+    if (ngal<=0) NavSys3->setEnabled(false);
+    if (nqzs<=0) NavSys4->setEnabled(false);
+    if (ncmp<=0) NavSys6->setEnabled(false);
+
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    StaPosFile->setCompleter(fileCompleter);
+    AntPcvFile->setCompleter(fileCompleter);
+    SatPcvFile->setCompleter(fileCompleter);
+    DCBFile->setCompleter(fileCompleter);
+    GeoidDataFile->setCompleter(fileCompleter);
+    EOPFile->setCompleter(fileCompleter);
+    OLFile->setCompleter(fileCompleter);
+    TLEFile->setCompleter(fileCompleter);
+    TLESatFile->setCompleter(fileCompleter);
+
+    QCompleter *dirCompleter=new QCompleter(this);
+    QFileSystemModel *dirModel=new QFileSystemModel(dirCompleter);
+    dirModel->setRootPath("");
+    dirModel->setFilter(QDir::AllDirs|QDir::Drives|QDir::NoDotAndDotDot);
+    dirCompleter->setModel(dirModel);
+    LocalDir->setCompleter(dirCompleter);
+
+	UpdateEnable();
+
+    connect(BtnAntPcvFile,SIGNAL(clicked(bool)),this,SLOT(BtnAntPcvFileClick()));
+    connect(BtnAntPcvView,SIGNAL(clicked(bool)),this,SLOT(BtnAntPcvViewClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnDCBFile,SIGNAL(clicked(bool)),this,SLOT(BtnDCBFileClick()));
+    connect(BtnEOPFile,SIGNAL(clicked(bool)),this,SLOT(BtnEOPFileClick()));
+    connect(BtnEOPView,SIGNAL(clicked(bool)),this,SLOT(BtnEOPViewClick()));
+    connect(BtnFont,SIGNAL(clicked(bool)),this,SLOT(BtnFontClick()));
+    connect(BtnGeoidDataFile,SIGNAL(clicked(bool)),this,SLOT(BtnGeoidDataFileClick()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(BtnLocalDir,SIGNAL(clicked(bool)),this,SLOT(BtnLocalDirClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+//    connect(BtnOLFile,SIGNAL(clicked(bool)),this,SLOT(Btn));//Ocean Load
+    connect(BtnRefPos,SIGNAL(clicked(bool)),this,SLOT(BtnRefPosClick()));
+    connect(BtnRovPos,SIGNAL(clicked(bool)),this,SLOT(BtnRovPosClick()));
+    connect(BtnSatPcvFile,SIGNAL(clicked(bool)),this,SLOT(BtnSatPcvFileClick()));
+    connect(BtnSatPcvView,SIGNAL(clicked(bool)),this,SLOT(BtnSatPcvViewClick()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+    connect(BtnSnrMask,SIGNAL(clicked(bool)),this,SLOT(BtnSnrMaskClick()));
+    connect(BtnStaPosFile,SIGNAL(clicked(bool)),this,SLOT(BtnStaPosFileClick()));
+    connect(BtnStaPosView,SIGNAL(clicked(bool)),this,SLOT(BtnStaPosViewClick()));
+    connect(BtnTLEFile,SIGNAL(clicked(bool)),this,SLOT(BtnTLEFileClick()));
+    connect(BtnTLESatFile,SIGNAL(clicked(bool)),this,SLOT(BtnTLESatFileClick()));
+    connect(PosMode,SIGNAL(currentIndexChanged(int)),this,SLOT(PosModeChange(int)));
+    connect(SolFormat,SIGNAL(currentIndexChanged(int)),this,SLOT(SolFormatChange(int)));
+    connect(RefPosTypeP,SIGNAL(currentIndexChanged(int)),this,SLOT(RefPosTypePChange(int)));
+    connect(RovPosTypeP,SIGNAL(currentIndexChanged(int)),this,SLOT(RovPosTypePChange(int)));
+    connect(AmbRes,SIGNAL(currentIndexChanged(int)),this,SLOT(AmbResChange(int)));
+    connect(RovAntPcv,SIGNAL(clicked(bool)),this,SLOT(RovAntPcvClick()));
+    connect(RefAntPcv,SIGNAL(clicked(bool)),this,SLOT(RovAntPcvClick()));
+    connect(OutputHeight,SIGNAL(currentIndexChanged(int)),this,SLOT(OutputHeightClick()));
+    connect(NavSys2,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys6,SIGNAL(clicked(bool)),this,SLOT(NavSys6Click()));
+    connect(BaselineConst,SIGNAL(clicked(bool)),this,SLOT(BaselineConstClick()));
+}
+//---------------------------------------------------------------------------
+void OptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	GetOpt();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnOkClick()
+{
+	SetOpt();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnLoadClick()
+{
+    QString fileName;
+    fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Load Options..."),QString(),tr("Options File (*.conf);;All (*.*)")));
+
+    LoadOpt(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSaveClick()
+{
+    QString file;
+
+    file=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Save Options..."),QString(),tr("Options File (*.conf);;All (*.*)")));
+
+    if (!file.contains('.')) file+=".conf";
+
+    SaveOpt(file);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnStaPosViewClick()
+{
+    if (StaPosFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+
+    viewer->Read(StaPosFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnStaPosFileClick()
+{
+    QString fileName;
+
+    fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Station Postion File"),QString(),tr("Position File (*.pos);;All (*.*)")));
+
+    StaPosFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSnrMaskClick()
+{
+    MaskOptDialog maskOptDialog(this);
+    maskOptDialog.Mask=PrcOpt.snrmask;
+
+    maskOptDialog.exec();
+    if (maskOptDialog.result()!=QDialog::Accepted) return;
+    PrcOpt.snrmask=maskOptDialog.Mask;
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovPosTypePChange(int)
+{
+    QLineEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double pos[3];
+
+    GetPos(RovPosTypeF,edit,pos);
+    SetPos(RovPosTypeP->currentIndex(),edit,pos);
+    RovPosTypeF=RovPosTypeP->currentIndex();
+	UpdateEnable();
+
+}
+//---------------------------------------------------------------------------
+void OptDialog::RefPosTypePChange(int)
+{
+    QLineEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double pos[3];
+
+	GetPos(RefPosTypeF,edit,pos);
+    SetPos(RefPosTypeP->currentIndex(),edit,pos);
+    RefPosTypeF=RefPosTypeP->currentIndex();
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnRovPosClick()
+{
+    RefDialog refDialog(this);
+    QLineEdit *edit[]={RovPos1,RovPos2,RovPos3};
+    double p[3],posi[3];
+
+    GetPos(RovPosTypeP->currentIndex(),edit,p);
+    ecef2pos(p,posi);
+
+    refDialog.RovPos[0]=posi[0]*R2D;
+    refDialog.RovPos[1]=posi[1]*R2D;
+    refDialog.Pos[2]=posi[2];
+    refDialog.StaPosFile=StaPosFile->text();
+    refDialog.move(pos().x()+size().width()/2-refDialog.size().width()/2,
+        pos().y()+size().height()/2-refDialog.size().height()/2);
+
+    refDialog.exec();
+    if (refDialog.result()!=QDialog::Accepted) return;
+
+    posi[0]=refDialog.Pos[0]*D2R;
+    posi[1]=refDialog.Pos[1]*D2R;
+    posi[2]=refDialog.Pos[2];
+
+    pos2ecef(posi,p);
+    SetPos(RovPosTypeP->currentIndex(),edit,p);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnRefPosClick()
+{
+    RefDialog refDialog(this);
+    QLineEdit *edit[]={RefPos1,RefPos2,RefPos3};
+    double p[3],posi[3];
+
+    GetPos(RefPosTypeP->currentIndex(),edit,p);
+    ecef2pos(p,posi);
+    refDialog.RovPos[0]=posi[0]*R2D;
+    refDialog.RovPos[1]=posi[1]*R2D;
+    refDialog.RovPos[2]=posi[2];
+    refDialog.StaPosFile=StaPosFile->text();
+    refDialog.move(pos().x()+size().width()/2-refDialog.size().width()/2,
+        pos().y()+size().height()/2-refDialog.size().height()/2);
+
+    refDialog.exec();
+    if (refDialog.result()!=QDialog::Accepted) return;
+
+    posi[0]=refDialog.Pos[0]*D2R;
+    posi[1]=refDialog.Pos[1]*D2R;
+    posi[2]=refDialog.Pos[2];
+
+    pos2ecef(posi,p);
+    SetPos(RefPosTypeP->currentIndex(),edit,p);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSatPcvViewClick()
+{
+    if (SatPcvFile->text()=="") return;
+
+    textViewer->show();
+
+    textViewer->Read(SatPcvFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSatPcvFileClick()
+{
+    SatPcvFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Satellite Antenna PCV File"),QString(),tr("PCV File (*.pcv *.atx);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnAntPcvViewClick()
+{
+    if (AntPcvFile->text()=="") return;
+
+    textViewer->show();
+
+    textViewer->Read(AntPcvFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnAntPcvFileClick()
+{
+    AntPcvFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Receiver Antenna PCV File"),QString(),tr("PCV File (*.pcv *.atx);;All (*.*)"))));
+    ReadAntList();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnGeoidDataFileClick()
+{
+    QString fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Geoid Data File"),QString(),tr("All (*.*)")));
+    GeoidDataFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnDCBFileClick()
+{
+    QString fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("DCB Data File"),QString(),tr("DCB (*.dcb)")));
+    DCBFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnEOPFileClick()
+{
+    QString fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("EOP Data File"),QString(),tr("EOP (*.erp)")));
+    EOPFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnEOPViewClick()
+{
+    if (EOPFile->text()=="") return;
+
+    textViewer->show();
+
+    textViewer->Read(EOPFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnLocalDirClick()
+{
+    QString dir=LocalDir->text();
+    dir=QDir::toNativeSeparators(QFileDialog::getExistingDirectory(this,tr("FTP/HTTP Local Directory"),dir));
+    LocalDir->setText(dir);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnFontClick()
+{
+    QFontDialog dialog(this);
+
+    dialog.setCurrentFont(FontLabel->font());
+    dialog.exec();
+
+    FontLabel->setFont(dialog.selectedFont());
+    FontLabel->setText(FontLabel->font().family()+QString::number(FontLabel->font().pointSize())+" pt");
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnTLESatFileClick()
+{
+    QString fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("TLE Satellite Number File"),QString(),tr("All (*.*)")));
+
+    TLESatFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnTLEFileClick()
+{
+    QString fileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("TLE Data File"),QString(),tr("All (*.*)")));
+
+    TLEFile->setText(fileName);
+}
+//---------------------------------------------------------------------------
+void OptDialog::FreqChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::NavSys2Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BaselineConstClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SolFormatChange(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::PosModeChange(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::AmbResChange(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovAntPcvClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::OutputHeightClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::GetOpt(void)
+{
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	
+    PosMode		 ->setCurrentIndex(PrcOpt.mode);
+    Freq		 ->setCurrentIndex(PrcOpt.nf-1>NFREQ-1?NFREQ-1:PrcOpt.nf-1);
+    ElMask		 ->setCurrentIndex(ElMask->findText(QString::number(PrcOpt.elmin*R2D)));
+    DynamicModel ->setCurrentIndex(PrcOpt.dynamics);
+    TideCorr	 ->setCurrentIndex(PrcOpt.tidecorr);
+    IonoOpt		 ->setCurrentIndex(PrcOpt.ionoopt);
+    TropOpt		 ->setCurrentIndex(PrcOpt.tropopt);
+    SatEphem	 ->setCurrentIndex(PrcOpt.sateph);
+    AmbRes		 ->setCurrentIndex(PrcOpt.modear);
+    GloAmbRes	 ->setCurrentIndex(PrcOpt.glomodear);
+    BdsAmbRes	 ->setCurrentIndex(PrcOpt.bdsmodear);
+    ValidThresAR ->setText(QString::number(PrcOpt.thresar[0]));
+    OutCntResetAmb->setText(QString::number(PrcOpt.maxout));
+    LockCntFixAmb->setText(QString::number(PrcOpt.minlock));
+    FixCntHoldAmb->setText(QString::number(PrcOpt.minfix));
+    ElMaskAR	 ->setText(QString::number(PrcOpt.elmaskar*R2D));
+    ElMaskHold	 ->setText(QString::number(PrcOpt.elmaskhold*R2D));
+    MaxAgeDiff	 ->setText(QString::number(PrcOpt.maxtdiff));
+    RejectGdop   ->setText(QString::number(PrcOpt.maxgdop));
+    RejectThres  ->setText(QString::number(PrcOpt.maxinno));
+    SlipThres	 ->setText(QString::number(PrcOpt.thresslip));
+    NumIter		 ->setText(QString::number(PrcOpt.niter));
+    SyncSol		 ->setCurrentIndex(PrcOpt.syncsol);
+    ExSatsE		 ->setText(ExSats);
+    NavSys1		 ->setChecked(PrcOpt.navsys&SYS_GPS);
+    NavSys2		 ->setChecked(PrcOpt.navsys&SYS_GLO);
+    NavSys3		 ->setChecked(PrcOpt.navsys&SYS_GAL);
+    NavSys4		 ->setChecked(PrcOpt.navsys&SYS_QZS);
+    NavSys5		 ->setChecked(PrcOpt.navsys&SYS_SBS);
+    NavSys6		 ->setChecked(PrcOpt.navsys&SYS_CMP);
+    PosOpt1		 ->setChecked(PrcOpt.posopt[0]);
+    PosOpt2		 ->setChecked(PrcOpt.posopt[1]);
+    PosOpt3		 ->setChecked(PrcOpt.posopt[2]);
+    PosOpt4		 ->setChecked(PrcOpt.posopt[3]);
+    PosOpt5		 ->setChecked(PrcOpt.posopt[4]);
+	
+    SolFormat	 ->setCurrentIndex(SolOpt.posf);
+    TimeFormat	 ->setCurrentIndex(SolOpt.timef==0?0:SolOpt.times+1);
+    TimeDecimal	 ->setText(QString::number(SolOpt.timeu));
+    LatLonFormat ->setCurrentIndex(SolOpt.degf);
+    FieldSep	 ->setText(SolOpt.sep);
+    OutputHead	 ->setCurrentIndex(SolOpt.outhead);
+    OutputOpt	 ->setCurrentIndex(SolOpt.outopt);
+    OutputDatum  ->setCurrentIndex(SolOpt.datum);
+    OutputHeight ->setCurrentIndex(SolOpt.height);
+    OutputGeoid  ->setCurrentIndex(SolOpt.geoid);
+    NmeaIntv1    ->setText(QString::number(SolOpt.nmeaintv[0]));
+    NmeaIntv2    ->setText(QString::number(SolOpt.nmeaintv[1]));
+    DebugStatus	 ->setCurrentIndex(DebugStatusF);
+    DebugTrace	 ->setCurrentIndex(DebugTraceF);
+	
+    BaselineConst->setChecked(BaselineC);
+    BaselineLen->setText(QString::number(Baseline[0]));
+    BaselineSig->setText(QString::number(Baseline[1]));
+	
+    MeasErrR1	 ->setText(QString::number(PrcOpt.eratio[0]));
+    MeasErrR2	 ->setText(QString::number(PrcOpt.eratio[1]));
+    MeasErr2	 ->setText(QString::number(PrcOpt.err[1]));
+    MeasErr3	 ->setText(QString::number(PrcOpt.err[2]));
+    MeasErr4	 ->setText(QString::number(PrcOpt.err[3]));
+    MeasErr5	 ->setText(QString::number(PrcOpt.err[4]));
+    PrNoise1	 ->setText(QString::number(PrcOpt.prn[0]));
+    PrNoise2	 ->setText(QString::number(PrcOpt.prn[1]));
+    PrNoise3	 ->setText(QString::number(PrcOpt.prn[2]));
+    PrNoise4	 ->setText(QString::number(PrcOpt.prn[3]));
+    PrNoise5	 ->setText(QString::number(PrcOpt.prn[4]));
+    SatClkStab	 ->setText(QString::number(PrcOpt.sclkstab));
+	
+    RovPosTypeP	 ->setCurrentIndex(RovPosTypeF);
+    RefPosTypeP	 ->setCurrentIndex(RefPosTypeF);
+    RovAntPcv	 ->setChecked(RovAntPcvF);
+    RefAntPcv	 ->setChecked(RefAntPcvF);
+    RovAntE		 ->setText(QString::number(RovAntDel[0]));
+    RovAntN		 ->setText(QString::number(RovAntDel[1]));
+    RovAntU		 ->setText(QString::number(RovAntDel[2]));
+    RefAntE		 ->setText(QString::number(RefAntDel[0]));
+    RefAntN		 ->setText(QString::number(RefAntDel[1]));
+    RefAntU		 ->setText(QString::number(RefAntDel[2]));
+    SetPos(RovPosTypeP->currentIndex(),editu,RovPos);
+    SetPos(RefPosTypeP->currentIndex(),editr,RefPos);
+	
+    SatPcvFile	 ->setText(SatPcvFileF);
+    AntPcvFile	 ->setText(AntPcvFileF);
+    StaPosFile	 ->setText(StaPosFileF);
+    GeoidDataFile->setText(GeoidDataFileF);
+    DCBFile      ->setText(DCBFileF);
+    EOPFile      ->setText(EOPFileF);
+    TLEFile      ->setText(TLEFileF);
+    TLESatFile   ->setText(TLESatFileF);
+    LocalDir	 ->setText(LocalDirectory);
+	ReadAntList();
+
+    RovAnt		 ->setCurrentIndex(RovAnt->findText(RovAntF));
+    RefAnt		 ->setCurrentIndex(RefAnt->findText(RefAntF));
+
+    SvrCycleE	 ->setText(QString::number(SvrCycle));
+    TimeoutTimeE ->setText(QString::number(TimeoutTime));
+    ReconTimeE   ->setText(QString::number(ReconTime));
+    NmeaCycleE   ->setText(QString::number(NmeaCycle));
+    FileSwapMarginE->setText(QString::number(FileSwapMargin));
+    SvrBuffSizeE ->setText(QString::number(SvrBuffSize));
+    SolBuffSizeE ->setText(QString::number(SolBuffSize));
+    SavedSolE    ->setText(QString::number(SavedSol));
+    NavSelectS   ->setCurrentIndex(NavSelect);
+    SbasSatE     ->setText(QString::number(PrcOpt.sbassatsel));
+    ProxyAddrE   ->setText(ProxyAddr);
+    MoniPortE    ->setText(QString::number(MoniPort));
+    SolBuffSizeE ->setText(QString::number(SolBuffSize));
+    PanelStackE  ->setCurrentIndex(PanelStack);
+	
+    FontLabel->setFont(PosFont);
+    FontLabel->setText(FontLabel->font().family()+QString::number(FontLabel->font().pointSize())+"pt");
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SetOpt(void)
+{
+    QString FieldSep_Text=FieldSep->text();
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	
+    PrcOpt.mode      =PosMode     ->currentIndex();
+    PrcOpt.nf        =Freq        ->currentIndex()+1;
+    PrcOpt.elmin     =ElMask      ->currentText().toDouble()*D2R;
+    PrcOpt.dynamics  =DynamicModel->currentIndex();
+    PrcOpt.tidecorr  =TideCorr    ->currentIndex();
+    PrcOpt.ionoopt   =IonoOpt     ->currentIndex();
+    PrcOpt.tropopt   =TropOpt     ->currentIndex();
+    PrcOpt.sateph    =SatEphem    ->currentIndex();
+    PrcOpt.modear    =AmbRes      ->currentIndex();
+    PrcOpt.glomodear =GloAmbRes   ->currentIndex();
+    PrcOpt.bdsmodear =BdsAmbRes   ->currentIndex();
+    PrcOpt.thresar[0]=ValidThresAR->text().toDouble();
+    PrcOpt.maxout    =OutCntResetAmb->text().toInt();
+    PrcOpt.minlock   =LockCntFixAmb->text().toInt();
+    PrcOpt.minfix    =FixCntHoldAmb->text().toInt();
+    PrcOpt.elmaskar  =ElMaskAR   ->text().toDouble()*D2R;
+    PrcOpt.elmaskhold=ElMaskHold ->text().toDouble()*D2R;
+    PrcOpt.maxtdiff  =MaxAgeDiff ->text().toDouble();
+    PrcOpt.maxgdop   =RejectGdop ->text().toDouble();
+    PrcOpt.maxinno   =RejectThres->text().toDouble();
+    PrcOpt.thresslip =SlipThres  ->text().toDouble();
+    PrcOpt.niter     =NumIter     ->text().toInt();
+    PrcOpt.syncsol   =SyncSol     ->currentIndex();
+    ExSats			 =ExSatsE	  ->text();
+	PrcOpt.navsys    =0;
+
+    if (NavSys1->isChecked()) PrcOpt.navsys|=SYS_GPS;
+    if (NavSys2->isChecked()) PrcOpt.navsys|=SYS_GLO;
+    if (NavSys3->isChecked()) PrcOpt.navsys|=SYS_GAL;
+    if (NavSys4->isChecked()) PrcOpt.navsys|=SYS_QZS;
+    if (NavSys5->isChecked()) PrcOpt.navsys|=SYS_SBS;
+    if (NavSys6->isChecked()) PrcOpt.navsys|=SYS_CMP;
+    PrcOpt.posopt[0] =PosOpt1   ->isChecked();
+    PrcOpt.posopt[1] =PosOpt2   ->isChecked();
+    PrcOpt.posopt[2] =PosOpt3   ->isChecked();
+    PrcOpt.posopt[3] =PosOpt4   ->isChecked();
+    PrcOpt.posopt[4] =PosOpt5   ->isChecked();
+	
+    SolOpt.posf      =SolFormat   ->currentIndex();
+    SolOpt.timef     =TimeFormat->currentIndex()==0?0:1;
+    SolOpt.times     =TimeFormat->currentIndex()==0?0:TimeFormat->currentIndex()-1;
+    SolOpt.timeu     =(int)(TimeDecimal->text().toDouble());
+    SolOpt.degf      =LatLonFormat->currentIndex();
+    strcpy(SolOpt.sep,qPrintable(FieldSep_Text));
+    SolOpt.outhead   =OutputHead  ->currentIndex();
+    SolOpt.outopt    =OutputOpt   ->currentIndex();
+    SolOpt.datum     =OutputDatum ->currentIndex();
+    SolOpt.height    =OutputHeight->currentIndex();
+    SolOpt.geoid     =OutputGeoid ->currentIndex();
+    SolOpt.nmeaintv[0]=NmeaIntv1->text().toDouble();
+    SolOpt.nmeaintv[1]=NmeaIntv2->text().toDouble();
+    DebugStatusF     =DebugStatus ->currentIndex();
+    DebugTraceF      =DebugTrace  ->currentIndex();
+	
+    BaselineC        =BaselineConst->isChecked();
+    Baseline[0]      =BaselineLen->text().toDouble();
+    Baseline[1]      =BaselineSig->text().toDouble();
+	
+    PrcOpt.eratio[0] =MeasErrR1 ->text().toDouble();
+    PrcOpt.eratio[1] =MeasErrR2 ->text().toDouble();
+    PrcOpt.err[1]    =MeasErr2  ->text().toDouble();
+    PrcOpt.err[2]    =MeasErr3  ->text().toDouble();
+    PrcOpt.err[3]    =MeasErr4  ->text().toDouble();
+    PrcOpt.err[4]    =MeasErr5  ->text().toDouble();
+    PrcOpt.prn[0]    =PrNoise1  ->text().toDouble();
+    PrcOpt.prn[1]    =PrNoise2  ->text().toDouble();
+    PrcOpt.prn[2]    =PrNoise3  ->text().toDouble();
+    PrcOpt.prn[3]    =PrNoise4  ->text().toDouble();
+    PrcOpt.prn[4]    =PrNoise5  ->text().toDouble();
+    PrcOpt.sclkstab  =SatClkStab->text().toDouble();
+	
+    RovPosTypeF      =RovPosTypeP ->currentIndex();
+    RefPosTypeF      =RefPosTypeP ->currentIndex();
+    RovAntPcvF       =RovAntPcv   ->isChecked();
+    RefAntPcvF       =RefAntPcv   ->isChecked();
+    RovAntF          =RovAnt      ->currentText();
+    RefAntF          =RefAnt      ->currentText();
+    RovAntDel[0]     =RovAntE   ->text().toDouble();
+    RovAntDel[1]     =RovAntN   ->text().toDouble();
+    RovAntDel[2]     =RovAntU   ->text().toDouble();
+    RefAntDel[0]     =RefAntE   ->text().toDouble();
+    RefAntDel[1]     =RefAntN   ->text().toDouble();
+    RefAntDel[2]     =RefAntU   ->text().toDouble();
+    GetPos(RovPosTypeP->currentIndex(),editu,RovPos);
+    GetPos(RefPosTypeP->currentIndex(),editr,RefPos);
+	
+    SatPcvFileF      =SatPcvFile  ->text();
+    AntPcvFileF      =AntPcvFile  ->text();
+    StaPosFileF      =StaPosFile  ->text();
+    GeoidDataFileF   =GeoidDataFile->text();
+    DCBFileF         =DCBFile     ->text();
+    EOPFileF         =EOPFile     ->text();
+    TLEFileF         =TLEFile     ->text();
+    TLESatFileF      =TLESatFile  ->text();
+    LocalDirectory   =LocalDir    ->text();
+	
+    SvrCycle	     =SvrCycleE   ->text().toInt();
+    TimeoutTime      =TimeoutTimeE->text().toInt();
+    ReconTime        =ReconTimeE  ->text().toInt();
+    NmeaCycle	     =NmeaCycleE  ->text().toInt();
+    FileSwapMargin   =FileSwapMarginE->text().toInt();
+    SvrBuffSize      =SvrBuffSizeE->text().toInt();
+    SolBuffSize      =SolBuffSizeE->text().toInt();
+    SavedSol         =SavedSolE   ->text().toInt();
+    NavSelect        =NavSelectS  ->currentIndex();
+    PrcOpt.sbassatsel=SbasSatE    ->text().toInt();
+    ProxyAddr        =ProxyAddrE  ->text();
+    MoniPort         =MoniPortE   ->text().toInt();
+    PanelStack       =PanelStackE ->currentIndex();
+    PosFont=FontLabel->font();
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::LoadOpt(const QString &file)
+{
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+    QString buff;
+    char id[32];
+	int sat;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+    filopt_t filopt;
+
+    memset(&filopt,0,sizeof(filopt_t));
+	
+	resetsysopts();
+    if (!loadopts(qPrintable(file),sysopts)||
+        !loadopts(qPrintable(file),rcvopts)) return;
+	getsysopts(&prcopt,&solopt,&filopt);
+	
+	for (int i=0;i<8;i++) {
+        mainForm->StreamC[i]=strtype[i]!=STR_NONE;
+        mainForm->Stream[i]=STR_NONE;
+		for (int j=0;j<(i<3?7:5);j++) {
+			if (strtype[i]!=(i<3?itype[j]:otype[j])) continue;
+            mainForm->Stream[i]=j;
+			break;
+		}
+        if (i<5) mainForm->Format[i]=strfmt[i];
+		
+		if (strtype[i]==STR_SERIAL) {
+            mainForm->Paths[i][0]=strpath[i];
+		}
+		else if (strtype[i]==STR_FILE) {
+            mainForm->Paths[i][2]=strpath[i];
+		}
+		else if (strtype[i]<=STR_NTRIPCLI) {
+            mainForm->Paths[i][1]=strpath[i];
+		}
+		else if (strtype[i]<=STR_HTTP) {
+            mainForm->Paths[i][3]=strpath[i];
+		}
+	}
+    mainForm->NmeaReq=nmeareq;
+    mainForm->NmeaPos[0]=nmeapos[0];
+    mainForm->NmeaPos[1]=nmeapos[1];
+	
+    SbasSatE     ->setText(QString::number(prcopt.sbassatsel));
+	
+    PosMode		 ->setCurrentIndex(prcopt.mode);
+    Freq		 ->setCurrentIndex(prcopt.nf>NFREQ-1?NFREQ-1:prcopt.nf-1);
+    Solution	 ->setCurrentIndex(prcopt.soltype);
+    ElMask		 ->setCurrentIndex(ElMask->findText(QString::number(prcopt.elmin*R2D,'f',0)));
+    DynamicModel ->setCurrentIndex(prcopt.dynamics);
+    TideCorr	 ->setCurrentIndex(prcopt.tidecorr);
+    IonoOpt		 ->setCurrentIndex(prcopt.ionoopt);
+    TropOpt		 ->setCurrentIndex(prcopt.tropopt);
+    SatEphem	 ->setCurrentIndex(prcopt.sateph);
+    ExSatsE	     ->setText("");
+    for (sat=1;sat<=MAXSAT;sat++) {
+		if (!prcopt.exsats[sat-1]) continue;
+		satno2id(sat,id);
+        buff+=QString(buff.isEmpty()?"":" ")+(prcopt.exsats[sat-1]==2?"+":"")+id;
+	}
+    ExSatsE		 ->setText(buff);
+    NavSys1	     ->setChecked(prcopt.navsys&SYS_GPS);
+    NavSys2	     ->setChecked(prcopt.navsys&SYS_GLO);
+    NavSys3	     ->setChecked(prcopt.navsys&SYS_GAL);
+    NavSys4	     ->setChecked(prcopt.navsys&SYS_QZS);
+    NavSys5	     ->setChecked(prcopt.navsys&SYS_SBS);
+    NavSys6	     ->setChecked(prcopt.navsys&SYS_CMP);
+    PosOpt1		 ->setChecked(prcopt.posopt[0]);
+    PosOpt2		 ->setChecked(prcopt.posopt[1]);
+    PosOpt3		 ->setChecked(prcopt.posopt[2]);
+    PosOpt4		 ->setChecked(prcopt.posopt[3]);
+    PosOpt5		 ->setChecked(prcopt.posopt[4]);
+	
+    AmbRes		 ->setCurrentIndex(prcopt.modear);
+    GloAmbRes	 ->setCurrentIndex(prcopt.glomodear);
+    BdsAmbRes	 ->setCurrentIndex(prcopt.bdsmodear);
+    ValidThresAR ->setText(QString::number(prcopt.thresar[0],'f',1));
+    OutCntResetAmb->setText(QString::number(prcopt.maxout   ));
+    FixCntHoldAmb->setText(QString::number(prcopt.minfix   ));
+    LockCntFixAmb->setText(QString::number(prcopt.minlock  ));
+    ElMaskAR	 ->setText(QString::number(prcopt.elmaskar*R2D,'f',0));
+    ElMaskHold	 ->setText(QString::number(prcopt.elmaskhold*R2D,'f',0));
+    MaxAgeDiff	 ->setText(QString::number(prcopt.maxtdiff ,'f',1));
+    RejectGdop   ->setText(QString::number(prcopt.maxgdop  ,'f',1));
+    RejectThres  ->setText(QString::number(prcopt.maxinno  ,'f',1));
+    SlipThres	 ->setText(QString::number(prcopt.thresslip,'f',3));
+    NumIter		 ->setText(QString::number(prcopt.niter    ));
+    SyncSol		 ->setCurrentIndex(prcopt.syncsol);
+    BaselineLen	 ->setText(QString::number(prcopt.baseline[0],'f',3));
+    BaselineSig	 ->setText(QString::number(prcopt.baseline[1],'f',3));
+    BaselineConst->setChecked(prcopt.baseline[0]>0.0);
+	
+    SolFormat	 ->setCurrentIndex(solopt.posf);
+    TimeFormat	 ->setCurrentIndex(solopt.timef==0?0:solopt.times+1);
+    TimeDecimal	 ->setText(QString::number(solopt.timeu));
+    LatLonFormat ->setCurrentIndex(solopt.degf);
+    FieldSep	 ->setText(solopt.sep);
+    OutputHead	 ->setCurrentIndex(solopt.outhead);
+    OutputOpt	 ->setCurrentIndex(solopt.outopt);
+    OutputDatum  ->setCurrentIndex(solopt.datum);
+    OutputHeight ->setCurrentIndex(solopt.height);
+    OutputGeoid  ->setCurrentIndex(solopt.geoid);
+    NmeaIntv1	 ->setText(QString::number(solopt.nmeaintv[0],'g',2));
+    NmeaIntv2	 ->setText(QString::number(solopt.nmeaintv[1],'g',2));
+    DebugTrace	 ->setCurrentIndex(solopt.trace);
+    DebugStatus	 ->setCurrentIndex(solopt.sstat);
+	
+    MeasErrR1	 ->setText(QString::number(prcopt.eratio[0],'f',1));
+    MeasErrR2	 ->setText(QString::number(prcopt.eratio[1],'f',3));
+    MeasErr2	 ->setText(QString::number(prcopt.err[1],'f',3));
+    MeasErr3	 ->setText(QString::number(prcopt.err[2],'f',3));
+    MeasErr4	 ->setText(QString::number(prcopt.err[3],'f',3));
+    MeasErr5	 ->setText(QString::number(prcopt.err[4],'f',3));
+    SatClkStab	 ->setText(QString::number(prcopt.sclkstab,'E',2));
+    PrNoise1	 ->setText(QString::number(prcopt.prn[0],'E',2));
+    PrNoise2	 ->setText(QString::number(prcopt.prn[1],'E',2));
+    PrNoise3	 ->setText(QString::number(prcopt.prn[2],'E',2));
+    PrNoise4	 ->setText(QString::number(prcopt.prn[3],'E',2));
+    PrNoise5	 ->setText(QString::number(prcopt.prn[4],'E',2));
+	
+    RovAntPcv	 ->setChecked(*prcopt.anttype[0]);
+    RefAntPcv	 ->setChecked(*prcopt.anttype[1]);
+    RovAnt		 ->setCurrentIndex(RovAnt->findText(prcopt.anttype[0]));
+    RefAnt		 ->setCurrentIndex(RefAnt->findText(prcopt.anttype[1]));
+    RovAntE		 ->setText(QString::number(prcopt.antdel[0][0],'f',4));
+    RovAntN		 ->setText(QString::number(prcopt.antdel[0][1],'f',4));
+    RovAntU		 ->setText(QString::number(prcopt.antdel[0][2],'f',4));
+    RefAntE		 ->setText(QString::number(prcopt.antdel[1][0],'f',4));
+    RefAntN		 ->setText(QString::number(prcopt.antdel[1][1],'f',4));
+    RefAntU		 ->setText(QString::number(prcopt.antdel[1][2],'f',4));
+	
+    RovPosTypeP	 ->setCurrentIndex(prcopt.rovpos==0?0:3);
+    RefPosTypeP	 ->setCurrentIndex(prcopt.refpos==0?0:3);
+	
+    RovPosTypeF					=RovPosTypeP->currentIndex();
+    RefPosTypeF					=RefPosTypeP->currentIndex();
+    SetPos(RovPosTypeP->currentIndex(),editu,prcopt.ru);
+    SetPos(RefPosTypeP->currentIndex(),editr,prcopt.rb);
+	
+    SatPcvFile ->setText(filopt.satantp);
+    AntPcvFile ->setText(filopt.rcvantp);
+    StaPosFile ->setText(filopt.stapos);
+    GeoidDataFile->setText(filopt.geoid);
+    DCBFile    ->setText(filopt.dcb);
+    LocalDir   ->setText(filopt.tempdir);
+	
+	ReadAntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SaveOpt(const QString &file)
+{
+    QString ProxyAddrE_Text=ProxyAddrE->text();
+    QString ExSatsE_Text=ExSatsE->text();
+    QString FieldSep_Text=FieldSep->text();
+    QString RovAnt_Text=RovAnt->currentText(),RefAnt_Text=RefAnt->currentText();
+    QString SatPcvFile_Text=SatPcvFile->text();
+    QString AntPcvFile_Text=AntPcvFile->text();
+    QString StaPosFile_Text=StaPosFile->text();
+    QString GeoidDataFile_Text=GeoidDataFile->text();
+    QString DCBFile_Text=DCBFile->text();
+    QString LocalDir_Text=LocalDir->text();
+    int itype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP};
+    int otype[]={STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE};
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+    char buff[1024],*p,comment[256],s[64];
+	int sat,ex;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+    filopt_t filopt;
+	
+    memset(&filopt,0,sizeof(filopt_t));
+
+	for (int i=0;i<8;i++) {
+        strtype[i]=i<3?itype[mainForm->Stream[i]]:otype[mainForm->Stream[i]];
+        strfmt[i]=mainForm->Format[i];
+		
+        if (!mainForm->StreamC[i]) {
+			strtype[i]=STR_NONE;
+			strcpy(strpath[i],"");
+		}
+		else if (strtype[i]==STR_SERIAL) {
+            strcpy(strpath[i],qPrintable(mainForm->Paths[i][0]));
+		}
+		else if (strtype[i]==STR_FILE) {
+            strcpy(strpath[i],qPrintable(mainForm->Paths[i][2]));
+		}
+		else if (strtype[i]<=STR_NTRIPCLI) {
+            strcpy(strpath[i],qPrintable(mainForm->Paths[i][1]));
+		}
+		else if (strtype[i]<=STR_HTTP) {
+            strcpy(strpath[i],qPrintable(mainForm->Paths[i][3]));
+		}
+	}
+    nmeareq   =mainForm->NmeaReq;
+    nmeapos[0]=mainForm->NmeaPos[0];
+    nmeapos[1]=mainForm->NmeaPos[1];
+
+    svrcycle    =SvrCycleE   ->text().toInt();
+    timeout     =TimeoutTimeE->text().toInt();
+    reconnect   =ReconTimeE  ->text().toInt();
+    nmeacycle   =NmeaCycleE  ->text().toInt();
+    buffsize    =SvrBuffSizeE->text().toInt();
+    navmsgsel   =NavSelectS  ->currentIndex();
+    strcpy(proxyaddr,qPrintable(ProxyAddrE_Text));
+    fswapmargin =FileSwapMarginE->text().toInt();
+    prcopt.sbassatsel=SbasSatE->text().toInt();
+
+    prcopt.mode		=PosMode	 ->currentIndex();
+    prcopt.nf		=Freq		 ->currentIndex()+1;
+    prcopt.soltype	=Solution	 ->currentIndex();
+    prcopt.elmin	=ElMask	->currentText().toDouble()*D2R;
+    prcopt.dynamics	=DynamicModel->currentIndex();
+    prcopt.tidecorr	=TideCorr	 ->currentIndex();
+    prcopt.ionoopt	=IonoOpt	 ->currentIndex();
+    prcopt.tropopt	=TropOpt	 ->currentIndex();
+    prcopt.sateph	=SatEphem	 ->currentIndex();
+    if (ExSatsE->text()!="") {
+        strcpy(buff,qPrintable(ExSatsE_Text));
+		for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+			if (*p=='+') {ex=2; p++;} else ex=1;
+			if (!(sat=satid2no(p))) continue;
+			prcopt.exsats[sat-1]=ex;
+		}
+	}
+    prcopt.navsys	= (NavSys1->isChecked()?SYS_GPS:0)|
+                      (NavSys2->isChecked()?SYS_GLO:0)|
+                      (NavSys3->isChecked()?SYS_GAL:0)|
+                      (NavSys4->isChecked()?SYS_QZS:0)|
+                      (NavSys5->isChecked()?SYS_SBS:0)|
+                      (NavSys6->isChecked()?SYS_CMP:0);
+    prcopt.posopt[0]=PosOpt1->isChecked();
+    prcopt.posopt[1]=PosOpt2->isChecked();
+    prcopt.posopt[2]=PosOpt3->isChecked();
+    prcopt.posopt[3]=PosOpt4->isChecked();
+    prcopt.posopt[4]=PosOpt5->isChecked();
+	
+    prcopt.modear	=AmbRes		->currentIndex();
+    prcopt.glomodear=GloAmbRes	->currentIndex();
+    prcopt.bdsmodear=BdsAmbRes	->currentIndex();
+    prcopt.thresar[0]=ValidThresAR->text().toDouble();
+    prcopt.maxout	=OutCntResetAmb->text().toDouble();
+    prcopt.minfix	=FixCntHoldAmb->text().toDouble();
+    prcopt.minlock	=LockCntFixAmb->text().toDouble();
+    prcopt.elmaskar	=ElMaskAR	->text().toDouble()*D2R;
+    prcopt.elmaskhold=ElMaskHold->text().toDouble()*D2R;
+    prcopt.maxtdiff	=MaxAgeDiff	->text().toDouble();
+    prcopt.maxgdop	=RejectGdop ->text().toDouble();
+    prcopt.maxinno	=RejectThres->text().toDouble();
+    prcopt.thresslip=SlipThres	->text().toDouble();
+    prcopt.niter	=NumIter	->text().toDouble();
+    prcopt.syncsol	=SyncSol->currentIndex();
+    if (prcopt.mode==PMODE_MOVEB&&BaselineConst->isChecked()) {
+        prcopt.baseline[0]=BaselineLen->text().toDouble();
+        prcopt.baseline[1]=BaselineSig->text().toDouble();
+	}
+    solopt.posf		=SolFormat	->currentIndex();
+    solopt.timef	=TimeFormat	->currentIndex()==0?0:1;
+    solopt.times	=TimeFormat	->currentIndex()==0?0:TimeFormat->currentIndex()-1;
+    solopt.timeu	=TimeDecimal ->text().toDouble();
+    solopt.degf		=LatLonFormat->currentIndex();
+    strcpy(solopt.sep,qPrintable(FieldSep_Text));
+    solopt.outhead	=OutputHead	 ->currentIndex();
+    solopt.outopt	=OutputOpt	 ->currentIndex();
+    solopt.datum	=OutputDatum ->currentIndex();
+    solopt.height	=OutputHeight->currentIndex();
+    solopt.geoid	=OutputGeoid ->currentIndex();
+    solopt.nmeaintv[0]=NmeaIntv1->text().toDouble();
+    solopt.nmeaintv[1]=NmeaIntv2->text().toDouble();
+    solopt.trace	=DebugTrace	 ->currentIndex();
+    solopt.sstat	=DebugStatus ->currentIndex();
+	
+    prcopt.eratio[0]=MeasErrR1->text().toDouble();
+    prcopt.eratio[1]=MeasErrR2->text().toDouble();
+    prcopt.err[1]	=MeasErr2->text().toDouble();
+    prcopt.err[2]	=MeasErr3->text().toDouble();
+    prcopt.err[3]	=MeasErr4->text().toDouble();
+    prcopt.err[4]	=MeasErr5->text().toDouble();
+    prcopt.sclkstab	=SatClkStab->text().toDouble();
+    prcopt.prn[0]	=PrNoise1->text().toDouble();
+    prcopt.prn[1]	=PrNoise2->text().toDouble();
+    prcopt.prn[2]	=PrNoise3->text().toDouble();
+    prcopt.prn[3]	=PrNoise4->text().toDouble();
+    prcopt.prn[4]	=PrNoise5->text().toDouble();
+	
+    if (RovAntPcv->isChecked()) strcpy(prcopt.anttype[0],qPrintable(RovAnt_Text));
+    if (RefAntPcv->isChecked()) strcpy(prcopt.anttype[1],qPrintable(RefAnt_Text));
+    prcopt.antdel[0][0]=RovAntE->text().toDouble();
+    prcopt.antdel[0][1]=RovAntN->text().toDouble();
+    prcopt.antdel[0][2]=RovAntU->text().toDouble();
+    prcopt.antdel[1][0]=RefAntE->text().toDouble();
+    prcopt.antdel[1][1]=RefAntN->text().toDouble();
+    prcopt.antdel[1][2]=RefAntU->text().toDouble();
+	
+    prcopt.rovpos=RovPosTypeP->currentIndex()<3?0:4;
+    prcopt.refpos=RefPosTypeP->currentIndex()<3?0:4;
+	
+    if (prcopt.rovpos==0) GetPos(RovPosTypeP->currentIndex(),editu,prcopt.ru);
+    if (prcopt.refpos==0) GetPos(RefPosTypeP->currentIndex(),editr,prcopt.rb);
+	
+    strcpy(filopt.satantp,qPrintable(SatPcvFile_Text));
+    strcpy(filopt.rcvantp,qPrintable(AntPcvFile_Text));
+    strcpy(filopt.stapos, qPrintable(StaPosFile_Text));
+    strcpy(filopt.geoid,  qPrintable(GeoidDataFile_Text));
+    strcpy(filopt.dcb,    qPrintable(DCBFile_Text));
+    strcpy(filopt.tempdir,qPrintable(LocalDir_Text));
+	
+	time2str(utc2gpst(timeget()),s,0);
+    sprintf(comment,qPrintable(tr("RTKNAVI options (%s, v.%s)")),s,VER_RTKLIB);
+	setsysopts(&prcopt,&solopt,&filopt);
+    if (!saveopts(qPrintable(file),"w",comment,sysopts)||
+        !saveopts(qPrintable(file),"a","",rcvopts)) return;
+}
+//---------------------------------------------------------------------------
+void OptDialog::UpdateEnable(void)
+{
+    bool rel=PMODE_DGPS<=PosMode->currentIndex()&&PosMode->currentIndex()<=PMODE_FIXED;
+    bool rtk=PMODE_KINEMA<=PosMode->currentIndex()&&PosMode->currentIndex()<=PMODE_FIXED;
+    bool ppp=PosMode->currentIndex()>=PMODE_PPP_KINEMA;
+    bool ar=rtk||ppp;
+	
+    Freq           ->setEnabled(rel);
+    Solution       ->setEnabled(false);
+    DynamicModel   ->setEnabled(rel);
+    TideCorr       ->setEnabled(rel||ppp);
+    PosOpt1        ->setEnabled(ppp);
+    PosOpt2        ->setEnabled(ppp);
+    PosOpt3        ->setEnabled(ppp);
+    PosOpt4        ->setEnabled(ppp);
+	
+    AmbRes         ->setEnabled(ar);
+    GloAmbRes      ->setEnabled(ar&&AmbRes->currentIndex()>0&&NavSys2->isChecked());
+    BdsAmbRes      ->setEnabled(ar&&AmbRes->currentIndex()>0&&NavSys6->isChecked());
+    ValidThresAR   ->setEnabled(ar&&AmbRes->currentIndex()>=1&&AmbRes->currentIndex()<4);
+    ThresAR2       ->setEnabled(ar&&AmbRes->currentIndex()>=4);
+    ThresAR3       ->setEnabled(ar&&AmbRes->currentIndex()>=4);
+    LockCntFixAmb  ->setEnabled(ar&&AmbRes->currentIndex()>=1);
+    ElMaskAR       ->setEnabled(ar&&AmbRes->currentIndex()>=1);
+    OutCntResetAmb ->setEnabled(ar||ppp);
+    FixCntHoldAmb  ->setEnabled(ar&&AmbRes->currentIndex()==3);
+    ElMaskHold     ->setEnabled(ar&&AmbRes->currentIndex()==3);
+    SlipThres      ->setEnabled(ar||ppp);
+    MaxAgeDiff     ->setEnabled(rel);
+    RejectThres    ->setEnabled(rel||ppp);
+    NumIter        ->setEnabled(rel||ppp);
+    SyncSol        ->setEnabled(rel||ppp);
+    BaselineConst  ->setEnabled(PosMode->currentIndex()==PMODE_MOVEB);
+    BaselineLen    ->setEnabled(BaselineConst->isChecked()&&PosMode->currentIndex()==PMODE_MOVEB);
+    BaselineSig    ->setEnabled(BaselineConst->isChecked()&&PosMode->currentIndex()==PMODE_MOVEB);
+	
+    OutputHead     ->setEnabled(SolFormat->currentIndex()!=3);
+    OutputOpt      ->setEnabled(false);
+    TimeFormat     ->setEnabled(SolFormat->currentIndex()!=3);
+    TimeDecimal    ->setEnabled(SolFormat->currentIndex()!=3);
+    LatLonFormat   ->setEnabled(SolFormat->currentIndex()==0);
+    FieldSep       ->setEnabled(SolFormat->currentIndex()!=3);
+    OutputDatum    ->setEnabled(SolFormat->currentIndex()==0);
+    OutputHeight   ->setEnabled(SolFormat->currentIndex()==0);
+    OutputGeoid    ->setEnabled(SolFormat->currentIndex()==0&&OutputHeight->currentIndex()==1);
+	
+    RovAntPcv      ->setEnabled(rel||ppp);
+    RovAnt         ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntE        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntN        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntU        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    LabelRovAntD   ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RefAntPcv      ->setEnabled(rel);
+    RefAnt         ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntE        ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntN        ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntU        ->setEnabled(rel&&RefAntPcv->isChecked());
+    LabelRefAntD   ->setEnabled(rel&&RefAntPcv->isChecked());
+	
+    RovPosTypeP    ->setEnabled(PosMode->currentIndex()==PMODE_FIXED||PosMode->currentIndex()==PMODE_PPP_FIXED);
+    RovPos1        ->setEnabled(RovPosTypeP->isEnabled()&&RovPosTypeP->currentIndex()<=2);
+    RovPos2        ->setEnabled(RovPosTypeP->isEnabled()&&RovPosTypeP->currentIndex()<=2);
+    RovPos3        ->setEnabled(RovPosTypeP->isEnabled()&&RovPosTypeP->currentIndex()<=2);
+    BtnRovPos      ->setEnabled(RovPosTypeP->isEnabled()&&RovPosTypeP->currentIndex()<=2);
+	
+    RefPosTypeP    ->setEnabled(rel&&PosMode->currentIndex()!=PMODE_MOVEB);
+    RefPos1        ->setEnabled(RefPosTypeP->isEnabled()&&RefPosTypeP->currentIndex()<=2);
+    RefPos2        ->setEnabled(RefPosTypeP->isEnabled()&&RefPosTypeP->currentIndex()<=2);
+    RefPos3        ->setEnabled(RefPosTypeP->isEnabled()&&RefPosTypeP->currentIndex()<=2);
+    BtnRefPos      ->setEnabled(RefPosTypeP->isEnabled()&&RefPosTypeP->currentIndex()<=2);
+	
+    SbasSatE       ->setEnabled(PosMode->currentIndex()==0);
+}
+//---------------------------------------------------------------------------
+void OptDialog::GetPos(int type, QLineEdit **edit, double *pos)
+{
+	double p[3]={0},dms1[3]={0},dms2[3]={0};
+	
+	if (type==1) { /* lat/lon/height dms/m */
+        QStringList tokens=edit[0]->text().split(" ");
+        for (int i=0;i<3||i<tokens.size();i++)
+            dms1[i]=tokens.at(i).toDouble();
+
+        tokens=edit[1]->text().split(" ");
+        for (int i=0;i<3||i<tokens.size();i++)
+            dms2[i]=tokens.at(i).toDouble();
+
+		p[0]=(dms1[0]<0?-1:1)*(fabs(dms1[0])+dms1[1]/60+dms1[2]/3600)*D2R;
+		p[1]=(dms2[0]<0?-1:1)*(fabs(dms2[0])+dms2[1]/60+dms2[2]/3600)*D2R;
+        p[2]=edit[2]->text().toDouble();
+		pos2ecef(p,pos);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+        pos[0]=edit[0]->text().toDouble();
+        pos[1]=edit[1]->text().toDouble();
+        pos[2]=edit[2]->text().toDouble();
+	}
+	else {
+        p[0]=edit[0]->text().toDouble()*D2R;
+        p[1]=edit[1]->text().toDouble()*D2R;
+        p[2]=edit[2]->text().toDouble();
+		pos2ecef(p,pos);
+	}
+}
+//---------------------------------------------------------------------------
+void OptDialog::SetPos(int type, QLineEdit **edit, double *pos)
+{
+    double p[3],dms1[3],dms2[3],s1,s2;
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		ecef2pos(pos,p); s1=p[0]<0?-1:1; s2=p[1]<0?-1:1;
+		p[0]=fabs(p[0])*R2D+1E-12; p[1]=fabs(p[1])*R2D+1E-12;
+		dms1[0]=floor(p[0]); p[0]=(p[0]-dms1[0])*60.0;
+		dms1[1]=floor(p[0]); dms1[2]=(p[0]-dms1[1])*60.0;
+		dms2[0]=floor(p[1]); p[1]=(p[1]-dms2[0])*60.0;
+		dms2[1]=floor(p[1]); dms2[2]=(p[1]-dms2[1])*60.0;
+        edit[0]->setText(QString("%1 %2 %3").arg(s1*dms1[0],0,'f',0).arg(dms1[1],2,'f',0,'0').arg(dms1[2],9,'f',6,'0'));
+        edit[1]->setText(QString("%1 %2 %3").arg(s2*dms2[0],0,'f',0).arg(dms2[1],2,'f',0,'0').arg(dms2[2],9,'f',6,'0'));
+        edit[2]->setText(QString::number(p[2],'f',4));
+	}
+	else if (type==2) { /* x/y/z-ecef */
+        edit[0]->setText(QString::number(pos[0],'f',4));
+        edit[1]->setText(QString::number(pos[1],'f',4));
+        edit[2]->setText(QString::number(pos[2],'f',4));
+	}
+	else {
+		ecef2pos(pos,p);
+        edit[0]->setText(QString::number(p[0]*R2D,'f',9));
+        edit[1]->setText(QString::number(p[1]*R2D,'f',9));
+        edit[2]->setText(QString::number(p[2],'f',4));
+	}
+}
+//---------------------------------------------------------------------------
+void OptDialog::ReadAntList(void)
+{
+    QString AntPcvFile_Text=AntPcvFile->text();
+    QStringList list;
+    pcvs_t pcvs={0,0,NULL};
+	char *p;
+	
+    if (!readpcv(qPrintable(AntPcvFile_Text),&pcvs)) return;
+	
+    list.append("");
+    list.append("*");
+	
+	for (int i=0;i<pcvs.n;i++) {
+		if (pcvs.pcv[i].sat) continue;
+		if ((p=strchr(pcvs.pcv[i].type,' '))) *p='\0';
+		if (i>0&&!strcmp(pcvs.pcv[i].type,pcvs.pcv[i-1].type)) continue;
+        list.append(pcvs.pcv[i].type);
+	}
+    RovAnt->clear();
+    RefAnt->clear();
+    RovAnt->addItems(list);
+    RefAnt->addItems(list);
+	
+	free(pcvs.pcv);
+}
+//---------------------------------------------------------------------------
+
+void OptDialog::NavSys6Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi_qt/naviopt.h b/app/rtknavi_qt/naviopt.h
new file mode 100644
index 0000000..40c7191
--- /dev/null
+++ b/app/rtknavi_qt/naviopt.h
@@ -0,0 +1,83 @@
+//---------------------------------------------------------------------------
+#ifndef navioptH
+#define navioptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_naviopt.h"
+#include "rtklib.h"
+
+class TextViewer;
+//---------------------------------------------------------------------------
+class OptDialog : public QDialog, private Ui::OptDialog
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnOkClick();
+    void RovAntPcvClick();
+    void BtnAntPcvFileClick();
+    void BtnDCBFileClick();
+    void BtnAntPcvViewClick();
+    void AmbResChange(int);
+    void PosModeChange(int);
+    void SolFormatChange(int);
+    void BtnLoadClick();
+    void BtnSaveClick();
+    void FreqChange();
+    void BtnRefPosClick();
+    void BtnRovPosClick();
+    void BtnStaPosViewClick();
+    void BtnStaPosFileClick();
+    void OutputHeightClick();
+    void RefPosTypePChange(int);
+    void RovPosTypePChange(int);
+    void GetPos(int type, QLineEdit **edit, double *pos);
+    void SetPos(int type, QLineEdit **edit, double *pos);
+    void BtnFontClick();
+    void BtnGeoidDataFileClick();
+    void NavSys2Click();
+    void BaselineConstClick();
+    void BtnSatPcvViewClick();
+    void BtnSatPcvFileClick();
+    void BtnLocalDirClick();
+    void BtnEOPFileClick();
+    void BtnEOPViewClick();
+    void BtnTLESatFileClick();
+    void BtnTLEFileClick();
+    void BtnSnrMaskClick();
+    void NavSys6Click();
+
+private:
+    void GetOpt(void);
+    void SetOpt(void);
+    void LoadOpt(const QString &file);
+    void SaveOpt(const QString &file);
+    void ReadAntList(void);
+    void UpdateEnable(void);
+
+public:
+	prcopt_t PrcOpt;
+	solopt_t SolOpt;
+    QFont PosFont;
+    TextViewer *textViewer;
+
+	int SvrCycle,SvrBuffSize,SolBuffSize,NavSelect,SavedSol;
+	int NmeaReq,NmeaCycle,TimeoutTime,ReconTime,DgpsCorr,SbasCorr;
+	int DebugTraceF,DebugStatusF;
+	int RovPosTypeF,RefPosTypeF,RovAntPcvF,RefAntPcvF,BaselineC;
+	int MoniPort,FileSwapMargin,PanelStack;
+
+    QString ExSats,LocalDirectory;
+    QString RovAntF,RefAntF,SatPcvFileF,AntPcvFileF,StaPosFileF;
+    QString GeoidDataFileF,DCBFileF,EOPFileF,TLEFileF,TLESatFileF;
+    QString ProxyAddr;
+
+	double RovAntDel[3],RefAntDel[3],RovPos[3],RefPos[3];
+	double Baseline[2],NmeaIntv[2];
+
+    explicit OptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/naviopt.ui b/app/rtknavi_qt/naviopt.ui
new file mode 100644
index 0000000..b3d527d
--- /dev/null
+++ b/app/rtknavi_qt/naviopt.ui
@@ -0,0 +1,3217 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>OptDialog</class>
+ <widget class="QWidget" name="OptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>608</width>
+    <height>549</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QTabWidget" name="Options">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="tabPosition">
+      <enum>QTabWidget::North</enum>
+     </property>
+     <property name="currentIndex">
+      <number>0</number>
+     </property>
+     <widget class="QWidget" name="TabSheet1">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>Setting&1</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout">
+       <item row="9" column="0">
+        <widget class="QCheckBox" name="NavSys1">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>GPS</string>
+         </property>
+         <property name="checked">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1" colspan="2">
+        <widget class="QCheckBox" name="NavSys2">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>GLO</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="3" colspan="2">
+        <widget class="QCheckBox" name="NavSys3">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Galileo</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="5">
+        <widget class="QCheckBox" name="NavSys4">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>QZSS</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="6">
+        <widget class="QCheckBox" name="NavSys5">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>SBAS</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="7" colspan="2">
+        <widget class="QCheckBox" name="NavSys6">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>BeiDou</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0" colspan="6">
+        <widget class="QLabel" name="Label3">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Rec Dynamics / Earth Tides Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="6" colspan="2">
+        <widget class="QComboBox" name="DynamicModel">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="3" column="8">
+        <widget class="QComboBox" name="TideCorr">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Solid</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="4" column="0" colspan="4">
+        <widget class="QLabel" name="Label8">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Ionosphere Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0" colspan="4">
+        <widget class="QLabel" name="Label9">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Troposphere Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="6" colspan="3">
+        <widget class="QComboBox" name="TropOpt">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Saastamoinen</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate ZTD</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate ZTD+Grad</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="6" colspan="2">
+        <widget class="QComboBox" name="Freq">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>L1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>L1+L2</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="8">
+        <widget class="QComboBox" name="Solution">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Forward</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Backward</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Combined</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="6">
+        <widget class="QLabel" name="LabelElMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Elevation Mask (°) / SNR Mask (dbHz)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="6" colspan="3">
+        <widget class="QComboBox" name="IonoOpt">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Iono-Free LC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate STEC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>IONEX TEC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS Broadcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS LEX</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="6" colspan="2">
+        <widget class="QComboBox" name="ElMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>0</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>10</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>15</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>20</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>25</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>30</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>35</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>40</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>45</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>50</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>55</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>60</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>65</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>70</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="6" column="0" colspan="4">
+        <widget class="QLabel" name="Label32">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite Ephemeris/Clock</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="8">
+        <widget class="QPushButton" name="BtnSnrMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="6" colspan="3">
+        <widget class="QComboBox" name="PosMode">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Single</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>DGPS/DGNSS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Kinematic</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Static</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Moving-Base</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Fixed</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Kinematic</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Static</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Fixed</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="4">
+        <widget class="QLabel" name="LabelFreq">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Frequencies / Filter Type</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="6" colspan="3">
+        <widget class="QComboBox" name="SatEphem">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Broadcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Precise</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SSR APC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SSR CoM</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS LEX</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0" colspan="2">
+        <widget class="QCheckBox" name="PosOpt1">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Sat PCV</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="2" colspan="2">
+        <widget class="QCheckBox" name="PosOpt2">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Rec PCV</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="4" colspan="2">
+        <widget class="QCheckBox" name="PosOpt3">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Ph-Windup</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="6" colspan="2">
+        <widget class="QCheckBox" name="PosOpt4">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Reject Ecl</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="8">
+        <widget class="QCheckBox" name="PosOpt5">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>RAIM FDE</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0" colspan="6">
+        <widget class="QLabel" name="Label35">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Excluded Satellites (+PRN: Included)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="0" colspan="3">
+        <widget class="QLabel" name="LabelPosMode">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Positioning Mode</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="6" colspan="3">
+        <widget class="QLineEdit" name="ExSatsE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet2">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>Setting&2</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_2">
+       <item row="0" column="0">
+        <widget class="QLabel" name="Label25">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Integer Ambiguity Res (GPS/GLO/BDS)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1">
+        <widget class="QComboBox" name="AmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Continuous</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Instantaneous</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Fix and Hold</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="0" column="2" colspan="2">
+        <widget class="QComboBox" name="GloAmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Auto Calibration</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="0" column="4">
+        <widget class="QComboBox" name="BdsAmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QLabel" name="Label24">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Ratio to Fix Ambiguity</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1" colspan="4">
+        <widget class="QLineEdit" name="ValidThresAR">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>3.0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="Label12">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Confidence / Max FCB to Fix Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1" colspan="2">
+        <widget class="QLineEdit" name="ThresAR2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.9999</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="3" colspan="2">
+        <widget class="QLineEdit" name="ThresAR3">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.20</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="Label13">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Lock / Elevation (°) to Fix Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1" colspan="2">
+        <widget class="QLineEdit" name="LockCntFixAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="3" colspan="2">
+        <widget class="QLineEdit" name="ElMaskAR">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="LabelHold">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Fix / Elevation (°) to Hold Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1" colspan="2">
+        <widget class="QLineEdit" name="FixCntHoldAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="3" colspan="2">
+        <widget class="QLineEdit" name="ElMaskHold">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label22">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Outage to Reset Amb / Slip Thres (m)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutCntResetAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="3" colspan="2">
+        <widget class="QLineEdit" name="SlipThres">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.05</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label14">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Max Age of Diff (s) / Sync Solution</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="1" colspan="2">
+        <widget class="QLineEdit" name="MaxAgeDiff">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="3" colspan="2">
+        <widget class="QComboBox" name="SyncSol">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QLabel" name="Label11">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Reject Threshold of GDOP/Innov (m)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="2">
+        <widget class="QLineEdit" name="RejectGdop">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="3" colspan="2">
+        <widget class="QLineEdit" name="RejectThres">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label37">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Number of Filter Iteration</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1" colspan="4">
+        <widget class="QLineEdit" name="NumIter">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QCheckBox" name="BaselineConst">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Baseline Length Constraint (m)</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1" colspan="2">
+        <widget class="QLineEdit" name="BaselineLen">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.000</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="3" colspan="2">
+        <widget class="QLineEdit" name="BaselineSig">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.000</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet3">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>O&utput</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_3">
+       <item row="0" column="0">
+        <widget class="QLabel" name="LabelSolFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Solution Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1" colspan="3">
+        <widget class="QComboBox" name="SolFormat">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Lat/Lon/Height</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>X/Y/Z-ECEF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>E/N/U-Baseline</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>NMEA0183</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QLabel" name="Label20">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Output Header/Processing Options</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1">
+        <widget class="QComboBox" name="OutputHead">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="2" colspan="2">
+        <widget class="QComboBox" name="OutputOpt">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="LabelTimeFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Time Format / # of Decimals</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1" colspan="2">
+        <widget class="QComboBox" name="TimeFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>ww ssss GPST</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss GPST</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss UTC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss JST</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="3">
+        <widget class="QLineEdit" name="TimeDecimal">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>3</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="LabelLatLonFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Latitude / Longitude Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1" colspan="3">
+        <widget class="QComboBox" name="LatLonFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>ddd.ddddddd</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ddd mm ss.sss</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="LabelFieldSep">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Field Separator</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1" colspan="3">
+        <widget class="QLineEdit" name="FieldSep">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Datum/Height</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1">
+        <widget class="QComboBox" name="OutputDatum">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>WGS84</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="5" column="2" colspan="2">
+        <widget class="QComboBox" name="OutputHeight">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Ellipsoidal</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Geodetic</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label18">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Geoid Model</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="1" colspan="3">
+        <widget class="QComboBox" name="OutputGeoid">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Internal</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM96-BE 15"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM2008-SE 2.5"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM2008-SE 1"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>GSI2000 1x1.5"</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QLabel" name="Label21">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Solution for Static Mode</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="3">
+        <widget class="QComboBox" name="SolStatic">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>All</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Single</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label17">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>NMEA Interval (s) RMC/GGA, GSA/GSV</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1">
+        <widget class="QLineEdit" name="NmeaIntv1">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="2" colspan="2">
+        <widget class="QLineEdit" name="NmeaIntv2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QLabel" name="Label36">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Output Solution Status / Debug Trace</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1">
+        <widget class="QComboBox" name="DebugStatus">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>States</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Residuals</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="9" column="2" colspan="2">
+        <widget class="QComboBox" name="DebugTrace">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level 1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level 2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level 3</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level 4</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level 5</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet4">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>S&tatistics</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_4">
+       <item row="0" column="0" colspan="2">
+        <widget class="QGroupBox" name="GroupBox3">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Measurement Errors (1-sigma)</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_8">
+          <item row="0" column="0">
+           <widget class="QLabel" name="Label6">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Code/Carrier-Phase Error Ratio L1/L2</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QLineEdit" name="MeasErrR1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>100.0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLineEdit" name="MeasErrR2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>100.0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLabel" name="Label7">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Error a+b/sinEl (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1">
+           <widget class="QLineEdit" name="MeasErr2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.003</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="2">
+           <widget class="QLineEdit" name="MeasErr3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.003</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0">
+           <widget class="QLabel" name="Label16">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Error/Baseline (m/10km)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="1" colspan="2">
+           <widget class="QLineEdit" name="MeasErr4">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.000</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0">
+           <widget class="QLabel" name="Label10">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Doppler Frequency (Hz)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="1" colspan="2">
+           <widget class="QLineEdit" name="MeasErr5">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.000</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="2">
+        <widget class="QGroupBox" name="GroupBox4">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Process Noises (1-sigma/sqrt(s))</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_9">
+          <item row="0" column="0">
+           <widget class="QLabel" name="Label33">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Receiver Accel Horiz/Vertical (m/s2)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QLineEdit" name="PrNoise4">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLineEdit" name="PrNoise5">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLabel" name="Label26">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Bias (cycle)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0">
+           <widget class="QLabel" name="Label27">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Vertical Ionospheric Delay (m/10km)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-03</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0">
+           <widget class="QLabel" name="Label28">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Zenith Tropospheric Delay (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="Label29">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite Clock Stability (s/s)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1">
+        <widget class="QLineEdit" name="SatClkStab">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5.0E-12</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet5">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Positions</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_5">
+       <item row="0" column="0" rowspan="2" colspan="4">
+        <widget class="QGroupBox" name="GroupRovAnt">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Rover</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_11">
+          <item row="0" column="0" colspan="2">
+           <widget class="QComboBox" name="RovPosTypeP">
+            <property name="enabled">
+             <bool>false</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height deg/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height dms/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>X/Y/Z-ECEF m</string>
+             </property>
+            </item>
+           </widget>
+          </item>
+          <item row="0" column="5">
+           <widget class="QPushButton" name="BtnRovPos">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>...</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLineEdit" name="RovPos1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="RovPos2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="3" colspan="3">
+           <widget class="QLineEdit" name="RovPos3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0" colspan="2">
+           <widget class="QCheckBox" name="RovAntPcv">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Antenna Type (*: Auto)</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="2" colspan="3">
+           <widget class="QLabel" name="LabelRovAntD">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Delta-E/N/U (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0" colspan="2">
+           <widget class="QComboBox" name="RovAnt">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="2" colspan="2">
+           <widget class="QLineEdit" name="RovAntE">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="4">
+           <widget class="QLineEdit" name="RovAntN">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="5">
+           <widget class="QLineEdit" name="RovAntU">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="1" column="1">
+        <widget class="QLabel" name="Label4">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="4">
+        <widget class="QGroupBox" name="GroupRefAnt">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Base Station</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_10">
+          <item row="0" column="0" colspan="2">
+           <widget class="QComboBox" name="RefPosTypeP">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height deg/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height dms/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>X/Y/Z-ECEF m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RTCM Antenna Position</string>
+             </property>
+            </item>
+           </widget>
+          </item>
+          <item row="0" column="5">
+           <widget class="QPushButton" name="BtnRefPos">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>...</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLineEdit" name="RefPos1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="RefPos2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="3" colspan="3">
+           <widget class="QLineEdit" name="RefPos3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0" colspan="2">
+           <widget class="QCheckBox" name="RefAntPcv">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Antenna Type (*: Auto)</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="2" colspan="3">
+           <widget class="QLabel" name="LabelRefAntD">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Delta-E/N/U (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0" colspan="2">
+           <widget class="QComboBox" name="RefAnt">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="2" colspan="2">
+           <widget class="QLineEdit" name="RefAntE">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="4">
+           <widget class="QLineEdit" name="RefAntN">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="5">
+           <widget class="QLineEdit" name="RefAntU">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="3" column="0" colspan="2">
+        <widget class="QLabel" name="Label30">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Station Position File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="2">
+        <widget class="QPushButton" name="BtnStaPosView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLineEdit" name="StaPosFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="3">
+        <widget class="QPushButton" name="BtnStaPosFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet7">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Files</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_6">
+       <item row="0" column="1">
+        <widget class="QPushButton" name="BtnSatPcvView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="2">
+        <widget class="QLineEdit" name="SatPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="3">
+        <widget class="QPushButton" name="BtnSatPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="3">
+        <widget class="QPushButton" name="BtnAntPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="2">
+        <widget class="QLineEdit" name="AntPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0" colspan="2">
+        <widget class="QLineEdit" name="GeoidDataFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="3">
+        <widget class="QPushButton" name="BtnGeoidDataFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="Label48">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Geoid Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label1">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>DCB Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="15" column="0" colspan="2">
+        <widget class="QLineEdit" name="LocalDir">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="14" column="0">
+        <widget class="QLabel" name="Label31">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>FTP/HTTP Local Directory</string>
+         </property>
+        </widget>
+       </item>
+       <item row="15" column="3">
+        <widget class="QPushButton" name="BtnLocalDir">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="3">
+        <widget class="QPushButton" name="BtnDCBFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="3" rowspan="2">
+        <widget class="QPushButton" name="BtnDCBView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0" rowspan="2" colspan="2">
+        <widget class="QLineEdit" name="DCBFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="3" rowspan="2">
+        <widget class="QPushButton" name="BtnEOPView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label23">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>EOP Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0" rowspan="2" colspan="2">
+        <widget class="QLineEdit" name="EOPFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="3">
+        <widget class="QPushButton" name="BtnEOPFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="3" rowspan="2">
+        <widget class="QPushButton" name="BtnOLFileView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="0" rowspan="2" colspan="2">
+        <widget class="QLineEdit" name="OLFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="0">
+        <widget class="QLabel" name="Label34">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Ocean Loading BLQ Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="13" column="3">
+        <widget class="QPushButton" name="BtnOLFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="0">
+        <widget class="QLabel" name="Label38">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite/Receiver Antenna PCV File ANTEX/NGS PCV</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="3">
+        <widget class="QPushButton" name="BtnAntPcvView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet8">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Misc</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_7">
+       <item row="0" column="0" colspan="4">
+        <widget class="QLabel" name="Label19">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Process Cycle (ms) / Buffer Size (bytes)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="4">
+        <widget class="QLineEdit" name="SvrCycleE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="5">
+        <widget class="QLineEdit" name="SvrBuffSizeE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>32768</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="4">
+        <widget class="QLabel" name="Label44">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Timeout / Reconnect Interval (ms)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="4">
+        <widget class="QLineEdit" name="TimeoutTimeE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10000</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="5">
+        <widget class="QLineEdit" name="ReconTimeE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10000</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="4">
+        <widget class="QLabel" name="Label46">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>NMEA Cycle (ms) / File Swap Margin (s)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="4">
+        <widget class="QLineEdit" name="NmeaCycleE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5000</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="5">
+        <widget class="QLineEdit" name="FileSwapMarginE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0" colspan="4">
+        <widget class="QLabel" name="Label41">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Solution Buffer/ Log Size (epochs)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="4">
+        <widget class="QLineEdit" name="SolBuffSizeE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>1000</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="5">
+        <widget class="QLineEdit" name="SavedSolE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>100</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0" colspan="4">
+        <widget class="QLabel" name="Label42">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Navigation Message Selection</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="4" colspan="2">
+        <widget class="QComboBox" name="NavSelectS">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>All</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>1 Rover</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>2 Base Station</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>3 Correction</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="5" column="0" colspan="4">
+        <widget class="QLabel" name="Label5">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>SBAS Sat Selection (0: all) / Monitor Port</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="4">
+        <widget class="QLineEdit" name="SbasSatE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="5">
+        <widget class="QLineEdit" name="MoniPortE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0" colspan="3">
+        <widget class="QLabel" name="Label45">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>HTTP / NTRIP Proxy</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="3" colspan="3">
+        <widget class="QLineEdit" name="ProxyAddrE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="0" colspan="2">
+        <widget class="QLabel" name="Label43">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Layout</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="2">
+        <widget class="QComboBox" name="PanelStackE">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Horizontal</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Vertical</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="3">
+        <widget class="QLabel" name="Label40">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Sol Font</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="4" colspan="2">
+        <widget class="QLabel" name="FontLabel">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="palette">
+          <palette>
+           <active>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </active>
+           <inactive>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </inactive>
+           <disabled>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </disabled>
+          </palette>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Font Label</string>
+         </property>
+         <property name="alignment">
+          <set>Qt::AlignCenter</set>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="6">
+        <widget class="QPushButton" name="BtnFont">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label15">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>TLE Data</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1" colspan="5">
+        <widget class="QLineEdit" name="TLEFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="6">
+        <widget class="QPushButton" name="BtnTLEFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QLabel" name="Label39">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Sat No</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1" colspan="5">
+        <widget class="QLineEdit" name="TLESatFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="6">
+        <widget class="QPushButton" name="BtnTLESatFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <widget class="QLabel" name="Label47">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Station Position File</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Load</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkconv_qt/rtkconv_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/outstrdlg.cpp b/app/rtknavi_qt/outstrdlg.cpp
new file mode 100644
index 0000000..ee32824
--- /dev/null
+++ b/app/rtknavi_qt/outstrdlg.cpp
@@ -0,0 +1,211 @@
+//---------------------------------------------------------------------------
+#include <QShortcutEvent>
+#include <QCompleter>
+#include <QFileSystemModel>
+#include <QFileDialog>
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "cmdoptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "outstrdlg.h"
+#include "keydlg.h"
+
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+OutputStrDialog::OutputStrDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    keyDialog = new KeyDialog(this);
+    serialOptDialog = new SerialOptDialog(this);
+    tcpOptDialog = new TcpOptDialog(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    FilePath1->setCompleter(fileCompleter);
+    FilePath2->setCompleter(fileCompleter);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnFile1,SIGNAL(clicked(bool)),this,SLOT(BtnFile1Click()));
+    connect(BtnFile2,SIGNAL(clicked(bool)),this,SLOT(BtnFile2Click()));
+    connect(BtnKey,SIGNAL(clicked(bool)),this,SLOT(BtnKeyClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnStr1,SIGNAL(clicked(bool)),this,SLOT(BtnStr1Click()));
+    connect(BtnStr2,SIGNAL(clicked(bool)),this,SLOT(BtnStr2Click()));
+    connect(Stream1,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream1Change(int)));
+    connect(Stream2,SIGNAL(currentIndexChanged(int)),this,SLOT(Stream2Change(int)));
+    connect(Stream1C,SIGNAL(clicked(bool)),this,SLOT(Stream1CClick()));
+    connect(Stream2C,SIGNAL(clicked(bool)),this,SLOT(Stream2CClick()));
+
+    SwapIntv->setValidator(new QDoubleValidator());
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    Stream1C ->setChecked(StreamC[0]);
+    Stream2C ->setChecked(StreamC[1]);
+    Stream1  ->setCurrentIndex(Stream[0]);
+    Stream2  ->setCurrentIndex(Stream[1]);
+    Format1  ->setCurrentIndex(Format[0]);
+    Format2  ->setCurrentIndex(Format[1]);
+    FilePath1->setText(GetFilePath(Paths[0][2]));
+    FilePath2->setText(GetFilePath(Paths[1][2]));
+    SwapIntv->insertItem(0,SwapInterval);SwapIntv->setCurrentIndex(0);
+    TimeTagC ->setChecked(OutTimeTag);
+
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnOkClick()
+{
+    StreamC[0]  =Stream1C->isChecked();
+    StreamC[1]  =Stream2C->isChecked();
+    Stream[0]   =Stream1->currentIndex();
+    Stream[1]   =Stream2->currentIndex();
+    Format[0]   =Format1->currentIndex();
+    Format[1]   =Format2->currentIndex();
+    Paths [0][2]=SetFilePath(FilePath1->text());
+    Paths [1][2]=SetFilePath(FilePath2->text());
+    SwapInterval=SwapIntv->currentText();
+    OutTimeTag  =TimeTagC->isChecked();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnFile1Click()
+{
+    FilePath1->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Load..."),FilePath1->text())));
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnFile2Click()
+{
+    FilePath2->setText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Load..."),FilePath2->text())));
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::Stream1Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::Stream2Change(int)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::Stream1CClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::Stream2CClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnKeyClick()
+{
+    keyDialog->exec();
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnStr1Click()
+{
+    switch (Stream1->currentIndex()) {
+		case 0: SerialOpt(0,0); break;
+		case 1: TcpOpt(0,1); break;
+		case 2: TcpOpt(0,0); break;
+		case 3: TcpOpt(0,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::BtnStr2Click()
+{
+    switch (Stream2->currentIndex()) {
+		case 0: SerialOpt(1,0); break;
+		case 1: TcpOpt(1,1); break;
+		case 2: TcpOpt(1,0); break;
+		case 3: TcpOpt(1,2); break;
+	}
+}
+//---------------------------------------------------------------------------
+QString OutputStrDialog::GetFilePath(const QString path)
+{
+    QString file;
+    file=path.mid(0,path.indexOf("::"));
+
+    return file;
+}
+//---------------------------------------------------------------------------
+QString OutputStrDialog::SetFilePath(const QString p)
+{
+    QString path=p;
+    QString str;
+    bool okay;
+
+    if (TimeTagC->isChecked()) path+="::T";
+    str=SwapIntv->currentText();
+    str.toDouble(&okay);
+    if (okay) {
+        path+="::S="+str;
+    }
+    return path;
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::SerialOpt(int index, int opt)
+{
+    serialOptDialog->Path=Paths[index][0];
+    serialOptDialog->Opt=opt;
+
+    serialOptDialog->exec();
+    if (serialOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][0]=serialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::TcpOpt(int index, int opt)
+{
+    tcpOptDialog->Path=Paths[index][1];
+    tcpOptDialog->Opt=opt;
+	for (int i=0;i<10;i++) {
+        tcpOptDialog->History[i]=History[i];
+        tcpOptDialog->MntpHist[i]=MntpHist[i];
+	}
+
+    tcpOptDialog->exec();
+    if (tcpOptDialog->exec()!=QDialog::Accepted) return;
+
+    Paths[index][1]=tcpOptDialog->Path;
+	for (int i=0;i<10;i++) {
+        History[i]=tcpOptDialog->History[i];
+        MntpHist[i]=tcpOptDialog->MntpHist[i];
+	}
+}
+//---------------------------------------------------------------------------
+void OutputStrDialog::UpdateEnable(void)
+{
+    int ena=(Stream1C->isChecked()&&(Stream1->currentIndex()==4))||
+            (Stream2C->isChecked()&&(Stream2->currentIndex()==4));
+
+    Stream1  ->setEnabled(Stream1C->isChecked());
+    Stream2  ->setEnabled(Stream2C->isChecked());
+    BtnStr1  ->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()<=3);
+    BtnStr2  ->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()<=3);
+    FilePath1->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()==4);
+    FilePath2->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()==4);
+    BtnFile1 ->setEnabled(Stream1C->isChecked()&&Stream1->currentIndex()==4);
+    BtnFile2 ->setEnabled(Stream2C->isChecked()&&Stream2->currentIndex()==4);
+    LabelF1  ->setEnabled(ena);
+    Label1   ->setEnabled(ena);
+    Label2   ->setEnabled(ena);
+    TimeTagC ->setEnabled(ena);
+    SwapIntv ->setEnabled(ena);
+    BtnKey   ->setEnabled(ena);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtknavi_qt/outstrdlg.h b/app/rtknavi_qt/outstrdlg.h
new file mode 100644
index 0000000..6cc2673
--- /dev/null
+++ b/app/rtknavi_qt/outstrdlg.h
@@ -0,0 +1,50 @@
+//---------------------------------------------------------------------------
+#ifndef outstrdlgH
+#define outstrdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_outstrdlg.h"
+
+class KeyDialog;
+class SerialOptDialog;
+class TcpOptDialog;
+
+//---------------------------------------------------------------------------
+class OutputStrDialog : public QDialog, private Ui::OutputStrDialog
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent *);
+
+    KeyDialog *keyDialog;
+    SerialOptDialog *serialOptDialog;
+    TcpOptDialog *tcpOptDialog;
+
+public slots:
+    void BtnOkClick();
+    void BtnStr1Click();
+    void BtnStr2Click();
+    void Stream1Change(int);
+    void Stream2Change(int);
+    void BtnFile1Click();
+    void BtnFile2Click();
+    void Stream1CClick();
+    void Stream2CClick();
+    void BtnKeyClick();
+
+private:
+    QString GetFilePath(const QString path);
+    QString SetFilePath(const QString path);
+    void SerialOpt(int index, int opt);
+    void TcpOpt(int index, int opt);
+    void UpdateEnable(void);
+
+public:
+	int StreamC[2],Stream[2],Format[2],OutTimeTag,OutAppend;
+    QString Paths[2][4],SwapInterval;
+    QString History[10],MntpHist[10];
+
+    explicit OutputStrDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/outstrdlg.ui b/app/rtknavi_qt/outstrdlg.ui
new file mode 100644
index 0000000..cfbb9c3
--- /dev/null
+++ b/app/rtknavi_qt/outstrdlg.ui
@@ -0,0 +1,528 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>OutputStrDialog</class>
+ <widget class="QWidget" name="OutputStrDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>595</width>
+    <height>225</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Output Streams</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0" colspan="2">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Output Stream</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3" colspan="3">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Type</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="6" colspan="2">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Option</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="9">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Format</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="3">
+    <widget class="QCheckBox" name="Stream1C">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(4) Solution 1</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="3" colspan="4">
+    <widget class="QComboBox" name="Stream1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="7">
+    <widget class="QPushButton" name="BtnStr1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="8" colspan="3">
+    <widget class="QComboBox" name="Format1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Lat/Lon/Height</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>X/Y/Z-ECEF</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>E/N/U-Baseline</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NMEA0183</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="3">
+    <widget class="QCheckBox" name="Stream2C">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(5) Solution 2</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3" colspan="4">
+    <widget class="QComboBox" name="Stream2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="7">
+    <widget class="QPushButton" name="BtnStr2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="8" colspan="3">
+    <widget class="QComboBox" name="Format2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Lat/Lon/Height</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>X/Y/Z-ECEF</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>E/N/U-Baseline</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NMEA0183</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="2">
+    <widget class="QLabel" name="LabelF1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Output File Paths</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0" colspan="10">
+    <widget class="QLineEdit" name="FilePath1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="10">
+    <widget class="QPushButton" name="BtnFile1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0" colspan="10">
+    <widget class="QLineEdit" name="FilePath2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="10">
+    <widget class="QPushButton" name="BtnFile2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0">
+    <widget class="QCheckBox" name="TimeTagC">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time-Tag</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="1">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Swap Intv</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="2" colspan="2">
+    <widget class="QComboBox" name="SwapIntv">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="editable">
+      <bool>true</bool>
+     </property>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.25</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>0.5</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>6</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>12</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>24</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="6" column="4">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>H</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="5">
+    <widget class="QPushButton" name="BtnKey">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>?</string>
+     </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="6" colspan="3">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="9" colspan="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/rcvoptdlg.cpp b/app/rtknavi_qt/rcvoptdlg.cpp
new file mode 100644
index 0000000..c5b97db
--- /dev/null
+++ b/app/rtknavi_qt/rcvoptdlg.cpp
@@ -0,0 +1,30 @@
+//---------------------------------------------------------------------------
+// ported to Qt5 by Jens Reimann
+#include "rcvoptdlg.h"
+
+#include <QShowEvent>
+
+//---------------------------------------------------------------------------
+RcvOptDialog::RcvOptDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+}
+//---------------------------------------------------------------------------
+void RcvOptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    OptionE->setText(Option);
+}
+//---------------------------------------------------------------------------
+void RcvOptDialog::BtnOkClick()
+{
+    Option=OptionE->text();
+
+    accept();
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtknavi_qt/rcvoptdlg.h b/app/rtknavi_qt/rcvoptdlg.h
new file mode 100644
index 0000000..3b3a779
--- /dev/null
+++ b/app/rtknavi_qt/rcvoptdlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef rcvoptdlgH
+#define rcvoptdlgH
+//---------------------------------------------------------------------------
+
+#include <QDialog>
+#include <ui_rcvoptdlg.h>
+//---------------------------------------------------------------------------
+class RcvOptDialog : public QDialog, private Ui::RcvOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent *);
+
+public slots:
+    void BtnOkClick();
+
+public:
+    QString Option;
+
+    explicit RcvOptDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtknavi_qt/rcvoptdlg.ui b/app/rtknavi_qt/rcvoptdlg.ui
new file mode 100644
index 0000000..0ec6840
--- /dev/null
+++ b/app/rtknavi_qt/rcvoptdlg.ui
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>RcvOptDialog</class>
+ <widget class="QWidget" name="RcvOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>220</width>
+    <height>78</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Receiver Option</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLineEdit" name="OptionE">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtknavi_qt/rtknavi_Icon.ico b/app/rtknavi_qt/rtknavi_Icon.ico
new file mode 100644
index 0000000..bb85e8c
Binary files /dev/null and b/app/rtknavi_qt/rtknavi_Icon.ico differ
diff --git a/app/rtknavi_qt/rtknavi_qt.pro b/app/rtknavi_qt/rtknavi_qt.pro
new file mode 100644
index 0000000..7cccd20
--- /dev/null
+++ b/app/rtknavi_qt/rtknavi_qt.pro
@@ -0,0 +1,105 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-01-30T18:29:59
+#
+#-------------------------------------------------
+
+QT       += widgets core gui
+
+greaterThan(QT_MAJOR_VERSION, 4) {
+    QT += widgets serialport
+    DEFINES += QT5
+}
+
+lessThan(QT_MAJOR_VERSION, 5) {
+    LIBS += -lqextserialport-1.2
+    DEFINES += QEXTSERIALPORT
+}
+
+include(../../RTKLib.pri)
+
+TARGET = rtknavi_qt
+TEMPLATE = app
+
+INCLUDEPATH += ../../src/ ../appcmn_qt ../rtkplot_qt
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+SOURCES += \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/cmdoptdlg.cpp \
+    ../appcmn_qt/fileoptdlg.cpp \
+    ../appcmn_qt/ftpoptdlg.cpp \
+    ../appcmn_qt/keydlg.cpp \
+    ../appcmn_qt/maskoptdlg.cpp \
+    ../appcmn_qt/refdlg.cpp \
+    ../appcmn_qt/serioptdlg.cpp \
+    ../appcmn_qt/tcpoptdlg.cpp \
+    ../appcmn_qt/viewer.cpp \
+    ../appcmn_qt/vieweropt.cpp \
+    instrdlg.cpp \
+    logstrdlg.cpp \
+    main.cpp \
+    mondlg.cpp \
+    navimain.cpp \
+    naviopt.cpp \
+    outstrdlg.cpp \
+    rcvoptdlg.cpp
+
+HEADERS  += \
+    instrdlg.h \
+    rcvoptdlg.h \
+    logstrdlg.h \
+    mondlg.h \
+    navimain.h \
+    naviopt.h \
+    outstrdlg.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/cmdoptdlg.h \
+    ../appcmn_qt/fileoptdlg.h \
+    ../appcmn_qt/ftpoptdlg.h \
+    ../appcmn_qt/keydlg.h \
+    ../appcmn_qt/maskoptdlg.h \
+    ../appcmn_qt/refdlg.h \
+    ../appcmn_qt/serioptdlg.h \
+    ../appcmn_qt/tcpoptdlg.h \
+    ../appcmn_qt/viewer.h \
+    ../appcmn_qt/vieweropt.h
+
+FORMS    += \
+    instrdlg.ui \
+    logstrdlg.ui \
+    navimain.ui \
+    naviopt.ui \
+    mondlg.ui \
+    outstrdlg.ui \
+    rcvoptdlg.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/cmdoptdlg.ui \
+    ../appcmn_qt/fileoptdlg.ui \
+    ../appcmn_qt/ftpoptdlg.ui \
+    ../appcmn_qt/keydlg.ui \
+    ../appcmn_qt/maskoptdlg.ui \
+    ../appcmn_qt/refdlg.ui \
+    ../appcmn_qt/serioptdlg.ui \
+    ../appcmn_qt/viewer.ui \
+    ../appcmn_qt/vieweropt.ui \
+    ../appcmn_qt/tcpoptdlg.ui
+
+RESOURCES += \
+    rtknavi_qt.qrc
+
+RC_FILE = rtknavi_qt.rc
diff --git a/app/rtknavi_qt/rtknavi_qt.pro.user b/app/rtknavi_qt/rtknavi_qt.pro.user
new file mode 100644
index 0000000..9646b39
--- /dev/null
+++ b/app/rtknavi_qt/rtknavi_qt.pro.user
@@ -0,0 +1,598 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE QtCreatorProject>
+<!-- Written by QtCreator 3.6.0, 2016-02-15T16:07:26. -->
+<qtcreator>
+ <data>
+  <variable>EnvironmentId</variable>
+  <value type="QByteArray">{8a476d4e-5f45-4de8-9c9b-6e0943b6f2b6}</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.ActiveTarget</variable>
+  <value type="int">1</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.EditorSettings</variable>
+  <valuemap type="QVariantMap">
+   <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
+   <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
+   <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
+    <value type="QString" key="language">Cpp</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
+    </valuemap>
+   </valuemap>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
+    <value type="QString" key="language">QmlJS</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
+    </valuemap>
+   </valuemap>
+   <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
+   <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
+   <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
+   <value type="int" key="EditorConfiguration.IndentSize">4</value>
+   <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
+   <value type="int" key="EditorConfiguration.MarginColumn">80</value>
+   <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
+   <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
+   <value type="int" key="EditorConfiguration.PaddingMode">1</value>
+   <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
+   <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
+   <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
+   <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
+   <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
+   <value type="int" key="EditorConfiguration.TabSize">8</value>
+   <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
+   <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
+   <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
+   <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
+   <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
+   <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.PluginSettings</variable>
+  <valuemap type="QVariantMap"/>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Target.0</variable>
+  <valuemap type="QVariantMap">
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt4</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt4</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{f5a557a5-e271-47bc-a52a-5335a101bd35}</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/rtknavi_qt</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtknavi_qt-Desktop-Release</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtknavi_qt-Desktop-Profile</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
+    <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
+    <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
+    <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
+    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
+    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
+    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
+    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
+    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
+    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
+    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
+    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
+    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
+     <value type="int">0</value>
+     <value type="int">1</value>
+     <value type="int">2</value>
+     <value type="int">3</value>
+     <value type="int">4</value>
+     <value type="int">5</value>
+     <value type="int">6</value>
+     <value type="int">7</value>
+     <value type="int">8</value>
+     <value type="int">9</value>
+     <value type="int">10</value>
+     <value type="int">11</value>
+     <value type="int">12</value>
+     <value type="int">13</value>
+     <value type="int">14</value>
+    </valuelist>
+    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
+    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">rtknavi_qt</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/jens/Dokumente/RTKLIB/app/rtknavi_qt/rtknavi_qt.pro</value>
+    <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments">-style fusion</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">rtknavi_qt.pro</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
+    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
+    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
+    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Target.1</variable>
+  <valuemap type="QVariantMap">
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{4f190d12-4fd8-4b58-85dc-bb646a30c40e}</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/rtknavi_qt</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtknavi_qt-Desktop-Release</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtknavi_qt-Desktop-Profile</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
+    <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
+    <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
+    <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
+    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
+    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
+    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
+    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
+    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
+    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
+    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
+    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
+    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
+     <value type="int">0</value>
+     <value type="int">1</value>
+     <value type="int">2</value>
+     <value type="int">3</value>
+     <value type="int">4</value>
+     <value type="int">5</value>
+     <value type="int">6</value>
+     <value type="int">7</value>
+     <value type="int">8</value>
+     <value type="int">9</value>
+     <value type="int">10</value>
+     <value type="int">11</value>
+     <value type="int">12</value>
+     <value type="int">13</value>
+     <value type="int">14</value>
+    </valuelist>
+    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
+    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">rtknavi_qt</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/jens/Dokumente/RTKLIB/app/rtknavi_qt/rtknavi_qt.pro</value>
+    <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">rtknavi_qt.pro</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
+    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
+    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
+    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.TargetCount</variable>
+  <value type="int">2</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
+  <value type="int">18</value>
+ </data>
+ <data>
+  <variable>Version</variable>
+  <value type="int">18</value>
+ </data>
+</qtcreator>
diff --git a/app/rtknavi_qt/rtknavi_qt.qrc b/app/rtknavi_qt/rtknavi_qt.qrc
new file mode 100644
index 0000000..b8058c9
--- /dev/null
+++ b/app/rtknavi_qt/rtknavi_qt.qrc
@@ -0,0 +1,93 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+	<file alias="rtknavi_Icon.ico">rtknavi_Icon.ico</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/rtknavi_qt/rtknavi_qt.rc b/app/rtknavi_qt/rtknavi_qt.rc
new file mode 100644
index 0000000..606c035
--- /dev/null
+++ b/app/rtknavi_qt/rtknavi_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtknavi_Icon.ico"
\ No newline at end of file
diff --git a/app/rtkplot/Debug_Build/rtkplot_ge.htm b/app/rtkplot/Debug_Build/rtkplot_ge.htm
new file mode 100644
index 0000000..9a7f8a1
--- /dev/null
+++ b/app/rtkplot/Debug_Build/rtkplot_ge.htm
@@ -0,0 +1,233 @@
+<!------------------------------------------------------------------------------
+* rtkplot_ge.htm: rtkplot google earth plugin
+*
+* history: 2012/04/07 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKPLOT_GE</title>
+
+<script type="text/javascript" src="http://www.google.com/jsapi"> </script>
+<script type="text/javascript">
+
+var ge = null;
+var mark1,mark2,track1,track2,points,altmode;
+var mark_icon1="http://maps.google.com/mapfiles/kml/paddle/ylw-circle.png";
+var mark_icon2="http://maps.google.com/mapfiles/kml/paddle/red-circle.png";
+var mark_icon3="http://maps.google.com/mapfiles/kml/paddle/wht-circle.png";
+
+function init() {
+    google.earth.createInstance("map3d",initCallback,failureCallback);
+}
+
+function initCallback(instance) {
+    ge = instance;
+    var opt = ge.getOptions();
+    opt.setFlyToSpeed(ge.SPEED_TELEPORT);
+    opt.setAtmosphereVisibility(false);
+    opt.setMouseNavigationEnabled(true);
+    opt.setBuildingSelectionEnabled(false);
+    opt.setAutoGroundLevelViewEnabled(false);
+    
+    mark1 = GenMark('1',mark_icon1);
+    mark2 = GenMark('2',mark_icon2);
+    track1 = GenLine('track1','cc00ffff');
+    track2 = GenLine('track2','cc0044ff');
+    points = new Array();
+    altmode = ge.ALTITUDE_CLAMP_TO_GROUND;
+    ge.getWindow().setVisibility(true);
+    
+    document.getElementById('state').value='1';
+    
+    setInterval("UpdateState()",250);
+}
+
+function failureCallback(errcode) {
+    document.write('<P align=center>Google Earth Plugin load error</P>');
+    document.getElementById('state').value='-1';
+}
+
+function GenMark(name,mark_icon) {
+    var pm = ge.createPlacemark('');
+    var icon = ge.createIcon('');
+    icon.setHref(mark_icon);
+    var style = ge.createStyle('');
+    style.getIconStyle().setIcon(icon);
+    style.getIconstyle().getHotSpot().set(0.5,ge.UNITS_FRACTION,0,ge.UNITS_FRACTION);
+    pm.setDescription(name);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function GenLine(name,color) {
+    var pm = ge.createPlaceMark('');
+    var ls = ge.createLineString('');
+    var style = ge.createStyle('');
+    style.getLineStyle().setWidth(3);
+    style.getLineStyle().getColor().set(color);
+    pm.setDescription(name);
+    pm.setGeometry(ls);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function SetOpts(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10) {
+    if (ge == null) return;
+    var opt = ge.getOptions();
+    ge.getNavigationControl().setVisibility(f1?ge.VISIBILITY_SHOW:ge.VISIBILITY_HIDE);
+    ge.getNavigationControl().setControlType(ge.NAVIGATION_CONTROL_SMALL);
+    opt.setScaleLegendVisibility(f2);
+    opt.setOverviewMapVisibility(f3);
+    opt.setGridVisibility(f4);
+    opt.setStatusBarVisibility(f5);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_TERRAIN,f6);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS,f7);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS_LOW_RESOLUTION,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BORDERS,f9);
+    altmode = f10?ge.ALTITUDE_ABSOLUTE:ge.ALTITUDE_CLAMP_TO_GROUND;
+}
+
+function SetView(lat,lon,range,heading) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    la.setRange(range*1000.0);
+    la.setHeading(heading);
+    ge.getView().setAbstractView(la);
+}
+
+function SetCent(lat,lon) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    ge.getView().setAbstractView(la);
+}
+
+function SetRange(range) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setRange(range*1000.0);
+    ge.getView().setAbstractView(la);
+}
+
+function SetHeading(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setHeading(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetTilt(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setTilt(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetMark(index,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    var point = ge.createPoint('');
+    point.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(point);
+}
+
+function ShowMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(1);
+}
+
+function HideMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(0);
+}
+
+function ClearTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().clear();
+}
+
+function AddTrack(index,lat,lon) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().pushLatLngAlt(lat,lon,0);
+}
+
+function ShowTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(1);
+}
+
+function HideTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(0);
+}
+
+function ClearPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        ge.getFeatures().removeChild(points[i]);
+    }
+    points.length = 0;
+}
+
+function AddPoint(name,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = GenMark(name,mark_icon3);
+    var p = ge.createPoint('');
+    p.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(p);
+    points.push(mark);
+}
+
+function ShowPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(1);
+    }
+}
+
+function HidePoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(0);
+    }
+}
+
+function UpdateState() {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    var lat=la.getLatitude ();
+    var lon=la.getLongitude();
+    var range=la.getRange()/1000.0;
+    var heading=la.getHeading();
+    document.getElementById('view').value=
+        lat.toFixed(9)+","+lon.toFixed(9)+","+range.toFixed(3)+","+heading.toFixed(1);
+}
+
+google.load("earth","1");
+google.setOnLoadCallback(init);
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no";>
+    <div id="map3d" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+    <input id="view"  type="hidden" value="0,0,0,0">
+</body>
+</html>
diff --git a/app/rtkplot/Debug_Build/rtkplot_gm.htm b/app/rtkplot/Debug_Build/rtkplot_gm.htm
new file mode 100644
index 0000000..a3f8039
--- /dev/null
+++ b/app/rtkplot/Debug_Build/rtkplot_gm.htm
@@ -0,0 +1,103 @@
+<!------------------------------------------------------------------------------
+* rtkplot_gm.htm: rtkplot google map view
+*
+* history: 2013/01/20 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKLIB_GM</title>
+
+<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"
+    type="text/javascript" charset="UTF-8"></script>
+<script type="text/javascript">
+
+var map = null;
+var marks = [];
+var markh = null;
+var markz = 0;
+var info = null;
+var icon0="http://maps.google.co.jp/mapfiles/ms/icons/red-dot.png";
+var icon1="http://maps.google.co.jp/mapfiles/ms/icons/yellow-dot.png";
+
+function init() {
+    var opt = {
+        center: new google.maps.LatLng(0,0),
+        zoom: 2, minZoom: 2,
+        streetViewControl: false,
+        mapTypeId: google.maps.MapTypeId.ROADMAP
+    };
+    map = new google.maps.Map(document.getElementById("map"),opt);
+    document.getElementById('state').value='1';
+}
+
+function SetView(lat,lon,zoom) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+    map.setZoom(zoom);
+}
+
+function SetCent(lat,lon) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+}
+
+function SetZoom(zoom) {
+    if (map == null) return;
+    map.setZoom(zoom);
+}
+
+function ClearMark(lat,lon,title) {
+    for (var i in marks) {
+        marks[i].setMap(null);
+    }
+    marks.length = 0;
+    markh = null;
+}
+
+function AddMark(lat,lon,title,msg) {
+    var pos = new google.maps.LatLng(lat,lon);
+    var opt = {map: map, position: pos, title: title, icon: icon1};
+    var mark = new google.maps.Marker(opt);
+    google.maps.event.addListener(mark,'click',function(event) {
+        if (info) {info.close();}
+        info = new google.maps.InfoWindow({content: msg});
+        info.open(mark.getMap(),mark);
+    });
+    marks.push(mark);
+}
+
+function PosMark(lat,lon,title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setPosition(new google.maps.LatLng(lat,lon));
+            break;
+        }
+    }
+}
+
+function ShowMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(true);
+            break;
+        }
+    }
+}
+
+function HideMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(false);
+            break;
+        }
+    }
+}
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no"; onload="init()">
+    <div id="map" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+</body>
+</html>
diff --git a/app/rtkplot/Release_Build/rtkplot_ge.htm b/app/rtkplot/Release_Build/rtkplot_ge.htm
new file mode 100644
index 0000000..9a7f8a1
--- /dev/null
+++ b/app/rtkplot/Release_Build/rtkplot_ge.htm
@@ -0,0 +1,233 @@
+<!------------------------------------------------------------------------------
+* rtkplot_ge.htm: rtkplot google earth plugin
+*
+* history: 2012/04/07 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKPLOT_GE</title>
+
+<script type="text/javascript" src="http://www.google.com/jsapi"> </script>
+<script type="text/javascript">
+
+var ge = null;
+var mark1,mark2,track1,track2,points,altmode;
+var mark_icon1="http://maps.google.com/mapfiles/kml/paddle/ylw-circle.png";
+var mark_icon2="http://maps.google.com/mapfiles/kml/paddle/red-circle.png";
+var mark_icon3="http://maps.google.com/mapfiles/kml/paddle/wht-circle.png";
+
+function init() {
+    google.earth.createInstance("map3d",initCallback,failureCallback);
+}
+
+function initCallback(instance) {
+    ge = instance;
+    var opt = ge.getOptions();
+    opt.setFlyToSpeed(ge.SPEED_TELEPORT);
+    opt.setAtmosphereVisibility(false);
+    opt.setMouseNavigationEnabled(true);
+    opt.setBuildingSelectionEnabled(false);
+    opt.setAutoGroundLevelViewEnabled(false);
+    
+    mark1 = GenMark('1',mark_icon1);
+    mark2 = GenMark('2',mark_icon2);
+    track1 = GenLine('track1','cc00ffff');
+    track2 = GenLine('track2','cc0044ff');
+    points = new Array();
+    altmode = ge.ALTITUDE_CLAMP_TO_GROUND;
+    ge.getWindow().setVisibility(true);
+    
+    document.getElementById('state').value='1';
+    
+    setInterval("UpdateState()",250);
+}
+
+function failureCallback(errcode) {
+    document.write('<P align=center>Google Earth Plugin load error</P>');
+    document.getElementById('state').value='-1';
+}
+
+function GenMark(name,mark_icon) {
+    var pm = ge.createPlacemark('');
+    var icon = ge.createIcon('');
+    icon.setHref(mark_icon);
+    var style = ge.createStyle('');
+    style.getIconStyle().setIcon(icon);
+    style.getIconstyle().getHotSpot().set(0.5,ge.UNITS_FRACTION,0,ge.UNITS_FRACTION);
+    pm.setDescription(name);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function GenLine(name,color) {
+    var pm = ge.createPlaceMark('');
+    var ls = ge.createLineString('');
+    var style = ge.createStyle('');
+    style.getLineStyle().setWidth(3);
+    style.getLineStyle().getColor().set(color);
+    pm.setDescription(name);
+    pm.setGeometry(ls);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function SetOpts(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10) {
+    if (ge == null) return;
+    var opt = ge.getOptions();
+    ge.getNavigationControl().setVisibility(f1?ge.VISIBILITY_SHOW:ge.VISIBILITY_HIDE);
+    ge.getNavigationControl().setControlType(ge.NAVIGATION_CONTROL_SMALL);
+    opt.setScaleLegendVisibility(f2);
+    opt.setOverviewMapVisibility(f3);
+    opt.setGridVisibility(f4);
+    opt.setStatusBarVisibility(f5);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_TERRAIN,f6);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS,f7);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS_LOW_RESOLUTION,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BORDERS,f9);
+    altmode = f10?ge.ALTITUDE_ABSOLUTE:ge.ALTITUDE_CLAMP_TO_GROUND;
+}
+
+function SetView(lat,lon,range,heading) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    la.setRange(range*1000.0);
+    la.setHeading(heading);
+    ge.getView().setAbstractView(la);
+}
+
+function SetCent(lat,lon) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    ge.getView().setAbstractView(la);
+}
+
+function SetRange(range) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setRange(range*1000.0);
+    ge.getView().setAbstractView(la);
+}
+
+function SetHeading(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setHeading(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetTilt(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setTilt(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetMark(index,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    var point = ge.createPoint('');
+    point.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(point);
+}
+
+function ShowMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(1);
+}
+
+function HideMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(0);
+}
+
+function ClearTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().clear();
+}
+
+function AddTrack(index,lat,lon) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().pushLatLngAlt(lat,lon,0);
+}
+
+function ShowTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(1);
+}
+
+function HideTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(0);
+}
+
+function ClearPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        ge.getFeatures().removeChild(points[i]);
+    }
+    points.length = 0;
+}
+
+function AddPoint(name,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = GenMark(name,mark_icon3);
+    var p = ge.createPoint('');
+    p.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(p);
+    points.push(mark);
+}
+
+function ShowPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(1);
+    }
+}
+
+function HidePoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(0);
+    }
+}
+
+function UpdateState() {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    var lat=la.getLatitude ();
+    var lon=la.getLongitude();
+    var range=la.getRange()/1000.0;
+    var heading=la.getHeading();
+    document.getElementById('view').value=
+        lat.toFixed(9)+","+lon.toFixed(9)+","+range.toFixed(3)+","+heading.toFixed(1);
+}
+
+google.load("earth","1");
+google.setOnLoadCallback(init);
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no";>
+    <div id="map3d" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+    <input id="view"  type="hidden" value="0,0,0,0">
+</body>
+</html>
diff --git a/app/rtkplot/Release_Build/rtkplot_gm.htm b/app/rtkplot/Release_Build/rtkplot_gm.htm
new file mode 100644
index 0000000..a3f8039
--- /dev/null
+++ b/app/rtkplot/Release_Build/rtkplot_gm.htm
@@ -0,0 +1,103 @@
+<!------------------------------------------------------------------------------
+* rtkplot_gm.htm: rtkplot google map view
+*
+* history: 2013/01/20 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKLIB_GM</title>
+
+<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"
+    type="text/javascript" charset="UTF-8"></script>
+<script type="text/javascript">
+
+var map = null;
+var marks = [];
+var markh = null;
+var markz = 0;
+var info = null;
+var icon0="http://maps.google.co.jp/mapfiles/ms/icons/red-dot.png";
+var icon1="http://maps.google.co.jp/mapfiles/ms/icons/yellow-dot.png";
+
+function init() {
+    var opt = {
+        center: new google.maps.LatLng(0,0),
+        zoom: 2, minZoom: 2,
+        streetViewControl: false,
+        mapTypeId: google.maps.MapTypeId.ROADMAP
+    };
+    map = new google.maps.Map(document.getElementById("map"),opt);
+    document.getElementById('state').value='1';
+}
+
+function SetView(lat,lon,zoom) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+    map.setZoom(zoom);
+}
+
+function SetCent(lat,lon) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+}
+
+function SetZoom(zoom) {
+    if (map == null) return;
+    map.setZoom(zoom);
+}
+
+function ClearMark(lat,lon,title) {
+    for (var i in marks) {
+        marks[i].setMap(null);
+    }
+    marks.length = 0;
+    markh = null;
+}
+
+function AddMark(lat,lon,title,msg) {
+    var pos = new google.maps.LatLng(lat,lon);
+    var opt = {map: map, position: pos, title: title, icon: icon1};
+    var mark = new google.maps.Marker(opt);
+    google.maps.event.addListener(mark,'click',function(event) {
+        if (info) {info.close();}
+        info = new google.maps.InfoWindow({content: msg});
+        info.open(mark.getMap(),mark);
+    });
+    marks.push(mark);
+}
+
+function PosMark(lat,lon,title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setPosition(new google.maps.LatLng(lat,lon));
+            break;
+        }
+    }
+}
+
+function ShowMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(true);
+            break;
+        }
+    }
+}
+
+function HideMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(false);
+            break;
+        }
+    }
+}
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no"; onload="init()">
+    <div id="map" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+</body>
+</html>
diff --git a/app/rtkplot/clean.bat b/app/rtkplot/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtkplot/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtkplot/conndlg.cpp b/app/rtkplot/conndlg.cpp
new file mode 100644
index 0000000..c1023df
--- /dev/null
+++ b/app/rtkplot/conndlg.cpp
@@ -0,0 +1,201 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "cmdoptdlg.h"
+#include "conndlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TConnectDialog *ConnectDialog;
+//---------------------------------------------------------------------------
+__fastcall TConnectDialog::TConnectDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Stream1=Stream2=Format1=Format2=0;
+	CmdEna1[0]=CmdEna1[1]=CmdEna2[0]=CmdEna2[1]=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	int str[]={STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE};
+	for (int i=0;i<6;i++) {
+		if (str[i]==Stream1) SelStream1->ItemIndex=i;
+		if (str[i]==Stream2) SelStream2->ItemIndex=i;
+	}
+	SolFormat1->ItemIndex=Format1;
+	SolFormat2->ItemIndex=Format2;
+	TimeFormS->ItemIndex=TimeForm;
+	DegFormS ->ItemIndex=DegForm;
+	FieldSepS->Text     =FieldSep;
+	TimeOutTimeE->Text=s.sprintf("%d",TimeOutTime);
+	ReConnTimeE ->Text=s.sprintf("%d",ReConnTime);
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::BtnOkClick(TObject *Sender)
+{
+	int str[]={STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE};
+	Stream1=str[SelStream1->ItemIndex];
+	Stream2=str[SelStream2->ItemIndex];
+	Format1=SolFormat1->ItemIndex;
+	Format2=SolFormat2->ItemIndex;
+	TimeForm=TimeFormS->ItemIndex;
+	DegForm =DegFormS ->ItemIndex;
+	FieldSep=FieldSepS->Text;
+	TimeOutTime=TimeOutTimeE->Text.ToInt();
+	ReConnTime =ReConnTimeE ->Text.ToInt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::BtnOpt1Click(TObject *Sender)
+{
+	switch (SelStream1->ItemIndex) {
+		case 1: SerialOpt1(0); break;
+		case 2: TcpOpt1 (1);   break;
+		case 3: TcpOpt1 (0);   break;
+		case 4: TcpOpt1 (3);   break;
+		case 5: FileOpt1(0);   break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::BtnOpt2Click(TObject *Sender)
+{
+	switch (SelStream2->ItemIndex) {
+		case 1: SerialOpt2(0); break;
+		case 2: TcpOpt2 (1);   break;
+		case 3: TcpOpt2 (0);   break;
+		case 4: TcpOpt2 (3);   break;
+		case 5: FileOpt2(0);   break;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::BtnCmd1Click(TObject *Sender)
+{
+	CmdOptDialog->Cmds  [0]=Cmds1  [0];
+	CmdOptDialog->Cmds  [1]=Cmds1  [1];
+	CmdOptDialog->CmdEna[0]=CmdEna1[0];
+	CmdOptDialog->CmdEna[1]=CmdEna1[1];
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	Cmds1  [0]=CmdOptDialog->Cmds  [0];
+	Cmds1  [1]=CmdOptDialog->Cmds  [1];
+	CmdEna1[0]=CmdOptDialog->CmdEna[0];
+	CmdEna1[1]=CmdOptDialog->CmdEna[1];
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::BtnCmd2Click(TObject *Sender)
+{
+	CmdOptDialog->Cmds  [0]=Cmds2  [0];
+	CmdOptDialog->Cmds  [1]=Cmds2  [1];
+	CmdOptDialog->CmdEna[0]=CmdEna2[0];
+	CmdOptDialog->CmdEna[1]=CmdEna2[1];
+	if (CmdOptDialog->ShowModal()!=mrOk) return;
+	Cmds2  [0]=CmdOptDialog->Cmds  [0];
+	Cmds2  [1]=CmdOptDialog->Cmds  [1];
+	CmdEna2[0]=CmdOptDialog->CmdEna[0];
+	CmdEna2[1]=CmdOptDialog->CmdEna[1];
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SelStream1Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SelStream2Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SolFormat1Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SolFormat2Change(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SerialOpt1(int opt)
+{
+	SerialOptDialog->Path=Paths1[0];
+	SerialOptDialog->Opt=opt;
+	if (SerialOptDialog->ShowModal()!=mrOk) return;
+	Paths1[0]=SerialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::SerialOpt2(int opt)
+{
+	SerialOptDialog->Path=Paths2[0];
+	SerialOptDialog->Opt=opt;
+	if (SerialOptDialog->ShowModal()!=mrOk) return;
+	Paths2[0]=SerialOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::TcpOpt1(int opt)
+{
+	TcpOptDialog->Path=Paths1[1];
+	TcpOptDialog->Opt=opt;
+	for (int i=0;i<MAXHIST;i++) TcpOptDialog->History [i]=TcpHistory [i];
+	for (int i=0;i<MAXHIST;i++) TcpOptDialog->MntpHist[i]=TcpMntpHist[i];
+	if (TcpOptDialog->ShowModal()!=mrOk) return;
+	Paths1[1]=TcpOptDialog->Path;
+	for (int i=0;i<MAXHIST;i++) TcpHistory [i]=TcpOptDialog->History [i];
+	for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=TcpOptDialog->MntpHist[i];
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::TcpOpt2(int opt)
+{
+	TcpOptDialog->Path=Paths2[1];
+	TcpOptDialog->Opt=opt;
+	for (int i=0;i<MAXHIST;i++) TcpOptDialog->History [i]=TcpHistory [i];
+	for (int i=0;i<MAXHIST;i++) TcpOptDialog->MntpHist[i]=TcpMntpHist[i];
+	if (TcpOptDialog->ShowModal()!=mrOk) return;
+	Paths2[1]=TcpOptDialog->Path;
+	for (int i=0;i<MAXHIST;i++) TcpHistory [i]=TcpOptDialog->History [i];
+	for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=TcpOptDialog->MntpHist[i];
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::FileOpt1(int opt)
+{
+	FileOptDialog->Path=Paths1[2];
+	FileOptDialog->Opt=opt;
+	if (FileOptDialog->ShowModal()!=mrOk) return;
+	Paths1[2]=FileOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::FileOpt2(int opt)
+{
+	FileOptDialog->Path=Paths2[2];
+	FileOptDialog->Opt=opt;
+	if (FileOptDialog->ShowModal()!=mrOk) return;
+	Paths2[2]=FileOptDialog->Path;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConnectDialog::UpdateEnable(void)
+{
+	BtnOpt1     ->Enabled=SelStream1->ItemIndex>0;
+	BtnOpt2     ->Enabled=SelStream2->ItemIndex>0;
+	BtnCmd1     ->Enabled=SelStream1->ItemIndex==1;
+	BtnCmd2     ->Enabled=SelStream2->ItemIndex==1;
+	SolFormat1  ->Enabled=SelStream1->ItemIndex>0;
+	SolFormat2  ->Enabled=SelStream2->ItemIndex>0;
+	TimeFormS   ->Enabled=SolFormat1->ItemIndex!=3||SolFormat2->ItemIndex!=3;
+	DegFormS    ->Enabled=SolFormat1->ItemIndex==0||SolFormat2->ItemIndex==0;
+	FieldSepS   ->Enabled=SolFormat1->ItemIndex!=3||SolFormat2->ItemIndex!=3;
+	Label5      ->Enabled=SolFormat1->ItemIndex!=3||SolFormat2->ItemIndex!=3;
+	Label6      ->Enabled=SolFormat1->ItemIndex==0||SolFormat2->ItemIndex==0;
+	Label7      ->Enabled=SolFormat1->ItemIndex!=3||SolFormat2->ItemIndex!=3;
+	Label8      ->Enabled=2<=SelStream1->ItemIndex&&SelStream1->ItemIndex<=4||
+						  2<=SelStream2->ItemIndex&&SelStream2->ItemIndex<=4;
+	TimeOutTimeE->Enabled=2<=SelStream1->ItemIndex&&SelStream1->ItemIndex<=4||
+						  2<=SelStream2->ItemIndex&&SelStream2->ItemIndex<=4;
+	ReConnTimeE ->Enabled=2<=SelStream1->ItemIndex&&SelStream1->ItemIndex<=4||
+						  2<=SelStream2->ItemIndex&&SelStream2->ItemIndex<=4;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/conndlg.h b/app/rtkplot/conndlg.h
new file mode 100644
index 0000000..2e89d5a
--- /dev/null
+++ b/app/rtkplot/conndlg.h
@@ -0,0 +1,70 @@
+//---------------------------------------------------------------------------
+#ifndef conndlgH
+#define conndlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+
+#define MAXHIST		10
+
+//---------------------------------------------------------------------------
+class TConnectDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TComboBox *SelStream1;
+	TButton *BtnOpt1;
+	TLabel *Label1;
+	TLabel *Label2;
+	TComboBox *SolFormat1;
+	TButton *BtnCmd1;
+	TLabel *Label3;
+	TLabel *Label4;
+	TComboBox *TimeFormS;
+	TComboBox *DegFormS;
+	TLabel *Label5;
+	TLabel *Label6;
+	TEdit *FieldSepS;
+	TLabel *Label7;
+	TEdit *TimeOutTimeE;
+	TEdit *ReConnTimeE;
+	TLabel *Label8;
+	TComboBox *SelStream2;
+	TButton *BtnOpt2;
+	TButton *BtnCmd2;
+	TComboBox *SolFormat2;
+	TLabel *Label9;
+	TLabel *Label10;
+	void __fastcall BtnOpt1Click(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnCmd1Click(TObject *Sender);
+	void __fastcall SelStream1Change(TObject *Sender);
+	void __fastcall SolFormat1Change(TObject *Sender);
+	void __fastcall BtnOpt2Click(TObject *Sender);
+	void __fastcall BtnCmd2Click(TObject *Sender);
+	void __fastcall SolFormat2Change(TObject *Sender);
+	void __fastcall SelStream2Change(TObject *Sender);
+private:
+	void __fastcall SerialOpt1(int opt);
+	void __fastcall SerialOpt2(int opt);
+	void __fastcall TcpOpt1(int opt);
+	void __fastcall TcpOpt2(int opt);
+	void __fastcall FileOpt1(int opt);
+	void __fastcall FileOpt2(int opt);
+	void __fastcall UpdateEnable(void);
+public:
+	int Stream1,Stream2,Format1,Format2,CmdEna1[2],CmdEna2[2];
+	int TimeForm,DegForm,TimeOutTime,ReConnTime;
+	AnsiString Path,Paths1[4],Paths2[4];
+	AnsiString TcpHistory[MAXHIST],TcpMntpHist[MAXHIST];
+	AnsiString Cmds1[2],Cmds2[2],FieldSep;
+	__fastcall TConnectDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConnectDialog *ConnectDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/fileseldlg.cpp b/app/rtkplot/fileseldlg.cpp
new file mode 100644
index 0000000..f113941
--- /dev/null
+++ b/app/rtkplot/fileseldlg.cpp
@@ -0,0 +1,84 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "plotmain.h"
+#include "fileseldlg.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+TFileSelDialog *FileSelDialog;
+
+//---------------------------------------------------------------------------
+__fastcall TFileSelDialog::TFileSelDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::FormShow(TObject *Sender)
+{
+	DirSel->Directory=Dir;
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::FormResize(TObject *Sender)
+{
+	Panel5->Width=Width-16;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::DriveSelClick(TObject *Sender)
+{
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::DirLabelClick(TObject *Sender)
+{
+	Panel5->Visible=!Panel5->Visible;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::Panel4Click(TObject *Sender)
+{
+	Panel5->Visible=!Panel5->Visible;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::BtnDirSelClick(TObject *Sender)
+{
+	Panel5->Visible=!Panel5->Visible;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::DirSelChange(TObject *Sender)
+{
+	Dir=DirSel->Directory;
+	Panel5->Height=DirSel->Count*DirSel->ItemHeight+8;
+	if (Panel5->Height>312) Panel5->Height=312;
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::FileListClick(TObject *Sender)
+{
+	TStringList *file=new TStringList;
+	file->Add(FileList->FileName);
+	Plot->ReadSol(file,0);
+	delete file;
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::FileListMouseDown(TObject *Sender,
+      TMouseButton Button, TShiftState Shift, int X, int Y)
+{
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::FilterClick(TObject *Sender)
+{
+	Panel5->Visible=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TFileSelDialog::BtnUpdateClick(TObject *Sender)
+{
+	FileList->Update();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/fileseldlg.h b/app/rtkplot/fileseldlg.h
new file mode 100644
index 0000000..742c216
--- /dev/null
+++ b/app/rtkplot/fileseldlg.h
@@ -0,0 +1,51 @@
+//---------------------------------------------------------------------------
+#ifndef fileseldlgH
+#define fileseldlgH
+
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <FileCtrl.hpp>
+#include <ComCtrls.hpp>
+#include <Buttons.hpp>
+
+//---------------------------------------------------------------------------
+class TFileSelDialog : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TDriveComboBox *DriveSel;
+	TPanel *Panel2;
+	TDirectoryListBox *DirSel;
+	TFileListBox *FileList;
+	TPanel *Panel3;
+	TFilterComboBox *Filter;
+	TLabel *DirLabel;
+	TBitBtn *BtnDirSel;
+	TPanel *Panel4;
+	TPanel *Panel5;
+	TSpeedButton *BtnUpdate;
+	void __fastcall FileListClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall DirSelChange(TObject *Sender);
+	void __fastcall BtnDirSelClick(TObject *Sender);
+	void __fastcall FormResize(TObject *Sender);
+	void __fastcall DriveSelClick(TObject *Sender);
+	void __fastcall DirLabelClick(TObject *Sender);
+	void __fastcall FilterClick(TObject *Sender);
+	void __fastcall Panel4Click(TObject *Sender);
+	void __fastcall FileListMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall BtnUpdateClick(TObject *Sender);
+private:
+public:
+	AnsiString Dir;
+	__fastcall TFileSelDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TFileSelDialog *FileSelDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/geview.cpp b/app/rtkplot/geview.cpp
new file mode 100644
index 0000000..d3d9ed8
--- /dev/null
+++ b/app/rtkplot/geview.cpp
@@ -0,0 +1,466 @@
+//---------------------------------------------------------------------------
+// geview.c: google earth view
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+#include <mshtml.h>
+#include "rtklib.h"
+#include "geview.h"
+#include "plotmain.h"
+
+#define RTKPLOT_GE_FILE L"rtkplot_ge.htm"
+
+#define TIMEOUT_GE  5000   // timeout of GE load (ms)
+#define MAXTRACKS   4096   // max number of track poitnts
+
+#define INIT_RANGE  4.322  // initial range (km)
+#define MIN_RANGE   0.01   // min range (km)
+#define MAX_RANGE   20000.0 // max range (km)
+
+#define TILT_ANGLE  70.0   // tilt angle (deg)
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma link "SHDocVw_OCX"
+#pragma resource "*.dfm"
+
+TGoogleEarthView *GoogleEarthView;
+//---------------------------------------------------------------------------
+__fastcall TGoogleEarthView::TGoogleEarthView(TComponent* Owner)
+    : TForm(Owner)
+{
+    State=0;
+    Expand=Rotate=0;
+    Lat=Lon=LatSet=LonSet=0.0;
+    Range=RangeSet=0.0;
+    Heading=HeadingSet=0.0;
+    Clear();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::FormCreate(TObject *Sender)
+{
+    UnicodeString url,exe,dir=L".";
+    wchar_t *p,*q;
+    
+    exe=Application->ExeName; // exe directory
+    p=exe.c_str();
+    if ((q=wcsrchr(p,L'\\'))) {
+        dir=exe.SubString(1,q-p);
+    }
+    url=L"file://"+dir+L"\\"+RTKPLOT_GE_FILE;
+    
+    WebBrowser->Navigate(url.c_str());
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::Timer1Timer(TObject *Sender)
+{
+    IHTMLDocument3 *doc=NULL;
+    IHTMLElement *ele1=NULL,*ele2=NULL;
+    VARIANT var;
+    double lat,lon,range,heading;
+    int state;
+    
+    if (!WebBrowser->Document) return;
+    WebBrowser->Document->QueryInterface(IID_IHTMLDocument3,(void **)&doc);
+    if (!doc) return;
+    doc->getElementById(L"state",&ele1);
+    doc->getElementById(L"view", &ele2);
+    doc->Release();
+    if (!ele1||!ele2) return;
+    
+    VariantInit(&var);
+    if (ele1->getAttribute(L"value",0,&var)!=S_OK||
+        swscanf(var.bstrVal,L"%d",&state)<1||
+        ele2->getAttribute(L"value",0,&var)!=S_OK||
+        swscanf(var.bstrVal,L"%lf,%lf,%lf,%lf",&lat,&lon,&range,&heading)<4) {
+        VariantClear(&var);
+        return;
+    }
+    VariantClear(&var);
+    
+    Lat=lat;
+    Lon=lon;
+    Range=range;
+    Heading=heading;
+    
+    if (!State&&state) {
+        State=state;
+        UpdateOpts();
+        if (LatSet!=0.0||LonSet!=0.0) {
+            SetView(LatSet,LonSet,RangeSet,HeadingSet);
+            Plot->Refresh_GEView();
+        }
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnCloseClick(TObject *Sender)
+{
+    Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnOpt1Click(TObject *Sender)
+{
+    UpdateOpts();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnHeadingClick(TObject *Sender)
+{
+    if (!BtnHeading->Down) SetHeading(0.0);
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnFixCentClick(TObject *Sender)
+{
+    Plot->Refresh_GEView();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnEnaAltClick(TObject *Sender)
+{
+    UpdateOpts();
+    Plot->Refresh_GEView();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnGENormClick(TObject *Sender)
+{
+    ExecFunc("SetTilt(0.0)");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnGETiltClick(TObject *Sender)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("SetTilt(%.1f)",TILT_ANGLE));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnShrinkMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Timer1->Enabled=false;
+    Timer2->Enabled=true;
+    Expand=1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnShrinkMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Expand=0;
+    Timer1->Enabled=true;
+    Timer2->Enabled=false;
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnExpandMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Timer1->Enabled=false;
+    Timer2->Enabled=true;
+    Expand=-1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnExpandMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Expand=0;
+    Timer1->Enabled=true;
+    Timer2->Enabled=false;
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnRotLMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Timer1->Enabled=false;
+    Timer2->Enabled=true;
+    Rotate=1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnRotLMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Rotate=0;
+    Timer1->Enabled=true;
+    Timer2->Enabled=false;
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnRotRMouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Timer1->Enabled=false;
+    Timer2->Enabled=true;
+    Rotate=-1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::BtnRotRMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+    Rotate=0;
+    Timer1->Enabled=true;
+    Timer2->Enabled=false;
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::Timer2Timer(TObject *Sender)
+{
+    if (Expand) {
+        if (Expand>0) Range=MIN(MAX_RANGE,Range*1.05);
+        else          Range=MAX(MIN_RANGE,Range/1.05);
+        SetRange(Range);
+    }
+    if (Rotate) {
+        if (Rotate>0) Heading+=3.0;
+        else          Heading-=3.0;
+        if      (Heading> 180.0) Heading-=360.0;
+        else if (Heading<-180.0) Heading+=360.0;
+        SetHeading(Heading);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::Clear(void)
+{
+    MarkVis[0]=MarkVis[1]=TrackVis[0]=TrackVis[1]=0;
+    MarkPos[0][0]=MarkPos[0][1]=0.0;
+    MarkPos[1][0]=MarkPos[1][1]=0.0;
+    ExecFunc("ClearTrack(1)");
+    ExecFunc("ClearTrack(2)");
+    ExecFunc("SetMark(1,0.0,0.0)");
+    ExecFunc("SetMark(2,0.0,0.0)");
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetView(double lat, double lon, double range,
+    double heading)
+{
+    AnsiString f;
+    if (range<=0.0) range=RangeSet<=0.0?INIT_RANGE:RangeSet;
+    LatSet=lat; LonSet=lon; RangeSet=range; HeadingSet=heading;
+    ExecFunc(f.sprintf("SetView(%.9f,%.9f,%.3f,%.1f)",lat,lon,range,heading));
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetCent(double lat, double lon)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("SetCent(%.9f,%.9f)",lat,lon));
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetRange(double range)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("SetRange(%.3f)",range));
+}
+/// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetHeading(double angle)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("SetHeading(%.2f)",angle));
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetMark(int index, const double *pos)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    MarkPos[index-1][0]=pos[0]*R2D;
+    MarkPos[index-1][1]=pos[1]*R2D;
+    ExecFunc(f.sprintf("SetMark(%d,%.9f,%.9f,%.3f)",index,pos[0]*R2D,
+             pos[1]*R2D,pos[2]));
+    
+    if (BtnFixCent->Down) {
+        SetCent(pos[0]*R2D,pos[1]*R2D);
+    }
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::ShowMark(int index)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    ExecFunc(f.sprintf("ShowMark(%d)",index));
+    MarkVis[index-1]=1;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::HideMark(int index)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    ExecFunc(f.sprintf("HideMark(%d)",index));
+    MarkVis[index-1]=0;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::ClearTrack(int index)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    ExecFunc(f.sprintf("ClearTrack(%d)",index));
+    TrackVis[index-1]=0;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+int __fastcall TGoogleEarthView::UpdateTrack(int index, solbuf_t *sol)
+{
+    AnsiString f;
+    sol_t *data;
+    double prev[3]={0},pos[3];
+    int i,j,intv;
+    
+    if (index<1||2<index||!State||sol->n<=0) return 0;
+    
+    Screen->Cursor=crHourGlass;
+    
+    ClearTrack(index);
+    
+    intv=sol->n/MAXTRACKS+1; // interval to reduce points
+    
+    for (i=0;data=getsol(sol,i);i++) {
+        if (i%intv!=0) continue;
+        ecef2pos(data->rr,pos);
+        if (fabs(pos[0]-prev[0])<1E-8&&fabs(pos[1]-prev[1])<1E-8) continue;
+        prev[0]=pos[0];
+        prev[1]=pos[1];
+        ExecFunc(f.sprintf("AddTrack(%d,%.9f,%.9f)",index,pos[0]*R2D,
+                 pos[1]*R2D));
+    }
+    Screen->Cursor=crDefault;
+    UpdateEnable();
+    return 1;
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::ShowTrack(int index)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    ExecFunc(f.sprintf("ShowTrack(%d)",index));
+    TrackVis[index-1]=1;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::HideTrack(int index)
+{
+    AnsiString f;
+    if (index<1||2<index) return;
+    ExecFunc(f.sprintf("HideTrack(%d)",index));
+    TrackVis[index-1]=0;
+    UpdateEnable();
+}
+// ----------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::UpdatePoint(void)
+{
+    AnsiString f;
+    double pos[3];
+    int i;
+    
+    ExecFunc("ClearPoint()");
+    
+    for (i=0;i<Plot->NWayPnt;i++) {
+        ecef2pos(Plot->PntPos[i],pos);
+        ExecFunc(f.sprintf("AddPoint('%s',%.9f,%.9f,%.2f)",Plot->PntName[i],
+                 pos[0]*R2D,pos[1]*R2D,pos[2]));
+    }
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::ShowPoint(void)
+{
+    ExecFunc("ShowPoint()");
+}
+// --------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::HidePoint(void)
+{
+    ExecFunc("HidePoint()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::SetOpts(const int *opts)
+{
+    TSpeedButton *btn[]={
+        BtnOpt1,BtnOpt2,BtnOpt3,BtnOpt4,BtnOpt5,BtnOpt6,BtnOpt7,BtnOpt8,
+        BtnOpt9,BtnEnaAlt,BtnHeading
+    };
+    for (int i=0;i<11;i++) {
+        btn[i]->Down=opts[i];
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::GetOpts(int *opts)
+{
+    TSpeedButton *btn[]={
+        BtnOpt1,BtnOpt2,BtnOpt3,BtnOpt4,BtnOpt5,BtnOpt6,BtnOpt7,BtnOpt8,
+        BtnOpt9,BtnEnaAlt,BtnHeading
+    };
+    for (int i=0;i<11;i++) {
+        opts[i]=btn[i]->Down;
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::UpdateOpts(void)
+{
+    AnsiString f;
+    int opts[12];
+    
+    GetOpts(opts);
+    ExecFunc(f.sprintf("SetOpts(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)",opts[0],
+             opts[1],opts[2],opts[3],opts[4],opts[5],opts[6],opts[7],opts[8],
+             opts[9]));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::UpdateEnable(void)
+{
+    BtnFixCent->Enabled=MarkVis[0]||MarkVis[1];
+    BtnEnaAlt ->Enabled=MarkVis[0]||MarkVis[1];
+    BtnRotR   ->Enabled=!BtnHeading->Down;
+    BtnRotL   ->Enabled=!BtnHeading->Down;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleEarthView::ExecFunc(AnsiString func)
+{
+    IHTMLWindow2 *win;
+    IHTMLDocument2 *doc=NULL;
+    VARIANT var;
+    HRESULT hr;
+    wchar_t func_w[256]={0};
+    
+    if (State!=1||!WebBrowser->Document) return;
+    WebBrowser->Document->QueryInterface(IID_IHTMLDocument2,(void **)&doc);
+    if (!doc) return;
+    hr=doc->get_parentWindow(&win);
+    doc->Release();
+    if (hr!=S_OK) return;
+    
+    VariantInit(&var);
+    ::MultiByteToWideChar(CP_UTF8,0,func.c_str(),-1,func_w,512);
+    hr=win->execScript(func_w,L"javascript",&var);
+    VariantClear(&var);
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TGoogleEarthView::BtnExpandClick(TObject *Sender)
+{
+    Timer1->Enabled=false;
+    Timer2->Enabled=true;
+    Expand=-1;
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TGoogleEarthView::BtnExpandMouseLeave(TObject *Sender)
+{
+    Expand=0;
+    Timer1->Enabled=true;
+    Timer2->Enabled=false;
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TGoogleEarthView::Panel2Gesture(TObject *Sender, const TGestureEventInfo &EventInfo,
+          bool &Handled)
+{
+	;
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TGoogleEarthView::BtnOptClick(TObject *Sender)
+{
+	Panel8->Visible=!Panel8->Visible;
+}
+//---------------------------------------------------------------------------
+
+
diff --git a/app/rtkplot/geview.h b/app/rtkplot/geview.h
new file mode 100644
index 0000000..de78d30
--- /dev/null
+++ b/app/rtkplot/geview.h
@@ -0,0 +1,114 @@
+//---------------------------------------------------------------------------
+#ifndef geviewH
+#define geviewH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include "SHDocVw_OCX.h"
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.OleCtrls.hpp>
+#include <Vcl.Buttons.hpp>
+//---------------------------------------------------------------------------
+class TGoogleEarthView : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TCppWebBrowser *WebBrowser;
+	TSpeedButton *BtnGENorm;
+	TSpeedButton *BtnGETilt;
+	TSpeedButton *BtnEnaAlt;
+	TSpeedButton *BtnHeading;
+	TPanel *Panel3;
+	TPanel *Panel5;
+	TButton *BtnClose;
+	TSpeedButton *BtnFixCent;
+	TPanel *Panel6;
+	TLabel *Debug;
+	TTimer *Timer1;
+	TSpeedButton *BtnShrink;
+	TSpeedButton *BtnExpand;
+	TTimer *Timer2;
+	TSpeedButton *BtnRotL;
+	TSpeedButton *BtnRotR;
+	TPanel *Panel7;
+	TPanel *Panel8;
+	TSpeedButton *BtnOpt1;
+	TSpeedButton *BtnOpt4;
+	TSpeedButton *BtnOpt2;
+	TSpeedButton *BtnOpt3;
+	TSpeedButton *BtnOpt5;
+	TSpeedButton *BtnOpt6;
+	TSpeedButton *BtnOpt7;
+	TSpeedButton *BtnOpt8;
+	TSpeedButton *BtnOpt9;
+	TSpeedButton *BtnOpt;
+	void __fastcall BtnGENormClick(TObject *Sender);
+	void __fastcall BtnGETiltClick(TObject *Sender);
+	void __fastcall BtnOpt1Click(TObject *Sender);
+	void __fastcall BtnHeadingClick(TObject *Sender);
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall FormCreate(TObject *Sender);
+	void __fastcall Timer1Timer(TObject *Sender);
+	void __fastcall BtnFixCentClick(TObject *Sender);
+	void __fastcall BtnEnaAltClick(TObject *Sender);
+	void __fastcall BtnShrinkMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnShrinkMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnExpandMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnExpandMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall Timer2Timer(TObject *Sender);
+	void __fastcall BtnRotLMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnRotLMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnRotRMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnRotRMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall BtnExpandClick(TObject *Sender);
+	void __fastcall BtnExpandMouseLeave(TObject *Sender);
+	void __fastcall Panel2Gesture(TObject *Sender, const TGestureEventInfo &EventInfo,
+          bool &Handled);
+	void __fastcall BtnOptClick(TObject *Sender);
+
+
+private:
+    int State,Expand,Rotate,MarkVis[2],TrackVis[2];
+    double Lat,Lon,Range,Heading,LatSet,LonSet,RangeSet,HeadingSet;
+    double MarkPos[2][2];
+    
+    void __fastcall UpdateOpts (void);
+    void __fastcall UpdateEnable(void);
+    void __fastcall ExecFunc   (AnsiString func);
+
+public:
+	__fastcall TGoogleEarthView(TComponent* Owner);
+    void __fastcall Init       (void);
+    void __fastcall Clear      (void);
+	void __fastcall SetView    (double lat, double lon, double range, double heading);
+	void __fastcall SetCent    (double lat, double lon);
+	void __fastcall SetRange   (double range);
+    void __fastcall SetHeading (double angle);
+	void __fastcall SetMark    (int index, const double *pos);
+	void __fastcall ShowMark   (int index);
+	void __fastcall HideMark   (int index);
+	void __fastcall ClearTrack (int index);
+	int  __fastcall UpdateTrack(int index, solbuf_t *sol);
+	void __fastcall ShowTrack  (int index);
+	void __fastcall HideTrack  (int index);
+	void __fastcall UpdatePoint(void);
+	void __fastcall ShowPoint  (void);
+	void __fastcall HidePoint  (void);
+    void __fastcall SetOpts    (const int *opts);
+    void __fastcall GetOpts    (int *opts);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TGoogleEarthView *GoogleEarthView;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/gmview.cpp b/app/rtkplot/gmview.cpp
new file mode 100644
index 0000000..feadd01
--- /dev/null
+++ b/app/rtkplot/gmview.cpp
@@ -0,0 +1,194 @@
+//---------------------------------------------------------------------------
+// gmview.c: google map view
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+#include <mshtml.h>
+#include "rtklib.h"
+#include "gmview.h"
+
+#define RTKLIB_GM_FILE L"rtkplot_gm.htm"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma link "SHDocVw_OCX"
+#pragma resource "*.dfm"
+
+TGoogleMapView *GoogleMapView;
+//---------------------------------------------------------------------------
+__fastcall TGoogleMapView::TGoogleMapView(TComponent* Owner)
+    : TForm(Owner)
+{
+	State=0;
+	Lat=Lon=0.0;
+	Zoom=2;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::FormCreate(TObject *Sender)
+{
+    UnicodeString url,exe,dir=L".";
+    wchar_t *p,*q;
+    
+    exe=Application->ExeName; // exe directory
+    p=exe.c_str();
+    if ((q=wcsrchr(p,L'\\'))) {
+        dir=exe.SubString(1,q-p);
+    }
+    url=L"file://"+dir+L"\\"+RTKLIB_GM_FILE;
+    
+    WebBrowser->Navigate(url.c_str());
+    
+    Timer1->Enabled=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::BtnCloseClick(TObject *Sender)
+{
+    Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::Timer1Timer(TObject *Sender)
+{
+	if (!GetState()) return;
+	
+	SetView(Lat,Lon,Zoom);
+	
+	AddMark(0.0,0.0,"SOL1","SOLUTION 1");
+	AddMark(0.0,0.0,"SOL2","SOLUTION 2");
+	HideMark(1);
+	HideMark(2);
+	for (int i=0;i<2;i++) MarkPos[i][0]=MarkPos[i][1]=0.0;
+	Timer1->Enabled=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::SetView(double lat, double lon, int zoom)
+{
+    AnsiString f;
+	Lat=lat; Lon=lon; Zoom=zoom;
+    ExecFunc(f.sprintf("SetView(%.9f,%.9f,%d)",lat,lon,zoom));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::SetCent(double lat, double lon)
+{
+    AnsiString f;
+	Lat=lat; Lon=lon;
+    ExecFunc(f.sprintf("SetCent(%.9f,%.9f)",lat,lon));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::SetZoom(int zoom)
+{
+    AnsiString f;
+    if (zoom<2||zoom>21) return;
+	Zoom=zoom;
+    ExecFunc(f.sprintf("SetZoom(%d)",zoom));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ClearMark(void)
+{
+    ExecFunc("ClearMark()");
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::AddMark(double lat, double lon,
+    AnsiString title, AnsiString msg)
+{
+    AnsiString f;
+    ExecFunc(f.sprintf("AddMark(%.9f,%.9f,\"%s\",\"%s\")",lat,lon,title,msg));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::SetMark(int index, const double *pos)
+{
+    AnsiString f,title;
+    title.sprintf("SOL%d",index);
+    ExecFunc(f.sprintf("PosMark(%.9f,%.9f,\"%s\")",pos[0]*R2D,pos[1]*R2D,title));
+	
+    if (BtnFixCent->Down) {
+		SetCent(pos[0]*R2D,pos[1]*R2D);
+    }
+	MarkPos[index-1][0]=pos[0]*R2D;
+	MarkPos[index-1][1]=pos[1]*R2D;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ShowMark(int index)
+{
+    AnsiString f,title;
+    title.sprintf("SOL%d",index);
+    ExecFunc(f.sprintf("ShowMark(\"%s\")",title));
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::HideMark(int index)
+{
+    AnsiString f,title;
+    title.sprintf("SOL%d",index);
+    ExecFunc(f.sprintf("HideMark(\"%s\")",title));
+}
+//---------------------------------------------------------------------------
+int __fastcall TGoogleMapView::GetState(void)
+{
+	IHTMLDocument3 *doc=NULL;
+	IHTMLElement *ele1=NULL;
+	VARIANT var;
+	int state;
+	
+	if (!WebBrowser->Document) return 0;
+	WebBrowser->Document->QueryInterface(IID_IHTMLDocument3,(void **)&doc);
+	if (!doc) return 0;
+	doc->getElementById(L"state",&ele1);
+	doc->Release();
+	if (!ele1) return 0;
+	
+	VariantInit(&var);
+	if (ele1->getAttribute(L"value",0,&var)!=S_OK) {
+		VariantClear(&var);
+		return 0;
+	}
+	swscanf(var.bstrVal,L"%d",&state);
+	VariantClear(&var);
+	return state;
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::ExecFunc(AnsiString func)
+{
+    IHTMLWindow2 *win;
+    IHTMLDocument2 *doc=NULL;
+    VARIANT var;
+    HRESULT hr;
+    wchar_t func_w[1024]={0};
+    
+    if (!WebBrowser->Document) return;
+    WebBrowser->Document->QueryInterface(IID_IHTMLDocument2,(void **)&doc);
+    if (!doc) return;
+    hr=doc->get_parentWindow(&win);
+    doc->Release();
+    if (hr!=S_OK) return;
+    
+    VariantInit(&var);
+    ::MultiByteToWideChar(CP_UTF8,0,func.c_str(),-1,func_w,512); 
+    hr=win->execScript(func_w,L"javascript",&var);
+    VariantClear(&var);
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::BtnShrinkClick(TObject *Sender)
+{
+	SetZoom(Zoom-1);
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TGoogleMapView::BtnExpandClick(TObject *Sender)
+{
+	SetZoom(Zoom+1);
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::BtnFixCentClick(TObject *Sender)
+{
+	if (BtnFixCent->Down&&MarkPos[0][0]!=0.0&&MarkPos[0][1]!=0.0) {
+		SetCent(MarkPos[0][0],MarkPos[0][1]);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TGoogleMapView::FormResize(TObject *Sender)
+{
+	if (BtnFixCent->Down&&MarkPos[0][0]!=0.0&&MarkPos[0][1]!=0.0) {
+		SetCent(MarkPos[0][0],MarkPos[0][1]);
+	}
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/gmview.h b/app/rtkplot/gmview.h
new file mode 100644
index 0000000..fe5b1c5
--- /dev/null
+++ b/app/rtkplot/gmview.h
@@ -0,0 +1,57 @@
+//---------------------------------------------------------------------------
+#ifndef gmviewH
+#define gmviewH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include "SHDocVw_OCX.h"
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.OleCtrls.hpp>
+#include <Vcl.Buttons.hpp>
+//---------------------------------------------------------------------------
+class TGoogleMapView : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TCppWebBrowser *WebBrowser;
+	TPanel *Panel5;
+	TButton *BtnClose;
+	TTimer *Timer1;
+	TSpeedButton *BtnFixCent;
+	TSpeedButton *BtnExpand;
+	TSpeedButton *BtnShrink;
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall FormCreate(TObject *Sender);
+	void __fastcall Timer1Timer(TObject *Sender);
+	void __fastcall BtnShrinkClick(TObject *Sender);
+	void __fastcall BtnExpandClick(TObject *Sender);
+	void __fastcall BtnFixCentClick(TObject *Sender);
+	void __fastcall FormResize(TObject *Sender);
+
+
+private:
+	int State;
+	double Lat,Lon,Zoom;
+	double MarkPos[2][2];
+	
+    void __fastcall ExecFunc(AnsiString func);
+
+public:
+	__fastcall TGoogleMapView(TComponent* Owner);
+    int  __fastcall GetState(void);
+    void __fastcall SetView(double lat, double lon, int zoom);
+    void __fastcall SetCent(double lat, double lon);
+    void __fastcall SetZoom(int zoom);
+    void __fastcall ClearMark(void);
+    void __fastcall AddMark(double lat, double lon, AnsiString title, AnsiString msg);
+    void __fastcall SetMark(int index, const double *pos);
+    void __fastcall ShowMark(int index);
+    void __fastcall HideMark(int index);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TGoogleMapView *GoogleMapView;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/install.bat b/app/rtkplot/install.bat
new file mode 100644
index 0000000..20409dd
--- /dev/null
+++ b/app/rtkplot/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtkplot.exe ..\..\bin
diff --git a/app/rtkplot/mapdlg.cpp b/app/rtkplot/mapdlg.cpp
new file mode 100644
index 0000000..c23341f
--- /dev/null
+++ b/app/rtkplot/mapdlg.cpp
@@ -0,0 +1,151 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#include "rtklib.h"
+#pragma hdrstop
+
+#include "plotmain.h"
+#include "mapdlg.h"
+#include "confdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMapAreaDialog *MapAreaDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TMapAreaDialog::TMapAreaDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::FormShow(TObject *Sender)
+{
+	UpdateField();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::BtnSaveClick(TObject *Sender)
+{
+	FILE *fp;
+	AnsiString file=Plot->MapImageFile;
+	if (file=="") return;
+	file=file+".tag";
+	if ((fp=fopen(file.c_str(),"r"))) {
+		fclose(fp);
+		ConfDialog->Label1->Caption="File exists. Overwrite it?";
+		ConfDialog->Label2->Caption=file;
+		if (ConfDialog->ShowModal()!=mrOk) return;
+	}
+	if (!(fp=fopen(file.c_str(),"w"))) return;
+	fprintf(fp,"%% map image tag file: rtkplot %s %s\n\n",VER_RTKLIB,PATCH_LEVEL);
+	fprintf(fp,"scalex  = %.6g\n",Plot->MapScaleX );
+	fprintf(fp,"scaley  = %.6g\n",Plot->MapScaleEq?Plot->MapScaleX:Plot->MapScaleY);
+	fprintf(fp,"scaleeq = %d\n"  ,Plot->MapScaleEq);
+	fprintf(fp,"lat     = %.9g\n",Plot->MapLat    );
+	fprintf(fp,"lon     = %.9g\n",Plot->MapLon    );
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::BtnCenterClick(TObject *Sender)
+{
+	AnsiString s;
+	double rr[3],pos[3];
+	if (!Plot->GetCenterPos(rr)) return;
+	ecef2pos(rr,pos);
+	Lat->Text=s.sprintf("%.7f",pos[0]*R2D);
+	Lon->Text=s.sprintf("%.7f",pos[1]*R2D);
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::BtnUpdateClick(TObject *Sender)
+{
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::ScaleEqClick(TObject *Sender)
+{
+	UpdateMap();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::ScaleXUpDownChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double scale=str2dbl(ScaleX->Text);
+	if (Direction==updUp) scale+=0.0005; else scale-=0.0005;
+	ScaleX->Text=s.sprintf("%.5f",scale);
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::ScaleYUpDownChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double scale=str2dbl(ScaleY->Text);
+	if (Direction==updUp) scale+=0.0005; else scale-=0.0005;
+	ScaleY->Text=s.sprintf("%.5f",scale);
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::LatUpDownChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double lat=str2dbl(Lat->Text);
+	if (Direction==updUp) lat+=0.000005; else lat-=0.000005;
+	Lat->Text=s.sprintf("%.7f",lat);
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::LonUpDownChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double lon=str2dbl(Lon->Text);
+	if (Direction==updUp) lon+=0.000005; else lon-=0.000005;
+	Lon->Text=s.sprintf("%.7f",lon);
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::UpdateField(void)
+{
+	AnsiString s;
+	Caption=Plot->MapImageFile;
+	MapSize1->Text=s.sprintf("%d",Plot->MapSize[0]);
+	MapSize2->Text=s.sprintf("%d",Plot->MapSize[1]);
+	ScaleX->Text=s.sprintf("%.5f",Plot->MapScaleX);
+	ScaleY->Text=s.sprintf("%.5f",Plot->MapScaleY);
+	Lat->Text=s.sprintf("%.7f",Plot->MapLat);
+	Lon->Text=s.sprintf("%.7f",Plot->MapLon);
+	ScaleEq->Checked=Plot->MapScaleEq;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::UpdateMap(void)
+{
+	Plot->MapScaleX=str2dbl(ScaleX->Text);
+	Plot->MapScaleY=str2dbl(ScaleY->Text);
+	Plot->MapLat=str2dbl(Lat->Text);
+	Plot->MapLon=str2dbl(Lon->Text);
+	Plot->MapScaleEq=ScaleEq->Checked;
+	Plot->UpdatePlot();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMapAreaDialog::UpdateEnable(void)
+{
+	ScaleY      ->Enabled=!ScaleEq->Checked;
+	ScaleYUpDown->Enabled=!ScaleEq->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/mapdlg.h b/app/rtkplot/mapdlg.h
new file mode 100644
index 0000000..d73a8a4
--- /dev/null
+++ b/app/rtkplot/mapdlg.h
@@ -0,0 +1,63 @@
+//---------------------------------------------------------------------------
+#ifndef mapdlgH
+#define mapdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ComCtrls.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+//---------------------------------------------------------------------------
+class TMapAreaDialog : public TForm
+{
+__published:
+	TButton *BtnClose;
+	TButton *BtnCenter;
+	TButton *BtnSave;
+	TButton *BtnUpdate;
+	TPanel *Panel1;
+	TLabel *Label1;
+	TEdit *MapSize1;
+	TEdit *MapSize2;
+	TPanel *Panel2;
+	TEdit *ScaleX;
+	TUpDown *ScaleXUpDown;
+	TEdit *ScaleY;
+	TUpDown *ScaleYUpDown;
+	TEdit *Lat;
+	TUpDown *LatUpDown;
+	TEdit *Lon;
+	TUpDown *LonUpDown;
+	TLabel *Label5;
+	TLabel *Label6;
+	TCheckBox *ScaleEq;
+	TLabel *Label2;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall ScaleXUpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall LatUpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall LonUpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnUpdateClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+	void __fastcall ScaleYUpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall BtnCenterClick(TObject *Sender);
+	void __fastcall ScaleEqClick(TObject *Sender);
+private:
+	void __fastcall UpdateMap(void);
+	void __fastcall UpdatePlot(void);
+	void __fastcall UpdateEnable(void);
+	
+public:
+	__fastcall TMapAreaDialog(TComponent* Owner);
+	void __fastcall UpdateField(void);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMapAreaDialog *MapAreaDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/plotcmn.cpp b/app/rtkplot/plotcmn.cpp
new file mode 100644
index 0000000..1a5855b
--- /dev/null
+++ b/app/rtkplot/plotcmn.cpp
@@ -0,0 +1,564 @@
+//---------------------------------------------------------------------------
+// plotcmn.c: rtkplot common functions
+//---------------------------------------------------------------------------
+#include "rtklib.h"
+#include "plotmain.h"
+
+//---------------------------------------------------------------------------
+extern "C" {
+int showmsg(char *format,...) {return 0;}
+}
+//---------------------------------------------------------------------------
+const char *PTypes[]={
+    "Gnd Trk","Position","Velocity","Accel","NSat","Residuals",
+    "Sat Vis","Skyplot","DOP/NSat","SNR/MP/EL","SNR/MP-EL","MP-Skyplot",""
+};
+// show message in status-bar -----------------------------------------------
+void __fastcall TPlot::ShowMsg(AnsiString msg)
+{
+    Message1->Caption=A2U(msg);
+    Panel21->Repaint();
+}
+// execute command ----------------------------------------------------------
+int __fastcall TPlot::ExecCmd(AnsiString cmd)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    
+    if (!CreateProcess(NULL,p,NULL,NULL,false,CREATE_NO_WINDOW,NULL,NULL,&si,
+                       &info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+// get time span and time interval ------------------------------------------
+void __fastcall TPlot::TimeSpan(gtime_t *ts, gtime_t *te, double *tint)
+{
+    gtime_t t0={0};
+    
+    trace(3,"TimeSpan\n");
+    
+    *ts=*te=t0; *tint=0.0;
+    if (TimeEna[0]) *ts=TimeStart;
+    if (TimeEna[1]) *te=TimeEnd;
+    if (TimeEna[2]) *tint=TimeInt;
+}
+// get position regarding time ----------------------------------------------
+double __fastcall TPlot::TimePos(gtime_t time)
+{
+    double tow;
+    int week;
+    
+    if (TimeLabel<=1) { // www/ssss or gpst
+        tow=time2gpst(time,&week);
+    }
+    else if (TimeLabel==2) { // utc
+        tow=time2gpst(gpst2utc(time),&week);
+    }
+    else { // jst
+        tow=time2gpst(timeadd(gpst2utc(time),9*3600.0),&week);
+    }
+    return tow+(week-Week)*86400.0*7;
+}
+// show legand in status-bar ------------------------------------------------
+void __fastcall TPlot::ShowLegend(AnsiString *msgs)
+{
+    TLabel *ql[]={QL1,QL2,QL3,QL4,QL5,QL6,QL7};
+    int i,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"ShowLegend\n");
+    
+    for (i=0;i<7;i++) {
+        if (!msgs||msgs[i]=="") {
+            ql[i]->Caption=" "; ql[i]->Width=1;
+        }
+        else {
+            ql[i]->Caption=A2U(msgs[i]);
+            ql[i]->Font->Color=MColor[sel][i+1];
+        }
+    }
+}
+// get current cursor position ----------------------------------------------
+int __fastcall TPlot::GetCurrentPos(double *rr)
+{
+    sol_t *data;
+    int i,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"GetCurrentPos\n");
+    
+    if (PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP) return 0;
+    if (!(data=getsol(SolData+sel,SolIndex[sel]))) return 0;
+    if (data->type) return 0;
+    for (i=0;i<3;i++) rr[i]=data->rr[i];
+    return 1;
+}
+// get center position of plot ----------------------------------------------
+int __fastcall TPlot::GetCenterPos(double *rr)
+{
+    double xc,yc,pos[3],enu[3]={0},dr[3];
+    int i;
+    
+    trace(3,"GetCenterPos\n");
+    
+    if (PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP&&PlotType!=PLOT_TRK) return 0;
+    if (norm(OPos,3)<=0.0) return 0;
+    GraphT->GetCent(xc,yc);
+    ecef2pos(OPos,pos);
+    enu[0]=xc;
+    enu[1]=yc;
+    enu2ecef(pos,enu,dr);
+    for (int i=0;i<3;i++) rr[i]=OPos[i]+dr[i];
+    return 1;
+}
+// get position, velocity or accel from solutions ---------------------------
+TIMEPOS * __fastcall TPlot::SolToPos(solbuf_t *sol, int index, int qflag, int type)
+{
+    TIMEPOS *pos,*vel,*acc;
+    gtime_t ts={0};
+    sol_t *data;
+    double tint,xyz[3],xyzs[4];
+    int i;
+    
+    trace(3,"SolToPos: n=%d\n",sol->n);
+    
+    pos=new TIMEPOS(index<0?sol->n:3,1);
+    
+    if (index>=0) {
+        if (type==1&&index>sol->n-2) index=sol->n-2;
+        if (type==2&&index>sol->n-3) index=sol->n-3;
+    }
+    for (i=index<0?0:index;data=getsol(sol,i);i++) {
+        
+        tint=TimeEna[2]?TimeInt:0.0;
+        
+        if (index<0&&!screent(data->time,ts,ts,tint)) continue;
+        if (qflag&&data->stat!=qflag) continue;
+        
+        PosToXyz(data->time,data->rr,data->type,xyz);
+        CovToXyz(data->rr,data->qr,data->type,xyzs);
+        
+        pos->t  [pos->n]=data->time;
+        pos->x  [pos->n]=xyz [0];
+        pos->y  [pos->n]=xyz [1];
+        pos->z  [pos->n]=xyz [2];
+        pos->xs [pos->n]=xyzs[0]; // var x^2
+        pos->ys [pos->n]=xyzs[1]; // var y^2
+        pos->zs [pos->n]=xyzs[2]; // var z^2
+        pos->xys[pos->n]=xyzs[3]; // cov xy
+        pos->q  [pos->n]=data->stat;
+        pos->n++;
+        
+        if (index>=0&&pos->n>=3) break;
+    }
+    if (type!=1&&type!=2) return pos; // position
+    
+    vel=pos->tdiff();
+    delete pos;
+    if (type==1) return vel; // velocity
+    
+    acc=vel->tdiff();
+    delete vel;
+    return acc; // acceleration
+}
+// get number of satellites, age and ratio from solutions -------------------
+TIMEPOS * __fastcall TPlot::SolToNsat(solbuf_t *sol, int index, int qflag)
+{
+    TIMEPOS *ns;
+    sol_t *data;
+    int i;
+    
+    trace(3,"SolToNsat: n=%d\n",sol->n);
+    
+    ns=new TIMEPOS(index<0?sol->n:3,1);
+    
+    for (i=index<0?0:index;data=getsol(sol,i);i++) {
+        
+        if (qflag&&data->stat!=qflag) continue;
+        
+        ns->t[ns->n]=data->time;
+        ns->x[ns->n]=data->ns;
+        ns->y[ns->n]=data->age;
+        ns->z[ns->n]=data->ratio;
+        ns->q[ns->n]=data->stat;
+        ns->n++;
+        
+        if (index>=0&&i>=2) break;
+    }
+    return ns;
+}
+// transform solution to xyz-terms ------------------------------------------
+void __fastcall TPlot::PosToXyz(gtime_t time, const double *rr, int type,
+                                double *xyz)
+{
+    double opos[3],pos[3],r[3],enu[3];
+    int i;
+    
+    trace(4,"SolToXyz:\n");
+    
+    if (type==0) { // xyz
+        for (i=0;i<3;i++) {
+            opos[i]=OPos[i];
+            if (time.time==0.0||OEpoch.time==0.0) continue;
+            opos[i]+=OVel[i]*timediff(time,OEpoch);
+        }
+        for (i=0;i<3;i++) r[i]=rr[i]-opos[i];
+        ecef2pos(opos,pos);
+        ecef2enu(pos,r,enu);
+        xyz[0]=enu[0];
+        xyz[1]=enu[1];
+        xyz[2]=enu[2];
+    }
+    else { // enu
+        xyz[0]=rr[0];
+        xyz[1]=rr[1];
+        xyz[2]=rr[2];
+    }
+}
+// transform covariance to xyz-terms ----------------------------------------
+void __fastcall TPlot::CovToXyz(const double *rr, const float *qr, int type,
+                                double *xyzs)
+{
+    double pos[3],P[9],Q[9];
+    
+    trace(4,"CovToXyz:\n");
+    
+    if (type==0) { // xyz
+        ecef2pos(rr,pos);
+        P[0]=qr[0];
+        P[4]=qr[1];
+        P[8]=qr[2];
+        P[1]=P[3]=qr[3];
+        P[5]=P[7]=qr[4];
+        P[2]=P[6]=qr[5];
+        covenu(pos,P,Q);
+        xyzs[0]=Q[0];
+        xyzs[1]=Q[4];
+        xyzs[2]=Q[8];
+        xyzs[3]=Q[1];
+    }
+    else { // enu
+        xyzs[0]=qr[0];
+        xyzs[1]=qr[1];
+        xyzs[2]=qr[2];
+        xyzs[3]=qr[3];
+    }
+}
+// computes solution statistics ---------------------------------------------
+void __fastcall TPlot::CalcStats(const double *x, int n,
+    double ref, double &ave, double &std, double &rms)
+{
+    double sum=0.0,sumsq=0.0;
+    int i;
+    
+    trace(3,"CalcStats: n=%d\n",n);
+    
+    if (n<=0) {
+        ave=std=rms=0.0;
+        return;
+    }
+    ave=std=rms=0.0;
+    
+    for (i=0;i<n;i++) {
+        sum  +=x[i];
+        sumsq+=x[i]*x[i];
+    }
+    ave=sum/n;
+    std=n>1?SQRT((sumsq-2.0*sum*ave+ave*ave*n)/(n-1)):0.0;
+    rms=SQRT((sumsq-2.0*sum*ref+ref*ref*n)/n);
+}
+// get system color ---------------------------------------------------------
+TColor __fastcall TPlot::SysColor(int sat)
+{
+    switch (satsys(sat,NULL)) {
+        case SYS_GPS: return MColor[0][1];
+        case SYS_GLO: return MColor[0][2];
+        case SYS_GAL: return MColor[0][3];
+        case SYS_QZS: return MColor[0][4];
+        case SYS_CMP: return MColor[0][5];
+        case SYS_SBS: return MColor[0][6];
+    }
+    return MColor[0][0];
+}
+// get observation data color -----------------------------------------------
+TColor __fastcall TPlot::ObsColor(const obsd_t *obs, double az, double el)
+{
+    TColor color=clBlack;
+    AnsiString ObsType_Text;
+    char *code="";
+    int i;
+    
+    trace(4,"ObsColor\n");
+    
+    if (!SatSel[obs->sat-1]) return clBlack;
+    
+    if (PlotType==PLOT_SNR||PlotType==PLOT_SNRE) {
+        ObsType_Text=ObsType2->Text;
+        code=ObsType_Text.c_str()+1;
+    }
+    else if (ObsType->ItemIndex) {
+        ObsType_Text=ObsType->Text;
+        code=ObsType_Text.c_str()+1;
+    }
+    if (SimObs) {
+        color=SysColor(obs->sat);
+    }
+    else if (*code) {
+        for (i=0;i<NFREQ+NEXOBS;i++) {
+            if (!strstr(code2obs(obs->code[i],NULL),code)) continue;
+            color=SnrColor(obs->SNR[i]*0.25);
+            break;
+        }
+        if (i>=NFREQ+NEXOBS) return clBlack;
+    }
+    else {
+        if      (obs->L[0]!=0.0&&obs->L[1]!=0.0&&obs->L[2]) color=MColor[0][4];
+        else if (obs->L[0]!=0.0&&obs->L[1]!=0.0) color=MColor[0][1];
+        else if (obs->L[0]!=0.0&&obs->L[2]!=0.0) color=MColor[0][5];
+        else if (obs->L[0]!=0.0) color=MColor[0][2];
+        else if (obs->P[1]!=0.0) color=MColor[0][3];
+        else if (obs->P[2]!=0.0) color=MColor[0][6];
+        else return clBlack;
+    }
+    if (el<ElMask*D2R||(ElMaskP&&el<ElMaskData[(int)(az*R2D+0.5)])) {
+        return HideLowSat?clBlack:MColor[0][0];
+    }
+    return color;
+}
+// get observation data color -----------------------------------------------
+TColor __fastcall TPlot::SnrColor(double snr)
+{
+    unsigned int c1,c2,r1,r2,g1,g2,b1,b2;
+    double a;
+    int i;
+    
+    if (snr<25.0) return MColor[0][7];
+    if (snr<27.5) return MColor[0][5];
+    if (snr>47.5) return MColor[0][1];
+    a=(snr-27.5)/5.0;
+    i=(int)a; a-=i;
+    c1=(unsigned int)MColor[0][4-i];
+    c2=(unsigned int)MColor[0][5-i];
+    r1=c1&0xFF; g1=(c1>>8)&0xFF; b1=(c1>>16)&0xFF;
+    r2=c2&0xFF; g2=(c2>>8)&0xFF; b2=(c2>>16)&0xFF;
+    r1=(unsigned int)(a*r1+(1.0-a)*r2)&0xFF;
+    g1=(unsigned int)(a*g1+(1.0-a)*g2)&0xFF;
+    b1=(unsigned int)(a*b1+(1.0-a)*b2)&0xFF;
+    
+    return (TColor)((b1<<16)+(g1<<8)+r1);
+}
+// get mp color -------------------------------------------------------------
+TColor __fastcall TPlot::MpColor(double mp)
+{
+    TColor colors[5];
+    unsigned int c1,c2,r1,r2,g1,g2,b1,b2;
+    double a;
+    int i;
+    
+    colors[4]=MColor[0][5]; /*      mp> 0.6 */
+    colors[3]=MColor[0][4]; /*  0.6>mp> 0.2 */
+    colors[2]=MColor[0][3]; /*  0.2>mp>-0.2 */
+    colors[1]=MColor[0][2]; /* -0.2>mp>-0.6 */
+    colors[0]=MColor[0][1]; /* -0.6>mp      */
+     
+    if (mp>= 0.6) return colors[4];
+    if (mp<=-0.6) return colors[0];
+    a=mp/0.4+0.6;
+    i=(int)a; a-=i;
+    c1=(unsigned int)colors[i  ];
+    c2=(unsigned int)colors[i+1];
+    r1=c1&0xFF; g1=(c1>>8)&0xFF; b1=(c1>>16)&0xFF;
+    r2=c2&0xFF; g2=(c2>>8)&0xFF; b2=(c2>>16)&0xFF;
+    r1=(unsigned int)(a*r1+(1.0-a)*r2)&0xFF;
+    g1=(unsigned int)(a*g1+(1.0-a)*g2)&0xFF;
+    b1=(unsigned int)(a*b1+(1.0-a)*b2)&0xFF;
+    
+    return (TColor)((b1<<16)+(g1<<8)+r1);
+}
+// search solution by xy-position in plot -----------------------------------
+int __fastcall TPlot::SearchPos(int x, int y)
+{
+    sol_t *data;
+    TPoint p(x,y);
+    double xp,yp,xs,ys,r,xyz[3];
+    int i,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"SearchPos: x=%d y=%d\n",x,y);
+    
+    if (!BtnShowTrack->Down||(!BtnSol1->Down&&!BtnSol2->Down)) return -1;
+    
+    GraphT->ToPos(p,xp,yp);
+    GraphT->GetScale(xs,ys);
+    r=(MarkSize/2+2)*xs;
+    
+    for (i=0;data=getsol(SolData+sel,i);i++) {
+        if (QFlag->ItemIndex&&data->stat!=QFlag->ItemIndex) continue;
+        
+        PosToXyz(data->time,data->rr,data->type,xyz);
+        
+        if (SQR(xp-xyz[0])+SQR(yp-xyz[1])<=SQR(r)) return i;
+    }
+    return -1;
+}
+// generate time-string -----------------------------------------------------
+void __fastcall TPlot::TimeStr(gtime_t time, int n, int tsys, char *str)
+{
+    struct tm *t;
+    char tstr[64],*label="";
+    double tow;
+    int week;
+    
+    if (TimeLabel==0) { // www/ssss
+        tow=time2gpst(time,&week);
+        sprintf(tstr,"%4d/%*.*fs",week,(n>0?6:5)+n,n,tow);
+    }
+    else if (TimeLabel==1) { // gpst
+        time2str(time,tstr,n);
+        label=" GPST";
+    }
+    else if (TimeLabel==2) { // utc
+        time2str(gpst2utc(time),tstr,n);
+        label=" UTC";
+    }
+    else { // lt
+        time=gpst2utc(time);
+        if (!(t=localtime(&time.time))) strcpy(tstr,"2000/01/01 00:00:00.0");
+        else sprintf(tstr,"%04d/%02d/%02d %02d:%02d:%02d.%0*d",t->tm_year+1900,
+                     t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec,
+                     n,(int)(time.sec*pow(10.0,n)));
+        label=" LT";
+    }
+    sprintf(str,"%s%s",tstr,label);
+}
+// latitude/longitude/height string -----------------------------------------
+AnsiString __fastcall TPlot::LatLonStr(const double *pos, int ndec)
+{
+    AnsiString s;
+    double dms1[3],dms2[3];
+    
+    if (LatLonFmt==0) {
+        s.sprintf("%*.*f" CHARDEG " %*.*f" CHARDEG,ndec+4,ndec,pos[0]*R2D,
+                  ndec+5,ndec,pos[1]*R2D);
+    }
+    else {
+        deg2dms(pos[0]*R2D,dms1);
+        deg2dms(pos[1]*R2D,dms2);
+        s.sprintf("%3.0f" CHARDEG "%02.0f'%0*.*f\" %4.0f" CHARDEG "%02.0f'%0*.*f\"",
+                  dms1[0],dms1[1],ndec-2,ndec-5,dms1[2],dms2[0],dms2[1],
+                  ndec-2,ndec-5,dms2[2]);
+    }
+    return s;
+}
+// convert unicode to ansistring --------------------------------------------
+AnsiString __fastcall TPlot::U2A(UnicodeString str)
+{
+    AnsiString a_str(str);
+    return a_str;
+}
+// convert ansi to unicodestring --------------------------------------------
+UnicodeString __fastcall TPlot::A2U(AnsiString str)
+{
+    wchar_t buff[256]={0};
+    ::MultiByteToWideChar(CP_UTF8,0,str.c_str(),-1,buff,512);
+    UnicodeString u_str(buff);
+    return u_str;
+}
+//---------------------------------------------------------------------------
+// time-taged xyz-position class implementation
+//---------------------------------------------------------------------------
+
+// constructor --------------------------------------------------------------
+TIMEPOS::TIMEPOS(int nmax, int sflg)
+{
+    nmax_=nmax;
+    n=0;
+    t=new gtime_t[nmax];
+    x=new double [nmax];
+    y=new double [nmax];
+    z=new double [nmax];
+    if (sflg) {
+        xs =new double [nmax];
+        ys =new double [nmax];
+        zs =new double [nmax];
+        xys=new double [nmax];
+    }
+    else xs=ys=zs=xys=NULL;
+    q=new int [nmax];
+}
+// destructor ---------------------------------------------------------------
+TIMEPOS::~TIMEPOS()
+{
+    delete [] t;
+    delete [] x;
+    delete [] y;
+    delete [] z;
+    if (xs) {
+        delete [] xs;
+        delete [] ys;
+        delete [] zs;
+        delete [] xys;
+    }
+    delete [] q;
+}
+// xyz-position difference from previous ------------------------------------
+TIMEPOS * TIMEPOS::tdiff(void)
+{
+    TIMEPOS *pos=new TIMEPOS(n,1);
+    double tt;
+    int i;
+    
+    for (i=0;i<n-1;i++) {
+        
+        tt=timediff(t[i+1],t[i]);
+        
+        if (tt==0.0||fabs(tt)>MAXTDIFF) continue;
+        
+        pos->t[pos->n]=timeadd(t[i],tt/2.0);
+        pos->x[pos->n]=(x[i+1]-x[i])/tt;
+        pos->y[pos->n]=(y[i+1]-y[i])/tt;
+        pos->z[pos->n]=(z[i+1]-z[i])/tt;
+        if (xs) {
+            pos->xs [pos->n]=SQR(xs [i+1])+SQR(xs [i]);
+            pos->ys [pos->n]=SQR(ys [i+1])+SQR(ys [i]);
+            pos->zs [pos->n]=SQR(zs [i+1])+SQR(zs [i]);
+            pos->xys[pos->n]=SQR(xys[i+1])+SQR(xys[i]);
+        }
+        pos->q[pos->n]=MAX(q[i],q[i+1]);
+        pos->n++;
+    }
+    return pos;
+}
+// xyz-position difference between TIMEPOS ----------------------------------
+TIMEPOS *TIMEPOS::diff(const TIMEPOS *pos2, int qflag)
+{
+    TIMEPOS *pos1=this,*pos=new TIMEPOS(MIN(n,pos2->n),1);
+    double tt;
+    int i,j,q;
+    
+    for (i=0,j=0;i<pos1->n&&j<pos2->n;i++,j++) {
+        
+        tt=timediff(pos1->t[i],pos2->t[j]);
+        
+        if      (tt<-TTOL) {j--; continue;}
+        else if (tt> TTOL) {i--; continue;}
+        
+        pos->t[pos->n]=pos1->t[i];
+        pos->x[pos->n]=pos1->x[i]-pos2->x[j];
+        pos->y[pos->n]=pos1->y[i]-pos2->y[j];
+        pos->z[pos->n]=pos1->z[i]-pos2->z[j];
+        if (pos->xs) {
+            pos->xs [pos->n]=SQR(pos1->xs [i])+SQR(pos2->xs [j]);
+            pos->ys [pos->n]=SQR(pos1->ys [i])+SQR(pos2->ys [j]);
+            pos->zs [pos->n]=SQR(pos1->zs [i])+SQR(pos2->zs [j]);
+            pos->xys[pos->n]=SQR(pos1->xys[i])+SQR(pos2->xys[j]);
+        }
+        q=MAX(pos1->q[i],pos2->q[j]);
+        
+        if (!qflag||qflag==q) {
+            pos->q[pos->n++]=q;
+        }
+    }
+    return pos;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot/plotdata.cpp b/app/rtkplot/plotdata.cpp
new file mode 100644
index 0000000..2bbd848
--- /dev/null
+++ b/app/rtkplot/plotdata.cpp
@@ -0,0 +1,1268 @@
+//---------------------------------------------------------------------------
+// plotdata : rtkplot data functions
+//---------------------------------------------------------------------------
+#include "rtklib.h"
+#include "plotmain.h"
+#include "mapdlg.h"
+#include "geview.h"
+
+static char path_str[MAXNFILE][1024];
+
+#define MAX_SIMOBS	16384			// max genrated obs epochs
+#define MAX_SKYIMG_R 2048			// max size of resampled sky image
+
+#define THRES_SLIP  2.0             // threshold of cycle-slip
+
+// read solutions -----------------------------------------------------------
+void __fastcall TPlot::ReadSol(TStrings *files, int sel)
+{
+    solbuf_t sol={0};
+    AnsiString s;
+    gtime_t ts,te;
+    double tint;
+    int i,n=0;
+    char *paths[MAXNFILE];
+    
+    trace(3,"ReadSol: sel=%d\n",sel);
+    
+    for (i=0;i<MAXNFILE;i++) paths[i]=path_str[i];
+    
+    if (files->Count<=0) return;
+    
+    ReadWaitStart();
+    
+    for (i=0;i<files->Count&&n<MAXNFILE;i++) {
+        strcpy(paths[n++],U2A(files->Strings[i]).c_str());
+    }
+    TimeSpan(&ts,&te,&tint);
+    
+    ShowMsg(s.sprintf("reading %s...",paths[0]));
+    ShowLegend(NULL);
+    
+    if (!readsolt(paths,n,ts,te,tint,0,&sol)) {
+        ShowMsg(s.sprintf("no solution data : %s...",paths[0]));
+        ShowLegend(NULL);
+        ReadWaitEnd();
+        return;
+    }
+    freesolbuf(SolData+sel);
+    SolData[sel]=sol;
+    
+    if (SolFiles[sel]!=files) {
+        SolFiles[sel]->Assign(files);
+    }
+    Caption="";
+    
+    ReadSolStat(files,sel);
+    
+    for (i=0;i<2;i++) {
+        if (SolFiles[i]->Count==0) continue;
+        Caption=Caption+SolFiles[i]->Strings[0]+(SolFiles[i]->Count>1?"... ":" ");
+    }
+    BtnSol12->Down=False;
+    if (sel==0) BtnSol1->Down=true;
+    else        BtnSol2->Down=true;
+    
+    if (sel==0||SolData[0].n<=0) {
+        time2gpst(SolData[sel].data[0].time,&Week);
+        UpdateOrigin();
+    }
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    
+    GEDataState[sel]=0;
+    
+    if (PlotType>PLOT_NSAT) {
+        UpdateType(PLOT_TRK);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    if (AutoScale&&PlotType<=PLOT_SOLA) {
+        FitRange(1);
+    }
+    else {
+        SetRange(1,YRange);
+    }
+    ReadWaitEnd();
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// read solution status -----------------------------------------------------
+void __fastcall TPlot::ReadSolStat(TStrings *files, int sel)
+{
+    AnsiString s;
+    gtime_t ts,te;
+    double tint;
+    int i,n=0;
+    char *paths[MAXNFILE],id[32];
+    
+    trace(3,"ReadSolStat\n");
+    
+    freesolstatbuf(SolStat+sel);
+    
+    for (i=0;i<MAXNFILE;i++) paths[i]=path_str[i];
+    
+    TimeSpan(&ts,&te,&tint);
+    
+    for (i=0;i<files->Count&&n<MAXNFILE;i++) {
+        strcpy(paths[n++],U2A(files->Strings[i]).c_str());
+    }
+    ShowMsg(s.sprintf("reading %s...",paths[0]));
+    ShowLegend(NULL);
+    
+    readsolstatt(paths,n,ts,te,tint,SolStat+sel);
+    
+    UpdateSatList();
+}
+// read observation data ----------------------------------------------------
+void __fastcall TPlot::ReadObs(TStrings *files)
+{
+    obs_t obs={0};
+    nav_t nav={0};
+    sta_t sta={0};
+    AnsiString s;
+    char file[1024];
+    int i,nobs;
+    
+    trace(3,"ReadObs\n");
+    
+    if (files->Count<=0) return;
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    if ((nobs=ReadObsRnx(files,&obs,&nav,&sta))<=0) {
+        ReadWaitEnd();
+        return;
+    }
+    ClearObs();
+    Obs=obs;
+    Nav=nav;
+    Sta=sta;
+    SimObs=0;
+    UpdateObs(nobs);
+    UpdateMp();
+    
+    if (ObsFiles!=files) {
+        ObsFiles->Assign(files);
+    }
+    NavFiles->Clear();
+    
+    strcpy(file,U2A(files->Strings[0]).c_str());
+    
+    Caption=s.sprintf("%s%s",file,files->Count>1?"...":"");
+    
+    BtnSol1->Down=true;
+    time2gpst(Obs.data[0].time,&Week);
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    
+    if (PlotType<PLOT_OBS||PLOT_DOP<PlotType) {
+        UpdateType(PLOT_OBS);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    
+    ReadWaitEnd();
+    UpdateObsType();
+    UpdateTime();
+    UpdatePlot();
+}
+// read observation data rinex ----------------------------------------------
+int __fastcall TPlot::ReadObsRnx(TStrings *files, obs_t *obs, nav_t *nav,
+                                 sta_t *sta)
+{
+    AnsiString s;
+    gtime_t ts,te;
+    double tint;
+    int i,n;
+    char obsfile[1024],navfile[1024]="",*p,*q,*opt=RnxOpts.c_str();
+    
+    trace(3,"ReadObsRnx\n");
+    
+    TimeSpan(&ts,&te,&tint);
+    
+    for (i=0;i<files->Count;i++) {
+        strcpy(obsfile,U2A(files->Strings[i]).c_str());
+        
+        ShowMsg(s.sprintf("reading obs data... %s",obsfile));
+        Application->ProcessMessages();
+        
+        if (readrnxt(obsfile,1,ts,te,tint,opt,obs,nav,sta)<0) {
+            ShowMsg("error: insufficient memory");
+            return -1;
+        }
+    }
+    ShowMsg("reading nav data...");
+    Application->ProcessMessages();
+    
+    for (i=0;i<files->Count;i++) {
+        strcpy(navfile,U2A(files->Strings[i]).c_str());
+        
+        if (!(p=strrchr(navfile,'.'))) continue;
+        
+        if (!strcmp(p,".obs")||!strcmp(p,".OBS")) {
+            strcpy(p,".nav" ); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".gnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".hnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".qnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".lnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+        }
+        else if (!strcmp(p+3,"o" )||!strcmp(p+3,"d" )||
+                 !strcmp(p+3,"O" )||!strcmp(p+3,"D" )) {
+            n=nav->n;
+            
+            strcpy(p+3,"N"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"G"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"H"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"Q"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"L"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"P"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            
+            if (nav->n>n||!(q=strrchr(navfile,'\\'))) continue;
+            
+            // read brdc navigation data
+            memcpy(q+1,"BRDC",4);
+            strcpy(p+3,"N"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+        }
+    }
+    if (obs->n<=0) {
+        ShowMsg(s.sprintf("no observation data: %s...",files->Strings[0].c_str()));
+        freenav(nav,0xFF);
+        return 0;
+    }
+    uniqnav(nav);
+    return sortobs(obs);
+}
+// read navigation data -----------------------------------------------------
+void __fastcall TPlot::ReadNav(TStrings *files)
+{
+    AnsiString s;
+    gtime_t ts,te;
+    double tint;
+    char navfile[1024],*opt=RnxOpts.c_str();
+    int i;
+    
+    trace(3,"ReadNav\n");
+    
+    if (files->Count<=0) return;
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    TimeSpan(&ts,&te,&tint);
+    
+    freenav(&Nav,0xFF);
+    
+    ShowMsg("reading nav data...");
+    Application->ProcessMessages();
+    
+    for (i=0;i<files->Count;i++) {
+        strcpy(navfile,U2A(files->Strings[i]).c_str());
+        readrnxt(navfile,1,ts,te,tint,opt,NULL,&Nav,NULL);
+    }
+    uniqnav(&Nav);
+    
+    if (Nav.n<=0&&Nav.ng<=0&&Nav.ns<=0) {
+        ShowMsg(s.sprintf("no nav message: %s...",files->Strings[0].c_str()));
+        ReadWaitEnd();
+        return;
+    }
+    if (NavFiles!=files) {
+        NavFiles->Assign(files);
+    }
+    UpdateObs(NObs);
+    UpdateMp();
+    ReadWaitEnd();
+    
+    UpdatePlot();
+}
+// read elevation mask data -------------------------------------------------
+void __fastcall TPlot::ReadElMaskData(AnsiString file)
+{
+    AnsiString s;
+    FILE *fp;
+    double az0=0.0,el0=0.0,az1,el1;
+    int i,j;
+    char buff[256];
+    
+    trace(3,"ReadElMaskData\n");
+    
+    for (i=0;i<=360;i++) ElMaskData[i]=0.0;
+    
+    if (!(fp=fopen(file.c_str(),"r"))) {
+        ShowMsg(s.sprintf("no el mask data: %s...",file.c_str()));
+        ShowLegend(NULL);
+        return;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (buff[0]=='%'||sscanf(buff,"%lf %lf",&az1,&el1)<2) continue;
+        
+        if (az0<az1&&az1<=360.0&&0.0<=el1&&el1<=90.0) {
+            
+            for (j=(int)az0;j<(int)az1;j++) ElMaskData[j]=el0*D2R;
+            ElMaskData[j]=el1*D2R;
+        }
+        az0=az1; el0=el1;
+    }
+    fclose(fp);
+    UpdatePlot();
+}
+// generate vsibility data ----------------------------------------------------
+void __fastcall TPlot::GenVisData(void)
+{
+    gtime_t time,ts,te;
+    obsd_t data={{0}};
+    sta_t sta={0};
+    double tint,r,pos[3],rr[3],rs[6],e[3],azel[2];
+    int i,j,nobs=0;
+    char name[16];
+    
+    trace(3,"GenVisData\n");
+    
+    ClearObs();
+    SimObs=1;
+    
+    ts=TimeStart;
+    te=TimeEnd;
+    tint=TimeInt;
+    matcpy(pos,OOPos,3,1);
+    pos2ecef(pos,rr);
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    ShowMsg("generating satellite visibility...");
+    Application->ProcessMessages();
+    
+    for (time=ts;timediff(time,te)<=0.0;time=timeadd(time,tint)) {
+        for (i=0;i<MAXSAT;i++) {
+            satno2id(i+1,name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if ((r=geodist(rs,rr,e))<=0.0) continue;
+            if (satazel(pos,e,azel)<=0.0) continue;
+            if (Obs.n>=Obs.nmax) {
+                Obs.nmax=Obs.nmax<=0?4096:Obs.nmax*2;
+                Obs.data=(obsd_t *)realloc(Obs.data,sizeof(obsd_t)*Obs.nmax);
+                if (!Obs.data) {
+                    Obs.n=Obs.nmax=0;
+                    break;
+                }
+            }
+            data.time=time;
+            data.sat=i+1;
+            
+            for (j=0;j<NFREQ;j++) {
+                data.P[j]=data.L[j]=0.0;
+                data.code[j]=CODE_NONE;
+            }
+            data.code[0]=CODE_L1C;
+            Obs.data[Obs.n++]=data;
+        }
+        if (++nobs>=MAX_SIMOBS) break;
+    }
+    if (Obs.n<=0) {
+        ReadWaitEnd();
+        ShowMsg("no satellite visibility");
+        return;
+    }
+    UpdateObs(nobs);
+    
+    Caption="Satellite Visibility (Predicted)";
+    BtnSol1->Down=true;
+    time2gpst(Obs.data[0].time,&Week);
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    if (PlotType<PLOT_OBS||PLOT_DOP<PlotType) {
+        UpdateType(PLOT_OBS);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    ReadWaitEnd();
+    UpdateObsType();
+    UpdateTime();
+    UpdatePlot();
+}
+// read map image data ------------------------------------------------------
+void __fastcall TPlot::ReadMapData(AnsiString file)
+{
+    TJPEGImage *image=new TJPEGImage;
+    AnsiString s;
+    
+    trace(3,"ReadMapData\n");
+    
+    try {
+        image->LoadFromFile(file);
+    }
+    catch (Exception &exception) {
+        ShowMsg(s.sprintf("map file read error: %s",file));
+        ShowLegend(NULL);
+        return;
+    }
+    MapImage->Assign(image);
+    MapImageFile=file;
+    MapSize[0]=MapImage->Width;
+    MapSize[1]=MapImage->Height;
+    delete image;
+    
+    ReadMapTag(file);
+    
+    BtnShowMap->Down=true;
+    
+    MapAreaDialog->UpdateField();
+    UpdatePlot();
+}
+// resample image pixel -----------------------------------------------------
+#define ResPixelNN(img1,x,y,b1,pix) {\
+    int ix=(int)((x)+0.5),iy=(int)((y)+0.5);\
+    BYTE *p=(img1)+ix*3+iy*(b1);\
+    pix[0]=p[0]; pix[1]=p[1]; pix[2]=p[2];\
+}
+#define ResPixelBL(img1,x,y,b1,pix) {\
+    int ix=(int)(x),iy=(int)(y);\
+    double dx1=(x)-ix,dy1=(y)-iy,dx2=1.0-dx1,dy2=1.0-dy1;\
+    double a1=dx2*dy2,a2=dx2*dy1,a3=dx1*dy2,a4=dx1*dy1;\
+    BYTE *p1=(img1)+ix*3+iy*(b1),*p2=p1+(b1);\
+    pix[0]=(BYTE)(a1*p1[0]+a2*p2[0]+a3*p1[3]+a4*p2[3]);\
+    pix[1]=(BYTE)(a1*p1[1]+a2*p2[1]+a3*p1[4]+a4*p2[4]);\
+    pix[2]=(BYTE)(a1*p1[2]+a2*p2[2]+a3*p1[5]+a4*p2[5]);\
+}
+// rotate coordintates roll-pitch-yaw ---------------------------------------
+static void RPY(const double *rpy, double *R)
+{
+    double sr=sin(-rpy[0]*D2R),cr=cos(-rpy[0]*D2R);
+    double sp=sin(-rpy[1]*D2R),cp=cos(-rpy[1]*D2R);
+    double sy=sin(-rpy[2]*D2R),cy=cos(-rpy[2]*D2R);
+    R[0]=cy*cr-sy*sp*sr; R[1]=-sy*cp; R[2]=cy*sr+sy*sp*cr;
+    R[3]=sy*cr+cy*sp*sr; R[4]=cy*cp;  R[5]=sy*sr-cy*sp*cr;
+    R[6]=-cp*sr;         R[7]=sp;     R[8]=cp*cr;
+}
+// RGB -> YCrCb (ITU-R BT.601) ----------------------------------------------
+static void YCrCb(const BYTE *pix, double *Y)
+{
+    //         R(0-255)     G(0-255)     B(0-255)
+    Y[0]=( 0.299*pix[0]+0.587*pix[1]+0.114*pix[2])/255; // Y  (0-1)
+    Y[1]=( 0.500*pix[0]-0.419*pix[1]+0.081*pix[2])/255; // Cr (-.5-.5)
+    Y[2]=(-0.169*pix[0]-0.331*pix[1]+0.500*pix[2])/255; // Cb (-.5-.5)
+}
+// update sky image ---------------------------------------------------------
+void __fastcall TPlot::UpdateSky(void)
+{
+    BITMAP bm1,bm2;
+    BYTE *pix;
+    double x,y,xp,yp,r,a,b,p[3],q[3],R[9]={0},dr,dist,Yz[3]={0},Y[3];
+    int i,j,k,w1,h1,b1,w2,h2,b2,wz,nz=0;
+    
+    if (!GetObject(SkyImageI->Handle,sizeof(bm1),&bm1)||
+        !GetObject(SkyImageR->Handle,sizeof(bm2),&bm2)||
+        bm1.bmBitsPixel!=24) return;
+    w1=bm1.bmWidth; h1=bm1.bmHeight; b1=bm1.bmWidthBytes;
+    w2=bm2.bmWidth; h2=bm2.bmHeight; b2=bm2.bmWidthBytes;
+    
+    if (w1<=0||h1<=0||b1<w1*3||w2<=0||h2<=0||b2<w2*3) return;
+    
+    memset(bm2.bmBits,224,b2*h2); // fill bitmap by silver
+    
+    if (norm(SkyFov,3)>1e-12) {
+        RPY(SkyFov,R);
+    }
+    if (SkyBinarize) { // average of zenith image
+        wz=h1/16; // sky area size
+        for (i=w1/2-wz;i<=w1/2+wz;i++) for (j=h1/2-wz;j<=h1/2+wz;j++) {
+            pix=(BYTE *)bm1.bmBits+i*3+j*b1;
+            YCrCb(pix,Y);
+            for (k=0;k<3;k++) Yz[k]+=Y[k];
+            nz++;
+        }
+        if (nz>0) {
+            for (k=0;k<3;k++) Yz[k]/=nz;
+        }
+    }
+    for (j=0;j<h2;j++) for (i=0;i<w2;i++) {
+        xp=(w2/2.0-i)/SkyScaleR;
+        yp=(j-h2/2.0)/SkyScaleR;
+        r=sqrt(SQR(xp)+SQR(yp));
+        if (SkyElMask&&r>1.0) continue;
+        
+        // rotate coordinates roll-pitch-yaw
+        if (norm(SkyFov,3)>1e-12) {
+            if (r<1e-12) {
+                p[0]=p[1]=0.0;
+                p[2]=1.0;
+            }
+            else {
+                a=sin(r*PI/2.0);
+                p[0]=a*xp/r;
+                p[1]=a*yp/r;
+                p[2]=cos(r*PI/2.0);
+            }
+            q[0]=R[0]*p[0]+R[3]*p[1]+R[6]*p[2];
+            q[1]=R[1]*p[0]+R[4]*p[1]+R[7]*p[2];
+            q[2]=R[2]*p[0]+R[5]*p[1]+R[8]*p[2];
+            if (q[2]>=1.0) {
+                xp=yp=r=0.0;
+            }
+            else {
+                r=acos(q[2])/(PI/2.0);
+                a=sqrt(SQR(q[0])+SQR(q[1]));
+                xp=r*q[0]/a;
+                yp=r*q[1]/a;
+            }
+        }
+        // correct lense distortion
+        if (SkyDestCorr) {
+            if (r<=0.0||r>=1.0) continue;
+            k=(int)(r*9.0); dr=r*9.0-k;
+            dist=k>8?SkyDest[9]:(1.0-dr)*SkyDest[k]+dr*SkyDest[k+1];
+            xp*=dist/r;
+            yp*=dist/r;
+        }
+        else {
+            xp*=SkyScale;
+            yp*=SkyScale;
+        }
+        if (SkyFlip) xp=-xp;
+        x=SkyCent[0]+xp;
+        y=SkyCent[1]+yp;
+        if (x<0.0||x>=w1-1||y<0.0||y>=h1-1) continue;
+        pix=(BYTE *)bm2.bmBits+i*3+j*b2;
+        if (!SkyRes) {
+            ResPixelNN((BYTE *)bm1.bmBits,x,y,b1,pix)
+        }
+        else {
+            ResPixelBL((BYTE *)bm1.bmBits,x,y,b1,pix)
+        }
+        if (SkyBinarize) {
+            YCrCb(pix,Y);
+            for (k=1;k<3;k++) Y[k]-=Yz[k];
+            
+            // threshold by brightness and color-distance
+            if (Y[0]>SkyBinThres1&&norm(Y+1,2)<SkyBinThres2) {
+                pix[0]=pix[1]=pix[2]=255; // sky
+            }
+            else {
+                pix[0]=pix[1]=pix[2]=96; // others
+            }
+        }
+    }
+    UpdatePlot();
+}
+// read sky tag data --------------------------------------------------------
+void __fastcall TPlot::ReadSkyTag(AnsiString file)
+{
+    FILE *fp;
+    char buff[1024],*p;
+    
+    trace(3,"ReadSkyTag\n");
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (buff[0]=='\0'||buff[0]=='%'||buff[0]=='#') continue;
+        if (!(p=strchr(buff,'='))) continue;
+        *p='\0';
+        if      (strstr(buff,"centx"   )==buff) sscanf(p+1,"%lf",SkyCent    );
+        else if (strstr(buff,"centy"   )==buff) sscanf(p+1,"%lf",SkyCent+1  );
+        else if (strstr(buff,"scale"   )==buff) sscanf(p+1,"%lf",&SkyScale  );
+        else if (strstr(buff,"roll"    )==buff) sscanf(p+1,"%lf",SkyFov     );
+        else if (strstr(buff,"pitch"   )==buff) sscanf(p+1,"%lf",SkyFov+1   );
+        else if (strstr(buff,"yaw"     )==buff) sscanf(p+1,"%lf",SkyFov+2   );
+        else if (strstr(buff,"destcorr")==buff) sscanf(p+1,"%d",&SkyDestCorr);
+        else if (strstr(buff,"elmask"  )==buff) sscanf(p+1,"%d",&SkyElMask  );
+        else if (strstr(buff,"resample")==buff) sscanf(p+1,"%d",&SkyRes     );
+        else if (strstr(buff,"flip"    )==buff) sscanf(p+1,"%d",&SkyFlip    );
+        else if (strstr(buff,"dest"    )==buff) {
+            sscanf(p+1,"%lf %lf %lf %lf %lf %lf %lf %lf %lf",SkyDest+1,
+                SkyDest+2,SkyDest+3,SkyDest+4,SkyDest+5,SkyDest+6,SkyDest+7,
+                SkyDest+8,SkyDest+9);
+        }
+        else if (strstr(buff,"binarize")==buff) sscanf(p+1,"%d",&SkyBinarize);
+        else if (strstr(buff,"binthr1")==buff) sscanf(p+1,"%lf",&SkyBinThres1);
+        else if (strstr(buff,"binthr2")==buff) sscanf(p+1,"%lf",&SkyBinThres2);
+    }
+    fclose(fp);
+}
+// read sky image data ------------------------------------------------------
+void __fastcall TPlot::ReadSkyData(AnsiString file)
+{
+    TJPEGImage *image=new TJPEGImage;
+    AnsiString s;
+    int i,w,h,wr;
+    
+    trace(3,"ReadSkyData\n");
+    
+    try {
+        image->LoadFromFile(file);
+    }
+    catch (Exception &exception) {
+        ShowMsg(s.sprintf("sky image file read error: %s",file));
+        ShowLegend(NULL);
+        return;
+    }
+    SkyImageI->Assign(image);
+    SkyImageR->Assign(image);
+    w=MAX(SkyImageI->Width,SkyImageI->Height);
+    h=MIN(SkyImageI->Width,SkyImageI->Height);
+    wr=MIN(w,MAX_SKYIMG_R);
+    SkyImageR->SetSize(wr,wr);
+    SkyImageFile=file;
+    SkySize[0]=SkyImageI->Width;
+    SkySize[1]=SkyImageI->Height;
+    SkyCent[0]=SkySize[0]/2.0;
+    SkyCent[1]=SkySize[1]/2.0;
+    SkyFov[0]=SkyFov[1]=SkyFov[2]=0.0;
+    SkyScale=h/2.0;
+    SkyScaleR=SkyScale*wr/w;
+    SkyDestCorr=SkyRes=SkyFlip=0;
+    SkyElMask=1;
+    for (i=0;i<10;i++) SkyDest[i]=0.0;
+    delete image;
+    
+    ReadSkyTag(file+".tag");
+    
+    BtnShowMap->Down=true;
+    
+    UpdateSky();
+}
+// read map tag data --------------------------------------------------------
+void __fastcall TPlot::ReadMapTag(AnsiString file)
+{
+    FILE *fp;
+    char buff[1024],*p;
+    
+    trace(3,"ReadMapTag\n");
+    
+    file=file+".tag";
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    MapScaleX=MapScaleY=1.0;
+    MapScaleEq=0;
+    MapLat=MapLon=0.0;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (buff[0]=='\0'||buff[0]=='%'||buff[0]=='#') continue;
+        if (!(p=strchr(buff,'='))) continue;
+        *p='\0';
+        if      (strstr(buff,"scalex" )==buff) sscanf(p+1,"%lf",&MapScaleX );
+        else if (strstr(buff,"scaley" )==buff) sscanf(p+1,"%lf",&MapScaleY );
+        else if (strstr(buff,"scaleeq")==buff) sscanf(p+1,"%d" ,&MapScaleEq);
+        else if (strstr(buff,"lat"    )==buff) sscanf(p+1,"%lf",&MapLat    );
+        else if (strstr(buff,"lon"    )==buff) sscanf(p+1,"%lf",&MapLon    );
+    }
+    fclose(fp);
+}
+// read map path data -------------------------------------------------------
+void __fastcall TPlot::ReadMapPath(AnsiString file)
+{
+    FILE *fp;
+    int n=0;
+    char buff[1024];
+    double pos[3];
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    while (fgets(buff,sizeof(buff),fp)&&n<MAXMAPPATH) {
+        
+        if (sscanf(buff,"%lf %lf %lf",pos,pos+1,pos+2)!=3) continue;
+        pos[0]*=D2R;
+        pos[1]*=D2R;
+        pos2ecef(pos,MapPath+n*3);
+        n++;
+    }
+    fclose(fp);
+    
+    NMapPath=n;
+    
+    BtnShowPoint->Down=true;
+    
+    UpdatePlot();
+}
+// read station position data -----------------------------------------------
+void __fastcall TPlot::ReadStaPos(const char *file, const char *sta,
+                                  double *rr)
+{
+    FILE *fp;
+    char buff[256],code[256],name[256];
+    double pos[3];
+    int sinex=0;
+    
+    if (!(fp=fopen(file,"r"))) return;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (strstr(buff,"%=SNX")==buff) sinex=1;
+        if (buff[0]=='%'||buff[1]=='#') continue;
+        if (sinex) {
+            if (strlen(buff)<68||strncmp(buff+14,sta,4)) continue;
+            if (!strncmp(buff+7,"STAX",4)) rr[0]=str2num(buff,47,21);
+            if (!strncmp(buff+7,"STAY",4)) rr[1]=str2num(buff,47,21);
+            if (!strncmp(buff+7,"STAZ",4)) {
+                rr[2]=str2num(buff,47,21);
+                break;
+            }
+        }
+        else {
+            if (sscanf(buff,"%lf %lf %lf %s",pos,pos+1,pos+2,code)<4) continue;
+            if (strcmp(code,sta)) continue;
+            pos[0]*=D2R;
+            pos[1]*=D2R;
+            pos2ecef(pos,rr);
+            break;
+        }
+    }
+	fclose(fp);
+}
+// save dop -----------------------------------------------------------------
+void __fastcall TPlot::SaveDop(AnsiString file)
+{
+    FILE *fp;
+    gtime_t time;
+    double azel[MAXOBS*2],dop[4],tow;
+    int i,j,ns,week;
+    char tstr[64],*tlabel;
+    
+    trace(3,"SaveDop: file=%s\n",file.c_str());
+    
+    if (!(fp=fopen(file.c_str(),"w"))) return;
+    
+    tlabel=TimeLabel<=1?"TIME (GPST)":(TimeLabel<=2?"TIME (UTC)":"TIME (JST)");
+    
+    fprintf(fp,"%% %-*s %6s %8s %8s %8s %8s (EL>=%.0fdeg)\n",TimeLabel==0?13:19,
+            tlabel,"NSAT","GDOP","PDOP","HDOP","VDOP",ElMask);
+    
+    for (i=0;i<NObs;i++) {
+        ns=0;
+        for (j=IndexObs[i];j<Obs.n&&j<IndexObs[i+1];j++) {
+            if (SatMask[Obs.data[j].sat-1]) continue;
+            if (El[j]<ElMask*D2R) continue;
+            if (ElMaskP&&El[j]<ElMaskData[(int)(Az[j]*R2D+0.5)]) continue;
+            azel[  ns*2]=Az[j];
+            azel[1+ns*2]=El[j];
+            ns++;
+        }
+        if (ns<=0) continue;
+        
+        dops(ns,azel,ElMask*D2R,dop);
+        
+        time=Obs.data[IndexObs[i]].time;
+        if (TimeLabel==0) {
+            tow=time2gpst(time,&week);
+            sprintf(tstr,"%4d %8.1f ",week,tow);
+        }
+        else if (TimeLabel==1) {
+            time2str(time,tstr,1);
+        }
+        else if (TimeLabel==2) {
+            time2str(gpst2utc(time),tstr,1);
+        }
+        else {
+            time2str(timeadd(gpst2utc(time),9*3600.0),tstr,1);
+        }
+        fprintf(fp,"%s %6d %8.1f %8.1f %8.1f %8.1f\n",tstr,ns,dop[0],dop[1],
+                dop[2], dop[3]);
+    }
+    fclose(fp);
+}
+// save snr and mp -------------------------------------------------------------
+void __fastcall TPlot::SaveSnrMp(AnsiString file)
+{
+    FILE *fp;
+    AnsiString ObsTypeText=ObsType2->Text;
+    gtime_t time;
+    double tow;
+    char sat[32],mp[32],tstr[64],*tlabel,*code=ObsTypeText.c_str()+1;
+    int i,j,k,week;
+    
+    trace(3,"SaveSnrMp: file=%s\n",file.c_str());
+    
+    if (!(fp=fopen(file.c_str(),"w"))) return;
+    
+    tlabel=TimeLabel<=1?"TIME (GPST)":(TimeLabel<=2?"TIME (UTC)":"TIME (JST)");
+    
+    sprintf(mp,"%s MP(m)",ObsTypeText.c_str());
+    fprintf(fp,"%% %-*s %6s %8s %8s %9s %10s\n",TimeLabel==0?13:19,tlabel,"SAT",
+            "AZ(deg)","EL(deg)","SNR(dBHz)",mp);
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (SatMask[i]||!SatSel[i]) continue;
+        satno2id(i+1,sat);
+        
+        for (j=0;j<Obs.n;j++) {
+            if (Obs.data[j].sat!=i+1) continue;
+            
+            for (k=0;k<NFREQ+NEXOBS;k++) {
+                if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+            }
+            if (k>=NFREQ+NEXOBS) continue;
+            
+            time=Obs.data[j].time;
+            
+            if (TimeLabel==0) {
+                tow=time2gpst(time,&week);
+                sprintf(tstr,"%4d %9.1f ",week,tow);
+            }
+            else if (TimeLabel==1) {
+                time2str(time,tstr,1);
+            }
+            else if (TimeLabel==2) {
+                time2str(gpst2utc(time),tstr,1);
+            }
+            else {
+                time2str(timeadd(gpst2utc(time),9*3600.0),tstr,1);
+            }
+            fprintf(fp,"%s %6s %8.1f %8.1f %9.2f %10.4f\n",tstr,sat,Az[j]*R2D,
+                    El[j]*R2D,Obs.data[j].SNR[k]*0.25,!Mp[k]?0.0:Mp[k][j]);
+        }
+    }
+    fclose(fp);
+}
+// save elev mask --------------------------------------------------------------
+void __fastcall TPlot::SaveElMask(AnsiString file)
+{
+    FILE *fp;
+    double el,el0=0.0;
+    int az;
+    
+    trace(3,"SaveElMask: file=%s\n",file.c_str());
+    
+    if (!(fp=fopen(file.c_str(),"w"))) return;
+    
+    fprintf(fp,"%% Elevation Mask\n");
+    fprintf(fp,"%% AZ(deg) EL(deg)\n");
+    
+    for (az=0;az<=360;az++) {
+        el=floor(ElMaskData[az]*R2D/0.1+0.5)*0.1;
+        if (el==el0) continue;
+        fprintf(fp,"%9.1f %6.1f\n",(double)az,el);
+        el0=el;
+    }
+    fclose(fp);
+}
+// connect to external sources ----------------------------------------------
+void __fastcall TPlot::Connect(void)
+{
+    AnsiString s;
+    char *cmd,*path,buff[MAXSTRPATH],*name[2]={"",""},*p;
+    int i,mode=STR_MODE_R;
+    
+    trace(3,"Connect\n");
+    
+    if (ConnectState) return;
+    
+    for (i=0;i<2;i++) {
+        if      (RtStream[i]==STR_NONE    ) continue;
+        else if (RtStream[i]==STR_SERIAL  ) path=StrPaths[i][0].c_str();
+        else if (RtStream[i]==STR_FILE    ) path=StrPaths[i][2].c_str();
+        else if (RtStream[i]<=STR_NTRIPCLI) path=StrPaths[i][1].c_str();
+        else continue;
+        
+        if (RtStream[i]==STR_FILE||!SolData[i].cyclic||SolData[i].nmax!=RtBuffSize+1) {
+            Clear();
+            initsolbuf(SolData+i,1,RtBuffSize+1);
+        }
+        if (RtStream[i]==STR_SERIAL) mode|=STR_MODE_W;
+        
+        strcpy(buff,path);
+        if ((p=strstr(buff,"::"))) *p='\0';
+        if ((p=strstr(buff,"/:"))) *p='\0';
+        if ((p=strstr(buff,"@"))) name[i]=p+1; else name[i]=buff;
+        
+        if (!stropen(Stream+i,RtStream[i],mode,path)) {
+            ShowMsg(s.sprintf("connect error: %s",name));
+            ShowLegend(NULL);
+            trace(1,"stream open error: ch=%d type=%d path=%s\n",i+1,RtStream[i],path);
+            continue;
+        }
+        strsettimeout(Stream+i,RtTimeOutTime,RtReConnTime);
+        
+        if (StrCmdEna[i][0]) {
+            cmd=StrCmds[i][0].c_str();
+            strwrite(Stream+i,(unsigned char *)cmd,strlen(cmd));
+        }
+        ConnectState=1;
+    }
+    if (!ConnectState) return;
+    
+    if (Title!="") Caption=Title;
+    else Caption=s.sprintf("CONNECT %s %s",name[0],name[1]);
+    
+    BtnConnect->Down=true;
+    BtnSol1   ->Down=*name[0];
+    BtnSol2   ->Down=*name[1];
+    BtnSol12  ->Down=false;
+    BtnShowTrack->Down=true;
+    BtnFixHoriz->Down=true;
+    UpdateEnable();
+    UpdateTime();
+    UpdatePlot();
+}
+// disconnect from external sources -----------------------------------------
+void __fastcall TPlot::Disconnect(void)
+{
+    AnsiString s;
+    char *cmd,caption[1024];
+    int i;
+    
+    trace(3,"Disconnect\n");
+    
+    if (!ConnectState) return;
+    
+    ConnectState=0;
+    
+    for (i=0;i<2;i++) {
+        if (StrCmdEna[i][1]) {
+            cmd=StrCmds[i][1].c_str();
+            strwrite(Stream+i,(unsigned char *)cmd,strlen(cmd));
+        }
+        strclose(Stream+i);
+    }
+    strcpy(caption,U2A(Caption).c_str());
+    
+    if (strstr(caption,"CONNECT")) {
+        Caption=s.sprintf("DISCONNECT%s",caption+7);
+    }
+    UpdateTime();
+    UpdatePlot();
+}
+// check observation data types ---------------------------------------------
+int __fastcall TPlot::CheckObs(AnsiString file)
+{
+    char *p;
+    
+    trace(3,"CheckObs\n");
+    
+    if (!(p=strrchr(file.c_str(),'.'))) return 0;
+    if (!strcmp(p,".z")||!strcmp(p,".gz")||!strcmp(p,".zip")||
+        !strcmp(p,".Z")||!strcmp(p,".GZ")||!strcmp(p,".ZIP")) {
+        return *(p-1)=='o'||*(p-1)=='O'||*(p-1)=='d'||*(p-1)=='D';
+    }
+    return !strcmp(p,".obs")||!strcmp(p,".OBS")||
+           !strcmp(p+3,"o" )||!strcmp(p+3,"O" )||
+           !strcmp(p+3,"d" )||!strcmp(p+3,"D" );
+}
+// update observation data index, azimuth/elevation, satellite list ---------
+void __fastcall TPlot::UpdateObs(int nobs)
+{
+    AnsiString s;
+    prcopt_t opt=prcopt_default;
+    gtime_t time;
+    sol_t sol={0};
+    double pos[3],rr[3],e[3],azel[MAXOBS*2]={0},rs[6],dts[2],var;
+    int i,j,k,svh,per,per_=-1;
+    char msg[128],name[16];
+    
+    trace(3,"UpdateObs\n");
+    
+    delete [] IndexObs; IndexObs=NULL;
+    delete [] Az; Az=NULL;
+    delete [] El; El=NULL;
+    NObs=0;
+    if (nobs<=0) return;
+    
+    IndexObs=new int[nobs+1];
+    Az=new double[Obs.n];
+    El=new double[Obs.n];
+    
+    opt.err[0]=900.0;
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    for (i=0;i<Obs.n;i=j) {
+        time=Obs.data[i].time;
+        for (j=i;j<Obs.n;j++) {
+            if (timediff(Obs.data[j].time,time)>TTOL) break;
+        }
+        IndexObs[NObs++]=i;
+        
+        for (k=0;k<j-i;k++) {
+            azel[k*2]=azel[1+k*2]=0.0;
+        }
+        if (RcvPos==0) {
+            pntpos(Obs.data+i,j-i,&Nav,&opt,&sol,azel,NULL,msg);
+            matcpy(rr,sol.rr,3,1);
+            ecef2pos(rr,pos);
+        }
+        else {
+            if (RcvPos==1) { // lat/lon/height
+                for (k=0;k<3;k++) pos[k]=OOPos[k];
+                pos2ecef(pos,rr);
+            }
+            else { // rinex header position
+                for (k=0;k<3;k++) rr[k]=Sta.pos[k];
+                ecef2pos(rr,pos);
+            }
+            for (k=0;k<j-i;k++) {
+                azel[k*2]=azel[1+k*2]=0.0;
+                if (!satpos(time,time,Obs.data[i+k].sat,EPHOPT_BRDC,&Nav,rs,dts,
+                            &var,&svh)) continue;
+                if (geodist(rs,rr,e)>0.0) satazel(pos,e,azel+k*2);
+            }
+        }
+        // satellite azel by tle data
+        for (k=0;k<j-i;k++) {
+            if (azel[k*2]!=0.0||azel[1+k*2]!=0.0) continue;
+            satno2id(Obs.data[i+k].sat,name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if (geodist(rs,rr,e)>0.0) satazel(pos,e,azel+k*2);
+        }
+        for (k=0;k<j-i;k++) {
+            Az[i+k]=azel[  k*2];
+            El[i+k]=azel[1+k*2];
+            if (Az[i+k]<0.0) Az[i+k]+=2.0*PI;
+        }
+        per=(i+1)*100/Obs.n;
+        if (per!=per_) {
+            ShowMsg(s.sprintf("updating azimuth/elevation... (%d%%)",(per_=per)));
+            Application->ProcessMessages();
+        }
+    }
+    IndexObs[NObs]=Obs.n;
+    
+    UpdateSatList();
+    
+    ReadWaitEnd();
+}
+// update Multipath ------------------------------------------------------------
+void __fastcall TPlot::UpdateMp(void)
+{
+    AnsiString s;
+    obsd_t *data;
+    double lam1,lam2,I,C,B;
+    int i,j,k,f1,f2,sat,sys,per,per_=-1,n;
+    
+    trace(3,"UpdateMp\n");
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        delete [] Mp[i]; Mp[i]=NULL;
+    }
+    if (Obs.n<=0) return;
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        Mp[i]=new double[Obs.n];
+    }
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    for (i=0;i<Obs.n;i++) {
+        data=Obs.data+i;
+        sys=satsys(data->sat,NULL);
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            Mp[j][i]=0.0;
+            
+            code2obs(data->code[j],&f1);
+            
+            if (sys==SYS_CMP) {
+                if      (f1==5) f1=2; /* B2 */
+                else if (f1==4) f1=3; /* B3 */
+            }
+            if      (sys==SYS_GAL) f2=f1==1?3:1; /* E1/E5a */
+            else if (sys==SYS_SBS) f2=f1==1?3:1; /* L1/L5 */
+            else if (sys==SYS_CMP) f2=f1==1?2:1; /* B1/B2 */
+            else                   f2=f1==1?2:1; /* L1/L2 */
+            
+            lam1=satwavelen(data->sat,f1-1,&Nav);
+            lam2=satwavelen(data->sat,f2-1,&Nav);
+            if (lam1==0.0||lam2==0.0) continue;
+            
+            if (data->P[j]!=0.0&&data->L[j]!=0.0&&data->L[f2-1]) {
+                C=SQR(lam1)/(SQR(lam1)-SQR(lam2));
+                I=lam1*data->L[j]-lam2*data->L[f2-1];
+                Mp[j][i]=data->P[j]-lam1*data->L[j]+2.0*C*I;
+            }
+        }
+    }
+    for (sat=1;sat<=MAXSAT;sat++) for (i=0;i<NFREQ+NEXOBS;i++) {
+        sys=satsys(sat,NULL);
+        
+        for (j=k=n=0,B=0.0;j<Obs.n;j++) {
+            if (Obs.data[j].sat!=sat) continue;
+            
+            code2obs(Obs.data[j].code[i],&f1);
+            
+            if (sys==SYS_CMP) {
+                if      (f1==5) f1=2; /* B2 */
+                else if (f1==4) f1=3; /* B3 */
+            }
+            if      (sys==SYS_GAL) f2=f1==1?3:1;
+            else if (sys==SYS_CMP) f2=f1==1?2:1;
+            else                   f2=f1==1?2:1;
+            
+            if ((Obs.data[j].LLI[i]&1)||(Obs.data[j].LLI[f2-1]&1)||
+                fabs(Mp[i][j]-B)>THRES_SLIP) {
+                
+                for (;k<j;k++) if (Obs.data[k].sat==sat) Mp[i][k]-=B;
+                B=Mp[i][j]; n=1; k=j;
+            }
+            else {
+                if (n==0) k=j;
+                B+=(Mp[i][j]-B)/++n;
+            }
+        }
+        if (n>0) {
+            for (;k<j;k++) if (Obs.data[k].sat==sat) Mp[i][k]-=B;
+        }
+        per=sat*100/MAXSAT;
+        if (per!=per_) {
+            ShowMsg(s.sprintf("updating multipath... (%d%%)",(per_=per)));
+            Application->ProcessMessages();
+        }
+    }
+    ReadWaitEnd();
+}
+// set connect path ---------------------------------------------------------
+void __fastcall TPlot::ConnectPath(const char *path, int ch)
+{
+    const char *p;
+    
+    trace(3,"ConnectPath: path=%s ch=%d\n",path,ch);
+    
+    RtStream[ch]=STR_NONE;
+    
+    if (!(p=strstr(path,"://"))) return;
+    if      (!strncmp(path,"serial",6)) RtStream[ch]=STR_SERIAL;
+    else if (!strncmp(path,"tcpsvr",6)) RtStream[ch]=STR_TCPSVR;
+    else if (!strncmp(path,"tcpcli",6)) RtStream[ch]=STR_TCPCLI;
+    else if (!strncmp(path,"ntrip", 5)) RtStream[ch]=STR_NTRIPCLI;
+    else if (!strncmp(path,"file",  4)) RtStream[ch]=STR_FILE;
+    else return;
+    
+    StrPaths[ch][1]=p+3;
+    RtFormat[ch]=SOLF_LLH;
+    RtTimeForm=0;
+    RtDegForm =0;
+    RtFieldSep=" ";
+    RtTimeOutTime=0;
+    RtReConnTime =10000;
+    
+    BtnShowTrack->Down=true;
+    BtnFixHoriz ->Down=true;
+    BtnFixVert  ->Down=true;
+}
+// clear obs data --------------------------------------------------------------
+void __fastcall TPlot::ClearObs(void)
+{
+    sta_t sta0={0};
+    int i;
+    
+    freeobs(&Obs);
+    freenav(&Nav,0xFF);
+    delete [] IndexObs; IndexObs=NULL;
+    delete [] Az; Az=NULL;
+    delete [] El; El=NULL;
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        delete [] Mp[i]; Mp[i]=NULL;
+    }
+    ObsFiles->Clear();
+    NavFiles->Clear();
+    NObs=0;
+    Sta=sta0;
+    ObsIndex=0;
+    SimObs=0;
+}
+// clear solution --------------------------------------------------------------
+void __fastcall TPlot::ClearSol(void)
+{
+    int i;
+    
+    for (i=0;i<2;i++) {
+        freesolbuf(SolData+i);
+        free(SolStat[i].data);
+        SolStat[i].n=0;
+        SolStat[i].data=NULL;
+    }
+    SolFiles[0]->Clear();
+    SolFiles[1]->Clear();
+    SolIndex[0]=SolIndex[1]=0;
+}
+// clear data ------------------------------------------------------------------
+void __fastcall TPlot::Clear(void)
+{
+    AnsiString s;
+    double ep[]={2010,1,1,0,0,0};
+    int i;
+    
+    trace(3,"Clear\n");
+    
+    Week=0;
+    
+    ClearObs();
+    ClearSol();
+    
+    for (i=0;i<3;i++) {
+        TimeEna[i]=0;
+    }
+    TimeStart=TimeEnd=epoch2time(ep);
+    BtnAnimate->Down=false;
+    
+    if (PlotType>PLOT_NSAT) {
+        UpdateType(PLOT_TRK);
+    }
+    if (!ConnectState) {
+        initsolbuf(SolData  ,0,0);
+        initsolbuf(SolData+1,0,0);
+        Caption=Title!=""?Title:s.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    }
+    else {
+        initsolbuf(SolData  ,1,RtBuffSize+1);
+        initsolbuf(SolData+1,1,RtBuffSize+1);
+    }
+    GoogleEarthView->Clear();
+    
+    for (i=0;i<=360;i++) ElMaskData[i]=0.0;
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// reload data --------------------------------------------------------------
+void __fastcall TPlot::Reload(void)
+{
+    TStrings *obsfiles,*navfiles;
+    
+    trace(3,"Reload\n");
+    
+    if (SimObs) {
+        GenVisData();
+        return;
+    }
+    obsfiles=new TStringList;
+    navfiles=new TStringList;
+    obsfiles->Assign(ObsFiles);
+    navfiles->Assign(NavFiles);
+    
+    ReadObs(obsfiles);
+    ReadNav(navfiles);
+    ReadSol(SolFiles[0],0);
+    ReadSol(SolFiles[1],1);
+    
+    delete obsfiles;
+    delete navfiles;
+}
+// read wait start ----------------------------------------------------------
+void __fastcall TPlot::ReadWaitStart(void)
+{
+    MenuFile->Enabled=false;
+    MenuEdit->Enabled=false;
+    MenuView->Enabled=false;
+    MenuHelp->Enabled=false;
+    Panel1->Enabled=false;
+    Disp->Enabled=false;
+    Screen->Cursor=crHourGlass;
+}
+// read wait end ------------------------------------------------------------
+void __fastcall TPlot::ReadWaitEnd(void)
+{
+    MenuFile->Enabled=true;
+    MenuEdit->Enabled=true;
+    MenuView->Enabled=true;
+    MenuHelp->Enabled=true;
+    Panel1->Enabled=true;
+    Disp->Enabled=true;
+    Screen->Cursor=crDefault;
+}
+// --------------------------------------------------------------------------
diff --git a/app/rtkplot/plotdraw.cpp b/app/rtkplot/plotdraw.cpp
new file mode 100644
index 0000000..e641402
--- /dev/null
+++ b/app/rtkplot/plotdraw.cpp
@@ -0,0 +1,2041 @@
+//---------------------------------------------------------------------------
+// plotdraw.c: rtkplot draw functions
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include "rtklib.h"
+#include "plotmain.h"
+#include "graph.h"
+#include "refdlg.h"
+#include "geview.h"
+#include "gmview.h"
+
+#define COL_ELMASK  clRed
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+// update plot --------------------------------------------------------------
+void __fastcall TPlot::UpdatePlot(void)
+{
+    trace(3,"UpdatePlot\n");
+    
+    UpdateEnable();
+    UpdateInfo();
+    Refresh();
+    Refresh_GEView();
+    Refresh_GMView();
+}
+// refresh plot -------------------------------------------------------------
+void __fastcall TPlot::Refresh(void)
+{
+    trace(3,"Refresh\n");
+    
+    Flush=1;
+    Disp->Invalidate();
+}
+// draw plot ----------------------------------------------------------------
+void __fastcall TPlot::UpdateDisp(void)
+{
+    TCanvas *c=Disp->Canvas;
+    TRect r=Disp->ClientRect;
+    int level=Drag?0:1;
+    
+    trace(3,"UpdateDisp\n");
+    
+    if (Flush) {
+        c->Pen  ->Color=CColor[0];
+        c->Brush->Color=CColor[0];
+        c->Pen  ->Style=psSolid;
+        c->Brush->Style=bsSolid;
+        c->FillRect(r);
+        
+        switch (PlotType) {
+            case  PLOT_TRK : DrawTrk (level);   break;
+            case  PLOT_SOLP: DrawSol (level,0); break;
+            case  PLOT_SOLV: DrawSol (level,1); break;
+            case  PLOT_SOLA: DrawSol (level,2); break;
+            case  PLOT_NSAT: DrawNsat(level);   break;
+            case  PLOT_OBS : DrawObs (level);   break;
+            case  PLOT_SKY : DrawSky (level);   break;
+            case  PLOT_DOP : DrawDop (level);   break;
+            case  PLOT_RES : DrawRes (level);   break;
+            case  PLOT_SNR : DrawSnr (level);   break;
+            case  PLOT_SNRE: DrawSnrE(level);   break;
+            case  PLOT_MPS : DrawMpS (level);   break;
+        }
+        Buff->SetSize(Disp->ClientWidth,Disp->ClientHeight);
+        Buff->Canvas->CopyRect(r,c,r);
+    }
+    else {
+        c->CopyRect(r,Buff->Canvas,r);
+    }
+    Flush=0;
+}
+// draw track-plot ----------------------------------------------------------
+void __fastcall TPlot::DrawTrk(int level)
+{
+    AnsiString label,header,s;
+    TIMEPOS *pos,*pos1,*pos2,*vel;
+    gtime_t time1={0},time2={0};
+    sol_t *sol;
+    TPoint p1,p2;
+    TColor color;
+    double xt,yt,sx,sy,opos[3];
+    int i,j,index,sel=!BtnSol1->Down&&BtnSol2->Down?1:0,p=0;
+    
+    trace(3,"DrawTrk: level=%d\n",level);
+    
+    if (BtnShowTrack->Down&&BtnFixCent->Down) {
+        if (!BtnSol12->Down) {
+            pos=SolToPos(SolData+sel,SolIndex[sel],0,0);
+            if (pos->n>0) GraphT->SetCent(pos->x[0],pos->y[0]);
+            delete pos;
+        }
+        else {
+            pos1=SolToPos(SolData  ,SolIndex[0],0,0);
+            pos2=SolToPos(SolData+1,SolIndex[1],0,0);
+            pos=pos1->diff(pos2,0);
+            if (pos->n>0) GraphT->SetCent(pos->x[0],pos->y[0]);
+            delete pos;
+            delete pos1;
+            delete pos2;
+        }
+    }
+    if (!BtnSol12->Down&&BtnShowMap->Down) {
+        DrawTrkImage(level);
+    }
+#if 1
+    if (ShowGLabel>=3) {
+        GraphT->XLPos=7; GraphT->YLPos=7;
+        GraphT->DrawCircles(ShowGLabel==4);
+    }
+    else if (ShowGLabel>=1) {
+        GraphT->XLPos=2; GraphT->YLPos=4;
+        GraphT->DrawAxis(ShowLabel,ShowGLabel==2);
+    }
+#endif
+    if (BtnShowPoint->Down) {
+        DrawTrkPath(level);
+    }
+    if (norm(OPos,3)>0.0) {
+        ecef2pos(OPos,opos);
+        header="ORI="+LatLonStr(opos,9)+s.sprintf(" %.4fm",opos[2]);
+    }
+    if (BtnSol1->Down) {
+        pos=SolToPos(SolData,-1,QFlag->ItemIndex,0);
+        DrawTrkPnt(pos,level,0);
+        if (BtnShowPoint->Down) {
+            DrawTrkPos(SolData[0].rb,0,"Base Station 1");
+        }
+        DrawTrkStat(pos,header,p++);
+        header="";
+        delete pos;
+    }
+    if (BtnSol2->Down) {
+        pos=SolToPos(SolData+1,-1,QFlag->ItemIndex,0);
+        DrawTrkPnt(pos,level,1);
+        if (BtnShowPoint->Down) {
+            DrawTrkPos(SolData[1].rb,0,"Base Station 2");
+        }
+        DrawTrkStat(pos,header,p++);
+        delete pos;
+    }
+    if (BtnSol12->Down) {
+        pos1=SolToPos(SolData  ,-1,0,0);
+        pos2=SolToPos(SolData+1,-1,0,0);
+        pos=pos1->diff(pos2,QFlag->ItemIndex);
+        DrawTrkPnt(pos,level,0);
+        DrawTrkStat(pos,"",p++);
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowTrack->Down&&BtnSol1->Down) {
+        
+        pos=SolToPos(SolData,SolIndex[0],0,0);
+        
+        if ((sol=getsol(SolData,SolIndex[0]))) time1=sol->time;
+        
+        if (pos->n) {
+            pos->n=1;
+            DrawTrkError(pos,0);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(p1,1,CColor[2],MarkSize*2+10,0);
+            GraphT->DrawMark(p1,5,CColor[2],MarkSize*2+14,0);
+            GraphT->DrawMark(p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(p1,0,MColor[0][pos->q[0]],MarkSize*2+4,0);
+            if (BtnSol2->Down) {
+                p1.x+=MarkSize+8;
+                DrawLabel(GraphT,p1,"1",1,0);
+            }
+        }
+        delete pos;
+    }
+    if (BtnShowTrack->Down&&BtnSol2->Down) {
+        
+        pos=SolToPos(SolData+1,SolIndex[1],0,0);
+        
+        if ((sol=getsol(SolData+1,SolIndex[1]))) time2=sol->time;
+        
+        if (pos->n>0&&(time1.time==0||fabs(timediff(time1,time2))<DTTOL*2.0)) {
+            pos->n=1;
+            DrawTrkError(pos,1);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(p1,1,CColor[1],MarkSize*2+10,0);
+            GraphT->DrawMark(p1,5,CColor[1],MarkSize*2+14,0);
+            GraphT->DrawMark(p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(p1,0,MColor[1][pos->q[0]],MarkSize*2+4,0);
+            if (BtnSol1->Down) {
+                p1.x+=MarkSize+8;
+                DrawLabel(GraphT,p1,"2",1,0);
+            }
+        }
+        delete pos;
+    }
+    if (BtnShowTrack->Down&&BtnSol12->Down) {
+        
+        pos1=SolToPos(SolData  ,SolIndex[0],0,0);
+        pos2=SolToPos(SolData+1,SolIndex[1],0,0);
+        pos=pos1->diff(pos2,0);
+        
+        if (pos->n>0) {
+            pos->n=1;
+            DrawTrkError(pos,1);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(p1,1,CColor[2],MarkSize*2+10,0);
+            GraphT->DrawMark(p1,5,CColor[2],MarkSize*2+14,0);
+            GraphT->DrawMark(p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(p1,0,MColor[0][pos->q[0]],MarkSize*2+4,0);
+        }
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowPoint->Down) {
+        for (i=0;i<NWayPnt;i++) {
+            DrawTrkPos(PntPos[i],0,PntName[i]);
+        }
+    }
+#if 0
+    if (ShowGLabel>=3) {
+        GraphT->XLPos=7; GraphT->YLPos=7;
+        GraphT->DrawCircles(ShowGLabel==4);
+    }
+    else if (ShowGLabel>=1) {
+        GraphT->XLPos=2; GraphT->YLPos=4;
+        GraphT->DrawAxis(ShowLabel,ShowGLabel==2);
+    }
+#endif
+    if (ShowCompass) {
+        GraphT->GetPos(p1,p2);
+        p1.x+=SIZE_COMP/2+25;
+        p1.y+=SIZE_COMP/2+35;
+        DrawMark(GraphT,p1,13,CColor[2],SIZE_COMP,0);
+    }
+    if (ShowArrow) {
+        vel=SolToPos(SolData+sel,SolIndex[sel],0,1);
+        DrawTrkVel(vel);
+        delete vel;
+    }
+    if (ShowScale) {
+        GraphT->GetPos(p1,p2);
+        GraphT->GetTick(xt,yt);
+        GraphT->GetScale(sx,sy);
+        p2.x-=70;
+        p2.y-=25;
+        DrawMark(GraphT,p2,11,CColor[2],(int)(xt/sx+0.5),0);
+        p2.y-=3;
+        if      (xt<0.01  ) label.sprintf("%.0f mm",xt*1000.0);
+        else if (xt<1.0   ) label.sprintf("%.0f cm",xt*100.0);
+        else if (xt<1000.0) label.sprintf("%.0f m" ,xt);
+        else                label.sprintf("%.0f km",xt/1000.0);
+        DrawLabel(GraphT,p2,label,0,1);
+    }
+    if (norm(OPos,3)>0.0) {
+        ecef2pos(OPos,opos);
+        header.sprintf("ORI=%.9f" CHARDEG " %.9f" CHARDEG " %.4fm",opos[0]*R2D,
+                       opos[1]*R2D,opos[2]);
+    }
+    if (!level) { // center +
+        GraphT->GetPos(p1,p2);
+        p1.x=(p1.x+p2.x)/2;
+        p1.y=(p1.y+p2.y)/2;
+        DrawMark(GraphT,p1,5,CColor[2],20,0);
+    }
+}
+// draw map-image on track-plot ---------------------------------------------
+void __fastcall TPlot::DrawTrkImage(int level)
+{
+    gtime_t time={0};
+    TCanvas *c=Disp->Canvas;
+    TPoint p1,p2;
+    double pos[3]={0},rr[3],xyz[3]={0},x1,x2,y1,y2;
+    
+    trace(3,"DrawTrkImage: level=%d\n",level);
+    
+    pos[0]=MapLat*D2R;
+    pos[1]=MapLon*D2R;
+    pos2ecef(pos,rr);
+    if (norm(OPos,3)>0.0) {
+        PosToXyz(time,rr,0,xyz);
+    }
+    x1=xyz[0]-MapSize[0]*0.5*MapScaleX;
+    x2=xyz[0]+MapSize[0]*0.5*MapScaleX;
+    y1=xyz[1]-MapSize[1]*0.5*(MapScaleEq?MapScaleX:MapScaleY);
+    y2=xyz[1]+MapSize[1]*0.5*(MapScaleEq?MapScaleX:MapScaleY);
+    
+    GraphT->ToPoint(x1,y2,p1);
+    GraphT->ToPoint(x2,y1,p2);
+    TRect r(p1,p2);
+    c->StretchDraw(r,MapImage);
+}
+// draw map-path on track-plot ----------------------------------------------
+void __fastcall TPlot::DrawTrkPath(int level)
+{
+    gtime_t time={0};
+    TPoint *p;
+    double xyz[3];
+    int i,n=NMapPath;
+    
+    trace(3,"DrawTrkPath: level=%d\n",level);
+    
+    if (n<=0) return;
+    
+    p=new TPoint [n];
+    
+    for (i=0;i<n;i++) {
+        PosToXyz(time,MapPath+i*3,0,xyz);
+        GraphT->ToPoint(xyz[0],xyz[1],p[i]);
+    }
+    GraphT->DrawPoly(p,n,CColor[1],0);
+    for (i=0;i<n;i++) {
+        DrawMark(GraphT,p[i],0,CColor[2],2,0);
+    }
+    delete [] p;
+}
+// draw track-points on track-plot ------------------------------------------
+void __fastcall TPlot::DrawTrkPnt(const TIMEPOS *pos, int level, int style)
+{
+    TColor *color;
+    int i;
+    
+    trace(3,"DrawTrkPnt: level=%d style=%d\n",level,style);
+    
+    if (level) DrawTrkArrow(pos);
+    
+    if (level&&PlotStyle<=1&&!BtnShowTrack->Down) { // error circle
+        DrawTrkError(pos,style);
+    }
+    if (!(PlotStyle%2)) {
+        GraphT->DrawPoly(pos->x,pos->y,pos->n,CColor[3],style);
+    }
+    if (level&&PlotStyle<2) {
+        color=new TColor [pos->n];
+        if (BtnShowMap->Down) {
+            for (i=0;i<pos->n;i++) color[i]=CColor[0];
+            GraphT->DrawMarks(pos->x,pos->y,color,pos->n,0,MarkSize+2,0);
+        }
+        for (i=0;i<pos->n;i++) color[i]=MColor[style][pos->q[i]];
+        GraphT->DrawMarks(pos->x,pos->y,color,pos->n,0,MarkSize,0);
+        delete [] color;
+    }
+}
+// draw point with label on track-plot --------------------------------------
+void __fastcall TPlot::DrawTrkPos(const double *rr, int type, AnsiString label)
+{
+    gtime_t time={0};
+    TPoint p1;
+    double xyz[3],xs,ys;
+    
+    trace(3,"DrawTrkPos: type=%d\n",type);
+    
+    if (norm(rr,3)>0.0) {
+        GraphT->GetScale(xs,ys);
+        PosToXyz(time,rr,type,xyz);
+        GraphT->ToPoint(xyz[0],xyz[1],p1);
+        DrawMark(GraphT,p1,5,CColor[2],14,0);
+        DrawMark(GraphT,p1,1,CColor[2], 6,0);
+        p1.y+=10;
+        DrawLabel(GraphT,p1,label,0,2);
+    }
+}
+// draw statistics on track-plot --------------------------------------------
+void __fastcall TPlot::DrawTrkStat(const TIMEPOS *pos, AnsiString header, int p)
+{
+    AnsiString s[6];
+    TPoint p1,p2;
+    double *d,ave[4],std[4],rms[4],opos[3];
+    int i,n=0,fonth=(int)(Disp->Font->Size*1.5);
+    
+    trace(3,"DrawTrkStat: p=%d\n",p);
+    
+    if (!ShowStats) return;
+    
+    if (p==0&&header!="") s[n++]=header;
+    
+    if (pos->n>0) {
+        d=new double[pos->n];
+        for (i=0;i<pos->n;i++) {
+            d[i]=SQRT(SQR(pos->x[i])+SQR(pos->y[i]));
+        }
+        CalcStats(pos->x,pos->n,0.0,ave[0],std[0],rms[0]);
+        CalcStats(pos->y,pos->n,0.0,ave[1],std[1],rms[1]);
+        CalcStats(pos->z,pos->n,0.0,ave[2],std[2],rms[2]);
+        CalcStats(d     ,pos->n,0.0,ave[3],std[3],rms[3]);
+        s[n++].sprintf("AVE=E:%7.4fm N:%7.4fm U:%7.4fm",ave[0],ave[1],ave[2]);
+        s[n++].sprintf("STD=E:%7.4fm N:%7.4fm U:%7.4fm",std[0],std[1],std[2]);
+        s[n++].sprintf("RMS=E:%7.4fm N:%7.4fm U:%7.4fm 2D:%7.4fm",
+                       rms[0],rms[1],rms[2],2.0*rms[3]);
+        delete [] d;
+    }
+    GraphT->GetPos(p1,p2);
+    p1.x=p2.x-10;
+    p1.y+=8+fonth*4*p;
+    for (i=0;i<n;i++,p1.y+=fonth) {
+        DrawLabel(GraphT,p1,s[i],2,2);
+    }
+}
+// draw error-circle on track-plot ------------------------------------------
+void __fastcall TPlot::DrawTrkError(const TIMEPOS *pos, int style)
+{
+    const double sint[36]={
+         0.0000, 0.1736, 0.3420, 0.5000, 0.6428, 0.7660, 0.8660, 0.9397, 0.9848,
+         1.0000, 0.9848, 0.9397, 0.8660, 0.7660, 0.6428, 0.5000, 0.3420, 0.1736,
+         0.0000,-0.1736,-0.3420,-0.5000,-0.6428,-0.7660,-0.8660,-0.9397,-0.9848,
+        -1.0000,-0.9848,-0.9397,-0.8660,-0.7660,-0.6428,-0.5000,-0.3420,-0.1736
+    };
+    double xc[37],yc[37],a,b,s,c;
+    int i,j;
+    
+    trace(3,"DrawTrkError: style=%d\n",style);
+    
+    if (!ShowErr) return;
+    
+    for (i=0;i<pos->n;i++) {
+        if (pos->xs[i]<=0.0||pos->ys[i]<=0.0) continue;
+        
+        a=pos->xys[i]/SQRT(pos->xs[i]);
+        
+        if ((b=pos->ys[i]-a*a)>=0.0) b=SQRT(b); else continue;
+        
+        for (j=0;j<37;j++) {
+            s=sint[j%36];
+            c=sint[(45-j)%36];
+            xc[j]=pos->x[i]+SQRT(pos->xs[i])*c;
+            yc[j]=pos->y[i]+a*c+b*s;
+        }
+        GraphT->DrawPoly(xc,yc,37,CColor[1],ShowErr==1?0:1);
+    }
+}
+// draw direction-arrow on track-plot ---------------------------------------
+void __fastcall TPlot::DrawTrkArrow(const TIMEPOS *pos)
+{
+    TPoint p;
+    double tt,d[2],dist,dt,vel;
+    int i,off=8;
+    
+    trace(3,"DrawTrkArrow\n");
+    
+    if (!ShowArrow) return;
+    
+    for (i=1;i<pos->n-1;i++) {
+        tt=time2gpst(pos->t[i],NULL);
+        d[0]=pos->x[i+1]-pos->x[i-1];
+        d[1]=pos->y[i+1]-pos->y[i-1];
+        dist=norm(d,2);
+        dt=timediff(pos->t[i+1],pos->t[i-1]);
+        vel=dt==0.0?0.0:dist/dt;
+        
+        if (vel<0.5||fmod(tt+0.005,INTARROW)>=0.01) continue;
+        
+        GraphT->ToPoint(pos->x[i],pos->y[i],p);
+        p.x-=(int)(off*d[1]/dist);
+        p.y-=(int)(off*d[0]/dist);
+        DrawMark(GraphT,p,10,CColor[1],15,(int)(ATAN2(d[1],d[0])*R2D));
+    }
+}
+// draw velocity-indicator on track-plot ------------------------------------
+void __fastcall TPlot::DrawTrkVel(const TIMEPOS *vel)
+{
+    AnsiString label;
+    TPoint p1,p2;
+    double v=0.0,dir=0.0;
+    
+    trace(3,"DrawTrkVel\n");
+    
+    if (vel&&vel->n>0) {
+        if ((v=sqrt(SQR(vel->x[0])+SQR(vel->y[0])))>1.0) {
+            dir=ATAN2(vel->x[0],vel->y[0])*R2D;
+        }
+    }
+    GraphT->GetPos(p1,p2);
+    p1.x+=SIZE_VELC/2+30;
+    p1.y=p2.y-SIZE_VELC/2-30;
+    DrawMark(GraphT,p1,1,CColor[2],SIZE_VELC,0);
+    p1.y+=SIZE_VELC/2;
+    label.sprintf("%.0f km/h",v*3600.0/1000.0);
+    DrawLabel(GraphT,p1,label,0,2);
+    p1.y-=SIZE_VELC/2;
+    if (v>=1.0) DrawMark(GraphT,p1,10,CColor[2],SIZE_VELC,90-(int)dir);
+    DrawMark(GraphT,p1,0,CColor[0],8,0);
+    DrawMark(GraphT,p1,1,CColor[2],8,0);
+}
+// draw solution-plot -------------------------------------------------------
+void __fastcall TPlot::DrawSol(int level, int type)
+{
+    AnsiString label[]={"E-W","N-S","U-D"},unit[]={"m","m/s","m/s" CHARUP2};
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TIMEPOS *pos,*pos1,*pos2;
+    gtime_t time1={0},time2={0};
+    TPoint p1,p2;
+    double xc,yc,xl[2],yl[2],off,y;
+    int i,j,k,sel=!BtnSol1->Down&&BtnSol2->Down?1:0,p=0;
+    
+    trace(3,"DrawSol: level=%d\n",level);
+    
+    if (BtnShowTrack->Down&&(BtnFixHoriz->Down||BtnFixVert->Down)) {
+        
+        pos=SolToPos(SolData+sel,SolIndex[sel],0,type);
+        
+        for (i=0;i<3&&pos->n>0;i++) {
+            GraphG[i]->GetCent(xc,yc);
+            if (BtnFixVert->Down) {
+                yc=i==0?pos->x[0]:(i==1?pos->y[0]:pos->z[0]);
+            }
+            if (BtnFixHoriz->Down) {
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->SetCent(TimePos(pos->t[0])-off,yc);
+            }
+            else {
+                GraphG[i]->SetCent(xc,yc);
+            }
+        }
+        delete pos;
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->Down) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(ShowLabel,ShowLabel);
+    }
+    if (BtnSol1->Down) {
+        pos=SolToPos(SolData,-1,QFlag->ItemIndex,type);
+        DrawSolPnt(pos,level,0);
+        DrawSolStat(pos,unit[type],p++);
+        delete pos;
+    }
+    if (BtnSol2->Down) {
+        pos=SolToPos(SolData+1,-1,QFlag->ItemIndex,type);
+        DrawSolPnt(pos,level,1);
+        DrawSolStat(pos,unit[type],p++);
+        delete pos;
+    }
+    if (BtnSol12->Down) {
+        pos1=SolToPos(SolData  ,-1,0,type);
+        pos2=SolToPos(SolData+1,-1,0,type);
+        pos=pos1->diff(pos2,QFlag->ItemIndex);
+        DrawSolPnt(pos,level,0);
+        DrawSolStat(pos,unit[type],p++);
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowTrack->Down&&(BtnSol1->Down||BtnSol2->Down||BtnSol12->Down)) {
+        
+        pos =SolToPos(SolData+sel,SolIndex[sel],0,type);
+        pos1=SolToPos(SolData    ,SolIndex[0]  ,0,type);
+        pos2=SolToPos(SolData+1  ,SolIndex[1]  ,0,type);
+        if (pos1->n>0) time1=pos1->t[0];
+        if (pos2->n>0) time2=pos2->t[0];
+        
+        for (j=k=0;j<3&&pos->n>0;j++) {
+            
+            if (!btn[j]->Down) continue;
+            
+            GraphG[j]->GetLim(xl,yl);
+            xl[0]=xl[1]=TimePos(pos->t[0]);
+            GraphG[j]->DrawPoly(xl,yl,2,CColor[2],0);
+            
+            if (BtnSol2->Down&&pos2->n>0&&(time1.time==0||fabs(timediff(time1,time2))<DTTOL*2.0)) {
+                xl[0]=xl[1]=TimePos(time2);
+                y=j==0?pos2->x[0]:(j==1?pos2->y[0]:pos2->z[0]);
+                GraphG[j]->DrawMark(xl[0],y,0,CColor[0],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(xl[0],y,1,CColor[1],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(xl[0],y,1,CColor[2],MarkSize*2+2,0);
+                GraphG[j]->DrawMark(xl[0],y,0,MColor[1][pos->q[0]],MarkSize*2,0);
+                if (BtnSol1->Down&&pos1->n>0&&GraphG[j]->ToPoint(xl[0],y,p1)) {
+                    p1.x+=MarkSize+4;
+                    DrawLabel(GraphG[j],p1,"2",1,0);
+                }
+            }
+            if (BtnSol1->Down&&pos1->n>0) {
+                xl[0]=xl[1]=TimePos(time1);
+                y=j==0?pos1->x[0]:(j==1?pos1->y[0]:pos1->z[0]);
+                GraphG[j]->DrawMark(xl[0],y,0,CColor[0],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(xl[0],y,1,CColor[2],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(xl[0],y,1,CColor[2],MarkSize*2+2,0);
+                GraphG[j]->DrawMark(xl[0],y,0,MColor[0][pos->q[0]],MarkSize*2,0);
+                if (BtnSol2->Down&&pos2->n>0&&GraphG[j]->ToPoint(xl[0],y,p1)) {
+                    p1.x+=MarkSize+4;
+                    DrawLabel(GraphG[j],p1,"1",1,0);
+                }
+            }
+            xl[0]=xl[1]=TimePos(pos->t[0]);
+            if (k++==0) {
+                GraphG[j]->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                
+                if (!BtnFixHoriz->Down) {
+                    GraphG[j]->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.x+=5; p1.y+=3;
+        DrawLabel(GraphG[i],p1,label[i]+" ("+unit[type]+")",1,2);
+    }
+}
+// draw points and line on solution-plot ------------------------------------
+void __fastcall TPlot::DrawSolPnt(const TIMEPOS *pos, int level, int style)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    double *x,*y,*s,xs,ys,*yy;
+    int i,j;
+    
+    trace(3,"DrawSolPnt: level=%d style=%d\n",level,style);
+    
+    x=new double [pos->n];
+    
+    for (i=0;i<pos->n;i++) {
+        x[i]=TimePos(pos->t[i]);
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        
+        y=i==0?pos->x :(i==1?pos->y :pos->z );
+        s=i==0?pos->xs:(i==1?pos->ys:pos->zs);
+        
+        if (!level||!(PlotStyle%2)) {
+            DrawPolyS(GraphG[i],x,y,pos->n,CColor[3],style);
+        }
+        if (level&&ShowErr&&PlotType<=PLOT_SOLA&&PlotStyle<2) {
+            
+            GraphG[i]->GetScale(xs,ys);
+            
+            if (ShowErr==1) {
+                for (j=0;j<pos->n;j++) {
+                    GraphG[i]->DrawMark(x[j],y[j],12,CColor[1],(int)(SQRT(s[j])*2.0/ys),0);
+                }
+            }
+            else {
+                yy=new double [pos->n];
+                
+                for (j=0;j<pos->n;j++) yy[j]=y[j]-SQRT(s[j]);
+                DrawPolyS(GraphG[i],x,yy,pos->n,CColor[1],1);
+                
+                for (j=0;j<pos->n;j++) yy[j]=y[j]+SQRT(s[j]);
+                DrawPolyS(GraphG[i],x,yy,pos->n,CColor[1],1);
+                
+                delete [] yy;
+            }
+        }
+        if (level&&PlotStyle<2) {
+            TColor *color=new TColor[pos->n];
+            for (j=0;j<pos->n;j++) color[j]=MColor[style][pos->q[j]];
+            GraphG[i]->DrawMarks(x,y,color,pos->n,0,MarkSize,0);
+            delete [] color;
+        }
+    }
+    delete [] x;
+}
+// draw statistics on solution-plot -----------------------------------------
+void __fastcall TPlot::DrawSolStat(const TIMEPOS *pos, AnsiString unit, int p)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TPoint p1,p2;
+    double ave,std,rms,*y,opos[3];
+    int i,j=0,k=0,fonth=(int)(Disp->Font->Size*1.5);
+    char *u;
+    AnsiString label,s;
+    
+    trace(3,"DrawSolStat: p=%d\n",p);
+    
+    if (!ShowStats||pos->n<=0) return;
+    
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        
+        y=i==0?pos->x:(i==1?pos->y:pos->z);
+        CalcStats(y,pos->n,0.0,ave,std,rms);
+        GraphG[i]->GetPos(p1,p2);
+        p1.x=p2.x-5;
+        p1.y+=3+fonth*(p+(!k++&&p>0?1:0));
+        
+        if (j==0&&p==0) {
+            
+            if (norm(OPos,3)>0.0) {
+                ecef2pos(OPos,opos);
+                label="ORI="+LatLonStr(opos,9)+s.sprintf(" %.4fm",opos[2]);
+                DrawLabel(GraphG[j],p1,label,2,2);
+                j++; p1.y+=fonth;
+            }
+        }
+        u=unit.c_str();
+        s.sprintf("AVE=%.4f%s STD=%.4f%s RMS=%.4f%s",ave,u,std,u,rms,u);
+        DrawLabel(GraphG[i],p1,s,2,2);
+    }
+}
+// draw number-of-satellite plot --------------------------------------------
+void __fastcall TPlot::DrawNsat(int level)
+{
+    AnsiString label[]={
+        "# of Valid Satellites",
+        "Age of Differential (s)",
+        "Ratio Factor for AR Validation"
+    };
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TIMEPOS *ns;
+    TPoint p1,p2;
+    double xc,yc,y,xl[2],yl[2],off;
+    int i,j,k,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"DrawNsat: level=%d\n",level);
+    
+    if (BtnShowTrack->Down&&BtnFixHoriz->Down) {
+        
+        ns=SolToNsat(SolData+sel,SolIndex[sel],0);
+        
+        for (i=0;i<3;i++) {
+            if (BtnFixHoriz->Down) {
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->SetCent(TimePos(ns->t[0])-off,yc);
+            }
+            else {
+                GraphG[i]->GetRight(xc,yc);
+                GraphG[i]->SetRight(TimePos(ns->t[0]),yc);
+            }
+        }
+        delete ns;
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->Down) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(ShowLabel,ShowLabel);
+    }
+    if (BtnSol1->Down) {
+        ns=SolToNsat(SolData,-1,QFlag->ItemIndex);
+        DrawSolPnt(ns,level,0);
+        delete ns;
+    }
+    if (BtnSol2->Down) {
+        ns=SolToNsat(SolData+1,-1,QFlag->ItemIndex);
+        DrawSolPnt(ns,level,1);
+        delete ns;
+    }
+    if (BtnShowTrack->Down&&(BtnSol1->Down||BtnSol2->Down)) {
+        
+        ns=SolToNsat(SolData+sel,SolIndex[sel],0);
+        
+        for (j=k=0;j<3&&ns->n>0;j++) {
+            
+            if (!btn[j]->Down) continue;
+            
+            y=j==0?ns->x[0]:(j==1?ns->y[0]:ns->z[0]);
+            GraphG[j]->GetLim(xl,yl);
+            xl[0]=xl[1]=TimePos(ns->t[0]);
+            
+            GraphG[j]->DrawPoly(xl,yl,2,CColor[2],0);
+            GraphG[j]->DrawMark(xl[0],y,0,CColor[0],MarkSize*2+6,0);
+            GraphG[j]->DrawMark(xl[0],y,1,CColor[2],MarkSize*2+6,0);
+            GraphG[j]->DrawMark(xl[0],y,1,CColor[2],MarkSize*2+2,0);
+            GraphG[j]->DrawMark(xl[0],y,0,MColor[sel][ns->q[0]],MarkSize*2,0);
+            
+            if (k++==0) {
+                GraphG[j]->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                
+                if (!BtnFixHoriz->Down) {
+                    GraphG[j]->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+        delete ns;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.x+=5; p1.y+=3;
+        DrawLabel(GraphG[i],p1,label[i],1,2);
+    }
+}
+// draw observation-data-plot -----------------------------------------------
+void __fastcall TPlot::DrawObs(int level)
+{
+    AnsiString label;
+    TPoint p1,p2,p;
+    gtime_t time;
+    obsd_t *obs;
+    double xs,ys,xt,xl[2],yl[2],tt[MAXSAT]={0},xp,xc,yc,yp[MAXSAT]={0};
+    int i,j,m=0,sats[MAXSAT]={0},ind=ObsIndex,prn;
+    char id[16];
+    
+    trace(3,"DrawObs: level=%d\n",level);
+    
+    for (i=0;i<Obs.n;i++) {
+        if (SatMask[Obs.data[i].sat-1]) continue;
+        sats[Obs.data[i].sat-1]=1;
+    }
+    for (i=0;i<MAXSAT;i++) if (sats[i]) m++;
+    
+    GraphR->XLPos=TimeLabel?6:1; 
+    GraphR->YLPos=0;
+    GraphR->Week=Week;
+    GraphR->GetLim(xl,yl);
+    yl[0]=0.5;
+    yl[1]=m>0?m+0.5:m+10.5;
+    GraphR->SetLim(xl,yl);
+    GraphR->SetTick(0.0,1.0);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->Down&&BtnFixHoriz->Down) {
+        xp=TimePos(Obs.data[IndexObs[ind]].time);
+        if (BtnFixHoriz->Down) {
+            double xl[2],yl[2],off;
+            GraphR->GetLim(xl,yl);
+            off=Xcent*(xl[1]-xl[0])/2.0;
+            GraphR->GetCent(xc,yc);
+            GraphR->SetCent(xp-off,yc);
+        }
+        else {
+            GraphR->GetRight(xc,yc);
+            GraphR->SetRight(xp,yc);
+        }
+    }
+    GraphR->DrawAxis(1,1);
+    GraphR->GetPos(p1,p2);
+    
+    for (i=0,j=0;i<MAXSAT;i++) {
+        if (!sats[i]) continue;
+        p.x=p1.x;
+        p.y=p1.y+(int)((p2.y-p1.y)*(j+0.5)/m);
+        yp[i]=m-(j++);
+        satno2id(i+1,id);
+        label=id;
+        GraphR->DrawText(p,label,CColor[2],2,0,0);
+    }
+    p1.x=Disp->Font->Size;
+    p1.y=(p1.y+p2.y)/2;
+    GraphR->DrawText(p1,"SATELLITE NO",CColor[2],0,0,90);
+    
+    if (!BtnSol1->Down) return;
+    
+    if (level&&PlotStyle<=2) {
+        DrawObsEphem(yp);
+    }
+    if (level&&PlotStyle<=2) {
+        GraphR->GetScale(xs,ys);
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            TColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==clBlack) continue;
+            
+            xt=TimePos(obs->time);
+            if (fabs(xt-tt[obs->sat-1])/xs>0.9) {
+                GraphR->DrawMark(xt,yp[obs->sat-1],0,PlotStyle<2?col:CColor[3],
+                                 PlotStyle<2?MarkSize:0,0);
+                tt[obs->sat-1]=xt;
+            }
+        }
+    }
+    if (level&&PlotStyle<=2) {
+        DrawObsSlip(yp);
+    }
+    if (BtnShowTrack->Down&&0<=ind&&ind<NObs) {
+        i=IndexObs[ind];
+        time=Obs.data[i].time;
+        
+        GraphR->GetLim(xl,yl);
+        xl[0]=xl[1]=TimePos(Obs.data[i].time);
+        GraphR->DrawPoly(xl,yl,2,CColor[2],0);
+        
+        for (;i<Obs.n&&timediff(Obs.data[i].time,time)==0.0;i++) {
+            obs=&Obs.data[i];
+            TColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==clBlack) continue;
+            GraphR->DrawMark(xl[0],yp[obs->sat-1],0,col,MarkSize*2+2,0);
+        }
+        GraphR->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+        if (!BtnFixHoriz->Down) {
+            GraphR->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+        }
+    }
+}
+// draw slip on observation-data-plot ---------------------------------------
+void __fastcall TPlot::DrawObsSlip(double *yp)
+{
+    AnsiString ObsTypeText=ObsType->Text;
+    obsd_t *obs;
+    TPoint ps[2];
+    double gfp[MAXSAT]={0},gf;
+    const char *code;
+    int i,j,slip;
+    
+    trace(3,"DrawObsSlip\n");
+    
+    code=ObsType->ItemIndex?ObsTypeText.c_str()+1:"";
+    
+    for (i=0;i<Obs.n;i++) {
+        if (El[i]<ElMask*D2R) continue;
+        if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+        obs=&Obs.data[i];
+        if (!SatSel[obs->sat-1]) continue;
+            
+        if (!GraphR->ToPoint(TimePos(obs->time),yp[obs->sat-1],ps[0])) continue;
+        ps[1].x=ps[0].x;
+        ps[1].y=ps[0].y+MarkSize*3/2+1;
+        ps[0].y=ps[0].y-MarkSize*3/2;
+        
+        if (ShowHalfC) {
+            slip=0;
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                    (obs->LLI[j]&2)) slip=1;
+            }
+            if (slip) GraphR->DrawPoly(ps,2,MColor[0][0],0);
+        }
+        if (ShowSlip) {
+            slip=0;
+            if (ShowSlip==2) { // LLI
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                        (obs->LLI[j]&1)) slip=1;
+                }
+            }
+            else if (!*code||!strcmp(code,"1")||!strcmp(code,"2")) {
+                if (obs->L[0]!=0.0&&obs->L[1]!=0.0&&
+                    satsys(obs->sat,NULL)!=SYS_GLO) {
+                    gf=CLIGHT*(obs->L[0]/FREQ1-obs->L[1]/FREQ2);
+                    if (fabs(gfp[obs->sat-1]-gf)>THRESLIP) slip=1;
+                    gfp[obs->sat-1]=gf;
+                }
+            }
+            if (slip) GraphR->DrawPoly(ps,2,MColor[0][5],0);
+        }
+    }
+}
+// draw ephemeris on observation-data-plot ----------------------------------
+void __fastcall TPlot::DrawObsEphem(double *yp)
+{
+    TPoint ps[3];
+    int i,j,k,in,svh,off[MAXSAT]={0};
+    
+    trace(3,"DrawObsEphem\n");
+    
+    if (!ShowEph) return;
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (!SatSel[i]) continue;
+        for (j=0;j<Nav.n;j++) {
+            if (Nav.eph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.eph[j].ttr),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.eph[j].toe),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.eph[j].sat-1]=off[Nav.eph[j].sat-1]?0:3;
+            
+            for (k=0;k<3;k++) ps[k].y+=MarkSize+2+off[Nav.eph[j].sat-1];
+            ps[0].y-=2;
+            
+            svh=Nav.eph[j].svh;
+            if (satsys(i+1,NULL)==SYS_QZS) svh&=0xFE; /* mask QZS LEX health */
+            
+            GraphR->DrawPoly(ps,3,svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(ps[2],0,svh?MColor[0][5]:CColor[1],svh?4:3,0);
+        }
+        for (j=0;j<Nav.ng;j++) {
+            if (Nav.geph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.geph[j].tof),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.geph[j].toe),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.geph[j].sat-1]=off[Nav.geph[j].sat-1]?0:3;
+            for (k=0;k<3;k++) ps[k].y+=MarkSize+2+off[Nav.geph[j].sat-1];
+            ps[0].y-=2;
+            
+            GraphR->DrawPoly(ps,3,Nav.geph[j].svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(ps[2],0,Nav.geph[j].svh?MColor[0][5]:CColor[1],
+                                     Nav.geph[j].svh?4:3,0);
+        }
+        for (j=0;j<Nav.ns;j++) {
+            if (Nav.seph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.seph[j].tof),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.seph[j].t0),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.seph[j].sat-1]=off[Nav.seph[j].sat-1]?0:3;
+            for (k=0;k<3;k++) ps[k].y+=MarkSize+2+off[Nav.seph[j].sat-1];
+            ps[0].y-=2;
+            
+            GraphR->DrawPoly(ps,3,Nav.seph[j].svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(ps[2],0,Nav.seph[j].svh?MColor[0][5]:CColor[1],
+                                     Nav.seph[j].svh?4:3,0);
+        }
+    }
+}
+// draw sky-image on sky-plot -----------------------------------------------
+void __fastcall TPlot::DrawSkyImage(int level)
+{
+    TCanvas *c=Disp->Canvas;
+    TPoint p1,p2;
+    double xl[2],yl[2],r,s,mx[190],my[190];
+    
+    trace(3,"DrawSkyImage: level=%d\n",level);
+    
+    if (SkySize[0]<=0||SkySize[1]<=0) return;
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    s=r*SkyImageR->Width/2.0/SkyScaleR;
+    GraphS->ToPoint(-s,s,p1);
+    GraphS->ToPoint(s,-s,p2);
+    TRect rect(p1,p2);
+    c->StretchDraw(rect,SkyImageR);
+    
+    if (SkyElMask) { // elevation mask
+        int n=0;
+        
+        mx[n]=0.0;   my[n++]=yl[1];
+        for (int i=0;i<=180;i++) {
+            mx[n  ]=r*sin(i*2.0*D2R);
+            my[n++]=r*cos(i*2.0*D2R);
+        }
+        mx[n]=0.0;   my[n++]=yl[1];
+        mx[n]=xl[0]; my[n++]=yl[1];
+        mx[n]=xl[0]; my[n++]=yl[0];
+        mx[n]=xl[1]; my[n++]=yl[0];
+        mx[n]=xl[1]; my[n++]=yl[1];
+        GraphS->DrawPatch(mx,my,n,CColor[0],CColor[0],0);
+    }
+}
+// draw sky-plot ------------------------------------------------------------
+void __fastcall TPlot::DrawSky(int level)
+{
+    TPoint p1,p2;
+    AnsiString s,ss,ObsTypeText=ObsType->Text;
+    obsd_t *obs;
+    gtime_t t[MAXSAT]={{0}};
+    double p[MAXSAT][2]={{0}},gfp[MAXSAT]={0},p0[MAXSAT][2]={{0}};
+    double x,y,xp,yp,xs,ys,dt,dx,dy,xl[2],yl[2],r,gf;
+    int i,j,ind=ObsIndex;
+    int hh=(int)(Disp->Font->Size*1.5),prn,color,slip;
+    const char *code=ObsType->ItemIndex?ObsTypeText.c_str()+1:"";
+    char id[16];
+    
+    trace(3,"DrawSky: level=%d\n",level);
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    
+    if (BtnShowMap->Down) {
+        DrawSkyImage(level);
+    }
+    if (BtnShowSkyplot->Down) {
+        GraphS->DrawSkyPlot(0.0,0.0,CColor[1],CColor[2],CColor[0],r*2.0);
+    }
+    if (!BtnSol1->Down) return;
+    
+    GraphS->GetScale(xs,ys);
+    
+    if (PlotStyle<=2) {
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            TColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==clBlack) continue;
+            
+            x =r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y =r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            xp=p[obs->sat-1][0];
+            yp=p[obs->sat-1][1];
+            
+            if ((x-xp)*(x-xp)+(y-yp)*(y-yp)>=xs*xs) {
+                int siz=PlotStyle<2?MarkSize:1;
+                GraphS->DrawMark(x,y,0,PlotStyle<2?col:CColor[3],siz,0);
+                p[obs->sat-1][0]=x;
+                p[obs->sat-1][1]=y;
+            }
+            if (xp==0.0&&yp==0.0) {
+                p0[obs->sat-1][0]=x;
+                p0[obs->sat-1][1]=y;
+            }
+        }
+    }
+    if ((PlotStyle==0||PlotStyle==2)&&!BtnShowTrack->Down) {
+        
+        for (i=0;i<MAXSAT;i++) {
+            if (p0[i][0]!=0.0||p0[i][1]!=0.0) {
+                TPoint pnt;
+                if (GraphS->ToPoint(p0[i][0],p0[i][1],pnt)) {
+                    satno2id(i+1,id); s=id;
+                    DrawLabel(GraphS,pnt,s,1,0);
+                }
+            }
+        }
+    }
+    if (!level) return;
+    
+    if (ShowSlip&&PlotStyle<=2) {
+        
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            
+            slip=0;
+            if (ShowSlip==2) { // LLI
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                        (obs->LLI[j]&1)) slip=1;
+                }
+            }
+            else if (!*code||!strcmp(code,"1")||!strcmp(code,"2")) {
+                if (obs->L[0]!=0.0&&obs->L[1]!=0.0&&
+                    satsys(obs->sat,NULL)!=SYS_GLO) {
+                    gf=CLIGHT*(obs->L[0]/FREQ1-obs->L[1]/FREQ2);
+                    if (fabs(gfp[obs->sat-1]-gf)>THRESLIP) slip=1;
+                    gfp[obs->sat-1]=gf;
+                }
+            }
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            dt=timediff(obs->time,t[obs->sat-1]);
+            dx=x-p[obs->sat-1][0];
+            dy=y-p[obs->sat-1][1];
+            t[obs->sat-1]=obs->time;
+            p[obs->sat-1][0]=x;
+            p[obs->sat-1][1]=y;
+            if (fabs(dt)>300.0) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            if (slip) {
+                GraphS->DrawMark(x,y,4,MColor[0][5],MarkSize*3+2,ATAN2(dy,dx)*R2D+90);
+            }
+        }
+    }
+    if (ElMaskP) {
+        double *x=new double [361];
+        double *y=new double [361];
+        for (i=0;i<=360;i++) {
+            x[i]=r*sin(i*D2R)*(1.0-2.0*ElMaskData[i]/PI);
+            y[i]=r*cos(i*D2R)*(1.0-2.0*ElMaskData[i]/PI);
+        }
+        Disp->Canvas->Pen->Width=2;
+        GraphS->DrawPoly(x,y,361,COL_ELMASK,0);
+        Disp->Canvas->Pen->Width=1;
+        delete [] x;
+        delete [] y;
+    }
+    if (BtnShowTrack->Down&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            TColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==clBlack) continue;
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            
+            satno2id(obs->sat,id);
+            GraphS->DrawMark(x,y,0,col,Disp->Font->Size*2+5,0);
+            GraphS->DrawMark(x,y,1,col==clBlack?MColor[0][0]:CColor[2],Disp->Font->Size*2+5,0);
+            GraphS->DrawText(x,y,s=id,CColor[0],0,0,0);
+        }
+    }
+    GraphS->GetPos(p1,p2);
+    p1.x+=10; p1.y+=8; p2.x-=10; p2.y=p1.y;
+    
+    if (ShowStats&&!SimObs) {
+        s.sprintf("MARKER: %s %s",Sta.name,Sta.marker);
+        DrawLabel(GraphS,p1,s,1,2); p1.y+=hh;
+        s.sprintf("REC: %s %s %s",Sta.rectype,Sta.recver,Sta.recsno);
+        DrawLabel(GraphS,p1,s,1,2); p1.y+=hh;
+        s.sprintf("ANT: %s %s",Sta.antdes,Sta.antsno);
+        DrawLabel(GraphS,p1,s,1,2); p1.y+=hh;
+    }
+    // show statistics
+    if (ShowStats&&BtnShowTrack->Down&&0<=ind&&ind<NObs&&!SimObs) {
+        
+        s.sprintf("SAT: OBS : SNR : LLI%s",!*code?"":" : CODE");
+        DrawLabel(GraphS,p2,s,2,2);
+        p2.y+=3;
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]) continue;
+            if (HideLowSat&&El[i]<ElMask*D2R) continue;
+            if (HideLowSat&&ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            
+            satno2id(obs->sat,id);
+            s.sprintf("%-3s: ",id);
+            
+            if (!*code) {
+                for (j=0;j<NFREQ;j++) s+=obs->P[j]==0.0?"-":"C";
+                for (j=0;j<NFREQ;j++) s+=obs->L[j]==0.0?"-":"L";
+                s+=" : ";
+                for (j=0;j<NFREQ;j++) s+=ss.sprintf("%02.0f ",obs->SNR[j]*0.25);
+                s+=": ";
+                for (j=0;j<NFREQ;j++) s+=ss.sprintf("%d",obs->LLI[j]);
+            }
+            else {
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if (strstr(code2obs(obs->code[j],NULL),code)) break;
+                }
+                if (j>=NFREQ+NEXOBS) continue;
+                
+                s+=ss.sprintf("%s%s%s : %04.1f : %d : %s",obs->P[j]==0.0?"-":"C",
+                              obs->L[j]==0.0?"-":"L",obs->D[j]==0.0?"-":"D",
+                              obs->SNR[j]*0.25,obs->LLI[j],
+                              code2obs(obs->code[j],NULL));
+            }
+            TColor col=ObsColor(obs,Az[i],El[i]);
+            p2.y+=hh;
+            GraphS->DrawText(p2,s,col==clBlack?MColor[0][0]:col,2,2,0);
+        }
+    }
+    if (Nav.n<=0&&Nav.ng<=0&&!SimObs) {
+        GraphS->GetPos(p1,p2);
+        p2.x-=10;
+        p2.y-=3;
+        DrawLabel(GraphS,p2,"No Navigation Data",2,1);
+    }
+}
+// draw dop and number-of-satellite plot ------------------------------------
+void __fastcall TPlot::DrawDop(int level)
+{
+    AnsiString label;
+    TPoint p1,p2;
+    gtime_t time;
+    double xp,xc,yc,xl[2],yl[2],azel[MAXSAT*2],*dop,*x,*y;
+    int i,j,*ns,prn,n=0;
+    int ind=ObsIndex,doptype=DopType->ItemIndex;
+    
+    trace(3,"DrawDop: level=%d\n",level);
+    
+    GraphR->XLPos=TimeLabel?6:1; 
+    GraphR->YLPos=1;
+    GraphR->Week=Week;
+    GraphR->GetLim(xl,yl);
+    yl[0]=0.0; yl[1]=MaxDop;
+    GraphR->SetLim(xl,yl);
+    GraphR->SetTick(0.0,0.0);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->Down&&BtnFixHoriz->Down) {
+        double xl[2],yl[2],off;
+        GraphR->GetLim(xl,yl);
+        off=Xcent*(xl[1]-xl[0])/2.0;
+        xp=TimePos(Obs.data[IndexObs[ind]].time);
+        GraphR->GetCent(xc,yc);
+        GraphR->SetCent(xp-off,yc);
+    }
+    GraphR->DrawAxis(1,1);
+    GraphR->GetPos(p1,p2);
+    p1.x=Disp->Font->Size;
+    p1.y=(p1.y+p2.y)/2;
+    if (doptype==0) {
+        label.sprintf("# OF SATELLITES / DOP (EL>=%.0f%s)",ElMask,CHARDEG);
+    }
+    else if (doptype==1) {
+        label.sprintf("# OF SATELLITES (EL>=%.0f%s)",ElMask,CHARDEG);
+    }
+    else {
+        label.sprintf("DOP (EL>=%.0f%s)",ElMask,CHARDEG);
+    }
+    GraphR->DrawText(p1,label,CColor[2],0,0,90);
+    
+    if (!BtnSol1->Down) return;
+    
+    x  =new double[NObs];
+    y  =new double[NObs];
+    dop=new double[NObs*4];
+    ns =new int   [NObs];
+    
+    for (i=0;i<NObs;i++) {
+        ns[n]=0;
+        for (j=IndexObs[i];j<Obs.n&&j<IndexObs[i+1];j++) {
+            if (SatMask[Obs.data[j].sat-1]||!SatSel[Obs.data[j].sat-1]) continue;
+            if (El[j]<ElMask*D2R) continue;
+            if (ElMaskP&&El[j]<ElMaskData[(int)(Az[j]*R2D+0.5)]) continue;
+            azel[  ns[n]*2]=Az[j];
+            azel[1+ns[n]*2]=El[j];
+            ns[n]++;
+        }
+        dops(ns[n],azel,ElMask*D2R,dop+n*4);
+        x[n++]=TimePos(Obs.data[IndexObs[i]].time);
+    }
+    for (i=0;i<4;i++) {
+        if (doptype!=0&&doptype!=i+2) continue;
+        
+        for (j=0;j<n;j++) y[j]=dop[i+j*4];
+        
+        if (!(PlotStyle%2)) {
+            DrawPolyS(GraphR,x,y,n,CColor[3],0);
+        }
+        if (level&&PlotStyle<2) {
+            for (j=0;j<n;j++) {
+                if (y[j]==0.0) continue;
+                GraphR->DrawMark(x[j],y[j],0,MColor[0][i+2],MarkSize,0);
+            }
+        }
+    }
+    if (doptype==0||doptype==1) {
+        for (i=0;i<n;i++) y[i]=ns[i];
+        
+        if (!(PlotStyle%2)) {
+            DrawPolyS(GraphR,x,y,n,CColor[3],1);
+        }
+        if (level&&PlotStyle<2) {
+            for (i=0;i<n;i++) {
+                GraphR->DrawMark(x[i],y[i],0,MColor[0][1],MarkSize,0);
+            }
+        }
+    }
+    if (BtnShowTrack->Down&&0<=ind&&ind<NObs) {
+        GraphR->GetLim(xl,yl);
+        xl[0]=xl[1]=TimePos(Obs.data[IndexObs[ind]].time);
+        
+        GraphR->DrawPoly(xl,yl,2,CColor[2],0);
+        
+        ns[0]=0;
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            if (SatMask[Obs.data[i].sat-1]||!SatSel[Obs.data[i].sat-1]) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            azel[  ns[0]*2]=Az[i];
+            azel[1+ns[0]*2]=El[i];
+            ns[0]++;
+        }
+        dops(ns[0],azel,ElMask*D2R,dop);
+        
+        for (i=0;i<4;i++) {
+            if ((doptype!=0&&doptype!=i+2)||dop[i]<=0.0) continue;
+            GraphR->DrawMark(xl[0],dop[i],0,MColor[0][i+2],MarkSize*2+2,0);
+        }
+        if (doptype==0||doptype==1) {
+            GraphR->DrawMark(xl[0],ns[0],0,MColor[0][1],MarkSize*2+2,0);
+        }
+        GraphR->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+        if (!BtnFixHoriz->Down) {
+            GraphR->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+        }
+    }
+    else {
+        DrawDopStat(dop,ns,n);
+    }
+    if (Nav.n<=0&&Nav.ng<=0&&(doptype==0||doptype>=2)&&!SimObs) {
+        GraphR->GetPos(p1,p2);
+        p2.x-=10;
+        p2.y-=3;
+        DrawLabel(GraphR,p2,"No Navigation Data",2,1);
+    }
+    delete [] x;
+    delete [] y;
+    delete [] dop;
+    delete [] ns;
+}
+// draw statistics on dop and number-of-satellite plot ----------------------
+void __fastcall TPlot::DrawDopStat(double *dop, int *ns, int n)
+{
+    AnsiString s0[MAXOBS+2],s1[MAXOBS+2],s2[MAXOBS+2];
+    TPoint p1,p2,p3,p4;
+    double ave[4]={0};
+    int i,j,m=0;
+    int ndop[4]={0},nsat[MAXOBS]={0},fonth=(int)(Disp->Font->Size*1.5);
+    
+    trace(3,"DrawDopStat: n=%d\n",n);
+    
+    if (!ShowStats) return;
+    
+    for (i=0;i<n;i++) nsat[ns[i]]++;
+    
+    for (i=0;i<4;i++) {
+        for (j=0;j<n;j++) {
+            if (dop[i+j*4]<=0.0||dop[i+j*4]>MaxDop) continue;
+            ave[i]+=dop[i+j*4];
+            ndop[i]++;
+        }
+        if (ndop[i]>0) ave[i]/=ndop[i];
+    }
+    if (DopType->ItemIndex==0||DopType->ItemIndex>=2) {
+        s2[m++].sprintf("AVE= GDOP:%4.1f PDOP:%4.1f HDOP:%4.1f VDOP:%4.1f",
+                        ave[0],ave[1],ave[2],ave[3]);
+        s2[m++].sprintf("NDOP=%d(%4.1f%%) %d(%4.1f%%) %d(%4.1f%%) %d(%4.1f%%)",
+                        ndop[0],n>0?ndop[0]*100.0/n:0.0,
+                        ndop[1],n>0?ndop[1]*100.0/n:0.0,
+                        ndop[2],n>0?ndop[2]*100.0/n:0.0,
+                        ndop[3],n>0?ndop[3]*100.0/n:0.0);
+    }
+    if (DopType->ItemIndex<=1) {
+        
+        for (i=0,j=0;i<MAXOBS;i++) {
+            if (nsat[i]<=0) continue;
+            s0[m].sprintf("%s%2d:",j++==0?"NSAT= ":"",i);
+            s1[m].sprintf("%7d",nsat[i]);
+            s2[m++].sprintf("(%4.1f%%)",nsat[i]*100.0/n);
+        }
+    }
+    GraphR->GetPos(p1,p2);
+    p1.x=p2.x-10;
+    p1.y+=8;
+    p2=p1; p2.x-=fonth*4;
+    p3=p2; p3.x-=fonth*8;
+    
+    for (i=0;i<m;i++,p1.y+=fonth,p2.y+=fonth,p3.y+=fonth) {
+        DrawLabel(GraphR,p3,s0[i],2,2);
+        DrawLabel(GraphR,p2,s1[i],2,2);
+        DrawLabel(GraphR,p1,s2[i],2,2);
+    }
+}
+// draw snr, mp and elevation-plot ---------------------------------------------
+void __fastcall TPlot::DrawSnr(int level)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    AnsiString s,ObsTypeText=ObsType2->Text;
+    AnsiString label[]={"SNR","Multipath","Elevation"};
+    AnsiString unit[]={"dBHz","m",CHARDEG};
+    TPoint p1,p2;
+    TColor *col,colp[MAXSAT];
+    gtime_t time={0};
+    double *x,*y,xl[2],yl[2],off,xc,yc,xp,yp[MAXSAT],ave[3]={0},rms[3]={0};
+    char *code=ObsTypeText.c_str()+1;
+    int i,j,k,l,n,np,c,sat,ind=ObsIndex,nrms[3]={0};
+    
+    trace(3,"DrawSnr: level=%d\n",level);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->Down) {
+        time=Obs.data[IndexObs[ind]].time;
+    }
+    if (0<=ind&&ind<NObs&&BtnShowTrack->Down&&BtnFixHoriz->Down) {
+        GraphG[0]->GetLim(xl,yl);
+        off=Xcent*(xl[1]-xl[0])/2.0;
+        xp=TimePos(time);
+        for (j=0;j<3;j++) {
+            GraphG[j]->GetCent(xc,yc);
+            GraphG[j]->SetCent(xp-off,yc);
+        }
+    }
+    for (i=0;i<3;i++) if (btn[i]->Down) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(ShowLabel,ShowLabel);
+    }
+    if (NObs>0&&BtnSol1->Down) {
+        x=new double[NObs],
+        y=new double[NObs];
+        col=new TColor[NObs];
+        
+        for (i=l=0;i<3;i++) {
+            if (!btn[i]->Down) continue;
+            
+            for (sat=1,np=0;sat<=MAXSAT;sat++) {
+                if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+                
+                for (j=n=0;j<Obs.n;j++) {
+                    if (Obs.data[j].sat!=sat) continue;
+                    
+                    for (k=0;k<NFREQ+NEXOBS;k++) {
+                        if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+                    }
+                    if (k>=NFREQ+NEXOBS) continue;
+                    
+                    x[n]=TimePos(Obs.data[j].time);
+                    if (i==0) {
+                        y[n]=Obs.data[j].SNR[k]*0.25;
+                        col[n]=MColor[0][4];
+                    }
+                    else if (i==1) {
+                        if (!Mp[k]||Mp[k][j]==0.0) continue;
+                        y[n]=Mp[k][j];
+                        col[n]=MColor[0][4];
+                    }
+                    else {
+                        y[n]=El[j]*R2D;
+                        if (SimObs) col[n]=SysColor(Obs.data[j].sat);
+                        else col[n]=SnrColor(Obs.data[j].SNR[k]*0.25);
+                        if (El[j]>0.0&&El[j]<ElMask*D2R) col[n]=MColor[0][0];
+                    }
+                    if (timediff(time,Obs.data[j].time)==0.0&&np<MAXSAT) {
+                        yp[np]=y[n];
+                        colp[np++]=col[n];
+                    }
+                    if (n<NObs) n++;
+                }
+                if (!level||!(PlotStyle%2)) {
+                    for (j=0;j<n;j=k) {
+                        for (k=j+1;k<n;k++) if (fabs(y[k-1]-y[k])>30.0) break;
+                        DrawPolyS(GraphG[i],x+j,y+j,k-j,CColor[3],0);
+                    }
+                }
+                if (level&&PlotStyle<2) {
+                    for (j=0;j<n;j++) {
+                        if (i!=1&&y[j]<=0.0) continue;
+                        GraphG[i]->DrawMark(x[j],y[j],0,col[j],MarkSize,0);
+                    }
+                }
+                for (j=0;j<n;j++) {
+                    if (y[j]==0.0) continue;
+                    ave[i]+=y[j];
+                    rms[i]+=SQR(y[j]);
+                    nrms[i]++;
+                }
+            }
+            if (level&&i==1&&nrms[i]>0&&ShowStats&&!BtnShowTrack->Down) {
+                ave[i]=ave[i]/nrms[i];
+                rms[i]=sqrt(rms[i]/nrms[i]);
+                GraphG[i]->GetPos(p1,p2);
+                p1.x=p2.x-8; p1.y+=3;
+                DrawLabel(GraphG[i],p1,s.sprintf("AVE=%.4fm RMS=%.4fm",ave[i],
+                          rms[i]),2,2);
+            }
+            if (BtnShowTrack->Down&&0<=ind&&ind<NObs&&BtnSol1->Down) {
+                if (!btn[i]->Down) continue;
+                GraphG[i]->GetLim(xl,yl);
+                xl[0]=xl[1]=TimePos(time);
+                GraphG[i]->DrawPoly(xl,yl,2,CColor[2],0);
+                
+                if (l++==0) {
+                    GraphG[i]->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                    
+                    if (!BtnFixHoriz->Down) {
+                        GraphG[i]->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                    }
+                }
+                for (k=0;k<np;k++) {
+                    if (i!=1&&yp[k]<=0.0) continue;
+                    GraphG[i]->DrawMark(xl[0],yp[k],0,CColor[0],MarkSize*2+4,0);
+                    GraphG[i]->DrawMark(xl[0],yp[k],0,colp[k],MarkSize*2+2,0);
+                }
+                if (np<=0||np>1||(i!=1&&yp[0]<=0.0)) continue;
+                
+                GraphG[i]->GetPos(p1,p2);
+                p1.x=p2.x-8; p1.y+=3;
+                DrawLabel(GraphG[i],p1,s.sprintf("%.*f %s",i==1?4:1,yp[0],unit[i]),2,2);
+            }
+        }
+        delete [] x;
+        delete [] y;
+        delete [] col;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.x+=5; p1.y+=3;
+        DrawLabel(GraphG[i],p1,s.sprintf("%s (%s)",label[i],unit[i]),1,2);
+    }
+}
+// draw snr, mp-elevation-plot ----------------------------------------------
+void __fastcall TPlot::DrawSnrE(int level)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    AnsiString s,ObsTypeText=ObsType2->Text;
+    AnsiString label[]={"SNR (dBHz)","Multipath (m)"};
+    TPoint p1,p2;
+    TColor *col[2],colp[2][MAXSAT];
+    gtime_t time={0};
+    double *x[2],*y[2],xl[2]={-0.001,90.0},yl[2][2]={{10.0,65.0},{-10.0,10.0}};
+    double xp[2][MAXSAT],yp[2][MAXSAT],ave=0.0,rms=0.0;
+    char *code=ObsTypeText.c_str()+1;
+    int i,j,k,n[2],np[2]={0},sat,ind=ObsIndex,hh=(int)(Disp->Font->Size*1.5);
+    int nrms=0;
+    
+    trace(3,"DrawSnrE: level=%d\n",level);
+    
+    yl[1][0]=-MaxMP; yl[1][1]=MaxMP;
+    
+    for (i=0;i<2;i++) if (btn[i]->Down) j=i;
+    for (i=0;i<2;i++) {
+        if (!btn[i]->Down) continue;
+        GraphE[i]->XLPos=i==j?1:0;
+        GraphE[i]->YLPos=1;
+        GraphE[i]->SetLim(xl,yl[i]);
+        GraphE[i]->SetTick(0.0,0.0);
+        GraphE[i]->DrawAxis(1,1);
+        
+        GraphE[i]->GetPos(p1,p2);
+        p1.x=Disp->Font->Size;
+        p1.y=(p1.y+p2.y)/2;
+        GraphE[i]->DrawText(p1,label[i],CColor[2],0,0,90);
+        if (i==j) {
+            p2.x-=8; p2.y-=6;
+            GraphE[i]->DrawText(p2,"Elevation (" CHARDEG ")",CColor[2],2,1,0);
+        }
+    }
+    if (0<=ind&&ind<NObs&&BtnShowTrack->Down) {
+        time=Obs.data[IndexObs[ind]].time;
+    }
+    if (NObs>0&&BtnSol1->Down) {
+        for (i=0;i<2;i++) {
+            x[i]=new double[NObs],
+            y[i]=new double[NObs];
+            col[i]=new TColor[NObs];
+        }
+        for (sat=1;sat<=MAXSAT;sat++) {
+            if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+            
+            for (j=n[0]=n[1]=0;j<Obs.n;j++) {
+                if (Obs.data[j].sat!=sat) continue;
+                
+                for (k=0;k<NFREQ+NEXOBS;k++) {
+                    if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+                }
+                if (k>=NFREQ+NEXOBS) continue;
+                if (El[j]<=0.0) continue;
+                
+                x[0][n[0]]=x[1][n[1]]=El[j]*R2D;
+                
+                y[0][n[0]]=Obs.data[j].SNR[k]*0.25;
+                y[1][n[1]]=!Mp[k]?0.0:Mp[k][j];
+                
+                col[0][n[0]]=col[1][n[1]]=
+                    El[j]>0.0&&El[j]<ElMask*D2R?MColor[0][0]:MColor[0][4];
+                
+                if (y[0][n[0]]>0.0) {
+                    if (timediff(time,Obs.data[j].time)==0.0) {
+                        xp[0][np[0]]=x[0][n[0]];
+                        yp[0][np[0]]=y[0][n[0]];
+                        colp[0][np[0]]=ObsColor(Obs.data+j,Az[j],El[j]);
+                        if (np[0]<MAXSAT&&colp[0][np[0]]!=clBlack) np[0]++;
+                    }
+                    if (n[0]<NObs) n[0]++;
+                }
+                if (y[1][n[1]]!=0.0) {
+                    if (El[j]>=ElMask*D2R) {
+                        ave+=y[1][n[1]];
+                        rms+=SQR(y[1][n[1]]);
+                        nrms++;
+                    }
+                    if (timediff(time,Obs.data[j].time)==0.0) {
+                        xp[1][np[1]]=x[1][n[1]];
+                        yp[1][np[1]]=y[1][n[1]];
+                        colp[1][np[1]]=ObsColor(Obs.data+j,Az[j],El[j]);
+                        if (np[1]<MAXSAT&&colp[1][np[1]]!=clBlack) np[1]++;
+                    }
+                    if (n[1]<NObs) n[1]++;
+                }
+            }
+            if (!level||!(PlotStyle%2)) {
+                for (i=0;i<2;i++) {
+                    if (!btn[i]->Down) continue;
+                    DrawPolyS(GraphE[i],x[i],y[i],n[i],CColor[3],0);
+                }
+            }
+            if (level&&PlotStyle<2) {
+                for (i=0;i<2;i++) {
+                    if (!btn[i]->Down) continue;
+                    for (j=0;j<n[i];j++) {
+                        GraphE[i]->DrawMark(x[i][j],y[i][j],0,col[i][j],MarkSize,0);
+                    }
+                }
+            }
+        }
+        for (i=0;i<2;i++) {
+            delete [] x[i];
+            delete [] y[i];
+            delete [] col[i];
+        }
+        if (BtnShowTrack->Down&&0<=ind&&ind<NObs&&BtnSol1->Down) {
+            
+            for (i=0;i<2;i++) {
+                if (!btn[i]->Down) continue;
+                for (j=0;j<np[i];j++) {
+                    GraphE[i]->DrawMark(xp[i][j],yp[i][j],0,CColor[0],MarkSize*2+8,0);
+                    GraphE[i]->DrawMark(xp[i][j],yp[i][j],1,CColor[2],MarkSize*2+6,0);
+                    GraphE[i]->DrawMark(xp[i][j],yp[i][j],0,colp[i][j],MarkSize*2+2,0);
+                }
+            }
+        }
+    }
+    if (ShowStats) {
+        for (i=0;i<2;i++) if (btn[i]->Down) break;
+        if (i<2) {
+            GraphE[i]->GetPos(p1,p2);
+            p1.x+=8; p1.y+=6;
+            s.sprintf("MARKER: %s %s",Sta.name,Sta.marker);
+            DrawLabel(GraphE[i],p1,s,1,2); p1.y+=hh;
+            s.sprintf("REC: %s %s %s",Sta.rectype,Sta.recver,Sta.recsno);
+            DrawLabel(GraphE[i],p1,s,1,2); p1.y+=hh;
+            s.sprintf("ANT: %s %s",Sta.antdes,Sta.antsno);
+            DrawLabel(GraphE[i],p1,s,1,2); p1.y+=hh;
+        }
+        if (btn[1]->Down&&nrms>0&&!BtnShowTrack->Down) {
+            ave=ave/nrms;
+            rms=sqrt(rms/nrms);
+            GraphE[1]->GetPos(p1,p2);
+            p1.x=p2.x-8; p1.y+=6;
+            DrawLabel(GraphE[1],p1,s.sprintf("AVE=%.4fm RMS=%.4fm",ave,rms),2,2);
+        }
+    }
+}
+// draw mp-skyplot ----------------------------------------------------------
+void __fastcall TPlot::DrawMpS(int level)
+{
+    AnsiString ObsTypeText=ObsType2->Text,s;
+    TColor col;
+    obsd_t *obs;
+    double x,y,xp,yp,xs,ys,xl[2],yl[2],p[MAXSAT][2]={{0}},r;
+    int i,j,sat,ind=ObsIndex;
+    char *code=ObsTypeText.c_str()+1,id[32];
+    
+    trace(3,"DrawSnrS: level=%d\n",level);
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    
+    if (BtnShowMap->Down) {
+        DrawSkyImage(level);
+    }
+    if (BtnShowSkyplot->Down) {
+        GraphS->DrawSkyPlot(0.0,0.0,CColor[1],CColor[2],CColor[0],r*2.0);
+    }
+    if (!BtnSol1->Down||NObs<=0||SimObs) return;
+    
+    GraphS->GetScale(xs,ys);
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+        
+        for (i=0;i<Obs.n;i++) {
+            if (Obs.data[i].sat!=sat) continue;
+            
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if (strstr(code2obs(Obs.data[i].code[j],NULL),code)) break;
+            }
+            if (j>=NFREQ+NEXOBS) continue;
+            if (El[i]<=0.0) continue;
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            xp=p[sat-1][0];
+            yp=p[sat-1][1];
+            col=MpColor(!Mp[j]?0.0:Mp[j][i]);
+            
+            if ((x-xp)*(x-xp)+(y-yp)*(y-yp)>=xs*xs) {
+                int siz=PlotStyle<2?MarkSize:1;
+                GraphS->DrawMark(x,y,0,col,siz,0);
+                GraphS->DrawMark(x,y,0,PlotStyle<2?col:CColor[3],siz,0);
+                p[sat-1][0]=x;
+                p[sat-1][1]=y;
+            }
+        }
+    }
+    if (BtnShowTrack->Down&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if (strstr(code2obs(obs->code[j],NULL),code)) break;
+            }
+            if (j>=NFREQ+NEXOBS) continue;
+            col=MpColor(!Mp[j]?0.0:Mp[j][i]);
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            
+            satno2id(obs->sat,id);
+            GraphS->DrawMark(x,y,0,col,Disp->Font->Size*2+5,0);
+            GraphS->DrawMark(x,y,1,CColor[2],Disp->Font->Size*2+5,0);
+            GraphS->DrawText(x,y,s=id,CColor[0],0,0,0);
+        }
+    }
+}
+// draw residuals and snr/elevation plot ------------------------------------
+void __fastcall TPlot::DrawRes(int level)
+{
+    AnsiString label[]={
+        "Pseudorange Residuals (m)",
+        "Carrier-Phase Residuals (m)",
+        "Elevation Angle (deg) / Signal Strength (dBHz)"
+    };
+    AnsiString str;
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TPoint p1,p2;
+    double xc,yc,xl[2],yl[2],res[2],sum[2]={0},sum2[2]={0};
+    int i,j,sel=!BtnSol1->Down&&BtnSol2->Down?1:0,ind=SolIndex[sel];
+    int frq=FrqType->ItemIndex+1;
+    
+    trace(3,"DrawRes: level=%d\n",level);
+    
+    if (0<=ind&&ind<SolData[sel].n&&BtnShowTrack->Down&&BtnFixHoriz->Down) {
+        
+        gtime_t t=SolData[sel].data[ind].time;
+        
+        for (i=0;i<3;i++) {
+            if (BtnFixHoriz->Down) {
+                double off;
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->SetCent(TimePos(t)-off,yc);
+            }
+            else {
+                GraphG[i]->GetRight(xc,yc);
+                GraphG[i]->SetRight(TimePos(t),yc);
+            }
+        }
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->Down) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(ShowLabel,ShowLabel);
+    }
+    double *x,*y[4];
+    int n=SolStat[sel].n;
+    int m,ns[2]={0},*q,*s;
+    
+    if (n>0&&((sel==0&&BtnSol1->Down)||(sel==1&&BtnSol2->Down))) {
+        
+        q   =new int[n];
+        s   =new int[n];
+        x   =new double[n],
+        y[0]=new double[n];
+        y[1]=new double[n];
+        y[2]=new double[n];
+        y[3]=new double[n];
+        
+        for (int sat=1;sat<=MAXSAT;sat++) {
+            char id[32];
+            satno2id(sat,id);
+            if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+            m=0;
+            for (int i=0;i<n;i++) {
+                solstat_t *p=SolStat[sel].data+i;
+                if (p->sat!=sat||p->frq!=frq) continue;
+                if (p->resp==0.0&&p->resc==0.0) continue;
+                x[m]=TimePos(p->time);
+                y[0][m]=p->resp;
+                y[1][m]=p->resc;
+                y[2][m]=p->el*R2D;
+                y[3][m]=p->snr*0.25;
+                if      (!(p->flag>>5))  q[m]=0; // invalid
+                else if ((p->flag&7)<=1) q[m]=2; // float
+                else if ((p->flag&7)<=3) q[m]=1; // fixed
+                else                     q[m]=6; // ppp
+                s[m++]=(p->flag>>3)&0x3;         // slip
+                
+                if (p->resp!=0.0) {
+                    sum [0]+=p->resp;
+                    sum2[0]+=p->resp*p->resp;
+                    ns[0]++;
+                }
+                if (p->resc!=0.0) {
+                    sum [1]+=p->resc;
+                    sum2[1]+=p->resc*p->resc;
+                    ns[1]++;
+                }
+            }
+            for (int i=0;i<3;i++) {
+                if (!btn[i]->Down) continue;
+                if (!level||!(PlotStyle%2)) {
+                    DrawPolyS(GraphG[i],x,y[i],m,CColor[3],0);
+                    if (i==2) DrawPolyS(GraphG[i],x,y[3],m,CColor[3],0);
+                }
+                if (level&&PlotStyle<2) {
+                    TColor color;
+                    for (int j=0;j<m;j++) {
+                        color=i<2?MColor[0][q[j]]:MColor[0][1];
+                        GraphG[i]->DrawMark(x[j],y[i][j],0,color,MarkSize,0);
+                        if (i==2) GraphG[i]->DrawMark(x[j],y[3][j],0,MColor[0][4],MarkSize,0);
+                    }
+                }
+                if (level&&i==1) { /* slip */
+                    for (int j=0;j<m;j++) {
+                        if (!s[j]) continue;
+                        TColor color=s[j]&1?MColor[0][5]:MColor[0][0];
+                        GraphG[i]->DrawMark(x[j],y[i][j],4,color,MarkSize*3,90);
+                    }
+                }
+            }
+        }
+        delete [] x;
+        delete [] q;
+        delete [] s;
+        delete [] y[0];
+        delete [] y[1];
+        delete [] y[2];
+        delete [] y[3];
+        
+        if (ShowStats) {
+            for (int i=0;i<2;i++) {
+                if (!btn[i]->Down) continue;
+                double ave,std,rms;
+                ave=ns[i]<=0?0.0:sum[i]/ns[i];
+                std=ns[i]<=1?0.0:SQRT((sum2[i]-2.0*sum[i]*ave+ns[i]*ave*ave)/(ns[i]-1));
+                rms=ns[i]<=0?0.0:SQRT(sum2[i]/ns[i]);
+                GraphG[i]->GetPos(p1,p2);
+                p1.x=p2.x-5;
+                p1.y+=3;
+                str.sprintf("AVE=%.3fm STD=%.3fm RMS=%.3fm",ave,std,rms);
+                DrawLabel(GraphG[i],p1,str,2,2);
+            }
+        }
+        if (BtnShowTrack->Down&&0<=ind&&ind<SolData[sel].n&&(BtnSol1->Down||BtnSol2->Down)) {
+            for (int i=0,j=0;i<3;i++) {
+                if (!btn[i]->Down) continue;
+                gtime_t t=SolData[sel].data[ind].time;
+                GraphG[i]->GetLim(xl,yl);
+                xl[0]=xl[1]=TimePos(t);
+                GraphG[i]->DrawPoly(xl,yl,2,ind==0?CColor[1]:CColor[2],0);
+                if (j++==0) {
+                    GraphG[i]->DrawMark(xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                    GraphG[i]->DrawMark(xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.x+=5; p1.y+=3;
+        DrawLabel(GraphG[i],p1,label[i],1,2);
+    }
+}
+// draw polyline without time-gaps ------------------------------------------
+void __fastcall TPlot::DrawPolyS(TGraph *graph, double *x, double *y, int n,
+    TColor color, int style)
+{
+    int i,j;
+    
+    for (i=0;i<n;i=j) {
+        for (j=i+1;j<n;j++) if (fabs(x[j]-x[j-1])>TBRK) break;
+        graph->DrawPoly(x+i,y+i,j-i,color,style);
+    }
+}
+// draw label with hemming --------------------------------------------------
+void __fastcall TPlot::DrawLabel(TGraph *g, TPoint p, AnsiString label, int ha,
+    int va)
+{
+    g->DrawText(p,label,CColor[2],CColor[0],ha,va,0);
+}
+// draw mark with hemming ---------------------------------------------------
+void __fastcall TPlot::DrawMark(TGraph *g, TPoint p, int mark, TColor color,
+    int size, int rot)
+{
+    g->DrawMark(p,mark,color,CColor[0],size,rot);
+}
+// refresh google earth view --------------------------------------------------
+void __fastcall TPlot::Refresh_GEView(void)
+{
+    AnsiString func;
+    TIMEPOS *vel;
+    sol_t *sol;
+    double pos[3]={0},heading,ddeg;
+    int i,opts[12],sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    // get ge options
+    GoogleEarthView->GetOpts(opts);
+    
+    if (BtnShowTrack->Down) {
+        
+        // update mark
+        if (BtnSol2->Down&&SolData[1].n>0) {
+            sol=getsol(SolData+1,SolIndex[1]);
+            ecef2pos(sol->rr,pos);
+            pos[2]-=geoidh(pos);
+            GoogleEarthView->SetMark(2,pos);
+            GoogleEarthView->ShowMark(2);
+            GoogleMapView->SetMark(2,pos);
+            GoogleMapView->ShowMark(2);
+        }
+        else {
+            GoogleEarthView->HideMark(2);
+            GoogleMapView->HideMark(2);
+        }
+        if (BtnSol1->Down&&SolData[0].n>0) {
+            sol=getsol(SolData,SolIndex[0]);
+            ecef2pos(sol->rr,pos);
+            pos[2]-=geoidh(pos);
+            GoogleEarthView->SetMark(1,pos);
+            GoogleEarthView->ShowMark(1);
+            GoogleMapView->SetMark(1,pos);
+            GoogleMapView->ShowMark(1);
+        }
+        else {
+            GoogleEarthView->HideMark(1);
+            GoogleMapView->HideMark(1);
+        }
+        // update heading
+        if (opts[10]&&norm(pos,3)>0.0) {
+            vel=SolToPos(SolData+sel,SolIndex[sel],0,1);
+            heading=ATAN2(vel->x[0],vel->y[0])*R2D;
+            
+            // filter
+            if (vel->x[0]*vel->x[0]+vel->y[0]*vel->y[0]>0.5) {
+                ddeg=heading-GEHeading;
+                if      (ddeg<-180.0) ddeg+=360.0;
+                else if (ddeg> 180.0) ddeg-=360.0;
+                GEHeading+=0.5*ddeg;
+                if      (GEHeading<-180.0) GEHeading+=360.0;
+                else if (GEHeading> 180.0) GEHeading-=360.0;
+            }
+            GoogleEarthView->SetHeading(GEHeading);
+            
+            delete vel;
+        }
+    }
+    else {
+        GoogleEarthView->HideMark(1);
+        GoogleEarthView->HideMark(2);
+        GoogleMapView->HideMark(1);
+        GoogleMapView->HideMark(2);
+    }
+    // update track
+    if (BtnSol1->Down&&!BtnConnect->Down) {
+        if (!GEDataState[0]) {
+            GoogleEarthView->HideTrack(1);
+            GEDataState[0]=GoogleEarthView->UpdateTrack(1,SolData);
+        }
+        GoogleEarthView->ShowTrack(1);
+    }
+    else {
+        GoogleEarthView->HideTrack(1);
+    }
+    if (BtnSol2->Down&&!BtnConnect->Down) {
+        if (!GEDataState[1]) {
+            GoogleEarthView->HideTrack(2);
+            GEDataState[1]=GoogleEarthView->UpdateTrack(2,SolData+1);
+        }
+        GoogleEarthView->ShowTrack(2);
+    }
+    else {
+        GoogleEarthView->HideTrack(2);
+    }
+    // update points
+    if (BtnShowPoint->Down) {
+        GoogleEarthView->ShowPoint();
+    }
+    else {
+        GoogleEarthView->HidePoint();
+    }
+}
+// refresh google map view -----------------------------------------------------
+void __fastcall TPlot::Refresh_GMView(void)
+{
+}
diff --git a/app/rtkplot/plotinfo.cpp b/app/rtkplot/plotinfo.cpp
new file mode 100644
index 0000000..8bec28e
--- /dev/null
+++ b/app/rtkplot/plotinfo.cpp
@@ -0,0 +1,400 @@
+//---------------------------------------------------------------------------
+// plotinfo.c: rtkplot info functions
+//---------------------------------------------------------------------------
+#include "rtklib.h"
+#include "plotmain.h"
+
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+// update information on status-bar -----------------------------------------
+void __fastcall TPlot::UpdateInfo(void)
+{
+    int showobs=(PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP)||
+                PlotType==PLOT_SNR||PlotType==PLOT_SNRE||PlotType==PLOT_MPS;
+    
+    trace(3,"UpdateInfo:\n");
+    
+    if (BtnShowTrack->Down) {
+        if (showobs) UpdateTimeObs(); else UpdateTimeSol();
+    }
+    else {
+        if (showobs) UpdateInfoObs(); else UpdateInfoSol();
+    }
+}
+// update time-information for observation-data plot ------------------------
+void __fastcall TPlot::UpdateTimeObs(void)
+{
+    AnsiString msgs1[]={" OBS=L1/2 "," L1 "," L2 "," L1/2/5 "," L1/5 ",""," L5 "};
+    AnsiString msgs2[]={" SNR=...45.","..40.","..35.","..30.","..25 ",""," <25 "};
+    AnsiString msgs3[]={" SYS=GPS ","GLO ","GAL ","QZS ","BDS ","SBS ",""};
+    AnsiString msgs4[]={" MP=..0.6","..0.3","..0.0..","-0.3..","-0.6..","",""};
+    AnsiString msg,msgs[8],s;
+    double azel[MAXOBS*2],dop[4]={0};
+    int i,ns=0,no=0,ind=ObsIndex;
+    char tstr[64];
+    
+    trace(3,"UpdateTimeObs\n");
+    
+    if (BtnSol1->Down&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++,no++) {
+            if (SatMask[Obs.data[i].sat-1]||!SatSel[Obs.data[i].sat-1]) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            azel[  ns*2]=Az[i];
+            azel[1+ns*2]=El[i];
+            ns++;
+        }
+    }
+    if (ns>=0) {
+        dops(ns,azel,ElMask*D2R,dop);
+        
+        TimeStr(Obs.data[IndexObs[ind]].time,3,1,tstr);
+        msg.sprintf("[1]%s : N=%d ",tstr,no);
+        
+        if (PlotType==PLOT_DOP) {
+            msgs[0].sprintf("NSAT=%d",ns);
+            msgs[1].sprintf(" GDOP=%.1f",dop[0]);
+            msgs[2].sprintf(" PDOP=%.1f",dop[1]);
+            msgs[3].sprintf(" HDOP=%.1f",dop[2]);
+            msgs[4].sprintf(" VDOP=%.1f",dop[3]);
+        }
+        else if (PlotType<=PLOT_SKY&&ObsType->ItemIndex==0) {
+            msg+=s.sprintf("NSAT=%d ",ns);
+            for (i=0;i<7;i++) msgs[i]=SimObs?msgs3[i]:msgs1[i];
+        }
+        else if (PlotType==PLOT_MPS) {
+            msg+=s.sprintf("NSAT=%d ",ns);
+            for (i=0;i<7;i++) msgs[i]=msgs4[i];
+        }
+        else {
+            msg+=s.sprintf("NSAT=%d ",ns);
+            for (i=0;i<7;i++) msgs[i]=SimObs?msgs3[i]:msgs2[i];
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update time-information for solution plot --------------------------------
+void __fastcall TPlot::UpdateTimeSol(void)
+{
+    const char *unit[]={"m","m/s","m/s2"},*u;
+    const char *sol[]={"","FIX","FLOAT","SBAS","DGPS","Single","PPP"};
+    AnsiString msg,msgs[8],s;
+    sol_t *data;
+    double xyz[3],pos[3],r,az,el;
+    int sel=BtnSol1->Down||!BtnSol2->Down?0:1,ind=SolIndex[sel];
+    char tstr[64];
+    
+    trace(3,"UpdateTimeSol\n");
+    
+    if ((BtnSol1->Down||BtnSol2->Down||BtnSol12->Down)&&
+        (data=getsol(SolData+sel,ind))) {
+        
+        if (!ConnectState) msg.sprintf("[%d]",sel+1); else msg="[R]";
+        
+        TimeStr(data->time,2,1,tstr);
+        msg+=tstr;
+        msg+=" : ";
+        
+        if (PLOT_SOLP<=PlotType&&PlotType<=PLOT_SOLA) {
+            PosToXyz(data->time,data->rr,data->type,xyz);
+            u=unit[PlotType-PLOT_SOLP];
+            msg+=s.sprintf("E=%7.4f%s N=%7.4f%s U=%7.4f%s Q=",
+                           xyz[0],u,xyz[1],u,xyz[2],u);
+        }
+        else if (PlotType==PLOT_NSAT) {
+            msg+=s.sprintf("NS=%d AGE=%.1f RATIO=%.1f Q=",data->ns,data->age,
+                           data->ratio);
+        }
+        else if (!data->type) {
+            ecef2pos(data->rr,pos);
+            msg+=LatLonStr(pos,9)+s.sprintf(" %9.4fm  Q=",pos[2]);
+        }
+        else {
+            r=norm(data->rr,3);
+            az=norm(data->rr,2)<=1E-12?0.0:atan2(data->rr[0],data->rr[1])*R2D;
+            el=r<=1E-12?0.0:asin(data->rr[2]/r)*R2D;
+            msg+=s.sprintf("B=%.3fm D=%6.2f" CHARDEG " %5.2f" CHARDEG "  Q=",
+                           r,az<0.0?az+360.0:az,el);
+        }
+        if (1<=data->stat&&data->stat<=6) {
+            msgs[data->stat-1]=s.sprintf("%d:%s",data->stat,sol[data->stat]);
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update statistics-information for observation-data plot ------------------
+void __fastcall TPlot::UpdateInfoObs(void)
+{
+    AnsiString msgs0[]={"  NSAT"," GDOP"," PDOP"," HDOP"," VDOP","",""};
+    AnsiString msgs1[]={" OBS=L1/2 "," L1 "," L2 "," L1/2/5 "," L1/5 ",""," L5 "};
+    AnsiString msgs2[]={" SNR=...45.","..40.","..35.","..30.","..25 ",""," <25 "};
+    AnsiString msgs3[]={" SYS=GPS ","GLO ","GAL ","QZS ","BDS ","SBS ",""};
+    AnsiString msgs4[]={" MP=..0.6","..0.3","..0.0..","-0.3..","-0.6..","",""};
+    AnsiString msg,msgs[8];
+    gtime_t ts={0},te={0},t,tp={0};
+    int i,n=0,ne=0;
+    char s1[64],s2[64];
+    
+    trace(3,"UpdateInfoObs:\n");
+    
+    if (BtnSol1->Down) {
+        for (i=0;i<Obs.n;i++) {
+            t=Obs.data[i].time;
+            if (ts.time==0) ts=t; te=t;
+            if (tp.time==0||timediff(t,tp)>TTOL) ne++; 
+            n++; tp=t; 
+        }
+    }
+    if (n>0) {
+        TimeStr(ts,0,0,s1);
+        TimeStr(te,0,1,s2);
+        msg.sprintf("[1]%s-%s : EP=%d N=%d",s1,s2+(TimeLabel?5:0),ne,n);
+        
+        for (i=0;i<7;i++) {
+            if (PlotType==PLOT_DOP) {
+                msgs[i]=msgs0[i];
+            }
+            else if (PlotType<=PLOT_SKY&&ObsType->ItemIndex==0) {
+                msgs[i]=SimObs?msgs3[i]:msgs1[i];
+            }
+            else if (PlotType==PLOT_MPS) {
+                msgs[i]=msgs4[i];
+            }
+            else {
+                msgs[i]=SimObs?msgs3[i]:msgs2[i];
+            }
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update statistics-information for solution plot --------------------------
+void __fastcall TPlot::UpdateInfoSol(void)
+{
+    AnsiString msg,msgs[8],s;
+    TIMEPOS *pos=NULL,*pos1,*pos2;
+    sol_t *data;
+    gtime_t ts={0},te={0};
+    double r[3],b,bl[2]={1E9,0.0};
+    int i,j,n=0,nq[8]={0},sel=BtnSol1->Down||!BtnSol2->Down?0:1;
+    char s1[64],s2[64];
+    
+    trace(3,"UpdateInfoSol:\n");
+    
+    if (BtnSol1->Down||BtnSol2->Down) {
+        pos=SolToPos(SolData+sel,-1,0,0);
+    }
+    else if (BtnSol12->Down) {
+        pos1=SolToPos(SolData  ,-1,0,0);
+        pos2=SolToPos(SolData+1,-1,0,0);
+        pos=pos1->diff(pos2,0);
+        delete pos1;
+        delete pos2;
+    }
+    if (pos) {
+        for (i=0;i<pos->n;i++) {
+            if (ts.time==0) ts=pos->t[i]; te=pos->t[i];
+            nq[pos->q[i]]++;
+            n++; 
+        }
+        delete pos;
+    }
+    for (i=0;data=getsol(SolData+sel,i);i++) {
+        if (data->type) {
+            b=norm(data->rr,3);
+        }
+        else if (norm(SolData[sel].rb,3)>0.0) {
+            for (j=0;j<3;j++) r[j]=data->rr[j]-SolData[sel].rb[j];
+            b=norm(r,3);
+        }
+        else b=0.0;
+        if (b<bl[0]) bl[0]=b;
+        if (b>bl[1]) bl[1]=b;
+    }
+    if (n>0) {
+        if (!ConnectState) msg.sprintf("[%d]",sel+1); else msg="[R]";
+        
+        TimeStr(ts,0,0,s1);
+        TimeStr(te,0,1,s2);
+        msg+=s.sprintf("%s-%s : N=%d",s1,s2+(TimeLabel?5:0),n);
+        
+        if (bl[0]+100.0<bl[1]) {
+            msg+=s.sprintf(" B=%.1f-%.1fkm",bl[0]/1E3,bl[1]/1E3);
+        }
+        else {
+            msg+=s.sprintf(" B=%.1fkm",bl[0]/1E3);
+        }
+        msg+=" Q=";
+        
+        for (i=1;i<=6;i++) {
+            if (nq[i]<=0) continue;
+            msgs[i-1].sprintf("%d:%d(%.1f%%) ",i,nq[i],(double)nq[i]/n*100.0);
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update plot-type pull-down menu ------------------------------------------
+void __fastcall TPlot::UpdatePlotType(void)
+{
+    int i;
+    
+    trace(3,"UpdatePlotType\n");
+    
+    PlotTypeS->Clear();
+    if (SolData[0].n>0||SolData[1].n>0||
+        (NObs<=0&&SolStat[0].n<=0&&SolStat[1].n<=0)) {
+        PlotTypeS->AddItem(PTypes[PLOT_TRK ],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_SOLP],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_SOLV],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_SOLA],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_NSAT],NULL);
+    }
+    if (NObs>0) {
+        PlotTypeS->AddItem(PTypes[PLOT_OBS ],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_SKY ],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_DOP ],NULL);
+    }
+    if (SolStat[0].n>0||SolStat[1].n>0) {
+        PlotTypeS->AddItem(PTypes[PLOT_RES ],NULL);
+    }
+    if (NObs>0) {
+        PlotTypeS->AddItem(PTypes[PLOT_SNR ],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_SNRE],NULL);
+        PlotTypeS->AddItem(PTypes[PLOT_MPS ],NULL);
+    }
+    for (i=0;i<PlotTypeS->Items->Count;i++) {
+        if (PlotTypeS->Items->Strings[i]!=PTypes[PlotType]) continue;
+        PlotTypeS->ItemIndex=i;
+        return;
+    }
+    PlotTypeS->ItemIndex=0;
+}
+// update satellite-list pull-down menu -------------------------------------
+void __fastcall TPlot::UpdateSatList(void)
+{
+    int i,j,sys,sysp=0,sat,smask[MAXSAT]={0};
+    char s[8];
+    
+    trace(3,"UpdateSatList\n");
+    
+    for (i=0;i<2;i++) for (j=0;j<SolStat[i].n;j++) {
+        sat=SolStat[i].data[j].sat;
+        if (1<=sat&&sat<=MAXSAT) smask[sat-1]=1;
+    }
+    for (j=0;j<Obs.n;j++) {
+        sat=Obs.data[j].sat;
+        if (1<=sat&&sat<=MAXSAT) smask[sat-1]=1;
+    }
+    SatList->Items->Clear();
+    SatList->Items->Add("ALL");
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!smask[sat-1]) continue;
+        if ((sys=satsys(sat,NULL))==sysp) continue;
+        switch ((sysp=sys)) {
+            case SYS_GPS: strcpy(s,"G"); break;
+            case SYS_GLO: strcpy(s,"R"); break;
+            case SYS_GAL: strcpy(s,"E"); break;
+            case SYS_QZS: strcpy(s,"J"); break;
+            case SYS_CMP: strcpy(s,"C"); break;
+            case SYS_SBS: strcpy(s,"S"); break;
+        }
+        SatList->Items->Add(s);
+    }
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!smask[sat-1]) continue;
+        satno2id(sat,s);
+        SatList->Items->Add(s);
+    }
+    SatList->ItemIndex=0;
+    
+    UpdateSatSel();
+}
+// update observation type pull-down menu --------------------------------------
+void __fastcall TPlot::UpdateObsType(void)
+{
+    AnsiString s;
+    char *codes[MAXCODE+1],freqs[]="125678";
+    int i,j,n=0,cmask[MAXCODE+1]={0},fmask[6]={0};
+    
+    trace(3,"UpdateObsType\n");
+    
+    for (i=0;i<Obs.n;i++) for (j=0;j<NFREQ+NEXOBS;j++) {
+        cmask[Obs.data[i].code[j]]=1;
+    }
+    for (i=1;i<=MAXCODE;i++) {
+        if (!cmask[i]) continue;
+        codes[n++]=code2obs(i,&j);
+        fmask[j-1]=1;
+    }
+    ObsType ->Items->Clear();
+    ObsType2->Items->Clear();
+    ObsType ->Items->Add("ALL");
+    
+    for (i=0;i<6;i++) {
+        if (!fmask[i]) continue;
+        ObsType ->Items->Add(s.sprintf("L%c",freqs[i]));
+        ObsType2->Items->Add(s.sprintf("L%c",freqs[i]));
+    }
+    for (i=0;i<n;i++) {
+        ObsType ->Items->Add(s.sprintf("L%s",codes[i]));
+        ObsType2->Items->Add(s.sprintf("L%s",codes[i]));
+    }
+    ObsType ->ItemIndex=0;
+    ObsType2->ItemIndex=0;
+}
+// update information for current-cursor position ---------------------------
+void __fastcall TPlot::UpdatePoint(int x, int y)
+{
+    gtime_t time;
+    TPoint p(x,y);
+    double enu[3]={0},rr[3],pos[3],xx,yy,r,xl[2],yl[2],q[2],az,el,snr;
+    int i;
+    char tstr[64];
+    AnsiString msg;
+    
+    trace(4,"UpdatePoint: x=%d y=%d\n",x,y);
+    
+    if (PlotType==PLOT_TRK) { // track-plot
+        
+        if (norm(OPos,3)>0.0) {
+            GraphT->ToPos(p,enu[0],enu[1]);
+            ecef2pos(OPos,pos);
+            enu2ecef(pos,enu,rr);
+            for (i=0;i<3;i++) rr[i]+=OPos[i];
+            ecef2pos(rr,pos);
+            msg=LatLonStr(pos,8);
+        }
+    }
+    else if (PlotType==PLOT_SKY||PlotType==PLOT_MPS) { // sky-plot
+        
+        GraphS->GetLim(xl,yl);
+        GraphS->ToPos(p,q[0],q[1]);
+        r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+        
+        if ((el=90.0-90.0*norm(q,2)/r)>0.0) {
+            az=el>=90.0?0.0:ATAN2(q[0],q[1])*R2D;
+            if (az<0.0) az+=360.0;
+            msg.sprintf("AZ=%5.1f" CHARDEG " EL=%4.1f" CHARDEG,az,el);
+        }
+    }
+    else if (PlotType==PLOT_SNRE) { // snr-el-plot
+        GraphE[0]->ToPos(p,q[0],q[1]);
+        msg.sprintf("EL=%4.1f " CHARDEG,q[0]);
+    }
+    else {
+        GraphG[0]->ToPos(p,xx,yy);
+        time=gpst2time(Week,xx);
+        if      (TimeLabel==2) time=utc2gpst(time); // UTC
+        else if (TimeLabel==3) time=timeadd(gpst2utc(time),-9*3600.0); // JST
+        TimeStr(time,0,1,tstr);
+        msg=tstr;
+    }
+    Panel22->Visible=true;
+    Message2->Caption=A2U(msg);
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot/plotmain.cpp b/app/rtkplot/plotmain.cpp
new file mode 100644
index 0000000..5b91b01
--- /dev/null
+++ b/app/rtkplot/plotmain.cpp
@@ -0,0 +1,2746 @@
+//---------------------------------------------------------------------------
+// rtkplot : visualization of solution and obs data ap
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//
+// options : rtkplot [-t title][-i file][-r][-p path][-x level][file ...]
+//
+//           -t title  window title
+//           -i file   ini file path
+//           -r        open file as obs and nav file
+//           -p path   connect to path
+//                       serial://port[:brate[:bsize[:parity[:stopb[:fctr]]]]]
+//                       tcpsvr://:port
+//                       tcpcli://addr[:port]
+//                       ntrip://[user[:passwd]@]addr[:port][/mntpnt]
+//                       file://path
+//           -p1 path  connect port 1 to path 
+//           -p2 path  connect port 2 to path 
+//           -x level  debug trace level (0:off)
+//           file      solution files or rinex obs/nav file
+//
+// version : $Revision: 1.1 $ $Date: 2008/07/17 22:15:27 $
+// history : 2008/07/14  1.0 new
+//           2009/11/27  1.1 rtklib 2.3.0
+//           2010/07/18  1.2 rtklib 2.4.0
+//           2010/06/10  1.3 rtklib 2.4.1
+//           2010/06/19  1.4 rtklib 2.4.1 p1
+//           2012/11/21  1.5 rtklib 2.4.2
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <inifiles.hpp>
+#include <Clipbrd.hpp>
+#pragma hdrstop
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "plotopt.h"
+#include "refdlg.h"
+#include "tspandlg.h"
+#include "satdlg.h"
+#include "aboutdlg.h"
+#include "fileseldlg.h"
+#include "conndlg.h"
+#include "confdlg.h"
+#include "console.h"
+#include "pntdlg.h"
+#include "mapdlg.h"
+#include "skydlg.h"
+#include "geview.h"
+#include "gmview.h"
+#include "viewer.h"
+#pragma link "SHDocVw_OCX"
+
+#define YLIM_AGE    10.0            // ylimit of age of differential
+#define YLIM_RATIO  20.0            // ylimit of raito factor
+
+// instance of TPLOT --------------------------------------------------------
+TPlot *Plot;
+
+// constructor --------------------------------------------------------------
+__fastcall TPlot::TPlot(TComponent* Owner) : TForm(Owner)
+{
+    gtime_t t0={0};
+    nav_t nav0={0};
+    obs_t obs0={0};
+    sta_t sta0={0};
+    solstatbuf_t solstat0={0};
+    AnsiString s;
+    double ep[]={2000,1,1,0,0,0},xl[2],yl[2];
+    double xs[]={-DEFTSPAN/2,DEFTSPAN/2};
+    int i,nfreq=NFREQ;
+    char file[1024]="rtkplot.exe",*p;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    FormWidth=FormHeight=0;
+    Drag=0; Xn=Yn=-1; NObs=0;
+    IndexObs=NULL;
+    Week=Flush=PlotType=0;
+    AnimCycle=1;
+    for (i=0;i<2;i++) {
+        initsolbuf(SolData+i,0,0);
+        SolStat[i]=solstat0;
+        SolIndex[i]=0;
+    }
+    ObsIndex=0;
+    Obs=obs0;
+    Nav=nav0;
+    Sta=sta0;
+    SimObs=0;
+    
+    X0=Y0=Xc=Yc=Xs=Ys=Xcent=0.0;
+    GEState=GEDataState[0]=GEDataState[1]=0;
+    GEHeading=0.0;
+    OEpoch=t0;
+    for (i=0;i<3;i++) OPos[i]=OVel[i]=0.0;
+    Az=El=NULL;
+    for (i=0;i<NFREQ+NEXOBS;i++) Mp[i]=NULL;
+    OpenFiles  =new TStringList;
+    SolFiles[0]=new TStringList;
+    SolFiles[1]=new TStringList;
+    ObsFiles   =new TStringList;
+    NavFiles   =new TStringList;
+    Buff    =new Graphics::TBitmap;
+    MapImage=new Graphics::TBitmap;
+    SkyImageI=new Graphics::TBitmap;
+    SkyImageR=new Graphics::TBitmap;
+    GraphT =new TGraph(Disp);
+    GraphT->Fit=0;
+    
+    for (i=0;i<3;i++) {
+        GraphG[i]=new TGraph(Disp);
+        GraphG[i]->XLPos=0;
+        GraphG[i]->GetLim(xl,yl);
+        GraphG[i]->SetLim(xs,yl);
+    }
+    GraphR=new TGraph(Disp);
+    for (i=0;i<2;i++) {
+        GraphE[i]=new TGraph(Disp);
+    }
+    GraphS=new TGraph(Disp);
+    GraphR->GetLim(xl,yl);
+    GraphR->SetLim(xs,yl);
+    
+    MapSize[0]=MapSize[1]=0;
+    MapScaleX=MapScaleY=0.1;
+    MapScaleEq=0;
+    MapLat=MapLon=0.0;
+    
+    SkySize[0]=SkySize[1]=SkyCent[0]=SkyCent[1]=0;
+    SkyScale=SkyScaleR=240.0;
+    SkyFov[0]=SkyFov[1]=SkyFov[2]=0.0;
+    SkyElMask=1;
+    SkyDestCorr=SkyRes=SkyFlip=0;
+    for (i=0;i<10;i++) SkyDest[i]=0.0;
+    SkyBinarize=0;
+    SkyBinThres1=0.3;
+    SkyBinThres2=0.1;
+    
+    for (i=0;i<3;i++) TimeEna[i]=0;
+    TimeLabel=AutoScale=ShowStats=0;
+    ShowLabel=ShowGLabel=1;
+    ShowArrow=ShowSlip=ShowHalfC=ShowErr=ShowEph=0;
+    PlotStyle=MarkSize=Origin=RcvPos=0;
+    TimeInt=ElMask=YRange=0.0;
+    MaxDop=30.0;
+    MaxMP=10.0;
+    TimeStart=TimeEnd=epoch2time(ep);
+    DoubleBuffered=true;
+    Console1=new TConsole(Owner);
+    Console2=new TConsole(Owner);
+    
+    for (i=0;i<361;i++) ElMaskData[i]=0.0;
+    
+    Trace=0;
+    ConnectState=OpenRaw=0;
+    RtConnType=0;
+    strinitcom();
+    strinit(Stream  );
+    strinit(Stream+1);
+    
+    FrqType->Items->Clear();
+    FrqType->Items->Add("L1/LC");
+    if (nfreq>=2) FrqType->Items->Add("L2");
+    if (nfreq>=3) FrqType->Items->Add("L5");
+    if (nfreq>=4) FrqType->Items->Add("L6");
+    if (nfreq>=5) FrqType->Items->Add("L7");
+    if (nfreq>=6) FrqType->Items->Add("L8");
+    FrqType->ItemIndex=0;
+    
+    TLEData.n=TLEData.nmax=0;
+    TLEData.data=NULL;
+}
+// callback on form-create --------------------------------------------------
+void __fastcall TPlot::FormCreate(TObject *Sender)
+{
+    ::DragAcceptFiles(Handle,true);
+}
+// callback on form-show ----------------------------------------------------
+void __fastcall TPlot::FormShow(TObject *Sender)
+{
+    AnsiString cmd,s;
+    int i,argc=0;
+    char *p,*argv[32],buff[1024],*path1="",*path2="";
+    
+    trace(3,"FormShow\n");
+    
+    cmd=GetCommandLine();
+    strcpy(buff,cmd.c_str());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    LoadOpt();
+    
+    for (i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-r" )) OpenRaw=1;
+        else if (!strcmp(argv[i],"-p" )&&i+1<argc) path1=argv[++i];
+        else if (!strcmp(argv[i],"-p1")&&i+1<argc) path1=argv[++i];
+        else if (!strcmp(argv[i],"-p2")&&i+1<argc) path2=argv[++i];
+        else if (!strcmp(argv[i],"-t" )&&i+1<argc) Title=argv[++i];
+        else if (!strcmp(argv[i],"-x" )&&i+1<argc) Trace=atoi(argv[++i]);
+        else {
+            OpenFiles->Add(argv[i]);
+        }
+    }
+    UpdateType(PlotType>=PLOT_OBS?PLOT_TRK:PlotType);
+    
+    UpdateColor();
+    UpdateSatMask();
+    UpdateOrigin();
+    UpdateEnable();
+    
+    if (*path1||*path2) {
+        ConnectPath(path1,0);
+        ConnectPath(path2,1);
+        Connect();
+    }
+    else if (OpenFiles->Count<=0) {
+        Caption=Title!=""?Title:s.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    }
+    if (Trace>0) {
+        traceopen(TRACEFILE);
+        tracelevel(Trace);
+    }
+    if (TLEFile!="") {
+        tle_read(TLEFile.c_str(),&TLEData);
+    }
+    if (TLESatFile!="") {
+        tle_name_read(TLESatFile.c_str(),&TLEData);
+    }
+    Timer->Interval=RefCycle;
+    UpdatePlot();
+}
+// callback on form-close ---------------------------------------------------
+void __fastcall TPlot::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    trace(3,"FormClose\n");
+    
+    SaveOpt();
+    
+    if (Trace>0) traceclose();
+}
+// callback on form-activation ----------------------------------------------
+void __fastcall TPlot::FormActivate(TObject *Sender)
+{
+    trace(3,"FormActivate\n");
+    
+    if (OpenFiles->Count>0) {
+        if (CheckObs(OpenFiles->Strings[0])||OpenRaw) ReadObs(OpenFiles);
+        else ReadSol(OpenFiles,0);
+    }
+}
+// callback on form-resize --------------------------------------------------
+void __fastcall TPlot::FormResize(TObject *Sender)
+{
+    trace(3,"FormResize\n");
+    
+    // suppress repeated resize callback
+    if (FormWidth==Width&&FormHeight==Height) return;
+    
+    UpdateSize();
+    Refresh();
+    
+    FormWidth =Width;
+    FormHeight=Height;
+}
+// callback on drag-and-drop files ------------------------------------------
+void __fastcall TPlot::DropFiles(TWMDropFiles msg)
+{
+    TStringList *files=new TStringList;
+    AnsiString s;
+    int i,n;
+    char buff[1024],file[1024],*ext;
+    
+    trace(3,"DropFiles\n");
+    
+    if (ConnectState||
+        (n=DragQueryFile((HDROP)msg.Drop,0xFFFFFFFF,NULL,0))<=0) {
+        delete files;
+        return;
+    }
+    for (i=0;i<n;i++) {
+        DragQueryFile((HDROP)msg.Drop,i,buff,sizeof(buff));
+        files->Add(buff);
+    }
+    strcpy(file,U2A(files->Strings[0]).c_str());
+    
+    if (n==1&&(ext=strrchr(file,'.'))&&
+        (!strcmp(ext,".jpg")||!strcmp(ext,".jpeg")||
+         !strcmp(ext,".JPG")||!strcmp(ext,".JPEG"))) {
+        if (PlotType==PLOT_TRK) {
+            ReadMapData(files->Strings[0]);
+        }
+        else if (PlotType==PLOT_SKY||PlotType==PLOT_MPS) {
+            ReadSkyData(files->Strings[0]);
+        }
+    }
+    else if (CheckObs((s=file))) {
+        ReadObs(files);
+    }
+    else if (!BtnSol1->Down&&BtnSol2->Down) {
+        ReadSol(files,1);
+    }
+    else {
+        ReadSol(files,0);
+    }
+    delete files;
+}
+// callback on menu-open-solution-1 -----------------------------------------
+void __fastcall TPlot::MenuOpenSol1Click(TObject *Sender)
+{
+    trace(3,"MenuOpenSol1Click\n");
+    
+    OpenSolDialog->Title="Open Solution 1";
+    if (!OpenSolDialog->Execute()) return;
+    ReadSol(OpenSolDialog->Files,0);
+}
+// callback on menu-open-solution-2 -----------------------------------------
+void __fastcall TPlot::MenuOpenSol2Click(TObject *Sender)
+{
+    trace(3,"MenuOpenSol2Click\n");
+    
+    OpenSolDialog->Title="Open Solution 2";
+    if (!OpenSolDialog->Execute()) return;
+    ReadSol(OpenSolDialog->Files,1);
+}
+// callback on menu-open-map-image ------------------------------------------
+void __fastcall TPlot::MenuOpenMapImageClick(TObject *Sender)
+{
+    trace(3,"MenuOpenMapImage\n");
+    
+    OpenMapDialog->Title="Open Map Image";
+    OpenMapDialog->FileName=MapImageFile;
+    if (!OpenMapDialog->Execute()) return;
+    ReadMapData(OpenMapDialog->FileName);
+}
+// callback on menu-open-track-points ---------------------------------------
+void __fastcall TPlot::MenuOpenMapPathClick(TObject *Sender)
+{
+    trace(3,"MenuOpenMapPath\n");
+    
+    if (!OpenMapPathDialog->Execute()) return;
+    ReadMapPath(OpenMapPathDialog->FileName);
+}
+// callback on menu-open-sky-image ------------------------------------------
+void __fastcall TPlot::MenuOpenSkyImageClick(TObject *Sender)
+{
+    trace(3,"MenuOpenSkyImage\n");
+    
+    OpenMapDialog->Title="Open Sky Image";
+    OpenMapDialog->FileName=SkyImageFile;
+    if (!OpenMapDialog->Execute()) return;
+    ReadSkyData(OpenMapDialog->FileName);
+}
+// callback on menu-open-obs-data -------------------------------------------
+void __fastcall TPlot::MenuOpenObsClick(TObject *Sender)
+{
+    trace(3,"MenuOpenObsClick\n");
+    
+    OpenObsDialog->FilterIndex=1;
+    if (!OpenObsDialog->Execute()) return;
+    ReadObs(OpenObsDialog->Files);
+}
+// callback on menu-open-nav-data -------------------------------------------
+void __fastcall TPlot::MenuOpenNavClick(TObject *Sender)
+{
+    trace(3,"MenuOpenNavClick\n");
+    
+    OpenObsDialog->FilterIndex=2;
+    if (!OpenObsDialog->Execute()) return;
+    ReadNav(OpenObsDialog->Files);
+}
+// callback on menu-open-elev-mask ------------------------------------------
+void __fastcall TPlot::MenuOpenElevMaskClick(TObject *Sender)
+{
+    trace(3,"MenuOpenElevMaskClick\n");
+    
+    if (!OpenElMaskDialog->Execute()) return;
+    ReadElMaskData(OpenElMaskDialog->FileName);
+}
+// callback on menu-vis-analysis --------------------------------------------
+void __fastcall TPlot::MenuVisAnaClick(TObject *Sender)
+{
+    if (RcvPos!=1) { // lat/lon/height
+        ShowMsg("specify Receiver Position as Lat/Lon/Hgt");
+        return;
+    }
+    if (SpanDialog->TimeStart.time==0) {
+        int week;
+        double tow=time2gpst(utc2gpst(timeget()),&week);
+        SpanDialog->TimeStart=gpst2time(week,floor(tow/3600.0)*3600.0);
+        SpanDialog->TimeEnd=timeadd(SpanDialog->TimeStart,86400.0);
+        SpanDialog->TimeInt=30.0;
+    }
+    SpanDialog->TimeEna[0]=SpanDialog->TimeEna[1]=SpanDialog->TimeEna[2]=1;
+    SpanDialog->TimeVal[0]=SpanDialog->TimeVal[1]=SpanDialog->TimeVal[2]=2;
+    
+    if (SpanDialog->ShowModal()==mrOk) {
+        TimeStart=SpanDialog->TimeStart;
+        TimeEnd=SpanDialog->TimeEnd;
+        TimeInt=SpanDialog->TimeInt;
+        GenVisData();
+    }
+    SpanDialog->TimeVal[0]=SpanDialog->TimeVal[1]=SpanDialog->TimeVal[2]=1;
+}
+// callback on menu-sol-browse ----------------------------------------------
+void __fastcall TPlot::MenuFileSelClick(TObject *Sender)
+{
+    trace(3,"MenuFileSelClick\n");
+    
+    FileSelDialog->Show();
+}
+// callback on menu-save image ----------------------------------------------
+void __fastcall TPlot::MenuSaveImageClick(TObject *Sender)
+{
+    char file[1024],*ext;
+    
+    if (!SaveImageDialog->Execute()) return;
+    
+    strcpy(file,U2A(SaveImageDialog->FileName).c_str());
+    
+    if ((ext=strrchr(file,'.'))&&
+        (!strcmp(ext,".jpg")||!strcmp(ext,".jpeg")||
+         !strcmp(ext,".JPG")||!strcmp(ext,".JPEG"))) {
+        TJPEGImage *image=new TJPEGImage;
+        image->Assign(Buff);
+        image->SaveToFile(SaveImageDialog->FileName);
+        delete image;
+    }
+    else {
+        Buff->SaveToFile(SaveImageDialog->FileName);
+    }
+}
+// callback on menu-save-# of sats/dop --------------------------------------
+void __fastcall TPlot::MenuSaveDopClick(TObject *Sender)
+{
+    trace(3,"MenuSaveDopClick\n");
+    
+    if (!SaveDialog->Execute()) return;
+    
+    SaveDop(SaveDialog->FileName);
+}
+// callback on menu-save-snr,azel -------------------------------------------
+void __fastcall TPlot::MenuSaveSnrMpClick(TObject *Sender)
+{
+    trace(3,"MenuSaveSnrMpClick\n");
+    
+    if (!SaveDialog->Execute()) return;
+    
+    SaveSnrMp(SaveDialog->FileName);
+}
+// callback on menu-save-elmask ---------------------------------------------
+void __fastcall TPlot::MenuSaveElMaskClick(TObject *Sender)
+{
+    trace(3,"MenuSaveElMaskClick\n");
+    
+    if (!SaveDialog->Execute()) return;
+    
+    SaveElMask(SaveDialog->FileName);
+}
+// callback on menu-connect -------------------------------------------------
+void __fastcall TPlot::MenuConnectClick(TObject *Sender)
+{
+    trace(3,"MenuConnectClick\n");
+    
+    Connect();
+}
+// callback on menu-disconnect ----------------------------------------------
+void __fastcall TPlot::MenuDisconnectClick(TObject *Sender)
+{
+    trace(3,"MenuDisconnectClick\n");
+    
+    Disconnect();
+}
+// callback on menu-connection-settings -------------------------------------
+void __fastcall TPlot::MenuPortClick(TObject *Sender)
+{
+    int i;
+    
+    trace(3,"MenuPortClick\n");
+    
+    ConnectDialog->Stream1 =RtStream[0];
+    ConnectDialog->Stream2 =RtStream[1];
+    ConnectDialog->Format1 =RtFormat[0];
+    ConnectDialog->Format2 =RtFormat[1];
+    ConnectDialog->TimeForm=RtTimeForm;
+    ConnectDialog->DegForm =RtDegForm;
+    ConnectDialog->FieldSep=RtFieldSep;
+    ConnectDialog->TimeOutTime=RtTimeOutTime;
+    ConnectDialog->ReConnTime =RtReConnTime;
+    for (i=0;i< 3;i++) {
+        ConnectDialog->Paths1[i]=StrPaths[0][i];
+        ConnectDialog->Paths2[i]=StrPaths[1][i];
+    }
+    for (i=0;i< 2;i++) {
+        ConnectDialog->Cmds1  [i]=StrCmds[0][i];
+        ConnectDialog->Cmds2  [i]=StrCmds[1][i];
+        ConnectDialog->CmdEna1[i]=StrCmdEna[0][i];
+        ConnectDialog->CmdEna2[i]=StrCmdEna[1][i];
+    }
+    for (i=0;i<10;i++) ConnectDialog->TcpHistory [i]=StrHistory [i];
+    for (i=0;i<10;i++) ConnectDialog->TcpMntpHist[i]=StrMntpHist[i];
+    
+    if (ConnectDialog->ShowModal()!=mrOk) return;
+    
+    RtStream[0]=ConnectDialog->Stream1;
+    RtStream[1]=ConnectDialog->Stream2;
+    RtFormat[0]=ConnectDialog->Format1;
+    RtFormat[1]=ConnectDialog->Format2;
+    RtTimeForm=ConnectDialog->TimeForm;
+    RtDegForm =ConnectDialog->DegForm;
+    RtFieldSep=ConnectDialog->FieldSep;
+    RtTimeOutTime=ConnectDialog->TimeOutTime;
+    RtReConnTime =ConnectDialog->ReConnTime;
+    for (i=0;i< 3;i++) {
+        StrPaths[0][i]=ConnectDialog->Paths1[i];
+        StrPaths[1][i]=ConnectDialog->Paths2[i];
+    }
+    for (i=0;i< 2;i++) {
+        StrCmds  [0][i]=ConnectDialog->Cmds1  [i];
+        StrCmds  [1][i]=ConnectDialog->Cmds2  [i];
+        StrCmdEna[0][i]=ConnectDialog->CmdEna1[i];
+        StrCmdEna[1][i]=ConnectDialog->CmdEna2[i];
+    }
+    for (i=0;i<10;i++) StrHistory [i]=ConnectDialog->TcpHistory [i];
+    for (i=0;i<10;i++) StrMntpHist[i]=ConnectDialog->TcpMntpHist[i];
+}
+// callback on menu-reload --------------------------------------------------
+void __fastcall TPlot::MenuReloadClick(TObject *Sender)
+{
+    trace(3,"MenuReloadClick\n");
+    
+    Reload();
+}
+// callback on menu-clear ---------------------------------------------------
+void __fastcall TPlot::MenuClearClick(TObject *Sender)
+{
+    trace(3,"MenuClearClick\n");
+    
+    Clear();
+}
+// callback on menu-exit-----------------------------------------------------
+void __fastcall TPlot::MenuQuitClick(TObject *Sender)
+{
+    trace(3,"MenuQuitClick\n");
+    
+    Close();
+}
+// callback on menu-time-span/interval --------------------------------------
+void __fastcall TPlot::MenuTimeClick(TObject *Sender)
+{
+    sol_t *sols,*sole;
+    int i;
+    
+    trace(3,"MenuTimeClick\n");
+    
+    if (!TimeEna[0]) {
+        if (Obs.n>0) {
+            TimeStart=Obs.data[0].time;
+        }
+        else if (BtnSol2->Down&&SolData[1].n>0) {
+            sols=getsol(SolData+1,0);
+            TimeStart=sols->time;
+        }
+        else if (SolData[0].n>0) {
+            sols=getsol(SolData,0);
+            TimeStart=sols->time;
+        }
+    }
+    if (!TimeEna[1]) {
+        if (Obs.n>0) {
+            TimeEnd=Obs.data[Obs.n-1].time;
+        }
+        else if (BtnSol2->Down&&SolData[1].n>0) {
+            sole=getsol(SolData+1,SolData[1].n-1);
+            TimeEnd=sole->time;
+        }
+        else if (SolData[0].n>0) {
+            sole=getsol(SolData,SolData[0].n-1);
+            TimeEnd=sole->time;
+        }
+    }
+    for (i=0;i<3;i++) {
+        SpanDialog->TimeEna[i]=TimeEna[i];
+    }
+    SpanDialog->TimeStart=TimeStart;
+    SpanDialog->TimeEnd  =TimeEnd;
+    SpanDialog->TimeInt  =TimeInt;
+    SpanDialog->TimeVal[0]=!ConnectState;
+    SpanDialog->TimeVal[1]=!ConnectState;
+    
+    if (SpanDialog->ShowModal()!=mrOk) return;
+    
+    if (TimeEna[0]!=SpanDialog->TimeEna[0]||
+        TimeEna[1]!=SpanDialog->TimeEna[1]||
+        TimeEna[2]!=SpanDialog->TimeEna[2]||
+        timediff(TimeStart,SpanDialog->TimeStart)!=0.0||
+        timediff(TimeEnd,SpanDialog->TimeEnd)!=0.0||
+        TimeInt!=SpanDialog->TimeInt) {
+        
+        for (i=0;i<3;i++) TimeEna[i]=SpanDialog->TimeEna[i];
+        
+        TimeStart=SpanDialog->TimeStart;
+        TimeEnd  =SpanDialog->TimeEnd;
+        TimeInt  =SpanDialog->TimeInt;
+        
+        Reload();
+    }
+}
+// callback on menu-map-image -----------------------------------------------
+void __fastcall TPlot::MenuMapImgClick(TObject *Sender)
+{
+    trace(3,"MenuMapImgClick\n");
+    
+    MapAreaDialog->Show();
+}
+// callback on menu-sky image -----------------------------------------------
+void __fastcall TPlot::MenuSkyImgClick(TObject *Sender)
+{
+    trace(3,"MenuSkyImgClick\n");
+    
+    SkyImgDialog->Show();
+}
+// callback on menu-solution-source -----------------------------------------
+void __fastcall TPlot::MenuSrcSolClick(TObject *Sender)
+{
+    TTextViewer *viewer=new TTextViewer(Application);
+    int sel=!BtnSol1->Down&&BtnSol2->Down;
+    
+    trace(3,"MenuSrcSolClick\n");
+    
+    if (SolFiles[sel]->Count<=0) return;
+    viewer->Caption=SolFiles[sel]->Strings[0];
+    viewer->Option=0;
+    viewer->Show();
+    viewer->Read(SolFiles[sel]->Strings[0]);
+}
+// callback on menu-obs-data-source -----------------------------------------
+void __fastcall TPlot::MenuSrcObsClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    char file[1024],tmpfile[1024];
+    int cstat;
+    
+    trace(3,"MenuSrcObsClick\n");
+    
+    if (ObsFiles->Count<=0) return;
+    
+    strcpy(file,U2A(ObsFiles->Strings[0]).c_str());
+    cstat=uncompress(file,tmpfile);
+    viewer=new TTextViewer(Application);
+    viewer->Caption=ObsFiles->Strings[0];
+    viewer->Option=0;
+    viewer->Show();
+    viewer->Read(!cstat?file:tmpfile);
+    if (cstat) remove(tmpfile);
+}
+// callback on menu-data-qc -------------------------------------------------
+void __fastcall TPlot::MenuQcObsClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    AnsiString cmd=QcCmd,cmdexec,tmpfile=QCTMPFILE,errfile=QCERRFILE;
+    int i,stat;
+    
+    trace(3,"MenuQcObsClick\n");
+    
+    if (ObsFiles->Count<=0||cmd=="") return;
+    
+    for (i=0;i<ObsFiles->Count;i++) cmd+=" \""+ObsFiles->Strings[i]+"\"";
+    for (i=0;i<NavFiles->Count;i++) cmd+=" \""+NavFiles->Strings[i]+"\"";
+    
+    cmdexec=cmd+" > "+tmpfile;
+    cmdexec+=" 2> "+errfile;
+    stat=execcmd(cmdexec.c_str());
+    
+    viewer=new TTextViewer(Application);
+    viewer->Option=0;
+    viewer->Show();
+    viewer->Read(stat?errfile:tmpfile);
+    viewer->Caption=(stat?"QC Error: ":"")+cmd;
+    remove(tmpfile.c_str());
+    remove(errfile.c_str());
+}
+// callback on menu-copy-to-clipboard ---------------------------------------
+void __fastcall TPlot::MenyCopyClick(TObject *Sender)
+{
+    trace(3,"MenuCopyClick\n");
+    
+    Clipboard()->Assign(Buff);
+}
+// callback on menu-options -------------------------------------------------
+void __fastcall TPlot::MenuOptionsClick(TObject *Sender)
+{
+    AnsiString tlefile=TLEFile,tlesatfile=TLESatFile;
+    double oopos[3],range;
+    char file[1024];
+    
+    trace(3,"MenuOptionsClick\n");
+    
+    int i,rcvpos=RcvPos;
+    for (i=0;i<3;i++) oopos[i]=OOPos[i];
+    
+    PlotOptDialog->Left=Left+Width/2-PlotOptDialog->Width/2;
+    PlotOptDialog->Top=Top+Height/2-PlotOptDialog->Height/2;
+    PlotOptDialog->Plot=this;
+    
+    if (PlotOptDialog->ShowModal()!=mrOk) return;
+    
+    SaveOpt();
+    
+    for (i=0;i<3;i++) oopos[i]-=OOPos[i];
+    
+    if (TLEFile!=tlefile) {
+        free(TLEData.data);
+        TLEData.data=NULL;
+        TLEData.n=TLEData.nmax=0;
+        tle_read(TLEFile.c_str(),&TLEData);
+    }
+    if (TLEFile!=tlefile||TLESatFile!=tlesatfile) {
+        tle_name_read(TLESatFile.c_str(),&TLEData);
+    }
+    if (rcvpos!=RcvPos||norm(oopos,3)>1E-3||TLEFile!=tlefile) {
+        if (SimObs) GenVisData(); else UpdateObs(NObs);
+    }
+    UpdateColor();
+    UpdateSize();
+    UpdateOrigin();
+    UpdateInfo();
+    UpdateSatMask();
+    UpdateSatList();
+    UpdateEnable();
+    Refresh();
+    Timer->Interval=RefCycle;
+    
+    for (i=0;i<RangeList->Count;i++) {
+        strcpy(file,U2A(RangeList->Items->Strings[i]).c_str());
+        
+        if (sscanf(file,"%lf",&range)&&range==YRange) {
+            RangeList->Selected[i]=true;
+        }
+    }
+}
+// callback on menu-show-tool-bar -------------------------------------------
+void __fastcall TPlot::MenuToolBarClick(TObject *Sender)
+{
+    trace(3,"MenuToolBarClick\n");
+    
+    MenuToolBar->Checked=!MenuToolBar->Checked;
+    Panel1->Visible=MenuToolBar->Checked;
+    UpdateSize();
+    Refresh();
+}
+// callback on menu-show-status-bar -----------------------------------------
+void __fastcall TPlot::MenuStatusBarClick(TObject *Sender)
+{
+    trace(3,"MenuStatusBarClick\n");
+    
+    MenuStatusBar->Checked=!MenuStatusBar->Checked;
+    Panel2->Visible=MenuStatusBar->Checked;
+    UpdateSize();
+    Refresh();
+}
+// callback on menu-waypoints -----------------------------------------------
+void __fastcall TPlot::MenuWaypointClick(TObject *Sender)
+{
+    unsigned int tick;
+    
+    trace(3,"MenuWaypointClick\n");
+    
+    if (PntDialog->ShowModal()!=mrOk) return;
+    
+    GoogleEarthView->UpdatePoint();
+    
+    if (PlotType==PLOT_TRK) Refresh();
+}
+// callback on menu-input-monitor-1 -----------------------------------------
+void __fastcall TPlot::MenuMonitor1Click(TObject *Sender)
+{
+    trace(3,"MenuMonitor1Click\n");
+    
+    Console1->Caption="Monitor RT Input 1";
+    Console1->Show();
+}
+// callback on menu-input-monitor-2 -----------------------------------------
+void __fastcall TPlot::MenuMonitor2Click(TObject *Sender)
+{
+    trace(3,"MenuMonitor2Click\n");
+    
+    Console2->Caption="Monitor RT Input 2";
+    Console2->Show();
+}
+// callback on menu-google-earth-view ---------------------------------------
+void __fastcall TPlot::MenuGEClick(TObject *Sender)
+{
+    AnsiString s;
+    
+    trace(3,"MenuGEClick\n");
+    
+    GoogleEarthView->Caption=
+        s.sprintf("%s ver.%s %s: Google Earth View",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    GoogleEarthView->Show();
+}
+// callback on menu-google-map-view -----------------------------------------
+void __fastcall TPlot::MenuGMClick(TObject *Sender)
+{
+    AnsiString s;
+    GoogleMapView->Caption=
+        s.sprintf("%s ver.%s %s: Google Map View",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    GoogleMapView->Show();
+}
+// callback on menu-center-origin -------------------------------------------
+void __fastcall TPlot::MenuCenterOriClick(TObject *Sender)
+{
+    trace(3,"MenuCenterOriClick\n");
+    
+    SetRange(0,YRange);
+    Refresh();
+}
+// callback on menu-fit-horizontal ------------------------------------------
+void __fastcall TPlot::MenuFitHorizClick(TObject *Sender)
+{
+    trace(3,"MenuFitHorizClick\n");
+    
+    if (PlotType==PLOT_TRK) FitRange(0); else FitTime();
+    Refresh();
+}
+// callback on menu-fit-vertical --------------------------------------------
+void __fastcall TPlot::MenuFitVertClick(TObject *Sender)
+{
+    trace(3,"MenuFitVertClick\n");
+    
+    FitRange(0);
+    Refresh();
+}
+// callback on menu-show-skyplot --------------------------------------------
+void __fastcall TPlot::MenuShowSkyplotClick(TObject *Sender)
+{
+    trace(3,"MenuShowSkyplotClick\n");
+    
+    BtnShowSkyplot->Down=!BtnShowSkyplot->Down;
+    UpdatePlot();
+}
+// callback on menu-show-map-image ------------------------------------------
+void __fastcall TPlot::MenuShowMapClick(TObject *Sender)
+{
+    trace(3,"MenuShowMapClick\n");
+    
+    BtnShowMap->Down=!BtnShowMap->Down;
+    UpdatePlot();
+}
+// callback on menu-show-track-points ---------------------------------------
+void __fastcall TPlot::MenuShowTrackClick(TObject *Sender)
+{
+    trace(3,"MenuShowTrackClick\n");
+    
+    BtnShowTrack->Down=!BtnShowTrack->Down;
+    if (!BtnShowTrack->Down) {
+        BtnFixHoriz->Down=false;
+        BtnFixVert ->Down=false;
+    }
+    UpdatePlot();
+}
+// callback on menu-fix-center ----------------------------------------------
+void __fastcall TPlot::MenuFixCentClick(TObject *Sender)
+{
+    trace(3,"MenuFixCentClick\n");
+    
+    BtnFixCent->Down=!BtnFixCent->Down;
+    UpdatePlot();
+}
+// callback on menu-fix-horizontal ------------------------------------------
+void __fastcall TPlot::MenuFixHorizClick(TObject *Sender)
+{
+    trace(3,"MenuFixHorizClick\n");
+    
+    BtnFixHoriz->Down=!BtnFixHoriz->Down;
+    Xcent=0.0;
+    UpdatePlot();
+}
+// callback on menu-fix-vertical --------------------------------------------
+void __fastcall TPlot::MenuFixVertClick(TObject *Sender)
+{
+    trace(3,"MenuFixVertClick\n");
+    
+    BtnFixVert->Down=!BtnFixVert->Down;
+    UpdatePlot();
+}
+// callback on menu-show-waypoints ------------------------------------------
+void __fastcall TPlot::MenuShowPointClick(TObject *Sender)
+{
+    trace(3,"MenuShowPointClick\n");
+    
+    BtnShowPoint->Down=!BtnShowPoint->Down;
+    
+#if 0
+    if (BtnShowPoint->Down) UpdatePntsGE();
+#endif
+    UpdatePlot();
+}
+// callback on menu-animation-start -----------------------------------------
+void __fastcall TPlot::MenuAnimStartClick(TObject *Sender)
+{
+    trace(3,"MenuAnimStartClick\n");
+    
+    BtnAnimate->Down=true;
+}
+// callback on menu-animation-stop ------------------------------------------
+void __fastcall TPlot::MenuAnimStopClick(TObject *Sender)
+{
+    trace(3,"MenuAnimStopClick\n");
+    
+    BtnAnimate->Down=false;
+}
+// callback on menu-about ---------------------------------------------------
+void __fastcall TPlot::MenuAboutClick(TObject *Sender)
+{
+    trace(3,"MenuAboutClick\n");
+    
+    AboutDialog->About=PRGNAME;
+    AboutDialog->IconIndex=2;
+    AboutDialog->ShowModal();
+}
+// callback on button-connect/disconnect ------------------------------------
+void __fastcall TPlot::BtnConnectClick(TObject *Sender)
+{
+    trace(3,"BtnConnectClick\n");
+    
+    if (!ConnectState) MenuConnectClick(Sender);
+    else MenuDisconnectClick(Sender);
+}
+// callback on button-solution-1 --------------------------------------------
+void __fastcall TPlot::BtnSol1Click(TObject *Sender)
+{
+    trace(3,"BtnSol1Click\n");
+    
+    BtnSol12->Down=false;
+    UpdateTime();
+    UpdatePlot();
+}
+// callback on button-solution-2 --------------------------------------------
+void __fastcall TPlot::BtnSol2Click(TObject *Sender)
+{
+    trace(3,"BtnSol2Click\n");
+    
+    BtnSol12->Down=false;
+    UpdateTime();
+    UpdatePlot(); 
+}
+// callback on button-solution-1-2 ------------------------------------------
+void __fastcall TPlot::BtnSol12Click(TObject *Sender)
+{
+    trace(3,"BtnSol12Click\n");
+    
+    BtnSol1->Down=false;
+    BtnSol2->Down=false;
+    UpdateTime();
+    UpdatePlot(); 
+}
+// callback on button-solution-1 double-click -------------------------------
+void __fastcall TPlot::BtnSol1DblClick(TObject *Sender)
+{
+    trace(3,"BtnSol1DblClick\n");
+    
+    MenuOpenSol1Click(Sender);
+}
+// callback on button-solution-2 double-click -------------------------------
+void __fastcall TPlot::BtnSol2DblClick(TObject *Sender)
+{
+    trace(3,"BtnSol2DblClick\n");
+    
+    MenuOpenSol2Click(Sender);
+}
+// callback on button-show-map-image ----------------------------------------
+void __fastcall TPlot::BtnShowMapClick(TObject *Sender)
+{
+    trace(3,"BtnShowMapClick\n");
+    
+    UpdateEnable();
+    Refresh();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlot::BtnShowSkyplotClick(TObject *Sender)
+{
+    trace(3,"BtnShowSkyplotClick\n");
+    
+	UpdateEnable();
+    Refresh();
+}
+// callback on button-plot-1-onoff ------------------------------------------
+void __fastcall TPlot::BtnOn1Click(TObject *Sender)
+{
+    trace(3,"BtnOn1Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-plot-2-onoff-------------------------------------------
+void __fastcall TPlot::BtnOn2Click(TObject *Sender)
+{
+    trace(3,"BtnOn2Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-plot-3-onoff ------------------------------------------
+void __fastcall TPlot::BtnOn3Click(TObject *Sender)
+{
+    trace(3,"BtnOn3Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-range-list --------------------------------------------
+void __fastcall TPlot::BtnRangeListClick(TObject *Sender)
+{
+    trace(3,"BtnRangeListClick\n");
+    
+    RangeList->Visible=!RangeList->Visible;
+}
+// callback on button-range-list --------------------------------------------
+void __fastcall TPlot::RangeListClick(TObject *Sender)
+{
+    double range;
+    char file[1024];
+    int i;
+    
+    trace(3,"RangeListClick\n");
+    
+    RangeList->Visible=false;
+    if ((i=RangeList->ItemIndex)<0) return;
+    
+    strcpy(file,U2A(RangeList->Items->Strings[i]).c_str());
+    
+    if (!sscanf(file,"%lf",&range)) return;
+    
+    YRange=range;
+    SetRange(0,YRange);
+    UpdatePlot();
+}
+// callback on button-center-origin -----------------------------------------
+void __fastcall TPlot::BtnCenterOriClick(TObject *Sender)
+{
+    trace(3,"BtnCenterOriClick\n");
+    
+    RangeList->Visible=false;
+    MenuCenterOriClick(Sender);
+}
+// callback on button-fit-horzontal------------------------------------------
+void __fastcall TPlot::BtnFitHorizClick(TObject *Sender)
+{
+    trace(3,"BtnFitHorizClick\n");
+    
+    MenuFitHorizClick(Sender);
+}
+// callback on button-fit-vertical ------------------------------------------
+void __fastcall TPlot::BtnFitVertClick(TObject *Sender)
+{
+    trace(3,"BtnFitVertClick\n");
+    
+    MenuFitVertClick(Sender);
+}
+// callback on button show-track-points -------------------------------------
+void __fastcall TPlot::BtnShowTrackClick(TObject *Sender)
+{
+    trace(3,"BtnShowTrackClick\n");
+    
+    if (!BtnShowTrack->Down) {
+        BtnFixHoriz->Down=false;
+        BtnFixVert ->Down=false;
+    }
+    UpdatePlot();
+}
+// callback on button-fix-horizontal ----------------------------------------
+void __fastcall TPlot::BtnFixHorizClick(TObject *Sender)
+{
+    trace(3,"BtnFixHorizClick\n");
+    
+    Xcent=0.0;
+    UpdatePlot();
+}
+// callback on button-fix-vertical ------------------------------------------
+void __fastcall TPlot::BtnFixVertClick(TObject *Sender)
+{
+    trace(3,"BtnFixVertClick\n");
+    
+    UpdatePlot();
+}
+// callback on button-fix-center --------------------------------------------
+void __fastcall TPlot::BtnFixCentClick(TObject *Sender)
+{
+    trace(3,"BtnFixCentClick\n");
+    
+    UpdatePlot();
+}
+// callback on button-show-waypoints ----------------------------------------
+void __fastcall TPlot::BtnShowPointClick(TObject *Sender)
+{
+    trace(3,"BtnShowPointClick\n");
+    
+    UpdatePlot();
+}
+// callback on button-options -----------------------------------------------
+void __fastcall TPlot::BtnOptionsClick(TObject *Sender)
+{
+    trace(3,"BtnOptionsClick\n");
+    
+    MenuOptionsClick(Sender);
+}
+// callback on button-ge-view -----------------------------------------------
+void __fastcall TPlot::BtnGEClick(TObject *Sender)
+{
+    trace(3,"BtnGEClick\n");
+    
+    MenuGEClick(Sender);
+}
+// callback on button-gm-view -----------------------------------------------
+void __fastcall TPlot::BtnGMClick(TObject *Sender)
+{
+    trace(3,"BtnGMClick\n");
+    
+    MenuGMClick(Sender);
+}
+// callback on button-animation ---------------------------------------------
+void __fastcall TPlot::BtnAnimateClick(TObject *Sender)
+{
+    trace(3,"BtnAnimateClick\n");
+    
+    UpdateEnable();
+}
+// callback on button-clear -------------------------------------------------
+void __fastcall TPlot::BtnClearClick(TObject *Sender)
+{
+    trace(3,"BtnClearClick\n");
+    
+    MenuClearClick(Sender);
+}
+// callback on button-reload ------------------------------------------------
+void __fastcall TPlot::BtnReloadClick(TObject *Sender)
+{
+    trace(3,"BtnReloadClick\n");
+    
+    MenuReloadClick(Sender);
+}
+// callback on plot-type selection change -----------------------------------
+void __fastcall TPlot::PlotTypeSChange(TObject *Sender)
+{
+    int i;
+    
+    trace(3,"PlotTypeSChnage\n");
+    
+    for (i=0;*PTypes[i];i++) {
+        if (PlotTypeS->Text==PTypes[i]) UpdateType(i);
+    }
+    UpdateTime();
+    UpdatePlot();
+}
+// callback on quality-flag selection change --------------------------------
+void __fastcall TPlot::QFlagChange(TObject *Sender)
+{
+    trace(3,"QFlagChange\n");
+    
+    UpdatePlot();
+}
+// callback on obs-type selection change ------------------------------------
+void __fastcall TPlot::ObsTypeChange(TObject *Sender)
+{
+    trace(3,"ObsTypeChange\n");
+    
+    UpdatePlot();
+}
+// callback on dop-type selection change ------------------------------------
+void __fastcall TPlot::DopTypeChange(TObject *Sender)
+{
+    trace(3,"DopTypeChange\n");
+    
+    UpdatePlot();
+}
+// callback on satellite-list selection change ------------------------------
+void __fastcall TPlot::SatListChange(TObject *Sender)
+{
+    trace(3,"SatListChange\n");
+    
+    UpdateSatSel();
+    UpdatePlot();
+}
+// callback on time scroll-bar change ---------------------------------------
+void __fastcall TPlot::TimeScrollChange(TObject *Sender)
+{
+    int sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"TimeScrollChange\n");
+    
+    if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+        SolIndex[sel]=TimeScroll->Position;
+    }
+    else {
+        ObsIndex=TimeScroll->Position;
+    }
+    UpdatePlot();
+}
+// callback on paint --------------------------------------------------------
+void __fastcall TPlot::DispPaint(TObject *Sender)
+{
+    trace(3,"DispPaint\n");
+    
+    UpdateDisp();
+}
+// callback on mouse-down event ---------------------------------------------
+void __fastcall TPlot::DispMouseDown(TObject *Sender, TMouseButton Button,
+      TShiftState Shift, int X, int Y)
+{
+    X0=X; Y0=Y; Xcent0=Xcent;
+    
+    trace(3,"DispMouseDown: X=%d Y=%d\n",X,Y);
+    
+    Drag=Shift.Contains(ssLeft)?1:(Shift.Contains(ssRight)?11:0);
+    
+    if (PlotType==PLOT_TRK) {
+        MouseDownTrk(X,Y);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        MouseDownSol(X,Y);
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        MouseDownObs(X,Y);
+    }
+    else Drag=0;
+    
+    RangeList->Visible=false;
+}
+// callback on mouse-move event ---------------------------------------------
+void __fastcall TPlot::DispMouseMove(TObject *Sender, TShiftState Shift, int X, int Y)
+{
+    double x,y,xs,ys,dx,dy,dxs,dys;
+    
+    if (X==Xn&&Y==Yn) return;
+    
+    trace(4,"DispMouseMove: X=%d Y=%d\n",X,Y);
+    
+    Xn=X; Yn=Y;
+    dx=(X0-X)*Xs;
+    dy=(Y-Y0)*Ys;
+    dxs=pow(2.0,(X0-X)/100.0);
+    dys=pow(2.0,(Y-Y0)/100.0);
+    
+    if (Drag==0) {
+        UpdatePoint(X,Y);
+    }
+    else if (PlotType==PLOT_TRK) {
+        MouseMoveTrk(X,Y,dx,dy,dxs,dys);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        MouseMoveSol(X,Y,dx,dy,dxs,dys);
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        MouseMoveObs(X,Y,dx,dy,dxs,dys);
+    }
+}
+// callback on mouse-up event -----------------------------------------------
+void __fastcall TPlot::DispMouseUp(TObject *Sender, TMouseButton Button,
+      TShiftState Shift, int X, int Y)
+{
+    trace(3,"DispMouseUp: X=%d Y=%d\n",X,Y);
+    
+    Drag=0;
+    Screen->Cursor=crDefault;
+    Refresh();
+}
+// callback on mouse-leave event --------------------------------------------
+void __fastcall TPlot::DispMouseLeave(TObject *Sender)
+{
+    trace(3,"DispMouseLeave\n");
+    
+    Xn=Yn=-1;
+    Panel22->Visible=false;
+    Message2->Caption="";
+}
+// callback on mouse-down event on track-plot -------------------------------
+void __fastcall TPlot::MouseDownTrk(int X, int Y)
+{
+    int i,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"MouseDownTrk: X=%d Y=%d\n",X,Y);
+    
+    if (Drag==1&&(i=SearchPos(X,Y))>=0) {
+        SolIndex[sel]=i;
+        UpdateTime();
+        UpdateInfo();
+        Drag=0;
+        Refresh();
+    }
+    else {
+        GraphT->GetCent(Xc,Yc);
+        GraphT->GetScale(Xs,Ys);
+        Screen->Cursor=Drag==1?crSizeAll:crVSplit;
+    }
+}
+// callback on mouse-down event on solution-plot ----------------------------
+void __fastcall TPlot::MouseDownSol(int X, int Y)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TPoint pnt,p(X,Y);
+    gtime_t time={0};
+    sol_t *data;
+    double x,xl[2],yl[2];
+    int i,area=-1,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"MouseDownSol: X=%d Y=%d\n",X,Y);
+    
+    if (PlotType==PLOT_SNR) {
+        if (0<=ObsIndex&&ObsIndex<NObs) time=Obs.data[IndexObs[ObsIndex]].time;
+    }
+    else {
+        if ((data=getsol(SolData+sel,SolIndex[sel]))) time=data->time;
+    }
+    if (time.time&&!BtnFixHoriz->Down) {
+        
+        x=TimePos(time);
+        
+        GraphG[0]->GetLim(xl,yl);
+        GraphG[0]->ToPoint(x,yl[1],pnt);
+        
+        if ((X-pnt.x)*(X-pnt.x)+(Y-pnt.y)*(Y-pnt.y)<25) {
+            Screen->Cursor=crSizeWE;
+            Drag=20;
+            Refresh();
+            return;
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down||(i!=1&&PlotType==PLOT_SNR)) continue;
+        
+        GraphG[i]->GetCent(Xc,Yc);
+        GraphG[i]->GetScale(Xs,Ys);
+        area=GraphG[i]->OnAxis(p);
+        
+        if (Drag==1&&area==0) {
+            Screen->Cursor=crSizeAll;
+            Drag+=i;
+            return;
+        }
+        else if (area==1) {
+            Screen->Cursor=Drag==1?crSizeNS:crVSplit;
+            Drag+=i+4;
+            return;
+        }
+        else if (area==0) break;
+    }
+    if (area==0||area==8) {
+        Screen->Cursor=Drag==1?crSizeWE:crHSplit;
+        Drag+=3;
+    }
+    else Drag=0;
+}
+// callback on mouse-down event on observation-data-plot --------------------
+void __fastcall TPlot::MouseDownObs(int X, int Y)
+{
+    TPoint pnt,p(X,Y);
+    double x,xl[2],yl[2];
+    int area;
+    
+    trace(3,"MouseDownObs: X=%d Y=%d\n",X,Y);
+    
+    if (0<=ObsIndex&&ObsIndex<NObs&&!BtnFixHoriz->Down) {
+        
+        x=TimePos(Obs.data[IndexObs[ObsIndex]].time);
+        
+        GraphR->GetLim(xl,yl);
+        GraphR->ToPoint(x,yl[1],pnt);
+        
+        if ((X-pnt.x)*(X-pnt.x)+(Y-pnt.y)*(Y-pnt.y)<25) {
+            Screen->Cursor=crSizeWE;
+            Drag=20;
+            Refresh();
+            return;
+        }
+    }
+    GraphR->GetCent(Xc,Yc);
+    GraphR->GetScale(Xs,Ys);
+    area=GraphR->OnAxis(p);
+    
+    if (area==0||area==8) {
+        Screen->Cursor=Drag==1?crSizeWE:crHSplit;
+        Drag+=3;
+    }
+    else Drag=0;
+}
+// callback on mouse-move event on track-plot -------------------------------
+void __fastcall TPlot::MouseMoveTrk(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    trace(4,"MouseMoveTrk: X=%d Y=%d\n",X,Y);
+    
+    if (Drag==1&&!BtnFixHoriz->Down) {
+        GraphT->SetCent(Xc+dx,Yc+dy);
+    }
+    else if (Drag>1) {
+        GraphT->SetScale(Xs*dys,Ys*dys);
+    }
+    BtnCenterOri->Down=false;
+    Refresh();
+}
+// callback on mouse-move event on solution-plot ----------------------------
+void __fastcall TPlot::MouseMoveSol(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    TPoint p1,p2,p(X,Y);
+    double x,y,xs,ys;
+    int i,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(4,"MouseMoveSol: X=%d Y=%d\n",X,Y);
+    
+    if (Drag<=4) {
+        for (i=0;i<3;i++) {
+            GraphG[i]->GetCent(x,y);
+            if (!BtnFixHoriz->Down) {
+                x=Xc+dx;
+            }
+            if (!BtnFixVert->Down||!BtnFixVert->Enabled) {
+                y=i==Drag-1?Yc+dy:y;
+            }
+            GraphG[i]->SetCent(x,y);
+            SetCentX(x);
+        }
+        if (BtnFixHoriz->Down) {
+            GraphG[0]->GetPos(p1,p2);
+            Xcent=Xcent0+2.0*(X-X0)/(p2.x-p1.x);
+            if (Xcent> 1.0) Xcent= 1.0;
+            if (Xcent<-1.0) Xcent=-1.0;
+        }
+    }
+    else if (Drag<=7) {
+        GraphG[Drag-5]->GetCent(x,y);
+        if (!BtnFixVert->Down||!BtnFixVert->Enabled) {
+            y=Yc+dy;
+        }
+        GraphG[Drag-5]->SetCent(x,y);
+    }
+    else if (Drag<=14) {
+        for (i=0;i<3;i++) {
+            GraphG[i]->GetScale(xs,ys);
+            GraphG[i]->SetScale(Xs*dxs,ys);
+        }
+        SetScaleX(Xs*dxs);
+    }
+    else if (Drag<=17) {
+        GraphG[Drag-15]->GetScale(xs,ys);
+        GraphG[Drag-15]->SetScale(xs,Ys*dys);
+    }
+    else if (Drag==20) {
+        GraphG[0]->ToPos(p,x,y);
+        if (PlotType==PLOT_SNR) {
+            for (i=0;i<NObs;i++) {
+                if (TimePos(Obs.data[IndexObs[i]].time)>=x) break;
+            }
+            ObsIndex=i<NObs?i:NObs-1;
+        }
+        else {
+            for (i=0;i<SolData[sel].n;i++) {
+                if (TimePos(SolData[sel].data[i].time)>=x) break;
+            }
+            SolIndex[sel]=i<SolData[sel].n?i:SolData[sel].n-1;
+        }
+        UpdateTime();
+    }
+    BtnCenterOri->Down=false;
+    Refresh();
+}
+// callback on mouse-move events on observataion-data-plot ------------------
+void __fastcall TPlot::MouseMoveObs(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    TPoint p1,p2,p(X,Y);
+    double x,y,xs,ys;
+    int i;
+    
+    trace(4,"MouseMoveObs: X=%d Y=%d\n",X,Y);
+    
+    if (Drag<=4) {
+        GraphR->GetCent(x,y);
+        if (!BtnFixHoriz->Down) x=Xc+dx;
+        if (!BtnFixVert ->Down) y=Yc+dy;
+        GraphR->SetCent(x,y);
+        SetCentX(x);
+        
+        if (BtnFixHoriz->Down) {
+            GraphR->GetPos(p1,p2);
+            Xcent=Xcent0+2.0*(X-X0)/(p2.x-p1.x);
+            if (Xcent> 1.0) Xcent= 1.0;
+            if (Xcent<-1.0) Xcent=-1.0;
+        }
+    }
+    else if (Drag<=14) {
+        GraphR->GetScale(xs,ys);
+        GraphR->SetScale(Xs*dxs,ys);
+        SetScaleX(Xs*dxs);
+    }
+    else if (Drag==20) {
+        GraphR->ToPos(p,x,y);
+        for (i=0;i<NObs;i++) {
+            if (TimePos(Obs.data[IndexObs[i]].time)>=x) break;
+        }
+        ObsIndex=i<NObs?i:NObs-1;
+        UpdateTime();
+    }
+    BtnCenterOri->Down=false;
+    Refresh();
+}
+// callback on mouse-wheel events -------------------------------------------
+void __fastcall TPlot::MouseWheel(TObject *Sender, TShiftState Shift,
+      int WheelDelta, TPoint &MousePos, bool &Handled)
+{
+    TPoint p(Xn,Yn);
+    double xs,ys,ds=pow(2.0,-WheelDelta/1200.0);
+    int i,area=-1;
+    
+    Handled=true;
+    
+    trace(4,"MouseWheel: WheelDelta=%d\n",WheelDelta);
+    
+    if (Xn<0||Yn<0) return;
+    
+    if (PlotType==PLOT_TRK) { // track-plot
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(xs*ds,ys*ds);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        
+        for (i=0;i<3;i++) {
+            if (PlotType==PLOT_SNR&&i!=1) continue;
+            area=GraphG[i]->OnAxis(p);
+            if (area==0||area==1||area==2) {
+                GraphG[i]->GetScale(xs,ys);
+                GraphG[i]->SetScale(xs,ys*ds);
+            }
+            else if (area==0) break;
+        }
+        if (area==8) {
+            for (i=0;i<3;i++) {
+                GraphG[i]->GetScale(xs,ys);
+                GraphG[i]->SetScale(xs*ds,ys);
+                SetScaleX(xs*ds);
+            }
+        }
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        area=GraphR->OnAxis(p);
+        if (area==0||area==8) {
+            GraphR->GetScale(xs,ys);
+            GraphR->SetScale(xs*ds,ys);
+            SetScaleX(xs*ds);
+        }
+    }
+    else return;
+    
+    Refresh();
+}
+// callback on key-press events ---------------------------------------------
+void __fastcall TPlot::CMDialogKey(Messages::TWMKey &Message)
+{
+    trace(3,"CMDialogKey:\n");
+    
+    if (Message.CharCode!=VK_UP  &&Message.CharCode!=VK_DOWN &&
+        Message.CharCode!=VK_LEFT&&Message.CharCode!=VK_RIGHT) {
+        TForm::Dispatch(&Message);
+    }
+}
+// callback on key-down events ----------------------------------------------
+void __fastcall TPlot::FormKeyDown(TObject *Sender, WORD &Key,
+      TShiftState Shift)
+{
+    double sfact=1.05,fact=Shift.Contains(ssShift)?1.0:10.0;
+    double xc,yc,yc1,yc2,yc3,xs,ys,ys1,ys2,ys3;
+    int key=Shift.Contains(ssCtrl)?10:0;
+    
+    trace(3,"FormKeyDown:\n");
+    
+    switch (Key) {
+        case VK_UP   : key+=1; break;
+        case VK_DOWN : key+=2; break;
+        case VK_LEFT : key+=3; break;
+        case VK_RIGHT: key+=4; break;
+        default: return;
+    }
+    if (Shift.Contains(ssAlt)) return;
+    
+    Key=0; // stop dispatch key event
+    
+    if (PlotType==PLOT_TRK) {
+        GraphT->GetCent(xc,yc);
+        GraphT->GetScale(xs,ys);
+        if (key== 1) {if (!BtnFixHoriz->Down) yc+=fact*ys;}
+        if (key== 2) {if (!BtnFixHoriz->Down) yc-=fact*ys;}
+        if (key== 3) {if (!BtnFixHoriz->Down) xc-=fact*xs;}
+        if (key== 4) {if (!BtnFixHoriz->Down) xc+=fact*xs;}
+        if (key==11) {xs/=sfact; ys/=sfact;}
+        if (key==12) {xs*=sfact; ys*=sfact;}
+        GraphT->SetCent(xc,yc);
+        GraphT->SetScale(xs,ys);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+        GraphG[0]->GetCent(xc,yc1);
+        GraphG[1]->GetCent(xc,yc2);
+        GraphG[2]->GetCent(xc,yc3);
+        GraphG[0]->GetScale(xs,ys1);
+        GraphG[1]->GetScale(xs,ys2);
+        GraphG[2]->GetScale(xs,ys3);
+        if (key== 1) {if (!BtnFixVert ->Down) yc1+=fact*ys1; yc2+=fact*ys2; yc3+=fact*ys3;}
+        if (key== 2) {if (!BtnFixVert ->Down) yc1-=fact*ys1; yc2-=fact*ys2; yc3-=fact*ys3;}
+        if (key== 3) {if (!BtnFixHoriz->Down) xc-=fact*xs;}
+        if (key== 4) {if (!BtnFixHoriz->Down) xc+=fact*xs;}
+        if (key==11) {ys1/=sfact; ys2/=sfact; ys3/=sfact;}
+        if (key==12) {ys1*=sfact; ys2*=sfact; ys3*=sfact;}
+        if (key==13) xs*=sfact;
+        if (key==14) xs/=sfact;
+        GraphG[0]->SetCent(xc,yc1);
+        GraphG[1]->SetCent(xc,yc2);
+        GraphG[2]->SetCent(xc,yc3);
+        GraphG[0]->SetScale(xs,ys1);
+        GraphG[1]->SetScale(xs,ys2);
+        GraphG[2]->SetScale(xs,ys3);
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP||PlotType==PLOT_SNR) {
+        GraphR->GetCent(xc,yc);
+        GraphR->GetScale(xs,ys);
+        if (key== 1) {if (!BtnFixVert ->Down) yc+=fact*ys;}
+        if (key== 2) {if (!BtnFixVert ->Down) yc-=fact*ys;}
+        if (key== 3) {if (!BtnFixHoriz->Down) xc-=fact*xs;}
+        if (key== 4) {if (!BtnFixHoriz->Down) xc+=fact*xs;}
+        if (key==11) ys/=sfact;
+        if (key==12) xs*=sfact;
+        if (key==13) xs*=sfact;
+        if (key==14) xs/=sfact;
+        GraphR->SetCent(xc,yc);
+        GraphR->SetScale(xs,ys);
+    }
+    Refresh();
+}
+// callback on interval-timer -----------------------------------------------
+void __fastcall TPlot::TimerTimer(TObject *Sender)
+{
+    TColor color[]={clRed,clBtnFace,CLORANGE,clGreen,clLime};
+    TPanel *strstatus[]={StrStatus1,StrStatus2};
+    TConsole *console[]={Console1,Console2};
+    AnsiString connectmsg="",s;
+    static unsigned char buff[16384];
+    solopt_t opt=solopt_default;
+    const gtime_t ts={0};
+    double tint=TimeEna[2]?TimeInt:0.0,pos[3];
+    int i,j,n,inb,inr,cycle,nmsg[2]={0},stat,istat;
+    int sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    char msg[MAXSTRMSG]="",tstr[32];
+    
+    trace(4,"TimeTimer\n");
+    
+    if (!ConnectState) {
+        StrStatus1->Color=clBtnFace;
+        StrStatus2->Color=clBtnFace;
+        ConnectMsg->Caption="";
+    }
+    if (ConnectState) { // real-time input mode
+        for (i=0;i<2;i++) {
+            opt.posf =RtFormat[i];
+            opt.times=RtTimeForm==0?0:RtTimeForm-1;
+            opt.timef=RtTimeForm>=1;
+            opt.degf =RtDegForm;
+            strcpy(opt.sep,RtFieldSep.c_str());
+            strsum(Stream+i,&inb,&inr,NULL,NULL);
+            stat=strstat(Stream+i,msg);
+            strstatus[i]->Color=color[stat<3?stat+1:3];
+            if (*msg&&strcmp(msg,"localhost")) {
+                connectmsg+=s.sprintf("(%d) %s ",i+1,msg);
+            }
+            while ((n=strread(Stream+i,buff,sizeof(buff)))>0) {
+                
+                for (j=0;j<n;j++) {
+                    istat=inputsol(buff[j],ts,ts,tint,0,&opt,SolData+i);
+                    if (istat==0) continue;
+                    if (istat<0) { // disconnect received
+                        Disconnect();
+                        return;
+                    }
+                    if (Week==0&&SolData[i].n==1) { // first data
+                        if (PlotType>PLOT_NSAT) {
+                            UpdateType(PLOT_TRK);
+                        }
+                        time2gpst(SolData[i].time,&Week);
+                        UpdateOrigin();
+                        ecef2pos(SolData[i].data[0].rr,pos);
+                        GoogleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+                        GoogleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+                    }
+                    nmsg[i]++;
+                }
+                console[i]->AddMsg(buff,n);
+            }
+            if (nmsg[i]>0) {
+                strstatus[i]->Color=color[4];
+                SolIndex[i]=SolData[i].n-1;
+            }
+        }
+        ConnectMsg->Caption=connectmsg;
+        
+        if (nmsg[0]<=0&&nmsg[1]<=0) return;
+    }
+    else if (BtnAnimate->Enabled&&BtnAnimate->Down) { // animation mode
+        cycle=AnimCycle<=0?1:AnimCycle;
+        
+        if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+            SolIndex[sel]+=cycle;
+            if (SolIndex[sel]>=SolData[sel].n-1) {
+                SolIndex[sel]=SolData[sel].n-1;
+                BtnAnimate->Down=false;
+            }
+        }
+        else {
+            ObsIndex+=cycle;
+            if (ObsIndex>=NObs-1) {
+                ObsIndex=NObs-1;
+                BtnAnimate->Down=false;
+            }
+        }
+    }
+    else return;
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// set center of x-axis -----------------------------------------------------
+void __fastcall TPlot::SetCentX(double c)
+{
+    double x,y;
+    int i;
+    
+    trace(3,"SetCentX: c=%.3f:\n",c);
+    
+    GraphR->GetCent(x,y);
+    GraphR->SetCent(c,y);
+    for (i=0;i<3;i++) {
+        GraphG[i]->GetCent(x,y);
+        GraphG[i]->SetCent(c,y);
+    }
+}
+// set scale of x-axis ------------------------------------------------------
+void __fastcall TPlot::SetScaleX(double s)
+{
+    double xs,ys;
+    int i;
+    
+    trace(3,"SetScaleX: s=%.3f:\n",s);
+    
+    GraphR->GetScale(xs,ys);
+    GraphR->SetScale(s ,ys);
+    for (i=0;i<3;i++) {
+        GraphG[i]->GetScale(xs,ys);
+        GraphG[i]->SetScale(s, ys);
+    }
+}
+// update plot-type with fit-range ------------------------------------------
+void __fastcall TPlot::UpdateType(int type)
+{
+    trace(3,"UpdateType: type=%d\n",type);
+    
+    PlotType=type;
+    
+    if (AutoScale&&PlotType<=PLOT_SOLA&&(SolData[0].n>0||SolData[1].n>0)) {
+        FitRange(0);
+    }
+    else {
+        SetRange(0,YRange);
+    }
+    UpdatePlotType();
+}
+// update size of plot ------------------------------------------------------
+void __fastcall TPlot::UpdateSize(void)
+{
+    TSpeedButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TPoint p1(0,0),p2(Disp->Width,Disp->Height);
+    double xs,ys;
+    int i,n,h,tmargin,bmargin,rmargin,lmargin;
+    
+    trace(3,"UpdateSize\n");
+    
+    tmargin=5;                             // top margin
+    bmargin=(int)(Disp->Font->Size*1.5)+3; // bottom
+    rmargin=8;                             // right
+    lmargin=Disp->Font->Size*3+15;         // left
+    
+    GraphT->SetPos(p1,p2);
+    GraphS->SetPos(p1,p2);
+    GraphS->GetScale(xs,ys);
+    xs=MAX(xs,ys);
+    GraphS->SetScale(xs,xs);
+    p1.x+=lmargin; p1.y+=tmargin;
+    p2.x-=rmargin; p2.y=p2.y-bmargin;
+    GraphR->SetPos(p1,p2);
+    
+    p1.y=tmargin; p2.y=p1.y;
+    for (i=n=0;i<3;i++) if (btn[i]->Down) n++;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->Down) continue;
+        h=(Disp->Height-tmargin-bmargin)/n;
+        p2.y+=h;
+        GraphG[i]->SetPos(p1,p2);
+        p1.y+=h;
+    }
+    p1.y=tmargin; p2.y=p1.y;
+    for (i=n=0;i<2;i++) if (btn[i]->Down) n++;
+    for (i=0;i<2;i++) {
+        if (!btn[i]->Down) continue;
+        h=(Disp->Height-tmargin-bmargin)/n;
+        p2.y+=h;
+        GraphE[i]->SetPos(p1,p2);
+        p1.y+=h;
+    }
+}
+// update colors on plot ----------------------------------------------------
+void __fastcall TPlot::UpdateColor(void)
+{
+    int i;
+    
+    trace(3,"UpdateColor\n");
+    
+    for (i=0;i<3;i++) {
+        GraphT   ->Color[i]=CColor[i];
+        GraphR   ->Color[i]=CColor[i];
+        GraphS   ->Color[i]=CColor[i];
+        GraphG[0]->Color[i]=CColor[i];
+        GraphG[1]->Color[i]=CColor[i];
+        GraphG[2]->Color[i]=CColor[i];
+    }
+    Disp->Font->Assign(Font);
+}
+// update time-cursor -------------------------------------------------------
+void __fastcall TPlot::UpdateTime(void)
+{
+    gtime_t time;
+    sol_t *sol;
+    double tt;
+    int i,j,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"UpdateTime\n");
+    
+    // time-cursor change on solution-plot
+    if (PlotType<=PLOT_NSAT||PlotType<=PLOT_RES) {
+        TimeScroll->Max=MAX(1,SolData[sel].n-1);
+        TimeScroll->Position=SolIndex[sel];
+        if (!(sol=getsol(SolData+sel,SolIndex[sel]))) return;
+        time=sol->time;
+    }
+    else if (NObs>0) { // time-cursor change on observation-data-plot
+        TimeScroll->Max=MAX(1,NObs-1);
+        TimeScroll->Position=ObsIndex;
+        time=Obs.data[IndexObs[ObsIndex]].time;
+    }
+    else return;
+    
+    // time-synchronization between solutions and observation-data
+    for (sel=0;sel<2;sel++) {
+       i=SolIndex[sel];
+       if (!(sol=getsol(SolData+sel,i))) continue;
+       tt=timediff(sol->time,time);
+       if (tt<-DTTOL) {
+           for (;i<SolData[sel].n;i++) {
+               if (!(sol=getsol(SolData+sel,i))) continue;
+               if (timediff(sol->time,time)>=-DTTOL) break;
+           }
+       }
+       else if (tt>DTTOL) {
+           for (;i>=0;i--) {
+               if (!(sol=getsol(SolData+sel,i))) continue;
+               if (timediff(sol->time,time)<=DTTOL) break;
+           }
+       }
+       SolIndex[sel]=MAX(0,MIN(SolData[sel].n-1,i));
+    }
+    i=ObsIndex;
+    if (i<=NObs-1) {
+        tt=timediff(Obs.data[IndexObs[i]].time,time);
+        if (tt<-DTTOL) {
+            for (;i<NObs;i++) {
+                if (timediff(Obs.data[IndexObs[i]].time,time)>=-DTTOL) break;
+            }
+        }
+        else if (tt>DTTOL) {
+            for (;i>=0;i--) {
+                if (timediff(Obs.data[IndexObs[i]].time,time)<=DTTOL) break;
+            }
+        }
+        ObsIndex=MAX(0,MIN(NObs-1,i));
+    }
+}
+// update origin of plot ----------------------------------------------------
+void __fastcall TPlot::UpdateOrigin(void)
+{
+    gtime_t time={0};
+    sol_t *sol;
+    double opos[3]={0},pos[3],ovel[3]={0};
+    int i,j,n=0,sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    char file[1024],sta[16]="",*p;
+    
+    trace(3,"UpdateOrigin\n");
+    
+    if (Origin==ORG_STARTPOS) {
+        if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    else if (Origin==ORG_ENDPOS) {
+        if (!(sol=getsol(SolData,SolData[0].n-1))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    else if (Origin==ORG_AVEPOS) {
+        for (i=0;sol=getsol(SolData,i);i++) {
+            if (sol->type!=0) continue;
+            for (j=0;j<3;j++) opos[j]+=sol->rr[j];
+            n++;
+        }
+        if (n>0) for (i=0;i<3;i++) opos[i]/=n;
+    }
+    else if (Origin==ORG_FITPOS) {
+        if (!FitPos(&time,opos,ovel)) return;
+    }
+    else if (Origin==ORG_REFPOS) {
+        if (norm(SolData[0].rb,3)>0.0) {
+            for (i=0;i<3;i++) opos[i]=SolData[0].rb[i];
+        }
+        else {
+            if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+            for (i=0;i<3;i++) opos[i]=sol->rr[i];
+        }
+    }
+    else if (Origin==ORG_LLHPOS) {
+        pos2ecef(OOPos,opos);
+    }
+    else if (Origin==ORG_AUTOPOS) {
+        if (SolFiles[sel]->Count>0) {
+            
+            strcpy(file,U2A(SolFiles[sel]->Strings[0]).c_str());
+            
+            if ((p=strrchr(file,'\\'))) strncpy(sta,p+1,4);
+            else strncpy(sta,file,4);
+            for (p=sta;*p;p++) *p=(char)toupper(*p);
+            
+            strcpy(file,U2A(RefDialog->StaPosFile).c_str());
+            
+            ReadStaPos(file,sta,opos);
+        }
+    }
+    else if (Origin-ORG_PNTPOS<MAXWAYPNT) {
+        for (i=0;i<3;i++) opos[i]=PntPos[Origin-ORG_PNTPOS][i];
+    }
+    if (norm(opos,3)<=0.0) {
+        // default start position
+        if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    OEpoch=time;
+    for (i=0;i<3;i++) {
+        OPos[i]=opos[i];
+        OVel[i]=ovel[i];
+    }
+    ecef2pos(OPos,pos);
+    GoogleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+    GoogleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+}
+// update satellite mask ----------------------------------------------------
+void __fastcall TPlot::UpdateSatMask(void)
+{
+    int sat,prn;
+    char buff[256],*p;
+    
+    trace(3,"UpdateSatMask\n");
+    
+    for (sat=1;sat<=MAXSAT;sat++) SatMask[sat-1]=0;
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (!(satsys(sat,&prn)&NavSys)) SatMask[sat-1]=1;
+    }
+    if (ExSats!="") {
+        strcpy(buff,ExSats.c_str());
+        
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+'&&(sat=satid2no(p+1))) SatMask[sat-1]=0; // included
+            else if ((sat=satid2no(p)))       SatMask[sat-1]=1; // excluded
+        }
+    }
+}
+// update satellite select ---------------------------------------------------
+void __fastcall TPlot::UpdateSatSel(void)
+{
+    AnsiString SatListText=SatList->Text;
+    char id[16];
+    int i,sys=0;
+    
+    if      (SatListText=="G") sys=SYS_GPS;
+    else if (SatListText=="R") sys=SYS_GLO;
+    else if (SatListText=="E") sys=SYS_GAL;
+    else if (SatListText=="J") sys=SYS_QZS;
+    else if (SatListText=="C") sys=SYS_CMP;
+    else if (SatListText=="S") sys=SYS_SBS;
+    for (i=0;i<MAXSAT;i++) {
+        satno2id(i+1,id);
+        SatSel[i]=SatListText=="ALL"||SatListText==id||satsys(i+1,NULL)==sys;
+    }
+}
+// update enable/disable of widgets -----------------------------------------
+void __fastcall TPlot::UpdateEnable(void)
+{
+    AnsiString s;
+    double range;
+    int i,data=BtnSol1->Down||BtnSol2->Down||BtnSol12->Down;
+    int plot=PLOT_SOLP<=PlotType&&PlotType<=PLOT_NSAT;
+    int sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"UpdateEnable\n");
+    
+    Panel1         ->Visible=MenuToolBar  ->Checked;
+    Panel2         ->Visible=MenuStatusBar->Checked;
+    
+    BtnConnect     ->Down   = ConnectState;
+    BtnSol2        ->Enabled=PlotType<=PLOT_NSAT||PlotType==PLOT_RES;
+    BtnSol12       ->Visible=!ConnectState&&PlotType<=PLOT_SOLA&&SolData[0].n>0&&SolData[1].n>0;
+    
+    QFlag          ->Visible=PlotType<=PLOT_NSAT;
+    ObsType        ->Visible=PlotType==PLOT_OBS||PlotType<=PLOT_SKY;
+    ObsType2       ->Visible=PlotType==PLOT_SNR||PlotType==PLOT_SNRE||PlotType==PLOT_MPS;
+    ObsType        ->Enabled=!SimObs;
+    ObsType2       ->Enabled=!SimObs;
+    FrqType        ->Visible=PlotType==PLOT_RES;
+    DopType        ->Visible=PlotType==PLOT_DOP;
+    SatList        ->Visible=PlotType>=PLOT_OBS||PlotType==PLOT_RES;
+    SatList        ->Enabled=PlotType>=PLOT_OBS||PlotType==PLOT_SKY||
+                             PlotType==PLOT_DOP||PlotType==PLOT_SNR||
+                             PlotType==PLOT_RES;
+    
+    BtnOn1         ->Enabled=plot||PlotType==PLOT_SNR||PlotType==PLOT_RES||PlotType==PLOT_SNRE;
+    BtnOn2         ->Enabled=plot||PlotType==PLOT_SNR||PlotType==PLOT_RES||PlotType==PLOT_SNRE;
+    BtnOn3         ->Enabled=plot||PlotType==PLOT_SNR||PlotType==PLOT_RES;
+    
+    BtnCenterOri   ->Visible=PlotType<=PLOT_RES;
+    BtnCenterOri   ->Enabled=(plot||PlotType==PLOT_TRK);
+    BtnRangeList   ->Visible=BtnCenterOri->Visible;
+    BtnRangeList   ->Enabled=BtnCenterOri->Enabled;
+    
+    BtnShowTrack   ->Enabled=data;
+    BtnFitHoriz    ->Enabled=data&&PlotType!=PLOT_SKY&&PlotType!=PLOT_SNRE&&PlotType!=PLOT_TRK;
+    BtnFitVert     ->Enabled=data&&PlotType<=PLOT_SOLA;
+    
+    BtnFixCent     ->Enabled=data&&PlotType==PLOT_TRK;
+    BtnFixHoriz    ->Enabled=data&&(PlotType==PLOT_SOLP||PlotType==PLOT_SOLV||
+                                    PlotType==PLOT_SOLA||PlotType==PLOT_OBS ||
+                                    PlotType==PLOT_DOP ||PlotType==PLOT_RES ||
+                                    PlotType==PLOT_SNR);
+    BtnFixVert     ->Enabled=data&&plot&&PlotType!=PLOT_TRK&&PlotType!=PLOT_NSAT;
+    BtnShowPoint   ->Enabled=(PlotType==PLOT_TRK)&&!BtnSol12->Down;
+    
+    BtnShowSkyplot ->Visible=PlotType==PLOT_SKY||PlotType==PLOT_MPS;
+    BtnShowMap     ->Visible=(PlotType==PLOT_TRK&&MapImage->Height>0&&!BtnSol12->Down)||
+                             (PlotType==PLOT_SKY&&SkyImageI->Height>0)||
+                             (PlotType==PLOT_MPS&&SkyImageI->Height>0);
+    BtnAnimate     ->Visible=data&&BtnShowTrack->Down;
+    TimeScroll     ->Visible=data&&BtnShowTrack->Down;
+    BtnGE          ->Enabled=SolData[0].n>0||SolData[1].n>0;
+    BtnGM          ->Enabled=SolData[0].n>0||SolData[1].n>0;
+    
+    if (!BtnShowTrack->Down) {
+        BtnFixHoriz->Enabled=false;
+        BtnFixVert ->Enabled=false;
+        BtnFixCent ->Enabled=false;
+        BtnAnimate ->Down   =false;
+    }
+#if 0
+    BtnCenterOri   ->Left=270;
+    BtnRangeList   ->Left=290;
+    BtnShowTrack   ->Left=310;
+    BtnFitHoriz    ->Left=330;
+    BtnFitVert     ->Left=350;
+    BtnFixCent     ->Left=370;
+    BtnFixHoriz    ->Left=390;
+    BtnFixVert     ->Left=410;
+    BtnShowSkyplot ->Left=430;
+    BtnShowMap     ->Left=450;
+    BtnShowPoint   ->Left=470;
+    BtnAnimate     ->Left=490;
+    TimeScroll     ->Left=510;
+    BtnGE          ->Left=530;
+    BtnGM          ->Left=550;
+#endif
+    MenuMapImg     ->Enabled=MapImage->Height>0;
+    MenuSkyImg     ->Enabled=SkyImageI->Height>0;
+    MenuSrcSol     ->Enabled=SolFiles[sel]->Count>0;
+    MenuSrcObs     ->Enabled=ObsFiles->Count>0;
+    MenuQcObs      ->Enabled=ObsFiles->Count>0;
+    
+    MenuShowTrack  ->Enabled=BtnShowTrack->Enabled;
+    MenuFitHoriz   ->Enabled=BtnFitHoriz ->Enabled;
+    MenuFitVert    ->Enabled=BtnFitVert  ->Enabled;
+    MenuCenterOri  ->Enabled=BtnCenterOri->Enabled;
+    MenuFixCent    ->Enabled=BtnFixCent  ->Enabled;
+    MenuFixHoriz   ->Enabled=BtnFixHoriz ->Enabled;
+    MenuFixVert    ->Enabled=BtnFixVert  ->Enabled;
+    MenuShowPoint  ->Enabled=BtnShowPoint->Enabled;
+    MenuShowMap    ->Enabled=BtnShowMap  ->Enabled;
+    MenuShowSkyplot->Enabled=BtnShowSkyplot->Visible;
+    MenuGE         ->Enabled=BtnGE       ->Enabled;
+    MenuGM         ->Enabled=BtnGM       ->Enabled;
+    
+    MenuShowTrack  ->Checked=BtnShowTrack->Down;
+    MenuFixCent    ->Checked=BtnFixCent  ->Down;
+    MenuFixHoriz   ->Checked=BtnFixHoriz ->Down;
+    MenuFixVert    ->Checked=BtnFixVert  ->Down;
+    MenuShowPoint  ->Checked=BtnShowPoint->Down;
+    MenuShowSkyplot->Checked=BtnShowSkyplot->Down;
+    MenuShowMap    ->Checked=BtnShowMap  ->Down;
+    
+    MenuAnimStart  ->Enabled=!ConnectState&&BtnAnimate->Enabled&&!BtnAnimate->Down;
+    MenuAnimStop   ->Enabled=!ConnectState&&BtnAnimate->Enabled&& BtnAnimate->Down;
+    TimeScroll     ->Enabled=data&&BtnShowTrack->Down;
+    
+    MenuOpenSol1   ->Enabled=!ConnectState;
+    MenuOpenSol2   ->Enabled=!ConnectState;
+    MenuConnect    ->Enabled=!ConnectState;
+    MenuDisconnect ->Enabled= ConnectState;
+    MenuPort       ->Enabled=!ConnectState;
+    MenuOpenObs    ->Enabled=!ConnectState;
+    MenuOpenNav    ->Enabled=!ConnectState;
+    MenuOpenElevMask->Enabled=!ConnectState;
+    MenuReload     ->Enabled=!ConnectState;
+    
+    BtnReload      ->Visible=!ConnectState;
+    StrStatus1     ->Visible= ConnectState;
+    StrStatus2     ->Visible= ConnectState;
+    Panel12        ->Visible=!ConnectState;
+}
+// linear-fitting of positions ----------------------------------------------
+int __fastcall TPlot::FitPos(gtime_t *time, double *opos, double *ovel)
+{
+    sol_t *sol;
+    int i,j;
+    double t,x[2],Ay[3][2]={{0}},AA[3][4]={{0}};
+    
+    trace(3,"FitPos\n");
+    
+    if (SolData[0].n<=0) return 0;
+    
+    for (i=0;sol=getsol(SolData,i);i++) {
+        if (sol->type!=0) continue;
+        if (time->time==0) *time=sol->time;
+        t=timediff(sol->time,*time);
+        
+        for (j=0;j<3;j++) {
+            Ay[j][0]+=sol->rr[j];
+            Ay[j][1]+=sol->rr[j]*t;
+            AA[j][0]+=1.0;
+            AA[j][1]+=t;
+            AA[j][2]+=t;
+            AA[j][3]+=t*t;
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (solve("N",AA[i],Ay[i],2,1,x)) return 0;
+        opos[i]=x[0];
+        ovel[i]=x[1];
+    }
+    return 1;
+}
+// fit time-range of plot ---------------------------------------------------
+void __fastcall TPlot::FitTime(void)
+{
+    sol_t *sols,*sole;
+    double tl[2]={86400.0*7,0.0},tp[2],xl[2],yl[2],zl[2];
+    int sel=!BtnSol1->Down&&BtnSol2->Down?1:0;
+    
+    trace(3,"FitTime\n");
+    
+    sols=getsol(SolData+sel,0);
+    sole=getsol(SolData+sel,SolData[sel].n-1);
+    if (sols&&sole) {
+        tl[0]=MIN(tl[0],TimePos(sols->time));
+        tl[1]=MAX(tl[1],TimePos(sole->time));
+    }
+    if (Obs.n>0) {
+        tl[0]=MIN(tl[0],TimePos(Obs.data[0].time));
+        tl[1]=MAX(tl[1],TimePos(Obs.data[Obs.n-1].time));
+    }
+    if (TimeEna[0]) tl[0]=TimePos(TimeStart);
+    if (TimeEna[1]) tl[1]=TimePos(TimeEnd  );
+    
+    if (tl[0]==tl[1]) {
+        tl[0]=tl[0]-DEFTSPAN/2.0;
+        tl[1]=tl[0]+DEFTSPAN/2.0;
+    }
+    else if (tl[0]>tl[1]) {
+        tl[0]=-DEFTSPAN/2.0;
+        tl[1]= DEFTSPAN/2.0;
+    }
+    GraphG[0]->GetLim(tp,xl);
+    GraphG[1]->GetLim(tp,yl);
+    GraphG[2]->GetLim(tp,zl);
+    GraphG[0]->SetLim(tl,xl);
+    GraphG[1]->SetLim(tl,yl);
+    GraphG[2]->SetLim(tl,zl);
+    GraphR   ->GetLim(tp,xl);
+    GraphR   ->SetLim(tl,xl);
+}
+// set x/y-range of plot ----------------------------------------------------
+void __fastcall TPlot::SetRange(int all, double range)
+{
+    double xl[]={-range,range};
+    double yl[]={-range,range};
+    double zl[]={-range,range};
+    double xs,ys,tl[2],xp[2],pos[3];
+    int w,h;
+    
+    trace(3,"SetRange: all=%d range=%.3f\n",all,range);
+    
+    if (all||PlotType==PLOT_TRK) {
+        GraphT->SetLim(xl,yl);
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(MAX(xs,ys),MAX(xs,ys));
+#if 1
+        if (norm(OPos,3)>0.0) {
+            ecef2pos(OPos,pos);
+            GoogleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+            GoogleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+        }
+#endif
+    }
+    if (PLOT_SOLP<=PlotType&&PlotType<=PLOT_SOLA) {
+        GraphG[0]->GetLim(tl,xp);
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else if (PlotType==PLOT_NSAT) {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=yl[0]=zl[0]=0.0;
+        xl[1]=MaxDop;
+        yl[1]=YLIM_AGE;
+        zl[1]=YLIM_RATIO;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else if (PlotType<PLOT_SNR) {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=-10.0; xl[1]=10.0;
+        yl[0]= -0.1; yl[1]= 0.1;
+        zl[0]=  0.0; zl[1]=90.0;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=10.0; xl[1]= 60.0;
+        yl[0]=-MaxMP; yl[1]=MaxMP;
+        zl[0]= 0.0; zl[1]= 90.0;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+}
+// fit x/y-range of plot ----------------------------------------------------
+void __fastcall TPlot::FitRange(int all)
+{
+    TIMEPOS *pos,*pos1,*pos2;
+    sol_t *data;
+    double xs,ys,xp[2],tl[2],xl[]={1E8,-1E8},yl[2]={1E8,-1E8},zl[2]={1E8,-1E8};
+    double lat,lon,lats[2]={90,-90},lons[2]={180,-180},llh[3];
+    int i,w,h,type=PlotType-PLOT_SOLP;
+    
+    trace(3,"FitRange: all=%d\n",all);
+    
+    BtnFixHoriz->Down=false;
+    MenuFixHoriz->Checked=false;
+    
+    if (BtnSol1->Down) {
+        
+        pos=SolToPos(SolData,-1,QFlag->ItemIndex,type);
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos;
+    }
+    if (BtnSol2->Down) {
+        
+        pos=SolToPos(SolData+1,-1,QFlag->ItemIndex,type);
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos;
+    }
+    if (BtnSol12->Down) {
+        
+        pos1=SolToPos(SolData  ,-1,0,type);
+        pos2=SolToPos(SolData+1,-1,0,type);
+        pos=pos1->diff(pos2,QFlag->ItemIndex);
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos1;
+        delete pos2;
+        delete pos;
+    }
+    xl[0]-=0.05;
+    xl[1]+=0.05;
+    yl[0]-=0.05;
+    yl[1]+=0.05;
+    zl[0]-=0.05;
+    zl[1]+=0.05;
+    
+    if (all||PlotType==PLOT_TRK) {
+        GraphT->SetLim(xl,yl);
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(MAX(xs,ys),MAX(xs,ys));
+    }
+    if (all||PlotType<=PLOT_SOLA||PlotType==PLOT_RES) {
+        GraphG[0]->GetLim(tl,xp);
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    if (all) {
+        if (BtnSol1->Down) {
+            for (i=0;data=getsol(SolData,i);i++) {
+                ecef2pos(data->rr,llh); 
+                lats[0]=MIN(lats[0],llh[0]*R2D);
+                lons[0]=MIN(lons[0],llh[1]*R2D);
+                lats[1]=MAX(lats[1],llh[0]*R2D);
+                lons[1]=MAX(lons[1],llh[1]*R2D);
+            }
+        }
+        if (BtnSol2->Down) {
+            for (i=0;data=getsol(SolData+1,i);i++) {
+                ecef2pos(data->rr,llh); 
+                lats[0]=MIN(lats[0],llh[0]*R2D);
+                lons[0]=MIN(lons[0],llh[1]*R2D);
+                lats[1]=MAX(lats[1],llh[0]*R2D);
+                lons[1]=MAX(lons[1],llh[1]*R2D);
+            }
+        }
+        if (lats[0]<=lats[1]&&lons[0]<=lons[1]) {
+            lat=(lats[0]+lats[1])/2.0;
+            lon=(lons[0]+lons[1])/2.0;
+//            GoogleEarthView->SetView(lat,lon,0.0,0.0);
+        }
+    }
+}
+// load options from ini-file -----------------------------------------------
+void __fastcall TPlot::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s,s1;
+    double range;
+    char rangelist[64];
+    int i,geopts[12];
+    
+    trace(3,"LoadOpt\n");
+    
+    PlotType     =ini->ReadInteger("plot","plottype",      0);
+    TimeLabel    =ini->ReadInteger("plot","timelabel",     1);
+    LatLonFmt    =ini->ReadInteger("plot","latlonfmt",     0);
+    AutoScale    =ini->ReadInteger("plot","autoscale",     1);
+    ShowStats    =ini->ReadInteger("plot","showstats",     0);
+    ShowLabel    =ini->ReadInteger("plot","showlabel",     1);
+    ShowGLabel   =ini->ReadInteger("plot","showglabel",    1);
+    ShowCompass  =ini->ReadInteger("plot","showcompass",   0);
+    ShowScale    =ini->ReadInteger("plot","showscale",     1);
+    ShowArrow    =ini->ReadInteger("plot","showarrow",     0);
+    ShowSlip     =ini->ReadInteger("plot","showslip",      0);
+    ShowHalfC    =ini->ReadInteger("plot","showhalfc",     0);
+    ShowErr      =ini->ReadInteger("plot","showerr",       0);
+    ShowEph      =ini->ReadInteger("plot","showeph",       0);
+    PlotStyle    =ini->ReadInteger("plot","plotstyle",     0);
+    MarkSize     =ini->ReadInteger("plot","marksize",      2);
+    NavSys       =ini->ReadInteger("plot","navsys",  SYS_GPS);
+    AnimCycle    =ini->ReadInteger("plot","animcycle",    10);
+    RefCycle     =ini->ReadInteger("plot","refcycle",    100);
+    HideLowSat   =ini->ReadInteger("plot","hidelowsat",    0);
+    ElMaskP      =ini->ReadInteger("plot","elmaskp",       0);
+    ExSats       =ini->ReadString ("plot","exsats",       "");
+    RtBuffSize   =ini->ReadInteger("plot","rtbuffsize",10800);
+    RtStream[0]  =ini->ReadInteger("plot","rtstream1",     0);
+    RtStream[1]  =ini->ReadInteger("plot","rtstream2",     0);
+    RtFormat[0]  =ini->ReadInteger("plot","rtformat1",     0);
+    RtFormat[1]  =ini->ReadInteger("plot","rtformat2",     0);
+    RtTimeForm   =ini->ReadInteger("plot","rttimeform",    0);
+    RtDegForm    =ini->ReadInteger("plot","rtdegform",     0);
+    RtFieldSep   =ini->ReadString ("plot","rtfieldsep",   "");
+    RtTimeOutTime=ini->ReadInteger("plot","rttimeouttime", 0);
+    RtReConnTime =ini->ReadInteger("plot","rtreconntime",10000);
+    
+    MColor[0][0]=(TColor)ini->ReadInteger("plot","mcolor0", (int)clSilver );
+    MColor[0][1]=(TColor)ini->ReadInteger("plot","mcolor1", (int)clGreen  );
+    MColor[0][2]=(TColor)ini->ReadInteger("plot","mcolor2",      0x00AAFF );
+    MColor[0][3]=(TColor)ini->ReadInteger("plot","mcolor3", (int)clFuchsia);
+    MColor[0][4]=(TColor)ini->ReadInteger("plot","mcolor4", (int)clBlue   );
+    MColor[0][5]=(TColor)ini->ReadInteger("plot","mcolor5", (int)clRed    );
+    MColor[0][6]=(TColor)ini->ReadInteger("plot","mcolor6", (int)clTeal   );
+    MColor[0][7]=(TColor)ini->ReadInteger("plot","mcolor7", (int)clGray   );
+    MColor[1][0]=(TColor)ini->ReadInteger("plot","mcolor8", (int)clSilver );
+    MColor[1][1]=(TColor)ini->ReadInteger("plot","mcolor9",      0x804000 );
+    MColor[1][2]=(TColor)ini->ReadInteger("plot","mcolor10",     0x008080 );
+    MColor[1][3]=(TColor)ini->ReadInteger("plot","mcolor11",     0xFF0080 );
+    MColor[1][4]=(TColor)ini->ReadInteger("plot","mcolor12",     0xFF8000 );
+    MColor[1][5]=(TColor)ini->ReadInteger("plot","mcolor13",     0x8080FF );
+    MColor[1][6]=(TColor)ini->ReadInteger("plot","mcolor14",     0xFF8080 );
+    MColor[1][7]=(TColor)ini->ReadInteger("plot","mcolor15",(int)clGray   );
+    CColor[0]=(TColor)ini->ReadInteger("plot","color1", (int)clWhite  );
+    CColor[1]=(TColor)ini->ReadInteger("plot","color2", (int)clSilver );
+    CColor[2]=(TColor)ini->ReadInteger("plot","color3", (int)clBlack  );
+    CColor[3]=(TColor)ini->ReadInteger("plot","color4", (int)clSilver );
+    
+    RefDialog->StaPosFile=ini->ReadString ("plot","staposfile","");
+    RefDialog->Format    =ini->ReadInteger("plot","staposformat",0);
+    
+    ElMask    =ini->ReadFloat  ("plot","elmask", 0.0);
+    MaxDop    =ini->ReadFloat  ("plot","maxdop",30.0);
+    MaxMP     =ini->ReadFloat  ("plot","maxmp" ,10.0);
+    YRange    =ini->ReadFloat  ("plot","yrange", 5.0);
+    Origin    =ini->ReadInteger("plot","orgin",    2);
+    RcvPos    =ini->ReadInteger("plot","rcvpos",   0);
+    OOPos[0]  =ini->ReadFloat  ("plot","oopos1",   0);
+    OOPos[1]  =ini->ReadFloat  ("plot","oopos2",   0);
+    OOPos[2]  =ini->ReadFloat  ("plot","oopos3",   0);
+    QcCmd     =ini->ReadString ("plot","qccmd","teqc +qc +sym +l -rep -plot");
+    TLEFile   =ini->ReadString ("plot","tlefile", "");
+    TLESatFile=ini->ReadString ("plot","tlesatfile","");
+    
+    Font->Charset=ANSI_CHARSET;
+    Font->Name=ini->ReadString ("plot","fontname","Tahoma");
+    Font->Size=ini->ReadInteger("plot","fontsize",8);
+    
+    RnxOpts   =ini->ReadString ("plot","rnxopts","");
+    
+    for (i=0;i<11;i++) {
+        geopts[i]=ini->ReadInteger("ge",s.sprintf("geopts_%d",i),0);
+    }
+    GoogleEarthView->SetOpts(geopts);
+    
+    for (i=0;i<2;i++) {
+        StrCmds  [0][i]=ini->ReadString ("str",s.sprintf("strcmd1_%d",    i),"");
+        StrCmds  [1][i]=ini->ReadString ("str",s.sprintf("strcmd2_%d",    i),"");
+        StrCmdEna[0][i]=ini->ReadInteger("str",s.sprintf("strcmdena1_%d", i), 0);
+        StrCmdEna[1][i]=ini->ReadInteger("str",s.sprintf("strcmdena2_%d", i), 0);
+    }
+    for (i=0;i<3;i++) {
+        StrPaths[0][i]=ini->ReadString ("str",s.sprintf("strpath1_%d",   i),"");
+        StrPaths[1][i]=ini->ReadString ("str",s.sprintf("strpath2_%d",   i),"");
+    }
+    for (i=0;i<10;i++) {
+        StrHistory [i]=ini->ReadString ("str",s.sprintf("strhistry_%d",  i),"");
+        StrMntpHist[i]=ini->ReadString ("str",s.sprintf("strmntphist_%d",i),"");
+    }
+    NWayPnt   =ini->ReadInteger("plot","nmappnt",0);
+    for (i=0;i<NWayPnt;i++) {
+        PntName[i]=ini->ReadString("plot",s.sprintf("pntname%d",i+1),"");
+        s1=ini->ReadString("plot",s.sprintf("pntpos%d",i+1),"0,0,0");
+        PntPos[i][0]=PntPos[i][1]=PntPos[i][2]=0.0;
+        sscanf(s1.c_str(),"%lf,%lf,%lf",PntPos[i],PntPos[i]+1,PntPos[i]+2);
+    }
+    TTextViewer::Color1=(TColor)ini->ReadInteger("viewer","color1",(int)clBlack);
+    TTextViewer::Color2=(TColor)ini->ReadInteger("viewer","color2",(int)clWhite);
+    TTextViewer::FontD=new TFont;
+    TTextViewer::FontD->Name=ini->ReadString ("viewer","fontname","Courier New");
+    TTextViewer::FontD->Size=ini->ReadInteger("viewer","fontsize",9);
+    
+    FileSelDialog->Dir=ini->ReadString("solbrows","dir","");
+    
+    delete ini;
+    
+    for (i=0;i<RangeList->Count;i++) {
+        
+        strcpy(rangelist,U2A(RangeList->Items->Strings[i]).c_str());
+        
+        if (sscanf(rangelist,"%lf",&range)&&range==YRange) {
+            RangeList->Selected[i]=true;
+        }
+    }
+}
+// save options to ini-file -------------------------------------------------
+void __fastcall TPlot::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s,s1;
+    int i,geopts[12];
+    
+    trace(3,"SaveOpt\n");
+    
+    ini->WriteInteger("plot","plottype",     PlotType     );
+    ini->WriteInteger("plot","timelabel",    TimeLabel    );
+    ini->WriteInteger("plot","latlonfmt",    LatLonFmt    );
+    ini->WriteInteger("plot","autoscale",    AutoScale    );
+    ini->WriteInteger("plot","showstats",    ShowStats    );
+    ini->WriteInteger("plot","showlabel",    ShowLabel    );
+    ini->WriteInteger("plot","showglabel",   ShowGLabel   );
+    ini->WriteInteger("plot","showcompass",  ShowCompass  );
+    ini->WriteInteger("plot","showscale",    ShowScale    );
+    ini->WriteInteger("plot","showarrow",    ShowArrow    );
+    ini->WriteInteger("plot","showslip",     ShowSlip     );
+    ini->WriteInteger("plot","showhalfc",    ShowHalfC    );
+    ini->WriteInteger("plot","showerr",      ShowErr      );
+    ini->WriteInteger("plot","showeph",      ShowEph      );
+    ini->WriteInteger("plot","plotstyle",    PlotStyle    );
+    ini->WriteInteger("plot","marksize",     MarkSize     );
+    ini->WriteInteger("plot","navsys",       NavSys       );
+    ini->WriteInteger("plot","animcycle",    AnimCycle    );
+    ini->WriteInteger("plot","refcycle",     RefCycle     );
+    ini->WriteInteger("plot","hidelowsat",   HideLowSat   );
+    ini->WriteInteger("plot","elmaskp",      ElMaskP      );
+    ini->WriteString ("plot","exsats",       ExSats       );
+    ini->WriteInteger("plot","rtbuffsize",   RtBuffSize   );
+    ini->WriteInteger("plot","rtstream1",    RtStream[0]  );
+    ini->WriteInteger("plot","rtstream2",    RtStream[1]  );
+    ini->WriteInteger("plot","rtformat1",    RtFormat[0]  );
+    ini->WriteInteger("plot","rtformat2",    RtFormat[1]  );
+    ini->WriteInteger("plot","rttimeform",   RtTimeForm   );
+    ini->WriteInteger("plot","rtdegform",    RtDegForm    );
+    ini->WriteString ("plot","rtfieldsep",   RtFieldSep   );
+    ini->WriteInteger("plot","rttimeouttime",RtTimeOutTime);
+    ini->WriteInteger("plot","rtreconntime", RtReConnTime );
+    
+    ini->WriteInteger("plot","mcolor0",     (int)MColor[0][0]);
+    ini->WriteInteger("plot","mcolor1",     (int)MColor[0][1]);
+    ini->WriteInteger("plot","mcolor2",     (int)MColor[0][2]);
+    ini->WriteInteger("plot","mcolor3",     (int)MColor[0][3]);
+    ini->WriteInteger("plot","mcolor4",     (int)MColor[0][4]);
+    ini->WriteInteger("plot","mcolor5",     (int)MColor[0][5]);
+    ini->WriteInteger("plot","mcolor6",     (int)MColor[0][6]);
+    ini->WriteInteger("plot","mcolor7",     (int)MColor[0][7]);
+    ini->WriteInteger("plot","mcolor8",     (int)MColor[0][0]);
+    ini->WriteInteger("plot","mcolor9",     (int)MColor[1][1]);
+    ini->WriteInteger("plot","mcolor10",    (int)MColor[1][2]);
+    ini->WriteInteger("plot","mcolor11",    (int)MColor[1][3]);
+    ini->WriteInteger("plot","mcolor12",    (int)MColor[1][4]);
+    ini->WriteInteger("plot","mcolor13",    (int)MColor[1][5]);
+    ini->WriteInteger("plot","mcolor14",    (int)MColor[1][6]);
+    ini->WriteInteger("plot","mcolor15",    (int)MColor[1][7]);
+    ini->WriteInteger("plot","color1",      (int)CColor[0]);
+    ini->WriteInteger("plot","color2",      (int)CColor[1]);
+    ini->WriteInteger("plot","color3",      (int)CColor[2]);
+    ini->WriteInteger("plot","color4",      (int)CColor[3]);
+    
+    ini->WriteString ("plot","staposfile",   RefDialog->StaPosFile);
+    ini->WriteInteger("plot","staposformat", RefDialog->Format);
+    
+    ini->WriteFloat  ("plot","elmask",       ElMask        );
+    ini->WriteFloat  ("plot","maxdop",       MaxDop        );
+    ini->WriteFloat  ("plot","maxmp",        MaxMP         );
+    ini->WriteFloat  ("plot","yrange",       YRange        );
+    ini->WriteInteger("plot","orgin",        Origin        );
+    ini->WriteInteger("plot","rcvpos",       RcvPos        );
+    ini->WriteFloat  ("plot","oopos1",       OOPos[0]      );
+    ini->WriteFloat  ("plot","oopos2",       OOPos[1]      );
+    ini->WriteFloat  ("plot","oopos3",       OOPos[2]      );
+    ini->WriteString ("plot","qccmd",        QcCmd         );
+    ini->WriteString ("plot","tlefile",      TLEFile       );
+    ini->WriteString ("plot","tlesatfile",   TLESatFile    );
+    
+    ini->WriteString ("plot","fontname",     Font->Name    );
+    ini->WriteInteger("plot","fontsize",     Font->Size    );
+    
+    ini->WriteString ("plot","rnxopts",      RnxOpts       );
+    
+    GoogleEarthView->GetOpts(geopts);
+    for (i=0;i<11;i++) {
+        ini->WriteInteger("ge",s.sprintf("geopts_%d",i),geopts[i]);
+    }
+    for (i=0;i<2;i++) {
+        ini->WriteString ("str",s.sprintf("strcmd1_%d",    i),StrCmds  [0][i]);
+        ini->WriteString ("str",s.sprintf("strcmd2_%d",    i),StrCmds  [1][i]);
+        ini->WriteInteger("str",s.sprintf("strcmdena1_%d", i),StrCmdEna[0][i]);
+        ini->WriteInteger("str",s.sprintf("strcmdena2_%d", i),StrCmdEna[1][i]);
+    }
+    for (i=0;i<3;i++) {
+        ini->WriteString ("str",s.sprintf("strpath1_%d",   i),StrPaths[0][i]);
+        ini->WriteString ("str",s.sprintf("strpath2_%d",   i),StrPaths[1][i]);
+    }
+    for (i=0;i<12;i++) {
+        ini->WriteString ("str",s.sprintf("strhistry_%d",  i),StrHistory [i]);
+        ini->WriteString ("str",s.sprintf("strmntphist_%d",i),StrMntpHist[i]);
+    }
+    ini->WriteInteger("plot","nmappnt",NWayPnt);
+    for (i=0;i<NWayPnt;i++) {
+        ini->WriteString("plot",s.sprintf("pntname%d",i+1),PntName[i]);
+        ini->WriteString("plot",s.sprintf("pntpos%d",i+1),
+            s1.sprintf("%.4f,%.4f,%.4f",PntPos[i][0],PntPos[i][1],PntPos[i][2]));
+    }
+    ini->WriteInteger("viewer","color1",(int)TTextViewer::Color1  );
+    ini->WriteInteger("viewer","color2",(int)TTextViewer::Color2  );
+    ini->WriteString ("viewer","fontname",TTextViewer::FontD->Name);
+    ini->WriteInteger("viewer","fontsize",TTextViewer::FontD->Size);
+    
+    ini->WriteString ("solbrows","dir",FileSelDialog->Dir);
+    
+    delete ini;
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TPlot::MenuPlotGEClick(TObject *Sender)
+{
+    TRect rect;
+    ::SystemParametersInfo(SPI_GETWORKAREA,0,&rect,0);
+#if 0
+	Top=rect.Top;
+	Left=rect.Left;
+	Width=rect.Width()/2;
+	Height=rect.Height();
+    GoogleEarthView->Top=Top;
+    GoogleEarthView->Left=Width;
+    GoogleEarthView->Width=Width;
+    GoogleEarthView->Height=Height;
+#else
+	Top=rect.Top+2;
+	Left=rect.Left-6;
+	Width=rect.Width()/2+12;
+	Height=rect.Height()+4;
+    GoogleEarthView->Top=Top;
+    GoogleEarthView->Left=Width-18;
+    GoogleEarthView->Width=Width;
+    GoogleEarthView->Height=Height;
+#endif
+    GoogleMapView->Hide();
+    GoogleEarthView->Show();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TPlot::MenuPlotGMClick(TObject *Sender)
+{
+    TRect rect;
+    ::SystemParametersInfo(SPI_GETWORKAREA,0,&rect,0);
+	Top=rect.Top;
+	Left=rect.Left;
+	Width=rect.Width()/2;
+	Height=rect.Height();
+    GoogleMapView->Top=Top;
+    GoogleMapView->Left=Width;
+    GoogleMapView->Width=Width;
+    GoogleMapView->Height=Height;
+    GoogleEarthView->Hide();
+    GoogleMapView->Show();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TPlot::MenuPlotGEGMClick(TObject *Sender)
+{
+    TRect rect;
+    ::SystemParametersInfo(SPI_GETWORKAREA,0,&rect,0);
+	Top=rect.Top;
+	Left=rect.Left;
+	Width=rect.Width()/2;
+	Height=rect.Height();
+    GoogleEarthView->Top=Top;
+    GoogleEarthView->Left=Width;
+    GoogleEarthView->Width=Width;
+    GoogleEarthView->Height=Height/2;
+    GoogleMapView->Top=Top+Height/2;
+    GoogleMapView->Left=Width;
+    GoogleMapView->Width=Width;
+    GoogleMapView->Height=Height/2;
+    GoogleEarthView->Show();
+    GoogleMapView->Show();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TPlot::MenuMaxClick(TObject *Sender)
+{
+    TRect rect;
+    ::SystemParametersInfo(SPI_GETWORKAREA,0,&rect,0);
+	Top=rect.Top;
+	Left=rect.Left;
+	Width=rect.Width();
+	Height=rect.Height();
+    GoogleEarthView->Hide();
+    GoogleMapView->Hide();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TPlot::DispGesture(TObject *Sender, const TGestureEventInfo &EventInfo,
+          bool &Handled)
+{
+#if 0
+    AnsiString s;
+    int b,e;
+    
+    b=EventInfo.Flags.Contains(gfBegin);
+    e=EventInfo.Flags.Contains(gfEnd);
+    
+	if (EventInfo.GestureID==Controls::igiZoom) {
+        s.sprintf("zoom: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+	else if (EventInfo.GestureID==Controls::igiPan) {
+        s.sprintf("pan: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+	else if (EventInfo.GestureID==Controls::igiRotate) {
+        s.sprintf("rotate: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+#endif
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/plotmain.h b/app/rtkplot/plotmain.h
new file mode 100644
index 0000000..9390b2a
--- /dev/null
+++ b/app/rtkplot/plotmain.h
@@ -0,0 +1,630 @@
+//---------------------------------------------------------------------------
+#ifndef plotmainH
+#define plotmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+#include <Buttons.hpp>
+#include <Menus.hpp>
+#include <jpeg.hpp>
+#include "graph.h"
+#include "console.h"
+#include "rtklib.h"
+#include <ExtDlgs.hpp>
+#include "SHDocVw_OCX.h"
+#include <Vcl.OleCtrls.hpp>
+
+#define MAXNFILE    256                 // max number of solution files
+#define MAXSTRBUFF  1024                // max length of stream buffer
+#define MAXWAYPNT   10                  // max number of waypoints
+#define MAXMAPPATH  4096                // max number of map path
+
+#define PRGNAME     "RTKPLOT"           // program name
+
+#define CHARDEG     "\302\260"          // character code of degree (UTF-8)
+#define CHARUP2     "\302\262"          // character code of ^2     (UTF-8)
+
+#define DEFTSPAN    600.0               // default time span (s)
+#define INTARROW    60.0                // direction arrow interval (s)
+#define MAXTDIFF    60.0                // max differential time (s)
+#define DOPLIM      30.0                // dop view limit
+#define TTOL        DTTOL               // time-differnce tolerance (s)
+#define TBRK        300.0               // time to recognize break (s)
+#define THRESLIP    0.1                 // slip threshold of LG-jump (m)
+#define SIZE_COMP   45                  // compass size (pixels)
+#define SIZE_VELC   45                  // velocity circle size (pixels)
+#define CLORANGE    (TColor)0x00AAFF
+#define MIN_RANGE_GE 10.0               // min range for GE view
+
+#define PLOT_TRK    0                   // plot-type: track-plot
+#define PLOT_SOLP   1                   // plot-type: position-plot
+#define PLOT_SOLV   2                   // plot-type: velocity-plot
+#define PLOT_SOLA   3                   // plot-type: accel-plot
+#define PLOT_NSAT   4                   // plot-type: number-of-satellite-plot
+#define PLOT_RES    5                   // plot-type: residual-plot
+#define PLOT_OBS    6                   // plot-type: observation-data-plot
+#define PLOT_SKY    7                   // plot-type: sky-plot
+#define PLOT_DOP    8                   // plot-type: dop-plot
+#define PLOT_SNR    9                   // plot-type: snr/mp-plot
+#define PLOT_SNRE   10                  // plot-type: snr/mp-el-plot
+#define PLOT_MPS    11                  // plot-type: mp-skyplot
+
+#define ORG_STARTPOS 0                  // plot-origin: start position
+#define ORG_ENDPOS  1                   // plot-origin: end position
+#define ORG_AVEPOS  2                   // plot-origin: average position
+#define ORG_FITPOS  3                   // plot-origin: linear-fit position
+#define ORG_REFPOS  4                   // plot-origin: reference position
+#define ORG_LLHPOS  5                   // plot-origin: lat/lon/hgt position
+#define ORG_AUTOPOS 6                   // plot-origin: auto-input position
+#define ORG_PNTPOS  7                   // plot-origin: way-point position
+
+#define TRACEFILE   "rtkplot.trace"     // trace file
+#define QCTMPFILE   "rtkplot_qc.temp"   // tempolary file for qc
+#define QCERRFILE   "rtkplot_qc.err"    // error file for qc
+
+#define SQR(x)      ((x)*(x))
+#define SQRT(x)     ((x)<0.0?0.0:sqrt(x))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+extern const char *PTypes[];
+
+// time-position class ------------------------------------------------------
+class TIMEPOS
+{
+private:
+    int nmax_;
+public:
+    int n;
+    gtime_t *t;
+    double *x,*y,*z,*xs,*ys,*zs,*xys;
+    int *q;
+    TIMEPOS(int nmax, int sflg);
+    ~TIMEPOS();
+    TIMEPOS *tdiff(void);
+    TIMEPOS *diff(const TIMEPOS *pos2, int qflag);
+};
+
+// rtkplot class ------------------------------------------------------------
+class TPlot : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel10;
+	TPanel *Panel11;
+	TPanel *Panel12;
+	TPanel *Panel2;
+	TPanel *Panel21;
+	TPanel *Panel22;
+	TPanel *StrStatus1;
+	TPanel *StrStatus2;
+	TPaintBox *Disp;
+	
+	TComboBox *PlotTypeS;
+	TComboBox *QFlag;
+	TComboBox *ObsType;
+	TComboBox *DopType;
+	TComboBox *SatList;
+	TListBox *RangeList;
+	TSpeedButton *BtnConnect;
+	TSpeedButton *BtnSol1;
+	TSpeedButton *BtnSol2;
+	TSpeedButton *BtnSol12;
+	TSpeedButton *BtnOn1;
+	TSpeedButton *BtnOn2;
+	TSpeedButton *BtnOn3;
+	TSpeedButton *BtnRangeList;
+	TSpeedButton *BtnFitHoriz;
+	TSpeedButton *BtnFitVert;
+	TSpeedButton *BtnCenterOri;
+	TSpeedButton *BtnFixHoriz;
+	TSpeedButton *BtnFixVert;
+	TSpeedButton *BtnShowTrack;
+	TSpeedButton *BtnShowMap;
+	TSpeedButton *BtnShowPoint;
+	TSpeedButton *BtnAnimate;
+	TSpeedButton *BtnClear;
+	TSpeedButton *BtnReload;
+	TScrollBar *TimeScroll;
+	
+	TLabel *ConnectMsg;
+	TLabel *Message1;
+	TLabel *Message2;
+	TLabel *QL1;
+	TLabel *QL2;
+	TLabel *QL3;
+	TLabel *QL4;
+	TLabel *QL5;
+	TLabel *QL6;
+	TLabel *QL7;
+	TMainMenu *hh;
+	
+	TMenuItem *MenuFile;
+	TMenuItem *MenuOpenSol1;
+	TMenuItem *MenuOpenSol2;
+	TMenuItem *MenuOpenMapImage;
+	TMenuItem *MenuOpenMapPath;
+	TMenuItem *MenuOpenObs;
+	TMenuItem *MenuOpenNav;
+	TMenuItem *MenuOpenElevMask;
+	TMenuItem *MenuConnect;
+	TMenuItem *MenuDisconnect;
+	TMenuItem *MenuPort;
+	TMenuItem *MenuReload;
+	TMenuItem *MenuClear;
+	TMenuItem *MenuQuit;
+	
+	TMenuItem *MenuEdit;
+	TMenuItem *MenuTime;
+	TMenuItem *MenuMapImg;
+	TMenuItem *MenuWaypnt;
+	TMenuItem *MenuSrcSol;
+	TMenuItem *MenuSrcObs;
+	TMenuItem *MenuQcObs;
+	TMenuItem *MenyCopy;
+	TMenuItem *MenuOptions;
+	
+	TMenuItem *MenuView;
+	TMenuItem *MenuToolBar;
+	TMenuItem *MenuStatusBar;
+	TMenuItem *MenuMonitor1;
+	TMenuItem *MenuMonitor2;
+	TMenuItem *MenuCenterOri;
+	TMenuItem *MenuFitHoriz;
+	TMenuItem *MenuFitVert;
+	TMenuItem *MenuShowTrack;
+	TMenuItem *MenuFixHoriz;
+	TMenuItem *MenuFixVert;
+	TMenuItem *MenuShowMap;
+	TMenuItem *MenuShowPoint;
+	TMenuItem *MenuAnimStart;
+	TMenuItem *MenuAnimStop;
+	
+	TMenuItem *MenuHelp;
+	TMenuItem *MenuAbout;
+	
+	TMenuItem *N1;
+	TMenuItem *N2;
+	TMenuItem *N3;
+	TMenuItem *N5;
+	TMenuItem *N6;
+	TMenuItem *N7;
+	TMenuItem *N8;
+	TMenuItem *N9;
+	TMenuItem *N10;
+	TMenuItem *N11;
+	TMenuItem *N12;
+	TMenuItem *N13;
+	
+	TTimer *Timer;
+	
+	TOpenDialog *OpenSolDialog;
+	TOpenDialog *OpenObsDialog;
+	TOpenDialog *OpenElMaskDialog;
+	TOpenDialog *OpenMapPathDialog;
+	TOpenDialog *OpenMapDialog;
+	TMenuItem *MenuFileSel;
+	TMenuItem *N4;
+	TMenuItem *N14;
+	TMenuItem *MenuSaveDop;
+	TSaveDialog *SaveDialog;
+	TMenuItem *MenuSaveImage;
+	TSavePictureDialog *SaveImageDialog;
+	TMenuItem *N15;
+	TMenuItem *MenuGE;
+	TSpeedButton *BtnGE;
+	TComboBox *FrqType;
+	TComboBox *ObsType2;
+	TMenuItem *MenuVisAna;
+	TMenuItem *N16;
+	TSpeedButton *BtnOptions;
+	TSpeedButton *BtnFixCent;
+	TMenuItem *MenuFixCent;
+	TSpeedButton *BtnGM;
+	TMenuItem *MenuSaveSnrMp;
+	TMenuItem *MenuGM;
+	TMenuItem *MenuOpenSkyImage;
+	TMenuItem *MenuSkyImg;
+	TSpeedButton *BtnShowSkyplot;
+	TMenuItem *MenuShowSkyplot;
+	TMenuItem *Windows1;
+	TMenuItem *MenuOverlap;
+	TMenuItem *MenuMax;
+	TMenuItem *MenuPlotGE;
+	TMenuItem *MenuPlotGM;
+	TMenuItem *MenuPlotGEGM;
+	TMenuItem *N17;
+	TPanel *Panel101;
+	TPanel *Panel102;
+	TPanel *Panel103;
+	TPanel *Panel104;
+	TMenuItem *MenuSaveElMask;
+	
+	void __fastcall FormCreate			(TObject *Sender);
+	void __fastcall FormShow			(TObject *Sender);
+	void __fastcall FormResize			(TObject *Sender);
+	void __fastcall FormActivate		(TObject *Sender);
+	void __fastcall FormKeyDown			(TObject *Sender, WORD &Key, TShiftState Shift);
+	
+	void __fastcall MenuOpenSol1Click	(TObject *Sender);
+	void __fastcall MenuOpenSol2Click	(TObject *Sender);
+	void __fastcall MenuOpenMapImageClick(TObject *Sender);
+	void __fastcall MenuOpenMapPathClick (TObject *Sender);
+	void __fastcall MenuOpenObsClick	(TObject *Sender);
+	void __fastcall MenuOpenNavClick	(TObject *Sender);
+	void __fastcall MenuOpenElevMaskClick(TObject *Sender);
+	void __fastcall MenuConnectClick	(TObject *Sender);
+	void __fastcall MenuDisconnectClick (TObject *Sender);
+	void __fastcall MenuPortClick		(TObject *Sender);
+	void __fastcall MenuReloadClick		(TObject *Sender);
+	void __fastcall MenuClearClick		(TObject *Sender);
+	void __fastcall MenuQuitClick		(TObject *Sender);
+	
+	void __fastcall MenuTimeClick		(TObject *Sender);
+	void __fastcall MenuMapImgClick		(TObject *Sender);
+	void __fastcall MenuWaypointClick	(TObject *Sender);
+	void __fastcall MenuSrcSolClick		(TObject *Sender);
+	void __fastcall MenuSrcObsClick		(TObject *Sender);
+	void __fastcall MenuQcObsClick		(TObject *Sender);
+	void __fastcall MenyCopyClick		(TObject *Sender);
+	void __fastcall MenuOptionsClick	(TObject *Sender);
+	
+	void __fastcall MenuToolBarClick	(TObject *Sender);
+	void __fastcall MenuStatusBarClick	(TObject *Sender);
+	void __fastcall MenuMonitor1Click	(TObject *Sender);
+	void __fastcall MenuMonitor2Click	(TObject *Sender);
+	void __fastcall MenuCenterOriClick	(TObject *Sender);
+	void __fastcall MenuFitHorizClick	(TObject *Sender);
+	void __fastcall MenuFitVertClick	(TObject *Sender);
+	void __fastcall MenuShowTrackClick	(TObject *Sender);
+	void __fastcall MenuFixHorizClick	(TObject *Sender);
+	void __fastcall MenuFixVertClick	(TObject *Sender);
+	void __fastcall MenuShowMapClick	(TObject *Sender);
+	void __fastcall MenuShowPointClick	(TObject *Sender);
+	void __fastcall MenuAnimStartClick	(TObject *Sender);
+	void __fastcall MenuAnimStopClick	(TObject *Sender);
+	void __fastcall MenuAboutClick		(TObject *Sender);
+	
+	void __fastcall BtnConnectClick		(TObject *Sender);
+	void __fastcall BtnSol1Click		(TObject *Sender);
+	void __fastcall BtnSol2Click		(TObject *Sender);
+	void __fastcall BtnSol12Click		(TObject *Sender);
+	void __fastcall BtnSol1DblClick		(TObject *Sender);
+	void __fastcall BtnSol2DblClick		(TObject *Sender);
+	void __fastcall BtnShowMapClick		(TObject *Sender);
+	void __fastcall BtnOn1Click			(TObject *Sender);
+	void __fastcall BtnOn2Click			(TObject *Sender);
+	void __fastcall BtnOn3Click			(TObject *Sender);
+	void __fastcall BtnRangeListClick	(TObject *Sender);
+	void __fastcall RangeListClick		(TObject *Sender);
+	void __fastcall BtnCenterOriClick	(TObject *Sender);
+	void __fastcall BtnFitHorizClick	(TObject *Sender);
+	void __fastcall BtnFitVertClick		(TObject *Sender);
+	void __fastcall BtnShowTrackClick	(TObject *Sender);
+	void __fastcall BtnFixHorizClick	(TObject *Sender);
+	void __fastcall BtnFixVertClick		(TObject *Sender);
+	void __fastcall BtnShowPointClick	(TObject *Sender);
+	void __fastcall BtnAnimateClick		(TObject *Sender);
+	void __fastcall BtnClearClick		(TObject *Sender);
+	void __fastcall BtnReloadClick		(TObject *Sender);
+	
+	void __fastcall PlotTypeSChange		(TObject *Sender);
+	void __fastcall QFlagChange			(TObject *Sender);
+	void __fastcall ObsTypeChange		(TObject *Sender);
+	void __fastcall DopTypeChange		(TObject *Sender);
+	void __fastcall SatListChange		(TObject *Sender);
+	void __fastcall TimeScrollChange	(TObject *Sender);
+	
+	void __fastcall TimerTimer			(TObject *Sender);
+	
+	void __fastcall DispPaint			(TObject *Sender);
+	void __fastcall DispMouseLeave		(TObject *Sender);
+	void __fastcall DispMouseMove		(TObject *Sender, TShiftState Shift,
+										 int X, int Y);
+	void __fastcall DispMouseDown		(TObject *Sender, TMouseButton Button,
+										 TShiftState Shift, int X, int Y);
+	void __fastcall DispMouseUp			(TObject *Sender, TMouseButton Button,
+										 TShiftState Shift, int X, int Y);
+	void __fastcall MouseWheel			(TObject *Sender, TShiftState Shift,
+										 int WheelDelta, TPoint &MousePos, bool &Handled);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall MenuFileSelClick(TObject *Sender);
+	void __fastcall MenuSaveDopClick(TObject *Sender);
+	void __fastcall MenuSaveImageClick(TObject *Sender);
+	void __fastcall MenuGEClick(TObject *Sender);
+	void __fastcall BtnGEClick(TObject *Sender);
+	void __fastcall MenuVisAnaClick(TObject *Sender);
+	void __fastcall BtnOptionsClick(TObject *Sender);
+	void __fastcall BtnFixCentClick(TObject *Sender);
+	void __fastcall MenuFixCentClick(TObject *Sender);
+	void __fastcall BtnGMClick(TObject *Sender);
+	void __fastcall MenuGMClick(TObject *Sender);
+	void __fastcall MenuSaveSnrMpClick(TObject *Sender);
+	void __fastcall MenuOpenSkyImageClick(TObject *Sender);
+	void __fastcall MenuSkyImgClick(TObject *Sender);
+	void __fastcall MenuShowSkyplotClick(TObject *Sender);
+	void __fastcall BtnShowSkyplotClick(TObject *Sender);
+	void __fastcall MenuPlotGEClick(TObject *Sender);
+	void __fastcall MenuPlotGMClick(TObject *Sender);
+	void __fastcall MenuPlotGEGMClick(TObject *Sender);
+	void __fastcall MenuMaxClick(TObject *Sender);
+	void __fastcall DispGesture(TObject *Sender, const TGestureEventInfo &EventInfo,
+          bool &Handled);
+	void __fastcall MenuSaveElMaskClick(TObject *Sender);
+
+
+protected:
+	void __fastcall CMDialogKey(Messages::TWMKey &Message);
+
+private:
+	Graphics::TBitmap *Buff;
+    Graphics::TBitmap *MapImage;
+    Graphics::TBitmap *SkyImageI;
+    TGraph *GraphT;
+    TGraph *GraphG[3];
+    TGraph *GraphR;
+    TGraph *GraphS;
+    TGraph *GraphE[2];
+    TStrings *OpenFiles;
+    TStrings *SolFiles[2];
+    TStrings *ObsFiles;
+    TStrings *NavFiles;
+    TConsole *Console1,*Console2;
+    
+    stream_t Stream[2];
+    solbuf_t SolData[2];
+    solstatbuf_t SolStat[2];
+    int SolIndex[2];
+    obs_t Obs;
+    nav_t Nav;
+    sta_t Sta;
+    double *Az,*El,*Mp[NFREQ+NEXOBS];
+    
+    gtime_t OEpoch;
+    int FormWidth,FormHeight;
+    int ConnectState,OpenRaw;
+    int NObs,*IndexObs,ObsIndex;
+    int Week;
+    int Flush,PlotType;
+    int NSolF1,NSolF2,NObsF,NNavF;
+    int SatMask[MAXSAT],SatSel[MAXSAT];
+    int NMapPath;
+    int SimObs;
+    double MapPath[MAXMAPPATH*3];
+    
+    int Drag,Xn,Yn;
+    double X0,Y0,Xc,Yc,Xs,Ys,Xcent,Xcent0;
+    
+    int GEState,GEDataState[2];
+    double GEHeading;
+    
+    void __fastcall DropFiles    (TWMDropFiles msg);
+    
+    void __fastcall ReadSolStat  (TStrings *files, int sel);
+    int  __fastcall ReadObsRnx   (TStrings *files, obs_t *obs, nav_t *nav, sta_t *sta);
+    void __fastcall ReadMapTag   (AnsiString file);
+    void __fastcall ReadMapPath  (AnsiString file);
+    void __fastcall GenVisData   (void);
+    void __fastcall SaveDop      (AnsiString file);
+    void __fastcall SaveSnrMp    (AnsiString file);
+    void __fastcall SaveElMask   (AnsiString file);
+    void __fastcall Connect      (void);
+    void __fastcall Disconnect   (void);
+    void __fastcall ConnectPath  (const char *path, int ch);
+    int  __fastcall CheckObs     (AnsiString file);
+    void __fastcall UpdateObs    (int nobs);
+    void __fastcall UpdateMp     (void);
+    void __fastcall ClearObs     (void);
+    void __fastcall ClearSol     (void);
+    void __fastcall Clear        (void);
+    void __fastcall Refresh      (void);
+    void __fastcall Reload       (void);
+    void __fastcall ReadWaitStart(void);
+    void __fastcall ReadWaitEnd  (void);
+    
+    void __fastcall UpdateDisp   (void);
+    void __fastcall UpdateType   (int type);
+    void __fastcall UpdatePlotType(void);
+    void __fastcall UpdateSatList(void);
+    void __fastcall UpdateObsType(void);
+    void __fastcall UpdateSize   (void);
+    void __fastcall UpdateColor  (void);
+    void __fastcall UpdateTime   (void);
+    void __fastcall UpdateOrigin (void);
+    void __fastcall UpdateSatMask(void);
+    void __fastcall UpdateSatSel (void);
+    void __fastcall UpdateInfo   (void);
+    void __fastcall UpdateTimeSol(void);
+    void __fastcall UpdateTimeObs(void);
+    void __fastcall UpdateInfoSol(void);
+    void __fastcall UpdateInfoObs(void);
+    void __fastcall UpdatePoint  (int x, int y);
+    void __fastcall UpdateEnable (void);
+    void __fastcall FitTime      (void);
+    void __fastcall SetRange     (int all, double range);
+    void __fastcall FitRange     (int all);
+    
+    void __fastcall SetCentX     (double c);
+    void __fastcall SetScaleX    (double s);
+    void __fastcall MouseDownTrk (int X, int Y);
+    void __fastcall MouseDownSol (int X, int Y);
+    void __fastcall MouseDownObs (int X, int Y);
+    void __fastcall MouseMoveTrk (int X, int Y, double dx, double dy, double dxs, double dys);
+    void __fastcall MouseMoveSol (int X, int Y, double dx, double dy, double dxs, double dys);
+    void __fastcall MouseMoveObs (int X, int Y, double dx, double dy, double dxs, double dys);
+
+    void __fastcall DrawTrk      (int level);
+    void __fastcall DrawTrkImage (int level);
+    void __fastcall DrawTrkPath  (int level);
+    void __fastcall DrawTrkPnt   (const TIMEPOS *pos, int level, int style);
+    void __fastcall DrawTrkPos   (const double *rr, int type, AnsiString label);
+    void __fastcall DrawTrkStat  (const TIMEPOS *pos, AnsiString header, int p);
+    void __fastcall DrawTrkError (const TIMEPOS *pos, int style);
+    void __fastcall DrawTrkArrow (const TIMEPOS *pos);
+    void __fastcall DrawTrkVel   (const TIMEPOS *vel);
+    void __fastcall DrawLabel    (TGraph *g, TPoint p, AnsiString label, int ha, int va);
+    void __fastcall DrawMark     (TGraph *g, TPoint p, int mark, TColor color, int size,
+                                  int rot);
+    void __fastcall DrawSol      (int level, int type);
+    void __fastcall DrawSolPnt   (const TIMEPOS *pos, int level, int style);
+    void __fastcall DrawSolStat  (const TIMEPOS *pos, AnsiString unit, int p);
+    void __fastcall DrawNsat     (int level);
+    void __fastcall DrawRes      (int level);
+    void __fastcall DrawPolyS    (TGraph *graph, double *x, double *y, int n,
+                                  TColor color, int style);
+    
+    void __fastcall DrawObs      (int level);
+    void __fastcall DrawObsSlip  (double *yp);
+    void __fastcall DrawObsEphem (double *yp);
+    void __fastcall DrawSkyImage (int level);
+    void __fastcall DrawSky      (int level);
+    void __fastcall DrawDop      (int level);
+    void __fastcall DrawDopStat  (double *dop, int *ns, int n);
+    void __fastcall DrawSnr      (int level);
+    void __fastcall DrawSnrE     (int level);
+    void __fastcall DrawMpS      (int level);
+    
+    AnsiString __fastcall U2A    (UnicodeString str);
+    UnicodeString __fastcall A2U (AnsiString str);
+    
+    TIMEPOS * __fastcall SolToPos (solbuf_t *sol, int index, int qflag, int type);
+    TIMEPOS * __fastcall SolToNsat(solbuf_t *sol, int index, int qflag);
+    
+    void __fastcall PosToXyz     (gtime_t time, const double *rr, int type, double *xyz);
+    void __fastcall CovToXyz     (const double *rr, const float *qr, int type,
+                                  double *xyzs);
+    void __fastcall CalcStats    (const double *x, int n, double ref, double &ave,
+                                  double &std, double &rms);
+    int __fastcall  FitPos       (gtime_t *time, double *opos, double *ovel);
+    
+    AnsiString __fastcall LatLonStr(const double *pos, int ndec);
+    TColor __fastcall ObsColor   (const obsd_t *obs, double az, double el);
+    TColor __fastcall SysColor   (int sat);
+    TColor __fastcall SnrColor   (double snr);
+    TColor __fastcall MpColor    (double mp);
+    void __fastcall ReadStaPos   (const char *file, const char *sta, double *rr);
+    int  __fastcall SearchPos    (int x, int y);
+    void __fastcall TimeSpan     (gtime_t *ts, gtime_t *te, double *tint);
+    double __fastcall TimePos    (gtime_t time);
+    void __fastcall TimeStr(gtime_t time, int n, int tsys, char *str);
+    int  __fastcall ExecCmd      (AnsiString cmd);
+    void __fastcall ShowMsg      (AnsiString msg);
+    void __fastcall ShowLegend   (AnsiString *msgs);
+    void __fastcall LoadOpt      (void);
+    void __fastcall SaveOpt      (void);
+    
+    BEGIN_MESSAGE_MAP // for files drop, cursor key down event
+    MESSAGE_HANDLER(WM_DROPFILES,TWMDropFiles,DropFiles);
+    MESSAGE_HANDLER(CM_DIALOGKEY,TWMKey,CMDialogKey);
+    END_MESSAGE_MAP(TForm);
+    
+public:
+    Graphics::TBitmap *SkyImageR;
+    AnsiString IniFile;
+    AnsiString MapImageFile;
+    AnsiString SkyImageFile;
+    AnsiString RnxOpts;
+    tle_t TLEData;
+    
+    // connection settings
+    int RtStream[2];
+    AnsiString RtPath1,RtPath2;
+    AnsiString StrPaths[2][3];
+    AnsiString StrCmds[2][2];
+    int StrCmdEna[2][2];
+    int RtFormat[2];
+    int RtConnType;
+    int RtTimeForm;
+    int RtDegForm;
+    AnsiString RtFieldSep;
+    int RtTimeOutTime;
+    int RtReConnTime;
+    double ElMaskData[361];
+    
+    // time options 
+    int TimeEna[3];
+    gtime_t TimeStart;
+    gtime_t TimeEnd;
+    double TimeInt;
+    
+    // map options 
+    int MapSize[2],MapScaleEq;
+    double MapScaleX,MapScaleY;
+    double MapLat,MapLon;
+    
+    // sky image options 
+    int SkySize[2],SkyDestCorr,SkyElMask,SkyRes,SkyFlip,SkyBinarize;
+    double SkyCent[2],SkyScale,SkyScaleR,SkyFov[3],SkyDest[10];
+    double SkyBinThres1,SkyBinThres2;
+    
+    // plot options 
+    int TimeLabel;
+    int LatLonFmt;
+    int ShowStats;
+    int ShowSlip;
+    int ShowHalfC;
+    int ShowEph;
+    double ElMask;
+    int ElMaskP;
+    int HideLowSat;
+    double MaxDop,MaxMP;
+    int NavSys;
+    AnsiString ExSats;
+    int ShowErr;
+    int ShowArrow;
+    int ShowGLabel;
+    int ShowLabel;
+    int ShowCompass;
+    int ShowScale;
+    int AutoScale;
+    double YRange;
+    int RtBuffSize;
+    int Origin;
+    int RcvPos;
+    double OOPos[3];
+    TColor MColor[2][8]; // {{mark1 0-7},{mark2 0-7}}
+    TColor CColor[4];    // {background,grid,text,line}
+    int PlotStyle;
+    int MarkSize;
+    int AnimCycle;
+    int RefCycle;
+    int Trace;
+    AnsiString QcCmd,QcOpt;
+    AnsiString TLEFile;
+    AnsiString TLESatFile;
+    
+    AnsiString Title;
+    AnsiString PntName[MAXWAYPNT];
+    double PntPos[MAXWAYPNT][3];
+    int NWayPnt;
+    int OPosType;
+    double OPos[3],OVel[3];
+    
+    AnsiString StrHistory [10];
+    AnsiString StrMntpHist[10];
+    
+    __fastcall TPlot(TComponent* Owner);
+    void __fastcall ReadSol    (TStrings *files, int sel);
+    void __fastcall ReadObs    (TStrings *files);
+    void __fastcall ReadNav    (TStrings *files);
+    void __fastcall ReadMapData(AnsiString file);
+    void __fastcall ReadSkyData(AnsiString file);
+    void __fastcall ReadSkyTag (AnsiString file);
+    void __fastcall UpdateSky  (void);
+    void __fastcall ReadElMaskData(AnsiString file);
+    int __fastcall GetCurrentPos(double *rr);
+    int __fastcall GetCenterPos(double *rr);
+    void __fastcall UpdatePlot(void);
+    void __fastcall Refresh_GEView(void);
+	void __fastcall Refresh_GMView(void);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TPlot *Plot;
+
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/plotopt.cpp b/app/rtkplot/plotopt.cpp
new file mode 100644
index 0000000..66661ec
--- /dev/null
+++ b/app/rtkplot/plotopt.cpp
@@ -0,0 +1,300 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "plotmain.h"
+#include "plotopt.h"
+#include "refdlg.h"
+#include "viewer.h"
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TPlotOptDialog *PlotOptDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+    double val=0.0;
+    sscanf(str.c_str(),"%lf",&val);
+    return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TPlotOptDialog::TPlotOptDialog(TComponent* Owner)
+    : TForm(Owner)
+{
+    FontOpt=new TFont;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::FormShow(TObject *Sender)
+{
+    char s1[64],s2[64];
+    AnsiString s;
+    int i,marks[]={1,2,3,4,5,10,15,20};
+    
+    TimeLabel  ->ItemIndex=Plot->TimeLabel;
+    LatLonFmt  ->ItemIndex=Plot->LatLonFmt;
+    AutoScale  ->ItemIndex=Plot->AutoScale;
+    ShowStats  ->ItemIndex=Plot->ShowStats;
+    ShowArrow  ->ItemIndex=Plot->ShowArrow;
+    ShowSlip   ->ItemIndex=Plot->ShowSlip;
+    ShowHalfC  ->ItemIndex=Plot->ShowHalfC;
+    ShowErr    ->ItemIndex=Plot->ShowErr;
+    ShowEph    ->ItemIndex=Plot->ShowEph;
+    ShowLabel  ->ItemIndex=Plot->ShowLabel;
+    ShowGLabel ->ItemIndex=Plot->ShowGLabel;
+    ShowScale  ->ItemIndex=Plot->ShowScale;
+    ShowCompass->ItemIndex=Plot->ShowCompass;
+    PlotStyle  ->ItemIndex=Plot->PlotStyle;
+    for (i=0;i<8;i++) {
+        if (marks[i]==Plot->MarkSize) MarkSize->ItemIndex=i;
+    }
+    MColor1 ->Color=Plot->MColor[0][1];
+    MColor2 ->Color=Plot->MColor[0][2];
+    MColor3 ->Color=Plot->MColor[0][3];
+    MColor4 ->Color=Plot->MColor[0][4];
+    MColor5 ->Color=Plot->MColor[0][5];
+    MColor6 ->Color=Plot->MColor[0][6];
+    MColor7 ->Color=Plot->MColor[1][1];
+    MColor8 ->Color=Plot->MColor[1][2];
+    MColor9 ->Color=Plot->MColor[1][3];
+    MColor10->Color=Plot->MColor[1][4];
+    MColor11->Color=Plot->MColor[1][5];
+    MColor12->Color=Plot->MColor[1][6];
+    Color1 ->Color=Plot->CColor[0];
+    Color2 ->Color=Plot->CColor[1];
+    Color3 ->Color=Plot->CColor[2];
+    Color4 ->Color=Plot->CColor[3];
+    
+    FontOpt->Assign(Plot->Font);
+    UpdateFont();
+    
+    ElMask ->Text=s.sprintf("%g",Plot->ElMask);
+    MaxDop ->Text=s.sprintf("%g",Plot->MaxDop);
+    MaxMP  ->Text=s.sprintf("%g",Plot->MaxMP );
+    YRange ->Text=s.sprintf("%g",Plot->YRange);
+    Origin ->ItemIndex=Plot->Origin;
+    RcvPos ->ItemIndex=Plot->RcvPos;
+    RefPos1->Text=s.sprintf("%.9f",Plot->OOPos[0]*R2D);
+    RefPos2->Text=s.sprintf("%.9f",Plot->OOPos[1]*R2D);
+    RefPos3->Text=s.sprintf("%.4f",Plot->OOPos[2]);
+    NavSys1->Checked=Plot->NavSys&SYS_GPS;
+    NavSys2->Checked=Plot->NavSys&SYS_GLO;
+    NavSys3->Checked=Plot->NavSys&SYS_GAL;
+    NavSys4->Checked=Plot->NavSys&SYS_QZS;
+    NavSys5->Checked=Plot->NavSys&SYS_SBS;
+    NavSys6->Checked=Plot->NavSys&SYS_CMP;
+    AnimCycle->Text=s.sprintf("%d",Plot->AnimCycle);
+    RefCycle ->Text=s.sprintf("%d",Plot->RefCycle );
+    HideLowSat->ItemIndex=Plot->HideLowSat;
+    ElMaskP->ItemIndex=Plot->ElMaskP;
+    ExSats->Text=Plot->ExSats;
+    BuffSize->Text=s.sprintf("%d",Plot->RtBuffSize);
+    QcCmd  ->Text=Plot->QcCmd;
+    RnxOpts->Text=Plot->RnxOpts;
+    TLEFile->Text=Plot->TLEFile;
+    TLESatFile->Text=Plot->TLESatFile;
+    
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnOKClick(TObject *Sender)
+{
+    int marks[]={1,2,3,4,5,10,15,20};
+    
+    Plot->TimeLabel  =TimeLabel  ->ItemIndex;
+    Plot->LatLonFmt  =LatLonFmt  ->ItemIndex;
+    Plot->AutoScale  =AutoScale  ->ItemIndex;
+    Plot->ShowStats  =ShowStats  ->ItemIndex;
+    Plot->ShowArrow  =ShowArrow  ->ItemIndex;
+    Plot->ShowSlip   =ShowSlip   ->ItemIndex;
+    Plot->ShowHalfC  =ShowHalfC  ->ItemIndex;
+    Plot->ShowErr    =ShowErr    ->ItemIndex;
+    Plot->ShowEph    =ShowEph    ->ItemIndex;
+    Plot->ShowLabel  =ShowLabel  ->ItemIndex;
+    Plot->ShowGLabel =ShowGLabel ->ItemIndex;
+    Plot->ShowScale  =ShowScale  ->ItemIndex;
+    Plot->ShowCompass=ShowCompass->ItemIndex;
+    Plot->PlotStyle  =PlotStyle  ->ItemIndex;
+    Plot->MarkSize=marks[MarkSize->ItemIndex];
+    Plot->MColor[0][1]=MColor1 ->Color;
+    Plot->MColor[0][2]=MColor2 ->Color;
+    Plot->MColor[0][3]=MColor3 ->Color;
+    Plot->MColor[0][4]=MColor4 ->Color;
+    Plot->MColor[0][5]=MColor5 ->Color;
+    Plot->MColor[0][6]=MColor6 ->Color;
+    Plot->MColor[1][1]=MColor7 ->Color;
+    Plot->MColor[1][2]=MColor8 ->Color;
+    Plot->MColor[1][3]=MColor9 ->Color;
+    Plot->MColor[1][4]=MColor10->Color;
+    Plot->MColor[1][5]=MColor11->Color;
+    Plot->MColor[1][6]=MColor12->Color;
+    Plot->CColor[0]=Color1 ->Color;
+    Plot->CColor[1]=Color2 ->Color;
+    Plot->CColor[2]=Color3 ->Color;
+    Plot->CColor[3]=Color4 ->Color;
+    
+    Plot->Font->Assign(FontOpt);
+    
+    Plot->ElMask=str2dbl(ElMask->Text);
+    Plot->MaxDop=str2dbl(MaxDop->Text);
+    Plot->MaxMP =str2dbl(MaxMP ->Text);
+    Plot->YRange=str2dbl(YRange->Text);
+    Plot->Origin=Origin->ItemIndex;
+    Plot->RcvPos=RcvPos->ItemIndex;
+    Plot->OOPos[0]=str2dbl(RefPos1->Text)*D2R;
+    Plot->OOPos[1]=str2dbl(RefPos2->Text)*D2R;
+    Plot->OOPos[2]=str2dbl(RefPos3->Text);
+    Plot->NavSys=(NavSys1->Checked?SYS_GPS:0)|
+                 (NavSys2->Checked?SYS_GLO:0)|
+                 (NavSys3->Checked?SYS_GAL:0)|
+                 (NavSys4->Checked?SYS_QZS:0)|
+                 (NavSys5->Checked?SYS_SBS:0)|
+                 (NavSys6->Checked?SYS_CMP:0);
+    Plot->AnimCycle=AnimCycle->Text.ToInt();
+    Plot->RefCycle =RefCycle ->Text.ToInt();
+    Plot->HideLowSat=HideLowSat->ItemIndex;
+    Plot->ElMaskP=ElMaskP->ItemIndex;
+    Plot->RtBuffSize=(int)str2dbl(BuffSize->Text);
+    Plot->ExSats=ExSats->Text;
+    Plot->QcCmd =QcCmd->Text;
+    Plot->RnxOpts=RnxOpts->Text;
+    Plot->TLEFile=TLEFile->Text;
+    Plot->TLESatFile=TLESatFile->Text;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::MColorClick(TObject *Sender)
+{
+    TPanel *panel=(TPanel *)Sender;
+    ColorDialog->Color=panel->Color;
+    if (!ColorDialog->Execute()) return;
+    panel->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnColor1Click(TObject *Sender)
+{
+    ColorDialog->Color=Color1->Color;
+    if (!ColorDialog->Execute()) return;
+    Color1->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnColor2Click(TObject *Sender)
+{
+    ColorDialog->Color=Color2->Color;
+    if (!ColorDialog->Execute()) return;
+    Color2->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnColor3Click(TObject *Sender)
+{
+    ColorDialog->Color=Color3->Color;
+    if (!ColorDialog->Execute()) return;
+    Color3->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnColor4Click(TObject *Sender)
+{
+    ColorDialog->Color=Color4->Color;
+    if (!ColorDialog->Execute()) return;
+    Color4->Color=ColorDialog->Color;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnFontClick(TObject *Sender)
+{
+    FontDialog->Font=FontOpt;
+    if (!FontDialog->Execute()) return;
+    FontOpt=FontDialog->Font;
+    UpdateFont();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnQcCmdClick(TObject *Sender)
+{
+    OpenDialog->FileName=QcCmd->Text;
+    if (!OpenDialog->Execute()) return;
+    QcCmd->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnTLEFileClick(TObject *Sender)
+{
+    OpenDialog->FileName=TLEFile->Text;
+    if (!OpenDialog->Execute()) return;
+    TLEFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnTLESatFileClick(TObject *Sender)
+{
+    OpenDialog->FileName=TLESatFile->Text;
+    if (!OpenDialog->Execute()) return;
+    TLESatFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnRefPosClick(TObject *Sender)
+{
+    AnsiString s;
+    RefDialog->RovPos[0]=str2dbl(RefPos1->Text);
+    RefDialog->RovPos[1]=str2dbl(RefPos2->Text);
+    RefDialog->RovPos[2]=str2dbl(RefPos3->Text);
+    RefDialog->Left=Left+Width/2-RefDialog->Width/2;
+    RefDialog->Top=Top+Height/2-RefDialog->Height/2;
+    if (RefDialog->ShowModal()!=mrOk) return;
+    RefPos1->Text=s.sprintf("%.9f",RefDialog->Pos[0]);
+    RefPos2->Text=s.sprintf("%.9f",RefDialog->Pos[1]);
+    RefPos3->Text=s.sprintf("%.4f",RefDialog->Pos[2]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::AutoScaleChange(TObject *Sender)
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::OriginChange(TObject *Sender)
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::UpdateFont(void)
+{
+    AnsiString s;
+    FontLabel->Font->Assign(FontOpt);
+    FontLabel->Font->Size=LabelFont->Font->Size;
+    FontLabel->Caption=FontOpt->Name+s.sprintf(" %dpt",FontOpt->Size);
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::UpdateEnable(void)
+{
+    RefPos1    ->Enabled=Origin->ItemIndex==5||RcvPos->ItemIndex==1;
+    RefPos2    ->Enabled=Origin->ItemIndex==5||RcvPos->ItemIndex==1;
+    RefPos3    ->Enabled=Origin->ItemIndex==5||RcvPos->ItemIndex==1;
+    LabelRefPos->Enabled=Origin->ItemIndex==5||Origin->ItemIndex==6||RcvPos->ItemIndex==1;
+    BtnRefPos  ->Enabled=Origin->ItemIndex==5||Origin->ItemIndex==6||RcvPos->ItemIndex==1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::RcvPosChange(TObject *Sender)
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnTLEViewClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    AnsiString file=TLEFile->Text;
+    
+    if (file=="") return;
+    viewer=new TTextViewer(Application);
+    viewer->Caption=file;
+    viewer->Show();
+    viewer->Read(file);
+}
+//---------------------------------------------------------------------------
+void __fastcall TPlotOptDialog::BtnTLESatViewClick(TObject *Sender)
+{
+    TTextViewer *viewer;
+    AnsiString file=TLESatFile->Text;
+    
+    if (file=="") return;
+    viewer=new TTextViewer(Application);
+    viewer->Caption=file;
+    viewer->Show();
+    viewer->Read(file);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/plotopt.h b/app/rtkplot/plotopt.h
new file mode 100644
index 0000000..759c42a
--- /dev/null
+++ b/app/rtkplot/plotopt.h
@@ -0,0 +1,163 @@
+//---------------------------------------------------------------------------
+
+#ifndef plotoptH
+#define plotoptH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+#include <ExtCtrls.hpp>
+#include <ComCtrls.hpp>
+#include "plotmain.h"
+#include <Vcl.Buttons.hpp>
+//---------------------------------------------------------------------------
+class TPlotOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOK;
+	TComboBox *PlotStyle;
+	TComboBox *Origin;
+	TLabel *Label1;
+	TLabel *Label2;
+	TLabel *Label3;
+	TLabel *Label4;
+	TComboBox *ShowArrow;
+	TPanel *Panel2;
+	TColorDialog *ColorDialog;
+	TPanel *Color1;
+	TButton *BtnColor1;
+	TLabel *Label5;
+	TPanel *Color2;
+	TButton *BtnColor2;
+	TLabel *Label6;
+	TPanel *Color3;
+	TButton *BtnColor3;
+	TLabel *Label7;
+	TPanel *Color4;
+	TButton *BtnColor4;
+	TLabel *Label9;
+	TComboBox *ShowStats;
+	TLabel *Label8;
+	TLabel *Label10;
+	TLabel *Label12;
+	TComboBox *TimeLabel;
+	TLabel *Label13;
+	TComboBox *AutoScale;
+	TPanel *MColor1;
+	TLabel *Label14;
+	TPanel *MColor2;
+	TPanel *MColor3;
+	TPanel *MColor4;
+	TPanel *MColor5;
+	TButton *BtnFont;
+	TFontDialog *FontDialog;
+	TLabel *Msg;
+	TLabel *Label17;
+	TComboBox *ShowSlip;
+	TLabel *Label18;
+	TLabel *Label19;
+	TComboBox *ShowErr;
+	TComboBox *MarkSize;
+	TLabel *Label16;
+	TComboBox *ShowHalfC;
+	TComboBox *YRange;
+	TLabel *Label20;
+	TComboBox *ShowLabel;
+	TLabel *Label21;
+	TComboBox *ShowGLabel;
+	TLabel *Label22;
+	TComboBox *ShowScale;
+	TLabel *Label23;
+	TComboBox *ShowCompass;
+	TLabel *Label24;
+	TComboBox *ShowEph;
+	TGroupBox *GroupBox1;
+	TCheckBox *NavSys1;
+	TCheckBox *NavSys2;
+	TCheckBox *NavSys5;
+	TCheckBox *NavSys3;
+	TCheckBox *NavSys4;
+	TComboBox *ElMask;
+	TLabel *Label11;
+	TComboBox *AnimCycle;
+	TLabel *Label25;
+	TComboBox *HideLowSat;
+	TPanel *Panel1;
+	TLabel *FontLabel;
+	TLabel *LabelFont;
+	TLabel *Label26;
+	TComboBox *ElMaskP;
+	TLabel *LabelRefPos;
+	TEdit *RefPos1;
+	TEdit *RefPos2;
+	TEdit *RefPos3;
+	TButton *BtnRefPos;
+	TLabel *LabelExSats;
+	TEdit *ExSats;
+	TLabel *Label28;
+	TComboBox *MaxDop;
+	TEdit *BuffSize;
+	TLabel *Label29;
+	TOpenDialog *OpenDialog;
+	TLabel *Label27;
+	TEdit *RefCycle;
+	TPanel *MColor6;
+	TCheckBox *NavSys6;
+	TEdit *QcCmd;
+	TLabel *Label30;
+	TLabel *Label31;
+	TComboBox *RcvPos;
+	TLabel *Label32;
+	TPanel *MColor7;
+	TPanel *MColor8;
+	TPanel *MColor9;
+	TPanel *MColor10;
+	TPanel *MColor11;
+	TPanel *MColor12;
+	TLabel *Label15;
+	TComboBox *LatLonFmt;
+	TLabel *Label33;
+	TEdit *RnxOpts;
+	TLabel *Label34;
+	TEdit *TLEFile;
+	TButton *BtnTLEFile;
+	TLabel *Label35;
+	TEdit *TLESatFile;
+	TButton *BtnTLESatFile;
+	TLabel *Label36;
+	TSpeedButton *BtnTLEView;
+	TSpeedButton *BtnTLESatView;
+	TLabel *Label37;
+	TComboBox *MaxMP;
+	void __fastcall BtnOKClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnColor1Click(TObject *Sender);
+	void __fastcall BtnColor2Click(TObject *Sender);
+	void __fastcall BtnColor3Click(TObject *Sender);
+	void __fastcall BtnColor4Click(TObject *Sender);
+	void __fastcall BtnRefPosClick(TObject *Sender);
+	void __fastcall OriginChange(TObject *Sender);
+	void __fastcall AutoScaleChange(TObject *Sender);
+	void __fastcall MColorClick(TObject *Sender);
+	void __fastcall BtnFontClick(TObject *Sender);
+	void __fastcall RcvPosChange(TObject *Sender);
+	void __fastcall BtnTLEFileClick(TObject *Sender);
+	void __fastcall BtnQcCmdClick(TObject *Sender);
+	void __fastcall BtnTLESatFileClick(TObject *Sender);
+	void __fastcall BtnTLEViewClick(TObject *Sender);
+	void __fastcall BtnTLESatViewClick(TObject *Sender);
+private:
+	TFont *FontOpt;
+	void __fastcall UpdateFont(void);
+	void __fastcall UpdateEnable(void);
+public:
+	TPlot *Plot;
+	__fastcall TPlotOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TPlotOptDialog *PlotOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/pntdlg.cpp b/app/rtkplot/pntdlg.cpp
new file mode 100644
index 0000000..10ffcd8
--- /dev/null
+++ b/app/rtkplot/pntdlg.cpp
@@ -0,0 +1,146 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "pntdlg.h"
+#include "plotmain.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TPntDialog *PntDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TPntDialog::TPntDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	Pos[0]=Pos[1]=Pos[2]=0.0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::FormShow(TObject *Sender)
+{
+	TGridRect r={0};
+	AnsiString s;
+	double pos[3];
+	int width[]={90,90,80,90};
+	
+	FontScale=Screen->PixelsPerInch;
+	for (int i=0;i<4;i++) {
+		PntList->ColWidths[i]=width[i]*FontScale/96;
+	}
+	PntList->DefaultRowHeight=17*FontScale/96;
+	
+	for (int i=0;i<PntList->RowCount;i++) {
+		if (i<Plot->NWayPnt) {
+			ecef2pos(Plot->PntPos[i],pos);
+			PntList->Cells[0][i]=s.sprintf("%.9f",pos[0]*R2D);
+			PntList->Cells[1][i]=s.sprintf("%.9f",pos[1]*R2D);
+			PntList->Cells[2][i]=s.sprintf("%.4f",pos[2]);
+			PntList->Cells[3][i]=Plot->PntName[i];
+		}
+		else {
+			for (int j=0;j<PntList->ColCount;j++) PntList->Cells[j][i]="";
+		}
+	}
+	r.Top=r.Bottom=PntList->RowCount;
+	PntList->Selection=r;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::BtnOkClick(TObject *Sender)
+{
+	double pos[3]={0};
+	int n=0;
+	for (int i=0;i<PntList->RowCount;i++) {
+		if (PntList->Cells[3][i]=="") continue;
+		pos[0]=str2dbl(PntList->Cells[0][i])*D2R;
+		pos[1]=str2dbl(PntList->Cells[1][i])*D2R;
+		pos[2]=str2dbl(PntList->Cells[2][i]);
+		pos2ecef(pos,Plot->PntPos[n]);
+		Plot->PntName[n++]=PntList->Cells[3][i];
+	}
+	Plot->NWayPnt=n;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::BtnAddClick(TObject *Sender)
+{
+	TGridRect r={0};
+	AnsiString s;
+	int i;
+	double rr[3],pos[3]={0};
+	for (i=0;i<PntList->RowCount;i++) {
+		if (PntList->Cells[3][i]=="") break;
+	}
+	if (i>=PntList->RowCount) return;
+	if (!Plot->GetCurrentPos(rr)) return;
+	if (norm(rr,3)<=0.0) return;
+	ecef2pos(rr,pos);
+	PntList->Cells[0][i]=s.sprintf("%.9f",pos[0]*R2D);
+	PntList->Cells[1][i]=s.sprintf("%.9f",pos[1]*R2D);
+	PntList->Cells[2][i]=s.sprintf("%.4f",pos[2]);
+	PntList->Cells[3][i]=s.sprintf("new point %d",i+1);
+	r.Top=r.Bottom=i;
+	r.Left=0; r.Right=3; PntList->Selection=r;
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::BtnDelClick(TObject *Sender)
+{
+	int sel=PntList->Selection.Top;
+	
+	for (int i=sel;i<PntList->RowCount;i++) {
+		for (int j=0;j<PntList->ColCount;j++) {
+			if (i+1>=PntList->RowCount) PntList->Cells[j][i]="";
+			else PntList->Cells[j][i]=PntList->Cells[j][i+1];
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::BtnLoadClick(TObject *Sender)
+{
+	AnsiString OpenDialog_FileName=OpenDialog->FileName,s;
+	FILE *fp;
+	char buff[256],name[256];
+	double pos[3];
+	int i=0;
+	if (!OpenDialog->Execute()) return;
+	if (!(fp=fopen(OpenDialog_FileName.c_str(),"r"))) return;
+	while (fgets(buff,sizeof(buff),fp)&&i<PntList->RowCount) {
+		if (buff[0]=='#') continue;
+		if (sscanf(buff,"%lf %lf %lf %s",pos,pos+1,pos+2,name)<4) continue;
+		PntList->Cells[0][i]=s.sprintf("%.9f",pos[0]);
+		PntList->Cells[1][i]=s.sprintf("%.9f",pos[1]);
+		PntList->Cells[2][i]=s.sprintf("%.4f",pos[2]);
+		PntList->Cells[3][i++]=name;
+	}
+	for (;i<PntList->RowCount;i++) {
+		PntList->Cells[0][i]="";
+		PntList->Cells[1][i]="";
+		PntList->Cells[2][i]="";
+		PntList->Cells[3][i]="";
+	}
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TPntDialog::BtnSaveClick(TObject *Sender)
+{
+	AnsiString SaveDialog_FileName=SaveDialog->FileName;
+	FILE *fp;
+	if (!SaveDialog->Execute()) return;
+	if (!(fp=fopen(SaveDialog_FileName.c_str(),"w"))) return;
+	for (int i=0;i<PntList->RowCount;i++) {
+		if (PntList->Cells[3][i]=="") break;
+		fprintf(fp,"%s %s %s %s\n",
+			PntList->Cells[0][i].c_str(),
+			PntList->Cells[1][i].c_str(),
+			PntList->Cells[2][i].c_str(),
+			PntList->Cells[3][i].c_str());
+	}
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot/pntdlg.h b/app/rtkplot/pntdlg.h
new file mode 100644
index 0000000..d984e19
--- /dev/null
+++ b/app/rtkplot/pntdlg.h
@@ -0,0 +1,46 @@
+//---------------------------------------------------------------------------
+#ifndef pntdlgH
+#define pntdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Grids.hpp>
+#include <Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TPntDialog : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TLabel *Label2;
+	TLabel *Label1;
+	TLabel *Label3;
+	TLabel *Label4;
+	TButton *BtnDel;
+	TPanel *Panel2;
+	TStringGrid *PntList;
+	TButton *BtnCancel;
+	TButton *BtnLoad;
+	TButton *BtnAdd;
+	TButton *BtnSave;
+	TButton *BtnOk;
+	TOpenDialog *OpenDialog;
+	TSaveDialog *SaveDialog;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnDelClick(TObject *Sender);
+	void __fastcall BtnAddClick(TObject *Sender);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+private:
+public:
+	double Pos[3];
+	int FontScale;
+	__fastcall TPntDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TPntDialog *PntDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/rtkplot.cbproj b/app/rtkplot/rtkplot.cbproj
new file mode 100644
index 0000000..6904e88
--- /dev/null
+++ b/app/rtkplot/rtkplot.cbproj
@@ -0,0 +1,526 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{5E7D3311-4CF6-4917-AE12-F5D412956FA7}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtkplot.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>14.6</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
+			<Base_Win64>true</Base_Win64>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
+			<Cfg_1_Win64>true</Cfg_1_Win64>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\..\src\rcv\;..\..\src\;..\appcmn\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<BCC_wpar>false</BCC_wpar>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_weff>false</BCC_weff>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<Icon_MainIcon>rtkplot_Icon.ico</Icon_MainIcon>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<Manifest_File>None</Manifest_File>
+			<TASM_IncludePath>..\..\src;..\appcmn;..\..\src\rcv;..\rtkpost;$(BDS)\include;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\rtkpost;..\src;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;D:\proj\rtklib_2.1\gui;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BRCC_IncludePath>..\..\src;..\appcmn;..\..\src\rcv;..\rtkpost;$(BDS)\include;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\rtkpost;..\src;D:\proj\rtklib_2.1\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\rtkpost;..\src;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;D:\proj\rtklib_2.1\gui;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib;vclimg.lib;bindengine.lib;bcbie.lib;vclie.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\rtkpost;..\src;D:\proj\rtklib_2.1\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\rtkpost;..\src;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;D:\proj\rtklib_2.1\gui;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+			<BCC_IncludePath>$(BDS)\include;..\..\src;..\appcmn;$(BCC_IncludePath)</BCC_IncludePath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win64)'!=''">
+			<BCC_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;ENACMP;NEXOBS=3;NFREQ=3;$(BCC_Defines)</BCC_Defines>
+			<TASM_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<TASM_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BCC_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;ENACMP;NEXOBS=3;NFREQ=3;$(BCC_Defines)</BCC_Defines>
+			<BRCC_Defines>_RTLDLL;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<Debugger_RunParams>-x 2</Debugger_RunParams>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib;vclimg.lib;bindengine.lib;bcbie.lib;vclie.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<BCC_wpia>false</BCC_wpia>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<BCC_wpar>false</BCC_wpar>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<Debugger_RunParams>-x 2</Debugger_RunParams>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib;vclimg.lib;bindengine.lib;bcbie.lib;vclie.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>42</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\cmdoptdlg.cpp">
+				<BuildOrder>8</BuildOrder>
+				<Form>CmdOptDialog</Form>
+				<DependentOn>..\appcmn\cmdoptdlg.h</DependentOn>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<BuildOrder>43</BuildOrder>
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\console.cpp">
+				<BuildOrder>31</BuildOrder>
+				<Form>Console</Form>
+				<DependentOn>..\appcmn\console.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\fileoptdlg.cpp">
+				<BuildOrder>26</BuildOrder>
+				<Form>FileOptDialog</Form>
+				<DependentOn>..\appcmn\fileoptdlg.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\ftpoptdlg.cpp">
+				<BuildOrder>30</BuildOrder>
+				<Form>FtpOptDialog</Form>
+				<DependentOn>..\appcmn\ftpoptdlg.h</DependentOn>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\graph.cpp">
+				<BuildOrder>26</BuildOrder>
+				<DependentOn>..\appcmn\graph.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>34</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\serioptdlg.cpp">
+				<BuildOrder>7</BuildOrder>
+				<Form>SerialOptDialog</Form>
+				<DependentOn>..\appcmn\serioptdlg.h</DependentOn>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\tcpoptdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>TcpOptDialog</Form>
+				<DependentOn>..\appcmn\tcpoptdlg.h</DependentOn>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\timedlg.cpp">
+				<BuildOrder>43</BuildOrder>
+				<Form>TimeDialog</Form>
+				<DependentOn>..\appcmn\timedlg.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\tspandlg.cpp">
+				<BuildOrder>41</BuildOrder>
+				<Form>SpanDialog</Form>
+				<DependentOn>..\appcmn\tspandlg.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>32</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<BuildOrder>33</BuildOrder>
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="conndlg.cpp">
+				<BuildOrder>29</BuildOrder>
+				<Form>ConnectDialog</Form>
+				<DependentOn>conndlg.h</DependentOn>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="fileseldlg.cpp">
+				<BuildOrder>45</BuildOrder>
+				<Form>FileSelDialog</Form>
+				<DependentOn>fileseldlg.h</DependentOn>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="geview.cpp">
+				<Form>GoogleEarthView</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>geview.h</DependentOn>
+				<BuildOrder>48</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="gmview.cpp">
+				<Form>GoogleMapView</Form>
+				<DependentOn>gmview.h</DependentOn>
+				<BuildOrder>49</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="mapdlg.cpp">
+				<Form>MapAreaDialog</Form>
+				<DependentOn>mapdlg.h</DependentOn>
+				<BuildOrder>56</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotcmn.cpp">
+				<BuildOrder>39</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotdata.cpp">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotdraw.cpp">
+				<BuildOrder>38</BuildOrder>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotinfo.cpp">
+				<BuildOrder>41</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotmain.cpp">
+				<BuildOrder>31</BuildOrder>
+				<Form>Plot</Form>
+				<DependentOn>plotmain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="plotopt.cpp">
+				<BuildOrder>33</BuildOrder>
+				<Form>PlotOptDialog</Form>
+				<DependentOn>plotopt.h</DependentOn>
+				<BuildOrder>3</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="pntdlg.cpp">
+				<BuildOrder>34</BuildOrder>
+				<Form>PntDialog</Form>
+				<DependentOn>pntdlg.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtkplot.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtkplot.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="satdlg.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>SatDialog</Form>
+				<DependentOn>satdlg.h</DependentOn>
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="skydlg.cpp">
+				<Form>SkyImgDialog</Form>
+				<DependentOn>skydlg.h</DependentOn>
+				<BuildOrder>57</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>35</BuildOrder>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>37</BuildOrder>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>45</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>51</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>35</BuildOrder>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>50</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>37</BuildOrder>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>36</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>44</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>39</BuildOrder>
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>46</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>56</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>58</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>40</BuildOrder>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>38</BuildOrder>
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>36</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>24</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>52</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>53</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>54</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>55</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>32</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\stream.c">
+				<BuildOrder>44</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tle.c">
+				<BuildOrder>48</BuildOrder>
+			</CppCompile>
+			<FormResources Include="skydlg.dfm"/>
+			<FormResources Include="satdlg.dfm"/>
+			<FormResources Include="..\appcmn\serioptdlg.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\appcmn\tcpoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="..\appcmn\tspandlg.dfm"/>
+			<FormResources Include="..\appcmn\timedlg.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\cmdoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\console.dfm"/>
+			<FormResources Include="..\appcmn\ftpoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\fileoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="plotmain.dfm"/>
+			<FormResources Include="plotopt.dfm"/>
+			<FormResources Include="pntdlg.dfm"/>
+			<FormResources Include="geview.dfm"/>
+			<FormResources Include="fileseldlg.dfm"/>
+			<FormResources Include="conndlg.dfm"/>
+			<FormResources Include="gmview.dfm"/>
+			<FormResources Include="mapdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtkplot.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win64">False</Platform>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtkplot/rtkplot.cbproj.local b/app/rtkplot/rtkplot.cbproj.local
new file mode 100644
index 0000000..65a3909
--- /dev/null
+++ b/app/rtkplot/rtkplot.cbproj.local
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/05/20 06:22:06.000.259,D:\proj\rtklib\app\rtkplot\geview.h=D:\proj\rtklib\app\rtkplot\Unit1.h</Transaction>
+    <Transaction>2012/05/20 06:22:06.000.259,D:\proj\rtklib\app\rtkplot\geview.dfm=D:\proj\rtklib\app\rtkplot\Unit1.dfm</Transaction>
+    <Transaction>2014/08/26 09:33:12.000.785,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+    <Transaction>2014/08/31 12:20:44.000.286,D:\proj\RTKLIB\app\rtkplot\skydlg.cpp=D:\proj\RTKLIB\app\rtkplot\mapdlg.cpp</Transaction>
+    <Transaction>2014/08/31 12:20:44.000.286,D:\proj\RTKLIB\app\rtkplot\skydlg.h=D:\proj\RTKLIB\app\rtkplot\mapdlg.h</Transaction>
+    <Transaction>2014/08/31 12:20:44.000.286,D:\proj\RTKLIB\app\rtkplot\skydlg.dfm=D:\proj\RTKLIB\app\rtkplot\mapdlg.dfm</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.564,D:\proj\RTKLIB\app\rtkplot\skydlg.h=D:\proj\RTKLIB\app\rtkplot\mapdlg.h</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.544,D:\proj\RTKLIB\app\rtkplot\mapdlg.h=D:\proj\RTKLIB\app\rtkplot\skydlg.h</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.564,D:\proj\RTKLIB\app\rtkplot\skydlg.dfm=D:\proj\RTKLIB\app\rtkplot\mapdlg.dfm</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.544,D:\proj\RTKLIB\app\rtkplot\mapdlg.cpp=D:\proj\RTKLIB\app\rtkplot\skydlg.cpp</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.544,D:\proj\RTKLIB\app\rtkplot\mapdlg.dfm=D:\proj\RTKLIB\app\rtkplot\skydlg.dfm</Transaction>
+    <Transaction>2014/08/31 12:21:42.000.564,D:\proj\RTKLIB\app\rtkplot\skydlg.cpp=D:\proj\RTKLIB\app\rtkplot\mapdlg.cpp</Transaction>
+    <Transaction>2014/08/31 12:22:33.000.525,D:\proj\RTKLIB\app\rtkplot\skydlg.cpp=</Transaction>
+    <Transaction>2014/08/31 12:24:52.000.986,=D:\proj\RTKLIB\app\rtkplot\mapdlg.cpp</Transaction>
+    <Transaction>2014/08/31 12:24:59.000.431,=D:\proj\RTKLIB\app\rtkplot\skydlg.cpp</Transaction>
+    <Transaction>2016/01/23 11:55:33.000.244,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtkplot/rtkplot.cpp b/app/rtkplot/rtkplot.cpp
new file mode 100644
index 0000000..0361a49
--- /dev/null
+++ b/app/rtkplot/rtkplot.cpp
@@ -0,0 +1,112 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("skydlg.cpp", SkyImgDialog);
+USEFORM("satdlg.cpp", SatDialog);
+USEFORM("..\appcmn\serioptdlg.cpp", SerialOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\appcmn\tcpoptdlg.cpp", TcpOptDialog);
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("..\appcmn\tspandlg.cpp", SpanDialog);
+USEFORM("..\appcmn\timedlg.cpp", TimeDialog);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\cmdoptdlg.cpp", CmdOptDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\console.cpp", Console);
+USEFORM("..\appcmn\ftpoptdlg.cpp", FtpOptDialog);
+USEFORM("..\appcmn\fileoptdlg.cpp", FileOptDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("plotmain.cpp", Plot);
+USEFORM("plotopt.cpp", PlotOptDialog);
+USEFORM("pntdlg.cpp", PntDialog);
+USEFORM("geview.cpp", GoogleEarthView);
+USEFORM("fileseldlg.cpp", FileSelDialog);
+USEFORM("conndlg.cpp", ConnectDialog);
+USEFORM("gmview.cpp", GoogleMapView);
+USEFORM("mapdlg.cpp", MapAreaDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKPLOT";
+		Application->CreateForm(__classid(TPlot), &Plot);
+		Application->CreateForm(__classid(TPlotOptDialog), &PlotOptDialog);
+		Application->CreateForm(__classid(TSatDialog), &SatDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TSpanDialog), &SpanDialog);
+		Application->CreateForm(__classid(TTimeDialog), &TimeDialog);
+		Application->CreateForm(__classid(TConnectDialog), &ConnectDialog);
+		Application->CreateForm(__classid(TSerialOptDialog), &SerialOptDialog);
+		Application->CreateForm(__classid(TTcpOptDialog), &TcpOptDialog);
+		Application->CreateForm(__classid(TCmdOptDialog), &CmdOptDialog);
+		Application->CreateForm(__classid(TFileOptDialog), &FileOptDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TPntDialog), &PntDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TFileSelDialog), &FileSelDialog);
+		Application->CreateForm(__classid(TGoogleEarthView), &GoogleEarthView);
+		Application->CreateForm(__classid(TFtpOptDialog), &FtpOptDialog);
+		Application->CreateForm(__classid(TConsole), &Console);
+		Application->CreateForm(__classid(TGoogleMapView), &GoogleMapView);
+		Application->CreateForm(__classid(TMapAreaDialog), &MapAreaDialog);
+		Application->CreateForm(__classid(TSkyImgDialog), &SkyImgDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/rtkplot.res b/app/rtkplot/rtkplot.res
new file mode 100644
index 0000000..b8d4f40
Binary files /dev/null and b/app/rtkplot/rtkplot.res differ
diff --git a/app/rtkplot/rtkplot_Icon.ico b/app/rtkplot/rtkplot_Icon.ico
new file mode 100644
index 0000000..cd758bb
Binary files /dev/null and b/app/rtkplot/rtkplot_Icon.ico differ
diff --git a/app/rtkplot/satdlg.cpp b/app/rtkplot/satdlg.cpp
new file mode 100644
index 0000000..a11209f
--- /dev/null
+++ b/app/rtkplot/satdlg.cpp
@@ -0,0 +1,67 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "satdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TSatDialog *SatDialog;
+//---------------------------------------------------------------------------
+__fastcall TSatDialog::TSatDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	for (int i=0;i<36;i++) ValidSat[i]=1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSatDialog::FormShow(TObject *Sender)
+{
+	TCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+	for (int i=0;i<36;i++) sat[i]->Checked=ValidSat[i];
+}
+//---------------------------------------------------------------------------
+void __fastcall TSatDialog::BtnChkAllClick(TObject *Sender)
+{
+	TCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+	for (int i=0;i<36;i++) sat[i]->Checked=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSatDialog::BtnUnchkAllClick(TObject *Sender)
+{
+	TCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+	for (int i=0;i<36;i++) sat[i]->Checked=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSatDialog::BtnOkClick(TObject *Sender)
+{
+	TCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+	for (int i=0;i<36;i++) ValidSat[i]=sat[i]->Checked;
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSatDialog::BtnCancelClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/satdlg.h b/app/rtkplot/satdlg.h
new file mode 100644
index 0000000..a7b8235
--- /dev/null
+++ b/app/rtkplot/satdlg.h
@@ -0,0 +1,72 @@
+//---------------------------------------------------------------------------
+#ifndef satdlgH
+#define satdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+//---------------------------------------------------------------------------
+class TSatDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TPanel *Panel3;
+	TPanel *Panel4;
+	TPanel *Panel5;
+	TCheckBox *PRN01;
+	TCheckBox *PRN02;
+	TCheckBox *PRN03;
+	TCheckBox *PRN04;
+	TCheckBox *PRN05;
+	TCheckBox *PRN06;
+	TCheckBox *PRN07;
+	TCheckBox *PRN08;
+	TCheckBox *PRN09;
+	TCheckBox *PRN10;
+	TCheckBox *PRN11;
+	TCheckBox *PRN12;
+	TCheckBox *PRN13;
+	TCheckBox *PRN14;
+	TCheckBox *PRN15;
+	TCheckBox *PRN16;
+	TCheckBox *PRN17;
+	TCheckBox *PRN18;
+	TCheckBox *PRN19;
+	TCheckBox *PRN20;
+	TCheckBox *PRN21;
+	TCheckBox *PRN22;
+	TCheckBox *PRN23;
+	TCheckBox *PRN24;
+	TCheckBox *PRN25;
+	TCheckBox *PRN26;
+	TCheckBox *PRN27;
+	TCheckBox *PRN28;
+	TCheckBox *PRN29;
+	TCheckBox *PRN30;
+	TCheckBox *PRN31;
+	TCheckBox *PRN32;
+	TCheckBox *SBAS;
+	TCheckBox *GLO;
+	TCheckBox *GAL;
+	TCheckBox *PRN33;
+	TButton *BtnChkAll;
+	TButton *BtnUnchkAll;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall BtnCancelClick(TObject *Sender);
+	void __fastcall BtnChkAllClick(TObject *Sender);
+	void __fastcall BtnUnchkAllClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+private:
+public:
+	int ValidSat[36];
+	__fastcall TSatDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TSatDialog *SatDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot/skydlg.cpp b/app/rtkplot/skydlg.cpp
new file mode 100644
index 0000000..60ff160
--- /dev/null
+++ b/app/rtkplot/skydlg.cpp
@@ -0,0 +1,321 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#include "rtklib.h"
+#pragma hdrstop
+
+#include "plotmain.h"
+#include "skydlg.h"
+#include "confdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TSkyImgDialog *SkyImgDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TSkyImgDialog::TSkyImgDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::FormShow(TObject *Sender)
+{
+	UpdateField();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::BtnSaveClick(TObject *Sender)
+{
+	FILE *fp;
+	AnsiString file=Plot->SkyImageFile;
+	if (file=="") return;
+	UpdateSky();
+	file=file+".tag";
+	if ((fp=fopen(file.c_str(),"r"))) {
+		fclose(fp);
+		ConfDialog->Label1->Caption="File exists. Overwrite it?";
+		ConfDialog->Label2->Caption=file;
+		if (ConfDialog->ShowModal()!=mrOk) return;
+	}
+	if (!(fp=fopen(file.c_str(),"w"))) return;
+	fprintf(fp,"%% sky image tag file: rtkplot %s %s\n\n",VER_RTKLIB,PATCH_LEVEL);
+	fprintf(fp,"centx   = %.6g\n",Plot->SkyCent[0]);
+	fprintf(fp,"centy   = %.6g\n",Plot->SkyCent[1]);
+	fprintf(fp,"scale   = %.6g\n",Plot->SkyScale  );
+	fprintf(fp,"roll    = %.6g\n",Plot->SkyFov[0] );
+	fprintf(fp,"pitch   = %.6g\n",Plot->SkyFov[1] );
+	fprintf(fp,"yaw     = %.6g\n",Plot->SkyFov[2] );
+	fprintf(fp,"destcorr= %d\n"  ,Plot->SkyDestCorr);
+	fprintf(fp,"resample= %d\n"  ,Plot->SkyRes     );
+	fprintf(fp,"flip    = %d\n"  ,Plot->SkyFlip    );
+	fprintf(fp,"dest    = %.6g %.6g %.6g %.6g %.6g %.6g %.6g %.6g %.6g\n",
+		Plot->SkyDest[1],Plot->SkyDest[2],Plot->SkyDest[3],Plot->SkyDest[4],
+		Plot->SkyDest[5],Plot->SkyDest[6],Plot->SkyDest[7],Plot->SkyDest[8],
+		Plot->SkyDest[9]);
+	fprintf(fp,"elmask  = %d\n"  ,Plot->SkyElMask );
+	fprintf(fp,"binarize= %d\n"  ,Plot->SkyBinarize);
+	fprintf(fp,"binthr1 = %.2f\n",Plot->SkyBinThres1);
+	fprintf(fp,"binthr2 = %.2f\n",Plot->SkyBinThres2);
+	fclose(fp);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::BtnUpdateClick(TObject *Sender)
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::UpdateField(void)
+{
+	AnsiString s;
+	Caption=Plot->SkyImageFile;
+	SkySize1->Text=s.sprintf("%d",Plot->SkySize[0]);
+	SkySize2->Text=s.sprintf("%d",Plot->SkySize[1]);
+	SkyCent1->Text=s.sprintf("%.2f",Plot->SkyCent[0]);
+	SkyCent2->Text=s.sprintf("%.2f",Plot->SkyCent[1]);
+	SkyScale->Text=s.sprintf("%.2f",Plot->SkyScale);
+	SkyFov1 ->Text=s.sprintf("%.2f",Plot->SkyFov[0]);
+	SkyFov2 ->Text=s.sprintf("%.2f",Plot->SkyFov[1]);
+	SkyFov3 ->Text=s.sprintf("%.2f",Plot->SkyFov[2]);
+	SkyDest1->Text=s.sprintf("%.1f",Plot->SkyDest[1]);
+	SkyDest2->Text=s.sprintf("%.1f",Plot->SkyDest[2]);
+	SkyDest3->Text=s.sprintf("%.1f",Plot->SkyDest[3]);
+	SkyDest4->Text=s.sprintf("%.1f",Plot->SkyDest[4]);
+	SkyDest5->Text=s.sprintf("%.1f",Plot->SkyDest[5]);
+	SkyDest6->Text=s.sprintf("%.1f",Plot->SkyDest[6]);
+	SkyDest7->Text=s.sprintf("%.1f",Plot->SkyDest[7]);
+	SkyDest8->Text=s.sprintf("%.1f",Plot->SkyDest[8]);
+	SkyDest9->Text=s.sprintf("%.1f",Plot->SkyDest[9]);
+	SkyElMask->Checked=Plot->SkyElMask;
+	SkyDestCorr->Checked=Plot->SkyDestCorr;
+	SkyRes->ItemIndex=Plot->SkyRes;
+	SkyFlip->Checked=Plot->SkyFlip;
+	SkyBinarize->Checked=Plot->SkyBinarize;
+	SkyBinThres1->Text=s.sprintf("%.2f",Plot->SkyBinThres1);
+	SkyBinThres2->Text=s.sprintf("%.2f",Plot->SkyBinThres2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::UpdateSky(void)
+{
+	Plot->SkyCent[0]=str2dbl(SkyCent1->Text);
+	Plot->SkyCent[1]=str2dbl(SkyCent2->Text);
+	Plot->SkyScale=str2dbl(SkyScale->Text);
+	Plot->SkyFov[0]=str2dbl(SkyFov1->Text);
+	Plot->SkyFov[1]=str2dbl(SkyFov2->Text);
+	Plot->SkyFov[2]=str2dbl(SkyFov3->Text);
+	Plot->SkyDest[1]=str2dbl(SkyDest1->Text);
+	Plot->SkyDest[2]=str2dbl(SkyDest2->Text);
+	Plot->SkyDest[3]=str2dbl(SkyDest3->Text);
+	Plot->SkyDest[4]=str2dbl(SkyDest4->Text);
+	Plot->SkyDest[5]=str2dbl(SkyDest5->Text);
+	Plot->SkyDest[6]=str2dbl(SkyDest6->Text);
+	Plot->SkyDest[7]=str2dbl(SkyDest7->Text);
+	Plot->SkyDest[8]=str2dbl(SkyDest8->Text);
+	Plot->SkyDest[9]=str2dbl(SkyDest9->Text);
+	Plot->SkyElMask=SkyElMask->Checked;
+	Plot->SkyDestCorr=SkyDestCorr->Checked;
+	Plot->SkyRes=SkyRes->ItemIndex;
+	Plot->SkyFlip=SkyFlip->Checked;
+	Plot->SkyBinarize=SkyBinarize->Checked;
+	Plot->SkyBinThres1=str2dbl(SkyBinThres1->Text);
+	Plot->SkyBinThres2=str2dbl(SkyBinThres2->Text);
+	Plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::UpdateEnable(void)
+{
+	SkyDest1->Enabled=SkyDestCorr->Checked;
+	SkyDest2->Enabled=SkyDestCorr->Checked;
+	SkyDest3->Enabled=SkyDestCorr->Checked;
+	SkyDest4->Enabled=SkyDestCorr->Checked;
+	SkyDest5->Enabled=SkyDestCorr->Checked;
+	SkyDest6->Enabled=SkyDestCorr->Checked;
+	SkyDest7->Enabled=SkyDestCorr->Checked;
+	SkyDest8->Enabled=SkyDestCorr->Checked;
+	SkyDest9->Enabled=SkyDestCorr->Checked;
+	SkyBinThres1->Enabled=SkyBinarize->Checked;
+	SkyBinThres2->Enabled=SkyBinarize->Checked;
+	SkyBinThres1UpDown->Enabled=SkyBinarize->Checked;
+	SkyBinThres2UpDown->Enabled=SkyBinarize->Checked;
+	BtnGenMask->Enabled=SkyBinarize->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyFov2UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double fov=str2dbl(SkyFov2->Text);
+    fov=floor(fov+0.5);
+	if (Direction==updUp) fov+=1.0; else fov-=1.0;
+	if (fov<=-180.0) fov+=360.0; else if (fov>180.0) fov-=360.0;
+	SkyFov2->Text=s.sprintf("%.2f",fov);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyFov1UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double fov=str2dbl(SkyFov1->Text);
+    fov=floor(fov+0.5);
+	if (Direction==updUp) fov+=1.0; else fov-=1.0;
+	if (fov<=-180.0) fov+=360.0; else if (fov>180.0) fov-=360.0;
+	SkyFov1->Text=s.sprintf("%.2f",fov);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyFov3UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double fov=str2dbl(SkyFov3->Text);
+    fov=floor(fov+0.5);
+	if (Direction==updUp) fov+=1.0; else fov-=1.0;
+	if (fov<=-180.0) fov+=360.0; else if (fov>180.0) fov-=360.0;
+	SkyFov3->Text=s.sprintf("%.2f",fov);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyCent1UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double cent=str2dbl(SkyCent1->Text);
+    cent=floor(cent+0.5);
+	if (Direction==updUp) cent+=1.0; else cent-=1.0;
+	SkyCent1->Text=s.sprintf("%.2f",cent);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyCent2UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double cent=str2dbl(SkyCent2->Text);
+    cent=floor(cent+0.5);
+	if (Direction==updUp) cent+=1.0; else cent-=1.0;
+	SkyCent2->Text=s.sprintf("%.2f",cent);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyScaleUpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double scale=str2dbl(SkyScale->Text);
+    scale=floor(scale+0.5);
+	if (Direction==updUp) scale+=1.0; else scale-=1.0;
+	if (scale<1.0) scale=1.0;
+	SkyScale->Text=s.sprintf("%.2f",scale);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyElMaskMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyDestCorrMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+	UpdateSky();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyFlipMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::SkyResChange(TObject *Sender)
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSkyImgDialog::BtnLoadClick(TObject *Sender)
+{
+    OpenTagDialog->Title="Open Tag";
+    if (!OpenTagDialog->Execute()) return;
+    Plot->ReadSkyTag(OpenTagDialog->FileName);
+    UpdateField();
+	Plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TSkyImgDialog::BtnGenMaskClick(TObject *Sender)
+{
+    BITMAP bm;
+    BYTE *img,*pix;
+    double r,ca,sa,el,el0;
+    int x,y,w,h,b,az,n;
+    
+    if (!GetObject(Plot->SkyImageR->Handle,sizeof(bm),&bm)) return;
+    w=bm.bmWidth; h=bm.bmHeight; b=bm.bmWidthBytes;
+    if (w<=0||h<=0||b<w*3) return;
+    img=(BYTE *)bm.bmBits;
+    
+    for (az=0;az<=360;az++) {
+        ca=cos(az*D2R);
+        sa=sin(az*D2R);
+        for (el=90.0,n=0,el0=0.0;el>=0.0;el-=0.1) {
+            r=(1.0-el/90.0)*Plot->SkyScaleR;
+            x=(int)floor(w/2.0+sa*r+0.5);
+            y=(int)floor(h/2.0+ca*r+0.5);
+            if (x<0||x>=w||y<0||y>=h) continue;
+            pix=img+x*3+y*b;
+            if (pix[0]<255&&pix[1]<255&&pix[2]<255) {
+                if (++n==1) el0=el;
+                if (n>=5) break;
+            }
+            else n=0;
+        }
+        Plot->ElMaskData[az]=el0==90.0?0.0:el0*D2R;
+    }
+	Plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TSkyImgDialog::SkyBinThres1UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double thres=str2dbl(SkyBinThres1->Text);
+	if (Direction==updUp) thres+=0.01; else thres-=0.01;
+	if (thres<=0.0) thres=0.0; else if (thres>1.0) thres=1.0;
+	SkyBinThres1->Text=s.sprintf("%.2f",thres);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TSkyImgDialog::SkyBinThres2UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction)
+{
+	AnsiString s;
+	double thres=str2dbl(SkyBinThres2->Text);
+	if (Direction==updUp) thres+=0.01; else thres-=0.01;
+	if (thres<=0.0) thres=0.0; else if (thres>1.0) thres=1.0;
+	SkyBinThres2->Text=s.sprintf("%.2f",thres);
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void __fastcall TSkyImgDialog::SkyBinarizeMouseUp(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y)
+{
+	UpdateSky();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot/skydlg.h b/app/rtkplot/skydlg.h
new file mode 100644
index 0000000..200681f
--- /dev/null
+++ b/app/rtkplot/skydlg.h
@@ -0,0 +1,119 @@
+//---------------------------------------------------------------------------
+#ifndef skydlgH
+#define skydlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ComCtrls.hpp>
+#include <ExtCtrls.hpp>
+#include <Buttons.hpp>
+#include <Vcl.Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TSkyImgDialog : public TForm
+{
+__published:
+	TButton *BtnClose;
+	TButton *BtnSave;
+	TButton *BtnUpdate;
+	TPanel *Panel1;
+	TLabel *Label1;
+	TEdit *SkySize1;
+	TEdit *SkySize2;
+	TPanel *Panel2;
+	TEdit *SkyFov1;
+	TUpDown *SkyFov1UpDown;
+	TEdit *SkyFov2;
+	TUpDown *SkyFov2UpDown;
+	TLabel *Label6;
+	TLabel *Label2;
+	TCheckBox *SkyElMask;
+	TLabel *Label3;
+	TLabel *Label4;
+	TEdit *SkyFov3;
+	TUpDown *SkyFov3UpDown;
+	TLabel *Label7;
+	TEdit *SkyCent1;
+	TEdit *SkyCent2;
+	TLabel *Label5;
+	TLabel *Label9;
+	TLabel *Label10;
+	TEdit *SkyScale;
+	TUpDown *SkyCent1UpDown;
+	TUpDown *SkyScaleUpDown;
+	TUpDown *SkyCent2UpDown;
+	TCheckBox *SkyDestCorr;
+	TEdit *SkyDest1;
+	TEdit *SkyDest2;
+	TEdit *SkyDest3;
+	TEdit *SkyDest4;
+	TEdit *SkyDest5;
+	TEdit *SkyDest6;
+	TEdit *SkyDest7;
+	TEdit *SkyDest8;
+	TLabel *Label11;
+	TLabel *Label12;
+	TLabel *Label13;
+	TLabel *Label14;
+	TLabel *Label15;
+	TLabel *Label16;
+	TLabel *Label17;
+	TLabel *Label18;
+	TLabel *Label8;
+	TComboBox *SkyRes;
+	TCheckBox *SkyFlip;
+	TButton *BtnLoad;
+	TOpenDialog *OpenTagDialog;
+	TEdit *SkyDest9;
+	TLabel *Label19;
+	TLabel *Label20;
+	TButton *BtnGenMask;
+	TCheckBox *SkyBinarize;
+	TEdit *SkyBinThres1;
+	TUpDown *SkyBinThres1UpDown;
+	TEdit *SkyBinThres2;
+	TUpDown *SkyBinThres2UpDown;
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall BtnUpdateClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+	void __fastcall SkyFov2UpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyFov1UpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyFov3UpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyCent1UpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyCent2UpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyScaleUpDownChangingEx(TObject *Sender, bool &AllowChange, short NewValue,
+          TUpDownDirection Direction);
+	void __fastcall SkyElMaskMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall SkyDestCorrMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall SkyFlipMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+	void __fastcall SkyResChange(TObject *Sender);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnGenMaskClick(TObject *Sender);
+	void __fastcall SkyBinThres1UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall SkyBinThres2UpDownChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall SkyBinarizeMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift,
+          int X, int Y);
+private:
+	void __fastcall UpdateSky(void);
+	void __fastcall UpdateEnable(void);
+	
+public:
+	__fastcall TSkyImgDialog(TComponent* Owner);
+	void __fastcall UpdateField(void);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TSkyImgDialog *SkyImgDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/.gitignore b/app/rtkplot_qt/.gitignore
new file mode 100644
index 0000000..39e93cb
--- /dev/null
+++ b/app/rtkplot_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtkplot_qt
+rtkplot_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtkplot_qt/conndlg.cpp b/app/rtkplot_qt/conndlg.cpp
new file mode 100644
index 0000000..a4f1595
--- /dev/null
+++ b/app/rtkplot_qt/conndlg.cpp
@@ -0,0 +1,254 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+
+#include "rtklib.h"
+#include "serioptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "cmdoptdlg.h"
+#include "conndlg.h"
+
+//---------------------------------------------------------------------------
+
+ ConnectDialog::ConnectDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	Stream1=Stream2=Format1=Format2=0;
+	CmdEna1[0]=CmdEna1[1]=CmdEna2[0]=CmdEna2[1]=0;
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCmd1,SIGNAL(clicked(bool)),this,SLOT(BtnCmd1Click()));
+    connect(BtnCmd2,SIGNAL(clicked(bool)),this,SLOT(BtnCmd2Click()));
+    connect(BtnOpt1,SIGNAL(clicked(bool)),this,SLOT(BtnOpt1Click()));
+    connect(BtnOpt2,SIGNAL(clicked(bool)),this,SLOT(BtnOpt2Click()));
+    connect(SolFormat1,SIGNAL(currentIndexChanged(int)),this,SLOT(SolFormat1Change()));
+    connect(SolFormat2,SIGNAL(currentIndexChanged(int)),this,SLOT(SolFormat2Change()));
+    connect(SelStream1,SIGNAL(currentIndexChanged(int)),this,SLOT(SelStream1Change()));
+    connect(SelStream2,SIGNAL(currentIndexChanged(int)),this,SLOT(SelStream2Change()));
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::showEvent(QShowEvent*event)
+{
+	int str[]={STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE};
+
+    if (event->spontaneous()) return;
+
+	for (int i=0;i<6;i++) {
+        if (str[i]==Stream1) SelStream1->setCurrentIndex(i);
+        if (str[i]==Stream2) SelStream2->setCurrentIndex(i);
+	}
+    SolFormat1->setCurrentIndex(Format1);
+    SolFormat2->setCurrentIndex(Format2);
+    TimeFormS->setCurrentIndex(TimeForm);
+    DegFormS ->setCurrentIndex(DegForm);
+    FieldSepS->setText(FieldSep);
+    TimeOutTimeE->setText(QString::number(TimeOutTime));
+    ReConnTimeE ->setText(QString::number(ReConnTime));
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::BtnOkClick()
+{
+	int str[]={STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE};
+
+    Stream1=str[SelStream1->currentIndex()];
+    Stream2=str[SelStream2->currentIndex()];
+    Format1=SolFormat1->currentIndex();
+    Format2=SolFormat2->currentIndex();
+    TimeForm=TimeFormS->currentIndex();
+    DegForm =DegFormS ->currentIndex();
+    FieldSep=FieldSepS->text();
+    TimeOutTime=TimeOutTimeE->text().toInt();
+    ReConnTime =ReConnTimeE ->text().toInt();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::BtnOpt1Click()
+{
+    switch (SelStream1->currentIndex()) {
+		case 1: SerialOpt1(0); break;
+		case 2: TcpOpt1 (1);   break;
+		case 3: TcpOpt1 (0);   break;
+		case 4: TcpOpt1 (3);   break;
+		case 5: FileOpt1(0);   break;
+	}
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::BtnOpt2Click()
+{
+    switch (SelStream2->currentIndex()) {
+		case 1: SerialOpt2(0); break;
+		case 2: TcpOpt2 (1);   break;
+		case 3: TcpOpt2 (0);   break;
+		case 4: TcpOpt2 (3);   break;
+		case 5: FileOpt2(0);   break;
+	}
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::BtnCmd1Click()
+{
+    CmdOptDialog dialog(this);
+    dialog.Cmds  [0]=Cmds1  [0];
+    dialog.Cmds  [1]=Cmds1  [1];
+    dialog.CmdEna[0]=CmdEna1[0];
+    dialog.CmdEna[1]=CmdEna1[1];
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Cmds1  [0]=dialog.Cmds  [0];
+    Cmds1  [1]=dialog.Cmds  [1];
+    CmdEna1[0]=dialog.CmdEna[0];
+    CmdEna1[1]=dialog.CmdEna[1];
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::BtnCmd2Click()
+{
+    CmdOptDialog dialog(this);
+    dialog.Cmds  [0]=Cmds2  [0];
+    dialog.Cmds  [1]=Cmds2  [1];
+    dialog.CmdEna[0]=CmdEna2[0];
+    dialog.CmdEna[1]=CmdEna2[1];
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Cmds2  [0]=dialog.Cmds  [0];
+    Cmds2  [1]=dialog.Cmds  [1];
+    CmdEna2[0]=dialog.CmdEna[0];
+    CmdEna2[1]=dialog.CmdEna[1];
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SelStream1Change()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SelStream2Change()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SolFormat1Change()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SolFormat2Change()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SerialOpt1(int opt)
+{
+    SerialOptDialog dialog(this);
+
+    dialog.Path=Paths1[0];
+    dialog.Opt=opt;
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths1[0]=dialog.Path;
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::SerialOpt2(int opt)
+{
+    SerialOptDialog dialog(this);
+
+    dialog.Path=Paths2[0];
+    dialog.Opt=opt;
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths2[0]=dialog.Path;
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::TcpOpt1(int opt)
+{
+    TcpOptDialog dialog(this);
+
+    dialog.Path=Paths1[1];
+    dialog.Opt=opt;
+    for (int i=0;i<MAXHIST;i++) dialog.History [i]=TcpHistory [i];
+    for (int i=0;i<MAXHIST;i++) dialog.MntpHist[i]=TcpMntpHist[i];
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths1[1]=dialog.Path;
+    for (int i=0;i<MAXHIST;i++) TcpHistory [i]=dialog.History [i];
+    for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=dialog.MntpHist[i];
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::TcpOpt2(int opt)
+{
+    TcpOptDialog dialog(this);
+
+    dialog.Path=Paths2[1];
+    dialog.Opt=opt;
+    for (int i=0;i<MAXHIST;i++) dialog.History [i]=TcpHistory [i];
+    for (int i=0;i<MAXHIST;i++) dialog.MntpHist[i]=TcpMntpHist[i];
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths2[1]=dialog.Path;
+    for (int i=0;i<MAXHIST;i++) TcpHistory [i]=dialog.History [i];
+    for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=dialog.MntpHist[i];
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::FileOpt1(int opt)
+{
+    FileOptDialog dialog(this);
+
+    dialog.Path=Paths1[2];
+    dialog.Opt=opt;
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths1[2]=dialog.Path;
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::FileOpt2(int opt)
+{
+    FileOptDialog dialog(this);
+
+    dialog.Path=Paths2[2];
+    dialog.Opt=opt;
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+
+    Paths2[2]=dialog.Path;
+}
+//---------------------------------------------------------------------------
+void  ConnectDialog::UpdateEnable(void)
+{
+    BtnOpt1     ->setEnabled(SelStream1->currentIndex()>0);
+    BtnOpt2     ->setEnabled(SelStream2->currentIndex()>0);
+    BtnCmd1     ->setEnabled(SelStream1->currentIndex()==1);
+    BtnCmd2     ->setEnabled(SelStream2->currentIndex()==1);
+    SolFormat1  ->setEnabled(SelStream1->currentIndex()>0);
+    SolFormat2  ->setEnabled(SelStream2->currentIndex()>0);
+    TimeFormS   ->setEnabled(SolFormat1->currentIndex()!=3||SolFormat2->currentIndex()!=3);
+    DegFormS    ->setEnabled(SolFormat1->currentIndex()==0||SolFormat2->currentIndex()==0);
+    FieldSepS   ->setEnabled(SolFormat1->currentIndex()!=3||SolFormat2->currentIndex()!=3);
+    Label5      ->setEnabled(SolFormat1->currentIndex()!=3||SolFormat2->currentIndex()!=3);
+    Label6      ->setEnabled(SolFormat1->currentIndex()==0||SolFormat2->currentIndex()==0);
+    Label7      ->setEnabled(SolFormat1->currentIndex()!=3||SolFormat2->currentIndex()!=3);
+    Label8      ->setEnabled((2<=SelStream1->currentIndex()&&SelStream1->currentIndex()<=4)||
+                          (2<=SelStream2->currentIndex()&&SelStream2->currentIndex()<=4));
+    TimeOutTimeE->setEnabled((2<=SelStream1->currentIndex()&&SelStream1->currentIndex()<=4)||
+                          (2<=SelStream2->currentIndex()&&SelStream2->currentIndex()<=4));
+    ReConnTimeE ->setEnabled((2<=SelStream1->currentIndex()&&SelStream1->currentIndex()<=4)||
+                          (2<=SelStream2->currentIndex()&&SelStream2->currentIndex()<=4));
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/conndlg.h b/app/rtkplot_qt/conndlg.h
new file mode 100644
index 0000000..4f7bf9e
--- /dev/null
+++ b/app/rtkplot_qt/conndlg.h
@@ -0,0 +1,52 @@
+//---------------------------------------------------------------------------
+#ifndef conndlgH
+#define conndlgH
+//---------------------------------------------------------------------------
+
+#define MAXHIST		10
+
+#include "ui_conndlg.h"
+
+#include <QDialog>
+
+class QShowEvent;
+
+//---------------------------------------------------------------------------
+class ConnectDialog : public QDialog, private Ui::ConnectDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnOpt1Click();
+    void BtnOkClick();
+    void BtnCmd1Click();
+    void BtnOpt2Click();
+    void BtnCmd2Click();
+    void SelStream1Change();
+    void SolFormat1Change();
+    void SolFormat2Change();
+    void SelStream2Change();
+
+private:
+    void SerialOpt1(int opt);
+    void SerialOpt2(int opt);
+    void TcpOpt1(int opt);
+    void TcpOpt2(int opt);
+    void FileOpt1(int opt);
+    void FileOpt2(int opt);
+    void UpdateEnable(void);
+
+public:
+	int Stream1,Stream2,Format1,Format2,CmdEna1[2],CmdEna2[2];
+	int TimeForm,DegForm,TimeOutTime,ReConnTime;
+    QString Path,Paths1[4],Paths2[4];
+    QString TcpHistory[MAXHIST],TcpMntpHist[MAXHIST];
+    QString Cmds1[2],Cmds2[2],FieldSep;
+
+    explicit ConnectDialog(QWidget *parent=NULL);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/conndlg.ui b/app/rtkplot_qt/conndlg.ui
new file mode 100644
index 0000000..8bb6c4b
--- /dev/null
+++ b/app/rtkplot_qt/conndlg.ui
@@ -0,0 +1,467 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ConnectDialog</class>
+ <widget class="QWidget" name="ConnectDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>490</width>
+    <height>219</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Connection Settings</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="1">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Stream Type</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Opt</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="4">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Cmd</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="5" colspan="3">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Solution Format</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="Label9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(1)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1" colspan="2">
+    <widget class="QComboBox" name="SelStream1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="1" column="3">
+    <widget class="QPushButton" name="BtnOpt1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="4">
+    <widget class="QPushButton" name="BtnCmd1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="5" colspan="3">
+    <widget class="QComboBox" name="SolFormat1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Lat/Lon/Height</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>X/Y/Z-ECEF</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>E/N/U-Baseline</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NMEA0183</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>(2)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1" colspan="2">
+    <widget class="QComboBox" name="SelStream2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string/>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Serial</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>TCP Server</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NTRIP Client</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>File</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="2" column="3">
+    <widget class="QPushButton" name="BtnOpt2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="4">
+    <widget class="QPushButton" name="BtnCmd2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="5" colspan="3">
+    <widget class="QComboBox" name="SolFormat2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>Lat/Lon/Height</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>X/Y/Z-ECEF</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>E/N/U-Baseline</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>NMEA0183</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="1">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Time Format</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="3" colspan="4">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Lat/Lon Format</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="7">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Field Sep</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0" colspan="3">
+    <widget class="QComboBox" name="TimeFormS">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>ww ssss.ss GPST</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>hh:mm:ss GPST</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>hh:mm:ss UTC</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>hh:mm:ss JST</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="4" column="3" colspan="4">
+    <widget class="QComboBox" name="DegFormS">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>ddd.ddddddd</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>ddd mm ss.sss</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="4" column="7">
+    <widget class="QLineEdit" name="FieldSepS">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0" colspan="5">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Timeout/Re-connect Intvl (ms)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="5" colspan="2">
+    <widget class="QLineEdit" name="TimeOutTimeE">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="7">
+    <widget class="QLineEdit" name="ReConnTimeE">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>10000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="2" colspan="4">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="6" colspan="2">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/fileseldlg.cpp b/app/rtkplot_qt/fileseldlg.cpp
new file mode 100644
index 0000000..6235803
--- /dev/null
+++ b/app/rtkplot_qt/fileseldlg.cpp
@@ -0,0 +1,132 @@
+//---------------------------------------------------------------------------
+
+#include "plotmain.h"
+#include "fileseldlg.h"
+
+#include <QShowEvent>
+#include <QDir>
+#include <QFileInfoList>
+#include <QTreeView>
+#include <QFileSystemModel>
+#include <QRegularExpression>
+
+extern Plot *plot;
+
+//---------------------------------------------------------------------------
+FileSelDialog::FileSelDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    dirModel=new QFileSystemModel(this);
+    dirModel->setFilter(QDir::Dirs|QDir::NoDotAndDotDot);
+
+#ifdef FLOATING_DIRSELECTOR
+    DirSelector= new QTreeView(0);
+    DirSelector->setWindowFlags(Qt::Window|Qt::X11BypassWindowManagerHint|Qt::FramelessWindowHint);
+#else
+    DirSelector= new QTreeView(this);
+#endif
+    Panel2->layout()->addWidget(DirSelector);
+    DirSelector->setModel(dirModel);
+    DirSelector->hideColumn(1); DirSelector->hideColumn(2);DirSelector->hideColumn(3); //only show names
+
+    fileModel = new QFileSystemModel(this);
+    fileModel->setFilter((fileModel->filter()& ~QDir::Dirs & ~QDir::AllDirs));
+    fileModel->setNameFilterDisables(false);
+    FileList->setModel(fileModel);
+
+    connect(DriveSel,SIGNAL(currentIndexChanged(QString)),this,SLOT(DriveSelChanged()));
+    connect(DirSelector,SIGNAL(clicked(QModelIndex)),this,SLOT(DirSelChange(QModelIndex)));
+    connect(DirSelector,SIGNAL(doubleClicked(QModelIndex)),this,SLOT(DirSelSelected(QModelIndex)));
+    connect(BtnDirSel,SIGNAL(clicked(bool)),this,SLOT(BtnDirSelClick()));
+    connect(FileList,SIGNAL(clicked(QModelIndex)),this,SLOT(FileListClick(QModelIndex)));
+    connect(Filter,SIGNAL(currentIndexChanged(QString)),this,SLOT(FilterClick()));
+
+}
+FileSelDialog::~FileSelDialog() {
+    delete DirSelector;
+}
+
+//---------------------------------------------------------------------------
+void  FileSelDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QFileInfoList drives=QDir::drives();
+    if (drives.size()>1&&drives.at(0).filePath()!="/"){
+        Panel1->setVisible(true);
+        DriveSel->clear();
+
+        foreach (const QFileInfo & drive,drives) {
+            DriveSel->addItem(drive.filePath());
+        }
+    } else Panel1->setVisible(false); // do not show drive selection on unix
+
+    if (Dir=="") Dir=drives.at(0).filePath();
+
+    DriveSel->setCurrentText(Dir.mid(0,Dir.indexOf(":")+2));
+    dirModel->setRootPath(Dir);
+    DirSelector->setVisible(false);
+    DirSelected->setText(Dir);
+    fileModel->setRootPath(Dir);
+    FileList->setRootIndex(fileModel->index(Dir));
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::DriveSelChanged()
+{
+    DirSelector->setVisible(false);
+
+    DirSelector->setRootIndex(dirModel->index(DriveSel->currentText()));
+    DirSelected->setText(DriveSel->currentText());
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::BtnDirSelClick()
+{
+#ifdef FLOATING_DIRSELECTOR
+    QPoint pos=Panel5->mapToGlobal(BtnDirSel->pos());
+    pos.rx()+=BtnDirSel->width()-DirSelector->width();
+    pos.ry()+=BtnDirSel->height();
+
+    DirSelector->move(pos);
+#endif
+    DirSelector->setVisible(!DirSelector->isVisible());
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::DirSelChange(QModelIndex index)
+{
+    DirSelector->expand(index);
+
+    Dir=dirModel->filePath(index);
+    DirSelected->setText(Dir);
+    fileModel->setRootPath(Dir);
+    FileList->setRootIndex(fileModel->index(Dir));
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::DirSelSelected(QModelIndex)
+{
+    DirSelector->setVisible(false);
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::FileListClick(QModelIndex index)
+{
+    QStringList file;
+    file.append(fileModel->filePath(index));
+    plot->ReadSol(file,0);
+
+    DirSelector->setVisible(false);
+}
+//---------------------------------------------------------------------------
+void  FileSelDialog::FilterClick()
+{
+    QString filter=Filter->currentText();
+
+    // only keep data between brackets
+    filter=filter.mid(filter.indexOf("(")+1);
+    filter.remove(")");
+
+    fileModel->setNameFilters(filter.split(" "));
+    DirSelector->setVisible(false);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot_qt/fileseldlg.h b/app/rtkplot_qt/fileseldlg.h
new file mode 100644
index 0000000..f0f06ac
--- /dev/null
+++ b/app/rtkplot_qt/fileseldlg.h
@@ -0,0 +1,37 @@
+//---------------------------------------------------------------------------
+#ifndef fileseldlgH
+#define fileseldlgH
+
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_fileseldlg.h"
+
+class QShowEVent;
+class QTreeView;
+class QFileSystemModel;
+class QModelIndex;
+
+//---------------------------------------------------------------------------
+class FileSelDialog : public QDialog, private Ui::FileSelDialog
+{
+    Q_OBJECT
+public slots:
+    void FileListClick(QModelIndex);
+    void DirSelChange(QModelIndex);
+    void DirSelSelected(QModelIndex);
+    void DriveSelChanged();
+    void FilterClick();
+    void BtnDirSelClick();
+protected:
+    void showEvent(QShowEvent*);
+    QTreeView *DirSelector;
+    QFileSystemModel *fileModel,*dirModel;
+
+public:
+    QString Dir;
+    explicit FileSelDialog(QWidget *parent=0);
+    ~FileSelDialog();
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/fileseldlg.ui b/app/rtkplot_qt/fileseldlg.ui
new file mode 100644
index 0000000..f4d321f
--- /dev/null
+++ b/app/rtkplot_qt/fileseldlg.ui
@@ -0,0 +1,212 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>FileSelDialog</class>
+ <widget class="QWidget" name="FileSelDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>251</width>
+    <height>507</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Solutions</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_5">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QComboBox" name="DriveSel"/>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QWidget" name="Panel5" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="editable" stdset="0">
+         <bool>true</bool>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout">
+         <property name="spacing">
+          <number>0</number>
+         </property>
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QLabel" name="DirSelected">
+           <property name="text">
+            <string>TextLabel</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QToolButton" name="BtnDirSel">
+           <property name="text">
+            <string>...</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QListView" name="FileList">
+     <property name="frameShape">
+      <enum>QFrame::StyledPanel</enum>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string>Panel3</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QComboBox" name="Filter">
+        <item>
+         <property name="text">
+          <string>Position File (*.pos *.nmea)</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>All (*.*)</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/geview.cpp b/app/rtkplot_qt/geview.cpp
new file mode 100644
index 0000000..8fe27e7
--- /dev/null
+++ b/app/rtkplot_qt/geview.cpp
@@ -0,0 +1,530 @@
+//---------------------------------------------------------------------------
+// geview.c: google earth view
+//---------------------------------------------------------------------------
+
+#include <QTimer>
+#include <QStringList>
+#ifdef QWEBKIT
+#include <QWebView>
+#include <QWebFrame>
+#include <QWebElement>
+#endif
+#ifdef QWEBENGINE
+#include <QWebEngineView>
+#include <QWebEnginePage>
+#include <QWebChannel>
+#include <QFile>
+#endif
+
+#include "geview.h"
+#include "plotmain.h"
+#include "rtklib.h"
+
+#define RTKPLOT_GE_FILE "rtklib_ge.htm"
+
+#define TIMEOUT_GE  5000   // timeout of GE load (ms)
+#define MAXTRACKS   4096   // max number of track poitnts
+
+#define INIT_RANGE  4.322  // initial range (km)
+#define MIN_RANGE   0.01   // min range (km)
+#define MAX_RANGE   20000.0 // max range (km)
+
+#define TILT_ANGLE  70.0   // tilt angle (deg)
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+extern Plot *plot;
+
+//---------------------------------------------------------------------------
+ GoogleEarthView::GoogleEarthView(QWidget *parent)
+    : QMainWindow(parent)
+{
+    setupUi(this);
+#ifdef QWEBKIT
+    WebBrowser=new QWebView(this);
+
+    setCentralWidget(WebBrowser);
+#endif
+#ifdef QWEBENGINE
+    WebBrowser = new QWebEngineView(this);
+    setCentralWidget(WebBrowser);
+    pageState=new GEPageState(this);
+
+    connect(WebBrowser,SIGNAL(loadFinished(bool)),this,SLOT(PageLoaded(bool)));
+#endif
+
+    toolBar->addWidget(BtnOpt1);
+    toolBar->addWidget(BtnOpt2);
+    toolBar->addWidget(BtnOpt3);
+    toolBar->addWidget(BtnOpt4);
+    toolBar->addWidget(BtnOpt5);
+    toolBar->addWidget(BtnOpt6);
+    toolBar->addWidget(BtnOpt7);
+    toolBar->addWidget(BtnOpt8);
+    toolBar->addWidget(BtnOpt9);
+    toolBar_2->addWidget(BtnFixCent);
+    toolBar_2->addWidget(BtnEnaAlt);
+    toolBar_2->addSeparator();
+    toolBar_2->addWidget(BtnGENorm);
+    toolBar_2->addWidget(BtnGETilt);
+    toolBar_2->addWidget(BtnExpand);
+    toolBar_2->addWidget(BtnShrink);
+    toolBar_2->addSeparator();
+    toolBar_2->addWidget(BtnRotL);
+    toolBar_2->addWidget(BtnRotR);
+    toolBar_2->addWidget(BtnHeading);
+    toolBar_2->addWidget(BtnClose);
+
+    State=0;
+    Expand=Rotate=0;
+    Lat=Lon=LatSet=LonSet=0.0;
+    Range=RangeSet=0.0;
+    Heading=HeadingSet=0.0;
+    loaded=false;
+    MarkVis[0]=MarkVis[1]=TrackVis[0]=TrackVis[1]=0;
+    MarkPos[0][0]=MarkPos[0][1]=0.0;
+    MarkPos[1][0]=MarkPos[1][1]=0.0;
+
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnEnaAlt,SIGNAL(clicked(bool)),this,SLOT(BtnEnaAltClick()));
+    connect(BtnExpand,SIGNAL(pressed()),this,SLOT(BtnExpandPressed()));
+    connect(BtnExpand,SIGNAL(released()),this,SLOT(BtnExpandReleased()));
+    connect(BtnFixCent,SIGNAL(clicked(bool)),this,SLOT(BtnFixCentClick()));
+    connect(BtnGENorm,SIGNAL(clicked(bool)),this,SLOT(BtnGENormClick()));
+    connect(BtnGETilt,SIGNAL(clicked(bool)),this,SLOT(BtnGETiltClick()));
+    connect(BtnHeading,SIGNAL(clicked(bool)),this,SLOT(BtnHeadingClick()));
+    connect(BtnRotL,SIGNAL(pressed()),this,SLOT(BtnRotLPressed()));
+    connect(BtnRotL,SIGNAL(released()),this,SLOT(BtnRotLReleased()));
+    connect(BtnRotR,SIGNAL(pressed()),this,SLOT(BtnRotRPressed()));
+    connect(BtnRotR,SIGNAL(released()),this,SLOT(BtnRotRReleased()));
+    connect(BtnShrink,SIGNAL(pressed()),this,SLOT(BtnShrinkPressed()));
+    connect(BtnShrink,SIGNAL(released()),this,SLOT(BtnShrinkReleased()));
+    connect(&Timer1,SIGNAL(timeout()),this,SLOT(Timer1Timer()));
+    connect(&Timer2,SIGNAL(timeout()),this,SLOT(Timer2Timer()));
+
+    QTimer::singleShot(0,this,SLOT(FormCreate()));
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::FormCreate()
+{
+    QString dir;
+    
+    dir=qApp->applicationDirPath(); // exe directory
+    dir=dir+"/"+RTKPLOT_GE_FILE;
+#ifdef QWEBKIT
+    WebBrowser->load(QUrl::fromLocalFile(dir));
+    WebBrowser->show();
+    loaded=true;
+    Clear();
+#endif
+#ifdef QWEBENGINE
+    WebBrowser->load(QUrl::fromLocalFile(dir));
+    QWebChannel *channel=new QWebChannel(this);
+    channel->registerObject(QStringLiteral("state"),pageState);
+
+    WebBrowser->page()->setWebChannel(channel);
+
+    WebBrowser->show();
+#endif
+}
+//---------------------------------------------------------------------------
+void GoogleEarthView::PageLoaded(bool ok)
+{
+    if (!ok) return;
+
+    loaded=true;
+#ifdef QWEBENGINE
+    QFile webchannel(":/html/qwebchannel.js");
+    webchannel.open(QIODevice::ReadOnly);
+    WebBrowser->page()->runJavaScript(webchannel.readAll());
+    WebBrowser->page()->runJavaScript("new QWebChannel(qt.webChannelTransport,function(channel) {channel.objects.state.text=document.getElementById('state').value;" \
+                                      "channel.objects.state.view=document.getElementById('view').value;});");
+#endif
+    Clear();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::Timer1Timer()
+{
+#ifdef QWEBKIT
+    QWebElement ele1,ele2;
+    int state;
+    
+    if (!WebBrowser->page()) return;
+    if (!WebBrowser->page()->mainFrame()) return;
+
+    QWebFrame *frame=WebBrowser->page()->mainFrame();
+
+    ele1=frame->findFirstElement("state");
+    ele2=frame->findFirstElement("view");
+
+    if (ele1.isNull()||ele2.isNull()) return;
+    
+    if (!ele1.hasAttribute("value")||
+         ele2.hasAttribute("value")) return;
+
+    QStringList tokens=ele2.attribute("value").split(',');
+
+    if (tokens.size()!=4) return;
+
+    state=ele1.attribute("value").toInt();
+    Lat=tokens.at(0).toDouble();
+    Lon=tokens.at(1).toDouble();
+    Range=tokens.at(2).toDouble();
+    Heading=tokens.at(3).toDouble();
+
+    if (!State&&state) {
+        State=state;
+        UpdateOpts();
+        if (LatSet!=0.0||LonSet!=0.0) {
+            SetView(LatSet,LonSet,RangeSet,HeadingSet);
+            plot->Refresh_GEView();
+        }
+    }
+#else
+ #ifdef QWEBENGINE
+    QStringList tokens=pageState->getView().split(',');
+
+    if (tokens.size()!=4) return;
+
+    int state=pageState->getText().toInt();
+    Lat=tokens.at(0).toDouble();
+    Lon=tokens.at(1).toDouble();
+    Range=tokens.at(2).toDouble();
+    Heading=tokens.at(3).toDouble();
+
+    if (!State&&state) {
+        State=state;
+        UpdateOpts();
+        if (LatSet!=0.0||LonSet!=0.0) {
+            SetView(LatSet,LonSet,RangeSet,HeadingSet);
+            plot->Refresh_GEView();
+        }
+    }
+ #endif
+#endif
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnCloseClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnOpt1Click()
+{
+    UpdateOpts();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnHeadingClick()
+{
+    if (!BtnHeading->isChecked()) SetHeading(0.0);
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnFixCentClick()
+{
+    plot->Refresh_GEView();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnEnaAltClick()
+{
+    UpdateOpts();
+    plot->Refresh_GEView();
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnGENormClick()
+{
+    ExecFunc("SetTilt(0.0)");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnGETiltClick()
+{
+    ExecFunc(QString("SetTilt(%1)").arg(TILT_ANGLE,0,'f',1));
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnShrinkPressed()
+{
+    Timer1.stop();
+    Timer2.start();
+    Expand=1;
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnShrinkReleased()
+{
+    Expand=0;
+    Timer1.start();
+    Timer2.stop();
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnExpandPressed()
+{
+    Timer1.stop();
+    Timer2.start();
+    Expand=-1;
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnExpandReleased()
+{
+    Expand=0;
+    Timer1.start();
+    Timer2.stop();
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnRotLPressed()
+{
+    Timer1.stop();
+    Timer2.start();
+    Rotate=1;
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnRotLReleased()
+{
+    Rotate=0;
+    Timer1.start();
+    Timer2.stop();
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnRotRPressed()
+{
+    Timer1.stop();
+    Timer2.start();
+    Rotate=-1;
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::BtnRotRReleased()
+{
+    Rotate=0;
+    Timer1.start();
+    Timer2.stop();
+    ExecFunc("UpdateState()");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::Timer2Timer()
+{
+    if (Expand) {
+        if (Expand>0) Range=MIN(MAX_RANGE,Range*1.05);
+        else          Range=MAX(MIN_RANGE,Range/1.05);
+        SetRange(Range);
+    }
+    if (Rotate) {
+        if (Rotate>0) Heading+=3.0;
+        else          Heading-=3.0;
+        if      (Heading> 180.0) Heading-=360.0;
+        else if (Heading<-180.0) Heading+=360.0;
+        SetHeading(Heading);
+    }
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::Clear(void)
+{
+    MarkVis[0]=MarkVis[1]=TrackVis[0]=TrackVis[1]=0;
+    MarkPos[0][0]=MarkPos[0][1]=0.0;
+    MarkPos[1][0]=MarkPos[1][1]=0.0;
+    ExecFunc("ClearTrack(1)");
+    ExecFunc("ClearTrack(2)");
+    ExecFunc("SetMark(1,0.0,0.0)");
+    ExecFunc("SetMark(2,0.0,0.0)");
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::SetView(double lat, double lon, double range,
+    double heading)
+{
+    if (range<=0.0) range=RangeSet<=0.0?INIT_RANGE:RangeSet;
+    LatSet=lat; LonSet=lon; RangeSet=range; HeadingSet=heading;
+    ExecFunc(QString("SetView(%1,%2,%3,%4)").arg(lat,0,'f',9).arg(lon,0,'f',9).arg(range,0,'f',3).arg(heading,0,'f',1));
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::SetCent(double lat, double lon)
+{
+    ExecFunc(QString("SetCent(%1,%2)").arg(lat,0,'f',9).arg(lon,0,'f',9));
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::SetRange(double range)
+{
+    ExecFunc(QString("SetRange(%1)").arg(range,0,'f',3));
+}
+/// --------------------------------------------------------------------------
+void  GoogleEarthView::SetHeading(double angle)
+{
+    ExecFunc(QString("SetHeading(%1)").arg(angle,0,'f',2));
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::SetMark(int index, const double *pos)
+{
+    if (index<1||2<index) return;
+    MarkPos[index-1][0]=pos[0]*R2D;
+    MarkPos[index-1][1]=pos[1]*R2D;
+    ExecFunc(QString("SetMark(%1,%2,%3,%4)").arg(index).arg(pos[0]*R2D,0,'f',9)
+             .arg(pos[1]*R2D,0,'f',9).arg(pos[2],0,'f',3));
+    
+    if (BtnFixCent->isChecked()) {
+        SetCent(pos[0]*R2D,pos[1]*R2D);
+    }
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::ShowMark(int index)
+{
+    if (index<1||2<index) return;
+    ExecFunc(QString("ShowMark(%1)").arg(index));
+    MarkVis[index-1]=1;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::HideMark(int index)
+{
+    if (index<1||2<index) return;
+    ExecFunc(QString("HideMark(%1)").arg(index));
+    MarkVis[index-1]=0;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::ClearTrack(int index)
+{
+    if (index<1||2<index) return;
+    ExecFunc(QString("ClearTrack(%1)").arg(index));
+    TrackVis[index-1]=0;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+int  GoogleEarthView::UpdateTrack(int index, solbuf_t *sol)
+{
+    sol_t *data;
+    double prev[3]={0},pos[3];
+    int i,intv;
+    
+    if (index<1||2<index||!State||sol->n<=0) return 0;
+    
+    setCursor(Qt::WaitCursor);
+    
+    ClearTrack(index);
+    
+    intv=sol->n/MAXTRACKS+1; // interval to reduce points
+    
+    for (i=0;(data=getsol(sol,i))!=NULL;i++) {
+        if (i%intv!=0) continue;
+        ecef2pos(data->rr,pos);
+        if (fabs(pos[0]-prev[0])<1E-8&&fabs(pos[1]-prev[1])<1E-8) continue;
+        prev[0]=pos[0];
+        prev[1]=pos[1];
+        ExecFunc(QString("AddTrack(%d,%.9f,%.9f)").arg(index).arg(pos[0]*R2D,0,'f',9)
+                 .arg(pos[1]*R2D,0,'f',9));
+    }
+    setCursor(Qt::ArrowCursor);
+    UpdateEnable();
+    return 1;
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::ShowTrack(int index)
+{
+    if (index<1||2<index) return;
+    ExecFunc(QString("ShowTrack(%1)").arg(index));
+    TrackVis[index-1]=1;
+    UpdateEnable();
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::HideTrack(int index)
+{
+    if (index<1||2<index) return;
+    ExecFunc(QString("HideTrack(%1)").arg(index));
+    TrackVis[index-1]=0;
+    UpdateEnable();
+}
+// ----------------------------------------------------------------------------
+void  GoogleEarthView::UpdatePoint(void)
+{
+    double pos[3];
+    int i;
+    
+    ExecFunc("ClearPoint()");
+    
+    for (i=0;i<plot->NWayPnt;i++) {
+        ecef2pos(plot->PntPos[i],pos);
+        ExecFunc(QString("AddPoint('%1',%2,%3,%4)").arg(plot->PntName[i])
+                 .arg(pos[0]*R2D,0,'f',9).arg(pos[1]*R2D,0,'f',9).arg(pos[2],0,'f',2));
+    }
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::ShowPoint(void)
+{
+    ExecFunc("ShowPoint()");
+}
+// --------------------------------------------------------------------------
+void  GoogleEarthView::HidePoint(void)
+{
+    ExecFunc("HidePoint()");
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::SetOpts(const int *opts)
+{
+    QToolButton *btn[]={
+        BtnOpt1,BtnOpt2,BtnOpt3,BtnOpt4,BtnOpt5,BtnOpt6,BtnOpt7,BtnOpt8,
+        BtnOpt9,BtnEnaAlt,BtnHeading
+    };
+    for (int i=0;i<11;i++) {
+        btn[i]->setChecked(opts[i]);
+    }
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::GetOpts(int *opts)
+{
+    QToolButton *btn[]={
+        BtnOpt1,BtnOpt2,BtnOpt3,BtnOpt4,BtnOpt5,BtnOpt6,BtnOpt7,BtnOpt8,
+        BtnOpt9,BtnEnaAlt,BtnHeading
+    };
+    for (int i=0;i<11;i++) {
+        opts[i]=btn[i]->isChecked();
+    }
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::UpdateOpts(void)
+{
+    QString f;
+    int opts[12];
+    
+    GetOpts(opts);
+    ExecFunc(QString("SetOpts(%1,%2,%3,%4,%5,%6,%7,%8,%9,%10)").arg(opts[0])
+             .arg(opts[1]).arg(opts[2]).arg(opts[3]).arg(opts[4]).arg(opts[5]).arg(opts[6]).arg(opts[7]).arg(opts[8])
+             .arg(opts[9]));
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::UpdateEnable(void)
+{
+    BtnFixCent->setEnabled(MarkVis[0]||MarkVis[1]);
+    BtnEnaAlt ->setEnabled(MarkVis[0]||MarkVis[1]);
+    BtnRotR   ->setEnabled(!BtnHeading->isChecked());
+    BtnRotL   ->setEnabled(!BtnHeading->isChecked());
+}
+//---------------------------------------------------------------------------
+void  GoogleEarthView::ExecFunc(const QString &func)
+{
+#ifdef QWEBKIT
+    if (!WebBrowser->page()) return;
+    if (!WebBrowser->page()->mainFrame()) return;
+    QWebFrame *frame=WebBrowser->page()->mainFrame();
+
+    frame->evaluateJavaScript(func);
+#else
+#ifdef QWEBENGINE
+   if (!loaded) return;
+
+   QWebEnginePage *page=WebBrowser->page();
+   if (page==NULL) return;
+
+   page->runJavaScript(func);
+#else
+   Q_UNUSED(func)
+#endif
+#endif
+}
+//---------------------------------------------------------------------------
+
+void  GoogleEarthView::BtnOptClick()
+{
+    toolBar->setVisible(!toolBar->isVisible());
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/geview.h b/app/rtkplot_qt/geview.h
new file mode 100644
index 0000000..5bf7520
--- /dev/null
+++ b/app/rtkplot_qt/geview.h
@@ -0,0 +1,104 @@
+//---------------------------------------------------------------------------
+#ifndef geviewH
+#define geviewH
+//---------------------------------------------------------------------------
+#include <QMainWindow>
+#include <QTimer>
+
+#include "ui_geview.h"
+
+#include "rtklib.h"
+
+#ifdef QWEBKIT
+class QWebView;
+#endif
+#ifdef QWEBENGINE
+class QWebEngineView;
+class GEPageState : public QObject
+{
+    Q_OBJECT
+    Q_PROPERTY(QString text MEMBER text NOTIFY textChanged)
+    Q_PROPERTY(QString view MEMBER view NOTIFY viewChanged)
+public:
+    explicit GEPageState(QObject *parent=NULL): QObject(parent){}
+    QString getText() {return text;}
+    QString getView() {return view;}
+signals:
+    void textChanged(const QString &text);
+    void viewChanged(const QString &view);
+private:
+    QString text;
+    QString view;
+};
+
+#endif
+
+class QShowEvent;
+//---------------------------------------------------------------------------
+class GoogleEarthView : public QMainWindow, private Ui::GoogleEarthView
+{
+    Q_OBJECT
+
+public slots:
+    void FormCreate();
+    void BtnGENormClick();
+    void BtnGETiltClick();
+    void BtnOpt1Click();
+    void BtnHeadingClick();
+    void BtnCloseClick();
+    void BtnFixCentClick();
+    void BtnEnaAltClick();
+    void BtnShrinkPressed();
+    void BtnShrinkReleased();
+    void BtnExpandPressed();
+    void BtnExpandReleased();
+    void BtnRotLPressed();
+    void BtnRotLReleased();
+    void BtnRotRPressed();
+    void BtnRotRReleased();
+    void BtnOptClick();
+    void Timer1Timer();
+    void Timer2Timer();
+    void PageLoaded(bool);
+
+private:
+    int State,Expand,Rotate,MarkVis[2],TrackVis[2];
+    double Lat,Lon,Range,Heading,LatSet,LonSet,RangeSet,HeadingSet;
+    double MarkPos[2][2];
+    QTimer Timer1,Timer2;
+    bool loaded;
+#ifdef QWEBKIT
+    QWebView *WebBrowser;
+#endif
+#ifdef QWEBENGINE
+    QWebEngineView *WebBrowser;
+    GEPageState *pageState;
+#endif
+    void UpdateOpts (void);
+    void UpdateEnable(void);
+    void ExecFunc   (const QString &func);
+
+public:
+    explicit GoogleEarthView(QWidget *parent=NULL);
+
+    void Init       (void);
+    void Clear      (void);
+    void SetView    (double lat, double lon, double range, double heading);
+    void SetCent    (double lat, double lon);
+    void SetRange   (double range);
+    void SetHeading (double angle);
+    void SetMark    (int index, const double *pos);
+    void ShowMark   (int index);
+    void HideMark   (int index);
+    void ClearTrack (int index);
+    int  UpdateTrack(int index, solbuf_t *sol);
+    void ShowTrack  (int index);
+    void HideTrack  (int index);
+    void UpdatePoint(void);
+    void ShowPoint  (void);
+    void HidePoint  (void);
+    void SetOpts    (const int *opts);
+    void GetOpts    (int *opts);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/geview.ui b/app/rtkplot_qt/geview.ui
new file mode 100644
index 0000000..ce4726c
--- /dev/null
+++ b/app/rtkplot_qt/geview.ui
@@ -0,0 +1,648 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>GoogleEarthView</class>
+ <widget class="QMainWindow" name="GoogleEarthView">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>800</width>
+    <height>600</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>MainWindow</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <widget class="QToolButton" name="BtnExpand">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>190</x>
+      <y>40</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Zoom In</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/expand.bmp</normaloff>:/buttons/expand.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnHeading">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>293</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Heading Up</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/headup.bmp</normaloff>:/buttons/headup.bmp</iconset>
+    </property>
+    <property name="checkable">
+     <bool>true</bool>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnFixCent">
+    <property name="enabled">
+     <bool>false</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>39</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Fix Track Center</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/point.bmp</normaloff>:/buttons/point.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnGETilt">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>136</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Perspective View</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/tilt.bmp</normaloff>:/buttons/tilt.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>0</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Objects</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/navctr.bmp</normaloff>:/buttons/navctr.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnGENorm">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>106</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Objective View</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/norm.bmp</normaloff>:/buttons/norm.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnRotL">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>233</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Rotate Left</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/rotl.bmp</normaloff>:/buttons/rotl.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnEnaAlt">
+    <property name="enabled">
+     <bool>false</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>69</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Enable Altitude</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/alt.bmp</normaloff>:/buttons/alt.bmp</iconset>
+    </property>
+    <property name="checkable">
+     <bool>true</bool>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnShrink">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>166</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Zoom Out</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/shrink.bmp</normaloff>:/buttons/shrink.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnRotR">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>270</x>
+      <y>80</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Rotate Right</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/rotr.bmp</normaloff>:/buttons/rotr.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QLabel" name="Debug">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>293</x>
+      <y>0</y>
+      <width>120</width>
+      <height>45</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+   </widget>
+   <widget class="QLabel" name="Panel3">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>0</x>
+      <y>0</y>
+      <width>9</width>
+      <height>45</height>
+     </rect>
+    </property>
+    <property name="sizePolicy">
+     <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+      <horstretch>0</horstretch>
+      <verstretch>0</verstretch>
+     </sizepolicy>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="layoutDirection">
+     <enum>Qt::LeftToRight</enum>
+    </property>
+    <property name="frameShape">
+     <enum>QFrame::Panel</enum>
+    </property>
+    <property name="frameShadow">
+     <enum>QFrame::Sunken</enum>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="alignment">
+     <set>Qt::AlignCenter</set>
+    </property>
+   </widget>
+   <widget class="QWidget" name="Panel5" native="true">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>30</x>
+      <y>170</y>
+      <width>119</width>
+      <height>45</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="layoutDirection">
+     <enum>Qt::LeftToRight</enum>
+    </property>
+    <property name="text" stdset="0">
+     <string>Panel5</string>
+    </property>
+    <layout class="QHBoxLayout" name="horizontalLayout_2"/>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt8">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>20</x>
+      <y>80</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Layer Loads</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/building.bmp</normaloff>:/buttons/building.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>360</x>
+      <y>70</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Layer Borders</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/navctr.bmp</normaloff>:/buttons/navctr.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt6">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>240</x>
+      <y>50</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Status Bar</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/undu.bmp</normaloff>:/buttons/undu.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt7">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>420</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Layer Terrain</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/road.bmp</normaloff>:/buttons/road.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt5">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>60</x>
+      <y>70</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Lat/Long Grid</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/status.bmp</normaloff>:/buttons/status.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt3">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>300</x>
+      <y>60</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Scale Legend</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/scale.bmp</normaloff>:/buttons/scale.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt2">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>130</x>
+      <y>90</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Navigation Control</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/grid.bmp</normaloff>:/buttons/grid.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt9">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>200</x>
+      <y>100</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Layer Buildings</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/border.bmp</normaloff>:/buttons/border.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QToolButton" name="BtnOpt4">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>480</x>
+      <y>0</y>
+      <width>30</width>
+      <height>32</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string>Show Overview Map</string>
+    </property>
+    <property name="text">
+     <string/>
+    </property>
+    <property name="icon">
+     <iconset resource="rtkplot_qt.qrc">
+      <normaloff>:/buttons/vmap.bmp</normaloff>:/buttons/vmap.bmp</iconset>
+    </property>
+    <property name="flat" stdset="0">
+     <bool>true</bool>
+    </property>
+   </widget>
+   <widget class="QPushButton" name="BtnClose">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>420</x>
+      <y>110</y>
+      <width>101</width>
+      <height>27</height>
+     </rect>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="text">
+     <string>Close</string>
+    </property>
+    <property name="flat">
+     <bool>false</bool>
+    </property>
+   </widget>
+  </widget>
+  <widget class="QStatusBar" name="statusbar"/>
+  <widget class="QToolBar" name="toolBar">
+   <property name="windowTitle">
+    <string>toolBar</string>
+   </property>
+   <attribute name="toolBarArea">
+    <enum>TopToolBarArea</enum>
+   </attribute>
+   <attribute name="toolBarBreak">
+    <bool>false</bool>
+   </attribute>
+   <addaction name="separator"/>
+  </widget>
+  <widget class="QToolBar" name="toolBar_2">
+   <property name="windowTitle">
+    <string>toolBar_2</string>
+   </property>
+   <attribute name="toolBarArea">
+    <enum>TopToolBarArea</enum>
+   </attribute>
+   <attribute name="toolBarBreak">
+    <bool>false</bool>
+   </attribute>
+  </widget>
+ </widget>
+ <resources>
+  <include location="rtkplot_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/install.bat b/app/rtkplot_qt/install.bat
new file mode 100644
index 0000000..53697c2
--- /dev/null
+++ b/app/rtkplot_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtkplot_qt.exe ..\..\bin
diff --git a/app/rtkplot_qt/install.sh b/app/rtkplot_qt/install.sh
new file mode 100644
index 0000000..148cc0c
--- /dev/null
+++ b/app/rtkplot_qt/install.sh
@@ -0,0 +1 @@
+cp rtkplot_qt ..\..\bin
diff --git a/app/rtkplot_qt/mapdlg.cpp b/app/rtkplot_qt/mapdlg.cpp
new file mode 100644
index 0000000..993bbaa
--- /dev/null
+++ b/app/rtkplot_qt/mapdlg.cpp
@@ -0,0 +1,116 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QMessageBox>
+
+#include <stdio.h>
+#include "rtklib.h"
+
+#include "plotmain.h"
+#include "mapdlg.h"
+
+extern Plot *plot;
+
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+MapAreaDialog::MapAreaDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnCenter,SIGNAL(clicked(bool)),this,SLOT(BtnCenterClick()));
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+    connect(BtnUpdate,SIGNAL(clicked(bool)),this,SLOT(BtnUpdateClick()));
+    connect(ScaleEq,SIGNAL(clicked(bool)),this,SLOT(ScaleEqClick()));
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+	UpdateField();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::BtnSaveClick()
+{
+    QFile fp;
+    QString data;
+    QString file=plot->MapImageFile;
+
+	if (file=="") return;
+
+	file=file+".tag";
+
+    if (QFile::exists(file)) {
+        if (QMessageBox::question(this,file,tr("File exists. Overwrite it?"))!=QMessageBox::Yes) return;
+	}
+    if (!(fp.open(QIODevice::WriteOnly))) return;
+
+    data=QString("%% map image tag file: rtkplot %1 %2\n\n").arg(VER_RTKLIB).arg(PATCH_LEVEL);
+    data+=QString("scalex  = %1\n").arg(plot->MapScaleX,0,'g',6);
+    data+=QString("scaley  = %1\n").arg(plot->MapScaleEq?plot->MapScaleX:plot->MapScaleY,0,'g',6);
+    data+=QString("scaleeq = %1\n").arg(plot->MapScaleEq);
+    data+=QString("lat     = %1\n").arg(plot->MapLat,0,'g',9);
+    data+=QString("lon     = %1\n").arg(plot->MapLon,0,'g',9);
+
+    fp.write(data.toLatin1());
+};
+//---------------------------------------------------------------------------
+void MapAreaDialog::BtnCenterClick()
+{
+	double rr[3],pos[3];
+
+    if (!plot->GetCenterPos(rr)) return;
+
+	ecef2pos(rr,pos);
+    Lat->setValue(pos[0]*R2D);
+    Lon->setValue(pos[1]*R2D);
+
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::BtnUpdateClick()
+{
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::ScaleEqClick()
+{
+	UpdateMap();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::UpdateField(void)
+{
+    setWindowTitle(plot->MapImageFile);
+
+    MapSize1->setText(QString::number(plot->MapSize[0]));
+    MapSize2->setText(QString::number(plot->MapSize[1]));
+    ScaleX->setValue(plot->MapScaleX);
+    ScaleY->setValue(plot->MapScaleY);
+    Lat->setValue(plot->MapLat);
+    Lon->setValue(plot->MapLon);
+    ScaleEq->setChecked(plot->MapScaleEq);
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::UpdateMap(void)
+{
+    plot->MapScaleX=ScaleX->text().toDouble();
+    plot->MapScaleY=ScaleY->text().toDouble();
+    plot->MapLat=Lat->text().toDouble();
+    plot->MapLon=Lon->text().toDouble();
+    plot->MapScaleEq=ScaleEq->isChecked();
+    plot->UpdatePlot();
+}
+//---------------------------------------------------------------------------
+void MapAreaDialog::UpdateEnable(void)
+{
+    ScaleY      ->setEnabled(!ScaleEq->isChecked());
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/mapdlg.h b/app/rtkplot_qt/mapdlg.h
new file mode 100644
index 0000000..4f76d15
--- /dev/null
+++ b/app/rtkplot_qt/mapdlg.h
@@ -0,0 +1,36 @@
+//---------------------------------------------------------------------------
+#ifndef mapdlgH
+#define mapdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_mapdlg.h"
+
+class QShowEvent;
+//---------------------------------------------------------------------------
+class MapAreaDialog : public QDialog, private Ui::MapAreaDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnCloseClick();
+    void BtnUpdateClick();
+    void BtnSaveClick();
+    void BtnCenterClick();
+    void ScaleEqClick();
+
+private:
+    void UpdateMap(void);
+    void UpdatePlot(void);
+    void UpdateEnable(void);
+	
+public:
+    explicit MapAreaDialog(QWidget *parent=NULL);
+
+    void UpdateField(void);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/mapdlg.ui b/app/rtkplot_qt/mapdlg.ui
new file mode 100644
index 0000000..b60762e
--- /dev/null
+++ b/app/rtkplot_qt/mapdlg.ui
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MapAreaDialog</class>
+ <widget class="QWidget" name="MapAreaDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>488</width>
+    <height>198</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Map Image</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Image Size W/H (pixels)</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="MapSize1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>x</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="MapSize2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>6</number>
+      </property>
+      <item row="0" column="0" colspan="2">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Image Center Lon/Lat (°)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <widget class="QDoubleSpinBox" name="Lon">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="decimals">
+         <number>9</number>
+        </property>
+        <property name="minimum">
+         <double>-180.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>180.000000000000000</double>
+        </property>
+        <property name="singleStep">
+         <double>0.000005000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3">
+       <widget class="QDoubleSpinBox" name="Lat">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="decimals">
+         <number>9</number>
+        </property>
+        <property name="minimum">
+         <double>-90.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>90.000000000000000</double>
+        </property>
+        <property name="singleStep">
+         <double>0.000005000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Scale X/Y (m/pixel)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QCheckBox" name="ScaleEq">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>X=Y</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QDoubleSpinBox" name="ScaleX">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="decimals">
+         <number>4</number>
+        </property>
+        <property name="maximum">
+         <double>1.000000000000000</double>
+        </property>
+        <property name="singleStep">
+         <double>0.000500000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QDoubleSpinBox" name="ScaleY">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="decimals">
+         <number>4</number>
+        </property>
+        <property name="maximum">
+         <double>8.000000000000000</double>
+        </property>
+        <property name="singleStep">
+         <double>0.000500000000000</double>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save Tag</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCenter">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Center</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnUpdate">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Update</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/plotcmn.cpp b/app/rtkplot_qt/plotcmn.cpp
new file mode 100644
index 0000000..4b4d133
--- /dev/null
+++ b/app/rtkplot_qt/plotcmn.cpp
@@ -0,0 +1,563 @@
+//---------------------------------------------------------------------------
+// plotcmn.c: rtkplot common functions
+//---------------------------------------------------------------------------
+#include <QString>
+#include <QProcess>
+#include <QColor>
+#include <QStringList>
+#include <QDebug>
+
+#include "plotmain.h"
+
+#include "rtklib.h"
+
+QString color2String(const QColor &c){
+    return QString("rgb(%1,%2,%3)").arg(c.red()).arg(c.green()).arg(c.blue());
+}
+
+//---------------------------------------------------------------------------
+extern "C" {
+int showmsg(char *format,...) {Q_UNUSED(format); return 0;}
+}
+//---------------------------------------------------------------------------
+const QString PTypes[]={
+    QT_TR_NOOP("Gnd Trk"),QT_TR_NOOP("Position"),QT_TR_NOOP("Velocity"),QT_TR_NOOP("Accel"),QT_TR_NOOP("NSat"),QT_TR_NOOP("Residuals"),
+    QT_TR_NOOP("Sat Vis"),QT_TR_NOOP("Skyplot"),QT_TR_NOOP("DOP/NSat"),QT_TR_NOOP("SNR/MP/EL"),QT_TR_NOOP("SNR/MP-EL"),QT_TR_NOOP("MP-Skyplot"),""
+};
+// show message in status-bar -----------------------------------------------
+void Plot::ShowMsg(const QString &msg)
+{
+    Message1->setText(msg);
+    Message1->adjustSize();
+    Panel21->updateGeometry();
+}
+// execute command ----------------------------------------------------------
+int Plot::ExecCmd(const QString &cmd)
+{
+    return QProcess::startDetached(cmd);
+}
+// get time span and time interval ------------------------------------------
+void Plot::TimeSpan(gtime_t *ts, gtime_t *te, double *tint)
+{
+    gtime_t t0={0,0};
+    
+    trace(3,"TimeSpan\n");
+    
+    *ts=*te=t0; *tint=0.0;
+    if (TimeEna[0]) *ts=TimeStart;
+    if (TimeEna[1]) *te=TimeEnd;
+    if (TimeEna[2]) *tint=TimeInt;
+}
+// get position regarding time ----------------------------------------------
+double Plot::TimePos(gtime_t time)
+{
+    double tow;
+    int week;
+    
+    if (TimeLabel<=1) { // www/ssss or gpst
+        tow=time2gpst(time,&week);
+    }
+    else if (TimeLabel==2) { // utc
+        tow=time2gpst(gpst2utc(time),&week);
+    }
+    else { // jst
+        tow=time2gpst(timeadd(gpst2utc(time),9*3600.0),&week);
+    }
+    return tow+(week-Week)*86400.0*7;
+}
+// show legand in status-bar ------------------------------------------------
+void Plot::ShowLegend(QString msgs[])
+{
+    QLabel *ql[]={QL1,QL2,QL3,QL4,QL5,QL6,QL7};
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"ShowLegend\n");
+    
+    for (i=0;i<7;i++) {
+        if (!msgs||msgs[i]==NULL) {
+            ql[i]->setText("");
+            ql[i]->adjustSize();
+        }
+        else {
+            ql[i]->setText(msgs[i]);
+            ql[i]->adjustSize();
+            ql[i]->setStyleSheet(QString("QLabel {color: %1;}").arg(color2String(MColor[sel][i+1])));
+        }
+    }
+    Panel21->updateGeometry();
+}
+// get current cursor position ----------------------------------------------
+int Plot::GetCurrentPos(double *rr)
+{
+    sol_t *data;
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"GetCurrentPos\n");
+    
+    if (PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP) return 0;
+    if (!(data=getsol(SolData+sel,SolIndex[sel]))) return 0;
+    if (data->type) return 0;
+
+    for (i=0;i<3;i++) rr[i]=data->rr[i];
+
+    return 1;
+}
+// get center position of plot ----------------------------------------------
+int Plot::GetCenterPos(double *rr)
+{
+    double xc,yc,pos[3],enu[3]={0},dr[3];
+    
+    trace(3,"GetCenterPos\n");
+    
+    if (PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP&&PlotType!=PLOT_TRK) return 0;
+    if (norm(OPos,3)<=0.0) return 0;
+
+    GraphT->GetCent(xc,yc);
+    ecef2pos(OPos,pos);
+    enu[0]=xc;
+    enu[1]=yc;
+    enu2ecef(pos,enu,dr);
+
+    for (int i=0;i<3;i++) rr[i]=OPos[i]+dr[i];
+
+    return 1;
+}
+// get position, velocity or accel from solutions ---------------------------
+TIMEPOS * Plot::SolToPos(solbuf_t *sol, int index, int qflag, int type)
+{
+    TIMEPOS *pos,*vel,*acc;
+    gtime_t ts={0,0};
+    sol_t *data;
+    double tint,xyz[3],xyzs[4];
+    int i;
+    
+    trace(3,"SolToPos: n=%d\n",sol->n);
+    
+    pos=new TIMEPOS(index<0?sol->n:3,1);
+    
+    if (index>=0) {
+        if (type==1&&index>sol->n-2) index=sol->n-2;
+        if (type==2&&index>sol->n-3) index=sol->n-3;
+    }
+
+    tint=TimeEna[2]?TimeInt:0.0;
+
+    for (i=index<0?0:index;(data=getsol(sol,i))!=NULL;i++) {
+        
+        if (index<0&&!screent(data->time,ts,ts,tint)) continue;
+        if (qflag&&data->stat!=qflag) continue;
+        
+        PosToXyz(data->time,data->rr,data->type,xyz);
+        CovToXyz(data->rr,data->qr,data->type,xyzs);
+        
+        pos->t  [pos->n]=data->time;
+        pos->x  [pos->n]=xyz [0];
+        pos->y  [pos->n]=xyz [1];
+        pos->z  [pos->n]=xyz [2];
+        pos->xs [pos->n]=xyzs[0]; // var x^2
+        pos->ys [pos->n]=xyzs[1]; // var y^2
+        pos->zs [pos->n]=xyzs[2]; // var z^2
+        pos->xys[pos->n]=xyzs[3]; // cov xy
+        pos->q  [pos->n]=data->stat;
+        pos->n++;
+        
+        if (index>=0&&pos->n>=3) break;
+    }
+    if (type!=1&&type!=2) return pos; // position
+    
+    vel=pos->tdiff();
+    delete pos;
+    if (type==1) return vel; // velocity
+    
+    acc=vel->tdiff();
+    delete vel;
+    return acc; // acceleration
+}
+// get number of satellites, age and ratio from solutions -------------------
+TIMEPOS * Plot::SolToNsat(solbuf_t *sol, int index, int qflag)
+{
+    TIMEPOS *ns;
+    sol_t *data;
+    int i;
+    
+    trace(3,"SolToNsat: n=%d\n",sol->n);
+    
+    ns=new TIMEPOS(index<0?sol->n:3,1);
+    
+    for (i=index<0?0:index;(data=getsol(sol,i))!=NULL;i++) {
+        
+        if (qflag&&data->stat!=qflag) continue;
+        
+        ns->t[ns->n]=data->time;
+        ns->x[ns->n]=data->ns;
+        ns->y[ns->n]=data->age;
+        ns->z[ns->n]=data->ratio;
+        ns->q[ns->n]=data->stat;
+        ns->n++;
+        
+        if (index>=0&&i>=2) break;
+    }
+    return ns;
+}
+// transform solution to xyz-terms ------------------------------------------
+void Plot::PosToXyz(gtime_t time, const double *rr, int type,
+                                double *xyz)
+{
+    double opos[3],pos[3],r[3],enu[3];
+    int i;
+    
+    trace(4,"SolToXyz:\n");
+    
+    if (type==0) { // xyz
+        for (i=0;i<3;i++) {
+            opos[i]=OPos[i];
+            if (time.time==0.0||OEpoch.time==0.0) continue;
+            opos[i]+=OVel[i]*timediff(time,OEpoch);
+        }
+        for (i=0;i<3;i++) r[i]=rr[i]-opos[i];
+        ecef2pos(opos,pos);
+        ecef2enu(pos,r,enu);
+        xyz[0]=enu[0];
+        xyz[1]=enu[1];
+        xyz[2]=enu[2];
+    }
+    else { // enu
+        xyz[0]=rr[0];
+        xyz[1]=rr[1];
+        xyz[2]=rr[2];
+    }
+}
+// transform covariance to xyz-terms ----------------------------------------
+void Plot::CovToXyz(const double *rr, const float *qr, int type,
+                                double *xyzs)
+{
+    double pos[3],P[9],Q[9];
+    
+    trace(4,"CovToXyz:\n");
+    
+    if (type==0) { // xyz
+        ecef2pos(rr,pos);
+        P[0]=qr[0];
+        P[4]=qr[1];
+        P[8]=qr[2];
+        P[1]=P[3]=qr[3];
+        P[5]=P[7]=qr[4];
+        P[2]=P[6]=qr[5];
+        covenu(pos,P,Q);
+        xyzs[0]=Q[0];
+        xyzs[1]=Q[4];
+        xyzs[2]=Q[8];
+        xyzs[3]=Q[1];
+    }
+    else { // enu
+        xyzs[0]=qr[0];
+        xyzs[1]=qr[1];
+        xyzs[2]=qr[2];
+        xyzs[3]=qr[3];
+    }
+}
+// computes solution statistics ---------------------------------------------
+void Plot::CalcStats(const double *x, int n,
+    double ref, double &ave, double &std, double &rms)
+{
+    double sum=0.0,sumsq=0.0;
+    int i;
+    
+    trace(3,"CalcStats: n=%d\n",n);
+    
+    if (n<=0) {
+        ave=std=rms=0.0;
+        return;
+    }
+    ave=std=rms=0.0;
+    
+    for (i=0;i<n;i++) {
+        sum  +=x[i];
+        sumsq+=x[i]*x[i];
+    }
+    ave=sum/n;
+    std=n>1?SQRT((sumsq-2.0*sum*ave+ave*ave*n)/(n-1)):0.0;
+    rms=SQRT((sumsq-2.0*sum*ref+ref*ref*n)/n);
+}
+// get system color ---------------------------------------------------------
+QColor Plot::SysColor(int sat)
+{
+    switch (satsys(sat,NULL)) {
+        case SYS_GPS: return MColor[0][1];
+        case SYS_GLO: return MColor[0][2];
+        case SYS_GAL: return MColor[0][3];
+        case SYS_QZS: return MColor[0][4];
+        case SYS_CMP: return MColor[0][5];
+        case SYS_SBS: return MColor[0][6];
+    }
+    return MColor[0][0];
+}
+// get observation data color -----------------------------------------------
+QColor Plot::ObsColor(const obsd_t *obs, double az, double el)
+{
+    QColor color=Qt::black;
+    QString ObsType_Text;
+    char code[16];
+    int i;
+    
+    code[0]='\0';
+
+    trace(4,"ObsColor\n");
+    
+    if (!SatSel[obs->sat-1]) return Qt::black;
+    
+    if (PlotType==PLOT_SNR||PlotType==PLOT_SNRE) {
+        ObsType_Text=ObsType2->currentText();
+        strcpy(code,qPrintable(ObsType_Text.mid(1)));
+    }
+    else if (ObsType->currentIndex()!=0) {
+        ObsType_Text=ObsType->currentText();
+        strcpy(code,qPrintable(ObsType_Text.mid(1)));
+    }
+    if (SimObs) {
+        color=SysColor(obs->sat);
+    }
+    else if (*code) {
+        for (i=0;i<NFREQ+NEXOBS;i++) {
+            if (!strstr(code2obs(obs->code[i],NULL),code)) continue;
+            color=SnrColor(obs->SNR[i]*0.25);
+            break;
+        }
+        if (i>=NFREQ+NEXOBS) return Qt::black;
+    }
+    else {
+        if      (obs->L[0]!=0.0&&obs->L[1]!=0.0&&obs->L[2]) color=MColor[0][4];
+        else if (obs->L[0]!=0.0&&obs->L[1]!=0.0) color=MColor[0][1];
+        else if (obs->L[0]!=0.0&&obs->L[2]!=0.0) color=MColor[0][5];
+        else if (obs->L[0]!=0.0) color=MColor[0][2];
+        else if (obs->P[1]!=0.0) color=MColor[0][3];
+        else if (obs->P[2]!=0.0) color=MColor[0][6];
+        else return Qt::black;
+    }
+    if (el<ElMask*D2R||(ElMaskP&&el<ElMaskData[(int)(az*R2D+0.5)])) {
+        return HideLowSat?Qt::black:MColor[0][0];
+    }
+    return color;
+}
+// get observation data color -----------------------------------------------
+QColor Plot::SnrColor(double snr)
+{
+    QColor c1,c2;
+    unsigned int r1,b1,g1;
+    double a;
+    int i;
+    
+    if (snr<25.0) return MColor[0][7];
+    if (snr<27.5) return MColor[0][5];
+    if (snr>47.5) return MColor[0][1];
+    a=(snr-27.5)/5.0;
+    i=(int)a; a-=i;
+    c1=MColor[0][4-i];
+    c2=MColor[0][5-i];
+    r1=(unsigned int)(a*c1.red()+(1.0-a)*c2.red())&0xFF;
+    g1=(unsigned int)(a*c1.green()+(1.0-a)*c2.green())&0xFF;
+    b1=(unsigned int)(a*c1.blue()+(1.0-a)*c2.blue())&0xFF;
+    
+    return QColor(r1,g1,b1);
+}
+// get mp color -------------------------------------------------------------
+QColor Plot::MpColor(double mp)
+{
+    QColor colors[5];
+    QColor c1,c2;
+    unsigned int r1,b1,g1;
+    double a;
+    int i;
+    
+    colors[4]=MColor[0][5]; /*      mp> 0.6 */
+    colors[3]=MColor[0][4]; /*  0.6>mp> 0.2 */
+    colors[2]=MColor[0][3]; /*  0.2>mp>-0.2 */
+    colors[1]=MColor[0][2]; /* -0.2>mp>-0.6 */
+    colors[0]=MColor[0][1]; /* -0.6>mp      */
+     
+    if (mp>= 0.6) return colors[4];
+    if (mp<=-0.6) return colors[0];
+    a=mp/0.4+0.6;
+    i=(int)a; a-=i;
+    c1=colors[i  ];
+    c2=colors[i+1];
+    r1=(unsigned int)(a*c1.red()+(1.0-a)*c2.red())&0xFF;
+    g1=(unsigned int)(a*c1.green()+(1.0-a)*c2.green())&0xFF;
+    b1=(unsigned int)(a*c1.blue()+(1.0-a)*c2.blue())&0xFF;
+
+    return QColor(r1,g1,b1);
+}
+// search solution by xy-position in plot -----------------------------------
+int Plot::SearchPos(int x, int y)
+{
+    sol_t *data;
+    QPoint p(x,y);
+    double xp,yp,xs,ys,r,xyz[3];
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"SearchPos: x=%d y=%d\n",x,y);
+    
+    if (!BtnShowTrack->isChecked()||(!BtnSol1->isChecked()&&!BtnSol2->isChecked())) return -1;
+    
+    GraphT->ToPos(Disp->mapFromGlobal(p),xp,yp);
+    GraphT->GetScale(xs,ys);
+    r=(MarkSize/2+2)*xs;
+    
+    for (i=0;(data=getsol(SolData+sel,i))!=NULL;i++) {
+        if (QFlag->currentIndex()&&data->stat!=QFlag->currentIndex()) continue;
+        
+        PosToXyz(data->time,data->rr,data->type,xyz);
+        
+        if (SQR(xp-xyz[0])+SQR(yp-xyz[1])<=SQR(r)) return i;
+    }
+    return -1;
+}
+// generate time-string -----------------------------------------------------
+void Plot::TimeStr(gtime_t time, int n, int tsys, QString &str)
+{
+    struct tm *t;
+    char tstr[64];
+    QString label="";
+    double tow;
+    int week;
+    Q_UNUSED(tsys);
+    
+    if (TimeLabel==0) { // www/ssss
+        tow=time2gpst(time,&week);
+        strcpy(tstr,qPrintable(QString("%1/%2").arg(week,4).arg(tow,(n>0?6:5)+n,'f',n)));
+    }
+    else if (TimeLabel==1) { // gpst
+        time2str(time,tstr,n);
+        label=" GPST";
+    }
+    else if (TimeLabel==2) { // utc
+        time2str(gpst2utc(time),tstr,n);
+        label=" UTC";
+    }
+    else { // lt
+        time=gpst2utc(time);
+        if (!(t=localtime(&time.time))) strcpy(tstr,"2000/01/01 00:00:00.0");
+        else strcpy(tstr,qPrintable(QString("%1/%2/%3 %4:%5:%6.%7").arg(t->tm_year+1900,4,QChar('0'))
+                     .arg(t->tm_mon+1,2,QChar('0')).arg(t->tm_mday,2,QChar('0')).arg(t->tm_hour,2,QChar('0')).arg(t->tm_min,2,QChar('0'))
+                     .arg(t->tm_sec,2,QChar('0')).arg((int)(time.sec*pow(10.0,n)),n)));
+        label=" LT";
+    }
+    str=tstr+label;
+}
+// latitude/longitude/height string -----------------------------------------
+QString Plot::LatLonStr(const double *pos, int ndec)
+{
+    QString s;
+    double dms1[3],dms2[3];
+    
+    if (LatLonFmt==0) {
+        s=QStringLiteral("%1%2 %3%4").arg(pos[0]*R2D,ndec+4,'f',ndec).arg(degreeChar)
+                  .arg(pos[1]*R2D,ndec+5,'f',ndec).arg(degreeChar);
+    }
+    else {
+        deg2dms(pos[0]*R2D,dms1);
+        deg2dms(pos[1]*R2D,dms2);
+        s=QStringLiteral("%1%2 %3' %4\" %5%6 %7' %8\"")
+                  .arg(dms1[0],3,'f',0).arg(degreeChar).arg(dms1[1],2,'f',0,QChar('0')).arg(dms1[2],ndec-2,'f',ndec-5,QChar('0'))
+                  .arg(dms2[0],4,'f',0).arg(degreeChar).arg(dms2[1],2,'f',0,QChar('0')).arg(dms2[2],ndec-2,'f',ndec-5,QChar('0'));
+    }
+    return s;
+}
+//---------------------------------------------------------------------------
+// time-taged xyz-position class implementation
+//---------------------------------------------------------------------------
+
+// constructor --------------------------------------------------------------
+TIMEPOS::TIMEPOS(int nmax, int sflg)
+{
+    nmax_=nmax;
+    n=0;
+    t=new gtime_t[nmax];
+    x=new double [nmax];
+    y=new double [nmax];
+    z=new double [nmax];
+    if (sflg) {
+        xs =new double [nmax];
+        ys =new double [nmax];
+        zs =new double [nmax];
+        xys=new double [nmax];
+    }
+    else xs=ys=zs=xys=NULL;
+    q=new int [nmax];
+}
+// destructor ---------------------------------------------------------------
+TIMEPOS::~TIMEPOS()
+{
+    delete [] t;
+    delete [] x;
+    delete [] y;
+    delete [] z;
+    if (xs) {
+        delete [] xs;
+        delete [] ys;
+        delete [] zs;
+        delete [] xys;
+    }
+    delete [] q;
+}
+// xyz-position difference from previous ------------------------------------
+TIMEPOS * TIMEPOS::tdiff(void)
+{
+    TIMEPOS *pos=new TIMEPOS(n,1);
+    double tt;
+    int i;
+    
+    for (i=0;i<n-1;i++) {
+        
+        tt=timediff(t[i+1],t[i]);
+        
+        if (tt==0.0||fabs(tt)>MAXTDIFF) continue;
+        
+        pos->t[pos->n]=timeadd(t[i],tt/2.0);
+        pos->x[pos->n]=(x[i+1]-x[i])/tt;
+        pos->y[pos->n]=(y[i+1]-y[i])/tt;
+        pos->z[pos->n]=(z[i+1]-z[i])/tt;
+        if (xs) {
+            pos->xs [pos->n]=SQR(xs [i+1])+SQR(xs [i]);
+            pos->ys [pos->n]=SQR(ys [i+1])+SQR(ys [i]);
+            pos->zs [pos->n]=SQR(zs [i+1])+SQR(zs [i]);
+            pos->xys[pos->n]=SQR(xys[i+1])+SQR(xys[i]);
+        }
+        pos->q[pos->n]=MAX(q[i],q[i+1]);
+        pos->n++;
+    }
+    return pos;
+}
+// xyz-position difference between TIMEPOS ----------------------------------
+TIMEPOS *TIMEPOS::diff(const TIMEPOS *pos2, int qflag)
+{
+    TIMEPOS *pos1=this,*pos=new TIMEPOS(MIN(n,pos2->n),1);
+    double tt;
+    int i,j,q;
+    
+    for (i=0,j=0;i<pos1->n&&j<pos2->n;i++,j++) {
+        
+        tt=timediff(pos1->t[i],pos2->t[j]);
+        
+        if      (tt<-TTOL) {j--; continue;}
+        else if (tt> TTOL) {i--; continue;}
+        
+        pos->t[pos->n]=pos1->t[i];
+        pos->x[pos->n]=pos1->x[i]-pos2->x[j];
+        pos->y[pos->n]=pos1->y[i]-pos2->y[j];
+        pos->z[pos->n]=pos1->z[i]-pos2->z[j];
+        if (pos->xs) {
+            pos->xs [pos->n]=SQR(pos1->xs [i])+SQR(pos2->xs [j]);
+            pos->ys [pos->n]=SQR(pos1->ys [i])+SQR(pos2->ys [j]);
+            pos->zs [pos->n]=SQR(pos1->zs [i])+SQR(pos2->zs [j]);
+            pos->xys[pos->n]=SQR(pos1->xys[i])+SQR(pos2->xys[j]);
+        }
+        q=MAX(pos1->q[i],pos2->q[j]);
+        
+        if (!qflag||qflag==q) {
+            pos->q[pos->n++]=q;
+        }
+    }
+    return pos;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/plotdata.cpp b/app/rtkplot_qt/plotdata.cpp
new file mode 100644
index 0000000..f91bb30
--- /dev/null
+++ b/app/rtkplot_qt/plotdata.cpp
@@ -0,0 +1,1294 @@
+//---------------------------------------------------------------------------
+// plotdata : rtkplot data functions
+//---------------------------------------------------------------------------
+#include <QString>
+#include <QStringList>
+#include <QFile>
+#include <QImage>
+#include <QColor>
+#include <QDir>
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "mapdlg.h"
+#include "geview.h"
+
+static char path_str[MAXNFILE][1024];
+
+#define MAX_SIMOBS	16384			// max genrated obs epochs
+#define MAX_SKYIMG_R 2048			// max size of resampled sky image
+
+#define THRES_SLIP  2.0             // threshold of cycle-slip
+
+// read solutions -----------------------------------------------------------
+void Plot::ReadSol(const QStringList &files, int sel)
+{
+    solbuf_t sol;
+    gtime_t ts,te;
+    double tint;
+    int i,n=0;
+    char *paths[MAXNFILE];
+    
+    trace(3,"ReadSol: sel=%d\n",sel);
+
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    memset(&sol,0,sizeof(solbuf_t));
+    
+    for (i=0;i<MAXNFILE;i++) paths[i]=path_str[i];
+    
+    if (files.count()<=0) return;
+    
+    ReadWaitStart();
+    
+    for (i=0;i<files.count()&&n<MAXNFILE;i++) {
+        strcpy(paths[n++],qPrintable(files.at(i)));
+    }
+    TimeSpan(&ts,&te,&tint);
+    
+    ShowMsg(QString("reading %1...").arg(paths[0]));
+    ShowLegend(NULL);
+    
+    if (!readsolt(paths,n,ts,te,tint,0,&sol)) {
+        ShowMsg(QString("no solution data : %1...").arg(paths[0]));
+        ShowLegend(NULL);
+        ReadWaitEnd();
+        return;
+    }
+    freesolbuf(SolData+sel);
+    SolData[sel]=sol;
+    
+    if (SolFiles[sel]!=files) {
+        SolFiles[sel]=files;
+    }
+    setWindowTitle("");
+    
+    ReadSolStat(files,sel);
+    
+    for (i=0;i<2;i++) {
+        if (SolFiles[i].length()==0) continue;
+        setWindowTitle(windowTitle()+SolFiles[i].at(0)+(SolFiles[i].count()>1?"... ":" "));
+    }
+    BtnSol12->setChecked(false);
+    if (sel==0) BtnSol1->setChecked(true);
+    else        BtnSol2->setChecked(true);
+    
+    if (sel==0||SolData[0].n<=0) {
+        time2gpst(SolData[sel].data[0].time,&Week);
+        UpdateOrigin();
+    }
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    
+    GEDataState[sel]=0;
+    
+    if (PlotType>PLOT_NSAT) {
+        UpdateType(PLOT_TRK);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    if (AutoScale&&PlotType<=PLOT_SOLA) {
+        FitRange(1);
+    }
+    else {
+        SetRange(1,YRange);
+    }
+    ReadWaitEnd();
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// read solution status -----------------------------------------------------
+void Plot::ReadSolStat(const QStringList &files, int sel)
+{
+    gtime_t ts,te;
+    double tint;
+    int i,n=0;
+    char *paths[MAXNFILE];
+    
+    trace(3,"ReadSolStat\n");
+    
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    freesolstatbuf(SolStat+sel);
+    
+    for (i=0;i<MAXNFILE;i++) paths[i]=path_str[i];
+    
+    TimeSpan(&ts,&te,&tint);
+    
+    for (i=0;i<files.count()&&n<MAXNFILE;i++) {
+        strcpy(paths[n++],qPrintable(files.at(i)));
+    }
+    ShowMsg(QString("reading %1...").arg(paths[0]));
+    ShowLegend(NULL);
+    
+    readsolstatt(paths,n,ts,te,tint,SolStat+sel);
+    
+    UpdateSatList();
+}
+// read observation data ----------------------------------------------------
+void Plot::ReadObs(const QStringList &files)
+{
+    obs_t obs={0,0,NULL};
+    nav_t nav;
+    sta_t sta;
+    int nobs;
+    
+    trace(3,"ReadObs\n");
+    
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    memset(&nav,0,sizeof(nav_t));
+    memset(&sta,0,sizeof(sta_t));
+
+    if (files.size()==0) return;
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    if ((nobs=ReadObsRnx(files,&obs,&nav,&sta))<=0) {
+        ReadWaitEnd();
+        return;
+    }
+    ClearObs();
+
+    Obs=obs;
+    Nav=nav;
+    Sta=sta;
+    SimObs=0;
+
+    UpdateObs(nobs);
+    UpdateMp();
+    
+    if (ObsFiles!=files) {
+        ObsFiles=files;
+    }
+    NavFiles.clear();
+    
+    setWindowTitle(files.at(0) + (files.size()>1?"...":""));
+    
+    BtnSol1->setChecked(true);
+
+    time2gpst(Obs.data[0].time,&Week);
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    
+    if (PlotType<PLOT_OBS||PLOT_DOP<PlotType) {
+        UpdateType(PLOT_OBS);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    
+    ReadWaitEnd();
+    UpdateObsType();
+    UpdateTime();
+    UpdatePlot();
+}
+// read observation data rinex ----------------------------------------------
+int Plot::ReadObsRnx(const QStringList &files, obs_t *obs, nav_t *nav,
+                                 sta_t *sta)
+{
+    gtime_t ts,te;
+    double tint;
+    int i,n;
+    char obsfile[1024],navfile[1024]="",*p,*q,opt[2048];
+    strcpy(opt,qPrintable(RnxOpts));
+    
+    trace(3,"ReadObsRnx\n");
+    
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    TimeSpan(&ts,&te,&tint);
+    
+    for (i=0;i<files.count();i++) {
+        strcpy(obsfile,qPrintable(QDir::toNativeSeparators(files.at(i))));
+        
+        ShowMsg(QString(tr("reading obs data... %1")).arg(obsfile));
+        qApp->processEvents();
+
+        if (readrnxt(obsfile,1,ts,te,tint,opt,obs,nav,sta)<0) {
+            ShowMsg(tr("error: insufficient memory"));
+            return -1;
+        }
+    }
+    ShowMsg(tr("reading nav data..."));
+    qApp->processEvents();
+
+    for (i=0;i<files.count();i++) {
+        strcpy(navfile,qPrintable(QDir::toNativeSeparators(files.at(i))));
+        
+        if (!(p=strrchr(navfile,'.'))) continue;
+        
+        if (!strcmp(p,".obs")||!strcmp(p,".OBS")) {
+            strcpy(p,".nav" ); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".gnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".hnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".qnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p,".lnav"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+        }
+        else if (!strcmp(p+3,"o" )||!strcmp(p+3,"d" )||
+                 !strcmp(p+3,"O" )||!strcmp(p+3,"D" )) {
+            n=nav->n;
+            
+            strcpy(p+3,"N"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"G"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"H"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"Q"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"L"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            strcpy(p+3,"P"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+            
+            if (nav->n>n||!(q=strrchr(navfile,'\\'))) continue;
+            
+            // read brdc navigation data
+            memcpy(q+1,"BRDC",4);
+            strcpy(p+3,"N"); readrnxt(navfile,1,ts,te,tint,opt,NULL,nav,NULL);
+        }
+    }
+    if (obs->n<=0) {
+        ShowMsg(QString(tr("no observation data: %1...")).arg(files.at(0)));
+        qApp->processEvents();
+        freenav(nav,0xFF);
+        return 0;
+    }
+    uniqnav(nav);
+    return sortobs(obs);
+}
+// read navigation data -----------------------------------------------------
+void Plot::ReadNav(const QStringList &files)
+{
+    gtime_t ts,te;
+    double tint;
+    char navfile[1024],opt[2048];
+    int i;
+    strcpy(opt,qPrintable(RnxOpts));
+
+    trace(3,"ReadNav\n");
+    
+    if (files.size()<=0) return;
+    
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    TimeSpan(&ts,&te,&tint);
+    
+    freenav(&Nav,0xFF);
+    
+    ShowMsg(tr("reading nav data..."));
+
+    qApp->processEvents();
+    
+    for (i=0;i<files.size();i++) {
+        strcpy(navfile,qPrintable(QDir::toNativeSeparators(files.at(i))));
+        readrnxt(navfile,1,ts,te,tint,opt,NULL,&Nav,NULL);
+    }
+    uniqnav(&Nav);
+    
+    if (Nav.n<=0&&Nav.ng<=0&&Nav.ns<=0) {
+        ShowMsg(QString(tr("no nav message: %1...")).arg(QDir::toNativeSeparators(files.at(i))));
+        ReadWaitEnd();
+        return;
+    }
+    if (NavFiles!=files) {
+        NavFiles=files;
+    }
+    for (i=0;i<NavFiles.size();i++) NavFiles[i]=QDir::toNativeSeparators(NavFiles.at(i));
+
+    UpdateObs(NObs);
+    UpdateMp();
+    ReadWaitEnd();
+    
+    UpdatePlot();
+}
+// read elevation mask data -------------------------------------------------
+void Plot::ReadElMaskData(const QString &file)
+{
+    QFile fp(file);
+    double az0=0.0,el0=0.0,az1,el1;
+    int i,j;
+    QByteArray buff;
+    
+    trace(3,"ReadElMaskData\n");
+    
+    for (i=0;i<=360;i++) ElMaskData[i]=0.0;
+    
+    if (!fp.open(QIODevice::ReadOnly)) {
+        ShowMsg(QString(tr("no el mask data: %1...")).arg(file));
+        ShowLegend(NULL);
+        return;
+    }
+    while (!fp.atEnd()) {
+        buff=fp.readLine();
+
+        if (buff.at(0)=='%') continue;
+        QList<QByteArray> tokens=buff.split(' ');
+        if (tokens.size()!=2) continue;
+        bool okay;
+        az1=tokens.at(0).toDouble(&okay); if (!okay) continue;
+        el1=tokens.at(1).toDouble(&okay); if (!okay) continue;
+        
+        if (az0<az1&&az1<=360.0&&0.0<=el1&&el1<=90.0) {
+            
+            for (j=(int)az0;j<(int)az1;j++) ElMaskData[j]=el0*D2R;
+            ElMaskData[j]=el1*D2R;
+        }
+        az0=az1; el0=el1;
+    }
+    UpdatePlot();
+}
+// generate vsibility data ----------------------------------------------------
+void Plot::GenVisData(void)
+{
+    gtime_t time,ts,te;
+    obsd_t data;
+    double tint,pos[3],rr[3],rs[6],e[3],azel[2];
+    int i,j,nobs=0;
+    char name[16];
+    
+    trace(3,"GenVisData\n");
+    
+    memset(&data,0,sizeof(obsd_t));
+
+    ClearObs();
+    SimObs=1;
+    
+    ts=TimeStart;
+    te=TimeEnd;
+    tint=TimeInt;
+    matcpy(pos,OOPos,3,1);
+    pos2ecef(pos,rr);
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    ShowMsg(tr("generating satellite visibility..."));
+    qApp->processEvents();
+    
+    for (time=ts;timediff(time,te)<=0.0;time=timeadd(time,tint)) {
+        for (i=0;i<MAXSAT;i++) {
+            satno2id(i+1,name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if ((geodist(rs,rr,e))<=0.0) continue;
+            if (satazel(pos,e,azel)<=0.0) continue;
+            if (Obs.n>=Obs.nmax) {
+                Obs.nmax=Obs.nmax<=0?4096:Obs.nmax*2;
+                Obs.data=(obsd_t *)realloc(Obs.data,sizeof(obsd_t)*Obs.nmax);
+                if (!Obs.data) {
+                    Obs.n=Obs.nmax=0;
+                    break;
+                }
+            }
+            data.time=time;
+            data.sat=i+1;
+            
+            for (j=0;j<NFREQ;j++) {
+                data.P[j]=data.L[j]=0.0;
+                data.code[j]=CODE_NONE;
+            }
+            data.code[0]=CODE_L1C;
+            Obs.data[Obs.n++]=data;
+        }
+        if (++nobs>=MAX_SIMOBS) break;
+    }
+    if (Obs.n<=0) {
+        ReadWaitEnd();
+        ShowMsg(tr("no satellite visibility"));
+        return;
+    }
+    UpdateObs(nobs);
+    
+    setWindowTitle(tr("Satellite Visibility (Predicted)"));
+    BtnSol1->setChecked(true);
+    time2gpst(Obs.data[0].time,&Week);
+    SolIndex[0]=SolIndex[1]=ObsIndex=0;
+    if (PlotType<PLOT_OBS||PLOT_DOP<PlotType) {
+        UpdateType(PLOT_OBS);
+    }
+    else {
+        UpdatePlotType();
+    }
+    FitTime();
+    ReadWaitEnd();
+    UpdateObsType();
+    UpdateTime();
+    UpdatePlot();
+}
+// read map image data ------------------------------------------------------
+void Plot::ReadMapData(const QString &file)
+{
+    QImage image;
+    
+    trace(3,"ReadMapData\n");
+    
+    if (!image.load(file)) {
+        ShowMsg(QString(tr("map file read error: %1")).arg(file));
+        ShowLegend(NULL);
+        return;
+    }
+    MapImage=image;
+    MapImageFile=file;
+    MapSize[0]=MapImage.width();
+    MapSize[1]=MapImage.height();
+    
+    ReadMapTag(file);
+    
+    BtnShowMap->setChecked(true);
+    
+    mapAreaDialog->UpdateField();
+    UpdatePlot();
+}
+// resample image pixel -----------------------------------------------------
+#define ResPixelNN(img1,x,y,b1,pix) {\
+    int ix=(int)((x)+0.5),iy=(int)((y)+0.5);\
+    pix=img1.pixel(ix,iy);\
+}
+#define ResPixelBL(img1,x,y,b1,pix) {\
+    int ix=(int)(x),iy=(int)(y);\
+    double dx1=(x)-ix,dy1=(y)-iy,dx2=1.0-dx1,dy2=1.0-dy1;\
+    double a1=dx2*dy2,a2=dx2*dy1,a3=dx1*dy2,a4=dx1*dy1;\
+    QRgb p1=img1.pixel(ix,iy); \
+    QRgb p2=img1.pixel(ix,iy+1); \
+    pix=qRgb((quint8)(a1*qRed(p1)+a2*qRed(p2)+a3*qRed(p1)+qRed(a4*p2)),\
+             (quint8)(a1*qRed(p1)+a2*qGreen(p2)+a3*qGreen(p1)+a4*qGreen(p2)),\
+             (quint8)(a1*qRed(p1)+a2*qBlue(p2)+a3*qBlue(p1)+a4*qBlue(p2)));\
+}
+// rotate coordintates roll-pitch-yaw ---------------------------------------
+static void RPY(const double *rpy, double *R)
+{
+    double sr=sin(-rpy[0]*D2R),cr=cos(-rpy[0]*D2R);
+    double sp=sin(-rpy[1]*D2R),cp=cos(-rpy[1]*D2R);
+    double sy=sin(-rpy[2]*D2R),cy=cos(-rpy[2]*D2R);
+    R[0]=cy*cr-sy*sp*sr; R[1]=-sy*cp; R[2]=cy*sr+sy*sp*cr;
+    R[3]=sy*cr+cy*sp*sr; R[4]=cy*cp;  R[5]=sy*sr-cy*sp*cr;
+    R[6]=-cp*sr;         R[7]=sp;     R[8]=cp*cr;
+}
+// RGB -> YCrCb (ITU-R BT.601) ----------------------------------------------
+static void YCrCb(const QRgb *pix, double *Y)
+{
+    //         R(0-255)     G(0-255)     B(0-255)
+    Y[0]=( 0.299*qRed(*pix)+0.587*qGreen(*pix)+0.114*qBlue(*pix))/255; // Y  (0-1)
+    Y[1]=( 0.500*qRed(*pix)-0.419*qGreen(*pix)+0.081*qBlue(*pix))/255; // Cr (-.5-.5)
+    Y[2]=(-0.169*qRed(*pix)-0.331*qGreen(*pix)+0.500*qBlue(*pix))/255; // Cb (-.5-.5)
+}
+// update sky image ---------------------------------------------------------
+void Plot::UpdateSky(void)
+{
+    QImage &bm1=SkyImageI,&bm2=SkyImageR;
+    QRgb pix;
+    double x,y,xp,yp,r,a,p[3],q[3],R[9]={0},dr,dist,Yz[3]={0},Y[3];
+    int i,j,k,w1,h1,w2,h2,wz,nz=0;
+    
+
+    w1=bm1.width(); h1=bm1.height();
+    w2=bm2.width(); h2=bm2.height();
+    
+    if (w1<=0||h1<=0||w2<=0||h2<=0) return;
+    
+    bm2.fill(QColor("silver")); // fill bitmap by silver
+    
+    if (norm(SkyFov,3)>1e-12) {
+        RPY(SkyFov,R);
+    }
+    if (SkyBinarize) { // average of zenith image
+        wz=h1/16; // sky area size
+        for (i=w1/2-wz;i<=w1/2+wz;i++) for (j=h1/2-wz;j<=h1/2+wz;j++) {
+            pix=bm1.pixel(i,j);
+            YCrCb(&pix,Y);
+            for (k=0;k<3;k++) Yz[k]+=Y[k];
+            nz++;
+        }
+        if (nz>0) {
+            for (k=0;k<3;k++) Yz[k]/=nz;
+        }
+    }
+    for (j=0;j<h2;j++) for (i=0;i<w2;i++) {
+        xp=(w2/2.0-i)/SkyScaleR;
+        yp=(j-h2/2.0)/SkyScaleR;
+        r=sqrt(SQR(xp)+SQR(yp));
+        if (SkyElMask&&r>1.0) continue;
+        
+        // rotate coordinates roll-pitch-yaw
+        if (norm(SkyFov,3)>1e-12) {
+            if (r<1e-12) {
+                p[0]=p[1]=0.0;
+                p[2]=1.0;
+            }
+            else {
+                a=sin(r*PI/2.0);
+                p[0]=a*xp/r;
+                p[1]=a*yp/r;
+                p[2]=cos(r*PI/2.0);
+            }
+            q[0]=R[0]*p[0]+R[3]*p[1]+R[6]*p[2];
+            q[1]=R[1]*p[0]+R[4]*p[1]+R[7]*p[2];
+            q[2]=R[2]*p[0]+R[5]*p[1]+R[8]*p[2];
+            if (q[2]>=1.0) {
+                xp=yp=r=0.0;
+            }
+            else {
+                r=acos(q[2])/(PI/2.0);
+                a=sqrt(SQR(q[0])+SQR(q[1]));
+                xp=r*q[0]/a;
+                yp=r*q[1]/a;
+            }
+        }
+        // correct lense distortion
+        if (SkyDestCorr) {
+            if (r<=0.0||r>=1.0) continue;
+            k=(int)(r*9.0); dr=r*9.0-k;
+            dist=k>8?SkyDest[9]:(1.0-dr)*SkyDest[k]+dr*SkyDest[k+1];
+            xp*=dist/r;
+            yp*=dist/r;
+        }
+        else {
+            xp*=SkyScale;
+            yp*=SkyScale;
+        }
+        if (SkyFlip) xp=-xp;
+        x=SkyCent[0]+xp;
+        y=SkyCent[1]+yp;
+        if (x<0.0||x>=w1-1||y<0.0||y>=h1-1) continue;
+        if (!SkyRes) {
+            ResPixelNN(bm1,x,y,b1,pix)
+        }
+        else {
+            ResPixelBL(bm1,x,y,b1,pix)
+        }
+        bm2.setPixel(i,j,pix);
+        if (SkyBinarize) {
+            YCrCb(&pix,Y);
+            for (k=1;k<3;k++) Y[k]-=Yz[k];
+            
+            // threshold by brightness and color-distance
+            if (Y[0]>SkyBinThres1&&norm(Y+1,2)<SkyBinThres2) {
+                bm2.setPixel(i,j,qRgb(255,255,255)); // sky
+            }
+            else {
+                bm2.setPixel(i,j,qRgb(96,96,96)); // others
+            }
+        }
+    }
+    UpdatePlot();
+}
+// read sky tag data --------------------------------------------------------
+void Plot::ReadSkyTag(const QString &file)
+{
+    QFile fp(file);
+    QByteArray buff;
+    
+    trace(3,"ReadSkyTag\n");
+    
+    if (!fp.open(QIODevice::ReadOnly)) return;
+    
+    while (!fp.atEnd()) {
+        buff=fp.readLine();
+        if (buff.at(0)=='\0'||buff.at(0)=='%'||buff.at(0)=='#') continue;
+        QList<QByteArray> tokens=buff.split('=');
+        if (tokens.size()<2) continue;
+
+        if      (tokens.at(0)=="centx")  SkyCent[0]=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="centy")  SkyCent[1]=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="scale")  SkyScale=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="roll")   SkyFov[0]=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="pitch")  SkyFov[1]=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="yaw")    SkyFov[2]=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="destcorr")SkyDestCorr=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="elmask")   SkyElMask=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="resample")   SkyRes=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="flip")   SkyFlip=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="dest") {
+            QList<QByteArray> t=tokens.at(1).split(' ');
+            if (t.size()==9)
+                for (int i=0;i<9;i++) SkyDest[i]=t.at(i).toDouble();
+        }
+        else if (tokens.at(0)=="binarize")   SkyBinarize=tokens.at(1).toInt();
+        else if (tokens.at(0)=="binthr1")   SkyBinThres1=tokens.at(1).toInt();
+        else if (tokens.at(0)=="binthr2")   SkyBinThres2=tokens.at(1).toInt();
+    }
+}
+// read sky image data ------------------------------------------------------
+void Plot::ReadSkyData(const QString &file)
+{
+    QImage image;
+    int i,w,h,wr;
+    
+    trace(3,"ReadSkyData\n");
+    
+    if (!image.load(file)) {
+        ShowMsg(QString(tr("sky image file read error: %1")).arg(file));
+        ShowLegend(NULL);
+        return;
+    }
+    SkyImageI=image;
+    SkyImageR=image;
+    w=MAX(SkyImageI.width(),SkyImageI.height());
+    h=MIN(SkyImageI.width(),SkyImageI.height());
+    wr=MIN(w,MAX_SKYIMG_R);
+    SkyImageR=QImage(wr,wr,QImage::Format_RGB32);
+    SkyImageFile=file;
+    SkySize[0]=SkyImageI.width();
+    SkySize[1]=SkyImageI.height();
+    SkyCent[0]=SkySize[0]/2.0;
+    SkyCent[1]=SkySize[1]/2.0;
+    SkyFov[0]=SkyFov[1]=SkyFov[2]=0.0;
+    SkyScale=h/2.0;
+    SkyScaleR=SkyScale*wr/w;
+    SkyDestCorr=SkyRes=SkyFlip=0;
+    SkyElMask=1;
+    for (i=0;i<10;i++) SkyDest[i]=0.0;
+    
+    ReadSkyTag(file+".tag");
+    
+    BtnShowMap->setChecked(true);
+    
+    UpdateSky();
+}
+// read map tag data --------------------------------------------------------
+void Plot::ReadMapTag(const QString &file)
+{
+    QFile fp(file+".tag");
+    QByteArray buff;
+    
+    trace(3,"ReadMapTag\n");
+    
+    if (!(fp.open(QIODevice::ReadOnly))) return;
+    
+    MapScaleX=MapScaleY=1.0;
+    MapScaleEq=0;
+    MapLat=MapLon=0.0;
+    
+    while (!fp.atEnd()) {
+        buff=fp.readLine();
+        if (buff.at(0)=='\0'||buff.at(0)=='%'||buff.at(0)=='#') continue;
+        QList<QByteArray> tokens=buff.split('=');
+        if (tokens.size()<2) continue;
+
+        if      (tokens.at(0)=="scalex")  MapScaleX=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="scaley")  MapScaleY=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="scaleeq") MapScaleEq=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="lat")     MapLat=tokens.at(1).toDouble();
+        else if (tokens.at(0)=="lon")     MapLon=tokens.at(1).toDouble();
+    }
+}
+// read map path data -------------------------------------------------------
+void Plot::ReadMapPath(const QString &file)
+{
+    QFile fp(file);
+    int n=0;
+    QByteArray buff;
+    double pos[3];
+    
+    if (!(fp.open(QIODevice::ReadOnly))) return;
+
+    while ((!fp.atEnd())&&(n<MAXMAPPATH)) {
+        buff=fp.readLine();
+        QList<QByteArray> tokens=buff.split(' ');
+        if (tokens.size()<3) continue;
+        for (int i=0;i<3;i++) pos[i]=tokens.at(i).toDouble();
+
+        pos[0]*=D2R;
+        pos[1]*=D2R;
+        pos2ecef(pos,MapPath+n*3);
+        n++;
+    }
+    
+    NMapPath=n;
+    
+    BtnShowPoint->setChecked(true);
+    
+    UpdatePlot();
+}
+// read station position data -----------------------------------------------
+void Plot::ReadStaPos(const QString &file, const QString &sta,
+                                  double *rr)
+{
+    QFile fp(file);
+    QByteArray buff;
+    QString code;
+    double pos[3];
+    int sinex=0;
+    
+    if (!(fp.open(QIODevice::ReadOnly))) return;
+
+    while (!fp.atEnd()) {
+        buff=fp.readLine();
+        if (buff.indexOf("%=SNX")) sinex=1;
+        if (buff.at(0)=='%'||buff.at(1)=='#') continue;
+        if (sinex) {
+
+            if ((buff.length()<68)||(buff.mid(14,4)!=sta)) continue;
+            if (buff.mid(7,4)=="STAX") rr[0]=buff.mid(47,21).toDouble();
+            if (buff.mid(7,4)=="STAY") rr[1]=buff.mid(47,21).toDouble();
+            if (buff.mid(7,4)=="STAZ") {rr[2]=buff.mid(47,21).toDouble();break;};
+        }
+        else {
+            QList<QByteArray> tokens=buff.split(' ');
+            if (tokens.size()<4) continue;
+            for (int i=0;i<3;i++) pos[i]=tokens.at(i).toDouble();
+            for (int i=3;i<tokens.size();i++) code=tokens.at(i)+' ';
+            code.simplified();
+
+            if (code!=sta) continue;
+
+            pos[0]*=D2R;
+            pos[1]*=D2R;
+            pos2ecef(pos,rr);
+            break;
+        }
+    }
+}
+// save dop -----------------------------------------------------------------
+void Plot::SaveDop(const QString &file)
+{
+    QFile fp(file);
+    gtime_t time;
+    QString data;
+    double azel[MAXOBS*2],dop[4],tow;
+    int i,j,ns,week;
+    char tstr[64];
+    QString tlabel;
+    
+    trace(3,"SaveDop: file=%s\n",qPrintable(file));
+    
+    if (!(fp.open(QIODevice::WriteOnly))) return;
+    
+    tlabel=TimeLabel<=1?tr("TIME (GPST)"):(TimeLabel<=2?tr("TIME (UTC)"):tr("TIME (JST))"));
+    
+    data=QString(tr("%% %1 %2 %3 %4 %5 %6 (EL>=%7deg)\n"))
+            .arg(tlabel,TimeLabel==0?13:19).arg("NSAT",6).arg("GDOP",8).arg("PDOP",8).arg("HDOP",8).arg("VDOP",8).arg(ElMask,0,'f',0);
+    fp.write(data.toLatin1());
+
+    for (i=0;i<NObs;i++) {
+        ns=0;
+        for (j=IndexObs[i];j<Obs.n&&j<IndexObs[i+1];j++) {
+            if (SatMask[Obs.data[j].sat-1]) continue;
+            if (El[j]<ElMask*D2R) continue;
+            if (ElMaskP&&El[j]<ElMaskData[(int)(Az[j]*R2D+0.5)]) continue;
+            azel[  ns*2]=Az[j];
+            azel[1+ns*2]=El[j];
+            ns++;
+        }
+        if (ns<=0) continue;
+        
+        dops(ns,azel,ElMask*D2R,dop);
+        
+        time=Obs.data[IndexObs[i]].time;
+        if (TimeLabel==0) {
+            tow=time2gpst(time,&week);
+            sprintf(tstr,"%4d %8.1f ",week,tow);
+        }
+        else if (TimeLabel==1) {
+            time2str(time,tstr,1);
+        }
+        else if (TimeLabel==2) {
+            time2str(gpst2utc(time),tstr,1);
+        }
+        else {
+            time2str(timeadd(gpst2utc(time),9*3600.0),tstr,1);
+        }
+        data=QString("%1 %2 %3 %4 %5 %6\n").arg(tstr).arg(ns,6).arg(dop[0],8,'f',1).arg(dop[1],8,'f',1)
+                .arg(dop[2],8,'f',1).arg(dop[3],8,'f',1);
+        fp.write(data.toLatin1());
+    }
+}
+// save snr and mp -------------------------------------------------------------
+void Plot::SaveSnrMp(const QString &file)
+{
+    QFile fp(file);
+    QString ObsTypeText=ObsType2->currentText();
+    gtime_t time;
+    double tow;
+    char sat[32],tstr[64],code[64];
+    QString mp,data,tlabel;
+    int i,j,k,week;
+    strcpy(code,qPrintable(ObsTypeText.mid(1)));
+    
+    trace(3,"SaveSnrMp: file=%s\n",qPrintable(file));
+    
+    if (!(fp.open(QIODevice::WriteOnly))) return;
+
+    tlabel=TimeLabel<=1?tr("TIME (GPST)"):(TimeLabel<=2?tr("TIME (UTC)"):tr("TIME (JST)"));
+    
+    mp=ObsTypeText +" MP(m)";
+    data=QString("%% %1 %2 %3 %4 %5 %6\n").arg(tlabel,TimeLabel==0?13:19).arg("SAT",6)
+            .arg("AZ(deg)",8).arg("EL(deg)",8).arg("SNR(dBHz)",9).arg(mp,10);
+    fp.write(data.toLatin1());
+
+    for (i=0;i<MAXSAT;i++) {
+        if (SatMask[i]||!SatSel[i]) continue;
+        satno2id(i+1,sat);
+        
+        for (j=0;j<Obs.n;j++) {
+            if (Obs.data[j].sat!=i+1) continue;
+            
+            for (k=0;k<NFREQ+NEXOBS;k++) {
+                if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+            }
+            if (k>=NFREQ+NEXOBS) continue;
+            
+            time=Obs.data[j].time;
+            
+            if (TimeLabel==0) {
+                tow=time2gpst(time,&week);
+                sprintf(tstr,"%4d %9.1f ",week,tow);
+            }
+            else if (TimeLabel==1) {
+                time2str(time,tstr,1);
+            }
+            else if (TimeLabel==2) {
+                time2str(gpst2utc(time),tstr,1);
+            }
+            else {
+                time2str(timeadd(gpst2utc(time),9*3600.0),tstr,1);
+            }
+            data=QString("%1 %2 %3 %4 %5 %6f\n").arg(tstr).arg(sat,6).arg(Az[j]*R2D,8,'f',1)
+                    .arg(El[j]*R2D,8,'f',1).arg(Obs.data[j].SNR[k]*0.25,9,'f',2).arg(!Mp[k]?0.0:Mp[k][j],10,'f',4);
+            fp.write(data.toLatin1());
+        }
+    }
+}
+// save elev mask --------------------------------------------------------------
+void Plot::SaveElMask(const QString &file)
+{
+    QFile fp(file);
+    QString data;
+    double el,el0=0.0;
+    int az;
+    
+    trace(3,"SaveElMask: file=%s\n",qPrintable(file));
+    
+    if (!(fp.open(QIODevice::WriteOnly))) return;
+    
+    fp.write("%% Elevation Mask\n");
+    fp.write("%% AZ(deg) EL(deg)\n");
+    
+    for (az=0;az<=360;az++) {
+        el=floor(ElMaskData[az]*R2D/0.1+0.5)*0.1;
+        if (el==el0) continue;
+        data=QString("%1 %2\n").arg((double)az,9,'f',1).arg(el,6,'f',1);
+        fp.write(data.toLatin1());
+        el0=el;
+    }
+}
+// connect to external sources ----------------------------------------------
+void Plot::Connect(void)
+{
+    char cmd[1024],path[1024],buff[MAXSTRPATH],*name[2]={"",""},*p;
+    int i,mode=STR_MODE_R;
+    
+    trace(3,"Connect\n");
+    
+    if (ConnectState) return;
+    
+    for (i=0;i<2;i++) {
+        if      (RtStream[i]==STR_NONE    ) continue;
+        else if (RtStream[i]==STR_SERIAL  ) strcpy(path,qPrintable(StrPaths[i][0]));
+        else if (RtStream[i]==STR_FILE    ) strcpy(path,qPrintable(StrPaths[i][2]));
+        else if (RtStream[i]<=STR_NTRIPCLI) strcpy(path,qPrintable(StrPaths[i][1]));
+        else continue;
+        
+        if (RtStream[i]==STR_FILE||!SolData[i].cyclic||SolData[i].nmax!=RtBuffSize+1) {
+            Clear();
+            initsolbuf(SolData+i,1,RtBuffSize+1);
+        }
+        if (RtStream[i]==STR_SERIAL) mode|=STR_MODE_W;
+        
+        strcpy(buff,path);
+        if ((p=strstr(buff,"::"))) *p='\0';
+        if ((p=strstr(buff,"/:"))) *p='\0';
+        if ((p=strstr(buff,"@"))) name[i]=p+1; else name[i]=buff;
+        
+        if (!stropen(Stream+i,RtStream[i],mode,path)) {
+            ShowMsg(QString(tr("connect error: %1")).arg(name[0]));
+            ShowLegend(NULL);
+            trace(1,"stream open error: ch=%d type=%d path=%s\n",i+1,RtStream[i],path);
+            continue;
+        }
+        strsettimeout(Stream+i,RtTimeOutTime,RtReConnTime);
+        
+        if (StrCmdEna[i][0]) {
+            strcpy(cmd,qPrintable(StrCmds[i][0]));
+            strwrite(Stream+i,(unsigned char *)cmd,strlen(cmd));
+        }
+        ConnectState=1;
+    }
+    if (!ConnectState) return;
+    
+    if (Title!="") setWindowTitle(Title);
+    else setWindowTitle(QString(tr("CONNECT %1 %2")).arg(name[0]).arg(name[1]));
+    
+    BtnConnect->setChecked(true);
+    BtnSol1   ->setChecked(*name[0]);
+    BtnSol2   ->setChecked(*name[1]);
+    BtnSol12  ->setChecked(false);
+    BtnShowTrack->setChecked(true);
+    BtnFixHoriz->setChecked(true);
+    UpdateEnable();
+    UpdateTime();
+    UpdatePlot();
+}
+// disconnect from external sources -----------------------------------------
+void Plot::Disconnect(void)
+{
+    char cmd[1024];
+    int i;
+    
+    trace(3,"Disconnect\n");
+    
+    if (!ConnectState) return;
+    
+    ConnectState=0;
+    
+    for (i=0;i<2;i++) {
+        if (StrCmdEna[i][1]) {
+            strcpy(cmd,qPrintable(StrCmds[i][1]));
+            strwrite(Stream+i,(unsigned char *)cmd,strlen(cmd));
+        }
+        strclose(Stream+i);
+    }
+    
+    if (windowTitle().indexOf(tr("CONNECT"))) {
+        setWindowTitle(QString(tr("DISCONNECT%1")).arg(windowTitle().mid(7)));
+    }
+
+    StrStatus1->setStyleSheet(QStringLiteral("QLabel {color: gray;}"));
+    StrStatus2->setStyleSheet(QStringLiteral("QLabel {color: gray;}"));
+    ConnectMsg->setText("");
+
+    UpdateTime();
+    UpdatePlot();
+}
+// check observation data types ---------------------------------------------
+int Plot::CheckObs(const QString &file)
+{
+    
+    if (!file.indexOf('.')) return 0;
+    int p=file.lastIndexOf('.');
+    if (file.indexOf(".z")||file.indexOf(".gz")||file.indexOf(".zip")||
+        file.indexOf(".Z")||file.indexOf(".GZ")||file.indexOf(".ZIP")) {
+        return file.at(p-1)=='o'||file.at(p-1)=='O'||file.at(p-1)=='d'||file.at(p-1)=='D';
+    }
+    return file.indexOf(".obs")||file.indexOf(".OBS")||
+           file.mid(p+3)=="o" ||file.mid(p+3)=="O"||
+           file.mid(p+3)=="d" ||file.mid(p+3)=="D" ;
+}
+// update observation data index, azimuth/elevation, satellite list ---------
+void Plot::UpdateObs(int nobs)
+{
+    prcopt_t opt=prcopt_default;
+    gtime_t time;
+    sol_t sol;
+    double pos[3],rr[3],e[3],azel[MAXOBS*2]={0},rs[6],dts[2],var;
+    int i,j,k,svh,per,per_=-1;
+    char msg[128],name[16];
+    
+    trace(3,"UpdateObs\n");
+    
+    memset(&sol,0,sizeof(sol_t));
+
+    delete [] IndexObs; IndexObs=NULL;
+    delete [] Az; Az=NULL;
+    delete [] El; El=NULL;
+    NObs=0;
+    if (nobs<=0) return;
+    
+    IndexObs=new int[nobs+1];
+    Az=new double[Obs.n];
+    El=new double[Obs.n];
+    
+    opt.err[0]=900.0;
+    
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    for (i=0;i<Obs.n;i=j) {
+        time=Obs.data[i].time;
+        for (j=i;j<Obs.n;j++) {
+            if (timediff(Obs.data[j].time,time)>TTOL) break;
+        }
+        IndexObs[NObs++]=i;
+        
+        for (k=0;k<j-i;k++) {
+            azel[k*2]=azel[1+k*2]=0.0;
+        }
+        if (RcvPos==0) {
+            pntpos(Obs.data+i,j-i,&Nav,&opt,&sol,azel,NULL,msg);
+            matcpy(rr,sol.rr,3,1);
+            ecef2pos(rr,pos);
+        }
+        else {
+            if (RcvPos==1) { // lat/lon/height
+                for (k=0;k<3;k++) pos[k]=OOPos[k];
+                pos2ecef(pos,rr);
+            }
+            else { // rinex header position
+                for (k=0;k<3;k++) rr[k]=Sta.pos[k];
+                ecef2pos(rr,pos);
+            }
+            for (k=0;k<j-i;k++) {
+                azel[k*2]=azel[1+k*2]=0.0;
+                if (!satpos(time,time,Obs.data[i+k].sat,EPHOPT_BRDC,&Nav,rs,dts,
+                            &var,&svh)) continue;
+                if (geodist(rs,rr,e)>0.0) satazel(pos,e,azel+k*2);
+            }
+        }
+        // satellite azel by tle data
+        for (k=0;k<j-i;k++) {
+            if (azel[k*2]!=0.0||azel[1+k*2]!=0.0) continue;
+            satno2id(Obs.data[i+k].sat,name);
+            if (!tle_pos(time,name,"","",&TLEData,NULL,rs)) continue;
+            if (geodist(rs,rr,e)>0.0) satazel(pos,e,azel+k*2);
+        }
+        for (k=0;k<j-i;k++) {
+            Az[i+k]=azel[  k*2];
+            El[i+k]=azel[1+k*2];
+            if (Az[i+k]<0.0) Az[i+k]+=2.0*PI;
+        }
+        per=(i+1)*100/Obs.n;
+        if (per!=per_) {
+            ShowMsg(QString(tr("updating azimuth/elevation... (%1%)")).arg(per_=per));
+            qApp->processEvents();
+        }
+    }
+    IndexObs[NObs]=Obs.n;
+    
+    UpdateSatList();
+    
+    ReadWaitEnd();
+}
+// update Multipath ------------------------------------------------------------
+void Plot::UpdateMp(void)
+{
+    obsd_t *data;
+    double lam1,lam2,I,C,B;
+    int i,j,k,f1,f2,sat,sys,per,per_=-1,n;
+    
+    trace(3,"UpdateMp\n");
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        delete [] Mp[i]; Mp[i]=NULL;
+    }
+    if (Obs.n<=0) return;
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        Mp[i]=new double[Obs.n];
+    }
+    ReadWaitStart();
+    ShowLegend(NULL);
+    
+    for (i=0;i<Obs.n;i++) {
+        data=Obs.data+i;
+        sys=satsys(data->sat,NULL);
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            Mp[j][i]=0.0;
+            
+            code2obs(data->code[j],&f1);
+            
+            if (sys==SYS_CMP) {
+                if      (f1==5) f1=2; /* B2 */
+                else if (f1==4) f1=3; /* B3 */
+            }
+            if      (sys==SYS_GAL) f2=f1==1?3:1; /* E1/E5a */
+            else if (sys==SYS_SBS) f2=f1==1?3:1; /* L1/L5 */
+            else if (sys==SYS_CMP) f2=f1==1?2:1; /* B1/B2 */
+            else                   f2=f1==1?2:1; /* L1/L2 */
+            
+            lam1=satwavelen(data->sat,f1-1,&Nav);
+            lam2=satwavelen(data->sat,f2-1,&Nav);
+            if (lam1==0.0||lam2==0.0) continue;
+            
+            if (data->P[j]!=0.0&&data->L[j]!=0.0&&data->L[f2-1]) {
+                C=SQR(lam1)/(SQR(lam1)-SQR(lam2));
+                I=lam1*data->L[j]-lam2*data->L[f2-1];
+                Mp[j][i]=data->P[j]-lam1*data->L[j]+2.0*C*I;
+            }
+        }
+    }
+    for (sat=1;sat<=MAXSAT;sat++) for (i=0;i<NFREQ+NEXOBS;i++) {
+        sys=satsys(sat,NULL);
+        
+        for (j=k=n=0,B=0.0;j<Obs.n;j++) {
+            if (Obs.data[j].sat!=sat) continue;
+            
+            code2obs(Obs.data[j].code[i],&f1);
+            
+            if (sys==SYS_CMP) {
+                if      (f1==5) f1=2; /* B2 */
+                else if (f1==4) f1=3; /* B3 */
+            }
+            if      (sys==SYS_GAL) f2=f1==1?3:1;
+            else if (sys==SYS_CMP) f2=f1==1?2:1;
+            else                   f2=f1==1?2:1;
+            
+            if ((Obs.data[j].LLI[i]&1)||(Obs.data[j].LLI[f2-1]&1)||
+                fabs(Mp[i][j]-B)>THRES_SLIP) {
+                
+                for (;k<j;k++) if (Obs.data[k].sat==sat) Mp[i][k]-=B;
+                B=Mp[i][j]; n=1; k=j;
+            }
+            else {
+                if (n==0) k=j;
+                B+=(Mp[i][j]-B)/++n;
+            }
+        }
+        if (n>0) {
+            for (;k<j;k++) if (Obs.data[k].sat==sat) Mp[i][k]-=B;
+        }
+        per=sat*100/MAXSAT;
+        if (per!=per_) {
+            ShowMsg(QString(tr("updating multipath... (%1%)")).arg(per));
+            per_=per;
+            qApp->processEvents();
+        }
+    }
+    ReadWaitEnd();
+}
+// set connect path ---------------------------------------------------------
+void Plot::ConnectPath(const QString &path, int ch)
+{
+    trace(3,"ConnectPath: path=%s ch=%d\n",qPrintable(path),ch);
+    
+    RtStream[ch]=STR_NONE;
+    
+    if (!path.indexOf("://")) return;
+    if      (path.indexOf("serial")!=-1) RtStream[ch]=STR_SERIAL;
+    else if (path.indexOf("tcpsvr")!=-1) RtStream[ch]=STR_TCPSVR;
+    else if (path.indexOf("tcpcli")!=-1) RtStream[ch]=STR_TCPCLI;
+    else if (path.indexOf("ntrip" )!=-1) RtStream[ch]=STR_NTRIPCLI;
+    else if (path.indexOf("file"  )!=-1) RtStream[ch]=STR_FILE;
+    else return;
+    
+    StrPaths[ch][1]=path.mid(path.indexOf("://")+3);
+    RtFormat[ch]=SOLF_LLH;
+    RtTimeForm=0;
+    RtDegForm =0;
+    RtFieldSep=" ";
+    RtTimeOutTime=0;
+    RtReConnTime =10000;
+    
+    BtnShowTrack->setChecked(true);
+    BtnFixHoriz ->setChecked(true);
+    BtnFixVert  ->setChecked(true);
+}
+// clear obs data --------------------------------------------------------------
+void Plot::ClearObs(void)
+{
+    sta_t sta0;
+    int i;
+    
+    memset(&sta0,0,sizeof(sta_t));
+
+    freeobs(&Obs);
+    freenav(&Nav,0xFF);
+    delete [] IndexObs; IndexObs=NULL;
+    delete [] Az; Az=NULL;
+    delete [] El; El=NULL;
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        delete [] Mp[i]; Mp[i]=NULL;
+    }
+    ObsFiles.clear();
+    NavFiles.clear();
+    NObs=0;
+    Sta=sta0;
+    ObsIndex=0;
+    SimObs=0;
+}
+// clear solution --------------------------------------------------------------
+void Plot::ClearSol(void)
+{
+    int i;
+    
+    for (i=0;i<2;i++) {
+        freesolbuf(SolData+i);
+        free(SolStat[i].data);
+        SolStat[i].n=0;
+        SolStat[i].data=NULL;
+    }
+    SolFiles[0].clear();
+    SolFiles[1].clear();
+    SolIndex[0]=SolIndex[1]=0;
+}
+// clear data ------------------------------------------------------------------
+void Plot::Clear(void)
+{
+    double ep[]={2010,1,1,0,0,0};
+    int i;
+    
+    trace(3,"Clear\n");
+    
+    Week=0;
+    
+    ClearObs();
+    ClearSol();
+    
+    for (i=0;i<3;i++) {
+        TimeEna[i]=0;
+    }
+    TimeStart=TimeEnd=epoch2time(ep);
+    BtnAnimate->setChecked(false);
+    
+    if (PlotType>PLOT_NSAT) {
+        UpdateType(PLOT_TRK);
+    }
+    if (!ConnectState) {
+        initsolbuf(SolData  ,0,0);
+        initsolbuf(SolData+1,0,0);
+        setWindowTitle(Title!=""?Title:QString(tr("%1 ver.%2 %3")).arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    }
+    else {
+        initsolbuf(SolData  ,1,RtBuffSize+1);
+        initsolbuf(SolData+1,1,RtBuffSize+1);
+    }
+    googleEarthView->Clear();
+    
+    for (i=0;i<=360;i++) ElMaskData[i]=0.0;
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// reload data --------------------------------------------------------------
+void Plot::Reload(void)
+{
+    QStringList obsfiles,navfiles;
+    
+    trace(3,"Reload\n");
+    
+    if (SimObs) {
+        GenVisData();
+        return;
+    }
+    obsfiles=ObsFiles;
+    navfiles=NavFiles;
+    
+    ReadObs(obsfiles);
+    ReadNav(navfiles);
+    ReadSol(SolFiles[0],0);
+    ReadSol(SolFiles[1],1);
+    
+}
+// read wait start ----------------------------------------------------------
+void Plot::ReadWaitStart(void)
+{
+    MenuFile->setEnabled(false);
+    MenuEdit->setEnabled(false);
+    MenuView->setEnabled(false);
+    MenuHelp->setEnabled(false);
+    Panel1->setEnabled(false);
+    Disp->setEnabled(false);
+    setCursor(Qt::WaitCursor);
+}
+// read wait end ------------------------------------------------------------
+void Plot::ReadWaitEnd(void)
+{
+    MenuFile->setEnabled(true);
+    MenuEdit->setEnabled(true);
+    MenuView->setEnabled(true);
+    MenuHelp->setEnabled(true);
+    Panel1->setEnabled(true);
+    Disp->setEnabled(true);
+    setCursor(Qt::ArrowCursor);
+}
+// --------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/plotdraw.cpp b/app/rtkplot_qt/plotdraw.cpp
new file mode 100644
index 0000000..9c3a916
--- /dev/null
+++ b/app/rtkplot_qt/plotdraw.cpp
@@ -0,0 +1,2045 @@
+//---------------------------------------------------------------------------
+// plotdraw.c: rtkplot draw functions
+//---------------------------------------------------------------------------
+#include <QColor>
+#include <QPainter>
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "graph.h"
+#include "refdlg.h"
+#include "geview.h"
+#include "gmview.h"
+
+#define COL_ELMASK  Qt::red
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+// update plot --------------------------------------------------------------
+void Plot::UpdatePlot(void)
+{
+    trace(3,"UpdatePlot\n");
+    
+    UpdateEnable();
+    UpdateInfo();
+    Refresh();
+    Refresh_GEView();
+    Refresh_GMView();
+}
+// refresh plot -------------------------------------------------------------
+void Plot::Refresh(void)
+{
+    trace(3,"Refresh\n");
+    
+    Flush=1;
+    Disp->repaint();
+}
+// draw plot ----------------------------------------------------------------
+void Plot::UpdateDisp(void)
+{
+    int level=Drag?0:1;
+    
+    trace(3,"UpdateDisp\n");
+    
+    if (Flush) {
+        Buff=QPixmap(Disp->size());
+        if (Buff.isNull()) return;
+        Buff.fill(CColor[0]);
+
+        QPainter c(&Buff);
+
+        c.setFont(Disp->font());
+        c.setPen(CColor[0]);
+        c.setBrush(CColor[0]);
+
+        switch (PlotType) {
+            case  PLOT_TRK : DrawTrk (c,level);   break;
+            case  PLOT_SOLP: DrawSol (c,level,0); break;
+            case  PLOT_SOLV: DrawSol (c,level,1); break;
+            case  PLOT_SOLA: DrawSol (c,level,2); break;
+            case  PLOT_NSAT: DrawNsat(c,level);   break;
+            case  PLOT_OBS : DrawObs (c,level);   break;
+            case  PLOT_SKY : DrawSky (c,level);   break;
+            case  PLOT_DOP : DrawDop (c,level);   break;
+            case  PLOT_RES : DrawRes (c,level);   break;
+            case  PLOT_SNR : DrawSnr (c,level);   break;
+            case  PLOT_SNRE: DrawSnrE(c,level);   break;
+            case  PLOT_MPS : DrawMpS (c,level);   break;
+        }
+
+        Disp->setPixmap(Buff);
+    }
+
+    Flush=0;
+}
+// draw track-plot ----------------------------------------------------------
+void Plot::DrawTrk(QPainter &c,int level)
+{
+    QString label,header;
+    TIMEPOS *pos,*pos1,*pos2,*vel;
+    gtime_t time1={0,0},time2={0,0};
+    sol_t *sol;
+    QPoint p1,p2;
+    double xt,yt,sx,sy,opos[3];
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0,p=0;
+    
+    trace(3,"DrawTrk: level=%d\n",level);
+    
+    if (BtnShowTrack->isChecked()&&BtnFixCent->isChecked()) {
+        if (!BtnSol12->isChecked()) {
+            pos=SolToPos(SolData+sel,SolIndex[sel],0,0);
+            if (pos->n>0) GraphT->SetCent(pos->x[0],pos->y[0]);
+            delete pos;
+        }
+        else {
+            pos1=SolToPos(SolData  ,SolIndex[0],0,0);
+            pos2=SolToPos(SolData+1,SolIndex[1],0,0);
+            pos=pos1->diff(pos2,0);
+            if (pos->n>0) GraphT->SetCent(pos->x[0],pos->y[0]);
+            delete pos;
+            delete pos1;
+            delete pos2;
+        }
+    }
+    if (!BtnSol12->isChecked()&&BtnShowMap->isChecked()) {
+        DrawTrkImage(c,level);
+    }
+#if 1
+    if (ShowGLabel>=3) {
+        GraphT->XLPos=7; GraphT->YLPos=7;
+        GraphT->DrawCircles(c,ShowGLabel==4);
+    }
+    else if (ShowGLabel>=1) {
+        GraphT->XLPos=2; GraphT->YLPos=4;
+        GraphT->DrawAxis(c,ShowLabel,ShowGLabel==2);
+    }
+#endif
+    if (BtnShowPoint->isChecked()) {
+        DrawTrkPath(c,level);
+    }
+    if (norm(OPos,3)>0.0) {
+        ecef2pos(OPos,opos);
+        header="ORI="+LatLonStr(opos,9)+QString(" %1m").arg(opos[2],0,'f',4);
+    }
+    if (BtnSol1->isChecked()) {
+        pos=SolToPos(SolData,-1,QFlag->currentIndex(),0);
+        DrawTrkPnt(c,pos,level,0);
+        if (BtnShowPoint->isChecked()) {
+            DrawTrkPos(c,SolData[0].rb,0,tr("Base Station 1"));
+        }
+        DrawTrkStat(c,pos,header,p++);
+        header="";
+        delete pos;
+    }
+    if (BtnSol2->isChecked()) {
+        pos=SolToPos(SolData+1,-1,QFlag->currentIndex(),0);
+        DrawTrkPnt(c,pos,level,1);
+        if (BtnShowPoint->isChecked()) {
+            DrawTrkPos(c,SolData[1].rb,0,tr("Base Station 2"));
+        }
+        DrawTrkStat(c,pos,header,p++);
+        delete pos;
+    }
+    if (BtnSol12->isChecked()) {
+        pos1=SolToPos(SolData  ,-1,0,0);
+        pos2=SolToPos(SolData+1,-1,0,0);
+        pos=pos1->diff(pos2,QFlag->currentIndex());
+        DrawTrkPnt(c,pos,level,0);
+        DrawTrkStat(c,pos,"",p++);
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowTrack->isChecked()&&BtnSol1->isChecked()) {
+        
+        pos=SolToPos(SolData,SolIndex[0],0,0);
+        
+        if ((sol=getsol(SolData,SolIndex[0]))) time1=sol->time;
+        
+        if (pos->n) {
+            pos->n=1;
+            DrawTrkError(c,pos,0);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(c,p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(c,p1,1,CColor[2],MarkSize*2+10,0);
+            GraphT->DrawMark(c,p1,5,CColor[2],MarkSize*2+14,0);
+            GraphT->DrawMark(c,p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(c,p1,0,MColor[0][pos->q[0]],MarkSize*2+4,0);
+            if (BtnSol2->isChecked()) {
+                p1.rx()+=MarkSize+8;
+                DrawLabel(GraphT,c,p1,"1",1,0);
+            }
+        }
+        delete pos;
+    }
+    if (BtnShowTrack->isChecked()&&BtnSol2->isChecked()) {
+        
+        pos=SolToPos(SolData+1,SolIndex[1],0,0);
+        
+        if ((sol=getsol(SolData+1,SolIndex[1]))) time2=sol->time;
+        
+        if (pos->n>0&&(time1.time==0||fabs(timediff(time1,time2))<DTTOL*2.0)) {
+            pos->n=1;
+            DrawTrkError(c,pos,1);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(c,p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(c,p1,1,CColor[1],MarkSize*2+10,0);
+            GraphT->DrawMark(c,p1,5,CColor[1],MarkSize*2+14,0);
+            GraphT->DrawMark(c,p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(c,p1,0,MColor[1][pos->q[0]],MarkSize*2+4,0);
+            if (BtnSol1->isChecked()) {
+                p1.setX(p1.x()+MarkSize+8);
+                DrawLabel(GraphT,c,p1,"2",1,0);
+            }
+        }
+        delete pos;
+    }
+    if (BtnShowTrack->isChecked()&&BtnSol12->isChecked()) {
+        
+        pos1=SolToPos(SolData  ,SolIndex[0],0,0);
+        pos2=SolToPos(SolData+1,SolIndex[1],0,0);
+        pos=pos1->diff(pos2,0);
+        
+        if (pos->n>0) {
+            pos->n=1;
+            DrawTrkError(c,pos,1);
+            GraphT->ToPoint(pos->x[0],pos->y[0],p1);
+            GraphT->DrawMark(c,p1,0,CColor[0],MarkSize*2+12,0);
+            GraphT->DrawMark(c,p1,1,CColor[2],MarkSize*2+10,0);
+            GraphT->DrawMark(c,p1,5,CColor[2],MarkSize*2+14,0);
+            GraphT->DrawMark(c,p1,0,CColor[2],MarkSize*2+6,0);
+            GraphT->DrawMark(c,p1,0,MColor[0][pos->q[0]],MarkSize*2+4,0);
+        }
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowPoint->isChecked()) {
+        for (i=0;i<NWayPnt;i++) {
+            DrawTrkPos(c,PntPos[i],0,PntName[i]);
+        }
+    }
+#if 0
+    if (ShowGLabel>=3) {
+        GraphT->XLPos=7; GraphT->YLPos=7;
+        GraphT->DrawCircles(ShowGLabel==4);
+    }
+    else if (ShowGLabel>=1) {
+        GraphT->XLPos=2; GraphT->YLPos=4;
+        GraphT->DrawAxis(ShowLabel,ShowGLabel==2);
+    }
+#endif
+    if (ShowCompass) {
+        GraphT->GetPos(p1,p2);
+        p1.rx()+=SIZE_COMP/2+25;
+        p1.ry()+=SIZE_COMP/2+35;
+        DrawMark(GraphT,c,p1,13,CColor[2],SIZE_COMP,0);
+    }
+    if (ShowArrow) {
+        vel=SolToPos(SolData+sel,SolIndex[sel],0,1);
+        DrawTrkVel(c,vel);
+        delete vel;
+    }
+    if (ShowScale) {
+        GraphT->GetPos(p1,p2);
+        GraphT->GetTick(xt,yt);
+        GraphT->GetScale(sx,sy);
+        p2.rx()-=70;
+        p2.ry()-=25;
+        DrawMark(GraphT,c,p2,11,CColor[2],(int)(xt/sx+0.5),0);
+        p2.ry()-=3;
+        if      (xt<0.01  ) label=QString("%1 mm").arg(xt*1000.0,0,'f',0);
+        else if (xt<1.0   ) label=QString("%1 cm").arg(xt*100.0,0,'f',0);
+        else if (xt<1000.0) label=QString("%1 m" ).arg(xt,0,'f',0);
+        else                label=QString("%1 km").arg(xt/1000.0,0,'f',0);
+        DrawLabel(GraphT,c,p2,label,0,1);
+    }
+    if (norm(OPos,3)>0.0) {
+        ecef2pos(OPos,opos);
+        header=QString("ORI=%1%2 %3%4 %5m").arg(opos[0]*R2D,0,'f',9).arg(degreeChar)
+                       .arg(opos[1]*R2D,0,'f',9).arg(degreeChar).arg(opos[2],0,'f',4);
+    }
+    if (!level) { // center +
+        GraphT->GetPos(p1,p2);
+        p1.setX((p1.x()+p2.x())/2);
+        p1.setY((p1.y()+p2.y())/2);
+        DrawMark(GraphT,c,p1,5,CColor[2],20,0);
+    }
+}
+// draw map-image on track-plot ---------------------------------------------
+void Plot::DrawTrkImage(QPainter &c,int level)
+{
+    gtime_t time={0,0};
+    QPoint p1,p2;
+    double pos[3]={0},rr[3],xyz[3]={0},x1,x2,y1,y2;
+    
+    trace(3,"DrawTrkImage: level=%d\n",level);
+    
+    pos[0]=MapLat*D2R;
+    pos[1]=MapLon*D2R;
+    pos2ecef(pos,rr);
+    if (norm(OPos,3)>0.0) {
+        PosToXyz(time,rr,0,xyz);
+    }
+    x1=xyz[0]-MapSize[0]*0.5*MapScaleX;
+    x2=xyz[0]+MapSize[0]*0.5*MapScaleX;
+    y1=xyz[1]-MapSize[1]*0.5*(MapScaleEq?MapScaleX:MapScaleY);
+    y2=xyz[1]+MapSize[1]*0.5*(MapScaleEq?MapScaleX:MapScaleY);
+    
+    GraphT->ToPoint(x1,y2,p1);
+    GraphT->ToPoint(x2,y1,p2);
+    QRect r(p1,p2);
+    c.drawImage(r,MapImage);
+}
+// draw map-path on track-plot ----------------------------------------------
+void Plot::DrawTrkPath(QPainter &c,int level)
+{
+    QPainter x(Disp);
+    gtime_t time={0,0};
+    QPoint *p;
+    double xyz[3];
+    int i,n=NMapPath;
+    
+    trace(3,"DrawTrkPath: level=%d\n",level);
+    
+    if (n<=0) return;
+    
+    p=new QPoint [n];
+    
+    for (i=0;i<n;i++) {
+        PosToXyz(time,MapPath+i*3,0,xyz);
+        GraphT->ToPoint(xyz[0],xyz[1],p[i]);
+    }
+    GraphT->DrawPoly(x,p,n,CColor[1],0);
+    for (i=0;i<n;i++) {
+        DrawMark(GraphT,c,p[i],0,CColor[2],2,0);
+    }
+    delete [] p;
+}
+// draw track-points on track-plot ------------------------------------------
+void Plot::DrawTrkPnt(QPainter &c,const TIMEPOS *pos, int level, int style)
+{
+    QColor **color;
+    int i;
+    
+    trace(3,"DrawTrkPnt: level=%d style=%d\n",level,style);
+    
+    if (level) DrawTrkArrow(c,pos);
+    
+    if (level&&PlotStyle<=1&&!BtnShowTrack->isChecked()) { // error circle
+        DrawTrkError(c,pos,style);
+    }
+    if (!(PlotStyle%2)) {
+        GraphT->DrawPoly(c,pos->x,pos->y,pos->n,CColor[3],style);
+    }
+    if (level&&PlotStyle<2) {
+        color=new QColor* [pos->n];
+        if (BtnShowMap->isChecked()) {
+            for (i=0;i<pos->n;i++) color[i]=&CColor[0];
+            GraphT->DrawMarks(c,pos->x,pos->y,color,pos->n,0,MarkSize+2,0);
+        }
+        for (i=0;i<pos->n;i++) color[i]=&MColor[style][pos->q[i]];
+        GraphT->DrawMarks(c,pos->x,pos->y,color,pos->n,0,MarkSize,0);
+        delete [] color;
+    }
+}
+// draw point with label on track-plot --------------------------------------
+void Plot::DrawTrkPos(QPainter &c,const double *rr, int type, const QString &label)
+{
+    gtime_t time={0,0};
+    QPoint p1;
+    double xyz[3],xs,ys;
+    
+    trace(3,"DrawTrkPos: type=%d\n",type);
+    
+    if (norm(rr,3)>0.0) {
+        GraphT->GetScale(xs,ys);
+        PosToXyz(time,rr,type,xyz);
+        GraphT->ToPoint(xyz[0],xyz[1],p1);
+        DrawMark(GraphT,c,p1,5,CColor[2],14,0);
+        DrawMark(GraphT,c,p1,1,CColor[2], 6,0);
+        p1.ry()+=10;
+        DrawLabel(GraphT,c,p1,label,0,2);
+    }
+}
+// draw statistics on track-plot --------------------------------------------
+void Plot::DrawTrkStat(QPainter &c,const TIMEPOS *pos, const QString &header, int p)
+{
+    QString s[6];
+    QPoint p1,p2;
+    double *d,ave[4],std[4],rms[4];
+    int i,n=0,fonth=(int)(Disp->font().pointSize()*1.5);
+    
+    trace(3,"DrawTrkStat: p=%d\n",p);
+    
+    if (!ShowStats) return;
+    
+    if (p==0&&header!="") s[n++]=header;
+    
+    if (pos->n>0) {
+        d=new double[pos->n];
+        for (i=0;i<pos->n;i++) {
+            d[i]=SQRT(SQR(pos->x[i])+SQR(pos->y[i]));
+        }
+        CalcStats(pos->x,pos->n,0.0,ave[0],std[0],rms[0]);
+        CalcStats(pos->y,pos->n,0.0,ave[1],std[1],rms[1]);
+        CalcStats(pos->z,pos->n,0.0,ave[2],std[2],rms[2]);
+        CalcStats(d     ,pos->n,0.0,ave[3],std[3],rms[3]);
+        s[n++]=QString("AVE=E:%1m N:%2m U:%3m").arg(ave[0],7,'f',4).arg(ave[1],7,'f',4).arg(ave[2],7,'f',4);
+        s[n++]=QString("STD=E:%1m N:%2m U:%3m").arg(std[0],7,'f',4).arg(std[1],7,'f',4).arg(std[2],7,'f',4);
+        s[n++]=QString("RMS=E:%1m N:%2m U:%3m 2D:%4m")
+                       .arg(rms[0],7,'f',4).arg(rms[1],7,'f',4).arg(rms[2],7,'f',4).arg(2.0*rms[3],7,'f',4);
+        delete [] d;
+    }
+    GraphT->GetPos(p1,p2);
+    p1.rx()=p2.x()-10;
+    p1.ry()+=8+fonth*4*p;
+    for (i=0;i<n;i++,p1.ry()+=fonth) {
+        DrawLabel(GraphT,c,p1,s[i],2,2);
+    }
+}
+// draw error-circle on track-plot ------------------------------------------
+void Plot::DrawTrkError(QPainter &c,const TIMEPOS *pos, int style)
+{
+    const double sint[36]={
+         0.0000, 0.1736, 0.3420, 0.5000, 0.6428, 0.7660, 0.8660, 0.9397, 0.9848,
+         1.0000, 0.9848, 0.9397, 0.8660, 0.7660, 0.6428, 0.5000, 0.3420, 0.1736,
+         0.0000,-0.1736,-0.3420,-0.5000,-0.6428,-0.7660,-0.8660,-0.9397,-0.9848,
+        -1.0000,-0.9848,-0.9397,-0.8660,-0.7660,-0.6428,-0.5000,-0.3420,-0.1736
+    };
+    double xc[37],yc[37],a,b,s,cc;
+    int i,j;
+    
+    trace(3,"DrawTrkError: style=%d\n",style);
+    
+    if (!ShowErr) return;
+    
+    for (i=0;i<pos->n;i++) {
+        if (pos->xs[i]<=0.0||pos->ys[i]<=0.0) continue;
+        
+        a=pos->xys[i]/SQRT(pos->xs[i]);
+        
+        if ((b=pos->ys[i]-a*a)>=0.0) b=SQRT(b); else continue;
+        
+        for (j=0;j<37;j++) {
+            s=sint[j%36];
+            cc=sint[(45-j)%36];
+            xc[j]=pos->x[i]+SQRT(pos->xs[i])*cc;
+            yc[j]=pos->y[i]+a*cc+b*s;
+        }
+        GraphT->DrawPoly(c,xc,yc,37,CColor[1],ShowErr==1?0:1);
+    }
+}
+// draw direction-arrow on track-plot ---------------------------------------
+void Plot::DrawTrkArrow(QPainter &c,const TIMEPOS *pos)
+{
+    QPoint p;
+    double tt,d[2],dist,dt,vel;
+    int i,off=8;
+    
+    trace(3,"DrawTrkArrow\n");
+    
+    if (!ShowArrow) return;
+    
+    for (i=1;i<pos->n-1;i++) {
+        tt=time2gpst(pos->t[i],NULL);
+        d[0]=pos->x[i+1]-pos->x[i-1];
+        d[1]=pos->y[i+1]-pos->y[i-1];
+        dist=norm(d,2);
+        dt=timediff(pos->t[i+1],pos->t[i-1]);
+        vel=dt==0.0?0.0:dist/dt;
+        
+        if (vel<0.5||fmod(tt+0.005,INTARROW)>=0.01) continue;
+        
+        GraphT->ToPoint(pos->x[i],pos->y[i],p);
+        p.rx()-=(int)(off*d[1]/dist);
+        p.ry()-=(int)(off*d[0]/dist);
+        DrawMark(GraphT,c,p,10,CColor[1],15,(int)(ATAN2(d[1],d[0])*R2D));
+    }
+}
+// draw velocity-indicator on track-plot ------------------------------------
+void Plot::DrawTrkVel(QPainter &c,const TIMEPOS *vel)
+{
+    QString label;
+    QPoint p1,p2;
+    double v=0.0,dir=0.0;
+    
+    trace(3,"DrawTrkVel\n");
+    
+    if (vel&&vel->n>0) {
+        if ((v=sqrt(SQR(vel->x[0])+SQR(vel->y[0])))>1.0) {
+            dir=ATAN2(vel->x[0],vel->y[0])*R2D;
+        }
+    }
+    GraphT->GetPos(p1,p2);
+    p1.rx()+=SIZE_VELC/2+30;
+    p1.ry()=p2.y()-SIZE_VELC/2-30;
+    DrawMark(GraphT,c,p1,1,CColor[2],SIZE_VELC,0);
+    p1.ry()+=SIZE_VELC/2;
+    label=QString("%1 km/h").arg(v*3600.0/1000.0,0,'f',0);
+    DrawLabel(GraphT,c,p1,label,0,2);
+    p1.ry()-=SIZE_VELC/2;
+    if (v>=1.0) DrawMark(GraphT,c,p1,10,CColor[2],SIZE_VELC,90-(int)dir);
+    DrawMark(GraphT,c,p1,0,CColor[0],8,0);
+    DrawMark(GraphT,c,p1,1,CColor[2],8,0);
+}
+// draw solution-plot -------------------------------------------------------
+void Plot::DrawSol(QPainter &c,int level, int type)
+{
+    QString label[]={tr("E-W"),tr("N-S"),tr("U-D")},unit[]={"m","m/s",QString("m/s%1").arg(up2Char)};
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TIMEPOS *pos,*pos1,*pos2;
+    gtime_t time1={0,0},time2={0,0};
+    QPoint p1,p2;
+    double xc,yc,xl[2],yl[2],off,y;
+    int i,j,k,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0,p=0;
+    
+    trace(3,"DrawSol: level=%d\n",level);
+    
+    if (BtnShowTrack->isChecked()&&(BtnFixHoriz->isChecked()||BtnFixVert->isChecked())) {
+        
+        pos=SolToPos(SolData+sel,SolIndex[sel],0,type);
+        
+        for (i=0;i<3&&pos->n>0;i++) {
+            GraphG[i]->GetCent(xc,yc);
+            if (BtnFixVert->isChecked()) {
+                yc=i==0?pos->x[0]:(i==1?pos->y[0]:pos->z[0]);
+            }
+            if (BtnFixHoriz->isChecked()) {
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->SetCent(TimePos(pos->t[0])-off,yc);
+            }
+            else {
+                GraphG[i]->SetCent(xc,yc);
+            }
+        }
+        delete pos;
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->isChecked()) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(c,ShowLabel,ShowLabel);
+    }
+    if (BtnSol1->isChecked()) {
+        pos=SolToPos(SolData,-1,QFlag->currentIndex(),type);
+        DrawSolPnt(c,pos,level,0);
+        DrawSolStat(c,pos,unit[type],p++);
+        delete pos;
+    }
+    if (BtnSol2->isChecked()) {
+        pos=SolToPos(SolData+1,-1,QFlag->currentIndex(),type);
+        DrawSolPnt(c,pos,level,1);
+        DrawSolStat(c,pos,unit[type],p++);
+        delete pos;
+    }
+    if (BtnSol12->isChecked()) {
+        pos1=SolToPos(SolData  ,-1,0,type);
+        pos2=SolToPos(SolData+1,-1,0,type);
+        pos=pos1->diff(pos2,QFlag->currentIndex());
+        DrawSolPnt(c,pos,level,0);
+        DrawSolStat(c,pos,unit[type],p++);
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    if (BtnShowTrack->isChecked()&&(BtnSol1->isChecked()||BtnSol2->isChecked()||BtnSol12->isChecked())) {
+        
+        pos =SolToPos(SolData+sel,SolIndex[sel],0,type);
+        pos1=SolToPos(SolData    ,SolIndex[0]  ,0,type);
+        pos2=SolToPos(SolData+1  ,SolIndex[1]  ,0,type);
+        if (pos1->n>0) time1=pos1->t[0];
+        if (pos2->n>0) time2=pos2->t[0];
+        
+        for (j=k=0;j<3&&pos->n>0;j++) {
+            
+            if (!btn[j]->isChecked()) continue;
+            
+            GraphG[j]->GetLim(xl,yl);
+            xl[0]=xl[1]=TimePos(pos->t[0]);
+            GraphG[j]->DrawPoly(c,xl,yl,2,CColor[2],0);
+            
+            if (BtnSol2->isChecked()&&pos2->n>0&&(time1.time==0||fabs(timediff(time1,time2))<DTTOL*2.0)) {
+                xl[0]=xl[1]=TimePos(time2);
+                y=j==0?pos2->x[0]:(j==1?pos2->y[0]:pos2->z[0]);
+                GraphG[j]->DrawMark(c,xl[0],y,0,CColor[0],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(c,xl[0],y,1,CColor[1],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(c,xl[0],y,1,CColor[2],MarkSize*2+2,0);
+                GraphG[j]->DrawMark(c,xl[0],y,0,MColor[1][pos->q[0]],MarkSize*2,0);
+                if (BtnSol1->isChecked()&&pos1->n>0&&GraphG[j]->ToPoint(xl[0],y,p1)) {
+                    p1.rx()+=MarkSize+4;
+                    DrawLabel(GraphG[j],c,p1,"2",1,0);
+                }
+            }
+            if (BtnSol1->isChecked()&&pos1->n>0) {
+                xl[0]=xl[1]=TimePos(time1);
+                y=j==0?pos1->x[0]:(j==1?pos1->y[0]:pos1->z[0]);
+                GraphG[j]->DrawMark(c,xl[0],y,0,CColor[0],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(c,xl[0],y,1,CColor[2],MarkSize*2+6,0);
+                GraphG[j]->DrawMark(c,xl[0],y,1,CColor[2],MarkSize*2+2,0);
+                GraphG[j]->DrawMark(c,xl[0],y,0,MColor[0][pos->q[0]],MarkSize*2,0);
+                if (BtnSol2->isChecked()&&pos2->n>0&&GraphG[j]->ToPoint(xl[0],y,p1)) {
+                    p1.rx()+=MarkSize+4;
+                    DrawLabel(GraphG[j],c,p1,"1",1,0);
+                }
+            }
+            xl[0]=xl[1]=TimePos(pos->t[0]);
+            if (k++==0) {
+                GraphG[j]->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                
+                if (!BtnFixHoriz->isChecked()) {
+                    GraphG[j]->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+        delete pos;
+        delete pos1;
+        delete pos2;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.rx()+=5; p1.ry()+=3;
+        DrawLabel(GraphG[i],c,p1,label[i]+" ("+unit[type]+")",1,2);
+    }
+}
+// draw points and line on solution-plot ------------------------------------
+void Plot::DrawSolPnt(QPainter &c,const TIMEPOS *pos, int level, int style)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    double *x,*y,*s,xs,ys,*yy;
+    int i,j;
+    
+    trace(3,"DrawSolPnt: level=%d style=%d\n",level,style);
+    
+    x=new double [pos->n];
+    
+    for (i=0;i<pos->n;i++) {
+        x[i]=TimePos(pos->t[i]);
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        
+        y=i==0?pos->x :(i==1?pos->y :pos->z );
+        s=i==0?pos->xs:(i==1?pos->ys:pos->zs);
+        
+        if (!level||!(PlotStyle%2)) {
+            DrawPolyS(GraphG[i],c,x,y,pos->n,CColor[3],style);
+        }
+        if (level&&ShowErr&&PlotType<=PLOT_SOLA&&PlotStyle<2) {
+            
+            GraphG[i]->GetScale(xs,ys);
+            
+            if (ShowErr==1) {
+                for (j=0;j<pos->n;j++) {
+                    GraphG[i]->DrawMark(c,x[j],y[j],12,CColor[1],(int)(SQRT(s[j])*2.0/ys),0);
+                }
+            }
+            else {
+                yy=new double [pos->n];
+                
+                for (j=0;j<pos->n;j++) yy[j]=y[j]-SQRT(s[j]);
+                DrawPolyS(GraphG[i],c,x,yy,pos->n,CColor[1],1);
+                
+                for (j=0;j<pos->n;j++) yy[j]=y[j]+SQRT(s[j]);
+                DrawPolyS(GraphG[i],c,x,yy,pos->n,CColor[1],1);
+                
+                delete [] yy;
+            }
+        }
+        if (level&&PlotStyle<2) {
+            QColor **color=new QColor*[pos->n];
+            for (j=0;j<pos->n;j++) color[j]=&MColor[style][pos->q[j]];
+            GraphG[i]->DrawMarks(c,x,y,color,pos->n,0,MarkSize,0);
+            delete [] color;
+        }
+    }
+    delete [] x;
+}
+// draw statistics on solution-plot -----------------------------------------
+void Plot::DrawSolStat(QPainter &c,const TIMEPOS *pos, const QString &unit, int p)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QPoint p1,p2;
+    double ave,std,rms,*y,opos[3];
+    int i,j=0,k=0,fonth=(int)(Disp->font().pointSize()*1.5);
+    QString label,s;
+    
+    trace(3,"DrawSolStat: p=%d\n",p);
+    
+    if (!ShowStats||pos->n<=0) return;
+    
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        
+        y=i==0?pos->x:(i==1?pos->y:pos->z);
+        CalcStats(y,pos->n,0.0,ave,std,rms);
+        GraphG[i]->GetPos(p1,p2);
+        p1.rx()=p2.x()-5;
+        p1.ry()+=3+fonth*(p+(!k++&&p>0?1:0));
+        
+        if (j==0&&p==0) {
+            
+            if (norm(OPos,3)>0.0) {
+                ecef2pos(OPos,opos);
+                label="ORI="+LatLonStr(opos,9)+QString(" %1m").arg(opos[2],0,'f',4);
+                DrawLabel(GraphG[j],c,p1,label,2,2);
+                j++; p1.ry()+=fonth;
+            }
+        }
+        s=QString("AVE=%1%2 STD=%3%2 RMS=%4%2").arg(ave,0,'f',4).arg(unit).arg(std,0,'f',4).arg(rms,0,'f',4);
+        DrawLabel(GraphG[i],c,p1,s,2,2);
+    }
+}
+// draw number-of-satellite plot --------------------------------------------
+void Plot::DrawNsat(QPainter &c,int level)
+{
+    QString label[]={
+        tr("# of Valid Satellites"),
+        tr("Age of Differential (s)"),
+        tr("Ratio Factor for AR Validation")
+    };
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    TIMEPOS *ns;
+    QPoint p1,p2;
+    double xc,yc,y,xl[2],yl[2],off;
+    int i,j,k,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"DrawNsat: level=%d\n",level);
+    
+    if (BtnShowTrack->isChecked()&&BtnFixHoriz->isChecked()) {
+        
+        ns=SolToNsat(SolData+sel,SolIndex[sel],0);
+        
+        for (i=0;i<3;i++) {
+            if (BtnFixHoriz->isChecked()) {
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->SetCent(TimePos(ns->t[0])-off,yc);
+            }
+            else {
+                GraphG[i]->GetRight(xc,yc);
+                GraphG[i]->SetRight(TimePos(ns->t[0]),yc);
+            }
+        }
+        delete ns;
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->isChecked()) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(c,ShowLabel,ShowLabel);
+    }
+    if (BtnSol1->isChecked()) {
+        ns=SolToNsat(SolData,-1,QFlag->currentIndex());
+        DrawSolPnt(c,ns,level,0);
+        delete ns;
+    }
+    if (BtnSol2->isChecked()) {
+        ns=SolToNsat(SolData+1,-1,QFlag->currentIndex());
+        DrawSolPnt(c,ns,level,1);
+        delete ns;
+    }
+    if (BtnShowTrack->isChecked()&&(BtnSol1->isChecked()||BtnSol2->isChecked())) {
+        
+        ns=SolToNsat(SolData+sel,SolIndex[sel],0);
+        
+        for (j=k=0;j<3&&ns->n>0;j++) {
+            
+            if (!btn[j]->isChecked()) continue;
+            
+            y=j==0?ns->x[0]:(j==1?ns->y[0]:ns->z[0]);
+            GraphG[j]->GetLim(xl,yl);
+            xl[0]=xl[1]=TimePos(ns->t[0]);
+            
+            GraphG[j]->DrawPoly(c,xl,yl,2,CColor[2],0);
+            GraphG[j]->DrawMark(c,xl[0],y,0,CColor[0],MarkSize*2+6,0);
+            GraphG[j]->DrawMark(c,xl[0],y,1,CColor[2],MarkSize*2+6,0);
+            GraphG[j]->DrawMark(c,xl[0],y,1,CColor[2],MarkSize*2+2,0);
+            GraphG[j]->DrawMark(c,xl[0],y,0,MColor[sel][ns->q[0]],MarkSize*2,0);
+            
+            if (k++==0) {
+                GraphG[j]->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                
+                if (!BtnFixHoriz->isChecked()) {
+                    GraphG[j]->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+        delete ns;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.rx()+=5; p1.ry()+=3;
+        DrawLabel(GraphG[i],c,p1,label[i],1,2);
+    }
+}
+// draw observation-data-plot -----------------------------------------------
+void Plot::DrawObs(QPainter &c,int level)
+{
+    QString label;
+    QPoint p1,p2,p;
+    gtime_t time;
+    obsd_t *obs;
+    double xs,ys,xt,xl[2],yl[2],tt[MAXSAT]={0},xp,xc,yc,yp[MAXSAT]={0};
+    int i,j,m=0,sats[MAXSAT]={0},ind=ObsIndex;
+    char id[16];
+    
+    trace(3,"DrawObs: level=%d\n",level);
+    
+    for (i=0;i<Obs.n;i++) {
+        if (SatMask[Obs.data[i].sat-1]) continue;
+        sats[Obs.data[i].sat-1]=1;
+    }
+    for (i=0;i<MAXSAT;i++) if (sats[i]) m++;
+    
+    GraphR->XLPos=TimeLabel?6:1; 
+    GraphR->YLPos=0;
+    GraphR->Week=Week;
+    GraphR->GetLim(xl,yl);
+    yl[0]=0.5;
+    yl[1]=m>0?m+0.5:m+10.5;
+    GraphR->SetLim(xl,yl);
+    GraphR->SetTick(0.0,1.0);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->isChecked()&&BtnFixHoriz->isChecked()) {
+        xp=TimePos(Obs.data[IndexObs[ind]].time);
+        if (BtnFixHoriz->isChecked()) {
+            double xl[2],yl[2],off;
+            GraphR->GetLim(xl,yl);
+            off=Xcent*(xl[1]-xl[0])/2.0;
+            GraphR->GetCent(xc,yc);
+            GraphR->SetCent(xp-off,yc);
+        }
+        else {
+            GraphR->GetRight(xc,yc);
+            GraphR->SetRight(xp,yc);
+        }
+    }
+    GraphR->DrawAxis(c,1,1);
+    GraphR->GetPos(p1,p2);
+    
+    for (i=0,j=0;i<MAXSAT;i++) {
+        if (!sats[i]) continue;
+        p.setX(p1.x());
+        p.setY(p1.y()+(int)((p2.y()-p1.y()))*(j+0.5)/m);
+        yp[i]=m-(j++);
+        satno2id(i+1,id);
+        label=id;
+        GraphR->DrawText(c,p,label,CColor[2],2,0,0);
+    }
+    p1.setX(Disp->font().pointSize());
+    p1.setY((p1.y()+p2.y())/2);
+    GraphR->DrawText(c,p1,tr("SATELLITE NO"),CColor[2],0,0,90);
+    
+    if (!BtnSol1->isChecked()) return;
+    
+    if (level&&PlotStyle<=2) {
+        DrawObsEphem(c,yp);
+    }
+    if (level&&PlotStyle<=2) {
+        GraphR->GetScale(xs,ys);
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            QColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==Qt::black) continue;
+            
+            xt=TimePos(obs->time);
+            if (fabs(xt-tt[obs->sat-1])/xs>0.9) {
+                GraphR->DrawMark(c,xt,yp[obs->sat-1],0,PlotStyle<2?col:CColor[3],
+                                 PlotStyle<2?MarkSize:0,0);
+                tt[obs->sat-1]=xt;
+            }
+        }
+    }
+    if (level&&PlotStyle<=2) {
+        DrawObsSlip(c,yp);
+    }
+    if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs) {
+        i=IndexObs[ind];
+        time=Obs.data[i].time;
+        
+        GraphR->GetLim(xl,yl);
+        xl[0]=xl[1]=TimePos(Obs.data[i].time);
+        GraphR->DrawPoly(c,xl,yl,2,CColor[2],0);
+        
+        for (;i<Obs.n&&timediff(Obs.data[i].time,time)==0.0;i++) {
+            obs=&Obs.data[i];
+            QColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==Qt::black) continue;
+            GraphR->DrawMark(c,xl[0],yp[obs->sat-1],0,col,MarkSize*2+2,0);
+        }
+        GraphR->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+        if (!BtnFixHoriz->isChecked()) {
+            GraphR->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+        }
+    }
+}
+// draw slip on observation-data-plot ---------------------------------------
+void Plot::DrawObsSlip(QPainter &c,double *yp)
+{
+    QString ObsTypeText=ObsType->currentText();
+    obsd_t *obs;
+    QPoint ps[2];
+    double gfp[MAXSAT]={0},gf;
+    char code[32];
+    int i,j,slip;
+    
+    trace(3,"DrawObsSlip\n");
+    
+    strncpy(code,ObsType->currentIndex()?qPrintable(ObsTypeText)+1:"",32);
+    
+    for (i=0;i<Obs.n;i++) {
+        if (El[i]<ElMask*D2R) continue;
+        if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+        obs=&Obs.data[i];
+        if (!SatSel[obs->sat-1]) continue;
+            
+        if (!GraphR->ToPoint(TimePos(obs->time),yp[obs->sat-1],ps[0])) continue;
+        ps[1].rx()=ps[0].x();
+        ps[1].ry()=ps[0].y()+MarkSize*3/2+1;
+        ps[0].ry()=ps[0].y()-MarkSize*3/2;
+        
+        if (ShowHalfC) {
+            slip=0;
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                    (obs->LLI[j]&2)) slip=1;
+            }
+            if (slip) GraphR->DrawPoly(c,ps,2,MColor[0][0],0);
+        }
+        if (ShowSlip) {
+            slip=0;
+            if (ShowSlip==2) { // LLI
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                        (obs->LLI[j]&1)) slip=1;
+                }
+            }
+            else if (!*code||!strcmp(code,"1")||!strcmp(code,"2")) {
+                if (obs->L[0]!=0.0&&obs->L[1]!=0.0&&
+                    satsys(obs->sat,NULL)!=SYS_GLO) {
+                    gf=CLIGHT*(obs->L[0]/FREQ1-obs->L[1]/FREQ2);
+                    if (fabs(gfp[obs->sat-1]-gf)>THRESLIP) slip=1;
+                    gfp[obs->sat-1]=gf;
+                }
+            }
+            if (slip) GraphR->DrawPoly(c,ps,2,MColor[0][5],0);
+        }
+    }
+}
+// draw ephemeris on observation-data-plot ----------------------------------
+void Plot::DrawObsEphem(QPainter &c,double *yp)
+{
+    QPoint ps[3];
+    int i,j,k,in,svh,off[MAXSAT]={0};
+    
+    trace(3,"DrawObsEphem\n");
+    
+    if (!ShowEph) return;
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (!SatSel[i]) continue;
+        for (j=0;j<Nav.n;j++) {
+            if (Nav.eph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.eph[j].ttr),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.eph[j].toe),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.eph[j].sat-1]=off[Nav.eph[j].sat-1]?0:3;
+            
+            for (k=0;k<3;k++) ps[k].ry()+=MarkSize+2+off[Nav.eph[j].sat-1];
+            ps[0].ry()-=2;
+            
+            svh=Nav.eph[j].svh;
+            if (satsys(i+1,NULL)==SYS_QZS) svh&=0xFE; /* mask QZS LEX health */
+            
+            GraphR->DrawPoly(c,ps,3,svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(c,ps[2],0,svh?MColor[0][5]:CColor[1],svh?4:3,0);
+        }
+        for (j=0;j<Nav.ng;j++) {
+            if (Nav.geph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.geph[j].tof),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.geph[j].toe),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.geph[j].sat-1]=off[Nav.geph[j].sat-1]?0:3;
+            for (k=0;k<3;k++) ps[k].ry()+=MarkSize+2+off[Nav.geph[j].sat-1];
+            ps[0].ry()-=2;
+            
+            GraphR->DrawPoly(c,ps,3,Nav.geph[j].svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(c,ps[2],0,Nav.geph[j].svh?MColor[0][5]:CColor[1],
+                                     Nav.geph[j].svh?4:3,0);
+        }
+        for (j=0;j<Nav.ns;j++) {
+            if (Nav.seph[j].sat!=i+1) continue;
+            GraphR->ToPoint(TimePos(Nav.seph[j].tof),yp[i],ps[0]);
+            in=GraphR->ToPoint(TimePos(Nav.seph[j].t0),yp[i],ps[2]);
+            ps[1]=ps[0];
+            off[Nav.seph[j].sat-1]=off[Nav.seph[j].sat-1]?0:3;
+            for (k=0;k<3;k++) ps[k].ry()+=MarkSize+2+off[Nav.seph[j].sat-1];
+            ps[0].ry()-=2;
+            
+            GraphR->DrawPoly(c,ps,3,Nav.seph[j].svh?MColor[0][5]:CColor[1],0);
+            
+            if (in) GraphR->DrawMark(c,ps[2],0,Nav.seph[j].svh?MColor[0][5]:CColor[1],
+                                     Nav.seph[j].svh?4:3,0);
+        }
+    }
+}
+// draw sky-image on sky-plot -----------------------------------------------
+void Plot::DrawSkyImage(QPainter &c,int level)
+{
+    QPoint p1,p2;
+    double xl[2],yl[2],r,s,mx[190],my[190];
+    
+    trace(3,"DrawSkyImage: level=%d\n",level);
+    
+    if (SkySize[0]<=0||SkySize[1]<=0) return;
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    s=r*SkyImageR.width()/2.0/SkyScaleR;
+    GraphS->ToPoint(-s,s,p1);
+    GraphS->ToPoint(s,-s,p2);
+    QRect rect(p1,p2);
+    c.drawImage(rect,SkyImageR);
+    
+    if (SkyElMask) { // elevation mask
+        int n=0;
+        
+        mx[n]=0.0;   my[n++]=yl[1];
+        for (int i=0;i<=180;i++) {
+            mx[n  ]=r*sin(i*2.0*D2R);
+            my[n++]=r*cos(i*2.0*D2R);
+        }
+        mx[n]=0.0;   my[n++]=yl[1];
+        mx[n]=xl[0]; my[n++]=yl[1];
+        mx[n]=xl[0]; my[n++]=yl[0];
+        mx[n]=xl[1]; my[n++]=yl[0];
+        mx[n]=xl[1]; my[n++]=yl[1];
+        GraphS->DrawPatch(c,mx,my,n,CColor[0],CColor[0],0);
+    }
+}
+// draw sky-plot ------------------------------------------------------------
+void Plot::DrawSky(QPainter &c,int level)
+{
+    QPoint p1,p2;
+    QString s,ObsTypeText=ObsType->currentText();
+    obsd_t *obs;
+    gtime_t t[MAXSAT]={{0,0}};
+    double p[MAXSAT][2]={{0}},gfp[MAXSAT]={0},p0[MAXSAT][2]={{0}};
+    double x,y,xp,yp,xs,ys,dt,dx,dy,xl[2],yl[2],r,gf;
+    int i,j,ind=ObsIndex;
+    int hh=(int)(Disp->font().pointSize()*1.5),slip;
+    char code[32];
+    char id[16];
+    
+    strncpy(code,ObsType->currentIndex()?qPrintable(ObsTypeText)+1:"",32);
+
+    trace(3,"DrawSky: level=%d\n",level);
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    
+    if (BtnShowMap->isChecked()) {
+        DrawSkyImage(c,level);
+    }
+    if (BtnShowSkyplot->isChecked()) {
+        GraphS->DrawSkyPlot(c,0.0,0.0,CColor[1],CColor[2],CColor[0],r*2.0);
+    }
+    if (!BtnSol1->isChecked()) return;
+    
+    GraphS->GetScale(xs,ys);
+    
+    if (PlotStyle<=2) {
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            QColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==Qt::black) continue;
+            
+            x =r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y =r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            xp=p[obs->sat-1][0];
+            yp=p[obs->sat-1][1];
+            
+            if ((x-xp)*(x-xp)+(y-yp)*(y-yp)>=xs*xs) {
+                int siz=PlotStyle<2?MarkSize:1;
+                GraphS->DrawMark(c,x,y,0,PlotStyle<2?col:CColor[3],siz,0);
+                p[obs->sat-1][0]=x;
+                p[obs->sat-1][1]=y;
+            }
+            if (xp==0.0&&yp==0.0) {
+                p0[obs->sat-1][0]=x;
+                p0[obs->sat-1][1]=y;
+            }
+        }
+    }
+    if ((PlotStyle==0||PlotStyle==2)&&!BtnShowTrack->isChecked()) {
+        
+        for (i=0;i<MAXSAT;i++) {
+            if (p0[i][0]!=0.0||p0[i][1]!=0.0) {
+                QPoint pnt;
+                if (GraphS->ToPoint(p0[i][0],p0[i][1],pnt)) {
+                    satno2id(i+1,id); s=id;
+                    DrawLabel(GraphS,c,pnt,s,1,0);
+                }
+            }
+        }
+    }
+    if (!level) return;
+    
+    if (ShowSlip&&PlotStyle<=2) {
+        
+        for (i=0;i<Obs.n;i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            
+            slip=0;
+            if (ShowSlip==2) { // LLI
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if ((!*code||strstr(code2obs(obs->code[j],NULL),code))&&
+                        (obs->LLI[j]&1)) slip=1;
+                }
+            }
+            else if (!*code||!strcmp(code,"1")||!strcmp(code,"2")) {
+                if (obs->L[0]!=0.0&&obs->L[1]!=0.0&&
+                    satsys(obs->sat,NULL)!=SYS_GLO) {
+                    gf=CLIGHT*(obs->L[0]/FREQ1-obs->L[1]/FREQ2);
+                    if (fabs(gfp[obs->sat-1]-gf)>THRESLIP) slip=1;
+                    gfp[obs->sat-1]=gf;
+                }
+            }
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            dt=timediff(obs->time,t[obs->sat-1]);
+            dx=x-p[obs->sat-1][0];
+            dy=y-p[obs->sat-1][1];
+            t[obs->sat-1]=obs->time;
+            p[obs->sat-1][0]=x;
+            p[obs->sat-1][1]=y;
+            if (fabs(dt)>300.0) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            if (slip) {
+                GraphS->DrawMark(c,x,y,4,MColor[0][5],MarkSize*3+2,ATAN2(dy,dx)*R2D+90);
+            }
+        }
+    }
+    if (ElMaskP) {
+        double *x=new double [361];
+        double *y=new double [361];
+        for (i=0;i<=360;i++) {
+            x[i]=r*sin(i*D2R)*(1.0-2.0*ElMaskData[i]/PI);
+            y[i]=r*cos(i*D2R)*(1.0-2.0*ElMaskData[i]/PI);
+        }
+        QPen pen=c.pen();pen.setWidth(2);c.setPen(pen);
+        GraphS->DrawPoly(c,x,y,361,COL_ELMASK,0);
+        pen.setWidth(1);c.setPen(pen);
+        delete [] x;
+        delete [] y;
+    }
+    if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            QColor col=ObsColor(obs,Az[i],El[i]);
+            if (col==Qt::black) continue;
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            
+            satno2id(obs->sat,id);
+            GraphS->DrawMark(c,x,y,0,col,Disp->font().pointSize()*2+5,0);
+            GraphS->DrawMark(c,x,y,1,col==Qt::black?MColor[0][0]:CColor[2],Disp->font().pointSize()*2+5,0);
+            GraphS->DrawText(c,x,y,s=id,CColor[0],0,0,0);
+        }
+    }
+    GraphS->GetPos(p1,p2);
+    p1.rx()+=10; p1.ry()+=8; p2.rx()-=10; p2.ry()=p1.y();
+    
+    if (ShowStats&&!SimObs) {
+        s=QString(tr("MARKER: %1 %2")).arg(Sta.name).arg(Sta.marker);
+        DrawLabel(GraphS,c,p1,s,1,2); p1.ry()+=hh;
+        s=QString(tr("REC: %1 %2 %3")).arg(Sta.rectype).arg(Sta.recver).arg(Sta.recsno);
+        DrawLabel(GraphS,c,p1,s,1,2); p1.ry()+=hh;
+        s=QString(tr("ANT: %1 %2")).arg(Sta.antdes).arg(Sta.antsno);
+        DrawLabel(GraphS,c,p1,s,1,2); p1.ry()+=hh;
+    }
+    // show statistics
+    if (ShowStats&&BtnShowTrack->isChecked()&&0<=ind&&ind<NObs&&!SimObs) {
+        
+        s=QString(tr("SAT: OBS : SNR : LLI%1")).arg(!*code?"":tr(" : CODE"));
+        DrawLabel(GraphS,c,p2,s,2,2);
+        p2.ry()+=3;
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]) continue;
+            if (HideLowSat&&El[i]<ElMask*D2R) continue;
+            if (HideLowSat&&ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            
+            satno2id(obs->sat,id);
+            s=QString("%1: ").arg(id,3,QChar('-'));
+            
+            if (!*code) {
+                for (j=0;j<NFREQ;j++) s+=obs->P[j]==0.0?"-":"C";
+                for (j=0;j<NFREQ;j++) s+=obs->L[j]==0.0?"-":"L";
+                s+=" : ";
+                for (j=0;j<NFREQ;j++) s+=QString("%1 ").arg(obs->SNR[j]*0.25,2,'f',0,QChar('0'));
+                s+=": ";
+                for (j=0;j<NFREQ;j++) s+=QString("%1").arg(obs->LLI[j]);
+            }
+            else {
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if (strstr(code2obs(obs->code[j],NULL),code)) break;
+                }
+                if (j>=NFREQ+NEXOBS) continue;
+                
+                s+=QString("%1%2%3 : %4 : %5 : %6").arg(obs->P[j]==0.0?"-":"C")
+                              .arg(obs->L[j]==0.0?"-":"L").arg(obs->D[j]==0.0?"-":"D")
+                              .arg(obs->SNR[j]*0.25,4,'f',1,QChar('0')).arg(obs->LLI[j])
+                              .arg(code2obs(obs->code[j],NULL));
+            }
+            QColor col=ObsColor(obs,Az[i],El[i]);
+            p2.ry()+=hh;
+            GraphS->DrawText(c,p2,s,col==Qt::black?MColor[0][0]:col,2,2,0);
+        }
+    }
+    if (Nav.n<=0&&Nav.ng<=0&&!SimObs) {
+        GraphS->GetPos(p1,p2);
+        p2.rx()-=10;
+        p2.ry()-=3;
+        DrawLabel(GraphS,c,p2,tr("No Navigation Data"),2,1);
+    }
+}
+// draw dop and number-of-satellite plot ------------------------------------
+void Plot::DrawDop(QPainter &c,int level)
+{
+    QString label;
+    QPoint p1,p2;
+    double xp,xc,yc,xl[2],yl[2],azel[MAXSAT*2],*dop,*x,*y;
+    int i,j,*ns,n=0;
+    int ind=ObsIndex,doptype=DopType->currentIndex();
+    
+    trace(3,"DrawDop: level=%d\n",level);
+    
+    GraphR->XLPos=TimeLabel?6:1; 
+    GraphR->YLPos=1;
+    GraphR->Week=Week;
+    GraphR->GetLim(xl,yl);
+    yl[0]=0.0; yl[1]=MaxDop;
+    GraphR->SetLim(xl,yl);
+    GraphR->SetTick(0.0,0.0);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->isChecked()&&BtnFixHoriz->isChecked()) {
+        double xl[2],yl[2],off;
+        GraphR->GetLim(xl,yl);
+        off=Xcent*(xl[1]-xl[0])/2.0;
+        xp=TimePos(Obs.data[IndexObs[ind]].time);
+        GraphR->GetCent(xc,yc);
+        GraphR->SetCent(xp-off,yc);
+    }
+    GraphR->DrawAxis(c,1,1);
+    GraphR->GetPos(p1,p2);
+    p1.setX(Disp->font().pointSize());
+    p1.setY((p1.y()+p2.y())/2);
+    if (doptype==0) {
+        label=QString("# OF SATELLITES / DOP (EL>=%1%2)").arg(ElMask,0,'f',0).arg(degreeChar);
+    }
+    else if (doptype==1) {
+        label=QString("# OF SATELLITES (EL>=%1%2)").arg(ElMask,0,'f',0).arg(degreeChar);
+    }
+    else {
+        label=QString("DOP (EL>=%1%2)").arg(ElMask,0,'f',0).arg(degreeChar);
+    }
+    GraphR->DrawText(c,p1,label,CColor[2],0,0,90);
+    
+    if (!BtnSol1->isChecked()) return;
+    
+    x  =new double[NObs];
+    y  =new double[NObs];
+    dop=new double[NObs*4];
+    ns =new int   [NObs];
+    
+    for (i=0;i<NObs;i++) {
+        ns[n]=0;
+        for (j=IndexObs[i];j<Obs.n&&j<IndexObs[i+1];j++) {
+            if (SatMask[Obs.data[j].sat-1]||!SatSel[Obs.data[j].sat-1]) continue;
+            if (El[j]<ElMask*D2R) continue;
+            if (ElMaskP&&El[j]<ElMaskData[(int)(Az[j]*R2D+0.5)]) continue;
+            azel[  ns[n]*2]=Az[j];
+            azel[1+ns[n]*2]=El[j];
+            ns[n]++;
+        }
+        dops(ns[n],azel,ElMask*D2R,dop+n*4);
+        x[n++]=TimePos(Obs.data[IndexObs[i]].time);
+    }
+    for (i=0;i<4;i++) {
+        if (doptype!=0&&doptype!=i+2) continue;
+        
+        for (j=0;j<n;j++) y[j]=dop[i+j*4];
+        
+        if (!(PlotStyle%2)) {
+            DrawPolyS(GraphR,c,x,y,n,CColor[3],0);
+        }
+        if (level&&PlotStyle<2) {
+            for (j=0;j<n;j++) {
+                if (y[j]==0.0) continue;
+                GraphR->DrawMark(c,x[j],y[j],0,MColor[0][i+2],MarkSize,0);
+            }
+        }
+    }
+    if (doptype==0||doptype==1) {
+        for (i=0;i<n;i++) y[i]=ns[i];
+        
+        if (!(PlotStyle%2)) {
+            DrawPolyS(GraphR,c,x,y,n,CColor[3],1);
+        }
+        if (level&&PlotStyle<2) {
+            for (i=0;i<n;i++) {
+                GraphR->DrawMark(c,x[i],y[i],0,MColor[0][1],MarkSize,0);
+            }
+        }
+    }
+    if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs) {
+        GraphR->GetLim(xl,yl);
+        xl[0]=xl[1]=TimePos(Obs.data[IndexObs[ind]].time);
+        
+        GraphR->DrawPoly(c,xl,yl,2,CColor[2],0);
+        
+        ns[0]=0;
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            if (SatMask[Obs.data[i].sat-1]||!SatSel[Obs.data[i].sat-1]) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            azel[  ns[0]*2]=Az[i];
+            azel[1+ns[0]*2]=El[i];
+            ns[0]++;
+        }
+        dops(ns[0],azel,ElMask*D2R,dop);
+        
+        for (i=0;i<4;i++) {
+            if ((doptype!=0&&doptype!=i+2)||dop[i]<=0.0) continue;
+            GraphR->DrawMark(c,xl[0],dop[i],0,MColor[0][i+2],MarkSize*2+2,0);
+        }
+        if (doptype==0||doptype==1) {
+            GraphR->DrawMark(c,xl[0],ns[0],0,MColor[0][1],MarkSize*2+2,0);
+        }
+        GraphR->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+        if (!BtnFixHoriz->isChecked()) {
+            GraphR->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+        }
+    }
+    else {
+        DrawDopStat(c,dop,ns,n);
+    }
+    if (Nav.n<=0&&Nav.ng<=0&&(doptype==0||doptype>=2)&&!SimObs) {
+        GraphR->GetPos(p1,p2);
+        p2.rx()-=10;
+        p2.ry()-=3;
+        DrawLabel(GraphR,c,p2,tr("No Navigation Data"),2,1);
+    }
+    delete [] x;
+    delete [] y;
+    delete [] dop;
+    delete [] ns;
+}
+// draw statistics on dop and number-of-satellite plot ----------------------
+void Plot::DrawDopStat(QPainter &c,double *dop, int *ns, int n)
+{
+    QString s0[MAXOBS+2],s1[MAXOBS+2],s2[MAXOBS+2];
+    QPoint p1,p2,p3;
+    double ave[4]={0};
+    int i,j,m=0;
+    int ndop[4]={0},nsat[MAXOBS]={0},fonth=(int)(Disp->font().pointSize()*1.5);
+    
+    trace(3,"DrawDopStat: n=%d\n",n);
+    
+    if (!ShowStats) return;
+    
+    for (i=0;i<n;i++) nsat[ns[i]]++;
+    
+    for (i=0;i<4;i++) {
+        for (j=0;j<n;j++) {
+            if (dop[i+j*4]<=0.0||dop[i+j*4]>MaxDop) continue;
+            ave[i]+=dop[i+j*4];
+            ndop[i]++;
+        }
+        if (ndop[i]>0) ave[i]/=ndop[i];
+    }
+    if (DopType->currentIndex()==0||DopType->currentIndex()>=2) {
+        s2[m++]=QString("AVE= GDOP:%1 PDOP:%2 HDOP:%3 VDOP:%4")
+                        .arg(ave[0],4,'f',1).arg(ave[1],4,'f',1).arg(ave[2],4,'f',1).arg(ave[3],4,'f',1);
+        s2[m++]=QString("NDOP=%1(%2%%) %3(%4%%) %5(%6%%) %7(%8f%%)")
+                        .arg(ndop[0]).arg(n>0?ndop[0]*100.0/n:0.0,4,'f',1)
+                        .arg(ndop[1]).arg(n>0?ndop[1]*100.0/n:0.0,4,'f',1)
+                        .arg(ndop[2]).arg(n>0?ndop[2]*100.0/n:0.0,4,'f',1)
+                        .arg(ndop[3]).arg(n>0?ndop[3]*100.0/n:0.0,4,'f',1);
+    }
+    if (DopType->currentIndex()<=1) {
+        
+        for (i=0,j=0;i<MAXOBS;i++) {
+            if (nsat[i]<=0) continue;
+            s0[m]=QString("%1%2:").arg(j++==0?"NSAT= ":"").arg(i,2);
+            s1[m]=QString("%1").arg(nsat[i],7);
+            s2[m++]=QString("(%1%%)").arg(nsat[i]*100.0/n,4,'f',1);
+        }
+    }
+    GraphR->GetPos(p1,p2);
+    p1.setX(p2.x()-10);
+    p1.ry()+=8;
+    p2=p1; p2.rx()-=fonth*4;
+    p3=p2; p3.rx()-=fonth*8;
+    
+    for (i=0;i<m;i++,p1.ry()+=fonth,p2.ry()+=fonth,p3.ry()+=fonth) {
+        DrawLabel(GraphR,c,p3,s0[i],2,2);
+        DrawLabel(GraphR,c,p2,s1[i],2,2);
+        DrawLabel(GraphR,c,p1,s2[i],2,2);
+    }
+}
+// draw snr, mp and elevation-plot ---------------------------------------------
+void Plot::DrawSnr(QPainter &c,int level)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QString ObsTypeText=ObsType2->currentText();
+    QString label[]={tr("SNR"),tr("Multipath"),tr("Elevation")};
+    QString unit[]={"dBHz","m",degreeChar};
+    QPoint p1,p2;
+    QColor *col,colp[MAXSAT];
+    gtime_t time={0,0};
+    double *x,*y,xl[2],yl[2],off,xc,yc,xp,yp[MAXSAT],ave[3]={0},rms[3]={0};
+    char code[32];
+    int i,j,k,l,n,np,sat,ind=ObsIndex,nrms[3]={0};
+    
+    strncpy(code,qPrintable(ObsTypeText.mid(1)),32);
+
+    trace(3,"DrawSnr: level=%d\n",level);
+    
+    if (0<=ind&&ind<NObs&&BtnShowTrack->isChecked()) {
+        time=Obs.data[IndexObs[ind]].time;
+    }
+    if (0<=ind&&ind<NObs&&BtnShowTrack->isChecked()&&BtnFixHoriz->isChecked()) {
+        GraphG[0]->GetLim(xl,yl);
+        off=Xcent*(xl[1]-xl[0])/2.0;
+        xp=TimePos(time);
+        for (j=0;j<3;j++) {
+            GraphG[j]->GetCent(xc,yc);
+            GraphG[j]->SetCent(xp-off,yc);
+        }
+    }
+    for (i=0;i<3;i++) if (btn[i]->isChecked()) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(c,ShowLabel,ShowLabel);
+    }
+    if (NObs>0&&BtnSol1->isChecked()) {
+        x=new double[NObs],
+        y=new double[NObs];
+        col=new QColor[NObs];
+        
+        for (i=l=0;i<3;i++) {
+            if (!btn[i]->isChecked()) continue;
+            
+            for (sat=1,np=0;sat<=MAXSAT;sat++) {
+                if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+                
+                for (j=n=0;j<Obs.n;j++) {
+                    if (Obs.data[j].sat!=sat) continue;
+                    
+                    for (k=0;k<NFREQ+NEXOBS;k++) {
+                        if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+                    }
+                    if (k>=NFREQ+NEXOBS) continue;
+                    
+                    x[n]=TimePos(Obs.data[j].time);
+                    if (i==0) {
+                        y[n]=Obs.data[j].SNR[k]*0.25;
+                        col[n]=MColor[0][4];
+                    }
+                    else if (i==1) {
+                        if (!Mp[k]||Mp[k][j]==0.0) continue;
+                        y[n]=Mp[k][j];
+                        col[n]=MColor[0][4];
+                    }
+                    else {
+                        y[n]=El[j]*R2D;
+                        if (SimObs) col[n]=SysColor(Obs.data[j].sat);
+                        else col[n]=SnrColor(Obs.data[j].SNR[k]*0.25);
+                        if (El[j]>0.0&&El[j]<ElMask*D2R) col[n]=MColor[0][0];
+                    }
+                    if (timediff(time,Obs.data[j].time)==0.0&&np<MAXSAT) {
+                        yp[np]=y[n];
+                        colp[np++]=col[n];
+                    }
+                    if (n<NObs) n++;
+                }
+                if (!level||!(PlotStyle%2)) {
+                    for (j=0;j<n;j=k) {
+                        for (k=j+1;k<n;k++) if (fabs(y[k-1]-y[k])>30.0) break;
+                        DrawPolyS(GraphG[i],c,x+j,y+j,k-j,CColor[3],0);
+                    }
+                }
+                if (level&&PlotStyle<2) {
+                    for (j=0;j<n;j++) {
+                        if (i!=1&&y[j]<=0.0) continue;
+                        GraphG[i]->DrawMark(c,x[j],y[j],0,col[j],MarkSize,0);
+                    }
+                }
+                for (j=0;j<n;j++) {
+                    if (y[j]==0.0) continue;
+                    ave[i]+=y[j];
+                    rms[i]+=SQR(y[j]);
+                    nrms[i]++;
+                }
+            }
+            if (level&&i==1&&nrms[i]>0&&ShowStats&&!BtnShowTrack->isChecked()) {
+                ave[i]=ave[i]/nrms[i];
+                rms[i]=sqrt(rms[i]/nrms[i]);
+                GraphG[i]->GetPos(p1,p2);
+                p1.rx()=p2.x()-8; p1.ry()+=3;
+                DrawLabel(GraphG[i],c,p1,QString("AVE=%1m RMS=%2m").arg(ave[i],0,'f',4)
+                          .arg(rms[i],0,'f',4),2,2);
+            }
+            if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs&&BtnSol1->isChecked()) {
+                if (!btn[i]->isChecked()) continue;
+                GraphG[i]->GetLim(xl,yl);
+                xl[0]=xl[1]=TimePos(time);
+                GraphG[i]->DrawPoly(c,xl,yl,2,CColor[2],0);
+                
+                if (l++==0) {
+                    GraphG[i]->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                    
+                    if (!BtnFixHoriz->isChecked()) {
+                        GraphG[i]->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                    }
+                }
+                for (k=0;k<np;k++) {
+                    if (i!=1&&yp[k]<=0.0) continue;
+                    GraphG[i]->DrawMark(c,xl[0],yp[k],0,CColor[0],MarkSize*2+4,0);
+                    GraphG[i]->DrawMark(c,xl[0],yp[k],0,colp[k],MarkSize*2+2,0);
+                }
+                if (np<=0||np>1||(i!=1&&yp[0]<=0.0)) continue;
+                
+                GraphG[i]->GetPos(p1,p2);
+                p1.rx()=p2.x()-8; p1.ry()+=3;
+                DrawLabel(GraphG[i],c,p1,QString("%1 %2").arg(yp[0],0,'f',i==1?4:1).arg(unit[i]),2,2);
+            }
+        }
+        delete [] x;
+        delete [] y;
+        delete [] col;
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.rx()+=5; p1.ry()+=3;
+        DrawLabel(GraphG[i],c,p1,QString("%1 (%2)").arg(label[i]).arg(unit[i]),1,2);
+    }
+}
+// draw snr, mp-elevation-plot ----------------------------------------------
+void Plot::DrawSnrE(QPainter &c,int level)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QString s,ObsTypeText=ObsType2->currentText();
+    QString label[]={tr("SNR (dBHz)"),tr("Multipath (m)")};
+    QPoint p1,p2;
+    QColor *col[2],colp[2][MAXSAT];
+    gtime_t time={0,0};
+    double *x[2],*y[2],xl[2]={-0.001,90.0},yl[2][2]={{10.0,65.0},{-10.0,10.0}};
+    double xp[2][MAXSAT],yp[2][MAXSAT],ave=0.0,rms=0.0;
+    char code[32];
+    int i,j,k,n[2],np[2]={0},sat,ind=ObsIndex,hh=(int)(Disp->font().pointSize()*1.5);
+    int nrms=0;
+
+    strncpy(code,qPrintable(ObsTypeText.mid(1)),32);
+
+    trace(3,"DrawSnrE: level=%d\n",level);
+    
+    yl[1][0]=-MaxMP; yl[1][1]=MaxMP;
+    
+    for (i=0;i<2;i++) if (btn[i]->isChecked()) j=i;
+    for (i=0;i<2;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphE[i]->XLPos=i==j?1:0;
+        GraphE[i]->YLPos=1;
+        GraphE[i]->SetLim(xl,yl[i]);
+        GraphE[i]->SetTick(0.0,0.0);
+        GraphE[i]->DrawAxis(c,1,1);
+        
+        GraphE[i]->GetPos(p1,p2);
+        p1.setX(Disp->font().pointSize());
+        p1.setY((p1.y()+p2.y())/2);
+        GraphE[i]->DrawText(c,p1,label[i],CColor[2],0,0,90);
+        if (i==j) {
+            p2.rx()-=8; p2.ry()-=6;
+            GraphE[i]->DrawText(c,p2,tr("Elevation ( %1 )").arg(degreeChar),CColor[2],2,1,0);
+        }
+    }
+    if (0<=ind&&ind<NObs&&BtnShowTrack->isChecked()) {
+        time=Obs.data[IndexObs[ind]].time;
+    }
+    if (NObs>0&&BtnSol1->isChecked()) {
+        for (i=0;i<2;i++) {
+            x[i]=new double[NObs],
+            y[i]=new double[NObs];
+            col[i]=new QColor[NObs];
+        }
+        for (sat=1;sat<=MAXSAT;sat++) {
+            if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+            
+            for (j=n[0]=n[1]=0;j<Obs.n;j++) {
+                if (Obs.data[j].sat!=sat) continue;
+                
+                for (k=0;k<NFREQ+NEXOBS;k++) {
+                    if (strstr(code2obs(Obs.data[j].code[k],NULL),code)) break;
+                }
+                if (k>=NFREQ+NEXOBS) continue;
+                if (El[j]<=0.0) continue;
+                
+                x[0][n[0]]=x[1][n[1]]=El[j]*R2D;
+                
+                y[0][n[0]]=Obs.data[j].SNR[k]*0.25;
+                y[1][n[1]]=!Mp[k]?0.0:Mp[k][j];
+                
+                col[0][n[0]]=col[1][n[1]]=
+                    El[j]>0.0&&El[j]<ElMask*D2R?MColor[0][0]:MColor[0][4];
+                
+                if (y[0][n[0]]>0.0) {
+                    if (timediff(time,Obs.data[j].time)==0.0) {
+                        xp[0][np[0]]=x[0][n[0]];
+                        yp[0][np[0]]=y[0][n[0]];
+                        colp[0][np[0]]=ObsColor(Obs.data+j,Az[j],El[j]);
+                        if (np[0]<MAXSAT&&colp[0][np[0]]!=Qt::black) np[0]++;
+                    }
+                    if (n[0]<NObs) n[0]++;
+                }
+                if (y[1][n[1]]!=0.0) {
+                    if (El[j]>=ElMask*D2R) {
+                        ave+=y[1][n[1]];
+                        rms+=SQR(y[1][n[1]]);
+                        nrms++;
+                    }
+                    if (timediff(time,Obs.data[j].time)==0.0) {
+                        xp[1][np[1]]=x[1][n[1]];
+                        yp[1][np[1]]=y[1][n[1]];
+                        colp[1][np[1]]=ObsColor(Obs.data+j,Az[j],El[j]);
+                        if (np[1]<MAXSAT&&colp[1][np[1]]!=Qt::black) np[1]++;
+                    }
+                    if (n[1]<NObs) n[1]++;
+                }
+            }
+            if (!level||!(PlotStyle%2)) {
+                for (i=0;i<2;i++) {
+                    if (!btn[i]->isChecked()) continue;
+                    DrawPolyS(GraphE[i],c,x[i],y[i],n[i],CColor[3],0);
+                }
+            }
+            if (level&&PlotStyle<2) {
+                for (i=0;i<2;i++) {
+                    if (!btn[i]->isChecked()) continue;
+                    for (j=0;j<n[i];j++) {
+                        GraphE[i]->DrawMark(c,x[i][j],y[i][j],0,col[i][j],MarkSize,0);
+                    }
+                }
+            }
+        }
+        for (i=0;i<2;i++) {
+            delete [] x[i];
+            delete [] y[i];
+            delete [] col[i];
+        }
+        if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs&&BtnSol1->isChecked()) {
+            
+            for (i=0;i<2;i++) {
+                if (!btn[i]->isChecked()) continue;
+                for (j=0;j<np[i];j++) {
+                    GraphE[i]->DrawMark(c,xp[i][j],yp[i][j],0,CColor[0],MarkSize*2+8,0);
+                    GraphE[i]->DrawMark(c,xp[i][j],yp[i][j],1,CColor[2],MarkSize*2+6,0);
+                    GraphE[i]->DrawMark(c,xp[i][j],yp[i][j],0,colp[i][j],MarkSize*2+2,0);
+                }
+            }
+        }
+    }
+    if (ShowStats) {
+        for (i=0;i<2;i++) if (btn[i]->isChecked()) break;
+        if (i<2) {
+            GraphE[i]->GetPos(p1,p2);
+            p1.rx()+=8; p1.ry()+=6;
+            s=QString("MARKER: %1 %2").arg(Sta.name).arg(Sta.marker);
+            DrawLabel(GraphE[i],c,p1,s,1,2); p1.ry()+=hh;
+            s=QString("REC: %1 %2 %3").arg(Sta.rectype).arg(Sta.recver).arg(Sta.recsno);
+            DrawLabel(GraphE[i],c,p1,s,1,2); p1.ry()+=hh;
+            s=QString("ANT: %1 %2").arg(Sta.antdes).arg(Sta.antsno);
+            DrawLabel(GraphE[i],c,p1,s,1,2); p1.ry()+=hh;
+        }
+        if (btn[1]->isChecked()&&nrms>0&&!BtnShowTrack->isChecked()) {
+            ave=ave/nrms;
+            rms=sqrt(rms/nrms);
+            GraphE[1]->GetPos(p1,p2);
+            p1.setX(p2.x()-8); p1.ry()+=6;
+            DrawLabel(GraphE[1],c,p1,QString("AVE=%1m RMS=%2m").arg(ave,0,'f',4).arg(rms,0,'f',4),2,2);
+        }
+    }
+}
+// draw mp-skyplot ----------------------------------------------------------
+void Plot::DrawMpS(QPainter &c,int level)
+{
+    QString ObsTypeText=ObsType2->currentText(),s;
+    QColor col;
+    obsd_t *obs;
+    double x,y,xp,yp,xs,ys,xl[2],yl[2],p[MAXSAT][2]={{0}},r;
+    int i,j,sat,ind=ObsIndex;
+    char code[32];
+    char id[32];
+    
+    strncpy(code,qPrintable(ObsTypeText.mid(1)),32);
+
+    trace(3,"DrawSnrS: level=%d\n",level);
+    
+    GraphS->GetLim(xl,yl);
+    r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+    
+    if (BtnShowMap->isChecked()) {
+        DrawSkyImage(c,level);
+    }
+    if (BtnShowSkyplot->isChecked()) {
+        GraphS->DrawSkyPlot(c,0.0,0.0,CColor[1],CColor[2],CColor[0],r*2.0);
+    }
+    if (!BtnSol1->isChecked()||NObs<=0||SimObs) return;
+    
+    GraphS->GetScale(xs,ys);
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+        
+        for (i=0;i<Obs.n;i++) {
+            if (Obs.data[i].sat!=sat) continue;
+            
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if (strstr(code2obs(Obs.data[i].code[j],NULL),code)) break;
+            }
+            if (j>=NFREQ+NEXOBS) continue;
+            if (El[i]<=0.0) continue;
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            xp=p[sat-1][0];
+            yp=p[sat-1][1];
+            col=MpColor(!Mp[j]?0.0:Mp[j][i]);
+            
+            if ((x-xp)*(x-xp)+(y-yp)*(y-yp)>=xs*xs) {
+                int siz=PlotStyle<2?MarkSize:1;
+                GraphS->DrawMark(c,x,y,0,col,siz,0);
+                GraphS->DrawMark(c,x,y,0,PlotStyle<2?col:CColor[3],siz,0);
+                p[sat-1][0]=x;
+                p[sat-1][1]=y;
+            }
+        }
+    }
+    if (BtnShowTrack->isChecked()&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++) {
+            obs=&Obs.data[i];
+            if (SatMask[obs->sat-1]||!SatSel[obs->sat-1]||El[i]<=0.0) continue;
+            for (j=0;j<NFREQ+NEXOBS;j++) {
+                if (strstr(code2obs(obs->code[j],NULL),code)) break;
+            }
+            if (j>=NFREQ+NEXOBS) continue;
+            col=MpColor(!Mp[j]?0.0:Mp[j][i]);
+            
+            x=r*sin(Az[i])*(1.0-2.0*El[i]/PI);
+            y=r*cos(Az[i])*(1.0-2.0*El[i]/PI);
+            
+            satno2id(obs->sat,id);
+            GraphS->DrawMark(c,x,y,0,col,Disp->font().pointSize()*2+5,0);
+            GraphS->DrawMark(c,x,y,1,CColor[2],Disp->font().pointSize()*2+5,0);
+            GraphS->DrawText(c,x,y,s=id,CColor[0],0,0,0);
+        }
+    }
+}
+// draw residuals and snr/elevation plot ------------------------------------
+void Plot::DrawRes(QPainter &c,int level)
+{
+    QString label[]={
+        tr("Pseudorange Residuals (m)"),
+        tr("Carrier-Phase Residuals (m)"),
+        tr("Elevation Angle (deg) / Signal Strength (dBHz)")
+    };
+    QString str;
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QPoint p1,p2;
+    double xc,yc,xl[2],yl[2],sum[2]={0},sum2[2]={0};
+    int i,j,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0,ind=SolIndex[sel];
+    int frq=FrqType->currentIndex()+1;
+    
+    trace(3,"DrawRes: level=%d\n",level);
+    
+    if (0<=ind&&ind<SolData[sel].n&&BtnShowTrack->isChecked()&&BtnFixHoriz->isChecked()) {
+        
+        gtime_t t=SolData[sel].data[ind].time;
+        
+        for (i=0;i<3;i++) {
+            if (BtnFixHoriz->isChecked()) {
+                double off;
+                GraphG[i]->GetLim(xl,yl);
+                off=Xcent*(xl[1]-xl[0])/2.0;
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->GetCent(xc,yc);
+                GraphG[i]->SetCent(TimePos(t)-off,yc);
+            }
+            else {
+                GraphG[i]->GetRight(xc,yc);
+                GraphG[i]->SetRight(TimePos(t),yc);
+            }
+        }
+    }
+    j=-1;
+    for (i=0;i<3;i++) if (btn[i]->isChecked()) j=i;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->XLPos=TimeLabel?(i==j?6:5):(i==j?1:0);
+        GraphG[i]->Week=Week;
+        GraphG[i]->DrawAxis(c,ShowLabel,ShowLabel);
+    }
+    double *x,*y[4];
+    int n=SolStat[sel].n;
+    int m,ns[2]={0},*q,*s;
+    
+    if (n>0&&((sel==0&&BtnSol1->isChecked())||(sel==1&&BtnSol2->isChecked()))) {
+        
+        q   =new int[n];
+        s   =new int[n];
+        x   =new double[n],
+        y[0]=new double[n];
+        y[1]=new double[n];
+        y[2]=new double[n];
+        y[3]=new double[n];
+        
+        for (int sat=1;sat<=MAXSAT;sat++) {
+            char id[32];
+            satno2id(sat,id);
+            if (SatMask[sat-1]||!SatSel[sat-1]) continue;
+            m=0;
+            for (int i=0;i<n;i++) {
+                solstat_t *p=SolStat[sel].data+i;
+                if (p->sat!=sat||p->frq!=frq) continue;
+                if (p->resp==0.0&&p->resc==0.0) continue;
+                x[m]=TimePos(p->time);
+                y[0][m]=p->resp;
+                y[1][m]=p->resc;
+                y[2][m]=p->el*R2D;
+                y[3][m]=p->snr*0.25;
+                if      (!(p->flag>>5))  q[m]=0; // invalid
+                else if ((p->flag&7)<=1) q[m]=2; // float
+                else if ((p->flag&7)<=3) q[m]=1; // fixed
+                else                     q[m]=6; // ppp
+                s[m++]=(p->flag>>3)&0x3;         // slip
+                
+                if (p->resp!=0.0) {
+                    sum [0]+=p->resp;
+                    sum2[0]+=p->resp*p->resp;
+                    ns[0]++;
+                }
+                if (p->resc!=0.0) {
+                    sum [1]+=p->resc;
+                    sum2[1]+=p->resc*p->resc;
+                    ns[1]++;
+                }
+            }
+            for (int i=0;i<3;i++) {
+                if (!btn[i]->isChecked()) continue;
+                if (!level||!(PlotStyle%2)) {
+                    DrawPolyS(GraphG[i],c,x,y[i],m,CColor[3],0);
+                    if (i==2) DrawPolyS(GraphG[i],c,x,y[3],m,CColor[3],0);
+                }
+                if (level&&PlotStyle<2) {
+                    QColor color;
+                    for (int j=0;j<m;j++) {
+                        color=i<2?MColor[0][q[j]]:MColor[0][1];
+                        GraphG[i]->DrawMark(c,x[j],y[i][j],0,color,MarkSize,0);
+                        if (i==2) GraphG[i]->DrawMark(c,x[j],y[3][j],0,MColor[0][4],MarkSize,0);
+                    }
+                }
+                if (level&&i==1) { /* slip */
+                    for (int j=0;j<m;j++) {
+                        if (!s[j]) continue;
+                        QColor color=(s[j]&1)?MColor[0][5]:MColor[0][0];
+                        GraphG[i]->DrawMark(c,x[j],y[i][j],4,color,MarkSize*3,90);
+                    }
+                }
+            }
+        }
+        delete [] x;
+        delete [] q;
+        delete [] s;
+        delete [] y[0];
+        delete [] y[1];
+        delete [] y[2];
+        delete [] y[3];
+        
+        if (ShowStats) {
+            for (int i=0;i<2;i++) {
+                if (!btn[i]->isChecked()) continue;
+                double ave,std,rms;
+                ave=ns[i]<=0?0.0:sum[i]/ns[i];
+                std=ns[i]<=1?0.0:SQRT((sum2[i]-2.0*sum[i]*ave+ns[i]*ave*ave)/(ns[i]-1));
+                rms=ns[i]<=0?0.0:SQRT(sum2[i]/ns[i]);
+                GraphG[i]->GetPos(p1,p2);
+                p1.setX(p2.x()-5);
+                p1.ry()+=3;
+                str=QString("AVE=%1m STD=%2m RMS=%3m").arg(ave,0,'f',3).arg(std,0,'f',3).arg(rms,0,'f',3);
+                DrawLabel(GraphG[i],c,p1,str,2,2);
+            }
+        }
+        if (BtnShowTrack->isChecked()&&0<=ind&&ind<SolData[sel].n&&(BtnSol1->isChecked()||BtnSol2->isChecked())) {
+            for (int i=0,j=0;i<3;i++) {
+                if (!btn[i]->isChecked()) continue;
+                gtime_t t=SolData[sel].data[ind].time;
+                GraphG[i]->GetLim(xl,yl);
+                xl[0]=xl[1]=TimePos(t);
+                GraphG[i]->DrawPoly(c,xl,yl,2,ind==0?CColor[1]:CColor[2],0);
+                if (j++==0) {
+                    GraphG[i]->DrawMark(c,xl[0],yl[1]-1E-6,0,CColor[2],5,0);
+                    GraphG[i]->DrawMark(c,xl[0],yl[1]-1E-6,1,CColor[2],9,0);
+                }
+            }
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        GraphG[i]->GetPos(p1,p2);
+        p1.rx()+=5; p1.ry()+=3;
+        DrawLabel(GraphG[i],c,p1,label[i],1,2);
+    }
+}
+// draw polyline without time-gaps ------------------------------------------
+void Plot::DrawPolyS(Graph *graph,QPainter &c, double *x, double *y, int n,
+    const QColor &color, int style)
+{
+    int i,j;
+    
+    for (i=0;i<n;i=j) {
+        for (j=i+1;j<n;j++) if (fabs(x[j]-x[j-1])>TBRK) break;
+        graph->DrawPoly(c,x+i,y+i,j-i,color,style);
+    }
+}
+// draw label with hemming --------------------------------------------------
+void Plot::DrawLabel(Graph *g,QPainter &c, const QPoint &p, const QString &label, int ha, int va)
+{
+    g->DrawText(c,p,label,CColor[2],CColor[0],ha,va,0);
+}
+// draw mark with hemming ---------------------------------------------------
+void Plot::DrawMark(Graph *g,QPainter &c, const QPoint &p, int mark, const QColor &color,
+    int size, int rot)
+{
+    g->DrawMark(c,p,mark,color,CColor[0],size,rot);
+}
+// refresh google earth view --------------------------------------------------
+void Plot::Refresh_GEView(void)
+{
+    TIMEPOS *vel;
+    sol_t *sol;
+    double pos[3]={0},heading,ddeg;
+    int opts[12],sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    // get ge options
+    googleEarthView->GetOpts(opts);
+    
+    if (BtnShowTrack->isChecked()) {
+        
+        // update mark
+        if (BtnSol2->isChecked()&&SolData[1].n>0) {
+            sol=getsol(SolData+1,SolIndex[1]);
+            ecef2pos(sol->rr,pos);
+            pos[2]-=geoidh(pos);
+            googleEarthView->SetMark(2,pos);
+            googleEarthView->ShowMark(2);
+            googleMapView->SetMark(2,pos);
+            googleMapView->ShowMark(2);
+        }
+        else {
+            googleEarthView->HideMark(2);
+            googleMapView->HideMark(2);
+        }
+        if (BtnSol1->isChecked()&&SolData[0].n>0) {
+            sol=getsol(SolData,SolIndex[0]);
+            ecef2pos(sol->rr,pos);
+            pos[2]-=geoidh(pos);
+            googleEarthView->SetMark(1,pos);
+            googleEarthView->ShowMark(1);
+            googleMapView->SetMark(1,pos);
+            googleMapView->ShowMark(1);
+        }
+        else {
+            googleEarthView->HideMark(1);
+            googleMapView->HideMark(1);
+        }
+        // update heading
+        if (opts[10]&&norm(pos,3)>0.0) {
+            vel=SolToPos(SolData+sel,SolIndex[sel],0,1);
+            heading=ATAN2(vel->x[0],vel->y[0])*R2D;
+            
+            // filter
+            if (vel->x[0]*vel->x[0]+vel->y[0]*vel->y[0]>0.5) {
+                ddeg=heading-GEHeading;
+                if      (ddeg<-180.0) ddeg+=360.0;
+                else if (ddeg> 180.0) ddeg-=360.0;
+                GEHeading+=0.5*ddeg;
+                if      (GEHeading<-180.0) GEHeading+=360.0;
+                else if (GEHeading> 180.0) GEHeading-=360.0;
+            }
+            googleEarthView->SetHeading(GEHeading);
+            
+            delete vel;
+        }
+    }
+    else {
+        googleEarthView->HideMark(1);
+        googleEarthView->HideMark(2);
+        googleMapView->HideMark(1);
+        googleMapView->HideMark(2);
+    }
+    // update track
+    if (BtnSol1->isChecked()&&!BtnConnect->isChecked()) {
+        if (!GEDataState[0]) {
+            googleEarthView->HideTrack(1);
+            GEDataState[0]=googleEarthView->UpdateTrack(1,SolData);
+        }
+        googleEarthView->ShowTrack(1);
+    }
+    else {
+        googleEarthView->HideTrack(1);
+    }
+    if (BtnSol2->isChecked()&&!BtnConnect->isChecked()) {
+        if (!GEDataState[1]) {
+            googleEarthView->HideTrack(2);
+            GEDataState[1]=googleEarthView->UpdateTrack(2,SolData+1);
+        }
+        googleEarthView->ShowTrack(2);
+    }
+    else {
+        googleEarthView->HideTrack(2);
+    }
+    // update points
+    if (BtnShowPoint->isChecked()) {
+        googleEarthView->ShowPoint();
+    }
+    else {
+        googleEarthView->HidePoint();
+    }
+}
+// refresh google map view -----------------------------------------------------
+void Plot::Refresh_GMView(void)
+{
+}
diff --git a/app/rtkplot_qt/plotinfo.cpp b/app/rtkplot_qt/plotinfo.cpp
new file mode 100644
index 0000000..1b5ec47
--- /dev/null
+++ b/app/rtkplot_qt/plotinfo.cpp
@@ -0,0 +1,407 @@
+//---------------------------------------------------------------------------
+// plotinfo.c: rtkplot info functions
+//---------------------------------------------------------------------------
+#include "plotmain.h"
+
+#include "rtklib.h"
+
+#define ATAN2(x,y)  ((x)*(x)+(y)*(y)>1E-12?atan2(x,y):0.0)
+
+// update information on status-bar -----------------------------------------
+void Plot::UpdateInfo(void)
+{
+    int showobs=(PLOT_OBS<=PlotType&&PlotType<=PLOT_DOP)||
+                PlotType==PLOT_SNR||PlotType==PLOT_SNRE||PlotType==PLOT_MPS;
+    
+    trace(3,"UpdateInfo:\n");
+    
+    if (BtnShowTrack->isChecked()) {
+        if (showobs) UpdateTimeObs(); else UpdateTimeSol();
+    }
+    else {
+        if (showobs) UpdateInfoObs(); else UpdateInfoSol();
+    }
+}
+// update time-information for observation-data plot ------------------------
+void Plot::UpdateTimeObs(void)
+{
+    QString msgs1[]={" OBS=L1/2 "," L1 "," L2 "," L1/2/5 "," L1/5 ",""," L5 "};
+    QString msgs2[]={" SNR=...45.","..40.","..35.","..30.","..25 ",""," <25 "};
+    QString msgs3[]={" SYS=GPS ","GLO ","GAL ","QZS ","BDS ","SBS ",""};
+    QString msgs4[]={" MP=..0.6","..0.3","..0.0..","-0.3..","-0.6..","",""};
+    QString msgs[8];
+    QString msg;
+    double azel[MAXOBS*2],dop[4]={0};
+    int i,ns=0,no=0,ind=ObsIndex;
+    QString tstr;
+    
+    trace(3,"UpdateTimeObs\n");
+    
+    if (BtnSol1->isChecked()&&0<=ind&&ind<NObs) {
+        
+        for (i=IndexObs[ind];i<Obs.n&&i<IndexObs[ind+1];i++,no++) {
+            if (SatMask[Obs.data[i].sat-1]||!SatSel[Obs.data[i].sat-1]) continue;
+            if (El[i]<ElMask*D2R) continue;
+            if (ElMaskP&&El[i]<ElMaskData[(int)(Az[i]*R2D+0.5)]) continue;
+            azel[  ns*2]=Az[i];
+            azel[1+ns*2]=El[i];
+            ns++;
+        }
+    }
+    if (ns>=0) {
+        dops(ns,azel,ElMask*D2R,dop);
+        
+        TimeStr(Obs.data[IndexObs[ind]].time,3,1,tstr);
+        msg=QString("[1]%1 : N=%2 ").arg(tstr).arg(no);
+        
+        if (PlotType==PLOT_DOP) {
+            msgs[0]=(QString("NSAT=%1").arg(ns));
+            msgs[1]=(QString(" GDOP=%1").arg(dop[0],0,'f',1));
+            msgs[2]=(QString(" PDOP=%1").arg(dop[1],0,'f',1));
+            msgs[3]=(QString(" HDOP=%1").arg(dop[2],0,'f',1));
+            msgs[4]=(QString(" VDOP=%1").arg(dop[3],0,'f',1));
+        }
+        else if (PlotType<=PLOT_SKY&&ObsType->currentIndex()==0) {
+            msg+=QString("NSAT=%1 ").arg(ns);
+            for (i=0;i<7;i++) msgs[i]=SimObs?msgs3[i]:msgs1[i];
+        }
+        else if (PlotType==PLOT_MPS) {
+            msg+=QString("NSAT=%1 ").arg(ns);
+            for (i=0;i<7;i++) msgs[i]=msgs4[i];
+        }
+        else {
+            msg+=QString("NSAT=%1 ").arg(ns);
+            for (i=0;i<7;i++) msgs[i]=SimObs?msgs3[i]:msgs2[i];
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update time-information for solution plot --------------------------------
+void Plot::UpdateTimeSol(void)
+{
+    const char *unit[]={"m","m/s","m/s2"},*u;
+    const QString sol[]={tr(""),tr("FIX"),tr("FLOAT"),tr("SBAS"),tr("DGPS"),tr("Single"),tr("PPP")};
+    QString msg;
+    QString msgs[8];
+    sol_t *data;
+    double xyz[3],pos[3],r,az,el;
+    int sel=BtnSol1->isChecked()||!BtnSol2->isChecked()?0:1,ind=SolIndex[sel];
+    QString tstr;
+    
+    trace(3,"UpdateTimeSol\n");
+    
+    if ((BtnSol1->isChecked()||BtnSol2->isChecked()||BtnSol12->isChecked())&&
+        (data=getsol(SolData+sel,ind))) {
+        
+        if (!ConnectState) msg=QString("[%1]").arg(sel+1); else msg="[R]";
+        
+        TimeStr(data->time,2,1,tstr);
+        msg+=tstr;
+        msg+=" : ";
+        
+        if (PLOT_SOLP<=PlotType&&PlotType<=PLOT_SOLA) {
+            PosToXyz(data->time,data->rr,data->type,xyz);
+            u=unit[PlotType-PLOT_SOLP];
+            msg+=QString("E=%1%2 N=%3%2 U=%4%2 Q=")
+                           .arg(xyz[0],7,'f',4).arg(u).arg(xyz[1],7,'f',4).arg(xyz[2],7,'f',4);
+        }
+        else if (PlotType==PLOT_NSAT) {
+            msg+=QString("NS=%1 AGE=%2 RATIO=%3 Q=").arg(data->ns).arg(data->age,0,'f',1)
+                           .arg(data->ratio,0,'f',1);
+        }
+        else if (!data->type) {
+            ecef2pos(data->rr,pos);
+            msg+=LatLonStr(pos,9)+QString(" %1m  Q=").arg(pos[2],9,'f',4);
+        }
+        else {
+            r=norm(data->rr,3);
+            az=norm(data->rr,2)<=1E-12?0.0:atan2(data->rr[0],data->rr[1])*R2D;
+            el=r<=1E-12?0.0:asin(data->rr[2]/r)*R2D;
+            msg+=QString("B=%1m D=%2%3 %4%5  Q=")
+                           .arg(r,0,'f',3).arg(az<0.0?az+360.0:az,6,'f',2).arg(degreeChar).arg(el,5,'f',2).arg(degreeChar);
+        }
+        if (1<=data->stat&&data->stat<=6) {
+            msgs[data->stat-1]=QString("%1:%2").arg(data->stat).arg(sol[data->stat]);
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update statistics-information for observation-data plot ------------------
+void Plot::UpdateInfoObs(void)
+{
+    QString msgs0[]={"  NSAT"," GDOP"," PDOP"," HDOP"," VDOP","",""};
+    QString msgs1[]={" OBS=L1/2 "," L1 "," L2 "," L1/2/5 "," L1/5 ",""," L5 "};
+    QString msgs2[]={" SNR=...45.","..40.","..35.","..30.","..25 ",""," <25 "};
+    QString msgs3[]={" SYS=GPS ","GLO ","GAL ","QZS ","BDS ","SBS ",""};
+    QString msgs4[]={" MP=..0.6","..0.3","..0.0..","-0.3..","-0.6..","",""};
+    QString msg;
+    QString msgs[8];
+    gtime_t ts={0,0},te={0,0},t,tp={0,0};
+    int i,n=0,ne=0;
+    QString s1,s2;
+    
+    trace(3,"UpdateInfoObs:\n");
+    
+    if (BtnSol1->isChecked()) {
+        for (i=0;i<Obs.n;i++) {
+            t=Obs.data[i].time;
+            if (ts.time==0) ts=t; te=t;
+            if (tp.time==0||timediff(t,tp)>TTOL) ne++; 
+            n++; tp=t; 
+        }
+    }
+    if (n>0) {
+        TimeStr(ts,0,0,s1);
+        TimeStr(te,0,1,s2);
+        msg=QString("[1]%1-%2 : EP=%3 N=%4").arg(s1).arg(s2.mid(TimeLabel?5:0)).arg(ne).arg(n);
+        
+        for (i=0;i<7;i++) {
+            if (PlotType==PLOT_DOP) {
+                msgs[i]=msgs0[i];
+            }
+            else if (PlotType<=PLOT_SKY&&ObsType->currentIndex()==0) {
+                msgs[i]=SimObs?msgs3[i]:msgs1[i];
+            }
+            else if (PlotType==PLOT_MPS) {
+                msgs[i]=msgs4[i];
+            }
+            else {
+                msgs[i]=SimObs?msgs3[i]:msgs2[i];
+            }
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update statistics-information for solution plot --------------------------
+void Plot::UpdateInfoSol(void)
+{
+    QString msg,msgs[8],s;
+    TIMEPOS *pos=NULL,*pos1,*pos2;
+    sol_t *data;
+    gtime_t ts={0,0},te={0,0};
+    double r[3],b,bl[2]={1E9,0.0};
+    int i,j,n=0,nq[8]={0},sel=BtnSol1->isChecked()||!BtnSol2->isChecked()?0:1;
+    QString s1,s2;
+    
+    trace(3,"UpdateInfoSol:\n");
+    
+    if (BtnSol1->isChecked()||BtnSol2->isChecked()) {
+        pos=SolToPos(SolData+sel,-1,0,0);
+    }
+    else if (BtnSol12->isChecked()) {
+        pos1=SolToPos(SolData  ,-1,0,0);
+        pos2=SolToPos(SolData+1,-1,0,0);
+        pos=pos1->diff(pos2,0);
+        delete pos1;
+        delete pos2;
+    }
+    if (pos) {
+        for (i=0;i<pos->n;i++) {
+            if (ts.time==0) ts=pos->t[i]; te=pos->t[i];
+            nq[pos->q[i]]++;
+            n++; 
+        }
+        delete pos;
+    }
+    for (i=0;(data=getsol(SolData+sel,i))!=NULL;i++) {
+        if (data->type) {
+            b=norm(data->rr,3);
+        }
+        else if (norm(SolData[sel].rb,3)>0.0) {
+            for (j=0;j<3;j++) r[j]=data->rr[j]-SolData[sel].rb[j];
+            b=norm(r,3);
+        }
+        else b=0.0;
+        if (b<bl[0]) bl[0]=b;
+        if (b>bl[1]) bl[1]=b;
+    }
+    if (n>0) {
+        if (!ConnectState) msg=QString("[%1]").arg(sel+1); else msg="[R]";
+        
+        TimeStr(ts,0,0,s1);
+        TimeStr(te,0,1,s2);
+        msg+=QString("%1-%2 : N=%3").arg(s1).arg(s2.mid(TimeLabel?5:0)).arg(n);
+        
+        if (bl[0]+100.0<bl[1]) {
+            msg+=QString(" B=%1-%2km").arg(bl[0]/1E3,0,'f',1).arg(bl[1]/1E3,0,'f',1);
+        }
+        else {
+            msg+=QString(" B=%1km").arg(bl[0]/1E3,0,'f',1);
+        }
+        msg+=" Q=";
+        
+        for (i=1;i<=6;i++) {
+            if (nq[i]<=0) continue;
+            msgs[i-1]=QString("%1:%2(%3%) ").arg(i).arg(nq[i]).arg((double)nq[i]/n*100.0,0,'f',1);
+        }
+    }
+    ShowMsg(msg);
+    ShowLegend(msgs);
+}
+// update plot-type pull-down menu ------------------------------------------
+void Plot::UpdatePlotType(void)
+{
+    int i;
+    
+    trace(3,"UpdatePlotType\n");
+    
+    PlotTypeS->blockSignals(true);
+    PlotTypeS->clear();
+    if (SolData[0].n>0||SolData[1].n>0||
+        (NObs<=0&&SolStat[0].n<=0&&SolStat[1].n<=0)) {
+        PlotTypeS->addItem(PTypes[PLOT_TRK ]);
+        PlotTypeS->addItem(PTypes[PLOT_SOLP]);
+        PlotTypeS->addItem(PTypes[PLOT_SOLV]);
+        PlotTypeS->addItem(PTypes[PLOT_SOLA]);
+        PlotTypeS->addItem(PTypes[PLOT_NSAT]);
+    }
+    if (NObs>0) {
+        PlotTypeS->addItem(PTypes[PLOT_OBS ]);
+        PlotTypeS->addItem(PTypes[PLOT_SKY ]);
+        PlotTypeS->addItem(PTypes[PLOT_DOP ]);
+    }
+    if (SolStat[0].n>0||SolStat[1].n>0) {
+        PlotTypeS->addItem(PTypes[PLOT_RES ]);
+    }
+    if (NObs>0) {
+        PlotTypeS->addItem(PTypes[PLOT_SNR ]);
+        PlotTypeS->addItem(PTypes[PLOT_SNRE]);
+        PlotTypeS->addItem(PTypes[PLOT_MPS ]);
+    }
+    for (i=0;i<PlotTypeS->count();i++) {
+        if (PlotTypeS->itemText(i)!=PTypes[PlotType]) continue;
+        PlotTypeS->setCurrentIndex(i);
+        PlotTypeS->blockSignals(false);
+        return;
+    }
+    PlotTypeS->setCurrentIndex(0);
+
+    PlotTypeS->blockSignals(false);
+}
+// update satellite-list pull-down menu -------------------------------------
+void Plot::UpdateSatList(void)
+{
+    int i,j,sys,sysp=0,sat,smask[MAXSAT]={0};
+    char s[8];
+    
+    trace(3,"UpdateSatList\n");
+    
+    for (i=0;i<2;i++) for (j=0;j<SolStat[i].n;j++) {
+        sat=SolStat[i].data[j].sat;
+        if (1<=sat&&sat<=MAXSAT) smask[sat-1]=1;
+    }
+    for (j=0;j<Obs.n;j++) {
+        sat=Obs.data[j].sat;
+        if (1<=sat&&sat<=MAXSAT) smask[sat-1]=1;
+    }
+    SatList->clear();
+    SatList->addItem("ALL");
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!smask[sat-1]) continue;
+        if ((sys=satsys(sat,NULL))==sysp) continue;
+        switch ((sysp=sys)) {
+            case SYS_GPS: strcpy(s,"G"); break;
+            case SYS_GLO: strcpy(s,"R"); break;
+            case SYS_GAL: strcpy(s,"E"); break;
+            case SYS_QZS: strcpy(s,"J"); break;
+            case SYS_CMP: strcpy(s,"C"); break;
+            case SYS_SBS: strcpy(s,"S"); break;
+        }
+        SatList->addItem(s);
+    }
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (SatMask[sat-1]||!smask[sat-1]) continue;
+        satno2id(sat,s);
+        SatList->addItem(s);
+    }
+    SatList->setCurrentIndex(0);
+
+    UpdateSatSel();
+}
+// update observation type pull-down menu --------------------------------------
+void Plot::UpdateObsType(void)
+{
+    char *codes[MAXCODE+1],freqs[]="125678";
+    int i,j,n=0,cmask[MAXCODE+1]={0},fmask[6]={0};
+    
+    trace(3,"UpdateObsType\n");
+    
+    for (i=0;i<Obs.n;i++) for (j=0;j<NFREQ+NEXOBS;j++) {
+        cmask[Obs.data[i].code[j]]=1;
+    }
+    for (i=1;i<=MAXCODE;i++) {
+        if (!cmask[i]) continue;
+        codes[n++]=code2obs(i,&j);
+        fmask[j-1]=1;
+    }
+    ObsType ->clear();
+    ObsType2->clear();
+    ObsType ->addItem(tr("ALL"));
+    
+    for (i=0;i<6;i++) {
+        if (!fmask[i]) continue;
+        ObsType ->addItem(QString("L%1").arg(freqs[i]));
+        ObsType2->addItem(QString("L%1").arg(freqs[i]));
+    }
+    for (i=0;i<n;i++) {
+        ObsType ->addItem(QString("L%1").arg(codes[i]));
+        ObsType2->addItem(QString("L%1").arg(codes[i]));
+    }
+    ObsType ->setCurrentIndex(0);
+    ObsType2->setCurrentIndex(0);
+}
+// update information for current-cursor position ---------------------------
+void Plot::UpdatePoint(int x, int y)
+{
+    gtime_t time;
+    QPoint p(x,y);
+    double enu[3]={0},rr[3],pos[3],xx,yy,r,xl[2],yl[2],q[2],az,el;
+    int i;
+    QString tstr;
+    QString msg;
+    
+    trace(4,"UpdatePoint: x=%d y=%d\n",x,y);
+    
+    if (PlotType==PLOT_TRK) { // track-plot
+        
+        if (norm(OPos,3)>0.0) {
+            GraphT->ToPos(p,enu[0],enu[1]);
+            ecef2pos(OPos,pos);
+            enu2ecef(pos,enu,rr);
+            for (i=0;i<3;i++) rr[i]+=OPos[i];
+            ecef2pos(rr,pos);
+            msg=LatLonStr(pos,8);
+        }
+    }
+    else if (PlotType==PLOT_SKY||PlotType==PLOT_MPS) { // sky-plot
+        
+        GraphS->GetLim(xl,yl);
+        GraphS->ToPos(p,q[0],q[1]);
+        r=(xl[1]-xl[0]<yl[1]-yl[0]?xl[1]-xl[0]:yl[1]-yl[0])*0.45;
+        
+        if ((el=90.0-90.0*norm(q,2)/r)>0.0) {
+            az=el>=90.0?0.0:ATAN2(q[0],q[1])*R2D;
+            if (az<0.0) az+=360.0;
+            msg=QString("AZ=%1%2 EL=%3%4").arg(az,5,'f',1).arg(degreeChar).arg(el,4,'f',1).arg(degreeChar);
+        }
+    }
+    else if (PlotType==PLOT_SNRE) { // snr-el-plot
+        GraphE[0]->ToPos(p,q[0],q[1]);
+        msg=QString("EL=%1%2").arg(q[0],4,'f',1).arg(degreeChar);
+    }
+    else {
+        GraphG[0]->ToPos(p,xx,yy);
+        time=gpst2time(Week,xx);
+        if      (TimeLabel==2) time=utc2gpst(time); // UTC
+        else if (TimeLabel==3) time=timeadd(gpst2utc(time),-9*3600.0); // JST
+        TimeStr(time,0,1,tstr);
+        msg=tstr;
+    }
+    Message2->setVisible(true);
+    Message2->setText(msg);
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/plotmain.cpp b/app/rtkplot_qt/plotmain.cpp
new file mode 100644
index 0000000..2c1ae87
--- /dev/null
+++ b/app/rtkplot_qt/plotmain.cpp
@@ -0,0 +1,2712 @@
+//---------------------------------------------------------------------------
+// rtkplot : visualization of solution and obs data ap
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtkplot [-t title][-i file][-r][-p path][-x level][file ...]
+//
+//           -t title  window title
+//           -i file   ini file path
+//           -r        open file as obs and nav file
+//           -p path   connect to path
+//                       serial://port[:brate[:bsize[:parity[:stopb[:fctr]]]]]
+//                       tcpsvr://:port
+//                       tcpcli://addr[:port]
+//                       ntrip://[user[:passwd]@]addr[:port][/mntpnt]
+//                       file://path
+//           -p1 path  connect port 1 to path 
+//           -p2 path  connect port 2 to path 
+//           -x level  debug trace level (0:off)
+//           file      solution files or rinex obs/nav file
+//
+// version : $Revision: 1.1 $ $Date: 2008/07/17 22:15:27 $
+// history : 2008/07/14  1.0 new
+//           2009/11/27  1.1 rtklib 2.3.0
+//           2010/07/18  1.2 rtklib 2.4.0
+//           2010/06/10  1.3 rtklib 2.4.1
+//           2010/06/19  1.4 rtklib 2.4.1 p1
+//           2012/11/21  1.5 rtklib 2.4.2
+//---------------------------------------------------------------------------
+
+#include <QShowEvent>
+#include <QCloseEvent>
+#include <QResizeEvent>
+#include <QMouseEvent>
+#include <QFocusEvent>
+#include <QKeyEvent>
+#include <QWheelEvent>
+#include <QPaintEvent>
+#include <QDebug>
+#include <QToolBar>
+#include <QScreen>
+
+#include <QFileInfo>
+#include <QCommandLineParser>
+#include <QFileDialog>
+#include <QClipboard>
+#include <QSettings>
+#include <QFont>
+#include <QMimeData>
+
+#include "rtklib.h"
+#include "plotmain.h"
+#include "plotopt.h"
+#include "refdlg.h"
+#include "tspandlg.h"
+#include "satdlg.h"
+#include "aboutdlg.h"
+#include "conndlg.h"
+#include "console.h"
+#include "pntdlg.h"
+#include "mapdlg.h"
+#include "skydlg.h"
+#include "geview.h"
+#include "gmview.h"
+#include "viewer.h"
+#include "fileseldlg.h"
+
+#define YLIM_AGE    10.0            // ylimit of age of differential
+#define YLIM_RATIO  20.0            // ylimit of raito factor
+
+static int RefreshTime=200; // update only every 200ms
+
+extern QString color2String(const QColor &c);
+
+// instance of Plot --------------------------------------------------------
+Plot *plot=NULL;
+
+// constructor --------------------------------------------------------------
+Plot::Plot(QWidget *parent) : QMainWindow(parent)
+{
+    setupUi(this);
+
+    plot=this;
+
+    setWindowIcon(QIcon(":/icons/rtk2.bmp"));
+
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    gtime_t t0={0,0};
+    nav_t nav0;
+    obs_t obs0={0,0,NULL};
+    sta_t sta0;
+    solstatbuf_t solstat0={0,0,0};
+    double ep[]={2000,1,1,0,0,0},xl[2],yl[2];
+    double xs[]={-DEFTSPAN/2,DEFTSPAN/2};
+    int i,nfreq=NFREQ;
+
+    memset(&nav0,0,sizeof(nav_t));
+    memset(&sta0,0,sizeof(sta_t));
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+
+    toolBar->addWidget(Panel1);
+
+    FormWidth=FormHeight=0;
+    Drag=0; Xn=Yn=-1; NObs=0;
+    IndexObs=NULL;
+    Week=Flush=PlotType=0;
+    AnimCycle=1;
+    for (i=0;i<2;i++) {
+        initsolbuf(SolData+i,0,0);
+        SolStat[i]=solstat0;
+        SolIndex[i]=0;
+    }
+    ObsIndex=0;
+    Obs=obs0;
+    Nav=nav0;
+    Sta=sta0;
+    SimObs=0;
+    
+    X0=Y0=Xc=Yc=Xs=Ys=Xcent=0.0;
+    GEState=GEDataState[0]=GEDataState[1]=0;
+    GEHeading=0.0;
+    OEpoch=t0;
+    for (i=0;i<3;i++) OPos[i]=OVel[i]=0.0;
+    Az=El=NULL;
+    for (i=0;i<NFREQ+NEXOBS;i++) Mp[i]=NULL;
+
+    GraphT =new Graph(Disp);
+    GraphT->Fit=0;
+    
+    for (i=0;i<3;i++) {
+        GraphG[i]=new Graph(Disp);
+        GraphG[i]->XLPos=0;
+        GraphG[i]->GetLim(xl,yl);
+        GraphG[i]->SetLim(xs,yl);
+    }
+    GraphR=new Graph(Disp);
+    for (i=0;i<2;i++) {
+        GraphE[i]=new Graph(Disp);
+    }
+    GraphS=new Graph(Disp);
+    GraphR->GetLim(xl,yl);
+    GraphR->SetLim(xs,yl);
+    
+    MapSize[0]=MapSize[1]=0;
+    MapScaleX=MapScaleY=0.1;
+    MapScaleEq=0;
+    MapLat=MapLon=0.0;
+    
+    SkySize[0]=SkySize[1]=SkyCent[0]=SkyCent[1]=0;
+    SkyScale=SkyScaleR=240.0;
+    SkyFov[0]=SkyFov[1]=SkyFov[2]=0.0;
+    SkyElMask=1;
+    SkyDestCorr=SkyRes=SkyFlip=0;
+    for (i=0;i<10;i++) SkyDest[i]=0.0;
+    SkyBinarize=0;
+    SkyBinThres1=0.3;
+    SkyBinThres2=0.1;
+    
+    for (i=0;i<3;i++) TimeEna[i]=0;
+    TimeLabel=AutoScale=ShowStats=0;
+    ShowLabel=ShowGLabel=1;
+    ShowArrow=ShowSlip=ShowHalfC=ShowErr=ShowEph=0;
+    PlotStyle=MarkSize=Origin=RcvPos=0;
+    TimeInt=ElMask=YRange=0.0;
+    MaxDop=30.0;
+    MaxMP=10.0;
+    TimeStart=TimeEnd=epoch2time(ep);
+    Console1=new Console(this);
+    Console2=new Console(this);
+    RangeList->setParent(0);
+    RangeList->setWindowFlags(Qt::Window|Qt::WindowStaysOnTopHint|Qt::X11BypassWindowManagerHint|Qt::FramelessWindowHint);
+    
+    for (i=0;i<361;i++) ElMaskData[i]=0.0;
+    
+    Trace=0;
+    ConnectState=OpenRaw=0;
+    RtConnType=0;
+    strinitcom();
+    strinit(Stream  );
+    strinit(Stream+1);
+    
+    FrqType->clear();
+    FrqType->addItem("L1/LC");
+    if (nfreq>=2) FrqType->addItem("L2");
+    if (nfreq>=3) FrqType->addItem("L5");
+    if (nfreq>=4) FrqType->addItem("L6");
+    if (nfreq>=5) FrqType->addItem("L7");
+    if (nfreq>=6) FrqType->addItem("L8");
+    FrqType->setCurrentIndex(0);
+    
+    TLEData.n=TLEData.nmax=0;
+    TLEData.data=NULL;
+
+    googleEarthView = new GoogleEarthView(this);
+    googleMapView = new GoogleMapView(this);
+    spanDialog = new SpanDialog(this);
+    mapAreaDialog = new MapAreaDialog(this);
+    connectDialog = new ConnectDialog(this);
+    skyImgDialog = new SkyImgDialog(this);
+    plotOptDialog = new PlotOptDialog(this);
+    aboutDialog = new AboutDialog(this);
+    pntDialog = new PntDialog(this);
+    fileSelDialog = new FileSelDialog(this);
+
+    BtnConnect->setDefaultAction(MenuConnect);
+    BtnReload->setDefaultAction(MenuReload);
+    BtnClear->setDefaultAction(MenuClear);
+    BtnOptions->setDefaultAction(MenuOptions);
+    BtnGE->setDefaultAction(MenuGE);
+    BtnGM->setDefaultAction(MenuGM);
+    BtnCenterOri->setDefaultAction(MenuCenterOri);
+    BtnFitHoriz->setDefaultAction(MenuFitHoriz);
+    BtnFitVert->setDefaultAction(MenuFitVert);
+    BtnShowTrack->setDefaultAction(MenuShowTrack);
+    BtnFixCent->setDefaultAction(MenuFixCent);
+    BtnFixHoriz->setDefaultAction(MenuFixHoriz);
+    BtnFixVert->setDefaultAction(MenuFixVert);
+    BtnShowMap->setDefaultAction(MenuShowMap);
+    BtnShowPoint->setDefaultAction(MenuShowPoint);
+    BtnShowSkyplot->setDefaultAction(MenuShowSkyplot);
+    MenuShowSkyplot->setChecked(true);
+
+    connect(BtnOn1,SIGNAL(clicked(bool)),this,SLOT(BtnOn1Click()));
+    connect(BtnOn2,SIGNAL(clicked(bool)),this,SLOT(BtnOn2Click()));
+    connect(BtnOn3,SIGNAL(clicked(bool)),this,SLOT(BtnOn3Click()));
+    connect(BtnSol1,SIGNAL(clicked(bool)),this,SLOT(BtnSol1Click()));//FIXME Double Click
+    connect(BtnSol2,SIGNAL(clicked(bool)),this,SLOT(BtnSol2Click()));
+    connect(BtnSol12,SIGNAL(clicked(bool)),this,SLOT(BtnSol12Click()));
+    connect(BtnRangeList,SIGNAL(clicked(bool)),this,SLOT(BtnRangeListClick()));
+    connect(BtnAnimate,SIGNAL(clicked(bool)),this,SLOT(BtnAnimateClick()));
+    connect(MenuAbout,SIGNAL(triggered(bool)),this,SLOT(MenuAboutClick()));
+    connect(MenuAnimStart,SIGNAL(triggered(bool)),this,SLOT(MenuAnimStartClick()));
+    connect(MenuAnimStop,SIGNAL(triggered(bool)),this,SLOT(MenuAnimStopClick()));
+    connect(MenuCenterOri,SIGNAL(triggered(bool)),this,SLOT(MenuCenterOriClick()));
+    connect(MenuClear,SIGNAL(triggered(bool)),this,SLOT(MenuClearClick()));
+    connect(MenuConnect,SIGNAL(triggered(bool)),this,SLOT(MenuConnectClick()));
+    connect(MenuDisconnect,SIGNAL(triggered(bool)),this,SLOT(MenuDisconnectClick()));
+    connect(MenuFileSel,SIGNAL(triggered(bool)),this,SLOT(MenuFileSelClick()));
+    connect(MenuFitHoriz,SIGNAL(triggered(bool)),this,SLOT(MenuFitHorizClick()));
+    connect(MenuFitVert,SIGNAL(triggered(bool)),this,SLOT(MenuFitVertClick()));
+    connect(MenuFixCent,SIGNAL(triggered(bool)),this,SLOT(MenuFixCentClick()));
+    connect(MenuFixHoriz,SIGNAL(triggered(bool)),this,SLOT(MenuFixHorizClick()));
+    connect(MenuFixVert,SIGNAL(triggered(bool)),this,SLOT(MenuFixVertClick()));
+    connect(MenuGE,SIGNAL(triggered(bool)),this,SLOT(MenuGEClick()));
+    connect(MenuGM,SIGNAL(triggered(bool)),this,SLOT(MenuGMClick()));
+    connect(MenuMapImg,SIGNAL(triggered(bool)),this,SLOT(MenuMapImgClick()));
+    connect(MenuMax,SIGNAL(triggered(bool)),this,SLOT(MenuMaxClick()));
+    connect(MenuMonitor1,SIGNAL(triggered(bool)),this,SLOT(MenuMonitor1Click()));
+    connect(MenuMonitor2,SIGNAL(triggered(bool)),this,SLOT(MenuMonitor2Click()));
+    connect(MenuOpenElevMask,SIGNAL(triggered(bool)),this,SLOT(MenuOpenElevMaskClick()));
+    connect(MenuOpenMapImage,SIGNAL(triggered(bool)),this,SLOT(MenuOpenMapImageClick()));
+    connect(MenuOpenMapPath,SIGNAL(triggered(bool)),this,SLOT(MenuOpenMapPathClick()));
+    connect(MenuOpenNav,SIGNAL(triggered(bool)),this,SLOT(MenuOpenNavClick()));
+    connect(MenuOpenObs,SIGNAL(triggered(bool)),this,SLOT(MenuOpenObsClick()));
+    connect(MenuOpenSkyImage,SIGNAL(triggered(bool)),this,SLOT(MenuOpenSkyImageClick()));
+    connect(MenuOpenSol1,SIGNAL(triggered(bool)),this,SLOT(MenuOpenSol1Click()));
+    connect(MenuOpenSol2,SIGNAL(triggered(bool)),this,SLOT(MenuOpenSol2Click()));
+    connect(MenuOptions,SIGNAL(triggered(bool)),this,SLOT(MenuOptionsClick()));
+    connect(MenuPlotGE,SIGNAL(triggered(bool)),this,SLOT(MenuPlotGEClick()));
+    connect(MenuPlotGEGM,SIGNAL(triggered(bool)),this,SLOT(MenuPlotGEGMClick()));
+    connect(MenuPlotGM,SIGNAL(triggered(bool)),this,SLOT(MenuPlotGMClick()));
+    connect(MenuPort,SIGNAL(triggered(bool)),this,SLOT(MenuPortClick()));
+    connect(MenuQcObs,SIGNAL(triggered(bool)),this,SLOT(MenuQcObsClick()));
+    connect(MenuQuit,SIGNAL(triggered(bool)),this,SLOT(MenuQuitClick()));
+    connect(MenuReload,SIGNAL(triggered(bool)),this,SLOT(MenuReloadClick()));
+    connect(MenuSaveDop,SIGNAL(triggered(bool)),this,SLOT(MenuSaveDopClick()));
+    connect(MenuSaveElMask,SIGNAL(triggered(bool)),this,SLOT(MenuSaveElMaskClick()));
+    connect(MenuSaveImage,SIGNAL(triggered(bool)),this,SLOT(MenuSaveImageClick()));
+    connect(MenuSaveSnrMp,SIGNAL(triggered(bool)),this,SLOT(MenuSaveSnrMpClick()));
+    connect(MenuShowMap,SIGNAL(triggered(bool)),this,SLOT(MenuShowMapClick()));
+    connect(MenuShowPoint,SIGNAL(triggered(bool)),this,SLOT(MenuShowPointClick()));
+    connect(MenuShowSkyplot,SIGNAL(triggered(bool)),this,SLOT(MenuShowSkyplotClick()));
+    connect(MenuShowTrack,SIGNAL(triggered(bool)),this,SLOT(MenuShowTrackClick()));
+    connect(MenuSkyImg,SIGNAL(triggered(bool)),this,SLOT(MenuSkyImgClick()));
+    connect(MenuSrcObs,SIGNAL(triggered(bool)),this,SLOT(MenuSrcObsClick()));
+    connect(MenuSrcSol,SIGNAL(triggered(bool)),this,SLOT(MenuSrcSolClick()));
+    connect(MenuStatusBar,SIGNAL(triggered(bool)),this,SLOT(MenuStatusBarClick()));
+    connect(MenuTime,SIGNAL(triggered(bool)),this,SLOT(MenuTimeClick()));
+    connect(MenuToolBar,SIGNAL(triggered(bool)),this,SLOT(MenuToolBarClick()));
+    connect(MenuVisAna,SIGNAL(triggered(bool)),this,SLOT(MenuVisAnaClick()));
+    connect(MenuWaypnt,SIGNAL(triggered(bool)),this,SLOT(MenuWaypointClick()));
+    connect(RangeList,SIGNAL(clicked(QModelIndex)),this,SLOT(RangeListClick()));
+    connect(&Timer,SIGNAL(timeout()),this,SLOT(TimerTimer()));
+    connect(PlotTypeS,SIGNAL(currentIndexChanged(int)),this,SLOT(PlotTypeSChange()));
+    connect(QFlag,SIGNAL(currentIndexChanged(int)),this,SLOT(QFlagChange()));
+    connect(TimeScroll,SIGNAL(valueChanged(int)),this,SLOT(TimeScrollChange()));
+    connect(SatList,SIGNAL(currentIndexChanged(int)),this,SLOT(SatListChange()));
+    connect(DopType,SIGNAL(currentIndexChanged(int)),this,SLOT(DopTypeChange()));
+    connect(ObsType,SIGNAL(currentIndexChanged(int)),this,SLOT(ObsTypeChange()));
+    connect(ObsType2,SIGNAL(currentIndexChanged(int)),this,SLOT(ObsTypeChange()));
+    connect(FrqType,SIGNAL(currentIndexChanged(int)),this,SLOT(ObsTypeChange()));
+
+    bool state=false;
+#ifdef QWEBKIT
+    state=true;
+#endif
+#ifdef QWEBENGINE
+    state=true;
+#endif
+    MenuGE->setEnabled(state);
+    MenuGM->setEnabled(state);
+    MenuPlotGE->setEnabled(state);
+    MenuPlotGEGM->setEnabled(state);
+    MenuPlotGM->setEnabled(state);
+
+
+    setMouseTracking(true);
+    Disp->setMouseTracking(true);
+    updateTime.start();
+}
+// destructor ---------------------------------------------------------------
+Plot::~Plot()
+{
+    delete RangeList;
+}
+// callback on form-show ----------------------------------------------------
+void Plot::showEvent (QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+    QString path1="",path2="";
+
+    trace(3,"FormShow\n");
+
+    LoadOpt();
+
+#ifdef QT5
+    QCommandLineParser parser;
+    parser.setApplicationDescription("RTK plot");
+    parser.addHelpOption();
+    parser.addVersionOption();
+
+    QCommandLineOption rawOption(QStringList() << "r" ,
+            QCoreApplication::translate("main", "open raw"));
+    parser.addOption(rawOption);
+
+    QCommandLineOption titleOption(QStringList() << "t" << "title",
+            QCoreApplication::translate("main", "use window tile <title>."),
+            QCoreApplication::translate("main", "title"));
+    parser.addOption(titleOption);
+
+    QCommandLineOption pathOption(QStringList() << "p" << "path",
+            QCoreApplication::translate("main", "open <path>."),
+            QCoreApplication::translate("main", "path"));
+    parser.addOption(pathOption);
+
+    QCommandLineOption path1Option(QStringList() << "1",
+            QCoreApplication::translate("main", "open <path> as solution 1."),
+            QCoreApplication::translate("main", "path"));
+    parser.addOption(path1Option);
+
+    QCommandLineOption path2Option(QStringList() << "2",
+            QCoreApplication::translate("main", "open <path> as solution 2."),
+            QCoreApplication::translate("main", "path"));
+    parser.addOption(path2Option);
+
+    QCommandLineOption traceOption(QStringList() << "t" << "tracelevel",
+            QCoreApplication::translate("main", "set trace lavel to <tracelavel>."),
+            QCoreApplication::translate("main", "tracelevel"));
+    parser.addOption(traceOption);
+
+    parser.addPositionalArgument("file", QCoreApplication::translate("main", "Read files."));
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(rawOption))
+        OpenRaw=1;
+    if (parser.isSet(titleOption))
+        Title=parser.value(titleOption);
+    if (parser.isSet(pathOption))
+        path1=parser.value(pathOption);
+    if (parser.isSet(path1Option))
+        path1=parser.value(path1Option);
+    if (parser.isSet(path2Option))
+        path2=parser.value(path2Option);
+    if (parser.isSet(traceOption))
+        Trace=parser.value(traceOption).toInt();
+
+    const QStringList args = parser.positionalArguments();
+    QString file;
+    foreach(file,args)
+        OpenFiles.append(file);
+#endif /*TODO: alternative for QT4 */
+
+    UpdateType(PlotType>=PLOT_OBS?PLOT_TRK:PlotType);
+    
+    UpdateColor();
+    UpdateSatMask();
+    UpdateOrigin();
+    UpdateEnable();
+    UpdateSize();
+    
+    if (path1!=""||path2!="") {
+        ConnectPath(path1,0);
+        ConnectPath(path2,1);
+        Connect();
+    }
+    else if (OpenFiles.count()<=0) {
+        setWindowTitle(Title!=""?Title:QString(tr("%1 ver.%2 %3")).arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    }
+    if (Trace>0) {
+        traceopen(TRACEFILE);
+        tracelevel(Trace);
+    }
+    if (TLEFile!="") {
+        tle_read(qPrintable(TLEFile),&TLEData);
+    }
+    if (TLESatFile!="") {
+        tle_name_read(qPrintable(TLESatFile),&TLEData);
+    }
+    Timer.start(RefCycle);
+    UpdatePlot();
+
+    if (OpenFiles.count()>0) {
+        if (CheckObs(OpenFiles.at(0))||OpenRaw) ReadObs(OpenFiles);
+        else ReadSol(OpenFiles,0);
+    }
+}
+// callback on form-close ---------------------------------------------------
+void Plot::closeEvent(QCloseEvent *)
+{
+    trace(3,"FormClose\n");
+    
+    RangeList->setVisible(false);
+
+    SaveOpt();
+    
+    if (Trace>0) traceclose();
+}
+
+// callback for painting   --------------------------------------------------
+void Plot::paintEvent(QPaintEvent *)
+{
+    UpdateDisp();
+}
+// callback on form-resize --------------------------------------------------
+void Plot::resizeEvent(QResizeEvent *)
+{
+    trace(3,"FormResize\n");
+    
+    // suppress repeated resize callback
+    if (FormWidth==width()&&FormHeight==height()) return;
+    
+    UpdateSize();
+    Refresh();
+    
+    FormWidth =width();
+    FormHeight=height();
+}
+// callback on drag-and-drop files ------------------------------------------
+void Plot::dragEnterEvent(QDragEnterEvent *event)
+{
+    if (event->mimeData()->hasFormat("text/uri-list"))
+            event->acceptProposedAction();
+}
+
+// callback on drag-and-drop files ------------------------------------------
+void Plot::dropEvent(QDropEvent *event)
+{
+    QStringList files;
+    int n;
+    
+    trace(3,"DropFiles\n");
+    
+    if (ConnectState||!event->mimeData()->hasUrls()){
+        return;
+    };
+    foreach (QUrl url, event->mimeData()->urls()) {
+        files.append(url.toString());
+    }
+    
+    if (files.size()==1&&(n=files.at(0).lastIndexOf('.'))!=-1) {
+        QString ext=files.at(0).mid(n).toLower();
+        if ((ext=="jpg")||(ext=="jpeg")){
+            if (PlotType==PLOT_TRK) {
+                ReadMapData(files.at(0));
+            }
+            else if (PlotType==PLOT_SKY||PlotType==PLOT_MPS) {
+                ReadSkyData(files.at(0));
+            }
+        };
+    }
+    else if (CheckObs(files.at(0))) {
+        ReadObs(files);
+    }
+    else if (!BtnSol1->isChecked()&&BtnSol2->isChecked()) {
+        ReadSol(files,1);
+    }
+    else {
+        ReadSol(files,0);
+    }
+}
+// callback on menu-open-solution-1 -----------------------------------------
+void Plot::MenuOpenSol1Click()
+{
+    trace(3,"MenuOpenSol1Click\n");
+    
+    ReadSol(QStringList(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Solution 1"),QString(),tr("Solution File (*.txt *.csv *.pos *.gps *.ubx *.bin);;All (*.*)")))),0);
+}
+// callback on menu-open-solution-2 -----------------------------------------
+void Plot::MenuOpenSol2Click()
+{
+    trace(3,"MenuOpenSol2Click\n");
+    
+    ReadSol(QStringList(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Solution 2"),QString(),tr("Solution File (*.txt *.csv *.pos *.gps *.ubx *.bin);;All (*.*)")))),1);
+}
+// callback on menu-open-map-image ------------------------------------------
+void Plot::MenuOpenMapImageClick()
+{
+    trace(3,"MenuOpenMapImage\n");
+    
+    ReadMapData(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Map Image"),MapImageFile,tr("JPEG File (*.jpg *.jpeg);;All (*.*)"))));
+}
+// callback on menu-open-track-points ---------------------------------------
+void Plot::MenuOpenMapPathClick()
+{
+    trace(3,"MenuOpenMapPath\n");
+    
+    ReadMapPath(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Map Path"),QString(),tr("Text File (*.txt);;Position File (*.pos);;All (*.*)"))));
+}
+// callback on menu-open-sky-image ------------------------------------------
+void Plot::MenuOpenSkyImageClick()
+{
+    trace(3,"MenuOpenSkyImage\n");
+    
+    ReadSkyData(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Sky Image"),SkyImageFile,tr("JPEG File (*.jpg *.jpeg);;All (*.*)"))));
+}
+// callback on menu-open-obs-data -------------------------------------------
+void Plot::MenuOpenObsClick()
+{
+    trace(3,"MenuOpenObsClick\n");
+    
+    ReadObs(QFileDialog::getOpenFileNames(this,tr("Open Raw Obs/Nav Messages"),QString(),tr("RINEX OBS (*.obs *.*o *.*d *.*o.gz *.*o.Z *.d.gz *.d.Z);;All (*.*)")));
+}
+// callback on menu-open-nav-data -------------------------------------------
+void Plot::MenuOpenNavClick()
+{
+    trace(3,"MenuOpenNavClick\n");
+    
+    ReadNav(QFileDialog::getOpenFileNames(this,tr("Open Raw Obs/Nav Messages"),QString(),tr("RINEX NAV (*.nav *.gnav *.hnav *.qnav *.*n *.*g *.*h *.*q *.*p);;All (*.*)")));
+}
+// callback on menu-open-elev-mask ------------------------------------------
+void Plot::MenuOpenElevMaskClick()
+{
+    trace(3,"MenuOpenElevMaskClick\n");
+    
+    ReadElMaskData(QDir::toNativeSeparators(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Opene Elevation Mask"),QString(),tr("Text File (*.txt);;All (*.*)")))));
+}
+// callback on menu-vis-analysis --------------------------------------------
+void Plot::MenuVisAnaClick()
+{
+    if (RcvPos!=1) { // lat/lon/height
+        ShowMsg(tr("specify Receiver Position as Lat/Lon/Hgt"));
+        return;
+    }
+    if (spanDialog->TimeStart.time==0) {
+        int week;
+        double tow=time2gpst(utc2gpst(timeget()),&week);
+        spanDialog->TimeStart=gpst2time(week,floor(tow/3600.0)*3600.0);
+        spanDialog->TimeEnd=timeadd(spanDialog->TimeStart,86400.0);
+        spanDialog->TimeInt=30.0;
+    }
+    spanDialog->TimeEna[0]=spanDialog->TimeEna[1]=spanDialog->TimeEna[2]=1;
+    spanDialog->TimeVal[0]=spanDialog->TimeVal[1]=spanDialog->TimeVal[2]=2;
+    
+    spanDialog->exec();
+
+    if (spanDialog->result()==QDialog::Accepted) {
+        TimeStart=spanDialog->TimeStart;
+        TimeEnd=spanDialog->TimeEnd;
+        TimeInt=spanDialog->TimeInt;
+        GenVisData();
+    }
+    spanDialog->TimeVal[0]=spanDialog->TimeVal[1]=spanDialog->TimeVal[2]=1;
+}
+// callback on menu-sol-browse ----------------------------------------------
+void Plot::MenuFileSelClick()
+{
+    trace(3,"MenuFileSelClick\n");
+    
+    fileSelDialog->show();
+}
+// callback on menu-save image ----------------------------------------------
+void Plot::MenuSaveImageClick()
+{
+    Buff.save(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save Image"),QString(),tr("JPEG  (*.jpg);;Windows Bitmap (*.bmp)"))));
+}
+// callback on menu-save-# of sats/dop --------------------------------------
+void Plot::MenuSaveDopClick()
+{
+    trace(3,"MenuSaveDopClick\n");
+    
+    SaveDop(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save Data"),QString(),tr("All (*.*);;Text File (*.txt)"))));
+}
+// callback on menu-save-snr,azel -------------------------------------------
+void Plot::MenuSaveSnrMpClick()
+{
+    trace(3,"MenuSaveSnrMpClick\n");
+    
+    SaveSnrMp(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save Data"),QString(),tr("All (*.*);;Text File (*.txt)"))));
+}
+// callback on menu-save-elmask ---------------------------------------------
+void Plot::MenuSaveElMaskClick()
+{
+    trace(3,"MenuSaveElMaskClick\n");
+    
+    SaveElMask(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save Data"),QString(),tr("All (*.*);;Text File (*.txt)"))));
+}
+// callback on menu-connect -------------------------------------------------
+void Plot::MenuConnectClick()
+{
+    trace(3,"MenuConnectClick\n");
+    
+    Connect();
+}
+// callback on menu-disconnect ----------------------------------------------
+void Plot::MenuDisconnectClick()
+{
+    trace(3,"MenuDisconnectClick\n");
+    
+    Disconnect();
+}
+// callback on menu-connection-settings -------------------------------------
+void Plot::MenuPortClick()
+{
+    int i;
+    
+    trace(3,"MenuPortClick\n");
+    
+    connectDialog->Stream1 =RtStream[0];
+    connectDialog->Stream2 =RtStream[1];
+    connectDialog->Format1 =RtFormat[0];
+    connectDialog->Format2 =RtFormat[1];
+    connectDialog->TimeForm=RtTimeForm;
+    connectDialog->DegForm =RtDegForm;
+    connectDialog->FieldSep=RtFieldSep;
+    connectDialog->TimeOutTime=RtTimeOutTime;
+    connectDialog->ReConnTime =RtReConnTime;
+    for (i=0;i< 3;i++) {
+        connectDialog->Paths1[i]=StrPaths[0][i];
+        connectDialog->Paths2[i]=StrPaths[1][i];
+    }
+    for (i=0;i< 2;i++) {
+        connectDialog->Cmds1  [i]=StrCmds[0][i];
+        connectDialog->Cmds2  [i]=StrCmds[1][i];
+        connectDialog->CmdEna1[i]=StrCmdEna[0][i];
+        connectDialog->CmdEna2[i]=StrCmdEna[1][i];
+    }
+    for (i=0;i<10;i++) connectDialog->TcpHistory [i]=StrHistory [i];
+    for (i=0;i<10;i++) connectDialog->TcpMntpHist[i]=StrMntpHist[i];
+    
+    connectDialog->exec();
+
+    if (connectDialog->result()!=QDialog::Accepted) return;
+    
+    RtStream[0]=connectDialog->Stream1;
+    RtStream[1]=connectDialog->Stream2;
+    RtFormat[0]=connectDialog->Format1;
+    RtFormat[1]=connectDialog->Format2;
+    RtTimeForm=connectDialog->TimeForm;
+    RtDegForm =connectDialog->DegForm;
+    RtFieldSep=connectDialog->FieldSep;
+    RtTimeOutTime=connectDialog->TimeOutTime;
+    RtReConnTime =connectDialog->ReConnTime;
+    for (i=0;i< 3;i++) {
+        StrPaths[0][i]=connectDialog->Paths1[i];
+        StrPaths[1][i]=connectDialog->Paths2[i];
+    }
+    for (i=0;i< 2;i++) {
+        StrCmds  [0][i]=connectDialog->Cmds1  [i];
+        StrCmds  [1][i]=connectDialog->Cmds2  [i];
+        StrCmdEna[0][i]=connectDialog->CmdEna1[i];
+        StrCmdEna[1][i]=connectDialog->CmdEna2[i];
+    }
+    for (i=0;i<10;i++) StrHistory [i]=connectDialog->TcpHistory [i];
+    for (i=0;i<10;i++) StrMntpHist[i]=connectDialog->TcpMntpHist[i];
+}
+// callback on menu-reload --------------------------------------------------
+void Plot::MenuReloadClick()
+{
+    trace(3,"MenuReloadClick\n");
+    
+    Reload();
+}
+// callback on menu-clear ---------------------------------------------------
+void Plot::MenuClearClick()
+{
+    trace(3,"MenuClearClick\n");
+    
+    Clear();
+}
+// callback on menu-exit-----------------------------------------------------
+void Plot::MenuQuitClick()
+{
+    trace(3,"MenuQuitClick\n");
+    
+    close();
+}
+// callback on menu-time-span/interval --------------------------------------
+void Plot::MenuTimeClick()
+{
+    sol_t *sols,*sole;
+    int i;
+    
+    trace(3,"MenuTimeClick\n");
+    
+    if (!TimeEna[0]) {
+        if (Obs.n>0) {
+            TimeStart=Obs.data[0].time;
+        }
+        else if (BtnSol2->isChecked()&&SolData[1].n>0) {
+            sols=getsol(SolData+1,0);
+            TimeStart=sols->time;
+        }
+        else if (SolData[0].n>0) {
+            sols=getsol(SolData,0);
+            TimeStart=sols->time;
+        }
+    }
+    if (!TimeEna[1]) {
+        if (Obs.n>0) {
+            TimeEnd=Obs.data[Obs.n-1].time;
+        }
+        else if (BtnSol2->isChecked()&&SolData[1].n>0) {
+            sole=getsol(SolData+1,SolData[1].n-1);
+            TimeEnd=sole->time;
+        }
+        else if (SolData[0].n>0) {
+            sole=getsol(SolData,SolData[0].n-1);
+            TimeEnd=sole->time;
+        }
+    }
+    for (i=0;i<3;i++) {
+        spanDialog->TimeEna[i]=TimeEna[i];
+    }
+    spanDialog->TimeStart=TimeStart;
+    spanDialog->TimeEnd  =TimeEnd;
+    spanDialog->TimeInt  =TimeInt;
+    spanDialog->TimeVal[0]=!ConnectState;
+    spanDialog->TimeVal[1]=!ConnectState;
+    
+    spanDialog->exec();
+
+    if (spanDialog->result()!=QDialog::Accepted) return;
+    
+    if (TimeEna[0]!=spanDialog->TimeEna[0]||
+        TimeEna[1]!=spanDialog->TimeEna[1]||
+        TimeEna[2]!=spanDialog->TimeEna[2]||
+        timediff(TimeStart,spanDialog->TimeStart)!=0.0||
+        timediff(TimeEnd,spanDialog->TimeEnd)!=0.0||
+        TimeInt!=spanDialog->TimeInt) {
+        
+        for (i=0;i<3;i++) TimeEna[i]=spanDialog->TimeEna[i];
+        
+        TimeStart=spanDialog->TimeStart;
+        TimeEnd  =spanDialog->TimeEnd;
+        TimeInt  =spanDialog->TimeInt;
+        
+        Reload();
+    }
+}
+// callback on menu-map-image -----------------------------------------------
+void Plot::MenuMapImgClick()
+{
+    trace(3,"MenuMapImgClick\n");
+    
+    mapAreaDialog->show();
+}
+// callback on menu-sky image -----------------------------------------------
+void Plot::MenuSkyImgClick()
+{
+    trace(3,"MenuSkyImgClick\n");
+    
+    skyImgDialog->show();
+}
+// callback on menu-solution-source -----------------------------------------
+void Plot::MenuSrcSolClick()
+{
+    TextViewer *viewer=new TextViewer(this);
+    int sel=!BtnSol1->isChecked()&&BtnSol2->isChecked();
+    
+    trace(3,"MenuSrcSolClick\n");
+    
+    if (SolFiles[sel].count()<=0) return;
+    viewer->setWindowTitle(SolFiles[sel].at(0));
+    viewer->Option=0;
+    viewer->show();
+    viewer->Read(SolFiles[sel].at(0));
+}
+// callback on menu-obs-data-source -----------------------------------------
+void Plot::MenuSrcObsClick()
+{
+    TextViewer *viewer;
+    char file[1024],tmpfile[1024];
+    int cstat;
+    
+    trace(3,"MenuSrcObsClick\n");
+    
+    if (ObsFiles.count()<=0) return;
+    
+    strcpy(file,qPrintable(ObsFiles.at(0)));
+    cstat=rtk_uncompress(file,tmpfile);
+    viewer=new TextViewer(this);
+    viewer->setWindowTitle(ObsFiles.at(0));
+    viewer->Option=0;
+    viewer->show();
+    viewer->Read(!cstat?file:tmpfile);
+    if (cstat) remove(tmpfile);
+}
+// callback on menu-data-qc -------------------------------------------------
+void Plot::MenuQcObsClick()
+{
+    TextViewer *viewer;
+    QString cmd=QcCmd,cmdexec,tmpfile=QCTMPFILE,errfile=QCERRFILE;
+    int i,stat;
+    
+    trace(3,"MenuQcObsClick\n");
+    
+    if (ObsFiles.count()<=0||cmd=="") return;
+    
+    for (i=0;i<ObsFiles.count();i++) cmd+=" \""+ObsFiles.at(i)+"\"";
+    for (i=0;i<NavFiles.count();i++) cmd+=" \""+NavFiles.at(i)+"\"";
+    
+    cmdexec=cmd+" > "+tmpfile;
+    cmdexec+=" 2> "+errfile;
+    stat=execcmd(qPrintable(cmdexec));
+    
+    viewer=new TextViewer(this);
+    viewer->Option=0;
+    viewer->show();
+    viewer->Read(stat?errfile:tmpfile);
+    viewer->setWindowTitle((stat?"QC Error: ":"")+cmd);
+    remove(qPrintable(tmpfile));
+    remove(qPrintable(errfile));
+}
+// callback on menu-copy-to-clipboard ---------------------------------------
+void Plot::MenuCopyClick()
+{
+    trace(3,"MenuCopyClick\n");
+    
+    QClipboard *clipboard = QApplication::clipboard();
+
+    clipboard->setPixmap(Buff);
+}
+// callback on menu-options -------------------------------------------------
+void Plot::MenuOptionsClick()
+{
+    QString tlefile=TLEFile,tlesatfile=TLESatFile;
+    double oopos[3],range;
+    char file[1024];
+    
+    trace(3,"MenuOptionsClick\n");
+    
+    int i,rcvpos=RcvPos;
+    for (i=0;i<3;i++) oopos[i]=OOPos[i];
+    
+    plotOptDialog->move(pos().x()+width()/2-plotOptDialog->width()/2,
+                    pos().y()+height()/2-plotOptDialog->height()/2);
+    plotOptDialog->plot=this;
+    
+    plotOptDialog->exec();
+
+    if (plotOptDialog->result()!=QDialog::Accepted) return;
+    
+    SaveOpt();
+    
+    for (i=0;i<3;i++) oopos[i]-=OOPos[i];
+    
+    if (TLEFile!=tlefile) {
+        free(TLEData.data);
+        TLEData.data=NULL;
+        TLEData.n=TLEData.nmax=0;
+        tle_read(qPrintable(TLEFile),&TLEData);
+    }
+    if (TLEFile!=tlefile||TLESatFile!=tlesatfile) {
+        tle_name_read(qPrintable(TLESatFile),&TLEData);
+    }
+    if (rcvpos!=RcvPos||norm(oopos,3)>1E-3||TLEFile!=tlefile) {
+        if (SimObs) GenVisData(); else UpdateObs(NObs);
+    }
+    UpdateColor();
+    UpdateSize();
+    UpdateOrigin();
+    UpdateInfo();
+    UpdateSatMask();
+    UpdateSatList();
+    UpdateEnable();
+    Refresh();
+    Timer.start(RefCycle);
+    
+    for (i=0;i<RangeList->count();i++) {
+        strcpy(file,qPrintable(RangeList->item(i)->text()));
+        
+        if (sscanf(file,"%lf",&range)&&range==YRange) {
+            RangeList->item(i)->setSelected(true);
+        }
+    }
+}
+// callback on menu-show-tool-bar -------------------------------------------
+void Plot::MenuToolBarClick()
+{
+    trace(3,"MenuToolBarClick\n");
+    
+    toolBar->setVisible(MenuToolBar->isChecked());
+
+    UpdateSize();
+    Refresh();
+}
+// callback on menu-show-status-bar -----------------------------------------
+void Plot::MenuStatusBarClick()
+{
+    trace(3,"MenuStatusBarClick\n");
+    
+    statusbar->setVisible(MenuStatusBar->isChecked());
+    UpdateSize();
+    Refresh();
+}
+// callback on menu-waypoints -----------------------------------------------
+void Plot::MenuWaypointClick()
+{
+    trace(3,"MenuWaypointClick\n");
+    
+    pntDialog->exec();
+    if (pntDialog->result()!=QDialog::Accepted) return;
+    
+    googleEarthView->UpdatePoint();
+    
+    if (PlotType==PLOT_TRK) Refresh();
+}
+// callback on menu-input-monitor-1 -----------------------------------------
+void Plot::MenuMonitor1Click()
+{
+    trace(3,"MenuMonitor1Click\n");
+    
+    Console1->setWindowTitle(tr("Monitor RT Input 1"));
+    Console1->show();
+}
+// callback on menu-input-monitor-2 -----------------------------------------
+void Plot::MenuMonitor2Click()
+{
+    trace(3,"MenuMonitor2Click\n");
+    
+    Console2->setWindowTitle(tr("Monitor RT Input 2"));
+    Console2->show();
+}
+// callback on menu-google-earth-view ---------------------------------------
+void Plot::MenuGEClick()
+{
+    trace(3,"MenuGEClick\n");
+    
+    googleEarthView->setWindowTitle(
+        QString(tr("%1 ver.%2 %3: Google Earth View")).arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    googleEarthView->show();
+}
+// callback on menu-google-map-view -----------------------------------------
+void Plot::MenuGMClick()
+{
+    googleMapView->setWindowTitle(
+        QString(tr("%1 ver.%2 %3: Google Map View")).arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    googleMapView->show();
+}
+// callback on menu-center-origin -------------------------------------------
+void Plot::MenuCenterOriClick()
+{
+    trace(3,"MenuCenterOriClick\n");
+    
+    SetRange(0,YRange);
+    Refresh();
+}
+// callback on menu-fit-horizontal ------------------------------------------
+void Plot::MenuFitHorizClick()
+{
+    trace(3,"MenuFitHorizClick\n");
+    
+    if (PlotType==PLOT_TRK) FitRange(0); else FitTime();
+    Refresh();
+}
+// callback on menu-fit-vertical --------------------------------------------
+void Plot::MenuFitVertClick()
+{
+    trace(3,"MenuFitVertClick\n");
+    
+    FitRange(0);
+    Refresh();
+}
+// callback on menu-show-skyplot --------------------------------------------
+void Plot::MenuShowSkyplotClick()
+{
+    trace(3,"MenuShowSkyplotClick\n");
+    
+    UpdatePlot();
+}
+// callback on menu-show-map-image ------------------------------------------
+void Plot::MenuShowMapClick()
+{
+    trace(3,"MenuShowMapClick\n");
+    
+    UpdatePlot();
+}
+// callback on menu-show-track-points ---------------------------------------
+void Plot::MenuShowTrackClick()
+{
+    trace(3,"MenuShowTrackClick\n");
+    
+    if (!MenuShowTrack->isChecked()) {
+        MenuFixHoriz->setChecked(false);
+        MenuFixVert ->setChecked(false);
+    }
+    UpdatePlot();
+}
+// callback on menu-fix-center ----------------------------------------------
+void Plot::MenuFixCentClick()
+{
+    trace(3,"MenuFixCentClick\n");
+    
+    UpdatePlot();
+}
+// callback on menu-fix-horizontal ------------------------------------------
+void Plot::MenuFixHorizClick()
+{
+    trace(3,"MenuFixHorizClick\n");
+    
+    Xcent=0.0;
+    UpdatePlot();
+}
+// callback on menu-fix-vertical --------------------------------------------
+void Plot::MenuFixVertClick()
+{
+    trace(3,"MenuFixVertClick\n");
+    
+    UpdatePlot();
+}
+// callback on menu-show-waypoints ------------------------------------------
+void Plot::MenuShowPointClick()
+{
+    trace(3,"MenuShowPointClick\n");
+
+#if 0
+    if (BtnShowPoint->isChecked()) UpdatePntsGE();
+#endif
+    UpdatePlot();
+}
+// callback on menu-animation-start -----------------------------------------
+void Plot::MenuAnimStartClick()
+{
+    trace(3,"MenuAnimStartClick\n");
+}
+// callback on menu-animation-stop ------------------------------------------
+void Plot::MenuAnimStopClick()
+{
+    trace(3,"MenuAnimStopClick\n");
+}
+// callback on menu-about ---------------------------------------------------
+void Plot::MenuAboutClick()
+{
+    trace(3,"MenuAboutClick\n");
+    
+    aboutDialog->About=PRGNAME;
+    aboutDialog->IconIndex=2;
+    aboutDialog->exec();
+}
+// callback on button-connect/disconnect ------------------------------------
+void Plot::BtnConnectClick()
+{
+    trace(3,"BtnConnectClick\n");
+    
+    if (!ConnectState) MenuConnectClick();
+    else MenuDisconnectClick();
+}
+// callback on button-solution-1 --------------------------------------------
+void Plot::BtnSol1Click()
+{
+    trace(3,"BtnSol1Click\n");
+    
+    BtnSol12->setChecked(false);
+    UpdateTime();
+    UpdatePlot();
+}
+// callback on button-solution-2 --------------------------------------------
+void Plot::BtnSol2Click()
+{
+    trace(3,"BtnSol2Click\n");
+    
+    BtnSol12->setChecked(false);
+    UpdateTime();
+    UpdatePlot(); 
+}
+// callback on button-solution-1-2 ------------------------------------------
+void Plot::BtnSol12Click()
+{
+    trace(3,"BtnSol12Click\n");
+    
+    BtnSol1->setChecked(false);
+    BtnSol2->setChecked(false);
+    UpdateTime();
+    UpdatePlot(); 
+}
+// callback on button-solution-1 double-click -------------------------------
+void Plot::BtnSol1DblClick()
+{
+    trace(3,"BtnSol1DblClick\n");
+    
+    MenuOpenSol1Click();
+}
+// callback on button-solution-2 double-click -------------------------------
+void Plot::BtnSol2DblClick()
+{
+    trace(3,"BtnSol2DblClick\n");
+    
+    MenuOpenSol2Click();
+}
+
+// callback on button-plot-1-onoff ------------------------------------------
+void Plot::BtnOn1Click()
+{
+    trace(3,"BtnOn1Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-plot-2-onoff-------------------------------------------
+void Plot::BtnOn2Click()
+{
+    trace(3,"BtnOn2Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-plot-3-onoff ------------------------------------------
+void Plot::BtnOn3Click()
+{
+    trace(3,"BtnOn3Click\n");
+    
+    UpdateSize();
+    Refresh();
+}
+// callback on button-range-list --------------------------------------------
+void Plot::BtnRangeListClick()
+{
+    trace(3,"BtnRangeListClick\n");
+    
+    QPoint pos=BtnRangeList->mapToGlobal(BtnRangeList->pos());
+    pos.rx()-=BtnRangeList->width();
+    pos.ry()+=BtnRangeList->height();
+
+    RangeList->move(pos);
+    RangeList->setVisible(!RangeList->isVisible());
+}
+// callback on button-range-list --------------------------------------------
+void Plot::RangeListClick()
+{
+    double range;
+    char file[1024];
+    QListWidgetItem *i;
+    
+    trace(3,"RangeListClick\n");
+    
+    RangeList->setVisible(false);
+    if ((i=RangeList->currentItem())!=NULL) return;
+    
+    strcpy(file,qPrintable(i->text()));
+    
+    if (!sscanf(file,"%lf",&range)) return;
+    
+    YRange=range;
+    SetRange(0,YRange);
+    UpdatePlot();
+}
+
+// callback on button-animation ---------------------------------------------
+void Plot::BtnAnimateClick()
+{
+    trace(3,"BtnAnimateClick\n");
+    
+    UpdateEnable();
+}
+// callback on plot-type selection change -----------------------------------
+void Plot::PlotTypeSChange()
+{
+    int i;
+    
+    trace(3,"PlotTypeSChnage\n");
+    
+    for (i=0;PTypes[i]!=NULL;i++) {
+        if (PlotTypeS->currentText()==PTypes[i]) UpdateType(i);
+    }
+    UpdateTime();
+    UpdatePlot();
+}
+// callback on quality-flag selection change --------------------------------
+void Plot::QFlagChange()
+{
+    trace(3,"QFlagChange\n");
+    
+    UpdatePlot();
+}
+// callback on obs-type selection change ------------------------------------
+void Plot::ObsTypeChange()
+{
+    trace(3,"ObsTypeChange\n");
+    
+    UpdatePlot();
+}
+// callback on dop-type selection change ------------------------------------
+void Plot::DopTypeChange()
+{
+    trace(3,"DopTypeChange\n");
+    
+    UpdatePlot();
+}
+// callback on satellite-list selection change ------------------------------
+void Plot::SatListChange()
+{
+    trace(3,"SatListChange\n");
+    
+    UpdateSatSel();
+    UpdatePlot();
+}
+// callback on time scroll-bar change ---------------------------------------
+void Plot::TimeScrollChange()
+{
+    int sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"TimeScrollChange\n");
+    
+    if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+        SolIndex[sel]=TimeScroll->value();
+    }
+    else {
+        ObsIndex=TimeScroll->value();
+    }
+    UpdatePlot();
+}
+// callback on paint --------------------------------------------------------
+void Plot::DispPaint()
+{
+    trace(3,"DispPaint\n");
+    
+    UpdateDisp();
+}
+// callback on mouse-down event ---------------------------------------------
+void Plot::mousePressEvent(QMouseEvent *event)
+{
+    X0=event->globalX(); Y0=event->globalY(); Xcent0=Xcent;
+
+    trace(3,"DispMouseDown: X=%d Y=%d\n",event->globalX(),event->globalY());
+    
+    Drag=event->buttons().testFlag(Qt::LeftButton)?1:(event->buttons().testFlag(Qt::RightButton)?11:0);
+    
+    if (PlotType==PLOT_TRK) {
+        MouseDownTrk(event->globalX(),event->globalY());
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        MouseDownSol(event->globalX(),event->globalY());
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        MouseDownObs(event->globalX(),event->globalY());
+    }
+    else Drag=0;
+    
+    RangeList->setVisible(false);
+}
+// callback on mouse-move event ---------------------------------------------
+void Plot::mouseMoveEvent(QMouseEvent *event)
+{
+    double dx,dy,dxs,dys;
+    
+    if ((abs(event->globalX()-Xn)<1)&&(abs(event->globalY()-Yn)<1)) return;
+    
+    trace(4,"DispMouseMove: X=%d Y=%d\n",event->globalX(),event->globalY());
+
+    if (Drag==0) {
+        UpdatePoint(event->globalX(),event->globalY());
+        return;
+    }
+    
+    Xn=event->globalX(); Yn=event->globalY();
+    dx=(X0-event->globalX())*Xs;
+    dy=(event->globalY()-Y0)*Ys;
+    dxs=pow(2.0,(X0-event->globalX())/100.0);
+    dys=pow(2.0,(event->globalY()-Y0)/100.0);
+    
+    if (PlotType==PLOT_TRK) {
+        MouseMoveTrk(event->globalX(),event->globalY(),dx,dy,dxs,dys);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        MouseMoveSol(event->globalX(),event->globalY(),dx,dy,dxs,dys);
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        MouseMoveObs(event->globalX(),event->globalY(),dx,dy,dxs,dys);
+    }
+}
+// callback on mouse-up event -----------------------------------------------
+void Plot::mouseReleaseEvent(QMouseEvent *event)
+{
+    trace(3,"DispMouseUp: X=%d Y=%d\n",event->globalX(),event->globalY());
+    
+    Drag=0;
+    setCursor(Qt::ArrowCursor);
+    Refresh();
+}
+// callback on mouse-leave event --------------------------------------------
+void Plot::leaveEvent(QEvent*)
+{
+    trace(3,"DispMouseLeave\n");
+    
+    Xn=Yn=-1;
+    Message2->setVisible(false);
+    Message2->setText("");
+}
+// callback on mouse-down event on track-plot -------------------------------
+void Plot::MouseDownTrk(int X, int Y)
+{
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"MouseDownTrk: X=%d Y=%d\n",X,Y);
+    
+    if (Drag==1&&(i=SearchPos(X,Y))>=0) {
+        SolIndex[sel]=i;
+        UpdateTime();
+        UpdateInfo();
+        Drag=0;
+        Refresh();
+    }
+    else {
+        GraphT->GetCent(Xc,Yc);
+        GraphT->GetScale(Xs,Ys);
+        setCursor(Drag==1?Qt::SizeAllCursor:Qt::SplitVCursor);
+    }
+}
+// callback on mouse-down event on solution-plot ----------------------------
+void Plot::MouseDownSol(int X, int Y)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QPoint pnt,p(X,Y);
+    gtime_t time={0,0};
+    sol_t *data;
+    double x,xl[2],yl[2];
+    int i,area=-1,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"MouseDownSol: X=%d Y=%d\n",X,Y);
+    
+    if (PlotType==PLOT_SNR) {
+        if (0<=ObsIndex&&ObsIndex<NObs) time=Obs.data[IndexObs[ObsIndex]].time;
+    }
+    else {
+        if ((data=getsol(SolData+sel,SolIndex[sel]))) time=data->time;
+    }
+    if (time.time&&!MenuFixHoriz->isChecked()) {
+        
+        x=TimePos(time);
+        
+        GraphG[0]->GetLim(xl,yl);
+        GraphG[0]->ToPoint(x,yl[1],pnt);
+        
+        if ((X-pnt.x())*(X-pnt.x())+(Y-pnt.y())*(Y-pnt.y())<25) {
+            setCursor(Qt::SizeHorCursor);
+            Drag=20;
+            Refresh();
+            return;
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()||(i!=1&&PlotType==PLOT_SNR)) continue;
+        
+        GraphG[i]->GetCent(Xc,Yc);
+        GraphG[i]->GetScale(Xs,Ys);
+        area=GraphG[i]->OnAxis(Disp->mapFromGlobal(p));
+        
+        if (Drag==1&&area==0) {
+            setCursor(Qt::SizeAllCursor);
+            Drag+=i;
+            return;
+        }
+        else if (area==1) {
+            setCursor(Drag==1?Qt::SizeVerCursor:Qt::SplitVCursor);
+            Drag+=i+4;
+            return;
+        }
+        else if (area==0) break;
+    }
+    if (area==0||area==8) {
+        setCursor(Drag==1?Qt::SizeHorCursor:Qt::SplitHCursor);
+        Drag+=3;
+    }
+    else Drag=0;
+}
+// callback on mouse-down event on observation-data-plot --------------------
+void Plot::MouseDownObs(int X, int Y)
+{
+    QPoint pnt,p(X,Y);
+    double x,xl[2],yl[2];
+    int area;
+    
+    trace(3,"MouseDownObs: X=%d Y=%d\n",X,Y);
+    
+    if (0<=ObsIndex&&ObsIndex<NObs&&!MenuFixHoriz->isChecked()) {
+        
+        x=TimePos(Obs.data[IndexObs[ObsIndex]].time);
+        
+        GraphR->GetLim(xl,yl);
+        GraphR->ToPoint(x,yl[1],pnt);
+        
+        if ((X-pnt.x())*(X-pnt.x())+(Y-pnt.y())*(Y-pnt.y())<25) {
+            setCursor(Qt::SizeHorCursor);
+            Drag=20;
+            Refresh();
+            return;
+        }
+    }
+    GraphR->GetCent(Xc,Yc);
+    GraphR->GetScale(Xs,Ys);
+    area=GraphR->OnAxis(Disp->mapFromGlobal(p));
+    
+    if (area==0||area==8) {
+        setCursor(Drag==1?Qt::SizeHorCursor:Qt::SplitHCursor);
+        Drag+=3;
+    }
+    else Drag=0;
+}
+// callback on mouse-move event on track-plot -------------------------------
+void Plot::MouseMoveTrk(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    trace(4,"MouseMoveTrk: X=%d Y=%d\n",X,Y);
+    
+    Q_UNUSED(dxs);
+
+    if (Drag==1&&!MenuFixHoriz->isChecked()) {
+        GraphT->SetCent(Xc+dx,Yc+dy);
+    }
+    else if (Drag>1) {
+        GraphT->SetScale(Xs*dys,Ys*dys);
+    }
+    MenuCenterOri->setChecked(false);
+
+    if (updateTime.elapsed()<RefreshTime) return;
+    updateTime.restart();
+
+    Refresh();
+}
+// callback on mouse-move event on solution-plot ----------------------------
+void Plot::MouseMoveSol(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    QPoint p1,p2,p(X,Y);
+    double x,y,xs,ys;
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(4,"MouseMoveSol: X=%d Y=%d\n",X,Y);
+    
+    if (Drag<=4) {
+        for (i=0;i<3;i++) {
+            GraphG[i]->GetCent(x,y);
+            if (!MenuFixHoriz->isChecked()) {
+                x=Xc+dx;
+            }
+            if (!MenuFixVert->isChecked()||!MenuFixVert->isEnabled()) {
+                y=i==Drag-1?Yc+dy:y;
+            }
+            GraphG[i]->SetCent(x,y);
+            SetCentX(x);
+        }
+        if (MenuFixHoriz->isChecked()) {
+            GraphG[0]->GetPos(p1,p2);
+            Xcent=Xcent0+2.0*(X-X0)/(p2.x()-p1.x());
+            if (Xcent> 1.0) Xcent= 1.0;
+            if (Xcent<-1.0) Xcent=-1.0;
+        }
+    }
+    else if (Drag<=7) {
+        GraphG[Drag-5]->GetCent(x,y);
+        if (!MenuFixVert->isChecked()||!MenuFixVert->isEnabled()) {
+            y=Yc+dy;
+        }
+        GraphG[Drag-5]->SetCent(x,y);
+    }
+    else if (Drag<=14) {
+        for (i=0;i<3;i++) {
+            GraphG[i]->GetScale(xs,ys);
+            GraphG[i]->SetScale(Xs*dxs,ys);
+        }
+        SetScaleX(Xs*dxs);
+    }
+    else if (Drag<=17) {
+        GraphG[Drag-15]->GetScale(xs,ys);
+        GraphG[Drag-15]->SetScale(xs,Ys*dys);
+    }
+    else if (Drag==20) {
+        GraphG[0]->ToPos(p,x,y);
+        if (PlotType==PLOT_SNR) {
+            for (i=0;i<NObs;i++) {
+                if (TimePos(Obs.data[IndexObs[i]].time)>=x) break;
+            }
+            ObsIndex=i<NObs?i:NObs-1;
+        }
+        else {
+            for (i=0;i<SolData[sel].n;i++) {
+                if (TimePos(SolData[sel].data[i].time)>=x) break;
+            }
+            SolIndex[sel]=i<SolData[sel].n?i:SolData[sel].n-1;
+        }
+        UpdateTime();
+    }
+    MenuCenterOri->setChecked(false);
+
+    if (updateTime.elapsed()<RefreshTime) return;
+    updateTime.restart();
+
+    Refresh();
+}
+// callback on mouse-move events on observataion-data-plot ------------------
+void Plot::MouseMoveObs(int X, int Y, double dx, double dy,
+    double dxs, double dys)
+{
+    QPoint p1,p2,p(X,Y);
+    double x,y,xs,ys;
+    int i;
+    
+    Q_UNUSED(dys);
+
+    trace(4,"MouseMoveObs: X=%d Y=%d\n",X,Y);
+    
+    if (Drag<=4) {
+        GraphR->GetCent(x,y);
+        if (!MenuFixHoriz->isChecked()) x=Xc+dx;
+        if (!MenuFixVert ->isChecked()) y=Yc+dy;
+        GraphR->SetCent(x,y);
+        SetCentX(x);
+        
+        if (MenuFixHoriz->isChecked()) {
+            GraphR->GetPos(p1,p2);
+            Xcent=Xcent0+2.0*(X-X0)/(p2.x()-p1.x());
+            if (Xcent> 1.0) Xcent= 1.0;
+            if (Xcent<-1.0) Xcent=-1.0;
+        }
+    }
+    else if (Drag<=14) {
+        GraphR->GetScale(xs,ys);
+        GraphR->SetScale(Xs*dxs,ys);
+        SetScaleX(Xs*dxs);
+    }
+    else if (Drag==20) {
+        GraphR->ToPos(p,x,y);
+        for (i=0;i<NObs;i++) {
+            if (TimePos(Obs.data[IndexObs[i]].time)>=x) break;
+        }
+        ObsIndex=i<NObs?i:NObs-1;
+        UpdateTime();
+    }
+    MenuCenterOri->setChecked(false);
+
+    if (updateTime.elapsed()<RefreshTime) return;
+    updateTime.restart();
+
+    Refresh();
+}
+// callback on mouse-wheel events -------------------------------------------
+void Plot::wheelEvent(QWheelEvent *event)
+{
+    QPoint p(Xn,Yn);
+    double xs,ys,ds=pow(2.0,-event->angleDelta().y()/1200.0);
+    int i,area=-1;
+    
+    event->accept();
+    
+    trace(4,"MouseWheel: WheelDelta=%d\n",event->angleDelta().y());
+    
+    if (Xn<0||Yn<0) return;
+    
+    if (PlotType==PLOT_TRK) { // track-plot
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(xs*ds,ys*ds);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES||PlotType==PLOT_SNR) {
+        
+        for (i=0;i<3;i++) {
+            if (PlotType==PLOT_SNR&&i!=1) continue;
+            area=GraphG[i]->OnAxis(p);
+            if (area==0||area==1||area==2) {
+                GraphG[i]->GetScale(xs,ys);
+                GraphG[i]->SetScale(xs,ys*ds);
+            }
+            else if (area==0) break;
+        }
+        if (area==8) {
+            for (i=0;i<3;i++) {
+                GraphG[i]->GetScale(xs,ys);
+                GraphG[i]->SetScale(xs*ds,ys);
+                SetScaleX(xs*ds);
+            }
+        }
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP) {
+        area=GraphR->OnAxis(p);
+        if (area==0||area==8) {
+            GraphR->GetScale(xs,ys);
+            GraphR->SetScale(xs*ds,ys);
+            SetScaleX(xs*ds);
+        }
+    }
+    else return;
+    
+    Refresh();
+}
+// callback on key-down events ----------------------------------------------
+void Plot::keyPressEvent(QKeyEvent* event)
+{
+    double sfact=1.05,fact=event->modifiers().testFlag(Qt::ShiftModifier)?1.0:10.0;
+    double xc,yc,yc1,yc2,yc3,xs,ys,ys1,ys2,ys3;
+    int key=event->modifiers().testFlag(Qt::ControlModifier)?10:0;
+    
+    trace(3,"FormKeyDown:\n");
+    
+    switch (event->key()) {
+        case Qt::Key_Up   : key+=1; break;
+        case Qt::Key_Down : key+=2; break;
+        case Qt::Key_Left : key+=3; break;
+        case Qt::Key_Right: key+=4; break;
+        default: return;
+    }
+    if (event->modifiers().testFlag(Qt::AltModifier)) return;
+    
+    if (PlotType==PLOT_TRK) {
+        GraphT->GetCent(xc,yc);
+        GraphT->GetScale(xs,ys);
+        if (key== 1) {if (!MenuFixHoriz->isChecked()) yc+=fact*ys;}
+        if (key== 2) {if (!MenuFixHoriz->isChecked()) yc-=fact*ys;}
+        if (key== 3) {if (!MenuFixHoriz->isChecked()) xc-=fact*xs;}
+        if (key== 4) {if (!MenuFixHoriz->isChecked()) xc+=fact*xs;}
+        if (key==11) {xs/=sfact; ys/=sfact;}
+        if (key==12) {xs*=sfact; ys*=sfact;}
+        GraphT->SetCent(xc,yc);
+        GraphT->SetScale(xs,ys);
+    }
+    else if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+        GraphG[0]->GetCent(xc,yc1);
+        GraphG[1]->GetCent(xc,yc2);
+        GraphG[2]->GetCent(xc,yc3);
+        GraphG[0]->GetScale(xs,ys1);
+        GraphG[1]->GetScale(xs,ys2);
+        GraphG[2]->GetScale(xs,ys3);
+        if (key== 1) {if (!MenuFixVert ->isChecked()) yc1+=fact*ys1; yc2+=fact*ys2; yc3+=fact*ys3;}
+        if (key== 2) {if (!MenuFixVert ->isChecked()) yc1-=fact*ys1; yc2-=fact*ys2; yc3-=fact*ys3;}
+        if (key== 3) {if (!MenuFixHoriz->isChecked()) xc-=fact*xs;}
+        if (key== 4) {if (!MenuFixHoriz->isChecked()) xc+=fact*xs;}
+        if (key==11) {ys1/=sfact; ys2/=sfact; ys3/=sfact;}
+        if (key==12) {ys1*=sfact; ys2*=sfact; ys3*=sfact;}
+        if (key==13) xs*=sfact;
+        if (key==14) xs/=sfact;
+        GraphG[0]->SetCent(xc,yc1);
+        GraphG[1]->SetCent(xc,yc2);
+        GraphG[2]->SetCent(xc,yc3);
+        GraphG[0]->SetScale(xs,ys1);
+        GraphG[1]->SetScale(xs,ys2);
+        GraphG[2]->SetScale(xs,ys3);
+    }
+    else if (PlotType==PLOT_OBS||PlotType==PLOT_DOP||PlotType==PLOT_SNR) {
+        GraphR->GetCent(xc,yc);
+        GraphR->GetScale(xs,ys);
+        if (key== 1) {if (!MenuFixVert ->isChecked()) yc+=fact*ys;}
+        if (key== 2) {if (!MenuFixVert ->isChecked()) yc-=fact*ys;}
+        if (key== 3) {if (!MenuFixHoriz->isChecked()) xc-=fact*xs;}
+        if (key== 4) {if (!MenuFixHoriz->isChecked()) xc+=fact*xs;}
+        if (key==11) ys/=sfact;
+        if (key==12) xs*=sfact;
+        if (key==13) xs*=sfact;
+        if (key==14) xs/=sfact;
+        GraphR->SetCent(xc,yc);
+        GraphR->SetScale(xs,ys);
+    }
+    Refresh();
+}
+// callback on interval-timer -----------------------------------------------
+void Plot::TimerTimer()
+{
+    const QColor color[]={Qt::red,Qt::gray,QColor(0x00,0xAA,0xFF),Qt::green,QColor(0x00,0xff,0x00)};
+    QLabel *strstatus[]={StrStatus1,StrStatus2};
+    Console *console[]={Console1,Console2};
+    QString connectmsg="";
+    static unsigned char buff[16384];
+    solopt_t opt=solopt_default;
+    const gtime_t ts={0,0};
+    double tint=TimeEna[2]?TimeInt:0.0,pos[3];
+    int i,j,n,inb,inr,cycle,nmsg[2]={0},stat,istat;
+    int sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    char msg[MAXSTRMSG]="";
+    
+    trace(4,"TimeTimer\n");
+    
+    if (ConnectState) { // real-time input mode
+        for (i=0;i<2;i++) {
+            opt.posf =RtFormat[i];
+            opt.times=RtTimeForm==0?0:RtTimeForm-1;
+            opt.timef=RtTimeForm>=1;
+            opt.degf =RtDegForm;
+            strcpy(opt.sep,qPrintable(RtFieldSep));
+            strsum(Stream+i,&inb,&inr,NULL,NULL);
+            stat=strstat(Stream+i,msg);
+            strstatus[i]->setStyleSheet(QStringLiteral("QLabel {color %1;}").arg(color2String(color[stat<3?stat+1:3])));
+            if (*msg&&strcmp(msg,"localhost")) {
+                connectmsg+=QStringLiteral("(%1) %2 ").arg(i+1).arg(msg);
+            }
+            while ((n=strread(Stream+i,buff,sizeof(buff)))>0) {
+                
+                for (j=0;j<n;j++) {
+                    istat=inputsol(buff[j],ts,ts,tint,0,&opt,SolData+i);
+                    if (istat==0) continue;
+                    if (istat<0) { // disconnect received
+                        Disconnect();
+                        return;
+                    }
+                    if (Week==0&&SolData[i].n==1) { // first data
+                        if (PlotType>PLOT_NSAT) {
+                            UpdateType(PLOT_TRK);
+                        }
+                        time2gpst(SolData[i].time,&Week);
+                        UpdateOrigin();
+                        ecef2pos(SolData[i].data[0].rr,pos);
+//                        googleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+//                        googleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+                    }
+                    nmsg[i]++;
+                }
+                console[i]->AddMsg(buff,n);
+            }
+            if (nmsg[i]>0) {
+                strstatus[i]->setStyleSheet(QStringLiteral("QLabel {color %1;}").arg(color2String(color[4])));
+                SolIndex[i]=SolData[i].n-1;
+            }
+        }
+        ConnectMsg->setText(connectmsg);
+        
+        if (nmsg[0]<=0&&nmsg[1]<=0) return;
+    }
+    else if (BtnAnimate->isEnabled()&&BtnAnimate->isChecked()) { // animation mode
+        cycle=AnimCycle<=0?1:AnimCycle;
+        
+        if (PlotType<=PLOT_NSAT||PlotType==PLOT_RES) {
+            SolIndex[sel]+=cycle;
+            if (SolIndex[sel]>=SolData[sel].n-1) {
+                SolIndex[sel]=SolData[sel].n-1;
+                BtnAnimate->setChecked(false);
+            }
+        }
+        else {
+            ObsIndex+=cycle;
+            if (ObsIndex>=NObs-1) {
+                ObsIndex=NObs-1;
+                BtnAnimate->setChecked(false);
+            }
+        }
+    }
+    else return;
+    
+    UpdateTime();
+    UpdatePlot();
+}
+// set center of x-axis -----------------------------------------------------
+void Plot::SetCentX(double c)
+{
+    double x,y;
+    int i;
+    
+    trace(3,"SetCentX: c=%.3f:\n",c);
+    
+    GraphR->GetCent(x,y);
+    GraphR->SetCent(c,y);
+    for (i=0;i<3;i++) {
+        GraphG[i]->GetCent(x,y);
+        GraphG[i]->SetCent(c,y);
+    }
+}
+// set scale of x-axis ------------------------------------------------------
+void Plot::SetScaleX(double s)
+{
+    double xs,ys;
+    int i;
+    
+    trace(3,"SetScaleX: s=%.3f:\n",s);
+    
+    GraphR->GetScale(xs,ys);
+    GraphR->SetScale(s ,ys);
+    for (i=0;i<3;i++) {
+        GraphG[i]->GetScale(xs,ys);
+        GraphG[i]->SetScale(s, ys);
+    }
+}
+// update plot-type with fit-range ------------------------------------------
+void Plot::UpdateType(int type)
+{
+    trace(3,"UpdateType: type=%d\n",type);
+    
+    PlotType=type;
+    
+    if (AutoScale&&PlotType<=PLOT_SOLA&&(SolData[0].n>0||SolData[1].n>0)) {
+        FitRange(0);
+    }
+    else {
+        SetRange(0,YRange);
+    }
+    UpdatePlotType();
+}
+// update size of plot ------------------------------------------------------
+void Plot::UpdateSize(void)
+{
+    QPushButton *btn[]={BtnOn1,BtnOn2,BtnOn3};
+    QPoint p1(0,0),p2(Disp->width(),Disp->height());
+    double xs,ys;
+    int i,n,h,tmargin,bmargin,rmargin,lmargin;
+    
+    trace(3,"UpdateSize\n");
+    
+    tmargin=5;                                     // top margin
+    bmargin=(int)(Disp->font().pointSize()*1.5)+3; // bottom
+    rmargin=8;                                     // right
+    lmargin=Disp->font().pointSize()*3+15;         // left
+    
+    GraphT->resize();
+    GraphS->resize();
+    GraphR->resize();
+    for (int i=0;i<3;i++)
+        GraphG[i]->resize();
+    for (int i=0;i<2;i++)
+        GraphE[i]->resize();
+
+    GraphT->SetPos(p1,p2);
+    GraphS->SetPos(p1,p2);
+    GraphS->GetScale(xs,ys);
+    xs=MAX(xs,ys);
+    GraphS->SetScale(xs,xs);
+    p1.rx()+=lmargin; p1.ry()+=tmargin;
+    p2.rx()-=rmargin; p2.setY(p2.y()-bmargin);
+    GraphR->SetPos(p1,p2);
+    
+    p1.setY(tmargin); p2.setY(p1.y());
+    for (i=n=0;i<3;i++) if (btn[i]->isChecked()) n++;
+    for (i=0;i<3;i++) {
+        if (!btn[i]->isChecked()) continue;
+        h=(Disp->height()-tmargin-bmargin)/n;
+        p2.ry()+=h;
+        GraphG[i]->SetPos(p1,p2);
+        p1.ry()+=h;
+    }
+    p1.setY(tmargin); p2.setY(p1.y());
+    for (i=n=0;i<2;i++) if (btn[i]->isChecked()) n++;
+    for (i=0;i<2;i++) {
+        if (!btn[i]->isChecked()) continue;
+        h=(Disp->height()-tmargin-bmargin)/n;
+        p2.ry()+=h;
+        GraphE[i]->SetPos(p1,p2);
+        p1.ry()+=h;
+    }
+}
+// update colors on plot ----------------------------------------------------
+void Plot::UpdateColor(void)
+{
+    int i;
+    
+    trace(3,"UpdateColor\n");
+    
+    for (i=0;i<3;i++) {
+        GraphT   ->Color[i]=CColor[i];
+        GraphR   ->Color[i]=CColor[i];
+        GraphS   ->Color[i]=CColor[i];
+        GraphG[0]->Color[i]=CColor[i];
+        GraphG[1]->Color[i]=CColor[i];
+        GraphG[2]->Color[i]=CColor[i];
+    }
+    Disp->setFont(Font);
+}
+// update time-cursor -------------------------------------------------------
+void Plot::UpdateTime(void)
+{
+    gtime_t time;
+    sol_t *sol;
+    double tt;
+    int i,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"UpdateTime\n");
+    
+    // time-cursor change on solution-plot
+    if (PlotType<=PLOT_NSAT||PlotType<=PLOT_RES) {
+        TimeScroll->setMaximum(MAX(1,SolData[sel].n-1));
+        TimeScroll->setValue(SolIndex[sel]);
+        if (!(sol=getsol(SolData+sel,SolIndex[sel]))) return;
+        time=sol->time;
+    }
+    else if (NObs>0) { // time-cursor change on observation-data-plot
+        TimeScroll->setMaximum(MAX(1,NObs-1));
+        TimeScroll->setValue(ObsIndex);
+        time=Obs.data[IndexObs[ObsIndex]].time;
+    }
+    else return;
+    
+    // time-synchronization between solutions and observation-data
+    for (sel=0;sel<2;sel++) {
+       i=SolIndex[sel];
+       if (!(sol=getsol(SolData+sel,i))) continue;
+       tt=timediff(sol->time,time);
+       if (tt<-DTTOL) {
+           for (;i<SolData[sel].n;i++) {
+               if (!(sol=getsol(SolData+sel,i))) continue;
+               if (timediff(sol->time,time)>=-DTTOL) break;
+           }
+       }
+       else if (tt>DTTOL) {
+           for (;i>=0;i--) {
+               if (!(sol=getsol(SolData+sel,i))) continue;
+               if (timediff(sol->time,time)<=DTTOL) break;
+           }
+       }
+       SolIndex[sel]=MAX(0,MIN(SolData[sel].n-1,i));
+    }
+    i=ObsIndex;
+    if (i<=NObs-1) {
+        tt=timediff(Obs.data[IndexObs[i]].time,time);
+        if (tt<-DTTOL) {
+            for (;i<NObs;i++) {
+                if (timediff(Obs.data[IndexObs[i]].time,time)>=-DTTOL) break;
+            }
+        }
+        else if (tt>DTTOL) {
+            for (;i>=0;i--) {
+                if (timediff(Obs.data[IndexObs[i]].time,time)<=DTTOL) break;
+            }
+        }
+        ObsIndex=MAX(0,MIN(NObs-1,i));
+    }
+}
+// update origin of plot ----------------------------------------------------
+void Plot::UpdateOrigin(void)
+{
+    gtime_t time={0,0};
+    sol_t *sol;
+    double opos[3]={0},pos[3],ovel[3]={0};
+    int i,j,n=0,sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    char file[1024],sta[16]="",*p;
+    
+    trace(3,"UpdateOrigin\n");
+    
+    if (Origin==ORG_STARTPOS) {
+        if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    else if (Origin==ORG_ENDPOS) {
+        if (!(sol=getsol(SolData,SolData[0].n-1))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    else if (Origin==ORG_AVEPOS) {
+        for (i=0;(sol=getsol(SolData,i))!=NULL;i++) {
+            if (sol->type!=0) continue;
+            for (j=0;j<3;j++) opos[j]+=sol->rr[j];
+            n++;
+        }
+        if (n>0) for (i=0;i<3;i++) opos[i]/=n;
+    }
+    else if (Origin==ORG_FITPOS) {
+        if (!FitPos(&time,opos,ovel)) return;
+    }
+    else if (Origin==ORG_REFPOS) {
+        if (norm(SolData[0].rb,3)>0.0) {
+            for (i=0;i<3;i++) opos[i]=SolData[0].rb[i];
+        }
+        else {
+            if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+            for (i=0;i<3;i++) opos[i]=sol->rr[i];
+        }
+    }
+    else if (Origin==ORG_LLHPOS) {
+        pos2ecef(OOPos,opos);
+    }
+    else if (Origin==ORG_AUTOPOS) {
+        if (SolFiles[sel].count()>0) {
+            
+            strcpy(file,qPrintable(SolFiles[sel].at(0)));
+            
+            if ((p=strrchr(file,'\\'))) strncpy(sta,p+1,4);
+            else strncpy(sta,file,4);
+            for (p=sta;*p;p++) *p=(char)toupper(*p);
+            
+            strcpy(file,qPrintable(plotOptDialog->refDialog->StaPosFile));
+            
+            ReadStaPos(file,sta,opos);
+        }
+    }
+    else if (Origin-ORG_PNTPOS<MAXWAYPNT) {
+        for (i=0;i<3;i++) opos[i]=PntPos[Origin-ORG_PNTPOS][i];
+    }
+    if (norm(opos,3)<=0.0) {
+        // default start position
+        if (!(sol=getsol(SolData,0))||sol->type!=0) return;
+        for (i=0;i<3;i++) opos[i]=sol->rr[i];
+    }
+    OEpoch=time;
+    for (i=0;i<3;i++) {
+        OPos[i]=opos[i];
+        OVel[i]=ovel[i];
+    }
+    ecef2pos(OPos,pos);
+    googleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+    googleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+}
+// update satellite mask ----------------------------------------------------
+void Plot::UpdateSatMask(void)
+{
+    int sat,prn;
+    char buff[256],*p;
+    
+    trace(3,"UpdateSatMask\n");
+    
+    for (sat=1;sat<=MAXSAT;sat++) SatMask[sat-1]=0;
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (!(satsys(sat,&prn)&NavSys)) SatMask[sat-1]=1;
+    }
+    if (ExSats!="") {
+        strcpy(buff,qPrintable(ExSats));
+        
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+'&&(sat=satid2no(p+1))) SatMask[sat-1]=0; // included
+            else if ((sat=satid2no(p)))       SatMask[sat-1]=1; // excluded
+        }
+    }
+}
+// update satellite select ---------------------------------------------------
+void Plot::UpdateSatSel(void)
+{
+    QString SatListText=SatList->currentText();
+    char id[16];
+    int i,sys=0;
+    
+    if      (SatListText=="G") sys=SYS_GPS;
+    else if (SatListText=="R") sys=SYS_GLO;
+    else if (SatListText=="E") sys=SYS_GAL;
+    else if (SatListText=="J") sys=SYS_QZS;
+    else if (SatListText=="C") sys=SYS_CMP;
+    else if (SatListText=="S") sys=SYS_SBS;
+    for (i=0;i<MAXSAT;i++) {
+        satno2id(i+1,id);
+        SatSel[i]=SatListText=="ALL"||SatListText==id||satsys(i+1,NULL)==sys;
+    }
+}
+// update enable/disable of widgets -----------------------------------------
+void Plot::UpdateEnable(void)
+{
+    bool data=BtnSol1->isChecked()||BtnSol2->isChecked()||BtnSol12->isChecked();
+    bool plot=(PLOT_SOLP<=PlotType)&&(PlotType<=PLOT_NSAT);
+    bool sel=(!BtnSol1->isChecked())&&(BtnSol2->isChecked())?1:0;
+    
+    trace(3,"UpdateEnable\n");
+    
+    Panel1         ->setVisible(MenuToolBar  ->isChecked());
+    Panel21        ->setVisible(MenuStatusBar->isChecked());
+    
+    MenuConnect     ->setChecked(ConnectState);
+    BtnSol2        ->setEnabled(PlotType<=PLOT_NSAT||PlotType==PLOT_RES);
+    BtnSol12       ->setVisible(!ConnectState&&PlotType<=PLOT_SOLA&&SolData[0].n>0&&SolData[1].n>0);
+    
+    QFlag          ->setVisible(PlotType<=PLOT_NSAT);
+    ObsType        ->setEnabled(!SimObs);
+    ObsType2       ->setEnabled(!SimObs);
+    ObsType        ->setVisible(PlotType==PLOT_OBS||PlotType<=PLOT_SKY);
+    ObsType2       ->setVisible(PlotType==PLOT_SNR||PlotType==PLOT_SNRE||PlotType==PLOT_MPS);
+
+    FrqType        ->setVisible(PlotType==PLOT_RES);
+    DopType        ->setVisible(PlotType==PLOT_DOP);
+    SatList        ->setVisible(PlotType>=PLOT_OBS||PlotType==PLOT_RES);
+    SatList        ->setEnabled(PlotType>=PLOT_OBS||PlotType==PLOT_SKY||
+                             PlotType==PLOT_DOP||PlotType==PLOT_SNR||
+                             PlotType==PLOT_RES);
+    
+    BtnOn1         ->setEnabled(plot||PlotType==PLOT_SNR||PlotType==PLOT_RES||PlotType==PLOT_SNRE);
+    BtnOn2         ->setEnabled(plot||PlotType==PLOT_SNR||PlotType==PLOT_RES||PlotType==PLOT_SNRE);
+    BtnOn3         ->setEnabled(plot||PlotType==PLOT_SNR||PlotType==PLOT_RES);
+    
+    MenuCenterOri   ->setVisible(PlotType<=PLOT_RES);
+    MenuCenterOri   ->setEnabled(plot||PlotType==PLOT_TRK);
+    BtnRangeList   ->setVisible(MenuCenterOri->isVisible());
+    BtnRangeList   ->setEnabled(MenuCenterOri->isEnabled());
+    
+    MenuShowTrack   ->setEnabled(data);
+    MenuFitHoriz    ->setEnabled(data&&PlotType!=PLOT_SKY&&PlotType!=PLOT_SNRE&&PlotType!=PLOT_TRK);
+    MenuFitVert     ->setEnabled(data&&PlotType<=PLOT_SOLA);
+    
+    MenuFixCent     ->setEnabled(data&&PlotType==PLOT_TRK);
+    MenuFixHoriz    ->setEnabled(data&&(PlotType==PLOT_SOLP||PlotType==PLOT_SOLV||
+                                    PlotType==PLOT_SOLA||PlotType==PLOT_OBS ||
+                                    PlotType==PLOT_DOP ||PlotType==PLOT_RES ||
+                                    PlotType==PLOT_SNR));
+    MenuFixVert     ->setEnabled(data&&plot&&PlotType!=PLOT_TRK&&PlotType!=PLOT_NSAT);
+    MenuShowPoint   ->setEnabled((PlotType==PLOT_TRK)&&!BtnSol12->isChecked());
+    
+    MenuShowSkyplot ->setVisible(PlotType==PLOT_SKY||PlotType==PLOT_MPS);
+    BtnShowSkyplot  ->setVisible(MenuShowSkyplot->isVisible());
+    MenuShowMap     ->setVisible((PlotType==PLOT_TRK&&MapImage.height()>0&&!BtnSol12->isChecked())||
+                             (PlotType==PLOT_SKY&&SkyImageI.height()>0)||
+                             (PlotType==PLOT_MPS&&SkyImageI.height()>0));
+    BtnAnimate     ->setVisible(data&&MenuShowTrack->isChecked());
+    TimeScroll     ->setVisible(data&&MenuShowTrack->isChecked());
+
+#if defined(QWEBKIT) || defined(QWEBENGINE)
+    MenuGE          ->setEnabled(SolData[0].n>0||SolData[1].n>0);
+    MenuGM          ->setEnabled(SolData[0].n>0||SolData[1].n>0);
+#endif
+    
+    if (!MenuShowTrack->isChecked()) {
+        MenuFixHoriz->setEnabled(false);
+        MenuFixVert ->setEnabled(false);
+        MenuFixCent ->setEnabled(false);
+        BtnAnimate ->setChecked(false);
+    }
+    MenuMapImg     ->setEnabled(MapImage.height()>0);
+    MenuSkyImg     ->setEnabled(SkyImageI.height()>0);
+    MenuSrcSol     ->setEnabled(SolFiles[sel].count()>0);
+    MenuSrcObs     ->setEnabled(ObsFiles.count()>0);
+    MenuQcObs      ->setEnabled(ObsFiles.count()>0);
+    
+    MenuShowSkyplot->setEnabled(MenuShowSkyplot->isVisible());
+    
+    MenuAnimStart  ->setEnabled(!ConnectState&&BtnAnimate->isEnabled()&&!BtnAnimate->isChecked());
+    MenuAnimStop   ->setEnabled(!ConnectState&&BtnAnimate->isEnabled()&& BtnAnimate->isChecked());
+    TimeScroll     ->setEnabled(data&&MenuShowTrack->isChecked());
+    
+    MenuOpenSol1   ->setEnabled(!ConnectState);
+    MenuOpenSol2   ->setEnabled(!ConnectState);
+    MenuConnect    ->setEnabled(!ConnectState);
+    MenuDisconnect ->setEnabled( ConnectState);
+    MenuPort       ->setEnabled(!ConnectState);
+    MenuOpenObs    ->setEnabled(!ConnectState);
+    MenuOpenNav    ->setEnabled(!ConnectState);
+    MenuOpenElevMask->setEnabled(!ConnectState);
+    MenuReload     ->setEnabled(!ConnectState);
+    
+    MenuReload     ->setVisible(!ConnectState);
+    StrStatus1     ->setVisible( ConnectState);
+    StrStatus2     ->setVisible( ConnectState);
+    Panel12        ->setVisible(!ConnectState);
+}
+// linear-fitting of positions ----------------------------------------------
+int Plot::FitPos(gtime_t *time, double *opos, double *ovel)
+{
+    sol_t *sol;
+    int i,j;
+    double t,x[2],Ay[3][2]={{0}},AA[3][4]={{0}};
+    
+    trace(3,"FitPos\n");
+    
+    if (SolData[0].n<=0) return 0;
+    
+    for (i=0;(sol=getsol(SolData,i))!=NULL;i++) {
+        if (sol->type!=0) continue;
+        if (time->time==0) *time=sol->time;
+        t=timediff(sol->time,*time);
+        
+        for (j=0;j<3;j++) {
+            Ay[j][0]+=sol->rr[j];
+            Ay[j][1]+=sol->rr[j]*t;
+            AA[j][0]+=1.0;
+            AA[j][1]+=t;
+            AA[j][2]+=t;
+            AA[j][3]+=t*t;
+        }
+    }
+    for (i=0;i<3;i++) {
+        if (solve("N",AA[i],Ay[i],2,1,x)) return 0;
+        opos[i]=x[0];
+        ovel[i]=x[1];
+    }
+    return 1;
+}
+// fit time-range of plot ---------------------------------------------------
+void Plot::FitTime(void)
+{
+    sol_t *sols,*sole;
+    double tl[2]={86400.0*7,0.0},tp[2],xl[2],yl[2],zl[2];
+    int sel=!BtnSol1->isChecked()&&BtnSol2->isChecked()?1:0;
+    
+    trace(3,"FitTime\n");
+    
+    sols=getsol(SolData+sel,0);
+    sole=getsol(SolData+sel,SolData[sel].n-1);
+    if (sols&&sole) {
+        tl[0]=MIN(tl[0],TimePos(sols->time));
+        tl[1]=MAX(tl[1],TimePos(sole->time));
+    }
+    if (Obs.n>0) {
+        tl[0]=MIN(tl[0],TimePos(Obs.data[0].time));
+        tl[1]=MAX(tl[1],TimePos(Obs.data[Obs.n-1].time));
+    }
+    if (TimeEna[0]) tl[0]=TimePos(TimeStart);
+    if (TimeEna[1]) tl[1]=TimePos(TimeEnd  );
+    
+    if (tl[0]==tl[1]) {
+        tl[0]=tl[0]-DEFTSPAN/2.0;
+        tl[1]=tl[0]+DEFTSPAN/2.0;
+    }
+    else if (tl[0]>tl[1]) {
+        tl[0]=-DEFTSPAN/2.0;
+        tl[1]= DEFTSPAN/2.0;
+    }
+    GraphG[0]->GetLim(tp,xl);
+    GraphG[1]->GetLim(tp,yl);
+    GraphG[2]->GetLim(tp,zl);
+    GraphG[0]->SetLim(tl,xl);
+    GraphG[1]->SetLim(tl,yl);
+    GraphG[2]->SetLim(tl,zl);
+    GraphR   ->GetLim(tp,xl);
+    GraphR   ->SetLim(tl,xl);
+}
+// set x/y-range of plot ----------------------------------------------------
+void Plot::SetRange(int all, double range)
+{
+    double xl[]={-range,range};
+    double yl[]={-range,range};
+    double zl[]={-range,range};
+    double xs,ys,tl[2],xp[2],pos[3];
+    
+    trace(3,"SetRange: all=%d range=%.3f\n",all,range);
+    
+    if (all||PlotType==PLOT_TRK) {
+        GraphT->SetLim(xl,yl);
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(MAX(xs,ys),MAX(xs,ys));
+#if 1
+        if (norm(OPos,3)>0.0) {
+            ecef2pos(OPos,pos);
+            googleEarthView->SetView(pos[0]*R2D,pos[1]*R2D,0.0,0.0);
+            googleMapView->SetView(pos[0]*R2D,pos[1]*R2D,13);
+        }
+#endif
+    }
+    if (PLOT_SOLP<=PlotType&&PlotType<=PLOT_SOLA) {
+        GraphG[0]->GetLim(tl,xp);
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else if (PlotType==PLOT_NSAT) {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=yl[0]=zl[0]=0.0;
+        xl[1]=MaxDop;
+        yl[1]=YLIM_AGE;
+        zl[1]=YLIM_RATIO;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else if (PlotType<PLOT_SNR) {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=-10.0; xl[1]=10.0;
+        yl[0]= -0.1; yl[1]= 0.1;
+        zl[0]=  0.0; zl[1]=90.0;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    else {
+        GraphG[0]->GetLim(tl,xp);
+        xl[0]=10.0; xl[1]= 60.0;
+        yl[0]=-MaxMP; yl[1]=MaxMP;
+        zl[0]= 0.0; zl[1]= 90.0;
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+}
+// fit x/y-range of plot ----------------------------------------------------
+void Plot::FitRange(int all)
+{
+    TIMEPOS *pos,*pos1,*pos2;
+    sol_t *data;
+    double xs,ys,xp[2],tl[2],xl[]={1E8,-1E8},yl[2]={1E8,-1E8},zl[2]={1E8,-1E8};
+    double lat,lon,lats[2]={90,-90},lons[2]={180,-180},llh[3];
+    int i,type=PlotType-PLOT_SOLP;
+    
+    trace(3,"FitRange: all=%d\n",all);
+    
+    MenuFixHoriz->setChecked(false);
+    
+    if (BtnSol1->isChecked()) {
+        
+        pos=SolToPos(SolData,-1,QFlag->currentIndex(),type);
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos;
+    }
+    if (BtnSol2->isChecked()) {
+        
+        pos=SolToPos(SolData+1,-1,QFlag->currentIndex(),type);
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos;
+    }
+    if (BtnSol12->isChecked()) {
+        
+        pos1=SolToPos(SolData  ,-1,0,type);
+        pos2=SolToPos(SolData+1,-1,0,type);
+        pos=pos1->diff(pos2,QFlag->currentIndex());
+        
+        for (i=0;i<pos->n;i++) {
+            xl[0]=MIN(xl[0],pos->x[i]);
+            yl[0]=MIN(yl[0],pos->y[i]);
+            zl[0]=MIN(zl[0],pos->z[i]);
+            xl[1]=MAX(xl[1],pos->x[i]);
+            yl[1]=MAX(yl[1],pos->y[i]);
+            zl[1]=MAX(zl[1],pos->z[i]);
+        }
+        delete pos1;
+        delete pos2;
+        delete pos;
+    }
+    xl[0]-=0.05;
+    xl[1]+=0.05;
+    yl[0]-=0.05;
+    yl[1]+=0.05;
+    zl[0]-=0.05;
+    zl[1]+=0.05;
+    
+    if (all||PlotType==PLOT_TRK) {
+        GraphT->SetLim(xl,yl);
+        GraphT->GetScale(xs,ys);
+        GraphT->SetScale(MAX(xs,ys),MAX(xs,ys));
+    }
+    if (all||PlotType<=PLOT_SOLA||PlotType==PLOT_RES) {
+        GraphG[0]->GetLim(tl,xp);
+        GraphG[0]->SetLim(tl,xl);
+        GraphG[1]->SetLim(tl,yl);
+        GraphG[2]->SetLim(tl,zl);
+    }
+    if (all) {
+        if (BtnSol1->isChecked()) {
+            for (i=0;(data=getsol(SolData,i))!=NULL;i++) {
+                ecef2pos(data->rr,llh); 
+                lats[0]=MIN(lats[0],llh[0]*R2D);
+                lons[0]=MIN(lons[0],llh[1]*R2D);
+                lats[1]=MAX(lats[1],llh[0]*R2D);
+                lons[1]=MAX(lons[1],llh[1]*R2D);
+            }
+        }
+        if (BtnSol2->isChecked()) {
+            for (i=0;(data=getsol(SolData+1,i))!=NULL;i++) {
+                ecef2pos(data->rr,llh); 
+                lats[0]=MIN(lats[0],llh[0]*R2D);
+                lons[0]=MIN(lons[0],llh[1]*R2D);
+                lats[1]=MAX(lats[1],llh[0]*R2D);
+                lons[1]=MAX(lons[1],llh[1]*R2D);
+            }
+        }
+        if (lats[0]<=lats[1]&&lons[0]<=lons[1]) {
+            lat=(lats[0]+lats[1])/2.0;
+            lon=(lons[0]+lons[1])/2.0;
+            googleEarthView->SetView(lat,lon,0.0,0.0);
+        }
+    }
+}
+// load options from ini-file -----------------------------------------------
+void Plot::LoadOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    QString s1;
+    double range;
+    char rangelist[64];
+    int i,geopts[12];
+    
+    trace(3,"LoadOpt\n");
+    
+    PlotType     =settings.value("plot/plottype",      0).toInt();
+    TimeLabel    =settings.value("plot/timelabel",     1).toInt();
+    LatLonFmt    =settings.value("plot/latlonfmt",     0).toInt();
+    AutoScale    =settings.value("plot/autoscale",     1).toInt();
+    ShowStats    =settings.value("plot/showstats",     0).toInt();
+    ShowLabel    =settings.value("plot/showlabel",     1).toInt();
+    ShowGLabel   =settings.value("plot/showglabel",    1).toInt();
+    ShowCompass  =settings.value("plot/showcompass",   0).toInt();
+    ShowScale    =settings.value("plot/showscale",     1).toInt();
+    ShowArrow    =settings.value("plot/showarrow",     0).toInt();
+    ShowSlip     =settings.value("plot/showslip",      0).toInt();
+    ShowHalfC    =settings.value("plot/showhalfc",     0).toInt();
+    ShowErr      =settings.value("plot/showerr",       0).toInt();
+    ShowEph      =settings.value("plot/showeph",       0).toInt();
+    PlotStyle    =settings.value("plot/plotstyle",     0).toInt();
+    MarkSize     =settings.value("plot/marksize",      2).toInt();
+    NavSys       =settings.value("plot/navsys",  SYS_GPS).toInt();
+    AnimCycle    =settings.value("plot/animcycle",    10).toInt();
+    RefCycle     =settings.value("plot/refcycle",    100).toInt();
+    HideLowSat   =settings.value("plot/hidelowsat",    0).toInt();
+    ElMaskP      =settings.value("plot/elmaskp",       0).toInt();
+    ExSats       =settings.value ("plot/exsats",       "").toString();
+    RtBuffSize   =settings.value("plot/rtbuffsize",10800).toInt();
+    RtStream[0]  =settings.value("plot/rtstream1",     0).toInt();
+    RtStream[1]  =settings.value("plot/rtstream2",     0).toInt();
+    RtFormat[0]  =settings.value("plot/rtformat1",     0).toInt();
+    RtFormat[1]  =settings.value("plot/rtformat2",     0).toInt();
+    RtTimeForm   =settings.value("plot/rttimeform",    0).toInt();
+    RtDegForm    =settings.value("plot/rtdegform",     0).toInt();
+    RtFieldSep   =settings.value ("plot/rtfieldsep",   "").toString();
+    RtTimeOutTime=settings.value("plot/rttimeouttime", 0).toInt();
+    RtReConnTime =settings.value("plot/rtreconntime",10000).toInt();
+    
+    MColor[0][0]=settings.value("plot/mcolor0", QColor(0xc0,0xc0,0xc0) ).value<QColor>();
+    MColor[0][1]=settings.value("plot/mcolor1", QColor(Qt::green)  ).value<QColor>();
+    MColor[0][2]=settings.value("plot/mcolor2", QColor(0x00,0xAA,0xFF)).value<QColor>();
+    MColor[0][3]=settings.value("plot/mcolor3", QColor(0xff,0x00,0xff)).value<QColor>();
+    MColor[0][4]=settings.value("plot/mcolor4", QColor(Qt::blue)   ).value<QColor>();
+    MColor[0][5]=settings.value("plot/mcolor5", QColor(Qt::red)    ).value<QColor>();
+    MColor[0][6]=settings.value("plot/mcolor6", QColor(0x80,0x80,0x00)   ).value<QColor>();
+    MColor[0][7]=settings.value("plot/mcolor7", QColor(Qt::gray)   ).value<QColor>();
+    MColor[1][0]=settings.value("plot/mcolor8", QColor(0xc0,0xc0,0xc0) ).value<QColor>();
+    MColor[1][1]=settings.value("plot/mcolor9", QColor(0x80,0x40,0x00) ).value<QColor>();
+    MColor[1][2]=settings.value("plot/mcolor10",QColor(0x00,0x80,0x80) ).value<QColor>();
+    MColor[1][3]=settings.value("plot/mcolor11",QColor(0xFF,0x00,0x80) ).value<QColor>();
+    MColor[1][4]=settings.value("plot/mcolor12",QColor(0xFF,0x80,0x00) ).value<QColor>();
+    MColor[1][5]=settings.value("plot/mcolor13",QColor(0x80,0x80,0xFF) ).value<QColor>();
+    MColor[1][6]=settings.value("plot/mcolor14",QColor(0xFF,0x80,0x80) ).value<QColor>();
+    MColor[1][7]=settings.value("plot/mcolor15",QColor(Qt::gray)   ).value<QColor>();
+    CColor[0]=settings.value("plot/color1", QColor(Qt::white)  ).value<QColor>();
+    CColor[1]=settings.value("plot/color2", QColor(0xc0,0xc0,0xc0) ).value<QColor>();
+    CColor[2]=settings.value("plot/color3", QColor(Qt::black)  ).value<QColor>();
+    CColor[3]=settings.value("plot/color4", QColor(0xc0,0xc0,0xc0) ).value<QColor>();
+    
+    plotOptDialog->refDialog->StaPosFile=settings.value ("plot/staposfile","").toString();
+    plotOptDialog->refDialog->Format    =settings.value("plot/staposformat",0).toInt();
+    
+    ElMask    =settings.value  ("plot/elmask", 0.0).toDouble();
+    MaxDop    =settings.value  ("plot/maxdop",30.0).toDouble();
+    MaxMP     =settings.value  ("plot/maxmp" ,10.0).toDouble();
+    YRange    =settings.value  ("plot/yrange", 5.0).toDouble();
+    Origin    =settings.value("plot/orgin",    2).toInt();
+    RcvPos    =settings.value("plot/rcvpos",   0).toInt();
+    OOPos[0]  =settings.value  ("plot/oopos1",   0).toDouble();
+    OOPos[1]  =settings.value  ("plot/oopos2",   0).toDouble();
+    OOPos[2]  =settings.value  ("plot/oopos3",   0).toDouble();
+    QcCmd     =settings.value ("plot/qccmd","teqc +qc +sym +l -rep -plot").toString();
+    TLEFile   =settings.value ("plot/tlefile", "").toString();
+    TLESatFile=settings.value ("plot/tlesatfile","").toString();
+        
+    Font.setFamily(settings.value ("plot/fontname","Tahoma").toString());
+    Font.setPointSize(settings.value("plot/fontsize",8).toInt());
+    
+    RnxOpts   =settings.value ("plot/rnxopts","").toString();
+    
+    for (i=0;i<11;i++) {
+        geopts[i]=settings.value(QString("ge/geopts_%1").arg(i),0).toInt();
+    }
+    googleEarthView->SetOpts(geopts);
+    
+    for (i=0;i<2;i++) {
+        StrCmds  [0][i]=settings.value (QString("str/strcmd1_%1").arg(i),"").toString();
+        StrCmds  [1][i]=settings.value (QString("str/strcmd2_%1").arg(i),"").toString();
+        StrCmdEna[0][i]=settings.value(QString("str/strcmdena1_%1").arg(i), 0).toInt();
+        StrCmdEna[1][i]=settings.value(QString("str/strcmdena2_%1").arg(i), 0).toInt();
+    }
+    for (i=0;i<3;i++) {
+        StrPaths[0][i]=settings.value (QString("str/strpath1_%1").arg(i),"").toString();
+        StrPaths[1][i]=settings.value (QString("str/strpath2_%1").arg(i),"").toString();
+    }
+    for (i=0;i<10;i++) {
+        StrHistory [i]=settings.value (QString("str/strhistry_%1").arg(i),"").toString();
+        StrMntpHist[i]=settings.value (QString("str/strmntphist_%1").arg(i),"").toString();
+    }
+    NWayPnt   =settings.value("plot/nmappnt",0).toInt();
+    for (i=0;i<NWayPnt;i++) {
+        PntName[i]=settings.value(QString("plot/pntname%1").arg(i+1),"").toString();
+        s1=settings.value(QString("plot(pntpos%1").arg(i+1),"0,0,0").toString();
+        PntPos[i][0]=PntPos[i][1]=PntPos[i][2]=0.0;
+
+        QStringList tokens=s1.split(',');
+        if (tokens.size()>=3)
+            for (int j=0;j<3;j++) PntPos[i][j]=tokens.at(i).toDouble();
+    }
+    TextViewer::Color1=settings.value("viewer/color1",QColor(Qt::black)).value<QColor>();
+    TextViewer::Color2=settings.value("viewer/color2",QColor(Qt::white)).value<QColor>();
+    TextViewer::FontD.setFamily(settings.value ("viewer/fontname","Courier New").toString());
+    TextViewer::FontD.setPointSize(settings.value("viewer/fontsize",9).toInt());
+    
+    fileSelDialog->Dir=settings.value("solbrows/dir","").toString();
+    
+    for (i=0;i<RangeList->count();i++) {
+        
+        strcpy(rangelist,qPrintable(RangeList->item(i)->text()));
+        
+        if (sscanf(rangelist,"%lf",&range)&&range==YRange) {
+            RangeList->item(i)->setSelected(true);
+        }
+    }
+}
+// save options to ini-file -------------------------------------------------
+void Plot::SaveOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    int i,geopts[12];
+    
+    trace(3,"SaveOpt\n");
+    
+    settings.setValue("plot/plottype",     PlotType     );
+    settings.setValue("plot/timelabel",    TimeLabel    );
+    settings.setValue("plot/latlonfmt",    LatLonFmt    );
+    settings.setValue("plot/autoscale",    AutoScale    );
+    settings.setValue("plot/showstats",    ShowStats    );
+    settings.setValue("plot/showlabel",    ShowLabel    );
+    settings.setValue("plot/showglabel",   ShowGLabel   );
+    settings.setValue("plot/showcompass",  ShowCompass  );
+    settings.setValue("plot/showscale",    ShowScale    );
+    settings.setValue("plot/showarrow",    ShowArrow    );
+    settings.setValue("plot/showslip",     ShowSlip     );
+    settings.setValue("plot/showhalfc",    ShowHalfC    );
+    settings.setValue("plot/showerr",      ShowErr      );
+    settings.setValue("plot/showeph",      ShowEph      );
+    settings.setValue("plot/plotstyle",    PlotStyle    );
+    settings.setValue("plot/marksize",     MarkSize     );
+    settings.setValue("plot/navsys",       NavSys       );
+    settings.setValue("plot/animcycle",    AnimCycle    );
+    settings.setValue("plot/refcycle",     RefCycle     );
+    settings.setValue("plot/hidelowsat",   HideLowSat   );
+    settings.setValue("plot/elmaskp",      ElMaskP      );
+    settings.setValue ("plot/exsats",       ExSats       );
+    settings.setValue("plot/rtbuffsize",   RtBuffSize   );
+    settings.setValue("plot/rtstream1",    RtStream[0]  );
+    settings.setValue("plot/rtstream2",    RtStream[1]  );
+    settings.setValue("plot/rtformat1",    RtFormat[0]  );
+    settings.setValue("plot/rtformat2",    RtFormat[1]  );
+    settings.setValue("plot/rttimeform",   RtTimeForm   );
+    settings.setValue("plot/rtdegform",    RtDegForm    );
+    settings.setValue ("plot/rtfieldsep",   RtFieldSep   );
+    settings.setValue("plot/rttimeouttime",RtTimeOutTime);
+    settings.setValue("plot/rtreconntime", RtReConnTime );
+    
+    settings.setValue("plot/mcolor0",     MColor[0][0]);
+    settings.setValue("plot/mcolor1",     MColor[0][1]);
+    settings.setValue("plot/mcolor2",     MColor[0][2]);
+    settings.setValue("plot/mcolor3",     MColor[0][3]);
+    settings.setValue("plot/mcolor4",     MColor[0][4]);
+    settings.setValue("plot/mcolor5",     MColor[0][5]);
+    settings.setValue("plot/mcolor6",     MColor[0][6]);
+    settings.setValue("plot/mcolor7",     MColor[0][7]);
+    settings.setValue("plot/mcolor8",     MColor[0][0]);
+    settings.setValue("plot/mcolor9",     MColor[1][1]);
+    settings.setValue("plot/mcolor10",    MColor[1][2]);
+    settings.setValue("plot/mcolor11",    MColor[1][3]);
+    settings.setValue("plot/mcolor12",    MColor[1][4]);
+    settings.setValue("plot/mcolor13",    MColor[1][5]);
+    settings.setValue("plot/mcolor14",    MColor[1][6]);
+    settings.setValue("plot/mcolor15",    MColor[1][7]);
+    settings.setValue("plot/color1",      CColor[0]);
+    settings.setValue("plot/color2",      CColor[1]);
+    settings.setValue("plot/color3",      CColor[2]);
+    settings.setValue("plot/color4",      CColor[3]);
+    
+    settings.setValue ("plot/staposfile",   plotOptDialog->refDialog->StaPosFile);
+    settings.setValue("plot/staposformat", plotOptDialog->refDialog->Format);
+    
+    settings.setValue  ("plot/elmask",       ElMask        );
+    settings.setValue  ("plot/maxdop",       MaxDop        );
+    settings.setValue  ("plot/maxmp",        MaxMP         );
+    settings.setValue  ("plot/yrange",       YRange        );
+    settings.setValue("plot/orgin",        Origin        );
+    settings.setValue("plot/rcvpos",       RcvPos        );
+    settings.setValue  ("plot/oopos1",       OOPos[0]      );
+    settings.setValue  ("plot/oopos2",       OOPos[1]      );
+    settings.setValue  ("plot/oopos3",       OOPos[2]      );
+    settings.setValue ("plot/qccmd",        QcCmd         );
+    settings.setValue ("plot/tlefile",      TLEFile       );
+    settings.setValue ("plot/tlesatfile",   TLESatFile    );
+    
+    settings.setValue ("plot/fontname",     Font.family()    );
+    settings.setValue("plot/fontsize",     Font.pointSize()    );
+    
+    settings.setValue ("plot/rnxopts",      RnxOpts       );
+    
+    googleEarthView->GetOpts(geopts);
+    for (i=0;i<11;i++) {
+        settings.setValue(QString("gr/geopts_%1").arg(i),geopts[i]);
+    }
+    for (i=0;i<2;i++) {
+        settings.setValue (QString("str/strcmd1_%1").arg(i),StrCmds  [0][i]);
+        settings.setValue (QString("str/strcmd2_%1").arg(i),StrCmds  [1][i]);
+        settings.setValue(QString("str/strcmdena1_%1").arg(i),StrCmdEna[0][i]);
+        settings.setValue(QString("str/strcmdena2_%1").arg(i),StrCmdEna[1][i]);
+    }
+    for (i=0;i<3;i++) {
+        settings.setValue (QString("str/strpath1_%1").arg(i),StrPaths[0][i]);
+        settings.setValue (QString("str/strpath2_%1").arg(i),StrPaths[1][i]);
+    }
+    for (i=0;i<10;i++) {
+        settings.setValue (QString("str/strhistry_%1").arg(i),StrHistory [i]);
+        settings.setValue (QString("str/strmntphist_%1").arg(i),StrMntpHist[i]);
+    }
+    settings.setValue("plot/nmappnt",NWayPnt);
+    for (i=0;i<NWayPnt;i++) {
+        settings.setValue(QString("plot/pntname%1").arg(i+1),PntName[i]);
+        settings.setValue(QString("plot/pntpos%1").arg(i+1),
+            QString("%1,%2,%3").arg(PntPos[i][0],0,'f',4).arg(PntPos[i][1],0,'f',4).arg(PntPos[i][2],0,'f',4));
+    }
+    settings.setValue("viewer/color1",TextViewer::Color1  );
+    settings.setValue("viewer/color2",TextViewer::Color2  );
+    settings.setValue("viewer/fontname",TextViewer::FontD.family());
+    settings.setValue("viewer/fontsize",TextViewer::FontD.pointSize());
+    
+    settings.setValue ("solbrows/dir",fileSelDialog->Dir);
+    
+}
+//---------------------------------------------------------------------------
+
+void Plot::MenuPlotGEClick()
+{
+    QScreen *scr=QApplication::screens().at(0);
+    QRect rect = scr->availableGeometry();
+    QSize thisDecoration=this->frameSize()-this->size();
+    this->move(rect.x(),rect.y());
+    this->resize(rect.width()/2-thisDecoration.width(),rect.height()-thisDecoration.height());
+
+    QSize GEDecoration=googleEarthView->frameSize()-googleEarthView->size();
+    googleEarthView->move(rect.x()+rect.width()/2,rect.y());
+    googleEarthView->resize(rect.width()/2-GEDecoration.width(),rect.height()-GEDecoration.height());
+    googleMapView->setVisible(false);
+    googleEarthView->setVisible(true);
+}
+//---------------------------------------------------------------------------
+
+void Plot::MenuPlotGMClick()
+{
+    QScreen *scr=QApplication::screens().at(0);
+    QRect rect = scr->availableGeometry();
+    QSize thisDecoration=this->frameSize()-this->size();
+    this->move(rect.x(),rect.y());
+    this->resize(rect.width()/2-thisDecoration.width(),rect.height()-thisDecoration.height());
+
+    QSize GMDecoration=googleMapView->frameSize()-googleMapView->size();
+    googleMapView->move(rect.x()+rect.width()/2,rect.y());
+    googleMapView->resize(rect.width()/2-GMDecoration.width(),rect.height()-GMDecoration.height());
+    googleEarthView->setVisible(false);;
+    googleMapView->setVisible(true);
+}
+//---------------------------------------------------------------------------
+
+void Plot::MenuPlotGEGMClick()
+{
+    QScreen *scr=QApplication::screens().at(0);
+    QRect rect = scr->availableGeometry();
+    QSize thisDecoration=this->frameSize()-this->size();
+    this->move(rect.x(),rect.y());
+    this->resize(rect.width()/2-thisDecoration.width(),rect.height()-thisDecoration.height());
+
+    QSize GMDecoration=googleMapView->frameSize()-googleMapView->size();
+    QSize GEDecoration=googleEarthView->frameSize()-googleEarthView->size();
+    googleEarthView->move(rect.x()+rect.width()/2,rect.y());
+    googleEarthView->resize(rect.width()/2-GEDecoration.width(),rect.height()/2-GEDecoration.height());
+    googleMapView->move(rect.x()+rect.width()/2,rect.y()+rect.height()/2);
+    googleMapView->resize(rect.width()/2-GMDecoration.width(),rect.height()/2-GMDecoration.height());
+    googleEarthView->setVisible(true);
+    googleMapView->setVisible(true);
+}
+//---------------------------------------------------------------------------
+
+void Plot::MenuMaxClick()
+{
+    setWindowState(Qt::WindowMaximized);
+    googleEarthView->setVisible(false);
+    googleMapView->setVisible(false);
+}
+//---------------------------------------------------------------------------
+
+/*void Plot::DispGesture(, const TGestureEventInfo &EventInfo,
+          bool &Handled)
+{
+#if 0
+    QString s;
+    int b,e;
+    
+    b=EventInfo.Flags.Contains(gfBegin);
+    e=EventInfo.Flags.Contains(gfEnd);
+    
+	if (EventInfo.GestureID==Controls::igiZoom) {
+        s.sprintf("zoom: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+	else if (EventInfo.GestureID==Controls::igiPan) {
+        s.sprintf("pan: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+	else if (EventInfo.GestureID==Controls::igiRotate) {
+        s.sprintf("rotate: Location=%d,%d,Flag=%d,%d,Angle=%.1f,Disnance=%d",
+                  EventInfo.Location.X,EventInfo.Location.Y,b,e,
+                  EventInfo.Angle,EventInfo.Distance);
+        Message1->Caption=s;
+    }
+#endif
+}*/
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot_qt/plotmain.h b/app/rtkplot_qt/plotmain.h
new file mode 100644
index 0000000..46f723e
--- /dev/null
+++ b/app/rtkplot_qt/plotmain.h
@@ -0,0 +1,474 @@
+//---------------------------------------------------------------------------
+#ifndef plotmainH
+#define plotmainH
+//---------------------------------------------------------------------------
+#include <QTimer>
+#include <QTime>
+#include <QMainWindow>
+
+#include "graph.h"
+#include "console.h"
+#include "rtklib.h"
+
+#include "ui_plotmain.h"
+
+#define MAXNFILE    256                 // max number of solution files
+#define MAXSTRBUFF  1024                // max length of stream buffer
+#define MAXWAYPNT   10                  // max number of waypoints
+#define MAXMAPPATH  4096                // max number of map path
+
+#define PRGNAME     "RTKPLOT-QT"           // program name
+
+const QChar degreeChar(0260);           // character code of degree (UTF-8)
+const QChar up2Char(0262);              // character code of ^2     (UTF-8)
+
+#define DEFTSPAN    600.0               // default time span (s)
+#define INTARROW    60.0                // direction arrow interval (s)
+#define MAXTDIFF    60.0                // max differential time (s)
+#define DOPLIM      30.0                // dop view limit
+#define TTOL        DTTOL               // time-differnce tolerance (s)
+#define TBRK        300.0               // time to recognize break (s)
+#define THRESLIP    0.1                 // slip threshold of LG-jump (m)
+#define SIZE_COMP   45                  // compass size (pixels)
+#define SIZE_VELC   45                  // velocity circle size (pixels)
+#define MIN_RANGE_GE 10.0               // min range for GE view
+
+#define PLOT_TRK    0                   // plot-type: track-plot
+#define PLOT_SOLP   1                   // plot-type: position-plot
+#define PLOT_SOLV   2                   // plot-type: velocity-plot
+#define PLOT_SOLA   3                   // plot-type: accel-plot
+#define PLOT_NSAT   4                   // plot-type: number-of-satellite-plot
+#define PLOT_RES    5                   // plot-type: residual-plot
+#define PLOT_OBS    6                   // plot-type: observation-data-plot
+#define PLOT_SKY    7                   // plot-type: sky-plot
+#define PLOT_DOP    8                   // plot-type: dop-plot
+#define PLOT_SNR    9                   // plot-type: snr/mp-plot
+#define PLOT_SNRE   10                  // plot-type: snr/mp-el-plot
+#define PLOT_MPS    11                  // plot-type: mp-skyplot
+
+#define ORG_STARTPOS 0                  // plot-origin: start position
+#define ORG_ENDPOS  1                   // plot-origin: end position
+#define ORG_AVEPOS  2                   // plot-origin: average position
+#define ORG_FITPOS  3                   // plot-origin: linear-fit position
+#define ORG_REFPOS  4                   // plot-origin: reference position
+#define ORG_LLHPOS  5                   // plot-origin: lat/lon/hgt position
+#define ORG_AUTOPOS 6                   // plot-origin: auto-input position
+#define ORG_PNTPOS  7                   // plot-origin: way-point position
+
+#define TRACEFILE   "rtkplot.trace"     // trace file
+#define QCTMPFILE   "rtkplot_qc.temp"   // tempolary file for qc
+#define QCERRFILE   "rtkplot_qc.err"    // error file for qc
+
+#define SQR(x)      ((x)*(x))
+#define SQRT(x)     ((x)<0.0?0.0:sqrt(x))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+extern const QString PTypes[];
+
+class MapAreaDialog;
+class GoogleEarthView;
+class GoogleMapView;
+class SpanDialog;
+class ConnectDialog;
+class SkyImgDialog;
+class PlotOptDialog;
+class AboutDialog;
+class PntDialog;
+class FileSelDialog;
+
+class QEvent;
+class QMouseEvent;
+class QFocusEvent;
+class QKeyEvent;
+class QResizeEvent;
+class QShowEvent;
+class QWheelEvent;
+class QPaintEVent;
+
+// time-position class ------------------------------------------------------
+class TIMEPOS
+{
+private:
+    int nmax_;
+    TIMEPOS(TIMEPOS &other){}
+public:
+    int n;
+    gtime_t *t;
+    double *x,*y,*z,*xs,*ys,*zs,*xys;
+    int *q;
+    TIMEPOS(int nmax, int sflg);
+    ~TIMEPOS();
+    TIMEPOS *tdiff(void);
+    TIMEPOS *diff(const TIMEPOS *pos2, int qflag);
+};
+
+// rtkplot class ------------------------------------------------------------
+class Plot : public QMainWindow, public Ui::Plot
+{
+    Q_OBJECT
+
+protected:
+        void  mouseMoveEvent		(QMouseEvent*);
+        void  mousePressEvent		(QMouseEvent*);
+        void  mouseReleaseEvent		(QMouseEvent*);
+        void  wheelEvent			(QWheelEvent*);
+        void  closeEvent            (QCloseEvent*);
+        void  keyPressEvent			(QKeyEvent *);
+        void  showEvent			    (QShowEvent*);
+        void  resizeEvent			(QResizeEvent *);
+        void  leaveEvent    		(QEvent*);
+        void  dragEnterEvent        (QDragEnterEvent *event);
+        void  dropEvent             (QDropEvent *event);
+        void  paintEvent            (QPaintEvent *event);
+
+public slots:
+        void  MenuOpenSol1Click	();
+        void  MenuOpenSol2Click	();
+        void  MenuOpenMapImageClick();
+        void  MenuOpenMapPathClick ();
+        void  MenuOpenObsClick	();
+        void  MenuOpenNavClick	();
+        void  MenuOpenElevMaskClick();
+        void  MenuConnectClick	();
+        void  MenuDisconnectClick ();
+        void  MenuPortClick		();
+        void  MenuReloadClick		();
+        void  MenuClearClick		();
+        void  MenuQuitClick		();
+	
+        void  MenuTimeClick		();
+        void  MenuMapImgClick		();
+        void  MenuWaypointClick	();
+        void  MenuSrcSolClick		();
+        void  MenuSrcObsClick		();
+        void  MenuQcObsClick		();
+        void  MenuCopyClick		();
+        void  MenuOptionsClick	();
+	
+        void  MenuToolBarClick	();
+        void  MenuStatusBarClick	();
+        void  MenuMonitor1Click	();
+        void  MenuMonitor2Click	();
+        void  MenuCenterOriClick	();
+        void  MenuFitHorizClick	();
+        void  MenuFitVertClick	();
+        void  MenuShowTrackClick	();
+        void  MenuFixHorizClick	();
+        void  MenuFixVertClick	();
+        void  MenuShowMapClick	();
+        void  MenuShowPointClick	();
+        void  MenuAnimStartClick	();
+        void  MenuAnimStopClick	();
+        void  MenuAboutClick		();
+	
+        void  BtnConnectClick		();
+        void  BtnSol1Click		();
+        void  BtnSol2Click		();
+        void  BtnSol12Click		();
+        void  BtnSol1DblClick		();
+        void  BtnSol2DblClick		();
+        void  BtnOn1Click			();
+        void  BtnOn2Click			();
+        void  BtnOn3Click			();
+        void  BtnRangeListClick	();
+        void  BtnAnimateClick		();
+
+        void  PlotTypeSChange		();
+        void  QFlagChange			();
+        void  ObsTypeChange		();
+        void  DopTypeChange		();
+        void  SatListChange		();
+        void  TimeScrollChange	();
+        void  RangeListClick		();
+
+        void  TimerTimer			();
+	
+        void  DispPaint			();
+
+        void  MenuFileSelClick();
+        void  MenuSaveDopClick();
+        void  MenuSaveImageClick();
+        void  MenuGEClick();
+        void  MenuVisAnaClick();
+        void  MenuFixCentClick();
+        void  MenuGMClick();
+        void  MenuSaveSnrMpClick();
+        void  MenuOpenSkyImageClick();
+        void  MenuSkyImgClick();
+        void  MenuShowSkyplotClick();
+        void  MenuPlotGEClick();
+        void  MenuPlotGMClick();
+        void  MenuPlotGEGMClick();
+        void  MenuMaxClick();
+        void  MenuSaveElMaskClick();
+
+private:
+    QPixmap Buff;
+    QImage MapImage;
+    QImage SkyImageI;
+    Graph *GraphT;
+    Graph *GraphG[3];
+    Graph *GraphR;
+    Graph *GraphS;
+    Graph *GraphE[2];
+    Console *Console1,*Console2;
+    QStringList OpenFiles;
+    QStringList SolFiles[2];
+    QStringList ObsFiles;
+    QStringList NavFiles;
+
+    stream_t Stream[2];
+    solbuf_t SolData[2];
+    solstatbuf_t SolStat[2];
+    int SolIndex[2];
+    obs_t Obs;
+    nav_t Nav;
+    sta_t Sta;
+    double *Az,*El,*Mp[NFREQ+NEXOBS];
+    QTimer Timer;
+    QTime updateTime;
+    
+    gtime_t OEpoch;
+    int FormWidth,FormHeight;
+    int ConnectState,OpenRaw;
+    int NObs,*IndexObs,ObsIndex;
+    int Week;
+    int Flush,PlotType;
+    int NSolF1,NSolF2,NObsF,NNavF;
+    int SatMask[MAXSAT],SatSel[MAXSAT];
+    int NMapPath;
+    int SimObs;
+    double MapPath[MAXMAPPATH*3];
+    
+    int Drag,Xn,Yn;
+    double X0,Y0,Xc,Yc,Xs,Ys,Xcent,Xcent0;
+    
+    int GEState,GEDataState[2];
+    double GEHeading;
+    
+    void  ReadSolStat  (const QStringList &files, int sel);
+    int   ReadObsRnx   (const QStringList &files, obs_t *obs, nav_t *nav, sta_t *sta);
+    void  ReadMapTag   (const QString &file);
+    void  ReadMapPath  (const QString &file);
+    void  GenVisData   (void);
+    void  SaveDop      (const QString &file);
+    void  SaveSnrMp    (const QString &file);
+    void  SaveElMask   (const QString &file);
+    void  Connect      (void);
+    void  Disconnect   (void);
+    void  ConnectPath  (const QString &path, int ch);
+    int   CheckObs     (const QString &file);
+    void  UpdateObs    (int nobs);
+    void  UpdateMp     (void);
+    void  ClearObs     (void);
+    void  ClearSol     (void);
+    void  Clear        (void);
+    void  Refresh      (void);
+    void  Reload       (void);
+    void  ReadWaitStart(void);
+    void  ReadWaitEnd  (void);
+    
+    void  UpdateDisp   (void);
+    void  UpdateType   (int type);
+    void  UpdatePlotType(void);
+    void  UpdateSatList(void);
+    void  UpdateObsType(void);
+    void  UpdateSize   (void);
+    void  UpdateColor  (void);
+    void  UpdateTime   (void);
+    void  UpdateOrigin (void);
+    void  UpdateSatMask(void);
+    void  UpdateSatSel (void);
+    void  UpdateInfo   (void);
+    void  UpdateTimeSol(void);
+    void  UpdateTimeObs(void);
+    void  UpdateInfoSol(void);
+    void  UpdateInfoObs(void);
+    void  UpdatePoint  (int x, int y);
+    void  UpdateEnable (void);
+    void  FitTime      (void);
+    void  SetRange     (int all, double range);
+    void  FitRange     (int all);
+    
+    void  SetCentX     (double c);
+    void  SetScaleX    (double s);
+    void  MouseDownTrk (int X, int Y);
+    void  MouseDownSol (int X, int Y);
+    void  MouseDownObs (int X, int Y);
+    void  MouseMoveTrk (int X, int Y, double dx, double dy, double dxs, double dys);
+    void  MouseMoveSol (int X, int Y, double dx, double dy, double dxs, double dys);
+    void  MouseMoveObs (int X, int Y, double dx, double dy, double dxs, double dys);
+
+    void  DrawTrk      (QPainter &g,int level);
+    void  DrawTrkImage (QPainter &g,int level);
+    void  DrawTrkPath  (QPainter &g,int level);
+    void  DrawTrkPnt   (QPainter &g,const TIMEPOS *pos, int level, int style);
+    void  DrawTrkPos   (QPainter &g,const double *rr, int type, const QString &label);
+    void  DrawTrkStat  (QPainter &g,const TIMEPOS *pos, const QString &header, int p);
+    void  DrawTrkError (QPainter &g,const TIMEPOS *pos, int style);
+    void  DrawTrkArrow (QPainter &g,const TIMEPOS *pos);
+    void  DrawTrkVel   (QPainter &g,const TIMEPOS *vel);
+    void  DrawLabel    (Graph *,QPainter &g, const QPoint &p, const QString &label, int ha, int va);
+    void  DrawMark     (Graph *,QPainter &g, const QPoint &p, int mark, const QColor &color, int size, int rot);
+    void  DrawSol      (QPainter &g,int level, int type);
+    void  DrawSolPnt   (QPainter &g,const TIMEPOS *pos, int level, int style);
+    void  DrawSolStat  (QPainter &g,const TIMEPOS *pos, const QString &unit, int p);
+    void  DrawNsat     (QPainter &g,int level);
+    void  DrawRes      (QPainter &g,int level);
+    void  DrawPolyS    (Graph *,QPainter &c, double *x, double *y, int n,
+                                  const QColor &color, int style);
+    
+    void  DrawObs      (QPainter &g,int level);
+    void  DrawObsSlip  (QPainter &g,double *yp);
+    void  DrawObsEphem (QPainter &g,double *yp);
+    void  DrawSkyImage (QPainter &g,int level);
+    void  DrawSky      (QPainter &g,int level);
+    void  DrawDop      (QPainter &g,int level);
+    void  DrawDopStat  (QPainter &g,double *dop, int *ns, int n);
+    void  DrawSnr      (QPainter &g,int level);
+    void  DrawSnrE     (QPainter &g,int level);
+    void  DrawMpS      (QPainter &g,int level);
+    
+    TIMEPOS *  SolToPos (solbuf_t *sol, int index, int qflag, int type);
+    TIMEPOS *  SolToNsat(solbuf_t *sol, int index, int qflag);
+    
+    void  PosToXyz     (gtime_t time, const double *rr, int type, double *xyz);
+    void  CovToXyz     (const double *rr, const float *qr, int type,
+                                  double *xyzs);
+    void  CalcStats    (const double *x, int n, double ref, double &ave,
+                                  double &std, double &rms);
+    int   FitPos       (gtime_t *time, double *opos, double *ovel);
+    
+    QString  LatLonStr(const double *pos, int ndec);
+    QColor  ObsColor   (const obsd_t *obs, double az, double el);
+    QColor  SysColor   (int sat);
+    QColor  SnrColor   (double snr);
+    QColor  MpColor    (double mp);
+    void  ReadStaPos   (const QString &file, const QString &sta, double *rr);
+    int   SearchPos    (int x, int y);
+    void  TimeSpan     (gtime_t *ts, gtime_t *te, double *tint);
+    double  TimePos    (gtime_t time);
+    void  TimeStr(gtime_t time, int n, int tsys, QString &str);
+    int   ExecCmd      (const QString &cmd);
+    void  ShowMsg      (const QString &msg);
+    void  ShowLegend   (QString *msgs);
+    void  LoadOpt      (void);
+    void  SaveOpt      (void);
+    
+    MapAreaDialog *mapAreaDialog;
+    GoogleEarthView *googleEarthView;
+    GoogleMapView *googleMapView;
+    SpanDialog *spanDialog;
+    ConnectDialog *connectDialog;
+    SkyImgDialog *skyImgDialog;
+    PlotOptDialog *plotOptDialog;
+    AboutDialog *aboutDialog;
+    PntDialog *pntDialog;
+    FileSelDialog *fileSelDialog;
+public:
+    QImage SkyImageR;
+    QString IniFile;
+    QString MapImageFile;
+    QString SkyImageFile;
+    QString RnxOpts;
+    tle_t TLEData;
+    QFont Font;
+
+    // connection settings
+    int RtStream[2];
+    QString RtPath1,RtPath2;
+    QString StrPaths[2][3];
+    QString StrCmds[2][2];
+    int StrCmdEna[2][2];
+    int RtFormat[2];
+    int RtConnType;
+    int RtTimeForm;
+    int RtDegForm;
+    QString RtFieldSep;
+    int RtTimeOutTime;
+    int RtReConnTime;
+    double ElMaskData[361];
+    
+    // time options 
+    int TimeEna[3];
+    gtime_t TimeStart;
+    gtime_t TimeEnd;
+    double TimeInt;
+    
+    // map options 
+    int MapSize[2],MapScaleEq;
+    double MapScaleX,MapScaleY;
+    double MapLat,MapLon;
+    
+    // sky image options 
+    int SkySize[2],SkyDestCorr,SkyElMask,SkyRes,SkyFlip,SkyBinarize;
+    double SkyCent[2],SkyScale,SkyScaleR,SkyFov[3],SkyDest[10];
+    double SkyBinThres1,SkyBinThres2;
+    
+    // plot options 
+    int TimeLabel;
+    int LatLonFmt;
+    int ShowStats;
+    int ShowSlip;
+    int ShowHalfC;
+    int ShowEph;
+    double ElMask;
+    int ElMaskP;
+    int HideLowSat;
+    double MaxDop,MaxMP;
+    int NavSys;
+    QString ExSats;
+    int ShowErr;
+    int ShowArrow;
+    int ShowGLabel;
+    int ShowLabel;
+    int ShowCompass;
+    int ShowScale;
+    int AutoScale;
+    double YRange;
+    int RtBuffSize;
+    int Origin;
+    int RcvPos;
+    double OOPos[3];
+    QColor MColor[2][8]; // {{mark1 0-7},{mark2 0-7}}
+    QColor CColor[4];    // {background,grid,text,line}
+    int PlotStyle;
+    int MarkSize;
+    int AnimCycle;
+    int RefCycle;
+    int Trace;
+    QString QcCmd,QcOpt;
+    QString TLEFile;
+    QString TLESatFile;
+    
+    QString Title;
+    QString PntName[MAXWAYPNT];
+    double PntPos[MAXWAYPNT][3];
+    int NWayPnt;
+    int OPosType;
+    double OPos[3],OVel[3];
+    
+    QString StrHistory [10];
+    QString StrMntpHist[10];
+    
+    void  ReadSol    (const QStringList &files, int sel);
+    void  ReadObs    (const QStringList &files);
+    void  ReadNav    (const QStringList &files);
+    void  ReadMapData(const QString &file);
+    void  ReadSkyData(const QString &file);
+    void  ReadSkyTag (const QString &file);
+    void  UpdateSky  (void);
+    void  ReadElMaskData(const QString &file);
+    int  GetCurrentPos(double *rr);
+    int  GetCenterPos(double *rr);
+    void  UpdatePlot(void);
+    void  Refresh_GEView(void);
+    void  Refresh_GMView(void);
+
+    explicit Plot(QWidget* parent=NULL);
+    ~Plot();
+};
+
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/plotmain.ui b/app/rtkplot_qt/plotmain.ui
new file mode 100644
index 0000000..24ca308
--- /dev/null
+++ b/app/rtkplot_qt/plotmain.ui
@@ -0,0 +1,2167 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Plot</class>
+ <widget class="QMainWindow" name="Plot">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>1096</width>
+    <height>662</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Plot</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <layout class="QVBoxLayout" name="verticalLayout_2">
+    <item>
+     <widget class="QWidget" name="widget" native="true">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <layout class="QVBoxLayout" name="verticalLayout_3">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <property name="leftMargin">
+        <number>0</number>
+       </property>
+       <property name="topMargin">
+        <number>0</number>
+       </property>
+       <property name="rightMargin">
+        <number>0</number>
+       </property>
+       <property name="bottomMargin">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QWidget" name="Panel1" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_8">
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <item>
+           <widget class="QWidget" name="Panel10" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QHBoxLayout" name="horizontalLayout">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <property name="leftMargin">
+              <number>0</number>
+             </property>
+             <property name="topMargin">
+              <number>0</number>
+             </property>
+             <property name="rightMargin">
+              <number>0</number>
+             </property>
+             <property name="bottomMargin">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QToolButton" name="BtnConnect">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Connect/Disconnect</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/connect1.bmp</normaloff>
+                 <normalon>:/buttons/connect2.bmp</normalon>:/buttons/connect1.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnSol1">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Data 1</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/data1.bmp</normaloff>:/buttons/data1.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnSol2">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Data 2</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/data2.bmp</normaloff>:/buttons/data2.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnSol12">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Data 1-2</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/data12.bmp</normaloff>:/buttons/data12.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QWidget" name="Panel101" native="true">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text" stdset="0">
+                <string/>
+               </property>
+               <layout class="QHBoxLayout" name="horizontalLayout_2">
+                <property name="spacing">
+                 <number>0</number>
+                </property>
+                <property name="leftMargin">
+                 <number>0</number>
+                </property>
+                <property name="topMargin">
+                 <number>0</number>
+                </property>
+                <property name="rightMargin">
+                 <number>0</number>
+                </property>
+                <property name="bottomMargin">
+                 <number>0</number>
+                </property>
+                <item>
+                 <widget class="QComboBox" name="PlotTypeS">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
+             <item>
+              <widget class="QWidget" name="Panel102" native="true">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+                 <horstretch>0</horstretch>
+                 <verstretch>0</verstretch>
+                </sizepolicy>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>30</width>
+                 <height>30</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text" stdset="0">
+                <string/>
+               </property>
+               <layout class="QVBoxLayout" name="verticalLayout">
+                <property name="spacing">
+                 <number>0</number>
+                </property>
+                <property name="leftMargin">
+                 <number>0</number>
+                </property>
+                <property name="topMargin">
+                 <number>0</number>
+                </property>
+                <property name="rightMargin">
+                 <number>0</number>
+                </property>
+                <property name="bottomMargin">
+                 <number>0</number>
+                </property>
+                <item>
+                 <widget class="QPushButton" name="BtnOn1">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Plot1</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="checkable">
+                   <bool>true</bool>
+                  </property>
+                  <property name="checked">
+                   <bool>true</bool>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="BtnOn2">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Plot2</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="checkable">
+                   <bool>true</bool>
+                  </property>
+                  <property name="checked">
+                   <bool>true</bool>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="BtnOn3">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Plot3</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="checkable">
+                   <bool>true</bool>
+                  </property>
+                  <property name="checked">
+                   <bool>true</bool>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
+             <item>
+              <widget class="QWidget" name="Panel103" native="true">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text" stdset="0">
+                <string/>
+               </property>
+               <layout class="QHBoxLayout" name="horizontalLayout_3">
+                <property name="spacing">
+                 <number>0</number>
+                </property>
+                <property name="leftMargin">
+                 <number>0</number>
+                </property>
+                <property name="topMargin">
+                 <number>0</number>
+                </property>
+                <property name="rightMargin">
+                 <number>0</number>
+                </property>
+                <property name="bottomMargin">
+                 <number>0</number>
+                </property>
+                <item>
+                 <widget class="QComboBox" name="QFlag">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Quality Flag</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>ALL</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=3</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=4</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=5</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>Q=6</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="ObsType2">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Freq Type</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>L1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>L2</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="ObsType">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Obs Type</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="FrqType">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Freq Type</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>L1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>L2</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="DopType">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Dop Type</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>ALL</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>NSAT</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>GDOP</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>PDOP</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>HDOP</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>VDOP</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
+             <item>
+              <widget class="QWidget" name="Panel104" native="true">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text" stdset="0">
+                <string/>
+               </property>
+               <layout class="QHBoxLayout" name="horizontalLayout_4">
+                <property name="spacing">
+                 <number>0</number>
+                </property>
+                <property name="leftMargin">
+                 <number>0</number>
+                </property>
+                <property name="topMargin">
+                 <number>0</number>
+                </property>
+                <property name="rightMargin">
+                 <number>0</number>
+                </property>
+                <property name="bottomMargin">
+                 <number>0</number>
+                </property>
+                <item>
+                 <widget class="QToolButton" name="BtnCenterOri">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Center Origin</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                    <normaloff>:/buttons/trackc.bmp</normaloff>:/buttons/trackc.bmp</iconset>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="BtnRangeList">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                    <normaloff>:/buttons/down.bmp</normaloff>:/buttons/down.bmp</iconset>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="SatList">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="toolTip">
+                   <string>Satllite List</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>ALL</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnFitHoriz">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Fit Horizontal</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/fith.bmp</normaloff>:/buttons/fith.bmp</iconset>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnFitVert">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Fit Vertical</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/fitv.bmp</normaloff>:/buttons/fitv.bmp</iconset>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnShowTrack">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Show Track Point</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/point.bmp</normaloff>:/buttons/point.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnShowSkyplot">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Show Skyplot</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/trackc.bmp</normaloff>:/buttons/trackc.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+               <property name="checked">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnShowMap">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Map/Sky Image</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/map.bmp</normaloff>:/buttons/map.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnFixCent">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Fix Track Center</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/trackc.bmp</normaloff>:/buttons/trackc.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnFixHoriz">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Fix Track Horizotal</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/track.bmp</normaloff>:/buttons/track.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnFixVert">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Fix Track Vertical</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/track.bmp</normaloff>:/buttons/track.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnShowPoint">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Show Map Path/Waypoints</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/showp.bmp</normaloff>:/buttons/showp.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnGE">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Google Earth View</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/ge.bmp</normaloff>:/buttons/ge.bmp</iconset>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QToolButton" name="BtnGM">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Google Map View</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/gm.bmp</normaloff>:/buttons/gm.bmp</iconset>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+          <item>
+           <widget class="QWidget" name="Panel12" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QHBoxLayout" name="horizontalLayout_7">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <property name="leftMargin">
+              <number>0</number>
+             </property>
+             <property name="topMargin">
+              <number>0</number>
+             </property>
+             <property name="rightMargin">
+              <number>0</number>
+             </property>
+             <property name="bottomMargin">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QToolButton" name="BtnAnimate">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>25</width>
+                 <height>25</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Animation</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+               <property name="icon">
+                <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                 <normaloff>:/buttons/anim1.bmp</normaloff>
+                 <normalon>:/buttons/anim2.bmp</normalon>:/buttons/anim1.bmp</iconset>
+               </property>
+               <property name="checkable">
+                <bool>true</bool>
+               </property>
+               <property name="flat" stdset="0">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QScrollBar" name="TimeScroll">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+                 <horstretch>0</horstretch>
+                 <verstretch>0</verstretch>
+                </sizepolicy>
+               </property>
+               <property name="toolTip">
+                <string>Time Scroll</string>
+               </property>
+               <property name="minimum">
+                <number>0</number>
+               </property>
+               <property name="maximum">
+                <number>0</number>
+               </property>
+               <property name="singleStep">
+                <number>1</number>
+               </property>
+               <property name="value">
+                <number>0</number>
+               </property>
+               <property name="orientation">
+                <enum>Qt::Horizontal</enum>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QWidget" name="Panel11" native="true">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+                 <horstretch>0</horstretch>
+                 <verstretch>0</verstretch>
+                </sizepolicy>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text" stdset="0">
+                <string/>
+               </property>
+               <layout class="QHBoxLayout" name="horizontalLayout_6">
+                <property name="spacing">
+                 <number>0</number>
+                </property>
+                <property name="leftMargin">
+                 <number>0</number>
+                </property>
+                <property name="topMargin">
+                 <number>0</number>
+                </property>
+                <property name="rightMargin">
+                 <number>0</number>
+                </property>
+                <property name="bottomMargin">
+                 <number>0</number>
+                </property>
+                <item>
+                 <spacer name="horizontalSpacer_2">
+                  <property name="orientation">
+                   <enum>Qt::Horizontal</enum>
+                  </property>
+                  <property name="sizeHint" stdset="0">
+                   <size>
+                    <width>40</width>
+                    <height>20</height>
+                   </size>
+                  </property>
+                 </spacer>
+                </item>
+                <item>
+                 <widget class="QLabel" name="ConnectMsg">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="BtnClear">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                    <normaloff>:/buttons/del.bmp</normaloff>:/buttons/del.bmp</iconset>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="BtnReload">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Reload</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                    <normaloff>:/buttons/reload.bmp</normaloff>:/buttons/reload.bmp</iconset>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QLabel" name="StrStatus1">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string/>
+                  </property>
+                  <property name="frameShape">
+                   <enum>QFrame::Box</enum>
+                  </property>
+                  <property name="frameShadow">
+                   <enum>QFrame::Sunken</enum>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QLabel" name="StrStatus2">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string/>
+                  </property>
+                  <property name="frameShape">
+                   <enum>QFrame::Box</enum>
+                  </property>
+                  <property name="frameShadow">
+                   <enum>QFrame::Sunken</enum>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="BtnOptions">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>25</width>
+                    <height>25</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Options</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+                    <normaloff>:/buttons/toolbmp</normaloff>:/buttons/toolbmp</iconset>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="QLabel" name="Disp">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="alignment">
+          <set>Qt::AlignCenter</set>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QListWidget" name="RangeList">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>0.05</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>0.5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>10</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>20</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>50</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>100</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>200</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>500</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>1000</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>2000</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>5000</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>10000</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>50000</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>100000</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </item>
+   </layout>
+  </widget>
+  <widget class="QMenuBar" name="menubar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>1096</width>
+     <height>21</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="MenuFile">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&File</string>
+    </property>
+    <addaction name="MenuOpenSol1"/>
+    <addaction name="MenuOpenSol2"/>
+    <addaction name="MenuOpenMapImage"/>
+    <addaction name="MenuOpenMapPath"/>
+    <addaction name="MenuOpenSkyImage"/>
+    <addaction name="separator"/>
+    <addaction name="MenuFileSel"/>
+    <addaction name="separator"/>
+    <addaction name="MenuOpenObs"/>
+    <addaction name="MenuOpenNav"/>
+    <addaction name="MenuOpenElevMask"/>
+    <addaction name="separator"/>
+    <addaction name="MenuVisAna"/>
+    <addaction name="separator"/>
+    <addaction name="MenuSaveImage"/>
+    <addaction name="MenuSaveDop"/>
+    <addaction name="MenuSaveSnrMp"/>
+    <addaction name="MenuSaveElMask"/>
+    <addaction name="separator"/>
+    <addaction name="MenuConnect"/>
+    <addaction name="MenuDisconnect"/>
+    <addaction name="MenuPort"/>
+    <addaction name="separator"/>
+    <addaction name="MenuReload"/>
+    <addaction name="MenuClear"/>
+    <addaction name="separator"/>
+    <addaction name="MenuQuit"/>
+   </widget>
+   <widget class="QMenu" name="MenuEdit">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&Edit</string>
+    </property>
+    <addaction name="MenuTime"/>
+    <addaction name="MenuMapImg"/>
+    <addaction name="MenuSkyImg"/>
+    <addaction name="MenuWaypnt"/>
+    <addaction name="separator"/>
+    <addaction name="MenuSrcSol"/>
+    <addaction name="MenuSrcObs"/>
+    <addaction name="MenuQcObs"/>
+    <addaction name="separator"/>
+    <addaction name="MenyCopy"/>
+    <addaction name="separator"/>
+    <addaction name="MenuOptions"/>
+   </widget>
+   <widget class="QMenu" name="MenuView">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&View</string>
+    </property>
+    <addaction name="MenuToolBar"/>
+    <addaction name="MenuStatusBar"/>
+    <addaction name="separator"/>
+    <addaction name="MenuGE"/>
+    <addaction name="MenuGM"/>
+    <addaction name="separator"/>
+    <addaction name="MenuMonitor1"/>
+    <addaction name="MenuMonitor2"/>
+    <addaction name="separator"/>
+    <addaction name="MenuCenterOri"/>
+    <addaction name="MenuFitHoriz"/>
+    <addaction name="MenuFitVert"/>
+    <addaction name="separator"/>
+    <addaction name="MenuShowTrack"/>
+    <addaction name="MenuFixCent"/>
+    <addaction name="MenuFixHoriz"/>
+    <addaction name="MenuFixVert"/>
+    <addaction name="separator"/>
+    <addaction name="MenuShowSkyplot"/>
+    <addaction name="MenuShowMap"/>
+    <addaction name="MenuShowPoint"/>
+    <addaction name="separator"/>
+    <addaction name="MenuAnimStart"/>
+    <addaction name="MenuAnimStop"/>
+   </widget>
+   <widget class="QMenu" name="Windows1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&Windows</string>
+    </property>
+    <addaction name="MenuOverlap"/>
+    <addaction name="MenuMax"/>
+    <addaction name="separator"/>
+    <addaction name="MenuPlotGE"/>
+    <addaction name="MenuPlotGM"/>
+    <addaction name="MenuPlotGEGM"/>
+   </widget>
+   <widget class="QMenu" name="MenuHelp">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&Help</string>
+    </property>
+    <addaction name="MenuAbout"/>
+   </widget>
+   <addaction name="MenuFile"/>
+   <addaction name="MenuEdit"/>
+   <addaction name="MenuView"/>
+   <addaction name="Windows1"/>
+   <addaction name="MenuHelp"/>
+  </widget>
+  <widget class="QStatusBar" name="statusbar">
+   <property name="sizePolicy">
+    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
+     <horstretch>0</horstretch>
+     <verstretch>0</verstretch>
+    </sizepolicy>
+   </property>
+   <widget class="QWidget" name="Panel21" native="true">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="geometry">
+     <rect>
+      <x>0</x>
+      <y>0</y>
+      <width>1081</width>
+      <height>16</height>
+     </rect>
+    </property>
+    <property name="sizePolicy">
+     <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+      <horstretch>0</horstretch>
+      <verstretch>0</verstretch>
+     </sizepolicy>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="text" stdset="0">
+     <string/>
+    </property>
+    <layout class="QHBoxLayout" name="horizontalLayout_9">
+     <property name="spacing">
+      <number>0</number>
+     </property>
+     <property name="leftMargin">
+      <number>0</number>
+     </property>
+     <property name="topMargin">
+      <number>0</number>
+     </property>
+     <property name="rightMargin">
+      <number>0</number>
+     </property>
+     <property name="bottomMargin">
+      <number>0</number>
+     </property>
+     <item>
+      <widget class="QLabel" name="Message1">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL1">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL2">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL3">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL4">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL5">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL6">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="QL7">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLabel" name="Message2">
+       <property name="enabled">
+        <bool>true</bool>
+       </property>
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string/>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </widget>
+  </widget>
+  <widget class="QToolBar" name="toolBar">
+   <property name="windowTitle">
+    <string>toolBar</string>
+   </property>
+   <attribute name="toolBarArea">
+    <enum>TopToolBarArea</enum>
+   </attribute>
+   <attribute name="toolBarBreak">
+    <bool>false</bool>
+   </attribute>
+  </widget>
+  <action name="MenuOpenSol1">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/data1.bmp</normaloff>:/buttons/data1.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Open Solution-&1...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+S</string>
+   </property>
+  </action>
+  <action name="MenuOpenSol2">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/data2.bmp</normaloff>:/buttons/data2.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Open Solution-&2...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+Alt+S</string>
+   </property>
+  </action>
+  <action name="MenuOpenMapImage">
+   <property name="text">
+    <string>Open &Map Image...</string>
+   </property>
+  </action>
+  <action name="MenuOpenMapPath">
+   <property name="text">
+    <string>Open Map &Path...</string>
+   </property>
+  </action>
+  <action name="MenuOpenSkyImage">
+   <property name="text">
+    <string>Open S&ky Image...</string>
+   </property>
+  </action>
+  <action name="MenuFileSel">
+   <property name="text">
+    <string>&Browse Solutions...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+B</string>
+   </property>
+  </action>
+  <action name="MenuOpenObs">
+   <property name="text">
+    <string>Open &Obs Data...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+O</string>
+   </property>
+  </action>
+  <action name="MenuOpenNav">
+   <property name="text">
+    <string>Open &Nav Data...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+N</string>
+   </property>
+  </action>
+  <action name="MenuOpenElevMask">
+   <property name="text">
+    <string>Open Elev Mask...</string>
+   </property>
+  </action>
+  <action name="MenuVisAna">
+   <property name="text">
+    <string>&Visibility Analysis...</string>
+   </property>
+  </action>
+  <action name="MenuSaveImage">
+   <property name="text">
+    <string>Save &Image...</string>
+   </property>
+  </action>
+  <action name="MenuSaveDop">
+   <property name="text">
+    <string>Save # o&f Sats/DOP...</string>
+   </property>
+  </action>
+  <action name="MenuSaveSnrMp">
+   <property name="text">
+    <string>Save A&Z/EL/SNR/MP...</string>
+   </property>
+  </action>
+  <action name="MenuSaveElMask">
+   <property name="text">
+    <string>S&ave Elev Mask...</string>
+   </property>
+  </action>
+  <action name="MenuConnect">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/connect1.bmp</normaloff>:/buttons/connect1.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Connect</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+T</string>
+   </property>
+  </action>
+  <action name="MenuDisconnect">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/connect2.bmp</normaloff>:/buttons/connect2.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Disconnect</string>
+   </property>
+  </action>
+  <action name="MenuPort">
+   <property name="text">
+    <string>Connection &Settings...</string>
+   </property>
+  </action>
+  <action name="MenuReload">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/reload.bmp</normaloff>:/buttons/reload.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Reload</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+R</string>
+   </property>
+  </action>
+  <action name="MenuClear">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/del.bmp</normaloff>:/buttons/del.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>C&lear</string>
+   </property>
+  </action>
+  <action name="MenuQuit">
+   <property name="text">
+    <string>&Exit</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+Q</string>
+   </property>
+  </action>
+  <action name="MenuTime">
+   <property name="text">
+    <string>&Time Span/Interval...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+W</string>
+   </property>
+  </action>
+  <action name="MenuMapImg">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/map.bmp</normaloff>:/buttons/map.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Map Image...</string>
+   </property>
+  </action>
+  <action name="MenuSkyImg">
+   <property name="text">
+    <string>&Sky Image...</string>
+   </property>
+  </action>
+  <action name="MenuWaypnt">
+   <property name="text">
+    <string>&Waypoints...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+W</string>
+   </property>
+  </action>
+  <action name="MenuSrcSol">
+   <property name="text">
+    <string>So&lution Source...</string>
+   </property>
+  </action>
+  <action name="MenuSrcObs">
+   <property name="text">
+    <string>Obs &Data Source...</string>
+   </property>
+  </action>
+  <action name="MenuQcObs">
+   <property name="text">
+    <string>Obs Data &QC...</string>
+   </property>
+  </action>
+  <action name="MenyCopy">
+   <property name="text">
+    <string>&Copy To Clipboard</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+C</string>
+   </property>
+  </action>
+  <action name="MenuOptions">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/toolbmp</normaloff>:/buttons/toolbmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Options...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+O</string>
+   </property>
+  </action>
+  <action name="MenuToolBar">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="checked">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>Show &Tool Bar</string>
+   </property>
+  </action>
+  <action name="MenuStatusBar">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="checked">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>Show &Status Bar</string>
+   </property>
+  </action>
+  <action name="MenuGE">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/ge.bmp</normaloff>:/buttons/ge.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Google Earth View...</string>
+   </property>
+  </action>
+  <action name="MenuGM">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/gm.bmp</normaloff>:/buttons/gm.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Google &Map View...</string>
+   </property>
+  </action>
+  <action name="MenuMonitor1">
+   <property name="text">
+    <string>Input Monitor &1...</string>
+   </property>
+  </action>
+  <action name="MenuMonitor2">
+   <property name="text">
+    <string>Input Monitor &2...</string>
+   </property>
+  </action>
+  <action name="MenuCenterOri">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/ori.bmp</normaloff>:/buttons/ori.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Center Origin</string>
+   </property>
+  </action>
+  <action name="MenuFitHoriz">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/fith.bmp</normaloff>:/buttons/fith.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Fit &Horizontal</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+H</string>
+   </property>
+  </action>
+  <action name="MenuFitVert">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/fitv.bmp</normaloff>:/buttons/fitv.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Fit &Vertical</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+V</string>
+   </property>
+  </action>
+  <action name="MenuShowTrack">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/point.bmp</normaloff>:/buttons/point.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Show Track &Point</string>
+   </property>
+  </action>
+  <action name="MenuFixCent">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/trackc.bmp</normaloff>:/buttons/trackc.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Fix Track Center</string>
+   </property>
+  </action>
+  <action name="MenuFixHoriz">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/track.bmp</normaloff>:/buttons/track.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Fi&x Track Horizontal</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+V</string>
+   </property>
+  </action>
+  <action name="MenuFixVert">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/trackl.bmp</normaloff>:/buttons/trackl.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Fix T&rack Vertical</string>
+   </property>
+  </action>
+  <action name="MenuShowSkyplot">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/graph.bmp</normaloff>:/buttons/graph.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Sh&ow Skyplot</string>
+   </property>
+  </action>
+  <action name="MenuShowMap">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/map.bmp</normaloff>:/buttons/map.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Show Map/Sky &Image</string>
+   </property>
+  </action>
+  <action name="MenuShowPoint">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/showp.bmp</normaloff>:/buttons/showp.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>Show Map Path/&Waypoints</string>
+   </property>
+  </action>
+  <action name="MenuAnimStart">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/anim1.bmp</normaloff>:/buttons/anim1.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>&Animation Start</string>
+   </property>
+  </action>
+  <action name="MenuAnimStop">
+   <property name="icon">
+    <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+     <normaloff>:/buttons/anim2.bmp</normaloff>:/buttons/anim2.bmp</iconset>
+   </property>
+   <property name="text">
+    <string>A&nimation Stop</string>
+   </property>
+  </action>
+  <action name="MenuOverlap">
+   <property name="text">
+    <string>&Overlapped</string>
+   </property>
+  </action>
+  <action name="MenuMax">
+   <property name="text">
+    <string>&Plot Maximized</string>
+   </property>
+  </action>
+  <action name="MenuPlotGE">
+   <property name="text">
+    <string>Plot - &GE View Horizontal</string>
+   </property>
+  </action>
+  <action name="MenuPlotGM">
+   <property name="text">
+    <string>Plot - GM &View Horizontal</string>
+   </property>
+  </action>
+  <action name="MenuPlotGEGM">
+   <property name="text">
+    <string>Plot - GE/GM Views &Horizontal</string>
+   </property>
+  </action>
+  <action name="MenuAbout">
+   <property name="text">
+    <string>&About...</string>
+   </property>
+  </action>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/plotopt.cpp b/app/rtkplot_qt/plotopt.cpp
new file mode 100644
index 0000000..3366c81
--- /dev/null
+++ b/app/rtkplot_qt/plotopt.cpp
@@ -0,0 +1,364 @@
+//---------------------------------------------------------------------------
+
+#include "plotmain.h"
+#include "plotopt.h"
+#include "refdlg.h"
+#include "viewer.h"
+#include "rtklib.h"
+
+#include <QShowEvent>
+#include <QColorDialog>
+#include <QFontDialog>
+#include <QFileDialog>
+#include <QPoint>
+#include <QDebug>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+QString color2String(const QColor &c);
+
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+PlotOptDialog::PlotOptDialog(QWidget *parent)
+   : QDialog(parent)
+{
+    setupUi(this);
+
+    refDialog= new RefDialog(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    TLEFile->setCompleter(fileCompleter);
+    TLESatFile->setCompleter(fileCompleter);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnColor1,SIGNAL(clicked(bool)),this,SLOT(BtnColor1Click()));
+    connect(BtnColor2,SIGNAL(clicked(bool)),this,SLOT(BtnColor2Click()));
+    connect(BtnColor3,SIGNAL(clicked(bool)),this,SLOT(BtnColor3Click()));
+    connect(BtnColor4,SIGNAL(clicked(bool)),this,SLOT(BtnColor4Click()));
+    connect(BtnFont,SIGNAL(clicked(bool)),this,SLOT(BtnFontClick()));
+    connect(BtnOK,SIGNAL(clicked(bool)),this,SLOT(BtnOKClick()));
+    connect(BtnRefPos,SIGNAL(clicked(bool)),this,SLOT(BtnRefPosClick()));
+    connect(BtnTLEFile,SIGNAL(clicked(bool)),this,SLOT(BtnTLEFileClick()));
+    connect(BtnTLESatFile,SIGNAL(clicked(bool)),this,SLOT(BtnTLESatFileClick()));
+    connect(BtnTLESatView,SIGNAL(clicked(bool)),this,SLOT(BtnTLESatViewClick()));
+    connect(BtnTLEView,SIGNAL(clicked(bool)),this,SLOT(BtnTLEViewClick()));
+    connect(Origin,SIGNAL(currentIndexChanged(int)),this,SLOT(OriginChange()));
+    connect(AutoScale,SIGNAL(currentIndexChanged(int)),this,SLOT(AutoScaleChange()));
+    connect(RcvPos,SIGNAL(currentIndexChanged(int)),this,SLOT(RcvPosChange()));
+    connect(MColor1,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor2,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor3,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor4,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor5,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor6,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor7,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor8,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor9,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor10,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor11,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+    connect(MColor12,SIGNAL(clicked(bool)),this,SLOT(MColorClick()));
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::showEvent(QShowEvent *event)
+{
+    int i,marks[]={1,2,3,4,5,10,15,20};
+    
+    if (event->spontaneous()) return;
+
+    TimeLabel  ->setCurrentIndex(plot->TimeLabel);
+    LatLonFmt  ->setCurrentIndex(plot->LatLonFmt);
+    AutoScale  ->setCurrentIndex(plot->AutoScale);
+    ShowStats  ->setCurrentIndex(plot->ShowStats);
+    ShowArrow  ->setCurrentIndex(plot->ShowArrow);
+    ShowSlip   ->setCurrentIndex(plot->ShowSlip);
+    ShowHalfC  ->setCurrentIndex(plot->ShowHalfC);
+    ShowErr    ->setCurrentIndex(plot->ShowErr);
+    ShowEph    ->setCurrentIndex(plot->ShowEph);
+    ShowLabel  ->setCurrentIndex(plot->ShowLabel);
+    ShowGLabel ->setCurrentIndex(plot->ShowGLabel);
+    ShowScale  ->setCurrentIndex(plot->ShowScale);
+    ShowCompass->setCurrentIndex(plot->ShowCompass);
+    PlotStyle  ->setCurrentIndex(plot->PlotStyle);
+    for (i=0;i<8;i++) {
+        if (marks[i]==plot->MarkSize) MarkSize->setCurrentIndex(i);
+    }
+    for (int i=0;i<8;i++)
+        for (int j=0;j<2;j++)
+            MColor[j][i]=plot->MColor[j][i];
+    for (int i=0;i<4;i++)
+        CColor[i]=plot->CColor[i];
+
+    MColor1 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][1])));
+    MColor2 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][2])));
+    MColor3 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][3])));
+    MColor4 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][4])));
+    MColor5 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][5])));
+    MColor6 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[0][6])));
+    MColor7 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][1])));
+    MColor8 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][2])));
+    MColor9 ->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][3])));
+    MColor10->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][4])));
+    MColor11->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][5])));
+    MColor12->setStyleSheet(QString("background-color: %1;").arg(color2String(plot->MColor[1][6])));
+    Color1 ->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(plot->CColor[0])));
+    Color2 ->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(plot->CColor[1])));
+    Color3 ->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(plot->CColor[2])));
+    Color4 ->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(plot->CColor[3])));
+    
+    FontOpt=plot->Font;
+    UpdateFont();
+    
+    ElMask ->setCurrentText(QString::number(plot->ElMask));
+    MaxDop ->setCurrentText(QString::number(plot->MaxDop));
+    MaxMP  ->setCurrentText(QString::number(plot->MaxMP ));
+    YRange ->setCurrentText(QString::number(plot->YRange));
+    Origin ->setCurrentIndex(plot->Origin);
+    RcvPos ->setCurrentIndex(plot->RcvPos);
+    RefPos1->setText(QString::number(plot->OOPos[0]*R2D));
+    RefPos2->setText(QString::number(plot->OOPos[1]*R2D));
+    RefPos3->setText(QString::number(plot->OOPos[2]));
+    NavSys1->setChecked(plot->NavSys&SYS_GPS);
+    NavSys2->setChecked(plot->NavSys&SYS_GLO);
+    NavSys3->setChecked(plot->NavSys&SYS_GAL);
+    NavSys4->setChecked(plot->NavSys&SYS_QZS);
+    NavSys5->setChecked(plot->NavSys&SYS_SBS);
+    NavSys6->setChecked(plot->NavSys&SYS_CMP);
+    AnimCycle->setCurrentText(QString::number(plot->AnimCycle));
+    RefCycle ->setText(QString::number(plot->RefCycle ));
+    HideLowSat->setCurrentIndex(plot->HideLowSat);
+    ElMaskP->setCurrentIndex(plot->ElMaskP);
+    ExSats->setText(plot->ExSats);
+    BuffSize->setText(QString::number(plot->RtBuffSize));
+    QcCmd  ->setText(plot->QcCmd);
+    RnxOpts->setText(plot->RnxOpts);
+    TLEFile->setText(plot->TLEFile);
+    TLESatFile->setText(plot->TLESatFile);
+    
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnOKClick()
+{
+    int marks[]={1,2,3,4,5,10,15,20};
+    
+    plot->TimeLabel  =TimeLabel  ->currentIndex();
+    plot->LatLonFmt  =LatLonFmt  ->currentIndex();
+    plot->AutoScale  =AutoScale  ->currentIndex();
+    plot->ShowStats  =ShowStats  ->currentIndex();
+    plot->ShowArrow  =ShowArrow  ->currentIndex();
+    plot->ShowSlip   =ShowSlip   ->currentIndex();
+    plot->ShowHalfC  =ShowHalfC  ->currentIndex();
+    plot->ShowErr    =ShowErr    ->currentIndex();
+    plot->ShowEph    =ShowEph    ->currentIndex();
+    plot->ShowLabel  =ShowLabel  ->currentIndex();
+    plot->ShowGLabel =ShowGLabel ->currentIndex();
+    plot->ShowScale  =ShowScale  ->currentIndex();
+    plot->ShowCompass=ShowCompass->currentIndex();
+    plot->PlotStyle  =PlotStyle  ->currentIndex();
+    plot->MarkSize=marks[MarkSize->currentIndex()];
+    for (int i=0;i<8;i++)
+        for (int j=0;j<2;j++)
+            plot->MColor[j][i]=MColor[j][i];
+    for (int i=0;i<4;i++)
+        plot->CColor[i]=CColor[i];
+
+    plot->Font=FontOpt;
+    
+    plot->ElMask=ElMask->currentText().toDouble();
+    plot->MaxDop=MaxDop->currentText().toDouble();
+    plot->MaxMP =MaxMP ->currentText().toDouble();
+    plot->YRange=YRange->currentText().toDouble();
+    plot->Origin=Origin->currentIndex();
+    plot->RcvPos=RcvPos->currentIndex();
+    plot->OOPos[0]=RefPos1->text().toDouble()*D2R;
+    plot->OOPos[1]=RefPos2->text().toDouble()*D2R;
+    plot->OOPos[2]=RefPos3->text().toDouble();
+    plot->NavSys=(NavSys1->isChecked()?SYS_GPS:0)|
+                 (NavSys2->isChecked()?SYS_GLO:0)|
+                 (NavSys3->isChecked()?SYS_GAL:0)|
+                 (NavSys4->isChecked()?SYS_QZS:0)|
+                 (NavSys5->isChecked()?SYS_SBS:0)|
+                 (NavSys6->isChecked()?SYS_CMP:0);
+    plot->AnimCycle=AnimCycle->currentText().toInt();
+    plot->RefCycle =RefCycle ->text().toInt();
+    plot->HideLowSat=HideLowSat->currentIndex();
+    plot->ElMaskP=ElMaskP->currentIndex();
+    plot->RtBuffSize=BuffSize->text().toDouble();
+    plot->ExSats=ExSats->text();
+    plot->QcCmd =QcCmd->text();
+    plot->RnxOpts=RnxOpts->text();
+    plot->TLEFile=TLEFile->text();
+    plot->TLESatFile=TLESatFile->text();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::MColorClick()
+{
+    QToolButton *button=dynamic_cast<QToolButton *>(QObject::sender());
+    if (!button) return;
+
+    QColorDialog dialog(this);
+    QColor *current=&MColor[0][1];
+
+    if (button==MColor1)  current=&MColor[0][1];
+    if (button==MColor2)  current=&MColor[0][2];
+    if (button==MColor3)  current=&MColor[0][3];
+    if (button==MColor4)  current=&MColor[0][4];
+    if (button==MColor5)  current=&MColor[0][5];
+    if (button==MColor6)  current=&MColor[0][6];
+    if (button==MColor7)  current=&MColor[1][1];
+    if (button==MColor8)  current=&MColor[1][2];
+    if (button==MColor9)  current=&MColor[1][3];
+    if (button==MColor10) current=&MColor[1][4];
+    if (button==MColor11) current=&MColor[1][5];
+    if (button==MColor12) current=&MColor[1][6];
+    dialog.setCurrentColor(*current);
+
+    dialog.exec();
+    if (dialog.result()!=QDialog::Accepted) return;
+    button->setStyleSheet(QString("background-color: %1").arg(color2String(dialog.currentColor())));
+    *current=dialog.currentColor();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnColor1Click()
+{
+    QColorDialog dialog(this);
+    dialog.setCurrentColor(CColor[0]);
+    dialog.exec();
+    if (dialog.result()!=QDialog::Accepted) return;
+    Color1->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(dialog.currentColor())));
+    CColor[0]=dialog.currentColor();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnColor2Click()
+{
+    QColorDialog dialog(this);
+    dialog.setCurrentColor(CColor[1]);
+    dialog.exec();
+    if (dialog.result()!=QDialog::Accepted) return;
+    Color2->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(dialog.currentColor())));
+    CColor[1]=dialog.currentColor();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnColor3Click()
+{
+    QColorDialog dialog(this);
+    dialog.setCurrentColor(CColor[2]);
+    dialog.exec();
+    if (dialog.result()!=QDialog::Accepted) return;
+    Color3->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(dialog.currentColor())));
+    CColor[2]=dialog.currentColor();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnColor4Click()
+{
+    QColorDialog dialog(this);
+    dialog.setCurrentColor(CColor[3]);
+    dialog.exec();
+    if (dialog.result()!=QDialog::Accepted) return;
+    Color4->setStyleSheet(QString("QLabel {background-color: %1;}").arg(color2String(dialog.currentColor())));
+    CColor[3]=dialog.currentColor();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnFontClick()
+{
+    QFontDialog dialog(this);
+
+    dialog.setCurrentFont(FontOpt);
+    dialog.exec();
+
+    if (dialog.result()!=QDialog::Accepted) return;
+    FontOpt=dialog.currentFont();
+    UpdateFont();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnQcCmdClick()
+{
+    QcCmd->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open"))));
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnTLEFileClick()
+{
+    TLEFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open"),QString(),tr("Text Files (*.txt);;Position Files (*.pos *.snx);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnTLESatFileClick()
+{
+    TLESatFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open"),QString(),tr("Text Files (*.txt);;Position Files (*.pos *.snx);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnRefPosClick()
+{
+    refDialog->RovPos[0]=RefPos1->text().toDouble();
+    refDialog->RovPos[1]=RefPos2->text().toDouble();
+    refDialog->RovPos[2]=RefPos3->text().toDouble();
+    refDialog->move(pos().x()+size().width()/2-refDialog->size().width()/2,
+        pos().y()+size().height()/2-refDialog->size().height()/2);
+
+    refDialog->exec();
+
+    if (refDialog->result()!=QDialog::Accepted) return;
+    RefPos1->setText(QString::number(refDialog->Pos[0]));
+    RefPos2->setText(QString::number(refDialog->Pos[1]));
+    RefPos3->setText(QString::number(refDialog->Pos[2]));
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::AutoScaleChange()
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::OriginChange()
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::UpdateFont(void)
+{
+    FontLabel->setFont(FontOpt);
+    FontLabel->setText(FontOpt.family()+" "+QString::number(FontOpt.pointSize())+" pt");
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::UpdateEnable(void)
+{
+    RefPos1    ->setEnabled(Origin->currentIndex()==5||RcvPos->currentIndex()==1);
+    RefPos2    ->setEnabled(Origin->currentIndex()==5||RcvPos->currentIndex()==1);
+    RefPos3    ->setEnabled(Origin->currentIndex()==5||RcvPos->currentIndex()==1);
+    LabelRefPos->setEnabled(Origin->currentIndex()==5||Origin->currentIndex()==6||RcvPos->currentIndex()==1);
+    BtnRefPos  ->setEnabled(Origin->currentIndex()==5||Origin->currentIndex()==6||RcvPos->currentIndex()==1);
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::RcvPosChange()
+{
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnTLEViewClick()
+{
+    TextViewer *viewer;
+    QString file=TLEFile->text();
+    
+    if (file=="") return;
+    viewer=new TextViewer(this);
+    viewer->setWindowTitle(file);
+    viewer->show();
+    viewer->Read(file);
+}
+//---------------------------------------------------------------------------
+void PlotOptDialog::BtnTLESatViewClick()
+{
+    TextViewer *viewer;
+    QString file=TLESatFile->text();
+    
+    if (file=="") return;
+    viewer=new TextViewer(this);
+    viewer->setWindowTitle(file);
+    viewer->show();
+    viewer->Read(file);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkplot_qt/plotopt.h b/app/rtkplot_qt/plotopt.h
new file mode 100644
index 0000000..7e87af5
--- /dev/null
+++ b/app/rtkplot_qt/plotopt.h
@@ -0,0 +1,52 @@
+//---------------------------------------------------------------------------
+
+#ifndef plotoptH
+#define plotoptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_plotopt.h"
+
+class Plot;
+class RefDialog;
+
+//---------------------------------------------------------------------------
+class PlotOptDialog : public QDialog, private Ui::PlotOptDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnOKClick();
+    void BtnColor1Click();
+    void BtnColor2Click();
+    void BtnColor3Click();
+    void BtnColor4Click();
+    void BtnRefPosClick();
+    void OriginChange();
+    void AutoScaleChange();
+    void MColorClick();
+    void BtnFontClick();
+    void RcvPosChange();
+    void BtnTLEFileClick();
+    void BtnQcCmdClick();
+    void BtnTLESatFileClick();
+    void BtnTLEViewClick();
+    void BtnTLESatViewClick();
+
+private:
+    void UpdateFont(void);
+    void UpdateEnable(void);
+    QColor MColor[2][8]; // {{mark1 0-7},{mark2 0-7}}
+    QColor CColor[4];    // {background,grid,text,line}
+    QFont FontOpt;
+
+public:
+    Plot *plot;
+    RefDialog *refDialog;
+
+    explicit PlotOptDialog(QWidget *parent=NULL);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/plotopt.ui b/app/rtkplot_qt/plotopt.ui
new file mode 100644
index 0000000..70b6280
--- /dev/null
+++ b/app/rtkplot_qt/plotopt.ui
@@ -0,0 +1,2483 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>PlotOptDialog</class>
+ <widget class="QWidget" name="PlotOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>1015</width>
+    <height>660</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <item row="2" column="1">
+       <widget class="QLabel" name="Label15">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Lat/Lon Format</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="1">
+       <widget class="QLabel" name="Label9">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Show Statistics</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="3">
+       <widget class="QComboBox" name="LatLonFmt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>ddd.ddddd</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ddd mm ss.ss</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="1" column="4" colspan="3">
+       <widget class="QLabel" name="Label19">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Error Bar/Circle</string>
+        </property>
+       </widget>
+      </item>
+      <item row="17" column="6" colspan="12">
+       <widget class="QLineEdit" name="TLESatFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="15" column="6" colspan="15">
+       <widget class="QLineEdit" name="RnxOpts">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="10" column="7" rowspan="2" colspan="3">
+       <widget class="QComboBox" name="Origin">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>Start Pos</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>End Pos</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Average Pos</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Linear Fit Pos</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Base Station</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Lat/Lon/Hgt</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Auto Input</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt4</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt6</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt7</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt8</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt9</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Waypnt10</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="11" column="1">
+       <widget class="QLabel" name="Label28">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Max NSAT/DOP</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="3">
+       <widget class="QComboBox" name="ShowStats">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="6" column="10" colspan="2">
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Background Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="3">
+       <widget class="QComboBox" name="ShowHalfC">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="5" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowCompass">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="3" column="4" colspan="2">
+       <widget class="QLabel" name="Label20">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Graph Label</string>
+        </property>
+       </widget>
+      </item>
+      <item row="11" column="10" colspan="2">
+       <widget class="QLabel" name="Label11">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Animation Interval</string>
+        </property>
+       </widget>
+      </item>
+      <item row="12" column="3">
+       <widget class="QComboBox" name="MaxMP">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>20</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="12" column="10" colspan="2">
+       <widget class="QLabel" name="Label27">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Update Cycle (ms)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="12" column="12" colspan="9">
+       <widget class="QLineEdit" name="RefCycle">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>100</string>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="6" colspan="2">
+       <widget class="QLineEdit" name="RefPos1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="3">
+       <widget class="QComboBox" name="ShowSlip">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>LG Jump</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>LLI Flag</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="8" column="3">
+       <widget class="QComboBox" name="ElMaskP">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="9" column="4" colspan="3">
+       <widget class="QLabel" name="Label29">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>RT Buffer Size</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="4" colspan="3">
+       <widget class="QLabel" name="Label21">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Grid/Grid Label</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowScale">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="7" column="4">
+       <widget class="QLabel" name="Label13">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Auto Fit</string>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="4" colspan="2">
+       <widget class="QLabel" name="LabelRefPos">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Lat/Lon/Hgt</string>
+        </property>
+       </widget>
+      </item>
+      <item row="12" column="1">
+       <widget class="QLabel" name="Label37">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Max Multipath</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="7" colspan="3">
+       <widget class="QComboBox" name="YRange">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>0.05</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0.1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0.2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>0.5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>20</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>50</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>100</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>500</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>1000</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5000</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10000</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="4" column="1">
+       <widget class="QLabel" name="Label17">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Cycle-Slip</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="12" colspan="6">
+       <widget class="QLabel" name="Color4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="1" colspan="2">
+       <widget class="QLabel" name="Label31">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Receiver Position</string>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="1" colspan="2">
+       <widget class="QLabel" name="Label18">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Elevation Mask (°)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="1">
+       <widget class="QLabel" name="Label16">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Parity Unknown</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowGLabel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Grid</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Grid/Label</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Circles</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Circles/Label</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="4" column="10">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Text Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="4">
+       <widget class="QLabel" name="Label22">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Scale</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="12" colspan="6">
+       <widget class="QLabel" name="Color1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="12" colspan="6">
+       <widget class="QLabel" name="Color3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="7" colspan="3">
+       <widget class="QComboBox" name="AutoScale">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="2" column="4" colspan="3">
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Direction Arrow</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="10">
+       <widget class="QLabel" name="Label7">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Line Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="12" colspan="6">
+       <widget class="QLabel" name="Color2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="10">
+       <widget class="QLabel" name="Label10">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Mark Size</string>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="10">
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Plot Style</string>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="7" colspan="2">
+       <widget class="QLineEdit" name="BuffSize">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>10800</string>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="3">
+       <widget class="QComboBox" name="HideLowSat">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="9" column="1" colspan="2">
+       <widget class="QLabel" name="Label25">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Hide Low Satellite</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="1">
+       <widget class="QLabel" name="Label24">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Ephemeris</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowLabel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QComboBox" name="TimeLabel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>www/ssss</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>h:m:s GPST</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>h:m:s UTC</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>h:m:s LT</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="7" column="3">
+       <widget class="QComboBox" name="ElMask">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>15</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>20</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>25</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>35</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>40</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>45</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="2" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowArrow">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="13" column="3">
+       <widget class="QComboBox" name="RcvPos">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>Single Solution</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Lat/Lon/Hgt</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>RINEX Header</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="6" column="3">
+       <widget class="QComboBox" name="ShowEph">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>ON</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="5" column="10">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Grid Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="4" colspan="3">
+       <widget class="QLabel" name="Label8">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Y-Range (+/-)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="1" colspan="2">
+       <widget class="QLabel" name="Label26">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Elev Mask Pattern</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QLabel" name="Label12">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Time Format</string>
+        </property>
+       </widget>
+      </item>
+      <item row="10" column="3" rowspan="2">
+       <widget class="QComboBox" name="MaxDop">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>50</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>100</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>200</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>500</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="13" column="8" colspan="3">
+       <widget class="QLineEdit" name="RefPos2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="11" colspan="7">
+       <widget class="QLineEdit" name="RefPos3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="7" colspan="3">
+       <widget class="QComboBox" name="ShowErr">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Bar/Circle</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Dots</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="11" column="4" colspan="3">
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Coordinate Origin</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="4" colspan="2">
+       <widget class="QLabel" name="Label23">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Compass</string>
+        </property>
+       </widget>
+      </item>
+      <item row="14" column="4">
+       <widget class="QLabel" name="Label30">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>QC Cmd</string>
+        </property>
+       </widget>
+      </item>
+      <item row="14" column="6" colspan="15">
+       <widget class="QLineEdit" name="QcCmd">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>teqc</string>
+        </property>
+       </widget>
+      </item>
+      <item row="15" column="4">
+       <widget class="QLabel" name="Label33">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>RINEX Opt</string>
+        </property>
+       </widget>
+      </item>
+      <item row="10" column="12" rowspan="2" colspan="8">
+       <widget class="QComboBox" name="AnimCycle">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>20</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>50</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>100</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="7" column="12" colspan="8">
+       <widget class="QComboBox" name="PlotStyle">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>Mark/Line</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Mark</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Line</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>None</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="17" column="19">
+       <widget class="QPushButton" name="BtnTLESatFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="19">
+       <widget class="QPushButton" name="BtnRefPos">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="10" rowspan="2" colspan="10">
+       <widget class="QWidget" name="widget_2" native="true">
+        <layout class="QGridLayout" name="gridLayout_3">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="0" column="1">
+          <widget class="QToolButton" name="MColor1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="4">
+          <widget class="QToolButton" name="MColor4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="0">
+          <widget class="QLabel" name="Label14">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Mark Color 1 (1-6)</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QToolButton" name="MColor5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="6">
+          <widget class="QToolButton" name="MColor6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3">
+          <widget class="QToolButton" name="MColor3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QToolButton" name="MColor2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="Label32">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Mark Color 2 (1-6)</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QToolButton" name="MColor7">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QToolButton" name="MColor8">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="3">
+          <widget class="QToolButton" name="MColor9">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QToolButton" name="MColor10">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QToolButton" name="MColor11">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QToolButton" name="MColor12">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="16" column="18">
+       <widget class="QPushButton" name="BtnTLEView">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtklaunch_qt/rtklaunch_qt.qrc">
+          <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="16" column="19">
+       <widget class="QPushButton" name="BtnTLEFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="17" column="18">
+       <widget class="QPushButton" name="BtnTLESatView">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="icon">
+         <iconset resource="../rtklaunch_qt/rtklaunch_qt.qrc">
+          <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+        </property>
+        <property name="flat">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="19">
+       <widget class="QPushButton" name="BtnFont">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="16" column="4">
+       <widget class="QLabel" name="Label34">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>TLE Data</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="19">
+       <widget class="QPushButton" name="BtnColor2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="19">
+       <widget class="QPushButton" name="BtnColor1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="19">
+       <widget class="QPushButton" name="BtnColor3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="19">
+       <widget class="QPushButton" name="BtnColor4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="16" column="6" colspan="12">
+       <widget class="QLineEdit" name="TLEFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="17" column="3">
+       <widget class="QLineEdit" name="ExSats">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="17" column="4">
+       <widget class="QLabel" name="Label35">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>TLE Sat No</string>
+        </property>
+       </widget>
+      </item>
+      <item row="17" column="1">
+       <widget class="QLabel" name="LabelExSats">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Excluded Sats</string>
+        </property>
+       </widget>
+      </item>
+      <item row="14" column="0" rowspan="3" colspan="4">
+       <widget class="QGroupBox" name="GroupBox1">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="title">
+         <string>Satellite System</string>
+        </property>
+        <layout class="QGridLayout" name="gridLayout">
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="NavSys1">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GPS</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="NavSys2">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GLO</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QCheckBox" name="NavSys3">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Galileo</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QCheckBox" name="NavSys4">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>QZSS</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QCheckBox" name="NavSys5">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>SBAS</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QCheckBox" name="NavSys6">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>BeiDou</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="8" column="12" colspan="8">
+       <widget class="QComboBox" name="MarkSize">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>4</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>15</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>20</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="18" column="1">
+       <widget class="QLabel" name="Label36">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>(+Sn: Included)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="10">
+       <widget class="QLabel" name="LabelFont">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Font</string>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="12" colspan="7">
+       <widget class="QLabel" name="FontLabel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Font Name</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="Msg">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOK">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtklaunch_qt/rtklaunch_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/pntdlg.cpp b/app/rtkplot_qt/pntdlg.cpp
new file mode 100644
index 0000000..3b574e5
--- /dev/null
+++ b/app/rtkplot_qt/pntdlg.cpp
@@ -0,0 +1,147 @@
+//---------------------------------------------------------------------------
+
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QFile>
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "pntdlg.h"
+#include "plotmain.h"
+
+extern Plot *plot;
+
+//---------------------------------------------------------------------------
+PntDialog::PntDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    Pos[0]=Pos[1]=Pos[2]=0.0;
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnDel,SIGNAL(clicked(bool)),this,SLOT(BtnDelClick()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+    connect(BtnAdd,SIGNAL(clicked(bool)),this,SLOT(BtnAddClick()));
+}
+//---------------------------------------------------------------------------
+void PntDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    double pos[3];
+	int width[]={90,90,80,90};
+	
+    FontScale=this->physicalDpiX();
+	for (int i=0;i<4;i++) {
+        PntList->setColumnWidth(i,width[i]*FontScale/96);
+	}
+	
+    for (int i=0;i<PntList->rowCount();i++) {
+        if (i<plot->NWayPnt) {
+            ecef2pos(plot->PntPos[i],pos);
+            PntList->setItem(i,0, new QTableWidgetItem(QString("%1").arg(pos[0]*R2D,0,'f',9)));
+            PntList->setItem(i,1, new QTableWidgetItem(QString("%1").arg(pos[1]*R2D,0,'f',9)));
+            PntList->setItem(i,2, new QTableWidgetItem(QString("%1").arg(pos[2],0,'f',4)));
+            PntList->setItem(i,3, new QTableWidgetItem(plot->PntName[i]));
+		}
+		else {
+            for (int j=0;j<PntList->columnCount();j++) PntList->setItem(i,j, new QTableWidgetItem(""));
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void PntDialog::BtnOkClick()
+{
+	double pos[3]={0};
+	int n=0;
+    for (int i=0;i<PntList->rowCount();i++) {
+        if (PntList->item(i,3)->text()=="") continue;
+        pos[0]=PntList->item(i,0)->text().toDouble()*D2R;
+        pos[1]=PntList->item(i,1)->text().toDouble()*D2R;
+        pos[2]=PntList->item(i,2)->text().toDouble();
+        pos2ecef(pos,plot->PntPos[n]);
+        plot->PntName[n++]=PntList->item(i,3)->text();
+	}
+    plot->NWayPnt=n;
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void PntDialog::BtnAddClick()
+{
+	int i;
+	double rr[3],pos[3]={0};
+    for (i=0;i<PntList->rowCount();i++) {
+        if (PntList->item(i,3)->text()=="") break;
+	}
+    if (i>=PntList->rowCount()) return;
+    if (!plot->GetCurrentPos(rr)) return;
+	if (norm(rr,3)<=0.0) return;
+	ecef2pos(rr,pos);
+    PntList->setItem(i,0, new QTableWidgetItem(QString("%1").arg(pos[0]*R2D,0,'f',9)));
+    PntList->setItem(i,1, new QTableWidgetItem(QString("%1").arg(pos[1]*R2D,0,'f',9)));
+    PntList->setItem(i,2, new QTableWidgetItem(QString("%1").arg(pos[2],0,'f',4)));
+    PntList->setItem(i,3, new QTableWidgetItem(QString("new point %1").arg(i+1)));
+}
+//---------------------------------------------------------------------------
+void PntDialog::BtnDelClick()
+{
+    QTableWidgetItem *sel=PntList->selectedItems().first();;
+    if (sel) return;
+	
+    for (int i=PntList->column(sel);i<PntList->rowCount();i++) {
+        for (int j=0;j<PntList->columnCount();j++) {
+            if (i+1>=PntList->rowCount()) PntList->setItem(i,j, new QTableWidgetItem(""));
+            else PntList->setItem(i,j, new QTableWidgetItem(PntList->item(i+1,j)->text()));
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void PntDialog::BtnLoadClick()
+{
+    QString OpenDialog_FileName,s;
+    QFile file;
+    QByteArray buff,name;
+	double pos[3];
+	int i=0;
+    OpenDialog_FileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open")));
+
+    if (!file.open(QIODevice::ReadOnly)) return;
+    while (!file.atEnd()&&i<PntList->rowCount()) {
+        buff=file.readLine();
+        if (buff.at(0)=='#') continue;
+        QList<QByteArray> tokens=buff.split(' ');
+        if (tokens.size() <4) continue;
+        for (int j=0;j<3;j++) pos[j]=tokens.at(j).toDouble();
+        name=tokens.at(3);
+
+        PntList->setItem(i,0, new QTableWidgetItem(QString("%1").arg(pos[0],0,'f',9)));
+        PntList->setItem(i,1, new QTableWidgetItem(QString("%1").arg(pos[1],0,'f',9)));
+        PntList->setItem(i,2, new QTableWidgetItem(QString("%1").arg(pos[2],0,'f',4)));
+        PntList->setItem(i++,3, new QTableWidgetItem(QString(name)));
+	}
+    for (;i<PntList->rowCount();i++) {
+        PntList->setItem(i,0, new QTableWidgetItem(""));
+        PntList->setItem(i,1, new QTableWidgetItem(""));
+        PntList->setItem(i,2, new QTableWidgetItem(""));
+        PntList->setItem(i,3, new QTableWidgetItem(""));
+	}
+}
+//---------------------------------------------------------------------------
+void PntDialog::BtnSaveClick()
+{
+    QString SaveDialog_FileName=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save..")));
+    QFile file(SaveDialog_FileName);
+
+    if (!file.open(QIODevice::WriteOnly)) return;
+
+    for (int i=0;i<PntList->rowCount();i++) {
+        if (PntList->item(i,3)->text()=="") break;
+        QString s=PntList->item(i,0)->text()+" "+PntList->item(i,1)->text()+" "+PntList->item(i,2)->text()+" "+PntList->item(i,3)->text()+"\n";
+        file.write(s.toLatin1());
+	}
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/pntdlg.h b/app/rtkplot_qt/pntdlg.h
new file mode 100644
index 0000000..c75daa3
--- /dev/null
+++ b/app/rtkplot_qt/pntdlg.h
@@ -0,0 +1,30 @@
+//---------------------------------------------------------------------------
+#ifndef pntdlgH
+#define pntdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_pntdlg.h"
+//---------------------------------------------------------------------------
+class PntDialog : public QDialog, private Ui::PntDialog
+{
+    Q_OBJECT
+
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnOkClick();
+    void BtnDelClick();
+    void BtnAddClick();
+    void BtnLoadClick();
+    void BtnSaveClick();
+private:
+public:
+	double Pos[3];
+	int FontScale;
+
+    explicit PntDialog(QWidget* parent=NULL);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/pntdlg.ui b/app/rtkplot_qt/pntdlg.ui
new file mode 100644
index 0000000..df1ff95
--- /dev/null
+++ b/app/rtkplot_qt/pntdlg.ui
@@ -0,0 +1,253 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>PntDialog</class>
+ <widget class="QWidget" name="PntDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>361</width>
+    <height>216</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Waypoints</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Point Name</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Latitude (°)</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Longitude (°)</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Height (m)</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QFrame" name="frame">
+     <property name="frameShape">
+      <enum>QFrame::StyledPanel</enum>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QTableWidget" name="PntList"/>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Load</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnAdd">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Add</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnDel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Delete</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/qwebchannel.js b/app/rtkplot_qt/qwebchannel.js
new file mode 100644
index 0000000..d8c28bc
--- /dev/null
+++ b/app/rtkplot_qt/qwebchannel.js
@@ -0,0 +1,413 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info at kdab.com, author Milian Wolff <milian.wolff at kdab.com>
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the QtWebChannel module of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL21$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 or version 3 as published by the Free
+** Software Foundation and appearing in the file LICENSE.LGPLv21 and
+** LICENSE.LGPLv3 included in the packaging of this file. Please review the
+** following information to ensure the GNU Lesser General Public License
+** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
+** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** As a special exception, The Qt Company gives you certain additional
+** rights. These rights are described in The Qt Company LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+"use strict";
+
+var QWebChannelMessageTypes = {
+    signal: 1,
+    propertyUpdate: 2,
+    init: 3,
+    idle: 4,
+    debug: 5,
+    invokeMethod: 6,
+    connectToSignal: 7,
+    disconnectFromSignal: 8,
+    setProperty: 9,
+    response: 10,
+};
+
+var QWebChannel = function(transport, initCallback)
+{
+    if (typeof transport !== "object" || typeof transport.send !== "function") {
+        console.error("The QWebChannel expects a transport object with a send function and onmessage callback property." +
+                      " Given is: transport: " + typeof(transport) + ", transport.send: " + typeof(transport.send));
+        return;
+    }
+
+    var channel = this;
+    this.transport = transport;
+
+    this.send = function(data)
+    {
+        if (typeof(data) !== "string") {
+            data = JSON.stringify(data);
+        }
+        channel.transport.send(data);
+    }
+
+    this.transport.onmessage = function(message)
+    {
+        var data = message.data;
+        if (typeof data === "string") {
+            data = JSON.parse(data);
+        }
+        switch (data.type) {
+            case QWebChannelMessageTypes.signal:
+                channel.handleSignal(data);
+                break;
+            case QWebChannelMessageTypes.response:
+                channel.handleResponse(data);
+                break;
+            case QWebChannelMessageTypes.propertyUpdate:
+                channel.handlePropertyUpdate(data);
+                break;
+            default:
+                console.error("invalid message received:", message.data);
+                break;
+        }
+    }
+
+    this.execCallbacks = {};
+    this.execId = 0;
+    this.exec = function(data, callback)
+    {
+        if (!callback) {
+            // if no callback is given, send directly
+            channel.send(data);
+            return;
+        }
+        if (channel.execId === Number.MAX_VALUE) {
+            // wrap
+            channel.execId = Number.MIN_VALUE;
+        }
+        if (data.hasOwnProperty("id")) {
+            console.error("Cannot exec message with property id: " + JSON.stringify(data));
+            return;
+        }
+        data.id = channel.execId++;
+        channel.execCallbacks[data.id] = callback;
+        channel.send(data);
+    };
+
+    this.objects = {};
+
+    this.handleSignal = function(message)
+    {
+        var object = channel.objects[message.object];
+        if (object) {
+            object.signalEmitted(message.signal, message.args);
+        } else {
+            console.warn("Unhandled signal: " + message.object + "::" + message.signal);
+        }
+    }
+
+    this.handleResponse = function(message)
+    {
+        if (!message.hasOwnProperty("id")) {
+            console.error("Invalid response message received: ", JSON.stringify(message));
+            return;
+        }
+        channel.execCallbacks[message.id](message.data);
+        delete channel.execCallbacks[message.id];
+    }
+
+    this.handlePropertyUpdate = function(message)
+    {
+        for (var i in message.data) {
+            var data = message.data[i];
+            var object = channel.objects[data.object];
+            if (object) {
+                object.propertyUpdate(data.signals, data.properties);
+            } else {
+                console.warn("Unhandled property update: " + data.object + "::" + data.signal);
+            }
+        }
+        channel.exec({type: QWebChannelMessageTypes.idle});
+    }
+
+    this.debug = function(message)
+    {
+        channel.send({type: QWebChannelMessageTypes.debug, data: message});
+    };
+
+    channel.exec({type: QWebChannelMessageTypes.init}, function(data) {
+        for (var objectName in data) {
+            var object = new QObject(objectName, data[objectName], channel);
+        }
+        // now unwrap properties, which might reference other registered objects
+        for (var objectName in channel.objects) {
+            channel.objects[objectName].unwrapProperties();
+        }
+        if (initCallback) {
+            initCallback(channel);
+        }
+        channel.exec({type: QWebChannelMessageTypes.idle});
+    });
+};
+
+function QObject(name, data, webChannel)
+{
+    this.__id__ = name;
+    webChannel.objects[name] = this;
+
+    // List of callbacks that get invoked upon signal emission
+    this.__objectSignals__ = {};
+
+    // Cache of all properties, updated when a notify signal is emitted
+    this.__propertyCache__ = {};
+
+    var object = this;
+
+    // ----------------------------------------------------------------------
+
+    this.unwrapQObject = function(response)
+    {
+        if (response instanceof Array) {
+            // support list of objects
+            var ret = new Array(response.length);
+            for (var i = 0; i < response.length; ++i) {
+                ret[i] = object.unwrapQObject(response[i]);
+            }
+            return ret;
+        }
+        if (!response
+            || !response["__QObject*__"]
+            || response.id === undefined) {
+            return response;
+        }
+
+        var objectId = response.id;
+        if (webChannel.objects[objectId])
+            return webChannel.objects[objectId];
+
+        if (!response.data) {
+            console.error("Cannot unwrap unknown QObject " + objectId + " without data.");
+            return;
+        }
+
+        var qObject = new QObject( objectId, response.data, webChannel );
+        qObject.destroyed.connect(function() {
+            if (webChannel.objects[objectId] === qObject) {
+                delete webChannel.objects[objectId];
+                // reset the now deleted QObject to an empty {} object
+                // just assigning {} though would not have the desired effect, but the
+                // below also ensures all external references will see the empty map
+                // NOTE: this detour is necessary to workaround QTBUG-40021
+                var propertyNames = [];
+                for (var propertyName in qObject) {
+                    propertyNames.push(propertyName);
+                }
+                for (var idx in propertyNames) {
+                    delete qObject[propertyNames[idx]];
+                }
+            }
+        });
+        // here we are already initialized, and thus must directly unwrap the properties
+        qObject.unwrapProperties();
+        return qObject;
+    }
+
+    this.unwrapProperties = function()
+    {
+        for (var propertyIdx in object.__propertyCache__) {
+            object.__propertyCache__[propertyIdx] = object.unwrapQObject(object.__propertyCache__[propertyIdx]);
+        }
+    }
+
+    function addSignal(signalData, isPropertyNotifySignal)
+    {
+        var signalName = signalData[0];
+        var signalIndex = signalData[1];
+        object[signalName] = {
+            connect: function(callback) {
+                if (typeof(callback) !== "function") {
+                    console.error("Bad callback given to connect to signal " + signalName);
+                    return;
+                }
+
+                object.__objectSignals__[signalIndex] = object.__objectSignals__[signalIndex] || [];
+                object.__objectSignals__[signalIndex].push(callback);
+
+                if (!isPropertyNotifySignal && signalName !== "destroyed") {
+                    // only required for "pure" signals, handled separately for properties in propertyUpdate
+                    // also note that we always get notified about the destroyed signal
+                    webChannel.exec({
+                        type: QWebChannelMessageTypes.connectToSignal,
+                        object: object.__id__,
+                        signal: signalIndex
+                    });
+                }
+            },
+            disconnect: function(callback) {
+                if (typeof(callback) !== "function") {
+                    console.error("Bad callback given to disconnect from signal " + signalName);
+                    return;
+                }
+                object.__objectSignals__[signalIndex] = object.__objectSignals__[signalIndex] || [];
+                var idx = object.__objectSignals__[signalIndex].indexOf(callback);
+                if (idx === -1) {
+                    console.error("Cannot find connection of signal " + signalName + " to " + callback.name);
+                    return;
+                }
+                object.__objectSignals__[signalIndex].splice(idx, 1);
+                if (!isPropertyNotifySignal && object.__objectSignals__[signalIndex].length === 0) {
+                    // only required for "pure" signals, handled separately for properties in propertyUpdate
+                    webChannel.exec({
+                        type: QWebChannelMessageTypes.disconnectFromSignal,
+                        object: object.__id__,
+                        signal: signalIndex
+                    });
+                }
+            }
+        };
+    }
+
+    /**
+     * Invokes all callbacks for the given signalname. Also works for property notify callbacks.
+     */
+    function invokeSignalCallbacks(signalName, signalArgs)
+    {
+        var connections = object.__objectSignals__[signalName];
+        if (connections) {
+            connections.forEach(function(callback) {
+                callback.apply(callback, signalArgs);
+            });
+        }
+    }
+
+    this.propertyUpdate = function(signals, propertyMap)
+    {
+        // update property cache
+        for (var propertyIndex in propertyMap) {
+            var propertyValue = propertyMap[propertyIndex];
+            object.__propertyCache__[propertyIndex] = propertyValue;
+        }
+
+        for (var signalName in signals) {
+            // Invoke all callbacks, as signalEmitted() does not. This ensures the
+            // property cache is updated before the callbacks are invoked.
+            invokeSignalCallbacks(signalName, signals[signalName]);
+        }
+    }
+
+    this.signalEmitted = function(signalName, signalArgs)
+    {
+        invokeSignalCallbacks(signalName, signalArgs);
+    }
+
+    function addMethod(methodData)
+    {
+        var methodName = methodData[0];
+        var methodIdx = methodData[1];
+        object[methodName] = function() {
+            var args = [];
+            var callback;
+            for (var i = 0; i < arguments.length; ++i) {
+                if (typeof arguments[i] === "function")
+                    callback = arguments[i];
+                else
+                    args.push(arguments[i]);
+            }
+
+            webChannel.exec({
+                "type": QWebChannelMessageTypes.invokeMethod,
+                "object": object.__id__,
+                "method": methodIdx,
+                "args": args
+            }, function(response) {
+                if (response !== undefined) {
+                    var result = object.unwrapQObject(response);
+                    if (callback) {
+                        (callback)(result);
+                    }
+                }
+            });
+        };
+    }
+
+    function bindGetterSetter(propertyInfo)
+    {
+        var propertyIndex = propertyInfo[0];
+        var propertyName = propertyInfo[1];
+        var notifySignalData = propertyInfo[2];
+        // initialize property cache with current value
+        // NOTE: if this is an object, it is not directly unwrapped as it might
+        // reference other QObject that we do not know yet
+        object.__propertyCache__[propertyIndex] = propertyInfo[3];
+
+        if (notifySignalData) {
+            if (notifySignalData[0] === 1) {
+                // signal name is optimized away, reconstruct the actual name
+                notifySignalData[0] = propertyName + "Changed";
+            }
+            addSignal(notifySignalData, true);
+        }
+
+        Object.defineProperty(object, propertyName, {
+            configurable: true,
+            get: function () {
+                var propertyValue = object.__propertyCache__[propertyIndex];
+                if (propertyValue === undefined) {
+                    // This shouldn't happen
+                    console.warn("Undefined value in property cache for property \"" + propertyName + "\" in object " + object.__id__);
+                }
+
+                return propertyValue;
+            },
+            set: function(value) {
+                if (value === undefined) {
+                    console.warn("Property setter for " + propertyName + " called with undefined value!");
+                    return;
+                }
+                object.__propertyCache__[propertyIndex] = value;
+                webChannel.exec({
+                    "type": QWebChannelMessageTypes.setProperty,
+                    "object": object.__id__,
+                    "property": propertyIndex,
+                    "value": value
+                });
+            }
+        });
+
+    }
+
+    // ----------------------------------------------------------------------
+
+    data.methods.forEach(addMethod);
+
+    data.properties.forEach(bindGetterSetter);
+
+    data.signals.forEach(function(signal) { addSignal(signal, false); });
+
+    for (var name in data.enums) {
+        object[name] = data.enums[name];
+    }
+}
+
+//required for use with nodejs
+if (typeof module === 'object') {
+    module.exports = {
+        QWebChannel: QWebChannel
+    };
+}
diff --git a/app/rtkplot_qt/rtklib_ge.htm b/app/rtkplot_qt/rtklib_ge.htm
new file mode 100644
index 0000000..9a7f8a1
--- /dev/null
+++ b/app/rtkplot_qt/rtklib_ge.htm
@@ -0,0 +1,233 @@
+<!------------------------------------------------------------------------------
+* rtkplot_ge.htm: rtkplot google earth plugin
+*
+* history: 2012/04/07 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKPLOT_GE</title>
+
+<script type="text/javascript" src="http://www.google.com/jsapi"> </script>
+<script type="text/javascript">
+
+var ge = null;
+var mark1,mark2,track1,track2,points,altmode;
+var mark_icon1="http://maps.google.com/mapfiles/kml/paddle/ylw-circle.png";
+var mark_icon2="http://maps.google.com/mapfiles/kml/paddle/red-circle.png";
+var mark_icon3="http://maps.google.com/mapfiles/kml/paddle/wht-circle.png";
+
+function init() {
+    google.earth.createInstance("map3d",initCallback,failureCallback);
+}
+
+function initCallback(instance) {
+    ge = instance;
+    var opt = ge.getOptions();
+    opt.setFlyToSpeed(ge.SPEED_TELEPORT);
+    opt.setAtmosphereVisibility(false);
+    opt.setMouseNavigationEnabled(true);
+    opt.setBuildingSelectionEnabled(false);
+    opt.setAutoGroundLevelViewEnabled(false);
+    
+    mark1 = GenMark('1',mark_icon1);
+    mark2 = GenMark('2',mark_icon2);
+    track1 = GenLine('track1','cc00ffff');
+    track2 = GenLine('track2','cc0044ff');
+    points = new Array();
+    altmode = ge.ALTITUDE_CLAMP_TO_GROUND;
+    ge.getWindow().setVisibility(true);
+    
+    document.getElementById('state').value='1';
+    
+    setInterval("UpdateState()",250);
+}
+
+function failureCallback(errcode) {
+    document.write('<P align=center>Google Earth Plugin load error</P>');
+    document.getElementById('state').value='-1';
+}
+
+function GenMark(name,mark_icon) {
+    var pm = ge.createPlacemark('');
+    var icon = ge.createIcon('');
+    icon.setHref(mark_icon);
+    var style = ge.createStyle('');
+    style.getIconStyle().setIcon(icon);
+    style.getIconstyle().getHotSpot().set(0.5,ge.UNITS_FRACTION,0,ge.UNITS_FRACTION);
+    pm.setDescription(name);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function GenLine(name,color) {
+    var pm = ge.createPlaceMark('');
+    var ls = ge.createLineString('');
+    var style = ge.createStyle('');
+    style.getLineStyle().setWidth(3);
+    style.getLineStyle().getColor().set(color);
+    pm.setDescription(name);
+    pm.setGeometry(ls);
+    pm.setStyleSelector(style);
+    ge.getFeatures().appendChild(pm);
+    return pm;
+}
+
+function SetOpts(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10) {
+    if (ge == null) return;
+    var opt = ge.getOptions();
+    ge.getNavigationControl().setVisibility(f1?ge.VISIBILITY_SHOW:ge.VISIBILITY_HIDE);
+    ge.getNavigationControl().setControlType(ge.NAVIGATION_CONTROL_SMALL);
+    opt.setScaleLegendVisibility(f2);
+    opt.setOverviewMapVisibility(f3);
+    opt.setGridVisibility(f4);
+    opt.setStatusBarVisibility(f5);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_TERRAIN,f6);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS,f7);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS_LOW_RESOLUTION,f8);
+    ge.getLayerRoot().enableLayerById(ge.LAYER_BORDERS,f9);
+    altmode = f10?ge.ALTITUDE_ABSOLUTE:ge.ALTITUDE_CLAMP_TO_GROUND;
+}
+
+function SetView(lat,lon,range,heading) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    la.setRange(range*1000.0);
+    la.setHeading(heading);
+    ge.getView().setAbstractView(la);
+}
+
+function SetCent(lat,lon) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setLatitude (lat);
+    la.setLongitude(lon);
+    ge.getView().setAbstractView(la);
+}
+
+function SetRange(range) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setRange(range*1000.0);
+    ge.getView().setAbstractView(la);
+}
+
+function SetHeading(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setHeading(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetTilt(angle) {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    la.setTilt(angle);
+    ge.getView().setAbstractView(la);
+}
+
+function SetMark(index,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    var point = ge.createPoint('');
+    point.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(point);
+}
+
+function ShowMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(1);
+}
+
+function HideMark(index) {
+    if (ge == null) return;
+    var mark = index==1?mark1:mark2;
+    mark.setVisibility(0);
+}
+
+function ClearTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().clear();
+}
+
+function AddTrack(index,lat,lon) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    var ls = track.getGeometry();
+    ls.getCoordinates().pushLatLngAlt(lat,lon,0);
+}
+
+function ShowTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(1);
+}
+
+function HideTrack(index) {
+    if (ge == null) return;
+    var track=index==1?track1:track2;
+    track.setVisibility(0);
+}
+
+function ClearPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        ge.getFeatures().removeChild(points[i]);
+    }
+    points.length = 0;
+}
+
+function AddPoint(name,lat,lon,alt) {
+    if (ge == null) return;
+    var mark = GenMark(name,mark_icon3);
+    var p = ge.createPoint('');
+    p.set(lat,lon,alt,altmode,1,1);
+    mark.setGeometry(p);
+    points.push(mark);
+}
+
+function ShowPoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(1);
+    }
+}
+
+function HidePoint() {
+    if (ge == null) return;
+    for (var i = 0; i < points.length; i++) {
+        var mark = points[i];
+        mark.setVisibility(0);
+    }
+}
+
+function UpdateState() {
+    if (ge == null) return;
+    var la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);
+    var lat=la.getLatitude ();
+    var lon=la.getLongitude();
+    var range=la.getRange()/1000.0;
+    var heading=la.getHeading();
+    document.getElementById('view').value=
+        lat.toFixed(9)+","+lon.toFixed(9)+","+range.toFixed(3)+","+heading.toFixed(1);
+}
+
+google.load("earth","1");
+google.setOnLoadCallback(init);
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no";>
+    <div id="map3d" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+    <input id="view"  type="hidden" value="0,0,0,0">
+</body>
+</html>
diff --git a/app/rtkplot_qt/rtklib_gm.htm b/app/rtkplot_qt/rtklib_gm.htm
new file mode 100644
index 0000000..a3f8039
--- /dev/null
+++ b/app/rtkplot_qt/rtklib_gm.htm
@@ -0,0 +1,103 @@
+<!------------------------------------------------------------------------------
+* rtkplot_gm.htm: rtkplot google map view
+*
+* history: 2013/01/20 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKLIB_GM</title>
+
+<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"
+    type="text/javascript" charset="UTF-8"></script>
+<script type="text/javascript">
+
+var map = null;
+var marks = [];
+var markh = null;
+var markz = 0;
+var info = null;
+var icon0="http://maps.google.co.jp/mapfiles/ms/icons/red-dot.png";
+var icon1="http://maps.google.co.jp/mapfiles/ms/icons/yellow-dot.png";
+
+function init() {
+    var opt = {
+        center: new google.maps.LatLng(0,0),
+        zoom: 2, minZoom: 2,
+        streetViewControl: false,
+        mapTypeId: google.maps.MapTypeId.ROADMAP
+    };
+    map = new google.maps.Map(document.getElementById("map"),opt);
+    document.getElementById('state').value='1';
+}
+
+function SetView(lat,lon,zoom) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+    map.setZoom(zoom);
+}
+
+function SetCent(lat,lon) {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(lat,lon));
+}
+
+function SetZoom(zoom) {
+    if (map == null) return;
+    map.setZoom(zoom);
+}
+
+function ClearMark(lat,lon,title) {
+    for (var i in marks) {
+        marks[i].setMap(null);
+    }
+    marks.length = 0;
+    markh = null;
+}
+
+function AddMark(lat,lon,title,msg) {
+    var pos = new google.maps.LatLng(lat,lon);
+    var opt = {map: map, position: pos, title: title, icon: icon1};
+    var mark = new google.maps.Marker(opt);
+    google.maps.event.addListener(mark,'click',function(event) {
+        if (info) {info.close();}
+        info = new google.maps.InfoWindow({content: msg});
+        info.open(mark.getMap(),mark);
+    });
+    marks.push(mark);
+}
+
+function PosMark(lat,lon,title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setPosition(new google.maps.LatLng(lat,lon));
+            break;
+        }
+    }
+}
+
+function ShowMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(true);
+            break;
+        }
+    }
+}
+
+function HideMark(title) {
+    for (var i in marks) {
+        if (marks[i].title==title) {
+            marks[i].setVisible(false);
+            break;
+        }
+    }
+}
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no"; onload="init()">
+    <div id="map" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+</body>
+</html>
diff --git a/app/rtkplot_qt/rtkplot.cpp b/app/rtkplot_qt/rtkplot.cpp
new file mode 100644
index 0000000..f71ef0f
--- /dev/null
+++ b/app/rtkplot_qt/rtkplot.cpp
@@ -0,0 +1,11 @@
+#include "plotmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    Plot w;
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtkplot_qt/rtkplot.res b/app/rtkplot_qt/rtkplot.res
new file mode 100644
index 0000000..b8d4f40
Binary files /dev/null and b/app/rtkplot_qt/rtkplot.res differ
diff --git a/app/rtkplot_qt/rtkplot_Icon.ico b/app/rtkplot_qt/rtkplot_Icon.ico
new file mode 100644
index 0000000..cd758bb
Binary files /dev/null and b/app/rtkplot_qt/rtkplot_Icon.ico differ
diff --git a/app/rtkplot_qt/rtkplot_qt.pro b/app/rtkplot_qt/rtkplot_qt.pro
new file mode 100644
index 0000000..7f57450
--- /dev/null
+++ b/app/rtkplot_qt/rtkplot_qt.pro
@@ -0,0 +1,130 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-01-30T18:29:59
+#
+#-------------------------------------------------
+
+QT       += widgets core gui
+
+greaterThan(QT_MAJOR_VERSION, 4) {
+    QT += widgets serialport
+    DEFINES += QT5
+}
+
+lessThan(QT_MAJOR_VERSION, 5) {
+    LIBS += -lqextserialport-1.2
+    DEFINES += QEXTSERIALPORT
+}
+
+qtHaveModule(webenginewidgets) {
+    QT+= webenginewidgets
+    DEFINES+=QWEBENGINE
+} else {
+    qtHaveModule(webkitwidgets) {
+        QT+= webkitwidgets
+        DEFINES+= QWEBKIT
+    }
+}
+include(../../RTKLib.pri)
+
+TARGET = rtkplot_qt
+TEMPLATE = app
+
+INCLUDEPATH += ../../src/ ../appcmn_qt ../rtkplot_qt
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+
+SOURCES += \
+    ../appcmn_qt/aboutdlg.cpp \
+    conndlg.cpp \
+    geview.cpp \
+    mapdlg.cpp \
+    plotcmn.cpp \
+    plotdata.cpp \
+    plotdraw.cpp \
+    plotinfo.cpp \
+    plotmain.cpp \
+    plotopt.cpp \
+    pntdlg.cpp \
+    rtkplot.cpp \
+    satdlg.cpp \
+    skydlg.cpp \
+    ../appcmn_qt/refdlg.cpp \
+    ../appcmn_qt/viewer.cpp \
+    ../appcmn_qt/vieweropt.cpp \
+    ../appcmn_qt/cmdoptdlg.cpp \
+    ../appcmn_qt/fileoptdlg.cpp \
+    ../appcmn_qt/serioptdlg.cpp \
+    ../appcmn_qt/tcpoptdlg.cpp \
+    ../appcmn_qt/keydlg.cpp \
+    ../appcmn_qt/graph.cpp \
+    ../appcmn_qt/console.cpp \
+    ../appcmn_qt/tspandlg.cpp \
+    fileseldlg.cpp \
+    ../appcmn_qt/gmview.cpp
+
+HEADERS  += \
+    ../appcmn_qt/aboutdlg.h \
+    conndlg.h \
+    geview.h \
+    mapdlg.h \
+    plotmain.h \
+    plotopt.h \
+    pntdlg.h \
+    satdlg.h \
+    skydlg.h \
+    ../appcmn_qt/refdlg.h \
+    ../appcmn_qt/viewer.h \
+    ../appcmn_qt/vieweropt.h \
+    ../appcmn_qt/cmdoptdlg.h \
+    ../appcmn_qt/fileoptdlg.h \
+    ../appcmn_qt/serioptdlg.h \
+    ../appcmn_qt/tcpoptdlg.h \
+    ../appcmn_qt/keydlg.h \
+    ../appcmn_qt/graph.h \
+    ../appcmn_qt/console.h \
+    ../appcmn_qt/tspandlg.h \
+    fileseldlg.h \
+    ../appcmn_qt/gmview.h
+
+FORMS    += \
+    ../appcmn_qt/aboutdlg.ui \
+    conndlg.ui \
+    geview.ui \
+    mapdlg.ui \
+    plotmain.ui \
+    plotopt.ui \
+    pntdlg.ui \
+    satdlg.ui \
+    skydlg.ui \
+    ../appcmn_qt/refdlg.ui \
+    ../appcmn_qt/viewer.ui \
+    ../appcmn_qt/vieweropt.ui \
+    ../appcmn_qt/cmdoptdlg.ui \
+    ../appcmn_qt/fileoptdlg.ui \
+    ../appcmn_qt/serioptdlg.ui \
+    ../appcmn_qt/tcpoptdlg.ui \
+    ../appcmn_qt/keydlg.ui \
+    ../appcmn_qt/console.ui \
+    ../appcmn_qt/tspandlg.ui \
+    fileseldlg.ui \
+    ../appcmn_qt/gmview.ui
+
+RESOURCES += \
+    rtkplot_qt.qrc
+
+RC_FILE = rtkplot_qt.rc
diff --git a/app/rtkplot_qt/rtkplot_qt.qrc b/app/rtkplot_qt/rtkplot_qt.qrc
new file mode 100644
index 0000000..5c582c8
--- /dev/null
+++ b/app/rtkplot_qt/rtkplot_qt.qrc
@@ -0,0 +1,98 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="alt.bmp">../icon/alt.bmp</file>
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+    <qresource prefix="/html">
+        <file>qwebchannel.js</file>
+        <file>rtklib_ge.htm</file>
+        <file>rtklib_gm.htm</file>
+    </qresource>
+</RCC>
diff --git a/app/rtkplot_qt/rtkplot_qt.rc b/app/rtkplot_qt/rtkplot_qt.rc
new file mode 100644
index 0000000..592d0f1
--- /dev/null
+++ b/app/rtkplot_qt/rtkplot_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtkplot_Icon.ico"
\ No newline at end of file
diff --git a/app/rtkplot_qt/satdlg.cpp b/app/rtkplot_qt/satdlg.cpp
new file mode 100644
index 0000000..c1d193d
--- /dev/null
+++ b/app/rtkplot_qt/satdlg.cpp
@@ -0,0 +1,73 @@
+//---------------------------------------------------------------------------
+
+#include "satdlg.h"
+
+#include <QShowEvent>
+
+//---------------------------------------------------------------------------
+ SatDialog::SatDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	for (int i=0;i<36;i++) ValidSat[i]=1;
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(BtnCancelClick()));
+    connect(BtnChkAll,SIGNAL(clicked(bool)),this,SLOT(BtnChkAllClick()));
+    connect(BtnUnchkAll,SIGNAL(clicked(bool)),this,SLOT(BtnUnchkAllClick()));
+}
+//---------------------------------------------------------------------------
+void  SatDialog::showEvent(QShowEvent *event)
+{
+    QCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+
+    if (event->spontaneous()) return;
+
+    for (int i=0;i<36;i++) sat[i]->setChecked(ValidSat[i]);
+}
+//---------------------------------------------------------------------------
+void  SatDialog::BtnChkAllClick()
+{
+    QCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+    for (int i=0;i<36;i++) sat[i]->setChecked(true);
+}
+//---------------------------------------------------------------------------
+void  SatDialog::BtnUnchkAllClick()
+{
+    QCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+    for (int i=0;i<36;i++) sat[i]->setChecked(false);
+}
+//---------------------------------------------------------------------------
+void  SatDialog::BtnOkClick()
+{
+    QCheckBox *sat[]={
+		PRN01,PRN02,PRN03,PRN04,PRN05,PRN06,PRN07,PRN08,PRN09,PRN10,
+		PRN11,PRN12,PRN13,PRN14,PRN15,PRN16,PRN17,PRN18,PRN19,PRN20,
+		PRN21,PRN22,PRN23,PRN24,PRN25,PRN26,PRN27,PRN28,PRN29,PRN30,
+		PRN31,PRN32,SBAS,GLO,GAL,PRN33
+	};
+    for (int i=0;i<36;i++) ValidSat[i]=sat[i]->isChecked();
+    accept();
+}
+//---------------------------------------------------------------------------
+void  SatDialog::BtnCancelClick()
+{
+    reject();
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/satdlg.h b/app/rtkplot_qt/satdlg.h
new file mode 100644
index 0000000..d6323a6
--- /dev/null
+++ b/app/rtkplot_qt/satdlg.h
@@ -0,0 +1,30 @@
+//---------------------------------------------------------------------------
+#ifndef satdlgH
+#define satdlgH
+//---------------------------------------------------------------------------
+
+#include <QDialog>
+
+#include "ui_satdlg.h"
+class QShowEvent;
+
+//---------------------------------------------------------------------------
+class SatDialog : public QDialog, private Ui::SatDialog
+{
+    Q_OBJECT
+
+public slots:
+    void BtnOkClick();
+    void BtnCancelClick();
+    void BtnChkAllClick();
+    void BtnUnchkAllClick();
+
+protected:
+    void showEvent(QShowEvent*);
+
+public:
+	int ValidSat[36];
+    explicit SatDialog(QWidget * parent=NULL);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/satdlg.ui b/app/rtkplot_qt/satdlg.ui
new file mode 100644
index 0000000..114ee5d
--- /dev/null
+++ b/app/rtkplot_qt/satdlg.ui
@@ -0,0 +1,664 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SatDialog</class>
+ <widget class="QWidget" name="SatDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>501</width>
+    <height>271</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Satellites</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="2">
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <item>
+       <widget class="QCheckBox" name="PRN09">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN09</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN10">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN10</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN11">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN11</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN12">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN12</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN13">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN13</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN14">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN14</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN15">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN15</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN16">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN16</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QWidget" name="Panel3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_4">
+      <item>
+       <widget class="QCheckBox" name="PRN17">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN17</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN18">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN18</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN19">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN19</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN20">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN20</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN21">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN21</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN22">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN22</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN23">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN23</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN24">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN24</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="0" column="4">
+    <widget class="QWidget" name="Panel5" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <widget class="QCheckBox" name="PRN25">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN25</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN26">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN26</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN27">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN27</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN28">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN28</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN29">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN29</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN30">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN30</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN31">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN31</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN32">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN32</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="0" column="5">
+    <widget class="QWidget" name="Panel4" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_5">
+      <item>
+       <widget class="QCheckBox" name="SBAS">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>SBAS</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="GLO">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GLO</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="GAL">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GAL</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN33">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN33-</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="0" column="1">
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_3">
+      <item>
+       <widget class="QCheckBox" name="PRN01">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN01</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN02">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN02</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN03">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN03</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN04">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN04</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN05">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN05</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN06">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN06</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN07">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN07</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="PRN08">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>PRN08</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="1" column="1" colspan="5">
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnChkAll">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Check All</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnUnchkAll">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Uncheck All</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkplot_qt/skydlg.cpp b/app/rtkplot_qt/skydlg.cpp
new file mode 100644
index 0000000..2d86543
--- /dev/null
+++ b/app/rtkplot_qt/skydlg.cpp
@@ -0,0 +1,224 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QMessageBox>
+#include <QFileDialog>
+
+#include <stdio.h>
+#include "rtklib.h"
+
+#include "plotmain.h"
+#include "skydlg.h"
+
+extern Plot *plot;
+
+//---------------------------------------------------------------------------
+ SkyImgDialog::SkyImgDialog(QWidget *parent)
+    : QDialog(parent)
+{
+     setupUi(this);
+
+     connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+     connect(BtnGenMask,SIGNAL(clicked(bool)),this,SLOT(BtnGenMaskClick()));
+     connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+     connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+     connect(BtnUpdate,SIGNAL(clicked(bool)),this,SLOT(BtnUpdateClick()));
+     connect(SkyRes,SIGNAL(currentIndexChanged(int)),this,SLOT(SkyResChange()));
+     connect(SkyElMask,SIGNAL(clicked(bool)),this,SLOT(SkyElMaskClicked()));
+     connect(SkyDestCorr,SIGNAL(clicked(bool)),this,SLOT(SkyDestCorrClicked()));
+     connect(SkyFlip,SIGNAL(clicked(bool)),this,SLOT(SkyFlipClicked()));
+     connect(SkyBinarize,SIGNAL(clicked(bool)),this,SLOT(SkyBinarizeClicked()));
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+	UpdateField();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::BtnSaveClick()
+{
+    QFile fp;
+    QString file=plot->SkyImageFile;
+	if (file=="") return;
+	UpdateSky();
+	file=file+".tag";
+    fp.setFileName(file);
+    if (QFile::exists(file)) {
+        if (QMessageBox::question(this,file,tr("File exists. Overwrite it?"))!=QMessageBox::Yes) return;
+	}
+    if (!fp.open(QIODevice::WriteOnly)) return;
+
+    QString data;
+    data=QString("%% sky image tag file: rtkplot %1 %2\n\n").arg(VER_RTKLIB).arg(PATCH_LEVEL);
+    data+=QString("centx   = %1\n").arg(plot->SkyCent[0],0,'g',6);
+    data+=QString("centy   = %1\n").arg(plot->SkyCent[1],0,'g',6);
+    data+=QString("scale   = %1\n").arg(plot->SkyScale,0,'g',6);
+    data+=QString("roll    = %1\n").arg(plot->SkyFov[0],0,'g',6);
+    data+=QString("pitch   = %1\n").arg(plot->SkyFov[1],0,'g',6);
+    data+=QString("yaw     = %1\n").arg(plot->SkyFov[2],0,'g',6);
+    data+=QString("destcorr= %1\n").arg(plot->SkyDestCorr);
+    data+=QString("resample= %1\n").arg(plot->SkyRes);
+    data+=QString("flip    = %1\n").arg(plot->SkyFlip);
+    data+=QString("dest    = %1 %2 %3 %4 %5 %6 %7 %8 %9s\n")
+        .arg(plot->SkyDest[1],0,'g',6).arg(plot->SkyDest[2],0,'g',6).arg(plot->SkyDest[3],0,'g',6).arg(plot->SkyDest[4],0,'g',6)
+        .arg(plot->SkyDest[5],0,'g',6).arg(plot->SkyDest[6],0,'g',6).arg(plot->SkyDest[7],0,'g',6).arg(plot->SkyDest[8],0,'g',6)
+        .arg(plot->SkyDest[9],0,'g',6);
+    data+=QString("elmask  = %1\n").arg(plot->SkyElMask);
+    data+=QString("binarize= %1\n").arg(plot->SkyBinarize);
+    data+=QString("binthr1 = %1\n").arg(plot->SkyBinThres1,0,'f',2);
+    data+=QString("binthr2 = %1f\n").arg(plot->SkyBinThres2,0,'f',2);
+    fp.write(data.toLatin1());
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::BtnUpdateClick()
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::UpdateField(void)
+{
+    setWindowTitle(plot->SkyImageFile);
+
+    SkySize1->setValue(plot->SkySize[0]);
+    SkySize2->setValue(plot->SkySize[1]);
+    SkyCent1->setValue(plot->SkyCent[0]);
+    SkyCent2->setValue(plot->SkyCent[1]);
+    SkyScale->setValue(plot->SkyScale);
+    SkyFov1 ->setValue(plot->SkyFov[0]);
+    SkyFov2 ->setValue(plot->SkyFov[1]);
+    SkyFov3 ->setValue(plot->SkyFov[2]);
+    SkyDest1->setText(QString::number(plot->SkyDest[1],'f',1));
+    SkyDest2->setText(QString::number(plot->SkyDest[2],'f',1));
+    SkyDest3->setText(QString::number(plot->SkyDest[3],'f',1));
+    SkyDest4->setText(QString::number(plot->SkyDest[4],'f',1));
+    SkyDest5->setText(QString::number(plot->SkyDest[5],'f',1));
+    SkyDest6->setText(QString::number(plot->SkyDest[6],'f',1));
+    SkyDest7->setText(QString::number(plot->SkyDest[7],'f',1));
+    SkyDest8->setText(QString::number(plot->SkyDest[8],'f',1));
+    SkyDest9->setText(QString::number(plot->SkyDest[9],'f',1));
+    SkyElMask->setChecked(plot->SkyElMask);
+    SkyDestCorr->setChecked(plot->SkyDestCorr);
+    SkyRes->setCurrentIndex(plot->SkyRes);
+    SkyFlip->setChecked(plot->SkyFlip);
+    SkyBinarize->setChecked(plot->SkyBinarize);
+    SkyBinThres1->setValue(plot->SkyBinThres1);
+    SkyBinThres2->setValue(plot->SkyBinThres2);
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::UpdateSky(void)
+{
+    plot->SkyCent[0]=SkyCent1->text().toDouble();
+    plot->SkyCent[1]=SkyCent2->text().toDouble();
+    plot->SkyScale=SkyScale->text().toDouble();
+    plot->SkyFov[0]=SkyFov1->text().toDouble();
+    plot->SkyFov[1]=SkyFov2->text().toDouble();
+    plot->SkyFov[2]=SkyFov3->text().toDouble();
+    plot->SkyDest[1]=SkyDest1->text().toDouble();
+    plot->SkyDest[2]=SkyDest2->text().toDouble();
+    plot->SkyDest[3]=SkyDest3->text().toDouble();
+    plot->SkyDest[4]=SkyDest4->text().toDouble();
+    plot->SkyDest[5]=SkyDest5->text().toDouble();
+    plot->SkyDest[6]=SkyDest6->text().toDouble();
+    plot->SkyDest[7]=SkyDest7->text().toDouble();
+    plot->SkyDest[8]=SkyDest8->text().toDouble();
+    plot->SkyDest[9]=SkyDest9->text().toDouble();
+    plot->SkyElMask=SkyElMask->isChecked();
+    plot->SkyDestCorr=SkyDestCorr->isChecked();
+    plot->SkyRes=SkyRes->currentIndex();
+    plot->SkyFlip=SkyFlip->isChecked();
+    plot->SkyBinarize=SkyBinarize->isChecked();
+    plot->SkyBinThres1=SkyBinThres1->text().toDouble();
+    plot->SkyBinThres2=SkyBinThres2->text().toDouble();
+
+    plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::UpdateEnable(void)
+{
+    SkyDest1->setEnabled(SkyDestCorr->isChecked());
+    SkyDest2->setEnabled(SkyDestCorr->isChecked());
+    SkyDest3->setEnabled(SkyDestCorr->isChecked());
+    SkyDest4->setEnabled(SkyDestCorr->isChecked());
+    SkyDest5->setEnabled(SkyDestCorr->isChecked());
+    SkyDest6->setEnabled(SkyDestCorr->isChecked());
+    SkyDest7->setEnabled(SkyDestCorr->isChecked());
+    SkyDest8->setEnabled(SkyDestCorr->isChecked());
+    SkyDest9->setEnabled(SkyDestCorr->isChecked());
+    SkyBinThres1->setEnabled(SkyBinarize->isChecked());
+    SkyBinThres2->setEnabled(SkyBinarize->isChecked());
+    BtnGenMask->setEnabled(SkyBinarize->isChecked());
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::SkyElMaskClicked()
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::SkyDestCorrClicked()
+{
+	UpdateSky();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::SkyFlipClicked()
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::SkyResChange()
+{
+	UpdateSky();
+}
+//---------------------------------------------------------------------------
+void  SkyImgDialog::BtnLoadClick()
+{
+
+    plot->ReadSkyTag(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open Tag"),QString(),"Tag File (*.tag);;All (*.*)")));
+    UpdateField();
+    plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void  SkyImgDialog::BtnGenMaskClick()
+{
+    QImage &bm=plot->SkyImageR;
+    double r,ca,sa,el,el0;
+    int x,y,w,h,az,n;
+    
+    w=bm.width(); h=bm.height();
+    if (w<=0||h<=0) return;
+    
+    for (az=0;az<=360;az++) {
+        ca=cos(az*D2R);
+        sa=sin(az*D2R);
+        for (el=90.0,n=0,el0=0.0;el>=0.0;el-=0.1) {
+            r=(1.0-el/90.0)*plot->SkyScaleR;
+            x=(int)floor(w/2.0+sa*r+0.5);
+            y=(int)floor(h/2.0+ca*r+0.5);
+            if (x<0||x>=w||y<0||y>=h) continue;
+            QRgb pix=bm.pixel(x,y);
+            if (qRed(pix)<255&&qGreen(pix)<255&&qBlue(pix)<255) {
+                if (++n==1) el0=el;
+                if (n>=5) break;
+            }
+            else n=0;
+        }
+        plot->ElMaskData[az]=el0==90.0?0.0:el0*D2R;
+    }
+    plot->UpdateSky();
+}
+//---------------------------------------------------------------------------
+
+void  SkyImgDialog::SkyBinarizeClicked()
+{
+	UpdateSky();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkplot_qt/skydlg.h b/app/rtkplot_qt/skydlg.h
new file mode 100644
index 0000000..f4e6e52
--- /dev/null
+++ b/app/rtkplot_qt/skydlg.h
@@ -0,0 +1,38 @@
+//---------------------------------------------------------------------------
+#ifndef skydlgH
+#define skydlgH
+//---------------------------------------------------------------------------
+#include "ui_skydlg.h"
+#include <QDialog>
+
+class QShowEvent;
+
+//---------------------------------------------------------------------------
+class SkyImgDialog : public QDialog, private Ui::SkyImgDialog
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent*);
+
+public slots:
+    void BtnCloseClick();
+    void BtnUpdateClick();
+    void BtnSaveClick();
+    void SkyResChange();
+    void BtnLoadClick();
+    void BtnGenMaskClick();
+    void SkyElMaskClicked();
+    void SkyDestCorrClicked();
+    void SkyFlipClicked();
+    void SkyBinarizeClicked();
+
+private:
+    void UpdateSky(void);
+    void UpdateEnable(void);
+	
+public:
+    explicit SkyImgDialog(QWidget *parent=NULL);
+    void UpdateField(void);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkplot_qt/skydlg.ui b/app/rtkplot_qt/skydlg.ui
new file mode 100644
index 0000000..1c577dc
--- /dev/null
+++ b/app/rtkplot_qt/skydlg.ui
@@ -0,0 +1,794 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SkyImgDialog</class>
+ <widget class="QWidget" name="SkyImgDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>602</width>
+    <height>267</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Sky Image</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Image Size W/ H (pixels)</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QDoubleSpinBox" name="SkySize1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>x</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QDoubleSpinBox" name="SkySize2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="SkyFlip">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Flip</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="2" column="0">
+       <widget class="QLabel" name="Label6">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Roll</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QDoubleSpinBox" name="SkyCent1">
+        <property name="minimum">
+         <double>-1.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>1.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="1">
+       <widget class="QDoubleSpinBox" name="SkyFov1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <double>-180.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>180.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="Label9">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>X</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="0" colspan="2">
+       <widget class="QLabel" name="Label7">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Plot Center (pixels)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0" colspan="7">
+       <widget class="QWidget" name="widget_2" native="true">
+        <layout class="QGridLayout" name="gridLayout_2">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="1" column="6">
+          <widget class="QLabel" name="Label17">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>20</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="3">
+          <widget class="QLineEdit" name="SkyDest4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="1">
+          <widget class="QLineEdit" name="SkyDest2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="6">
+          <widget class="QLineEdit" name="SkyDest7">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="2">
+          <widget class="QLineEdit" name="SkyDest3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="9">
+          <widget class="QLineEdit" name="SkyDest9">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="7">
+          <widget class="QLineEdit" name="SkyDest8">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="4">
+          <widget class="QLineEdit" name="SkyDest5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="0">
+          <widget class="QLineEdit" name="SkyDest1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="5">
+          <widget class="QLineEdit" name="SkyDest6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="9">
+          <widget class="QLabel" name="Label19">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QLabel" name="Label16">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>30</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="7">
+          <widget class="QLabel" name="Label18">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>10</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QLabel" name="Label15">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>40</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="3">
+          <widget class="QLabel" name="Label14">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>50</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QLabel" name="Label13">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>60</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLabel" name="Label12">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>70</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="Label11">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>80</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="9">
+          <widget class="QLabel" name="Label20">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>(deg)</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Y</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QDoubleSpinBox" name="SkyCent2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <double>-1.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>1.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2">
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Pitch</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="3">
+       <widget class="QDoubleSpinBox" name="SkyFov2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <double>-180.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>180.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="4">
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Yaw</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="5">
+       <widget class="QDoubleSpinBox" name="SkyScale">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <double>-1.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>1.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="5">
+       <widget class="QDoubleSpinBox" name="SkyFov3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <double>-180.000000000000000</double>
+        </property>
+        <property name="maximum">
+         <double>180.000000000000000</double>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="0" colspan="6">
+       <widget class="QWidget" name="widget_3" native="true">
+        <layout class="QGridLayout" name="gridLayout_3">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="SkyDestCorr">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Pixels from Center - Elevation</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QCheckBox" name="SkyElMask">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Elevation Mask</string>
+           </property>
+           <property name="checked">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLabel" name="Label8">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Resample</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QComboBox" name="SkyRes">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string>NN</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>BL</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="1" column="3">
+          <widget class="QCheckBox" name="SkyBinarize">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Binarize</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QDoubleSpinBox" name="SkyBinThres1">
+           <property name="maximum">
+            <double>1.000000000000000</double>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QDoubleSpinBox" name="SkyBinThres2">
+           <property name="maximum">
+            <double>1.000000000000000</double>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="0" column="4" colspan="2">
+       <widget class="QLabel" name="Label10">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Plot Radius (pixels)</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save Tag</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Load Tag...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnGenMask">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Gen Mask</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnUpdate">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Update</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkpost/clean.bat b/app/rtkpost/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtkpost/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtkpost/extopt.cpp b/app/rtkpost/extopt.cpp
new file mode 100644
index 0000000..a8fb5f2
--- /dev/null
+++ b/app/rtkpost/extopt.cpp
@@ -0,0 +1,133 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "extopt.h"
+#include "postopt.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TExtOptDialog *ExtOptDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TExtOptDialog::TExtOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::FormShow(TObject *Sender)
+{
+	GetExtErrOpt();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::BtnOkClick(TObject *Sender)
+{
+	SetExtErrOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::ExtEna0Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::ExtEna1Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::ExtEna3Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::ExtEna2Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::GetExtErrOpt(void)
+{
+	TEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+	TEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+	AnsiString s;
+	
+	ExtEna0->Checked=OptDialog->ExtErr.ena[0];
+	ExtEna1->Checked=OptDialog->ExtErr.ena[1];
+	ExtEna2->Checked=OptDialog->ExtErr.ena[2];
+	ExtEna3->Checked=OptDialog->ExtErr.ena[3];
+	
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+		editc[i][j]->Text=s.sprintf("%.3f",OptDialog->ExtErr.cerr[i][j]);
+		editp[i][j]->Text=s.sprintf("%.3f",OptDialog->ExtErr.perr[i][j]);
+	}
+	GpsGloB0->Text=s.sprintf("%.3f",OptDialog->ExtErr.gpsglob[0]);
+	GpsGloB1->Text=s.sprintf("%.3f",OptDialog->ExtErr.gpsglob[1]);
+	GloICB0->Text=s.sprintf("%.3f",OptDialog->ExtErr.gloicb[0]);
+	GloICB1->Text=s.sprintf("%.3f",OptDialog->ExtErr.gloicb[1]);
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::SetExtErrOpt(void)
+{
+	TEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+	TEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+	OptDialog->ExtErr.ena[0]=ExtEna0->Checked;
+	OptDialog->ExtErr.ena[1]=ExtEna1->Checked;
+	OptDialog->ExtErr.ena[2]=ExtEna2->Checked;
+	OptDialog->ExtErr.ena[3]=ExtEna3->Checked;
+	
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+		OptDialog->ExtErr.cerr[i][j]=str2dbl(editc[i][j]->Text);
+		OptDialog->ExtErr.perr[i][j]=str2dbl(editp[i][j]->Text);
+	}
+	OptDialog->ExtErr.gloicb[0]=str2dbl(GloICB0->Text);
+	OptDialog->ExtErr.gloicb[1]=str2dbl(GloICB1->Text);
+	OptDialog->ExtErr.gpsglob[0]=str2dbl(GpsGloB0->Text);
+	OptDialog->ExtErr.gpsglob[1]=str2dbl(GpsGloB1->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TExtOptDialog::UpdateEnable(void)
+{
+	TEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+	TEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+		editc[i][j]->Enabled=ExtEna0->Checked;
+		editp[i][j]->Enabled=ExtEna1->Checked;
+	}
+	GloICB0->Enabled=ExtEna2->Checked;
+	GloICB1->Enabled=ExtEna2->Checked;
+	GpsGloB0->Enabled=ExtEna3->Checked;
+	GpsGloB1->Enabled=ExtEna3->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost/extopt.h b/app/rtkpost/extopt.h
new file mode 100644
index 0000000..676f255
--- /dev/null
+++ b/app/rtkpost/extopt.h
@@ -0,0 +1,125 @@
+//---------------------------------------------------------------------------
+#ifndef extoptH
+#define extoptH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+//---------------------------------------------------------------------------
+class TExtOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TPanel *Panel6;
+	TLabel *Label23;
+	TLabel *Label48;
+	TLabel *Label49;
+	TLabel *Label59;
+	TLabel *Label61;
+	TLabel *Label84;
+	TLabel *Label85;
+	TLabel *Label88;
+	TLabel *Label89;
+	TCheckBox *ExtEna0;
+	TPanel *Panel2;
+	TLabel *Label69;
+	TLabel *Label50;
+	TLabel *Label51;
+	TEdit *CodeErr00;
+	TEdit *CodeErr01;
+	TEdit *CodeErr02;
+	TEdit *CodeErr03;
+	TEdit *CodeErr04;
+	TEdit *CodeErr05;
+	TPanel *Panel3;
+	TLabel *Label52;
+	TLabel *Label70;
+	TEdit *CodeErr10;
+	TEdit *CodeErr11;
+	TEdit *CodeErr12;
+	TEdit *CodeErr13;
+	TEdit *CodeErr14;
+	TEdit *CodeErr15;
+	TPanel *Panel4;
+	TLabel *Label71;
+	TLabel *Label72;
+	TLabel *Label73;
+	TEdit *CodeErr20;
+	TEdit *CodeErr21;
+	TEdit *CodeErr22;
+	TEdit *CodeErr23;
+	TEdit *CodeErr24;
+	TEdit *CodeErr25;
+	TPanel *Panel7;
+	TLabel *Label12;
+	TLabel *Label53;
+	TLabel *Label58;
+	TLabel *Label90;
+	TLabel *Label91;
+	TLabel *Label92;
+	TLabel *Label93;
+	TLabel *Label94;
+	TLabel *Label95;
+	TCheckBox *ExtEna1;
+	TPanel *Panel8;
+	TLabel *Label74;
+	TLabel *Label77;
+	TLabel *Label80;
+	TEdit *PhaseErr00;
+	TEdit *PhaseErr01;
+	TEdit *PhaseErr02;
+	TEdit *PhaseErr03;
+	TEdit *PhaseErr04;
+	TEdit *PhaseErr05;
+	TPanel *Panel9;
+	TLabel *Label75;
+	TLabel *Label78;
+	TEdit *PhaseErr10;
+	TEdit *PhaseErr11;
+	TEdit *PhaseErr12;
+	TEdit *PhaseErr13;
+	TEdit *PhaseErr14;
+	TEdit *PhaseErr15;
+	TPanel *Panel10;
+	TLabel *Label76;
+	TLabel *Label79;
+	TLabel *Label81;
+	TEdit *PhaseErr20;
+	TEdit *PhaseErr21;
+	TEdit *PhaseErr22;
+	TEdit *PhaseErr23;
+	TEdit *PhaseErr24;
+	TEdit *PhaseErr25;
+	TPanel *Panel5;
+	TLabel *Label54;
+	TLabel *Label56;
+	TLabel *Label57;
+	TLabel *Label55;
+	TLabel *Label67;
+	TLabel *Label68;
+	TCheckBox *ExtEna2;
+	TEdit *GloICB0;
+	TEdit *GloICB1;
+	TCheckBox *ExtEna3;
+	TEdit *GpsGloB0;
+	TEdit *GpsGloB1;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall ExtEna0Click(TObject *Sender);
+	void __fastcall ExtEna1Click(TObject *Sender);
+	void __fastcall ExtEna3Click(TObject *Sender);
+	void __fastcall ExtEna2Click(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+private:
+	void __fastcall GetExtErrOpt(void);
+	void __fastcall SetExtErrOpt(void);
+	void __fastcall UpdateEnable(void);
+public:
+	__fastcall TExtOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TExtOptDialog *ExtOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost/install.bat b/app/rtkpost/install.bat
new file mode 100644
index 0000000..de5b915
--- /dev/null
+++ b/app/rtkpost/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtkpost.exe ..\..\bin
diff --git a/app/rtkpost/kmzconv.cpp b/app/rtkpost/kmzconv.cpp
new file mode 100644
index 0000000..f89188d
--- /dev/null
+++ b/app/rtkpost/kmzconv.cpp
@@ -0,0 +1,255 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <stdio.h>
+#include <string.h>
+#pragma hdrstop
+
+#include "postmain.h"
+#include "kmzconv.h"
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TConvDialog *ConvDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::FormShow(TObject *Sender)
+{
+	GoogleEarthFile->Text=MainForm->GoogleEarthFile;
+}
+//---------------------------------------------------------------------------
+__fastcall TConvDialog::TConvDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::SetInput(AnsiString File)
+{
+	InputFile->Text=File;
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeSpanClick(TObject *Sender)
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::AddOffsetClick(TObject *Sender)
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeIntFClick(TObject *Sender)
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnInputFileClick(TObject *Sender)
+{
+	OpenDialog->FileName=InputFile->Text;
+	if (!OpenDialog->Execute()) return;
+	InputFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnGoogleClick(TObject *Sender)
+{
+	char cmd[1024];
+	sprintf(cmd,"\"%s\" \"%s\"",MainForm->GoogleEarthFile,OutputFile->Text.c_str());
+	if (!ExecCmd(cmd)) ShowMsg("error : google earth execution");
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnConvertClick(TObject *Sender)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+	AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+	AnsiString InputFile_Text=InputFile->Text,OutputFile_Text=OutputFile->Text;
+	int stat;
+	char cmd[1024],file[1024],kmlfile[1024],*p;
+	double offset[3]={0},es[6]={1970,1,1},ee[6]={2038,1,1},tint=0.0;
+	gtime_t ts={0},te={0};
+	ShowMsg("");
+	if (InputFile->Text==""||OutputFile->Text=="") return;
+	ShowMsg("converting ...");
+	if (TimeSpan->Checked) {
+		sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",es  ,es+1,es+2);
+		sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",es+3,es+4,es+5);
+		sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ee  ,ee+1,ee+2);
+		sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",ee+3,ee+4,ee+5);
+		ts=epoch2time(es);
+		te=epoch2time(ee);
+	}
+	if (AddOffset->Checked) {
+		offset[0]=str2dbl(Offset1->Text);
+		offset[1]=str2dbl(Offset2->Text);
+		offset[2]=str2dbl(Offset3->Text);
+	}
+	if (TimeIntF->Checked) tint=str2dbl(TimeInt->Text);
+	strcpy(file,InputFile_Text.c_str());
+	strcpy(kmlfile,file);
+	if (!(p=strrchr(kmlfile,'.'))) p=kmlfile+strlen(kmlfile);
+	strcpy(p,".kml");
+	if((stat=convkml(file,Compress->Checked?kmlfile:OutputFile_Text.c_str(),
+	                 ts,te,tint,QFlags->ItemIndex,offset,
+	                 TrackColor->ItemIndex,PointColor->ItemIndex,
+	                 OutputAlt->ItemIndex,OutputTime->ItemIndex))<0) {
+		if      (stat==-1) ShowMsg("error : read input file");
+		else if (stat==-2) ShowMsg("error : input file format");
+		else if (stat==-3) ShowMsg("error : no data in input file");
+		else               ShowMsg("error : write kml file");
+		return;
+	}
+	if (Compress->Checked) {
+		sprintf(cmd,"zip.exe -j -m %s %s",OutputFile->Text.c_str(),kmlfile);
+		if (!ExecCmd(cmd)) {
+			ShowMsg("error : zip execution");
+			return;
+		}
+	}
+	ShowMsg("done");
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnCloseClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::CompressClick(TObject *Sender)
+{
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::UpdateEnable(void)
+{
+	Offset1->Enabled=AddOffset->Checked;
+	Offset2->Enabled=AddOffset->Checked;
+	Offset3->Enabled=AddOffset->Checked;
+	TimeY1->Enabled=TimeSpan->Checked;
+	TimeH1->Enabled=TimeSpan->Checked;
+	TimeY2->Enabled=TimeSpan->Checked;
+	TimeH2->Enabled=TimeSpan->Checked;
+	TimeY1UD->Enabled=TimeSpan->Checked;
+	TimeH1UD->Enabled=TimeSpan->Checked;
+	TimeY2UD->Enabled=TimeSpan->Checked;
+	TimeH2UD->Enabled=TimeSpan->Checked;
+	TimeInt->Enabled=TimeIntF->Checked;
+}
+//---------------------------------------------------------------------------
+int __fastcall TConvDialog::ExecCmd(char *cmd)
+{
+	STARTUPINFO si={0};
+	PROCESS_INFORMATION info;
+	si.cb=sizeof(si);
+	if (!CreateProcess(NULL,cmd,NULL,NULL,false,CREATE_NO_WINDOW,NULL,NULL,&si,
+					   &info)) return 0;
+	CloseHandle(info.hProcess);
+	CloseHandle(info.hThread);
+	return 1;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::ShowMsg(AnsiString msg)
+{
+	Message->Caption=msg;
+	if (strstr(msg.c_str(),"error")) Message->Font->Color=clRed;
+	else Message->Font->Color=clBlue;
+	Application->ProcessMessages();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::InputFileChange(TObject *Sender)
+{
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::UpdateOutFile(void)
+{
+	AnsiString InputFile_Text=InputFile->Text;
+	char file[256],*p;
+	if (InputFile->Text=="") return;
+	strcpy(file,InputFile_Text.c_str());
+	if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+	strcpy(p,Compress->Checked?".kmz":".kml");
+	OutputFile->Text=file;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeY1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeY1_Text=TimeY1->Text,s;
+	double ep[]={2000,1,1,0,0,0};
+	int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	if (4<p&&p<8) {
+	    ep[1]+=ud;
+	    if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+	    else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+	}
+	else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+	time2epoch(epoch2time(ep),ep);
+	TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+	TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeH1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeH1_Text=TimeH1->Text,s;
+	int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeH1_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+	if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+	sec=hms[0]*3600+hms[1]*60+hms[2];
+	if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+	TimeH1->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+	TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeY2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeY2_Text=TimeY2->Text,s;
+	double ep[]={2000,1,1,0,0,0};
+	int p=TimeY2->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+	if (4<p&&p<8) {
+	    ep[1]+=ud;
+	    if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+	    else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+	}
+	else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+	time2epoch(epoch2time(ep),ep);
+	TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+	TimeY2->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::TimeH2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+	AnsiString TimeH2_Text=TimeH2->Text,s;
+	int hms[3]={0},sec,p=TimeH2->SelStart,ud=Direction==updUp?1:-1;
+	sscanf(TimeH2_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+	if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+	sec=hms[0]*3600+hms[1]*60+hms[2];
+	if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+	TimeH2->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+	TimeH2->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::GoogleEarthFileChange(TObject *Sender)
+{
+	MainForm->GoogleEarthFile=GoogleEarthFile->Text;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnGoogleEarthFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Google Earth Exe File";
+	OpenDialog->FilterIndex=8;
+	if (!OpenDialog->Execute()) return;
+	GoogleEarthFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost/kmzconv.h b/app/rtkpost/kmzconv.h
new file mode 100644
index 0000000..9675f0a
--- /dev/null
+++ b/app/rtkpost/kmzconv.h
@@ -0,0 +1,87 @@
+//---------------------------------------------------------------------------
+
+#ifndef kmzconvH
+#define kmzconvH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+//---------------------------------------------------------------------------
+class TConvDialog : public TForm
+{
+__published:
+	TButton *BtnClose;
+	TButton *BtnConvert;
+	TPanel *Panel1;
+	TLabel *Label1;
+	TComboBox *TrackColor;
+	TLabel *Label2;
+	TComboBox *PointColor;
+	TLabel *Label3;
+	TComboBox *OutputAlt;
+	TCheckBox *AddOffset;
+	TEdit *Offset1;
+	TEdit *Offset2;
+	TEdit *Offset3;
+	TButton *BtnGoogle;
+	TComboBox *OutputTime;
+	TLabel *Label4;
+	TLabel *Label5;
+	TEdit *TimeInt;
+	TEdit *TimeY1;
+	TEdit *TimeH1;
+	TCheckBox *TimeSpan;
+	TEdit *TimeY2;
+	TEdit *TimeH2;
+	TComboBox *QFlags;
+	TCheckBox *TimeIntF;
+	TEdit *OutputFile;
+	TEdit *InputFile;
+	TLabel *Label7;
+	TButton *BtnInputFile;
+	TOpenDialog *OpenDialog;
+	TPanel *Message;
+	TUpDown *TimeY1UD;
+	TUpDown *TimeH1UD;
+	TUpDown *TimeY2UD;
+	TUpDown *TimeH2UD;
+	TCheckBox *Compress;
+	TEdit *GoogleEarthFile;
+	TButton *BtnGoogleEarthFile;
+	void __fastcall BtnCloseClick(TObject *Sender);
+	void __fastcall AddOffsetClick(TObject *Sender);
+	void __fastcall BtnConvertClick(TObject *Sender);
+	void __fastcall BtnGoogleClick(TObject *Sender);
+	void __fastcall TimeSpanClick(TObject *Sender);
+	void __fastcall TimeIntFClick(TObject *Sender);
+	void __fastcall BtnInputFileClick(TObject *Sender);
+	void __fastcall InputFileChange(TObject *Sender);
+	void __fastcall TimeY1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH1UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH2UDChangingEx(TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall CompressClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall GoogleEarthFileChange(TObject *Sender);
+	void __fastcall BtnGoogleEarthFileClick(TObject *Sender);
+private:
+	int __fastcall ExecCmd(char *cmd);
+	void __fastcall UpdateEnable(void);
+	void __fastcall ShowMsg(AnsiString msg);
+	void __fastcall UpdateOutFile(void);
+public:
+	__fastcall TConvDialog(TComponent* Owner);
+	void __fastcall SetInput(AnsiString File);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConvDialog *ConvDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost/postmain.cpp b/app/rtkpost/postmain.cpp
new file mode 100644
index 0000000..5d9d6f4
--- /dev/null
+++ b/app/rtkpost/postmain.cpp
@@ -0,0 +1,1537 @@
+//---------------------------------------------------------------------------
+// rtkpost : post-processing analysis
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//
+// options : rtkpost [-t title][-i file][-r file][-b file][-n file ...]
+//                   [-d dir][-o file]
+//                   [-ts y/m/d h:m:s][-te y/m/d h:m:s][-ti tint][-tu tunit]
+//
+//           -t title   window title
+//           -i file    ini file path
+//           -r file    rinex obs rover file
+//           -b file    rinex obs base station file
+//           -n file    rinex nav/clk, sp3, ionex or sp3 file
+//           -d dir     output directory
+//           -o file    output file
+//           -ts y/m/d h:m:s time start
+//           -te y/m/d h:m:s time end
+//           -ti tint   time interval (s)
+//           -tu tunit  time unit (hr)
+//
+// version : $Revision: 1.1 $ $Date: 2008/07/17 22:14:45 $
+// history : 2008/07/14  1.0 new
+//           2008/11/17  1.1 rtklib 2.1.1
+//           2008/04/03  1.2 rtklib 2.3.1
+//           2010/07/18  1.3 rtklib 2.4.0
+//           2010/09/07  1.3 rtklib 2.4.1
+//           2011/04/03  1.4 rtklib 2.4.2
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "postmain.h"
+#include "postopt.h"
+#include "kmzconv.h"
+#include "refdlg.h"
+#include "timedlg.h"
+#include "confdlg.h"
+#include "keydlg.h"
+#include "aboutdlg.h"
+#include "viewer.h"
+
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+
+TMainForm *MainForm;
+
+#define PRGNAME     "RTKPOST"
+#define MAXHIST     20
+#define GOOGLE_EARTH "C:\\Program Files\\Google\\Google Earth\\googleearth.exe"
+
+static const char version[]="$Revision: 1.1 $ $Date: 2008/07/17 22:14:45 $";
+
+// global variables ---------------------------------------------------------
+static gtime_t tstart_={0};         // time start for progress-bar
+static gtime_t tend_  ={0};         // time end for progress-bar
+static char rov_ [256]="";          // rover name
+static char base_[256]="";          // base-station name
+
+extern "C" {
+
+// show message in message area ---------------------------------------------
+extern int showmsg(char *format, ...)
+{
+    va_list arg;
+    char buff[1024];
+    if (*format) {
+        va_start(arg,format);
+        vsprintf(buff,format,arg);
+        va_end(arg);
+        MainForm->ShowMsg(buff);
+    }
+    else Application->ProcessMessages();
+    return !MainForm->BtnExec->Enabled;
+}
+// set time span of progress bar --------------------------------------------
+extern void settspan(gtime_t ts, gtime_t te)
+{
+    tstart_=ts;
+    tend_  =te;
+}
+// set current time to show progress ----------------------------------------
+extern void settime(gtime_t time)
+{
+    static int i=0;
+    double tt;
+    if (tend_.time!=0&&tstart_.time!=0&&(tt=timediff(tend_,tstart_))>0.0) {
+        MainForm->Progress->Position=(int)(timediff(time,tstart_)/tt*100.0+0.5);
+    }
+    if (i++%23==0) Application->ProcessMessages();
+}
+
+} // extern "C"
+
+// convert string to double -------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+    double val=0.0;
+    sscanf(str.c_str(),"%lf",&val);
+    return val;
+}
+// constructor --------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+    : TForm(Owner)
+{
+    char file[1024]="rtkpost.exe",*p;
+    int i;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    DynamicModel=IonoOpt=TropOpt=RovAntPcv=RefAntPcv=AmbRes=0;
+    RovPosType=RefPosType=0;
+    OutCntResetAmb=5; LockCntFixAmb=5; FixCntHoldAmb=10;
+    MaxAgeDiff=30.0; RejectThres=30.0; RejectGdop=30.0;
+    MeasErrR1=MeasErrR2=100.0; MeasErr2=0.004; MeasErr3=0.003; MeasErr4=1.0;
+    SatClkStab=1E-11; ValidThresAR=3.0;
+    RovAntE=RovAntN=RovAntU=RefAntE=RefAntN=RefAntU=0.0;
+    for (i=0;i<3;i++) RovPos[i]=0.0;
+    for (i=0;i<3;i++) RefPos[i]=0.0;
+    
+    DoubleBuffered=true;
+}
+// callback on form create --------------------------------------------------
+void __fastcall TMainForm::FormCreate(TObject *Sender)
+{
+    AnsiString s;
+    
+    Caption=s.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    
+    ::DragAcceptFiles(Handle,true);
+}
+// callback on form show ----------------------------------------------------
+void __fastcall TMainForm::FormShow(TObject *Sender)
+{
+    TComboBox *ifile[]={InputFile3,InputFile4,InputFile5,InputFile6};
+    char *p,*argv[32],buff[1024];
+    int argc=0,n=0,inputflag=0;;
+    
+    strcpy(buff,GetCommandLine());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (int i=1;i<argc;i++) { // get ini file option
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    LoadOpt();
+    
+    for (int i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+        else if (!strcmp(argv[i],"-r")&&i+1<argc) {
+            InputFile1->Text=argv[++i];
+            inputflag=1;
+        }
+        else if (!strcmp(argv[i],"-b")&&i+1<argc) InputFile2->Text=argv[++i];
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) {
+            OutDirEna->Checked=true;
+            OutDir->Text=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) OutputFile->Text=argv[++i];
+        else if (!strcmp(argv[i],"-n")&&i+1<argc) {
+            if (n<4) ifile[n++]->Text=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            TimeStart->Checked=true;
+            TimeY1->Text=argv[++i]; TimeH1->Text=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            TimeEnd->Checked=true;
+            TimeY2->Text=argv[++i]; TimeH2->Text=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            TimeIntF->Checked=true;
+            TimeInt->Text=argv[++i];
+        }
+        else if (!strcmp(argv[i],"-tu")&&i+1<argc) {
+            TimeUnitF->Checked=true;
+            TimeUnit->Text=argv[++i];
+        }
+    }
+    if (inputflag) SetOutFile();
+    
+    UpdateEnable();
+}
+// callback on form close ---------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    SaveOpt();
+}
+// callback on drop files ---------------------------------------------------
+void __fastcall TMainForm::DropFiles(TWMDropFiles msg)
+{
+    POINT point={0};
+    int top;
+    char *p,file[1024];
+    
+    if (DragQueryFile((HDROP)msg.Drop,0xFFFFFFFF,NULL,0)<=0) return;
+    DragQueryFile((HDROP)msg.Drop,0,file,sizeof(file));
+    if (!DragQueryPoint((HDROP)msg.Drop,&point)) return;
+    
+    top=Panel1->Top+Panel4->Top;
+    if (point.y<=top+InputFile1->Top+InputFile1->Height) {
+        InputFile1->Text=file;
+        SetOutFile();
+    }
+    else if (point.y<=top+InputFile2->Top+InputFile2->Height) {
+        InputFile2->Text=file;
+    }
+    else if (point.y<=top+InputFile3->Top+InputFile3->Height) {
+        InputFile3->Text=file;
+    }
+    else if (point.y<=top+InputFile4->Top+InputFile4->Height) {
+        InputFile4->Text=file;
+    }
+    else if (point.y<=top+InputFile5->Top+InputFile5->Height) {
+        InputFile5->Text=file;
+    }
+    else if (point.y<=top+InputFile6->Top+InputFile6->Height) {
+        InputFile6->Text=file;
+    }
+}
+// callback on button-plot --------------------------------------------------
+void __fastcall TMainForm::BtnPlotClick(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    AnsiString file=FilePath(OutputFile_Text);
+    AnsiString cmd1="rtkplot",cmd2="..\\..\\..\\bin\\rtkplot",opts="";
+    
+    opts+=" \""+file+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot execution");
+    }
+}
+// callback on button-view --------------------------------------------------
+void __fastcall TMainForm::BtnViewClick(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    ViewFile(FilePath(OutputFile_Text));
+}
+// callback on button-to-kml ------------------------------------------------
+void __fastcall TMainForm::BtnToKMLClick(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    ConvDialog->Show(); 
+    ConvDialog->SetInput(FilePath(OutputFile_Text));
+}
+// callback on button-options -----------------------------------------------
+void __fastcall TMainForm::BtnOptionClick(TObject *Sender)
+{
+    int format=SolFormat;
+    if (OptDialog->ShowModal()!=mrOk) return;
+    if ((format==SOLF_NMEA)!=(SolFormat==SOLF_NMEA)) {
+        SetOutFile();
+    }
+    UpdateEnable();
+}
+// callback on button-execute -----------------------------------------------
+void __fastcall TMainForm::BtnExecClick(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    char *p;
+    
+    if (BtnExec->Caption=="Abort") {
+        BtnExec->Enabled=false;
+        return;
+    }
+    if (InputFile1->Text=="") {
+        showmsg("error : no rinex obs file (rover)");
+        return;
+    }
+    if (InputFile2->Text==""&&PMODE_DGPS<=PosMode&&PosMode<=PMODE_FIXED) {
+        showmsg("error : no rinex obs file (base station)");
+        return;
+    }
+    if (OutputFile->Text=="") {
+        showmsg("error : no output file");
+        return;
+    }
+    if (p=strrchr(OutputFile_Text.c_str(),'.')) {
+        if (!strcmp(p,".obs")||!strcmp(p,".OBS")||!strcmp(p,".nav")||
+            !strcmp(p,".NAV")||!strcmp(p,".gnav")||!strcmp(p,".GNAV")||
+            !strcmp(p,".gz")||!strcmp(p,".Z")||
+            !strcmp(p+3,"o")||!strcmp(p+3,"O")||!strcmp(p+3,"d")||
+            !strcmp(p+3,"D")||!strcmp(p+3,"n")||!strcmp(p+3,"N")||
+            !strcmp(p+3,"g")||!strcmp(p+3,"G")) {
+            showmsg("error : invalid extension of output file (%s)",p);
+            return;
+        }
+    }
+    showmsg("");
+    BtnExec  ->Caption="Abort";
+    BtnExit  ->Enabled=false;
+    BtnView  ->Enabled=false;
+    BtnToKML ->Enabled=false;
+    BtnPlot  ->Enabled=false;
+    BtnOption->Enabled=false;
+    Panel1   ->Enabled=false;
+    
+    if (ExecProc()>=0) {
+        AddHist(InputFile1);
+        AddHist(InputFile2);
+        AddHist(InputFile3);
+        AddHist(InputFile4);
+        AddHist(InputFile5);
+        AddHist(InputFile6);
+        AddHist(OutputFile);
+    }
+    AnsiString Message_Caption=Message->Caption;
+    if (strstr(Message_Caption.c_str(),"processing")) {
+        showmsg("done");
+    }
+    BtnExec  ->Caption="E&xecute";
+    BtnExec  ->Enabled=true;
+    BtnExit  ->Enabled=true;
+    BtnView  ->Enabled=true;
+    BtnToKML ->Enabled=true;
+    BtnPlot  ->Enabled=true;
+    BtnOption->Enabled=true;
+    Panel1   ->Enabled=true;
+}
+// callback on button-abort -------------------------------------------------
+void __fastcall TMainForm::BtnStopClick(TObject *Sender)
+{
+    showmsg("abort");
+}
+// callback on button-exit --------------------------------------------------
+void __fastcall TMainForm::BtnExitClick(TObject *Sender)
+{
+    Close();
+}
+// callback on button-about -------------------------------------------------
+void __fastcall TMainForm::BtnAboutClick(TObject *Sender)
+{
+    AnsiString prog=PRGNAME;
+#ifdef MKL
+    prog+="_MKL";
+#endif
+    AboutDialog->About=prog;
+    AboutDialog->IconIndex=1;
+    AboutDialog->ShowModal();
+}
+// callback on button-time-1 ------------------------------------------------
+void __fastcall TMainForm::BtnTime1Click(TObject *Sender)
+{
+    TimeDialog->Time=GetTime1();
+    TimeDialog->ShowModal();
+}
+// callback on button-time-2 ------------------------------------------------
+void __fastcall TMainForm::BtnTime2Click(TObject *Sender)
+{
+    TimeDialog->Time=GetTime2();
+    TimeDialog->ShowModal();
+}
+// callback on button-inputfile-1 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile1Click(TObject *Sender)
+{
+    char file[1024],*p;
+    
+    OpenDialog->Title="RINEX OBS (Rover) File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=2;
+    if (!OpenDialog->Execute()) return;
+    InputFile1->Text=OpenDialog->FileName;
+    SetOutFile();
+}
+// callback on button-inputfile-2 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile2Click(TObject *Sender)
+{
+    OpenDialog->Title="RINEX OBS (Base Station) File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=2;
+    if (!OpenDialog->Execute()) return;
+    InputFile2->Text=OpenDialog->FileName;
+}
+// callback on button-inputfile-3 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile3Click(TObject *Sender)
+{
+    OpenDialog->Title="RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=3;
+    if (!OpenDialog->Execute()) return;
+    InputFile3->Text=OpenDialog->FileName;
+}
+// callback on button-inputfile-4 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile4Click(TObject *Sender)
+{
+    OpenDialog->Title="RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=4;
+    if (!OpenDialog->Execute()) return;
+    InputFile4->Text=OpenDialog->FileName;
+}
+// callback on button-inputfile-5 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile5Click(TObject *Sender)
+{
+    OpenDialog->Title="RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=4;
+    if (!OpenDialog->Execute()) return;
+    InputFile5->Text=OpenDialog->FileName;
+}
+// callback on button-inputfile-6 -------------------------------------------
+void __fastcall TMainForm::BtnInputFile6Click(TObject *Sender)
+{
+    OpenDialog->Title="RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File";
+    OpenDialog->FileName="";
+    OpenDialog->FilterIndex=5;
+    if (!OpenDialog->Execute()) return;
+    InputFile6->Text=OpenDialog->FileName;
+}
+// callback on button-outputfile --------------------------------------------
+void __fastcall TMainForm::BtnOutputFileClick(TObject *Sender)
+{
+    SaveDialog->Title="Output File";
+    OpenDialog->FileName="";
+    if (!SaveDialog->Execute()) return;
+    OutputFile->Text=SaveDialog->FileName;
+}
+// callback on button-inputview-1 -------------------------------------------
+void __fastcall TMainForm::BtnInputView1Click(TObject *Sender)
+{
+    AnsiString InputFile1_Text=InputFile1->Text;
+    ViewFile(FilePath(InputFile1_Text));
+}
+// callback on button-inputview-2 -------------------------------------------
+void __fastcall TMainForm::BtnInputView2Click(TObject *Sender)
+{
+    AnsiString InputFile2_Text=InputFile2->Text;
+    ViewFile(FilePath(InputFile2_Text));
+}
+// callback on button-inputview-3 -------------------------------------------
+void __fastcall TMainForm::BtnInputView3Click(TObject *Sender)
+{
+    AnsiString InputFile1_Text=InputFile1->Text;
+    AnsiString InputFile3_Text=InputFile3->Text;
+    AnsiString file=FilePath(InputFile3_Text);
+    char f[1024];
+    
+    if (file=="") {
+        file=FilePath(InputFile1_Text);
+        if (!ObsToNav(file.c_str(),f)) return;
+        file=f;
+    }
+    ViewFile(file);
+}
+// callback on button-inputview-4 -------------------------------------------
+void __fastcall TMainForm::BtnInputView4Click(TObject *Sender)
+{
+    AnsiString InputFile4_Text=InputFile4->Text;
+    ViewFile(FilePath(InputFile4_Text));
+}
+// callback on button-inputview-5 -------------------------------------------
+void __fastcall TMainForm::BtnInputView5Click(TObject *Sender)
+{
+    AnsiString InputFile5_Text=InputFile5->Text;
+    ViewFile(FilePath(InputFile5_Text));
+}
+// callback on button-inputview-6 -------------------------------------------
+void __fastcall TMainForm::BtnInputView6Click(TObject *Sender)
+{
+    AnsiString InputFile6_Text=InputFile6->Text;
+    ViewFile(FilePath(InputFile6_Text));
+}
+// callback on button-outputview-1 ------------------------------------------
+void __fastcall TMainForm::BtnOutputView1Click(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    AnsiString file=FilePath(OutputFile_Text)+".stat";
+    FILE *fp=fopen(file.c_str(),"r");
+    if (fp) fclose(fp); else return;
+    ViewFile(file);
+}
+// callback on button-outputview-2 ------------------------------------------
+void __fastcall TMainForm::BtnOutputView2Click(TObject *Sender)
+{
+    AnsiString OutputFile_Text=OutputFile->Text;
+    AnsiString file=FilePath(OutputFile_Text)+".trace";
+    FILE *fp=fopen(file.c_str(),"r");
+    if (fp) fclose(fp); else return;
+    ViewFile(file);
+}
+// callback on button-inputplot-1 -------------------------------------------
+void __fastcall TMainForm::BtnInputPlot1Click(TObject *Sender)
+{
+    AnsiString InputFile1_Text=InputFile1->Text;
+    AnsiString InputFile2_Text=InputFile2->Text;
+    AnsiString InputFile3_Text=InputFile3->Text;
+    AnsiString InputFile4_Text=InputFile4->Text;
+    AnsiString InputFile5_Text=InputFile5->Text;
+    AnsiString InputFile6_Text=InputFile6->Text;
+    AnsiString files[6];
+    AnsiString cmd1="rtkplot",cmd2="..\\..\\..\\bin\\rtkplot",opts="";
+    char navfile[1024];
+    
+    files[0]=FilePath(InputFile1_Text); /* obs rover */
+    files[1]=FilePath(InputFile2_Text); /* obs base */
+    files[2]=FilePath(InputFile3_Text);
+    files[3]=FilePath(InputFile4_Text);
+    files[4]=FilePath(InputFile5_Text);
+    files[5]=FilePath(InputFile6_Text);
+    
+    if (files[2]=="") {
+        if (ObsToNav(files[0].c_str(),navfile)) files[2]=navfile;
+    }
+    opts=" -r \""+files[0]+"\" \""+files[2]+"\" \""+files[3]+"\" \""+
+        files[4]+"\" \""+files[5]+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot execution");
+    }
+}
+// callback on button-inputplot-2 -------------------------------------------
+void __fastcall TMainForm::BtnInputPlot2Click(TObject *Sender)
+{
+    AnsiString InputFile1_Text=InputFile1->Text;
+    AnsiString InputFile2_Text=InputFile2->Text;
+    AnsiString InputFile3_Text=InputFile3->Text;
+    AnsiString InputFile4_Text=InputFile4->Text;
+    AnsiString InputFile5_Text=InputFile5->Text;
+    AnsiString InputFile6_Text=InputFile6->Text;
+    AnsiString files[6];
+    AnsiString cmd1="rtkplot",cmd2="..\\..\\..\\bin\\rtkplot",opts="";
+    char navfile[1024],gnavfile[1024];
+    
+    files[0]=FilePath(InputFile1_Text); /* obs rover */
+    files[1]=FilePath(InputFile2_Text); /* obs base */
+    files[2]=FilePath(InputFile3_Text);
+    files[3]=FilePath(InputFile4_Text);
+    files[4]=FilePath(InputFile5_Text);
+    files[5]=FilePath(InputFile6_Text);
+    
+    if (files[2]=="") {
+        if (ObsToNav(files[0].c_str(),navfile)) files[2]=navfile;
+    }
+    opts=" -r \""+files[1]+"\" \""+files[2]+"\" \""+files[3]+"\" \""+
+         files[4]+"\" \""+files[5]+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot execution");
+    }
+}
+// callback on button-output-directory --------------------------------------
+void __fastcall TMainForm::BtnOutDirClick(TObject *Sender)
+{
+#ifdef TCPP
+    AnsiString dir=OutDir->Text;
+    if (!SelectDirectory("Output Directory","",dir)) return;
+    OutDir->Text=dir;
+#else
+    UnicodeString dir=OutDir->Text;
+    TSelectDirExtOpts opt=TSelectDirExtOpts()<<sdNewUI<<sdNewFolder;
+    if (!SelectDirectory(L"Output Directory",L"",dir,opt)) return;
+    OutDir->Text=dir;
+#endif
+}
+// callback on button keyword -----------------------------------------------
+void __fastcall TMainForm::BtnKeywordClick(TObject *Sender)
+{
+    KeyDialog->Flag=2;
+    KeyDialog->Show();
+}
+// callback on time-start/end check -----------------------------------------
+void __fastcall TMainForm::TimeStartClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on time-interval check ------------------------------------------
+void __fastcall TMainForm::TimeIntFClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on time-unit check ----------------------------------------------
+void __fastcall TMainForm::TimeUnitFClick(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on time-ymd-1 updown --------------------------------------------
+void __fastcall TMainForm::TimeY1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeY1_Text=TimeY1->Text,s;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY1->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY1->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+// callback on time-hms-1 updown --------------------------------------------
+void __fastcall TMainForm::TimeH1UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeH1_Text=TimeH1->Text,s;
+    int hms[3]={0},sec,p=TimeH1->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeH1_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH1->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+    TimeH1->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+// callback on time-ymd-2 updown --------------------------------------------
+void __fastcall TMainForm::TimeY2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeY2_Text=TimeY2->Text,s;
+    double ep[]={2000,1,1,0,0,0};
+    int p=TimeY2->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    if (4<p&&p<8) {
+        ep[1]+=ud;
+        if (ep[1]<=0) {ep[0]--; ep[1]+=12;}
+        else if (ep[1]>12) {ep[0]++; ep[1]-=12;}
+    }
+    else if (p>7||p==0) ep[2]+=ud; else ep[0]+=ud;
+    time2epoch(epoch2time(ep),ep);
+    TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeY2->SelStart=p>7||p==0?10:(p>4?7:4);
+}
+// callback on time-hms-2 updown --------------------------------------------
+void __fastcall TMainForm::TimeH2UDChangingEx(TObject *Sender,
+      bool &AllowChange, short NewValue, TUpDownDirection Direction)
+{
+    AnsiString TimeH2_Text=TimeH2->Text,s;
+    int hms[3]={0},sec,p=TimeH2->SelStart,ud=Direction==updUp?1:-1;
+    
+    sscanf(TimeH2_Text.c_str(),"%d:%d:%d",hms,hms+1,hms+2);
+    if (p>5||p==0) hms[2]+=ud; else if (p>2) hms[1]+=ud; else hms[0]+=ud;
+    sec=hms[0]*3600+hms[1]*60+hms[2];
+    if (sec<0) sec+=86400; else if (sec>=86400) sec-=86400;
+    TimeH2->Text=s.sprintf("%02d:%02d:%02d",sec/3600,(sec%3600)/60,sec%60);
+    TimeH2->SelStart=p>5||p==0?8:(p>2?5:2);
+}
+// callback on inputfile-1 change -------------------------------------------
+void __fastcall TMainForm::InputFile1Change(TObject *Sender)
+{
+    SetOutFile();
+}
+// callback on output-directory checked -------------------------------------
+void __fastcall TMainForm::OutDirEnaClick(TObject *Sender)
+{
+	UpdateEnable();
+    SetOutFile();
+}
+// callback on output-directory change --------------------------------------
+void __fastcall TMainForm::OutDirChange(TObject *Sender)
+{
+    SetOutFile();
+}
+// set output file path -----------------------------------------------------
+void __fastcall TMainForm::SetOutFile(void)
+{
+    AnsiString InputFile1_Text=InputFile1->Text;
+    AnsiString OutDir_Text=OutDir->Text;
+    char *p,ofile[1024],ifile[1024];
+    
+    if (InputFile1->Text=="") return;
+    
+    strcpy(ifile,InputFile1_Text.c_str());
+    
+    if (OutDirEna->Checked) {
+        if ((p=strrchr(ifile,'\\'))) p++; else p=ifile;
+        sprintf(ofile,"%s\\%s",OutDir_Text.c_str(),p);
+    }
+    else {
+        strcpy(ofile,ifile);
+    }
+    if (!(p=strrchr(ofile,'.'))) p=ofile+strlen(ofile);
+    strcpy(p,SolFormat==SOLF_NMEA?".nmea":".pos");
+    for (p=ofile;*p;p++) if (*p=='*') *p='0';
+    OutputFile->Text=ofile;
+}
+// execute post-processing --------------------------------------------------
+int __fastcall TMainForm::ExecProc(void)
+{
+    AnsiString InputFile1_Text=InputFile1->Text,InputFile2_Text=InputFile2->Text;
+    AnsiString InputFile3_Text=InputFile3->Text,InputFile4_Text=InputFile4->Text;
+    AnsiString InputFile5_Text=InputFile5->Text,InputFile6_Text=InputFile6->Text;
+    AnsiString OutputFile_Text=OutputFile->Text;
+    FILE *fp;
+    prcopt_t prcopt=prcopt_default;
+    solopt_t solopt=solopt_default;
+    filopt_t filopt={""};
+    gtime_t ts={0},te={0};
+    double ti=0.0,tu=0.0;
+    int i,n=0,stat;
+    char infile_[6][1024]={""},*infile[6],outfile[1024];
+    char *rov,*base,*p,*q,*r;
+    
+    // get processing options
+    if (TimeStart->Checked) ts=GetTime1();
+    if (TimeEnd  ->Checked) te=GetTime2();
+    if (TimeIntF ->Checked) ti=str2dbl(TimeInt ->Text);
+    if (TimeUnitF->Checked) tu=str2dbl(TimeUnit->Text)*3600.0;
+    
+    if (!GetOption(prcopt,solopt,filopt)) return 0;
+    
+    // set input/output files
+    for (i=0;i<6;i++) infile[i]=infile_[i];
+    
+    strcpy(infile[n++],InputFile1_Text.c_str());
+    
+    if (PMODE_DGPS<=prcopt.mode&&prcopt.mode<=PMODE_FIXED) {
+        strcpy(infile[n++],InputFile2_Text.c_str());
+    }
+    if (InputFile3->Text!="") {
+        strcpy(infile[n++],InputFile3_Text.c_str());
+    }
+    else if (!ObsToNav(InputFile1_Text.c_str(),infile[n++])) {
+        showmsg("error: no navigation data");
+        return 0;
+    }
+    if (InputFile4_Text!="") {
+        strcpy(infile[n++],InputFile4_Text.c_str());
+    }
+    if (InputFile5_Text!="") {
+        strcpy(infile[n++],InputFile5_Text.c_str());
+    }
+    if (InputFile6_Text!="") {
+        strcpy(infile[n++],InputFile6_Text.c_str());
+    }
+    strcpy(outfile,OutputFile_Text.c_str());
+    
+    // confirm overwrite
+    if (!TimeStart->Checked||!TimeEnd->Checked) {
+        if ((fp=fopen(outfile,"r"))) {
+            fclose(fp);
+            ConfDialog->Label2->Caption=outfile;
+            if (ConfDialog->ShowModal()!=mrOk) return 0;
+        }
+    }
+    // set rover and base station list
+    rov =new char [strlen(RovList .c_str())];
+    base=new char [strlen(BaseList.c_str())];
+    
+    for (p=RovList.c_str(),r=rov;*p;p=q+2) {
+        
+        if (!(q=strstr(p,"\r\n"))) {
+            if (*p!='#') strcpy(r,p); break;
+        }
+        else if (*p!='#') {
+            strncpy(r,p,q-p); r+=q-p;
+            strcpy(r++," ");
+        }
+    }
+    for (p=BaseList.c_str(),r=base;*p;p=q+2) {
+        
+        if (!(q=strstr(p,"\r\n"))) {
+            if (*p!='#') strcpy(r,p); break;
+        }
+        else if (*p!='#') {
+            strncpy(r,p,q-p); r+=q-p;
+            strcpy(r++," ");
+        }
+    }
+    Progress->Position=0;
+    showmsg("reading...");
+    
+    // post processing positioning
+    if ((stat=postpos(ts,te,ti,tu,&prcopt,&solopt,&filopt,infile,n,outfile,
+                      rov,base))==1) {
+        showmsg("aborted");
+    }
+    delete [] rov ;
+    delete [] base;
+    
+    return stat;
+}
+// get processing and solution options --------------------------------------
+int __fastcall TMainForm::GetOption(prcopt_t &prcopt, solopt_t &solopt,
+                                    filopt_t &filopt)
+{
+    char buff[1024],id[32],*p;
+    int sat,ex;
+    
+    // processing options
+    prcopt.mode     =PosMode;
+    prcopt.soltype  =Solution;
+    prcopt.nf       =Freq+1;
+    prcopt.navsys   =NavSys;
+    prcopt.elmin    =ElMask*D2R;
+    prcopt.snrmask  =SnrMask;
+    prcopt.sateph   =SatEphem;
+    prcopt.modear   =AmbRes;
+    prcopt.glomodear=GloAmbRes;
+    prcopt.bdsmodear=BdsAmbRes;
+    prcopt.maxout   =OutCntResetAmb;
+    prcopt.minfix   =FixCntHoldAmb;
+    prcopt.minlock  =LockCntFixAmb;
+    prcopt.ionoopt  =IonoOpt;
+    prcopt.tropopt  =TropOpt;
+    prcopt.posopt[0]=PosOpt[0];
+    prcopt.posopt[1]=PosOpt[1];
+    prcopt.posopt[2]=PosOpt[2];
+    prcopt.posopt[3]=PosOpt[3];
+    prcopt.posopt[4]=PosOpt[4];
+    prcopt.posopt[5]=PosOpt[5];
+    prcopt.dynamics =DynamicModel;
+    prcopt.tidecorr =TideCorr;
+    prcopt.armaxiter=ARIter;
+    prcopt.niter    =NumIter;
+    prcopt.intpref  =IntpRefObs;
+    prcopt.sbassatsel=SbasSat;
+    prcopt.eratio[0]=MeasErrR1;
+    prcopt.eratio[1]=MeasErrR2;
+    prcopt.err[1]   =MeasErr2;
+    prcopt.err[2]   =MeasErr3;
+    prcopt.err[3]   =MeasErr4;
+    prcopt.err[4]   =MeasErr5;
+    prcopt.prn[0]   =PrNoise1;
+    prcopt.prn[1]   =PrNoise2;
+    prcopt.prn[2]   =PrNoise3;
+    prcopt.prn[3]   =PrNoise4;
+    prcopt.prn[4]   =PrNoise5;
+    prcopt.sclkstab =SatClkStab;
+    prcopt.thresar[0]=ValidThresAR;
+    prcopt.thresar[1]=ThresAR2;
+    prcopt.thresar[2]=ThresAR3;
+    prcopt.elmaskar =ElMaskAR*D2R;
+    prcopt.elmaskhold=ElMaskHold*D2R;
+    prcopt.thresslip=SlipThres;
+    prcopt.maxtdiff =MaxAgeDiff;
+    prcopt.maxgdop  =RejectGdop;
+    prcopt.maxinno  =RejectThres;
+    if (BaseLineConst) {
+        prcopt.baseline[0]=BaseLine[0];
+        prcopt.baseline[1]=BaseLine[1];
+    }
+    else {
+        prcopt.baseline[0]=0.0;
+        prcopt.baseline[1]=0.0;
+    }
+    if (PosMode!=PMODE_FIXED&&PosMode!=PMODE_PPP_FIXED) {
+        for (int i=0;i<3;i++) prcopt.ru[i]=0.0;
+    }
+    else if (RovPosType<=2) {
+        for (int i=0;i<3;i++) prcopt.ru[i]=RovPos[i];
+    }
+    else prcopt.rovpos=RovPosType-2; /* 1:single,2:posfile,3:rinex */
+    
+    if (PosMode==PMODE_SINGLE||PosMode==PMODE_MOVEB) {
+        for (int i=0;i<3;i++) prcopt.rb[i]=0.0;
+    }
+    else if (RefPosType<=2) {
+        for (int i=0;i<3;i++) prcopt.rb[i]=RefPos[i];
+    }
+    else prcopt.refpos=RefPosType-2;
+    
+    if (RovAntPcv) {
+        strcpy(prcopt.anttype[0],RovAnt.c_str());
+        prcopt.antdel[0][0]=RovAntE;
+        prcopt.antdel[0][1]=RovAntN;
+        prcopt.antdel[0][2]=RovAntU;
+    }
+    if (RefAntPcv) {
+        strcpy(prcopt.anttype[1],RefAnt.c_str());
+        prcopt.antdel[1][0]=RefAntE;
+        prcopt.antdel[1][1]=RefAntN;
+        prcopt.antdel[1][2]=RefAntU;
+    }
+    if (ExSats!="") { // excluded satellites
+        strcpy(buff,ExSats.c_str());
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+') {ex=2; p++;} else ex=1;
+            if (!(sat=satid2no(p))) continue;
+            prcopt.exsats[sat-1]=ex;
+        }
+    }
+    // extended receiver error model option
+    prcopt.exterr=ExtErr;
+    
+    strcpy(prcopt.rnxopt[0],RnxOpts1.c_str());
+    strcpy(prcopt.rnxopt[1],RnxOpts2.c_str());
+    strcpy(prcopt.pppopt,PPPOpts.c_str());
+    
+    // solution options
+    solopt.posf     =SolFormat;
+    solopt.times    =TimeFormat==0?0:TimeFormat-1;
+    solopt.timef    =TimeFormat==0?0:1;
+    solopt.timeu    =TimeDecimal<=0?0:TimeDecimal;
+    solopt.degf     =LatLonFormat;
+    solopt.outhead  =OutputHead;
+    solopt.outopt   =OutputOpt;
+    solopt.datum    =OutputDatum;
+    solopt.height   =OutputHeight;
+    solopt.geoid    =OutputGeoid;
+    solopt.solstatic=SolStatic;
+    solopt.sstat    =DebugStatus;
+    solopt.trace    =DebugTrace;
+    strcpy(solopt.sep,FieldSep!=""?FieldSep.c_str():" ");
+    sprintf(solopt.prog,"%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    
+    // file options
+    strcpy(filopt.satantp,SatPcvFile.c_str());
+    strcpy(filopt.rcvantp,AntPcvFile.c_str());
+    strcpy(filopt.stapos, StaPosFile.c_str());
+    strcpy(filopt.geoid,  GeoidDataFile.c_str());
+    strcpy(filopt.iono,   IonoFile.c_str());
+    strcpy(filopt.eop,    EOPFile.c_str());
+    strcpy(filopt.dcb,    DCBFile.c_str());
+    strcpy(filopt.blq,    BLQFile.c_str());
+    
+    return 1;
+}
+// observation file to nav file ---------------------------------------------
+int __fastcall TMainForm::ObsToNav(const char *obsfile, char *navfile)
+{
+    char *p;
+    strcpy(navfile,obsfile);
+    if (!(p=strrchr(navfile,'.'))) return 0;
+    if      (strlen(p)==4&&*(p+3)=='o') *(p+3)='*';
+    else if (strlen(p)==4&&*(p+3)=='d') *(p+3)='*';
+    else if (strlen(p)==4&&*(p+3)=='O') *(p+3)='*';
+    else if (!strcmp(p,".obs")) strcpy(p,".*nav");
+    else if (!strcmp(p,".OBS")) strcpy(p,".*NAV");
+    else if (!strcmp(p,".gz")||!strcmp(p,".Z")) {
+        if      (*(p-1)=='o') *(p-1)='*';
+        else if (*(p-1)=='d') *(p-1)='*';
+        else if (*(p-1)=='O') *(p-1)='*';
+        else return 0;
+    }
+    else return 0;
+    return 1;
+}
+// replace file path with keywords ------------------------------------------
+AnsiString __fastcall TMainForm::FilePath(AnsiString file)
+{
+    AnsiString s;
+    gtime_t ts={0};
+    char rov[256]="",base[256]="",path[1024],*p,*q;
+    
+    if (TimeStart->Checked) ts=GetTime1();
+    
+    for (p=RovList.c_str();(q=strstr(p,"\r\n"));p=q+2) {
+        if (*p&&*p!='#') break;
+    }
+    if (!q) strcpy(rov,p); else strncpy(rov,p,q-p);
+    
+    for (p=BaseList.c_str();(q=strstr(p,"\r\n"));p=q+2) {
+        if (*p&&p[0]!='#') break;
+    }
+    if (!q) strcpy(base,p); else strncpy(base,p,q-p);
+    
+    reppath(file.c_str(),path,ts,rov,base);
+    
+    return (s=path);
+}
+// read history -------------------------------------------------------------
+TStringList * __fastcall TMainForm::ReadList(TIniFile *ini, AnsiString cat,
+    AnsiString key)
+{
+    TStringList *list=new TStringList;
+    AnsiString s,item;
+    int i;
+    
+    for (i=0;i<100;i++) {
+        item=ini->ReadString(cat,s.sprintf("%s_%03d",key.c_str(),i),"");
+        if (item!="") list->Add(item); else break;
+    }
+    return list;
+}
+// write history ------------------------------------------------------------
+void __fastcall TMainForm::WriteList(TIniFile *ini, AnsiString cat,
+    AnsiString key, TStrings *list)
+{
+    AnsiString s;
+    int i;
+    
+    for (i=0;i<list->Count;i++) {
+        ini->WriteString(cat,s.sprintf("%s_%03d",key.c_str(),i),list->Strings[i]);
+    }
+}
+// add history --------------------------------------------------------------
+void __fastcall TMainForm::AddHist(TComboBox *combo)
+{
+    AnsiString hist=combo->Text;
+    if (hist=="") return;
+    TStrings *list=combo->Items;
+    int i=list->IndexOf(hist);
+    if (i>=0) list->Delete(i);
+    list->Insert(0,hist);
+    for (int i=list->Count-1;i>=MAXHIST;i--) list->Delete(i);
+    combo->ItemIndex=0;
+}
+// execute command ----------------------------------------------------------
+int __fastcall TMainForm::ExecCmd(AnsiString cmd, int show)
+{
+    PROCESS_INFORMATION info;
+    STARTUPINFO si={0};
+    si.cb=sizeof(si);
+    char *p=cmd.c_str();
+    
+    if (!CreateProcess(NULL,p,NULL,NULL,false,show?0:CREATE_NO_WINDOW,NULL,
+                       NULL,&si,&info)) return 0;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return 1;
+}
+// view file ----------------------------------------------------------------
+void __fastcall TMainForm::ViewFile(AnsiString file)
+{
+    TTextViewer *viewer;
+    AnsiString f;
+    char tmpfile[1024];
+    int cstat;
+    
+    if (file=="") return;
+    cstat=uncompress(file.c_str(),tmpfile);
+    f=!cstat?file.c_str():tmpfile;
+    
+    viewer=new TTextViewer(Application);
+    viewer->Caption=file;
+    viewer->Show();
+    viewer->Read(f);
+    if (cstat==1) remove(tmpfile);
+}
+// show message in message area ---------------------------------------------
+void __fastcall TMainForm::ShowMsg(char *msg)
+{
+    Message->Caption=msg;
+}
+// get time from time-1 -----------------------------------------------------
+gtime_t _fastcall TMainForm::GetTime1(void)
+{
+    AnsiString TimeY1_Text=TimeY1->Text,TimeH1_Text=TimeH1->Text;
+    double ep[]={2000,1,1,0,0,0};
+    
+    sscanf(TimeY1_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    sscanf(TimeH1_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+    return epoch2time(ep);
+}
+// get time from time-2 -----------------------------------------------------
+gtime_t _fastcall TMainForm::GetTime2(void)
+{
+    AnsiString TimeY2_Text=TimeY2->Text,TimeH2_Text=TimeH2->Text;
+    double ep[]={2000,1,1,0,0,0};
+    
+    sscanf(TimeY2_Text.c_str(),"%lf/%lf/%lf",ep,ep+1,ep+2);
+    sscanf(TimeH2_Text.c_str(),"%lf:%lf:%lf",ep+3,ep+4,ep+5);
+    return epoch2time(ep);
+}
+// set time to time-1 -------------------------------------------------------
+void _fastcall TMainForm::SetTime1(gtime_t time)
+{
+    AnsiString s;
+    double ep[6];
+    
+    time2epoch(time,ep);
+    TimeY1->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeH1->Text=s.sprintf("%02.0f:%02.0f:%02.0f",ep[3],ep[4],ep[5]);
+    TimeY1->SelStart=10; TimeH1->SelStart=10;
+}
+// set time to time-2 -------------------------------------------------------
+void _fastcall TMainForm::SetTime2(gtime_t time)
+{
+    AnsiString s;
+    double ep[6];
+    
+    time2epoch(time,ep);
+    TimeY2->Text=s.sprintf("%04.0f/%02.0f/%02.0f",ep[0],ep[1],ep[2]);
+    TimeH2->Text=s.sprintf("%02.0f:%02.0f:%02.0f",ep[3],ep[4],ep[5]);
+    TimeY2->SelStart=10; TimeH2->SelStart=10;
+}
+// update enable/disable of widgets -----------------------------------------
+void __fastcall TMainForm::UpdateEnable(void)
+{
+    int moder=PMODE_DGPS<=PosMode&&PosMode<=PMODE_FIXED;
+    
+    LabelInputFile1->Caption=moder?"RINEX OBS: Rover":"RINEX OBS";
+    InputFile2     ->Enabled=moder;
+    BtnInputFile2  ->Enabled=moder;
+    BtnInputPlot2  ->Enabled=moder;
+    BtnInputView2  ->Enabled=moder;
+    BtnOutputView1 ->Enabled=DebugStatus>0;
+    BtnOutputView2 ->Enabled=DebugTrace >0;
+    LabelInputFile3->Enabled=moder;
+    TimeY1         ->Enabled=TimeStart->Checked;
+    TimeH1         ->Enabled=TimeStart->Checked;
+    TimeY1UD       ->Enabled=TimeStart->Checked;
+    TimeH1UD       ->Enabled=TimeStart->Checked;
+    BtnTime1       ->Enabled=TimeStart->Checked;
+    TimeY2         ->Enabled=TimeEnd  ->Checked;
+    TimeH2         ->Enabled=TimeEnd  ->Checked;
+    TimeY2UD       ->Enabled=TimeEnd  ->Checked;
+    TimeH2UD       ->Enabled=TimeEnd  ->Checked;
+    BtnTime2       ->Enabled=TimeEnd  ->Checked;
+    TimeInt        ->Enabled=TimeIntF ->Checked;
+    LabelTimeInt   ->Enabled=TimeIntF ->Checked;
+    TimeUnitF      ->Enabled=TimeStart->Checked&&TimeEnd  ->Checked;
+    TimeUnit       ->Enabled=TimeUnitF->Enabled&&TimeUnitF->Checked;
+    LabelTimeUnit  ->Enabled=TimeUnitF->Enabled&&TimeUnitF->Checked;
+    OutDir         ->Enabled=OutDirEna->Checked;
+    BtnOutDir      ->Enabled=OutDirEna->Checked;
+    LabelOutDir    ->Enabled=OutDirEna->Checked;
+}
+// load options from ini file -----------------------------------------------
+void __fastcall TMainForm::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    char *p;
+    
+    TimeStart->Checked =ini->ReadInteger("set","timestart",   0);
+    TimeEnd->Checked   =ini->ReadInteger("set","timeend",     0);
+    TimeY1->Text       =ini->ReadString ("set","timey1",      "2000/01/01");
+    TimeY1->Text       =ini->ReadString ("set","timey1",      "2000/01/01");
+    TimeH1->Text       =ini->ReadString ("set","timeh1",      "00:00:00");
+    TimeY2->Text       =ini->ReadString ("set","timey2",      "2000/01/01");
+    TimeH2->Text       =ini->ReadString ("set","timeh2",      "00:00:00");
+    TimeIntF ->Checked =ini->ReadInteger("set","timeintf",    0);
+    TimeInt->Text      =ini->ReadString ("set","timeint",     "0");
+    TimeUnitF->Checked =ini->ReadInteger("set","timeunitf",   0);
+    TimeUnit->Text     =ini->ReadString ("set","timeunit",    "24");
+    InputFile1->Text   =ini->ReadString ("set","inputfile1",  "");
+    InputFile2->Text   =ini->ReadString ("set","inputfile2",  "");
+    InputFile3->Text   =ini->ReadString ("set","inputfile3",  "");
+    InputFile4->Text   =ini->ReadString ("set","inputfile4",  "");
+    InputFile5->Text   =ini->ReadString ("set","inputfile5",  "");
+    InputFile6->Text   =ini->ReadString ("set","inputfile6",  "");
+    OutDirEna->Checked =ini->ReadInteger("set","outputdirena", 0);
+    OutDir->Text       =ini->ReadString ("set","outputdir",   "");
+    OutputFile->Text   =ini->ReadString ("set","outputfile",  "");
+    
+    InputFile1->Items  =ReadList(ini,"hist","inputfile1");
+    InputFile2->Items  =ReadList(ini,"hist","inputfile2");
+    InputFile3->Items  =ReadList(ini,"hist","inputfile3");
+    InputFile4->Items  =ReadList(ini,"hist","inputfile4");
+    InputFile5->Items  =ReadList(ini,"hist","inputfile5");
+    InputFile6->Items  =ReadList(ini,"hist","inputfile6");
+    OutputFile->Items  =ReadList(ini,"hist","outputfile");
+    
+    PosMode            =ini->ReadInteger("opt","posmode",        0);
+    Freq               =ini->ReadInteger("opt","freq",           1);
+    Solution           =ini->ReadInteger("opt","solution",       0);
+    ElMask             =ini->ReadFloat  ("opt","elmask",      15.0);
+    SnrMask.ena[0]     =ini->ReadInteger("opt","snrmask_ena1",   0);
+    SnrMask.ena[1]     =ini->ReadInteger("opt","snrmask_ena2",   0);
+    for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        SnrMask.mask[i][j]=
+            ini->ReadFloat("opt",s.sprintf("snrmask_%d_%d",i+1,j+1),0.0);
+    }
+    IonoOpt            =ini->ReadInteger("opt","ionoopt",     IONOOPT_BRDC);
+    TropOpt            =ini->ReadInteger("opt","tropopt",     TROPOPT_SAAS);
+    RcvBiasEst         =ini->ReadInteger("opt","rcvbiasest",     0);
+    DynamicModel       =ini->ReadInteger("opt","dynamicmodel",   0);
+    TideCorr           =ini->ReadInteger("opt","tidecorr",       0);
+    SatEphem           =ini->ReadInteger("opt","satephem",       0);
+    ExSats             =ini->ReadString ("opt","exsats",        "");
+    NavSys             =ini->ReadInteger("opt","navsys",   SYS_GPS);
+    PosOpt[0]          =ini->ReadInteger("opt","posopt1",        0);
+    PosOpt[1]          =ini->ReadInteger("opt","posopt2",        0);
+    PosOpt[2]          =ini->ReadInteger("opt","posopt3",        0);
+    PosOpt[3]          =ini->ReadInteger("opt","posopt4",        0);
+    PosOpt[4]          =ini->ReadInteger("opt","posopt5",        0);
+    PosOpt[5]          =ini->ReadInteger("opt","posopt6",        0);
+    MapFunc            =ini->ReadInteger("opt","mapfunc",        0);
+    
+    AmbRes             =ini->ReadInteger("opt","ambres",         1);
+    GloAmbRes          =ini->ReadInteger("opt","gloambres",      1);
+    BdsAmbRes          =ini->ReadInteger("opt","bdsambres",      1);
+    ValidThresAR       =ini->ReadFloat  ("opt","validthresar", 3.0);
+    ThresAR2           =ini->ReadFloat  ("opt","thresar2",  0.9999);
+    ThresAR3           =ini->ReadFloat  ("opt","thresar3",    0.25);
+    LockCntFixAmb      =ini->ReadInteger("opt","lockcntfixamb",  0);
+    FixCntHoldAmb      =ini->ReadInteger("opt","fixcntholdamb", 10);
+    ElMaskAR           =ini->ReadFloat  ("opt","elmaskar",     0.0);
+    ElMaskHold         =ini->ReadFloat  ("opt","elmaskhold",   0.0);
+    OutCntResetAmb     =ini->ReadInteger("opt","outcntresetbias",5);
+    SlipThres          =ini->ReadFloat  ("opt","slipthres",   0.05);
+    MaxAgeDiff         =ini->ReadFloat  ("opt","maxagediff",  30.0);
+    RejectThres        =ini->ReadFloat  ("opt","rejectthres", 30.0);
+    RejectGdop         =ini->ReadFloat  ("opt","rejectgdop",  30.0);
+    ARIter             =ini->ReadInteger("opt","ariter",         1);
+    NumIter            =ini->ReadInteger("opt","numiter",        1);
+    CodeSmooth         =ini->ReadInteger("opt","codesmooth",     0);
+    BaseLine[0]        =ini->ReadFloat  ("opt","baselinelen",  0.0);
+    BaseLine[1]        =ini->ReadFloat  ("opt","baselinesig",  0.0);
+    BaseLineConst      =ini->ReadInteger("opt","baselineconst",  0);
+    
+    SolFormat          =ini->ReadInteger("opt","solformat",      0);
+    TimeFormat         =ini->ReadInteger("opt","timeformat",     1);
+    TimeDecimal        =ini->ReadInteger("opt","timedecimal",    3);
+    LatLonFormat       =ini->ReadInteger("opt","latlonformat",   0);
+    FieldSep           =ini->ReadString ("opt","fieldsep",      "");
+    OutputHead         =ini->ReadInteger("opt","outputhead",     1);
+    OutputOpt          =ini->ReadInteger("opt","outputopt",      1);
+    OutputDatum        =ini->ReadInteger("opt","outputdatum",    0);
+    OutputHeight       =ini->ReadInteger("opt","outputheight",   0);
+    OutputGeoid        =ini->ReadInteger("opt","outputgeoid",    0);
+    SolStatic          =ini->ReadInteger("opt","solstatic",      0);
+    DebugTrace         =ini->ReadInteger("opt","debugtrace",     0);
+    DebugStatus        =ini->ReadInteger("opt","debugstatus",    0);
+    
+    MeasErrR1          =ini->ReadFloat  ("opt","measeratio1",100.0);
+    MeasErrR2          =ini->ReadFloat  ("opt","measeratio2",100.0);
+    MeasErr2           =ini->ReadFloat  ("opt","measerr2",   0.003);
+    MeasErr3           =ini->ReadFloat  ("opt","measerr3",   0.003);
+    MeasErr4           =ini->ReadFloat  ("opt","measerr4",   0.000);
+    MeasErr5           =ini->ReadFloat  ("opt","measerr5",  10.000);
+    SatClkStab         =ini->ReadFloat  ("opt","satclkstab", 5E-12);
+    PrNoise1           =ini->ReadFloat  ("opt","prnoise1",    1E-4);
+    PrNoise2           =ini->ReadFloat  ("opt","prnoise2",    1E-3);
+    PrNoise3           =ini->ReadFloat  ("opt","prnoise3",    1E-4);
+    PrNoise4           =ini->ReadFloat  ("opt","prnoise4",    1E+1);
+    PrNoise5           =ini->ReadFloat  ("opt","prnoise5",    1E+1);
+    
+    RovPosType         =ini->ReadInteger("opt","rovpostype",     0);
+    RefPosType         =ini->ReadInteger("opt","refpostype",     0);
+    RovPos[0]          =ini->ReadFloat  ("opt","rovpos1",      0.0);
+    RovPos[1]          =ini->ReadFloat  ("opt","rovpos2",      0.0);
+    RovPos[2]          =ini->ReadFloat  ("opt","rovpos3",      0.0);
+    RefPos[0]          =ini->ReadFloat  ("opt","refpos1",      0.0);
+    RefPos[1]          =ini->ReadFloat  ("opt","refpos2",      0.0);
+    RefPos[2]          =ini->ReadFloat  ("opt","refpos3",      0.0);
+    RovAntPcv          =ini->ReadInteger("opt","rovantpcv",      0);
+    RefAntPcv          =ini->ReadInteger("opt","refantpcv",      0);
+    RovAnt             =ini->ReadString ("opt","rovant",        "");
+    RefAnt             =ini->ReadString ("opt","refant",        "");
+    RovAntE            =ini->ReadFloat  ("opt","rovante",      0.0);
+    RovAntN            =ini->ReadFloat  ("opt","rovantn",      0.0);
+    RovAntU            =ini->ReadFloat  ("opt","rovantu",      0.0);
+    RefAntE            =ini->ReadFloat  ("opt","refante",      0.0);
+    RefAntN            =ini->ReadFloat  ("opt","refantn",      0.0);
+    RefAntU            =ini->ReadFloat  ("opt","refantu",      0.0);
+    
+    RnxOpts1           =ini->ReadString ("opt","rnxopts1",      "");
+    RnxOpts2           =ini->ReadString ("opt","rnxopts2",      "");
+    PPPOpts            =ini->ReadString ("opt","pppopts",       "");
+    
+    AntPcvFile         =ini->ReadString ("opt","antpcvfile",    "");
+    IntpRefObs         =ini->ReadInteger("opt","intprefobs",     0);
+    SbasSat            =ini->ReadInteger("opt","sbassat",        0);
+    NetRSCorr          =ini->ReadInteger("opt","netrscorr",      0);
+    SatClkCorr         =ini->ReadInteger("opt","satclkcorr",     0);
+    SbasCorr           =ini->ReadInteger("opt","sbascorr",       0);
+    SbasCorr1          =ini->ReadInteger("opt","sbascorr1",      0);
+    SbasCorr2          =ini->ReadInteger("opt","sbascorr2",      0);
+    SbasCorr3          =ini->ReadInteger("opt","sbascorr3",      0);
+    SbasCorr4          =ini->ReadInteger("opt","sbascorr4",      0);
+    SbasCorrFile       =ini->ReadString ("opt","sbascorrfile",  "");
+    PrecEphFile        =ini->ReadString ("opt","precephfile",   "");
+    SatPcvFile         =ini->ReadString ("opt","satpcvfile",    "");
+    StaPosFile         =ini->ReadString ("opt","staposfile",    "");
+    GeoidDataFile      =ini->ReadString ("opt","geoiddatafile", "");
+    IonoFile           =ini->ReadString ("opt","ionofile",      "");
+    EOPFile            =ini->ReadString ("opt","eopfile",       "");
+    DCBFile            =ini->ReadString ("opt","dcbfile",       "");
+    BLQFile            =ini->ReadString ("opt","blqfile",       "");
+    GoogleEarthFile    =ini->ReadString ("opt","googleearthfile",GOOGLE_EARTH);
+    
+    RovList="";
+    for (int i=0;i<10;i++) {
+        RovList +=ini->ReadString("opt",s.sprintf("rovlist%d",i+1),"");
+    }
+    BaseList="";
+    for (int i=0;i<10;i++) {
+        BaseList+=ini->ReadString("opt",s.sprintf("baselist%d",i+1),"");
+    }
+    for (p=RovList.c_str();*p;p++) {
+        if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+    }
+    for (p=BaseList.c_str();*p;p++) {
+        if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+    }
+    ExtErr.ena[0]      =ini->ReadInteger("opt","exterr_ena0",    0);
+    ExtErr.ena[1]      =ini->ReadInteger("opt","exterr_ena1",    0);
+    ExtErr.ena[2]      =ini->ReadInteger("opt","exterr_ena2",    0);
+    ExtErr.ena[3]      =ini->ReadInteger("opt","exterr_ena3",    0);
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ExtErr.cerr[i][j]=ini->ReadFloat("opt",s.sprintf("exterr_cerr%d%d",i,j),0.3);
+    }
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ExtErr.perr[i][j]=ini->ReadFloat("opt",s.sprintf("exterr_perr%d%d",i,j),0.003);
+    }
+    ExtErr.gloicb[0]   =ini->ReadFloat  ("opt","exterr_gloicb0",0.0);
+    ExtErr.gloicb[1]   =ini->ReadFloat  ("opt","exterr_gloicb1",0.0);
+    ExtErr.gpsglob[0]  =ini->ReadFloat  ("opt","exterr_gpsglob0",0.0);
+    ExtErr.gpsglob[1]  =ini->ReadFloat  ("opt","exterr_gpsglob1",0.0);
+    
+    ConvDialog->TimeSpan  ->Checked  =ini->ReadInteger("conv","timespan",  0);
+    ConvDialog->TimeIntF  ->Checked  =ini->ReadInteger("conv","timeintf",  0);
+    ConvDialog->TimeY1    ->Text     =ini->ReadString ("conv","timey1","2000/01/01");
+    ConvDialog->TimeH1    ->Text     =ini->ReadString ("conv","timeh1","00:00:00"  );
+    ConvDialog->TimeY2    ->Text     =ini->ReadString ("conv","timey2","2000/01/01");
+    ConvDialog->TimeH2    ->Text     =ini->ReadString ("conv","timeh2","00:00:00"  );
+    ConvDialog->TimeInt   ->Text     =ini->ReadString ("conv","timeint", "0");
+    ConvDialog->TrackColor->ItemIndex=ini->ReadInteger("conv","trackcolor",5);
+    ConvDialog->PointColor->ItemIndex=ini->ReadInteger("conv","pointcolor",5);
+    ConvDialog->OutputAlt ->ItemIndex=ini->ReadInteger("conv","outputalt", 0);
+    ConvDialog->OutputTime->ItemIndex=ini->ReadInteger("conv","outputtime",0);
+    ConvDialog->AddOffset ->Checked  =ini->ReadInteger("conv","addoffset", 0);
+    ConvDialog->Offset1   ->Text     =ini->ReadString ("conv","offset1", "0");
+    ConvDialog->Offset2   ->Text     =ini->ReadString ("conv","offset2", "0");
+    ConvDialog->Offset3   ->Text     =ini->ReadString ("conv","offset3", "0");
+    ConvDialog->Compress  ->Checked  =ini->ReadInteger("conv","compress",  0);
+    
+    TTextViewer::Color1=(TColor)ini->ReadInteger("viewer","color1",(int)clBlack);
+    TTextViewer::Color2=(TColor)ini->ReadInteger("viewer","color2",(int)clWhite);
+    TTextViewer::FontD=new TFont;
+    TTextViewer::FontD->Name=ini->ReadString ("viewer","fontname","Courier New");
+    TTextViewer::FontD->Size=ini->ReadInteger("viewer","fontsize",9);
+    delete ini;
+}
+// save options to ini file -------------------------------------------------
+void __fastcall TMainForm::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    char *p;
+    
+    ini->WriteInteger("set","timestart",   TimeStart ->Checked?1:0);
+    ini->WriteInteger("set","timeend",     TimeEnd   ->Checked?1:0);
+    ini->WriteString ("set","timey1",      TimeY1    ->Text);
+    ini->WriteString ("set","timeh1",      TimeH1    ->Text);
+    ini->WriteString ("set","timey2",      TimeY2    ->Text);
+    ini->WriteString ("set","timeh2",      TimeH2    ->Text);
+    ini->WriteInteger("set","timeintf",    TimeIntF  ->Checked?1:0);
+    ini->WriteString ("set","timeint",     TimeInt   ->Text);
+    ini->WriteInteger("set","timeunitf",   TimeUnitF ->Checked?1:0);
+    ini->WriteString ("set","timeunit",    TimeUnit  ->Text);
+    ini->WriteString ("set","inputfile1",  InputFile1->Text);
+    ini->WriteString ("set","inputfile2",  InputFile2->Text);
+    ini->WriteString ("set","inputfile3",  InputFile3->Text);
+    ini->WriteString ("set","inputfile4",  InputFile4->Text);
+    ini->WriteString ("set","inputfile5",  InputFile5->Text);
+    ini->WriteString ("set","inputfile6",  InputFile6->Text);
+    ini->WriteInteger("set","outputdirena",OutDirEna ->Checked);
+    ini->WriteString ("set","outputdir",   OutDir    ->Text);
+    ini->WriteString ("set","outputfile",  OutputFile->Text);
+    
+    WriteList(ini,"hist","inputfile1",     InputFile1->Items);
+    WriteList(ini,"hist","inputfile2",     InputFile2->Items);
+    WriteList(ini,"hist","inputfile3",     InputFile3->Items);
+    WriteList(ini,"hist","inputfile4",     InputFile4->Items);
+    WriteList(ini,"hist","inputfile5",     InputFile5->Items);
+    WriteList(ini,"hist","inputfile6",     InputFile6->Items);
+    WriteList(ini,"hist","outputfile",     OutputFile->Items);
+    
+    ini->WriteInteger("opt","posmode",     PosMode     );
+    ini->WriteInteger("opt","freq",        Freq        );
+    ini->WriteInteger("opt","solution",    Solution    );
+    ini->WriteFloat  ("opt","elmask",      ElMask      );
+    ini->WriteInteger("opt","snrmask_ena1",SnrMask.ena[0]);
+    ini->WriteInteger("opt","snrmask_ena2",SnrMask.ena[1]);
+    for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        ini->WriteFloat("opt",s.sprintf("snrmask_%d_%d",i+1,j+1),
+                        SnrMask.mask[i][j]);
+    }
+    ini->WriteInteger("opt","ionoopt",     IonoOpt     );
+    ini->WriteInteger("opt","tropopt",     TropOpt     );
+    ini->WriteInteger("opt","rcvbiasest",  RcvBiasEst  );
+    ini->WriteInteger("opt","dynamicmodel",DynamicModel);
+    ini->WriteInteger("opt","tidecorr",    TideCorr    );
+    ini->WriteInteger("opt","satephem",    SatEphem    );
+    ini->WriteString ("opt","exsats",      ExSats      );
+    ini->WriteInteger("opt","navsys",      NavSys      );
+    ini->WriteInteger("opt","posopt1",     PosOpt[0]   );
+    ini->WriteInteger("opt","posopt2",     PosOpt[1]   );
+    ini->WriteInteger("opt","posopt3",     PosOpt[2]   );
+    ini->WriteInteger("opt","posopt4",     PosOpt[3]   );
+    ini->WriteInteger("opt","posopt5",     PosOpt[4]   );
+    ini->WriteInteger("opt","posopt6",     PosOpt[5]   );
+    ini->WriteInteger("opt","mapfunc",     MapFunc     );
+    
+    ini->WriteInteger("opt","ambres",      AmbRes      );
+    ini->WriteInteger("opt","gloambres",   GloAmbRes   );
+    ini->WriteInteger("opt","bdsambres",   BdsAmbRes   );
+    ini->WriteFloat  ("opt","validthresar",ValidThresAR);
+    ini->WriteFloat  ("opt","thresar2",    ThresAR2    );
+    ini->WriteFloat  ("opt","thresar3",    ThresAR3    );
+    ini->WriteInteger("opt","lockcntfixamb",LockCntFixAmb);
+    ini->WriteInteger("opt","fixcntholdamb",FixCntHoldAmb);
+    ini->WriteFloat  ("opt","elmaskar",    ElMaskAR    );
+    ini->WriteFloat  ("opt","elmaskhold",  ElMaskHold  );
+    ini->WriteInteger("opt","outcntresetbias",OutCntResetAmb);
+    ini->WriteFloat  ("opt","slipthres",   SlipThres   );
+    ini->WriteFloat  ("opt","maxagediff",  MaxAgeDiff  );
+    ini->WriteFloat  ("opt","rejectgdop",  RejectGdop  );
+    ini->WriteFloat  ("opt","rejectthres", RejectThres );
+    ini->WriteInteger("opt","ariter",      ARIter      );
+    ini->WriteInteger("opt","numiter",     NumIter     );
+    ini->WriteInteger("opt","codesmooth",  CodeSmooth  );
+    ini->WriteFloat  ("opt","baselinelen", BaseLine[0] );
+    ini->WriteFloat  ("opt","baselinesig", BaseLine[1] );
+    ini->WriteInteger("opt","baselineconst",BaseLineConst);
+    
+    ini->WriteInteger("opt","solformat",   SolFormat   );
+    ini->WriteInteger("opt","timeformat",  TimeFormat  );
+    ini->WriteInteger("opt","timedecimal", TimeDecimal );
+    ini->WriteInteger("opt","latlonformat",LatLonFormat);
+    ini->WriteString ("opt","fieldsep",    FieldSep    );
+    ini->WriteInteger("opt","outputhead",  OutputHead  );
+    ini->WriteInteger("opt","outputopt",   OutputOpt   );
+    ini->WriteInteger("opt","outputdatum", OutputDatum );
+    ini->WriteInteger("opt","outputheight",OutputHeight);
+    ini->WriteInteger("opt","outputgeoid", OutputGeoid );
+    ini->WriteInteger("opt","solstatic",   SolStatic   );
+    ini->WriteInteger("opt","debugtrace",  DebugTrace  );
+    ini->WriteInteger("opt","debugstatus", DebugStatus );
+    
+    ini->WriteFloat  ("opt","measeratio1", MeasErrR1   );
+    ini->WriteFloat  ("opt","measeratio2", MeasErrR2   );
+    ini->WriteFloat  ("opt","measerr2",    MeasErr2    );
+    ini->WriteFloat  ("opt","measerr3",    MeasErr3    );
+    ini->WriteFloat  ("opt","measerr4",    MeasErr4    );
+    ini->WriteFloat  ("opt","measerr5",    MeasErr5    );
+    ini->WriteFloat  ("opt","satclkstab",  SatClkStab  );
+    ini->WriteFloat  ("opt","prnoise1",    PrNoise1    );
+    ini->WriteFloat  ("opt","prnoise2",    PrNoise2    );
+    ini->WriteFloat  ("opt","prnoise3",    PrNoise3    );
+    ini->WriteFloat  ("opt","prnoise4",    PrNoise4    );
+    ini->WriteFloat  ("opt","prnoise5",    PrNoise5    );
+    
+    ini->WriteInteger("opt","rovpostype",  RovPosType  );
+    ini->WriteInteger("opt","refpostype",  RefPosType  );
+    ini->WriteFloat  ("opt","rovpos1",     RovPos[0]   );
+    ini->WriteFloat  ("opt","rovpos2",     RovPos[1]   );
+    ini->WriteFloat  ("opt","rovpos3",     RovPos[2]   );
+    ini->WriteFloat  ("opt","refpos1",     RefPos[0]   );
+    ini->WriteFloat  ("opt","refpos2",     RefPos[1]   );
+    ini->WriteFloat  ("opt","refpos3",     RefPos[2]   );
+    ini->WriteInteger("opt","rovantpcv",   RovAntPcv   );
+    ini->WriteInteger("opt","refantpcv",   RefAntPcv   );
+    ini->WriteString ("opt","rovant",      RovAnt      );
+    ini->WriteString ("opt","refant",      RefAnt      );
+    ini->WriteFloat  ("opt","rovante",     RovAntE     );
+    ini->WriteFloat  ("opt","rovantn",     RovAntN     );
+    ini->WriteFloat  ("opt","rovantu",     RovAntU     );
+    ini->WriteFloat  ("opt","refante",     RefAntE     );
+    ini->WriteFloat  ("opt","refantn",     RefAntN     );
+    ini->WriteFloat  ("opt","refantu",     RefAntU     );
+    
+    ini->WriteString ("opt","rnxopts1",    RnxOpts1    );
+    ini->WriteString ("opt","rnxopts2",    RnxOpts2    );
+    ini->WriteString ("opt","pppopts",     PPPOpts     );
+    
+    ini->WriteString ("opt","antpcvfile",  AntPcvFile  );
+    ini->WriteInteger("opt","intprefobs",  IntpRefObs  );
+    ini->WriteInteger("opt","sbassat",     SbasSat     );
+    ini->WriteInteger("opt","netrscorr",   NetRSCorr   );
+    ini->WriteInteger("opt","satclkcorr",  SatClkCorr  );
+    ini->WriteInteger("opt","sbascorr",    SbasCorr    );
+    ini->WriteInteger("opt","sbascorr1",   SbasCorr1   );
+    ini->WriteInteger("opt","sbascorr2",   SbasCorr2   );
+    ini->WriteInteger("opt","sbascorr3",   SbasCorr3   );
+    ini->WriteInteger("opt","sbascorr4",   SbasCorr4   );
+    ini->WriteString ("opt","sbascorrfile",SbasCorrFile);
+    ini->WriteString ("opt","precephfile", PrecEphFile );
+    ini->WriteString ("opt","satpcvfile",  SatPcvFile  );
+    ini->WriteString ("opt","staposfile",  StaPosFile  );
+    ini->WriteString ("opt","geoiddatafile",GeoidDataFile);
+    ini->WriteString ("opt","ionofile",    IonoFile    );
+    ini->WriteString ("opt","eopfile",     EOPFile     );
+    ini->WriteString ("opt","dcbfile",     DCBFile     );
+    ini->WriteString ("opt","blqfile",     BLQFile     );
+    ini->WriteString ("opt","googleearthfile",GoogleEarthFile);
+    
+    for (p=RovList.c_str();*p;p++) {
+        if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+    }
+    for (int i=0;i<10;i++) {
+        ini->WriteString("opt",s.sprintf("rovlist%d",i+1),RovList.SubString(i*2000,2000));
+    }
+    for (p=BaseList.c_str();*p;p++) {
+        if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+    }
+    for (int i=0;i<10;i++) {
+        ini->WriteString("opt",s.sprintf("baselist%d",i+1),BaseList.SubString(i*2000,2000));
+    }
+    ini->WriteInteger("opt","exterr_ena0", ExtErr.ena[0]);
+    ini->WriteInteger("opt","exterr_ena1", ExtErr.ena[1]);
+    ini->WriteInteger("opt","exterr_ena2", ExtErr.ena[2]);
+    ini->WriteInteger("opt","exterr_ena3", ExtErr.ena[3]);
+    
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ini->WriteFloat("opt",s.sprintf("exterr_cerr%d%d",i,j),ExtErr.cerr[i][j]);
+    }
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ini->WriteFloat("opt",s.sprintf("exterr_perr%d%d",i,j),ExtErr.perr[i][j]);
+    }
+    ini->WriteFloat  ("opt","exterr_gloicb0",ExtErr.gloicb[0]);
+    ini->WriteFloat  ("opt","exterr_gloicb1",ExtErr.gloicb[1]);
+    ini->WriteFloat  ("opt","exterr_gpsglob0",ExtErr.gpsglob[0]);
+    ini->WriteFloat  ("opt","exterr_gpsglob1",ExtErr.gpsglob[1]);
+    
+    ini->WriteInteger("conv","timespan",   ConvDialog->TimeSpan  ->Checked  );
+    ini->WriteString ("conv","timey1",     ConvDialog->TimeY1    ->Text     );
+    ini->WriteString ("conv","timeh1",     ConvDialog->TimeH1    ->Text     );
+    ini->WriteString ("conv","timey2",     ConvDialog->TimeY2    ->Text     );
+    ini->WriteString ("conv","timeh2",     ConvDialog->TimeH2    ->Text     );
+    ini->WriteInteger("conv","timeintf",   ConvDialog->TimeIntF  ->Checked  );
+    ini->WriteString ("conv","timeint",    ConvDialog->TimeInt   ->Text     );
+    ini->WriteInteger("conv","trackcolor", ConvDialog->TrackColor->ItemIndex);
+    ini->WriteInteger("conv","pointcolor", ConvDialog->PointColor->ItemIndex);
+    ini->WriteInteger("conv","outputalt",  ConvDialog->OutputAlt ->ItemIndex);
+    ini->WriteInteger("conv","outputtime", ConvDialog->OutputTime->ItemIndex);
+    ini->WriteInteger("conv","addoffset",  ConvDialog->AddOffset ->Checked  );
+    ini->WriteString ("conv","offset1",    ConvDialog->Offset1   ->Text     );
+    ini->WriteString ("conv","offset2",    ConvDialog->Offset2   ->Text     );
+    ini->WriteString ("conv","offset3",    ConvDialog->Offset3   ->Text     );
+    ini->WriteInteger("conv","compress",   ConvDialog->Compress  ->Checked  );
+    
+    ini->WriteInteger("viewer","color1",(int)TTextViewer::Color1  );
+    ini->WriteInteger("viewer","color2",(int)TTextViewer::Color2  );
+    ini->WriteString ("viewer","fontname",TTextViewer::FontD->Name);
+    ini->WriteInteger("viewer","fontsize",TTextViewer::FontD->Size);
+    delete ini;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost/postmain.h b/app/rtkpost/postmain.h
new file mode 100644
index 0000000..473ac37
--- /dev/null
+++ b/app/rtkpost/postmain.h
@@ -0,0 +1,218 @@
+//---------------------------------------------------------------------------
+#ifndef postmainH
+#define postmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+#include <Buttons.hpp>
+#include <FileCtrl.hpp>
+#ifdef TCPP
+#include <vcl\inifiles.hpp>
+#else
+#include <inifiles.hpp>
+#endif
+
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TPanel *Panel2;
+	TPanel *Panel3;
+	TPanel *Panel4;
+	TPanel *Panel5;
+	TPanel *Message;
+	
+	TButton *BtnPlot;
+	TButton *BtnView;
+	TButton *BtnToKML;
+	TButton *BtnOption;
+	TButton *BtnExec;
+	TButton *BtnExit;
+	TButton *BtnInputFile1;
+	TButton *BtnInputFile3;
+	TButton *BtnInputFile2;
+	TButton *BtnInputFile4;
+	TButton *BtnInputFile5;
+	TButton *BtnOutputFile;
+	
+	TSpeedButton *BtnTime1;
+	TSpeedButton *BtnTime2;
+	TSpeedButton *BtnInputPlot1;
+	TSpeedButton *BtnInputView1;
+	TSpeedButton *BtnInputView3;
+	TSpeedButton *BtnInputPlot2;
+	TSpeedButton *BtnInputView2;
+	TSpeedButton *BtnInputView4;
+	TSpeedButton *BtnInputView5;
+	TSpeedButton *BtnAbout;
+	TSpeedButton *BtnKeyword;
+	
+	TCheckBox *TimeStart;
+	TCheckBox *TimeEnd;
+	TCheckBox *TimeIntF;
+	TCheckBox *TimeUnitF;
+	TEdit *TimeY1;
+	TEdit *TimeH1;
+	TEdit *TimeY2;
+	TEdit *TimeH2;
+	TEdit *TimeUnit;
+	TUpDown *TimeY1UD;
+	TUpDown *TimeH1UD;
+	TUpDown *TimeY2UD;
+	TUpDown *TimeH2UD;
+	TComboBox *TimeInt;
+	TComboBox *InputFile1;
+	TComboBox *InputFile3;
+	TComboBox *InputFile2;
+	TComboBox *InputFile4;
+	TComboBox *InputFile5;
+	TComboBox *OutputFile;
+	
+	TOpenDialog *OpenDialog;
+	TSaveDialog *SaveDialog;
+	
+	TProgressBar *Progress;
+	
+	TLabel *Label1;
+	TLabel *LabelInputFile1;
+	TLabel *LabelInputFile2;
+	TLabel *LabelInputFile3;
+	TLabel *LabelTimeInt;
+	TLabel *LabelTimeUnit;
+	TEdit *OutDir;
+	TCheckBox *OutDirEna;
+	TButton *BtnOutDir;
+	TSpeedButton *BtnOutputView2;
+	TSpeedButton *BtnOutputView1;
+	TLabel *LabelOutDir;
+	TComboBox *InputFile6;
+	TButton *BtnInputFile6;
+	TSpeedButton *BtnInputView6;
+	
+	void __fastcall FormCreate         (TObject *Sender);
+	void __fastcall FormShow           (TObject *Sender);
+	void __fastcall FormClose          (TObject *Sender, TCloseAction &Action);
+	
+	void __fastcall BtnPlotClick       (TObject *Sender);
+	void __fastcall BtnViewClick       (TObject *Sender);
+	void __fastcall BtnToKMLClick      (TObject *Sender);
+	void __fastcall BtnOptionClick     (TObject *Sender);
+	void __fastcall BtnExecClick       (TObject *Sender);
+	void __fastcall BtnStopClick       (TObject *Sender);
+	void __fastcall BtnExitClick       (TObject *Sender);
+	void __fastcall BtnAboutClick      (TObject *Sender);
+	
+	void __fastcall BtnTime1Click      (TObject *Sender);
+	void __fastcall BtnTime2Click      (TObject *Sender);
+	void __fastcall BtnInputFile1Click (TObject *Sender);
+	void __fastcall BtnInputFile3Click (TObject *Sender);
+	void __fastcall BtnInputFile2Click (TObject *Sender);
+	void __fastcall BtnInputFile4Click (TObject *Sender);
+	void __fastcall BtnInputFile5Click (TObject *Sender);
+	void __fastcall BtnOutputFileClick (TObject *Sender);
+	void __fastcall BtnInputView1Click (TObject *Sender);
+	void __fastcall BtnInputView3Click (TObject *Sender);
+	void __fastcall BtnInputView2Click (TObject *Sender);
+	void __fastcall BtnInputView4Click (TObject *Sender);
+	void __fastcall BtnInputView5Click (TObject *Sender);
+	void __fastcall BtnOutputView1Click(TObject *Sender);
+	void __fastcall BtnOutputView2Click(TObject *Sender);
+	void __fastcall BtnInputPlot1Click (TObject *Sender);
+	void __fastcall BtnInputPlot2Click (TObject *Sender);
+	void __fastcall BtnKeywordClick    (TObject *Sender);
+	
+	void __fastcall TimeStartClick     (TObject *Sender);
+	void __fastcall TimeIntFClick      (TObject *Sender);
+	void __fastcall TimeUnitFClick     (TObject *Sender);
+	void __fastcall TimeH1UDChangingEx (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY1UDChangingEx (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeY2UDChangingEx (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	void __fastcall TimeH2UDChangingEx (TObject *Sender, bool &AllowChange,
+          short NewValue, TUpDownDirection Direction);
+	
+	void __fastcall InputFile1Change   (TObject *Sender);
+	void __fastcall OutDirEnaClick(TObject *Sender);
+	void __fastcall BtnOutDirClick(TObject *Sender);
+	void __fastcall OutDirChange(TObject *Sender);
+	void __fastcall BtnInputFile6Click(TObject *Sender);
+	void __fastcall BtnInputView6Click(TObject *Sender);
+
+private:
+	void __fastcall DropFiles          (TWMDropFiles msg); // for files drop
+	
+	int  __fastcall ExecProc           (void);
+		
+	int  __fastcall GetOption(prcopt_t &prcopt, solopt_t &solopt, filopt_t &filopt);
+	
+	int  __fastcall ObsToNav (const char *obsfile, char *navfile);
+	
+	AnsiString __fastcall FilePath(AnsiString file);
+	TStringList * __fastcall ReadList(TIniFile *ini, AnsiString cat,
+		AnsiString key);
+	void __fastcall WriteList(TIniFile *ini, AnsiString cat,
+		AnsiString key, TStrings *list);
+	void __fastcall AddHist  (TComboBox *combo);
+	int __fastcall ExecCmd(AnsiString cmd, int show);
+	
+	gtime_t __fastcall GetTime1(void);
+	gtime_t __fastcall GetTime2(void);
+	void __fastcall SetOutFile(void);
+	void __fastcall SetTime1(gtime_t time);
+	void __fastcall SetTime2(gtime_t time);
+	void __fastcall UpdateEnable(void);
+	void __fastcall LoadOpt(void);
+	void __fastcall SaveOpt(void);
+	
+	BEGIN_MESSAGE_MAP
+	MESSAGE_HANDLER(WM_DROPFILES,TWMDropFiles,DropFiles);
+	END_MESSAGE_MAP(TForm);
+public:
+	AnsiString IniFile;
+	
+	// options
+	int PosMode,Freq,Solution,DynamicModel,IonoOpt,TropOpt,RcvBiasEst;
+	int ARIter,NumIter,CodeSmooth,TideCorr;
+	int OutCntResetAmb,FixCntHoldAmb,LockCntFixAmb,RovPosType,RefPosType;
+	int SatEphem,NavSys;
+	int RovAntPcv,RefAntPcv,AmbRes,GloAmbRes,BdsAmbRes;
+	int OutputHead,OutputOpt,OutputDatum;
+	int OutputHeight,OutputGeoid,DebugTrace,DebugStatus,BaseLineConst;
+	int SolFormat,TimeFormat,LatLonFormat,IntpRefObs,NetRSCorr,SatClkCorr;
+	int SbasCorr,SbasCorr1,SbasCorr2,SbasCorr3,SbasCorr4,TimeDecimal;
+	int SolStatic,SbasSat,MapFunc;
+	int PosOpt[6];
+	double ElMask,MaxAgeDiff,RejectThres,RejectGdop;
+	double MeasErrR1,MeasErrR2,MeasErr2,MeasErr3,MeasErr4,MeasErr5;
+	double SatClkStab,RovAntE,RovAntN,RovAntU,RefAntE,RefAntN,RefAntU;
+	double PrNoise1,PrNoise2,PrNoise3,PrNoise4,PrNoise5;
+	double ValidThresAR,ElMaskAR,ElMaskHold,SlipThres;
+	double ThresAR2,ThresAR3;
+	double RovPos[3],RefPos[3],BaseLine[2];
+	snrmask_t SnrMask;
+	exterr_t ExtErr;
+	
+	AnsiString RnxOpts1,RnxOpts2,PPPOpts;
+	AnsiString FieldSep,RovAnt,RefAnt,AntPcvFile,StaPosFile,PrecEphFile;
+	AnsiString NetRSCorrFile1,NetRSCorrFile2,SatClkCorrFile,GoogleEarthFile;
+	AnsiString GeoidDataFile,IonoFile,DCBFile,EOPFile,BLQFile;
+	AnsiString SbasCorrFile,SatPcvFile,ExSats;
+	AnsiString RovList,BaseList;
+	
+	void __fastcall ViewFile(AnsiString file);
+	void __fastcall ShowMsg(char *msg);
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost/postopt.cpp b/app/rtkpost/postopt.cpp
new file mode 100644
index 0000000..7764391
--- /dev/null
+++ b/app/rtkpost/postopt.cpp
@@ -0,0 +1,1056 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "postmain.h"
+#include "postopt.h"
+#include "keydlg.h"
+#include "viewer.h"
+#include "refdlg.h"
+#include "extopt.h"
+#include "maskoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TOptDialog *OptDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TOptDialog::TOptDialog(TComponent* Owner)
+    : TForm(Owner)
+{
+    AnsiString label,s;
+    int freq[]={1,2,5,6,7,8};
+    int nglo=MAXPRNGLO,ngal=MAXPRNGAL,nqzs=MAXPRNQZS,ncmp=MAXPRNCMP;
+    
+#if 0
+    Freq->Items->Clear();
+    for (int i=0;i<NFREQ;i++) {
+        label=label+(i>0?"+":"L")+s.sprintf("%d",freq[i]);
+        Freq->Items->Add(label);
+    }
+#endif
+    if (nglo<=0) NavSys2->Enabled=false;
+    if (ngal<=0) NavSys3->Enabled=false;
+    if (nqzs<=0) NavSys4->Enabled=false;
+    if (ncmp<=0) NavSys6->Enabled=false;
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::FormShow(TObject *Sender)
+{
+	GetOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnOkClick(TObject *Sender)
+{
+	SetOpt();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnLoadClick(TObject *Sender)
+{
+	OpenDialog->Title="Load Options";
+	OpenDialog->FilterIndex=4;
+	if (!OpenDialog->Execute()) return;
+	LoadOpt(OpenDialog->FileName);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSaveClick(TObject *Sender)
+{
+	AnsiString file;
+	SaveDialog->Title="Save Options";
+	SaveDialog->FilterIndex=2;
+	if (!SaveDialog->Execute()) return;
+	file=SaveDialog->FileName;
+	if (!strrchr(file.c_str(),'.')) file=file+".conf";
+	SaveOpt(file);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnStaPosViewClick(TObject *Sender)
+{
+	if (StaPosFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(StaPosFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnStaPosFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Station Postion File";
+	OpenDialog->FilterIndex=3;
+	if (!OpenDialog->Execute()) return;
+	StaPosFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovPosTypeChange(TObject *Sender)
+{
+	TEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double pos[3];
+	GetPos(RovPosTypeP,edit,pos);
+	SetPos(RovPosType->ItemIndex,edit,pos);
+	RovPosTypeP=RovPosType->ItemIndex;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RefPosTypeChange(TObject *Sender)
+{
+	TEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double pos[3];
+	GetPos(RefPosTypeP,edit,pos);
+	SetPos(RefPosType->ItemIndex,edit,pos);
+	RefPosTypeP=RefPosType->ItemIndex;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnRovPosClick(TObject *Sender)
+{
+	TEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double p[3],pos[3];
+	GetPos(RovPosType->ItemIndex,edit,p);
+	ecef2pos(p,pos);
+	RefDialog->RovPos[0]=pos[0]*R2D;
+	RefDialog->RovPos[1]=pos[1]*R2D;
+	RefDialog->Pos[2]=pos[2];
+	RefDialog->StaPosFile=StaPosFile->Text;
+	RefDialog->Left=Left+Width/2-RefDialog->Width/2;
+	RefDialog->Top=Top+Height/2-RefDialog->Height/2;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	pos[0]=RefDialog->Pos[0]*D2R;
+	pos[1]=RefDialog->Pos[1]*D2R;
+	pos[2]=RefDialog->Pos[2];
+	pos2ecef(pos,p);
+	SetPos(RovPosType->ItemIndex,edit,p);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnRefPosClick(TObject *Sender)
+{
+	TEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double p[3],pos[3];
+	GetPos(RefPosType->ItemIndex,edit,p);
+	ecef2pos(p,pos);
+	RefDialog->RovPos[0]=pos[0]*R2D;
+	RefDialog->RovPos[1]=pos[1]*R2D;
+	RefDialog->RovPos[2]=pos[2];
+	RefDialog->StaPosFile=StaPosFile->Text;
+	RefDialog->Left=Left+Width/2-RefDialog->Width/2;
+	RefDialog->Top=Top+Height/2-RefDialog->Height/2;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	pos[0]=RefDialog->Pos[0]*D2R;
+	pos[1]=RefDialog->Pos[1]*D2R;
+	pos[2]=RefDialog->Pos[2];
+	pos2ecef(pos,p);
+	SetPos(RefPosType->ItemIndex,edit,p);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSatPcvViewClick(TObject *Sender)
+{
+	if (SatPcvFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(SatPcvFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnSatPcvFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Satellite Antenna PCV File";
+	OpenDialog->FilterIndex=2;
+	if (!OpenDialog->Execute()) return;
+	SatPcvFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnAntPcvViewClick(TObject *Sender)
+{
+	if (AntPcvFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(AntPcvFile->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnAntPcvFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Receiver Antenna PCV File";
+	OpenDialog->FilterIndex=2;
+	if (!OpenDialog->Execute()) return;
+	AntPcvFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnGeoidDataFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Geoid Data File";
+	OpenDialog->FilterIndex=1;
+	if (!OpenDialog->Execute()) return;
+	GeoidDataFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnDCBFileClick(TObject *Sender)
+{
+	OpenDialog->Title="DCB Data File";
+	OpenDialog->FilterIndex=5;
+	if (!OpenDialog->Execute()) return;
+	DCBFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnDCBViewClick(TObject *Sender)
+{
+    AnsiString DCBFile_Text=DCBFile->Text;
+	if (DCBFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(DCBFile_Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnEOPFileClick(TObject *Sender)
+{
+	OpenDialog->Title="EOP Data File";
+	OpenDialog->FilterIndex=6;
+	if (!OpenDialog->Execute()) return;
+	EOPFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnEOPViewClick(TObject *Sender)
+{
+	AnsiString EOPFile_Text=EOPFile->Text;
+	if (EOPFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(EOPFile_Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnBLQFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Ocean Tide Loding BLQ File";
+	OpenDialog->FilterIndex=7;
+	if (!OpenDialog->Execute()) return;
+	BLQFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnBLQFileViewClick(TObject *Sender)
+{
+	AnsiString BLQFile_Text=BLQFile->Text;
+	if (BLQFile->Text=="") return;
+	TTextViewer *viewer=new TTextViewer(Application);
+	viewer->Show();
+	viewer->Read(BLQFile_Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnIonoFileClick(TObject *Sender)
+{
+	OpenDialog->Title="Ionosphere Data File";
+	OpenDialog->FilterIndex=8;
+	if (!OpenDialog->Execute()) return;
+	IonoFile->Text=OpenDialog->FileName;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::FreqChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::IonoOptChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::TropOptChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::DynamicModelChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SatEphemChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SolFormatChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::PosModeChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SatEphemClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::NavSys2Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::AmbResChange(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovAntPcvClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::NetRSCorrClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SatClkCorrClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovPosClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RefPosClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SbasCorrClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::OutputHeightClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BaselineConstClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RovAntClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::RefAntClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::GetOpt(void)
+{
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	AnsiString s;
+	PosMode		 ->ItemIndex	=MainForm->PosMode;
+	Freq		 ->ItemIndex	=MainForm->Freq;
+	Solution	 ->ItemIndex	=MainForm->Solution;
+	ElMask		 ->Text			=s.sprintf("%.0f",MainForm->ElMask);
+	SnrMask						=MainForm->SnrMask;
+	DynamicModel ->ItemIndex	=MainForm->DynamicModel;
+	TideCorr	 ->ItemIndex	=MainForm->TideCorr;
+	IonoOpt		 ->ItemIndex	=MainForm->IonoOpt;
+	TropOpt		 ->ItemIndex	=MainForm->TropOpt;
+	SatEphem	 ->ItemIndex	=MainForm->SatEphem;
+	ExSats	     ->Text			=MainForm->ExSats;
+	NavSys1	     ->Checked		=MainForm->NavSys&SYS_GPS;
+	NavSys2	     ->Checked		=MainForm->NavSys&SYS_GLO;
+	NavSys3	     ->Checked		=MainForm->NavSys&SYS_GAL;
+	NavSys4	     ->Checked		=MainForm->NavSys&SYS_QZS;
+	NavSys5	     ->Checked		=MainForm->NavSys&SYS_SBS;
+	NavSys6	     ->Checked		=MainForm->NavSys&SYS_CMP;
+	PosOpt1	     ->Checked		=MainForm->PosOpt[0];
+	PosOpt2	     ->Checked		=MainForm->PosOpt[1];
+	PosOpt3	     ->Checked		=MainForm->PosOpt[2];
+	PosOpt4	     ->Checked		=MainForm->PosOpt[3];
+	PosOpt5	     ->Checked		=MainForm->PosOpt[4];
+	PosOpt6	     ->Checked		=MainForm->PosOpt[5];
+//	MapFunc	     ->ItemIndex	=MainForm->MapFunc;
+	
+	AmbRes		 ->ItemIndex	=MainForm->AmbRes;
+	GloAmbRes	 ->ItemIndex	=MainForm->GloAmbRes;
+	BdsAmbRes	 ->ItemIndex	=MainForm->BdsAmbRes;
+	ValidThresAR ->Text			=s.sprintf("%.3g",MainForm->ValidThresAR);
+	ThresAR2     ->Text			=s.sprintf("%.8g",MainForm->ThresAR2);
+	ThresAR3     ->Text			=s.sprintf("%.3g",MainForm->ThresAR3);
+	OutCntResetAmb->Text		=s.sprintf("%d",MainForm->OutCntResetAmb);
+	FixCntHoldAmb->Text			=s.sprintf("%d",MainForm->FixCntHoldAmb);
+	LockCntFixAmb->Text			=s.sprintf("%d",MainForm->LockCntFixAmb);
+	ElMaskAR	 ->Text			=s.sprintf("%.0f",MainForm->ElMaskAR);
+	ElMaskHold	 ->Text			=s.sprintf("%.0f",MainForm->ElMaskHold);
+	MaxAgeDiff	 ->Text			=s.sprintf("%.1f",MainForm->MaxAgeDiff);
+	RejectGdop   ->Text			=s.sprintf("%.1f",MainForm->RejectGdop);
+	RejectThres  ->Text			=s.sprintf("%.1f",MainForm->RejectThres);
+	SlipThres	 ->Text			=s.sprintf("%.3f",MainForm->SlipThres);
+	ARIter		 ->Text			=s.sprintf("%d",  MainForm->ARIter);
+	NumIter		 ->Text			=s.sprintf("%d",  MainForm->NumIter);
+	BaselineLen	 ->Text			=s.sprintf("%.3f",MainForm->BaseLine[0]);
+	BaselineSig	 ->Text			=s.sprintf("%.3f",MainForm->BaseLine[1]);
+	BaselineConst->Checked		=MainForm->BaseLineConst;
+	
+	SolFormat	 ->ItemIndex	=MainForm->SolFormat;
+	TimeFormat	 ->ItemIndex	=MainForm->TimeFormat;
+	TimeDecimal	 ->Text			=s.sprintf("%d",MainForm->TimeDecimal);
+	LatLonFormat ->ItemIndex	=MainForm->LatLonFormat;
+	FieldSep	 ->Text			=MainForm->FieldSep;
+	OutputHead	 ->ItemIndex	=MainForm->OutputHead;
+	OutputOpt	 ->ItemIndex	=MainForm->OutputOpt;
+	OutputDatum  ->ItemIndex	=MainForm->OutputDatum;
+	OutputHeight ->ItemIndex	=MainForm->OutputHeight;
+	OutputGeoid  ->ItemIndex	=MainForm->OutputGeoid;
+	SolStatic    ->ItemIndex	=MainForm->SolStatic;
+	DebugTrace	 ->ItemIndex	=MainForm->DebugTrace;
+	DebugStatus	 ->ItemIndex	=MainForm->DebugStatus;
+	
+	MeasErrR1	 ->Text			=s.sprintf("%.1f",MainForm->MeasErrR1);
+	MeasErrR2	 ->Text			=s.sprintf("%.1f",MainForm->MeasErrR2);
+	MeasErr2	 ->Text			=s.sprintf("%.3f",MainForm->MeasErr2);
+	MeasErr3	 ->Text			=s.sprintf("%.3f",MainForm->MeasErr3);
+	MeasErr4	 ->Text			=s.sprintf("%.3f",MainForm->MeasErr4);
+	MeasErr5	 ->Text			=s.sprintf("%.3f",MainForm->MeasErr5);
+	SatClkStab	 ->Text			=s.sprintf("%.2E",MainForm->SatClkStab);
+	PrNoise1	 ->Text			=s.sprintf("%.2E",MainForm->PrNoise1);
+	PrNoise2	 ->Text			=s.sprintf("%.2E",MainForm->PrNoise2);
+	PrNoise3	 ->Text			=s.sprintf("%.2E",MainForm->PrNoise3);
+	PrNoise4	 ->Text			=s.sprintf("%.2E",MainForm->PrNoise4);
+	PrNoise5	 ->Text			=s.sprintf("%.2E",MainForm->PrNoise5);
+	
+	RovAntPcv	 ->Checked		=MainForm->RovAntPcv;
+	RefAntPcv	 ->Checked		=MainForm->RefAntPcv;
+	RovAnt		 ->Text			=MainForm->RovAnt;
+	RefAnt		 ->Text			=MainForm->RefAnt;
+	RovAntE		 ->Text			=s.sprintf("%.4f",MainForm->RovAntE);
+	RovAntN		 ->Text			=s.sprintf("%.4f",MainForm->RovAntN);
+	RovAntU		 ->Text			=s.sprintf("%.4f",MainForm->RovAntU);
+	RefAntE		 ->Text			=s.sprintf("%.4f",MainForm->RefAntE);
+	RefAntN		 ->Text			=s.sprintf("%.4f",MainForm->RefAntN);
+	RefAntU		 ->Text			=s.sprintf("%.4f",MainForm->RefAntU);
+	AntPcvFile	 ->Text			=MainForm->AntPcvFile;
+	
+	RnxOpts1	 ->Text			=MainForm->RnxOpts1;
+	RnxOpts2	 ->Text			=MainForm->RnxOpts2;
+	PPPOpts		 ->Text			=MainForm->PPPOpts;
+	
+	IntpRefObs	 ->ItemIndex	=MainForm->IntpRefObs;
+	SbasSat		 ->Text			=s.sprintf("%d",MainForm->SbasSat);
+	SatPcvFile   ->Text			=MainForm->SatPcvFile;
+	StaPosFile	 ->Text			=MainForm->StaPosFile;
+	GeoidDataFile->Text			=MainForm->GeoidDataFile;
+	EOPFile		 ->Text			=MainForm->EOPFile;
+	DCBFile		 ->Text			=MainForm->DCBFile;
+	BLQFile		 ->Text			=MainForm->BLQFile;
+	IonoFile	 ->Text			=MainForm->IonoFile;
+	RovPosType	 ->ItemIndex	=MainForm->RovPosType;
+	RefPosType	 ->ItemIndex	=MainForm->RefPosType;
+	RovPosTypeP					=RovPosType->ItemIndex;
+	RefPosTypeP					=RefPosType->ItemIndex;
+	SetPos(RovPosType->ItemIndex,editu,MainForm->RovPos);
+	SetPos(RefPosType->ItemIndex,editr,MainForm->RefPos);
+	ReadAntList();
+	
+	RovList		 ->Text			=MainForm->RovList;
+	BaseList	 ->Text			=MainForm->BaseList;
+	
+	ExtErr						=MainForm->ExtErr;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SetOpt(void)
+{
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	
+	MainForm->PosMode		=PosMode	->ItemIndex;
+	MainForm->Freq			=Freq		->ItemIndex;
+	MainForm->Solution		=Solution   ->ItemIndex;
+	MainForm->ElMask		=str2dbl(ElMask	->Text);
+	MainForm->SnrMask		=SnrMask;
+	MainForm->DynamicModel	=DynamicModel->ItemIndex;
+	MainForm->TideCorr		=TideCorr	->ItemIndex;
+	MainForm->IonoOpt	  	=IonoOpt	->ItemIndex;
+	MainForm->TropOpt	  	=TropOpt	->ItemIndex;
+	MainForm->SatEphem	  	=SatEphem	->ItemIndex;
+	MainForm->ExSats	  	=ExSats		->Text;
+	MainForm->NavSys	  	=0;
+	if (NavSys1->Checked) MainForm->NavSys|=SYS_GPS;
+	if (NavSys2->Checked) MainForm->NavSys|=SYS_GLO;
+	if (NavSys3->Checked) MainForm->NavSys|=SYS_GAL;
+	if (NavSys4->Checked) MainForm->NavSys|=SYS_QZS;
+	if (NavSys5->Checked) MainForm->NavSys|=SYS_SBS;
+	if (NavSys6->Checked) MainForm->NavSys|=SYS_CMP;
+	MainForm->PosOpt[0]	  	=PosOpt1	->Checked;
+	MainForm->PosOpt[1]	  	=PosOpt2	->Checked;
+	MainForm->PosOpt[2]	  	=PosOpt3	->Checked;
+	MainForm->PosOpt[3]	  	=PosOpt4	->Checked;
+	MainForm->PosOpt[4]	  	=PosOpt5	->Checked;
+	MainForm->PosOpt[5]	  	=PosOpt6	->Checked;
+//	MainForm->MapFunc		=MapFunc	->ItemIndex;
+	
+	MainForm->AmbRes	  	=AmbRes		->ItemIndex;
+	MainForm->GloAmbRes	  	=GloAmbRes	->ItemIndex;
+	MainForm->BdsAmbRes	  	=BdsAmbRes	->ItemIndex;
+	MainForm->ValidThresAR	=str2dbl(ValidThresAR->Text);
+	MainForm->ThresAR2		=str2dbl(ThresAR2->Text);
+	MainForm->ThresAR3		=str2dbl(ThresAR3->Text);
+	MainForm->OutCntResetAmb=OutCntResetAmb->Text.ToInt();
+	MainForm->FixCntHoldAmb =FixCntHoldAmb->Text.ToInt();
+	MainForm->OutCntResetAmb=OutCntResetAmb->Text.ToInt();
+	MainForm->LockCntFixAmb	=LockCntFixAmb->Text.ToInt();
+	MainForm->ElMaskAR	  	=ElMaskAR   ->Text.ToInt();
+	MainForm->ElMaskHold  	=ElMaskHold ->Text.ToInt();
+	MainForm->MaxAgeDiff  	=str2dbl(MaxAgeDiff ->Text);
+	MainForm->RejectGdop 	=str2dbl(RejectGdop ->Text);
+	MainForm->RejectThres 	=str2dbl(RejectThres->Text);
+	MainForm->SlipThres   	=str2dbl(SlipThres  ->Text);
+	MainForm->ARIter	  	=ARIter		  ->Text.ToInt();
+	MainForm->NumIter	  	=NumIter	  ->Text.ToInt();
+	MainForm->BaseLine[0]  	=str2dbl(BaselineLen->Text);
+	MainForm->BaseLine[1]  	=str2dbl(BaselineSig->Text);
+	MainForm->BaseLineConst	=BaselineConst->Checked;
+	
+	MainForm->SolFormat   	=SolFormat  ->ItemIndex;
+	MainForm->TimeFormat  	=TimeFormat ->ItemIndex;
+	MainForm->TimeDecimal  	=str2dbl(TimeDecimal->Text);
+	MainForm->LatLonFormat	=LatLonFormat->ItemIndex;
+	MainForm->FieldSep	  	=FieldSep   ->Text;
+	MainForm->OutputHead  	=OutputHead ->ItemIndex;
+	MainForm->OutputOpt   	=OutputOpt  ->ItemIndex;
+	MainForm->OutputDatum 	=OutputDatum->ItemIndex;
+	MainForm->OutputHeight	=OutputHeight->ItemIndex;
+	MainForm->OutputGeoid 	=OutputGeoid->ItemIndex;
+	MainForm->SolStatic	 	=SolStatic  ->ItemIndex;
+	MainForm->DebugTrace  	=DebugTrace ->ItemIndex;
+	MainForm->DebugStatus  	=DebugStatus->ItemIndex;
+	
+	MainForm->MeasErrR1	  =str2dbl(MeasErrR1  ->Text);
+	MainForm->MeasErrR2	  =str2dbl(MeasErrR2  ->Text);
+	MainForm->MeasErr2	  =str2dbl(MeasErr2   ->Text);
+	MainForm->MeasErr3	  =str2dbl(MeasErr3   ->Text);
+	MainForm->MeasErr4	  =str2dbl(MeasErr4   ->Text);
+	MainForm->MeasErr5	  =str2dbl(MeasErr5   ->Text);
+	MainForm->SatClkStab  =str2dbl(SatClkStab ->Text);
+	MainForm->PrNoise1	  =str2dbl(PrNoise1   ->Text);
+	MainForm->PrNoise2	  =str2dbl(PrNoise2   ->Text);
+	MainForm->PrNoise3	  =str2dbl(PrNoise3   ->Text);
+	MainForm->PrNoise4	  =str2dbl(PrNoise4   ->Text);
+	MainForm->PrNoise5	  =str2dbl(PrNoise5   ->Text);
+	
+	MainForm->RovAntPcv   =RovAntPcv	->Checked;
+	MainForm->RefAntPcv   =RefAntPcv	->Checked;
+	MainForm->RovAnt	  =RovAnt		->Text;
+	MainForm->RefAnt	  =RefAnt		->Text;
+	MainForm->RovAntE	  =str2dbl(RovAntE	->Text);
+	MainForm->RovAntN	  =str2dbl(RovAntN	->Text);
+	MainForm->RovAntU	  =str2dbl(RovAntU	->Text);
+	MainForm->RefAntE	  =str2dbl(RefAntE	->Text);
+	MainForm->RefAntN	  =str2dbl(RefAntN	->Text);
+	MainForm->RefAntU	  =str2dbl(RefAntU	->Text);
+	
+	MainForm->RnxOpts1	  =RnxOpts1		->Text;
+	MainForm->RnxOpts2	  =RnxOpts2		->Text;
+	MainForm->PPPOpts	  =PPPOpts		->Text;
+	
+	MainForm->IntpRefObs  =IntpRefObs	->ItemIndex;
+	MainForm->SbasSat     =SbasSat		->Text.ToInt();
+	MainForm->AntPcvFile  =AntPcvFile	->Text;
+	MainForm->SatPcvFile  =SatPcvFile	->Text;
+	MainForm->StaPosFile  =StaPosFile	->Text;
+	MainForm->GeoidDataFile=GeoidDataFile->Text;
+	MainForm->EOPFile     =EOPFile		->Text;
+	MainForm->DCBFile     =DCBFile		->Text;
+	MainForm->BLQFile     =BLQFile		->Text;
+	MainForm->IonoFile    =IonoFile		->Text;
+	MainForm->RovPosType  =RovPosType	->ItemIndex;
+	MainForm->RefPosType  =RefPosType	->ItemIndex;
+	GetPos(RovPosType->ItemIndex,editu,MainForm->RovPos);
+	GetPos(RefPosType->ItemIndex,editr,MainForm->RefPos);
+	
+	MainForm->RovList	  =RovList		->Text;
+	MainForm->BaseList	  =BaseList		->Text;
+	
+	MainForm->ExtErr	  =ExtErr;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::LoadOpt(AnsiString file)
+{
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	AnsiString s;
+	char buff[1024]="",*p,id[32];
+	int sat;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+	filopt_t filopt={""};
+	
+	resetsysopts();
+	if (!loadopts(file.c_str(),sysopts)) return;
+	getsysopts(&prcopt,&solopt,&filopt);
+	
+	PosMode		 ->ItemIndex	=prcopt.mode;
+	Freq		 ->ItemIndex	=prcopt.nf>NFREQ-1?NFREQ-1:prcopt.nf-1;
+	Solution	 ->ItemIndex	=prcopt.soltype;
+	ElMask		 ->Text			=s.sprintf("%.0f",prcopt.elmin*R2D);
+	SnrMask						=prcopt.snrmask;
+	DynamicModel ->ItemIndex	=prcopt.dynamics;
+	TideCorr	 ->ItemIndex	=prcopt.tidecorr;
+	IonoOpt		 ->ItemIndex	=prcopt.ionoopt;
+	TropOpt		 ->ItemIndex	=prcopt.tropopt;
+	SatEphem	 ->ItemIndex	=prcopt.sateph;
+	ExSats	     ->Text			="";
+	for (sat=1,p=buff;sat<=MAXSAT;sat++) {
+		if (!prcopt.exsats[sat-1]) continue;
+		satno2id(sat,id);
+		p+=sprintf(p,"%s%s%s",p==buff?"":" ",prcopt.exsats[sat-1]==2?"+":"",id);
+	}
+	ExSats		 ->Text			=buff;
+	NavSys1	     ->Checked		=prcopt.navsys&SYS_GPS;
+	NavSys2	     ->Checked		=prcopt.navsys&SYS_GLO;
+	NavSys3	     ->Checked		=prcopt.navsys&SYS_GAL;
+	NavSys4	     ->Checked		=prcopt.navsys&SYS_QZS;
+	NavSys5	     ->Checked		=prcopt.navsys&SYS_SBS;
+	NavSys6	     ->Checked		=prcopt.navsys&SYS_CMP;
+	PosOpt1	     ->Checked		=prcopt.posopt[0];
+	PosOpt2	     ->Checked		=prcopt.posopt[1];
+	PosOpt3	     ->Checked		=prcopt.posopt[2];
+	PosOpt4	     ->Checked		=prcopt.posopt[3];
+	PosOpt5	     ->Checked		=prcopt.posopt[4];
+	PosOpt6	     ->Checked		=prcopt.posopt[5];
+//	MapFunc	     ->ItemIndex	=prcopt.mapfunc;
+	
+	AmbRes		 ->ItemIndex	=prcopt.modear;
+	GloAmbRes	 ->ItemIndex	=prcopt.glomodear;
+	BdsAmbRes	 ->ItemIndex	=prcopt.bdsmodear;
+	ValidThresAR ->Text			=s.sprintf("%.3g",prcopt.thresar[0]);
+	ThresAR2	 ->Text			=s.sprintf("%.9g",prcopt.thresar[1]);
+	ThresAR3	 ->Text			=s.sprintf("%.3g",prcopt.thresar[2]);
+	OutCntResetAmb->Text		=s.sprintf("%d"  ,prcopt.maxout   );
+	FixCntHoldAmb->Text			=s.sprintf("%d"  ,prcopt.minfix   );
+	LockCntFixAmb  ->Text		=s.sprintf("%d"  ,prcopt.minlock  );
+	ElMaskAR	 ->Text			=s.sprintf("%.0f",prcopt.elmaskar*R2D);
+	ElMaskHold	 ->Text			=s.sprintf("%.0f",prcopt.elmaskhold*R2D);
+	MaxAgeDiff	 ->Text			=s.sprintf("%.1f",prcopt.maxtdiff );
+	RejectGdop   ->Text			=s.sprintf("%.1f",prcopt.maxgdop  );
+	RejectThres  ->Text			=s.sprintf("%.1f",prcopt.maxinno  );
+	SlipThres	 ->Text			=s.sprintf("%.3f",prcopt.thresslip);
+	ARIter		 ->Text			=s.sprintf("%d",  prcopt.armaxiter);
+	NumIter		 ->Text			=s.sprintf("%d",  prcopt.niter    );
+	BaselineLen	 ->Text			=s.sprintf("%.3f",prcopt.baseline[0]);
+	BaselineSig	 ->Text			=s.sprintf("%.3f",prcopt.baseline[1]);
+	BaselineConst->Checked		=prcopt.baseline[0]>0.0;
+	
+	SolFormat	 ->ItemIndex	=solopt.posf;
+	TimeFormat	 ->ItemIndex	=solopt.timef==0?0:solopt.times+1;
+	TimeDecimal	 ->Text			=s.sprintf("%d",solopt.timeu);
+	LatLonFormat ->ItemIndex	=solopt.degf;
+	FieldSep	 ->Text			=solopt.sep;
+	OutputHead	 ->ItemIndex	=solopt.outhead;
+	OutputOpt	 ->ItemIndex	=solopt.outopt;
+	OutputDatum  ->ItemIndex	=solopt.datum;
+	OutputHeight ->ItemIndex	=solopt.height;
+	OutputGeoid  ->ItemIndex	=solopt.geoid;
+	SolStatic    ->ItemIndex	=solopt.solstatic;
+	NmeaIntv1	 ->Text			=s.sprintf("%.2g",solopt.nmeaintv[0]);
+	NmeaIntv2	 ->Text			=s.sprintf("%.2g",solopt.nmeaintv[1]);
+	DebugTrace	 ->ItemIndex	=solopt.trace;
+	DebugStatus	 ->ItemIndex	=solopt.sstat;
+	
+	MeasErrR1	 ->Text			=s.sprintf("%.1f",prcopt.eratio[0]);
+	MeasErrR2	 ->Text			=s.sprintf("%.1f",prcopt.eratio[1]);
+	MeasErr2	 ->Text			=s.sprintf("%.3f",prcopt.err[1]);
+	MeasErr3	 ->Text			=s.sprintf("%.3f",prcopt.err[2]);
+	MeasErr4	 ->Text			=s.sprintf("%.3f",prcopt.err[3]);
+	MeasErr5	 ->Text			=s.sprintf("%.3f",prcopt.err[4]);
+	SatClkStab	 ->Text			=s.sprintf("%.2E",prcopt.sclkstab);
+	PrNoise1	 ->Text			=s.sprintf("%.2E",prcopt.prn[0]);
+	PrNoise2	 ->Text			=s.sprintf("%.2E",prcopt.prn[1]);
+	PrNoise3	 ->Text			=s.sprintf("%.2E",prcopt.prn[2]);
+	PrNoise4	 ->Text			=s.sprintf("%.2E",prcopt.prn[3]);
+	PrNoise5	 ->Text			=s.sprintf("%.2E",prcopt.prn[4]);
+	
+	RovAntPcv	 ->Checked		=*prcopt.anttype[0];
+	RefAntPcv	 ->Checked		=*prcopt.anttype[1];
+	RovAnt		 ->Text			=prcopt.anttype[0];
+	RefAnt		 ->Text			=prcopt.anttype[1];
+	RovAntE		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][0]);
+	RovAntN		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][1]);
+	RovAntU		 ->Text			=s.sprintf("%.4f",prcopt.antdel[0][2]);
+	RefAntE		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][0]);
+	RefAntN		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][1]);
+	RefAntU		 ->Text			=s.sprintf("%.4f",prcopt.antdel[1][2]);
+	
+	RnxOpts1	 ->Text			=prcopt.rnxopt[0];
+	RnxOpts2	 ->Text			=prcopt.rnxopt[1];
+	PPPOpts		 ->Text			=prcopt.pppopt;
+	
+	IntpRefObs	 ->ItemIndex	=prcopt.intpref;
+	SbasSat		 ->Text			=s.sprintf("%d",prcopt.sbassatsel);
+	RovPosType	 ->ItemIndex	=prcopt.rovpos==0?0:prcopt.rovpos+2;
+	RefPosType	 ->ItemIndex	=prcopt.refpos==0?0:prcopt.refpos+2;
+	RovPosTypeP					=RovPosType->ItemIndex;
+	RefPosTypeP					=RefPosType->ItemIndex;
+	SetPos(RovPosType->ItemIndex,editu,prcopt.ru);
+	SetPos(RefPosType->ItemIndex,editr,prcopt.rb);
+	
+	SatPcvFile ->Text			=filopt.satantp;
+	AntPcvFile ->Text			=filopt.rcvantp;
+	StaPosFile ->Text			=filopt.stapos;
+	GeoidDataFile->Text			=filopt.geoid;
+	EOPFile	   ->Text			=filopt.eop;
+	DCBFile	   ->Text			=filopt.dcb;
+	BLQFile	   ->Text			=filopt.blq;
+	IonoFile   ->Text			=filopt.iono;
+	
+	ReadAntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SaveOpt(AnsiString file)
+{
+	AnsiString ExSats_Text=ExSats->Text,FieldSep_Text=FieldSep->Text;
+	AnsiString RovAnt_Text=RovAnt->Text,RefAnt_Text=RefAnt->Text;
+	AnsiString SatPcvFile_Text=SatPcvFile->Text;
+	AnsiString AntPcvFile_Text=AntPcvFile->Text;
+	AnsiString StaPosFile_Text=StaPosFile->Text;
+	AnsiString GeoidDataFile_Text=GeoidDataFile->Text;
+	AnsiString EOPFile_Text=EOPFile->Text;
+	AnsiString DCBFile_Text=DCBFile->Text;
+	AnsiString BLQFile_Text=BLQFile->Text;
+	AnsiString IonoFile_Text=IonoFile->Text;
+	AnsiString RnxOpts1_Text=RnxOpts1->Text;
+	AnsiString RnxOpts2_Text=RnxOpts2->Text;
+	AnsiString PPPOpts_Text=PPPOpts->Text;
+	TEdit *editu[]={RovPos1,RovPos2,RovPos3};
+	TEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	char buff[1024],*p,id[32],comment[256],s[64];
+	int sat,ex;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+	filopt_t filopt={""};
+	
+	prcopt.mode		=PosMode	 ->ItemIndex;
+	prcopt.nf		=Freq		 ->ItemIndex+1;
+	prcopt.soltype	=Solution	 ->ItemIndex;
+	prcopt.elmin	=str2dbl(ElMask	->Text)*D2R;
+	prcopt.snrmask	=SnrMask;
+	prcopt.dynamics	=DynamicModel->ItemIndex;
+	prcopt.tidecorr	=TideCorr	 ->ItemIndex;
+	prcopt.ionoopt	=IonoOpt	 ->ItemIndex;
+	prcopt.tropopt	=TropOpt	 ->ItemIndex;
+	prcopt.sateph	=SatEphem	 ->ItemIndex;
+	if (ExSats->Text!="") {
+		strcpy(buff,ExSats_Text.c_str());
+		for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+			if (*p=='+') {ex=2; p++;} else ex=1;
+			if (!(sat=satid2no(p))) continue;
+			prcopt.exsats[sat-1]=ex;
+		}
+	}
+	prcopt.navsys	= (NavSys1->Checked?SYS_GPS:0)|
+					  (NavSys2->Checked?SYS_GLO:0)|
+					  (NavSys3->Checked?SYS_GAL:0)|
+					  (NavSys4->Checked?SYS_QZS:0)|
+					  (NavSys5->Checked?SYS_SBS:0)|
+					  (NavSys6->Checked?SYS_CMP:0);
+	prcopt.posopt[0]=PosOpt1	->Checked;
+	prcopt.posopt[1]=PosOpt2	->Checked;
+	prcopt.posopt[2]=PosOpt3	->Checked;
+	prcopt.posopt[3]=PosOpt4	->Checked;
+	prcopt.posopt[4]=PosOpt5	->Checked;
+	prcopt.posopt[5]=PosOpt6	->Checked;
+//	prcopt.mapfunc	=MapFunc	->ItemIndex;
+	
+	prcopt.modear	=AmbRes		->ItemIndex;
+	prcopt.glomodear=GloAmbRes	->ItemIndex;
+	prcopt.bdsmodear=BdsAmbRes	->ItemIndex;
+	prcopt.thresar[0]=str2dbl(ValidThresAR->Text);
+	prcopt.thresar[1]=str2dbl(ThresAR2->Text);
+	prcopt.thresar[2]=str2dbl(ThresAR3->Text);
+	prcopt.maxout	=str2dbl(OutCntResetAmb->Text);
+	prcopt.minfix	=str2dbl(FixCntHoldAmb->Text);
+	prcopt.minlock	=str2dbl(LockCntFixAmb->Text);
+	prcopt.elmaskar	=str2dbl(ElMaskAR	->Text)*D2R;
+	prcopt.elmaskhold=str2dbl(ElMaskHold->Text)*D2R;
+	prcopt.maxtdiff	=str2dbl(MaxAgeDiff	->Text);
+	prcopt.maxgdop	=str2dbl(RejectGdop ->Text);
+	prcopt.maxinno	=str2dbl(RejectThres->Text);
+	prcopt.thresslip=str2dbl(SlipThres	->Text);
+	prcopt.armaxiter=str2dbl(ARIter		->Text);
+	prcopt.niter	=str2dbl(NumIter	->Text);
+	if (prcopt.mode==PMODE_MOVEB&&BaselineConst->Checked) {
+		prcopt.baseline[0]=str2dbl(BaselineLen->Text);
+		prcopt.baseline[1]=str2dbl(BaselineSig->Text);
+	}
+	solopt.posf		=SolFormat	->ItemIndex;
+	solopt.timef	=TimeFormat	->ItemIndex==0?0:1;
+	solopt.times	=TimeFormat	->ItemIndex==0?0:TimeFormat->ItemIndex-1;
+	solopt.timeu	=str2dbl(TimeDecimal ->Text);
+	solopt.degf		=LatLonFormat->ItemIndex;
+	strcpy(solopt.sep,FieldSep_Text.c_str());
+	solopt.outhead	=OutputHead	 ->ItemIndex;
+	solopt.outopt	=OutputOpt	 ->ItemIndex;
+	solopt.datum	=OutputDatum ->ItemIndex;
+	solopt.height	=OutputHeight->ItemIndex;
+	solopt.geoid	=OutputGeoid ->ItemIndex;
+	solopt.solstatic=SolStatic   ->ItemIndex;
+	solopt.nmeaintv[0]=str2dbl(NmeaIntv1->Text);
+	solopt.nmeaintv[1]=str2dbl(NmeaIntv2->Text);
+	solopt.trace	=DebugTrace	 ->ItemIndex;
+	solopt.sstat	=DebugStatus ->ItemIndex;
+	
+	prcopt.eratio[0]=str2dbl(MeasErrR1->Text);
+	prcopt.eratio[1]=str2dbl(MeasErrR2->Text);
+	prcopt.err[1]	=str2dbl(MeasErr2->Text);
+	prcopt.err[2]	=str2dbl(MeasErr3->Text);
+	prcopt.err[3]	=str2dbl(MeasErr4->Text);
+	prcopt.err[4]	=str2dbl(MeasErr5->Text);
+	prcopt.sclkstab	=str2dbl(SatClkStab->Text);
+	prcopt.prn[0]	=str2dbl(PrNoise1->Text);
+	prcopt.prn[1]	=str2dbl(PrNoise2->Text);
+	prcopt.prn[2]	=str2dbl(PrNoise3->Text);
+	prcopt.prn[3]	=str2dbl(PrNoise4->Text);
+	prcopt.prn[4]	=str2dbl(PrNoise5->Text);
+	
+	if (RovAntPcv->Checked) strcpy(prcopt.anttype[0],RovAnt_Text.c_str());
+	if (RefAntPcv->Checked) strcpy(prcopt.anttype[1],RefAnt_Text.c_str());
+	prcopt.antdel[0][0]=str2dbl(RovAntE->Text);
+	prcopt.antdel[0][1]=str2dbl(RovAntN->Text);
+	prcopt.antdel[0][2]=str2dbl(RovAntU->Text);
+	prcopt.antdel[1][0]=str2dbl(RefAntE->Text);
+	prcopt.antdel[1][1]=str2dbl(RefAntN->Text);
+	prcopt.antdel[1][2]=str2dbl(RefAntU->Text);
+	
+	prcopt.intpref	=IntpRefObs->ItemIndex;
+	prcopt.sbassatsel=SbasSat->Text.ToInt();
+	prcopt.rovpos=RovPosType->ItemIndex<3?0:RovPosType->ItemIndex-2;
+	prcopt.refpos=RefPosType->ItemIndex<3?0:RefPosType->ItemIndex-2;
+	if (prcopt.rovpos==0) GetPos(RovPosType->ItemIndex,editu,prcopt.ru);
+	if (prcopt.refpos==0) GetPos(RefPosType->ItemIndex,editr,prcopt.rb);
+	
+	strcpy(prcopt.rnxopt[0],RnxOpts1_Text.c_str());
+	strcpy(prcopt.rnxopt[1],RnxOpts2_Text.c_str());
+	strcpy(prcopt.pppopt,PPPOpts_Text.c_str());
+	
+	strcpy(filopt.satantp,SatPcvFile_Text.c_str());
+	strcpy(filopt.rcvantp,AntPcvFile_Text.c_str());
+	strcpy(filopt.stapos, StaPosFile_Text.c_str());
+	strcpy(filopt.geoid,  GeoidDataFile_Text.c_str());
+	strcpy(filopt.eop,    EOPFile_Text.c_str());
+	strcpy(filopt.dcb,    DCBFile_Text.c_str());
+	strcpy(filopt.blq,    BLQFile_Text.c_str());
+	strcpy(filopt.iono,   IonoFile_Text.c_str());
+	
+	time2str(utc2gpst(timeget()),s,0);
+	sprintf(comment,"rtkpost options (%s, v.%s %s)",s,VER_RTKLIB,PATCH_LEVEL);
+	setsysopts(&prcopt,&solopt,&filopt);
+	if (!saveopts(file.c_str(),"w",comment,sysopts)) return;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::UpdateEnable(void)
+{
+	int rel=PMODE_DGPS<=PosMode->ItemIndex&&PosMode->ItemIndex<=PMODE_FIXED;
+	int rtk=PMODE_KINEMA<=PosMode->ItemIndex&&PosMode->ItemIndex<=PMODE_FIXED;
+	int ppp=PosMode->ItemIndex>=PMODE_PPP_KINEMA;
+	int ar=rtk||ppp;
+	
+	Freq           ->Enabled=rel||ppp;
+	Solution       ->Enabled=rel||ppp;
+	DynamicModel   ->Enabled=rel;
+	TideCorr       ->Enabled=rel||ppp;
+	//IonoOpt        ->Enabled=!ppp;
+	PosOpt1        ->Enabled=ppp;
+	PosOpt2        ->Enabled=ppp;
+	PosOpt3        ->Enabled=ppp;
+	PosOpt4        ->Enabled=ppp;
+	PosOpt6        ->Enabled=ppp;
+	
+	AmbRes         ->Enabled=ar;
+	GloAmbRes      ->Enabled=ar&&AmbRes->ItemIndex>0&&NavSys2->Checked;
+	BdsAmbRes      ->Enabled=ar&&AmbRes->ItemIndex>0&&NavSys6->Checked;
+	ValidThresAR   ->Enabled=ar&&AmbRes->ItemIndex>=1&&AmbRes->ItemIndex<4;
+	ThresAR2	   ->Enabled=ar&&AmbRes->ItemIndex>=4;
+	ThresAR3	   ->Enabled=ar&&AmbRes->ItemIndex>=4;
+	LockCntFixAmb  ->Enabled=ar&&AmbRes->ItemIndex>=1;
+	ElMaskAR       ->Enabled=ar&&AmbRes->ItemIndex>=1;
+	OutCntResetAmb ->Enabled=ar||ppp;
+	FixCntHoldAmb  ->Enabled=ar&&AmbRes->ItemIndex==3;
+	ElMaskHold     ->Enabled=ar&&AmbRes->ItemIndex==3;
+	SlipThres      ->Enabled=rtk||ppp;
+	MaxAgeDiff     ->Enabled=rel;
+	RejectThres    ->Enabled=rel||ppp;
+	ARIter         ->Enabled=ppp;
+	NumIter        ->Enabled=rel||ppp;
+	BaselineConst  ->Enabled=PosMode->ItemIndex==PMODE_MOVEB;
+	BaselineLen    ->Enabled=BaselineConst->Checked&&PosMode->ItemIndex==PMODE_MOVEB;
+	BaselineSig    ->Enabled=BaselineConst->Checked&&PosMode->ItemIndex==PMODE_MOVEB;
+	
+	OutputHead     ->Enabled=SolFormat->ItemIndex!=3;
+	OutputOpt      ->Enabled=SolFormat->ItemIndex!=3;
+	TimeFormat     ->Enabled=SolFormat->ItemIndex!=3;
+	TimeDecimal    ->Enabled=SolFormat->ItemIndex!=3;
+	LatLonFormat   ->Enabled=SolFormat->ItemIndex==0;
+	FieldSep       ->Enabled=SolFormat->ItemIndex!=3;
+	OutputDatum    ->Enabled=SolFormat->ItemIndex==0;
+	OutputHeight   ->Enabled=SolFormat->ItemIndex==0;
+	OutputGeoid    ->Enabled=SolFormat->ItemIndex==0&&OutputHeight->ItemIndex==1;
+	SolStatic      ->Enabled=PosMode->ItemIndex==PMODE_STATIC||
+							 PosMode->ItemIndex==PMODE_PPP_STATIC;
+	
+	RovAntPcv      ->Enabled=rel||ppp;
+	RovAnt         ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntE        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntN        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RovAntU        ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	LabelRovAntD   ->Enabled=(rel||ppp)&&RovAntPcv->Checked;
+	RefAntPcv      ->Enabled=rel;
+	RefAnt         ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntE        ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntN        ->Enabled=rel&&RefAntPcv->Checked;
+	RefAntU        ->Enabled=rel&&RefAntPcv->Checked;
+	LabelRefAntD   ->Enabled=rel&&RefAntPcv->Checked;
+	
+	RovPosType     ->Enabled=PosMode->ItemIndex==PMODE_FIXED||PosMode->ItemIndex==PMODE_PPP_FIXED;
+	RovPos1        ->Enabled=RovPosType->Enabled&&RovPosType->ItemIndex<=2;
+	RovPos2        ->Enabled=RovPosType->Enabled&&RovPosType->ItemIndex<=2;
+	RovPos3        ->Enabled=RovPosType->Enabled&&RovPosType->ItemIndex<=2;
+	BtnRovPos      ->Enabled=RovPosType->Enabled&&RovPosType->ItemIndex<=2;
+	
+	RefPosType     ->Enabled=rel&&PosMode->ItemIndex!=PMODE_MOVEB;
+	RefPos1        ->Enabled=RefPosType->Enabled&&RefPosType->ItemIndex<=2;
+	RefPos2        ->Enabled=RefPosType->Enabled&&RefPosType->ItemIndex<=2;
+	RefPos3        ->Enabled=RefPosType->Enabled&&RefPosType->ItemIndex<=2;
+	BtnRefPos      ->Enabled=RefPosType->Enabled&&RefPosType->ItemIndex<=2;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::GetPos(int type, TEdit **edit, double *pos)
+{
+	AnsiString edit0_Text=edit[0]->Text;
+	AnsiString edit1_Text=edit[1]->Text;
+	double p[3]={0},dms1[3]={0},dms2[3]={0};
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		sscanf(edit0_Text.c_str(),"%lf %lf %lf",dms1,dms1+1,dms1+2);
+		sscanf(edit1_Text.c_str(),"%lf %lf %lf",dms2,dms2+1,dms2+2);
+		p[0]=(dms1[0]<0?-1:1)*(fabs(dms1[0])+dms1[1]/60+dms1[2]/3600)*D2R;
+		p[1]=(dms2[0]<0?-1:1)*(fabs(dms2[0])+dms2[1]/60+dms2[2]/3600)*D2R;
+		p[2]=str2dbl(edit[2]->Text);
+		pos2ecef(p,pos);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+		pos[0]=str2dbl(edit[0]->Text);
+		pos[1]=str2dbl(edit[1]->Text);
+		pos[2]=str2dbl(edit[2]->Text);
+	}
+	else {
+		p[0]=str2dbl(edit[0]->Text)*D2R;
+		p[1]=str2dbl(edit[1]->Text)*D2R;
+		p[2]=str2dbl(edit[2]->Text);
+		pos2ecef(p,pos);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::SetPos(int type, TEdit **edit, double *pos)
+{
+	AnsiString s;
+	double p[3],dms1[3],dms2[3],s1,s2;
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		ecef2pos(pos,p); s1=p[0]<0?-1:1; s2=p[1]<0?-1:1;
+		p[0]=fabs(p[0])*R2D+1E-12; p[1]=fabs(p[1])*R2D+1E-12;
+		dms1[0]=floor(p[0]); p[0]=(p[0]-dms1[0])*60.0;
+		dms1[1]=floor(p[0]); dms1[2]=(p[0]-dms1[1])*60.0;
+		dms2[0]=floor(p[1]); p[1]=(p[1]-dms2[0])*60.0;
+		dms2[1]=floor(p[1]); dms2[2]=(p[1]-dms2[1])*60.0;
+		edit[0]->Text=s.sprintf("%.0f %02.0f %09.6f",s1*dms1[0],dms1[1],dms1[2]);
+		edit[1]->Text=s.sprintf("%.0f %02.0f %09.6f",s2*dms2[0],dms2[1],dms2[2]);
+		edit[2]->Text=s.sprintf("%.4f",p[2]);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+		edit[0]->Text=s.sprintf("%.4f",pos[0]);
+		edit[1]->Text=s.sprintf("%.4f",pos[1]);
+		edit[2]->Text=s.sprintf("%.4f",pos[2]);
+	}
+	else {
+		ecef2pos(pos,p);
+		edit[0]->Text=s.sprintf("%.9f",p[0]*R2D);
+		edit[1]->Text=s.sprintf("%.9f",p[1]*R2D);
+		edit[2]->Text=s.sprintf("%.4f",p[2]);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::ReadAntList(void)
+{
+	AnsiString AntPcvFile_Text=AntPcvFile->Text;
+	TStringList *list;
+	pcvs_t pcvs={0};
+	char *p;
+	
+	if (!readpcv(AntPcvFile_Text.c_str(),&pcvs)) return;
+	
+	list=new TStringList;
+	list->Add("");
+	list->Add("*");
+	
+	for (int i=0;i<pcvs.n;i++) {
+		if (pcvs.pcv[i].sat) continue;
+		if ((p=strchr(pcvs.pcv[i].type,' '))) *p='\0';
+		if (i>0&&!strcmp(pcvs.pcv[i].type,pcvs.pcv[i-1].type)) continue;
+		list->Add(pcvs.pcv[i].type);
+	}
+	RovAnt->Items=list;
+	RefAnt->Items=list;
+	
+	free(pcvs.pcv);
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnHelpClick(TObject *Sender)
+{
+	KeyDialog->Flag=2;
+	KeyDialog->Show();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::ExtEna0Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::ExtEna1Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::ExtEna2Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnExtOptClick(TObject *Sender)
+{
+	ExtOptDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::BtnMaskClick(TObject *Sender)
+{
+	MaskOptDialog->Mask=SnrMask;
+	if (MaskOptDialog->ShowModal()!=mrOk) return;
+	SnrMask=MaskOptDialog->Mask;
+}
+//---------------------------------------------------------------------------
+void __fastcall TOptDialog::NavSys6Click(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
+
diff --git a/app/rtkpost/postopt.h b/app/rtkpost/postopt.h
new file mode 100644
index 0000000..9ba174f
--- /dev/null
+++ b/app/rtkpost/postopt.h
@@ -0,0 +1,294 @@
+//---------------------------------------------------------------------------
+#ifndef postoptH
+#define postoptH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Dialogs.hpp>
+#include <ComCtrls.hpp>
+#include <Buttons.hpp>
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class TOptDialog : public TForm
+{
+__published:
+	TButton *BtnCancel;
+	TButton *BtnOk;
+	TOpenDialog *OpenDialog;
+	TButton *BtnSave;
+	TButton *BtnLoad;
+	TLabel *Label5;
+	TSaveDialog *SaveDialog;
+	TPageControl *Misc;
+	TTabSheet *TabSheet1;
+	TLabel *Label3;
+	TLabel *Label8;
+	TLabel *LabelPosMode;
+	TLabel *LabelFreq;
+	TLabel *LabelElMask;
+	TLabel *Label32;
+	TLabel *Label35;
+	TComboBox *DynamicModel;
+	TComboBox *IonoOpt;
+	TComboBox *TropOpt;
+	TComboBox *PosMode;
+	TComboBox *Freq;
+	TComboBox *Solution;
+	TComboBox *SatEphem;
+	TEdit *ExSats;
+	TCheckBox *NavSys1;
+	TCheckBox *NavSys2;
+	TCheckBox *NavSys3;
+	TCheckBox *NavSys4;
+	TTabSheet *TabSheet2;
+	TLabel *Label25;
+	TLabel *LabelRatio;
+	TLabel *Label13;
+	TLabel *LabelHold;
+	TLabel *Label22;
+	TLabel *Label14;
+	TLabel *Label11;
+	TLabel *Label37;
+	TComboBox *AmbRes;
+	TEdit *ValidThresAR;
+	TEdit *LockCntFixAmb;
+	TEdit *OutCntResetAmb;
+	TEdit *ElMaskAR;
+	TEdit *SlipThres;
+	TEdit *MaxAgeDiff;
+	TEdit *RejectThres;
+	TEdit *NumIter;
+	TTabSheet *TabSheet3;
+	TLabel *LabelSolFormat;
+	TLabel *LabelTimeFormat;
+	TLabel *LabelLatLonFormat;
+	TLabel *LabelFieldSep;
+	TLabel *Label2;
+	TLabel *Label18;
+	TLabel *Label20;
+	TLabel *Label36;
+	TComboBox *SolFormat;
+	TComboBox *TimeFormat;
+	TComboBox *LatLonFormat;
+	TEdit *FieldSep;
+	TComboBox *OutputDatum;
+	TComboBox *OutputHeight;
+	TComboBox *OutputGeoid;
+	TComboBox *OutputHead;
+	TComboBox *OutputOpt;
+	TComboBox *DebugTrace;
+	TTabSheet *TabSheet4;
+	TLabel *Label29;
+	TGroupBox *GroupBox3;
+	TLabel *Label6;
+	TLabel *Label7;
+	TLabel *Label16;
+	TEdit *MeasErrR1;
+	TEdit *MeasErr2;
+	TEdit *MeasErr3;
+	TEdit *MeasErr4;
+	TGroupBox *GroupBox4;
+	TLabel *Label26;
+	TLabel *Label27;
+	TLabel *Label28;
+	TEdit *PrNoise1;
+	TEdit *PrNoise2;
+	TEdit *PrNoise3;
+	TEdit *SatClkStab;
+	TTabSheet *TabSheet5;
+	TLabel *Label4;
+	TGroupBox *GroupRovAnt;
+	TLabel *LabelRovAntD;
+	TEdit *RovAntE;
+	TEdit *RovAntN;
+	TEdit *RovAntU;
+	TEdit *RovPos1;
+	TEdit *RovPos2;
+	TEdit *RovPos3;
+	TButton *BtnRovPos;
+	TCheckBox *RovAntPcv;
+	TComboBox *RovAnt;
+	TComboBox *RovPosType;
+	TGroupBox *GroupRefAnt;
+	TLabel *LabelRefAntD;
+	TEdit *RefAntE;
+	TEdit *RefAntN;
+	TEdit *RefAntU;
+	TEdit *RefPos1;
+	TEdit *RefPos2;
+	TEdit *RefPos3;
+	TButton *BtnRefPos;
+	TCheckBox *RefAntPcv;
+	TComboBox *RefAnt;
+	TComboBox *RefPosType;
+	TTabSheet *TabSheet7;
+	TLabel *Label1;
+	TSpeedButton *BtnAntPcvView;
+	TLabel *Label38;
+	TSpeedButton *BtnSatPcvView;
+	TEdit *AntPcvFile;
+	TButton *BtnAntPcvFile;
+	TButton *BtnIonoFile;
+	TEdit *IonoFile;
+	TEdit *SatPcvFile;
+	TButton *BtnSatPcvFile;
+	TTabSheet *TabSheet6;
+	TMemo *RovList;
+	TLabel *Label19;
+	TMemo *BaseList;
+	TCheckBox *NavSys5;
+	TLabel *Label63;
+	TEdit *GeoidDataFile;
+	TButton *BtnGeoidDataFile;
+	TEdit *BaselineLen;
+	TEdit *BaselineSig;
+	TLabel *Label64;
+	TEdit *MeasErr5;
+	TCheckBox *BaselineConst;
+	TLabel *Label10;
+	TEdit *PrNoise4;
+	TEdit *PrNoise5;
+	TComboBox *DebugStatus;
+	TComboBox *GloAmbRes;
+	TEdit *TimeDecimal;
+	TComboBox *TideCorr;
+	TEdit *FixCntHoldAmb;
+	TCheckBox *NavSys6;
+	TLabel *Label15;
+	TEdit *DCBFile;
+	TButton *BtnDCBFile;
+	TLabel *Label21;
+	TEdit *NmeaIntv1;
+	TEdit *NmeaIntv2;
+	TSpeedButton *BtnDCBView;
+	TLabel *Label31;
+	TComboBox *SolStatic;
+	TEdit *StaPosFile;
+	TLabel *Label30;
+	TSpeedButton *BtnStaPosView;
+	TButton *BtnStaPosFile;
+	TLabel *Label34;
+	TEdit *BLQFile;
+	TSpeedButton *BtnBLQFileView;
+	TButton *BtnBLQFile;
+	TEdit *MeasErrR2;
+	TEdit *ElMaskHold;
+	TEdit *RejectGdop;
+	TLabel *Label39;
+	TLabel *Label40;
+	TComboBox *IntpRefObs;
+	TEdit *SbasSat;
+	TLabel *Label41;
+	TLabel *Label42;
+	TComboBox *ComboBox1;
+	TLabel *Label44;
+	TLabel *Label45;
+	TPanel *Panel1;
+	TSpeedButton *BtnHelp;
+	TLabel *Label46;
+	TLabel *Label62;
+	TLabel *Label43;
+	TLabel *Label65;
+	TComboBox *ElMask;
+	TLabel *Label82;
+	TLabel *Label83;
+	TLabel *Label86;
+	TLabel *Label87;
+	TEdit *EOPFile;
+	TButton *BtnEOPFile;
+	TSpeedButton *BtnEOPView;
+	TLabel *Label17;
+	TEdit *RnxOpts1;
+	TLabel *Label60;
+	TButton *BtnExtOpt;
+	TLabel *Label12;
+	TEdit *RnxOpts2;
+	TEdit *ThresAR2;
+	TEdit *ThresAR3;
+	TLabel *LabelConf;
+	TLabel *Label9;
+	TCheckBox *PosOpt1;
+	TCheckBox *PosOpt3;
+	TCheckBox *PosOpt2;
+	TCheckBox *PosOpt4;
+	TButton *BtnMask;
+	TCheckBox *PosOpt5;
+	TComboBox *SyncSol;
+	TComboBox *BdsAmbRes;
+	TEdit *ARIter;
+	TCheckBox *PosOpt6;
+	TLabel *Label23;
+	TEdit *PPPOpts;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall RovAntPcvClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnAntPcvFileClick(TObject *Sender);
+	void __fastcall BtnIonoFileClick(TObject *Sender);
+	void __fastcall BtnAntPcvViewClick(TObject *Sender);
+	void __fastcall AmbResChange(TObject *Sender);
+	void __fastcall NetRSCorrClick(TObject *Sender);
+	void __fastcall SatClkCorrClick(TObject *Sender);
+	void __fastcall PosModeChange(TObject *Sender);
+	void __fastcall SolFormatChange(TObject *Sender);
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+	void __fastcall FreqChange(TObject *Sender);
+	void __fastcall BtnRefPosClick(TObject *Sender);
+	void __fastcall BtnRovPosClick(TObject *Sender);
+	void __fastcall RovPosClick(TObject *Sender);
+	void __fastcall RefPosClick(TObject *Sender);
+	void __fastcall BtnStaPosViewClick(TObject *Sender);
+	void __fastcall BtnStaPosFileClick(TObject *Sender);
+	void __fastcall SbasCorrClick(TObject *Sender);
+	void __fastcall OutputHeightClick(TObject *Sender);
+	void __fastcall RefPosTypeChange(TObject *Sender);
+	void __fastcall RovPosTypeChange(TObject *Sender);
+	void __fastcall GetPos(int type, TEdit **edit, double *pos);
+	void __fastcall SetPos(int type, TEdit **edit, double *pos);
+	void __fastcall BtnSatPcvFileClick(TObject *Sender);
+	void __fastcall BtnSatPcvViewClick(TObject *Sender);
+	void __fastcall SatEphemClick(TObject *Sender);
+	void __fastcall BtnGeoidDataFileClick(TObject *Sender);
+	void __fastcall BaselineConstClick(TObject *Sender);
+	void __fastcall NavSys2Click(TObject *Sender);
+	void __fastcall IonoOptChange(TObject *Sender);
+	void __fastcall TropOptChange(TObject *Sender);
+	void __fastcall DynamicModelChange(TObject *Sender);
+	void __fastcall SatEphemChange(TObject *Sender);
+	void __fastcall RovAntClick(TObject *Sender);
+	void __fastcall RefAntClick(TObject *Sender);
+	void __fastcall BtnDCBViewClick(TObject *Sender);
+	void __fastcall BtnDCBFileClick(TObject *Sender);
+	void __fastcall BtnHelpClick(TObject *Sender);
+	void __fastcall ExtEna0Click(TObject *Sender);
+	void __fastcall ExtEna1Click(TObject *Sender);
+	void __fastcall ExtEna2Click(TObject *Sender);
+	void __fastcall BtnBLQFileViewClick(TObject *Sender);
+	void __fastcall BtnBLQFileClick(TObject *Sender);
+	void __fastcall BtnEOPFileClick(TObject *Sender);
+	void __fastcall BtnEOPViewClick(TObject *Sender);
+	void __fastcall BtnExtOptClick(TObject *Sender);
+	void __fastcall BtnMaskClick(TObject *Sender);
+	void __fastcall NavSys6Click(TObject *Sender);
+private:
+	snrmask_t SnrMask;
+	int RovPosTypeP,RefPosTypeP;
+	void __fastcall GetOpt(void);
+	void __fastcall SetOpt(void);
+	void __fastcall LoadOpt(AnsiString file);
+	void __fastcall SaveOpt(AnsiString file);
+	void __fastcall ReadAntList(void);
+	void __fastcall UpdateEnable(void);
+	void __fastcall UpdateEnableExtErr(void);
+public:
+	exterr_t ExtErr;
+	
+	__fastcall TOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TOptDialog *OptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost/rtkpost.cbproj b/app/rtkpost/rtkpost.cbproj
new file mode 100644
index 0000000..233b3cd
--- /dev/null
+++ b/app/rtkpost/rtkpost.cbproj
@@ -0,0 +1,385 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{E5CEB647-183C-40E4-9031-38756E3D2A91}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtkpost.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<IncludePath>..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<ILINK_LibraryPath>..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_weff>false</BCC_weff>
+			<Manifest_File>None</Manifest_File>
+			<BCC_wpar>false</BCC_wpar>
+			<Icon_MainIcon>rtkpost_Icon.ico</Icon_MainIcon>
+			<BCC_wpia>false</BCC_wpia>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<TASM_IncludePath>..\..\..\rtklib_extlex;..\..\extion;..\..\extlex;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\extion;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;ENACMP;NFREQ=3;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\..\..\rtklib_extlex;..\..\extion;..\..\extlex;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM -AT -xp</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\extion;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\extion;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\..\src;..\src;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\..\rtklib_extlex;..\..\extlex;..\..\extion;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\..\rtklib_extlex;..\..\extlex;..\..\extion;..\..\src\qzsext;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<ILINK_LibraryPath>D:\proj\rtklib\lib\iers\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<BCC_Defines>_Debug;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<BCC_UserSuppliedOptions> -tWM -AT -xp -r</BCC_UserSuppliedOptions>
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>debug_build</IntermediateOutputDir>
+			<TASM_Debugging>None</TASM_Debugging>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<IntermediateOutputDir>release_build</IntermediateOutputDir>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<ILINK_FullDebugInfo>false</ILINK_FullDebugInfo>
+			<BCC_SelectedOptimizations>true</BCC_SelectedOptimizations>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_SourceDebuggingOn>false</BCC_SourceDebuggingOn>
+			<BCC_DebugLineNumbers>false</BCC_DebugLineNumbers>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>3</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>27</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\maskoptdlg.cpp">
+				<Form>MaskOptDialog</Form>
+				<DependentOn>..\appcmn\maskoptdlg.h</DependentOn>
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\timedlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>TimeDialog</Form>
+				<DependentOn>..\appcmn\timedlg.h</DependentOn>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>26</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="extopt.cpp">
+				<Form>ExtOptDialog</Form>
+				<DependentOn>extopt.h</DependentOn>
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="kmzconv.cpp">
+				<BuildOrder>3</BuildOrder>
+				<Form>ConvDialog</Form>
+				<DependentOn>kmzconv.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="postmain.cpp">
+				<BuildOrder>22</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>postmain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="postopt.cpp">
+				<BuildOrder>25</BuildOrder>
+				<Form>OptDialog</Form>
+				<DependentOn>postopt.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtkpost.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<None Include="rtkpost.otares"/>
+			<ResFiles Include="rtkpost.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="..\..\src\convkml.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>24</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>26</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\lambda.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\options.c">
+				<BuildOrder>21</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\postpos.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp.c">
+				<BuildOrder>22</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_ar.c">
+				<BuildOrder>32</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_corr.c">
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>20</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>30</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>25</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkpos.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>24</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>27</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tides.c">
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="..\appcmn\timedlg.dfm"/>
+			<FormResources Include="extopt.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\maskoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="kmzconv.dfm"/>
+			<FormResources Include="postopt.dfm"/>
+			<FormResources Include="postmain.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtkpost.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtkpost/rtkpost.cbproj.local b/app/rtkpost/rtkpost.cbproj.local
new file mode 100644
index 0000000..c41bc82
--- /dev/null
+++ b/app/rtkpost/rtkpost.cbproj.local
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/12/27 05:32:09.000.765,D:\proj\rtklib\app\rtkpost\Unit1.cpp=D:\proj\rtklib\app\rtkpost\maskoptdlg.cpp</Transaction>
+    <Transaction>2012/12/27 05:32:09.000.765,D:\proj\rtklib\app\rtkpost\Unit1.dfm=D:\proj\rtklib\app\rtkpost\maskoptdlg.dfm</Transaction>
+    <Transaction>2012/12/27 05:32:09.000.765,D:\proj\rtklib\app\rtkpost\Unit1.h=D:\proj\rtklib\app\rtkpost\maskoptdlg.h</Transaction>
+    <Transaction>2015/05/25 15:31:51.000.079,=D:\proj\RTKLIB\src\tides.c</Transaction>
+    <Transaction>2015/05/25 15:31:51.000.077,=D:\proj\RTKLIB\src\ppp_corr.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtkpost/rtkpost.cpp b/app/rtkpost/rtkpost.cpp
new file mode 100644
index 0000000..512cb2c
--- /dev/null
+++ b/app/rtkpost/rtkpost.cpp
@@ -0,0 +1,77 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("..\appcmn\timedlg.cpp", TimeDialog);
+USEFORM("extopt.cpp", ExtOptDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\maskoptdlg.cpp", MaskOptDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("postmain.cpp", MainForm);
+USEFORM("kmzconv.cpp", ConvDialog);
+USEFORM("postopt.cpp", OptDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKPOST";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TOptDialog), &OptDialog);
+		Application->CreateForm(__classid(TConvDialog), &ConvDialog);
+		Application->CreateForm(__classid(TOptDialog), &OptDialog);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TTimeDialog), &TimeDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TExtOptDialog), &ExtOptDialog);
+		Application->CreateForm(__classid(TMaskOptDialog), &MaskOptDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkpost/rtkpost.res b/app/rtkpost/rtkpost.res
new file mode 100644
index 0000000..d972176
Binary files /dev/null and b/app/rtkpost/rtkpost.res differ
diff --git a/app/rtkpost/rtkpost_Icon.ico b/app/rtkpost/rtkpost_Icon.ico
new file mode 100644
index 0000000..681b829
Binary files /dev/null and b/app/rtkpost/rtkpost_Icon.ico differ
diff --git a/app/rtkpost_mkl/clean.bat b/app/rtkpost_mkl/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/rtkpost_mkl/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/rtkpost_mkl/install.bat b/app/rtkpost_mkl/install.bat
new file mode 100644
index 0000000..fc6dff9
--- /dev/null
+++ b/app/rtkpost_mkl/install.bat
@@ -0,0 +1 @@
+copy Release_Build\rtkpost_mkl.exe ..\..\bin
diff --git a/app/rtkpost_mkl/rtkpost_mkl.cbproj b/app/rtkpost_mkl/rtkpost_mkl.cbproj
new file mode 100644
index 0000000..91fad07
--- /dev/null
+++ b/app/rtkpost_mkl/rtkpost_mkl.cbproj
@@ -0,0 +1,388 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{E5CEB647-183C-40E4-9031-38756E3D2A91}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>rtkpost_mkl.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\rtkpost\;..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\rtkpost\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<BCC_waus>false</BCC_waus>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<Icon_MainIcon>rtkpost_mkl_Icon.ico</Icon_MainIcon>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<Manifest_File>None</Manifest_File>
+			<TASM_IncludePath>..\rtkpost;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\extion;..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\rtkpost;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;MKL;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;MKL;ENAGLO;ENAQZS;ENAGAL;NFREQ=3;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;MKL;ENAGLO;ENAQZS;ENAGAL;ENACMP;NFREQ=3;NEXOBS=3;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\rtkpost;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM -AT -xp</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\extion;..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\rtkpost;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\extion;..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\rtkpost;..\appcmn;..\..\src\rcv;..\..\src;..\src;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\extion;..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\rtkpost;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;C:\Documents and Settings\TTAKA\My Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\extion;..\..\extlex;..\..\qzslex;..\..\src\qzsext;..\rtkpost;..\appcmn;..\..\src\rcv;..\src;..\..\src;K:\proj\rtklib_1.1\util\gui;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<ILINK_LibraryPath>..\..\lib\omf;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_UserSuppliedOptions> -tWM -AT -xp -r</BCC_UserSuppliedOptions>
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<ILINK_Verbose>true</ILINK_Verbose>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<BCC_wpia>false</BCC_wpia>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<BCC_wpar>false</BCC_wpar>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<BCC_wpar>false</BCC_wpar>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<BCC_wpia>false</BCC_wpia>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>28</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<BuildOrder>29</BuildOrder>
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>29</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\maskoptdlg.cpp">
+				<Form>MaskOptDialog</Form>
+				<DependentOn>..\appcmn\maskoptdlg.h</DependentOn>
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>27</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\timedlg.cpp">
+				<BuildOrder>26</BuildOrder>
+				<Form>TimeDialog</Form>
+				<DependentOn>..\appcmn\timedlg.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\viewer.cpp">
+				<BuildOrder>33</BuildOrder>
+				<Form>TextViewer</Form>
+				<DependentOn>..\appcmn\viewer.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\vieweropt.cpp">
+				<BuildOrder>32</BuildOrder>
+				<Form>ViewerOptDialog</Form>
+				<DependentOn>..\appcmn\vieweropt.h</DependentOn>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtkpost\extopt.cpp">
+				<Form>ExtOptDialog</Form>
+				<FormType>dfm</FormType>
+				<DependentOn>..\rtkpost\extopt.h</DependentOn>
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtkpost\kmzconv.cpp">
+				<BuildOrder>4</BuildOrder>
+				<Form>ConvDialog</Form>
+				<DependentOn>..\rtkpost\kmzconv.h</DependentOn>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtkpost\postmain.cpp">
+				<BuildOrder>7</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>..\rtkpost\postmain.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\rtkpost\postopt.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>OptDialog</Form>
+				<DependentOn>..\rtkpost\postopt.h</DependentOn>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="rtkpost_mkl.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="rtkpost_mkl.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<LibFiles Condition="'$(Platform)'=='Win32'" Include="..\..\lib\omf\mkl_lapack_omf.lib">
+				<BuildOrder>32</BuildOrder>
+				<IgnorePath>true</IgnorePath>
+			</LibFiles>
+			<LibFiles Condition="'$(Platform)'=='Win32'" Include="..\..\lib\omf\mkl_p4p_omf.lib">
+				<BuildOrder>33</BuildOrder>
+				<IgnorePath>true</IgnorePath>
+			</LibFiles>
+			<CppCompile Include="..\..\src\convkml.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ephemeris.c">
+				<BuildOrder>24</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>24</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ionex.c">
+				<BuildOrder>26</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\lambda.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\options.c">
+				<BuildOrder>21</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\pntpos.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\postpos.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp.c">
+				<BuildOrder>22</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_ar.c">
+				<BuildOrder>33</BuildOrder>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\ppp_corr.c">
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\qzslex.c">
+				<BuildOrder>38</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rinex.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>8</BuildOrder>
+				<BuildOrder>25</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>30</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>31</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkpos.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>30</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>31</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\tides.c">
+				<BuildOrder>38</BuildOrder>
+			</CppCompile>
+			<FormResources Include="..\appcmn\viewer.dfm"/>
+			<FormResources Include="..\appcmn\timedlg.dfm"/>
+			<FormResources Include="..\rtkpost\extopt.dfm"/>
+			<FormResources Include="..\appcmn\vieweropt.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\maskoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\rtkpost\kmzconv.dfm"/>
+			<FormResources Include="..\rtkpost\postopt.dfm"/>
+			<FormResources Include="..\rtkpost\postmain.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">rtkpost_mkl.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/rtkpost_mkl/rtkpost_mkl.cbproj.local b/app/rtkpost_mkl/rtkpost_mkl.cbproj.local
new file mode 100644
index 0000000..fe6a429
--- /dev/null
+++ b/app/rtkpost_mkl/rtkpost_mkl.cbproj.local
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2012/10/28 01:18:46.000.372,D:\proj\rtklib\app\rtkpost_mkl\Unit1.h=D:\proj\rtklib\app\rtkpost\extopt.h</Transaction>
+    <Transaction>2012/10/28 01:18:46.000.372,D:\proj\rtklib\app\rtkpost_mkl\Unit1.dfm=D:\proj\rtklib\app\rtkpost\extopt.dfm</Transaction>
+    <Transaction>2015/05/25 15:32:58.000.287,=D:\proj\RTKLIB\src\tides.c</Transaction>
+    <Transaction>2015/05/25 15:32:58.000.286,=D:\proj\RTKLIB\src\ppp_corr.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/rtkpost_mkl/rtkpost_mkl.cpp b/app/rtkpost_mkl/rtkpost_mkl.cpp
new file mode 100644
index 0000000..338c8b0
--- /dev/null
+++ b/app/rtkpost_mkl/rtkpost_mkl.cpp
@@ -0,0 +1,70 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+USEFORM("..\appcmn\viewer.cpp", TextViewer);
+USEFORM("..\appcmn\timedlg.cpp", TimeDialog);
+USEFORM("..\rtkpost\extopt.cpp", ExtOptDialog);
+USEFORM("..\appcmn\vieweropt.cpp", ViewerOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\maskoptdlg.cpp", MaskOptDialog);
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\rtkpost\postmain.cpp", MainForm);
+USEFORM("..\rtkpost\kmzconv.cpp", ConvDialog);
+USEFORM("..\rtkpost\postopt.cpp", OptDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "RTKPOST";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TTextViewer), &TextViewer);
+		Application->CreateForm(__classid(TViewerOptDialog), &ViewerOptDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TTimeDialog), &TimeDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TConvDialog), &ConvDialog);
+		Application->CreateForm(__classid(TOptDialog), &OptDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TExtOptDialog), &ExtOptDialog);
+		Application->CreateForm(__classid(TMaskOptDialog), &MaskOptDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/rtkpost_mkl/rtkpost_mkl.res b/app/rtkpost_mkl/rtkpost_mkl.res
new file mode 100644
index 0000000..c6d29c9
Binary files /dev/null and b/app/rtkpost_mkl/rtkpost_mkl.res differ
diff --git a/app/rtkpost_mkl/rtkpost_mkl_Icon.ico b/app/rtkpost_mkl/rtkpost_mkl_Icon.ico
new file mode 100644
index 0000000..9513250
Binary files /dev/null and b/app/rtkpost_mkl/rtkpost_mkl_Icon.ico differ
diff --git a/app/rtkpost_qt/.gitignore b/app/rtkpost_qt/.gitignore
new file mode 100644
index 0000000..fd159b9
--- /dev/null
+++ b/app/rtkpost_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+rtkpost_qt
+rtkpost_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/rtkpost_qt/extopt.cpp b/app/rtkpost_qt/extopt.cpp
new file mode 100644
index 0000000..f7829d4
--- /dev/null
+++ b/app/rtkpost_qt/extopt.cpp
@@ -0,0 +1,132 @@
+//---------------------------------------------------------------------------
+
+#include "extopt.h"
+#include "postopt.h"
+
+#include <QShowEvent>
+//---------------------------------------------------------------------------
+ExtOptDialog::ExtOptDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(ExtEna0,SIGNAL(clicked(bool)),this,SLOT(ExtEna0Click()));
+    connect(ExtEna1,SIGNAL(clicked(bool)),this,SLOT(ExtEna1Click()));
+    connect(ExtEna2,SIGNAL(clicked(bool)),this,SLOT(ExtEna2Click()));
+    connect(ExtEna3,SIGNAL(clicked(bool)),this,SLOT(ExtEna3Click()));
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+	GetExtErrOpt();
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::BtnOkClick()
+{
+	SetExtErrOpt();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::ExtEna0Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::ExtEna1Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::ExtEna3Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::ExtEna2Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::GetExtErrOpt(void)
+{
+    QLineEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+    QLineEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+	
+    ExtEna0->setChecked(optDialog->ExtErr.ena[0]);
+    ExtEna1->setChecked(optDialog->ExtErr.ena[1]);
+    ExtEna2->setChecked(optDialog->ExtErr.ena[2]);
+    ExtEna3->setChecked(optDialog->ExtErr.ena[3]);
+	
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        editc[i][j]->setText(QString::number(optDialog->ExtErr.cerr[i][j],'f',3));
+        editp[i][j]->setText(QString::number(optDialog->ExtErr.perr[i][j],'f',3));
+	}
+    GpsGloB0->setText(QString::number(optDialog->ExtErr.gpsglob[0],'f',3));
+    GpsGloB1->setText(QString::number(optDialog->ExtErr.gpsglob[1],'f',3));
+    GloICB0->setText(QString::number(optDialog->ExtErr.gloicb[0],'f',3));
+    GloICB1->setText(QString::number(optDialog->ExtErr.gloicb[1],'f',3));
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::SetExtErrOpt(void)
+{
+    QLineEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+    QLineEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+    optDialog->ExtErr.ena[0]=ExtEna0->isChecked();
+    optDialog->ExtErr.ena[1]=ExtEna1->isChecked();
+    optDialog->ExtErr.ena[2]=ExtEna2->isChecked();
+    optDialog->ExtErr.ena[3]=ExtEna3->isChecked();
+	
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        optDialog->ExtErr.cerr[i][j]=editc[i][j]->text().toDouble();
+        optDialog->ExtErr.perr[i][j]=editp[i][j]->text().toDouble();
+	}
+    optDialog->ExtErr.gloicb[0]=GloICB0->text().toDouble();
+    optDialog->ExtErr.gloicb[1]=GloICB1->text().toDouble();
+    optDialog->ExtErr.gpsglob[0]=GpsGloB0->text().toDouble();
+    optDialog->ExtErr.gpsglob[1]=GpsGloB1->text().toDouble();
+}
+//---------------------------------------------------------------------------
+void ExtOptDialog::UpdateEnable(void)
+{
+    QLineEdit *editc[][6]={
+		{CodeErr00,CodeErr01,CodeErr02,CodeErr03,CodeErr04,CodeErr05},
+		{CodeErr10,CodeErr11,CodeErr12,CodeErr13,CodeErr14,CodeErr15},
+		{CodeErr20,CodeErr21,CodeErr22,CodeErr23,CodeErr24,CodeErr25}
+	};
+    QLineEdit *editp[][6]={
+		{PhaseErr00,PhaseErr01,PhaseErr02,PhaseErr03,PhaseErr04,PhaseErr05},
+		{PhaseErr10,PhaseErr11,PhaseErr12,PhaseErr13,PhaseErr14,PhaseErr15},
+		{PhaseErr20,PhaseErr21,PhaseErr22,PhaseErr23,PhaseErr24,PhaseErr25}
+	};
+	for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        editc[i][j]->setEnabled(ExtEna0->isChecked());
+        editp[i][j]->setEnabled(ExtEna1->isChecked());
+	}
+    GloICB0->setEnabled(ExtEna2->isChecked());
+    GloICB1->setEnabled(ExtEna2->isChecked());
+    GpsGloB0->setEnabled(ExtEna3->isChecked());
+    GpsGloB1->setEnabled(ExtEna3->isChecked());
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost_qt/extopt.h b/app/rtkpost_qt/extopt.h
new file mode 100644
index 0000000..61b35dd
--- /dev/null
+++ b/app/rtkpost_qt/extopt.h
@@ -0,0 +1,33 @@
+//---------------------------------------------------------------------------
+#ifndef extoptH
+#define extoptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_extopt.h"
+
+class OptDialog;
+//---------------------------------------------------------------------------
+class ExtOptDialog : public QDialog, public Ui::ExtOptDialog
+{
+    Q_OBJECT
+
+public slots:
+    void BtnOkClick();
+    void ExtEna0Click();
+    void ExtEna1Click();
+    void ExtEna2Click();
+    void ExtEna3Click();
+    void showEvent(QShowEvent*);
+
+private:
+    void GetExtErrOpt(void);
+    void SetExtErrOpt(void);
+    void UpdateEnable(void);
+
+public:
+    explicit ExtOptDialog(QWidget *parent);
+
+    OptDialog *optDialog;
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost_qt/extopt.ui b/app/rtkpost_qt/extopt.ui
new file mode 100644
index 0000000..2e2629f
--- /dev/null
+++ b/app/rtkpost_qt/extopt.ui
@@ -0,0 +1,1337 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ExtOptDialog</class>
+ <widget class="QWidget" name="ExtOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>747</width>
+    <height>384</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Extended Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel6" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <item row="1" column="1" rowspan="2" colspan="2">
+       <widget class="QWidget" name="Panel2" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_4">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="2" column="0">
+          <widget class="QLabel" name="Label48">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GLONASS</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="1">
+          <widget class="QLabel" name="Label52">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="2">
+          <widget class="QLineEdit" name="CodeErr10">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="3">
+          <widget class="QLineEdit" name="CodeErr01">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QLineEdit" name="CodeErr03">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="7">
+          <widget class="QLabel" name="Label69">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L5</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="8">
+          <widget class="QLineEdit" name="CodeErr04">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="9">
+          <widget class="QLineEdit" name="CodeErr05">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QLabel" name="Label50">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L2</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QLineEdit" name="CodeErr02">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLabel" name="Label51">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="Label23">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GPS/QZS</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QLineEdit" name="CodeErr00">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="2">
+          <widget class="QLineEdit" name="CodeErr20">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="5">
+          <widget class="QLineEdit" name="CodeErr12">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="3">
+          <widget class="QLineEdit" name="CodeErr11">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="9">
+          <widget class="QLineEdit" name="CodeErr25">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="9">
+          <widget class="QLineEdit" name="CodeErr15">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="4">
+          <widget class="QLabel" name="Label70">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L2</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="6">
+          <widget class="QLineEdit" name="CodeErr13">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="8">
+          <widget class="QLineEdit" name="CodeErr14">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="8">
+          <widget class="QLineEdit" name="CodeErr24">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0">
+          <widget class="QLabel" name="Label49">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Galileo</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="4">
+          <widget class="QLabel" name="Label72">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E5a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="3">
+          <widget class="QLineEdit" name="CodeErr21">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="5">
+          <widget class="QLineEdit" name="CodeErr22">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="6">
+          <widget class="QLineEdit" name="CodeErr23">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.300</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="1">
+          <widget class="QLabel" name="Label71">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="7">
+          <widget class="QLabel" name="Label73">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E5b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="9">
+          <widget class="QLabel" name="Label88">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="8">
+          <widget class="QLabel" name="Label89">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="6">
+          <widget class="QLabel" name="Label84">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QLabel" name="Label85">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3">
+          <widget class="QLabel" name="Label61">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QLabel" name="Label59">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="ExtEna0">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Code Error</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel7" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_3">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <item row="1" column="1">
+       <widget class="QWidget" name="Panel8" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_5">
+         <item row="1" column="3">
+          <widget class="QLineEdit" name="PhaseErr01">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QLineEdit" name="PhaseErr03">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QLabel" name="Label77">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L2</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="6">
+          <widget class="QLineEdit" name="PhaseErr14">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QLineEdit" name="PhaseErr02">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="7">
+          <widget class="QLabel" name="Label80">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L5</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="8">
+          <widget class="QLineEdit" name="PhaseErr04">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="9">
+          <widget class="QLineEdit" name="PhaseErr05">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLabel" name="Label74">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QLineEdit" name="PhaseErr00">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="8">
+          <widget class="QLineEdit" name="PhaseErr13">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="2">
+          <widget class="QLineEdit" name="PhaseErr10">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="4">
+          <widget class="QLabel" name="Label78">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L2</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="3">
+          <widget class="QLineEdit" name="PhaseErr11">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="1">
+          <widget class="QLabel" name="Label75">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>L1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="Label12">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GPS/QZS</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="5">
+          <widget class="QLineEdit" name="PhaseErr12">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="3">
+          <widget class="QLineEdit" name="PhaseErr21">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0">
+          <widget class="QLabel" name="Label58">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Galileo</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="2">
+          <widget class="QLineEdit" name="PhaseErr20">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="1">
+          <widget class="QLabel" name="Label76">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E1</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="0">
+          <widget class="QLabel" name="Label53">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>GLONASS</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="5">
+          <widget class="QLineEdit" name="PhaseErr22">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="9">
+          <widget class="QLineEdit" name="PhaseErr15">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="4">
+          <widget class="QLabel" name="Label79">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E5a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="8">
+          <widget class="QLineEdit" name="PhaseErr24">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="6">
+          <widget class="QLineEdit" name="PhaseErr23">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="7">
+          <widget class="QLabel" name="Label81">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>E5b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="9">
+          <widget class="QLineEdit" name="PhaseErr25">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0.003</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="9">
+          <widget class="QLabel" name="Label95">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="8">
+          <widget class="QLabel" name="Label94">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="6">
+          <widget class="QLabel" name="Label93">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QLabel" name="Label92">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3">
+          <widget class="QLabel" name="Label91">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>b</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QLabel" name="Label90">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>a</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="ExtEna1">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Phase Error</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel5" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <property name="spacing">
+       <number>6</number>
+      </property>
+      <item row="0" column="0" colspan="5">
+       <widget class="QCheckBox" name="ExtEna3">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GPS-GLO Inter System Bias</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="5" colspan="5">
+       <widget class="QCheckBox" name="ExtEna2">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>GLONASS Inter Freq Bias</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="Label55">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>L1</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QLineEdit" name="GpsGloB0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QLabel" name="Label67">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>L2</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="3">
+       <widget class="QLineEdit" name="GpsGloB1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="4">
+       <widget class="QLabel" name="Label68">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>m </string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="5">
+       <widget class="QLabel" name="Label54">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>L1</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="6">
+       <widget class="QLineEdit" name="GloICB0">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="7">
+       <widget class="QLabel" name="Label56">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>L2</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="8">
+       <widget class="QLineEdit" name="GloICB1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0.000</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="9">
+       <widget class="QLabel" name="Label57">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>cm/FCN</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_7">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkpost_qt/install.bat b/app/rtkpost_qt/install.bat
new file mode 100644
index 0000000..d3bba55
--- /dev/null
+++ b/app/rtkpost_qt/install.bat
@@ -0,0 +1 @@
+copy release\rtkpost_qt.exe ..\..\bin
diff --git a/app/rtkpost_qt/install.sh b/app/rtkpost_qt/install.sh
new file mode 100644
index 0000000..c3ee99e
--- /dev/null
+++ b/app/rtkpost_qt/install.sh
@@ -0,0 +1 @@
+cp rtkpost_qt ..\..\bin
diff --git a/app/rtkpost_qt/kmzconv.cpp b/app/rtkpost_qt/kmzconv.cpp
new file mode 100644
index 0000000..ff454dc
--- /dev/null
+++ b/app/rtkpost_qt/kmzconv.cpp
@@ -0,0 +1,208 @@
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <string.h>
+
+#include "postmain.h"
+#include "kmzconv.h"
+#include "rtklib.h"
+
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QFileInfo>
+#include <QProcess>
+#include <QtGlobal>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+extern MainForm *mainForm;
+
+//---------------------------------------------------------------------------
+ConvDialog::ConvDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    InputFile->setCompleter(fileCompleter);
+    OutputFile->setCompleter(fileCompleter);
+    GoogleEarthFile->setCompleter(fileCompleter);
+
+    connect(BtnClose,SIGNAL(clicked(bool)),this,SLOT(BtnCloseClick()));
+    connect(BtnConvert,SIGNAL(clicked(bool)),this,SLOT(BtnConvertClick()));
+    connect(BtnGoogle,SIGNAL(clicked(bool)),this,SLOT(BtnGoogleClick()));
+    connect(BtnGoogleEarthFile,SIGNAL(clicked(bool)),this,SLOT(BtnGoogleEarthFileClick()));
+    connect(AddOffset,SIGNAL(clicked(bool)),this,SLOT(AddOffsetClick()));
+    connect(TimeSpan,SIGNAL(clicked(bool)),this,SLOT(TimeSpanClick()));
+    connect(TimeIntF,SIGNAL(clicked(bool)),this,SLOT(TimeIntFClick()));
+    connect(InputFile,SIGNAL(editingFinished()),this,SLOT(InputFileChange()));
+    connect(Compress,SIGNAL(clicked(bool)),this,SLOT(CompressClick()));
+    connect(GoogleEarthFile,SIGNAL(editingFinished()),this,SLOT(GoogleEarthFileChange()));
+    connect(BtnInputFile,SIGNAL(clicked(bool)),this,SLOT(BtnInputFileClick()));
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+    GoogleEarthFile->setText(mainForm->GoogleEarthFile);
+}
+//---------------------------------------------------------------------------
+void ConvDialog::SetInput(const QString &File)
+{
+    InputFile->setText(File);
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::TimeSpanClick()
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void ConvDialog::AddOffsetClick()
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void ConvDialog::TimeIntFClick()
+{
+	UpdateEnable();	
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnInputFileClick()
+{
+    InputFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open..."),QString(),tr("All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnGoogleClick()
+{
+    QString cmd;
+    cmd=QString("\"%1\" \"%2\"").arg(mainForm->GoogleEarthFile).arg(OutputFile->text());
+	if (!ExecCmd(cmd)) ShowMsg("error : google earth execution");
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnConvertClick()
+{
+    QString InputFile_Text=InputFile->text(),OutputFile_Text=OutputFile->text();
+	int stat;
+    QString cmd;
+    char file[1024],kmlfile[1024],*p;
+    double offset[3]={0},tint=0.0;
+    gtime_t ts={0,0},te={0,0};
+	ShowMsg("");
+    if (InputFile->text()==""||OutputFile->text()=="") return;
+    ShowMsg(tr("converting ..."));
+    if (TimeSpan->isChecked()) {
+        QDateTime start(TimeY1->date(),TimeH1->time());
+        QDateTime end(TimeY2->date(),TimeH2->time());
+        ts.time=start.toTime_t();ts.sec=start.time().msec()/1000;
+        te.time=end.toTime_t();te.sec=end.time().msec()/1000;
+	}
+    if (AddOffset->isChecked()) {
+        offset[0]=Offset1->text().toDouble();
+        offset[1]=Offset2->text().toDouble();
+        offset[2]=Offset3->text().toDouble();
+	}
+    if (TimeIntF->isChecked()) tint=TimeInt->text().toDouble();
+    strcpy(file,qPrintable(InputFile_Text));
+	strcpy(kmlfile,file);
+	if (!(p=strrchr(kmlfile,'.'))) p=kmlfile+strlen(kmlfile);
+	strcpy(p,".kml");
+    if((stat=convkml(file,Compress->isChecked()?kmlfile:qPrintable(OutputFile_Text),
+                     ts,te,tint,QFlags->currentIndex(),offset,
+                     TrackColor->currentIndex(),PointColor->currentIndex(),
+                     OutputAlt->currentIndex(),OutputTime->currentIndex()))<0) {
+        if      (stat==-1) ShowMsg(tr("error : read input file"));
+        else if (stat==-2) ShowMsg(tr("error : input file format"));
+        else if (stat==-3) ShowMsg(tr("error : no data in input file"));
+        else               ShowMsg(tr("error : write kml file"));
+		return;
+	}
+    if (Compress->isChecked()) {
+#ifdef Q_OS_WIN
+        cmd=QString("zip.exe -j -m %1 %2").arg(OutputFile->text()).arg(kmlfile); //TODO: zip for other platforms
+#endif
+#ifdef Q_OS_LINUX
+        cmd=QString("gzip -3 %1 %2").arg(OutputFile->text()).arg(kmlfile);
+#endif
+        if (!ExecCmd(cmd)) {
+            ShowMsg(tr("error : zip execution"));
+			return;
+		}
+	}
+	ShowMsg("done");
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnCloseClick()
+{
+    accept();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::CompressClick()
+{
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::UpdateEnable(void)
+{
+    Offset1->setEnabled(AddOffset->isChecked());
+    Offset2->setEnabled(AddOffset->isChecked());
+    Offset3->setEnabled(AddOffset->isChecked());
+    TimeY1->setEnabled(TimeSpan->isChecked());
+    TimeH1->setEnabled(TimeSpan->isChecked());
+    TimeY2->setEnabled(TimeSpan->isChecked());
+    TimeH2->setEnabled(TimeSpan->isChecked());
+    TimeInt->setEnabled(TimeIntF->isChecked());
+
+    Compress->setEnabled(false);
+#ifdef Q_OS_WIN
+    Compress->setEnabled(true);
+#endif
+#ifdef Q_OS_LINUX
+    Compress->setEnabled(true);
+#endif
+}
+//---------------------------------------------------------------------------
+int ConvDialog::ExecCmd(const QString &cmd)
+{
+    return QProcess::startDetached(cmd);
+}
+//---------------------------------------------------------------------------
+void ConvDialog::ShowMsg(const QString &msg)
+{
+    Message->setText(msg);
+    if (msg.contains("error")) Message->setStyleSheet("QLabel {color : red}");
+    else Message->setStyleSheet("QLabel {color : blue}");
+}
+//---------------------------------------------------------------------------
+void ConvDialog::InputFileChange()
+{
+	UpdateOutFile();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::UpdateOutFile(void)
+{
+    QString InputFile_Text=InputFile->text();
+    if (InputFile_Text=="") return;
+    QFileInfo fi(InputFile_Text);
+    if (fi.suffix()==NULL) return;
+    InputFile_Text=QDir::toNativeSeparators(fi.absolutePath()+"/"+fi.baseName());
+    InputFile_Text+=Compress->isChecked()?".kmz":".kml";
+    OutputFile->setText(InputFile_Text);
+}
+//---------------------------------------------------------------------------
+void ConvDialog::GoogleEarthFileChange()
+{
+    mainForm->GoogleEarthFile=GoogleEarthFile->text();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnGoogleEarthFileClick()
+{
+    GoogleEarthFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Google Earth Exe File"))));
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost_qt/kmzconv.h b/app/rtkpost_qt/kmzconv.h
new file mode 100644
index 0000000..f347816
--- /dev/null
+++ b/app/rtkpost_qt/kmzconv.h
@@ -0,0 +1,40 @@
+//---------------------------------------------------------------------------
+
+#ifndef kmzconvH
+#define kmzconvH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_kmzconv.h"
+
+//---------------------------------------------------------------------------
+class ConvDialog : public QDialog, public Ui::ConvDialog
+{
+    Q_OBJECT
+
+public slots:
+    void BtnCloseClick();
+    void AddOffsetClick();
+    void BtnConvertClick();
+    void BtnGoogleClick();
+    void TimeSpanClick();
+    void TimeIntFClick();
+    void BtnInputFileClick();
+    void InputFileChange();
+    void CompressClick();
+    void GoogleEarthFileChange();
+    void BtnGoogleEarthFileClick();
+private:
+    int ExecCmd(const QString &cmd);
+    void UpdateEnable(void);
+    void ShowMsg(const QString &msg);
+    void UpdateOutFile(void);
+
+protected:
+    void showEvent(QShowEvent*);
+
+public:
+    explicit ConvDialog(QWidget *parent);
+    void SetInput(const QString &File);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost_qt/kmzconv.ui b/app/rtkpost_qt/kmzconv.ui
new file mode 100644
index 0000000..ad319b8
--- /dev/null
+++ b/app/rtkpost_qt/kmzconv.ui
@@ -0,0 +1,702 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ConvDialog</class>
+ <widget class="QWidget" name="ConvDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>555</width>
+    <height>357</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Google Earth Converter</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item row="0" column="5">
+       <widget class="QDateEdit" name="TimeY2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="9" column="0" colspan="9">
+       <widget class="QLabel" name="Message">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::Box</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Sunken</enum>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="7" colspan="2">
+       <widget class="QTimeEdit" name="TimeH2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="0" colspan="3">
+       <widget class="QLabel" name="Label7">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Input/Output/GE Exe File</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="0" colspan="8">
+       <widget class="QLineEdit" name="GoogleEarthFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="4" colspan="2">
+       <widget class="QLabel" name="Label3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Output Altitude</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="5" colspan="2">
+       <widget class="QLineEdit" name="Offset2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="6" colspan="3">
+       <widget class="QComboBox" name="OutputTime">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>GPST</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>UTC</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>JST</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="7" column="0" colspan="9">
+       <widget class="QLineEdit" name="OutputFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2" colspan="2">
+       <widget class="QComboBox" name="TrackColor">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>White</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Green</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Orange</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Red</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Yellow</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="8" column="8">
+       <widget class="QPushButton" name="BtnGoogleEarthFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="3" colspan="2">
+       <widget class="QTimeEdit" name="TimeH1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="4" colspan="2">
+       <widget class="QLabel" name="Label4">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Output Time</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1" colspan="2">
+       <widget class="QDateEdit" name="TimeY1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="date">
+         <date>
+          <year>2000</year>
+          <month>1</month>
+          <day>2</day>
+         </date>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="6" colspan="3">
+       <widget class="QComboBox" name="OutputAlt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Ellipsoidal</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Geodetic</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="4" column="3" colspan="2">
+       <widget class="QLineEdit" name="Offset1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" colspan="2">
+       <widget class="QCheckBox" name="TimeIntF">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Interval (s)</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="0" colspan="3">
+       <widget class="QCheckBox" name="AddOffset">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Add Offset E/N/U (m)</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="TimeSpan">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Time Span</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="4" colspan="2">
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Q-Flags</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="8">
+       <widget class="QPushButton" name="BtnInputFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="WindowText">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>0</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="7" colspan="2">
+       <widget class="QLineEdit" name="Offset3">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>0</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2" colspan="2">
+       <widget class="QLineEdit" name="TimeInt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>1</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="7">
+       <widget class="QCheckBox" name="Compress">
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>.kmz</string>
+        </property>
+        <property name="checked">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="6" colspan="3">
+       <widget class="QComboBox" name="QFlags">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>ALL</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=2</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=3</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=4</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=5</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Q=6</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="2" column="0">
+       <widget class="QLabel" name="Label1">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Track Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="2" colspan="2">
+       <widget class="QComboBox" name="PointColor">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <item>
+         <property name="text">
+          <string>OFF</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>White</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Green</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Orange</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>Red</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>By Q-Flag</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="3" column="0">
+       <widget class="QLabel" name="Label2">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Points Color</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="0" colspan="9">
+       <widget class="QLineEdit" name="InputFile">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnGoogle">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Google Earth</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnConvert">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Con&vert</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnClose">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Close</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/rtkpost_qt/postmain.cpp b/app/rtkpost_qt/postmain.cpp
new file mode 100644
index 0000000..d51090b
--- /dev/null
+++ b/app/rtkpost_qt/postmain.cpp
@@ -0,0 +1,1599 @@
+//---------------------------------------------------------------------------
+// rtkpost_qt : post-processing analysis
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : rtkpost [-t title][-i file][-r file][-b file][-n file ...]
+//                   [-d dir][-o file]
+//                   [-ts y/m/d h:m:s][-te y/m/d h:m:s][-ti tint][-tu tunit]
+//
+//           -t title   window title
+//           -i file    ini file path
+//           -r file    rinex obs rover file
+//           -b file    rinex obs base station file
+//           -n file    rinex nav/clk, sp3, ionex or sp3 file
+//           -d dir     output directory
+//           -o file    output file
+//           -ts y/m/d h:m:s time start
+//           -te y/m/d h:m:s time end
+//           -ti tint   time interval (s)
+//           -tu tunit  time unit (hr)
+//
+// version : $Revision: 1.1 $ $Date: 2008/07/17 22:14:45 $
+// history : 2008/07/14  1.0 new
+//           2008/11/17  1.1 rtklib 2.1.1
+//           2008/04/03  1.2 rtklib 2.3.1
+//           2010/07/18  1.3 rtklib 2.4.0
+//           2010/09/07  1.3 rtklib 2.4.1
+//           2011/04/03  1.4 rtklib 2.4.2
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+
+#include <QShowEvent>
+#include <QCloseEvent>
+#include <QCommandLineParser>
+#include <QSettings>
+#include <QFileDialog>
+#include <QTimer>
+#include <QFile>
+#include <QFileInfo>
+#include <QMessageBox>
+#include <QProcess>
+#include <QtGlobal>
+#include <QThread>
+#include <QMimeData>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+#include "rtklib.h"
+#include "postmain.h"
+#include "postopt.h"
+#include "kmzconv.h"
+#include "refdlg.h"
+#include "timedlg.h"
+#include "keydlg.h"
+#include "aboutdlg.h"
+#include "viewer.h"
+
+#define PRGNAME     "RTKPOST-QT"
+#define MAXHIST     20
+#ifdef Q_OS_WIN
+#define GOOGLE_EARTH "C:\\Program Files\\Google\\Google Earth\\googleearth.exe"
+#endif
+#ifdef Q_OS_LINUX
+#define GOOGLE_EARTH "google-earth"
+#endif
+#ifndef GOOGLE_EARTH
+#define GOOGLE_EARTH ""
+#endif
+static const char version[]="$Revision: 1.1 $ $Date: 2008/07/17 22:14:45 $";
+
+// global variables ---------------------------------------------------------
+static gtime_t tstart_={0,0};         // time start for progress-bar
+static gtime_t tend_  ={0,0};         // time end for progress-bar
+
+MainForm *mainForm;
+
+extern "C" {
+
+// show message in message area ---------------------------------------------
+extern int showmsg(char *format, ...)
+{
+    va_list arg;
+    char buff[1024];
+    if (*format) {
+        va_start(arg,format);
+        vsprintf(buff,format,arg);
+        va_end(arg);
+        QMetaObject::invokeMethod(mainForm, "ShowMsg",Qt::QueuedConnection,
+                                  Q_ARG(QString,QString(buff)));
+    }    
+    return !mainForm->BtnExec->isEnabled();
+}
+// set time span of progress bar --------------------------------------------
+extern void settspan(gtime_t ts, gtime_t te)
+{
+    tstart_=ts;
+    tend_  =te;
+}
+// set current time to show progress ----------------------------------------
+extern void settime(gtime_t time)
+{
+    double tt;
+    if (tend_.time!=0&&tstart_.time!=0&&(tt=timediff(tend_,tstart_))>0.0) {
+        QMetaObject::invokeMethod(mainForm->Progress,"setValue",
+                  Qt::QueuedConnection,
+                  Q_ARG(int,(int)(timediff(time,tstart_)/tt*100.0+0.5)));
+    }
+}
+
+} // extern "C"
+
+
+ProcessingThread::ProcessingThread(QObject *parent):QThread(parent)
+{
+    n=stat=0;
+    prcopt=prcopt_default;
+    solopt=solopt_default;
+    ts.time=ts.sec=0;
+    te.time=te.sec=0;
+    ti=tu=0;
+    rov=base=NULL;
+    for (int i=0;i<6;i++) {infile[i]=new char[1024];infile[i][0]='\0';};
+    outfile[0]='\0';
+
+    memset(&prcopt,0,sizeof(prcopt_t));
+    memset(&solopt,0,sizeof(solopt_t));
+    memset(&filopt,0,sizeof(filopt_t));
+}
+ProcessingThread::~ProcessingThread()
+{
+    for (int i=0;i<6;i++) delete infile[i];
+    if (rov) delete rov;
+    if (base) delete base;
+    rov=base=NULL;
+}
+void ProcessingThread::addInput(const QString & file) {
+    if (file!="") {
+        strcpy(infile[n++],qPrintable(file));
+    }
+}
+void ProcessingThread::addList(char * &sta, const QString & list) {
+    char *r;
+    sta =new char [list.length()+1 +1];
+
+    QStringList lines=list.split("\n");
+
+    r=sta;
+    foreach(QString line,lines)
+    {
+        int index=line.indexOf("#");
+        if (index==-1) index=line.length();
+        strcpy(r,qPrintable(line.mid(0,index)));
+        r+=index;
+        strcpy(r++," ");
+    }
+}
+void ProcessingThread::run()
+{
+    if ((stat=postpos(ts,te,ti,tu,&prcopt,&solopt,&filopt,infile,n,outfile,
+                      rov,base))==1) {
+        showmsg("aborted");
+    };
+    emit done(stat);
+}
+// constructor --------------------------------------------------------------
+MainForm::MainForm(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+    mainForm=this;
+
+    setWindowIcon(QIcon(":/icons/rktpost_Icon.ico"));
+    setlocale(LC_NUMERIC,"C");
+    int i;
+    
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+    
+    DynamicModel=IonoOpt=TropOpt=RovAntPcv=RefAntPcv=AmbRes=0;
+    RovPosType=RefPosType=0;
+    OutCntResetAmb=5; LockCntFixAmb=5; FixCntHoldAmb=10;
+    MaxAgeDiff=30.0; RejectThres=30.0; RejectGdop=30.0;
+    MeasErrR1=MeasErrR2=100.0; MeasErr2=0.004; MeasErr3=0.003; MeasErr4=1.0;
+    SatClkStab=1E-11; ValidThresAR=3.0;
+    RovAntE=RovAntN=RovAntU=RefAntE=RefAntN=RefAntU=0.0;
+
+    for (i=0;i<3;i++) RovPos[i]=0.0;
+    for (i=0;i<3;i++) RefPos[i]=0.0;
+
+    Progress->setVisible(false);
+    setAcceptDrops(true);
+
+    optDialog= new OptDialog(this);
+    convDialog=new ConvDialog(this);
+    textViewer=new TextViewer(this);
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    InputFile1->setCompleter(fileCompleter);
+    InputFile2->setCompleter(fileCompleter);
+    InputFile3->setCompleter(fileCompleter);
+    InputFile4->setCompleter(fileCompleter);
+    InputFile5->setCompleter(fileCompleter);
+    InputFile6->setCompleter(fileCompleter);
+    OutputFile->setCompleter(fileCompleter);
+
+    QCompleter *dirCompleter=new QCompleter(this);
+    QFileSystemModel *dirModel=new QFileSystemModel(dirCompleter);
+    dirModel->setRootPath("");
+    dirModel->setFilter(QDir::AllDirs|QDir::Drives|QDir::NoDotAndDotDot);
+    dirCompleter->setModel(dirModel);
+    OutDir->setCompleter(dirCompleter);
+
+
+    connect(BtnPlot,SIGNAL(clicked(bool)),this,SLOT(BtnPlotClick()));
+    connect(BtnView,SIGNAL(clicked(bool)),this,SLOT(BtnViewClick()));
+    connect(BtnToKML,SIGNAL(clicked(bool)),this,SLOT(BtnToKMLClick()));
+    connect(BtnOption,SIGNAL(clicked(bool)),this,SLOT(BtnOptionClick()));
+    connect(BtnExec,SIGNAL(clicked(bool)),this,SLOT(BtnExecClick()));
+    connect(BtnExit,SIGNAL(clicked(bool)),this,SLOT(BtnExitClick()));
+    connect(BtnAbout,SIGNAL(clicked(bool)),this,SLOT(BtnAboutClick()));
+    connect(BtnTime1,SIGNAL(clicked(bool)),this,SLOT(BtnTime1Click()));
+    connect(BtnTime2,SIGNAL(clicked(bool)),this,SLOT(BtnTime2Click()));
+    connect(BtnInputFile1,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile1Click()));
+    connect(BtnInputFile2,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile2Click()));
+    connect(BtnInputFile3,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile3Click()));
+    connect(BtnInputFile4,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile4Click()));
+    connect(BtnInputFile5,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile5Click()));
+    connect(BtnInputFile6,SIGNAL(clicked(bool)),this,SLOT(BtnInputFile6Click()));
+    connect(BtnOutputFile,SIGNAL(clicked(bool)),this,SLOT(BtnOutputFileClick()));
+    connect(BtnInputView1,SIGNAL(clicked(bool)),this,SLOT(BtnInputView1Click()));
+    connect(BtnInputView2,SIGNAL(clicked(bool)),this,SLOT(BtnInputView2Click()));
+    connect(BtnInputView3,SIGNAL(clicked(bool)),this,SLOT(BtnInputView3Click()));
+    connect(BtnInputView4,SIGNAL(clicked(bool)),this,SLOT(BtnInputView4Click()));
+    connect(BtnInputView5,SIGNAL(clicked(bool)),this,SLOT(BtnInputView5Click()));
+    connect(BtnInputView6,SIGNAL(clicked(bool)),this,SLOT(BtnInputView6Click()));
+    connect(BtnOutputView1,SIGNAL(clicked(bool)),this,SLOT(BtnOutputView1Click()));
+    connect(BtnOutputView2,SIGNAL(clicked(bool)),this,SLOT(BtnOutputView2Click()));
+    connect(BtnInputPlot1,SIGNAL(clicked(bool)),this,SLOT(BtnInputPlot1Click()));
+    connect(BtnInputPlot2,SIGNAL(clicked(bool)),this,SLOT(BtnInputPlot2Click()));
+    connect(BtnKeyword,SIGNAL(clicked(bool)),this,SLOT(BtnKeywordClick()));
+    connect(TimeStart,SIGNAL(clicked(bool)),this,SLOT(TimeStartClick()));
+    connect(TimeEnd,SIGNAL(clicked(bool)),this,SLOT(TimeEndClick()));
+    connect(TimeIntF,SIGNAL(clicked(bool)),this,SLOT(TimeIntFClick()));
+    connect(TimeUnitF,SIGNAL(clicked(bool)),this,SLOT(TimeUnitFClick()));
+    connect(InputFile1,SIGNAL(currentIndexChanged(int)),this,SLOT(InputFile1Change()));
+    connect(OutDirEna,SIGNAL(clicked(bool)),this,SLOT(OutDirEnaClick()));
+    connect(OutDir,SIGNAL(editingFinished()),this,SLOT(OutDirChange()));
+    connect(BtnOutDir,SIGNAL(clicked(bool)),this,SLOT(BtnOutDirClick()));
+
+    QTimer::singleShot(0,this,SLOT(FormCreate()));
+}
+// callback on form create --------------------------------------------------
+void MainForm::FormCreate()
+{
+    setWindowTitle(QString("%1 ver.%2 %3").arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    
+}
+// callback on form show ----------------------------------------------------
+void MainForm::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+    QComboBox *ifile[]={InputFile3,InputFile4,InputFile5,InputFile6};
+    int inputflag=0;
+
+#ifdef QT5
+    QCommandLineParser parser;
+    parser.setApplicationDescription("RTK post");
+    parser.addHelpOption();
+    parser.addVersionOption();
+    parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions);
+
+    QCommandLineOption iniFileOption(QStringList() << "i" ,
+            QCoreApplication::translate("main", "use init file <file>"));
+    parser.addOption(iniFileOption);
+
+    QCommandLineOption titleOption(QStringList() << "t",
+            QCoreApplication::translate("main", "use window tile <title>"),
+            QCoreApplication::translate("main", "title"));
+    parser.addOption(titleOption);
+
+    QCommandLineOption roverOption(QStringList() << "r",
+            QCoreApplication::translate("main", "rinex obs rover <file>"),
+            QCoreApplication::translate("main", "file"));
+    parser.addOption(roverOption);
+
+    QCommandLineOption baseStationOption(QStringList() << "b",
+            QCoreApplication::translate("main", "rinex obs base station <path>"),
+            QCoreApplication::translate("main", "file"));
+    parser.addOption(baseStationOption);
+
+    QCommandLineOption navFileOption(QStringList() << "n" << "file",
+            QCoreApplication::translate("main", "rinex nav/clk, sp3, ionex or sp3 <file>"),
+            QCoreApplication::translate("main", "file"));
+    parser.addOption(navFileOption);
+
+    QCommandLineOption outputOption(QStringList() << "o",
+            QCoreApplication::translate("main", "output file <file>"),
+            QCoreApplication::translate("main", "file"));
+    parser.addOption(outputOption);
+
+    QCommandLineOption outputDirOption(QStringList() << "d",
+            QCoreApplication::translate("main", "output directory <dir>"),
+            QCoreApplication::translate("main", "dir"));
+    parser.addOption(outputDirOption);
+
+    QCommandLineOption timeStartOption(QStringList() << "ts",
+            QCoreApplication::translate("main", "time start"),
+            QCoreApplication::translate("main", "yyyy/mm/dd hh:mm:ss"));
+    parser.addOption(timeStartOption);
+
+    QCommandLineOption timeEndOption(QStringList() << "ts",
+            QCoreApplication::translate("main", "time end"),
+            QCoreApplication::translate("main", "yyyy/mm/dd hh:mm:ss"));
+    parser.addOption(timeEndOption);
+
+    QCommandLineOption timeIntervalOption(QStringList() << "ti",
+            QCoreApplication::translate("main", "time interval (s)"),
+            QCoreApplication::translate("main", "time"));
+    parser.addOption(timeIntervalOption);
+
+    QCommandLineOption timeUnitOption(QStringList() << "tu",
+            QCoreApplication::translate("main", "time unit (hr)"),
+            QCoreApplication::translate("main", "unit"));
+    parser.addOption(timeUnitOption);
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(iniFileOption)) {
+        IniFile=parser.value(iniFileOption);
+    }
+    LoadOpt();
+
+    if (parser.isSet(titleOption)) {
+        setWindowTitle(parser.value(titleOption));
+    }
+    if (parser.isSet(roverOption)) {
+        InputFile1->setCurrentText(parser.value(roverOption));
+        inputflag=1;
+    };
+    if (parser.isSet(baseStationOption)) {
+        InputFile2->setCurrentText(parser.value(baseStationOption));
+    }
+    if (parser.isSet(navFileOption)) {
+        QStringList files=parser.values(navFileOption);
+        for (int n=0;n<files.size()&&n<4;n++)
+            ifile[n]->setCurrentText(files.at(n));
+    }
+    if (parser.isSet(outputOption)) {
+        OutputFile->setCurrentText(parser.value(outputOption));
+    }
+    if (parser.isSet(outputDirOption)) {
+        OutDirEna->setChecked(true);
+        OutDir->setText(parser.value(outputDirOption));
+    }
+    if (parser.isSet(timeStartOption)) {
+        TimeStart->setChecked(true);
+        QStringList dateTime=parser.value(timeStartOption).split(" ");
+        if (dateTime.size()!=2) {
+            TimeY1->setDate(QDate::fromString(dateTime.at(0),"yyyy/MM/dd"));
+            TimeH1->setTime(QTime::fromString(dateTime.at(0),"hh:mm:ss"));
+        };
+    }
+    if (parser.isSet(timeEndOption)) {
+        TimeEnd->setChecked(true);
+        QStringList dateTime=parser.value(timeEndOption).split(" ");
+        if (dateTime.size()!=2) {
+            TimeY2->setDate(QDate::fromString(dateTime.at(0),"yyyy/MM/dd"));
+            TimeH2->setTime(QTime::fromString(dateTime.at(0),"hh:mm:ss"));
+        };
+    }
+    if (parser.isSet(timeIntervalOption)) {
+        TimeIntF->setChecked(true);
+        TimeInt->setCurrentText(parser.value(timeIntervalOption));
+    }
+    if (parser.isSet(timeUnitOption)) {
+        TimeUnitF->setChecked(true);
+        TimeUnit->setText(parser.value(timeUnitOption));
+    }
+#endif /*TODO: alternative for QT4 */
+
+    LoadOpt();
+
+    if (inputflag) SetOutFile();
+    
+    UpdateEnable();
+}
+// callback on form close ---------------------------------------------------
+void MainForm::closeEvent(QCloseEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    SaveOpt();
+}
+// callback on drop files ---------------------------------------------------
+void  MainForm::dragEnterEvent(QDragEnterEvent *event)
+{
+    if (event->mimeData()->hasFormat("text/uri-list"))
+        event->acceptProposedAction();
+}
+void  MainForm::dropEvent(QDropEvent *event)
+{
+    QPoint point=event->pos();
+    int top;
+    
+    if (!event->mimeData()->hasFormat("text/uri-list")) return;
+
+    QString file=event->mimeData()->text();
+
+    top=Panel1->pos().y()+Panel4->pos().y();
+    if (point.y()<=top+InputFile1->pos().y()+InputFile1->height()) {
+        InputFile1->setCurrentText(file);
+        SetOutFile();
+    }
+    else if (point.y()<=top+InputFile2->pos().y()+InputFile2->height()) {
+        InputFile2->setCurrentText(file);
+    }
+    else if (point.y()<=top+InputFile3->pos().y()+InputFile3->height()) {
+        InputFile3->setCurrentText(file);
+    }
+    else if (point.y()<=top+InputFile4->pos().y()+InputFile4->height()) {
+        InputFile4->setCurrentText(file);
+    }
+    else if (point.y()<=top+InputFile5->pos().y()+InputFile5->height()) {
+        InputFile5->setCurrentText(file);
+    }
+    else if (point.y()<=top+InputFile6->pos().y()+InputFile6->height()) {
+        InputFile6->setCurrentText(file);
+    }
+}
+// callback on button-plot --------------------------------------------------
+void MainForm::BtnPlotClick()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    QString file=FilePath(OutputFile_Text);
+    QString cmd1="rtkplot_qt",cmd2="../../../bin/rtkplot_qt",opts="";
+    
+    opts+=" \""+file+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot_qt execution");
+    }
+}
+// callback on button-view --------------------------------------------------
+void MainForm::BtnViewClick()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    ViewFile(FilePath(OutputFile_Text));
+}
+// callback on button-to-kml ------------------------------------------------
+void MainForm::BtnToKMLClick()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    convDialog->SetInput(FilePath(OutputFile_Text));
+    convDialog->exec();
+
+}
+// callback on button-options -----------------------------------------------
+void MainForm::BtnOptionClick()
+{
+    int format=SolFormat;
+    optDialog->exec();
+    if (optDialog->result()!=QDialog::Accepted) return;
+    if ((format==SOLF_NMEA)!=(SolFormat==SOLF_NMEA)) {
+        SetOutFile();
+    }
+    UpdateEnable();
+}
+// callback on button-execute -----------------------------------------------
+void MainForm::BtnExecClick()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    
+    if (BtnExec->text().remove('&')==tr("Abort")) {
+        BtnExec->setEnabled(false);
+        return;
+    }
+    if (InputFile1->currentText()=="") {
+        showmsg("error : no rinex obs file (rover)");
+        return;
+    }
+    if (InputFile2->currentText()==""&&PMODE_DGPS<=PosMode&&PosMode<=PMODE_FIXED) {
+        showmsg("error : no rinex obs file (base station)");
+        return;
+    }
+    if (OutputFile->currentText()=="") {
+        showmsg("error : no output file");
+        return;
+    }
+    if (OutputFile_Text.contains(".obs",Qt::CaseInsensitive)||
+        OutputFile_Text.contains(".nav",Qt::CaseInsensitive)||
+        OutputFile_Text.contains(".gnav",Qt::CaseInsensitive)||
+        OutputFile_Text.contains(".gz",Qt::CaseInsensitive)||
+        OutputFile_Text.contains(".Z",Qt::CaseInsensitive)||
+        OutputFile_Text.contains(QRegExp(".??o",Qt::CaseInsensitive))||
+        OutputFile_Text.contains(QRegExp(".??d",Qt::CaseInsensitive))||
+        OutputFile_Text.contains(QRegExp(".??n",Qt::CaseInsensitive))||
+        OutputFile_Text.contains(QRegExp(".??g",Qt::CaseInsensitive))){
+        showmsg("error : invalid extension of output file (%s)",qPrintable(OutputFile_Text));
+        return;
+    }
+    showmsg("");
+    BtnExec  ->setText(tr("Abort"));
+    BtnExit  ->setEnabled(false);
+    BtnView  ->setEnabled(false);
+    BtnToKML ->setEnabled(false);
+    BtnPlot  ->setEnabled(false);
+    BtnOption->setEnabled(false);
+    Panel1   ->setEnabled(false);
+    
+    ExecProc();
+}
+// callback on prcoessing finished-------------------------------------------
+void MainForm::ProcessingFinished(int stat)
+{
+    setCursor(Qt::ArrowCursor);
+    Progress->setVisible(false);
+
+    if (stat>=0) {
+        AddHist(InputFile1);
+        AddHist(InputFile2);
+        AddHist(InputFile3);
+        AddHist(InputFile4);
+        AddHist(InputFile5);
+        AddHist(InputFile6);
+        AddHist(OutputFile);
+    }
+
+    if (Message->text().contains("processing")) {
+        showmsg("done");
+    }
+    BtnExec  ->setText(tr("E&xecute"));
+    BtnExec  ->setEnabled(true);
+    BtnExit  ->setEnabled(true);
+    BtnView  ->setEnabled(true);
+    BtnToKML ->setEnabled(true);
+    BtnPlot  ->setEnabled(true);
+    BtnOption->setEnabled(true);
+    Panel1   ->setEnabled(true);
+}
+// callback on button-abort -------------------------------------------------
+void MainForm::BtnStopClick()
+{
+    showmsg("abort");
+}
+// callback on button-exit --------------------------------------------------
+void MainForm::BtnExitClick()
+{
+    close();
+}
+// callback on button-about -------------------------------------------------
+void MainForm::BtnAboutClick()
+{
+    QString prog=PRGNAME;
+    AboutDialog *aboutDialog=new AboutDialog(this);
+
+    aboutDialog->About=prog;
+    aboutDialog->IconIndex=1;
+    aboutDialog->exec();
+
+    delete aboutDialog;
+}
+// callback on button-time-1 ------------------------------------------------
+void MainForm::BtnTime1Click()
+{
+    TimeDialog *timeDialog=new TimeDialog(this);
+    timeDialog->Time=GetTime1();
+    timeDialog->exec();
+
+    delete timeDialog;
+}
+// callback on button-time-2 ------------------------------------------------
+void MainForm::BtnTime2Click()
+{
+    TimeDialog *timeDialog=new TimeDialog(this);
+
+    timeDialog->Time=GetTime2();
+    timeDialog->exec();
+
+    delete timeDialog;
+}
+// callback on button-inputfile-1 -------------------------------------------
+void MainForm::BtnInputFile1Click()
+{
+    InputFile1->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX OBS (Rover) File"),InputFile1->currentText(),tr("All (*.*);;RINEX OBS (*.obs *.*O *.*D)"))));
+    SetOutFile();
+}
+// callback on button-inputfile-2 -------------------------------------------
+void MainForm::BtnInputFile2Click()
+{
+    InputFile2->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX OBS (Base Station) File"),InputFile2->currentText(),tr("All (*.*);;RINEX OBS (*.obs *.*O *.*D)"))));
+}
+// callback on button-inputfile-3 -------------------------------------------
+void MainForm::BtnInputFile3Click()
+{
+    InputFile3->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File"),InputFile3->currentText(),tr("All (*.*);;RINEX NAV (*.*nav *.*N *.*P *.*G *.*H *.*Q)"))));
+}
+// callback on button-inputfile-4 -------------------------------------------
+void MainForm::BtnInputFile4Click()
+{
+    InputFile4->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File"),InputFile4->currentText(),tr("All (*.*);;Precise Ephemeris/Clock (*.sp3 *.eph* *.clk*)"))));
+}
+// callback on button-inputfile-5 -------------------------------------------
+void MainForm::BtnInputFile5Click()
+{
+    InputFile5->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File"),InputFile5->currentText(),tr("All (*.*);;Precise Ephemeris/Clock (*.sp3 *.eph* *.clk*)"))));
+}
+// callback on button-inputfile-6 -------------------------------------------
+void MainForm::BtnInputFile6Click()
+{
+    InputFile6->setCurrentText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("RINEX NAV/CLK,SP3,FCB,IONEX or SBAS/EMS File"),InputFile6->currentText(),tr("All (*.*);;FCB (*.fcb),IONEX (*.*i *.ionex),SBAS (*.sbs *.ems)"))));
+}
+// callback on button-outputfile --------------------------------------------
+void MainForm::BtnOutputFileClick()
+{
+    OutputFile->setCurrentText(QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Output File"),OutputFile->currentText(),tr("All (*.*);;Position Files (*.pos)"))));
+}
+// callback on button-inputview-1 -------------------------------------------
+void MainForm::BtnInputView1Click()
+{
+    QString InputFile1_Text=InputFile1->currentText();
+    ViewFile(FilePath(InputFile1_Text));
+}
+// callback on button-inputview-2 -------------------------------------------
+void MainForm::BtnInputView2Click()
+{
+    QString InputFile2_Text=InputFile2->currentText();
+    ViewFile(FilePath(InputFile2_Text));
+}
+// callback on button-inputview-3 -------------------------------------------
+void MainForm::BtnInputView3Click()
+{
+    QString InputFile1_Text=InputFile1->currentText();
+    QString InputFile3_Text=InputFile3->currentText();
+    QString file=FilePath(InputFile3_Text);
+    QString f;
+    
+    if (file=="") {
+        file=FilePath(InputFile1_Text);
+        if (!ObsToNav(file,f)) return;
+        file=f;
+    }
+    ViewFile(file);
+}
+// callback on button-inputview-4 -------------------------------------------
+void MainForm::BtnInputView4Click()
+{
+    QString InputFile4_Text=InputFile4->currentText();
+    ViewFile(FilePath(InputFile4_Text));
+}
+// callback on button-inputview-5 -------------------------------------------
+void MainForm::BtnInputView5Click()
+{
+    QString InputFile5_Text=InputFile5->currentText();
+    ViewFile(FilePath(InputFile5_Text));
+}
+// callback on button-inputview-6 -------------------------------------------
+void MainForm::BtnInputView6Click()
+{
+    QString InputFile6_Text=InputFile6->currentText();
+    ViewFile(FilePath(InputFile6_Text));
+}
+// callback on button-outputview-1 ------------------------------------------
+void MainForm::BtnOutputView1Click()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    QString file=FilePath(OutputFile_Text)+".stat";
+    if (!QFile::exists(file)) return;
+    ViewFile(file);
+}
+// callback on button-outputview-2 ------------------------------------------
+void MainForm::BtnOutputView2Click()
+{
+    QString OutputFile_Text=OutputFile->currentText();
+    QString file=FilePath(OutputFile_Text)+".trace";
+    if (!QFile::exists(file)) return;
+    ViewFile(file);
+}
+// callback on button-inputplot-1 -------------------------------------------
+void MainForm::BtnInputPlot1Click()
+{
+    QString InputFile1_Text=InputFile1->currentText();
+    QString InputFile2_Text=InputFile2->currentText();
+    QString InputFile3_Text=InputFile3->currentText();
+    QString InputFile4_Text=InputFile4->currentText();
+    QString InputFile5_Text=InputFile5->currentText();
+    QString InputFile6_Text=InputFile6->currentText();
+    QString files[6];
+    QString cmd1="rtkplot_qt",cmd2="../../../bin/rtkplot_qt",opts="";
+    QString navfile;
+    
+    files[0]=FilePath(InputFile1_Text); /* obs rover */
+    files[1]=FilePath(InputFile2_Text); /* obs base */
+    files[2]=FilePath(InputFile3_Text);
+    files[3]=FilePath(InputFile4_Text);
+    files[4]=FilePath(InputFile5_Text);
+    files[5]=FilePath(InputFile6_Text);
+    
+    if (files[2]=="") {
+        if (ObsToNav(files[0],navfile)) files[2]=navfile;
+    }
+    opts=" -r \""+files[0]+"\" \""+files[2]+"\" \""+files[3]+"\" \""+
+        files[4]+"\" \""+files[5]+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot_qt execution");
+    }
+}
+// callback on button-inputplot-2 -------------------------------------------
+void MainForm::BtnInputPlot2Click()
+{
+    QString InputFile1_Text=InputFile1->currentText();
+    QString InputFile2_Text=InputFile2->currentText();
+    QString InputFile3_Text=InputFile3->currentText();
+    QString InputFile4_Text=InputFile4->currentText();
+    QString InputFile5_Text=InputFile5->currentText();
+    QString InputFile6_Text=InputFile6->currentText();
+    QString files[6];
+    QString cmd1="rtkplot_qt",cmd2="../../../bin/rtkplot_qt",opts="";
+    QString navfile;
+    
+    files[0]=FilePath(InputFile1_Text); /* obs rover */
+    files[1]=FilePath(InputFile2_Text); /* obs base */
+    files[2]=FilePath(InputFile3_Text);
+    files[3]=FilePath(InputFile4_Text);
+    files[4]=FilePath(InputFile5_Text);
+    files[5]=FilePath(InputFile6_Text);
+    
+    if (files[2]=="") {
+        if (ObsToNav(files[0],navfile)) files[2]=navfile;
+    }
+    opts=" -r \""+files[1]+"\" \""+files[2]+"\" \""+files[3]+"\" \""+
+         files[4]+"\" \""+files[5]+"\"";
+    
+    if (!ExecCmd(cmd1+opts,1)&&!ExecCmd(cmd2+opts,1)) {
+        ShowMsg("error : rtkplot_qt execution");
+    }
+}
+// callback on button-output-directory --------------------------------------
+void MainForm::BtnOutDirClick()
+{
+#ifdef TCPP
+    QString dir=OutDir->Text;
+    if (!SelectDirectory("Output Directory","",dir)) return;
+    OutDir->Text=dir;
+#else
+    OutDir->setText(QDir::toNativeSeparators(QFileDialog::getExistingDirectory(this,tr("Output Directory"),OutDir->text())));
+#endif
+}
+// callback on button keyword -----------------------------------------------
+void MainForm::BtnKeywordClick()
+{
+    KeyDialog *keyDialog=new KeyDialog(this);
+    keyDialog->Flag=2;
+    keyDialog->exec();
+
+    delete keyDialog;
+}
+// callback on time-start check -----------------------------------------
+void MainForm::TimeStartClick()
+{
+    UpdateEnable();
+}
+// callback on time-end check -----------------------------------------
+void MainForm::TimeEndClick()
+{
+    UpdateEnable();
+}
+// callback on time-interval check ------------------------------------------
+void MainForm::TimeIntFClick()
+{
+    UpdateEnable();
+}
+// callback on time-unit check ----------------------------------------------
+void MainForm::TimeUnitFClick()
+{
+    UpdateEnable();
+}
+// callback on inputfile-1 change -------------------------------------------
+void MainForm::InputFile1Change()
+{
+    SetOutFile();
+}
+// callback on output-directory checked -------------------------------------
+void MainForm::OutDirEnaClick()
+{
+	UpdateEnable();
+    SetOutFile();
+}
+// callback on output-directory change --------------------------------------
+void MainForm::OutDirChange()
+{
+    SetOutFile();
+}
+// set output file path -----------------------------------------------------
+void MainForm::SetOutFile(void)
+{
+    QString InputFile1_Text=InputFile1->currentText();
+    QString OutDir_Text=OutDir->text();
+    QString ofile,ifile;
+    
+    if (InputFile1->currentText()=="") return;
+    
+    ifile=InputFile1_Text;
+    
+    if (OutDirEna->isChecked()) {
+        QFileInfo f(ifile);
+        ofile=OutDir_Text+"/"+f.baseName();
+    }
+    else {
+        QFileInfo f(ifile);
+        ofile=f.absolutePath()+"/"+f.baseName();
+    }
+    ofile+=SolFormat==SOLF_NMEA?".nmea":".pos";
+    ofile.replace('*','0');
+
+    OutputFile->setCurrentText(QDir::toNativeSeparators(ofile));
+}
+// execute post-processing --------------------------------------------------
+void MainForm::ExecProc(void)
+{
+    QString InputFile1_Text=InputFile1->currentText(),InputFile2_Text=InputFile2->currentText();
+    QString InputFile3_Text=InputFile3->currentText(),InputFile4_Text=InputFile4->currentText();
+    QString InputFile5_Text=InputFile5->currentText(),InputFile6_Text=InputFile6->currentText();
+    QString OutputFile_Text=OutputFile->currentText();
+    QString temp;
+    
+    ProcessingThread *thread= new ProcessingThread(this);
+
+    // get processing options
+    if (TimeStart->isChecked()) thread->ts=GetTime1();
+    if (TimeEnd  ->isChecked()) thread->te=GetTime2();
+    if (TimeIntF ->isChecked()) thread->ti=TimeInt ->currentText().toDouble();
+    if (TimeUnitF->isChecked()) thread->tu=TimeUnit->text().toDouble()*3600.0;
+
+    thread->prcopt=prcopt_default;
+    if (!GetOption(thread->prcopt,thread->solopt,thread->filopt)) {ProcessingFinished(0);return;}
+
+    // set input/output files
+    
+    thread->addInput(InputFile1_Text);
+    
+    if (PMODE_DGPS<=thread->prcopt.mode&&thread->prcopt.mode<=PMODE_FIXED) {
+        thread->addInput(InputFile2_Text);
+    }
+    if (InputFile3_Text!="") {
+        thread->addInput(InputFile3_Text);
+    }
+    else if (!ObsToNav(InputFile1_Text,temp)) {
+        showmsg("error: no navigation data");
+        ProcessingFinished(0);
+        return;
+    } else thread->addInput(temp);
+
+    if (InputFile4_Text!="") {
+        thread->addInput(InputFile4_Text);
+    }
+    if (InputFile5_Text!="") {
+        thread->addInput(InputFile5_Text);
+    }
+    if (InputFile6_Text!="") {
+        thread->addInput(InputFile6_Text);
+    }
+    strcpy(thread->outfile,qPrintable(OutputFile_Text));
+    
+    // confirm overwrite
+    if (!TimeStart->isChecked()||!TimeEnd->isChecked()) {
+        if (QFileInfo::exists(thread->outfile)) {
+            if (QMessageBox::question(this,tr("Overwrite"),QString(tr("Overwrite existing file %1.")).arg(thread->outfile))!=QMessageBox::Yes) {ProcessingFinished(0);return;}
+        }
+    }    
+    // set rover and base station list
+    thread->addList(thread->rov,RovList);
+    thread->addList(thread->base,BaseList);
+
+    Progress->setValue(0);
+    Progress->setVisible(true);
+    showmsg("reading...");
+
+    setCursor(Qt::WaitCursor);
+    
+    // post processing positioning
+    connect(thread,SIGNAL(done(int)),this,SLOT(ProcessingFinished(int)));
+
+    thread->start();
+    
+    return;
+}
+// get processing and solution options --------------------------------------
+int MainForm::GetOption(prcopt_t &prcopt, solopt_t &solopt,
+                                    filopt_t &filopt)
+{
+    char buff[1024],*p;
+    int sat,ex;
+    
+    // processing options
+    prcopt.mode     =PosMode;
+    prcopt.soltype  =Solution;
+    prcopt.nf       =Freq+1;
+    prcopt.navsys   =NavSys;
+    prcopt.elmin    =ElMask*D2R;
+    prcopt.snrmask  =SnrMask;
+    prcopt.sateph   =SatEphem;
+    prcopt.modear   =AmbRes;
+    prcopt.glomodear=GloAmbRes;
+    prcopt.bdsmodear=BdsAmbRes;
+    prcopt.maxout   =OutCntResetAmb;
+    prcopt.minfix   =FixCntHoldAmb;
+    prcopt.minlock  =LockCntFixAmb;
+    prcopt.ionoopt  =IonoOpt;
+    prcopt.tropopt  =TropOpt;
+    prcopt.posopt[0]=PosOpt[0];
+    prcopt.posopt[1]=PosOpt[1];
+    prcopt.posopt[2]=PosOpt[2];
+    prcopt.posopt[3]=PosOpt[3];
+    prcopt.posopt[4]=PosOpt[4];
+    prcopt.posopt[5]=PosOpt[5];
+    prcopt.dynamics =DynamicModel;
+    prcopt.tidecorr =TideCorr;
+    prcopt.armaxiter=ARIter;
+    prcopt.niter    =NumIter;
+    prcopt.intpref  =IntpRefObs;
+    prcopt.sbassatsel=SbasSat;
+    prcopt.eratio[0]=MeasErrR1;
+    prcopt.eratio[1]=MeasErrR2;
+    prcopt.err[1]   =MeasErr2;
+    prcopt.err[2]   =MeasErr3;
+    prcopt.err[3]   =MeasErr4;
+    prcopt.err[4]   =MeasErr5;
+    prcopt.prn[0]   =PrNoise1;
+    prcopt.prn[1]   =PrNoise2;
+    prcopt.prn[2]   =PrNoise3;
+    prcopt.prn[3]   =PrNoise4;
+    prcopt.prn[4]   =PrNoise5;
+    prcopt.sclkstab =SatClkStab;
+    prcopt.thresar[0]=ValidThresAR;
+    prcopt.thresar[1]=ThresAR2;
+    prcopt.thresar[2]=ThresAR3;
+    prcopt.elmaskar =ElMaskAR*D2R;
+    prcopt.elmaskhold=ElMaskHold*D2R;
+    prcopt.thresslip=SlipThres;
+    prcopt.maxtdiff =MaxAgeDiff;
+    prcopt.maxgdop  =RejectGdop;
+    prcopt.maxinno  =RejectThres;
+    if (BaseLineConst) {
+        prcopt.baseline[0]=BaseLine[0];
+        prcopt.baseline[1]=BaseLine[1];
+    }
+    else {
+        prcopt.baseline[0]=0.0;
+        prcopt.baseline[1]=0.0;
+    }
+    if (PosMode!=PMODE_FIXED&&PosMode!=PMODE_PPP_FIXED) {
+        for (int i=0;i<3;i++) prcopt.ru[i]=0.0;
+    }
+    else if (RovPosType<=2) {
+        for (int i=0;i<3;i++) prcopt.ru[i]=RovPos[i];
+    }
+    else prcopt.rovpos=RovPosType-2; /* 1:single,2:posfile,3:rinex */
+    
+    if (PosMode==PMODE_SINGLE||PosMode==PMODE_MOVEB) {
+        for (int i=0;i<3;i++) prcopt.rb[i]=0.0;
+    }
+    else if (RefPosType<=2) {
+        for (int i=0;i<3;i++) prcopt.rb[i]=RefPos[i];
+    }
+    else prcopt.refpos=RefPosType-2;
+    
+    if (RovAntPcv) {
+        strcpy(prcopt.anttype[0],qPrintable(RovAnt));
+        prcopt.antdel[0][0]=RovAntE;
+        prcopt.antdel[0][1]=RovAntN;
+        prcopt.antdel[0][2]=RovAntU;
+    }
+    if (RefAntPcv) {
+        strcpy(prcopt.anttype[1],qPrintable(RefAnt));
+        prcopt.antdel[1][0]=RefAntE;
+        prcopt.antdel[1][1]=RefAntN;
+        prcopt.antdel[1][2]=RefAntU;
+    }
+    if (ExSats!="") { // excluded satellites
+        strcpy(buff,qPrintable(ExSats));
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+') {ex=2; p++;} else ex=1;
+            if (!(sat=satid2no(p))) continue;
+            prcopt.exsats[sat-1]=ex;
+        }
+    }
+    // extended receiver error model option
+    prcopt.exterr=ExtErr;
+    
+    strcpy(prcopt.rnxopt[0],qPrintable(RnxOpts1));
+    strcpy(prcopt.rnxopt[1],qPrintable(RnxOpts2));
+    strcpy(prcopt.pppopt,qPrintable(PPPOpts));
+    
+    // solution options
+    solopt.posf     =SolFormat;
+    solopt.times    =TimeFormat==0?0:TimeFormat-1;
+    solopt.timef    =TimeFormat==0?0:1;
+    solopt.timeu    =TimeDecimal<=0?0:TimeDecimal;
+    solopt.degf     =LatLonFormat;
+    solopt.outhead  =OutputHead;
+    solopt.outopt   =OutputOpt;
+    solopt.datum    =OutputDatum;
+    solopt.height   =OutputHeight;
+    solopt.geoid    =OutputGeoid;
+    solopt.solstatic=SolStatic;
+    solopt.sstat    =DebugStatus;
+    solopt.trace    =DebugTrace;
+    strcpy(solopt.sep,FieldSep!=""?qPrintable(FieldSep):" ");
+    strcpy(solopt.prog,qPrintable(QString("%1 ver.%2 %3").arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL)));
+    
+    // file options
+    strcpy(filopt.satantp,qPrintable(SatPcvFile));
+    strcpy(filopt.rcvantp,qPrintable(AntPcvFile));
+    strcpy(filopt.stapos, qPrintable(StaPosFile));
+    strcpy(filopt.geoid,  qPrintable(GeoidDataFile));
+    strcpy(filopt.iono,   qPrintable(IonoFile));
+    strcpy(filopt.eop,    qPrintable(EOPFile));
+    strcpy(filopt.dcb,    qPrintable(DCBFile));
+    strcpy(filopt.blq,    qPrintable(BLQFile));
+    
+    return 1;
+}
+// observation file to nav file ---------------------------------------------
+int MainForm::ObsToNav(const QString &obsfile, QString &navfile)
+{
+    int p;
+    QFileInfo f(obsfile);
+    navfile=f.canonicalPath()+f.completeBaseName();
+    QString suffix=f.suffix();
+
+    if (suffix=="") return 0;
+    if ((suffix.length()==3)&&(suffix.at(2).toLower()=='o')) suffix[2]='*';
+    else if ((suffix.length()==3)&&(suffix.at(2).toLower()=='d')) suffix[2]='*';
+    else if (suffix.toLower()=="obs") suffix="*nav";
+    else if (((p=suffix.indexOf("gz"))!=-1)||((p=suffix.indexOf('Z'))!=-1)) {
+        if (p<1) return 0;
+        if (suffix.at(p-1).toLower()=='o') suffix[p-1]='*';
+        else if (suffix.at(p-1).toLower()=='d') suffix[p-1]='*';
+        else return 0;
+    }
+    else return 0;
+    return 1;
+}
+// replace file path with keywords ------------------------------------------
+QString MainForm::FilePath(const QString &file)
+{
+    gtime_t ts={0,0};
+    int p;
+    char rov[256]="",base[256]="",path[1024];
+    
+    if (TimeStart->isChecked()) ts=GetTime1();
+    
+    p=0;
+    while ((p=RovList.indexOf("\n",p))!=-1){
+        if ((p<RovList.count())&&(RovList.at(p)!='#')) break;
+    }
+    if (p!=-1) strcpy(rov,qPrintable(RovList.mid(p))); else strcpy(rov,qPrintable(RovList));
+
+    p=0;
+    while ((p=BaseList.indexOf("\n",p))!=-1){
+        if ((p<BaseList.count())&&(BaseList.at(p)!='#')) break;
+    }
+    if (p!=-1) strcpy(base,qPrintable(BaseList.mid(p))); else strcpy(base,qPrintable(RovList));
+
+    reppath(qPrintable(file),path,ts,rov,base);
+    
+    return QString(path);
+}
+// read history -------------------------------------------------------------
+void MainForm::ReadList(QComboBox* combo, QSettings *ini, const QString &key)
+{
+    QString item;
+    int i;
+    
+    for (i=0;i<100;i++) {
+        item=ini->value(QString("%1_%2").arg(key).arg(i,3),"").toString();
+        if (item!="") combo->addItem(item); else break;
+    }
+}
+// write history ------------------------------------------------------------
+void MainForm::WriteList(QSettings *ini, const QString &key, const QComboBox *combo)
+{
+    int i;
+    
+    for (i=0;i<combo->count();i++) {
+        ini->setValue(QString("%1_%2").arg(key).arg(i,3),combo->itemText(i));
+    }
+}
+// add history --------------------------------------------------------------
+void MainForm::AddHist(QComboBox *combo)
+{
+    QString hist=combo->currentText();
+    if (hist=="") return;
+    int i=combo->currentIndex();
+    if (i>=0) combo->removeItem(i);
+    combo->insertItem(0,hist);
+    for (int i=combo->count()-1;i>=MAXHIST;i--) combo->removeItem(i);
+    combo->setCurrentIndex(0);
+}
+// execute command ----------------------------------------------------------
+int MainForm::ExecCmd(const QString &cmd, int show)
+{
+    Q_UNUSED(show);
+    return QProcess::startDetached(cmd);  /* FIXME: show option not yet supported */
+}
+// view file ----------------------------------------------------------------
+void MainForm::ViewFile(const QString &file)
+{
+    QString f;
+    char tmpfile[1024];
+    int cstat;
+    
+    if (file=="") return;
+    cstat=rtk_uncompress(qPrintable(file),tmpfile);
+    f=!cstat?file:tmpfile;
+    
+    textViewer->setWindowTitle(file);
+    textViewer->show();
+    if (!textViewer->Read(f)) textViewer->close();
+    if (cstat==1) remove(tmpfile);
+}
+// show message in message area ---------------------------------------------
+void MainForm::ShowMsg(const QString &msg)
+{
+    Message->setText(msg);
+}
+// get time from time-1 -----------------------------------------------------
+gtime_t MainForm::GetTime1(void)
+{
+    QDateTime time(TimeY1->date(),TimeH1->time());
+
+    gtime_t t;
+    t.time=time.toTime_t();t.sec=time.time().msec()/1000;
+
+    return t;
+}
+// get time from time-2 -----------------------------------------------------
+gtime_t MainForm::GetTime2(void)
+{
+    QDateTime time(TimeY2->date(),TimeH2->time());
+
+    gtime_t t;
+    t.time=time.toTime_t();t.sec=time.time().msec()/1000;
+
+    return t;
+}
+// set time to time-1 -------------------------------------------------------
+void MainForm::SetTime1(gtime_t time)
+{
+    QDateTime t=QDateTime::fromTime_t(time.time); t.addSecs(time.sec);
+    TimeY1->setTime(t.time());
+    TimeH1->setDate(t.date());
+}
+// set time to time-2 -------------------------------------------------------
+void MainForm::SetTime2(gtime_t time)
+{
+    QDateTime t=QDateTime::fromTime_t(time.time); t.addSecs(time.sec);
+    TimeY2->setTime(t.time());
+    TimeH2->setDate(t.date());
+}
+// update enable/disable of widgets -----------------------------------------
+void MainForm::UpdateEnable(void)
+{
+    bool moder=PMODE_DGPS<=PosMode&&PosMode<=PMODE_FIXED;
+    
+    LabelInputFile1->setText(moder?tr("RINEX OBS: Rover"):tr("RINEX OBS"));
+    InputFile2     ->setEnabled(moder);
+    BtnInputFile2  ->setEnabled(moder);
+    BtnInputPlot2  ->setEnabled(moder);
+    BtnInputView2  ->setEnabled(moder);
+    BtnOutputView1 ->setEnabled(DebugStatus>0);
+    BtnOutputView2 ->setEnabled(DebugTrace >0);
+    LabelInputFile3->setEnabled(moder);
+    TimeY1         ->setEnabled(TimeStart->isChecked());
+    TimeH1         ->setEnabled(TimeStart->isChecked());
+    BtnTime1       ->setEnabled(TimeStart->isChecked());
+    TimeY2         ->setEnabled(TimeEnd  ->isChecked());
+    TimeH2         ->setEnabled(TimeEnd  ->isChecked());
+    BtnTime2       ->setEnabled(TimeEnd  ->isChecked());
+    TimeInt        ->setEnabled(TimeIntF ->isChecked());
+    LabelTimeInt   ->setEnabled(TimeIntF ->isChecked());
+    TimeUnitF      ->setEnabled(TimeStart->isChecked()&&TimeEnd  ->isChecked());
+    TimeUnit       ->setEnabled(TimeUnitF->isEnabled()&&TimeUnitF->isChecked());
+    LabelTimeUnit  ->setEnabled(TimeUnitF->isEnabled()&&TimeUnitF->isChecked());
+    OutDir         ->setEnabled(OutDirEna->isChecked());
+    BtnOutDir      ->setEnabled(OutDirEna->isChecked());
+    LabelOutDir    ->setEnabled(OutDirEna->isChecked());
+}
+// load options from ini file -----------------------------------------------
+void MainForm::LoadOpt(void)
+{
+    QSettings ini(IniFile,QSettings::IniFormat);
+    
+    TimeStart->setChecked(ini.value("set/timestart",   0).toBool());
+    TimeEnd->setChecked(ini.value("set/timeend",     0).toBool());
+    TimeY1->setDate(ini.value ("set/timey1",      "2000/01/01").toDate());
+    TimeH1->setTime(ini.value ("set/timeh1",      "00:00:00").toTime());
+    TimeY2->setDate(ini.value ("set/timey2",      "2000/01/01").toDate());
+    TimeH2->setTime(ini.value ("set/timeh2",      "00:00:00").toTime());
+    TimeIntF ->setChecked(ini.value("set/timeintf",    0).toBool());
+    TimeInt->setCurrentText(ini.value ("set/timeint",     "0").toString());
+    TimeUnitF->setChecked(ini.value("set/timeunitf",   0).toBool());
+    TimeUnit->setText(ini.value ("set/timeunit",    "24").toString());
+    InputFile1->setCurrentText(ini.value ("set/inputfile1",  "").toString());
+    InputFile2->setCurrentText(ini.value ("set/inputfile2",  "").toString());
+    InputFile3->setCurrentText(ini.value ("set/inputfile3",  "").toString());
+    InputFile4->setCurrentText(ini.value ("set/inputfile4",  "").toString());
+    InputFile5->setCurrentText(ini.value ("set/inputfile5",  "").toString());
+    InputFile6->setCurrentText(ini.value ("set/inputfile6",  "").toString());
+    OutDirEna->setChecked(ini.value("set/outputdirena", 0).toBool());
+    OutDir->setText(ini.value ("set/outputdir",   "").toString());
+    OutputFile->setCurrentText(ini.value ("set/outputfile",  "").toString());
+    
+    ReadList(InputFile1,&ini,"hist/inputfile1");
+    ReadList(InputFile2,&ini,"hist/inputfile2");
+    ReadList(InputFile3,&ini,"hist/inputfile3");
+    ReadList(InputFile4,&ini,"hist/inputfile4");
+    ReadList(InputFile5,&ini,"hist/inputfile5");
+    ReadList(InputFile6,&ini,"hist/inputfile6");
+    ReadList(OutputFile,&ini,"hist/outputfile");
+    
+    PosMode            =ini.value("opt/posmode",        0).toInt();
+    Freq               =ini.value("opt/freq",           1).toInt();
+    Solution           =ini.value("opt/solution",       0).toInt();
+    ElMask             =ini.value  ("opt/elmask",      15.0).toDouble();
+    SnrMask.ena[0]     =ini.value("opt/snrmask_ena1",   0).toInt();
+    SnrMask.ena[1]     =ini.value("opt/snrmask_ena2",   0).toInt();
+    for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        SnrMask.mask[i][j]=
+            ini.value(QString("opt/snrmask_%1_%2").arg(i+1).arg(j+1),0.0).toDouble();
+    }
+    IonoOpt            =ini.value("opt/ionoopt",     IONOOPT_BRDC).toInt();
+    TropOpt            =ini.value("opt/tropopt",     TROPOPT_SAAS).toInt();
+    RcvBiasEst         =ini.value("opt/rcvbiasest",     0).toInt();
+    DynamicModel       =ini.value("opt/dynamicmodel",   0).toInt();
+    TideCorr           =ini.value("opt/tidecorr",       0).toInt();
+    SatEphem           =ini.value("opt/satephem",       0).toInt();
+    ExSats             =ini.value ("opt/exsats",        "").toString();
+    NavSys             =ini.value("opt/navsys",   SYS_GPS).toInt();
+    PosOpt[0]          =ini.value("opt/posopt1",        0).toInt();
+    PosOpt[1]          =ini.value("opt/posopt2",        0).toInt();
+    PosOpt[2]          =ini.value("opt/posopt3",        0).toInt();
+    PosOpt[3]          =ini.value("opt/posopt4",        0).toInt();
+    PosOpt[4]          =ini.value("opt/posopt5",        0).toInt();
+    PosOpt[5]          =ini.value("opt/posopt6",        0).toInt();
+    MapFunc            =ini.value("opt/mapfunc",        0).toInt();
+    
+    AmbRes             =ini.value("opt/ambres",         1).toInt();
+    GloAmbRes          =ini.value("opt/gloambres",      1).toInt();
+    BdsAmbRes          =ini.value("opt/bdsambres",      1).toInt();
+    ValidThresAR       =ini.value  ("opt/validthresar", 3.0).toDouble();
+    ThresAR2           =ini.value  ("opt/thresar2",  0.9999).toDouble();
+    ThresAR3           =ini.value  ("opt/thresar3",    0.25).toDouble();
+    LockCntFixAmb      =ini.value("opt/lockcntfixamb",  0).toInt();
+    FixCntHoldAmb      =ini.value("opt/fixcntholdamb", 10).toInt();
+    ElMaskAR           =ini.value  ("opt/elmaskar",     0.0).toDouble();
+    ElMaskHold         =ini.value  ("opt/elmaskhold",   0.0).toDouble();
+    OutCntResetAmb     =ini.value("opt/outcntresetbias",5).toInt();
+    SlipThres          =ini.value  ("opt/slipthres",   0.05).toDouble();
+    MaxAgeDiff         =ini.value  ("opt/maxagediff",  30.0).toDouble();
+    RejectThres        =ini.value  ("opt/rejectthres", 30.0).toDouble();
+    RejectGdop         =ini.value  ("opt/rejectgdop",  30.0).toDouble();
+    ARIter             =ini.value("opt/ariter",         1).toInt();
+    NumIter            =ini.value("opt/numiter",        1).toInt();
+    CodeSmooth         =ini.value("opt/codesmooth",     0).toInt();
+    BaseLine[0]        =ini.value  ("opt/baselinelen",  0.0).toDouble();
+    BaseLine[1]        =ini.value  ("opt/baselinesig",  0.0).toDouble();
+    BaseLineConst      =ini.value("opt/baselineconst",  0).toInt();
+    
+    SolFormat          =ini.value("opt/solformat",      0).toInt();
+    TimeFormat         =ini.value("opt/timeformat",     1).toInt();
+    TimeDecimal        =ini.value("opt/timedecimal",    3).toInt();
+    LatLonFormat       =ini.value("opt/latlonformat",   0).toInt();
+    FieldSep           =ini.value ("opt/fieldsep",      "").toString();
+    OutputHead         =ini.value("opt/outputhead",     1).toInt();
+    OutputOpt          =ini.value("opt/outputopt",      1).toInt();
+    OutputDatum        =ini.value("opt/outputdatum",    0).toInt();
+    OutputHeight       =ini.value("opt/outputheight",   0).toInt();
+    OutputGeoid        =ini.value("opt/outputgeoid",    0).toInt();
+    SolStatic          =ini.value("opt/solstatic",      0).toInt();
+    DebugTrace         =ini.value("opt/debugtrace",     0).toInt();
+    DebugStatus        =ini.value("opt/debugstatus",    0).toInt();
+    
+    MeasErrR1          =ini.value  ("opt/measeratio1",100.0).toDouble();
+    MeasErrR2          =ini.value  ("opt/measeratio2",100.0).toDouble();
+    MeasErr2           =ini.value  ("opt/measerr2",   0.003).toDouble();
+    MeasErr3           =ini.value  ("opt/measerr3",   0.003).toDouble();
+    MeasErr4           =ini.value  ("opt/measerr4",   0.000).toDouble();
+    MeasErr5           =ini.value  ("opt/measerr5",  10.000).toDouble();
+    SatClkStab         =ini.value  ("opt/satclkstab", 5E-12).toDouble();
+    PrNoise1           =ini.value  ("opt/prnoise1",    1E-4).toDouble();
+    PrNoise2           =ini.value  ("opt/prnoise2",    1E-3).toDouble();
+    PrNoise3           =ini.value  ("opt/prnoise3",    1E-4).toDouble();
+    PrNoise4           =ini.value  ("opt/prnoise4",    1E+1).toDouble();
+    PrNoise5           =ini.value  ("opt/prnoise5",    1E+1).toDouble();
+    
+    RovPosType         =ini.value("opt/rovpostype",     0).toInt();
+    RefPosType         =ini.value("opt/refpostype",     0).toInt();
+    RovPos[0]          =ini.value  ("opt/rovpos1",      0.0).toDouble();
+    RovPos[1]          =ini.value  ("opt/rovpos2",      0.0).toDouble();
+    RovPos[2]          =ini.value  ("opt/rovpos3",      0.0).toDouble();
+    RefPos[0]          =ini.value  ("opt/refpos1",      0.0).toDouble();
+    RefPos[1]          =ini.value  ("opt/refpos2",      0.0).toDouble();
+    RefPos[2]          =ini.value  ("opt/refpos3",      0.0).toDouble();
+    RovAntPcv          =ini.value("opt/rovantpcv",      0).toInt();
+    RefAntPcv          =ini.value("opt/refantpcv",      0).toInt();
+    RovAnt             =ini.value ("opt/rovant",        "").toString();
+    RefAnt             =ini.value ("opt/refant",        "").toString();
+    RovAntE            =ini.value  ("opt/rovante",      0.0).toDouble();
+    RovAntN            =ini.value  ("opt/rovantn",      0.0).toDouble();
+    RovAntU            =ini.value  ("opt/rovantu",      0.0).toDouble();
+    RefAntE            =ini.value  ("opt/refante",      0.0).toDouble();
+    RefAntN            =ini.value  ("opt/refantn",      0.0).toDouble();
+    RefAntU            =ini.value  ("opt/refantu",      0.0).toDouble();
+    
+    RnxOpts1           =ini.value ("opt/rnxopts1",      "").toString();
+    RnxOpts2           =ini.value ("opt/rnxopts2",      "").toString();
+    PPPOpts            =ini.value ("opt/pppopts",       "").toString();
+    
+    AntPcvFile         =ini.value ("opt/antpcvfile",    "").toString();
+    IntpRefObs         =ini.value("opt/intprefobs",     0).toInt();
+    SbasSat            =ini.value("opt/sbassat",        0).toInt();
+    NetRSCorr          =ini.value("opt/netrscorr",      0).toInt();
+    SatClkCorr         =ini.value("opt/satclkcorr",     0).toInt();
+    SbasCorr           =ini.value("opt/sbascorr",       0).toInt();
+    SbasCorr1          =ini.value("opt/sbascorr1",      0).toInt();
+    SbasCorr2          =ini.value("opt/sbascorr2",      0).toInt();
+    SbasCorr3          =ini.value("opt/sbascorr3",      0).toInt();
+    SbasCorr4          =ini.value("opt/sbascorr4",      0).toInt();
+    SbasCorrFile       =ini.value ("opt/sbascorrfile",  "").toString();
+    PrecEphFile        =ini.value ("opt/precephfile",   "").toString();
+    SatPcvFile         =ini.value ("opt/satpcvfile",    "").toString();
+    StaPosFile         =ini.value ("opt/staposfile",    "").toString();
+    GeoidDataFile      =ini.value ("opt/geoiddatafile", "").toString();
+    IonoFile           =ini.value ("opt/ionofile",      "").toString();
+    EOPFile            =ini.value ("opt/eopfile",       "").toString();
+    DCBFile            =ini.value ("opt/dcbfile",       "").toString();
+    BLQFile            =ini.value ("opt/blqfile",       "").toString();
+    GoogleEarthFile    =ini.value ("opt/googleearthfile",GOOGLE_EARTH).toString();
+    
+    RovList="";
+    for (int i=0;i<10;i++) {
+        RovList +=ini.value(QString("opt/rovlist%1").arg(i+1),"").toString();
+    }
+    BaseList="";
+    for (int i=0;i<10;i++) {
+        BaseList+=ini.value(QString("opt/baselist%1").arg(i+1),"").toString();
+    }
+    RovList.replace("@@","\n");
+    BaseList.replace("@@","\n");
+
+    ExtErr.ena[0]      =ini.value("opt/exterr_ena0",    0).toInt();
+    ExtErr.ena[1]      =ini.value("opt/exterr_ena1",    0).toInt();
+    ExtErr.ena[2]      =ini.value("opt/exterr_ena2",    0).toInt();
+    ExtErr.ena[3]      =ini.value("opt/exterr_ena3",    0).toInt();
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ExtErr.cerr[i][j]=ini.value(QString("opt/exterr_cerr%1%2").arg(i).arg(j),0.3).toDouble();
+    }
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ExtErr.perr[i][j]=ini.value(QString("exterr_perr%1%2").arg(i).arg(j),0.003).toDouble();
+    }
+    ExtErr.gloicb[0]   =ini.value  ("opt/exterr_gloicb0",0.0).toDouble();
+    ExtErr.gloicb[1]   =ini.value  ("opt/exterr_gloicb1",0.0).toDouble();
+    ExtErr.gpsglob[0]  =ini.value  ("opt/exterr_gpsglob0",0.0).toDouble();
+    ExtErr.gpsglob[1]  =ini.value  ("opt/exterr_gpsglob1",0.0).toDouble();
+    
+    convDialog->TimeSpan  ->setChecked(ini.value("conv/timespan",  0).toInt());
+    convDialog->TimeIntF  ->setChecked(ini.value("conv/timeintf",  0).toInt());
+    convDialog->TimeY1    ->setDate(ini.value ("conv/timey1","2000/01/01").toDate());
+    convDialog->TimeH1    ->setTime(ini.value ("conv/timeh1","00:00:00"  ).toTime());
+    convDialog->TimeY2    ->setDate(ini.value ("conv/timey2","2000/01/01").toDate());
+    convDialog->TimeH2    ->setTime(ini.value ("conv/timeh2","00:00:00"  ).toTime());
+    convDialog->TimeInt   ->setText(ini.value ("conv/timeint", "0").toString());
+    convDialog->TrackColor->setCurrentIndex(ini.value("conv/trackcolor",5).toInt());
+    convDialog->PointColor->setCurrentIndex(ini.value("conv/pointcolor",5).toInt());
+    convDialog->OutputAlt ->setCurrentIndex(ini.value("conv/outputalt", 0).toInt());
+    convDialog->OutputTime->setCurrentIndex(ini.value("conv/outputtime",0).toInt());
+    convDialog->AddOffset ->setChecked(ini.value("conv/addoffset", 0).toInt());
+    convDialog->Offset1   ->setText(ini.value ("conv/offset1", "0").toString());
+    convDialog->Offset2   ->setText(ini.value ("conv/offset2", "0").toString());
+    convDialog->Offset3   ->setText(ini.value ("conv/offset3", "0").toString());
+    convDialog->Compress  ->setChecked(ini.value("conv/compress",  0).toInt());
+    
+    textViewer->Color1=ini.value("viewer/color1",QColor(Qt::black)).value<QColor>();
+    textViewer->Color2=ini.value("viewer/color2",QColor(Qt::white)).value<QColor>();
+    textViewer->FontD.setFamily(ini.value ("viewer/fontname","Courier New").toString());
+    textViewer->FontD.setPointSize(ini.value("viewer/fontsize",9).toInt());
+}
+// save options to ini file -------------------------------------------------
+void MainForm::SaveOpt(void)
+{
+    QSettings ini(IniFile,QSettings::IniFormat);
+    
+    ini.setValue("set/timestart",   TimeStart ->isChecked()?1:0);
+    ini.setValue("set/timeend",     TimeEnd   ->isChecked()?1:0);
+    ini.setValue ("set/timey1",      TimeY1    ->text());
+    ini.setValue ("set/timeh1",      TimeH1    ->text());
+    ini.setValue ("set/timey2",      TimeY2    ->text());
+    ini.setValue ("set/timeh2",      TimeH2    ->text());
+    ini.setValue("set/timeintf",    TimeIntF  ->isChecked()?1:0);
+    ini.setValue ("set/timeint",     TimeInt   ->currentText());
+    ini.setValue("set/timeunitf",   TimeUnitF ->isChecked()?1:0);
+    ini.setValue ("set/timeunit",    TimeUnit  ->text());
+    ini.setValue ("set/inputfile1",  InputFile1->currentText());
+    ini.setValue ("set/inputfile2",  InputFile2->currentText());
+    ini.setValue ("set/inputfile3",  InputFile3->currentText());
+    ini.setValue ("set/inputfile4",  InputFile4->currentText());
+    ini.setValue ("set/inputfile5",  InputFile5->currentText());
+    ini.setValue ("set/inputfile6",  InputFile6->currentText());
+    ini.setValue("set/outputdirena",OutDirEna ->isChecked());
+    ini.setValue ("set/outputdir",   OutDir    ->text());
+    ini.setValue ("set/outputfile",  OutputFile->currentText());
+    
+    WriteList(&ini,"hist/inputfile1",     InputFile1);
+    WriteList(&ini,"hist/inputfile2",     InputFile2);
+    WriteList(&ini,"hist/inputfile3",     InputFile3);
+    WriteList(&ini,"hist/inputfile4",     InputFile4);
+    WriteList(&ini,"hist/inputfile5",     InputFile5);
+    WriteList(&ini,"hist/inputfile6",     InputFile6);
+    WriteList(&ini,"hist/outputfile",     OutputFile);
+    
+    ini.setValue("opt/posmode",     PosMode     );
+    ini.setValue("opt/freq",        Freq        );
+    ini.setValue("opt/solution",    Solution    );
+    ini.setValue  ("opt/elmask",      ElMask      );
+    ini.setValue("opt/snrmask_ena1",SnrMask.ena[0]);
+    ini.setValue("opt/snrmask_ena2",SnrMask.ena[1]);
+    for (int i=0;i<3;i++) for (int j=0;j<9;j++) {
+        ini.setValue(QString("opt/snrmask_%1_%2").arg(i+1).arg(j+1),
+                        SnrMask.mask[i][j]);
+    }
+    ini.setValue("opt/ionoopt",     IonoOpt     );
+    ini.setValue("opt/tropopt",     TropOpt     );
+    ini.setValue("opt/rcvbiasest",  RcvBiasEst  );
+    ini.setValue("opt/dynamicmodel",DynamicModel);
+    ini.setValue("opt/tidecorr",    TideCorr    );
+    ini.setValue("opt/satephem",    SatEphem    );
+    ini.setValue ("opt/exsats",      ExSats      );
+    ini.setValue("opt/navsys",      NavSys      );
+    ini.setValue("opt/posopt1",     PosOpt[0]   );
+    ini.setValue("opt/posopt2",     PosOpt[1]   );
+    ini.setValue("opt/posopt3",     PosOpt[2]   );
+    ini.setValue("opt/posopt4",     PosOpt[3]   );
+    ini.setValue("opt/posopt5",     PosOpt[4]   );
+    ini.setValue("opt/posopt6",     PosOpt[5]   );
+    ini.setValue("opt/mapfunc",     MapFunc     );
+    
+    ini.setValue("opt/ambres",      AmbRes      );
+    ini.setValue("opt/gloambres",   GloAmbRes   );
+    ini.setValue("opt/bdsambres",   BdsAmbRes   );
+    ini.setValue  ("opt/validthresar",ValidThresAR);
+    ini.setValue  ("opt/thresar2",    ThresAR2    );
+    ini.setValue  ("opt/thresar3",    ThresAR3    );
+    ini.setValue("opt/lockcntfixamb",LockCntFixAmb);
+    ini.setValue("opt/fixcntholdamb",FixCntHoldAmb);
+    ini.setValue  ("opt/elmaskar",    ElMaskAR    );
+    ini.setValue  ("opt/elmaskhold",  ElMaskHold  );
+    ini.setValue("opt/outcntresetbias",OutCntResetAmb);
+    ini.setValue  ("opt/slipthres",   SlipThres   );
+    ini.setValue  ("opt/maxagediff",  MaxAgeDiff  );
+    ini.setValue  ("opt/rejectgdop",  RejectGdop  );
+    ini.setValue  ("opt/rejectthres", RejectThres );
+    ini.setValue("opt/ariter",      ARIter      );
+    ini.setValue("opt/numiter",     NumIter     );
+    ini.setValue("opt/codesmooth",  CodeSmooth  );
+    ini.setValue  ("opt/baselinelen", BaseLine[0] );
+    ini.setValue  ("opt/baselinesig", BaseLine[1] );
+    ini.setValue("opt/baselineconst",BaseLineConst);
+    
+    ini.setValue("opt/solformat",   SolFormat   );
+    ini.setValue("opt/timeformat",  TimeFormat  );
+    ini.setValue("opt/timedecimal", TimeDecimal );
+    ini.setValue("opt/latlonformat",LatLonFormat);
+    ini.setValue ("opt/fieldsep",    FieldSep    );
+    ini.setValue("opt/outputhead",  OutputHead  );
+    ini.setValue("opt/outputopt",   OutputOpt   );
+    ini.setValue("opt/outputdatum", OutputDatum );
+    ini.setValue("opt/outputheight",OutputHeight);
+    ini.setValue("opt/outputgeoid", OutputGeoid );
+    ini.setValue("opt/solstatic",   SolStatic   );
+    ini.setValue("opt/debugtrace",  DebugTrace  );
+    ini.setValue("opt/debugstatus", DebugStatus );
+    
+    ini.setValue  ("opt/measeratio1", MeasErrR1   );
+    ini.setValue  ("opt/measeratio2", MeasErrR2   );
+    ini.setValue  ("opt/measerr2",    MeasErr2    );
+    ini.setValue  ("opt/measerr3",    MeasErr3    );
+    ini.setValue  ("opt/measerr4",    MeasErr4    );
+    ini.setValue  ("opt/measerr5",    MeasErr5    );
+    ini.setValue  ("opt/satclkstab",  SatClkStab  );
+    ini.setValue  ("opt/prnoise1",    PrNoise1    );
+    ini.setValue  ("opt/prnoise2",    PrNoise2    );
+    ini.setValue  ("opt/prnoise3",    PrNoise3    );
+    ini.setValue  ("opt/prnoise4",    PrNoise4    );
+    ini.setValue  ("opt/prnoise5",    PrNoise5    );
+    
+    ini.setValue("opt/rovpostype",  RovPosType  );
+    ini.setValue("opt/refpostype",  RefPosType  );
+    ini.setValue  ("opt/rovpos1",     RovPos[0]   );
+    ini.setValue  ("opt/rovpos2",     RovPos[1]   );
+    ini.setValue  ("opt/rovpos3",     RovPos[2]   );
+    ini.setValue  ("opt/refpos1",     RefPos[0]   );
+    ini.setValue  ("opt/refpos2",     RefPos[1]   );
+    ini.setValue  ("opt/refpos3",     RefPos[2]   );
+    ini.setValue("opt/rovantpcv",   RovAntPcv   );
+    ini.setValue("opt/refantpcv",   RefAntPcv   );
+    ini.setValue ("opt/rovant",      RovAnt      );
+    ini.setValue ("opt/refant",      RefAnt      );
+    ini.setValue  ("opt/rovante",     RovAntE     );
+    ini.setValue  ("opt/rovantn",     RovAntN     );
+    ini.setValue  ("opt/rovantu",     RovAntU     );
+    ini.setValue  ("opt/refante",     RefAntE     );
+    ini.setValue  ("opt/refantn",     RefAntN     );
+    ini.setValue  ("opt/refantu",     RefAntU     );
+    
+    ini.setValue ("opt/rnxopts1",    RnxOpts1    );
+    ini.setValue ("opt/rnxopts2",    RnxOpts2    );
+    ini.setValue ("opt/pppopts",     PPPOpts     );
+    
+    ini.setValue ("opt/antpcvfile",  AntPcvFile  );
+    ini.setValue("opt/intprefobs",  IntpRefObs  );
+    ini.setValue("opt/sbassat",     SbasSat     );
+    ini.setValue("opt/netrscorr",   NetRSCorr   );
+    ini.setValue("opt/satclkcorr",  SatClkCorr  );
+    ini.setValue("opt/sbascorr",    SbasCorr    );
+    ini.setValue("opt/sbascorr1",   SbasCorr1   );
+    ini.setValue("opt/sbascorr2",   SbasCorr2   );
+    ini.setValue("opt/sbascorr3",   SbasCorr3   );
+    ini.setValue("opt/sbascorr4",   SbasCorr4   );
+    ini.setValue ("opt/sbascorrfile",SbasCorrFile);
+    ini.setValue ("opt/precephfile", PrecEphFile );
+    ini.setValue ("opt/satpcvfile",  SatPcvFile  );
+    ini.setValue ("opt/staposfile",  StaPosFile  );
+    ini.setValue ("opt/geoiddatafile",GeoidDataFile);
+    ini.setValue ("opt/ionofile",    IonoFile    );
+    ini.setValue ("opt/eopfile",     EOPFile     );
+    ini.setValue ("opt/dcbfile",     DCBFile     );
+    ini.setValue ("opt/blqfile",     BLQFile     );
+    ini.setValue ("opt/googleearthfile",GoogleEarthFile);
+    
+    RovList.replace("\n","@@");
+    for (int i=0;i<10;i++) {
+        ini.setValue(QString("opt/rovlist%1").arg(i+1),RovList.mid(i*2000,2000));
+    }
+
+    BaseList.replace("\n","@@");
+    for (int i=0;i<10;i++) {
+        ini.setValue(QString("opt/baselist%1").arg(i+1),BaseList.mid(i*2000,2000));
+    }
+    ini.setValue("opt/exterr_ena0", ExtErr.ena[0]);
+    ini.setValue("opt/exterr_ena1", ExtErr.ena[1]);
+    ini.setValue("opt/exterr_ena2", ExtErr.ena[2]);
+    ini.setValue("opt/exterr_ena3", ExtErr.ena[3]);
+    
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ini.setValue(QString("opt/exterr_cerr%1%2").arg(i).arg(j),ExtErr.cerr[i][j]);
+    }
+    for (int i=0;i<3;i++) for (int j=0;j<6;j++) {
+        ini.setValue(QString("exterr_perr%1%2").arg(i).arg(j),ExtErr.perr[i][j]);
+    }
+    ini.setValue  ("opt/exterr_gloicb0",ExtErr.gloicb[0]);
+    ini.setValue  ("opt/exterr_gloicb1",ExtErr.gloicb[1]);
+    ini.setValue  ("opt/exterr_gpsglob0",ExtErr.gpsglob[0]);
+    ini.setValue  ("opt/exterr_gpsglob1",ExtErr.gpsglob[1]);
+    
+    ini.setValue("conv/timespan",   convDialog->TimeSpan  ->isChecked()  );
+    ini.setValue ("conv/timey1",     convDialog->TimeY1    ->text()     );
+    ini.setValue ("conv/timeh1",     convDialog->TimeH1    ->text()     );
+    ini.setValue ("conv/timey2",     convDialog->TimeY2    ->text()     );
+    ini.setValue ("conv/timeh2",     convDialog->TimeH2    ->text()     );
+    ini.setValue("conv/timeintf",   convDialog->TimeIntF  ->isChecked()  );
+    ini.setValue ("conv/timeint",    convDialog->TimeInt   ->text()     );
+    ini.setValue("conv/trackcolor", convDialog->TrackColor->currentIndex());
+    ini.setValue("conv/pointcolor", convDialog->PointColor->currentIndex());
+    ini.setValue("conv/outputalt",  convDialog->OutputAlt ->currentIndex());
+    ini.setValue("conv/outputtime", convDialog->OutputTime->currentIndex());
+    ini.setValue("conv/addoffset",  convDialog->AddOffset ->isChecked()  );
+    ini.setValue ("conv/offset1",    convDialog->Offset1   ->text()     );
+    ini.setValue ("conv/offset2",    convDialog->Offset2   ->text()     );
+    ini.setValue ("conv/offset3",    convDialog->Offset3   ->text()     );
+    ini.setValue("conv/compress",   convDialog->Compress  ->isChecked()  );
+    
+    ini.setValue("viewer/color1",textViewer->Color1  );
+    ini.setValue("viewer/color2",textViewer->Color2  );
+    ini.setValue("viewer/fontname",textViewer->FontD.family());
+    ini.setValue("viewer/fontsize",textViewer->FontD.pointSize());
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/rtkpost_qt/postmain.h b/app/rtkpost_qt/postmain.h
new file mode 100644
index 0000000..c7ed774
--- /dev/null
+++ b/app/rtkpost_qt/postmain.h
@@ -0,0 +1,164 @@
+//---------------------------------------------------------------------------
+#ifndef postmainH
+#define postmainH
+//---------------------------------------------------------------------------
+#include <QString>
+#include <QDialog>
+#include <QThread>
+
+#include "rtklib.h"
+
+#include "ui_postmain.h"
+
+class QShowEvent;
+class QCloseEvent;
+class QSettings;
+class OptDialog;
+class TextViewer;
+class ConvDialog;
+
+
+//Helper Class ------------------------------------------------------------------
+
+class ProcessingThread : public QThread
+{
+    Q_OBJECT
+public:
+    prcopt_t prcopt;
+    solopt_t solopt;
+    filopt_t filopt;
+    gtime_t ts,te;
+    double ti,tu;
+    int n,stat;
+    char *infile[6],outfile[1024];
+    char *rov,*base;
+
+    explicit ProcessingThread(QObject *parent);
+    ~ProcessingThread();
+    void addInput(const QString &);
+    void addList(char * &sta, const QString & list);
+protected:
+    void run();
+
+signals:
+    void done(int);
+};
+//---------------------------------------------------------------------------
+
+class MainForm : public QDialog, public Ui::MainForm
+{
+    Q_OBJECT
+
+public slots:
+    void BtnPlotClick       ();
+    void BtnViewClick       ();
+    void BtnToKMLClick      ();
+    void BtnOptionClick     ();
+    void BtnExecClick       ();
+    void BtnStopClick       ();
+    void BtnExitClick       ();
+    void BtnAboutClick      ();
+	
+    void BtnTime1Click      ();
+    void BtnTime2Click      ();
+    void BtnInputFile1Click ();
+    void BtnInputFile3Click ();
+    void BtnInputFile2Click ();
+    void BtnInputFile4Click ();
+    void BtnInputFile5Click ();
+    void BtnOutputFileClick ();
+    void BtnInputView1Click ();
+    void BtnInputView3Click ();
+    void BtnInputView2Click ();
+    void BtnInputView4Click ();
+    void BtnInputView5Click ();
+    void BtnOutputView1Click();
+    void BtnOutputView2Click();
+    void BtnInputPlot1Click ();
+    void BtnInputPlot2Click ();
+    void BtnKeywordClick    ();
+	
+    void TimeStartClick     ();
+    void TimeEndClick       ();
+    void TimeIntFClick      ();
+    void TimeUnitFClick     ();
+	
+    void InputFile1Change   ();
+    void OutDirEnaClick();
+    void BtnOutDirClick();
+    void OutDirChange();
+    void BtnInputFile6Click();
+    void BtnInputView6Click();
+
+    void FormCreate          ();
+    void ProcessingFinished  (int);
+    void ShowMsg(const QString  &msg);
+protected:
+    void showEvent           (QShowEvent*);
+    void closeEvent          (QCloseEvent*);
+    void  dragEnterEvent        (QDragEnterEvent *event);
+    void  dropEvent             (QDropEvent *event);
+
+private:
+
+    OptDialog	 *optDialog;
+    ConvDialog *convDialog;
+    TextViewer *textViewer;
+
+    void  ExecProc           (void);
+    int  GetOption(prcopt_t &prcopt, solopt_t &solopt, filopt_t &filopt);
+    int  ObsToNav (const QString &obsfile, QString &navfile);
+	
+    QString FilePath(const QString &file);
+    void ReadList(QComboBox *, QSettings *ini,  const QString &key);
+    void WriteList(QSettings *ini, const QString &key, const QComboBox *combo);
+    void AddHist  (QComboBox *combo);
+    int ExecCmd(const QString &cmd, int show);
+	
+    gtime_t GetTime1(void);
+    gtime_t GetTime2(void);
+    void SetOutFile(void);
+    void SetTime1(gtime_t time);
+    void SetTime2(gtime_t time);
+    void UpdateEnable(void);
+    void LoadOpt(void);
+    void SaveOpt(void);
+	
+public:
+    QString IniFile;
+	
+	// options
+	int PosMode,Freq,Solution,DynamicModel,IonoOpt,TropOpt,RcvBiasEst;
+	int ARIter,NumIter,CodeSmooth,TideCorr;
+	int OutCntResetAmb,FixCntHoldAmb,LockCntFixAmb,RovPosType,RefPosType;
+	int SatEphem,NavSys;
+	int RovAntPcv,RefAntPcv,AmbRes,GloAmbRes,BdsAmbRes;
+	int OutputHead,OutputOpt,OutputDatum;
+	int OutputHeight,OutputGeoid,DebugTrace,DebugStatus,BaseLineConst;
+	int SolFormat,TimeFormat,LatLonFormat,IntpRefObs,NetRSCorr,SatClkCorr;
+	int SbasCorr,SbasCorr1,SbasCorr2,SbasCorr3,SbasCorr4,TimeDecimal;
+	int SolStatic,SbasSat,MapFunc;
+	int PosOpt[6];
+	double ElMask,MaxAgeDiff,RejectThres,RejectGdop;
+	double MeasErrR1,MeasErrR2,MeasErr2,MeasErr3,MeasErr4,MeasErr5;
+	double SatClkStab,RovAntE,RovAntN,RovAntU,RefAntE,RefAntN,RefAntU;
+	double PrNoise1,PrNoise2,PrNoise3,PrNoise4,PrNoise5;
+	double ValidThresAR,ElMaskAR,ElMaskHold,SlipThres;
+	double ThresAR2,ThresAR3;
+	double RovPos[3],RefPos[3],BaseLine[2];
+	snrmask_t SnrMask;
+	exterr_t ExtErr;
+	
+    QString RnxOpts1,RnxOpts2,PPPOpts;
+    QString FieldSep,RovAnt,RefAnt,AntPcvFile,StaPosFile,PrecEphFile;
+    QString NetRSCorrFile1,NetRSCorrFile2,SatClkCorrFile,GoogleEarthFile;
+    QString GeoidDataFile,IonoFile,DCBFile,EOPFile,BLQFile;
+    QString SbasCorrFile,SatPcvFile,ExSats;
+    QString RovList,BaseList;
+	
+    void ViewFile(const QString &file);
+    explicit MainForm(QWidget *parent=0);
+};
+
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost_qt/postmain.ui b/app/rtkpost_qt/postmain.ui
new file mode 100644
index 0000000..ca3b014
--- /dev/null
+++ b/app/rtkpost_qt/postmain.ui
@@ -0,0 +1,1514 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QWidget" name="MainForm">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>532</width>
+    <height>436</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>RTKPOST</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout_2">
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QWidget" name="Panel3" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="0" column="0" colspan="2">
+          <widget class="QCheckBox" name="TimeStart">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Time Start (GPST)</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QPushButton" name="BtnTime1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3" colspan="2">
+          <widget class="QCheckBox" name="TimeEnd">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Time End (GPST)</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QPushButton" name="BtnTime2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="6" colspan="2">
+          <widget class="QCheckBox" name="TimeIntF">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Interval</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="8">
+          <widget class="QCheckBox" name="TimeUnitF">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Unit</string>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QDateEdit" name="TimeY1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1" colspan="2">
+          <widget class="QTimeEdit" name="TimeH1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="3">
+          <widget class="QDateEdit" name="TimeY2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4" colspan="2">
+          <widget class="QTimeEdit" name="TimeH2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QComboBox" name="TimeInt">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+           <item>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>0.05</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>0.1</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>0.2</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>0.25</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>0.5</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>1</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>2</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>5</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>10</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>15</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>30</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>60</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="1" column="7">
+          <widget class="QLabel" name="LabelTimeInt">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>s</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="8">
+          <widget class="QLineEdit" name="TimeUnit">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>24</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="9">
+          <widget class="QLabel" name="LabelTimeUnit">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>H</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel4" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_2">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <property name="verticalSpacing">
+          <number>0</number>
+         </property>
+         <item row="0" column="0">
+          <widget class="QLabel" name="LabelInputFile1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>RINEX OBS</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QPushButton" name="BtnKeyword">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="4">
+          <widget class="QPushButton" name="BtnInputPlot1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/chart.bmp</normaloff>:/buttons/chart.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QPushButton" name="BtnInputView1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QPushButton" name="BtnInputFile1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="0">
+          <widget class="QLabel" name="LabelInputFile3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>RINEX OBS: Base Station</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="4">
+          <widget class="QPushButton" name="BtnInputPlot2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/chart.bmp</normaloff>:/buttons/chart.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="5">
+          <widget class="QPushButton" name="BtnInputView2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="5">
+          <widget class="QPushButton" name="BtnInputFile2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="0" colspan="2">
+          <widget class="QLabel" name="LabelInputFile2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>RINEX NAV/CLK, SP3, FCB, IONEX, SBS/EMS  or RTCM</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="2">
+          <widget class="QPushButton" name="BtnInputView3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="3">
+          <widget class="QPushButton" name="BtnInputView4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="4">
+          <widget class="QPushButton" name="BtnInputView5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="5">
+          <widget class="QPushButton" name="BtnInputView6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="5">
+          <widget class="QPushButton" name="BtnInputFile3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="6" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="6" column="5">
+          <widget class="QPushButton" name="BtnInputFile4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="7" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="7" column="5">
+          <widget class="QPushButton" name="BtnInputFile5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="8" column="0" colspan="5">
+          <widget class="QComboBox" name="InputFile6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="8" column="5">
+          <widget class="QPushButton" name="BtnInputFile6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel5" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_3">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item row="0" column="0">
+          <widget class="QLabel" name="Label1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Solution</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="OutDirEna">
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="checked">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QLabel" name="LabelOutDir">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Dir</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3">
+          <widget class="QLineEdit" name="OutDir">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="4">
+          <widget class="QPushButton" name="BtnOutDir">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0" colspan="4">
+          <widget class="QComboBox" name="OutputFile">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="editable">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="4">
+          <widget class="QPushButton" name="BtnOutputFile">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="widget" native="true">
+        <layout class="QHBoxLayout" name="horizontalLayout_2">
+         <property name="leftMargin">
+          <number>0</number>
+         </property>
+         <property name="topMargin">
+          <number>0</number>
+         </property>
+         <property name="rightMargin">
+          <number>0</number>
+         </property>
+         <property name="bottomMargin">
+          <number>0</number>
+         </property>
+         <item>
+          <widget class="QPushButton" name="BtnOutputView2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Show Debug Trace</string>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnOutputView1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Show Stat File</string>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../srctblbrows_qt/srctblbrows_qt.qrc">
+             <normaloff>:/buttons/sqr.bmp</normaloff>:/buttons/sqr.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Message">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnAbout">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QProgressBar" name="Progress">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <number>0</number>
+        </property>
+        <property name="maximum">
+         <number>100</number>
+        </property>
+        <property name="value">
+         <number>0</number>
+        </property>
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel2" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnPlot">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Plot...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnView">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&View...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnToKML">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>To &KML...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOption">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Options...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExec">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>E&xecute</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExit">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Exit</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../srctblbrows_qt/srctblbrows_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkpost_qt/postopt.cpp b/app/rtkpost_qt/postopt.cpp
new file mode 100644
index 0000000..a89c8f1
--- /dev/null
+++ b/app/rtkpost_qt/postopt.cpp
@@ -0,0 +1,1138 @@
+//---------------------------------------------------------------------------
+
+#include "postmain.h"
+#include "postopt.h"
+#include "keydlg.h"
+#include "viewer.h"
+#include "refdlg.h"
+#include "extopt.h"
+#include "maskoptdlg.h"
+
+#include <QShowEvent>
+#include <QFileDialog>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+extern MainForm *mainForm;
+
+//---------------------------------------------------------------------------
+OptDialog::OptDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+    widget->setVisible(false);
+
+    int nglo=MAXPRNGLO,ngal=MAXPRNGAL,nqzs=MAXPRNQZS,ncmp=MAXPRNCMP;
+    
+#if 0
+    QString label,s;
+    Freq->Items->Clear();
+    for (int i=0;i<NFREQ;i++) {
+        label=label+(i>0?"+":"L")+s.sprintf("%d",freq[i]);
+        Freq->Items->Add(label);
+    }
+#endif
+
+    QCompleter *fileCompleter=new QCompleter(this);
+    QFileSystemModel *fileModel=new QFileSystemModel(fileCompleter);
+    fileModel->setRootPath("");
+    fileCompleter->setModel(fileModel);
+    StaPosFile->setCompleter(fileCompleter);
+    AntPcvFile->setCompleter(fileCompleter);
+    SatPcvFile->setCompleter(fileCompleter);
+    DCBFile->setCompleter(fileCompleter);
+    GeoidDataFile->setCompleter(fileCompleter);
+    EOPFile->setCompleter(fileCompleter);
+    BLQFile->setCompleter(fileCompleter);
+    IonoFile->setCompleter(fileCompleter);
+
+
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(RovAntPcv,SIGNAL(clicked(bool)),this,SLOT(RovAntPcvClick()));
+    connect(RefAntPcv,SIGNAL(clicked(bool)),this,SLOT(RovAntPcvClick()));
+    connect(BtnAntPcvFile,SIGNAL(clicked(bool)),this,SLOT(BtnAntPcvFileClick()));
+    connect(BtnIonoFile,SIGNAL(clicked(bool)),this,SLOT(BtnIonoFileClick()));
+    connect(BtnAntPcvView,SIGNAL(clicked(bool)),this,SLOT(BtnAntPcvViewClick()));
+    connect(PosMode,SIGNAL(currentIndexChanged(int)),this,SLOT(PosModeChange()));
+    connect(SolFormat,SIGNAL(currentIndexChanged(int)),this,SLOT(SolFormatChange()));
+    connect(AmbRes,SIGNAL(currentIndexChanged(int)),this,SLOT(AmbResChange()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+    connect(Freq,SIGNAL(currentIndexChanged(int)),this,SLOT(FreqChange()));
+    connect(BtnRefPos,SIGNAL(clicked(bool)),this,SLOT(BtnRefPosClick()));
+    connect(BtnRovPos,SIGNAL(clicked(bool)),this,SLOT(BtnRovPosClick()));
+    connect(BtnStaPosView,SIGNAL(clicked(bool)),this,SLOT(BtnStaPosViewClick()));
+    connect(BtnStaPosFile,SIGNAL(clicked(bool)),this,SLOT(BtnSatPcvFileClick()));
+    connect(OutputHeight,SIGNAL(currentIndexChanged(int)),this,SLOT(OutputHeightClick()));
+    connect(RefPosType,SIGNAL(currentIndexChanged(int)),this,SLOT(RefPosTypeChange()));
+    connect(RovPosType,SIGNAL(currentIndexChanged(int)),this,SLOT(RovPosTypeChange()));
+    connect(BtnSatPcvFile,SIGNAL(clicked(bool)),this,SLOT(BtnSatPcvFileClick()));
+    connect(BtnSatPcvView,SIGNAL(clicked(bool)),this,SLOT(BtnSatPcvViewClick()));
+    connect(SatEphem,SIGNAL(currentIndexChanged(int)),this,SLOT(SatEphemChange()));
+    connect(BtnGeoidDataFile,SIGNAL(clicked(bool)),this,SLOT(BtnGeoidDataFileClick()));
+    connect(BaselineConst,SIGNAL(clicked(bool)),this,SLOT(BaselineConstClick()));
+    connect(NavSys1,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys2,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys3,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys4,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys5,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(NavSys6,SIGNAL(clicked(bool)),this,SLOT(NavSys2Click()));
+    connect(IonoOpt,SIGNAL(currentIndexChanged(int)),this,SLOT(IonoOptChange()));
+    connect(TropOpt,SIGNAL(currentIndexChanged(int)),this,SLOT(TropOptChange()));
+    connect(DynamicModel,SIGNAL(currentIndexChanged(int)),this,SLOT(DynamicModelChange()));
+    connect(SatEphem,SIGNAL(currentIndexChanged(int)),this,SLOT(SatEphemChange()));
+    connect(RovAnt,SIGNAL(currentIndexChanged(int)),this,SLOT(RovAntClick()));
+    connect(RefAnt,SIGNAL(currentIndexChanged(int)),this,SLOT(RefAntClick()));
+    connect(BtnDCBFile,SIGNAL(clicked(bool)),this,SLOT(BtnDCBFileClick()));
+    connect(BtnDCBView,SIGNAL(clicked(bool)),this,SLOT(BtnDCBViewClick()));
+    connect(BtnHelp,SIGNAL(clicked(bool)),this,SLOT(BtnHelpClick()));
+    connect(BtnBLQFile,SIGNAL(clicked(bool)),this,SLOT(BtnBLQFileClick()));
+    connect(BtnBLQFileView,SIGNAL(clicked(bool)),this,SLOT(BtnBLQFileViewClick()));
+    connect(BtnEOPFile,SIGNAL(clicked(bool)),this,SLOT(BtnEOPFileClick()));
+    connect(BtnEOPView,SIGNAL(clicked(bool)),this,SLOT(BtnEOPViewClick()));
+    connect(BtnExtOpt,SIGNAL(clicked(bool)),this,SLOT(BtnExtOptClick()));
+    connect(BtnMask,SIGNAL(clicked(bool)),this,SLOT(BtnMaskClick()));
+
+    if (nglo<=0) NavSys2->setEnabled(false);
+    if (ngal<=0) NavSys3->setEnabled(false);
+    if (nqzs<=0) NavSys4->setEnabled(false);
+    if (ncmp<=0) NavSys6->setEnabled(false);
+
+    UpdateEnable();        
+}
+//---------------------------------------------------------------------------
+void OptDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    GetOpt();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnOkClick()
+{
+	SetOpt();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnLoadClick()
+{
+    LoadOpt(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Load Options"),QString(),tr("Options File (*.conf);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSaveClick()
+{
+    QString file;
+    file=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save Options"),QString(),tr("Options File (*.conf);;All (*.*)")));
+    QFileInfo f(file);
+    if (f.suffix()=="") file=file+".conf";
+	SaveOpt(file);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnStaPosViewClick()
+{
+    if (StaPosFile->text()=="") return;
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+    viewer->Read(StaPosFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnStaPosFileClick()
+{
+    StaPosFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Station Postion File"),QString(),tr("Position File (*.pos);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovPosTypeChange()
+{
+    QLineEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double pos[3];
+
+    GetPos(RovPosTypeP,edit,pos);
+    SetPos(RovPosType->currentIndex(),edit,pos);
+    RovPosTypeP=RovPosType->currentIndex();
+
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RefPosTypeChange()
+{
+    QLineEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double pos[3];
+
+    GetPos(RefPosTypeP,edit,pos);
+    SetPos(RefPosType->currentIndex(),edit,pos);
+    RefPosTypeP=RefPosType->currentIndex();
+
+    UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnRovPosClick()
+{
+    QLineEdit *edit[]={RovPos1,RovPos2,RovPos3};
+	double p[3],pos[3];
+
+    GetPos(RovPosType->currentIndex(),edit,p);
+	ecef2pos(p,pos);
+
+    RefDialog *refDialog=new RefDialog(this);
+    refDialog->RovPos[0]=pos[0]*R2D;
+    refDialog->RovPos[1]=pos[1]*R2D;
+    refDialog->Pos[2]=pos[2];
+    refDialog->StaPosFile=StaPosFile->text();
+    refDialog->move(this->pos().x()+width()/2-refDialog->width()/2,
+                this->pos().y()+height()/2-refDialog->height()/2);
+
+    refDialog->exec();
+    if (refDialog->result()!=QDialog::Accepted) return;
+
+    pos[0]=refDialog->Pos[0]*D2R;
+    pos[1]=refDialog->Pos[1]*D2R;
+    pos[2]=refDialog->Pos[2];
+
+    pos2ecef(pos,p);
+    SetPos(RovPosType->currentIndex(),edit,p);
+
+    delete refDialog;
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnRefPosClick()
+{
+    QLineEdit *edit[]={RefPos1,RefPos2,RefPos3};
+	double p[3],pos[3];
+
+    GetPos(RefPosType->currentIndex(),edit,p);
+	ecef2pos(p,pos);
+
+    RefDialog *refDialog=new RefDialog(this);
+    refDialog->RovPos[0]=pos[0]*R2D;
+    refDialog->RovPos[1]=pos[1]*R2D;
+    refDialog->RovPos[2]=pos[2];
+    refDialog->StaPosFile=StaPosFile->text();
+    refDialog->move(this->pos().x()+width()/2-refDialog->width()/2,
+                this->pos().y()+height()/2-refDialog->height()/2);
+
+    refDialog->exec();
+    if (refDialog->result()!=QDialog::Accepted) return;
+
+    pos[0]=refDialog->Pos[0]*D2R;
+    pos[1]=refDialog->Pos[1]*D2R;
+    pos[2]=refDialog->Pos[2];
+
+    pos2ecef(pos,p);
+    SetPos(RefPosType->currentIndex(),edit,p);
+
+    delete refDialog;
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSatPcvViewClick()
+{
+    if (SatPcvFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+    viewer->Read(SatPcvFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnSatPcvFileClick()
+{
+    SatPcvFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Satellite Antenna PCV File"),QString(),tr("PCV File (*.pcv *.atx);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnAntPcvViewClick()
+{
+    if (AntPcvFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+    viewer->Read(AntPcvFile->text());
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnAntPcvFileClick()
+{
+    AntPcvFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Receiver Antenna PCV File"),QString(),tr("APCV File (*.pcv *.atx);;All (*.*)"))));
+    ReadAntList();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnGeoidDataFileClick()
+{
+    GeoidDataFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Geoid Data File"),QString(),tr("All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnDCBFileClick()
+{
+    DCBFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("DCB Data File"),QString(),tr("DCB Data File (*.dcb *.DCB);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnDCBViewClick()
+{
+    QString DCBFile_Text=DCBFile->text();
+    if (DCBFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+	viewer->Read(DCBFile_Text);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnEOPFileClick()
+{
+    EOPFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("EOP Date File"),QString(),tr("EOP Data File (*.eop *.erp);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnEOPViewClick()
+{
+    QString EOPFile_Text=EOPFile->text();
+    if (EOPFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+	viewer->Read(EOPFile_Text);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnBLQFileClick()
+{
+    BLQFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Ocean Tide Loading BLQ File"),QString(),tr("OTL BLQ File (*.blq);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnBLQFileViewClick()
+{
+    QString BLQFile_Text=BLQFile->text();
+    if (BLQFile->text()=="") return;
+
+    TextViewer *viewer=new TextViewer(this);
+    viewer->show();
+	viewer->Read(BLQFile_Text);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnIonoFileClick()
+{
+    IonoFile->setText(QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Ionosphere DataFile"),QString(),tr("Ionosphere Data File (*.*i,*stec);;All (*.*)"))));
+}
+//---------------------------------------------------------------------------
+void OptDialog::FreqChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::IonoOptChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::TropOptChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::DynamicModelChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SatEphemChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SolFormatChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::PosModeChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SatEphemClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::NavSys2Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::AmbResChange()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovAntPcvClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::NetRSCorrClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SatClkCorrClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovPosClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RefPosClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SbasCorrClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::OutputHeightClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BaselineConstClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RovAntClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::RefAntClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::GetOpt(void)
+{
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+
+    PosMode		 ->setCurrentIndex(mainForm->PosMode);
+    Freq		 ->setCurrentIndex(mainForm->Freq);
+    Solution	 ->setCurrentIndex(mainForm->Solution);
+    ElMask		 ->setCurrentText(QString::number(mainForm->ElMask,'f',0));
+    SnrMask						=mainForm->SnrMask;
+    DynamicModel ->setCurrentIndex(mainForm->DynamicModel);
+    TideCorr	 ->setCurrentIndex(mainForm->TideCorr);
+    IonoOpt		 ->setCurrentIndex(mainForm->IonoOpt);
+    TropOpt		 ->setCurrentIndex(mainForm->TropOpt);
+    SatEphem	 ->setCurrentIndex(mainForm->SatEphem);
+    ExSats	     ->setText(mainForm->ExSats);
+    NavSys1	     ->setChecked(mainForm->NavSys&SYS_GPS);
+    NavSys2	     ->setChecked(mainForm->NavSys&SYS_GLO);
+    NavSys3	     ->setChecked(mainForm->NavSys&SYS_GAL);
+    NavSys4	     ->setChecked(mainForm->NavSys&SYS_QZS);
+    NavSys5	     ->setChecked(mainForm->NavSys&SYS_SBS);
+    NavSys6	     ->setChecked(mainForm->NavSys&SYS_CMP);
+    PosOpt1	     ->setChecked(mainForm->PosOpt[0]);
+    PosOpt2	     ->setChecked(mainForm->PosOpt[1]);
+    PosOpt3	     ->setChecked(mainForm->PosOpt[2]);
+    PosOpt4	     ->setChecked(mainForm->PosOpt[3]);
+    PosOpt5	     ->setChecked(mainForm->PosOpt[4]);
+    PosOpt6	     ->setChecked(mainForm->PosOpt[5]);
+//	MapFunc	     ->setCurrentIndex(mainForm->MapFunc);
+	
+    AmbRes		 ->setCurrentIndex(mainForm->AmbRes);
+    GloAmbRes	 ->setCurrentIndex(mainForm->GloAmbRes);
+    BdsAmbRes	 ->setCurrentIndex(mainForm->BdsAmbRes);
+    ValidThresAR ->setText(QString::number(mainForm->ValidThresAR,'g',3));
+    ThresAR2     ->setText(QString::number(mainForm->ThresAR2,'g',8));
+    ThresAR3     ->setText(QString::number(mainForm->ThresAR3,'g',3));
+    OutCntResetAmb->setText(QString::number(mainForm->OutCntResetAmb));
+    FixCntHoldAmb->setText(QString::number(mainForm->FixCntHoldAmb));
+    LockCntFixAmb->setText(QString::number(mainForm->LockCntFixAmb));
+    ElMaskAR	 ->setText(QString::number(mainForm->ElMaskAR,'f',0));
+    ElMaskHold	 ->setText(QString::number(mainForm->ElMaskHold,'f',0));
+    MaxAgeDiff	 ->setText(QString::number(mainForm->MaxAgeDiff,'f',1));
+    RejectGdop   ->setText(QString::number(mainForm->RejectGdop,'f',1));
+    RejectThres  ->setText(QString::number(mainForm->RejectThres,'f',1));
+    SlipThres	 ->setText(QString::number(mainForm->SlipThres,'f',3));
+    ARIter		 ->setText(QString::number(mainForm->ARIter));
+    NumIter		 ->setText(QString::number(mainForm->NumIter));
+    BaselineLen	 ->setText(QString::number(mainForm->BaseLine[0],'f',3));
+    BaselineSig	 ->setText(QString::number(mainForm->BaseLine[1],'f',3));
+    BaselineConst->setChecked(mainForm->BaseLineConst);
+	
+    SolFormat	 ->setCurrentIndex(mainForm->SolFormat);
+    TimeFormat	 ->setCurrentIndex(mainForm->TimeFormat);
+    TimeDecimal	 ->setText(QString::number(mainForm->TimeDecimal));
+    LatLonFormat ->setCurrentIndex(mainForm->LatLonFormat);
+    FieldSep	 ->setText(mainForm->FieldSep);
+    OutputHead	 ->setCurrentIndex(mainForm->OutputHead);
+    OutputOpt	 ->setCurrentIndex(mainForm->OutputOpt);
+    OutputDatum  ->setCurrentIndex(mainForm->OutputDatum);
+    OutputHeight ->setCurrentIndex(mainForm->OutputHeight);
+    OutputGeoid  ->setCurrentIndex(mainForm->OutputGeoid);
+    SolStatic    ->setCurrentIndex(mainForm->SolStatic);
+    DebugTrace	 ->setCurrentIndex(mainForm->DebugTrace);
+    DebugStatus	 ->setCurrentIndex(mainForm->DebugStatus);
+	
+    MeasErrR1	 ->setText(QString::number(mainForm->MeasErrR1,'f',1));
+    MeasErrR2	 ->setText(QString::number(mainForm->MeasErrR2,'f',1));
+    MeasErr2	 ->setText(QString::number(mainForm->MeasErr2,'f',3));
+    MeasErr3	 ->setText(QString::number(mainForm->MeasErr3,'f',3));
+    MeasErr4	 ->setText(QString::number(mainForm->MeasErr4,'f',3));
+    MeasErr5	 ->setText(QString::number(mainForm->MeasErr5,'f',3));
+    SatClkStab	 ->setText(QString::number(mainForm->SatClkStab,'E',2));
+    PrNoise1	 ->setText(QString::number(mainForm->PrNoise1,'E',2));
+    PrNoise2	 ->setText(QString::number(mainForm->PrNoise2,'E',2));
+    PrNoise3	 ->setText(QString::number(mainForm->PrNoise3,'E',2));
+    PrNoise4	 ->setText(QString::number(mainForm->PrNoise4,'E',2));
+    PrNoise5	 ->setText(QString::number(mainForm->PrNoise5,'E',2));
+	
+    RovAntPcv	 ->setChecked(mainForm->RovAntPcv);
+    RefAntPcv	 ->setChecked(mainForm->RefAntPcv);
+    RovAntE		 ->setText(QString::number(mainForm->RovAntE,'f',4));
+    RovAntN		 ->setText(QString::number(mainForm->RovAntN,'f',4));
+    RovAntU		 ->setText(QString::number(mainForm->RovAntU,'f',4));
+    RefAntE		 ->setText(QString::number(mainForm->RefAntE,'f',4));
+    RefAntN		 ->setText(QString::number(mainForm->RefAntN,'f',4));
+    RefAntU		 ->setText(QString::number(mainForm->RefAntU,'f',4));
+    AntPcvFile	 ->setText(mainForm->AntPcvFile);
+	
+    RnxOpts1	 ->setText(mainForm->RnxOpts1);
+    RnxOpts2	 ->setText(mainForm->RnxOpts2);
+    PPPOpts		 ->setText(mainForm->PPPOpts);
+	
+    IntpRefObs	 ->setCurrentIndex(mainForm->IntpRefObs);
+    SbasSat		 ->setText(QString::number(mainForm->SbasSat));
+    SatPcvFile   ->setText(mainForm->SatPcvFile);
+    StaPosFile	 ->setText(mainForm->StaPosFile);
+    GeoidDataFile->setText(mainForm->GeoidDataFile);
+    EOPFile		 ->setText(mainForm->EOPFile);
+    DCBFile		 ->setText(mainForm->DCBFile);
+    BLQFile		 ->setText(mainForm->BLQFile);
+    IonoFile	 ->setText(mainForm->IonoFile);
+    RovPosType	 ->setCurrentIndex(mainForm->RovPosType);
+    RefPosType	 ->setCurrentIndex(mainForm->RefPosType);
+    RovPosTypeP					=RovPosType->currentIndex();
+    RefPosTypeP					=RefPosType->currentIndex();
+    SetPos(RovPosType->currentIndex(),editu,mainForm->RovPos);
+    SetPos(RefPosType->currentIndex(),editr,mainForm->RefPos);
+	ReadAntList();
+	
+    RovAnt		 ->setCurrentText(mainForm->RovAnt);
+    RefAnt		 ->setCurrentText(mainForm->RefAnt);
+
+    RovList		 ->setPlainText(mainForm->RovList);
+    BaseList	 ->setPlainText(mainForm->BaseList);
+	
+    ExtErr						=mainForm->ExtErr;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SetOpt(void)
+{
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+	
+    mainForm->PosMode		=PosMode	->currentIndex();
+    mainForm->Freq			=Freq		->currentIndex();
+    mainForm->Solution		=Solution   ->currentIndex();
+    mainForm->ElMask		=ElMask	->currentText().toDouble();
+    mainForm->SnrMask		=SnrMask;
+    mainForm->DynamicModel	=DynamicModel->currentIndex();
+    mainForm->TideCorr		=TideCorr	->currentIndex();
+    mainForm->IonoOpt	  	=IonoOpt	->currentIndex();
+    mainForm->TropOpt	  	=TropOpt	->currentIndex();
+    mainForm->SatEphem	  	=SatEphem	->currentIndex();
+    mainForm->ExSats	  	=ExSats		->text();
+    mainForm->NavSys	  	=0;
+    if (NavSys1->isChecked()) mainForm->NavSys|=SYS_GPS;
+    if (NavSys2->isChecked()) mainForm->NavSys|=SYS_GLO;
+    if (NavSys3->isChecked()) mainForm->NavSys|=SYS_GAL;
+    if (NavSys4->isChecked()) mainForm->NavSys|=SYS_QZS;
+    if (NavSys5->isChecked()) mainForm->NavSys|=SYS_SBS;
+    if (NavSys6->isChecked()) mainForm->NavSys|=SYS_CMP;
+    mainForm->PosOpt[0]	  	=PosOpt1	->isChecked();
+    mainForm->PosOpt[1]	  	=PosOpt2	->isChecked();
+    mainForm->PosOpt[2]	  	=PosOpt3	->isChecked();
+    mainForm->PosOpt[3]	  	=PosOpt4	->isChecked();
+    mainForm->PosOpt[4]	  	=PosOpt5	->isChecked();
+    mainForm->PosOpt[5]	  	=PosOpt6	->isChecked();
+//	mainForm->MapFunc		=MapFunc	->ItemIndex;
+	
+    mainForm->AmbRes	  	=AmbRes		->currentIndex();
+    mainForm->GloAmbRes	  	=GloAmbRes	->currentIndex();
+    mainForm->BdsAmbRes	  	=BdsAmbRes	->currentIndex();
+    mainForm->ValidThresAR	=ValidThresAR->text().toDouble();
+    mainForm->ThresAR2		=ThresAR2->text().toDouble();
+    mainForm->ThresAR3		=ThresAR3->text().toDouble();
+    mainForm->OutCntResetAmb=OutCntResetAmb->text().toInt();
+    mainForm->FixCntHoldAmb =FixCntHoldAmb->text().toInt();
+    mainForm->OutCntResetAmb=OutCntResetAmb->text().toInt();
+    mainForm->LockCntFixAmb	=LockCntFixAmb->text().toInt();
+    mainForm->ElMaskAR	  	=ElMaskAR   ->text().toInt();
+    mainForm->ElMaskHold  	=ElMaskHold ->text().toInt();
+    mainForm->MaxAgeDiff  	=MaxAgeDiff ->text().toDouble();
+    mainForm->RejectGdop 	=RejectGdop ->text().toDouble();
+    mainForm->RejectThres 	=RejectThres->text().toDouble();
+    mainForm->SlipThres   	=SlipThres  ->text().toDouble();
+    mainForm->ARIter	  	=ARIter		  ->text().toInt();
+    mainForm->NumIter	  	=NumIter	  ->text().toInt();
+    mainForm->BaseLine[0]  	=BaselineLen->text().toDouble();
+    mainForm->BaseLine[1]  	=BaselineSig->text().toDouble();
+    mainForm->BaseLineConst	=BaselineConst->isChecked();
+	
+    mainForm->SolFormat   	=SolFormat  ->currentIndex();
+    mainForm->TimeFormat  	=TimeFormat ->currentIndex();
+    mainForm->TimeDecimal  	=TimeDecimal->text().toDouble();
+    mainForm->LatLonFormat	=LatLonFormat->currentIndex();
+    mainForm->FieldSep	  	=FieldSep   ->text();
+    mainForm->OutputHead  	=OutputHead ->currentIndex();
+    mainForm->OutputOpt   	=OutputOpt  ->currentIndex();
+    mainForm->OutputDatum 	=OutputDatum->currentIndex();
+    mainForm->OutputHeight	=OutputHeight->currentIndex();
+    mainForm->OutputGeoid 	=OutputGeoid->currentIndex();
+    mainForm->SolStatic	 	=SolStatic  ->currentIndex();
+    mainForm->DebugTrace  	=DebugTrace ->currentIndex();
+    mainForm->DebugStatus  	=DebugStatus->currentIndex();
+	
+    mainForm->MeasErrR1	  =MeasErrR1  ->text().toDouble();
+    mainForm->MeasErrR2	  =MeasErrR2  ->text().toDouble();
+    mainForm->MeasErr2	  =MeasErr2   ->text().toDouble();
+    mainForm->MeasErr3	  =MeasErr3   ->text().toDouble();
+    mainForm->MeasErr4	  =MeasErr4   ->text().toDouble();
+    mainForm->MeasErr5	  =MeasErr5   ->text().toDouble();
+    mainForm->SatClkStab  =SatClkStab ->text().toDouble();
+    mainForm->PrNoise1	  =PrNoise1   ->text().toDouble();
+    mainForm->PrNoise2	  =PrNoise2   ->text().toDouble();
+    mainForm->PrNoise3	  =PrNoise3   ->text().toDouble();
+    mainForm->PrNoise4	  =PrNoise4   ->text().toDouble();
+    mainForm->PrNoise5	  =PrNoise5   ->text().toDouble();
+	
+    mainForm->RovAntPcv   =RovAntPcv	->isChecked();
+    mainForm->RefAntPcv   =RefAntPcv	->isChecked();
+    mainForm->RovAnt	  =RovAnt		->currentText();
+    mainForm->RefAnt	  =RefAnt		->currentText();
+    mainForm->RovAntE	  =RovAntE	->text().toDouble();
+    mainForm->RovAntN	  =RovAntN	->text().toDouble();
+    mainForm->RovAntU	  =RovAntU	->text().toDouble();
+    mainForm->RefAntE	  =RefAntE	->text().toDouble();
+    mainForm->RefAntN	  =RefAntN	->text().toDouble();
+    mainForm->RefAntU	  =RefAntU	->text().toDouble();
+	
+    mainForm->RnxOpts1	  =RnxOpts1		->text();
+    mainForm->RnxOpts2	  =RnxOpts2		->text();
+    mainForm->PPPOpts	  =PPPOpts		->text();
+	
+    mainForm->IntpRefObs  =IntpRefObs	->currentIndex();
+    mainForm->SbasSat     =SbasSat		->text().toInt();
+    mainForm->AntPcvFile  =AntPcvFile	->text();
+    mainForm->SatPcvFile  =SatPcvFile	->text();
+    mainForm->StaPosFile  =StaPosFile	->text();
+    mainForm->GeoidDataFile=GeoidDataFile->text();
+    mainForm->EOPFile     =EOPFile		->text();
+    mainForm->DCBFile     =DCBFile		->text();
+    mainForm->BLQFile     =BLQFile		->text();
+    mainForm->IonoFile    =IonoFile		->text();
+    mainForm->RovPosType  =RovPosType	->currentIndex();
+    mainForm->RefPosType  =RefPosType	->currentIndex();
+    GetPos(RovPosType->currentIndex(),editu,mainForm->RovPos);
+    GetPos(RefPosType->currentIndex(),editr,mainForm->RefPos);
+	
+    mainForm->RovList	  =RovList		->toPlainText();
+    mainForm->BaseList	  =BaseList		->toPlainText();
+	
+    mainForm->ExtErr	  =ExtErr;
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::LoadOpt(const QString &file)
+{
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+    QString buff;
+    char id[32];
+	int sat;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+    filopt_t filopt;
+	
+    memset(&filopt,0,sizeof(filopt_t));
+
+	resetsysopts();
+    if (!loadopts(qPrintable(file),sysopts)) return;
+	getsysopts(&prcopt,&solopt,&filopt);
+	
+    PosMode		 ->setCurrentIndex(prcopt.mode);
+    Freq		 ->setCurrentIndex(prcopt.nf>NFREQ-1?NFREQ-1:prcopt.nf-1);
+    Solution	 ->setCurrentIndex(prcopt.soltype);
+    ElMask		 ->setCurrentText(QString::number(prcopt.elmin*R2D,'f',0));
+	SnrMask						=prcopt.snrmask;
+    DynamicModel ->setCurrentIndex(prcopt.dynamics);
+    TideCorr	 ->setCurrentIndex(prcopt.tidecorr);
+    IonoOpt		 ->setCurrentIndex(prcopt.ionoopt);
+    TropOpt		 ->setCurrentIndex(prcopt.tropopt);
+    SatEphem	 ->setCurrentIndex(prcopt.sateph);
+    ExSats	     ->setText("");
+    for (sat=1;sat<=MAXSAT;sat++) {
+		if (!prcopt.exsats[sat-1]) continue;
+		satno2id(sat,id);
+        buff+=QString("%1%2%3").arg(buff.isEmpty()?"":" ").arg(prcopt.exsats[sat-1]==2?"+":"").arg(id);
+	}
+    ExSats		 ->setText(buff);
+    NavSys1	     ->setChecked(prcopt.navsys&SYS_GPS);
+    NavSys2	     ->setChecked(prcopt.navsys&SYS_GLO);
+    NavSys3	     ->setChecked(prcopt.navsys&SYS_GAL);
+    NavSys4	     ->setChecked(prcopt.navsys&SYS_QZS);
+    NavSys5	     ->setChecked(prcopt.navsys&SYS_SBS);
+    NavSys6	     ->setChecked(prcopt.navsys&SYS_CMP);
+    PosOpt1	     ->setChecked(prcopt.posopt[0]);
+    PosOpt2	     ->setChecked(prcopt.posopt[1]);
+    PosOpt3	     ->setChecked(prcopt.posopt[2]);
+    PosOpt4	     ->setChecked(prcopt.posopt[3]);
+    PosOpt5	     ->setChecked(prcopt.posopt[4]);
+    PosOpt6	     ->setChecked(prcopt.posopt[5]);
+//	MapFunc	     ->ItemIndex	=prcopt.mapfunc;
+	
+    AmbRes		 ->setCurrentIndex(prcopt.modear);
+    GloAmbRes	 ->setCurrentIndex(prcopt.glomodear);
+    BdsAmbRes	 ->setCurrentIndex(prcopt.bdsmodear);
+    ValidThresAR ->setText(QString::number(prcopt.thresar[0],'g',3));
+    ThresAR2	 ->setText(QString::number(prcopt.thresar[1],'g',9));
+    ThresAR3	 ->setText(QString::number(prcopt.thresar[2],'g',3));
+    OutCntResetAmb->setText(QString::number(prcopt.maxout));
+    FixCntHoldAmb->setText(QString::number(prcopt.minfix));
+    LockCntFixAmb  ->setText(QString::number(prcopt.minlock));
+    ElMaskAR	 ->setText(QString::number(prcopt.elmaskar*R2D,'f',0));
+    ElMaskHold	 ->setText(QString::number(prcopt.elmaskhold*R2D,'f',0));
+    MaxAgeDiff	 ->setText(QString::number(prcopt.maxtdiff,'f',1));
+    RejectGdop   ->setText(QString::number(prcopt.maxgdop,'f',1));
+    RejectThres  ->setText(QString::number(prcopt.maxinno,'f',1));
+    SlipThres	 ->setText(QString::number(prcopt.thresslip,'f',3));
+    ARIter		 ->setText(QString::number(prcopt.armaxiter));
+    NumIter		 ->setText(QString::number(prcopt.niter));
+    BaselineLen	 ->setText(QString::number(prcopt.baseline[0],'f',3));
+    BaselineSig	 ->setText(QString::number(prcopt.baseline[1],'f',3));
+    BaselineConst->setChecked(prcopt.baseline[0]>0.0);
+	
+    SolFormat	 ->setCurrentIndex(solopt.posf);
+    TimeFormat	 ->setCurrentIndex(solopt.timef==0?0:solopt.times+1);
+    TimeDecimal	 ->setText(QString::number(solopt.timeu));
+    LatLonFormat ->setCurrentIndex(solopt.degf);
+    FieldSep	 ->setText(solopt.sep);
+    OutputHead	 ->setCurrentIndex(solopt.outhead);
+    OutputOpt	 ->setCurrentIndex(solopt.outopt);
+    OutputDatum  ->setCurrentIndex(solopt.datum);
+    OutputHeight ->setCurrentIndex(solopt.height);
+    OutputGeoid  ->setCurrentIndex(solopt.geoid);
+    SolStatic    ->setCurrentIndex(solopt.solstatic);
+    NmeaIntv1	 ->setText(QString::number(solopt.nmeaintv[0],'g',2));
+    NmeaIntv2	 ->setText(QString::number(solopt.nmeaintv[1],'g',2));
+    DebugTrace	 ->setCurrentIndex(solopt.trace);
+    DebugStatus	 ->setCurrentIndex(solopt.sstat);
+	
+    MeasErrR1	 ->setText(QString::number(prcopt.eratio[0],'f',1));
+    MeasErrR2	 ->setText(QString::number(prcopt.eratio[1],'f',1));
+    MeasErr2	 ->setText(QString::number(prcopt.err[1],'f',3));
+    MeasErr3	 ->setText(QString::number(prcopt.err[2],'f',3));
+    MeasErr4	 ->setText(QString::number(prcopt.err[3],'f',3));
+    MeasErr5	 ->setText(QString::number(prcopt.err[4],'f',3));
+    SatClkStab	 ->setText(QString::number(prcopt.sclkstab,'E',2));
+    PrNoise1	 ->setText(QString::number(prcopt.prn[0],'E',2));
+    PrNoise2	 ->setText(QString::number(prcopt.prn[1],'E',2));
+    PrNoise3	 ->setText(QString::number(prcopt.prn[2],'E',2));
+    PrNoise4	 ->setText(QString::number(prcopt.prn[3],'E',2));
+    PrNoise5	 ->setText(QString::number(prcopt.prn[4],'E',2));
+	
+    RovAntPcv	 ->setChecked(*prcopt.anttype[0]);
+    RefAntPcv	 ->setChecked(*prcopt.anttype[1]);
+    RovAnt		 ->setCurrentText(prcopt.anttype[0]);
+    RefAnt		 ->setCurrentText(prcopt.anttype[1]);
+    RovAntE		 ->setText(QString::number(prcopt.antdel[0][0],'f',4));
+    RovAntN		 ->setText(QString::number(prcopt.antdel[0][1],'f',4));
+    RovAntU		 ->setText(QString::number(prcopt.antdel[0][2],'f',4));
+    RefAntE		 ->setText(QString::number(prcopt.antdel[1][0],'f',4));
+    RefAntN		 ->setText(QString::number(prcopt.antdel[1][1],'f',4));
+    RefAntU		 ->setText(QString::number(prcopt.antdel[1][2],'f',4));
+	
+    RnxOpts1	 ->setText(prcopt.rnxopt[0]);
+    RnxOpts2	 ->setText(prcopt.rnxopt[1]);
+    PPPOpts		 ->setText(prcopt.pppopt);
+	
+    IntpRefObs	 ->setCurrentIndex(prcopt.intpref);
+    SbasSat		 ->setText(QString::number(prcopt.sbassatsel));
+    RovPosType	 ->setCurrentIndex(prcopt.rovpos==0?0:prcopt.rovpos+2);
+    RefPosType	 ->setCurrentIndex(prcopt.refpos==0?0:prcopt.refpos+2);
+    RovPosTypeP					=RovPosType->currentIndex();
+    RefPosTypeP					=RefPosType->currentIndex();
+    SetPos(RovPosType->currentIndex(),editu,prcopt.ru);
+    SetPos(RefPosType->currentIndex(),editr,prcopt.rb);
+	
+    SatPcvFile ->setText(filopt.satantp);
+    AntPcvFile ->setText(filopt.rcvantp);
+    StaPosFile ->setText(filopt.stapos);
+    GeoidDataFile->setText(filopt.geoid);
+    EOPFile	   ->setText(filopt.eop);
+    DCBFile	   ->setText(filopt.dcb);
+    BLQFile	   ->setText(filopt.blq);
+    IonoFile   ->setText(filopt.iono);
+	
+	ReadAntList();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::SaveOpt(const QString &file)
+{
+    QString ExSats_Text=ExSats->text(),FieldSep_Text=FieldSep->text();
+    QString RovAnt_Text=RovAnt->currentText(),RefAnt_Text=RefAnt->currentText();
+    QString SatPcvFile_Text=SatPcvFile->text();
+    QString AntPcvFile_Text=AntPcvFile->text();
+    QString StaPosFile_Text=StaPosFile->text();
+    QString GeoidDataFile_Text=GeoidDataFile->text();
+    QString EOPFile_Text=EOPFile->text();
+    QString DCBFile_Text=DCBFile->text();
+    QString BLQFile_Text=BLQFile->text();
+    QString IonoFile_Text=IonoFile->text();
+    QString RnxOpts1_Text=RnxOpts1->text();
+    QString RnxOpts2_Text=RnxOpts2->text();
+    QString PPPOpts_Text=PPPOpts->text();
+    QLineEdit *editu[]={RovPos1,RovPos2,RovPos3};
+    QLineEdit *editr[]={RefPos1,RefPos2,RefPos3};
+    char buff[1024],*p,comment[256],s[64];
+	int sat,ex;
+	prcopt_t prcopt=prcopt_default;
+	solopt_t solopt=solopt_default;
+    filopt_t filopt;
+	
+    memset(&filopt,0,sizeof(filopt_t));
+
+    prcopt.mode		=PosMode	 ->currentIndex();
+    prcopt.nf		=Freq		 ->currentIndex()+1;
+    prcopt.soltype	=Solution	 ->currentIndex();
+    prcopt.elmin	=ElMask	->currentText().toDouble()*D2R;
+	prcopt.snrmask	=SnrMask;
+    prcopt.dynamics	=DynamicModel->currentIndex();
+    prcopt.tidecorr	=TideCorr	 ->currentIndex();
+    prcopt.ionoopt	=IonoOpt	 ->currentIndex();
+    prcopt.tropopt	=TropOpt	 ->currentIndex();
+    prcopt.sateph	=SatEphem	 ->currentIndex();
+    if (ExSats->text()!="") {
+        strcpy(buff,qPrintable(ExSats_Text));
+		for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+			if (*p=='+') {ex=2; p++;} else ex=1;
+			if (!(sat=satid2no(p))) continue;
+			prcopt.exsats[sat-1]=ex;
+		}
+	}
+    prcopt.navsys	= (NavSys1->isChecked()?SYS_GPS:0)|
+                      (NavSys2->isChecked()?SYS_GLO:0)|
+                      (NavSys3->isChecked()?SYS_GAL:0)|
+                      (NavSys4->isChecked()?SYS_QZS:0)|
+                      (NavSys5->isChecked()?SYS_SBS:0)|
+                      (NavSys6->isChecked()?SYS_CMP:0);
+    prcopt.posopt[0]=PosOpt1	->isChecked();
+    prcopt.posopt[1]=PosOpt2	->isChecked();
+    prcopt.posopt[2]=PosOpt3	->isChecked();
+    prcopt.posopt[3]=PosOpt4	->isChecked();
+    prcopt.posopt[4]=PosOpt5	->isChecked();
+    prcopt.posopt[5]=PosOpt6	->isChecked();
+//	prcopt.mapfunc	=MapFunc	->ItemIndex;
+	
+    prcopt.modear	=AmbRes		->currentIndex();
+    prcopt.glomodear=GloAmbRes	->currentIndex();
+    prcopt.bdsmodear=BdsAmbRes	->currentIndex();
+    prcopt.thresar[0]=ValidThresAR->text().toDouble();
+    prcopt.thresar[1]=ThresAR2->text().toDouble();
+    prcopt.thresar[2]=ThresAR3->text().toDouble();
+    prcopt.maxout	=OutCntResetAmb->text().toDouble();
+    prcopt.minfix	=FixCntHoldAmb->text().toDouble();
+    prcopt.minlock	=LockCntFixAmb->text().toDouble();
+    prcopt.elmaskar	=ElMaskAR	->text().toDouble()*D2R;
+    prcopt.elmaskhold=ElMaskHold->text().toDouble()*D2R;
+    prcopt.maxtdiff	=MaxAgeDiff	->text().toDouble();
+    prcopt.maxgdop	=RejectGdop ->text().toDouble();
+    prcopt.maxinno	=RejectThres->text().toDouble();
+    prcopt.thresslip=SlipThres	->text().toDouble();
+    prcopt.armaxiter=ARIter		->text().toDouble();
+    prcopt.niter	=NumIter	->text().toDouble();
+    if (prcopt.mode==PMODE_MOVEB&&BaselineConst->isChecked()) {
+        prcopt.baseline[0]=BaselineLen->text().toDouble();
+        prcopt.baseline[1]=BaselineSig->text().toDouble();
+	}
+    solopt.posf		=SolFormat	->currentIndex();
+    solopt.timef	=TimeFormat	->currentIndex()==0?0:1;
+    solopt.times	=TimeFormat	->currentIndex()==0?0:TimeFormat->currentIndex()-1;
+    solopt.timeu	=TimeDecimal ->text().toDouble();
+    solopt.degf		=LatLonFormat->currentIndex();
+    strcpy(solopt.sep,qPrintable(FieldSep_Text));
+    solopt.outhead	=OutputHead	 ->currentIndex();
+    solopt.outopt	=OutputOpt	 ->currentIndex();
+    solopt.datum	=OutputDatum ->currentIndex();
+    solopt.height	=OutputHeight->currentIndex();
+    solopt.geoid	=OutputGeoid ->currentIndex();
+    solopt.solstatic=SolStatic   ->currentIndex();
+    solopt.nmeaintv[0]=NmeaIntv1->text().toDouble();
+    solopt.nmeaintv[1]=NmeaIntv2->text().toDouble();
+    solopt.trace	=DebugTrace	 ->currentIndex();
+    solopt.sstat	=DebugStatus ->currentIndex();
+	
+    prcopt.eratio[0]=MeasErrR1->text().toDouble();
+    prcopt.eratio[1]=MeasErrR2->text().toDouble();
+    prcopt.err[1]	=MeasErr2->text().toDouble();
+    prcopt.err[2]	=MeasErr3->text().toDouble();
+    prcopt.err[3]	=MeasErr4->text().toDouble();
+    prcopt.err[4]	=MeasErr5->text().toDouble();
+    prcopt.sclkstab	=SatClkStab->text().toDouble();
+    prcopt.prn[0]	=PrNoise1->text().toDouble();
+    prcopt.prn[1]	=PrNoise2->text().toDouble();
+    prcopt.prn[2]	=PrNoise3->text().toDouble();
+    prcopt.prn[3]	=PrNoise4->text().toDouble();
+    prcopt.prn[4]	=PrNoise5->text().toDouble();
+	
+    if (RovAntPcv->isChecked()) strcpy(prcopt.anttype[0],qPrintable(RovAnt_Text));
+    if (RefAntPcv->isChecked()) strcpy(prcopt.anttype[1],qPrintable(RefAnt_Text));
+    prcopt.antdel[0][0]=RovAntE->text().toDouble();
+    prcopt.antdel[0][1]=RovAntN->text().toDouble();
+    prcopt.antdel[0][2]=RovAntU->text().toDouble();
+    prcopt.antdel[1][0]=RefAntE->text().toDouble();
+    prcopt.antdel[1][1]=RefAntN->text().toDouble();
+    prcopt.antdel[1][2]=RefAntU->text().toDouble();
+	
+    prcopt.intpref	=IntpRefObs->currentIndex();
+    prcopt.sbassatsel=SbasSat->text().toInt();
+    prcopt.rovpos=RovPosType->currentIndex()<3?0:RovPosType->currentIndex()-2;
+    prcopt.refpos=RefPosType->currentIndex()<3?0:RefPosType->currentIndex()-2;
+    if (prcopt.rovpos==0) GetPos(RovPosType->currentIndex(),editu,prcopt.ru);
+    if (prcopt.refpos==0) GetPos(RefPosType->currentIndex(),editr,prcopt.rb);
+	
+    strcpy(prcopt.rnxopt[0],qPrintable(RnxOpts1_Text));
+    strcpy(prcopt.rnxopt[1],qPrintable(RnxOpts2_Text));
+    strcpy(prcopt.pppopt,qPrintable(PPPOpts_Text));
+	
+    strcpy(filopt.satantp,qPrintable(SatPcvFile_Text));
+    strcpy(filopt.rcvantp,qPrintable(AntPcvFile_Text));
+    strcpy(filopt.stapos, qPrintable(StaPosFile_Text));
+    strcpy(filopt.geoid,  qPrintable(GeoidDataFile_Text));
+    strcpy(filopt.eop,    qPrintable(EOPFile_Text));
+    strcpy(filopt.dcb,    qPrintable(DCBFile_Text));
+    strcpy(filopt.blq,    qPrintable(BLQFile_Text));
+    strcpy(filopt.iono,   qPrintable(IonoFile_Text));
+	
+	time2str(utc2gpst(timeget()),s,0);
+    sprintf(comment,"rtkpost_qt options (%s, v.%s %s)",s,VER_RTKLIB,PATCH_LEVEL);
+	setsysopts(&prcopt,&solopt,&filopt);
+    if (!saveopts(qPrintable(file),"w",comment,sysopts)) return;
+}
+//---------------------------------------------------------------------------
+void OptDialog::UpdateEnable(void)
+{
+    bool rel=PMODE_DGPS<=PosMode->currentIndex()&&PosMode->currentIndex()<=PMODE_FIXED;
+    bool rtk=PMODE_KINEMA<=PosMode->currentIndex()&&PosMode->currentIndex()<=PMODE_FIXED;
+    bool ppp=PosMode->currentIndex()>=PMODE_PPP_KINEMA;
+    bool ar=rtk||ppp;
+	
+    Freq           ->setEnabled(rel||ppp);
+    Solution       ->setEnabled(rel||ppp);
+    DynamicModel   ->setEnabled(rel);
+    TideCorr       ->setEnabled(rel||ppp);
+    //IonoOpt        ->setEnabled(!ppp);
+    PosOpt1        ->setEnabled(ppp);
+    PosOpt2        ->setEnabled(ppp);
+    PosOpt3        ->setEnabled(ppp);
+    PosOpt4        ->setEnabled(ppp);
+    PosOpt6        ->setEnabled(ppp);
+	
+    AmbRes         ->setEnabled(ar);
+    GloAmbRes      ->setEnabled(ar&&AmbRes->currentIndex()>0&&NavSys2->isChecked());
+    BdsAmbRes      ->setEnabled(ar&&AmbRes->currentIndex()>0&&NavSys6->isChecked());
+    ValidThresAR   ->setEnabled(ar&&AmbRes->currentIndex()>=1&&AmbRes->currentIndex()<4);
+    ThresAR2	   ->setEnabled(ar&&AmbRes->currentIndex()>=4);
+    ThresAR3	   ->setEnabled(ar&&AmbRes->currentIndex()>=4);
+    LockCntFixAmb  ->setEnabled(ar&&AmbRes->currentIndex()>=1);
+    ElMaskAR       ->setEnabled(ar&&AmbRes->currentIndex()>=1);
+    OutCntResetAmb ->setEnabled(ar||ppp);
+    FixCntHoldAmb  ->setEnabled(ar&&AmbRes->currentIndex()==3);
+    ElMaskHold     ->setEnabled(ar&&AmbRes->currentIndex()==3);
+    SlipThres      ->setEnabled(rtk||ppp);
+    MaxAgeDiff     ->setEnabled(rel);
+    RejectThres    ->setEnabled(rel||ppp);
+    ARIter         ->setEnabled(ppp);
+    NumIter        ->setEnabled(rel||ppp);
+    BaselineConst  ->setEnabled(PosMode->currentIndex()==PMODE_MOVEB);
+    BaselineLen    ->setEnabled(BaselineConst->isChecked()&&PosMode->currentIndex()==PMODE_MOVEB);
+    BaselineSig    ->setEnabled(BaselineConst->isChecked()&&PosMode->currentIndex()==PMODE_MOVEB);
+	
+    OutputHead     ->setEnabled(SolFormat->currentIndex()!=3);
+    OutputOpt      ->setEnabled(SolFormat->currentIndex()!=3);
+    TimeFormat     ->setEnabled(SolFormat->currentIndex()!=3);
+    TimeDecimal    ->setEnabled(SolFormat->currentIndex()!=3);
+    LatLonFormat   ->setEnabled(SolFormat->currentIndex()==0);
+    FieldSep       ->setEnabled(SolFormat->currentIndex()!=3);
+    OutputDatum    ->setEnabled(SolFormat->currentIndex()==0);
+    OutputHeight   ->setEnabled(SolFormat->currentIndex()==0);
+    OutputGeoid    ->setEnabled(SolFormat->currentIndex()==0&&OutputHeight->currentIndex()==1);
+    SolStatic      ->setEnabled(PosMode->currentIndex()==PMODE_STATIC||
+                             PosMode->currentIndex()==PMODE_PPP_STATIC);
+	
+    RovAntPcv      ->setEnabled(rel||ppp);
+    RovAnt         ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntE        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntN        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RovAntU        ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    LabelRovAntD   ->setEnabled((rel||ppp)&&RovAntPcv->isChecked());
+    RefAntPcv      ->setEnabled(rel);
+    RefAnt         ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntE        ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntN        ->setEnabled(rel&&RefAntPcv->isChecked());
+    RefAntU        ->setEnabled(rel&&RefAntPcv->isChecked());
+    LabelRefAntD   ->setEnabled(rel&&RefAntPcv->isChecked());
+	
+    RovPosType     ->setEnabled(PosMode->currentIndex()==PMODE_FIXED||PosMode->currentIndex()==PMODE_PPP_FIXED);
+    RovPos1        ->setEnabled(RovPosType->isEnabled()&&RovPosType->currentIndex()<=2);
+    RovPos2        ->setEnabled(RovPosType->isEnabled()&&RovPosType->currentIndex()<=2);
+    RovPos3        ->setEnabled(RovPosType->isEnabled()&&RovPosType->currentIndex()<=2);
+    BtnRovPos      ->setEnabled(RovPosType->isEnabled()&&RovPosType->currentIndex()<=2);
+	
+    RefPosType     ->setEnabled(rel&&PosMode->currentIndex()!=PMODE_MOVEB);
+    RefPos1        ->setEnabled(RefPosType->isEnabled()&&RefPosType->currentIndex()<=2);
+    RefPos2        ->setEnabled(RefPosType->isEnabled()&&RefPosType->currentIndex()<=2);
+    RefPos3        ->setEnabled(RefPosType->isEnabled()&&RefPosType->currentIndex()<=2);
+    BtnRefPos      ->setEnabled(RefPosType->isEnabled()&&RefPosType->currentIndex()<=2);
+}
+//---------------------------------------------------------------------------
+void OptDialog::GetPos(int type, QLineEdit **edit, double *pos)
+{
+    QString edit0_Text=edit[0]->text();
+    QString edit1_Text=edit[1]->text();
+	double p[3]={0},dms1[3]={0},dms2[3]={0};
+	
+	if (type==1) { /* lat/lon/height dms/m */
+        QStringList tokens=edit0_Text.split(' ');
+        if (tokens.size()==3)
+            for (int i=0;i<3;i++) dms1[i]=tokens.at(i).toDouble();
+        tokens=edit1_Text.split(' ');
+        if (tokens.size()==3)
+            for (int i=0;i<3;i++) dms2[i]=tokens.at(i).toDouble();
+		p[0]=(dms1[0]<0?-1:1)*(fabs(dms1[0])+dms1[1]/60+dms1[2]/3600)*D2R;
+		p[1]=(dms2[0]<0?-1:1)*(fabs(dms2[0])+dms2[1]/60+dms2[2]/3600)*D2R;
+        p[2]=edit[2]->text().toDouble();
+		pos2ecef(p,pos);
+	}
+	else if (type==2) { /* x/y/z-ecef */
+        pos[0]=edit[0]->text().toDouble();
+        pos[1]=edit[1]->text().toDouble();
+        pos[2]=edit[2]->text().toDouble();
+	}
+	else {
+        p[0]=edit[0]->text().toDouble()*D2R;
+        p[1]=edit[1]->text().toDouble()*D2R;
+        p[2]=edit[2]->text().toDouble();
+		pos2ecef(p,pos);
+	}
+}
+//---------------------------------------------------------------------------
+void OptDialog::SetPos(int type, QLineEdit **edit, double *pos)
+{
+	double p[3],dms1[3],dms2[3],s1,s2;
+	
+	if (type==1) { /* lat/lon/height dms/m */
+		ecef2pos(pos,p); s1=p[0]<0?-1:1; s2=p[1]<0?-1:1;
+		p[0]=fabs(p[0])*R2D+1E-12; p[1]=fabs(p[1])*R2D+1E-12;
+		dms1[0]=floor(p[0]); p[0]=(p[0]-dms1[0])*60.0;
+		dms1[1]=floor(p[0]); dms1[2]=(p[0]-dms1[1])*60.0;
+		dms2[0]=floor(p[1]); p[1]=(p[1]-dms2[0])*60.0;
+		dms2[1]=floor(p[1]); dms2[2]=(p[1]-dms2[1])*60.0;
+        edit[0]->setText(QString("%1 %2 %3").arg(s1*dms1[0],0,'f',0).arg(dms1[1],2,'f',0).arg(dms1[2],9,'f',6));
+        edit[1]->setText(QString("%1 %2 %3").arg(s2*dms2[0],0,'f',0).arg(dms2[1],2,'f',0).arg(dms2[2],9,'f',6));
+        edit[2]->setText(QString("%1").arg(p[2],0,'f',4));
+	}
+	else if (type==2) { /* x/y/z-ecef */
+        edit[0]->setText(QString::number(pos[0],'f',4));
+        edit[1]->setText(QString::number(pos[1],'f',4));
+        edit[2]->setText(QString::number(pos[2],'f',4));
+	}
+	else {
+		ecef2pos(pos,p);
+        edit[0]->setText(QString::number(p[0]*R2D,'f',9));
+        edit[1]->setText(QString::number(p[1]*R2D,'f',9));
+        edit[2]->setText(QString::number(p[2],'f',4));
+	}
+}
+//---------------------------------------------------------------------------
+void OptDialog::ReadAntList(void)
+{
+    QString AntPcvFile_Text=AntPcvFile->text();
+    pcvs_t pcvs={0,0,0};
+	char *p;
+	
+    if (!readpcv(qPrintable(AntPcvFile_Text),&pcvs)) return;
+	
+    RovAnt->clear();
+    RefAnt->clear();
+
+    RovAnt->addItem("");RefAnt->addItem("");
+    RovAnt->addItem("*");RefAnt->addItem("*");
+
+	for (int i=0;i<pcvs.n;i++) {
+		if (pcvs.pcv[i].sat) continue;
+		if ((p=strchr(pcvs.pcv[i].type,' '))) *p='\0';
+		if (i>0&&!strcmp(pcvs.pcv[i].type,pcvs.pcv[i-1].type)) continue;
+        RovAnt->addItem(pcvs.pcv[i].type);
+        RefAnt->addItem(pcvs.pcv[i].type);
+    }
+	
+	free(pcvs.pcv);
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnHelpClick()
+{
+    KeyDialog *keyDialog=new KeyDialog(this);
+    keyDialog->Flag=2;
+    keyDialog->exec();
+
+    delete keyDialog;
+}
+//---------------------------------------------------------------------------
+void OptDialog::ExtEna0Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::ExtEna1Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::ExtEna2Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnExtOptClick()
+{
+    ExtOptDialog *extOptDialog= new ExtOptDialog(this);
+    extOptDialog->exec();
+
+    delete extOptDialog;
+}
+//---------------------------------------------------------------------------
+void OptDialog::BtnMaskClick()
+{
+    MaskOptDialog *maskOptDialog= new MaskOptDialog(this);
+    maskOptDialog->Mask=SnrMask;
+    maskOptDialog->exec();
+    if (maskOptDialog->result()!=QDialog::Accepted) return;
+    SnrMask=maskOptDialog->Mask;
+
+    delete  maskOptDialog;
+}
+//---------------------------------------------------------------------------
+void OptDialog::NavSys6Click()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
+
diff --git a/app/rtkpost_qt/postopt.h b/app/rtkpost_qt/postopt.h
new file mode 100644
index 0000000..fc703e1
--- /dev/null
+++ b/app/rtkpost_qt/postopt.h
@@ -0,0 +1,93 @@
+//---------------------------------------------------------------------------
+#ifndef postoptH
+#define postoptH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_postopt.h"
+
+#include "rtklib.h"
+//---------------------------------------------------------------------------
+class OptDialog : public QDialog, public Ui::OptDialog
+{
+    Q_OBJECT
+
+public slots:
+    void BtnOkClick();
+    void RovAntPcvClick();
+    void BtnAntPcvFileClick();
+    void BtnIonoFileClick();
+    void BtnAntPcvViewClick();
+    void NetRSCorrClick();
+    void SatClkCorrClick();
+
+    void PosModeChange();
+    void SolFormatChange();
+    void AmbResChange();
+
+    void BtnLoadClick();
+    void BtnSaveClick();
+    void FreqChange();
+    void BtnRefPosClick();
+    void BtnRovPosClick();
+    void RovPosClick();
+    void RefPosClick();
+    void BtnStaPosViewClick();
+    void BtnStaPosFileClick();
+    void SbasCorrClick();
+    void OutputHeightClick();
+
+    void RefPosTypeChange();
+    void RovPosTypeChange();
+    void GetPos(int type, QLineEdit **edit, double *pos);
+    void SetPos(int type, QLineEdit **edit, double *pos);
+
+    void BtnSatPcvFileClick();
+    void BtnSatPcvViewClick();
+    void SatEphemClick();
+    void BtnGeoidDataFileClick();
+    void BaselineConstClick();
+    void NavSys2Click();
+
+    void IonoOptChange();
+    void TropOptChange();
+    void DynamicModelChange();
+
+    void SatEphemChange();
+    void RovAntClick();
+    void RefAntClick();
+    void BtnDCBViewClick();
+    void BtnDCBFileClick();
+    void BtnHelpClick();
+    void ExtEna0Click();
+    void ExtEna1Click();
+    void ExtEna2Click();
+    void BtnBLQFileViewClick();
+    void BtnBLQFileClick();
+    void BtnEOPFileClick();
+    void BtnEOPViewClick();
+    void BtnExtOptClick();
+    void BtnMaskClick();
+    void NavSys6Click();
+
+protected:
+    void showEvent(QShowEvent*);
+
+private:
+	snrmask_t SnrMask;
+	int RovPosTypeP,RefPosTypeP;
+
+    void GetOpt(void);
+    void SetOpt(void);
+    void LoadOpt(const QString &file);
+    void SaveOpt(const QString &file);
+    void ReadAntList(void);
+    void UpdateEnable(void);
+    void UpdateEnableExtErr(void);
+public:
+	exterr_t ExtErr;
+	
+    explicit OptDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/rtkpost_qt/postopt.ui b/app/rtkpost_qt/postopt.ui
new file mode 100644
index 0000000..7389077
--- /dev/null
+++ b/app/rtkpost_qt/postopt.ui
@@ -0,0 +1,3407 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>OptDialog</class>
+ <widget class="QWidget" name="OptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>643</width>
+    <height>587</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout_10">
+   <item row="2" column="0">
+    <widget class="QPushButton" name="BtnExtOpt">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Ext Opt...</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="6" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1" colspan="2">
+    <widget class="QPushButton" name="BtnLoad">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Load...</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3" colspan="2">
+    <widget class="QPushButton" name="BtnSave">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Save...</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="5" colspan="4">
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <widget class="QLabel" name="Label87">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>a</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label5">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Correction File</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label82">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>a</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label83">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>b</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="Label86">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>b</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item row="2" column="8">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="0" rowspan="2" colspan="9">
+    <widget class="QTabWidget" name="Misc">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="tabPosition">
+      <enum>QTabWidget::North</enum>
+     </property>
+     <property name="currentIndex">
+      <number>6</number>
+     </property>
+     <widget class="QWidget" name="TabSheet1">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>Setting&1</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout">
+       <item row="1" column="1" colspan="2">
+        <widget class="QComboBox" name="PosMode">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Single</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>DGPS/DGNSS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Kinematic</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Static</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Moving-Base</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Fixed</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Kinematic</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Static</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP Fixed</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QLabel" name="LabelPosMode">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Positioning Mode</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label8">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Ionosphere Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="2">
+        <widget class="QComboBox" name="Solution">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Forward</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Backward</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Combined</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="3" column="1">
+        <widget class="QComboBox" name="ElMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>0</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>10</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>15</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>20</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>25</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>30</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>35</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>40</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>45</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>50</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>55</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>60</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>65</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>70</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="11" column="0" colspan="3">
+        <widget class="QWidget" name="widget_2" native="true">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_2">
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <item>
+           <widget class="QCheckBox" name="PosOpt1">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Sat PCV</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="PosOpt2">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Rec PCV</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="PosOpt3">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>PhWU</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="PosOpt4">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Rej Ecl</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="PosOpt5">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>RAIM FDE</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="PosOpt6">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>DBCorr</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="LabelFreq">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Frequencies / Filter Type</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1">
+        <widget class="QComboBox" name="Freq">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>L1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>L1+L2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>L1+L2+L5</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>L1+L5</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="LabelElMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Elevation Mask (°) / SNR Mask (dBHz)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="2">
+        <widget class="QComboBox" name="TideCorr">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Solid</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Solid/OTL</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="4" column="1">
+        <widget class="QComboBox" name="DynamicModel">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="Label3">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Rec Dynamics / Earth Tides Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1" colspan="2">
+        <widget class="QComboBox" name="IonoOpt">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Iono-Free LC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate TEC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>IONEX TEC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS Broardcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS LEX</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Input TEC</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="3" column="2">
+        <widget class="QPushButton" name="BtnMask">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label9">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Troposphere Correction</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="1" colspan="2">
+        <widget class="QComboBox" name="TropOpt">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Saastamoinen</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate ZTD</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Estimate ZTD+Grad</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Input ZTD</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QLabel" name="Label32">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite Ephemeris/Clock</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="2">
+        <widget class="QComboBox" name="SatEphem">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Broadcast</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Precise</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SSR APC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Broadcast+SSR CoM</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>QZSS LEX</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="12" column="0">
+        <widget class="QLabel" name="Label35">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Excluded Satellites (+PRN: Included)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="1" colspan="2">
+        <widget class="QLineEdit" name="ExSats">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="14" column="0" colspan="3">
+        <widget class="QWidget" name="widget_3" native="true">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_3">
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <item>
+           <widget class="QCheckBox" name="NavSys1">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>GPS</string>
+            </property>
+            <property name="checked">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="NavSys2">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>GLO</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="NavSys3">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Galileo</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="NavSys4">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>QZSS</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="NavSys5">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>SBAS</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="NavSys6">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>BeiDou</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet2">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>Setting&2</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_2">
+       <item row="0" column="0">
+        <widget class="QLabel" name="Label25">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Integer Ambiguity Res (GPS/GLO/BDS)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1">
+        <widget class="QComboBox" name="AmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Continuous</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Instantaneous</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Fix and Hold</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>PPP-AR</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="0" column="2" colspan="2">
+        <widget class="QComboBox" name="GloAmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Auto Calibration</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="0" column="4">
+        <widget class="QComboBox" name="BdsAmbRes">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QLabel" name="LabelRatio">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Ratio to Fix Ambiguity</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1" colspan="4">
+        <widget class="QLineEdit" name="ValidThresAR">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>3.0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="LabelConf">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Confidence / Max FCB to Fix Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1" colspan="2">
+        <widget class="QLineEdit" name="ThresAR2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.99995</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="3" colspan="2">
+        <widget class="QLineEdit" name="ThresAR3">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.20</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="Label13">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Lock / Elevation (°) to Fix Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1" colspan="2">
+        <widget class="QLineEdit" name="LockCntFixAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="3" colspan="2">
+        <widget class="QLineEdit" name="ElMaskAR">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="LabelHold">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Min Fix / Elevation (°) to Hold Amb</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1" colspan="2">
+        <widget class="QLineEdit" name="FixCntHoldAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>10</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="3" colspan="2">
+        <widget class="QLineEdit" name="ElMaskHold">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label22">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Outage to Reset Amb/Slip Thres (m)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1" colspan="2">
+        <widget class="QLineEdit" name="OutCntResetAmb">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="3" colspan="2">
+        <widget class="QLineEdit" name="SlipThres">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.05</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label14">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Max Age of Diff (s) / Sync Solution</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="1" colspan="2">
+        <widget class="QLineEdit" name="MaxAgeDiff">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="3" colspan="2">
+        <widget class="QComboBox" name="SyncSol">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Auto Calibration</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QLabel" name="Label11">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Reject Threshold of GDOP/Innov (m)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="2">
+        <widget class="QLineEdit" name="RejectGdop">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="3" colspan="2">
+        <widget class="QLineEdit" name="RejectThres">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>30</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label37">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Max # of AR Iter/# of Filter Iter</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1" colspan="2">
+        <widget class="QLineEdit" name="ARIter">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="3" colspan="2">
+        <widget class="QLineEdit" name="NumIter">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QCheckBox" name="BaselineConst">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Baseline Length Constraint (m)</string>
+         </property>
+         <property name="checked">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1" colspan="2">
+        <widget class="QLineEdit" name="BaselineLen">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="3" colspan="2">
+        <widget class="QLineEdit" name="BaselineSig">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0.001</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet3">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>O&utput</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_3">
+       <item row="0" column="0">
+        <widget class="QLabel" name="LabelSolFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Solution Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1" colspan="3">
+        <widget class="QComboBox" name="SolFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Lat/Lon/Height</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>X/Y/Z-ECEF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>E/N/U-Baseline</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>NMEA0183</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0">
+        <widget class="QLabel" name="Label20">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Output Header/Processing Options</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1">
+        <widget class="QComboBox" name="OutputHead">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="2" colspan="2">
+        <widget class="QComboBox" name="OutputOpt">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="0">
+        <widget class="QLabel" name="LabelTimeFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Time Format / # of Decimals</string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="1" colspan="2">
+        <widget class="QComboBox" name="TimeFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>ww ssss GPST</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss GPST</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss UTC</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>hh:mm:ss JST</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="3">
+        <widget class="QLineEdit" name="TimeDecimal">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>3</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="LabelLatLonFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Latitude / Longitude Format</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1" colspan="3">
+        <widget class="QComboBox" name="LatLonFormat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>ddd.ddddddd</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ddd mm ss.sss</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="LabelFieldSep">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Field Separator</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1" colspan="3">
+        <widget class="QLineEdit" name="FieldSep">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Datum/Height</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1">
+        <widget class="QComboBox" name="OutputDatum">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>WGS84</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="5" column="2" colspan="2">
+        <widget class="QComboBox" name="OutputHeight">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Ellipsoidal</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Geodetic</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label18">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Geoid Model</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="1" colspan="3">
+        <widget class="QComboBox" name="OutputGeoid">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>Internal</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM96-BE 15"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM2008-SE 2.5"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>EGM2008-SE 1.0"</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>GSI2000 1x1.5"</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="7" column="0">
+        <widget class="QLabel" name="Label31">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Solution for Static Mode</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="3">
+        <widget class="QComboBox" name="SolStatic">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>All</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Single</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label21">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>NMEA Interval (s) RMC/GGA, GSA/GSV</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="1">
+        <widget class="QLineEdit" name="NmeaIntv1">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="2" colspan="2">
+        <widget class="QLineEdit" name="NmeaIntv2">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0">
+        <widget class="QLabel" name="Label36">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Output Solution Status / Debug Trace</string>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="1">
+        <widget class="QComboBox" name="DebugStatus">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>State</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Residuals</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="9" column="2" colspan="2">
+        <widget class="QComboBox" name="DebugTrace">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level1</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level2</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level3</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level4</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>Level5</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet4">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>S&tatistics</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_11">
+       <item row="0" column="0" colspan="2">
+        <widget class="QGroupBox" name="GroupBox3">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Measurement Errors (1-sigma)</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_4">
+          <item row="0" column="1">
+           <widget class="QLineEdit" name="MeasErrR1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>100.0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLineEdit" name="MeasErrR2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>100.0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLabel" name="Label7">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Error a+b/sinEl (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1">
+           <widget class="QLineEdit" name="MeasErr2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.003</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="2">
+           <widget class="QLineEdit" name="MeasErr3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.003</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0">
+           <widget class="QLabel" name="Label16">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Error/Baseline (m/10km)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="1" colspan="2">
+           <widget class="QLineEdit" name="MeasErr4">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.000</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0">
+           <widget class="QLabel" name="Label64">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Doppler Frequency (Hz)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="1" colspan="2">
+           <widget class="QLineEdit" name="MeasErr5">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0.100</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="0">
+           <widget class="QLabel" name="Label6">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Code/Carrier-Phase Error Ratio L1/L2</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label29">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite Clock Stability (s/s)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1">
+        <widget class="QLineEdit" name="SatClkStab">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>5.0E-12</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0" colspan="2">
+        <widget class="QGroupBox" name="GroupBox4">
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Process Noises (1-sigma/sqrt(s))</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_5">
+          <item row="1" column="0">
+           <widget class="QLabel" name="Label26">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Carrier-Phase Bias (cycle)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-03</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0">
+           <widget class="QLabel" name="Label27">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Vertical Ionospheric Delay (m/10km)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="0">
+           <widget class="QLabel" name="Label10">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Receiver Accel Horiz/Vertical (m/s2)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QLineEdit" name="PrNoise4">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLineEdit" name="PrNoise5">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0">
+           <widget class="QLabel" name="Label28">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Zenith Tropospheric Delay (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="PrNoise1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>1.0E-04</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet5">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Positions</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_13">
+       <item row="5" column="2">
+        <widget class="QPushButton" name="BtnStaPosView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="3">
+        <widget class="QPushButton" name="BtnStaPosFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="palette">
+          <palette>
+           <active>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </active>
+           <inactive>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </inactive>
+           <disabled>
+            <colorrole role="WindowText">
+             <brush brushstyle="SolidPattern">
+              <color alpha="255">
+               <red>0</red>
+               <green>0</green>
+               <blue>0</blue>
+              </color>
+             </brush>
+            </colorrole>
+           </disabled>
+          </palette>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1">
+        <widget class="QLineEdit" name="StaPosFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0" colspan="4">
+        <widget class="QLabel" name="Label4">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label30">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Station Position File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0" colspan="4">
+        <widget class="QGroupBox" name="GroupRefAnt">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Base Station</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_6">
+          <item row="0" column="0">
+           <widget class="QComboBox" name="RefPosType">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height deg/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height dms/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>X/Y/Z-ECEF m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Average of Single Position</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Get from Position File</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RINEX Header Postion</string>
+             </property>
+            </item>
+           </widget>
+          </item>
+          <item row="0" column="5">
+           <widget class="QPushButton" name="BtnRefPos">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>...</string>
+            </property>
+            <property name="flat">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLineEdit" name="RefPos1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="RefPos2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="3" colspan="3">
+           <widget class="QLineEdit" name="RefPos3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0" colspan="2">
+           <widget class="QCheckBox" name="RefAntPcv">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Antenna Type (*: Auto)</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="2" colspan="3">
+           <widget class="QLabel" name="LabelRefAntD">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Delta-E/N/U (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0" colspan="2">
+           <widget class="QComboBox" name="RefAnt">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="2" colspan="2">
+           <widget class="QLineEdit" name="RefAntE">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="4">
+           <widget class="QLineEdit" name="RefAntN">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="5">
+           <widget class="QLineEdit" name="RefAntU">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="0" column="0" rowspan="2" colspan="5">
+        <widget class="QGroupBox" name="GroupRovAnt">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="title">
+          <string>Rover</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_7">
+          <item row="0" column="0">
+           <widget class="QComboBox" name="RovPosType">
+            <property name="enabled">
+             <bool>false</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height deg/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Lat/Lon/Height dms/m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>X/Y/Z-ECEF m</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Average of Single Pos</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Get from Position File</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RINEX Header Position</string>
+             </property>
+            </item>
+           </widget>
+          </item>
+          <item row="0" column="5">
+           <widget class="QPushButton" name="BtnRovPos">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>...</string>
+            </property>
+            <property name="flat">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLineEdit" name="RovPos1">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QLineEdit" name="RovPos2">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="3" colspan="3">
+           <widget class="QLineEdit" name="RovPos3">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0" colspan="2">
+           <widget class="QCheckBox" name="RovAntPcv">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Antenna Type (*: Auto)</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="2" colspan="3">
+           <widget class="QLabel" name="LabelRovAntD">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Delta-E/N/U (m)</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="0" colspan="2">
+           <widget class="QComboBox" name="RovAnt">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="2" colspan="2">
+           <widget class="QLineEdit" name="RovAntE">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="4">
+           <widget class="QLineEdit" name="RovAntN">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+          <item row="3" column="5">
+           <widget class="QLineEdit" name="RovAntU">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>0</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet7">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Files</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_8">
+       <item row="0" column="0">
+        <widget class="QLabel" name="Label38">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Satellite/Receiver Antenna PCV File ANTEX/NGS PCV</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1">
+        <widget class="QPushButton" name="BtnSatPcvView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="2">
+        <widget class="QPushButton" name="BtnAntPcvView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="2">
+        <widget class="QLineEdit" name="SatPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="2">
+        <widget class="QPushButton" name="BtnSatPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="2">
+        <widget class="QLineEdit" name="AntPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="2">
+        <widget class="QPushButton" name="BtnAntPcvFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0" colspan="2">
+        <widget class="QLineEdit" name="GeoidDataFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="2">
+        <widget class="QPushButton" name="BtnGeoidDataFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label15">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>DCB Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="2">
+        <widget class="QPushButton" name="BtnDCBView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="0" colspan="2">
+        <widget class="QLineEdit" name="DCBFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="2">
+        <widget class="QPushButton" name="BtnDCBFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="0">
+        <widget class="QLabel" name="Label17">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>EOP Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="8" column="2">
+        <widget class="QPushButton" name="BtnEOPView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="0" colspan="2">
+        <widget class="QLineEdit" name="EOPFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="9" column="2">
+        <widget class="QPushButton" name="BtnEOPFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="0">
+        <widget class="QLabel" name="Label34">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>OTL BLQ File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="10" column="2">
+        <widget class="QPushButton" name="BtnBLQFileView">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+         <property name="icon">
+          <iconset resource="../rtkconv_qt/rtkconv_qt.qrc">
+           <normaloff>:/buttons/doc.bmp</normaloff>:/buttons/doc.bmp</iconset>
+         </property>
+         <property name="flat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="0" colspan="2">
+        <widget class="QLineEdit" name="BLQFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="11" column="2">
+        <widget class="QPushButton" name="BtnBLQFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="12" column="0">
+        <widget class="QLabel" name="Label1">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Ionosphere Data File</string>
+         </property>
+        </widget>
+       </item>
+       <item row="13" column="0" colspan="2">
+        <widget class="QLineEdit" name="IonoFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="13" column="2">
+        <widget class="QPushButton" name="BtnIonoFile">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>...</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="Label63">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Geoid Data File</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="TabSheet6">
+      <property name="toolTip">
+       <string/>
+      </property>
+      <attribute name="title">
+       <string>&Misc</string>
+      </attribute>
+      <layout class="QGridLayout" name="gridLayout_9">
+       <item row="7" column="0">
+        <widget class="QWidget" name="Panel1" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="layoutDirection">
+          <enum>Qt::LeftToRight</enum>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_12">
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <item row="0" column="0">
+           <widget class="QPushButton" name="BtnHelp">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>?</string>
+            </property>
+            <property name="flat">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QLabel" name="Label46">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>:</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2">
+           <widget class="QLabel" name="Label62">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Keywords in File Path</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0" colspan="2">
+           <widget class="QLabel" name="Label43">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>#..:</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="2">
+           <widget class="QLabel" name="Label65">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>Comment in List</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="0" column="0" colspan="3">
+        <widget class="QLabel" name="Label41">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Time Interpolation of Base Station Data</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="3">
+        <widget class="QComboBox" name="IntpRefObs">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>OFF</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>ON</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="1" column="0" colspan="2">
+        <widget class="QLabel" name="Label42">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>DGPS/DGNSS Corrections</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="3">
+        <widget class="QComboBox" name="ComboBox1">
+         <property name="enabled">
+          <bool>false</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <item>
+          <property name="text">
+           <string>SBAS</string>
+          </property>
+         </item>
+         <item>
+          <property name="text">
+           <string>RTCM</string>
+          </property>
+         </item>
+        </widget>
+       </item>
+       <item row="2" column="0" colspan="3">
+        <widget class="QLabel" name="Label40">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>SBAS Satellite Selection (0: All) </string>
+         </property>
+        </widget>
+       </item>
+       <item row="2" column="3">
+        <widget class="QLineEdit" name="SbasSat">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>0</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="Label60">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>RINEX Opt (Rover)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1" colspan="3">
+        <widget class="QLineEdit" name="RnxOpts1">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="0">
+        <widget class="QLabel" name="Label12">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>RINEX Opt (Base)</string>
+         </property>
+        </widget>
+       </item>
+       <item row="4" column="1" colspan="3">
+        <widget class="QLineEdit" name="RnxOpts2">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="0">
+        <widget class="QLabel" name="Label23">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>PPP Options</string>
+         </property>
+        </widget>
+       </item>
+       <item row="5" column="1" colspan="3">
+        <widget class="QLineEdit" name="PPPOpts">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="0">
+        <widget class="QLabel" name="Label45">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Station ID List</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="2">
+        <widget class="QLabel" name="Label19">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Rovers</string>
+         </property>
+        </widget>
+       </item>
+       <item row="6" column="3">
+        <widget class="QLabel" name="Label44">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="text">
+          <string>Base Stations</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="1" colspan="2">
+        <widget class="QPlainTextEdit" name="RovList">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="frameShape">
+          <enum>QFrame::Panel</enum>
+         </property>
+         <property name="frameShadow">
+          <enum>QFrame::Sunken</enum>
+         </property>
+         <property name="plainText">
+          <string>rover</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="3">
+        <widget class="QPlainTextEdit" name="BaseList">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="frameShape">
+          <enum>QFrame::Panel</enum>
+         </property>
+         <property name="frameShadow">
+          <enum>QFrame::Sunken</enum>
+         </property>
+         <property name="plainText">
+          <string>base</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="../rtkconv_qt/rtkconv_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/rtkpost_qt/rtkpost.cpp b/app/rtkpost_qt/rtkpost.cpp
new file mode 100644
index 0000000..8af8606
--- /dev/null
+++ b/app/rtkpost_qt/rtkpost.cpp
@@ -0,0 +1,11 @@
+#include "postmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainForm w;
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/rtkpost_qt/rtkpost_Icon.ico b/app/rtkpost_qt/rtkpost_Icon.ico
new file mode 100644
index 0000000..681b829
Binary files /dev/null and b/app/rtkpost_qt/rtkpost_Icon.ico differ
diff --git a/app/rtkpost_qt/rtkpost_qt.pro b/app/rtkpost_qt/rtkpost_qt.pro
new file mode 100644
index 0000000..c9dd1c5
--- /dev/null
+++ b/app/rtkpost_qt/rtkpost_qt.pro
@@ -0,0 +1,80 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-01-30T18:29:59
+#
+#-------------------------------------------------
+
+QT       += widgets core gui
+
+greaterThan(QT_MAJOR_VERSION, 4) {
+    QT += widgets
+    DEFINES += QT5
+}
+
+include(../../RTKLib.pri)
+
+TARGET = rtkpost_qt
+TEMPLATE = app
+
+INCLUDEPATH += ../../src/ ../appcmn_qt 
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+
+SOURCES += \ 
+    extopt.cpp \
+    kmzconv.cpp \
+    postmain.cpp \
+    postopt.cpp \
+    rtkpost.cpp \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/keydlg.cpp \
+    ../appcmn_qt/maskoptdlg.cpp \
+    ../appcmn_qt/refdlg.cpp \
+    ../appcmn_qt/viewer.cpp \
+    ../appcmn_qt/vieweropt.cpp \
+    ../appcmn_qt/timedlg.cpp
+
+HEADERS  += \ 
+    extopt.h \
+    kmzconv.h \
+    postmain.h \
+    postopt.h \
+    ../appcmn_qt/keydlg.h \
+    ../appcmn_qt/maskoptdlg.h \
+    ../appcmn_qt/refdlg.h \
+    ../appcmn_qt/viewer.h \
+    ../appcmn_qt/vieweropt.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/timedlg.h
+
+FORMS    += \ 
+    extopt.ui \
+    kmzconv.ui \
+    postmain.ui \
+    postopt.ui \
+    ../appcmn_qt/keydlg.ui \
+    ../appcmn_qt/maskoptdlg.ui \
+    ../appcmn_qt/refdlg.ui \
+    ../appcmn_qt/viewer.ui \
+    ../appcmn_qt/vieweropt.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/timedlg.ui
+
+RESOURCES += \
+    rtkpost_qt.qrc
+
+RC_FILE = rtkpost_qt.rc
diff --git a/app/rtkpost_qt/rtkpost_qt.pro.user b/app/rtkpost_qt/rtkpost_qt.pro.user
new file mode 100644
index 0000000..2976e18
--- /dev/null
+++ b/app/rtkpost_qt/rtkpost_qt.pro.user
@@ -0,0 +1,334 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE QtCreatorProject>
+<!-- Written by QtCreator 3.6.0, 2016-02-28T12:16:21. -->
+<qtcreator>
+ <data>
+  <variable>EnvironmentId</variable>
+  <value type="QByteArray">{8a476d4e-5f45-4de8-9c9b-6e0943b6f2b6}</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.ActiveTarget</variable>
+  <value type="int">0</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.EditorSettings</variable>
+  <valuemap type="QVariantMap">
+   <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
+   <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
+   <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
+    <value type="QString" key="language">Cpp</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
+    </valuemap>
+   </valuemap>
+   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
+    <value type="QString" key="language">QmlJS</value>
+    <valuemap type="QVariantMap" key="value">
+     <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
+    </valuemap>
+   </valuemap>
+   <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
+   <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
+   <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
+   <value type="int" key="EditorConfiguration.IndentSize">4</value>
+   <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
+   <value type="int" key="EditorConfiguration.MarginColumn">80</value>
+   <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
+   <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
+   <value type="int" key="EditorConfiguration.PaddingMode">1</value>
+   <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
+   <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
+   <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
+   <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
+   <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
+   <value type="int" key="EditorConfiguration.TabSize">8</value>
+   <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
+   <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
+   <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
+   <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
+   <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
+   <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.PluginSettings</variable>
+  <valuemap type="QVariantMap"/>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Target.0</variable>
+  <valuemap type="QVariantMap">
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
+   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{4f190d12-4fd8-4b58-85dc-bb646a30c40e}</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/rtkpost_qt</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkpost_qt-Desktop-Release</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
+    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jens/Dokumente/RTKLIB/app/build-rtkpost_qt-Desktop-Profile</value>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
+      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
+      <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
+     </valuemap>
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
+    </valuemap>
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
+     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
+      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
+      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
+       <value type="QString">-w</value>
+       <value type="QString">-r</value>
+      </valuelist>
+      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
+      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
+     </valuemap>
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
+    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
+    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
+    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
+    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
+     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
+    </valuemap>
+    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
+   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
+    <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
+    <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
+    <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
+    <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
+    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
+    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
+    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
+    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
+    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
+    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
+    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
+    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
+    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
+    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
+    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
+     <value type="int">0</value>
+     <value type="int">1</value>
+     <value type="int">2</value>
+     <value type="int">3</value>
+     <value type="int">4</value>
+     <value type="int">5</value>
+     <value type="int">6</value>
+     <value type="int">7</value>
+     <value type="int">8</value>
+     <value type="int">9</value>
+     <value type="int">10</value>
+     <value type="int">11</value>
+     <value type="int">12</value>
+     <value type="int">13</value>
+     <value type="int">14</value>
+    </valuelist>
+    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
+    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">rtkpost_qt</value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
+    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/jens/Dokumente/RTKLIB/app/rtkpost_qt/rtkpost_qt.pro</value>
+    <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">rtkpost_qt.pro</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
+    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
+    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
+    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
+    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
+    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
+    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
+   </valuemap>
+   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
+  </valuemap>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.TargetCount</variable>
+  <value type="int">1</value>
+ </data>
+ <data>
+  <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
+  <value type="int">18</value>
+ </data>
+ <data>
+  <variable>Version</variable>
+  <value type="int">18</value>
+ </data>
+</qtcreator>
diff --git a/app/rtkpost_qt/rtkpost_qt.qrc b/app/rtkpost_qt/rtkpost_qt.qrc
new file mode 100644
index 0000000..2574e57
--- /dev/null
+++ b/app/rtkpost_qt/rtkpost_qt.qrc
@@ -0,0 +1,94 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+        <file alias="rktpost_Icon.ico">rtkpost_Icon.ico</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="alt.bmp">../icon/alt.bmp</file>
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/rtkpost_qt/rtkpost_qt.rc b/app/rtkpost_qt/rtkpost_qt.rc
new file mode 100644
index 0000000..8d64973
--- /dev/null
+++ b/app/rtkpost_qt/rtkpost_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "rtkpost_Icon.ico"
\ No newline at end of file
diff --git a/app/rtkrcv/gcc/makefile b/app/rtkrcv/gcc/makefile
new file mode 100644
index 0000000..0b219ce
--- /dev/null
+++ b/app/rtkrcv/gcc/makefile
@@ -0,0 +1,141 @@
+# makefile for rtkrcv
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+
+# for beagleboard
+#CTARGET= -mfpu=neon -mfloat-abi=softfp -ffast-math
+CTARGET= -DENAGLO -DENAQZS -DENACMP -DNFREQ=3
+
+CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -I.. -DTRACE $(CTARGET) -g
+LDLIBS  = -lm -lrt -lpthread
+
+all        : rtkrcv
+rtkrcv     : rtkrcv.o vt.o rtkcmn.o rtksvr.o rtkpos.o geoid.o solution.o lambda.o
+rtkrcv     : sbas.o stream.o rcvraw.o rtcm.o preceph.o options.o pntpos.o ppp.o ppp_ar.o
+rtkrcv     : novatel.o ublox.o ss2.o crescent.o skytraq.o gw10.o javad.o nvs.o binex.o
+rtkrcv     : rt17.o ephemeris.o rinex.o ionex.o rtcm2.o rtcm3.o rtcm3e.o qzslex.o
+rtkrcv     : ppp_corr.o septentrio.o tides.o
+
+rtkrcv.o   : ../rtkrcv.c
+	$(CC) -c $(CFLAGS) ../rtkrcv.c
+vt.o       : ../vt.c
+	$(CC) -c $(CFLAGS) ../vt.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rtksvr.o   : $(SRC)/rtksvr.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtksvr.c
+rtkpos.o   : $(SRC)/rtkpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkpos.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+lambda.o   : $(SRC)/lambda.c
+	$(CC) -c $(CFLAGS) $(SRC)/lambda.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+stream.o   : $(SRC)/stream.c
+	$(CC) -c $(CFLAGS) $(SRC)/stream.c
+rcvraw.o : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+options.o  : $(SRC)/options.c
+	$(CC) -c $(CFLAGS) $(SRC)/options.c
+pntpos.o   : $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ppp.o      : $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+ephemeris.o: $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+ionex.o    : $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+qzslex.o   : $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+ppp_corr.o   : $(SRC)/ppp_corr.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_corr.c
+septentrio.o     : $(SRC)/rcv/septentrio.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/septentrio.c
+tides.o   : $(SRC)/tides.c
+	$(CC) -c $(CFLAGS) $(SRC)/tides.c
+
+rtkrcv.o   : $(SRC)/rtklib.h ../vt.h
+rtkcmn.o   : $(SRC)/rtklib.h
+rtksvr.o   : $(SRC)/rtklib.h
+rtkpos.o   : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+lambda.o   : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+options.o  : $(SRC)/rtklib.h
+pntpos.o   : $(SRC)/rtklib.h
+ppp.o      : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+ephemeris.o: $(SRC)/rtklib.h
+rinex.o    : $(SRC)/rtklib.h
+ionex.o    : $(SRC)/rtklib.h
+qzslex.o   : $(SRC)/rtklib.h
+
+install:
+	cp rtkrcv $(BINDIR)
+
+test1:
+	./rtkrcv -t 4 -m 52001 -t 4
+
+test2:
+	./rtkrcv -p 2105 -m 52001
+
+test3:
+	./rtkrcv -o ../rtk_pb.conf
+
+clean:
+	rm -f rtkrcv rtkrcv.exe rtkrcv.nav *.o *.out *.trace
+
diff --git a/app/rtkrcv/gcc/rtkrcv.conf b/app/rtkrcv/gcc/rtkrcv.conf
new file mode 100644
index 0000000..cabe22f
--- /dev/null
+++ b/app/rtkrcv/gcc/rtkrcv.conf
@@ -0,0 +1,121 @@
+# rtkrcv options (2010/08/12 07:12:16, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =1          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =ftp        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =ttyS0:115200:8:n:1:off
+inpstr2-path       =ttyS1:115200:8:n:1:off
+inpstr3-path       =anonymous:passwd at cddis.gsfc.nasa.gov/gps/products/%W/igu%W%D_%hb.sp3.Z::T=-14400,21600,7200,600
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr2-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr3-format     =sp3        # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile3      =
+pos1-posmode       =single     # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1         # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =precise    # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =off        # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =5
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/gcc/rtkshut.sh b/app/rtkrcv/gcc/rtkshut.sh
new file mode 100644
index 0000000..0bc65de
--- /dev/null
+++ b/app/rtkrcv/gcc/rtkshut.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# rtkrcv shutdown script
+
+echo shutdown script ok
+
diff --git a/app/rtkrcv/gcc/rtkstart.sh b/app/rtkrcv/gcc/rtkstart.sh
new file mode 100644
index 0000000..1aff931
--- /dev/null
+++ b/app/rtkrcv/gcc/rtkstart.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# rtkrcv startup script
+
+echo statup script ok
+
diff --git a/app/rtkrcv/longrtk.conf b/app/rtkrcv/longrtk.conf
new file mode 100644
index 0000000..47a213d
--- /dev/null
+++ b/app/rtkrcv/longrtk.conf
@@ -0,0 +1,121 @@
+# rtkrcv options (2010/08/12 07:12:16, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =1          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =tcpcli     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =tcpcli     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =ftp        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =rover1_addr:port2
+inpstr2-path       =rover2_addr:port2
+inpstr3-path       =anonymous:user@@cddis.gsfc.nasa.gov/gps/products/%W/igu%W%D_%hb.sp3.Z::T=-10800,21600,10800,600
+inpstr1-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr2-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr3-format     =sp3        # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,14:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =
+file-cmdfile2      =
+file-cmdfile3      =
+pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =on         # (0:off,1:on)
+pos1-ionoopt       =est-stec   # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =est-ztd    # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =precise    # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =on         # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =0
+pos2-arelmask      =25         # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =rtcm       # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/ppp.conf b/app/rtkrcv/ppp.conf
new file mode 100644
index 0000000..bc7c1ee
--- /dev/null
+++ b/app/rtkrcv/ppp.conf
@@ -0,0 +1,121 @@
+# rtkrcv options for real-time ppp (2010/08/07, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =2          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =ntripcli   # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =ttyACM0:115200:8:n:1:off
+inpstr2-path       =
+inpstr3-path       =user:password at www.igs-ip.net:2101/CLK31
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr3-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile3      =
+pos1-posmode       =ppp-kine   # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =on         # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =est-ztd    # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc+ssrapc # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =off        # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/rtk.conf b/app/rtkrcv/rtk.conf
new file mode 100644
index 0000000..c0fb90f
--- /dev/null
+++ b/app/rtkrcv/rtk.conf
@@ -0,0 +1,121 @@
+# rtkrcv options for rtk (2010/08/07, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =2          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =tcpcli     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =ttyACM0:115200:8:n:1:off
+inpstr2-path       =192.168.0.2:2101
+inpstr3-path       =
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr3-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile3      =
+pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =35.87298031 # (deg|m)
+ant2-pos2          =138.38966505 # (deg|m)
+ant2-pos3          =1003.852   # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/rtk_pb.conf b/app/rtkrcv/rtk_pb.conf
new file mode 100644
index 0000000..168d616
--- /dev/null
+++ b/app/rtkrcv/rtk_pb.conf
@@ -0,0 +1,121 @@
+# rtkrcv options for rtk (2010/08/07, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =2          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =file       # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =file       # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =../../../../rtklib_test/rtk/oemv_20090515c.gps::T
+inpstr2-path       =../../../../rtklib_test/rtk/0263_20090515c.rtcm3::T
+inpstr3-path       =
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr3-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+#file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+#file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+#file-cmdfile3      =
+pos1-posmode       =kinematic  # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1+l2      # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =fix-and-hold # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =3
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =rtcm       # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =35.87298031 # (deg|m)
+ant2-pos2          =138.38966505 # (deg|m)
+ant2-pos3          =1003.852   # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/rtkrcv.c b/app/rtkrcv/rtkrcv.c
new file mode 100644
index 0000000..d13ca5e
--- /dev/null
+++ b/app/rtkrcv/rtkrcv.c
@@ -0,0 +1,1463 @@
+/*------------------------------------------------------------------------------
+* rtkrcv.c : rtk-gps/gnss receiver console ap
+*
+*          Copyright (C) 2009-2015 by T.TAKASU, All rights reserved.
+*
+* notes   :
+*     current version does not support win32 without pthread library
+*
+* version : $Revision:$ $Date:$
+* history : 2009/12/13 1.0  new
+*           2010/07/18 1.1  add option -m
+*           2010/08/12 1.2  fix bug on ftp/http
+*           2011/01/22 1.3  add option misc-proxyaddr,misc-fswapmargin
+*           2011/08/19 1.4  fix bug on size of arg solopt arg for rtksvrstart()
+*           2012/11/03 1.5  fix bug on setting output format
+*           2013/06/30 1.6  add "nvs" option for inpstr*-format
+*           2014/02/10 1.7  fix bug on printing obs data
+*                           add print of status, glonass nav data
+*                           ignore SIGHUP
+*           2014/04/27 1.8  add "binex" option for inpstr*-format
+*           2014/08/10 1.9  fix cpu overload with abnormal telnet shutdown
+*           2014/08/26 1.10 support input format "rt17"
+*                           change file paths of solution status and debug trace
+*           2015/01/10 1.11 add line editting and command history
+*                           separate codes for virtual console to vt.c
+*           2015/05/22 1.12 fix bug on sp3 id in inpstr*-format options
+*           2015/07/31 1.13 accept 4:stat for outstr1-format or outstr2-format
+*                           add reading satellite dcb
+*           2015/12/14 1.14 add option -sta for station name (#339)
+*           2015/12/25 1.15 fix bug on -sta option (#339)
+*           2015/01/26 1.16 support septentrio
+*-----------------------------------------------------------------------------*/
+#include <signal.h>
+#include "rtklib.h"
+#include "vt.h"
+
+static const char rcsid[]="$Id:$";
+
+#define PRGNAME     "rtkrcv"            /* program name */
+#define CMDPROMPT   "rtkrcv> "          /* command prompt */
+#define MAXARG      10                  /* max number of args in a command */
+#define MAXCMD      256                 /* max length of a command */
+#define MAXSTR      1024                /* max length of a stream */
+#define MAXRCVCMD   4096                /* max receiver command */
+#define OPTSDIR     "."                 /* default config directory */
+#define OPTSFILE    "rtkrcv.conf"       /* default config file */
+#define NAVIFILE    "rtkrcv.nav"        /* navigation save file */
+#define STATFILE    "rtkrcv_%Y%m%d%h%M.stat"  /* solution status file */
+#define TRACEFILE   "rtkrcv_%Y%m%d%h%M.trace" /* debug trace file */
+#define INTKEEPALIVE 1000               /* keep alive interval (ms) */
+
+#define ESC_CLEAR   "\033[H\033[2J"     /* ansi/vt100 escape: erase screen */
+#define ESC_RESET   "\033[0m"           /* ansi/vt100: reset attribute */
+#define ESC_BOLD    "\033[1m"           /* ansi/vt100: bold */
+
+#define SQRT(x)     ((x)<=0.0?0.0:sqrt(x))
+
+/* function prototypes -------------------------------------------------------*/
+extern FILE *popen(const char *, const char *);
+extern int pclose(FILE *);
+
+/* global variables ----------------------------------------------------------*/
+static rtksvr_t svr;                    /* rtk server struct */
+static stream_t moni;                   /* monitor stream */
+
+static int intflg       =0;             /* interrupt flag (2:shtdown) */
+
+static char passwd[MAXSTR]="admin";     /* login password */
+static int timetype     =0;             /* time format (0:gpst,1:utc,2:jst,3:tow) */
+static int soltype      =0;             /* sol format (0:dms,1:deg,2:xyz,3:enu,4:pyl) */
+static int solflag      =2;             /* sol flag (1:std+2:age/ratio/ns) */
+static int strtype[]={                  /* stream types */
+    STR_SERIAL,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE,STR_NONE
+};
+static char strpath[8][MAXSTR]={""};    /* stream paths */
+static int strfmt[]={                   /* stream formats */
+    STRFMT_UBX,STRFMT_RTCM3,STRFMT_SP3,SOLF_LLH,SOLF_NMEA
+};
+static int svrcycle     =10;            /* server cycle (ms) */
+static int timeout      =10000;         /* timeout time (ms) */
+static int reconnect    =10000;         /* reconnect interval (ms) */
+static int nmeacycle    =5000;          /* nmea request cycle (ms) */
+static int buffsize     =32768;         /* input buffer size (bytes) */
+static int navmsgsel    =0;             /* navigation mesaage select */
+static char proxyaddr[256]="";          /* http/ntrip proxy */
+static int nmeareq      =0;             /* nmea request type (0:off,1:lat/lon,2:single) */
+static double nmeapos[] ={0,0};         /* nmea position (lat/lon) (deg) */
+static char rcvcmds[3][MAXSTR]={""};    /* receiver commands files */
+static char startcmd[MAXSTR]="";        /* start command */
+static char stopcmd [MAXSTR]="";        /* stop command */
+static int modflgr[256] ={0};           /* modified flags of receiver options */
+static int modflgs[256] ={0};           /* modified flags of system options */
+static int moniport     =0;             /* monitor port */
+static int keepalive    =0;             /* keep alive flag */
+static int fswapmargin  =30;            /* file swap margin (s) */
+static char sta_name[256]="";           /* station name */
+
+static prcopt_t prcopt;                 /* processing options */
+static solopt_t solopt[2]={{0}};        /* solution options */
+static filopt_t filopt  ={""};          /* file options */
+
+/* help text -----------------------------------------------------------------*/
+static const char *helptxt[]={
+    " start            : start rtk server",
+    " stop             : stop rtk server",
+    " restart          : restart rtk sever",
+    " solution [cycle] : show solution",
+    " status [cycle]   : show rtk status",
+    " satellite [-n] [cycle]: show satellite status",
+    " observ [-n] [cycle]   : show observation data",
+    " navidata [cycle] : show navigation data",
+    " stream [cycle]   : show stream status",
+    " error            : show error/warning messages",
+    " option [opt]     : show option(s)",
+    " set opt [val]    : set option",
+    " load [file]      : load options from file",
+    " save [file]      : save options to file",
+    " log [file|off]   : start/stop log to file",
+    " help|? [path]    : print help",
+    " exit             : exit and logout console",
+    " shutdown         : shutdown rtk server",
+    " !command [arg...]: execute command in shell",
+    ""
+};
+static const char *pathopts[]={         /* path options help */
+    "stream path formats",
+    " serial   : port[:bit_rate[:byte[:parity(n|o|e)[:stopb[:fctr(off|on)]]]]]",
+    " file     : path[::T[::+offset][::xspeed]]",
+    " tcpsvr   : :port",
+    " tcpcli   : addr:port",
+    " ntripsvr : user:passwd at addr:port/mntpnt[:str]",
+    " ntripcli : user:passwd at addr:port/mntpnt",
+    " ftp      : user:passwd at addr/path[::T=poff,tint,off,rint]",
+    " http     : addr/path[::T=poff,tint,off,rint]",
+    ""
+};
+/* receiver options table ----------------------------------------------------*/
+#define TIMOPT  "0:gpst,1:utc,2:jst,3:tow"
+#define CONOPT  "0:dms,1:deg,2:xyz,3:enu,4:pyl"
+#define FLGOPT  "0:off,1:std+2:age/ratio/ns"
+#define ISTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http"
+#define OSTOPT  "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr"
+#define FMTOPT  "0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:gw10,9:javad,10:nvs,11:binex,12:rt17,13:sbf,16:sp3"
+#define NMEOPT  "0:off,1:latlon,2:single"
+#define SOLOPT  "0:llh,1:xyz,2:enu,3:nmea,4:stat"
+#define MSGOPT  "0:all,1:rover,2:base,3:corr"
+
+static opt_t rcvopts[]={
+    {"console-passwd",  2,  (void *)passwd,              ""     },
+    {"console-timetype",3,  (void *)&timetype,           TIMOPT },
+    {"console-soltype", 3,  (void *)&soltype,            CONOPT },
+    {"console-solflag", 0,  (void *)&solflag,            FLGOPT },
+    
+    {"inpstr1-type",    3,  (void *)&strtype[0],         ISTOPT },
+    {"inpstr2-type",    3,  (void *)&strtype[1],         ISTOPT },
+    {"inpstr3-type",    3,  (void *)&strtype[2],         ISTOPT },
+    {"inpstr1-path",    2,  (void *)strpath [0],         ""     },
+    {"inpstr2-path",    2,  (void *)strpath [1],         ""     },
+    {"inpstr3-path",    2,  (void *)strpath [2],         ""     },
+    {"inpstr1-format",  3,  (void *)&strfmt [0],         FMTOPT },
+    {"inpstr2-format",  3,  (void *)&strfmt [1],         FMTOPT },
+    {"inpstr3-format",  3,  (void *)&strfmt [2],         FMTOPT },
+    {"inpstr2-nmeareq", 3,  (void *)&nmeareq,            NMEOPT },
+    {"inpstr2-nmealat", 1,  (void *)&nmeapos[0],         "deg"  },
+    {"inpstr2-nmealon", 1,  (void *)&nmeapos[1],         "deg"  },
+    {"outstr1-type",    3,  (void *)&strtype[3],         OSTOPT },
+    {"outstr2-type",    3,  (void *)&strtype[4],         OSTOPT },
+    {"outstr1-path",    2,  (void *)strpath [3],         ""     },
+    {"outstr2-path",    2,  (void *)strpath [4],         ""     },
+    {"outstr1-format",  3,  (void *)&strfmt [3],         SOLOPT },
+    {"outstr2-format",  3,  (void *)&strfmt [4],         SOLOPT },
+    {"logstr1-type",    3,  (void *)&strtype[5],         OSTOPT },
+    {"logstr2-type",    3,  (void *)&strtype[6],         OSTOPT },
+    {"logstr3-type",    3,  (void *)&strtype[7],         OSTOPT },
+    {"logstr1-path",    2,  (void *)strpath [5],         ""     },
+    {"logstr2-path",    2,  (void *)strpath [6],         ""     },
+    {"logstr3-path",    2,  (void *)strpath [7],         ""     },
+    
+    {"misc-svrcycle",   0,  (void *)&svrcycle,           "ms"   },
+    {"misc-timeout",    0,  (void *)&timeout,            "ms"   },
+    {"misc-reconnect",  0,  (void *)&reconnect,          "ms"   },
+    {"misc-nmeacycle",  0,  (void *)&nmeacycle,          "ms"   },
+    {"misc-buffsize",   0,  (void *)&buffsize,           "bytes"},
+    {"misc-navmsgsel",  3,  (void *)&navmsgsel,          MSGOPT },
+    {"misc-proxyaddr",  2,  (void *)proxyaddr,           ""     },
+    {"misc-fswapmargin",0,  (void *)&fswapmargin,        "s"    },
+    
+    {"misc-startcmd",   2,  (void *)startcmd,            ""     },
+    {"misc-stopcmd",    2,  (void *)stopcmd,             ""     },
+    
+    {"file-cmdfile1",   2,  (void *)rcvcmds[0],          ""     },
+    {"file-cmdfile2",   2,  (void *)rcvcmds[1],          ""     },
+    {"file-cmdfile3",   2,  (void *)rcvcmds[2],          ""     },
+    
+    {"",0,NULL,""}
+};
+/* external stop signal ------------------------------------------------------*/
+static void sigshut(int sig)
+{
+    trace(3,"sigshut: sig=%d\n",sig);
+    
+    intflg=1;
+}
+/* discard space characters at tail ------------------------------------------*/
+static void chop(char *str)
+{
+    char *p;
+    for (p=str+strlen(str)-1;p>=str&&!isgraph((int)*p);p--) *p='\0';
+}
+/* thread to send keep alive for monitor port --------------------------------*/
+static void *sendkeepalive(void *arg)
+{
+    trace(3,"sendkeepalive: start\n");
+    
+    while (keepalive) {
+        strwrite(&moni,(unsigned char *)"\r",1);
+        sleepms(INTKEEPALIVE);
+    }
+    trace(3,"sendkeepalive: stop\n");
+    return NULL;
+}
+/* open monitor port ---------------------------------------------------------*/
+static int openmoni(int port)
+{
+    pthread_t thread;
+    char path[64];
+    
+    trace(3,"openmomi: port=%d\n",port);
+    
+    sprintf(path,":%d",port);
+    if (!stropen(&moni,STR_TCPSVR,STR_MODE_RW,path)) return 0;
+    strsettimeout(&moni,timeout,reconnect);
+    keepalive=1;
+    pthread_create(&thread,NULL,sendkeepalive,NULL);
+    return 1;
+}
+/* close monitor port --------------------------------------------------------*/
+static void closemoni(void)
+{
+    trace(3,"closemoni:\n");
+    keepalive=0;
+    
+    /* send disconnect message */
+    strwrite(&moni,(unsigned char *)MSG_DISCONN,strlen(MSG_DISCONN));
+    
+    /* wait fin from clients */
+    sleepms(1000);
+    
+    strclose(&moni);
+}
+/* confirm overwrite ---------------------------------------------------------*/
+static int confwrite(vt_t *vt, const char *file)
+{
+    FILE *fp;
+    char buff[MAXSTR],*p;
+    
+    strcpy(buff,file);
+    if ((p=strstr(buff,"::"))) *p='\0'; /* omit options in path */
+    if (!vt->state||!(fp=fopen(buff,"r"))) return 1; /* no existing file */
+    fclose(fp);
+    vt_printf(vt,"overwrite %-16s ? (y/n): ",buff);
+    if (!vt_gets(vt,buff,sizeof(buff))||vt->brk) return 0;
+    return toupper((int)buff[0])=='Y';
+}
+/* login ---------------------------------------------------------------------*/
+static int login(vt_t *vt)
+{
+    char buff[256];
+    
+    trace(3,"login: passwd=%s type=%d\n",passwd,vt->type);
+    
+    if (!*passwd||!vt->type) return 1;
+    
+    while (!(intflg&2)) {
+        if (!vt_printf(vt,"password: ")) return 0;
+        if (!vt_gets(vt,buff,sizeof(buff))||vt->brk) return 0;
+        if (!strcmp(buff,passwd)) break;
+        vt_printf(vt,"\ninvalid password\n");
+    }
+    vt_printf(vt,"\n");
+    return 1;
+}
+/* read receiver commands ----------------------------------------------------*/
+static int readcmd(const char *file, char *cmd, int type)
+{
+    FILE *fp;
+    char buff[MAXSTR],*p=cmd;
+    int i=0;
+    
+    trace(3,"readcmd: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) return 0;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (*buff=='@') i=1;
+        else if (i==type&&p+strlen(buff)+1<cmd+MAXRCVCMD) {
+            p+=sprintf(p,"%s",buff);
+        }
+    }
+    fclose(fp);
+    return 1;
+}
+/* read antenna file ---------------------------------------------------------*/
+static void readant(vt_t *vt, prcopt_t *opt, nav_t *nav)
+{
+    const pcv_t pcv0={0};
+    pcvs_t pcvr={0},pcvs={0};
+    pcv_t *pcv;
+    gtime_t time=timeget();
+    int i;
+    
+    trace(3,"readant:\n");
+    
+    opt->pcvr[0]=opt->pcvr[1]=pcv0;
+    if (!*filopt.rcvantp) return;
+    
+    if (readpcv(filopt.rcvantp,&pcvr)) {
+        for (i=0;i<2;i++) {
+            if (!*opt->anttype[i]) continue;
+            if (!(pcv=searchpcv(0,opt->anttype[i],time,&pcvr))) {
+                vt_printf(vt,"no antenna %s in %s",opt->anttype[i],filopt.rcvantp);
+                continue;
+            }
+            opt->pcvr[i]=*pcv;
+        }
+    }
+    else vt_printf(vt,"antenna file open error %s",filopt.rcvantp);
+    
+    if (readpcv(filopt.satantp,&pcvs)) {
+        for (i=0;i<MAXSAT;i++) {
+            if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+            nav->pcvs[i]=*pcv;
+        }
+    }
+    else vt_printf(vt,"antenna file open error %s",filopt.satantp);
+    
+    free(pcvr.pcv); free(pcvs.pcv);
+}
+/* start rtk server ----------------------------------------------------------*/
+static int startsvr(vt_t *vt)
+{
+    static sta_t sta[MAXRCV]={{""}};
+    double pos[3],npos[3];
+    char s[3][MAXRCVCMD]={"","",""},*cmds[]={NULL,NULL,NULL};
+    char *ropts[]={"","",""};
+    char *paths[]={
+        strpath[0],strpath[1],strpath[2],strpath[3],strpath[4],strpath[5],
+        strpath[6],strpath[7]
+    };
+    int i,ret,stropt[8]={0};
+    
+    trace(3,"startsvr:\n");
+    
+    /* read start commads from command files */
+    for (i=0;i<3;i++) {
+        if (!*rcvcmds[i]) continue;
+        if (!readcmd(rcvcmds[i],s[i],0)) {
+            vt_printf(vt,"no command file: %s\n",rcvcmds[i]);
+        }
+        else cmds[i]=s[i];
+    }
+    /* confirm overwrite */
+    for (i=3;i<8;i++) {
+        if (strtype[i]==STR_FILE&&!confwrite(vt,strpath[i])) return 0;
+    }
+    if (prcopt.refpos==4) { /* rtcm */
+        for (i=0;i<3;i++) prcopt.rb[i]=0.0;
+    }
+    pos[0]=nmeapos[0]*D2R;
+    pos[1]=nmeapos[1]*D2R;
+    pos[2]=0.0;
+    pos2ecef(pos,npos);
+    
+    /* read antenna file */
+    readant(vt,&prcopt,&svr.nav);
+    
+    /* read dcb file */
+    if (filopt.dcb) {
+        strcpy(sta[0].name,sta_name);
+        readdcb(filopt.dcb,&svr.nav,sta);
+    }
+    /* open geoid data file */
+    if (solopt[0].geoid>0&&!opengeoid(solopt[0].geoid,filopt.geoid)) {
+        trace(2,"geoid data open error: %s\n",filopt.geoid);
+        vt_printf(vt,"geoid data open error: %s\n",filopt.geoid);
+    }
+    for (i=0;*rcvopts[i].name;i++) modflgr[i]=0;
+    for (i=0;*sysopts[i].name;i++) modflgs[i]=0;
+    
+    /* set stream options */
+    stropt[0]=timeout;
+    stropt[1]=reconnect;
+    stropt[2]=1000;
+    stropt[3]=buffsize;
+    stropt[4]=fswapmargin;
+    strsetopt(stropt);
+    
+    if (strfmt[2]==8) strfmt[2]=STRFMT_SP3;
+    
+    /* set ftp/http directory and proxy */
+    strsetdir(filopt.tempdir);
+    strsetproxy(proxyaddr);
+    
+    /* execute start command */
+    if (*startcmd&&(ret=system(startcmd))) {
+        trace(2,"command exec error: %s (%d)\n",startcmd,ret);
+        vt_printf(vt,"command exec error: %s (%d)\n",startcmd,ret);
+    }
+    solopt[0].posf=strfmt[3];
+    solopt[1].posf=strfmt[4];
+    
+    /* start rtk server */
+    if (!rtksvrstart(&svr,svrcycle,buffsize,strtype,paths,strfmt,navmsgsel,
+                     cmds,ropts,nmeacycle,nmeareq,npos,&prcopt,solopt,&moni)) {
+        trace(2,"rtk server start error\n");
+        vt_printf(vt,"rtk server start error\n");
+        return 0;
+    }
+    return 1;
+}
+/* stop rtk server -----------------------------------------------------------*/
+static void stopsvr(vt_t *vt)
+{
+    char s[3][MAXRCVCMD]={"","",""},*cmds[]={NULL,NULL,NULL};
+    int i,ret;
+    
+    trace(3,"stopsvr:\n");
+    
+    if (!svr.state) return;
+    
+    /* read stop commads from command files */
+    for (i=0;i<3;i++) {
+        if (!*rcvcmds[i]) continue;
+        if (!readcmd(rcvcmds[i],s[i],1)) {
+            vt_printf(vt,"no command file: %s\n",rcvcmds[i]);
+        }
+        else cmds[i]=s[i];
+    }
+    /* stop rtk server */
+    rtksvrstop(&svr,cmds);
+    
+    /* execute stop command */
+    if (*stopcmd&&(ret=system(stopcmd))) {
+        trace(2,"command exec error: %s (%d)\n",stopcmd,ret);
+        vt_printf(vt,"command exec error: %s (%d)\n",stopcmd,ret);
+    }
+    if (solopt[0].geoid>0) closegeoid();
+}
+/* print time ----------------------------------------------------------------*/
+static void prtime(vt_t *vt, gtime_t time)
+{
+    double tow;
+    int week;
+    char tstr[64]="";
+    
+    if (timetype==1) {
+        time2str(gpst2utc(time),tstr,1);
+    }
+    else if (timetype==2) {
+        time2str(timeadd(gpst2utc(time),9*3600.0),tstr,1);
+    }
+    else if (timetype==3) {
+        tow=time2gpst(time,&week); sprintf(tstr,"  %04d %8.1f",week,tow);
+    }
+    else time2str(time,tstr,1);
+    vt_printf(vt,"%s ",tstr);
+}
+/* print solution ------------------------------------------------------------*/
+static void prsolution(vt_t *vt, const sol_t *sol, const double *rb)
+{
+    const char *solstr[]={"------","FIX","FLOAT","SBAS","DGPS","SINGLE","PPP",""};
+    double pos[3]={0},Qr[9],Qe[9]={0},dms1[3]={0},dms2[3]={0},bl[3]={0};
+    double enu[3]={0},pitch=0.0,yaw=0.0,len;
+    int i;
+    
+    trace(4,"prsolution:\n");
+    
+    if (sol->time.time==0||!sol->stat) return;
+    prtime(vt,sol->time);
+    vt_printf(vt,"(%-6s)",solstr[sol->stat]);
+    
+    if (norm(sol->rr,3)>0.0&&norm(rb,3)>0.0) {
+        for (i=0;i<3;i++) bl[i]=sol->rr[i]-rb[i];
+    }
+    len=norm(bl,3);
+    Qr[0]=sol->qr[0];
+    Qr[4]=sol->qr[1];
+    Qr[8]=sol->qr[2];
+    Qr[1]=Qr[3]=sol->qr[3];
+    Qr[5]=Qr[7]=sol->qr[4];
+    Qr[2]=Qr[6]=sol->qr[5];
+    
+    if (soltype==0) {
+        if (norm(sol->rr,3)>0.0) {
+            ecef2pos(sol->rr,pos);
+            covenu(pos,Qr,Qe);
+            deg2dms(pos[0]*R2D,dms1);
+            deg2dms(pos[1]*R2D,dms2);
+            if (solopt[0].height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }       
+        vt_printf(vt," %s:%2.0f %02.0f %07.4f",pos[0]<0?"S":"N",fabs(dms1[0]),dms1[1],dms1[2]);
+        vt_printf(vt," %s:%3.0f %02.0f %07.4f",pos[1]<0?"W":"E",fabs(dms2[0]),dms2[1],dms2[2]);
+        vt_printf(vt," H:%8.3f",pos[2]);
+        if (solflag&1) {
+            vt_printf(vt," (N:%6.3f E:%6.3f U:%6.3f)",SQRT(Qe[4]),SQRT(Qe[0]),SQRT(Qe[8]));
+        }
+    }
+    else if (soltype==1) {
+        if (norm(sol->rr,3)>0.0) {
+            ecef2pos(sol->rr,pos);
+            covenu(pos,Qr,Qe);
+            if (solopt[0].height==1) pos[2]-=geoidh(pos); /* geodetic */
+        }       
+        vt_printf(vt," %s:%11.8f",pos[0]<0.0?"S":"N",fabs(pos[0])*R2D);
+        vt_printf(vt," %s:%12.8f",pos[1]<0.0?"W":"E",fabs(pos[1])*R2D);
+        vt_printf(vt," H:%8.3f",pos[2]);
+        if (solflag&1) {
+            vt_printf(vt," (E:%6.3f N:%6.3f U:%6.3fm)",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+        }
+    }
+    else if (soltype==2) {
+        vt_printf(vt," X:%12.3f",sol->rr[0]);
+        vt_printf(vt," Y:%12.3f",sol->rr[1]);
+        vt_printf(vt," Z:%12.3f",sol->rr[2]);
+        if (solflag&1) {
+            vt_printf(vt," (X:%6.3f Y:%6.3f Z:%6.3f)",SQRT(Qr[0]),SQRT(Qr[4]),SQRT(Qr[8]));
+        }
+    }
+    else if (soltype==3) {
+        if (len>0.0) {
+            ecef2pos(rb,pos);
+            ecef2enu(pos,bl,enu);
+            covenu(pos,Qr,Qe);
+        }       
+        vt_printf(vt," E:%12.3f",enu[0]);
+        vt_printf(vt," N:%12.3f",enu[1]);
+        vt_printf(vt," U:%12.3f",enu[2]);
+        if (solflag&1) {
+            vt_printf(vt," (E:%6.3f N:%6.3f U:%6.3f)",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+        }
+    }
+    else if (soltype==4) {
+        if (len>0.0) {
+            ecef2pos(rb,pos);
+            ecef2enu(pos,bl,enu);
+            covenu(pos,Qr,Qe);
+            pitch=asin(enu[2]/len);
+            yaw=atan2(enu[0],enu[1]); if (yaw<0.0) yaw+=2.0*PI;
+        }
+        vt_printf(vt," P:%12.3f",pitch*R2D);
+        vt_printf(vt," Y:%12.3f",yaw*R2D);
+        vt_printf(vt," L:%12.3f",len);
+        if (solflag&1) {
+            vt_printf(vt," (E:%6.3f N:%6.3f U:%6.3f)",SQRT(Qe[0]),SQRT(Qe[4]),SQRT(Qe[8]));
+        }
+    }
+    if (solflag&2) {
+        vt_printf(vt," A:%4.1f R:%5.1f N:%2d",sol->age,sol->ratio,sol->ns);
+    }
+    vt_printf(vt,"\n");
+}
+/* print status --------------------------------------------------------------*/
+static void prstatus(vt_t *vt)
+{
+    rtk_t rtk;
+    const char *svrstate[]={"stop","run"},*type[]={"rover","base","corr"};
+    const char *sol[]={"-","fix","float","SBAS","DGPS","single","PPP",""};
+    const char *mode[]={
+         "single","DGPS","kinematic","static","moving-base","fixed",
+         "PPP-kinema","PPP-static"
+    };
+    const char *freq[]={"-","L1","L1+L2","L1+L2+L5","","",""};
+    rtcm_t rtcm[3];
+    int i,j,n,thread,cycle,state,rtkstat,nsat0,nsat1,prcout;
+    int cputime,nb[3]={0},nmsg[3][10]={{0}};
+    char tstr[64],s[1024],*p;
+    double runtime,rt[3]={0},dop[4]={0},rr[3],bl1=0.0,bl2=0.0;
+    double azel[MAXSAT*2],pos[3],vel[3],*del;
+    
+    trace(4,"prstatus:\n");
+    
+    rtksvrlock(&svr);
+    rtk=svr.rtk;
+    thread=(int)svr.thread;
+    cycle=svr.cycle;
+    state=svr.state;
+    rtkstat=svr.rtk.sol.stat;
+    nsat0=svr.obs[0][0].n;
+    nsat1=svr.obs[1][0].n;
+    cputime=svr.cputime;
+    prcout=svr.prcout;
+    for (i=0;i<3;i++) nb[i]=svr.nb[i];
+    for (i=0;i<3;i++) for (j=0;j<10;j++) {
+        nmsg[i][j]=svr.nmsg[i][j];
+    }
+    if (svr.state) {
+        runtime=(double)(tickget()-svr.tick)/1000.0;
+        rt[0]=floor(runtime/3600.0); runtime-=rt[0]*3600.0;
+        rt[1]=floor(runtime/60.0); rt[2]=runtime-rt[1]*60.0;
+    }
+    for (i=0;i<3;i++) rtcm[i]=svr.rtcm[i];
+    rtksvrunlock(&svr);
+    
+    for (i=n=0;i<MAXSAT;i++) {
+        if (rtk.opt.mode==PMODE_SINGLE&&!rtk.ssat[i].vs) continue;
+        if (rtk.opt.mode!=PMODE_SINGLE&&!rtk.ssat[i].vsat[0]) continue;
+        azel[  n*2]=rtk.ssat[i].azel[0];
+        azel[1+n*2]=rtk.ssat[i].azel[1];
+        n++;
+    }
+    dops(n,azel,0.0,dop);
+    
+    vt_printf(vt,"\n%s%-28s: %s%s\n",ESC_BOLD,"Parameter","Value",ESC_RESET);
+    vt_printf(vt,"%-28s: %s\n","rtklib version",VER_RTKLIB);
+    vt_printf(vt,"%-28s: %d\n","rtk server thread",thread);
+    vt_printf(vt,"%-28s: %s\n","rtk server state",svrstate[state]);
+    vt_printf(vt,"%-28s: %d\n","processing cycle (ms)",cycle);
+    vt_printf(vt,"%-28s: %s\n","positioning mode",mode[rtk.opt.mode]);
+    vt_printf(vt,"%-28s: %s\n","frequencies",freq[rtk.opt.nf]);
+    vt_printf(vt,"%-28s: %02.0f:%02.0f:%04.1f\n","accumulated time to run",rt[0],rt[1],rt[2]);
+    vt_printf(vt,"%-28s: %d\n","cpu time for a cycle (ms)",cputime);
+    vt_printf(vt,"%-28s: %d\n","missing obs data count",prcout);
+    vt_printf(vt,"%-28s: %d,%d\n","bytes in input buffer",nb[0],nb[1]);
+    for (i=0;i<3;i++) {
+        sprintf(s,"# of input data %s",type[i]);
+        vt_printf(vt,"%-28s: obs(%d),nav(%d),gnav(%d),ion(%d),sbs(%d),pos(%d),dgps(%d),ssr(%d),err(%d)\n",
+                s,nmsg[i][0],nmsg[i][1],nmsg[i][6],nmsg[i][2],nmsg[i][3],
+                nmsg[i][4],nmsg[i][5],nmsg[i][7],nmsg[i][9]);
+    }
+    for (i=0;i<3;i++) {
+        p=s; *p='\0';
+        for (j=1;j<100;j++) {
+            if (rtcm[i].nmsg2[j]==0) continue;
+            p+=sprintf(p,"%s%d(%d)",p>s?",":"",j,rtcm[i].nmsg2[j]);
+        }
+        if (rtcm[i].nmsg2[0]>0) {
+            sprintf(p,"%sother2(%d)",p>s?",":"",rtcm[i].nmsg2[0]);
+        }
+        for (j=1;j<300;j++) {
+            if (rtcm[i].nmsg3[j]==0) continue;
+            p+=sprintf(p,"%s%d(%d)",p>s?",":"",j+1000,rtcm[i].nmsg3[j]);
+        }
+        if (rtcm[i].nmsg3[0]>0) {
+            sprintf(p,"%sother3(%d)",p>s?",":"",rtcm[i].nmsg3[0]);
+        }
+        vt_printf(vt,"%-15s %-9s: %s\n","# of rtcm messages",type[i],s);
+    }
+    vt_printf(vt,"%-28s: %s\n","solution status",sol[rtkstat]);
+    time2str(rtk.sol.time,tstr,9);
+    vt_printf(vt,"%-28s: %s\n","time of receiver clock rover",rtk.sol.time.time?tstr:"-");
+    vt_printf(vt,"%-28s: %.9f\n","time sys offset (glo-gps)(s)",rtk.sol.dtr[1]);
+    vt_printf(vt,"%-28s: %.3f\n","solution interval (s)",rtk.tt);
+    vt_printf(vt,"%-28s: %.3f\n","age of differential (s)",rtk.sol.age);
+    vt_printf(vt,"%-28s: %.3f\n","ratio for ar validation",rtk.sol.ratio);
+    vt_printf(vt,"%-28s: %d\n","# of satellites rover",nsat0);
+    vt_printf(vt,"%-28s: %d\n","# of satellites base",nsat1);
+    vt_printf(vt,"%-28s: %d\n","# of valid satellites",rtk.sol.ns);
+    vt_printf(vt,"%-28s: %.1f,%.1f,%.1f,%.1f\n","GDOP/PDOP/HDOP/VDOP",dop[0],dop[1],dop[2],dop[3]);
+    vt_printf(vt,"%-28s: %d\n","# of real estimated states",rtk.na);
+    vt_printf(vt,"%-28s: %d\n","# of all estimated states",rtk.nx);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz single (m) rover",
+            rtk.sol.rr[0],rtk.sol.rr[1],rtk.sol.rr[2]);
+    if (norm(rtk.sol.rr,3)>0.0) ecef2pos(rtk.sol.rr,pos); else pos[0]=pos[1]=pos[2]=0.0;
+    vt_printf(vt,"%-28s: %.8f,%.8f,%.3f\n","pos llh single (deg,m) rover",
+            pos[0]*R2D,pos[1]*R2D,pos[2]);
+    ecef2enu(pos,rtk.sol.rr+3,vel);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","vel enu (m/s) rover",vel[0],vel[1],vel[2]);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz float (m) rover",
+            rtk.x?rtk.x[0]:0,rtk.x?rtk.x[1]:0,rtk.x?rtk.x[2]:0);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz float std (m) rover",
+            rtk.P?SQRT(rtk.P[0]):0,rtk.P?SQRT(rtk.P[1+1*rtk.nx]):0,rtk.P?SQRT(rtk.P[2+2*rtk.nx]):0);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz fixed (m) rover",
+            rtk.xa?rtk.xa[0]:0,rtk.xa?rtk.xa[1]:0,rtk.xa?rtk.xa[2]:0);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz fixed std (m) rover",
+            rtk.Pa?SQRT(rtk.Pa[0]):0,rtk.Pa?SQRT(rtk.Pa[1+1*rtk.na]):0,rtk.Pa?SQRT(rtk.Pa[2+2*rtk.na]):0);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","pos xyz (m) base",
+            rtk.rb[0],rtk.rb[1],rtk.rb[2]);
+    vt_printf(vt,"%-28s: %s\n","ant type rover",rtk.opt.pcvr[0].type);
+    del=rtk.opt.antdel[0];
+    vt_printf(vt,"%-28s: %.3f %.3f %.3f\n","ant delta rover",del[0],del[1],del[2]);
+    vt_printf(vt,"%-28s: %s\n","ant type base" ,rtk.opt.pcvr[1].type);
+    del=rtk.opt.antdel[1];
+    vt_printf(vt,"%-28s: %.3f %.3f %.3f\n","ant delta base",del[0],del[1],del[2]);
+    if (norm(rtk.rb,3)>0.0) ecef2pos(rtk.rb,pos); else pos[0]=pos[1]=pos[2]=0.0;
+    vt_printf(vt,"%-28s: %.8f,%.8f,%.3f\n","pos llh (deg,m) base",
+            pos[0]*R2D,pos[1]*R2D,pos[2]);
+    ecef2enu(pos,rtk.rb+3,vel);
+    vt_printf(vt,"%-28s: %.3f,%.3f,%.3f\n","vel enu (m/s) base",
+            vel[0],vel[1],vel[2]);
+    if (rtk.opt.mode>0&&rtk.x&&norm(rtk.x,3)>0.0) {
+        for (i=0;i<3;i++) rr[i]=rtk.x[i]-rtk.rb[i]; bl1=norm(rr,3);
+    }
+    if (rtk.opt.mode>0&&rtk.xa&&norm(rtk.xa,3)>0.0) {
+        for (i=0;i<3;i++) rr[i]=rtk.xa[i]-rtk.rb[i]; bl2=norm(rr,3);
+    }
+    vt_printf(vt,"%-28s: %.3f\n","baseline length float (m)",bl1);
+    vt_printf(vt,"%-28s: %.3f\n","baseline length fixed (m)",bl2);
+    vt_printf(vt,"%-28s: %d\n","monitor port",moniport);
+}
+/* print satellite -----------------------------------------------------------*/
+static void prsatellite(vt_t *vt, int nf)
+{
+    rtk_t rtk;
+    double az,el;
+    char id[32];
+    int i,j,fix,frq[]={1,2,5,7,8,6};
+    
+    trace(4,"prsatellite:\n");
+    
+    rtksvrlock(&svr);
+    rtk=svr.rtk;
+    rtksvrunlock(&svr);
+    if (nf<=0||nf>NFREQ) nf=NFREQ;
+    vt_printf(vt,"\n%s%3s %2s",ESC_BOLD,"SAT","C1");
+    for (j=0;j<nf;j++) vt_printf(vt," L%d"    ,frq[j]);
+    for (j=0;j<nf;j++) vt_printf(vt,"  Fix%d" ,frq[j]);
+    for (j=0;j<nf;j++) vt_printf(vt,"  Sl%d"  ,frq[j]);
+    for (j=0;j<nf;j++) vt_printf(vt,"  Lock%d",frq[j]);
+    for (j=0;j<nf;j++) vt_printf(vt," Rj%d"   ,frq[j]);
+    vt_printf(vt," ");
+    for (j=0;j<nf;j++) vt_printf(vt," P%dRes" ,frq[j]);
+    for (j=0;j<nf;j++) vt_printf(vt,"  L%dRes",frq[j]);
+    vt_printf(vt," %5s %4s%s\n","Az","El",ESC_RESET);
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (rtk.ssat[i].azel[1]<=0.0) continue;
+        satno2id(i+1,id);
+        vt_printf(vt,"%3s %2s",id,rtk.ssat[i].vs?"OK":"-");
+        for (j=0;j<nf;j++) vt_printf(vt," %2s",rtk.ssat[i].vsat[j]?"OK":"-");
+        for (j=0;j<nf;j++) {
+            fix=rtk.ssat[i].fix[j];
+            vt_printf(vt," %5s",fix==1?"FLOAT":(fix==2?"FIX":(fix==3?"HOLD":"-")));
+        }
+        for (j=0;j<nf;j++) vt_printf(vt," %4d",rtk.ssat[i].slipc[j]);
+        for (j=0;j<nf;j++) vt_printf(vt," %6d",rtk.ssat[i].lock [j]);
+        for (j=0;j<nf;j++) vt_printf(vt," %3d",rtk.ssat[i].rejc [j]);
+        vt_printf(vt," ");
+        for (j=0;j<nf;j++) vt_printf(vt,"%6.3f",rtk.ssat[i].resp[j]);
+        for (j=0;j<nf;j++) vt_printf(vt,"%7.4f",rtk.ssat[i].resc[j]);
+        az=rtk.ssat[i].azel[0]*R2D; if (az<0.0) az+=360.0;
+        el=rtk.ssat[i].azel[1]*R2D;
+        vt_printf(vt," %5.1f %4.1f\n",az,el);
+    }
+}
+/* print observation data ----------------------------------------------------*/
+static void probserv(vt_t *vt, int nf)
+{
+    obsd_t obs[MAXOBS*2];
+    char tstr[64],id[32];
+    int i,j,n=0,frq[]={1,2,5,7,8,6};
+    
+    trace(4,"probserv:\n");
+    
+    rtksvrlock(&svr);
+    for (i=0;i<svr.obs[0][0].n&&n<MAXOBS*2;i++) {
+        obs[n++]=svr.obs[0][0].data[i];
+    }
+    for (i=0;i<svr.obs[1][0].n&&n<MAXOBS*2;i++) {
+        obs[n++]=svr.obs[1][0].data[i];
+    }
+    rtksvrunlock(&svr);
+    
+    if (nf<=0||nf>NFREQ) nf=NFREQ;
+    vt_printf(vt,"\n%s%10s %3s %s",ESC_BOLD,"TIME(GPST)","SAT","R");
+    for (i=0;i<nf;i++) vt_printf(vt,"       P%d(m)" ,frq[i]);
+    for (i=0;i<nf;i++) vt_printf(vt,"      L%d(cyc)",frq[i]);
+    for (i=0;i<nf;i++) vt_printf(vt,"  D%d(Hz)"     ,frq[i]);
+    for (i=0;i<nf;i++) vt_printf(vt," S%d"          ,frq[i]);
+    vt_printf(vt," LLI%s\n",ESC_RESET);
+    for (i=0;i<n;i++) {
+        time2str(obs[i].time,tstr,1);
+        satno2id(obs[i].sat,id);
+        vt_printf(vt,"%s %3s %d",tstr+11,id,obs[i].rcv);
+        for (j=0;j<nf;j++) vt_printf(vt,"%12.2f",obs[i].P[j]);
+        for (j=0;j<nf;j++) vt_printf(vt,"%13.2f",obs[i].L[j]);
+        for (j=0;j<nf;j++) vt_printf(vt,"%8.1f" ,obs[i].D[j]);
+        for (j=0;j<nf;j++) vt_printf(vt,"%3.0f" ,obs[i].SNR[j]*0.25);
+        for (j=0;j<nf;j++) vt_printf(vt,"%2d"   ,obs[i].LLI[j]);
+        vt_printf(vt,"\n");
+    }
+}
+/* print navigation data -----------------------------------------------------*/
+static void prnavidata(vt_t *vt)
+{
+    eph_t eph[MAXSAT];
+    geph_t geph[MAXPRNGLO];
+    double ion[8],utc[4];
+    gtime_t time;
+    char id[32],s1[64],s2[64],s3[64];
+    int i,valid,prn,leaps;
+    
+    trace(4,"prnavidata:\n");
+    
+    rtksvrlock(&svr);
+    time=svr.rtk.sol.time;
+    for (i=0;i<MAXSAT;i++) eph[i]=svr.nav.eph[i];
+    for (i=0;i<MAXPRNGLO;i++) geph[i]=svr.nav.geph[i];
+    for (i=0;i<8;i++) ion[i]=svr.nav.ion_gps[i];
+    for (i=0;i<4;i++) utc[i]=svr.nav.utc_gps[i];
+    leaps=svr.nav.leaps;
+    rtksvrunlock(&svr);
+    
+    vt_printf(vt,"\n%s%3s %3s %3s %3s %3s %3s %3s %19s %19s %19s %3s %3s%s\n",
+              ESC_BOLD,"SAT","S","IOD","IOC","FRQ","A/A","SVH","Toe","Toc",
+              "Ttr/Tof","L2C","L2P",ESC_RESET);
+    for (i=0;i<MAXSAT;i++) {
+        if (!(satsys(i+1,&prn)&(SYS_GPS|SYS_GAL|SYS_QZS|SYS_CMP))||
+            eph[i].sat!=i+1) continue;
+        valid=eph[i].toe.time!=0&&!eph[i].svh&&
+              fabs(timediff(time,eph[i].toe))<=MAXDTOE;
+        satno2id(i+1,id);
+        if (eph[i].toe.time!=0) time2str(eph[i].toe,s1,0); else strcpy(s1,"-");
+        if (eph[i].toc.time!=0) time2str(eph[i].toc,s2,0); else strcpy(s2,"-");
+        if (eph[i].ttr.time!=0) time2str(eph[i].ttr,s3,0); else strcpy(s3,"-");
+        vt_printf(vt,"%3s %3s %3d %3d %3d %3d  %02X %19s %19s %19s %3d %3d\n",
+                id,valid?"OK":"-",eph[i].iode,eph[i].iodc,0,eph[i].sva,
+                eph[i].svh,s1,s2,s3,eph[i].code,eph[i].flag);
+    }
+    for (i=0;i<MAXSAT;i++) {
+        if (!(satsys(i+1,&prn)&SYS_GLO)||geph[prn-1].sat!=i+1) continue;
+        valid=geph[prn-1].toe.time!=0&&!geph[prn-1].svh&&
+              fabs(timediff(time,geph[prn-1].toe))<=MAXDTOE_GLO;
+        satno2id(i+1,id);
+        if (geph[prn-1].toe.time!=0) time2str(geph[prn-1].toe,s1,0); else strcpy(s1,"-");
+        if (geph[prn-1].tof.time!=0) time2str(geph[prn-1].tof,s2,0); else strcpy(s2,"-");
+        vt_printf(vt,"%3s %3s %3d %3d %3d %3d  %02X %19s %19s %19s %3d %3d\n",
+                id,valid?"OK":"-",geph[prn-1].iode,0,geph[prn-1].frq,
+                geph[prn-1].age,geph[prn].svh,s1,"-",s2,0,0);
+    }
+    vt_printf(vt,"ION: %9.2E %9.2E %9.2E %9.2E %9.2E %9.2E %9.2E %9.2E\n",
+            ion[0],ion[1],ion[2],ion[3],ion[4],ion[5],ion[6],ion[7]);
+    vt_printf(vt,"UTC: %9.2E %9.2E %9.2E %9.2E  LEAPS: %d\n",utc[0],utc[1],utc[2],
+            utc[3],leaps);
+}
+/* print error/warning messages ----------------------------------------------*/
+static void prerror(vt_t *vt)
+{
+    int n;
+    
+    trace(4,"prerror:\n");
+    
+    rtksvrlock(&svr);
+    if ((n=svr.rtk.neb)>0) {
+        svr.rtk.errbuf[n]='\0';
+        vt_puts(vt,svr.rtk.errbuf);
+        svr.rtk.neb=0;
+    }
+    rtksvrunlock(&svr);
+}
+/* print stream --------------------------------------------------------------*/
+static void prstream(vt_t *vt)
+{
+    const char *ch[]={
+        "input rover","input base","input corr","output sol1","output sol2",
+        "log rover","log base","log corr","monitor"
+    };
+    const char *type[]={
+        "-","serial","file","tcpsvr","tcpcli","udp","ntrips","ntripc","ftp","http"
+    };
+    const char *fmt[]={"rtcm2","rtcm3","oem4","oem3","ubx","ss2","hemis","skytreq",
+                       "gw10","javad","nvs","binex","rt17","","","sp3","","",""};
+    const char *sol[]={"llh","xyz","enu","nmea","stat","-"};
+    stream_t stream[9];
+    int i,format[9]={0};
+    
+    trace(4,"prstream:\n");
+    
+    rtksvrlock(&svr);
+    for (i=0;i<8;i++) stream[i]=svr.stream[i];
+    for (i=0;i<3;i++) format[i]=svr.format[i];
+    for (i=3;i<5;i++) format[i]=svr.solopt[i-3].posf;
+    stream[8]=moni;
+    format[8]=SOLF_LLH;
+    rtksvrunlock(&svr);
+    
+    vt_printf(vt,"\n%s%-12s %-6s %-5s %s %9s %7s %9s %7s %s%s\n",ESC_BOLD,
+              "Stream","Type","Fmt","S","In-byte","In-bps","Out-byte","Out-bps",
+              "Message",ESC_RESET);
+    for (i=0;i<9;i++) {
+        vt_printf(vt,"%-12s %-6s %-5s %s %9d %7d %9d %7d %s\n",
+            ch[i],type[stream[i].type],i<3?fmt[format[i]]:(i<5||i==8?sol[format[i]]:"-"),
+            stream[i].state<0?"E":(stream[i].state?"C":"-"),
+            stream[i].inb,stream[i].inr,stream[i].outb,stream[i].outr,stream[i].msg);
+    }
+}
+/* start command -------------------------------------------------------------*/
+static void cmd_start(char **args, int narg, vt_t *vt)
+{
+    trace(3,"cmd_start:\n");
+    
+    if (!startsvr(vt)) return;
+    vt_printf(vt,"rtk server start\n");
+}
+/* stop command --------------------------------------------------------------*/
+static void cmd_stop(char **args, int narg, vt_t *vt)
+{
+    trace(3,"cmd_stop:\n");
+    
+    stopsvr(vt);
+    vt_printf(vt,"rtk server stop\n");
+}
+/* restart command -----------------------------------------------------------*/
+static void cmd_restart(char **args, int narg, vt_t *vt)
+{
+    trace(3,"cmd_restart:\n");
+    
+    stopsvr(vt);
+    if (!startsvr(vt)) return;
+    vt_printf(vt,"rtk server restart\n");
+}
+/* solution command ----------------------------------------------------------*/
+static void cmd_solution(char **args, int narg, vt_t *vt)
+{
+    int i,cycle=0;
+    
+    trace(3,"cmd_solution:\n");
+    
+    if (narg>1) cycle=(int)(atof(args[1])*1000.0);
+    
+    if (cycle>0) svr.nsol=0;
+    
+    while (!vt_chkbrk(vt)) {
+        rtksvrlock(&svr);
+        for (i=0;i<svr.nsol;i++) prsolution(vt,&svr.solbuf[i],svr.rtk.rb);
+        svr.nsol=0;
+        rtksvrunlock(&svr);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+}
+/* status command ------------------------------------------------------------*/
+static void cmd_status(char **args, int narg, vt_t *vt)
+{
+    int cycle=0;
+    
+    trace(3,"cmd_status:\n");
+    
+    if (narg>1) cycle=(int)(atof(args[1])*1000.0);
+    
+    while (!vt_chkbrk(vt)) {
+        if (cycle>0) vt_printf(vt,ESC_CLEAR);
+        prstatus(vt);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+    vt_printf(vt,"\n");
+}
+/* satellite command ---------------------------------------------------------*/
+static void cmd_satellite(char **args, int narg, vt_t *vt)
+{
+    int i,nf=2,cycle=0;
+    
+    trace(3,"cmd_satellite:\n");
+    
+    for (i=1;i<narg;i++) {
+        if (sscanf(args[i],"-%d",&nf)<1) cycle=(int)(atof(args[i])*1000.0);
+    }
+    while (!vt_chkbrk(vt)) {
+        if (cycle>0) vt_printf(vt,ESC_CLEAR);
+        prsatellite(vt,nf);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+    vt_printf(vt,"\n");
+}
+/* observ command ------------------------------------------------------------*/
+static void cmd_observ(char **args, int narg, vt_t *vt)
+{
+    int i,nf=2,cycle=0;
+    
+    trace(3,"cmd_observ:\n");
+    
+    for (i=1;i<narg;i++) {
+        if (sscanf(args[i],"-%d",&nf)<1) cycle=(int)(atof(args[i])*1000.0);
+    }
+    while (!vt_chkbrk(vt)) {
+        if (cycle>0) vt_printf(vt,ESC_CLEAR);
+        probserv(vt,nf);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+    vt_printf(vt,"\n");
+}
+/* navidata command ----------------------------------------------------------*/
+static void cmd_navidata(char **args, int narg, vt_t *vt)
+{
+    int cycle=0;
+    
+    trace(3,"cmd_navidata:\n");
+    
+    if (narg>1) cycle=(int)(atof(args[1])*1000.0);
+    
+    while (!vt_chkbrk(vt)) {
+        if (cycle>0) vt_printf(vt,ESC_CLEAR);
+        prnavidata(vt);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+    vt_printf(vt,"\n");
+}
+/* error command -------------------------------------------------------------*/
+static void cmd_error(char **args, int narg, vt_t *vt)
+{
+    trace(3,"cmd_error:\n");
+    
+    rtksvrlock(&svr);
+    svr.rtk.neb=0;
+    rtksvrunlock(&svr);
+    
+    while (!vt_chkbrk(vt)) {
+        prerror(vt);
+        sleepms(100);
+    }
+    vt_printf(vt,"\n");
+}
+/* stream command ------------------------------------------------------------*/
+static void cmd_stream(char **args, int narg, vt_t *vt)
+{
+    int cycle=0;
+    
+    trace(3,"cmd_stream:\n");
+    
+    if (narg>1) cycle=(int)(atof(args[1])*1000.0);
+    
+    while (!vt_chkbrk(vt)) {
+        if (cycle>0) vt_printf(vt,ESC_CLEAR);
+        prstream(vt);
+        if (cycle>0) sleepms(cycle); else return;
+    }
+    vt_printf(vt,"\n");
+}
+/* option command ------------------------------------------------------------*/
+static void cmd_option(char **args, int narg, vt_t *vt)
+{
+    char buff[MAXSTR],*p;
+    int i,n;
+    
+    trace(3,"cmd_option:\n");
+    
+    for (i=0;*rcvopts[i].name;i++) {
+        if (narg>=2&&!strstr(rcvopts[i].name,args[1])) continue;
+        p=buff;
+        p+=sprintf(p,"%-18s =",rcvopts[i].name);
+        p+=opt2str(rcvopts+i,p);
+        if (*rcvopts[i].comment) {
+            if ((n=(int)(buff+30-p))>0) p+=sprintf(p,"%*s",n,"");
+            p+=sprintf(p," # (%s)",rcvopts[i].comment);
+        }
+        vt_printf(vt,"%s%s\n",modflgr[i]?"*":" ",buff);
+    }
+    for (i=0;*sysopts[i].name;i++) {
+        if (narg>=2&&!strstr(sysopts[i].name,args[1])) continue;
+        p=buff;
+        p+=sprintf(p,"%-18s =",sysopts[i].name);
+        p+=opt2str(sysopts+i,p);
+        if (*sysopts[i].comment) {
+            if ((n=(int)(buff+30-p))>0) p+=sprintf(p,"%*s",n,"");
+            p+=sprintf(p," # (%s)",sysopts[i].comment);
+        }
+        vt_printf(vt,"%s%s\n",modflgs[i]?"*":" ",buff);
+    }
+}
+/* set command ---------------------------------------------------------------*/
+static void cmd_set(char **args, int narg, vt_t *vt)
+{
+    opt_t *opt;
+    int *modf;
+    char buff[MAXSTR];
+    
+    trace(3,"cmd_set:\n");
+    
+    if (narg<2) {
+        vt_printf(vt,"specify option type\n");
+        return;
+    }
+    if ((opt=searchopt(args[1],rcvopts))) {
+        modf=modflgr+(int)(opt-rcvopts);
+    }
+    else if ((opt=searchopt(args[1],sysopts))) {
+        modf=modflgs+(int)(opt-sysopts);
+    }
+    else {
+        vt_printf(vt,"no option type: %s\n",args[1]);
+        return;
+    }
+    if (narg<3) {
+        vt_printf(vt,"%s",opt->name);
+        if (*opt->comment) vt_printf(vt," (%s)",opt->comment);
+        vt_printf(vt,": ");
+        if (!vt_gets(vt,buff,sizeof(buff))||vt->brk) return;
+    }
+    else strcpy(buff,args[2]);
+    
+    chop(buff);
+    if (!str2opt(opt,buff)) {
+        vt_printf(vt,"invalid option value: %s %s\n",opt->name,buff);
+        return;
+    }
+    getsysopts(&prcopt,solopt,&filopt);
+    
+    vt_printf(vt,"option %s changed.",opt->name);
+    if (strncmp(opt->name,"console",7)) {
+        *modf=1;
+        vt_printf(vt," restart to enable it");
+    }
+    vt_printf(vt,"\n");
+}
+/* load command --------------------------------------------------------------*/
+static void cmd_load(char **args, int narg, vt_t *vt)
+{
+    char file[MAXSTR]="";
+    
+    trace(3,"cmd_load:\n");
+    
+    if (narg>=2) {
+        strcpy(file,args[1]);
+    }
+    else {
+        sprintf(file,"%s/%s",OPTSDIR,OPTSFILE);
+    }
+    resetsysopts();
+    if (!loadopts(file,sysopts)) {
+        vt_printf(vt,"no options file: %s\n",file);
+        return;
+    }
+    getsysopts(&prcopt,solopt,&filopt);
+    
+    if (!loadopts(file,rcvopts)) {
+        vt_printf(vt,"no options file: %s\n",file);
+        return;
+    }
+    vt_printf(vt,"options loaded from %s. restart to enable them\n",file);
+}
+/* save command --------------------------------------------------------------*/
+static void cmd_save(char **args, int narg, vt_t *vt)
+{
+    char file[MAXSTR]="",comment[256],s[64];
+    
+    trace(3,"cmd_save:\n");
+    
+    if (narg>=2) {
+        strcpy(file,args[1]);
+    }
+    else {
+        sprintf(file,"%s/%s",OPTSDIR,OPTSFILE);
+    }
+    if (!confwrite(vt,file)) return;
+    time2str(utc2gpst(timeget()),s,0);
+    sprintf(comment,"%s options (%s, v.%s)",PRGNAME,s,VER_RTKLIB);
+    setsysopts(&prcopt,solopt,&filopt);
+    if (!saveopts(file,"w",comment,rcvopts)||!saveopts(file,"a",NULL,sysopts)) {
+        vt_printf(vt,"options save error: %s\n",file);
+        return;
+    }
+    vt_printf(vt,"options saved to %s\n",file);
+}
+/* log command ---------------------------------------------------------------*/
+static void cmd_log(char **args, int narg, vt_t *vt)
+{
+    trace(3,"cmd_log:\n");
+    
+    if (narg<2) {
+        vt_printf(vt,"specify log file\n");
+        return;
+    }
+    if (!strcmp(args[1],"off")) {
+        vt_closelog(vt);
+        vt_printf(vt,"log off\n");
+        return;
+    } 
+    if (!confwrite(vt,args[1])) return;
+    
+    if (!vt_openlog(vt,args[1])) {
+        vt_printf(vt,"log open error: %s\n",args[1]);
+        return;
+    }
+    vt_printf(vt,"log on: %s\n",args[1]);
+}
+/* help command --------------------------------------------------------------*/
+static void cmd_help(char **args, int narg, vt_t *vt)
+{
+    char str[]="path";
+    int i;
+    
+    if (narg<2) {
+        vt_printf(vt,"%s %s ver.%s%s\n",ESC_BOLD,PRGNAME,VER_RTKLIB,ESC_RESET);
+        for (i=0;*helptxt[i];i++) vt_printf(vt,"%s\n",helptxt[i]);
+    }
+    else if (strstr(str,args[1])==str) {
+        for (i=0;*pathopts[i];i++) vt_printf(vt,"%s\n",pathopts[i]);
+    }
+    else {
+        vt_printf(vt,"unknown help: %s\n",args[1]);
+    }
+}
+/* exec command --------------------------------------------------------------*/
+static int cmd_exec(const char *cmd, vt_t *vt)
+{
+    FILE *fp;
+    int ret;
+    char buff[MAXSTR];
+    
+    if (!(fp=popen(cmd,"r"))) {
+        vt_printf(vt,"command exec error\n");
+        return -1;
+    }
+    while (!vt_chkbrk(vt)) {
+        if (!fgets(buff,sizeof(buff),fp)) break;
+        vt_printf(vt,buff);
+    }
+    if ((ret=pclose(fp))) {
+        vt_printf(vt,"command exec error (%d)\n",ret);
+    }
+    return ret;
+}
+/* command interpreter -------------------------------------------------------*/
+static void cmdshell(vt_t *vt)
+{
+    const char *cmds[]={
+        "start","stop","restart","solution","status","satellite","observ",
+        "navidata","stream","error","option","set","load","save","log","help",
+        "?","exit","shutdown",""
+    };
+    int i,j,narg;
+    char buff[MAXCMD],*args[MAXARG],*p;
+    
+    trace(3,"cmdshell:\n");
+    
+    while (!intflg) {
+        
+        /* output prompt */
+        if (!vt_printf(vt,"%s",CMDPROMPT)) break;
+        
+        /* input command */
+        if (!vt_gets(vt,buff,sizeof(buff))) break;
+        
+        if (buff[0]=='!') { /* shell escape */
+            cmd_exec(buff+1,vt);
+            continue;
+        }
+        /* parse command */
+        narg=0;
+        for (p=strtok(buff," \t\n");p&&narg<MAXARG;p=strtok(NULL," \t\n")) {
+            args[narg++]=p;
+        }
+        if (narg==0) continue;
+        
+        for (i=0,j=-1;*cmds[i];i++) {
+            if (strstr(cmds[i],args[0])==cmds[i]) j=i;
+        }
+        switch (j) {
+            case  0: cmd_start    (args,narg,vt); break;
+            case  1: cmd_stop     (args,narg,vt); break;
+            case  2: cmd_restart  (args,narg,vt); break;
+            case  3: cmd_solution (args,narg,vt); break;
+            case  4: cmd_status   (args,narg,vt); break;
+            case  5: cmd_satellite(args,narg,vt); break;
+            case  6: cmd_observ   (args,narg,vt); break;
+            case  7: cmd_navidata (args,narg,vt); break;
+            case  8: cmd_stream   (args,narg,vt); break;
+            case  9: cmd_error    (args,narg,vt); break;
+            case 10: cmd_option   (args,narg,vt); break;
+            case 11: cmd_set      (args,narg,vt); break;
+            case 12: cmd_load     (args,narg,vt); break;
+            case 13: cmd_save     (args,narg,vt); break;
+            case 14: cmd_log      (args,narg,vt); break;
+            case 15: cmd_help     (args,narg,vt); break;
+            case 16: cmd_help     (args,narg,vt); break;
+            case 17: if (vt->type) return;        break;
+            case 18:              /* shutdown */
+                vt_printf(vt,"shutdown %s process ? (y/n): ",PRGNAME);
+                if (!vt_gets(vt,buff,sizeof(buff))||vt->brk) continue;
+                if (toupper((int)buff[0])=='Y') intflg=1;
+                break;
+            default:
+                vt_printf(vt,"unknown command: %s.\n",args[0]);
+                break;
+        }
+    }
+    trace(3,"cmdshell: exit\n");
+}
+/* rtkrcv main -----------------------------------------------------------------
+* sysnopsis
+*     rtkrcv [-s][-p port|-d dev][-o file][-t level][-sta sta]
+*
+* description
+*     A command line version of the real-time positioning AP by rtklib. To start
+*     or stop RTK server, to configure options or to print solution/status,
+*     login a console and input commands. As default, stdin/stdout are used for
+*     the console. Use -p option for network login with telnet protocol. To show
+*     the available commands, type ? or help on the console. The initial 
+*     processing options are loaded from default file rtkrcv.conf. To change the
+*     file, use -o option. To configure the processing options, edit the options
+*     file or use set, load or save command on the console. To shutdown the
+*     program, use shutdown command on the console or send USR2 signal to the
+*     process.
+*
+* option
+*     -s         start RTK server on program startup
+*     -p port    port number for telnet console
+*     -m port    port number for monitor stream
+*     -d dev     terminal device for console
+*     -o file    processing options file
+*     -r level   output solution status file (0:off,1:states,2:residuals)
+*     -t level   debug trace level (0:off,1-5:on)
+*     -sta sta   station name for receiver dcb
+*
+* command
+*     start
+*       Start RTK server. No need the command if the program runs with -s
+*       option.
+*
+*     stop
+*       Stop RTK server.
+*
+*     restart
+*       Restart RTK server. If the processing options are set, execute the
+*       command to enable the changes.
+*
+*     solution [cycle]
+*       Show solutions. Without option, only one solution is shown. With
+*       option, the soluiton is displayed at intervals of cycle (s). To stop
+*       cyclic display, send break (ctr-C).
+*
+*     status [cycle]
+*       Show RTK status. Use option cycle for cyclic display.
+*
+*     satellite [-n] [cycle]
+*       Show satellite status. Use option cycle for cyclic display. Option -n
+*       specify number of frequencies.
+*
+*     observ [-n] [cycle]
+*       Show observation data. Use option cycle for cyclic display. Option -n
+*       specify number of frequencies.
+*
+*     navidata [cycle]
+*       Show navigation data. Use option cycle for cyclic display.
+*
+*     stream [cycle]
+*       Show stream status. Use option cycle for cyclic display.
+*
+*     error
+*       Show error/warning messages. To stop messages, send break (ctr-C).
+*
+*     option [opt]
+*       Show the values of processing options. Without option, all options are
+*       displayed. With option, only pattern-matched options are displayed.
+*
+*     set opt [val]
+*       Set the value of a processing option to val. With out option val,
+*       prompt message is shown to input the value. The change of the 
+*       processing option is not enabled before RTK server is restarted.
+*
+*     load [file]
+*       Load processing options from file. Without option, default file
+*       rtkrcv.conf is used. To enable the changes, restart RTK server.
+*
+*     save [file]
+*       Save current processing optons to file. Without option, default file
+*       rtkrcv.conf is used.
+*
+*     log [file|off]
+*       Record console log to file. To stop recording the log, use option off.
+*
+*     help|? [path]
+*       Show the command list. With option path, the stream path options are
+*       shown.
+*
+*     exit
+*       Exit and logout console. The status of RTK server is not affected by
+*       the command.
+*
+*     shutdown
+*       Shutdown RTK server and exit the program.
+*
+*     !command [arg...]
+*       Execute command by the operating system shell. Do not use the
+*       interactive command.
+*
+* notes
+*     Short form of a command is allowed. In case of the short form, the
+*     command is distinguished according to header characters.
+*     
+*-----------------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    vt_t vt={0};
+    int i,start=0,port=0,outstat=0,trace=0;
+    char *dev="",file[MAXSTR]="";
+    
+    for (i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-s")) start=1;
+        else if (!strcmp(argv[i],"-p")&&i+1<argc) port=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-m")&&i+1<argc) moniport=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) dev=argv[++i];
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) strcpy(file,argv[++i]);
+        else if (!strcmp(argv[i],"-r")&&i+1<argc) outstat=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-t")&&i+1<argc) trace=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-sta")&&i+1<argc) strcpy(sta_name,argv[++i]);
+        else fprintf(stderr,"Unknown option: %s\n",argv[i]);
+    }
+    if (trace>0) {
+        traceopen(TRACEFILE);
+        tracelevel(trace);
+    }
+    /* initialize rtk server and monitor port */
+    rtksvrinit(&svr);
+    strinit(&moni);
+    
+    /* load options file */
+    if (!*file) sprintf(file,"%s/%s",OPTSDIR,OPTSFILE);
+    
+    resetsysopts();
+    if (!loadopts(file,rcvopts)||!loadopts(file,sysopts)) {
+        fprintf(stderr,"no options file: %s. defaults used\n",file);
+    }
+    getsysopts(&prcopt,solopt,&filopt);
+    
+    /* read navigation data */
+    if (!readnav(NAVIFILE,&svr.nav)) {
+        fprintf(stderr,"no navigation data: %s\n",NAVIFILE);
+    }
+    if (outstat>0) {
+        rtkopenstat(STATFILE,outstat);
+    }
+    /* open monitor port */
+    if (moniport>0&&!openmoni(moniport)) {
+        fprintf(stderr,"monitor port open error: %d\n",moniport);
+        return -1;
+    }
+    /* start rtk server */
+    if (start&&!startsvr(&vt)) return -1;
+    
+    signal(SIGINT, sigshut);    /* keyboard interrupt */
+    signal(SIGTERM,sigshut);    /* external shutdown signal */
+    signal(SIGUSR2,sigshut);
+    signal(SIGHUP ,SIG_IGN);
+    signal(SIGPIPE,SIG_IGN);
+    
+    while (!intflg) {
+        
+        /* open console */
+        if (!vt_open(&vt,port,dev)) break;
+        
+        vt_printf(&vt,"\n%s** %s ver.%s console (h:help) **%s\n",ESC_BOLD,
+                  PRGNAME,VER_RTKLIB,ESC_RESET);
+        
+        /* command interpreter */
+        if (login(&vt)) cmdshell(&vt);
+        
+        /* close console */
+        vt_close(&vt);
+    }
+    /* stop rtk server */
+    stopsvr(&vt);
+    
+    if (moniport>0) closemoni();
+    
+    if (outstat>0) rtkclosestat();
+    
+    if (trace>0) traceclose();
+    
+    /* save navigation data */
+    if (!savenav(NAVIFILE,&svr.nav)) {
+        fprintf(stderr,"navigation data save error: %s\n",NAVIFILE);
+    }
+    return 0;
+}
diff --git a/app/rtkrcv/sbas.conf b/app/rtkrcv/sbas.conf
new file mode 100644
index 0000000..4bdd0c8
--- /dev/null
+++ b/app/rtkrcv/sbas.conf
@@ -0,0 +1,121 @@
+# rtkrcv options for sbas dgps positioning (2010/08/07, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =1          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =ttyACM0:115200:8:n:1:off
+inpstr2-path       =
+inpstr3-path       =
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr3-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile3      =
+pos1-posmode       =single     # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1         # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =sbas       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =sbas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc+sbas  # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =off        # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =5
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/single.conf b/app/rtkrcv/single.conf
new file mode 100644
index 0000000..8a4e574
--- /dev/null
+++ b/app/rtkrcv/single.conf
@@ -0,0 +1,121 @@
+# rtkrcv options for single point positioning (2010/08/07, v.2.4.0)
+
+console-passwd     =admin
+console-timetype   =gpst       # (0:gpst,1:utc,2:jst,3:tow)
+console-soltype    =dms        # (0:dms,1:deg,2:xyz,3:enu,4:pyl)
+console-solflag    =1          # (0:off,1:std+2:age/ratio/ns)
+inpstr1-type       =serial     # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
+inpstr1-path       =ttyACM0:115200:8:n:1:off
+inpstr2-path       =
+inpstr3-path       =
+inpstr1-format     =oem4       # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr3-format     =rtcm3      # (0:rtcm2,1:rtcm3,2:oem4,3:oem3,4:ubx,5:ss2,6:hemis,7:skytraq,8:sp3)
+inpstr2-nmeareq    =off        # (0:off,1:latlon,2:single)
+inpstr2-nmealat    =0          # (deg)
+inpstr2-nmealon    =0          # (deg)
+outstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+outstr1-path       =sol1_%Y%m%d%h%M.pos
+outstr2-path       =sol2_%Y%m%d%h%M.pos
+outstr1-format     =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+outstr2-format     =nmea       # (0:llh,1:xyz,2:enu,3:nmea)
+logstr1-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr2-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr3-type       =off        # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
+logstr1-path       =rov_%Y%m%d%h%M.log
+logstr2-path       =ref_%Y%m%d%h%M.log
+logstr3-path       =cor_%Y%m%d%h%M.log
+misc-svrcycle      =10         # (ms)
+misc-timeout       =30000      # (ms)
+misc-reconnect     =30000      # (ms)
+misc-nmeacycle     =5000       # (ms)
+misc-buffsize      =32768      # (bytes)
+misc-navmsgsel     =rover      # (0:all,1:rover,1:base,2:corr)
+misc-startcmd      =./rtkstart.sh
+misc-stopcmd       =./rtkshut.sh
+file-cmdfile1      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile2      =../../../data/oem4_raw_1hz.cmd
+file-cmdfile3      =
+pos1-posmode       =single     # (0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static)
+pos1-frequency     =l1         # (1:l1,2:l1+l2,3:l1+l2+l5)
+pos1-soltype       =forward    # (0:forward,1:backward,2:combined)
+pos1-elmask        =15         # (deg)
+pos1-snrmask       =0          # (dBHz)
+pos1-dynamics      =off        # (0:off,1:on)
+pos1-tidecorr      =off        # (0:off,1:on)
+pos1-ionoopt       =brdc       # (0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec)
+pos1-tropopt       =saas       # (0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad)
+pos1-sateph        =brdc       # (0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom)
+pos1-exclsats      =           # (prn ...)
+pos1-navsys        =1          # (1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp)
+pos2-armode        =off        # (0:off,1:continuous,2:instantaneous,3:fix-and-hold)
+pos2-gloarmode     =off        # (0:off,1:on,2:autocal)
+pos2-arthres       =5
+pos2-arlockcnt     =0
+pos2-arelmask      =0          # (deg)
+pos2-aroutcnt      =5
+pos2-arminfix      =10
+pos2-slipthres     =0.05       # (m)
+pos2-maxage        =30         # (s)
+pos2-rejionno      =30         # (m)
+pos2-niter         =1
+pos2-baselen       =0          # (m)
+pos2-basesig       =0          # (m)
+out-solformat      =llh        # (0:llh,1:xyz,2:enu,3:nmea)
+out-outhead        =on         # (0:off,1:on)
+out-outopt         =off        # (0:off,1:on)
+out-timesys        =gpst       # (0:gpst,1:utc,2:jst)
+out-timeform       =tow        # (0:tow,1:hms)
+out-timendec       =3
+out-degform        =deg        # (0:deg,1:dms)
+out-fieldsep       =
+out-height         =ellipsoidal # (0:ellipsoidal,1:geodetic)
+out-geoid          =internal   # (0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000)
+out-solstatic      =all        # (0:all,1:single)
+out-nmeaintv1      =0          # (s)
+out-nmeaintv2      =0          # (s)
+out-outstat        =off        # (0:off,1:state,2:residual)
+stats-errratio     =100
+stats-errphase     =0.003      # (m)
+stats-errphaseel   =0.003      # (m)
+stats-errphasebl   =0          # (m/10km)
+stats-errdoppler   =1          # (Hz)
+stats-stdbias      =30         # (m)
+stats-stdiono      =0.03       # (m)
+stats-stdtrop      =0.3        # (m)
+stats-prnaccelh    =1          # (m/s^2)
+stats-prnaccelv    =0.1        # (m/s^2)
+stats-prnbias      =0.0001     # (m)
+stats-prniono      =0.001      # (m)
+stats-prntrop      =0.0001     # (m)
+stats-clkstab      =5e-12      # (s/s)
+ant1-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant1-pos1          =0          # (deg|m)
+ant1-pos2          =0          # (deg|m)
+ant1-pos3          =0          # (m|m)
+ant1-anttype       =
+ant1-antdele       =0          # (m)
+ant1-antdeln       =0          # (m)
+ant1-antdelu       =0          # (m)
+ant2-postype       =llh        # (0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm)
+ant2-pos1          =0          # (deg|m)
+ant2-pos2          =0          # (deg|m)
+ant2-pos3          =0          # (m|m)
+ant2-anttype       =
+ant2-antdele       =0          # (m)
+ant2-antdeln       =0          # (m)
+ant2-antdelu       =0          # (m)
+misc-timeinterp    =off        # (0:off,1:on)
+misc-sbasatsel     =0          # (0:all)
+file-satantfile    =../../../data/igs05.atx
+file-rcvantfile    =../../../data/igs05.atx
+file-staposfile    =../../../data/station.pos
+file-geoidfile     =
+file-dcbfile       =../../../data/P1C1_ALL.DCB
+file-tempdir       =../../../data/temp
+file-geexefile     =
+file-solstatfile   =
+file-tracefile     =
diff --git a/app/rtkrcv/vt.c b/app/rtkrcv/vt.c
new file mode 100644
index 0000000..dec13bf
--- /dev/null
+++ b/app/rtkrcv/vt.c
@@ -0,0 +1,434 @@
+/*------------------------------------------------------------------------------
+* vt.c : virtual console
+*
+*          Copyright (C) 2014 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2015/01/11 1.0  separated from rtkrcv.c
+*-----------------------------------------------------------------------------*/
+#ifndef WIN32
+#define _POSIX_C_SOURCE 2
+#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <ctype.h>
+#ifdef WIN32
+#include <winsock2.h>
+#else
+#include <unistd.h>
+#include <fcntl.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/time.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#include <errno.h>
+#include <termios.h>
+#endif
+#include "vt.h"
+
+static const char rcsid[]="$Id:$";
+
+#define DEF_DEV     "/dev/tty"          /* default device */
+
+#define C_DEL       (char)0x7F          /* delete */
+#define C_ESC       (char)0x1B          /* escape */
+#define C_CTRC      (char)0x03          /* interrupt (ctrl-c) */
+#define C_ECHO      (char)1             /* telnet echo */
+#define C_SUPPGA    (char)3             /* telnet suppress go ahead */
+#define C_BRK       (char)243           /* telnet break */
+#define C_IP        (char)244           /* telnet interrupt */
+#define C_EC        (char)247           /* telnet erase character */
+#define C_EL        (char)248           /* telnet erase line */
+#define C_WILL      (char)251           /* telnet option negotiation */
+#define C_WONT      (char)252           /* telnet option negotiation */
+#define C_DO        (char)253           /* telnet option negotiation */
+#define C_DONT      (char)254           /* telnet option negotiation */
+#define C_IAC       (char)255           /* telnet interpret as command */
+
+/* accept client socket ------------------------------------------------------*/
+static int acc_sock(int port)
+{
+    struct sockaddr_in saddr,addr;
+    socklen_t len=sizeof(addr);
+    int ssock,sock,on=1;
+    
+    if ((ssock=socket(AF_INET,SOCK_STREAM,0))<0) {
+        fprintf(stderr,"socket error (%d)\n",errno);
+        return -1;
+    }
+    setsockopt(ssock,SOL_SOCKET,SO_REUSEADDR,(const char *)&on,sizeof(on));
+    
+    memset(&saddr,0,sizeof(saddr));
+    saddr.sin_family=AF_INET;
+    saddr.sin_port=htons(port);
+    
+    if (bind(ssock,(struct sockaddr *)&saddr,sizeof(saddr))<0) {
+        fprintf(stderr,"bind error (%d)\n",errno);
+        close(ssock);
+        return -1;
+    }       
+    listen(ssock,5);
+    while ((sock=accept(ssock,(struct sockaddr *)&addr,&len))<0) {
+        if (errno!=EINTR) fprintf(stderr,"accept error (%d)\n",errno);
+        close(ssock);
+        return -1;
+    }
+    close(ssock);
+    return sock;
+}
+/* open console ----------------------------------------------------------------
+* open virtual console
+* args   : vt_t   *vt       I   virtual console
+*          int    port      I   port for telnet console
+*          char   *dev      I   device for console
+* return : status (1:ok,0:error)
+* notes  : if port==0 and dev=="", use stdin and stdout for console
+*          if telnet console, it is blocked since client connected
+*-----------------------------------------------------------------------------*/
+extern int vt_open(vt_t *vt, int port, const char *dev)
+{
+    const char mode[]={C_IAC,C_WILL,C_SUPPGA,C_IAC,C_WILL,C_ECHO};
+    struct termios tio={0};
+    int i,sock,fd;
+    
+    if (vt->state) return 0;
+    vt->state=vt->type=vt->n=vt->nesc=vt->cur=vt->cur_h=vt->brk=0;
+    vt->logfp=NULL;
+    for (i=0;i<MAXHIST;i++) vt->hist[i]=NULL;
+    
+    if (port) { /* telnet */
+        if ((sock=acc_sock(port))<0) return 0;
+        if (write(sock,mode,6)!=6) {
+            fprintf(stderr,"telnet write error: port=%d\n",port);
+            close(sock);
+            return 0;
+        }
+        vt->type=1;
+        vt->in=vt->out=sock;
+    }
+    else {
+        if (!*dev) dev=DEF_DEV;
+        if ((fd=open(dev,O_RDWR))<0||tcgetattr(fd,&tio)<0) {
+            fprintf(stderr,"console device open error: %s\n",dev);
+            return 0;
+        }
+        vt->in=vt->out=fd;
+        
+        /* set terminal mode to raw + no-echo */
+        vt->tio=tio;
+        tio.c_iflag=tio.c_lflag=0;
+        tcsetattr(vt->in,TCSANOW,&tio);
+    }
+    vt->state=1;
+    return 1;
+}
+/* close console ---------------------------------------------------------------
+* close virtual console
+* args   : vt_t   *vt       I   virtual console
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void vt_close(vt_t *vt)
+{
+    int i;
+    
+    /* restore terminal mode */
+    if (!vt->type) {
+        tcsetattr(vt->in,TCSANOW,&vt->tio);
+    }
+    close(vt->in);
+    if (vt->logfp) fclose(vt->logfp);
+    for (i=0;i<MAXHIST;i++) free(vt->hist[i]);
+    vt->state=0;
+}
+/* clear line buffer ---------------------------------------------------------*/
+static int clear_buff(vt_t *vt)
+{
+    char buff[MAXBUFF*3],*p=buff;
+    int i,len=strlen(vt->buff);
+    for (i=0;i<vt->cur;i++) *p++='\b';
+    for (i=0;i<len;i++) *p++=' ';
+    for (i=0;i<len;i++) *p++='\b';
+    vt->n=vt->nesc=vt->cur=0;
+    return write(vt->out,buff,p-buff)==p-buff;
+}
+/* refresh line buffer -------------------------------------------------------*/
+static int ref_buff(vt_t *vt)
+{
+    char buff[MAXBUFF*3],*p=buff;
+    int i;
+    for (i=vt->cur;i<vt->n;i++) *p++=vt->buff[i];
+    *p++=' ';
+    for (;i>=vt->cur;i--) *p++='\b';
+    return write(vt->out,buff,p-buff)==p-buff;
+}
+/* move cursor right ---------------------------------------------------------*/
+static int right_cur(vt_t *vt)
+{
+    if (vt->cur>=vt->n) return 1;
+    if (write(vt->out,vt->buff+vt->cur,1)<1) return 0;
+    vt->cur++;
+    return 1;
+}
+/* move cursor left ----------------------------------------------------------*/
+static int left_cur(vt_t *vt)
+{
+    if (vt->cur<=0) return 1;
+    vt->cur--;
+    return write(vt->out,"\b",1)==1;
+}
+/* delete character before cursor --------------------------------------------*/
+static int del_cur(vt_t *vt)
+{
+    int i;
+    if (vt->cur<=0) return 1;
+    for (i=vt->cur;i<vt->n;i++) vt->buff[i-1]=vt->buff[i];
+    vt->n--;
+    return left_cur(vt)&&ref_buff(vt);
+}
+/* insert character after cursor ---------------------------------------------*/
+static int ins_cur(vt_t *vt, char c)
+{
+    int i;
+    if (vt->n>=MAXBUFF) return 1;
+    for (i=vt->n++;i>vt->cur;i--) vt->buff[i]=vt->buff[i-1];
+    vt->buff[vt->cur++]=c;
+    if (write(vt->out,&c,1)<1) return 0;
+    return ref_buff(vt);
+}
+/* add history ---------------------------------------------------------------*/
+static int hist_add(vt_t *vt, const char *buff)
+{
+    int i,len;
+    if ((len=strlen(buff))<=0) return 1;
+    free(vt->hist[MAXHIST-1]);
+    for (i=MAXHIST-1;i>0;i--) vt->hist[i]=vt->hist[i-1];
+    if (!(vt->hist[0]=(char *)malloc(len+1))) return 0;
+    strcpy(vt->hist[0],buff);
+    return 1;
+}
+/* call previous history -----------------------------------------------------*/
+static int hist_prev(vt_t *vt)
+{
+    char *p;
+    if (vt->cur_h>=MAXHIST||!vt->hist[vt->cur_h]) return 1;
+    if (!clear_buff(vt)) return 0;
+    for (p=vt->hist[vt->cur_h++];*p;p++) if (!ins_cur(vt,*p)) return 0;
+    return 1;
+}
+/* call next history ---------------------------------------------------------*/
+static int hist_next(vt_t *vt)
+{
+    char *p;
+    if (!clear_buff(vt)) return 0;
+    if (vt->cur_h==0||!vt->hist[vt->cur_h-1]) return 1;
+    for (p=vt->hist[--vt->cur_h];*p;p++) if (!ins_cur(vt,*p)) return 0;
+    return 1;
+}
+/* handle telnet sequence ----------------------------------------------------*/
+static int seq_telnet(vt_t *vt)
+{
+    char msg[3]={C_IAC};
+    
+    if (vt->esc[1]==C_WILL) { /* option negotiation */
+        if (vt->nesc<3) return 1;
+        msg[1]=vt->esc[2]==C_ECHO||vt->esc[2]==C_SUPPGA?C_DO:C_DONT;
+        msg[2]=vt->esc[2];
+        if (write(vt->out,msg,3)<3) return 0;
+    }
+    else if (vt->esc[1]==C_DO) { /* option negotiation */
+        if (vt->nesc<3) return 1;
+        msg[1]=vt->esc[2]==C_ECHO||vt->esc[2]==C_SUPPGA?C_WILL:C_WONT;
+        msg[2]=vt->esc[2];
+        if (write(vt->out,msg,3)<3) return 0;
+    }
+    else if (vt->esc[1]==C_WONT||vt->esc[1]==C_DONT) { /* option negotiation */
+        if (vt->nesc<3) return 1;
+        msg[1]=vt->esc[1]==C_WONT?C_DONT:C_WONT;
+        msg[2]=vt->esc[2];
+        if (write(vt->out,msg,3)<3) return 0;
+    }
+    else if (vt->esc[1]==C_BRK||vt->esc[1]==C_IP) { /* break or interrupt */
+        vt->brk=1;
+    }
+    else if (vt->esc[1]==C_EC) { /* erase character */
+        del_cur(vt);
+    }
+    else if (vt->esc[1]==C_EL) { /* erase line */
+        clear_buff(vt);
+    }
+    vt->nesc=0;
+    return 1;
+}
+/* handle escape sequence ----------------------------------------------------*/
+static int seq_esc(vt_t *vt)
+{
+    if (vt->nesc<3) return 1;
+    vt->nesc=0;
+    if (!strncmp(vt->esc+1,"[A",2)) return hist_prev(vt); /* cursor up */
+    if (!strncmp(vt->esc+1,"[B",2)) return hist_next(vt); /* cursor down */
+    if (!strncmp(vt->esc+1,"[C",2)) return right_cur(vt); /* cursor right */
+    if (!strncmp(vt->esc+1,"[D",2)) return left_cur (vt); /* cursor left */
+    return 1;
+}
+/* get character from console --------------------------------------------------
+* get a character from virtual console with timeout
+* args   : vt_t   *vt       I   virtual console
+*          char   *c        O   character
+* return : status (1:ok,0:error)
+* notes  : if no input, return ok with *c='\0'
+*-----------------------------------------------------------------------------*/
+extern int vt_getc(vt_t *vt, char *c)
+{
+    struct timeval tv={0,1000}; /* timeout (us) */
+    fd_set rs;
+    int stat;
+    
+    *c='\0';
+    
+    /* read character with timeout */
+    FD_ZERO(&rs);
+    FD_SET(vt->in,&rs);
+    if (!(stat=select(vt->in+1,&rs,NULL,NULL,&tv))) return 1; /* no data */
+    if (stat<0||read(vt->in,c,1)!=1) return 0; /* error */
+    
+    if ((vt->type&&*c==C_IAC)||*c==C_ESC) { /* escape or telnet */
+        vt->esc[0]=*c; *c='\0';
+        vt->nesc=1;
+    }
+    else if (vt->nesc>0&&vt->esc[0]==C_IAC) { /* telnet sequence */
+        vt->esc[vt->nesc++]=*c; *c='\0';
+        if (!seq_telnet(vt)) return 0;
+    }
+    else if (vt->nesc>0&&vt->esc[0]==C_ESC) { /* escape sequence */
+        vt->esc[vt->nesc++]=*c; *c='\0';
+        if (!seq_esc(vt)) return 0;
+    }
+    else if (*c=='\b'||*c==C_DEL) { /* backspace or delete */
+        if (!del_cur(vt)) return 0;
+    }
+    else if (*c==C_CTRC) { /* interrupt (ctrl-c) */
+        vt->brk=1;
+        if (!vt_puts(vt,"^C")) return 0;
+    }
+    else if (isprint(*c)) { /* printable character */
+        if (!ins_cur(vt,*c)) return 0;
+    }
+    return 1;
+}
+/* get line from console -------------------------------------------------------
+* get line from virtual console
+* args   : vt_t   *vt       I   virtual console
+*          char   *buff     O   buffer
+*          in     n         I   buffer size
+* return : status (1:ok,0:no input)
+*-----------------------------------------------------------------------------*/
+extern int vt_gets(vt_t *vt, char *buff, int n)
+{
+    char c;
+    
+    vt->n=vt->cur=vt->nesc=vt->brk=0;
+    buff[0]='\0';
+    
+    while (vt->state) {
+        if (!vt_getc(vt,&c)) return 0;
+        
+        if (vt->brk) { /* break */
+            return vt_putc(vt,'\n');
+        }
+        if (c=='\r') { /* end of line */
+            vt->buff[vt->n]='\0';
+            strncpy(buff,vt->buff,n-1);
+            buff[n-1]='\0';
+            hist_add(vt,buff);
+            return vt_putc(vt,'\n');
+        }
+    }
+    return 0;
+}
+/* put characters to console -------------------------------------------------*/
+static int vt_putchar(vt_t *vt, const char *buff, int n)
+{
+    if (!vt->state) return 0;
+    if (vt->logfp) fwrite(buff,1,n,vt->logfp);
+    return write(vt->out,buff,n)==n;
+}
+/* put character to console ----------------------------------------------------
+* put a character to virtual console
+* args   : vt_t   *vt       I   virtual console
+*          char   c         I   character
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int vt_putc(vt_t *vt, char c)
+{
+    if (c=='\n'&&!vt_putchar(vt,"\r",1)) return 0;
+    return vt_putchar(vt,&c,1);
+}
+/* put strings to console ------------------------------------------------------
+* put strings to virtual console
+* args   : vt_t   *vt       I   virtual console
+*          char   *buff     I   strings
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int vt_puts(vt_t *vt, const char *buff)
+{
+    const char *p,*q;
+    
+    for (p=buff;(q=strchr(p,'\n'));p=q+1) {
+        if (!vt_putchar(vt,p,q-p)||!vt_putchar(vt,"\r\n",2)) return 0;
+    }
+    return vt_putchar(vt,p,strlen(p));
+}
+/* print to console with formatting --------------------------------------------
+* print to virtual console with formatting
+* args   : vt_t   *vt       I   virtual console
+*          char   *format   I   format (same as sfprintf)
+*          ...              I   variable arguments
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int vt_printf(vt_t *vt, const char *format, ...)
+{
+    va_list ap;
+    char buff[MAXBUFF+1];
+    va_start(ap,format);
+    vsprintf(buff,format,ap);
+    va_end(ap);
+    return vt_puts(vt,buff);
+}
+/* check break on console ------------------------------------------------------
+* check break on virtual console
+* args   : vt_t   *vt       I   virtual console
+* return : status (1:break,0:no break)
+*-----------------------------------------------------------------------------*/
+extern int vt_chkbrk(vt_t *vt)
+{
+    char c;
+    vt->brk=0;
+    return !vt_getc(vt,&c)||vt->brk;
+}
+/* open console log ------------------------------------------------------------
+* open console log for virtual console
+* args   : vt_t   *vt       I   virtual console
+*          char   *file     I   log file path
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int vt_openlog(vt_t *vt, const char *file)
+{
+    if (!vt->state||!(vt->logfp=fopen(file,"w"))) return 0;
+    return 1;
+}
+/* close console log -----------------------------------------------------------
+* close console log for virtual console
+* args   : vt_t   *vt       I   virtual console
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void vt_closelog(vt_t *vt)
+{
+    if (!vt->state||!vt->logfp) return;
+    fclose(vt->logfp);
+    vt->logfp=NULL;
+}
diff --git a/app/rtkrcv/vt.h b/app/rtkrcv/vt.h
new file mode 100644
index 0000000..e69ff32
--- /dev/null
+++ b/app/rtkrcv/vt.h
@@ -0,0 +1,45 @@
+/*------------------------------------------------------------------------------
+* vt.h : header file for virtual console
+*
+*          Copyright (C) 2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2015/01/11 1.0  separated from rtkrcv.c
+*-----------------------------------------------------------------------------*/
+#ifndef VT_H
+#define VT_H
+#include <termios.h>
+#include "rtklib.h"
+
+#define MAXBUFF     4096                /* size of line buffer */
+#define MAXHIST     256                 /* size of history buffer */
+
+/* type definitions ----------------------------------------------------------*/
+typedef struct vt_tag {                 /* virtual console type */
+    int state;                          /* state(0:close,1:open) */
+    int type;                           /* type (0:stdio,1:device,2:telnet) */
+    int in,out;                         /* input/output file descriptor */
+    int n,nesc;                         /* number of line buffer/escape */
+    int cur;                            /* cursor position */
+    int cur_h;                          /* current history */
+    int brk;                            /* break status */
+    struct termios tio;                 /* original terminal attribute */
+    char buff[MAXBUFF];                 /* line buffer */
+    char esc[8];                        /* escape buffer */
+    char *hist[MAXHIST];                /* history buffer */
+    FILE *logfp;                        /* log file pointer */
+} vt_t;
+
+/* function prototypes -------------------------------------------------------*/
+extern int vt_open(vt_t *vt, int port, const char *dev);
+extern void vt_close(vt_t *vt);
+extern int vt_getc(vt_t *vt, char *c);
+extern int vt_gets(vt_t *vt, char *buff, int n);
+extern int vt_putc(vt_t *vt, char c);
+extern int vt_puts(vt_t *vt, const char *buff);
+extern int vt_printf(vt_t *vt, const char *format, ...);
+extern int vt_chkbrk(vt_t *vt);
+extern int vt_openlog(vt_t *vt, const char *file);
+extern void vt_closelog(vt_t *vt);
+
+#endif /* VT_H */
diff --git a/app/srctblbrows/browsmain.cpp b/app/srctblbrows/browsmain.cpp
new file mode 100644
index 0000000..198058b
--- /dev/null
+++ b/app/srctblbrows/browsmain.cpp
@@ -0,0 +1,546 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <inifiles.hpp>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "aboutdlg.h"
+#include "gmview.h"
+#include "browsmain.h"
+#include "staoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMainForm *MainForm;
+
+#define PRGNAME			"Ntrip Browser"
+#define NTRIP_HOME		"rtcm-ntrip.org:2101" // caster list home
+#define NTRIP_TIMEOUT	10000				// response timeout (ms)
+#define NTRIP_CYCLE		50					// processing cycle (ms)
+#define MAXSRCTBL		512000				// max source table size (bytes)
+#define ENDSRCTBL		"ENDSOURCETABLE"	// end marker of table
+#define MAXLINE			1024				// max line size (byte)
+
+static char buff[MAXSRCTBL];				// source table buffer
+
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+/* get source table -------------------------------------------------------*/
+static char *getsrctbl(const char *path)
+{
+	static int lock=0;
+	AnsiString s;
+	stream_t str;
+	char *p=buff,msg[MAXSTRMSG];
+	int ns,stat,len=strlen(ENDSRCTBL);
+	unsigned int tick=tickget();
+	
+	if (lock) return NULL; else lock=1;
+	
+	strinit(&str);
+	if (!stropen(&str,STR_NTRIPCLI,STR_MODE_R,path)) {
+		lock=0; 
+		MainForm->ShowMsg("stream open error");
+		return NULL;
+	}
+	MainForm->ShowMsg("connecting...");
+	
+	while(p<buff+MAXSRCTBL-1) {
+		ns=strread(&str,p,buff+MAXSRCTBL-p-1); *(p+ns)='\0';
+		if (p-len-3>buff&&strstr(p-len-3,ENDSRCTBL)) break;
+		p+=ns;
+		Sleep(NTRIP_CYCLE);
+		stat=strstat(&str,msg);
+		MainForm->ShowMsg(msg);
+		if (stat<0) break;
+		if ((int)(tickget()-tick)>NTRIP_TIMEOUT) {
+			MainForm->ShowMsg("response timeout");
+			break;
+		}
+	}
+	strclose(&str);
+	lock=0;
+	return buff;
+}
+//---------------------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+	: TForm(Owner)
+{
+    char file[1024]="srctblbrows.exe",*p;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    strinitcom();
+    
+    StaList=new TStringList;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormShow(TObject *Sender)
+{
+	AnsiString colw0="74,116,56,244,18,52,62,28,50,50,18,18,120,28,18,18,40,600,";
+	AnsiString colw1="112,40,96,126,18,28,50,50,160,40,600,0,0,0,0,0,0,0,";
+	AnsiString colw2="80,126,18,18,300,300,300,600,0,0,0,0,0,0,0,0,0,0,";
+	TIniFile *ini=new TIniFile(IniFile);
+	AnsiString title,list,colw,cmd,url="",s,stas;
+	int i,w,argc=0;
+	char *p,*q,buff[8192],*argv[32];
+	
+	FontScale=Screen->PixelsPerInch;
+	Table0->DefaultRowHeight=16*FontScale/96;
+	Table1->DefaultRowHeight=16*FontScale/96;
+	Table2->DefaultRowHeight=16*FontScale/96;
+	
+    cmd=GetCommandLine();
+    strcpy(buff,cmd.c_str());
+    
+    for (p=strtok(buff," ");p&&argc<32;p=strtok(NULL," ")) {
+        argv[argc++]=p;
+    }
+    if (argc>=2) url=argv[1];
+	
+	Caption=title.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+	
+	list=ini->ReadString("srctbl","addrlist","");
+	for (p=list.c_str();*p;) {
+		if (!(q=strchr(p,'@'))) break;
+		if (q-p>(int)sizeof(buff)-1) continue;
+		strncpy(buff,p,q-p); buff[q-p]='\0'; p=q+1;
+		Address->AddItem(buff,NULL);
+	}
+    if (url!="") {
+        Address->Text=url;
+        UpdateTable();
+    }
+	else {
+		Address->Text=ini->ReadString("srctbl","address","");
+	}
+	colw=ini->ReadString("srctbl","colwidth0",colw0);
+	for (i=0,p=colw.c_str();i<18&&*p;i++,p=q+1) {
+		if (!(q=strchr(p,','))) break; else *q='\0';
+		Table0->ColWidths[i]=atoi(p)*FontScale/96;
+	}
+	colw=ini->ReadString("srctbl","colwidth1",colw1);
+	for (i=0,p=colw.c_str();i<18&&*p;i++,p=q+1) {
+		if (!(q=strchr(p,','))) break; else *q='\0';
+		Table1->ColWidths[i]=atoi(p)*FontScale/96;
+	}
+	colw=ini->ReadString("srctbl","colwidth2",colw2);
+	for (i=0,p=colw.c_str();i<18&&*p;i++,p=q+1) {
+		if (!(q=strchr(p,','))) break; else *q='\0';
+		Table2->ColWidths[i]=atoi(p)*FontScale/96;
+	}
+    StaList->Clear();
+    for (int i=0;i<10;i++) {
+        stas=ini->ReadString("sta",s.sprintf("station%d",i),"");
+        strcpy(buff,stas.c_str());
+        for (p=strtok(buff,",");p;p=strtok(NULL,",")) {
+            StaList->Add(p);
+        }
+    }
+	delete ini;
+	
+	ShowTable();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+	TIniFile *ini=new TIniFile(IniFile);
+	AnsiString s,list,colw,sta;
+    char buff[8192]="",*p;
+	
+	ini->WriteString("srctbl","address",Address->Text);
+	for (int i=0;i<Address->Items->Count;i++) {
+		list=list+Address->Items->Strings[i]+"@";
+	}
+	ini->WriteString("srctbl","addrlist",list);
+	colw="";
+	for (int i=0;i<Table0->ColCount;i++) {
+		colw=colw+s.sprintf("%d,",Table0->ColWidths[i]*96/FontScale);
+	}
+	ini->WriteString("srctbl","colwidth0",colw);
+	colw="";
+	for (int i=0;i<Table1->ColCount;i++) {
+		colw=colw+s.sprintf("%d,",Table1->ColWidths[i]*96/FontScale);
+	}
+	ini->WriteString("srctbl","colwidth1",colw);
+	colw="";
+	for (int i=0;i<Table2->ColCount;i++) {
+		colw=colw+s.sprintf("%d,",Table2->ColWidths[i]*96/FontScale);
+	}
+	ini->WriteString("srctbl","colwidth2",colw);
+    
+    for (int i=0,j=0;i<10;i++) {
+        p=buff; *p='\0';
+        for (int k=0;k<256&&j<StaList->Count;k++) {
+            sta=StaList->Strings[j++];
+            p+=sprintf(p,"%s%s",k==0?"":",",sta.c_str());
+        }
+        ini->WriteString ("sta",s.sprintf("station%d",i),buff);
+    }
+	delete ini;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuOpenClick(TObject *Sender)
+{
+	FILE *fp;
+	AnsiString OpenDialog_FileName=OpenDialog->FileName;
+	char buff[2048];
+	if (!OpenDialog->Execute()) return;
+	SrcTable="";
+	if (!(fp=fopen(OpenDialog_FileName.c_str(),"rb"))) return;
+	while (fgets(buff,sizeof(buff),fp)) {
+		SrcTable+=buff;
+	}
+	fclose(fp);
+	AddrCaster=Address->Text;
+	ShowTable();
+	ShowMsg("source table loaded");
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuSaveClick(TObject *Sender)
+{
+	FILE *fp;
+	AnsiString SaveDialog_FileName=SaveDialog->FileName;
+	if (!SaveDialog->Execute()) return;
+	if (!(fp=fopen(SaveDialog_FileName.c_str(),"wb"))) return;
+	fwrite(SrcTable.c_str(),1,SrcTable.Length(),fp);
+	fclose(fp);
+	ShowMsg("source table saved");
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuQuitClick(TObject *Sender)
+{
+	Close();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuUpdateCasterClick(TObject *Sender)
+{
+	UpdateCaster();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuUpdateTableClick(TObject *Sender)
+{
+	UpdateTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuViewStrClick(TObject *Sender)
+{
+	TypeStr->Down=true;
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuViewCasClick(TObject *Sender)
+{
+	TypeCas->Down=true;
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuViewNetClick(TObject *Sender)
+{
+	TypeNet->Down=true;
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuViewSrcClick(TObject *Sender)
+{
+	TypeSrc->Down=true;
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::MenuAboutClick(TObject *Sender)
+{
+	AboutDialog->About=PRGNAME;
+	AboutDialog->IconIndex=7;
+	AboutDialog->ShowModal();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnMapClick(TObject *Sender)
+{
+	Timer->Enabled=true;
+	GoogleMapView->Show();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::Table0SelectCell(TObject *Sender, int ACol, int ARow, bool &CanSelect)
+{
+	AnsiString title;
+	if (0<ARow&&ARow<Table0->RowCount) {
+		title=Table0->Cells[0][ARow];
+		GoogleMapView->HighlightMark(title);
+		GoogleMapView->Caption="NTRIP STR Map: "+Address->Text+"/"+title;
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnListClick(TObject *Sender)
+{
+	UpdateCaster();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnUpdateClick(TObject *Sender)
+{
+	UpdateTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TypeStrClick(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TypeCasClick(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TypeNetClick(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TypeSrcClick(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::AddressKeyPress(TObject *Sender, char &Key)
+{
+	if (Key=='\r') UpdateTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::AddressChange(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TypeChange(TObject *Sender)
+{
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::TimerTimer(TObject *Sender)
+{
+	if (!GoogleMapView->GetState()) return;
+	UpdateMap();
+	Timer->Enabled=false;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::Table0MouseDown(TObject *Sender,
+	  TMouseButton Button, TShiftState Shift, int X, int Y)
+{
+	AnsiString title;
+	double lat,lon;
+	int col,row;
+	Table0->MouseToCell(X,Y,col,row);
+	if (row==0) SortTable(Table0,col);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::Table1MouseDown(TObject *Sender,
+	  TMouseButton Button, TShiftState Shift, int X, int Y)
+{
+	int col,row;
+	Table1->MouseToCell(X,Y,col,row);
+	if (row==0) SortTable(Table1,col);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::Table2MouseDown(TObject *Sender,
+	  TMouseButton Button, TShiftState Shift, int X, int Y)
+{
+	int col,row;
+	Table2->MouseToCell(X,Y,col,row);
+	if (row==0) SortTable(Table2,col);
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateCaster(void)
+{
+	AnsiString Address_Text=Address->Text;
+	AnsiString text,item[3];
+	char buff[MAXLINE],*p,*q,*r,*srctbl,*addr=NTRIP_HOME;
+	int i,n;
+	
+	if (Address_Text!="") addr=Address_Text.c_str();
+
+	if (!(srctbl=getsrctbl(addr))) return;
+	
+	text=Address->Text; Address->Clear(); Address->Text=text;
+	Address->AddItem("",NULL);
+	for (p=srctbl;*p;p=q+1) {
+		if (!(q=strchr(p,'\n'))) break;
+		n=q-p<MAXLINE-1?q-p:MAXLINE-1;
+		strncpy(buff,p,n); buff[n]='\0';
+		if (strncmp(buff,"CAS",3)) continue;
+		for (i=0,r=strtok(buff,";");i<3&&p;i++,r=strtok(NULL,";")) item[i]=r;
+		Address->AddItem(item[1]+":"+item[2],NULL);
+	}
+	if (Address->Items->Count>1) Address->Text=Address->Items->Strings[1];
+	ShowMsg("update caster list");
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateTable(void)
+{
+	AnsiString Address_Text=Address->Text;
+	char *srctbl,*addr=NTRIP_HOME;
+
+	if (Address_Text!="") addr=Address_Text.c_str();
+
+	if ((srctbl=getsrctbl(addr))) {
+		SrcTable=srctbl;
+		AddrCaster=Address->Text;
+	}
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::ShowTable(void)
+{
+	const char *ti[][18]={
+		{"Mountpoint","ID","Format","Format-Details","Carrier","Nav-System",
+		 "Network","Country","Latitude","Longitude","NMEA","Solution",
+		 "Generator","Compr-Encrp","Authentication","Fee","Bitrate",""},
+		{"Host","Port","ID","Operator","NMEA","Country","Latitude","Longitude",
+		 "Fallback_Host","Fallback_Port","","","","","","","",""},
+		{"ID","Operator","Authentication","Fee","Web-Net","Web-Str","Web-Reg",
+		 "","","","","","","","","","",""}
+	};
+	TStringGrid *table[]={Table0,Table1,Table2};
+	TMenuItem *menu[]={MenuViewStr,MenuViewCas,MenuViewNet,MenuViewSrc};
+	char buff[MAXLINE],*p,*q,*r,*s;
+	int i,j,n,ns,type;
+
+	Table3->Visible=false; for (i=0;i<3;i++) table[i]->Visible=false;
+	
+	type=TypeStr->Down?0:(TypeCas->Down?1:(TypeNet->Down?2:3));
+	for (i=0;i<4;i++) menu[i]->Checked=i==type;
+	
+	if (type==3) {
+		Table3->Visible=true;
+		Table3->Text="";
+	}
+	else {
+		table[type]->Visible=true;
+		table[type]->RowCount=2;
+		for (i=0;i<18;i++) {
+			table[type]->Cells[i][0]=ti[type][i];
+			table[type]->Cells[i][1]="";
+		}
+	}
+	if (AddrCaster!=Address->Text) return;
+	if (type==3) {
+		Table3->Text=SrcTable;
+		return;
+	}
+	for (p=SrcTable.c_str(),ns=0;*p;p=q+1) {
+		if (!(q=strchr(p,'\n'))) break;
+		switch (type) {
+			case 0: if (!strncmp(p,"STR",3)) ns++; break;
+			case 1: if (!strncmp(p,"CAS",3)) ns++; break;
+			case 2: if (!strncmp(p,"NET",3)) ns++; break;
+		}
+	}
+	if (ns<=0) return;
+	table[type]->RowCount=ns+1;
+	for (p=SrcTable.c_str(),j=1;*p;p=q+1) {
+		if (!(q=strchr(p,'\n'))) break;
+		n=q-p<MAXLINE-1?q-p:MAXLINE-1;
+		strncpy(buff,p,n); buff[n]='\0';
+		switch (type) {
+			case 0: if (!strncmp(buff,"STR",3)) break; else continue;
+			case 1: if (!strncmp(buff,"CAS",3)) break; else continue;
+			case 2: if (!strncmp(buff,"NET",3)) break; else continue;
+		}
+		for (i=0,r=buff;i<18&&*r;i++) {
+			if ((s=strchr(r,';'))) {
+				*s='\0'; if (i>0) table[type]->Cells[i-1][j]=r; r=s+1;
+			}
+			else {
+				if (i>0) table[type]->Cells[i-1][j]=r;
+				break;
+			}
+		}
+		j++;
+	}
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::SortTable(TStringGrid *table, int col)
+{
+	double v1,v2;
+	for (int i=1;i<table->RowCount;i++) {
+		int j=i;
+		for (int k=i+1;k<table->RowCount;k++) {
+			AnsiString Cell1=table->Cells[col][j];
+			AnsiString Cell2=table->Cells[col][k];
+			char *s1=Cell1.c_str();
+			char *s2=Cell2.c_str();
+			if (sscanf(s1,"%lf",&v1)&&sscanf(s2,"%lf",&v2)) {
+				if (v1>v2) j=k;
+			}
+			else if (strcmp(s1,s2)>0) j=k;
+		}
+		if (j==i) continue;
+		for (int k=0;k<table->ColCount;k++) {
+			AnsiString s=table->Cells[k][i];
+			table->Cells[k][i]=table->Cells[k][j];
+			table->Cells[k][j]=s;
+		}
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::ShowMsg(const char *msg)
+{
+	AnsiString str=msg;
+	Message->Caption=str;
+	Application->ProcessMessages();
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateMap(void)
+{
+	AnsiString title,msg,LatText,LonText;
+	double lat,lon;
+	
+	if (Address->Text=="") {
+		GoogleMapView->Caption="NTRIP STR Map";
+	}
+	else {
+		GoogleMapView->Caption="NTRIP STR Map: "+Address->Text;
+	}
+	GoogleMapView->ClearMark();
+	
+	for (int i=1;i<Table0->RowCount;i++) {
+		if (Table0->Cells[8][i]=="") continue;
+		LatText=Table0->Cells[8][i];
+		LonText=Table0->Cells[9][i];
+		lat=str2dbl(LatText);
+		lon=str2dbl(LonText);
+		title=Table0->Cells[0][i];
+		msg="<b>"+Table0->Cells[0][i]+"</b>: "+
+			Table0->Cells[1][i]+" ("+Table0->Cells[7][i]+"), POS: "+
+			Table0->Cells[8][i]+", "+Table0->Cells[9][i]+"<br>"+
+			Table0->Cells[2][i]+": "+Table0->Cells[3][i]+"<br>"+
+			Table0->Cells[5][i]+", "+Table0->Cells[6][i]+", "+
+			Table0->Cells[12][i];
+		GoogleMapView->AddMark(lat,lon,title,msg);
+	}
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::BtnStaClick(TObject *Sender)
+{
+	if (StaListDialog->ShowModal()!=mrOk) return;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::UpdateEnable(void)
+{
+	BtnSta->Enabled=StaMask->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TMainForm::StaMaskClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/srctblbrows/browsmain.h b/app/srctblbrows/browsmain.h
new file mode 100644
index 0000000..284e9cc
--- /dev/null
+++ b/app/srctblbrows/browsmain.h
@@ -0,0 +1,111 @@
+//---------------------------------------------------------------------------
+#ifndef browsmainH
+#define browsmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Grids.hpp>
+#include <Buttons.hpp>
+#include <ComCtrls.hpp>
+#include <Dialogs.hpp>
+#include <Menus.hpp>
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TStringGrid *Table0;
+	TComboBox *Address;
+	TStringGrid *Table1;
+	TStringGrid *Table2;
+	TMemo *Table3;
+	TSpeedButton *BtnList;
+	TSpeedButton *BtnUpdate;
+	TSaveDialog *SaveDialog;
+	TOpenDialog *OpenDialog;
+	TMainMenu *MainMenu;
+	TMenuItem *File1;
+	TMenuItem *MenuOpen;
+	TMenuItem *MenuSave;
+	TMenuItem *N1;
+	TMenuItem *MenuQuit;
+	TMenuItem *Edit1;
+	TMenuItem *View1;
+	TMenuItem *MenuUpdateCaster;
+	TMenuItem *N2;
+	TMenuItem *MenuUpdateTable;
+	TMenuItem *Help1;
+	TMenuItem *MenuViewStr;
+	TMenuItem *MenuViewCas;
+	TMenuItem *MenuViewNet;
+	TMenuItem *N3;
+	TMenuItem *MenuViewSrc;
+	TMenuItem *MenuAbout;
+	TSpeedButton *TypeStr;
+	TSpeedButton *TypeCas;
+	TSpeedButton *TypeNet;
+	TSpeedButton *TypeSrc;
+	TPanel *Panel2;
+	TLabel *Message;
+	TPanel *Panel3;
+	TSpeedButton *BtnMap;
+	TTimer *Timer;
+	TComboBox *FiltFmt;
+	TCheckBox *StaMask;
+	TButton *BtnSta;
+	
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnUpdateClick(TObject *Sender);
+	void __fastcall TypeChange(TObject *Sender);
+	void __fastcall BtnListClick(TObject *Sender);
+	void __fastcall AddressChange(TObject *Sender);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall Table1MouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall Table2MouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall Table0MouseDown(TObject *Sender, TMouseButton Button,
+          TShiftState Shift, int X, int Y);
+	void __fastcall AddressKeyPress(TObject *Sender, char &Key);
+	void __fastcall MenuOpenClick(TObject *Sender);
+	void __fastcall MenuSaveClick(TObject *Sender);
+	void __fastcall MenuQuitClick(TObject *Sender);
+	void __fastcall MenuUpdateCasterClick(TObject *Sender);
+	void __fastcall MenuUpdateTableClick(TObject *Sender);
+	void __fastcall MenuViewStrClick(TObject *Sender);
+	void __fastcall MenuViewCasClick(TObject *Sender);
+	void __fastcall MenuViewNetClick(TObject *Sender);
+	void __fastcall MenuViewSrcClick(TObject *Sender);
+	void __fastcall MenuAboutClick(TObject *Sender);
+	void __fastcall TypeStrClick(TObject *Sender);
+	void __fastcall TypeCasClick(TObject *Sender);
+	void __fastcall TypeNetClick(TObject *Sender);
+	void __fastcall TypeSrcClick(TObject *Sender);
+	void __fastcall BtnMapClick(TObject *Sender);
+	void __fastcall TimerTimer(TObject *Sender);
+	void __fastcall Table0SelectCell(TObject *Sender, int ACol, int ARow, bool &CanSelect);
+	void __fastcall BtnStaClick(TObject *Sender);
+	void __fastcall StaMaskClick(TObject *Sender);
+
+private:
+	AnsiString AddrList,AddrCaster,SrcTable,IniFile;
+	int FontScale;
+	void __fastcall UpdateCaster(void);
+	void __fastcall UpdateTable(void);
+	void __fastcall UpdateMap(void);
+	void __fastcall UpdateEnable(void);
+	void __fastcall ShowTable(void);
+	void __fastcall SortTable(TStringGrid *table, int col);
+public:
+	TStringList *StaList;
+
+	void __fastcall ShowMsg(const char *msg);
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/srctblbrows/clean.bat b/app/srctblbrows/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/srctblbrows/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/srctblbrows/install.bat b/app/srctblbrows/install.bat
new file mode 100644
index 0000000..8dd5777
--- /dev/null
+++ b/app/srctblbrows/install.bat
@@ -0,0 +1 @@
+copy Release_Build\srctblbrows.exe ..\..\bin
diff --git a/app/srctblbrows/srctblbrows.cbproj b/app/srctblbrows/srctblbrows.cbproj
new file mode 100644
index 0000000..b163fe6
--- /dev/null
+++ b/app/srctblbrows/srctblbrows.cbproj
@@ -0,0 +1,308 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{FB551CE1-32A2-460B-9B61-6E5E1D41C8E6}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>srctblbrows.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<ILINK_LibraryPath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<BCC_waus>false</BCC_waus>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<BCC_wpar>false</BCC_wpar>
+			<Icon_MainIcon>srctblbrows_Icon.ico</Icon_MainIcon>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<BCC_weff>false</BCC_weff>
+			<Manifest_File>None</Manifest_File>
+			<TASM_IncludePath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAGAL;ENAQZS;NFREQ=3;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclie.lib;bcbie.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<Debugger_RunParams>mgex.igs-ip.net:2101</Debugger_RunParams>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclie.lib;bcbie.lib</LinkPackageStatics>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<Debugger_RunParams>mgex.igs-ip.net:2101</Debugger_RunParams>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclie.lib;bcbie.lib</LinkPackageStatics>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\gmview.cpp">
+				<Form>GoogleMapView</Form>
+				<DependentOn>..\appcmn\gmview.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="browsmain.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>browsmain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="srctblbrows.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="srctblbrows.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="staoptdlg.cpp">
+				<Form>StaListDialog</Form>
+				<DependentOn>staoptdlg.h</DependentOn>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>9</BuildOrder>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>21</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>5</BuildOrder>
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>12</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>22</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>8</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>11</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>7</BuildOrder>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>6</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\stream.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>15</BuildOrder>
+			</CppCompile>
+			<FormResources Include="browsmain.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\gmview.dfm"/>
+			<FormResources Include="staoptdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams"/>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<Source>
+						<Source Name="MainSource">srctblbrows.cpp</Source>
+					</Source>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/srctblbrows/srctblbrows.cbproj.local b/app/srctblbrows/srctblbrows.cbproj.local
new file mode 100644
index 0000000..984685d
--- /dev/null
+++ b/app/srctblbrows/srctblbrows.cbproj.local
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2014/08/26 09:33:43.000.561,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+    <Transaction>2016/01/23 12:00:41.000.909,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/srctblbrows/srctblbrows.cpp b/app/srctblbrows/srctblbrows.cpp
new file mode 100644
index 0000000..69d3fa0
--- /dev/null
+++ b/app/srctblbrows/srctblbrows.cpp
@@ -0,0 +1,50 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+USEFORM("browsmain.cpp", MainForm);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\gmview.cpp", GoogleMapView);
+USEFORM("staoptdlg.cpp", StaListDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "NTRIP Source Table Browser";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TGoogleMapView), &GoogleMapView);
+		Application->CreateForm(__classid(TStaListDialog), &StaListDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/srctblbrows/srctblbrows.res b/app/srctblbrows/srctblbrows.res
new file mode 100644
index 0000000..d4f1f8e
Binary files /dev/null and b/app/srctblbrows/srctblbrows.res differ
diff --git a/app/srctblbrows/srctblbrows_Icon.ico b/app/srctblbrows/srctblbrows_Icon.ico
new file mode 100644
index 0000000..a731163
Binary files /dev/null and b/app/srctblbrows/srctblbrows_Icon.ico differ
diff --git a/app/srctblbrows/staoptdlg.cpp b/app/srctblbrows/staoptdlg.cpp
new file mode 100644
index 0000000..7638ecb
--- /dev/null
+++ b/app/srctblbrows/staoptdlg.cpp
@@ -0,0 +1,67 @@
+//---------------------------------------------------------------------------
+#include <stdio.h>
+#include <vcl.h>
+#pragma hdrstop
+
+#include "browsmain.h"
+#include "staoptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TStaListDialog *StaListDialog;
+//---------------------------------------------------------------------------
+__fastcall TStaListDialog::TStaListDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::FormShow(TObject *Sender)
+{
+    StaList->Clear();
+    
+    for (int i=0;i<MainForm->StaList->Count;i++) {
+        StaList->Lines->Add(MainForm->StaList->Strings[i]);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnOkClick(TObject *Sender)
+{
+    MainForm->StaList->Clear();
+    
+    for (int i=0;i<StaList->Lines->Count;i++) {
+        MainForm->StaList->Add(StaList->Lines->Strings[i]);
+    }
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnLoadClick(TObject *Sender)
+{
+    AnsiString file;
+    FILE *fp;
+    char buff[1024],*p;
+    
+    if (!OpenDialog->Execute()) return;
+    
+    file=OpenDialog->FileName;
+    
+    if (!(fp=fopen(file.c_str(),"r"))) return;
+    
+    StaList->Clear();
+    StaList->Visible=false;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        for (p=strtok(buff," ,\r\n");p;p=strtok(NULL," ,\r\n")) {
+            StaList->Lines->Add(p);
+        }
+    }
+    fclose(fp);
+    StaList->Visible=true;
+}
+//---------------------------------------------------------------------------
+void __fastcall TStaListDialog::BtnSaveClick(TObject *Sender)
+{
+	if (!SaveDialog->Execute()) return;
+	StaList->Lines->SaveToFile(SaveDialog->FileName);
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/srctblbrows/staoptdlg.h b/app/srctblbrows/staoptdlg.h
new file mode 100644
index 0000000..1d86332
--- /dev/null
+++ b/app/srctblbrows/staoptdlg.h
@@ -0,0 +1,34 @@
+//---------------------------------------------------------------------------
+#ifndef staoptdlgH
+#define staoptdlgH
+//---------------------------------------------------------------------------
+#include <System.Classes.hpp>
+#include <Vcl.Controls.hpp>
+#include <Vcl.StdCtrls.hpp>
+#include <Vcl.Forms.hpp>
+#include <Vcl.ExtCtrls.hpp>
+#include <Vcl.Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TStaListDialog : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TButton *BtnLoad;
+	TButton *BtnSave;
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TMemo *StaList;
+	TOpenDialog *OpenDialog;
+	TSaveDialog *SaveDialog;
+	void __fastcall BtnLoadClick(TObject *Sender);
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnSaveClick(TObject *Sender);
+private:
+public:
+	__fastcall TStaListDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TStaListDialog *StaListDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/srctblbrows_qt/.gitignore b/app/srctblbrows_qt/.gitignore
new file mode 100644
index 0000000..fc2aedb
--- /dev/null
+++ b/app/srctblbrows_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+srctblbrows_qt
+srctblbrows_qt.exe
+object_script*
\ No newline at end of file
diff --git a/app/srctblbrows_qt/browsmain.cpp b/app/srctblbrows_qt/browsmain.cpp
new file mode 100644
index 0000000..57c9cb3
--- /dev/null
+++ b/app/srctblbrows_qt/browsmain.cpp
@@ -0,0 +1,560 @@
+//---------------------------------------------------------------------------
+// Ported to Qt by Jens Reimann
+
+#include <QCloseEvent>
+#include <QShowEvent>
+#include <QSettings>
+#include <QFileDialog>
+#include <QTimer>
+#include <QCommandLineParser>
+#include <QtConcurrent/QtConcurrent>
+#include <QFutureWatcher>
+#include <QMetaObject>
+
+#include "rtklib.h"
+#include "aboutdlg.h"
+#include "gmview.h"
+#include "browsmain.h"
+#include "staoptdlg.h"
+//---------------------------------------------------------------------------
+
+#define PRGNAME			"Ntrip Browser Qt"
+#define NTRIP_HOME		"rtcm-ntrip.org:2101" // caster list home
+#define NTRIP_TIMEOUT	10000				// response timeout (ms)
+#define MAXSRCTBL		512000				// max source table size (bytes)
+#define ENDSRCTBL		"ENDSOURCETABLE"	// end marker of table
+
+static char buff[MAXSRCTBL];				// source table buffer
+
+MainForm *mainForm;
+
+/* get source table -------------------------------------------------------*/
+static char * getsrctbl(const QString addr)
+{
+    static int lock=0;
+	stream_t str;
+	char *p=buff,msg[MAXSTRMSG];
+    int len=strlen(ENDSRCTBL);
+	unsigned int tick=tickget();
+
+	if (lock) return NULL; else lock=1;
+	
+    strinit(&str);
+
+    if (!stropen(&str,STR_NTRIPCLI,STR_MODE_R,qPrintable(addr))) {
+		lock=0; 
+        QMetaObject::invokeMethod(mainForm,"ShowMsg",Qt::QueuedConnection,Q_ARG(QString,QT_TR_NOOP("stream open error")));
+		return NULL;
+	}
+    QMetaObject::invokeMethod(mainForm,"ShowMsg",Qt::QueuedConnection,Q_ARG(QString,QT_TR_NOOP("connecting...")));
+
+	while(p<buff+MAXSRCTBL-1) {
+        int ns=strread(&str,(unsigned char*)p,(buff+MAXSRCTBL-p-1)); *(p+ns)='\0';
+		if (p-len-3>buff&&strstr(p-len-3,ENDSRCTBL)) break;
+		p+=ns;
+        qApp->processEvents();
+        int stat=strstat(&str,msg);
+
+        QMetaObject::invokeMethod(mainForm,"ShowMsg",Qt::QueuedConnection,Q_ARG(QString,msg));
+
+		if (stat<0) break;
+		if ((int)(tickget()-tick)>NTRIP_TIMEOUT) {
+            QMetaObject::invokeMethod(mainForm,"ShowMsg",Qt::QueuedConnection,Q_ARG(QString,QT_TR_NOOP("response timeout")));
+			break;
+		}
+	}
+	strclose(&str);
+	lock=0;
+	return buff;
+}
+//---------------------------------------------------------------------------
+MainForm::MainForm(QWidget *parent)
+    : QMainWindow(parent)
+{
+    setupUi(this);
+    FiltFmt->setVisible(false);
+    mainForm=this;
+
+    QCoreApplication::setApplicationName(PRGNAME);
+    QCoreApplication::setApplicationVersion("1.0");
+
+    setWindowIcon(QIcon(":/icons/srctblbrows_Icon"));
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+    
+    googleMapView = new GoogleMapView(this);
+    staListDialog = new StaListDialog(this);
+    Timer = new QTimer();
+
+    TypeCas->setDefaultAction(MenuViewCas);
+    TypeNet->setDefaultAction(MenuViewNet);
+    TypeSrc->setDefaultAction(MenuViewSrc);
+    TypeStr->setDefaultAction(MenuViewStr);
+
+    connect(Address,SIGNAL(currentTextChanged(QString)),this,SLOT(AddressChange()));
+    connect(BtnUpdate,SIGNAL(clicked(bool)),this,SLOT(BtnUpdateClick()));
+    connect(BtnMap,SIGNAL(clicked(bool)),this,SLOT(BtnMapClick()));
+    connect(BtnList,SIGNAL(clicked(bool)),this,SLOT(BtnListClick()));
+    connect(BtnSta,SIGNAL(clicked(bool)),this,SLOT(BtnStaClick()));
+    connect(StaMask,SIGNAL(clicked(bool)),this,SLOT(StaMaskClick()));
+    connect(MenuOpen,SIGNAL(triggered(bool)),this,SLOT(MenuOpenClick()));
+    connect(MenuSave,SIGNAL(triggered(bool)),this,SLOT(MenuSaveClick()));
+    connect(MenuQuit,SIGNAL(triggered(bool)),this,SLOT(MenuQuitClick()));
+    connect(MenuUpdateCaster,SIGNAL(triggered(bool)),this,SLOT(MenuUpdateCasterClick()));
+    connect(MenuUpdateTable,SIGNAL(triggered(bool)),this,SLOT(MenuUpdateTableClick()));
+    connect(MenuViewCas,SIGNAL(triggered(bool)),this,SLOT(MenuViewCasClick()));
+    connect(MenuViewNet,SIGNAL(triggered(bool)),this,SLOT(MenuViewNetClick()));
+    connect(MenuViewSrc,SIGNAL(triggered(bool)),this,SLOT(MenuViewSrcClick()));
+    connect(MenuViewStr,SIGNAL(triggered(bool)),this,SLOT(MenuViewStrClick()));
+    connect(MenuAbout,SIGNAL(triggered(bool)),this,SLOT(MenuAboutClick()));
+    connect(Timer,SIGNAL(timeout()),this,SLOT(TimerTimer()));
+    connect(Table0,SIGNAL(cellClicked(int,int)),this,SLOT(Table0SelectCell(int,int)));
+
+#ifdef QWEBKIT
+    BtnMap->setEnabled(true);
+#else
+  #ifdef QWEBENGINE
+    BtnMap->setEnabled(true);
+  #else
+    BtnMap->setEnabled(false);
+  #endif
+#endif
+
+    Table0->setSortingEnabled(true);
+    Table1->setSortingEnabled(true);
+    Table2->setSortingEnabled(true);
+
+    statusbar->addWidget(Panel2);
+
+    strinitcom();
+
+    Timer->setInterval(100);
+}
+//---------------------------------------------------------------------------
+void MainForm::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QString colw0="74,116,56,244,18,52,62,28,50,50,18,18,120,28,18,18,40,600,";
+    QString colw1="112,40,96,126,18,28,50,50,160,40,600,0,0,0,0,0,0,0,";
+    QString colw2="80,126,18,18,300,300,300,600,0,0,0,0,0,0,0,0,0,0,";
+    QSettings setting(IniFile,QSettings::IniFormat);
+    QString list,url="";
+    QStringList colw,stas;
+    int i;
+	
+    QCommandLineParser parser;
+    parser.setApplicationDescription(PRGNAME);
+    parser.addHelpOption();
+    parser.addVersionOption();
+    parser.addPositionalArgument("URL", QCoreApplication::translate("main", "file with list of Ntrip sources"));
+
+    parser.process(*QApplication::instance());
+
+    const QStringList args = parser.positionalArguments();
+
+    if (args.count()>=1) url=args.at(0);
+	
+    setWindowTitle(QString("%1 ver.%2 %3").arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+	
+    list=setting.value("srctbl/addrlist","").toString();
+    QStringList items=list.split("@");
+    foreach (QString item, items)
+    {
+        Address->addItem(item);
+    }
+
+    if (url!="") {
+        Address->setCurrentText(url);
+        GetTable();
+    }
+	else {
+        Address->setCurrentText(setting.value("srctbl/address","").toString());
+	}
+
+    FontScale=physicalDpiX();
+
+    colw=setting.value("srctbl/colwidth0",colw0).toString().split(",");
+    i=0;
+    foreach (QString width,colw)
+    {
+        Table0->setColumnWidth(i++,width.toDouble()*FontScale/96);
+	}
+    colw=setting.value("srctbl/colwidth1",colw1).toString().split(",");
+    i=0;
+    foreach (QString width,colw)
+    {
+        Table1->setColumnWidth(i++,width.toDouble()*FontScale/96);
+    }
+    colw=setting.value("srctbl/colwidth2",colw2).toString().split(",");
+    i=0;
+    foreach (QString width,colw)
+    {
+        Table2->setColumnWidth(i++,width.toDouble()*FontScale/96);
+    }
+
+    StaList.clear();
+    for (int i=0;i<10;i++) {
+        stas=setting.value(QString("sta/station%1").arg(i),"").toString().split(",");
+        foreach(QString sta, stas)
+        {
+            StaList.append(sta);
+        }
+    }
+	
+	ShowTable();
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void MainForm::closeEvent(QCloseEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    QSettings setting(IniFile,QSettings::IniFormat);
+    QString list,colw;
+	
+    setting.setValue("srctbl/address",Address->currentText());
+    for (int i=0;i<Address->count();i++) {
+        list=list+Address->itemText(i)+"@";
+	}
+    setting.setValue("srctbl/addrlist",list);
+	colw="";
+    for (int i=0;i<Table0->columnCount();i++) {
+        colw=colw+QString::number(Table0->columnWidth(i)*96/FontScale);
+	}
+    setting.setValue("srctbl/colwidth0",colw);
+	colw="";
+    for (int i=0;i<Table1->columnCount();i++) {
+        colw=colw+QString::number(Table1->columnWidth(i)*96/FontScale);
+	}
+    setting.setValue("srctbl/colwidth1",colw);
+	colw="";
+    for (int i=0;i<Table2->columnCount();i++) {
+        colw=colw+QString::number(Table2->columnWidth(i)*96/FontScale);
+	}
+    setting.setValue("srctbl/colwidth2",colw);
+    
+    for (int i=0;i<10;i++) {
+        setting.setValue (QString("sta/station%1").arg(i),StaList.join(","));
+    }
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuOpenClick()
+{
+    QString OpenDialog_FileName=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open"),QString(),tr("All File (*.*)")));
+    QFile fp(OpenDialog_FileName);
+
+    SrcTable="";
+
+    if (!fp.open(QIODevice::ReadOnly)) return;
+
+    SrcTable=fp.readAll();
+
+    AddrCaster=Address->currentText();
+
+    ShowTable();
+    ShowMsg(tr("source table loaded"));
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuSaveClick()
+{
+    QString SaveDialog_FileName=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save File"),QString(),tr("All File (*.*)")));
+    QFile fp(SaveDialog_FileName);
+
+    if (!fp.open(QIODevice::WriteOnly)) return;
+
+    fp.write(SrcTable.toLatin1());
+
+    ShowMsg(tr("source table saved"));
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuQuitClick()
+{
+    close();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuUpdateCasterClick()
+{
+    GetCaster();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuUpdateTableClick()
+{
+    GetTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuViewStrClick()
+{
+    MenuViewCas->setChecked(false);
+    MenuViewNet->setChecked(false);
+    MenuViewSrc->setChecked(false);
+    ShowTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuViewCasClick()
+{
+    MenuViewStr->setChecked(false);
+    MenuViewNet->setChecked(false);
+    MenuViewSrc->setChecked(false);
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuViewNetClick()
+{
+    MenuViewStr->setChecked(false);
+    MenuViewCas->setChecked(false);
+    MenuViewSrc->setChecked(false);
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuViewSrcClick()
+{
+    MenuViewStr->setChecked(false);
+    MenuViewCas->setChecked(false);
+    MenuViewNet->setChecked(false);
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::MenuAboutClick()
+{
+    AboutDialog *aboutDialog=new AboutDialog(this);
+    aboutDialog->About=PRGNAME;
+    aboutDialog->IconIndex=7;
+    aboutDialog->exec();
+
+    delete aboutDialog;
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnMapClick()
+{
+    Timer->start();
+    googleMapView->show();
+}
+//---------------------------------------------------------------------------
+void MainForm::Table0SelectCell(int ACol, int ARow)
+{
+    Q_UNUSED(ACol);
+    QString title;
+    if (0<ARow&&ARow<Table0->rowCount()) {
+        title=Table0->item(ARow,0)->text();
+        googleMapView->HighlightMark(title);
+        googleMapView->setWindowTitle(QString(tr("NTRIP STR Map: %1/%2")).arg(Address->currentText()).arg(title));
+	}
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnListClick()
+{
+    GetCaster();
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnUpdateClick()
+{
+    GetTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::AddressChange()
+{
+    GetTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::TimerTimer()
+{
+    if (!googleMapView->GetState()) return;
+	UpdateMap();
+    Timer->stop();
+}
+//---------------------------------------------------------------------------
+void MainForm::GetCaster(void)
+{
+    if (CasterWatcher.isRunning()) return;
+    QString Address_Text=Address->currentText();
+    QString addr=NTRIP_HOME;
+
+    if (Address_Text!="") addr=Address_Text;
+
+    BtnList->setEnabled(false);
+    MenuUpdateCaster->setEnabled(false);
+
+    QFuture<char*> tblFuture= QtConcurrent::run(getsrctbl,addr);
+    connect(&CasterWatcher,SIGNAL(finished()),this,SLOT(UpdateCaster()));
+    CasterWatcher.setFuture(tblFuture);
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateCaster()
+{
+    QString text;
+    QString srctbl;
+
+    BtnList->setEnabled(true);
+    MenuUpdateCaster->setEnabled(true);
+
+    if ((srctbl=CasterWatcher.result()).isEmpty())  return;
+
+    text=Address->currentText(); Address->clear(); Address->setCurrentText(text);
+    Address->addItem("");
+
+    QStringList tokens,lines=srctbl.split('\n');
+    foreach (const QString & line, lines) {
+        if (!line.contains("CAS")) continue;
+        tokens=line.split(";");
+        if (tokens.size()<3) continue;
+        Address->addItem(tokens.at(1)+":"+tokens.at(2));
+	}
+    if (Address->count()>1) Address->setCurrentIndex(0);
+	ShowMsg("update caster list");
+}
+//---------------------------------------------------------------------------
+void MainForm::GetTable(void)
+{
+    if (TableWatcher.isRunning()) return;
+
+    QString Address_Text=Address->currentText();
+    QString addr=NTRIP_HOME;
+
+    if (Address_Text!="") addr=Address_Text;
+
+    BtnUpdate->setEnabled(false);
+    Address->setEnabled(false);
+    MenuUpdateTable->setEnabled(false);
+
+    QFuture<char*> tblFuture= QtConcurrent::run(getsrctbl,addr);
+    connect(&TableWatcher,SIGNAL(finished()),this,SLOT(UpdateTable()));
+    TableWatcher.setFuture(tblFuture);
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateTable(void)
+{
+    QString srctbl;
+
+    BtnUpdate->setEnabled(true);
+    Address->setEnabled(true);
+    MenuUpdateTable->setEnabled(true);
+
+    if (!(srctbl=TableWatcher.result()).isEmpty()) {
+		SrcTable=srctbl;
+        AddrCaster=Address->currentText();
+	}
+	ShowTable();
+}
+//---------------------------------------------------------------------------
+void MainForm::ShowTable(void)
+{
+    const QString ti[3][18]={{tr("Mountpoint"),tr("ID"),tr("Format"),tr("Format-Details"),tr("Carrier"),tr("Nav-System"),
+        tr("Network"),tr("Country"),tr("Latitude"),tr("Longitude"),tr("NMEA"),tr("Solution"),
+        tr("Generator"),"Compr-Encrp","Authentication","Fee","Bitrate",""},
+        {tr("Host"),tr("Port"),tr("ID"),tr("Operator"),tr("NMEA"),tr("Country"),tr("Latitude"),tr("Longitude"),
+        tr("Fallback_Host"),tr("Fallback_Port"),"","","","","","",""},
+        {tr("ID"),tr("Operator"),tr("Authentication"),tr("Fee"),tr("Web-Net"),tr("Web-Str"),tr("Web-Reg"),"","","","",
+        "","","","","",""}};
+
+
+    QTableWidget *table[]={Table0,Table1,Table2};
+    QAction *action[]={MenuViewStr,MenuViewCas,MenuViewNet,MenuViewSrc};
+    int i,j,ns,type;
+
+    Table3->setVisible(false);
+    for (i=0;i<3;i++) table[i]->setVisible(false);
+	
+    type=MenuViewStr->isChecked()?0:(MenuViewCas->isChecked()?1:(MenuViewNet->isChecked()?2:3));
+    for (i=0;i<4;i++) action[i]->setChecked(i==type);
+	
+	if (type==3) {
+        Table3->setVisible(true);
+        Table3->setPlainText("");
+	}
+	else {
+        table[type]->setVisible(true);
+        table[type]->setRowCount(1);
+        table[type]->setColumnCount(18);
+		for (i=0;i<18;i++) {
+            table[type]->setHorizontalHeaderItem(i, new QTableWidgetItem(ti[type][i]));
+            table[type]->setItem(0,i, new QTableWidgetItem(""));
+		}
+	}
+    if (AddrCaster!=Address->currentText()) return;
+	if (type==3) {
+        Table3->setPlainText(SrcTable);
+		return;
+	}
+    QStringList lines=SrcTable.split("\n");
+    ns=0;
+    foreach (QString line, lines) {
+		switch (type) {
+            case 0: if (line.contains("STR")) ns++; break;
+            case 1: if (line.contains("CAS")) ns++; break;
+            case 2: if (line.contains("NET")) ns++; break;
+		}
+	}
+	if (ns<=0) return;
+    table[type]->setRowCount(ns);
+    j=0;
+    foreach (QString line, lines) {
+		switch (type) {
+            case 0: if (line.contains("STR")) break; else continue;
+            case 1: if (line.contains("CAS")) break; else continue;
+            case 2: if (line.contains("NET")) break; else continue;
+		}
+        QStringList tokens=line.split(";");
+        for (int i=0;i<18&&i<tokens.size();i++) {
+            table[type]->setItem(j,i-1, new QTableWidgetItem(tokens.at(i)));
+		}
+		j++;
+	}
+	UpdateMap();
+}
+//---------------------------------------------------------------------------
+void MainForm::ShowMsg(const QString &msg)
+{
+    QString str=msg;
+    Message->setText(str);
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateMap(void)
+{
+    QString title,msg,LatText,LonText;
+	double lat,lon;
+    bool okay;
+	
+    if (Address->currentText()=="") {
+        googleMapView->setWindowTitle(tr("NTRIP STR Map"));
+	}
+	else {
+        googleMapView->setWindowTitle(QString(tr("NTRIP STR Map: %1")).arg(Address->currentText()));
+	}
+    googleMapView->ClearMark();
+	
+    for (int i=0;i<Table0->rowCount();i++) {
+        if (Table0->item(i,8)->text()=="") continue;
+        LatText=Table0->item(i,8)->text();
+        LonText=Table0->item(i,9)->text();
+        lat=LatText.toDouble(&okay); if (!okay) continue;
+        lon=LonText.toDouble(&okay); if (!okay) continue;
+        title=Table0->item(i,0)->text();
+        msg="<b>"+Table0->item(i,0)->text()+"</b>: "+
+            Table0->item(i,1)->text()+" ("+Table0->item(i,7)->text()+"), POS: "+
+            Table0->item(i,8)->text()+", "+Table0->item(i,9)->text()+"<br>"+
+            Table0->item(i,2)->text()+": "+Table0->item(i,3)->text()+"<br>"+
+            Table0->item(i,5)->text()+", "+Table0->item(i,6)->text()+", "+
+            Table0->item(i,12)->text();
+        googleMapView->AddMark(lat,lon,title,msg);
+	}
+}
+//---------------------------------------------------------------------------
+void MainForm::BtnStaClick()
+{
+    staListDialog->exec();
+}
+//---------------------------------------------------------------------------
+void MainForm::UpdateEnable(void)
+{
+    BtnSta->setEnabled(StaMask->isChecked());
+}
+//---------------------------------------------------------------------------
+void MainForm::StaMaskClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/srctblbrows_qt/browsmain.h b/app/srctblbrows_qt/browsmain.h
new file mode 100644
index 0000000..f58d7b2
--- /dev/null
+++ b/app/srctblbrows_qt/browsmain.h
@@ -0,0 +1,68 @@
+//---------------------------------------------------------------------------
+#ifndef browsmainH
+#define browsmainH
+//---------------------------------------------------------------------------
+#include <QMainWindow>
+#include<QFutureWatcher>
+
+#include "ui_browsmain.h"
+
+
+class QShowEvent;
+class QCloseEvent;
+class StaListDialog;
+class GoogleMapView;
+class QTimer;
+
+//---------------------------------------------------------------------------
+class MainForm : public QMainWindow, private Ui::MainForm
+{
+    Q_OBJECT
+protected:
+    void showEvent(QShowEvent*);
+    void closeEvent(QCloseEvent*);
+
+public slots:
+    void BtnUpdateClick();
+    void BtnListClick();
+    void AddressChange();
+    void MenuOpenClick();
+    void MenuSaveClick();
+    void MenuQuitClick();
+    void MenuUpdateCasterClick();
+    void MenuUpdateTableClick();
+    void MenuViewStrClick();
+    void MenuViewCasClick();
+    void MenuViewNetClick();
+    void MenuViewSrcClick();
+    void MenuAboutClick();
+    void BtnMapClick();
+    void TimerTimer();
+    void Table0SelectCell(int ACol, int ARow);
+    void BtnStaClick();
+    void StaMaskClick();
+    void UpdateCaster();
+    void UpdateTable();
+    void ShowMsg(const QString &);
+
+private:
+    QString AddrList,AddrCaster,SrcTable,IniFile;
+	int FontScale;
+    GoogleMapView *googleMapView;
+    StaListDialog *staListDialog;
+    QTimer *Timer;
+    QFutureWatcher<char*> TableWatcher;
+    QFutureWatcher<char*> CasterWatcher;
+
+    void GetCaster(void);
+    void GetTable(void);
+    void UpdateMap(void);
+    void UpdateEnable(void);
+    void ShowTable(void);
+public:
+    QStringList StaList;
+
+    explicit MainForm(QWidget *parent=NULL);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/srctblbrows_qt/browsmain.ui b/app/srctblbrows_qt/browsmain.ui
new file mode 100644
index 0000000..48552ec
--- /dev/null
+++ b/app/srctblbrows_qt/browsmain.ui
@@ -0,0 +1,585 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QMainWindow" name="MainForm">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>833</width>
+    <height>422</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>MainWindow</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <layout class="QHBoxLayout" name="horizontalLayout">
+    <property name="spacing">
+     <number>0</number>
+    </property>
+    <property name="leftMargin">
+     <number>0</number>
+    </property>
+    <property name="topMargin">
+     <number>0</number>
+    </property>
+    <property name="rightMargin">
+     <number>0</number>
+    </property>
+    <property name="bottomMargin">
+     <number>0</number>
+    </property>
+    <item>
+     <widget class="QWidget" name="widget" native="true">
+      <layout class="QVBoxLayout" name="verticalLayout">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <property name="leftMargin">
+        <number>0</number>
+       </property>
+       <property name="topMargin">
+        <number>0</number>
+       </property>
+       <property name="rightMargin">
+        <number>0</number>
+       </property>
+       <property name="bottomMargin">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QWidget" name="Panel1" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="layoutDirection">
+          <enum>Qt::LeftToRight</enum>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_4">
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <item>
+           <widget class="QPushButton" name="BtnList">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string/>
+            </property>
+            <property name="icon">
+             <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+              <normaloff>:/buttons/reload.bmp</normaloff>:/buttons/reload.bmp</iconset>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QComboBox" name="Address">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="editable">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QPushButton" name="BtnUpdate">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string/>
+            </property>
+            <property name="icon">
+             <iconset resource="../rtkget_qt/rtkget_qt.qrc">
+              <normaloff>:/buttons/load.bmp</normaloff>:/buttons/load.bmp</iconset>
+            </property>
+            <property name="flat">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QToolButton" name="TypeStr">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>STR</string>
+            </property>
+            <property name="checkable">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QToolButton" name="TypeCas">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>CAS</string>
+            </property>
+            <property name="checkable">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QToolButton" name="TypeNet">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>NET</string>
+            </property>
+            <property name="checkable">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QToolButton" name="TypeSrc">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>SRC</string>
+            </property>
+            <property name="checkable">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QPushButton" name="BtnMap">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>MAP</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QComboBox" name="FiltFmt">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <item>
+             <property name="text">
+              <string/>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RTCM 3</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RTCM 2</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>RAW</string>
+             </property>
+            </item>
+           </widget>
+          </item>
+          <item>
+           <widget class="QCheckBox" name="StaMask">
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>STA</string>
+            </property>
+            <property name="checked">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QPushButton" name="BtnSta">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="palette">
+             <palette>
+              <active>
+               <colorrole role="WindowText">
+                <brush brushstyle="SolidPattern">
+                 <color alpha="255">
+                  <red>0</red>
+                  <green>0</green>
+                  <blue>0</blue>
+                 </color>
+                </brush>
+               </colorrole>
+              </active>
+              <inactive>
+               <colorrole role="WindowText">
+                <brush brushstyle="SolidPattern">
+                 <color alpha="255">
+                  <red>0</red>
+                  <green>0</green>
+                  <blue>0</blue>
+                 </color>
+                </brush>
+               </colorrole>
+              </inactive>
+              <disabled>
+               <colorrole role="WindowText">
+                <brush brushstyle="SolidPattern">
+                 <color alpha="255">
+                  <red>0</red>
+                  <green>0</green>
+                  <blue>0</blue>
+                 </color>
+                </brush>
+               </colorrole>
+              </disabled>
+             </palette>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="text">
+             <string>...</string>
+            </property>
+            <property name="flat">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="QTableWidget" name="Table1"/>
+       </item>
+       <item>
+        <widget class="QPlainTextEdit" name="Table3">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="frameShape">
+          <enum>QFrame::Panel</enum>
+         </property>
+         <property name="frameShadow">
+          <enum>QFrame::Sunken</enum>
+         </property>
+         <property name="plainText">
+          <string/>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QTableWidget" name="Table2"/>
+       </item>
+       <item>
+        <widget class="QTableWidget" name="Table0"/>
+       </item>
+       <item>
+        <widget class="QWidget" name="Panel2" native="true">
+         <property name="enabled">
+          <bool>true</bool>
+         </property>
+         <property name="toolTip">
+          <string/>
+         </property>
+         <property name="layoutDirection">
+          <enum>Qt::LeftToRight</enum>
+         </property>
+         <property name="text" stdset="0">
+          <string/>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_3">
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <property name="leftMargin">
+           <number>0</number>
+          </property>
+          <property name="topMargin">
+           <number>0</number>
+          </property>
+          <property name="rightMargin">
+           <number>0</number>
+          </property>
+          <property name="bottomMargin">
+           <number>0</number>
+          </property>
+          <item>
+           <widget class="QWidget" name="Panel3" native="true">
+            <property name="enabled">
+             <bool>true</bool>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+            <property name="layoutDirection">
+             <enum>Qt::LeftToRight</enum>
+            </property>
+            <property name="text" stdset="0">
+             <string/>
+            </property>
+            <layout class="QHBoxLayout" name="horizontalLayout_2">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <property name="leftMargin">
+              <number>0</number>
+             </property>
+             <property name="rightMargin">
+              <number>0</number>
+             </property>
+             <property name="bottomMargin">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QLabel" name="Message">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string/>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </item>
+   </layout>
+  </widget>
+  <widget class="QMenuBar" name="menubar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>833</width>
+     <height>21</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="File1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&File</string>
+    </property>
+    <addaction name="MenuOpen"/>
+    <addaction name="MenuSave"/>
+    <addaction name="separator"/>
+    <addaction name="MenuQuit"/>
+   </widget>
+   <widget class="QMenu" name="Edit1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&Edit</string>
+    </property>
+    <addaction name="MenuUpdateCaster"/>
+    <addaction name="separator"/>
+    <addaction name="MenuUpdateTable"/>
+   </widget>
+   <widget class="QMenu" name="View1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&View</string>
+    </property>
+    <addaction name="MenuViewStr"/>
+    <addaction name="MenuViewCas"/>
+    <addaction name="MenuViewNet"/>
+    <addaction name="separator"/>
+    <addaction name="MenuViewSrc"/>
+   </widget>
+   <widget class="QMenu" name="Help1">
+    <property name="enabled">
+     <bool>true</bool>
+    </property>
+    <property name="toolTip">
+     <string/>
+    </property>
+    <property name="title">
+     <string>&Help</string>
+    </property>
+    <addaction name="MenuAbout"/>
+   </widget>
+   <addaction name="File1"/>
+   <addaction name="Edit1"/>
+   <addaction name="View1"/>
+   <addaction name="Help1"/>
+  </widget>
+  <widget class="QStatusBar" name="statusbar"/>
+  <action name="MenuOpen">
+   <property name="text">
+    <string>&Open Source Table...</string>
+   </property>
+  </action>
+  <action name="MenuSave">
+   <property name="text">
+    <string>&Save Source Table...</string>
+   </property>
+  </action>
+  <action name="MenuQuit">
+   <property name="text">
+    <string>&Quit</string>
+   </property>
+  </action>
+  <action name="MenuUpdateCaster">
+   <property name="text">
+    <string>Update &Caster List</string>
+   </property>
+  </action>
+  <action name="MenuUpdateTable">
+   <property name="text">
+    <string>Update Source &Table</string>
+   </property>
+  </action>
+  <action name="MenuViewStr">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>&Stream List</string>
+   </property>
+  </action>
+  <action name="MenuViewCas">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>&Caster List</string>
+   </property>
+  </action>
+  <action name="MenuViewNet">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>&Network List</string>
+   </property>
+  </action>
+  <action name="MenuViewSrc">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>S&ource Table</string>
+   </property>
+  </action>
+  <action name="MenuAbout">
+   <property name="text">
+    <string>&About...</string>
+   </property>
+  </action>
+ </widget>
+ <resources>
+  <include location="../rtkget_qt/rtkget_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/srctblbrows_qt/install.bat b/app/srctblbrows_qt/install.bat
new file mode 100644
index 0000000..a695f56
--- /dev/null
+++ b/app/srctblbrows_qt/install.bat
@@ -0,0 +1 @@
+copy release\srctblbrows_qt.exe ..\..\bin
diff --git a/app/srctblbrows_qt/install.sh b/app/srctblbrows_qt/install.sh
new file mode 100644
index 0000000..2a68cb4
--- /dev/null
+++ b/app/srctblbrows_qt/install.sh
@@ -0,0 +1 @@
+cp srctblbrows_qt ..\..\bin
diff --git a/app/srctblbrows_qt/qwebchannel.js b/app/srctblbrows_qt/qwebchannel.js
new file mode 100644
index 0000000..d8c28bc
--- /dev/null
+++ b/app/srctblbrows_qt/qwebchannel.js
@@ -0,0 +1,413 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info at kdab.com, author Milian Wolff <milian.wolff at kdab.com>
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the QtWebChannel module of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL21$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 or version 3 as published by the Free
+** Software Foundation and appearing in the file LICENSE.LGPLv21 and
+** LICENSE.LGPLv3 included in the packaging of this file. Please review the
+** following information to ensure the GNU Lesser General Public License
+** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
+** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** As a special exception, The Qt Company gives you certain additional
+** rights. These rights are described in The Qt Company LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+"use strict";
+
+var QWebChannelMessageTypes = {
+    signal: 1,
+    propertyUpdate: 2,
+    init: 3,
+    idle: 4,
+    debug: 5,
+    invokeMethod: 6,
+    connectToSignal: 7,
+    disconnectFromSignal: 8,
+    setProperty: 9,
+    response: 10,
+};
+
+var QWebChannel = function(transport, initCallback)
+{
+    if (typeof transport !== "object" || typeof transport.send !== "function") {
+        console.error("The QWebChannel expects a transport object with a send function and onmessage callback property." +
+                      " Given is: transport: " + typeof(transport) + ", transport.send: " + typeof(transport.send));
+        return;
+    }
+
+    var channel = this;
+    this.transport = transport;
+
+    this.send = function(data)
+    {
+        if (typeof(data) !== "string") {
+            data = JSON.stringify(data);
+        }
+        channel.transport.send(data);
+    }
+
+    this.transport.onmessage = function(message)
+    {
+        var data = message.data;
+        if (typeof data === "string") {
+            data = JSON.parse(data);
+        }
+        switch (data.type) {
+            case QWebChannelMessageTypes.signal:
+                channel.handleSignal(data);
+                break;
+            case QWebChannelMessageTypes.response:
+                channel.handleResponse(data);
+                break;
+            case QWebChannelMessageTypes.propertyUpdate:
+                channel.handlePropertyUpdate(data);
+                break;
+            default:
+                console.error("invalid message received:", message.data);
+                break;
+        }
+    }
+
+    this.execCallbacks = {};
+    this.execId = 0;
+    this.exec = function(data, callback)
+    {
+        if (!callback) {
+            // if no callback is given, send directly
+            channel.send(data);
+            return;
+        }
+        if (channel.execId === Number.MAX_VALUE) {
+            // wrap
+            channel.execId = Number.MIN_VALUE;
+        }
+        if (data.hasOwnProperty("id")) {
+            console.error("Cannot exec message with property id: " + JSON.stringify(data));
+            return;
+        }
+        data.id = channel.execId++;
+        channel.execCallbacks[data.id] = callback;
+        channel.send(data);
+    };
+
+    this.objects = {};
+
+    this.handleSignal = function(message)
+    {
+        var object = channel.objects[message.object];
+        if (object) {
+            object.signalEmitted(message.signal, message.args);
+        } else {
+            console.warn("Unhandled signal: " + message.object + "::" + message.signal);
+        }
+    }
+
+    this.handleResponse = function(message)
+    {
+        if (!message.hasOwnProperty("id")) {
+            console.error("Invalid response message received: ", JSON.stringify(message));
+            return;
+        }
+        channel.execCallbacks[message.id](message.data);
+        delete channel.execCallbacks[message.id];
+    }
+
+    this.handlePropertyUpdate = function(message)
+    {
+        for (var i in message.data) {
+            var data = message.data[i];
+            var object = channel.objects[data.object];
+            if (object) {
+                object.propertyUpdate(data.signals, data.properties);
+            } else {
+                console.warn("Unhandled property update: " + data.object + "::" + data.signal);
+            }
+        }
+        channel.exec({type: QWebChannelMessageTypes.idle});
+    }
+
+    this.debug = function(message)
+    {
+        channel.send({type: QWebChannelMessageTypes.debug, data: message});
+    };
+
+    channel.exec({type: QWebChannelMessageTypes.init}, function(data) {
+        for (var objectName in data) {
+            var object = new QObject(objectName, data[objectName], channel);
+        }
+        // now unwrap properties, which might reference other registered objects
+        for (var objectName in channel.objects) {
+            channel.objects[objectName].unwrapProperties();
+        }
+        if (initCallback) {
+            initCallback(channel);
+        }
+        channel.exec({type: QWebChannelMessageTypes.idle});
+    });
+};
+
+function QObject(name, data, webChannel)
+{
+    this.__id__ = name;
+    webChannel.objects[name] = this;
+
+    // List of callbacks that get invoked upon signal emission
+    this.__objectSignals__ = {};
+
+    // Cache of all properties, updated when a notify signal is emitted
+    this.__propertyCache__ = {};
+
+    var object = this;
+
+    // ----------------------------------------------------------------------
+
+    this.unwrapQObject = function(response)
+    {
+        if (response instanceof Array) {
+            // support list of objects
+            var ret = new Array(response.length);
+            for (var i = 0; i < response.length; ++i) {
+                ret[i] = object.unwrapQObject(response[i]);
+            }
+            return ret;
+        }
+        if (!response
+            || !response["__QObject*__"]
+            || response.id === undefined) {
+            return response;
+        }
+
+        var objectId = response.id;
+        if (webChannel.objects[objectId])
+            return webChannel.objects[objectId];
+
+        if (!response.data) {
+            console.error("Cannot unwrap unknown QObject " + objectId + " without data.");
+            return;
+        }
+
+        var qObject = new QObject( objectId, response.data, webChannel );
+        qObject.destroyed.connect(function() {
+            if (webChannel.objects[objectId] === qObject) {
+                delete webChannel.objects[objectId];
+                // reset the now deleted QObject to an empty {} object
+                // just assigning {} though would not have the desired effect, but the
+                // below also ensures all external references will see the empty map
+                // NOTE: this detour is necessary to workaround QTBUG-40021
+                var propertyNames = [];
+                for (var propertyName in qObject) {
+                    propertyNames.push(propertyName);
+                }
+                for (var idx in propertyNames) {
+                    delete qObject[propertyNames[idx]];
+                }
+            }
+        });
+        // here we are already initialized, and thus must directly unwrap the properties
+        qObject.unwrapProperties();
+        return qObject;
+    }
+
+    this.unwrapProperties = function()
+    {
+        for (var propertyIdx in object.__propertyCache__) {
+            object.__propertyCache__[propertyIdx] = object.unwrapQObject(object.__propertyCache__[propertyIdx]);
+        }
+    }
+
+    function addSignal(signalData, isPropertyNotifySignal)
+    {
+        var signalName = signalData[0];
+        var signalIndex = signalData[1];
+        object[signalName] = {
+            connect: function(callback) {
+                if (typeof(callback) !== "function") {
+                    console.error("Bad callback given to connect to signal " + signalName);
+                    return;
+                }
+
+                object.__objectSignals__[signalIndex] = object.__objectSignals__[signalIndex] || [];
+                object.__objectSignals__[signalIndex].push(callback);
+
+                if (!isPropertyNotifySignal && signalName !== "destroyed") {
+                    // only required for "pure" signals, handled separately for properties in propertyUpdate
+                    // also note that we always get notified about the destroyed signal
+                    webChannel.exec({
+                        type: QWebChannelMessageTypes.connectToSignal,
+                        object: object.__id__,
+                        signal: signalIndex
+                    });
+                }
+            },
+            disconnect: function(callback) {
+                if (typeof(callback) !== "function") {
+                    console.error("Bad callback given to disconnect from signal " + signalName);
+                    return;
+                }
+                object.__objectSignals__[signalIndex] = object.__objectSignals__[signalIndex] || [];
+                var idx = object.__objectSignals__[signalIndex].indexOf(callback);
+                if (idx === -1) {
+                    console.error("Cannot find connection of signal " + signalName + " to " + callback.name);
+                    return;
+                }
+                object.__objectSignals__[signalIndex].splice(idx, 1);
+                if (!isPropertyNotifySignal && object.__objectSignals__[signalIndex].length === 0) {
+                    // only required for "pure" signals, handled separately for properties in propertyUpdate
+                    webChannel.exec({
+                        type: QWebChannelMessageTypes.disconnectFromSignal,
+                        object: object.__id__,
+                        signal: signalIndex
+                    });
+                }
+            }
+        };
+    }
+
+    /**
+     * Invokes all callbacks for the given signalname. Also works for property notify callbacks.
+     */
+    function invokeSignalCallbacks(signalName, signalArgs)
+    {
+        var connections = object.__objectSignals__[signalName];
+        if (connections) {
+            connections.forEach(function(callback) {
+                callback.apply(callback, signalArgs);
+            });
+        }
+    }
+
+    this.propertyUpdate = function(signals, propertyMap)
+    {
+        // update property cache
+        for (var propertyIndex in propertyMap) {
+            var propertyValue = propertyMap[propertyIndex];
+            object.__propertyCache__[propertyIndex] = propertyValue;
+        }
+
+        for (var signalName in signals) {
+            // Invoke all callbacks, as signalEmitted() does not. This ensures the
+            // property cache is updated before the callbacks are invoked.
+            invokeSignalCallbacks(signalName, signals[signalName]);
+        }
+    }
+
+    this.signalEmitted = function(signalName, signalArgs)
+    {
+        invokeSignalCallbacks(signalName, signalArgs);
+    }
+
+    function addMethod(methodData)
+    {
+        var methodName = methodData[0];
+        var methodIdx = methodData[1];
+        object[methodName] = function() {
+            var args = [];
+            var callback;
+            for (var i = 0; i < arguments.length; ++i) {
+                if (typeof arguments[i] === "function")
+                    callback = arguments[i];
+                else
+                    args.push(arguments[i]);
+            }
+
+            webChannel.exec({
+                "type": QWebChannelMessageTypes.invokeMethod,
+                "object": object.__id__,
+                "method": methodIdx,
+                "args": args
+            }, function(response) {
+                if (response !== undefined) {
+                    var result = object.unwrapQObject(response);
+                    if (callback) {
+                        (callback)(result);
+                    }
+                }
+            });
+        };
+    }
+
+    function bindGetterSetter(propertyInfo)
+    {
+        var propertyIndex = propertyInfo[0];
+        var propertyName = propertyInfo[1];
+        var notifySignalData = propertyInfo[2];
+        // initialize property cache with current value
+        // NOTE: if this is an object, it is not directly unwrapped as it might
+        // reference other QObject that we do not know yet
+        object.__propertyCache__[propertyIndex] = propertyInfo[3];
+
+        if (notifySignalData) {
+            if (notifySignalData[0] === 1) {
+                // signal name is optimized away, reconstruct the actual name
+                notifySignalData[0] = propertyName + "Changed";
+            }
+            addSignal(notifySignalData, true);
+        }
+
+        Object.defineProperty(object, propertyName, {
+            configurable: true,
+            get: function () {
+                var propertyValue = object.__propertyCache__[propertyIndex];
+                if (propertyValue === undefined) {
+                    // This shouldn't happen
+                    console.warn("Undefined value in property cache for property \"" + propertyName + "\" in object " + object.__id__);
+                }
+
+                return propertyValue;
+            },
+            set: function(value) {
+                if (value === undefined) {
+                    console.warn("Property setter for " + propertyName + " called with undefined value!");
+                    return;
+                }
+                object.__propertyCache__[propertyIndex] = value;
+                webChannel.exec({
+                    "type": QWebChannelMessageTypes.setProperty,
+                    "object": object.__id__,
+                    "property": propertyIndex,
+                    "value": value
+                });
+            }
+        });
+
+    }
+
+    // ----------------------------------------------------------------------
+
+    data.methods.forEach(addMethod);
+
+    data.properties.forEach(bindGetterSetter);
+
+    data.signals.forEach(function(signal) { addSignal(signal, false); });
+
+    for (var name in data.enums) {
+        object[name] = data.enums[name];
+    }
+}
+
+//required for use with nodejs
+if (typeof module === 'object') {
+    module.exports = {
+        QWebChannel: QWebChannel
+    };
+}
diff --git a/app/srctblbrows_qt/rtklib_gm.htm b/app/srctblbrows_qt/rtklib_gm.htm
new file mode 100644
index 0000000..058b900
--- /dev/null
+++ b/app/srctblbrows_qt/rtklib_gm.htm
@@ -0,0 +1,81 @@
+<!------------------------------------------------------------------------------
+* rtklib_gmap.htm: rtklib google map view
+*
+* history: 2013/01/20 1.0  new
+*------------------------------------------------------------------------------>
+<html>
+<head>
+<title>RTKLIB_GM</title>
+
+<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"
+    type="text/javascript" charset="UTF-8"></script>
+<script type="text/javascript">
+
+var map = null;
+var marks = [];
+var markh = null;
+var markz = 0;
+var info = null;
+var icon0="http://maps.google.co.jp/mapfiles/ms/icons/red-dot.png";
+var icon1="http://maps.google.co.jp/mapfiles/ms/icons/yellow-dot.png";
+
+function init() {
+    var opt = {
+        center: new google.maps.LatLng(0,0),
+        zoom: 2, minZoom: 2,
+        streetViewControl: false,
+        mapTypeId: google.maps.MapTypeId.ROADMAP
+    };
+    map = new google.maps.Map(document.getElementById("map"),opt);
+    document.getElementById('state').value='1';
+}
+
+function ShowHome() {
+    if (map == null) return;
+    map.setCenter(new google.maps.LatLng(0,0));
+    map.setZoom(2);
+}
+
+function ClearMark(lat,lon,title) {
+    for (var i in marks) {
+        marks[i].setMap(null);
+    }
+    marks.length = 0;
+    markh = null;
+}
+
+function AddMark(lat,lon,title,msg) {
+    var pos = new google.maps.LatLng(lat,lon);
+    var opt = {map: map, position: pos, title: title, icon: icon1};
+    var mark = new google.maps.Marker(opt);
+    google.maps.event.addListener(mark,'click',function(event) {
+        if (info) {info.close();}
+        info = new google.maps.InfoWindow({content: msg});
+        info.open(mark.getMap(),mark);
+    });
+    marks.push(mark);
+}
+
+function HighlightMark(title) {
+    if (markh) {
+        markh.setIcon(icon1);
+        markh.setZIndex(markz);
+    }
+    for (var i in marks) {
+        if (marks[i].getTitle()==title) {
+            markz = marks[i].getZIndex();
+            marks[i].setIcon(icon0);
+            marks[i].setZIndex(google.maps.Marker.MAX_ZINDEX+1);
+            markh=marks[i];
+        }
+    }
+}
+
+</script>
+</head>
+
+<body style="margin: 0;"; scroll="no"; onload="init()">
+    <div id="map" style="height: 100%; width: 100%;"> </div>
+    <input id="state" type="hidden" value="0">
+</body>
+</html>
diff --git a/app/srctblbrows_qt/srctblbrows.cpp b/app/srctblbrows_qt/srctblbrows.cpp
new file mode 100644
index 0000000..b50505e
--- /dev/null
+++ b/app/srctblbrows_qt/srctblbrows.cpp
@@ -0,0 +1,11 @@
+#include <QApplication>
+#include "browsmain.h"
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainForm w(NULL);
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/srctblbrows_qt/srctblbrows_Icon.ico b/app/srctblbrows_qt/srctblbrows_Icon.ico
new file mode 100644
index 0000000..a731163
Binary files /dev/null and b/app/srctblbrows_qt/srctblbrows_Icon.ico differ
diff --git a/app/srctblbrows_qt/srctblbrows_qt.pro b/app/srctblbrows_qt/srctblbrows_qt.pro
new file mode 100644
index 0000000..c978b77
--- /dev/null
+++ b/app/srctblbrows_qt/srctblbrows_qt.pro
@@ -0,0 +1,69 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-02-09T19:09:57
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+include(../../RTKLib.pri)
+
+INCLUDEPATH += ../../src/ ../appcmn_qt
+
+qtHaveModule(webenginewidgets) {
+    QT+= webenginewidgets
+    DEFINES+=QWEBENGINE
+} else {
+    qtHaveModule(webkitwidgets) {
+        QT+= webkitwidgets
+        DEFINES+= QWEBKIT
+    }
+}
+
+
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+
+TARGET = srctblbrows_qt
+TEMPLATE = app
+
+
+SOURCES += \ 
+    browsmain.cpp \
+    srctblbrows.cpp \
+    staoptdlg.cpp \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/gmview.cpp
+
+HEADERS  += \ 
+    browsmain.h \
+    staoptdlg.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/gmview.h
+
+FORMS    += \ 
+    browsmain.ui \
+    staoptdlg.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/gmview.ui
+
+RESOURCES +=  \
+    srctblbrows_qt.qrc
+
+RC_FILE = srctblbrows_qt.rc
diff --git a/app/srctblbrows_qt/srctblbrows_qt.qrc b/app/srctblbrows_qt/srctblbrows_qt.qrc
new file mode 100644
index 0000000..66fe42b
--- /dev/null
+++ b/app/srctblbrows_qt/srctblbrows_qt.qrc
@@ -0,0 +1,97 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+        <file alias="srctblbrows_Icon">srctblbrows_Icon.ico</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+    <qresource prefix="/html">
+        <file>rtklib_gm.htm</file>
+        <file>qwebchannel.js</file>
+    </qresource>
+</RCC>
diff --git a/app/srctblbrows_qt/srctblbrows_qt.rc b/app/srctblbrows_qt/srctblbrows_qt.rc
new file mode 100644
index 0000000..6cb176d
--- /dev/null
+++ b/app/srctblbrows_qt/srctblbrows_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "srctblbrows_Icon.ico"
\ No newline at end of file
diff --git a/app/srctblbrows_qt/staoptdlg.cpp b/app/srctblbrows_qt/staoptdlg.cpp
new file mode 100644
index 0000000..6b51af4
--- /dev/null
+++ b/app/srctblbrows_qt/staoptdlg.cpp
@@ -0,0 +1,80 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QFileDialog>
+
+#include "browsmain.h"
+#include "staoptdlg.h"
+
+
+extern MainForm *mainForm;
+
+//---------------------------------------------------------------------------
+StaListDialog::StaListDialog(QWidget* parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnLoad,SIGNAL(clicked(bool)),this,SLOT(BtnLoadClick()));
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnSave,SIGNAL(clicked(bool)),this,SLOT(BtnSaveClick()));
+}
+//---------------------------------------------------------------------------
+void StaListDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+    StaList->clear();
+    
+    for (int i=0;i<mainForm->StaList.count();i++) {
+        StaList->addItem(mainForm->StaList.at(i));
+    }
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnOkClick()
+{
+    mainForm->StaList.clear();
+    
+    for (int i=0;i<StaList->count();i++) {
+        mainForm->StaList.append(StaList->item(i)->text());
+    }
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnLoadClick()
+{
+    QString file;
+    QFile fp;
+    QByteArray buff;
+    
+    
+    file=QDir::toNativeSeparators(QFileDialog::getOpenFileName(this,tr("Open...")));
+
+    fp.setFileName(file);
+    if (!fp.open(QIODevice::ReadOnly)) return;
+        
+    StaList->clear();
+    StaList->setVisible(false);
+    
+    while (!fp.atEnd())
+    {
+        buff=fp.readLine();
+        buff=buff.mid(buff.indexOf('#'));
+        StaList->addItem(buff);
+    }
+
+    StaList->setVisible(true);
+}
+//---------------------------------------------------------------------------
+void StaListDialog::BtnSaveClick()
+{
+    QString file=QDir::toNativeSeparators(QFileDialog::getSaveFileName(this,tr("Save...")));
+    QFile fp;
+
+    fp.setFileName(file);
+    if (!fp.open(QIODevice::WriteOnly)) return;
+
+    for (int i=0;i<StaList->count();i++)
+    {
+        fp.write((StaList->item(i)->text()+"\n").toLatin1());
+    }
+}
+//---------------------------------------------------------------------------
diff --git a/app/srctblbrows_qt/staoptdlg.h b/app/srctblbrows_qt/staoptdlg.h
new file mode 100644
index 0000000..02a09c3
--- /dev/null
+++ b/app/srctblbrows_qt/staoptdlg.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+#ifndef staoptdlgH
+#define staoptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+
+#include "ui_staoptdlg.h"
+//---------------------------------------------------------------------------
+class StaListDialog : public QDialog, private Ui::StaListDialog
+{
+    Q_OBJECT
+
+protected:
+    void  showEvent(QShowEvent *);
+
+public slots:
+    void  BtnLoadClick();
+    void  BtnOkClick();
+    void  BtnSaveClick();
+
+public:
+    explicit StaListDialog(QWidget* parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/srctblbrows_qt/staoptdlg.ui b/app/srctblbrows_qt/staoptdlg.ui
new file mode 100644
index 0000000..404d822
--- /dev/null
+++ b/app/srctblbrows_qt/staoptdlg.ui
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>StaListDialog</class>
+ <widget class="QWidget" name="StaListDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>214</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Stations</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <property name="leftMargin">
+    <number>9</number>
+   </property>
+   <property name="topMargin">
+    <number>9</number>
+   </property>
+   <item>
+    <widget class="QListWidget" name="StaList"/>
+   </item>
+   <item>
+    <widget class="QWidget" name="Panel1" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnLoad">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>Load...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnSave">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Save...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOk">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&OK</string>
+        </property>
+        <property name="autoDefault">
+         <bool>true</bool>
+        </property>
+        <property name="default">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnCancel">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Cancel</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/str2str/gcc/makefile b/app/str2str/gcc/makefile
new file mode 100644
index 0000000..de7ecc5
--- /dev/null
+++ b/app/str2str/gcc/makefile
@@ -0,0 +1,121 @@
+# makefile for str2str
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+
+# for beagleboard
+#CTARGET= -mfpu=neon -mfloat-abi=softfp -ffast-math
+CTARGET=
+
+OPTION = -DENAGLO -DENAGAL -DENAQZS -DENACMP -DTRACE -DNFREQ=3 -DNEXOBS=3
+CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTION) $(CTARGET) -g
+LDLIBS  = -lm -lrt -lpthread
+
+all        : str2str
+str2str    : str2str.o stream.o rtkcmn.o solution.o sbas.o geoid.o
+str2str    : rcvraw.o novatel.o ublox.o ss2.o crescent.o skytraq.o gw10.o javad.o
+str2str    : nvs.o binex.o rt17.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o preceph.o streamsvr.o
+str2str    : septentrio.o
+
+str2str.o  : ../str2str.c
+	$(CC) -c $(CFLAGS) ../str2str.c
+stream.o   : $(SRC)/stream.c
+	$(CC) -c $(CFLAGS) $(SRC)/stream.c
+streamsvr.o: $(SRC)/streamsvr.c
+	$(CC) -c $(CFLAGS) $(SRC)/streamsvr.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+solution.o : $(SRC)/solution.c
+	$(CC) -c $(CFLAGS) $(SRC)/solution.c
+sbas.o     : $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+geoid.o    : $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+rcvraw.o   : $(SRC)/rcvraw.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcvraw.c
+novatel.o  : $(SRC)/rcv/novatel.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/novatel.c
+ublox.o    : $(SRC)/rcv/ublox.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ublox.c
+ss2.o      : $(SRC)/rcv/ss2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/ss2.c
+crescent.o : $(SRC)/rcv/crescent.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/crescent.c
+skytraq.o  : $(SRC)/rcv/skytraq.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/skytraq.c
+gw10.o     : $(SRC)/rcv/gw10.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/gw10.c
+javad.o    : $(SRC)/rcv/javad.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/javad.c
+nvs.o      : $(SRC)/rcv/nvs.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/nvs.c
+binex.o    : $(SRC)/rcv/binex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/binex.c
+rt17.o     : $(SRC)/rcv/rt17.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/rt17.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+preceph.o  : $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+septentrio.o     : $(SRC)/rcv/septentrio.c
+	$(CC) -c $(CFLAGS) $(SRC)/rcv/septentrio.c
+
+
+str2str.o  : $(SRC)/rtklib.h
+stream.o   : $(SRC)/rtklib.h
+streamsvr.o: $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+solution.o : $(SRC)/rtklib.h
+sbas.o     : $(SRC)/rtklib.h
+geoid.o    : $(SRC)/rtklib.h
+rcvraw.o   : $(SRC)/rtklib.h
+novatel.o  : $(SRC)/rtklib.h
+ublox.o    : $(SRC)/rtklib.h
+ss2.o      : $(SRC)/rtklib.h
+crescent.o : $(SRC)/rtklib.h
+skytraq.o  : $(SRC)/rtklib.h
+gw10.o     : $(SRC)/rtklib.h
+javad.o    : $(SRC)/rtklib.h
+nvs.o      : $(SRC)/rtklib.h
+binex.o    : $(SRC)/rtklib.h
+rt17.o     : $(SRC)/rtklib.h
+rtcm.o     : $(SRC)/rtklib.h
+rtcm2.o    : $(SRC)/rtklib.h
+rtcm3.o    : $(SRC)/rtklib.h
+rtcm3e.o   : $(SRC)/rtklib.h
+preceph.o  : $(SRC)/rtklib.h
+
+install:
+	cp str2str $(BINDIR)
+
+#DEVICE=ttyACM0
+DEVICE=ttyS1:115200:8:n:1:off
+#DEVICE=ttyUSB0:115200:8:n:1:off
+
+test1:
+	./str2str -in serial://$(DEVICE) -out file://test1.out -t 2
+
+test2:
+	./str2str -in serial://$(DEVICE) -out tcpsvr://:2102 -c ../../../data/oem4_raw_10hz.cmd -t 5
+
+test3:
+	./str2str -in serial://$(DEVICE) -out ntrips://:sesam@localhost:8000/BUCU0 -c ../../../data/oem4_raw_10hz.cmd -t 5
+
+test4:
+	./str2str -in ../oem6_20121107.gps#nov -out oem6_20121107.rtcm3#rtcm3 -sta 123 -msg "1077(10),1087(10),1097(10),1107(10),1117(10),1019,1020"
+
+test5:
+	./str2str -in ../oem6_20121107.gps#nov -out oem6_20121107_gal.rtcm3#rtcm3 -msg "1097(10)"
+
+test6:
+	./str2str -in serial://ttyS54:115200#nov -out tcpsvr://:2103#rtcm3 -c ../../../data/oem4_raw_10hz.cmd
+
+clean:
+	rm -f str2str str2str.exe *.o *.out *.trace
+
diff --git a/app/str2str/str2str.c b/app/str2str/str2str.c
new file mode 100644
index 0000000..b09a8f5
--- /dev/null
+++ b/app/str2str/str2str.c
@@ -0,0 +1,323 @@
+/*------------------------------------------------------------------------------
+* str2str.c : console version of stream server
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:54:53 $
+* history : 2009/06/17  1.0  new
+*           2011/05/29  1.1  add -f, -l and -x option
+*           2011/11/29  1.2  fix bug on recognize ntrips:// (rtklib_2.4.1_p4)
+*           2012/12/25  1.3  add format conversion functions
+*                            add -msg, -opt and -sta options
+*                            modify -p option
+*           2013/01/25  1.4  fix bug on showing message
+*           2014/02/21  1.5  ignore SIG_HUP
+*           2014/08/10  1.5  fix bug on showing message
+*           2014/08/26  1.6  support input format gw10, binex and rt17
+*           2014/10/14  1.7  use stdin or stdout if option -in or -out omitted
+*           2014/11/08  1.8  add option -a, -i and -o
+*           2015/03/23  1.9  fix bug on parsing of command line options
+*           2016/01/23  1.10 enable septentrio
+*           2016/01/26  1.11 fix bug on station position by -p option (#126)
+*                            add option -px
+*-----------------------------------------------------------------------------*/
+#include <signal.h>
+#include <unistd.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define PRGNAME     "str2str"          /* program name */
+#define MAXSTR      5                  /* max number of streams */
+#define MAXRCVCMD   4096               /* max length of receiver command */
+#define TRFILE      "str2str.trace"    /* trace file */
+
+/* global variables ----------------------------------------------------------*/
+static strsvr_t strsvr;                /* stream server */
+static volatile int intrflg=0;         /* interrupt flag */
+
+/* help text -----------------------------------------------------------------*/
+static const char *help[]={
+"",
+" usage: str2str [-in stream] [-out stream [-out stream...]] [options]",
+"",
+" Input data from a stream and divide and output them to multiple streams",
+" The input stream can be serial, tcp client, tcp server, ntrip client, or",
+" file. The output stream can be serial, tcp client, tcp server, ntrip server,",
+" or file. str2str is a resident type application. To stop it, type ctr-c in",
+" console if run foreground or send signal SIGINT for background process.",
+" if run foreground or send signal SIGINT for background process.",
+" if both of the input stream and the output stream follow #format, the",
+" format of input messages are converted to output. To specify the output",
+" messages, use -msg option. If the option -in or -out omitted, stdin for",
+" input or stdout for output is used.",
+" Command options are as follows.",
+"",
+" -in  stream[#format] input  stream path and format",
+" -out stream[#format] output stream path and format",
+"",
+"  stream path",
+"    serial       : serial://port[:brate[:bsize[:parity[:stopb[:fctr]]]]]",
+"    tcp server   : tcpsvr://:port",
+"    tcp client   : tcpcli://addr[:port]",
+"    ntrip client : ntrip://[user[:passwd]@]addr[:port][/mntpnt]",
+"    ntrip server : ntrips://[:passwd@]addr[:port][/mntpnt[:str]] (only out)",
+"    file         : [file://]path[::T][::+start][::xseppd][::S=swap]",
+"",
+"  format",
+"    rtcm2        : RTCM 2 (only in)",
+"    rtcm3        : RTCM 3",
+"    nov          : NovAtel OEMV/4/6,OEMStar (only in)",
+"    oem3         : NovAtel OEM3 (only in)",
+"    ubx          : ublox LEA-4T/5T/6T (only in)",
+"    ss2          : NovAtel Superstar II (only in)",
+"    hemis        : Hemisphere Eclipse/Crescent (only in)",
+"    stq          : SkyTraq S1315F (only in)",
+"    gw10         : Furuno GW10 (only in)",
+"    javad        : Javad (only in)",
+"    nvs          : NVS BINR (only in)",
+"    binex        : BINEX (only in)",
+"    rt17         : Trimble RT17 (only in)",
+"    sbf          : Septentrio SBF (only in)",
+"",
+" -msg \"type[(tint)][,type[(tint)]...]\"",
+"                   rtcm message types and output intervals (s)",
+" -sta sta          station id",
+" -opt opt          receiver dependent options",
+" -s  msec          timeout time (ms) [10000]",
+" -r  msec          reconnect interval (ms) [10000]",
+" -n  msec          nmea request cycle (m) [0]",
+" -f  sec           file swap margin (s) [30]",
+" -c  file          receiver commands file [no]",
+" -p  lat lon hgt   station position (latitude/longitude/height) (deg,m)",
+" -px x y z         station position (x/y/z-ecef) (m)",
+" -a  antinfo       antenna info (separated by ,)",
+" -i  rcvinfo       receiver info (separated by ,)",
+" -o  e n u         antenna offset (e,n,u) (m)",
+" -l  local_dir     ftp/http local directory []",
+" -x  proxy_addr    http/ntrip proxy address [no]",
+" -t  level         trace level [0]",
+" -h                print help",
+};
+/* print help ----------------------------------------------------------------*/
+static void printhelp(void)
+{
+    int i;
+    for (i=0;i<sizeof(help)/sizeof(*help);i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* signal handler ------------------------------------------------------------*/
+static void sigfunc(int sig)
+{
+    intrflg=1;
+}
+/* decode format -------------------------------------------------------------*/
+static void decodefmt(char *path, int *fmt)
+{
+    char *p;
+    
+    *fmt=-1;
+    
+    if ((p=strrchr(path,'#'))) {
+        if      (!strcmp(p,"#rtcm2")) *fmt=STRFMT_RTCM2;
+        else if (!strcmp(p,"#rtcm3")) *fmt=STRFMT_RTCM3;
+        else if (!strcmp(p,"#nov"  )) *fmt=STRFMT_OEM4;
+        else if (!strcmp(p,"#oem3" )) *fmt=STRFMT_OEM3;
+        else if (!strcmp(p,"#ubx"  )) *fmt=STRFMT_UBX;
+        else if (!strcmp(p,"#ss2"  )) *fmt=STRFMT_SS2;
+        else if (!strcmp(p,"#hemis")) *fmt=STRFMT_CRES;
+        else if (!strcmp(p,"#stq"  )) *fmt=STRFMT_STQ;
+        else if (!strcmp(p,"#gw10" )) *fmt=STRFMT_GW10;
+        else if (!strcmp(p,"#javad")) *fmt=STRFMT_JAVAD;
+        else if (!strcmp(p,"#nvs"  )) *fmt=STRFMT_NVS;
+        else if (!strcmp(p,"#binex")) *fmt=STRFMT_BINEX;
+        else if (!strcmp(p,"#rt17" )) *fmt=STRFMT_RT17;
+        else if (!strcmp(p,"#sbf"  )) *fmt=STRFMT_SEPT;
+        else return;
+        *p='\0';
+    }
+}
+/* decode stream path --------------------------------------------------------*/
+static int decodepath(const char *path, int *type, char *strpath, int *fmt)
+{
+    char buff[1024],*p;
+    
+    strcpy(buff,path);
+    
+    /* decode format */
+    decodefmt(buff,fmt);
+    
+    /* decode type */
+    if (!(p=strstr(buff,"://"))) {
+        strcpy(strpath,buff);
+        *type=STR_FILE;
+        return 1;
+    }
+    if      (!strncmp(path,"serial",6)) *type=STR_SERIAL;
+    else if (!strncmp(path,"tcpsvr",6)) *type=STR_TCPSVR;
+    else if (!strncmp(path,"tcpcli",6)) *type=STR_TCPCLI;
+    else if (!strncmp(path,"ntrips",6)) *type=STR_NTRIPSVR;
+    else if (!strncmp(path,"ntrip", 5)) *type=STR_NTRIPCLI;
+    else if (!strncmp(path,"file",  4)) *type=STR_FILE;
+    else {
+        fprintf(stderr,"stream path error: %s\n",buff);
+        return 0;
+    }
+    strcpy(strpath,p+3);
+    return 1;
+}
+/* read receiver commands ----------------------------------------------------*/
+static void readcmd(const char *file, char *cmd, int type)
+{
+    FILE *fp;
+    char buff[MAXSTR],*p=cmd;
+    int i=0;
+    
+    *p='\0';
+    
+    if (!(fp=fopen(file,"r"))) return;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (*buff=='@') i=1;
+        else if (i==type&&p+strlen(buff)+1<cmd+MAXRCVCMD) {
+            p+=sprintf(p,"%s",buff);
+        }
+    }
+    fclose(fp);
+}
+/* str2str -------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    static char cmd[MAXRCVCMD]="";
+    const char ss[]={'E','-','W','C','C'};
+    strconv_t *conv[MAXSTR]={NULL};
+    double pos[3],stapos[3]={0},stadel[3]={0};
+    char *paths[MAXSTR],s[MAXSTR][MAXSTRPATH]={{0}},*cmdfile="";
+    char *local="",*proxy="",*msg="1004,1019",*opt="",buff[256],*p;
+    char strmsg[MAXSTRMSG]="",*antinfo="",*rcvinfo="";
+    char *ant[]={"","",""},*rcv[]={"","",""};
+    int i,j,n=0,dispint=5000,trlevel=0,opts[]={10000,10000,2000,32768,10,0,30};
+    int types[MAXSTR]={STR_FILE,STR_FILE},stat[MAXSTR]={0},byte[MAXSTR]={0};
+    int bps[MAXSTR]={0},fmts[MAXSTR]={0},sta=0;
+    
+    for (i=0;i<MAXSTR;i++) paths[i]=s[i];
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-in")&&i+1<argc) {
+            if (!decodepath(argv[++i],types,paths[0],fmts)) return -1;
+        }
+        else if (!strcmp(argv[i],"-out")&&i+1<argc&&n<MAXSTR-1) {
+            if (!decodepath(argv[++i],types+n+1,paths[n+1],fmts+n+1)) return -1;
+            n++;
+        }
+        else if (!strcmp(argv[i],"-p")&&i+3<argc) {
+            pos[0]=atof(argv[++i])*D2R;
+            pos[1]=atof(argv[++i])*D2R;
+            pos[2]=atof(argv[++i]);
+            pos2ecef(pos,stapos);
+        }
+        else if (!strcmp(argv[i],"-px")&&i+3<argc) {
+            stapos[0]=atof(argv[++i]);
+            stapos[1]=atof(argv[++i]);
+            stapos[2]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o")&&i+3<argc) {
+            stadel[0]=atof(argv[++i]);
+            stadel[1]=atof(argv[++i]);
+            stadel[2]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-msg")&&i+1<argc) msg=argv[++i];
+        else if (!strcmp(argv[i],"-opt")&&i+1<argc) opt=argv[++i];
+        else if (!strcmp(argv[i],"-sta")&&i+1<argc) sta=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-d"  )&&i+1<argc) dispint=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-s"  )&&i+1<argc) opts[0]=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-r"  )&&i+1<argc) opts[1]=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-n"  )&&i+1<argc) opts[5]=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-f"  )&&i+1<argc) opts[6]=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-c"  )&&i+1<argc) cmdfile=argv[++i];
+        else if (!strcmp(argv[i],"-a"  )&&i+1<argc) antinfo=argv[++i];
+        else if (!strcmp(argv[i],"-i"  )&&i+1<argc) rcvinfo=argv[++i];
+        else if (!strcmp(argv[i],"-l"  )&&i+1<argc) local=argv[++i];
+        else if (!strcmp(argv[i],"-x"  )&&i+1<argc) proxy=argv[++i];
+        else if (!strcmp(argv[i],"-t"  )&&i+1<argc) trlevel=atoi(argv[++i]);
+        else if (*argv[i]=='-') printhelp();
+    }
+    if (n<=0) n=1; /* stdout */
+    
+    for (i=0;i<n;i++) {
+        if (fmts[i+1]<=0) continue;
+        if (fmts[i+1]!=STRFMT_RTCM3) {
+            fprintf(stderr,"unsupported output format\n");
+            return -1;
+        }
+        if (fmts[0]<0) {
+            fprintf(stderr,"specify input format\n");
+            return -1;
+        }
+        if (!(conv[i]=strconvnew(fmts[0],fmts[i+1],msg,sta,sta!=0,opt))) {
+            fprintf(stderr,"stream conversion error\n");
+            return -1;
+        }
+        strcpy(buff,antinfo);
+        for (p=strtok(buff,","),j=0;p&&j<3;p=strtok(NULL,",")) ant[j++]=p;
+        strcpy(conv[i]->out.sta.antdes,ant[0]);
+        strcpy(conv[i]->out.sta.antsno,ant[1]);
+        conv[i]->out.sta.antsetup=atoi(ant[2]);
+        strcpy(buff,rcvinfo);
+        for (p=strtok(buff,","),j=0;p&&j<3;p=strtok(NULL,",")) rcv[j++]=p;
+        strcpy(conv[i]->out.sta.rectype,rcv[0]);
+        strcpy(conv[i]->out.sta.recver ,rcv[1]);
+        strcpy(conv[i]->out.sta.recsno ,rcv[2]);
+        matcpy(conv[i]->out.sta.pos,stapos,3,1);
+        matcpy(conv[i]->out.sta.del,stadel,3,1);
+    }
+    signal(SIGTERM,sigfunc);
+    signal(SIGINT ,sigfunc);
+    signal(SIGHUP ,SIG_IGN);
+    signal(SIGPIPE,SIG_IGN);
+    
+    strsvrinit(&strsvr,n+1);
+    
+    if (trlevel>0) {
+        traceopen(TRFILE);
+        tracelevel(trlevel);
+    }
+    fprintf(stderr,"stream server start\n");
+    
+    strsetdir(local);
+    strsetproxy(proxy);
+    
+    if (*cmdfile) readcmd(cmdfile,cmd,0);
+    
+    /* start stream server */
+    if (!strsvrstart(&strsvr,opts,types,paths,conv,*cmd?cmd:NULL,stapos)) {
+        fprintf(stderr,"stream server start error\n");
+        return -1;
+    }
+    for (intrflg=0;!intrflg;) {
+        
+        /* get stream server status */
+        strsvrstat(&strsvr,stat,byte,bps,strmsg);
+        
+        /* show stream server status */
+        for (i=0,p=buff;i<MAXSTR;i++) p+=sprintf(p,"%c",ss[stat[i]+1]);
+        
+        fprintf(stderr,"%s [%s] %10d B %7d bps %s\n",
+                time_str(utc2gpst(timeget()),0),buff,byte[0],bps[0],strmsg);
+        
+        sleepms(dispint);
+    }
+    if (*cmdfile) readcmd(cmdfile,cmd,1);
+    
+    /* stop stream server */
+    strsvrstop(&strsvr,*cmd?cmd:NULL);
+    
+    for (i=0;i<n;i++) {
+        strconvfree(conv[i]);
+    }
+    if (trlevel>0) {
+        traceclose();
+    }
+    fprintf(stderr,"stream server stop\n");
+    return 0;
+}
diff --git a/app/strsvr/clean.bat b/app/strsvr/clean.bat
new file mode 100644
index 0000000..ca7e129
--- /dev/null
+++ b/app/strsvr/clean.bat
@@ -0,0 +1,12 @@
+del Release_Build\*.obj
+del Release_Build\*.tds
+del Release_Build\*.exe
+del Release_Build\*.il*
+del Release_Build\*.map
+del Release_Build\*.ini
+del Debug_Build\*.obj
+del Debug_Build\*.tds
+del Debug_Build\*.exe
+del Debug_Build\*.il*
+del Debug_Build\*.map
+del Debug_Build\*.ini
diff --git a/app/strsvr/convdlg.cpp b/app/strsvr/convdlg.cpp
new file mode 100644
index 0000000..2510ec6
--- /dev/null
+++ b/app/strsvr/convdlg.cpp
@@ -0,0 +1,62 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "convdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TConvDialog *ConvDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TConvDialog::TConvDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+	int i;
+	for (i=0;i<=MAXRCVFMT;i++) {
+		InFormat->Items->Add(formatstrs[i]);
+	}
+	InFormat->ItemIndex=0;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::FormShow(TObject *Sender)
+{
+	AnsiString s;
+	Conversion->Checked=ConvEna;
+	InFormat ->ItemIndex=ConvInp;
+	OutFormat->ItemIndex=ConvOut;
+	OutMsgs->Text=ConvMsg;
+	Options->Text=ConvOpt;
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::BtnOkClick(TObject *Sender)
+{
+	ConvEna=Conversion->Checked;
+	ConvInp=InFormat->ItemIndex;
+	ConvOut=OutFormat->ItemIndex;
+	ConvMsg=OutMsgs->Text;
+	ConvOpt=Options->Text;
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::ConversionClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TConvDialog::UpdateEnable(void)
+{
+	InFormat ->Enabled=Conversion->Checked;
+	OutFormat->Enabled=Conversion->Checked;
+	OutMsgs  ->Enabled=Conversion->Checked;
+	Options  ->Enabled=Conversion->Checked;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/strsvr/convdlg.h b/app/strsvr/convdlg.h
new file mode 100644
index 0000000..381447c
--- /dev/null
+++ b/app/strsvr/convdlg.h
@@ -0,0 +1,40 @@
+//---------------------------------------------------------------------------
+#ifndef convdlgH
+#define convdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <Vcl.Graphics.hpp>
+//---------------------------------------------------------------------------
+class TConvDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TCheckBox *Conversion;
+	TComboBox *InFormat;
+	TComboBox *OutFormat;
+	TLabel *Label2;
+	TLabel *Label10;
+	TEdit *Options;
+	TLabel *Label4;
+	TEdit *OutMsgs;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall ConversionClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	AnsiString ConvMsg,ConvOpt,AntType,RcvType;
+	int ConvEna,ConvInp,ConvOut,StaId;
+	double AntPos[3],AntOff[3];
+	
+	__fastcall TConvDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TConvDialog *ConvDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr/install.bat b/app/strsvr/install.bat
new file mode 100644
index 0000000..a906323
--- /dev/null
+++ b/app/strsvr/install.bat
@@ -0,0 +1 @@
+copy Release_Build\strsvr.exe ..\..\bin
diff --git a/app/strsvr/strsvr.cbproj b/app/strsvr/strsvr.cbproj
new file mode 100644
index 0000000..4ff0948
--- /dev/null
+++ b/app/strsvr/strsvr.cbproj
@@ -0,0 +1,382 @@
+	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+		<PropertyGroup>
+			<ProjectGuid>{6CC55884-96E0-4A72-9A4A-8E61C5FF5950}</ProjectGuid>
+			<ProjectType>CppVCLApplication</ProjectType>
+			<MainSource>strsvr.cpp</MainSource>
+			<Base>True</Base>
+			<Config Condition="'$(Config)'==''">Release</Config>
+			<FrameworkType>VCL</FrameworkType>
+			<ProjectVersion>13.4</ProjectVersion>
+			<Platform Condition="'$(Platform)'==''">Win32</Platform>
+			<TargetedPlatforms>1</TargetedPlatforms>
+			<AppType>Application</AppType>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+			<Base_Win32>true</Base_Win32>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
+			<Cfg_1>true</Cfg_1>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+			<Cfg_1_Win32>true</Cfg_1_Win32>
+			<CfgParent>Cfg_1</CfgParent>
+			<Cfg_1>true</Cfg_1>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
+			<Cfg_2>true</Cfg_2>
+			<CfgParent>Base</CfgParent>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
+			<Cfg_2_Win32>true</Cfg_2_Win32>
+			<CfgParent>Cfg_2</CfgParent>
+			<Cfg_2>true</Cfg_2>
+			<Base>true</Base>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base)'!=''">
+			<IncludePath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(IncludePath)</IncludePath>
+			<ILINK_LibraryPath>..\..\src\rcv\;..\appcmn\;..\..\src\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<BCC_waus>false</BCC_waus>
+			<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+			<BCC_weff>false</BCC_weff>
+			<BCC_wpar>false</BCC_wpar>
+			<UsingDelphiRTL>true</UsingDelphiRTL>
+			<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
+			<BCC_PCHUsage>None</BCC_PCHUsage>
+			<Icon_MainIcon>strsvr_Icon.ico</Icon_MainIcon>
+			<VerInfo_Locale>1041</VerInfo_Locale>
+			<Manifest_File>None</Manifest_File>
+			<BCC_wpia>false</BCC_wpia>
+			<BCC_wpin>true</BCC_wpin>
+			<TASM_IncludePath>..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(TASM_IncludePath)</TASM_IncludePath>
+			<DCC_ObjPath>..\..\extlex;..\..\qzslex;..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(DCC_ObjPath)</DCC_ObjPath>
+			<PackageImports>vclx.bpi;vcl.bpi;rtl.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;xmlrtl.bpi;vclie.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;dsnap.bpi;bdertl.bpi;vcldbx.bpi;$(PackageImports)</PackageImports>
+			<TASM_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;$(TASM_Defines)</TASM_Defines>
+			<BRCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;$(BRCC_Defines)</BRCC_Defines>
+			<ILINK_AppType>Windows</ILINK_AppType>
+			<BCC_Defines>_RTLDLL;NO_STRICT;WIN32;TRACE;ENAGLO;ENAQZS;ENAGAL;ENACMP;NFREQ=3;NEXOBS=3;$(BCC_Defines)</BCC_Defines>
+			<BRCC_IncludePath>..\..\src\rcv;..\appcmn;..\..\src;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(BRCC_IncludePath)</BRCC_IncludePath>
+			<BCC_PCHWithExternalTypeFiles>false</BCC_PCHWithExternalTypeFiles>
+			<BCC_UserSuppliedOptions> -tWM</BCC_UserSuppliedOptions>
+			<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
+			<DCC_IncludePath>..\..\extlex;..\..\qzslex;..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
+			<ILINK_ObjectSearchPath>..\..\extlex;..\..\qzslex;..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(ILINK_ObjectSearchPath)</ILINK_ObjectSearchPath>
+			<BCC_SmartPCHCache>false</BCC_SmartPCHCache>
+			<AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
+			<OutputExt>exe</OutputExt>
+			<DCC_UnitSearchPath>..\..\extlex;..\..\qzslex;..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;C:\Users\ttaka\Documents\Borland Studio Projects;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+			<DCC_ResourcePath>..\..\extlex;..\..\qzslex;..\..\src\rcv;..\appcmn;..\..\src;G:\rtklib_2.1.1\app\rtksvr;$(DCC_ResourcePath)</DCC_ResourcePath>
+			<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Base_Win32)'!=''">
+			<Debugger_RunParams>-x 2</Debugger_RunParams>
+			<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
+			<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1)'!=''">
+			<DCC_AdditionalSwitches> -V</DCC_AdditionalSwitches>
+			<BCC_UserSuppliedOptions> -tWM -k</BCC_UserSuppliedOptions>
+			<DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
+			<IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
+			<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
+			<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
+			<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
+			<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
+			<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
+			<TASM_Debugging>Full</TASM_Debugging>
+			<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
+			<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+			<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
+			<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2)'!=''">
+			<DCC_AdditionalSwitches> -$O+</DCC_AdditionalSwitches>
+			<IntermediateOutputDir>Release_Build</IntermediateOutputDir>
+			<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
+			<BCC_UserSuppliedOptions> -tWM -r</BCC_UserSuppliedOptions>
+			<TASM_Debugging>None</TASM_Debugging>
+			<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
+			<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
+		</PropertyGroup>
+		<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+			<Debugger_RunParams>-tray</Debugger_RunParams>
+			<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+			<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
+			<VerInfo_Locale>1033</VerInfo_Locale>
+			<LinkPackageStatics>rtl.lib;vcl.lib;vclx.lib</LinkPackageStatics>
+		</PropertyGroup>
+		<ItemGroup>
+			<CppCompile Include="..\appcmn\aboutdlg.cpp">
+				<BuildOrder>31</BuildOrder>
+				<Form>AboutDialog</Form>
+				<DependentOn>..\appcmn\aboutdlg.h</DependentOn>
+				<BuildOrder>11</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\cmdoptdlg.cpp">
+				<BuildOrder>6</BuildOrder>
+				<Form>CmdOptDialog</Form>
+				<DependentOn>..\appcmn\cmdoptdlg.h</DependentOn>
+				<BuildOrder>20</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\confdlg.cpp">
+				<BuildOrder>32</BuildOrder>
+				<Form>ConfDialog</Form>
+				<DependentOn>..\appcmn\confdlg.h</DependentOn>
+				<BuildOrder>10</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\console.cpp">
+				<BuildOrder>25</BuildOrder>
+				<Form>Console</Form>
+				<DependentOn>..\appcmn\console.h</DependentOn>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\fileoptdlg.cpp">
+				<BuildOrder>7</BuildOrder>
+				<Form>FileOptDialog</Form>
+				<DependentOn>..\appcmn\fileoptdlg.h</DependentOn>
+				<BuildOrder>19</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\ftpoptdlg.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>FtpOptDialog</Form>
+				<DependentOn>..\appcmn\ftpoptdlg.h</DependentOn>
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\keydlg.cpp">
+				<BuildOrder>24</BuildOrder>
+				<Form>KeyDialog</Form>
+				<DependentOn>..\appcmn\keydlg.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\refdlg.cpp">
+				<BuildOrder>28</BuildOrder>
+				<Form>RefDialog</Form>
+				<DependentOn>..\appcmn\refdlg.h</DependentOn>
+				<BuildOrder>14</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\serioptdlg.cpp">
+				<BuildOrder>8</BuildOrder>
+				<Form>SerialOptDialog</Form>
+				<DependentOn>..\appcmn\serioptdlg.h</DependentOn>
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\appcmn\tcpoptdlg.cpp">
+				<BuildOrder>22</BuildOrder>
+				<Form>TcpOptDialog</Form>
+				<DependentOn>..\appcmn\tcpoptdlg.h</DependentOn>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="convdlg.cpp">
+				<BuildOrder>9</BuildOrder>
+				<Form>ConvDialog</Form>
+				<DependentOn>convdlg.h</DependentOn>
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="strsvr.cpp">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>0</BuildOrder>
+			</CppCompile>
+			<ResFiles Include="strsvr.res">
+				<BuildOrder>-1</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</ResFiles>
+			<CppCompile Include="svrmain.cpp">
+				<BuildOrder>24</BuildOrder>
+				<Form>MainForm</Form>
+				<DependentOn>svrmain.h</DependentOn>
+				<BuildOrder>2</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="svroptdlg.cpp">
+				<BuildOrder>5</BuildOrder>
+				<Form>SvrOptDialog</Form>
+				<DependentOn>svroptdlg.h</DependentOn>
+				<BuildOrder>17</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\geoid.c">
+				<BuildOrder>25</BuildOrder>
+				<BuildOrder>13</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\preceph.c">
+				<BuildOrder>33</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcvraw.c">
+				<BuildOrder>16</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\binex.c">
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\crescent.c">
+				<BuildOrder>27</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\gw10.c">
+				<BuildOrder>28</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\javad.c">
+				<BuildOrder>29</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\novatel.c">
+				<BuildOrder>30</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\nvs.c">
+				<BuildOrder>31</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\rt17.c">
+				<BuildOrder>36</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\septentrio.c">
+				<BuildOrder>37</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\skytraq.c">
+				<BuildOrder>33</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ss2.c">
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rcv\ublox.c">
+				<BuildOrder>35</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm.c">
+				<BuildOrder>31</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm2.c">
+				<BuildOrder>32</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3.c">
+				<BuildOrder>33</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtcm3e.c">
+				<BuildOrder>34</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\rtkcmn.c">
+				<BuildOrder>3</BuildOrder>
+				<BuildOrder>23</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\sbas.c">
+				<BuildOrder>21</BuildOrder>
+				<BuildOrder>1</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\solution.c">
+				<BuildOrder>26</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\stream.c">
+				<BuildOrder>4</BuildOrder>
+				<BuildOrder>18</BuildOrder>
+			</CppCompile>
+			<CppCompile Include="..\..\src\streamsvr.c">
+				<BuildOrder>26</BuildOrder>
+				<BuildOrder>12</BuildOrder>
+			</CppCompile>
+			<FormResources Include="..\appcmn\keydlg.dfm"/>
+			<FormResources Include="..\appcmn\ftpoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\serioptdlg.dfm"/>
+			<FormResources Include="..\appcmn\refdlg.dfm"/>
+			<FormResources Include="..\appcmn\fileoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\cmdoptdlg.dfm"/>
+			<FormResources Include="..\appcmn\aboutdlg.dfm"/>
+			<FormResources Include="..\appcmn\console.dfm"/>
+			<FormResources Include="..\appcmn\confdlg.dfm"/>
+			<FormResources Include="svroptdlg.dfm"/>
+			<FormResources Include="svrmain.dfm"/>
+			<FormResources Include="convdlg.dfm"/>
+			<FormResources Include="..\appcmn\tcpoptdlg.dfm"/>
+			<BuildConfiguration Include="Release">
+				<Key>Cfg_2</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Base">
+				<Key>Base</Key>
+			</BuildConfiguration>
+			<BuildConfiguration Include="Debug">
+				<Key>Cfg_1</Key>
+				<CfgParent>Base</CfgParent>
+			</BuildConfiguration>
+		</ItemGroup>
+		<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
+		<ProjectExtensions>
+			<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
+			<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
+			<BorlandProject>
+				<CPlusPlusBuilder.Personality>
+					<VersionInfo>
+						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
+						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
+						<VersionInfo Name="MajorVer">1</VersionInfo>
+						<VersionInfo Name="MinorVer">0</VersionInfo>
+						<VersionInfo Name="Release">0</VersionInfo>
+						<VersionInfo Name="Build">0</VersionInfo>
+						<VersionInfo Name="Debug">False</VersionInfo>
+						<VersionInfo Name="PreRelease">False</VersionInfo>
+						<VersionInfo Name="Special">False</VersionInfo>
+						<VersionInfo Name="Private">False</VersionInfo>
+						<VersionInfo Name="DLL">False</VersionInfo>
+						<VersionInfo Name="Locale">1041</VersionInfo>
+						<VersionInfo Name="CodePage">932</VersionInfo>
+					</VersionInfo>
+					<VersionInfoKeys>
+						<VersionInfoKeys Name="CompanyName"/>
+						<VersionInfoKeys Name="FileDescription"/>
+						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="InternalName"/>
+						<VersionInfoKeys Name="LegalCopyright"/>
+						<VersionInfoKeys Name="LegalTrademarks"/>
+						<VersionInfoKeys Name="OriginalFilename"/>
+						<VersionInfoKeys Name="ProductName"/>
+						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
+						<VersionInfoKeys Name="Comments"/>
+					</VersionInfoKeys>
+					<Debugging>
+						<Debugging Name="DebugSourceDirs"/>
+					</Debugging>
+					<Parameters>
+						<Parameters Name="RunParams">-t NovAtel</Parameters>
+						<Parameters Name="Launcher"/>
+						<Parameters Name="UseLauncher">False</Parameters>
+						<Parameters Name="DebugCWD"/>
+						<Parameters Name="HostApplication"/>
+						<Parameters Name="RemoteHost"/>
+						<Parameters Name="RemotePath"/>
+						<Parameters Name="RemoteParams"/>
+						<Parameters Name="RemoteLauncher"/>
+						<Parameters Name="UseRemoteLauncher">False</Parameters>
+						<Parameters Name="RemoteCWD"/>
+						<Parameters Name="RemoteDebug">False</Parameters>
+						<Parameters Name="Debug Symbols Search Path"/>
+						<Parameters Name="LoadAllSymbols">True</Parameters>
+						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
+					</Parameters>
+					<Excluded_Packages/>
+					<ProjectProperties>
+						<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
+						<ProjectProperties Name="ManagePaths">True</ProjectProperties>
+						<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
+					</ProjectProperties>
+					<Source>
+						<Source Name="MainSource">strsvr.cpp</Source>
+					</Source>
+				</CPlusPlusBuilder.Personality>
+				<Platforms>
+					<Platform value="Win32">True</Platform>
+				</Platforms>
+			</BorlandProject>
+			<ProjectFileVersion>12</ProjectFileVersion>
+		</ProjectExtensions>
+		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
+	</Project>
diff --git a/app/strsvr/strsvr.cbproj.local b/app/strsvr/strsvr.cbproj.local
new file mode 100644
index 0000000..5a4f3d5
--- /dev/null
+++ b/app/strsvr/strsvr.cbproj.local
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<BorlandProject>
+	<Transactions>
+    <Transaction>2014/08/26 09:32:29.000.219,=D:\proj\RTKLIB\src\rcv\rt17.c</Transaction>
+    <Transaction>2016/01/23 12:02:38.000.380,=D:\proj\RTKLIB\src\rcv\septentrio.c</Transaction>
+  </Transactions>
+</BorlandProject>
diff --git a/app/strsvr/strsvr.cpp b/app/strsvr/strsvr.cpp
new file mode 100644
index 0000000..f08e014
--- /dev/null
+++ b/app/strsvr/strsvr.cpp
@@ -0,0 +1,66 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+USEFORM("..\appcmn\keydlg.cpp", KeyDialog);
+USEFORM("..\appcmn\ftpoptdlg.cpp", FtpOptDialog);
+USEFORM("..\appcmn\serioptdlg.cpp", SerialOptDialog);
+USEFORM("..\appcmn\refdlg.cpp", RefDialog);
+USEFORM("..\appcmn\fileoptdlg.cpp", FileOptDialog);
+USEFORM("..\appcmn\cmdoptdlg.cpp", CmdOptDialog);
+USEFORM("..\appcmn\aboutdlg.cpp", AboutDialog);
+USEFORM("..\appcmn\console.cpp", Console);
+USEFORM("..\appcmn\confdlg.cpp", ConfDialog);
+USEFORM("svroptdlg.cpp", SvrOptDialog);
+USEFORM("svrmain.cpp", MainForm);
+USEFORM("convdlg.cpp", ConvDialog);
+USEFORM("..\appcmn\tcpoptdlg.cpp", TcpOptDialog);
+//---------------------------------------------------------------------------
+WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
+{
+	try
+	{
+		Application->Initialize();
+		Application->Title = "STRSVR";
+		Application->CreateForm(__classid(TMainForm), &MainForm);
+		Application->CreateForm(__classid(TSvrOptDialog), &SvrOptDialog);
+		Application->CreateForm(__classid(TCmdOptDialog), &CmdOptDialog);
+		Application->CreateForm(__classid(TFileOptDialog), &FileOptDialog);
+		Application->CreateForm(__classid(TSerialOptDialog), &SerialOptDialog);
+		Application->CreateForm(__classid(TFtpOptDialog), &FtpOptDialog);
+		Application->CreateForm(__classid(TConfDialog), &ConfDialog);
+		Application->CreateForm(__classid(TAboutDialog), &AboutDialog);
+		Application->CreateForm(__classid(TRefDialog), &RefDialog);
+		Application->CreateForm(__classid(TTcpOptDialog), &TcpOptDialog);
+		Application->CreateForm(__classid(TKeyDialog), &KeyDialog);
+		Application->CreateForm(__classid(TConsole), &Console);
+		Application->CreateForm(__classid(TConvDialog), &ConvDialog);
+		Application->Run();
+	}
+	catch (Exception &exception)
+	{
+		Application->ShowException(&exception);
+	}
+	catch (...)
+	{
+		try
+		{
+			throw Exception("");
+		}
+		catch (Exception &exception)
+		{
+			Application->ShowException(&exception);
+		}
+	}
+	return 0;
+}
+//---------------------------------------------------------------------------
diff --git a/app/strsvr/strsvr.res b/app/strsvr/strsvr.res
new file mode 100644
index 0000000..9590a5b
Binary files /dev/null and b/app/strsvr/strsvr.res differ
diff --git a/app/strsvr/strsvr_Icon.ico b/app/strsvr/strsvr_Icon.ico
new file mode 100644
index 0000000..cf94106
Binary files /dev/null and b/app/strsvr/strsvr_Icon.ico differ
diff --git a/app/strsvr/svrmain.cpp b/app/strsvr/svrmain.cpp
new file mode 100644
index 0000000..9a4583b
--- /dev/null
+++ b/app/strsvr/svrmain.cpp
@@ -0,0 +1,757 @@
+//---------------------------------------------------------------------------
+// strsvr : stream server
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//
+// options : strsvr [-t title][-i file][-auto][-tray]
+//
+//           -t title   window title
+//           -i file    ini file path
+//           -auto      auto start
+//           -tray      start as task tray icon
+//
+// version : $Revision:$ $Date:$
+// history : 2008/04/03  1.1 rtklib 2.3.1
+//           2010/07/18  1.2 rtklib 2.4.0
+//           2011/06/10  1.3 rtklib 2.4.1
+//           2012/12/15  1.4 rtklib 2.4.2
+//                       add stream conversion function
+//                       add option -auto and -tray
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <inifiles.hpp>
+#include <mmsystem.h>
+#include <stdio.h>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "svroptdlg.h"
+#include "serioptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "ftpoptdlg.h"
+#include "confdlg.h"
+#include "cmdoptdlg.h"
+#include "convdlg.h"
+#include "aboutdlg.h"
+#include "refdlg.h"
+#include "console.h"
+#include "svrmain.h"
+
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TMainForm *MainForm;
+
+#define PRGNAME     "STRSVR"        // program name
+#define TRACEFILE   "strsvr.trace"  // debug trace file
+#define CLORANGE    (TColor)0x00AAFF
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+static strsvr_t strsvr;
+
+// number to comma-separated number -----------------------------------------
+static void num2cnum(int num, char *str)
+{
+    char buff[256],*p=buff,*q=str;
+    int i,n;
+    n=sprintf(buff,"%u",(unsigned int)num);
+    for (i=0;i<n;i++) {
+        *q++=*p++;
+        if ((n-i-1)%3==0&&i<n-1) *q++=',';
+    }
+    *q='\0';
+}
+// constructor --------------------------------------------------------------
+__fastcall TMainForm::TMainForm(TComponent* Owner)
+    : TForm(Owner)
+{
+    char file[1024]="strsvr.exe",*p;
+    
+    ::GetModuleFileName(NULL,file,sizeof(file));
+    if (!(p=strrchr(file,'.'))) p=file+strlen(file);
+    strcpy(p,".ini");
+    IniFile=file;
+    
+    DoubleBuffered=true;
+}
+// callback on form create --------------------------------------------------
+void __fastcall TMainForm::FormCreate(TObject *Sender)
+{
+    AnsiString s;
+    int argc=0,autorun=0,tasktray=0;
+    char *p,*argv[32],buff[1024];
+    
+    strsvrinit(&strsvr,3);
+    
+    Caption=s.sprintf("%s ver.%s %s",PRGNAME,VER_RTKLIB,PATCH_LEVEL);
+    
+    strcpy(buff,GetCommandLine());
+    
+    for (p=buff;*p&&argc<32;p++) {
+        if (*p==' ') continue;
+        if (*p=='"') {
+            argv[argc++]=p+1;
+            if (!(p=strchr(p+1,'"'))) break;
+        }
+        else {
+            argv[argc++]=p;
+            if (!(p=strchr(p+1,' '))) break;
+        }
+        *p='\0';
+    }
+    for (int i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-i")&&i+1<argc) IniFile=argv[++i];
+    }
+    LoadOpt();
+    
+    for (int i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-t")&&i+1<argc) Caption=argv[++i];
+        else if (!strcmp(argv[i],"-auto")) autorun=1;
+        else if (!strcmp(argv[i],"-tray")) tasktray=1;
+    }
+    SetTrayIcon(0);
+    
+    if (tasktray) {
+        Application->ShowMainForm=false;
+        TrayIcon->Visible=true;
+    }
+    if (autorun) {
+        SvrStart();
+    }
+}
+// callback on form show ----------------------------------------------------// callback on form close ---------------------------------------------------
+void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
+{
+    SaveOpt();
+}
+// callback on button-exit --------------------------------------------------
+void __fastcall TMainForm::BtnExitClick(TObject *Sender)
+{
+    Close();
+}
+// callback on button-start -------------------------------------------------
+void __fastcall TMainForm::BtnStartClick(TObject *Sender)
+{
+    SvrStart();
+}
+// callback on button-stop --------------------------------------------------
+void __fastcall TMainForm::BtnStopClick(TObject *Sender)
+{
+    SvrStop();
+}
+// callback on button-options -----------------------------------------------
+void __fastcall TMainForm::BtnOptClick(TObject *Sender)
+{
+    for (int i=0;i<6;i++) SvrOptDialog->SvrOpt[i]=SvrOpt[i];
+    for (int i=0;i<3;i++) SvrOptDialog->AntPos[i]=AntPos[i];
+    for (int i=0;i<3;i++) SvrOptDialog->AntOff[i]=AntOff[i];
+    SvrOptDialog->TraceLevel=TraceLevel;
+    SvrOptDialog->NmeaReq=NmeaReq;
+    SvrOptDialog->FileSwapMargin=FileSwapMargin;
+    SvrOptDialog->StaPosFile=StaPosFile;
+    SvrOptDialog->ExeDirectory=ExeDirectory;
+    SvrOptDialog->LocalDirectory=LocalDirectory;
+    SvrOptDialog->ProxyAddress=ProxyAddress;
+    SvrOptDialog->StaId=StaId;
+    SvrOptDialog->StaSel=StaSel;
+    SvrOptDialog->AntType=AntType;
+    SvrOptDialog->RcvType=RcvType;
+    
+    if (SvrOptDialog->ShowModal()!=mrOk) return;
+    
+    for (int i=0;i<6;i++) SvrOpt[i]=SvrOptDialog->SvrOpt[i];
+    for (int i=0;i<3;i++) AntPos[i]=SvrOptDialog->AntPos[i];
+    for (int i=0;i<3;i++) AntOff[i]=SvrOptDialog->AntOff[i];
+    TraceLevel=SvrOptDialog->TraceLevel;
+    NmeaReq=SvrOptDialog->NmeaReq;
+    FileSwapMargin=SvrOptDialog->FileSwapMargin;
+    StaPosFile=SvrOptDialog->StaPosFile;
+    ExeDirectory=SvrOptDialog->ExeDirectory;
+    LocalDirectory=SvrOptDialog->LocalDirectory;
+    ProxyAddress=SvrOptDialog->ProxyAddress;
+    StaId=SvrOptDialog->StaId;
+    StaSel=SvrOptDialog->StaSel;
+    AntType=SvrOptDialog->AntType;
+    RcvType=SvrOptDialog->RcvType;
+}
+// callback on button-input-opt ---------------------------------------------
+void __fastcall TMainForm::BtnInputClick(TObject *Sender)
+{
+    switch (Input->ItemIndex) {
+        case 0: SerialOpt(0,0); break;
+        case 1: TcpOpt(0,1); break;
+        case 2: TcpOpt(0,0); break;
+        case 3: TcpOpt(0,3); break;
+        case 4: FileOpt(0,0); break;
+        case 5: FtpOpt(0,0); break;
+        case 6: FtpOpt(0,1); break;
+    }
+}
+// callback on button-input-cmd ---------------------------------------------
+void __fastcall TMainForm::BtnCmdClick(TObject *Sender)
+{
+    if (Input->ItemIndex==0) {
+        CmdOptDialog->Cmds[0]=Cmds[0];
+        CmdOptDialog->Cmds[1]=Cmds[1];
+        CmdOptDialog->CmdEna[0]=CmdEna[0];
+        CmdOptDialog->CmdEna[1]=CmdEna[1];
+    }
+    else {
+        CmdOptDialog->Cmds[0]=CmdsTcp[0];
+        CmdOptDialog->Cmds[1]=CmdsTcp[1];
+        CmdOptDialog->CmdEna[0]=CmdEnaTcp[0];
+        CmdOptDialog->CmdEna[1]=CmdEnaTcp[1];
+    }
+    if (CmdOptDialog->ShowModal()!=mrOk) return;
+    if (Input->ItemIndex==0) {
+        Cmds[0]  =CmdOptDialog->Cmds[0];
+        Cmds[1]  =CmdOptDialog->Cmds[1];
+        CmdEna[0]=CmdOptDialog->CmdEna[0];
+        CmdEna[1]=CmdOptDialog->CmdEna[1];
+    }
+    else {
+        CmdsTcp[0]  =CmdOptDialog->Cmds[0];
+        CmdsTcp[1]  =CmdOptDialog->Cmds[1];
+        CmdEnaTcp[0]=CmdOptDialog->CmdEna[0];
+        CmdEnaTcp[1]=CmdOptDialog->CmdEna[1];
+    }
+}
+// callback on button-output1-opt -------------------------------------------
+void __fastcall TMainForm::BtnOutput1Click(TObject *Sender)
+{
+    switch (Output1->ItemIndex) {
+        case 1: SerialOpt(1,0); break;
+        case 2: TcpOpt(1,1); break;
+        case 3: TcpOpt(1,0); break;
+        case 4: TcpOpt(1,2); break;
+        case 5: FileOpt(1,1); break;
+    }
+}
+// callback on button-output2-opt -------------------------------------------
+void __fastcall TMainForm::BtnOutput2Click(TObject *Sender)
+{
+    switch (Output2->ItemIndex) {
+        case 1: SerialOpt(2,0); break;
+        case 2: TcpOpt(2,1); break;
+        case 3: TcpOpt(2,0); break;
+        case 4: TcpOpt(2,2); break;
+        case 5: FileOpt(2,1); break;
+    }
+}
+// callback on button-output3-opt -------------------------------------------
+void __fastcall TMainForm::BtnOutput3Click(TObject *Sender)
+{
+    switch (Output3->ItemIndex) {
+        case 1: SerialOpt(3,0); break;
+        case 2: TcpOpt(3,1); break;
+        case 3: TcpOpt(3,0); break;
+        case 4: TcpOpt(3,2); break;
+        case 5: FileOpt(3,1); break; 
+    }
+}
+// callback on button-output1-conv ------------------------------------------
+void __fastcall TMainForm::BtnConv1Click(TObject *Sender)
+{
+    ConvDialog->ConvEna=ConvEna[0];
+    ConvDialog->ConvInp=ConvInp[0];
+    ConvDialog->ConvOut=ConvOut[0];
+    ConvDialog->ConvMsg=ConvMsg[0];
+    ConvDialog->ConvOpt=ConvOpt[0];
+    if (ConvDialog->ShowModal()!=mrOk) return;
+    ConvEna[0]=ConvDialog->ConvEna;
+    ConvInp[0]=ConvDialog->ConvInp;
+    ConvOut[0]=ConvDialog->ConvOut;
+    ConvMsg[0]=ConvDialog->ConvMsg;
+    ConvOpt[0]=ConvDialog->ConvOpt;
+}
+// callback on button-output2-conv ------------------------------------------
+void __fastcall TMainForm::BtnConv2Click(TObject *Sender)
+{
+    ConvDialog->ConvEna=ConvEna[1];
+    ConvDialog->ConvInp=ConvInp[1];
+    ConvDialog->ConvOut=ConvOut[1];
+    ConvDialog->ConvMsg=ConvMsg[1];
+    ConvDialog->ConvOpt=ConvOpt[1];
+    if (ConvDialog->ShowModal()!=mrOk) return;
+    ConvEna[1]=ConvDialog->ConvEna;
+    ConvInp[1]=ConvDialog->ConvInp;
+    ConvOut[1]=ConvDialog->ConvOut;
+    ConvMsg[1]=ConvDialog->ConvMsg;
+    ConvOpt[1]=ConvDialog->ConvOpt;
+}
+// callback on button-output3-conv ------------------------------------------
+void __fastcall TMainForm::BtnConv3Click(TObject *Sender)
+{
+    ConvDialog->ConvEna=ConvEna[2];
+    ConvDialog->ConvInp=ConvInp[2];
+    ConvDialog->ConvOut=ConvOut[2];
+    ConvDialog->ConvMsg=ConvMsg[2];
+    ConvDialog->ConvOpt=ConvOpt[2];
+    if (ConvDialog->ShowModal()!=mrOk) return;
+    ConvEna[2]=ConvDialog->ConvEna;
+    ConvInp[2]=ConvDialog->ConvInp;
+    ConvOut[2]=ConvDialog->ConvOut;
+    ConvMsg[2]=ConvDialog->ConvMsg;
+    ConvOpt[2]=ConvDialog->ConvOpt;
+}
+// callback on buttn-about --------------------------------------------------
+void __fastcall TMainForm::BtnAboutClick(TObject *Sender)
+{
+    AboutDialog->About=PRGNAME;
+    AboutDialog->IconIndex=6;
+    AboutDialog->ShowModal();
+}
+// callback on task-icon ----------------------------------------------------
+void __fastcall TMainForm::BtnTaskIconClick(TObject *Sender)
+{
+    Visible=false;
+    TrayIcon->Visible=true;
+}
+// callback on task-icon double-click ---------------------------------------
+void __fastcall TMainForm::TrayIconDblClick(TObject *Sender)
+{
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+// callback on task-tray-icon click -----------------------------------------// callback on menu-expand --------------------------------------------------
+void __fastcall TMainForm::MenuExpandClick(TObject *Sender)
+{
+    Visible=true;
+    TrayIcon->Visible=false;
+}
+// callback on menu-start ---------------------------------------------------
+void __fastcall TMainForm::MenuStartClick(TObject *Sender)
+{
+    SvrStart();
+}
+// callback on menu-stop ----------------------------------------------------
+void __fastcall TMainForm::MenuStopClick(TObject *Sender)
+{
+    SvrStop();
+}
+// callback on menu-exit ----------------------------------------------------
+void __fastcall TMainForm::MenuExitClick(TObject *Sender)
+{
+    Close();
+}
+// callback on stream-monitor -----------------------------------------------
+void __fastcall TMainForm::BtnStrMonClick(TObject *Sender)
+{
+    Console->Caption="Input Monitor";
+    Console->Show();
+}
+// callback on output1 enable -----------------------------------------------
+void __fastcall TMainForm::EnaOut1Click(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on output2 enable -----------------------------------------------
+void __fastcall TMainForm::EnaOut2Click(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on output3 enable -----------------------------------------------
+void __fastcall TMainForm::EnaOut3Click(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on input type change --------------------------------------------
+void __fastcall TMainForm::InputChange(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on output1 type change ------------------------------------------
+void __fastcall TMainForm::Output1Change(TObject *Sender)
+{
+    UpdateEnable(); 
+}
+// callback on output2 type change ------------------------------------------
+void __fastcall TMainForm::Output2Change(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on output3 type change ------------------------------------------
+void __fastcall TMainForm::Output3Change(TObject *Sender)
+{
+    UpdateEnable();
+}
+// callback on interval timer -----------------------------------------------
+void __fastcall TMainForm::Timer1Timer(TObject *Sender)
+{
+    TColor color[]={clRed,clBtnFace,CLORANGE,clGreen,clLime};
+    TPanel *e0[]={IndInput,IndOutput1,IndOutput2,IndOutput3};
+    TLabel *e1[]={InputByte,Output1Byte,Output2Byte,Output3Byte};
+    TLabel *e2[]={InputBps,Output1Bps,Output2Bps,Output3Bps};
+    AnsiString s;
+    gtime_t time=utc2gpst(timeget());
+    int stat[4]={0},byte[4]={0},bps[4]={0};
+    char msg[MAXSTRMSG*4]="",s1[256],s2[256];
+    double ctime,t[4];
+    
+    strsvrstat(&strsvr,stat,byte,bps,msg);
+    for (int i=0;i<4;i++) {
+        num2cnum(byte[i],s1);
+        num2cnum(bps[i],s2);
+        e0[i]->Color=color[stat[i]+1];
+        e1[i]->Caption=s1;
+        e2[i]->Caption=s2;
+    }
+    Progress->Position=!stat[0]?0:MIN(100,(int)(fmod(byte[0]/500.0,110.0)));
+    
+    time2str(time,s1,0);
+    Time->Caption=s.sprintf("%s GPST",s1);
+    
+    if (Panel1->Enabled) {
+        ctime=timediff(EndTime,StartTime);
+    }
+    else {
+        ctime=timediff(time,StartTime);
+    }
+    ctime=floor(ctime);
+    t[0]=floor(ctime/86400.0); ctime-=t[0]*86400.0;
+    t[1]=floor(ctime/3600.0 ); ctime-=t[1]*3600.0;
+    t[2]=floor(ctime/60.0   ); ctime-=t[2]*60.0;
+    t[3]=ctime;
+    ConTime->Caption=s.sprintf("%.0fd %02.0f:%02.0f:%02.0f",t[0],t[1],t[2],t[3]);
+    
+    num2cnum(byte[0],s1); num2cnum(bps[0],s2);
+    TrayIcon->Hint=s.sprintf("%s bytes %s bps",s1,s2);
+    SetTrayIcon(stat[0]<=0?0:(stat[0]==3?2:1));
+    
+    Message->Caption=msg;
+}
+// start stream server ------------------------------------------------------
+void __fastcall TMainForm::SvrStart(void)
+{
+    strconv_t *conv[3]={0};
+    static char str[4][1024];
+    int itype[]={
+        STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP
+    };
+    int otype[]={
+        STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE
+    };
+    int ip[]={0,1,1,1,2,3,3},strs[4]={0},opt[7]={0},n;
+    char *paths[4],*cmd=NULL,filepath[1024],buff[1024];
+    char *ant[3]={"","",""},*rcv[3]={"","",""},*p;
+    FILE *fp;
+    
+    if (TraceLevel>0) {
+        traceopen(TRACEFILE);
+        tracelevel(TraceLevel);
+    }
+    for (int i=0;i<4;i++) paths[i]=str[i];
+    
+    strs[0]=itype[Input->ItemIndex];
+    strs[1]=otype[Output1->ItemIndex];
+    strs[2]=otype[Output2->ItemIndex];
+    strs[3]=otype[Output3->ItemIndex];
+    
+    strcpy(paths[0],Paths[0][ip[Input->ItemIndex]].c_str());
+    strcpy(paths[1],!Output1->ItemIndex?"":Paths[1][ip[Output1->ItemIndex-1]].c_str());
+    strcpy(paths[2],!Output2->ItemIndex?"":Paths[2][ip[Output2->ItemIndex-1]].c_str());
+    strcpy(paths[3],!Output3->ItemIndex?"":Paths[3][ip[Output3->ItemIndex-1]].c_str());
+    
+    if (Input->ItemIndex==0) {
+        if (CmdEna[0]) cmd=MainForm->Cmds[0].c_str();
+    }
+    else if (Input->ItemIndex==1||Input->ItemIndex==3) {
+        if (CmdEnaTcp[0]) cmd=MainForm->CmdsTcp[0].c_str();
+    }
+    for (int i=0;i<5;i++) {
+        opt[i]=SvrOpt[i];
+    }
+    opt[5]=NmeaReq?SvrOpt[5]:0;
+    opt[6]=FileSwapMargin;
+    
+    for (int i=1;i<4;i++) {
+        if (strs[i]!=STR_FILE) continue;
+        strcpy(filepath,paths[i]);
+        if (strstr(filepath,"::A")) continue;
+        if ((p=strstr(filepath,"::"))) *p='\0';
+        if (!(fp=fopen(filepath,"r"))) continue;
+        fclose(fp);
+        ConfDialog->Label2->Caption=filepath;
+        if (ConfDialog->ShowModal()!=mrOk) return;
+    }
+    strsetdir(LocalDirectory.c_str());
+    strsetproxy(ProxyAddress.c_str());
+    
+    for (int i=0;i<3;i++) {
+        if (!ConvEna[i]) continue;
+        if (!(conv[i]=strconvnew(ConvInp[i],ConvOut[i],ConvMsg[i].c_str(),
+                                 StaId,StaSel,ConvOpt[i].c_str()))) continue;
+        strcpy(buff,AntType.c_str());
+        for (p=strtok(buff,","),n=0;p&&n<3;p=strtok(NULL,",")) ant[n++]=p;
+        strcpy(conv[i]->out.sta.antdes,ant[0]);
+        strcpy(conv[i]->out.sta.antsno,ant[1]);
+        conv[i]->out.sta.antsetup=atoi(ant[2]);
+        strcpy(buff,RcvType.c_str());
+        for (p=strtok(buff,","),n=0;p&&n<3;p=strtok(NULL,",")) rcv[n++]=p;
+        strcpy(conv[i]->out.sta.rectype,rcv[0]);
+        strcpy(conv[i]->out.sta.recver ,rcv[1]);
+        strcpy(conv[i]->out.sta.recsno ,rcv[2]);
+        matcpy(conv[i]->out.sta.pos,AntPos,3,1);
+        matcpy(conv[i]->out.sta.del,AntOff,3,1);
+    }
+    // stream server start
+    if (!strsvrstart(&strsvr,opt,strs,paths,conv,cmd,AntPos)) return;
+    
+    StartTime=utc2gpst(timeget());
+    Panel1    ->Enabled=false;
+    BtnStart  ->Enabled=false;
+    BtnStop   ->Enabled=true;
+    BtnOpt    ->Enabled=false;
+    BtnExit   ->Enabled=false;
+    MenuStart ->Enabled=false;
+    MenuStop  ->Enabled=true;
+    MenuExit  ->Enabled=false;
+    SetTrayIcon(1);
+}
+// stop stream server -------------------------------------------------------
+void __fastcall TMainForm::SvrStop(void)
+{
+    char *cmd=NULL;
+    
+    if (Input->ItemIndex==0) {
+        if (CmdEna[1]) cmd=Cmds[1].c_str();
+    }
+    else if (Input->ItemIndex==1||Input->ItemIndex==3) {
+        if (CmdEnaTcp[1]) cmd=CmdsTcp[1].c_str();
+    }
+    strsvrstop(&strsvr,cmd);
+    
+    EndTime=utc2gpst(timeget());
+    Panel1    ->Enabled=true;
+    BtnStart  ->Enabled=true;
+    BtnStop   ->Enabled=false;
+    BtnOpt    ->Enabled=true;
+    BtnExit   ->Enabled=true;
+    MenuStart ->Enabled=true;
+    MenuStop  ->Enabled=false;
+    MenuExit  ->Enabled=true;
+    SetTrayIcon(0);
+    
+    for (int i=0;i<3;i++) {
+        if (ConvEna[i]) strconvfree(strsvr.conv[i]);
+    }
+    if (TraceLevel>0) traceclose();
+}
+// callback on interval timer for stream monitor ----------------------------
+void __fastcall TMainForm::Timer2Timer(TObject *Sender)
+{
+    unsigned char *msg;
+    int len;
+    
+    lock(&strsvr.lock);
+    
+    len=strsvr.npb;
+    if (len>0&&(msg=(unsigned char *)malloc(len))) {
+        memcpy(msg,strsvr.pbuf,len);
+        strsvr.npb=0;
+    }
+    unlock(&strsvr.lock);
+    
+    if (len<=0||!msg) return;
+    
+    Console->AddMsg(msg,len);
+    
+    free(msg);
+}
+// set serial options -------------------------------------------------------
+void __fastcall TMainForm::SerialOpt(int index, int opt)
+{
+    SerialOptDialog->Path=Paths[index][0];
+    SerialOptDialog->Opt=opt;
+    if (SerialOptDialog->ShowModal()!=mrOk) return;
+    Paths[index][0]=SerialOptDialog->Path;
+}
+// set tcp/ip options -------------------------------------------------------
+void __fastcall TMainForm::TcpOpt(int index, int opt)
+{
+    TcpOptDialog->Path=Paths[index][1];
+    TcpOptDialog->Opt=opt;
+    for (int i=0;i<MAXHIST;i++) TcpOptDialog->History[i]=TcpHistory[i];
+    for (int i=0;i<MAXHIST;i++) TcpOptDialog->MntpHist[i]=TcpMntpHist[i];
+    if (TcpOptDialog->ShowModal()!=mrOk) return;
+    Paths[index][1]=TcpOptDialog->Path;
+    for (int i=0;i<MAXHIST;i++) TcpHistory[i]=TcpOptDialog->History[i];
+    for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=TcpOptDialog->MntpHist[i];
+}
+// set file options ---------------------------------------------------------
+void __fastcall TMainForm::FileOpt(int index, int opt)
+{
+    FileOptDialog->Path=Paths[index][2];
+    FileOptDialog->Opt=opt;
+    if (FileOptDialog->ShowModal()!=mrOk) return;
+    Paths[index][2]=FileOptDialog->Path;
+}
+// set ftp/http options -----------------------------------------------------
+void __fastcall TMainForm::FtpOpt(int index, int opt)
+{
+    FtpOptDialog->Path=Paths[index][3];
+    FtpOptDialog->Opt=opt;
+    if (FtpOptDialog->ShowModal()!=mrOk) return;
+    Paths[index][3]=FtpOptDialog->Path;
+}
+// undate enable of widgets -------------------------------------------------
+void __fastcall TMainForm::UpdateEnable(void)
+{
+    BtnCmd->Enabled=Input->ItemIndex<2||Input->ItemIndex==3;
+    LabelOutput1->Font->Color=Output1->ItemIndex>0?clBlack:clGray;
+    LabelOutput2->Font->Color=Output2->ItemIndex>0?clBlack:clGray;
+    LabelOutput3->Font->Color=Output3->ItemIndex>0?clBlack:clGray;
+    Output1Byte ->Font->Color=Output1->ItemIndex>0?clBlack:clGray;
+    Output2Byte ->Font->Color=Output2->ItemIndex>0?clBlack:clGray;
+    Output3Byte ->Font->Color=Output3->ItemIndex>0?clBlack:clGray;
+    Output1Bps  ->Font->Color=Output1->ItemIndex>0?clBlack:clGray;
+    Output2Bps  ->Font->Color=Output2->ItemIndex>0?clBlack:clGray;
+    Output3Bps  ->Font->Color=Output3->ItemIndex>0?clBlack:clGray;
+    BtnOutput1->Enabled=Output1->ItemIndex>0;
+    BtnOutput2->Enabled=Output2->ItemIndex>0;
+    BtnOutput3->Enabled=Output3->ItemIndex>0;
+    BtnConv1  ->Enabled=BtnOutput1->Enabled;
+    BtnConv2  ->Enabled=BtnOutput2->Enabled;
+    BtnConv3  ->Enabled=BtnOutput3->Enabled;
+}
+// set task-tray icon -------------------------------------------------------
+void __fastcall TMainForm::SetTrayIcon(int index)
+{
+    TIcon *icon=new TIcon;
+    ImageList->GetIcon(index,icon);
+    TrayIcon->Icon=icon;
+    delete icon;
+}
+// load options -------------------------------------------------------------
+void __fastcall TMainForm::LoadOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    int optdef[]={10000,10000,1000,32768,10,0};
+    
+    Input  ->ItemIndex=ini->ReadInteger("set","input",       0);
+    Output1->ItemIndex=ini->ReadInteger("set","output1",     0);
+    Output2->ItemIndex=ini->ReadInteger("set","output2",     0);
+    Output3->ItemIndex=ini->ReadInteger("set","output3",     0);
+    TraceLevel        =ini->ReadInteger("set","tracelevel",  0);
+    NmeaReq           =ini->ReadInteger("set","nmeareq",     0);
+    FileSwapMargin    =ini->ReadInteger("set","fswapmargin",30);
+    StaId             =ini->ReadInteger("set","staid"       ,0);
+    StaSel            =ini->ReadInteger("set","stasel"      ,0);
+    AntType           =ini->ReadString ("set","anttype",    "");
+    RcvType           =ini->ReadString ("set","rcvtype",    "");
+    
+    for (int i=0;i<6;i++) {
+        SvrOpt[i]=ini->ReadInteger("set",s.sprintf("svropt_%d",i),optdef[i]);
+    }
+    for (int i=0;i<3;i++) {
+        AntPos[i]=ini->ReadFloat("set",s.sprintf("antpos_%d",i),0.0);
+        AntOff[i]=ini->ReadFloat("set",s.sprintf("antoff_%d",i),0.0);
+    }
+    for (int i=0;i<3;i++) {
+        ConvEna[i]=ini->ReadInteger("conv",s.sprintf("ena_%d",i), 0);
+        ConvInp[i]=ini->ReadInteger("conv",s.sprintf("inp_%d",i), 0);
+        ConvOut[i]=ini->ReadInteger("conv",s.sprintf("out_%d",i), 0);
+        ConvMsg[i]=ini->ReadString ("conv",s.sprintf("msg_%d",i),"");
+        ConvOpt[i]=ini->ReadString ("conv",s.sprintf("opt_%d",i),"");
+    }
+    for (int i=0;i<2;i++) {
+        CmdEna   [i]=ini->ReadInteger("serial",s.sprintf("cmdena_%d",i),1);
+        CmdEnaTcp[i]=ini->ReadInteger("tcpip" ,s.sprintf("cmdena_%d",i),1);
+    }
+    for (int i=0;i<4;i++) for (int j=0;j<4;j++) {
+        Paths[i][j]=ini->ReadString("path",s.sprintf("path_%d_%d",i,j),"");
+    }
+    for (int i=0;i<2;i++) {
+        Cmds[i]=ini->ReadString("serial",s.sprintf("cmd_%d",i),"");
+        for (char *p=Cmds[i].c_str();*p;p++) {
+            if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+        }
+    }
+    for (int i=0;i<2;i++) {
+        CmdsTcp[i]=ini->ReadString("tcpip",s.sprintf("cmd_%d",i),"");
+        for (char *p=CmdsTcp[i].c_str();*p;p++) {
+            if ((p=strstr(p,"@@"))) strncpy(p,"\r\n",2); else break;
+        }
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        TcpHistory[i]=ini->ReadString("tcpopt",s.sprintf("history%d",i),"");
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        TcpMntpHist[i]=ini->ReadString("tcpopt",s.sprintf("mntphist%d",i),"");
+    }
+    StaPosFile    =ini->ReadString("stapos","staposfile",    "");
+    ExeDirectory  =ini->ReadString("dirs",  "exedirectory",  "");
+    LocalDirectory=ini->ReadString("dirs",  "localdirectory","");
+    ProxyAddress  =ini->ReadString("dirs",  "proxyaddress",  "");
+    delete ini;
+    
+    UpdateEnable();
+}
+// save options--------------------------------------------------------------
+void __fastcall TMainForm::SaveOpt(void)
+{
+    TIniFile *ini=new TIniFile(IniFile);
+    AnsiString s;
+    
+    ini->WriteInteger("set","input",      Input  ->ItemIndex);
+    ini->WriteInteger("set","output1",    Output1->ItemIndex);
+    ini->WriteInteger("set","output2",    Output2->ItemIndex);
+    ini->WriteInteger("set","output3",    Output3->ItemIndex);
+    ini->WriteInteger("set","tracelevel", TraceLevel);
+    ini->WriteInteger("set","nmeareq",    NmeaReq);
+    ini->WriteInteger("set","fswapmargin",FileSwapMargin);
+    ini->WriteInteger("set","staid",      StaId);
+    ini->WriteInteger("set","stasel",     StaSel);
+    ini->WriteString ("set","anttype",    AntType);
+    ini->WriteString ("set","rcvtype",    RcvType);
+    
+    for (int i=0;i<6;i++) {
+        ini->WriteInteger("set",s.sprintf("svropt_%d",i),SvrOpt[i]);
+    }
+    for (int i=0;i<3;i++) {
+        ini->WriteFloat("set",s.sprintf("antpos_%d",i),AntPos[i]);
+        ini->WriteFloat("set",s.sprintf("antoff_%d",i),AntOff[i]);
+    }
+    for (int i=0;i<3;i++) {
+        ini->WriteInteger("conv",s.sprintf("ena_%d",i),ConvEna[i]);
+        ini->WriteInteger("conv",s.sprintf("inp_%d",i),ConvInp[i]);
+        ini->WriteInteger("conv",s.sprintf("out_%d",i),ConvOut[i]);
+        ini->WriteString ("conv",s.sprintf("msg_%d",i),ConvMsg[i]);
+        ini->WriteString ("conv",s.sprintf("opt_%d",i),ConvOpt[i]);
+    }
+    for (int i=0;i<2;i++) {
+        ini->WriteInteger("serial",s.sprintf("cmdena_%d",i),CmdEna   [i]);
+        ini->WriteInteger("tcpip" ,s.sprintf("cmdena_%d",i),CmdEnaTcp[i]);
+    }
+    for (int i=0;i<4;i++) for (int j=0;j<4;j++) {
+        ini->WriteString("path",s.sprintf("path_%d_%d",i,j),Paths[i][j]);
+    }
+    for (int i=0;i<2;i++) {
+        for (char *p=Cmds[i].c_str();*p;p++) {
+            if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+        }
+        ini->WriteString("serial",s.sprintf("cmd_%d",i),Cmds[i]);
+    }
+    for (int i=0;i<2;i++) {
+        for (char *p=CmdsTcp[i].c_str();*p;p++) {
+            if ((p=strstr(p,"\r\n"))) strncpy(p,"@@",2); else break;
+        }
+        ini->WriteString("tcpip",s.sprintf("cmd_%d",i),CmdsTcp[i]);
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        ini->WriteString("tcpopt",s.sprintf("history%d",i),TcpOptDialog->History[i]);
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        ini->WriteString("tcpopt",s.sprintf("mntphist%d",i),TcpOptDialog->MntpHist[i]);
+    }
+    ini->WriteString("stapos","staposfile"    ,StaPosFile    );
+    ini->WriteString("dirs"  ,"exedirectory"  ,ExeDirectory  );
+    ini->WriteString("dirs"  ,"localdirectory",LocalDirectory);
+    ini->WriteString("dirs"  ,"proxyaddress"  ,ProxyAddress  );
+    delete ini;
+}
+//---------------------------------------------------------------------------
+
diff --git a/app/strsvr/svrmain.h b/app/strsvr/svrmain.h
new file mode 100644
index 0000000..b5b21f2
--- /dev/null
+++ b/app/strsvr/svrmain.h
@@ -0,0 +1,145 @@
+//---------------------------------------------------------------------------
+#ifndef svrmainH
+#define svrmainH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+#include <ComCtrls.hpp>
+#include <Graphics.hpp>
+#include <Buttons.hpp>
+#include <Menus.hpp>
+#include <ImgList.hpp>
+
+#include "rtklib.h"
+#include "tcpoptdlg.h"
+
+//---------------------------------------------------------------------------
+class TMainForm : public TForm
+{
+__published:
+	TPanel *Panel1;
+	TButton *BtnExit;
+	TButton *BtnStart;
+	TButton *BtnStop;
+	TLabel *LabelInput;
+	TLabel *LabelOutput1;
+	TComboBox *Input;
+	TLabel *Label3;
+	TComboBox *Output1;
+	TButton *BtnInput;
+	TLabel *Label4;
+	TButton *BtnOutput1;
+	TButton *BtnOutput2;
+	TLabel *InputByte;
+	TPanel *IndInput;
+	TLabel *Label6;
+	TLabel *Label7;
+	TLabel *LabelOutput2;
+	TComboBox *Output2;
+	TLabel *InputBps;
+	TLabel *Output1Byte;
+	TLabel *Output1Bps;
+	TLabel *Output2Byte;
+	TLabel *Output2Bps;
+	TPanel *IndOutput1;
+	TPanel *IndOutput2;
+	TLabel *Label5;
+	TTimer *Timer1;
+	TButton *BtnOpt;
+	TPanel *Panel3;
+	TLabel *LabelOutput3;
+	TComboBox *Output3;
+	TButton *BtnOutput3;
+	TLabel *Output3Byte;
+	TLabel *Output3Bps;
+	TPanel *IndOutput3;
+	TButton *BtnCmd;
+	TLabel *Label1;
+	TPanel *Panel4;
+	TLabel *Message;
+	TProgressBar *Progress;
+	TSpeedButton *BtnAbout;
+	TSpeedButton *BtnStrMon;
+	TTimer *Timer2;
+	TSpeedButton *BtnTaskIcon;
+	TPopupMenu *PopupMenu;
+	TMenuItem *MenuStart;
+	TMenuItem *MenuStop;
+	TMenuItem *N1;
+	TMenuItem *N2;
+	TMenuItem *MenuExpand;
+	TMenuItem *MenuExit;
+	TTrayIcon *TrayIcon;
+	TImageList *ImageList;
+	TPanel *Panel2;
+	TLabel *Label8;
+	TLabel *ConTime;
+	TLabel *Time;
+	TButton *BtnConv1;
+	TButton *BtnConv2;
+	TButton *BtnConv3;
+	TLabel *Label2;
+	void __fastcall BtnExitClick(TObject *Sender);
+	void __fastcall BtnInputClick(TObject *Sender);
+	void __fastcall BtnOutput1Click(TObject *Sender);
+	void __fastcall BtnOutput2Click(TObject *Sender);
+	void __fastcall BtnStartClick(TObject *Sender);
+	void __fastcall BtnStopClick(TObject *Sender);
+	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
+	void __fastcall Timer1Timer(TObject *Sender);
+	void __fastcall BtnOptClick(TObject *Sender);
+	void __fastcall Output1Change(TObject *Sender);
+	void __fastcall Output2Change(TObject *Sender);
+	void __fastcall InputChange(TObject *Sender);
+	void __fastcall BtnOutput3Click(TObject *Sender);
+	void __fastcall Output3Change(TObject *Sender);
+	void __fastcall BtnCmdClick(TObject *Sender);
+	void __fastcall BtnAboutClick(TObject *Sender);
+	void __fastcall BtnStrMonClick(TObject *Sender);
+	void __fastcall Timer2Timer(TObject *Sender);
+	void __fastcall BtnTaskIconClick(TObject *Sender);
+	void __fastcall MenuExpandClick(TObject *Sender);
+	void __fastcall TrayIconDblClick(TObject *Sender);
+	void __fastcall MenuStartClick(TObject *Sender);
+	void __fastcall MenuStopClick(TObject *Sender);
+	void __fastcall MenuExitClick(TObject *Sender);
+	void __fastcall FormCreate(TObject *Sender);
+	void __fastcall BtnConv1Click(TObject *Sender);
+	void __fastcall BtnConv2Click(TObject *Sender);
+	void __fastcall BtnConv3Click(TObject *Sender);
+	void __fastcall EnaOut1Click(TObject *Sender);
+	void __fastcall EnaOut2Click(TObject *Sender);
+	void __fastcall EnaOut3Click(TObject *Sender);
+private:
+	AnsiString IniFile;
+	AnsiString Paths[4][4],Cmds[2],CmdsTcp[2];
+	AnsiString TcpHistory[MAXHIST],TcpMntpHist[MAXHIST];
+	AnsiString StaPosFile,ExeDirectory,LocalDirectory,SwapInterval;
+	AnsiString ProxyAddress;
+	AnsiString ConvMsg[3],ConvOpt[3],AntType,RcvType;
+	int ConvEna[3],ConvInp[3],ConvOut[3],StaId,StaSel;
+	int TraceLevel,SvrOpt[6],CmdEna[2],CmdEnaTcp[2],NmeaReq,FileSwapMargin;
+	double AntPos[3],AntOff[3];
+	gtime_t StartTime,EndTime;
+	
+	void __fastcall SerialOpt(int index, int opt);
+	void __fastcall TcpOpt(int index, int opt);
+	void __fastcall FileOpt(int index, int opt);
+	void __fastcall FtpOpt(int index, int opt);
+	void __fastcall ShowMsg(AnsiString msg);
+	void __fastcall SvrStart(void);
+	void __fastcall SvrStop(void);
+	void __fastcall UpdateEnable(void);
+	void __fastcall SetTrayIcon(int index);
+	void __fastcall LoadOpt(void);
+	void __fastcall SaveOpt(void);
+public:
+	__fastcall TMainForm(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TMainForm *MainForm;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr/svroptdlg.cpp b/app/strsvr/svroptdlg.cpp
new file mode 100644
index 0000000..ccf2d13
--- /dev/null
+++ b/app/strsvr/svroptdlg.cpp
@@ -0,0 +1,148 @@
+//---------------------------------------------------------------------------
+#include <vcl.h>
+#include <FileCtrl.hpp>
+#pragma hdrstop
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "svroptdlg.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TSvrOptDialog *SvrOptDialog;
+//---------------------------------------------------------------------------
+static double str2dbl(AnsiString str)
+{
+	double val=0.0;
+	sscanf(str.c_str(),"%lf",&val);
+	return val;
+}
+//---------------------------------------------------------------------------
+__fastcall TSvrOptDialog::TSvrOptDialog(TComponent* Owner)
+	: TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::FormShow(TObject *Sender)
+{
+	double pos[3];
+	AnsiString s;
+	DataTimeout->Text=s.sprintf("%d",SvrOpt[0]);
+	ConnectInterval->Text=s.sprintf("%d",SvrOpt[1]);
+	AvePeriodRate->Text=s.sprintf("%d",SvrOpt[2]);
+	SvrBuffSize->Text=s.sprintf("%d",SvrOpt[3]);
+	SvrCycle->Text=s.sprintf("%d",SvrOpt[4]);
+	NmeaCycle->Text=s.sprintf("%d",SvrOpt[5]);
+	FileSwapMarginE->Text=s.sprintf("%d",FileSwapMargin);
+	if (norm(AntPos,3)>0.0) {
+		ecef2pos(AntPos,pos);
+		AntPos1->Text=s.sprintf("%.8f",pos[0]*R2D);
+		AntPos2->Text=s.sprintf("%.8f",pos[1]*R2D);
+		AntPos3->Text=s.sprintf("%.3f",pos[2]);
+	}
+	else {
+		AntPos1->Text="0.00000000";
+		AntPos2->Text="0.00000000";
+		AntPos3->Text="0.000";
+	}
+	TraceLevelS->ItemIndex=TraceLevel;
+	NmeaReqT->Checked=NmeaReq;
+	LocalDir->Text=LocalDirectory;
+	ProxyAddr->Text=ProxyAddress;
+	StationId->Text=s.sprintf("%d",StaId);
+	StaInfoSel->Checked=StaSel;
+	AntInfo->Text=AntType;
+	RcvInfo->Text=RcvType;
+	AntOff1->Text=s.sprintf("%.4f",AntOff[0]);
+	AntOff2->Text=s.sprintf("%.4f",AntOff[1]);
+	AntOff3->Text=s.sprintf("%.4f",AntOff[2]);
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::BtnOkClick(TObject *Sender)
+{
+	double pos[3];
+	SvrOpt[0]=DataTimeout->Text.ToInt();
+	SvrOpt[1]=ConnectInterval->Text.ToInt();
+	SvrOpt[2]=AvePeriodRate->Text.ToInt();
+	SvrOpt[3]=SvrBuffSize->Text.ToInt();
+	SvrOpt[4]=SvrCycle->Text.ToInt();
+	SvrOpt[5]=NmeaCycle->Text.ToInt();
+	FileSwapMargin=FileSwapMarginE->Text.ToInt();
+	pos[0]=str2dbl(AntPos1->Text)*D2R;
+	pos[1]=str2dbl(AntPos2->Text)*D2R;
+	pos[2]=str2dbl(AntPos3->Text);
+	if (norm(pos,3)>0.0) {
+		pos2ecef(pos,AntPos);
+	}
+	else {
+		for (int i=0;i<3;i++) AntPos[i]=0.0;
+	}
+	TraceLevel=TraceLevelS->ItemIndex;
+	NmeaReq=NmeaReqT->Checked;
+	LocalDirectory=LocalDir->Text;
+	ProxyAddress=ProxyAddr->Text;
+	StaId=(int)str2dbl(StationId->Text);
+	StaSel=StaInfoSel->Checked;
+	AntType=AntInfo->Text;
+	RcvType=RcvInfo->Text;
+	AntOff[0]=str2dbl(AntOff1->Text);
+	AntOff[1]=str2dbl(AntOff2->Text);
+	AntOff[2]=str2dbl(AntOff3->Text);
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::BtnPosClick(TObject *Sender)
+{
+	AnsiString s;
+	RefDialog->RovPos[0]=str2dbl(AntPos1->Text);
+	RefDialog->RovPos[1]=str2dbl(AntPos2->Text);
+	RefDialog->RovPos[2]=str2dbl(AntPos3->Text);
+	RefDialog->BtnLoad->Enabled=true;
+	RefDialog->StaPosFile=StaPosFile;
+	if (RefDialog->ShowModal()!=mrOk) return;
+	AntPos1->Text=s.sprintf("%.8f",RefDialog->Pos[0]);
+	AntPos2->Text=s.sprintf("%.8f",RefDialog->Pos[1]);
+	AntPos3->Text=s.sprintf("%.3f",RefDialog->Pos[2]);
+	StaPosFile=RefDialog->StaPosFile;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::BtnLocalDirClick(TObject *Sender)
+{
+#ifdef TCPP
+    AnsiString dir=LocalDir->Text;
+    if (!SelectDirectory("Local Directory","",dir)) return;
+    LocalDir->Text=dir;
+#else
+    UnicodeString dir=LocalDir->Text;
+    TSelectDirExtOpts opt=TSelectDirExtOpts()<<sdNewUI<<sdNewFolder;
+    if (!SelectDirectory(L"Local Directory",L"",dir,opt)) return;
+    LocalDir->Text=dir;
+#endif
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::UpdateEnable(void)
+{
+	NmeaCycle->Enabled=NmeaReqT->Checked;
+	StationId->Enabled=StaInfoSel->Checked;
+	AntPos1->Enabled=StaInfoSel->Checked||NmeaReqT->Checked;
+	AntPos2->Enabled=StaInfoSel->Checked||NmeaReqT->Checked;
+	AntPos3->Enabled=StaInfoSel->Checked||NmeaReqT->Checked;
+	BtnPos ->Enabled=StaInfoSel->Checked||NmeaReqT->Checked;
+	AntOff1->Enabled=StaInfoSel->Checked;
+	AntOff2->Enabled=StaInfoSel->Checked;
+	AntOff3->Enabled=StaInfoSel->Checked;
+	AntInfo->Enabled=StaInfoSel->Checked;
+	RcvInfo->Enabled=StaInfoSel->Checked;
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::NmeaReqTClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void __fastcall TSvrOptDialog::StaInfoSelClick(TObject *Sender)
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
diff --git a/app/strsvr/svroptdlg.h b/app/strsvr/svroptdlg.h
new file mode 100644
index 0000000..6f43696
--- /dev/null
+++ b/app/strsvr/svroptdlg.h
@@ -0,0 +1,70 @@
+//---------------------------------------------------------------------------
+#ifndef svroptdlgH
+#define svroptdlgH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <Dialogs.hpp>
+//---------------------------------------------------------------------------
+class TSvrOptDialog : public TForm
+{
+__published:
+	TButton *BtnOk;
+	TButton *BtnCancel;
+	TEdit *SvrBuffSize;
+	TLabel *Label1;
+	TLabel *Label2;
+	TEdit *SvrCycle;
+	TLabel *Label3;
+	TEdit *DataTimeout;
+	TLabel *Label6;
+	TEdit *ConnectInterval;
+	TEdit *AvePeriodRate;
+	TLabel *Label7;
+	TComboBox *TraceLevelS;
+	TEdit *AntPos2;
+	TEdit *AntPos1;
+	TEdit *NmeaCycle;
+	TLabel *Label8;
+	TEdit *AntPos3;
+	TButton *BtnPos;
+	TCheckBox *NmeaReqT;
+	TEdit *LocalDir;
+	TButton *BtnLocalDir;
+	TLabel *Label4;
+	TLabel *Label9;
+	TEdit *FileSwapMarginE;
+	TLabel *Label5;
+	TLabel *Label10;
+	TEdit *ProxyAddr;
+	TEdit *AntInfo;
+	TEdit *RcvInfo;
+	TLabel *Label11;
+	TEdit *AntOff1;
+	TEdit *AntOff2;
+	TEdit *AntOff3;
+	TLabel *Label12;
+	TLabel *Label13;
+	TEdit *StationId;
+	TCheckBox *StaInfoSel;
+	void __fastcall BtnOkClick(TObject *Sender);
+	void __fastcall FormShow(TObject *Sender);
+	void __fastcall BtnPosClick(TObject *Sender);
+	void __fastcall NmeaReqTClick(TObject *Sender);
+	void __fastcall BtnLocalDirClick(TObject *Sender);
+	void __fastcall StaInfoSelClick(TObject *Sender);
+private:
+	void __fastcall UpdateEnable(void);
+public:
+	AnsiString StaPosFile,ExeDirectory,LocalDirectory,ProxyAddress;
+	AnsiString AntType,RcvType;
+	int SvrOpt[6],TraceLevel,NmeaReq,FileSwapMargin,StaId,StaSel;
+	double AntPos[3],AntOff[3];
+	__fastcall TSvrOptDialog(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TSvrOptDialog *SvrOptDialog;
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr_qt/.gitignore b/app/strsvr_qt/.gitignore
new file mode 100644
index 0000000..e4f307e
--- /dev/null
+++ b/app/strsvr_qt/.gitignore
@@ -0,0 +1,9 @@
+ui_*.h
+moc_*.cpp
+qrc*.cpp
+*.pro.user*
+Makefile*
+*.res
+strsvr_qt
+strsvr_qt.exe
+object_script*
diff --git a/app/strsvr_qt/convdlg.cpp b/app/strsvr_qt/convdlg.cpp
new file mode 100644
index 0000000..4ac4d19
--- /dev/null
+++ b/app/strsvr_qt/convdlg.cpp
@@ -0,0 +1,60 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+
+#include "rtklib.h"
+#include "convdlg.h"
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+ConvDialog::ConvDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+	int i;
+	for (i=0;i<=MAXRCVFMT;i++) {
+        InFormat->addItem(formatstrs[i]);
+	}
+    InFormat->setCurrentIndex(0);
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(Conversion,SIGNAL(clicked(bool)),this,SLOT(ConversionClick()));
+}
+//---------------------------------------------------------------------------
+void ConvDialog::showEvent(QShowEvent *event)
+{
+    if (event->spontaneous()) return;
+
+    Conversion->setChecked(ConvEna);
+    InFormat ->setCurrentIndex(ConvInp);
+    OutFormat->setCurrentIndex(ConvOut);
+    OutMsgs->setText(ConvMsg);
+    Options->setText(ConvOpt);
+
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::BtnOkClick()
+{
+    ConvEna=Conversion->isChecked();
+    ConvInp=InFormat->currentIndex();
+    ConvOut=OutFormat->currentIndex();
+    ConvMsg=OutMsgs->text();
+    ConvOpt=Options->text();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::ConversionClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void ConvDialog::UpdateEnable(void)
+{
+    InFormat ->setEnabled(Conversion->isChecked());
+    OutFormat->setEnabled(Conversion->isChecked());
+    OutMsgs  ->setEnabled(Conversion->isChecked());
+    Options  ->setEnabled(Conversion->isChecked());
+}
+//---------------------------------------------------------------------------
diff --git a/app/strsvr_qt/convdlg.h b/app/strsvr_qt/convdlg.h
new file mode 100644
index 0000000..ba64c16
--- /dev/null
+++ b/app/strsvr_qt/convdlg.h
@@ -0,0 +1,29 @@
+//---------------------------------------------------------------------------
+#ifndef convdlgH
+#define convdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_convdlg.h"
+
+class QShowEvent;
+//---------------------------------------------------------------------------
+class ConvDialog : public QDialog, private Ui::ConvDialog
+{
+    Q_OBJECT
+public slots:
+
+    void BtnOkClick();
+    void ConversionClick();
+protected:
+    void showEvent(QShowEvent*);
+private:
+    void UpdateEnable(void);
+public:
+    QString ConvMsg,ConvOpt,AntType,RcvType;
+	int ConvEna,ConvInp,ConvOut,StaId;
+	double AntPos[3],AntOff[3];
+	
+    explicit ConvDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr_qt/convdlg.ui b/app/strsvr_qt/convdlg.ui
new file mode 100644
index 0000000..58629da
--- /dev/null
+++ b/app/strsvr_qt/convdlg.ui
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ConvDialog</class>
+ <widget class="QWidget" name="ConvDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>430</width>
+    <height>112</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Conversion Option</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <item row="0" column="1">
+    <widget class="QComboBox" name="InFormat">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="0">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Options</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="1">
+    <widget class="QLineEdit" name="Options">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="2" colspan="5">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="autoDefault">
+      <bool>true</bool>
+     </property>
+     <property name="default">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="7">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="QComboBox" name="OutFormat">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>RTCM 2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>RTCM 3</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="0" column="0">
+    <widget class="QCheckBox" name="Conversion">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Conversion From</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>To</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="4">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Message Types  (Inteval: s) separeted by ,</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="4">
+    <widget class="QLineEdit" name="OutMsgs">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>1004(1),1012(1)</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/app/strsvr_qt/install.bat b/app/strsvr_qt/install.bat
new file mode 100644
index 0000000..c6e95e6
--- /dev/null
+++ b/app/strsvr_qt/install.bat
@@ -0,0 +1 @@
+copy release\strsvr_qt.exe ..\..\bin
diff --git a/app/strsvr_qt/install.sh b/app/strsvr_qt/install.sh
new file mode 100644
index 0000000..d2b2cda
--- /dev/null
+++ b/app/strsvr_qt/install.sh
@@ -0,0 +1 @@
+cp release\strsvr_qt ..\..\bin
diff --git a/app/strsvr_qt/strsvr.cpp b/app/strsvr_qt/strsvr.cpp
new file mode 100644
index 0000000..afaf6ab
--- /dev/null
+++ b/app/strsvr_qt/strsvr.cpp
@@ -0,0 +1,11 @@
+#include "svrmain.h"
+#include <QApplication>
+
+int main(int argc, char *argv[])
+{
+    QApplication a(argc, argv);
+    MainForm w;
+    w.show();
+
+    return a.exec();
+}
diff --git a/app/strsvr_qt/strsvr_Icon.ico b/app/strsvr_qt/strsvr_Icon.ico
new file mode 100644
index 0000000..e5951f0
Binary files /dev/null and b/app/strsvr_qt/strsvr_Icon.ico differ
diff --git a/app/strsvr_qt/strsvr_qt.pro b/app/strsvr_qt/strsvr_qt.pro
new file mode 100644
index 0000000..cf330be
--- /dev/null
+++ b/app/strsvr_qt/strsvr_qt.pro
@@ -0,0 +1,87 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-02-09T19:09:57
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets serialport
+
+include(../../RTKLib.pri)
+
+lessThan(QT_MAJOR_VERSION, 5) {
+    LIBS += -lqextserialport-1.2
+    DEFINES += QEXTSERIALPORT
+}
+
+
+INCLUDEPATH += ../../src/ ../appcmn_qt
+
+linux{
+    RTKLIB =../../src/libRTKLib.a
+    LIBS += -lpng $${RTKLIB}
+}
+win32 {
+    CONFIG(debug) {
+        RTKLIB = ../../src/debug/libRTKLib.a
+    } else {
+        RTKLIB =../../src/release/libRTKLib.a
+    }
+
+    LIBS+= $${RTKLIB} -lWs2_32 -lwinmm
+}
+
+PRE_TARGETDEPS = $${RTKLIB}
+
+TARGET = strsvr_qt
+TEMPLATE = app
+
+
+SOURCES += \  
+    convdlg.cpp \
+    strsvr.cpp \
+    svrmain.cpp \
+    svroptdlg.cpp \
+    ../appcmn_qt/aboutdlg.cpp \
+    ../appcmn_qt/tcpoptdlg.cpp \
+    ../appcmn_qt/serioptdlg.cpp \
+    ../appcmn_qt/cmdoptdlg.cpp \
+    ../appcmn_qt/console.cpp \
+    ../appcmn_qt/fileoptdlg.cpp \
+    ../appcmn_qt/ftpoptdlg.cpp \
+    ../appcmn_qt/refdlg.cpp \
+    ../appcmn_qt/keydlg.cpp
+
+HEADERS  += \ 
+    convdlg.h \
+    svrmain.h \
+    svroptdlg.h \
+    ../appcmn_qt/tcpoptdlg.h \
+    ../appcmn_qt/serioptdlg.h \
+    ../appcmn_qt/aboutdlg.h \
+    ../appcmn_qt/cmdoptdlg.h \
+    ../appcmn_qt/console.h \
+    ../appcmn_qt/fileoptdlg.h \
+    ../appcmn_qt/ftpoptdlg.h \
+    ../appcmn_qt/refdlg.h \
+    ../appcmn_qt/keydlg.h
+
+FORMS    += \ 
+    convdlg.ui \
+    svrmain.ui \
+    svroptdlg.ui \
+    ../appcmn_qt/tcpoptdlg.ui \
+    ../appcmn_qt/serioptdlg.ui \
+    ../appcmn_qt/aboutdlg.ui \
+    ../appcmn_qt/cmdoptdlg.ui \
+    ../appcmn_qt/console.ui \
+    ../appcmn_qt/fileoptdlg.ui \
+    ../appcmn_qt/ftpoptdlg.ui \
+    ../appcmn_qt/refdlg.ui \
+    ../appcmn_qt/keydlg.ui
+
+RESOURCES +=  \
+    strsvr_qt.qrc
+
+RC_FILE = strsvr_qt.rc
diff --git a/app/strsvr_qt/strsvr_qt.qrc b/app/strsvr_qt/strsvr_qt.qrc
new file mode 100644
index 0000000..5c0e4cd
--- /dev/null
+++ b/app/strsvr_qt/strsvr_qt.qrc
@@ -0,0 +1,94 @@
+<RCC>
+    <qresource prefix="/icons">
+        <file alias="rtk1.bmp">../icon/rtk1.bmp</file>
+        <file alias="rtk2.bmp">../icon/rtk2.bmp</file>
+        <file alias="rtk3.bmp">../icon/rtk3.bmp</file>
+        <file alias="rtk4.bmp">../icon/rtk4.bmp</file>
+        <file alias="rtk5.bmp">../icon/rtk5.bmp</file>
+        <file alias="rtk6.bmp">../icon/rtk6.bmp</file>
+        <file alias="rtk7.bmp">../icon/rtk7.bmp</file>
+        <file alias="rtk8.bmp">../icon/rtk8.bmp</file>
+        <file alias="rtk8_tray.bmp">../icon/rtk8_tray.ico</file>
+        <file alias="rtk9.bmp">../icon/rtk9.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="tray0.bmp">../icon/tray0.bmp</file>
+        <file alias="tray1.bmp">../icon/tray1.bmp</file>
+        <file alias="tray2.bmp">../icon/tray2.bmp</file>
+        <file alias="strsvr_Icon">strsvr_Icon.ico</file>
+    </qresource>
+    <qresource prefix="/buttons">
+        <file alias="alt.bmp">../icon/alt.bmp</file>
+        <file alias="arrow.bmp">../icon/arrow.bmp</file>
+        <file alias="arrow_r.bmp">../icon/arrow_r.bmp</file>
+        <file alias="down.bmp">../icon/down.bmp</file>
+        <file alias="map.bmp">../icon/map.bmp</file>
+        <file alias="norm.bmp">../icon/norm.bmp</file>
+        <file alias="pause.bmp">../icon/pause.bmp</file>
+        <file alias="rarrow.bmp">../icon/rarrow.bmp</file>
+        <file alias="reload.bmp">../icon/reload.bmp</file>
+        <file alias="scale.bmp">../icon/scale.bmp</file>
+        <file alias="sqr.bmp">../icon/sqr.bmp</file>
+        <file alias="status.bmp">../icon/status.bmp</file>
+        <file alias="stop.bmp">../icon/stop.bmp</file>
+        <file alias="svrarrow.bmp">../icon/svrarrow.bmp</file>
+        <file alias="toolbmp">../icon/tool.bmp</file>
+        <file alias="ttray.bmp">../icon/ttray.bmp</file>
+        <file alias="doc.bmp">../icon/doc.bmp</file>
+        <file alias="anim.bmp">../icon/anim.bmp</file>
+        <file alias="anim1.bmp">../icon/anim1.bmp</file>
+        <file alias="anim2.bmp">../icon/anim2.bmp</file>
+        <file alias="border.bmp">../icon/border.bmp</file>
+        <file alias="building.bmp">../icon/building.bmp</file>
+        <file alias="chart.bmp">../icon/chart.bmp</file>
+        <file alias="connect.bmp">../icon/connect.bmp</file>
+        <file alias="connect1.bmp">../icon/connect1.bmp</file>
+        <file alias="connect2.bmp">../icon/connect2.bmp</file>
+        <file alias="data1.bmp">../icon/data1.bmp</file>
+        <file alias="data01.bmp">../icon/data01.bmp</file>
+        <file alias="data2.bmp">../icon/data2.bmp</file>
+        <file alias="data02.bmp">../icon/data02.bmp</file>
+        <file alias="data03.bmp">../icon/data03.bmp</file>
+        <file alias="data04.bmp">../icon/data04.bmp</file>
+        <file alias="data12.bmp">../icon/data12.bmp</file>
+        <file alias="del.bmp">../icon/del.bmp</file>
+        <file alias="expand.bmp">../icon/expand.bmp</file>
+        <file alias="fitd.bmp">../icon/fitd.bmp</file>
+        <file alias="fith.bmp">../icon/fith.bmp</file>
+        <file alias="fitv.bmp">../icon/fitv.bmp</file>
+        <file alias="ge.bmp">../icon/ge.bmp</file>
+        <file alias="gm.bmp">../icon/gm.bmp</file>
+        <file alias="graph.bmp">../icon/graph.bmp</file>
+        <file alias="grid.bmp">../icon/grid.bmp</file>
+        <file alias="headup.bmp">../icon/headup.bmp</file>
+        <file alias="home.bmp">../icon/home.bmp</file>
+        <file alias="load.bmp">../icon/load.bmp</file>
+        <file alias="navctr.bmp">../icon/navctr.bmp</file>
+        <file alias="navi.bmp">../icon/navi.bmp</file>
+        <file alias="navi0.bmp">../icon/navi0.bmp</file>
+        <file alias="ori.bmp">../icon/ori.bmp</file>
+        <file alias="point.bmp">../icon/point.bmp</file>
+        <file alias="point.ico">../icon/point.ico</file>
+        <file alias="road.bmp">../icon/road.bmp</file>
+        <file alias="rotl.bmp">../icon/rotl.bmp</file>
+        <file alias="rotr.bmp">../icon/rotr.bmp</file>
+        <file alias="showp.bmp">../icon/showp.bmp</file>
+        <file alias="showt.bmp">../icon/showt.bmp</file>
+        <file alias="shrink.bmp">../icon/shrink.bmp</file>
+        <file alias="tilt.bmp">../icon/tilt.bmp</file>
+        <file alias="track.bmp">../icon/track.bmp</file>
+        <file alias="trackc.bmp">../icon/trackc.bmp</file>
+        <file alias="trackl.bmp">../icon/trackl.bmp</file>
+        <file alias="trackr.bmp">../icon/trackr.bmp</file>
+        <file alias="undu.bmp">../icon/undu.bmp</file>
+        <file alias="up.bmp">../icon/up.bmp</file>
+        <file alias="vmap.bmp">../icon/vmap.bmp</file>
+        <file alias="wait1.bmp">../icon/wait1.bmp</file>
+        <file alias="wait2.bmp">../icon/wait2.bmp</file>
+        <file alias="wait3.bmp">../icon/wait3.bmp</file>
+        <file alias="wait4.bmp">../icon/wait4.bmp</file>
+        <file alias="wait5.bmp">../icon/wait5.bmp</file>
+        <file alias="wait6.bmp">../icon/wait6.bmp</file>
+        <file alias="wait7.bmp">../icon/wait7.bmp</file>
+        <file alias="wait8.bmp">../icon/wait8.bmp</file>
+    </qresource>
+</RCC>
diff --git a/app/strsvr_qt/strsvr_qt.rc b/app/strsvr_qt/strsvr_qt.rc
new file mode 100644
index 0000000..e079ceb
--- /dev/null
+++ b/app/strsvr_qt/strsvr_qt.rc
@@ -0,0 +1 @@
+IDI_ICON1               ICON    DISCARDABLE     "strsvr_Icon.ico"
diff --git a/app/strsvr_qt/svrmain.cpp b/app/strsvr_qt/svrmain.cpp
new file mode 100644
index 0000000..29341ce
--- /dev/null
+++ b/app/strsvr_qt/svrmain.cpp
@@ -0,0 +1,853 @@
+//---------------------------------------------------------------------------
+// strsvr : stream server
+//
+//          Copyright (C) 2007-2012 by T.TAKASU, All rights reserved.
+//          ported to Qt by Jens Reimann
+//
+// options : strsvr [-t title][-i file][-auto][-tray]
+//
+//           -t title   window title
+//           -i file    ini file path
+//           -auto      auto start
+//           -tray      start as task tray icon
+//
+// version : $Revision:$ $Date:$
+// history : 2008/04/03  1.1 rtklib 2.3.1
+//           2010/07/18  1.2 rtklib 2.4.0
+//           2011/06/10  1.3 rtklib 2.4.1
+//           2012/12/15  1.4 rtklib 2.4.2
+//                       add stream conversion function
+//                       add option -auto and -tray
+//---------------------------------------------------------------------------
+#include <QTimer>
+#include <QCommandLineParser>
+#include <QFileInfo>
+#include <QSystemTrayIcon>
+#include <QMessageBox>
+#include <QSettings>
+#include <QMenu>
+
+#include "rtklib.h"
+#include "svroptdlg.h"
+#include "serioptdlg.h"
+#include "fileoptdlg.h"
+#include "tcpoptdlg.h"
+#include "ftpoptdlg.h"
+#include "cmdoptdlg.h"
+#include "convdlg.h"
+#include "aboutdlg.h"
+#include "refdlg.h"
+#include "console.h"
+#include "svrmain.h"
+
+//---------------------------------------------------------------------------
+
+#define PRGNAME     "STRSVR-QT"        // program name
+#define TRACEFILE   "strsvr.trace"  // debug trace file
+#define CLORANGE    QColor(0x00,0xAA,0xFF)
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+static strsvr_t strsvr;
+
+
+QString color2String(const QColor &c){
+    return QString("rgb(%1,%2,%3)").arg(c.red()).arg(c.green()).arg(c.blue());
+}
+
+// number to comma-separated number -----------------------------------------
+static void num2cnum(int num, char *str)
+{
+    char buff[256],*p=buff,*q=str;
+    int i,n;
+    n=sprintf(buff,"%u",(unsigned int)num);
+    for (i=0;i<n;i++) {
+        *q++=*p++;
+        if ((n-i-1)%3==0&&i<n-1) *q++=',';
+    }
+    *q='\0';
+}
+// constructor --------------------------------------------------------------
+MainForm::MainForm(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    QCoreApplication::setApplicationName(PRGNAME);
+    QCoreApplication::setApplicationVersion(QString(VER_RTKLIB)+ " "+ PATCH_LEVEL);
+
+    setWindowIcon(QIcon(":/icons/rtk6.bmp"));
+
+    setlocale(LC_NUMERIC,"C"); // use point as decimal separator in formated output
+
+    QString file=QApplication::applicationFilePath();
+    QFileInfo fi(file);
+    IniFile=fi.absolutePath()+"/"+fi.baseName()+".ini";
+
+    TrayIcon = new QSystemTrayIcon(QIcon(":/icons/strsvr_Icon"));
+
+    QMenu *trayMenu= new QMenu(this);
+    trayMenu->addAction(MenuExpand);
+    trayMenu->addSeparator();
+    trayMenu->addAction(MenuStart);
+    trayMenu->addAction(MenuStop);
+    trayMenu->addSeparator();
+    trayMenu->addAction(MenuExit);
+
+    TrayIcon->setContextMenu(trayMenu);
+
+    svrOptDialog = new SvrOptDialog(this);
+    console = new Console(this);
+    tcpOptDialog= new TcpOptDialog(this);
+    serialOptDialog= new SerialOptDialog(this);
+    fileOptDialog= new FileOptDialog(this);
+    ftpOptDialog= new FtpOptDialog(this);
+
+    StartTime.sec=StartTime.time=EndTime.sec=EndTime.time=0;
+
+    connect(BtnExit,SIGNAL(clicked(bool)),this,SLOT(BtnExitClick()));
+    connect(BtnInput,SIGNAL(clicked(bool)),this,SLOT(BtnInputClick()));
+    connect(BtnStart,SIGNAL(clicked(bool)),this,SLOT(BtnStartClick()));
+    connect(BtnStop,SIGNAL(clicked(bool)),this,SLOT(BtnStopClick()));
+    connect(BtnOpt,SIGNAL(clicked(bool)),this,SLOT(BtnOptClick()));
+    connect(BtnCmd,SIGNAL(clicked(bool)),this,SLOT(BtnCmdClick()));
+    connect(BtnAbout,SIGNAL(clicked(bool)),this,SLOT(BtnAboutClick()));
+    connect(BtnStrMon,SIGNAL(clicked(bool)),this,SLOT(BtnStrMonClick()));
+    connect(BtnOutput1,SIGNAL(clicked(bool)),this,SLOT(BtnOutput1Click()));
+    connect(BtnOutput2,SIGNAL(clicked(bool)),this,SLOT(BtnOutput2Click()));
+    connect(BtnOutput3,SIGNAL(clicked(bool)),this,SLOT(BtnOutput3Click()));
+    connect(BtnTaskIcon,SIGNAL(clicked(bool)),this,SLOT(BtnTaskIconClick()));
+    connect(MenuStart,SIGNAL(triggered(bool)),this,SLOT(MenuStartClick()));
+    connect(MenuStop,SIGNAL(triggered(bool)),this,SLOT(MenuStopClick()));
+    connect(MenuExit,SIGNAL(triggered(bool)),this,SLOT(MenuExitClick()));
+    connect(MenuExpand,SIGNAL(triggered(bool)),this,SLOT(MenuExpandClick()));
+    connect(Output1,SIGNAL(currentIndexChanged(int)),this,SLOT(Output1Change()));
+    connect(Output2,SIGNAL(currentIndexChanged(int)),this,SLOT(Output2Change()));
+    connect(Output3,SIGNAL(currentIndexChanged(int)),this,SLOT(Output3Change()));
+    connect(BtnConv1,SIGNAL(clicked(bool)),this,SLOT(BtnConv1Click()));
+    connect(BtnConv2,SIGNAL(clicked(bool)),this,SLOT(BtnConv2Click()));
+    connect(BtnConv3,SIGNAL(clicked(bool)),this,SLOT(BtnConv3Click()));
+    connect(&Timer1,SIGNAL(timeout()),this,SLOT(Timer1Timer()));
+    connect(&Timer2,SIGNAL(timeout()),this,SLOT(Timer2Timer()));
+    connect(TrayIcon,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,SLOT(TrayIconActivated(QSystemTrayIcon::ActivationReason)));
+    connect(Input,SIGNAL(currentIndexChanged(int)),this,SLOT(InputChange()));
+
+    Timer1.setInterval(50);
+    Timer2.setInterval(100);
+
+    QTimer::singleShot(100,this,SLOT(FormCreate()));
+}
+// callback on form create --------------------------------------------------
+void MainForm::FormCreate()
+{
+    int autorun=0,tasktray=0;
+    
+    strsvrinit(&strsvr,3);
+    
+    setWindowTitle(QString("%1 ver.%2 %3").arg(PRGNAME).arg(VER_RTKLIB).arg(PATCH_LEVEL));
+    
+
+    QCommandLineParser parser;
+    parser.setApplicationDescription("stream server");
+    parser.addHelpOption();
+    parser.addVersionOption();
+    parser.addPositionalArgument("source", QCoreApplication::translate("main", "Source file to copy."));
+    parser.addPositionalArgument("destination", QCoreApplication::translate("main", "Destination directory."));
+
+     // A boolean option with a single name (-p)
+     QCommandLineOption showProgressOption("p", QCoreApplication::translate("main", "Show progress during copy"));
+     parser.addOption(showProgressOption);
+
+    QCommandLineOption trayOption(QStringList() << "tray",
+            QCoreApplication::translate("main", "start as task tray icon."));
+    parser.addOption(trayOption);
+
+    QCommandLineOption autoOption(QStringList() << "auto",
+            QCoreApplication::translate("main", "auto start."));
+    parser.addOption(autoOption);
+
+    QCommandLineOption windowTitleOption(QStringList() << "t",
+            QCoreApplication::translate("main", "window title."),
+            QCoreApplication::translate("main", "title"));
+    parser.addOption(windowTitleOption);
+
+    QCommandLineOption iniFileOption(QStringList() << "i",
+            QCoreApplication::translate("main", "ini file path."),
+            QCoreApplication::translate("main", "file"));
+    parser.addOption(iniFileOption);
+
+    parser.process(*QApplication::instance());
+
+    if (parser.isSet(iniFileOption))
+        IniFile=parser.value(iniFileOption);
+
+    LoadOpt();
+    
+    if (parser.isSet(windowTitleOption))
+        setWindowTitle(parser.value(windowTitleOption));
+    if (parser.isSet(autoOption)) autorun=1;
+    if (parser.isSet(trayOption)) tasktray=1;
+
+    SetTrayIcon(0);
+    
+    if (tasktray) {
+        setVisible(false);
+        TrayIcon->setVisible(true);
+    }
+    if (autorun) {
+        SvrStart();
+    }
+    Timer1.start();
+    Timer2.start();
+}
+// callback on form close ---------------------------------------------------
+void MainForm::closeEvent(QCloseEvent *)
+{
+    SaveOpt();
+}
+// callback on button-exit --------------------------------------------------
+void MainForm::BtnExitClick()
+{
+    close();
+}
+// callback on button-start -------------------------------------------------
+void MainForm::BtnStartClick()
+{
+    SvrStart();
+}
+// callback on button-stop --------------------------------------------------
+void MainForm::BtnStopClick()
+{
+    SvrStop();
+}
+// callback on button-options -----------------------------------------------
+void MainForm::BtnOptClick()
+{
+
+    for (int i=0;i<6;i++) svrOptDialog->SvrOpt[i]=SvrOpt[i];
+    for (int i=0;i<3;i++) svrOptDialog->AntPos[i]=AntPos[i];
+    for (int i=0;i<3;i++) svrOptDialog->AntOff[i]=AntOff[i];
+    svrOptDialog->TraceLevel=TraceLevel;
+    svrOptDialog->NmeaReq=NmeaReq;
+    svrOptDialog->FileSwapMargin=FileSwapMargin;
+    svrOptDialog->StaPosFile=StaPosFile;
+    svrOptDialog->ExeDirectory=ExeDirectory;
+    svrOptDialog->LocalDirectory=LocalDirectory;
+    svrOptDialog->ProxyAddress=ProxyAddress;
+    svrOptDialog->StaId=StaId;
+    svrOptDialog->StaSel=StaSel;
+    svrOptDialog->AntType=AntType;
+    svrOptDialog->RcvType=RcvType;
+    
+    svrOptDialog->exec();
+    if (svrOptDialog->result()!=QDialog::Accepted) return;
+    
+    for (int i=0;i<6;i++) SvrOpt[i]=svrOptDialog->SvrOpt[i];
+    for (int i=0;i<3;i++) AntPos[i]=svrOptDialog->AntPos[i];
+    for (int i=0;i<3;i++) AntOff[i]=svrOptDialog->AntOff[i];
+    TraceLevel=svrOptDialog->TraceLevel;
+    NmeaReq=svrOptDialog->NmeaReq;
+    FileSwapMargin=svrOptDialog->FileSwapMargin;
+    StaPosFile=svrOptDialog->StaPosFile;
+    ExeDirectory=svrOptDialog->ExeDirectory;
+    LocalDirectory=svrOptDialog->LocalDirectory;
+    ProxyAddress=svrOptDialog->ProxyAddress;
+    StaId=svrOptDialog->StaId;
+    StaSel=svrOptDialog->StaSel;
+    AntType=svrOptDialog->AntType;
+    RcvType=svrOptDialog->RcvType;
+}
+// callback on button-input-opt ---------------------------------------------
+void MainForm::BtnInputClick()
+{
+    switch (Input->currentIndex()) {
+        case 0: SerialOpt(0,0); break;
+        case 1: TcpOpt(0,1); break;
+        case 2: TcpOpt(0,0); break;
+        case 3: TcpOpt(0,3); break;
+        case 4: FileOpt(0,0); break;
+        case 5: FtpOpt(0,0); break;
+        case 6: FtpOpt(0,1); break;
+    }
+}
+// callback on button-input-cmd ---------------------------------------------
+void MainForm::BtnCmdClick()
+{
+    CmdOptDialog *cmdOptDialog= new CmdOptDialog(this);
+
+    if (Input->currentIndex()==0) {
+        cmdOptDialog->Cmds[0]=Cmds[0];
+        cmdOptDialog->Cmds[1]=Cmds[1];
+        cmdOptDialog->CmdEna[0]=CmdEna[0];
+        cmdOptDialog->CmdEna[1]=CmdEna[1];
+    }
+    else {
+        cmdOptDialog->Cmds[0]=CmdsTcp[0];
+        cmdOptDialog->Cmds[1]=CmdsTcp[1];
+        cmdOptDialog->CmdEna[0]=CmdEnaTcp[0];
+        cmdOptDialog->CmdEna[1]=CmdEnaTcp[1];
+    }
+
+    cmdOptDialog->exec();
+
+    if (cmdOptDialog->result()!=QDialog::Accepted) return;
+    if (Input->currentIndex()==0) {
+        Cmds[0]  =cmdOptDialog->Cmds[0];
+        Cmds[1]  =cmdOptDialog->Cmds[1];
+        CmdEna[0]=cmdOptDialog->CmdEna[0];
+        CmdEna[1]=cmdOptDialog->CmdEna[1];
+    }
+    else {
+        CmdsTcp[0]  =cmdOptDialog->Cmds[0];
+        CmdsTcp[1]  =cmdOptDialog->Cmds[1];
+        CmdEnaTcp[0]=cmdOptDialog->CmdEna[0];
+        CmdEnaTcp[1]=cmdOptDialog->CmdEna[1];
+    }
+
+    delete cmdOptDialog;
+}
+// callback on button-output1-opt -------------------------------------------
+void MainForm::BtnOutput1Click()
+{
+    switch (Output1->currentIndex()) {
+        case 1: SerialOpt(1,0); break;
+        case 2: TcpOpt(1,1); break;
+        case 3: TcpOpt(1,0); break;
+        case 4: TcpOpt(1,2); break;
+        case 5: FileOpt(1,1); break;
+    }
+}
+// callback on button-output2-opt -------------------------------------------
+void MainForm::BtnOutput2Click()
+{
+    switch (Output2->currentIndex()) {
+        case 1: SerialOpt(2,0); break;
+        case 2: TcpOpt(2,1); break;
+        case 3: TcpOpt(2,0); break;
+        case 4: TcpOpt(2,2); break;
+        case 5: FileOpt(2,1); break;
+    }
+}
+// callback on button-output3-opt -------------------------------------------
+void MainForm::BtnOutput3Click()
+{
+    switch (Output3->currentIndex()) {
+        case 1: SerialOpt(3,0); break;
+        case 2: TcpOpt(3,1); break;
+        case 3: TcpOpt(3,0); break;
+        case 4: TcpOpt(3,2); break;
+        case 5: FileOpt(3,1); break; 
+    }
+}
+// callback on button-output1-conv ------------------------------------------
+void MainForm::BtnConv1Click()
+{
+    ConvDialog *convDialog=new ConvDialog(this);
+
+    convDialog->ConvEna=ConvEna[0];
+    convDialog->ConvInp=ConvInp[0];
+    convDialog->ConvOut=ConvOut[0];
+    convDialog->ConvMsg=ConvMsg[0];
+    convDialog->ConvOpt=ConvOpt[0];
+
+    convDialog->exec();
+    if (convDialog->result()!=QDialog::Accepted) return;
+
+    ConvEna[0]=convDialog->ConvEna;
+    ConvInp[0]=convDialog->ConvInp;
+    ConvOut[0]=convDialog->ConvOut;
+    ConvMsg[0]=convDialog->ConvMsg;
+    ConvOpt[0]=convDialog->ConvOpt;
+
+    delete convDialog;
+}
+// callback on button-output2-conv ------------------------------------------
+void MainForm::BtnConv2Click()
+{
+    ConvDialog *convDialog=new ConvDialog(this);
+
+    convDialog->ConvEna=ConvEna[1];
+    convDialog->ConvInp=ConvInp[1];
+    convDialog->ConvOut=ConvOut[1];
+    convDialog->ConvMsg=ConvMsg[1];
+    convDialog->ConvOpt=ConvOpt[1];
+
+    convDialog->exec();
+    if (convDialog->result()!=QDialog::Accepted) return;
+
+    ConvEna[1]=convDialog->ConvEna;
+    ConvInp[1]=convDialog->ConvInp;
+    ConvOut[1]=convDialog->ConvOut;
+    ConvMsg[1]=convDialog->ConvMsg;
+    ConvOpt[1]=convDialog->ConvOpt;
+
+    delete convDialog;
+}
+// callback on button-output3-conv ------------------------------------------
+void MainForm::BtnConv3Click()
+{
+    ConvDialog *convDialog=new ConvDialog(this);
+
+    convDialog->ConvEna=ConvEna[2];
+    convDialog->ConvInp=ConvInp[2];
+    convDialog->ConvOut=ConvOut[2];
+    convDialog->ConvMsg=ConvMsg[2];
+    convDialog->ConvOpt=ConvOpt[2];
+
+    convDialog->exec();
+    if (convDialog->result()!=QDialog::Accepted) return;
+
+    ConvEna[2]=convDialog->ConvEna;
+    ConvInp[2]=convDialog->ConvInp;
+    ConvOut[2]=convDialog->ConvOut;
+    ConvMsg[2]=convDialog->ConvMsg;
+    ConvOpt[2]=convDialog->ConvOpt;
+
+    delete convDialog;
+}
+// callback on buttn-about --------------------------------------------------
+void MainForm::BtnAboutClick()
+{
+    AboutDialog *aboutDialog=new AboutDialog(this);
+
+    aboutDialog->About=PRGNAME;
+    aboutDialog->IconIndex=6;
+    aboutDialog->exec();
+
+    delete aboutDialog;
+}
+// callback on task-icon ----------------------------------------------------
+void MainForm::BtnTaskIconClick()
+{
+    setVisible(false);
+    TrayIcon->setVisible(true);
+}
+// callback on task-icon double-click ---------------------------------------
+void MainForm::TrayIconActivated(QSystemTrayIcon::ActivationReason reason)
+{
+    if (reason!=QSystemTrayIcon::DoubleClick) return;
+
+    setVisible(true);
+    TrayIcon->setVisible(false);
+}
+// callback on menu-expand --------------------------------------------------
+void MainForm::MenuExpandClick()
+{
+    setVisible(true);
+    TrayIcon->setVisible(false);
+}
+// callback on menu-start ---------------------------------------------------
+void MainForm::MenuStartClick()
+{
+    SvrStart();
+}
+// callback on menu-stop ----------------------------------------------------
+void MainForm::MenuStopClick()
+{
+    SvrStop();
+}
+// callback on menu-exit ----------------------------------------------------
+void MainForm::MenuExitClick()
+{
+    close();
+}
+// callback on stream-monitor -----------------------------------------------
+void MainForm::BtnStrMonClick()
+{
+    console->setWindowTitle("Input Monitor");
+    console->show();
+}
+// callback on input type change --------------------------------------------
+void MainForm::InputChange()
+{
+    UpdateEnable();
+}
+// callback on output1 type change ------------------------------------------
+void MainForm::Output1Change()
+{
+    UpdateEnable(); 
+}
+// callback on output2 type change ------------------------------------------
+void MainForm::Output2Change()
+{
+    UpdateEnable();
+}
+// callback on output3 type change ------------------------------------------
+void MainForm::Output3Change()
+{
+    UpdateEnable();
+}
+// callback on interval timer -----------------------------------------------
+void MainForm::Timer1Timer()
+{
+    QColor color[]={Qt::red,Qt::gray,CLORANGE,Qt::green,QColor(0x00,0xff,0x00)};
+    QLabel *e0[]={IndInput,IndOutput1,IndOutput2,IndOutput3};
+    QLabel *e1[]={InputByte,Output1Byte,Output2Byte,Output3Byte};
+    QLabel *e2[]={InputBps,Output1Bps,Output2Bps,Output3Bps};
+    gtime_t time=utc2gpst(timeget());
+    int stat[4]={0},byte[4]={0},bps[4]={0};
+    char msg[MAXSTRMSG*4]="",s1[256],s2[256];
+    double ctime,t[4];
+    
+    strsvrstat(&strsvr,stat,byte,bps,msg);
+    for (int i=0;i<4;i++) {
+        num2cnum(byte[i],s1);
+        num2cnum(bps[i],s2);
+        e0[i]->setStyleSheet(QString("background-color: %1").arg(color2String(color[stat[i]+1])));
+        e1[i]->setText(s1);
+        e2[i]->setText(s2);
+    }
+    Progress->setValue(!stat[0]?0:MIN(100,(int)(fmod(byte[0]/500.0,110.0))));
+    
+    time2str(time,s1,0);
+    Time->setText(QString(tr("%1 GPST")).arg(s1));
+    
+    if (Panel1->isEnabled()) {
+        ctime=timediff(EndTime,StartTime);
+    }
+    else {
+        ctime=timediff(time,StartTime);
+    }
+    ctime=floor(ctime);
+    t[0]=floor(ctime/86400.0); ctime-=t[0]*86400.0;
+    t[1]=floor(ctime/3600.0 ); ctime-=t[1]*3600.0;
+    t[2]=floor(ctime/60.0   ); ctime-=t[2]*60.0;
+    t[3]=ctime;
+    ConTime->setText(QString("%1d %2:%3:%4").arg(t[0],0,'f',0).arg(t[1],2,'f',0,QChar('0')).arg(t[2],2,'f',0,QChar('0')).arg(t[3],2,'f',2,QChar('0')));
+    
+    num2cnum(byte[0],s1); num2cnum(bps[0],s2);
+    TrayIcon->setToolTip(QString(tr("%1 bytes %2 bps")).arg(s1).arg(s2));
+    SetTrayIcon(stat[0]<=0?0:(stat[0]==3?2:1));
+    
+    Message->setText(msg);
+}
+// start stream server ------------------------------------------------------
+void MainForm::SvrStart(void)
+{
+    strconv_t *conv[3]={0};
+    static char str[4][1024];
+    int itype[]={
+        STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPCLI,STR_FILE,STR_FTP,STR_HTTP
+    };
+    int otype[]={
+        STR_NONE,STR_SERIAL,STR_TCPCLI,STR_TCPSVR,STR_NTRIPSVR,STR_FILE
+    };
+    int ip[]={0,1,1,1,2,3,3},strs[4]={0},opt[7]={0},n;
+    char *paths[4],filepath[1024],buff[1024];
+    char cmd[1024];
+    char *ant[3]={"","",""},*rcv[3]={"","",""},*p;
+    FILE *fp;
+    
+    if (TraceLevel>0) {
+        traceopen(TRACEFILE);
+        tracelevel(TraceLevel);
+    }
+    for (int i=0;i<4;i++) paths[i]=str[i];
+    
+    strs[0]=itype[Input->currentIndex()];
+    strs[1]=otype[Output1->currentIndex()];
+    strs[2]=otype[Output2->currentIndex()];
+    strs[3]=otype[Output3->currentIndex()];
+    
+    strcpy(paths[0],qPrintable(Paths[0][ip[Input->currentIndex()]]));
+    strcpy(paths[1],!Output1->currentIndex()?"":qPrintable(Paths[1][ip[Output1->currentIndex()-1]]));
+    strcpy(paths[2],!Output2->currentIndex()?"":qPrintable(Paths[2][ip[Output2->currentIndex()-1]]));
+    strcpy(paths[3],!Output3->currentIndex()?"":qPrintable(Paths[3][ip[Output3->currentIndex()-1]]));
+    
+    if (Input->currentIndex()==0) {
+        if (CmdEna[0]) strncpy(cmd,qPrintable(Cmds[0]),1024);
+    }
+    else if (Input->currentIndex()==1||Input->currentIndex()==3) {
+        if (CmdEnaTcp[0]) strncpy(cmd,qPrintable(CmdsTcp[0]),1024);
+    }
+    for (int i=0;i<5;i++) {
+        opt[i]=SvrOpt[i];
+    }
+    opt[5]=NmeaReq?SvrOpt[5]:0;
+    opt[6]=FileSwapMargin;
+    
+    for (int i=1;i<4;i++) {
+        if (strs[i]!=STR_FILE) continue;
+        strcpy(filepath,paths[i]);
+        if (strstr(filepath,"::A")) continue;
+        if ((p=strstr(filepath,"::"))) *p='\0';
+        if (!(fp=fopen(filepath,"r"))) continue;
+        fclose(fp);
+        if (QMessageBox::question(this,tr("Overwrite"),tr("File %1 exists. \nDo you want to overwrite?").arg(filepath))!=QMessageBox::Yes) return;
+    }
+    strsetdir(qPrintable(LocalDirectory));
+    strsetproxy(qPrintable(ProxyAddress));
+    
+    for (int i=0;i<3;i++) {
+        if (!ConvEna[i]) continue;
+        if (!(conv[i]=strconvnew(ConvInp[i],ConvOut[i],qPrintable(ConvMsg[i]),
+                                 StaId,StaSel,qPrintable(ConvOpt[i])))) continue;
+        strcpy(buff,qPrintable(AntType));
+        for (p=strtok(buff,","),n=0;p&&n<3;p=strtok(NULL,",")) ant[n++]=p;
+        strcpy(conv[i]->out.sta.antdes,ant[0]);
+        strcpy(conv[i]->out.sta.antsno,ant[1]);
+        conv[i]->out.sta.antsetup=atoi(ant[2]);
+        strcpy(buff,qPrintable(RcvType));
+        for (p=strtok(buff,","),n=0;p&&n<3;p=strtok(NULL,",")) rcv[n++]=p;
+        strcpy(conv[i]->out.sta.rectype,rcv[0]);
+        strcpy(conv[i]->out.sta.recver ,rcv[1]);
+        strcpy(conv[i]->out.sta.recsno ,rcv[2]);
+        matcpy(conv[i]->out.sta.pos,AntPos,3,1);
+        matcpy(conv[i]->out.sta.del,AntOff,3,1);
+    }
+    // stream server start
+    if (!strsvrstart(&strsvr,opt,strs,paths,conv,cmd,AntPos)) return;
+    
+    StartTime=utc2gpst(timeget());
+    Panel1    ->setEnabled(false);
+    BtnStart  ->setEnabled(false);
+    BtnStop   ->setEnabled(true);
+    BtnOpt    ->setEnabled(false);
+    BtnExit   ->setEnabled(false);
+    MenuStart ->setEnabled(false);
+    MenuStop  ->setEnabled(true);
+    MenuExit  ->setEnabled(false);
+    SetTrayIcon(1);
+}
+// stop stream server -------------------------------------------------------
+void MainForm::SvrStop(void)
+{
+    char cmd[1024];
+    
+    if (Input->currentIndex()==0) {
+        if (CmdEna[1]) strncpy(cmd,qPrintable(Cmds[1]),1024);
+    }
+    else if (Input->currentIndex()==1||Input->currentIndex()==3) {
+        if (CmdEnaTcp[1]) strncpy(cmd,qPrintable(CmdsTcp[1]),1024);
+    }
+    strsvrstop(&strsvr,cmd);
+    
+    EndTime=utc2gpst(timeget());
+    Panel1    ->setEnabled(true);
+    BtnStart  ->setEnabled(true);
+    BtnStop   ->setEnabled(false);
+    BtnOpt    ->setEnabled(true);
+    BtnExit   ->setEnabled(true);
+    MenuStart ->setEnabled(true);
+    MenuStop  ->setEnabled(false);
+    MenuExit  ->setEnabled(true);
+    SetTrayIcon(0);
+    
+    for (int i=0;i<3;i++) {
+        if (ConvEna[i]) strconvfree(strsvr.conv[i]);
+    }
+    if (TraceLevel>0) traceclose();
+}
+// callback on interval timer for stream monitor ----------------------------
+void MainForm::Timer2Timer()
+{
+    unsigned char *msg;
+    int len;
+    
+    lock(&strsvr.lock);
+    
+    len=strsvr.npb;
+    if (len>0&&(msg=(unsigned char *)malloc(len))) {
+        memcpy(msg,strsvr.pbuf,len);
+        strsvr.npb=0;
+    }
+    unlock(&strsvr.lock);
+    
+    if (len<=0||!msg) return;
+    
+    console->AddMsg(msg,len);
+    
+    free(msg);
+}
+// set serial options -------------------------------------------------------
+void MainForm::SerialOpt(int index, int opt)
+{
+    serialOptDialog->Path=Paths[index][0];
+    serialOptDialog->Opt=opt;
+
+    serialOptDialog->exec();
+    if (serialOptDialog->result()!=QDialog::Accepted) return;
+    Paths[index][0]=serialOptDialog->Path;
+}
+// set tcp/ip options -------------------------------------------------------
+void MainForm::TcpOpt(int index, int opt)
+{
+    tcpOptDialog->Path=Paths[index][1];
+    tcpOptDialog->Opt=opt;
+    for (int i=0;i<MAXHIST;i++) tcpOptDialog->History[i]=TcpHistory[i];
+    for (int i=0;i<MAXHIST;i++) tcpOptDialog->MntpHist[i]=TcpMntpHist[i];
+
+    tcpOptDialog->exec();
+    if (tcpOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][1]=tcpOptDialog->Path;
+    for (int i=0;i<MAXHIST;i++) TcpHistory[i]=tcpOptDialog->History[i];
+    for (int i=0;i<MAXHIST;i++) TcpMntpHist[i]=tcpOptDialog->MntpHist[i];
+
+}
+// set file options ---------------------------------------------------------
+void MainForm::FileOpt(int index, int opt)
+{
+    fileOptDialog->Path=Paths[index][2];
+    fileOptDialog->Opt=opt;
+
+    fileOptDialog->exec();
+    if (fileOptDialog->result()!=QDialog::Accepted) return;
+    Paths[index][2]=fileOptDialog->Path;
+}
+// set ftp/http options -----------------------------------------------------
+void MainForm::FtpOpt(int index, int opt)
+{
+    ftpOptDialog->Path=Paths[index][3];
+    ftpOptDialog->Opt=opt;
+
+    ftpOptDialog->exec();
+    if (ftpOptDialog->result()!=QDialog::Accepted) return;
+
+    Paths[index][3]=ftpOptDialog->Path;
+
+}
+// undate enable of widgets -------------------------------------------------
+void MainForm::UpdateEnable(void)
+{
+    BtnCmd->setEnabled(Input->currentIndex()<2||Input->currentIndex()==3);
+    LabelOutput1->setStyleSheet(QString("color :%1").arg(color2String(Output1->currentIndex()>0?Qt::black:Qt::gray)));
+    LabelOutput2->setStyleSheet(QString("color :%1").arg(color2String(Output2->currentIndex()>0?Qt::black:Qt::gray)));
+    LabelOutput3->setStyleSheet(QString("color :%1").arg(color2String(Output3->currentIndex()>0?Qt::black:Qt::gray)));
+    Output1Byte ->setStyleSheet(QString("color :%1").arg(color2String(Output1->currentIndex()>0?Qt::black:Qt::gray)));
+    Output2Byte ->setStyleSheet(QString("color :%1").arg(color2String(Output2->currentIndex()>0?Qt::black:Qt::gray)));
+    Output3Byte ->setStyleSheet(QString("color :%1").arg(color2String(Output3->currentIndex()>0?Qt::black:Qt::gray)));
+    Output1Bps  ->setStyleSheet(QString("color :%1").arg(color2String(Output1->currentIndex()>0?Qt::black:Qt::gray)));
+    Output2Bps  ->setStyleSheet(QString("color :%1").arg(color2String(Output2->currentIndex()>0?Qt::black:Qt::gray)));
+    Output3Bps  ->setStyleSheet(QString("color :%1").arg(color2String(Output3->currentIndex()>0?Qt::black:Qt::gray)));
+    BtnOutput1->setEnabled(Output1->currentIndex()>0);
+    BtnOutput2->setEnabled(Output2->currentIndex()>0);
+    BtnOutput3->setEnabled(Output3->currentIndex()>0);
+    BtnConv1  ->setEnabled(BtnOutput1->isEnabled());
+    BtnConv2  ->setEnabled(BtnOutput2->isEnabled());
+    BtnConv3  ->setEnabled(BtnOutput3->isEnabled());
+}
+// set task-tray icon -------------------------------------------------------
+void MainForm::SetTrayIcon(int index)
+{
+    QString icon[]={":/icons/tray0.bmp",":/icons/tray1.bmp",":/icons/tray2.bmp"};
+    TrayIcon->setIcon(QIcon(icon[index]));
+}
+// load options -------------------------------------------------------------
+void MainForm::LoadOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    int optdef[]={10000,10000,1000,32768,10,0};
+    
+    Input  ->setCurrentIndex(settings.value("set/input",       0).toInt());
+    Output1->setCurrentIndex(settings.value("set/output1",     0).toInt());
+    Output2->setCurrentIndex(settings.value("set/output2",     0).toInt());
+    Output3->setCurrentIndex(settings.value("set/output3",     0).toInt());
+    TraceLevel        =settings.value("set/tracelevel",  0).toInt();
+    NmeaReq           =settings.value("set/nmeareq",     0).toInt();
+    FileSwapMargin    =settings.value("set/fswapmargin",30).toInt();
+    StaId             =settings.value("set/staid"       ,0).toInt();
+    StaSel            =settings.value("set/stasel"      ,0).toInt();
+    AntType           =settings.value("set/anttype",    "").toString();
+    RcvType           =settings.value("set/rcvtype",    "").toString();
+    
+    for (int i=0;i<6;i++) {
+        SvrOpt[i]=settings.value(QString("set/svropt_%1").arg(i),optdef[i]).toInt();
+    }
+    for (int i=0;i<3;i++) {
+        AntPos[i]=settings.value(QString("set/antpos_%1").arg(i),0.0).toDouble();
+        AntOff[i]=settings.value(QString("set/antoff_%1").arg(i),0.0).toDouble();
+    }
+    for (int i=0;i<3;i++) {
+        ConvEna[i]=settings.value(QString("conv/ena_%1").arg(i), 0).toInt();
+        ConvInp[i]=settings.value(QString("conv/inp_%1").arg(i), 0).toInt();
+        ConvOut[i]=settings.value(QString("conv/out_%1").arg(i), 0).toInt();
+        ConvMsg[i]=settings.value (QString("conv/msg_%1").arg(i),"").toString();
+        ConvOpt[i]=settings.value (QString("conv/opt_%1").arg(i),"").toString();
+    }
+    for (int i=0;i<2;i++) {
+        CmdEna   [i]=settings.value(QString("serial/cmdena_%1").arg(i),1).toInt();
+        CmdEnaTcp[i]=settings.value(QString("tcpip/cmdena_%1").arg(i),1).toInt();
+    }
+    for (int i=0;i<4;i++) for (int j=0;j<4;j++) {
+        Paths[i][j]=settings.value(QString("path/path_%1_%2").arg(i).arg(j),"").toString();
+    }
+    for (int i=0;i<2;i++) {
+        Cmds[i]=settings.value(QString("serial/cmd_%1").arg(i),"").toString();
+        Cmds[i]=Cmds[i].replace("@@","\n");
+    }
+    for (int i=0;i<2;i++) {
+        CmdsTcp[i]=settings.value(QString("tcpip/cmd_%1").arg(i),"").toString();
+        CmdsTcp[i]=CmdsTcp[i].replace("@@","\n");
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        TcpHistory[i]=settings.value(QString("tcpopt/history%1").arg(i),"").toString();
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        TcpMntpHist[i]=settings.value(QString("tcpopt/mntphist%1").arg(i),"").toString();
+    }
+    StaPosFile    =settings.value("stapos/staposfile",    "").toString();
+    ExeDirectory  =settings.value("dirs/exedirectory",  "").toString();
+    LocalDirectory=settings.value("dirs/localdirectory","").toString();
+    ProxyAddress  =settings.value("dirs/proxyaddress",  "").toString();
+    
+    UpdateEnable();
+}
+// save options--------------------------------------------------------------
+void MainForm::SaveOpt(void)
+{
+    QSettings settings(IniFile,QSettings::IniFormat);
+    
+    settings.setValue("set/input",      Input  ->currentIndex());
+    settings.setValue("set/output1",    Output1->currentIndex());
+    settings.setValue("set/output2",    Output2->currentIndex());
+    settings.setValue("set/output3",    Output3->currentIndex());
+    settings.setValue("set/tracelevel", TraceLevel);
+    settings.setValue("set/nmeareq",    NmeaReq);
+    settings.setValue("set/fswapmargin",FileSwapMargin);
+    settings.setValue("set/staid",      StaId);
+    settings.setValue("set/stasel",     StaSel);
+    settings.setValue("set/anttype",    AntType);
+    settings.setValue("set/rcvtype",    RcvType);
+    
+    for (int i=0;i<6;i++) {
+        settings.setValue(QString("set/svropt_%1").arg(i),SvrOpt[i]);
+    }
+    for (int i=0;i<3;i++) {
+        settings.setValue(QString("set/antpos_%1").arg(i),AntPos[i]);
+        settings.setValue(QString("set/antoff_%1").arg(i),AntOff[i]);
+    }
+    for (int i=0;i<3;i++) {
+        settings.setValue(QString("conv/ena_%1").arg(i),ConvEna[i]);
+        settings.setValue(QString("conv/inp_%1").arg(i),ConvInp[i]);
+        settings.setValue(QString("conv/out_%1").arg(i),ConvOut[i]);
+        settings.setValue(QString("conv/msg_%1").arg(i),ConvMsg[i]);
+        settings.setValue(QString("conv/opt_%1").arg(i),ConvOpt[i]);
+    }
+    for (int i=0;i<2;i++) {
+        settings.setValue(QString("serial/cmdena_%1").arg(i),CmdEna   [i]);
+        settings.setValue(QString("tcpip/cmdena_%1").arg(i),CmdEnaTcp[i]);
+    }
+    for (int i=0;i<4;i++) for (int j=0;j<4;j++) {
+        settings.setValue(QString("path/path_%1_%2").arg(i).arg(j),Paths[i][j]);
+    }
+    for (int i=0;i<2;i++) {
+        Cmds[i]=Cmds[i].replace("\n","@@");
+        settings.setValue(QString("serial/cmd_%1").arg(i),Cmds[i]);
+    }
+    for (int i=0;i<2;i++) {
+        CmdsTcp[i]=CmdsTcp[i].replace("\n","@@");
+        settings.setValue(QString("tcpip/cmd_%1").arg(i),CmdsTcp[i]);
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        settings.setValue(QString("tcpopt/history%1").arg(i),tcpOptDialog->History[i]);
+    }
+    for (int i=0;i<MAXHIST;i++) {
+        settings.setValue(QString("tcpopt/mntphist%1").arg(i),tcpOptDialog->MntpHist[i]);
+    }
+    settings.setValue("stapos/staposfile"    ,StaPosFile    );
+    settings.setValue("dirs/exedirectory"  ,ExeDirectory  );
+    settings.setValue("dirs/localdirectory",LocalDirectory);
+    settings.setValue("dirs/proxyaddress"  ,ProxyAddress  );
+}
+//---------------------------------------------------------------------------
diff --git a/app/strsvr_qt/svrmain.h b/app/strsvr_qt/svrmain.h
new file mode 100644
index 0000000..f295538
--- /dev/null
+++ b/app/strsvr_qt/svrmain.h
@@ -0,0 +1,92 @@
+//---------------------------------------------------------------------------
+#ifndef svrmainH
+#define svrmainH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include <QTimer>
+#include <QSystemTrayIcon>
+
+#include "ui_svrmain.h"
+
+#include "rtklib.h"
+#include "tcpoptdlg.h"
+
+class QCloseEvent;
+class SvrOptDialog;
+class Console;
+class SerialOptDialog;
+class TcpOptDialog;
+class FileOptDialog;
+class FtpOptDialog;
+
+//---------------------------------------------------------------------------
+class MainForm : public QDialog, private Ui::MainForm
+{
+    Q_OBJECT
+public slots:
+    void BtnExitClick();
+    void BtnInputClick();
+    void BtnOutput1Click();
+    void BtnOutput2Click();
+    void BtnStartClick();
+    void BtnStopClick();
+    void Timer1Timer();
+    void BtnOptClick();
+    void Output1Change();
+    void Output2Change();
+    void InputChange();
+    void BtnOutput3Click();
+    void Output3Change();
+    void BtnCmdClick();
+    void BtnAboutClick();
+    void BtnStrMonClick();
+    void Timer2Timer();
+    void BtnTaskIconClick();
+    void MenuExpandClick();
+    void TrayIconActivated(QSystemTrayIcon::ActivationReason);
+    void MenuStartClick();
+    void MenuStopClick();
+    void MenuExitClick();
+    void FormCreate();
+    void BtnConv1Click();
+    void BtnConv2Click();
+    void BtnConv3Click();
+protected:
+    void closeEvent(QCloseEvent*);
+
+private:
+    QString IniFile;
+    QString Paths[4][4],Cmds[2],CmdsTcp[2];
+    QString TcpHistory[MAXHIST],TcpMntpHist[MAXHIST];
+    QString StaPosFile,ExeDirectory,LocalDirectory,SwapInterval;
+    QString ProxyAddress;
+    QString ConvMsg[3],ConvOpt[3],AntType,RcvType;
+	int ConvEna[3],ConvInp[3],ConvOut[3],StaId,StaSel;
+	int TraceLevel,SvrOpt[6],CmdEna[2],CmdEnaTcp[2],NmeaReq,FileSwapMargin;
+	double AntPos[3],AntOff[3];
+	gtime_t StartTime,EndTime;
+    QSystemTrayIcon *TrayIcon;
+    SvrOptDialog *svrOptDialog;
+    Console *console;
+    TcpOptDialog *tcpOptDialog;
+    SerialOptDialog *serialOptDialog;
+    FileOptDialog *fileOptDialog;
+    FtpOptDialog * ftpOptDialog;
+    QTimer Timer1,Timer2;
+
+    void SerialOpt(int index, int opt);
+    void TcpOpt(int index, int opt);
+    void FileOpt(int index, int opt);
+    void FtpOpt(int index, int opt);
+    void ShowMsg(const QString &msg);
+    void SvrStart(void);
+    void SvrStop(void);
+    void UpdateEnable(void);
+    void SetTrayIcon(int index);
+    void LoadOpt(void);
+    void SaveOpt(void);
+public:
+    explicit MainForm(QWidget *parent=0);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr_qt/svrmain.ui b/app/strsvr_qt/svrmain.ui
new file mode 100644
index 0000000..43ec7cd
--- /dev/null
+++ b/app/strsvr_qt/svrmain.ui
@@ -0,0 +1,1739 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainForm</class>
+ <widget class="QWidget" name="MainForm">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>508</width>
+    <height>321</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>STRSVR</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout_2">
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QWidget" name="Panel3" native="true">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="layoutDirection">
+      <enum>Qt::LeftToRight</enum>
+     </property>
+     <property name="text" stdset="0">
+      <string/>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QWidget" name="Panel2" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout">
+         <item>
+          <widget class="QLabel" name="Time">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>2010/01/01 00:00:00 GPST</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Label8">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Connect Time:</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="ConTime">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0d 00:00:00</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel1" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QGridLayout" name="gridLayout">
+         <item row="0" column="1">
+          <widget class="QLabel" name="Label5">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Stream</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QLabel" name="Label3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Type</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="3">
+          <widget class="QLabel" name="Label4">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Opt</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="5">
+          <widget class="QLabel" name="Label1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Cmd</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="6">
+          <widget class="QLabel" name="Label6">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>bytes</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="7">
+          <widget class="QLabel" name="Label7">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>bps</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="IndInput">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="minimumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+           <property name="frameShadow">
+            <enum>QFrame::Sunken</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLabel" name="LabelInput">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>(0) Input</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QComboBox" name="Input">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string>Serial</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Client</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>NTRIP Client</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>File</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>FTP</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>HTTP</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="1" column="3" colspan="2">
+          <widget class="QPushButton" name="BtnInput">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="5">
+          <widget class="QPushButton" name="BtnCmd">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="6">
+          <widget class="QLabel" name="InputByte">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="7">
+          <widget class="QLabel" name="InputBps">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="4" colspan="2">
+          <widget class="QLabel" name="Label2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>Conv</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0">
+          <widget class="QLabel" name="IndOutput1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="minimumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+           <property name="frameShadow">
+            <enum>QFrame::Sunken</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="1">
+          <widget class="QLabel" name="LabelOutput1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>(1) Output</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="2">
+          <widget class="QComboBox" name="Output1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string/>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>Serial</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Client</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>NTRIP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>File</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="3" column="3" colspan="2">
+          <widget class="QPushButton" name="BtnOutput1">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="5">
+          <widget class="QPushButton" name="BtnConv1">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="6">
+          <widget class="QLabel" name="Output1Byte">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="7">
+          <widget class="QLabel" name="Output1Bps">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="0">
+          <widget class="QLabel" name="IndOutput2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="minimumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+           <property name="frameShadow">
+            <enum>QFrame::Sunken</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="1">
+          <widget class="QLabel" name="LabelOutput2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>(2) Output</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="2">
+          <widget class="QComboBox" name="Output2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string/>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>Serial</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Client</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>NTRIP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>File</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="4" column="3" colspan="2">
+          <widget class="QPushButton" name="BtnOutput2">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="5">
+          <widget class="QPushButton" name="BtnConv2">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="6">
+          <widget class="QLabel" name="Output2Byte">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="7">
+          <widget class="QLabel" name="Output2Bps">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="0">
+          <widget class="QLabel" name="IndOutput3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="minimumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="maximumSize">
+            <size>
+             <width>25</width>
+             <height>25</height>
+            </size>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="layoutDirection">
+            <enum>Qt::LeftToRight</enum>
+           </property>
+           <property name="frameShape">
+            <enum>QFrame::Box</enum>
+           </property>
+           <property name="frameShadow">
+            <enum>QFrame::Sunken</enum>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="1">
+          <widget class="QLabel" name="LabelOutput3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>(3) Output</string>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="2">
+          <widget class="QComboBox" name="Output3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <item>
+            <property name="text">
+             <string/>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>Serial</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Client</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>TCP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>NTRIP Server</string>
+            </property>
+           </item>
+           <item>
+            <property name="text">
+             <string>File</string>
+            </property>
+           </item>
+          </widget>
+         </item>
+         <item row="5" column="3" colspan="2">
+          <widget class="QPushButton" name="BtnOutput3">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="5">
+          <widget class="QPushButton" name="BtnConv3">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+           <property name="flat">
+            <bool>false</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="6">
+          <widget class="QLabel" name="Output3Byte">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+         <item row="5" column="7">
+          <widget class="QLabel" name="Output3Bps">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>0</red>
+                 <green>0</green>
+                 <blue>0</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>0</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item>
+       <widget class="QProgressBar" name="Progress">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="minimum">
+         <number>0</number>
+        </property>
+        <property name="maximum">
+         <number>100</number>
+        </property>
+        <property name="value">
+         <number>0</number>
+        </property>
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QWidget" name="Panel4" native="true">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="layoutDirection">
+         <enum>Qt::LeftToRight</enum>
+        </property>
+        <property name="text" stdset="0">
+         <string/>
+        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout_2">
+         <item>
+          <widget class="QPushButton" name="BtnStrMon">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Stream Monitor</string>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../rtklaunch_qt/rtklaunch_qt.qrc">
+             <normaloff>:/buttons/sqr.bmp</normaloff>:/buttons/sqr.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="Message">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>message area</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnTaskIcon">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string>Task Tray Icon</string>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+           <property name="icon">
+            <iconset resource="../rtklaunch_qt/rtklaunch_qt.qrc">
+             <normaloff>:/buttons/ttray.bmp</normaloff>:/buttons/ttray.bmp</iconset>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="BtnAbout">
+           <property name="enabled">
+            <bool>true</bool>
+           </property>
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="palette">
+            <palette>
+             <active>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </active>
+             <inactive>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </inactive>
+             <disabled>
+              <colorrole role="WindowText">
+               <brush brushstyle="SolidPattern">
+                <color alpha="255">
+                 <red>128</red>
+                 <green>128</green>
+                 <blue>128</blue>
+                </color>
+               </brush>
+              </colorrole>
+             </disabled>
+            </palette>
+           </property>
+           <property name="toolTip">
+            <string/>
+           </property>
+           <property name="text">
+            <string>?</string>
+           </property>
+           <property name="flat">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QWidget" name="widget" native="true">
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <property name="spacing">
+       <number>0</number>
+      </property>
+      <property name="leftMargin">
+       <number>0</number>
+      </property>
+      <property name="topMargin">
+       <number>0</number>
+      </property>
+      <property name="rightMargin">
+       <number>0</number>
+      </property>
+      <property name="bottomMargin">
+       <number>0</number>
+      </property>
+      <item>
+       <widget class="QPushButton" name="BtnStart">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Start</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnStop">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>S&top</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnOpt">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>&Options...</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QPushButton" name="BtnExit">
+        <property name="enabled">
+         <bool>true</bool>
+        </property>
+        <property name="toolTip">
+         <string/>
+        </property>
+        <property name="text">
+         <string>E&xit</string>
+        </property>
+        <property name="flat">
+         <bool>false</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+  </layout>
+  <action name="MenuExpand">
+   <property name="text">
+    <string>E&xpand</string>
+   </property>
+  </action>
+  <action name="MenuStart">
+   <property name="text">
+    <string>&Start</string>
+   </property>
+  </action>
+  <action name="MenuStop">
+   <property name="text">
+    <string>&Stop</string>
+   </property>
+  </action>
+  <action name="MenuExit">
+   <property name="text">
+    <string>&Exit</string>
+   </property>
+  </action>
+  <addaction name="MenuExpand"/>
+  <addaction name="MenuStart"/>
+  <addaction name="MenuStop"/>
+  <addaction name="MenuExit"/>
+ </widget>
+ <resources>
+  <include location="../rtklaunch_qt/rtklaunch_qt.qrc"/>
+ </resources>
+ <connections/>
+</ui>
diff --git a/app/strsvr_qt/svroptdlg.cpp b/app/strsvr_qt/svroptdlg.cpp
new file mode 100644
index 0000000..e51902e
--- /dev/null
+++ b/app/strsvr_qt/svroptdlg.cpp
@@ -0,0 +1,177 @@
+//---------------------------------------------------------------------------
+#include <QShowEvent>
+#include <QIntValidator>
+#include <QDoubleValidator>
+#include <QFileDialog>
+#include <QFileSystemModel>
+#include <QCompleter>
+
+#include "rtklib.h"
+#include "refdlg.h"
+#include "svroptdlg.h"
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
+SvrOptDialog::SvrOptDialog(QWidget *parent)
+    : QDialog(parent)
+{
+    setupUi(this);
+
+    QCompleter *dirCompleter=new QCompleter(this);
+    QFileSystemModel *dirModel=new QFileSystemModel(dirCompleter);
+    dirModel->setRootPath("");
+    dirModel->setFilter(QDir::AllDirs|QDir::Drives|QDir::NoDotAndDotDot);
+    dirCompleter->setModel(dirModel);
+    LocalDir->setCompleter(dirCompleter);
+
+    connect(BtnOk,SIGNAL(clicked(bool)),this,SLOT(BtnOkClick()));
+    connect(BtnCancel,SIGNAL(clicked(bool)),this,SLOT(reject()));
+    connect(BtnPos,SIGNAL(clicked(bool)),this,SLOT(BtnPosClick()));
+    connect(NmeaReqT,SIGNAL(clicked(bool)),this,SLOT(NmeaReqTClick()));
+    connect(BtnLocalDir,SIGNAL(clicked(bool)),this,SLOT(BtnLocalDirClick()));
+    connect(StaInfoSel,SIGNAL(clicked(bool)),this,SLOT(StaInfoSelClick()));
+
+    // set validators to positive integer values
+    SvrBuffSize->setValidator(new QIntValidator(0,0xffffffff));
+    AvePeriodRate->setValidator(new QIntValidator(0,0xffffffff));
+    SvrCycle->setValidator(new QIntValidator(0,0xffffffff));
+    DataTimeout->setValidator(new QIntValidator(0,0xffffffff));
+    ConnectInterval->setValidator(new QIntValidator(0,0xffffffff));
+    NmeaCycle->setValidator(new QIntValidator(0,0xffffffff));
+    StationId->setValidator(new QIntValidator(0,0xffffffff));
+
+    AntPos1->setValidator(new QDoubleValidator(-90,90,9));
+    AntPos2->setValidator(new QDoubleValidator(-180,180,9));
+    AntPos3->setValidator(new QDoubleValidator(0,8000,3));
+
+    AntOff1->setValidator(new QDoubleValidator());
+    AntOff2->setValidator(new QDoubleValidator());
+    AntOff3->setValidator(new QDoubleValidator());
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::showEvent(QShowEvent* event)
+{
+    if (event->spontaneous()) return;
+
+    DataTimeout->setText(QString::number(SvrOpt[0]));
+    ConnectInterval->setText(QString::number(SvrOpt[1]));
+    AvePeriodRate->setText(QString::number(SvrOpt[2]));
+    SvrBuffSize->setText(QString::number(SvrOpt[3]));
+    SvrCycle->setText(QString::number(SvrOpt[4]));
+    NmeaCycle->setText(QString::number(SvrOpt[5]));
+    FileSwapMarginE->setText(QString::number(FileSwapMargin));
+	if (norm(AntPos,3)>0.0) {
+        double pos[3];
+
+        ecef2pos(AntPos,pos);
+        AntPos1->setText(QString::number(pos[0]*R2D,'f',8));
+        AntPos2->setText(QString::number(pos[1]*R2D,'f',8));
+        AntPos3->setText(QString::number(pos[2],'f',3));
+	}
+	else {
+        AntPos1->setText("0.00000000");
+        AntPos2->setText("0.00000000");
+        AntPos3->setText("0.000");
+	}
+    TraceLevelS->setCurrentIndex(TraceLevel);
+    NmeaReqT->setChecked(NmeaReq);
+    LocalDir->setText(LocalDirectory);
+    ProxyAddr->setText(ProxyAddress);
+    StationId->setText(QString::number(StaId));
+    StaInfoSel->setChecked(StaSel);
+    AntInfo->setText(AntType);
+    RcvInfo->setText(RcvType);
+    AntOff1->setText(QString::number(AntOff[0],'f',4));
+    AntOff2->setText(QString::number(AntOff[1],'f',4));
+    AntOff3->setText(QString::number(AntOff[2],'f',4));
+	
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::BtnOkClick()
+{
+	double pos[3];
+    SvrOpt[0]=DataTimeout->text().toInt();
+    SvrOpt[1]=ConnectInterval->text().toInt();
+    SvrOpt[2]=AvePeriodRate->text().toInt();
+    SvrOpt[3]=SvrBuffSize->text().toInt();
+    SvrOpt[4]=SvrCycle->text().toInt();
+    SvrOpt[5]=NmeaCycle->text().toInt();
+    FileSwapMargin=FileSwapMarginE->text().toInt();
+    pos[0]=AntPos1->text().toDouble()*D2R;
+    pos[1]=AntPos2->text().toDouble()*D2R;
+    pos[2]=AntPos3->text().toDouble();
+	if (norm(pos,3)>0.0) {
+		pos2ecef(pos,AntPos);
+	}
+	else {
+		for (int i=0;i<3;i++) AntPos[i]=0.0;
+	}
+    TraceLevel=TraceLevelS->currentIndex();
+    NmeaReq=NmeaReqT->isChecked();
+    LocalDirectory=LocalDir->text();
+    ProxyAddress=ProxyAddr->text();
+    StaId=StationId->text().toInt();
+    StaSel=StaInfoSel->isChecked();
+    AntType=AntInfo->text();
+    RcvType=RcvInfo->text();
+    AntOff[0]=AntOff1->text().toDouble();
+    AntOff[1]=AntOff2->text().toDouble();
+    AntOff[2]=AntOff3->text().toDouble();
+
+    accept();
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::BtnPosClick()
+{
+    RefDialog *refDialog=new RefDialog(this);
+
+    refDialog->RovPos[0]=AntPos1->text().toDouble();
+    refDialog->RovPos[1]=AntPos2->text().toDouble();
+    refDialog->RovPos[2]=AntPos3->text().toDouble();
+    refDialog->BtnLoad->setEnabled(true);
+    refDialog->StaPosFile=StaPosFile;
+
+    refDialog->exec();
+
+    if (refDialog->result()!=QDialog::Accepted) return;
+
+    AntPos1->setText(QString::number(refDialog->Pos[0],'f',8));
+    AntPos2->setText(QString::number(refDialog->Pos[1],'f',8));
+    AntPos3->setText(QString::number(refDialog->Pos[2],'f',3));
+    StaPosFile=refDialog->StaPosFile;
+
+    delete refDialog;
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::BtnLocalDirClick()
+{
+    QString dir=LocalDir->text();
+    dir=QFileDialog::getExistingDirectory(this,tr("Local Directory"),dir);
+    LocalDir->setText(dir);
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::UpdateEnable(void)
+{
+    NmeaCycle->setEnabled(NmeaReqT->isChecked());
+    StationId->setEnabled(StaInfoSel->isChecked());
+    AntPos1->setEnabled(StaInfoSel->isChecked()||NmeaReqT->isChecked());
+    AntPos2->setEnabled(StaInfoSel->isChecked()||NmeaReqT->isChecked());
+    AntPos3->setEnabled(StaInfoSel->isChecked()||NmeaReqT->isChecked());
+    BtnPos ->setEnabled(StaInfoSel->isChecked()||NmeaReqT->isChecked());
+    AntOff1->setEnabled(StaInfoSel->isChecked());
+    AntOff2->setEnabled(StaInfoSel->isChecked());
+    AntOff3->setEnabled(StaInfoSel->isChecked());
+    AntInfo->setEnabled(StaInfoSel->isChecked());
+    RcvInfo->setEnabled(StaInfoSel->isChecked());
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::NmeaReqTClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
+void SvrOptDialog::StaInfoSelClick()
+{
+	UpdateEnable();
+}
+//---------------------------------------------------------------------------
diff --git a/app/strsvr_qt/svroptdlg.h b/app/strsvr_qt/svroptdlg.h
new file mode 100644
index 0000000..63c79aa
--- /dev/null
+++ b/app/strsvr_qt/svroptdlg.h
@@ -0,0 +1,31 @@
+//---------------------------------------------------------------------------
+#ifndef svroptdlgH
+#define svroptdlgH
+//---------------------------------------------------------------------------
+#include <QDialog>
+#include "ui_svroptdlg.h"
+
+class QShowEvent;
+//---------------------------------------------------------------------------
+class SvrOptDialog : public QDialog, public Ui::SvrOptDialog
+{
+    Q_OBJECT
+public slots:
+    void BtnOkClick();
+    void BtnPosClick();
+    void NmeaReqTClick();
+    void BtnLocalDirClick();
+    void StaInfoSelClick();
+protected:
+    void showEvent(QShowEvent*);
+private:
+    void UpdateEnable(void);
+public:
+    QString StaPosFile,ExeDirectory,LocalDirectory,ProxyAddress;
+    QString AntType,RcvType;
+	int SvrOpt[6],TraceLevel,NmeaReq,FileSwapMargin,StaId,StaSel;
+	double AntPos[3],AntOff[3];
+    explicit SvrOptDialog(QWidget *parent);
+};
+//---------------------------------------------------------------------------
+#endif
diff --git a/app/strsvr_qt/svroptdlg.ui b/app/strsvr_qt/svroptdlg.ui
new file mode 100644
index 0000000..12657ba
--- /dev/null
+++ b/app/strsvr_qt/svroptdlg.ui
@@ -0,0 +1,646 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SvrOptDialog</class>
+ <widget class="QWidget" name="SvrOptDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>636</width>
+    <height>324</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Options</string>
+  </property>
+  <property name="toolTip">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>0</number>
+   </property>
+   <property name="spacing">
+    <number>0</number>
+   </property>
+   <item row="0" column="0">
+    <widget class="QLabel" name="Label1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Buffer Size (bytes)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="2">
+    <widget class="QLineEdit" name="SvrBuffSize">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>16384</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3" colspan="3">
+    <widget class="QLabel" name="Label6">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Period of Rate (ms)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="6" colspan="2">
+    <widget class="QLineEdit" name="AvePeriodRate">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>1000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="Label2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Server Cycle  (ms)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="2">
+    <widget class="QLineEdit" name="SvrCycle">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>100</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="3" colspan="3">
+    <widget class="QLabel" name="Label9">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>File Swap Margin (s)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="6" colspan="2">
+    <widget class="QLineEdit" name="FileSwapMarginE">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>30</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="2">
+    <widget class="QLabel" name="Label3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Inactive Timeout (ms)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2">
+    <widget class="QLineEdit" name="DataTimeout">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>10000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="3" colspan="3">
+    <widget class="QLabel" name="Label7">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Output Debug Trace</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="6" colspan="2">
+    <widget class="QComboBox" name="TraceLevelS">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <item>
+      <property name="text">
+       <string>None</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Level 1</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Level 2</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Level 3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Level 4</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Level 5</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="2">
+    <widget class="QLabel" name="Label5">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Reconnect Interval  (ms)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="2">
+    <widget class="QLineEdit" name="ConnectInterval">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>2000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="3" colspan="3">
+    <widget class="QCheckBox" name="NmeaReqT">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>NMEA Cycle (ms)</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="6" colspan="2">
+    <widget class="QLineEdit" name="NmeaCycle">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="0">
+    <widget class="QCheckBox" name="StaInfoSel">
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Station ID</string>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="2">
+    <widget class="QLineEdit" name="StationId">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>1234</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0">
+    <widget class="QLabel" name="Label8">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Lat/Lon/Height</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="1" colspan="2">
+    <widget class="QLineEdit" name="AntPos1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>000.000000000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="3" colspan="2">
+    <widget class="QLineEdit" name="AntPos2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>000.000000000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="5" colspan="2">
+    <widget class="QLineEdit" name="AntPos3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0000.000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="7">
+    <widget class="QPushButton" name="BtnPos">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="0">
+    <widget class="QLabel" name="Label11">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Offset E/N/U (m)</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="1" colspan="2">
+    <widget class="QLineEdit" name="AntOff1">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0.000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="3" colspan="2">
+    <widget class="QLineEdit" name="AntOff2">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0.000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="6" column="5" colspan="3">
+    <widget class="QLineEdit" name="AntOff3">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>0.000</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="0">
+    <widget class="QLabel" name="Label12">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Antenna Info</string>
+     </property>
+    </widget>
+   </item>
+   <item row="7" column="1" colspan="7">
+    <widget class="QLineEdit" name="AntInfo">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>AntInfo</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="0">
+    <widget class="QLabel" name="Label13">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Receiver Info</string>
+     </property>
+    </widget>
+   </item>
+   <item row="8" column="1" colspan="7">
+    <widget class="QLineEdit" name="RcvInfo">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>Edit1</string>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="0">
+    <widget class="QLabel" name="Label4">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>FTP/HTTP Local Dir</string>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="1" colspan="6">
+    <widget class="QLineEdit" name="LocalDir">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="9" column="7">
+    <widget class="QPushButton" name="BtnLocalDir">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="palette">
+      <palette>
+       <active>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </active>
+       <inactive>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </inactive>
+       <disabled>
+        <colorrole role="WindowText">
+         <brush brushstyle="SolidPattern">
+          <color alpha="255">
+           <red>0</red>
+           <green>0</green>
+           <blue>0</blue>
+          </color>
+         </brush>
+        </colorrole>
+       </disabled>
+      </palette>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>...</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="0">
+    <widget class="QLabel" name="Label10">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>HTTP/NTRIP Proxy</string>
+     </property>
+    </widget>
+   </item>
+   <item row="10" column="1" colspan="7">
+    <widget class="QLineEdit" name="ProxyAddr">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+    </widget>
+   </item>
+   <item row="11" column="2" colspan="2">
+    <widget class="QPushButton" name="BtnOk">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&OK</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="11" column="4" colspan="4">
+    <widget class="QPushButton" name="BtnCancel">
+     <property name="enabled">
+      <bool>true</bool>
+     </property>
+     <property name="toolTip">
+      <string/>
+     </property>
+     <property name="text">
+      <string>&Cancel</string>
+     </property>
+     <property name="flat">
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/brd/lbr/bb_rtkrcv.lbr b/brd/lbr/bb_rtkrcv.lbr
new file mode 100644
index 0000000..59a19fc
Binary files /dev/null and b/brd/lbr/bb_rtkrcv.lbr differ
diff --git a/brd/lbr/power.lbr b/brd/lbr/power.lbr
new file mode 100644
index 0000000..42c7b0a
Binary files /dev/null and b/brd/lbr/power.lbr differ
diff --git a/brd/lbr/ublox.lbr b/brd/lbr/ublox.lbr
new file mode 100644
index 0000000..47adcda
Binary files /dev/null and b/brd/lbr/ublox.lbr differ
diff --git a/brd/sch/schematic.brd b/brd/sch/schematic.brd
new file mode 100644
index 0000000..6d79617
Binary files /dev/null and b/brd/sch/schematic.brd differ
diff --git a/brd/sch/schematic.pro b/brd/sch/schematic.pro
new file mode 100644
index 0000000..01e06e5
--- /dev/null
+++ b/brd/sch/schematic.pro
@@ -0,0 +1,25 @@
+EAGLE AutoRouter Statistics:
+
+Job           : C:/Users/ttaka/Documents/eagle/BB-RTK-RCV2/schematic.brd
+
+Start at      : 22:00:19 (2009/07/15)
+End at        : 22:00:21 (2009/07/15)
+Elapsed time  : 00:00:02
+
+Signals       :    31   RoutingGrid: 10 mil  Layers: 2
+Connections   :    84   predefined:  84 ( 153 Vias )
+
+Router memory :   583440
+
+Passname          :     Route Optimize1 Optimize2 Optimize3 Optimize4
+
+Time per pass     :  00:00:00  00:00:01  00:00:00  00:00:00  00:00:01
+Number of Ripups  :         0         0         0         0         0
+max. Level        :         0         0         0         0         0
+max. Total        :         0         0         0         0         0
+
+Routed            :         0         0         0         0         0
+Vias              :         0         0         0         0         0
+Resolution        :   100.0 %   100.0 %   100.0 %   100.0 %   100.0 %
+
+Final             : 100.0% finished
diff --git a/brd/sch/schematic.sch b/brd/sch/schematic.sch
new file mode 100644
index 0000000..e0fa826
Binary files /dev/null and b/brd/sch/schematic.sch differ
diff --git a/data/P1C1_ALL.DCB b/data/P1C1_ALL.DCB
new file mode 100644
index 0000000..fe35eaa
--- /dev/null
+++ b/data/P1C1_ALL.DCB
@@ -0,0 +1,92 @@
+#SAT:  53 #STA:  31 #FIL: 945 #OUT: 675  71 RMS:   1.953  19.524 27-JUL-10 06:55
+--------------------------------------------------------------------------------
+
+DIFFERENTIAL (P1-C1) CODE BIASES FOR SATELLITES AND RECEIVERS:
+
+PRN / STATION NAME        VALUE (NS)  RMS (NS)
+***   ****************    *****.***   *****.***
+G01                           1.419       0.006
+G02                          -0.225       0.006
+G03                          -0.409       0.007
+G04                           0.655       0.006
+G05                           1.680       0.005
+G06                           0.159       0.006
+G07                           1.064       0.005
+G08                          -0.965       0.007
+G09                          -0.253       0.006
+G10                          -2.434       0.011
+G11                          -0.152       0.007
+G12                           0.994       0.005
+G13                           0.960       0.006
+G14                          -0.233       0.007
+G15                           1.465       0.005
+G16                          -0.753       0.007
+G17                           1.113       0.005
+G18                          -0.803       0.007
+G19                          -2.216       0.013
+G20                          -1.706       0.007
+G21                          -0.874       0.007
+G22                           0.075       0.005
+G23                          -0.022       0.006
+G24                          -0.515       0.006
+G25                          -0.051       0.006
+G26                           0.540       0.006
+G27                          -0.172       0.006
+G28                          -0.812       0.007
+G29                           1.244       0.005
+G30                           1.417       0.005
+G31                           1.180       0.005
+G32                          -1.371       0.007
+R01                          -0.424       0.046
+R02                          -0.604       0.047
+R03                           0.884       0.045
+R04                           1.815       0.045
+R05                           0.222       0.044
+R07                          -1.448       0.047
+R08                           2.293       0.045
+R09                          -0.959       0.048
+R10                           0.689       0.045
+R11                          -0.388       0.046
+R13                          -1.491       0.047
+R14                           1.608       0.048
+R15                           0.373       0.048
+R17                          -2.666       0.048
+R18                          -0.283       0.045
+R19                          -0.525       0.044
+R20                           0.327       0.048
+R21                           0.410       0.044
+R22                          -0.583       0.044
+R23                           0.372       0.044
+R24                           0.377       0.044
+R     ABMF 97103M001         -3.499       0.044
+R     AZGB                   -3.143       0.220
+G     BAKE 40152M001         -2.816       0.003
+R     BAKE 40152M001         -2.411       0.037
+R     COCO 50127M001         -3.942       0.053
+G     DUBO 40137M001         -3.435       0.004
+R     DUBO 40137M001         -2.555       0.069
+G     FRDN 40146M001         -3.707       0.004
+R     FRDN 40146M001         -2.874       0.048
+R     GANP 11515M001         -3.555       0.040
+G     GOPE 11502M002         -4.757       0.004
+R     GOPE 11502M002         -3.435       0.051
+R     GRAS 10002M006         -1.457       0.049
+G     IQAL 40194M001         -2.891       0.003
+R     IQAL 40194M001         -2.760       0.058
+R     KARR 50139M001         -2.921       0.051
+R     LMMF 97205M001         -3.188       0.045
+R     REUN 97401M003         -2.658       0.042
+R     ROSA                   -3.289       0.046
+G     SCH2 40133M002         -3.745       0.003
+R     SCH2 40133M002         -6.989       0.081
+R     TID1 50103M108         -3.197       0.062
+R     TLSE 10003M009         -3.399       0.040
+R     UNB3 40146S001         -3.689       0.046
+G     UNBT                   -3.748       0.005
+R     UNBT                   -3.212       0.052
+G     VALD 40156M001         -1.313       0.003
+R     VALD 40156M001         -2.628       0.058
+G     WHIT 40136M001         -3.050       0.003
+R     WHIT 40136M001         -2.237       0.034
+R     ZIM2 14001M008         -3.436       0.040
+
diff --git a/data/P1P2_ALL.DCB b/data/P1P2_ALL.DCB
new file mode 100644
index 0000000..3900e8f
--- /dev/null
+++ b/data/P1P2_ALL.DCB
@@ -0,0 +1,453 @@
+CODE'S 30-DAY GNSS P1-P2 DCB SOLUTION, ENDING D203, 2010         27-JUL-10 09:09
+--------------------------------------------------------------------------------
+
+DIFFERENTIAL (P1-P2) CODE BIASES FOR SATELLITES AND RECEIVERS:
+
+PRN / STATION NAME        VALUE (NS)  RMS (NS)
+***   ****************    *****.***   *****.***
+G01                           2.042       0.013
+G02                           5.348       0.007
+G03                          -2.980       0.005
+G04                          -1.732       0.005
+G05                           0.867       0.004
+G06                          -2.619       0.005
+G07                           1.222       0.004
+G08                          -3.351       0.002
+G09                          -2.178       0.006
+G10                          -4.141       0.004
+G11                           1.694       0.005
+G12                           1.990       0.005
+G13                           1.427       0.002
+G14                          -0.062       0.004
+G15                           0.746       0.005
+G16                           0.623       0.006
+G17                           1.107       0.006
+G18                           1.228       0.003
+G19                           3.571       0.006
+G20                          -0.740       0.005
+G21                           1.922       0.005
+G22                           5.773       0.004
+G23                           7.292       0.002
+G24                          -4.999       0.004
+G25                          -8.778       0.041
+G26                          -1.648       0.004
+G27                          -3.169       0.006
+G28                           0.890       0.008
+G29                           0.191       0.004
+G30                          -0.409       0.005
+G31                           2.875       0.004
+G32                          -4.001       0.007
+G     ABMF 97103M001        -12.572       0.088
+G     ABPO 33302M001         -8.805       0.036
+G     ADE1 50109S001         -8.626       0.051
+G     ADE2 50109S001         -6.260       0.051
+G     ADIS 31502M001          0.361       0.094
+G     AFKB                   12.021       0.107
+G     ALBH 40129M003         10.290       0.015
+G     ALGO 40104M002          4.785       0.033
+G     ALIC 50137M001         10.508       0.043
+G     ALRT 40162M001         -1.408       0.022
+G     AMC2 40472S004          6.696       0.018
+G     AMU2 66040M002         42.408       0.026
+G     ANKR 20805M002        -15.079       0.032
+G     AREQ 42202M005         -2.059       0.047
+G     ARTU 12362M001         -7.900       0.022
+G     ASPA 50503S006        -11.936       0.082
+G     AUCK 50209M001         11.967       0.037
+G     AZCO 49454M001         -3.860       0.036
+G     AZGB 49541S001         20.318       0.000
+G     BAKE 40152M001          6.843       0.043
+G     BAKO 23101M002          9.889       0.053
+G     BARH 49927S001          8.342       0.015
+G     BJCO                  -15.029       0.055
+G     BOGO 12207M002         -3.107       0.022
+G     BOGT 41901M001         -2.872       0.064
+G     BOR1 12205M002         20.379       0.034
+G     BRAZ 41606M001         17.473       0.181
+G     BRFT 41602M002          5.503       0.160
+G     BRMU 42501S004         19.263       0.349
+G     BRST 10004M004         14.324       0.026
+G     BRUS 13101M004         -4.112       0.016
+G     BUE1 41505S007         -6.416       0.044
+G     BUE2 41505S007         -7.527       0.038
+G     CAGL 12725M003         20.948       0.014
+G     CAGZ 12725M004        -13.355       0.016
+G     CALL 42205M001          8.973       0.055
+G     CAS1 66011M001         12.835       0.063
+G     CCJ2 21732M002         21.657       0.042
+G     CCJM 21732S003         21.609       0.039
+G     CEDU 50138M001          0.697       0.027
+G     CHAT 50207M001         -5.491       0.086
+G     CHPI 41609M003         -2.249       0.062
+G     CHTI 50242M001         25.855       0.038
+G     CHUR 40128M002          1.279       0.033
+G     CNMR 50512M001        -11.414       0.063
+G     COCO 50127M001        -16.225       0.029
+G     CONZ 41719M002          7.156       0.056
+G     CPXF 49642S001         11.456       0.025
+G     CRAR 66001M004         -8.677       0.040
+G     CTWN                    8.846       0.042
+G     DAEJ 23902M002         20.566       0.041
+G     DARW 50134M001         12.892       0.056
+G     DAV1 66010M001         11.472       0.210
+G     DGAR 30802M001         -6.267       0.103
+G     DRAO 40105M002         17.928       0.038
+G     DUBO 40137M001         12.626       0.012
+G     EBRE 13410M001         17.031       0.017
+G     EIL1 49805S001         -7.848       0.013
+G     EIL2 49805S001        -11.312       0.017
+G     EPRT 49928S001         13.016       0.076
+G     FAA1 92201M012         -3.721       0.052
+G     FAIR 40408M001         -8.041       0.024
+G     FLIN 40135M001          7.729       0.016
+G     FLRS 31907M001         10.013       0.031
+G     FRDN 40146M001          6.487       0.020
+G     FUNC 13911S001         10.251       0.030
+G     GANP 11515M001        -11.097       0.020
+G     GLPS 42005M002         -2.830       0.052
+G     GLSV 12356M001          9.407       0.037
+G     GODE 40451M123         -2.325       0.025
+G     GODZ 40451M123         -1.999       0.018
+G     GOLD 40405S031         -5.500       0.028
+G     GOPE 11502M002          6.922       0.027
+G     GRAS 10002M006        -16.586       0.012
+G     GRAZ 11001M002         19.971       0.028
+G     GUAM 50501M002         -5.124       0.056
+G     GUAT 40901S001         15.260       0.063
+G     GUUG 82301M001        -16.772       0.057
+G     HARB 30302M009         -2.663       0.056
+G     HERS 13212M007        -12.731       0.019
+G     HERT 13212M010          9.162       0.016
+G     HNPT 49913S001         11.550       0.014
+G     HOB2 50116M004         13.655       0.039
+G     HOFN 10204M002         -6.644       0.015
+G     HOLB 40130M001          8.300       0.027
+G     HOLM 40148M001         -3.977       0.023
+G     HRAO 30302M004         -1.869       0.040
+G     HRM1 13235S001         -1.189       0.013
+G     HRM2 13235S001         -4.294       0.019
+G     HYDE 22307M001          7.583       0.063
+G     IDDR 49451M001         11.682       0.015
+G     IENG 12724S001         -3.488       0.012
+G     IISC 22306M002         -1.002       0.053
+G     INEG 40507M001         21.124       0.065
+G     INVK 40150M001         -8.593       0.012
+G     IQAL 40194M001          9.807       0.021
+G     IQUI 42204M001         11.149       0.047
+G     IRKJ 12313M002        -12.830       0.427
+G     IRKT 12313M001          4.653       0.034
+G     ISPA 41703M007         -5.708       0.000
+G     JOZ2 12204M002         10.696       0.030
+G     JOZE 12204M001         -8.460       0.041
+G     JPLV                    1.253       0.027
+G     KARR 50139M001        -16.828       0.036
+G     KELY 43005M002         -3.629       0.017
+G     KERG 91201M002          0.897       0.029
+G     KHAJ 12361M001         -6.416       0.414
+G     KHAR 12314M001          9.882       0.024
+G     KIR0 10422M001         -3.320       0.028
+G     KIRU 10403M002         -3.784       0.023
+G     KIT3 12334M001          5.590       0.036
+G     KOKB 40424M004         -5.250       0.116
+G     KOSG 13504M003         10.801       0.038
+G     KOUC 92727S001        -12.931       0.037
+G     KOUR 97301M210        -10.069       0.063
+G     LAMA 12209M001         10.891       0.024
+G     LHAZ 21613M002         -5.615       0.072
+G     LMMF 97205M001        -10.501       0.078
+G     LPAL 81701M001         11.965       0.043
+G     LPGS 41510M001         12.550       0.035
+G     M0SE 12772M001         10.524       0.018
+G     MAC1 50135M001         -6.582       0.034
+G     MADR 13407S012         -4.802       0.029
+G     MAL2 33201M003         -4.405       0.051
+G     MANA 41201S001          0.119       0.054
+G     MAS1 31303M002        -10.033       0.046
+G     MAT1 12734M009         -1.914       0.017
+G     MATE 12734M008          7.894       0.029
+G     MAUI 40445S008         -7.009       0.134
+G     MAW1 66004M001          9.572       0.017
+G     MBAR 33901M001         -6.261       0.050
+G     MCCJ                   -1.270       0.031
+G     MCIL 21789S001         21.445       0.045
+G     MCM4 66001M003         -7.148       0.087
+G     MDO1 40442M012          0.317       0.034
+G     MDVJ 12309M005         12.230       0.024
+G     MEDI 12711M003         -0.018       0.030
+G     METS 10503S011         -2.026       0.199
+G     METZ 10503M005         -8.134       0.021
+G     MIZU 21702M002         -0.086       0.041
+G     MKEA 40477M001         -3.952       0.110
+G     MNLS                   18.490       0.048
+G     MOBJ 12365M002         -3.730       0.023
+G     MOBS 50182M001          9.815       0.029
+G     MONP 40497M004        -11.402       0.063
+G     MORP 13299S001         20.784       0.036
+G     MTKA 21741S002         -6.584       0.052
+G     NANO 40138M001         10.732       0.017
+G     NICO 14302M001         11.391       0.036
+G     NIST 49507M002          5.781       0.033
+G     NKLG 32809M002        -18.143       0.060
+G     NOT1 12717M004         -2.733       0.030
+G     NOVM 12367M002         -5.268       0.081
+G     NRC1 40114M001        -16.128       0.044
+G     NRIL 12364M001         -2.664       0.031
+G     NRMD 92701M005        -10.717       0.036
+G     NSSP 12312M001         -2.238       0.061
+G     NTUS 22601M001         11.374       0.056
+G     NURK 34001M001          9.354       0.068
+G     NYA1 10317M003        -16.608       0.030
+G     OHI2 66008M005         -9.601       0.018
+G     OHI3 66008M006         15.645       0.016
+G     ONSA 10402M004         -5.639       0.019
+G     OPMT 10001S006         -6.182       0.019
+G     PADO 12750S001         19.350       0.031
+G     PARK 50108M001         -0.199       0.044
+G     PDEL 31906M004          8.852       0.027
+G     PENC 11206M006         10.574       0.018
+G     PERT 50133M001         -9.140       0.044
+G     PETP 12355M002        -12.368       0.036
+G     PFA2 11005M003         -7.607       0.027
+G     PIE1 40456M001         -2.751       0.031
+G     PIMO 22003M001         -1.103       0.053
+G     POL2 12348M001        -10.171       0.042
+G     POTS 14106M003          0.758       0.021
+G     POVE 41628M001          1.592       0.235
+G     PRDS 40124M001          1.803       0.055
+G     PRE1 30310S001        -17.329       0.040
+G     PRE2 30310S001         -6.401       0.038
+G     PTBB 14234M001         -9.495       0.015
+G     QAQ1 43007M001         -5.110       0.019
+G     RABT 35001M002          0.232       0.025
+G     RAMO 20703S001         10.886       0.035
+G     RBAY 30315M001         10.122       0.073
+G     RCMN 33203M001         10.146       0.050
+G     RECF 41617M001         18.607       0.072
+G     RESO 40149M001          1.640       0.021
+G     REUN 97401M003         -6.619       0.035
+G     REYK 10202M001         -9.283       0.014
+G     RIO2 41507M006        -14.526       0.016
+G     RIOP 42006M001         42.322       0.052
+G     ROSA 41632M001         16.558       0.070
+G     ROTH 66007M003         18.994       0.022
+G     SALU 41640M001        -10.188       0.046
+G     SANT 41705M003        -13.249       0.776
+G     SAVO 41643M001         19.841       0.069
+G     SCH2 40133M002          9.944       0.026
+G     SCOR 43006M002         -2.799       0.020
+G     SCUB 40701M001        -10.579       0.051
+G     SELE 12352M001          7.692       0.113
+G     SEY1 39801M001         -2.281       0.080
+G     SFER 13402M004         19.219       0.028
+G     SHAO 21605M002         -5.166       0.039
+G     SOFI 11101M002         16.416       0.021
+G     SPT0 10425M001         -4.264       0.018
+G     SSIA 41401S001         42.118       0.097
+G     STJO 40101M001          5.630       0.017
+G     STR2 50119M001         11.988       0.036
+G     SUTH 30314M002         -7.783       0.038
+G     SUWN 23903M001         23.998       0.096
+G     SYDN 50124M003         -9.512       0.028
+G     SYOG 66006S002         34.064       0.041
+G     TAH1 92201S011        -12.071       0.056
+G     TAH2 92201S011         -5.303       0.056
+G     THTI 92201M009         -6.345       0.060
+G     THU2 43001M002          0.013       0.028
+G     THU3 43001M002         -5.749       0.027
+G     TID1 50103M108         27.287       0.033
+G     TID2 50103M108         -7.969       0.042
+G     TIDB 50103M108        -12.732       0.062
+G     TIXI 12360M001        -11.253       0.026
+G     TIXJ 12360M002         -4.527       0.033
+G     TLSE 10003M009        -14.361       0.018
+G     TN22 49450M001          8.484       0.029
+G     TOW2 50140M001         11.289       0.025
+G     TRO1 10302M006         -7.750       0.027
+G     TSEA 49448S001         13.200       0.017
+G     TSKB 21730S005          1.002       0.043
+G     TWTF 23603S002         -3.359       0.050
+G     TXES 49512M001         -7.383       0.081
+G     UCLU 40140M001         42.509       0.147
+G     UFPR 41610M002         18.458       0.056
+G     UNB3 40146M002        -17.130       0.028
+G     UNBJ 40146M002         -1.870       0.025
+G     UNBN 40146M002         11.149       0.024
+G     UNBT 40146M002         10.475       0.021
+G     UNSA 41514M001          2.655       0.067
+G     URUM 21612M001          6.495       0.040
+G     USN3 40451S007          9.008       0.018
+G     USNO 40451S003        -14.673       0.043
+G     USUD 21729S007         -0.813       0.066
+G     VALD 40156M001          7.737       0.019
+G     VESL 66009M001         -3.620       0.708
+G     VILL 13406M001         -7.270       0.024
+G     VTSP 49449M001         -9.541       0.017
+G     WAB1 14014M001          6.827       0.016
+G     WAB2 14014M002        -10.077       0.014
+G     WES2 40440S020         12.755       0.022
+G     WHIT 40136M001         12.425       0.016
+G     WILL 40134M001         14.901       0.018
+G     WSRT 13506M005         -2.569       0.132
+G     WTZA 14201M013         -8.673       0.036
+G     WTZJ 14201M012          1.990       0.015
+G     WTZR 14201M010         14.051       0.018
+G     WTZS 14201M015          3.478       0.072
+G     WTZZ 14201M014         -7.030       0.016
+G     WUHN 21602M001         -3.805       0.171
+G     XMIS 50183M001         11.115       0.038
+G     YAKT 12353M002         -8.586       0.026
+G     YAR2 50107M004         -7.084       0.048
+G     YAR3 50107M008         14.532       0.049
+G     YELL 40127M003         -2.618       0.035
+G     YSSK 12329M003        -11.775       0.051
+G     ZECK 12351M001         -5.112       0.040
+G     ZIM2 14001M008        -13.408       0.013
+G     ZIMJ 14001M006        -10.321       0.210
+G     ZIMM 14001M004         22.127       0.015
+G     ZWE2 12330M003          2.359       0.022
+R01                          -4.600       0.010
+R02                          -1.709       0.016
+R03                           6.236       0.012
+R04                           5.922       0.017
+R05                          -4.646       0.013
+R07                          15.688       0.012
+R08                           6.091       0.019
+R10                          -9.647       0.015
+R11                          -2.813       0.012
+R13                          -2.429       0.009
+R14                          -9.868       0.011
+R15                          -2.526       0.013
+R17                           6.908       0.010
+R18                          -4.696       0.021
+R19                           5.004       0.006
+R20                          -3.041       0.008
+R21                           4.725       0.011
+R22                          -0.195       0.060
+R23                          -4.684       0.007
+R24                           0.282       0.012
+R     ABMF 97103M001         -6.492       0.088
+R     ADIS 31502M001        -11.152       0.129
+R     AFKB                  -13.710       0.114
+R     ALIC 50137M001        -10.985       0.047
+R     ANKR 20805M002         -7.962       0.091
+R     ASPA 50503S006        -10.567       0.084
+R     AZCO 49454M001        -12.898       0.034
+R     AZGB 49541S001        -11.496       0.000
+R     BAKE 40152M001          8.413       0.057
+R     BAKO 23101M002        -13.293       0.059
+R     BARH 49927S001        -12.369       0.060
+R     BJCO                  -12.003       0.058
+R     BOGO 12207M002        -24.462       0.027
+R     BRST 10004M004        -11.879       0.026
+R     CAGZ 12725M004         -8.592       0.025
+R     CALL 42205M001        -11.742       0.056
+R     CAS1 66011M001         -8.870       0.034
+R     CNMR 50512M001         -8.411       0.068
+R     COCO 50127M001        -11.825       0.032
+R     CONZ 41719M002        -12.328       0.034
+R     CPXF 49642S001        -12.066       0.055
+R     CRAR 66001M004         -1.663       0.046
+R     CTWN                  -17.884       0.089
+R     DARW 50134M001        -21.893       0.111
+R     DAV1 66010M001        -20.683       0.082
+R     DUBO 40137M001         17.040       0.027
+R     EPRT 49928S001        -20.513       0.096
+R     FAA1 92201M012        -12.718       0.065
+R     FLRS 31907M001        -11.605       0.029
+R     FRDN 40146M001          7.623       0.028
+R     FUNC 13911S001        -12.285       0.033
+R     GANP 11515M001        -10.072       0.025
+R     GLSV 12356M001         -7.704       0.075
+R     GODZ 40451M123         -2.825       0.019
+R     GOPE 11502M002          1.667       0.038
+R     GRAS 10002M006        -17.011       0.027
+R     GRAZ 11001M002          1.173       0.031
+R     GUUG 82301M001        -22.741       0.080
+R     HERT 13212M010        -11.575       0.016
+R     HNPT 49913S001        -12.060       0.026
+R     HOB2 50116M004         -9.271       0.047
+R     HOFN 10204M002        -12.158       0.014
+R     HYDE 22307M001        -13.709       0.058
+R     IDDR 49451M001        -10.918       0.024
+R     IQAL 40194M001          4.677       0.016
+R     IQUI 42204M001        -11.065       0.048
+R     IRKJ 12313M002         -6.584       0.083
+R     JOZ2 12204M002        -12.218       0.047
+R     JPLV                    5.157       0.079
+R     KARR 50139M001         -8.641       0.039
+R     KHAJ 12361M001        -16.319       0.222
+R     KHAR 12314M001         -8.723       0.030
+R     KIR0 10422M001          3.186       0.138
+R     KOSG 13504M003         -7.104       0.037
+R     KOUC 92727S001         -7.679       0.041
+R     KOUR 97301M210         -4.320       0.070
+R     LAMA 12209M001        -11.632       0.040
+R     LHAZ 21613M002        -11.678       0.071
+R     LMMF 97205M001         -6.416       0.087
+R     LPAL 81701M001        -10.915       0.037
+R     M0SE 12772M001        -12.880       0.027
+R     MAL2 33201M003        -11.522       0.057
+R     MAS1 31303M002         -0.337       0.047
+R     MATE 12734M008        -11.869       0.040
+R     MAW1 66004M001        -10.631       0.031
+R     MCCJ                    2.019       0.026
+R     MDVJ 12309M005          7.541       0.552
+R     METZ 10503M005        -16.560       0.043
+R     MNLS                  -12.337       0.164
+R     MOBJ 12365M002         -6.818       0.024
+R     MOBS 50182M001        -24.306       0.029
+R     MTKA 21741S002         -6.310       0.038
+R     NANO 40138M001        -12.799       0.026
+R     NICO 14302M001        -11.979       0.037
+R     NOVM 12367M002        -11.654       0.023
+R     NRMD 92701M005         -8.429       0.048
+R     NTUS 22601M001        -14.320       0.053
+R     NURK 34001M001          6.725       0.063
+R     OHI2 66008M005        -16.200       0.028
+R     OHI3 66008M006         -3.993       0.023
+R     ONSA 10402M004         -9.438       0.015
+R     PARK 50108M001        -21.426       0.029
+R     PDEL 31906M004        -11.504       0.027
+R     PENC 11206M006        -10.414       0.031
+R     PFA2 11005M003        -14.606       0.067
+R     POVE 41628M001         -8.161       0.142
+R     RCMN 33203M001        -14.598       0.050
+R     RECF 41617M001        -12.939       0.084
+R     REUN 97401M003        -16.396       0.045
+R     REYK 10202M001        -15.162       0.015
+R     ROSA 41632M001        -12.526       0.094
+R     ROTH 66007M003         -1.160       0.029
+R     SALU 41640M001         -9.378       0.065
+R     SAVO 41643M001         -9.367       0.088
+R     SCH2 40133M002          3.038       0.022
+R     SOFI 11101M002         -3.725       0.023
+R     SPT0 10425M001        -24.005       0.108
+R     STR2 50119M001          2.481       0.057
+R     SYDN 50124M003        -22.299       0.031
+R     THU2 43001M002        -11.026       0.039
+R     TID1 50103M108         28.052       0.050
+R     TIXJ 12360M002         -2.432       0.027
+R     TLSE 10003M009         -9.468       0.025
+R     TN22 49450M001          8.404       0.076
+R     TOW2 50140M001         -8.782       0.028
+R     TSEA 49448S001        -13.698       0.019
+R     TXES 49512M001         -9.698       0.058
+R     UFPR 41610M002        -14.398       0.075
+R     UNB3 40146M002        -15.315       0.037
+R     UNBJ 40146M002         -6.991       0.078
+R     UNBN 40146M002         -5.299       0.025
+R     UNBT 40146M002         12.878       0.035
+R     URUM 21612M001          9.302       0.037
+R     VALD 40156M001         10.707       0.029
+R     VESL 66009M001        -14.935       0.732
+R     VTSP 49449M001        -15.294       0.017
+R     WES2 40440S020        -22.621       0.021
+R     WHIT 40136M001         16.704       0.023
+R     WTZJ 14201M012         -2.572       0.015
+R     WTZR 14201M010         -4.857       0.022
+R     WTZZ 14201M014        -12.653       0.050
+R     XMIS 50183M001        -19.056       0.047
+R     YAR3 50107M008         -7.646       0.047
+R     ZIM2 14001M008        -12.352       0.021
+
+
diff --git a/data/P2C2.DCB b/data/P2C2.DCB
new file mode 100644
index 0000000..564a339
--- /dev/null
+++ b/data/P2C2.DCB
@@ -0,0 +1,66 @@
+#SAT:  26 #STA:  32 #FIL: 977 #OUT:  20   1 RMS:   5.255  14.688 27-JUL-10 06:55
+--------------------------------------------------------------------------------
+
+DIFFERENTIAL (P2-C2) CODE BIASES FOR SATELLITES AND RECEIVERS:
+
+PRN / STATION NAME        VALUE (NS)  RMS (NS)
+***   ****************    *****.***   *****.***
+G01                          -0.365       0.017
+G05                          -0.119       0.008
+G07                           0.588       0.008
+G12                          -0.114       0.007
+G15                           0.109       0.008
+G17                           0.510       0.008
+G25                          -0.590       0.013
+G29                           0.196       0.007
+G31                          -0.216       0.008
+R02                           2.404       0.059
+R03                           0.813       0.059
+R05                           4.773       0.057
+R07                          -9.506       0.224
+R10                           1.177       0.068
+R11                          -1.855       0.071
+R13                          -2.978       0.072
+R14                           3.854       0.056
+R15                          -7.171       0.169
+R17                           2.444       0.059
+R18                           2.756       0.058
+R19                           0.105       0.059
+R20                          -3.573       0.081
+R21                          -0.899       0.059
+R22                           2.304       0.057
+R23                           3.317       0.057
+R24                           2.038       0.058
+G     AZGB                   -0.200       0.080
+G     BAKE 40152M001         -1.684       0.019
+R     BAKE 40152M001         -3.777       0.043
+G     COCO 50127M001         -0.118       0.009
+G     DUBO 40137M001         -0.996       0.023
+R     DUBO 40137M001         -2.824       0.064
+G     FRDN 40146M001         -0.924       0.020
+R     FRDN 40146M001         -3.618       0.048
+G     GANP 11515M001         -1.381       0.011
+G     GOPE 11502M002         -1.835       0.024
+R     GOPE 11502M002         -1.072       0.062
+G     GRAS 10002M006         -1.218       0.009
+G     IQAL 40194M001         -1.467       0.019
+R     IQAL 40194M001         -3.059       0.049
+G     KARR 50139M001          0.063       0.011
+G     PGC5 40129M007          0.401       0.015
+G     ROSA                    0.026       0.012
+G     SCH2 40133M002         -1.521       0.019
+R     SCH2 40133M002         -4.417       0.052
+G     TID1 50103M108          0.125       0.014
+G     TLSE 10003M009         -0.466       0.008
+G     TORI 12724M002         -1.622       0.020
+G     UCLU 40140M001          1.377       0.016
+G     UNB3 40146S001          0.271       0.012
+G     UNBT                   -1.666       0.023
+R     UNBT                   -4.159       0.057
+G     VALA 13463M002         -1.415       0.013
+G     VALD 40156M001         -0.262       0.021
+R     VALD 40156M001         -3.837       0.056
+G     WHIT 40136M001         -0.649       0.017
+R     WHIT 40136M001         -3.089       0.037
+G     ZIM2 14001M008         -0.010       0.010
+
diff --git a/data/STA_GSI.txt b/data/STA_GSI.txt
new file mode 100644
index 0000000..2f2822f
--- /dev/null
+++ b/data/STA_GSI.txt
@@ -0,0 +1,1248 @@
+# station list of GSI GEONET
+0841
+0842
+0843
+0844
+0845
+0846
+0847
+0848
+0849
+0850
+0851
+0852
+0853
+0854
+0855
+0856
+0857
+0858
+0859
+0860
+0861
+0862
+0863
+0864
+0865
+0866
+0867
+0868
+0869
+0870
+0871
+0872
+0873
+0874
+0875
+0876
+0877
+0878
+0879
+0880
+0881
+0882
+0883
+0884
+0885
+0886
+0887
+0888
+0889
+0890
+0891
+0892
+0893
+0894
+0895
+0896
+0897
+0898
+0899
+0901
+0902
+0903
+0904
+0905
+0906
+0907
+0908
+0909
+0910
+0911
+0912
+0913
+0914
+0915
+0916
+0917
+0918
+0919
+0920
+0921
+0922
+0923
+0924
+0925
+0926
+0927
+0928
+0929
+0930
+0931
+0932
+0933
+0934
+0935
+0936
+0937
+0938
+0939
+0940
+0941
+0942
+0943
+0944
+0945
+0946
+0947
+0948
+0949
+0950
+0951
+0952
+0954
+0955
+0956
+0957
+0958
+0959
+0960
+0961
+0962
+0963
+0964
+0965
+0966
+0967
+0968
+0969
+0970
+0971
+0972
+0973
+0974
+0975
+0976
+0977
+0978
+0979
+0980
+0981
+0982
+0983
+0984
+0985
+0986
+0987
+0988
+0989
+0990
+0991
+0992
+0993
+0994
+0995
+0996
+0997
+0998
+0999
+1000
+1001
+1002
+1003
+1004
+1006
+1007
+1008
+1009
+1010
+1011
+1012
+1013
+1014
+1015
+1016
+1017
+1018
+1019
+1020
+1021
+1022
+1023
+1024
+1025
+1026
+1027
+1028
+1029
+1030
+1031
+1032
+1033
+1035
+1036
+1037
+1038
+1039
+1040
+1041
+1042
+1044
+1045
+1046
+1047
+1048
+1049
+1050
+1051
+1052
+1053
+1054
+1055
+1056
+1058
+1059
+1060
+1061
+1062
+1063
+1064
+1065
+1066
+1067
+1068
+1069
+1070
+1071
+1073
+1074
+1075
+1076
+1077
+1078
+1079
+1080
+1081
+1082
+1083
+1084
+1085
+1086
+1087
+1088
+1089
+1090
+1091
+1092
+1093
+1094
+1095
+1096
+1098
+1099
+1100
+1101
+1102
+1103
+1104
+1105
+1106
+1107
+1108
+1109
+1110
+1111
+1112
+1113
+1114
+1116
+1117
+1118
+1119
+1120
+1121
+1122
+1123
+1124
+1125
+1126
+1127
+1128
+1129
+1130
+1131
+1132
+1133
+1134
+1135
+1136
+1137
+1138
+1139
+1140
+1141
+1142
+1143
+1144
+1145
+1146
+1147
+1148
+1149
+1150
+1151
+1152
+1153
+1154
+1155
+1156
+1157
+1158
+1159
+1160
+1161
+1162
+1163
+1164
+1165
+1166
+1167
+1168
+1169
+1170
+1171
+1172
+1173
+1174
+1175
+1176
+1177
+1178
+1179
+1180
+1181
+1182
+1183
+1184
+1185
+1186
+S070
+2106
+2110
+3001
+3002
+3003
+3004
+3005
+3006
+3007
+3008
+3009
+3010
+3011
+3012
+3013
+3014
+3015
+3016
+3018
+3019
+3020
+3021
+3022
+3023
+3024
+3025
+3026
+3027
+3028
+3029
+3030
+3031
+3032
+3033
+3034
+3035
+3036
+3037
+3038
+3039
+3041
+3042
+3043
+3044
+3045
+3046
+3047
+3048
+3049
+3050
+3051
+3052
+3053
+3055
+3057
+3058
+3059
+3060
+3061
+3062
+3063
+3064
+3065
+3066
+3067
+3068
+3069
+3070
+3071
+3072
+3073
+3074
+3075
+3076
+3077
+3078
+3079
+3081
+3084
+3085
+3086
+3088
+3089
+3090
+3091
+3092
+3093
+3094
+3095
+3096
+3097
+3098
+3099
+3102
+3103
+3104
+5105
+5113
+1181
+1182
+1183
+0001
+0002
+0003
+0004
+0005
+0007
+0008
+0009
+0010
+0011
+0012
+0013
+0014
+0015
+0016
+0017
+0018
+0019
+0020
+0021
+0022
+0023
+0024
+0026
+0027
+0028
+0029
+0030
+0031
+0032
+0033
+0035
+0036
+0037
+0038
+0040
+0041
+0042
+0043
+0044
+0045
+0046
+0047
+0048
+0049
+0050
+0051
+0052
+0053
+0054
+0055
+0056
+0057
+0058
+0059
+0060
+0061
+0062
+0063
+0064
+0065
+0066
+0067
+0068
+0069
+0070
+0071
+0072
+0074
+0075
+0076
+0077
+0078
+0079
+0080
+0081
+0082
+0083
+0084
+0085
+0086
+0087
+0088
+0089
+0090
+0091
+0093
+0094
+0095
+0096
+0097
+0098
+0099
+2004
+0101
+0102
+0103
+0104
+0105
+0106
+0107
+0108
+0109
+0110
+0111
+0112
+0113
+0114
+0115
+0116
+0117
+0118
+0119
+0120
+0121
+0122
+0123
+0124
+0125
+0126
+0127
+0128
+0129
+0130
+0131
+0132
+0133
+0134
+0135
+0136
+0137
+0138
+0139
+0140
+0141
+0142
+0143
+0144
+0145
+0146
+0147
+0149
+0150
+0151
+0152
+0153
+0154
+0155
+0156
+0157
+0158
+0159
+0160
+0161
+0162
+0163
+0164
+0165
+0166
+0167
+0169
+0170
+0171
+0172
+0173
+0174
+0175
+0176
+0177
+0178
+0179
+0180
+0181
+0182
+0183
+0184
+0185
+0186
+0187
+0188
+0189
+0190
+0191
+0192
+0193
+0194
+0195
+0196
+0197
+0198
+0199
+0200
+0201
+0202
+0203
+0204
+0205
+0206
+0207
+0209
+0210
+0211
+0212
+0213
+0214
+0215
+0216
+0217
+0218
+0219
+0220
+0221
+0222
+0223
+0224
+0225
+0226
+0227
+0228
+0229
+0230
+0231
+0232
+0233
+0234
+0235
+0236
+0237
+0238
+0239
+0240
+0241
+0242
+0243
+0244
+0245
+0246
+0247
+0248
+0249
+0250
+0251
+0252
+0253
+0255
+0256
+0257
+0258
+0259
+0260
+0261
+0262
+0263
+0264
+0265
+0266
+0267
+0268
+0269
+0270
+0271
+0272
+0273
+0274
+0275
+0276
+0277
+0278
+0279
+0280
+0281
+0282
+0283
+0284
+0285
+0286
+0287
+0288
+0289
+0291
+0292
+0293
+0294
+0295
+0296
+0297
+0298
+0299
+0300
+0301
+0302
+0303
+0304
+0305
+0306
+0307
+0309
+0310
+0311
+0312
+0314
+0315
+0316
+0317
+0318
+0319
+0320
+0321
+0322
+0323
+0324
+0326
+0327
+0328
+0329
+0331
+0332
+0333
+0334
+0335
+0336
+0337
+0338
+0339
+0340
+0341
+0342
+0343
+0344
+0345
+0346
+0347
+0348
+0349
+0350
+0351
+0352
+0353
+0354
+0355
+0356
+0357
+0358
+0359
+0360
+0361
+0362
+0363
+0364
+0365
+0366
+0367
+0368
+0369
+0370
+0371
+0372
+0373
+0374
+0375
+0376
+0377
+0378
+0379
+0380
+0381
+0382
+0383
+0384
+0385
+0386
+0387
+0388
+0389
+0390
+0391
+0392
+0393
+0394
+0395
+0396
+0397
+0398
+0399
+0400
+0401
+0402
+0403
+0405
+0407
+0408
+0409
+0410
+0411
+0412
+0413
+0414
+0415
+0416
+0417
+0418
+0419
+0420
+0421
+0422
+0423
+0424
+0425
+0426
+0427
+0428
+0429
+0430
+0431
+0432
+0433
+0434
+0435
+0436
+0437
+0438
+0439
+0440
+0441
+0442
+0443
+0444
+0445
+0447
+0448
+0449
+0450
+0451
+0452
+0453
+0454
+0455
+0456
+0457
+0458
+0459
+0460
+0461
+0462
+0463
+0464
+0465
+0466
+0467
+0468
+0469
+0470
+0471
+0472
+0473
+0474
+0475
+0476
+0477
+0478
+0479
+0480
+0481
+0482
+0483
+0484
+0485
+0486
+0487
+0488
+0489
+0490
+0491
+0492
+0493
+0494
+0495
+0496
+0497
+0498
+0499
+0500
+0501
+0502
+0503
+0504
+0505
+0506
+0507
+0508
+0509
+0510
+0511
+0512
+0513
+0514
+0515
+0516
+0517
+0518
+0519
+0520
+0521
+0522
+0523
+0525
+0526
+0527
+0528
+0529
+0530
+0531
+0532
+0533
+0534
+0535
+0537
+0538
+0539
+0540
+0541
+0542
+0543
+0544
+0546
+0547
+0548
+0549
+0550
+0551
+0552
+0553
+0554
+0555
+0556
+0557
+0559
+0560
+0561
+0562
+0563
+0564
+0565
+0566
+0567
+0568
+0569
+0570
+0571
+0572
+0573
+0574
+0575
+0576
+0577
+0578
+0579
+0580
+0581
+0582
+0583
+0584
+0585
+0586
+0587
+0588
+0589
+0590
+0591
+0592
+0593
+0594
+0595
+0596
+0597
+0598
+0599
+0600
+0601
+0602
+0603
+0604
+0605
+0606
+0607
+0608
+0609
+0610
+0611
+0612
+0613
+0614
+0615
+0616
+0617
+0618
+0619
+0620
+0621
+0622
+0623
+0624
+0625
+0626
+0627
+0628
+0629
+0630
+0631
+0632
+0633
+0634
+0635
+0636
+0637
+0638
+0639
+0640
+0641
+0642
+0643
+0644
+0645
+0646
+0647
+0648
+0649
+0650
+0652
+0653
+0655
+0656
+0657
+0658
+0659
+0660
+0662
+0663
+0664
+0665
+0666
+0667
+0668
+0669
+0670
+0672
+0673
+0674
+0675
+0676
+0677
+0678
+0679
+0680
+0681
+0683
+0684
+0685
+0686
+0687
+0688
+0689
+0690
+0691
+0692
+0693
+0694
+0695
+0696
+0697
+0698
+0699
+0700
+0701
+0702
+0703
+0704
+0705
+0706
+0707
+0709
+0710
+0711
+0712
+0713
+0714
+0715
+0716
+0717
+0718
+0719
+0720
+0721
+0722
+0723
+0724
+0725
+0726
+0727
+0728
+0729
+0730
+0731
+0732
+0733
+0734
+0735
+0736
+0737
+0738
+0739
+0740
+0741
+0742
+0743
+0744
+0745
+0746
+0747
+0748
+0749
+0750
+0751
+0752
+0753
+0754
+0755
+0756
+0758
+0759
+0760
+0761
+0762
+0763
+0764
+0765
+0766
+0767
+0768
+0769
+0770
+0771
+0772
+0773
+0774
+0775
+0776
+0777
+0778
+0779
+0780
+0781
+0782
+0783
+0784
+0785
+0787
+0788
+0789
+0790
+0791
+0792
+0793
+0794
+0795
+0796
+0797
+0798
+0799
+0800
+0801
+0802
+0803
+0804
+0806
+0807
+0809
+0810
+0811
+0812
+0813
+0814
+0815
+0817
+0818
+0819
+0820
+0821
+0822
+0823
+0824
+0825
+0826
+0827
+0828
+0829
+0830
+0831
+0832
+0833
+0834
+0835
+0836
+0838
+0840
+0837
+2005
+2007
diff --git a/data/STA_IGS.txt b/data/STA_IGS.txt
new file mode 100644
index 0000000..9c83a6d
--- /dev/null
+++ b/data/STA_IGS.txt
@@ -0,0 +1,403 @@
+# station list of IGS tracking network
+ABMF
+ABPO
+ACOR
+ADIS
+ADKS
+AIRA
+AJAC
+AL70
+ALAC
+ALBH
+ALGO
+ALIC
+ALME
+ALRT
+AMC2
+ANG5
+ANKR
+ANTC
+AREQ
+ARTU
+ASPA
+AUCK
+AZCN
+AZCO
+AZRY
+AZU1
+BAIE
+BAKE
+BAKU
+BAMF
+BAR1
+BARH
+BAYR
+BBRY
+BDOS
+BIS2
+BJAB
+BJCO
+BJFS
+BJPA
+BLYT
+BOGO
+BOGT
+BOR1
+BREW
+BRFT
+BRMU
+BRST
+BRUS
+BSHM
+BUCU
+BZRG
+CAGL
+CAGS
+CAGZ
+CANT
+CAS1
+CASC
+CAT2
+CCJ2
+CCJM
+CEBR
+CEDU
+CHAN
+CHAT
+CHPI
+CHTI
+CHUM
+CHUR
+CKIS
+CLAR
+CNCL
+CNMR
+COCO
+CONT
+CONZ
+COPO
+COT1
+COYQ
+CPXF
+CRAO
+CRAR
+CRFP
+CRO1
+CUSV
+DAEJ
+DARW
+DAV1
+DGAR
+DRAG
+DRAO
+DUBO
+DUBR
+DUM1
+DUND
+DUNT
+ELAT
+EPRT
+ESCU
+FAAA
+FAIR
+FALE
+FALK
+FLIN
+FLRS
+FRDN
+FUNC
+GANP
+GENO
+GLPS
+GLSV
+GMAS
+GODE
+GOLD
+GOPE
+GRAS
+GRAZ
+GUAO
+GUAT
+GUUG
+HAMM
+HARB
+HARV
+HELG
+HERS
+HERT
+HIL1
+HLFX
+HNLC
+HNPT
+HOB2
+HOFN
+HOLB
+HOLM
+HORN
+HRAO
+HYDE
+IBIZ
+IDDR
+IENG
+IISC
+ILHA
+INEG
+INVK
+IQAL
+IQQE
+IRKJ
+IRKT
+ISBA
+ISPA
+ISTA
+JCT1
+JOZ2
+JOZE
+JPLM
+JPLV
+KABR
+KARA
+KARR
+KATZ
+KELY
+KERG
+KGNI
+KHAJ
+KHAR
+KIRI
+KIRU
+KOKB
+KOSG
+KOUC
+KOUR
+KR0G
+KRTV
+KSMV
+KUNM
+KUUJ
+LAMA
+LAMP
+LAUT
+LHAZ
+LKHU
+LMMF
+LPAL
+LPGS
+LROC
+M0SE
+MAC1
+MADR
+MAJU
+MAL2
+MANA
+MAR6
+MARS
+MAS1
+MAT1
+MATE
+MAUI
+MAW1
+MCM4
+MCN5
+MCON
+MDO1
+MDVJ
+MEDI
+MERS
+METS
+METZ
+MIG1
+MIKL
+MIZU
+MKEA
+MOBJ
+MOBN
+MOBS
+MOIU
+MONP
+MORP
+MQZG
+MTJO
+MTKA
+NAIN
+NANO
+NAUR
+NCG5
+NEAH
+NETP
+NETT
+NICO
+NIST
+NIUM
+NKLG
+NNOR
+NOT1
+NOVM
+NRC1
+NRIL
+NRMD
+NSSS
+NTUS
+NVSK
+NYA1
+NYAL
+OBE3
+OHI2
+OHI3
+ONSA
+OPMT
+OUS2
+OUSD
+PADO
+PALM
+PARK
+PDEL
+PENC
+PERT
+PETS
+PFA2
+PGC5
+PICL
+PIE1
+PIMO
+PIN1
+PNGM
+POHN
+POL2
+POLV
+POTR
+POTS
+POVE
+PRDS
+PSU1
+PTBB
+PUC1
+QAQ1
+QIKI
+QUAR
+QUIN
+RABT
+RAMO
+RBAY
+RCMN
+RECT
+REDU
+RESO
+REUN
+REYK
+RIGA
+RIO2
+RIOP
+ROAP
+ROSA
+ROTH
+SALU
+SAMO
+SANT
+SASK
+SAVO
+SCH2
+SCOR
+SCUB
+SEAT
+SELD
+SELE
+SEY1
+SFDM
+SFER
+SHAO
+SHE2
+SIDN
+SIO3
+SIO5
+SOFI
+SPK1
+SPMX
+SPT0
+SRS1
+STJ2
+STJO
+STK2
+STR1
+STR2
+SULP
+SUTB
+SUTH
+SUTM
+SUWN
+SVTL
+SYDN
+SYOG
+TABL
+TAH1
+TASH
+TCMS
+TEHN
+TELA
+THTI
+THU3
+TIDB
+TIXI
+TLSE
+TN22
+TNML
+TONG
+TOW2
+TRDS
+TRO1
+TSEA
+TSK2
+TSKB
+TUKT
+TWTF
+TXES
+UCLP
+UCLU
+UFPR
+ULAB
+UNBJ
+UNIV
+UNSA
+URUM
+USN3
+USNO
+USUD
+UZHL
+VAAS
+VACS
+VALD
+VANU
+VCIO
+VILL
+VIS0
+VNDP
+VTIS
+VTSP
+WAB2
+WES2
+WGTN
+WGTT
+WHIT
+WILL
+WIND
+WLSN
+WROC
+WSRT
+WTZA
+WTZR
+WTZS
+WTZZ
+WUHN
+XIAN
+XMIS
+YAKT
+YAR1
+YAR3
+YEBE
+YEL2
+YELL
+YSSK
+ZECK
+ZIM2
+ZIMM
+ZWE2
diff --git a/data/STA_IGS08.txt b/data/STA_IGS08.txt
new file mode 100644
index 0000000..404e1e3
--- /dev/null
+++ b/data/STA_IGS08.txt
@@ -0,0 +1,234 @@
+# station list of IGS08
+ADE1
+AIRA
+ALBH
+ALGO
+ALIC
+ALRT
+AMC2
+ANKR
+ANTC
+AOML
+ARTU
+ASC1
+ASPA
+AUCK
+BAKE
+BAN2
+BARH
+BHR2
+BILI
+BJFS
+BOGT
+BOR1
+BRAZ
+BREW
+BRFT
+BRMU
+BRST
+BRUS
+BUCU
+BUE2
+CAGL
+CAGZ
+CAS1
+CCJM
+CEDU
+CFAG
+CHAT
+CHUM
+CHUR
+CIC1
+COCO
+CONZ
+COYQ
+CRAO
+CRO1
+DAEJ
+DARW
+DAV1
+DGAR
+DRAG
+DRAO
+DUBO
+DUBR
+DUM1
+EISL
+EPRT
+FAIR
+FLIN
+FORT
+GALA
+GLPS
+GLSV
+GMAS
+GMSD
+GODE
+GOLD
+GOUG
+GRAS
+GRAZ
+GUAM
+GUAO
+GUAT
+GUUG
+HARB
+HERS
+HERT
+HLFX
+HNLC
+HOB2
+HOFN
+HOLB
+HRAO
+HYDE
+IISC
+INVK
+IRKJ
+IRKT
+ISPA
+ISTA
+JAB1
+JOZ2
+JOZE
+JPLM
+KARR
+KELY
+KERG
+KGNI
+KHAJ
+KIT3
+KOKB
+KOSG
+KOUC
+KUNM
+KWJ1
+LAE1
+LHAS
+LHAZ
+LPGS
+LROC
+MAC1
+MALD
+MALI
+MANA
+MAR6
+MAS1
+MAT1
+MATE
+MAUI
+MAW1
+MBAR
+MCIL
+MCM4
+MDO1
+MDVJ
+MDVO
+MEDI
+METS
+METZ
+MKEA
+MOBS
+MONP
+MORP
+MQZG
+MTKA
+NAIN
+NANO
+NICO
+NKLG
+NLIB
+NNOR
+NOT1
+NOUM
+NRC1
+NRIL
+NVSK
+NYA1
+NYAL
+OHI2
+OHI3
+OHIG
+ONSA
+OSN1
+OUS2
+PALM
+PARC
+PDEL
+PERT
+PETP
+PIE1
+PIMO
+POL2
+POLV
+POTS
+PRDS
+PRE1
+QAQ1
+QIKI
+QUI2
+QUIN
+RABT
+RAMO
+RBAY
+RESO
+REUN
+RIGA
+RIOG
+SANT
+SCH2
+SCOR
+SCUB
+SELE
+SFER
+SHAO
+SIMO
+SOFI
+SSIA
+STJO
+SUTH
+SUTM
+SUWN
+SYOG
+TAH1
+TCMS
+TEHN
+THTI
+THU1
+THU3
+TIDB
+TIXI
+TLSE
+TNML
+TOW2
+TRAB
+TRO1
+TROM
+TSKB
+TWTF
+ULAB
+UNSA
+URUM
+USN3
+USNO
+UZHL
+VESL
+VILL
+VNDP
+WES2
+WHIT
+WILL
+WIND
+WSRT
+WTZR
+WUHN
+YAR1
+YARR
+YEBE
+YELL
+YIBL
+ZAMB
+ZECK
+ZIMJ
+ZIMM
+
diff --git a/data/STA_IGS_H.txt b/data/STA_IGS_H.txt
new file mode 100644
index 0000000..132f026
--- /dev/null
+++ b/data/STA_IGS_H.txt
@@ -0,0 +1,252 @@
+# station list of IGS hourly site
+ABMF
+ABPO
+ADIS
+ALBH
+ALGO
+ALIC
+AMC2
+ANKR
+AREQ
+ARTU
+ASPA
+AUCK
+BADG
+BAIE
+BAKE
+BAMF
+BAN2
+BARH
+BDOS
+BJCO
+BOGI
+BOGT
+BOR1
+BREW
+BRFT
+BRMU
+BRST
+BRUS
+BUCU
+BZRG
+CAGL
+CAGZ
+CAS1
+CHAT
+CHPI
+CHTI
+CHUM
+CHUR
+CHWK
+CLAR
+CNMR
+CONT
+CONZ
+CRAO
+CRO1
+CUSV
+DAEJ
+DARW
+DAV1
+DGAR
+DGAV
+DLFT
+DRAO
+DUBO
+DUND
+EBRE
+EPRT
+FAIR
+FALK
+FFMJ
+FLIN
+FLRS
+FRDN
+FUNC
+GANP
+GENO
+GLSV
+GMSD
+GODE
+GOL2
+GOLD
+GOPE
+GRAS
+GRAZ
+GUAM
+GUAO
+GUUG
+HARB
+HERS
+HERT
+HLFX
+HNPT
+HOB2
+HOFN
+HRAO
+HUEG
+IENG
+IISC
+INEG
+IQAL
+IRKM
+ISBA
+ISPA
+ISTA
+JOZ2
+JOZE
+JPLM
+KELY
+KERG
+KHAR
+KIR0
+KIRU
+KOKB
+KOKV
+KOUC
+KOUR
+KUUJ
+LAMA
+LCK2
+LCKI
+LEIJ
+LHAZ
+LMMF
+LPAL
+LPGS
+MAD2
+MADR
+MAG0
+MAL2
+MANA
+MAR6
+MARS
+MAS1
+MAT1
+MATE
+MAUI
+MAW1
+MDO1
+MEDI
+METS
+MIKL
+MIZU
+MKEA
+MOBJ
+MOBK
+MOBN
+MOBS
+MORP
+MQZG
+NANO
+NICO
+NKLG
+NNOR
+NOT1
+NRC1
+NRIL
+NRL1
+NRMD
+NTUS
+NURK
+NYA1
+NYAL
+OHI2
+OHI3
+ONSA
+ORID
+OUS2
+PADO
+PALM
+PARK
+PBR2
+PBRI
+PDEL
+PENC
+PERT
+PETS
+PICL
+PIE1
+PIMO
+POL2
+POLV
+POTS
+PRDS
+PTAG
+PTBB
+QAQ1
+QUIN
+RABT
+RBAY
+REUN
+REYK
+RIGA
+RIO2
+ROTH
+SANT
+SASK
+SASS
+SCH2
+SCOR
+SFER
+SHAO
+SIO3
+SOFI
+SPT0
+STHL
+STJO
+STR1
+SULP
+SUTH
+SUTM
+SUTV
+SUWN
+SVTL
+SYDN
+SYOG
+TASH
+THTI
+THU2
+THU3
+TIDB
+TITZ
+TIXI
+TLSE
+TOW2
+TRO1
+TSKB
+UCLU
+ULAB
+UNBJ
+UNSA
+URUM
+USN3
+USUD
+UZHL
+VACS
+VALD
+VILL
+VIS0
+WARN
+WES2
+WGTN
+WHIT
+WILL
+WROC
+WSLR
+WSRT
+WTZA
+WTZR
+WTZS
+WTZZ
+WUHN
+XMIS
+YAKT
+YAR3
+YEBE
+YELL
+YSSK
+ZECK
+ZIM2
+ZIMM
+ZWE2
diff --git a/data/STA_IGS_HR.txt b/data/STA_IGS_HR.txt
new file mode 100644
index 0000000..026982c
--- /dev/null
+++ b/data/STA_IGS_HR.txt
@@ -0,0 +1,131 @@
+# station list of IGS highrate site
+ABPO
+ADIS
+AJAC
+ALGO
+ALIC
+AMC2
+AREQ
+ARTU
+BAN2
+BOGT
+BOR1
+BREW
+BRST
+BRUS
+BUCU
+BZRG
+CAGZ
+CEBR
+CEDU
+CHPI
+CHUR
+COCO
+CONZ
+CRAO
+CRO1
+DARW
+DAV1
+EBRE
+FAIR
+FALK
+FFMJ
+GODE
+GOL2
+GOLD
+GOPE
+GRAZ
+GUAM
+GUAO
+HERT
+HOB2
+HOFN
+HRAO
+HUEG
+IGEO
+IISC
+IRKM
+ISPA
+JOZ2
+KARR
+KELY
+KIR0
+KIRU
+KIT3
+KOKB
+KOUR
+LAMA
+LEIJ
+LHAZ
+MAC1
+MAD2
+MADR
+MAL2
+MAR6
+MARS
+MAS1
+MATE
+MAW1
+MDO1
+METS
+MIZU
+MKEA
+MOBN
+MOBS
+NNOR
+NRIL
+NRL1
+NTUS
+NYA2
+OHI3
+ONSA
+OUS2
+PADO
+PDEL
+PERT
+PETS
+PIE1
+PIMO
+POL2
+POTS
+QUIN
+RABT
+REDU
+REYK
+RIO2
+SANT
+SASS
+SEY1
+SHAO
+SOFI
+SPT0
+STHL
+STR2
+SULP
+SUTH
+SUTM
+TID1
+TIDB
+TITZ
+TOW2
+UCLU
+ULAB
+UNB3
+UNSA
+USN3
+USUD
+VILL
+VIS0
+WARN
+WROC
+WSRT
+WTZR
+WUH2
+XMIS
+YAKT
+YAR3
+YARR
+YEBE
+YELL
+ZIM2
+ZWE2
diff --git a/data/STA_IGS_MGEX.txt b/data/STA_IGS_MGEX.txt
new file mode 100644
index 0000000..810254a
--- /dev/null
+++ b/data/STA_IGS_MGEX.txt
@@ -0,0 +1,61 @@
+# station list of IGS MGEX site
+ABMF
+AIRA
+AUST
+BRST
+CCJ2
+CHOF
+CUT0
+DAE2
+DLF1
+DRAO
+DYNG
+FTNA
+GAP1
+GMSD
+GOP6
+GOP7
+GRA1
+GRA2
+GRAB
+GRAC
+HARB
+JFNG
+KIR8
+KOUG
+KZN2
+LLAG
+LMMF
+M0SE
+MAHO
+MATG
+METG
+MYVA
+NCKU
+NKLG
+NRMG
+NURK
+NYA2
+OBE3
+OHIX
+ONS1
+OUS2
+POTS
+REUN
+SGOC
+SIG0
+STK2
+TASH
+TLSE
+TSK2
+ULAB
+UNB3
+UNBD
+UNBS
+UNX2
+USN4
+USN5
+WTZ2
+WTZ3
+WTZZ
+WUH2
diff --git a/data/TLE_20130427.txt b/data/TLE_20130427.txt
new file mode 100644
index 0000000..3e661ad
--- /dev/null
+++ b/data/TLE_20130427.txt
@@ -0,0 +1,28590 @@
+1 00005U 58002B   13116.83446121  .00000406  00000-0  52047-3 0   803
+2 00005 034.2483 341.7328 1849927 137.2621 238.7675 10.84275733922091
+1 00011U 59001A   13117.14495428  .00001278  00000-0  67870-3 0  8647
+2 00011 032.8717 118.7048 1475830 301.1570 045.2460 11.83650659307236
+1 00012U 59001B   13117.38247740  .00000527  00000-0  31978-3 0  5773
+2 00012 032.8985 108.3011 1675683 055.5856 319.1978 11.42464017223863
+1 00016U 58002A   13113.48502971 +.00000158 +00000-0 +23990-3 0 00011
+2 00016 034.2588 134.9514 2029166 026.9218 342.3538 10.48331718184647
+1 00020U 59007A   13117.15585916  .00000345  00000-0  14404-3 0  2065
+2 00020 033.3426 101.7225 1680861 129.0382 247.2233 11.52644247929029
+1 00022U 59009A   13117.16712132  .00003143  00000-0  30328-3 0  5911
+2 00022 050.2861 052.9125 0162491 052.1603 082.6209 14.86331955835729
+1 00029U 60002B   13117.78221006  .00000223  00000-0  66301-4 0  9041
+2 00029 048.3809 005.6670 0025161 244.7198 115.1105 14.72598064834004
+1 00045U 60007A   13117.35578498  .00000371  00000-0  12273-3 0  8420
+2 00045 066.6971 050.6565 0253140 052.1350 091.2338 14.32593080748925
+1 00046U 60007B   13116.84284821  .00000457  00000-0  11506-3 0  3493
+2 00046 066.6925 247.6194 0224348 274.0286 083.5206 14.46963506761261
+1 00047U 60007C   13117.54165116  .00000194  00000-0  70239-4 0  9063
+2 00047 066.6669 283.6527 0226646 048.6996 313.3374 14.40606756759210
+1 00050U 60009B   13116.95562999 -.00000107  00000-0 -19323-3 0  8873
+2 00050 047.2313 296.9692 0114077 111.9386 249.3573 12.20075108352198
+1 00051U 60009C   13116.57876162 -.00000085  00000-0  00000+0 0  4331
+2 00051 047.2109 138.3718 0104005 325.0436 173.8542 12.18220108346047
+1 00053U 60009E   13116.83082100 -.00000084  00000-0  00000+0 0  3555
+2 00053 047.2778 022.7402 0098762 294.4507 113.7752 12.17112723350848
+1 00058U 60013A   13117.75842629  .00000106  00000-0  35118-4 0  3789
+2 00058 028.3286 003.6665 0165028 080.6948 281.2218 13.46258736587477
+1 00059U 60013B   13115.79885930  .00000097  00000-0  13901-4 0  7491
+2 00059 028.2491 302.4975 0189391 344.0830 015.3826 13.52861313593437
+1 00063U 60016A   13117.48453329  .00016695  00000-0  28513-3 0    50
+2 00063 048.5146 205.1924 0016768 327.1734 032.8168 15.51186908855906
+1 00082U 61004B   13114.50337009 -.00000004  00000-0  47578-4 0  6041
+2 00082 038.8532 141.5133 1175859 087.9692 285.4915 12.25609874487407
+1 00085U 61004C   13117.30149107  .00004538  00000-0  12636-2 0  7798
+2 00085 038.7690 206.1760 0481826 251.4237 103.3593 13.95082524562054
+1 00107U 61013A   13116.44541682  .00001343  00000-0  17212-3 0  7822
+2 00107 028.7868 117.0535 0571153 057.2543 094.7457 14.02933146597964
+1 00115U 60002D   13116.69372648  .00000571  00000-0  10464-3 0   758
+2 00115 048.1657 193.4998 0038918 293.3046 202.5512 14.78937985825967
+1 00116U 61015A   13117.44711196  .00000031  00000-0  83361-4 0  9884
+2 00116 066.8096 102.6773 0072587 031.6404 328.9007 13.91466955629418
+1 00117U 61015B   13117.14107684 -.00000061  00000-0  12246-4 0  5832
+2 00117 066.8122 178.5254 0072902 049.4454 311.2940 13.89658498627598
+1 00118U 61015C   13117.54154699  .00000067  00000-0  94572-4 0   657
+2 00118 066.7629 131.1123 0078685 043.8064 316.9225 14.01098359644102
+1 00119U 61015D   13115.74600340  .00000411  00000-0  21446-3 0  1436
+2 00119 066.7298 202.1839 0100360 128.0382 232.9822 14.21493849675461
+1 00120U 61015E   13117.69795008  .00000744  00000-0  33924-3 0   869
+2 00120 066.7079 293.4959 0125017 223.3315 135.7898 14.22937654664770
+1 00121U 61015F   13117.17217145  .00000026  00000-0  69300-4 0  5118
+2 00121 066.7485 081.2150 0087033 116.4798 012.9061 13.99397277654715
+1 00122U 61015G   13117.53210768  .00001302  00000-0  26995-3 0   107
+2 00122 066.7541 272.0068 0082640 006.0494 354.1597 14.61562021708696
+1 00123U 61015H   13115.69091780  .00000351  00000-0  14324-3 0  9301
+2 00123 066.6846 188.6317 0116960 176.0767 184.1280 14.35118338690113
+1 00124U 61015J   13117.52278898  .00000342  00000-0  16578-3 0  7146
+2 00124 066.5434 296.2325 0081630 217.0241 142.5206 14.28211889672820
+1 00125U 61015K   13117.14871431  .00000035  00000-0  69584-4 0  4330
+2 00125 066.8789 023.7264 0080126 327.3901 177.7028 14.04344577643262
+1 00126U 61015L   13115.71647982  .00000572  00000-0  23408-3 0  3951
+2 00126 066.7145 188.9512 0070423 189.2309 170.7502 14.32901705675273
+1 00127U 61015M   13117.13941784  .00000904  00000-0  33797-3 0  7525
+2 00127 066.8345 029.9648 0071137 064.9869 295.8597 14.34839837676052
+1 00128U 61015N   13116.98015207  .00000109  00000-0  12164-3 0  9737
+2 00128 066.6759 285.6068 0094996 002.8703 140.8125 14.00732777643107
+1 00130U 61015Q   13116.85359493  .00000030  00000-0  73664-4 0  3925
+2 00130 066.7723 261.3290 0080924 053.0550 108.0987 13.98310978640777
+1 00131U 61015R   13115.66596802  .00000104  00000-0  12058-3 0  9748
+2 00131 066.7349 173.0729 0080580 179.0024 325.6452 14.00092742631595
+1 00132U 61015S   13117.66441019  .00000008  00000-0  64091-4 0  9456
+2 00132 066.6611 305.0262 0075646 191.3183 235.3143 13.94070127635184
+1 00133U 61015T   13117.11853530  .00000729  00000-0  40343-3 0  1806
+2 00133 067.1179 091.4383 0059943 347.7131 137.0665 14.15876580653292
+1 00134U 61015U   13116.11488946  .00000011  00000-0  62582-4 0  9780
+2 00134 066.8816 328.2594 0077852 048.2136 096.1020 13.96312097635745
+1 00136U 61015W   13116.48577165  .00000600  00000-0  25849-3 0  3078
+2 00136 067.5318 256.7330 0053280 041.3676 319.1444 14.30001621669008
+1 00138U 61015Y   13117.17584907  .00000361  00000-0  29443-3 0  2751
+2 00138 067.1567 344.5895 0039342 272.7509 234.1795 14.00053287630603
+1 00141U 61015AB  13116.82415861  .00000179  00000-0  22078-3 0  2415
+2 00141 066.5901 267.0899 0063743 294.8986 210.5940 13.85609596606606
+1 00144U 61015AE  13116.13681282  .00000155  00000-0  19056-3 0  8720
+2 00144 066.5025 357.8699 0042617 192.1714 311.2066 13.89159057617952
+1 00145U 61015AF  13117.17393118  .00000070  00000-0  98131-4 0  8160
+2 00145 066.9289 009.1117 0068955 231.2598 287.6600 14.00300102644727
+1 00147U 61015AH  13116.52527781  .00000092  00000-0  86696-4 0  4955
+2 00147 066.6189 141.9097 0055075 180.7672 322.7006 14.16696494653738
+1 00148U 61015AJ  13117.29967800  .00000297  00000-0  21959-3 0   718
+2 00148 065.7797 037.8891 0161842 237.2822 269.2432 14.03171583 84788
+1 00150U 61015AL  13115.68917694  .00000204  00000-0  26973-3 0  3541
+2 00150 066.2468 178.6253 0060289 165.0039 339.6541 13.79681005445904
+1 00152U 61015AN  13116.51856333  .00000524  00000-0  31610-3 0  4302
+2 00152 066.5957 273.0718 0159701 215.0259 144.0243 14.08086466649698
+1 00154U 61015AQ  13117.13422189  .00000228  00000-0  19124-3 0  3015
+2 00154 066.6601 333.3034 0078979 062.4023 082.4122 14.03478678643070
+1 00155U 61015AR  13116.70530235  .00000861  00000-0  32981-3 0  3064
+2 00155 066.8832 341.8218 0051496 002.5572 357.5783 14.34525188670360
+1 00158U 61015AU  13116.76200578  .00000474  00000-0  13537-2 0  1622
+2 00158 067.0751 214.9042 0618600 274.5674 234.4861 12.64582794398152
+1 00159U 61015AV  13115.80094796  .00000738  00000-0  18952-2 0  2989
+2 00159 065.5302 032.7504 0371189 187.0633 212.0816 13.01459035456349
+1 00162U 61017A   13117.34005237 -.00000053  00000-0  31757-4 0  4015
+2 00162 047.8983 193.9373 0046009 253.9749 105.6073 14.43451206723434
+1 00163U 61018A   13117.49682959  .00000001  00000-0  00000+0 0  4772
+2 00163 091.1603 351.2335 0100899 020.6940 029.8923 08.91832325686455
+1 00165U 61017B   13116.86577693  .00024013  00000-0  69517-3 0   666
+2 00165 047.8614 335.8034 0011059 252.5366 224.5205 15.35286605769592
+1 00167U 61017D   13115.79661826  .00000031  00000-0  78498-4 0  2105
+2 00167 047.8446 241.9730 0092961 278.7441 214.9463 14.22046743681608
+1 00172U 61015AY  13117.07561637  .00000412  00000-0  64172-3 0  8293
+2 00172 067.0698 324.4246 0139341 230.0976 275.3926 13.56332920554104
+1 00177U 61015BB  13116.67203795  .00000071  00000-0  76950-4 0  1103
+2 00177 066.6666 204.6690 0121107 203.3864 308.7144 14.12780896663387
+1 00178U 61015BC  13117.74103716  .00000004  00000-0  61032-4 0  9104
+2 00178 066.8657 197.0977 0079267 180.3619 325.0466 13.91981695629640
+1 00188U 61018C   13117.73895821 -.00000051  00000-0 -17934-1 0  6933
+2 00188 091.1569 353.5322 0116800 268.3635 120.8981 08.93790545689789
+1 00192U 61028A   13116.82413722  .00000004  00000-0  36541-2 0  4811
+2 00192 095.8553 294.0333 0140811 343.9309 144.4191 08.67762561632114
+1 00194U 61028C   13117.08604742 -.00000013  00000-0 -37638-2 0  2577
+2 00194 095.8411 312.1284 0353719 237.8370 272.8068 08.70023669636158
+1 00195U 61028D   13117.04245872  .00000033  00000-0  16527-1 0  2224
+2 00195 095.8673 279.1871 0160042 047.5233 099.8204 08.65598656628115
+1 00196U 61018D   13115.75686019 -.00000025  00000-0 -95252-2 0  4567
+2 00196 091.1655 349.6449 0101829 148.6178 240.5803 08.89661606682132
+1 00202U 61031A   13117.48320671  .00000083  00000-0  73586-4 0  4022
+2 00202 032.4383 268.6818 0101041 137.4352 267.2905 13.63379207565738
+1 00204U 61031C   13116.85342487  .00000044  00000-0  25257-4 0  4235
+2 00204 032.4437 020.8999 0098987 151.6074 280.1108 13.64750978567360
+1 00205U 61031B   13116.84747095  .00000045  00000-0  28188-4 0  2481
+2 00205 032.4424 020.6639 0102065 323.5440 105.0056 13.62315691564682
+1 00210U 61015BE  13116.96341346  .00000349  00000-0  37906-3 0  8964
+2 00210 066.4588 274.6862 0039739 071.2893 073.3798 13.84323476600619
+1 00223U 61015BK  13116.18753608 -.00000006  00000-0  56659-4 0  4964
+2 00223 066.8914 076.2282 0064387 151.7195 310.7777 13.88423355624823
+1 00224U 61015BL  13117.14831557  .00000642  00000-0  43208-3 0  6964
+2 00224 066.7391 008.1700 0066253 183.3861 329.4170 14.05942464637168
+1 00225U 61015BM  13116.19008284  .00000521  00000-0  22420-3 0  3474
+2 00225 066.8025 196.6820 0116723 208.3853 151.0856 14.28667182670867
+1 00226U 62002A   13116.38128417  .00000082  00000-0  69525-4 0  1090
+2 00226 048.2961 090.9924 0079290 312.3657 047.0547 14.45007196694800
+1 00227U 62002B   13117.44448002  .00000141  00000-0  94553-4 0  4193
+2 00227 048.1470 236.9810 0133932 145.3896 263.8994 14.37149665674243
+1 00228U 62002C   13117.02761504  .00001624  00000-0  17602-3 0   960
+2 00228 048.4308 324.8224 0018430 258.1205 101.7648 14.93211313744016
+1 00230U 61015BN  13117.62131405  .00000018  00000-0  66949-4 0  1318
+2 00230 066.8845 311.2708 0091702 027.2354 030.6438 13.95718755636402
+1 00232U 61015BQ  13117.55578581  .00000079  00000-0  10758-3 0  3340
+2 00232 066.8219 208.5509 0065730 281.3083 170.6924 13.98449506636076
+1 00233U 61015BR  13116.93446188  .00002570  00000-0  66796-3 0   246
+2 00233 066.8571 063.0334 0043879 309.0496 050.6712 14.50703227676375
+1 00234U 61015BS  13117.39751450  .00000119  00000-0  12787-3 0  1260
+2 00234 066.8771 189.0270 0071991 010.1575 068.0252 14.01222933639120
+1 00235U 61015BT  13117.23123599  .00000085  00000-0  85549-4 0  1530
+2 00235 066.9578 034.7511 0172111 335.7609 023.5449 14.07272416645804
+1 00243U 61015BY  13117.47885904  .00000565  00000-0  47714-3 0  5123
+2 00243 066.4647 134.7020 0040048 275.8096 243.8843 13.94791662613330
+1 00244U 61015BZ  13117.49076826  .00000085  00000-0  11972-3 0  8881
+2 00244 066.8403 123.1562 0077449 255.7167 248.2947 13.94026354630409
+1 00245U 61015CA  13116.50510693  .00000323  00000-0  22241-3 0  7748
+2 00245 066.0698 109.7422 0046940 095.7145 048.8447 14.11665289649622
+1 00246U 61015CB  13117.84947336 -.00000001  00000-0  63390-4 0  6143
+2 00246 066.8700 256.4600 0072722 277.2817 226.4396 13.85542146959507
+1 00252U 61015CD  13115.68361954  .00000295  00000-0  37881-3 0   127
+2 00252 067.0798 333.9823 0048944 125.9660 271.0838 13.75225829591207
+1 00253U 61015CE  13117.74533459  .00001118  00000-0  30915-3 0  4296
+2 00253 066.9349 207.0262 0036834 008.2416 351.9291 14.49985660676598
+1 00254U 61015CF  13116.43087224  .00000970  00000-0  33839-3 0  3681
+2 00254 066.7778 107.1992 0067454 106.2465 254.6072 14.38210934681492
+1 00260U 61015CG  13116.37564316  .00000716  00000-0  30288-3 0  5015
+2 00260 066.7730 230.5142 0044933 093.5988 303.7388 14.30624329667950
+1 00261U 61015CH  13117.40010909  .00000108  00000-0  12485-3 0  4164
+2 00261 066.6804 128.9317 0087921 017.0435 088.9765 13.99317420640348
+1 00262U 61015CJ  13116.94701829  .00001807  00000-0  63206-3 0  9744
+2 00262 066.4689 066.7091 0075504 160.7742 199.6234 14.35884898666211
+1 00263U 61015CK  13117.19303578  .00000689  00000-0  24474-3 0  4737
+2 00263 066.5346 033.1421 0109310 029.4993 131.4851 14.37242687692494
+1 00264U 61015CL  13117.50362916  .00000786  00000-0  38759-3 0  8254
+2 00264 066.5312 237.8122 0019640 069.2337 006.0299 14.22708373648799
+1 00268U 61015CN  13117.12137576  .00000155  00000-0  61460-3 0  1559
+2 00268 067.9396 355.2491 0653386 004.5460 149.0740 12.49424968353709
+1 00271U 62010A   13116.47567784  .00000005  00000-0  00000+0 0  2783
+2 00271 086.6527 293.9031 0329742 164.1489 231.8080 09.41308908754407
+1 00273U 62010C   13117.55778479  .00000042  00000-0  73342-2 0  2356
+2 00273 086.6546 278.9251 0300350 027.3831 001.2533 09.43752590758905
+1 00274U 62010D   13117.63643699  .00000013  00000-0  20707-2 0  3199
+2 00274 086.6534 308.0485 0357845 272.1531 113.0764 09.39352718750605
+1 00299U 61015CQ  13117.12136119  .00000108  00000-0  18439-3 0  1180
+2 00299 067.1702 344.6396 0200595 253.6727 252.0720 13.67168958573224
+1 00309U 62025A   13117.49929648  .00000041  00000-0  44150-4 0  8218
+2 00309 058.0908 124.2607 0199096 162.7848 198.0062 14.55243770682400
+1 00312U 62025C   13115.75229479  .00000449  00000-0  11814-3 0  4942
+2 00312 058.2467 163.8268 0224651 066.1372 296.3021 14.51422127660643
+1 00318U 61015CU  13115.78521089  .00002579  00000-0  38445-3 0  8399
+2 00318 066.5396 017.8990 0084291 033.3789 327.2604 14.74323298720253
+1 00320U 61015CW  13115.69256988  .00000218  00000-0  11505-3 0  8818
+2 00320 066.9073 208.4751 0132420 091.3110 270.3162 14.26071304683233
+1 00323U 61015CZ  13117.49131372  .00000533  00000-0  32752-3 0  6646
+2 00323 066.8437 005.9188 0080133 357.0182 003.0419 14.11571927650800
+1 00324U 61015DA  13115.81100814  .00000079  00000-0  90009-4 0  4270
+2 00324 066.8688 229.3155 0076863 312.0696 191.8057 14.08673588646510
+1 00325U 61015DB  13115.26924093  .00000371  00000-0  22581-3 0   712
+2 00325 066.9178 081.4223 0056869 047.3402 313.2462 14.15869641652596
+1 00327U 61015DD  13117.05875167  .00000056  00000-0  10520-3 0  7942
+2 00327 066.5445 329.3907 0116401 350.9055 151.5001 13.89034162620342
+1 00329U 61015DF  13116.45844574  .00000126  00000-0  23442-3 0  8468
+2 00329 066.7804 088.9933 0122265 304.0356 202.3000 13.64605777575264
+1 00330U 61015DG  13117.49190016  .00000427  00000-0  33865-3 0  7069
+2 00330 066.9824 285.8595 0046048 107.4468 289.3998 14.00043805624215
+1 00333U 61015DK  13117.75469139  .00001262  00000-0  33784-3 0  8177
+2 00333 066.7198 358.4175 0066172 338.1602 021.6688 14.50390127688809
+1 00334U 61015DL  13117.07807145 -.00000033  00000-0  33097-4 0  4266
+2 00334 066.9255 332.1168 0083943 326.8078 176.4407 13.90988333628912
+1 00335U 61015DM  13117.15790187  .00000521  00000-0  31302-3 0  9164
+2 00335 066.8381 120.8355 0034705 115.9358 005.0753 14.14319743647453
+1 00336U 61015DN  13117.41721071  .00000026  00000-0  11158-3 0  8616
+2 00336 067.0311 210.7708 0083401 324.3255 105.4026 13.67942507583140
+1 00337U 61015DP  13116.20243657  .00000164  00000-0  24522-3 0  4643
+2 00337 067.0099 069.3035 0097223 109.0655 352.6564 13.73291400585482
+1 00340U 62029A   13117.74985760  .00000010  00000-0  29129-3 0  8913
+2 00340 044.7970 248.9634 2426918 322.0255 158.5403 09.12844733694452
+1 00341U 62029B   13115.66181340 -.00000101  00000-0 -41800-3 0  5027
+2 00341 044.7850 172.5284 2422727 049.3238 059.6969 09.14175011696433
+1 00350U 61015DQ  13116.46126987  .00000019  00000-0  43847-4 0  8119
+2 00350 066.9144 255.2541 0128972 185.4861 174.4830 14.19817705681618
+1 00351U 61015DR  13117.49254694  .00001204  00000-0  36194-3 0  6921
+2 00351 066.7549 203.0628 0040342 013.3624 346.8541 14.45604366679261
+1 00353U 61015DT  13117.76926935  .00003800  00000-0  69531-3 0  5774
+2 00353 066.5159 005.5742 0022428 102.0309 258.3321 14.66843880687666
+1 00354U 61015DU  13117.42637478  .00000194  00000-0  39067-3 0  1342
+2 00354 067.0636 085.5548 0165733 053.8809 088.8201 13.47503469831332
+1 00355U 61015DV  13117.75803339 -.00000268  00000-0 -36014-3 0  1275
+2 00355 067.2232 352.0474 0263161 354.6345 038.3238 13.30571191510443
+1 00357U 61015DX  13117.04825178  .00000482  00000-0  37284-3 0  3698
+2 00357 066.8128 345.4809 0013000 354.9444 157.6335 14.01096151622411
+1 00369U 62039A   13117.72717109  .00000803  00000-0  10473-3 0  2672
+2 00369 098.4788 181.7798 0099585 082.7307 278.5210 14.80271771704103
+1 00397U 62047A   13117.52882431  .00000427  00000-0  73037-4 0  3490
+2 00397 058.3074 236.9245 0013605 049.1754 311.0467 14.85676093718843
+1 00399U 62047C   13117.51587279  .00004867  00000-0  26735-3 0  3745
+2 00399 058.4078 202.0940 0010532 296.7075 156.6087 15.15711949722781
+1 00402U 61015EB  13116.43256255  .00001636  00000-0  62790-3 0  6038
+2 00402 066.6647 129.4559 0047410 234.4263 125.2413 14.32413717648793
+1 00403U 61015EC  13117.53452101  .00000004  00000-0  74871-4 0  5131
+2 00403 066.8421 266.1970 0028220 269.8199 162.3470 13.80465558609176
+1 00404U 61015ED  13116.29761072  .00000190  00000-0  47510-3 0  9975
+2 00404 066.4733 059.5397 0569367 218.0678 291.1812 12.89092683424423
+1 00405U 61015EE  13116.18715345  .00000035  00000-0  12691-3 0   641
+2 00405 066.8934 195.5760 0091355 237.0981 147.6879 13.65240728577091
+1 00406U 61015EF  13116.47692419  .00000423  00000-0  57708-3 0  2584
+2 00406 066.7815 102.0088 0124705 352.8490 151.1391 13.65236206565588
+1 00407U 61015EG  13117.78332056  .00001945  00000-0  67963-3 0   557
+2 00407 066.3289 355.8723 0100648 233.4270 248.7520 14.34597508635648
+1 00408U 61015EH  13117.16649147  .00000239  00000-0  32939-3 0  2857
+2 00408 066.7891 006.8672 0063779 132.7751 010.2457 13.73750034646365
+1 00409U 61015EJ  13113.33409973 +.00000303 +00000-0 +17614-3 0 00015
+2 00409 066.7160 172.1871 0068504 023.0319 050.1332 14.20299218657717
+1 00410U 61015EK  13117.73216032 -.00000020  00000-0  56257-4 0  7647
+2 00410 066.6955 357.2952 0021514 289.0202 107.6145 13.75818751600313
+1 00414U 61015EP  13115.99148156 -.00000001  00000-0  76178-4 0  5728
+2 00414 066.4451 204.4399 0047601 187.0578 225.6125 13.76755458601632
+1 00416U 61015ER  13117.62015329  .00000210  00000-0  15859-3 0  4028
+2 00416 066.5247 322.5652 0070897 138.1781 287.2599 14.11096496654523
+1 00417U 61015ES  13115.83501412  .00000131  00000-0  10574-3 0  9265
+2 00417 066.7490 249.5033 0080311 308.6215 194.6922 14.15485703657638
+1 00419U 61015EU  13117.04150788  .00010685  00000-0  18602-2 0  5820
+2 00419 066.8880 133.8230 0026915 244.3678 115.4660 14.68124764632028
+1 00420U 61015EV  13117.50805872  .00000310  00000-0  15607-3 0  9421
+2 00420 066.8155 155.6922 0092964 198.2507 281.6351 14.26470481668262
+1 00424U 62049A   13117.08164451  .00000064  00000-0  63782-4 0  1568
+2 00424 080.4665 321.9199 0023139 015.1289 130.8669 13.68869884524576
+1 00426U 62049B   13117.13464066  .00000031  00000-0  25537-4 0  8692
+2 00426 080.4700 326.3710 0017713 354.3032 153.5553 13.68292766524327
+1 00446U 62060A   13116.96768975 -.00000095  00000-0  60672-4 0  1584
+2 00446 050.1428 059.8044 0070136 171.9577 234.0725 13.35213663462907
+1 00447U 62060B   13116.15629465 -.00000119  00000-0  15230-4 0  9299
+2 00447 050.1311 346.7626 0065651 225.1662 278.4874 13.38958826469360
+1 00461U 61015EX  13116.76327751  .00002501  00000-0  65945-3 0  4911
+2 00461 067.5109 312.6915 0045416 199.5428 287.9397 14.49907113683917
+1 00463U 61015EZ  13117.82768388  .00001114  00000-0  38358-3 0  7758
+2 00463 066.7751 262.8968 0068258 285.1603 228.1960 14.38344793676623
+1 00465U 61015FB  13117.44714759  .00001044  00000-0  45526-3 0  8805
+2 00465 066.3155 097.9379 0035650 176.2775 327.7334 14.27716339659126
+1 00467U 61015FD  13117.66579463  .00001157  00000-0  16786-2 0  5304
+2 00467 066.5597 334.7979 0270126 351.2378 073.4392 13.44840528633713
+1 00469U 61015FF  13115.81656301  .00000655  00000-0  30191-3 0  8748
+2 00469 066.8387 028.7175 0068665 206.2756 153.4853 14.25911290667448
+1 00470U 61015FG  13117.06098676  .00000237  00000-0  19999-3 0  2556
+2 00470 066.2320 323.2600 0077227 321.1519 182.1844 14.03354359638366
+1 00474U 61015FL  13116.87955736  .00003257  00000-0  68455-3 0   584
+2 00474 066.2546 050.9794 0031018 191.9919 205.2168 14.60648222682298
+1 00475U 61015FM  13115.74087189  .00000770  00000-0  47086-3 0  8546
+2 00475 066.2309 205.1318 0154789 135.3434 007.8519 14.05526388610505
+1 00476U 61015FN  13117.49292102  .00020990  00000-0  19604-2 0  3695
+2 00476 067.0731 332.4521 0002903 218.7748 221.5452 14.94173861672453
+1 00478U 61015FQ  13116.15069707  .00002458  00000-0  65678-3 0   253
+2 00478 066.0772 029.7008 0054874 042.0210 068.7659 14.49269568683374
+1 00479U 61015FR  13117.49532164  .00004087  00000-0  89642-3 0  1476
+2 00479 066.6921 217.5396 0031699 330.2947 114.3678 14.58317167657710
+1 00480U 61015FS  13117.43206791  .00000743  00000-0  30779-3 0  2468
+2 00480 066.2405 333.2312 0101574 285.3178 145.3774 14.29493129667167
+1 00503U 62068A   13116.33017375 -.00000026  00000-0  00000+0 0  8415
+2 00503 047.5041 086.2810 2841531 158.7721 345.2677 07.78155161432050
+1 00506U 62070A   13117.83350233 -.00000091  00000-0  37802-4 0  8585
+2 00506 052.0014 237.8200 0279729 088.6260 048.1615 13.84847776544163
+1 00510U 62049C   13115.75135272  .00000064  00000-0  62822-4 0  2504
+2 00510 080.5152 014.0807 0014763 262.0889 131.7998 13.69515667525903
+1 00511U 62049D   13117.47518852  .00000077  00000-0  79269-4 0  1400
+2 00511 080.4282 268.5925 0032203 078.0303 344.4568 13.68015976523810
+1 00515U 62068B   13117.09545389 -.00000061  00000-0 -15456-2 0  9935
+2 00515 047.5243 033.1195 2835820 206.4798 135.8210 07.79234813433963
+1 00516U 61015FT  13115.84386826  .00000411  00000-0  38650-3 0  1174
+2 00516 065.9989 022.3343 0087258 210.7881 184.9987 13.90227263621082
+1 00530U 61015FU  13117.53235611  .00000036  00000-0  78079-4 0  8689
+2 00530 066.8808 274.7051 0077682 031.7926 027.3125 13.97694211637223
+1 00537U 61015FW  13116.65055097  .00000260  00000-0  38458-3 0  4755
+2 00537 067.2249 307.8378 0182958 266.9686 125.1870 13.61390476361632
+1 00538U 61015FX  13116.85840242  .00001743  00000-0  58347-3 0  5568
+2 00538 067.8152 048.1346 0041754 015.6245 020.7928 14.38965476669841
+1 00541U 61015GA  13116.30784728  .00000154  00000-0  19903-3 0  8628
+2 00541 067.2199 289.1641 0076991 014.1308 055.7066 13.83898029608077
+1 00543U 61015GC  13116.05918669  .00000059  00000-0  15082-3 0  8500
+2 00543 067.0331 319.2965 0067210 029.5507 113.4536 13.67582946580549
+1 00544U 61015GD  13115.82622627 -.00000041  00000-0  37961-4 0  2799
+2 00544 066.8757 058.5930 0194246 243.0514 143.7753 13.53843344551862
+1 00545U 61015GE  13117.48523168  .00000111  00000-0  19516-3 0  1942
+2 00545 067.2341 214.0576 0157165 064.9134 014.6160 13.67696784573994
+1 00546U 61015GF  13117.15002204  .00014223  00000-0  25169-2 0  1220
+2 00546 067.2041 110.8649 0049094 259.3484 226.3294 14.66709596620714
+1 00548U 61015GH  13116.50905484  .00001509  00000-0  30095-3 0  1084
+2 00548 066.6778 300.1085 0122623 173.4535 222.6330 14.60400576721304
+1 00549U 61015GJ  13116.28013596 -.00000022  00000-0  77602-4 0  8267
+2 00549 066.6936 176.7649 0210773 046.2675 022.5183 13.35300815522218
+1 00552U 61015GM  13117.17941053  .00001149  00000-0  96651-3 0  9522
+2 00552 067.7476 192.5771 0112432 274.2707 105.3073 13.88329179588916
+1 00558U 61015GQ  13116.03875187  .00000284  00000-0  86382-3 0  1314
+2 00558 065.6994 316.8428 0480659 217.5435 290.6921 12.85203792432894
+1 00559U 61015GR  13117.58897324  .00001558  00000-0  53868-3 0  4268
+2 00559 066.6128 289.8457 0075990 027.2316 037.6291 14.36786798655850
+1 00560U 61015GS  13116.89402046  .00001403  00000-0  17882-2 0  3573
+2 00560 067.1627 265.9996 0324418 160.2033 004.8466 13.45916934506548
+1 00561U 61015GT  13117.50643631  .00000302  00000-0  12425-2 0   493
+2 00561 067.7626 019.8970 0658741 322.0741 084.1647 12.39339291346535
+1 00573U 63013A   13117.13710627  .00000010  00000-0  11109-2 0  4471
+2 00573 042.7730 008.5210 4012531 068.6080 025.9496 06.39250185279440
+1 00574U 63014A   13117.80440692  .00000003  00000-0  00000+0 0  2755
+2 00574 087.3236 292.8982 0024017 300.8970 190.0476 08.65268016802995
+1 00575U 63013B   13116.78723237  .00000083  00000-0  16709-2 0  8952
+2 00575 042.7748 324.2387 4008198 116.6554 325.5255 06.40205290168783
+1 00589U 63014D   13115.03201405 -.00000004  00000-0 -32371-2 0    98
+2 00589 087.3127 289.1452 0237118 110.8996 034.9547 08.65605216578662
+1 00602U 63014E   13117.54538241  .00000003  00000-0  00000+0 0  3038
+2 00602 087.3278 288.1068 0028402 105.6780 286.4324 08.67208952582114
+1 00608U 63014C   13113.61215729 -.00000006 +00000-0 -43898-2 0 05729
+2 00608 087.3194 291.3861 0100491 117.7119 271.0318 08.65296122578362
+1 00614U 63025B   13117.19437573  .00008527  00000-0  24434-3 0  3445
+2 00614 082.0193 040.3927 0816974 262.0475 253.5667 13.96106079222824
+1 00622U 63030A   13114.58438278  .00000002  00000-0  00000+0 0  2395
+2 00622 088.4121 119.4120 0033215 188.1631 320.7560 08.57929660 48474
+1 00628U 63014F   13116.58414269  .00000003  00000-0  00000+0 0  1782
+2 00628 087.3188 299.0882 0038355 089.3886 302.4159 08.63348839575000
+1 00629U 63014G   13116.53042186  .00000018  00000-0  66583-2 0  5234
+2 00629 087.3181 289.5640 0139369 115.1601 279.3183 08.65545383578883
+1 00630U 63030C   13115.55116149  .00000002  00000-0  00000+0 0   828
+2 00630 088.4089 112.0833 0030997 329.5870 178.4323 08.59834011562479
+1 00631U 63030E   13117.14612287  .00000002  00000-0  00000+0 0  1393
+2 00631 088.4152 124.7683 0172964 187.6730 199.5543 08.55858910555327
+1 00634U 63031A   13116.02248837 -.00000045  00000-0  00000+0 0  4974
+2 00634 035.5634 006.6920 0009639 089.9716 192.0497 01.00285113182229
+1 00635U 63030B   13117.54627490  .00000003  00000-0  00000+0 0  9459
+2 00635 088.4215 122.4816 0043451 163.0719 343.8807 08.57943115559265
+1 00643U 61015GU  13116.84454792  .00000334  00000-0  66071-3 0  4449
+2 00643 066.3729 035.6659 0342900 179.1220 220.2588 13.26405352471833
+1 00644U 61015GV  13117.33077574  .00000650  00000-0  94597-3 0  3673
+2 00644 067.0987 088.3134 0165891 303.9962 211.2601 13.55567878546577
+1 00645U 61015GW  13117.60188514  .00000120  00000-0  38315-3 0  2230
+2 00645 066.5928 336.7439 0423036 325.7786 059.6426 13.02597612454825
+1 00648U 61015GZ  13117.45562104  .00000351  00000-0  54167-3 0  8254
+2 00648 065.8813 359.1383 0200392 033.6546 023.1506 13.55371373548312
+1 00649U 61015HA  13116.44193928  .00000102  00000-0  47376-3 0  7186
+2 00649 066.2653 099.8451 0559342 173.8617 332.5931 12.63962710386242
+1 00652U 61015HD  13117.63289022  .00000894  00000-0  58792-3 0  7556
+2 00652 066.6994 014.6775 0078629 115.8174 325.6951 14.04986574617771
+1 00653U 61015HE  13117.03487302  .00000422  00000-0  56718-3 0  2505
+2 00653 067.4571 312.7619 0156721 181.1912 323.5915 13.63750164562715
+1 00655U 61015HG  13116.50768477  .00000049  00000-0  23192-3 0  5703
+2 00655 067.2556 148.7367 0373111 357.3475 154.0239 13.06510845459785
+1 00656U 61015HH  13116.32611060  .00000991  00000-0  21842-2 0  6974
+2 00656 066.2890 218.9626 0694943 291.5803 097.6005 12.65066302359282
+1 00657U 61015HJ  13117.23086957 -.00000102  00000-0 -77664-4 0  8587
+2 00657 066.2119 034.6102 0339263 301.1044 216.1172 13.10625216475889
+1 00658U 61015HK  13117.03064336  .00001354  00000-0  18879-2 0  5253
+2 00658 065.8675 110.4250 0375914 303.2244 089.6696 13.35175693418110
+1 00659U 61015HL  13116.84806997  .00000313  00000-0  99918-3 0  3390
+2 00659 067.1648 066.2067 0590449 025.6765 007.8581 12.64660070383716
+1 00660U 61015HM  13117.49984831  .00001616  00000-0  42485-3 0  7330
+2 00660 066.5303 234.6668 0042886 057.3224 018.5696 14.51237358682867
+1 00669U 63038A   13116.11819470  .00000017  00000-0  13527-4 0  2177
+2 00669 090.1168 307.6219 0025754 206.0332 303.8523 13.45874505434462
+1 00670U 63038B   13116.13287764  .00000051  00000-0  71270-4 0  4311
+2 00670 090.1067 311.2677 0043888 090.1843 034.3506 13.44096608429884
+1 00671U 63038C   13116.11025366  .00000043  00000-0  57800-4 0  4435
+2 00671 090.1073 310.9648 0041788 059.7617 088.1381 13.44589176430464
+1 00672U 63038D   13116.49347963  .00000432  00000-0  52719-3 0    23
+2 00672 090.1173 307.2475 0041334 281.3122 107.1314 13.64214568447259
+1 00694U 63047A   13117.20022816  .00002131  00000-0  27359-3 0  2026
+2 00694 030.3602 182.0509 0605653 267.5404 116.4348 13.97769280470610
+1 00698U 63047D   13116.46829051  .00000906  00000-0  32385-3 0  1047
+2 00698 029.9268 219.9385 0557287 229.0066 226.5061 13.67018810440068
+1 00700U 63047F   13116.18819208  .00000228  00000-0  64487-4 0  8079
+2 00700 030.4825 030.6015 0727042 139.3809 004.7123 13.37812990407068
+1 00701U 63047G   13116.93217532  .00000267  00000-0  66226-4 0  1423
+2 00701 030.0132 297.7778 0538932 305.4536 211.6357 13.74383691448356
+1 00702U 63014H   13115.57480565  .00000003  00000-0  00000+0 0  8399
+2 00702 087.3219 288.5062 0100389 137.4480 253.7207 08.65599014578878
+1 00703U 63049A   13116.84921953  .00000061  00000-0  80313-4 0  2972
+2 00703 089.9572 109.9863 0017958 095.2638 321.5083 13.49719025432261
+1 00704U 63049B   13116.56436573  .00000046  00000-0  60391-4 0  7074
+2 00704 089.9576 110.4949 0036138 055.5499 093.3045 13.46671752425808
+1 00705U 63049C   13116.49081090  .00000066  00000-0  92849-4 0  8387
+2 00705 089.9575 110.4258 0034324 024.1820 121.9725 13.47148578426345
+1 00706U 63049D   13116.00039618  .00000202  00000-0  28108-3 0  8258
+2 00706 089.9686 111.0633 0026835 024.8583 029.2666 13.54540225433530
+1 00715U 63049E   13117.05700897  .00000586  00000-0  66283-3 0  2871
+2 00715 089.9890 111.0515 0026301 106.8259 284.7707 13.69270150445872
+1 00716U 63054A   13117.04744090  .00000198  00000-0  65717-4 0  6808
+2 00716 058.4948 084.2359 0021192 188.6526 208.5029 14.68042795631211
+1 00720U 63054C   13116.48610762  .00000422  00000-0  15387-3 0  8458
+2 00720 058.4734 288.9285 0114209 184.4692 213.9585 14.45445513586609
+1 00721U 63053B   13117.62524049  .00000080  00000-0  52496-4 0  9844
+2 00721 078.6089 151.8163 1088566 316.3771 192.6857 12.53192366249053
+1 00722U 63053C   13117.44554736  .00001301  00000-0  64105-3 0  6901
+2 00722 078.5552 255.8660 0552314 032.3143 331.0589 13.58947377331687
+1 00724U 63053E   13117.67371185  .00009350  00000-0  27193-2 0  3637
+2 00724 078.6002 187.3136 0477260 135.3342 009.4512 13.93872259355861
+1 00726U 63053G   13116.11565320  .00024228  00000-0  26566-2 0  3547
+2 00726 078.4874 134.0044 0177592 037.5045 323.8386 14.76731988408915
+1 00727U 64001A   13117.55091759 -.00000014  00000-0  29560-4 0  2413
+2 00727 069.9046 145.0414 0010789 085.1142 025.1357 13.95150863508194
+1 00728U 64001B   13117.46064211  .00000019  00000-0  52029-4 0  2989
+2 00728 069.9074 088.4569 0011864 035.4908 111.0293 13.96809202509846
+1 00729U 64001C   13117.52644497 -.00000027  00000-0  19862-4 0  3672
+2 00729 069.8993 141.6427 0011280 110.0311 043.2587 13.94720140508067
+1 00730U 64001D   13117.49383209  .00000007  00000-0  44503-4 0  4208
+2 00730 069.9048 135.6878 0011230 069.8025 089.6036 13.95384015391669
+1 00731U 64001E   13117.54347249  .00000020  00000-0  54344-4 0  4062
+2 00731 069.9047 129.7453 0011315 066.7252 077.9979 13.95588839508402
+1 00732U 63053H   13117.35811208  .00002322  00000-0  10535-2 0  1144
+2 00732 078.5967 227.1243 0596533 253.6020 161.0242 13.55214212334727
+1 00733U 64002A   13117.23388728  .00000156  00000-0  75979-4 0  9307
+2 00733 098.9785 217.0374 0033190 254.7822 138.3039 14.31621895565925
+1 00734U 64002B   13117.18054414  .00000023  00000-0  28069-4 0  9428
+2 00734 099.0590 168.6767 0015093 043.9695 348.9858 14.28468277563494
+1 00735U 64002C   13117.17172557  .00000017  00000-0  26404-4 0  9735
+2 00735 099.0786 165.2942 0017791 129.6705 263.4275 14.27452926561935
+1 00737U 64003A   13116.81838220 -.00000023  00000-0  00000+0 0  9764
+2 00737 046.4526 344.5658 2579577 043.4608 359.6069 07.39532659331282
+1 00738U 64003B   13117.76844799 -.00000053  00000-0 -43079-2 0  8745
+2 00738 046.4556 351.0013 2583176 037.7652 006.7201 07.39315016330833
+1 00739U 63047H   13115.40618722  .00000269  00000-0  34244-4 0  4803
+2 00739 030.4216 119.8938 0652985 060.5824 075.8821 13.81036757476544
+1 00741U 64004B   13117.07396866  .00000102  00000-0  19818-3 0  2305
+2 00741 081.4878 123.5659 0172470 178.4180 216.2043 13.23547590378624
+1 00742U 64004C   13117.84349522  .00000084  00000-0  15069-3 0  5292
+2 00742 081.4691 041.6738 0173836 088.5546 273.5484 13.25727496381446
+1 00743U 64004D   13116.18243456  .00000081  00000-0  14705-3 0  6450
+2 00743 081.5201 131.8623 0174019 357.4399 073.7496 13.26219751381745
+1 00745U 63038E   13116.60474797  .00000214  00000-0  30379-3 0  1479
+2 00745 090.1211 305.9619 0016651 215.9879 174.9197 13.53730515441825
+1 00746U 64006A   13117.16747799  .00000745  00000-0  20505-3 0  1988
+2 00746 060.8284 142.2955 3057837 081.7232 311.4027 08.99940411633220
+1 00750U 64006C   13116.51752262  .00006463  00000-0  89341-3 0  9593
+2 00750 060.7739 135.2083 1866453 146.0149 356.6094 11.44368037277855
+1 00753U 63049F   13116.52155937  .00000206  00000-0  29320-3 0  9601
+2 00753 089.9677 110.9030 0029980 123.4134 023.3524 13.53048580431591
+1 00801U 64026A   13116.78145384  .00000346  00000-0  17745-3 0  1485
+2 00801 090.5171 278.5544 0048966 010.5357 099.5529 14.13395084507967
+1 00805U 64026B   13116.81232448  .00001093  00000-0  47508-3 0  4350
+2 00805 089.9028 023.6445 0035775 149.5241 242.3201 14.23259309505235
+1 00809U 64026D   13116.95956288  .00000097  00000-0  51569-4 0  1986
+2 00809 090.5111 273.5876 0038940 263.7213 243.2701 14.08098327502662
+1 00812U 64031A   13117.36319311  .00000075  00000-0  56421-4 0  6828
+2 00812 099.7816 017.6403 0005466 197.9702 273.7453 14.23455160533823
+1 00813U 64031B   13116.76718383  .00000031  00000-0  37916-4 0  6587
+2 00813 099.7903 016.5130 0004560 274.7082 085.3572 14.22701551532774
+1 00815U 64031C   13117.53973818  .00000095  00000-0  61596-4 0  9619
+2 00815 099.8645 126.1855 0012796 121.0168 024.9990 14.26749602536838
+1 00829U 64038A   13110.05817995  .00001879  00000-0  53307-3 0  7028
+2 00829 060.8088 299.6826 2996199 156.9292 353.6144 09.10014027575795
+1 00831U 64038C   13116.41937903  .00016167  00000-0  21891-2 0  3494
+2 00831 060.7284 076.8129 1768747 327.9030 174.9180 11.64292769785500
+1 00858U 64047A   13114.75848167 -.00000046  00000-0  10000-3 0  5001
+2 00858 003.6367 295.3382 0002628 153.4873 206.2335 01.00254061140611
+1 00862U 64047B   13117.64855900 -.00000004  00000-0  19231-1 0  5377
+2 00862 016.4677 271.7444 7119302 335.4343 329.8690 02.05091121159964
+1 00870U 64051A   13116.98900909  .00000122  00000-0  89346-4 0  9806
+2 00870 079.8971 096.2656 0096965 285.2394 107.6376 13.90789244466609
+1 00871U 64051B   13117.07086195  .00000241  00000-0  15829-3 0  6779
+2 00871 079.8941 319.2535 0087899 319.6796 039.7867 13.98476384474093
+1 00876U 64053A   13117.46105825  .00000205  00000-0  57687-4 0  6321
+2 00876 065.0624 064.8947 0147618 336.1807 136.2263 14.62872881586749
+1 00877U 64053B   13117.78599269  .00000073  00000-0  40470-4 0  2721
+2 00877 065.0810 026.4885 0074513 331.6736 064.8577 14.58543586581017
+1 00879U 64054A   13119.20910187  .00000045  00000-0  00000+0 0  7745
+2 00879 090.1942 338.9617 4035716 168.2293 000.9020 00.37791594 11733
+1 00893U 64063A   13116.14593118  .00000005  00000-0 -56604-5 0  2370
+2 00893 090.1390 352.8214 0025101 195.1042 329.9596 13.56006100401921
+1 00897U 64063B   13117.20721207  .00000007  00000-0 -37326-5 0  6112
+2 00897 090.1447 351.5059 0021244 086.2130 061.2378 13.53264583396568
+1 00899U 64064A   13117.14550912  .00000070  00000-0  57727-4 0  9388
+2 00899 079.6911 330.9796 0121035 286.8127 221.9358 13.81605409442405
+1 00900U 64063C   13117.54561439  .00000128  00000-0  13162-3 0  9827
+2 00900 090.1426 349.0669 0026697 335.3916 024.5972 13.71481441412684
+1 00901U 64063D   13116.17499942  .00000052  00000-0  62513-4 0  8803
+2 00901 090.1450 351.0912 0021147 062.8792 102.5196 13.54326769396986
+1 00902U 64063E   13115.69913788  .00000052  00000-0  64389-4 0  8116
+2 00902 090.1450 351.5112 0020058 119.5744 273.5110 13.52542836207755
+1 00903U 64063F   13117.63778416  .00000519  00000-0  53814-3 0  3382
+2 00903 090.1518 345.6068 0021432 222.3257 191.9748 13.74445641414507
+1 00907U 64064B   13116.17359245  .00000100  00000-0  85505-4 0  6191
+2 00907 079.6935 357.4869 0122089 347.1578 158.2902 13.79917149440822
+1 00932U 64076B   13116.49550708  .00000408  00000-0  14837-3 0  4440
+2 00932 081.3415 094.5523 1137689 304.1011 209.7641 12.62557821212217
+1 00933U 64076C   13117.05561820  .00000401  00000-0  13926-3 0  7423
+2 00933 081.3381 309.5375 1082005 271.2193 076.5399 12.74965942223188
+1 00953U 64083A   13115.78113830  .00000024  00000-0  18879-4 0  2536
+2 00953 089.9838 189.6073 0035124 114.3982 034.2468 13.58507386397261
+1 00956U 64083B   13115.75317174  .00000243  00000-0  28689-3 0  1095
+2 00956 089.9701 186.2392 0030204 226.1207 281.9389 13.65244087401180
+1 00959U 64083C   13117.29553206  .00000106  00000-0  12603-3 0  4480
+2 00959 089.9799 188.9903 0042492 058.3671 331.3187 13.61084486397618
+1 00963U 64086A   13117.56635206  .00063097 -48461-5  15183-2 0  1321
+2 00963 019.7304 235.6910 2131826 122.7372 344.3934 11.18958547856533
+1 00965U 64083D   13115.76585985  .00000053  00000-0  61680-4 0  6232
+2 00965 089.9889 191.2569 0038338 268.4783 239.5599 13.56570820393261
+1 00967U 64083F   13116.15721462  .00000223  00000-0  26231-3 0  6400
+2 00967 089.9727 186.9872 0029712 230.9555 161.2157 13.65143881401173
+1 00976U 64064C   13117.30386249  .00000125  00000-0  70694-4 0  9358
+2 00976 079.3176 204.5837 0120903 066.1434 328.2004 14.03452667469506
+1 00977U 64064D   13117.79204222  .00000224  00000-0  20976-3 0  8145
+2 00977 080.0443 137.0109 0128026 297.8928 111.6634 13.76550567429360
+1 00978U 65004A   13116.16045073 -.00000424  00000-0 -51264-3 0  2803
+2 00978 096.4113 013.2144 1158634 329.8334 212.6823 12.10765022131066
+1 00979U 65004B   13109.90833454 -.00000117  00000-0 -11826-3 0  4964
+2 00979 096.4264 053.5835 1142991 275.1681 072.0210 12.14253140132421
+1 01000U 65008B   13115.69029703  .00000008  00000-0  00000+0 0  5451
+2 01000 032.1397 202.3812 0010976 291.9315 186.1597 09.88887909742465
+1 01001U 65008A   13115.82662416  .00000008  00000-0  00000+0 0  9657
+2 01001 032.1502 023.1685 0017263 102.3594 322.5300 09.90725564745755
+1 01002U 65008C   13116.78545874  .00000008  00000-0  00000+0 0  5344
+2 01002 032.1433 254.3910 0014673 208.3979 261.5605 09.88347871741657
+1 01099U 64083G   13115.74577807  .00000112  00000-0  13300-3 0  3781
+2 01099 089.9517 181.0971 0042787 052.9112 094.7036 13.61376883329453
+1 01208U 65016E   13117.07435470  .00000014  00000-0  48932-4 0  6589
+2 01208 070.0803 318.1245 0022824 273.4785 231.8850 13.95322098450030
+1 01244U 65016B   13117.11537050  .00000019  00000-0  52235-4 0   592
+2 01244 070.0802 321.3409 0023558 276.2799 231.1026 13.95355329448913
+1 01245U 65016J   13116.78869465  .00000020  00000-0  51907-4 0  1625
+2 01245 070.0791 265.0329 0023816 253.3249 106.5243 13.96677536450444
+1 01271U 65016A   13117.04202712  .00000026  00000-0  57484-4 0  2926
+2 01271 070.0804 301.3823 0023372 264.0036 242.1525 13.95834053449515
+1 01272U 65016H   13117.17590310 -.00000026  00000-0  19393-4 0  4486
+2 01272 070.0819 359.6670 0024745 293.4455 211.3099 13.94037064447949
+1 01291U 65016D   13117.78848861 -.00000015  00000-0  28117-4 0  4696
+2 01291 070.0813 351.7240 0023558 294.5506 116.1645 13.94377532448183
+1 01292U 65016C   13117.14892339  .00000149  00000-0  13695-3 0  5069
+2 01292 070.0769 172.6280 0020471 195.3273 199.2483 13.99959206453073
+1 01293U 65016F   13117.15033737  .00000427  00000-0  29658-3 0  6167
+2 01293 070.0770 002.9906 0015858 088.6119 055.2949 14.05304184457846
+1 01312U 65004C   13117.19528324  .00000017  00000-0  31134-4 0  8790
+2 01312 096.3398 168.0430 1121749 014.4445 014.0239 12.26989393155479
+1 01313U 65004D   13116.81338515  .00000410  00000-0  62207-3 0  2672
+2 01313 096.4226 207.8176 1178284 056.0979 314.6594 12.00119728110967
+1 01314U 65027A   13115.85479757  .00000152  00000-0  53973-3 0  4467
+2 01314 090.2797 243.9223 0030073 202.2576 325.4533 12.91712258 11686
+1 01315U 65027B   13116.43812265 -.00000229  00000-0 -87160-3 0  2390
+2 01315 090.2950 253.2797 0032741 131.0431 261.5390 12.92564289267360
+1 01316U 65027C   13116.91059147  .00000780  00000-0  20054-2 0  4767
+2 01316 090.2936 262.1984 0031330 354.3349 005.7424 13.16952597286719
+1 01317U 65028A   13112.36615212 -.00000292  00000-0  10000-3 0  3685
+2 01317 003.4292 294.6235 0008964 154.7055 204.9962 01.00261679 79021
+1 01318U 65028B   13117.53514370 -.00000096  00000-0  00000+0 0  5491
+2 01318 017.3280 161.3161 6928371 205.5219 353.9510 02.11823458156850
+1 01328U 65032A   13117.14819367  .00000014  00000-0  14877-3 0  4093
+2 01328 041.1856 021.7652 0239631 193.5437 165.8802 13.38319673345668
+1 01335U 65020E   13116.42396520  .00000672  00000-0  28140-3 0  5885
+2 01335 056.0850 179.3981 0543342 239.1324 115.5129 13.76722171347567
+1 01358U 65032B   13116.83265220 -.00000042  00000-0  65729-4 0  5236
+2 01358 041.1908 051.5790 0244097 142.2313 266.3425 13.37814386345274
+1 01359U 65034A   13110.18661606  .00000004  00000-0  00000+0 0  4792
+2 01359 032.1109 142.1122 0497855 117.5261 314.1839 09.17135359607803
+1 01360U 65034B   13115.78678799 -.00000042  00000-0  00000+0 0  6869
+2 01360 032.1500 262.4548 3964668 161.7869 335.3989 04.64817014814754
+1 01361U 65034C   13116.84453194  .00000008  00000-0  00000+0 0  4441
+2 01361 032.1442 052.1833 0006946 058.2669 340.8082 09.89284051734951
+1 01389U 65027D   13117.51483799  .00001139  00000-0  32699-2 0  6565
+2 01389 089.7404 326.7620 0028603 136.9737 284.5164 13.09494463281987
+1 01392U 65020AH  13116.85722093  .00001497  00000-0  25878-3 0  2230
+2 01392 055.8873 059.9100 0397178 296.2544 098.4163 14.32922407397671
+1 01399U 65027E   13096.91123775  .00000036  00000-0  10000-3 0   439
+2 01399 090.3104 259.2636 0018726 026.7544 333.9756 12.97852296937428
+1 01420U 65048A   13116.47368013  .00000066  00000-0  88106-4 0   646
+2 01420 089.9823 319.7517 0071916 294.8397 092.9365 13.51032266355632
+1 01425U 65048C   13116.61433649  .00000022  00000-0  19701-4 0  5692
+2 01425 089.9792 319.6128 0074233 027.5491 004.9918 13.48666570353924
+1 01428U 65048B   13117.51308005  .00000005  00000-0 -72917-5 0   430
+2 01428 089.9789 320.2364 0058622 068.1296 346.4100 13.52397371360471
+1 01430U 65051A   13117.53088753  .00000065  00000-0  33171-4 0  2800
+2 01430 098.1187 333.0019 0057788 152.5010 263.2084 14.39725633505550
+1 01433U 65051B   13117.49743926  .00000523  00000-0  13254-3 0  7092
+2 01433 098.6122 103.5459 0043216 287.4997 218.9408 14.54662206516730
+1 01435U 65048D   13116.56249281  .00000485  00000-0  55166-3 0  2799
+2 01435 089.9895 320.7598 0070989 267.9597 124.7912 13.67944225370217
+1 01477U 65020BB  13115.89064389  .00000170  00000-0  43893-3 0  3408
+2 01477 055.4999 270.1289 0598795 196.9884 307.2172 12.94914663255862
+1 01478U 65020BC  13117.16813512  .00002943  00000-0  14537-2 0  4257
+2 01478 056.0892 009.4433 0677279 069.9672 061.9029 13.39347131297765
+1 01479U 65020BD  13115.61514679 -.00000022  00000-0  13908-3 0  9533
+2 01479 056.0346 308.7463 0776663 227.8558 172.8544 12.57890455192256
+1 01480U 65020BE  13116.48519346  .00000062  00000-0  20846-3 0  3948
+2 01480 056.0721 109.5103 0862017 208.1608 301.8125 12.61875388204267
+1 01500U 61015HQ  13116.83722383  .00140732  00000-0  33119-2 0  3122
+2 01500 066.7081 054.9978 0008443 348.7968 046.9108 15.41214812704785
+1 01502U 65063B   13117.10117830 -.00000023  00000-0  59741-4 0  6771
+2 01502 069.2305 309.3689 0785739 019.2880 122.2455 11.78516025 52914
+1 01504U 65065A   13116.55675398  .00000156  00000-0  26861-3 0  3646
+2 01504 089.8346 307.2253 0068116 156.7552 237.2501 13.38889101325568
+1 01506U 65063A   13117.64834178 -.00000020  00000-0  83843-4 0  8639
+2 01506 069.2319 303.9367 0788736 012.2310 046.8050 11.78603322 53164
+1 01508U 65065B   13117.16625828  .00000068  00000-0  11507-3 0  3341
+2 01508 090.0775 243.0803 0042512 183.0697 299.4788 13.35867585325213
+1 01510U 65065C   13117.14326040  .00001520  00000-0  12718-2 0  2950
+2 01510 090.0251 006.2650 0048120 058.2391 302.3456 13.87325922364129
+1 01511U 65065D   13116.13429479  .00000059  00000-0  97656-4 0  5505
+2 01511 089.7853 269.9594 0069018 018.8598 030.8686 13.33838986321129
+1 01512U 65065E   13115.96628653  .00000032  00000-0  44150-4 0  8696
+2 01512 089.7843 271.8897 0070844 047.5172 098.4846 13.33319133320342
+1 01514U 65065F   13117.06817972  .00000075  00000-0  13031-3 0  7559
+2 01514 089.8005 291.6206 0069641 353.5229 155.5925 13.34717129321493
+1 01515U 65065G   13117.40365631  .00000420  00000-0  66283-3 0  8673
+2 01515 089.8068 261.7499 0061141 113.6326 300.5163 13.47475005333852
+1 01520U 65065H   13116.50114145  .00000105  00000-0  18850-3 0   467
+2 01520 090.1364 106.1522 0067995 317.0597 189.7809 13.35493827322338
+1 01521U 65065K   13115.83666727  .00000047  00000-0  74570-4 0  2516
+2 01521 089.8078 254.9353 0070797 055.8141 100.5214 13.33069119320213
+1 01522U 65065L   13115.83995701  .00000078  00000-0  13740-3 0  4421
+2 01522 090.1654 054.7852 0072639 051.9011 341.8738 13.33486427320383
+1 01529U 65051D   13115.81102647  .00000105  00000-0  67378-4 0  5542
+2 01529 098.8968 195.7097 0036160 333.8799 174.3869 14.22190003473322
+1 01549U 65020CV  13117.15599842 -.00000860  00000-0 -10655-2 0  3065
+2 01549 056.1775 020.4023 0839215 325.2657 029.6095 12.62104385209139
+1 01570U 65070A   13117.54508420 -.00000108  00000-0 -77187-4 0  7647
+2 01570 056.0541 169.8249 0102175 296.8273 216.3883 12.52739500180451
+1 01571U 65070B   13117.65835312 -.00000106  00000-0 -71643-4 0   702
+2 01571 056.0578 163.1402 0091210 114.8159 028.1335 12.48809638173626
+1 01572U 65070C   13116.48309392 -.00000093  00000-0  10052-4 0  9370
+2 01572 056.0574 132.1059 0076875 329.4437 168.7131 12.45068055166938
+1 01573U 65070D   13116.54231242 -.00000098  00000-0 -37682-4 0    01
+2 01573 056.0522 121.5728 0069415 184.7059 318.9177 12.40993941159961
+1 01574U 65070E   13116.46730692 -.00000087  00000-0  36033-4 0  9786
+2 01574 056.0520 109.0228 0065507 033.3273 138.0824 12.36983568152963
+1 01575U 65070F   13116.49805231 -.00000119  00000-0 -12406-3 0  7379
+2 01575 056.1244 252.3696 0099014 068.1745 332.8310 12.56945163187647
+1 01576U 58002C   13117.17484909  .00003263  00000-0  31847-2 0  6759
+2 01576 034.2287 040.0374 1465141 068.7396 032.1921 11.65106896255829
+1 01577U 65065J   13116.46817752  .00000112  00000-0  20038-3 0  9983
+2 01577 089.8157 253.2011 0068044 316.9477 072.5015 13.35462183322286
+1 01580U 65072A   13117.16421020  .00000141  00000-0  58447-4 0  2512
+2 01580 098.7680 342.0631 0237901 116.9850 027.8655 14.26736539468776
+1 01583U 65072D   13116.96740819  .00000696  00000-0  15425-3 0  2874
+2 01583 098.0913 264.6677 0168746 308.1812 199.1583 14.51948592488859
+1 01584U 65073A   13115.69302896 -.00000087  00000-0  49309-4 0  7604
+2 01584 056.0580 190.9229 0210073 264.4938 237.2559 12.51843450176757
+1 01585U 65073B   13115.83885981 -.00000080  00000-0  99938-4 0   544
+2 01585 056.0605 224.5988 0202996 065.4427 076.1980 12.47401635167375
+1 01586U 65073C   13115.84141304 -.00000058  00000-0  23350-3 0   224
+2 01586 056.0610 223.3108 0186465 255.5388 251.0103 12.43294182161988
+1 01587U 65073D   13116.80369874 -.00000106  00000-0 -90851-4 0  8950
+2 01587 056.0565 238.5589 0175190 087.5263 049.8053 12.38934848154531
+1 01588U 65073E   13115.86261157 -.00000046  00000-0  34424-3 0  8596
+2 01588 056.0573 262.3364 0160761 266.9220 233.1144 12.34543708146842
+1 01589U 65073F   13117.23955472 -.00000096  00000-0 -46546-4 0  8089
+2 01589 056.0544 024.7884 0165205 221.0282 312.2242 12.33008598144192
+1 01590U 65073G   13116.94344201  .00000305  00000-0  25955-2 0   194
+2 01590 056.0921 049.6677 0166307 084.6214 316.4465 12.47327196159317
+1 01591U 65073H   13116.70142705 -.00000077  00000-0  11673-3 0    15
+2 01591 056.0583 319.1889 0162530 068.6883 331.1489 12.41483371152797
+1 01608U 64083H   13117.68400402  .00000598  00000-0  57337-3 0  4235
+2 01608 089.8832 163.1422 0007690 270.2091 237.6085 13.79238267412676
+1 01613U 65078A   13117.51477647  .00002468  00000-0  24522-3 0  9999
+2 01613 144.2390 343.0157 1277322 154.2032 286.1018 12.67159435 99298
+1 01616U 65078B   13117.79023794  .00003189  00000-0  30153-3 0  9675
+2 01616 144.2415 304.0629 1160659 335.3638 019.5754 12.93195359120887
+1 01617U 65073J   13117.13942318  .00000398  00000-0  36174-2 0  6934
+2 01617 056.1326 019.9569 0240031 207.1940 323.5704 12.33255314138412
+1 01618U 65073K   13117.77677288 -.00000011  00000-0  61166-3 0  2205
+2 01618 056.1843 348.2015 0229383 254.2747 143.2619 12.29314298133257
+1 01634U 65020ED  13117.12563642 -.00000080  00000-0  39678-4 0  5137
+2 01634 056.1558 143.3722 0839078 121.4276 289.0380 12.46805138164083
+1 01641U 65082C   13116.86039437  .00000221  00000-0  45392-4 0  6938
+2 01641 032.2977 072.8386 0019688 208.5125 175.0487 14.52559418518722
+1 01642U 65082D   13116.49576434  .00000475  00000-0  59609-4 0  2259
+2 01642 032.0942 219.4327 0026348 039.8751 050.3998 14.77108809547352
+1 01646U 65082H   13116.82976944  .00000628  00000-0  97742-4 0  2171
+2 01646 032.3125 341.8461 0002620 051.7940 308.2946 14.69755787533459
+1 01653U 65082Q   13116.40333277  .00000307  00000-0  52611-4 0  8197
+2 01653 032.1192 121.2172 0043060 280.1185 241.6454 14.61304410529544
+1 01668U 65082AF  13116.81751251  .00000865  00000-0  13021-3 0  5573
+2 01668 032.0714 008.4007 0017369 340.9202 019.0793 14.71429710530244
+1 01671U 65082AJ  13117.55176809  .00000289  00000-0  62320-4 0  6689
+2 01671 032.1615 231.4396 0055487 171.9091 286.8528 14.50528288509589
+1 01672U 65082AK  13116.51483162  .00002540  00000-0  47135-3 0    40
+2 01672 032.3621 168.6225 0092618 003.4655 138.0555 14.61143364464086
+1 01680U 65082AT  13117.17180377  .00000233  00000-0  37983-4 0  8433
+2 01680 032.2558 134.8329 0022197 194.0981 237.5375 14.62686303531230
+1 01682U 65082AV  13117.09797564  .00000859  00000-0  16065-3 0  8350
+2 01682 032.4098 005.8449 0060280 174.7964 185.3322 14.61161225507026
+1 01684U 65082AX  13115.77447464  .00000863  00000-0  26133-3 0  8763
+2 01684 032.2182 255.4780 0194828 221.2685 283.5627 14.29119899453411
+1 01685U 65082AY  13116.85324133  .00022147  00000-0  56897-3 0  4047
+2 01685 032.2799 323.8289 0005985 068.2325 008.1750 15.38144065563587
+1 01716U 65082BX  13115.81087843  .00000405  00000-0  87926-4 0   442
+2 01716 032.1905 247.5765 0040966 099.2750 058.5764 14.52747936509603
+1 01722U 65082CD  13116.31444116  .00000401  00000-0  77740-4 0   983
+2 01722 032.4197 089.3937 0030145 182.8902 321.9560 14.58513818518039
+1 01726U 65089A   13116.84929027 -.00000126  00000-0 -32170-3 0   726
+2 01726 059.3862 017.2404 0713357 323.1997 066.7369 11.97034021 75455
+1 01729U 65089B   13116.24720259 -.00000150  00000-0 -47077-3 0  7725
+2 01729 059.3975 008.4020 0710356 297.9840 211.5967 11.97470476 75968
+1 01738U 65093A   13116.86232074 -.00000040  00000-0  33119-4 0  4997
+2 01738 059.7094 334.4267 0130655 334.2798 134.5789 14.39547543485874
+1 01739U 65093B   13116.86192101  .00000298  00000-0  11216-3 0  9569
+2 01739 059.7050 247.2918 0095678 107.4450 033.8939 14.49833893494191
+1 01778U 65096A   13116.86320508  .00000192  00000-0  48233-4 0  8088
+2 01778 034.2617 325.0634 0757277 261.8096 216.0993 13.45672688316851
+1 01804U 65098A   13117.11093091  .00000229  00000-0  74724-4 0  3397
+2 01804 079.8054 021.3652 1348859 201.5401 152.3337 12.24150028 90905
+1 01805U 65096B   13117.52690001  .00001642  00000-0  37582-3 0   796
+2 01805 034.2488 251.7063 0635161 125.4329 240.7326 13.74859049341100
+1 01806U 65098B   13117.65484312 -.00000115  00000-0 -47252-4 0  8148
+2 01806 079.8223 320.5010 1438228 151.8414 297.6859 12.04744053 69923
+1 01807U 65098C   13117.03992730  .00001064  00000-0  35909-3 0   902
+2 01807 079.8345 122.5772 1358409 348.4019 035.3600 12.21875260 85654
+1 01814U 65101A   13117.04645955  .00000593  00000-0  11452-3 0  9845
+2 01814 075.8683 292.6454 0006566 052.9994 095.2278 14.64641905373361
+1 01815U 65101B   13117.04088602  .00001069  00000-0  16128-3 0  1785
+2 01815 075.8491 118.3684 0007467 309.6753 084.9559 14.75029471379211
+1 01829U 65082DU  13116.70987963  .00000930  00000-0  13274-3 0  5338
+2 01829 032.2920 222.9218 0032569 111.4600 040.0140 14.73825032530589
+1 01833U 65082DY  13115.82715115  .00001774  00000-0  38737-3 0  1045
+2 01833 032.2277 039.4828 0085412 272.7932 086.2939 14.53882214488517
+1 01835U 65082EA  13115.74889811  .00001302  00000-0  13696-3 0  5399
+2 01835 032.3923 264.4695 0017521 051.9365 045.8064 14.87263247550362
+1 01857U 65082EQ  13117.54912147  .00006548  00000-0  43034-3 0  6300
+2 01857 031.8967 251.1313 0023394 100.1714 338.4679 15.06139730535129
+1 01859U 65082ES  13117.43058030  .00000479  00000-0  12071-3 0  2885
+2 01859 032.1265 128.1057 0071101 250.3637 258.4682 14.45123586492205
+1 01863U 65108A   13117.21387311  .00002651  00000-0  11421-2 0  7484
+2 01863 026.9007 000.8733 6177134 232.3430 329.4552 03.74676874183410
+1 01864U 65109A   13117.66308291  .00000107  00000-0  91120-4 0   219
+2 01864 089.0784 345.6052 0110470 351.8436 064.2549 13.77729111375571
+1 01865U 65109B   13116.23921728  .00000079  00000-0  64509-4 0  8552
+2 01865 089.0842 355.4362 0114656 077.0856 070.5535 13.75880343373849
+1 01883U 65082EY  13116.35522354  .00001425  00000-0  11853-3 0  9085
+2 01883 032.0929 131.3358 0025573 202.2158 249.3389 14.96140002563406
+1 01915U 65082FZ  13117.13188755  .00000326  00000-0  64879-4 0  8277
+2 01915 031.8791 035.4609 0030756 265.3691 195.6006 14.54812631516191
+1 01931U 65072E   13116.18823676  .00000353  00000-0  11902-3 0  2144
+2 01931 099.0539 308.7286 0260849 359.9015 067.6622 14.26469954527492
+1 01942U 61015HS  13116.64530961 -.00000038  00000-0  46818-4 0  9550
+2 01942 067.2582 324.9063 0360047 311.4300 081.1329 13.09822014488090
+1 01943U 61015HT  13116.84797580  .00000681  00000-0  35884-3 0  9547
+2 01943 066.8601 245.1625 0067236 277.5299 226.5934 14.18719013662297
+1 01948U 65098F   13117.42339110  .00006252  00000-0  14039-2 0  4535
+2 01948 079.8597 068.8204 0923460 334.6849 172.3166 13.20417978168292
+1 01951U 65098G   13117.67800100  .00003403  00000-0  76528-3 0  4456
+2 01951 079.6287 193.1060 0934478 209.2823 306.0665 13.18186654167607
+1 01952U 66005A   13116.89474050  .00000219  00000-0  21699-3 0  1504
+2 01952 090.2061 251.4941 0217295 275.9499 232.5461 13.66669863350773
+1 01953U 66005B   13115.82357909  .00000066  00000-0  59547-4 0  7948
+2 01953 090.2087 253.1347 0229086 020.1503 151.4779 13.64187896348663
+1 01959U 65082GU  13116.43310719  .00000325  00000-0  62916-4 0  1287
+2 01959 031.7882 149.2084 0066802 100.7636 026.7706 14.54577214513645
+1 01961U 65082GW  13116.15808821  .00001745  00000-0  18431-3 0  6166
+2 01961 031.8681 051.4512 0007217 292.8084 195.1705 14.87180789546471
+1 01964U 65082GZ  13117.16805187  .00000882  00000-0  34162-3 0  3856
+2 01964 032.1892 038.2679 0200672 099.2479 044.0034 14.17324757435333
+1 01981U 65082HP  13117.14920796  .00028012  00000-0  56610-3 0  3360
+2 01981 032.4119 070.0536 0002057 069.4179 041.0374 15.45324995571607
+1 01982U 66008A   13116.86351468  .00000173  00000-0  57510-4 0  3125
+2 01982 097.9346 049.6733 0083634 127.8213 265.3908 14.46238807484631
+1 01983U 66008B   13116.70651427  .00000587  00000-0  12836-3 0  9325
+2 01983 097.8576 171.2250 0076394 119.7096 241.1736 14.59388071492055
+1 02009U 61028E   13117.49966286 -.00000004  00000-0  00000+0 0    19
+2 02009 095.8422 299.3577 0121644 286.8800 105.5111 08.68990298513658
+1 02011U 65032D   13117.05711499  .00000196  00000-0  47471-3 0  9878
+2 02011 041.1960 077.0439 0202966 262.9794 152.0081 13.36081977335071
+1 02016U 66013A   13117.04153747  .00000509  00000-0  15196-3 0  1002
+2 02016 034.0926 346.2101 1199297 339.6752 015.9782 12.56913308134283
+1 02017U 66013B   13117.62499253  .00000750  00000-0  21350-3 0  8039
+2 02017 034.0641 192.2824 1101041 038.7428 328.7197 12.78546577152263
+1 02050U 65082JL  13116.50477591  .00000482  00000-0  12324-3 0  8266
+2 02050 032.2655 180.8687 0094010 106.5943 017.4832 14.43926940483644
+1 02088U 65093D   13116.60737752  .00000584  00000-0  17788-3 0  1713
+2 02088 059.7220 304.7912 0080125 266.5459 132.3928 14.51511988476170
+1 02091U 66016A   13116.60719752 -.00000037  00000-0  25395-4 0  9742
+2 02091 100.8872 118.4127 0038364 319.5082 189.4336 12.69343123185042
+1 02092U 65098H   13117.03071131  .00000436  00000-0  14217-3 0   756
+2 02092 079.8621 106.7981 1336682 159.6583 247.0659 12.26171388 90243
+1 02096U 66016B   13116.88324314 -.00000000  00000-0  21919-3 0  8187
+2 02096 101.1404 054.5973 0039293 243.7351 147.8891 12.69772340185298
+1 02097U 63038G   13116.53581192  .00000485  00000-0  62140-3 0  4734
+2 02097 090.1265 303.6574 0032931 341.6458 051.5450 13.61495993445542
+1 02118U 66008D   13116.93709179  .00000441  00000-0  13384-3 0  5569
+2 02118 097.9821 092.9909 0137949 104.6142 290.7172 14.41236527464219
+1 02119U 66024A   13117.79084322  .00000152  00000-0  13740-3 0  1054
+2 02119 089.6705 247.9677 0148036 111.6130 058.7568 13.74059136356458
+1 02120U 66024B   13116.55220193  .00000109  00000-0  10113-3 0  8305
+2 02120 089.7066 288.5404 0149427 223.9788 166.9279 13.71744649354222
+1 02121U 66025A   13117.52826264  .00000313  00000-0  37609-4 0  4163
+2 02121 144.5038 016.1324 0083813 331.2885 099.2728 13.86701913385061
+1 02122U 66025B   13116.74751012  .00000299  00000-0  51600-4 0  8877
+2 02122 144.6341 041.5146 0048172 206.0376 176.3596 13.65664437349153
+1 02123U 66025C   13116.71424564  .00000286  00000-0  35993-4 0  6044
+2 02123 144.6404 031.6303 0047437 209.8758 174.2260 13.65444936348959
+1 02124U 66025D   13116.71182253  .00000320  00000-0  41096-4 0  2980
+2 02124 144.5103 045.9733 0080742 035.2858 357.5671 13.87108772385196
+1 02125U 66026A   13117.14801492  .00000286  00000-0  66456-4 0  9742
+2 02125 098.4092 324.1877 0159822 052.9210 092.6241 14.55179171481527
+1 02140U 66005C   13116.49462200  .00000257  00000-0  30387-3 0  3557
+2 02140 089.8938 100.5003 0319982 337.5546 168.7164 13.46478084312642
+1 02141U 66005D   13117.74711781  .00000308  00000-0  18530-3 0  4798
+2 02141 090.0466 193.5485 0131423 103.2792 042.5660 14.00443339396549
+1 02142U 66031A   13116.83008797 -.00000015  00000-0  16600-5 0   401
+2 02142 035.0456 256.4788 0007042 141.5702 218.5487 14.33572641462257
+1 02144U 66031B   13117.53809586  .00000241  00000-0  78701-4 0  3374
+2 02144 035.0428 288.2914 0008006 021.5645 036.1641 14.41798996469756
+1 02150U 66034A   13117.55039700  .00006054  00000-0  40925-3 0  4789
+2 02150 082.3799 321.4076 1757148 354.6628 046.1370 11.80863917819708
+1 02153U 65098J   13116.85173124  .00001499  00000-0  48094-3 0  7711
+2 02153 079.7440 259.7264 1316998 136.5639 007.6005 12.31259007 94572
+1 02154U 66008E   13117.49274374  .00000695  00000-0  14321-3 0  1733
+2 02154 097.8445 056.5812 0055851 092.6202 337.8306 14.62397948497107
+1 02161U 66013G   13116.15440242  .00008143  00000-0  68960-3 0  1169
+2 02161 034.0837 064.2919 0322711 203.8141 260.4485 14.64591559270055
+1 02173U 66040A   13116.75984164 -.00000046  00000-0 -96950-7 0  3964
+2 02173 100.4033 185.3910 0055815 055.7294 090.4175 13.33428558284371
+1 02174U 66040B   13117.37083505  .00000026  00000-0  14040-3 0  6485
+2 02174 100.3458 233.4646 0056331 209.2622 185.4950 13.35958810288818
+1 02176U 66041A   13117.17874392  .00000303  00000-0  18588-3 0  2719
+2 02176 090.1416 352.3030 0077606 152.1739 354.5367 14.02280818395003
+1 02177U 66026D   13117.51283753  .00000962  00000-0  17475-3 0   663
+2 02177 098.9943 327.0156 0178394 024.6189 032.3923 14.59169344460296
+1 02180U 66041B   13117.18809581  .00000075  00000-0  43762-4 0  4196
+2 02180 090.1397 352.8858 0077615 301.5201 205.6479 13.99597809392208
+1 02201U 66052A   13117.71356679  .00000274  00000-0  42813-3 0  6778
+2 02201 040.8487 215.9292 2238283 325.3722 151.3377 10.09329365726965
+1 02206U 66052B   13116.18150462  .00000202  00000-0  34514-3 0  7473
+2 02206 040.8573 068.4250 2216545 142.7283 351.6955 10.13165768730389
+1 02207U 66053A   13116.47797446 -.00000069  00000-0  10000-3 0  1061
+2 02207 000.7108 005.6082 0023363 170.2979 184.1206 01.07969656184332
+1 02215U 66053B   13115.48490255 -.00000067  00000-0  00000+0 0  9913
+2 02215 000.6846 004.2699 0026745 159.1919 196.6349 01.07908896 82832
+1 02216U 66053C   13117.37542705 -.00000071  00000-0  00000+0 0  9210
+2 02216 000.6782 002.8052 0028601 154.3906 202.9367 01.07850349184221
+1 02217U 66053D   13116.87496893 -.00000070  00000-0  10000-3 0  9125
+2 02217 000.6837 358.5839 0032472 150.3352 211.2815 01.07754201 88133
+1 02218U 66053E   13111.32649026 -.00000094  00000-0  10000-3 0  7897
+2 02218 000.7243 348.8552 0041222 147.9359 223.5376 01.07585112183735
+1 02219U 66053F   13110.28494120 -.00000116  00000-0  00000+0 0  7682
+2 02219 000.7176 342.4429 0051898 147.6723 230.3445 01.07399173 87776
+1 02220U 66053G   13117.22003806 -.00000134  00000-0  10000-3 0  8767
+2 02220 000.7980 334.8874 0066025 148.3827 237.3688 01.07157381 87635
+1 02221U 66053H   13107.95205973 -.00000054  00000-0  10000-3 0  8486
+2 02221 000.8572 326.1650 0083046 151.8392 242.8357 01.06868967182603
+1 02222U 66053J   13115.56999570 -.00000130  00000-0  10000-3 0  2351
+2 02222 000.8983 319.3631 0168549 156.5875 245.7982 01.06720743 79276
+1 02223U 66016C   13115.55653685 -.00000034  00000-0  50590-4 0   578
+2 02223 101.2574 111.8259 0092921 283.8895 223.3559 12.87590970209529
+1 02224U 66016D   13115.56670859 -.00000044  00000-0 -24503-4 0  8577
+2 02224 100.9909 295.6759 0137514 007.2490 023.2325 12.52039200145513
+1 02226U 65109D   13117.84387791  .00000121  00000-0  14440-3 0   994
+2 02226 089.0630 040.7576 0247505 237.3005 153.8239 13.49889367306482
+1 02253U 66056A   13117.79729507 -.00000002  00000-0  00000+0 0  6342
+2 02253 084.7756 033.9758 2375130 253.1833 120.1784 08.28968967929277
+1 02255U 66056B   13115.81429076  .00000002  00000-0  00000+0 0  4913
+2 02255 086.9391 247.9763 0048997 114.2819 033.4800 07.94761180359247
+1 02256U 66056C   13116.37722988  .00000002  00000-0  00000+0 0   291
+2 02256 086.9075 231.8464 0026607 157.2076 235.7087 07.93778714357920
+1 02327U 66063B   13116.84002024  .00000871  00000-0  42503-3 0  9068
+2 02327 144.1990 204.3558 0035386 100.2751 029.0119 13.97111487365516
+1 02328U 66063C   13117.85414291  .00000287  00000-0  45350-4 0  5571
+2 02328 144.2303 105.0179 0009228 010.5135 027.4705 13.69690078342567
+1 02329U 66063D   13117.83125758  .00001380  00000-0  94407-3 0  6221
+2 02329 144.2723 092.0663 0014908 025.6670 038.2877 13.86942430355159
+1 02334U 65020EH  13117.36025991  .00000397  00000-0  63111-3 0  7603
+2 02334 055.6767 243.8897 0595830 267.2561 116.5432 13.07759308222955
+1 02337U 66063E   13115.86316053  .00000316  00000-0  74256-4 0  1225
+2 02337 144.2301 168.2257 0004791 098.7499 012.8184 13.71442035343127
+1 02353U 66024C   13116.12618301  .00000205  00000-0  18422-3 0   173
+2 02353 089.3927 321.0452 0154562 173.8289 334.6971 13.75293697355324
+1 02359U 63014J   13116.63365368 -.00000029  00000-0 -12692-1 0   945
+2 02359 087.1771 143.9310 0451373 292.6408 218.3504 08.68159200497818
+1 02361U 63014L   13116.85504981  .00000066  00000-0  24869-1 0  6784
+2 02361 087.3091 277.3334 0506845 100.8579 046.0368 08.66476387579686
+1 02362U 63014M   13117.38389190  .00004451  00000-0  47734+0 0  2206
+2 02362 086.6720 046.2569 1659357 147.0677 001.8524 08.73450308585101
+1 02364U 63014P   13116.71853687  .00000015  00000-0  46579-2 0   705
+2 02364 087.5670 340.0713 0457556 130.1512 264.7027 08.66786185580043
+1 02365U 63014Q   13116.90705791  .00001612  00000-0  72909+0 0  6522
+2 02365 087.3108 226.7493 0192541 315.8122 196.2108 08.66876196580762
+1 02366U 63014R   13116.55055328  .00000110  00000-0  15202-2 0  6896
+2 02366 085.7622 282.4291 2397450 033.1301 358.5656 08.86634236 19653
+1 02367U 63014S   13117.59015049  .00000129  00000-0  39725-1 0  8187
+2 02367 087.3878 129.7955 0817515 184.7451 328.4494 08.70946414589746
+1 02371U 61028F   13116.71351343  .00000075  00000-0  34309-1 0  4086
+2 02371 095.8450 008.9163 0216443 050.8978 311.0910 08.69591153636782
+1 02372U 63014T   13117.43875157 -.00000759  00000-0 -30888+0 0  9709
+2 02372 087.3669 243.0065 0509708 085.8871 309.3017 08.66851991507942
+1 02375U 63014W   13117.17889102  .00000009  00000-0  00000+0 0  6939
+2 02375 086.5982 023.6015 1677912 134.3479 009.4567 08.73960697515173
+1 02377U 63014X   13116.48660113 -.00000122  00000-0 -53706-1 0  2895
+2 02377 087.4241 265.3172 0363026 091.2813 303.9864 08.67911192509233
+1 02378U 63014Y   13116.81322615  .00000004  00000-0  00000+0 0   853
+2 02378 087.2820 261.3897 0331605 065.2811 081.9439 08.66525975579970
+1 02379U 63014Z   13117.13219933  .00000507  00000-0  97733-2 0  3086
+2 02379 085.6631 351.3618 2354833 109.2497 031.4672 08.80298651585142
+1 02380U 63014AA  13116.73378304 -.00000459  00000-0 -20921+0 0  1809
+2 02380 087.3340 196.6365 0177086 050.4855 093.8756 08.67338257582015
+1 02381U 63014AB  13117.35475848 -.00000046  00000-0 -22299-1 0  6270
+2 02381 087.3216 228.8235 0133155 311.6318 079.9712 08.66944054507962
+1 02386U 66024D   13116.00309093  .00000305  00000-0  27000-3 0  1366
+2 02386 090.1443 274.0549 0131377 184.2221 324.7385 13.79317000 41744
+1 02389U 66070A   13117.09899676  .00009153  00000-0  56139-3 0   220
+2 02389 081.3956 282.2965 1353942 223.1627 125.5266 12.66727247976294
+1 02401U 66076A   13115.84971671  .00000145  00000-0  19825-3 0  8050
+2 02401 088.8507 260.7605 0033435 186.4416 338.6585 13.52986413302217
+1 02403U 66077A   13117.37693091 -.00000049  00000-0 -24917-1 0  3652
+2 02403 090.1095 236.4108 0032871 172.2301 220.8280 08.59879500114241
+1 02411U 66077B   13116.86868222  .00000002  00000-0  00000+0 0  4466
+2 02411 090.1149 237.1035 0030068 177.2491 329.7286 08.59619715465365
+1 02412U 66077C   13114.75381506  .00000002  00000-0  00000+0 0  4367
+2 02412 090.1128 237.0099 0017117 177.2204 334.1022 08.59064304462200
+1 02413U 66076B   13115.86886808  .00000079  00000-0  10344-3 0  1014
+2 02413 088.8502 264.6852 0030581 264.6359 252.1357 13.51292741300742
+1 02418U 66082A   13116.67963322  .00000114  00000-0  46012-4 0  4894
+2 02418 098.5097 340.7132 0121439 133.1932 259.9839 14.40965834441331
+1 02422U 66082B   13116.67578578  .00000163  00000-0  58037-4 0  3134
+2 02422 098.5201 340.7748 0116177 026.5671 005.3658 14.43241206443140
+1 02431U 63014AC  13117.78826522  .00000103  00000-0  36189-1 0  8213
+2 02431 087.4090 273.1673 0644766 084.4059 282.9928 08.68488035509444
+1 02432U 63049G   13116.51099542  .00000091  00000-0  13249-3 0   892
+2 02432 089.9586 110.4802 0034415 015.1585 131.2168 13.47572090426615
+1 02435U 66087A   13117.42339029  .00000001  00000-0  25065-3 0  9156
+2 02435 100.9862 264.3250 0063425 279.6918 144.0703 12.56820550136526
+1 02436U 66087B   13115.61344631 -.00000041  00000-0 -25357-5 0  8635
+2 02436 100.9350 309.4968 0064571 289.4344 100.2498 12.57501377137059
+1 02481U 66089A   13114.96622684  .00000002  00000-0  00000+0 0  3453
+2 02481 089.6462 079.5063 0031200 072.5027 036.9214 08.59250240460506
+1 02498U 66052C   13116.06732341  .00001020  00000-0  89268-3 0  2363
+2 02498 040.6367 090.5856 2103330 332.5847 061.5941 10.50555265242501
+1 02511U 66056D   13116.03219576  .00000002  00000-0  00000+0 0  6322
+2 02511 086.9921 284.0992 0013480 172.1541 336.3230 07.93360718356993
+1 02514U 66096A   13116.58922681  .00000334  00000-0  66910+0 0  3830
+2 02514 017.5393 242.5504 6352581 310.8396 031.6112 02.00304785217399
+1 02516U 66052D   13116.19476207 -.00000394  00000-0 -75652-3 0  3485
+2 02516 041.0318 070.8600 2228137 266.5891 240.3906 09.99480263843702
+1 02518U 66087C   13117.07043190 -.00000017  00000-0  15064-3 0    67
+2 02518 100.7642 290.2154 0080787 270.7427 237.9238 12.42591454111756
+1 02520U 66089B   13116.43834671  .00000002  00000-0  00000+0 0  6343
+2 02520 089.6470 079.5976 0017121 059.8411 086.9752 08.58908886462412
+1 02529U 65034D   13115.80966966 -.00000042  00000-0  00000+0 0   556
+2 02529 032.1501 261.8543 3964537 162.7279 337.2092 04.64828891797506
+1 02530U 63014AJ  13117.39039508 -.00001716  00000-0 -48522+0 0  3850
+2 02530 087.1740 243.3661 0962758 039.2512 355.0863 08.69492242522930
+1 02531U 63014AK  13116.51240152  .00000004  00000-0  00000+0 0  5480
+2 02531 087.2499 271.6483 0294101 069.3769 293.8368 08.67064857 11237
+1 02532U 63014AL  13117.42107148 -.00000103  00000-0 -48691-1 0  3782
+2 02532 087.3218 245.0858 0144563 046.5962 345.9355 08.66857709984506
+1 02580U 66076C   13115.72067442  .00000210  00000-0  19385-3 0  8163
+2 02580 089.1556 357.3370 0097207 087.5807 306.0446 13.76536421331568
+1 02608U 66110A   13117.87152199 -.00000326  00000-0  10000-3 0  4301
+2 02608 005.5453 304.7547 0006631 181.6921 178.1195 01.00332806 86665
+1 02610U 66111A   13110.18396903  .00000679  00000-0  27405-3 0   263
+2 02610 099.1125 212.2034 2295919 131.9719 283.7060 10.35035581734562
+1 02620U 63049H   13117.02829538  .00000218  00000-0  29001-3 0    78
+2 02620 089.9673 111.1365 0016249 138.8020 254.2291 13.57668076439297
+1 02621U 66111C   13117.15089001  .00000408  00000-0  54035-4 0    10
+2 02621 093.3976 322.7337 0065197 068.8548 079.0856 14.79047160485061
+1 02622U 66111D   13116.49813885  .00000301  00000-0  13399-3 0  3025
+2 02622 099.0926 287.1663 2251829 283.1732 084.8154 10.43550494742678
+1 02639U 67001A   13115.81161542 -.00000102  00000-0  10000-3 0  7315
+2 02639 007.2446 310.0505 0010141 228.2150 131.5374 01.00265324 71135
+1 02643U 67001D   13116.83510884  .00013841  00000-0  52719-2 0  5111
+2 02643 025.8703 289.3134 6369992 134.2601 281.3096 03.47598298575420
+1 02644U 66041D   13116.17537846  .00000317  00000-0  26962-3 0  9344
+2 02644 090.1057 347.7027 0218794 112.6252 032.7567 13.74689396338752
+1 02645U 67003A   13116.05942980 -.00000087  00000-0  10000-3 0  9262
+2 02645 000.8243 344.2359 0040540 084.7645 291.4429 01.08316837182462
+1 02647U 65073L   13117.20389465 -.00000024  00000-0  47222-3 0  9098
+2 02647 056.0675 023.3258 0183239 159.7368 339.8696 12.42972978520752
+1 02649U 67003B   13115.98796524 -.00000060  00000-0  00000+0 0  8926
+2 02649 000.8674 343.3369 0039628 082.5018 294.5825 01.08281320 87455
+1 02650U 67003C   13116.09533239 -.00000104  00000-0  10000-3 0  7768
+2 02650 000.8782 341.1334 0039031 079.0253 300.2391 01.08222235 88505
+1 02651U 67003D   13104.75699497 -.00000122  00000-0  00000+0 0  7404
+2 02651 000.9056 335.7422 0038595 072.1552 312.4305 01.08105818 88280
+1 02652U 67003E   13115.29756018 -.00000100  00000-0  10000-3 0  8063
+2 02652 000.9062 332.5399 0041045 061.5695 326.1631 01.07943344 88276
+1 02653U 67003F   13116.05553675 -.00000084  00000-0  00000+0 0  3356
+2 02653 000.9990 328.6694 0045644 048.9024 342.5965 01.07748742 81006
+1 02654U 67003G   13115.22022086 -.00000090  00000-0  10000-3 0    69
+2 02654 001.0488 323.7039 0055446 039.9308 319.1465 01.07511233 87910
+1 02655U 67003H   13115.70966809 -.00000091  00000-0  10000-3 0    86
+2 02655 001.1819 319.2937 0069029 031.7016 327.5727 01.07229919 87501
+1 02657U 67006A   13115.82539377 -.00000011  00000-0  18809-3 0  9727
+2 02657 101.9360 040.8585 0073255 351.7703 040.8795 12.69810237143673
+1 02661U 67006B   13115.55981763 -.00000061  00000-0 -64379-4 0  2028
+2 02661 102.0789 306.4034 0064929 102.3816 291.7059 12.67884830140167
+1 02669U 67010A   13117.40071452  .00000145  00000-0  78710-4 0  9147
+2 02669 099.0298 260.9581 0050054 197.7252 162.2183 14.26503104400340
+1 02671U 67011B   13117.82765445  .00000173  00000-0  59490-4 0  7007
+2 02671 039.9485 359.4212 0375156 227.4074 129.4468 14.23486845370161
+1 02674U 67011A   13117.51514815  .00001350  00000-0  23506-3 0  4484
+2 02674 039.9267 236.4850 0289760 083.8068 335.1199 14.47546564389603
+1 02680U 67014A   13116.39730455  .00000074  00000-0  62108-4 0  8263
+2 02680 039.4422 109.4296 0728730 163.5412 324.4788 13.35799169233290
+1 02682U 67014B   13117.73729278  .00000791  00000-0  37252-3 0  8240
+2 02682 039.4594 330.5762 0762621 118.2416 249.7417 13.27954861225231
+1 02684U 67014C   13117.20348457  .00002137  00000-0  62470-3 0  5197
+2 02684 039.9628 048.5011 0531052 103.9873 016.0667 13.86181218271718
+1 02685U 67014F   13116.45122642  .00002645  00000-0  65168-3 0  3481
+2 02685 038.9394 172.9294 0471446 296.8462 058.4825 14.02328263288355
+1 02700U 65089C   13117.45546237  .00000022  00000-0  49919-3 0  5654
+2 02700 059.6009 103.1544 0714297 286.2877 220.3132 12.08826809131730
+1 02701U 65048E   13116.60645248  .00000218  00000-0  26904-3 0  9074
+2 02701 089.9846 320.9048 0062812 022.3803 010.5280 13.61587667368226
+1 02702U 66076D   13116.31467993  .00000097  00000-0  16019-3 0  4081
+2 02702 088.5810 211.7341 0090698 093.1518 300.5130 13.35508357255915
+1 02706U 67006C   13116.97743865 -.00000015  00000-0  18892-3 0  7957
+2 02706 102.1719 271.3911 0035337 273.6328 232.4527 12.60764634128155
+1 02707U 67006D   13116.10862440 -.00000038  00000-0  53948-4 0  8783
+2 02707 101.9191 147.5313 0148439 310.9589 081.0805 12.79207328158948
+1 02717U 67026A   13115.92197746 -.00000371  00000-0  10000-3 0  1688
+2 02717 006.2586 310.6061 0019002 240.5310 119.0875 01.00341411 72117
+1 02741U 67010B   13117.47633633  .00000147  00000-0  77375-4 0    59
+2 02741 098.9071 227.3546 0055034 139.1329 355.1622 14.27310027400830
+1 02754U 67034A   13115.78497443  .00000085  00000-0  10747-3 0  7651
+2 02754 090.2639 283.6338 0022018 138.1157 351.6312 13.56443059275770
+1 02755U 67034B   13117.53232645 -.00000099  00000-0 -16001-3 0  6136
+2 02755 090.2580 302.3801 0024579 261.9773 150.6086 13.53504288273360
+1 02757U 67036A   13115.84176323 -.00000026  00000-0  11202-3 0  9592
+2 02757 101.9248 086.1766 0043050 350.9921 040.8088 12.68477438130757
+1 02758U 67036B   13116.13432617 -.00000054  00000-0 -32338-4 0  8334
+2 02758 101.9686 157.3242 0041098 060.4022 333.5843 12.68755831130936
+1 02770U 67040F   13119.00211869 -.00000179  00000-0  00000+0 0  3794
+2 02770 036.1161 093.1005 7812136 032.5886 359.5881 00.50940679 80056
+1 02775U 66087D   13117.72607444 -.00000051  00000-0 -21308-4 0   677
+2 02775 101.5518 164.7421 0124915 198.4959 310.7358 12.71556855160869
+1 02777U 67034C   13117.49282524  .00000300  00000-0  17950-3 0  8708
+2 02777 090.2780 119.8740 0132244 147.7994 359.0023 14.00761013337264
+1 02778U 67034D   13116.48335688  .00000213  00000-0  39473-3 0  3327
+2 02778 089.8311 130.9213 0125649 171.3113 337.9672 13.33586592233559
+1 02789U 65082KR  13115.86596727  .00001686  00000-0  35030-3 0  5821
+2 02789 032.2900 029.9577 0122940 226.8275 191.6175 14.53637838394467
+1 02796U 63014AQ  13117.72683582 -.00000744  00000-0 -32965+0 0   433
+2 02796 087.3305 200.6441 0281805 060.3751 082.7946 08.67377799509042
+1 02799U 65082KX  13115.60031125  .00000536  00000-0  90659-4 0  4247
+2 02799 032.0528 216.6398 0038905 026.7152 095.3583 14.64660242450290
+1 02800U 66070D   13116.81499244  .00005165  00000-0  77855-3 0  7666
+2 02800 081.4552 036.5559 1596196 079.2583 326.5679 11.96466078  1772
+1 02801U 67045A   13116.86620884  .00000036  00000-0  20999-4 0  8088
+2 02801 074.0410 242.8703 0057336 188.3901 317.7667 14.36434583407750
+1 02802U 67045B   13117.06773426  .00000187  00000-0  62392-4 0  1604
+2 02802 074.0120 100.2256 0066835 159.1414 233.0176 14.42896171410827
+1 02807U 67048A   13117.54759171  .00000072  00000-0  96814-4 0  9221
+2 02807 089.6742 157.7030 0022472 123.5304 349.4949 13.49898298260879
+1 02811U 67048B   13117.68241206  .00000024  00000-0  21256-4 0  7465
+2 02811 089.6760 159.8427 0020778 153.0353 355.1771 13.48784448260064
+1 02825U 67053B   13117.66134505  .00000082  00000-0  97150-4 0  2541
+2 02825 069.9728 286.0686 0009711 282.8084 149.9661 13.96827746422294
+1 02826U 67053A   13117.15010728  .00001325  00000-0  42443-3 0  8840
+2 02826 069.9309 159.8636 0006626 329.5096 030.5647 14.41674194370194
+1 02828U 67053C   13116.85953719  .00000020  00000-0  52720-4 0  3480
+2 02828 069.9721 282.6280 0010367 283.2862 224.1080 13.97094872338171
+1 02834U 67053D   13117.63306313  .00000011  00000-0  47310-4 0   640
+2 02834 069.9737 322.0861 0009816 300.1585 116.3312 13.95608689337115
+1 02847U 67053E   13117.57420941  .00000102  00000-0  10421-3 0  9586
+2 02847 069.9643 143.3928 0008609 235.3558 269.3374 14.01110903341680
+1 02861U 67065A   13114.62319804  .00000001  00000-0  00000+0 0  3549
+2 02861 090.1942 297.2535 0070572 336.4437 050.2896 08.36649820399757
+1 02862U 67066A   13108.64769052 -.00000121  00000-0  10000-3 0  5608
+2 02862 007.2704 310.7437 0063228 293.6304 065.5804 01.09955670 84421
+1 02863U 67066B   13115.69784916 -.00000098  00000-0  10000-3 0   617
+2 02863 007.2487 310.8335 0061131 291.1275 068.0723 01.09896906 72105
+1 02864U 67066C   13116.23334237 -.00000085  00000-0  10000-3 0  7585
+2 02864 007.3372 311.0999 0057249 284.9498 074.2739 01.09785588 78937
+1 02865U 67066D   13117.18185390 -.00000104  00000-0  10000-3 0  7677
+2 02865 007.3740 311.5006 0051933 274.0912 085.1747 01.09624222 77774
+1 02866U 67066E   13115.64541720 -.00000118  00000-0  10000-3 0  8508
+2 02866 007.4685 312.0202 0047360 260.4319 098.8856 01.09419961 78503
+1 02867U 67066F   13112.05844420 -.00000142  00000-0  10000-3 0  8589
+2 02867 007.6008 312.6581 0047759 239.2890 120.1091 01.09168812 81051
+1 02868U 67066G   13111.30284957 -.00000077  00000-0  10000-3 0  2198
+2 02868 007.6881 313.5192 0075376 218.3965 140.9282 01.08906418 76019
+1 02872U 67053F   13116.86735752  .00000117  00000-0  11927-3 0  8581
+2 02872 069.9758 242.6779 0009221 255.8669 249.4733 13.98384299339448
+1 02873U 67053G   13117.84093815  .00000053  00000-0  75957-4 0  4352
+2 02873 069.9748 272.9481 0010392 275.6665 230.7518 13.97447683338596
+1 02874U 67053H   13117.62882718  .00000006  00000-0  43239-4 0  3891
+2 02874 069.9744 313.0088 0009835 295.3274 099.6475 13.96073765337383
+1 02876U 67065B   13114.53079847  .00000003  00000-0  12014-2 0  5539
+2 02876 090.1902 296.8750 0068727 340.7841 052.0013 08.36562329777859
+1 02877U 67065C   13116.07413903  .00000001  00000-0  00000+0 0  4622
+2 02877 090.1922 297.0048 0059475 345.3695 162.9475 08.36600693399808
+1 02886U 63047K   13117.50412163  .00000103  00000-0  33700-4 0  9114
+2 02886 029.8703 248.7039 0647314 006.1222 056.1442 13.28944051237366
+1 02888U 65089D   13117.31222183 -.00000060  00000-0  76547-4 0  6019
+2 02888 059.2046 194.5343 0714583 272.8675 119.9240 11.87307310  5033
+1 02889U 66005E   13116.93436428 -.00000186  00000-0 -46853-3 0  4233
+2 02889 089.4810 026.9563 0166340 303.1552 189.7043 13.17167720204899
+1 02909U 67053J   13117.53696616  .00002290  00000-0  59344-3 0   875
+2 02909 069.9540 291.6462 0002989 152.3178 291.9065 14.51035550377143
+1 02920U 67080A   13116.99557071  .00000080  00000-0  65504-4 0  5830
+2 02920 099.0082 283.1197 0037485 315.4251 044.3908 14.14383484354530
+1 02934U 65020EM  13117.11832942 -.00000228  00000-0 -68352-3 0  5733
+2 02934 055.5948 353.3953 0355805 165.1568 359.0368 12.49777782102286
+1 02940U 67080B   13117.06503617  .00000020  00000-0  33117-4 0   214
+2 02940 099.0075 303.5585 0037125 246.3011 267.0463 14.15995746355980
+1 02949U 63014AS  13117.34419543  .00002307  00000-0  28364+0 0  3071
+2 02949 086.4788 062.1275 1554839 186.1852 330.7696 08.76041173890958
+1 02965U 67092A   13116.15839170  .00000109  00000-0  14654-3 0  1403
+2 02965 089.2547 015.0500 0046100 305.4876 221.4985 13.52618643247568
+1 02967U 67092B   13116.74146814  .00000016  00000-0  82510-5 0  2851
+2 02967 089.2548 013.3369 0045517 328.9898 063.8797 13.51788211247107
+1 02969U 67094A   13116.39689348 -.00000304  00000-0  10000-3 0  1392
+2 02969 006.4700 307.1407 0016934 181.5099 178.3034 01.00212820 68672
+1 02971U 67094C   13116.54535160  .00001221  00000-0  79019-3 0  5166
+2 02971 028.1513 173.6347 6706807 335.5617 040.4184 02.97883496411694
+1 02976U 67036C   13117.78167909 -.00000052  00000-0 -33145-5 0   133
+2 02976 102.1153 192.2750 0097997 341.8032 164.5749 12.81931272153266
+1 02977U 67036D   13117.19888985 -.00000054  00000-0 -59573-4 0  7808
+2 02977 101.5345 166.9988 0059336 355.9773 035.1880 12.56734213110964
+1 02980U 67096A   13117.13970692  .00000261  00000-0  66121-4 0  9660
+2 02980 099.2371 320.9437 0100534 238.8364 269.5656 14.57871875407954
+1 02985U 67096B   13116.48108434  .00000371  00000-0  80987-4 0   152
+2 02985 099.1593 269.0106 0091995 342.9099 048.0915 14.62455944411440
+1 02986U 64026E   13117.50091264  .00000104  00000-0  58372-4 0  8480
+2 02986 090.5399 276.8161 0056559 355.6446 070.0584 14.04939888500829
+1 02989U 66005F   13116.85891613  .00000591  00000-0  39881-3 0  9412
+2 02989 089.7075 077.0288 0114734 175.7324 217.7400 13.96237712326909
+1 02994U 67092C   13117.15622532  .00000363  00000-0  25675-3 0  7007
+2 02994 089.4131 284.2381 0098508 053.2244 001.3483 13.93524615306197
+1 02997U 63014AU  13117.33347917  .00000003  00000-0  00000+0 0  6372
+2 02997 086.2605 043.9710 1611995 205.5351 316.3920 08.80899814895374
+1 03029U 67111A   13117.54838119 -.00000113  00000-0  00000+0 0   730
+2 03029 007.3388 309.9153 0018490 093.9642 263.8843 01.00272176166519
+1 03035U 67114A   13115.81407935 -.00000009  00000-0  23418-3 0  7043
+2 03035 102.0256 044.7771 0048377 238.5187 155.2922 12.54189545 81236
+1 03036U 67114B   13117.39724198 -.00000029  00000-0  10915-3 0  6502
+2 03036 102.0203 043.0998 0047558 248.1703 261.0501 12.54063176 81187
+1 03038U 65020EN  13116.37335433  .00001178  00000-0  42101-3 0  3048
+2 03038 056.2069 079.1829 0570747 224.4985 281.4304 13.74833969558074
+1 03045U 65070G   13115.68239154  .00000113  00000-0  12702-2 0   720
+2 03045 055.4393 324.4816 0297492 004.8282 034.9735 12.43984106 91872
+1 03047U 67116A   13117.52930131  .00000198  00000-0  52990-4 0  2510
+2 03047 074.0120 124.1991 0008118 019.3137 126.1186 14.54787926400775
+1 03048U 67116B   13117.32267961  .00000307  00000-0  71977-4 0  3343
+2 03048 074.0108 029.3571 0007312 250.1493 258.8809 14.58819708405517
+1 03051U 67114C   13116.76511586 -.00000040  00000-0  25397-4 0  8858
+2 03051 101.5167 194.3784 0088898 006.9946 138.2390 12.62137318 94185
+1 03081U 67127A   13117.83790727 -.00000099  00000-0 -66477-5 0  9840
+2 03081 065.1435 234.1103 0023995 359.2279 144.8387 13.93197360305585
+1 03093U 68002A   13116.78862994 -.00000108  00000-0 -10585-3 0  1126
+2 03093 105.7868 174.1843 0319297 334.6677 175.1843 12.83484782121962
+1 03094U 68002B   13116.37272285 -.00000052  00000-0  84820-4 0   399
+2 03094 105.7896 228.7313 0314002 294.6029 093.4115 12.84994695123783
+1 03121U 63030F   13117.46491856  .00000002  00000-0  00000+0 0  4216
+2 03121 088.4089 117.0755 0033044 188.3310 319.2069 08.57966730795484
+1 03122U 67092D   13116.59902880  .00000206  00000-0  40928-3 0  1351
+2 03122 089.0884 155.4826 0188978 177.9347 329.7928 13.24657169198469
+1 03123U 67114D   13117.16071943 -.00000063  00000-0 -10022-3 0  1869
+2 03123 102.4822 356.1117 0028420 123.4498 022.6407 12.47971039 70822
+1 03124U 61015HX  13116.65080777  .00002531  00000-0  31694-2 0  6662
+2 03124 066.9885 335.5157 0348523 128.8163 271.9548 13.43024428522362
+1 03125U 61015HY  13116.61991932  .00000235  00000-0  53495-3 0  9085
+2 03125 067.5593 341.2009 0307471 073.3269 320.0494 13.23883115512082
+1 03126U 68002C   13115.63513944 -.00000058  00000-0  66959-4 0  2204
+2 03126 106.0729 133.1519 0322965 222.0531 287.7714 12.82239091119367
+1 03127U 68002D   13115.86141941 -.00000041  00000-0  99905-4 0  1257
+2 03127 105.3200 251.7027 0320712 097.3301 046.5243 12.84651154122914
+1 03129U 68011A   13115.48196199  .00000375  00000-0  10054-2 0  2641
+2 03129 074.0505 105.3524 0012567 197.5509 308.0540 13.18167473173827
+1 03131U 68011B   13117.11059463  .00000062  00000-0  20780-3 0    18
+2 03131 074.0496 118.5450 0014871 216.0516 143.9571 13.17899107173531
+1 03132U 63030G   13115.52787685  .00000002  00000-0  00000+0 0  6381
+2 03132 088.4161 119.9309 0105457 187.2309 320.0632 08.57848658 48167
+1 03133U 68012A   13117.02352433  .00000105  00000-0  14628-3 0  4245
+2 03133 089.9545 281.8799 0074759 204.3498 304.5402 13.50719474222856
+1 03137U 68012B   13116.01058685 -.00000056  00000-0 -10156-3 0  7735
+2 03137 089.9526 281.5260 0074226 259.3503 248.8493 13.49537102221702
+1 03158U 68023A   13117.54507101 -.00000085  00000-0  30144-5 0  1546
+2 03158 065.3307 152.6560 0031132 018.8760 133.2654 13.97620275300760
+1 03164U 61015HZ  13116.12629712  .00000539  00000-0  43654-3 0  8383
+2 03164 066.7493 134.9257 0048141 170.0446 249.3567 13.97167484416458
+1 03166U 63038H   13117.60027123  .00000074  00000-0  11088-3 0  5549
+2 03166 090.1072 311.1067 0043526 074.4568 352.7936 13.44356880430295
+1 03173U 68026A   13117.52934776  .00000202  00000-0  33283-3 0  1631
+2 03173 099.9688 286.5190 3836987 137.4723 259.7492 07.25212971190494
+1 03174U 68026B   13116.18905235  .00000221  00000-0  44026-3 0  6904
+2 03174 100.0126 340.1751 3995419 260.5939 292.5106 06.96116463142433
+1 03177U 68026C   13115.73514316  .00000209  00000-0  43549-3 0  2724
+2 03177 100.0372 346.4558 3984610 249.7574 100.8123 06.97013046142836
+1 03212U 68026D   13117.73285266  .00000152  00000-0  22314-3 0  3371
+2 03212 099.9305 296.5914 3836384 093.2200 310.3501 07.27480546192718
+1 03213U 68012C   13117.23052656  .00000179  00000-0  14560-3 0  7341
+2 03213 090.1728 005.7489 0053288 009.8333 136.7370 13.86153312210028
+1 03214U 68012D   13116.50751900  .00000140  00000-0  26768-3 0  3829
+2 03214 090.0448 131.9641 0185814 307.3017 200.9549 13.27884609183740
+1 03229U 68040A   13117.48132095  .00000408  00000-0  66204-4 0  7395
+2 03229 074.0298 228.0889 0039903 289.4299 143.0822 14.74289320403223
+1 03230U 68040B   13117.26087420  .00000976  00000-0  11413-3 0  9072
+2 03230 074.0395 021.9960 0032252 013.7560 346.4491 14.86293631410538
+1 03235U 63014AZ  13116.77383347  .00035516  00000-0  42032-1 0   714
+2 03235 084.1760 012.5157 2908644 116.9237 307.7336 08.93736445 20228
+1 03239U 63014BD  13115.50866613  .00000003  00000-0  00000+0 0  5816
+2 03239 087.3206 292.1029 0028380 300.1864 093.0614 08.65344568578612
+1 03244U 63014BJ  13116.59358294  .00000003  00000-0  00000+0 0  3990
+2 03244 087.3193 292.1674 0015387 307.5406 081.2592 08.65174684802822
+1 03255U 63014BV  13116.92725314  .00000070  00000-0  28980-1 0  1496
+2 03255 087.2898 270.8588 0336394 078.7131 064.1648 08.66704664645766
+1 03257U 63014BX  13115.77799317 -.00000315  00000-0 -14046+0 0  5915
+2 03257 087.2588 253.3737 0345585 053.7375 095.1098 08.65562782983749
+1 03266U 68042A   13117.56231694  .00000092  00000-0  70335-4 0  5737
+2 03266 099.0182 298.8997 0052175 301.0944 090.0310 14.14929232234774
+1 03267U 63014CF  13117.85916269  .00000472  00000-0  32433-3 0  2388
+2 03267 088.3818 267.7068 1698571 136.9632 018.1395 11.31976406999573
+1 03271U 68042B   13117.51976325  .00000073  00000-0  59104-4 0  8176
+2 03271 098.9788 314.9655 0051397 255.4895 104.0573 14.16296750317800
+1 03284U 68050A   13116.89762280 -.00000083  00000-0  10000-3 0  4902
+2 03284 002.0501 308.3247 0016758 146.5830 212.9316 01.07853922 83190
+1 03285U 68050B   13114.80606594 -.00000056  00000-0  10000-3 0  9003
+2 03285 002.0382 307.8584 0018523 146.1136 213.3910 01.07818457176421
+1 03286U 68050C   13110.24539469 -.00000074  00000-0  10000-3 0  9846
+2 03286 002.0650 307.5711 0021843 145.5395 213.9215 01.07757191 88072
+1 03287U 68050D   13116.95463664 -.00000111  00000-0  10000-3 0  9363
+2 03287 002.1139 307.1927 0029641 146.8758 213.1989 01.07640518176186
+1 03288U 68050E   13114.66066197 -.00000099  00000-0  10000-3 0  9062
+2 03288 002.2349 306.8905 0040094 144.5354 215.1762 01.07478490 87882
+1 03289U 68050F   13115.82233940 -.00000056  00000-0  10000-3 0  9438
+2 03289 002.2960 306.0040 0050928 145.0516 214.7063 01.07286924 87762
+1 03290U 68050G   13116.11336198 -.00000122  00000-0  10000-3 0  8749
+2 03290 002.4555 305.6315 0067659 144.6566 215.1534 01.07036098 87544
+1 03291U 68050H   13115.14513098 -.00000106  00000-0  10000-3 0  8986
+2 03291 002.5604 304.9324 0083781 144.1300 215.9342 01.06767518174772
+1 03292U 68050J   13116.35232578 -.00000101  00000-0  10000-3 0  1788
+2 03292 001.9198 305.4105 0166976 016.1579 343.8044 01.05595164 78443
+1 03307U 68055A   13116.05160961 -.00000010  00000-0  00000+0 0  6456
+2 03307 120.8198 164.3214 0016360 258.2961 101.5805 06.42382240 51113
+1 03315U 68055B   13115.39076359 -.00000012  00000-0  59135-4 0  3769
+2 03315 120.6381 268.6869 2700674 058.0870 349.7154 09.24882214510632
+1 03338U 68066B   13116.64224154  .00000047  00000-0  37450-4 0  9278
+2 03338 080.6596 153.4356 1133902 040.6152 093.8377 12.22567750991651
+1 03341U 68066C   13117.63013796  .00000139  00000-0  14548-3 0  3100
+2 03341 080.6598 131.9592 1121006 341.4648 166.9122 12.24720077993471
+1 03345U 68069A   13116.18844253 -.00000058  00000-0 -80771-4 0  7991
+2 03345 101.7352 171.0685 0026819 160.7873 232.5359 12.52960962 44258
+1 03346U 68069B   13116.21820016 -.00000055  00000-0 -64249-4 0  7626
+2 03346 101.6939 171.9805 0024112 027.6937 003.6318 12.54278449 46256
+1 03373U 65082ML  13116.40409417  .00002230  00000-0  76943-3 0  9188
+2 03373 030.9962 142.1537 0222508 181.1585 307.4792 14.20918356383328
+1 03386U 65082MY  13117.10750043  .00001210  00000-0  15484-3 0  4426
+2 03386 032.3765 016.7823 0009034 301.5547 199.9947 14.79265251531779
+1 03392U 68066H   13115.90105598  .00006729  00000-0  36714-2 0  9987
+2 03392 080.6743 255.1688 0561068 234.9907 277.6641 13.53068488 92765
+1 03393U 68066J   13116.95889712  .00034537  00000-0  53953-2 0  4247
+2 03393 080.5022 034.0607 0216300 074.4515 288.0444 14.58147554142220
+1 03416U 68069C   13117.08731399 -.00000055  00000-0 -33596-4 0  9381
+2 03416 101.8508 149.1117 0118645 322.8299 070.1603 12.67013633 66914
+1 03417U 68069D   13116.91993145 -.00000011  00000-0  23910-3 0  2755
+2 03417 101.6672 085.7008 0064825 357.8416 035.8412 12.39660253328493
+1 03428U 68081A   13107.25764172  .00000027  00000-0  10000-3 0  6042
+2 03428 007.9346 322.3668 0080652 286.7178 072.2824 01.01557326 72552
+1 03431U 68081D   13116.46324468 -.00000312  00000-0  10000-3 0  1446
+2 03431 008.5977 323.3479 0004757 297.8767 061.9490 01.00272154 72874
+1 03432U 68081E   13117.32341005  .00000037  00000-0  10000-3 0  9114
+2 03432 007.9701 322.2809 0093934 280.5865 078.2217 01.01515102 73278
+1 03454U 65082PP  13116.26203692  .00001856  00000-0  23437-3 0  4851
+2 03454 032.2681 078.6204 0026809 306.0268 193.6552 14.79954305529966
+1 03462U 65082PT  13117.46809515  .00001515  00000-0  12466-3 0  6235
+2 03462 032.0241 156.4739 0022994 006.4189 131.2572 14.96687364560925
+1 03488U 65082QJ  13115.83044666  .00000761  00000-0  12434-3 0  3717
+2 03488 032.2319 023.1682 0029447 205.3763 205.8560 14.67593981511599
+1 03494U 65082QQ  13116.86625821  .00000441  00000-0  86830-4 0  7728
+2 03494 031.8932 352.7561 0029427 299.8677 160.1639 14.57021176504097
+1 03504U 68091A   13116.77222823  .00000322  00000-0  11566-3 0  3286
+2 03504 062.3417 338.5570 1030719 119.1870 284.4042 12.95032288 98131
+1 03506U 68091C   13117.65561296  .00000031  00000-0  56338-4 0  3370
+2 03506 062.3561 168.5802 0985345 030.9620 101.8846 12.88652614 87177
+1 03509U 68091F   13117.16521671  .00004524  00000-0  52469-3 0  1629
+2 03509 062.3729 165.9408 0459474 015.0215 020.7959 14.32303194203634
+1 03510U 68092A   13117.55937734  .00000053  00000-0  39343-4 0  1862
+2 03510 098.5036 007.2907 0031022 049.6635 012.5840 14.26767890313162
+1 03522U 68092B   13117.12052605  .00000082  00000-0  48620-4 0  7083
+2 03522 098.2690 316.8077 0028576 258.0804 249.2655 14.28901036314976
+1 03530U 68097A   13116.84716486 -.00000038  00000-0  27482-4 0  6320
+2 03530 062.3225 044.6023 1007925 147.4845 262.1212 12.87086227 87597
+1 03549U 68097B   13117.56001119  .00003732  00000-0  69908-3 0   370
+2 03549 062.3010 195.2325 0493497 162.7285 311.1979 14.09600115184516
+1 03551U 68097D   13117.51970501  .00001286  00000-0  33465-3 0  7679
+2 03551 062.2885 209.0329 0708601 072.0474 016.7746 13.60526479151436
+1 03554U 68097G   13117.05223094  .00001343  00000-0  39307-3 0  2017
+2 03554 062.2762 353.5680 0640706 185.6197 173.7397 13.68653667164418
+1 03555U 68097H   13115.62250161 -.00000216  00000-0 -42792-4 0  3771
+2 03555 062.3277 178.1171 0893168 233.9755 117.5255 13.05405827109980
+1 03557U 68097K   13116.16480437  .00000205  00000-0  12273-3 0   878
+2 03557 062.3191 087.5728 0839939 276.5526 171.1721 13.17905238120883
+1 03558U 68097L   13117.18996826  .00005860  00000-0  80144-3 0  8047
+2 03558 062.1954 148.4543 0321360 348.6581 046.2225 14.49707949230762
+1 03559U 68097M   13115.71280003  .00005465  00000-0  11786-2 0  5793
+2 03559 062.2961 316.9587 0605023 134.8095 348.4076 13.83660827174069
+1 03561U 68097P   13116.84039039  .00008159  00000-0  16189-2 0  6204
+2 03561 062.2788 294.3233 0575994 141.6994 222.6457 13.91663823165168
+1 03565U 68097R   13117.44837544  .00002324  00000-0  48971-3 0  2841
+2 03565 062.2965 103.9374 0593321 114.5167 024.5593 13.88088836170544
+1 03569U 68097V   13115.78210874  .00004522  00000-0  10388-2 0  4586
+2 03569 062.3026 018.3729 0668778 049.2829 350.5395 13.69706784156025
+1 03576U 68106A   13117.41705192  .00000464  00000-0  12555-2 0  6939
+2 03576 074.0491 083.3597 0034079 330.7888 206.2840 13.16753885134415
+1 03577U 68106B   13116.18929958 -.00000336  00000-0 -79919-3 0  6625
+2 03577 074.0524 008.3444 0035330 245.2698 281.7738 13.18849015137084
+1 03583U 68091R   13116.49982778  .00000051  00000-0  19026-3 0  1190
+2 03583 062.0819 299.2458 0720452 042.7951 348.8650 12.81404040 68680
+1 03584U 68091S   13116.75899273  .00002719  00000-0  50645-3 0  2722
+2 03584 062.3127 213.0239 0532936 059.4381 076.8657 14.03307002179580
+1 03591U 66041E   13117.64246491  .00000310  00000-0  19071-3 0  7751
+2 03591 090.1414 352.2850 0077619 166.0580 246.7825 14.02108411395171
+1 03592U 65048F   13116.62833775  .00000202  00000-0  25195-3 0  7778
+2 03592 089.9849 321.0967 0064628 070.8345 321.7532 13.60542322367400
+1 03597U 68110A   13117.50812804  .00000124  00000-0  40388-4 0  1694
+2 03597 034.9926 165.3049 0005097 029.9588 125.9013 14.45207597339054
+1 03598U 68110B   13117.70522162  .00000293  00000-0  73215-4 0  3247
+2 03598 034.9936 226.4617 0050870 215.8195 291.7621 14.53150622346381
+1 03605U 68112B   13116.46316906  .00000076  00000-0  39925-3 0  2198
+2 03605 080.3586 112.0126 0054722 213.6898 292.9582 12.60237053 39767
+1 03606U 68091Y   13117.47796245  .00000722  00000-0  70091-3 0  8615
+2 03606 062.2594 205.8526 0768201 296.6480 148.7257 12.96861897 79256
+1 03609U 68091AB  13115.80054984  .00002933  00000-0  55678-3 0  4919
+2 03609 062.2794 037.5050 0808542 068.1091 332.5385 13.49969767 54045
+1 03611U 66025E   13117.19128954  .00007795  00000-0  12276-2 0  5435
+2 03611 144.5586 240.5311 0026678 215.5921 196.4025 14.69126454419526
+1 03615U 68114A   13116.20875788 -.00000061  00000-0 -10928-3 0  7903
+2 03615 101.3473 161.1015 0031984 046.0797 343.5820 12.56180142 34281
+1 03616U 68114B   13115.76833105 -.00000051  00000-0 -48925-4 0  7279
+2 03616 101.5598 176.7699 0013343 003.5661 144.7549 12.51329481 28557
+1 03617U 68112C   13117.52061405  .00000029  00000-0  12885-3 0    79
+2 03617 080.1786 140.2850 0044445 245.7918 261.2332 12.63252459 45418
+1 03618U 68112D   13116.48712877  .00000041  00000-0  20912-3 0  9646
+2 03618 080.5342 092.4911 0082493 259.6400 249.2103 12.55639506 33065
+1 03623U 68116A   13115.61350947 -.00000118  00000-0  10000-3 0  5162
+2 03623 014.0310 330.2999 0097576 340.2616 019.3045 00.90193847 82751
+1 03669U 69009A   13117.67655789  .00000124  00000-0  84135-4 0  5868
+2 03669 088.4261 315.3520 1713375 202.0741 185.8320 11.29075953818362
+1 03670U 69009B   13114.54573289  .00000602  00000-0  39945-3 0  3763
+2 03670 088.4186 291.0570 1650235 134.1127 277.3317 11.42603019830411
+1 03673U 69010B   13116.19238799  .00000042  00000-0  19569-3 0  2346
+2 03673 080.3934 175.2961 0023940 239.2347 185.5152 12.63189213 37741
+1 03674U 69011A   13116.08684193 -.00000187  00000-0  00000+0 0  9949
+2 03674 018.8168 340.6559 0166254 256.9438 101.1684 00.84930928156755
+1 03679U 68091AE  13117.13693971  .00000582  00000-0  23743-3 0  7323
+2 03679 062.7772 007.2687 0632146 282.6039 237.2622 13.61199483125243
+1 03686U 68097AD  13117.65041377  .00002353  00000-0  26012-2 0  4013
+2 03686 062.2696 318.9463 0681582 183.8940 247.9911 13.01780045 69820
+1 03690U 68097AH  13117.19965443  .00000054  00000-0  12997-3 0    61
+2 03690 062.3416 192.4473 0809308 017.2999 023.8685 12.85981220 72747
+1 03691U 69013A   13115.56155461 -.00000150  00000-0  10000-3 0  6383
+2 03691 007.4911 312.8313 0018305 191.9986 167.7999 01.00446759149248
+1 03692U 69013B   13115.81890762 -.00000283  00000-0  10000-3 0  6839
+2 03692 009.2892 316.1667 0130297 080.2671 281.0853 00.97621470 65428
+1 03695U 68091AL  13115.90677983  .00001470  00000-0  19120-2 0  8140
+2 03695 062.2491 287.5316 0691772 243.1582 289.0976 12.93068403 49479
+1 03699U 68091AN  13116.14254076  .00012117  00000-0  90919-3 0  7005
+2 03699 062.2667 009.4310 0144454 279.1895 236.6545 14.95013660166018
+1 03701U 68097AL  13117.44880575  .00026554  00000-0  11555-2 0  2472
+2 03701 062.7061 103.7689 0150745 137.2121 004.9015 15.12445516220162
+1 03713U 68097AQ  13117.65915920  .00000242  00000-0  35669-3 0  5495
+2 03713 062.2222 356.5134 0696552 341.9032 043.2406 12.98461650 64061
+1 03740U 61015JB  13117.48464279 -.00000027  00000-0  31826-4 0  1798
+2 03740 066.3337 138.0583 0083827 153.7685 327.7137 14.08676812646745
+1 03741U 63047L   13116.71458981  .00002923  00000-0  88267-3 0   238
+2 03741 029.8928 257.6789 0360938 214.0080 273.2175 14.08780356229713
+1 03743U 65020ES  13116.35557187 -.00000140  00000-0 -46837-3 0  5515
+2 03743 056.6610 094.9398 0264075 222.2581 290.9111 12.20196891988761
+1 03744U 61015JC  13111.44410832  .00001055  00000-0  94814-3 0  6395
+2 03744 066.9804 217.5517 0158892 016.8726 055.3912 13.82324716213406
+1 03745U 65020ET  13116.09378905 -.00000079  00000-0  10001-3 0  6758
+2 03745 056.0197 063.1806 0159148 275.8443 188.2453 12.50269717 41246
+1 03748U 61015JD  13117.40175214  .00000169  00000-0  55745-3 0  7669
+2 03748 067.7462 100.4532 0528001 175.1449 340.5993 12.77934856 80865
+1 03749U 65020EU  13116.99907351  .00000904  00000-0  42700-3 0  2285
+2 03749 056.1212 333.6188 0524285 229.7068 293.7884 13.72317647157492
+1 03750U 63053J   13117.33047815  .00002806  00000-0  94967-3 0  6391
+2 03750 078.6067 068.0895 0445344 297.2781 185.8464 13.92932828129079
+1 03752U 61015JE  13116.22082142  .00000178  00000-0  35083-3 0   228
+2 03752 067.6284 212.5029 0208224 110.7460 270.2539 13.46203558158605
+1 03753U 68091AR  13117.45408531  .00002371  00000-0  34763-3 0  7363
+2 03753 062.4401 250.9342 0374030 026.8224 040.0066 14.40337585231768
+1 03755U 68091AT  13116.46970865  .00000390  00000-0  61173-3 0  3123
+2 03755 062.2500 120.0555 0787539 169.6672 335.8514 12.74621377 34074
+1 03757U 68091AU  13116.06077370  .00002313  00000-0  53202-3 0  9879
+2 03757 061.9962 005.4715 0553725 317.3993 148.5490 13.92126431155623
+1 03758U 68091AV  13116.42525545  .00000364  00000-0  57161-3 0  4497
+2 03758 062.2605 110.4353 0786440 168.5611 336.8452 12.75364347   609
+1 03764U 69016A   13117.16290101 -.00000054  00000-0 -53577-4 0  2372
+2 03764 102.0223 162.7642 0050762 337.7874 054.8215 12.49824357388727
+1 03767U 69016B   13116.72390302 -.00000043  00000-0  24889-4 0  6443
+2 03767 102.0240 156.9771 0050588 223.2037 286.8342 12.51357297 16917
+1 03784U 68097AW  13117.51888392  .00000294  00000-0  27048-3 0  2878
+2 03784 062.2478 275.2457 0696177 028.2005 037.3217 13.19469349452595
+1 03785U 68097AX  13116.32003383  .00000290  00000-0  47048-3 0  8139
+2 03785 062.2589 222.1384 0806881 135.9472 264.8141 12.72505263945761
+1 03788U 68097BA  13116.19572509 -.00000062  00000-0  12646-4 0  8931
+2 03788 061.8757 171.4262 0568173 315.5559 073.9975 11.88089855930508
+1 03790U 68091AX  13117.14302781  .00000421  00000-0  23455-3 0  4930
+2 03790 063.0001 125.1286 0741056 252.7807 137.8175 13.30381088126680
+1 03793U 68091BA  13112.25459686  .00001319  00000-0  15178-2 0  4857
+2 03793 062.2370 195.2053 0664731 305.1628 077.5636 13.03926367 72262
+1 03794U 68091BB  13116.14474762  .00000668  00000-0  78184-3 0  5250
+2 03794 062.2659 001.5812 0640369 249.4440 280.4971 13.10039857 78291
+1 03810U 65065P   13117.46286606  .00000435  00000-0  67878-3 0  9952
+2 03810 089.7926 277.3118 0063064 106.5586 318.9844 13.48238412611500
+1 03811U 68114C   13116.01999611 -.00000030  00000-0  86274-4 0  9558
+2 03811 102.0122 109.7150 0138379 018.0029 014.6036 12.76212431 66266
+1 03812U 68114D   13116.44013841 -.00000017  00000-0  20781-3 0  9542
+2 03812 101.8858 074.2462 0071386 332.1272 173.8265 12.37657863  4179
+1 03814U 68097BC  13116.45515321 -.00000210  00000-0 -15949-3 0  2836
+2 03814 062.2669 244.8849 0809953 102.6041 017.0575 12.72821595 45293
+1 03818U 69024A   13116.03922882 -.00000384  00000-0 -93489-3 0  3624
+2 03818 073.9907 289.6306 0019636 311.4385 196.7396 13.17841652121936
+1 03819U 69024B   13117.84800220 -.00000291  00000-0 -68162-3 0  6378
+2 03819 073.9908 224.6849 0010497 237.8566 269.9297 13.19405984124467
+1 03825U 69025C   13115.83278725  .00000305  00000-0  18011-3 0  1605
+2 03825 104.7480 220.3936 2688690 247.6362 288.6112 09.54764908525055
+1 03827U 69025E   13116.10969875  .00000452  00000-0  24732-3 0  1948
+2 03827 104.7436 352.4889 2634942 081.4557 307.3092 09.64757438535848
+1 03840U 69010C   13117.82199922 -.00000005  00000-0 -68557-4 0  1765
+2 03840 080.6070 213.1783 0031637 323.0772 185.1299 12.58417800 30056
+1 03841U 69010D   13115.62671927  .00000001  00000-0 -26752-4 0  1005
+2 03841 080.1743 145.3510 0032147 214.0362 293.7037 12.66616187 43298
+1 03842U 61015JF  13117.71150551  .00000151  00000-0  24261-3 0  6451
+2 03842 066.7396 214.4805 0128579 046.9103 105.5366 13.69269313578183
+1 03843U 68097BG  13117.30563299  .00000894  00000-0  10936-2 0  9721
+2 03843 062.2696 076.5697 0732571 148.0135 002.9725 12.91092118 45893
+1 03848U 68055C   13117.73043589 -.00000010  00000-0  00000+0 0  1240
+2 03848 120.8342 176.1726 0016841 281.0732 219.0337 06.42499748951731
+1 03874U 68091BH  13115.80874620  .00002448  00000-0  26869-2 0   433
+2 03874 062.2714 245.5639 0671154 198.7682 319.1012 13.03777788 72518
+1 03890U 69037A   13117.79935446 -.00000021  00000-0  41020-4 0  4658
+2 03890 100.0087 025.8817 0040226 117.2302 275.2001 13.42440696157367
+1 03891U 69037B   13117.81668075 -.00000038  00000-0  11005-4 0   512
+2 03891 100.0080 024.5504 0040151 063.5802 327.0444 13.42784222158189
+1 03892U 69037C   13116.17799995  .00000018  00000-0  11236-3 0  1958
+2 03892 100.0172 026.5503 0039152 186.4481 348.0444 13.41781562155611
+1 03898U 68097BK  13116.49913803  .00000346  00000-0  47997-3 0  9685
+2 03898 062.2685 136.8347 0784399 135.8037 004.8574 12.82277826 56620
+1 03899U 68097BL  13115.11688947  .00003940  00000-0  77269-3 0  9949
+2 03899 062.1893 042.3851 0260423 241.6127 115.8463 14.44913687103002
+1 03900U 68097BM  13117.42169594  .00000945  00000-0  21897-3 0  6338
+2 03900 062.2263 271.7749 0430214 316.6254 071.4452 14.17114474198682
+1 03901U 68097BN  13117.49941411  .00000285  00000-0  27575-3 0  9421
+2 03901 061.2710 134.5036 0853779 089.0573 044.5472 12.89839519 75930
+1 03908U 68091BL  13117.43463957  .00000021  00000-0  19857-3 0  3190
+2 03908 063.3907 211.3154 0211551 350.4741 080.4907 13.31921880142164
+1 03911U 68091BP  13111.40908266  .00000630  00000-0  29699-3 0   471
+2 03911 062.9461 219.0590 0809138 341.2235 074.2109 13.21823803 31287
+1 03912U 68091BQ  13116.09192377  .00000338  00000-0  57795-3 0  9067
+2 03912 062.2497 111.5313 0808028 138.6931 306.7473 12.68120610 38175
+1 03923U 68091BR  13116.29626679  .00000702  00000-0  49709-3 0  2310
+2 03923 062.2278 169.3578 0667908 134.7023 305.7812 13.29363146 95032
+1 03927U 61004F   13116.82163280  .00003084  00000-0  93990-3 0  6674
+2 03927 038.9259 352.5552 0555897 166.3708 261.1094 13.79140523453006
+1 03931U 65020EV  13117.31003712 -.00000050  00000-0  29961-3 0  7623
+2 03931 056.0621 223.3521 0195866 272.6687 114.2970 12.35073250184970
+1 03932U 61015JG  13116.32661000  .00000084  00000-0  29585-3 0  9208
+2 03932 065.8017 163.9777 0279461 092.2868 348.2205 13.23185839516605
+1 03938U 68097BS  13117.32978315 -.00000819  00000-0 -43613-3 0  5226
+2 03938 063.0286 187.7754 1120620 338.7693 087.2511 12.48399206970352
+1 03947U 69045A   13116.98242572 -.00000135  00000-0  10000-3 0  6214
+2 03947 014.2408 327.5197 0023343 338.2282 021.6075 00.90044367115978
+1 03956U 69046F   13119.19160206 -.00000834  00000-0  00000+0 0   882
+2 03956 009.3957 029.5106 8035182 161.4837 000.7092 00.46197403 39990
+1 03965U 65020EY  13115.52533567 -.00000090  00000-0 -51229-5 0  2700
+2 03965 056.2983 141.2470 0252510 065.4943 070.4093 12.25833897160764
+1 03974U 68069E   13116.94434383 -.00000008  00000-0  24775-3 0  8415
+2 03974 102.0775 082.3882 0035295 325.5404 066.9493 12.53172160 46448
+1 03975U 68069F   13116.50096557 -.00000033  00000-0  87059-4 0  8519
+2 03975 102.0783 108.8361 0043569 014.4182 130.8747 12.53441437 47062
+1 03978U 65082SE  13117.51089602  .00000548  00000-0  96189-4 0  3956
+2 03978 032.5662 255.4805 0038075 170.9038 248.5381 14.63995024742538
+1 04005U 61015JK  13117.72898391  .00000273  00000-0  35278-3 0  2759
+2 04005 066.7534 316.7456 0100930 269.7061 217.8681 13.74605270227973
+1 04008U 68091BY  13117.28111230  .00001495  00000-0  45073-3 0  5916
+2 04008 062.8625 042.9661 0597351 338.8838 161.4036 13.74915775176095
+1 04014U 61015JM  13116.63216751  .00000290  00000-0  96984-3 0   996
+2 04014 067.6376 175.8151 0822378 226.0567 286.5159 12.27204172324836
+1 04026U 61004G   13117.24573838  .00004785  00000-0  16543-2 0  4929
+2 04026 038.8403 174.9108 0612382 294.3335 059.4644 13.63687497469758
+1 04028U 61015JQ  13115.76538745  .00000996  00000-0  26414-3 0  8301
+2 04028 066.7572 055.1877 0107544 063.8522 020.2801 14.49699440675752
+1 04047U 69062A   13116.64214875  .00000103  00000-0  59045-4 0  2531
+2 04047 098.7602 276.3123 0043988 243.4836 247.5951 14.28163129276437
+1 04048U 69062B   13117.51805988  .00000143  00000-0  71855-4 0  8061
+2 04048 098.7821 300.3585 0043028 157.4778 265.0007 14.30361375278250
+1 04053U 69064C   13117.19377449  .00032041 -31856-5  23766-3 0  1958
+2 04053 030.2864 134.0815 0782509 188.1947 263.4398 14.26168986866015
+1 04068U 69069A   13115.45528506 -.00000258  00000-0  10000-3 0  3796
+2 04068 010.2013 319.3997 0003399 179.8023 180.0915 00.99491985 87151
+1 04069U 69069B   13116.32949446 -.00000096  00000-0  00000+0 0  9470
+2 04069 017.3901 293.8012 6681425 028.6396 102.6550 02.04802230327005
+1 04070U 69070A   13116.79752927  .00000149  00000-0  43190-4 0  4049
+2 04070 074.0506 005.1776 0009435 104.7396 287.5470 14.52765703309186
+1 04071U 69070B   13117.16065453  .00000211  00000-0  48892-4 0  4542
+2 04071 074.0482 133.6335 0013285 142.9854 248.6586 14.61221846316885
+1 04084U 69070C   13115.85082351  .00000137  00000-0  46307-4 0  8401
+2 04084 074.0688 257.3978 0023137 299.7741 221.2712 14.45701536301813
+1 04112U 69082CZ  13116.81735045  .00011870  00000-0  12361-2 0  8281
+2 04112 069.7271 018.7559 0024360 242.4959 152.3492 14.89777296322167
+1 04132U 69082K   13117.53615250  .00000758  00000-0  37138-3 0  4478
+2 04132 069.9981 242.3928 0011142 219.4094 140.6216 14.21573002237616
+1 04133U 69082CP  13116.83351664  .00001947  00000-0  38296-3 0  8366
+2 04133 069.9214 256.3534 0041970 047.4055 103.2320 14.63636981281940
+1 04135U 69082DP  13116.47100365  .00000270  00000-0  14891-3 0  9160
+2 04135 069.9820 093.5865 0051472 280.8256 225.8101 14.20915087249523
+1 04138U 69091A   13117.15243490  .00000005  00000-0  91401-5 0  8615
+2 04138 074.0395 184.1872 0014162 300.4602 091.6931 14.45807819294513
+1 04139U 69091B   13116.56734480  .00000434  00000-0  93612-4 0  5702
+2 04139 074.0313 122.1213 0006194 242.2739 265.5339 14.61461918308092
+1 04140U 69082AL  13116.74645052  .00018453  00000-0  10421-2 0  3916
+2 04140 070.0766 310.8772 0017413 244.7261 241.7258 15.13018691298280
+1 04141U 69082AJ  13116.59005049  .00001902  00000-0  42145-3 0  1026
+2 04141 069.8851 262.1799 0059591 213.7413 272.2866 14.57677343280623
+1 04143U 69082M   13117.28092378  .00000285  00000-0  17244-3 0   312
+2 04143 070.1156 031.2522 0022182 180.5715 324.9445 14.15860314238446
+1 04144U 69082N   13116.81981051  .00001155  00000-0  33768-3 0  3269
+2 04144 070.0850 250.2949 0048019 213.5545 307.1686 14.45815230270556
+1 04145U 69082P   13117.49463716  .00000148  00000-0  11099-3 0  9257
+2 04145 070.0605 199.2456 0062270 235.8252 209.9867 14.10797816241152
+1 04149U 69082T   13117.66134238  .00000262  00000-0  16000-3 0  1025
+2 04149 070.3070 330.2224 0039140 312.9422 103.5213 14.15540532239259
+1 04154U 69082W   13116.50052959 -.00000180  00000-0 -76622-4 0  4607
+2 04154 070.0680 114.4129 0047666 013.5266 130.8119 14.05538431975368
+1 04155U 69082X   13116.52192976  .00000623  00000-0  26178-3 0  2949
+2 04155 070.0491 128.1067 0061660 032.0594 111.5434 14.29251556252687
+1 04157U 69082Z   13117.54173543  .00001569  00000-0  30518-3 0  7817
+2 04157 070.0242 300.9304 0045278 357.4176 067.7806 14.64430943286167
+1 04158U 69082AA  13117.52850200 -.00000051  00000-0  18390-5 0  9845
+2 04158 070.0038 224.5275 0043124 123.0861 320.1079 14.10784465237992
+1 04159U 69082AB  13116.84467968  .00000011  00000-0  63498-4 0  2650
+2 04159 069.9648 029.3310 0115497 172.6789 187.6026 13.72157965180609
+1 04160U 69082AC  13117.76567986  .00004288  00000-0  51522-3 0  2479
+2 04160 070.0485 342.8570 0030908 052.1907 071.2944 14.84342763295960
+1 04161U 69082AD  13117.35925267 -.00000016  00000-0  25333-4 0  6927
+2 04161 070.0203 072.5772 0058445 099.8890 043.7740 13.98714126224022
+1 04164U 69082AG  13117.35689431  .00000863  00000-0  43499-3 0   778
+2 04164 070.0849 052.7193 0044291 258.1817 248.6253 14.19111911228106
+1 04166U 69082J   13117.17963767  .00003949  00000-0  71513-3 0  4452
+2 04166 069.9789 355.1966 0004657 349.1057 158.3618 14.67049192264224
+1 04168U 69082H   13117.84582141  .00000031  00000-0  61720-4 0  3482
+2 04168 070.0158 261.5159 0022567 259.8374 244.7587 13.95285520218683
+1 04169U 69082AM  13115.85579455  .00000967  00000-0  27319-3 0  3625
+2 04169 070.1918 055.9095 0043723 229.3958 166.0751 14.48030839272320
+1 04171U 69082AP  13116.07371336  .00000404  00000-0  18121-3 0  1301
+2 04171 070.0808 223.8057 0040698 333.1491 083.3152 14.28812965252474
+1 04173U 69082AR  13116.43185472  .00001197  00000-0  30315-3 0  6446
+2 04173 070.0785 226.9631 0043082 216.0320 261.4379 14.52794277272443
+1 04174U 69082AS  13117.78558434  .00000431  00000-0  19357-3 0  1008
+2 04174 069.9953 006.9606 0047702 084.9500 310.1532 14.28191189255508
+1 04177U 69082AV  13116.47129106 -.00000062  00000-0 -97225-5 0  3743
+2 04177 070.0717 247.2227 0113007 112.5103 282.3659 13.86440102190143
+1 04178U 69082AW  13116.52631352  .00000730  00000-0  27661-3 0  3858
+2 04178 069.8482 305.4914 0089079 005.4134 028.9436 14.32848758249574
+1 04180U 69082AY  13116.29158037  .00000406  00000-0  17240-3 0  7912
+2 04180 069.9831 043.1979 0077798 010.7514 132.9546 14.30411312260963
+1 04187U 69082BA  13116.78468406  .00001199  00000-0  26697-3 0  3368
+2 04187 069.9595 199.4382 0034446 262.9726 235.6051 14.59081576284312
+1 04190U 69082BD  13117.60455646  .00002550  00000-0  46727-3 0  8459
+2 04190 070.0330 141.5859 0035819 017.9196 128.1925 14.66573987280690
+1 04193U 69082BG  13117.51060713  .00003455  00000-0  13767-2 0  2040
+2 04193 069.9433 306.1673 0131898 124.2552 271.2756 14.24708714201371
+1 04200U 69082BP  13116.46103464  .00002669  00000-0  47300-3 0  6224
+2 04200 070.0902 260.2504 0035224 297.7365 097.6990 14.68012151281730
+1 04205U 69082BU  13117.41798744  .00000352  00000-0  17018-3 0  9207
+2 04205 070.0600 083.1625 0070556 304.5631 200.7453 14.24969439417617
+1 04206U 69082BV  13116.17851581  .00002868  00000-0  51006-3 0   355
+2 04206 069.9364 101.8906 0038207 148.8007 301.9029 14.67724572276996
+1 04207U 69082BW  13117.43414247  .00001153  00000-0  32116-3 0  5161
+2 04207 069.9673 092.9078 0036609 214.5657 290.4102 14.48489700269082
+1 04208U 69082BX  13117.17722971  .00000347  00000-0  18907-3 0  3130
+2 04208 070.0876 188.9238 0011689 097.6309 295.9209 14.20053618327640
+1 04209U 69082BY  13117.65265522  .00000139  00000-0  12072-3 0  4652
+2 04209 070.0315 159.4792 0041564 203.9140 302.8136 14.04213273230587
+1 04211U 69082CA  13117.07394293 -.00000065  00000-0 -61775-5 0  2383
+2 04211 070.0757 066.1319 0035197 317.9591 168.5964 14.09425178236845
+1 04214U 69082CD  13117.52890005  .00000454  00000-0  16507-3 0  8510
+2 04214 070.0543 293.9213 0064942 347.2465 074.2667 14.38114403269375
+1 04216U 69082CF  13117.55793578  .00000418  00000-0  21388-3 0  8841
+2 04216 070.1085 267.1383 0051912 273.4351 152.5598 14.21372306479373
+1 04217U 69082CG  13117.63398780  .00000695  00000-0  27274-3 0  9924
+2 04217 070.0426 289.8281 0040769 244.6171 115.0731 14.32966377259321
+1 04218U 69082CH  13117.76708801  .00000717  00000-0  22957-3 0  4268
+2 04218 070.1029 200.5192 0041979 350.8644 155.3258 14.42951167264321
+1 04221U 69097A   13116.85524952  .00006007  00000-0  33601-3 0  1140
+2 04221 102.6906 044.6359 0758450 242.3821 109.8357 13.93996442 35930
+1 04227U 69082CJ  13116.10486770  .00002209  00000-0  36564-3 0  6802
+2 04227 069.8870 324.5307 0047580 003.2041 142.1258 14.71006555289919
+1 04231U 69082CN  13116.42406255  .00000954  00000-0  33083-3 0  1153
+2 04231 070.2815 256.0081 0039679 235.7061 159.9857 14.38005725260046
+1 04237U 69082E   13116.94916612  .00000030  00000-0  61005-4 0  3646
+2 04237 070.0159 268.5014 0023168 264.2427 241.7973 13.95222841217249
+1 04247U 69082F   13116.86679341  .00000045  00000-0  71916-4 0  5238
+2 04247 070.0158 267.3205 0023127 263.1105 248.9742 13.95241395217264
+1 04249U 69082CY  13116.29377119  .00000163  00000-0  10457-3 0  5968
+2 04249 070.0641 208.1582 0063558 318.1293 106.4067 14.17968577241083
+1 04250U 69101A   13115.58468192 -.00000124  00000-0  10000-3 0  5899
+2 04250 009.6801 320.0238 0023977 177.0013 182.8986 01.00276389 86385
+1 04251U 69101B   13116.48099587  .00000839  00000-0  59751-3 0  5403
+2 04251 027.7941 251.2367 5648474 346.5030 028.8199 04.49207259460143
+1 04254U 69103A   13115.83164394  .00000022  00000-0  93401-4 0   393
+2 04254 074.0223 214.5976 0023437 325.9491 182.1961 13.27068873103233
+1 04255U 69103B   13116.46134311  .00000073  00000-0  20173-3 0   997
+2 04255 074.0140 112.6446 0012059 246.6335 258.4862 13.29462014106839
+1 04256U 69082B   13117.50293476 -.00000063  00000-0 -67869-5 0  3470
+2 04256 070.0100 180.0855 0021442 228.1848 262.3598 13.97879180219606
+1 04257U 69082C   13117.84718539  .00000057  00000-0  80382-4 0  3846
+2 04257 070.0160 259.9908 0023178 259.4270 263.4179 13.95510302217478
+1 04259U 69082D   13116.72143549  .00000018  00000-0  52977-4 0  7061
+2 04259 070.0155 287.5925 0023418 274.1521 217.0307 13.94546651313043
+1 04276U 69082DK  13116.18010660  .00002171  00000-0  45787-3 0  5584
+2 04276 070.0687 046.0476 0027894 130.4144 347.0913 14.60540822274825
+1 04277U 69082DL  13117.15432616 -.00000203  00000-0 -89375-4 0  4994
+2 04277 070.0244 017.9813 0039326 128.7911 024.5415 14.06524259234020
+1 04295U 69082G   13116.86357662  .00000033  00000-0  63681-4 0  3707
+2 04295 070.0133 269.7094 0023245 274.5531 238.0007 13.94940081216464
+1 04297U 70003A   13109.18724550  .00000034  00000-0  10000-3 0  3106
+2 04297 009.3614 316.5943 0008415 340.2406 019.6292 00.99156051129451
+1 04298U 70003B   13116.21444166  .00002263  00000-0  13998-2 0   977
+2 04298 027.9238 117.1630 6655396 157.2765 349.5446 03.06086310412614
+1 04311U 69082DR  13117.40909726  .00001714  00000-0  41008-3 0   578
+2 04311 070.3386 100.7704 0072801 064.9788 086.8419 14.53635851276661
+1 04320U 70008A   13116.82897725 -.00000051  00000-0 -28641-4 0  7995
+2 04320 102.0511 157.9466 0028798 197.4241 286.7731 12.52012800173647
+1 04321U 70008B   13117.71580375 -.00000059  00000-0 -83657-4 0  7788
+2 04321 101.9666 169.1933 0027921 184.0677 322.7394 12.52166236977307
+1 04322U 70008C   13116.21984522 -.00000059  00000-0 -80094-4 0  7462
+2 04322 101.9533 169.4088 0028372 219.7903 170.7844 12.51872148976725
+1 04326U 69082DZ  13117.45155475  .00000462  00000-0  21013-3 0  1016
+2 04326 070.0561 106.4400 0072671 309.6665 194.6692 14.26367647252618
+1 04327U 70009A   13115.49947700 -.00000010  00000-0  42406-4 0  6295
+2 04327 099.1682 274.3350 0003891 312.4418 079.2483 13.58307008141982
+1 04331U 70012A   13116.95867813  .00000208  00000-0  93725-4 0  5963
+2 04331 098.9463 083.6062 0058617 321.7721 073.6096 14.31930813250367
+1 04332U 70012B   13117.40059126  .00000108  00000-0  58189-4 0  9086
+2 04332 098.8800 191.7084 0062104 124.7190 006.4886 14.30150729249003
+1 04353U 70021A   13117.27121572 -.00000088  00000-0  00000+0 0  1476
+2 04353 010.1760 323.7672 0006717 126.2004 112.8048 01.00272648 77769
+1 04354U 70021B   13116.97331619  .00003835  00000-0  12935-2 0  9291
+2 04354 025.4380 326.7162 6569341 230.5240 345.1954 03.20439339217116
+1 04362U 70025A   13116.18952014 -.00000037  00000-0  15064-4 0  1916
+2 04362 100.1790 355.9028 0007880 150.6880 323.8476 13.44519039112217
+1 04363U 70025B   13116.66554372 -.00000067  00000-0 -33730-4 0   985
+2 04363 100.2551 331.7107 0002064 171.8453 219.1555 13.46503217115686
+1 04367U 70025C   13116.37748855  .00000027  00000-0  11253-3 0  4251
+2 04367 099.9846 048.7284 0035000 286.7420 220.2188 13.51141865134643
+1 04369U 70028A   13116.81137451  .00000179  00000-0  52625-4 0  1220
+2 04369 074.0367 300.7407 0006949 285.1089 191.5718 14.50753420272119
+1 04370U 70028B   13117.00968170  .00000397  00000-0  91468-4 0  3327
+2 04370 074.0402 091.1673 0015283 029.9964 003.9933 14.58617049791399
+1 04376U 70032A   13111.27308069 -.00000001  00000-0  10000-3 0  1677
+2 04376 008.1959 311.1883 0003288 144.6801 215.2118 01.00298362157480
+1 04377U 70032B   13117.70618648  .00005728  00000-0  13875-2 0  8421
+2 04377 026.6975 224.3878 6059364 100.8913 328.7445 03.94286714433127
+1 04382U 70034A   13117.15297197  .00000647  00000-0  10740-3 0  3384
+2 04382 068.4262 039.7023 1070139 303.7101 046.6342 13.04530389 17871
+1 04383U 70036A   13116.84684576 -.00000003  00000-0  89038-4 0  9675
+2 04383 074.0299 224.0119 0014092 118.7694 028.6690 12.47590735958705
+1 04384U 70036B   13117.73316250 -.00000042  00000-0 -20033-3 0  9118
+2 04384 074.0284 186.0853 0053411 171.8523 335.5180 12.39188706945657
+1 04385U 70036C   13117.84269068 -.00000030  00000-0 -10489-3 0  9464
+2 04385 074.0322 028.2960 0032020 344.6397 048.5212 12.43305002952121
+1 04386U 70036D   13117.84737765  .00000007  00000-0  14784-3 0  8855
+2 04386 074.0306 059.0215 0015589 191.9763 231.7475 12.51799465965445
+1 04387U 70036E   13116.87750303  .00000016  00000-0  19210-3 0  7859
+2 04387 074.0294 245.8767 0039827 348.1756 157.4762 12.56256350972276
+1 04388U 70036F   13116.50966770  .00000003  00000-0  10733-3 0  8338
+2 04388 074.0284 289.7273 0081315 341.8084 052.4406 12.64262435984753
+1 04389U 70036G   13115.58342272 -.00000035  00000-0 -94794-4 0  8439
+2 04389 074.0261 131.8498 0101102 159.1620 347.8932 12.68246602990910
+1 04390U 70036H   13116.38980690  .00000019  00000-0  20237-3 0  8016
+2 04390 074.0286 084.0963 0059668 155.5181 349.5649 12.60376754978684
+1 04391U 70036J   13117.72185648  .00000006  00000-0  16953-3 0  9383
+2 04391 074.0298 344.1210 0075970 000.9808 031.8901 12.34945366939058
+1 04394U 70037B   13117.17709753  .00002512  00000-0  12320-3 0  2858
+2 04394 081.2466 336.8369 0052371 208.9021 150.9307 15.16513696334599
+1 04419U 70047A   13117.53853566  .00000186  00000-0  88349-4 0  8507
+2 04419 081.2166 283.1830 0040388 068.1720 353.3330 14.15103789209860
+1 04420U 70047B   13117.24619550 -.00000035  00000-0 -24943-4 0  9102
+2 04420 081.2318 012.1222 0087153 213.1878 294.8311 14.11790251205151
+1 04421U 68097CF  13112.17086405  .00001044  00000-0  27526-3 0  9040
+2 04421 062.7590 059.9465 0747501 210.7721 253.0734 13.53341487111729
+1 04432U 69082ED  13117.53450341  .00000320  00000-0  15687-3 0  1274
+2 04432 069.9802 315.5250 0057139 217.5707 171.7778 14.25577141250859
+1 04435U 69082EG  13117.51723779  .00001676  00000-0  42287-3 0  6257
+2 04435 070.0278 250.1980 0023503 027.6297 043.8238 14.52626825265443
+1 04438U 69082EK  13116.80854832  .00000729  00000-0  19471-3 0  1764
+2 04438 070.1041 351.7386 0061697 305.8062 176.0847 14.51247208276417
+1 04442U 69082EP  13117.26792021  .00029472  00000-0  26888-2 0  4545
+2 04442 069.9565 061.0791 0010449 337.7991 174.3569 14.94940056247838
+1 04449U 69082EU  13117.54581451  .00000981  00000-0  36805-3 0  9939
+2 04449 069.9787 303.2785 0063599 205.6435 224.2995 14.33418297251153
+1 04451U 69082EW  13117.70788350  .00000863  00000-0  28034-3 0  1416
+2 04451 070.0412 019.0971 0037930 074.7678 315.7289 14.41648690262220
+1 04453U 69082EY  13117.52679145  .00000156  00000-0  12012-3 0  4102
+2 04453 070.1311 166.8920 0033068 163.9555 316.2336 14.09229840232579
+1 04458U 69082FB  13117.49316929  .00004565  00000-0  33025-3 0   461
+2 04458 069.7310 330.3262 0020384 163.5955 272.5098 15.04592668297163
+1 04468U 69082FM  13115.66421012  .00000128  00000-0  15599-3 0  8172
+2 04468 070.0750 065.0086 0088811 316.9127 109.7370 13.83964100191747
+1 04478U 70055A   13116.91695352 -.00000257  00000-0  10000-3 0  7988
+2 04478 004.9688 301.5859 0352149 151.8167 209.9165 01.02264341 73795
+1 04486U 70055B   13117.53132927  .00013914  00000-0  12084-2 0  3409
+2 04486 027.9244 224.2454 4878198 301.7907 042.4371 05.87039572501538
+1 04499U 68069G   13116.62268836 -.00000044  00000-0  14637-4 0  7507
+2 04499 102.0080 164.0101 0028491 247.8945 267.5007 12.51183524 43393
+1 04507U 70067A   13117.45533981  .00000137  00000-0  18375-3 0  1155
+2 04507 089.8233 289.4192 0171219 325.6119 090.5573 13.50352472 99980
+1 04512U 70070A   13117.46411725  .00000204  00000-0  87757-4 0  2682
+2 04512 098.8247 212.8719 0066380 130.5210 000.1764 14.33788986223919
+1 04513U 70070B   13116.84916741  .00000192  00000-0  85994-4 0  9462
+2 04513 098.8619 230.4797 0067659 226.2945 133.2621 14.32341940222534
+1 04515U 70067B   13115.57210340  .00000134  00000-0  18014-3 0  8161
+2 04515 089.8215 288.9735 0175171 028.6023 001.3578 13.48957285 98525
+1 04519U 69082FW  13117.52427174  .00003528  00000-0  55966-3 0  9700
+2 04519 070.0583 242.5226 0032912 065.5009 021.0844 14.72651143290698
+1 04530U 69082GB  13116.79488579  .00019248  00000-0  99755-3 0  3408
+2 04530 070.2109 337.9967 0019768 059.5853 064.7096 15.16018263303341
+1 04547U 69082GN  13116.77408802  .00000490  00000-0  22647-3 0  9732
+2 04547 069.9919 242.0609 0040095 314.5863 197.1786 14.26218239246533
+1 04552U 69082GT  13115.84833679  .00013387  00000-0  10947-2 0  9625
+2 04552 070.0257 064.5080 0016172 156.0810 234.6211 14.99378668291989
+1 04555U 66041F   13115.66061920  .00000998  00000-0  34809-3 0  9923
+2 04555 090.1452 344.2676 0054209 038.8046 354.6126 14.33963507733633
+1 04564U 70079A   13116.79919343 -.00000080  00000-0  52893-5 0  5558
+2 04564 065.2803 003.5352 0049634 120.3923 275.4690 13.78370641142201
+1 04578U 70083A   13117.50694503  .00000217  00000-0  59301-4 0  1980
+2 04578 073.9993 264.9018 0003554 314.8900 105.0075 14.53099480248553
+1 04579U 70083B   13117.06727995  .00000284  00000-0  66596-4 0  5975
+2 04579 074.0032 102.6171 0009676 127.5264 264.8060 14.59207160254110
+1 04588U 70086A   13117.17357547  .00000066  00000-0  32026-4 0  9010
+2 04588 074.0583 014.9231 0014273 256.6830 265.5440 14.35574657224440
+1 04589U 70086B   13117.50840147  .00000186  00000-0  66298-4 0  8291
+2 04589 074.0614 232.4010 0019966 109.7942 322.2961 14.40773342229514
+1 04594U 70089A   13117.81025748 -.00000011  00000-0  40419-4 0  6097
+2 04594 062.9492 264.4503 0937410 349.8740 148.5988 12.93789172 47596
+1 04597U 70089B   13117.04927928  .00000104  00000-0  85997-4 0  6324
+2 04597 062.9519 057.3193 0950356 354.2113 148.4232 12.94166933138677
+1 04598U 70091A   13117.17657438 -.00000067  00000-0  16072-4 0  6583
+2 04598 062.8186 184.4024 0957725 003.3632 026.5450 12.95512261  6039
+1 04603U 70025F   13116.84636082  .00001609  00000-0  16721-2 0  5751
+2 04603 099.5934 076.4164 0017826 257.3996 135.9376 13.77076458130227
+1 04607U 70025K   13117.18146462 -.00000135  00000-0 -44160-3 0    75
+2 04607 100.2082 056.6006 0617018 311.5763 183.2223 12.29963997931465
+1 04611U 70025P   13117.81326885  .00000418  00000-0  29419-3 0  6707
+2 04611 099.7815 043.6763 0142989 075.8609 318.8774 13.99382924184067
+1 04612U 70025Q   13117.83814697  .00001215  00000-0  89365-3 0  6839
+2 04612 099.6648 042.2689 0091430 310.0019 081.3298 13.95855884174334
+1 04613U 70025R   13117.50823326  .00001422  00000-0  74204-3 0  1856
+2 04613 098.9986 127.4567 0117439 205.4191 310.5996 14.12641781181765
+1 04614U 70025S   13116.41049581  .00000512  00000-0  47697-3 0  6590
+2 04614 100.0514 046.7142 0084939 060.1344 088.1584 13.85763094160471
+1 04615U 70025T   13116.95305161  .00000201  00000-0  28081-3 0  9199
+2 04615 100.1680 261.1619 0060724 029.1943 116.4032 13.70193253145323
+1 04616U 70089C   13116.53873285  .00000294  00000-0  31930-3 0   180
+2 04616 062.8218 269.8329 0929969 275.3152 111.9236 12.68833971952540
+1 04617U 70089D   13117.40818140  .00005271  00000-0  93823-3 0  4124
+2 04617 062.9111 216.5648 0526977 138.0025 262.6893 14.04903053 87265
+1 04621U 70089H   13115.91193756  .00002289  00000-0  62062-3 0  4949
+2 04621 062.9139 275.1854 0797779 083.7598 050.5665 13.40275327 34988
+1 04628U 70091H   13116.47851769  .00001035  00000-0  27842-3 0  1960
+2 04628 062.7771 117.9479 0482224 225.2712 282.0940 14.01453890 83262
+1 04629U 70091J   13116.84943090  .00000219  00000-0  14648-3 0  8376
+2 04629 062.8675 238.2314 0899770 265.2037 247.4521 13.00055967  5001
+1 04630U 70093A   13115.23687625 -.00000084  00000-0  10000-3 0  9348
+2 04630 007.2144 158.0691 1340094 044.8260 325.5071 01.20217743186126
+1 04632U 70093B   13117.03535434 -.00000091  00000-0  10000-3 0  1171
+2 04632 007.2148 157.4619 1347805 045.2159 325.2342 01.20232359 84703
+1 04634U 70091L   13117.00400498  .00001390  00000-0  31868-3 0  8038
+2 04634 062.7998 102.9354 0620545 145.9075 259.0668 13.81375383 76615
+1 04635U 70091M   13115.60294319  .00000099  00000-0  72367-4 0  3069
+2 04635 062.8100 144.9177 0942629 028.4026 105.7381 13.02818822 15448
+1 04636U 70025U   13115.86035670  .00000199  00000-0  29275-3 0  4339
+2 04636 099.9429 236.8059 0035553 059.4066 086.1093 13.66955524139126
+1 04637U 70025V   13117.33885406  .00000263  00000-0  39514-3 0  1655
+2 04637 099.6845 038.3540 0023158 227.2494 279.4931 13.62622972133906
+1 04638U 70025W   13117.01804638  .00005275  00000-0  20288-2 0  1384
+2 04638 099.9935 291.8616 0022773 030.0319 115.6558 14.30754503161435
+1 04639U 70025X   13117.43810685  .00000067  00000-0  21700-3 0  4670
+2 04639 099.7580 275.1746 0113954 018.0938 042.6117 13.32068108 90615
+1 04640U 70025Y   13117.11374471  .00000222  00000-0  49255-3 0  9982
+2 04640 099.7454 331.5947 0123269 031.0785 113.6120 13.36051590 91055
+1 04642U 70025AA  13117.71734375  .00150735  00000-0  66003-2 0  9561
+2 04642 099.8866 357.5124 0006847 146.4544 245.7988 15.21319985188097
+1 04643U 70025AB  13117.18793795  .00000096  00000-0  20901-3 0  9544
+2 04643 099.8647 012.6706 0011047 002.1043 153.9997 13.53669813122640
+1 04644U 70025AC  13117.50036119  .00000185  00000-0  32146-3 0  3481
+2 04644 100.0005 331.4577 0012189 119.5181 303.7654 13.57750218125873
+1 04645U 70025AD  13117.40075061 -.00000041  00000-0 -12582-4 0  9831
+2 04645 099.8808 272.0294 0329744 030.0684 003.5687 12.85652249 19057
+1 04648U 70025AG  13117.77098208  .00011150  00000-0  95714-3 0  3700
+2 04648 099.7952 301.5723 0063081 216.3705 143.3215 14.96174087258177
+1 04649U 70025AH  13116.85164056  .00002475  00000-0  46930-3 0   965
+2 04649 099.8683 064.9776 0105698 133.4856 261.7730 14.61953142239136
+1 04650U 70025AJ  13116.61548495  .00000506  00000-0  33301-3 0  6950
+2 04650 099.8961 110.2553 0124482 166.9013 193.5433 14.03361306183516
+1 04651U 70025AK  13117.36474656  .00001614  00000-0  12702-2 0  7101
+2 04651 100.1176 233.6421 0053632 187.8606 205.1343 13.92848476166205
+1 04652U 70025AL  13116.85813139  .00000786  00000-0  76402-3 0  1334
+2 04652 099.6305 090.7813 0032740 330.0360 061.6322 13.82629716152924
+1 04653U 70025AM  13117.17982273  .00001261  00000-0  62708-3 0  5176
+2 04653 100.0266 348.7664 0032133 128.1874 017.6570 14.18986575180689
+1 04654U 70025AN  13117.17457516  .00001265  00000-0  89443-3 0  3148
+2 04654 100.0222 076.9431 0037481 059.7938 061.5961 13.99686613166117
+1 04655U 70025AP  13116.22082100  .00000136  00000-0  21733-3 0  7998
+2 04655 100.0594 340.8740 0056081 062.2411 085.7534 13.67169229141962
+1 04656U 70025AQ  13117.36434219  .00000148  00000-0  23287-3 0  4230
+2 04656 099.5708 029.8602 0022806 064.9068 047.6289 13.66235549138056
+1 04657U 70025AR  13116.87515132  .00000328  00000-0  44325-3 0  6429
+2 04657 100.0700 048.0534 0016418 327.2869 063.6784 13.67883577138240
+1 04658U 70025AS  13117.83878810  .00002226  00000-0  19615-2 0   811
+2 04658 099.9308 038.0094 0027756 287.1548 104.1059 13.86297917151245
+1 04659U 70025AT  13116.65311965  .00000797  00000-0  79270-3 0  2091
+2 04659 100.1169 153.3737 0014053 161.3035 198.8634 13.81668633144097
+1 04660U 70025AU  13117.76162118  .01449133  00000-0  16378-1 0  5059
+2 04660 099.9777 178.8955 0019654 262.0972 097.8045 15.59375202189068
+1 04665U 70091S   13117.83183941  .00005565  00000-0  13549-2 0  8677
+2 04665 062.5405 062.9597 0821323 021.7671 005.6086 13.38326964  7238
+1 04667U 70089K   13117.05433911  .00002994  00000-0  10098-2 0  5457
+2 04667 062.9398 121.1105 0737201 012.9384 021.6848 13.43215833 39970
+1 04668U 70089L   13115.86209389 -.00000001  00000-0  52437-4 0  9463
+2 04668 062.9857 229.8649 0926407 279.9874 234.1450 12.86065536992480
+1 04672U 70025AV  13116.74571517  .00000137  00000-0  26907-3 0  7291
+2 04672 099.7920 021.0581 0037715 207.0101 186.8837 13.53520932120207
+1 04673U 70025AW  13116.96209800  .00010772  00000-0  25316-2 0  3158
+2 04673 099.0418 209.5774 0074233 187.4961 228.2271 14.52908986179544
+1 04675U 70025AY  13115.71608333  .00000002  00000-0  74585-4 0  1928
+2 04675 100.0590 000.9007 0000908 024.2447 008.8142 13.51081804121889
+1 04676U 70025AZ  13116.76665317  .00000015  00000-0  89690-4 0   364
+2 04676 099.9243 023.4146 0004507 003.6906 029.7154 13.54349681125089
+1 04677U 70025BA  13115.87855644  .00000217  00000-0  37005-3 0  3897
+2 04677 100.0204 065.4268 0009861 191.6997 202.0266 13.57047158127683
+1 04679U 70025BC  13115.78225728  .00000418  00000-0  57540-3 0  4017
+2 04679 100.0864 013.5948 0018962 040.3205 350.8494 13.64976565135045
+1 04681U 70025BE  13117.05583152  .00000357  00000-0  10401-2 0   832
+2 04681 099.8157 293.1991 0242854 249.1711 260.3245 13.06815211 48411
+1 04682U 70025BF  13116.19523590  .00000176  00000-0  48872-3 0  1820
+2 04682 099.7948 338.7240 0153165 331.5795 144.2779 13.22668391 73554
+1 04683U 70025BG  13117.47098889  .00000157  00000-0  39954-3 0  6624
+2 04683 100.1766 045.7818 0123254 249.2589 174.7325 13.32700709 88268
+1 04685U 70025BJ  13117.38000006  .00000250  00000-0  43466-3 0  2487
+2 04685 099.9304 053.7324 0053182 281.2359 225.5856 13.53857716119574
+1 04686U 70025BK  13117.10684395  .00000249  00000-0  42952-3 0  2204
+2 04686 100.3167 323.0091 0036968 033.4108 112.0932 13.55026917120698
+1 04687U 70025BL  13117.76824225  .00000093  00000-0  21591-3 0  9250
+2 04687 099.7901 017.6378 0028617 013.1030 019.2643 13.49715017117110
+1 04688U 70025BM  13115.84820589  .00000173  00000-0  33329-3 0  7188
+2 04688 100.0520 044.5099 0021597 175.6908 216.9334 13.51927931119175
+1 04689U 70025BN  13117.20407454  .00000174  00000-0  31718-3 0  6802
+2 04689 099.7787 021.7680 0070018 188.5970 327.6093 13.53924718121001
+1 04698U 70089Q   13116.37090683  .00000362  00000-0  26577-3 0  1352
+2 04698 063.1263 091.2721 0650319 190.1791 317.1201 13.35537552 30966
+1 04699U 70089R   13116.07832366  .00005807  00000-0  10856-2 0  5953
+2 04699 062.9463 316.6642 0585348 041.0250 096.5483 13.92319285 29923
+1 04705U 70025BT  13117.85632623  .00000286  00000-0  47821-3 0  1373
+2 04705 100.0539 074.1591 0043088 257.5036 129.4543 13.55420022120010
+1 04706U 70025BU  13115.70342509 -.00000001  00000-0  76295-4 0  3485
+2 04706 100.1469 355.5728 0033549 246.2287 146.5230 13.45213015112291
+1 04708U 70025BW  13115.77759176  .00001037  00000-0  10946-2 0  3293
+2 04708 100.0385 188.4685 0070717 290.8605 216.8105 13.76247207132941
+1 04709U 70025BX  13116.97740627  .00002471  00000-0  85779-3 0  8013
+2 04709 100.0164 220.1196 0108592 177.1401 236.3823 14.33406468212024
+1 04710U 70025BY  13117.51603506  .00000122  00000-0  24812-3 0  4029
+2 04710 100.0952 349.4690 0005001 159.6928 270.4237 13.54169144124080
+1 04711U 70089S   13116.42489296  .00001259  00000-0  51296-3 0  5284
+2 04711 063.1348 226.1848 0792067 163.6576 239.7094 13.27631769 35092
+1 04712U 70091T   13116.10720574  .00000635  00000-0  19563-3 0  7448
+2 04712 062.7882 094.7686 0572423 196.2134 247.1676 13.83044615 76133
+1 04715U 70025BZ  13116.73327074 -.00000235  00000-0 -17469-3 0  6838
+2 04715 099.4327 185.4907 0036149 249.4782 257.0343 13.82259624151155
+1 04716U 70025CA  13117.52489920  .00001419  00000-0  11357-2 0  2913
+2 04716 099.9986 145.2388 0010076 179.0847 330.0909 13.92738551155448
+1 04717U 70025CB  13116.28346402  .00000092  00000-0  20405-3 0  4220
+2 04717 099.9552 032.2807 0002429 178.6102 327.3732 13.53798344124151
+1 04718U 70025CC  13117.80965641  .00000319  00000-0  24165-3 0  7268
+2 04718 100.0319 041.3356 0104348 090.1589 304.4051 13.99701173182290
+1 04719U 70025CD  13116.11027913  .00000385  00000-0  32029-3 0  2876
+2 04719 099.9817 096.8152 0126342 333.1153 026.3494 13.92007723174356
+1 04720U 70025CE  13117.46545412  .00000560  00000-0  41397-3 0  7324
+2 04720 100.0162 269.3179 0096604 173.4056 219.9339 13.98007353179184
+1 04723U 70091U   13116.14894266  .00005877  00000-0  77670-3 0  7440
+2 04723 062.7474 148.3176 0354126 008.8350 027.5619 14.45674902122910
+1 04724U 70091V   13115.84308399  .00000699  00000-0  20445-3 0  9092
+2 04724 062.7936 050.4835 0530835 199.8444 199.5717 13.91910829 86365
+1 04727U 70091Y   13116.20044672  .00003580  00000-0  70641-3 0  3489
+2 04727 062.6901 183.5347 0599676 118.4697 280.8693 13.88363596 80955
+1 04728U 70091Z   13117.25123211  .00002219  00000-0  59483-3 0  5697
+2 04728 062.8916 031.5093 0790313 124.1145 243.7447 13.42179437 29943
+1 04733U 70025CG  13117.10621944  .00001045  00000-0  29177-3 0  6942
+2 04733 099.9192 310.1742 0132747 274.2933 233.8461 14.44059154229636
+1 04734U 70025CH  13117.06515719  .00000329  00000-0  34299-3 0  3582
+2 04734 100.1813 120.1024 0084643 190.0346 202.1549 13.82190711159249
+1 04735U 70025CJ  13115.87511069  .00002347  00000-0  83631-3 0  5975
+2 04735 099.6721 089.6049 0065309 165.2051 228.3991 14.34171167200285
+1 04736U 70025CK  13117.53701562  .00000842  00000-0  61558-3 0  6535
+2 04736 100.1077 317.5231 0098038 040.3331 320.5046 13.96992470175724
+1 04737U 70025CL  13117.16692366  .00001226  00000-0  79588-3 0   618
+2 04737 099.0671 355.3703 0036561 315.7820 190.5264 14.04216934170041
+1 04738U 70025CM  13117.84752402  .00001417  00000-0  98581-3 0    34
+2 04738 100.0964 227.4512 0057311 232.6326 274.0467 13.99951724166393
+1 04739U 70025CN  13117.50821405  .00000986  00000-0  91511-3 0  7806
+2 04739 099.9755 311.4788 0003491 093.2252 321.0069 13.85042452147884
+1 04741U 70025CQ  13116.95774042 -.00000152  00000-0 -68721-3 0  9368
+2 04741 100.2602 098.1856 0790822 126.6351 276.3514 11.93777468876808
+1 04742U 70025CR  13117.84258954  .00000109  00000-0  23162-3 0  5284
+2 04742 099.9233 039.5068 0020830 081.6003 310.1795 13.52977839121291
+1 04743U 70025CS  13117.80179406  .00000213  00000-0  37079-3 0  5654
+2 04743 099.8810 051.6210 0034630 355.5573 038.2649 13.55600086122819
+1 04744U 70025CT  13117.55449995  .00000116  00000-0  23461-3 0  2671
+2 04744 100.0599 355.7966 0015177 250.0429 171.5701 13.55633311125213
+1 04745U 70025CU  13117.62488824  .00000916  00000-0  81757-3 0   740
+2 04745 100.1086 331.9472 0030638 014.3151 018.8736 13.87381475154237
+1 04746U 70025CV  13117.78965395  .00005093  00000-0  16654-2 0  2422
+2 04746 100.0056 024.5587 0011697 037.9919 354.3644 14.39017694183553
+1 04748U 70025CW  13116.87292509  .00000297  00000-0  45242-3 0  8864
+2 04748 100.0548 078.7359 0004532 264.1186 121.4515 13.61181910129826
+1 04749U 70025CX  13117.17401743  .00000738  00000-0  79541-3 0   985
+2 04749 099.4203 006.5207 0014628 132.7340 023.0442 13.76740045141642
+1 04751U 70025CZ  13117.70113466  .00000588  00000-0  63032-3 0  3961
+2 04751 100.1360 155.9226 0007706 188.1916 320.3177 13.78483026143018
+1 04752U 70025DA  13116.99247878  .00001083  00000-0  79091-3 0  1834
+2 04752 099.9299 127.5326 0023226 111.3756 282.5658 13.98456073160618
+1 04753U 70025DB  13117.43860859  .00000826  00000-0  89794-3 0  4361
+2 04753 100.0136 270.0628 0008501 125.8972 267.9979 13.76230390141576
+1 04754U 70025DC  13117.32653601  .00002494  00000-0  16825-2 0  4069
+2 04754 099.6155 024.1835 0018727 257.6032 214.5315 14.01413074156604
+1 04755U 70025DD  13117.16920079  .00000990  00000-0  94128-3 0   459
+2 04755 100.1189 205.1481 0004134 268.2460 123.4114 13.83708025144893
+1 04756U 70025DE  13116.21257398  .00000045  00000-0  14757-3 0  7641
+2 04756 100.1080 009.5109 0027994 002.9337 142.9466 13.48322746115495
+1 04757U 70025DF  13116.68614713  .00000320  00000-0  48586-3 0  1974
+2 04757 099.8590 347.1052 0014428 038.4298 354.0759 13.60599713127838
+1 04759U 70025DH  13117.20612936  .00000470  00000-0  59127-3 0  6918
+2 04759 099.9540 211.5540 0002506 212.7734 174.3467 13.69869656137440
+1 04764U 70025DJ  13117.44580877  .00002902  00000-0  20920-2 0  1025
+2 04764 099.5139 190.7367 0034559 072.8518 055.7447 13.97322578150093
+1 04765U 70025DK  13117.69358333  .00001803  00000-0  56802-3 0  7982
+2 04765 099.6044 163.0188 0075721 312.7609 194.3240 14.40237088211018
+1 04766U 70025DL  13117.55509157  .00000038  00000-0  12453-3 0   874
+2 04766 100.1916 115.6473 0008896 351.2299 132.4833 13.55054127126952
+1 04767U 70025DM  13115.55681484  .00000242  00000-0  32506-3 0  8884
+2 04767 100.0526 319.7055 0051604 248.8500 144.9147 13.70556734144463
+1 04768U 70025DN  13117.45531014  .00000108  00000-0  18235-3 0  5734
+2 04768 100.1157 194.5659 0030389 273.7254 218.1209 13.68819989141319
+1 04769U 70025DP  13117.81883558  .00002981  00000-0  88597-3 0  6749
+2 04769 099.6228 167.9212 0061553 158.3122 263.4389 14.43001656173134
+1 04772U 70025DS  13116.58528554  .00000400  00000-0  96523-3 0  7235
+2 04772 099.7213 138.3571 0179680 140.7971 004.9594 13.22623368 67191
+1 04773U 70025DT  13116.81943815  .00000616  00000-0  97641-3 0  1711
+2 04773 099.8533 039.1540 0029521 269.9189 122.8406 13.53781861118393
+1 04774U 70025DU  13115.84269156  .00001015  00000-0  11700-2 0  6230
+2 04774 099.7200 062.3165 0045070 286.7438 090.0958 13.71540215130428
+1 04776U 70025DW  13117.44071251  .00001033  00000-0  91183-3 0  6332
+2 04776 100.1275 277.3818 0020799 067.2616 326.9586 13.87818343 70735
+1 04777U 70025DX  13116.82601525  .00001264  00000-0  12687-2 0   282
+2 04777 099.9174 232.2276 0008144 019.3972 126.6871 13.79786937142905
+1 04778U 70025DY  13116.82768036  .00000176  00000-0  32567-3 0  6203
+2 04778 099.8404 049.6771 0036839 056.9672 336.9808 13.53872141122210
+1 04783U 70102A   13116.83193773  .00000028  00000-0  52561-4 0  4814
+2 04783 074.0348 052.9307 0030127 042.2804 352.3431 13.74640281126757
+1 04784U 70102B   13117.74676726 -.00000032  00000-0 -93568-5 0  2504
+2 04784 074.0317 340.4359 0026793 324.4328 084.3262 13.76462593129326
+1 04786U 70103A   13116.84530829 -.00000026  00000-0  00000+0 0  4877
+2 04786 055.8664 265.9367 1343815 114.0159 049.7372 08.42042656304371
+1 04789U 70103B   13115.78593150  .00000014  00000-0  24829-2 0  4850
+2 04789 051.5868 244.1200 1798962 175.2380 344.2398 09.06798012404524
+1 04790U 70103C   13117.22854207 -.00000004  00000-0  19760-2 0  3886
+2 04790 051.5956 011.5396 1786519 079.7208 044.5823 09.05031504401905
+1 04793U 70106A   13117.16217095 -.00000061  00000-0 -90544-4 0  6195
+2 04793 102.0239 154.3906 0031643 274.8883 116.4785 12.53956615939643
+1 04794U 70106B   13115.74865428 -.00000053  00000-0 -43433-4 0  5608
+2 04794 101.9489 165.7728 0036743 299.6144 209.8668 12.53218640330492
+1 04799U 70108A   13117.03094818  .00000026  00000-0  49714-4 0  6502
+2 04799 074.0204 103.0615 0003862 353.2187 041.2708 13.76654442128715
+1 04800U 70108B   13116.84634894  .00000032  00000-0  53778-4 0  5070
+2 04800 074.0237 031.0701 0008531 062.8259 297.3732 13.78518420131184
+1 04814U 70113B   13117.17122259  .00003119  00000-0  14484-3 0  1744
+2 04814 081.1510 022.2489 0036133 175.7590 184.3954 15.19115381303760
+1 04818U 70025DZ  13115.67705185  .00000340  00000-0  93837-3 0  8376
+2 04818 099.8228 344.4267 0265554 089.6035 305.6568 13.08331928 52108
+1 04819U 70025EA  13116.59857711  .00001782  00000-0  10885-2 0  5494
+2 04819 100.1102 141.0780 0049228 113.0944 032.4954 14.06921510164824
+1 04820U 70025EB  13117.19103508  .00003173  00000-0  16533-2 0  4177
+2 04820 099.7016 178.1018 0033476 253.3614 106.3880 14.15102695157149
+1 04821U 70025EC  13117.32003491  .00000088  00000-0  18843-3 0  2585
+2 04821 099.7971 037.4469 0009128 315.3964 190.6754 13.56655124125427
+1 04822U 70025ED  13116.85121087  .00003149  00000-0  23159-2 0  7351
+2 04822 099.3374 059.4739 0063786 354.3673 039.0020 13.95420818117061
+1 04823U 70089T   13116.16825287  .00001085  00000-0  94942-3 0  9111
+2 04823 063.0138 081.4971 0975182 042.7992 324.4862 12.62708399947865
+1 04841U 68055D   13117.19353407  .00000051  00000-0  13709-3 0  9074
+2 04841 120.7135 207.1649 2697225 308.8453 060.4646 09.28225218983196
+1 04842U 70025EE  13117.35614520  .00002319  00000-0  18442-2 0   493
+2 04842 099.9194 020.4101 0017411 086.9280 022.9001 13.92253107152416
+1 04843U 67034E   13116.05385318  .00000103  00000-0  14518-3 0  2937
+2 04843 090.3959 310.2899 0027832 013.7243 132.5369 13.51570955625508
+1 04851U 70025EF  13117.38132380  .00005665  00000-0  18231-2 0  8902
+2 04851 099.8745 053.0432 0007558 155.7532 325.9538 14.39761896178726
+1 04852U 70025EG  13117.37990605  .00003589  00000-0  95071-3 0   446
+2 04852 099.6957 166.1445 0029036 196.0533 292.7602 14.49264049200665
+1 04853U 70025EH  13117.06712084  .00007693  00000-0  16223-2 0  8197
+2 04853 099.7068 250.5612 0032687 261.2960 160.2658 14.59439902206387
+1 04854U 70025EJ  13117.65781097  .00000112  00000-0  22687-3 0  9544
+2 04854 099.7896 017.3024 0018341 013.4864 055.9856 13.55129883122548
+1 04855U 70025EK  13115.18874015  .00000316  00000-0  41412-3 0    21
+2 04855 099.9477 181.6176 0016962 083.5355 342.7813 13.69955062139177
+1 04856U 70025EL  13117.05517461  .00000301  00000-0  18977-3 0  4421
+2 04856 099.7884 147.6413 0161214 117.8849 271.7999 14.06201869195678
+1 04857U 70025EM  13117.70594537  .00001073  00000-0  62647-3 0  9552
+2 04857 099.7362 210.3406 0058501 093.0609 071.2967 14.10015211144416
+1 04859U 70025EP  13116.37815021  .00000487  00000-0  75083-3 0  7521
+2 04859 099.9642 066.2903 0054521 025.0824 120.3447 13.56276208116561
+1 04861U 70025ER  13117.58362172  .00005285  00000-0  12866-2 0   895
+2 04861 099.7166 232.6213 0031243 074.5863 046.8158 14.52974727203830
+1 04864U 70025EU  13116.12523538  .00000186  00000-0  36771-3 0  6468
+2 04864 099.5032 058.7184 0045763 228.4474 250.5840 13.47996130114352
+1 04867U 70025EX  13116.47132677  .00000804  00000-0  55694-3 0  5066
+2 04867 099.6793 101.3367 0139501 135.0254 010.7199 13.97542841183924
+1 04868U 70025EY  13115.77756874  .00000883  00000-0  71399-3 0  8138
+2 04868 099.6778 214.0588 0057828 322.5331 202.8973 13.92435490165936
+1 04871U 70025FB  13117.35049186  .00006416  00000-0  15810-2 0  8749
+2 04871 099.7307 258.6138 0029658 101.5782 311.4142 14.52333421203766
+1 04881U 71006A   13115.26252161 -.00000084  00000-0  10000-3 0  1844
+2 04881 013.7917 333.1103 0010741 336.4027 023.4949 00.98837977 74182
+1 04882U 71006B   13117.80322713 -.00000092  00000-0  21139-2 0  1672
+2 04882 028.2885 006.1672 7181736 042.7590 004.0139 02.20647179340438
+1 04895U 69082HE  13117.55030102  .00000539  00000-0  21384-3 0  8762
+2 04895 070.1734 158.8457 0048950 282.0776 198.0826 14.33238269254440
+1 04902U 71009A   13115.59547271 -.00000120  00000-0  10000-3 0  9294
+2 04902 011.1781 322.6689 0007380 087.7484 272.2478 01.00273520 70502
+1 04903U 71009B   13116.75805259  .00010226  00000-0  20981-2 0  5861
+2 04903 025.4075 179.2618 6182734 237.9184 219.3681 03.77155508404661
+1 04907U 65082SV  13117.78132300  .00000356  00000-0  71608-4 0  6872
+2 04907 032.4874 356.0337 0050413 267.9581 149.0587 14.55951068517638
+1 04910U 70025FG  13117.11727766  .00002216  00000-0  17586-2 0  2238
+2 04910 099.4574 342.8675 0125206 085.5817 068.0783 13.88795933135253
+1 04911U 70025FH  13116.80924429  .00001011  00000-0  53730-3 0  5393
+2 04911 099.9487 038.9269 0075338 294.2584 098.3185 14.14842985190763
+1 04912U 70025FJ  13117.51464146  .00001272  00000-0  77040-3 0  1887
+2 04912 099.7565 099.5555 0047059 248.3359 230.1139 14.08017687176191
+1 04913U 70025FK  13117.63789370  .00000612  00000-0  43133-3 0  5191
+2 04913 099.9180 134.0144 0140453 118.6421 357.4158 13.97698477183479
+1 04914U 70025FL  13117.71753571  .00000043  00000-0  11616-3 0  5330
+2 04914 099.4455 187.3141 0091661 212.5139 294.4023 13.57598182122892
+1 04917U 70025FP  13116.81341175  .00005229  00000-0  11050-2 0  8500
+2 04917 099.7375 311.8233 0031250 298.5454 061.2596 14.59570828207166
+1 04918U 70025FQ  13116.31896215  .00000147  00000-0  38826-3 0  4316
+2 04918 099.5147 232.7908 0165771 075.0221 347.9898 13.26671075 77363
+1 04919U 70025FR  13117.42720987  .00000952  00000-0  62960-3 0  3232
+2 04919 100.1089 298.3078 0049399 137.4218 282.6100 14.03967295174299
+1 04920U 70025FS  13117.22776002  .00000174  00000-0  34508-3 0  1120
+2 04920 099.4567 223.1539 0094167 122.8550 267.9630 13.46979272107328
+1 04921U 70025FT  13117.61029120  .00001726  00000-0  80267-3 0  2315
+2 04921 099.7341 005.9396 0061539 046.0294 019.5416 14.21130351189445
+1 04922U 71010A   13117.26478751  .00001271  00000-0  59568-4 0    55
+2 04922 065.8293 052.0178 0023662 305.0759 054.8160 15.24253910322624
+1 04928U 70025FU  13116.50022855  .00000298  00000-0  11433-2 0  1058
+2 04928 099.7093 308.0476 0438738 262.9903 126.9164 12.70427294989197
+1 04929U 70025FV  13115.44402354  .00000161  00000-0  73576-3 0  5631
+2 04929 099.6802 100.1562 0455968 262.2624 258.4104 12.62847674978472
+1 04932U 70025FY  13117.73082788  .00001159  00000-0  11271-2 0  1271
+2 04932 099.7652 202.6612 0031741 043.0860 111.8919 13.81562162137921
+1 04934U 70025GA  13117.80690164  .00000436  00000-0  54905-3 0  5086
+2 04934 100.1138 308.6735 0006608 166.5419 312.0746 13.70385668138709
+1 04935U 70025GB  13117.45602956  .00000484  00000-0  49344-3 0  5264
+2 04935 099.9354 297.9321 0065800 309.6912 102.9674 13.81378253153845
+1 04938U 69082HJ  13117.50519823  .00001372  00000-0  33293-3 0  4187
+2 04938 070.1376 280.0347 0031358 329.4463 087.9852 14.54715415270954
+1 04941U 70091AJ  13117.31836697  .00007411  00000-0  70919-3 0  4965
+2 04941 062.7538 187.4808 0269479 007.5607 059.4470 14.70404228130497
+1 04942U 70091AK  13117.72689279 -.00000028  00000-0  41252-4 0  3071
+2 04942 063.0984 020.0647 0842708 308.6666 071.0957 12.92826923994694
+1 04943U 70025GD  13116.95648742  .00000434  00000-0  12051-2 0  1142
+2 04943 099.6045 117.5760 0230315 143.4300 252.4031 13.09153950 53855
+1 04945U 70025GF  13117.26457519  .00001075  00000-0  10705-2 0  9086
+2 04945 099.8405 217.2436 0105460 083.0479 311.9304 13.78120682131476
+1 04946U 70025GG  13115.80647162  .00000724  00000-0  80282-3 0  1596
+2 04946 099.6777 067.3183 0013527 231.9335 155.1921 13.75260531142141
+1 04948U 70025GJ  13117.54783041  .00000709  00000-0  11272-2 0   233
+2 04948 099.4357 140.3872 0218942 210.9453 271.4190 13.43754038 92530
+1 04950U 70025GL  13117.10319884 -.00000293  00000-0 -65140-3 0  9770
+2 04950 099.7766 341.0577 0221329 289.9024 229.1710 13.09232579 55670
+1 04951U 70025GM  13117.32302705  .00000163  00000-0  28411-3 0  7579
+2 04951 100.0854 250.7854 0018400 190.0811 232.3365 13.59367017130441
+1 04952U 71011A   13117.15233088  .00000091  00000-0  36080-4 0  4124
+2 04952 029.6683 032.5294 0079803 066.1977 080.4847 13.58397898 95998
+1 04953U 71012A   13116.49482568  .00000217  00000-0  82927-4 0  9857
+2 04953 098.3789 266.0338 0039021 022.5848 018.4958 14.39350982208211
+1 04954U 71012B   13117.09124716  .00000214  00000-0  85434-4 0  8596
+2 04954 098.5660 277.2287 0038755 139.7115 284.2546 14.37415164206418
+1 04964U 71015A   13117.50576325 -.00000055  00000-0  10584-4 0  6522
+2 04964 065.7232 218.7615 1030339 004.3524 092.8898 12.73877010958852
+1 04968U 70025GN  13115.86375001  .00000163  00000-0  27902-3 0  3247
+2 04968 100.0902 254.5340 0020933 125.1337 021.9046 13.60681100131703
+1 04970U 70025GQ  13117.31960302  .00000263  00000-0  43309-3 0  5989
+2 04970 099.7531 031.1621 0038847 025.3964 098.1043 13.56666392123704
+1 04971U 70025GR  13117.63221963  .00000139  00000-0  58509-3 0  8936
+2 04971 099.8853 165.9019 0344620 291.1613 197.1559 12.82811591 12455
+1 04973U 70025GT  13117.53737888  .00001023  00000-0  76044-3 0  4635
+2 04973 100.0346 103.9351 0084900 218.3627 266.6391 13.96081933169003
+1 04977U 70025GX  13116.94837164  .00000044  00000-0  13953-3 0  6387
+2 04977 100.2363 107.2291 0020479 159.3112 219.2593 13.51689110121842
+1 04979U 70025GZ  13117.42577450  .00000057  00000-0  14319-3 0   893
+2 04979 100.0775 170.0434 0013197 187.8196 293.0632 13.58545530130155
+1 04980U 70025HA  13117.65971618  .00000179  00000-0  30126-3 0    28
+2 04980 099.7170 014.9321 0009600 103.7784 321.7544 13.59590140128106
+1 04982U 70025HC  13117.31584771  .00000138  00000-0  32709-3 0  6337
+2 04982 099.8095 229.4292 0081415 103.2758 291.5731 13.39495946100989
+1 04986U 70025HG  13116.27508299  .00000033  00000-0  13765-3 0  2461
+2 04986 100.0680 016.1548 0053692 214.6906 263.9696 13.42099208106840
+1 04987U 70025HH  13117.19098862  .00000054  00000-0  15495-3 0  3954
+2 04987 099.6252 208.2838 0039358 200.1872 189.7171 13.48347054116520
+1 04988U 70025HJ  13117.02269059  .00000362  00000-0  52295-3 0  5419
+2 04988 100.0262 283.2925 0017003 148.5801 357.9370 13.62915653129569
+1 04989U 70025HK  13116.03964685  .00001305  00000-0  16988-2 0  8168
+2 04989 099.6234 281.5315 0138163 176.4741 304.1803 13.59947262106613
+1 04990U 70025HL  13117.60839932  .00001074  00000-0  89825-3 0  9514
+2 04990 100.0398 142.6897 0064411 197.4706 287.6329 13.89911274151449
+1 04991U 70025HM  13117.69883462 -.00000056  00000-0 -13795-4 0   900
+2 04991 100.1555 162.2835 0020875 031.6309 115.2794 13.53252685125628
+1 04992U 70025HN  13116.03582800  .00000104  00000-0  20532-3 0  3338
+2 04992 100.1219 142.5382 0016237 098.0670 315.9224 13.59384550130838
+1 04993U 70025HP  13117.09845124  .00000504  00000-0  40230-3 0  5127
+2 04993 100.1694 038.0824 0098112 084.9004 030.6649 13.94213680169202
+1 04996U 70025HS  13115.67630321  .00001672  00000-0  13354-2 0  5979
+2 04996 100.3651 276.9511 0087692 122.8657 005.8072 13.90869361147640
+1 04997U 70025HT  13117.46336943  .00000465  00000-0  40106-3 0   231
+2 04997 099.9853 302.1575 0048799 307.4850 105.8102 13.91871426165732
+1 04998U 70025HU  13117.72619774 -.00000038  00000-0  11347-4 0  1578
+2 04998 099.9596 015.5298 0010247 057.1192 336.8120 13.52689625124746
+1 05000U 70025HW  13117.40467126  .00000482  00000-0  16549-2 0  7856
+2 05000 099.7669 283.2629 0501754 198.6383 234.0258 12.66882901983653
+1 05010U 71015D   13116.83034225  .00002606  00000-0  93856-3 0  6376
+2 05010 065.8515 352.8573 0723918 053.5114 062.3056 13.43042935999474
+1 05011U 71015E   13116.82521427  .00001388  00000-0  38167-3 0    27
+2 05011 065.6760 087.3311 0558298 171.7551 273.5530 13.85148189 48696
+1 05012U 71015F   13117.54316095  .00003038  00000-0  80399-3 0  7071
+2 05012 065.7542 264.5012 0576798 081.6804 284.9207 13.81613200 27048
+1 05013U 71015G   13115.84716498  .00001788  00000-0  77841-3 0  7432
+2 05013 065.7932 043.1710 0887413 045.6623 352.9437 13.05764120975784
+1 05014U 71015H   13117.13450412  .00001374  00000-0  43224-3 0  7381
+2 05014 065.5947 348.6372 0686490 220.3930 290.4386 13.56588332 20034
+1 05015U 71015J   13117.63603755  .00000653  00000-0  24331-3 0  8341
+2 05015 065.7118 293.0825 0727884 346.9804 073.9515 13.45155194 15677
+1 05016U 71015K   13117.28223397  .00001003  00000-0  35515-3 0  6594
+2 05016 065.8225 036.4272 0749494 193.1968 317.0213 13.41162085  5654
+1 05017U 71015L   13115.81468616  .00001005  00000-0  41195-3 0  5397
+2 05017 065.7170 217.3343 0777950 098.7971 040.4760 13.30077937998029
+1 05018U 71015M   13117.60553302 -.00000045  00000-0  16017-4 0  1727
+2 05018 065.7128 320.5405 1007850 345.2418 012.1049 12.79152974965309
+1 05019U 71015N   13117.84264532  .00002037  00000-0  54084-3 0  3750
+2 05019 065.6950 018.5848 0576438 187.7727 210.0624 13.82280897 41248
+1 05020U 70089W   13116.47644757  .00001266  00000-0  38077-3 0  3017
+2 05020 062.9231 294.2835 0812401 058.7637 341.2853 13.35296177 34846
+1 05024U 70025HY  13117.31462903  .00000932  00000-0  50253-3 0  1192
+2 05024 099.8100 228.4698 0096697 106.7486 288.2627 14.13216121192333
+1 05025U 70025HZ  13117.77607689  .00000189  00000-0  37485-3 0  9021
+2 05025 099.9777 043.9434 0043542 217.5763 160.6814 13.48628728112388
+1 05026U 70025JA  13116.66956690  .00000758  00000-0  93748-3 0  2184
+2 05026 100.1954 009.0876 0037626 357.6075 035.9944 13.68529367126869
+1 05028U 70089Z   13117.53584115  .00001249  00000-0  55440-3 0  2253
+2 05028 063.2373 148.7327 0881529 144.4509 357.8456 13.07459493995807
+1 05036U 70067C   13117.58558245  .00001109  00000-0  55823-3 0  1493
+2 05036 089.8830 312.5311 0028480 113.8941 279.3131 14.15659053175050
+1 05042U 71015P   13117.10282745  .00002475  00000-0  75478-3 0  9922
+2 05042 065.6199 129.4477 0719138 276.2620 113.7158 13.50428034997222
+1 05050U 71020A   13117.11180039 -.00000074  00000-0  64617-5 0  6635
+2 05050 065.8237 115.0913 0015079 291.7016 102.8474 13.72102779109770
+1 05051U 71020B   13115.88168339  .00000047  00000-0  13084-3 0  5275
+2 05051 065.8169 299.4431 0060429 284.0817 225.0393 13.75657824113604
+1 05052U 71020C   13116.38943022 -.00000023  00000-0  61527-4 0  1606
+2 05052 065.8210 082.6236 0013112 296.0049 231.0350 13.73210541110341
+1 05060U 70025JE  13116.45706633  .00000377  00000-0  21327-3 0  7927
+2 05060 100.0381 285.7169 0154534 319.6023 072.7914 14.11427507199539
+1 05061U 70025JF  13116.35080438  .00008087  00000-0  17166-2 0  9748
+2 05061 099.7000 248.9168 0022705 259.6922 126.0290 14.59288794206126
+1 05063U 70025JH  13117.32788796  .00003471  00000-0  16767-2 0   143
+2 05063 099.8658 142.1262 0019025 086.8497 040.3620 14.19261344163930
+1 05066U 70025JL  13117.42925505  .00000835  00000-0  64318-3 0  7085
+2 05066 099.8975 273.1587 0068630 017.2958 045.0926 13.95163685170296
+1 05067U 70025JM  13117.60940234  .00000198  00000-0  31710-3 0   166
+2 05067 100.0854 154.8877 0006934 063.9830 102.2269 13.62434154131649
+1 05076U 70089AP  13117.31246334  .00000296  00000-0  15722-3 0  7075
+2 05076 062.7925 144.6502 1020103 016.5649 066.4803 12.82769745979251
+1 05088U 71015Q   13115.88069573  .00000178  00000-0  10407-3 0  6697
+2 05088 065.7134 031.4001 0841083 183.4309 216.8720 13.17166351992785
+1 05091U 71015S   13116.50726079  .00001635  00000-0  48511-3 0  2144
+2 05091 065.7177 156.9375 0604422 162.5340 345.1380 13.73395808 38478
+1 05094U 71015U   13117.49087145  .00003310  00000-0  85410-3 0  4110
+2 05094 065.6901 166.3202 0583178 336.0120 131.5162 13.81342925 16367
+1 05097U 71015W   13116.66917339  .00000749  00000-0  32373-3 0   881
+2 05097 065.7413 168.7030 0809203 068.8805 067.2118 13.23207099999920
+1 05098U 71015X   13115.79697065  .00001575  00000-0  62564-3 0  2724
+2 05098 065.8409 008.6349 0766033 049.5674 348.6183 13.32303528  8748
+1 05103U 71015AC  13117.08771771  .00006568  00000-0  99208-3 0  9068
+2 05103 065.7482 091.7337 0360141 287.2902 190.6564 14.39482866 97523
+1 05104U 71024A   13117.53139963  .00000003  00000-0 -43066-4 0   512
+2 05104 088.1708 002.1029 0044794 149.6434 260.5694 12.67814366946967
+1 05105U 71025A   13117.50833715 -.00000092  00000-0 -62175-5 0  5424
+2 05105 064.9819 213.9094 0042977 352.5064 087.8260 13.72991589109186
+1 05106U 71024B   13117.78191725 -.00000002  00000-0 -66266-4 0  7249
+2 05106 088.1716 359.9464 0045425 093.1695 295.7484 12.68740979948191
+1 05117U 71028A   13117.12339134  .00002565  00000-0  12882-3 0  1355
+2 05117 081.2691 321.8249 0015306 255.0970 253.1319 15.16847140282132
+1 05118U 71028B   13117.12757316  .00001422  00000-0  94275-4 0  2687
+2 05118 081.2370 081.3475 0044039 259.6333 099.9925 15.05868552275964
+1 05126U 71011B   13116.48501686  .00000115  00000-0  47197-4 0  5135
+2 05126 029.6815 241.7425 0012280 044.9491 315.2078 13.75885549122372
+1 05129U 70025JN  13117.50948141  .00000897  00000-0  14156-2 0  1700
+2 05129 099.2900 099.5827 0205926 266.3948 213.8083 13.44536371 86602
+1 05131U 71015AE  13117.54916105  .00028721  00000-0  13225-2 0  4044
+2 05131 065.6461 174.3512 0111861 061.3713 052.0276 15.14722364104992
+1 05144U 71015AG  13117.17185939  .00002154  00000-0  62346-3 0  9114
+2 05144 065.7232 012.8913 0608677 179.5528 327.2355 13.72995501 32842
+1 05146U 70025JQ  13117.44260071  .00000030  00000-0  10076-3 0  2215
+2 05146 100.0210 165.6563 0044145 177.9092 309.6916 13.61577341136155
+1 05149U 70025JS  13117.40136554  .00001257  00000-0  71492-3 0  5104
+2 05149 099.6233 057.8109 0064444 181.6632 301.6457 14.10884790182214
+1 05150U 70025JT  13116.76927514  .00000900  00000-0  84020-3 0  2289
+2 05150 099.4373 045.4835 0096903 277.2945 112.8517 13.82658147144605
+1 05151U 70025JU  13117.00760823  .00000283  00000-0  43062-3 0  3686
+2 05151 100.1405 117.5060 0000715 308.9881 084.9760 13.61803075630068
+1 05153U 70025JW  13116.83267373  .00000331  00000-0  54943-3 0  6159
+2 05153 100.0351 070.8143 0033019 262.3079 126.7817 13.54641250118894
+1 05154U 70025JX  13117.13346284  .00003569  00000-0  14229-2 0  1730
+2 05154 099.8650 345.4817 0006082 288.5534 226.1685 14.29309853174508
+1 05155U 71015AJ  13115.86186612  .00002025  00000-0  45533-3 0  3681
+2 05155 065.3573 059.2233 0511138 256.4940 128.1587 14.00442179 65971
+1 05156U 71015AK  13116.79735577  .00000781  00000-0  27659-3 0  6415
+2 05156 065.6896 266.9016 0724589 022.3995 340.7057 13.46838795 15213
+1 05165U 70025JY  13116.84190812  .00007261  00000-0  16913-2 0  9624
+2 05165 099.7206 243.9582 0023965 024.0567 128.6223 14.55012996204488
+1 05174U 71035A   13117.48849192  .00000122  00000-0  53975-4 0  9876
+2 05174 074.0455 237.7672 0018044 156.8516 272.8937 14.32811113193250
+1 05175U 71035B   13116.50082207 -.00000127  00000-0 -33700-4 0  1126
+2 05175 074.0469 111.4000 0030893 333.5638 026.3938 14.37244948197588
+1 05180U 71038A   13116.13389366  .00000392  00000-0  10556-2 0  5533
+2 05180 074.0043 040.6233 0022275 129.6014 334.2755 13.17720788 20110
+1 05181U 71038B   13116.11672017 -.00000068  00000-0 -11806-3 0  1279
+2 05181 073.9989 292.0890 0055420 015.4510 121.7572 13.20578845 24255
+1 05183U 70025JZ  13117.32745466  .00000523  00000-0  60855-3 0   966
+2 05183 100.0034 037.6953 0034475 352.5588 125.1816 13.73815758144954
+1 05184U 70025KA  13117.12481579  .00013553  00000-0  12263-2 0  8938
+2 05184 099.3538 053.9956 0031833 202.2872 285.5432 14.95194031229723
+1 05185U 70025KB  13116.11344921  .00001187  00000-0  11322-2 0   269
+2 05185 099.6810 323.0503 0075725 358.6862 123.2861 13.81571731136161
+1 05186U 70025KC  13117.79080862  .00014996  00000-0  18744-2 0  7215
+2 05186 099.9614 195.1363 0021577 290.9718 216.4009 14.82307421710389
+1 05187U 71015AM  13116.47193219  .00001655  00000-0  57875-3 0  6712
+2 05187 065.6553 120.4340 0685581 088.4131 048.1183 13.52102308 18521
+1 05188U 70089AZ  13116.63303999 -.00000039  00000-0  35703-4 0  9412
+2 05188 063.9968 338.6350 0917218 307.2927 044.7791 12.58305967268016
+1 05189U 70089BA  13116.02832381  .00005035  00000-0  61349-3 0  5519
+2 05189 062.5963 065.4858 0382013 143.4371 295.0428 14.44129451590124
+1 05192U 71015AP  13116.82874359  .00008723  00000-0  16976-2 0  5480
+2 05192 065.5687 243.9984 0435607 220.4357 308.4937 14.17166152 78589
+1 05197U 71015AT  13116.73642226  .00002899  00000-0  11571-2 0  4530
+2 05197 065.5416 225.5361 0780592 168.5921 338.1822 13.28467300993022
+1 05203U 70025KE  13117.35866861  .00000773  00000-0  19476-2 0  3428
+2 05203 099.8930 043.8027 0227347 082.7079 061.5879 13.13561627 52369
+1 05210U 71041A   13115.77825153 -.00000016  00000-0  16745-5 0  8142
+2 05210 074.0177 008.4444 0112382 199.9957 194.5785 12.64912938938022
+1 05211U 71041B   13117.50688685  .00000002  00000-0  13076-3 0  9049
+2 05211 074.0159 246.2094 0035551 322.2228 104.3415 12.39821892139044
+1 05212U 71041C   13117.45712307 -.00000013  00000-0  19374-4 0   360
+2 05212 074.0139 096.8917 0020900 120.4860 025.0402 12.43788323906018
+1 05213U 71041D   13115.73354900 -.00000016  00000-0 -45263-5 0  7741
+2 05213 074.0148 182.9804 0041928 103.3958 043.6258 12.51076696916931
+1 05214U 71041E   13116.13886148 -.00000032  00000-0 -10959-3 0   621
+2 05214 074.0151 321.1095 0032164 286.8097 222.5949 12.47420796911364
+1 05215U 71041F   13116.13243141  .00000005  00000-0  12576-3 0  7905
+2 05215 074.0148 276.7151 0077188 150.4754 259.6069 12.57994359927521
+1 05216U 71041G   13115.65534766 -.00000043  00000-0 -14779-3 0  7932
+2 05216 074.0128 146.3909 0095707 001.1502 147.4657 12.61373446932675
+1 05217U 71041H   13116.79058096 -.00000028  00000-0 -69799-4 0  8876
+2 05217 074.0176 049.9653 0060472 306.3343 085.9793 12.54507344922277
+1 05218U 71041J   13115.77575440 -.00000011  00000-0  40415-4 0    81
+2 05218 074.0284 187.0064 0067275 280.6485 229.8771 12.32171124103744
+1 05220U 70025KG  13117.48055787  .00000080  00000-0  32903-3 0   797
+2 05220 099.8466 093.0610 0401091 257.6216 228.0365 12.88517270 12679
+1 05222U 71015AW  13116.84834385  .00001072  00000-0  39155-3 0  5262
+2 05222 065.7281 019.1556 0738820 318.5726 067.8759 13.41800280 14115
+1 05225U 70102D   13117.73115671  .00000253  00000-0  22847-3 0  6317
+2 05225 074.0263 017.3950 0017271 314.0607 076.6902 13.88954759140411
+1 05238U 71046A   13117.52817104 -.00000023  00000-0 -70681-6 0  3794
+2 05238 074.0195 183.8134 0013848 110.5775 348.4053 13.71973526 99519
+1 05239U 71046B   13116.56925738  .00000135  00000-0  16787-3 0  4787
+2 05239 074.0218 120.5661 0010669 015.9561 132.1549 13.73752501101879
+1 05240U 70089BF  13117.54777098  .00000506  00000-0  43504-3 0   941
+2 05240 062.8554 230.7120 0928882 122.6222 331.8567 12.75410719956147
+1 05265U 65065Q   13116.86034706  .00000148  00000-0  25155-3 0  5053
+2 05265 090.0698 243.2666 0038832 344.1094 162.2354 13.40957416329366
+1 05272U 71015BB  13117.01288422  .00000751  00000-0  32012-3 0  8870
+2 05272 065.5613 095.9307 0780609 123.8839 282.2238 13.29215326  5748
+1 05277U 71015BE  13117.74264950  .00000025  00000-0  47295-4 0  2604
+2 05277 065.7366 054.1728 0923978 157.8245 292.5700 12.96896736638956
+1 05280U 71015BF  13108.77773317  .00000713  00000-0  28714-3 0  4467
+2 05280 065.6647 352.0492 0799523 213.1624 216.9436 13.28226478  2275
+1 05300U 71035C   13117.66051880  .00002780  00000-0  36118-3 0  5154
+2 05300 074.0286 192.1214 0005634 096.3850 056.5785 14.81226059218506
+1 05301U 71035D   13117.58161248  .00001049  00000-0  21833-3 0  6073
+2 05301 074.0337 164.7177 0011503 128.1043 023.4364 14.61303579207366
+1 05322U 68097CJ  13116.79455979  .00001159  00000-0  86748-3 0  2905
+2 05322 061.2856 106.1641 0762499 104.4230 323.1847 13.08149293 83539
+1 05337U 70089BS  13116.29599000  .00001379  00000-0  14152-2 0  7519
+2 05337 062.9645 213.5340 0782218 269.0600 122.0660 12.89346953532187
+1 05347U 70025KL  13117.36611685  .00000510  00000-0  52328-3 0  5559
+2 05347 099.9213 046.9513 0046564 094.9737 027.0575 13.81098023 93627
+1 05349U 70025KN  13117.69034971  .00002259  00000-0  18061-2 0  7182
+2 05349 099.8492 278.3707 0077829 153.1539 336.1286 13.90644514 77761
+1 05358U 70086D   13116.40123001  .00003801  00000-0  44715-3 0  5829
+2 05358 074.0320 262.9359 0003590 254.7300 136.1435 14.85219813291729
+1 05359U 70025KQ  13116.67432576  .00000448  00000-0  58142-3 0  6040
+2 05359 100.0052 178.9684 0003137 037.7427 108.4807 13.68216725135906
+1 05360U 71024C   13116.64372934 -.00000007  00000-0 -91070-4 0  9156
+2 05360 088.2988 167.1745 0043594 134.9975 011.3718 12.67813221946725
+1 05361U 66025G   13117.70851986  .00002276  00000-0  97608-3 0  1881
+2 05361 144.6189 057.8530 0038480 161.7503 240.7520 14.16370313682841
+1 05384U 71067N   13117.43735300  .00000278  00000-0  11140-3 0  4553
+2 05384 087.6274 252.2849 0082780 162.6235 262.3850 14.23042276160585
+1 05387U 70025KS  13117.46177693  .00002407  00000-0  19273-1 0  8662
+2 05387 101.0432 075.4902 0543079 211.3293 270.1849 12.01554902742780
+1 05388U 70025KT  13115.70333753  .00000361  00000-0  77220-3 0   879
+2 05388 099.8531 180.3780 0141109 226.4237 281.0875 13.33843708 85138
+1 05389U 70025KU  13116.42196990 -.00000074  00000-0 -85079-4 0  5746
+2 05389 099.8179 089.7466 0202836 220.8641 308.2217 13.10573478 59123
+1 05390U 70025KV  13115.99598470  .00000651  00000-0  67894-3 0  8407
+2 05390 100.1094 132.5109 0056673 144.4415 269.6431 13.78976568146456
+1 05392U 70025KX  13117.54192559  .00000776  00000-0  56069-3 0  7005
+2 05392 100.0365 221.1128 0052158 205.2241 283.0085 13.99558576171373
+1 05395U 71067K   13117.18981407  .00000545  00000-0  18013-3 0  8038
+2 05395 087.6262 210.7092 0063859 124.2676 236.4592 14.35107247168252
+1 05397U 71067B   13116.96716837  .00000123  00000-0  50292-4 0  4054
+2 05397 087.6251 277.8233 0084983 110.4548 047.2026 14.17136197154777
+1 05398U 71067E   13117.18473740  .00000531  00000-0  18683-3 0  7708
+2 05398 087.6276 222.4308 0064254 222.2479 214.4826 14.32082305186272
+1 05414U 71015BL  13116.13925779 -.00000036  00000-0  27961-4 0  6551
+2 05414 066.7668 132.0433 0082101 020.1950 039.2165 14.01366656152732
+1 05416U 71015BN  13117.11745994  .00000687  00000-0  83109-3 0  7626
+2 05416 065.7898 007.6495 0057874 120.0866 028.5021 13.72181916632958
+1 05422U 70025LA  13117.11443575  .00001220  00000-0  63420-3 0  6338
+2 05422 100.0540 283.5974 0113211 031.0802 034.9630 14.13693033174411
+1 05426U 71069C   13116.38746262  .00001381  00000-0  27646-3 0   228
+2 05426 049.5358 101.9741 0084200 310.6164 183.1306 14.65471694200956
+1 05430U 69082HW  13116.23073834  .00000748  00000-0  40973-3 0  6665
+2 05430 070.1078 152.2626 0061673 032.2381 087.8892 14.14652651233446
+1 05435U 71071A   13117.17054774  .00000630  00000-0  18286-3 0  6108
+2 05435 050.1423 043.9568 0114013 029.6411 331.0914 14.53152495197559
+1 05438U 71071B   13117.53276175  .00000703  00000-0  19055-3 0  8380
+2 05438 050.1469 280.5652 0111777 112.8509 293.9118 14.55405200199373
+1 05443U 67114E   13117.76439117 -.00000056  00000-0 -72164-4 0   747
+2 05443 101.5573 191.3206 0062540 142.3706 003.7644 12.56683441 84749
+1 05446U 70025LE  13117.64154505  .00000534  00000-0  71348-3 0  9972
+2 05446 100.4129 244.2792 0089500 356.8638 120.9416 13.64107091119285
+1 05447U 70067D   13115.76827001  .00000249  00000-0  43848-3 0  4093
+2 05447 089.8372 303.8954 0316192 078.9692 038.8906 13.22015461 53292
+1 05457U 65108J   13107.41752252 -.00000265  00000-0 -12723-1 0  3738
+2 05457 027.1262 134.0023 6665358 137.6034 000.6097 02.71068155 93042
+1 05485U 71080A   13117.07201367  .00000011  00000-0 -13555-4 0  3278
+2 05485 032.0545 345.2539 0640177 352.8535 169.7130 12.74066932937040
+1 05498U 71080B   13116.65066481  .00000038  00000-0  34669-4 0  5179
+2 05498 032.0269 171.8221 0574409 348.8325 191.7027 12.88262599958386
+1 05502U 70025LG  13117.48687132  .00004079  00000-0  18519-2 0   838
+2 05502 099.5483 094.1757 0036916 025.5618 099.3627 14.22093212166844
+1 05507U 70025LL  13117.07209784 -.00000047  00000-0  00000+0 0  6630
+2 05507 099.2500 249.0798 0033542 271.2226 088.5099 14.07333553172386
+1 05519U 69082HY  13115.17909259  .00000409  00000-0  16066-3 0  5528
+2 05519 070.0549 151.8077 0051850 131.8448 286.8496 14.35213849261039
+1 05527U 71015BR  13117.04085545  .00001610  00000-0  11507-2 0  2196
+2 05527 066.9033 330.6184 0102386 249.7532 265.5756 13.97266808116841
+1 05529U 71015BT  13115.54025491  .00000979  00000-0  41852-3 0  1154
+2 05529 066.8471 313.9974 0053914 134.9058 255.0058 14.28324430171503
+1 05531U 71015BV  13116.55430678  .00000605  00000-0  29141-3 0  3779
+2 05531 066.6651 163.7395 0044351 242.8332 276.7091 14.25001186166880
+1 05547U 71086A   13117.47691676 -.00000013  00000-0  17439-4 0  8095
+2 05547 074.0257 135.2231 0120097 188.7614 281.4919 12.62055280913861
+1 05548U 71086B   13116.81913822  .00000017  00000-0  19058-3 0  7891
+2 05548 074.0276 285.7669 0103245 005.7175 128.1239 12.58150212907811
+1 05549U 71086C   13116.84245304  .00000011  00000-0  16530-3 0  7827
+2 05549 074.0294 069.5809 0083588 172.7199 220.7456 12.54385770902140
+1 05550U 71086D   13116.35727028 -.00000003  00000-0  84297-4 0  7708
+2 05550 074.0291 215.5434 0066263 345.4762 047.9487 12.50552510896310
+1 05551U 71086E   13116.16607940 -.00000025  00000-0 -66553-4 0  9553
+2 05551 074.0308 001.1697 0049002 162.9331 005.6478 12.46697321890495
+1 05552U 71086F   13116.47413262 -.00000011  00000-0  31448-4 0  8974
+2 05552 074.0276 300.1086 0037540 199.8814 209.2164 12.38671463878392
+1 05553U 71086G   13117.64841304 -.00000028  00000-0 -86466-4 0  9304
+2 05553 074.0259 151.1601 0042878 358.8417 148.8773 12.42635051884532
+1 05554U 71086H   13117.47815677  .00000004  00000-0  15077-3 0  8647
+2 05554 074.0266 102.1499 0052620 045.4838 099.8098 12.34250683871811
+1 05555U 71086J   13115.84234303 -.00000003  00000-0  10170-3 0   885
+2 05555 074.0230 009.8202 0075402 035.0386 353.9939 12.26894042860331
+1 05556U 71087B   13117.39621324  .00000107  00000-0  67624-4 0   175
+2 05556 099.0066 233.5889 0062706 224.5030 165.9327 14.22502573152235
+1 05557U 71087A   13117.51307543  .00000089  00000-0  56158-4 0  1512
+2 05557 099.1539 326.9901 0052581 063.3534 352.6466 14.26488174156206
+1 05560U 71089A   13116.94948400  .00000383  00000-0  10571-3 0  9857
+2 05560 092.7212 076.7986 0018307 066.7330 329.2058 14.46821789182389
+1 05580U 71093A   13117.50880534  .00000603  00000-0  13513-3 0  4130
+2 05580 082.0404 138.6363 0541782 169.2970 340.1345 13.91376170 80487
+1 05581U 71093B   13117.15574392  .00000586  00000-0  13669-3 0  9917
+2 05581 082.0423 165.6255 0545119 260.1243 129.1232 13.90053459 78399
+1 05587U 71095A   13114.59429931 -.00000130  00000-0  10000-3 0  5882
+2 05587 011.5564 324.2171 0005853 134.2295 225.7373 01.00284019 73875
+1 05588U 71095B   13110.81218693  .00000041  00000-0  10000-3 0  5021
+2 05588 011.5031 324.5444 0003925 052.8350 307.1343 01.00234719150494
+1 05589U 71095C   13117.00332310 -.00000172  00000-0  10000-3 0  4714
+2 05589 013.2130 328.6451 0155910 051.3354 309.9913 00.97188265 72784
+1 05595U 68097CW  13115.83915359  .00013354  00000-0  13367-2 0  2102
+2 05595 062.7243 034.8416 0325875 123.0241 279.0672 14.59475174904383
+1 05597U 71015CA  13116.28987953  .00001783  00000-0  54554-3 0  2227
+2 05597 066.5786 185.8385 0023868 052.4944 007.2619 14.43938944173262
+1 05599U 66025H   13117.07454782  .00002188  00000-0  62797-3 0   205
+2 05599 144.6159 210.6502 0057162 163.7423 196.5110 14.35711583410593
+1 05614U 71099A   13116.21408693 -.00000429  00000-0 -10799-2 0  9576
+2 05614 074.0372 000.2970 0022773 135.3388 011.2910 13.16004864990354
+1 05615U 71099B   13116.55343104 -.00000107  00000-0 -22591-3 0  7114
+2 05615 074.0325 293.8667 0022248 036.0590 358.7898 13.17567668992819
+1 05632U 65108N   13116.37118668  .00002786  00000-0  49123-2 0  1859
+2 05632 026.0007 111.5066 6053179 029.2277 023.3136 03.81693638142601
+1 05635U 69082JF  13116.64901228  .00001154  00000-0  49674-3 0  2300
+2 05635 069.9549 338.2032 0004924 251.6659 144.1839 14.27099547180778
+1 05683U 71111A   13117.17211258 -.00000008  00000-0  15093-4 0  4304
+2 05683 074.0292 346.2341 0026789 066.2076 080.1504 13.74072879 74366
+1 05685U 71111B   13116.50498749  .00000090  00000-0  11475-3 0   196
+2 05685 074.0287 258.1758 0023880 301.5975 089.9730 13.76602762 77449
+1 05690U 70025LV  13115.31679075  .00000112  00000-0  24263-3 0  7366
+2 05690 099.7778 048.5312 0049441 018.3219 111.4440 13.50414554118487
+1 05691U 70025LW  13117.80801296  .00000805  00000-0  63499-3 0  9393
+2 05691 099.2366 169.4840 0035939 162.9592 261.6939 13.94396053158624
+1 05692U 70025LX  13115.60479975  .00000152  00000-0  28366-3 0  3781
+2 05692 099.6424 226.9694 0117430 137.5533 350.6384 13.52066485915452
+1 05694U 70025LZ  13116.26404212  .00005887  00000-0  20126-2 0  7585
+2 05694 099.8377 250.2104 0033017 037.4670 322.8804 14.36447171173549
+1 05696U 70025MB  13117.33014818  .00000345  00000-0  57474-3 0  7070
+2 05696 099.4866 030.1033 0057006 046.7827 081.4602 13.52892779117195
+1 05698U 70025MD  13117.61380558  .00000127  00000-0  23678-3 0   766
+2 05698 099.8212 003.6858 0008746 157.5113 263.0425 13.58301426938868
+1 05702U 63014CU  13104.91352138  .00000228  00000-0  78131-1 0  5482
+2 05702 087.2306 286.7554 0740298 144.6623 220.5684 08.67209380403765
+1 05705U 71114A   13117.01445571  .00000127  00000-0  53526-4 0  9941
+2 05705 074.0208 058.4200 0015183 178.6848 224.0911 14.35217000162763
+1 05707U 71114B   13117.72448312  .00000145  00000-0  56163-4 0   836
+2 05707 074.0294 353.8645 0024327 064.0145 330.7299 14.38109077165475
+1 05709U 71116A   13114.77191672  .00000072  00000-0  10000-3 0  5839
+2 05709 014.6833 343.0401 0011160 004.6325 355.3484 00.99621598 71078
+1 05715U 61015JS  13116.34077725  .00000114  00000-0  23387-3 0  7202
+2 05715 066.5765 180.8695 0168111 163.3867 320.0905 13.58051500548952
+1 05716U 61015JT  13115.04922223  .00000886  00000-0  25112-3 0  9937
+2 05716 066.7009 354.1130 0087275 025.9523 091.8866 14.48174447663480
+1 05720U 71015CB  13116.84716965  .00000160  00000-0  14222-3 0  6613
+2 05720 066.7292 065.7296 0097935 090.5078 270.7231 14.05139879 87166
+1 05721U 71117A   13116.85513167 -.00000054  00000-0  37472-4 0  5094
+2 05721 064.4887 245.3331 0066255 262.0702 241.8194 13.75963503 77014
+1 05729U 71119A   13117.12132033  .00003786  00000-0  30955-3 0  6200
+2 05729 073.9615 317.8663 0852891 061.7352 306.7159 13.64354816980444
+1 05730U 71119B   13117.51603404  .00003985  00000-0  28615-3 0  4311
+2 05730 073.9008 262.7895 0762795 078.7099 319.2076 13.86209566994870
+1 05731U 71120A   13117.16671640 -.00000026  00000-0 -21413-4 0  9930
+2 05731 081.2606 015.0115 0023398 359.6267 156.2361 14.11282579119103
+1 05732U 71120B   13117.15241369  .00000008  00000-0 -26808-5 0  9844
+2 05732 081.2496 143.5499 0050887 334.7860 057.0806 14.05747360126487
+1 05736U 70025MH  13117.32216330 -.00000256  00000-0 -50439-3 0  1405
+2 05736 101.3808 060.7129 0230553 277.5699 237.8268 13.11194409 63572
+1 05745U 61015JU  13116.08442799  .00002143  00000-0  12563-2 0  3598
+2 05745 067.0544 094.9534 0103820 246.2556 245.5046 14.07374117584421
+1 05746U 61015JV  13117.53023645  .00001182  00000-0  80125-3 0  6983
+2 05746 066.3042 262.2001 0045212 125.8869 302.8696 14.03364853606633
+1 05748U 61015JX  13115.25062700  .00001131  00000-0  14552-2 0  7083
+2 05748 067.5606 148.9721 0138255 331.2448 146.4581 13.62036857499964
+1 05755U 69082JP  13116.32143711  .00001088  00000-0  44104-3 0  8072
+2 05755 069.9287 150.4177 0007404 181.8593 276.4403 14.30322277245378
+1 05758U 69082JS  13116.62512543 -.00000013  00000-0  36954-4 0  6139
+2 05758 069.8052 152.6601 0044011 154.7310 350.9510 13.80428201201273
+1 05763U 71015CF  13115.87141559  .00001002  00000-0  15740-2 0  1181
+2 05763 066.9026 081.8919 0382457 145.5787 307.6431 13.28113411 13074
+1 05775U 72003A   13115.71495725  .00000051  00000-0  10000-3 0  1405
+2 05775 014.6968 345.3458 0005749 062.6178 297.4004 00.99824803 89474
+1 05778U 71114C   13116.10296687  .00001380  00000-0  26497-3 0  6688
+2 05778 074.0158 007.9045 0011047 208.0948 276.1353 14.64678422192297
+1 05785U 61015JZ  13116.79859160  .00000250  00000-0  29594-3 0   940
+2 05785 065.6428 249.5327 0141134 013.5595 136.9360 13.80360602622931
+1 05786U 61015KA  13114.54971846  .00000431  00000-0  34378-3 0   215
+2 05786 067.1224 154.8364 0137021 250.0408 263.6233 13.95652791603398
+1 05794U 69082JW  13115.88529444  .00000886  00000-0  27034-3 0  4687
+2 05794 070.0035 294.1670 0036875 184.9887 175.0604 14.44707763714889
+1 05808U 61015KC  13117.49480781  .00003761  00000-0  54431-3 0  8398
+2 05808 066.5989 269.9249 0066000 137.8102 297.9070 14.75867089689542
+1 05816U 72003B   13108.39677250 -.00000053  00000-0 -72587-3 0  7679
+2 05816 028.2090 081.5133 7174537 233.6012 352.3859 02.20826507332145
+1 05824U 70025MJ  13116.38435024  .00000493  00000-0  42705-3 0  8989
+2 05824 097.8706 146.1741 0622071 213.8287 283.6610 13.24494090891652
+1 05826U 61015KE  13117.85025125  .00000313  00000-0  29840-3 0  4218
+2 05826 066.6805 272.2970 0085721 277.5599 232.0840 13.91791064602165
+1 05842U 70025ML  13116.96267569  .00002629  00000-0  80978-3 0  6952
+2 05842 100.0087 019.2764 0051873 245.3354 249.2682 14.41771922200492
+1 05846U 72009A   13116.74169409 -.00000010  00000-0  12752-4 0  1527
+2 05846 074.0489 182.7769 0021819 082.5543 065.4283 13.76033880 67106
+1 05847U 72009B   13117.04163536  .00000004  00000-0  26453-4 0  2668
+2 05847 074.0520 062.6591 0030754 336.4681 077.9284 13.79141748 71485
+1 05858U 71114D   13117.49961730  .00002112  00000-0  36839-3 0  8887
+2 05858 074.0119 271.0290 0007659 134.4491 294.3051 14.68639997195342
+1 05871U 68097DK  13117.14010227  .00000283  00000-0  13400-3 0  5441
+2 05871 062.8109 008.5482 0946739 027.1472 104.4450 13.02167587 87796
+1 05876U 61015KF  13116.67816672  .00000620  00000-0  17524-2 0  9634
+2 05876 065.6757 197.2169 0735728 248.9816 261.9647 12.46799792566535
+1 05903U 72018A   13116.78942811  .00000112  00000-0  69415-4 0  7235
+2 05903 099.1216 114.0112 0051616 205.0094 206.4297 14.23482862207319
+1 05904U 72018B   13116.79719683  .00000053  00000-0  43842-4 0  7720
+2 05904 099.1146 114.1064 0048474 164.5502 245.6733 14.23021093130297
+1 05905U 72019A   13117.51905366 -.00000165  00000-0 -44419-3 0  2572
+2 05905 082.9734 270.8345 0017808 336.8263 087.7197 13.19813765979376
+1 05907U 72019B   13116.81380278 -.00000040  00000-0 -12691-3 0  3148
+2 05907 082.9730 232.2681 0021030 199.1326 327.3895 13.22091426982302
+1 05917U 72022A   13116.99946397  .00000164  00000-0  88267-4 0  6996
+2 05917 081.2271 277.2612 0031609 190.1334 318.1039 14.08430828109027
+1 05918U 72022B   13117.73040969  .00000087  00000-0  45264-4 0  8772
+2 05918 081.2377 347.8630 0057892 253.1895 137.9001 14.05638162105641
+1 05922U 60016E   13115.60015926 -.00000067  00000-0  71764-4 0  2739
+2 05922 047.0312 298.4899 0040544 099.5406 309.3197 13.69540358 93666
+1 05957U 70025MN  13117.21807500  .00002968  00000-0  16006-2 0  5802
+2 05957 099.6454 022.5873 0044257 001.1259 151.3471 14.13086656486057
+1 05958U 70025MP  13116.43016041  .00000451  00000-0  65796-3 0  1046
+2 05958 099.3018 102.6529 0055414 118.6685 034.6976 13.59587286122305
+1 05967U 70025MQ  13116.32159019  .00001021  00000-0  40741-2 0   974
+2 05967 101.6314 059.2962 0120608 131.8934 022.0893 12.87957975 19750
+1 05971U 67006E   13115.56017095 -.00000054  00000-0 -23428-4 0  8347
+2 05971 102.0618 125.3213 0113056 118.5490 026.4991 12.73329417150223
+1 05975U 70021C   13117.17455036  .00002448  00000-0  10200-2 0  2299
+2 05975 025.7208 336.0959 6709576 239.7677 286.0891 03.00745275222955
+1 05977U 69011B   13116.81524741  .00018946  00000-0  32643-2 0  8749
+2 05977 029.5130 266.0165 5987787 123.3030 004.5059 04.06711541288728
+1 05986U 65108Q   13115.96357453  .00002335  00000-0  51878-2 0  2268
+2 05986 027.0323 056.7807 6371744 055.3274 349.1466 03.36594459130519
+1 05987U 67001S   13117.58057169  .00000120  00000-0  57941-3 0   721
+2 05987 026.3220 234.4921 6735350 120.0145 357.7317 02.85404609241012
+1 05991U 65108R   13116.50493019  .00000031  00000-0  00000+0 0   452
+2 05991 027.1331 158.7270 6588145 309.6890 055.0086 02.63592471113441
+1 05992U 65108S   13116.87181718 -.00000048  00000-0  00000+0 0  4210
+2 05992 027.0792 080.6046 6621353 043.3213 032.4786 02.66231333 93405
+1 05998U 65108T   13112.40120450 -.00000148  00000-0 -22467-3 0  9916
+2 05998 026.4316 212.2292 6599934 149.8090 314.3662 02.97829523 98325
+1 06014U 70025MR  13117.49972910  .00001242  00000-0  10385-2 0  7434
+2 06014 100.0537 116.4423 0057632 263.7888 248.6844 13.89802742150034
+1 06019U 72035A   13117.20204324  .00000015  00000-0  38473-4 0  1170
+2 06019 074.0229 028.6155 0025200 285.3971 229.8410 13.75807953 57100
+1 06020U 72035B   13116.83873771 -.00000066  00000-0 -42865-4 0  5923
+2 06020 074.0199 282.1379 0021136 215.1686 296.2909 13.78615428 60743
+1 06052U 72041A   13106.17349626 -.00000063  00000-0  10000-3 0  5659
+2 06052 014.2991 340.6979 0006134 107.7244 252.3041 01.00086487 73717
+1 06058U 72041B   13116.18079495 -.00000011  00000-0  13187-3 0  9040
+2 06058 026.7455 057.3520 7202205 272.3413 129.9223 02.22216713330552
+1 06059U 72043A   13117.52241675  .00000089  00000-0  40248-4 0  8056
+2 06059 074.0566 236.0567 0009498 129.7387 302.1400 14.35152185135796
+1 06061U 72043B   13117.52518161  .00000116  00000-0  45049-4 0  1346
+2 06061 074.0575 090.9972 0021191 243.0120 254.6209 14.39923834140688
+1 06063U 72043C   13116.23271958  .00002606  00000-0  38357-3 0  1355
+2 06063 074.0418 290.0880 0005337 252.4815 157.1828 14.75954408157410
+1 06065U 72043D   13116.30243847  .00001284  00000-0  24291-3 0  9475
+2 06065 074.0725 196.8496 0013409 085.3442 335.2646 14.65384949150110
+1 06073U 72023E   13117.78154917  .00015405  36122-5  98780-4 0  9849
+2 06073 052.1000 302.4289 1947316 268.9173 253.2058 11.74228546176370
+1 06079U 72049A   13117.50272413  .00000138  00000-0  81453-4 0  4825
+2 06079 081.2252 293.9698 0010781 207.1153 204.9279 14.02847055 88360
+1 06080U 72049B   13117.75152951  .00000110  00000-0  64473-4 0  2997
+2 06080 081.2406 356.0888 0050088 119.1139 278.2747 14.00701826 85617
+1 06117U 72057A   13116.83355007  .00000018  00000-0  18748-3 0  7177
+2 06117 074.0271 086.6748 0112101 185.5956 202.5400 12.63540950880556
+1 06118U 72057B   13115.79778977  .00000026  00000-0  24121-3 0  6975
+2 06118 074.0284 231.2935 0092638 353.1021 162.9342 12.59742211874786
+1 06119U 72057C   13116.76172407 -.00000026  00000-0 -62187-4 0  6933
+2 06119 074.0299 005.3958 0072804 145.1667 250.0853 12.56130869869536
+1 06120U 72057D   13115.64034700 -.00000041  00000-0 -15859-3 0  6787
+2 06120 074.0251 139.5375 0054739 296.9622 212.9424 12.52583769864131
+1 06121U 72057E   13116.49726782  .00000007  00000-0  14981-3 0  8710
+2 06121 074.0269 277.1117 0033526 093.8331 301.4714 12.48833124858672
+1 06122U 72057F   13116.14375521  .00000018  00000-0  23825-3 0  8397
+2 06122 074.0293 061.4272 0016324 283.4077 200.5760 12.44931805852830
+1 06123U 72057G   13115.81699000 -.00000006  00000-0  71115-4 0  8105
+2 06123 074.0282 205.4536 0009209 212.3206 296.7931 12.41011061846965
+1 06124U 72057H   13117.76841164 -.00000030  00000-0 -11739-3 0  7935
+2 06124 074.0297 355.1210 0031443 026.1805 005.8536 12.36822066840991
+1 06125U 72057J   13116.47186150 -.00000010  00000-0  40812-4 0  1161
+2 06125 074.0163 207.4131 0069390 315.9929 156.1260 12.30852347831648
+1 06126U 72058A   13117.82544453  .00000136  00000-0  12667-3 0  7505
+2 06126 098.8460 088.4384 0009054 073.8305 316.0509 13.97379594 77949
+1 06127U 72058B   13116.89895298  .00001686  00000-0  26478-3 0  6345
+2 06127 098.3926 055.8062 0115661 053.6082 307.5725 14.69622003482393
+1 06139U 70025MV  13116.94256530  .00000800  00000-0  67914-3 0  8424
+2 06139 099.2079 011.8147 0076354 119.0908 015.6763 13.89060064160251
+1 06148U 72062A   13117.53721329  .00000078  00000-0  58741-4 0  1964
+2 06148 082.9658 279.4004 0010124 026.1226 035.5384 13.81647584 51081
+1 06149U 72062B   13117.52997806  .00000049  00000-0  31283-4 0   250
+2 06149 082.9680 261.0322 0007188 279.6641 149.6489 13.82726656 52699
+1 06153U 72065A   13116.84888147  .00000233  00000-0  55504-4 0  3293
+2 06153 035.0080 353.0942 0006743 337.7618 095.9329 14.57041164160113
+1 06154U 72066A   13117.11490178 -.00000079  00000-0  95296-5 0  5383
+2 06154 064.8117 334.1670 0061781 026.9736 116.3843 13.77604304 46983
+1 06155U 72065B   13117.77518829  .00000491  00000-0  85138-4 0   227
+2 06155 035.0040 240.4739 0039171 050.8881 309.5290 14.69180883169351
+1 06157U 70025MX  13117.54901906  .00001040  00000-0  72855-3 0  9153
+2 06157 099.8839 143.4067 0017513 135.5287 019.6733 14.00910801171024
+1 06159U 70025MY  13117.16158339  .00001445  00000-0  61859-2 0  8415
+2 06159 101.1556 167.1912 0076389 172.8531 221.3557 12.83212892 39273
+1 06160U 70025MZ  13117.66338675  .00005840  00000-0  32594-2 0  2416
+2 06160 100.4586 013.2377 0090071 031.3851 357.8468 14.09293074135098
+1 06167U 70025NB  13116.83376253  .00000443  00000-0  60673-3 0  2194
+2 06167 100.0233 238.5229 0033416 182.5058 331.1109 13.64735412140063
+1 06173U 72069A   13116.96460578  .00000561  00000-0  14642-3 0  6582
+2 06173 089.8240 257.7178 0054320 196.4975 312.6735 14.47464509135664
+1 06176U 68091CG  13117.24190544 -.00000454  00000-0 -67710-3 0  2235
+2 06176 065.7281 050.8152 0478939 256.0815 264.2334 13.05838856532190
+1 06180U 72069B   13116.86787684  .00000853  00000-0  16749-3 0   251
+2 06180 089.8601 247.0104 0043868 039.2615 321.1765 14.61332022145236
+1 06192U 72072A   13117.09230863  .00000147  00000-0  00000+0 0  3760
+2 06192 071.5599 034.5802 5246929 343.0300 175.3237 02.01355186298567
+1 06206U 72074A   13117.80386778 -.00000090  00000-0 -10845-4 0  4947
+2 06206 065.8282 208.5366 0021295 261.5508 245.7268 13.72408457 33330
+1 06207U 72074B   13117.12671792 -.00000017  00000-0  66605-4 0  3117
+2 06207 065.8254 061.8175 0017759 172.9746 309.0481 13.75463681 36750
+1 06210U 72074C   13115.73442083 -.00000040  00000-0  42967-4 0  6670
+2 06210 065.8252 194.7396 0023102 269.4595 235.1241 13.73239574 33453
+1 06213U 66087E   13115.89033090  .00001495  00000-0  47770-2 0   506
+2 06213 101.7522 269.8298 0072988 090.5050 065.8418 13.04187124166342
+1 06214U 66016E   13115.48706046  .00000050  00000-0  51237-3 0  3831
+2 06214 101.2430 118.3186 0114071 317.4942 197.8631 12.61752392169489
+1 06216U 70025NE  13117.54419806  .00001593  00000-0  49035-3 0  4053
+2 06216 099.0990 106.6625 0253716 350.5467 128.5085 14.26202859209888
+1 06217U 72076B   13117.49997603  .00000301  00000-0  65871-4 0   433
+2 06217 098.6447 157.7811 0009574 225.5724 270.1107 14.65161573156029
+1 06218U 72076C   13117.19466346  .00000053  00000-0  23692-4 0  6149
+2 06218 098.5786 000.7811 0011441 216.9270 289.2852 14.54805703148384
+1 06235U 72082A   13117.51725148 -.00000002  00000-0  25966-3 0  7184
+2 06235 101.4610 101.0755 0004116 050.1278 096.1372 12.53035648854108
+1 06236U 72082B   13117.59117025 -.00000014  00000-0  18570-3 0  7751
+2 06236 101.4834 097.8016 0004127 019.6912 097.0095 12.53099944854062
+1 06237U 72082C   13116.53203451 -.00000038  00000-0  47661-4 0  3312
+2 06237 102.8148 295.3405 0362268 279.5587 109.7589 13.18460453950099
+1 06252U 65020FD  13117.64036894  .00000044  00000-0  10772-2 0    34
+2 06252 056.0377 300.9499 0189842 138.4190 297.1146 12.29867637 74931
+1 06256U 72085A   13117.58421616  .00000152  00000-0  80494-4 0  9006
+2 06256 081.2654 120.7718 0028633 061.8984 087.3170 14.08595419 79795
+1 06257U 72085B   13117.26608875  .00000171  00000-0  94706-4 0  8568
+2 06257 081.2591 179.3861 0057537 064.7478 326.9501 14.06216392 76986
+1 06262U 72087A   13115.68436459 -.00000031  00000-0 -81131-4 0  7022
+2 06262 074.0342 177.2696 0064657 064.5852 080.2833 12.61535192864405
+1 06264U 72087B   13115.75472368 -.00000031  00000-0 -86350-4 0  6871
+2 06264 074.0362 340.3672 0042514 253.0199 136.3698 12.57138647857934
+1 06265U 72087C   13117.24696240 -.00000023  00000-0 -31253-4 0  7240
+2 06265 074.0381 023.2317 0087428 250.7155 255.6719 12.65592063870599
+1 06266U 72087D   13117.37410686  .00000009  00000-0  15404-3 0  6838
+2 06266 074.0363 067.2649 0030966 002.7069 142.6724 12.54730747854594
+1 06267U 72087E   13115.87970654  .00000012  00000-0  14043-3 0  7471
+2 06267 074.0358 232.1465 0107517 076.7220 070.2017 12.69651109876398
+1 06268U 72087F   13116.10617756 -.00000029  00000-0 -66076-4 0  7384
+2 06268 074.0346 311.8482 0097571 171.5396 337.4413 12.67526518873305
+1 06269U 72087G   13116.07044734 -.00000001  00000-0  85464-4 0  7315
+2 06269 074.0336 099.6875 0076698 337.6040 083.4700 12.63594162867485
+1 06270U 72087H   13117.50167478  .00000010  00000-0  14857-3 0  8000
+2 06270 074.0352 258.8032 0054210 164.4844 258.5254 12.59275128861311
+1 06271U 72087J   13117.43997799 -.00000086  00000-0 -55804-3 0  1353
+2 06271 074.0403 085.2830 0080584 266.2350 240.8622 12.34547024824786
+1 06275U 72089A   13117.12870272  .00000134  00000-0  72797-4 0  6900
+2 06275 098.7286 324.4314 0035817 003.8484 142.3704 14.27011728 99983
+1 06276U 72089B   13117.52782144  .00000033  00000-0  35918-4 0  9012
+2 06276 098.8498 323.8665 0035530 294.0548 124.6386 14.20853541 94950
+1 06277U 72062C   13116.43584204  .00000070  00000-0  49646-4 0  1960
+2 06277 082.8561 068.0012 0006892 054.6829 094.3009 13.83216994 42153
+1 06278U 72090A   13117.00990799 -.00000224  00000-0  10000-3 0  2522
+2 06278 014.5244 342.4597 0017654 069.2931 290.8561 00.98828938 71624
+1 06284U 72069D   13117.36619774  .00001439  00000-0  30164-3 0  2537
+2 06284 090.4976 074.3591 0049024 011.6587 348.5747 14.58661238 46296
+1 06289U 69024C   13116.36323654  .00000187  00000-0  47068-3 0  7903
+2 06289 073.9868 090.0702 0009736 094.1546 059.1411 13.25842515129256
+1 06302U 72072E   13115.86109837  .00000633  00000-0  00000+0 0  2132
+2 06302 066.6371 301.9191 6420001 006.9746 081.6528 02.03774417134879
+1 06305U 72097A   13117.72630471 -.00000042  00000-0  64242-5 0  9802
+2 06305 100.1560 000.8689 0007862 315.0504 077.0735 13.44053371980356
+1 06306U 72097B   13116.58483088 -.00000158  00000-0 -40990-3 0  9571
+2 06306 099.7564 302.0427 0270700 117.3883 276.5876 12.88347990898537
+1 06319U 72102A   13116.50135525 -.00000003  00000-0  63170-4 0  8858
+2 06319 074.0148 118.8147 0023113 093.3639 051.5257 12.75362378878459
+1 06320U 72102B   13117.35353155  .00000032  00000-0  22516-3 0  9899
+2 06320 074.0169 057.1050 0024195 010.0122 135.6977 12.76881766880843
+1 06323U 72104A   13116.86274865  .00000149  00000-0  60095-4 0  8993
+2 06323 074.0813 253.9515 0018389 005.1093 159.0225 14.35953132110121
+1 06324U 72104B   13117.19301007  .00000185  00000-0  63488-4 0  9563
+2 06324 074.0791 026.7248 0009545 201.3564 304.3835 14.42659419117479
+1 06350U 73005A   13117.13034133  .00001402  00000-0  86200-4 0  9784
+2 06350 050.6465 025.2774 0015470 145.6748 214.5216 15.16771093212029
+1 06391U 72104C   13117.64360029  .00012285  00000-0  60503-3 0  4086
+2 06391 074.0963 180.6586 0009020 301.7293 181.6902 15.17976312148002
+1 06392U 73015A   13116.98877644 -.00000011  00000-0 -13910-4 0  8846
+2 06392 081.2465 262.2959 0015683 135.9863 014.3912 14.07339277 57758
+1 06393U 73015B   13117.50254848  .00000048  00000-0  22004-4 0  5895
+2 06393 081.2545 325.7318 0058860 194.0064 227.9814 14.04798041 54749
+1 06396U 72104D   13117.76583363  .00002344  00000-0  34115-3 0  3086
+2 06396 074.1174 036.7431 0009961 171.6532 221.9745 14.76460721137542
+1 06437U 73023A   13115.56974815 -.00000234  00000-0  10000-3 0  9399
+2 06437 014.7443 346.3169 0008836 320.9759 038.9240 00.99795576 72414
+1 06659U 73034A   13116.96793787  .00000146  00000-0  76435-4 0  8989
+2 06659 081.1899 266.0066 0024898 283.3935 224.7798 14.09636384 51373
+1 06660U 73034B   13117.19210743 -.00000096  00000-0 -65761-4 0  7539
+2 06660 081.2341 028.8715 0047152 017.9106 129.3898 14.05613773 45975
+1 06675U 73037A   13117.66346113 -.00000026  00000-0 -54190-4 0  8900
+2 06675 074.0199 337.0323 0055489 286.1472 108.1856 12.56535556829717
+1 06676U 73037B   13115.88010512  .00000017  00000-0  22299-3 0  1718
+2 06676 074.0190 256.5220 0026362 286.6005 194.3773 12.48902195818389
+1 06677U 73037C   13115.66712127 -.00000042  00000-0 -16525-3 0  8662
+2 06677 074.0167 158.0742 0031095 148.2043 359.3364 12.51633828822082
+1 06678U 73037D   13117.80946641  .00000015  00000-0  19297-3 0  9816
+2 06678 074.0196 067.9399 0044834 040.6849 350.2340 12.54034095826054
+1 06679U 73037E   13116.85318997  .00000025  00000-0  23933-3 0  9956
+2 06679 074.0189 252.3741 0067484 190.2058 315.2934 12.58875064833015
+1 06680U 73037F   13117.18384784 -.00000044  00000-0 -15633-3 0  9010
+2 06680 074.0174 170.1532 0078311 093.7775 302.0473 12.61099550836297
+1 06681U 73037G   13116.48452027  .00000016  00000-0  17556-3 0  9180
+2 06681 074.0184 084.3247 0092200 356.4815 152.5850 12.63449796839603
+1 06682U 73037H   13117.17480200 -.00000030  00000-0 -69263-4 0   252
+2 06682 074.0206 354.9426 0103284 250.4940 256.2782 12.65840344843170
+1 06683U 73037J   13117.15593686  .00000061  00000-0  63068-3 0  3132
+2 06683 074.0170 133.6347 0071194 345.1812 046.2015 12.32140088794172
+1 06707U 73042A   13116.60253817  .00000041  00000-0  28412-4 0  4845
+2 06707 082.9471 128.6256 0020050 253.0416 256.1454 13.71990857432737
+1 06708U 73042B   13116.05612799 -.00000060  00000-0 -80797-4 0   149
+2 06708 082.9451 096.9852 0014479 118.3807 307.4302 13.73927448997051
+1 06747U 61015KM  13115.49867962  .00000157  00000-0  17104-3 0  5882
+2 06747 066.5999 132.1043 0138752 145.1179 358.0303 13.91731546623089
+1 06748U 61015KN  13110.78283948  .00001554  00000-0  98170-3 0  5015
+2 06748 066.9029 243.8550 0090521 287.2426 192.9978 14.04732904611168
+1 06752U 68091CJ  13116.51176385  .00001837  00000-0  20037-2 0  6532
+2 06752 062.2820 345.2285 0690323 165.8987 281.1520 13.01473533 32091
+1 06764U 68091CK  13115.43630361  .00000153  00000-0  64413-3 0  9129
+2 06764 062.3376 261.7949 0762196 194.0513 276.6458 12.36853081131475
+1 06765U 70025NG  13116.39375987  .00000140  00000-0  27274-3 0  4794
+2 06765 099.7987 028.3029 0016684 073.8980 353.2039 13.53842197121281
+1 06766U 70025NH  13117.39567036  .00000861  00000-0  64918-3 0  5094
+2 06766 100.1812 279.6179 0079812 260.7222 163.2289 13.96084140163871
+1 06767U 70025NF  13116.92231450  .00001304  00000-0  10952-2 0  2763
+2 06767 099.1957 000.9258 0025947 020.2916 106.5639 13.89745363447889
+1 06779U 71116B   13117.02489065  .00000051  00000-0  13376-2 0  2735
+2 06779 027.7583 120.3015 7193422 156.6293 340.5890 02.19571495313206
+1 06787U 73054A   13117.43390343  .00000285  00000-0  12476-3 0  5162
+2 06787 098.5261 269.2586 0027833 101.3483 321.9931 14.30691869 65233
+1 06788U 73054B   13116.96047392  .00000102  00000-0  61401-4 0  7076
+2 06788 098.6270 267.5500 0027190 321.5569 038.3673 14.25586311 61618
+1 06796U 73058A   13115.54445433 -.00000196  00000-0  10000-3 0  2426
+2 06796 015.0239 346.7088 0009145 070.2779 289.7902 00.99145201 88056
+1 06797U 73058B   13117.72319683 -.00000023  00000-0  96930-3 0  4063
+2 06797 027.9252 349.0631 7210972 177.7894 337.4632 02.21502832320834
+1 06822U 72079C   13115.85261720  .00000033  00000-0  27555-3 0  6793
+2 06822 095.6520 243.7082 0031089 093.1895 063.9495 12.55465345857566
+1 06823U 72079D   13116.42952752  .00000050  00000-0  39265-3 0  8792
+2 06823 095.8095 066.5298 0050144 233.1602 274.9860 12.54665125856354
+1 06824U 72079E   13115.86008302  .00000031  00000-0  25706-3 0  7842
+2 06824 095.5131 087.3352 0007135 022.8204 008.9549 12.56270584858633
+1 06825U 73064A   13117.02153938  .00000011  00000-0  14228-3 0  7502
+2 06825 074.0229 283.5736 0018284 066.4319 081.6180 12.68171708835015
+1 06826U 73064B   13116.38369249 -.00000032  00000-0 -77360-4 0  7147
+2 06826 074.0214 222.2981 0029235 351.5606 041.7691 12.69716055837430
+1 06828U 73065A   13116.57042961  .00000043  00000-0  29400-4 0  6220
+2 06828 082.9385 120.2696 0026203 273.1037 235.4746 13.74997160987544
+1 06829U 73065B   13116.86428662  .00000091  00000-0  76762-4 0  1804
+2 06829 082.9408 089.2011 0023967 146.6587 230.3934 13.77005671990024
+1 06842U 61015KP  13115.90732405  .00000149  00000-0  65790-3 0  3970
+2 06842 066.7308 294.2940 0658842 204.0207 152.8614 12.44399539734853
+1 06843U 71015CK  13117.66793547  .00006832  00000-0  17204-2 0  2173
+2 06843 065.6729 297.0781 0518807 140.2612 344.7626 13.93044659 52213
+1 06844U 71015CL  13116.14483719  .00001819  00000-0  56874-3 0  9548
+2 06844 065.9021 151.9321 0660341 016.0155 018.5094 13.60873292963306
+1 06845U 73069A   13115.87703512  .00000021  00000-0  24561-3 0  7679
+2 06845 074.0015 245.2127 0028390 136.0177 009.6919 12.48568620803414
+1 06846U 73069B   13117.45153213  .00000016  00000-0  20272-3 0  6794
+2 06846 074.0013 077.8664 0047700 280.6544 228.2116 12.53163492810238
+1 06847U 73069C   13115.61652049 -.00000040  00000-0 -15795-3 0  5761
+2 06847 073.9988 156.9101 0034350 011.1601 133.7968 12.51040866806946
+1 06848U 73069D   13116.47451087 -.00000023  00000-0 -31462-4 0  8063
+2 06848 073.9984 129.8331 0090092 278.7429 236.4208 12.61671614822376
+1 06849U 73069E   13117.30269104  .00000006  00000-0  11962-3 0  6197
+2 06849 074.0035 049.7837 0098895 183.2564 322.4637 12.63826809825584
+1 06850U 73069F   13116.77127931 -.00000024  00000-0 -44414-4 0  6922
+2 06850 074.0014 203.6879 0077953 001.7493 144.0511 12.59641584819477
+1 06851U 73069G   13116.97030633  .00000025  00000-0  24375-3 0  6907
+2 06851 074.0004 278.7514 0066921 089.0449 056.2056 12.57575685816526
+1 06852U 73069H   13116.12946596 -.00000021  00000-0 -27365-4 0  5886
+2 06852 074.0031 358.3265 0055817 180.7768 324.8135 12.55414649813305
+1 06853U 73069J   13117.84439149 -.00000034  00000-0 -15585-3 0  8009
+2 06853 074.0062 216.2140 0086565 301.3093 208.4515 12.28996400775463
+1 06909U 73081A   13117.70074135  .00000127  00000-0  12175-3 0  5965
+2 06909 089.8547 337.5781 0157477 208.6445 181.4598 13.70039746172164
+1 06910U 73081B   13115.68670372  .00000056  00000-0  50703-4 0  8084
+2 06910 089.8502 335.9431 0158508 250.7638 139.3040 13.68779236970228
+1 06916U 73084A   13117.81935112 -.00000379  00000-0  00000+0 0  8872
+2 06916 071.6399 279.2824 5599011 297.1408 268.2286 02.00819322289262
+1 06920U 73086A   13117.52583032 -.00000019  00000-0  18368-3 0  6102
+2 06920 101.7365 107.8141 0006753 036.7449 109.1365 12.40334544787128
+1 06921U 73086B   13117.54071913 -.00000005  00000-0  30219-3 0   158
+2 06921 101.8970 090.6791 0014980 054.9894 305.2572 12.36945939796972
+1 06938U 73088D   13116.48727338 -.00000007  00000-0  65684-4 0  5926
+2 06938 096.9328 279.8935 0027636 113.5989 279.7885 12.57025889810303
+1 06939U 73084D   13117.13926494 -.00000219  00000-0  33971-2 0  6816
+2 06939 063.7952 033.4558 7285981 031.8808 026.4965 02.03792448293798
+1 06965U 73098A   13116.88576156  .00000135  00000-0  52648-4 0  8134
+2 06965 074.0578 239.1729 0024368 290.0175 217.4611 14.38467822 64253
+1 06966U 73098B   13116.63556326  .00000129  00000-0  47134-4 0  9616
+2 06966 074.0553 144.8210 0020641 143.8307 004.2826 14.42205585 67429
+1 06973U 73100A   13108.17277206 -.00000050  00000-0  00000+0 0  9503
+2 06973 014.6515 333.4011 0034620 099.3779 260.9759 00.97654077 72948
+1 06974U 73100B   13115.77352863 -.00000132  00000-0  10000-3 0  6098
+2 06974 014.0704 334.1700 0068049 313.4753 045.9093 00.97519414800812
+1 06976U 73100D   13114.27212550 -.00000167  00000-0  10000-3 0  4469
+2 06976 015.9269 336.3492 0266059 358.9744 000.9558 00.94997515 66121
+1 06985U 73104A   13117.07703497 -.00000014  00000-0  18082-4 0  7080
+2 06985 074.0280 099.1276 0096796 269.7996 119.4546 12.63450702815262
+1 06986U 73104B   13115.87526019  .00000014  00000-0  19719-3 0  8818
+2 06986 074.0302 230.9438 0026924 131.9137 016.0013 12.49860037795624
+1 06987U 73104C   13115.60887796 -.00000044  00000-0 -17908-3 0  6857
+2 06987 074.0269 148.9719 0040332 034.2552 111.0164 12.52164415798898
+1 06988U 73104D   13116.10892688 -.00000031  00000-0 -10280-3 0  9585
+2 06988 074.0293 323.6065 0022515 268.6820 238.0139 12.47245747791905
+1 06989U 73104E   13117.38231497  .00000002  00000-0  11136-3 0  6867
+2 06989 074.0311 059.0419 0050897 280.8326 226.7858 12.54604057802626
+1 06990U 73104F   13116.94505414  .00000014  00000-0  17251-3 0  7984
+2 06990 074.0293 259.4186 0073474 096.6033 050.2702 12.59043985808938
+1 06991U 73104G   13116.18746340 -.00000026  00000-0 -57955-4 0  6885
+2 06991 074.0304 338.6457 0062927 188.8399 320.7771 12.56883537805742
+1 06992U 73104H   13116.15736940 -.00000031  00000-0 -84420-4 0  7972
+2 06992 074.0287 181.9663 0086092 008.5524 054.5127 12.61211430811936
+1 06993U 73104J   13116.32158471 -.00000012  00000-0  28199-4 0  8070
+2 06993 074.0345 205.4588 0092433 320.0461 094.9008 12.30283454767384
+1 07003U 73107A   13117.52342829  .00007872  00000-0  38178-3 0  9406
+2 07003 073.9367 092.2301 0471069 065.7137 299.2473 14.55185754991741
+1 07004U 73107B   13117.18666032  .00008362  00000-0  27141-3 0  2860
+2 07004 073.9573 351.5168 0355022 238.2696 272.4531 14.88200400  8222
+1 07005U 73108A   13117.18047083 -.00000055  00000-0  26764-4 0   312
+2 07005 065.4372 105.4968 0065675 277.5419 190.7007 13.85281610990117
+1 07008U 73109A   13116.87277714  .00000064  00000-0  53121-4 0  5745
+2 07008 082.9555 058.5828 0031961 002.6516 030.8764 13.72723039969679
+1 07009U 73109B   13117.14923441  .00000078  00000-0  63785-4 0  3337
+2 07009 082.9505 345.1196 0020644 148.0647 358.3558 13.76718379975248
+1 07012U 73086C   13117.70919520 -.00000061  00000-0 -11208-3 0  2593
+2 07012 101.7238 174.4162 0061280 343.1114 162.6079 12.47267144796408
+1 07013U 73086D   13117.52826201  .00000024  00000-0  43528-3 0  2101
+2 07013 101.4902 110.6938 0067324 310.9791 195.0916 12.51393802802229
+1 07014U 73086E   13115.86244345 -.00000055  00000-0 -21900-5 0  4043
+2 07014 101.7012 250.6755 0406069 030.9502 122.1863 13.22253918901896
+1 07015U 73086F   13115.87461227  .00000037  00000-0  11237-2 0  9878
+2 07015 101.7952 240.8321 0400872 289.8563 218.5596 11.66146821680491
+1 07016U 73086G   13116.32794625  .00000029  00000-0  10438-2 0   156
+2 07016 101.7095 035.1265 0532990 022.7598 117.9747 11.45251079650194
+1 07017U 73086H   13116.31828554  .00000119  00000-0  10226-2 0  7337
+2 07017 102.0463 230.6510 0150656 127.3299 268.6546 12.51289621786843
+1 07018U 73086J   13116.48912130  .00000027  00000-0  53404-3 0  2799
+2 07018 101.8181 094.9830 0011505 299.6147 206.2946 12.38819388784202
+1 07019U 73086K   13116.52001181  .00000002  00000-0  32844-3 0  2338
+2 07019 101.7091 107.2777 0065374 167.4770 338.6089 12.42275730788919
+1 07020U 73086L   13115.70299875  .00000150  00000-0  19219-2 0  3838
+2 07020 102.1451 353.5432 0158444 238.9095 153.0353 12.14331030749055
+1 07021U 73086M   13117.16700516  .00000878  00000-0  75038-2 0  5267
+2 07021 101.6799 006.1512 0191303 123.0491 043.9408 12.28516933759275
+1 07022U 73086N   13117.72647615 -.00000145  00000-0 -65452-3 0  7058
+2 07022 102.3627 004.7885 0195022 080.8163 313.7115 12.44257739792015
+1 07023U 73086P   13117.61630853  .00000001  00000-0  34853-3 0  9280
+2 07023 101.7394 118.6788 0027130 219.5003 256.7481 12.35777278779848
+1 07024U 73086Q   13116.47319086  .00000255  00000-0  13930-2 0  2046
+2 07024 101.8771 282.0124 0059339 135.8301 258.8183 12.76278754819786
+1 07025U 73086R   13116.06246622 -.00000018  00000-0  29376-3 0   203
+2 07025 101.8946 118.0086 0464692 235.9694 153.5929 11.54291188663669
+1 07026U 73086S   13116.13692203  .00000106  00000-0  84839-3 0  8853
+2 07026 102.0936 353.5542 0124450 052.4392 093.2751 12.60702852809340
+1 07027U 73086T   13115.86840920  .00000112  00000-0  12639-2 0  7173
+2 07027 101.8257 091.5310 0052854 265.3082 127.0940 12.32837921772086
+1 07028U 73086U   13116.86936679 -.00000041  00000-0  26443-4 0   447
+2 07028 102.1312 094.1729 0081552 318.9577 067.8353 12.24679784764089
+1 07029U 73086V   13115.87787644 -.00000033  00000-0  77611-4 0  9728
+2 07029 101.8241 104.1383 0012770 062.1001 328.9313 12.37074228782354
+1 07030U 73086W   13115.81406926 -.00000022  00000-0  20234-3 0  1925
+2 07030 102.3608 201.0252 0093976 150.2595 356.5589 12.23820829762682
+1 07031U 73086X   13116.20745479 -.00000066  00000-0 -16166-3 0   588
+2 07031 102.0126 179.3059 0010124 058.6541 334.6744 12.38474895783950
+1 07032U 73086Y   13116.06390911 -.00000031  00000-0  10056-3 0  8435
+2 07032 101.8494 110.3692 0029070 251.8117 137.9123 12.34614125778711
+1 07033U 73086Z   13117.73127520 -.00000143  00000-0 -70844-3 0  4505
+2 07033 102.1832 174.0359 0027182 303.5313 203.2566 12.41800150782080
+1 07034U 73086AA  13116.03993125 -.00000021  00000-0  16073-3 0   964
+2 07034 101.6556 140.4311 0018332 073.4052 343.0601 12.43431294789534
+1 07035U 73086AB  13117.36384712  .00000208  00000-0  32817-2 0  2846
+2 07035 101.7862 238.4633 0320441 283.1283 106.8884 11.82636107703046
+1 07036U 73086AC  13116.70900493 -.00001743  00000-0 -10944-1 0   654
+2 07036 101.6378 170.0364 0042836 114.2537 031.6667 12.51332447796420
+1 07037U 73086AD  13115.85457189 -.00000003  00000-0  46597-3 0  8615
+2 07037 102.0419 244.8802 0321666 325.1114 181.2287 11.86356657708984
+1 07038U 73086AE  13116.84600128  .00000130  00000-0  15651-2 0  1607
+2 07038 102.1166 058.6466 0128849 128.4145 267.1974 12.22871547759779
+1 07039U 73086AF  13116.30896480  .00000043  00000-0  58543-3 0  5376
+2 07039 102.4039 209.3099 0132740 182.5461 210.4748 12.48915261797992
+1 07040U 73086AG  13115.82347201  .00000216  00000-0  10761-2 0  4017
+2 07040 102.5334 084.0843 0193581 182.8264 209.5036 12.81134620842575
+1 07041U 73086AH  13116.73065509  .00000342  00000-0  29960-2 0  6559
+2 07041 101.6060 349.0825 0188413 221.9565 166.9898 12.32143945762752
+1 07042U 73086AJ  13117.78065821  .00000849  00000-0  11718-2 0  7457
+2 07042 101.7136 220.8514 0332776 201.6988 307.7635 13.41599593917814
+1 07043U 73086AK  13116.46304883  .00000151  00000-0  75466-3 0  1390
+2 07043 102.1242 068.8370 0216428 162.3129 346.2718 12.84462631848342
+1 07044U 73086AL  13117.59355936 -.00000022  00000-0  18673-3 0  5941
+2 07044 102.5790 114.1946 0089549 042.2861 105.1971 12.44318129792608
+1 07045U 73086AM  13115.92137132 -.00000004  00000-0  35008-3 0   534
+2 07045 102.1076 102.0746 0075680 233.5838 160.1276 12.25856038759423
+1 07046U 73086AN  13116.01881961 -.00000011  00000-0  27742-3 0  7915
+2 07046 102.0332 100.9578 0057166 343.3009 047.7543 12.29211423764382
+1 07048U 73086AQ  13115.88039993  .00000011  00000-0  69577-3 0  4032
+2 07048 101.6117 095.6867 0487594 091.1377 306.3912 11.50621690651742
+1 07049U 73086AR  13117.14142704  .00000033  00000-0  85818-3 0  1115
+2 07049 101.7613 156.5922 0254421 150.5137 245.3973 11.93039362712359
+1 07050U 73086AS  13117.12557559  .00000277  00000-0  19683-2 0  3728
+2 07050 101.5219 152.8219 0043507 237.5552 155.7506 12.55136581795983
+1 07051U 73086AT  13116.46834102  .00000005  00000-0  41143-3 0    01
+2 07051 102.0697 097.8608 0066930 047.3734 109.3603 12.28637576763353
+1 07052U 73086AU  13116.01636453  .00000011  00000-0  41757-3 0   392
+2 07052 101.8165 097.9570 0024541 088.6763 302.6501 12.37067353781571
+1 07053U 73086AV  13116.62131593  .00000006  00000-0  35612-3 0  2114
+2 07053 102.2231 130.8380 0041037 018.6894 127.9844 12.47821634795758
+1 07054U 73086AW  13117.11686303 -.00000357  00000-0 -77606-3 0  3025
+2 07054 101.5334 146.6435 0314838 085.7020 310.2513 13.03015180875459
+1 07055U 73086AX  13115.85022007 -.00000146  00000-0 -13580-2 0  5163
+2 07055 102.5881 087.4571 0345919 051.3831 335.8274 11.84014583705805
+1 07056U 73086AY  13117.00537409  .00000015  00000-0  52956-3 0  1744
+2 07056 102.0956 098.5879 0087656 021.3112 010.3553 12.23878577763116
+1 07057U 73086AZ  13116.12954464 -.00000024  00000-0  16041-3 0  8362
+2 07057 101.9502 100.0656 0034518 023.4251 109.9519 12.32970378776483
+1 07058U 73086BA  13117.06436407  .00000251  00000-0  18834-2 0  8103
+2 07058 101.5120 138.4468 0014328 106.6057 287.6909 12.52065048798210
+1 07059U 73086BB  13116.15816166 -.00000130  00000-0 -76658-3 0  6326
+2 07059 102.0016 010.5933 0112501 026.8921 120.8963 12.25901379761217
+1 07060U 73086BC  13117.49007959  .00000012  00000-0  38780-3 0  1010
+2 07060 101.7038 100.3559 0025188 107.6195 005.9631 12.44495535792421
+1 07061U 73086BD  13116.79897838  .00000165  00000-0  12769-2 0  9134
+2 07061 102.4535 029.6097 0140114 325.8928 065.4581 12.54876057805734
+1 07063U 73086BF  13116.79219216  .00000264  00000-0  86561-3 0  8911
+2 07063 102.4186 198.7066 0301355 116.6481 027.8542 12.99270138869149
+1 07064U 73086BG  13116.21966316  .00000025  00000-0  31977-3 0  6766
+2 07064 101.5364 188.1149 0177350 337.2160 054.8462 12.74702441834754
+1 07065U 73086BH  13117.28724193  .00000652  00000-0  56775-2 0  3776
+2 07065 102.0068 199.6364 0042809 311.6126 079.6256 12.33072904772684
+1 07066U 73086BJ  13116.76993167 -.00000778  00000-0 -55862-2 0  5586
+2 07066 101.8313 184.2978 0070157 171.3295 336.1429 12.38212289780455
+1 07068U 73086BL  13116.46398228  .00000012  00000-0  26056-3 0  1648
+2 07068 102.3994 287.8914 0212954 291.8056 100.2284 12.81048335844271
+1 07069U 73086BM  13117.16306059  .00001068  00000-0  14823-2 0  6485
+2 07069 102.7874 154.0957 0271145 132.5838 262.0303 13.47369435913547
+1 07071U 73086BP  13117.16482940 -.00000011  00000-0  24833-3 0  1017
+2 07071 102.0603 183.1130 0007546 142.8410 251.6049 12.41138020787997
+1 07072U 73086BQ  13117.14550785 -.00000034  00000-0  72713-4 0  1835
+2 07072 101.8594 176.6142 0011252 298.2264 095.9714 12.42393111789519
+1 07073U 73086BR  13117.60667020 -.00000007  00000-0  30799-3 0   654
+2 07073 101.8685 120.7242 0064984 039.9284 107.6137 12.28466346769810
+1 07074U 73086BS  13116.97833374 -.00000043  00000-0  31751-4 0  7535
+2 07074 102.0718 300.6099 0176618 233.1776 283.0838 12.72036599832294
+1 07075U 73086BT  13117.37507697  .00001855  00000-0  66073-2 0  1692
+2 07075 101.5843 038.5256 0170686 305.5151 164.1447 12.92304299844958
+1 07076U 73086BU  13117.54252323 -.00000014  00000-0  21580-3 0   438
+2 07076 101.7167 118.3083 0012422 345.3971 160.2806 12.39654021785907
+1 07079U 73086BX  13117.76910773 -.00000030  00000-0  11594-3 0  2978
+2 07079 102.1408 181.1789 0036185 073.8629 073.5309 12.33962110771396
+1 07080U 73086BY  13116.49419454  .00000463  00000-0  28204-2 0  2704
+2 07080 101.9213 282.6750 0097936 212.9606 180.3062 12.61765994803083
+1 07081U 73086BZ  13115.80718598 -.00000005  00000-0  21519-3 0  7677
+2 07081 102.2449 209.8255 0165946 071.0540 072.8332 12.69153725826720
+1 07082U 73086CA  13115.81857363  .00000431  00000-0  28162-2 0  9509
+2 07082 101.7649 247.5542 0037700 252.8531 264.7740 12.57945662804479
+1 07083U 73086CB  13116.49704797  .00000052  00000-0  79432-3 0  5464
+2 07083 101.9594 106.7719 0065110 250.0296 256.3635 12.31773366773058
+1 07084U 73086CC  13116.05199551 -.00000016  00000-0  21187-3 0  1206
+2 07084 101.7847 262.7801 0153618 103.2892 021.9230 12.25083692764961
+1 07085U 73086CD  13117.40921218  .00000122  00000-0  96763-3 0  1412
+2 07085 102.0610 051.2616 0098658 062.8207 083.8620 12.59262772812061
+1 07086U 73086CE  13116.03402072 -.00000004  00000-0  28950-3 0   617
+2 07086 101.7168 145.6403 0012826 202.1848 213.3369 12.40351530785982
+1 07087U 73086CF  13117.66560297  .00005130  00000-0  87544-2 0  3140
+2 07087 102.0483 151.8691 0177304 018.8537 094.0370 13.39540554539297
+1 07088U 73086CG  13115.78551781  .00000442  00000-0  18498-2 0  5640
+2 07088 102.4029 197.2060 0265392 232.9908 276.0312 12.81071918837320
+1 07091U 73086CK  13117.82002693 -.00000407  00000-0 -42614-2 0  3530
+2 07091 102.1592 213.9555 0286543 041.2517 101.4207 11.95936979722686
+1 07092U 73086CL  13117.29636564 -.00000193  00000-0 -34042-3 0  1876
+2 07092 101.8143 236.5614 0320624 136.2180 261.4713 13.05413957876400
+1 07093U 73086CM  13117.53083446  .00000027  00000-0  62139-3 0  8441
+2 07093 102.1239 095.4830 0071079 149.5666 325.8566 12.26813493757013
+1 07094U 74001A   13117.15069818  .00000037  00000-0  23201-4 0  5216
+2 07094 082.9540 134.5182 0035777 228.6687 161.3755 13.75608064971041
+1 07095U 74001B   13117.44819056  .00000170  00000-0  15165-3 0  8137
+2 07095 082.9492 082.0468 0038364 055.8813 091.2011 13.78404113974577
+1 07124U 73086CN  13115.92303564 -.00000020  00000-0  20432-3 0  8065
+2 07124 102.0459 096.3066 0052549 239.9769 154.1019 12.29972704771781
+1 07126U 73086CQ  13116.02115976  .00000289  00000-0  22133-2 0  9131
+2 07126 101.8877 156.4104 0290010 268.7102 159.9780 12.38257335779886
+1 07127U 73086CR  13115.99076501 -.00000347  00000-0 -34207-2 0  2435
+2 07127 101.8744 131.4930 0265683 340.0452 043.1251 12.00457268729293
+1 07128U 73086CS  13116.68764616  .00000414  00000-0  25912-2 0  8155
+2 07128 101.5971 173.4311 0024647 174.6573 331.1624 12.61517516807628
+1 07129U 73086CT  13116.95100634  .00000789  00000-0  90641-2 0  2127
+2 07129 102.0482 265.4360 0244028 017.7798 125.6357 12.03015255730174
+1 07130U 73086CU  13116.30918227  .00002102  00000-0  64699-2 0  9822
+2 07130 102.4389 039.4636 0075411 071.4839 052.0064 13.06180907828393
+1 07131U 73086CV  13117.55301846  .00000155  00000-0  19637-2 0  4782
+2 07131 101.8687 330.5473 0180455 171.1902 249.5111 12.12935968743467
+1 07132U 73086CW  13116.04436003  .00000057  00000-0  74474-3 0  5985
+2 07132 101.6756 118.7196 0019804 324.9582 067.8627 12.40252255784574
+1 07133U 73086CX  13117.14999374  .00000001  00000-0  33388-3 0  7882
+2 07133 101.9812 199.5820 0035648 325.5712 060.6512 12.41173322785201
+1 07134U 73086CY  13116.20104841 -.00000189  00000-0 -91468-3 0  7361
+2 07134 101.8150 210.3115 0021014 164.2632 252.0518 12.52360753799291
+1 07135U 73086CZ  13117.64295383  .00000399  00000-0  24601-2 0  5063
+2 07135 102.2509 151.2958 0139885 248.6831 229.4581 12.60854901808681
+1 07136U 73086DA  13117.59348884 -.00000214  00000-0 -10805-2 0   708
+2 07136 101.6776 164.1555 0046100 045.3574 111.4576 12.52352400800987
+1 07137U 73086DB  13115.99983468  .00000193  00000-0  14251-2 0   998
+2 07137 101.4151 139.5177 0052635 169.1570 260.6342 12.56250020803722
+1 07138U 73086DC  13116.23406347 -.00000027  00000-0  13918-3 0  3498
+2 07138 101.9980 182.0270 0054787 151.3736 241.3761 12.31696033775081
+1 07139U 73086DD  13117.84575194  .00000295  00000-0  27331-2 0  9051
+2 07139 102.1224 233.5371 0057884 353.3912 151.9361 12.34023598772791
+1 07140U 73086DE  13115.98792453 -.00000009  00000-0  26986-3 0  5354
+2 07140 101.7609 105.6555 0024119 181.1669 212.8547 12.35905800779885
+1 07141U 73086DF  13115.95630359  .00000274  00000-0  24245-2 0   979
+2 07141 102.1421 090.8665 0027915 148.2485 245.5942 12.38775811780353
+1 07142U 73086DG  13116.20031596 -.00000120  00000-0 -62276-3 0  3171
+2 07142 102.1353 198.6759 0045339 217.3301 170.7992 12.31845604774677
+1 07143U 73086DH  13117.76389086 -.00000072  00000-0 -21097-3 0    83
+2 07143 102.4075 173.1624 0049290 159.2071 350.0515 12.32875113776258
+1 07145U 73086DK  13115.83294696  .00000152  00000-0  25546-2 0  6178
+2 07145 101.9825 069.4284 0317865 148.3384 250.9893 11.81410158702183
+1 07146U 73086DL  13117.41155553 -.00000176  00000-0 -98803-3 0  9755
+2 07146 101.7788 063.4691 0054361 210.9148 260.7577 12.40085649778628
+1 07147U 73086DM  13116.68727403 -.00000056  00000-0 -11237-3 0  9105
+2 07147 101.8251 154.9867 0056303 162.7984 344.4533 12.32807769775755
+1 07148U 73086DN  13117.20963065  .00000023  00000-0  59440-3 0  2429
+2 07148 102.3135 188.9956 0128298 258.0884 134.9961 12.26392786765803
+1 07149U 73086DP  13116.16098211  .00000074  00000-0  90535-3 0   521
+2 07149 102.1181 200.0832 0055032 242.9032 149.2242 12.38761940780605
+1 07150U 73086DQ  13116.86437784  .00000339  00000-0  34051-2 0  7859
+2 07150 101.9014 255.7555 0125345 348.7380 166.5790 12.24264983759521
+1 07151U 73086DR  13116.80013368 -.00000024  00000-0  20080-3 0  2936
+2 07151 102.7339 189.8594 0156659 093.2515 053.2383 12.16802694750625
+1 07152U 73086DS  13117.73053169 -.00000021  00000-0  19569-3 0  9230
+2 07152 102.0798 165.0901 0080287 142.0158 006.1564 12.28333458769780
+1 07153U 73086DT  13117.17753456 -.00000016  00000-0  21591-3 0   777
+2 07153 101.9124 157.4847 0032469 026.0600 005.0791 12.35228723778289
+1 07155U 73086DU  13115.86025464  .00000171  00000-0  16112-2 0  2623
+2 07155 102.3650 217.9004 0122566 250.7651 257.3271 12.39014220781487
+1 07156U 73086DV  13116.13268545 -.00000074  00000-0 -33178-3 0   268
+2 07156 102.0854 208.9476 0136913 055.4833 008.9572 12.14476853750080
+1 07158U 73086DW  13115.86064031 -.00000017  00000-0  21637-3 0  6217
+2 07158 102.0291 089.7234 0041591 114.5924 270.9844 12.31691681774355
+1 07160U 73086DY  13117.60643086  .00000234  00000-0  22368-2 0  4946
+2 07160 101.9450 157.7305 0087030 203.3581 314.9145 12.33375991774002
+1 07161U 73086DZ  13110.90375705 -.00000049  00000-0 -42529-4 0  7147
+2 07161 101.8068 089.5549 0015184 035.9479 031.4386 12.41009389786875
+1 07162U 73086EA  13117.61677241  .00000879  00000-0  42204-2 0  4967
+2 07162 101.4859 154.6554 0100267 222.6727 294.7610 12.75765282814793
+1 07163U 73086EB  13117.52805367  .00000004  00000-0  39376-3 0  8837
+2 07163 102.0180 098.1439 0064924 140.9967 333.4791 12.31132457773552
+1 07164U 73086EC  13117.06059487  .00000314  00000-0  17106-2 0  6413
+2 07164 101.4646 137.2781 0079981 335.6378 057.7276 12.73433887827568
+1 07165U 73086ED  13116.90703786 -.00000034  00000-0  45396-4 0  1255
+2 07165 101.6665 075.1212 0182786 088.1806 307.1345 13.06600512862336
+1 07166U 73086EE  13117.55625267  .00000042  00000-0  63600-3 0  7762
+2 07166 101.7327 115.0950 0013505 194.2883 285.8087 12.40634669785529
+1 07167U 73086EF  13117.22712225 -.00000350  00000-0 -19960-2 0   540
+2 07167 101.8857 207.4951 0021589 287.6257 098.2841 12.50134049793700
+1 07168U 73086EG  13117.76965760 -.00000362  00000-0 -32383-2 0  1711
+2 07168 102.3808 042.9040 0179423 194.3829 190.6399 12.12073876744129
+1 07169U 73086EH  13116.50958712  .00000078  00000-0  63538-3 0  1508
+2 07169 101.6325 095.2170 0127802 275.7376 231.9034 12.66586102821622
+1 07170U 73086EJ  13116.99377253  .00000542  00000-0  20593-2 0  9000
+2 07170 101.7021 102.3646 0106478 177.9541 215.9050 12.95002590840514
+1 07173U 73086EK  13116.28258065 -.00000478  00000-0 -35300-2 0   704
+2 07173 102.2115 236.0502 0229700 060.1478 355.6374 12.26899236589188
+1 07174U 73086EL  13111.79469369 -.00000245  00000-0 -20028-2 0  2971
+2 07174 102.1095 045.7194 0297744 266.5835 125.0259 12.07299640751420
+1 07175U 73086EM  13117.54829417  .00000417  00000-0  16442-2 0    89
+2 07175 102.6125 325.2286 0201185 054.2291 010.2680 12.90191036849872
+1 07176U 73086EN  13117.55182655 -.00000010  00000-0  17785-3 0  2687
+2 07176 102.2834 338.2139 0177395 069.0634 002.4865 12.75180391836214
+1 07177U 73086EP  13117.66098977  .00000047  00000-0  23964-3 0   350
+2 07177 102.0222 155.0163 0262660 104.2238 015.0360 13.11135834875214
+1 07179U 73086EQ  13115.75353140  .00005413  00000-0  11885-1 0  2728
+2 07179 102.6912 184.6139 0073177 260.3993 246.3740 13.28035433841164
+1 07180U 73086ER  13117.63932148  .00000471  00000-0  23268-2 0  6946
+2 07180 102.2464 143.9038 0153560 247.9959 235.9450 12.75574591828507
+1 07181U 73086ES  13116.49226223  .00000019  00000-0  40506-3 0    71
+2 07181 102.4621 311.4357 0104051 142.1446 246.4542 12.56345835807837
+1 07182U 73086ET  13117.49881312  .00000423  00000-0  17923-2 0  8083
+2 07182 102.5094 103.2972 0342967 203.8474 281.3769 12.73796005 76542
+1 07183U 73086EU  13117.51280811  .00000198  00000-0  12658-2 0  6531
+2 07183 102.3962 102.0784 0126854 143.5701 002.2629 12.66602287816863
+1 07184U 73086EV  13117.55858116  .00000915  00000-0  29911-2 0  7397
+2 07184 102.3052 123.8761 0189622 351.5182 122.3250 12.99332927859235
+1 07185U 73086EW  13117.52666970  .00000154  00000-0  17774-2 0  8468
+2 07185 101.7757 123.1756 0153301 017.1339 127.3589 12.21844162755725
+1 07186U 73086EX  13117.12898685 -.00000049  00000-0  57131-5 0   960
+2 07186 101.7933 188.8394 0237942 170.6303 222.7954 12.96528374855822
+1 07190U 73086EY  13117.44282316  .00001141  00000-0  13189-2 0  4035
+2 07190 102.7147 289.1423 0251907 357.1948 064.4611 13.59785676924319
+1 07191U 73086EZ  13108.82594513 -.00000246  00000-0 -19723-2 0  4131
+2 07191 102.1469 190.0289 0259656 159.0223 317.9975 12.11953903316215
+1 07192U 73086FA  13114.99511041 -.00000027  00000-0  16433-3 0  1759
+2 07192 102.1583 138.7637 0440326 283.9396 136.6174 11.59613678670733
+1 07193U 73086FB  13117.07169514 -.00000280  00000-0 -23837-2 0  7287
+2 07193 101.8032 155.7074 0302338 032.8601 344.0812 12.07260512735424
+1 07194U 73086FC  13117.14371521  .00000007  00000-0  73579-3 0  4257
+2 07194 102.6493 326.7127 0540360 240.0734 272.1218 11.48717353652886
+1 07195U 73086FD  13117.47464593  .00000945  00000-0  12986-2 0  9256
+2 07195 103.2138 305.8831 0328249 152.0349 268.0998 13.42553843908672
+1 07196U 73086FE  13117.49864726 -.00000025  00000-0  15378-3 0   857
+2 07196 102.4184 303.2759 0052511 148.9193 269.1529 12.46792489796078
+1 07198U 73086FG  13115.19644155  .00000340  00000-0  15371-2 0  4356
+2 07198 102.3212 216.9856 0145389 038.6723 025.3603 12.84951079841158
+1 07200U 73086FJ  13116.91313869 -.00000156  00000-0 -12232-2 0  2185
+2 07200 102.4170 268.9264 0306802 198.6050 318.6448 12.00278691726365
+1 07202U 73086FL  13117.36132950  .00000196  00000-0  50205-3 0  9145
+2 07202 102.0278 033.5911 0302197 355.7878 114.0701 13.19256986887759
+1 07203U 73086FM  13116.02996523  .00000296  00000-0  36954-3 0  9845
+2 07203 102.0123 277.7078 0454371 140.1690 336.2802 13.37773407918314
+1 07209U 74011A   13117.79922300  .00000062  00000-0  25945-4 0   332
+2 07209 081.2297 059.3760 0039550 025.1094 006.7171 14.13587697 17395
+1 07210U 74011B   13116.98367273  .00000200  00000-0  97915-4 0  9751
+2 07210 081.2367 087.8073 0080738 358.6081 033.9848 14.12803900 16436
+1 07213U 74013A   13117.00243481  .00000301  00000-0  97564-4 0  2322
+2 07213 097.8177 273.8983 0119088 283.7693 224.3318 14.41439189 47872
+1 07218U 74015A   13117.55011142  .00000133  00000-0  69084-4 0    42
+2 07218 099.1306 315.9538 0057673 192.7820 226.5626 14.29952154 35020
+1 07219U 74015B   13117.35099715  .00000098  00000-0  60422-4 0  7429
+2 07219 098.9703 226.6707 0065847 066.5977 326.2358 14.24570482 29914
+1 07228U 74013B   13116.98660707  .00000266  00000-0  90274-4 0  5108
+2 07228 097.8468 261.5456 0110540 347.0350 160.7911 14.40358615 46681
+1 07229U 74017A   13116.54594134 -.00000126  00000-0  00000+0 0  1447
+2 07229 010.7797 323.1696 0035824 284.4539 047.4739 01.00785361 73825
+1 07250U 74022A   13115.48345164 -.00000298  00000-0  10000-3 0  8718
+2 07250 014.7114 347.6442 0001215 325.7502 034.2050 00.99903951 74377
+1 07265U 74024A   13116.86917229 -.00000012  00000-0  26025-4 0  4834
+2 07265 074.0176 310.3318 0060167 025.1986 105.1533 12.57279855790620
+1 07266U 74024B   13116.12520513 -.00000018  00000-0 -71332-5 0  6280
+2 07266 074.0202 005.7294 0103223 031.8426 113.3093 12.65756078802579
+1 07267U 74024C   13116.18550257 -.00000048  00000-0 -17413-3 0  6039
+2 07267 074.0161 159.1995 0082946 211.1822 205.2083 12.61512908796555
+1 07268U 74024D   13116.46441826 -.00000010  00000-0  31632-4 0  5129
+2 07268 074.0178 082.6034 0093811 124.8732 022.9288 12.63612565799579
+1 07269U 74024E   13116.42625531  .00000009  00000-0  14775-3 0  5960
+2 07269 074.0188 232.3857 0072754 296.4055 095.2596 12.59463504793666
+1 07270U 74024F   13115.83947646  .00000006  00000-0  13611-3 0  5886
+2 07270 074.0207 034.3362 0051340 132.0271 263.2052 12.54953992787188
+1 07271U 74024G   13117.09626861  .00000003  00000-0  12422-3 0  5819
+2 07271 074.0157 109.3508 0039657 219.3581 171.8085 12.52803596784288
+1 07272U 74024H   13117.75921758 -.00000038  00000-0 -14502-3 0  7831
+2 07272 074.0182 197.1584 0033409 336.7000 170.0558 12.50307145780824
+1 07273U 74024J   13116.53599096  .00000007  00000-0  17977-3 0  9119
+2 07273 074.0223 171.1077 0075154 118.4556 031.6735 12.30402746752586
+1 07274U 74025A   13117.01919508  .00000056  00000-0  25740-4 0  6837
+2 07274 081.2275 288.8576 0019050 190.4075 317.0290 14.08178956  2959
+1 07275U 74025B   13117.70374066  .00000039  00000-0  15598-4 0  6941
+2 07275 081.2431 338.0871 0056280 168.8917 223.0436 14.06403611   841
+1 07276U 74026A   13117.01805016  .00000203  00000-0  33501-3 0  7285
+2 07276 062.1863 110.3012 7205262 266.3511 252.3921 02.24802722168677
+1 07281U 74028A   13115.87314578 -.00000031  00000-0 -72846-4 0  8483
+2 07281 074.0424 321.2539 0021235 353.5660 131.6140 12.69506769807155
+1 07284U 74028B   13116.90395463  .00000039  00000-0  27591-3 0  9183
+2 07284 074.0412 247.7429 0017446 252.1318 255.0117 12.71587847810044
+1 07291U 74029A   13117.74852646 -.00000059  00000-0  24660-4 0  1298
+2 07291 064.9726 341.3994 0047183 221.8794 172.2494 13.92840618982374
+1 07297U 74032A   13117.18921809 -.00000060  00000-0  27162-4 0  6651
+2 07297 064.9510 050.5848 0047588 055.5998 091.6722 13.79402233963217
+1 07298U 74033A   13116.15686977 -.00000000  00000-0  10000-3 0  8639
+2 07298 014.2897 324.2016 0012913 303.8209 055.9863 00.98611105 72554
+1 07318U 74039A   13116.12078509 -.00000248  00000-0  10000-3 0  9894
+2 07318 011.7085 325.1515 0030947 164.6202 195.3903 01.01982520 73186
+1 07324U 74039C   13110.69633538 -.00000001  00000-0  10000-3 0  3910
+2 07324 012.5135 327.5406 0022417 205.5301 154.3039 01.00670200 71249
+1 07337U 74044A   13117.83029544  .00001992  00000-0  11478-3 0  6629
+2 07337 082.9516 298.1877 0597788 277.8044 075.5711 14.25009782950335
+1 07349U 74048A   13117.11619822  .00000039  00000-0  25136-4 0  1107
+2 07349 082.9480 129.4715 0024190 337.2912 054.3183 13.75414778948684
+1 07350U 74048B   13116.96639179 -.00000032  00000-0 -47632-4 0   848
+2 07350 082.9446 088.1966 0016212 224.4260 169.0321 13.77527415951469
+1 07363U 74052A   13117.05353212  .00000026  00000-0  95734-5 0  5213
+2 07363 081.2252 291.7869 0018240 163.0321 345.9846 13.99646369980938
+1 07364U 74052B   13117.14990997 -.00000086  00000-0 -60110-4 0  9009
+2 07364 081.2315 171.6144 0051161 073.8242 320.1525 14.05753244988925
+1 07369U 74054A   13115.97259838  .00000042  00000-0  00000+0 0  1017
+2 07369 124.9467 094.3319 0075660 154.1367 243.3858 03.07214899435211
+1 07373U 74026E   13116.61005964  .00000840  00000-0  86998-3 0  7018
+2 07373 062.4121 260.9422 7353411 265.0403 031.5562 02.06512580287780
+1 07376U 74056A   13116.47569333  .00001550  00000-0  40881-2 0  6280
+2 07376 061.3830 190.7690 7341600 266.5268 138.6473 02.00614173283294
+1 07382U 74056D   13115.96852031  .00000025  00000-0  00000+0 0   556
+2 07382 063.2140 077.9341 6630763 242.6948 098.8602 02.91057131226018
+1 07392U 74060A   13116.42964847 -.00000259  00000-0  00000+0 0  1015
+2 07392 011.3763 323.4151 0014226 119.1638 018.2210 01.00209977 86033
+1 07400U 74060E   13115.90224234 -.00000090  00000-0 -95894-2 0  2705
+2 07400 045.8914 291.4988 6672633 187.0693 354.1531 02.54697181112382
+1 07411U 74063A   13117.53552153  .00000202  00000-0  10027-3 0  2647
+2 07411 098.6578 289.8038 0041926 356.4215 003.6660 14.26887992  9752
+1 07412U 74063B   13116.48806570  .00000074  00000-0  52366-4 0  8440
+2 07412 098.7284 288.1841 0046226 174.0493 186.1243 14.22446476  6724
+1 07424U 74069A   13117.49216316 -.00000002  00000-0  77672-4 0  7453
+2 07424 074.0587 315.5876 0038467 210.1897 180.0805 12.67126149788566
+1 07426U 74069B   13115.85010477 -.00000024  00000-0 -37546-4 0  1199
+2 07426 074.0572 264.4386 0043970 142.9815 024.5360 12.68758198175549
+1 07433U 74071A   13117.48999742  .00000068  00000-0  34946-4 0  6936
+2 07433 074.0494 218.1021 0013353 167.8308 271.8114 14.32104408 15906
+1 07434U 74071B   13116.52162527  .00000053  00000-0  27298-4 0  9179
+2 07434 074.0470 110.7997 0020411 031.9914 114.5649 14.36017747 19528
+1 07435U 74072A   13116.83045457 -.00000002  00000-0  81771-4 0  5949
+2 07435 074.0346 305.2909 0044604 173.7196 313.1348 12.57954466772834
+1 07436U 74072B   13117.59426889 -.00000034  00000-0 -13082-3 0  7190
+2 07436 074.0330 150.4189 0042371 274.8896 230.7583 12.41739024750113
+1 07437U 74072C   13116.14334775  .00000019  00000-0  24506-3 0  7412
+2 07437 074.0367 061.5568 0028127 185.4879 300.5392 12.44359230753632
+1 07438U 74072D   13117.78468594 -.00000031  00000-0 -10437-3 0  7583
+2 07438 074.0364 342.4921 0015499 080.4184 035.8496 12.46579863756954
+1 07439U 74072E   13117.52043378  .00000013  00000-0  18961-3 0  7774
+2 07439 074.0355 258.6799 0004014 032.0653 031.2847 12.49005598760330
+1 07440U 74072F   13116.32420591 -.00000038  00000-0 -14036-3 0  5719
+2 07440 074.0346 182.4928 0008397 083.1215 342.7345 12.51230426763316
+1 07441U 74072G   13117.05158650 -.00000015  00000-0  52156-5 0  5716
+2 07441 074.0336 103.9833 0020710 354.3816 039.1234 12.53447393766538
+1 07442U 74072H   13115.88257894 -.00000026  00000-0 -59900-4 0  5789
+2 07442 074.0380 028.0734 0033012 276.7351 113.1430 12.55649137769474
+1 07443U 74072J   13117.41551549 -.00000065  00000-0 -45205-3 0  9302
+2 07443 074.0363 067.3860 0132246 280.6149 228.4125 12.22859099723611
+1 07466U 74075A   13116.76571993  .00000086  00000-0  10000-3 0    73
+2 07466 014.7025 348.6190 0007839 086.9639 273.0978 00.99852109 89739
+1 07476U 74079A   13117.52901924  .00000063  00000-0  52021-4 0  3791
+2 07476 082.9396 114.6717 0031562 124.0085 022.9191 13.72019496928552
+1 07477U 74079B   13117.42684503  .00000019  00000-0  46803-5 0  5179
+2 07477 082.9421 081.2867 0033224 355.8097 150.7052 13.73985991931026
+1 07488U 73086FU  13116.75060723 -.00002038  00000-0 -64481-2 0   770
+2 07488 102.6142 214.6855 0491049 122.9793 027.9569 12.67301555693412
+1 07489U 73086FV  13115.44358777 -.00000014  00000-0  25002-3 0  3743
+2 07489 102.0396 093.9481 0059778 301.9403 204.3800 12.29437057769651
+1 07490U 74083A   13117.19734866 -.00000059  00000-0 -40324-4 0  9116
+2 07490 081.1875 158.8197 0030749 322.1816 069.6884 14.09744177978837
+1 07493U 74083B   13117.19029183  .00000071  00000-0  34475-4 0  8096
+2 07493 081.1824 196.0454 0043478 354.1499 005.9156 14.07445705976105
+1 07529U 74089A   13117.54881502 -.00000023  00000-0  12852-3 0  6205
+2 07529 101.4402 109.0830 0009426 080.7099 031.4882 12.53081190758693
+1 07530U 74089B   13117.53082561 -.00000019  00000-0  15180-3 0  6666
+2 07530 101.4283 108.8814 0012133 029.7271 116.2023 12.53595626759431
+1 07531U 74089C   13116.00980084 -.00000042  00000-0  70829-5 0  5898
+2 07531 101.4305 107.9201 0011202 042.3159 350.9499 12.53495073759067
+1 07532U 74089D   13116.29980773 -.00000028  00000-0  12433-3 0  6705
+2 07532 101.9470 196.8743 0066679 235.8193 154.1344 12.39852426740414
+1 07544U 74093A   13115.42900983 -.00000217  00000-0  10000-3 0  1165
+2 07544 014.8540 352.2415 0007982 060.2307 299.8164 00.99793532 77358
+1 07545U 74093B   13117.01914887 -.00000066  00000-0  70165-3 0  5873
+2 07545 025.8116 220.2018 7181162 138.5988 348.3590 02.21086862180678
+1 07547U 74094A   13115.29473596  .00000057  00000-0  10000-3 0  7526
+2 07547 012.7640 333.6933 0005991 062.1474 297.8561 01.00224747 76629
+1 07559U 73088E   13116.45633815  .00000014  00000-0  19106-3 0  7857
+2 07559 096.7924 082.6300 0049144 103.2876 043.0071 12.55908360808575
+1 07560U 72062D   13116.01483406  .00000231  00000-0  13037-3 0  3125
+2 07560 082.9733 291.4504 0068709 028.2895 117.7311 14.05031924 78297
+1 07574U 74099A   13117.50919860  .00000087  00000-0  41215-4 0  6420
+2 07574 081.2324 327.2404 0016122 232.5396 189.4378 14.11163212973796
+1 07575U 74099B   13117.71849622  .00000016  00000-0  22538-5 0    33
+2 07575 081.2455 346.8647 0049665 233.8601 158.1020 14.10803048973568
+1 07578U 74101A   13106.23627959  .00000112  00000-0  10000-3 0  9228
+2 07578 013.8028 334.9050 0003695 107.8279 252.1628 00.99946981 69558
+1 07593U 74105A   13117.19172819  .00000034  00000-0  18815-4 0  4902
+2 07593 082.9541 009.1505 0025577 054.1538 110.9125 13.76586769925369
+1 07594U 74105B   13117.17538212  .00000098  00000-0  81329-4 0  6120
+2 07594 082.9480 334.3842 0014975 282.0522 227.2568 13.78672726927809
+1 07615U 75004A   13117.55577201 -.00000106  00000-0 -45219-4 0  8735
+2 07615 099.0167 177.9688 0008178 223.7439 263.9541 13.96563010949559
+1 07616U 75004B   13115.88901412  .00000083  00000-0  63434-4 0  7229
+2 07616 097.7435 078.0280 0186914 335.6863 038.7786 14.04617619946248
+1 07625U 75007A   13115.45576654 -.00000460  00000-0  00000+0 0  6023
+2 07625 068.5009 134.4188 5034883 067.4260 028.2769 02.00723051140363
+1 07629U 75007D   13117.02508954 -.00000509  00000-0  00000+0 0  4505
+2 07629 069.0752 125.3530 5379850 046.7439 066.4686 02.00937220141629
+1 07646U 75010A   13117.84499006 -.00000123  00000-0  17840-4 0  2274
+2 07646 049.8235 323.4358 0205712 052.4318 066.6597 13.82284097930807
+1 07647U 75010B   13117.19458163 -.00000067  00000-0  57172-4 0  4723
+2 07647 049.8241 156.4665 0219248 245.9477 159.1544 13.81547731927750
+1 07648U 75011A   13110.11210691 -.00000091  00000-0  10000-3 0  9575
+2 07648 014.3587 338.3162 0015115 117.1654 242.9560 00.99506260 87931
+1 07654U 75010C   13116.08014605  .00000048  00000-0  13124-3 0  9841
+2 07654 049.8454 065.7767 0176068 145.5491 303.0863 13.93415814940424
+1 07655U 75010D   13116.13801279  .00000061  00000-0  13835-3 0  9056
+2 07655 049.8029 093.8196 0183108 242.7050 205.5779 13.92525803939244
+1 07659U 75010E   13117.83878979 -.00000037  00000-0  75672-4 0  9242
+2 07659 049.8167 272.0630 0190501 043.4139 088.2047 13.91382674936948
+1 07663U 75012A   13116.81077894 -.00000030  00000-0  60831-4 0   383
+2 07663 069.2323 310.3029 0028493 257.2236 234.0359 12.68245231769169
+1 07665U 75012B   13115.84161072  .00000008  00000-0  24735-3 0  9104
+2 07665 069.2296 221.8312 0023545 234.4022 272.8945 12.70305085771693
+1 07678U 75016A   13117.85007759  .00000017  00000-0  22308-3 0  7535
+2 07678 074.0032 291.2025 0020111 239.9628 249.2301 12.47019768737396
+1 07679U 75016B   13116.39498917  .00000010  00000-0  16457-3 0  6804
+2 07679 074.0045 072.1155 0050626 320.7904 185.0306 12.53393125746077
+1 07680U 75016C   13116.75212973 -.00000034  00000-0 -10587-3 0  6965
+2 07680 074.0055 354.5915 0058856 223.0380 170.2878 12.55601975749190
+1 07681U 75016D   13116.80417877 -.00000009  00000-0  45256-4 0  8754
+2 07681 074.0040 215.7956 0029213 138.4133 007.8325 12.49235548740340
+1 07682U 75016E   13117.82170594 -.00000033  00000-0 -12015-3 0  7450
+2 07682 074.0061 011.3347 0021894 006.3274 024.8336 12.44682417305078
+1 07683U 75016F   13115.50101788 -.00000005  00000-0  73542-4 0  7241
+2 07683 074.0022 093.3047 0021482 136.9432 011.5756 12.42385334730653
+1 07684U 75016G   13116.45700647 -.00000032  00000-0 -11877-3 0  7092
+2 07684 074.0028 181.3348 0036051 246.3098 239.3190 12.39775164727146
+1 07685U 75016H   13116.19585354 -.00000041  00000-0 -16176-3 0  8739
+2 07685 074.0012 144.4946 0038276 044.9962 017.5126 12.51324440743174
+1 07686U 75016J   13115.70112017 -.00000120  00000-0 -95442-3 0  8256
+2 07686 074.0003 099.3940 0164944 265.0281 194.7288 12.20940752700513
+1 07714U 75023A   13117.45488725  .00000050  00000-0  22397-4 0  5248
+2 07714 081.2102 223.4034 0036932 194.4335 237.3057 14.07714719272486
+1 07715U 75023B   13117.51562212  .00000029  00000-0  95568-5 0  7755
+2 07715 081.2225 257.2175 0051878 064.8383 001.4301 14.06552784953167
+1 07718U 75024A   13117.18249478 -.00000088  00000-0  31630-5 0  8890
+2 07718 064.7192 011.7097 0063502 249.0457 254.2162 13.89413986932172
+1 07727U 75025A   13116.94511313  .00000002  00000-0  61578-4 0  9691
+2 07727 065.5904 279.6455 0057247 187.6851 316.0767 13.98818646944633
+1 07734U 75027A   13116.86706340 -.00000076  00000-0  48181-4 0  7907
+2 07734 114.9875 078.3930 0026540 256.7234 123.1467 14.18375531968706
+1 07735U 75027B   13116.62634633 -.00000102  00000-0  32749-4 0   318
+2 07735 114.9768 327.4775 0042404 205.6304 188.4369 14.24120581974804
+1 07736U 75028A   13117.15569161  .00000025  00000-0  91247-5 0  6860
+2 07736 082.9961 169.6994 0025743 200.6108 193.1817 13.78082174912904
+1 07737U 75028B   13117.52196319  .00000164  00000-0  14191-3 0  5160
+2 07737 082.9917 139.1124 0019695 095.6713 059.9073 13.80154451915262
+1 07768U 75034A   13116.89427941  .00000090  00000-0  80281-4 0  4664
+2 07768 082.9649 065.3052 0022830 198.6032 195.1374 13.73245106904592
+1 07769U 75034B   13115.86083160  .00000089  00000-0  77627-4 0    37
+2 07769 082.9645 040.3532 0019987 100.2613 292.4674 13.74696856906306
+1 07780U 75036A   13116.17905225 -.00000591  00000-0 -82162-3 0   952
+2 07780 062.9439 009.5578 7390294 252.3295 350.4623 02.00629876278643
+1 07790U 75038A   13114.74651091  .00000056  00000-0  10000-3 0  1200
+2 07790 014.7582 351.1487 0003389 051.5009 308.4958 01.00040261 81925
+1 07794U 75038D   13117.79348015  .00247980 -48743-5  16767-2 0  4165
+2 07794 024.2897 329.6837 1851684 025.9356 060.3329 11.93342957629792
+1 07800U 75036D   13115.87362404 -.00000749  00000-0  00000+0 0  7922
+2 07800 063.6794 095.1921 7142297 250.4872 054.4854 01.96651945272792
+1 07815U 75042A   13115.76464039  .00000053  00000-0  10000-3 0  9508
+2 07815 015.0139 353.0228 0013854 120.6957 239.4046 00.99259503 74388
+1 07820U 75045A   13115.73223552 -.00000036  00000-0 -11597-3 0  4877
+2 07820 074.0189 338.3687 0043030 284.7170 106.4327 12.56649511739412
+1 07822U 75045B   13116.40995538  .00000006  00000-0  16105-3 0  6950
+2 07822 074.0186 228.7164 0052854 059.5398 333.7081 12.38780940714807
+1 07823U 75045C   13115.61916014 -.00000042  00000-0 -16644-3 0  4751
+2 07823 074.0153 148.4266 0017429 136.8738 009.3264 12.51730153732602
+1 07824U 75045D   13115.86273958  .00000020  00000-0  23554-3 0  7713
+2 07824 074.0184 231.6161 0008326 269.8124 237.2553 12.49301010729273
+1 07825U 75045E   13116.52830987 -.00000022  00000-0 -46032-4 0  7608
+2 07825 074.0176 315.6746 0010297 097.7975 295.2465 12.46821668725937
+1 07826U 75045F   13117.54042826 -.00000012  00000-0  24406-4 0  8182
+2 07826 074.0147 128.9433 0037794 310.7777 225.5992 12.41682670718939
+1 07827U 75045G   13117.84383463 -.00000019  00000-0 -20333-4 0  7442
+2 07827 074.0202 043.8611 0025696 200.7063 194.3696 12.44177626722447
+1 07828U 75045H   13116.98852078  .00000010  00000-0  16077-3 0  5828
+2 07828 074.0192 063.6439 0030767 035.2845 079.6893 12.54133993736098
+1 07831U 75045J   13115.84500493 -.00000103  00000-0 -82662-3 0  9155
+2 07831 073.9860 083.6495 0130317 084.1428 306.6091 12.20761125689589
+1 07836U 72058G   13117.64631148  .00000528  00000-0  27622-3 0  4826
+2 07836 097.9707 141.2200 0342043 134.6274 012.4195 13.91361304915118
+1 07838U 72058J   13117.65152616  .00000339  00000-0  17271-3 0  7469
+2 07838 098.0820 342.2830 0336336 039.7689 353.9616 13.95447710919343
+1 07839U 72058K   13116.09321647  .00000860  00000-0  21370-3 0  1614
+2 07839 098.7609 142.3007 0199259 171.2112 256.4777 14.43301096970617
+1 07846U 72058S   13116.76547994  .00000360  00000-0  96759-4 0  4387
+2 07846 098.6024 009.9751 0156768 006.4034 024.3100 14.47526244993557
+1 07849U 72058V   13117.78444877  .00000493  00000-0  25383-3 0  3873
+2 07849 098.0517 019.7450 0350497 299.5976 088.2434 13.91852212903589
+1 07850U 72058W   13117.27059103  .00002077  00000-0  58800-3 0  7798
+2 07850 098.2649 213.2211 0223156 219.0527 174.5735 14.33048375949009
+1 07851U 72058X   13117.53485809  .00004837  00000-0  63289-3 0  7067
+2 07851 098.6485 343.7633 0123760 291.4652 067.3394 14.75695409976622
+1 07865U 72058AM  13115.80194712  .00006981  00000-0  77270-3 0  7270
+2 07865 098.0728 135.5337 0117504 175.8530 239.1026 14.82712089977385
+1 07890U 72058BG  13117.79207235  .00001350  00000-0  31668-3 0  2500
+2 07890 098.8252 198.4075 0187901 300.8579 207.1508 14.46173916961070
+1 07892U 72058BJ  13116.47914377  .00000545  00000-0  11047-3 0  9543
+2 07892 098.7002 121.1858 0116333 248.2975 260.8457 14.61701555  2777
+1 07893U 72058BK  13115.84938583  .00000543  00000-0  34043-3 0  3586
+2 07893 097.8072 235.1251 0406123 251.5644 259.1030 13.73865359891484
+1 07902U 75042B   13116.80712975  .00000021  00000-0  10354-2 0  8107
+2 07902 025.6713 064.4236 7194009 093.4025 200.8659 02.20929937174894
+1 07907U 72058BS  13115.77523278 -.00000195  00000-0 -73308-4 0  8189
+2 07907 097.7261 192.0119 0289152 069.4028 074.4024 14.02067699925478
+1 07924U 75052A   13117.52020878 -.00000029  00000-0  32896-4 0  1486
+2 07924 100.4041 301.5883 0007566 225.4275 196.4178 13.40650354853354
+1 07930U 72058BY  13117.18816251  .00005986  00000-0  52770-3 0  2935
+2 07930 097.8012 357.0700 0077503 212.2883 294.6590 14.94505684996586
+1 07933U 72058CB  13115.89787538  .00000432  00000-0  15735-3 0    39
+2 07933 098.5300 101.4270 0319169 248.2151 136.5604 14.13624916935634
+1 07937U 75051C   13115.82741266  .00000035  00000-0  23551-3 0  9460
+2 07937 095.0911 230.0517 0006108 002.9229 143.4015 12.68098669753132
+1 07938U 75051D   13116.67104487 -.00000004  00000-0  28511-4 0  9787
+2 07938 094.9692 148.9229 0038782 035.7130 112.4119 12.72000811758191
+1 07939U 75051E   13116.10964889 -.00000008  00000-0  14233-4 0  9348
+2 07939 095.1780 307.2306 0027535 048.5383 099.4568 12.64409042748006
+1 07940U 72058CF  13116.12733638  .00000563  00000-0  24692-3 0  8851
+2 07940 098.0249 271.3362 0346399 313.6418 103.9519 13.99632835 67817
+1 07946U 75052B   13117.55459034 -.00000023  00000-0  35227-4 0  4874
+2 07946 100.1537 314.7159 0045986 039.4481 330.7166 13.53462418 86205
+1 07957U 72058CM  13116.07663073  .00000799  00000-0  45300-3 0   973
+2 07957 098.9088 285.7819 0549065 059.8939 083.4712 13.55447527175926
+1 07958U 72058CN  13116.59578580  .00000867  00000-0  44417-3 0  3156
+2 07958 097.6631 306.9895 0324232 158.0505 236.1198 13.93521584 55846
+1 07959U 72058CP  13117.50814983  .00000478  00000-0  20955-3 0   492
+2 07959 097.9448 121.7968 0251992 347.2209 168.0569 14.12042931 89865
+1 07979U 72058DA  13117.33135514  .00000497  00000-0  34568-3 0  3546
+2 07979 097.8697 225.9168 0413872 254.7220 135.2929 13.67830789884733
+1 08004U 72058DF  13117.00676009  .00000786  00000-0  27701-3 0  3787
+2 08004 097.5930 287.2690 0229262 000.6147 144.0993 14.23489174 88900
+1 08015U 75063A   13117.28641497  .00001317  00000-0  00000+0 0    25
+2 08015 063.3948 014.6823 7366951 248.6453 342.3091 02.00925279277017
+1 08018U 75063D   13115.51037928  .00000992  00000-0  00000+0 0  1940
+2 08018 063.8313 089.1193 7166517 247.8207 341.4198 01.96803676271452
+1 08026U 75064A   13117.14760066  .00000025  00000-0  69927-5 0  4328
+2 08026 081.2805 358.2431 0022977 137.2708 026.1472 14.10031919943167
+1 08027U 75064B   13117.80707155  .00000055  00000-0  24817-4 0  7843
+2 08027 081.2991 071.1103 0053268 209.3284 180.6478 14.07129830939914
+1 08039U 75064C   13116.28689016  .00000003  00000-0 -59656-5 0  3527
+2 08039 081.3002 027.9283 0019411 143.7786 003.0610 14.08750884942065
+1 08063U 75072B   13115.13436337  .00045891 -39702-6  98628-3 0  5334
+2 08063 089.1612 205.8781 0733728 184.3278 175.1342 14.19657606663878
+1 08072U 75074A   13117.84959398  .00000064  00000-0  52232-4 0  3877
+2 08072 082.9077 051.7470 0028297 173.2528 220.7389 13.73813890889876
+1 08073U 75074B   13116.81141157  .00000053  00000-0  38694-4 0   512
+2 08073 082.9041 015.7802 0021811 027.4925 003.5810 13.75772382892279
+1 08084U 72058DK  13117.33653826  .00000420  00000-0  28664-3 0  9996
+2 08084 098.6446 042.6847 0563358 124.5081 002.6972 13.45931227993892
+1 08110U 75064D   13117.40422920  .00000008  00000-0 -27407-5 0  4650
+2 08110 081.3496 066.5113 0032903 335.9532 171.4718 14.10806677944794
+1 08132U 75077A   13115.61751932 -.00000084  00000-0  10000-3 0   667
+2 08132 013.4159 332.9891 0001383 106.3443 253.6129 00.99961822 94490
+1 08133U 75077B   13117.22346961  .00130270  00000-0  79636-3 0   434
+2 08133 025.2958 067.7037 0082110 320.7953 175.9518 15.70949301946115
+1 08134U 75077C   13116.34916348  .00000334  00000-0  99298-3 0  4436
+2 08134 013.2725 223.7018 7165468 333.1491 009.4130 02.35264128167220
+1 08136U 74089E   13116.17982400 -.00000049  00000-0 -19130-4 0  6012
+2 08136 101.5981 179.2162 0073845 337.5877 055.8524 12.64715216770075
+1 08137U 74089F   13117.69292674  .00000126  00000-0  83142-3 0  5463
+2 08137 101.0567 176.5258 0096123 310.9449 195.1032 12.70714499781502
+1 08139U 74089H   13117.13656447 -.00000038  00000-0  31233-4 0  9446
+2 08139 101.2977 158.0742 0050488 221.8872 171.6599 12.61642460770084
+1 08140U 74089J   13116.49582454 -.00000048  00000-0 -36174-4 0   679
+2 08140 101.4578 134.8099 0043347 005.6590 143.4553 12.46573530749563
+1 08141U 74089K   13117.73669830 -.00000103  00000-0 -48466-3 0  4764
+2 08141 101.4709 177.9892 0089778 145.5859 000.9620 12.36023624734793
+1 08142U 74089L   13117.61110596  .00000505  00000-0  39591-2 0   737
+2 08142 101.3576 336.8544 0313889 208.4834 218.4145 12.29702406689139
+1 08143U 74089M   13116.55254735 -.00000004  00000-0  20609-3 0  3957
+2 08143 101.2424 130.1627 0194257 351.4744 153.4165 12.60673280767996
+1 08144U 74089N   13115.64870240  .00000004  00000-0  28332-3 0   454
+2 08144 101.3712 150.8177 0147267 219.7338 287.8484 12.53384384758061
+1 08145U 74089P   13116.90557757  .00000006  00000-0  28100-3 0  1726
+2 08145 101.1902 081.4176 0029979 338.2968 055.5377 12.59046046766206
+1 08146U 74089Q   13117.00150942  .00000021  00000-0  36319-3 0  2666
+2 08146 101.3420 108.1068 0185793 091.2974 303.9928 12.54508848759438
+1 08151U 74089R   13117.43084846  .00000062  00000-0  37962-3 0  7483
+2 08151 101.8798 284.2705 0336742 046.3567 008.2148 12.80506332794592
+1 08152U 74089S   13116.57891256  .00000023  00000-0  37864-3 0  9276
+2 08152 101.2979 109.4979 0058011 059.7763 088.0096 12.59552611766511
+1 08153U 74089T   13115.89905461  .00000110  00000-0  14214-2 0  8847
+2 08153 100.9212 091.6107 0284370 173.0861 223.0535 12.09180411698402
+1 08154U 74089U   13115.53822353 -.00000035  00000-0  47365-4 0  6476
+2 08154 101.4299 101.1570 0006017 172.9860 334.0580 12.52308205757390
+1 08156U 74089W   13117.44529744  .00000103  00000-0  77913-3 0   603
+2 08156 101.9085 275.8092 0074739 095.3738 299.5422 12.67042675775545
+1 08157U 74089X   13116.50748946 -.00000001  00000-0  28605-3 0  3466
+2 08157 101.5546 109.1993 0135017 292.3580 214.2040 12.47063538749612
+1 08158U 74089Y   13116.49176411 -.00000012  00000-0  19903-3 0  1222
+2 08158 101.9349 128.3818 0070040 271.6712 237.3276 12.61230758768791
+1 08159U 74089Z   13115.54120667  .00000225  00000-0  14679-2 0  2095
+2 08159 101.5932 119.4136 0153553 170.0215 190.3969 12.60882688752717
+1 08160U 74089AA  13117.53518328 -.00000023  00000-0  12701-3 0  9261
+2 08160 101.9459 143.9644 0138213 149.1654 007.5833 12.63205978772145
+1 08161U 74089AB  13117.37802161  .00000808  00000-0  87186-2 0  6158
+2 08161 101.2400 060.2461 0380578 055.6321 066.3536 11.97627611677682
+1 08162U 74089AC  13116.32265714  .00000273  00000-0  21799-2 0  3634
+2 08162 100.7884 036.1056 0178807 317.4905 188.7789 12.40987414722715
+1 08163U 74089AD  13117.52673237  .00000459  00000-0  32623-2 0   867
+2 08163 102.3746 335.8076 0365638 115.8962 248.0262 12.33737826717919
+1 08164U 74089AE  13115.66608322 -.00000051  00000-0 -86833-4 0  8945
+2 08164 101.4970 137.2967 0120457 264.1468 246.1604 12.28856965725175
+1 08165U 74089AF  13116.70121050 -.00000011  00000-0  21168-3 0  1329
+2 08165 101.5569 175.3326 0021114 172.2350 333.6086 12.49753950753431
+1 08166U 74089AG  13115.65802547  .00000023  00000-0  43128-3 0  6338
+2 08166 101.4664 117.3752 0039002 215.4108 212.2687 12.50853447753963
+1 08167U 74089AH  13116.87871255  .00001874  00000-0  55027-2 0  4441
+2 08167 101.5467 225.5622 0130672 045.7170 099.7143 13.07552373795005
+1 08168U 74089AJ  13117.54352920 -.00000029  00000-0  87600-4 0  7540
+2 08168 101.3295 127.3110 0020984 214.3566 291.7048 12.52551402757884
+1 08169U 74089AK  13116.70549094  .00000857  00000-0  35714-2 0  7071
+2 08169 102.5178 161.3657 0161308 317.1145 190.1376 12.84267207783206
+1 08170U 74089AL  13116.08443918  .00003419  00000-0  54133-2 0  7154
+2 08170 101.6757 165.3547 0093068 356.5601 057.6482 13.48892964832085
+1 08172U 74089AN  13117.51391631 -.00000010  00000-0  20548-3 0  8069
+2 08172 101.4176 099.9653 0052861 005.6904 140.2274 12.54816560761087
+1 08173U 74089AP  13116.06035735  .00000016  00000-0  36882-3 0  2167
+2 08173 101.4201 121.8912 0112433 020.4610 011.8978 12.51172721754718
+1 08174U 74089AQ  13116.04084131 -.00000006  00000-0  23541-3 0  1381
+2 08174 101.4209 128.1484 0064379 255.1798 138.4159 12.52771677757255
+1 08175U 74089AR  13117.40558387  .00001519  00000-0  92998-2 0  9920
+2 08175 102.5522 068.7661 0234715 036.7884 083.5134 12.50158112726771
+1 08177U 74089AT  13115.65028201 -.00000347  00000-0 -32664-2 0   569
+2 08177 101.0583 138.6403 0264757 200.2641 309.7294 12.04959709691684
+1 08178U 74089AU  13117.12329951  .00000877  00000-0  60148-2 0  2061
+2 08178 102.1872 343.5282 0218708 354.9725 150.1519 12.44245849726768
+1 08179U 74089AV  13117.64956821 -.00000042  00000-0 -51344-5 0   325
+2 08179 101.3904 129.6751 0098696 276.7665 234.2299 12.33590764731454
+1 08180U 74089AW  13117.07104931  .00000022  00000-0  43639-3 0  3607
+2 08180 100.8183 283.9267 0112534 130.7110 018.2606 12.39311570738661
+1 08181U 74089AX  13117.80859334 -.00000016  00000-0  19629-3 0  4868
+2 08181 101.6950 031.1401 0070981 094.3232 298.7171 12.39887293739826
+1 08182U 74089AY  13116.11408510  .00001057  00000-0  53600-2 0  8807
+2 08182 100.5192 161.3470 0167488 149.9830 245.9299 12.68034663756129
+1 08183U 74089AZ  13116.51797947  .00000021  00000-0  46747-3 0  2435
+2 08183 100.7934 099.1159 0106351 026.3918 119.1293 12.32545463729600
+1 08184U 74089BA  13116.84294844 -.00000030  00000-0  97368-4 0  1931
+2 08184 101.7667 196.7553 0063635 351.7186 158.5150 12.47443253750687
+1 08185U 74089BB  13116.91074542  .00000085  00000-0  94283-3 0  3956
+2 08185 101.4821 246.3124 0070254 296.6135 209.7352 12.40052508740010
+1 08195U 75081A   13115.69891957  .00000556  00000-0  95484-3 0  2373
+2 08195 062.7331 346.1780 7438621 251.4878 020.6302 02.00730050275725
+1 08197U 75082A   13116.98380025 -.00000111  00000-0  21450-4 0  8274
+2 08197 046.9892 059.6121 0085314 094.2289 314.5646 13.59462380869670
+1 08285U 75086A   13115.78085546 -.00000015  00000-0  32219-5 0  6911
+2 08285 074.0119 002.7381 0052390 152.3473 241.3823 12.55742901724071
+1 08286U 75086B   13116.12993265 -.00000041  00000-0 -16071-3 0  7622
+2 08286 074.0083 170.7058 0029672 358.1701 064.9565 12.50836581717398
+1 08287U 75086C   13117.40134066  .00000004  00000-0  14117-3 0  9359
+2 08287 074.0114 057.9345 0022588 013.8784 134.8248 12.43499456707497
+1 08288U 75086D   13117.12428770 -.00000032  00000-0 -12472-3 0  9172
+2 08288 074.0067 141.6032 0029532 138.4908 256.7357 12.41028975704075
+1 08289U 75086E   13117.84525208 -.00000006  00000-0  74821-4 0  7902
+2 08289 074.0105 234.7940 0046192 243.7488 262.6434 12.38230762700315
+1 08290U 75086F   13116.43855073  .00000010  00000-0  16298-3 0  6775
+2 08290 074.0089 088.3355 0043117 261.4782 244.6986 12.53225519720707
+1 08291U 75086G   13117.50331050  .00000003  00000-0  12575-3 0  9701
+2 08291 074.0098 249.8138 0019497 109.2979 318.1969 12.48456583714300
+1 08292U 75086H   13116.67974870 -.00000032  00000-0 -11102-3 0  9486
+2 08292 074.0103 332.9315 0013316 243.5144 150.5460 12.46049727710901
+1 08293U 75087A   13117.13734601  .00000153  00000-0  75227-4 0  2705
+2 08293 081.2561 348.5921 0074239 286.5627 220.0199 14.11969113935927
+1 08294U 75087B   13117.00709367  .00000335  00000-0  17954-3 0  6868
+2 08294 081.2179 055.8114 0105638 348.4131 060.1919 14.08395797931983
+1 08295U 75086J   13115.87435646  .00000005  00000-0  17971-3 0  2260
+2 08295 074.0129 046.5745 0126804 145.6985 250.2785 12.22107688678073
+1 08296U 74089BD  13117.18093148  .00000523  00000-0  44627-2 0  3663
+2 08296 102.3898 206.4035 0208819 159.6266 235.1729 12.30643645758374
+1 08299U 74089BG  13117.00984049  .00001438  00000-0  22116-2 0  8408
+2 08299 102.1497 285.2036 0386913 018.1683 123.9384 13.27517630828909
+1 08300U 74089BH  13116.97879084 -.00000158  00000-0 -13033-2 0  4468
+2 08300 100.8870 098.8953 0357911 035.4998 358.0027 11.98760274679814
+1 08301U 74089BJ  13116.33739612  .00004158  00000-0  38430-2 0   917
+2 08301 103.0412 029.6727 0171237 105.6461 039.7207 13.76995880878111
+1 08303U 74089BL  13117.84567481  .00000243  00000-0  18405-2 0  9830
+2 08303 101.4548 066.1499 0032192 120.3290 274.3248 12.51460657752650
+1 08305U 74089BN  13117.82932098 -.00000038  00000-0  29712-4 0  2774
+2 08305 101.5650 196.8438 0093935 282.2243 227.9516 12.34886761732973
+1 08306U 74089BP  13116.18303824  .00000259  00000-0  20160-2 0  7610
+2 08306 101.9671 187.9664 0077915 243.9495 149.9716 12.48645600747539
+1 08307U 74089BQ  13116.02976409  .00000080  00000-0  14629-2 0  7951
+2 08307 101.1389 277.8268 0453798 213.0016 298.8843 11.74710481649827
+1 08308U 74089BR  13116.82894221 -.00000044  00000-0  38514-5 0  2667
+2 08308 101.9172 203.2525 0063252 167.1774 340.6207 12.45561467747801
+1 08310U 74089BT  13117.20360825 -.00000006  00000-0  28678-3 0  9990
+2 08310 101.8849 212.5207 0065752 268.8871 119.5136 12.40212552740639
+1 08311U 74089BU  13117.04177162 -.00000031  00000-0  78887-4 0   518
+2 08311 101.4953 121.2650 0037470 104.3696 289.3875 12.45382607747979
+1 08314U 72058EG  13117.42002977  .00001713  00000-0  25977-3 0  3014
+2 08314 098.3719 053.9366 0106895 070.9325 048.0308 14.71729319159172
+1 08319U 72058EM  13117.70969740  .00000275  00000-0  76384-4 0  4573
+2 08319 098.6089 358.1279 0142597 273.3005 117.9747 14.49271112142270
+1 08325U 75089A   13116.75879172  .00000039  00000-0  64555-4 0  8524
+2 08325 082.9597 352.9202 0029054 029.6007 000.5366 13.19678825810578
+1 08326U 75089B   13117.13081175  .00000112  00000-0  24096-3 0  1188
+2 08326 082.9560 324.5074 0022685 281.6629 226.5200 13.21426327812811
+1 08330U 75091A   13116.98518465 -.00000331  00000-0  10000-3 0  1303
+2 08330 014.7770 352.0371 0008306 089.5642 270.4939 00.99938389 73512
+1 08331U 75091B   13115.79502063  .00000147  00000-0  22130-2 0   746
+2 08331 022.1520 055.7408 7216343 049.8578 353.5679 02.21680070302194
+1 08343U 75094A   13117.54579683  .00000087  00000-0  39909-4 0  8845
+2 08343 074.0543 141.5362 0010332 066.8112 095.7688 14.34515873964337
+1 08344U 75094B   13116.86900905  .00000149  00000-0  57339-4 0  1709
+2 08344 074.0601 031.3021 0022826 310.0740 081.9341 14.38540985968189
+1 08352U 75082B   13115.78524380 -.00000091  00000-0  45613-4 0  2030
+2 08352 046.9883 358.5329 0084784 156.4542 253.4628 13.60666678870375
+1 08357U 75097A   13117.01856627 -.00000358  00000-0  10000-3 0   586
+2 08357 012.1978 326.6132 0013445 050.1413 309.8994 01.00323512 83647
+1 08366U 75100A   13117.50721328  .00000005  00000-0  00000+0 0  3704
+2 08366 013.7629 335.2098 0003755 123.7354 174.0668 01.00247886137085
+1 08394U 74089BW  13117.08654502 -.00000042  00000-0  28472-4 0  3319
+2 08394 102.7022 164.2503 0175587 115.6242 280.3467 12.20115590354328
+1 08395U 74089BX  13110.58434282 -.00000023  00000-0  10000-3 0  1784
+2 08395 100.7965 337.0484 0140654 308.4850 053.0829 12.62334113751592
+1 08396U 74089BY  13117.38918326  .00000063  00000-0  78589-3 0  2696
+2 08396 102.1403 059.6696 0063644 294.9942 185.1694 12.42428895746985
+1 08397U 74089BZ  13115.21149109  .00009810  00000-0  12811-1 0  3438
+2 08397 101.7256 200.3486 0048073 251.5093 163.7487 13.61426856842205
+1 08398U 74089CA  13115.81749140 -.00000060  00000-0 -14968-3 0   924
+2 08398 101.9975 125.9556 0076738 292.6288 115.6851 12.26502947476926
+1 08399U 74089CB  13117.16017126 -.00000026  00000-0  14298-3 0  3039
+2 08399 102.0916 176.7185 0154232 298.3318 094.2552 12.38690481741164
+1 08400U 74089CC  13116.06288543 -.00000001  00000-0  30455-3 0  6065
+2 08400 101.8297 171.5496 0052753 305.7566 122.8776 12.44191098748426
+1 08401U 74089CD  13117.50963616  .00000038  00000-0  44578-3 0  7507
+2 08401 101.7503 097.8213 0061080 225.9882 257.4978 12.66344531778068
+1 08403U 74089CF  13117.17676052 -.00000079  00000-0 -24403-3 0  4810
+2 08403 101.5290 023.8810 0053760 306.0796 204.3963 12.46484481751685
+1 08404U 74089CG  13117.59018463  .00002015  00000-0  79717-2 0  8735
+2 08404 100.7992 000.4520 0088598 090.4985 330.1564 12.87850528777043
+1 08405U 74089CH  13116.50399770 -.00000029  00000-0  12489-3 0  9682
+2 08405 102.6799 322.4215 0693048 337.4438 044.8176 11.29240844589810
+1 08406U 74089CJ  13116.89572832  .00000468  00000-0  31224-2 0  3774
+2 08406 101.3719 071.9595 0022353 257.2017 136.3239 12.55552219759293
+1 08407U 74089CK  13117.60293547  .00000095  00000-0  65720-3 0  3133
+2 08407 101.1690 140.2945 0234865 090.1868 023.9795 12.65498668778253
+1 08418U 75081D   13117.77486655 -.00000960  00000-0  00000+0 0   472
+2 08418 063.5548 050.9115 7350216 248.0065 060.7614 01.97211533270458
+1 08419U 75103A   13117.43014777  .00000063  00000-0  50417-4 0  6913
+2 08419 082.9760 230.6399 0020431 282.8668 143.9196 13.74469054879558
+1 08421U 75103B   13117.79017969  .00000020  00000-0  48632-5 0   982
+2 08421 082.9747 195.9284 0024228 147.1189 002.1358 13.76566187881108
+1 08425U 75105A   13117.15701586 -.00000573  00000-0  00000+0 0  3598
+2 08425 063.2283 009.8081 7359593 244.5633 341.1411 02.00628979274404
+1 08435U 74089CL  13116.53339306 -.00000048  00000-0 -72717-4 0  7600
+2 08435 101.5169 304.5280 0165295 300.4746 091.6368 12.20661929713854
+1 08436U 74089CM  13116.80291321 -.00000028  00000-0  11239-3 0  9289
+2 08436 101.7982 037.8325 0087817 036.6271 357.1057 12.35366097734302
+1 08437U 74089CN  13114.94465779 -.00000007  00000-0  21259-3 0  7708
+2 08437 101.3064 106.0303 0045629 155.3534 234.2065 12.57988504765160
+1 08438U 74089CP  13116.63688769 -.00001369  00000-0 -14494-2 0  5111
+2 08438 101.6465 340.7465 0169906 296.8887 095.0477 13.65570174866760
+1 08439U 74089CQ  13117.13561901  .00000651  00000-0  26273-2 0  5452
+2 08439 102.3926 335.3728 0014636 064.1256 296.1342 12.91850820795525
+1 08458U 75112A   13117.06666462  .00000095  00000-0  44872-4 0  6844
+2 08458 074.0582 116.5579 0013522 299.6981 094.7129 14.32365229953167
+1 08459U 75112B   13117.78883352  .00000091  00000-0  40134-4 0  8017
+2 08459 074.0640 004.6251 0016406 196.8424 163.2187 14.36198667957165
+1 08462U 75105D   13117.70401203 -.00001143  00000-0  00000+0 0  8671
+2 08462 063.8265 063.4283 7267469 245.5243 043.2610 01.98048563269584
+1 08473U 75116A   13117.50279947 -.00000052  00000-0  32455-4 0  2723
+2 08473 065.0767 109.3605 0074648 167.4860 339.0237 13.82107958886115
+1 08476U 75117A   13111.76818555  .00000080  00000-0  10000-3 0  9282
+2 08476 014.8979 352.1453 0020735 131.7189 228.4310 00.99599421 81787
+1 08495U 72058FQ  13117.79943424  .00006307  00000-0  54991-2 0   934
+2 08495 101.3339 207.4187 1090481 127.7065 014.6232 12.39158761639254
+1 08513U 75123A   13117.07869217 -.00000211  00000-0  10000-3 0  3924
+2 08513 012.5052 328.4921 0010366 118.3944 241.6368 01.00282806146827
+1 08519U 75124A   13117.05664140  .00000215  00000-0  11344-3 0  5104
+2 08519 081.2422 122.2423 0012169 240.5320 153.2528 14.10582746920448
+1 08520U 75124B   13117.29797418  .00000068  00000-0  32226-4 0  8794
+2 08520 081.2927 189.0054 0034849 259.9403 130.6494 14.08756439918320
+1 08539U 72058GN  13116.26692359  .00000710  00000-0  30687-3 0   223
+2 08539 097.3067 200.2235 0214926 215.8624 177.0725 14.15135235 94490
+1 08542U 72058GR  13116.03198322  .00000393  00000-0  23505-3 0   906
+2 08542 097.9260 290.3577 0363817 160.1173 324.4938 13.82743652 55491
+1 08544U 72058GT  13117.73846581  .00000365  00000-0  42385-3 0  6893
+2 08544 097.4312 275.4370 0850389 191.3191 304.2268 12.72003809907536
+1 08546U 75123D   13116.13503669 -.00000062  00000-0 -38025-3 0  8918
+2 08546 045.7922 106.1248 5881108 245.3981 128.5034 03.97145776499654
+1 08554U 74089CR  13116.04182140 -.00000001  00000-0  25562-3 0  2855
+2 08554 101.3245 116.7180 0030573 304.5253 087.9706 12.55761285761366
+1 08555U 74089CS  13116.20266046 -.00000082  00000-0 -24779-3 0   196
+2 08555 101.3967 011.9570 0062351 087.4487 033.0693 12.52989051752033
+1 08556U 74089CT  13116.25595958 -.00000026  00000-0  10537-3 0  7336
+2 08556 101.4301 046.6794 0083397 226.8302 292.9087 12.52722977756239
+1 08560U 74089CX  13116.73090995  .00000056  00000-0  15323-3 0  8088
+2 08560 102.0957 212.8298 0411321 035.8862 129.2129 13.29847810855558
+1 08561U 74089CY  13117.51627260  .00000279  00000-0  17468-2 0  8872
+2 08561 101.4781 095.4312 0067384 345.8338 130.5961 12.64167145768418
+1 08562U 74089CZ  13116.85727751  .00000127  00000-0  15484-2 0  1786
+2 08562 101.6797 215.9062 0264138 224.5028 215.2050 12.14999644772657
+1 08563U 74089DA  13116.20610446  .00000022  00000-0  40664-3 0  8777
+2 08563 101.3747 013.5086 0084308 259.3785 256.8150 12.52449300755163
+1 08564U 74089DB  13117.50385302  .00000273  00000-0  17137-2 0  9454
+2 08564 101.2297 086.8062 0054753 335.2758 145.6834 12.64191251766703
+1 08566U 74089DD  13115.55009891  .00000029  00000-0  39961-3 0  3414
+2 08566 101.8149 115.2369 0084969 245.9270 260.9226 12.66210780774517
+1 08567U 74089DE  13115.27331998 -.00001817  00000-0 -29039-1 0  9035
+2 08567 100.6185 226.9713 0713284 122.2685 302.7416 11.29809072582872
+1 08585U 76004A   13115.71880441  .00000074  00000-0  10000-3 0  4267
+2 08585 013.3614 332.2939 0019770 117.8388 242.3031 01.00302492 74161
+1 08591U 76005A   13117.14584841  .00000027  00000-0  12615-4 0  3935
+2 08591 082.9720 132.7240 0028906 247.1007 142.8650 13.72879107866863
+1 08592U 74089DF  13115.65255336  .00000045  00000-0  71412-3 0   198
+2 08592 101.7989 008.2495 0131077 324.7432 062.2949 12.31427068727959
+1 08593U 74089DG  13116.15021907 -.00000031  00000-0  83764-4 0  7951
+2 08593 101.9140 177.9935 0223538 269.2673 146.7116 12.70997528782612
+1 08594U 74089DH  13115.91449889  .00000073  00000-0  57242-3 0  2151
+2 08594 101.7567 265.5284 0133161 306.1799 211.7406 12.72404369783150
+1 08595U 74089DJ  13115.42909894  .00000002  00000-0  36372-3 0   741
+2 08595 101.4295 283.0685 0147145 338.5631 047.8881 12.25082853719665
+1 08596U 74089DK  13115.69113265 -.00000022  00000-0  11908-3 0  7579
+2 08596 101.6439 196.9634 0088885 113.5375 040.0357 12.68378612778346
+1 08597U 76005B   13115.59119682 -.00000004  00000-0 -20703-4 0  9980
+2 08597 082.9712 101.3302 0026563 131.0788 006.6373 13.74959410869078
+1 08599U 74054C   13117.78787767  .00000046  00000-0  00000+0 0  3343
+2 08599 124.9470 094.2223 0068393 156.7301 240.1895 03.07181688238075
+1 08601U 76006A   13116.95736321 -.00001279  00000-0  00000+0 0  1375
+2 08601 063.4007 070.9987 7200202 256.7028 131.5075 01.99974366272232
+1 08607U 76008A   13116.88040676  .00000010  00000-0  16035-3 0  6764
+2 08607 074.0552 080.7095 0054923 318.1707 074.5105 12.54971180706457
+1 08608U 76008B   13117.12250413  .00000008  00000-0  15236-3 0  7844
+2 08608 074.0560 236.8655 0034651 156.3329 255.5487 12.50351977700215
+1 08609U 76008C   13116.53216390 -.00000043  00000-0 -17168-3 0  5851
+2 08609 074.0534 162.4157 0045950 064.3132 083.4793 12.52574726703157
+1 08610U 76008D   13117.07306506 -.00000009  00000-0  44061-4 0  7612
+2 08610 074.0546 312.8799 0027105 259.6328 246.9436 12.48089952697130
+1 08611U 76008E   13116.13194295  .00000001  00000-0  11593-3 0  8490
+2 08611 074.0582 033.5631 0019641 016.7879 089.6401 12.45728900693817
+1 08612U 76008F   13116.49892104 -.00000014  00000-0  70621-5 0  6317
+2 08612 074.0521 120.4260 0027363 150.0616 354.9718 12.43104372690293
+1 08613U 76008G   13115.79490653 -.00000004  00000-0  87632-4 0  7187
+2 08613 074.0554 203.8241 0032513 270.1986 237.7256 12.40627027686847
+1 08614U 76008H   13116.05872828 -.00000011  00000-0  31621-4 0  6933
+2 08614 074.0544 300.5450 0047605 025.2996 121.5613 12.37700659682901
+1 08615U 76008J   13117.78674839  .00000049  00000-0  59894-3 0  8211
+2 08615 074.0519 130.1286 0133815 316.0673 144.1530 12.20828487660097
+1 08620U 76010A   13115.84076057  .00000015  00000-0  10000-3 0  8706
+2 08620 014.8762 351.6810 0006351 120.5417 239.4835 00.99690685572825
+1 08621U 76010B   13117.72234804  .00000008  00000-0  13642-2 0  7291
+2 08621 021.7959 314.7340 7196269 197.2074 347.2798 02.20561362182754
+1 08645U 76011A   13116.87356807  .00000061  00000-0  50717-4 0  2572
+2 08645 082.9754 038.8256 0020977 353.8141 037.2491 13.71877024863544
+1 08646U 76011B   13116.79559932  .00000014  00000-0 -15149-5 0  1881
+2 08646 082.9724 005.9293 0005831 175.9536 214.1564 13.73733967865932
+1 08678U 75004F   13116.32967409  .00000437  00000-0  23604-3 0   462
+2 08678 097.6882 036.0088 0179673 089.5670 055.3451 14.08436811962796
+1 08679U 75004G   13117.41389678  .00003084  00000-0  69514-3 0  1271
+2 08679 098.7061 055.4399 0244729 336.4984 142.4174 14.40314719964414
+1 08682U 75004J   13115.58255375  .00000339  00000-0  16549-3 0  1424
+2 08682 097.7329 307.9238 0157717 207.5612 184.9632 14.16812544970034
+1 08685U 75004M   13117.83106654  .00000338  00000-0  99166-4 0  9471
+2 08685 097.9681 053.3917 0049971 012.7943 020.7467 14.48850557 13796
+1 08688U 76014A   13116.86001808  .00001784  00000-0  70560-4 0   141
+2 08688 065.8487 259.9482 0030873 250.2836 109.4973 15.28540624 53149
+1 08697U 76017A   13117.17073676  .00000053  00000-0  10000-3 0  4202
+2 08697 014.0321 342.5840 0014764 074.6853 285.4311 00.99203606134494
+1 08701U 76006D   13115.53158437 -.00000674  00000-0  89348-3 0  6666
+2 08701 062.9841 321.1893 7316848 248.9688 023.4047 02.07461008282243
+1 08709U 76019A   13116.87475389  .00000039  00000-0  10112-3 0  9945
+2 08709 069.6758 053.9853 0013532 260.1816 135.7805 13.71214999859320
+1 08710U 76019B   13117.02634728 -.00000019  00000-0  37611-4 0  8716
+2 08710 069.6754 101.7712 0015897 274.6399 121.0648 13.69774519858076
+1 08744U 76022A   13117.19956009  .00004105  00000-0  22938-3 0  5434
+2 08744 082.9337 326.5376 0628960 038.2303 090.5425 14.19502311860869
+1 08746U 76023A   13116.48585473 -.00000084  00000-0  00000+0 0  3120
+2 08746 012.9126 112.2485 0016776 348.7696 185.9170 01.00270515 81552
+1 08747U 76023B   13116.37956215 -.00000077  00000-0  00000+0 0  9156
+2 08747 012.8720 112.2540 0022784 017.6643 117.3259 01.00275779 81547
+1 08751U 76023F   13116.50882330  .00000033  00000-0  10000-3 0  9754
+2 08751 011.8531 118.5507 0155906 309.2856 049.4094 00.98261239136064
+1 08756U 74071C   13117.54957859  .00001871  00000-0  32790-3 0   385
+2 08756 074.0544 309.5609 0004967 177.5673 245.2805 14.68512249180733
+1 08757U 75094D   13116.81335725  .00002896  00000-0  40862-3 0  1426
+2 08757 074.0308 099.3127 0003194 250.5083 179.7128 14.77712849186451
+1 08764U 70102E   13116.07884248  .00000172  00000-0  17260-3 0  4217
+2 08764 074.0362 120.9466 0022302 355.2367 062.6906 13.84797942137214
+1 08774U 76029A   13116.67054526 -.00000015  00000-0  10000-3 0  7705
+2 08774 015.3584 355.1202 0060252 104.5286 256.1014 00.98622311 72193
+1 08784U 74089DL  13116.88177288  .00001703  00000-0  86047-2 0  3044
+2 08784 100.7229 096.5029 0181620 245.1981 146.4211 12.66724411908234
+1 08785U 74089DM  13107.99148083  .00000225  00000-0  25463-2 0  8923
+2 08785 100.9766 125.7989 0261848 272.1745 113.8973 12.11250166498599
+1 08786U 74089DN  13116.16666725  .00000004  00000-0  34799-3 0  2079
+2 08786 102.0081 201.1102 0051658 014.3467 057.2521 12.43870106743569
+1 08788U 74089DQ  13114.58633245 -.00000029  00000-0  13804-3 0   144
+2 08788 102.4512 136.6850 0070214 283.7321 222.3988 12.39694590740404
+1 08789U 74089DR  13117.06495826 -.00000046  00000-0 -21717-4 0  8761
+2 08789 101.6450 145.3447 0105815 224.9608 169.1331 12.38824292738340
+1 08790U 74089DS  13116.53610270  .00000006  00000-0  28687-3 0    90
+2 08790 101.3192 111.3174 0042674 147.3989 358.5788 12.58539315765043
+1 08791U 66087F   13117.04236942  .00000089  00000-0  71156-3 0  9131
+2 08791 101.2405 136.4233 0139545 043.1514 351.3528 12.62038424138828
+1 08799U 76032A   13117.11363056  .00000076  00000-0  34529-4 0  4309
+2 08799 081.2592 224.2262 0035469 152.4449 264.0971 14.11280769907237
+1 08800U 76032B   13116.91004032  .00000049  00000-0  19460-4 0  7316
+2 08800 081.2521 248.2608 0095816 145.6256 001.7903 14.09874266905073
+1 08808U 76035A   13115.56027437 -.00000233  00000-0  10000-3 0  6035
+2 08808 013.0827 341.8253 0022560 182.2667 177.6679 00.99840233699342
+1 08820U 76039A   13116.75252560  .00000024  00000-0  00000+0 0  4515
+2 08820 109.8539 335.2834 0044748 250.2037 204.6461 06.38664765607051
+1 08822U 76039C   13117.57972479  .00000020  00000-0  00000+0 0  1968
+2 08822 109.8547 339.0422 0044270 245.9188 149.7988 06.38866156862846
+1 08826U 71120C   13117.75390399  .00001242  00000-0  31886-3 0  3658
+2 08826 081.2371 330.1074 0012673 055.2484 352.0243 14.49707929150415
+1 08827U 71120D   13117.76382451  .00000162  00000-0  77131-4 0  8211
+2 08827 081.2671 349.3702 0012248 271.4277 132.5149 14.15123514129393
+1 08828U 70106C   13116.96025014  .00000031  00000-0  56084-3 0  5344
+2 08828 101.7092 119.4814 0031480 058.8676 329.7608 12.38561300916967
+1 08829U 74071D   13116.69824740  .00000832  00000-0  21014-3 0  3817
+2 08829 074.0657 355.6736 0015706 309.6044 085.2454 14.52521858114047
+1 08832U 76023J   13110.60939465  .00000044  00000-0  10000-3 0  9304
+2 08832 011.8421 118.7081 0160486 307.9019 050.7623 00.98259789 70388
+1 08838U 76042A   13109.35164509  .00000018  00000-0  10000-3 0  3002
+2 08838 014.8404 352.3844 0001414 096.4181 263.5742 00.99826235 72640
+1 08840U 76042B   13116.22305486 -.00000106  00000-0  86781-3 0  7406
+2 08840 021.6417 050.4636 7181026 180.9692 356.5845 02.22400440187681
+1 08845U 76043A   13117.55769360  .00000040  00000-0  15005-4 0  4971
+2 08845 081.2603 308.4103 0039198 231.1163 181.7081 14.11206201 48289
+1 08846U 76043B   13117.72492861  .00000142  00000-0  75746-4 0  7749
+2 08846 081.2207 342.7673 0037038 319.0937 071.3286 14.08351175898314
+1 08860U 76047A   13117.16769959  .00000060  00000-0  12457-3 0  6659
+2 08860 099.6594 207.5162 0041680 002.9721 027.7326 13.67223028840642
+1 08861U 76047B   13117.37087541  .00000072  00000-0  14002-3 0  8577
+2 08861 099.5521 230.8475 0042850 130.8716 261.5201 13.65969082839815
+1 08867U 76047C   13117.53487846  .00000079  00000-0  16780-3 0  1770
+2 08867 099.2119 140.5469 0073557 253.2443 255.1204 13.56089152825476
+1 08868U 76047D   13116.11255730  .00000112  00000-0  15432-3 0  3301
+2 08868 100.0409 247.2097 0051293 069.7076 346.5746 13.79668221855493
+1 08873U 76051A   13116.86212470  .00000085  00000-0  75665-4 0  3739
+2 08873 082.9671 069.6100 0021286 251.5570 141.6823 13.73172336848705
+1 08874U 76051B   13117.19981476  .00000057  00000-0  43847-4 0  7905
+2 08874 082.9630 040.8731 0024122 190.3707 319.9584 13.74788782850667
+1 08882U 76053A   13116.52325976 -.00000132  00000-0  10000-3 0   248
+2 08882 015.6321 346.0824 0121187 205.0875 085.0657 00.95899310 75164
+1 08889U 76054A   13117.20787323 -.00000031  00000-0 -86879-4 0  5859
+2 08889 074.0029 359.7684 0059010 218.2934 288.8968 12.55669274689989
+1 08890U 76054B   13111.46642716 -.00000001  00000-0  11073-3 0  7951
+2 08890 074.0015 219.8736 0040283 288.8410 141.4094 12.38493189666197
+1 08891U 76054C   13116.47086709  .00000012  00000-0  18000-3 0  1774
+2 08891 074.0005 082.7075 0049198 322.3764 186.4166 12.53237198104515
+1 08892U 76054D   13116.52580672 -.00000038  00000-0 -14447-3 0  5718
+2 08892 073.9990 160.8058 0035550 053.5169 094.5493 12.50918225683513
+1 08893U 76054E   13116.81240729  .00000010  00000-0  17122-3 0  8687
+2 08893 074.0014 237.4431 0025553 154.7431 350.2538 12.48612388680457
+1 08894U 76054F   13116.09345277 -.00000026  00000-0 -68927-4 0  7578
+2 08894 074.0005 319.1906 0016157 270.0388 236.4107 12.46194347677110
+1 08895U 76054G   13116.36326918  .00000005  00000-0  14933-3 0  7280
+2 08895 074.0034 042.0254 0020184 046.7367 102.2100 12.43683510673774
+1 08896U 76054H   13117.53585319 -.00000000  00000-0  11359-3 0  2867
+2 08896 073.9979 120.6668 0024315 173.6107 332.7032 12.41259905670647
+1 08897U 76054J   13116.16089877 -.00000038  00000-0 -21000-3 0  7135
+2 08897 074.0006 056.6647 0125998 221.6075 242.7820 12.21051258643377
+1 08908U 70025NJ  13117.65513409 -.00000309  00000-0 -23887-3 0  5536
+2 08908 101.6638 180.1758 0162377 158.0911 330.0235 13.74177203 76670
+1 08923U 76061A   13117.45551753  .00000115  00000-0  51587-4 0  4981
+2 08923 074.0536 095.6539 0017087 079.6364 065.8889 14.32677605923014
+1 08924U 76061B   13117.18424604  .00000124  00000-0  51240-4 0   595
+2 08924 074.0609 359.1700 0015063 281.4443 224.2297 14.36426699926574
+1 08951U 75004AH  13116.70607926  .00000501  00000-0  11113-3 0  2324
+2 08951 097.8329 165.3188 0034230 188.5208 319.1209 14.60638039969930
+1 08954U 75004AL  13116.84025608  .00000941  00000-0  33148-3 0  1108
+2 08954 097.6932 327.1599 0142391 251.3955 231.9870 14.31338168922191
+1 08956U 75004AN  13117.72086261  .00000938  00000-0  16482-3 0  5168
+2 08956 098.4121 131.7188 0033370 086.9733 273.5290 14.69812507975480
+1 08958U 75004AQ  13115.79790742  .00000479  00000-0  12053-3 0  2102
+2 08958 098.0863 208.4810 0038106 331.9323 174.2865 14.55085877962595
+1 08959U 75004AR  13117.84264168  .00000312  00000-0  10474-3 0   760
+2 08959 098.3991 038.5417 0068640 139.1161 253.0736 14.42443602950141
+1 08964U 75004AW  13115.86530937  .00000529  00000-0  20361-3 0   324
+2 08964 097.6946 082.0031 0108433 039.9206 353.4082 14.30470728933626
+1 08968U 75004BA  13117.41278639  .00000297  00000-0  13118-3 0  9984
+2 08968 097.6613 256.1001 0139537 054.4048 339.4586 14.23848464924932
+1 08969U 75004BB  13115.58174829  .00000472  00000-0  18032-3 0  4752
+2 08969 097.6274 319.0563 0128716 240.6931 152.2288 14.30109346928532
+1 08970U 75004BC  13117.67910998  .00000627  00000-0  21463-3 0  9143
+2 08970 097.2928 163.6537 0121114 259.7286 248.1914 14.34941198929185
+1 08978U 75004BL  13117.05613699  .00000881  00000-0  14515-3 0  4047
+2 08978 098.2954 119.7721 0035310 184.1410 208.3912 14.72738062979369
+1 08980U 75004BN  13115.86249308  .00000714  00000-0  15976-3 0  2279
+2 08980 097.7795 113.4669 0045871 017.1910 343.0831 14.58802025966317
+1 08981U 75004BP  13117.16645117  .00000910  00000-0  30286-3 0  3442
+2 08981 097.6827 340.9865 0140206 062.8667 081.9487 14.34201416925649
+1 09003U 75004CM  13117.64691295  .00000841  00000-0  13666-3 0  8574
+2 09003 098.3301 146.4354 0030894 183.8846 323.4095 14.73597249979694
+1 09009U 76066A   13114.57653850 -.00000280  00000-0  10000-3 0  3148
+2 09009 014.7001 352.6058 0007150 078.8447 281.2026 01.00084889 79895
+1 09011U 76067A   13116.45327268 -.00000071  00000-0 -54629-4 0  8186
+2 09011 065.8536 180.3977 0705829 349.1087 009.5273 12.32800061668441
+1 09013U 76067B   13115.05996623 -.00000142  00000-0 -28227-3 0  3784
+2 09013 065.8668 066.1754 0720931 305.8533 117.7407 12.35291734659624
+1 09016U 76067C   13116.38907209 -.00000036  00000-0  68335-4 0  9025
+2 09016 065.8675 212.5401 0705702 327.0071 059.9426 12.32568447656083
+1 09022U 76069A   13117.03206793  .00000106  00000-0  46152-4 0  1805
+2 09022 074.0431 105.3634 0014175 286.3824 108.1821 14.35281843923876
+1 09023U 76069B   13116.79993693  .00000135  00000-0  52159-4 0   951
+2 09023 074.0456 006.7992 0017878 188.9380 171.1459 14.38915940927238
+1 09025U 76070A   13117.73930964  .00000025  00000-0  10904-4 0  2808
+2 09025 082.9872 342.8992 0026642 325.1066 063.6266 13.73941639843374
+1 09040U 75004DE  13117.82891329  .00000194  00000-0  64706-4 0    20
+2 09040 097.9533 060.8724 0047286 349.6074 043.8649 14.46498634919280
+1 09042U 75004DG  13116.25943179  .00000112  00000-0  47916-4 0  5398
+2 09042 097.9307 343.1784 0062324 258.6314 214.7959 14.39114525949136
+1 09044U 76070B   13117.50518257 -.00000033  00000-0 -49389-4 0  4173
+2 09044 082.9843 308.5355 0014302 189.9694 225.5935 13.76127766846003
+1 09047U 76073A   13116.37864421 -.00000073  00000-0  10000-3 0  1469
+2 09047 014.7317 352.5718 0004752 059.0574 300.9574 00.99988357135537
+1 09057U 76077A   13117.52556804 -.00000059  00000-0 -12588-3 0  4994
+2 09057 101.7548 134.6895 0009482 233.6997 294.5355 12.37775711660979
+1 09061U 76078A   13117.21507488  .00000043  00000-0  28786-4 0  3785
+2 09061 082.9346 029.9671 0040002 273.6992 233.6554 13.76277200115323
+1 09062U 76078B   13117.23251909  .00000074  00000-0  57312-4 0  2018
+2 09062 082.9344 356.4485 0029760 140.8187 008.0197 13.78286266847662
+1 09063U 76077B   13117.10698997 -.00000043  00000-0 -77755-6 0  8329
+2 09063 101.4659 127.7704 0060820 240.3460 149.4871 12.50386443719275
+1 09293U 75004DU  13116.09339304  .00000533  00000-0  12941-3 0   354
+2 09293 097.9103 062.0535 0087792 083.6474 043.7910 14.54263716964204
+1 09313U 75004EQ  13117.12919272  .00000249  00000-0  92085-4 0  8439
+2 09313 097.5790 083.3866 0090674 086.9312 045.3160 14.36857456946359
+1 09320U 75004EX  13117.54486512  .00000215  00000-0  51689-4 0   170
+2 09320 098.5286 339.1549 0056831 343.5796 078.3332 14.62658138888530
+1 09323U 73088F   13116.43790631  .00000015  00000-0  20129-3 0  6943
+2 09323 097.0439 069.7065 0023529 002.9461 144.2339 12.58884716712834
+1 09329U 76073B   13116.34422547  .00000001  00000-0  61989-3 0  2517
+2 09329 021.9177 060.7031 7174920 249.7391 351.1252 02.23551917169374
+1 09330U 74101G   13117.58538260  .00000089  00000-0  44671-3 0  6874
+2 09330 013.0758 056.0161 7222562 236.0296 303.5589 02.27243416309099
+1 09416U 76092A   13116.11112663 -.00000118  00000-0  10000-3 0  8980
+2 09416 013.0356 330.6021 0022016 248.6295 111.0703 01.00246260 81218
+1 09443U 76098A   13117.54589425  .00000093  00000-0  42968-4 0  7932
+2 09443 074.0494 294.7680 0013589 160.4466 254.6383 14.33654782911082
+1 09444U 76098B   13116.78966690  .00000104  00000-0  43817-4 0  7220
+2 09444 074.0519 198.3771 0013849 353.7297 154.8075 14.37267776351601
+1 09468U 66056AH  13104.25552166 -.00000001  00000-0  00000+0 0   757
+2 09468 085.8822 052.5760 1897210 285.6575 054.3738 08.07533767739929
+1 09478U 76101A   13116.41292423 -.00000178  00000-0  10000-3 0  6956
+2 09478 013.2086 345.6763 0095996 232.4262 126.6338 00.97591982 76645
+1 09481U 76102A   13117.37400983  .00000264  00000-0  14363-3 0  3856
+2 09481 081.2208 047.5589 0025996 150.6842 358.2736 14.09514411877725
+1 09482U 76102B   13116.63531360 -.00000100  00000-0 -66192-4 0  4141
+2 09482 081.2684 131.7893 0062196 091.6795 058.9265 14.07364472875022
+1 09486U 76103A   13117.15249696 -.00000073  00000-0  15890-4 0  7412
+2 09486 064.6996 122.9701 0048833 025.7935 007.4110 13.81187085220366
+1 09494U 76104A   13117.85585503 -.00000049  00000-0  37352-4 0  3785
+2 09494 064.8602 261.0519 0049726 193.9068 328.8534 13.81506360843272
+1 09495U 76105A   13116.10130922  .00000684  00000-0  00000+0 0   422
+2 09495 069.2199 335.5896 6524091 347.4923 218.4287 02.00580737145399
+1 09503U 76107A   13117.76610391 -.00000276  00000-0  00000+0 0  4231
+2 09503 013.0985 330.9432 0066120 044.4412 209.6298 01.00242859150444
+1 09509U 76108A   13116.55062895  .00000064  00000-0  51492-4 0  4133
+2 09509 082.9382 108.3453 0029285 219.0638 290.5452 13.75218747830953
+1 09510U 76108B   13116.86214371  .00000014  00000-0 -20159-5 0  3937
+2 09510 082.9377 071.1834 0027507 100.7744 259.6512 13.77391138833570
+1 09567U 75004FP  13117.38178838  .00000131  00000-0  73384-4 0   492
+2 09567 097.8846 263.3601 0126939 219.9779 195.8563 14.19797262926479
+1 09568U 73086FW  13117.81331093  .00002625  00000-0  24442-1 0  2381
+2 09568 101.4754 068.7519 0399031 125.9253 267.9563 12.05023916726686
+1 09569U 73098D   13116.03586374  .00002768  00000-0  42366-3 0  7944
+2 09569 074.0570 093.0991 0013437 327.2790 096.3841 14.74176958198521
+1 09570U 73086FX  13117.18136189 -.00000036  00000-0  53024-4 0  9612
+2 09570 101.7838 199.6145 0067995 118.7795 275.6686 12.41168817782770
+1 09572U 75112C   13117.36153609  .00002838  00000-0  32828-3 0  9396
+2 09572 074.0384 218.1205 0005040 298.8493 061.2180 14.86056904980617
+1 09588U 76118A   13115.87555808 -.00000017  00000-0 -90825-5 0  5816
+2 09588 074.0334 037.8159 0029386 075.9196 317.6724 12.55701357667905
+1 09589U 76118B   13116.10914194 -.00000008  00000-0  52057-4 0  6927
+2 09589 074.0299 319.8373 0041894 335.2257 171.8238 12.58034754671026
+1 09590U 76118C   13116.74230486 -.00000034  00000-0 -12404-3 0  7566
+2 09590 074.0320 344.5721 0020813 223.6646 168.3236 12.46351357655619
+1 09591U 76118D   13117.40452344  .00000006  00000-0  15615-3 0  8341
+2 09591 074.0321 062.3732 0033298 324.1731 183.9898 12.43938719652491
+1 09592U 76118E   13117.55832459  .00000008  00000-0  15294-3 0  5800
+2 09592 074.0285 110.2563 0017352 156.0060 354.0135 12.53447368665121
+1 09593U 76118F   13117.61179700 -.00000025  00000-0 -73536-4 0  7189
+2 09593 074.0284 149.2293 0046794 054.9896 090.5087 12.41266292648972
+1 09594U 76118G   13116.15419259 -.00000030  00000-0 -93268-4 0  5654
+2 09594 074.0302 183.8892 0006743 248.0881 163.2767 12.51270981662063
+1 09595U 76118H   13116.51366035  .00000017  00000-0  21691-3 0  7721
+2 09595 074.0308 262.3591 0006747 153.0522 239.1297 12.48877197658930
+1 09598U 76118J   13116.71769149 -.00000075  00000-0 -53528-3 0  7415
+2 09598 074.0156 325.9548 0137081 345.5759 104.8194 12.24115275626023
+1 09610U 76122A   13116.86658731  .00000064  00000-0  50174-4 0  5032
+2 09610 082.9566 220.8324 0033892 310.4723 199.3010 13.75785403825180
+1 09613U 76122B   13117.79407326  .00000025  00000-0  96271-5 0  9007
+2 09613 082.9556 194.5234 0030331 198.6601 311.5132 13.77273688827235
+1 09617U 75004FS  13117.66511346  .00143418  10006-4  40180-3 0   746
+2 09617 097.5414 017.3780 0002331 084.5185 301.3649 15.93647520 39012
+1 09619U 75004FU  13116.10433872  .00000814  00000-0  27206-3 0  6261
+2 09619 097.3889 310.6474 0123468 035.7460 090.2789 14.35265885980734
+1 09634U 76126A   13117.50601586 -.00000118  00000-0 -30529-4 0  9421
+2 09634 065.8348 185.1123 1080627 054.7234 029.3949 12.55937397677634
+1 09637U 76128A   13117.60026689  .00000058  00000-0  43900-4 0  3154
+2 09637 082.9377 124.3034 0044383 341.5876 168.2912 13.76062901823968
+1 09638U 76128B   13117.85625299  .00000166  00000-0  15013-3 0  4934
+2 09638 082.9368 089.4406 0030700 218.2151 155.3912 13.78078104826444
+1 09648U 76126E   13115.70944376  .00007961  00000-0  78543-3 0  8262
+2 09648 065.7911 184.0983 0365243 085.3413 055.7394 14.53614292806811
+1 09649U 76126F   13116.32661516  .00000105  00000-0  14774-3 0  8982
+2 09649 065.9282 168.6278 0930471 188.6683 252.1968 12.67260837671935
+1 09650U 76126G   13116.98838722  .00000718  00000-0  20551-3 0  2503
+2 09650 065.8174 297.5560 0918037 046.5730 086.0495 13.17802309719395
+1 09651U 76126H   13116.16098090  .00000856  00000-0  34886-3 0  6446
+2 09651 065.7965 131.5426 0844789 095.5802 333.6194 13.18230474715894
+1 09652U 76126J   13116.98766666  .00000232  00000-0  16384-3 0  1208
+2 09652 065.8331 083.3411 0934573 245.8500 145.5114 12.87851122689523
+1 09653U 76126K   13115.67135586  .00001298  00000-0  56868-3 0  6642
+2 09653 065.7767 340.1449 0848379 136.0177 270.8712 13.13546624710765
+1 09654U 76126L   13117.40061730  .00001364  00000-0  62822-3 0  4521
+2 09654 065.7780 086.7586 0778111 108.0956 052.6773 13.24507791718121
+1 09655U 76126M   13116.20313519  .00001171  00000-0  24491-3 0  1123
+2 09655 065.7951 000.7709 0780143 236.2836 277.5499 13.53950938733930
+1 09656U 76126N   13117.09750815  .00000105  00000-0  12076-3 0  1599
+2 09656 065.8249 341.4396 0904592 316.5203 187.5683 12.82629838683409
+1 09661U 77002A   13117.15395931  .00000161  00000-0  94901-4 0  5055
+2 09661 081.2685 024.7092 0011610 115.1106 034.6714 14.03285649857379
+1 09662U 77002B   13117.41243693  .00000160  00000-0  98516-4 0   276
+2 09662 081.2759 077.7311 0051555 330.4804 180.3477 14.00741547854972
+1 09663U 77002C   13116.47426602  .00000038  00000-0  16582-4 0  9697
+2 09663 081.2693 029.6449 0008308 105.4925 307.5236 14.02316659857119
+1 09664U 77002D   13115.61539228  .00000098  00000-0  56450-4 0  8673
+2 09664 081.2692 042.2253 0009481 151.2201 265.3972 14.01754122856265
+1 09666U 70025NK  13117.07881330  .00001210  00000-0  17337-2 0  4480
+2 09666 099.2728 263.8109 0122240 013.2943 051.2660 13.54919610100682
+1 09668U 70025NM  13116.77301082  .00002134  00000-0  75303-3 0  3864
+2 09668 100.1364 152.6084 0077958 087.6340 334.1890 14.34348386886336
+1 09674U 72058HQ  13116.03897747  .00003608  00000-0  27057-3 0  5004
+2 09674 098.0925 298.4778 0075340 240.9367 243.2656 15.01118363178571
+1 09681U 75004GC  13116.32294042  .00000181  00000-0  67932-4 0  4927
+2 09681 098.0385 053.4311 0058004 136.7365 015.3611 14.40746937952473
+1 09695U 74089DU  13117.50295066  .00000761  00000-0  11267-2 0  2067
+2 09695 103.0086 091.7958 0298072 190.1640 287.0752 13.42381475794680
+1 09696U 74089DV  13115.65737767 -.00000169  00000-0 -12044-2 0   315
+2 09696 100.8385 171.1187 0180212 004.7239 150.0706 12.20801057713132
+1 09697U 74089DW  13117.74986155  .00000021  00000-0  40486-3 0  8725
+2 09697 101.7815 206.0481 0143328 341.0970 164.4984 12.53060079758629
+1 09699U 74089DY  13115.01424691 -.00000042  00000-0 -81149-5 0  6598
+2 09699 101.4854 129.4187 0123838 235.2517 184.6294 12.29134798727882
+1 09701U 73086FZ  13116.68999854  .00002670  00000-0  93385-2 0  8434
+2 09701 102.7324 118.7517 0077637 074.2048 350.8543 12.96856652823341
+1 09702U 73086GA  13116.06555288  .00000367  00000-0  56744-2 0  8750
+2 09702 103.0960 143.9679 0743412 050.1142 012.2207 11.36389822644261
+1 09703U 73086GB  13117.50448693  .00000064  00000-0  16337-3 0  2104
+2 09703 065.7211 169.5672 0138049 302.9925 171.3416 13.66200006928415
+1 09704U 76069C   13116.54102538  .00002268  00000-0  31703-3 0   512
+2 09704 074.0603 154.3800 0006926 326.6753 185.2925 14.78231465249602
+1 09710U 75004GU  13117.67423800  .00000171  00000-0  90158-4 0  5695
+2 09710 097.7011 193.3530 0161416 072.3737 079.6343 14.16614035688506
+1 09721U 76126S   13117.62624309  .00000180  00000-0  94062-4 0   946
+2 09721 065.8443 182.1473 1083152 246.7429 280.5201 12.74336078683973
+1 09722U 76126T   13117.59272722  .00000497  00000-0  11337-2 0  2339
+2 09722 065.7621 299.1111 0815453 097.4097 328.4508 12.46811292637322
+1 09723U 76126U   13116.91426416  .00001439  00000-0  16822-2 0  1842
+2 09723 065.7594 257.5405 0745482 136.3048 007.3624 12.88830845677348
+1 09724U 76126V   13117.15972134  .00000083  00000-0  77054-4 0  7984
+2 09724 065.8119 188.5927 0838016 154.5184 265.2328 13.10674810705964
+1 09726U 73086GC  13115.50026109 -.00000003  00000-0  35728-3 0  9073
+2 09726 102.0920 104.5420 0079478 261.4280 245.0190 12.26097997693274
+1 09730U 74089DZ  13117.00804985  .00001604  00000-0  44134-2 0  4897
+2 09730 101.7087 131.2856 0092289 126.8540 260.7520 13.13774861809377
+1 09737U 77004A   13117.44902112  .00000075  00000-0  67189-4 0  1652
+2 09737 082.9586 091.3100 0024637 282.8947 223.8413 13.71507721814743
+1 09738U 77004B   13115.81278639  .00000133  00000-0  12620-3 0  6493
+2 09738 082.9625 058.4186 0017282 153.0429 239.6582 13.73524250817145
+1 09785U 77005A   13115.24518418 -.00000102  00000-0  00000+0 0  7487
+2 09785 015.1871 350.5636 0040667 295.8725 063.6774 00.95269051 71067
+1 09786U 77005B   13115.86398013  .00000608  00000-0  17806-3 0   921
+2 09786 028.0099 037.9459 0420329 050.2976 345.7029 13.93654033841466
+1 09795U 74089EA  13115.34372985  .00000249  00000-0  13999-2 0  1495
+2 09795 101.9781 256.1926 0305632 203.4838 183.8253 12.61463906767207
+1 09797U 76126X   13117.53498244  .00000014  00000-0  59976-4 0  8877
+2 09797 065.8187 264.8543 0929005 029.9467 028.7960 12.74515059675215
+1 09798U 76126Y   13115.87554899 -.00000013  00000-0  81849-4 0  9912
+2 09798 065.7563 066.4714 0140014 249.6347 138.2256 13.60674954795339
+1 09799U 76126Z   13116.19792837  .00000129  00000-0  97096-4 0  7832
+2 09799 065.6037 182.3137 1021241 330.9467 052.4447 12.76386717 36419
+1 09807U 76126AA  13115.87632495  .00005998  00000-0  14543-2 0  7607
+2 09807 065.7994 253.8830 0583168 126.1401 015.3240 13.83073485760584
+1 09816U 76126AC  13115.12373348  .00002039  00000-0  48196-3 0  1333
+2 09816 065.8040 352.6492 0719178 210.8494 299.4204 13.60022879747827
+1 09818U 76126AE  13117.83285950  .00013410  00000-0  21366-2 0  2050
+2 09818 065.7614 056.4979 0427116 331.1682 060.4700 14.25839167783700
+1 09819U 76126AF  13116.88075752  .00003823  00000-0  85316-3 0   413
+2 09819 065.9046 265.2069 0606414 216.6919 292.7364 13.82311362763597
+1 09820U 76126AG  13117.76627466  .00000211  00000-0  12097-2 0   826
+2 09820 065.7974 200.3428 0868733 043.5164 092.4333 11.92316155452443
+1 09821U 76126AH  13117.36870080  .00008700  00000-0  17778-2 0  2346
+2 09821 065.7744 076.0346 0482382 057.9637 079.5991 14.07236408774053
+1 09822U 76126AJ  13117.79581829  .00000802  00000-0  40364-3 0  4024
+2 09822 065.7911 049.3546 0966569 323.3275 060.9954 12.87339125688432
+1 09823U 76126AK  13117.33505550  .00000710  00000-0  34467-3 0  3037
+2 09823 065.8016 207.2434 0955476 279.0031 107.7253 12.91344840694101
+1 09824U 76126AL  13112.01228021  .00001391  00000-0  37564-3 0  9395
+2 09824 065.8165 316.0675 0918081 047.0779 085.3115 13.17681588718552
+1 09826U 76126AN  13117.64095144  .00000867  00000-0  31465-3 0  6218
+2 09826 065.8482 312.8953 0821858 013.4196 040.1066 13.27058623721348
+1 09827U 76126AP  13116.22012759  .00011437  00000-0  22747-2 0    45
+2 09827 065.7999 113.9730 0483750 020.0969 064.0131 14.07873086773657
+1 09829U 77010A   13117.07092600  .00000616  00000-0  00000+0 0  8148
+2 09829 064.0673 092.9519 7042501 246.7347 070.7296 02.00811946265323
+1 09835U 73086GD  13117.45664554  .00000029  00000-0  99194-3 0  1113
+2 09835 101.3234 290.0193 0661783 004.4473 026.1583 11.32853149570585
+1 09841U 77012A   13117.07981824 -.00000010  00000-0  74305-4 0  6173
+2 09841 065.7524 099.8148 1733447 182.2665 223.1442 10.73764971418614
+1 09843U 77012C   13115.87863432 -.00000004  00000-0  90938-4 0  1960
+2 09843 065.7469 079.5945 1731164 190.4133 212.7509 10.74546472419040
+1 09846U 77013A   13117.20757297  .00000069  00000-0  57674-4 0  2965
+2 09846 082.9474 045.1339 0028684 252.4973 258.3780 13.73815851813432
+1 09848U 77013B   13117.31013576  .00000056  00000-0  42400-4 0   475
+2 09848 082.9530 025.9065 0017627 143.8967 004.6774 13.75445067815426
+1 09850U 77010E   13116.68148854  .00000707  00000-0  00000+0 0  8591
+2 09850 064.2076 108.5825 6992440 248.3353 328.7308 02.02357852263387
+1 09852U 77014A   13116.47094166 -.00000306  00000-0  10000-3 0  4418
+2 09852 014.1160 338.2790 0002203 077.3968 282.5804 01.00014040 79227
+1 09862U 77018A   13116.34960369  .00000039  00000-0  10000-3 0  8715
+2 09862 014.7841 356.7261 0006110 028.0456 331.9624 01.00049368 95097
+1 09864U 77018B   13116.50856038  .00006678  00000-0  14010-2 0  8643
+2 09864 024.3779 288.8388 5029092 191.0119 289.0892 05.55215130499035
+1 09880U 77021A   13117.42916263  .00001347  00000-0  00000+0 0   959
+2 09880 063.4133 070.2353 7229987 251.4907 339.1134 02.00608313162487
+1 09889U 76105F   13117.41148206  .00001529  00000-0  00000+0 0  3509
+2 09889 062.4586 211.2054 7309350 047.2182 003.1831 02.00606334142875
+1 09896U 76105N   13117.76042259  .00000216  00000-0  00000+0 0  2057
+2 09896 066.1632 307.0681 7018244 008.1945 002.4726 01.99715641153526
+1 09903U 77024A   13116.51156747  .00000022  00000-0  58932-5 0  4945
+2 09903 081.2510 108.1247 0038347 232.4487 274.9551 14.08061722852197
+1 09904U 77024B   13117.15508273 -.00000020  00000-0 -19240-4 0  6852
+2 09904 081.2612 150.7023 0053073 265.2126 127.5317 14.06663346850215
+1 09907U 77024C   13116.87583324  .00002948  00000-0  10349-2 0  3252
+2 09907 082.9240 266.4344 0009493 038.8573 114.4288 14.34714196831820
+1 09911U 77027A   13117.07871559 -.00000953  00000-0  00000+0 0  5889
+2 09911 062.9512 160.7160 7309729 039.9900 355.6408 02.00736652264087
+1 09921U 77027D   13116.51713325 -.00000677  00000-0  00000+0 0  8644
+2 09921 071.9929 335.3617 5811232 323.0598 016.2042 01.98897743261864
+1 09927U 77021D   13115.34119740 -.00001102  00000-0  00000+0 0   304
+2 09927 064.2623 106.8471 6985287 247.4586 339.3297 02.01949163184330
+1 09931U 77029A   13117.33904745  .00000436  00000-0  00000+0 0  3485
+2 09931 026.3291 208.6556 6623557 284.1710 024.9953 01.96174699257712
+1 09941U 77032A   13117.40091130  .00000814  00000-0  00000+0 0  9827
+2 09941 063.7406 074.8429 7168294 246.8207 339.0767 02.00560231263770
+1 09951U 76126AR  13117.57972113  .00002113  00000-0  88172-3 0  5132
+2 09951 065.8294 270.3104 0842332 108.2997 330.7898 13.15593345425980
+1 09953U 76126AT  13116.53671311  .00001885  00000-0  87093-3 0  6974
+2 09953 065.8285 320.3625 0897431 164.3899 237.0764 13.01523011701492
+1 09954U 76126AU  13117.05766392 -.00000069  00000-0  76906-5 0  3252
+2 09954 065.7028 341.8730 0927551 238.5965 112.1044 12.99093311  3464
+1 09955U 76126AV  13116.36359909 -.00000051  00000-0  11464-4 0  6451
+2 09955 065.8456 322.1144 1073321 356.5204 052.9680 12.62418436392183
+1 09956U 76126AW  13116.41562490  .00000020  00000-0  13298-3 0  3299
+2 09956 065.7971 264.1149 0931357 345.9013 011.7507 12.35889014637789
+1 09957U 76126AX  13117.49833969  .00024781  00000-0  29099-2 0  8673
+2 09957 065.7626 124.4379 0244964 052.2036 087.9266 14.65682258560243
+1 09958U 76126AY  13117.52677774 -.00000205  00000-0 -17922-3 0  2223
+2 09958 065.8715 250.0051 0901597 051.1391 017.9124 12.57811627659126
+1 09960U 76126BA  13117.52910318  .00000556  00000-0  46942-3 0  8643
+2 09960 065.8689 160.3700 0893880 239.1915 285.1252 12.80869514680194
+1 09961U 76126BB  13117.55644834  .00003507  00000-0  98763-3 0  7808
+2 09961 065.8129 229.5588 0689587 242.8392 207.0669 13.58430030742550
+1 09962U 76126BC  13116.01260671  .00000999  00000-0  31681-3 0  7350
+2 09962 065.7754 296.7915 0702992 313.5906 192.0594 13.54210996740075
+1 09963U 76126BD  13115.41082957  .00001871  00000-0  69219-3 0  5348
+2 09963 065.8010 086.5611 0844436 082.9469 052.1898 13.19969394716521
+1 09964U 76126BE  13116.88491361  .00000289  00000-0  18685-3 0  2546
+2 09964 065.8040 082.9910 0868608 225.1697 166.8378 13.01831050698835
+1 09965U 76126BF  13115.74478757 -.00000450  00000-0 -12140-2 0  3705
+2 09965 065.8020 341.6895 0893897 220.1902 173.5209 12.12608061607296
+1 09966U 76126BG  13116.16840815  .00001027  00000-0  46645-3 0  9614
+2 09966 065.7898 171.6875 0721714 059.1299 340.1687 13.36244595725338
+1 09973U 68097DV  13116.70182119  .00000725  00000-0  32682-3 0  8806
+2 09973 062.4176 233.9978 0663757 312.8212 041.8800 13.49865864378755
+1 09975U 73086GE  13117.33448972  .00000512  00000-0  40911-2 0  4100
+2 09975 102.4648 235.2893 0088140 340.4368 052.9555 12.40833883497560
+1 09976U 73086GF  13117.55134449  .00000030  00000-0  58973-3 0  5964
+2 09976 101.9309 102.2292 0043546 346.7367 135.9866 12.34550435704070
+1 09977U 73086GG  13117.46922733  .00000200  00000-0  15650-2 0  9626
+2 09977 101.9989 093.8206 0068456 342.6343 135.8390 12.52094402722765
+1 09978U 73086GH  13117.10435016  .00000055  00000-0  80787-3 0  7395
+2 09978 101.9404 179.0503 0054670 175.3376 210.4943 12.32738596701572
+1 09979U 73086GJ  13105.82471278 -.00000036  00000-0 -21512-4 0  8879
+2 09979 101.9468 065.4612 0603350 351.4843 030.1701 11.49177326853935
+1 09980U 77032D   13116.37580242 -.00000038  00000-0  00000+0 0  6222
+2 09980 063.6383 313.7004 6956566 244.9640 030.4967 02.30357508135862
+1 09981U 77012E   13117.18805900  .00000125  00000-0  43097-3 0  7743
+2 09981 065.2042 155.9508 1700543 288.3032 089.7136 10.82828147430458
+1 09982U 77012F   13116.09574886 -.00000129  00000-0 -23024-3 0  5156
+2 09982 065.9085 019.9474 1723066 280.4649 060.7425 10.79962607427975
+1 09983U 77012G   13117.81870205  .00000280  00000-0  98115-3 0   819
+2 09983 065.6030 006.5235 1702631 075.5222 330.0944 10.74852251421831
+1 09984U 74089EB  13115.94428730 -.00000025  00000-0  12763-3 0  7130
+2 09984 101.6651 107.2688 0095752 082.5976 312.3452 12.40304233742576
+1 09985U 74089EC  13116.98382330  .00000005  00000-0  32048-3 0  5459
+2 09985 101.4433 134.0742 0047240 231.7325 127.9470 12.48625159753570
+1 09986U 74089ED  13116.82169590  .00006295  00000-0  10220-1 0  7639
+2 09986 103.3783 065.0778 0476585 216.5366 170.4781 13.11189184796014
+1 09987U 74089EE  13117.30493942  .00000113  00000-0  10120-2 0  5445
+2 09987 101.5000 025.6200 0092682 076.6238 068.5701 12.49794041749745
+1 09988U 74089EF  13116.89208362  .00002993  00000-0  24040-2 0  1753
+2 09988 103.0678 094.4766 0292356 015.5537 013.5036 13.73828993842016
+1 09989U 74089EG  13117.59984571  .00000581  00000-0  45979-2 0  5305
+2 09989 102.9090 343.2388 0165061 294.7563 123.6098 12.38482252705709
+1 09998U 74033F   13116.79183825 -.00000104  00000-0  10000-3 0  4880
+2 09998 004.0322 269.1040 0257403 076.1598 286.5603 01.16185810 79453
+1 10000U 77034A   13116.06086801 -.00000115  00000-0  10000-3 0  6958
+2 10000 016.4502 344.0783 0012544 226.6294 133.2351 00.96673448119159
+1 10001U 77034B   13116.90883423 -.00000165  00000-0  10000-3 0  2071
+2 10001 016.6671 347.2252 0037343 035.7675 324.4542 00.95428017 71737
+1 10002U 77034C   13108.07975221 -.00000176  00000-0  10000-3 0   732
+2 10002 016.9987 345.2632 0299616 335.2733 023.3132 00.95555765 67193
+1 10010U 77036A   13116.35817033 -.00000014  00000-0  14905-3 0  1537
+2 10010 065.8654 067.7231 0698516 120.5006 246.6846 12.30324207614677
+1 10011U 77036B   13116.17166917  .00000004  00000-0  21322-3 0  2244
+2 10011 065.8669 354.6887 0692340 104.5640 034.6467 12.32205942616799
+1 10013U 77036C   13116.37812113  .00000029  00000-0  30986-3 0   177
+2 10013 065.8699 064.3956 0696676 110.7059 029.8333 12.30670198614888
+1 10019U 77039A   13117.06719772  .00000078  00000-0  65317-4 0  7583
+2 10019 082.9466 090.8004 0025742 060.6126 344.8745 13.75119171802551
+1 10020U 77039B   13116.36878287  .00000058  00000-0  43212-4 0   440
+2 10020 082.9480 049.1574 0030238 229.2931 280.8121 13.77819339805567
+1 10024U 77041A   13116.31313928  .00000019  00000-0  10000-3 0   612
+2 10024 014.9779 356.9932 0014999 119.2224 240.8912 00.99442991 73548
+1 10025U 77041B   13116.45511350  .00000018  00000-0  10244-2 0  6015
+2 10025 021.3406 132.7513 7167553 031.7261 109.8056 02.22633104291028
+1 10059U 77047A   13116.25380868 -.00000839  00000-0  00000+0 0  3705
+2 10059 067.3977 061.2441 5936406 067.0480 020.7480 02.00811678262927
+1 10061U 77048A   13116.97402511 -.00000341  00000-0  10000-3 0  5905
+2 10061 014.5732 343.7503 0012033 290.3339 069.4952 00.99400666 75811
+1 10062U 77048B   13117.20540067  .00000354  00000-0  90514-4 0  4891
+2 10062 028.4200 147.9546 0740783 205.7778 239.7517 13.35581562744534
+1 10089U 77047D   13116.04428799  .00000642  00000-0  00000+0 0  6536
+2 10089 068.5146 078.5353 6053074 039.1417 357.9078 01.99328244164834
+1 10091U 77053A   13117.25597524  .00000006  00000-0  00000+0 0  9002
+2 10091 063.7945 070.3095 0056104 229.7732 317.0416 02.00445677262499
+1 10095U 77055A   13117.53354502  .00000565  00000-0  59928-4 0  1792
+2 10095 075.8333 123.1467 0039255 037.0243 323.3645 14.89952043938802
+1 10096U 77055B   13117.18690209  .00000260  00000-0  30503-4 0   879
+2 10096 075.8345 163.1563 0042871 094.7004 300.1669 14.87264788937369
+1 10114U 77057B   13117.54547982  .00001429  00000-0  87787-4 0  9560
+2 10114 097.3292 350.9974 0016407 175.7294 184.4080 15.11503057954743
+1 10120U 77059A   13117.10603269  .00000074  00000-0  37695-4 0  8930
+2 10120 074.0474 130.2384 0012305 153.2044 206.9745 14.31526441869202
+1 10121U 77059B   13117.28969181  .00000139  00000-0  57546-4 0  8094
+2 10121 074.0508 023.2701 0018713 025.7124 121.7506 14.35250457872899
+1 10136U 70025NQ  13116.21398802 -.00000006  00000-0  61809-4 0   446
+2 10136 100.0605 359.8802 0000687 342.6183 136.5852 13.51424430122257
+1 10137U 77062A   13117.09835597  .00000047  00000-0  34798-4 0  3780
+2 10137 082.9400 307.2484 0032469 018.4695 130.2926 13.72166064792425
+1 10138U 77062B   13116.99558067 -.00000036  00000-0 -54200-4 0  6405
+2 10138 082.9387 283.1730 0019462 277.7648 229.3476 13.73657973791842
+1 10141U 77064A   13117.45675245  .00000061  00000-0  45951-4 0  2631
+2 10141 082.9654 090.7919 0039390 116.6918 032.8634 13.76485037797513
+1 10142U 77064B   13117.38294564  .00000064  00000-0  47899-4 0  4969
+2 10142 082.9675 061.7808 0041816 006.2669 140.5169 13.78452425799772
+1 10143U 77065A   13116.96184136 -.00000328  00000-0  10000-3 0  9510
+2 10143 014.7363 343.4934 0021239 104.5851 255.6116 00.99252524 73594
+1 10144U 77065B   13117.35072100  .00000291  00000-0  57926-4 0  9430
+2 10144 029.0649 105.5004 0866018 173.2463 334.3135 13.19928088727335
+1 10150U 77068A   13115.41468266 -.00000858  00000-0  00000+0 0  3404
+2 10150 069.7190 316.9611 5553638 099.7695 334.7609 02.00519388262477
+1 10155U 77054D   13117.32010873  .00000454  00000-0  43408-3 0  4992
+2 10155 063.1159 339.3350 7376156 257.4424 018.4651 02.09158664162441
+1 10159U 77071A   13116.09593824 -.00000184  00000-0  10000-3 0  3532
+2 10159 013.4794 333.0092 0012088 133.3976 226.6420 01.00191539128920
+1 10167U 77068D   13117.53407551  .00000111  00000-0  00000+0 0  5242
+2 10167 067.1866 054.3904 5796880 090.2283 332.2765 01.99818184184946
+1 10177U 77065F   13117.65108112  .00001484  00000-0  26225-3 0  8703
+2 10177 028.2291 244.3139 0602047 319.1666 162.7567 13.86036370625069
+1 10178U 77065G   13115.48390801 -.00000423  00000-0 -15013-2 0  7357
+2 10178 028.7223 243.5854 0933445 354.9528 056.2491 12.03799825430536
+1 10183U 77065M   13115.85469128  .00000948  00000-0  26697-3 0  2630
+2 10183 029.2141 020.4560 0590513 284.0039 130.8547 13.70190372746200
+1 10184U 77065N   13115.51639387  .00001275  00000-0  29906-3 0  4531
+2 10184 029.0816 126.0726 0799032 255.8504 253.7292 13.39073240721344
+1 10188U 77065S   13116.20146928  .00000643  00000-0  14567-3 0  3002
+2 10188 029.0688 111.2320 0724775 160.8233 297.4471 13.51398525738394
+1 10198U 77065AB  13115.98907231  .00002322  00000-0  19319-2 0  4117
+2 10198 029.5686 004.1900 0658433 145.2518 335.7959 13.15808227694137
+1 10201U 77065AE  13117.08152025  .00000789  00000-0  14089-3 0  8072
+2 10201 029.0936 043.3539 0727066 165.3735 315.1034 13.60024945751947
+1 10204U 77065AH  13117.24626773  .00003721  00000-0  75139-3 0  6901
+2 10204 028.8446 093.6783 0386891 252.1809 237.9057 14.21176892781391
+1 10206U 77065AK  13117.34051907  .00002470  00000-0  18663-2 0  6835
+2 10206 029.2227 199.7590 0628816 225.8719 203.9841 13.24983447692841
+1 10207U 77065AL  13117.49957942  .00000286  00000-0  47855-3 0   952
+2 10207 029.0874 243.5434 0687588 112.6117 316.5869 12.66006360644246
+1 10208U 77065AM  13117.11934889  .00008631  00000-0  17659-2 0  4445
+2 10208 028.9354 030.2003 0527649 038.4516 100.9426 13.97638743764350
+1 10211U 77065AQ  13117.10839865  .00000726  00000-0  13718-2 0  7055
+2 10211 029.4649 098.0054 0706417 128.1923 238.4690 12.64114082501870
+1 10214U 77065AT  13116.95133852  .00001457  00000-0  64556-3 0  1999
+2 10214 028.8731 315.9797 0619771 318.1589 199.8607 13.48858434718550
+1 10220U 77065AX  13117.35604288  .00003701  00000-0  17929-2 0  2454
+2 10220 029.1419 195.3900 0525405 200.0850 157.8297 13.62576043732699
+1 10221U 77065AY  13116.52731236  .00006220  00000-0  94473-3 0  9521
+2 10221 029.0701 203.9279 0500153 257.9653 219.6291 14.12842918784504
+1 10227U 77065BE  13117.51958416  .00001060  00000-0  35539-3 0  1514
+2 10227 028.9503 183.6235 0732599 162.4810 343.2641 13.38562223728854
+1 10229U 77065BG  13115.67998181  .00003700  00000-0  12803-2 0  8624
+2 10229 028.7991 275.4419 0331379 026.3379 066.7717 14.07252567997480
+1 10230U 77065BH  13115.55628720  .00009045  00000-0  13318-2 0  5618
+2 10230 029.0204 190.3367 0316617 157.9555 335.4881 14.45260235812954
+1 10234U 77065BM  13115.87488845  .00001939  00000-0  23600-3 0   489
+2 10234 028.9444 074.8358 0501910 198.1758 181.9017 14.17961296788740
+1 10235U 77065BN  13117.29901096  .00006546  00000-0  53158-3 0  9047
+2 10235 028.8404 132.2826 0311334 122.9802 344.2100 14.66883387824936
+1 10240U 77065BR  13117.41031594  .00002097  00000-0  16272-2 0  1600
+2 10240 029.3879 148.5155 0727497 326.4190 161.2304 13.07217951442190
+1 10246U 77065BX  13117.13947826  .00020458  00000-0  16847-2 0  8841
+2 10246 029.0155 018.2652 0247679 024.5240 122.1035 14.76919112815181
+1 10250U 77065CB  13117.54289730  .00000878  00000-0  18089-3 0   436
+2 10250 029.0739 242.4684 0615935 034.6206 044.1636 13.77494776641651
+1 10251U 77065CC  13115.62207366  .00002572  00000-0  37997-3 0  6471
+2 10251 028.9746 251.4659 0745967 111.3571 349.8844 13.66565007756496
+1 10252U 77065CD  13117.65515932  .00001300  00000-0  55637-3 0  6602
+2 10252 028.8487 235.5378 0797269 235.7748 263.0707 13.17787545704697
+1 10257U 77065CJ  13116.68834339  .00045571  00000-0  24734-2 0  2016
+2 10257 029.0637 314.1416 0152420 070.7841 356.1377 15.03797303815885
+1 10261U 77065CN  13117.73165286  .00005034  00000-0  69705-3 0  6726
+2 10261 029.0240 336.5352 0429182 183.2365 245.7988 14.28474171791278
+1 10262U 77065CP  13115.81172961  .00002946  00000-0  68834-3 0   334
+2 10262 029.0652 330.1332 0703402 103.2949 349.0647 13.59792515748791
+1 10282U 77079A   13116.88322928  .00000011  00000-0  16945-3 0  4813
+2 10282 074.0246 083.6266 0019290 166.1890 208.8757 12.54219585633440
+1 10286U 77079B   13115.98926814 -.00000002  00000-0  86020-4 0  5938
+2 10286 074.0246 295.1560 0043660 349.4073 179.7139 12.58825058639312
+1 10287U 77079C   13115.80878142 -.00000011  00000-0  31294-4 0  7946
+2 10287 074.0275 011.5598 0031024 088.9138 304.3273 12.56477356636240
+1 10288U 77079D   13116.17416931 -.00000009  00000-0  49444-4 0  8261
+2 10288 074.0226 111.5266 0044072 058.4358 016.3111 12.42194427617715
+1 10289U 77079E   13116.68308714 -.00000037  00000-0 -13205-3 0  5823
+2 10289 074.0226 154.8935 0008250 247.9655 261.9709 12.52027915630569
+1 10290U 77079F   13117.36612747 -.00000007  00000-0  59418-4 0  8821
+2 10290 074.0258 231.3798 0005593 181.6177 233.8694 12.49638189627546
+1 10291U 77079G   13116.49956515 -.00000017  00000-0 -71972-5 0  7640
+2 10291 074.0242 311.2841 0018506 233.6109 158.0415 12.47182172624245
+1 10292U 77079H   13116.80318437 -.00000025  00000-0 -64673-4 0  7492
+2 10292 074.0279 025.5316 0030872 329.8800 064.6821 12.44854862621254
+1 10293U 77079J   13116.73215069 -.00000104  00000-0 -77582-3 0  6480
+2 10293 074.0252 286.5936 0135637 306.2116 183.6440 12.25232591372864
+1 10294U 77080A   13114.16948080 -.00000115  00000-0  10000-3 0  7039
+2 10294 014.6668 348.5788 0009674 046.8991 313.1491 01.00274754 69776
+1 10295U 77080B   13115.85403103  .00000074  00000-0 -44819-4 0  5712
+2 10295 027.1002 083.7870 0767074 243.2897 120.2380 12.47908029627632
+1 10305U 77065DB  13117.39973841  .00002995  00000-0  10174-2 0  6369
+2 10305 029.0672 156.5998 0317916 140.9676 334.5723 14.09621798750107
+1 10306U 77065DC  13116.13330259  .00000914  00000-0  23029-3 0  6195
+2 10306 029.1031 116.8708 0725822 089.3267 279.0334 13.50504229738614
+1 10309U 77065DF  13115.86251743  .00017824  00000-0  79124-3 0  1973
+2 10309 029.0489 010.4428 0139340 269.9487 159.5686 15.11745396827235
+1 10312U 77065DJ  13116.65062618  .00117707  00000-0  24064-2 0  6008
+2 10312 028.9599 238.7118 0081950 095.2423 030.7600 15.41017714698649
+1 10314U 77065DL  13117.55457297  .00000600  00000-0  20679-3 0  9006
+2 10314 028.7815 257.6469 0720038 026.3576 039.0662 13.37970098713161
+1 10338U 77065DM  13117.54247942  .00001598  00000-0  32582-3 0  2382
+2 10338 029.0616 266.6653 0695604 076.7621 348.2705 13.65044165753665
+1 10346U 77065DV  13116.15756912  .00000787  00000-0  34300-3 0  5516
+2 10346 029.2250 035.1247 0737667 140.0445 008.2688 13.26971612715702
+1 10352U 77087A   13117.05891954  .00000056  00000-0  43324-4 0  1841
+2 10352 082.9675 108.7807 0035375 070.6385 321.4433 13.73985676785660
+1 10355U 77087B   13115.88006904  .00000026  00000-0  11842-4 0  6398
+2 10355 082.9705 086.0180 0032411 322.4312 069.2452 13.75626570787404
+1 10358U 77088A   13117.18148549 -.00000080  00000-0  78033-5 0  9186
+2 10358 064.9379 344.3833 0031607 116.2281 030.4232 13.83525499799494
+1 10365U 77092A   13116.69709097 -.00000320  00000-0  00000+0 0    63
+2 10365 013.5484 333.5488 0026768 215.2698 016.1966 01.00262431 86831
+1 10370U 77093A   13121.16244298  .00000668  00000-0  00000+0 0  8810
+2 10370 087.8544 347.7480 8136842 286.9850 359.6646 00.25342107 30581
+1 10392U 74089EH  13117.63328890 -.00000059  00000-0 -70907-4 0  3576
+2 10392 101.8623 163.9072 0050479 000.2681 126.2170 12.60042471770525
+1 10393U 74089EJ  13116.15576955 -.00000003  00000-0  32111-3 0  7677
+2 10393 101.5806 357.1905 0158693 125.2390 026.9822 12.23847241722995
+1 10395U 73086GK  13116.97565432  .00003879  00000-0  18645-1 0  4734
+2 10395 102.6187 127.2853 0329920 044.4922 344.9945 12.58994737767017
+1 10410U 76067D   13116.84574782 -.00000042  00000-0  47351-4 0  9057
+2 10410 066.0941 056.9988 0692526 242.2528 150.1649 12.32917438656748
+1 10411U 76067E   13115.72942492 -.00000092  00000-0 -16845-3 0  8419
+2 10411 066.0211 199.5382 0654591 065.1676 071.0901 12.29002851651306
+1 10412U 76067F   13115.73141600 -.00000081  00000-0 -90855-4 0  8044
+2 10412 065.6788 335.1988 0691598 336.0260 051.7874 12.33757512657731
+1 10413U 76067G   13117.02549189  .00000093  00000-0  58097-3 0  9293
+2 10413 065.8743 106.5771 0685745 358.8587 033.6664 12.28929461649607
+1 10414U 76067H   13116.33189023 -.00000120  00000-0 -36997-3 0  7706
+2 10414 065.8787 210.3144 0619918 086.5038 315.8148 12.18362752637870
+1 10415U 76067J   13116.16115145 -.00000044  00000-0  38488-4 0  7793
+2 10415 065.8357 117.9668 0679504 154.2003 288.4785 12.18759266638355
+1 10416U 76067K   13116.04942490 -.00000078  00000-0 -12433-3 0  7803
+2 10416 065.7162 309.8193 0650427 019.1286 118.7139 12.20337786640408
+1 10417U 76067L   13114.70843308  .00000008  00000-0  17403-3 0  1798
+2 10417 065.5855 354.8250 0727446 066.0429 334.9571 12.46518051931449
+1 10436U 76067M   13116.28950376  .00000226  00000-0  94589-3 0  5750
+2 10436 066.0265 202.9666 0696297 329.9444 059.9990 12.37369421660636
+1 10437U 76067N   13117.72957642  .00000222  00000-0  11143-2 0  1378
+2 10437 065.8221 347.9795 0666570 097.3577 305.6804 12.30271788651291
+1 10438U 76067P   13115.80720512  .00000500  00000-0  32393-2 0  9322
+2 10438 065.9399 035.8590 0647344 063.5980 336.3798 12.08803264623608
+1 10439U 76067Q   13115.73015053 -.00000014  00000-0  17691-3 0  1094
+2 10439 065.7864 186.4359 0669009 206.4865 305.6298 12.24603139645371
+1 10440U 76067R   13116.35244454  .00000180  00000-0  72051-3 0  8972
+2 10440 065.6468 071.4783 0722131 009.7532 126.8400 12.39496944663061
+1 10441U 76067S   13117.19538122  .00000064  00000-0  70103-3 0  1312
+2 10441 065.7395 045.4435 0606184 065.1691 073.7976 12.11712309628962
+1 10442U 76067T   13116.16825231 -.00000057  00000-0 -24951-4 0  8760
+2 10442 066.0112 038.2023 0658331 207.0418 306.3506 12.16620712635572
+1 10443U 76067U   13117.81329741  .00000029  00000-0  22868-3 0  9750
+2 10443 065.8136 260.5122 0734158 321.4343 183.0035 12.46359668672228
+1 10444U 76067V   13116.12036721 -.00000084  00000-0 -55963-4 0  2611
+2 10444 065.7995 345.2756 0752802 302.8057 203.3992 12.50920483678774
+1 10445U 76067W   13116.85965858  .00000272  00000-0  18657-2 0  1279
+2 10445 065.9577 027.2996 0655879 017.6863 015.5099 12.08963986624442
+1 10446U 76067X   13116.99826756 -.00000042  00000-0  50671-4 0  1650
+2 10446 065.8819 283.6998 0629382 093.4418 046.7243 12.16738294635797
+1 10447U 76067Y   13115.82934975 -.00000127  00000-0 -22903-3 0  9980
+2 10447 065.8638 020.4980 0716488 306.4956 081.6198 12.36694955660852
+1 10448U 76067Z   13117.61702440 -.00000062  00000-0 -27158-4 0  2800
+2 10448 066.1657 283.7557 0746009 038.6430 027.4659 12.36907548661255
+1 10449U 76067AA  13117.41542918 -.00000051  00000-0  14158-4 0  8888
+2 10449 066.0330 069.0655 0762838 233.4601 282.1192 12.45432660672960
+1 10450U 76067AB  13116.21190463  .00000018  00000-0  19038-3 0    22
+2 10450 065.7421 090.9223 0742583 082.1361 002.8327 12.46705218674478
+1 10451U 76067AC  13117.50660358 -.00000032  00000-0  59719-4 0  9792
+2 10451 065.8559 230.8297 0776746 215.6620 230.6316 12.45748004673395
+1 10452U 76067AD  13115.36773420  .00000231  00000-0  18867-2 0  8965
+2 10452 065.8478 077.1359 0604425 268.6299 240.0083 12.05780577620981
+1 10453U 76067AE  13115.99995517  .00000039  00000-0  27766-3 0  4240
+2 10453 065.8094 067.5176 0721226 011.1658 056.3209 12.42031589667583
+1 10454U 76067AF  13116.29543205  .00000105  00000-0  36839-3 0  7909
+2 10454 065.6597 154.4687 0742399 209.4004 232.9000 12.53657903680362
+1 10455U 77105A   13116.15749012  .00000793  00000-0  00000+0 0  9859
+2 10455 063.1937 130.2151 7035957 257.6674 055.2380 02.00415242260081
+1 10457U 77106A   13116.35229659  .00000081  00000-0  11471-3 0  5375
+2 10457 089.7478 207.9838 0027004 166.7467 222.8164 13.48390291745853
+1 10459U 77107A   13117.45045569  .00000066  00000-0  53251-4 0   951
+2 10459 082.9495 088.6304 0028983 171.8011 335.1562 13.74561853780368
+1 10461U 77107B   13116.84700917  .00000099  00000-0  85120-4 0  3646
+2 10461 082.9505 056.0304 0034531 061.6365 332.3328 13.76645798782685
+1 10462U 77106B   13116.80805355  .00000068  00000-0  93682-4 0  2281
+2 10462 089.7477 207.9802 0025774 184.0706 323.7136 13.47944605170428
+1 10463U 76067AG  13115.78001255 -.00000109  00000-0 -20644-3 0  2858
+2 10463 065.8245 206.6657 0687814 059.6123 077.7138 12.32197565655132
+1 10464U 76067AH  13116.73962823 -.00000109  00000-0 -13979-3 0  8367
+2 10464 065.8319 003.1712 0726157 312.4498 076.5487 12.45356986669470
+1 10465U 76067AJ  13116.49259976 -.00000173  00000-0 -23451-3 0  2506
+2 10465 065.5680 283.9610 0743991 019.0978 015.2560 12.57370279683687
+1 10466U 76067AK  13117.50148345  .00000558  00000-0  15990-2 0  3938
+2 10466 065.8420 266.8349 0724269 267.3865 122.6427 12.48292046672848
+1 10469U 77065EB  13116.51247337  .00000207  00000-0  14671-3 0  5558
+2 10469 029.1198 196.6146 0873728 310.7397 170.4925 12.70320623659745
+1 10470U 77065EC  13117.13435719  .00000516  00000-0  10999-3 0  9064
+2 10470 029.0959 032.6158 0653478 217.5680 291.2305 13.63803869752996
+1 10471U 77065ED  13115.85559435  .00000398  00000-0  94200-4 0  3233
+2 10471 029.0616 348.8141 0867467 344.8101 092.6291 13.20197708717021
+1 10476U 77065EJ  13116.18121243  .00034343  00000-0  14326-2 0  9554
+2 10476 028.9528 092.6543 0150119 254.6186 206.2464 15.12611840838037
+1 10478U 77065EL  13117.15989602  .00001766  00000-0  28747-3 0  8088
+2 10478 029.2747 062.8823 0600165 243.7695 245.1596 13.90022463761901
+1 10485U 77105E   13116.68437330  .00001270  00000-0  00000+0 0  5450
+2 10485 063.4478 166.5861 6957950 259.7084 330.6489 01.97234250255425
+1 10489U 77108A   13116.29726395  .00000064  00000-0  10000-3 0  6632
+2 10489 014.0041 337.4273 0011910 347.1994 012.7206 01.00239572 89130
+1 10490U 77108B   13117.20099428  .00001356  00000-0  32139-3 0  4805
+2 10490 028.3039 116.1560 1183532 271.9971 200.3023 12.63802805621093
+1 10491U 77109A   13116.90767536  .00000399  00000-0  99476-3 0  7474
+2 10491 082.9308 253.6231 0014435 312.2487 198.5455 13.17530813703945
+1 10492U 77109B   13117.21384672 -.00000054  00000-0 -16818-3 0   490
+2 10492 082.9260 225.9717 0019455 232.9943 154.4956 13.19591885705910
+1 10512U 77116A   13117.03132301 -.00000062  00000-0  19530-4 0  3172
+2 10512 065.8355 080.7651 0010532 070.4186 322.8568 13.74968197775814
+1 10513U 77116B   13116.97568045  .00000045  00000-0  12445-3 0  3541
+2 10513 065.8336 284.3970 0017937 055.1950 088.7298 13.78336427779513
+1 10514U 77117A   13116.88567446  .00000084  00000-0  40440-4 0  2298
+2 10514 081.2069 261.1223 0023663 226.8979 133.0212 14.10123538818501
+1 10515U 77117B   13117.09791919  .00000132  00000-0  69407-4 0  5838
+2 10515 081.2346 306.1152 0028818 188.6045 320.9463 14.08451439816938
+1 10516U 77118A   13115.03017295 -.00000226  00000-0  10000-3 0  4669
+2 10516 015.1605 346.8764 0004434 051.3705 308.6341 00.98914635 88227
+1 10517U 77118B   13116.86773141  .00000690  00000-0  10787-3 0  4757
+2 10517 028.6639 279.1833 0862093 285.8199 180.7251 13.36127427706466
+1 10518U 77116C   13117.19293344 -.00000039  00000-0  42734-4 0  6618
+2 10518 065.8334 012.5444 0009117 060.3632 082.6056 13.76798739777350
+1 10519U 77118C   13115.67401588  .00001159  00000-0  33919-3 0  2234
+2 10519 029.0624 236.3407 0840313 169.6022 336.3714 13.23749309698596
+1 10520U 77119A   13117.66993583  .00000083  00000-0  37810-4 0  3915
+2 10520 074.0298 313.0224 0018739 270.4879 201.4093 14.35580012850292
+1 10521U 77119B   13116.76035491  .00000135  00000-0  51006-4 0  7488
+2 10521 074.0290 184.8069 0021535 208.4817 301.0468 14.40032887854494
+1 10524U 77119C   13117.63128094  .00001310  00000-0  27627-3 0  5159
+2 10524 074.0302 326.3283 0012991 091.4332 323.9003 14.60420088862077
+1 10525U 77119D   13117.08470611  .00001171  00000-0  25485-3 0  1537
+2 10525 074.0258 351.9497 0014488 142.2767 217.9417 14.59094559860919
+1 10526U 77116D   13116.49216978  .00000112  00000-0  19449-3 0  7637
+2 10526 065.8338 097.9978 0027882 179.5425 326.9908 13.77257359775407
+1 10531U 77121A   13117.19234576 -.00000107  00000-0 -36924-4 0  3013
+2 10531 065.8528 188.7131 0145934 353.3939 040.5888 13.59744973147227
+1 10535U 77121C   13117.55375201  .00000286  00000-0  37395-3 0  3937
+2 10535 065.8511 151.6954 0135817 273.3546 230.6156 13.72563078763717
+1 10536U 77122A   13117.18514334  .00000033  00000-0  19548-4 0   859
+2 10536 082.9373 194.1751 0021933 050.9605 341.6320 13.73086758770731
+1 10537U 77122B   13117.80168699  .00000101  00000-0  89932-4 0  7103
+2 10537 082.9318 158.5165 0018318 276.6380 180.5442 13.75129653773365
+1 10539U 77123A   13116.67773982  .00000011  00000-0  12701-4 0  2506
+2 10539 075.8343 170.5594 0303229 175.7217 184.6629 13.88645155790008
+1 10541U 77123B   13117.53149469 -.00000004  00000-0  36860-5 0  1552
+2 10541 075.8352 161.5598 0299814 158.8054 350.2878 13.88803508790500
+1 10557U 78002A   13116.27287476  .00000108  00000-0  10000-3 0  8633
+2 10557 014.8046 358.4701 0005478 099.2364 260.7900 00.99904081 73417
+1 10562U 77121D   13115.69460572  .00000036  00000-0  20949-3 0  4847
+2 10562 065.8697 182.6082 0091218 170.4131 334.0904 13.35226664720495
+1 10563U 77121E   13117.38370422  .00000612  00000-0  59693-3 0  5377
+2 10563 065.8515 216.6845 0110959 209.6300 212.5140 13.83796908771941
+1 10564U 77121F   13116.66673189  .00000107  00000-0  19792-3 0  2758
+2 10564 065.8644 195.7340 0159764 256.0354 258.3138 13.68958578763733
+1 10565U 77121G   13116.66720564  .00000113  00000-0  23181-3 0  4452
+2 10565 065.8296 186.4635 0114187 028.1113 113.5679 13.63402279754630
+1 10566U 77121H   13117.64049557  .00000887  00000-0  14500-2 0   557
+2 10566 065.7930 336.0259 0428272 218.1017 178.7596 13.20934035694397
+1 10567U 77121J   13115.85981836 -.00000002  00000-0  10475-3 0  8369
+2 10567 065.7957 067.1653 0107783 212.1872 183.0604 13.54872865747657
+1 10568U 77121K   13117.21348866  .00000206  00000-0  31612-3 0  1647
+2 10568 065.7698 169.5496 0210103 210.0310 187.4564 13.62490083752822
+1 10569U 77121L   13116.31054473  .00000259  00000-0  32821-3 0  5067
+2 10569 065.3988 121.5689 0147844 327.6900 145.5305 13.75620747769264
+1 10570U 77121M   13117.60785104  .00001095  00000-0  13240-2 0  8216
+2 10570 065.3708 300.3386 0007028 259.9616 160.3810 13.70705831747756
+1 10571U 77121N   13116.58826560  .00000349  00000-0  36313-3 0  8886
+2 10571 065.9380 171.9575 0156663 318.9113 193.3876 13.82271669775286
+1 10572U 77121P   13115.68119795  .00000039  00000-0  11285-3 0  5134
+2 10572 065.0335 172.6117 0172761 148.8813 355.9747 13.77574399774093
+1 10573U 77121Q   13116.98103574  .00000053  00000-0  18792-3 0  9834
+2 10573 066.3653 271.3649 0098682 294.7989 212.9577 13.50955509741748
+1 10574U 77121R   13116.98188010  .00000234  00000-0  41207-3 0  5208
+2 10574 065.5480 087.1493 0114346 048.4488 349.0994 13.58356065748788
+1 10575U 77121S   13115.70870120  .00000026  00000-0  13149-3 0  2174
+2 10575 065.8799 325.9122 0126903 306.2709 086.2432 13.59890721752493
+1 10576U 77121T   13115.72236292  .00000041  00000-0  13713-3 0  2515
+2 10576 065.8399 349.4748 0141678 348.8752 046.9875 13.65383163759395
+1 10577U 77121U   13116.78423007  .00000046  00000-0  14051-3 0  3584
+2 10577 065.7967 212.7161 0124356 090.1657 053.2108 13.67354878761534
+1 10578U 77121V   13116.68430679  .00000018  00000-0  10961-3 0  2547
+2 10578 065.7709 191.7858 0131999 157.6517 345.6195 13.66939861761289
+1 10579U 77121W   13117.36353245  .00000033  00000-0  21795-3 0   729
+2 10579 065.6479 062.9753 0062057 340.7787 163.3262 13.32104820717258
+1 10580U 77121X   13116.67273653  .00000069  00000-0  24896-3 0  7189
+2 10580 065.6822 315.1891 0081154 213.5859 180.8616 13.42787930729726
+1 10581U 78005A   13116.16176226 -.00000031  00000-0 -99521-4 0  4652
+2 10581 074.0307 188.1354 0004683 107.3320 284.7118 12.51227076612064
+1 10584U 78005B   13116.10494939 -.00000036  00000-0 -11845-3 0  5897
+2 10584 074.0317 333.2984 0041227 226.3993 279.3044 12.57913779620653
+1 10585U 78005C   13117.52199729 -.00000012  00000-0  27252-4 0  5853
+2 10585 074.0336 045.1389 0029279 317.5965 085.3115 12.55626360617899
+1 10586U 78005D   13116.08314009 -.00000020  00000-0 -25904-4 0  5799
+2 10586 074.0284 117.8587 0016590 030.4037 003.7525 12.53427357614880
+1 10587U 78005E   13115.94049736  .00000017  00000-0  21572-3 0  7732
+2 10587 074.0310 263.4474 0007677 042.3307 103.9574 12.48879423609017
+1 10588U 78005F   13116.18547988 -.00000035  00000-0 -13093-3 0  7575
+2 10588 074.0321 341.7629 0019935 104.7220 043.3775 12.46400118605856
+1 10589U 78005G   13115.86542109  .00000017  00000-0  22921-3 0  7411
+2 10589 074.0329 055.7846 0033282 200.4532 194.6728 12.44072967602826
+1 10590U 78005H   13115.63547352 -.00000048  00000-0 -23590-3 0  7186
+2 10590 074.0282 139.0845 0047396 284.7582 224.8553 12.41447472599418
+1 10591U 78005J   13117.14333471 -.00000023  00000-0 -70430-4 0  6380
+2 10591 074.0369 342.6356 0145329 193.9693 312.9900 12.23299370146676
+1 10599U 78007A   13117.19402507  .00000023  00000-0  80059-5 0  2633
+2 10599 082.9426 354.6582 0051694 300.2844 206.9453 13.76543723771753
+1 10600U 78007B   13116.14757133  .00000097  00000-0  81087-4 0  3226
+2 10600 082.9384 327.5514 0047279 227.2211 281.6593 13.78258575773480
+1 10613U 76067AM  13117.08272365  .00000334  00000-0  83184-3 0  3758
+2 10613 065.7957 140.8364 0725469 257.0572 110.2175 12.59653591684404
+1 10614U 76067AN  13116.42416543  .00000052  00000-0  30727-3 0  6603
+2 10614 065.7316 086.2385 0740370 177.5658 330.8999 12.40824708664524
+1 10615U 76067AP  13110.76725825  .00000181  00000-0  61924-3 0  7035
+2 10615 066.0091 347.7760 0678691 256.5528 167.6059 12.55471826954239
+1 10616U 76067AQ  13116.21115185  .00000281  00000-0  90718-3 0  5586
+2 10616 065.5964 047.5549 0723616 047.2968 057.0522 12.46570523671736
+1 10617U 76067AR  13116.57223488 -.00000072  00000-0 -50461-4 0  8183
+2 10617 065.6328 133.3761 0735115 037.0782 099.7490 12.36251469660830
+1 10618U 76067AS  13116.50909218  .00000026  00000-0  25035-3 0  2289
+2 10618 065.8424 266.3498 0732352 313.5796 074.5470 12.38516198663131
+1 10619U 76067AT  13116.20329867 -.00000094  00000-0 -15569-3 0  8164
+2 10619 065.8301 169.0950 0661158 042.2105 019.5835 12.33092981656784
+1 10620U 76067AU  13116.30518270  .00000019  00000-0  26822-3 0  5925
+2 10620 065.9584 172.3824 0644776 109.6009 325.2376 12.39636271660093
+1 10621U 76067AV  13116.54272899 -.00000027  00000-0  10565-3 0  2100
+2 10621 066.0249 122.4273 0664264 036.4706 101.3045 12.30829523653401
+1 10622U 76067AW  13117.68276650 -.00000051  00000-0  16349-4 0  8858
+2 10622 065.9050 159.6136 0750752 231.5533 285.3581 12.33624291657224
+1 10623U 76067AX  13116.19745038  .00000004  00000-0  19005-3 0   462
+2 10623 065.7777 132.6989 0691744 070.4072 001.6073 12.41635896665348
+1 10626U 77065EV  13116.16028677  .00003278  00000-0  88828-3 0  6960
+2 10626 029.1786 071.2760 0735958 312.7301 156.4680 13.48380892730687
+1 10627U 77065EW  13116.85892847  .00004668  00000-0  36665-2 0  6230
+2 10627 028.9647 315.4756 0673109 140.0849 342.5946 13.16579662691855
+1 10629U 77065EY  13116.81420968  .00000487  00000-0  48046-3 0  7120
+2 10629 029.8282 352.5249 0826247 027.5764 036.0512 12.76569406663739
+1 10630U 77065EZ  13114.98796094  .00001787  00000-0  22341-2 0  2728
+2 10630 029.2351 053.7416 0817553 001.2619 059.4191 12.69587724894896
+1 10634U 77065FD  13117.42375251  .00084123  00000-0  95504-3 0  3001
+2 10634 028.8548 180.5147 0083354 083.4192 016.9981 15.56616146612089
+1 10637U 78012A   13117.05594725 -.00000327  00000-0  00000+0 0  8839
+2 10637 043.9677 356.6677 1479162 181.1043 178.4970 01.00067538 81569
+1 10642U 76077C   13115.72338331 -.00000044  00000-0 -79881-6 0  6885
+2 10642 102.3101 186.1767 0102220 331.0622 174.4181 12.21670350639071
+1 10643U 76077D   13117.01347696 -.00000178  00000-0 -14415-2 0   334
+2 10643 102.0377 293.1816 0170406 117.5088 027.2345 12.10013083623951
+1 10644U 76077E   13117.62831928  .00000070  00000-0  63731-3 0  1413
+2 10644 101.5154 174.0357 0111764 233.4349 285.6612 12.61280282689701
+1 10645U 76077F   13116.83845394 -.00000268  00000-0 -26537-2 0  5459
+2 10645 102.3787 242.4801 0224097 062.4588 090.8753 11.98991780610118
+1 10646U 76077G   13116.18748491 -.00000073  00000-0 -30578-3 0  7387
+2 10646 102.3092 159.7352 0144303 090.5230 301.9819 12.14322889629909
+1 10647U 76077H   13116.64118455  .00000098  00000-0  15057-2 0  9336
+2 10647 103.1431 140.2068 0164999 307.3737 199.7308 12.11020112625395
+1 10648U 76077J   13117.16218296  .00000064  00000-0  99655-3 0  6864
+2 10648 101.9586 337.5936 0130024 324.1782 181.6975 12.20070405635107
+1 10649U 76077K   13116.48166159 -.00000033  00000-0  50894-4 0  4968
+2 10649 102.2136 101.6948 0378166 057.0519 084.2658 11.79955011585374
+1 10650U 76077L   13116.18284655 -.00000211  00000-0 -28991-2 0  6679
+2 10650 102.0398 157.5093 0437122 062.1271 331.3608 11.57180711556007
+1 10652U 76077N   13116.28290013  .00000153  00000-0  23464-2 0  1923
+2 10652 103.0262 028.8226 0246940 186.0457 173.7576 11.96170219604366
+1 10653U 76077P   13117.60698703  .00000027  00000-0  66392-3 0  2007
+2 10653 102.8774 115.2285 0128754 161.2827 313.3290 12.23941100642279
+1 10654U 76077Q   13116.50526132  .00000870  00000-0  31825-2 0  8219
+2 10654 102.4970 089.7961 0191708 121.6953 024.2273 12.91632775723010
+1 10655U 76077R   13116.02608559  .00000142  00000-0  18394-2 0  1469
+2 10655 103.1487 110.1775 0274736 277.2935 112.6429 12.10788342625395
+1 10656U 76077S   13115.76784984 -.00000078  00000-0 -26079-3 0   589
+2 10656 102.1088 172.0672 0077710 060.0446 088.4622 12.36816237658421
+1 10657U 76077T   13116.63171189 -.00000034  00000-0  79929-4 0  8115
+2 10657 102.0066 129.5378 0083317 001.8572 145.6549 12.25575535644509
+1 10658U 76077U   13115.86929578 -.00000053  00000-0 -86959-4 0  6147
+2 10658 101.9391 132.7738 0057245 065.3249 352.5197 12.29857994650008
+1 10659U 76077V   13116.99165656  .00000240  00000-0  29739-2 0  8613
+2 10659 102.0914 272.5405 0176784 168.2787 338.5394 12.08922328622751
+1 10660U 76077W   13115.75599531  .00000081  00000-0  17668-2 0  2627
+2 10660 102.2292 171.2715 0396294 165.3913 344.3608 11.67272489569272
+1 10661U 76077X   13116.33628365 -.00001123  00000-0 -25076-2 0   698
+2 10661 101.1536 016.8532 0141788 082.7961 035.9874 13.20669751698111
+1 10662U 76077Y   13117.18193872 -.00000723  00000-0 -24273-2 0  7334
+2 10662 101.0363 167.3822 0200632 009.9254 021.9110 12.88388297718873
+1 10663U 76077Z   13116.96433206  .00001162  00000-0  14959-2 0  4487
+2 10663 100.5969 267.8242 0168432 347.8484 157.4023 13.59401178771535
+1 10664U 78014A   13115.15405019  .00000083  00000-0  15573-3 0  6658
+2 10664 065.3798 055.2822 1893297 099.7556 356.3971 10.75293833381828
+1 10674U 78018A   13117.20948385 -.00000042  00000-0  15105-4 0  7535
+2 10674 069.3635 206.7538 0166782 279.8597 110.5267 13.43553828726289
+1 10675U 78018B   13116.17035650 -.00000008  00000-0  67627-4 0   309
+2 10675 069.3588 176.5264 0163651 272.2599 152.9894 13.44521107726976
+1 10676U 78019A   13117.12372921  .00000081  00000-0  36894-4 0  4779
+2 10676 074.0397 323.4695 0016535 028.2073 119.2504 14.35694346841275
+1 10677U 78019B   13117.43385256  .00000142  00000-0  53979-4 0  1069
+2 10677 074.0391 213.4166 0016534 298.7218 061.2275 14.39394464844923
+1 10684U 78020A   13117.24389212  .00000043  00000-0  00000+0 0  5677
+2 10684 062.7796 198.6682 0074260 187.5429 210.1292 01.98072030241377
+1 10692U 78022A   13116.76262462  .00000037  00000-0  21863-4 0  9921
+2 10692 082.9898 187.2358 0037227 043.8137 104.5662 13.76172594765394
+1 10693U 78022B   13117.54597417  .00000040  00000-0  25236-4 0  3601
+2 10693 082.9879 168.5530 0020205 332.6714 178.2571 13.77301788766844
+1 10702U 78026A   13117.70471343 -.00000256  00000-0 -15363-3 0  7775
+2 10702 098.9901 176.6866 0015403 065.0952 080.8742 13.96546917791926
+1 10703U 78026B   13116.87716231  .00000194  00000-0  16264-3 0  8165
+2 10703 098.7182 119.8988 0006097 200.6985 211.5079 13.99000501793118
+1 10704U 78026C   13116.99184831  .00000075  00000-0  96449-4 0   179
+2 10704 098.7870 106.1898 0072692 355.0003 038.0024 13.87568090820552
+1 10706U 76077AB  13116.70929127  .00000126  00000-0  51557-3 0  6082
+2 10706 101.5306 157.7565 0440445 302.7283 207.6250 12.79656777705151
+1 10707U 76077AC  13117.37626375  .00000949  00000-0  11509-1 0   488
+2 10707 102.2565 047.4419 0265550 170.9032 305.9810 11.96869267603732
+1 10708U 76077AD  13116.04640437  .00000241  00000-0  15619-2 0  3268
+2 10708 101.6905 159.6062 0173820 170.7850 256.1490 12.59783081682904
+1 10709U 76077AE  13117.65001870 -.00000289  00000-0 -16551-2 0  9760
+2 10709 101.8637 168.0011 0027438 226.3644 279.8167 12.47419664668209
+1 10710U 76077AF  13117.11715735  .00000082  00000-0  13833-2 0  9821
+2 10710 101.8130 344.5231 0265860 094.5729 054.9918 11.96860261603498
+1 10711U 76077AG  13114.97325137 -.00000056  00000-0 -11517-3 0  4338
+2 10711 101.9617 135.0527 0063851 120.6755 307.3969 12.29174456649073
+1 10712U 76077AH  13117.75497822  .00000063  00000-0  84997-3 0  6632
+2 10712 102.2177 199.3876 0080772 239.2326 267.2758 12.35673537654786
+1 10713U 76077AJ  13117.72453734 -.00000410  00000-0 -12618-2 0  9646
+2 10713 101.4640 004.1171 0141812 306.7449 084.4835 12.93055805706063
+1 10714U 76077AK  13117.33152779  .00000773  00000-0  12075-1 0  1636
+2 10714 103.4126 281.8969 0598482 193.0003 244.4208 11.49158321540599
+1 10715U 76077AL  13116.16762956 -.00000058  00000-0 -28957-3 0  6283
+2 10715 102.5077 342.9904 0435164 214.1336 296.0344 11.63542115564105
+1 10716U 76077AM  13116.41588903  .00004354  00000-0  23096-1 0   114
+2 10716 102.7481 078.8839 0145799 240.7958 266.4847 12.63935919666725
+1 10717U 76077AN  13117.61084891 -.00000016  00000-0  24113-3 0  7027
+2 10717 102.0809 132.1271 0100291 180.2681 294.7929 12.23109256641299
+1 10718U 76077AP  13117.08274505 -.00000018  00000-0  19932-3 0  4451
+2 10718 102.2118 157.3142 0053435 075.9963 318.6935 12.42296653664962
+1 10719U 76077AQ  13116.54596067 -.00000109  00000-0 -81923-3 0  7704
+2 10719 101.8891 138.5839 0249926 118.8307 031.6966 11.99047540605940
+1 10720U 76077AR  13116.07728874  .00000248  00000-0  27832-2 0  9631
+2 10720 101.9803 136.1367 0358709 262.7267 127.8417 12.05250355617760
+1 10721U 76077AS  13117.47449402  .00000337  00000-0  21371-2 0  8320
+2 10721 101.8619 301.3738 0034819 071.9574 343.5971 12.62329124682776
+1 10722U 78002B   13116.40796825  .00000037  00000-0  39231-3 0  8778
+2 10722 021.0103 186.0295 7170848 123.6509 356.1862 02.21754301181302
+1 10723U 78012C   13116.80634050  .00030126  00000-0  22385-2 0  3100
+2 10723 029.3346 285.5364 5652395 059.8804 017.3209 04.62075251268633
+1 10728U 75027C   13116.65146894 -.00000015  00000-0  71299-4 0  6305
+2 10728 115.2056 140.6941 0049886 188.8510 314.4123 14.22953603971900
+1 10730U 75027E   13117.14920058  .00000197  00000-0  26701-3 0  8214
+2 10730 114.9486 347.3854 0091770 123.8700 037.8385 13.93053208935606
+1 10731U 78028A   13117.10819648  .00000030  00000-0  16479-4 0  9801
+2 10731 082.9307 324.7612 0021727 290.7035 216.2928 13.73080739759432
+1 10732U 78028B   13116.76953198 -.00000043  00000-0 -61437-4 0  8362
+2 10732 082.9295 293.1374 0020700 143.0366 294.7349 13.75175744761816
+1 10744U 78031A   13117.19151828  .00000090  00000-0  75798-4 0  9598
+2 10744 082.9274 070.5907 0037927 156.9584 330.7545 13.76332709761916
+1 10745U 78031B   13117.21127296  .00000064  00000-0  48379-4 0  7936
+2 10745 082.9300 041.8469 0035530 025.4367 123.5596 13.78356243764141
+1 10746U 76077AT  13116.94225332 -.00003466  00000-0 -88750-2 0  4173
+2 10746 101.8634 077.8069 0271023 119.1464 276.1430 13.04863061724201
+1 10747U 76077AU  13117.82357758  .00005551  00000-0  92613-2 0    73
+2 10747 101.0724 220.5021 0172285 193.7236 313.5419 13.41152935761367
+1 10748U 76077AV  13117.65184505 -.00000012  00000-0  25906-3 0  8712
+2 10748 101.9436 133.4286 0074316 131.8622 345.5338 12.29351004649150
+1 10749U 76077AW  13117.75436039 -.00000041  00000-0  44518-4 0  5930
+2 10749 102.6532 180.8134 0091116 190.8222 316.6759 12.23478775642015
+1 10750U 76077AX  13116.53812287  .00004590  00000-0  43378-2 0    39
+2 10750 101.7155 338.5294 0608609 245.8365 141.9696 13.20189139722779
+1 10751U 76077AY  13116.83276894  .00000964  00000-0  13798-1 0  3655
+2 10751 102.1200 043.5526 0615712 018.8187 012.5900 11.52673692544149
+1 10752U 76077AZ  13117.52477093  .00002216  00000-0  76963-2 0  8186
+2 10752 101.7925 121.1951 0400122 032.3397 109.2154 12.74732166690622
+1 10754U 76077BB  13117.04776134 -.00000046  00000-0 -27932-4 0  8021
+2 10754 102.1034 127.4670 0122582 279.9457 112.5884 12.21573186639520
+1 10755U 76077BC  13117.49808668 -.00000040  00000-0  27216-4 0  8533
+2 10755 101.9846 133.3411 0081007 340.1474 177.6037 12.25902211645049
+1 10756U 76077BD  13117.58010234  .00000497  00000-0  40515-2 0  3612
+2 10756 101.0622 314.7824 0205729 338.2672 020.9759 12.33766578645902
+1 10757U 76077BE  13117.14346493  .00000188  00000-0  26242-2 0  3229
+2 10757 101.9355 176.9625 0228581 068.9526 326.8301 11.99092690608243
+1 10758U 76077BF  13117.79204074 -.00000055  00000-0 -10108-3 0  5861
+2 10758 102.5235 185.6730 0155548 254.7424 255.5009 12.12612618627424
+1 10759U 76077BG  13117.16752594 -.00000383  00000-0 -25210-2 0  1609
+2 10759 102.4809 182.4164 0077594 118.3328 277.0033 12.39089994656498
+1 10760U 76077BH  13117.08238870  .00000175  00000-0  11171-2 0  8355
+2 10760 101.4738 160.1300 0563021 130.8505 269.5494 12.26998666635750
+1 10761U 76077BJ  13117.51290610  .00003247  00000-0  47468-2 0  3822
+2 10761 101.3057 315.0557 1056701 308.3547 073.6400 12.23140294620983
+1 10762U 76077BK  13117.72191442  .00010608  00000-0  11907+0 0  7839
+2 10762 102.6930 191.9157 0711166 250.3130 101.9847 11.56808775534491
+1 10763U 76077BL  13116.69762873 -.00000047  00000-0 -31265-4 0  9112
+2 10763 101.9468 155.5486 0047291 220.0654 288.0593 12.33608011654661
+1 10764U 76077BM  13117.16775251 -.00000337  00000-0 -32268-2 0  3286
+2 10764 102.0654 156.6670 0224743 358.7745 031.5895 12.04327441616934
+1 10765U 76077BN  13116.00619834  .00000004  00000-0  45557-3 0  5864
+2 10765 102.0416 096.4710 0130652 196.1215 195.8432 12.16466413632865
+1 10766U 76077BP  13116.10701873 -.00000053  00000-0 -83952-4 0  9234
+2 10766 101.9359 142.3454 0053541 358.3790 034.4538 12.31147593651607
+1 10767U 76077BQ  13115.66518549 -.00000040  00000-0  23007-4 0  9141
+2 10767 101.9019 133.2242 0064501 348.0114 161.7334 12.31593101651809
+1 10768U 76077BR  13115.89407793  .00000112  00000-0  13674-2 0  2739
+2 10768 102.5329 077.7822 0073508 173.9256 220.9593 12.28058015646890
+1 10769U 76077BS  13115.67171917 -.00000062  00000-0 -12186-3 0  7157
+2 10769 101.5087 153.2481 0096457 087.0257 058.4983 12.52407284678576
+1 10776U 78034A   13117.03884053  .00000052  00000-0  38800-4 0  9908
+2 10776 082.9408 305.4837 0033870 219.5660 287.2533 13.75219764759875
+1 10777U 78034B   13115.75285059 -.00000025  00000-0 -40516-4 0   198
+2 10777 082.9409 276.1064 0027573 116.7544 012.6323 13.77234054762057
+1 10778U 78035A   13114.79299782  .00000122  00000-0  00000+0 0  8330
+2 10778 014.6845 357.9268 0006545 134.0279 040.5526 01.00358038 74101
+1 10779U 78035B   13117.40821030 -.00000064  00000-0  16887-2 0  7562
+2 10779 021.4892 235.6726 7170493 158.2300 348.0489 02.22613770285015
+1 10792U 78039A   13115.20587976  .00000066  00000-0  10000-3 0  9346
+2 10792 014.2165 339.0919 0016202 152.8967 207.1350 01.00324514 70626
+1 10793U 78039B   13117.19113463  .00000663  00000-0  24790-3 0  7468
+2 10793 028.2285 021.1975 0888046 069.4900 059.0858 13.04377501666235
+1 10796U 61031D   13116.86172889  .00000059  00000-0  46836-4 0  7358
+2 10796 032.4421 345.9455 0101285 015.8907 076.6119 13.62844992565063
+1 10820U 78042A   13116.57864074  .00000274  00000-0  11367-3 0  3847
+2 10820 098.5364 298.7344 0009540 198.8039 191.9109 14.33961963824471
+1 10823U 76077BT  13117.65908212 -.00000002  00000-0  28866-3 0  2929
+2 10823 101.6334 158.2472 0044689 130.2558 015.4315 12.43360519666841
+1 10824U 76077BU  13117.23146315  .00003279  00000-0  66386-2 0  2287
+2 10824 102.0183 022.4872 0078873 337.8957 168.2665 13.33636264729955
+1 10825U 76077BV  13117.65153229 -.00000034  00000-0  66018-4 0  8205
+2 10825 101.7816 147.3858 0043738 056.3348 089.6484 12.34562804655079
+1 10826U 76077BW  13117.37722468 -.00001966  00000-0 -12685-1 0  4291
+2 10826 102.1513 050.4505 0196088 007.5785 137.1139 12.44405879649025
+1 10828U 76077BY  13117.66338874 -.00000034  00000-0  83962-4 0  5653
+2 10828 102.0654 147.1784 0099533 238.6781 269.5110 12.22271235640466
+1 10829U 76077BZ  13116.25064152 -.00000134  00000-0 -71101-3 0  6725
+2 10829 101.9354 204.8584 0038411 072.9546 321.5109 12.36017623656285
+1 10830U 76077CA  13117.36929517 -.00000028  00000-0  12619-3 0  8525
+2 10830 101.9237 037.9329 0089156 006.2014 140.7817 12.28264000647495
+1 10831U 76077CB  13117.72882525 -.00002341  00000-0 -12379-1 0  3553
+2 10831 102.1627 014.4950 0364155 256.3029 099.7254 12.46877512655115
+1 10832U 76077CC  13117.77413955 -.00000139  00000-0 -91639-3 0  1151
+2 10832 102.1596 183.6553 0121617 099.7077 046.9093 12.19727336636623
+1 10833U 76077CD  13116.68855164  .00000158  00000-0  16256-2 0  7777
+2 10833 102.0599 159.8136 0110223 342.3848 163.6764 12.32795290650629
+1 10834U 76077CE  13117.06067500  .00000352  00000-0  39317-2 0  3629
+2 10834 100.4140 140.5162 0127474 022.5191 011.3330 12.13669914622689
+1 10835U 76077CF  13116.53752333  .00003280  00000-0  78249-2 0  3884
+2 10835 102.0614 318.1889 0078243 108.8406 286.3438 13.22782536720756
+1 10836U 76077CG  13117.05358064 -.00000237  00000-0 -21284-2 0  6393
+2 10836 101.9728 142.5157 0183311 144.3567 251.9896 12.07237470620427
+1 10837U 76077CH  13116.94026156  .00000321  00000-0  40171-2 0  3637
+2 10837 102.2352 263.3226 0201332 144.6308 000.9329 12.03959591615972
+1 10838U 76077CJ  13115.72362238 -.00000076  00000-0 -21975-3 0  8857
+2 10838 102.2311 165.6546 0040514 144.9735 002.2282 12.40747631663738
+1 10839U 76077CK  13117.50602553  .00006140  00000-0  84798-2 0  7938
+2 10839 101.9399 308.3436 0038366 259.9686 155.5447 13.58398052747297
+1 10840U 76077CL  13115.70632500 -.00000022  00000-0  24948-3 0  5984
+2 10840 102.9704 155.0511 0140636 355.9088 151.2008 12.15939504631684
+1 10841U 76077CM  13117.65240559 -.00000021  00000-0  13531-3 0   373
+2 10841 101.4243 136.2158 0069028 050.8941 067.4782 12.52771295679118
+1 10842U 76077CN  13115.85804022  .00000032  00000-0  40840-3 0  2494
+2 10842 102.0774 040.6236 0290066 248.3523 140.6456 12.58485188550904
+1 10843U 76077CP  13116.10566367 -.00000048  00000-0 -28278-4 0  8814
+2 10843 101.3785 153.3096 0117377 043.6035 350.7789 12.58195572685763
+1 10844U 76077CQ  13117.09607914  .00001647  00000-0  26437-2 0  1032
+2 10844 101.2204 157.3680 0163270 116.5448 279.5508 13.45527985760522
+1 10845U 76077CR  13116.77685364 -.00000034  00000-0  10000-3 0  5553
+2 10845 102.3478 032.2701 0174564 269.6832 088.4203 12.09631046623326
+1 10855U 78044A   13116.64098962 -.00000046  00000-0  10000-3 0  2198
+2 10855 015.0442 351.3580 0002828 192.6022 167.3545 00.99137663156416
+1 10856U 78044B   13110.14175228  .00000001  00000-0 -12735-2 0  1117
+2 10856 027.9384 099.8851 1095185 170.6248 295.7961 10.29738143315772
+1 10861U 78045B   13117.20395107  .00038284  00000-0  33345-3 0  2641
+2 10861 081.1918 169.2303 0010037 091.9651 268.2755 15.68768548923177
+1 10864U 76077CS  13117.17349735  .00000065  00000-0  13846-2 0  5775
+2 10864 101.0786 334.9424 0374566 295.7131 213.1537 11.74733107577759
+1 10865U 76077CT  13117.22197156 -.00000059  00000-0 -15256-3 0  5155
+2 10865 102.2522 176.7397 0111741 048.0597 344.1373 12.20287557637802
+1 10866U 76077CU  13116.99729839 -.00000008  00000-0  32960-3 0  2788
+2 10866 102.7239 262.5967 0149200 265.3059 243.8539 12.30256218649913
+1 10867U 76077CV  13115.88476814  .00002110  00000-0  71398-2 0  3039
+2 10867 101.7997 094.2330 0312046 163.1638 232.8332 12.85302070698287
+1 10868U 76077CW  13116.10883690  .00000223  00000-0  20981-2 0    54
+2 10868 102.4006 193.8811 0107976 147.2079 276.9591 12.35241838649655
+1 10869U 76077CX  13116.03397529  .00000023  00000-0  50901-3 0  6935
+2 10869 102.4323 118.0422 0028010 023.2948 010.1259 12.42795765665056
+1 10870U 76077CY  13116.63346785  .00000151  00000-0  13543-2 0  5471
+2 10870 101.8266 158.8554 0017102 319.2077 186.5892 12.46034838665823
+1 10871U 76077CZ  13116.73369240 -.00000333  00000-0 -19951-2 0  2946
+2 10871 102.0160 173.3670 0281413 063.1293 080.4472 12.36092449654492
+1 10872U 76077DA  13115.84429557  .00000273  00000-0  27722-2 0  6205
+2 10872 101.5843 054.3548 0084245 253.4497 139.8324 12.26230983643614
+1 10873U 76077DB  13115.79916554 -.00000077  00000-0 -34215-3 0  4655
+2 10873 102.2527 051.4599 0140375 319.5357 064.4886 12.13807235629258
+1 10874U 76077DC  13116.62521310  .00001696  00000-0  57840-2 0  1506
+2 10874 102.0593 353.3452 0096366 256.3886 137.0248 12.98815911710878
+1 10875U 76077DD  13117.54513565 -.00000019  00000-0  16149-3 0  6919
+2 10875 101.4814 144.1935 0033899 046.4534 110.8444 12.46694384671044
+1 10876U 76077DE  13116.13729009 -.00000022  00000-0  17488-3 0  4713
+2 10876 102.4874 206.3307 0101728 110.5022 311.9152 12.48164116672394
+1 10877U 77121Y   13116.33037422  .00000045  00000-0  12482-3 0  3956
+2 10877 065.7692 210.7166 0133641 083.8307 335.5541 13.74086357768898
+1 10878U 77121Z   13117.55387628  .00000167  00000-0  29893-3 0  3249
+2 10878 065.8404 181.2434 0114033 016.0401 085.0778 13.62966045754744
+1 10879U 77121AA  13117.45178514  .00000346  00000-0  43252-3 0  7979
+2 10879 065.8282 086.5107 0130632 329.9722 175.8102 13.73281083765259
+1 10880U 77121AB  13116.52851122  .00000116  00000-0  23548-3 0  4351
+2 10880 065.8409 171.3940 0109770 020.6800 126.3301 13.63474890754834
+1 10881U 77121AC  13115.85635013  .00000120  00000-0  22060-3 0  3628
+2 10881 065.8458 284.7553 0141609 321.0352 185.7602 13.67503863760810
+1 10882U 77121AD  13115.81087382  .00000185  00000-0  26207-3 0  8910
+2 10882 065.8279 027.7369 0145987 316.0166 079.5648 13.74010614766419
+1 10883U 77121AE  13116.31433949  .00000300  00000-0  39191-3 0  8725
+2 10883 065.8423 180.2035 0133976 299.6378 130.1466 13.72105972763387
+1 10884U 77121AF  13115.55765757  .00000127  00000-0  18004-3 0  9094
+2 10884 066.3870 136.7685 0207682 290.2968 214.7387 13.76023912771371
+1 10885U 77121AG  13115.83434043  .00000562  00000-0  78290-3 0  8395
+2 10885 065.7947 261.6200 0062776 173.2647 349.9098 13.64835508751599
+1 10886U 77121AH  13116.80782963  .00000303  00000-0  41100-3 0  7876
+2 10886 065.8463 251.7822 0120262 320.9881 191.1366 13.70404372761819
+1 10887U 77121AJ  13117.54286390  .00000306  00000-0  33845-3 0  7984
+2 10887 065.7459 268.4574 0153584 130.0529 299.9510 13.80533802775359
+1 10888U 77121AK  13117.47629731  .00000091  00000-0  21636-3 0   267
+2 10888 065.5167 240.9715 0111888 124.6490 308.8673 13.60642459752546
+1 10889U 77121AL  13117.30537946  .00000310  00000-0  39255-3 0  7184
+2 10889 065.8280 071.2762 0141789 321.7964 192.5967 13.73164747765554
+1 10890U 77121AM  13116.51787303  .00000095  00000-0  19069-3 0  4191
+2 10890 065.7769 146.4313 0126178 120.3609 030.0805 13.69010581762249
+1 10893U 78047A   13111.36926920  .00000011  00000-0  00000+0 0  9947
+2 10893 063.6143 065.8508 0408406 046.5235 039.4086 02.01625787256848
+1 10894U 78047B   13117.65203861  .00000200  00000-0  31453-2 0  7158
+2 10894 064.2849 308.3362 4984922 309.9938 032.2391 05.03074797635197
+1 10917U 78053A   13116.87980484  .00000064  00000-0  51033-4 0    88
+2 10917 082.9200 047.8378 0037190 030.6291 001.8274 13.75150920752525
+1 10918U 78053B   13117.82469483  .00000056  00000-0  41110-4 0  6853
+2 10918 082.9181 016.0186 0028675 276.8265 112.5718 13.77101839754850
+1 10925U 78055A   13117.18741155 -.00000237  00000-0  00000+0 0  9090
+2 10925 062.7846 161.5452 7026066 259.9308 055.5968 02.00697099255742
+1 10930U 78056A   13115.87445868  .00000022  00000-0  28612-3 0  5880
+2 10930 074.0275 246.2245 0048511 254.7490 251.3347 12.37757896576384
+1 10931U 78056B   13116.20475188 -.00000048  00000-0 -24431-3 0  4072
+2 10931 074.0247 162.6291 0032844 158.7804 258.7519 12.40430358579829
+1 10932U 78056C   13116.97819289  .00000002  00000-0  12522-3 0  2435
+2 10932 074.0258 089.1470 0026726 049.7902 345.1995 12.42751761582878
+1 10933U 78056D   13116.19448542 -.00000014  00000-0  11612-4 0  7529
+2 10933 074.0295 012.5711 0017482 295.9799 232.9369 12.45237399585933
+1 10934U 78056E   13116.07103238 -.00000011  00000-0  28993-4 0  7580
+2 10934 074.0260 299.9963 0021520 180.5450 327.9508 12.47544190588853
+1 10935U 78056F   13115.84968500  .00000016  00000-0  20933-3 0  7822
+2 10935 074.0277 228.0339 0028838 075.4938 070.9831 12.49839925591745
+1 10936U 78056G   13116.23968902 -.00000044  00000-0 -17777-3 0  5781
+2 10936 074.0247 156.1394 0041142 345.7472 078.3882 12.52089128594651
+1 10937U 78056H   13117.14702644  .00000018  00000-0  21051-3 0  5781
+2 10937 074.0270 078.7787 0049908 244.4826 232.8872 12.54484001597817
+1 10938U 78056J   13117.24677308 -.00000026  00000-0 -10893-3 0  5267
+2 10938 074.0255 019.5739 0132547 119.6532 025.4573 12.21523319555863
+1 10949U 78055E   13117.75874654  .00000384  00000-0  00000+0 0  4334
+2 10949 063.1665 181.3246 7035042 262.1729 285.2601 01.97005555145648
+1 10953U 78062A   13116.66341880 -.00000114  00000-0  10000-3 0  1846
+2 10953 014.5214 347.3430 0006526 085.0311 275.0039 01.00280177 80806
+1 10954U 78062B   13116.97738089  .00000717  00000-0  19775-3 0  8250
+2 10954 028.4271 293.2860 0704441 078.9691 084.0131 13.49406686712122
+1 10961U 78063A   13117.55316470  .00000110  00000-0  46649-4 0  5031
+2 10961 074.0772 244.6233 0016402 187.8697 246.5217 14.36005377824118
+1 10962U 78063B   13117.11457233  .00000281  00000-0  96276-4 0  4429
+2 10962 074.0793 129.0360 0024462 059.4264 334.6870 14.40415313828116
+1 10967U 78064A   13117.20454528  .00000119  00000-0  76683-4 0  9929
+2 10967 107.9930 023.7669 0002088 310.6105 197.1422 14.42685259828472
+1 10970U 78066A   13117.56386021  .00000535  00000-0  00000+0 0  1419
+2 10970 067.7246 107.4441 5540793 072.0520 024.3068 02.00651184255193
+1 10974U 78067B   13117.17747200  .00000250  00000-0  25646-4 0  9590
+2 10974 082.4819 160.2862 0016212 313.1184 079.8886 14.86182489882907
+1 10975U 78068A   13116.42839096 -.00000227  00000-0  10000-3 0  1576
+2 10975 015.0360 000.1026 0017770 182.0390 177.9198 00.99200806 88409
+1 10976U 78068B   13114.82219377 -.00000043  00000-0  28836-2 0  2036
+2 10976 021.9826 005.5902 7181231 049.0440 001.4344 02.22278944282567
+1 10981U 78071A   13114.88822074 -.00000234  00000-0  10000-3 0  3933
+2 10981 014.2952 339.4104 0001655 129.9824 229.9920 00.99382227126284
+1 10987U 78073A   13115.83740788  .00000118  00000-0  00000+0 0  9670
+2 10987 013.8762 335.9114 0006235 231.9648 345.7056 01.00286835 71460
+1 10990U 74089EK  13117.13018870 -.00000047  00000-0 -84042-5 0  4753
+2 10990 101.6029 179.2890 0073906 325.4098 059.3139 12.64928599774803
+1 10991U 78074A   13117.73178753  .00000033  00000-0  18358-4 0  6824
+2 10991 082.9372 343.8499 0028148 124.1829 266.2117 13.76318069745200
+1 10992U 78074B   13117.11873770  .00000144  00000-0  12871-3 0  3865
+2 10992 082.9325 321.5026 0020048 048.2059 099.3357 13.77669059746650
+1 10998U 78066D   13117.29105696 -.00000002  00000-0  00000+0 0  5555
+2 10998 067.8297 104.6629 5660981 069.1836 047.9259 01.99978581254378
+1 11007U 78080A   13108.39890267  .00000142  00000-0  00000+0 0  4204
+2 11007 062.7047 227.2612 7012730 248.7558 077.7123 02.31255923271951
+1 11027U 78087A   13117.71975769  .00050739  80332-7  72808-3 0  3938
+2 11027 031.0787 210.8903 5061035 061.6242 041.2436 05.66025050336846
+1 11028U 78087B   13117.16705008  .00013573  00000-0  10252-2 0  3593
+2 11028 031.2485 097.6916 4720787 143.9347 347.2752 06.14864718399906
+1 11042U 78091A   13115.58113956 -.00000043  00000-0 -17413-3 0  2746
+2 11042 074.0326 134.9573 0036757 100.0198 045.8760 12.53129806581080
+1 11044U 78091B   13116.86931434 -.00000001  00000-0  94033-4 0  2881
+2 11044 074.0376 054.2813 0049094 355.5925 039.0926 12.55633023584402
+1 11045U 78091C   13116.10390182  .00000000  00000-0  10362-3 0  2800
+2 11045 074.0362 208.1223 0024524 185.0612 244.1150 12.50781996578198
+1 11046U 78091D   13116.50529278  .00000005  00000-0  14221-3 0  4721
+2 11046 074.0349 283.7796 0013206 287.8515 107.0575 12.48342737575172
+1 11047U 78091E   13117.16360531 -.00000030  00000-0 -10275-3 0  4590
+2 11047 074.0379 000.1212 0005690 098.6819 070.2049 12.45868549163400
+1 11048U 78091F   13115.87936788  .00000020  00000-0  26593-3 0  3901
+2 11048 074.0361 245.7961 0045893 062.9276 082.3441 12.37969375 83669
+1 11049U 78091G   13115.66741663 -.00000037  00000-0 -15559-3 0  4175
+2 11049 074.0333 158.3669 0030797 327.2973 180.2087 12.40818316565583
+1 11050U 78091H   13115.88146645  .00000001  00000-0  11905-3 0  4350
+2 11050 074.0353 082.6154 0020214 220.9569 171.8678 12.43261560568691
+1 11051U 78091J   13117.85732502 -.00000047  00000-0 -29987-3 0  6200
+2 11051 074.0453 060.9936 0136756 306.0179 081.8078 12.20501243540214
+1 11054U 78093A   13116.73136519  .00000022  00000-0  00000+0 0  2070
+2 11054 063.0846 080.6632 0076944 225.4403 346.5942 01.93503242247808
+1 11057U 78095A   13116.68823140  .00000003  00000-0  48760-3 0  3352
+2 11057 063.0786 304.7864 7088896 255.3882 022.4208 02.34201883275347
+1 11060U 78096A   13117.65475205  .00000063  00000-0  53729-4 0  3314
+2 11060 099.0461 128.3386 0009839 329.7673 139.4059 14.17765211998783
+1 11061U 78096B   13117.53758686  .00003352  00000-0  51009-3 0  3861
+2 11061 098.9042 106.4781 0000720 221.8369 285.2143 14.74743703818451
+1 11062U 78096C   13115.73847488  .00004645  00000-0  66646-3 0  5648
+2 11062 098.9089 121.5433 0001432 191.9633 222.3978 14.77066052819094
+1 11076U 78083D   13117.04233226  .00000157  00000-0  00000+0 0  9707
+2 11076 067.0462 059.9233 5781198 111.3192 330.9398 01.99126274144364
+1 11079U 78095E   13116.06887120  .00000102  00000-0  29939-3 0  6671
+2 11079 063.2245 005.0235 7287890 261.2067 017.7708 02.22011497159342
+1 11080U 78098A   13116.87133266  .00000012  00000-0  50501-4 0  9460
+2 11080 099.3213 228.7063 0008926 021.2758 125.2731 13.84182054742917
+1 11081U 78098B   13117.51905277  .00000029  00000-0  66826-4 0   312
+2 11081 099.6430 288.7058 0028205 306.0180 090.2408 13.85446274583437
+1 11084U 78100A   13116.85182494  .00000069  00000-0  77854-3 0  7776
+2 11084 082.5493 237.3036 0012312 197.4027 309.1213 11.96747157507357
+1 11085U 78100B   13115.87869090  .00000118  00000-0  14114-2 0  7710
+2 11085 082.5488 241.1144 0012979 205.4504 301.4960 11.96532980506948
+1 11086U 78100C   13116.91216685 -.00000043  00000-0 -66449-3 0  7676
+2 11086 082.5500 239.0621 0012460 197.2549 312.1107 11.96711289507272
+1 11087U 78100D   13117.84662216  .00000090  00000-0  10449-2 0  4388
+2 11087 082.5501 232.4360 0009691 177.8724 328.9135 11.97016464507845
+1 11111U 78105A   13116.53644056  .00000051  00000-0  27702-4 0  3892
+2 11111 074.0253 127.8874 0020000 310.2588 195.1735 14.33911826800236
+1 11112U 78105B   13117.09322757  .00000122  00000-0  50184-4 0  7158
+2 11112 074.0331 067.0411 0034974 231.3304 257.6010 14.36525641802578
+1 11113U 78105C   13116.27832660  .00001495  00000-0  30915-3 0  8498
+2 11113 074.0252 060.9454 0006746 046.0962 314.0777 14.61246827814910
+1 11114U 78105D   13116.12779153  .00002022  00000-0  35825-3 0  6344
+2 11114 074.0164 257.5711 0007044 294.4006 120.5524 14.67977393819610
+1 11115U 78106A   13117.12431456 -.00000069  00000-0  10000-3 0  5750
+2 11115 014.8526 358.3823 0001218 109.3668 250.6181 00.98483347608085
+1 11128U 78109A   13115.88018111  .00000008  00000-0  14241-3 0  1891
+2 11128 074.0199 029.4730 0057984 118.7201 315.6876 12.55891674576678
+1 11129U 78109B   13117.00927859 -.00000013  00000-0  22704-4 0  2797
+2 11129 074.0154 098.1969 0049845 207.4392 187.4128 12.53655172574088
+1 11130U 78109C   13116.30904756 -.00000044  00000-0 -17961-3 0  2717
+2 11130 074.0156 169.0576 0037944 289.3001 139.1026 12.51428634571208
+1 11131U 78109D   13117.82771183 -.00000007  00000-0  60842-4 0  4708
+2 11131 074.0174 235.0628 0027221 014.8791 157.7888 12.49244230568668
+1 11132U 78109E   13117.09045806 -.00000006  00000-0  66632-4 0  4616
+2 11132 074.0164 309.6939 0016614 120.9326 026.9683 12.46885250565609
+1 11133U 78109F   13115.87703480 -.00000007  00000-0  62040-4 0  4485
+2 11133 074.0196 026.4107 0020469 250.4493 139.7592 12.44450570562401
+1 11134U 78109G   13117.49640751  .00000016  00000-0  22976-3 0  4300
+2 11134 074.0151 097.8872 0021918 007.4389 140.0420 12.42066661559614
+1 11135U 78109H   13116.17048230 -.00000038  00000-0 -16867-3 0  4015
+2 11135 074.0160 180.3873 0035898 110.2416 317.0413 12.39442990556164
+1 11136U 78109J   13116.95916013  .00000149  00000-0  15470-2 0  9547
+2 11136 074.0159 071.3664 0130072 109.6847 251.8274 12.19177803530810
+1 11141U 78112A   13116.68095801  .00000031  00000-0  00000+0 0  7931
+2 11141 062.5858 211.1124 0091419 022.6784 040.4887 01.92894845136651
+1 11142U 78112B   13116.14669571  .00000076  00000-0  36191-3 0  6600
+2 11142 063.7682 333.9224 4936598 357.5993 105.6404 05.34501539659166
+1 11144U 78113A   13115.82616189 -.00000129  00000-0  10000-3 0   586
+2 11144 016.9125 357.0223 0030371 077.2394 283.0766 00.94032966 66413
+1 11145U 78113B   13116.01506250 -.00000207  00000-0  10000-3 0  4947
+2 11145 015.4292 350.8227 0010413 059.5229 300.5442 00.98442624 69861
+1 11147U 78113D   13117.03339116 -.00000191  00000-0  10000-3 0  7166
+2 11147 018.0269 352.1023 0267403 305.0693 052.4400 00.93757820 69377
+1 11153U 78116A   13116.69231666 -.00000067  00000-0  10000-3 0  4831
+2 11153 014.8195 001.2272 0016964 201.5668 158.3231 00.99807721 88135
+1 11158U 78118A   13109.09911615 -.00000251  00000-0  00000+0 0  7724
+2 11158 019.6705 296.9983 3292805 132.8012 259.9776 01.00241087 74737
+1 11165U 78121A   13117.54171275  .00000137  00000-0  67765-4 0  2245
+2 11165 081.2376 262.5699 0049839 031.8844 036.8478 14.11389655284589
+1 11166U 78121B   13117.06386812  .00000115  00000-0  53879-4 0  4494
+2 11166 081.2415 223.7904 0065624 247.0185 177.0313 14.13494391770303
+1 11168U 78122A   13116.18955781  .00000218  00000-0  50699-3 0  6555
+2 11168 082.9737 195.3506 0037291 130.2615 286.4118 13.20103018654222
+1 11170U 78122B   13115.72422541 -.00000034  00000-0 -11328-3 0  8084
+2 11170 082.9718 169.5727 0025159 016.6979 132.4800 13.21958848656277
+1 11238U 79003A   13117.17815450  .00000027  00000-0  12529-4 0  9888
+2 11238 082.9398 156.6953 0037387 018.3365 014.1956 13.74019840718554
+1 11239U 79003B   13116.12543134 -.00000034  00000-0 -50022-4 0  1343
+2 11239 082.9359 131.5592 0039363 299.3440 121.1274 13.75676235719814
+1 11251U 79005A   13117.42090238  .00003119  00000-0  13678-3 0  8768
+2 11251 097.6694 247.5099 0021705 005.1735 026.3988 15.22568570408374
+1 11256U 79007A   13110.41749881 -.00000080  00000-0  00000+0 0  7891
+2 11256 018.2916 348.1198 1796285 337.6548 015.4856 01.01526397 93490
+1 11261U 79009A   13116.36714068 -.00000071  00000-0  00000+0 0  6088
+2 11261 008.0941 237.4749 3616544 280.2759 046.9959 01.68578425 95229
+1 11267U 79011B   13116.84518177  .00000357  00000-0  36416-4 0   730
+2 11267 082.5275 216.2266 0016994 210.5207 298.6349 14.87681465850519
+1 11273U 79015A   13116.13404742 -.00000124  00000-0  10000-3 0  4585
+2 11273 014.0323 337.5198 0034591 225.1938 134.4727 01.00329178 86886
+1 11288U 79021A   13117.20103552  .00000001  00000-0 -64258-5 0  4278
+2 11288 081.2149 158.2867 0023609 226.7456 165.0303 14.11627647758115
+1 11289U 79021B   13117.20063888  .00000076  00000-0  34343-4 0  3525
+2 11289 081.2480 199.0486 0075788 202.2580 190.4744 14.11355145757544
+1 11290U 79021C   13117.12123731 -.00000089  00000-0 -56844-4 0   996
+2 11290 081.2015 156.8035 0031142 351.0338 042.5969 14.10628999757366
+1 11296U 79024A   13117.20533426 -.00000026  00000-0 -58907-4 0  2928
+2 11296 074.0362 007.3282 0039445 181.8753 323.8881 12.57216979566079
+1 11297U 79024B   13115.87962593 -.00000013  00000-0  18787-4 0  2771
+2 11297 074.0342 082.7708 0027421 277.7199 114.6996 12.54890120162830
+1 11298U 79024C   13116.15810476 -.00000048  00000-0 -20126-3 0  2785
+2 11298 074.0315 154.1351 0014796 352.8244 062.6833 12.52544331560018
+1 11299U 79024D   13116.33571128 -.00000001  00000-0  97716-4 0  4841
+2 11299 074.0346 221.5627 0001524 149.7193 245.3449 12.50419966557347
+1 11300U 79024E   13117.52016677 -.00000023  00000-0 -49032-4 0  4493
+2 11300 074.0365 017.5470 0024190 053.9815 358.2616 12.45227265551179
+1 11301U 79024F   13117.07171473  .00000006  00000-0  14878-3 0  4702
+2 11301 074.0331 298.9026 0010783 338.6629 170.2108 12.47814924554250
+1 11302U 79024G   13117.45357384 -.00000012  00000-0  22350-4 0  4312
+2 11302 074.0328 091.2548 0036969 150.2183 355.9644 12.42814736548084
+1 11303U 79024H   13117.19414218 -.00000049  00000-0 -24584-3 0  4102
+2 11303 074.0327 174.4480 0052299 237.1334 157.6926 12.40098585544776
+1 11304U 79024J   13116.49370817  .00000030  00000-0  39243-3 0  7403
+2 11304 074.0390 300.7990 0144334 062.0374 332.0909 12.24169510524720
+1 11308U 79026A   13117.50568295  .00000070  00000-0  57137-4 0  4416
+2 11308 082.9739 094.6177 0024019 097.9239 050.8323 13.75031010710103
+1 11309U 79026B   13116.88204324  .00000009  00000-0 -60794-5 0  8351
+2 11309 082.9718 065.6763 0018833 005.0265 028.6726 13.76914778712032
+1 11320U 79028A   13117.04484932  .00000066  00000-0  54090-4 0  9949
+2 11320 082.9216 096.2246 0029903 215.9489 189.9302 13.74517321708031
+1 11321U 79028B   13117.44451900  .00000130  00000-0  11693-3 0  7843
+2 11321 082.9231 068.2860 0020105 130.4371 019.4112 13.76315660710073
+1 11326U 79030A   13117.23907332  .00000031  00000-0  16065-4 0    58
+2 11326 082.9507 000.1458 0029647 175.8860 332.8845 13.75220401942954
+1 11327U 79030B   13117.70010547  .00000032  00000-0  16384-4 0  5324
+2 11327 082.9500 338.1087 0029078 091.5955 300.1024 13.76891867711139
+1 11343U 79035A   13116.16481849 -.00000020  00000-0  10000-3 0  2203
+2 11343 014.1422 338.1223 0005402 099.8664 260.1489 01.00276252 81197
+1 11353U 79038A   13114.11943878 -.00000047  00000-0  10000-3 0  3968
+2 11353 015.0466 349.4740 0014951 331.4274 028.4557 00.98541807123067
+1 11378U 79046A   13117.20378402  .00000038  00000-0  24041-4 0  9991
+2 11378 082.9495 018.5313 0031359 293.2424 223.9015 13.75681850701898
+1 11379U 79046B   13117.76828475  .00000012  00000-0 -37627-5 0  8350
+2 11379 082.9452 351.7125 0022879 117.6513 286.0671 13.77265637683395
+1 11416U 79057A   13117.53348613  .00000250  00000-0  10803-3 0  4950
+2 11416 098.4412 111.1170 0011056 049.1724 097.1696 14.32489362763573
+1 11417U 79058A   13117.07942731  .00000492  00000-0  00000+0 0  2626
+2 11417 067.2039 114.1436 6799714 003.5941 004.6330 02.01415700137218
+1 11425U 79060A   13117.30989839  .00000083  00000-0  40013-4 0  1992
+2 11425 074.0176 031.7743 0013681 156.9464 350.4915 14.32810146767095
+1 11427U 79060B   13117.00349250  .00000215  00000-0  81760-4 0  5162
+2 11427 074.0181 290.9379 0019553 071.4318 077.6086 14.36724446770700
+1 11440U 79062A   13116.02498500 -.00000240  00000-0  00000+0 0   463
+2 11440 014.3385 340.2677 0005177 128.5261 203.3321 01.00258375 89888
+1 11474U 79070A   13117.56793884  .00176975  43127-6  10153-2 0  7979
+2 11474 062.1408 169.0177 3573817 130.4444 005.0816 08.41501402404345
+1 11484U 79072A   13116.26611534  .00000084  00000-0  10000-3 0  2149
+2 11484 014.7359 005.8424 0002206 065.7464 294.2319 00.99938091 92621
+1 11509U 79077A   13117.39210038 -.00000107  00000-0  00000+0 0  2255
+2 11509 067.3446 087.8958 5823443 079.9908 337.5591 02.00984902247015
+1 11510U 79078A   13117.07135634  .00000100  00000-0  46219-4 0  2058
+2 11510 074.0348 306.7370 0013565 257.2106 250.1434 14.32701606758251
+1 11511U 79078B   13117.44885080  .00000117  00000-0  49116-4 0  4933
+2 11511 074.0384 212.8561 0014666 106.2210 325.6725 14.36200118761557
+1 11538U 79084A   13117.34171067 -.00000013  00000-0  21424-4 0  1947
+2 11538 074.0278 033.4803 0053042 182.8017 327.1522 12.56196296540390
+1 11539U 79084B   13117.17359150  .00000016  00000-0  19761-3 0  2763
+2 11539 074.0239 091.3698 0046564 258.9337 218.5554 12.54319271538072
+1 11540U 79084C   13115.59011030 -.00000045  00000-0 -18345-3 0  2773
+2 11540 074.0224 146.3507 0036656 321.6866 183.6623 12.52596838535760
+1 11541U 79084D   13116.19665869 -.00000022  00000-0 -41957-4 0  2676
+2 11541 074.0248 199.6365 0027810 031.2530 000.9646 12.50814574467751
+1 11542U 79084E   13115.81528400  .00000021  00000-0  24355-3 0  4743
+2 11542 074.0251 255.3643 0018596 106.4724 049.9440 12.49010520531402
+1 11543U 79084F   13116.03993200 -.00000022  00000-0 -41327-4 0  4655
+2 11543 074.0241 314.7159 0019546 209.6968 295.5056 12.47036289529010
+1 11544U 79084G   13115.88044010 -.00000019  00000-0 -23660-4 0  4492
+2 11544 074.0273 009.1317 0015927 304.6498 134.8043 12.45244469526804
+1 11545U 79084H   13116.87779000  .00000014  00000-0  20921-3 0  4339
+2 11545 074.0255 071.6325 0026166 030.8749 003.4900 12.43133983524348
+1 11546U 79084J   13117.16165876  .00000016  00000-0  27920-3 0  5343
+2 11546 074.0227 330.1328 0126344 057.1017 090.6580 12.22240739498733
+1 11550U 79077D   13114.97930529  .00000914  00000-0  00000+0 0  5265
+2 11550 067.1209 075.4962 5871350 087.7216 002.8269 01.98929090244578
+1 11561U 79087A   13117.09006860 -.00000277  00000-0  10000-3 0   258
+2 11561 014.2778 339.5779 0017133 055.2467 304.8658 01.00305929 84805
+1 11567U 74017F   13115.89348283 -.00000116  00000-0  10000-3 0  2823
+2 11567 010.6356 322.8383 0043349 296.1577 063.2979 01.00997424144193
+1 11568U 75123F   13116.08285875 -.00000270  00000-0  00000+0 0  1467
+2 11568 012.2806 327.8481 0018158 080.0291 154.6904 01.00489132 73869
+1 11569U 76107F   13115.68468126 -.00000111  00000-0  10000-3 0  4000
+2 11569 012.3830 328.5665 0013510 064.6155 295.4551 01.01459953136797
+1 11570U 77071F   13116.96493169 -.00000175  00000-0  10000-3 0  2402
+2 11570 014.8245 336.7259 0012262 033.6742 326.3563 00.97738546 72504
+1 11571U 77092G   13114.56255450 -.00000281  00000-0  10000-3 0  4375
+2 11571 012.9357 331.7284 0012522 051.4650 308.5894 01.01285588 74326
+1 11573U 79089A   13117.46903759  .00000098  00000-0  42413-4 0  3030
+2 11573 074.0682 229.2020 0014910 102.7201 328.3259 14.36119860755997
+1 11574U 79089B   13117.56050787  .00000267  00000-0  93140-4 0  4409
+2 11574 074.0688 128.0777 0015125 054.4807 091.7623 14.39984066759512
+1 11581U 77092H   13117.03216770 -.00000351  00000-0  10000-3 0  4056
+2 11581 013.4765 333.2722 0016398 105.0473 255.0683 01.00190354 56242
+1 11585U 79090A   13117.18198439  .00000019  00000-0  38716-5 0  8125
+2 11585 082.9481 154.7207 0028100 247.9900 143.9253 13.76800027684450
+1 11586U 79090B   13117.52597441  .00000054  00000-0  38041-4 0  8174
+2 11586 082.9420 119.9360 0028377 140.6439 005.8518 13.78854202686817
+1 11587U 78007C   13117.63590194  .00002098  00000-0  65813-3 0  4365
+2 11587 082.9226 163.4329 0017010 116.1159 030.0663 14.40133428698128
+1 11605U 79095A   13117.20718740 -.00000020  00000-0 -19704-4 0    85
+2 11605 081.2122 217.5304 0013282 083.5192 305.7941 14.06879214718655
+1 11608U 79095B   13116.95581977  .00000260  00000-0  14906-3 0  2689
+2 11608 081.2153 238.2697 0055188 090.5811 046.2449 14.05939887717576
+1 11621U 79098A   13116.13012328 -.00000099  00000-0  10000-3 0  8550
+2 11621 016.4594 356.6682 0012082 025.9647 334.0491 00.95598546569537
+1 11622U 79098B   13117.26665646 -.00000066  00000-0  10000-3 0  2786
+2 11622 015.3980 352.3676 0005593 032.2614 327.7389 00.98350467 64788
+1 11623U 79098C   13115.60461307 -.00000147  00000-0  10000-3 0   868
+2 11623 017.2780 352.7831 0310070 309.8007 047.5039 00.95318605 76892
+1 11631U 65027F   13117.80894050  .00000472  00000-0  16450-2 0  8865
+2 11631 090.2749 244.0572 0031392 080.1407 076.9793 12.95369199504483
+1 11635U 79101A   13112.10862566 -.00000013  00000-0  00000+0 0  1734
+2 11635 008.0363 191.0680 4856856 283.6643 090.4715 01.82533156136254
+1 11636U 79101B   13117.43410315  .00000446  00000-0  21399-3 0  3938
+2 11636 028.2227 227.8122 1270175 197.7620 256.6317 12.19159814410838
+1 11648U 79105A   13115.21758043  .00000076  00000-0  10000-3 0  9372
+2 11648 014.3891 341.4224 0016344 115.8424 244.2894 01.00323990 74349
+1 11667U 80003A   13117.51157899  .00000028  00000-0  14576-4 0  8772
+2 11667 082.9493 118.6365 0030936 323.3450 182.9966 13.73356974667995
+1 11668U 80003B   13117.46392997  .00000140  00000-0  12954-3 0  5147
+2 11668 082.9484 085.4462 0021417 202.6712 305.4034 13.75478719670344
+1 11669U 80004A   13116.50228227 -.00000304  00000-0  10000-3 0  3283
+2 11669 013.2675 348.5280 0028678 115.0696 245.1847 01.00210544121831
+1 11671U 80005A   13117.31237053  .00015045  00000-0  28375-3 0   956
+2 11671 082.4824 038.5349 0007361 070.9872 075.7770 15.48309190823329
+1 11672U 80005B   13117.87295352  .00000418  00000-0  44201-4 0  6775
+2 11672 082.5174 064.8120 0015482 291.9078 101.7820 14.86728180798742
+1 11676U 75097F   13116.13574355  .00000069  00000-0  00000+0 0  4487
+2 11676 012.2062 326.6764 0025984 084.1378 268.9670 01.00090556 71078
+1 11680U 80007A   13117.52099534  .00000056  00000-0  44017-4 0  9723
+2 11680 082.9298 122.3108 0037180 011.8944 162.6575 13.73511026666637
+1 11681U 80007B   13117.47581622 -.00000030  00000-0 -47031-4 0  1389
+2 11681 082.9302 096.7529 0035207 246.8192 228.0262 13.75303586668586
+1 11683U 80008B   13117.49045844  .00012581  00000-0  22548-3 0    33
+2 11683 081.1824 186.1375 0018037 090.7690 269.5623 15.49609587827527
+1 11684U 79105E   13116.41030437 -.00000243  00000-0  10000-3 0  3972
+2 11684 015.1285 343.5502 0017238 153.5370 206.5113 00.98685316 73667
+1 11690U 80011A   13117.64224214  .00000041  00000-0  00000+0 0   361
+2 11690 063.2038 197.4584 0402953 186.9042 318.8155 02.00549636257473
+1 11691U 80012A   13116.19480936 -.00000020  00000-0 -20989-4 0  1988
+2 11691 074.0239 014.6765 0048575 016.4096 151.4804 12.56825270523549
+1 11692U 80012B   13116.96444985  .00000006  00000-0  13549-3 0  2805
+2 11692 074.0209 084.4031 0038813 109.7513 285.5993 12.54495072520829
+1 11693U 80012C   13116.52880819 -.00000035  00000-0 -12338-3 0  2762
+2 11693 074.0190 152.1114 0027531 191.9638 337.0107 12.52279346518087
+1 11694U 80012D   13117.81342244 -.00000021  00000-0 -34579-4 0  3882
+2 11694 074.0220 217.2397 0018668 283.4730 223.4125 12.50057721515555
+1 11695U 80012E   13116.12727137 -.00000004  00000-0  78780-4 0  3606
+2 11695 074.0207 290.2245 0011027 048.9323 009.2989 12.47708352512507
+1 11696U 80012F   13117.76762122 -.00000037  00000-0 -14942-3 0  6464
+2 11696 074.0235 005.4274 0022116 173.9119 220.3561 12.45108460509577
+1 11697U 80012G   13117.41714642  .00000015  00000-0  22424-3 0  3297
+2 11697 074.0212 078.3402 0030464 281.6722 224.6864 12.42679012506581
+1 11698U 80012H   13117.56158528 -.00000029  00000-0 -10092-3 0  3104
+2 11698 074.0195 161.1243 0045477 014.7597 096.9923 12.39888611502867
+1 11699U 80012J   13116.16796517  .00000076  00000-0  83152-3 0  6331
+2 11699 074.0164 306.9493 0141999 251.5143 195.8226 12.22565754481991
+1 11705U 80011B   13117.31359335 -.00000163  00000-0 -85592-3 0   691
+2 11705 063.7320 107.7802 5154407 000.3870 359.8660 04.97599594600538
+1 11708U 80016A   13116.22324192  .00000095  00000-0  10000-3 0  9559
+2 11708 014.2788 340.5167 0005278 115.8209 244.1888 01.00306188 74039
+1 11715U 80018A   13116.63140447 -.00000070  00000-0  00000+0 0  6548
+2 11715 008.4227 060.3915 4376316 270.2891 242.1926 01.75490480150788
+1 11728U 80016D   13117.22214245 -.00000080  00000-0  10000-3 0  7114
+2 11728 015.5490 344.1020 0015430 150.3118 209.7382 00.97621376 72754
+1 11735U 80022A   13116.88965936  .00000077  00000-0  63950-4 0  8995
+2 11735 082.9483 227.6930 0036712 071.6365 067.6282 13.74800977660873
+1 11736U 80022B   13117.20937811  .00000051  00000-0  36306-4 0  7383
+2 11736 082.9451 200.9334 0032933 004.7494 027.8274 13.76321969662762
+1 11750U 80026A   13117.21353366 -.00000057  00000-0  24915-4 0  9383
+2 11750 065.8437 057.9407 0015753 160.5817 347.2175 13.73668089658616
+1 11751U 80026B   13116.96252579  .00000059  00000-0  14193-3 0  3245
+2 11751 065.8415 287.2078 0014877 225.9876 295.8721 13.76896493661672
+1 11752U 80026C   13117.21712594 -.00000048  00000-0  34466-4 0  2056
+2 11752 065.8444 022.0748 0014458 146.5541 356.4799 13.74883073659478
+1 11765U 80030A   13117.44102294  .00001582  00000-0  97393-4 0  2747
+2 11765 066.0910 083.0844 0580048 145.1540 218.9015 14.30223548689917
+1 11778U 80030K   13115.86056183  .00000725  00000-0  34821-3 0  4634
+2 11778 066.4837 236.2047 0477205 095.7269 045.3883 13.77428262639693
+1 11783U 80032A   13115.11851542 -.00000030  00000-0  00000+0 0  7666
+2 11783 063.1792 048.8055 0453715 059.2017 066.2672 02.03455240244069
+1 11788U 80034A   13117.50886762 -.00000057  00000-0  26626-4 0  6351
+2 11788 064.8279 109.0818 0062445 278.5950 227.2499 13.92863451680963
+1 11792U 66096C   13116.80023120  .00010593  00000-0  13398-1 0  8829
+2 11792 017.8893 090.3739 6271874 338.6994 300.6419 03.54023667256299
+1 11803U 80039A   13117.53901522  .00000024  00000-0  93374-5 0  6223
+2 11803 082.9451 163.8202 0020838 283.9402 226.5201 13.73858121651206
+1 11804U 80039B   13117.56410623  .00000197  00000-0  18689-3 0  8007
+2 11804 082.9410 132.8617 0022009 141.1569 005.3591 13.75982212653476
+1 11822U 80044B   13117.17287590  .00005080  00000-0  19841-3 0  5447
+2 11822 081.2419 220.2152 0021998 148.0491 212.2083 15.25463430800583
+1 11841U 80049A   13116.58595681 -.00000077  00000-0  10000-3 0   850
+2 11841 015.1844 345.4402 0002489 121.1284 238.8661 00.98627925186214
+1 11844U 80050A   13117.70777849  .00585971 -58862-6  29183-2 0  5085
+2 11844 062.6702 183.2304 7481203 024.8077 357.7482 02.08627062240822
+1 11847U 80050B   13116.84614663 -.00000323  00000-0  00000+0 0  9486
+2 11847 064.2790 241.9207 7284749 008.1351 358.9493 01.99211831239140
+1 11849U 80051B   13117.53351902  .00005575  00000-0  16241-3 0   572
+2 11849 097.7787 332.3975 0007868 350.7513 009.3583 15.35819388803162
+1 11862U 80049F   13115.30200861 -.00000133  00000-0  10000-3 0  8429
+2 11862 015.6176 346.0770 0033806 085.9486 274.4066 00.97937819 73195
+1 11869U 80056A   13117.17974391  .00000035  00000-0  21959-4 0  8872
+2 11869 074.0458 168.4701 0008493 115.0124 280.1637 14.33502881715252
+1 11870U 80056B   13117.02795645  .00000279  00000-0  10426-3 0  4121
+2 11870 074.0522 103.6697 0015381 070.4883 324.3133 14.36281725717664
+1 11871U 80057A   13116.32416692 -.00000440  00000-0  00000+0 0  7315
+2 11871 067.3620 052.9675 5664317 107.7817 013.3900 02.00994094147062
+1 11875U 80058A   13116.16563222 -.00000026  00000-0 -58096-4 0  3000
+2 11875 074.0207 005.2180 0050065 227.0724 301.5337 12.57135152505318
+1 11876U 80058B   13115.87858170  .00000008  00000-0  15068-3 0  1789
+2 11876 074.0190 073.2930 0039534 313.8827 079.7899 12.54878590502584
+1 11877U 80058C   13116.52852808 -.00000026  00000-0 -60936-4 0  2716
+2 11877 074.0155 136.7794 0026747 024.0347 120.6744 12.52730176500093
+1 11878U 80058D   13117.72485992 -.00000039  00000-0 -15447-3 0  2693
+2 11878 074.0184 200.0892 0015483 107.9489 061.3820 12.50547712497634
+1 11879U 80058E   13117.86168422  .00000019  00000-0  23421-3 0  4661
+2 11879 074.0182 265.5812 0005120 215.0321 312.8539 12.48342474495010
+1 11880U 80058F   13116.77786110 -.00000037  00000-0 -14809-3 0  3528
+2 11880 074.0188 337.7040 0013134 014.9000 101.9719 12.45945979492017
+1 11881U 80058G   13115.88089251  .00000006  00000-0  15083-3 0  3295
+2 11881 074.0208 044.1964 0021714 125.3015 269.0291 12.43729199489256
+1 11882U 80058H   13116.14585461 -.00000030  00000-0 -10455-3 0  7156
+2 11882 074.0157 119.9262 0036910 206.3463 220.3302 12.41144175486199
+1 11883U 80058J   13115.90094755 -.00000026  00000-0 -10889-3 0  6459
+2 11883 074.0122 255.1939 0133006 070.4468 073.7036 12.23904600465508
+1 11888U 80057D   13117.86856262  .00000891  00000-0  00000+0 0  6659
+2 11888 067.3878 040.6728 5929752 092.6946 346.7158 01.99436644239081
+1 11896U 80063A   13117.86669668  .00000269  00000-0  00000+0 0  8704
+2 11896 063.0337 248.0960 7144408 263.4062 347.5113 02.00618731240186
+1 11909U 80063D   13116.93364387 -.00000221  00000-0  86296-2 0  5841
+2 11909 063.4517 314.0265 7321139 262.4329 332.7389 01.96625245235356
+1 11926U 78118C   13117.47899270 -.00000154  00000-0  00000+0 0  6585
+2 11926 018.8793 293.4758 3270570 139.3913 288.7998 01.01600479122800
+1 11933U 80069B   13117.53864235  .00015887  00000-0  24642-3 0  9540
+2 11933 081.2092 143.7016 0013034 354.2140 005.8956 15.53754947798178
+1 11941U 78073F   13111.28904220 -.00000122  00000-0  10000-3 0  7791
+2 11941 015.2677 339.8435 0017558 051.1438 308.9843 00.97568859116425
+1 11962U 80073A   13117.49512201  .00000177  00000-0  91864-4 0    04
+2 11962 081.2228 096.5160 0037043 046.8651 100.6567 14.10312195678405
+1 11963U 80073B   13117.66182350  .00000196  00000-0  10222-3 0  1934
+2 11963 081.2733 149.2857 0074255 039.2930 109.3365 14.09467518677586
+1 11964U 80074A   13116.59659502 -.00000133  00000-0  10000-3 0  8095
+2 11964 015.0991 351.0062 0032722 341.1640 018.6822 00.99228469 80015
+1 11970U 80074C   13116.75518398 -.00000201  00000-0  10000-3 0  7845
+2 11970 023.9232 356.5048 1696888 155.4774 213.5088 00.81532813 97128
+1 11971U 80034D   13117.82393230 -.00000071  00000-0  15483-4 0  8507
+2 11971 064.8339 257.4744 0048018 238.0568 265.2506 13.96822415685871
+1 11984U 67026C   13117.80968228  .00047008  00000-0  37044-2 0  1238
+2 11984 026.0663 251.7256 4915184 129.1811 142.1511 05.81556996250669
+1 11991U 66005H   13116.41482568  .00000741  00000-0  63293-3 0    43
+2 11991 090.1792 237.4544 0182562 220.5549 170.0209 13.79072748358992
+1 12000U 73086GL  13117.59694078 -.00000004  00000-0  30719-3 0  9211
+2 12000 101.7907 122.0761 0021237 177.9424 329.4898 12.36051631955198
+1 12003U 80081A   13115.79965073  .00000099  00000-0  10000-3 0  4975
+2 12003 014.3105 342.1101 0007435 168.0595 191.9180 01.00331847 75285
+1 12032U 80085A   13116.39630976 -.00000386  00000-0  00000+0 0  3502
+2 12032 068.7478 130.2815 6391975 043.7298 032.7124 02.00912486185895
+1 12054U 80089A   13117.73189498  .00013416  00000-0  20126-3 0  2441
+2 12054 064.9611 341.8549 0044916 283.3440 112.0101 15.54026293684396
+1 12065U 80091A   13117.23168354  .00000044  00000-0  10000-3 0  6457
+2 12065 014.9800 003.3232 0012434 052.8395 307.2374 00.99814440 81821
+1 12072U 80093B   13117.52845197  .00008796  00000-0  20587-3 0  7865
+2 12072 081.1921 112.4098 0019467 025.3362 334.8830 15.41768981781824
+1 12078U 80095A   13117.76504368  .00000075  00000-0  00000+0 0  1298
+2 12078 070.7805 244.4191 4934964 091.2229 018.1534 02.00768914237300
+1 12086U 80095E   13116.38691221 -.00000597  00000-0  00000+0 0  3369
+2 12086 066.4930 111.0827 5794225 121.9062 008.5973 01.99082794235564
+1 12087U 80097A   13117.02509328  .00000094  00000-0  82375-4 0  9839
+2 12087 082.9473 065.9784 0057714 112.5375 296.9588 13.74353642624412
+1 12088U 80097B   13116.31075206  .00000072  00000-0  57861-4 0  1126
+2 12088 082.9448 026.9190 0048359 342.3734 165.7478 13.76804858627023
+1 12089U 80098A   13115.66676247 -.00000071  00000-0  10000-3 0  8059
+2 12089 014.8810 010.2466 0006702 173.9148 186.0544 00.98886761 86253
+1 12091U 80099A   13116.66206876  .00000024  00000-0  88199-5 0    34
+2 12091 082.9399 317.2313 0035053 119.4646 270.8889 13.74381366623681
+1 12092U 80099B   13117.56068459 -.00000038  00000-0 -54173-4 0  5900
+2 12092 082.9405 287.2912 0029846 017.1346 045.7879 13.76775602626273
+1 12099U 65016K   13116.17091846  .00000161  00000-0  13988-3 0  1203
+2 12099 070.0752 143.1577 0019007 179.5756 250.6964 14.02093421453931
+1 12107U 80102A   13116.50724566 -.00000011  00000-0  28717-4 0  2938
+2 12107 073.9958 302.8583 0045001 093.0857 301.1336 12.58571415485941
+1 12108U 80102B   13116.17273313 -.00000008  00000-0  50238-4 0  1883
+2 12108 073.9969 017.4643 0032029 189.6769 338.5820 12.56047722482913
+1 12109U 80102C   13117.56476418 -.00000015  00000-0  88695-5 0  1921
+2 12109 073.9941 322.2331 0041148 125.0256 296.3482 12.57848503485232
+1 12110U 80102D   13117.69733453 -.00000026  00000-0 -56370-4 0  1929
+2 12110 073.9954 345.3453 0037079 148.1682 246.9097 12.57062199484327
+1 12111U 80102E   13116.20521167 -.00000019  00000-0 -15392-4 0  2903
+2 12111 073.9967 011.2745 0033013 175.0962 303.2997 12.56256244483183
+1 12112U 80102F   13116.87710750 -.00000008  00000-0  51551-4 0  2921
+2 12112 073.9971 032.4021 0029549 194.1443 197.7905 12.55510684482393
+1 12113U 80102G   13115.79311406 -.00000020  00000-0 -25261-4 0  1773
+2 12113 073.9963 000.5964 0034964 161.2099 230.7993 12.56637650483521
+1 12114U 80102H   13115.80797977 -.00000018  00000-0 -10313-4 0  2845
+2 12114 073.9968 014.6513 0032546 180.4060 213.3927 12.56159749483025
+1 12115U 80102J   13115.59791831 -.00000105  00000-0 -56409-3 0  5558
+2 12115 073.9885 118.9549 0020282 332.2332 178.7919 12.52385535478517
+1 12120U 80104A   13116.76708608  .00000062  00000-0  00000+0 0  5918
+2 12120 014.4785 343.0980 0002867 002.5243 198.8347 01.00253608 79273
+1 12138U 81003A   13117.18039110  .00003391  00000-0  25871-3 0  9816
+2 12138 082.9578 338.1111 0748959 075.3499 292.9431 13.86803394599797
+1 12139U 81003B   13117.19056754  .00003840  00000-0  21978-3 0  9375
+2 12139 082.9573 355.4546 0548718 230.4904 124.6557 14.35081405628433
+1 12149U 81006A   13117.20445804 -.00000057  00000-0  24825-4 0  8540
+2 12149 065.8256 055.0625 0022691 294.9867 213.0540 13.72135625616585
+1 12150U 81006B   13117.54068083 -.00000060  00000-0  21003-4 0   988
+2 12150 065.8234 219.7087 0060234 236.0795 204.2095 13.76698709621210
+1 12151U 81006C   13117.19097361 -.00000047  00000-0  35732-4 0  2128
+2 12151 065.8251 002.9982 0024167 285.9806 218.1938 13.73655635617816
+1 12154U 81008A   13117.84635385  .00020304  00000-0  34937-3 0  3087
+2 12154 081.1582 257.7952 0004282 303.1219 220.3808 15.50952240770114
+1 12155U 81008B   13117.15584057  .00003862  00000-0  18075-3 0  1444
+2 12155 081.1704 050.5293 0040771 078.2757 282.3043 15.18732664761904
+1 12156U 81009A   13117.41904086 -.00000523  00000-0  00000+0 0  6311
+2 12156 064.6891 231.5884 6591876 266.8404 050.1603 02.05707872152869
+1 12159U 81009D   13111.34601355 -.00000222  00000-0  00000+0 0  8377
+2 12159 064.6221 253.0652 6743482 268.7760 040.3607 02.06695468235369
+1 12164U 78026D   13115.98999292  .00000727  00000-0  28658-3 0  2121
+2 12164 098.3943 112.2459 0067382 286.6750 106.4864 14.30789551818870
+1 12165U 78026E   13117.18435516 -.00000021  00000-0  12207-4 0  2751
+2 12165 098.7047 103.3966 0044507 045.0997 083.1494 14.09994842443543
+1 12166U 78026F   13117.59326501  .00000288  00000-0  16851-3 0  6723
+2 12166 098.6292 104.1263 0037970 221.3612 257.3235 14.15377238660521
+1 12167U 78026G   13117.46118240  .00000494  00000-0  26108-3 0  1662
+2 12167 098.7057 188.3939 0167227 223.9068 259.6377 14.11237177654391
+1 12168U 78026H   13116.44954797  .00000226  00000-0  18728-3 0  6370
+2 12168 098.9016 061.5775 0177950 359.8559 148.4542 13.91364398633037
+1 12169U 78026J   13116.51994308  .00000364  00000-0  15705-3 0  6321
+2 12169 098.4134 119.9332 0073595 153.2796 353.0053 14.28553585674349
+1 12170U 78026K   13117.55737804  .00000352  00000-0  19249-3 0  2616
+2 12170 098.5957 105.1558 0046552 110.3766 011.2574 14.17398660662624
+1 12171U 78026L   13117.61387331 -.00000199  00000-0 -10096-3 0  6537
+2 12171 098.7098 110.3251 0038818 119.6465 351.7468 14.02876498649673
+1 12172U 78026M   13117.00270885  .00000276  00000-0  14000-3 0  4571
+2 12172 098.5238 110.6221 0062744 115.1339 279.1203 14.22425403669281
+1 12173U 78026N   13116.12869607  .00018318  00000-0  16589-2 0   777
+2 12173 098.4707 068.1742 0020364 214.7499 145.2390 14.95285865695883
+1 12174U 78026P   13117.51563234  .00000329  00000-0  21294-3 0  6352
+2 12174 098.7106 102.3791 0043675 136.3523 010.1913 14.08806462655986
+1 12175U 78026Q   13117.87492751 -.00000034  00000-0  76547-5 0  4262
+2 12175 099.1820 238.6681 0065609 118.7272 027.0236 13.94906596638015
+1 12176U 78026R   13117.63032237 -.00000013  00000-0  22561-4 0  8140
+2 12176 098.7670 129.7610 0065102 002.8206 145.6852 13.88114751632623
+1 12177U 78026S   13117.76713669  .00000264  00000-0  21858-3 0   483
+2 12177 098.9176 022.8417 0158545 018.4996 014.2539 13.91497517632247
+1 12178U 78026T   13115.87327807  .00000388  00000-0  32678-3 0  3065
+2 12178 099.1508 226.4311 0063146 182.6494 324.6756 13.93003633636612
+1 12179U 78026U   13116.47322325  .00000213  00000-0  14676-3 0  1909
+2 12179 099.3024 272.4266 0176489 091.4375 303.0837 14.02215045640437
+1 12181U 78026W   13116.06541225  .00000087  00000-0  52931-4 0  1792
+2 12181 098.4433 130.4356 0100818 218.0221 175.2665 14.24412322673162
+1 12183U 78026Y   13116.98968192  .00000252  00000-0  15757-3 0  9270
+2 12183 098.6600 103.7852 0038669 093.2015 300.5406 14.12604997658295
+1 12184U 78026Z   13117.71432785  .00007359  00000-0  98425-3 0  4584
+2 12184 098.7411 173.7064 0004451 329.6387 177.0265 14.79811804688449
+1 12185U 78026AA  13117.09722947  .00000332  00000-0  20267-3 0  3759
+2 12185 099.2427 276.3353 0098883 091.3754 333.6407 14.10557096651923
+1 12189U 78026AE  13117.82707008  .00000184  00000-0  17289-3 0  5921
+2 12189 099.1243 206.0785 0069206 163.9554 344.0190 13.92609565966924
+1 12190U 78026AF  13117.79015051  .00000418  00000-0  31095-3 0  6965
+2 12190 098.7780 169.7445 0014290 281.1268 143.0391 14.00259450645099
+1 12193U 78026AJ  13117.17237642  .00001126  00000-0  10032-2 0  4874
+2 12193 098.8972 194.1945 0280368 047.6250 314.8269 13.70100887591020
+1 12194U 78026AK  13117.21082435  .00004004  00000-0  82167-3 0  1434
+2 12194 098.9242 178.8575 0050868 139.9370 253.4415 14.60488337678338
+1 12195U 78026AL  13117.16447227  .00000015  00000-0  44836-4 0  2681
+2 12195 099.0229 202.7893 0061273 239.2293 152.0225 13.92141175635589
+1 12198U 78026AP  13117.82485659  .00000677  00000-0  47220-3 0  7147
+2 12198 099.2328 251.4632 0117802 114.2780 033.6345 13.98823022639775
+1 12200U 78026AR  13116.17147605  .00000084  00000-0  46930-4 0  1564
+2 12200 098.4167 153.9074 0112510 276.2468 113.7395 14.29263129678308
+1 12203U 78026AU  13116.52843549  .00000581  00000-0  22470-3 0  9894
+2 12203 098.3650 121.9280 0068475 036.0872 109.3203 14.32349258675962
+1 12204U 78026AV  13116.49525395  .00000246  00000-0  11543-3 0   200
+2 12204 098.4411 119.8765 0083113 223.2339 289.2699 14.26516723672844
+1 12206U 78026AX  13117.54277030  .00000923  00000-0  62889-3 0  1256
+2 12206 098.7641 342.6752 0175896 067.2664 294.6983 13.95022865630577
+1 12209U 78026BA  13117.55911772  .00000561  00000-0  22593-3 0  2525
+2 12209 098.4066 116.0399 0062337 188.3496 319.0280 14.30662817660663
+1 12211U 78026BC  13117.20720545  .00000443  00000-0  28642-3 0  2335
+2 12211 099.1479 215.4710 0123591 055.1575 337.5406 14.04305585645432
+1 12212U 78026BD  13117.81500679  .00000002  00000-0  32453-4 0  5607
+2 12212 099.0694 208.6591 0028085 156.6135 350.2028 13.97088869642032
+1 12216U 78026BH  13116.13869034  .00000544  00000-0  38621-3 0  2226
+2 12216 098.7989 335.3293 0209785 012.0745 132.2237 13.91572802624765
+1 12217U 78026BJ  13116.68440899  .00000504  00000-0  27064-3 0  3430
+2 12217 098.5153 110.5455 0020943 259.7931 159.0301 14.17126676659506
+1 12218U 78026BK  13117.81932672 -.00000029  00000-0  11773-4 0  3616
+2 12218 099.2037 214.2419 0052399 261.8529 245.0400 13.96188685639929
+1 12222U 78026BP  13117.66611008  .00000201  00000-0  19049-3 0  2074
+2 12222 098.8012 157.6774 0071071 277.2925 229.8589 13.90681609634319
+1 12223U 78026BQ  13117.55644302  .00000389  00000-0  27454-3 0  2230
+2 12223 098.7645 099.2973 0041932 101.4048 024.6797 14.03155916649950
+1 12225U 78026BS  13117.84747941  .00000344  00000-0  24365-3 0  6533
+2 12225 099.1703 241.2856 0037727 263.4196 243.2007 14.04368187646116
+1 12226U 78026BT  13116.06895958  .00003068  00000-0  17872-2 0  1848
+2 12226 098.8981 119.8033 0166738 335.5999 054.5443 14.02570407608321
+1 12227U 78026BU  13116.18333254  .00001116  00000-0  17697-3 0  2128
+2 12227 098.7730 173.4382 0104729 264.8080 094.1166 14.70989816711176
+1 12230U 78026BX  13117.70677078  .00001258  00000-0  25863-3 0  7593
+2 12230 098.0805 175.8017 0076506 299.4441 207.3169 14.60544395695982
+1 12232U 78026BZ  13116.85327084  .00024771  00000-0  25180-2 0  7438
+2 12232 099.0335 237.7222 0043969 196.6894 163.2875 14.90058975677268
+1 12234U 78026CB  13116.93208709  .00000404  00000-0  28743-3 0  1509
+2 12234 098.7075 113.0508 0029560 108.2267 284.6797 14.02630422649125
+1 12236U 78026CD  13116.16991762  .00000410  00000-0  34887-3 0   348
+2 12236 098.8369 172.8577 0224192 006.6437 025.9617 13.81675585615935
+1 12237U 78026CE  13115.98064653  .00003598  00000-0  29042-2 0  6070
+2 12237 098.8434 091.2808 0321740 311.0756 077.5933 13.69493080583880
+1 12242U 78026CK  13116.79523900  .00000658  00000-0  50624-3 0  7617
+2 12242 098.9355 193.3626 0069511 188.4838 319.8857 13.95479180639640
+1 12246U 78026CP  13117.84009403  .00000153  00000-0  13040-3 0  1957
+2 12246 099.0399 249.1289 0053420 238.9322 268.9864 14.01014367645403
+1 12250U 78026CT  13116.20321384  .00000587  00000-0  28001-3 0  5426
+2 12250 098.4878 106.3163 0024568 354.7138 133.6259 14.22701410664324
+1 12255U 78026CY  13105.97948152  .00000353  00000-0  26835-3 0  1881
+2 12255 098.8614 172.3630 0029728 120.6639 005.3901 13.99854755956217
+1 12256U 78026CZ  13117.45556830  .00001268  00000-0  76712-3 0  8822
+2 12256 098.9276 058.3711 0104163 123.5684 353.7934 14.05597935636094
+1 12257U 78026DA  13117.37764699  .00000753  00000-0  50367-3 0  6585
+2 12257 099.3076 249.7599 0105313 146.5280 280.8131 14.01516787643834
+1 12262U 78026DF  13117.43521353  .00000754  00000-0  49784-3 0    76
+2 12262 098.6835 285.0386 0116334 027.7808 024.7664 14.01284929629451
+1 12263U 78026DG  13117.56282688  .00000890  00000-0  13436-2 0  8732
+2 12263 098.8968 109.4650 0456625 227.2132 252.7095 13.19709524534335
+1 12265U 78026DJ  13117.55366093  .00001606  00000-0  83271-3 0  4025
+2 12265 098.5948 324.2789 0159140 221.6438 192.3161 14.09871180633051
+1 12266U 78026DK  13117.46157528  .00000881  00000-0  71878-3 0  8137
+2 12266 098.7405 099.8953 0160673 241.9184 246.2012 13.86461274617011
+1 12269U 78026DN  13117.09238120  .00001419  00000-0  32051-3 0  3589
+2 12269 098.1220 170.9088 0072123 189.5081 199.6022 14.56188242691347
+1 12270U 78026DP  13116.72369586  .00000043  00000-0  68419-4 0   207
+2 12270 098.9284 183.1372 0065893 291.9520 214.6043 13.89729658633693
+1 12274U 76077DF  13116.07044853 -.00000052  00000-0 -67905-4 0  6207
+2 12274 102.3135 165.6003 0105379 291.8413 136.9605 12.22072394437834
+1 12278U 78026DW  13116.21014211  .00001150  00000-0  51335-3 0  4045
+2 12278 099.0756 012.5635 0053098 193.5877 289.5057 14.24047904656744
+1 12279U 78026DX  13116.98223061  .00007250  00000-0  17155-2 0  3312
+2 12279 098.8307 090.4385 0045012 090.5893 311.0460 14.53779710659080
+1 12283U 78026EB  13116.52078028  .00000115  00000-0  64014-4 0  1373
+2 12283 098.4380 125.8810 0093620 187.4685 319.7628 14.25009259642863
+1 12284U 78026EC  13117.71324447  .00000828  00000-0  59416-3 0  9621
+2 12284 099.0413 212.2758 0104358 070.2914 092.9626 13.97201501633089
+1 12285U 78026ED  13116.78346530  .00000665  00000-0  41940-3 0  9560
+2 12285 098.7001 129.1851 0055558 160.9681 254.3732 14.06718446488143
+1 12288U 78026EG  13116.00059668  .00000684  00000-0  37596-3 0  3490
+2 12288 099.1805 272.9381 0087450 058.2181 087.6104 14.13273706651682
+1 12290U 78026EJ  13117.50206368  .00000394  00000-0  23968-3 0  4497
+2 12290 098.5671 120.6523 0084596 192.5414 314.7359 14.09739951637207
+1 12291U 78026EK  13117.33375416  .00000820  00000-0  42335-3 0  3627
+2 12291 099.2209 009.4005 0057393 058.0931 058.0337 14.17173707651364
+1 12292U 78026EL  13117.19406314  .00000284  00000-0  22382-3 0  1637
+2 12292 098.7209 354.0409 0059993 309.8389 196.4632 13.98595387618647
+1 12293U 78026EM  13117.37146609  .00013830  00000-0  13646-2 0  3024
+2 12293 098.1751 249.1709 0020232 125.0485 269.0171 14.91952842699999
+1 12294U 78026EN  13117.10721922  .00000311  00000-0  11122-3 0  6350
+2 12294 098.3132 157.7301 0099023 313.0009 046.2910 14.37961595683402
+1 12295U 81012A   13117.70852453  .00007735  00000-0  14517-2 0  1644
+2 12295 028.4247 179.7676 5193367 286.8983 051.3528 05.29357351371161
+1 12297U 81013A   13117.32585685  .00000059  00000-0  45818-4 0  9926
+2 12297 082.9553 035.8518 0029167 260.6211 247.5210 13.74860369260004
+1 12298U 81013B   13117.17309679  .00000069  00000-0  54473-4 0  3839
+2 12298 082.9515 010.6293 0030628 157.1097 358.4431 13.76377270617201
+1 12303U 81016A   13116.18510740 -.00000477  00000-0  00000+0 0   857
+2 12303 068.4301 351.1684 5901374 094.2243 011.8600 02.02518346237968
+1 12309U 81018A   13116.17588894 -.00000156  00000-0  10000-3 0  6708
+2 12309 014.7007 357.2648 0003691 041.4470 318.5429 01.00265052119329
+1 12311U 81016E   13114.91967919  .00000061  00000-0  00000+0 0   981
+2 12311 069.3648 318.5794 5697167 097.0934 014.2252 02.04667300240545
+1 12319U 81021A   13117.86389697 -.00000084  00000-0  49121-5 0  6764
+2 12319 064.9664 039.5164 0046167 009.0310 027.9802 13.86528634629773
+1 12320U 81022A   13116.31763184 -.00000033  00000-0 -95995-4 0  1896
+2 12320 074.0313 347.9670 0052408 184.3542 228.2583 12.58205065476371
+1 12321U 81022B   13117.17745605 -.00000009  00000-0  42628-4 0  1842
+2 12321 074.0326 039.4062 0044942 252.1008 257.8888 12.56415403474381
+1 12322U 81022C   13116.43322659  .00000012  00000-0  17687-3 0  2863
+2 12322 074.0292 089.7752 0035286 306.7424 231.8021 12.54736904472320
+1 12323U 81022D   13117.16032046 -.00000028  00000-0 -87698-4 0  3537
+2 12323 074.0315 349.6712 0017789 007.5770 137.9184 12.45774563461911
+1 12324U 81022E   13116.57340709 -.00000033  00000-0 -10619-3 0  1677
+2 12324 074.0267 138.4491 0026183 006.5944 138.7759 12.53057041470377
+1 12325U 81022F   13115.74893953 -.00000013  00000-0  17073-4 0  2670
+2 12325 074.0295 187.7025 0016614 064.3125 083.0173 12.51421018468354
+1 12326U 81022G   13117.51441617  .00000006  00000-0  14114-3 0  4792
+2 12326 074.0301 239.9338 0012557 167.8074 265.5725 12.49531302466368
+1 12327U 81022H   13117.05318965  .00000005  00000-0  14248-3 0  4732
+2 12327 074.0287 291.0859 0007326 280.0850 229.1544 12.47789818464264
+1 12328U 81022J   13116.12935336  .00000026  00000-0  35708-3 0  5487
+2 12328 074.0240 248.3907 0149904 037.1699 063.2089 12.23720357436003
+1 12329U 78014C   13116.91141194  .00000271  00000-0  36637-3 0  4059
+2 12329 065.2734 263.6153 1893164 242.8003 282.6433 10.78948632384903
+1 12330U 78014D   13116.20240271  .00000251  00000-0  36175-3 0  7877
+2 12330 065.3793 028.8070 1890865 097.4048 037.8806 10.77067496164738
+1 12331U 78014E   13116.88487904  .00000982  00000-0  11267-2 0  7491
+2 12331 064.8179 270.5068 1821798 181.5426 332.7517 10.94455784397934
+1 12332U 76067AY  13116.16151936 -.00000084  00000-0 -97517-4 0  8739
+2 12332 066.0621 031.6598 0728744 303.8158 205.2512 12.32273741501629
+1 12333U 76067AZ  13116.20751644 -.00000010  00000-0  12543-3 0  9483
+2 12333 065.9313 002.2513 0722474 096.3096 042.6350 12.45099382977245
+1 12343U 80030R   13117.49761488  .00003196  00000-0  87385-3 0  7041
+2 12343 066.4421 336.4190 0314358 003.8936 356.4491 14.23236160649679
+1 12351U 81027A   13115.80602502  .00000099  00000-0  10000-3 0  8984
+2 12351 014.5624 343.0869 0088004 129.7552 230.9811 01.00376082 74361
+1 12354U 80030Y   13117.16980184  .00002968  00000-0  20535-3 0  9641
+2 12354 066.1121 160.2600 0467422 035.2930 327.8184 14.47452273698236
+1 12363U 81018B   13117.26833493  .00000029  00000-0  13098-2 0   999
+2 12363 020.1242 200.6655 7167059 312.6570 009.8940 02.21940003260796
+1 12372U 78026EP  13116.26753712  .00001050  00000-0  35249-3 0  7230
+2 12372 098.2951 115.1956 0044231 305.4518 110.1900 14.38639956608144
+1 12373U 78026EQ  13117.01472549 -.00000186  00000-0 -95652-4 0    61
+2 12373 098.6665 135.2198 0021538 224.7202 168.7272 14.01543975619575
+1 12375U 78026ES  13117.10983583  .00018824  00000-0  19317-2 0  2327
+2 12375 099.0154 267.4653 0039719 041.2792 319.1412 14.89883684579297
+1 12376U 81031A   13117.82680735  .00000796  00000-0  00000+0 0  8332
+2 12376 068.6153 006.5692 5843664 119.5165 002.9188 02.00877850131147
+1 12384U 81031D   13117.20482113  .00000781  00000-0  00000+0 0  8382
+2 12384 067.9385 025.0883 5781584 113.1362 175.8460 02.03532650238436
+1 12388U 81033A   13117.85368776  .00007730  00000-0  51497-3 0   841
+2 12388 082.9539 086.8155 0714514 013.6859 348.2598 13.97694145594856
+1 12389U 81033B   13117.58184751  .00015061  00000-0  34690-3 0  6489
+2 12389 082.9050 138.9334 0300002 134.2483 011.6144 15.06882253646698
+1 12404U 80022C   13117.38507610  .00001903  00000-0  84730-3 0  2964
+2 12404 082.9258 175.7357 0016364 054.5827 073.6744 14.22357899679703
+1 12406U 78014F   13116.22246398  .00000410  00000-0  53065-3 0  5039
+2 12406 065.8812 185.6424 1839700 331.3125 047.4341 10.88625436391853
+1 12409U 81037A   13117.86721786 -.00000076  00000-0  13030-4 0  3149
+2 12409 064.7646 026.6702 0041918 225.3067 169.5869 13.90362269625741
+1 12427U 78026ET  13117.37010892  .00000790  00000-0  33532-3 0  3328
+2 12427 099.1126 004.3746 0133238 163.4216 259.4450 14.23609158697328
+1 12435U 81037D   13116.45383786 -.00000077  00000-0  12109-4 0  9071
+2 12435 064.7698 248.2145 0019379 219.6192 177.4480 13.93092105627630
+1 12442U 81041A   13117.10395573  .00000078  00000-0  38886-4 0  3438
+2 12442 074.0534 113.1871 0008761 086.0633 305.5246 14.31788243669117
+1 12443U 81041B   13116.89512728  .00000116  00000-0  50507-4 0  1038
+2 12443 074.0575 053.3552 0004646 185.2080 174.9025 14.34249298671177
+1 12445U 80098B   13116.32741853  .00002570  00000-0  50050-3 0  2974
+2 12445 023.6301 091.5524 4295265 161.6058 330.1445 06.79415888730263
+1 12447U 80081F   13115.46923083 -.00000297  00000-0  10000-3 0  8320
+2 12447 014.4800 342.6699 0001291 002.7585 357.2019 00.99971365116437
+1 12456U 81043A   13117.45779610  .00000316  00000-0  17030-3 0  1037
+2 12456 081.2676 081.1971 0048966 050.5265 097.1862 14.10005603642851
+1 12457U 81043B   13117.56434488  .00000009  00000-0 -22945-5 0  1988
+2 12457 081.2725 137.4644 0062887 119.9803 240.7629 14.07027117640108
+1 12458U 81044A   13117.05663021  .00000048  00000-0  95131-4 0  8795
+2 12458 090.0137 123.3307 0013704 212.5936 180.4439 13.22809951542228
+1 12464U 81046A   13117.85119890  .00889472  49925-3  69129-3 0  8168
+2 12464 081.1730 332.1777 0004871 233.2073 256.7135 16.14937063757254
+1 12465U 81046B   13117.54373948  .00001903  00000-0  12235-3 0  9587
+2 12465 081.2241 315.1242 0034474 326.4507 033.4533 15.07479533739133
+1 12471U 80104E   13115.80592510  .00000047  00000-0  10000-3 0  3606
+2 12471 013.8968 341.3672 0034476 062.8140 297.4939 01.01339138 71317
+1 12472U 81049A   13116.80121303  .00000078  00000-0  10000-3 0  6691
+2 12472 014.6890 001.1617 0002976 093.7732 266.2249 01.00276621 74846
+1 12474U 81050A   13116.10284777 -.00000187  00000-0  10000-3 0  5223
+2 12474 014.9761 008.1305 0005502 082.4061 277.6138 00.98855166 90302
+1 12497U 81050B   13117.84363984  .00014437  00000-0  15721-2 0  8283
+2 12497 023.9442 303.1408 3705767 104.7140 298.4916 07.91700803778691
+1 12504U 81053A   13117.81874487  .00000029  00000-0  15284-4 0  8971
+2 12504 082.9628 207.1541 0039023 233.4258 276.0859 13.74204442600377
+1 12508U 81053B   13116.16138677  .00000020  00000-0  47499-5 0  4708
+2 12508 082.9604 183.8552 0039138 118.0091 299.3726 13.76154824607331
+1 12527U 76077DG  13115.70547672 -.00000040  00000-0  27230-4 0  9480
+2 12527 101.8491 153.4620 0038739 337.6091 170.7986 12.37734531558207
+1 12528U 76077DH  13117.63937816 -.00000023  00000-0  17715-3 0  7843
+2 12528 101.9821 130.8607 0077330 270.3755 238.9893 12.26989875582820
+1 12529U 76077DJ  13117.68801350  .00002350  00000-0  47557-1 0  7784
+2 12529 103.4209 001.2274 0695309 275.9385 076.2833 11.16258537295887
+1 12530U 76077DK  13116.56876991 -.00000050  00000-0 -57745-4 0  5031
+2 12530 101.9986 130.7196 0126186 294.8303 211.5566 12.26913136494655
+1 12531U 76077DL  13116.17408063 -.00000140  00000-0 -95328-3 0  1809
+2 12531 101.8039 171.1678 0137390 121.8534 273.4371 12.18254768463222
+1 12532U 76077DM  13117.07252256  .00000634  00000-0  30026-2 0  7918
+2 12532 102.1598 114.4978 0263937 010.9543 017.9996 12.69860876499665
+1 12533U 76077DN  13117.13831601  .00000354  00000-0  27290-2 0  3108
+2 12533 101.7626 168.8682 0098519 063.4059 331.4413 12.45344390558784
+1 12534U 76077DP  13117.13608815  .00000171  00000-0  16517-2 0  3846
+2 12534 102.0530 197.0334 0056855 296.7145 093.9895 12.37852824575998
+1 12535U 76077DQ  13116.78723993  .00000012  00000-0  78379-3 0   220
+2 12535 102.3473 215.3263 0399876 276.4769 232.8190 11.66161962503960
+1 12536U 76077DR  13117.40785509 -.00000469  00000-0 -55627-2 0  6608
+2 12536 101.8957 072.9884 0500348 241.3133 270.0789 11.69870530490865
+1 12537U 76077DS  13116.22714664 -.00000132  00000-0 -90680-3 0  8363
+2 12537 102.5240 208.6383 0160973 326.2843 091.2484 12.11312924455590
+1 12538U 76077DT  13116.92020902  .00000122  00000-0  18023-2 0  8958
+2 12538 102.5789 245.3898 0197775 062.5742 081.2699 12.05304496454309
+1 12539U 76077DU  13116.87002875 -.00004519  00000-0 -19981-1 0   852
+2 12539 101.6539 247.3369 0276993 172.6038 334.7177 12.67665292519120
+1 12540U 76077DV  13117.15015655  .00000269  00000-0  22178-2 0  5210
+2 12540 102.4643 358.7589 0042517 191.8515 322.2579 12.44976772502914
+1 12542U 76077DX  13116.02532660 -.00000031  00000-0  76929-4 0   833
+2 12542 101.4525 135.3301 0061655 196.0064 224.6009 12.51752647477369
+1 12543U 76067BA  13116.75568404  .00000399  00000-0  15758-2 0   240
+2 12543 066.0354 202.8908 0656844 302.3244 205.1108 12.41227113661858
+1 12544U 81057A   13111.35739752 -.00000091  00000-0  10000-3 0  7460
+2 12544 015.1759 003.5076 0026764 260.1713 099.5003 00.98724937 76459
+1 12545U 81057B   13107.54014016 -.00000304  00000-0  10000-3 0  4280
+2 12545 014.7188 347.2559 0029220 088.5146 271.7913 01.00038449 74280
+1 12546U 81057C   13116.86071747  .00025232  00000-0  17830-2 0  6274
+2 12546 010.4155 287.7409 6434391 113.2842 090.6625 03.45025418220637
+1 12551U 81021C   13117.53393162 -.00000114  00000-0 -18349-4 0  5882
+2 12551 064.9658 191.9962 0052947 317.8115 144.5151 13.90455872634529
+1 12553U 81059A   13117.51442532  .00000085  00000-0  64646-4 0  5885
+2 12553 098.8438 068.9281 0010705 236.7737 238.3167 14.16943587645238
+1 12559U 81059B   13117.29752413  .00001286  00000-0  38616-3 0  3786
+2 12559 098.9197 227.4428 0003470 050.4428 343.5413 14.44521704661685
+1 12560U 81059C   13117.32988917  .00001265  00000-0  38342-3 0   232
+2 12560 098.9163 224.5272 0003021 051.8043 341.3628 14.44103011661462
+1 12561U 81058D   13117.99077878  .01974459 -15662-5  18092-2 0   612
+2 12561 062.5523 153.0525 6184342 044.3619 351.1936 03.89958439184500
+1 12564U 81061A   13117.09265867 -.00000296  00000-0  10000-3 0  9969
+2 12564 014.5526 344.6283 0004767 055.5172 304.4879 01.00241546 81391
+1 12580U 76077DY  13102.29956155 -.00000057  00000-0 -49505-3 0  8036
+2 12580 102.4466 218.9905 0618447 076.2018 345.1274 11.27876677444379
+1 12581U 76077DZ  13116.80420395 -.00000025  00000-0  21355-3 0  8555
+2 12581 102.4722 066.0903 0381044 249.0133 141.9207 11.70084715504268
+1 12585U 81065A   13117.56132253  .00001812  00000-0  11169-3 0  4966
+2 12585 097.2990 121.7370 0016161 263.3332 210.6883 15.11067062733175
+1 12586U 81065B   13117.48221528  .00000859  00000-0  66206-4 0   860
+2 12586 097.3984 128.6862 0020891 347.6164 012.4546 15.03965339728742
+1 12618U 81069A   13116.13921543 -.00000187  00000-0  10000-3 0   309
+2 12618 014.5699 345.0201 0005146 065.5601 294.4541 01.00356265 80205
+1 12624U 81070A   13116.17209407  .00000190  00000-0  67092-3 0  3253
+2 12624 089.7073 037.0037 6250325 012.4427 073.4456 03.52289410556047
+1 12627U 81071A   13116.20456896  .00000072  00000-0  00000+0 0  4428
+2 12627 068.5336 012.2072 5882988 118.5051 005.5406 01.98052773151474
+1 12635U 81073A   13116.64599323 -.00000067  00000-0  10000-3 0  3249
+2 12635 019.6025 003.4990 0014286 031.3254 328.7531 00.98604997 85819
+1 12636U 81074A   13116.82300189 -.00000018  00000-0 -15318-4 0  3459
+2 12636 074.0366 032.8353 0030953 309.1092 085.4256 12.44289362441666
+1 12637U 81074B   13117.13312931 -.00000019  00000-0 -21435-4 0  3552
+2 12637 074.0334 325.0871 0018090 244.7032 263.4919 12.46644984443797
+1 12638U 81074C   13117.04271484  .00000015  00000-0  18972-3 0  1834
+2 12638 074.0324 095.5857 0024827 169.1445 223.6960 12.54649782453125
+1 12639U 81074D   13116.60944999 -.00000038  00000-0 -13640-3 0  1861
+2 12639 074.0309 150.4491 0015514 235.1088 270.7483 12.52762623450863
+1 12640U 81074E   13116.33095363 -.00000011  00000-0  35050-4 0  1809
+2 12640 074.0342 206.9602 0004980 284.2275 109.8352 12.50817397448592
+1 12641U 81074F   13115.96870130  .00000012  00000-0  18907-3 0  7785
+2 12641 074.0332 268.7430 0008058 146.8027 000.3860 12.48671951446076
+1 12642U 81074G   13116.84700127 -.00000005  00000-0  63231-4 0  1915
+2 12642 074.0363 038.0376 0035442 106.4670 288.5646 12.56643247455394
+1 12643U 81074H   13115.71672477 -.00000026  00000-0 -59203-4 0  2983
+2 12643 074.0335 339.3818 0046005 030.4278 002.7023 12.58693911457627
+1 12644U 81074J   13116.72486823 -.00000015  00000-0 -19046-5 0  5965
+2 12644 074.0334 191.1152 0130711 183.3081 323.3811 12.25913709419719
+1 12645U 81075A   13116.74900012  .00000161  00000-0  71342-4 0  9487
+2 12645 081.2175 277.9895 0062533 290.5235 196.0195 14.18065667639975
+1 12646U 81075B   13117.15739179  .00000179  00000-0  83152-4 0  2358
+2 12646 081.2254 320.6049 0067280 349.1022 161.7775 14.15620318637877
+1 12647U 76077EA  13117.74914382  .00001324  00000-0  16973-1 0  3832
+2 12647 100.6759 047.1391 0377349 094.2764 294.4007 11.83067020520113
+1 12648U 81053C   13117.17166378  .00000184  00000-0  16404-3 0  1724
+2 12648 082.9715 180.8666 0014285 019.3480 014.0315 13.79480616595799
+1 12649U 81053D   13116.75411103  .00000645  00000-0  63461-3 0  6392
+2 12649 082.9198 184.4063 0049583 286.5465 222.5788 13.76888889590185
+1 12650U 81053E   13116.10714551  .00000488  00000-0  47359-3 0  9437
+2 12650 082.9395 212.7515 0062007 334.9723 101.0475 13.76933986590132
+1 12651U 81053F   13117.84057928  .00025073  00000-0  32610-2 0  5232
+2 12651 082.8833 030.5382 0028072 150.6286 241.4192 14.80265429628546
+1 12652U 81053G   13116.88122954  .00001061  00000-0  80620-3 0  8877
+2 12652 082.9432 082.5119 0047705 169.5558 220.0223 13.92378620526290
+1 12653U 81053H   13117.54811416  .00000425  00000-0  36654-3 0  8512
+2 12653 082.9349 117.2861 0030014 253.6043 254.3746 13.84201056597902
+1 12654U 81053J   13117.56473137  .00000538  00000-0  34367-3 0   739
+2 12654 082.9892 332.0476 0033223 291.8901 100.0854 14.01604364614824
+1 12655U 81053K   13116.15064374  .00000072  00000-0  57748-4 0  8676
+2 12655 082.9602 187.5368 0034093 171.9657 255.3700 13.76039963593119
+1 12656U 81053L   13117.85207112  .00000496  00000-0  40217-3 0  5594
+2 12656 082.9616 087.1998 0026278 127.5610 262.8444 13.88028615602340
+1 12657U 81053M   13116.99333602  .00005265  00000-0  91178-3 0  1994
+2 12657 082.7358 209.5073 0031389 329.9299 082.7717 14.67846671654523
+1 12658U 81053N   13116.68494932  .00001399  00000-0  80521-3 0  2068
+2 12658 082.9673 333.6937 0039562 044.6037 347.3055 14.08170842611349
+1 12659U 81053P   13117.53070448  .00000357  00000-0  31625-3 0    68
+2 12659 082.7488 336.2775 0066034 075.9790 333.5135 13.81372520590730
+1 12660U 81053Q   13116.17887348  .00000526  00000-0  64553-3 0  8897
+2 12660 082.8595 025.9584 0139372 279.5863 230.2249 13.59986568568632
+1 12661U 81053R   13115.86447231  .00000512  00000-0  57123-3 0  8852
+2 12661 082.8020 253.5415 0130725 095.5871 049.5361 13.65804386573722
+1 12662U 81053S   13117.73530137  .00000097  00000-0  82536-4 0  7404
+2 12662 082.9584 183.4627 0023927 141.2872 006.5474 13.76896790594363
+1 12663U 81053T   13115.68112954  .00000411  00000-0  36121-3 0  8746
+2 12663 082.9547 169.5672 0055859 099.3489 047.0349 13.82394855595122
+1 12664U 81053U   13116.18637271  .00000494  00000-0  52663-3 0  9175
+2 12664 082.8950 236.1432 0077798 273.4374 127.6148 13.70930221584141
+1 12665U 81053V   13117.66159691  .00000219  00000-0  19211-3 0  6786
+2 12665 082.9676 162.4495 0036001 024.1594 122.5740 13.81013400596727
+1 12666U 81053W   13116.30718243  .00000179  00000-0  18028-3 0  8840
+2 12666 082.8749 197.3462 0070462 246.7225 144.6346 13.71365131584871
+1 12667U 81053X   13117.36842270  .00000444  00000-0  41710-3 0  2951
+2 12667 082.8405 061.4165 0036088 236.8417 270.1700 13.79163737592404
+1 12668U 81053Y   13117.52782694  .00000425  00000-0  28023-3 0  8130
+2 12668 083.1039 110.3009 0055369 197.2288 310.8493 13.98887093614654
+1 12669U 81053Z   13117.83247767  .00000846  00000-0  65427-3 0  8992
+2 12669 083.0066 222.1937 0075362 358.7775 148.0855 13.90429262595615
+1 12670U 81053AA  13115.76076925  .00000208  00000-0  19129-3 0  4480
+2 12670 082.9446 184.9408 0057670 227.9922 281.5928 13.77729195592342
+1 12671U 81053AB  13117.16618823  .00001419  00000-0  97195-3 0  3805
+2 12671 082.9157 335.3152 0018865 262.9475 245.5865 13.98920234606857
+1 12672U 81053AC  13117.15482973  .00000269  00000-0  24278-3 0   845
+2 12672 082.9448 165.5771 0031597 117.5684 276.6037 13.80128573595899
+1 12673U 81053AD  13117.10066486  .00001116  00000-0  78180-3 0  5699
+2 12673 082.8549 311.4789 0054783 161.2115 347.3017 13.96832027602491
+1 12674U 81053AE  13116.06581442  .00000399  00000-0  41984-3 0  3959
+2 12674 082.9363 308.9993 0103730 351.2158 155.0924 13.70277075581787
+1 12675U 81053AF  13116.84892679  .00000409  00000-0  39884-3 0  5414
+2 12675 082.9389 238.5233 0068936 063.1974 082.3349 13.75988129587844
+1 12676U 81053AG  13117.13782201  .00000369  00000-0  32237-3 0  4753
+2 12676 082.9428 131.6805 0046819 025.3108 005.2789 13.82771860596912
+1 12677U 81076A   13115.93381502 -.00000250  00000-0  10000-3 0  1036
+2 12677 014.9400 351.8463 0008141 167.1238 192.8538 00.99557879 84440
+1 12679U 81070E   13117.77075041  .00000348  00000-0  91230-3 0  7468
+2 12679 089.7019 038.2866 6252423 023.6815 001.7164 03.51980332406253
+1 12680U 81071D   13116.00045556  .00000474  00000-0  68384+0 0  1390
+2 12680 067.3449 051.9816 5860393 108.8115 335.9690 01.99248078149153
+1 12681U 81077A   13116.86511197  .00000074  00000-0  59596-4 0  9901
+2 12681 082.9165 096.8336 0044026 009.2067 019.1690 13.76253785592285
+1 12682U 81077B   13117.38439679  .00000124  00000-0  10761-3 0  4578
+2 12682 082.9178 066.7512 0032742 263.2572 243.7164 13.78401089594587
+1 12690U 81053AJ  13117.63250005  .00000796  00000-0  78136-3 0  4736
+2 12690 082.9500 316.3178 0092228 305.2730 115.0961 13.76007859582482
+1 12692U 81053AL  13116.07102555  .00000835  00000-0  36141-3 0   146
+2 12692 082.9016 328.5404 0078992 173.6085 186.6125 14.21653696634183
+1 12693U 81053AM  13117.14487257  .00000209  00000-0  10269-3 0  7292
+2 12693 083.1485 030.2715 0052938 036.8570 095.5800 14.12269318309428
+1 12694U 81053AN  13116.40520546  .00000377  00000-0  47046-3 0  8379
+2 12694 083.0811 260.9834 0117610 031.0330 002.5373 13.59086627570642
+1 12695U 81053AP  13116.14390580  .00000770  00000-0  87705-3 0  9200
+2 12695 083.0085 152.2034 0116204 005.7719 027.1634 13.66005412572352
+1 12696U 81053AQ  13116.21038920  .00000465  00000-0  65663-3 0  9914
+2 12696 083.0779 020.4071 0155828 159.8073 004.7115 13.49953913559639
+1 12697U 81053AR  13116.98128858  .00000709  00000-0  70164-3 0  3297
+2 12697 082.7813 075.4659 0084864 267.0443 122.8677 13.75660275585933
+1 12698U 81053AS  13117.00482859  .00001492  00000-0  85013-3 0  9549
+2 12698 082.9168 286.6856 0013023 335.3162 171.5942 14.09111656611668
+1 12699U 81053AT  13116.53500679  .00000718  00000-0  70418-3 0  9822
+2 12699 082.9493 304.8954 0090331 235.0164 158.3608 13.75973207583612
+1 12700U 81053AU  13117.42127850  .00000849  00000-0  54406-3 0  2849
+2 12700 082.7859 090.9231 0048909 115.8804 244.7421 14.01650849613486
+1 12701U 81053AV  13117.22765919  .00000502  00000-0  41716-3 0  9193
+2 12701 082.8536 001.6035 0041982 009.8784 137.4523 13.86464729598388
+1 12703U 81053AX  13117.51085618  .00000712  00000-0  45674-3 0  1684
+2 12703 082.9725 323.3095 0015570 059.9854 330.3914 14.01885506613260
+1 12704U 81053AY  13116.21403030  .00000334  00000-0  36760-3 0  8620
+2 12704 082.9932 027.7194 0085712 298.8277 182.6870 13.67891403580620
+1 12705U 81053AZ  13117.20139976  .00000711  00000-0  51742-3 0  6316
+2 12705 082.8960 350.4217 0032175 087.0398 060.5560 13.94653617603540
+1 12706U 81053BA  13116.63759955  .00000878  00000-0  89656-3 0  5192
+2 12706 082.8869 293.6192 0108782 114.4636 002.1793 13.72895788579238
+1 12707U 81053BB  13116.78231132  .00000391  00000-0  50181-3 0  2212
+2 12707 083.0151 212.1745 0131171 202.6460 305.0323 13.56912811567723
+1 12708U 81053BC  13117.83316891  .00002221  00000-0  95165-3 0  6417
+2 12708 082.8797 060.5642 0032400 229.3092 163.9327 14.24219791624924
+1 12709U 81053BD  13115.57554992  .00000193  00000-0  22770-3 0  8615
+2 12709 082.9720 141.4726 0127241 136.1249 009.8514 13.59485106570019
+1 12710U 81053BE  13117.15512357  .00000393  00000-0  43990-3 0    84
+2 12710 083.0143 145.6432 0119465 298.0910 060.8205 13.65942676573614
+1 12711U 81053BF  13116.07708205  .00000361  00000-0  37747-3 0  5111
+2 12711 082.9632 312.8126 0066064 171.1107 336.0273 13.71554783584866
+1 12712U 81053BG  13116.03821337  .00000754  00000-0  69714-3 0  8961
+2 12712 082.9868 303.4485 0073766 020.8253 098.1245 13.80053770587803
+1 12713U 81053BH  13116.89200512  .00001389  00000-0  76047-3 0   450
+2 12713 082.9515 249.2341 0022514 144.5188 002.0883 14.11154599610857
+1 12714U 81053BJ  13117.18180779  .00000102  00000-0  11874-3 0  8307
+2 12714 082.9770 175.5574 0126836 252.1604 106.5673 13.56579393565825
+1 12715U 81053BK  13116.50261774  .00001141  00000-0  51613-3 0  1142
+2 12715 083.1176 266.6117 0073458 074.1944 317.9150 14.19801669632292
+1 12719U 81053BL  13117.45141789  .00000423  00000-0  33515-3 0   203
+2 12719 082.9594 084.7092 0019602 097.2729 049.8773 13.89070589602324
+1 12720U 81053BM  13117.86122781  .00001088  00000-0  99775-3 0  1851
+2 12720 083.2541 270.1018 0120347 143.6952 011.0134 13.78804247447057
+1 12722U 81053BP  13117.06355830  .00000620  00000-0  54171-3 0  4853
+2 12722 082.9017 113.3676 0068971 154.3311 238.6822 13.83131754594453
+1 12723U 81053BQ  13117.67748612  .00002151  00000-0  93680-3 0  4012
+2 12723 082.9515 177.6694 0018269 193.0423 313.4271 14.23534054622670
+1 12724U 81053BR  13116.79930150  .00000993  00000-0  69299-3 0  5444
+2 12724 082.9431 016.4661 0019915 201.6228 190.4990 13.97548014605897
+1 12725U 81053BS  13117.37692480  .00001662  00000-0  16509-2 0  4720
+2 12725 083.1432 216.4444 0111180 234.3703 196.0404 13.75005179580284
+1 12726U 81053BT  13117.83437448  .00000803  00000-0  57819-3 0  1018
+2 12726 082.9573 055.6601 0043544 014.5552 018.9734 13.95229125604370
+1 12727U 81053BU  13117.87408669  .00000856  00000-0  72052-3 0  1087
+2 12727 083.2813 235.5544 0102260 215.8168 292.8106 13.84479963592633
+1 12728U 81053BV  13117.47160632  .00000416  00000-0  42276-3 0  8263
+2 12728 082.8068 106.7182 0054591 247.5853 259.2301 13.74058794578692
+1 12729U 81053BW  13115.96990086  .00000553  00000-0  72220-3 0  5317
+2 12729 083.0462 264.7014 0131211 218.4826 291.0450 13.56602452428324
+1 12730U 81053BX  13117.42292647  .00001636  00000-0  88114-3 0  2667
+2 12730 082.9460 245.2665 0023406 128.6999 292.0259 14.12113437616282
+1 12731U 81053BY  13116.78055550  .00000266  00000-0  25164-3 0  1029
+2 12731 082.9400 201.7309 0082368 323.3903 184.0929 13.76294691590523
+1 12732U 81053BZ  13116.87190059  .00000358  00000-0  28187-3 0  6108
+2 12732 082.9886 084.9789 0053853 156.7091 235.6524 13.88486230 10670
+1 12733U 81053CA  13117.76438880  .00001511  00000-0  80498-3 0  3635
+2 12733 082.8721 188.2446 0022993 292.4524 216.6346 14.12678873615111
+1 12735U 81053CC  13116.82574530  .00000052  00000-0  43373-4 0  3817
+2 12735 083.1445 242.1284 0095828 351.3155 164.8671 13.67006561578135
+1 12736U 81053CD  13115.87409885  .00000501  00000-0  67782-3 0  4192
+2 12736 083.0311 262.1516 0128847 296.4321 210.9390 13.54584139565190
+1 12737U 81053CE  13117.17078581  .00000483  00000-0  53111-3 0  3226
+2 12737 083.0007 171.4087 0156759 056.5977 337.8962 13.65057480570661
+1 12739U 81053CG  13117.15569109  .00000551  00000-0  26102-3 0  6259
+2 12739 082.9487 190.8329 0003513 021.6394 009.5715 14.18009587621684
+1 12740U 81053CH  13117.15856638  .00001595  00000-0  83548-3 0  8064
+2 12740 082.8455 144.3417 0019731 163.4087 228.5382 14.13637033615252
+1 12741U 81053CJ  13115.63766992  .00000467  00000-0  39611-3 0  2871
+2 12741 082.9506 155.7725 0062216 051.0601 094.9067 13.84551562595700
+1 12742U 81053CK  13116.30173544  .00000104  00000-0  95651-4 0  9021
+2 12742 082.9502 217.3703 0046302 330.0608 092.0737 13.73101398590202
+1 12743U 81053CL  13117.19853082  .00000310  00000-0  29784-3 0  5446
+2 12743 082.9303 194.5899 0059065 311.8997 080.4847 13.76661338590528
+1 12744U 81053CM  13117.61696557  .00001549  00000-0  88163-3 0  5829
+2 12744 082.9355 317.8462 0027960 077.3943 342.1002 14.09032603610782
+1 12745U 81053CN  13116.87591222  .00001365  00000-0  12032-2 0  6468
+2 12745 083.1450 058.5859 0046270 347.6636 045.6079 13.84088911593849
+1 12746U 81053CP  13117.67762646  .00001596  00000-0  94404-3 0  2059
+2 12746 082.9500 352.3592 0052411 168.0519 226.1786 14.06461745608822
+1 12747U 81053CQ  13116.53632662  .00000563  00000-0  71512-3 0  8355
+2 12747 083.0670 289.3291 0133613 197.7725 195.7941 13.58183106566779
+1 12748U 81053CR  13117.06570411  .00000229  00000-0  23115-3 0  3000
+2 12748 082.9873 299.2195 0044836 007.6951 140.2749 13.72775014587780
+1 12749U 81053CS  13116.47960744  .00000329  00000-0  33467-3 0  1984
+2 12749 082.8097 093.8553 0062888 196.7677 311.0999 13.73187575586971
+1 12751U 81053CU  13116.20216471  .00000198  00000-0  17832-3 0  7505
+2 12751 082.9435 162.1223 0030731 120.4496 301.6271 13.78930329594313
+1 12752U 81053CV  13115.85745397  .00000903  00000-0  11173-2 0  8641
+2 12752 083.0245 235.8475 0131009 221.4824 286.5736 13.60523320566900
+1 12753U 81053CW  13115.61910959  .00000452  00000-0  46255-3 0  6045
+2 12753 082.8040 144.6108 0100521 053.8071 092.1838 13.72197743581783
+1 12755U 81053CY  13116.82970786  .00003373  00000-0  10915-2 0  5031
+2 12755 082.9467 057.7804 0009131 272.4091 120.8881 14.38806743631336
+1 12756U 81053CZ  13117.49840615  .00002103  00000-0  68955-3 0  6391
+2 12756 082.9942 023.9052 0021606 233.5544 179.4994 14.37890664637556
+1 12757U 81053DA  13117.77479980  .00000483  00000-0  45115-3 0  4521
+2 12757 082.9520 201.2289 0060646 229.2128 278.8161 13.79195874591420
+1 12758U 81053DB  13117.07036316  .00000473  00000-0  45266-3 0  4006
+2 12758 082.8614 109.6543 0059005 352.0003 038.7647 13.77765044590232
+1 12759U 81053DC  13117.28158009  .00000745  00000-0  50752-3 0   413
+2 12759 082.8644 208.6453 0052521 163.6420 230.6155 13.98030590610695
+1 12764U 81053DH  13117.54054402  .00009921  00000-0  18301-2 0  2791
+2 12764 082.9140 313.3492 0008892 230.5730 183.9858 14.65393544636739
+1 12766U 81053DK  13116.76559436  .00000306  00000-0  34260-3 0  9454
+2 12766 082.9478 029.0032 0103603 189.7788 204.4304 13.65893544576046
+1 12767U 81053DL  13116.94177845  .00000754  00000-0  46229-3 0  5579
+2 12767 082.9618 258.3838 0039612 189.3436 318.6054 14.04143306616805
+1 12768U 81053DM  13117.07597873  .00000440  00000-0  38464-3 0  2191
+2 12768 082.9308 120.9197 0053186 041.5666 351.3174 13.83030923595607
+1 12769U 81053DN  13115.63895465  .00000355  00000-0  37707-3 0  2958
+2 12769 082.8190 143.5062 0071162 332.0666 176.3094 13.70731829583916
+1 12771U 81053DQ  13115.80352272  .00000639  00000-0  75428-3 0  7710
+2 12771 082.8713 056.7594 0163125 323.0950 054.7555 13.61140673565712
+1 12772U 81053DR  13117.70326108  .00001370  00000-0  88989-3 0  5897
+2 12772 082.9260 006.2587 0057213 346.7104 046.5779 14.01151963603849
+1 12773U 81053DS  13116.25014792  .00001591  00000-0  85770-3 0   165
+2 12773 082.9770 185.5979 0170026 314.7150 101.4643 14.05191712595218
+1 12775U 81053DU  13117.53653609  .00000858  00000-0  11116-2 0  8339
+2 12775 083.3316 290.4150 0158554 214.9302 211.1698 13.56082907560558
+1 12779U 81053DV  13117.47139858  .00004092  00000-0  11166-2 0  6349
+2 12779 082.5675 257.9916 0007425 022.8573 042.0396 14.47172163631353
+1 12780U 81053DW  13116.54219802  .00000542  00000-0  45529-3 0  5432
+2 12780 082.9472 107.9124 0022388 152.0908 356.6828 13.86155150599358
+1 12781U 81053DX  13117.17348484 -.00000332  00000-0 -34390-3 0  3691
+2 12781 083.1773 171.7196 0069527 272.7351 120.3685 13.77302967587165
+1 12782U 81053DY  13116.15526321  .00000360  00000-0  38265-3 0  4951
+2 12782 083.0033 016.8467 0076426 248.4826 233.3161 13.70444140575363
+1 12783U 81081A   13117.54909225 -.00000068  00000-0  17703-4 0  9883
+2 12783 065.1175 243.3842 0023469 070.0108 003.6097 13.85300813602515
+1 12785U 81082A   13117.12073528  .00001852  00000-0  11908-3 0  4288
+2 12785 082.4775 120.6625 0007748 245.3974 143.9959 15.07827460723170
+1 12786U 81082B   13117.77129699  .00000339  00000-0  37998-4 0  5526
+2 12786 082.4873 311.4163 0017868 196.7669 213.8950 14.83745133710613
+1 12787U 81012C   13116.38211788  .00004997  00000-0  68673-3 0  8785
+2 12787 028.1379 096.9827 6251349 197.9410 351.6448 03.68990596346840
+1 12791U 81084A   13117.18174682  .00000078  00000-0  37389-4 0  9901
+2 12791 074.0304 019.4955 0019518 251.8444 274.3441 14.33644467655008
+1 12792U 81084B   13117.56250514  .00000143  00000-0  57351-4 0  2146
+2 12792 074.0298 297.0420 0014274 232.1098 162.5788 14.36875988657891
+1 12793U 81084C   13115.88277091  .00001221  00000-0  27973-3 0  9140
+2 12793 074.0357 037.2315 0003190 153.1188 320.1955 14.56711033666757
+1 12803U 81087A   13117.86749406  .00000087  00000-0  60390-4 0  1703
+2 12803 082.9349 078.5185 0045388 211.0941 181.6731 13.87293693977765
+1 12804U 81087B   13116.88693223  .00000069  00000-0  42893-4 0  5960
+2 12804 082.9332 053.0520 0043678 142.5384 250.7752 13.89033369603398
+1 12808U 81081C   13116.87551622 -.00000069  00000-0  16451-4 0  5493
+2 12808 065.1168 075.4286 0018125 357.6839 037.2067 13.88568234606238
+1 12814U 79077E   13110.22044557 -.00000362  00000-0  00000+0 0  3738
+2 12814 067.1435 049.5914 5945917 084.4055 014.9879 02.03880845155616
+1 12816U 79077F   13115.52355664 -.00000110  00000-0  00000+0 0  3643
+2 12816 066.0853 104.9511 6113006 118.9751 005.5210 02.11582615252809
+1 12817U 80057E   13117.21395132 -.00000726  00000-0  00000+0 0  6114
+2 12817 067.2070 060.7597 5765838 097.8367 012.5630 01.99835743153318
+1 12818U 81088A   13109.77522659 -.00000032  00000-0  00000+0 0  6433
+2 12818 063.6015 329.8455 4404212 209.1134 181.3843 05.46068799630344
+1 12825U 78026EW  13117.34840697  .00000265  00000-0  23291-3 0  1619
+2 12825 099.1457 229.2774 0062037 162.0491 231.4378 13.93194955636539
+1 12827U 81088F   13110.36448384  .00000009  00000-0  00000+0 0  6929
+2 12827 063.6888 286.2308 4311600 209.9635 161.6341 05.48798638633528
+1 12834U 80057F   13116.43741221  .00000382  00000-0  00000+0 0  6601
+2 12834 067.1204 063.7506 5612936 112.3055 024.3079 02.00163237145173
+1 12835U 81091A   13117.54868399  .00000044  00000-0  29942-4 0  1320
+2 12835 082.9178 143.4161 0028441 161.5067 002.9533 13.75257950586130
+1 12836U 81091B   13117.60221628  .00000177  00000-0  16467-3 0  6033
+2 12836 082.9152 125.1206 0024476 096.8698 052.8601 13.76386808587399
+1 12848U 81094A   13117.79114180  .00006943  00000-0  46738-3 0  9420
+2 12848 082.4795 130.5782 0657472 357.1364 002.6110 14.08990549575495
+1 12849U 81094B   13117.41287020  .00002131  00000-0  19852-3 0  5871
+2 12849 082.4940 244.3358 0918577 151.3779 214.1148 13.46756474538130
+1 12850U 81069F   13115.34763365 -.00000162  00000-0  10000-3 0  8845
+2 12850 015.7617 348.3800 0025099 063.3720 296.8556 00.97699818 69459
+1 12851U 81061F   13116.52645246 -.00000284  00000-0  10000-3 0  4555
+2 12851 014.1437 343.4790 0002572 040.0193 319.9561 01.01007900 75578
+1 12854U 70103G   13117.60630880  .00003793  00000-0  48135-1 0  6008
+2 12854 050.4167 168.2411 0966669 198.3840 306.9382 11.15567533823138
+1 12855U 81096A   13115.76976915  .00000022  00000-0  10000-3 0  6283
+2 12855 014.6635 006.2752 0009164 070.3437 289.7143 01.00116956 70497
+1 12857U 77012H   13117.17160687  .00000036  00000-0  21029-3 0  1537
+2 12857 066.2950 133.7220 1694171 067.3161 044.8873 10.77011696254614
+1 12858U 77106C   13116.81207419  .00000098  00000-0  14198-3 0  1196
+2 12858 089.4918 230.2215 0016427 241.8755 264.8562 13.48249437645072
+1 12860U 77121AN  13117.46637036  .00000089  00000-0  20571-3 0  9336
+2 12860 065.8079 112.9649 0118510 097.6183 044.3791 13.62130684657837
+1 12861U 77121AP  13116.87391649  .00000378  00000-0  82258-3 0  9205
+2 12861 065.7741 271.0552 0098349 005.5062 146.2607 13.38660663628401
+1 12862U 77121AQ  13116.63118003  .00000648  00000-0  43283-3 0  5190
+2 12862 066.2112 172.7683 0153625 179.0928 324.9458 14.01875093691987
+1 12863U 77121AR  13116.47593762  .00000410  00000-0  60915-3 0  2142
+2 12863 065.7871 288.2056 0067884 205.7342 189.8219 13.63481067653745
+1 12864U 77121AS  13117.52450384  .00000773  00000-0  71653-3 0  9782
+2 12864 065.8334 129.7440 0112348 245.2956 259.2394 13.85264010652299
+1 12865U 77121AT  13117.13271446  .00000574  00000-0  74779-3 0  7745
+2 12865 065.7745 101.6793 0067865 186.7610 299.8487 13.68643491439419
+1 12866U 77121AU  13116.15080531  .00000019  00000-0  12962-3 0  8954
+2 12866 065.8192 350.6891 0098350 132.8726 010.5151 13.57453045652555
+1 12867U 77121AV  13116.48157659  .00000204  00000-0  53204-3 0  2355
+2 12867 065.9506 267.1988 0088307 328.9936 067.2350 13.35314267679701
+1 12868U 77121AW  13117.40807407  .00000619  00000-0  80590-3 0  3351
+2 12868 065.7654 127.4157 0068358 221.0863 254.4689 13.68194680754425
+1 12869U 77121AX  13117.86861509  .00000472  00000-0  59811-3 0  5019
+2 12869 065.7919 265.9016 0079896 102.4376 039.7398 13.71573191760433
+1 12870U 77121AY  13116.20248444  .00000544  00000-0  54947-3 0  6370
+2 12870 065.7287 019.6173 0119077 176.2807 327.2709 13.82339144764801
+1 12879U 81098A   13117.56263727  .00000019  00000-0  63745-4 0  7632
+2 12879 082.5978 288.3239 0007937 145.0288 274.6270 12.42325537431883
+1 12880U 81098B   13115.87037168  .00000020  00000-0  71433-4 0  2836
+2 12880 082.5981 282.2275 0008094 099.5659 050.7743 12.42829399432291
+1 12889U 81100C   13117.86559664  .00000074  00000-0  55965-4 0  8398
+2 12889 099.8633 115.9701 1320897 195.4468 192.9706 12.17083766397283
+1 12892U 81031E   13116.18439928  .00000890  00000-0  00000+0 0  6062
+2 12892 067.8671 153.4931 5344346 096.3653 342.3514 02.00162554163306
+1 12893U 81031F   13115.24069098 -.00000808  00000-0  00000+0 0  5818
+2 12893 067.2276 054.7616 5906084 099.2818 018.5192 02.01129710215538
+1 12894U 81031G   13117.07964124 -.00000785  00000-0  00000+0 0  3111
+2 12894 068.9109 346.6401 5896948 125.7933 003.8795 02.00325876225376
+1 12897U 81102A   13110.11649780 -.00000041  00000-0  00000+0 0  4418
+2 12897 014.5795 345.7589 0009510 097.2018 235.2241 01.00254774 69209
+1 12903U 81103A   13117.58143336  .00008654  00000-0  25495-3 0  8714
+2 12903 081.1394 292.5273 0006491 274.9415 116.1859 15.34878652726347
+1 12904U 81103B   13117.19972186  .00001341  00000-0  10277-3 0  2133
+2 12904 081.1804 197.6693 0030088 350.2750 009.7884 15.00860138265621
+1 12906U 77068F   13116.36159316 -.00000590  00000-0  00000+0 0  2326
+2 12906 067.2576 071.4719 5870055 075.3419 017.2963 02.01266185240039
+1 12907U 78083E   13117.11442818  .00000945  00000-0  00000+0 0  9736
+2 12907 067.2181 111.5475 5532864 093.1240 343.3949 02.00250296238376
+1 12909U 79058F   13117.36581074 -.00001539  00000-0 -28102-2 0  1455
+2 12909 064.4371 084.6018 7395489 027.9304 024.2973 02.00159484142596
+1 12933U 81108A   13117.65586630 -.00000005  00000-0  00000+0 0  4055
+2 12933 071.9048 291.6678 4896302 108.9457 326.8301 02.00316562230175
+1 12940U 81108D   13117.73202964  .00000170  00000-0  00000+0 0   336
+2 12940 068.8363 195.9308 5368740 100.4166 012.1787 01.99091932228997
+1 12942U 77121AZ  13117.44910660  .00000118  00000-0  35732-3 0  8373
+2 12942 065.8298 104.8422 0117509 255.5971 248.7367 13.36096626552377
+1 12947U 81053EB  13116.15805707  .00000359  00000-0  55624-3 0  5881
+2 12947 083.0983 171.8984 0202481 294.1686 097.1643 13.41024319537279
+1 12949U 81053ED  13117.01806094  .00000640  00000-0  49916-3 0  5586
+2 12949 082.8435 284.4385 0034161 147.7221 000.1619 13.90599491592979
+1 12950U 81053EE  13117.85286160  .00000500  00000-0  26963-3 0  2541
+2 12950 083.0155 228.5528 0058345 173.5649 334.1918 14.10022953623493
+1 12952U 81053EG  13117.32158955  .00000645  00000-0  48649-3 0  7051
+2 12952 082.9633 041.9325 0009528 339.9843 166.8257 13.92766612593936
+1 12962U 81053EH  13117.69734924  .00001005  00000-0  75691-3 0  9755
+2 12962 082.9659 088.7104 0030339 344.2371 079.3662 13.93142182590765
+1 12963U 81053EJ  13115.68141351  .00000275  00000-0  24949-3 0  9768
+2 12963 082.9466 165.3177 0026683 078.5119 068.5733 13.79966990583337
+1 12964U 81053EK  13117.49398185  .00000057  00000-0  40429-4 0  3505
+2 12964 082.9436 100.6410 0037741 322.2162 185.0649 13.80090832587151
+1 12966U 81053EM  13116.83747537  .00001101  00000-0  75634-3 0   506
+2 12966 082.9497 024.0296 0032702 302.7750 087.6622 13.98399645592369
+1 12967U 81114A   13117.32547767  .00000112  00000-0  10000-3 0  9903
+2 12967 014.5350 016.7968 0001293 044.8903 315.0774 01.00102692 80135
+1 12975U 81116A   13115.88479081  .00000015  00000-0  26453-3 0  2438
+2 12975 073.9825 079.4426 0096957 335.5451 048.7039 12.27990646408115
+1 12976U 81116B   13116.35989519  .00000003  00000-0  15652-3 0  2317
+2 12976 073.9831 068.8775 0094574 327.0832 177.9191 12.28344393408571
+1 12977U 81116C   13116.39318911  .00000007  00000-0  19480-3 0  2535
+2 12977 073.9840 059.7339 0093497 313.7519 194.1336 12.28673209408948
+1 12978U 81116D   13115.88158941  .00000007  00000-0  19437-3 0  2435
+2 12978 073.9852 047.4607 0090397 301.8814 091.5423 12.29152452409431
+1 12979U 81116E   13117.31198622 -.00000017  00000-0 -13419-4 0  2209
+2 12979 073.9854 030.7543 0087869 282.0876 226.3875 12.29683923410226
+1 12980U 81116F   13115.86432645 -.00000022  00000-0 -52482-4 0  2518
+2 12980 073.9857 021.8780 0085793 271.2158 118.3180 12.30080541410501
+1 12981U 81116G   13116.18332367 -.00000040  00000-0 -20758-3 0  2346
+2 12981 073.9848 001.4253 0082734 245.6276 287.4947 12.30800526391802
+1 12982U 81116H   13116.74301009 -.00000042  00000-0 -22147-3 0  2412
+2 12982 073.9835 338.7857 0077180 224.3721 165.7141 12.31591758412345
+1 12983U 81116J   13116.52361309 -.00000009  00000-0  44431-4 0  7214
+2 12983 073.9819 169.3989 0114088 068.2261 082.0816 12.24746858138974
+1 12984U 81016F   13117.04338045 -.00000687  00000-0  00000+0 0  6987
+2 12984 068.4954 351.6944 5868840 096.0611 011.9351 02.02667279232701
+1 12987U 81117A   13117.82209108  .00001526  00000-0  11616-3 0  6335
+2 12987 082.5182 265.3782 0012820 020.2975 339.8757 15.01367568705170
+1 12988U 81117B   13117.87246744  .00000329  00000-0  36855-4 0  7196
+2 12988 082.5268 050.0597 0019473 153.9978 239.2469 14.83670287695633
+1 12992U 81016H   13117.39756369  .00000866  00000-0  00000+0 0  8101
+2 12992 068.4094 356.1984 5865490 097.0281 046.4905 02.02522249134707
+1 12993U 81071E   13116.29070297  .00000214  00000-0  00000+0 0  7555
+2 12993 067.6738 039.8516 5878069 114.7760 006.4257 01.97855089143233
+1 12994U 81119A   13116.68067021 -.00000105  00000-0  10000-3 0  5736
+2 12994 014.7448 010.9699 0027085 093.3060 266.9736 00.99466608 79016
+1 12996U 77092J   13116.47383068 -.00000308  00000-0  10000-3 0  1575
+2 12996 013.6266 333.7028 0019004 109.6400 250.5027 01.00044454 36487
+1 12997U 81120A   13117.18501447  .00000020  00000-0  11216-3 0  2420
+2 12997 082.9625 046.6766 0057173 235.9803 261.6002 12.15790977391750
+1 12998U 81120B   13117.20029534 -.00000016  00000-0 -30182-3 0  5889
+2 12998 082.9613 199.2415 0018542 207.2697 185.2962 12.03129384377287
+1 12999U 81120C   13116.16294250 -.00000140  00000-0 -17416-2 0  8642
+2 12999 082.9604 174.8762 0016112 084.4145 328.3330 12.05236354379566
+1 13000U 81120D   13116.53296395  .00000105  00000-0  10950-2 0  8565
+2 13000 082.9599 157.0056 0018052 336.7102 200.7794 12.06845615381458
+1 13001U 81120E   13116.11518660  .00000111  00000-0  11252-2 0  6079
+2 13001 082.9556 130.9064 0023487 208.4680 213.0682 12.08871761383677
+1 13002U 81120F   13116.16428774  .00000049  00000-0  41641-3 0  2275
+2 13002 082.9599 072.1278 0050941 344.6653 144.0219 12.13767048389311
+1 13003U 81120G   13117.71136030  .00000038  00000-0  39466-3 0  5542
+2 13003 082.9550 332.3605 0082479 060.4538 328.9413 11.91483098364126
+1 13007U 81119B   13117.36439043  .00017619  00000-0  98671-3 0  3123
+2 13007 023.5588 193.0931 3420825 295.1781 033.4097 08.52341079742263
+1 13010U 81122A   13115.06564137 -.00000197  00000-0  10000-3 0   692
+2 13010 015.4250 007.5434 0115895 141.4291 219.3551 00.95040223 65730
+1 13011U 81122B   13116.69564725  .00002799  00000-0  57386-3 0  2279
+2 13011 010.4432 183.3748 6696814 023.1410 356.6158 03.04906024209145
+1 13012U 81123A   13116.98264774  .00000211  00000-0  87813-1 0  6552
+2 13012 064.7485 301.3262 6821580 273.6157 311.5273 02.00834095229670
+1 13016U 81123D   13116.50847749  .00000171  00000-0  42015-2 0  9883
+2 13016 064.4425 124.6887 6543360 265.6176 316.8075 02.33008365247254
+1 13017U 81053EP  13117.20062091  .00000655  00000-0  48932-3 0  6589
+2 13017 082.9345 023.6846 0035713 045.8740 109.4946 13.93045671587722
+1 13018U 81053EQ  13117.73571252  .00000743  00000-0  61878-3 0  3637
+2 13018 082.6795 188.5708 0052802 258.3893 249.3286 13.86771414578842
+1 13019U 81053ER  13116.18526259  .00000913  00000-0  72376-3 0  4223
+2 13019 082.9447 158.9034 0082371 092.3095 301.2279 13.88772268578016
+1 13020U 81053ES  13112.07780821  .00000534  00000-0  51818-3 0  3750
+2 13020 082.6922 318.9853 0118940 205.5807 301.7957 13.74895107569584
+1 13021U 81053ET  13117.52388676  .00000861  00000-0  61776-3 0  1360
+2 13021 083.1488 287.1239 0026617 174.7352 245.6285 13.95788470588650
+1 13022U 81053EU  13116.09090731  .00000761  00000-0  40665-3 0  5934
+2 13022 082.9179 115.7954 0045003 269.8889 120.7792 14.11591070607055
+1 13024U 81053EW  13117.20603760  .00000450  00000-0  31284-3 0  1031
+2 13024 082.9297 015.9840 0049659 005.5887 140.2813 13.96218380588890
+1 13026U 81053EX  13116.68993057  .00002351  00000-0  10174-2 0  2199
+2 13026 082.9452 178.5147 0019211 255.8089 250.8669 14.23908523605530
+1 13027U 82001A   13117.12735825  .00000087  00000-0  38748-4 0    46
+2 13027 074.0482 330.7050 0024129 020.7165 125.6247 14.36184372638606
+1 13028U 82001B   13117.03031164  .00000280  00000-0  10157-3 0  3302
+2 13028 074.0427 292.6707 0019815 022.7813 124.1040 14.37682573639770
+1 13029U 82001C   13117.36161016  .00001113  00000-0  25783-3 0   291
+2 13029 073.9743 319.4702 0009753 089.0113 333.2534 14.56302047594768
+1 13030U 82001D   13115.85462227  .00002474  00000-0  39532-3 0   662
+2 13030 074.0266 065.7735 0014422 100.9697 288.4544 14.72359810658613
+1 13033U 82003A   13117.50798455  .00000075  00000-0  64225-4 0  1840
+2 13033 082.9396 109.7536 0031718 213.6005 293.5224 13.73078980567862
+1 13034U 82003B   13115.88013878 -.00000006  00000-0 -22850-4 0   314
+2 13034 082.9378 079.3107 0033645 103.7447 312.1789 13.75197372569448
+1 13035U 82004A   13116.03898043 -.00000299  00000-0  10000-3 0   809
+2 13035 014.5505 020.1584 0006765 054.4632 305.5471 00.99595624 77404
+1 13053U 81053EY  13116.35477771  .00000592  00000-0  68899-3 0  4929
+2 13053 083.0784 262.7435 0121502 024.8956 353.6735 13.64054102567880
+1 13056U 82009A   13116.39160674 -.00000265  00000-0  00000+0 0  9647
+2 13056 014.7880 346.9697 0024841 197.3087 102.0496 00.99935598 70649
+1 13065U 82012A   13117.51638678  .00000072  00000-0  59102-4 0    42
+2 13065 082.8984 298.7462 0042802 224.0220 188.3224 13.75367335565122
+1 13066U 82012B   13116.50334260 -.00000027  00000-0 -43026-4 0  9130
+2 13066 082.8960 272.2878 0044945 145.6163 247.3833 13.77119428567000
+1 13067U 82013A   13117.84520765  .00002846  00000-0  17633-3 0   850
+2 13067 081.1874 085.1632 0006580 157.2222 232.7215 15.09470186698931
+1 13068U 82013B   13117.53283282  .00001381  00000-0  10168-3 0  1172
+2 13068 081.2036 143.5611 0022558 253.2386 106.6360 15.02564282696099
+1 13069U 82014A   13115.99772933 -.00000176  00000-0  10000-3 0  3841
+2 13069 014.5121 019.6400 0002518 068.3964 291.5836 00.99779250 77902
+1 13070U 82015A   13117.72678490  .00000109  00000-0  40471-2 0  1757
+2 13070 063.5193 348.0704 7281040 260.2755 049.3995 02.00549200228288
+1 13073U 81053EZ  13115.83083753  .00000147  00000-0  14203-3 0  7161
+2 13073 082.9397 238.4557 0089710 103.5829 041.9339 13.71321000587536
+1 13074U 81053FA  13115.65531508  .00000314  00000-0  28513-3 0  7488
+2 13074 082.9485 174.9511 0033811 116.5275 029.4872 13.80251300593691
+1 13075U 82015D   13116.44792208 -.00000057  00000-0  61970-2 0  8885
+2 13075 063.8941 043.6529 7211237 262.5015 319.0450 01.97172210224338
+1 13080U 82016A   13116.93885581 -.00000872  00000-0  00000+0 0  1380
+2 13080 069.1809 318.7265 5881454 087.2059 015.1024 02.00441863138558
+1 13083U 82017A   13116.83724467  .00000032  00000-0  10000-3 0  4372
+2 13083 014.7984 011.2017 0038141 097.6179 262.7708 00.99228169 94177
+1 13090U 82016D   13117.45924850 -.00000733  00000-0  00000+0 0  7698
+2 13090 067.3596 292.5942 6229701 064.6781 354.1118 02.03152358231124
+1 13092U 82020A   13116.11414288 -.00000056  00000-0  10000-3 0  9837
+2 13092 015.6671 350.2942 0035910 114.9058 245.4335 00.98530026 74307
+1 13110U 82024A   13117.20358942  .00000041  00000-0  27462-4 0  9976
+2 13110 082.9272 017.2670 0028986 027.4443 127.6839 13.73855358558730
+1 13111U 82024B   13116.18279280  .00000020  00000-0  56168-5 0  2392
+2 13111 082.9266 355.4286 0039765 334.0003 172.3949 13.75671630560418
+1 13113U 82025A   13116.66981355  .00000013  00000-0 -14487-5 0  5520
+2 13113 082.5384 322.3303 0018818 057.7297 332.9949 13.85274248571376
+1 13114U 82025B   13117.14880425  .00000016  00000-0  11770-5 0   564
+2 13114 082.5392 325.8687 0015779 079.4863 069.3212 13.84606957571168
+1 13120U 82027A   13117.20241465  .00005976  00000-0  21882-3 0  9400
+2 13120 081.1439 207.8156 0007423 145.6448 214.5269 15.27840376699581
+1 13121U 82027B   13117.83747555  .00001145  00000-0  82182-4 0  1037
+2 13121 081.1703 049.8854 0031155 108.3169 252.1446 15.03172971689464
+1 13124U 82029A   13116.90822225 -.00000013  00000-0  00000+0 0  6018
+2 13124 072.2748 317.2787 4904652 121.4545 010.3802 02.00384785227237
+1 13127U 82030A   13117.08745022  .00000053  00000-0  40486-4 0  7002
+2 13127 082.9271 116.6895 0032269 075.2492 316.3665 13.73675701556626
+1 13128U 82030B   13117.87298922  .00000167  00000-0  15716-3 0  1997
+2 13128 082.9249 086.6488 0027798 322.9271 068.5880 13.75620535557920
+1 13129U 82031A   13116.16301170 -.00000136  00000-0  10000-3 0  9996
+2 13129 014.6435 348.1701 0013814 313.6734 046.1593 01.00368354118300
+1 13131U 65027H   13094.38408178 -.00000400  00000-0 -14280-2 0  6175
+2 13131 090.2502 231.6944 0029396 156.8939 260.9708 12.96241763266016
+1 13132U 78018C   13116.84334508 -.00000014  00000-0  62161-4 0  8918
+2 13132 069.2069 057.9540 0206590 100.7272 296.6414 13.34703928713211
+1 13133U 77012J   13116.70156339  .00000210  00000-0  65665-3 0  2340
+2 13133 065.8247 207.2432 1672767 357.0074 133.8046 10.87058056422459
+1 13148U 82037A   13116.82275744  .00000079  00000-0  39548-4 0  6332
+2 13148 074.0394 217.8851 0008287 112.3064 034.6829 14.31489166618055
+1 13149U 82037B   13116.61521255  .00000028  00000-0  19155-4 0  3918
+2 13149 074.0411 144.6357 0013541 353.8500 152.8377 14.34678797620686
+1 13153U 82039A   13117.48996770  .00003842  00000-0  18955-3 0  2427
+2 13153 081.0998 251.6956 0006233 185.5972 240.7633 15.17675716688772
+1 13154U 82039B   13117.15349816  .00000953  00000-0  84307-4 0  9416
+2 13154 081.1834 133.7424 0043831 161.7427 198.5377 14.94676756677535
+1 13160U 82040A   13115.87398652  .00000011  00000-0  16444-3 0  1934
+2 13160 074.0142 048.3732 0050286 216.9508 177.8053 12.55990627420238
+1 13161U 82040B   13116.16992247 -.00000011  00000-0  33311-4 0  1763
+2 13161 074.0097 106.5184 0042552 293.9752 144.6530 12.53921921417887
+1 13162U 82040C   13116.68459216 -.00000041  00000-0 -15660-3 0  1765
+2 13162 074.0100 161.0715 0031129 357.7499 150.5219 12.51970591417070
+1 13163U 82040D   13116.43586697 -.00000009  00000-0  44405-4 0  3825
+2 13163 074.0122 213.0414 0022365 069.1639 063.1822 12.50129222138111
+1 13164U 82040E   13117.83435172  .00000019  00000-0  23405-3 0  3660
+2 13164 074.0116 267.1782 0014018 153.2134 017.0499 12.48142183411596
+1 13165U 82040F   13117.13906076 -.00000024  00000-0 -54105-4 0  4560
+2 13165 074.0116 325.1211 0018382 259.2775 249.3690 12.46093452409193
+1 13166U 82040G   13117.80332830 -.00000032  00000-0 -11318-3 0  3393
+2 13166 074.0144 019.9727 0019431 356.3511 037.8303 12.44096573407024
+1 13167U 82040H   13117.45586440  .00000023  00000-0  27964-3 0  3643
+2 13167 074.0115 083.6920 0031486 075.5345 071.6768 12.41826256404478
+1 13168U 82040J   13115.86907078  .00000056  00000-0  64779-3 0  3417
+2 13168 074.0504 277.1254 0136250 275.5868 242.8716 12.22865172382804
+1 13169U 82029D   13117.20615376 -.00000529  00000-0  00000+0 0  5840
+2 13169 069.5371 213.4545 5171569 095.3821 339.2039 02.04143652231045
+1 13175U 82043A   13117.54448008 -.00000065  00000-0  19954-4 0  9118
+2 13175 065.0674 118.0578 0072453 275.2583 231.5943 13.89527333573422
+1 13177U 82044A   13115.19153465 -.00000050  00000-0  10000-3 0  3918
+2 13177 015.6843 350.2431 0007355 029.2805 330.7334 01.00276130 85479
+1 13205U 82045A   13117.58526610  .00000606  00000-0  00000+0 0  9807
+2 13205 070.8288 271.1324 5313670 112.1952 330.5985 02.00627380226643
+1 13241U 82051A   13116.73949948  .00000070  00000-0  36288-4 0  1408
+2 13241 074.0454 354.0746 0013365 192.2067 201.9128 14.31283831612939
+1 13242U 82051B   13117.52917994  .00000129  00000-0  53832-4 0  1187
+2 13242 074.0449 245.0720 0024220 097.3803 333.2421 14.35318690616687
+1 13243U 82052A   13117.20410405 -.00000100  00000-0 -85568-5 0  7111
+2 13243 064.9016 162.2442 0043521 319.5027 077.3140 13.85886992981441
+1 13259U 82055A   13117.21497519  .00000021  00000-0  95780-4 0  5960
+2 13259 065.8324 187.8008 0017237 012.3480 358.9953 13.82091485550373
+1 13260U 82055B   13115.85532932 -.00000022  00000-0  61344-4 0  1236
+2 13260 065.8343 050.4427 0026570 115.3213 282.0143 13.74142096551504
+1 13261U 82055C   13117.57149770 -.00000037  00000-0  46747-4 0  2060
+2 13261 065.8335 127.5457 0015915 226.0300 280.5202 13.72470545547755
+1 13269U 82058A   13115.74969758 -.00000006  00000-0  10000-3 0  7371
+2 13269 014.5925 021.5738 0013982 127.7886 232.2934 00.99212809 71910
+1 13271U 82059A   13116.55142934  .00003313  00000-0  19574-3 0  1916
+2 13271 082.4688 274.6977 0010551 140.1573 333.9537 15.11141647680588
+1 13272U 82059B   13116.54627864  .00000353  00000-0  39703-4 0  4311
+2 13272 082.5088 119.6578 0020410 073.0584 287.2866 14.83615322667529
+1 13295U 82064A   13115.50602698 -.00000422  00000-0  00000+0 0   682
+2 13295 067.7475 164.3405 5405581 108.9195 010.9453 02.00669607184250
+1 13298U 82064D   13117.75094166 -.00000704  00000-0  00000+0 0  8679
+2 13298 067.4124 046.8677 5812065 115.4893 335.4829 02.03274463152233
+1 13301U 82066A   13117.51588078  .00000067  00000-0  61068-4 0  8116
+2 13301 082.9297 296.2961 0027864 175.5781 237.1101 13.68546120539573
+1 13302U 82066B   13116.01823002 -.00000011  00000-0 -29453-4 0  9035
+2 13302 082.9299 276.5417 0040481 096.6462 052.1970 13.70169411540985
+1 13353U 82069A   13117.40399310  .00000079  00000-0  64646-4 0  8896
+2 13353 082.9647 058.7216 0039411 169.0580 339.9025 13.76242498547103
+1 13354U 82069B   13117.18172834  .00000065  00000-0  48075-4 0  1179
+2 13354 082.9629 025.7309 0053011 059.3182 088.2502 13.78670620549449
+1 13364U 61015KS  13116.30269779  .00000554  00000-0  67146-3 0  5093
+2 13364 066.2641 090.9547 0097443 049.5637 055.5384 13.71914846752883
+1 13367U 82072A   13117.56464943  .00001295  00000-0  89559-4 0  3332
+2 13367 098.2633 145.2825 0014555 277.2014 246.0203 15.07690013656548
+1 13375U 82073A   13116.23774291 -.00000013  00000-0  21966-4 0  1957
+2 13375 074.0177 012.4064 0052603 269.1229 237.5220 12.57432705412397
+1 13376U 82073B   13116.82809506  .00000018  00000-0  20712-3 0  1840
+2 13376 074.0158 070.7850 0042151 344.1636 047.0124 12.55329202410110
+1 13377U 82073C   13116.14390903 -.00000005  00000-0  67552-4 0  1764
+2 13377 074.0120 128.7685 0030196 047.4168 015.9993 12.53304361407750
+1 13378U 82073D   13116.27945950 -.00000031  00000-0 -97852-4 0  1695
+2 13378 074.0142 182.8217 0020039 115.3254 310.9088 12.51363377405608
+1 13379U 82073E   13115.89065525  .00000022  00000-0  25274-3 0  3759
+2 13379 074.0157 240.4172 0009480 185.5686 321.7115 12.49320193 89280
+1 13380U 82073F   13116.53761484 -.00000006  00000-0  69649-4 0  3602
+2 13380 074.0141 298.4826 0008507 333.2316 061.7219 12.47196635400963
+1 13381U 82073G   13116.79032016 -.00000033  00000-0 -12496-3 0  3454
+2 13381 074.0168 355.4773 0013295 104.2864 286.0245 12.45127087398670
+1 13382U 82073H   13115.96101814  .00000014  00000-0  21242-3 0  3339
+2 13382 074.0167 060.9600 0026854 172.4067 219.4160 12.42801813395962
+1 13386U 82073J   13115.97635266 -.00000093  00000-0 -72716-3 0  5228
+2 13386 074.0050 283.7821 0154578 142.9635 002.4444 12.21039382371505
+1 13402U 82079A   13117.20042803  .00015852  00000-0  31848-3 0  9390
+2 13402 081.1280 232.9030 0004100 322.7103 109.1283 15.46512848685393
+1 13403U 82079B   13116.80065001  .00001648  00000-0  12333-3 0  2794
+2 13403 081.1726 196.3690 0037578 205.4235 154.5139 15.01686272669291
+1 13416U 82052D   13117.64691735 -.00000089  00000-0  14613-5 0  3415
+2 13416 064.9034 319.2804 0037352 279.8304 140.1242 13.89870280570195
+1 13431U 82082A   13115.76734863 -.00000042  00000-0  10000-3 0  2676
+2 13431 014.4634 017.7560 0000572 189.2275 170.7259 01.00096538 45541
+1 13455U 81053FB  13116.22125692  .00005995  00000-0  15582-2 0   279
+2 13455 082.8693 013.3408 0013567 339.6507 147.7594 14.49504043608645
+1 13456U 81053FC  13117.21041832  .00002358  00000-0  23638-2 0  3828
+2 13456 082.8578 024.2509 0167728 159.2321 356.2896 13.71302757551540
+1 13458U 81053FE  13117.17971532  .00000210  00000-0  14259-3 0  7294
+2 13458 083.0976 179.0940 0026913 124.6948 235.6762 13.95464070588596
+1 13460U 81053FG  13116.68501172  .00000505  00000-0  51371-3 0  9982
+2 13460 083.1334 173.9360 0092975 141.2264 005.3429 13.72998477563250
+1 13462U 81053FJ  13116.23370270  .00000559  00000-0  63458-3 0  2631
+2 13462 082.8184 015.0989 0175882 050.4971 093.8681 13.62216172532060
+1 13464U 81053FL  13117.54499157  .00001857  00000-0  10300-2 0  7076
+2 13464 082.9165 298.9414 0036123 082.2910 331.0927 14.10404535575969
+1 13465U 81053FM  13116.99076080  .00007799  00000-0  13747-2 0  2378
+2 13465 082.9989 210.3275 0027125 213.9643 146.0127 14.67184932291087
+1 13466U 81053FN  13116.13708544 -.00000045  00000-0 -78097-4 0  5454
+2 13466 083.0765 334.9476 0154821 315.2346 191.9008 13.55449866530010
+1 13467U 81053FP  13117.56271148  .00001603  00000-0  72494-3 0  8791
+2 13467 082.9537 172.0821 0028053 221.4425 263.7125 14.21328784602707
+1 13468U 81053FQ  13117.54676409  .00000916  00000-0  80890-3 0   336
+2 13468 082.7105 295.5470 0071301 095.4229 324.5698 13.82955988552267
+1 13470U 81053FS  13117.52245301  .00000262  00000-0  42880-3 0  9824
+2 13470 082.8190 314.4610 0243239 101.1694 294.0911 13.32693226503448
+1 13471U 81053FT  13117.62720514  .00000958  00000-0  74829-3 0  9730
+2 13471 082.8137 333.2193 0057836 080.2795 333.6679 13.90438247558805
+1 13472U 81053FU  13117.48565593  .00001782  00000-0  10538-2 0  7357
+2 13472 082.8562 231.3366 0024083 196.1624 293.3927 14.07090615570145
+1 13473U 81053FV  13117.74365448  .00001488  00000-0  90364-3 0  4754
+2 13473 082.8398 213.1734 0050460 225.1580 290.6231 14.05086784570869
+1 13474U 81053FW  13117.82092762  .00002522  00000-0  11316-2 0   564
+2 13474 082.9290 238.6257 0022264 114.2255 031.8885 14.22008371775976
+1 13476U 81053FY  13117.51522289  .00000971  00000-0  74812-3 0  9986
+2 13476 082.8071 311.0054 0053651 016.1459 046.1526 13.91381640560145
+1 13477U 81053FZ  13116.99660273  .00002452  00000-0  14505-2 0  2918
+2 13477 083.0108 124.1150 0073047 319.0950 069.1750 14.06060525565784
+1 13478U 81053GA  13116.21162588  .00000293  00000-0  27505-3 0  5009
+2 13478 082.8714 175.7042 0097101 179.2008 243.7938 13.76305065548094
+1 13479U 81053GB  13117.12924036  .00002549  00000-0  62568-3 0  6235
+2 13479 082.8994 147.0576 0045227 161.7232 198.5605 14.51432026608936
+1 13480U 81053GC  13115.74339103  .00000969  00000-0  79597-3 0   966
+2 13480 082.9698 213.1702 0077570 139.8723 022.9747 13.86947274554922
+1 13481U 81053GD  13117.61080887  .00002139  00000-0  97892-3 0  5444
+2 13481 083.0061 324.2314 0046242 120.9096 292.7676 14.20464972577660
+1 13482U 81053GE  13117.71133878  .00001802  00000-0  61785-3 0  3430
+2 13482 082.9109 212.4566 0066493 021.2472 141.0651 14.34486993579056
+1 13483U 81053GF  13116.93051066  .00001255  00000-0  74118-3 0  3416
+2 13483 082.9316 281.1631 0016952 304.6278 208.8499 14.07049012570139
+1 13484U 81053GG  13117.43494713  .00001289  00000-0  10031-2 0  6584
+2 13484 082.9227 083.5022 0032708 178.9797 327.9871 13.91454203556498
+1 13485U 81053GH  13116.16187565  .00000106  00000-0  87264-4 0  9683
+2 13485 082.9405 145.3003 0069306 113.0811 313.6459 13.78335291552573
+1 13486U 81053GJ  13117.53784286  .00002642  00000-0  10699-2 0  9592
+2 13486 082.8970 121.4805 0022990 146.1952 000.5014 14.27325145579330
+1 13487U 81053GK  13116.44123494  .00002808  00000-0  14677-2 0  5488
+2 13487 082.9750 086.9510 0066210 210.0478 297.2198 14.12974385562287
+1 13488U 81053GL  13116.12637023  .00000526  00000-0  79494-3 0  5060
+2 13488 083.0874 161.5710 0204974 290.7068 123.4732 13.43079604507163
+1 13489U 81053GM  13117.54039554  .00000552  00000-0  88652-3 0  9477
+2 13489 083.1398 310.2612 0239948 220.2924 195.4054 13.36555657500177
+1 13490U 81053GN  13116.08567738  .00000386  00000-0  38363-3 0  9027
+2 13490 082.8368 122.4711 0072053 152.5495 269.6869 13.74622244549212
+1 13491U 81053GP  13117.50868128  .00000170  00000-0  16761-3 0  7884
+2 13491 082.9283 304.0061 0020232 096.0366 326.4827 13.73103902594262
+1 13492U 82087A   13116.91864127 -.00000066  00000-0  57365-4 0  8963
+2 13492 044.6157 272.2210 0010349 037.7353 096.4149 13.70835637534265
+1 13493U 82087B   13117.17941064 -.00000080  00000-0  45997-4 0  1854
+2 13493 044.6215 136.6630 0173665 334.9817 074.8651 13.44398916505731
+1 13497U 78063C   13117.33963206  .00001203  00000-0  30842-3 0  9146
+2 13497 074.0572 090.5783 0011862 082.1826 041.7628 14.51362444631325
+1 13498U 81041C   13117.39548231  .00001235  00000-0  30056-3 0  9298
+2 13498 074.0212 101.4238 0011855 301.1341 221.0113 14.53822381704801
+1 13499U 76069D   13117.51207281  .00000834  00000-0  22751-3 0  1181
+2 13499 074.0602 020.3286 0016610 046.5353 008.7080 14.48820170720735
+1 13500U 78019C   13117.53981699  .00000890  00000-0  19547-3 0  9476
+2 13500 074.0587 304.6340 0011004 221.7762 138.2586 14.59022836923563
+1 13501U 76067BB  13116.13214373  .00000387  00000-0  17183-2 0  6720
+2 13501 066.0381 095.3598 0638050 345.9524 085.7926 12.36722300446961
+1 13502U 61015KT  13117.66153178  .00002863  00000-0  33918-2 0  2015
+2 13502 066.4750 292.3267 0326581 221.7135 213.8868 13.48627291498839
+1 13503U 77121BA  13116.52581212  .00000118  00000-0  28866-3 0  1140
+2 13503 066.4701 119.6201 0077048 046.9857 096.7563 13.50530137508886
+1 13504U 77121BB  13117.74481115 -.00000039  00000-0  35214-4 0  7984
+2 13504 066.1182 357.5272 0210504 250.1062 145.3716 13.76791937765691
+1 13505U 77121BC  13117.83375171  .00000844  00000-0  13939-2 0  4055
+2 13505 065.3604 269.9080 0020468 172.3840 341.1132 13.52378814606547
+1 13507U 76126BK  13116.63240834 -.00000128  00000-0 -37176-3 0  5132
+2 13507 065.7573 186.7138 0872461 126.4836 023.9183 11.91915882388889
+1 13510U 82087C   13116.42232735  .00000558  00000-0  90205-3 0  7215
+2 13510 044.5745 131.7984 0165570 100.8160 038.8323 13.54134835509709
+1 13511U 61015KU  13116.13498558  .00000137  00000-0  24912-3 0    26
+2 13511 065.8444 030.9108 0125559 345.5909 127.6455 13.65705393635553
+1 13512U 61015KV  13117.54675569  .00001739  00000-0  11417-2 0  9889
+2 13512 065.4974 290.9939 0061631 314.6377 109.9473 14.03699032662653
+1 13513U 61015KW  13117.35332295  .00000695  00000-0  69472-3 0  6775
+2 13513 065.6830 081.8739 0109939 303.6241 210.2424 13.81733014655056
+1 13514U 61015KX  13117.54353443  .00000216  00000-0  37977-3 0  5497
+2 13514 066.7167 198.5821 0249642 201.3141 272.1355 13.48443767617301
+1 13515U 76067BC  13114.83604703 -.00000131  00000-0 -25257-3 0  4156
+2 13515 065.8959 056.3888 0669854 243.9227 140.6158 12.40108668484393
+1 13516U 76067BD  13116.05161149 -.00000055  00000-0  30009-5 0  2543
+2 13516 065.6626 359.3792 0729901 017.9511 084.9677 12.32280192933870
+1 13517U 65020FF  13115.49122834  .00000954  00000-0  89370-3 0   803
+2 13517 055.5696 278.7179 0563270 248.9118 141.2488 13.32884990494105
+1 13518U 70025NR  13117.35068897  .00001038  00000-0  11102-2 0  3365
+2 13518 100.0439 262.0607 0001957 293.8495 130.4476 13.76541435588467
+1 13524U 73086GM  13117.38476617  .00000248  00000-0  20253-2 0  6731
+2 13524 102.8398 091.1971 0047125 129.1374 028.2320 12.47280809479280
+1 13525U 73086GN  13117.63358288  .00000006  00000-0  32026-3 0  7389
+2 13525 101.4857 142.6590 0079446 241.4521 241.1203 12.50602561497348
+1 13527U 74089EN  13116.49814611  .00000671  00000-0  45454-2 0  2421
+2 13527 102.8925 107.5630 0354641 157.3470 349.0159 12.36511845476597
+1 13528U 74089EP  13111.31960640  .00000785  00000-0  39195-2 0  7024
+2 13528 103.1202 044.9428 0075458 130.2100 026.2773 12.74840628516963
+1 13529U 76077EB  13117.54088965  .00000008  00000-0  69400-3 0   378
+2 13529 101.8156 136.0872 0380122 247.3731 276.1181 11.65613371383222
+1 13530U 76077EC  13117.63859622  .00000114  00000-0  12378-2 0   139
+2 13530 102.4566 114.8775 0139205 071.1804 042.1275 12.35078617469978
+1 13531U 76077ED  13117.60035058 -.00000034  00000-0  96232-4 0  7307
+2 13531 102.2295 136.8130 0140333 264.1359 217.7604 12.17025055372458
+1 13532U 76077EE  13116.23657134 -.00000084  00000-0 -52832-3 0   183
+2 13532 102.2594 012.6094 0284180 185.7691 321.9147 11.93733767388981
+1 13533U 76077EF  13117.50646818  .00000012  00000-0  71582-3 0  1927
+2 13533 101.8330 321.8769 0361088 281.9804 133.2254 11.73995599472558
+1 13534U 76077EG  13117.10560329 -.00000119  00000-0 -12720-2 0  1115
+2 13534 101.8252 171.4704 0399496 126.6583 261.0618 11.67960252465314
+1 13535U 76077EH  13117.11919834 -.00000055  00000-0 -71878-4 0  4614
+2 13535 102.0947 176.3986 0022848 253.2813 140.3714 12.39007660554716
+1 13536U 76077EJ  13116.11376569 -.00000008  00000-0  33712-3 0  2266
+2 13536 101.7393 288.5021 0421849 122.0738 351.3367 11.75619171494241
+1 13537U 76077EK  13117.49452650 -.00000024  00000-0  16996-3 0  7454
+2 13537 101.9975 132.5507 0074481 272.1134 246.6519 12.26925698545029
+1 13538U 76077EL  13110.16996614 -.00000027  00000-0  16132-3 0  7854
+2 13538 102.4023 191.8046 0107019 020.7644 339.7740 12.21580300459489
+1 13539U 76077EM  13117.62644120 -.00000007  00000-0  46184-3 0  2038
+2 13539 101.8376 142.4052 0410077 292.3668 189.8144 11.64928075394860
+1 13552U 82092A   13117.56526682  .00002885  00000-0  15955-3 0  1050
+2 13552 082.5744 339.4780 0023809 294.1069 096.6514 15.13260455667401
+1 13553U 82092B   13117.32959638  .00000247  00000-0  27258-4 0  5690
+2 13553 082.5710 201.8176 0021298 002.3151 062.1920 14.83163730652853
+1 13554U 82093A   13116.18087646 -.00000045  00000-0  10000-3 0  8377
+2 13554 014.5133 348.4768 0021011 232.3182 127.4471 01.00208029 71874
+1 13561U 78026EY  13116.31013946  .00002002  00000-0  11055-2 0  1954
+2 13561 098.8107 252.1958 0177202 263.2199 152.4845 14.04928662617638
+1 13562U 78026EZ  13115.98849799  .00000658  00000-0  28606-3 0  2586
+2 13562 098.4392 110.4332 0039767 135.5445 258.7634 14.26861680667777
+1 13563U 78026FA  13116.94644494  .00000248  00000-0  13760-3 0  6257
+2 13563 098.5553 118.8902 0046171 087.7868 302.3999 14.18985772601944
+1 13564U 78026FB  13117.39509521  .00000302  00000-0  25799-3 0  8268
+2 13564 098.8449 252.8235 0206780 030.4342 003.0425 13.84630176556097
+1 13565U 78026FC  13117.48553303  .00000039  00000-0  60979-4 0  2425
+2 13565 099.0213 205.5293 0069133 201.5317 290.9464 13.93841047568017
+1 13566U 78026FD  13117.52082208  .00000742  00000-0  31768-3 0  8084
+2 13566 098.4509 107.6587 0038515 100.1442 028.4233 14.27307160599642
+1 13567U 78026FE  13117.80751882  .00001185  00000-0  87545-3 0  9499
+2 13567 098.8474 061.6110 0226563 291.0372 093.4314 13.85830785543269
+1 13569U 78026FG  13116.80461209  .00001464  00000-0  89825-3 0  2925
+2 13569 099.0814 063.1036 0117253 332.9674 055.2912 14.04014508606529
+1 13570U 78026FH  13115.96142425  .00000871  00000-0  32456-3 0  5932
+2 13570 098.3839 110.6385 0052471 096.0845 298.2068 14.33611623660527
+1 13571U 78026FJ  13117.03778457  .00001156  00000-0  38791-3 0  3419
+2 13571 098.2309 151.1012 0024673 156.9903 231.2684 14.38833965659822
+1 13572U 78026FK  13117.61293347  .00002309  00000-0  10152-2 0  1491
+2 13572 099.0572 012.8350 0149919 010.3709 051.0180 14.18695229628697
+1 13573U 78026FL  13116.94654404  .00000032  00000-0  60415-4 0  6116
+2 13573 098.7898 103.4957 0072695 346.8080 037.0191 13.88078235617614
+1 13574U 78026FM  13117.55954972  .00000258  00000-0  16118-3 0  5274
+2 13574 098.5339 132.1011 0041428 142.0730 345.5965 14.12375781628400
+1 13575U 78026FN  13115.93021455 -.00000121  00000-0 -50073-4 0  6514
+2 13575 098.7176 101.7137 0020504 094.1469 293.9509 14.03866230631397
+1 13579U 78026FS  13117.57759597  .00000553  00000-0  28685-3 0  3758
+2 13579 098.4512 132.5703 0018774 302.0490 183.1780 14.18556834632118
+1 13589U 82096A   13117.19080439 -.00000006  00000-0 -11510-3 0  2484
+2 13589 082.6092 170.0620 0005904 003.3119 030.2514 12.42278687388074
+1 13590U 82096B   13116.13270223 -.00000017  00000-0 -19746-3 0  3023
+2 13590 082.6088 165.0290 0006233 009.4836 042.6505 12.42658068387562
+1 13594U 82043D   13116.85119446 -.00000061  00000-0  21885-4 0  5351
+2 13594 065.0692 295.4340 0064755 241.0531 261.2337 13.93094629577528
+1 13595U 82097A   13111.57712829 -.00000179  00000-0  10000-3 0  4477
+2 13595 014.9298 014.3139 0022583 301.3561 058.3999 00.98409346 80811
+1 13600U 82099A   13116.70126822 -.00000081  00000-0  80130-5 0  3966
+2 13600 064.8148 323.5001 0060295 346.9211 046.8943 13.86123297534643
+1 13603U 82100A   13117.27757097  .00000012  00000-0  00000+0 0  4617
+2 13603 064.0844 234.0415 0005667 008.0559 023.8578 02.13867035238563
+1 13606U 82100D   13115.99321189  .00000005  00000-0  00000+0 0  1671
+2 13606 064.1045 237.0774 0058189 019.8714 140.3640 02.13104457237680
+1 13607U 82100E   13116.48190564  .00000009  00000-0  00000+0 0  4338
+2 13607 064.0658 234.0386 0003006 012.4991 018.4133 02.13810320238484
+1 13608U 82100F   13116.99205222  .00015594  00000-0  84989-3 0  3733
+2 13608 052.0838 280.6045 4255397 347.8904 004.4612 06.98849385611141
+1 13609U 82100G   13117.84868948  .00008443  00000-0  10864-2 0  3363
+2 13609 052.0761 015.9860 5124437 332.8132 023.3995 05.43435998541785
+1 13610U 82100H   13116.69500935  .00000011  00000-0  00000+0 0  8092
+2 13610 064.0633 233.2816 0007019 195.6046 312.0612 02.14005631239155
+1 13617U 82102A   13117.20879646  .00000050  00000-0  35597-4 0    41
+2 13617 082.9706 203.5028 0035710 148.1985 244.5363 13.75220104531566
+1 13618U 82102B   13116.20874282  .00000083  00000-0  68832-4 0  2374
+2 13618 082.9679 179.7301 0032785 050.2092 002.5584 13.76591822533103
+1 13619U 81053GQ  13117.65455406  .00000525  00000-0  36727-3 0  4350
+2 13619 083.0417 174.6607 0034531 346.7791 159.2819 13.96464298551300
+1 13624U 82103A   13116.46085170 -.00000245  00000-0  10000-3 0   530
+2 13624 014.5178 350.1434 0005158 091.2335 268.7931 01.00271712 72822
+1 13630U 82103E   13117.06646968 -.00000032  00000-0  00000+0 0  3028
+2 13630 014.4814 350.1149 0016405 065.8219 245.8193 01.00404599 73393
+1 13631U 82105A   13116.74443393 -.00000112  00000-0  10000-3 0  1305
+2 13631 014.4398 017.2527 0006017 009.3838 350.5671 01.00273096 78251
+1 13636U 82106A   13116.03588359 -.00000150  00000-0  10000-3 0  9574
+2 13636 016.1098 007.5149 0007632 068.9904 291.0558 00.95090964 58584
+1 13643U 82106D   13115.73110155  .00000045  00000-0  10000-3 0  2950
+2 13643 015.4470 357.6348 0042944 302.0502 057.5027 00.99379274 72062
+1 13648U 82109A   13117.75012738  .00000060  00000-0  31224-4 0  2791
+2 13648 073.9957 343.8203 0019393 127.5311 263.4465 14.33401212592076
+1 13649U 82109B   13117.84982894  .00000124  00000-0  51341-4 0   219
+2 13649 074.0000 276.4764 0018046 065.9382 081.7458 14.36474894594555
+1 13651U 82110B   13115.74623399 -.00000073  00000-0  10000-3 0  4958
+2 13651 014.4812 019.1429 0010874 002.2920 357.6675 00.99921757 83974
+1 13652U 82110C   13115.97246902 -.00000080  00000-0  10000-3 0  8890
+2 13652 014.4963 018.9285 0005088 028.0103 331.9698 00.99916069120500
+1 13653U 82099E   13116.20413506 -.00000109  00000-0 -14175-4 0  4921
+2 13653 064.8262 136.4027 0054118 294.5185 132.1973 13.90054353552500
+1 13658U 82110D   13117.63112839  .00000301  00000-0  49879-3 0  2774
+2 13658 023.3837 127.6547 7108196 210.5628 302.1815 02.42707149184176
+1 13666U 82110E   13116.46400552  .00000945  00000-0  10307-2 0   242
+2 13666 023.0828 106.7710 7117738 258.1018 339.2986 02.43206821218737
+1 13669U 82113A   13115.65836765 -.00000064  00000-0  10000-3 0   667
+2 13669 015.4803 355.8463 0041835 156.6242 203.5352 00.97707311 74634
+1 13718U 82116A   13117.77012478  .00000125  00000-0  57097-4 0  9335
+2 13718 081.2513 017.3932 0053476 347.4615 045.7963 14.15234464567749
+1 13719U 82116B   13117.82371350  .00000076  00000-0  32313-4 0  1363
+2 13719 081.2573 040.7153 0071379 344.3750 048.8785 14.14384562566692
+1 13720U 82116C   13117.14783347  .00000092  00000-0  40416-4 0  6156
+2 13720 081.2510 017.1436 0055396 345.6988 162.6633 14.15259150567698
+1 13736U 82118A   13116.58115711  .00000075  00000-0  46938-4 0  6231
+2 13736 098.5886 306.9293 0007807 022.9415 009.1658 14.28714891579581
+1 13753U 76023K   13114.71247591 -.00000099  00000-0  10000-3 0  1583
+2 13753 013.6480 337.7574 0001655 081.2845 278.6868 01.01344861 73850
+1 13757U 83001A   13117.83697903  .00000041  00000-0  26413-4 0  1136
+2 13757 082.9151 022.8794 0034091 343.6041 046.4588 13.76710118521694
+1 13758U 83001B   13116.21109877  .00000047  00000-0  31680-4 0  8568
+2 13758 082.9131 000.9252 0026056 264.3259 208.5930 13.78544527523191
+1 13761U 83002A   13117.80011124 -.00000020  00000-0 -29889-4 0  3292
+2 13761 074.0268 047.3497 0032514 053.4566 340.7332 12.43373878374210
+1 13762U 83002B   13116.12614127 -.00000030  00000-0 -10155-3 0  3509
+2 13762 074.0255 347.3186 0020189 353.0032 151.8569 12.45659179376518
+1 13763U 83002C   13117.86824075  .00000017  00000-0  22220-3 0  3663
+2 13763 074.0233 289.8565 0011917 256.8983 253.0666 12.47681078378970
+1 13764U 83002D   13115.88605266  .00000016  00000-0  21187-3 0  3720
+2 13764 074.0250 234.2871 0002388 094.1121 053.9803 12.49817496381086
+1 13765U 83002E   13117.69097131 -.00000041  00000-0 -16354-3 0  1838
+2 13765 074.0230 175.2155 0013837 359.3505 146.9624 12.51878957383580
+1 13766U 83002F   13116.53402215 -.00000020  00000-0 -22255-4 0  3651
+2 13766 074.0216 125.4128 0024144 297.1289 208.4565 12.53749448385509
+1 13767U 83002G   13116.86655900  .00000014  00000-0  18265-3 0  1899
+2 13767 074.0248 072.6518 0034753 241.5782 151.9880 12.55638985387632
+1 13768U 83002H   13117.16882694 -.00000017  00000-0 -61862-5 0  1849
+2 13768 074.0269 016.1437 0043694 166.0837 350.8052 12.57665393389903
+1 13769U 83002J   13116.16213088  .00000132  00000-0  13505-2 0  3299
+2 13769 074.0054 261.3068 0135672 043.3120 010.2549 12.21316006349673
+1 13770U 83003A   13117.53201610  .00004333  00000-0  17695-3 0  2664
+2 13770 081.1680 167.3285 0015445 094.0136 022.3424 15.24066559654148
+1 13771U 83003B   13116.61872947  .00001271  00000-0  89239-4 0  7410
+2 13771 081.1561 300.9259 0031134 320.0596 039.8335 15.04115538645894
+1 13776U 71015CN  13117.61209169  .00001146  00000-0  67230-3 0  2980
+2 13776 065.8616 231.2352 0530747 255.6801 199.3466 13.57988012487875
+1 13777U 83004A   13117.58560743 -.00000234  00000-0 -12864-3 0  2045
+2 13777 099.0090 315.0931 0016372 272.7995 155.3154 14.00218097214964
+1 13778U 83004B   13117.42944072  .00000024  00000-0  45258-4 0  2566
+2 13778 100.0707 265.1835 0020454 317.4877 108.3277 14.08673917554160
+1 13782U 83006A   13115.89791470 -.00000082  00000-0  10000-3 0  5096
+2 13782 014.9341 004.9009 0005745 177.2434 182.7207 00.99409186 80175
+1 13783U 83004C   13117.52481277 -.00000097  00000-0 -33804-4 0    21
+2 13783 098.9515 312.2236 0016567 001.7987 051.3175 14.03227647546842
+1 13796U 81053GT  13117.40784815  .00001398  00000-0  14122-2 0  2652
+2 13796 083.0226 075.6107 0108864 287.6644 219.7151 13.74070135522106
+1 13797U 81053GU  13116.69237381  .00000377  00000-0  33132-3 0  7399
+2 13797 082.8404 010.5662 0053907 133.8724 255.5635 13.82216791539959
+1 13798U 81053GV  13116.82527778  .00000198  00000-0  19156-3 0  9266
+2 13798 083.0140 036.7713 0085306 252.3978 140.4242 13.73602389582229
+1 13799U 81053GW  13116.29096238  .00000759  00000-0  79462-3 0  9124
+2 13799 083.1383 211.5339 0092591 258.0365 155.7350 13.72129527524596
+1 13800U 81053GX  13116.87311183  .00001912  00000-0  24387-2 0  2311
+2 13800 083.2349 259.1248 0178188 214.3073 293.9737 13.56307898501250
+1 13801U 81053GY  13116.97914006  .00001016  00000-0  65697-3 0   892
+2 13801 082.8084 218.2282 0040519 035.9410 016.5506 14.01540311544434
+1 13802U 81053GZ  13116.43915483  .00000525  00000-0  53657-3 0  2792
+2 13802 082.8026 115.8172 0062267 282.6382 231.4525 13.74088331565366
+1 13803U 81053HA  13116.98879953  .00001294  00000-0  92143-3 0  6593
+2 13803 082.8259 302.5285 0057922 186.3005 320.5620 13.95958940540789
+1 13804U 81053HB  13117.59785939  .00001963  00000-0  12095-2 0  2701
+2 13804 082.9573 066.9401 0050251 293.6931 129.4104 14.04433036542677
+1 13806U 81053HD  13116.18852031  .00006019  00000-0  11348-2 0  7257
+2 13806 082.9077 165.5430 0025255 199.4154 219.2757 14.64193421580785
+1 13807U 81053HE  13116.79940299  .00001400  00000-0  74857-3 0  6498
+2 13807 082.9547 243.4207 0012808 095.7830 057.5408 14.12503325299442
+1 13808U 81053HF  13116.06522471  .00000931  00000-0  81712-3 0  4626
+2 13808 083.0367 323.9656 0067474 153.1794 326.0889 13.83425209524915
+1 13809U 81053HG  13116.32006847  .00002168  00000-0  68706-3 0  2888
+2 13809 082.8307 151.7038 0035324 286.3428 203.1293 14.39389086577905
+1 13810U 81053HH  13117.26064749  .00000901  00000-0  11071-2 0  9678
+2 13810 083.0154 220.9710 0132949 209.4888 176.4164 13.60811912502349
+1 13811U 81053HJ  13117.19251490  .00001151  00000-0  76450-3 0    12
+2 13811 082.9451 014.3135 0025196 176.5357 338.5523 14.00384491540270
+1 13812U 81053HK  13116.78420410  .00002493  00000-0  14723-2 0  2158
+2 13812 083.2629 051.7146 0052526 032.4681 356.3815 14.06746352546414
+1 13813U 81053HL  13117.73783100  .00001400  00000-0  93104-3 0  2094
+2 13813 082.9441 017.5662 0051689 169.5019 224.6967 13.99987907539952
+1 13814U 81053HM  13117.78896701  .00002553  00000-0  11992-2 0  1703
+2 13814 082.9376 226.5494 0013810 079.3493 088.2116 14.19692449551796
+1 13815U 81053HN  13117.55933845  .00001090  00000-0  11479-2 0   456
+2 13815 083.0314 147.9441 0119109 175.1357 307.4671 13.70844501510163
+1 13816U 81053HP  13116.26377881  .00000481  00000-0  43388-3 0  8272
+2 13816 082.9912 041.6978 0167725 051.1158 067.3458 13.75738894513272
+1 13817U 81053HQ  13117.23311859  .00000828  00000-0  58420-3 0  8834
+2 13817 082.9495 029.1121 0027958 319.8716 195.3515 13.96733791584433
+1 13818U 83010A   13116.94610883  .00013488  00000-0  29738-3 0  5558
+2 13818 081.0722 254.1537 0001076 087.5674 061.1581 15.43785766655157
+1 13819U 83010B   13117.81344372  .00002317  00000-0  14606-3 0  5594
+2 13819 081.1060 116.9808 0035372 295.4889 064.2678 15.08257291645297
+1 13825U 78026FU  13116.91528779  .00002126  00000-0  97557-3 0  5131
+2 13825 099.0616 106.1898 0150029 345.2473 043.1605 14.16610102554746
+1 13826U 78026FV  13117.63673969  .00001358  00000-0  33765-3 0  9247
+2 13826 098.1096 151.3379 0047501 014.7536 345.5034 14.52629541601579
+1 13827U 78026FW  13116.57038865  .00000955  00000-0  26866-3 0  6142
+2 13827 098.1727 140.7515 0080084 127.8273 018.2110 14.46169897584218
+1 13875U 83015A   13116.91317411  .00001160  00000-0  67249-1 0  5263
+2 13875 064.0846 035.8804 6996805 273.5444 034.0645 02.00733015156795
+1 13878U 83016A   13115.23187058 -.00000097  00000-0  10000-3 0  8248
+2 13878 016.9778 355.1304 0027774 270.2548 089.4060 00.95029873 73597
+1 13882U 83015E   13116.35806051  .00000525  00000-0  20497-1 0  5596
+2 13882 063.9888 088.6804 6842952 274.8330 190.9065 01.96756659216488
+1 13890U 83019A   13116.04962124  .00001345  00000-0  00000+0 0   636
+2 13890 063.8864 080.1464 6962248 269.7597 036.5305 01.99864958219860
+1 13897U 83019D   13115.44334564 -.00000027  00000-0  00000+0 0  5123
+2 13897 063.9886 112.8335 6856134 268.4875 168.8484 01.96608378216181
+1 13899U 82020F   13117.06255454 -.00000144  00000-0  10000-3 0  3174
+2 13899 015.7159 349.8284 0031308 076.1668 284.1499 00.98635803 73680
+1 13900U 79015D   13114.71762670 -.00000076  00000-0  10000-3 0   462
+2 13900 013.4172 335.6801 0009996 157.5302 202.4647 01.01342562 78391
+1 13901U 83020A   13120.76842121 -.00002643  00000-0  00000+0 0  1442
+2 13901 041.5032 327.7740 8857329 075.7743 357.7089 00.24254655 39763
+1 13904U 81088G   13116.89961718  .00000004  00000-0  00000+0 0  4508
+2 13904 063.3718 261.2622 4511462 215.6402 330.6235 05.48247685403009
+1 13906U 65108U   13112.33846436  .00000246  00000-0  16483-2 0  8775
+2 13906 026.1286 214.4953 6759428 287.6510 024.1642 02.76843008210026
+1 13907U 77108D   13115.86251446 -.00000194  00000-0  00000+0 0  4089
+2 13907 015.4640 337.4767 0089286 015.1522 345.0806 00.97804717 65682
+1 13908U 81088H   13116.44416456 -.00000006  00000-0  00000+0 0  1833
+2 13908 063.4144 083.6302 4455557 217.2151 330.6404 05.43585170383025
+1 13909U 81088J   13096.45459972 -.00000109  00000-0 -18754-3 0  1690
+2 13909 063.0445 297.9293 4762178 276.5968 231.3933 05.69676439390444
+1 13910U 81088K   13111.24664068 -.00000038  00000-0  00000+0 0  4538
+2 13910 063.2466 034.6763 4592933 229.5119 322.2621 05.42992201405580
+1 13911U 81088L   13117.56411289  .00000013  00000-0  00000+0 0  3974
+2 13911 063.6970 137.8943 4270623 209.7353 332.3652 05.91719225445240
+1 13912U 65108V   13117.58251489  .00009105  00000-0  18619-2 0  5539
+2 13912 026.7245 296.6911 5792477 118.4601 311.0274 04.35218292342755
+1 13916U 83021A   13117.51789456  .00000057  00000-0  43577-4 0  1019
+2 13916 082.9441 313.4577 0036527 260.0204 155.7713 13.74927443509835
+1 13917U 83021B   13117.49855299  .00000166  00000-0  15337-3 0  2605
+2 13917 082.9418 289.7992 0029502 158.0193 254.9854 13.76667169511585
+1 13923U 83022A   13117.54869944  .00000112  00000-0  62054-4 0  5042
+2 13923 098.4582 130.7983 0014158 288.3976 217.8905 14.27988501566104
+1 13942U 61015KZ  13116.32435368  .00000480  00000-0  11862-2 0  7820
+2 13942 065.8648 074.6200 0399019 231.9629 275.6755 13.03325915442469
+1 13943U 76126BM  13117.54330257  .00001070  00000-0  65167-3 0  1127
+2 13943 065.5817 207.4072 0071224 044.7183 052.4796 14.09120640462742
+1 13946U 76067BE  13117.07393861  .00000537  00000-0  18355-2 0  6861
+2 13946 066.0622 339.8022 0658214 206.4248 313.5009 12.47842776373255
+1 13947U 76067BF  13116.12693108 -.00000071  00000-0 -75607-4 0  2578
+2 13947 065.7159 148.5359 0674351 346.7638 044.5193 12.24000044261739
+1 13948U 77121BD  13116.09285990  .00000851  00000-0  93854-3 0  3919
+2 13948 065.7652 201.1632 0062265 158.3598 273.0956 13.76464238641088
+1 13949U 83023A   13117.30631566  .00000042  00000-0  27707-4 0  1721
+2 13949 082.9597 027.3213 0029232 213.7081 296.4160 13.75748657510148
+1 13950U 83023B   13117.56553141  .00000038  00000-0  22492-4 0  9216
+2 13950 082.9566 012.0621 0037585 175.7852 230.1936 13.76688747511010
+1 13954U 82113F   13116.11142502 -.00000090  00000-0  10000-3 0  3522
+2 13954 015.6039 355.5711 0022827 146.6780 213.4335 00.97570876 73064
+1 13957U 65108W   13114.54453709  .00000424  00000-0  23167-2 0  7171
+2 13957 026.2617 195.0423 6759723 290.0732 039.6299 02.78040906253102
+1 13958U 65108X   13114.33017205 -.00000092  00000-0 -25758-3 0  5604
+2 13958 027.1198 034.8411 6809794 250.6250 028.3960 02.69654404 89173
+1 13961U 81071F   13117.73023207  .00000359  00000-0  00000+0 0  6728
+2 13961 069.4686 326.0577 5957093 122.4244 331.9342 01.98123472227203
+1 13969U 83026B   13115.57604935 -.00000156  00000-0  10000-3 0  5619
+2 13969 013.9152 359.5170 0021558 125.5637 234.5960 00.98744307 82967
+1 13970U 83026C   13116.45096258 -.00000109  00000-0  10000-3 0  6846
+2 13970 002.5921 329.8991 1907337 132.9741 244.0699 01.32157158145118
+1 13971U 83026D   13117.30088620  .00011505  00000-0  13289-2 0  7401
+2 13971 025.8407 100.3987 6335231 282.5787 248.4239 03.57521552321046
+1 13974U 83028A   13115.83765657 -.00000199  00000-0  00000+0 0  1949
+2 13974 014.8051 353.8752 0004360 078.8176 167.0895 01.00262926121242
+1 13983U 83028F   13115.73177220  .00000021  00000-0  10000-3 0  1387
+2 13983 014.8397 353.9401 0028997 085.9472 274.3501 01.00035477109833
+1 13984U 83030A   13116.54830930 -.00000266  00000-0  10000-3 0  3648
+2 13984 014.3383 023.5533 0012982 013.6411 346.3455 00.99862583 82558
+1 13991U 83031A   13117.51890642  .00000099  00000-0  45791-4 0  7802
+2 13991 074.0494 324.3665 0016030 031.4824 359.0026 14.32628549569441
+1 13992U 83031B   13117.54029789  .00000116  00000-0  49217-4 0  1207
+2 13992 074.0537 258.6953 0005916 260.1705 168.1316 14.35538254571843
+1 13999U 80057G   13116.74674834 -.00000392  00000-0  00000+0 0  7505
+2 13999 067.5103 032.9938 5909325 092.1495 346.0470 02.01344773233410
+1 14000U 77068G   13117.11477178  .00000278  00000-0  00000+0 0  6030
+2 14000 069.7140 315.1622 5543078 100.3777 012.4138 02.00364878238540
+1 14005U 79062D   13116.50319936 -.00000138  00000-0  10000-3 0  1137
+2 14005 015.5798 343.6768 0007313 105.5325 254.5059 00.97669234 74983
+1 14032U 83037A   13117.57294284  .00001792  00000-0  11489-3 0  2500
+2 14032 082.4936 131.8713 0014807 118.8634 027.9799 15.07835469632764
+1 14033U 83037B   13117.65704221  .00000270  00000-0  30439-4 0  4382
+2 14033 082.5068 325.1139 0019074 058.8668 003.7812 14.82757525255546
+1 14047U 65027J   13117.09871718  .00000193  00000-0  65765-3 0  6790
+2 14047 090.2680 240.7248 0033626 115.2036 301.9333 12.95189995212812
+1 14048U 65027K   13105.87752490  .00000383  00000-0  12951-2 0  7306
+2 14048 090.2895 251.7464 0014758 014.8891 141.1019 12.97456663429772
+1 14049U 65027L   13117.31556119  .00000400  00000-0  14218-2 0  4843
+2 14049 090.2802 245.4720 0036086 159.1643 226.6548 12.93837346437640
+1 14050U 83041A   13116.43662641  .00000044  00000-0  00000+0 0  6826
+2 14050 014.6319 006.0362 0006838 078.2013 155.1507 01.00251686167938
+1 14051U 83041B   13116.90979071  .00002505  00000-0  23105-3 0  2394
+2 14051 025.3437 278.9283 1148044 263.1466 271.8650 12.96865669380925
+1 14057U 83042A   13117.52864277  .00000062  00000-0  48304-4 0  1979
+2 14057 082.9706 128.9383 0047997 292.2329 223.7155 13.76392665505799
+1 14059U 83042B   13117.06872999  .00000044  00000-0  27865-4 0  1249
+2 14059 082.9699 104.0995 0042593 191.1368 198.9739 13.78377147507437
+1 14064U 83044A   13117.56574069  .00002140  00000-0  22453-3 0  1605
+2 14064 065.0052 258.8416 0137367 280.4768 149.6113 14.85583980498064
+1 14069U 83041C   13116.82818160 -.00000209  00000-0  10000-3 0  2676
+2 14069 021.6560 001.4035 1654892 006.8301 355.2835 00.84341123 58615
+1 14077U 83047A   13116.43928813 -.00000161  00000-0  10000-3 0  9264
+2 14077 014.6908 017.4846 0023296 187.2104 172.6978 00.99165737 76497
+1 14084U 83048A   13117.65572692  .00000023  00000-0  84326-5 0  6872
+2 14084 082.9447 155.3832 0031569 085.6912 061.7527 13.74321453500977
+1 14085U 83048B   13117.61816666 -.00000040  00000-0 -56930-4 0  9289
+2 14085 082.9414 131.7356 0033354 012.9393 136.5433 13.76154237502752
+1 14086U 83016F   13116.21129521 -.00000122  00000-0  10000-3 0  8980
+2 14086 014.2006 347.2105 0014057 171.0813 188.9020 01.01103119 74459
+1 14096U 83051B   13117.84378027 -.00000103  00000-0 -14004-3 0  5162
+2 14096 072.2953 091.5140 1095168 162.8654 282.0343 12.09594837321109
+1 14114U 82044F   13116.26594001  .00000107  00000-0  10000-3 0  7550
+2 14114 015.6335 349.9221 0019993 063.2815 296.8927 01.00368643 73343
+1 14115U 82093F   13114.30272013  .00000061  00000-0  10000-3 0  3009
+2 14115 014.0636 347.0260 0007725 132.4993 227.5279 01.01253017 75239
+1 14117U 82009F   13115.10999801 -.00000348  00000-0  10000-3 0  9036
+2 14117 014.3143 345.6688 0041214 065.0114 295.3786 01.00987573 75069
+1 14122U 70089CW  13116.03511557  .00004614  00000-0  86867-3 0  5385
+2 14122 062.8872 076.9485 0536371 135.7356 303.0270 14.01337491555495
+1 14128U 83058A   13116.15067062 -.00000116  00000-0  10000-3 0  8935
+2 14128 014.8762 013.1834 0014871 061.3911 298.7156 00.98868738 70785
+1 14129U 83058B   13116.81489686  .00000094  00000-0  00000+0 0   626
+2 14129 026.6103 282.0541 6025202 253.0767 042.5367 02.05865564196673
+1 14131U 81088M   13116.73907498  .00002878  00000-0  10813-1 0  5753
+2 14131 062.9809 198.2364 3933179 187.0287 341.6484 06.90962436557425
+1 14133U 83059B   13117.01152197 -.00000276  00000-0  10000-3 0  6960
+2 14133 014.6086 020.2201 0039756 356.5413 003.3850 00.99126522 78441
+1 14134U 83059C   13116.31695414 -.00000051  00000-0  00000+0 0  2701
+2 14134 014.5186 014.1890 0006424 027.0511 098.5430 01.00215384 72748
+1 14135U 83059D   13116.51668271  .00000996  00000-0  93106-3 0  7610
+2 14135 023.0654 134.7991 6999962 222.5106 344.4089 02.58390593194637
+1 14136U 83059E   13116.69701448  .00000814  00000-0  59918-3 0  2970
+2 14136 025.8443 345.8464 7044232 335.1787 017.9708 02.54044962221725
+1 14147U 83061A   13117.86175367  .00002066  00000-0  14625-3 0  6960
+2 14147 082.5082 075.1789 0016405 067.8064 292.4901 15.04227941377018
+1 14148U 83061B   13117.42619213  .00000326  00000-0  37732-4 0  3189
+2 14148 082.5200 244.6865 0020541 271.5505 148.6752 14.82302375610802
+1 14154U 83063A   13117.05111623  .00000293  00000-0  95896-4 0  2759
+2 14154 082.0238 287.8311 0041206 032.0616 117.1491 14.35348504558785
+1 14155U 83063B   13116.84259444  .00000477  00000-0  14963-3 0  4997
+2 14155 082.0245 258.5544 0037827 294.9660 227.1698 14.38672599560724
+1 14158U 83065A   13115.84437754  .00000059  00000-0  10000-3 0  4942
+2 14158 014.0509 027.1925 0003789 023.1236 336.8377 01.00112181 82686
+1 14160U 83066A   13116.99486694 -.00000233  00000-0  10000-3 0  9883
+2 14160 015.3410 357.4081 0007947 211.5787 148.3422 00.98349255107595
+1 14171U 83069A   13116.77257448 -.00000035  00000-0 -11084-3 0   961
+2 14171 074.0272 353.4057 0043679 022.3416 009.0588 12.58689986369877
+1 14172U 83069B   13117.19702593 -.00000002  00000-0  82642-4 0  1777
+2 14172 074.0278 050.0526 0032583 096.9581 053.4416 12.56600959367644
+1 14173U 83069C   13115.48039596 -.00000015  00000-0  42704-5 0  1785
+2 14173 074.0237 109.4191 0021560 160.5061 344.7013 12.54508127365156
+1 14174U 83069D   13117.63728196 -.00000034  00000-0 -11661-3 0  1739
+2 14174 074.0239 161.5557 0011379 220.8504 284.9372 12.52473625363213
+1 14175U 83069E   13116.15952235  .00000008  00000-0  15350-3 0  3885
+2 14175 074.0267 220.0398 0002258 200.6687 239.3762 12.50387880360762
+1 14176U 83069F   13115.96399358  .00000008  00000-0  16296-3 0  3672
+2 14176 074.0251 279.2001 0011924 158.5238 347.0027 12.48194782358353
+1 14177U 83069G   13116.68646922 -.00000035  00000-0 -13350-3 0  3563
+2 14177 074.0265 336.0327 0023830 240.5923 153.5053 12.46038555356107
+1 14178U 83069H   13117.20359490 -.00000006  00000-0  68729-4 0  3382
+2 14178 074.0287 039.7684 0036465 300.8881 230.5485 12.43637260353552
+1 14179U 83069J   13112.17176810 -.00000015  00000-0 -10079-4 0  2900
+2 14179 074.0184 146.7968 0130036 129.3255 287.9962 12.26002088333707
+1 14182U 83070A   13117.61980762  .00000522  00000-0  00000+0 0  6238
+2 14182 067.8608 224.1822 6336637 041.3201 041.1874 02.03569364142458
+1 14189U 83072A   13116.38739218  .00000034  00000-0  00000+0 0  5831
+2 14189 062.1838 207.8866 0129800 031.1988 031.4138 01.91718794134780
+1 14190U 83072B   13114.68603414  .00000004  00000-0  00000+0 0    25
+2 14190 063.7897 312.2910 5686476 003.4455 007.1308 03.86831182420968
+1 14191U 83070D   13115.47149084  .00000686  00000-0  00000+0 0  5436
+2 14191 067.8195 244.0960 6225736 049.5039 357.0967 02.03392237141958
+1 14192U 83070E   13116.28441076 -.00000642  00000-0  00000+0 0  5795
+2 14192 067.4855 225.5632 6411977 041.1575 358.7435 02.03150415142123
+1 14193U 80060F   13115.34005501  .00000058  00000-0  10000-3 0  7503
+2 14193 013.7245 339.5267 0019466 138.4456 221.6571 01.01603495 71465
+1 14194U 81027F   13116.06509350 -.00000110  00000-0  10000-3 0  3145
+2 14194 015.9137 346.9769 0021240 084.9496 275.2618 00.97662508 73329
+1 14195U 81102F   13116.37414638 -.00000072  00000-0  10000-3 0   366
+2 14195 014.5207 345.4580 0014750 086.8098 273.3196 01.00223742 74908
+1 14208U 83075B   13117.66210606  .00001082  00000-0  79255-4 0  7292
+2 14208 097.4786 163.3625 0042455 282.1307 077.5165 15.04955717619671
+1 14209U 83075C   13116.85467102  .00001797  00000-0  10958-3 0  6384
+2 14209 097.5477 189.1786 0030525 354.3501 070.2365 15.11265161624850
+1 14222U 83063C   13116.56577910  .00001121  00000-0  23708-3 0  1724
+2 14222 082.3715 123.5961 0021639 031.8136 115.4922 14.58424184575652
+1 14223U 83063D   13116.48158296  .00000513  00000-0  16989-3 0  4111
+2 14223 081.6579 232.5597 0058127 105.8036 012.2912 14.35451695555992
+1 14228U 81053HR  13117.81085234  .00001166  00000-0  11874-2 0  5520
+2 14228 082.9704 037.8067 0104551 086.6318 308.0512 13.73562896508437
+1 14229U 83075D   13116.57539398  .00000553  00000-0  55950-4 0  8228
+2 14229 097.5101 157.2298 0028722 308.1156 200.0290 14.94510558612567
+1 14234U 83077A   13115.65628292 -.00000233  00000-0  10000-3 0  5214
+2 14234 014.2258 026.9737 0030130 037.0492 323.0998 00.99523871 81180
+1 14240U 83079A   13117.37183872  .00000023  00000-0  17648-4 0  8916
+2 14240 074.0575 180.4964 0014328 215.0308 218.1737 14.33449842554151
+1 14241U 83079B   13117.55251845  .00000004  00000-0  10518-4 0  4119
+2 14241 074.0592 135.7025 0018287 232.0102 273.4581 14.35565203555841
+1 14248U 83081A   13116.08300387 -.00000218  00000-0  10000-3 0  2012
+2 14248 015.0956 008.2846 0004411 011.5025 348.4718 00.98812879 76324
+1 14258U 83084A   13117.43605406  .00000011  00000-0  00000+0 0  1065
+2 14258 064.2021 238.0518 0014409 347.7669 048.8449 02.13102104231270
+1 14259U 83084B   13117.28021888  .00000016  00000-0  00000+0 0  9530
+2 14259 064.0330 228.1616 0028886 319.2929 074.1569 02.15434827232748
+1 14260U 83084C   13116.02290782  .00000004  00000-0  00000+0 0  5649
+2 14260 064.2027 239.2902 0000981 312.3494 045.1709 02.12758831230869
+1 14264U 83084F   13115.46991472  .00000001  00000-0  00000+0 0  6158
+2 14264 064.1973 238.6599 0007322 199.9628 194.6452 02.12926945231040
+1 14277U 83084G   13116.90747432  .00002233  00000-0  76173-3 0  2824
+2 14277 051.9250 268.9139 5526887 024.0984 047.8972 04.72572854488260
+1 14278U 83084H   13117.47907877  .00005072  00000-0  14060-2 0  7273
+2 14278 052.0546 143.2847 5448135 063.4315 024.9049 04.85912635494623
+1 14307U 83088A   13117.29518103 -.00000093  00000-0  10000-3 0  8226
+2 14307 015.5052 357.7450 0013823 323.2060 036.6678 00.98173675 71830
+1 14318U 83089B   13117.52216088 -.00000341  00000-0  00000+0 0  8098
+2 14318 014.5648 011.7174 0015112 090.6662 041.8557 01.00366513 77084
+1 14328U 83094A   13115.60742926 -.00000273  00000-0  10000-3 0  4711
+2 14328 013.9405 031.0805 0017426 321.6783 038.1287 00.99415087107919
+1 14333U 83088F   13115.00028631 -.00000185  00000-0  10000-3 0  6729
+2 14333 015.7411 358.2046 0017925 030.0611 330.0136 00.97616265 69494
+1 14344U 82037C   13117.51949029  .00000649  00000-0  20366-3 0  3003
+2 14344 074.0580 146.2173 0018427 021.5019 141.0453 14.42467899555508
+1 14345U 79089C   13116.31400409  .00000768  00000-0  16993-3 0  6666
+2 14345 074.0224 209.3442 0010241 010.9125 349.2249 14.58943586575438
+1 14346U 81041D   13116.38146520  .00001420  00000-0  26570-3 0    73
+2 14346 074.0449 207.5148 0008386 125.7263 357.8989 14.65827497586917
+1 14357U 81053HT  13117.64633843  .00000957  00000-0  59636-3 0   621
+2 14357 082.8606 201.1653 0026609 121.4168 010.0655 14.03758742528414
+1 14358U 81053HU  13117.43540543  .00001612  00000-0  11337-2 0  8344
+2 14358 082.8162 112.1392 0198339 225.0561 258.7119 13.88690434513405
+1 14364U 81053JA  13116.92795458  .00001235  00000-0  77602-3 0  2939
+2 14364 082.7880 175.3057 0030416 003.3334 055.5666 14.03485757551166
+1 14365U 83098A   13114.06192358 -.00000195  00000-0  10000-3 0  2444
+2 14365 013.9949 027.5930 0008570 352.2820 007.6690 01.00232888 84118
+1 14372U 83099A   13116.83363031  .00002773  00000-0  17702-3 0  2447
+2 14372 082.5345 028.8616 0015339 262.0824 129.9398 15.08206371609023
+1 14373U 83099B   13117.35806326  .00000302  00000-0  34325-4 0  3364
+2 14373 082.5432 216.5298 0021485 169.2483 253.1351 14.82707046596762
+1 14377U 83100A   13114.10573804 -.00000330  00000-0  10000-3 0   826
+2 14377 014.6362 352.1220 0003809 097.0493 262.9615 01.00263486103064
+1 14394U 83100F   13115.90426070  .00000053  00000-0  10000-3 0  2919
+2 14394 014.2596 351.0109 0021707 033.2559 326.8434 01.01045787108511
+1 14398U 82051C   13116.16533435  .00000824  00000-0  22822-3 0  6139
+2 14398 074.0474 131.5340 0003016 000.7031 066.5073 14.48163507656790
+1 14401U 83103A   13116.86060826  .00000077  00000-0  38493-4 0  4139
+2 14401 074.0457 226.6596 0012500 079.4995 056.6106 14.31769429542603
+1 14402U 83103B   13116.62733351  .00000216  00000-0  84235-4 0  4077
+2 14402 074.0461 146.7438 0027440 358.6804 148.3075 14.35302506545279
+1 14405U 81053JD  13116.45678742  .00000689  00000-0  67084-3 0  6680
+2 14405 083.2666 286.1881 0072910 214.7787 174.1737 13.76876463583812
+1 14406U 81053JE  13117.42246273  .00001362  00000-0  86604-3 0  9332
+2 14406 082.8507 244.2907 0029105 278.2258 146.9855 14.02912770546080
+1 14407U 81053JF  13116.62681723  .00001321  00000-0  82889-3 0    75
+2 14407 082.7704 151.4046 0053031 004.8024 141.6282 14.03153621545742
+1 14408U 81053JG  13117.87275323  .00000748  00000-0  85062-3 0  5083
+2 14408 082.9621 081.2757 0121142 326.8328 059.7603 13.65920188571501
+1 14409U 81053JH  13116.31305696  .00000524  00000-0  60519-3 0  3595
+2 14409 083.0316 201.2469 0129839 067.3272 003.8644 13.63811237641768
+1 14410U 68091CL  13117.07426613  .00002021  00000-0  11756-2 0  1580
+2 14410 062.2255 115.7437 0528188 127.8182 344.2396 13.57888884444196
+1 14412U 68091CN  13117.72077610  .00001398  00000-0  17389-2 0  2162
+2 14412 062.2906 076.1836 0802747 059.6305 005.7295 12.76794766474307
+1 14417U 68091CT  13116.00851622  .00007939  00000-0  10769-2 0  6155
+2 14417 062.2638 000.2498 0371754 171.6262 304.0953 14.41520818507450
+1 14420U 68097EB  13115.91352052  .00004163  00000-0  55320-3 0  3850
+2 14420 062.2589 270.8456 0363256 024.2684 113.9771 14.44502961527973
+1 14421U 83105A   13115.60914237 -.00000272  00000-0  10000-3 0  9594
+2 14421 014.6320 015.4541 0008348 012.1635 347.7997 00.99695822 89475
+1 14430U 68091CV  13115.68336905  .00001643  00000-0  22380-2 0  7277
+2 14430 062.2525 200.4643 0705447 197.8218 310.1530 12.88215021480700
+1 14440U 81053JK  13116.66619329  .00000607  00000-0  76492-3 0  1800
+2 14440 082.9223 082.8886 0115149 176.2649 249.4778 13.59678528560632
+1 14441U 81053JL  13117.69325258  .00000765  00000-0  53306-3 0   555
+2 14441 083.1232 305.9519 0044877 002.0850 127.8109 13.97007953600550
+1 14442U 77121BE  13117.60676084  .00001639  00000-0  19459-2 0  6157
+2 14442 065.3733 317.3188 0003495 265.7046 159.4611 13.70358342741922
+1 14443U 77121BF  13117.37763420  .00002379  00000-0  74857-3 0  3088
+2 14443 065.5896 104.6836 0137841 042.8807 107.6885 14.37049338642298
+1 14444U 77121BG  13117.53141075  .00000511  00000-0  67102-3 0  2218
+2 14444 065.7993 154.6256 0045162 128.9806 014.3417 13.69592075578051
+1 14445U 77121BH  13116.27753647  .00002095  00000-0  12286-2 0   672
+2 14445 066.4699 157.6254 0095920 073.8497 050.5286 14.07872189509347
+1 14446U 71015CQ  13101.68899742  .00000326  00000-0  53370-3 0  2403
+2 14446 065.5751 191.5535 0053746 040.3388 110.8479 13.60470059161294
+1 14450U 83108A   13117.09655141  .00000076  00000-0  61421-4 0  9067
+2 14450 082.9317 240.4923 0044386 095.0281 317.1590 13.76083910297811
+1 14451U 83108B   13117.82873962  .00000055  00000-0  40079-4 0  3957
+2 14451 082.9322 218.0239 0031792 002.5049 145.0198 13.77802251483144
+1 14452U 83109A   13117.51532700  .00000122  00000-0  43380-4 0  2050
+2 14452 081.1618 161.8046 0092072 085.3434 275.8253 14.26085837533531
+1 14453U 83109B   13117.27065014  .00000049  00000-0  14277-4 0  8588
+2 14453 081.1677 187.0045 0106426 116.7378 276.9681 14.24385026532279
+1 14454U 83109C   13116.61769603  .00000084  00000-0  28267-4 0  8999
+2 14454 081.1629 165.0639 0096780 092.1040 053.0801 14.25374097533317
+1 14458U 78026FY  13117.72190767 -.00000080  00000-0 -22843-4 0  8089
+2 14458 098.7291 173.8792 0069239 271.6723 235.9352 14.04441816537089
+1 14460U 78026GA  13115.95301162  .00000130  00000-0  19337-3 0  8221
+2 14460 098.7567 108.8353 0258400 245.0402 147.1509 13.56362329487267
+1 14461U 78026GB  13117.06798884  .00000809  00000-0  40870-3 0  6314
+2 14461 099.2860 308.0367 0101363 078.3260 066.6627 14.16553975639365
+1 14463U 78026GD  13116.08364205  .00001499  00000-0  83618-3 0  4853
+2 14463 098.9944 261.1553 0135318 215.7907 209.4359 14.07940540620732
+1 14464U 78026GE  13117.82652902 -.00000001  00000-0  33088-4 0   651
+2 14464 099.1435 227.0935 0062189 183.2380 323.1899 13.92769155552668
+1 14465U 78026GF  13117.63834843  .00001710  00000-0  10942-2 0  4661
+2 14465 098.8674 009.9053 0125192 069.9877 348.4653 14.00903655544522
+1 14466U 70025NS  13116.50669090  .00002153  00000-0  93289-3 0  2989
+2 14466 099.9663 218.9455 0076140 190.7249 299.3106 14.23998758624423
+1 14467U 70025NT  13116.54471078  .00000222  00000-0  35256-3 0  2751
+2 14467 100.1270 139.6038 0003259 139.3853 014.4388 13.61571742508071
+1 14469U 70025NV  13117.48412850  .00000314  00000-0  93913-3 0  8459
+2 14469 101.6797 306.9896 0271451 331.3657 081.6599 13.05857746519601
+1 14470U 73086GP  13116.46566163  .00000645  00000-0  29582-2 0  3660
+2 14470 101.7818 085.4578 0115922 212.9087 294.2246 12.80142929416851
+1 14471U 76077EN  13104.52862117  .00000026  00000-0  61848-3 0  1186
+2 14471 102.1186 136.0840 0128380 214.3431 144.9328 12.24445656351100
+1 14472U 76077EP  13116.99160780 -.00000033  00000-0  10000-3 0  2575
+2 14472 102.2382 129.2145 0155278 295.3210 063.1813 12.16185323349990
+1 14473U 73086GQ  13116.50634395  .00000934  00000-0  72859-2 0  3791
+2 14473 102.3346 100.3989 0247792 106.6132 037.4087 12.32424595341464
+1 14474U 74089EQ  13109.80285015 -.00000226  00000-0 -19267-2 0  6100
+2 14474 100.6903 048.1380 0292756 310.5338 080.2025 12.06077110340783
+1 14475U 74089ER  13108.26722631  .00000283  00000-0  18779-2 0   607
+2 14475 101.0316 109.0544 0128297 098.8872 019.6705 12.57009299378560
+1 14478U 70025NW  13115.47090688  .00003760  00000-0  16959-1 0  1428
+2 14478 100.8167 302.6009 0546373 306.3316 074.6486 12.39930282316508
+1 14480U 73086GR  13116.44938418  .00005069  00000-0  12681-1 0  1197
+2 14480 102.6731 101.0829 0142381 093.8077 059.3030 13.16761770415350
+1 14483U 83111A   13117.81694553  .00001542  00000-0  11765-3 0  4550
+2 14483 082.9117 359.1284 0786024 305.6352 047.4013 13.79373859454381
+1 14484U 83111B   13117.83179446  .00013724  00000-0  31664-3 0  1947
+2 14484 082.8324 001.8818 0306503 290.5590 189.6099 15.05669358509591
+1 14493U 77065FJ  13117.16213052  .00002774  00000-0  59227-3 0  8985
+2 14493 028.9532 148.4804 0650666 318.8505 074.4302 13.72469810568448
+1 14496U 77065FM  13117.75943878  .00002775  00000-0  11713-2 0    46
+2 14496 029.1657 321.3692 0384163 350.0861 088.6535 13.90516267558665
+1 14497U 77065FN  13115.65876361  .00000244  00000-0  69395-3 0  9505
+2 14497 029.2931 244.9384 0892649 313.2115 171.0445 12.03299948401612
+1 14501U 76126BN  13117.53046831  .00006197  00000-0  12407-2 0  5687
+2 14501 065.7485 336.6363 0490302 083.8687 359.9918 14.06843754474535
+1 14502U 76126BP  13117.61763267  .00000895  00000-0  35868-3 0  1655
+2 14502 065.7869 245.0069 0797553 067.7358 027.9902 13.27681297517663
+1 14503U 76126BQ  13111.49623266 -.00000108  00000-0 -76608-4 0   151
+2 14503 065.8578 002.5296 1017800 319.7273 084.9643 12.29073604982341
+1 14504U 81053JM  13117.05946072  .00000688  00000-0  47303-3 0  4231
+2 14504 083.1965 320.6951 0035373 100.2148 045.7056 13.97739268610358
+1 14506U 83113A   13117.68538211  .00000125  00000-0  69190-4 0   278
+2 14506 098.6843 001.3495 0010497 320.0095 073.6935 14.27303662530834
+1 14509U 76077EQ  13116.06432741 -.00000044  00000-0  66066-5 0  2413
+2 14509 102.6131 190.1407 0157717 295.0991 063.3772 12.11962109351278
+1 14510U 76077ER  13117.38200494 -.00000188  00000-0 -17224-2 0  9785
+2 14510 102.3208 267.0391 0222215 061.1924 334.1580 11.99289275352786
+1 14511U 77121BJ  13115.38252654 -.00000032  00000-0  10264-3 0  1204
+2 14511 064.6804 253.4187 0158796 206.9717 184.0449 13.21205552474337
+1 14512U 77012K   13111.04708788 -.00000025  00000-0  31222-4 0  1432
+2 14512 065.7468 356.4105 1721650 182.6796 176.3560 10.76649631582710
+1 14521U 83115A   13115.96496495  .00000017  00000-0  24930-3 0  2334
+2 14521 073.6177 262.8847 0027677 007.6142 140.2759 12.41133564333694
+1 14522U 83115B   13117.80052956  .00000001  00000-0  13451-3 0  2777
+2 14522 073.6183 247.3732 0026118 355.3449 172.7489 12.41565020333882
+1 14524U 83089C   13117.79794418  .00015136  00000-0  26745-2 0  4780
+2 14524 024.3079 240.6406 6324095 167.4234 176.9491 03.57479858306924
+1 14532U 83118A   13116.65317495 -.00000046  00000-0  10000-3 0   938
+2 14532 015.3171 358.9265 0030095 059.3788 300.8882 00.98268280 73372
+1 14546U 83120A   13117.75781940  .00000018  00000-0  31859-5 0  9932
+2 14546 082.9405 184.3436 0037102 306.1080 203.3047 13.74054663473484
+1 14547U 83120B   13117.14402259  .00000136  00000-0  12088-3 0  8008
+2 14547 082.9299 137.7101 0048229 137.7490 254.2661 13.76942842232377
+1 14548U 83118F   13117.14903172 -.00000228  00000-0  10000-3 0  9350
+2 14548 014.5992 356.7577 0041454 208.9815 150.7481 01.00247204 89783
+1 14551U 83122A   13117.83654903  .00002166  00000-0  13862-3 0  5627
+2 14551 082.5151 221.6547 0011178 141.3771 006.2590 15.08050726341250
+1 14552U 83122B   13117.37786072  .00000335  00000-0  38717-4 0  5252
+2 14552 082.5269 051.0952 0019215 101.6133 046.6963 14.82472813585110
+1 14556U 81053JP  13117.65683662  .00000665  00000-0  78016-3 0  2606
+2 14556 083.0117 204.0215 0148492 194.4329 294.9444 13.62364568457441
+1 14557U 81053JQ  13117.12593145  .00001474  00000-0  91693-3 0  9113
+2 14557 082.8044 234.1094 0043461 084.9167 331.1733 14.03879369602331
+1 14558U 81053JR  13117.64109061  .00001608  00000-0  86296-3 0    35
+2 14558 082.9308 256.0856 0021132 251.2106 237.2788 14.12333247612380
+1 14559U 78026GG  13117.51367674  .00002945  00000-0  73060-3 0  2856
+2 14559 099.0578 131.8028 0067684 218.8593 302.3918 14.51352678639684
+1 14563U 77065FP  13112.08536598  .00004054  00000-0  71639-3 0  8199
+2 14563 029.1567 041.4819 0532506 078.6683 029.0638 14.01562605107991
+1 14564U 77065FQ  13117.86469057  .00001493  00000-0  15944-2 0  9995
+2 14564 028.6867 339.6384 0819835 021.2144 069.9809 12.76241119452751
+1 14565U 77065FR  13109.72243116  .00003121  00000-0  54949-2 0   458
+2 14565 029.2133 249.1399 0882635 212.5192 284.0850 12.42099761443519
+1 14568U 83001C   13116.85056262  .00001871  00000-0  93928-3 0  7294
+2 14568 082.9022 076.2565 0020082 301.0172 091.7244 14.16012989614049
+1 14569U 82087D   13116.47271168 -.00000100  00000-0  18291-4 0  7544
+2 14569 044.8407 149.0992 0123235 309.4511 193.8613 13.55578625553390
+1 14590U 83127A   13116.51020885  .00000086  00000-0  00000+0 0  6665
+2 14590 065.4306 126.4747 0013000 200.8828 302.1027 02.13101650168928
+1 14591U 83127B   13117.44160902  .00000077  00000-0  00000+0 0  6440
+2 14591 065.4240 126.3750 0028043 184.5943 319.3925 02.13102960168942
+1 14592U 83127C   13116.96182124  .00000079  00000-0  00000+0 0  7260
+2 14592 065.4290 123.5252 0059269 201.0023 189.9558 02.13837466229073
+1 14595U 83127F   13117.15060140  .00000077  00000-0  00000+0 0  7008
+2 14595 065.4180 122.9541 0066992 198.1993 264.9970 02.13938219168815
+1 14607U 83127G   13116.31291406  .00001265  00000-0  72225-3 0  7710
+2 14607 052.0234 075.4065 5622783 132.1472 291.7797 04.53842613471691
+1 14608U 83127H   13117.76779269  .00003015  00000-0  82530-3 0  7275
+2 14608 051.5245 250.1980 5550277 035.8355 035.9643 04.70466658407612
+1 14611U 84001A   13116.76261339  .00000003  00000-0  12569-3 0  3549
+2 14611 074.0072 293.6035 0019705 144.6474 345.2036 12.46998567334252
+1 14612U 84001B   13116.30347163 -.00000039  00000-0 -12983-3 0  1976
+2 14612 074.0058 344.3710 0041857 330.7630 077.3754 12.58577787346585
+1 14613U 84001C   13116.17393205  .00000002  00000-0  11095-3 0  1869
+2 14613 074.0112 037.1891 0031525 038.6350 110.5162 12.56670739344511
+1 14614U 84001D   13116.48232231  .00000014  00000-0  18690-3 0  1822
+2 14614 074.0079 085.9467 0021068 089.6703 059.0657 12.54837412342596
+1 14615U 84001E   13116.57519560 -.00000032  00000-0 -98348-4 0  1760
+2 14615 074.0055 135.1717 0011696 151.8907 354.1345 12.52983866340629
+1 14616U 84001F   13116.16350356 -.00000024  00000-0 -52367-4 0  1775
+2 14616 074.0082 187.7968 0001668 189.7027 202.5023 12.51034756927334
+1 14617U 84001G   13117.46980744  .00000001  00000-0  11205-3 0  3736
+2 14617 074.0087 240.7614 0009832 056.0647 010.1726 12.48964567336451
+1 14618U 84001H   13117.15818743 -.00000034  00000-0 -13004-3 0  3492
+2 14618 074.0102 351.2471 0031933 198.3584 307.3395 12.44801819158592
+1 14619U 84001J   13116.63144755  .00000067  00000-0  72241-3 0  6428
+2 14619 073.9940 140.4803 0126962 083.4189 064.0424 12.24831505310526
+1 14620U 81070J   13116.31700399  .00000632  00000-0  18750-2 0  2158
+2 14620 089.7027 033.9359 6041976 139.8301 001.4985 03.77467222338593
+1 14621U 81070K   13116.34312954  .00000985  00000-0  21359-2 0  3160
+2 14621 089.6571 034.7969 6106362 188.6931 352.0003 03.73152554297040
+1 14624U 84003A   13117.85624824  .00000086  00000-0  77343-4 0  9895
+2 14624 082.9314 080.4303 0021149 107.7384 284.3392 13.72026607465001
+1 14625U 84003B   13117.81534872  .00000055  00000-0  42075-4 0  1640
+2 14625 082.9290 047.9263 0021022 338.7456 054.8152 13.74176583468765
+1 14627U 81053JT  13117.77977066  .00001110  00000-0  80673-3 0  2992
+2 14627 082.7873 234.5079 0046162 223.1229 292.8805 13.95010792490517
+1 14631U 83075E   13117.86215933  .00003601  00000-0  17635-3 0  5337
+2 14631 097.7059 242.6878 0012950 103.5829 042.4993 15.18768685609355
+1 14632U 77002E   13117.08158200  .00000182  00000-0  11381-3 0  8918
+2 14632 081.2758 084.2277 0052096 347.7475 128.9112 14.00317305679255
+1 14659U 84005A   13116.17734075 -.00000047  00000-0  10000-3 0  6485
+2 14659 015.0065 008.5926 0016255 081.2115 278.9340 00.99050083 70779
+1 14670U 84008A   13109.21013987  .00000350  00000-0  20734-3 0  4063
+2 14670 036.1129 066.3353 2999708 091.2401 022.1122 08.96197844951235
+1 14679U 84010A   13117.49406245  .00000077  00000-0  64047-4 0    09
+2 14679 082.9561 102.6922 0043092 051.1988 095.3067 13.74897784435642
+1 14680U 84010B   13117.81906926  .00000012  00000-0 -29974-5 0  8995
+2 14680 082.9569 081.1764 0036843 324.9701 063.2005 13.76384839468160
+1 14694U 84011F   13116.78362852  .00024100 -72893-5  97011-4 0  9816
+2 14694 027.6452 268.7694 0166011 101.2992 030.5788 15.65337564597404
+1 14699U 84013A   13117.15950387  .00001510  00000-0  11767-3 0  7840
+2 14699 082.5282 349.2630 0014697 153.4791 206.7188 15.00454920585934
+1 14700U 84013B   13117.57779008  .00000258  00000-0  29297-4 0  1141
+2 14700 082.5352 128.3873 0018472 268.8286 238.9503 14.82314200576983
+1 14715U 65027N   13117.78262859 -.00000088  00000-0 -34286-3 0  5932
+2 14715 090.2381 229.9514 0035498 117.9134 038.9745 12.94788903388219
+1 14716U 65027P   13111.37452080  .00000532  00000-0  18008-2 0  3561
+2 14716 090.2885 251.0236 0027073 028.8762 026.6757 12.97691832816516
+1 14717U 65027Q   13116.32006667 -.00000258  00000-0 -93560-3 0  2516
+2 14717 090.2415 229.3977 0035188 108.8334 305.6020 12.95896351494433
+1 14725U 84016A   13117.06646968 -.00000012  00000-0  00000+0 0  2778
+2 14725 014.6436 356.7558 0007037 074.5274 231.2171 01.00272418 69973
+1 14734U 81108E   13115.48213488  .00000013  00000-0  00000+0 0  3252
+2 14734 070.9528 261.0378 4972378 103.0062 336.6090 02.01777179186790
+1 14735U 81108F   13116.03220828 -.00000007  00000-0  00000+0 0  5202
+2 14735 071.3368 276.3605 4945895 107.5129 013.4105 02.01457494197746
+1 14736U 81108G   13116.45834965 -.00000012  00000-0  00000+0 0  6085
+2 14736 071.9331 294.8597 4891576 110.2404 330.9015 02.00168629137201
+1 14739U 81053JX  13117.51770216  .00001070  00000-0  85000-3 0  9706
+2 14739 083.0122 242.2580 0062000 025.7917 092.4716 13.89470809593324
+1 14740U 81053JY  13116.11806588  .00001163  00000-0  11481-2 0  9169
+2 14740 083.1410 229.1447 0108575 283.5875 142.0967 13.75306980456116
+1 14741U 81053JZ  13116.32466426  .00000525  00000-0  74096-3 0  5806
+2 14741 082.9659 310.0764 0168153 067.7107 352.0833 13.49389653554730
+1 14756U 65108Y   13117.17910514  .00030384  00000-0  82368-3 0  1264
+2 14756 026.5612 099.8983 4951598 127.5545 350.0525 05.81718670343376
+1 14759U 84019A   13117.86936745  .00000071  00000-0  35209-4 0  1824
+2 14759 074.0424 053.0185 0022215 291.7290 103.0163 14.33219676525539
+1 14760U 84019B   13117.84578416  .00000120  00000-0  50843-4 0   152
+2 14760 074.0463 013.3539 0028884 245.2412 143.5951 14.35286606526707
+1 14780U 84021A   13118.09582066  .00023903  00000-0  35759-2 0  9364
+2 14780 098.0988 183.0941 0045120 082.5004 277.9468 14.73984653550925
+1 14781U 84021B   13117.22849035  .00000497  00000-0  71125-4 0  1635
+2 14781 097.9071 179.2588 0010357 096.7512 263.4879 14.80834739566397
+1 14783U 84022A   13116.19667092 -.00000073  00000-0  10000-3 0  3428
+2 14783 015.8620 355.6566 0009735 110.3117 249.7639 01.00266340 72899
+1 14786U 84023A   13116.91225412 -.00000135  00000-0  10000-3 0  8927
+2 14786 015.1624 020.5103 0023174 074.2555 285.9520 00.97292503 68555
+1 14790U 84024A   13116.42663716 -.00000679  00000-0  00000+0 0  4870
+2 14790 071.6739 330.1169 5219772 131.9420 304.5801 02.00385336185692
+1 14796U 84024D   13117.53029152  .00000139  00000-0  00000+0 0  2439
+2 14796 070.8620 290.9957 5410344 123.4508 330.1200 02.02885740215943
+1 14799U 76126BR  13117.74375469  .00000487  00000-0  34769-2 0  7763
+2 14799 065.8081 234.8306 0889969 229.5602 295.8337 11.68650124259491
+1 14800U 76126BS  13116.69290428  .00001183  00000-0  18173-1 0  2354
+2 14800 065.7647 010.6463 0611630 163.7317 228.9667 11.47814791275518
+1 14801U 75112D   13117.66336418  .00000793  00000-0  20624-3 0  9008
+2 14801 074.0644 202.9619 0007546 245.5784 237.3651 14.51248386789853
+1 14802U 77059C   13116.26902159  .00001362  00000-0  30697-3 0  5063
+2 14802 074.0641 057.1356 0010466 342.0125 180.1363 14.57319782664915
+1 14803U 78019D   13116.82787354  .00003858  00000-0  46867-3 0  9344
+2 14803 074.0343 245.9146 0002627 133.0293 021.7643 14.83880003717281
+1 14805U 79078C   13117.64461171  .00002272  00000-0  34940-3 0  6399
+2 14805 074.0609 318.2485 0002431 024.6155 086.4097 14.74128056612472
+1 14806U 79078D   13116.16547015  .00000828  00000-0  23170-3 0  6116
+2 14806 074.0350 130.8276 0002430 083.7718 031.7676 14.47709197843341
+1 14807U 79089D   13117.48573823  .00003192  00000-0  42564-3 0   738
+2 14807 074.0748 264.2974 0005101 319.4856 100.5247 14.80049290726055
+1 14808U 80056C   13116.21088303  .00000541  00000-0  17877-3 0  1475
+2 14808 074.0418 187.6650 0016853 260.2387 115.8007 14.40336066536527
+1 14809U 80056D   13117.35212587  .00000888  00000-0  26523-3 0  4335
+2 14809 074.0386 078.3922 0010039 128.6967 353.8747 14.44425767597759
+1 14810U 81084D   13116.76015457  .00000630  00000-0  19441-3 0  8767
+2 14810 073.9562 244.6487 0017352 026.7362 333.4696 14.43410735575774
+1 14811U 82037D   13116.28046296  .00000545  00000-0  17960-3 0  2504
+2 14811 074.0290 178.0612 0021752 285.3135 145.9368 14.40426633613894
+1 14812U 83031C   13116.42700667  .00000640  00000-0  21006-3 0  3485
+2 14812 074.0591 336.3600 0017819 227.6681 197.4994 14.40283234559534
+1 14813U 83079C   13117.21433046  .00000506  00000-0  16997-3 0  4878
+2 14813 074.0370 196.9074 0019504 291.9185 096.7429 14.39674018651349
+1 14816U 76098C   13116.10065686  .00001106  00000-0  28911-3 0  5307
+2 14816 074.0389 090.0488 0014604 164.1883 319.5460 14.50529077738004
+1 14817U 76098D   13117.09262304  .00002835  00000-0  40472-3 0    90
+2 14817 074.0826 084.2813 0012773 218.8824 265.7591 14.77160731750317
+1 14818U 77059D   13111.37369002  .00002139  00000-0  37233-3 0  5157
+2 14818 074.0685 089.2577 0005737 128.9398 024.4240 14.68719716743161
+1 14819U 84027A   13117.51928502  .00003132  00000-0  17572-3 0  6327
+2 14819 082.4899 093.9426 0016649 276.4294 223.2631 15.12907883586123
+1 14820U 84027B   13117.11055770  .00000252  00000-0  28221-4 0  3324
+2 14820 082.5420 316.9598 0018992 011.6505 136.2395 14.82630630571832
+1 14821U 84028A   13116.93866366 -.00000173  00000-0  10000-3 0  5135
+2 14821 016.4563 357.1318 0010976 045.6784 314.3843 00.96062253 87989
+1 14839U 77065FS  13107.19600662  .00002061  00000-0  69966-2 0  4703
+2 14839 028.9934 170.7857 1007766 317.5202 065.8637 11.86900649587160
+1 14865U 75094E   13117.35792161  .00001466  00000-0  31521-3 0  1530
+2 14865 074.0291 086.6099 0004747 207.3468 274.2741 14.59480218534864
+1 14866U 79060C   13117.76559932  .00002324  00000-0  34928-3 0  9211
+2 14866 074.0447 041.5144 0003009 229.2928 160.5899 14.75122894544754
+1 14867U 84031A   13116.17093093 -.00000174  00000-0  10000-3 0  9926
+2 14867 014.6568 357.3155 0018175 248.6974 111.0746 01.00276490 69799
+1 14879U 74089ES  13099.06357723  .00000085  00000-0  11840-2 0  8664
+2 14879 101.2487 156.5623 0213033 280.3084 143.9858 12.15180745302220
+1 14880U 74089ET  13116.19451487  .00000032  00000-0  57417-3 0  4661
+2 14880 101.1710 087.3454 0155858 104.3197 026.5669 12.30152589419286
+1 14881U 74089EU  13117.15749477 -.00000044  00000-0 -46974-5 0  2197
+2 14881 101.8195 188.5175 0065496 079.4237 307.3036 12.41933912445163
+1 14883U 73086GS  13116.04990032 -.00000006  00000-0  37174-3 0  2600
+2 14883 101.9810 295.3729 0241018 136.8226 225.2010 11.99227219 51996
+1 14884U 84033A   13117.37527824 -.00000258  00000-0  00000+0 0  5445
+2 14884 069.6924 255.0288 5870805 070.8161 004.1738 02.00888732153234
+1 14894U 84033D   13115.44691560  .00000888  00000-0  00000+0 0  6035
+2 14894 069.1023 219.3724 6056005 051.4629 355.2267 02.03815029155647
+1 14899U 84035A   13115.04125338 -.00000330  00000-0  10000-3 0  9731
+2 14899 014.4959 002.5257 0013442 066.9286 293.1773 01.00288563 81955
+1 14900U 84035B   13116.65307741  .00000646  00000-0  13195-2 0   492
+2 14900 030.5280 237.1644 7185394 217.1505 347.1745 02.33219966179402
+1 14905U 76077ET  13117.66711956 -.00000330  00000-0 -31097-2 0  7055
+2 14905 102.2929 003.6581 0185180 017.0923 008.7226 12.07081733339545
+1 14906U 77121BK  13115.76925742  .00000314  00000-0  42813-3 0  1879
+2 14906 065.9553 035.2571 0114371 043.4443 346.6508 13.69753422472543
+1 14907U 77121BL  13116.19295336 -.00000083  00000-0 -11515-4 0  1935
+2 14907 066.0277 182.1336 0069671 002.6318 031.3051 13.53232381552011
+1 14908U 78026GH  13117.11925988  .00001149  00000-0  73886-3 0   992
+2 14908 098.9541 068.7504 0105173 253.2960 225.2535 14.02511485597774
+1 14909U 78026GJ  13116.16722014  .00001517  00000-0  11894-2 0  6032
+2 14909 098.7474 341.2979 0165539 122.0217 003.6480 13.87167624577581
+1 14910U 78026GK  13116.68636322  .00000831  00000-0  44050-3 0  4146
+2 14910 099.1031 264.9750 0018622 144.3040 336.7430 14.16412217510548
+1 14913U 78026GN  13115.73026110  .00000528  00000-0  24552-3 0  4791
+2 14913 098.5272 107.7583 0102365 075.0800 286.1588 14.21794733563105
+1 14914U 78026GP  13116.45607447  .00000699  00000-0  26869-3 0  4376
+2 14914 098.3937 112.8448 0049549 138.7251 014.6666 14.32702386629132
+1 14919U 76067BG  13115.78927297 -.00000067  00000-0 -48674-4 0  3422
+2 14919 065.8038 240.2739 0716526 111.9661 026.9425 12.30253189971420
+1 14925U 81053KA  13117.63800417  .00001652  00000-0  92027-3 0  2574
+2 14925 082.8647 192.2310 0033428 036.2600 091.4958 14.10163256600622
+1 14928U 83075F   13117.82220434  .00001216  00000-0  87719-4 0  7102
+2 14928 097.7435 220.4277 0036182 327.9275 178.3174 15.05578113592373
+1 14940U 84041A   13116.16259440 -.00000218  00000-0  10000-3 0  1491
+2 14940 014.6152 357.9167 0007736 118.5180 241.5246 01.00317407 73898
+1 14943U 84041D   13115.48523930 -.00000234  00000-0  10000-3 0  2901
+2 14943 015.2071 359.5627 0018064 086.5278 273.6474 00.98627567 73936
+1 14948U 84022F   13116.07831994 -.00000336  00000-0  10000-3 0  5875
+2 14948 015.9854 355.9262 0024681 021.4549 338.6220 00.99868242113566
+1 14950U 77117C   13117.55768218  .00000141  00000-0  74433-4 0  8436
+2 14950 081.2548 305.0951 0037257 178.9863 236.1035 14.08528112816982
+1 14951U 84031F   13117.14078803 -.00000104  00000-0  10000-3 0  4580
+2 14951 014.9552 358.0775 0017460 109.7447 250.4080 00.99420072 72093
+1 14965U 84043A   13117.52582391  .00000019  00000-0  36584-5 0  5685
+2 14965 082.9714 146.6165 0026585 048.4735 116.2221 13.72661843451662
+1 14966U 84043B   13117.55441144  .00000182  00000-0  17655-3 0  8915
+2 14966 082.9706 126.4955 0015019 322.6147 184.1841 13.74348015452333
+1 14973U 84046A   13117.19345362  .00000044  00000-0  29909-4 0  9072
+2 14973 082.9389 212.6149 0031267 350.2421 038.8360 13.75091716452320
+1 14974U 84046B   13117.77446287  .00000012  00000-0 -27676-5 0  9037
+2 14974 082.9363 186.6922 0043642 269.1917 241.3651 13.76796889454207
+1 14977U 84047A   13116.58044803  .00000085  00000-0  00000+0 0  7883
+2 14977 065.4035 125.6844 0014061 242.4127 265.0187 02.13102357197254
+1 14978U 84047B   13116.88008273  .00000082  00000-0  00000+0 0  5995
+2 14978 065.4057 126.1261 0014708 192.0262 186.2435 02.13100662197253
+1 14979U 84047C   13116.92029662  .00000082  00000-0  00000+0 0  6043
+2 14979 065.4071 126.8955 0010062 208.8289 290.1870 02.12913596224954
+1 14984U 84047F   13116.15127274  .00000089  00000-0  00000+0 0  5880
+2 14984 065.4130 126.0292 0007647 286.5751 107.7563 02.13163276225297
+1 14985U 84049A   13116.21241951 -.00000285  00000-0  10000-3 0  1463
+2 14985 013.4651 033.8980 0003490 053.7638 306.2110 00.99977976 83319
+1 14998U 84052A   13117.16831628 -.00000022  00000-0 -48674-4 0  3384
+2 14998 074.0153 015.4790 0025234 043.5131 113.2498 12.43915180313012
+1 14999U 84052B   13117.68602119 -.00000012  00000-0  25557-4 0  4444
+2 14999 074.0121 319.0105 0013861 329.1266 060.9668 12.46050287315331
+1 15000U 84052C   13116.53326963  .00000014  00000-0  20434-3 0  3742
+2 15000 074.0119 271.6762 0015444 231.9597 160.6320 12.47922719317165
+1 15001U 84052D   13117.42685065 -.00000024  00000-0 -55345-4 0  7818
+2 15001 074.0132 219.1212 0014654 126.7975 301.6682 12.49895770319350
+1 15002U 84052E   13116.69116475 -.00000036  00000-0 -12625-3 0  2711
+2 15002 074.0109 170.7348 0023969 059.0901 087.6105 12.51768946 53783
+1 15003U 84052F   13116.55209921 -.00000023  00000-0 -39971-4 0  1782
+2 15003 074.0098 125.2228 0032965 358.9079 147.1188 12.53511847323057
+1 15004U 84052G   13117.81327914  .00000014  00000-0  18361-3 0  1839
+2 15004 074.0129 073.8792 0044101 300.8959 088.2075 12.55388563325191
+1 15005U 84052H   13116.76054501 -.00000012  00000-0  25125-4 0  1917
+2 15005 074.0154 024.5222 0051950 234.8186 159.7639 12.57307637327084
+1 15006U 84052J   13116.51267043 -.00000007  00000-0  76760-4 0  6334
+2 15006 074.0111 172.4413 0133200 301.8350 189.8399 12.23669160291666
+1 15031U 84056A   13117.84222640  .00000054  00000-0  29981-4 0  4711
+2 15031 074.0704 023.2246 0013344 215.8448 182.3614 14.31345513507939
+1 15032U 84056B   13117.50685251  .00000096  00000-0  43548-4 0  1028
+2 15032 074.0715 318.6546 0016962 144.5458 246.4748 14.34188951510167
+1 15033U 84056C   13116.06169547  .00000606  00000-0  19876-3 0  2961
+2 15033 074.0729 335.8100 0013564 343.9434 134.7203 14.40424157509604
+1 15039U 84059A   13117.27688831  .00000037  00000-0  00000+0 0  4253
+2 15039 062.2021 204.1148 0152788 023.5278 014.2043 01.92304095205847
+1 15053U 84047G   13116.50211597  .00002180  00000-0  71848-3 0  9700
+2 15053 051.9893 179.4211 5653273 056.1968 029.0400 04.52945933462889
+1 15054U 84047H   13116.41765041  .00008976  00000-0  11875-2 0  7103
+2 15054 051.9450 252.2069 5093819 097.8715 342.7530 05.48284235416544
+1 15055U 84062A   13117.81482097  .00000033  00000-0  19023-4 0  2851
+2 15055 082.9604 021.4162 0028851 105.9112 286.1901 13.74177262446670
+1 15056U 84062B   13117.23434081  .00000070  00000-0  56314-4 0  3023
+2 15056 082.9583 357.9175 0024764 002.7390 145.8157 13.76066755448424
+1 15057U 84063A   13116.83450343  .00000098  00000-0  00000+0 0  4431
+2 15057 014.6506 357.7820 0007724 077.7955 123.5046 01.00355785 92965
+1 15077U 84067A   13117.55615052  .00000043  00000-0  28753-4 0  2996
+2 15077 082.9563 156.5184 0037225 078.7148 068.3409 13.75280763194061
+1 15078U 84067B   13117.53043861  .00000175  00000-0  16218-3 0  5449
+2 15078 082.9531 134.2991 0024981 007.2139 352.9373 13.76964323448659
+1 15085U 84069A   13117.03332928 -.00000044  00000-0  38221-4 0  7110
+2 15085 065.0512 291.6773 0061065 244.4967 262.8492 13.85972938460883
+1 15095U 84071A   13117.13724601 -.00000235  00000-0  00000+0 0  1607
+2 15095 067.6693 038.2669 6033548 106.1262 052.5900 01.99748458184784
+1 15098U 84071D   13116.81868843  .00000217  00000-0  00000+0 0  5615
+2 15098 069.6572 291.5672 5878550 093.6877 015.7468 02.04053635214770
+1 15099U 84072A   13116.94976568  .00000088  00000-0  64746-4 0  7334
+2 15099 082.5298 265.3541 0012196 252.4357 254.7923 13.84910181455982
+1 15100U 84072B   13116.94615322  .00000062  00000-0  42628-4 0  9503
+2 15100 082.5295 267.3813 0010586 268.6318 238.2614 13.84373935455662
+1 15139U 84028F   13115.27734693 -.00000027  00000-0  10000-3 0  9133
+2 15139 014.1237 350.2020 0016816 287.0789 072.6991 01.01429134 75768
+1 15141U 83066F   13117.27175361 -.00000088  00000-0  10000-3 0  2679
+2 15141 015.6857 357.8959 0014299 062.9996 297.1151 00.97616703 71180
+1 15144U 84078A   13115.58790471 -.00000301  00000-0  10000-3 0   411
+2 15144 014.5912 358.9577 0002123 080.1838 279.8003 01.00355484106476
+1 15147U 84079A   13117.05533071  .00000016  00000-0  10000-3 0   311
+2 15147 063.2288 077.1345 7405507 195.7624 113.8266 02.01195638210575
+1 15152U 84080A   13111.72812904 -.00000055  00000-0  10000-3 0   451
+2 15152 014.6930 008.0083 0009930 032.7645 327.2731 00.99825851104687
+1 15158U 84081A   13116.33629759 -.00000014  00000-0  00000+0 0  2074
+2 15158 014.8845 016.6483 0012558 071.1148 288.9768 00.98796568 69880
+1 15159U 84081B   13111.28191895  .00000006  00000-0  00000+0 0  1258
+2 15159 014.9759 017.4624 0033519 288.3694 071.2355 00.98399237 71341
+1 15166U 84081D   13116.09067362 -.00000101  00000-0 -14822-2 0  9303
+2 15166 007.1551 037.2249 6991006 278.6283 298.2247 02.42099545163165
+1 15171U 84084A   13116.85449701  .00000022  00000-0  89442-4 0  3594
+2 15171 082.6000 217.8369 0007178 076.6129 072.6612 12.42175701302215
+1 15172U 84084B   13116.20977892  .00000029  00000-0  13623-3 0  2831
+2 15172 082.6008 213.3572 0007759 077.9456 358.5685 12.42573185302497
+1 15181U 84078F   13117.29546303  .00000114  00000-0  10000-3 0  9167
+2 15181 014.6217 359.2016 0027703 077.8122 282.4613 01.00313525 74895
+1 15199U 84088A   13117.73808023 -.00000202  00000-0  00000+0 0  9014
+2 15199 003.2638 234.0367 7673230 189.4721 071.1987 01.53321721126922
+1 15202U 84088D   13117.16605694  .00000314  00000-0  17371-3 0  4533
+2 15202 028.9005 139.9642 1994105 359.9749 052.6852 10.79845946130224
+1 15205U 84088E   13117.71952485  .00000108  00000-0  42010-4 0  6161
+2 15205 028.7224 292.3287 1932704 001.8928 077.3735 10.91540728712512
+1 15206U 84088F   13116.28051780  .00001200  00000-0  33334-2 0  2630
+2 15206 026.4538 137.1374 7836926 293.4764 060.7559 01.58086742164640
+1 15214U 84089A   13117.42884562  .00000411  00000-0  72446-1 0  6272
+2 15214 063.9315 118.5876 6973377 265.5509 323.0246 01.97926453178183
+1 15219U 84090A   13115.61884600 -.00000106  00000-0  10000-3 0  2358
+2 15219 016.3979 000.3755 0021149 079.3921 280.8286 00.96023277 71001
+1 15223U 84089D   13116.61221868  .00000608  00000-0  00000+0 0  5997
+2 15223 064.1010 173.3453 6772524 270.7602 224.4269 01.95624243204405
+1 15235U 84093B   13115.58553777 -.00000222  00000-0  10000-3 0  3993
+2 15235 014.2072 025.1181 0012115 359.4086 000.5378 00.98764206 81337
+1 15236U 84093C   13116.31015373 -.00000112  00000-0  10000-3 0  3292
+2 15236 016.6707 359.5026 0031141 142.0559 218.1364 00.97456082 81355
+1 15237U 84093D   13115.87346799  .00000094  00000-0  10000-3 0  6552
+2 15237 013.8542 030.7352 0007589 028.5222 331.4604 00.99776941 76830
+1 15244U 84093E   13117.20146028  .00006203  00000-0  81948-3 0  1891
+2 15244 027.1670 106.7569 4629023 098.6654 359.2744 06.26008650603173
+1 15245U 84093F   13117.08827632  .00002299  00000-0  20574-2 0  4650
+2 15245 022.8727 291.6206 6968210 150.3429 013.5221 02.64394428259203
+1 15246U 84093G   13114.16197949  .00000844  00000-0  14676-2 0  6841
+2 15246 025.1351 035.8859 7152490 198.8773 353.6384 02.40272425239651
+1 15259U 84095A   13116.40424117  .00000007  00000-0  00000+0 0  6480
+2 15259 064.2095 238.0474 0018879 200.4699 241.3697 02.13104467176241
+1 15260U 84095B   13116.86176569  .00000008  00000-0  00000+0 0  5218
+2 15260 064.1781 239.1943 0006234 176.0140 328.4032 02.12637073222456
+1 15261U 84095C   13116.96450424  .00000010  00000-0  00000+0 0  6815
+2 15261 064.1172 236.9618 0034722 208.0189 206.2814 02.13102747197242
+1 15264U 84095F   13115.95421190  .00000004  00000-0  00000+0 0  8639
+2 15264 064.1551 237.5793 0007940 083.3962 274.7849 02.13044938217420
+1 15265U 84095G   13117.70838174  .00003771  00000-0  85880-3 0   199
+2 15265 052.0232 008.4688 5340250 265.7354 076.2001 05.04850790411145
+1 15266U 84095H   13116.31116171  .00001560  00000-0  77401-3 0  1311
+2 15266 051.9788 199.7040 5530811 149.0541 333.6339 04.68605254464922
+1 15267U 84096A   13115.45228639 -.00000149  00000-0  00000+0 0  9273
+2 15267 066.4359 098.4621 5900994 125.5808 003.7830 02.00299813209771
+1 15270U 84096D   13115.86271049  .00000563  00000-0  00000+0 0  8655
+2 15270 068.6785 327.1402 6123406 132.1632 359.9805 02.04764928214127
+1 15271U 84097A   13116.28031306  .00000007  00000-0  00000+0 0  3449
+2 15271 062.6697 072.7438 0114717 218.6185 323.0116 01.92618426203850
+1 15272U 84097B   13115.82055870 -.00000044  00000-0  00000+0 0  7997
+2 15272 063.7698 231.3989 5672960 003.4896 079.3228 03.90002512407776
+1 15292U 84100A   13117.50623743  .00000054  00000-0  41666-4 0  1825
+2 15292 082.9434 113.6653 0033498 052.9732 093.0682 13.72853562433797
+1 15293U 84100B   13116.99125253  .00000090  00000-0  78380-4 0  1802
+2 15293 082.9402 088.7384 0021340 325.3648 066.9792 13.74840597379899
+1 15308U 84101A   13109.53289759 -.00000157  00000-0  10000-3 0  7641
+2 15308 013.8586 030.6170 0006157 317.6333 042.2813 00.99846171104282
+1 15330U 84069D   13117.51496500 -.00000082  00000-0  64996-5 0  8069
+2 15330 065.0541 111.4038 0037989 204.7041 301.0032 13.89825879465157
+1 15331U 84105A   13116.73459435  .00002500  00000-0  17426-3 0  9139
+2 15331 082.5271 356.1075 0015183 108.8049 284.0325 15.04907565553688
+1 15332U 84105B   13117.17206139  .00000219  00000-0  24373-4 0  3128
+2 15332 082.5345 160.5855 0020006 315.6983 077.4705 14.82353697542500
+1 15333U 84106A   13117.23677642 -.00000024  00000-0  12540-4 0  7085
+2 15333 071.0276 017.9263 0020159 342.9820 162.1413 14.13863745474547
+1 15334U 84106B   13117.70411177  .00000045  00000-0  48273-4 0  7632
+2 15334 071.0047 336.6119 0001787 077.6926 282.4397 14.14712501355369
+1 15335U 84106C   13116.76362001 -.00000130  00000-0 -20405-4 0  4315
+2 15335 066.5537 217.6022 0022085 271.1486 232.3280 14.21672572481838
+1 15338U 84106F   13117.85509372  .00000184  00000-0  13129-3 0  1243
+2 15338 066.5732 043.7890 0016121 328.2183 068.5803 14.17681553477751
+1 15340U 65027R   13117.53925069  .00000014  00000-0  22776-4 0  3127
+2 15340 090.2744 244.0973 0033079 074.0735 060.1075 12.96708340362727
+1 15350U 84107A   13117.46882446  .00000724  00000-0  00000+0 0  9654
+2 15350 069.6767 231.9773 5418840 109.4501 333.9700 02.00429779209263
+1 15354U 84108B   13117.37178121  .00003965  00000-0  18055-3 0  2080
+2 15354 057.0128 074.1285 0021984 136.2081 224.0713 15.22736193566189
+1 15355U 84107D   13111.52507277 -.00000279  00000-0  00000+0 0  5119
+2 15355 067.3453 159.1620 5697094 116.4444 007.1044 02.03354517212019
+1 15359U 84109A   13117.08252002  .00000055  00000-0  41048-4 0  7097
+2 15359 082.9375 109.7698 0047061 035.4896 354.7118 13.75041647432491
+1 15360U 84109B   13116.02178682 -.00000058  00000-0 -73553-4 0  8387
+2 15360 082.9390 093.5485 0040375 329.1507 093.0155 13.76586036433398
+1 15362U 84110A   13115.90491620  .00000108  00000-0  23614-3 0  5931
+2 15362 090.0195 050.5346 0033911 084.2574 306.3799 13.22586885377308
+1 15369U 84111A   13117.64489100  .00001722  00000-0  11217-3 0  2354
+2 15369 082.5050 162.5615 0016157 094.1315 266.1760 15.07209391552013
+1 15370U 84111B   13117.17130111  .00000208  00000-0  22782-4 0  5024
+2 15370 082.5173 344.1597 0020935 001.8869 145.7653 14.82720887540049
+1 15378U 84112A   13116.88386970 -.00000065  00000-0  21016-4 0  5971
+2 15378 064.9932 244.2758 0032117 148.6372 356.5677 13.83491965441250
+1 15383U 84113B   13117.12471887 -.00000232  00000-0  10000-3 0  1969
+2 15383 014.2288 025.2968 0023787 266.8675 092.8113 00.98907651 67389
+1 15384U 84113C   13117.42800837 -.00000183  00000-0  10000-3 0  2195
+2 15384 013.3643 016.1392 0025901 168.9184 191.0851 00.98545822 76730
+1 15385U 84114A   13116.22715713 -.00000225  00000-0  10000-3 0  4607
+2 15385 013.0537 037.3507 0011304 336.4356 023.4426 00.99752829 79094
+1 15386U 84114B   13116.07623995 -.00000202  00000-0  10000-3 0  7159
+2 15386 016.0843 015.2575 0111904 292.8626 065.9163 00.95928407 66627
+1 15387U 84113D   13115.92090436  .00000718  00000-0  10274-2 0  5162
+2 15387 025.6385 024.7630 7099346 117.4564 355.7156 02.44504609245763
+1 15388U 84114C   13116.49793470  .00001612  00000-0  17393-2 0  8093
+2 15388 007.4118 303.9527 6982144 262.7281 015.9876 02.61646546176548
+1 15390U 84113E   13117.54179211  .00000938  00000-0  41044-3 0  1930
+2 15390 026.9805 164.4141 4498566 151.6983 358.8198 06.35088743494762
+1 15391U 84115A   13116.94270425 -.00000172  00000-0  10000-3 0  3880
+2 15391 012.7934 031.1195 0105587 014.4458 345.7864 00.94955254102316
+1 15392U 84115B   13115.20455262  .00000152  00000-0 -17574-4 0   736
+2 15392 021.5014 028.3716 1035556 252.0980 250.9025 12.45322428295117
+1 15398U 84118A   13117.86335919  .00000067  00000-0  54831-4 0  5753
+2 15398 082.9490 077.2078 0032241 175.5435 217.4102 13.73580981426366
+1 15399U 84118B   13117.21011623  .00000051  00000-0  36323-4 0  8523
+2 15399 082.9485 046.7535 0034937 061.7964 088.5604 13.75874794428071
+1 15402U 84115C   13116.67702269  .00001150  00000-0  29762-2 0  2833
+2 15402 023.3369 325.7775 7176434 103.8640 353.9871 02.33815762180158
+1 15427U 84123A   13117.51584422  .00000139  00000-0  92890-4 0  3990
+2 15427 098.6182 073.8962 0014097 327.8784 166.0131 14.15575337464463
+1 15429U 84124A   13116.57217660  .00000153  00000-0  00000+0 0  4270
+2 15429 063.3138 163.4166 6738307 279.1762 301.3649 02.00870513207834
+1 15439U 84124H   13117.65897120  .00001040  00000-0  56669-1 0  5749
+2 15439 063.8258 167.5373 6730616 280.9384 302.1517 01.96349211160496
+1 15469U 85003A   13116.65118194  .00000050  00000-0  21850-3 0  3176
+2 15469 082.6104 285.3419 0001114 023.0159 106.3643 12.62426079303049
+1 15470U 85003B   13117.85060265  .00000048  00000-0  20620-3 0  2985
+2 15470 082.6020 268.2311 0003972 329.6280 199.1887 12.62979109303905
+1 15471U 85003C   13115.86288258  .00000064  00000-0  28194-3 0  6277
+2 15471 082.6083 235.7288 0020405 199.1621 307.8150 12.66154979306780
+1 15472U 85003D   13117.82761167  .00000024  00000-0  72740-4 0  3114
+2 15472 082.6020 240.9049 0014486 241.3766 275.7059 12.65048961306027
+1 15473U 85003E   13116.46882400  .00000011  00000-0  92973-6 0  3127
+2 15473 082.6105 257.7739 0011251 265.5016 126.6503 12.64465044305253
+1 15474U 85003F   13116.47378220  .00000013  00000-0  14132-4 0  3063
+2 15474 082.6073 263.4276 0008013 285.8674 106.8787 12.63790271304564
+1 15475U 85003G   13116.18275605 -.00000002  00000-0 -78962-4 0   445
+2 15475 082.6140 010.5181 0038313 139.8651 027.8073 12.55142748295565
+1 15482U 85006A   13117.56542318  .00000107  00000-0  48902-4 0  1948
+2 15482 074.0429 318.1647 0015497 292.9425 126.5565 14.32576888477120
+1 15483U 85006B   13116.83887898  .00000227  00000-0  87659-4 0  9205
+2 15483 074.0465 249.7791 0019657 245.3299 259.9359 14.35602914479478
+1 15484U 85007A   13116.52100914 -.00000224  00000-0  00000+0 0   434
+2 15484 014.5500 000.6837 0005563 074.1443 051.3952 01.00392669104494
+1 15487U 85007D   13115.94302352 -.00000033  00000-0  10000-3 0  9119
+2 15487 013.5443 357.9678 0016590 147.1002 212.9602 01.03020849106374
+1 15490U 85006C   13111.32113853  .00001225  00000-0  32267-3 0   344
+2 15490 074.0370 072.1560 0004171 310.3405 049.7391 14.50081275484723
+1 15491U 85006D   13117.50217851  .00000823  00000-0  26382-3 0  2328
+2 15491 074.0447 284.8147 0017200 109.2408 315.3593 14.40984641478410
+1 15494U 85009A   13116.68448507  .00002849  00000-0  16721-3 0  2704
+2 15494 082.4842 312.0628 0001875 268.7338 137.8896 15.11378523539345
+1 15495U 85009B   13117.16454509  .00000221  00000-0  24323-4 0  4430
+2 15495 082.5246 162.9711 0018807 274.7313 118.8079 14.82877259525819
+1 15503U 84112C   13117.87382896 -.00000082  00000-0  60550-5 0  3686
+2 15503 064.9958 060.4232 0016430 156.2950 241.0315 13.87460479430604
+1 15505U 85011A   13117.26942876  .00000029  00000-0  14652-4 0  4862
+2 15505 082.9238 009.1747 0042637 036.8950 111.6564 13.74215556416072
+1 15506U 85011B   13117.74709583 -.00000004  00000-0 -19359-4 0  9658
+2 15506 082.9210 347.0401 0035152 308.0462 080.9844 13.75996430417472
+1 15516U 85013A   13117.74848398  .00000046  00000-0  27312-4 0  2621
+2 15516 082.5340 200.3656 0017119 097.5467 054.7415 13.85470924427542
+1 15517U 85013B   13117.19821559  .00000018  00000-0  23467-5 0  9276
+2 15517 082.5380 205.7479 0016219 120.7661 270.7075 13.84825550426228
+1 15519U 68097EF  13115.27106975  .00000887  00000-0  37670-3 0   483
+2 15519 062.3640 108.0711 0927842 036.7999 329.3157 13.01782355193500
+1 15521U 74083C   13117.60302343  .00000230  00000-0  12569-3 0  1061
+2 15521 081.2124 188.3195 0038896 336.2188 139.6496 14.08649039982814
+1 15523U 76067BH  13117.66299670 -.00000089  00000-0 -84208-4 0  4811
+2 15523 065.9353 253.3822 0739040 046.3904 044.7622 12.47440469 27109
+1 15528U 82109D   13116.20467074  .00000723  00000-0  19306-3 0  7490
+2 15528 074.0237 170.4282 0012605 357.2721 058.7862 14.50172530519325
+1 15529U 65027S   13117.12257447  .00000207  00000-0  69043-3 0  6730
+2 15529 090.2751 244.9560 0031302 043.5976 012.5683 12.97141361535712
+1 15530U 65027T   13114.90211919 -.00000251  00000-0 -90127-3 0  6894
+2 15530 090.3129 266.1899 0031446 077.6394 079.5980 12.96595962435111
+1 15535U 68091CY  13116.14937345  .00003673  00000-0  67301-3 0  4546
+2 15535 062.3976 033.1381 0542605 149.8930 330.2289 14.01544034276119
+1 15540U 76077EU  13117.82411103  .00000360  00000-0  48808-2 0  9736
+2 15540 102.7106 070.4207 0576553 014.3951 017.4550 11.65985525235962
+1 15541U 81053KC  13117.20893638  .00000271  00000-0  22890-3 0  8909
+2 15541 082.8934 020.6228 0032163 285.8183 230.4274 13.84219835457701
+1 15542U 81053KD  13116.45210388  .00000606  00000-0  60607-3 0  3254
+2 15542 083.0081 006.0466 0075296 149.9221 262.9236 13.74962924566080
+1 15555U 76126BT  13116.18588674  .00000044  00000-0  11282-3 0   303
+2 15555 065.7886 035.0417 0978133 271.0858 077.8409 12.49994628966353
+1 15558U 61015LE  13110.53451894  .00000084  00000-0  11007-3 0  7220
+2 15558 065.5850 163.6044 0052297 169.7408 190.4833 14.02888155450097
+1 15559U 77121BM  13109.07124169  .00000075  00000-0  18415-3 0  3467
+2 15559 065.5834 126.4816 0133528 310.6014 078.4767 13.63891968404880
+1 15560U 85015A   13115.84527853  .00000073  00000-0  10000-3 0  6956
+2 15560 014.4160 016.1099 0004788 024.9063 335.0793 01.00431577 77914
+1 15561U 85015B   13117.28401828  .00000031  00000-0  10000-3 0  5728
+2 15561 013.9580 029.9653 0001496 326.2521 033.6783 00.99544105 78834
+1 15562U 85015C   13117.11867885  .00001202  00000-0  10771-2 0  9381
+2 15562 007.0610 015.6349 6785097 246.5340 347.9262 02.88333711222206
+1 15574U 85016A   13115.87329411  .00000074  00000-0  10000-3 0  6642
+2 15574 014.6413 000.1352 0007403 094.5861 265.4634 01.00230982102324
+1 15581U 85016F   13111.34640753  .00000006  00000-0  10000-3 0  6671
+2 15581 014.9666 001.2598 0026863 113.7556 246.4982 00.99403602 74179
+1 15592U 85020A   13116.81972022  .00004020  00000-0  21770-3 0  1505
+2 15592 082.5454 020.2483 0021826 077.6995 324.9882 15.14142112534205
+1 15593U 85020B   13117.87327334  .00000325  00000-0  36810-4 0  3297
+2 15593 082.5394 236.0441 0011119 355.6014 151.7833 14.83318815520246
+1 15595U 85021A   13117.83448429  .00000082  00000-0  72589-4 0  3142
+2 15595 108.0491 200.0902 0001798 249.4981 257.4787 14.37323575473155
+1 15596U 85021B   13117.04141447  .00000158  00000-0  91239-4 0  2355
+2 15596 108.0580 281.3802 0033014 029.5243 115.6906 14.40789330475474
+1 15597U 85022A   13117.20537535  .00000011  00000-0 -43539-5 0  8921
+2 15597 082.9405 172.6866 0037201 105.6259 288.1396 13.74939143410954
+1 15598U 85022B   13117.18262059 -.00000012  00000-0 -28303-4 0  4036
+2 15598 082.9358 150.8757 0022161 021.5860 009.6934 13.76450436412469
+1 15614U 85021D   13117.66658906  .00000545  00000-0  13102-3 0  6768
+2 15614 108.2286 000.0653 0018220 301.2965 093.8292 14.65231959491944
+1 15615U 85021E   13117.19369130  .00000489  00000-0  18094-3 0  5036
+2 15615 107.8154 012.4330 0046446 000.4721 145.5752 14.43941865474309
+1 15616U 85021F   13116.54091531  .00003815  00000-0  54055-3 0  3404
+2 15616 107.4814 341.7710 0050248 206.7095 186.4855 14.78004612484317
+1 15617U 85023A   13115.97507887  .00000017  00000-0  22875-3 0  4349
+2 15617 074.0568 065.9347 0023854 096.7550 295.0886 12.43192845275393
+1 15618U 85023B   13117.20925610 -.00000030  00000-0 -10105-3 0  3480
+2 15618 074.0580 011.3356 0012479 022.0412 123.1220 12.45291715277701
+1 15619U 85023C   13116.07476602 -.00000028  00000-0 -85565-4 0  3634
+2 15619 074.0554 325.1932 0015399 282.0961 223.1066 12.47176055279498
+1 15620U 85023D   13117.85285266  .00000017  00000-0  21935-3 0  3802
+2 15620 074.0552 273.0977 0015594 179.8626 349.0341 12.49145762281722
+1 15621U 85023E   13116.42573571  .00000003  00000-0  12186-3 0  5629
+2 15621 074.0562 228.0685 0024630 118.5482 273.1580 12.50986400283437
+1 15622U 85023F   13116.30200333 -.00000032  00000-0 -10549-3 0  1687
+2 15622 074.0551 182.9086 0033361 058.0918 004.0596 12.52768883285246
+1 15623U 85023G   13115.59122582 -.00000044  00000-0 -17103-3 0  1807
+2 15623 074.0528 139.8201 0043638 008.4826 137.2156 12.54488357286920
+1 15624U 85023H   13116.44456279  .00000008  00000-0  14559-3 0  1828
+2 15624 074.0546 091.7962 0051597 303.4859 202.3220 12.56316610288896
+1 15625U 85023J   13116.53126352  .00000114  00000-0  11943-2 0  3288
+2 15625 074.0538 280.5029 0145911 064.6998 330.4125 12.19891380131529
+1 15626U 85024A   13115.65240969 -.00000107  00000-0  10000-3 0  4630
+2 15626 016.8733 003.6111 0012811 248.2692 111.5699 00.94797045 76772
+1 15629U 85025A   13117.25705076 -.00000011  00000-0  10000-3 0   233
+2 15629 014.6502 024.0011 0028620 259.5708 100.0581 00.98284337 68097
+1 15630U 85024D   13115.04988651 -.00000235  00000-0  10000-3 0  8822
+2 15630 014.3633 356.1688 0016986 103.9174 256.2356 01.01227833103874
+1 15642U 85028B   13115.86718215  .00000080  00000-0  10000-3 0  9521
+2 15642 013.1168 037.5767 0018796 014.5622 345.4258 00.99660292108256
+1 15643U 85028C   13116.52614361 -.00000182  00000-0  00000+0 0  7351
+2 15643 017.7196 357.0720 0074259 169.7117 030.9970 00.96964008 90138
+1 15644U 85028D   13116.47417842  .00001093  00000-0  12878-2 0  4202
+2 15644 023.0795 237.7773 6950225 349.1284 001.3338 02.66095101255857
+1 15677U 85035A   13116.79122959 -.00000107  00000-0  00000+0 0  6459
+2 15677 013.3458 034.4254 0008503 336.9030 022.9941 01.00272669 77110
+1 15678U 85035B   13116.50759975 -.00000283  00000-0  00000+0 0  7808
+2 15678 014.6194 005.8559 0005343 041.9223 131.7516 01.00292115 89060
+1 15680U 85035D   13117.15853392  .00064259  00000-0  11233-1 0  1966
+2 15680 006.7958 346.0156 4444515 086.5008 045.2283 06.55019182412802
+1 15693U 84063F   13114.16009952 -.00000188  00000-0  10000-3 0  8246
+2 15693 013.4689 354.4714 0020001 111.1683 249.0070 01.03290401 77476
+1 15697U 85037A   13116.31965650  .00000006  00000-0  00000+0 0  5067
+2 15697 064.2504 238.2956 0026647 005.2863 004.3961 02.13102545194061
+1 15698U 85037B   13116.78671613  .00000009  00000-0  00000+0 0  5009
+2 15698 064.2297 237.9812 0011838 010.3088 351.2000 02.13124888217495
+1 15699U 85037C   13115.91275536  .00000004  00000-0  00000+0 0  4507
+2 15699 064.2306 238.2055 0014322 012.0714 136.7413 02.13067403217422
+1 15702U 85037F   13117.79056949  .00000012  00000-0  00000+0 0  7350
+2 15702 064.2196 237.1760 0029430 005.9937 135.8744 02.13321503217701
+1 15714U 85037G   13116.33325358  .00004026  00000-0  20646-2 0  8132
+2 15714 051.9152 062.0155 5558780 003.9092 216.1114 04.64631573450490
+1 15715U 85037H   13117.45816993 -.00000229  00000-0 -54803-4 0  4589
+2 15715 052.0269 097.0281 5320661 201.4649 346.8292 05.03642626368950
+1 15738U 85040A   13115.97279826  .00000060  00000-0  19248-1 0  2569
+2 15738 064.3149 248.0135 6523248 286.1856 036.2624 02.55626496218540
+1 15741U 85040D   13115.44301044 -.00000407  00000-0 -12039+0 0  4101
+2 15741 063.7249 126.5786 6795556 280.8145 105.7120 01.96836485200498
+1 15751U 85041A   13117.20242929  .00000032  00000-0  18382-4 0  3726
+2 15751 082.9510 358.7253 0028100 092.4617 054.1304 13.71598979397037
+1 15752U 85041B   13117.16030861  .00000006  00000-0 -94249-5 0   199
+2 15752 082.9493 341.9045 0024072 018.3865 128.4304 13.72973051398379
+1 15755U 85042A   13117.05082437 -.00000088  00000-0 -18897-4 0  4758
+2 15755 071.1126 308.6797 0037305 241.6239 118.1124 14.20222952445985
+1 15756U 83079D   13115.36107176  .00001618  00000-0  33865-3 0  2518
+2 15756 074.0524 088.8944 0008623 050.6216 110.5186 14.60609441473931
+1 15762U 76126BU  13115.95033047  .00000214  00000-0  55833-3 0  4714
+2 15762 065.6637 291.7502 0748066 169.4039 336.9865 12.57863806 98457
+1 15764U 73081C   13117.83009581  .00000216  00000-0  23529-3 0  9385
+2 15764 090.4774 057.6663 0185714 356.4121 035.7803 13.63611312482374
+1 15766U 81053KE  13117.23308470  .00001564  00000-0  76671-3 0  5770
+2 15766 082.9508 208.3456 0008365 062.1329 325.8536 14.17248507430460
+1 15767U 81053KF  13117.45424602  .00002205  00000-0  10456-2 0  3703
+2 15767 082.9260 214.9469 0016550 151.3074 208.9021 14.19106243430176
+1 15768U 81053KG  13117.14780321  .00001367  00000-0  93793-3 0  6676
+2 15768 083.0798 275.9562 0057315 053.8765 001.0487 13.98057656419751
+1 15769U 81043C   13117.52227667  .00000207  00000-0  11446-3 0  8362
+2 15769 081.2737 141.2064 0062678 130.3307 230.3362 14.06703616480007
+1 15772U 85042D   13117.87084387 -.00000095  00000-0 -21885-4 0   860
+2 15772 071.1089 283.9279 0037192 234.4626 276.3805 14.20901963446740
+1 15773U 85042E   13116.88346990  .00000042  00000-0  52713-4 0   158
+2 15773 066.5899 238.2514 0037913 329.4547 168.4067 14.26454087451429
+1 15774U 85042F   13117.66061285 -.00000062  00000-0  10213-4 0  1857
+2 15774 066.5810 291.4194 0018334 023.6194 048.7104 14.24301613450059
+1 15775U 68091DA  13117.61163154  .00000392  00000-0  56929-3 0  3687
+2 15775 062.2978 311.5543 0737728 041.4640 357.4606 12.86964446947861
+1 15780U 81053KH  13116.65563565  .00000820  00000-0  68170-3 0  3529
+2 15780 082.8212 005.2165 0057858 168.7704 220.7510 13.86750802413477
+1 15783U 61015LG  13115.20947701  .00001360  00000-0  36858-3 0   374
+2 15783 067.0460 061.7855 0073339 260.1493 218.5439 14.49160242482808
+1 15784U 79060D   13117.52282045  .00001603  00000-0  33416-3 0  6344
+2 15784 074.0031 271.2377 0003961 174.1143 250.1366 14.60814397488232
+1 15785U 84019C   13117.37943605  .00001251  00000-0  30050-3 0  8706
+2 15785 074.0390 088.4177 0011393 266.7990 247.1960 14.54419981633863
+1 15788U 78026GT  13117.54176194  .00000524  00000-0  45409-3 0   551
+2 15788 098.8778 219.2823 0125675 008.1285 114.4140 13.87016464537229
+1 15789U 73086GT  13117.63801212  .00011640  00000-0  69320-1 0  3111
+2 15789 103.6814 356.9610 0538753 048.0552 341.5742 12.21800012243495
+1 15821U 85047A   13117.15546073  .00000007  00000-0  17895-3 0  4406
+2 15821 073.6224 128.2237 0026380 103.0285 287.8737 12.40732545262450
+1 15822U 85047B   13117.12442671 -.00000012  00000-0  33958-4 0  1653
+2 15822 073.6226 114.2697 0024258 092.4185 297.5042 12.41251962263009
+1 15824U 85048B   13116.98910651 -.00000145  00000-0  10000-3 0  7865
+2 15824 014.1827 028.0065 0006977 013.4156 346.5455 00.99473053 69518
+1 15825U 85048C   13115.87985040  .00000100  00000-0  10000-3 0  3504
+2 15825 014.3545 019.3480 0012751 281.6073 078.2029 01.00414763 87271
+1 15826U 85048D   13116.36557811  .00000118  00000-0  10000-3 0  8561
+2 15826 013.7298 031.7459 0004433 048.8709 311.1064 00.99871634 81522
+1 15827U 85049A   13116.23930806 -.00000890  00000-0  00000+0 0   428
+2 15827 065.6190 048.2887 6616308 168.8691 000.9978 02.00781111204086
+1 15830U 85049D   13117.42462830 -.00000619  00000-0  00000+0 0  3861
+2 15830 067.3348 130.6583 5843472 101.9948 010.4254 01.98670864202112
+1 15832U 85048F   13115.19369976  .00000946  00000-0  15761-2 0  1392
+2 15832 025.3522 075.5724 7174198 312.9369 022.7574 02.35726367182009
+1 15836U 85048G   13116.26472484  .00000100  00000-0  45878-3 0  3773
+2 15836 026.9252 061.8392 7136985 209.4770 353.0878 02.38609846238674
+1 15837U 85048H   13115.78821308  .00000099  00000-0  84006-3 0  3563
+2 15837 025.6191 251.4348 7231075 337.7868 031.9570 02.25994526174915
+1 15873U 85055A   13114.65776329 -.00000279  00000-0  10000-3 0  8578
+2 15873 014.2538 024.0675 0016166 346.8818 013.0245 01.00092342 76471
+1 15874U 85055B   13116.75527681  .00003213  00000-0  16332-2 0  2934
+2 15874 023.0798 227.3934 6628621 141.9523 310.5227 03.10579611282704
+1 15876U 85056B   13116.83859723  .00013159  00000-0  92107-2 0  1866
+2 15876 007.7242 128.2786 6390000 268.9313 093.0753 03.41450698231402
+1 15889U 85058A   13117.81346889  .00003058  00000-0  19406-3 0  8322
+2 15889 082.5201 045.1933 0019180 237.5813 156.1942 15.08398832513514
+1 15890U 85058B   13116.89895235  .00000354  00000-0  41110-4 0  3234
+2 15890 082.5282 235.0209 0022267 161.0627 348.1068 14.82394375500781
+1 15930U 85064A   13117.17255064 -.00000081  00000-0  75296-5 0  7794
+2 15930 064.9416 350.5925 0054672 149.9221 354.9008 13.83656256390063
+1 15935U 85066A   13117.31225266  .00000076  00000-0  11928-3 0  1830
+2 15935 090.1016 033.2938 0170832 130.8651 015.7773 13.35408822348882
+1 15936U 85066B   13117.80298588  .00000097  00000-0  15666-3 0  8431
+2 15936 090.0899 028.8724 0171472 133.0723 261.4938 13.35298626351066
+1 15938U 85066C   13117.78631511  .00000090  00000-0  14628-3 0  2318
+2 15938 090.0933 029.9673 0171153 145.5110 215.7280 13.34917150348614
+1 15944U 85069A   13116.83330704  .00002186  00000-0  13740-3 0  5813
+2 15944 082.5035 277.6828 0021560 319.0515 040.9094 15.08571601509055
+1 15945U 85069B   13116.55841594  .00000341  00000-0  38969-4 0  3187
+2 15945 082.5261 108.8227 0019153 227.1661 282.9145 14.82977235496763
+1 15946U 85070A   13116.49570725 -.00000249  00000-0  10000-3 0  2449
+2 15946 014.5904 001.9234 0003937 069.1475 290.8574 01.00258761 74100
+1 15950U 85066D   13116.18296602  .00002483  00000-0  21996-2 0  2013
+2 15950 089.9367 346.0904 0136222 015.4363 130.5413 13.80585404375075
+1 15951U 85066E   13116.97183507  .00002650  00000-0  26808-2 0  5027
+2 15951 089.7684 266.0676 0132759 209.6092 299.4764 13.73121478371327
+1 15952U 85071A   13117.53251095  .00000006  00000-0  00000+0 0  7618
+2 15952 065.8392 082.5208 6357511 051.3389 030.5859 03.01872039241593
+1 15963U 85070F   13115.91049899 -.00000177  00000-0  10000-3 0   759
+2 15963 015.4921 004.5186 0015291 056.3182 303.7945 00.97806041 72752
+1 15986U 85075A   13117.12874332 -.00000076  00000-0  13347-4 0  4044
+2 15986 064.6842 335.9966 0076860 226.9323 278.4388 13.86493564392582
+1 15993U 85076B   13115.60040746 -.00000292  00000-0  00000+0 0  6249
+2 15993 014.3587 023.8754 0002959 337.1106 022.8261 00.99765174 71706
+1 15994U 85076C   13114.78899330 -.00000094  00000-0  10000-3 0  5827
+2 15994 013.9054 029.0069 0006998 337.8174 022.0987 01.00315463 69863
+1 15995U 85076D   13114.99969493 -.00000198  00000-0  10000-3 0   997
+2 15995 013.7097 007.1744 0002354 278.5899 081.3390 00.97800665 71185
+1 15996U 85076E   13117.45717960  .00000060  00000-0  48933-3 0  1457
+2 15996 025.8559 216.2547 7151583 137.3590 308.5364 02.34967959181318
+1 16001U 85076F   13116.10206765  .00001845  00000-0  10026-2 0  9712
+2 16001 027.3803 085.1295 5077848 043.9128 019.1694 05.38587727530302
+1 16007U 85076G   13116.69984044  .00000365  00000-0  59413-3 0  2426
+2 16007 026.4323 238.3363 7183869 042.4729 016.3199 02.34447012233222
+1 16011U 85079A   13117.42717676  .00000126  00000-0  55563-4 0  8829
+2 16011 074.0541 086.4218 0015230 003.0972 142.3977 14.32779325444551
+1 16012U 85079B   13117.83121875  .00000135  00000-0  55801-4 0  9203
+2 16012 074.0622 025.5797 0015743 306.0583 090.5294 14.35704142446850
+1 16020U 85066F   13115.92904167  .00000173  00000-0  28869-3 0  2140
+2 16020 090.2635 251.8164 0140266 271.1109 237.6521 13.40097894353038
+1 16064U 85084A   13117.00145175 -.00000598  00000-0  00000+0 0  1149
+2 16064 068.2513 353.1415 5803677 186.3902 353.0408 02.00671347202132
+1 16070U 85084D   13116.07020096  .00000179  00000-0  00000+0 0  6381
+2 16070 070.1826 293.8170 5587366 135.5390 329.2017 02.03976065205522
+1 16101U 85087A   13114.31550964  .00000069  00000-0  10000-3 0  8381
+2 16101 014.2063 028.4581 0000639 186.6880 173.2600 00.99111607 82733
+1 16103U 85088A   13115.41231438  .00000516  00000-0  00000+0 0  6995
+2 16103 069.5658 247.0164 5626668 120.3271 333.9608 02.00286698201962
+1 16106U 85088D   13111.39446149  .00000396  00000-0  00000+0 0  3878
+2 16106 066.5141 132.1589 5943004 127.9451 005.8307 02.04645056205981
+1 16111U 85090B   13117.83163890  .00004520  00000-0  17136-3 0  1391
+2 16111 097.4249 195.7310 0030711 068.7036 291.7477 15.26956143511663
+1 16129U 85093A   13116.68244833  .00000025  00000-0  00000+0 0  6201
+2 16129 062.7610 217.3312 0187181 043.9539 354.6338 01.89368417138529
+1 16137U 85093B   13114.53883655  .00000019  00000-0  00000+0 0  2730
+2 16137 063.6958 103.0742 5702908 005.8849 084.6918 03.91039167393368
+1 16138U 85094A   13117.19304072  .00000038  00000-0  14214-3 0  8315
+2 16138 082.6097 052.2954 0022760 091.5662 042.3689 12.65985869273100
+1 16139U 85094B   13117.84997146  .00000040  00000-0  16585-3 0  8190
+2 16139 082.6093 098.4801 0000047 110.9487 308.8462 12.62356663269830
+1 16140U 85094C   13115.91673661  .00000007  00000-0 -19041-4 0  1188
+2 16140 082.6028 058.8517 0018663 139.0722 253.4532 12.64904752271859
+1 16141U 85094D   13115.93225212  .00000013  00000-0  98762-5 0  1135
+2 16141 082.6107 073.7594 0015527 157.3739 236.2264 12.64342467271283
+1 16142U 85094E   13117.00768552  .00000009  00000-0 -97117-5 0  1167
+2 16142 082.6085 079.6846 0011973 172.1447 217.3215 12.63672673270757
+1 16143U 85094F   13116.01998078  .00000017  00000-0  34332-4 0  1130
+2 16143 082.6017 084.4345 0007020 206.9958 182.7517 12.62882534269837
+1 16144U 85094G   13116.27464440 -.00000006  00000-0 -10395-3 0  1480
+2 16144 082.6095 182.1919 0036851 031.7670 029.0950 12.54851948261928
+1 16181U 85097A   13117.76654673 -.00000081  00000-0 -17798-4 0  7000
+2 16181 070.9671 001.6087 0015932 052.0774 308.1784 14.13283712285936
+1 16182U 85097B   13117.66947032 -.00000017  00000-0  15639-4 0  9815
+2 16182 071.0031 307.8480 0009047 228.4056 161.1001 14.16056992422235
+1 16183U 85098A   13116.13554610 -.00000248  00000-0  00000+0 0  4603
+2 16183 070.7423 302.3029 5515490 135.0442 224.8604 02.00518126201522
+1 16186U 85098D   13116.52680976  .00000474  00000-0  00000+0 0  9294
+2 16186 069.4739 253.5763 5663692 125.3494 002.1080 02.03412581204416
+1 16191U 85100A   13116.21128209 -.00000408  00000-0 -10900-2 0   446
+2 16191 082.5498 192.1454 0021725 117.9128 304.1150 13.17189314322614
+1 16194U 85100B   13117.68999568 -.00000050  00000-0 -18658-3 0  6285
+2 16194 082.5894 333.5508 0017317 065.6034 325.8029 13.06722277311718
+1 16199U 85102A   13117.23834742 -.00000010  00000-0  10000-3 0  1749
+2 16199 014.5869 003.4538 0008743 080.2715 279.7892 01.00306722103558
+1 16202U 82055D   13117.82126873  .00000160  00000-0  17364-3 0   825
+2 16202 065.8315 004.0412 0095438 275.4564 213.2780 13.95436065567928
+1 16203U 82055E   13116.64294130 -.00000060  00000-0  19291-4 0  2146
+2 16203 065.8337 155.1591 0077326 255.4897 251.1032 13.88813684564401
+1 16204U 82055F   13117.18689992 -.00000069  00000-0  12408-4 0  4897
+2 16204 065.8335 180.1908 0030508 319.7620 076.0243 13.79693898385962
+1 16205U 82055G   13117.72961927  .00000004  00000-0  86271-4 0  3255
+2 16205 065.8283 188.9176 0068604 267.4285 238.6921 13.75411441377140
+1 16206U 82055H   13116.53705655  .00000006  00000-0  93720-4 0  8230
+2 16206 065.8332 146.0135 0028204 248.8894 274.1122 13.72869188547584
+1 16207U 82055J   13117.83735007 -.00000083  00000-0 -87893-5 0  4574
+2 16207 065.8379 021.3293 0087425 320.1320 074.5593 13.57485937363875
+1 16208U 82055K   13116.74500786 -.00000051  00000-0  30284-4 0  8724
+2 16208 065.8360 342.6719 0033657 077.1188 317.8507 13.75857719382068
+1 16209U 82055L   13116.14597135 -.00000086  00000-0 -64249-5 0  8967
+2 16209 065.8348 175.5189 0023665 225.5416 188.5798 13.71212472382253
+1 16210U 82055M   13116.31741866 -.00000062  00000-0  19873-4 0  5850
+2 16210 065.8362 046.1585 0037207 279.8864 224.6327 13.74310785380516
+1 16211U 82055N   13116.48316885  .00000009  00000-0  10105-3 0  7207
+2 16211 065.8360 260.8665 0041098 263.2023 133.2847 13.69729482375424
+1 16214U 85102D   13115.48712364 -.00000163  00000-0  10000-3 0  8833
+2 16214 014.4152 003.0068 0023213 031.2951 328.8038 01.00618224 76629
+1 16229U 85028E   13116.69843985  .00005675  00000-0  11079-2 0  8696
+2 16229 026.9266 185.9549 4889728 179.2230 182.0443 05.78669608426430
+1 16250U 85107A   13110.73367196 -.00000061  00000-0  10000-3 0  3124
+2 16250 014.5625 003.0981 0014510 086.3597 273.7762 01.00127952103677
+1 16262U 85108A   13116.60518253  .00002721  00000-0  19983-3 0  1505
+2 16262 082.4935 287.2205 0014450 085.5664 274.7213 15.03010776491026
+1 16263U 85108B   13117.50068951  .00000370  00000-0  43548-4 0  3247
+2 16263 082.5033 091.6303 0018757 284.2042 225.2034 14.82038883480390
+1 16266U 85094K   13115.91136597  .00000227  00000-0  11649-2 0  7496
+2 16266 082.6030 079.2161 0004399 142.8081 251.0290 12.65134112270483
+1 16267U 85094L   13117.26456162 -.00001669  00000-0 -56218-2 0   598
+2 16267 082.5939 222.3811 0059689 142.5096 243.8459 12.99033395918864
+1 16268U 85094M   13117.52262000  .00000212  00000-0  12234-2 0  1383
+2 16268 082.7123 291.0295 0075536 110.6454 305.2761 12.55039736254559
+1 16269U 85094N   13117.51262986  .00000047  00000-0  20193-3 0  4514
+2 16269 082.6207 113.7086 0010610 199.3071 307.3617 12.62078401268504
+1 16270U 85094P   13116.15639520  .00000115  00000-0  48549-3 0   783
+2 16270 082.7300 143.6291 0256584 298.2163 122.0213 12.67878854273486
+1 16271U 85094Q   13116.98946227  .00000043  00000-0  17854-3 0  7186
+2 16271 082.6057 088.4151 0005389 219.9190 172.7509 12.62939067269935
+1 16272U 85094R   13117.13404156  .00000202  00000-0  92137-3 0  7921
+2 16272 082.6231 008.9800 0040239 264.7589 248.1017 12.73039880277523
+1 16274U 85109B   13114.77706435 -.00000083  00000-0  10000-3 0  9167
+2 16274 012.2856 041.2564 0009083 016.1929 343.7694 00.99560395 89511
+1 16275U 85109C   13114.48149872 -.00000086  00000-0  10000-3 0  3158
+2 16275 014.1674 025.2097 0001128 078.3327 281.6273 00.99953659 90095
+1 16276U 85109D   13116.85783380  .00000072  00000-0  10000-3 0  8193
+2 16276 013.0413 037.5391 0007108 108.0580 251.9485 00.99603571 77842
+1 16291U 85110A   13117.86895270  .00000082  00000-0  70289-4 0  9969
+2 16291 082.9350 080.7105 0032796 112.5757 309.9503 13.74482042374989
+1 16292U 85110B   13117.33469068  .00000106  00000-0  92109-4 0  3072
+2 16292 082.9348 049.0351 0030153 001.2735 149.5787 13.76784892377124
+1 16293U 85109F   13116.37610258  .00001767  00000-0  20140-2 0   933
+2 16293 025.5130 201.3784 7208700 228.5332 245.6122 02.32762919167954
+1 16294U 85109G   13117.54573980  .00000728  00000-0  12930-2 0  9667
+2 16294 025.8207 182.8524 7183817 044.5147 007.0572 02.34289593188753
+1 16295U 85109H   13116.47887660  .00000492  00000-0  11959-2 0  2539
+2 16295 026.4556 066.7266 7138026 032.3126 120.1559 02.38886207160374
+1 16326U 85113A   13117.80856531  .00002084  00000-0  14217-3 0  6253
+2 16326 082.5184 245.5610 0014065 063.0654 297.2008 15.05640663489231
+1 16327U 85113B   13116.95106289  .00000355  00000-0  41334-4 0   172
+2 16327 082.5359 065.2843 0017763 293.8161 096.9396 14.82434430477750
+1 16339U 85107F   13116.49075536 -.00000171  00000-0  10000-3 0   854
+2 16339 015.5220 005.7529 0019347 008.6214 351.3793 00.97496908 80586
+1 16368U 85116A   13117.42452762  .00000081  00000-0  69697-4 0  9877
+2 16368 082.9467 063.4971 0035262 178.2184 331.3412 13.74332167371893
+1 16369U 85116B   13116.31438252  .00000072  00000-0  57173-4 0  8452
+2 16369 082.9416 032.7666 0037647 071.4380 075.6635 13.76619157373817
+1 16375U 82055P   13116.18934008 -.00000030  00000-0  50065-4 0  8462
+2 16375 065.8342 191.8578 0027927 346.1703 047.6425 13.79851242385626
+1 16376U 82055Q   13117.61377414  .00000438  00000-0  41549-3 0  6649
+2 16376 065.8296 290.2789 0030082 309.9940 118.5815 13.90823161391876
+1 16377U 82055R   13117.57076336  .00000812  00000-0  63510-3 0  9331
+2 16377 065.8253 145.6900 0051208 318.0484 185.3499 13.97086052395203
+1 16378U 82055S   13117.60652434 -.00000007  00000-0  71013-4 0  1635
+2 16378 065.8328 187.6640 0030321 011.1373 105.8006 13.80464349385824
+1 16379U 82055T   13116.88466690 -.00000039  00000-0  42117-4 0  5207
+2 16379 065.8377 261.6568 0026522 297.4668 205.7123 13.77828461964092
+1 16380U 82055U   13116.54911002 -.00000078  00000-0  71525-6 0  7947
+2 16380 065.8349 127.9970 0060779 272.8943 232.1580 13.63761277369983
+1 16381U 82055V   13116.15365153 -.00000055  00000-0  29496-4 0  8242
+2 16381 065.8352 142.9211 0070419 306.6441 121.3562 13.63415996369572
+1 16382U 82055W   13117.60166411  .00001440  00000-0  74730-3 0  9373
+2 16382 065.7504 303.1510 0038050 222.8079 196.4433 14.17541659405987
+1 16383U 82055X   13115.87375230  .00000443  00000-0  56293-3 0    21
+2 16383 065.8314 244.7081 0052216 205.5096 299.4349 13.72738813375726
+1 16384U 82055Y   13116.09767851  .00000040  00000-0  13728-3 0  7544
+2 16384 065.8339 324.4256 0049196 241.8615 263.3084 13.68917563373716
+1 16385U 82055Z   13117.69007000  .00000192  00000-0  25583-3 0  1268
+2 16385 065.8315 322.3037 0022105 176.6412 311.1869 13.81646907382535
+1 16386U 82055AA  13116.10289333 -.00000048  00000-0  35743-4 0  5563
+2 16386 065.8372 249.3646 0042647 183.7161 224.5095 13.69503409545091
+1 16387U 82055AB  13116.11948640 -.00000043  00000-0  34638-4 0  8748
+2 16387 065.8378 337.5340 0061107 300.0474 204.0637 13.84597418390657
+1 16389U 85097C   13117.86752535  .00000075  00000-0  10710-3 0  7778
+2 16389 071.0037 251.4285 0188975 181.1557 324.7201 13.75739692381159
+1 16390U 85097D   13117.14483403  .00000049  00000-0  87549-4 0  8504
+2 16390 070.9735 348.4900 0208678 351.8425 151.8083 13.71724318376783
+1 16391U 85097E   13116.83757002  .00000143  00000-0  16748-3 0  7819
+2 16391 070.9989 235.4719 0192107 204.4207 302.4290 13.76215084381586
+1 16392U 85097F   13117.84454464  .00000099  00000-0  13156-3 0  8673
+2 16392 070.9709 275.6628 0203153 272.0954 236.8712 13.74048914379104
+1 16393U 85117A   13117.56438706  .00000157  00000-0  26389-2 0  6705
+2 16393 063.4763 101.5757 6825859 286.9508 308.2869 02.12400118203303
+1 16396U 85118A   13117.02542270  .00000078  00000-0  00000+0 0  2406
+2 16396 065.1857 123.2200 0012159 213.1028 349.2008 02.13103166212840
+1 16397U 85118B   13117.42208964  .00000075  00000-0  00000+0 0  5882
+2 16397 065.1967 123.3406 0010059 202.9320 301.5765 02.13101559212799
+1 16398U 85118C   13117.56009203  .00000075  00000-0  00000+0 0  3184
+2 16398 065.1744 123.7373 0009120 016.1989 129.8682 02.12919798212625
+1 16402U 85117F   13116.10845103 -.00000542  00000-0  42257-1 0  7282
+2 16402 063.7114 188.0419 6832085 283.6164 024.4032 01.96559653196279
+1 16404U 85118F   13115.56351256  .00000092  00000-0  00000+0 0  6281
+2 16404 065.1881 123.0798 0005727 012.2907 133.8085 02.13164073213021
+1 16408U 85119A   13117.10128954  .00000036  00000-0  19193-4 0  4548
+2 16408 082.5338 119.0993 0014747 296.4278 094.2723 13.85232913381795
+1 16409U 85119B   13117.55394197  .00000027  00000-0  10682-4 0  9574
+2 16409 082.5345 123.1098 0013783 317.2539 189.9094 13.84741484381618
+1 16445U 85118K   13115.60000852  .00000104  00000-0  20747-3 0  2480
+2 16445 065.1217 133.4930 5681987 226.0222 336.9016 04.24563651423066
+1 16446U 85118L   13116.80496666 -.00000024  00000-0  11154-3 0  1579
+2 16446 065.1930 014.0075 5641111 237.4383 122.2360 04.32847167427622
+1 16449U 86002A   13116.99440939  .00000014  00000-0  20235-3 0  7627
+2 16449 073.9883 276.2912 0017379 077.6455 069.8912 12.46851713242612
+1 16450U 86002B   13116.22656660 -.00000021  00000-0 -34103-4 0  3272
+2 16450 073.9920 013.9822 0024613 245.1650 260.6017 12.42928465238617
+1 16451U 86002C   13116.51448584 -.00000018  00000-0 -16747-4 0  4483
+2 16451 073.9890 321.8213 0013350 169.8385 220.7508 12.45029512240749
+1 16452U 86002D   13117.87328964 -.00000019  00000-0 -20096-4 0  4767
+2 16452 073.9900 226.8930 0019068 343.7822 165.3920 12.48811472244656
+1 16453U 86002E   13117.75549028 -.00000045  00000-0 -18630-3 0  2690
+2 16453 073.9883 183.3495 0028611 287.8014 221.9075 12.50565076246409
+1 16454U 86002F   13116.21221303 -.00000044  00000-0 -17662-3 0  1742
+2 16454 073.9864 142.0959 0036881 234.0493 193.0958 12.52313969247953
+1 16455U 86002G   13117.01576028  .00000003  00000-0  11836-3 0  2784
+2 16455 073.9874 099.5622 0045984 186.1143 208.8506 12.53968392249684
+1 16456U 86002H   13117.80990858 -.00000001  00000-0  90795-4 0  2829
+2 16456 073.9909 054.5931 0051942 124.0224 270.1202 12.55728933251528
+1 16457U 86002J   13116.19148481 -.00000033  00000-0 -17681-3 0  2411
+2 16457 073.9911 188.5943 0134370 161.5980 259.2536 12.20760970120156
+1 16482U 86003B   13116.23164404 -.00000164  00000-0  10000-3 0  7381
+2 16482 013.2625 036.3276 0006553 021.6322 338.3278 00.99551244 76662
+1 16483U 86003C   13117.63851579  .00000742  00000-0  13409-2 0  6254
+2 16483 027.2596 284.3453 7124144 166.3276 349.9229 02.43046601236070
+1 16493U 86005A   13116.63744251  .00000039  00000-0  24870-4 0  3111
+2 16493 082.9312 141.4750 0021036 249.3455 259.8061 13.74499208413024
+1 16494U 86005B   13116.57482128  .00000150  00000-0  13794-3 0  6059
+2 16494 082.9287 116.7851 0020847 142.9249 006.4132 13.76347964369838
+1 16495U 86006A   13117.60939882  .00003009  00000-0  17543-3 0   742
+2 16495 082.4786 134.5318 0018446 056.5600 091.7227 15.11482212486960
+1 16496U 86006B   13117.17392418  .00000231  00000-0  25389-4 0  2297
+2 16496 082.5257 345.2804 0019746 022.1249 124.9107 14.83082311473155
+1 16497U 86007A   13116.04113498 -.00000266  00000-0  10000-3 0  2138
+2 16497 015.1117 005.1216 0077591 071.3904 289.4143 00.98814081 98482
+1 16510U 86008A   13117.87461795  .00000090  00000-0  79560-4 0  2842
+2 16510 082.9467 281.1696 0036599 286.5893 222.9978 13.74237896366898
+1 16511U 86008B   13116.97512010  .00000055  00000-0  41448-4 0  2799
+2 16511 082.9445 261.2639 0024621 183.7546 325.7665 13.75716893368344
+1 16526U 86010A   13117.23486176 -.00000041  00000-0  00000+0 0  2511
+2 16526 014.6405 008.2226 0005415 088.2813 271.7416 01.00212271107335
+1 16527U 86011A   13116.70544513  .00000394  00000-0  00000+0 0  1715
+2 16527 069.7295 014.0719 5459169 170.5581 283.1223 02.00547058199606
+1 16528U 86010B   13115.38782459  .00000234  00000-0  66780-3 0  6338
+2 16528 030.4850 115.5686 7192921 121.7882 005.5152 02.31232571178028
+1 16533U 86011F   13116.56281469 -.00000322  00000-0  00000+0 0   850
+2 16533 070.3972 326.1909 5525890 147.1968 312.2886 02.04055093186191
+1 16593U 86015A   13116.09640201  .00000020  00000-0  27217-3 0  3323
+2 16593 073.6101 258.1651 0028465 102.1596 307.2935 12.41006278232569
+1 16594U 86015B   13117.85070697 -.00000009  00000-0  60885-4 0  1713
+2 16594 073.6107 243.0052 0026268 089.0477 055.9100 12.41477115233298
+1 16597U 86016A   13116.20160730 -.00000060  00000-0  10000-3 0  8877
+2 16597 014.7382 016.3642 0022198 073.6800 286.5094 00.99287796 80552
+1 16611U 86018A   13117.42194941  .00001989  00000-0  12685-3 0  6691
+2 16611 082.5058 086.9898 0014465 166.4801 193.6818 15.08105202480393
+1 16612U 86018B   13117.86538615  .00000396  00000-0  45418-4 0  5770
+2 16612 082.5162 273.5399 0019543 099.5437 065.4850 14.83196747367340
+1 16613U 86019A   13117.84568192  .00001129  00000-0  20239-3 0  6277
+2 16613 098.6657 055.7481 0150282 034.7399 358.9032 14.61918384108377
+1 16614U 86019B   13115.53017661 -.00000060  00000-0 -91214-3 0  5637
+2 16614 098.7942 112.8748 4706677 219.0583 339.0849 05.50526610546141
+1 16615U 86019C   13117.71444888  .00000115  00000-0  61034-4 0   895
+2 16615 098.8136 159.0675 0012710 157.3536 351.8320 14.31046743423262
+1 16616U 86019D   13116.14666557  .00000176  00000-0  89227-4 0  5156
+2 16616 098.7953 167.0552 0006790 321.4976 099.4222 14.28086846412870
+1 16647U 86024A   13117.30845786 -.00000077  00000-0  99410-5 0  3401
+2 16647 064.9905 027.8876 0053318 317.4347 190.1055 13.79351462366700
+1 16649U 86026A   13116.15641733 -.00000345  00000-0  10000-3 0   369
+2 16649 013.8163 031.3055 0006516 357.7396 002.1968 00.99797487 68780
+1 16650U 86026B   13111.72072070 -.00000190  00000-0  10000-3 0  4037
+2 16650 013.2569 035.5438 0002222 350.4846 009.4658 00.99638859 78860
+1 16657U 86026C   13115.60854683  .00000117  00000-0  64385-3 0  3631
+2 16657 006.3355 135.2066 7245171 128.0266 010.2421 02.23953304171958
+1 16667U 86027A   13115.30661256  .00000110  00000-0  10000-3 0  4776
+2 16667 015.1006 004.6056 0016962 013.7997 346.2122 01.00369713 99213
+1 16676U 86027F   13117.40419507 -.00000170  00000-0  10000-3 0   996
+2 16676 016.0134 007.3903 0038197 023.8429 336.3036 00.97689687 73207
+1 16681U 86030A   13117.72754867  .00000052  00000-0  28633-4 0  1364
+2 16681 074.0242 181.4470 0018814 176.2756 331.4512 14.32544692412134
+1 16682U 86030B   13117.10619083  .00000200  00000-0  79068-4 0  9043
+2 16682 074.0261 121.7772 0013530 101.6707 291.7867 14.35245687414190
+1 16715U 70025PA  13110.93630740  .00000125  00000-0  23337-3 0  1623
+2 16715 100.1245 100.9522 0006335 169.4469 247.4409 13.59513708392387
+1 16719U 86034A   13116.83064016  .00002982  00000-0  19518-3 0   466
+2 16719 082.5489 026.6741 0012964 135.9023 256.2394 15.07338648467196
+1 16720U 86034B   13117.83487002  .00000264  00000-0  29923-4 0  1142
+2 16720 082.5565 209.7396 0021317 048.9758 100.6081 14.82390459455274
+1 16727U 86037A   13117.81442810  .00000053  00000-0  39975-4 0  9870
+2 16727 082.9606 047.5083 0030044 255.4549 138.0418 13.74067370350403
+1 16728U 86037B   13117.24161039  .00000063  00000-0  48662-4 0  1730
+2 16728 082.9583 018.7381 0032321 114.9504 031.2462 13.76525264352519
+1 16729U 86038A   13115.00689673 -.00000171  00000-0  10000-3 0  2010
+2 16729 016.0407 005.2042 0006137 280.8999 079.0004 00.96547508 72003
+1 16732U 86038D   13116.86812979  .00000055  00000-0  10000-3 0  4861
+2 16732 014.2551 359.9736 0024670 049.2769 310.8995 01.01369143 75978
+1 16735U 86039A   13117.51827324  .00000063  00000-0  42206-4 0  7055
+2 16735 082.5348 148.3531 0014755 020.5310 144.3544 13.85103315360590
+1 16736U 86039B   13117.63056437  .00000013  00000-0 -15983-5 0  6427
+2 16736 082.5365 150.5860 0013264 030.6828 329.5106 13.84694110360510
+1 16758U 86042A   13116.17817743 -.00000006  00000-0  62486-4 0  1693
+2 16758 074.0188 205.9856 0009987 112.7569 276.2840 12.50717534227854
+1 16759U 86042B   13117.83753212 -.00000027  00000-0 -59373-4 0  1918
+2 16759 074.0212 024.2029 0048814 244.0589 148.6628 12.58031865235231
+1 16760U 86042C   13116.83130741  .00000016  00000-0  19542-3 0  2870
+2 16760 074.0188 073.3167 0040069 309.8747 080.8783 12.56090396233197
+1 16761U 86042D   13117.42962662 -.00000024  00000-0 -55737-4 0  2432
+2 16761 074.0202 347.2733 0023830 039.2210 012.2975 12.44827740222236
+1 16762U 86042E   13115.99744692 -.00000010  00000-0  38782-4 0  4655
+2 16762 074.0174 297.6125 0011784 343.2965 161.7232 12.46949213224137
+1 16763U 86042F   13115.91969310  .00000020  00000-0  24256-3 0  3732
+2 16763 074.0183 251.8643 0010327 231.7372 275.4201 12.48835069225977
+1 16764U 86042G   13117.68107169 -.00000034  00000-0 -11293-3 0  1782
+2 16764 074.0161 159.3826 0019874 051.5912 096.9574 12.52538337 54559
+1 16765U 86042H   13117.53529062  .00000003  00000-0  12189-3 0  2877
+2 16765 074.0158 117.2917 0029281 357.3177 149.1753 12.54269626231509
+1 16766U 86042J   13117.78309455  .00000058  00000-0  65862-3 0  2345
+2 16766 074.0069 127.5842 0133722 284.3931 176.8970 12.23513747201265
+1 16769U 86044A   13116.21417321 -.00000088  00000-0  10000-3 0  6307
+2 16769 014.5416 005.5342 0002895 107.9169 252.0764 01.00197509 99149
+1 16791U 86046A   13117.80866590  .00001832  00000-0  14852-3 0  6885
+2 16791 082.4740 059.6827 0019151 170.2219 189.9381 14.98995874458760
+1 16792U 86046B   13117.73781381  .00000219  00000-0  24401-4 0  1359
+2 16792 082.4844 183.7770 0024030 223.3956 284.8433 14.82200424450906
+1 16797U 86044F   13115.57974833 -.00000128  00000-0  10000-3 0  1414
+2 16797 015.4026 007.9605 0013307 069.5462 290.5574 00.97669423 96006
+1 16798U 86047A   13117.62166895  .00000040  00000-0  26753-4 0  2547
+2 16798 082.9198 154.0679 0023259 314.6682 191.8939 13.74825926347510
+1 16799U 86047B   13116.16991331  .00000173  00000-0  15697-3 0  8038
+2 16799 082.9174 127.9511 0066811 187.2897 243.0207 13.77109230282996
+1 16809U 86024E   13116.99327903 -.00000057  00000-0  28659-4 0  4417
+2 16809 064.9894 288.4046 0043083 308.3490 196.1158 13.81616541369277
+1 16849U 86050A   13117.85458610 -.00000836  00000-0  00000+0 0  4281
+2 16849 069.3997 276.9451 5797343 138.3984 001.4023 02.00408507196474
+1 16854U 86050D   13117.75575457 -.00000806  00000-0  00000+0 0   299
+2 16854 068.6547 228.5686 5824326 125.8323 006.7550 02.02812158198621
+1 16860U 86052A   13117.87170150  .00000105  00000-0  43279-4 0  2723
+2 16860 074.0361 049.4353 0030796 149.5791 245.4979 14.37664656404234
+1 16864U 86052B   13117.20657007  .00000158  00000-0  58337-4 0  9383
+2 16864 074.0314 009.5953 0032628 112.9596 345.5223 14.39758448405265
+1 16865U 86052C   13117.83853906  .00005641  00000-0  60224-3 0  4338
+2 16865 074.0125 040.8334 0011166 083.1923 311.8548 14.89006228427698
+1 16866U 86052D   13116.54306624  .00006952  00000-0  58950-3 0  5077
+2 16866 074.0006 301.3156 0009184 353.3904 041.5483 14.98096619430492
+1 16867U 86052E   13117.56919835  .00001768  00000-0  31683-3 0  1222
+2 16867 074.0250 302.5917 0017720 341.7446 018.3085 14.67498229419563
+1 16870U 86007F   13115.42544562 -.00000178  00000-0  10000-3 0  1180
+2 16870 015.4990 005.9327 0035791 052.2865 308.0046 00.97799246 95694
+1 16881U 86055A   13117.86169495  .00001709  00000-0  12472-3 0  5766
+2 16881 082.5131 055.2763 0013322 183.3710 176.7428 15.03029955453778
+1 16882U 86055B   13117.34085885  .00000250  00000-0  28377-4 0  1195
+2 16882 082.5235 207.9871 0019391 350.4824 072.9259 14.82166584443858
+1 16908U 86061A   13117.84729167 -.00000092  00000-0  34935-4 0  1084
+2 16908 050.0066 141.6346 0011356 207.8699 136.5183 12.44472727883247
+1 16909U 86061B   13116.14790241 -.00000122  00000-0 -17638-3 0  2242
+2 16909 050.0125 150.3829 0011123 190.8396 213.6211 12.44459271214419
+1 16910U 86061C   13117.83466517 -.00000065  00000-0  23739-3 0   946
+2 16910 050.0043 086.7624 0071365 203.2128 214.5890 12.32531736202910
+1 16917U 86062A   13117.21253009 -.00000100  00000-0 -10337-4 0  3862
+2 16917 064.9823 156.6266 0036887 055.4665 340.8935 13.82440104348579
+1 16952U 86070A   13117.82144736  .00000128  00000-0  56389-4 0  8997
+2 16952 074.0055 268.3504 0025365 106.2263 042.0264 14.32651422391747
+1 16953U 86070B   13116.73977550  .00000078  00000-0  35272-4 0  8122
+2 16953 074.0124 181.5560 0011889 035.8604 112.3605 14.36762309394794
+1 16961U 86071A   13117.31565654  .00000011  00000-0  00000+0 0  2548
+2 16961 064.2307 237.3925 0004078 214.2561 180.2939 02.13103243207109
+1 16962U 86071B   13116.37223411  .00000007  00000-0  00000+0 0  1999
+2 16962 064.2360 237.4729 0007308 035.3082 038.3723 02.13102917207078
+1 16963U 86071C   13116.95122090  .00000010  00000-0  00000+0 0  2046
+2 16963 064.2186 237.2574 0007657 280.8153 233.7222 02.13101041207098
+1 16968U 86071F   13116.46813360  .00000008  00000-0  00000+0 0  5303
+2 16968 064.2235 236.8162 0018598 219.8132 174.0582 02.13266330207304
+1 16969U 86073A   13117.53599374  .00000049  00000-0  37340-4 0  3306
+2 16969 098.5492 146.4685 0012701 039.8548 122.9362 14.27630180384712
+1 16986U 86074A   13117.14525204  .00001558  00000-0  12078-3 0  4514
+2 16986 082.5075 146.8430 0014620 094.2953 265.9942 15.00659103443547
+1 16987U 86074B   13117.04520042  .00000369  00000-0  43346-4 0   258
+2 16987 082.5150 285.7870 0018668 195.0384 314.6888 14.82047890434417
+1 16993U 86075A   13117.07330196  .00000021  00000-0  00000+0 0  5051
+2 16993 063.2299 154.6085 5674600 206.7265 200.4611 04.02170594390217
+1 16996U 86075D   13115.26175310  .00000008  00000-0  00000+0 0   430
+2 16996 063.4418 180.6650 5538973 201.4198 226.4732 04.03351159391314
+1 17000U 76077EX  13117.74037485  .00003972  00000-0  69543-1 0  3988
+2 17000 102.4723 197.7425 0688470 263.4696 249.2972 11.27450508195354
+1 17018U 76067BJ  13114.15279374  .00000390  00000-0  15066-2 0  5977
+2 17018 066.0252 141.9908 0649882 313.0347 103.3771 12.43711594285925
+1 17023U 74089EW  13117.65299066  .00000012  00000-0  30525-3 0  1709
+2 17023 101.3118 160.8825 0054199 180.8245 304.3079 12.63542105302905
+1 17024U 77065FT  13088.06865165  .00001480  00000-0  32760-2 0  4107
+2 17024 029.4373 019.9440 0881431 114.8467 254.6265 12.30076520839014
+1 17025U 81053KJ  13117.41810161  .00000613  00000-0  59763-3 0  9710
+2 17025 082.8257 109.5428 0075385 169.5030 345.9337 13.76543677403123
+1 17026U 81053KK  13117.53244053  .00001156  00000-0  10545-2 0  1602
+2 17026 083.1341 140.0648 0075624 339.9886 176.1449 13.81200307402947
+1 17027U 78026GU  13117.57353605  .00008069  00000-0  86724-3 0  4186
+2 17027 098.3903 323.9906 0014001 274.8512 118.8969 14.88765635495236
+1 17035U 86062C   13116.15768286 -.00000090  00000-0 -35353-6 0  5793
+2 17035 064.9952 359.2609 0029037 024.1912 118.3210 13.86360934343196
+1 17037U 86078D   13117.02471030  .00000061  00000-0  11774-2 0  6500
+2 17037 065.3780 297.8694 6837676 035.7121 027.8110 02.53550617217278
+1 17046U 86082A   13116.16233349 -.00000055  00000-0  10000-3 0  4669
+2 17046 015.0785 008.4841 0015088 063.6887 296.4213 00.98458774 95699
+1 17065U 86082F   13115.89272701 -.00000148  00000-0  10000-3 0  5455
+2 17065 015.4257 009.0205 0031672 044.9900 315.2306 00.97599229 68967
+1 17066U 86086A   13117.82990697  .00000060  00000-0  46319-4 0  2043
+2 17066 082.9495 218.4426 0039789 326.1319 181.6104 13.75622367328418
+1 17067U 86086B   13116.18088338  .00000071  00000-0  56461-4 0  1817
+2 17067 082.9469 196.6880 0033077 252.8424 165.5073 13.77505523329432
+1 17070U 86088A   13117.87154441  .00000089  00000-0  81550-4 0    72
+2 17070 089.5380 039.8225 0037857 343.5554 046.3707 13.74504270326403
+1 17071U 86088B   13117.81677795  .00000085  00000-0  77185-4 0  9444
+2 17071 089.5341 033.0561 0036673 330.2002 062.0001 13.74828169326684
+1 17078U 86089A   13116.51944946 -.00000863  00000-0  66271-1 0  6277
+2 17078 063.5409 188.9064 6880055 283.2602 319.9573 02.00828190193823
+1 17081U 86089D   13117.33760584 -.00000242  00000-0  34978-1 0  9482
+2 17081 063.5673 257.0381 7117479 286.2256 022.4550 01.95706671189077
+1 17083U 86090A   13116.61028452 -.00000121  00000-0  10000-3 0  7089
+2 17083 015.6769 010.8823 0011263 244.4596 115.3874 00.96725441 72257
+1 17090U 82055AC  13117.20107184 -.00000068  00000-0  13080-4 0  7767
+2 17090 065.8380 013.1536 0059702 263.4600 240.3980 13.83675149387902
+1 17093U 65027U   13116.39526966 -.00001004  00000-0 -35317-2 0  6881
+2 17093 090.2856 246.1669 0023537 069.3408 323.9104 12.96457632327173
+1 17102U 82055AD  13117.84978662 -.00000091  00000-0 -17429-4 0  5146
+2 17102 065.8351 244.7924 0084160 273.9585 230.2869 13.60793710367150
+1 17103U 82055AE  13116.16082817  .00000171  00000-0  26297-3 0  9153
+2 17103 065.8286 137.0731 0034043 234.1751 185.9816 13.74854708378281
+1 17104U 82055AF  13116.50478331  .00000103  00000-0  19426-3 0  8804
+2 17104 065.8332 127.1526 0030910 169.9811 333.0943 13.74137556378571
+1 17105U 82055AG  13116.16872120  .00000095  00000-0  18777-3 0  8584
+2 17105 065.8314 180.0359 0039980 255.8835 133.5612 13.73170756377169
+1 17106U 82055AH  13117.57360513  .00000185  00000-0  24255-3 0  7902
+2 17106 065.8295 142.6403 0020168 358.8136 144.8554 13.83285562556250
+1 17107U 82055AJ  13117.55383042  .00000740  00000-0  58230-3 0  4783
+2 17107 065.8229 150.2784 0037246 320.2101 202.8890 13.97507263395041
+1 17108U 82055AK  13117.20507051  .00000204  00000-0  28113-3 0  6340
+2 17108 065.8357 014.4231 0018520 203.7065 299.7521 13.78462561381322
+1 17117U 86019M   13117.68186294  .00001467  00000-0  51595-3 0  4012
+2 17117 098.5728 155.0999 0094528 027.9988 118.6792 14.33901258368172
+1 17118U 86019N   13117.62862670  .00001293  00000-0  61752-3 0  9519
+2 17118 098.9084 139.2434 0151535 145.6994 330.2729 14.15029404353571
+1 17121U 86019R   13117.70396442  .00000520  00000-0  22343-3 0  7323
+2 17121 098.7310 172.4187 0060223 198.9559 308.0295 14.27954371371776
+1 17122U 86019S   13117.64773840  .00002378  00000-0  43296-3 0  1662
+2 17122 098.1795 132.7639 0009193 209.7997 262.9043 14.66995639389363
+1 17125U 86090D   13117.06517181  .00000117  00000-0  00000+0 0  7290
+2 17125 014.5437 007.2167 0014035 055.7891 214.4270 01.00200687 96776
+1 17128U 86019X   13117.74087455  .00004516  00000-0  10561-2 0  6837
+2 17128 098.3728 188.1338 0079346 081.1644 279.8526 14.53202180373674
+1 17129U 86019Y   13116.19755075  .00000084  00000-0  55653-4 0   918
+2 17129 098.8909 163.4895 0034476 137.5472 254.0104 14.24305268323328
+1 17130U 86019Z   13117.15153334  .00009162  00000-0  89756-3 0   261
+2 17130 097.8111 158.6996 0013552 215.2197 177.7486 14.92425491401172
+1 17138U 86092A   13116.07928632 -.00000031  00000-0 -10821-3 0  3517
+2 17138 074.0144 324.7204 0021552 256.9788 248.4390 12.45599121201916
+1 17139U 86092B   13116.00464353 -.00000011  00000-0  32550-4 0  3674
+2 17139 074.0132 273.4578 0009921 179.7180 329.2936 12.47747234203976
+1 17140U 86092C   13117.83639814 -.00000017  00000-0 -65649-5 0  2845
+2 17140 074.0145 227.3213 0014936 078.5471 067.7497 12.49573894205965
+1 17141U 86092D   13117.68856870 -.00000043  00000-0 -17546-3 0   682
+2 17141 074.0134 179.8038 0018750 344.2220 161.4002 12.51573994207862
+1 17142U 86092E   13116.54767140 -.00000028  00000-0 -73576-4 0   755
+2 17142 074.0111 137.1098 0029113 291.9779 213.2281 12.53403889209496
+1 17143U 86092F   13116.88267450  .00000019  00000-0  21723-3 0  2815
+2 17143 074.0131 093.3988 0038077 237.3629 174.4410 12.55204111211277
+1 17144U 86092G   13116.16170793  .00000008  00000-0  14638-3 0  1870
+2 17144 074.0162 051.4413 0047746 190.7079 301.1083 12.56970162212884
+1 17145U 86092H   13117.79627108 -.00000034  00000-0 -10581-3 0   916
+2 17145 074.0159 005.3501 0054306 128.3752 264.3626 12.58776683214836
+1 17146U 86092J   13116.15843983 -.00000128  00000-0 -10255-2 0  1975
+2 17146 074.0114 117.3014 0123874 151.2126 277.9884 12.23612922180787
+1 17147U 86091D   13116.80731845  .00000358  00000-0  00000+0 0  4295
+2 17147 068.8347 343.3712 6179785 125.3619 270.9207 02.03982755196915
+1 17153U 86019AG  13116.66544338  .00001040  00000-0  28485-3 0  5836
+2 17153 098.4559 152.4289 0016537 006.9612 353.1808 14.49168317337405
+1 17155U 86019AJ  13117.20646760  .00004061  00000-0  83220-3 0  7792
+2 17155 099.0332 000.7140 0055320 347.3698 158.4329 14.60411539381877
+1 17159U 86093A   13117.57467274  .00000037  00000-0  23549-4 0  9799
+2 17159 082.9267 128.9140 0043864 134.2851 012.9556 13.72605819323539
+1 17160U 86093B   13117.54911618 -.00000007  00000-0 -23909-4 0  9489
+2 17160 082.9255 105.6213 0039622 042.9114 106.6863 13.74460232325203
+1 17164U 85066G   13117.11448700  .00000196  00000-0  34486-3 0   920
+2 17164 089.3845 154.0319 0202574 332.3262 059.1823 13.32263080347383
+1 17168U 85094S   13116.84479777  .00002177  00000-0  75891-2 0  4224
+2 17168 082.5789 227.3661 0043992 242.4914 265.0706 12.95972372287453
+1 17177U 86094A   13115.95716708  .00000043  00000-0  23970-3 0  4529
+2 17177 082.6070 066.4539 0004811 108.2242 282.7748 12.41544750196494
+1 17178U 86094B   13116.84641436  .00000002  00000-0 -60742-4 0  1807
+2 17178 082.6081 060.3511 0003547 137.7268 255.9545 12.42035983197043
+1 17191U 86097A   13117.82200382  .00001658  00000-0  11508-3 0  6026
+2 17191 082.5010 069.6463 0011068 179.1184 181.0064 15.04903854435717
+1 17192U 86097B   13116.89396573  .00000308  00000-0  35288-4 0  1108
+2 17192 082.5083 235.0573 0017911 048.5136 100.0177 14.82591543424524
+1 17199U 86019BB  13117.76428119  .00004357  00000-0  70400-3 0  8804
+2 17199 098.6652 011.4408 0044020 156.8484 235.2196 14.71291739386817
+1 17203U 86019BF  13117.65411032  .00000107  00000-0  89325-4 0  1690
+2 17203 099.2122 151.6432 0133432 249.9681 258.1445 14.04288428352096
+1 17212U 86019BQ  13115.94081073  .00006334  00000-0  11730-2 0  3466
+2 17212 098.5286 249.3543 0033201 101.8201 045.1190 14.65323684386408
+1 17213U 86098A   13116.66553668 -.00000589  00000-0  00000+0 0  7824
+2 17213 068.7961 014.1942 5667678 184.6694 069.1639 02.00676700193080
+1 17216U 86098D   13116.00589348 -.00000604  00000-0  00000+0 0  9795
+2 17216 069.5603 315.3114 5722325 152.9467 357.9809 02.04010527196486
+1 17219U 86019BR  13116.40239848  .00001373  00000-0  43220-3 0  6405
+2 17219 098.5182 255.8868 0043380 232.1230 161.4009 14.41442603380324
+1 17233U 86019CF  13116.98879437  .00002553  00000-0  47749-3 0  1370
+2 17233 098.3667 232.5064 0020091 024.8562 037.0813 14.65665229394372
+1 17239U 86100A   13117.53359186  .00000057  00000-0  46670-4 0  8718
+2 17239 082.9321 112.8769 0032126 215.2098 292.6583 13.71859398319679
+1 17240U 86100B   13115.50357694  .00000182  00000-0  17781-3 0  6433
+2 17240 082.9301 088.9894 0031225 110.2662 039.1177 13.73847619962358
+1 17241U 86101A   13117.58115853  .00000048  00000-0  30146-4 0  8427
+2 17241 082.5282 140.7189 0014145 306.9791 199.5253 13.83931332331258
+1 17242U 86101B   13117.60328464  .00000009  00000-0 -54204-5 0   405
+2 17242 082.5287 144.4634 0014068 327.1311 179.6117 13.83229352330751
+1 17254U 86026F   13116.44918946  .00004706  00000-0  13102-1 0  8228
+2 17254 007.8162 213.0090 6762189 228.9315 173.5102 02.83973148205628
+1 17255U 85056C   13117.21509621  .00000853  00000-0  38787-2 0  9466
+2 17255 008.2549 090.2926 6618168 133.0478 305.9561 02.99297641197263
+1 17268U 86101C   13117.02482328  .00000309  00000-0  22110-3 0   400
+2 17268 082.6137 142.0893 0026402 291.0945 096.4580 13.94283357337251
+1 17269U 86101D   13117.83239609  .00000391  00000-0  31963-3 0  8496
+2 17269 082.6380 246.0504 0015113 274.2174 246.7672 13.87348138331123
+1 17270U 86101E   13116.76317485  .00000351  00000-0  27445-3 0  9754
+2 17270 082.4370 009.8885 0003704 081.2389 311.8945 13.89731550333569
+1 17271U 86101F   13116.82483384  .00000503  00000-0  34320-3 0  9809
+2 17271 082.4094 245.1099 0027470 232.0797 291.8316 13.97991280340766
+1 17272U 86101G   13117.53397500  .00000719  00000-0  45224-3 0  4712
+2 17272 082.4914 294.7170 0012605 177.7929 238.5960 14.03126295343607
+1 17273U 86101H   13117.55481538  .00000667  00000-0  40786-3 0  5834
+2 17273 082.5376 327.1435 0013382 110.2167 277.6171 14.04583996344701
+1 17274U 86101J   13116.04042440  .00000492  00000-0  38627-3 0  9700
+2 17274 082.5272 124.7195 0031217 201.9478 212.6112 13.89905188331782
+1 17290U 87001A   13117.21406686  .00000012  00000-0 -24065-5 0  9492
+2 17290 082.4683 354.0093 0011455 320.0535 188.0613 13.84826915329525
+1 17291U 87001B   13117.19902781  .00000005  00000-0 -87220-5 0  8052
+2 17291 082.4692 355.5678 0010197 326.5087 180.5585 13.84518516329447
+1 17295U 87003A   13117.69931725  .00001633  00000-0  10930-3 0   290
+2 17295 082.5249 183.9378 0010683 270.1236 236.3517 15.06257878430692
+1 17296U 87003B   13117.17085535  .00000245  00000-0  27661-4 0  3126
+2 17296 082.5315 358.0468 0020299 159.0733 347.1817 14.82265563419057
+1 17303U 87006A   13117.82992400  .00000078  00000-0  36691-4 0  7961
+2 17303 074.0590 042.6528 0025958 255.7337 139.1897 14.34536348374204
+1 17304U 87006B   13116.76265354  .00000158  00000-0  61585-4 0  8280
+2 17304 074.0605 349.7043 0030355 208.8576 182.5904 14.37119416375990
+1 17316U 86019CY  13117.20677877  .00002464  00000-0  43335-3 0  2540
+2 17316 098.1385 191.7956 0009695 144.2615 249.7125 14.68503485397715
+1 17324U 86019DG  13116.57496590  .00061936  00000-0  22808-2 0  8387
+2 17324 098.2254 326.9071 0006256 152.8996 241.0562 15.27591172403711
+1 17325U 85056D   13116.28751632  .00008030  00000-0  22509-2 0  3083
+2 17325 007.4110 322.4050 6579810 255.4627 348.0972 03.19798801207239
+1 17328U 87008A   13116.52429968  .00000418  00000-0 -70271-1 0  6394
+2 17328 063.4284 141.4552 6832477 280.3595 300.9754 02.00548642188917
+1 17333U 87008D   13116.52883105 -.00000776  00000-0  13788-1 0  1456
+2 17333 063.5881 196.0563 6930888 284.7693 322.3895 01.97093229189014
+1 17359U 87009A   13117.19620897  .00000017  00000-0  26833-5 0  8921
+2 17359 082.9254 345.3326 0031093 257.4652 251.3568 13.74308071316127
+1 17360U 87009B   13116.64385831  .00000147  00000-0  13414-3 0  3274
+2 17360 082.9184 315.1855 0033892 101.2156 290.2134 13.76545828318091
+1 17369U 87011A   13117.78044081 -.00000063  00000-0  13899-4 0  9082
+2 17369 065.0132 004.8300 0021750 276.9861 119.4942 14.31257374422313
+1 17423U 86019FJ  13116.12843422  .00000119  00000-0  10244-3 0  2627
+2 17423 099.2626 154.3832 0176633 345.8758 046.1687 13.97814119343821
+1 17425U 86010C   13115.79872931  .00001853  00000-0  61398-2 0  6691
+2 17425 031.1440 325.5289 6668365 191.3966 339.5363 02.94604948153336
+1 17426U 86019FM  13117.83107693  .00011850  00000-0  94610-3 0  6269
+2 17426 098.0281 232.8480 0009600 307.5357 198.6975 15.00402663407667
+1 17429U 86019FQ  13117.43843446  .00001601  00000-0  49220-3 0  7576
+2 17429 099.1184 290.4568 0071903 317.8473 093.7170 14.41647958375511
+1 17459U 86019GW  13117.71772338  .00016424  00000-0  12254-2 0  6025
+2 17459 098.2360 280.4935 0008913 093.1550 267.0693 15.02911927404357
+1 17478U 86019HR  13116.13053881  .00000264  00000-0  12579-3 0  6156
+2 17478 098.7679 174.9821 0041910 116.8942 296.8252 14.26904052372002
+1 17525U 87017A   13117.54409478  .00000025  00000-0  11274-4 0  6743
+2 17525 082.9101 130.1236 0036054 338.3782 167.8200 13.73599902296640
+1 17526U 87017B   13115.50546565 -.00000049  00000-0 -65307-4 0  9104
+2 17526 082.9021 091.1474 0039606 226.7079 283.0154 13.76623905298079
+1 17527U 87018A   13117.87491579  .00000168  00000-0  13925-3 0  2372
+2 17527 099.1617 090.8240 0009265 130.7337 256.9149 14.02140293337630
+1 17528U 87018B   13117.84815028  .00000251  00000-0  66198-4 0   630
+2 17528 097.4795 228.5635 0154488 351.5176 154.0606 14.49447010380822
+1 17535U 87020A   13117.76069976 -.00000012  00000-0  43983-4 0  4508
+2 17535 073.6045 000.5300 0028631 275.1914 118.6111 12.41289768186625
+1 17536U 87020B   13117.18669604 -.00000033  00000-0 -11058-3 0  1743
+2 17536 073.6138 358.7207 0027286 261.5832 244.3293 12.41604121150753
+1 17543U 86019HX  13116.08466251  .00000137  00000-0  97310-4 0    95
+2 17543 099.0240 173.3290 0123434 048.3655 012.7065 14.09212820355451
+1 17561U 87022A   13116.32501312  .00000106  00000-0  10000-3 0  9034
+2 17561 014.2720 022.2942 0004961 347.7294 012.2078 00.99892863 79038
+1 17563U 87022C   13111.66888203  .00007815  00000-0  14750-2 0  7560
+2 17563 017.6627 325.9189 6396747 193.7708 327.2741 03.46916672218985
+1 17566U 87024A   13117.66308005  .00001600  00000-0  99193-4 0  7076
+2 17566 082.5142 339.5586 0006257 040.6413 014.2662 15.09087569425031
+1 17567U 87024B   13117.17579707  .00000222  00000-0  24571-4 0   229
+2 17567 082.5299 173.3538 0017850 291.6644 101.9708 14.82717565412331
+1 17582U 87026A   13116.17459875  .00000036  00000-0  13479-3 0  2342
+2 17582 082.5728 033.4296 0010186 280.1367 230.7571 12.64870452206021
+1 17583U 87026B   13116.20182167  .00000014  00000-0  19208-4 0  2358
+2 17583 082.5699 015.7908 0017777 216.2982 290.1641 12.66179031207316
+1 17584U 87026C   13116.42766140  .00000046  00000-0  19790-3 0  2138
+2 17584 082.5728 060.1096 0001075 102.7556 047.4629 12.62595611203915
+1 17585U 87026D   13117.21464684  .00000034  00000-0  12786-3 0  1285
+2 17585 082.5644 042.1106 0003577 339.3992 192.3566 12.63481579204825
+1 17586U 87026E   13115.79143141  .00000020  00000-0  49640-4 0  1318
+2 17586 082.5633 019.4012 0013305 256.9213 136.0928 12.65414180206518
+1 17587U 87026F   13116.18378631  .00000036  00000-0  13710-3 0  1266
+2 17587 082.5713 039.7444 0007084 296.8524 214.9348 12.64207956205406
+1 17588U 87026G   13116.48991317  .00000017  00000-0  39917-4 0  9537
+2 17588 082.5653 134.4989 0039000 099.1913 055.0113 12.55676741197413
+1 17589U 87027A   13117.13567272  .00000258  00000-0  16466-3 0  4301
+2 17589 070.9101 122.1995 0004422 296.0786 095.8804 14.12777089346743
+1 17590U 87027B   13117.46808491  .00000152  00000-0  10025-3 0  3914
+2 17590 071.0031 092.9349 0002817 082.1480 277.9963 14.16580212350037
+1 17608U 86019KK  13116.53266336  .00007768  00000-0  14622-2 0    33
+2 17608 098.2862 207.4266 0059888 094.2396 037.5563 14.63701509377177
+1 17611U 87028A   13115.95185059 -.00000160  00000-0  10000-3 0  9907
+2 17611 016.6605 012.0657 0030601 047.8842 312.3448 00.95963229 92254
+1 17614U 81053KL  13116.88712831  .00001187  00000-0  85971-3 0  5284
+2 17614 082.7907 260.6668 0051709 287.9986 218.5794 13.95134112416512
+1 17615U 81053KM  13111.56292749  .00001485  00000-0  99280-3 0  8570
+2 17615 082.8607 302.1393 0046151 066.3760 348.6191 13.99850265417988
+1 17616U 81053KN  13115.29597398  .00000496  00000-0  57884-3 0  6329
+2 17616 083.0432 211.8927 0125284 057.8077 357.3436 13.63288755387051
+1 17617U 81053KP  13115.99430183  .00000379  00000-0  43729-3 0  9411
+2 17617 082.8619 049.8079 0186935 302.4201 187.3911 13.60095906388502
+1 17618U 81053KQ  13117.53235160  .00001643  00000-0  11526-2 0   169
+2 17618 082.8526 311.0762 0057084 132.1797 287.7027 13.96946362421784
+1 17619U 81053KR  13116.38652093  .00001726  00000-0  91958-3 0  2173
+2 17619 082.9527 254.7927 0026384 181.0621 212.6976 14.12709743433895
+1 17620U 81053KS  13116.47192020  .00001427  00000-0  75839-3 0  5670
+2 17620 083.1846 222.9759 0029411 064.9333 295.4892 14.12673973431795
+1 17621U 81053KT  13115.19377152  .00001605  00000-0  89480-3 0  2896
+2 17621 082.7985 176.5082 0045535 281.8952 131.9500 14.09912675426155
+1 17623U 81053KV  13110.70486793  .00000941  00000-0  77688-3 0  8000
+2 17623 082.8072 359.3836 0060270 216.5717 198.6706 13.87290357411322
+1 17624U 81053KW  13117.81514497  .00001787  00000-0  83431-3 0  4540
+2 17624 082.8587 053.9180 0020449 030.3946 357.7107 14.19800369439096
+1 17625U 81053KX  13117.48608635  .00001054  00000-0  82196-3 0  1824
+2 17625 082.7922 288.9542 0044827 021.9260 041.8115 13.90957432 99636
+1 17626U 81053KY  13112.32719534  .00001041  00000-0  13135-2 0  8700
+2 17626 082.8769 066.0777 0147286 009.3373 145.9197 13.58575930386199
+1 17627U 81053KZ  13117.35354910  .00001012  00000-0  78920-3 0   515
+2 17627 082.9332 077.7351 0046639 225.0182 261.9536 13.90901184416920
+1 17629U 81053LB  13117.31930022  .00000528  00000-0  63014-3 0  1359
+2 17629 082.9917 233.2960 0168078 015.6925 044.1250 13.59703071385071
+1 17631U 81053LD  13116.97706838  .00000776  00000-0  95646-3 0  6850
+2 17631 082.9311 120.4242 0131516 255.9504 132.3442 13.60626073388075
+1 17632U 81053LE  13117.62968334  .00000763  00000-0  98602-3 0  1301
+2 17632 083.0918 357.1024 0151415 348.5197 037.8158 13.56608663383949
+1 17633U 81053LF  13116.95909064  .00001888  00000-0  20086-2 0  9220
+2 17633 083.0763 022.7214 0196091 126.7404 003.6075 13.65632247382415
+1 17635U 81053LH  13115.34255391  .00001446  00000-0  92771-3 0  8119
+2 17635 082.8335 251.1650 0043255 036.1806 353.3890 14.02188980422152
+1 17637U 81053LK  13111.60037157  .00001109  00000-0  14255-2 0  3384
+2 17637 083.0684 339.9752 0141415 053.9115 333.9239 13.57724853383037
+1 17638U 81053LL  13117.16754222  .00000774  00000-0  90501-3 0  3477
+2 17638 082.9979 177.6197 0117795 152.2746 236.7490 13.64313593389083
+1 17639U 81053LM  13116.50052691  .00000777  00000-0  10265-2 0  3196
+2 17639 082.9992 304.2167 0164903 242.0880 145.4659 13.54499419379953
+1 17640U 81053LN  13117.31541772  .00001496  00000-0  80254-3 0  4827
+2 17640 082.9207 228.5427 0026546 190.1212 225.3527 14.12262737130169
+1 17641U 81053LP  13116.61232968  .00001266  00000-0  80626-3 0  5698
+2 17641 082.7638 173.5057 0065171 117.3076 029.5232 14.01900243435805
+1 17642U 81053LQ  13117.82635324  .00001757  00000-0  83261-3 0  3237
+2 17642 082.8736 065.9962 0041310 281.3563 110.2288 14.18704868452796
+1 17648U 61015LH  13117.65382874  .00001185  00000-0  77201-3 0  9811
+2 17648 065.7283 212.8561 0079467 025.8037 091.2806 14.04670598 80561
+1 17649U 61015LJ  13117.51586462  .00013464  00000-0  18747-2 0  1528
+2 17649 066.6210 172.6418 0043008 311.8656 165.2225 14.77331029465346
+1 17658U 69082KU  13117.41714212  .00000372  00000-0  31317-3 0  1999
+2 17658 070.3569 109.0212 0059110 354.6772 159.3794 13.94255329902051
+1 17663U 71015DB  13116.21301368  .00035272  00000-0  25456-2 0  8041
+2 17663 065.6617 056.5478 0164352 085.9937 030.4968 14.93669524450078
+1 17666U 65027V   13117.40305256  .00000570  00000-0  19829-2 0  1179
+2 17666 090.2857 247.9936 0031346 092.8800 340.0170 12.95747809328070
+1 17702U 86019LU  13117.05892328  .00000730  00000-0  21967-3 0  3870
+2 17702 098.6019 133.6448 0006042 001.0819 032.6091 14.45586054384101
+1 17705U 87028D   13108.47265856 -.00000162  00000-0  10000-3 0   873
+2 17705 015.4425 007.8476 0027634 350.1530 009.7697 00.99878915 96452
+1 17706U 87029A   13116.20287985 -.00000294  00000-0  10000-3 0  9259
+2 17706 013.5121 033.7236 0005480 343.9266 015.9917 00.99907173 83468
+1 17713U 61015LR  13115.30504512  .00000132  00000-0  15524-3 0  9472
+2 17713 066.2113 180.7968 0059403 094.6670 337.8336 13.95407875429852
+1 17716U 70025PE  13117.53872538  .00002712  00000-0  12588-2 0  8818
+2 17716 099.5460 125.7849 0034697 200.1281 289.9557 14.21308098429619
+1 17717U 70025PF  13116.05503034  .00001557  00000-0  36361-3 0  7908
+2 17717 100.0017 148.2745 0104650 290.3635 068.6337 14.53391212480645
+1 17719U 70025PH  13116.19149785  .00004296  00000-0  21693-2 0   248
+2 17719 099.0466 204.2138 0117299 237.0067 153.8057 14.13267393433575
+1 17720U 70025PJ  13117.62653149  .00001407  00000-0  10243-2 0  2841
+2 17720 099.6493 357.9499 0046203 017.9696 035.9559 13.97565119431403
+1 17722U 65027W   13116.78641050  .00000668  00000-0  23150-2 0  2651
+2 17722 090.2534 233.0363 0025568 053.3731 101.7281 12.96132395322550
+1 17725U 70089DC  13117.50851925  .00000882  00000-0  33824-3 0   873
+2 17725 062.7446 197.8865 0816294 175.2970 304.3286 13.26893893336367
+1 17728U 74089EX  13115.06811834  .00000005  00000-0  36679-3 0  3145
+2 17728 101.4464 153.3736 0106197 289.3189 128.2395 12.34434512270074
+1 17732U 77121BP  13117.46993248  .00000952  00000-0  78714-3 0  4076
+2 17732 065.8129 257.9851 0176173 103.9189 317.8125 13.86577820422390
+1 17754U 85079C   13115.85682253  .00000627  00000-0  19861-3 0  2708
+2 17754 074.0440 017.6826 0017753 202.6743 272.3219 14.42070962446535
+1 17755U 82116D   13116.20899646  .00000014  00000-0  96089-6 0   476
+2 17755 081.2572 045.3723 0069236 358.8314 114.9590 14.14050568566431
+1 17764U 78026GW  13109.50792126  .00000241  00000-0  15778-3 0  6562
+2 17764 098.6936 095.1162 0048779 085.8265 043.8139 14.10230144442256
+1 17765U 78026GX  13117.49349176  .00000314  00000-0  25421-3 0  2960
+2 17765 099.0862 210.7349 0043343 161.4764 330.7471 13.97032774429872
+1 17768U 78026HA  13115.01908194  .00000560  00000-0  19600-3 0  8129
+2 17768 098.2888 128.8536 0084934 082.7065 332.0307 14.36735168632073
+1 17792U 81053LR  13117.21317448  .00000882  00000-0  59329-3 0  4596
+2 17792 082.9577 021.5014 0017141 212.5647 302.8257 13.99534956423202
+1 17793U 81053LS  13108.96724271  .00000602  00000-0  10659-2 0  8232
+2 17793 083.1479 093.5981 0281584 026.5809 026.8782 13.26847458358562
+1 17794U 82055AL  13117.52461550  .00000956  00000-0  85626-3 0  9506
+2 17794 065.8239 262.3276 0055546 222.6876 209.9544 13.88340849383880
+1 17795U 82055AM  13116.01987490 -.00000031  00000-0  61696-4 0  4430
+2 17795 065.8347 295.0877 0077738 316.6290 188.3206 13.59649447365791
+1 17796U 82055AN  13117.86824528  .00000751  00000-0  54881-3 0  7435
+2 17796 065.8244 274.1695 0051327 243.1071 260.7180 14.01356459 57948
+1 17797U 82055AP  13117.48878359  .00000398  00000-0  42256-3 0  1046
+2 17797 065.8286 168.1177 0001350 081.5761 022.7963 13.85347662386221
+1 17798U 82055AQ  13117.46990458 -.00000024  00000-0  71374-4 0  4785
+2 17798 065.8368 325.4881 0081770 318.8099 116.4944 13.58981999365108
+1 17799U 82055AR  13115.69518444  .00000455  00000-0  42821-3 0  1003
+2 17799 065.8408 299.9975 0033995 307.1529 178.3140 13.90832707391212
+1 17800U 82055AS  13116.42459951 -.00000086  00000-0 -72426-5 0  8358
+2 17800 065.8355 252.9452 0042725 265.8116 130.9771 13.70001799375031
+1 17801U 82055AT  13116.49690007  .00001234  00000-0  70655-3 0  1464
+2 17801 065.8208 128.4128 0047137 258.7941 244.4764 14.12579654403879
+1 17802U 82055AU  13116.08382705  .00000164  00000-0  25540-3 0  5483
+2 17802 065.8329 122.9764 0034920 167.6460 298.5372 13.74904508377961
+1 17803U 82055AV  13116.30790457  .00000125  00000-0  20193-3 0  6551
+2 17803 065.8329 300.9213 0033157 081.8331 332.6967 13.78752990381734
+1 17804U 82055AW  13117.68626381  .00000968  00000-0  81975-3 0  6941
+2 17804 065.8235 058.8952 0007686 153.6524 275.0761 13.92208864387516
+1 17805U 82055AX  13117.72285632  .00000868  00000-0  73247-3 0  6747
+2 17805 065.8243 015.0402 0012203 202.5735 190.0984 13.92933936388519
+1 17806U 82055AY  13116.29515183 -.00000036  00000-0  43732-4 0  8114
+2 17806 065.8333 164.6389 0054161 017.7929 054.2557 13.80289359384181
+1 17807U 82055AZ  13116.18784913  .00000371  00000-0  45391-3 0  1411
+2 17807 065.8316 165.3384 0055543 190.8671 206.6439 13.76806476377610
+1 17815U 86019ME  13117.70362230  .00000495  00000-0  18483-3 0  3609
+2 17815 098.5893 178.9833 0030541 126.1417 019.8387 14.35940044372934
+1 17838U 76067BK  13117.47275836  .00000282  00000-0  11914-2 0  8986
+2 17838 065.9875 123.9005 0638005 037.3619 120.2915 12.42549323898875
+1 17842U 86030C   13117.54315632  .00000573  00000-0  18955-3 0  4914
+2 17842 074.0249 155.0719 0017117 010.6683 107.4244 14.40097992374099
+1 17843U 86030D   13116.36414479  .00000565  00000-0  18601-3 0  1021
+2 17843 074.0342 158.6376 0015885 344.9971 144.9223 14.40431892412766
+1 17844U 86101K   13115.99005716  .00000642  00000-0  40042-3 0   905
+2 17844 082.5054 306.1167 0018059 143.0344 012.5630 14.03417463343679
+1 17872U 76092F   13117.07937450 -.00000219  00000-0  10000-3 0  8780
+2 17872 013.0057 330.7114 0018614 062.6499 297.4756 01.00230575 70817
+1 17873U 79035E   13116.79348683  .00000107  00000-0  00000+0 0  9302
+2 17873 014.1024 337.9438 0033267 110.2392 097.4102 01.00141632137086
+1 17874U 84016F   13115.23352283  .00000012  00000-0  10000-3 0  7631
+2 17874 014.6354 356.8450 0041826 093.4008 267.0420 01.00315883 74717
+1 17875U 84090F   13116.22667491 -.00000161  00000-0  10000-3 0  7720
+2 17875 014.2694 354.1386 0019697 040.6857 319.4242 01.01267002108269
+1 17911U 87038A   13117.73916483  .00001556  00000-0  11126-3 0  1846
+2 17911 082.4922 227.8876 0012646 000.9121 359.2125 15.03743747413983
+1 17912U 87038B   13117.15986628  .00000277  00000-0  31785-4 0   168
+2 17912 082.5053 028.2010 0021405 163.4403 196.7515 14.82015721403700
+1 17939U 79087C   13116.22273594  .00000083  00000-0  10000-3 0   824
+2 17939 014.0878 338.9395 0032704 203.1094 156.6938 01.00488280 75960
+1 17969U 87040A   13116.14382038 -.00000079  00000-0  10000-3 0  2648
+2 17969 015.6544 003.4635 0033860 083.1996 277.1522 00.97657321 72988
+1 17972U 87040D   13114.79795509 -.00000119  00000-0  10000-3 0  7271
+2 17972 013.7576 356.7954 0014045 168.1001 191.8944 01.03018184 76574
+1 17973U 87041A   13117.86594211 -.00000124  00000-0 -39808-4 0  4532
+2 17973 070.8987 218.3444 0032901 235.0433 276.1690 14.13847884339519
+1 17974U 87041B   13117.76514558  .00000174  00000-0  11031-3 0  8161
+2 17974 071.0096 213.8357 0013948 190.6128 314.1988 14.17032049342558
+1 18095U 87049A   13117.19169657  .00000045  00000-0  25965-4 0  8021
+2 18095 074.0397 186.4876 0016290 289.5209 104.4987 14.32779522352621
+1 18096U 87049B   13116.57075323  .00000292  00000-0  10963-3 0  2017
+2 18096 074.0414 122.4102 0023235 303.8016 204.2334 14.35836849354847
+1 18103U 87050A   13115.79548726  .00000381  00000-0  00000+0 0  8701
+2 18103 069.3316 016.8055 5533797 171.4408 285.3538 02.00542933189574
+1 18106U 87050D   13115.96094369 -.00000114  00000-0  00000+0 0  3106
+2 18106 069.5884 338.7239 5706752 161.2604 358.9215 02.03570265189657
+1 18113U 87051A   13116.68876183 -.00000030  00000-0 -99035-4 0  2510
+2 18113 074.0046 330.7722 0017262 237.5272 155.6556 12.44819926175403
+1 18114U 87051B   13115.83068071  .00000003  00000-0  12643-3 0  3536
+2 18114 074.0030 282.0403 0006123 149.2112 341.2070 12.46950891177302
+1 18115U 87051C   13116.84176466  .00000010  00000-0  17341-3 0  4727
+2 18115 074.0043 238.3788 0013939 046.9306 126.0831 12.48758342179134
+1 18116U 87051D   13115.76149852 -.00000012  00000-0  28909-4 0  1753
+2 18116 074.0041 195.3995 0019970 323.7154 183.2224 12.50661743180799
+1 18117U 87051E   13116.52581420 -.00000035  00000-0 -11743-3 0  1742
+2 18117 074.0014 151.8925 0030308 274.8838 253.8195 12.52459791182583
+1 18118U 87051F   13117.54753105  .00000007  00000-0  14669-3 0  1722
+2 18118 074.0019 109.5911 0038995 223.6128 285.9799 12.54199364184350
+1 18119U 87051G   13115.88749648  .00000016  00000-0  19744-3 0  1847
+2 18119 074.0048 069.9570 0048622 180.4734 192.6527 12.55964657185815
+1 18120U 87051H   13116.20977954 -.00000019  00000-0 -18179-4 0  1846
+2 18120 074.0064 024.1326 0056734 119.0974 047.6983 12.57878054187650
+1 18121U 87051J   13115.59520315 -.00000130  00000-0 -10528-2 0  1733
+2 18121 074.0035 125.6473 0131320 133.2323 015.3279 12.22484695154111
+1 18122U 87052A   13117.81923443 -.00000087  00000-0  16973-5 0  9697
+2 18122 065.0113 228.0192 0054340 335.6010 168.3837 13.84742815308550
+1 18123U 87053A   13117.56128237  .00000104  00000-0  72288-4 0  8631
+2 18123 098.7552 308.3656 0012619 268.2945 124.7785 14.18056729336659
+1 18129U 87054A   13116.96169274  .00000060  00000-0  48761-4 0  1393
+2 18129 082.9245 274.5110 0010716 337.1641 169.4205 13.72880948294960
+1 18130U 87054B   13117.79885774  .00000108  00000-0  94733-4 0  7239
+2 18130 082.9259 234.6751 0015559 269.1752 090.7622 13.76363390297932
+1 18131U 87054C   13117.48266334  .00000217  00000-0  21622-3 0  5416
+2 18131 082.9158 274.5534 0029977 350.2971 074.5344 13.73574793294281
+1 18152U 87055A   13117.66503423  .00001624  00000-0  12823-3 0  2955
+2 18152 082.4964 320.2939 0014347 315.6193 044.3880 15.00009866402555
+1 18153U 87055B   13117.86546189  .00000423  00000-0  49823-4 0    61
+2 18153 082.5004 082.5633 0022244 023.7958 008.1971 14.82252028394404
+1 18160U 87057A   13117.60581292  .00000057  00000-0  43227-4 0  9993
+2 18160 082.9307 129.2555 0030525 270.6180 238.9821 13.75463008275391
+1 18161U 87057B   13115.57819115  .00000195  00000-0  18254-3 0  2634
+2 18161 082.9316 118.1357 0030382 226.6579 282.8041 13.76782147275934
+1 18187U 87060A   13116.61960800 -.00000055  00000-0  17244-4 0  7315
+2 18187 065.0097 141.5663 0020421 277.8063 229.2125 14.30961801347563
+1 18214U 87062A   13116.60888644  .00001857  00000-0  14180-3 0  8992
+2 18214 082.5046 122.4951 0012396 309.7556 050.2576 15.01381955400987
+1 18215U 87062B   13117.85961618  .00000374  00000-0  43866-4 0   173
+2 18215 082.5125 259.2281 0022024 065.0797 094.6041 14.82156366392016
+1 18231U 86019RN  13116.53386098  .00000270  00000-0  21299-2 0  8479
+2 18231 098.7984 129.4244 4703024 199.0332 341.6303 05.52986728492484
+1 18232U 76077EY  13115.51018965  .00001930  00000-0  36850-2 0  6050
+2 18232 102.9287 286.1238 0190756 305.5325 085.4082 13.32989399379897
+1 18241U 87052D   13117.84119888 -.00000100  00000-0 -84430-5 0  5092
+2 18241 065.0105 054.6975 0049236 300.3014 095.6582 13.88885634972485
+1 18257U 87006C   13117.78056096  .00001238  00000-0  30315-3 0  3700
+2 18257 074.0388 112.4226 0006391 345.6927 069.0805 14.53552527455391
+1 18268U 65027X   13105.80753829  .00000456  00000-0  15775-2 0   620
+2 18268 090.2692 241.9597 0033010 124.3605 236.0645 12.95824864462838
+1 18269U 65027Y   13113.83687586  .00000164  00000-0  56749-3 0  4165
+2 18269 090.2864 248.8925 0028916 165.0866 347.1019 12.93969677948413
+1 18270U 65027Z   13116.80015567  .00000367  00000-0  12718-2 0  7661
+2 18270 090.2630 238.5790 0031650 110.1460 045.0632 12.95438466294847
+1 18271U 65027AA  13117.38836620  .00000786  00000-0  27585-2 0   359
+2 18271 090.2776 244.7191 0035098 134.2838 259.2833 12.95296072267789
+1 18272U 76067BL  13116.11227292 -.00000094  00000-0 -12067-3 0  8289
+2 18272 065.8519 003.5299 0697204 321.3291 182.6126 12.39006556169361
+1 18274U 86030E   13115.81912161  .00001070  00000-0  26262-3 0  4397
+2 18274 074.0509 255.9232 0033407 308.9117 201.6425 14.53326221408374
+1 18275U 81053LT  13115.38985986  .00000579  00000-0  67913-3 0  4666
+2 18275 082.9296 090.1387 0133620 160.7491 001.1836 13.62962453401377
+1 18276U 81053LU  13117.86088980  .00000207  00000-0  19848-3 0  2244
+2 18276 082.9297 261.1911 0012455 290.4939 225.3420 13.75769063295682
+1 18278U 82055BA  13117.47688227  .00000317  00000-0  35104-3 0  8427
+2 18278 065.8308 161.3632 0029252 055.2946 055.8591 13.85189819386374
+1 18279U 82055BB  13117.29857406  .00001151  00000-0  10538-2 0  7862
+2 18279 065.8066 063.8532 0070403 251.4747 262.8302 13.85826065379906
+1 18282U 85094T   13116.32408221  .00000586  00000-0  27716-2 0  9647
+2 18282 082.6270 051.3109 0004806 216.4870 272.2264 12.73270327274814
+1 18290U 86019RY  13111.46807707  .00000212  00000-0  72098-4 0  2099
+2 18290 097.8273 291.8843 0095751 025.6499 037.0034 14.42587060474071
+1 18302U 78026HD  13116.48959255  .00000407  00000-0  36109-3 0   192
+2 18302 098.7765 099.9741 0246853 074.9977 068.4455 13.76746281412169
+1 18312U 87068A   13116.65872970  .00000056  00000-0  36325-4 0  7194
+2 18312 082.5546 145.6257 0012051 201.6534 308.1718 13.84620424298121
+1 18313U 87068B   13115.64915134  .00000004  00000-0 -93437-5 0  6396
+2 18313 082.5561 149.6821 0009228 224.7085 135.3332 13.84110594297942
+1 18316U 87070A   13116.60219172 -.00000254  00000-0  10000-3 0  1775
+2 18316 014.6373 019.6207 0008511 330.6138 029.2970 00.99335132 81215
+1 18328U 87073A   13116.05324620 -.00000160  00000-0  10000-3 0  1423
+2 18328 015.8563 010.0604 0008049 060.4761 299.5679 00.96485081 90702
+1 18331U 87073D   13116.04409263 -.00000139  00000-0  10000-3 0  5625
+2 18331 014.1887 005.1122 0019968 029.4705 330.6032 01.01380285 81833
+1 18334U 87074A   13116.52591943  .00000033  00000-0  11719-3 0   398
+2 18334 082.5655 107.1691 0012674 261.3319 246.6283 12.66214717184788
+1 18335U 87074B   13117.68257578  .00000015  00000-0  22958-4 0  2143
+2 18335 082.5710 149.2524 0004456 182.8014 328.4860 12.62693501181641
+1 18336U 87074C   13116.11520659 -.00000018  00000-0 -15579-3 0  1182
+2 18336 082.5607 133.7505 0002383 099.6882 321.0132 12.63513731182198
+1 18337U 87074D   13115.61444881  .00000015  00000-0  23825-4 0  1278
+2 18337 082.5668 130.7136 0003474 000.5794 148.6457 12.64247693182834
+1 18338U 87074E   13115.60468919 -.00000002  00000-0 -70164-4 0  2408
+2 18338 082.5676 124.4795 0006415 340.0152 169.8441 12.64907731183434
+1 18339U 87074F   13116.46326103  .00000026  00000-0  84940-4 0  1312
+2 18339 082.5585 110.3171 0009039 309.8461 196.4606 12.65419702184041
+1 18340U 87074G   13115.96047520  .00000041  00000-0  18751-3 0  9547
+2 18340 082.5714 225.0481 0041032 144.1843 265.3771 12.55534988174814
+1 18350U 87078A   13116.69096458 -.00000131  00000-0  10000-3 0  9457
+2 18350 013.1085 034.5331 0005286 300.4433 059.4270 00.98905755 93056
+1 18351U 87078B   13116.58332646 -.00000219  00000-0  10000-3 0  3279
+2 18351 014.3585 025.9364 0008688 317.2461 042.6808 00.98690399 79398
+1 18355U 87079A   13116.49079072  .00000080  00000-0  00000+0 0  9811
+2 18355 064.8881 119.7248 0008503 290.7511 211.9746 02.13100847199355
+1 18356U 87079B   13115.48799955  .00000089  00000-0  00000+0 0   404
+2 18356 064.9053 119.9909 0017269 223.7220 279.0135 02.13102558199422
+1 18357U 87079C   13115.39820863  .00000090  00000-0  00000+0 0  8509
+2 18357 064.9029 119.9424 0017161 206.5158 299.8423 02.13103658183030
+1 18360U 87079F   13116.67027113  .00000077  00000-0  00000+0 0  1779
+2 18360 064.9039 118.8006 0008038 278.0973 124.3831 02.13418098199568
+1 18361U 87080A   13116.50507469  .00000091  00000-0  13517-3 0  1408
+2 18361 090.3579 283.0535 0107335 109.0686 285.0277 13.44224486255943
+1 18362U 87080B   13115.78089479  .00000124  00000-0  19136-3 0  3989
+2 18362 090.3582 283.2102 0108910 124.3755 007.2262 13.43838319255568
+1 18363U 87080C   13117.49951807  .00000093  00000-0  14127-3 0  4300
+2 18363 090.3586 283.1868 0107825 129.6456 264.6001 13.43593317255613
+1 18365U 87080E   13115.87653163  .00000397  00000-0  59042-3 0  3442
+2 18365 090.3460 271.6285 0104961 275.2361 234.4718 13.50273882259447
+1 18374U 87079G   13116.95687633  .00000143  00000-0  34035-3 0  8628
+2 18374 065.1879 277.0264 5690991 231.1984 333.0135 04.27327490397876
+1 18375U 87079H   13117.00938546 -.00000896  00000-0 -10053-1 0  3217
+2 18375 064.3651 073.9265 5763768 344.4876 260.6294 04.00040081388657
+1 18384U 87084A   13117.14736873 -.00000293  00000-0  00000+0 0  2732
+2 18384 014.4138 010.3170 0006739 080.8476 110.7992 01.00180858 93559
+1 18387U 87084D   13111.22090540 -.00000120  00000-0  10000-3 0  8204
+2 18387 014.4811 010.7467 0031045 108.6659 251.6382 01.00029083100754
+1 18402U 87087A   13117.24984887  .00000027  00000-0  12131-4 0  6716
+2 18402 082.9225 172.4624 0050609 188.6733 202.2676 13.73535568279961
+1 18403U 87087B   13116.18805581 -.00000060  00000-0 -76769-4 0  6426
+2 18403 082.9163 139.8003 0059190 091.1953 336.0086 13.76323387282150
+1 18410U 87041C   13116.64861358 -.00000032  00000-0  10205-4 0  7645
+2 18410 070.9881 175.0646 0203319 013.5180 129.0894 13.73012971300161
+1 18411U 87041D   13116.54107829  .00000003  00000-0  42346-4 0  7807
+2 18411 071.0328 144.3559 0191840 233.8894 272.6373 13.75380237302351
+1 18412U 87041E   13116.54543895  .00000066  00000-0  98904-4 0  7838
+2 18412 071.0281 132.2172 0196843 257.9699 248.8795 13.75764253302554
+1 18413U 82055BC  13111.27014753  .00000562  00000-0  74917-3 0  4419
+2 18413 065.8246 205.4795 0089077 310.7969 080.5092 13.66662976367392
+1 18414U 82055BD  13116.99373361  .00000223  00000-0  29640-3 0  4009
+2 18414 065.8330 315.4065 0007657 141.4995 009.6139 13.79356903382699
+1 18415U 82055BE  13115.47934528  .00000385  00000-0  52778-3 0  8472
+2 18415 065.8285 117.2326 0083368 284.7906 218.6874 13.68550387369472
+1 18416U 87027C   13117.14291848  .00000100  00000-0  12734-3 0  2099
+2 18416 071.0345 344.3064 0185981 130.8244 013.7815 13.76505663311372
+1 18417U 87027D   13116.14602024  .00000070  00000-0  10493-3 0  8701
+2 18417 070.9999 044.0361 0205143 253.9001 207.0309 13.73576500308390
+1 18418U 70025PL  13116.41080336  .00000774  00000-0  93536-3 0  4131
+2 18418 100.1763 278.6509 0002072 220.9723 168.0067 13.70164933132196
+1 18421U 87088A   13117.13146910  .00002785  00000-0  18242-3 0  6882
+2 18421 082.4984 323.3187 0012901 090.1377 057.9869 15.07295902390062
+1 18422U 87088B   13117.63950061  .00000228  00000-0  25667-4 0  9140
+2 18422 082.5108 152.4935 0019961 020.3590 126.7921 14.82022868377856
+1 18426U 86088C   13116.51990514  .00000146  00000-0  14402-3 0  8777
+2 18426 089.1345 329.0657 0069882 160.5768 230.0952 13.72186474322675
+1 18427U 65027AB  13116.80354411  .00001228  00000-0  40817-2 0  7207
+2 18427 090.2639 241.4660 0015648 011.5818 143.2043 12.99571101334018
+1 18428U 76067BM  13110.26798527  .00001575  00000-0  45315-2 0  8785
+2 18428 065.7380 203.4607 0808715 267.7516 116.0394 12.31390682156954
+1 18429U 76077EZ  13109.16621362  .00000067  00000-0  11924-2 0  4528
+2 18429 102.9108 187.4173 0227685 022.6703 002.4636 12.05961147134979
+1 18431U 68097EJ  13101.74026677  .00001039  00000-0  44435-3 0  1653
+2 18431 062.3624 221.7414 0851917 227.1487 291.7379 13.15310746814557
+1 18443U 87091A   13116.40759036 -.00000287  00000-0  00000+0 0  7839
+2 18443 014.4559 009.8994 0002723 096.1257 215.0303 01.00220374 72689
+1 18446U 87091D   13117.68506278 -.00000095  00000-0  00000+0 0  9874
+2 18446 014.4689 010.0180 0023058 119.8584 138.1091 01.00255823 81953
+1 18463U 76077FA  13115.67661145  .00000038  00000-0  73491-3 0  5743
+2 18463 102.0728 136.8755 0095456 178.1534 332.4259 12.23480920641557
+1 18466U 76077FB  13117.02002716  .00044116  00000-0  24786-1 0  2394
+2 18466 102.8451 131.4500 0070169 052.6503 308.1016 14.08987652227107
+1 18467U 78026HE  13110.48914034  .00000282  00000-0  14128-3 0  3892
+2 18467 098.5043 112.2155 0096573 278.1980 236.3339 14.21610257461266
+1 18468U 68091DD  13116.50844331  .00000263  00000-0  43687-3 0  7485
+2 18468 062.2586 127.2560 0791946 149.0386 353.8803 12.74941920986831
+1 18469U 78026HF  13109.17368669 -.00000233  00000-0 -13628-3 0  4933
+2 18469 099.0026 189.5598 0047645 164.9556 223.6192 13.96372850434979
+1 18470U 73086GU  13115.92318653 -.00000075  00000-0 -38298-3 0  2161
+2 18470 101.7839 270.2977 0180246 265.0897 255.2740 12.06582664240734
+1 18471U 76067BN  13117.78888088  .00000551  00000-0  12588-2 0  2535
+2 18471 065.7576 222.5849 0982310 223.6065 290.8244 12.18411752142253
+1 18472U 73086GV  13116.22457447 -.00000000  00000-0  20988-3 0  1794
+2 18472 101.4485 096.3699 0015271 155.6182 324.1873 12.77403590311712
+1 18475U 75004HK  13116.84703071  .00000286  00000-0  76727-4 0  4560
+2 18475 097.9841 244.9700 0050785 048.7100 102.1555 14.54228585470381
+1 18476U 87041F   13116.27885355 -.00000041  00000-0  20645-5 0  7638
+2 18476 070.9922 208.0883 0208796 006.1738 054.9534 13.72151624299241
+1 18477U 82055BF  13116.00318949  .00002086  00000-0  12390-2 0  4889
+2 18477 065.8206 067.8471 0028140 345.4829 134.2049 14.09426422396105
+1 18479U 65027AC  13116.56675899  .00000777  00000-0  27089-2 0  9142
+2 18479 090.2749 244.0634 0029206 091.7288 039.3913 12.95813151326509
+1 18480U 83044EL  13117.63230144  .00324074  44128-4  12202-2 0  6748
+2 18480 064.9612 347.1226 0021252 226.2792 133.6265 15.87170937490375
+1 18490U 68097EN  13117.10635141  .00002057  00000-0  50592-3 0  6418
+2 18490 062.7444 153.5391 0560911 326.7652 062.9030 13.88467670664029
+1 18494U 77121BQ  13112.40502569  .00000056  00000-0  17260-3 0  9230
+2 18494 065.8227 257.8097 0105939 093.1466 298.5079 13.60032349214617
+1 18496U 73081D   13116.18607051  .00000248  00000-0  21692-3 0  9062
+2 18496 090.1140 098.3712 0137145 041.8903 076.3318 13.78966454265656
+1 18500U 75112E   13117.47814690  .00000957  00000-0  26908-3 0  2657
+2 18500 074.0456 274.2874 0014113 298.0657 122.6072 14.47199027478321
+1 18501U 78019E   13116.46852523  .00001033  00000-0  23468-3 0  5479
+2 18501 074.0597 340.0845 0011381 287.6488 143.6675 14.57261706485659
+1 18502U 82051D   13117.51374250  .00000717  00000-0  20172-3 0  5796
+2 18502 074.0634 156.4241 0002072 280.1284 196.1472 14.47659522475248
+1 18503U 61015LU  13116.33091760  .00014429  00000-0  84327-3 0  1079
+2 18503 066.9400 086.8241 0048050 310.9823 168.4533 15.11079494505816
+1 18504U 76098E   13117.35940521  .00001697  00000-0  31210-3 0  2143
+2 18504 074.0399 232.3062 0012286 205.3779 210.9305 14.66402133487067
+1 18505U 81053LW  13116.04840407  .00001194  00000-0  10044-2 0  5223
+2 18505 083.2875 318.1040 0084213 155.5433 330.7259 13.85547938406041
+1 18507U 82055BG  13117.82096686 -.00000083  00000-0 -53091-5 0  3124
+2 18507 065.8355 025.6504 0052681 241.3406 155.3918 13.66064538541878
+1 18509U 82051E   13116.86725295  .00001027  00000-0  28109-3 0  5039
+2 18509 074.0089 066.2977 0009607 175.4201 216.3583 14.48464541380855
+1 18510U 82051F   13117.71324317  .00000976  00000-0  27291-3 0  7659
+2 18510 073.9952 072.2735 0015383 217.1957 213.7248 14.47449010393017
+1 18512U 77119E   13116.74933542  .00001564  00000-0  29397-3 0   553
+2 18512 074.0367 228.5193 0005210 254.4213 257.6528 14.65534081500798
+1 18513U 70025PN  13117.22220391  .00001005  00000-0  59026-3 0  3733
+2 18513 099.7279 221.8373 0062343 057.2560 333.2068 14.09752732445404
+1 18517U 70089DD  13116.85628876  .00002465  00000-0  60345-3 0  5194
+2 18517 062.4247 027.3006 0537495 169.1346 313.0791 13.92462060195686
+1 18518U 76126BW  13117.67207681  .00000357  00000-0  60437-3 0  9432
+2 18518 065.7604 178.7672 0741968 208.5086 302.7085 12.77024066135206
+1 18519U 84019D   13116.73649516  .00001249  00000-0  29986-3 0  1242
+2 18519 074.0477 100.6969 0013092 268.8734 149.9219 14.54435789360957
+1 18525U 86088D   13117.72557939  .00000086  00000-0  67795-4 0  8442
+2 18525 089.9706 005.0515 0006974 060.7015 332.3967 13.84364826334269
+1 18526U 86030F   13116.22156340  .00001031  00000-0  27025-3 0  3453
+2 18526 074.0398 287.5753 0003885 328.0791 084.8593 14.50513323361325
+1 18527U 87027E   13115.77804215  .00000046  00000-0  81999-4 0  8733
+2 18527 070.9968 004.6533 0197902 257.1875 135.9598 13.74761468309502
+1 18530U 87080F   13116.36236414  .00000112  00000-0  14962-3 0  5176
+2 18530 090.3763 347.8600 0084865 306.4522 114.3515 13.54733285265361
+1 18533U 65027AD  13117.58271508 -.00000503  00000-0 -18250-2 0  6668
+2 18533 090.2757 244.2288 0028263 127.0030 355.4906 12.94781446272971
+1 18534U 65027AE  13117.37846936 -.00000084  00000-0 -32778-3 0   298
+2 18534 090.3032 257.7639 0035155 103.6081 312.7817 12.94466458220021
+1 18538U 65027AF  13103.86859926 -.00000208  00000-0 -77624-3 0  3755
+2 18538 090.2716 241.2887 0030632 175.7782 341.9951 12.94107244872996
+1 18539U 74089EZ  13117.50987878  .00000152  00000-0  12372-2 0  1390
+2 18539 101.3024 126.8545 0036361 116.7405 040.5923 12.52271081991891
+1 18540U 76077FC  13117.40942515 -.00001990  00000-0 -13635-1 0  2834
+2 18540 103.5845 090.1254 0490374 065.6672 086.7983 12.15597748791676
+1 18543U 63014DJ  13116.87949981 -.00002920  00000-0 -84507+0 0  5659
+2 18543 087.1943 238.6216 0952531 042.7880 093.5179 08.68179539704031
+1 18545U 86100C   13116.90689888  .00001256  00000-0  86299-3 0  2989
+2 18545 082.9254 273.1658 0020788 205.9121 309.6330 13.98646223332233
+1 18549U 68091DE  13116.40575286  .00000541  00000-0  82361-3 0  4831
+2 18549 062.2292 098.0012 0693966 275.4791 231.8730 12.89248560  8519
+1 18550U 87027F   13117.59589010  .00000084  00000-0  11106-3 0  8716
+2 18550 071.0258 285.4949 0182052 126.3819 301.2594 13.78227406312890
+1 18551U 68091DF  13115.50524519  .00000676  00000-0  36886-3 0  1339
+2 18551 062.3004 139.6327 0759744 191.1350 332.4542 13.24683371  8328
+1 18552U 86086C   13116.81422038  .00001287  00000-0  76268-3 0  1597
+2 18552 082.9261 332.5283 0023530 191.9367 298.3568 14.06807425345264
+1 18556U 68097EP  13115.13254668  .00001611  00000-0  11036-2 0  3470
+2 18556 062.2040 146.4241 0572733 119.1319 285.7548 13.43541840846779
+1 18560U 82055BH  13116.65576508  .00000048  00000-0  14705-3 0  7039
+2 18560 065.8328 323.3246 0050931 232.1122 127.5326 13.68758889281457
+1 18561U 87080G   13117.53544424  .00000335  00000-0  49576-3 0  3346
+2 18561 090.3589 300.0494 0112154 288.1067 103.9493 13.50111449259489
+1 18562U 87080H   13115.66328428  .00000162  00000-0  25853-3 0  8876
+2 18562 090.0633 156.7207 0184474 095.4338 050.2553 13.38220330248350
+1 18565U 81053LY  13117.79401668  .00002182  00000-0  44250-2 0  4643
+2 18565 082.4328 121.8330 0162499 048.1658 005.4886 13.28430333264648
+1 18570U 87095A   13117.23980687  .00000035  00000-0  10000-3 0  7727
+2 18570 014.7049 010.7120 0064064 008.5199 351.5485 00.98915922 81387
+1 18571U 87078F   13117.49255501  .00024471  00000-0  20574-2 0  6957
+2 18571 006.6514 184.1035 6271065 023.4956 021.0769 03.68000040223018
+1 18575U 87096A   13108.24921855 -.00000119  00000-0  10000-3 0  2275
+2 18575 014.4842 011.1907 0008348 025.6185 334.3922 01.00324119 93032
+1 18578U 87096D   13115.52398529 -.00000206  00000-0  10000-3 0  9200
+2 18578 014.3718 010.7561 0024080 103.0972 257.1302 01.00560014 89825
+1 18585U 87098A   13117.48948933  .00000110  00000-0  49742-4 0  8687
+2 18585 074.0061 264.2161 0022116 306.0250 114.6074 14.33155521327990
+1 18586U 87098B   13117.80857086  .00000082  00000-0  36985-4 0  7268
+2 18586 074.0079 197.3399 0022176 252.9376 237.4760 14.36212009330339
+1 18589U 64006N   13116.92424863  .00000676  00000-0  59068-2 0  5835
+2 18589 058.8912 291.9553 2003919 152.7398 351.5907 09.79141888  6796
+1 18591U 76077FD  13112.12504932  .00002229  00000-0  44542-1 0  4647
+2 18591 101.0577 337.5990 1142010 295.6043 239.9444 10.60307671 83378
+1 18592U 81053LZ  13111.58094978  .00001837  00000-0  10290-2 0  5943
+2 18592 082.9448 298.7622 0015478 173.8704 252.1109 14.10148078931303
+1 18597U 68097EQ  13117.39076345  .00000319  00000-0  55148-3 0  9720
+2 18597 062.2537 139.0678 0803188 120.2674 001.9559 12.68961509977246
+1 18598U 81088N   13117.62098352  .00000005  00000-0  00000+0 0  9000
+2 18598 063.3796 172.2481 4650866 208.4226 345.8746 05.73579494640887
+1 18599U 76077FE  13117.50863786  .00001993  00000-0  18769-1 0  7717
+2 18599 100.8459 105.5535 0701208 193.6179 294.6361 11.71239855214469
+1 18600U 76077FF  13100.96055111 -.00000076  00000-0 -10737-2 0   597
+2 18600 102.0216 272.6744 0783479 296.3204 228.3084 10.91126071943950
+1 18601U 81053MB  13116.36805376  .00001987  00000-0  13173-2 0  9322
+2 18601 082.7992 253.9979 0060597 211.6435 177.5564 14.00108969305672
+1 18602U 68091DG  13117.81472666  .00001617  00000-0  21026-2 0  8283
+2 18602 062.2457 252.0452 0682141 254.6197 267.4943 12.94406109 22163
+1 18603U 62010G   13116.50582705  .00000013  00000-0  17447-2 0  4962
+2 18603 086.6608 300.9986 0315931 189.6882 205.1548 09.40968320927344
+1 18606U 76067BP  13106.53796520  .00000190  00000-0  82853-3 0  6283
+2 18606 065.8372 283.8487 0646815 317.8238 072.1241 12.44700001215246
+1 18608U 85077K   13116.27640274  .00000739  00000-0  19334-3 0  2944
+2 18608 074.0489 173.7796 0013296 320.7358 151.2123 14.51093984380983
+1 18615U 63014DK  13114.28167883 -.00001594  00000-0 -57241-1 0  4365
+2 18615 085.5918 026.4343 2150223 200.6061 324.1819 08.78813149625292
+1 18616U 69082LB  13115.12405954  .00000505  00000-0  45802-3 0  2870
+2 18616 070.1322 143.5282 0169826 025.0728 038.8724 13.82599600279935
+1 18631U 87100A   13114.87189381  .00000104  00000-0  10000-3 0  9304
+2 18631 014.9008 011.1458 0005495 065.7875 294.2325 01.00256704 92940
+1 18634U 87100D   13116.09754083 -.00000124  00000-0  10000-3 0  6333
+2 18634 013.9615 008.1626 0016528 115.4314 244.6984 01.03398957 95841
+1 18637U 81053MC  13112.83756504  .00001517  00000-0  96346-3 0   590
+2 18637 082.9707 066.6402 0060999 333.4411 026.3638 14.02354381420168
+1 18639U 81053ME  13117.78547456  .00000801  00000-0  98538-3 0   731
+2 18639 083.0646 326.2481 0152587 356.7713 121.5951 13.59504810384557
+1 18640U 81053MF  13115.48160234  .00001135  00000-0  11182-2 0  3387
+2 18640 083.2094 295.8702 0095561 173.6822 218.0611 13.75893657399368
+1 18645U 73086GX  13117.71422230  .00000045  00000-0  69360-3 0  8199
+2 18645 102.2158 199.3800 0119998 225.7062 282.2581 12.36519520272368
+1 18647U 73086GY  13117.68359659 -.00000053  00000-0 -57507-4 0  5820
+2 18647 101.8014 178.0058 0073978 032.7978 112.2043 12.46743375743720
+1 18648U 68097ED  13108.49670693  .00001575  00000-0  16394-2 0   976
+2 18648 062.2244 135.6247 0617968 285.4858 228.3091 13.16025344 22394
+1 18650U 79078E   13117.82878705  .00003025  00000-0  41774-3 0  7959
+2 18650 074.0690 255.5459 0005895 357.7526 162.4172 14.78587124467709
+1 18651U 61015LW  13114.09475800 -.00000030  00000-0  79156-4 0  3177
+2 18651 065.6853 358.6553 0751451 253.8015 097.8448 12.40260017190810
+1 18665U 87101A   13116.45664410  .00000051  00000-0  36307-4 0  8511
+2 18665 066.0848 095.6714 0037391 196.1145 308.6123 14.53972122350425
+1 18670U 65027AG  13109.79803807 -.00000423  00000-0 -15322-2 0  1378
+2 18670 090.2466 233.8969 0037113 167.5548 192.6496 12.94997633943345
+1 18671U 73086GZ  13115.09376137 -.00000019  00000-0  18341-3 0  6835
+2 18671 101.8874 180.1932 0108849 036.2343 029.5307 12.38730994166251
+1 18675U 65027AH  13116.57686686 -.00000395  00000-0 -13802-2 0  9806
+2 18675 090.2468 231.6284 0020089 006.2663 122.9516 12.97827348235609
+1 18680U 86101L   13116.99878064  .00000614  00000-0  38598-3 0  6840
+2 18680 082.5454 351.9070 0014517 132.5432 162.1538 14.02908787343288
+1 18681U 86030G   13116.16560045  .00000535  00000-0  17844-3 0  3994
+2 18681 074.0320 157.4267 0016550 118.3053 297.1454 14.39866203353355
+1 18688U 63014DM  13116.00420294 -.00000005  00000-0 -36084-2 0  1899
+2 18688 087.3315 298.5314 0011328 320.0193 186.4418 08.65090761704314
+1 18689U 76067BR  13115.81099987 -.00000239  00000-0 -13800-2 0   788
+2 18689 065.8222 045.0028 0944225 314.6030 065.7458 11.55424637837787
+1 18691U 65027AJ  13117.34979883 -.00000149  00000-0 -55516-3 0   216
+2 18691 090.2542 238.3019 0026850 114.9635 302.3262 12.95160934203659
+1 18693U 74089FA  13116.52243667  .00001182  00000-0  56096-2 0  8205
+2 18693 101.7452 119.0222 0197928 209.8121 308.0765 12.71469316166917
+1 18697U 87098C   13117.75011321  .00000818  00000-0  22137-3 0  3355
+2 18697 074.0032 030.8088 0006700 002.3139 026.8601 14.49301025335684
+1 18698U 87098D   13117.32331887  .00000556  00000-0  17912-3 0  3568
+2 18698 073.9897 193.3758 0014648 156.1075 318.4976 14.41504415329866
+1 18701U 87105A   13116.35208669 -.00000133  00000-0  00000+0 0  6588
+2 18701 068.0741 067.6170 5756355 194.9563 351.7246 02.00814795186396
+1 18704U 87105D   13117.50314144  .00000361  00000-0  00000+0 0  1032
+2 18704 065.6541 258.5223 6789248 167.7714 354.2824 02.04200292153045
+1 18709U 87106A   13117.82584289  .00000052  00000-0  38327-4 0    36
+2 18709 082.9173 034.7338 0028963 082.6340 310.7828 13.74101067270936
+1 18710U 87106B   13117.18136284  .00000042  00000-0  28222-4 0  1498
+2 18710 082.9138 013.5534 0022750 354.1435 152.3085 13.75910692272404
+1 18715U 87109A   13111.18858969 -.00000090  00000-0  10000-3 0  2366
+2 18715 015.7450 016.4802 0043551 107.8791 252.5620 00.95882018 74743
+1 18718U 87109D   13117.06904156 -.00000262  00000-0  10000-3 0  8099
+2 18718 014.3118 011.5402 0064147 140.7333 219.6858 01.00829322 83716
+1 18725U 87020C   13115.80090563  .00000044  00000-0  46413-3 0   936
+2 18725 073.7666 215.4027 0073031 233.8909 272.9658 12.37952079145407
+1 18727U 87020E   13116.18314681  .00000118  00000-0  73154-3 0  8448
+2 18727 073.3615 357.9642 0091512 134.5249 010.7200 12.64531340170135
+1 18728U 87020F   13116.21339416 -.00000134  00000-0 -92420-3 0   322
+2 18728 073.6187 165.3593 0064780 045.5537 348.9374 12.35346010143186
+1 18729U 87020G   13116.32523156 -.00000056  00000-0 -37285-3 0  6317
+2 18729 073.8146 213.3435 0129253 130.1393 288.5889 12.23270536132196
+1 18730U 87020H   13117.17290683  .00000093  00000-0  10859-2 0  8148
+2 18730 073.9315 161.8213 0185160 262.0637 131.3966 12.13048885122833
+1 18731U 87020J   13117.16955116  .00000025  00000-0  30466-3 0  2491
+2 18731 073.6304 001.4702 0018950 214.0838 291.0865 12.43024967150036
+1 18733U 87020L   13116.42894157  .00006078  00000-0  12450-1 0  2662
+2 18733 073.4747 089.2778 0008408 179.6057 325.6902 13.33123008196931
+1 18737U 87020Q   13117.78405274 -.00000028  00000-0 -74601-4 0  3856
+2 18737 073.6069 359.7427 0028122 267.2518 124.4375 12.41412340149330
+1 18742U 87020V   13117.75500909  .00001030  00000-0  64183-2 0  7465
+2 18742 073.5178 041.7409 0041268 330.2157 057.3145 12.55255022159281
+1 18746U 87020Z   13117.62743876  .00001388  00000-0  70709-2 0  5440
+2 18746 073.5028 322.3368 0043489 084.5369 333.1552 12.69934848162266
+1 18747U 87020AA  13117.34992638  .00000013  00000-0  22695-3 0  2591
+2 18747 073.6272 077.1903 0041981 309.7046 207.6481 12.38732088146567
+1 18748U 88001A   13117.03730392  .00002915  00000-0  19905-3 0  9269
+2 18748 082.4962 107.6230 0013494 041.8725 351.1018 15.05760941377484
+1 18749U 88001B   13117.56723536  .00000384  00000-0  45172-4 0   221
+2 18749 082.5130 280.5601 0018030 245.5814 180.8422 14.82187951366470
+1 18751U 87020AC  13116.42556079  .00000053  00000-0  56534-3 0  5461
+2 18751 073.6301 225.9713 0076635 094.6901 297.0841 12.32664365140935
+1 18752U 87020AD  13115.76824777  .00000258  00000-0  15839-2 0   409
+2 18752 073.9203 196.1754 0060804 042.6899 103.8542 12.59471666165112
+1 18753U 87020AE  13117.73038205  .00000005  00000-0  16377-3 0  4551
+2 18753 073.4489 182.5386 0022737 018.6104 128.7593 12.44908039151838
+1 18754U 87020AF  13116.42100608  .00000142  00000-0  87507-3 0  7631
+2 18754 073.6334 247.0737 0075700 233.1936 161.4857 12.63468954168598
+1 18755U 87020AG  13117.21491228 -.00000023  00000-0 -43297-4 0  8248
+2 18755 073.6422 026.6484 0034944 244.3678 260.9715 12.41891017149312
+1 18756U 87020AH  13115.65812196  .00000060  00000-0  55885-3 0  8611
+2 18756 073.6342 001.5175 0029317 212.5936 176.1350 12.43173352149753
+1 18757U 87020AJ  13116.20534618  .00004045  00000-0  13401-1 0  2105
+2 18757 073.6849 024.9206 0040187 193.1253 320.8717 13.00286333177602
+1 18758U 87020AK  13117.37490073  .00000032  00000-0  37648-3 0  5321
+2 18758 073.6245 105.9899 0052964 347.3777 128.6211 12.37733194144564
+1 18764U 85042G   13115.81846972  .00000233  00000-0  91561-4 0  9524
+2 18764 066.5941 352.3297 0095224 177.7754 305.6529 14.43761905330747
+1 18765U 85042H   13117.80454812  .00001458  00000-0  48171-3 0  8633
+2 18765 066.5856 056.5433 0015046 287.7982 072.1479 14.40811738321104
+1 18766U 85042J   13116.93115336  .00001275  00000-0  58527-3 0  7858
+2 18766 066.5740 058.2475 0067639 320.7608 074.4910 14.23323584303709
+1 18767U 85042K   13117.65004566  .00000979  00000-0  72641-3 0  5706
+2 18767 066.5933 321.1855 0153135 196.9508 224.4257 13.93931486280287
+1 18775U 78026HH  13115.83493205  .00000069  00000-0  80947-4 0  9139
+2 18775 099.2416 247.4020 0066456 114.5401 047.3106 13.96226615245938
+1 18779U 78026HJ  13116.55996787  .00001505  00000-0  81782-3 0   196
+2 18779 099.0897 335.5705 0091213 181.3415 208.0963 14.11772937312032
+1 18783U 65027AK  13111.88942961  .00000730  00000-0  24410-2 0  9804
+2 18783 090.3027 262.3189 0026515 308.7313 208.8833 12.98784907192969
+1 18784U 65027AL  13117.80796485  .00000029  00000-0  75687-4 0  9806
+2 18784 090.2701 239.8946 0042388 125.8377 027.2202 12.95248201181018
+1 18785U 70025PQ  13112.11901446  .00000210  00000-0  34986-3 0   444
+2 18785 100.0760 170.1885 0002842 060.4751 328.3218 13.59077715266460
+1 18788U 88002A   13116.42694001  .00000019  00000-0  45512-4 0  6244
+2 18788 082.6100 089.2981 0001955 071.2369 074.9344 12.62750215165235
+1 18789U 88002B   13116.98398324  .00000050  00000-0  21672-3 0  6307
+2 18789 082.6022 073.1696 0003276 305.1325 167.2910 12.63512044166012
+1 18790U 88002C   13115.79850919  .00000016  00000-0  26666-4 0  7357
+2 18790 082.6091 070.5084 0006994 250.6575 117.4096 12.64279275166584
+1 18791U 88002D   13117.83538456  .00000029  00000-0  98151-4 0  3419
+2 18791 082.6104 062.7748 0010321 229.4965 144.9049 12.64948457167440
+1 18792U 88002E   13115.86723586  .00000046  00000-0  18986-3 0  1325
+2 18792 082.6021 049.8435 0013699 210.7385 182.6853 12.65590172167752
+1 18793U 88002F   13116.85067549  .00000037  00000-0  14116-3 0  3431
+2 18793 082.6095 046.5640 0018196 171.1385 222.5836 12.66323502168571
+1 18794U 88002G   13116.18241312 -.00000012  00000-0 -13645-3 0  9493
+2 18794 082.6002 158.2841 0038737 062.3150 358.8105 12.55539032158620
+1 18800U 87020AL  13116.93700722 -.00000040  00000-0 -17111-3 0  5048
+2 18800 073.5945 059.2806 0048042 002.1536 030.7409 12.38686329146548
+1 18801U 87020AM  13114.57352928  .00000120  00000-0  64870-3 0  1292
+2 18801 073.1319 331.4315 0129001 152.5219 239.7587 12.74042653176034
+1 18802U 87020AN  13117.59620483  .00000165  00000-0  15298-2 0  9175
+2 18802 073.5904 284.8609 0103339 234.3350 195.3899 12.29710534137071
+1 18803U 87020AP  13116.44424516 -.00000005  00000-0  10639-3 0  3339
+2 18803 073.4474 118.0502 0084907 309.7565 205.9737 12.31695502139461
+1 18804U 87020AQ  13116.64661700 -.00000036  00000-0 -13606-3 0   609
+2 18804 073.6057 359.1579 0027744 272.7415 117.0631 12.41432246148441
+1 18805U 87020AR  13116.77384234  .00000008  00000-0  17697-3 0  8247
+2 18805 073.7057 041.8668 0019657 129.9818 230.2944 12.43082563148407
+1 18806U 87020AS  13116.10264141  .00000101  00000-0  94848-3 0  9999
+2 18806 073.4815 101.2306 0089617 232.5588 200.1525 12.34327133140548
+1 18807U 87020AT  13117.52718521 -.00015749  00000-0 -29772-1 0  4020
+2 18807 073.8033 018.3107 0224471 034.1308 033.7792 13.29136757846462
+1 18819U 85042L   13117.85582345  .00004285  00000-0  98189-3 0  8658
+2 18819 066.5679 072.0462 0019212 157.1813 234.8659 14.56426291320125
+1 18820U 88005A   13117.16575572 -.00000004  00000-0 -16077-4 0  2726
+2 18820 082.5439 185.9050 0015226 253.5654 138.9794 13.85294213275964
+1 18821U 88005B   13116.77214449  .00000017  00000-0  18849-5 0  8353
+2 18821 082.5441 186.0027 0013044 263.1912 246.8028 13.85056907275914
+1 18822U 88006A   13117.46499377  .00000098  00000-0  59502-4 0  5971
+2 18822 098.8314 339.1372 0007407 101.8701 323.4809 14.26544641311731
+1 18866U 70091AV  13115.74464395  .00002623  00000-0  75720-3 0  6836
+2 18866 062.6657 230.3471 0844973 116.6798 324.1967 13.28751365 74987
+1 18870U 73086HA  13117.07640727  .00000160  00000-0  21985-2 0  1899
+2 18870 101.7620 157.0196 0365749 138.1406 249.6587 11.92785967902444
+1 18877U 88012A   13114.08198960 -.00000207  00000-0  10000-3 0  8927
+2 18877 013.7285 036.0665 0004952 227.8990 132.0023 00.98138151 80546
+1 18881U 88013A   13117.54323797  .00000558  00000-0  00000+0 0  8175
+2 18881 068.7471 318.5082 5953513 163.6690 229.8181 02.00462709184385
+1 18883U 88013C   13115.60915190  .00000548  00000-0  00000+0 0  9996
+2 18883 068.0552 251.4249 6148324 143.0283 357.7042 02.04027789187522
+1 18902U 81053MG  13117.29047929  .00003825  00000-0  18628-2 0  9661
+2 18902 082.9477 227.1628 0005712 251.5292 108.5267 14.17927585 23102
+1 18904U 84113F   13114.98615541  .00003366  00000-0  32257-2 0  8503
+2 18904 026.5822 047.4720 4369089 049.0466 341.3615 06.46289577455316
+1 18906U 73086HB  13110.41920877 -.00000058  00000-0 -54973-4 0  8998
+2 18906 102.3306 094.1760 0089078 189.7667 325.0836 12.55814480169094
+1 18907U 76126BY  13117.12220832  .00000469  00000-0  14489-3 0  1125
+2 18907 065.8199 238.7630 0915531 046.2696 014.0214 13.17894250212873
+1 18908U 61015LY  13116.31262782  .00001628  00000-0  44523-3 0  3253
+2 18908 065.7333 187.8306 0129682 024.2174 042.1756 14.45287288338183
+1 18910U 87020AU  13116.57654064  .00000114  00000-0  89366-3 0  1550
+2 18910 073.6776 315.3909 0022638 100.5393 294.6918 12.47148029152295
+1 18911U 67014M   13116.47985312  .00007623  00000-0  13292-2 0   942
+2 18911 038.7855 259.9760 0359261 007.6425 040.0714 14.33491506301428
+1 18912U 69070D   13114.65981343  .00019200  00000-0  79483-3 0  7345
+2 18912 073.9783 219.2130 0011786 128.4607 290.2834 15.23828413408141
+1 18922U 88014A   13115.30557508  .00000013  00000-0  00000+0 0  1442
+2 18922 014.1436 024.8655 0009471 044.3863 315.6355 01.00281578 91978
+1 18937U 88016A   13117.11898434 -.00000022  00000-0 -40023-4 0  3467
+2 18937 074.0060 331.6419 0034709 325.2679 180.7286 12.44556881141823
+1 18938U 88016B   13115.76656582  .00000002  00000-0  12186-3 0  4637
+2 18938 074.0047 283.0826 0024370 285.8491 198.9491 12.46781168143693
+1 18939U 88016C   13117.78284755 -.00000003  00000-0  84581-4 0  4755
+2 18939 074.0061 234.9062 0012541 226.7736 301.2009 12.48788545145784
+1 18940U 88016D   13115.70926899 -.00000016  00000-0  33538-5 0   701
+2 18940 074.0054 190.8771 0008172 247.5301 257.7657 12.50849239147416
+1 18941U 88016E   13117.14027505 -.00000037  00000-0 -13504-3 0  2736
+2 18941 074.0028 143.9014 0011621 261.7962 132.7621 12.52822257149408
+1 18942U 88016F   13116.51785874  .00000005  00000-0  12870-3 0  1789
+2 18942 074.0038 101.0227 0020831 228.1858 280.4661 12.54733546151081
+1 18943U 88016G   13116.12815891  .00000024  00000-0  23977-3 0  1893
+2 18943 074.0072 059.4459 0029750 192.2293 292.3258 12.56565160152718
+1 18944U 88016H   13116.17169936 -.00000007  00000-0  53370-4 0  1951
+2 18944 074.0084 014.9711 0040024 133.0842 033.6178 12.58494161154475
+1 18945U 88016J   13116.85482476 -.00000084  00000-0 -62101-3 0  1513
+2 18945 074.0095 072.3172 0139641 116.7417 277.9965 12.23952614122912
+1 18946U 88017A   13117.73806836  .00000549  00000-0 -35274-1 0  4880
+2 18946 063.5382 156.4030 6863291 278.2104 062.5570 02.00608815184137
+1 18949U 88017D   13117.62371035  .00000644  00000-0  80906-2 0  6025
+2 18949 063.3022 113.2439 6938936 281.2516 272.2339 02.10104463172291
+1 18951U 88018A   13115.75447486 -.00000153  00000-0  00000+0 0  4652
+2 18951 011.6784 043.8366 0005669 036.6182 323.3456 00.99658949 76777
+1 18952U 88018B   13116.24646950 -.00000068  00000-0  10000-3 0  7636
+2 18952 014.0964 033.4733 0105929 025.7675 334.6923 00.97955775 68437
+1 18953U 88018C   13116.48198002  .00000749  00000-0  14225-2 0  1645
+2 18953 006.4264 142.9520 7156910 084.6688 010.7905 02.37517784210089
+1 18957U 88019A   13117.45927083 -.00000094  00000-0 -67515-5 0  8282
+2 18957 065.0450 209.9378 0034296 035.5959 039.8212 13.79610857267120
+1 18958U 88020A   13117.54002904  .00001136  00000-0  91504-4 0  9709
+2 18958 082.5292 118.6356 0012568 021.4196 338.7551 14.98965228364689
+1 18959U 88020B   13116.87191022  .00000350  00000-0  40558-4 0  9187
+2 18959 082.5390 243.1719 0018583 084.5920 061.7347 14.82463925356445
+1 18960U 88021A   13117.11292031 -.00000132  00000-0 -61495-4 0  8328
+2 18960 099.4257 125.6610 0014316 016.8112 012.3123 13.96575085183471
+1 18961U 88021B   13116.96602389  .00000244  00000-0  19207-3 0  2905
+2 18961 099.2184 080.1572 0055589 053.7058 352.2089 14.00640409283711
+1 18962U 63014DN  13117.78306288  .00001895  00000-0  68961+0 0  5476
+2 18962 087.2142 011.2622 0593182 122.7845 275.2676 08.72273110807925
+1 18964U 65027AM  13110.83975959 -.00000217  00000-0 -78877-3 0  1454
+2 18964 090.2588 236.7138 0042602 127.4779 357.2965 12.95832882232768
+1 18965U 65027AN  13117.12472125  .00000721  00000-0  24989-2 0  6155
+2 18965 090.3067 260.1127 0046610 120.6624 303.9321 12.95950894328548
+1 18967U 65027AP  13115.85840079 -.00000161  00000-0 -60339-3 0  9111
+2 18967 090.2842 247.4355 0028513 143.5174 013.7408 12.94544129197104
+1 18969U 87020AW  13117.72112925  .00000090  00000-0  77966-3 0  7267
+2 18969 073.6245 012.0622 0035977 234.7040 159.9365 12.42538586148247
+1 18985U 88023A   13117.06517965  .00000054  00000-0  39652-4 0  6483
+2 18985 082.9536 112.1385 0040324 232.0178 159.8586 13.76309876136061
+1 18986U 88023B   13116.04978543 -.00000043  00000-0 -57550-4 0  9338
+2 18986 082.9537 089.5962 0042877 144.8401 283.6326 13.78454917262163
+1 18998U 77121BS  13110.27533292  .00000250  00000-0  32854-3 0  1840
+2 18998 065.8286 056.3259 0139063 318.8845 191.0485 13.74024533279683
+1 19000U 76077FH  13116.99721655 -.00000034  00000-0  80683-4 0  6997
+2 19000 101.9792 125.8701 0078128 279.1504 109.0501 12.26680420138446
+1 19005U 87020BA  13115.66928002  .00000057  00000-0  53179-3 0   593
+2 19005 073.8711 185.7954 0034493 343.8877 160.9063 12.42583562149272
+1 19006U 87020BB  13117.51453495  .00004737  00000-0  10055-1 0  1289
+2 19006 073.4781 178.9479 0002379 352.5794 125.8793 13.30869761191391
+1 19008U 84088G   13115.79123005  .00002032  00000-0  12065-2 0  9896
+2 19008 028.7150 278.2660 1840641 125.8640 003.2453 11.10258571 33402
+1 19017U 88028A   13115.58243893 -.00000141  00000-0  10000-3 0   607
+2 19017 015.4917 014.7661 0039762 066.1357 294.2342 00.97828444 72547
+1 19020U 88028D   13117.10026247 -.00000146  00000-0  10000-3 0   754
+2 19020 015.5468 014.5373 0023312 009.3921 350.6132 00.97785420 89549
+1 19024U 71015DN  13115.53230940  .00000631  00000-0  85394-3 0   259
+2 19024 066.2794 010.9475 0507949 055.8669 006.1404 13.21745343210327
+1 19025U 81053MH  13117.34652406  .00001941  00000-0  11705-2 0  2058
+2 19025 082.7169 078.7819 0036717 353.1818 159.0469 14.05883460424828
+1 19026U 81053MJ  13117.04452650  .00000904  00000-0  97968-3 0  3421
+2 19026 083.1703 331.5370 0124730 187.1357 329.7080 13.68720568393261
+1 19027U 81053MK  13117.51137534  .00001927  00000-0  14469-2 0  9409
+2 19027 083.0199 308.4553 0079463 147.6601 239.9968 13.92490720409706
+1 19030U 63014DY  13116.61771785 -.00000002  00000-0 -25065-2 0  9748
+2 19030 087.3749 321.1148 0065440 116.6913 276.9459 08.64425355717996
+1 19033U 73086HC  13116.29572946  .00000181  00000-0  14623-2 0  7510
+2 19033 101.5446 114.4867 0033800 010.5650 107.2069 12.50506636283148
+1 19038U 88029A   13117.49216985  .00000109  00000-0  47463-4 0  2402
+2 19038 074.0466 258.7475 0023471 085.0371 335.5600 14.34809662311559
+1 19039U 88029B   13116.75904457  .00000113  00000-0  46189-4 0  7302
+2 19039 074.0494 203.5161 0023686 028.9154 116.6236 14.37774942313431
+1 19045U 88032A   13117.71006133  .00012357  00000-0  28661-3 0  4780
+2 19045 097.2816 176.0105 0007116 163.6635 342.9100 15.42513351376082
+1 19046U 88032B   13117.70994974  .00000695  00000-0  63029-4 0  5162
+2 19046 097.7081 173.4839 0037529 056.6723 303.8083 14.98023744345979
+1 19047U 81053ML  13116.62417451  .00001327  00000-0  83802-3 0  8413
+2 19047 082.7884 173.5260 0032269 345.1588 169.8840 14.03217961428284
+1 19048U 88029C   13115.65993661  .00001303  00000-0  30175-3 0  2152
+2 19048 074.0257 280.6460 0013804 090.1094 035.4095 14.56086581322034
+1 19051U 63014EA  13116.84028954 -.00000354  00000-0 -14640+0 0  3107
+2 19051 087.3194 264.8021 0499378 080.3277 063.7643 08.66480011818695
+1 19054U 77065FX  13117.54079860  .00009384  00000-0  37250-2 0  7357
+2 19054 028.8283 181.8089 0298629 294.7532 208.7797 14.06018495404944
+1 19059U 63014EG  13117.55124794  .00000050  00000-0  21937-1 0  8658
+2 19059 087.3203 286.3180 0044186 127.1803 264.3817 08.66442188798206
+1 19070U 88033A   13116.88601883  .00000072  00000-0  12795-3 0  6390
+2 19070 090.3158 223.2999 0190285 044.1151 103.7466 13.27235030210817
+1 19071U 88033B   13116.74386563  .00000088  00000-0  16015-3 0  9738
+2 19071 090.3157 223.3786 0188463 035.2557 130.6558 13.27428905210982
+1 19072U 88033C   13116.36144307  .00000035  00000-0  51718-4 0  6026
+2 19072 090.3156 223.1164 0190201 054.3493 338.3099 13.26966124210575
+1 19073U 88034A   13115.85272159  .00000076  00000-0  10000-3 0  4423
+2 19073 014.4092 011.5074 0019398 148.7715 211.2997 01.00664437 73049
+1 19076U 88034D   13116.38269345 -.00000099  00000-0  00000+0 0  7950
+2 19076 014.5797 012.1220 0028789 059.2001 177.6214 01.00082371 91153
+1 19077U 88033D   13117.21373041  .00000667  00000-0  10984-2 0  8666
+2 19077 090.2532 204.7330 0143540 353.3010 038.4280 13.42426706219325
+1 19078U 88033E   13115.88881175  .00000142  00000-0  23342-3 0  6782
+2 19078 090.5762 092.9041 0159057 234.0702 157.1570 13.39630721220999
+1 19090U 88036A   13114.23609230 -.00000085  00000-0  10000-3 0  4138
+2 19090 016.1723 013.8562 0015314 005.8523 354.1462 00.95153627 71352
+1 19094U 88036E   13116.00948176 -.00000063  00000-0  10000-3 0  7739
+2 19094 014.2741 007.8381 0026712 052.2675 307.9341 01.01111326 73290
+1 19102U 82051G   13117.35213986  .00001101  00000-0  29240-3 0  2793
+2 19102 074.0500 079.0268 0011904 170.2234 343.4023 14.49784513317632
+1 19105U 75004HN  13103.39304293  .00000715  00000-0  18182-3 0   484
+2 19105 098.8262 076.9260 0066542 038.1098 115.8476 14.52761344483548
+1 19106U 63047T   13117.51548490  .00004419  00000-0  88103-3 0  7119
+2 19106 030.3936 201.0221 0226547 312.1121 046.0432 14.45367442328527
+1 19109U 63014EJ  13117.41199988  .00000024  00000-0  19720-2 0   196
+2 19109 086.3903 270.8616 1582924 054.8264 319.0815 08.73405215661882
+1 19111U 85094V   13096.89163454  .00000220  00000-0  10808-2 0  1140
+2 19111 082.6146 067.0833 0017223 303.2769 084.2138 12.68243163164669
+1 19112U 76126BZ  13116.96517443  .00001251  00000-0  35573-3 0  5246
+2 19112 065.8099 111.5951 0946687 089.6178 301.6186 13.10557447 69338
+1 19113U 65027AQ  13114.81942634  .00000038  00000-0  10000-3 0  8255
+2 19113 090.2807 249.0174 0036708 242.4702 117.4461 13.02328457232876
+1 19119U 88039A   13116.89768720  .00000352  00000-0  20680-3 0  8547
+2 19119 071.0058 037.0426 0012244 206.3651 185.8374 14.14832215288175
+1 19120U 88039B   13117.83503465  .00000035  00000-0  39599-4 0  7656
+2 19120 071.0155 277.8273 0022772 340.0201 168.6014 14.18962858291987
+1 19121U 88040A   13115.61683600 -.00000193  00000-0  10000-3 0  6697
+2 19121 013.8017 032.9474 0016640 350.3092 009.6064 00.98576725 67269
+1 19122U 88040B   13116.57169760  .00001656  00000-0  76239-2 0  8219
+2 19122 007.3457 060.6898 7168014 020.0945 083.4557 02.31616937161702
+1 19125U 88039C   13117.40542556  .00000128  00000-0  14950-3 0  5731
+2 19125 071.0309 106.0529 0180874 355.3632 004.5787 13.78575737254845
+1 19126U 88039D   13116.65497961  .00000067  00000-0  98462-4 0  5785
+2 19126 071.0332 159.9745 0186083 356.4150 148.8187 13.76845251253275
+1 19127U 88039E   13117.65447307  .00000143  00000-0  17566-3 0  5652
+2 19127 070.9892 271.2971 0209498 175.7076 272.1060 13.71666878248679
+1 19128U 88039F   13115.89623750  .00000126  00000-0  16012-3 0  8609
+2 19128 070.9843 260.4924 0207027 201.6085 304.9230 13.71895505248718
+1 19133U 78100F   13116.18583608  .00002068  00000-0  14555-1 0  8068
+2 19133 082.3858 172.6516 0016702 119.0390 295.3024 12.44457832534344
+1 19134U 78100G   13115.83238429  .00002740  00000-0  15613-1 0  8296
+2 19134 082.3194 064.1572 0140335 042.6469 346.3634 12.57793163542362
+1 19135U 78100H   13117.81712968  .00179585  00000-0  43695-1 0  3896
+2 19135 082.2621 120.6762 0101730 105.4546 311.1599 14.48556519592859
+1 19136U 78100J   13116.39039733 -.00001083  00000-0 -28431-2 0  2420
+2 19136 082.4227 242.5416 0419138 055.3304 340.0873 12.90104684588929
+1 19137U 78100K   13117.54874816  .00002111  00000-0  14290-1 0  4417
+2 19137 082.3124 139.5778 0110523 118.2499 038.3905 12.45784959532450
+1 19138U 78100L   13116.03234194  .00000228  00000-0  18167-2 0  9050
+2 19138 082.3144 115.6974 0163660 245.2272 170.7813 12.28819384118569
+1 19139U 78100M   13115.38124406 -.00000038  00000-0 -77858-3 0  2925
+2 19139 082.1424 234.8215 0144519 000.9665 031.6644 11.70204540 66113
+1 19140U 88033F   13116.86234499  .00001173  00000-0  15434-2 0  8680
+2 19140 090.2843 219.4157 0228922 140.8465 007.7192 13.50410781221983
+1 19141U 87020BD  13117.60739818  .00007903  00000-0  17048-1 0  8076
+2 19141 073.9490 192.2508 0016251 148.3460 336.3187 13.29577342181451
+1 19143U 78100P   13117.55017255  .00000101  00000-0  39958-3 0  1482
+2 19143 081.6966 296.9439 0313741 015.6361 039.0043 12.66144257149796
+1 19144U 78100Q   13117.20200090  .00000045  00000-0  51265-3 0  5673
+2 19144 082.6201 004.2071 0045144 216.0069 290.8597 11.89088066 83093
+1 19150U 70025PS  13117.09375387  .00002166  00000-0  21587-2 0  8411
+2 19150 100.3417 151.6165 0041255 088.9769 305.5129 13.78979588239412
+1 19162U 88019D   13117.21531610 -.00000081  00000-0  70047-5 0  3466
+2 19162 065.0460 041.5053 0021577 347.8188 160.3775 13.83850640260297
+1 19163U 88043A   13116.89459572  .00000009  00000-0  00000+0 0  1927
+2 19163 064.3350 238.0667 0004746 148.4066 358.9744 02.13102636193451
+1 19164U 88043B   13116.82648583  .00000009  00000-0  00000+0 0  8773
+2 19164 064.3297 238.0212 0014265 214.8729 288.0232 02.13103223189092
+1 19165U 88043C   13116.40424212  .00000007  00000-0  00000+0 0  6539
+2 19165 064.3164 237.9084 0003148 311.8908 130.8756 02.13103269194064
+1 19168U 88043F   13116.78374071  .00000009  00000-0  00000+0 0  5980
+2 19168 064.3111 236.6338 0009568 219.3529 142.6384 02.13496916194365
+1 19169U 88043G   13117.69238751  .00000218  00000-0  42395-3 0  5952
+2 19169 065.1972 201.2289 5726896 214.4858 348.6734 04.24780932386244
+1 19170U 88043H   13114.77135851  .00000103  00000-0  58197-3 0  9175
+2 19170 065.3842 198.8946 5526411 259.6460 312.0563 04.24742293386047
+1 19174U 78100R   13115.91064332  .00000104  00000-0  88288-3 0  9135
+2 19174 081.9066 243.3246 0145885 338.4579 169.3705 12.21661552112655
+1 19175U 78100S   13117.64207891  .00002854  00000-0  11831-1 0   400
+2 19175 082.4402 317.2203 0223328 211.6809 215.6663 12.76525299138346
+1 19176U 78100T   13110.92721803  .00000105  00000-0  12374-2 0  1669
+2 19176 082.0893 309.9756 0162863 214.8220 144.2712 11.94989928 86667
+1 19178U 78100U   13117.62072813  .00000432  00000-0  43912-2 0  9309
+2 19178 082.1252 156.2335 0039825 135.2163 350.1635 12.14136064103444
+1 19181U 88033G   13115.64794199  .00000178  00000-0  35498-3 0  8955
+2 19181 089.9306 332.9769 0251028 000.2665 031.0739 13.20696853203633
+1 19183U 74089FD  13117.45908600  .00000987  00000-0  23695-2 0  5914
+2 19183 103.5353 291.8747 0199875 193.3752 194.1932 13.19729891146102
+1 19185U 65027AR  13115.84530021 -.00000222  00000-0 -80848-3 0  3137
+2 19185 090.2692 241.2084 0038653 093.9372 063.2551 12.95796427328246
+1 19195U 88046A   13117.83420191 -.00000000  00000-0  12674-3 0  2416
+2 19195 073.6014 058.2853 0024212 219.6846 174.5672 12.40868647128599
+1 19196U 88046B   13117.87458150 -.00000021  00000-0 -22999-4 0   804
+2 19196 073.6024 045.5278 0021091 210.8674 183.5599 12.41392899129103
+1 19210U 88050A   13116.89170552  .00001952  00000-0  15623-3 0   823
+2 19210 082.5214 054.5177 0015245 009.8531 350.2988 14.99584869350667
+1 19211U 88050B   13117.72345630  .00000227  00000-0  25406-4 0  9091
+2 19211 082.5273 175.2387 0023334 058.7452 089.5720 14.82043816342830
+1 19215U 88051A   13116.28740357 -.00000063  00000-0  10000-3 0  6449
+2 19215 015.0314 024.6335 0005069 332.5043 027.4166 00.96946690 76870
+1 19217U 88051C   13115.55064031 -.00000178  00000-0  10000-3 0  1080
+2 19217 010.6903 047.4842 0003607 301.9362 057.9554 00.99395475100467
+1 19219U 88051E   13116.36649106  .00002214  00000-0  81374-3 0  8254
+2 19219 010.0762 232.2561 6862356 327.5270 014.3790 02.80743934219313
+1 19221U 76126CB  13110.85212204  .00000693  00000-0  77300-3 0  7566
+2 19221 065.8353 027.1288 0876549 354.2255 058.0177 12.70447841 38805
+1 19223U 88052A   13117.14076807  .00000068  00000-0  14112-3 0  1433
+2 19223 089.9831 091.1938 0032590 121.1286 011.8877 13.22513946199993
+1 19226U 78100V   13116.29877050  .00000496  00000-0  60667-2 0  8328
+2 19226 082.5291 210.2776 0049994 162.0756 254.8592 11.99341509 90686
+1 19227U 78100W   13116.24769716  .00029983  00000-0  86120-1 0  7033
+2 19227 081.9902 195.9846 0394888 299.9110 056.3316 12.86109186785551
+1 19228U 78100X   13117.66041359  .00013325  00000-0  61359-1 0  6744
+2 19228 082.4591 010.2985 0108150 004.2041 021.7053 12.74761104135576
+1 19229U 78100Y   13117.57513079  .00003536  00000-0  13726-1 0  2809
+2 19229 082.3759 285.4651 0080221 146.7142 284.2824 12.87757236551456
+1 19230U 78100Z   13116.28453046  .00000199  00000-0  24032-2 0  3575
+2 19230 082.5367 211.0774 0017821 151.1082 264.8853 11.98509066 91592
+1 19231U 78100AA  13117.81550708  .00186128  00000-0  39972-1 0  6500
+2 19231 081.7909 011.9815 0088837 277.0940 198.7114 14.55003825173027
+1 19232U 78100AB  13114.74804949 -.00000001  00000-0 -14962-3 0  6544
+2 19232 082.3357 026.4773 0194487 348.5862 043.3801 11.67353376 62891
+1 19233U 78100AC  13117.11863085  .00000459  00000-0  52124-2 0  8431
+2 19233 082.5537 170.0731 0036110 284.3911 075.2942 12.05440949 96673
+1 19234U 78100AD  13117.55540367 -.00000084  00000-0 -14409-2 0  8053
+2 19234 082.4277 332.1764 0109764 276.4236 112.7822 11.78833483 73339
+1 19235U 86030H   13116.57876428  .00000202  00000-0  18789-3 0  5992
+2 19235 074.0211 326.5122 0004961 272.8720 116.1193 13.88404742419687
+1 19238U 70025PT  13110.47045353  .00000854  00000-0  10288-2 0  4548
+2 19238 099.8824 104.5037 0044609 209.8734 304.5072 13.69435541280586
+1 19242U 65027AS  13116.36411291  .00000246  00000-0  79433-3 0  6298
+2 19242 090.3007 262.8296 0029306 223.7427 164.3867 12.99947641906788
+1 19244U 76126CA  13117.58717244 -.00000103  00000-0 -10762-3 0  4836
+2 19244 066.0515 174.9645 0720304 124.6841 031.0197 12.55055122924939
+1 19245U 67053K   13117.75424931  .00000099  00000-0  77381-4 0  9897
+2 19245 069.9602 220.9218 0002161 137.1246 006.8942 14.17036240349714
+1 19250U 70025PU  13116.86226755  .00001059  00000-0  12754-2 0  2836
+2 19250 099.4116 258.9676 0191177 283.5536 233.3551 13.61615425228918
+1 19256U 88053A   13117.52885782  .00000044  00000-0  25353-4 0  2774
+2 19256 074.0477 179.1269 0017441 293.2290 168.8144 14.33549275299312
+1 19257U 88053B   13116.51563360  .00000012  00000-0  13085-4 0  7317
+2 19257 074.0491 116.3218 0020362 018.5236 126.9982 14.36769148301461
+1 19260U 88053C   13117.70508935  .00000722  00000-0  20355-3 0   745
+2 19260 074.0653 012.4264 0007545 321.2520 067.6672 14.47540379305578
+1 19261U 88053D   13106.80621125  .00000832  00000-0  23566-3 0  9616
+2 19261 074.0581 036.1939 0010744 014.5831 018.1617 14.47057603303619
+1 19274U 88056A   13116.71116509  .00001021  00000-0  80275-4 0    27
+2 19274 082.5075 174.9280 0015219 068.4605 291.8239 14.99735431347712
+1 19275U 88056B   13116.72623735  .00000335  00000-0  39329-4 0    68
+2 19275 082.5144 306.3926 0021714 140.3595 158.9939 14.81709991339201
+1 19290U 70025PV  13117.23152334  .00000173  00000-0  30913-3 0  5368
+2 19290 099.7613 029.7600 0028415 024.4569 130.4169 13.56267723387433
+1 19291U 73086HD  13111.41652465  .00000252  00000-0  19507-2 0  5401
+2 19291 101.6194 145.2137 0045296 069.8113 045.5630 12.49353830132965
+1 19293U 61015MA  13117.61730690  .00000726  00000-0  17092-2 0  8795
+2 19293 066.9698 337.5179 0329282 031.9762 003.4490 13.10800664199805
+1 19294U 68097EE  13117.00588493  .00001432  00000-0  17780-2 0  4513
+2 19294 062.2305 125.3383 0678794 301.2797 071.4879 12.97605335179846
+1 19295U 78100AE  13109.96122171  .00000425  00000-0  33964-2 0  9588
+2 19295 081.9873 114.0766 0496008 218.9160 170.6350 12.04749730 93879
+1 19299U 63014EL  13115.75440637 -.00000132  00000-0 -62475-1 0  6003
+2 19299 087.3444 213.5648 0029732 129.0278 017.4562 08.66623407812113
+1 19302U 61015MC  13115.96482039  .00000646  00000-0  45633-3 0  9349
+2 19302 066.8467 293.0031 0061981 227.1724 276.7840 14.03286006279857
+1 19306U 76077FJ  13091.72141150 -.00000149  00000-0 -10550-2 0  7145
+2 19306 102.2243 013.5353 0142937 290.6205 095.7490 12.15136747 89665
+1 19309U 68097ES  13116.97792940  .00000711  00000-0  30626-3 0  1655
+2 19309 062.3680 100.6860 0940862 027.1664 006.1876 12.99820434960662
+1 19311U 75004HP  13106.75898529  .00000482  00000-0  19670-3 0  8354
+2 19311 097.6999 210.7570 0151590 326.3425 181.2585 14.25108034300960
+1 19314U 77012L   13106.38814477 -.00000151  00000-0 -13863-3 0  3917
+2 19314 065.3728 216.7818 1860227 070.1546 308.9709 10.83651681675477
+1 19316U 76077FK  13117.09310395 -.00000340  00000-0 -33472-2 0  7101
+2 19316 102.1039 159.6274 0210038 061.9954 325.4974 12.03383164236286
+1 19317U 68091DH  13110.40469759  .00000110  00000-0  71681-4 0  1110
+2 19317 062.8392 252.2665 0798008 018.6073 344.2422 13.34341575217612
+1 19324U 88062A   13117.09867093  .00000078  00000-0  64987-4 0    60
+2 19324 082.9501 080.8073 0033558 213.3701 263.9884 13.75951411243931
+1 19325U 88062B   13116.97659461  .00000041  00000-0  25099-4 0  3025
+2 19325 082.9522 066.4437 0034681 151.4780 237.5420 13.77387905207369
+1 19330U 88063A   13117.44561583 -.00000260  00000-0  00000+0 0  6850
+2 19330 014.5838 012.3716 0012346 048.4790 046.6160 01.00250588 72107
+1 19331U 88063B   13115.95708148 -.00000156  00000-0  10000-3 0  9149
+2 19331 014.2847 029.8355 0016852 030.3879 329.6469 00.98166523 67270
+1 19336U 88064A   13115.65216836  .00000077  00000-0  16878-3 0  6495
+2 19336 082.5408 129.2597 0016227 332.5947 180.8770 13.17136057189897
+1 19337U 88064B   13116.11268450 -.00000386  00000-0 -10327-2 0  2489
+2 19337 082.5441 130.5546 0015459 005.2876 052.9033 13.17200399190035
+1 19344U 88066A   13109.74380429 -.00000097  00000-0  00000+0 0  2124
+2 19344 014.4036 013.8913 0007258 044.2136 131.4274 01.00284027 90867
+1 19347U 88066D   13115.91014805 -.00000138  00000-0  10000-3 0  1811
+2 19347 014.8444 015.0325 0036348 020.2217 339.8805 00.98661354 88605
+1 19351U 70025PW  13117.26414630  .00000362  00000-0  47476-3 0  2672
+2 19351 100.0286 030.1557 0030313 124.0862 036.6379 13.68832577273367
+1 19355U 65027AT  13116.81832028 -.00000366  00000-0 -12968-2 0  9981
+2 19355 090.2560 236.3595 0034689 076.0409 078.5198 12.96769687180600
+1 19359U 78026HM  13116.52197598  .00001074  00000-0  38546-3 0  2206
+2 19359 098.2551 129.3728 0022315 240.6286 271.1414 14.35681502810602
+1 19360U 73086HE  13116.43812274  .00000358  00000-0  25687-2 0  9914
+2 19360 101.9182 096.2078 0037617 326.5357 192.1759 12.52262181280183
+1 19362U 68091DJ  13115.30606854  .00004028  00000-0  72864-3 0  3435
+2 19362 062.7846 180.3753 0645657 092.7239 274.7831 13.82570987247991
+1 19363U 70025PY  13097.82594263  .00000180  00000-0  30394-3 0  5127
+2 19363 099.9823 040.1508 0005331 190.2224 204.1736 13.60039762387563
+1 19365U 75004HQ  13111.17908365  .00000605  00000-0  24493-3 0  3985
+2 19365 097.7002 198.6290 0149965 017.3775 012.6792 14.24771367293867
+1 19367U 71015DS  13111.65956095  .00000267  00000-0  30006-3 0  3274
+2 19367 065.7177 207.1120 0175230 198.1325 283.8802 13.79989221259346
+1 19396U 63054E   13115.95059562  .00001478  00000-0  18990-3 0  1079
+2 19396 058.4763 314.7620 0033563 079.5609 280.9216 14.86174783337709
+1 19397U 88071A   13116.23339947 -.00000296  00000-0  00000+0 0  9004
+2 19397 014.4675 013.9052 0012902 336.1880 267.2651 00.99981248 90245
+1 19400U 88071D   13117.24341916 -.00000137  00000-0  10000-3 0  9920
+2 19400 014.2863 013.4815 0021869 095.5048 264.6996 01.00562860 84584
+1 19419U 88074A   13115.83307105  .00000087  00000-0  13272-3 0  3840
+2 19419 089.9641 022.9679 0098599 082.4161 308.4005 13.41957821207741
+1 19420U 88074B   13117.18033052  .00000063  00000-0  91840-4 0   590
+2 19420 089.9642 022.9204 0096608 073.1370 081.6465 13.41991372208027
+1 19421U 88074C   13116.32615425  .00000062  00000-0  90596-4 0  3944
+2 19421 089.9646 022.9545 0097926 097.6233 051.0959 13.41460551207469
+1 19422U 70025QA  13114.90760516  .00000307  00000-0  45168-3 0  5304
+2 19422 100.1469 276.1916 0012154 101.8150 053.9908 13.63231774391758
+1 19423U 70025QB  13117.25470657  .00003635  00000-0  11825-2 0  1439
+2 19423 099.8069 039.0879 0058435 180.5483 341.3503 14.38547483426101
+1 19425U 76126CC  13116.52154606  .00000429  00000-0  18902-2 0  4097
+2 19425 066.2332 153.9468 0344393 316.1551 041.2803 12.71771900  3375
+1 19429U 77065FY  13117.12446755  .00003157  00000-0  52261-3 0  1310
+2 19429 029.1086 068.3960 0557161 104.2430 003.6512 13.99009761205845
+1 19439U 76067BS  13101.19480002 -.00000024  00000-0  11010-3 0  3326
+2 19439 065.8632 174.2069 0698356 302.8961 050.4326 12.35387644839703
+1 19440U 87020CA  13116.54004187  .00000033  00000-0  22433-3 0   215
+2 19440 073.7544 026.4445 0163232 103.4958 324.7321 12.75519652166707
+1 19448U 88076D   13117.85929376  .00213850  13012-5  77439-3 0  8754
+2 19448 063.2169 252.2642 2559016 193.3308 159.2439 10.48911191324932
+1 19450U 78100AH  13116.75692068  .00000124  00000-0  14687-2 0  3607
+2 19450 082.5515 225.4428 0015637 156.4326 350.6189 11.98021715 83955
+1 19451U 88016K   13116.85153183  .00000154  00000-0  14567-2 0   276
+2 19451 074.0079 036.2563 0132430 085.3923 310.0743 12.26413733113675
+1 19453U 82055BL  13116.68049519  .00001226  00000-0  57994-3 0   131
+2 19453 065.8150 000.1945 0052958 130.2019 230.3679 14.22599774286346
+1 19455U 77065GA  13117.41750086  .00004440  00000-0  10137-2 0  5692
+2 19455 028.7728 175.6494 0373006 127.6659 235.8353 14.18876740125576
+1 19467U 88080A   13116.92173998 -.00000020  00000-0  15511-4 0  6628
+2 19467 098.9519 078.8049 0013297 293.9341 099.2933 14.02894396261076
+1 19468U 88080B   13116.96540285 -.00000174  00000-0 -80723-4 0  8394
+2 19468 098.9683 084.1642 0070478 261.2695 141.0306 14.03371551261177
+1 19473U 82055BM  13114.69186022  .00000569  00000-0  56209-3 0  5540
+2 19473 065.8289 212.3496 0018076 129.0836 022.4802 13.86356028298955
+1 19475U 76126CD  13116.75259019  .00002299  00000-0  12363-2 0  7636
+2 19475 065.8341 242.8152 0861953 192.4391 165.4090 13.01882012 81976
+1 19478U 81070L   13112.45284509 -.00000062  00000-0 -62980-3 0  9022
+2 19478 089.7965 037.9580 6096825 277.2723 335.9600 03.66200479255198
+1 19479U 68097ET  13115.99538330  .00005111  00000-0  11679-2 0  4035
+2 19479 062.8018 268.9472 0641028 149.8422 214.1205 13.74924491228771
+1 19483U 88081A   13116.41630623 -.00000117  00000-0  00000+0 0  9020
+2 19483 015.6757 006.7201 0010933 059.0188 193.3969 01.00272451 86489
+1 19484U 88081B   13115.88177142  .00000074  00000-0  10000-3 0  6565
+2 19484 011.3656 044.8758 0002651 226.1387 133.7639 00.99786739 81491
+1 19501U 88085A   13115.46870978  .00000086  00000-0  00000+0 0  8469
+2 19501 064.6578 117.0550 0006053 067.8552 074.3699 02.13102306191535
+1 19502U 88085B   13115.99074756  .00000081  00000-0  00000+0 0  3413
+2 19502 064.6534 116.9855 0020866 012.9442 021.9278 02.13102121178543
+1 19503U 88085C   13114.92935381  .00000091  00000-0  00000+0 0  4744
+2 19503 064.6783 117.3147 0003872 232.1985 156.2429 02.13102230191529
+1 19505U 88085E   13117.02082233  .00000071  00000-0  00000+0 0  5670
+2 19505 064.6635 116.1373 0009495 224.0612 288.9487 02.13368875191738
+1 19508U 88086A   13116.47571799 -.00000101  00000-0  10000-3 0  8282
+2 19508 012.9803 038.5162 0001418 280.4083 079.5063 00.99226593 89633
+1 19511U 65027AU  13117.57358874 -.00000149  00000-0 -55001-3 0  1506
+2 19511 090.2590 237.1731 0033340 084.0637 037.3869 12.96066701179943
+1 19512U 73086HF  13117.46800550 -.00000002  00000-0  33014-3 0  8247
+2 19512 101.8495 111.3072 0028782 235.4249 278.3075 12.34943608124974
+1 19515U 88074D   13115.75951374  .00000285  00000-0  43954-3 0  5764
+2 19515 089.9419 010.0278 0092373 285.0997 106.3764 13.47798441210889
+1 19516U 88074E   13116.29025355  .00000287  00000-0  44038-3 0  3502
+2 19516 089.9515 029.3270 0086210 258.4407 249.2412 13.48193426211505
+1 19518U 65108Z   13105.28790694 -.00000156  00000-0 -55838-3 0  4316
+2 19518 026.6176 358.9415 6665054 275.9352 319.3442 02.89040028205145
+1 19531U 88089A   13117.41356544 -.00000033  00000-0  51327-5 0  3328
+2 19531 098.7111 201.6413 0011820 051.9127 085.5057 14.15011717268949
+1 19535U 88085F   13117.54443120  .00000011  00000-0  15437-3 0  2097
+2 19535 065.3561 338.1875 5624743 261.7040 062.2453 04.34763446384689
+1 19537U 88085G   13115.71172677 -.00000025  00000-0 -22247-5 0  2267
+2 19537 065.1741 324.4718 5602168 303.7106 029.2930 04.34610057385740
+1 19548U 88091B   13116.40797718 -.00000299  00000-0  00000+0 0   663
+2 19548 014.0992 024.7422 0012936 348.5840 299.4238 01.00273073 77271
+1 19549U 88091C   13117.81550247  .00005758  00000-0  24308-2 0  3256
+2 19549 026.6941 344.2292 6970666 044.1587 071.8751 02.66196602223603
+1 19550U 88091D   13116.49173476 -.00000046  00000-0  00000+0 0  8381
+2 19550 014.7052 017.0794 0016018 162.2588 018.6435 01.00451971 81876
+1 19554U 88092A   13117.31462127  .00000268  00000-0  00000+0 0   941
+2 19554 068.8758 034.0119 5690862 183.6353 351.3039 02.00393887179923
+1 19557U 88092D   13116.19789667 -.00000012  00000-0  00000+0 0  7956
+2 19557 069.0471 339.9930 5860245 167.1049 356.4273 02.04126435183100
+1 19559U 88074F   13117.83148191  .00000130  00000-0  20067-3 0   313
+2 19559 089.3976 329.0547 0094882 357.6696 124.1244 13.44320160209605
+1 19561U 68097EU  13112.08285605  .00005413  00000-0  83897-3 0  5373
+2 19561 062.2715 347.6164 0365488 348.2304 165.3164 14.38055279190523
+1 19562U 87020CD  13116.32218780  .00003658  00000-0  87057-2 0  2896
+2 19562 074.4241 218.4696 0059209 028.9799 029.1665 13.22624891585838
+1 19573U 88093A   13117.12993820  .00001672  00000-0  13830-3 0  8511
+2 19573 082.5257 002.8941 0017330 034.2237 326.0100 14.98205452332869
+1 19574U 88093B   13117.50641221  .00000349  00000-0  40480-4 0    30
+2 19574 082.5302 117.6100 0023283 061.1351 084.8280 14.82288931325421
+1 19576U 65027AV  13111.37519814  .00000130  00000-0  41409-3 0  9448
+2 19576 090.2796 246.8640 0025441 317.4173 098.6588 12.98758995174396
+1 19577U 88074G   13116.82641568  .00000134  00000-0  21213-3 0  8155
+2 19577 090.5293 240.6110 0091658 033.2134 112.6881 13.43987205208850
+1 19580U 78100AL  13116.27529185  .00000076  00000-0  31900-3 0  4433
+2 19580 082.6499 065.4862 0308763 120.9014 242.2932 12.55585968 95202
+1 19590U 73086HG  13116.61232448 -.00000031  00000-0  10000-3 0  8459
+2 19590 101.9730 101.0975 0045212 085.8206 274.8041 12.31767440264455
+1 19592U 65108AA  13116.54865522  .00000915  00000-0  40590-2 0  8887
+2 19592 026.5874 206.6227 6764572 232.4310 159.9757 02.80569950210007
+1 19593U 65027AW  13109.32665823  .00000435  00000-0  15271-2 0  8298
+2 19593 090.2780 244.0020 0033568 116.6077 269.7100 12.94786666180087
+1 19594U 78026HN  13105.95898367  .00002455  00000-0  14906-2 0  7082
+2 19594 098.7055 111.3153 0136230 229.4913 157.6841 14.02682193 24345
+1 19595U 65108AB  13109.33519096  .00001379  00000-0  12539-2 0  5289
+2 19595 027.0484 305.3028 6104446 287.7923 328.3199 03.80004449256112
+1 19596U 88095A   13116.15406075 -.00000335  00000-0  10000-3 0  5767
+2 19596 014.3850 014.5043 0008915 066.4736 293.5755 01.00180503 73571
+1 19599U 84088H   13116.66461422  .00000140  00000-0  60640-4 0    80
+2 19599 028.7105 304.4738 1930834 352.8689 052.7365 10.91722064712084
+1 19608U 88096A   13116.04331722 -.00000642  00000-0  00000+0 0  5649
+2 19608 069.0417 346.6465 5862290 171.8617 354.7135 02.00773299179543
+1 19611U 88096D   13117.81024109  .00000529  00000-0  00000+0 0  7103
+2 19611 068.2685 288.3598 6110708 154.6345 072.1443 02.04267439182840
+1 19621U 88098A   13111.67551182 -.00000205  00000-0  10000-3 0  9413
+2 19621 013.4686 035.3074 0007094 077.4876 282.5523 00.99195579 86117
+1 19622U 88098B   13117.07002038  .00002790  00000-0  12033-2 0  4068
+2 19622 004.1099 091.3814 6529604 047.6328 214.8363 03.24471000253292
+1 19638U 77065GB  13116.89083591 -.00001557  00000-0 -47797-2 0  2277
+2 19638 030.9927 021.7550 0732469 132.7074 314.4410 12.38179621975967
+1 19640U 87020CE  13116.64092186 -.00000160  00000-0 -13895-2 0  4481
+2 19640 073.5471 178.1303 0167266 197.2922 309.0989 12.16523205 54983
+1 19643U 78121C   13117.07587321  .00000101  00000-0  44830-4 0  1771
+2 19643 081.2412 211.5904 0065127 211.7794 204.7888 14.14748312264922
+1 19646U 78100AM  13117.51099030  .00003736  00000-0  16748-1 0   494
+2 19646 082.1860 130.2566 0099741 321.7651 197.7417 12.76909798804603
+1 19649U 88102A   13117.17016384  .00000317  00000-0  19023-3 0  4681
+2 19649 071.0029 358.8730 0003517 088.8166 073.2463 14.14460796260754
+1 19650U 88102B   13117.10823803  .00000105  00000-0  77927-4 0  9912
+2 19650 071.0007 314.2286 0015859 317.7127 190.5833 14.15613262261997
+1 19656U 88102C   13116.77349497  .00000027  00000-0  66057-4 0  5407
+2 19656 070.9829 215.3697 0211491 135.9582 008.3674 13.70848741221497
+1 19657U 88102D   13117.68551025  .00000068  00000-0  10414-3 0  5513
+2 19657 070.9840 203.7602 0210217 102.4273 058.0982 13.71176431221955
+1 19658U 88102E   13116.59855473 -.00000031  00000-0  10519-4 0  5706
+2 19658 071.0227 160.3280 0198551 010.8003 131.8221 13.74006380224368
+1 19659U 88102F   13115.45343111  .00000067  00000-0  99790-4 0  5810
+2 19659 071.0357 104.0236 0190094 288.0632 217.6273 13.76295116226293
+1 19664U 65027AX  13117.33692841  .00000460  00000-0  14978-2 0  5217
+2 19664 090.2534 236.2061 0020958 318.4657 099.2854 13.00228144432257
+1 19667U 70025QC  13104.24580796  .00000387  00000-0  14074-2 0  5366
+2 19667 099.7436 206.3926 0340525 332.5570 052.8149 12.82528530164243
+1 19683U 88108A   13117.11842124 -.00000136  00000-0  10000-3 0  6271
+2 19683 015.4374 018.6935 0031367 082.3589 277.9475 00.96652247 87197
+1 19686U 88108D   13115.46614486  .00000050  00000-0  10000-3 0  6025
+2 19686 014.2272 013.9199 0018055 063.0877 297.0558 01.01511430 75747
+1 19687U 88109A   13116.31808783  .00000100  00000-0  10000-3 0  9992
+2 19687 014.5541 021.9548 0003336 078.9821 281.0060 00.99676759 70385
+1 19688U 88109B   13115.81628795 -.00000006  00000-0  10000-3 0  1741
+2 19688 010.6998 047.6170 0021221 357.6058 002.2969 00.98335829 68902
+1 19689U 88109C   13117.72684890  .00000108  00000-0  10447-2 0  7755
+2 19689 007.3143 356.8630 7201616 231.1937 013.9357 02.28168131168064
+1 19710U 88111A   13116.23790863 -.00000266  00000-0  10000-3 0  8311
+2 19710 013.7098 031.2531 0009271 039.5511 320.4481 01.00343502 82725
+1 19749U 89001A   13116.41656950  .00000007  00000-0  00000+0 0  7080
+2 19749 064.2668 237.1396 0005799 262.9119 134.5770 02.13103123189062
+1 19750U 89001B   13116.47518274  .00000008  00000-0  00000+0 0  6130
+2 19750 064.2883 237.3613 0011284 216.3251 176.8412 02.13102080189088
+1 19751U 89001C   13117.80975308  .00000012  00000-0  10000-3 0  6257
+2 19751 064.2773 237.0334 0017545 210.5274 101.2045 02.13156322189151
+1 19753U 89001E   13116.86848656  .00000010  00000-0  00000+0 0    76
+2 19753 064.2764 237.0475 0018902 208.7561 296.7520 02.13160754189584
+1 19754U 89001F   13117.20056442  .00000011  00000-0  00000+0 0  6134
+2 19754 064.2660 236.1618 0011124 253.0748 127.6372 02.13422413189364
+1 19755U 89001G   13116.50553435  .00000014  00000-0  59075-3 0  6617
+2 19755 065.2551 258.2559 5551861 300.4305 040.3198 04.25428753376882
+1 19765U 89004A   13115.88039166 -.00000025  00000-0  10000-3 0  7889
+2 19765 014.6142 016.6632 0024595 041.9450 318.1983 00.99066404 88029
+1 19769U 89005A   13116.86842247  .00000100  00000-0  44700-4 0  2024
+2 19769 074.0497 038.0788 0022818 343.8812 049.5956 14.34399017268688
+1 19770U 89005B   13117.09116157  .00000091  00000-0  38679-4 0  8175
+2 19770 074.0452 314.7569 0004465 039.3960 107.6065 14.38134725269136
+1 19772U 89006A   13117.21978020 -.00000133  00000-0  00000+0 0  5365
+2 19772 012.9119 038.7449 0026829 355.7243 004.1781 00.99104128 77089
+1 19773U 89006B   13116.29393868  .00000019  00000-0  70650-3 0  7821
+2 19773 007.9994 127.0000 7166866 049.1993 010.1437 02.27823209200870
+1 19776U 89004F   13115.79231312 -.00000046  00000-0  10000-3 0  7959
+2 19776 014.9763 017.3878 0026108 010.6320 349.3803 00.97993310 71431
+1 19777U 88095F   13116.07442212 -.00000179  00000-0  10000-3 0   976
+2 19777 015.0590 016.5570 0014251 119.1051 240.9941 00.97940821 75289
+1 19785U 89009A   13116.14274995 -.00000014  00000-0 -13773-3 0  3365
+2 19785 082.6208 168.2166 0014960 078.8386 333.5308 12.64244310117021
+1 19786U 89009B   13116.28315604  .00000002  00000-0 -46992-4 0  6307
+2 19786 082.6247 192.3419 0004062 171.5338 248.2643 12.62094382115015
+1 19787U 89009C   13117.16671100 -.00000007  00000-0 -10033-3 0  6258
+2 19787 082.6144 176.9881 0008182 133.0496 260.6348 12.62816749115871
+1 19788U 89009D   13116.15765278 -.00000018  00000-0 -15978-3 0  6230
+2 19788 082.6200 174.0354 0011702 097.1420 314.9496 12.63585938116443
+1 19789U 89009E   13117.12491361 -.00000002  00000-0 -71056-4 0  3373
+2 19789 082.6099 154.5572 0017741 057.0897 336.8638 12.64814189117498
+1 19790U 89009F   13115.67653243 -.00000015  00000-0 -13597-3 0  3382
+2 19790 082.6167 152.4498 0020367 022.3221 126.8885 12.65623326118151
+1 19791U 89009G   13116.44861313  .00000012  00000-0  12414-4 0  9455
+2 19791 082.6129 258.6813 0034486 233.4413 159.7441 12.54845976108804
+1 19799U 89011D   13116.89891531 -.00000863  00000-0  98123-1 0  5448
+2 19799 066.7235 288.4841 6885292 150.5350 000.2774 02.04164478143600
+1 19802U 89013A   13114.51178606 -.00000026  00000-0  00000+0 0  6563
+2 19802 054.7478 257.3646 0041939 127.6032 294.0535 01.85321320170176
+1 19807U 89014A   13115.57267150 -.00000550  00000-0  50482-3 0  9668
+2 19807 063.0888 317.6882 7310693 281.8550 011.0385 02.00194116177123
+1 19810U 89014D   13116.27731906 -.00000023  00000-0  33845-2 0  7740
+2 19810 063.1619 242.8189 7110816 283.9729 022.3333 02.07391848183207
+1 19822U 89016A   13117.48718031  .00023444 -16622-6  64482-3 0  5298
+2 19822 075.0663 097.0862 2399160 103.4599 027.0543 10.62635046739771
+1 19826U 89017A   13116.84919307  .00000063  00000-0  52546-4 0  9696
+2 19826 082.9545 217.4979 0028891 258.6006 250.7078 13.72100112210465
+1 19827U 89017B   13116.30587036  .00000067  00000-0  55101-4 0  6464
+2 19827 082.9544 198.0536 0031994 185.5372 235.6899 13.73939515211967
+1 19831U 89005C   13117.72921751  .00000781  00000-0  21222-3 0  1496
+2 19831 074.0709 223.6166 0015565 035.4263 118.1534 14.49146842275327
+1 19834U 72058JM  13117.60080059  .00000796  00000-0  17209-3 0  2265
+2 19834 098.5134 040.7082 0144458 049.4734 070.8991 14.54942282100326
+1 19851U 89018A   13117.34079600  .00000083  00000-0  60030-4 0  7567
+2 19851 082.5235 043.9953 0011534 311.0977 198.4347 13.85569086221402
+1 19852U 89018B   13117.85343558  .00000040  00000-0  22996-4 0  5256
+2 19852 082.5231 056.9676 0016792 347.1665 046.5347 13.83988385220496
+1 19853U 81053MN  13116.07149570  .00000399  00000-0  46622-3 0  8845
+2 19853 082.9778 138.7454 0130806 093.5725 268.0136 13.62401670201335
+1 19856U 89001H   13115.90163734  .00000064  00000-0  86609-3 0  8633
+2 19856 065.4020 274.0872 5530148 262.0792 306.3227 04.25152267376375
+1 19857U 85056P   13109.93545709 -.00000213  00000-0  10000-3 0  4008
+2 19857 007.0287 025.3385 7101165 170.3761 219.0757 02.28756284192690
+1 19874U 89020A   13115.83681972  .00000047  00000-0  10000-3 0  1822
+2 19874 013.0031 038.3876 0008187 014.3571 345.5976 00.99531125 81079
+1 19876U 89020B   13116.23591868 -.00000071  00000-0  10000-3 0  5487
+2 19876 014.6096 029.3935 0021859 061.5705 298.5915 00.97108713 66411
+1 19883U 89021B   13116.80112822  .00000004  00000-0  00000+0 0  3969
+2 19883 011.4210 031.3514 0011541 224.6796 135.1507 00.98482269260766
+1 19884U 89021C   13116.85274830  .00016912  00000-0  13683-2 0  6189
+2 19884 026.4363 067.7888 6183777 186.7120 295.9413 03.80958628273413
+1 19891U 63014ET  13116.84799256 -.00000014  00000-0 -76151-2 0  1636
+2 19891 087.2901 260.2151 0524503 111.3657 044.3936 08.66786176705979
+1 19902U 89025A   13116.79716392  .00000001  00000-0  10241-3 0  2895
+2 19902 074.0133 037.6530 0049786 016.5496 018.0637 12.57793286106338
+1 19903U 89025B   13116.47472322  .00000018  00000-0  20482-3 0  2912
+2 19903 074.0103 080.4710 0040503 075.7651 073.4237 12.55873483104605
+1 19904U 89025C   13117.12941935 -.00000005  00000-0  68496-4 0  1742
+2 19904 074.0077 120.9329 0029888 120.8772 270.5867 12.54000094 16612
+1 19905U 89025D   13117.10812174 -.00000042  00000-0 -16501-3 0  1755
+2 19905 074.0081 161.7444 0020877 174.6090 219.0224 12.52139094101372
+1 19906U 89025E   13116.10358257  .00000001  00000-0  11351-3 0  4846
+2 19906 074.0108 206.1303 0010762 231.4561 198.2728 12.50175951 99551
+1 19907U 89025F   13115.84459274  .00000022  00000-0  25643-3 0  3670
+2 19907 074.0105 251.3657 0009775 351.6023 164.9067 12.48108606 97670
+1 19908U 89025G   13116.95367926  .00000012  00000-0  19484-3 0  3581
+2 19908 074.0094 290.9256 0012220 098.9152 069.2510 12.46222205 96180
+1 19909U 89025H   13117.12606936 -.00000030  00000-0 -10385-3 0  4404
+2 19909 074.0113 338.9720 0025393 151.6310 353.8742 12.44001348 94212
+1 19910U 89025J   13115.88283069  .00000095  00000-0  99688-3 0   571
+2 19910 074.0099 063.8014 0132135 316.2674 077.2462 12.23215451 75766
+1 19913U 89021D   13115.05574034 -.00000318  00000-0  10000-3 0  5085
+2 19913 013.6077 001.9560 0028636 064.7731 295.4820 01.00606470 77359
+1 19919U 89027A   13116.26768791 -.00000021  00000-0  10000-3 0  9508
+2 19919 013.2316 037.3016 0008220 031.1720 328.8053 00.99179627 69669
+1 19920U 89027B   13116.40616536  .00003050  00000-0  80028-3 0  1362
+2 19920 004.0154 025.2491 5374704 129.2888 067.0060 04.97649205338108
+1 19921U 89028A   13117.52128520  .00000056  00000-0  43001-4 0  6852
+2 19921 082.9597 133.1890 0038381 265.7935 250.1567 13.74911164206640
+1 19922U 89028B   13117.52480664  .00000151  00000-0  13672-3 0  8312
+2 19922 082.9570 108.0382 0037348 157.6259 350.2247 13.77051065209175
+1 19928U 89030A   13111.14199489 -.00000371  00000-0  10000-3 0  4149
+2 19928 014.2995 016.2323 0024242 068.2948 291.9320 01.00304719 86677
+1 19931U 89030D   13115.23951203 -.00000033  00000-0  10000-3 0  7998
+2 19931 014.9430 018.1262 0021079 069.7473 290.4343 00.97921345 73040
+1 19945U 89005D   13116.05754801  .00000731  00000-0  22269-3 0  6163
+2 19945 074.0620 335.8782 0023520 165.1031 319.1850 14.43610405 93102
+1 19946U 63014EU  13117.35089312 -.00003800  00000-0 -18191+0 0  9315
+2 19946 085.7716 236.1134 2047118 026.9550 019.0724 08.76408736770494
+1 19948U 70025QD  13115.40399564  .00000133  00000-0  55541-3 0  6173
+2 19948 099.5880 271.3889 0417219 089.8760 303.7916 12.73315895115204
+1 19949U 70091AX  13112.06874823  .00003192  00000-0  69446-3 0  2591
+2 19949 062.6101 337.2462 0635138 064.7454 083.7722 13.78441621212903
+1 19951U 85056Q   13116.36566183 -.00000170  00000-0 -32034-2 0  9702
+2 19951 007.5696 188.0216 7056203 190.2308 165.7570 02.27491453141691
+1 19960U 70091AY  13116.32871311  .00000366  00000-0  14876-3 0  7239
+2 19960 062.8940 145.6444 0927552 105.7577 346.1874 13.09218344166322
+1 19961U 61015MJ  13115.99476317  .00000108  00000-0  17813-3 0  3161
+2 19961 065.6445 323.2021 0156683 029.7010 122.7381 13.76117146279525
+1 19964U 65027BA  13116.83611545  .00000421  00000-0  14885-2 0  2138
+2 19964 090.2934 251.6249 0028945 174.7968 338.9507 12.94374719930540
+1 19970U 89033C   13117.13269904  .00001839  00000-0  58827-3 0  8742
+2 19970 027.8906 141.6665 6112746 185.6422 314.9709 03.84469668313604
+1 19980U 76126CF  13114.92779753  .00041334  00000-0  22334-2 0  6266
+2 19980 065.6946 290.1751 0177264 188.2012 326.3270 15.01955369891903
+1 19981U 62058B   13117.52910757  .00000005  00000-0  00000+0 0  6483
+2 19981 086.6684 293.0610 0313554 092.6562 303.6252 09.42776448853514
+1 19990U 64006T   13117.80821640  .00022964  00000-0  11571-2 0  4496
+2 19990 060.6756 306.1876 0576673 311.1490 061.6481 14.33153397879665
+1 19991U 64006U   13117.18780324  .00121078  00000-0  32937-2 0  6599
+2 19991 060.6333 033.2279 0408497 100.2707 047.5963 14.81747582891815
+1 19995U 64006Y   13117.63512027  .00154171  00000-0  22856-2 0  8429
+2 19995 060.7349 202.0681 0208103 323.6796 035.0318 15.33478232883853
+1 19997U 64006AA  13117.81844769  .00149560  00000-0  26295-2 0  9532
+2 19997 060.6876 172.3236 0252508 005.9326 107.3269 15.21709318884679
+1 19998U 64006AB  13116.28938836  .00242997  00000-0  31185-2 0  4731
+2 19998 060.6869 166.5835 0203775 015.9419 051.8256 15.37409164944239
+1 20005U 63014EV  13117.55727799  .00001107  00000-0  24777-1 0  4931
+2 20005 085.6217 289.6129 2262751 028.2052 002.0501 08.87596987776273
+1 20008U 78026HR  13117.20463216  .00000417  00000-0  34312-3 0  4195
+2 20008 098.8849 212.4582 0211262 120.1250 269.7669 13.84434615347634
+1 20011U 68091DN  13117.14796209  .00001003  00000-0  13089-2 0  6128
+2 20011 062.2299 175.7791 0681718 292.4193 092.9110 12.95811622 18530
+1 20012U 76077FM  13114.95002565  .00000697  00000-0  30802-2 0  1218
+2 20012 102.0058 102.9910 0098782 013.0995 020.8272 12.83162506975417
+1 20014U 76067BT  13115.15334622 -.00000042  00000-0  46535-4 0  5686
+2 20014 065.9062 009.7613 0683332 235.2935 275.4797 12.43256047882965
+1 20016U 78100AQ  13116.58534553 -.00000380  00000-0 -18522-2 0  2362
+2 20016 082.6656 340.3180 0502213 260.4371 122.0542 12.40678645840280
+1 20024U 89039A   13116.41587976  .00000074  00000-0  00000+0 0  5419
+2 20024 064.4532 114.8062 0007378 223.2009 192.2764 02.13102239186042
+1 20025U 89039B   13117.11500407  .00000069  00000-0  00000+0 0  5865
+2 20025 064.4711 114.9667 0019057 200.5967 194.6189 02.13103736186064
+1 20026U 89039C   13116.62277785  .00000072  00000-0  10000-3 0  5174
+2 20026 064.4632 114.5805 0016093 220.5051 323.9419 02.13204873186179
+1 20028U 89039E   13117.19518973  .00000067  00000-0  00000+0 0  6480
+2 20028 064.4713 113.6889 0010710 312.7886 096.4812 02.13484886172058
+1 20029U 78026HS  13117.51811422  .00000562  00000-0  20712-3 0  3850
+2 20029 098.3273 126.6566 0065954 280.2578 230.5062 14.35033428251469
+1 20030U 76067BU  13094.81599986 -.00000009  00000-0  15783-3 0  4298
+2 20030 065.6673 258.8334 0790035 091.3269 277.8253 12.19080632877432
+1 20031U 65027BB  13117.78580591  .00000749  00000-0  25991-2 0  4018
+2 20031 090.2607 239.0181 0033379 091.1946 065.2988 12.96088377145459
+1 20032U 77121BW  13115.87052063  .00006191  00000-0  16544-2 0  9794
+2 20032 065.6708 271.0797 0524057 123.0508 024.7553 13.89878036980114
+1 20040U 89041A   13111.64179602 -.00000252  00000-0  10000-3 0  8252
+2 20040 014.5922 016.8097 0007112 334.3779 025.5548 00.99745178 86541
+1 20041U 89041B   13114.64509970 -.00000278  00000-0  00000+0 0  3024
+2 20041 013.4167 032.6290 0007882 173.1577 186.8049 01.00661508 76151
+1 20044U 89039F   13116.94912292  .00000070  00000-0  00000+0 0  8073
+2 20044 064.4640 114.5624 0016547 225.2839 248.2354 02.13204233184329
+1 20045U 89042A   13117.16370818  .00000037  00000-0  22203-4 0  6249
+2 20045 082.9432 010.6444 0040893 054.0930 101.1342 13.75896909199508
+1 20046U 89042B   13117.71438666  .00000083  00000-0  67865-4 0  1101
+2 20046 082.9390 349.3843 0041467 348.0048 044.1726 13.77896716201099
+1 20048U 65027BC  13108.16827025  .00000224  00000-0  73241-3 0   302
+2 20048 090.2456 229.1339 0029574 357.3616 186.2443 12.98596464202779
+1 20051U 76077FN  13117.63313190 -.00000031  00000-0  11475-3 0  1712
+2 20051 102.4160 170.4373 0153746 123.7008 026.9473 12.14226351 15673
+1 20061U 89044A   13117.32913353 -.00000039  00000-0  00000+0 0  3420
+2 20061 054.9606 050.8734 0022856 107.5900 033.6311 01.88856841171176
+1 20081U 89039G   13116.81218355  .00000475  00000-0  55489-3 0  4620
+2 20081 064.7885 040.7027 5686811 330.8231 017.7566 04.38007789373805
+1 20082U 89039H   13116.95821368  .00000079  00000-0  18991-3 0   948
+2 20082 064.9424 048.9170 5638443 311.7949 023.8292 04.36063017373390
+1 20083U 89048A   13115.94708719 -.00000182  00000-0  10000-3 0  3550
+2 20083 014.7053 018.5316 0022748 028.1581 331.9216 00.98710206 83893
+1 20086U 89048D   13115.49508417 -.00000186  00000-0  10000-3 0  8410
+2 20086 014.9851 018.9683 0025384 022.8297 337.2392 00.97892931 85261
+1 20087U 81053MP  13117.85280549  .00001011  00000-0  10785-2 0  6081
+2 20087 082.9936 064.6012 0110075 189.7176 200.2002 13.70467662195517
+1 20088U 76077FP  13117.02498375 -.00000017  00000-0  23489-3 0  5956
+2 20088 102.0118 136.7071 0083787 337.5106 022.2204 12.26391895 73723
+1 20089U 81053MQ  13117.73320262  .00001349  00000-0  96931-3 0  7596
+2 20089 082.7589 235.2514 0042386 359.8897 000.2253 13.95858268 62290
+1 20090U 71015DU  13113.34973628  .00006630  00000-0  17377-2 0  8751
+2 20090 065.6936 244.3397 0573968 167.5277 224.9910 13.81734205 73565
+1 20100U 81053MR  13109.79306696  .00000040  00000-0  39236-4 0  6921
+2 20100 082.8953 224.5939 0173181 117.0492 035.5323 13.42761372209962
+1 20102U 65108AC  13117.71719214 -.00000182  00000-0 -98261-3 0  6427
+2 20102 027.0123 337.0405 6766015 000.8523 008.8589 02.74439002188560
+1 20103U 89050A   13116.93018230  .00000093  00000-0  81596-4 0  5335
+2 20103 082.9615 245.1782 0038259 170.7295 338.7700 13.74418308194388
+1 20104U 89050B   13116.82874926  .00000051  00000-0  35272-4 0  6117
+2 20104 082.9576 214.3760 0045204 102.0119 045.7893 13.77104131196457
+1 20107U 89052A   13116.23483870  .00000001  00000-0  10000-3 0  9727
+2 20107 014.4709 018.1420 0032346 222.5952 137.1080 00.99396275 86709
+1 20110U 89052D   13115.55584020 -.00000077  00000-0  10000-3 0  4947
+2 20110 013.5194 014.9762 0031382 129.3635 230.8656 01.03060162 89617
+1 20122U 89053A   13116.54751333 -.00000081  00000-0  10000-3 0  6749
+2 20122 014.1350 020.2223 0007483 215.4178 144.5002 01.01368199 72210
+1 20127U 88063E   13117.01624072  .00000139  00000-0  76762-3 0  6780
+2 20127 007.7299 054.6930 7174825 141.7580 063.1601 02.32638904206456
+1 20129U 89080E   13117.40777127  .00003397  00000-0  14013-2 0  5457
+2 20129 082.5048 114.7909 1034140 036.0993 069.7112 12.78052028 86248
+1 20149U 89059A   13117.12245381  .00000024  00000-0  10323-4 0  9704
+2 20149 082.9407 161.4726 0029879 276.9623 116.2688 13.73311905190639
+1 20150U 89059B   13117.15672667 -.00000037  00000-0 -53829-4 0  7667
+2 20150 082.9369 135.7606 0029370 181.6392 208.4579 13.75515619192512
+1 20153U 63030H   13104.77129766  .00000011  00000-0  10000-3 0  6271
+2 20153 089.2441 225.6575 2420807 186.9388 190.6083 08.81693505741733
+1 20168U 89062A   13115.57091547 -.00000212  00000-0  10000-3 0  1487
+2 20168 012.3709 040.7368 0006139 033.6984 326.2714 00.99857169 86576
+1 20169U 89062B   13116.27024016  .00000004  00000-0  36071-3 0  6932
+2 20169 007.2108 017.5027 7185739 284.9408 011.2052 02.26036329160680
+1 20170U 89062C   13117.08095578  .00001040  00000-0  17061-2 0  4065
+2 20170 007.2609 074.9158 7126355 153.2359 353.0073 02.42351065197104
+1 20174U 61015MK  13117.85329809  .00000267  00000-0  39674-3 0  2602
+2 20174 067.0626 271.6364 0491418 122.5071 024.0491 13.24983697 79117
+1 20185U 89064A   13117.13224647 -.00000016  00000-0  00000+0 0   971
+2 20185 054.5160 254.2767 0013893 257.0685 038.4745 01.86085097166894
+1 20193U 89067A   13115.95429106  .00000009  00000-0  10000-3 0  2156
+2 20193 011.6991 044.0410 0007558 318.6241 041.2293 00.99187357 69563
+1 20196U 89068A   13117.81648080  .00000009  00000-0  19998-3 0  9490
+2 20196 073.5665 263.2440 0025564 195.8126 311.8517 12.40564534 71937
+1 20197U 89068B   13117.80818167  .00000008  00000-0  18914-3 0  9604
+2 20197 073.5656 257.9584 0024242 193.1144 342.4354 12.40745760 72112
+1 20217U 89070A   13115.73728885 -.00000069  00000-0  10000-3 0  1762
+2 20217 014.4103 029.9894 0050786 022.5605 337.6028 00.97411006 85789
+1 20229U 89053C   13116.08109470  .00000786  00000-0  23335-2 0  5277
+2 20229 006.3025 243.0350 7203750 175.5624 187.0778 02.29978192188053
+1 20230U 89070B   13117.41912402  .00018969  00000-0  10691-2 0  8011
+2 20230 028.2323 087.1347 4582943 176.6088 344.3667 06.40734223392918
+1 20232U 89074A   13117.31519950  .00000012  00000-0  72871-5 0  1336
+2 20232 082.5775 030.5810 0011653 183.5315 324.6251 12.65323138 64810
+1 20233U 89074B   13117.81864185  .00000002  00000-0 -44594-4 0  2291
+2 20233 082.5841 026.9301 0015971 143.3668 249.3679 12.66148916 91582
+1 20234U 89074C   13115.94541699  .00000042  00000-0  17761-3 0  2137
+2 20234 082.5865 068.7154 0005307 058.6363 333.6341 12.62518297 88231
+1 20235U 89074D   13116.85400512  .00000020  00000-0  50353-4 0  2262
+2 20235 082.5864 043.8585 0008294 209.2523 183.9670 12.64738466 90275
+1 20236U 89074E   13116.80386906  .00000029  00000-0  10190-3 0  2182
+2 20236 082.5850 049.5755 0004391 226.3198 166.9743 12.64118438205502
+1 20237U 89074F   13115.83516365  .00000049  00000-0  21084-3 0  1151
+2 20237 082.5787 053.4212 0002346 334.2853 059.4286 12.63396490 88949
+1 20238U 89074G   13117.63160066  .00000014  00000-0  23951-4 0  8464
+2 20238 082.5898 144.8411 0039475 349.7559 158.1496 12.55284764 82277
+1 20261U 89080A   13116.97753986  .00000155  00000-0  43662-4 0   393
+2 20261 082.5908 268.8178 1211087 340.6664 015.1979 12.54318252 76237
+1 20262U 89080C   13117.62128448  .00000335  00000-0  91857-4 0  5424
+2 20262 082.5919 303.7683 1241147 101.2068 301.9247 12.48181345 73087
+1 20263U 89081A   13109.25377592 -.00000161  00000-0  10000-3 0  4553
+2 20263 014.2670 017.8626 0002946 106.8856 253.1022 01.00355987 86298
+1 20266U 89081D   13116.06596183 -.00000243  00000-0  10000-3 0  5778
+2 20266 014.1577 017.5014 0029128 359.4269 000.5241 01.00601994 71067
+1 20281U 89080B   13117.46274830  .00000348  00000-0  10466-3 0  2599
+2 20281 082.6053 254.2673 1198557 287.0177 091.2785 12.56822408 77651
+1 20282U 89080D   13116.11029775  .00023329  00000-0  25081-2 0   159
+2 20282 082.5248 346.5523 0435486 067.6808 052.9129 14.37741615986334
+1 20283U 76067BW  13115.69490912  .00000374  00000-0  14536-2 0  7861
+2 20283 065.7201 195.0813 0647298 180.7535 326.4803 12.44179137 86245
+1 20284U 86094C   13117.55537009  .00000266  00000-0  19857-2 0  6971
+2 20284 083.2007 251.9721 0239643 177.8193 314.3488 12.29675255975431
+1 20285U 87020DP  13111.61741421 -.00000003  00000-0  10913-3 0  5792
+2 20285 073.6533 315.6708 0087532 142.8320 280.4499 12.30025024 77404
+1 20301U 88102J   13117.17197981 -.00000109  00000-0 -32065-4 0  2637
+2 20301 071.0014 008.4887 0017613 239.2680 265.2190 14.13904918227178
+1 20302U 89085A   13116.72912704 -.00000061  00000-0  00000+0 0  2980
+2 20302 055.8627 354.1055 0007622 016.1794 025.4842 01.89423060167619
+1 20303U 89085B   13117.13146926  .00002870  00000-0  15961-3 0  5092
+2 20303 035.6363 359.5194 0159552 299.8879 222.9344 15.03223798271131
+1 20305U 89086A   13116.78490325 -.00000900  00000-0 -28406-2 0  5686
+2 20305 082.5508 186.6039 0006817 029.7917 121.0211 13.04577728121040
+1 20306U 89086B   13117.19670461  .00000510  00000-0  13087-2 0  3844
+2 20306 082.5524 085.7925 0016502 013.4284 105.3156 13.16191997129348
+1 20308U 89080G   13116.49761553  .00004517  00000-0  15785-2 0  8545
+2 20308 082.6456 131.0107 0992266 001.4134 150.1204 12.92064625 94188
+1 20309U 76077FQ  13105.26025699  .00000193  00000-0  25331-2 0  9775
+2 20309 102.6754 208.3493 0190943 338.2472 046.4726 12.07702349   458
+1 20315U 89087A   13116.49919088 -.00000111  00000-0  10000-3 0  6752
+2 20315 010.0217 048.5672 0006060 034.5410 325.4123 00.99008124 83829
+1 20316U 89087B   13117.84477108  .00028681  00000-0  33215-2 0   404
+2 20316 007.3214 034.1133 6528964 007.2873 078.6866 03.30032652200943
+1 20317U 89070C   13117.18784145 -.00000135  00000-0  10000-3 0  9756
+2 20317 014.2851 019.5223 0241273 294.6271 062.8451 00.98762371 75740
+1 20322U 89089A   13117.53024622 -.00000210  00000-0 -10393-3 0   265
+2 20322 099.0015 128.4816 0009471 151.6846 318.0385 14.04550920201132
+1 20323U 89089B   13117.64562948  .00000372  00000-0  10739-3 0  6397
+2 20323 097.0749 284.5874 0074136 152.5045 254.5343 14.47273753236010
+1 20324U 89089C   13116.01188902  .00000528  00000-0  29807-3 0  8461
+2 20324 098.8359 124.4403 0012794 189.1031 233.8981 14.14482752205974
+1 20326U 70025QE  13116.43542529  .00005327  00000-0  20877-2 0  9413
+2 20326 099.9059 093.8111 0070666 067.7913 082.9821 14.28552694228410
+1 20327U 77121BY  13116.14175731  .00005073  00000-0  52276-3 0  8587
+2 20327 065.8137 027.4641 0539156 170.7712 316.0850 14.20851331 62979
+1 20328U 89089D   13117.62354946  .00000105  00000-0  94985-4 0  3361
+2 20328 098.9979 128.1951 0003623 141.5386 007.1324 14.03528849200022
+1 20330U 89091A   13116.35451272 -.00000080  00000-0  00000+0 0  5091
+2 20330 067.4171 079.1501 5723002 214.9447 340.1289 02.00377581171581
+1 20333U 89091D   13111.12164694 -.00000581  00000-0  00000+0 0  6124
+2 20333 068.6898 014.4887 5920502 177.3950 353.7393 02.04197799147637
+1 20347U 89080J   13116.80587449  .00024403  00000-0  23265-2 0  9935
+2 20347 082.4831 245.9842 0394188 238.6260 117.5816 14.49092846165017
+1 20348U 72049C   13116.13346670  .00000027  00000-0  93825-5 0  3693
+2 20348 081.2399 351.4382 0049894 106.4173 009.8303 14.01389889 85752
+1 20349U 76077FR  13117.69796998 -.00000782  00000-0 -13256-1 0  3329
+2 20349 102.5753 198.2197 0629495 082.2496 069.6833 11.32557325854417
+1 20359U 89080K   13116.52652843  .00007940  00000-0  89982-3 0  2791
+2 20359 082.5522 321.1111 0427641 333.6959 050.9248 14.37377645163495
+1 20360U 70025QF  13117.08898469  .00003719  00000-0  40130-2 0  1284
+2 20360 100.4462 167.9453 0029505 355.9288 031.9819 13.73839622166701
+1 20361U 89097A   13116.54868082  .00000054  00000-0  00000+0 0  8029
+2 20361 053.9268 181.2949 0019449 244.5053 255.9860 01.89174627158544
+1 20362U 89097B   13117.38691647  .00007239  00000-0  32271-3 0  1545
+2 20362 035.6251 094.8929 0130213 068.6011 052.3704 15.13476930267702
+1 20367U 89098A   13117.75247422 -.00000247  00000-0  00000+0 0  5931
+2 20367 014.5394 019.0606 0004226 083.2282 115.3608 01.00216431 84922
+1 20370U 89098D   13115.45459750 -.00000170  00000-0  10000-3 0  6772
+2 20370 015.1482 021.0323 0021581 058.4328 301.7314 00.97854136 70956
+1 20391U 89101A   13116.90356731  .00000100  00000-0  10000-3 0   378
+2 20391 014.2577 018.8748 0006090 029.2552 330.7295 01.00332953 85748
+1 20394U 89101D   13115.50054975 -.00000206  00000-0  10000-3 0  8254
+2 20394 014.7844 020.6737 0011825 081.5159 278.5714 00.98250351 72016
+1 20401U 90001A   13116.19503059 -.00000111  00000-0  10000-3 0  5502
+2 20401 012.0997 027.4116 0008662 190.2221 169.6922 00.98995781 81355
+1 20402U 90001B   13115.71232099 -.00000149  00000-0  00000+0 0  6195
+2 20402 010.5823 057.5260 0057823 197.7075 162.0210 00.98538322 68034
+1 20404U 90001D   13115.71394833  .00000361  00000-0  19413-3 0  7796
+2 20404 021.7977 013.2195 7075459 303.3687 028.9728 02.49133054190482
+1 20406U 90001F   13117.82326340  .00657455 -51794-5  11489-2 0  9408
+2 20406 026.4246 043.1719 1665360 338.3860 094.2522 12.46015041488324
+1 20410U 90002B   13116.90766292 -.00000078  00000-0  00000+0 0  8962
+2 20410 010.4841 024.9521 0001700 058.9113 169.9029 01.00271363 70573
+1 20411U 90002C   13117.78425348  .00010616  00000-0  14050-2 0  7021
+2 20411 027.2510 030.1841 4727201 343.1666 017.8222 06.09317385431390
+1 20412U 83070F   13117.64177493 -.00000059  00000-0  00000+0 0  9074
+2 20412 069.0995 209.4397 6049634 047.9990 030.9428 02.04350400175167
+1 20413U 83020D   13121.12592203 -.00002692  00000-0  00000+0 0  3707
+2 20413 042.9474 338.6268 8868053 066.7217 358.2681 00.24693609 14136
+1 20432U 90004A   13117.02576559  .00000106  00000-0  48270-4 0  5039
+2 20432 074.0323 301.5895 0021897 077.8184 067.5459 14.32877403216379
+1 20433U 90004B   13117.84630362  .00000171  00000-0  67920-4 0  4262
+2 20433 074.0368 249.6899 0041175 025.8781 137.0298 14.35422454218294
+1 20434U 90004C   13115.88627005  .00000767  00000-0  25150-3 0  7515
+2 20434 074.0452 271.1290 0016908 293.4636 220.5983 14.39988324217781
+1 20435U 90004D   13117.21376174  .00000895  00000-0  23704-3 0  9419
+2 20435 074.0317 038.9242 0016372 153.6317 359.9946 14.50168029224730
+1 20436U 90005A   13117.75956797  .00000876  00000-0  15417-3 0  4893
+2 20436 098.7235 274.8148 0150716 262.3663 096.0398 14.63483349211715
+1 20437U 90005B   13116.87877576  .00000120  00000-0  61055-4 0   644
+2 20437 098.5130 055.8428 0009736 321.3135 070.9405 14.31820958214754
+1 20438U 90005C   13116.87082253  .00000081  00000-0  47830-4 0  5630
+2 20438 098.5579 054.6264 0009754 006.9042 025.6556 14.30657164214019
+1 20439U 90005D   13117.44168667  .00000125  00000-0  62537-4 0  7327
+2 20439 098.4681 058.6552 0009842 312.6827 159.6803 14.32161343214972
+1 20440U 90005E   13116.83862251  .00000167  00000-0  77339-4 0  4656
+2 20440 098.4471 059.5591 0009796 303.6458 090.1568 14.32498441215073
+1 20441U 90005F   13117.45247284  .00000124  00000-0  61932-4 0  9648
+2 20441 098.4532 059.4314 0010422 308.5450 169.8605 14.32222131215053
+1 20442U 90005G   13116.84359852  .00000138  00000-0  66755-4 0  6657
+2 20442 098.4369 060.0217 0010740 303.8024 089.9641 14.32373382215080
+1 20443U 90005H   13117.04117869  .00000302  00000-0  11771-3 0  5672
+2 20443 098.7645 104.0109 0011250 151.1593 239.2326 14.36895982217577
+1 20452U 90008A   13116.26693008 -.00000033  00000-0  00000+0 0  6472
+2 20452 055.9367 302.2556 0010466 216.2412 148.2774 01.89596393165242
+1 20453U 90008B   13117.83666259  .00004241  00000-0  29252-3 0  6631
+2 20453 035.6302 026.9045 0346790 315.4879 041.8451 14.67583925224626
+1 20465U 90010A   13117.78971601  .00001297  00000-0  12144-3 0  7654
+2 20465 082.4928 257.0606 0015976 335.4152 024.6305 14.93212748259398
+1 20466U 90010B   13117.74034939  .00000222  00000-0  25999-4 0  6148
+2 20466 082.5041 346.0740 0019540 258.5847 144.3320 14.80409846253801
+1 20469U 90065T   13116.70875312  .00000657  00000-0  60137-3 0  1109
+2 20469 018.0497 320.3273 6985818 172.2980 210.6480 02.60847135157826
+1 20470U 63038N   13117.71823220  .00010992  00000-0  42805-2 0  3908
+2 20470 090.1293 286.9943 0038257 168.2074 325.2416 14.29288269193370
+1 20473U 90011A   13116.23432692 -.00000275  00000-0  10000-3 0  3577
+2 20473 013.6407 032.1198 0007950 029.0434 330.9383 01.00303950 84918
+1 20474U 90011B   13116.94505766  .00005702  00000-0  16216-2 0  4607
+2 20474 030.4725 339.4281 6818640 028.8420 011.0548 02.87423901220826
+1 20478U 90013A   13117.11782931 -.00000073  00000-0 -21554-4 0  9723
+2 20478 099.0923 065.2619 0004566 258.5812 223.2916 13.95144996102881
+1 20479U 90013B   13117.19379260  .00000001  00000-0  76737-4 0  5378
+2 20479 099.0284 156.5756 0539231 209.6955 179.9491 12.83745647 87956
+1 20480U 90013C   13116.69754767 -.00000048  00000-0 -32369-4 0  4132
+2 20480 099.0269 153.7986 0539990 217.7928 296.5969 12.83383133 87704
+1 20488U 88063F   13116.70651005  .00000067  00000-0  48900-3 0   610
+2 20488 007.3123 135.3888 5089327 236.5129 268.0088 04.97500664416811
+1 20491U 90013D   13117.21390073 -.00000468  00000-0 -80746-3 0  7465
+2 20491 099.0757 034.0885 0467912 256.1340 241.4174 13.03457403104001
+1 20499U 90016A   13114.83850241  .00000055  00000-0  10000-3 0  8893
+2 20499 014.2461 019.3756 0004740 060.1208 299.8814 01.00364395 84809
+1 20502U 90016D   13115.92909640  .00000055  00000-0  10000-3 0  3612
+2 20502 014.3095 019.6838 0042842 103.9896 256.4358 01.00034077 84753
+1 20503U 76067BX  13116.69004611  .00001042  00000-0  46380-3 0  2393
+2 20503 065.7456 226.2835 0937923 186.3583 172.9369 12.96629127 82675
+1 20504U 63014FD  13116.54001359  .00000003  00000-0  10000-3 0  3186
+2 20504 087.2940 157.4231 1146506 206.9025 149.0732 08.71204831639562
+1 20505U 81053MS  13111.97770897  .00002273  00000-0  10055-2 0  4879
+2 20505 083.1640 092.7107 0024195 073.1831 344.3825 14.22668947281285
+1 20508U 90017A   13117.25838964  .00000044  00000-0  29826-4 0  5388
+2 20508 082.9589 018.1586 0045453 134.3216 012.5003 13.74117807161444
+1 20509U 90017B   13117.71548214  .00000040  00000-0  25285-4 0  4139
+2 20509 082.9558 003.9505 0044254 064.9763 295.5978 13.75408087162547
+1 20510U 90018A   13117.27991071  .00001150  00000-0  10487-3 0  3696
+2 20510 082.5183 178.9468 0014043 043.0182 346.6922 14.94182068255243
+1 20511U 90018B   13117.53239499  .00000295  00000-0  36711-4 0  6157
+2 20511 082.5219 281.1296 0018068 032.5494 029.3795 14.79108628248530
+1 20523U 90021A   13116.46084000 -.00000289  00000-0  10000-3 0  2704
+2 20523 009.4876 050.2824 0002595 022.8031 262.2067 01.00114560 77597
+1 20527U 90023A   13117.49517998  .00000066  00000-0  55969-4 0  5687
+2 20527 082.9344 110.0375 0029690 264.8959 241.8111 13.72013466157008
+1 20528U 90023B   13116.87504894  .00000199  00000-0  19995-3 0  4369
+2 20528 082.9331 100.6504 0030441 267.2902 120.9034 13.72709572157545
+1 20533U 90025A   13117.13171383 -.00000026  00000-0  00000+0 0  5207
+2 20533 054.9048 060.5811 0041865 128.0635 062.8355 01.91037791163406
+1 20536U 90026A   13115.97935521  .00000266  00000-0  00000+0 0  3936
+2 20536 066.9402 114.5558 6028958 206.0878 206.1522 01.99620940168455
+1 20539U 90026D   13117.98495340  .14165520  12927-4  34839-3 0  2139
+2 20539 060.8164 092.3392 1928484 251.0937 202.9843 12.09459955177672
+1 20547U 90028B   13116.79861157  .00001752  00000-0  76406-4 0  7331
+2 20547 094.1150 022.8025 0097293 128.6352 264.3093 15.18267604269213
+1 20549U 90029A   13116.76261781  .00000016  00000-0  21900-3 0  1354
+2 20549 073.9824 247.0624 0017323 324.5096 184.1806 12.47155979 49916
+1 20550U 90029B   13116.79488487 -.00000019  00000-0 -19420-4 0  3771
+2 20550 073.9821 205.5195 0008770 315.1665 192.3169 12.49136849 51587
+1 20551U 90029C   13116.71486848 -.00000032  00000-0 -85865-4 0  1963
+2 20551 073.9831 344.4816 0049676 205.0016 189.0746 12.59634471 60409
+1 20552U 90029D   13117.16307334 -.00000027  00000-0 -58362-4 0  1883
+2 20552 073.9847 021.5573 0040491 254.5259 274.2050 12.57859213 58968
+1 20553U 90029E   13115.83287510  .00000011  00000-0  16495-3 0   834
+2 20553 073.9838 058.5955 0031644 289.4971 104.0422 12.56197413 57408
+1 20554U 90029F   13116.98981499  .00000003  00000-0  12135-3 0  1793
+2 20554 073.9806 093.4809 0022324 325.5789 069.1083 12.54466946 56090
+1 20555U 90029G   13117.14346350 -.00000020  00000-0 -22395-4 0  1706
+2 20555 073.9792 129.8932 0013617 349.8638 042.2122 12.52731516 54655
+1 20556U 90029H   13117.51491222 -.00000034  00000-0 -11562-3 0  1682
+2 20556 073.9804 168.3160 0002223 050.7565 054.5503 12.50872060 53138
+1 20557U 90029J   13117.87418647 -.00000020  00000-0 -51956-4 0  1656
+2 20557 073.9883 021.8705 0152140 158.2357 297.2999 12.23109654 29669
+1 20558U 90030A   13116.48675479 -.00000092  00000-0  10000-3 0  2498
+2 20558 012.0116 043.2462 0002654 348.1644 011.7525 00.99245482 84063
+1 20559U 90030B   13117.09797618  .00019340  00000-0  15377-2 0  9254
+2 20559 030.7842 164.1357 5932637 064.3422 346.7247 04.18541327265247
+1 20570U 90034A   13109.69906391 -.00000256  00000-0  10000-3 0  2415
+2 20570 011.1182 046.7981 0013916 009.0368 350.9493 00.99529502 82432
+1 20571U 90034B   13117.57065052  .00001040  00000-0  11390-3 0  1921
+2 20571 022.7435 187.8560 0524683 019.8850 139.0112 14.07946664178396
+1 20577U 90036A   13117.77875338  .00000066  00000-0  53482-4 0  5837
+2 20577 082.9448 058.4412 0025607 265.0235 125.3704 13.74499622154756
+1 20578U 90036B   13115.87567311  .00000109  00000-0  95983-4 0  2664
+2 20578 082.9461 043.2696 0011701 244.1368 147.9171 13.76242124155803
+1 20580U 90037B   13117.48526788  .00001598  00000-0  10212-3 0  2271
+2 20580 028.4695 245.1832 0003095 164.4423 276.5943 15.03509451 62059
+1 20596U 90040A   13115.23045295 -.00000547  00000-0  00000+0 0  4021
+2 20596 067.9669 090.2448 5811565 203.8081 334.4863 02.00599180168456
+1 20599U 90040D   13115.21718214 -.00000557  00000-0  00000+0 0  6944
+2 20599 068.5541 016.0404 6069545 175.4585 353.7908 02.03491993170879
+1 20607U 90043A   13117.34762712  .00000556  00000-0  83105-4 0  8880
+2 20607 089.7514 037.1260 0098693 042.5879 104.8343 14.70028307229367
+1 20608U 90043B   13117.82673492  .00000611  00000-0  86493-4 0  9404
+2 20608 089.7561 036.6296 0090389 317.7658 073.7812 14.73149200230916
+1 20609U 90043C   13117.16923073  .00003575  00000-0  26705-3 0  4232
+2 20609 089.7693 025.6481 0055377 023.7127 336.6641 15.01365553242546
+1 20619U 90045A   13115.44655325  .00000081  00000-0  00000+0 0  4264
+2 20619 064.3002 113.3897 0040470 207.7241 294.8423 02.13103224178494
+1 20620U 90045B   13117.46623299  .00000065  00000-0  00000+0 0  3558
+2 20620 064.2969 113.2853 0016498 028.5056 134.7084 02.13103409178573
+1 20621U 90045C   13115.92692824  .00000077  00000-0  00000+0 0  9670
+2 20621 064.3133 113.5284 0027728 217.3437 172.3994 02.13104812178542
+1 20623U 90045E   13115.95850709  .00000075  00000-0  00000+0 0  6320
+2 20623 064.3147 112.5193 0017732 343.2829 049.9381 02.13415868178955
+1 20624U 90046A   13117.15180591 -.00000145  00000-0 -51306-4 0  6332
+2 20624 071.0398 138.8622 0014492 183.1540 211.3957 14.13997924183443
+1 20625U 90046B   13116.98573718 -.00000252  00000-0 -10632-3 0  4254
+2 20625 070.9996 082.6464 0016510 249.2843 145.5728 14.14475157183993
+1 20626U 90046C   13115.77703539  .00000109  00000-0  14261-3 0  3572
+2 20626 071.0191 232.4050 0206140 116.0410 036.2318 13.71879559147773
+1 20627U 90046D   13116.41573153  .00000137  00000-0  17375-3 0  3392
+2 20627 070.9760 244.0450 0215433 206.8927 189.0797 13.69969210146366
+1 20628U 90046E   13117.78351294  .00000077  00000-0  11274-3 0  3445
+2 20628 070.9795 208.2390 0209700 150.3420 355.9952 13.71424159147652
+1 20629U 90046F   13116.31667162  .00000047  00000-0  83142-4 0  3663
+2 20629 071.0264 202.4425 0198983 054.6265 001.7761 13.73121260148940
+1 20630U 90045F   13115.34371174  .00000113  00000-0  39197-3 0   909
+2 20630 065.3291 192.6780 5607708 304.4229 029.0067 04.31430343358745
+1 20631U 90045G   13116.98632023  .00003497  00000-0  12674-2 0  2803
+2 20631 064.5312 134.2065 5704592 346.2267 007.2821 04.44460636362488
+1 20643U 90051A   13116.31517185 -.00000072  00000-0  00000+0 0  9172
+2 20643 012.6184 039.3598 0017601 052.1212 307.9653 01.00285473 70622
+1 20659U 90054A   13116.28460713 -.00000019  00000-0  00000+0 0  9319
+2 20659 014.3121 020.9390 0008529 080.6568 279.3837 01.00315768 83568
+1 20662U 90054D   13109.71566937 -.00000248  00000-0  10000-3 0  4109
+2 20662 014.2244 020.7737 0016356 344.7143 015.2045 01.00517035 83480
+1 20663U 90055A   13117.50532762  .00000883  00000-0  11048-3 0  7836
+2 20663 062.7967 220.0386 0079103 170.4635 189.7982 14.87790859234554
+1 20666U 90055D   13117.17585845  .00000481  00000-0  69568-4 0  8445
+2 20666 062.7872 145.2705 0049087 200.7663 159.1436 14.88521778235808
+1 20667U 90056A   13114.46910031 -.00000077  00000-0  10000-3 0  3224
+2 20667 009.8254 051.1112 0003053 243.5005 116.3993 00.98434515 85983
+1 20669U 90056C   13116.86797207  .00003528  00000-0  17936-2 0  1157
+2 20669 024.5254 352.6220 7155419 025.8697 010.7599 02.42161769190263
+1 20670U 90057A   13117.60527515  .00000034  00000-0  17305-4 0  3957
+2 20670 082.5439 134.2269 0014848 238.8806 269.5630 13.84572371153826
+1 20671U 90057B   13117.09241252  .00000023  00000-0  72440-5 0  6427
+2 20671 082.5448 134.0138 0014195 240.8181 152.6779 13.84554320153824
+1 20672U 65108AD  13111.22647517 -.00000056  00000-0  29600-4 0  6842
+2 20672 026.9789 073.2910 6805606 185.6142 334.2187 02.69639030195528
+1 20673U 76126CG  13112.31670001  .00003358  00000-0  80127-3 0   368
+2 20673 065.6136 181.4335 0518900 009.4337 054.1926 13.95814485 46062
+1 20674U 84081E   13117.42198095 -.00000027  00000-0  19488-2 0  6754
+2 20674 006.4164 131.4264 6988650 092.4702 007.5003 02.40497965181910
+1 20693U 90061A   13115.24406366 -.00000152  00000-0  10000-3 0  4132
+2 20693 014.2379 021.1579 0005320 045.4938 314.5002 01.00269197 83366
+1 20696U 90061D   13116.87363586 -.00000374  00000-0  00000+0 0  4716
+2 20696 014.2208 021.1223 0037334 080.2512 190.7769 01.00269920 82289
+1 20705U 90063A   13116.95593055 -.00000088  00000-0  10000-3 0  1088
+2 20705 012.4097 042.4159 0039514 197.5003 162.3001 00.98614827 85956
+1 20706U 90063B   13116.09150002 -.00000250  00000-0  10000-3 0   333
+2 20706 010.8663 046.8241 0003439 354.8874 005.0274 00.99553662 75133
+1 20707U 90064A   13116.46899191 -.00000851  00000-0  00000+0 0  5039
+2 20707 065.4628 139.8507 6737994 152.3637 000.2863 02.00382636166714
+1 20710U 90064D   13115.87175299  .00000130  00000-0  18201+0 0  5731
+2 20710 066.0931 054.3690 6685338 157.4420 321.4796 02.04548546169978
+1 20712U 90065A   13117.33679367  .00000426  00000-0  38018-3 0  6148
+2 20712 017.5066 201.5877 7130788 080.4909 356.5460 02.43943484191385
+1 20713U 90065B   13117.01355392  .00000976  00000-0  87414-3 0  6406
+2 20713 017.7920 289.2175 6950989 237.4774 036.7510 02.65126606212736
+1 20717U 90063C   13115.97730091  .00000166  00000-0  73819-3 0  5048
+2 20717 004.1050 324.8272 7170487 024.4261 350.6038 02.33023149183790
+1 20718U 90063D   13115.99835333  .00004846  00000-0  32730-2 0  8448
+2 20718 004.9940 088.3820 6346097 122.5685 020.5131 03.47870556245625
+1 20720U 90066A   13117.15287630 -.00000027  00000-0 -72282-4 0  2514
+2 20720 073.6006 343.2616 0025861 280.7464 225.5020 12.40710168 30169
+1 20721U 90066B   13117.74635123 -.00000030  00000-0 -94595-4 0  9730
+2 20721 073.6004 334.4924 0024416 274.3287 113.4692 12.41055495 30682
+1 20724U 90068A   13116.70358234 -.00000011  00000-0  00000+0 0  7598
+2 20724 053.9435 243.4096 0046128 257.5851 245.7453 01.87182132160086
+1 20735U 90070A   13115.55398683 -.00000002  00000-0 -65407-4 0  9328
+2 20735 082.5630 117.2325 0013854 194.9733 312.8286 12.65234208 49074
+1 20736U 90070B   13117.10429520  .00000002  00000-0 -50786-4 0   130
+2 20736 082.5762 151.6308 0003221 159.8759 233.8960 12.62445920 46978
+1 20737U 90070C   13116.61204067 -.00000004  00000-0 -79517-4 0  9239
+2 20737 082.5660 137.8237 0003278 216.5253 291.4115 12.63233580 47550
+1 20738U 90070D   13116.58795103 -.00000009  00000-0 -10846-3 0   259
+2 20738 082.5720 134.6512 0007764 211.7577 295.4283 12.63984054 48188
+1 20739U 90070E   13115.55995207 -.00000009  00000-0 -10863-3 0   263
+2 20739 082.5725 129.5848 0010544 210.1021 296.5187 12.64644638 48598
+1 20740U 90070F   13117.56723230  .00000036  00000-0  13322-3 0  9375
+2 20740 082.5700 112.9312 0019325 160.3928 349.5167 12.66020030 49980
+1 20741U 90070G   13117.80259255  .00000008  00000-0 -16517-4 0  8474
+2 20741 082.5788 215.4792 0035282 358.1163 148.5078 12.55681569 41502
+1 20760U 65108AE  13113.59762388 -.00000140  00000-0 -10985-2 0  7936
+2 20760 027.3148 305.2879 6718618 350.6952 009.6325 02.81103117192868
+1 20762U 90074A   13107.42244870  .00000082  00000-0  10000-3 0  9321
+2 20762 010.3244 049.1656 0003690 027.6784 332.2959 00.99207782 82812
+1 20763U 90074B   13116.86179461  .00001619  00000-0  14482-3 0  2376
+2 20763 024.7616 259.2415 0424628 356.2161 167.0700 14.38184395181382
+1 20764U 90074C   13116.26870175  .00000385  00000-0  13810-2 0   832
+2 20764 020.6403 138.0010 7299186 318.2469 208.2846 02.17205891179174
+1 20767U 90076A   13117.50934573 -.00001351  00000-0  10000-3 0  8458
+2 20767 062.6903 315.5473 7333938 219.5994 053.0657 02.00364558166061
+1 20771U 90077A   13116.48247343 -.00000126  00000-0  10000-3 0  9553
+2 20771 012.8715 043.1185 0006777 128.8275 231.1582 00.98811813 88158
+1 20774U 90078A   13116.85641546  .00002808  00000-0  22286-3 0  5150
+2 20774 082.9494 078.6192 0854923 096.1890 273.7235 13.64015926113219
+1 20775U 90078B   13116.79153080  .00004242  00000-0  24372-3 0  1232
+2 20775 082.9406 191.8094 0670375 263.1469 254.1817 14.10558300133779
+1 20776U 90079A   13116.83306764 -.00000035  00000-0  10000-3 0  6211
+2 20776 012.4143 032.2948 0002999 356.0146 125.2530 01.00272896 82824
+1 20777U 90079B   13116.22729072 -.00000182  00000-0  10000-3 0  4655
+2 20777 012.1763 042.3732 0002546 028.9003 331.0378 00.99345137 63088
+1 20788U 90081A   13117.13281383 -.00000038  00000-0  43496-5 0  8290
+2 20788 099.0174 152.4328 0016204 028.8809 045.2377 14.02472084158992
+1 20791U 90081D   13117.75922234 -.00000216  00000-0 -13128-3 0  5539
+2 20791 099.1757 172.6456 0052723 222.5618 287.7423 13.92478573150968
+1 20792U 90081E   13117.14434890  .00000475  00000-0  27620-3 0  4771
+2 20792 098.8276 151.4175 0017932 085.5085 306.9748 14.13327159164586
+1 20793U 90081F   13117.69839831  .00000333  00000-0  19930-3 0  4718
+2 20793 098.8071 153.7190 0022546 051.7320 097.0665 14.13590696164535
+1 20797U 90081G   13117.15985839  .00000409  00000-0  24801-3 0  4675
+2 20797 098.8336 154.1063 0009942 139.6402 252.2824 14.11878379163670
+1 20798U 90081H   13117.69697609  .00000218  00000-0  13555-3 0  5280
+2 20798 098.7812 153.8817 0010482 054.6725 094.1111 14.14738862165182
+1 20799U 77048G   13115.74249040  .00000047  00000-0  10000-3 0    13
+2 20799 013.3558 333.9625 0221930 321.9404 036.4637 01.00573150 69685
+1 20800U 89020E   13116.64049576 -.00000337  00000-0  10000-3 0  7662
+2 20800 013.7886 013.8590 0130082 120.6980 240.5338 01.00457648 68274
+1 20801U 78062D   13116.50875212 -.00000326  00000-0  10000-3 0  4931
+2 20801 015.1234 340.7411 0110082 313.4403 045.6127 00.99476294 82970
+1 20804U 90083A   13117.46884258  .00000049  00000-0  36610-4 0  4899
+2 20804 082.9368 120.2961 0035881 331.1345 193.0242 13.74192700134359
+1 20805U 90083B   13117.02063424 -.00000026  00000-0 -41847-4 0  5689
+2 20805 082.9352 103.4526 0029247 297.5050 095.2580 13.75650148135489
+1 20811U 90065C   13108.45100441  .00000304  00000-0  58452-3 0  4140
+2 20811 018.0864 335.4449 6987601 144.0149 205.4121 02.60567139194999
+1 20826U 90086A   13116.89294145  .00000131  00000-0  10390-3 0  2618
+2 20826 082.5268 061.4575 0013823 166.0753 227.5700 13.84124677140544
+1 20827U 90086B   13117.83556060  .00000054  00000-0  35662-4 0  3368
+2 20827 082.5283 063.1828 0013222 172.5475 220.7486 13.83830061140555
+1 20830U 90088A   13117.27523968  .00000053  00000-0  00000+0 0  7224
+2 20830 053.9607 177.0612 0017618 190.3783 212.5945 01.87754474162760
+1 20834U 89080L   13117.56183207  .00024338  00000-0  25504-2 0  5856
+2 20834 082.4871 317.5215 0446531 116.0125 304.7609 14.36591160891375
+1 20835U 75011F   13115.75654710 -.00000094  00000-0  10000-3 0  2001
+2 20835 013.4171 330.9476 0098122 000.8742 359.0888 00.98587339 69381
+1 20836U 74060F   13115.01721463 -.00000362  00000-0  10000-3 0  3980
+2 20836 011.3717 323.2402 0020869 079.6304 280.5130 01.00344291 75118
+1 20837U 81057F   13116.15009589 -.00000015  00000-0  10000-3 0  2073
+2 20837 015.1378 348.3554 0080618 077.2613 283.6051 00.99366220 71693
+1 20843U 90090C   13117.58154134  .00001465  00000-0  70405-3 0   669
+2 20843 028.2242 270.5937 6808567 259.4151 034.1902 02.86298168224309
+1 20846U 90081J   13116.19533666  .00000112  00000-0  16089-3 0  4928
+2 20846 099.0490 013.2763 0203513 138.4189 008.2723 13.65369456126147
+1 20847U 90081K   13117.03778913  .00004872  00000-0  10411-2 0  7460
+2 20847 098.5378 261.5194 0030039 143.3989 352.4807 14.59013801183398
+1 20848U 90081L   13115.86494149  .00000372  00000-0  37679-3 0  5786
+2 20848 099.0046 073.6411 0217995 289.3308 102.1742 13.73377040126999
+1 20849U 90081M   13117.69196669  .00000861  00000-0  52265-3 0  9668
+2 20849 098.9073 172.4915 0048174 091.6621 269.0067 14.08391397158806
+1 20850U 90081N   13117.84686027  .00000346  00000-0  15388-3 0  5309
+2 20850 098.7682 093.7486 0076688 219.8670 170.4159 14.27723287177625
+1 20852U 90081Q   13117.11245093  .00000395  00000-0  22111-3 0  5569
+2 20852 098.7607 155.3826 0018246 044.7687 315.4956 14.16196209164882
+1 20853U 90081R   13117.19538434  .00001293  00000-0  50113-3 0   737
+2 20853 098.5511 169.6845 0024774 341.2185 054.6932 14.31511969167469
+1 20855U 90081T   13117.66965080 -.00000157  00000-0 -65590-4 0  8231
+2 20855 098.9804 149.5227 0023631 354.6983 152.9318 14.08464479163975
+1 20857U 90081V   13117.28933795  .00028832  00000-0  17378-2 0  2320
+2 20857 098.6511 156.1101 0009340 113.7423 246.4784 15.10699566192247
+1 20858U 90081W   13116.17937194  .00001246  00000-0  44046-3 0  9022
+2 20858 098.5821 117.2224 0040395 168.9875 328.9063 14.35949986173585
+1 20859U 90081X   13117.00793822  .00009649  00000-0  13220-2 0  8869
+2 20859 098.7229 118.1885 0019673 287.5743 106.0828 14.78572363188454
+1 20860U 90081Y   13117.40421032  .00017464  00000-0  12763-2 0  9547
+2 20860 098.7346 300.3932 0034512 053.6200 009.1263 15.03237847179925
+1 20861U 90081Z   13117.15757527  .00002097  00000-0  67215-3 0  5872
+2 20861 098.4428 170.8287 0020024 096.5659 297.4397 14.40424892175861
+1 20862U 90081AA  13116.00689682  .00000286  00000-0  37051-3 0  4773
+2 20862 098.9713 268.3503 0238386 015.5672 130.2992 13.58578261120959
+1 20864U 90081AC  13117.75322024  .00000662  00000-0  47650-3 0  8804
+2 20864 099.1876 179.9210 0075254 190.9971 317.2559 13.99165270147760
+1 20865U 90081AD  13117.20023608  .00001690  00000-0  54285-3 0  1550
+2 20865 098.2969 170.3603 0037214 036.6965 355.4520 14.40239637177444
+1 20866U 90081AE  13117.13590137  .00000765  00000-0  49684-3 0  3123
+2 20866 098.9248 159.0337 0073192 104.7415 289.6465 14.04259849153359
+1 20867U 90081AF  13117.62878971  .00000197  00000-0  14664-3 0  2187
+2 20867 098.9683 156.3789 0108410 093.3484 051.7002 14.03045571153398
+1 20868U 90081AG  13115.83541616  .00000251  00000-0  26548-3 0  4538
+2 20868 099.1678 215.2406 0173703 024.9082 120.0059 13.77004100132255
+1 20870U 90081AJ  13116.11388186  .00000170  00000-0  12461-3 0  4577
+2 20870 098.8782 152.2568 0033777 244.2393 183.6597 14.08279564156685
+1 20872U 90091A   13116.34723135  .00000014  00000-0  10000-3 0  6781
+2 20872 005.0778 063.5228 0010774 000.0079 359.9003 00.98989680 70732
+1 20873U 90091B   13115.91373221  .00000095  00000-0  10000-3 0  8164
+2 20873 009.2902 051.2693 0005133 047.4148 312.5423 00.99758532 76900
+1 20874U 90091C   13117.43353147  .00006337  00000-0  12296-2 0  7240
+2 20874 007.4908 219.4172 5963823 308.5020 011.7040 04.09546103255299
+1 20876U 90081AL  13117.08522999  .00000919  00000-0  41122-3 0  3994
+2 20876 098.7201 140.3046 0018624 242.4998 150.9474 14.24973215171501
+1 20877U 90081AM  13117.13051306  .00002080  00000-0  67113-3 0  4147
+2 20877 098.4090 141.6977 0024537 352.3920 038.9090 14.40037537172672
+1 20878U 90081AN  13117.66931498  .00002389  00000-0  77755-3 0  4162
+2 20878 098.4262 150.0339 0022585 088.4133 059.1109 14.39508822171217
+1 20879U 90081AP  13117.20563706  .00000329  00000-0  26070-3 0  3509
+2 20879 099.2955 182.8628 0109033 340.3428 052.1597 13.96061031144055
+1 20881U 90081AR  13117.64170997  .00001876  00000-0  78644-3 0  2967
+2 20881 098.6539 142.0111 0079855 070.9436 290.0372 14.25428412165530
+1 20883U 90081AT  13117.66889574  .00000922  00000-0  42038-3 0  5781
+2 20883 098.6458 149.6734 0016571 064.8263 082.7256 14.23938879165394
+1 20884U 90081AU  13117.20020052  .00000975  00000-0  55264-3 0  7987
+2 20884 098.8905 176.7171 0030425 006.5705 026.3116 14.12153955976197
+1 20885U 90081AV  13117.80956587 -.00000058  00000-0 -10025-4 0  4590
+2 20885 099.3217 177.2232 0067783 041.5647 022.5497 13.89816115143660
+1 20886U 90081AW  13115.90082796  .00000217  00000-0  31196-3 0  3733
+2 20886 099.0469 243.6484 0249622 161.7070 345.2832 13.53427729112836
+1 20887U 90081AX  13117.64202681  .00001149  00000-0  44231-3 0  9076
+2 20887 098.5481 139.8087 0026536 103.5018 044.0745 14.32050236170039
+1 20888U 90081AY  13116.54333911  .00001028  00000-0  48816-3 0  3350
+2 20888 099.2657 125.8921 0235784 134.0298 011.4498 14.08149913147920
+1 20889U 90081AZ  13117.18491434  .00000952  00000-0  66385-3 0  8651
+2 20889 099.1689 183.8346 0077864 192.8799 167.0377 13.99685242147946
+1 20890U 90081BA  13117.14849260 -.00000107  00000-0 -38894-4 0  9934
+2 20890 098.9505 154.2647 0012889 259.5288 132.8784 14.05486532156253
+1 20891U 90081BB  13117.81251980  .00000099  00000-0  14806-3 0  3247
+2 20891 099.1173 038.5493 0216529 142.7357 252.7537 13.63890967121713
+1 20892U 90081BC  13116.04750110  .00000458  00000-0  45922-3 0  6583
+2 20892 098.9226 111.1722 0169625 183.2119 209.2689 13.76375950129068
+1 20893U 90081BD  13116.12007772  .00002017  00000-0  69034-3 0   556
+2 20893 098.4695 154.7781 0012304 131.7571 262.1113 14.37299598170363
+1 20894U 90081BE  13117.63274427  .00000668  00000-0  31431-3 0  3718
+2 20894 098.7204 143.3891 0020833 309.6645 197.1684 14.23199297166010
+1 20895U 90081BF  13116.68471459  .00000911  00000-0  33129-3 0  1778
+2 20895 098.5326 110.8206 0030123 223.2103 196.5693 14.35365447172617
+1 20898U 90081BJ  13116.95347168  .00002245  00000-0  60809-3 0  3094
+2 20898 098.2208 111.5729 0045912 147.1997 246.8421 14.48000862179718
+1 20899U 90081BK  13116.18158922  .00001904  00000-0  74980-3 0  5108
+2 20899 098.6273 183.3117 0015967 191.3955 226.4531 14.30276466165509
+1 20900U 90081BL  13115.82343598  .00002684  00000-0  11580-2 0  1610
+2 20900 099.0113 225.9054 0055197 271.1335 235.4323 14.24555176157760
+1 20901U 90081BM  13117.74818704  .00013500  00000-0  11534-2 0  6231
+2 20901 098.6345 215.9920 0019619 247.1668 266.9232 14.97656609195533
+1 20902U 90081BN  13117.70086953  .00000339  00000-0  27468-3 0  8301
+2 20902 099.2765 184.9143 0079799 347.1783 158.5521 13.95777487144720
+1 20903U 90081BP  13117.58516683  .00000373  00000-0  17526-3 0  4528
+2 20903 098.8292 131.7034 0059857 067.7315 077.8662 14.24927668170076
+1 20904U 90081BQ  13116.57650594  .00000975  00000-0  38626-3 0  9186
+2 20904 098.5330 149.0106 0030839 107.5591 051.0709 14.30805056168185
+1 20905U 90081BR  13116.72125098  .00006896  00000-0  13803-2 0  6195
+2 20905 098.3202 205.0383 0006952 214.6675 298.4737 14.62109150178742
+1 20906U 90081BS  13116.86346705  .00000103  00000-0  13172-3 0  2608
+2 20906 099.0085 259.5299 0105877 238.0843 276.6737 13.80912536135934
+1 20907U 90081BT  13117.55208990  .00002584  00000-0  77192-3 0  4541
+2 20907 098.3678 133.3978 0014179 166.5748 339.6908 14.43730148173671
+1 20912U 90081BV  13116.64414528  .00000732  00000-0  33885-3 0  4579
+2 20912 098.7025 143.2504 0015558 301.3510 205.9025 14.23849610164702
+1 20913U 90081BW  13116.65293338  .00000530  00000-0  32223-3 0   358
+2 20913 098.9020 151.1584 0103681 239.6910 268.0825 14.07926705155710
+1 20915U 90081BY  13116.80566208  .00000391  00000-0  19854-3 0  9748
+2 20915 098.8138 140.6006 0037204 285.3812 126.6468 14.21294213166238
+1 20918U 90093A   13109.75073588 -.00000288  00000-0  10000-3 0  4435
+2 20918 009.4173 041.5405 0030482 078.1890 107.1330 00.99814645 78731
+1 20923U 90094A   13114.95909360  .00000053  00000-0  10000-3 0  9867
+2 20923 014.2127 021.8508 0005521 114.8390 245.1715 01.00304167 82308
+1 20926U 90094D   13115.79804448 -.00000105  00000-0  10000-3 0  3216
+2 20926 014.0681 021.4869 0038210 024.0563 336.0732 01.00866224 82817
+1 20945U 90100A   13115.49512052 -.00000047  00000-0  10000-3 0  8501
+2 20945 007.9852 052.8163 0006889 296.8143 063.0290 00.99185220 79633
+1 20946U 90100B   13116.02539622 -.00000105  00000-0  10000-3 0  8431
+2 20946 009.5021 051.2097 0001736 338.1196 021.7873 00.99145221 76703
+1 20947U 90100C   13116.47774288  .00004280  00000-0  17088-2 0  9463
+2 20947 007.7338 009.2400 6603252 105.2624 205.0273 03.15016306201312
+1 20953U 90102A   13116.46130414 -.00000021  00000-0  10000-3 0  8364
+2 20953 014.1334 022.0470 0001277 330.3587 029.5905 01.00264628 82276
+1 20959U 90103A   13117.15743569  .00000004  00000-0  00000+0 0  9499
+2 20959 054.3989 225.9240 0116377 337.7302 082.5650 02.00559646164182
+1 20962U 75100F   13114.63690526 -.00000211  00000-0  10000-3 0   236
+2 20962 012.0426 326.4923 0285694 294.6421 062.3340 01.01934014 87205
+1 20969U 90081CB  13116.09689363  .00001038  00000-0  42075-3 0  8374
+2 20969 098.6095 138.9589 0050176 230.3819 162.5338 14.29141209168436
+1 20971U 90081CD  13117.60098147  .00006844  00000-0  12137-2 0  4651
+2 20971 098.6311 321.2414 0008721 198.5497 194.4902 14.67572942181823
+1 20972U 90081CE  13116.06458307  .00001119  00000-0  47009-3 0  8357
+2 20972 098.6365 140.9086 0019102 200.7657 218.4033 14.27750786167447
+1 20973U 90081CF  13117.66650734  .00001999  00000-0  62958-3 0  7101
+2 20973 098.5440 112.1774 0052825 054.1486 001.2565 14.40662341175526
+1 20974U 90081CG  13117.75041369  .00000800  00000-0  37487-3 0  9864
+2 20974 098.7191 144.1038 0015647 337.3024 085.3001 14.22915496165782
+1 20978U 90105A   13117.46899304  .00000286  00000-0  10780-3 0  3301
+2 20978 098.4323 068.3496 0075529 147.4455 324.8100 14.36819674172996
+1 21006U 90110A   13117.47003565  .00000012  00000-0  00000+0 0  9793
+2 21006 064.2261 236.1794 0075070 184.0739 209.4500 02.13102201174245
+1 21007U 90110B   13117.18704752  .00000011  00000-0  00000+0 0   912
+2 21007 064.2513 236.4628 0041915 183.8511 194.6953 02.13101266174226
+1 21008U 90110C   13116.27328337  .00000007  00000-0  00000+0 0  3685
+2 21008 064.2285 236.2726 0010941 242.1185 184.9872 02.13099131173959
+1 21011U 90110F   13116.20323756  .00000007  00000-0  00000+0 0  1376
+2 21011 064.2250 235.7984 0004649 263.1949 117.7151 02.13259736174352
+1 21012U 90110G   13117.45421924  .00000078  00000-0  14764-3 0  8259
+2 21012 065.4947 089.3338 5644469 276.9446 292.7529 04.27710788347311
+1 21013U 90110H   13115.81965904  .00000179  00000-0  34866-3 0  8920
+2 21013 065.3521 230.4594 5463294 260.4978 308.0988 04.61101709362025
+1 21014U 90111A   13117.42458229  .00000133  00000-0  57976-4 0  4573
+2 21014 074.0485 072.1427 0028083 359.0489 148.3934 14.32931237169924
+1 21015U 90111B   13117.20529010  .00000123  00000-0  52043-4 0  3542
+2 21015 074.0535 028.5989 0022731 307.0517 207.0687 14.35366490269136
+1 21016U 90112A   13116.78557270  .00000010  00000-0  00000+0 0  1493
+2 21016 014.1286 022.5407 0006893 021.2413 156.2891 01.00232214 82134
+1 21019U 90112D   13116.45261561 -.00000370  00000-0  00000+0 0  3565
+2 21019 014.1610 022.6850 0031286 050.2617 066.5555 01.00028565 71997
+1 21028U 90114A   13116.81116641  .00000039  00000-0  15948-3 0  9169
+2 21028 082.5791 058.8199 0004805 032.2146 355.0952 12.62680767 29951
+1 21029U 90114B   13116.37895536  .00000043  00000-0  18045-3 0  9210
+2 21029 082.5708 045.1953 0001664 303.6161 205.9774 12.63428854 30516
+1 21030U 90114C   13116.86471332  .00000025  00000-0  76040-4 0  9265
+2 21030 082.5776 041.8964 0004664 193.8258 198.6488 12.64214388 31211
+1 21031U 90114D   13116.17748833  .00000031  00000-0  10718-3 0  9157
+2 21031 082.5786 036.4224 0008562 181.8131 299.7249 12.64903532 31674
+1 21032U 90114E   13116.75238794  .00000013  00000-0  12926-4 0  9358
+2 21032 082.5697 024.1819 0011941 159.0576 234.8034 12.65447952 32207
+1 21033U 90114F   13115.82671928  .00000025  00000-0  73343-4 0  9304
+2 21033 082.5765 021.8198 0016043 125.1228 266.5439 12.66248784 32736
+1 21034U 90114G   13116.58535109  .00000013  00000-0  17210-4 0  7495
+2 21034 082.5634 119.6826 0038572 313.9409 195.7674 12.55497928 24116
+1 21038U 90116A   13115.25565632 -.00000115  00000-0  00000+0 0  7362
+2 21038 014.1486 022.6958 0008238 022.8109 337.1757 01.00215170 81778
+1 21041U 90116D   13117.01594193 -.00000206  00000-0  10000-3 0  5269
+2 21041 014.6975 024.4325 0034704 337.6462 022.1533 00.97945081 79512
+1 21046U 90102D   13116.08077152 -.00000184  00000-0  10000-3 0  5418
+2 21046 014.7284 024.0253 0021604 071.3973 288.7850 00.97869095 71616
+1 21047U 91001A   13115.75328055 -.00000025  00000-0  10000-3 0  3122
+2 21047 011.6264 031.6696 0006744 056.7316 303.2624 00.98282813 80971
+1 21048U 91001B   13115.33593940  .00000141  00000-0 -38984-4 0  3169
+2 21048 018.4529 138.9560 1189419 109.1506 264.1193 11.85182471966705
+1 21049U 91001C   13116.28577839  .00000009  00000-0  20429-2 0  1112
+2 21049 025.4259 127.9376 7058581 048.3415 010.1371 02.26539727184604
+1 21052U 69069C   13110.01581637 -.00000198  00000-0  10000-3 0  1341
+2 21052 010.8267 321.9765 0132852 168.1670 192.0634 00.98180459 68103
+1 21055U 91003A   13116.14266316 -.00000357  00000-0  10000-3 0  8750
+2 21055 013.0375 036.9460 0013951 307.7674 052.0407 00.99970885 69205
+1 21056U 91003B   13116.27183092 -.00000036  00000-0  10000-3 0   323
+2 21056 011.5386 044.9541 0008630 019.7224 340.2328 00.98937981 68829
+1 21087U 91006A   13116.98343332  .00000097  00000-0  85976-4 0  5138
+2 21087 082.9431 081.6840 0033969 312.2880 079.1935 13.75128535116167
+1 21088U 91006B   13117.86823250  .00000111  00000-0  97529-4 0  6134
+2 21088 082.9436 063.5849 0021736 227.7824 165.9591 13.76874089117614
+1 21089U 91007A   13117.02513889  .00000039  00000-0  25584-4 0  3990
+2 21089 082.9214 300.2754 0028873 004.2773 152.6028 13.74552177114866
+1 21090U 91007B   13117.84266165 -.00000031  00000-0 -46933-4 0  6543
+2 21090 082.9204 283.8443 0019363 296.8001 063.1175 13.76197381116107
+1 21091U 91007C   13117.19236990  .00000234  00000-0  21355-3 0  6874
+2 21091 082.9296 273.3506 0026676 269.6658 152.9579 13.79096188117566
+1 21100U 91009A   13117.83172216 -.00000029  00000-0 -83291-4 0  9851
+2 21100 074.0307 216.0120 0010202 212.9615 295.4004 12.49896806 13371
+1 21101U 91009B   13117.45595324  .00000016  00000-0  21596-3 0   550
+2 21101 074.0294 294.7268 0018930 022.8725 027.2452 12.45999785 10156
+1 21102U 91009C   13117.81603407  .00000010  00000-0  17642-3 0  1713
+2 21102 074.0302 251.8934 0007003 326.5731 190.4009 12.48109092 11903
+1 21103U 91009D   13116.67907601 -.00000037  00000-0 -13464-3 0  7782
+2 21103 074.0292 178.3448 0014191 117.9660 027.3625 12.51853414 14794
+1 21104U 91009E   13116.58660015 -.00000036  00000-0 -12488-3 0  8716
+2 21104 074.0273 141.6204 0024229 074.1714 071.3006 12.53670350 16257
+1 21105U 91009F   13116.95209398  .00000004  00000-0  11838-3 0  8835
+2 21105 074.0309 071.4780 0043678 352.5993 041.2318 12.57104222 19088
+1 21106U 91009G   13117.28059480 -.00000014  00000-0  14586-4 0  9880
+2 21106 074.0331 034.8409 0052290 301.7704 203.9349 12.58885382 20561
+1 21107U 91009H   13115.52669249 -.00000008  00000-0  47895-4 0  9776
+2 21107 074.0280 107.5766 0033736 030.8186 116.3390 12.55426837 17558
+1 21108U 91009J   13116.52395104 -.00000159  00000-0 -13539-2 0  9138
+2 21108 074.0507 127.4932 0176349 285.2826 221.0972 12.18436577881226
+1 21109U 91009K   13115.84094963  .00000181  00000-0  18240-2 0  4156
+2 21109 074.0289 110.3963 0167792 292.0958 116.6316 12.19612175987873
+1 21110U 91009L   13117.71043065  .00000369  00000-0  39258-2 0  5008
+2 21110 074.0538 333.2397 0228370 164.7869 228.9695 12.08950557978914
+1 21111U 91010A   13114.79406505 -.00000094  00000-0  00000+0 0  6117
+2 21111 013.6174 026.9021 0009212 042.5965 143.0497 01.00284407 81288
+1 21115U 91009M   13117.60593661 -.00000090  00000-0 -72701-3 0  1687
+2 21115 074.0368 164.2132 0183394 340.2798 164.1156 12.16364496985907
+1 21118U 91012A   13117.63530760  .00002194  00000-0  49489-3 0  2995
+2 21118 061.6497 057.1483 7485521 275.2851 143.6407 02.00418539162633
+1 21121U 91012D   13116.21183852  .00000684  00000-0  19304-3 0  4906
+2 21121 062.2132 010.7842 7432737 278.6234 130.7211 02.05657595166600
+1 21126U 64053C   13116.63400135  .00000284  00000-0  76287-4 0  2018
+2 21126 065.0788 278.1677 0072954 318.5274 166.3619 14.63443886583244
+1 21128U 76067BY  13117.21104712  .00000487  00000-0  17949-2 0  2962
+2 21128 066.0398 188.6903 0687923 304.8791 075.2340 12.39611766 21477
+1 21129U 91010F   13113.99923343 -.00000026  00000-0  10000-3 0  2836
+2 21129 013.6119 026.4349 0019863 085.5985 274.5768 01.00151406 81593
+1 21130U 91013A   13116.92991807  .00000078  00000-0  62173-4 0  6937
+2 21130 082.8285 251.3259 0064700 316.9634 191.2824 13.78376852114988
+1 21131U 91013B   13115.85239147  .00000117  00000-0  96962-4 0  2361
+2 21131 082.8281 234.5422 0062954 254.8090 252.4499 13.80011255116116
+1 21132U 91014A   13116.28151203 -.00000020  00000-0  10000-3 0  6330
+2 21132 014.6472 023.3322 0005359 036.4492 323.5393 01.00168101 81184
+1 21135U 91014D   13115.36246925 -.00000113  00000-0  10000-3 0  2561
+2 21135 013.9146 020.6754 0028104 011.0822 348.9352 01.03431551 83728
+1 21136U 91009N   13117.57128009 -.00000052  00000-0 -45752-3 0  2041
+2 21136 073.9955 145.1803 0285669 086.2141 056.0946 11.96834652969945
+1 21137U 91009P   13117.56543112  .00000005  00000-0  19608-3 0   738
+2 21137 074.0411 129.8636 0151706 305.6010 201.4175 12.18024298986430
+1 21138U 91009Q   13116.00703631 -.00000009  00000-0  45586-4 0   809
+2 21138 074.0808 294.8624 0216637 014.4284 129.1778 12.29123485996306
+1 21139U 91015A   13116.27282677 -.00000080  00000-0  10000-3 0  8515
+2 21139 006.7311 058.6984 0005823 261.5856 098.2543 00.98509389 69059
+1 21140U 91015B   13116.39748955 -.00000062  00000-0  10000-3 0  5018
+2 21140 013.5896 033.6119 0005194 121.0735 238.9128 00.98451179 82954
+1 21149U 91018A   13117.43508919  .00000095  00000-0  00000+0 0  5009
+2 21149 008.7885 042.8732 0003529 002.1029 185.2543 01.00269303 81106
+1 21151U 91018C   13115.63553058  .00008730  00000-0  92532-3 0  6387
+2 21151 023.2085 228.7926 4459429 011.1241 065.5082 06.57113926401512
+1 21152U 91019A   13117.53542199  .00000092  00000-0  80600-4 0   330
+2 21152 082.9265 262.0042 0043135 122.0210 307.3268 13.74100526109340
+1 21153U 91019B   13115.86634188  .00000142  00000-0  13041-3 0  5071
+2 21153 082.9258 247.5687 0030029 056.9742 113.2584 13.75662123110589
+1 21154U 91009R   13116.77855696  .00000247  00000-0  30167-2 0  1104
+2 21154 074.2586 228.0801 0194498 176.8051 338.1499 12.00956255973451
+1 21155U 91009S   13116.19089587 -.00000047  00000-0 -26659-3 0   830
+2 21155 073.9214 170.5776 0143164 110.8152 285.8505 12.30636493997524
+1 21156U 91009T   13115.45205569 -.00000019  00000-0 -28504-4 0  1156
+2 21156 073.9116 101.4283 0146443 041.1806 102.2026 12.33826559997377
+1 21157U 91009U   13116.06405654 -.00000052  00000-0 -31999-3 0   980
+2 21157 073.9508 314.2609 0174888 239.1367 268.4525 12.24087471989589
+1 21158U 91009V   13116.87283640  .00000306  00000-0  32450-2 0   273
+2 21158 074.1013 247.5931 0142013 006.1026 138.3010 12.13855826981344
+1 21159U 91009W   13117.75970289 -.00000050  00000-0 -29419-3 0   498
+2 21159 073.9425 213.2577 0143806 132.1514 012.5535 12.28981666993704
+1 21160U 91009X   13116.24004279 -.00000004  00000-0  87982-4 0   915
+2 21160 074.0435 001.4040 0131230 154.6097 353.8274 12.24702561990084
+1 21161U 91009Y   13116.53319899 -.00000017  00000-0 -14285-4 0   668
+2 21161 074.0702 124.1283 0132765 256.4442 250.5276 12.19388344985827
+1 21162U 91009Z   13116.50241564  .00000016  00000-0  25988-3 0   847
+2 21162 073.9781 260.9450 0137179 131.0891 263.2210 12.27777897992616
+1 21163U 91009AA  13116.31199451 -.00000048  00000-0 -27286-3 0  3588
+2 21163 073.9435 192.3908 0138586 103.0623 327.0877 12.30516921994538
+1 21164U 91009AB  13116.85907139  .00000054  00000-0  63071-3 0   717
+2 21164 074.0477 056.4090 0126344 216.4411 178.5052 12.21982930986679
+1 21165U 91009AC  13116.50112644 -.00000278  00000-0 -27155-2 0  2050
+2 21165 074.1627 317.6076 0160120 351.1581 038.0175 12.12100796979804
+1 21166U 91009AD  13117.13667759 -.00000102  00000-0 -83169-3 0   640
+2 21166 074.0600 123.4280 0123022 274.7186 115.0818 12.19131000985666
+1 21167U 91009AE  13116.71916972 -.00000022  00000-0 -61921-4 0   721
+2 21167 073.9159 192.5425 0136779 148.8984 356.6131 12.29262938993837
+1 21168U 91009AF  13116.78120434 -.00000034  00000-0 -14844-3 0  1601
+2 21168 073.8978 211.3835 0198480 200.1461 307.4608 12.27628589992434
+1 21169U 91009AG  13116.81112650  .00000020  00000-0  31713-3 0   939
+2 21169 073.9992 009.7666 0132243 237.4049 154.0826 12.22821848988625
+1 21170U 91009AH  13115.99112926 -.00000251  00000-0 -24244-2 0  1495
+2 21170 074.1110 272.1516 0151297 017.5260 129.2753 12.12912910980494
+1 21171U 91009AJ  13116.17127204 -.00000090  00000-0 -66421-3 0   801
+2 21171 073.9547 001.3194 0194019 293.2189 212.9762 12.21671365987619
+1 21172U 91009AK  13117.63163312  .00000002  00000-0  14049-3 0   769
+2 21172 074.0335 298.3064 0133427 085.3747 342.3972 12.27638902992610
+1 21173U 91009AL  13116.63713372  .00000071  00000-0  81300-3 0   463
+2 21173 074.1081 151.3272 0137061 229.0005 279.5234 12.19188520985656
+1 21174U 91009AM  13116.67124303 -.00000166  00000-0 -17033-2 0  4976
+2 21174 074.0877 154.2177 0278626 326.2217 182.8544 11.99108436969267
+1 21175U 91009AN  13117.78428396 -.00000023  00000-0 -69805-4 0   782
+2 21175 073.9366 217.4219 0146579 147.0284 358.3989 12.28529730993360
+1 21176U 91009AP  13115.63908928 -.00000215  00000-0 -18481-2 0   571
+2 21176 074.0604 140.8785 0207010 282.9107 227.9291 12.17994987984596
+1 21177U 91009AQ  13116.94161964 -.00000251  00000-0 -24142-2 0   377
+2 21177 074.1073 259.9558 0145355 009.5342 136.5232 12.13425955981019
+1 21178U 91009AR  13115.81092394 -.00000104  00000-0 -87432-3 0   541
+2 21178 074.0974 199.8028 0141208 307.2398 203.2842 12.16274219985870
+1 21179U 91009AS  13116.54319911 -.00000142  00000-0 -12656-2 0   288
+2 21179 073.9867 135.4328 0121341 041.0229 102.6367 12.16185794985908
+1 21180U 91009AT  13116.07841972  .00000049  00000-0  54348-3 0  4479
+2 21180 074.0642 317.1254 0108179 059.7917 084.8310 12.28316569991426
+1 21181U 91009AU  13115.76904547  .00000031  00000-0  41728-3 0  2807
+2 21181 073.9509 355.4344 0204484 291.2187 099.0728 12.22167626987709
+1 21182U 91009AV  13117.21070265 -.00000012  00000-0  30627-4 0  3450
+2 21182 074.0011 046.8733 0154561 278.5661 230.9631 12.21385962987060
+1 21183U 91009AW  13116.46949906  .00000040  00000-0  56350-3 0  8033
+2 21183 074.1814 091.5683 0216632 113.8774 031.6317 12.05519037973446
+1 21184U 91009AX  13117.49486331  .00000086  00000-0  96367-3 0   715
+2 21184 074.0229 099.3022 0133285 303.8394 204.0343 12.19050823984388
+1 21185U 91009AY  13116.50868164 -.00000117  00000-0 -97691-3 0   140
+2 21185 074.0197 152.4126 0205041 002.2244 144.3193 12.16069662982704
+1 21186U 91009AZ  13116.53929163 -.00000252  00000-0 -24376-2 0  1668
+2 21186 074.1034 271.2101 0148377 030.3840 001.5562 12.12845397980278
+1 21187U 91009BA  13116.82489611  .00000391  00000-0  42759-2 0  9812
+2 21187 074.2463 065.4299 0177034 352.7880 038.3343 12.09131649977325
+1 21196U 91022A   13117.17316028 -.00000318  00000-0  39140-3 0  8121
+2 21196 061.9611 036.1110 7499928 278.7603 317.1208 02.01210129161927
+1 21199U 91022D   13116.67222846 -.00001173  00000-0  30946-3 0  4752
+2 21199 062.4947 346.9126 7416310 280.4963 026.3374 02.05806398166011
+1 21208U 91009BB  13116.19142638 -.00000058  00000-0 -35228-3 0  1088
+2 21208 073.9580 203.1208 0149633 094.5984 281.5864 12.30523230991529
+1 21209U 91009BC  13116.80728954 -.00000030  00000-0 -14093-3 0  1883
+2 21209 074.0408 020.4992 0134646 182.1928 212.9525 12.23637999986370
+1 21210U 91009BD  13115.73459765 -.00000188  00000-0 -16781-2 0  1392
+2 21210 074.0945 178.6352 0137661 287.6062 221.7611 12.17359722981191
+1 21211U 91009BE  13116.20851561  .00000076  00000-0  83295-3 0  3500
+2 21211 074.0949 148.9218 0201525 239.8621 191.2911 12.19089695982330
+1 21212U 91009BF  13117.83197914  .00000143  00000-0  16320-2 0   603
+2 21212 074.1586 048.9613 0232260 098.4794 298.7864 12.06811262972964
+1 21216U 91025A   13116.93478767  .00000065  00000-0  00000+0 0  6685
+2 21216 064.0654 110.9226 0014642 215.8128 175.9574 02.13103192171744
+1 21217U 91025B   13116.11399187  .00000071  00000-0  00000+0 0    67
+2 21217 064.0571 110.8864 0022552 226.5270 168.0393 02.13101208171711
+1 21218U 91025C   13115.37977347  .00000078  00000-0  00000+0 0  5124
+2 21218 064.0521 110.8446 0007579 264.8499 240.2035 02.13103276171705
+1 21220U 91025F   13117.37210275  .00000476  00000-0  50413-3 0  1438
+2 21220 064.7807 269.2320 5702305 339.7500 012.8083 04.38707451346356
+1 21221U 91025E   13115.95296047  .00000072  00000-0  00000+0 0  2607
+2 21221 064.0594 110.7074 0012409 220.8813 172.4606 02.13165505171775
+1 21222U 91026A   13115.80217335 -.00000040  00000-0  10000-3 0  9299
+2 21222 008.9421 052.6688 0009085 307.7106 052.1224 00.99126513 69531
+1 21223U 91026B   13116.87400891  .00000369  00000-0  16748-2 0  3133
+2 21223 004.3177 007.9621 7184712 102.7697 164.3130 02.30142543161775
+1 21226U 91025G   13117.75820249  .00016181  00000-0  13493-2 0  7043
+2 21226 064.6109 260.5422 4963666 330.3337 177.7096 05.73075936370545
+1 21227U 91028A   13116.18826664 -.00000338  00000-0  10000-3 0  9165
+2 21227 008.4222 053.6093 0002027 305.0141 054.8787 00.99572182 78596
+1 21228U 91028B   13116.53665721  .00000731  00000-0  25565-3 0  9911
+2 21228 023.9980 140.2672 1147119 271.3130 266.9592 12.52368295  7910
+1 21229U 91028C   13115.33314174 -.00000084  00000-0  00000+0 0  4721
+2 21229 021.8812 223.0081 6887629 313.4407 008.8079 02.19698421176945
+1 21230U 91029A   13116.73141822  .00000026  00000-0  12411-4 0  4502
+2 21230 082.9569 176.5138 0037066 237.4941 271.6205 13.72998721103929
+1 21231U 91029B   13116.19182144  .00000030  00000-0  15361-4 0  3359
+2 21231 082.9506 149.2595 0036335 135.2258 288.9307 13.75564912105761
+1 21232U 91030A   13116.72872405  .00000444  00000-0  11280-2 0   492
+2 21232 082.5442 338.8852 0011912 264.4280 124.8469 13.16611063 57783
+1 21233U 91030B   13116.68391993 -.00000094  00000-0 -27994-3 0  8958
+2 21233 082.5478 344.2610 0015643 286.9909 106.2405 13.16308620 57504
+1 21234U 91009CT  13116.19483587  .00000026  00000-0  32970-3 0  9079
+2 21234 074.0077 203.7127 0125815 013.3676 017.3643 12.32239673995509
+1 21249U 91009BG  13116.42000796  .00000081  00000-0  88288-3 0   578
+2 21249 074.0722 075.9315 0124396 198.9748 308.6226 12.22056939987711
+1 21250U 91009BH  13117.57267642  .00000098  00000-0  10793-2 0  1789
+2 21250 074.0582 138.3010 0142319 291.0386 215.5598 12.18478191984999
+1 21251U 91009BJ  13116.99735480  .00000123  00000-0  10655-2 0  7079
+2 21251 073.9531 104.3326 0149412 335.4502 058.1327 12.35531696998398
+1 21252U 91009BK  13117.84931823  .00000073  00000-0  77299-3 0  1890
+2 21252 074.1077 050.7962 0125627 111.4565 284.9756 12.24486343989740
+1 21253U 91009BL  13117.82352369 -.00000217  00000-0 -20316-2 0   170
+2 21253 074.1146 241.5973 0147787 335.7136 168.9223 12.14513196981980
+1 21254U 91009BM  13116.13652557 -.00000030  00000-0 -88685-4 0  1524
+2 21254 073.8912 335.6613 0188917 291.6553 215.7373 12.39264791  1742
+1 21255U 90111C   13117.05166527  .00000614  00000-0  19656-3 0  2468
+2 21255 074.0403 340.2717 0014563 235.7068 278.4659 14.41643087172615
+1 21256U 91009BN  13117.79043887  .00000058  00000-0  97729-3 0  2177
+2 21256 073.9810 016.0841 0246289 057.8327 337.6864 11.83848313953621
+1 21257U 81053MT  13115.70779817  .00000192  00000-0  18090-3 0  1479
+2 21257 082.9181 292.2465 0032133 329.2578 149.7576 13.76360219113783
+1 21263U 91032A   13117.52620483  .00000029  00000-0  30781-4 0  8029
+2 21263 098.7004 143.3053 0013647 012.3785 150.9899 14.25558042141339
+1 21268U 75052D   13116.60087101  .00000505  00000-0  15046-2 0  7719
+2 21268 099.7983 124.1958 0201794 114.2597 031.9725 13.05731342 47454
+1 21269U 75052E   13116.20910601  .00000120  00000-0  37135-3 0  2134
+2 21269 099.7713 239.0177 0119864 207.6042 229.8022 13.22675424 60914
+1 21270U 75052F   13115.51044819  .00000262  00000-0  12024-2 0  2718
+2 21270 099.4337 281.4823 0452934 020.3665 010.8928 12.56596751  5433
+1 21271U 75052G   13116.98981498  .00000012  00000-0  13473-3 0  8836
+2 21271 099.5877 264.2627 0258087 143.2153 004.1451 13.01122815 43622
+1 21272U 75052H   13116.08025885 -.00000065  00000-0 -81429-4 0  6832
+2 21272 099.8312 325.2397 0309272 192.5629 297.3904 12.92488090969636
+1 21273U 75052J   13117.65942517 -.00000022  00000-0  46308-4 0  2898
+2 21273 100.3150 341.3642 0035466 276.2214 116.3466 13.37422682852086
+1 21275U 75052L   13116.85126294  .00000087  00000-0  20448-3 0  3265
+2 21275 100.0601 255.4778 0034611 088.0143 070.5379 13.51106789 83995
+1 21276U 75052M   13116.55629414 -.00000015  00000-0  63781-4 0  1768
+2 21276 100.4846 304.0749 0045918 344.5538 048.1115 13.35135281 71403
+1 21277U 75052N   13116.19809605  .00000041  00000-0  19885-3 0  4071
+2 21277 099.7581 188.2600 0132770 341.0733 077.8267 13.18304750 57524
+1 21278U 75052P   13116.01151414  .00000128  00000-0  56132-3 0  6367
+2 21278 099.8085 108.0050 0388577 237.8450 153.3605 12.76494503 24068
+1 21279U 75052Q   13116.20674589  .00000014  00000-0  83182-4 0  2133
+2 21279 099.8553 347.9418 0055288 312.2310 194.5542 13.56657775 88264
+1 21280U 75052R   13117.68906206  .00000005  00000-0  72904-4 0  2086
+2 21280 099.9264 349.1298 0051272 014.2698 018.0356 13.55246333 87448
+1 21281U 75052S   13116.79750903  .00000006  00000-0  98018-4 0  1892
+2 21281 099.8809 184.3405 0056259 314.8922 195.1325 13.33687531 70137
+1 21282U 75052T   13117.52151179  .00000046  00000-0  19411-3 0  2338
+2 21282 099.6852 287.0855 0100726 136.5575 256.7964 13.24300510 62780
+1 21283U 75052U   13117.10456682  .00000296  00000-0  10150-2 0  9941
+2 21283 099.7104 296.0394 0241393 312.8715 197.6194 12.97096533 40657
+1 21284U 75052V   13115.77267973  .00000048  00000-0  19018-3 0  2396
+2 21284 099.8356 015.9558 0077260 332.7561 058.7476 13.30499069 67319
+1 21285U 75052W   13116.20380331 -.00000055  00000-0 -14699-4 0  2166
+2 21285 100.2702 339.0282 0020166 074.5113 072.9701 13.40932394 75977
+1 21286U 75052X   13115.88160821  .00000020  00000-0  12679-3 0  1401
+2 21286 099.8463 058.4389 0053461 196.5122 196.4166 13.33195201 69862
+1 21287U 75052Y   13115.81159963 -.00000031  00000-0  24295-4 0   826
+2 21287 099.7982 199.3845 0130596 348.4067 158.5132 13.17730597 57483
+1 21288U 75052Z   13117.17950781  .00000022  00000-0  21048-3 0  2592
+2 21288 099.6422 330.5850 0355664 216.5254 295.1917 12.75304704 23443
+1 21289U 75052AA  13115.86973135 -.00000468  00000-0 -12587-2 0  4310
+2 21289 099.9218 089.8600 0245858 030.8898 001.8032 12.98917537 41383
+1 21290U 75052AB  13117.79387560  .00000017  00000-0  21890-3 0  2760
+2 21290 099.5495 221.9539 0512888 016.8129 124.7311 12.42802391996934
+1 21291U 75052AC  13117.00282303  .00000141  00000-0  16987-3 0  2639
+2 21291 099.8002 014.6787 0140988 320.8723 156.8153 13.79958361105426
+1 21292U 75052AD  13116.11425602  .00000379  00000-0  51089-3 0  1704
+2 21292 099.7185 256.8057 0228640 197.4542 217.7612 13.56080198 86599
+1 21293U 75052AE  13117.14932082  .00000033  00000-0  23073-3 0  3514
+2 21293 099.8594 322.8200 0272798 224.0444 286.3504 12.90806633 34109
+1 21294U 75052AF  13117.18551986  .00000410  00000-0  14129-2 0  8884
+2 21294 099.8183 324.6314 0248257 135.0391 014.0677 12.93532301 36161
+1 21295U 75052AG  13116.53589616  .00000136  00000-0  32703-3 0  4143
+2 21295 100.1799 309.8252 0020613 086.5568 307.7075 13.41414426 74164
+1 21296U 75052AH  13116.64760318  .00000212  00000-0  63987-3 0  6972
+2 21296 099.6075 345.4355 0235555 249.6155 142.6027 13.09116538 48263
+1 21297U 75052AJ  13115.88526612  .00000080  00000-0  25103-3 0  3467
+2 21297 099.8422 068.2266 0069996 304.8428 088.0528 13.32286964 67069
+1 21299U 91033A   13115.59915406  .00000011  00000-0  14811-5 0  9227
+2 21299 082.5714 136.2765 0012986 154.3913 352.9136 12.63804073 12336
+1 21300U 91033B   13116.12361145 -.00000015  00000-0 -14592-3 0  9113
+2 21300 082.5758 152.6433 0004575 168.8411 244.3864 12.62274173 11151
+1 21301U 91033C   13116.16607912 -.00000015  00000-0 -13948-3 0   141
+2 21301 082.5655 138.8837 0008120 172.5595 252.5566 12.63035555 11775
+1 21302U 91033D   13117.10498909  .00000021  00000-0  54156-4 0  9254
+2 21302 082.5724 130.0685 0016222 141.6874 251.1649 12.64445103 13029
+1 21303U 91033E   13116.59397608  .00000020  00000-0  48544-4 0  9298
+2 21303 082.5633 118.4625 0019399 127.2407 023.3492 12.65036177 13420
+1 21304U 91033F   13117.10652744  .00000047  00000-0  19187-3 0  9213
+2 21304 082.5698 114.9268 0023912 096.7836 292.7309 12.65861641 14149
+1 21305U 91033G   13117.75708815  .00000008  00000-0 -14327-4 0  7393
+2 21305 082.5677 213.0316 0036567 305.1261 224.4388 12.54787871  5410
+1 21317U 75052AK  13111.46645736  .00001457  00000-0  29516-2 0  5012
+2 21317 100.0736 079.5517 0232453 197.8766 292.7721 13.25907168 41962
+1 21318U 75052AL  13117.17648233  .00002754  00000-0  14454-2 0  4770
+2 21318 099.3851 082.5260 0206278 181.4975 301.5485 14.04715349106310
+1 21319U 75052AM  13117.54216374  .00000416  00000-0  12216-2 0  4664
+2 21319 099.6728 339.9668 0240135 076.0570 341.9001 13.04839254 44288
+1 21320U 75052AN  13116.84412407  .00000392  00000-0  45812-3 0  3035
+2 21320 099.4941 256.2251 0129396 268.1293 241.6032 13.71456016 97435
+1 21324U 75052AS  13117.71507214  .00001346  00000-0  33844-2 0  9753
+2 21324 099.5802 197.6495 0329073 187.8695 338.2206 13.03417061 39592
+1 21325U 75052AT  13117.74167416  .00001603  00000-0  14654-2 0  6169
+2 21325 099.7491 182.5668 0125345 275.4348 232.2722 13.81301045 96723
+1 21326U 75052AU  13117.65018988  .00000065  00000-0  20308-3 0  5231
+2 21326 100.3294 327.2366 0031541 112.0208 279.3360 13.40480479 73080
+1 21327U 75052AV  13116.70515612  .00000089  00000-0  40377-3 0  3909
+2 21327 099.7203 179.2495 0281109 167.9901 339.1413 12.89471369 32670
+1 21328U 75052AW  13117.63782272  .00019443  00000-0  28623-2 0  8246
+2 21328 099.6926 140.6468 0055746 138.8658 008.2160 14.74382845137110
+1 21329U 75052AX  13115.69625784  .00002469  00000-0  16187-2 0  1026
+2 21329 099.7136 104.8383 0253671 179.2969 237.6177 13.88564788 93731
+1 21330U 75052AY  13116.11058657  .00000213  00000-0  40986-3 0  2510
+2 21330 100.4683 321.1543 0309735 199.2631 309.4869 13.32508109 66036
+1 21331U 75052AZ  13117.67368297 -.00000023  00000-0  43448-4 0  2884
+2 21331 100.2904 340.7468 0026461 160.3457 231.8970 13.39253060 74749
+1 21332U 91009CP  13113.51484817  .00000469  00000-0  47653-2 0   950
+2 21332 074.2013 303.2116 0140509 275.5207 112.0831 12.16039557935409
+1 21333U 75052BB  13116.65292119 -.00000016  00000-0  49767-4 0  3638
+2 21333 099.9994 338.8584 0004100 043.8240 349.2155 13.44897734 79148
+1 21335U 75052BD  13116.83895765  .00007496  00000-0  86131-2 0  7306
+2 21335 099.1240 065.6969 0075455 068.1258 326.2970 13.68516525 77755
+1 21336U 75052BE  13117.00973968  .00000800  00000-0  17844-2 0  1513
+2 21336 099.1968 098.5414 0172815 052.0606 340.1714 13.24846618 53970
+1 21338U 75052BG  13117.44670609  .00000011  00000-0  10286-3 0  2451
+2 21338 099.5310 271.5296 0060223 359.5833 033.6849 13.34369516 68724
+1 21339U 75052BH  13115.78744834  .00000267  00000-0  11008-2 0  1835
+2 21339 099.5890 230.8445 0376876 257.2419 264.3086 12.72919353 19059
+1 21340U 75052BJ  13117.35521337  .00138108  00000-0  38296-1 0  9452
+2 21340 098.5222 264.9462 0193734 171.7254 251.7395 14.35282540 65284
+1 21341U 75052BK  13117.17371272 -.00000528  00000-0 -18508-2 0  3864
+2 21341 099.7429 176.0624 0501378 100.7096 298.3673 12.57311887  6744
+1 21342U 75052BL  13116.08829454  .00001036  00000-0  50098-3 0  8290
+2 21342 100.0093 146.4663 0169733 292.2730 099.8180 14.13940842123086
+1 21343U 75052BM  13115.89880159  .00004394  00000-0  31455-2 0  2512
+2 21343 098.7468 237.2799 0126691 135.6349 010.8623 13.93827635 95946
+1 21345U 75052BP  13117.69574572  .00000301  00000-0  89959-3 0  2240
+2 21345 099.3750 159.2427 0193455 097.4978 048.4174 13.08704581 46657
+1 21346U 75052BQ  13116.42355027  .00008668  00000-0  97913-2 0  9859
+2 21346 099.7440 271.1831 0243978 082.7726 313.3547 13.58762853 61639
+1 21347U 75052BR  13116.73759903  .00004268  00000-0  80127-2 0  6549
+2 21347 099.3697 000.2831 0463875 132.2552 264.5346 13.04422315 34225
+1 21348U 75052BS  13117.74176883  .00018018  00000-0  45212-2 0  2902
+2 21348 099.3987 268.6701 0040071 242.5884 232.5955 14.50891125117455
+1 21350U 75052BU  13117.80787260  .00008411  00000-0  33962-2 0  4478
+2 21350 099.4439 177.1817 0018307 067.9344 356.0485 14.28070496112012
+1 21351U 75052BV  13117.87142684 -.00000009  00000-0  71103-4 0  2230
+2 21351 099.8988 047.8391 0064833 291.9976 098.4435 13.31256036 65996
+1 21352U 75052BW  13115.32493192  .00001847  00000-0  43590-2 0  5300
+2 21352 099.5357 222.8398 0296655 308.9447 081.0905 13.10174115 44044
+1 21353U 75052BX  13116.78415153 -.00000105  00000-0 -35962-3 0  2415
+2 21353 099.5566 199.0156 0523068 121.0983 022.8423 12.40164242992833
+1 21354U 75052BY  13117.68027543  .00000171  00000-0  44077-3 0  8142
+2 21354 099.5212 002.2390 0239979 302.3904 088.8475 13.21735498 53372
+1 21355U 75052BZ  13115.91881319 -.00000117  00000-0 -20248-3 0   997
+2 21355 099.6485 086.8263 0150896 049.6216 344.8554 13.13910076 51931
+1 21356U 75052CA  13116.90642186  .00000104  00000-0  30470-3 0  2674
+2 21356 099.6136 271.5012 0092387 286.0552 229.5932 13.29740243 64375
+1 21358U 75052CC  13117.32818314  .00000350  00000-0  99276-3 0  9401
+2 21358 099.6498 020.8717 0171101 115.3045 007.0595 13.13035605 50032
+1 21359U 75052CD  13117.75560895  .00006244  00000-0  19231-2 0  2882
+2 21359 099.5490 188.9487 0082076 218.9579 288.4276 14.39934361126163
+1 21360U 75052CE  13117.76840769 -.00000035  00000-0  15950-4 0  2032
+2 21360 099.8291 012.3234 0077383 358.4623 032.5752 13.29151277 64413
+1 21361U 75052CF  13116.90903009  .00001231  00000-0  75238-2 0  4409
+2 21361 099.6268 089.2269 0722622 038.2443 356.3341 11.97763176955772
+1 21362U 75052CG  13116.92980494  .00001925  00000-0  69733-2 0  1506
+2 21362 099.5669 095.3497 0660515 051.5738 344.6434 12.38855469984717
+1 21363U 75052CH  13116.87550086 -.00000198  00000-0 -42483-3 0  3577
+2 21363 099.7369 050.3810 0174507 223.5681 167.6127 13.09617288 48397
+1 21364U 75052CJ  13117.83629508  .00000355  00000-0  12091-2 0  8716
+2 21364 099.6908 201.7889 0252117 348.6875 159.5951 12.95239532 36086
+1 21365U 75052CK  13117.50870043  .00000519  00000-0  16885-2 0  9889
+2 21365 099.6864 278.7438 0231421 250.2373 139.6417 12.97818045 39025
+1 21366U 75052CL  13117.17974547  .00000051  00000-0  17332-3 0  5029
+2 21366 100.2278 337.9661 0022824 104.7011 041.8240 13.42133784 73989
+1 21367U 75052CM  13116.17877441  .00000003  00000-0  94908-4 0  2674
+2 21367 099.8140 010.4195 0074127 326.0263 181.4479 13.30284433 64583
+1 21368U 75052CN  13116.11646937 -.00000031  00000-0  18775-4 0   817
+2 21368 099.8199 323.1151 0076891 136.9444 008.9571 13.58885180 87816
+1 21369U 75052CP  13117.62799731  .00002363  00000-0  13445-2 0   508
+2 21369 099.6736 008.7579 0109219 253.0369 163.6490 14.07978276111080
+1 21370U 75052CQ  13117.82999260 -.00000005  00000-0  81631-4 0  2509
+2 21370 099.9633 045.0219 0080893 077.0977 316.7278 13.27740626 63180
+1 21371U 75052CR  13116.04901206  .00000070  00000-0  27755-3 0  1300
+2 21371 099.6930 147.4991 0153819 124.3157 291.9261 13.13836258 51777
+1 21372U 75052CS  13116.92525698  .00000067  00000-0  22942-3 0  3261
+2 21372 100.3546 250.4393 0061949 061.8050 083.7242 13.32864931 66818
+1 21373U 75052CT  13116.88937399  .00000049  00000-0  18810-3 0  3777
+2 21373 099.7547 099.7230 0074749 313.3808 075.4215 13.31567985 65717
+1 21374U 75052CU  13117.40242561  .00000620  00000-0  74741-3 0  1843
+2 21374 099.5506 277.7159 0270864 124.2487 308.9879 13.55915277 82443
+1 21377U 75052CX  13117.58807939  .00001052  00000-0  21308-2 0  2279
+2 21377 100.0215 127.1790 0244139 198.2800 310.4254 13.25670756 56179
+1 21380U 75052DA  13117.77475840  .00000156  00000-0  26608-3 0  9254
+2 21380 099.5627 201.2717 0056482 167.0292 339.2981 13.59455928 86309
+1 21381U 75052DB  13117.67496547  .00016851  00000-0  52612-2 0  7341
+2 21381 098.5011 257.1979 0013569 171.7190 314.3578 14.40784816111761
+1 21382U 75052DC  13117.14733762  .00004510  00000-0  92730-2 0  9051
+2 21382 099.7551 329.8456 0456253 131.4479 013.6584 13.00045701 22243
+1 21383U 75052DD  13117.56938885  .00000050  00000-0  32291-3 0  1370
+2 21383 099.6531 306.1771 0365056 324.3437 064.3387 12.72347880 18325
+1 21384U 75052DE  13117.56219174  .00000179  00000-0  66739-3 0  4238
+2 21384 099.6235 140.4538 0301590 143.6944 347.8203 12.90000596 32237
+1 21386U 75052DG  13116.91682398  .00000469  00000-0  10828-2 0  5049
+2 21386 099.5423 105.3667 0187416 178.5193 211.2546 13.24025998 57144
+1 21387U 75052DH  13116.12061122  .00000213  00000-0  43490-3 0  8557
+2 21387 099.3896 273.3018 0046091 299.1948 124.7817 13.44177145 74630
+1 21388U 75052DJ  13116.48115148  .00000086  00000-0  19978-3 0  4980
+2 21388 099.4773 086.8965 0071560 325.9962 180.7319 13.49770647 79889
+1 21392U 91037A   13115.70484739 -.00000177  00000-0  10000-3 0  6144
+2 21392 010.7079 047.8504 0002356 076.3697 283.5764 00.99015365 79217
+1 21393U 91037B   13117.19204788  .00003134  00000-0  25620-3 0  4949
+2 21393 024.9851 051.3487 0978664 147.5952 218.8619 13.35335000 47616
+1 21394U 91037C   13115.95725618 -.00000172  00000-0  00000+0 0  5168
+2 21394 024.2178 315.5646 6842120 120.2010 009.0171 02.22012229177762
+1 21397U 91039A   13116.59832861  .00000968  00000-0  10064-3 0  9344
+2 21397 082.5214 131.9551 0017947 240.3416 119.6016 14.88781796184386
+1 21398U 91039B   13117.20835382  .00000207  00000-0  24856-4 0  4138
+2 21398 082.5249 192.9198 0023434 097.3142 296.4556 14.78838138180373
+1 21400U 91009BP  13117.44185535  .00000044  00000-0  44590-3 0  7377
+2 21400 073.9686 083.6553 0185918 288.5081 219.4720 12.36495405926463
+1 21401U 91009BQ  13116.82363163  .00000066  00000-0  79175-3 0   581
+2 21401 074.1348 218.3719 0143893 274.0805 234.2541 12.16614886983455
+1 21402U 91009BR  13117.50466370 -.00000141  00000-0 -12143-2 0    51
+2 21402 074.0242 123.4168 0135283 328.6155 176.2767 12.18086139984575
+1 21403U 91009BS  13116.31970464 -.00000070  00000-0 -45530-3 0   164
+2 21403 073.9357 180.8161 0135209 103.7583 329.9145 12.31064180994010
+1 21404U 91009BT  13117.11803880 -.00000058  00000-0 -29712-3 0  1511
+2 21404 073.9604 348.5708 0186475 185.9704 331.2524 12.41081958  1697
+1 21405U 91009BU  13117.83469906 -.00000001  00000-0  12795-3 0   595
+2 21405 073.9597 065.7301 0226305 352.0284 039.4770 12.18537839983656
+1 21406U 91009BV  13117.60496979  .00000013  00000-0  22712-3 0   931
+2 21406 073.9137 165.3804 0133434 118.4712 002.8348 12.31103388990209
+1 21407U 91009BW  13116.04602971  .00000062  00000-0  60994-3 0  5089
+2 21407 073.8507 107.0018 0174463 145.5127 250.8688 12.31983407995528
+1 21408U 91009BX  13115.71799716 -.00000267  00000-0 -24288-2 0  2033
+2 21408 074.0260 172.9720 0201806 020.2215 126.2082 12.15503014982230
+1 21418U 91041A   13117.12472927  .00000071  00000-0  36661-4 0  2636
+2 21418 074.0371 221.9775 0016038 092.0087 337.5233 14.31203698142399
+1 21419U 91041B   13117.71072441  .00000065  00000-0  32614-4 0  2412
+2 21419 074.0406 183.1231 0040160 119.3757 026.7056 14.33337533143866
+1 21420U 91041C   13115.67909251  .00000521  00000-0  18023-3 0  2565
+2 21420 074.0691 197.9626 0006736 282.7452 229.5362 14.38169308144124
+1 21422U 91042A   13117.79497139  .00000922  00000-0  95097-4 0  5622
+2 21422 082.5029 242.2367 0013608 293.1738 066.8046 14.89087320183325
+1 21423U 91042B   13117.65405473  .00000313  00000-0  39251-4 0  3754
+2 21423 082.4924 293.2448 0018899 155.8708 251.4293 14.78876059179114
+1 21426U 91043A   13117.24353255  .00000071  00000-0 -38943-3 0  8464
+2 21426 062.4460 039.8043 7367563 279.2453 311.4187 02.00619974160184
+1 21429U 91043D   13116.68001177 -.00000982  00000-0 -31985-2 0  5082
+2 21429 062.0205 098.2347 7292601 276.1363 301.0590 01.96675492157003
+1 21433U 75052DR  13116.16922252  .00000135  00000-0  28678-3 0  1044
+2 21433 099.9332 331.7169 0058952 249.2979 228.9739 13.48541273 81053
+1 21434U 75052DS  13115.86804950 -.00000177  00000-0 -78110-3 0  1746
+2 21434 099.4669 236.4716 0657843 052.1014 086.3425 12.15901275975646
+1 21437U 75052DV  13117.64840196  .00000149  00000-0  37902-3 0  5845
+2 21437 100.2447 244.2102 0055335 303.2265 174.7686 13.35948520 71562
+1 21438U 75052DW  13116.46401878  .00000215  00000-0  54235-3 0  4767
+2 21438 099.6334 265.5431 0080124 279.0150 112.4085 13.29574673 66335
+1 21441U 75052DZ  13117.87163810  .00000030  00000-0  23224-3 0  2383
+2 21441 099.6818 088.5542 0304073 320.4330 069.5378 12.83602958 30060
+1 21442U 75052EA  13117.16236904  .00001839  00000-0  59167-2 0  4341
+2 21442 099.5366 194.3861 0349708 003.0373 023.2766 12.84864491 17913
+1 21443U 75052EB  13116.84794468  .00000011  00000-0  11319-3 0  2167
+2 21443 099.9024 048.9983 0067639 285.0863 107.1708 13.31069195 68010
+1 21444U 75052EC  13116.84835064  .00000005  00000-0  12674-3 0  2355
+2 21444 099.6774 178.6513 0268451 068.1809 346.3910 12.92866091 36478
+1 21445U 75052ED  13116.21247316 -.00000029  00000-0  26087-4 0  1893
+2 21445 099.7176 342.9860 0081998 021.8658 088.9909 13.28167143 65701
+1 21446U 75052EE  13115.55261105  .00000006  00000-0  15627-3 0  2535
+2 21446 099.6687 301.7968 0371784 000.1028 030.6710 12.71058933 19634
+1 21448U 75052EG  13115.65490581 -.00000039  00000-0  17512-5 0  1689
+2 21448 099.5988 136.7051 0129131 289.9668 219.6774 13.17888323 57391
+1 21450U 75052EJ  13117.17172473  .00000117  00000-0  31770-3 0  5295
+2 21450 099.7567 089.4173 0058713 243.1669 250.6748 13.33865338 69576
+1 21452U 75052EL  13116.75455588  .00002180  00000-0  10322-1 0   207
+2 21452 099.7838 171.3325 0595958 271.0614 244.0735 12.30849696983209
+1 21453U 75052EM  13116.39142954  .00000127  00000-0  37470-3 0  6624
+2 21453 099.9969 053.9454 0119640 250.2712 257.7362 13.25648102 62864
+1 21457U 75052ER  13116.41524683  .00001373  00000-0  22943-2 0  4556
+2 21457 099.9535 063.3243 0306566 196.3055 312.9407 13.31179500 61202
+1 21458U 75052ES  13116.30485374  .00000123  00000-0  62109-3 0  7237
+2 21458 099.8200 045.6465 0566353 126.7685 355.8902 12.43415451996964
+1 21459U 75052ET  13116.62618424  .00000053  00000-0  18008-3 0  6462
+2 21459 100.1760 343.3767 0051871 234.3144 159.5756 13.40166973 74328
+1 21460U 75052EU  13115.43771243  .00000040  00000-0  17492-3 0  3606
+2 21460 099.6448 271.8968 0085233 000.2437 033.2036 13.27680719 64734
+1 21461U 75052EV  13116.09739846  .00000162  00000-0  45580-3 0  3360
+2 21461 099.6490 162.4555 0205141 211.7095 205.1716 13.19264887 57844
+1 21463U 75052EX  13117.31391986  .00000373  00000-0  56525-3 0  9144
+2 21463 099.7394 256.0867 0156637 293.4277 131.3974 13.54617647 85279
+1 21464U 75052EY  13117.62344663  .00002187  00000-0  64885-2 0  8454
+2 21464 099.8932 358.6182 0221784 258.6881 155.1016 13.01098926 35651
+1 21465U 75052EZ  13117.60321191  .00000189  00000-0  38581-3 0  4589
+2 21465 100.1329 337.3337 0069245 351.1617 073.7758 13.46539388 79132
+1 21466U 75052FA  13116.51333667  .00000282  00000-0  76115-3 0  6244
+2 21466 099.7668 203.2426 0134817 290.5658 191.5826 13.20500235 58303
+1 21467U 75052FB  13117.60580390  .00000098  00000-0  22926-3 0  6351
+2 21467 099.9318 335.4986 0025460 250.0053 143.8575 13.48625616 81229
+1 21469U 75052FD  13116.99678277  .00000160  00000-0  72154-3 0  7399
+2 21469 099.6458 298.6914 0366025 319.0854 198.3288 12.73243724 20147
+1 21470U 75052FE  13117.58437376  .00000107  00000-0  24091-3 0  4104
+2 21470 099.9743 327.1565 0099313 254.0683 169.8621 13.48113242 80166
+1 21471U 75052FF  13115.99714825  .00000369  00000-0  48977-3 0  9806
+2 21471 099.4305 288.0216 0257799 154.0035 352.3982 13.53903920 86507
+1 21472U 75052FG  13117.38480365  .00000600  00000-0  77892-3 0  2383
+2 21472 099.7202 273.2339 0258046 236.5790 177.9362 13.53389483 81622
+1 21473U 75052FH  13115.06553688  .00000490  00000-0  62729-3 0  1600
+2 21473 099.5040 282.0412 0252647 160.3719 320.3345 13.55152851 81788
+1 21475U 75052FK  13116.83846792 -.00000014  00000-0  46127-4 0  6174
+2 21475 099.9214 322.2297 0091614 348.0569 130.5690 13.53485287 82389
+1 21492U 75052FM  13116.37946340  .00000078  00000-0  24526-3 0  2287
+2 21492 099.8719 043.4574 0060709 234.5248 273.7719 13.32937974 69368
+1 21493U 75052FN  13117.68811174  .00001171  00000-0  55696-2 0  5536
+2 21493 099.5585 204.8774 0754732 121.0453 246.5564 12.09119428964512
+1 21496U 75052FR  13117.61384692  .00000032  00000-0  22094-3 0  1901
+2 21496 099.8023 158.1408 0345077 132.4430 012.9090 12.81637111 27905
+1 21497U 75052FS  13116.69886485 -.00000010  00000-0  66137-4 0  1821
+2 21497 099.8774 180.8726 0058560 352.5456 153.0928 13.32555448 69031
+1 21498U 75052FT  13116.14993270 -.00000402  00000-0 -11446-2 0  7859
+2 21498 099.6795 175.7017 0267718 075.9748 320.0625 12.92942818 35686
+1 21499U 75052FU  13117.50953985  .00001323  00000-0  29138-2 0  4743
+2 21499 099.6520 114.0625 0159225 317.1600 189.0913 13.25613543 56004
+1 21500U 75052FV  13115.30852064  .00002350  00000-0  93117-3 0  3567
+2 21500 100.0404 261.2355 0210752 152.7037 273.3653 14.18626530128944
+1 21501U 75052FW  13117.86600171  .00000031  00000-0  24970-3 0   226
+2 21501 099.7943 081.4195 0554286 038.8415 349.9176 12.46501741999545
+1 21504U 75052FZ  13117.45475487  .00000158  00000-0  74504-3 0  5508
+2 21504 099.7967 100.7981 0554864 020.9976 119.9613 12.47313511996701
+1 21506U 75052GB  13116.21242656  .00000143  00000-0  46857-3 0  2739
+2 21506 099.6161 355.8463 0181315 177.8765 305.4381 13.11857996 46938
+1 21512U 75052GH  13117.50878491  .00000097  00000-0  26627-3 0  2956
+2 21512 100.3604 323.2044 0036467 212.8436 216.0055 13.39470032 66404
+1 21514U 75052GK  13116.59641102  .00001525  00000-0  36487-2 0  7397
+2 21514 099.8543 081.7765 0321937 150.5499 275.1350 13.07065920 33917
+1 21515U 75052GL  13117.38782903  .00000736  00000-0  22567-2 0  8816
+2 21515 099.7004 264.6181 0272374 309.4187 104.5556 12.97297124 40240
+1 21516U 75052GM  13115.31924884  .00000091  00000-0  27615-3 0  9998
+2 21516 099.8945 046.5085 0069540 307.3141 182.8662 13.31760839 56186
+1 21523U 75052GU  13111.22460653 -.00000138  00000-0 -59852-3 0   488
+2 21523 099.5934 204.3256 0716114 029.6072 358.7805 12.05599520930266
+1 21527U 91045A   13117.52088389  .00000064  00000-0  22119-4 0  1937
+2 21527 089.5814 143.7337 0070105 175.9334 339.1075 14.22617008132934
+1 21528U 91045B   13117.09743861  .00000204  00000-0  79370-4 0  2133
+2 21528 089.5830 144.5420 0071206 124.5319 269.7272 14.25041403133875
+1 21529U 91045C   13116.19784689  .00000450  00000-0  15963-3 0  2564
+2 21529 089.6166 166.8851 0052678 286.0097 105.7404 14.32379448137559
+1 21532U 91045D   13115.52597410  .00000607  00000-0  22336-3 0  3284
+2 21532 089.5163 107.7410 0069483 010.7400 136.0125 14.30273341135970
+1 21533U 91046A   13116.02084479 -.00000259  00000-0  10000-3 0  7775
+2 21533 014.3694 025.5897 0001967 200.2441 159.6938 00.98910938 73250
+1 21536U 91046D   13115.67565172 -.00000292  00000-0  10000-3 0  2268
+2 21536 013.8920 024.1289 0018821 105.7176 254.4360 01.00933044 75364
+1 21542U 75052GW  13115.83897361  .00000191  00000-0  45324-3 0  3614
+2 21542 100.1410 228.4719 0050275 263.4601 242.9361 13.36663303 71657
+1 21543U 75052GX  13110.25552963  .00013258  00000-0  13643-1 0  9747
+2 21543 099.9214 018.6795 0141074 016.0378 141.2499 13.71933885 68483
+1 21544U 75052GY  13116.59506978  .00005204  00000-0  16665-2 0   983
+2 21544 100.0176 094.0760 0154477 202.0976 226.8260 14.33481654117546
+1 21545U 75052GZ  13117.78192925  .00000198  00000-0  51063-3 0  7020
+2 21545 099.7161 191.1717 0231235 266.3242 243.3946 13.20913330 59347
+1 21546U 75052HA  13116.63161823 -.00000533  00000-0 -24522-2 0  7470
+2 21546 099.5556 001.9056 0617251 250.2899 138.4104 12.24789676980704
+1 21547U 75052HB  13117.39400154  .00000624  00000-0  82750-3 0  2560
+2 21547 099.8163 273.1716 0257758 278.4506 136.6229 13.52096644 81772
+1 21548U 75052HC  13117.44857744  .00000581  00000-0  19212-2 0  3282
+2 21548 099.7428 287.1175 0247612 025.7539 029.5719 12.94924044 38491
+1 21549U 75052HD  13115.84396536  .00000672  00000-0  19398-2 0  3558
+2 21549 099.8179 080.1126 0207005 111.6294 276.8966 13.06372180 45916
+1 21550U 75052HE  13117.44753716  .00000409  00000-0  18193-2 0  9247
+2 21550 099.8452 077.3777 0551063 153.4705 328.7374 12.44320368995612
+1 21551U 75052HF  13116.35868446  .00000038  00000-0  17904-3 0  1637
+2 21551 099.7431 253.9889 0108767 155.2986 236.1734 13.23509958 59700
+1 21552U 91047A   13117.13147464  .00000062  00000-0  00000+0 0  9020
+2 21552 054.3221 166.3277 0023990 049.7346 348.3753 01.91858939159306
+1 21565U 75052HK  13117.54351725  .00000449  00000-0  16601-2 0  3901
+2 21565 099.8535 073.3667 0380016 000.1729 053.5477 12.76526500 21298
+1 21566U 75052HL  13106.66488309  .00000019  00000-0  18433-3 0   368
+2 21566 099.6320 006.6276 0329296 358.7517 027.9054 12.82715637 27014
+1 21567U 75052HM  13117.46179541  .00000492  00000-0  61101-3 0    11
+2 21567 099.4258 300.3848 0257544 124.7794 292.9687 13.56354386 84613
+1 21568U 75052HN  13117.41327687  .00000709  00000-0  90804-3 0  1365
+2 21568 099.5910 277.8004 0257341 235.4284 194.1280 13.53516562 78484
+1 21570U 75052HQ  13117.77672771 -.00000329  00000-0 -17251-2 0  9928
+2 21570 099.5058 044.8383 0725154 346.9235 041.1543 11.99962063771367
+1 21574U 91050A   13117.48313017  .00000422  00000-0  15710-3 0  6200
+2 21574 098.2599 085.9481 0034410 156.5843 351.5107 14.36366532140479
+1 21575U 91050B   13117.81457060  .00000201  00000-0  77910-4 0  7066
+2 21575 098.6434 083.7272 0008473 118.8825 271.1736 14.40114211143699
+1 21576U 91050C   13117.51674485  .00000263  00000-0  96886-4 0  1892
+2 21576 098.6668 091.5519 0004696 130.8791 017.4438 14.40546238143541
+1 21577U 91050D   13116.95471251  .00000134  00000-0  58161-4 0  6465
+2 21577 098.6590 080.9243 0006939 155.0939 246.2416 14.38864405142898
+1 21578U 91050E   13117.84573424  .00000622  00000-0  16599-3 0  7225
+2 21578 098.4153 094.5527 0003664 150.9077 239.1625 14.51757986148975
+1 21588U 90065D   13115.62783452  .00000313  00000-0  34555-3 0  4135
+2 21588 018.2811 106.2496 7034039 233.6678 039.5745 02.51167129189405
+1 21589U 90065E   13113.70698876  .00000654  00000-0  54550-3 0  4605
+2 21589 018.0878 318.5060 6989498 173.6445 024.4952 02.59464337197438
+1 21591U 90065G   13116.92058326 -.00000010  00000-0  14534-2 0  2966
+2 21591 018.7997 051.5033 7037397 012.7960 037.1819 02.40908589169391
+1 21593U 90065J   13116.22601350  .00009265  00000-0  13325-2 0  5232
+2 21593 017.0940 151.5714 6395778 077.0215 357.0319 03.48090136206565
+1 21594U 90065K   13114.58973911  .00000089  00000-0  11146-3 0  4026
+2 21594 016.7604 241.1592 7061082 057.6162 005.8671 02.44117448190992
+1 21598U 75052HS  13116.64116346 -.00000179  00000-0 -45418-3 0  6099
+2 21598 099.5947 001.2897 0356758 325.1412 059.6268 12.83014728 28405
+1 21601U 75052HV  13114.95404509  .00000098  00000-0  51820-3 0  4558
+2 21601 099.7867 111.5199 0544147 345.5660 040.7719 12.48807093996799
+1 21602U 75052HW  13117.61741870  .00001221  00000-0  20910-2 0  1102
+2 21602 099.8265 165.5030 0090410 189.5117 327.1635 13.45207106 66152
+1 21610U 91050F   13117.77089321  .00000322  00000-0  11728-3 0  1985
+2 21610 098.7631 128.1922 0004380 121.9758 334.5883 14.39879377142525
+1 21622U 87036K   13117.54684659  .00001702  00000-0  78575-2 0   587
+2 21622 064.7014 183.4900 0485917 159.2189 316.7942 12.47343395833727
+1 21623U 87036L   13117.75528752  .00005048  00000-0  28810-2 0  5716
+2 21623 062.7116 204.3545 3295593 048.5627 057.3431 08.41124578692145
+1 21634U 90065L   13110.01611439  .00000679  00000-0  69458-3 0  2964
+2 21634 018.1578 346.2853 6991405 121.6484 003.2215 02.59894863191445
+1 21635U 90065M   13108.28046949  .00000756  00000-0  99491-3 0  3966
+2 21635 018.2068 306.3752 6967268 185.6026 157.6600 02.63722251204227
+1 21636U 90065N   13112.07492612  .00000129  00000-0  59804-3 0  7312
+2 21636 017.9231 045.5853 7150238 070.6750 004.6335 02.33390247183808
+1 21637U 90065P   13113.26622228 -.00000043  00000-0  60256-3 0  5006
+2 21637 017.9673 240.0726 6947014 314.7311 344.1185 02.64396667195242
+1 21639U 91054B   13117.83424471  .00000090  00000-0  00000+0 0  2795
+2 21639 012.6737 038.6494 0019049 354.2749 315.9487 01.00280882 79608
+1 21640U 91054C   13117.60045648  .00005428  00000-0  20779-2 0  3134
+2 21640 026.6705 277.9339 6905477 160.3069 019.8956 02.75077531200179
+1 21641U 91054D   13116.26662728 -.00000048  00000-0  10000-3 0  1027
+2 21641 015.5761 021.8084 0032393 218.7080 141.0151 01.00148908 77806
+1 21648U 89101G   13110.45568550 -.00000159  00000-0  10000-3 0  6553
+2 21648 014.8956 020.8748 0021830 195.9050 163.9886 00.97851492 69076
+1 21653U 91055A   13115.82510526 -.00000033  00000-0  10000-3 0  4094
+2 21653 007.6492 056.2060 0002675 004.6652 355.2482 00.99322440 79298
+1 21655U 91056A   13117.12375145  .00000470  00000-0  11887-2 0  6750
+2 21655 082.5541 290.3736 0012317 255.1199 104.8559 13.17041094 43214
+1 21656U 91056B   13117.86701141 -.00000127  00000-0 -36218-3 0  9414
+2 21656 082.5540 289.3668 0012419 253.5566 259.0230 13.17026752 43335
+1 21657U 87036M   13112.04640103  .00012418  00000-0  58059-1 0   165
+2 21657 064.8520 114.3084 1978496 355.8658 138.5276 10.09460352689749
+1 21660U 63014FG  13117.21500889 -.00000858  00000-0 -77011-1 0  1515
+2 21660 086.2220 208.1822 1721837 359.7025 008.7797 08.78778181646447
+1 21666U 91059A   13117.04545869  .00000079  00000-0  68929-4 0  5281
+2 21666 082.9070 072.4715 0024174 229.2229 178.1840 13.73201499 86407
+1 21667U 91059B   13115.84674716  .00000128  00000-0  11775-3 0  6880
+2 21667 082.9081 056.0064 0021702 149.6554 244.3378 13.74975286 87726
+1 21668U 91060A   13116.28497675  .00000022  00000-0  10000-3 0  8277
+2 21668 011.3862 035.5441 0009092 027.8562 332.1145 00.98787748 81958
+1 21674U 75052JA  13116.48943168  .00002501  00000-0  10762-2 0  8168
+2 21674 100.0848 269.7104 0162899 268.3855 121.3638 14.18890807125259
+1 21677U 75052JD  13115.49868181  .00000089  00000-0  38415-3 0  1429
+2 21677 099.8945 091.7033 0479413 070.8749 070.5434 12.70805712 18358
+1 21678U 75052JE  13111.28055654  .00001132  00000-0  23795-2 0  3769
+2 21678 100.0196 216.2510 0374863 256.3072 134.8561 13.10330449 45359
+1 21680U 75052JG  13116.79512270  .00000287  00000-0  11924-2 0  9762
+2 21680 099.6061 228.6836 0379112 297.6154 220.6638 12.71672491 13856
+1 21682U 75052JJ  13116.32324781  .00003654  00000-0  25507-1 0  7761
+2 21682 099.3891 042.5430 0855984 075.2743 038.2267 11.69586399932576
+1 21686U 75052JN  13108.98854905  .00001766  00000-0  13649-2 0  8896
+2 21686 099.9933 006.2618 0212851 143.4355 218.1544 13.84203680 83869
+1 21688U 91061A   13117.51329939 -.00000213  00000-0 -12194-3 0  7802
+2 21688 098.8360 081.4560 0024750 182.2076 286.7647 13.97071981998539
+1 21689U 91061B   13117.63544485 -.00000261  00000-0 -13997-3 0   472
+2 21689 099.4769 126.5955 0024037 261.8040 098.0397 14.01675208107987
+1 21691U 91045E   13116.71648852  .00000625  00000-0  17574-3 0  4693
+2 21691 089.8377 003.7805 0014238 282.4232 110.7143 14.44915075146128
+1 21692U 65108AF  13116.64197852  .00000165  00000-0  10669-2 0  1666
+2 21692 028.2497 102.8348 6186345 232.3075 206.6492 03.51233230237132
+1 21695U 91062B   13117.79892189  .00018574  00000-0  39109-3 0  5498
+2 21695 031.3336 251.1745 0048113 058.5105 094.1905 15.42737155189747
+1 21702U 91064A   13106.41306965  .00000128  00000-0  00000+0 0  7265
+2 21702 014.0763 024.5971 0002524 025.8712 334.1018 01.00360118 79119
+1 21703U 91064B   13116.23045190 -.00000140  00000-0  10000-3 0  5029
+2 21703 014.1818 024.8805 0003747 351.4788 008.4614 00.99884949 72206
+1 21706U 91065A   13114.55258087 -.00000138  00000-0  63025-2 0  1406
+2 21706 063.4560 199.4437 7038194 284.6897 321.2421 02.04347215158664
+1 21711U 91041D   13115.84364667  .00000819  00000-0  25195-3 0  1469
+2 21711 074.0242 059.0307 0014359 286.5808 104.3432 14.43048530146714
+1 21712U 91045F   13116.10125559  .00000432  00000-0  17771-3 0  2934
+2 21712 089.2706 267.5303 0141106 068.6511 345.8938 14.19996222127918
+1 21721U 70025QG  13116.36722714  .00000589  00000-0  81111-3 0  4599
+2 21721 100.1290 151.4083 0009776 135.1710 342.2155 13.63209858 69885
+1 21722U 91009BY  13116.16478181 -.00000019  00000-0 -10799-3 0   858
+2 21722 074.0534 173.2950 0369384 098.6057 299.6307 11.77052799927376
+1 21723U 71015DW  13115.61090865  .00003742  00000-0  81054-3 0  1747
+2 21723 065.6943 180.7292 0485543 343.8827 167.4269 14.05236665 85706
+1 21724U 91009BZ  13116.38166551 -.00000129  00000-0 -10167-2 0   747
+2 21724 073.9817 050.4323 0206483 303.1707 206.6069 12.20234046961261
+1 21725U 87036N   13113.86715712  .00005958  00000-0  20846-1 0  3832
+2 21725 064.8734 061.6619 1595007 353.7287 026.0178 10.88420315800602
+1 21726U 91067A   13116.13321591 -.00000296  00000-0  10000-3 0  7459
+2 21726 008.9322 053.1483 0003809 223.3644 136.5117 00.99174369 69672
+1 21727U 91067B   13116.41520787  .00000352  00000-0  11480-2 0   456
+2 21727 004.1362 237.4592 7198908 356.4008 008.4759 02.30880849142896
+1 21728U 91068A   13116.16996098  .00000012  00000-0  60501-5 0  8117
+2 21728 082.5768 145.1785 0003539 229.2423 192.7632 12.63137348994902
+1 21729U 91068B   13115.65730020 -.00000004  00000-0 -80138-4 0  9225
+2 21729 082.5817 141.4199 0005276 149.2098 001.1738 12.63933483995450
+1 21730U 91068C   13116.55242014  .00000011  00000-0  36830-5 0  8303
+2 21730 082.5801 121.6913 0014727 065.5703 081.3880 12.65922258997138
+1 21731U 91068D   13116.13265341 -.00000007  00000-0 -94104-4 0  8197
+2 21731 082.5841 136.8755 0009325 127.2092 292.0981 12.64580144996023
+1 21732U 91068E   13117.11077260  .00000026  00000-0  79274-4 0  8299
+2 21732 082.5735 124.2199 0011705 101.1474 290.2276 12.65157824996594
+1 21733U 91068F   13117.16650413 -.00000020  00000-0 -17225-3 0  8093
+2 21733 082.5874 157.9452 0005480 304.1449 089.1304 12.62347255994427
+1 21734U 91068G   13117.85497552 -.00000010  00000-0 -11790-3 0   961
+2 21734 082.5839 225.1669 0106652 292.7501 216.0802 12.54209929988345
+1 21750U 91009CQ  13116.16936436  .00000398  00000-0  35457-2 0  3286
+2 21750 074.0734 348.1749 0107766 119.8872 025.6548 12.27848902988672
+1 21752U 83127J   13106.23839331 -.00013649  00000-0 -96268-1 0  1473
+2 21752 053.7846 048.3888 1227878 266.1664 079.8266 11.12182196771406
+1 21754U 75052JQ  13110.57005712  .00000108  00000-0  29852-3 0  8493
+2 21754 099.7079 136.1894 0075571 339.4111 175.4347 13.33715627 56731
+1 21759U 91074A   13115.93766866 -.00000136  00000-0  10000-3 0  4100
+2 21759 014.2878 027.0811 0018385 127.6558 232.4554 00.98443987 77780
+1 21762U 91074D   13116.68998596 -.00000193  00000-0  10000-3 0  3915
+2 21762 014.0604 025.9019 0004763 037.6777 322.3015 00.99702901 71829
+1 21765U 91075A   13116.18584375 -.00000340  00000-0  10000-3 0  5051
+2 21765 007.6211 055.0896 0002645 294.5647 065.3164 00.99593765 78516
+1 21766U 91075B   13117.64147640  .00167732  33501-6  24470-2 0  5549
+2 21766 007.2834 345.2566 5565444 099.8492 334.4870 04.82438760260901
+1 21777U 90065Q   13116.39966669  .00000048  00000-0  16152-2 0   462
+2 21777 018.2207 213.0400 6961333 077.5419 359.3519 02.39814076167986
+1 21778U 90065R   13117.12288818  .00000337  00000-0  30539-3 0  4065
+2 21778 017.7715 142.7179 7061608 186.7505 310.2979 02.49736214191512
+1 21779U 91077A   13116.92268877  .00000042  00000-0  17116-3 0  5947
+2 21779 082.6081 057.3930 0011216 180.9769 210.5566 12.64797949990541
+1 21780U 91077B   13115.95698803  .00000051  00000-0  22456-3 0  8202
+2 21780 082.6000 066.7589 0002831 244.1663 146.8450 12.63329621989275
+1 21781U 91077C   13116.42143130  .00000048  00000-0  20360-3 0  7234
+2 21781 082.6065 063.0620 0007399 193.3048 315.7724 12.64153752989967
+1 21782U 91077D   13116.76598390  .00000050  00000-0  20794-3 0  8352
+2 21782 082.5994 045.5800 0014708 162.4267 229.7584 12.65410684990999
+1 21783U 91077E   13117.35831796  .00000026  00000-0  78895-4 0  7380
+2 21783 082.6065 042.4135 0019302 128.5399 020.1638 12.66186600991680
+1 21784U 91077F   13115.97540961  .00000038  00000-0  15443-3 0  7199
+2 21784 082.6079 080.7643 0002367 036.5696 355.8702 12.62478787988622
+1 21785U 91077G   13116.59228539 -.00000009  00000-0 -11704-3 0  6558
+2 21785 082.5947 140.3227 0037827 324.4822 190.2372 12.55055754982924
+1 21789U 91079A   13111.11105281 -.00000307  00000-0  10000-3 0  8016
+2 21789 013.9902 025.6232 0002649 323.3487 036.5904 01.00313346 83520
+1 21792U 91079D   13116.51034527 -.00000224  00000-0  10000-3 0  3487
+2 21792 014.3758 026.9259 0006925 019.8663 340.1036 00.98621902 77153
+1 21796U 91081A   13117.50685988  .00000066  00000-0  51952-4 0  2290
+2 21796 082.9532 122.1960 0050552 065.6088 080.0182 13.75343792 74999
+1 21797U 91081B   13117.54629468  .00000231  00000-0  21701-3 0  2580
+2 21797 082.9520 104.6021 0037915 005.4064 144.3724 13.77201567 76313
+1 21801U 91082C   13117.77679485  .00042843  00000-0  26916-2 0  4620
+2 21801 098.7551 206.3010 0006468 224.6611 281.4765 15.09100365131364
+1 21803U 91083A   13116.14626749 -.00000317  00000-0  10000-3 0  2861
+2 21803 011.4242 045.2754 0004509 001.4908 358.4332 00.99299554 74008
+1 21804U 91083B   13117.46649740  .00000225  00000-0  58314-2 0  5919
+2 21804 016.4486 191.7916 7363434 295.5613 114.1756 01.91145304149413
+1 21813U 91084A   13115.78139385 -.00000045  00000-0  10000-3 0  5969
+2 21813 010.4260 048.5371 0003866 353.3784 006.5361 00.98949563 76685
+1 21814U 91084B   13116.26464299 -.00000078  00000-0  10000-3 0   702
+2 21814 009.0671 047.7837 0016633 347.8261 012.0387 00.96062456 77134
+1 21815U 91084C   13111.24004837  .00000133  00000-0  45746-3 0  2645
+2 21815 004.4263 347.9037 7204152 276.0847 305.7413 02.30365305177214
+1 21818U 91084D   13116.99663381  .00011039  00000-0  48229-2 0  2544
+2 21818 004.1590 031.8732 6679242 186.6922 347.0711 03.04466656198859
+1 21819U 91086A   13117.82823637  .00000629  00000-0  11740-3 0   294
+2 21819 082.5580 249.7080 1539995 055.7082 318.0308 12.01163004930529
+1 21820U 91086B   13116.00051099  .00000763  00000-0  15029-3 0  8628
+2 21820 082.5580 290.1814 1584418 192.7786 162.8208 11.91770184926406
+1 21821U 91087A   13116.37989863  .00000127  00000-0  10000-3 0  5411
+2 21821 013.9773 026.1781 0009252 032.3579 327.6369 01.00236503 78223
+1 21824U 91087D   13115.82856825 -.00000043  00000-0  10000-3 0  3139
+2 21824 014.4788 027.8648 0017850 319.4572 040.3564 00.98017885 76458
+1 21825U 91082D   13116.77112618  .00011024  00000-0  16448-2 0  3574
+2 21825 098.8320 122.4811 0023195 094.2232 317.9186 14.74833032125694
+1 21826U 91086C   13116.84543269  .00009361  00000-0  10819-2 0   289
+2 21826 082.6018 070.0002 0932874 161.9087 232.7348 13.38402164985070
+1 21827U 91086D   13117.62087089  .00021198  00000-0  23106-2 0  4021
+2 21827 082.4651 325.4567 0904527 165.6166 259.4403 13.45818039986358
+1 21833U 91088A   13116.49778630 -.00000023  00000-0  00000+0 0  1480
+2 21833 031.4034 150.5761 6544112 226.2902 321.8186 02.27644442249969
+1 21835U 91086E   13117.79036360  .00000781  00000-0  14725-3 0  7345
+2 21835 082.5399 231.6124 1521135 352.4985 145.3320 12.05729054932355
+1 21836U 91082E   13116.20724414  .00003126  00000-0  77734-3 0  9887
+2 21836 098.7515 009.4357 0004935 037.7252 108.4994 14.52497092120047
+1 21853U 92005A   13116.92341899  .00000011  00000-0  00000+0 0  2042
+2 21853 064.1589 235.4001 0009123 190.5543 203.4438 02.13101845165349
+1 21854U 92005B   13116.78123216  .00000010  00000-0  00000+0 0  4836
+2 21854 064.1649 235.4319 0024025 011.5577 130.3224 02.13106342165322
+1 21855U 92005C   13117.72229471  .00000013  00000-0  00000+0 0  4015
+2 21855 064.1639 235.4089 0006055 213.8299 160.7873 02.13103019165333
+1 21858U 92005F   13115.97237197  .00000006  00000-0  00000+0 0  9902
+2 21858 064.1610 235.1326 0003940 061.5372 348.4246 02.13216567154099
+1 21861U 91009CA  13116.72109054  .00000059  00000-0  65713-3 0    43
+2 21861 074.0264 005.1912 0138534 184.8721 210.9481 12.24456293989353
+1 21875U 92008A   13116.75081384  .00000018  00000-0  34484-5 0  1887
+2 21875 082.9280 177.2504 0037479 009.2814 140.5289 13.73618047 62102
+1 21876U 92008B   13117.67799275  .00000053  00000-0  39185-4 0  1897
+2 21876 082.9262 160.4708 0033281 293.5754 214.9017 13.75460220 63589
+1 21878U 85066H   13117.73268005 -.00000144  00000-0 -24048-3 0  8839
+2 21878 090.0557 019.7015 0155732 307.3488 084.4088 13.44613346352684
+1 21890U 92009A   13117.37100771 -.00000058  00000-0  00000+0 0  8698
+2 21890 055.9091 340.9187 0035714 323.2994 235.1845 01.91830317154185
+1 21891U 92009B   13117.86510370  .00001203  00000-0  10328-3 0  9199
+2 21891 019.9984 050.2348 0050321 183.3609 223.3162 14.79573460141838
+1 21893U 92010A   13116.35919811  .00000069  00000-0  10000-3 0  5090
+2 21893 010.4199 048.4575 0019110 003.2475 356.6614 00.99052272 76780
+1 21894U 92010B   13116.62188470 -.00000226  00000-0  10000-3 0  8066
+2 21894 009.3089 052.2249 0021987 145.9183 214.1337 00.98686896 76887
+1 21902U 92012A   13117.44232058  .00000061  00000-0  49738-4 0  1713
+2 21902 082.9440 246.7140 0029855 088.6616 332.1416 13.72281786 58425
+1 21903U 92012B   13115.88746839  .00000096  00000-0  85856-4 0  1604
+2 21903 082.9392 224.4643 0042030 350.6109 159.5838 13.74312479 59697
+1 21904U 91015E   13115.56178850 -.00000295  00000-0  00000+0 0  6491
+2 21904 013.6416 021.2830 0159593 102.2896 259.4393 01.00156853 68418
+1 21905U 91086F   13117.47766245  .00008295  00000-0  10936-2 0  9114
+2 21905 082.5190 125.6916 0992258 157.4338 355.0376 13.22687086976464
+1 21906U 92013A   13116.57695308 -.00000193  00000-0  10000-3 0  4306
+2 21906 007.4467 056.5126 0017473 338.0862 021.7407 00.99291702 68751
+1 21907U 92013B   13116.80174416 -.00000140  00000-0  00000+0 0  7361
+2 21907 019.5557 032.7385 6960170 351.6531 013.5717 02.25609059174143
+1 21910U 75052JR  13117.20762910  .00000151  00000-0  65116-3 0  2983
+2 21910 099.6763 004.9838 0334937 132.7454 012.3635 12.79062279 10187
+1 21911U 90081CH  13117.57171057  .00000567  00000-0  24393-3 0   160
+2 21911 098.7833 127.3601 0054114 329.9857 157.5153 14.27800141164637
+1 21912U 88023C   13116.98559017  .00000349  00000-0  30900-3 0  7216
+2 21912 082.9562 082.8781 0040218 116.2229 276.1689 13.81843467138478
+1 21913U 78100AR  13117.33245081  .00000066  00000-0  71373-3 0  3227
+2 21913 082.5463 223.6260 0026061 135.9515 280.9591 11.98913919933247
+1 21914U 75052JS  13116.28518096  .00000317  00000-0  19330-2 0  2865
+2 21914 099.4730 201.0929 0638871 162.3238 235.7568 12.12964800944840
+1 21918U 91009CB  13115.02741089  .00000003  00000-0  16209-3 0  9345
+2 21918 074.0792 098.6427 0126707 215.3313 208.5636 12.21600552985780
+1 21919U 91009CC  13116.84630721 -.00000007  00000-0  62279-4 0  2175
+2 21919 074.0667 230.9912 0359834 158.9390 348.2325 11.74598310946305
+1 21922U 92017A   13116.04592971 -.00000239  00000-0  10000-3 0  7700
+2 21922 013.8827 027.1940 0029002 349.4172 010.4685 00.99859840 77014
+1 21925U 92017D   13116.34219605 -.00000044  00000-0  10000-3 0   398
+2 21925 013.7074 026.3819 0021975 306.2571 053.4857 01.01090853 76866
+1 21930U 92019A   13117.08842662  .00000052  00000-0  00000+0 0  1397
+2 21930 054.3861 111.6979 0029789 254.9212 147.5367 01.87660143151374
+1 21931U 92019B   13117.49183370  .00035638  00000-0  48959-3 0  1721
+2 21931 021.1600 234.0791 0024281 288.6373 138.2080 15.55057437161099
+1 21933U 75052JT  13116.38399603  .00000249  00000-0  64173-3 0  2598
+2 21933 099.3016 266.3968 0177339 287.3765 099.8855 13.21659164 37862
+1 21934U 75052JU  13115.12362698 -.00000138  00000-0 -30965-3 0  1213
+2 21934 099.6440 164.9999 0292637 011.5638 021.2108 12.92193516 23450
+1 21935U 83127M   13117.74688932  .00002353  00000-0  11264-1 0  4152
+2 21935 052.4545 222.2999 4797484 154.2928 354.5729 05.51697371369812
+1 21936U 91009CD  13115.97305234  .00000034  00000-0  54410-3 0  9448
+2 21936 074.0621 109.3542 0262999 314.8161 070.7999 12.00846670932478
+1 21937U 92020A   13116.93860582  .00000070  00000-0  59483-4 0  9954
+2 21937 082.9338 064.4759 0033734 174.3582 217.5411 13.73038470 53928
+1 21938U 92020B   13117.80538390  .00000088  00000-0  75798-4 0  2309
+2 21938 082.9328 042.4292 0030597 089.2667 304.8270 13.75120958 55568
+1 21939U 92021A   13116.35023624  .00000075  00000-0  00000+0 0  1224
+2 21939 010.8392 046.7576 0021957 000.9639 358.9479 00.99523945 69629
+1 21940U 92021B   13116.50859881 -.00000164  00000-0  10000-3 0  1725
+2 21940 007.3287 042.5779 0008425 015.8439 344.0657 00.97945429 76896
+1 21941U 92021C   13115.81923792  .00008151  00000-0  19032-2 0   479
+2 21941 003.9951 099.6742 5567850 304.5160 287.2747 04.68798092254436
+1 21942U 92021D   13117.16797406  .00025519  00000-0  80705-2 0  9540
+2 21942 004.3010 099.4729 6377348 310.6575 050.7444 03.47331108216444
+1 21943U 91009CE  13115.98092596 -.00000012  00000-0  30256-4 0  9025
+2 21943 073.9560 056.3774 0136950 003.3299 023.6615 12.19154140985174
+1 21944U 80032C   13106.99730686  .00209392  00000-0  19066-1 0  1970
+2 21944 062.4395 226.2977 2920527 090.1748 296.9764 09.42426856642913
+1 21948U 90065S   13115.19504549  .00002191  00000-0  53745-3 0  7990
+2 21948 017.7577 049.5723 6554294 279.3907 021.5717 03.23499877195923
+1 21955U 91009CF  13116.03765794 -.00000351  00000-0 -36578-2 0  6779
+2 21955 074.3131 125.9448 0163364 003.2333 060.2798 12.07858040975854
+1 21958U 91009CG  13115.44456520  .00000130  00000-0  14169-2 0  7226
+2 21958 073.9618 112.8476 0132593 058.1831 100.6858 12.16656384983043
+1 21959U 91009CH  13115.43762045  .00000116  00000-0  12567-2 0  9392
+2 21959 073.9681 089.1191 0127803 023.7677 120.4712 12.18367503983962
+1 21964U 92027A   13116.52763972  .00000006  00000-0  10000-3 0  7173
+2 21964 007.4315 055.4340 0005065 300.3692 059.5011 00.99946924 76550
+1 21965U 92027B   13116.84398963  .00001008  00000-0  26186-3 0  5615
+2 21965 019.6828 038.4633 1383699 327.2402 065.0987 12.16500734929559
+1 21966U 92027C   13117.42912805  .00000000  00000-0  00000+0 0  8570
+2 21966 022.9133 327.1617 6469572 170.9890 211.4669 02.05324013157255
+1 21969U 75052JV  13116.18140766  .00000363  00000-0  75127-3 0  8863
+2 21969 099.0419 198.5102 0114246 067.1342 323.8247 13.36030029 59020
+1 21970U 61015ML  13102.72157271  .00006812  00000-0  41208-3 0  1156
+2 21970 065.9932 103.7819 0356678 229.1745 254.0382 14.70943251126064
+1 21972U 75052JW  13117.05292007 -.00000166  00000-0 -38521-3 0   660
+2 21972 099.5938 141.0852 0338441 085.0550 311.9405 12.91174385995257
+1 21976U 92030A   13117.87443110  .00000014  00000-0  18151-3 0  7037
+2 21976 074.0029 084.6288 0049666 056.2129 319.4632 12.55661424958186
+1 21977U 92030B   13116.19658006  .00000008  00000-0  14305-3 0  6943
+2 21977 074.0055 052.0948 0057959 010.2962 096.1382 12.57475759959354
+1 21978U 92030C   13117.08672170 -.00000012  00000-0  25947-4 0  6829
+2 21978 074.0008 118.4050 0039734 094.0525 300.2785 12.53955058956792
+1 21979U 92030D   13116.61134994 -.00000041  00000-0 -15865-3 0  5059
+2 21979 074.0008 152.1474 0031054 137.7752 007.7400 12.52213627955400
+1 21980U 92030E   13117.59974806  .00000005  00000-0  14774-3 0  4957
+2 21980 074.0026 296.8497 0018061 047.0555 021.7844 12.44506281949661
+1 21981U 92030F   13117.80993185  .00000011  00000-0  18730-3 0  8635
+2 21981 074.0032 256.4539 0009088 324.1662 204.8028 12.46626384951306
+1 21982U 92030G   13116.20929916 -.00000027  00000-0 -73663-4 0  9042
+2 21982 074.0030 187.5694 0021556 181.4802 239.3924 12.50387174953974
+1 21983U 92030H   13117.82170936 -.00000017  00000-0 -76238-5 0  6499
+2 21983 074.0039 222.7443 0017348 252.7926 253.7408 12.48407577952659
+1 21984U 92030J   13116.76985046 -.00000010  00000-0  41218-4 0  7658
+2 21984 074.0037 349.4694 0124059 197.9784 192.9568 12.22204840932539
+1 21985U 75052JX  13116.84498407  .00002378  00000-0  28176-2 0  7411
+2 21985 099.6288 210.9761 0045151 195.6562 312.4707 13.68272595 53308
+1 21986U 61015MM  13114.80133663  .00000025  00000-0  62882-4 0  8614
+2 21986 066.8780 252.6251 0104756 296.1994 212.8851 14.04011822 78756
+1 21989U 92032A   13117.26424958 -.00000081  00000-0  10000-3 0  8575
+2 21989 009.7323 052.6029 0083995 238.5687 120.5148 00.97180423 85853
+1 21997U 78100AS  13116.83520596  .00038289  00000-0  77866-1 0  3825
+2 21997 082.5017 070.5270 0521670 300.7570 054.3150 12.91435963770338
+1 22006U 92036A   13117.21396227  .00000041  00000-0  26829-4 0   824
+2 22006 082.9373 017.0875 0036317 340.3694 165.7706 13.74808158 44668
+1 22007U 92036B   13117.74397218  .00000074  00000-0  58979-4 0  2520
+2 22007 082.9329 348.0780 0029477 234.1962 155.6941 13.77767657975314
+1 22014U 92039A   13117.40807226 -.00000026  00000-0  00000+0 0  7383
+2 22014 056.1172 286.2441 0210217 070.4701 322.3111 02.00564972145910
+1 22015U 92039B   13116.63620487  .00003265  00000-0  18574-3 0  7443
+2 22015 020.7164 214.6839 0066918 093.6669 037.9166 15.04126729161517
+1 22017U 92040A   13116.36186294  .00001002  00000-0  00000+0 0  5671
+2 22017 064.6475 038.7084 7083386 212.6255 350.7229 02.00363319128336
+1 22020U 92040D   13114.89853867  .00000347  00000-0  00000+0 0  1068
+2 22020 064.0516 346.8995 7194326 211.4597 353.6879 02.04029452154992
+1 22025U 91009CJ  13116.58470100 -.00000044  00000-0 -23523-3 0  8400
+2 22025 073.9399 177.3656 0143113 090.2921 055.6342 12.31188026994913
+1 22027U 92041A   13117.45906413 -.00000348  00000-0  00000+0 0  8055
+2 22027 012.9044 037.4541 0004004 095.0475 357.0639 01.00164098 75955
+1 22028U 92041B   13115.92381220  .00000049  00000-0  10000-3 0  7027
+2 22028 010.6987 048.2665 0004566 094.7638 265.1989 00.99077539 68672
+1 22032U 92041C   13116.62882078  .00000042  00000-0  12378-3 0  5949
+2 22032 006.9313 297.2257 5508734 337.5404 020.3819 04.55772346250154
+1 22034U 92042A   13115.80582336  .00000046  00000-0  19181-3 0  7311
+2 22034 082.5962 055.9117 0012605 038.2383 354.3095 12.64099457959036
+1 22035U 92042B   13117.76876826  .00000040  00000-0  16331-3 0  7171
+2 22035 082.5977 070.1897 0006336 046.8549 006.5637 12.62556508958120
+1 22036U 92042C   13115.84898311  .00000042  00000-0  17858-3 0  7203
+2 22036 082.5980 087.4667 0011399 031.8748 338.1197 12.60929397956649
+1 22037U 92042D   13116.75582468  .00000052  00000-0  22702-3 0  7258
+2 22037 082.5896 059.3418 0008377 053.7543 334.2236 12.63186434958469
+1 22038U 92042E   13115.82192509  .00000054  00000-0  24194-3 0  7269
+2 22038 082.5905 075.1054 0008650 032.5271 357.3930 12.61657119957197
+1 22039U 92042F   13116.14050654  .00000058  00000-0  26427-3 0  7254
+2 22039 082.5967 070.8017 0008369 038.5967 098.0196 12.62541427957909
+1 22040U 92042G   13117.03187674  .00000012  00000-0  10958-4 0  6395
+2 22040 082.6021 139.4681 0041796 174.4355 218.2540 12.55303952952572
+1 22041U 92043A   13116.73051235 -.00000071  00000-0  10000-3 0  3970
+2 22041 013.8129 028.6522 0029988 136.2773 223.9010 00.99240557 75869
+1 22044U 92043D   13116.39035264 -.00000095  00000-0  10000-3 0  2378
+2 22044 014.2782 029.9559 0028572 062.4658 297.7633 00.97832386 72600
+1 22049U 92044A   13109.31304565 -.00000697  00000-0  00000+0 0  1687
+2 22049 028.9942 317.0449 5500572 180.6442 000.9506 00.19192422  6512
+1 22056U 92047A   13117.08807978  .00000063  00000-0  00000+0 0  3988
+2 22056 063.9065 109.6476 0008949 254.7564 141.6211 02.13105200161415
+1 22057U 92047B   13116.02356616  .00000070  00000-0  00000+0 0  3573
+2 22057 063.9170 109.8074 0004159 357.7012 039.9878 02.13102572161361
+1 22058U 92047C   13115.63832721  .00000074  00000-0  00000+0 0  2467
+2 22058 063.9124 109.7847 0012090 245.4550 274.9881 02.13103032161403
+1 22061U 92047F   13115.40750984  .00000075  00000-0  00000+0 0  8496
+2 22061 063.9152 109.1125 0003875 302.5035 200.1277 02.13330572161574
+1 22066U 92047G   13117.12208939  .00006156  00000-0  18305-2 0  3570
+2 22066 064.5587 130.5518 5799513 004.4714 007.4313 04.31582505323150
+1 22076U 92052A   13116.28309270 -.00000049  00000-0  53892-4 0   129
+2 22076 066.0434 023.7076 0008147 273.3318 232.8594 12.80974442968720
+1 22077U 92052B   13115.83375825 -.00000021  00000-0  16305-3 0  4928
+2 22077 066.0859 256.3990 0011485 316.4238 209.7947 12.86477957972714
+1 22078U 92052C   13115.82847068 -.00000029  00000-0  13079-3 0  3125
+2 22078 066.0862 248.4670 0013052 317.6834 208.5638 12.86754716972976
+1 22079U 92052D   13116.21090628  .00000024  00000-0  37920-3 0  6906
+2 22079 066.0645 131.4354 0074678 313.9237 113.4077 12.77799548966351
+1 22080U 92053A   13117.73005587  .00000051  00000-0  29772-4 0  1055
+2 22080 074.0446 004.3015 0013918 280.5219 114.3742 14.30320492 80706
+1 22081U 92053B   13116.73230885  .00000099  00000-0  45517-4 0  2807
+2 22081 074.0447 320.0098 0037023 299.2862 110.0365 14.32908760 82170
+1 22087U 92054A   13117.38157990  .00000075  00000-0  10000-3 0  7303
+2 22087 006.0784 059.9268 0014105 356.6093 003.2585 00.99202569 87109
+1 22089U 92054C   13116.67584855  .00000076  00000-0  44512-3 0    28
+2 22089 022.9578 144.8527 7251956 187.1377 330.6300 02.21601266165920
+1 22096U 92057A   13116.11312483 -.00000266  00000-0  10000-3 0  8546
+2 22096 008.0336 054.9865 0002290 013.0739 346.8434 00.99020299 77392
+1 22097U 92057B   13105.53274175  .00000050  00000-0 -46533-3 0   347
+2 22097 025.1955 235.4281 0506976 335.2520 124.1699 10.92069510823690
+1 22098U 92057C   13107.35874826 -.00000045  00000-0  00000+0 0   281
+2 22098 019.8110 127.6146 6736998 001.4142 023.8792 02.17553122164022
+1 22101U 88063G   13112.28189654  .00003057  00000-0  26246-2 0  3702
+2 22101 007.7810 210.5519 4609184 157.1456 232.5894 06.08426345398174
+1 22108U 92058A   13117.50122462 -.00000054  00000-0  00000+0 0  6640
+2 22108 056.2362 339.1563 0220770 307.2069 073.8747 02.00576059151090
+1 22109U 92058B   13117.23462677  .00001167  00000-0  12663-3 0  7622
+2 22109 019.7840 061.3912 0038452 303.5496 196.3545 14.70956578107181
+1 22112U 92059A   13117.13190212 -.00000205  00000-0  00000+0 0  8104
+2 22112 013.8570 028.0605 0004096 076.8532 133.6633 01.00262226 75531
+1 22115U 92059D   13116.14054904 -.00000353  00000-0  10000-3 0  3355
+2 22115 013.9554 028.5365 0007292 201.4381 158.4760 00.99798975 74452
+1 22116U 92060A   13115.69038382 -.00000240  00000-0  10000-3 0  9260
+2 22116 009.3976 051.3687 0001617 329.5447 030.3583 00.99317764 71823
+1 22117U 92060B   13116.13095363 -.00000162  00000-0  10000-3 0  8007
+2 22117 007.6261 056.2191 0023615 268.2603 091.3836 00.97012573 75203
+1 22132U 91009CR  13116.64523980  .00000023  00000-0  36964-3 0  8106
+2 22132 074.0562 167.8661 0143673 333.8935 171.1155 12.16735313983596
+1 22161U 92064A   13117.72798684  .00000386  00000-0  18216-3 0   783
+2 22161 062.9893 340.8546 0788809 182.3620 219.9426 13.29435619995428
+1 22175U 92066A   13117.57631520 -.00000203  00000-0  00000+0 0  9559
+2 22175 009.9875 049.1668 0006010 009.2496 350.6705 00.99737159 72744
+1 22176U 92066B   13109.86960002  .00000053  00000-0 -43523-3 0  9197
+2 22176 025.0921 008.4852 0965806 231.5711 232.4978 10.85551387814685
+1 22177U 92066C   13103.11818123 -.00000130  00000-0  00000+0 0  9797
+2 22177 019.7835 031.3409 6851333 252.4158 313.2872 02.18730137163884
+1 22178U 92067A   13114.59586959  .00001914  00000-0  46840-3 0  5233
+2 22178 062.6057 322.3409 7350986 283.4322 024.7005 02.20111444150882
+1 22181U 92067D   13117.84428343  .00003047  65192-6  23121-3 0  8980
+2 22181 062.2947 027.9321 7550600 279.4780 025.4568 01.97327867147259
+1 22182U 92068A   13116.18511112 -.00000008  00000-0 -10351-3 0  6161
+2 22182 082.5931 146.8659 0006030 267.4552 158.3021 12.63959608946518
+1 22183U 92068B   13117.52781841  .00000007  00000-0 -18182-4 0  6225
+2 22183 082.5874 150.5684 0000833 274.5712 242.6823 12.63014873945968
+1 22184U 92068C   13116.67776598  .00000006  00000-0 -25926-4 0  6104
+2 22184 082.5985 162.0584 0002363 175.0283 332.7977 12.62498149945475
+1 22185U 92068D   13116.17464900 -.00000009  00000-0 -11197-3 0  6110
+2 22185 082.5917 166.6476 0007609 203.7062 209.8692 12.61475273944641
+1 22186U 92068E   13116.75072804 -.00000008  00000-0 -10368-3 0  6087
+2 22186 082.6014 177.9243 0011318 220.0651 289.9856 12.60814677944203
+1 22187U 92068F   13115.71138668 -.00000004  00000-0 -83960-4 0  6146
+2 22187 082.5951 160.8899 0004094 204.9212 305.5091 12.62464661945324
+1 22188U 92068G   13116.85554807  .00000024  00000-0  79624-4 0  5422
+2 22188 082.6002 227.6439 0045952 052.3001 094.7674 12.54878818939831
+1 22192U 92069D   13116.88780749 -.00000685  00000-0  00000+0 0  4696
+2 22192 066.1329 093.8484 6655253 141.2297 329.6842 02.02833526147040
+1 22195U 92070B   13117.47006350 -.00000009  00000-0  00000+0 0  6812
+2 22195 052.6662 059.5142 0137266 249.3827 332.8535 06.47294028484966
+1 22196U 92070D   13117.66686123  .00029155  25410-5  92303-3 0  3307
+2 22196 041.1498 200.7139 1932172 182.5717 176.3648 11.57540221783592
+1 22197U 92070E   13110.33147653 -.00000009  00000-0  00000+0 0   380
+2 22197 052.6605 061.8408 0136537 248.4941 268.6832 06.47401535484580
+1 22198U 91009CS  13116.69444344  .00000011  00000-0  21465-3 0  8016
+2 22198 073.9147 173.8328 0144855 126.6894 019.3920 12.30372927994136
+1 22205U 92072A   13115.76388487 -.00000154  00000-0  10000-3 0  9886
+2 22205 010.8757 046.5549 0011060 316.2857 043.5515 00.99695212 69072
+1 22207U 92073A   13117.47650242  .00000080  00000-0  70544-4 0  7773
+2 22207 082.9203 088.3345 0032800 015.9652 131.9097 13.72772149 26765
+1 22208U 92073B   13117.17418083  .00000098  00000-0  86771-4 0  9451
+2 22208 082.9194 066.8663 0032980 294.4235 199.1319 13.75005785 28256
+1 22210U 92074A   13111.34754843  .00000065  00000-0  10000-3 0  5096
+2 22210 013.6610 029.3179 0007083 054.8978 305.1301 01.00303233 74993
+1 22213U 92074D   13115.94689405  .00000084  00000-0  10000-3 0  8476
+2 22213 013.4711 028.5767 0025323 016.9923 343.0332 01.01141802 77267
+1 22219U 92076A   13117.46015441 -.00000285  00000-0 -12627-3 0  2157
+2 22219 071.0587 115.1287 0017587 185.8026 336.2619 14.13433631 54591
+1 22220U 92076B   13117.80200785  .00000270  00000-0  16036-3 0   242
+2 22220 071.0022 000.2447 0011343 048.8903 342.3391 14.16253194 56779
+1 22221U 92076C   13117.65350182  .00000078  00000-0  10839-3 0  8815
+2 22221 071.0432 315.8645 0184947 182.9220 245.2798 13.76645457 26976
+1 22222U 92076D   13117.46957223  .00000131  00000-0  16830-3 0  8361
+2 22222 070.9991 092.5124 0217350 002.5177 142.5897 13.69621423 21725
+1 22223U 92076E   13116.16001451  .00000046  00000-0  82015-4 0  8714
+2 22223 071.0379 354.1974 0196860 253.4770 253.3313 13.75008632 25496
+1 22224U 92076F   13116.69524510 -.00000066  00000-0 -20083-4 0  8754
+2 22224 070.9907 337.3865 0197409 318.7120 074.0194 13.74096117 25004
+1 22231U 92079A   13117.27837002 -.00000026  00000-0  00000+0 0  6017
+2 22231 056.0114 286.9392 0080228 255.4743 111.6011 02.00244521149676
+1 22232U 92079B   13116.18364505  .00093895  00000-0  70541-3 0   100
+2 22232 021.1991 098.7401 0016342 092.6031 002.9454 15.70652528127692
+1 22236U 92080A   13117.31874546  .00000833  00000-0  95183-4 0  8022
+2 22236 082.5122 044.4676 0016751 331.9733 028.0579 14.84785568102715
+1 22237U 92080B   13117.44021205  .00000322  00000-0  41787-4 0    74
+2 22237 082.5121 083.3357 0021725 106.5830 040.2448 14.77556097100134
+1 22238U 92081A   13115.64296347 -.00000886  00000-0  00000+0 0  4996
+2 22238 066.3168 350.8268 6505992 203.3636 103.7008 02.00490561149561
+1 22241U 92081D   13117.81394794 -.00000775  00000-0  00000+0 0  6298
+2 22241 068.6366 310.7054 6321586 158.6276 251.1827 02.03450487151741
+1 22245U 92082A   13116.78548122  .00000053  00000-0  00000+0 0  8924
+2 22245 013.7319 029.2454 0009497 275.9296 251.2345 01.00142743 79062
+1 22248U 92082D   13116.79575305 -.00000033  00000-0  10000-3 0  1760
+2 22248 014.1888 030.8658 0011982 355.1498 004.7784 00.98023253 73086
+1 22253U 92084A   13115.47749044 -.00000006  00000-0  00000+0 0  4976
+2 22253 006.1760 054.9619 0018439 026.8778 333.1248 00.99119437 74225
+1 22254U 92084B   13117.50020645  .00104966  00000-0  23120-2 0    35
+2 22254 006.7062 277.7142 5437089 314.2685 026.0024 05.01768232233212
+1 22266U 84080E   13110.60924822 -.00000310  00000-0  00000+0 0  6235
+2 22266 014.8278 001.2886 0136660 340.5928 018.8719 00.99742176 69631
+1 22269U 92088A   13107.39253114  .00000120  00000-0  10000-3 0  9793
+2 22269 012.9575 032.1646 0003456 074.2494 285.7493 01.00169884 73951
+1 22272U 92088D   13116.63786632 -.00000299  00000-0  10000-3 0   193
+2 22272 012.9959 032.3398 0013557 027.2563 332.7490 01.00065732 74379
+1 22275U 92089A   13116.86485700 -.00000031  00000-0  00000+0 0  4175
+2 22275 055.9341 293.9274 0041381 003.5724 336.5872 01.88249053146613
+1 22276U 92089B   13117.65151087  .00001642  00000-0  15231-3 0  8147
+2 22276 020.2863 216.5312 0067855 186.3811 310.0539 14.80515484 98177
+1 22277U 92089C   13117.85507139  .00351707  56074-6  10590-2 0  6040
+2 22277 034.7601 315.3923 0537251 341.1263 153.8668 14.93619213683746
+1 22282U 92092A   13116.12712503 -.00000022  00000-0 -33955-4 0  9244
+2 22282 073.6264 056.1735 0028709 068.2040 032.6308 12.41219803921824
+1 22283U 92092B   13116.13130216  .00000000  00000-0  12035-3 0  7181
+2 22283 073.6259 283.5670 0059369 259.6923 147.0537 12.48270140927105
+1 22284U 92093A   13117.14664913 -.00000156  00000-0 -57815-4 0  5842
+2 22284 070.9802 164.8669 0022589 297.8694 097.0734 14.13107442 49030
+1 22285U 92093B   13117.20877849 -.00000171  00000-0 -64180-4 0   210
+2 22285 071.0195 143.7539 0006533 272.5024 087.5351 14.14846652 48669
+1 22286U 92094A   13117.75733918  .00000818  00000-0  93416-4 0  9938
+2 22286 082.5231 356.5514 0023297 090.1711 270.2174 14.84671285 97964
+1 22287U 92094B   13117.81786454  .00000273  00000-0  35178-4 0   116
+2 22287 082.5275 036.5700 0024257 222.3150 171.2555 14.77302177 95355
+1 22289U 92093D   13115.69614709  .00000129  00000-0  67400-4 0  8283
+2 22289 070.8333 329.3557 0060536 149.2769 245.0927 14.30775643 61108
+1 22290U 92093E   13117.46205627  .00000090  00000-0  12293-3 0  8632
+2 22290 071.0509 104.5521 0198090 297.0088 208.7017 13.74274087 19219
+1 22291U 92093F   13117.55217225  .00000087  00000-0  12357-3 0  8570
+2 22291 071.0110 143.0476 0209660 004.9811 137.7694 13.71443020 17885
+1 22292U 92093G   13116.65756109 -.00000051  00000-0 -91577-5 0  8543
+2 22292 071.0061 172.8099 0209591 055.8834 086.4693 13.70061272 11578
+1 22293U 92093H   13117.11956604  .00000086  00000-0  12055-3 0  9569
+2 22293 071.0567 122.1342 0199825 273.9442 117.4823 13.73655314 13598
+1 22294U 92093J   13116.62375613  .00000166  00000-0  11505-3 0  9063
+2 22294 071.0605 294.8237 0101971 247.8813 228.3354 14.09989297 46631
+1 22295U 92093K   13116.17686438 -.00000055  00000-0 -55364-5 0  8032
+2 22295 071.0081 018.9602 0096863 062.1178 099.2577 14.05682453 42623
+1 22296U 92093L   13117.85886682  .00002192  00000-0  88425-3 0  8799
+2 22296 070.8507 059.5306 0084090 269.4526 122.1240 14.27173024 46062
+1 22297U 92093M   13117.84996976  .00000257  00000-0  18235-3 0  9149
+2 22297 070.9504 031.3043 0101841 186.8644 208.1969 14.04230879 39628
+1 22307U 93001A   13117.81555341  .00000072  00000-0  60913-4 0    29
+2 22307 082.9425 235.3815 0024705 195.3540 311.1128 13.73405761  8640
+1 22308U 93001B   13116.20997138  .00000084  00000-0  70834-4 0  4138
+2 22308 082.9370 211.4437 0025028 107.4813 312.8927 13.75542970 18294
+1 22314U 93003B   13116.76607390 -.00000289  00000-0  00000+0 0  3013
+2 22314 012.0948 041.4800 0011894 346.1363 057.1700 01.00266342 74313
+1 22315U 93003C   13116.67628103  .00005449  00000-0  10954-2 0  9121
+2 22315 026.7808 198.3565 6500536 151.1992 295.9953 03.31940837207319
+1 22316U 93003D   13116.21117397 -.00000237  00000-0  10000-3 0  9023
+2 22316 012.3816 023.6786 0069953 001.6981 358.2645 01.00097616 79139
+1 22321U 93006A   13116.44310647 -.00000324  00000-0  00000+0 0  5590
+2 22321 067.5735 121.9787 5897674 212.7472 342.6728 02.00805240148311
+1 22324U 93006D   13117.37831808 -.00000607  00000-0  00000+0 0  4529
+2 22324 067.4305 093.9221 6131918 201.9749 347.0694 02.03732796150678
+1 22326U 92093P   13116.17411829  .00001051  00000-0  81408-3 0   287
+2 22326 070.6621 265.7413 0152574 175.3365 239.6273 13.89734352 26174
+1 22327U 92093Q   13117.82763458  .00002478  00000-0  42288-3 0  1434
+2 22327 071.1281 246.2215 0107605 206.1317 315.3632 14.66269070 75814
+1 22329U 92093S   13117.81221450  .00002433  00000-0  45955-3 0  5491
+2 22329 070.9086 226.5729 0092752 242.6224 263.4708 14.62810677 74193
+1 22330U 92093T   13117.84180402  .00000259  00000-0  18305-3 0  2914
+2 22330 070.4197 007.8107 0117270 245.7063 228.3541 14.04523259 39651
+1 22331U 92093U   13117.83690992  .00000108  00000-0  94858-4 0  5783
+2 22331 070.9235 335.8952 0077637 198.8635 290.6422 14.04244672 41637
+1 22332U 92093V   13116.60815751  .00005730  00000-0  14580-2 0  6262
+2 22332 070.5570 271.8266 0036174 356.5445 127.1035 14.50703172 55653
+1 22333U 92093W   13116.18881024  .00000203  00000-0  71495-4 0  9366
+2 22333 071.0062 198.6107 0132801 303.8476 078.4833 14.41994997 67877
+1 22335U 92093Y   13116.14523874  .00000380  00000-0  30318-3 0   444
+2 22335 071.1636 137.8971 0120535 242.2864 151.8052 13.93858562 30961
+1 22336U 92093Z   13116.21337321  .00000234  00000-0  20724-3 0  9822
+2 22336 071.1317 156.7773 0123519 315.4277 113.5039 13.91367779 29358
+1 22337U 92093AA  13117.86548966 -.00000005  00000-0  30673-4 0  9365
+2 22337 071.2899 034.8758 0149869 211.1974 182.9402 13.83955780 25868
+1 22338U 92093AB  13117.76434568  .00001104  00000-0  24825-3 0  9964
+2 22338 070.6241 016.2770 0092597 038.0353 357.8239 14.56372867 74307
+1 22339U 92093AC  13116.86099404  .00000078  00000-0  43807-4 0  7971
+2 22339 070.8126 231.3178 0130022 329.9803 176.8030 14.33376173 62441
+1 22340U 92093AD  13116.72193782 -.00000016  00000-0  21380-4 0  9744
+2 22340 070.8757 199.1637 0099560 115.6179 028.3293 13.93974607 33756
+1 22341U 92093AE  13116.41630719  .00000046  00000-0  68479-4 0  9761
+2 22341 070.7488 230.1223 0136441 351.5086 041.3852 13.90980803 29812
+1 22342U 92093AF  13116.16945097  .00000151  00000-0  14668-3 0  9589
+2 22342 070.6988 171.0100 0120754 039.8064 355.6527 13.91629666 29858
+1 22343U 92093AG  13117.21011753  .00000347  00000-0  22787-3 0  6002
+2 22343 070.9608 031.2960 0099153 170.1956 343.5531 14.06388697 40665
+1 22344U 92093AH  13117.04646601  .00000054  00000-0  61608-4 0  5864
+2 22344 071.1010 322.4317 0113968 241.2710 277.4112 14.02221823 35135
+1 22347U 92093AL  13117.21506782  .00000816  00000-0  63227-3 0  2020
+2 22347 070.8400 192.4603 0186830 111.1140 279.6901 13.87683382 21162
+1 22348U 92093AM  13117.01025294  .00000378  00000-0  25051-3 0  4481
+2 22348 071.2623 297.1804 0110846 225.0272 281.3043 14.04601593 38862
+1 22349U 92093AN  13116.69395311  .00000316  00000-0  30690-3 0  8969
+2 22349 070.8227 195.6850 0183168 071.1688 071.0800 13.79671172 20608
+1 22350U 92093AP  13117.64619777  .00000136  00000-0  11137-3 0  5874
+2 22350 070.9110 312.8433 0070507 347.3678 075.4281 14.05112664 41926
+1 22351U 92093AQ  13117.36992001  .00000193  00000-0  15354-3 0  8789
+2 22351 070.9075 101.3695 0108721 318.2452 188.2752 14.00645162 37240
+1 22352U 92093AR  13117.84477612 -.00000101  00000-0 -35609-4 0  5097
+2 22352 070.8937 047.9742 0077973 325.2590 069.6245 14.00273034 37323
+1 22353U 92093AS  13116.13353522  .00000826  00000-0  51206-3 0  3508
+2 22353 070.9683 131.7748 0123712 224.5599 202.7942 14.04385388 36473
+1 22354U 92093AT  13116.52506545  .00000074  00000-0  84662-4 0  9893
+2 22354 071.1428 108.2044 0143123 139.4966 007.5551 13.91810895 30474
+1 22356U 92093AV  13117.08829743  .00003843  00000-0  14339-2 0  4596
+2 22356 070.6944 349.1176 0066863 020.2106 133.0081 14.31321575 45693
+1 22357U 92093AW  13117.32447983  .00002691  00000-0  45126-3 0  5428
+2 22357 070.8753 054.8154 0087933 320.0397 184.6610 14.68217592 79133
+1 22358U 92093AX  13116.16937495  .00000007  00000-0  41617-4 0   260
+2 22358 071.2278 352.1035 0148819 289.9143 216.3261 13.84120571 26770
+1 22359U 92093AY  13117.29453664  .00000923  00000-0  72960-3 0  4958
+2 22359 070.7465 044.3665 0174513 096.1508 046.9443 13.87268626 24050
+1 22361U 92093BA  13116.68823385  .00000142  00000-0  16141-3 0  9298
+2 22361 070.7659 178.5258 0188462 159.3146 346.4888 13.78587115 21004
+1 22362U 92093BB  13117.79339106  .00001234  00000-0  10639-2 0   294
+2 22362 070.8995 001.5991 0206799 153.1431 241.4829 13.79133829 17892
+1 22363U 92093BC  13117.86685691  .00000248  00000-0  21207-3 0  9563
+2 22363 071.0366 058.7079 0149406 302.7240 091.1728 13.91445265 30415
+1 22366U 92093BF  13116.21339887  .00001974  00000-0  94358-3 0  3981
+2 22366 071.1265 218.5617 0139742 349.7026 056.7359 14.15337227 37853
+1 22367U 92093BG  13116.63470189  .00000012  00000-0  45332-4 0  9144
+2 22367 070.8988 147.9788 0187582 031.5495 113.7107 13.82467477 24830
+1 22368U 92093BH  13116.62826998  .00000323  00000-0  97187-4 0  9675
+2 22368 071.2467 301.6972 0122263 249.7138 142.0551 14.45924922 68192
+1 22369U 92093BJ  13117.76133639 -.00000045  00000-0 -97904-8 0  6395
+2 22369 070.8864 200.1355 0098496 096.9313 048.3905 13.94048664 33279
+1 22370U 92093BK  13116.93657345  .00000125  00000-0  10302-3 0  8920
+2 22370 070.9762 081.1227 0112359 170.5640 226.0318 14.03626653 38719
+1 22371U 92093BL  13117.51399175  .00000120  00000-0  12118-3 0  9888
+2 22371 071.1647 117.2597 0114775 233.5105 273.0712 13.92360436 31394
+1 22374U 92093BP  13117.51848439  .00000515  00000-0  44675-3 0  4069
+2 22374 070.7879 137.5084 0182927 085.7004 056.8044 13.83383313 22107
+1 22375U 92093BQ  13116.73264058  .00000046  00000-0  60702-4 0   113
+2 22375 070.8178 004.0995 0090552 190.7920 205.4286 14.00330577 37241
+1 22376U 92093BR  13117.62697330  .00001058  00000-0  54641-3 0  5524
+2 22376 070.8934 189.9490 0062941 122.4106 354.1812 14.16323762 44457
+1 22377U 92093BS  13117.52483791  .00000551  00000-0  35906-3 0  5988
+2 22377 071.0946 112.7629 0055723 074.2622 071.6892 14.05926814 40549
+1 22379U 92093BU  13116.68654136  .00000571  00000-0  38521-3 0  6977
+2 22379 070.7090 327.3717 0093998 246.7674 112.3522 14.02819447 35804
+1 22381U 92093BW  13117.16780785  .00004482  00000-0  13091-2 0  8177
+2 22381 070.5513 000.7215 0046865 078.9326 064.9711 14.43967041 51405
+1 22382U 92093BX  13115.53471034  .00000392  00000-0  34123-3 0  9538
+2 22382 070.8654 123.4973 0169512 302.2100 203.6879 13.85815159 23556
+1 22383U 92093BY  13116.87108422  .00048737  00000-0  47620-2 0  2594
+2 22383 070.6439 040.1288 0035812 201.7690 158.1950 14.91628688 53387
+1 22387U 92093CC  13117.48408653  .00000349  00000-0  25278-3 0   844
+2 22387 070.8914 147.7742 0114579 026.4663 089.8760 14.00253613 34256
+1 22388U 92093CD  13116.81795302  .00000832  00000-0  50961-3 0  4412
+2 22388 070.9542 134.9698 0116620 257.1224 157.2508 14.05418251 36098
+1 22390U 92093CF  13117.02076453  .00000066  00000-0  70567-4 0  7516
+2 22390 071.1752 292.2478 0077881 061.8163 299.0792 14.01806876   369
+1 22391U 92093CG  13117.82822935  .00176896  00000-0  68980-2 0  5785
+2 22391 071.3095 102.6914 0000946 090.2829 344.1583 15.25064557 66589
+1 22392U 92093CH  13117.18962521  .00001515  00000-0  26765-3 0  3476
+2 22392 070.8960 042.4155 0116974 330.3312 177.4835 14.64900922 77987
+1 22393U 92093CJ  13116.10938024  .00000689  00000-0  45821-3 0  6242
+2 22393 071.1245 340.2964 0127089 080.0705 063.0393 14.00731139 34602
+1 22394U 92093CK  13116.78068865  .00000056  00000-0  61888-4 0  7841
+2 22394 071.2820 359.0612 0083345 272.8587 086.2995 14.03627549 36694
+1 22395U 92093CL  13116.88236231  .00002241  00000-0  11355-2 0  3708
+2 22395 071.1549 255.9731 0096309 052.5279 090.9830 14.14691755 36910
+1 22396U 92093CM  13116.41916647  .00005412  00000-0  13895-2 0  7072
+2 22396 070.6621 235.6154 0019728 146.5642 248.3800 14.50569092 57308
+1 22397U 92093CN  13117.77848949  .00000514  00000-0  26431-3 0  6766
+2 22397 070.8069 006.3097 0042196 232.5211 162.0201 14.19646444 46957
+1 22398U 92093CP  13117.58156087  .00000435  00000-0  29603-3 0  6431
+2 22398 070.9530 148.5315 0121067 266.3457 239.4090 14.02064456 35509
+1 22400U 92093CR  13111.18617458  .00000200  00000-0  18963-3 0  9068
+2 22400 071.2407 345.8881 0161436 243.2036 264.9694 13.86311942 26847
+1 22403U 92093CU  13115.71629625  .00000582  00000-0  39937-3 0  4560
+2 22403 070.8937 083.3937 0085788 355.9078 068.9380 14.01968035 35923
+1 22404U 92093CV  13117.19651698  .00001911  00000-0  30722-3 0  2760
+2 22404 071.0584 195.8875 0104991 293.1551 099.0062 14.69414093 77542
+1 22405U 92093CW  13116.01754752  .00000157  00000-0  62353-4 0  8893
+2 22405 071.0375 298.8737 0130442 311.5917 193.7959 14.38933010 63906
+1 22406U 92093CX  13116.51841152  .00000205  00000-0  21110-3 0  8967
+2 22406 070.7519 122.3693 0176453 146.1125 358.6691 13.80643434 20991
+1 22407U 92093CY  13116.74366307  .00000258  00000-0  25231-3 0  9076
+2 22407 070.8616 197.5182 0183887 003.6204 140.5048 13.80888565 21139
+1 22408U 92093CZ  13116.74553162  .00000722  00000-0  46468-3 0  2146
+2 22408 071.0931 311.7793 0133353 116.9428 010.5326 14.02049770 33703
+1 22409U 92093DA  13117.82414807  .00000790  00000-0  18275-3 0  8875
+2 22409 071.1359 064.9263 0133346 326.7786 064.6806 14.53166357 70912
+1 22410U 92093DB  13116.07815715  .00000121  00000-0  11657-3 0  4080
+2 22410 071.0887 357.2288 0110434 297.9912 176.3555 13.95236416 32208
+1 22411U 92093DC  13117.81039544  .00008017  00000-0  19751-2 0  9171
+2 22411 070.6505 232.7050 0062614 011.3792 132.5009 14.51275335 46967
+1 22414U 92093DF  13117.78015729  .00009863  00000-0  69191-3 0  9678
+2 22414 071.1138 210.0617 0057998 277.2482 228.9565 15.04006103 88613
+1 22415U 92093DG  13115.82808536  .00000314  00000-0  21984-3 0  3313
+2 22415 071.1191 244.7830 0126405 008.0879 135.2120 14.01924865 35725
+1 22416U 92093DH  13117.84457519  .00000113  00000-0  96846-4 0  5329
+2 22416 070.9620 003.9784 0082131 298.8885 192.2198 14.04816755 41676
+1 22417U 92093DJ  13117.20159382  .00000057  00000-0  70388-4 0  9792
+2 22417 071.1864 008.9212 0085499 119.2748 025.1148 13.96813414 35610
+1 22418U 92093DK  13117.14956306  .00000637  00000-0  43913-3 0  2360
+2 22418 071.1303 008.0569 0133458 093.8937 049.4834 13.98629458 33952
+1 22419U 92093DL  13116.51106448  .00000172  00000-0  15576-3 0  3588
+2 22419 071.1776 105.5814 0108557 193.8692 313.8198 13.93806467 32192
+1 22420U 92093DM  13116.83622588  .00001691  00000-0  30384-3 0  3089
+2 22420 070.9917 223.5324 0081470 084.8204 061.0113 14.66124934 77042
+1 22421U 92093DN  13116.21055932  .00000501  00000-0  30770-3 0  3421
+2 22421 071.0381 017.7383 0096978 007.4331 136.1705 14.08080828 40904
+1 22422U 92093DP  13117.16320627  .00000205  00000-0  16994-3 0   513
+2 22422 071.1874 031.0700 0094114 124.9985 022.0758 13.97581666 33585
+1 22423U 92093DQ  13117.55232661  .00000018  00000-0  43594-4 0  7737
+2 22423 071.2770 127.4890 0099952 009.4680 135.5024 13.94818765 32693
+1 22425U 92093DS  13117.57821391  .00000157  00000-0  14718-3 0  9792
+2 22425 071.1749 132.9448 0115884 219.3075 288.3557 13.92670097 30208
+1 22426U 92093DT  13117.73515424  .00000511  00000-0  25946-3 0   529
+2 22426 071.3545 191.0377 0146694 303.1764 203.6607 14.14947661 42255
+1 22429U 92093DW  13117.21499626  .00007590  00000-0  78024-3 0  9012
+2 22429 071.1092 027.5314 0062492 066.1713 088.3241 14.89186081 86321
+1 22430U 92093DX  13116.54438903  .00000109  00000-0  10846-3 0   614
+2 22430 071.2339 139.1268 0114967 088.1518 055.1439 13.94020995 31459
+1 22431U 92093DY  13117.66907488  .00020005  00000-0  31005-2 0  7206
+2 22431 070.8713 324.5010 0041539 339.9692 019.9827 14.72577036 49223
+1 22432U 92093DZ  13117.52399531  .00000565  00000-0  39607-3 0  9967
+2 22432 070.8344 125.0056 0107484 161.0175 344.1036 13.99886308 32994
+1 22433U 92093EA  13116.74710360  .00002830  00000-0  10938-2 0  4684
+2 22433 071.1694 344.2398 0094659 069.2828 045.6433 14.28497426 44746
+1 22435U 92093EC  13117.19966795  .00001802  00000-0  72563-3 0  4907
+2 22435 071.3461 202.5310 0094507 351.1715 040.2974 14.26886618 42430
+1 22436U 92093ED  13116.52793470  .00002011  00000-0  51665-3 0  2723
+2 22436 071.5162 269.2973 0064934 077.3394 316.5892 14.50110699 65379
+1 22437U 92093EE  13117.84416821  .00000984  00000-0  34829-3 0  1057
+2 22437 071.3404 052.0713 0046399 195.7076 199.9515 14.36286882 57192
+1 22438U 92093EF  13117.56680937  .00008103  00000-0  22211-2 0  7887
+2 22438 071.3410 283.7619 0069496 146.0994 328.5464 14.45923926 50440
+1 22441U 92093EJ  13117.66535851 -.00000072  00000-0 -17880-4 0  7423
+2 22441 071.1987 321.4162 0087468 025.5064 008.1933 14.01131205 37420
+1 22442U 92093EK  13117.08194252  .00001505  00000-0  74644-3 0  2779
+2 22442 071.1054 228.4417 0152218 344.2748 069.4824 14.12912625 36255
+1 22443U 92093EL  13116.38899498  .00003619  00000-0  15708-2 0  3770
+2 22443 071.1066 075.2628 0081222 005.2843 138.9242 14.23048821 40427
+1 22444U 92093EM  13117.66019534  .00000389  00000-0  26229-3 0  3679
+2 22444 071.3227 319.4596 0080385 143.8224 280.7308 14.04769249 38167
+1 22445U 92093EN  13116.70785358  .00000451  00000-0  27466-3 0  6147
+2 22445 071.2711 175.8152 0065905 118.0340 028.5565 14.10116202 41126
+1 22446U 93007A   13117.16997147 -.00000037  00000-0  00000+0 0  5631
+2 22446 054.8966 052.8364 0023784 305.9978 198.4827 01.88092656143788
+1 22447U 93007B   13116.68493236  .00003270  00000-0  17193-3 0  6860
+2 22447 020.8556 236.6302 0065082 041.6272 091.6515 15.06998961103579
+1 22451U 92093EQ  13116.84397209  .00000093  00000-0  97620-4 0  9991
+2 22451 071.1375 072.5805 0130515 130.1199 251.0437 13.93058926 31413
+1 22453U 92093ES  13117.40671236  .00000543  00000-0  47274-3 0  8618
+2 22453 070.8041 116.0277 0174042 045.2003 071.3641 13.83733105 22543
+1 22454U 92093ET  13117.58567904  .00000176  00000-0  15045-3 0  8268
+2 22454 070.9171 174.0273 0107780 001.6843 112.8466 13.97482379 34090
+1 22455U 92093EU  13117.61752183  .00001910  00000-0  10271-2 0  3142
+2 22455 070.8812 194.0088 0129821 052.6284 062.2824 14.09921683 32806
+1 22456U 92093EV  13116.23037000  .00002430  00000-0  13112-2 0  3318
+2 22456 071.2739 163.7987 0137360 032.0542 028.9400 14.08909445 31491
+1 22458U 92093EX  13117.85711515  .00000011  00000-0  37671-4 0  5187
+2 22458 070.8556 029.5759 0072388 054.9827 339.0665 14.00828909 36770
+1 22459U 92093EY  13117.61089279  .00003068  00000-0  12664-2 0  5118
+2 22459 071.1835 172.7557 0104353 272.9226 241.6593 14.24603525 40173
+1 22468U 92093FH  13116.12354034  .00004494  00000-0  20966-2 0  4406
+2 22468 071.1764 359.8921 0122161 100.0977 043.6598 14.17019583 34005
+1 22471U 92093FL  13117.60002875  .00004405  00000-0  15057-2 0  6530
+2 22471 071.1423 279.4187 0088292 078.1476 039.1044 14.34634327 45924
+1 22473U 92093FN  13116.76230906  .00003002  00000-0  12965-2 0  5891
+2 22473 071.3492 022.6036 0114217 170.7152 225.6122 14.21722489 36575
+1 22474U 92093FP  13117.63801933  .00001733  00000-0  12573-2 0  4762
+2 22474 071.3110 205.1897 0189999 296.4439 179.2955 13.89474598 19600
+1 22475U 92093FQ  13117.78697144  .00003206  00000-0  83326-3 0  2003
+2 22475 071.3035 359.3060 0049912 254.1993 105.3643 14.49654975 57597
+1 22476U 92093FR  13117.90286035  .00000689  00000-0  98706-3 0  6409
+2 22476 071.5441 093.3641 0497274 133.0739 231.3144 13.17214523969708
+1 22477U 92093FS  13116.63008339  .00001949  00000-0  39217-3 0  3261
+2 22477 070.8751 290.6077 0085798 341.4812 143.0452 14.60663455 69568
+1 22478U 92093FT  13116.85093547  .00003750  00000-0  98565-3 0  6122
+2 22478 071.3287 053.0303 0057820 255.5825 139.4864 14.48753984 56268
+1 22480U 92093FV  13117.82381569  .00002921  00000-0  11476-2 0  5849
+2 22480 071.1238 337.3887 0092227 156.5545 332.6715 14.27775318 43315
+1 22481U 92093FW  13116.12965433  .00006387  00000-0  19657-2 0  8853
+2 22481 071.2772 143.0503 0072742 125.2958 235.5012 14.40299513 41646
+1 22485U 92093GA  13116.93460510  .00008188  00000-0  21616-2 0  5498
+2 22485 070.4591 167.2221 0075597 341.9487 077.9223 14.47486390 44205
+1 22487U 93008A   13116.63422780  .00000036  00000-0  21054-4 0  8227
+2 22487 082.9429 141.8817 0037927 201.4943 307.4534 13.75644330 10362
+1 22488U 93008B   13117.53751494  .00000188  00000-0  17321-3 0  6132
+2 22488 082.9403 123.2480 0026593 139.2293 007.2736 13.77570480 16123
+1 22489U 93009A   13117.50558094  .00000420  00000-0  67259-4 0  8195
+2 22489 024.9650 259.1592 0041218 215.8726 202.0193 14.44054936 66721
+1 22490U 93009B   13117.48022825  .00000362  00000-0  51059-4 0  1191
+2 22490 024.9695 249.5984 0042768 223.0451 188.7002 14.43851206 66832
+1 22491U 93009C   13116.66043899  .00000647  00000-0  10940-3 0  5165
+2 22491 024.9764 211.2242 0048987 165.1845 343.1254 14.51454192 70793
+1 22493U 92093GC  13116.50390520  .00000555  00000-0  17456-3 0  9978
+2 22493 071.0436 351.1987 0115377 323.4220 108.4487 14.41196876 77763
+1 22494U 92093GD  13115.49528692  .00002063  00000-0  15119-2 0  3725
+2 22494 070.8318 236.7619 0199154 164.3416 322.7877 13.87993108 19160
+1 22495U 92093GE  13117.14579638  .00003295  00000-0  13478-2 0  2392
+2 22495 071.1890 165.5614 0021468 259.9432 129.4533 14.27807875 42252
+1 22496U 92093GF  13117.77116653  .00000109  00000-0  10651-3 0  9744
+2 22496 071.2173 043.8647 0088809 088.5677 301.5482 13.96618927 32934
+1 22498U 92093GH  13116.77954958  .00007095  00000-0  14008-2 0  7279
+2 22498 071.2581 329.6746 0042496 316.6741 168.7270 14.62159996 57208
+1 22499U 92093GJ  13117.54803245  .00002685  00000-0  10906-2 0  5336
+2 22499 071.4154 307.0685 0088509 314.0256 080.3147 14.26320125 38583
+1 22500U 92093GK  13116.24329428  .00000651  00000-0  30867-3 0  8682
+2 22500 070.8505 273.8083 0067231 218.8291 204.2820 14.22205855 47044
+1 22501U 92093GL  13117.18014764  .00054962  00000-0  45478-2 0  1298
+2 22501 070.9488 028.8767 0018545 313.4638 046.4985 14.98464910 62119
+1 22502U 92093GM  13117.46978898  .00000152  00000-0  15301-3 0  9188
+2 22502 070.8195 347.6179 0156902 287.8165 147.3216 13.87396640 28629
+1 22503U 92093GN  13116.30962373  .00007211  00000-0  17552-2 0  7014
+2 22503 071.1942 064.9310 0043459 274.6265 242.9650 14.52481190 55517
+1 22504U 92093GP  13117.05349385  .00004530  00000-0  16595-2 0  2809
+2 22504 071.3064 112.4898 0081752 344.2327 050.4169 14.31470088 47009
+1 22506U 92093GR  13115.65400284  .00008323  00000-0  21039-2 0  9418
+2 22506 070.6729 182.0183 0058728 290.2635 069.2196 14.50196769 45828
+1 22509U 92093GU  13116.79257359  .00000796  00000-0  45827-3 0  2871
+2 22509 071.1412 238.1604 0120881 328.3377 183.7061 14.08589548 37078
+1 22512U 93010A   13115.66157887  .00000004  00000-0  00000+0 0  8974
+2 22512 064.1773 235.4452 0017275 199.3950 316.8316 02.13103391156884
+1 22513U 93010B   13116.77908220  .00000010  00000-0  00000+0 0   972
+2 22513 064.1691 235.3532 0003892 139.5099 220.2548 02.13104691157095
+1 22514U 93010C   13115.91431669  .00000005  00000-0  00000+0 0  1263
+2 22514 064.1941 235.5627 0009910 174.0884 335.8891 02.13102038157080
+1 22517U 93010F   13115.82436012  .00000005  00000-0  00000+0 0  8248
+2 22517 064.1701 234.5962 0016773 224.0904 278.9729 02.13409956157325
+1 22532U 70025QN  13116.80719463  .00000538  00000-0  76201-3 0  1917
+2 22532 100.0344 066.6492 0005180 061.3787 327.3160 13.61773076998905
+1 22533U 70025QP  13117.11210363  .00001044  00000-0  14318-2 0  8895
+2 22533 100.0150 057.4804 0004896 070.9019 046.4186 13.61313360998546
+1 22537U 92093GX  13116.41836291  .00000931  00000-0  61192-3 0  9285
+2 22537 071.1759 076.1186 0120567 186.9170 320.0527 14.00933335 30051
+1 22543U 92093HD  13116.64124896  .00003006  00000-0  13585-2 0  1200
+2 22543 071.3661 348.5111 0107933 117.7048 274.7718 14.19750765 34835
+1 22544U 92093HE  13116.07973259  .00004437  00000-0  20860-2 0  6896
+2 22544 071.2511 104.4756 0153399 020.0966 043.4475 14.14477862 28502
+1 22545U 92093HF  13115.55023690  .00001079  00000-0  13497-2 0  2730
+2 22545 071.5626 131.4958 0428020 224.9636 284.8194 13.33569527980283
+1 22546U 92093HG  13116.78425632  .00002676  00000-0  11593-2 0  9296
+2 22546 071.3830 333.5066 0101990 063.1288 063.4465 14.22333976 35823
+1 22547U 92093HH  13116.76658818  .00004439  00000-0  15425-2 0  6596
+2 22547 071.4503 212.4747 0084373 169.2950 335.9082 14.33983866 47053
+1 22549U 92093HK  13115.20746940  .00000899  00000-0  54790-3 0  7619
+2 22549 071.2253 030.8684 0115704 065.8122 058.8561 14.05385323 34436
+1 22550U 92093HL  13117.77503543  .00047669  00000-0  43995-2 0  2463
+2 22550 071.1971 230.1156 0041621 113.3099 247.2455 14.93720221 53233
+1 22551U 92093HM  13117.57204317  .00000054  00000-0  70406-4 0   564
+2 22551 070.8636 162.7235 0093620 121.3699 029.6049 13.95671325 33899
+1 22552U 92093HN  13116.12227186  .00005702  00000-0  15985-2 0  6924
+2 22552 071.0788 011.8089 0036893 107.2247 010.9950 14.46016464 53871
+1 22553U 92093HP  13116.63877197  .00006686  00000-0  12527-2 0  2640
+2 22553 071.4242 305.1835 0025134 321.2835 155.1176 14.64915500 63902
+1 22554U 92093HQ  13116.41160228  .00002091  00000-0  86553-3 0  2486
+2 22554 071.4057 255.9415 0089129 310.4520 083.9228 14.25575621 43208
+1 22555U 92093HR  13117.67842284  .00021721  00000-0  35258-2 0  9714
+2 22555 070.4933 331.3085 0051102 131.7538 337.6937 14.70250068 52139
+1 22557U 93013A   13107.38682591  .00000103  00000-0  10000-3 0   664
+2 22557 013.6076 030.5673 0007675 023.5106 336.4799 01.00365923 73473
+1 22561U 93014A   13117.12041103  .00000182  00000-0  74703-4 0  1525
+2 22561 075.7611 160.4646 0196137 320.1293 071.7731 14.21394587 41891
+1 22562U 93014B   13117.19736015  .00000162  00000-0  60673-4 0  9455
+2 22562 075.7645 042.3112 0166965 151.6555 357.2713 14.28332500 46496
+1 22563U 93015A   13116.41178354 -.00000203  00000-0  10000-3 0  4020
+2 22563 017.1326 163.2182 0005309 132.2245 227.9827 00.99256115 77198
+1 22565U 93016A   13117.19346819 -.00000161  00000-0 -60850-4 0  8614
+2 22565 070.8633 353.6821 0007336 215.6283 290.8760 14.12398963 35997
+1 22566U 93016B   13117.17997023 -.00000282  00000-0 -12157-3 0  7734
+2 22566 071.0099 000.3247 0012785 274.3536 085.6126 14.14780687 37406
+1 22567U 93014C   13116.32513090  .00000660  00000-0  21327-3 0  2425
+2 22567 075.7572 070.3860 0174728 196.4117 310.8888 14.31896150 45192
+1 22568U 93014D   13115.30686809  .00000679  00000-0  21673-3 0   503
+2 22568 075.7523 059.5346 0176105 194.9765 290.9941 14.32341069 45351
+1 22571U 92093HT  13116.97865460  .00002775  00000-0  15057-2 0  9415
+2 22571 071.3562 318.1862 0157193 008.0112 352.3656 14.07075416 21288
+1 22574U 92093HW  13116.18690020  .00000718  00000-0  46749-3 0  9473
+2 22574 071.0860 026.7902 0151072 196.6920 314.7964 14.00294828 27358
+1 22575U 93016C   13115.66493991  .00000080  00000-0  11478-3 0  8629
+2 22575 071.0035 334.7304 0205561 133.2552 264.7369 13.72235139  5720
+1 22576U 93016D   13116.00823351  .00000020  00000-0  58277-4 0  8696
+2 22576 070.9948 318.5215 0201321 161.6032 343.7609 13.72544583  6071
+1 22577U 93016E   13117.87294530  .00000045  00000-0  27999-4 0  2287
+2 22577 071.0428 051.8353 0118816 188.6362 207.6399 14.42270993 57224
+1 22578U 93016F   13116.16666766  .00000355  00000-0  10219-3 0   179
+2 22578 071.0660 342.4448 0113561 088.0616 057.3923 14.48067223 59584
+1 22579U 93016G   13116.82381997  .00000208  00000-0  73143-4 0  9300
+2 22579 071.0324 060.3327 0109433 196.4257 197.4782 14.43085673 56650
+1 22581U 93017A   13116.51802356  .00000052  00000-0  00000+0 0  3259
+2 22581 053.8301 109.6907 0003047 321.8079 224.3664 01.88946787143986
+1 22590U 93020A   13117.06577539  .00000062  00000-0  49120-4 0  2156
+2 22590 082.9292 104.0345 0023013 011.0283 019.1193 13.75269708  7349
+1 22591U 93020B   13115.87687204  .00000176  00000-0  16243-3 0  5580
+2 22591 082.9285 087.5208 0023878 291.9429 099.3376 13.77200520  8450
+1 22594U 93022A   13116.73869294 -.00001701  00000-0 -35974-3 0  3769
+2 22594 062.6885 054.8704 7424418 241.4561 027.0202 02.00882099146934
+1 22598U 92093HX  13117.60135112  .00000448  00000-0  32545-3 0  7122
+2 22598 070.6478 309.1671 0093530 343.6073 073.0115 13.99944333 35129
+1 22599U 93014E   13115.70434855  .00001233  00000-0  36412-3 0   631
+2 22599 075.7600 007.5660 0161242 105.1169 290.8328 14.36768050 47606
+1 22600U 93016J   13116.85485683  .00000030  00000-0  63526-4 0  9087
+2 22600 070.9149 032.8540 0161415 212.4186 182.3045 13.81678786 12760
+1 22601U 93016K   13115.81339905  .00000102  00000-0  12851-3 0  8654
+2 22601 071.0470 227.6960 0178475 336.4634 167.9006 13.78084349  9831
+1 22602U 93016L   13116.12058167  .00000090  00000-0  12291-3 0  8618
+2 22602 071.0438 343.7211 0199544 099.0778 043.7438 13.73048718  6388
+1 22603U 93016M   13117.63254453 -.00000041  00000-0  16302-5 0  8764
+2 22603 070.9972 168.2495 0159077 030.5800 112.2394 13.78413277 10454
+1 22604U 93016N   13116.71965138 -.00000016  00000-0  23992-4 0  8698
+2 22604 070.9963 220.9090 0168064 075.0922 075.5839 13.76198204  8862
+1 22605U 93016P   13117.55778054  .00000239  00000-0  21751-3 0  9418
+2 22605 070.9994 290.0021 0132610 196.4466 222.3825 13.89184377 17720
+1 22606U 93016Q   13116.83626030  .00000251  00000-0  23714-3 0  9308
+2 22606 071.0026 058.1620 0154628 292.1814 100.6690 13.85351832 13846
+1 22607U 93016R   13116.85519721 -.00000013  00000-0  27441-4 0  8969
+2 22607 070.9952 233.5840 0171796 088.1584 056.2730 13.75623919  8457
+1 22608U 93016S   13116.15959668 -.00000006  00000-0  32557-4 0  9171
+2 22608 071.0053 027.8248 0133000 293.0153 215.0164 13.84392415 14775
+1 22609U 93016T   13117.19531058  .00000136  00000-0  14521-3 0  9225
+2 22609 070.9952 025.5856 0141816 294.3546 211.0497 13.85989805 14698
+1 22610U 93016U   13117.37314953 -.00000005  00000-0  37837-4 0  8748
+2 22610 071.0026 066.6929 0215045 214.8726 292.6307 13.67577936  2751
+1 22611U 93016V   13117.79244608  .00000035  00000-0  70551-4 0  8870
+2 22611 070.9951 222.3248 0170608 082.5650 060.4778 13.77044177  8838
+1 22612U 93016W   13115.09545102  .00002344  00000-0  12883-2 0  5644
+2 22612 070.9946 029.9021 0092197 049.5676 067.1873 14.10554658 25174
+1 22613U 93016X   13115.68083387  .00000364  00000-0  37706-3 0  8760
+2 22613 070.9996 342.3199 0200301 157.0287 240.6548 13.73607911  4981
+1 22614U 93016Y   13116.17180396  .00000243  00000-0  23152-3 0  8298
+2 22614 071.0014 020.7279 0134931 289.0505 236.3733 13.86476247 14647
+1 22615U 93016Z   13115.84840135  .00000342  00000-0  30012-3 0  9829
+2 22615 071.0054 030.9110 0140255 290.8941 102.3472 13.88072305 14460
+1 22616U 93016AA  13117.59920372  .00000088  00000-0  12440-3 0  8210
+2 22616 070.9941 306.8097 0187768 141.7364 278.1688 13.72963322  6223
+1 22617U 93016AB  13116.29991172  .00000364  00000-0  32349-3 0  9491
+2 22617 071.0040 040.3538 0140569 300.9558 204.7959 13.86992009 14176
+1 22618U 93016AC  13117.10317619  .00000184  00000-0  19552-3 0  8929
+2 22618 070.9912 130.4478 0159297 002.7925 031.7151 13.81210104 11577
+1 22619U 93016AD  13116.49874598  .00000012  00000-0  51402-4 0  8915
+2 22619 070.9992 292.6953 0184961 115.6218 281.4977 13.73407370  6275
+1 22620U 93016AE  13117.87362277 -.00000019  00000-0  21770-4 0  9011
+2 22620 071.0065 043.9880 0136657 301.8005 091.6970 13.83702886 13923
+1 22624U 93013D   13115.96738552 -.00000157  00000-0  10000-3 0   942
+2 22624 014.0934 032.1838 0019699 004.1694 355.7870 00.98015031 71912
+1 22626U 93024A   13117.14242072  .00000815  00000-0  92895-4 0  7574
+2 22626 082.5257 024.7375 0021860 091.8973 268.4746 14.84777527 81515
+1 22627U 93024B   13116.90715987  .00000228  00000-0  28875-4 0    26
+2 22627 082.5241 063.7842 0022869 229.9430 163.2730 14.77320450 78795
+1 22645U 93016AF  13116.68378624  .00000267  00000-0  26149-3 0  8432
+2 22645 070.9883 195.6454 0177392 051.2481 091.0327 13.80708869  9034
+1 22646U 93030A   13115.60354731 -.00000014  00000-0 -13339-3 0  6339
+2 22646 082.5824 140.2698 0012612 017.1260 129.7495 12.63943895920761
+1 22647U 93030B   13116.17385207  .00000014  00000-0  18929-4 0  6211
+2 22647 082.5830 143.8000 0010787 022.3852 047.0029 12.63519118920538
+1 22648U 93030C   13116.17334719 -.00000010  00000-0 -11596-3 0  6236
+2 22648 082.5774 143.3366 0009355 036.6115 029.1555 12.63151235920262
+1 22649U 93030D   13116.17024030 -.00000009  00000-0 -10983-3 0  6203
+2 22649 082.5762 140.5065 0010379 034.9532 032.6405 12.63407529920451
+1 22650U 93030E   13115.66901600  .00000008  00000-0 -16064-4 0  6187
+2 22650 082.5834 148.0969 0008639 039.7483 109.9345 12.63074903920157
+1 22651U 93030F   13115.64241507  .00000005  00000-0 -28878-4 0   535
+2 22651 082.5813 146.5374 0010084 027.5275 120.4921 12.63055593920173
+1 22652U 93030G   13117.17265398 -.00000005  00000-0 -86855-4 0  5704
+2 22652 082.5852 147.4483 0008950 037.4234 354.0229 12.63115728920399
+1 22653U 93031A   13117.28327707  .00000001  00000-0  00000+0 0   758
+2 22653 005.8215 060.6046 0004099 343.4066 275.3988 01.00273916 68196
+1 22654U 93031B   13106.58673772 -.00000148  00000-0  10000-3 0  7278
+2 22654 003.8309 307.5911 2840269 246.6861 080.7144 01.42205309 99024
+1 22655U 93031C   13117.07574520  .00006162  00000-0  21623-2 0  4647
+2 22655 005.2303 001.1678 6963323 231.3641 351.9215 02.67785058179416
+1 22657U 93032A   13116.92252510  .00000028  00000-0  00000+0 0  9378
+2 22657 054.0488 096.1401 0088418 311.2101 184.5832 02.00556232142443
+1 22662U 92093HZ  13115.06818501  .00011178  00000-0  25881-2 0  3821
+2 22662 070.5022 121.6191 0067373 222.7964 136.7920 14.53868467 48603
+1 22665U 92093JA  13117.11727051  .00000329  00000-0  23201-3 0  6252
+2 22665 071.0775 153.6920 0069515 159.0375 231.4287 14.03992002 27592
+1 22670U 92072C   13116.46824753  .00007230  00000-0  19388-2 0  5559
+2 22670 007.0170 275.3321 6441264 290.3944 021.1280 03.39137225585327
+1 22671U 93035A   13116.91775314  .00029445  00000-0  84344-3 0  5094
+2 22671 062.7245 040.3648 5167731 300.5800 018.5341 05.44998006164915
+1 22675U 93036A   13117.02032925  .00000084  00000-0  40589-4 0  9632
+2 22675 074.0394 095.3100 0025881 224.3948 169.6001 14.32219058 37520
+1 22676U 93036B   13117.84129464  .00000222  00000-0  89846-4 0  9282
+2 22676 074.0445 064.9941 0017879 102.4042 257.9112 14.33413685 38755
+1 22687U 93038A   13116.07502832  .00000049  00000-0  21060-3 0  6089
+2 22687 082.5843 054.6008 0009013 080.0358 047.5470 12.63205302914721
+1 22688U 93038B   13116.79013448  .00000049  00000-0  21821-3 0  6152
+2 22688 082.5872 071.8070 0012312 073.5397 314.4865 12.61472722913611
+1 22689U 93038C   13117.17164516  .00000025  00000-0  75346-4 0  4399
+2 22689 082.5843 039.4578 0013340 079.1129 073.5718 12.64797931916089
+1 22690U 93038D   13116.60200985  .00000039  00000-0  15762-3 0  6302
+2 22690 082.5863 055.1181 0006976 087.6650 334.6003 12.63224071915477
+1 22691U 93038E   13117.35505872  .00000021  00000-0  54351-4 0  6320
+2 22691 082.5781 043.8875 0008637 095.0561 053.1344 12.63828592915997
+1 22692U 93038F   13115.98597950  .00000049  00000-0  21556-3 0  6180
+2 22692 082.5799 060.8958 0009154 074.3425 032.8316 12.62157251914596
+1 22693U 93038G   13116.57091487 -.00000000  00000-0 -62046-4 0  5549
+2 22693 082.5825 127.1346 0045135 249.5598 258.2239 12.54793632909313
+1 22694U 93039A   13116.30071451 -.00000126  00000-0  10000-3 0  5754
+2 22694 012.3735 040.2195 0003379 178.1195 181.8215 01.00277184 70879
+1 22698U 93041A   13117.14896762  .00000080  00000-0  28272-4 0  5090
+2 22698 089.5326 313.7551 0090117 034.6012 068.1102 14.23025010 29761
+1 22699U 93041B   13116.59235209  .00000183  00000-0  70951-4 0  8539
+2 22699 089.5313 312.7587 0088495 021.9146 010.6700 14.24206101 29926
+1 22700U 93042A   13117.10503315 -.00000053  00000-0  00000+0 0  9853
+2 22700 056.3900 340.7566 0171349 094.8108 043.6256 02.00667201145259
+1 22706U 93041C   13117.48426015  .00000822  00000-0  26084-3 0  9925
+2 22706 089.2857 094.6649 0029881 358.7544 148.3925 14.38998040 38560
+1 22707U 93041D   13117.82232613  .00000731  00000-0  29142-3 0  8761
+2 22707 090.0350 238.7394 0150277 161.2572 345.9209 14.21785285 26956
+1 22723U 93048A   13116.39019062  .00000105  00000-0  10000-3 0  8407
+2 22723 008.5277 052.9769 0005906 228.2033 131.6529 00.99718504 71980
+1 22724U 93048B   13116.43961270  .00000121  00000-0  10000-3 0  8992
+2 22724 010.9295 046.1883 0016490 074.8333 285.2681 00.99970609 72609
+1 22725U 93048C   13115.72847789  .00004684  00000-0  26757-2 0  3439
+2 22725 006.6624 203.3023 7053629 243.0844 030.8953 02.54571971185939
+1 22729U 93049A   13116.72918991  .00002435  00000-0  51082-3 0  5534
+2 22729 061.9824 070.2591 7511284 271.3594 012.5967 02.01410882144529
+1 22739U 93050A   13117.26489709  .00000133  00000-0  95611-4 0  3298
+2 22739 098.7467 194.6938 0010371 157.5286 234.8481 14.12397352 15993
+1 22744U 93051D   13115.31854772 -.00000944  00000-0  31442-2 0  3746
+2 22744 064.4276 069.2109 7276232 180.2133 357.3673 02.05610568146563
+1 22779U 93054A   13117.38431688 -.00000053  00000-0  00000+0 0  6638
+2 22779 055.2117 035.1868 0107758 092.5190 015.6606 02.00566102144011
+1 22782U 93055A   13116.65476295  .00000023  00000-0  73210-5 0  7237
+2 22782 082.5474 143.8109 0021994 357.4665 152.2267 13.83702650992516
+1 22783U 93055B   13117.61911891  .00000024  00000-0  84786-5 0  7591
+2 22783 082.5492 144.4625 0022369 352.3065 155.0103 13.83596389992635
+1 22784U 93055C   13117.64143991  .00000015  00000-0  11839-7 0  1958
+2 22784 082.5485 145.0645 0021676 359.7756 148.7921 13.83367353992538
+1 22788U 93056B   13117.36882075  .00101258 -21048-5  12368-2 0  7664
+2 22788 026.8728 148.7489 2029033 027.0193 074.6962 11.49086416583048
+1 22796U 93058B   13115.81118575 -.00000101  00000-0  10000-3 0  1537
+2 22796 012.2873 040.7571 0018381 354.5026 005.4060 01.00271375 78771
+1 22797U 93058D   13116.13299251  .00001368  00000-0  18269-2 0  6461
+2 22797 015.4901 002.8551 7411008 054.0729 008.1006 02.08734595147064
+1 22801U 93050C   13117.81896106  .00006336  00000-0  14533-2 0  6647
+2 22801 098.9620 055.2645 0004953 099.7718 294.2539 14.55909308 30650
+1 22802U 93059A   13116.98781963 -.00000219  00000-0 -91479-4 0   385
+2 22802 070.9283 258.6521 0025790 334.7151 163.5223 14.12958392 11515
+1 22803U 93059B   13117.72939831 -.00000239  00000-0 -95605-4 0  9924
+2 22803 070.9909 194.0731 0016583 174.8052 185.3246 14.16619851 14226
+1 22804U 93059C   13116.33236285 -.00000016  00000-0  24800-4 0  8553
+2 22804 070.9774 215.3507 0210144 068.0821 348.5053 13.70949343981056
+1 22805U 93059D   13116.40501773  .00000033  00000-0  72212-4 0  8401
+2 22805 070.9743 239.7170 0212922 115.4841 282.4744 13.69743591980253
+1 22806U 93059E   13117.68289801  .00000029  00000-0  67741-4 0  8527
+2 22806 071.0216 200.8060 0202836 344.5472 180.0987 13.72849034982590
+1 22807U 93059F   13116.11704816  .00000077  00000-0  11318-3 0  8478
+2 22807 071.0200 233.5120 0206752 034.3143 022.5219 13.71536166981432
+1 22812U 92093JB  13116.10768848  .00000653  00000-0  47749-3 0  8247
+2 22812 070.6916 213.9639 0143086 070.8022 357.6764 13.94977598 11215
+1 22816U 92093JC  13114.78269946  .00002811  00000-0  15675-2 0  8608
+2 22816 071.4761 036.7189 0143962 214.7314 175.4298 14.06579333 25798
+1 22823U 93061A   13117.50847198  .00000074  00000-0  56765-4 0  3887
+2 22823 098.7515 063.2150 0015859 270.5518 203.4680 14.18889985 14130
+1 22824U 93061B   13117.85951948 -.00000028  00000-0  64829-5 0  4562
+2 22824 098.6369 057.6812 0007483 127.8278 305.7234 14.27317582 20418
+1 22825U 93061C   13117.47173297  .00000112  00000-0  60814-4 0  3699
+2 22825 098.6147 062.0426 0009544 080.4917 035.2813 14.29552331 21388
+1 22826U 93061D   13117.41760299  .00000126  00000-0  66144-4 0  1266
+2 22826 098.6088 062.2864 0009999 074.4333 072.6750 14.29835191 21507
+1 22827U 93061E   13117.82500630  .00000179  00000-0  85363-4 0  4011
+2 22827 098.6109 065.1003 0009607 046.8078 346.9142 14.30569492 21876
+1 22828U 93061F   13117.44722994  .00000139  00000-0  70516-4 0  3164
+2 22828 098.6016 061.8042 0010590 048.0451 077.4700 14.30107431989827
+1 22829U 93061G   13117.45074691  .00000123  00000-0  63952-4 0  3596
+2 22829 098.6008 063.3326 0010311 041.5104 071.2024 14.30510830 21891
+1 22830U 93061H   13116.86795220  .00000162  00000-0  78939-4 0  8724
+2 22830 098.7703 083.1822 0011403 033.3440 000.1097 14.30872046 21927
+1 22836U 93062A   13114.79406505 -.00000092  00000-0  00000+0 0  1417
+2 22836 013.4127 032.2501 0001366 076.7814 103.4719 01.00285879 71624
+1 22839U 93062D   13107.42389873  .00000133  00000-0  10000-3 0  7371
+2 22839 013.3763 032.2512 0012701 336.2761 023.6261 01.00358971 70723
+1 22840U 91009CK  13115.06303050  .00000281  00000-0  21851-2 0  8385
+2 22840 073.9590 100.2716 0175179 324.4082 066.2418 12.37406280897847
+1 22841U 91009CL  13116.29590580 -.00000036  00000-0 -19338-3 0  7756
+2 22841 074.0456 038.4780 0130170 197.2888 309.4190 12.22886740988146
+1 22842U 91009CM  13114.85268576  .00000120  00000-0  10396-2 0  7288
+2 22842 073.8836 059.5488 0137199 043.7885 345.2329 12.35648350997391
+1 22843U 91009CN  13117.10113833  .00000206  00000-0  15701-2 0  9489
+2 22843 074.0243 145.7665 0242203 304.4252 087.6852 12.37006831899315
+1 22845U 91086G   13117.14878042  .00014319  00000-0  10283-2 0  5655
+2 22845 082.3974 019.7199 0619227 223.0254 305.0201 14.14959337952178
+1 22849U 92089D   13117.27490230  .00045937  00000-0  43325-3 0  3209
+2 22849 034.9450 157.0907 3248203 314.0891 080.7801 09.01982988443200
+1 22850U 92021E   13116.08986559 -.00000169  00000-0 -10378-1 0  1230
+2 22850 003.3759 172.8690 7029504 166.9505 110.2523 02.24735238164403
+1 22871U 93066A   13117.36129392  .00000127  00000-0  00000+0 0  1410
+2 22871 001.1854 076.5033 0006773 328.3043 142.8930 01.00474390 71341
+1 22877U 93068A   13117.20006785  .00000061  00000-0  00000+0 0  3410
+2 22877 053.7312 160.7507 0100938 054.9062 348.5938 02.00550006142906
+1 22880U 93069A   13115.72986571 -.00000145  00000-0  10000-3 0  7806
+2 22880 013.3881 032.4924 0036183 039.3104 320.8889 00.99648988 71301
+1 22883U 93069D   13115.99475367  .00000056  00000-0  10000-3 0  7444
+2 22883 013.3245 032.0743 0005625 334.0427 025.8672 01.00471345 70836
+1 22888U 93070A   13116.83889762  .00000048  00000-0  34505-4 0  6259
+2 22888 082.9539 032.1547 0046953 256.7389 135.2023 13.74789696974742
+1 22889U 93070B   13116.79100618  .00000034  00000-0  17645-4 0  7668
+2 22889 082.9471 003.3004 0050937 148.7032 241.6273 13.77683301979381
+1 22907U 93072A   13115.98902170  .00000026  00000-0  10000-3 0   980
+2 22907 013.3515 032.3927 0008549 251.1031 108.7435 01.00161396 71132
+1 22910U 93072D   13116.79084525 -.00000163  00000-0  10000-3 0  6382
+2 22910 012.7666 030.3918 0022804 033.0192 327.0595 01.03166594 73244
+1 22911U 93073A   13114.83849936 -.00000077  00000-0  10000-3 0  6746
+2 22911 010.8968 046.1411 0005259 071.8268 288.1706 01.00275977 69778
+1 22912U 93073B   13116.93691988 -.00000005  00000-0  00000+0 0  9831
+2 22912 011.3050 043.3273 0004708 056.1930 303.7683 00.98984194 69516
+1 22913U 93073C   13116.93800980  .00053849  00000-0  21255-2 0  2997
+2 22913 006.7602 050.9613 4808964 065.2411 129.0789 06.04022537317930
+1 22919U 88023D   13116.80348838  .00000785  00000-0  65178-3 0  2597
+2 22919 082.9509 048.1209 0037680 007.6827 021.9467 13.87220761140726
+1 22921U 93076A   13114.16404744  .00000140  00000-0  00000+0 0  8983
+2 22921 010.5344 038.4438 0002971 007.6609 260.7950 01.00269176 70998
+1 22923U 93076C   13116.46766028 -.00000085  00000-0  10438-2 0  8625
+2 22923 023.1849 064.4946 7117806 332.9077 293.6883 02.24097974158749
+1 22927U 93077A   13116.81936969 -.00000055  00000-0  10000-3 0  1448
+2 22927 013.0549 036.4938 0012675 016.1551 343.8164 01.00271779 70458
+1 22930U 93078A   13115.53565717 -.00000072  00000-0  00000+0 0  2928
+2 22930 003.8871 066.5924 0010828 041.1901 318.8359 00.98987281 78545
+1 22931U 93078B   13117.23402896 -.00000274  00000-0  10000-3 0   293
+2 22931 003.6201 066.3764 0005665 036.9454 322.9825 00.99184290 70332
+1 22949U 93079A   13117.38426043  .00001835  00000-0  47532-2 0   785
+2 22949 061.6275 204.2904 7291754 261.9426 017.5429 02.00295721141812
+1 22952U 93079D   13116.45897303 -.00000543  00000-0 -16853-2 0  4139
+2 22952 061.9105 147.1555 7244024 266.9823 328.6336 02.05992262145526
+1 22963U 94002A   13116.32897668 -.00000005  00000-0  10000-3 0  2665
+2 22963 012.5688 039.1470 0012262 079.1296 280.9408 01.00189276 70579
+1 22966U 94002D   13115.73189100 -.00000097  00000-0  10000-3 0  9317
+2 22966 013.9777 028.7962 0046459 018.7690 341.3447 00.99466211 69339
+1 22969U 94003A   13117.11869976  .00000464  00000-0  11748-2 0  3658
+2 22969 082.5639 234.8435 0014234 328.9337 031.0943 13.16940413925526
+1 22970U 94003B   13117.15951394 -.00000259  00000-0 -70435-3 0  1583
+2 22970 082.5638 234.4984 0015156 325.7694 083.3125 13.16934270925567
+1 22971U 94003C   13116.87246932 -.00000233  00000-0 -63709-3 0  3936
+2 22971 082.5636 234.1350 0015245 324.3422 183.2135 13.17026898925563
+1 22979U 94007B   13116.95734708 -.00000061  00000-0  37237-3 0  5386
+2 22979 028.6872 249.1677 7217621 121.7916 345.5516 02.25287824157971
+1 22980U 94007C   13117.11950948  .00007569  00000-0  26252-2 0   606
+2 22980 028.7901 357.3641 6861346 045.9123 013.2099 02.81156893185536
+1 22981U 94008A   13115.26078836 -.00000217  00000-0  10000-3 0  5377
+2 22981 013.3306 033.5408 0004858 030.5079 329.4592 01.00325250 70371
+1 22984U 94008D   13115.97156295 -.00000152  00000-0  10000-3 0  9758
+2 22984 013.7586 035.0501 0021059 309.1686 050.5820 00.97967974 68665
+1 22996U 94010A   13117.54589990  .00021596 -12708-6  27113-3 0  7155
+2 22996 028.5702 162.4321 5854782 277.7044 288.7204 04.36870512226774
+1 22999U 94011A   13115.64756003 -.00000006  00000-0 -94403-4 0  3534
+2 22999 082.5757 157.8099 0008503 254.6166 252.2834 12.61113701883842
+1 23000U 94011B   13116.47142638  .00000001  00000-0 -51278-4 0  3552
+2 23000 082.5657 145.6262 0005756 255.8662 256.6338 12.61848466884473
+1 23001U 94011C   13116.43775137  .00000004  00000-0 -38545-4 0  3640
+2 23001 082.5712 141.5342 0006107 266.9943 227.4267 12.62797314885111
+1 23002U 94011D   13117.81249472  .00000024  00000-0  76615-4 0  3597
+2 23002 082.5622 130.7816 0006328 287.7098 136.5207 12.63402722885712
+1 23003U 94011E   13117.09324595  .00000010  00000-0 -24976-6 0  3645
+2 23003 082.5687 127.6937 0010797 269.2954 123.5301 12.64281150886245
+1 23004U 94011F   13116.60220632 -.00000013  00000-0 -13221-3 0  3685
+2 23004 082.5724 142.1097 0004042 282.3660 224.5088 12.62798075885131
+1 23005U 94011G   13116.79614987 -.00000006  00000-0 -99210-4 0  2860
+2 23005 082.5794 205.6962 0041853 046.7250 100.4721 12.55175215879847
+1 23007U 93036C   13116.73341133  .00000607  00000-0  20532-3 0  5927
+2 23007 074.0310 020.9710 0011833 066.6533 315.0888 14.38946904 38353
+1 23010U 94012A   13116.37468541  .00000115  00000-0  10000-3 0   983
+2 23010 013.3027 033.4744 0005313 022.8422 337.1383 01.00281036 70221
+1 23013U 94012D   13115.79346568 -.00000023  00000-0  10000-3 0  8869
+2 23013 013.6975 034.9007 0037861 358.1533 001.7700 00.98107984 68733
+1 23016U 94013A   13116.31825027 -.00000029  00000-0  10000-3 0  8769
+2 23016 006.3660 057.7446 0003245 358.9390 000.9612 00.99219105 69592
+1 23018U 94013C   13114.86727666 -.00000297  00000-0  00000+0 0  8569
+2 23018 024.9986 064.1980 6476061 111.3326 350.2132 02.02379640141802
+1 23027U 94016A   13117.08759153  .00000029  00000-0  00000+0 0  3001
+2 23027 053.9107 097.3598 0081129 339.1207 199.7517 02.00562234140208
+1 23043U 94021A   13115.46621865  .00000074  00000-0  00000+0 0  6477
+2 23043 063.7912 109.1401 0010636 182.5688 319.8973 02.13100158148196
+1 23044U 94021B   13116.11861663  .00000068  00000-0  00000+0 0  4968
+2 23044 063.7838 109.0419 0047688 207.4664 186.2348 02.13103204148210
+1 23045U 94021C   13115.51138160  .00000073  00000-0  00000+0 0  6936
+2 23045 063.7748 109.0023 0022075 030.0366 114.5838 02.13102444148194
+1 23048U 94021F   13116.44699698  .00000065  00000-0  00000+0 0  3916
+2 23048 063.7946 108.5511 0011316 231.3201 270.8382 02.13316665148364
+1 23051U 94022A   13116.90245746  .00000049  00000-0  10000-3 0  5350
+2 23051 008.9649 055.2035 0002915 253.7048 106.1683 00.98903686 76664
+1 23087U 94023A   13117.01385069  .00000367  00000-0  21994-3 0   224
+2 23087 071.0545 278.8936 0008999 351.4514 157.0903 14.13496173980792
+1 23088U 94023B   13117.82802234  .00000170  00000-0  11343-3 0  6429
+2 23088 071.0019 213.9131 0005152 251.2651 257.1010 14.14529049981818
+1 23089U 94023C   13117.04230843  .00000044  00000-0  81657-4 0  5879
+2 23089 071.0248 123.9980 0201381 310.9202 082.2302 13.73255174952797
+1 23090U 94023D   13115.45823824  .00000027  00000-0  65478-4 0  5954
+2 23090 071.0328 098.0673 0194548 258.4702 248.5131 13.74662343953605
+1 23091U 94023E   13116.46518074  .00000109  00000-0  14256-3 0  5751
+2 23091 070.9823 105.0114 0202494 006.6194 136.4308 13.72764533952399
+1 23092U 94024A   13117.69293248  .00000022  00000-0  66399-5 0  5449
+2 23092 082.9499 174.6183 0034578 353.6782 006.3934 13.76228277954176
+1 23093U 94024B   13116.59747492  .00000033  00000-0  17778-4 0  6790
+2 23093 082.9467 159.3097 0008558 283.1915 076.8288 13.77573602423160
+1 23094U 94023F   13116.42698362  .00000110  00000-0  14252-3 0  6062
+2 23094 070.9872 098.3215 0203446 328.0835 176.0556 13.73239773952684
+1 23104U 92094C   13117.47337617  .00007931  00000-0  37866-3 0  1002
+2 23104 082.5064 207.5157 0006272 266.2336 220.0315 15.18890396107639
+1 23105U 94029A   13117.46250964  .00001711  00000-0  24856-3 0   319
+2 23105 081.9511 287.5979 0116398 227.7067 187.3137 14.70901694 11636
+1 23106U 94029B   13117.58405570  .00000580  00000-0  88918-4 0  7059
+2 23106 081.9607 310.9436 0131642 286.3697 072.3068 14.66501508 10563
+1 23108U 94030A   13117.16860292 -.00000373  00000-0  10000-3 0  9030
+2 23108 013.2338 033.4479 0003589 074.2687 285.7038 01.00190513 69373
+1 23111U 94030D   13117.33771894 -.00000152  00000-0  10000-3 0  5842
+2 23111 012.5604 031.0535 0050053 050.3459 310.0288 01.03841352 71832
+1 23118U 93073E   13112.81110090 -.00000025 +00000-0 +10000-3 0 04666
+2 23118 013.5660 032.6058 0067847 340.6034 019.0928 00.99977079068789
+1 23124U 94034A   13117.20666951  .00000147  00000-0  00000+0 0  9373
+2 23124 001.5343 075.3649 0003287 346.3491 261.0265 01.00271548 83252
+1 23125U 94034B   13113.30777172 +.00011038 +00000-0 +13991-2 0 01637
+2 23125 007.3759 023.5438 6770418 034.6115 354.7192 02.96531168180285
+1 23126U 94034C   13113.43299191  .00002292  00000-0  55509-3 0  1692
+2 23126 007.4148 307.1958 6686477 188.3487 079.7331 03.05557648183483
+1 23127U 94034D   13117.68713958  .00000874  00000-0  25532-2 0   994
+2 23127 007.5856 033.3964 7253028 025.2553 304.6459 02.24172298153428
+1 23168U 94038A   13115.83166213 -.00000014  00000-0  10000-3 0  1920
+2 23168 012.2878 036.3966 0011772 000.6261 359.3064 01.00162950 68903
+1 23171U 94038D   13117.30204850  .00000040  00000-0  10000-3 0  9834
+2 23171 012.4221 036.9956 0028702 019.1994 340.8356 00.99426572 68308
+1 23175U 94040A   13117.04194326 -.00000020  00000-0  00000+0 0  2824
+2 23175 003.8303 069.8255 0010085 323.6324 036.2096 00.99195099 68088
+1 23176U 94040B   13115.94022396  .00000069  00000-0  10000-3 0  6066
+2 23176 007.1000 057.5186 0005794 316.9589 042.9129 00.99150086 68590
+1 23177U 94040C   13116.48982014  .00000377  00000-0  11227-2 0  1900
+2 23177 007.4184 264.9551 7226730 092.5481 350.7787 02.27518146154030
+1 23179U 94041A   13117.74762365  .00000048  00000-0  33250-4 0  6865
+2 23179 082.9478 349.1821 0035375 190.3585 199.7508 13.76414295943764
+1 23180U 94041B   13116.71247485  .00000095  00000-0  78815-4 0  2026
+2 23180 082.9459 336.4019 0030126 143.1230 247.3974 13.77779814944620
+1 23185U 94043A   13117.74812839 -.00000102  00000-0  10000-3 0  3233
+2 23185 007.5657 055.2691 0000893 344.8464 247.5330 01.00271578 68720
+1 23189U 94045A   13116.58127564 -.00000002  00000-0  22214-4 0  2693
+2 23189 074.0277 123.3421 0024246 083.8729 064.4250 13.72163159938293
+1 23190U 94045B   13116.84787455 -.00000082  00000-0 -63687-4 0  4167
+2 23190 074.0283 088.5936 0019012 019.9490 340.2369 13.73939709939510
+1 23191U 94046A   13116.81993970  .00015519  00000-0  71224-3 0  5623
+2 23191 069.9294 006.3132 0813755 119.4957 281.6157 13.86602762902504
+1 23192U 94047A   13116.02431294 -.00000062  00000-0  00000+0 0  1022
+2 23192 005.6821 061.3966 0006188 258.3197 292.3662 00.98635134 78329
+1 23194U 94048A   13116.61695734  .00000727  00000-0  00000+0 0  9824
+2 23194 067.1696 116.8674 6195334 209.7899 328.8352 02.00570053137187
+1 23197U 94048D   13116.54871663  .00000568  00000-0  00000+0 0  4105
+2 23197 067.2700 088.5191 6308939 201.7057 357.7925 02.03843265139406
+1 23198U 94046B   13117.82524410  .00014028  00000-0  80927-3 0  8662
+2 23198 069.9682 113.5119 1013628 007.1405 354.2925 13.39489644887963
+1 23199U 94049A   13116.74299875 -.00000199  00000-0  00000+0 0  9644
+2 23199 005.4788 061.6963 0006851 015.3756 344.5453 00.99248921 79329
+1 23200U 94049B   13115.62181797 -.00000243  00000-0  10000-3 0  5636
+2 23200 007.9422 055.1631 0020683 350.8124 009.0635 00.99049640 67687
+1 23201U 94049C   13116.53733750  .00002627  00000-0  33404-2 0  3211
+2 23201 007.1608 262.1521 7207843 172.7261 172.5240 02.32538571154667
+1 23203U 94050A   13116.28405053 -.00000031  00000-0  00000+0 0  4592
+2 23203 066.6426 359.1182 0009276 072.4261 127.5453 02.13100324145606
+1 23204U 94050B   13117.38172429 -.00000035  00000-0  00000+0 0  6555
+2 23204 066.6308 359.0121 0009754 338.9211 198.2247 02.13101743145628
+1 23205U 94050C   13117.23394649 -.00000034  00000-0  00000+0 0  6223
+2 23205 066.6367 359.0559 0001512 344.0874 163.9883 02.13102238145621
+1 23208U 94050F   13117.06895628 -.00000033  00000-0  00000+0 0  2494
+2 23208 066.6335 358.2668 0023706 236.9435 269.0909 02.13427219145820
+1 23227U 94055A   13117.45667549 -.00000085  00000-0  00000+0 0  1870
+2 23227 004.7049 063.4008 0005056 339.9393 140.6686 01.00271244 68330
+1 23229U 94055C   13117.17222647  .00000087  00000-0  11360-2 0  2693
+2 23229 023.4908 210.1591 7344709 167.2780 099.7040 02.10788479142439
+1 23230U 94056A   13116.17684441 -.00000130  00000-0  10000-3 0  3949
+2 23230 013.8963 269.8070 5060161 163.0380 223.3213 01.67091721114022
+1 23232U 91015H   13115.94037987  .00000423  00000-0  45981-2 0  9006
+2 23232 006.8438 221.0115 5217177 233.4472 066.5945 04.74820077299756
+1 23234U 94057B   13116.88099824  .00010833  00000-0  18032-2 0  6414
+2 23234 098.7566 072.0002 0000506 222.8564 171.0117 14.70245618979526
+1 23235U 94057C   13115.83508241  .00012532  00000-0  20585-2 0  6961
+2 23235 098.7536 074.9540 0000341 097.6736 295.2265 14.70787651979585
+1 23237U 92021G   13113.58267959 -.00000027 +00000-0 +25939-2 0 00015
+2 23237 003.2927 170.1483 7036848 180.7183 138.3112 02.24950398157600
+1 23238U 92021H   13117.22124620 -.00000120  00000-0 -78804-2 0  5354
+2 23238 003.2542 217.1171 7011617 082.2493 316.2112 02.24488369174630
+1 23240U 92021K   13112.98427439 -.00000201 +00000-0 +00000-0 0 00017
+2 23240 003.8628 305.4136 6972824 281.9239 008.6189 02.23333285156425
+1 23241U 92021L   13116.37166035 -.00000080  00000-0 -16176-2 0    94
+2 23241 003.2667 176.8755 7038373 170.1893 296.9661 02.24595917156114
+1 23242U 92021M   13113.51172608 -.00000413 +00000-0 -34763-1 0 00014
+2 23242 003.1954 214.0877 7030970 089.7218 280.2459 02.24624621009038
+1 23243U 89027C   13116.57300226  .00000925  00000-0  16130-1 0  6419
+2 23243 002.8089 072.2585 7202437 076.4389 069.6621 02.19466148154847
+1 23244U 92021N   13116.04133198 -.00000146  00000-0  00000+0 0  6785
+2 23244 004.0756 083.8648 6892054 327.0161 024.6913 02.21397430152813
+1 23245U 92021P   13114.50773168  .00000466  00000-0  65631-1 0  3001
+2 23245 003.5422 263.5241 6989515 003.4486 315.9913 02.24587312143075
+1 23248U 94056C   13116.44959556 -.00000033  00000-0  00000+0 0   898
+2 23248 012.4212 219.0540 5250997 257.2558 230.7658 01.70296464115934
+1 23250U 94057D   13115.76648704  .00002383  00000-0  79447-3 0    14
+2 23250 098.4012 179.4410 0010381 167.7302 340.7784 14.38442012971103
+1 23254U 90081CK  13111.36949358  .00000690  00000-0  25798-3 0  8682
+2 23254 098.5781 077.5431 0074864 055.7113 098.7451 14.33330528995496
+1 23255U 90081CL  13116.26260177  .00019211  00000-0  17917-2 0  9067
+2 23255 098.7059 233.1912 0017428 079.2507 347.4016 14.94160916 45825
+1 23256U 90081CM  13117.55465067  .00025612  00000-0  27054-2 0  3357
+2 23256 099.0051 129.4788 0014406 133.4855 355.5855 14.89150425171630
+1 23258U 90081CP  13116.02995838  .00000262  00000-0  15589-3 0  2493
+2 23258 098.8538 145.7649 0024035 148.8000 275.0890 14.15656931 81971
+1 23259U 90081CQ  13116.55749108  .00000648  00000-0  30792-3 0  3514
+2 23259 098.7228 142.9092 0018913 357.2295 153.0289 14.22775490125660
+1 23260U 90081CR  13116.59194002  .00002849  00000-0  72862-3 0  1020
+2 23260 098.1912 152.2893 0017255 289.8356 220.2779 14.51083934137307
+1 23261U 90081CS  13117.01307053  .00001577  00000-0  56354-3 0  3512
+2 23261 098.5136 135.1025 0029947 104.1894 256.2689 14.35224614148972
+1 23263U 91009CU  13104.68012376 -.00000013  00000-0  00000+0 0  6066
+2 23263 074.1334 001.7155 0164061 101.3464 260.5784 12.10118980858280
+1 23265U 91009CW  13115.63349139  .00000366  00000-0  32119-2 0  4905
+2 23265 073.9968 322.1925 0164392 194.8972 164.7022 12.27335197990304
+1 23267U 94060A   13115.96507848  .00000091  00000-0  10000-3 0  4750
+2 23267 013.0377 034.8750 0008525 050.0944 309.9151 01.00221281 68090
+1 23270U 94060D   13116.57634922 -.00000237  00000-0  10000-3 0  6054
+2 23270 013.0662 035.1454 0012205 013.9048 346.0617 01.00088259 67521
+1 23275U 92093JF  13107.57290988  .00000234  00000-0  19545-3 0  2542
+2 23275 071.2463 157.9169 0105158 102.6473 045.4678 13.95246076989941
+1 23277U 94057E   13117.05019338  .00004259  00000-0  12495-2 0  3894
+2 23277 098.2082 134.6752 0013927 341.5191 052.2234 14.44267197972951
+1 23278U 94061A   13117.85097581  .00002588  00000-0  23302-3 0  9118
+2 23278 082.9845 159.6890 0912289 046.8836 320.5034 13.49005743906811
+1 23279U 94061B   13117.39353946  .00009158  00000-0  67731-3 0  6928
+2 23279 082.9787 049.8643 0814170 001.8890 142.8414 13.74625262916072
+1 23282U 92093JG  13115.84790579  .00002334  00000-0  11624-2 0    23
+2 23282 071.1936 244.8778 0095389 022.8750 120.6653 14.15603955988797
+1 23292U 85118P   13116.63667421  .00001692  00000-0  11695-2 0  2937
+2 23292 065.0744 022.8111 5728397 192.2133 143.9935 04.36825553326560
+1 23293U 85118Q   13115.75563625 -.00000507  00000-0 -51744-2 0  1586
+2 23293 065.7307 233.6388 5574062 129.4237 003.2964 04.26576420300732
+1 23296U 85118T   13117.72728777  .00333031  00000-0  71405-1 0  3147
+2 23296 063.8333 335.9944 2194730 022.0443 008.3545 10.68655068480066
+1 23301U 92072D   13116.02857317  .00006939  00000-0  93451-2 0  4956
+2 23301 006.8769 102.9602 6371139 294.3894 013.4961 03.40033391211347
+1 23302U 92093JH  13114.99101848  .00000515  00000-0  33529-3 0  1957
+2 23302 071.1283 316.6734 0128998 052.8201 098.2573 14.02938017978912
+1 23303U 93059G   13117.52212486  .00003647  00000-0  69351-3 0  5285
+2 23303 071.1187 264.4429 0027071 316.5259 115.0737 14.64583292 35272
+1 23304U 93016AH  13117.35383013  .00011450  00000-0  20426-2 0   224
+2 23304 070.9773 328.3979 0051989 134.6955 225.8448 14.66248012297637
+1 23305U 94064A   13117.41008725 -.00000287  00000-0  00000+0 0  8374
+2 23305 003.1764 068.3923 0003408 339.0133 268.7228 01.00271225 68069
+1 23308U 74105C   13117.53755162  .00000767  00000-0  63904-3 0  5216
+2 23308 082.9452 315.5604 0021816 217.7467 175.4313 13.87182058 10226
+1 23309U 75052JY  13116.94160856  .00000119  00000-0  56476-3 0   350
+2 23309 099.6734 287.1155 0385808 036.1639 107.3376 12.70637967 16626
+1 23310U 75052JZ  13115.51754237  .00000238  00000-0  85781-3 0  7480
+2 23310 099.8488 290.8851 0322837 317.7436 071.9584 12.88759325966629
+1 23313U 94065A   13116.36669093 -.00000034  00000-0  00000+0 0  3441
+2 23313 004.4949 064.1315 0004993 337.5285 190.1561 01.00271501 67926
+1 23314U 94065B   13111.60689562 -.00000115  00000-0  10000-3 0   157
+2 23314 002.7098 069.0957 0004581 005.9272 354.1667 00.99595000 67798
+1 23317U 94066A   13117.45489478  .00001108  00000-0  12858-3 0  2027
+2 23317 082.5376 097.2728 0021908 038.2896 118.0302 14.84368042  1411
+1 23318U 94066B   13117.12419713  .00000284  00000-0  36036-4 0  6895
+2 23318 082.5393 129.9562 0025426 145.7738 245.9210 14.77967283999225
+1 23319U 94067A   13116.25046987 -.00000237  00000-0  10000-3 0  2896
+2 23319 011.1022 045.6231 0005914 062.1133 297.8646 00.99821143 67689
+1 23322U 94067D   13116.14052720 -.00000359  00000-0  10000-3 0  5764
+2 23322 013.6737 030.4564 0011126 021.5113 338.4745 01.00339675 67884
+1 23323U 94068A   13116.89899029  .00000105  00000-0  65195-4 0  4515
+2 23323 098.6050 063.6033 0001179 099.7279 292.7150 14.23319236962316
+1 23324U 94068B   13116.88650225  .00000028  00000-0  35724-4 0  5754
+2 23324 098.8675 060.4356 0056917 230.1928 162.2433 14.16801330958062
+1 23327U 94069A   13116.31330354 -.00000038  00000-0  10000-3 0   659
+2 23327 013.3664 035.1871 0007856 101.6205 258.4012 01.00273451 67747
+1 23330U 94069D   13115.49758549 -.00000026  00000-0  10000-3 0  6531
+2 23330 013.3518 035.2832 0026826 019.0197 341.0183 01.00136861 67636
+1 23331U 94070A   13117.15460248  .00000146  00000-0  00000+0 0  5890
+2 23331 004.9018 062.4786 0000522 026.2789 212.7327 01.00415225 68178
+1 23342U 94074A   13117.62587281  .00000471  00000-0  73139-4 0  8561
+2 23342 098.1613 117.1593 0000804 102.3734 013.1185 14.77736819994401
+1 23343U 94074B   13117.56422872  .00000312  00000-0  53379-4 0  6880
+2 23343 098.2055 109.6729 0006405 222.0725 286.2457 14.75678847993793
+1 23344U 94074C   13117.55064080  .00000661  00000-0  15903-3 0  7386
+2 23344 098.5158 138.1459 0133881 144.0020 016.7032 14.51457145975894
+1 23345U 94074D   13116.50691853  .00000609  00000-0  20889-3 0  5676
+2 23345 097.8086 305.5645 0199277 194.8336 199.7041 14.28702742961750
+1 23346U 94074E   13117.46749547  .00000283  00000-0  10234-3 0  6286
+2 23346 098.1549 296.5040 0184718 333.7128 076.8678 14.31737957963678
+1 23347U 94074F   13115.91927481  .00000522  00000-0  13496-3 0  7213
+2 23347 097.7980 082.7558 0138062 322.8347 069.3930 14.48278730973941
+1 23396U 94076A   13116.92149205  .00000011  00000-0  00000+0 0  4517
+2 23396 064.1016 234.8934 0035989 185.5442 217.6514 02.13103011143465
+1 23397U 94076B   13117.75877265  .00000013  00000-0  00000+0 0  5449
+2 23397 064.0884 234.7857 0010042 284.0293 218.4421 02.13100241143472
+1 23398U 94076C   13115.74078284  .00000005  00000-0  00000+0 0  5453
+2 23398 064.0786 234.7544 0002846 330.7163 172.7816 02.13102150143443
+1 23401U 94076F   13115.42622324  .00000003  00000-0  00000+0 0  2324
+2 23401 064.0819 233.7243 0015030 310.4169 086.3818 02.13552877143762
+1 23402U 94076G   13116.52270362  .00000514  00000-0  40926-3 0  3310
+2 23402 064.8687 229.6611 5809721 001.4619 303.3334 04.24858359285431
+1 23403U 94076H   13117.73254620  .00000162  00000-0  23059-3 0  2578
+2 23403 064.9983 234.0050 5761361 007.5017 073.0275 04.26264311285824
+1 23404U 94077A   13117.48135265  .00000206  00000-0  13516-3 0  4753
+2 23404 071.0136 217.1411 0017179 282.1643 152.7963 14.13314837950474
+1 23405U 94077B   13117.62270689 -.00000189  00000-0 -72996-4 0  7292
+2 23405 070.9811 153.1799 0000293 094.8945 050.7955 14.15035543951670
+1 23406U 94077C   13116.42642470  .00000094  00000-0  12912-3 0  5215
+2 23406 071.0326 076.6795 0205391 266.0513 242.4664 13.72385898922644
+1 23407U 94077D   13117.87568094  .00000069  00000-0  10558-3 0  5323
+2 23407 071.0353 066.5431 0202461 230.5983 160.0299 13.72770764923114
+1 23408U 94077E   13116.92069088  .00000103  00000-0  14095-3 0  5136
+2 23408 070.9870 090.9220 0216217 319.3065 072.5881 13.70287598921326
+1 23409U 94077F   13117.64694672  .00000062  00000-0  74383-4 0  7313
+2 23409 070.8797 150.6104 0090042 085.9979 060.9086 13.97155931939810
+1 23410U 94077G   13117.53813793  .00000062  00000-0  10346-3 0  5002
+2 23410 070.9803 142.3998 0222366 025.5445 116.4873 13.67771538919705
+1 23411U 94078A   13117.09493017 -.00000015  00000-0  15364-4 0  3832
+2 23411 073.6115 113.4047 0028688 020.3435 012.1376 12.40792860834010
+1 23412U 94078B   13116.13192272 -.00000013  00000-0  30854-4 0  3172
+2 23412 073.6139 109.7102 0043954 336.3986 090.0398 12.40977931834115
+1 23413U 94079A   13115.33015924  .00000015  00000-0  10000-3 0  4782
+2 23413 008.0225 055.0643 0016724 266.8463 092.8828 00.98579786 66682
+1 23415U 94080A   13115.65055530 -.00000270  00000-0  10000-3 0  6975
+2 23415 013.4973 030.7380 0094306 250.7061 108.2174 01.00966216 87243
+1 23418U 94077J   13117.25519639  .00000077  00000-0  72704-4 0  8298
+2 23418 071.0080 053.0555 0079952 198.9299 311.9228 14.06564674952632
+1 23420U 94081A   13117.80892326  .00155537  52656-5  14406-3 0  8738
+2 23420 062.5124 357.8205 6882929 282.8176 013.6597 02.88543412135727
+1 23426U 94082A   13116.55890776 -.00000136  00000-0  00000+0 0  3386
+2 23426 012.5751 040.6663 0008448 035.9390 324.0460 01.00275745 67247
+1 23429U 94082D   13116.97338446  .00000107  00000-0  10000-3 0  6606
+2 23429 012.4834 040.5263 0032538 006.9943 352.9781 01.00794493 67595
+1 23431U 94083A   13117.46237830  .00000085  00000-0  42920-4 0  7221
+2 23431 074.0307 241.0523 0017345 255.1237 169.5046 14.29925708957614
+1 23432U 94083B   13116.74376042  .00000035  00000-0  22124-4 0  5475
+2 23432 074.0331 183.1002 0005042 024.2878 123.9816 14.33134558959607
+1 23433U 94083C   13116.20269810  .00000447  00000-0  16143-3 0  3525
+2 23433 074.0094 168.5132 0011422 190.8370 224.3920 14.36476353959394
+1 23434U 94083D   13115.88604381  .00000621  00000-0  24284-3 0  5076
+2 23434 074.0314 271.3784 0011773 178.6919 333.9935 14.31624487956486
+1 23439U 94085A   13105.55406555 -.00000039  00000-0  10000-3 0  5704
+2 23439 064.8135 163.2711 0154111 164.6005 195.9681 11.27558316753784
+1 23440U 94085B   13117.20774634 -.00000076  00000-0 -94490-3 0  1115
+2 23440 064.8309 158.9827 0172267 148.4226 250.3266 11.27128499754966
+1 23441U 94086A   13115.63408543  .00000010  00000-0 -29892-5 0  2681
+2 23441 082.5660 131.7898 0006781 309.1208 201.6189 12.63670246845512
+1 23442U 94086B   13117.52340281  .00000021  00000-0  59849-4 0  2669
+2 23442 082.5598 134.5077 0002220 340.7246 187.6307 12.62698447845113
+1 23443U 94086C   13116.48210895 -.00000010  00000-0 -11387-3 0  2643
+2 23443 082.5698 145.1260 0000739 180.3480 330.6751 12.62110965844585
+1 23444U 94086D   13115.67857934 -.00000010  00000-0 -11887-3 0  2538
+2 23444 082.5636 149.4308 0005829 231.2095 279.1543 12.61160311843844
+1 23445U 94086E   13115.70434622 -.00000012  00000-0 -13125-3 0  2436
+2 23445 082.5738 160.3331 0009641 244.6398 265.3689 12.60444698843363
+1 23446U 94086F   13116.59885603  .00000012  00000-0  59514-5 0  2661
+2 23446 082.5686 144.7379 0002845 240.9538 265.5762 12.62078105844574
+1 23447U 94086G   13115.31216130  .00000014  00000-0  19508-4 0  2989
+2 23447 082.5699 195.0801 0038203 029.9948 029.9701 12.55474367840039
+1 23448U 94087A   13116.30112481 -.00000088  00000-0  10000-3 0  6180
+2 23448 012.9410 036.0303 0005661 113.8864 246.1043 01.00283786 84810
+1 23451U 94087D   13115.16508817 -.00000365  00000-0  10000-3 0  7188
+2 23451 012.9531 036.0916 0014003 009.1117 350.8501 01.00081347 66985
+1 23455U 94089A   13117.48791891 -.00000060  00000-0 -87948-5 0  2878
+2 23455 098.8029 202.6928 0010440 139.0600 348.7111 14.13903482945204
+1 23457U 94089B   13116.19045162  .00005258  00000-0  12181-2 0  1897
+2 23457 098.9180 022.5202 0002562 045.3281 103.5303 14.55531960958948
+1 23461U 95001A   13117.03536251 -.00000024  00000-0  10000-3 0  6256
+2 23461 003.4382 067.2932 0007323 358.9552 000.9355 00.99182506 66889
+1 23463U 95002A   13117.52110316  .00000067  00000-0  56630-4 0  6226
+2 23463 082.9265 323.4435 0040088 143.8970 275.8395 13.72362968914468
+1 23464U 95002B   13116.66925192  .00000045  00000-0  32479-4 0  5980
+2 23464 082.9270 327.2664 0042001 157.7144 234.3470 13.72285394914107
+1 23465U 95002C   13117.10381174  .00000011  00000-0 -45364-5 0  5844
+2 23465 082.9265 327.3655 0038337 159.0986 347.4918 13.71812871914084
+1 23466U 95002D   13116.62647372 -.00000029  00000-0 -46606-4 0  5823
+2 23466 082.9231 307.6644 0036040 093.4405 297.7033 13.74250014915537
+1 23468U 95003B   13116.86957870  .00003621  00000-0  98729-3 0   566
+2 23468 026.7980 309.9374 6222017 327.6801 034.4304 03.70321488223673
+1 23479U 94085C   13116.92290291  .00000003  00000-0  11288-2 0  7709
+2 23479 065.0387 271.8457 0113456 316.2162 187.0644 11.43489544764630
+1 23480U 94085D   13116.98255358  .00001359  00000-0  33826-1 0  8899
+2 23480 064.7039 272.4093 0201621 260.7823 248.1260 11.40118669760446
+1 23482U 94085E   13117.21282370  .00007110  00000-0  17277+0 0  8691
+2 23482 064.7889 169.6231 0393547 329.4958 063.9395 11.28993034754294
+1 23483U 94085F   13117.51713472 -.00000035  00000-0  22132-3 0  5256
+2 23483 064.7278 211.0613 0203995 256.0674 193.0301 11.22851952751981
+1 23484U 94085G   13117.03753954  .00000585  00000-0  18640-1 0   221
+2 23484 064.7385 290.4449 0242966 221.9169 288.0516 11.20227232749997
+1 23485U 94085H   13116.46059112 -.00000351  00000-0 -84677-2 0  4594
+2 23485 064.6997 092.8176 0187844 248.8736 109.2018 11.29346747755257
+1 23486U 94085J   13115.44923481 -.00000132  00000-0 -26310-2 0  3081
+2 23486 064.9089 262.7755 0165268 083.8241 314.8863 11.24700159752444
+1 23487U 94085K   13116.18921826 -.00000057  00000-0 -41106-3 0  5163
+2 23487 064.9357 132.6081 0161420 048.6880 344.0293 11.30335948756739
+1 23488U 94085L   13116.84793034 -.00000221  00000-0 -49476-2 0  6414
+2 23488 064.9872 245.3483 0231752 012.0090 128.9930 11.27221641753682
+1 23489U 94085M   13117.20733753  .00000427  00000-0  13196-1 0    57
+2 23489 064.9424 206.7605 0171970 062.7824 330.5813 11.27827535754669
+1 23490U 94085N   13115.57496147 -.00000045  00000-0 -96224-4 0  4654
+2 23490 064.8272 311.2179 0127042 155.1644 243.2813 11.20466250750153
+1 23491U 94085P   13117.81379363 -.00000630  00000-0 -13403-1 0  5313
+2 23491 064.8397 038.2431 0357132 018.5134 017.3065 11.36104319758272
+1 23492U 94085Q   13112.06344613 -.00000057  00000-0 -38563-3 0  2615
+2 23492 064.9473 127.6390 0168038 037.5853 349.2435 11.31072732756825
+1 23493U 94085R   13117.06868101 -.00000006  00000-0  10007-2 0  4307
+2 23493 064.9400 107.7198 0137001 045.3881 351.5625 11.31582087757642
+1 23494U 94085S   13117.03148546  .00000868  00000-0  17946-1 0  4087
+2 23494 064.9588 316.6000 0347009 357.9756 142.2803 11.49359913761936
+1 23495U 94085T   13116.16522382 -.00000054  00000-0 -32142-3 0  5240
+2 23495 065.0194 151.8131 0186461 331.2147 064.3318 11.30996492757241
+1 23496U 94085U   13117.49574366  .00001182  00000-0  33356-1 0  7077
+2 23496 064.8379 114.4897 0142917 190.7452 314.0300 11.31535256756112
+1 23511U 95009A   13117.44762204  .00000061  00000-0  00000+0 0  4459
+2 23511 063.8020 109.4335 0006814 164.2868 357.0097 02.13105283141206
+1 23512U 95009B   13116.74647707  .00000064  00000-0  00000+0 0  5322
+2 23512 063.7920 109.3989 0005666 308.6806 180.8734 02.13099389141185
+1 23513U 95009C   13116.45239999  .00000066  00000-0  00000+0 0  4502
+2 23513 063.7936 109.5459 0029514 214.1213 288.2817 02.13052183141151
+1 23516U 95009F   13115.33551375  .00000075  00000-0  00000+0 0  2346
+2 23516 063.8039 109.0068 0017822 249.1829 261.4596 02.13308387141292
+1 23522U 95011B   13115.80006816 -.00000041  00000-0  10000-3 0  8786
+2 23522 010.5436 046.2777 0011362 015.7939 344.1603 00.99402339 65949
+1 23523U 95011C   13117.06319924  .00002251  00000-0  91159-3 0  9312
+2 23523 025.2192 119.0916 6731449 047.8521 358.9246 02.97542165182397
+1 23524U 95011D   13116.18234721 -.00000384  00000-0  10000-3 0  2568
+2 23524 012.7703 033.7550 0223714 241.2781 116.3996 01.01258329 66980
+1 23526U 95012A   13117.07428336  .00000084  00000-0  76729-4 0  4061
+2 23526 082.9447 084.0658 0020557 294.4563 112.2637 13.71722721906142
+1 23527U 95012B   13116.96038178  .00000125  00000-0  11798-3 0  7131
+2 23527 082.9439 068.8285 0019705 200.9353 190.0243 13.73426999907229
+1 23528U 95013A   13117.35221036  .00000001  00000-0  00000+0 0  5843
+2 23528 003.0140 068.6747 0022144 347.5015 012.3301 00.98971146 66115
+1 23534U 95015B   13116.18637155  .00007327  00000-0  13811-2 0  5042
+2 23534 098.7453 003.5429 0002900 047.6771 114.3490 14.64839717949656
+1 23535U 95015C   13116.21234716  .00002950  00000-0  93809-3 0  5923
+2 23535 098.5865 214.5344 0008555 116.3884 301.9260 14.40634122942630
+1 23536U 95016A   13117.36371039 -.00000280  00000-0  00000+0 0  8398
+2 23536 004.5351 064.3318 0002159 342.3967 231.6964 01.00274445 66285
+1 23537U 95016B   13116.42272488  .00000098  00000-0  10000-3 0  7359
+2 23537 006.4142 059.4612 0005930 011.5276 348.3880 00.99312763 66056
+1 23538U 95016C   13116.69159894  .00005289  00000-0  15530-2 0   648
+2 23538 006.1171 158.8190 6812443 120.6825 016.0106 02.88181172166097
+1 23545U 95017A   13117.25147714  .00001284  00000-0  25467-3 0  3979
+2 23545 069.9747 022.3099 0007332 347.3544 157.7260 14.64552906960222
+1 23546U 95017B   13117.82604483  .00001145  00000-0  23061-3 0  4508
+2 23546 069.9767 024.6058 0010115 334.8827 060.1498 14.64131343960298
+1 23547U 95017C   13117.04739162  .00000718  00000-0  17409-3 0  1574
+2 23547 069.9795 117.8592 0009345 030.2000 329.9675 14.56958534957829
+1 23548U 95017D   13117.50231297  .00000205  00000-0  69431-4 0  5615
+2 23548 069.9907 234.5636 0008091 095.8484 335.5014 14.49470251954926
+1 23553U 95019A   13116.52858116 -.00000110  00000-0  00000+0 0  6719
+2 23553 007.6768 055.2771 0004787 012.8786 233.5023 01.00272300 66082
+1 23560U 95021A   13116.99661640  .00003066  00000-0  21662-3 0  6471
+2 23560 098.5436 265.3144 0003759 000.0430 000.0802 15.05805485946548
+1 23561U 95021B   13117.83470775  .00000250  00000-0  99730-4 0  4677
+2 23561 098.6266 076.7082 0008001 063.7980 329.1548 14.36923732944120
+1 23564U 94085V   13116.83519446 -.00000025  00000-0  45299-3 0   269
+2 23564 064.9961 055.0028 0195097 350.7575 008.9811 11.34760150744448
+1 23571U 95023A   13116.42923707 -.00000144  00000-0  00000+0 0  7585
+2 23571 001.4654 075.1698 0003390 337.7913 113.1536 01.00272048 65706
+1 23581U 95025A   13116.65438869 -.00000224  00000-0  10000-3 0  8274
+2 23581 008.4982 053.7493 0008741 014.4527 345.4731 00.98802030 65352
+1 23584U 95026A   13116.83311965  .00001167  00000-0  19045-2 0  1945
+2 23584 062.6083 213.8590 7479855 204.2633 084.4716 02.01064454131317
+1 23587U 95026D   13116.78919670 -.00001162  00000-0  00000+0 0  6599
+2 23587 065.8680 235.0108 7059423 163.0117 359.1310 02.03327797133108
+1 23590U 95027B   13117.67838223  .00003927  00000-0  11421-2 0  1077
+2 23590 026.7056 237.7950 6202763 037.4314 013.4724 03.72639123225284
+1 23594U 95015D   13116.46900123  .00009356  00000-0  15935-2 0  5578
+2 23594 098.7237 015.1451 0003043 026.1513 026.4472 14.69277381940765
+1 23595U 95015E   13117.59949479  .00004837  00000-0  10295-2 0  2795
+2 23595 098.7716 327.0082 0004818 220.9581 206.7393 14.59491079948206
+1 23598U 95029A   13115.89469284  .00000043  00000-0  10000-3 0  7532
+2 23598 003.6032 067.5560 0006262 319.7692 040.1221 00.98999052 65243
+1 23603U 95032A   13116.84591943  .00000057  00000-0  46005-4 0  3588
+2 23603 082.9065 213.3192 0030363 223.1859 286.8160 13.72721831892401
+1 23604U 95032B   13117.35183125  .00000055  00000-0  42013-4 0   495
+2 23604 082.9059 201.1131 0025883 126.0801 300.0865 13.74146932893386
+1 23606U 95033B   13117.13400348  .00001470  00000-0  16590-3 0   620
+2 23606 098.3499 322.8965 0005573 206.5867 153.5063 14.88226460961257
+1 23607U 95033C   13116.88618336  .00000621  00000-0  97976-4 0  2706
+2 23607 098.2283 240.4575 0007139 078.4885 067.7254 14.75976723956876
+1 23608U 95033D   13117.16094472  .00001436  00000-0  15502-3 0  8578
+2 23608 098.3354 311.3110 0019933 176.1719 183.9653 14.89973013962030
+1 23613U 95035B   13116.69055645 -.00000200  00000-0  00000+0 0  4480
+2 23613 013.6101 032.1317 0033223 357.4957 158.7696 01.00271936 65113
+1 23614U 95035C   13117.80458664  .00000541  00000-0  77980-3 0  1538
+2 23614 026.2316 295.0660 7096334 331.3783 016.1242 02.48368916155358
+1 23615U 95035D   13110.45634454  .00000121  00000-0  10000-3 0  4689
+2 23615 015.5619 032.7594 0013075 032.9188 327.1347 01.00490839 65230
+1 23616U 92047J   13116.76201677  .00004953  00000-0  15807-2 0  7529
+2 23616 064.5031 000.5683 5250162 039.1274 349.1267 05.16304098316747
+1 23620U 95037A   13116.34503516 -.00000031  00000-0  00000+0 0  4973
+2 23620 066.6956 359.3936 0012030 146.6299 359.3739 02.13101539138213
+1 23621U 95037B   13117.00536977 -.00000033  00000-0  00000+0 0  5530
+2 23621 066.7059 359.4564 0010049 170.1055 346.6896 02.13101339138229
+1 23622U 95037C   13117.83534698 -.00000038  00000-0  00000+0 0  5030
+2 23622 066.6977 359.3620 0024956 118.5683 269.6286 02.13101307138249
+1 23625U 95037F   13116.19513089 -.00000030  00000-0  00000+0 0  1096
+2 23625 066.6920 358.6795 0005452 200.6966 340.5452 02.13421586138419
+1 23636U 95040A   13115.81666181 -.00000074  00000-0  10000-3 0  6775
+2 23636 002.7798 070.7147 0020678 119.5300 240.6372 00.97126019 64530
+1 23637U 95040B   13117.76738417  .00000064  00000-0  26241-2 0  6315
+2 23637 004.5090 287.7845 7216836 149.6787 254.9021 02.18634114141657
+1 23639U 95041A   13116.61541409 -.00000276  00000-0  10000-3 0  2234
+2 23639 011.8893 042.9481 0007145 015.2369 344.7080 00.99672435 64838
+1 23640U 95041B   13115.85686294  .00000126  00000-0  32205-4 0  4139
+2 23640 026.6760 026.7672 0289549 306.9358 128.4972 13.27929575861014
+1 23641U 95041C   13115.84616300 -.00000104  00000-0  00000+0 0  9810
+2 23641 020.6658 042.4718 6431385 044.0818 359.0983 02.70403707175152
+1 23642U 95042A   13117.22803369  .00000508  00000-0  10858-2 0   485
+2 23642 061.8641 181.4301 7271962 265.1200 016.4859 02.00591468129834
+1 23645U 95042D   13116.70383235 -.00000090  00000-0  22595-2 0  6917
+2 23645 061.8477 236.2937 7392530 260.7745 335.2061 01.95986252126766
+1 23649U 95043A   13116.54753203 -.00000173  00000-0  10000-3 0  3165
+2 23649 007.2755 052.0678 0019725 327.9746 031.8081 00.99151437 64271
+1 23651U 95044A   13115.07625026 -.00000172  00000-0  10000-3 0  3661
+2 23651 006.7462 058.0753 0010410 271.3486 088.4618 00.99131451 64377
+1 23653U 95045A   13116.08537522 -.00000276  00000-0  00000+0 0  4446
+2 23653 012.6266 037.9339 0007485 082.6965 084.0862 01.00217500 64642
+1 23656U 95045D   13107.54316115 -.00000061  00000-0  10000-3 0  5878
+2 23656 012.6182 038.2184 0019635 295.5987 064.1580 01.00182824 64504
+1 23657U 95046A   13117.80188795  .00000834  00000-0  98858-4 0    39
+2 23657 082.5295 238.2506 0023730 040.7640 319.5345 14.83177662953213
+1 23659U 95046C   13116.95305543  .00000339  00000-0  44047-4 0  5911
+2 23659 082.5299 267.9308 0027420 136.8673 010.0137 14.77454286951180
+1 23670U 95049A   13115.83038732 -.00000133  00000-0  10000-3 0  4357
+2 23670 008.4720 052.8640 0004389 349.6097 010.2853 01.00301271 64417
+1 23671U 95049B   13116.29780279  .00000376  00000-0  82072-3 0  5143
+2 23671 006.9241 186.3502 7255463 075.3578 345.3917 02.25213420143242
+1 23680U 95054A   13116.31483739 -.00000123  00000-0  10000-3 0  2503
+2 23680 011.9589 045.2912 0010749 011.5469 348.4017 01.00274751 64277
+1 23683U 95054D   13116.16022720 -.00000328  00000-0  10000-3 0  6396
+2 23683 011.9446 045.2827 0022361 337.0056 022.8201 01.00283375 64256
+1 23686U 95055A   13117.72613084 -.00000355  00000-0  00000+0 0  7376
+2 23686 002.5066 071.9256 0002685 337.0380 176.6133 01.00272620 64244
+1 23687U 95055B   13117.00252110  .00000028  00000-0  83679-3 0  2511
+2 23687 005.2388 292.9224 7247215 316.3725 343.9898 02.21428146141515
+1 23697U 95057B   13116.78264730  .00022618  00000-0  18970-2 0  6221
+2 23697 026.7826 221.3235 5764583 348.3681 066.3503 04.44056600239308
+1 23704U 95058A   13116.73428334 -.00000085  00000-0 -20110-4 0  7293
+2 23704 070.9845 333.3878 0011519 228.2215 162.4354 14.13168423902150
+1 23705U 95058B   13117.52819024  .00000248  00000-0  15245-3 0  9622
+2 23705 071.0234 320.2268 0010577 079.6412 280.5902 14.14961768903351
+1 23706U 95058C   13116.51015501  .00000049  00000-0  85810-4 0  4382
+2 23706 071.0015 129.3992 0200185 018.0520 124.3679 13.73287068876380
+1 23707U 95058D   13117.16059986 -.00000004  00000-0  35608-4 0  4887
+2 23707 070.9972 160.1199 0203535 068.7207 328.2623 13.71524435875427
+1 23708U 95058E   13117.00857189  .00000037  00000-0  73805-4 0  5261
+2 23708 071.0511 107.9104 0188443 292.7006 100.8307 13.75677646878085
+1 23709U 95058F   13115.54081453  .00000054  00000-0  89402-4 0  5531
+2 23709 071.0394 147.7388 0199618 001.3390 141.8172 13.73697622876501
+1 23710U 95059A   13117.84032950  .00000271  00000-0  12210-3 0  5877
+2 23710 098.5800 125.8482 0001170 090.2122 001.4822 14.29992945912418
+1 23711U 95059B   13117.63085383  .00000099  00000-0  27881-3 0  3565
+2 23711 100.4059 105.3283 0368559 145.1005 324.9348 13.12619510837470
+1 23715U 95062A   13116.89908297  .00000070  00000-0  26638-2 0  4162
+2 23715 004.8547 329.1416 8358922 324.3310 001.6364 01.01952131 64707
+1 23716U 95062B   13115.43866839 -.00000087  00000-0  00000+0 0  7723
+2 23716 004.6284 032.4643 8298928 121.8783 020.6279 00.94990062 60655
+1 23717U 95063A   13115.98245656  .00000079  00000-0  10000-3 0  5524
+2 23717 010.9601 046.1512 0003566 249.7837 110.1041 00.99890578 63730
+1 23720U 95063D   13115.44432854  .00000109  00000-0  10000-3 0  4452
+2 23720 013.3089 033.6622 0046433 056.0064 304.3718 01.00323428 63854
+1 23723U 95064A   13117.17849639 -.00000298  00000-0  10000-3 0   288
+2 23723 002.1328 071.9289 0007129 237.8065 122.0243 00.99309171 63755
+1 23725U 95064C   13116.00815039  .00002760  00000-0  59236-3 0  5495
+2 23725 025.8188 300.8682 5729619 213.2121 037.0359 04.44205677227390
+1 23730U 95067A   13116.39227125 -.00000025  00000-0  10000-3 0  7096
+2 23730 008.3837 054.2955 0010525 184.0008 175.8931 00.97940042 63503
+1 23731U 95067B   13116.97267322  .00000090  00000-0  10000-3 0  4957
+2 23731 009.8024 050.7257 0003653 307.2151 052.6562 00.99783160 63528
+1 23732U 95067C   13117.62662846  .00008504  00000-0  34646-2 0  8684
+2 23732 006.7888 179.6588 6899263 211.7653 353.1771 02.75519946159323
+1 23734U 95068A   13116.52442605 -.00000032  00000-0  00000+0 0  4289
+2 23734 066.6997 359.3374 0018181 274.3088 103.0198 02.13102251135186
+1 23735U 95068B   13117.33749557 -.00000035  00000-0  00000+0 0  6438
+2 23735 066.6969 359.2696 0007778 201.6288 350.1279 02.13101810135193
+1 23736U 95068C   13117.72445170 -.00000037  00000-0  00000+0 0  4560
+2 23736 066.6879 359.2086 0005801 192.2544 204.8152 02.13101719135207
+1 23739U 95068F   13117.78078534 -.00000037  00000-0  00000+0 0   842
+2 23739 066.6910 358.6391 0007499 206.5118 341.4401 02.13373293135369
+1 23741U 95069A   13117.49167075 -.00000139  00000-0  00000+0 0  5076
+2 23741 007.6407 055.1412 0006231 010.4742 226.4897 01.00328205 63694
+1 23751U 95072A   13117.85432950  .00000201  00000-0  10977-3 0  2623
+2 23751 098.4971 076.9431 0001224 094.7801 346.7874 14.22101958899543
+1 23752U 95072B   13117.44782815  .00000020  00000-0  27057-4 0  4020
+2 23752 098.7136 059.5845 0004861 343.4560 131.1284 14.25623999901735
+1 23753U 95072C   13117.85501296  .00000088  00000-0  55184-4 0  3775
+2 23753 098.7032 063.0425 0002897 336.4922 057.3245 14.26194635901991
+1 23754U 95073A   13117.42624594 -.00000250  00000-0  10000-3 0  8782
+2 23754 000.0388 065.7884 0003317 306.5080 279.5822 01.00270876 63326
+1 23756U 95073C   13117.15360217  .00005235  00000-0  92643-3 0  7074
+2 23756 024.1683 099.3424 6577773 059.2609 349.3457 03.21717015174793
+1 23757U 95074A   13117.04231194  .00005952  00000-0  14251-3 0  8868
+2 23757 022.9903 012.0540 0006384 111.4829 011.7639 15.37558972962107
+1 23764U 96002A   13116.59378705 -.00000178  00000-0  10000-3 0  4159
+2 23764 003.1912 067.6650 0005994 160.4323 199.4985 00.99089991 63240
+1 23765U 96002B   13116.73866306  .00000124  00000-0  00000+0 0  5892
+2 23765 004.8562 062.9509 0001943 015.6847 088.0385 01.00272655 63299
+1 23766U 96002C   13117.54310856  .00019579  00000-0  29141-2 0  2922
+2 23766 006.9995 041.6744 6681844 195.6992 024.4690 03.08043348166098
+1 23768U 96003A   13117.00712499 -.00000095  00000-0  10000-3 0  8324
+2 23768 005.5909 060.9239 0000629 020.8222 210.7589 01.00272648 63289
+1 23769U 96003B   13117.54626947  .00024317  00000-0  50412-3 0  3773
+2 23769 025.2984 247.3201 0239558 250.7880 209.5583 15.18819868918106
+1 23770U 96003C   13116.97125873 -.00000086  00000-0  00000+0 0  4619
+2 23770 021.1755 075.5387 6894588 026.8904 074.7352 02.19764960138806
+1 23773U 96004A   13117.03854786  .00000093  00000-0  82628-4 0  5522
+2 23773 082.9854 056.6417 0047002 330.1387 163.9485 13.74342054866590
+1 23774U 96004B   13117.84150773  .00000046  00000-0  31860-4 0  6876
+2 23774 082.9822 037.8289 0042651 258.1653 134.3425 13.76322602867961
+1 23775U 96005A   13115.82890848  .00000000  00000-0  10000-3 0  4058
+2 23775 012.3779 038.9140 0020771 100.3440 259.8163 00.99883307 63100
+1 23778U 96005D   13111.80947483 -.00000040  00000-0  10000-3 0  8142
+2 23778 012.7845 040.4115 0016271 049.7555 310.3400 00.97673171 61507
+1 23779U 96006A   13116.71623272 -.00000274  00000-0  10000-3 0  9450
+2 23779 001.2244 076.8699 0008147 013.2333 346.8150 00.99596235 63030
+1 23781U 96007A   13116.03986843 -.00000051  00000-0  10000-3 0  3665
+2 23781 005.6715 061.1708 0001230 175.0277 184.8827 00.99263142 62883
+1 23787U 96009A   13117.53118606  .00000029  00000-0  10000-3 0  9090
+2 23787 082.5724 131.3449 0011074 141.2699 218.9197 12.63996688793034
+1 23788U 96009B   13117.53304099  .00000029  00000-0  10000-3 0  8970
+2 23788 082.5668 134.5349 0006692 143.1550 217.0003 12.63104481792478
+1 23789U 96009C   13117.57171913  .00000029  00000-0  10000-3 0  8871
+2 23789 082.5764 143.2929 0005645 124.5945 235.5682 12.62554408792122
+1 23790U 96009D   13115.65143022 -.00000009  00000-0 -11112-3 0  3296
+2 23790 082.5756 144.2265 0008274 128.9068 020.2719 12.62497504791856
+1 23791U 96009E   13115.62369671 -.00000021  00000-0 -18016-3 0  3265
+2 23791 082.5700 147.8103 0009602 119.8272 027.0788 12.61596854791283
+1 23792U 96009F   13117.14436647 -.00000004  00000-0 -82291-4 0  3249
+2 23792 082.5798 157.1346 0012697 117.8586 276.0715 12.60861581791016
+1 23793U 96009G   13117.17747976 -.00000011  00000-0 -13098-3 0  6545
+2 23793 082.5719 193.5049 0043677 254.7378 137.0806 12.55053375787409
+1 23802U 96013A   13115.56853642  .00000123  00000-0  10000-3 0  4236
+2 23802 080.9937 304.6277 6806933 025.4989 356.4480 01.29845884 82520
+1 23814U 96014A   13117.05104227  .00000113  00000-0  44310-4 0  8419
+2 23814 090.1363 296.6659 0022573 026.1789 121.0514 14.24101372890171
+1 23815U 96014B   13117.54100094  .00000138  00000-0  54920-4 0  4794
+2 23815 090.1243 301.9091 0022344 025.0202 035.1863 14.24316956890351
+1 23816U 96015A   13115.41304796 -.00000187  00000-0  10000-3 0  6039
+2 23816 000.4191 076.9153 0068700 246.6288 036.0083 00.98483240 62685
+1 23820U 66077D   13116.65518098 -.00000340  00000-0 -73117-2 0  3641
+2 23820 087.6014 010.9523 2312303 022.2864 346.3961 08.83899969661836
+1 23821U 66077E   13117.02342191  .00000005  00000-0  00000+0 0  6921
+2 23821 089.2163 289.1277 1663435 171.3863 342.7070 08.72662226476641
+1 23827U 96017A   13116.89643333  .00000145  00000-0  85022-4 0  7063
+2 23827 098.5808 061.2834 0004585 098.3849 297.7047 14.22021486887435
+1 23828U 96017B   13117.85298742  .00000078  00000-0  54504-4 0  4671
+2 23828 098.5455 068.5097 0034992 137.4061 256.9124 14.21579742887177
+1 23829U 66077F   13115.97629152  .00000211  00000-0  63768-1 0  1102
+2 23829 090.0260 278.7576 0928252 101.9115 037.4831 08.63923632627150
+1 23830U 66077G   13109.55033115  .00000009  00000-0  10000-3 0  7664
+2 23830 089.0469 160.8601 2313784 185.5398 173.1929 08.72565692595475
+1 23833U 96019A   13117.35916940  .00000021  00000-0  10000-3 0  4985
+2 23833 053.5282 092.8094 0159229 073.3105 288.4063 02.00561728125195
+1 23836U 78007D   13117.73124188  .00000777  00000-0  56132-3 0  1118
+2 23836 082.9358 220.3809 0046393 170.3058 346.3123 13.94957047259931
+1 23839U 96020A   13116.57292633  .00000005  00000-0  10000-3 0  8034
+2 23839 000.9700 073.9592 0005348 330.9567 080.5742 01.00271930 62503
+1 23840U 96020B   13117.24789546 -.00000002  00000-0  00000+0 0  7802
+2 23840 021.0222 169.2912 7009232 099.6391 354.3231 02.24208857139819
+1 23841U 66077L   13116.97125468 -.00000002  00000-0  00000+0 0   238
+2 23841 087.8830 317.3182 2113010 292.0191 235.9651 08.86572704759291
+1 23842U 96021A   13117.85388609  .00000075  00000-0  00000+0 0  8818
+2 23842 000.0827 057.6073 0002032 322.4250 198.2588 01.00273076 62422
+1 23845U 96021D   13115.37251894 -.00000102  00000-0  00000+0 0  8161
+2 23845 005.9562 163.8192 3990478 050.2892 035.7746 01.64342648102325
+1 23846U 96022A   13117.48024162 -.00000091  00000-0  00000+0 0  4627
+2 23846 005.1063 062.1856 0005931 345.2507 234.5774 01.00272078 62335
+1 23847U 96022B   13117.45865343  .00003446  00000-0  17787-2 0  1311
+2 23847 006.7030 223.2939 6828976 019.2208 010.7630 02.84137809162626
+1 23859U 96024C   13117.17052885  .00000054  00000-0  65602-4 0  5580
+2 23859 098.7725 160.8714 0087553 042.9655 349.5352 13.97322911866259
+1 23864U 96030A   13116.52198846 -.00000203  00000-0  10000-3 0  7039
+2 23864 002.6601 070.1895 0002233 313.2655 169.6691 01.00271936 62055
+1 23865U 96030B   13116.95506914 -.00000067  00000-0  00000+0 0  8984
+2 23865 004.1892 066.0319 0010542 028.3423 331.6087 00.97117061 61972
+1 23866U 96030C   13117.71480274  .00003327  00000-0  20603-2 0  8659
+2 23866 003.9923 198.1304 7023285 258.9518 350.2329 02.58334497151088
+1 23867U 96030D   13117.15758025  .00004187  00000-0  35538-2 0  7028
+2 23867 003.8759 060.5475 6868487 173.0332 350.5027 02.76875619157841
+1 23877U 96033A   13116.55266057 -.00000052  00000-0  10000-3 0  7132
+2 23877 004.0904 065.4506 0011042 025.5418 334.3991 00.99543449 61922
+1 23879U 96033C   13116.19302494 -.00000123  00000-0  00000+0 0  2892
+2 23879 023.3155 003.5779 6768567 125.6627 009.1221 02.11147283130586
+1 23880U 96034A   13116.48291891 -.00000109  00000-0  10000-3 0  2490
+2 23880 012.2528 039.7142 0006982 257.6322 349.7309 01.00142432 61954
+1 23883U 96034D   13115.92143310 -.00000082  00000-0  10000-3 0  8860
+2 23883 012.6271 041.1984 0033669 338.7960 020.9942 00.97946934 60525
+1 23915U 96035A   13115.19600946  .00000051  00000-0  10000-3 0  7526
+2 23915 000.8871 077.0354 0003202 133.1803 149.7775 00.99177145 61772
+1 23933U 61028G   13117.18078688 -.00000001  00000-0  00000+0 0  7209
+2 23933 095.8920 358.1440 0911035 093.6709 044.6905 08.70972401697461
+1 23940U 96037A   13117.58466068  .00000431  00000-0  11385-3 0  2362
+2 23940 097.9225 297.9647 0027742 302.0974 097.9075 14.53180530894171
+1 23943U 96039A   13117.14391916  .00000092  00000-0  10000-3 0  1060
+2 23943 006.8947 057.0035 0001179 302.1386 319.7569 01.00271950 61606
+1 23948U 96040A   13115.33845581  .00000049  00000-0  10000-3 0  8001
+2 23948 009.6764 050.2186 0010187 331.9175 027.9488 00.99225976 61237
+1 23949U 96040B   13117.01540356  .00000056  00000-0  00000+0 0  6923
+2 23949 004.4349 063.8290 0009695 023.7833 193.2104 01.00168343 61537
+1 23950U 96040C   13116.38064295  .00000828  00000-0  69378-3 0  4132
+2 23950 007.2330 333.1597 7068725 320.4654 267.6146 02.51320611145313
+1 23952U 66077M   13116.98109516  .00004707  00000-0  14848-1 0  4054
+2 23952 087.1106 108.1832 2617161 085.2101 329.0956 09.15240025627546
+1 23953U 96041A   13117.26739486  .00000007  00000-0  00000+0 0  9884
+2 23953 054.0708 221.9494 0122025 045.0350 351.3655 02.00568157122971
+1 23966U 88098F   13116.21255931  .00004708  00000-0  50880-2 0  2152
+2 23966 003.6613 108.3607 6491344 010.9390 014.8188 03.25037611216103
+1 23968U 96042B   13116.32478623  .00002287  00000-0  14665-2 0  5513
+2 23968 026.6434 180.3268 6484206 030.3098 011.3363 03.29109467194750
+1 23975U 94029V   13117.37337463  .00003906  00000-0  67303-3 0  1249
+2 23975 082.4767 091.1606 0309358 228.9646 265.1299 14.41476483864992
+1 23986U 94029AG  13116.27671579  .00001681  00000-0  16493-3 0  2308
+2 23986 082.0514 214.7059 0083648 052.5923 002.4090 14.88966120910520
+1 23994U 95033E   13117.82897986  .00006530  00000-0  44222-3 0  2496
+2 23994 098.2636 046.4589 0012373 267.3331 151.0607 15.06819222910095
+1 24007U 94029BC  13117.52853507  .00001013  00000-0  10940-3 0  7311
+2 24007 081.9254 132.5734 0090157 151.3410 354.8797 14.84366872910378
+1 24051U 94029CY  13117.65901686  .00001269  00000-0  38383-3 0  2034
+2 24051 081.2944 323.7452 0502807 314.4473 104.3038 13.87722948844394
+1 24080U 94029EB  13116.87332343  .00021032  00000-0  64268-3 0   306
+2 24080 081.8762 262.8040 0044300 185.4551 321.3235 15.32757800924923
+1 24082U 94029ED  13116.67928885  .00001726  00000-0  21416-3 0   359
+2 24082 081.9129 204.7083 0098471 093.6450 053.4779 14.78644441906304
+1 24091U 94029EN  13116.71696774  .00001539  00000-0  16756-3 0  7465
+2 24091 082.0033 203.4502 0096594 159.3586 000.7767 14.83958458915287
+1 24092U 94029EP  13117.86126042  .00013635  00000-0  13520-2 0  4157
+2 24092 082.0515 080.3565 0132135 060.7909 332.0555 14.85295001906398
+1 24094U 94029ER  13117.05212617  .00009650  00000-0  39540-3 0  9411
+2 24094 081.8726 301.8114 0056783 248.2837 259.5151 15.22631414933882
+1 24097U 94029EU  13116.57955917  .00006272  00000-0  66960-3 0  3571
+2 24097 082.0048 304.6367 0110132 130.5520 263.9819 14.84230382917324
+1 24102U 94029EZ  13117.87189708  .00005440  00000-0  34143-3 0  1436
+2 24102 081.8529 329.2790 0043739 192.1003 299.7495 15.08304259947044
+1 24114U 94029FM  13117.43583889  .00009921  00000-0  50941-3 0  2735
+2 24114 082.0668 098.0766 0038703 013.9825 131.8197 15.15712972 65190
+1 24115U 94029FN  13117.54402321  .00009420  00000-0  51526-3 0  3914
+2 24115 082.0865 129.6858 0043379 063.9360 081.8330 15.13310444 66142
+1 24126U 94029FZ  13117.46191106  .00001065  00000-0  30636-3 0  9083
+2 24126 081.8171 113.8779 0390291 180.6135 328.2070 14.07738432873534
+1 24129U 94029GC  13117.68256677  .00001553  00000-0  43715-3 0  9214
+2 24129 081.4833 174.0280 0616070 130.4317 014.3166 13.70290358839366
+1 24138U 94029GM  13116.64555036  .00005081  00000-0  80034-3 0  7392
+2 24138 081.5827 293.2387 0208838 226.6232 263.9752 14.58725176884894
+1 24151U 94029HA  13117.02743214  .00000631  00000-0  11963-3 0  2450
+2 24151 082.0212 112.1576 0170983 287.5518 104.2922 14.54040112893986
+1 24161U 94029HL  13117.18992869  .00020257  00000-0  57677-3 0  7217
+2 24161 081.7940 200.5100 0035867 231.2418 152.2050 15.35318893924885
+1 24163U 94029HN  13117.75681322  .00002446  00000-0  22532-3 0  9675
+2 24163 082.0657 213.8962 0062216 019.5425 126.0115 14.92824291913157
+1 24165U 94029HQ  13116.64019704  .00005884  00000-0  14423-2 0    21
+2 24165 082.1881 275.8705 0326453 115.8064 004.3311 14.24655085865887
+1 24197U 94029JY  13116.16217372  .00001110  00000-0  15211-3 0  8768
+2 24197 082.0957 353.2770 0097822 042.9096 083.1488 14.74293125987195
+1 24208U 96044A   13117.30532738 -.00000280  00000-0  10000-3 0  9369
+2 24208 009.6212 049.1487 0030393 016.5489 343.4548 01.00792780 61284
+1 24209U 96044B   13115.61886284 -.00000206  00000-0  10000-3 0  5937
+2 24209 006.1333 059.4303 0015993 269.1266 090.6056 00.98449957 61310
+1 24213U 94029KL  13117.65800619  .00001494  00000-0  42065-3 0   555
+2 24213 081.4722 186.7545 0615864 194.0256 329.7561 13.70510563500358
+1 24227U 94029LA  13116.83392142  .00001911  00000-0  30167-3 0  7221
+2 24227 082.0491 064.2760 0171643 049.2251 341.4499 14.62422866898216
+1 24236U 94029LK  13117.54051777  .00002909  00000-0  58724-3 0  3825
+2 24236 081.4267 294.0383 0506765 249.8155 164.9286 14.02859520853412
+1 24239U 94029LN  13117.02242366  .00002326  00000-0  51091-3 0  8320
+2 24239 081.5291 327.5798 0251997 120.7281 031.5485 14.39283602880227
+1 24243U 94029LS  13117.60714573  .00012333  00000-0  10288-2 0  6894
+2 24243 081.9979 313.9864 0093574 174.7533 244.6268 14.95065285903629
+1 24276U 96045D   13117.26392644  .00159021 -48184-4  14841-3 0   444
+2 24276 062.1862 110.4245 7340652 267.0301 015.2319 02.27736394122516
+1 24277U 96046A   13116.88748332  .00000131  00000-0  68899-4 0  2095
+2 24277 098.5512 060.3757 0002314 092.3094 314.4951 14.28877519870216
+1 24278U 96046B   13117.18132984 -.00000009  00000-0  29628-4 0  1024
+2 24278 098.5595 182.5564 0349479 296.3662 093.5692 13.52998833824411
+1 24279U 96046C   13115.85399574  .00000092  00000-0  16028-3 0  4828
+2 24279 098.7615 229.7048 0300731 187.6121 332.4978 13.46929429820504
+1 24282U 96048A   13107.57308505 -.00000187  00000-0  00000+0 0  8287
+2 24282 025.3599 307.6809 3078559 066.0156 064.3164 01.06656920 67414
+1 24284U 95058G   13117.66523005  .00000393  00000-0  21622-3 0   966
+2 24284 070.8627 173.6694 0011962 170.3989 334.6695 14.17863544903443
+1 24285U 96049A   13117.09599240  .00010281  00000-0  88611-3 0  7481
+2 24285 082.9681 065.5237 1951009 350.0631 006.6505 11.36501920677750
+1 24286U 96049B   13116.86601361  .00002837  00000-0  23659-3 0  4749
+2 24286 082.9698 037.1918 1909648 240.8139 098.8768 11.45608328681086
+1 24292U 96050B   13115.56038852 -.00000003  00000-0  00000+0 0  1891
+2 24292 064.0464 297.2553 5003842 253.8633 096.7875 04.14700169252261
+1 24293U 96050C   13116.66672901 -.00000004  00000-0  00000+0 0  1142
+2 24293 064.0426 297.4640 5005151 253.7771 047.4055 04.14712077252349
+1 24296U 96050F   13105.63009440 -.00000020  00000-0  00000+0 0  9485
+2 24296 064.1311 305.2526 4943739 256.5942 092.4716 04.15047288252070
+1 24297U 96051A   13117.32539513 -.00000271  00000-0 -11850-3 0  5096
+2 24297 070.9068 354.4259 0027217 305.3840 187.3726 14.13091392858558
+1 24298U 96051B   13116.79597146  .00000048  00000-0  52142-4 0  1662
+2 24298 070.8703 008.4417 0019064 270.1052 123.8736 14.12425335858273
+1 24299U 96051C   13117.51708299  .00000053  00000-0  87927-4 0  4429
+2 24299 071.0377 134.6123 0189627 034.4675 107.7778 13.74876639835226
+1 24300U 96051D   13115.57278024  .00000078  00000-0  11175-3 0  4949
+2 24300 071.0302 159.9006 0194708 088.3383 068.0900 13.73659004834169
+1 24301U 96051E   13116.18081781 -.00000061  00000-0 -18161-4 0  4868
+2 24301 070.9957 180.6670 0207936 126.9483 270.1349 13.71471163832909
+1 24302U 96051F   13115.74338383  .00000002  00000-0  42995-4 0  4475
+2 24302 070.9878 198.8985 0209340 174.3162 331.9755 13.70249863832168
+1 24303U 96051G   13116.41244711 -.00000042  00000-0  21120-5 0  4116
+2 24303 071.1085 223.7718 0068554 096.0400 297.3130 14.07903950855307
+1 24304U 96052A   13117.17079904  .00000057  00000-0  45483-4 0  4192
+2 24304 082.9375 031.3988 0028444 295.8568 214.7482 13.73425662834053
+1 24305U 96052B   13117.28165038  .00000053  00000-0  41032-4 0  3459
+2 24305 082.9398 031.0828 0028758 291.3447 215.3747 13.73660402834250
+1 24306U 96052C   13117.37249614  .00000060  00000-0  46847-4 0  1447
+2 24306 082.9380 021.3802 0024787 275.1693 084.6634 13.74792183834948
+1 24307U 96053A   13117.20951676 -.00000132  00000-0  00000+0 0  6856
+2 24307 000.1585 064.1186 0006761 346.5807 224.5698 01.00271619 60926
+1 24313U 96055A   13115.83541553 -.00000177  00000-0  10000-3 0  5708
+2 24313 004.1384 065.0579 0006264 349.3625 010.5474 01.00199592 60943
+1 24315U 96054A   13116.47713897 -.00000109  00000-0  10000-3 0   713
+2 24315 000.0074 336.5667 0003416 048.0032 258.8384 01.00272031 60904
+1 24320U 96056A   13116.76384394 -.00000050  00000-0  10000-3 0  7441
+2 24320 055.5623 041.5892 0025750 121.4365 238.8116 01.86497405120993
+1 24340U 94029NR  13116.08497779  .00001797  00000-0  83600-3 0  3123
+2 24340 081.5760 136.9019 0922899 190.0173 234.9077 12.94663226900878
+1 24378U 94029QF  13117.51680502  .00000732  00000-0  14626-3 0  8755
+2 24378 082.0298 141.1941 0179575 001.8501 152.3838 14.50973091  1476
+1 24435U 96058A   13116.76414972 -.00000333  00000-0  00000+0 0  7917
+2 24435 012.5146 039.6203 0000307 236.3780 317.0515 01.00278810 60725
+1 24438U 96058D   13117.21257784 -.00000334  00000-0  10000-3 0  6091
+2 24438 012.9632 036.3998 0012131 008.4884 351.4626 01.00218200 60731
+1 24487U 94029UL  13116.70884901  .00007163  00000-0  50305-3 0  2567
+2 24487 081.9534 115.9986 0072827 003.8593 356.3176 15.02814565911953
+1 24501U 94029VA  13117.31848831  .00014240  00000-0  59537-3 0  4195
+2 24501 082.0504 147.6829 0062635 109.1526 020.3571 15.21644766915405
+1 24529U 94029WD  13117.82939608  .00000610  00000-0  73597-4 0  6892
+2 24529 081.9809 240.4321 0132827 350.1692 155.3216 14.76096936542526
+1 24547U 94029WX  13116.78285856  .00005856  00000-0  42179-3 0  4464
+2 24547 082.0314 200.7174 0092781 047.9960 098.6691 15.00521765 21683
+1 24581U 94029YH  13117.66809965  .00002025  00000-0  86512-3 0  8562
+2 24581 081.5580 356.2365 0832102 133.0064 298.1797 13.14733061801148
+1 24594U 94029YW  13115.73865973  .00006627  00000-0  18288-2 0    44
+2 24594 081.4718 120.7321 0563232 346.8855 059.9824 13.81062518840016
+1 24602U 94029ZE  13117.79833402  .00003108  00000-0  11608-2 0  2529
+2 24602 081.5339 238.1284 0814336 261.3882 274.4570 13.23543153807080
+1 24626U 94029AAE 13117.23184858  .00016023  00000-0  93503-3 0  5773
+2 24626 081.9932 212.4042 0058516 194.5074 195.4659 15.10359087906603
+1 24647U 66077P   13116.15113337  .00001197  00000-0  25030-1 0  7857
+2 24647 087.7944 323.0717 2177105 256.0227 277.9693 09.04660121130864
+1 24652U 96063A   13116.73354788 -.00000171  00000-0  10000-3 0  7868
+2 24652 000.6306 079.7589 0003369 277.9671 293.9279 00.99416502 60734
+1 24653U 96063B   13116.49974404 -.00000225  00000-0  00000+0 0  8614
+2 24653 004.8122 063.0174 0004103 024.8306 094.7082 01.00271338 60305
+1 24654U 96063C   13115.63015600  .00000314  00000-0  54104-3 0  9688
+2 24654 003.9651 260.5421 7177991 037.4407 010.2703 02.34989269138190
+1 24665U 96067A   13117.20421553  .00000114  00000-0  10000-3 0  7028
+2 24665 003.5500 067.1488 0005943 339.9770 289.9665 01.00272717 60559
+1 24674U 96070A   13117.68387880  .00000030  00000-0  00000+0 0  7413
+2 24674 000.3630 079.0725 0006027 326.6850 234.3305 01.00271509 59887
+1 24675U 96070B   13115.75088880 -.00000034  00000-0  00000+0 0  7299
+2 24675 022.2063 214.6051 7030413 228.6992 351.6799 02.22628250133035
+1 24676U 66077Q   13116.60642373  .00000506  00000-0  13003-1 0  7193
+2 24676 088.1492 325.0573 2186905 332.7523 040.5376 08.91878662127897
+1 24677U 96071A   13116.63894231 -.00000001  00000-0 -17849-4 0  2266
+2 24677 082.9394 141.8270 0022361 267.9017 241.2758 13.71429359818383
+1 24678U 96071B   13117.56242713  .00000051  00000-0  37999-4 0  2601
+2 24678 082.9364 125.4694 0024358 199.0309 274.9940 13.73501454819641
+1 24679U 94085Y   13110.04615422 -.00000035  00000-0  20526-3 0   475
+2 24679 064.9869 119.9091 0185919 003.2989 032.1892 11.32180400722440
+1 24682U 94029AAQ 13117.71914674  .00003474  00000-0  65043-3 0  6703
+2 24682 082.1279 030.3401 0223673 189.7585 169.9235 14.49699108876793
+1 24705U 65109E   13117.13599934  .00001260  00000-0  90000-3 0  1077
+2 24705 089.0678 333.1518 0098832 057.4456 088.3344 13.94351838829030
+1 24712U 86026G   13117.04136577  .00004219  00000-0  82942-2 0  1203
+2 24712 008.8942 251.7602 6835799 172.3996 209.2670 02.76775995170186
+1 24713U 97002A   13117.20766854 -.00000083  00000-0  10000-3 0  6203
+2 24713 001.3494 075.1352 0003352 016.4825 196.9331 00.99947232 10291
+1 24714U 97002B   13115.87548754  .00000023  00000-0  10000-3 0  6014
+2 24714 005.0322 062.8137 0005480 038.8936 321.0627 00.99382963 59388
+1 24715U 97002C   13116.78626638  .00046951  00000-0  31442-2 0  2843
+2 24715 007.2443 241.5232 6396073 143.0590 244.9724 03.50673589170608
+1 24720U 97005A   13117.15768494  .00000108  00000-0  43193-3 0  5867
+2 24720 031.2128 107.7596 6004436 138.9654 348.5113 03.82196968225701
+1 24721U 97005B   13117.14294727  .00054703  00000-0  15144-2 0  1624
+2 24721 031.1654 026.5585 3073900 063.8201 046.2180 09.27010804417117
+1 24722U 91003E   13117.60171162  .00012465  00000-0  29150-1 0  7328
+2 24722 006.7464 189.5763 6704358 229.7035 019.2543 02.92347357174329
+1 24723U 91003F   13116.20063954  .00000082  00000-0  10434-2 0  8142
+2 24723 006.4747 131.7823 6834233 004.4101 007.9920 02.64661600164012
+1 24724U 91003G   13117.85153034  .00000284  00000-0  92422-3 0  1149
+2 24724 006.3015 274.0917 6800159 079.1634 013.6113 02.78852220169293
+1 24725U 97006A   13115.83038479  .00000051  00000-0  23180-3 0   764
+2 24725 082.6082 081.4251 0009704 171.2709 217.8520 12.60641325745221
+1 24726U 97006B   13117.42940806  .00000046  00000-0  19995-3 0   716
+2 24726 082.6005 071.2551 0006155 146.6258 001.5556 12.61312904745821
+1 24727U 97006C   13116.90425902  .00000045  00000-0  19302-3 0   759
+2 24727 082.6052 067.0373 0001592 122.6134 271.0279 12.62288953746347
+1 24728U 97006D   13117.80608191  .00000029  00000-0  10000-3 0  7882
+2 24728 082.6032 056.0585 0006645 290.4993 069.5385 12.63806411747301
+1 24729U 97006E   13117.72473662  .00000029  00000-0  10000-3 0  7652
+2 24729 082.5969 059.5329 0003702 355.4346 004.6711 12.62875348746743
+1 24730U 97006F   13117.72224107  .00000029  00000-0  10000-3 0  7584
+2 24730 082.6050 067.5867 0003071 051.1554 308.9809 12.62375282746440
+1 24731U 97006G   13117.54339632  .00000015  00000-0  28775-4 0   122
+2 24731 082.5971 113.0987 0040588 322.1921 185.9073 12.55230669742235
+1 24732U 97007A   13116.76102623  .00000104  00000-0  00000+0 0  3998
+2 24732 004.7715 063.1740 0003396 343.8521 132.1218 01.00272438 59203
+1 24741U 91003H   13116.32693372  .00000273  00000-0  43851-2 0  1692
+2 24741 006.4851 193.4033 6824437 246.9040 012.3597 02.64620625163781
+1 24742U 97009A   13117.21832113 -.00000222  00000-0  00000+0 0  3123
+2 24742 004.0015 065.7804 0004524 343.0889 215.5867 01.00271915 59218
+1 24748U 97011A   13117.21634710 -.00000246  00000-0  10000-3 0  6905
+2 24748 006.4525 059.0572 0023784 198.4274 161.3790 00.99033066 58901
+1 24751U 91003K   13116.76144609  .00015699  00000-0  12952-1 0  2107
+2 24751 006.5988 173.8066 6462813 266.1077 106.6466 03.30553124187222
+1 24752U 91006C   13106.82712091  .00000193  00000-0  17162-3 0  9327
+2 24752 082.9244 051.6628 0022999 216.6963 171.9801 13.79676414887911
+1 24754U 79104C   13117.03757663  .00001702  00000-0  56808-2 0  7473
+2 24754 017.5159 094.9284 5107560 015.3130 011.9396 05.11070229285837
+1 24756U 97012B   13115.38622686  .00006864  00000-0  15289-2 0  2427
+2 24756 098.8190 047.4527 0002707 072.8027 074.5771 14.57238016841812
+1 24761U 97015A   13117.20936235 -.00000223  00000-0  10000-3 0   820
+2 24761 067.1881 171.3869 5855978 226.7999 066.4508 02.00865736117576
+1 24764U 97015D   13115.22103212  .00000209  00000-0  00000+0 0  2273
+2 24764 066.7085 140.5582 6420879 215.6637 269.1293 02.03146958119043
+1 24765U 97012C   13116.87240657  .00006998  00000-0  14981-2 0  3456
+2 24765 098.8107 051.5277 0004247 074.9481 317.0993 14.59057857841811
+1 24768U 97016A   13117.10147669 -.00000235  00000-0  10000-3 0  7136
+2 24768 005.9642 060.7317 0087460 291.0700 067.8868 00.98755500 58569
+1 24769U 97016B   13116.81698239 -.00000071  00000-0  10000-3 0  5684
+2 24769 002.1904 065.6557 0002024 327.6695 032.1707 00.99118712 58625
+1 24772U 97017A   13117.83107823 -.00000057  00000-0 -79553-4 0  4342
+2 24772 082.9236 068.0844 0024806 238.0904 154.1593 13.71329470802331
+1 24773U 97017B   13117.37740159  .00000066  00000-0  54859-4 0  3841
+2 24773 082.9237 054.0679 0024448 184.5547 325.3754 13.73432208803365
+1 24777U 97012D   13117.35523270  .00002217  00000-0  60140-3 0  5752
+2 24777 098.8465 032.5560 0005341 024.2358 119.7321 14.48658727838596
+1 24778U 97012E   13117.54348688  .00002241  00000-0  74584-3 0  8344
+2 24778 098.8728 297.0695 0007579 132.2412 260.4011 14.38683009835331
+1 24786U 97019A   13117.37807463  .00000073  00000-0  10000-3 0  7503
+2 24786 006.7433 057.2126 0024563 106.8097 253.3475 00.99120509 58508
+1 24792U 97020A   13117.28306739  .00000350  00000-0  11775-3 0  3236
+2 24792 086.3989 230.5856 0002342 109.8988 250.2461 14.34215631836492
+1 24793U 97020B   13117.42950225  .00000319  00000-0  10670-3 0  3247
+2 24793 086.3999 230.7245 0002329 111.7773 316.5438 14.34214233836517
+1 24794U 97020C   13117.40989444  .00000348  00000-0  11704-3 0  1239
+2 24794 086.3997 230.6966 0002003 114.1347 246.0058 14.34212637836519
+1 24795U 97020D   13117.40356267  .00000420  00000-0  14301-3 0  5175
+2 24795 086.3990 230.8039 0002699 121.8448 238.3011 14.34213608836594
+1 24796U 97020E   13117.35767032  .00000267  00000-0  88054-4 0  3620
+2 24796 086.3990 230.4036 0002245 106.5594 309.9728 14.34349793836525
+1 24797U 97020F   13117.31742691  .00000291  00000-0  59511-4 0  3646
+2 24797 086.9012 186.4606 0227480 313.9331 085.7841 14.42519478839866
+1 24798U 97021A   13117.41363101  .00000112  00000-0  10000-3 0  1766
+2 24798 008.2122 053.7077 0014116 000.5128 359.3875 01.00185179 58471
+1 24800U 97022A   13117.01077116 -.00000004  00000-0  00000+0 0  1446
+2 24800 066.8285 036.9314 6799136 205.9556 019.4315 01.99590493116639
+1 24803U 97022D   13116.22673426 -.00000207  00000-0  00000+0 0  1846
+2 24803 067.0531 001.2051 6809021 191.2090 353.4758 02.04237351118987
+1 24808U 97025A   13115.92627470  .00000062  00000-0  10000-3 0  3124
+2 24808 004.0546 063.3410 0003262 283.2061 076.6698 00.98970431 58360
+1 24809U 97025B   13116.10656764  .00000132  00000-0  71631-5 0  1051
+2 24809 026.2931 130.3477 0668024 119.1973 308.5128 13.29596301774677
+1 24810U 97025C   13114.43281412  .00000009  00000-0  00000+0 0  2264
+2 24810 019.1480 146.5149 6932081 181.8160 354.4848 02.16110704125796
+1 24812U 97026A   13116.36727027 -.00000169  00000-0  00000+0 0  6271
+2 24812 000.0387 095.6061 0003063 312.3007 205.7494 01.00272917 58331
+1 24815U 97026D   13116.25014373 -.00000056  00000-0  00000+0 0  2737
+2 24815 017.3994 202.3618 5293204 143.8693 324.9112 01.89871579110443
+1 24817U 94029ABU 13117.35444919  .00002491  00000-0  78546-3 0  1933
+2 24817 081.6935 087.6212 0438644 083.0369 042.3382 13.96578486847053
+1 24818U 77087C   13115.85305986  .00000357  00000-0  33343-3 0  2129
+2 24818 082.9683 069.2239 0029169 262.4086 125.0257 13.79049595788633
+1 24819U 97027A   13117.25614638 -.00000294  00000-0  00000+0 0  5606
+2 24819 002.9134 068.2156 0005286 331.8116 213.5689 01.00275493 58308
+1 24820U 97027B   13113.61057986 -.00000100  00000-0  10000-3 0  6748
+2 24820 012.0829 034.8243 0329690 349.1166 010.1368 01.04792156 60812
+1 24827U 97028A   13115.12337411 -.00000003  00000-0  65607-3 0   523
+2 24827 063.3614 308.7507 0914576 014.9451 127.7007 11.07976147642755
+1 24829U 97028C   13115.13397330 -.00000124  00000-0 -12577-2 0  9477
+2 24829 063.3745 329.9395 0902734 001.8871 137.0804 11.07213906642358
+1 24833U 97028F   13117.17258417  .00000035  00000-0  12821-2 0  5972
+2 24833 063.3749 340.9550 0907536 003.9500 136.0517 11.06562871642111
+1 24834U 97029A   13115.67380750 -.00000118  00000-0  10000-3 0  9091
+2 24834 011.5221 046.6096 0096510 112.1222 248.8225 00.96051522 57292
+1 24836U 97030A   13117.44419843  .00000332  00000-0  10327-3 0  8928
+2 24836 086.3943 251.1853 0003023 077.1047 345.5637 14.37941084831632
+1 24837U 97030B   13117.50233274  .00000171  00000-0  54050-4 0  3364
+2 24837 086.3954 261.9360 0002301 109.4478 317.1181 14.34219815830277
+1 24839U 97030D   13117.48943228  .00000276  00000-0  91517-4 0  3354
+2 24839 086.3949 261.9305 0002301 108.9252 316.6729 14.34218047830285
+1 24840U 97030E   13117.50889492  .00000292  00000-0  97202-4 0  2849
+2 24840 086.3951 262.0300 0002231 109.2658 318.4999 14.34218697830272
+1 24841U 97030F   13117.49997059  .00000332  00000-0  10806-3 0  3083
+2 24841 086.4030 262.6655 0003143 140.7991 285.5874 14.35813945830593
+1 24842U 97030G   13117.49555697  .00000400  00000-0  11144-3 0  9855
+2 24842 086.4455 264.2785 0016667 073.2191 352.8156 14.43855473834725
+1 24843U 97028G   13116.71699017 -.00000353  00000-0 -49151-2 0  2605
+2 24843 063.3747 286.2586 0882334 001.9377 100.5112 11.09736687642094
+1 24846U 97031A   13115.93900481 -.00000015  00000-0  10000-3 0  5637
+2 24846 002.0109 071.3350 0022765 185.8800 174.0643 00.98108149 57848
+1 24866U 96051H   13117.75942888 -.00000270  00000-0 -12543-3 0    92
+2 24866 071.1245 203.8098 0060695 054.1860 090.6460 14.09686278856069
+1 24869U 97034A   13117.49650837  .00000078  00000-0  20817-4 0  3819
+2 24869 086.3932 293.6583 0002316 107.6300 304.3074 14.34215586827240
+1 24870U 97034B   13117.46535726  .00000303  00000-0  99557-4 0  2959
+2 24870 086.3937 293.2070 0002150 100.0055 315.1791 14.34940585827312
+1 24871U 97034C   13117.52731206  .00000342  00000-0  10538-3 0  9308
+2 24871 086.3950 282.9857 0009779 266.8177 154.5094 14.38601148828940
+1 24872U 97034D   13117.51818566  .00000108  00000-0  31553-4 0  3140
+2 24872 086.3934 293.8412 0002176 111.1233 249.0195 14.34216258827244
+1 24873U 97034E   13117.44054184  .00002719  00000-0  20942-3 0  4365
+2 24873 086.3870 056.6216 0010786 121.8774 016.3563 15.01189667860390
+1 24876U 97035A   13117.13707931 -.00000026  00000-0  00000+0 0  4561
+2 24876 056.2629 286.6717 0049771 121.6245 176.4401 02.00553666115503
+1 24880U 97036A   13116.94184627 -.00000262  00000-0  00000+0 0  4850
+2 24880 003.8883 065.9961 0008439 022.8586 198.2904 01.00272197 57616
+1 24883U 97037A   13116.86041314  .00000205  00000-0  91110-4 0   174
+2 24883 098.4458 232.9166 0001315 240.8249 265.3658 14.32618267835307
+1 24891U 97040A   13117.22635697 -.00000138  00000-0  10000-3 0  1109
+2 24891 013.9372 358.0203 0691761 138.4365 226.9564 00.93698792 54233
+1 24892U 97040B   13117.59849149  .00024347  00000-0  29535-2 0   185
+2 24892 006.9919 138.8271 6594085 283.0465 026.2226 03.20794148157153
+1 24893U 88032C   13116.10557231  .00000405  00000-0  42940-4 0  1324
+2 24893 097.7716 169.5307 0040844 149.4341 267.3673 14.93940671110608
+1 24894U 97041A   13116.02237328 -.00000002  00000-0  10000-3 0  8735
+2 24894 011.7338 042.3446 0160934 172.2910 187.8877 01.00233150 57542
+1 24897U 97041D   13116.87018797  .00000002  00000-0  10000-3 0  6960
+2 24897 011.7748 042.5204 0354373 172.6801 187.7685 00.99995187 57402
+1 24901U 97042A   13116.83323951 -.00000034  00000-0  10000-3 0  8591
+2 24901 001.9253 074.1702 0005475 314.7472 122.9915 01.00273083 57441
+1 24903U 97043A   13117.52924245  .00000202  00000-0  64764-4 0  4380
+2 24903 086.3993 167.3428 0002240 109.1008 005.6994 14.34506541821193
+1 24904U 97043B   13117.18742057  .00000218  00000-0  70749-4 0  3377
+2 24904 086.3988 167.4511 0002392 109.5159 250.6295 14.34213667821102
+1 24905U 97043C   13117.20632953  .00000211  00000-0  68411-4 0  3516
+2 24905 086.3997 167.8546 0002359 109.8157 282.4599 14.34213538821117
+1 24906U 97043D   13117.18166219  .00000209  00000-0  67729-4 0  3553
+2 24906 086.3989 167.3686 0002381 109.6211 283.6188 14.34213268821110
+1 24907U 97043E   13117.17484403  .00000227  00000-0  74052-4 0  3154
+2 24907 086.4000 167.9478 0002384 108.3847 285.0555 14.34213962821109
+1 24911U 81070M   13115.74319845  .00000046  00000-0  42374-3 0  6007
+2 24911 089.5096 043.0820 6253546 016.9984 002.5198 03.51996130201882
+1 24914U 81059F   13116.50416841  .00001129  00000-0  43564-3 0  9116
+2 24914 098.5511 098.3293 0029219 007.2308 352.9291 14.31925586815108
+1 24916U 97046A   13117.07075155 -.00000051  00000-0  10000-3 0  5336
+2 24916 000.4804 079.2222 0004330 323.1046 272.8607 01.00092357 57509
+1 24919U 97046D   13116.48009464 -.00000043  00000-0  00000+0 0   198
+2 24919 012.8244 200.1431 4875978 257.7454 178.2145 01.79820169102881
+1 24920U 97047A   13117.05721008  .00000142  00000-0  84044-4 0  8844
+2 24920 069.9567 028.1687 0024711 321.4239 166.6757 14.25630824814547
+1 24921U 97047B   13116.83871228 -.00000026  00000-0  13402-4 0  3645
+2 24921 069.9742 042.2282 0023588 307.3308 088.3834 14.25121039814440
+1 24925U 97048A   13117.26247505  .00000257  00000-0  27372-4 0  4875
+2 24925 086.3390 020.0759 0006238 005.3803 141.4580 14.84313211847240
+1 24926U 97048B   13117.27101470  .00000244  00000-0  25965-4 0  4756
+2 24926 086.3389 020.9410 0007279 008.7404 142.3552 14.84089494847121
+1 24931U 97049A   13115.72720351 -.00000075  00000-0  00000+0 0  6557
+2 24931 003.5723 066.5958 0028473 291.4253 068.2086 01.02479699 57526
+1 24932U 97049B   13116.90404626  .00000054  00000-0  00000+0 0  6122
+2 24932 008.3301 052.7552 0001296 050.2738 134.9437 01.00271917 57322
+1 24936U 97050A   13117.08573308 -.00000281  00000-0  10000-3 0  5837
+2 24936 000.0091 293.2734 0002023 070.7222 175.1014 01.00270341 57327
+1 24937U 97050B   13107.52111270  .00001153  00000-0  10520-2 0  2248
+2 24937 018.8110 269.6217 7442610 350.7314 005.6919 02.05720865111587
+1 24938U 92047K   13117.82033397  .00078181  00000-0  11345-2 0  2271
+2 24938 064.0878 297.8693 3695508 025.5082 049.9875 08.12220516381622
+1 24944U 97051A   13117.31768371  .00000316  00000-0  10581-3 0  2759
+2 24944 086.4008 198.9868 0002381 109.3651 250.7802 14.34219093817702
+1 24945U 97051B   13117.26694697  .00000319  00000-0  10674-3 0  3109
+2 24945 086.4009 199.0311 0002369 109.6207 250.5244 14.34218265817714
+1 24946U 97051C   13117.32062297  .00000181  00000-0  59145-4 0  4062
+2 24946 086.3925 199.1746 0010253 122.9038 303.7369 14.32894599817486
+1 24948U 97051E   13117.29069053  .00000201  00000-0  63811-4 0  1602
+2 24948 086.4014 198.9950 0002576 118.0755 274.3054 14.34775267817726
+1 24949U 97051F   13117.26060798  .00000321  00000-0  10747-3 0  3577
+2 24949 086.4011 199.1074 0002318 110.5417 249.6028 14.34219161817698
+1 24950U 97051G   13117.32403148  .00000315  00000-0  10548-3 0  3174
+2 24950 086.4010 199.0850 0003005 092.0557 268.0983 14.34219033817719
+1 24953U 97052A   13117.11149985  .00000003  00000-0 -12604-4 0  7367
+2 24953 082.9229 340.3766 0041085 129.5495 016.5550 13.79493821785008
+1 24954U 97052B   13117.73536984  .00000055  00000-0  37274-4 0  7664
+2 24954 082.9232 339.2180 0040880 125.2753 278.9011 13.79774524785167
+1 24955U 97052C   13117.56543056  .00000031  00000-0  14522-4 0  5948
+2 24955 082.9211 327.1884 0031077 075.3679 340.3640 13.81396402786040
+1 24956U 66040C   13116.12135939  .00001190  00000-0  19535-2 0  2659
+2 24956 100.4910 310.3883 0049556 212.7164 267.2560 13.49346772289857
+1 24957U 97053A   13117.00000000  .00000105  00000-0  00000+0 0  5704
+2 24957 000.7680 078.0810 0003234 320.1330 227.4070 01.00269361 57112
+1 24959U 66077R   13116.18910260 -.00003397  00000-0 -62092+0 0  6364
+2 24959 089.3805 004.5161 1344266 236.0238 285.9576 08.69261413121704
+1 24960U 97054A   13116.23815852 -.00000829  00000-0  30139-3 0  5302
+2 24960 061.9572 216.7524 7357288 264.0356 037.1134 02.04629120114489
+1 24963U 97054D   13116.66105093 -.00000160  00000-0  11523-3 0  4944
+2 24963 062.1994 258.9712 7474480 257.8305 017.4663 01.98740131112156
+1 24965U 97056A   13117.37819014  .00000138  00000-0  42248-4 0  2976
+2 24965 086.3995 230.5399 0002327 111.5850 248.5594 14.34213277815863
+1 24966U 97056B   13117.39088509  .00000365  00000-0  12310-3 0  3470
+2 24966 086.3992 230.5446 0002325 111.4956 248.6488 14.34214077815848
+1 24967U 97056C   13117.40872705  .00000281  00000-0  92048-4 0  2789
+2 24967 086.4002 230.5059 0002442 107.3266 282.8982 14.34793640816028
+1 24968U 97056D   13117.36551548  .00000340  00000-0  11422-3 0  3035
+2 24968 086.3995 230.6971 0002348 110.2674 249.8774 14.34213500815847
+1 24969U 97056E   13117.38454223  .00000044  00000-0  85890-5 0  2908
+2 24969 086.3993 230.6284 0002342 112.8513 247.2930 14.34213443815849
+1 24971U 97057A   13117.79034068  .00000088  00000-0  45855-4 0  6535
+2 24971 098.2272 101.0152 0054840 043.7118 316.8391 14.33298828814866
+1 24973U 94029ACF 13115.93480869  .00002072  00000-0  52759-3 0  7267
+2 24973 082.0170 104.2741 0355016 011.2213 015.9618 14.18628429865514
+1 24974U 92053C   13116.11730314  .00000483  00000-0  20115-3 0  2335
+2 24974 074.0544 123.4762 0025011 237.2879 187.0966 14.28863097835072
+1 24978U 94029ACL 13114.06043265  .00008943  00000-0  13267-2 0  6790
+2 24978 081.4480 137.7383 0415200 054.4816 309.4352 14.30138288856361
+1 24980U 94029ACN 13117.36333424  .00002729  00000-0  66650-3 0  9826
+2 24980 081.5961 237.0239 0351306 062.8472 300.8066 14.20965758856692
+1 24985U 94029ACT 13116.71177143  .00001004  00000-0  35088-3 0  4712
+2 24985 081.5211 020.6772 0688808 313.5208 041.0612 13.49085755948318
+1 24990U 87079J   13115.24407685 -.00000006  00000-0  14469-3 0  5813
+2 24990 065.0977 004.1508 5404775 243.2336 324.8403 04.68843938274979
+1 24996U 94029ADD 13112.65039087  .00003965  00000-0  11248-2 0  5278
+2 24996 082.2030 356.9877 0378310 057.3025 334.8448 14.10677323812094
+1 25000U 68081G   13115.87825427 -.00000150  00000-0  10000-3 0  3371
+2 25000 008.1178 323.4736 0115566 284.5408 074.0419 01.01028532 76861
+1 25001U 68081H   13115.58609237 -.00000243  00000-0  10000-3 0  3226
+2 25001 007.8723 321.7348 0069647 350.9575 008.7722 01.01703935 69506
+1 25004U 97059A   13116.47347324 -.00000288  00000-0  10000-3 0  4579
+2 25004 000.0358 005.1466 0001690 061.0026 257.1067 01.00269028 57011
+1 25010U 97062A   13117.07662168 -.00000229  00000-0  10000-3 0  9629
+2 25010 000.8658 077.3434 0006165 211.4762 071.1227 00.99209956 56860
+1 25021U 97065C   13117.20471316 -.00000337  00000-0  10000-3 0  4290
+2 25021 012.5145 038.1331 0036429 015.4767 344.5627 01.01062100 58008
+1 25023U 97066A   13114.56321737  .00000351  00000-0  24257-2 0  2246
+2 25023 007.5934 145.0916 6518227 266.1146 345.8448 03.09716336174955
+1 25024U 97066B   13117.33904726  .00000071  00000-0  65489-3 0  2961
+2 25024 007.6243 140.9178 6526565 273.6241 196.5568 03.08795344174822
+1 25025U 97066C   13116.09122248 -.00000029  00000-0  16557-3 0  2220
+2 25025 007.6590 160.7528 6524855 234.8469 111.1936 03.07932966174293
+1 25026U 97066D   13114.51765561  .00000053  00000-0  76282-3 0  3236
+2 25026 007.6422 151.1628 6530150 253.5839 346.0723 03.08162879174389
+1 25027U 92053D   13116.69206611  .00000576  00000-0  20807-3 0  2786
+2 25027 074.0336 324.9532 0003856 175.5943 300.8957 14.35833832838882
+1 25028U 93036D   13116.21698750  .00000562  00000-0  21079-3 0  2907
+2 25028 074.0431 128.2819 0009188 070.6483 054.3089 14.33967166914833
+1 25030U 97067A   13117.05130809 -.00000054  00000-0  00000+0 0  4048
+2 25030 057.1944 347.2914 0129259 195.8576 304.8123 02.00558068113405
+1 25039U 97069A   13117.52360806 -.00000046  00000-0 -23394-4 0  2982
+2 25039 086.3917 293.7921 0002481 111.8712 308.8905 14.34216669809646
+1 25040U 97069B   13117.51561347  .00000054  00000-0  12261-4 0  2917
+2 25040 086.3934 293.7463 0002154 114.9595 297.3803 14.34215501809641
+1 25041U 97069C   13117.46109974  .00000041  00000-0  74445-5 0  3196
+2 25041 086.3929 293.7188 0002282 107.5004 252.6441 14.34215235809652
+1 25042U 97069D   13117.53720805  .00000052  00000-0  11426-4 0  2995
+2 25042 086.3915 293.9508 0001614 115.1733 244.9630 14.34214157809643
+1 25043U 97069E   13117.52271764  .00000291  00000-0  94991-4 0  2971
+2 25043 086.3933 292.4509 0002602 134.4586 281.5029 14.35205267809841
+1 25045U 97070A   13116.27551809 -.00000212  00000-0  10000-3 0  8289
+2 25045 012.4541 039.7627 0000757 122.9153 237.0201 01.00303389 56565
+1 25048U 97070D   13117.27934229 -.00000052  00000-0  10000-3 0  8130
+2 25048 012.7134 039.1895 0018996 026.8157 333.2095 00.99629567 56230
+1 25049U 97071A   13116.34674050 -.00000038  00000-0  10000-3 0  3625
+2 25049 003.8038 066.7816 0006386 339.3148 020.5739 00.99400774 56492
+1 25050U 97071B   13116.99179189 -.00000001  00000-0  00000+0 0  9486
+2 25050 006.7466 057.4399 0004256 359.3373 222.0711 01.00183976 56630
+1 25053U 97070E   13116.48898667  .00000136  00000-0  26822-2 0   102
+2 25053 045.6688 170.6091 6891828 123.4844 001.5114 02.41724410135833
+1 25054U 97070F   13116.15443890  .00009864  00000-0  11757-2 0  8130
+2 25054 046.5650 093.7543 4891345 166.5034 335.4925 05.82608953285174
+1 25057U 90036C   13117.16738975  .00000466  00000-0  42200-3 0  3504
+2 25057 082.9438 009.1220 0022500 060.7315 095.5917 13.81511462 48101
+1 25063U 97074A   13117.11789228  .00017327  00000-0  24303-3 0  3072
+2 25063 034.9604 012.5156 0000941 234.5185 272.8600 15.55801530879840
+1 25064U 97074B   13117.30393376  .00007403  00000-0  20171-3 0  8820
+2 25064 034.9692 080.7365 0004898 154.2724 351.9326 15.36719359856945
+1 25067U 97075A   13117.49585083 -.00000210  00000-0  10000-3 0  7911
+2 25067 002.6743 069.9512 0004641 325.1896 149.0194 01.00272357 56449
+1 25068U 97075B   13111.01531414 -.00000541  00000-0  97554-3 0  3892
+2 25068 007.8560 324.4176 8254483 248.5336 352.1261 01.07710344 60644
+1 25071U 97076A   13117.00000000  .00000146  00000-0  00000+0 0  3317
+2 25071 000.0770 296.4150 0002339 108.9790 201.2350 01.00269273 56430
+1 25074U 97076D   13115.33052388 -.00000098  00000-0  00000+0 0  7119
+2 25074 012.9144 014.0328 4361118 081.7989 083.4562 01.71943751 96680
+1 25077U 97077A   13117.45475706  .00000048  00000-0  10128-4 0  2993
+2 25077 086.3932 293.8254 0002328 108.7548 251.3901 14.34215313805499
+1 25078U 97077B   13117.50696159  .00000338  00000-0  10718-3 0  7842
+2 25078 086.3938 286.8734 0003132 138.7816 277.9585 14.37161508806432
+1 25085U 91009CX  13117.10053775 -.00000003  00000-0  10000-3 0  4409
+2 25085 074.1090 126.4987 0181630 183.4097 176.5956 12.22161724824631
+1 25086U 97078A   13115.44679524  .00000107  00000-0  10000-3 0  3776
+2 25086 009.3315 051.1399 0009306 317.3840 042.4615 00.99698954 56143
+1 25097U 66077S   13116.68860347 -.00002819  00000-0 -75937+0 0  8297
+2 25097 089.7904 351.0599 0941440 109.4636 293.8036 08.75434949553945
+1 25098U 79104D   13116.13054086  .00000318  00000-0  72234-3 0  3294
+2 25098 017.5354 175.5937 5804074 121.9377 312.1448 04.13726911237713
+1 25101U 67065D   13116.48221847 -.00000007  00000-0 -50848-2 0  1405
+2 25101 090.3849 292.0643 0067628 272.4855 086.8241 08.37772871530931
+1 25104U 97082A   13117.20004140  .00000212  00000-0  68485-4 0  2625
+2 25104 086.3986 167.4315 0002403 106.8343 285.7061 14.34213390803656
+1 25105U 97082B   13117.49942543  .00000287  00000-0  86946-4 0  8333
+2 25105 086.3938 153.3635 0009485 277.1987 196.2568 14.38884356805397
+1 25106U 97082C   13117.51166694  .00000223  00000-0  72487-4 0  2409
+2 25106 086.3986 167.2351 0001994 109.9077 025.1361 14.34213652803692
+1 25108U 97082E   13117.52130159  .00000211  00000-0  68135-4 0  2669
+2 25108 086.3989 167.2941 0002320 108.7713 010.5194 14.34213284803705
+1 25110U 97083A   13117.06625872  .00000022  00000-0  10000-3 0  1074
+2 25110 007.2884 056.1061 0004837 299.9126 059.9393 01.00291803 56305
+1 25112U 97084A   13117.34742363  .00000583  00000-0  24758-3 0  3870
+2 25112 045.0155 187.7756 0010000 279.1029 131.0953 14.35852816802774
+1 25113U 97084B   13117.16687922  .00000569  00000-0  24302-3 0  1024
+2 25113 045.0171 189.5695 0008391 253.6763 125.9732 14.35852438802752
+1 25114U 97084C   13116.69429537  .00000535  00000-0  23146-3 0   452
+2 25114 045.0157 191.3273 0008799 254.0084 240.5723 14.35850305802680
+1 25115U 97084D   13117.14594515  .00000526  00000-0  22847-3 0   450
+2 25115 045.0158 188.9480 0007579 255.9263 142.0411 14.35846064802753
+1 25116U 97084E   13116.66045179  .00000506  00000-0  22130-3 0  2123
+2 25116 045.0169 191.7126 0008297 242.9250 117.0751 14.35850151802677
+1 25117U 97084F   13117.59819730  .00000486  00000-0  21460-3 0  1401
+2 25117 045.0160 187.4871 0004314 262.6474 097.3883 14.35850524802806
+1 25118U 97084G   13117.32052132  .00000443  00000-0  19997-3 0   244
+2 25118 045.0159 188.6484 0003804 258.2052 153.0245 14.35835537802768
+1 25119U 97084H   13117.33858134  .00000539  00000-0  23282-3 0  3096
+2 25119 045.0159 188.7812 0005393 260.8673 150.0033 14.35827140802772
+1 25122U 67065E   13116.97546757  .00000002  00000-0  00000+0 0  3960
+2 25122 090.1187 279.7517 0039055 075.4877 070.6432 08.34963623533869
+1 25126U 97086A   13115.89046392 -.00000122  00000-0  10000-3 0  7604
+2 25126 004.8673 077.2577 0046534 279.7488 079.6951 01.00166958 57014
+1 25134U 98002A   13116.08027968 -.00000263  00000-0  10000-3 0  3244
+2 25134 008.4546 044.8054 0008964 024.2172 335.7287 00.99157398 55842
+1 25135U 98002B   13116.80528132  .00000173  00000-0  46382-4 0    96
+2 25135 026.8855 245.3808 0356790 281.6582 240.0102 13.62196504762128
+1 25136U 98002C   13116.42885799 -.00000109  00000-0  00000+0 0  2331
+2 25136 023.5056 080.1864 6982755 347.5244 224.5393 02.19860778122874
+1 25138U 98002E   13117.14224747  .00000212  00000-0  71648-4 0  2406
+2 25138 026.8808 081.6855 0337588 198.6758 271.7040 13.67377447764001
+1 25152U 98006A   13116.38346326 -.00000175  00000-0  10000-3 0  8420
+2 25152 001.0329 079.1032 0003048 306.7375 234.8075 01.00272713 55833
+1 25153U 98006B   13117.13801259  .00000131  00000-0  00000+0 0  5834
+2 25153 000.3754 030.8067 0003888 022.3857 236.3450 01.00273985 55801
+1 25156U 63049N   13115.52357384  .00000527  00000-0  78282-3 0  8790
+2 25156 089.9617 110.5644 0039658 320.1316 186.8345 13.52212709749679
+1 25158U 98007B   13116.93745837  .00000595  00000-0  29466-3 0   229
+2 25158 107.9624 090.2680 0050516 013.0470 347.1961 14.26826790790472
+1 25159U 98007C   13117.49822528  .00000626  00000-0  30719-3 0   368
+2 25159 107.9616 091.2690 0045673 013.1750 131.4713 14.26961407790582
+1 25160U 98007D   13117.51833896  .00000010  00000-0  62620-4 0  1795
+2 25160 107.9507 037.2674 0061625 072.4030 014.0324 14.21083282788772
+1 25161U 98007E   13116.91326891  .00000303  00000-0  18426-3 0  2869
+2 25161 107.9534 066.3011 0061260 036.5695 355.7093 14.24033781789720
+1 25162U 98008A   13116.96065293 -.00000174  00000-0 -59575-3 0  4301
+2 25162 052.0036 277.0369 0000820 241.6955 258.9701 12.38029033694552
+1 25163U 98008B   13117.49267418 -.00000064  00000-0  22261-3 0  5102
+2 25163 051.9995 257.8101 0003459 178.6127 225.8690 12.63198265701412
+1 25164U 98008C   13116.77469215 -.00000086  00000-0 -17987-3 0  4015
+2 25164 051.9994 198.0153 0000509 334.9046 169.3391 11.61439435668860
+1 25165U 98008D   13117.43830730 -.00000207  00000-0 -12541-2 0  4682
+2 25165 052.0129 208.7659 0005904 024.5218 054.7408 12.12016723695718
+1 25169U 98010A   13117.46971948  .00000241  00000-0  79022-4 0   275
+2 25169 086.3953 262.1729 0002355 109.9736 312.0706 14.34214452795109
+1 25170U 98010B   13117.46308076  .00000281  00000-0  93354-4 0  8167
+2 25170 086.3956 262.2552 0002339 108.5791 311.8915 14.34218653795080
+1 25171U 98010C   13117.48310357  .00000268  00000-0  88540-4 0  2604
+2 25171 086.3954 262.1799 0002324 108.5003 251.6446 14.34218636795251
+1 25172U 98010D   13117.45643406  .00000275  00000-0  91033-4 0  3011
+2 25172 086.3954 262.1559 0002317 108.6044 310.2988 14.34218776795083
+1 25173U 98010E   13117.47624280  .00000267  00000-0  88162-4 0  2775
+2 25173 086.3953 262.1545 0002318 107.9793 314.9509 14.34218694795092
+1 25175U 98011A   13116.78613002  .00000058  00000-0  48620-2 0  9904
+2 25175 030.1830 337.3666 5291568 111.0610 353.7919 04.38917167251907
+1 25187U 87068N   13116.68948756  .00002675  00000-0  14511-2 0  4367
+2 25187 082.5570 015.2580 0010600 198.9068 193.9494 14.12080148776616
+1 25199U 87068AA  13116.48021600  .00000538  00000-0  55077-3 0  2860
+2 25199 082.3654 145.8387 0097642 037.9821 322.8164 13.72774743758944
+1 25203U 87068AE  13117.51905674  .00000774  00000-0  35513-3 0  2756
+2 25203 082.2702 104.4190 0100679 188.6390 320.1585 14.17651750783797
+1 25204U 87068AF  13117.52152116  .00001474  00000-0  12276-2 0  4472
+2 25204 082.4319 126.3638 0124740 135.0901 352.1516 13.84388532763305
+1 25205U 87068AG  13117.46631140  .00000423  00000-0  32914-3 0  3222
+2 25205 082.5368 105.3277 0016374 105.3655 040.6866 13.90244898769537
+1 25214U 87068AR  13117.37590274  .00001099  00000-0  76603-3 0  3744
+2 25214 082.5463 078.9674 0016088 035.5048 083.2897 13.97810019771925
+1 25221U 87068AY  13116.41437942  .00000520  00000-0  69572-3 0  2157
+2 25221 082.3000 239.7532 0169730 195.3196 197.8367 13.52942159749011
+1 25225U 87068BC  13117.19490012  .00002513  00000-0  17627-2 0  4131
+2 25225 082.5110 110.0695 0076855 239.0107 251.4457 13.96547389768420
+1 25226U 87068BD  13116.63430303  .00001781  00000-0  13707-2 0  8514
+2 25226 082.5302 148.6644 0081546 001.9643 144.9717 13.91028274766187
+1 25227U 87068BE  13117.18921716  .00002726  00000-0  15552-2 0  9600
+2 25227 082.5384 027.4661 0014192 238.9482 280.6867 14.09329982775394
+1 25237U 98013A   13117.08780653  .00000095  00000-0  10000-3 0  6052
+2 25237 001.3234 076.2016 0005394 318.2480 228.2040 01.00273760 55849
+1 25239U 98014A   13117.00000000 -.00000269  00000-0  00000+0 0   859
+2 25239 000.0150 353.2630 0002947 044.6710 136.7130 01.00272179 55601
+1 25246U 87068BP  13116.57005366  .00000652  00000-0  34884-3 0  2459
+2 25246 082.2519 152.8274 0087312 030.1663 121.8741 14.09958581778957
+1 25253U 78068C   13106.50360522 -.00000219  00000-0 -23349-2 0   998
+2 25253 021.4759 196.5556 7043610 151.9498 345.3451 02.25004061129650
+1 25254U 93059H   13117.50363675  .00000193  00000-0  11208-3 0  9136
+2 25254 070.9868 143.0350 0014462 139.6333 014.1884 14.20481798815834
+1 25255U 81043D   13116.85467391  .00000050  00000-0  21708-4 0  6871
+2 25255 081.2740 135.0486 0058172 109.1199 306.3670 14.07558813846794
+1 25260U 98017A   13117.73752097  .00000064  00000-0  48928-4 0  4779
+2 25260 098.5169 174.6009 0001733 099.2629 260.8740 14.20886217782534
+1 25261U 98017B   13116.86710310  .00000343  00000-0  14181-3 0  2811
+2 25261 098.3525 079.4771 0002282 243.0793 150.6427 14.32529276788400
+1 25262U 98018A   13117.34639707  .00000100  00000-0  28650-4 0  4143
+2 25262 086.3997 230.8326 0002205 117.2528 242.8892 14.34213657794461
+1 25263U 98018B   13117.37185951  .00000365  00000-0  12338-3 0  2195
+2 25263 086.3993 230.6638 0002313 111.2911 248.8531 14.34214049790178
+1 25272U 98019A   13117.30499962  .00000295  00000-0  98160-4 0  2256
+2 25272 086.4010 198.9349 0002384 110.6216 249.5236 14.34214149789363
+1 25273U 98019B   13117.27963238  .00000315  00000-0  10529-3 0  2597
+2 25273 086.4013 199.1849 0002367 110.1786 249.9664 14.34218446789366
+1 25274U 98019C   13117.28597530  .00000315  00000-0  10537-3 0   785
+2 25274 086.4016 199.3355 0002287 110.5904 249.5538 14.34218326789364
+1 25275U 98019D   13117.29231039  .00000201  00000-0  64572-4 0  8563
+2 25275 086.4012 199.2684 0002297 108.1413 252.0033 14.34214918789366
+1 25276U 98019E   13117.29866105  .00000315  00000-0  10552-3 0  3044
+2 25276 086.4007 198.9440 0002376 109.8784 250.2668 14.34218171789363
+1 25279U 89062E   13117.12191352  .00000396  00000-0  10544-2 0  8697
+2 25279 007.5044 041.7631 7093023 219.7031 349.6108 02.46213129143667
+1 25280U 98020A   13117.51497499  .00002420  00000-0  18269-3 0  4663
+2 25280 097.5856 319.6981 0030143 164.8739 256.0505 15.02998879822491
+1 25281U 98020B   13117.09514221  .00002646  00000-0  18507-3 0  4564
+2 25281 097.5566 301.4401 0011319 279.4417 228.8189 15.06101000824051
+1 25282U 89062F   13116.35951837  .00001088  00000-0  19883-2 0  4877
+2 25282 007.2730 304.5580 6958033 056.4142 328.7968 02.61618838148617
+1 25284U 93014F   13116.17321810  .00000218  00000-0  83701-4 0  2305
+2 25284 075.7604 129.2016 0188687 276.0360 155.9405 14.24829226785004
+1 25285U 98021A   13117.46939990  .00000033  00000-0  46639-5 0  2772
+2 25285 086.3957 135.8214 0002261 108.3291 251.8151 14.34216274788348
+1 25286U 98021B   13117.50575138  .00000032  00000-0  42407-5 0  2945
+2 25286 086.3960 135.9638 0002297 101.3381 053.6491 14.34216762788343
+1 25287U 98021C   13117.48209088  .00000062  00000-0  15123-4 0  2274
+2 25287 086.3954 135.8448 0002781 107.2644 252.8856 14.34216076788324
+1 25288U 98021D   13117.51992207  .00000083  00000-0  22551-4 0  2659
+2 25288 086.3952 135.7603 0002241 109.8476 052.7792 14.34215964788340
+1 25289U 98021E   13117.52617332  .00000056  00000-0  12796-4 0  2092
+2 25289 086.3951 135.6739 0002261 106.1033 056.0931 14.34215678788344
+1 25290U 98021F   13117.50111814  .00000036  00000-0  58349-5 0   390
+2 25290 086.3950 135.7979 0002310 105.7229 254.4221 14.34216225788355
+1 25291U 98021G   13117.50746280  .00000109  00000-0  31718-4 0  2632
+2 25291 086.3955 135.8859 0002252 104.0838 256.0608 14.34215770788320
+1 25300U 87062C   13116.29409469  .00009810  00000-0  39128-3 0  8913
+2 25300 082.5005 037.0050 0006095 120.4954 025.8292 15.25037010833794
+1 25306U 98023A   13117.44926890 -.00000091  00000-0 -25926-3 0  4087
+2 25306 051.9824 212.4999 0001138 136.6338 326.3293 11.65380891674238
+1 25307U 98023B   13117.02040812 -.00000074  00000-0  16735-3 0  2270
+2 25307 051.9981 317.5795 0001043 081.5158 083.7833 12.62265348692261
+1 25308U 98023C   13117.16393553 -.00000065  00000-0  19461-3 0  2548
+2 25308 051.9841 355.7247 0013404 109.1263 061.3620 11.48788286684846
+1 25309U 98023D   13117.44074475 -.00000108  00000-0 -96838-4 0  1866
+2 25309 051.9948 090.6863 0002189 138.4252 002.1412 12.35927834689898
+1 25311U 98024A   13115.59259936 -.00000084  00000-0  10000-3 0  4312
+2 25311 000.3324 077.8162 0021828 190.9773 090.9685 00.97393265 55173
+1 25312U 98024B   13117.37247896 -.00000074  00000-0  10000-3 0  3917
+2 25312 001.8073 086.3608 0001313 336.0782 024.0372 00.99117155 54805
+1 25315U 98025A   13117.33410639 -.00000053  00000-0  10000-3 0  8286
+2 25315 010.3558 045.7327 0009899 023.1350 336.8190 01.00265274 54935
+1 25318U 98025D   13109.49976370  .00000073  00000-0  10000-3 0  6476
+2 25318 010.3518 045.8534 0035593 005.4968 354.5027 01.00055779 54734
+1 25319U 98026A   13117.50646137  .00000283  00000-0  87552-4 0   692
+2 25319 086.4011 161.2623 0002929 140.5235 337.3755 14.37698067785751
+1 25320U 98026B   13117.18905346  .00000215  00000-0  64302-4 0  7711
+2 25320 086.3992 158.0383 0000598 157.3985 234.2618 14.38216801786077
+1 25327U 98027A   13114.88577118  .00000763  00000-0  00000+0 0  4945
+2 25327 066.7775 203.9135 5770200 236.4961 337.7481 02.00571430109649
+1 25330U 98027D   13116.42130567 -.00000228  00000-0  00000+0 0   958
+2 25330 066.1239 165.0288 6387385 226.6786 330.2391 02.03467876111253
+1 25331U 98028A   13116.34566062  .00000037  00000-0  00000+0 0  8016
+2 25331 004.1729 057.5031 0004949 208.2746 151.5728 00.98947542 54865
+1 25334U 98028D   13116.52100914 -.00000064  00000-0  00000+0 0  9741
+2 25334 015.9582 077.2501 4842070 238.6866 160.7582 01.82175406 99624
+1 25338U 98030A   13117.48132100  .00000169  00000-0  90750-4 0  7060
+2 25338 098.7219 107.9699 0009428 274.6493 254.4119 14.25203919777618
+1 25339U 96053D   13115.68693122 -.00000117  00000-0  10000-3 0  7940
+2 25339 011.5226 045.7972 0050409 189.2412 170.5915 00.98093844 53595
+1 25342U 98032A   13117.49455965  .00000076  00000-0  20250-4 0  2986
+2 25342 086.3958 136.0612 0002164 106.3103 056.3563 14.34216072782424
+1 25343U 98032B   13117.47181095  .00000037  00000-0  60930-5 0  2803
+2 25343 086.3950 135.7817 0002309 106.0083 004.7593 14.34219166782422
+1 25344U 98032C   13117.48479181  .00000385  00000-0  98691-4 0  1620
+2 25344 086.4408 121.3505 0002969 096.3265 058.1564 14.47836631788717
+1 25345U 98032D   13117.47184635  .00000094  00000-0  22230-4 0  3420
+2 25345 086.4467 136.0448 0002436 102.6014 008.8920 14.42948809784758
+1 25346U 98032E   13117.62512337  .00000063  00000-0  15348-4 0  3037
+2 25346 086.3954 135.9163 0002269 113.2242 035.8707 14.34215983783018
+1 25353U 97049E   13114.18746514 -.00000330  00000-0  10000-3 0  2593
+2 25353 011.2690 043.4571 0074106 206.4811 153.0763 01.00645396 63775
+1 25354U 98033A   13116.88765009 -.00000215  00000-0  10000-3 0  7055
+2 25354 000.0797 078.0295 0006146 327.5875 216.5024 01.00273117 59162
+1 25358U 98035A   13116.09242690 -.00000042  00000-0  10000-3 0  2019
+2 25358 002.5993 070.1230 0002591 317.2080 215.8987 01.00272495 54586
+1 25359U 98035B   13116.35563331  .00000130  00000-0  48327-4 0  3064
+2 25359 026.3865 286.9647 0513969 299.6451 129.0670 12.94379395704544
+1 25360U 98035C   13116.86728878 -.00000099  00000-0  00000+0 0   750
+2 25360 019.4371 041.2002 6941095 173.2743 024.0998 02.11082618114796
+1 25363U 98036A   13116.13046610  .00000004  00000-0 -24091-4 0   769
+2 25363 082.5899 314.2548 0351868 257.5907 256.1558 12.20070724661937
+1 25364U 98036B   13117.22851662  .00000021  00000-0  10000-3 0  4599
+2 25364 082.5876 301.9888 0355356 216.6990 140.9263 12.21772583662990
+1 25365U 98036C   13117.07979612  .00000035  00000-0  21350-3 0   826
+2 25365 082.5812 305.3282 0352836 240.9235 271.2477 12.20814941662459
+1 25366U 98036D   13115.60646351  .00000002  00000-0 -43659-4 0   928
+2 25366 082.5863 302.8407 0353342 221.7191 169.1505 12.21739998662768
+1 25367U 98036E   13117.60530420  .00000044  00000-0  26890-3 0  2317
+2 25367 082.5782 294.2346 0356484 204.5919 223.9639 12.22367570663360
+1 25368U 98036F   13117.49938456  .00000052  00000-0  31785-3 0   929
+2 25368 082.5842 291.0699 0356930 181.6881 235.0308 12.23320284663856
+1 25369U 98036G   13117.19266793  .00000030  00000-0  17127-3 0  9328
+2 25369 082.5915 346.2345 0344100 019.3170 125.6600 12.14669014659146
+1 25371U 98037A   13117.36400769 -.00000295  00000-0  10000-3 0  1187
+2 25371 000.0653 066.4778 0003691 322.5719 262.0180 01.00270720 54445
+1 25391U 98042C   13116.69478896  .00024121  00000-0  25287-3 0  7896
+2 25391 078.9186 308.9394 0084539 109.7346 009.6865 15.59727278823040
+1 25394U 98043A   13117.51691043  .00000020  00000-0  26465-4 0  3611
+2 25394 098.3575 095.7967 0002283 069.4277 078.2165 14.24326954769141
+1 25395U 98043B   13117.11751277  .00000105  00000-0  62675-4 0  6085
+2 25395 098.3608 094.6446 0003446 051.1173 089.1421 14.24643411769162
+1 25396U 98043C   13117.51926848  .00000121  00000-0  70585-4 0  5534
+2 25396 098.3806 092.2698 0003678 074.0105 074.3978 14.24005201768994
+1 25397U 98043D   13117.51576602  .00000051  00000-0  40953-4 0   560
+2 25397 098.4099 087.4914 0002466 094.3227 018.4602 14.23334306768736
+1 25398U 98043E   13116.94605572  .00000021  00000-0  27691-4 0  6866
+2 25398 098.4190 085.4789 0002378 080.0838 313.0234 14.22730896768467
+1 25399U 98043F   13117.55013661  .00000101  00000-0  61890-4 0  4908
+2 25399 098.3714 093.5516 0002183 049.3650 064.7535 14.24173375769078
+1 25400U 98043G   13117.52129216 -.00000004  00000-0  15712-4 0  3603
+2 25400 098.2913 111.3081 0010678 055.8318 304.3874 14.25184529769745
+1 25401U 98043H   13116.73600887  .00000069  00000-0  75038-4 0  3803
+2 25401 098.5481 192.2743 0162155 342.3563 163.1784 13.93236894752173
+1 25402U 98043J   13117.84440034  .00000410  00000-0  30238-3 0  3388
+2 25402 099.0763 064.9879 0156396 092.5355 302.9744 13.95249470753425
+1 25403U 98043K   13115.94474586  .00000105  00000-0  12155-3 0  2576
+2 25403 098.5469 087.4339 0214947 358.6757 033.3815 13.77281824743559
+1 25404U 98044A   13117.76265436 -.00000275  00000-0  10000-3 0  1960
+2 25404 001.3853 074.7108 0005533 341.0784 216.7820 01.00271789 54300
+1 25405U 98044B   13107.48297975 -.00000108  00000-0 -16461-3 0  4867
+2 25405 018.8817 295.6787 7164206 138.4952 265.8451 02.25556606121555
+1 25406U 98045A   13116.65437025 -.00000287  00000-0 -12893-3 0  9576
+2 25406 070.8329 327.6864 0007897 278.4461 117.0131 14.12409159760550
+1 25407U 98045B   13116.18808649  .00000166  00000-0  10897-3 0  1757
+2 25407 071.0133 340.5658 0008611 338.4419 170.1779 14.15603273762058
+1 25409U 98045C   13116.98596192  .00000096  00000-0  12938-3 0  2070
+2 25409 071.0823 050.8351 0195948 271.4575 220.8300 13.74073861739680
+1 25410U 98045D   13117.33595178  .00000067  00000-0  10482-3 0  1793
+2 25410 070.9815 058.2589 0207785 065.8476 076.5231 13.70488851737574
+1 25411U 98045E   13117.84108390  .00000149  00000-0  18434-3 0  1758
+2 25411 070.9882 065.3937 0211335 038.7719 355.3348 13.70264047737510
+1 25412U 98045F   13117.17860800  .00000019  00000-0  56760-4 0  2084
+2 25412 071.0820 021.1096 0188129 276.2826 240.4361 13.75754946740366
+1 25413U 98046A   13117.16088979  .00000243  00000-0  15065-3 0  1657
+2 25413 044.9944 165.1225 0002874 203.9276 201.2719 14.28687361768226
+1 25414U 98046B   13117.49156639  .00000264  00000-0  15433-3 0  1903
+2 25414 044.9940 153.2971 0004008 183.7714 176.3101 14.30255580768394
+1 25415U 98046C   13117.16058264  .00000410  00000-0  20997-3 0  2289
+2 25415 044.9941 155.0631 0002633 177.2512 230.6452 14.30251988768352
+1 25416U 98046D   13117.54229499  .00000546  00000-0  26207-3 0  6624
+2 25416 044.9949 153.4995 0003099 262.4652 253.9195 14.30255423768366
+1 25417U 98046E   13117.54790623  .00000517  00000-0  25121-3 0  2715
+2 25417 044.9976 154.7097 0003984 214.9846 275.7881 14.30236887768406
+1 25418U 98046F   13117.49361753  .00000459  00000-0  22907-3 0  3184
+2 25418 044.9980 155.2417 0004417 205.0553 310.8367 14.30242683768391
+1 25419U 98046G   13117.50100862  .00000571  00000-0  27175-3 0  2792
+2 25419 044.9973 155.0954 0002945 212.9825 290.5540 14.30241896768393
+1 25420U 98046H   13117.51067256  .00000410  00000-0  21002-3 0  1709
+2 25420 044.9982 155.4839 0004210 194.2632 311.5247 14.30251311768421
+1 25431U 98048A   13117.16852102  .00000219  00000-0  71201-4 0  2228
+2 25431 086.3994 167.6685 0002117 111.2423 282.2857 14.34213457768896
+1 25432U 98048B   13117.18745176  .00000210  00000-0  67911-4 0  1631
+2 25432 086.3990 167.4631 0002224 101.4371 291.6248 14.34213002768876
+1 25442U 94029ADX 13111.41542438  .00001196  00000-0  28830-3 0  9013
+2 25442 081.7725 259.2179 0308094 355.0113 004.8013 14.27553706861636
+1 25444U 87068BX  13117.42109745  .00000537  00000-0  40926-3 0  8564
+2 25444 082.5562 107.6373 0020479 056.3932 099.0153 13.91828176757750
+1 25445U 94029ADZ 13117.33765147  .00000955  00000-0  17455-3 0  6534
+2 25445 081.9934 081.8406 0163267 276.9035 237.3894 14.56785374835260
+1 25448U 94029AEC 13117.55864054  .00017148  00000-0  33981-2 0  8825
+2 25448 082.2108 135.4758 0461042 251.2213 233.4915 14.11631171908114
+1 25449U 94029AED 13113.46545933  .00002836  00000-0  15752-2 0  5779
+2 25449 082.1448 124.3970 1072559 208.6052 323.2527 12.59929438686838
+1 25450U 87068BY  13116.24080450  .00213792  00000-0  78472-2 0  8476
+2 25450 082.2404 203.0284 0002689 322.3529 037.7520 15.27017779337067
+1 25454U 87068CC  13117.52806685  .00003557  00000-0  26186-2 0  6433
+2 25454 082.1729 316.5181 0092469 206.6282 186.6247 13.93326884965418
+1 25460U 98049A   13117.83532000 -.00000364  00000-0  10000-3 0  4691
+2 25460 001.4447 075.1012 0004186 315.0801 251.4216 01.00273221 53762
+1 25461U 98049B   13116.36607347  .00028484  00000-0  40867-2 0  3432
+2 25461 004.2238 011.5084 6757309 034.5044 121.2884 02.97882380140867
+1 25462U 98050A   13117.89338241  .00000139  00000-0  00000+0 0  6025
+2 25462 000.0422 121.6781 0009638 314.3066 129.7989 01.00272227 53752
+1 25465U 98050D   13116.98404025 -.00000045  00000-0  00000+0 0   101
+2 25465 013.7776 195.3929 5048679 262.3682 197.4671 01.82829374 97916
+1 25467U 98051A   13117.49915269 -.00000023  00000-0 -15276-4 0  3979
+2 25467 086.3917 293.9119 0002550 124.6817 235.4620 14.34218503769943
+1 25468U 98051B   13117.56257530  .00000079  00000-0  21092-4 0  2182
+2 25468 086.3935 293.5799 0002429 106.3520 253.7943 14.34215063766178
+1 25469U 98051C   13117.48498435  .00000175  00000-0  55420-4 0  2218
+2 25469 086.3934 293.8279 0002275 115.1062 302.8268 14.34215229766161
+1 25471U 98051E   13117.48657965  .00000153  00000-0  47539-4 0  3967
+2 25471 086.3925 293.5538 0001733 109.6559 283.7824 14.34215635771360
+1 25473U 98052A   13117.82673897 -.00000037  00000-0  10000-3 0  6035
+2 25473 000.0670 071.6747 0003859 311.5138 199.0791 01.00273396 53538
+1 25475U 98053A   13117.83224396  .00000307  00000-0  17028-3 0  1508
+2 25475 045.0092 237.2583 0003477 124.8190 011.1158 14.30374619761651
+1 25476U 98053B   13117.50155031  .00000515  00000-0  24995-3 0  8208
+2 25476 045.0094 239.2009 0002717 150.4705 258.7635 14.30365899761594
+1 25477U 98053C   13117.13591384  .00000615  00000-0  28790-3 0  1383
+2 25477 045.0092 240.5574 0003379 145.1924 270.8948 14.30375956761715
+1 25478U 98053D   13117.14347250  .00000584  00000-0  27651-3 0  7258
+2 25478 045.0100 241.0550 0002365 176.6915 240.5679 14.30313310761697
+1 25479U 98053E   13117.50840716  .00000315  00000-0  17332-3 0   209
+2 25479 045.0089 238.5416 0004861 158.5927 201.5122 14.30378754761740
+1 25480U 98053F   13117.42822683  .00000236  00000-0  14308-3 0   780
+2 25480 045.0081 227.6261 0007568 173.7693 237.5565 14.30428824761853
+1 25481U 98053G   13116.79413819  .00000450  00000-0  22486-3 0  6293
+2 25481 045.0074 241.8859 0002223 203.0966 156.9779 14.30377276761631
+1 25482U 98053H   13117.39879014  .00000397  00000-0  20110-3 0  7196
+2 25482 045.0086 200.5765 0005418 183.7555 224.9996 14.31310916762211
+1 25484U 98053K   13116.49400905  .00000048  00000-0  57843-4 0  1323
+2 25484 044.5299 240.2288 0064120 055.6917 355.4804 14.40887063768124
+1 25485U 98054A   13117.16684888 -.00000041  00000-0  10000-3 0  9385
+2 25485 063.0897 358.1080 7438858 254.6821 350.0959 02.00621081106799
+1 25488U 98054D   13111.43749684 -.00000164  00000-0  00000+0 0  3507
+2 25488 063.6225 043.1194 7359140 252.6354 311.0619 01.96414388104450
+1 25490U 98055B   13116.86301920  .00000424  00000-0  70598-4 0  3041
+2 25490 085.0686 265.6029 0013558 300.5014 221.1794 14.67482641780644
+1 25491U 98056A   13116.10301152 -.00000147  00000-0  00000+0 0  3114
+2 25491 002.8841 069.9953 0005919 015.3415 344.6141 00.99265919 53236
+1 25492U 98056B   13116.19599493  .00000102  00000-0  00000+0 0  2839
+2 25492 003.6945 066.5781 0001141 349.3190 280.2059 01.00270326 53409
+1 25495U 98057A   13117.77990106  .00000016  00000-0  10000-3 0  5195
+2 25495 000.3192 075.3871 0003961 288.7773 136.5348 01.00272245 53331
+1 25502U 98058B   13117.27622631  .00005784  00000-0  12847-2 0  5248
+2 25502 027.0244 075.2648 6105124 198.6952 341.7688 03.88201398192197
+1 25503U 98059A   13116.57143438 -.00000015  00000-0  81024-2 0  1753
+2 25503 006.9262 100.4573 7020567 154.7130 010.5784 02.24568171119103
+1 25504U 98060A   13117.18047148  .00000360  00000-0  52086-4 0  4297
+2 25504 024.9963 085.5818 0017141 276.2749 190.6840 14.43460300766199
+1 25505U 91039D   13117.06558751  .00015019  00000-0  47874-3 0  8043
+2 25505 082.4983 325.5168 0012249 057.2520 088.8033 15.32334146195076
+1 25506U 98060B   13116.11695076  .00000406  00000-0  62636-4 0  9681
+2 25506 024.9984 356.8417 0023709 059.6935 072.3707 14.45415779767001
+1 25509U 98061B   13117.06246337  .00000684  00000-0  12545-3 0  4835
+2 25509 031.4323 357.0778 0351260 070.3651 070.3732 14.29020675757574
+1 25510U 98061C   13117.14459427  .00000611  00000-0  10059-3 0  5831
+2 25510 031.4330 159.8402 0336736 011.7962 019.2308 14.34761385759772
+1 25515U 98063A   13117.08792850  .00000119  00000-0  00000+0 0  2360
+2 25515 000.7529 076.8449 0004186 331.7173 219.3193 01.00269544 53103
+1 25516U 98063B   13116.47173882 -.00000232  00000-0  00000+0 0  2155
+2 25516 002.4551 071.3236 0005015 348.2721 243.9401 01.00271660 53136
+1 25520U 98064B   13117.12281147  .00002192  00000-0  87295-4 0  2352
+2 25520 028.4579 155.9679 0004509 223.1108 166.9048 15.20941370803184
+1 25522U 98065A   13117.49636157 -.00000040  00000-0  00000+0 0  3929
+2 25522 000.0138 228.1697 0003027 166.2020 168.9402 01.00272407 53106
+1 25525U 98065D   13116.17880332 -.00000119  00000-0  00000+0 0   320
+2 25525 017.9399 275.2174 5276351 347.6482 330.4340 01.88161820 99493
+1 25526U 66040D   13109.45015251  .00001704  00000-0  24239-2 0  7074
+2 25526 100.5738 076.6666 0042625 140.3847 342.8768 13.57733692 10048
+1 25527U 98066A   13117.31421126  .00002345  00000-0  17005-3 0  7328
+2 25527 085.5649 195.4281 0009871 171.1066 254.6530 15.03392790789577
+1 25528U 98066B   13117.43870391  .00000266  00000-0  87844-4 0  4498
+2 25528 086.3943 261.7598 0001984 118.1165 242.0232 14.34218594762685
+1 25530U 98066D   13117.47041210  .00000279  00000-0  92709-4 0   963
+2 25530 086.3945 261.8851 0002314 109.6035 250.5410 14.34219159760321
+1 25531U 98066E   13117.50211843  .00000295  00000-0  98335-4 0  2421
+2 25531 086.3950 261.9363 0002306 108.2806 251.8641 14.34219135757688
+1 25538U 88109E   13116.41232775  .00000415  00000-0  46446-2 0  9055
+2 25538 006.6032 120.2406 7208867 346.7637 041.8330 02.21984999119172
+1 25539U 88109F   13116.81757360  .00000584  00000-0  18985-2 0  3713
+2 25539 006.7616 096.0278 6976289 025.3457 356.5734 02.56925549133408
+1 25540U 88109G   13115.10905152  .00004956  00000-0  58993-2 0  5846
+2 25540 006.9134 005.0704 6896992 219.6568 345.8792 02.71769409136242
+1 25541U 88109H   13107.60491361 -.00000062  00000-0  15371-3 0  1323
+2 25541 007.3242 336.1951 7128328 276.2759 342.1936 02.34187197123347
+1 25542U 88109J   13117.49380279  .00000140  00000-0  91991-3 0  7062
+2 25542 007.3206 328.8608 7184385 290.5572 007.8522 02.30634366127095
+1 25543U 88109K   13116.81556289  .00000073  00000-0  79460-3 0  7279
+2 25543 007.3093 344.7509 7200485 257.9019 016.2634 02.28847933126360
+1 25544U 98067A   13117.93561316  .00012646  00000-0  20914-3 0  6981
+2 25544 051.6475 357.6017 0009976 190.4600 289.8909 15.52556427826902
+1 25546U 98068A   13116.01114355  .00000072  00000-0  10000-3 0  3699
+2 25546 001.3304 076.3343 0002222 267.0626 290.8222 01.00275120 52918
+1 25548U 98068C   13116.57152332 -.00000074  00000-0  00000+0 0  9941
+2 25548 019.3834 149.2253 6975662 238.8048 351.0175 02.15169451113432
+1 25558U 98070A   13111.59447280 -.00000019  00000-0  10000-3 0  1453
+2 25558 000.0555 067.8285 0001419 318.4312 280.8026 01.00273186 52860
+1 25560U 98071A   13117.46152176  .00000969  00000-0  11175-3 0  1947
+2 25560 069.9006 091.8388 0011678 290.9313 069.0590 14.89091707780096
+1 25561U 98071B   13117.07537170  .00000969  00000-0  11505-3 0  5273
+2 25561 069.9169 113.9603 0010485 280.2788 079.7182 14.87859186779742
+1 25563U 90111D   13115.13401425  .00000559  00000-0  20228-3 0  9899
+2 25563 074.0504 119.1847 0022556 319.0783 152.6600 14.35646303168274
+1 25566U 94029AEE 13116.73043135  .00028814  00000-0  89084-2 0  4951
+2 25566 082.2233 230.8315 0689028 217.0178 138.1510 13.53914528693083
+1 25567U 98072A   13117.16553045  .00000030  00000-0  16009-4 0  2922
+2 25567 082.9506 021.5950 0027233 105.0218 060.0745 13.71720618719884
+1 25568U 98072B   13117.82806628  .00000178  00000-0  17782-3 0  2846
+2 25568 082.9523 020.6177 0026425 098.9744 291.8859 13.72205491720106
+1 25569U 98072C   13117.26049120  .00000051  00000-0  38424-4 0  4424
+2 25569 082.9468 007.2338 0021551 039.3453 109.1621 13.73815481720897
+1 25577U 98074A   13117.49186234  .00000229  00000-0  74636-4 0  1416
+2 25577 086.3989 167.2796 0002395 108.6819 251.4637 14.34212649751761
+1 25578U 98074B   13117.52720729  .00000215  00000-0  69869-4 0  3839
+2 25578 086.3987 167.4808 0002465 111.7817 005.2623 14.34213479760736
+1 25585U 98075A   13116.63048689 -.00000237  00000-0  10000-3 0  1179
+2 25585 004.5435 064.2110 0019868 032.7518 327.2697 00.99156333 52417
+1 25586U 98075B   13117.18883002  .00061318  00000-0  34703-2 0  1077
+2 25586 007.4277 233.4151 6162606 177.7681 049.5104 03.85341376166600
+1 25590U 98076A   13117.12509521  .00000024  00000-0  90376-5 0  2651
+2 25590 082.9330 153.3897 0033013 125.7639 336.5529 13.72805069718467
+1 25592U 98076B   13116.66314350  .00000125  00000-0  11654-3 0  2523
+2 25592 082.9329 146.8060 0027281 093.9839 055.5479 13.73909576718960
+1 25593U 98077A   13115.38181308  .00000005  00000-0  00000+0 0  5257
+2 25593 063.3572 230.3237 0017031 035.4688 002.6814 02.13103011111431
+1 25594U 98077B   13115.92759544  .00000008  00000-0  00000+0 0  7784
+2 25594 063.3506 230.2690 0015778 035.0331 118.2723 02.13103577111449
+1 25595U 98077C   13116.79028170  .00000012  00000-0  00000+0 0  7151
+2 25595 063.3634 230.2948 0002762 184.5309 317.5081 02.13103547111462
+1 25598U 98077F   13116.19961295  .00000010  00000-0  00000+0 0  6733
+2 25598 063.3604 229.7145 0010902 279.1717 103.7725 02.13408436111615
+1 25611U 97029C   13105.40895786 -.00000218  00000-0  10000-3 0  2325
+2 25611 011.8143 041.4176 0216826 302.0372 055.8326 01.02878796 67347
+1 25612U 66040E   13117.53751998  .00001979  00000-0  29270-2 0   531
+2 25612 100.5138 311.9748 0050305 133.8698 290.3146 13.54894051781821
+1 25613U 66040F   13115.43083853  .00001329  00000-0  22007-2 0   740
+2 25613 100.4577 276.1461 0030996 235.5019 158.5177 13.48823191289241
+1 25614U 66040G   13117.47660318  .00001178  00000-0  19513-2 0   328
+2 25614 100.5050 310.2341 0066623 236.7107 189.6955 13.48427822821380
+1 25616U 99002A   13117.50531994  .00003626  00000-0  23407-3 0  8860
+2 25616 034.9619 222.4488 0042227 234.7936 199.4471 15.07013057779675
+1 25619U 99003B   13116.51293476  .00022998 -31889-5  99764-3 0  8254
+2 25619 022.4730 113.3790 2582586 300.5353 268.0804 10.18636232499161
+1 25621U 99004A   13116.81508770 -.00000029  00000-0  41864-3 0  2010
+2 25621 052.0106 233.0871 0010180 056.7876 081.7315 12.62276456655760
+1 25622U 99004B   13117.52315913 -.00000093  00000-0  58722-4 0  6595
+2 25622 051.9914 228.6635 0001390 279.1345 159.7211 12.61766903655805
+1 25623U 99004C   13117.16084112 -.00000101  00000-0 -26171-3 0  1273
+2 25623 051.9990 046.4222 0011915 199.5790 305.0115 11.86493775652616
+1 25624U 99004D   13116.82687780 -.00000076  00000-0  15540-3 0  1331
+2 25624 052.0003 240.7274 0000753 257.7311 240.1488 12.52559538655556
+1 25626U 99005A   13117.14027508  .00000106  00000-0  00000+0 0  1880
+2 25626 000.0222 309.1385 0003048 089.1396 277.4987 01.00271727 52018
+1 25629U 99005D   13117.17224062 -.00000157  00000-0  00000+0 0   842
+2 25629 018.5966 002.8233 5297725 004.1340 043.9171 01.89592064 98330
+1 25630U 99006A   13116.89194851 -.00000163  00000-0  00000+0 0  2125
+2 25630 000.0381 095.9288 0002276 288.6103 233.5903 01.00272647 51871
+1 25634U 99008A   13117.16520481  .00000012  00000-0  26993-4 0  8621
+2 25634 098.8112 183.1487 0009554 231.7513 162.1286 14.19067970734002
+1 25635U 99008B   13117.52033355  .00000327  00000-0  87538-4 0  7991
+2 25635 096.4691 356.8554 0142088 025.7380 023.4174 14.46631403747564
+1 25636U 99008C   13117.17616685  .00000143  00000-0  44156-4 0  4875
+2 25636 096.4644 345.6456 0148744 077.2062 067.6846 14.43900003746527
+1 25637U 99008D   13117.19374378  .00000228  00000-0  64519-4 0  1762
+2 25637 096.4694 353.0732 0146227 049.1024 095.6909 14.45378932747099
+1 25638U 99009A   13117.13502001 -.00000121  00000-0  10000-3 0  2347
+2 25638 003.9686 066.0001 0006425 291.5953 068.2301 01.00181295 51937
+1 25639U 99009B   13108.01766595  .00000140  00000-0  00000+0 0  3486
+2 25639 008.1937 041.5418 0003584 353.6092 209.8989 01.00271115 51825
+1 25642U 99010A   13116.39171988  .00000067  00000-0  10000-3 0  7092
+2 25642 011.9582 049.5493 0002036 058.3820 301.5696 01.00341306 51855
+1 25645U 99010D   13116.41203254 -.00000042  00000-0  10000-3 0  7858
+2 25645 012.2391 050.8813 0017873 215.0299 144.7760 00.98044583 50703
+1 25649U 99012A   13117.11231775 -.00000119  00000-0 -39135-3 0   489
+2 25649 052.0029 103.3550 0002298 056.4206 055.0175 12.02384974643047
+1 25650U 99012B   13117.79777042 -.00000117  00000-0 -41133-3 0  1397
+2 25650 052.0007 207.6462 0002327 288.5167 215.6337 11.96551903647781
+1 25651U 99012C   13117.50040801 -.00000015  00000-0  81538-3 0  1257
+2 25651 052.0046 214.1720 0002097 033.7828 048.2555 12.09294410647574
+1 25652U 99012D   13117.16663955 -.00000078  00000-0  14521-3 0  1461
+2 25652 052.0023 004.4613 0002692 089.0445 048.5909 12.62227836651355
+1 25655U 88032D   13115.18361266  .00000811  00000-0  71966-4 0  4963
+2 25655 097.7005 171.2299 0037447 057.4678 335.9724 14.98426245344353
+1 25657U 99013A   13116.59033385 -.00000340  00000-0  10000-3 0  4723
+2 25657 000.0208 150.3123 0003277 237.7987 144.6373 01.00268757 51699
+1 25660U 99013D   13116.43560235 -.00000083  00000-0  00000+0 0  7530
+2 25660 012.8240 136.3969 4585165 066.1033 023.4994 01.74921575 90111
+1 25661U 99014A   13116.50043354 -.00000006  00000-0  71547-3 0  2570
+2 25661 001.3556 333.0311 7152924 353.0529 111.6058 02.23247187114872
+1 25662U 99014B   13117.50361277 -.00000086  00000-0  39969-3 0  3873
+2 25662 001.1763 297.2176 7172005 065.1155 205.8313 02.24275729115391
+1 25666U 99016A   13117.00212137  .00000106  00000-0  10000-3 0  3512
+2 25666 002.3681 071.2838 0003628 124.0773 235.8650 00.99655392 51608
+1 25667U 99016B   13116.89657024  .00005984  00000-0  13347-2 0  5008
+2 25667 004.3982 290.7611 6329692 234.8866 047.6674 03.55590194150511
+1 25668U 92060E   13116.81694815  .00009942  00000-0  17069-2 0  9065
+2 25668 007.4075 242.0858 5950962 218.9486 164.0934 04.12198822229192
+1 25673U 99018A   13116.89695530  .00000117  00000-0  10000-3 0  5952
+2 25673 000.3812 080.5045 0004717 316.1199 189.3121 01.00271226 51462
+1 25676U 99019A   13117.83183169 -.00000109  00000-0 -29067-4 0  2731
+2 25676 051.9965 359.9229 0001381 039.2742 000.9192 12.62274326649030
+1 25677U 99019B   13116.74574237 -.00000116  00000-0 -15879-3 0  1193
+2 25677 051.9903 199.5707 0000417 019.3226 121.3078 12.35936356646101
+1 25678U 99019C   13117.50532582 -.00000058  00000-0  35377-3 0  1195
+2 25678 051.9972 275.9573 0006936 126.8795 310.2894 11.90144734643377
+1 25679U 99019D   13117.05487226 -.00000019  00000-0  68858-3 0  1928
+2 25679 052.0013 327.2229 0001787 148.5412 018.8493 12.22075114643211
+1 25682U 99020A   13117.70485645 -.00000596  00000-0 -12240-3 0   822
+2 25682 098.1953 187.9092 0000675 085.8177 274.3123 14.57107925746482
+1 25693U 99021A   13116.68972340  .00000335  00000-0  63552-4 0  1300
+2 25693 064.5565 103.7559 0012151 334.0981 076.6975 14.79470213756293
+1 25695U 99021C   13117.39429014  .00000003  00000-0  41532-4 0  9827
+2 25695 064.5581 014.9066 0555779 358.7469 119.5497 13.71444343701866
+1 25721U 99022A   13117.14180154  .00006134  00000-0  22313-3 0  6722
+2 25721 048.4607 351.2563 0018075 184.5957 312.3980 15.29307021775389
+1 25723U 99022C   13117.20213995  .00003342  00000-0  14916-3 0  3759
+2 25723 048.4346 129.0942 0019777 090.6662 312.5462 15.23851232773593
+1 25727U 99024A   13116.43718527  .00000082  00000-0 -42700-3 0  4730
+2 25727 019.8238 159.9659 0041393 123.1354 016.2805 10.39140928569749
+1 25730U 99025A   13117.87567037  .00001210  00000-0  70347-3 0  8603
+2 25730 098.8754 078.0165 0023603 184.6330 193.7095 14.10406499718958
+1 25731U 99025B   13116.98938957  .00000048  00000-0  50540-4 0  7508
+2 25731 098.9327 090.5908 0016432 223.7768 167.6218 14.12073728719698
+1 25732U 99025C   13117.55150045  .00000061  00000-0  51503-4 0  2451
+2 25732 098.8431 090.7805 0038545 080.9534 028.0437 14.17369554722478
+1 25733U 99025D   13117.54226398  .00000244  00000-0  14874-3 0  9703
+2 25733 098.8699 094.4549 0015650 164.6622 301.3696 14.15017372720727
+1 25735U 99026A   13117.50336490  .00003098  00000-0  11105-3 0  8643
+2 25735 097.0822 307.1007 0008102 094.0664 299.6268 15.29404354773916
+1 25736U 99026B   13117.48491786  .00000712  00000-0  21046-3 0  8983
+2 25736 097.6740 303.6725 0005995 044.4531 315.7143 14.45952439734467
+1 25740U 99027A   13116.89657793  .00000130  00000-0  10000-3 0  3218
+2 25740 000.0860 068.0901 0001164 271.1870 243.0704 01.00275324 51084
+1 25743U 99027D   13117.08651062 -.00000091  00000-0  00000+0 0  9281
+2 25743 017.5423 031.9889 5184710 304.6681 291.6878 01.87834220 95715
+1 25750U 94029AEG 13115.09075124  .00008382  00000-0  12192-2 0  1318
+2 25750 082.4010 145.5696 0179529 134.0376 227.5781 14.65317484739621
+1 25756U 99029A   13117.05510765  .00000145  00000-0  46643-4 0  1030
+2 25756 098.5019 005.1426 0013978 190.7598 305.1670 14.52948696737849
+1 25757U 99029B   13117.69577309  .00000005  00000-0  13118-4 0   415
+2 25757 098.5448 358.8758 0013724 237.0594 122.9295 14.51033615737249
+1 25758U 99029C   13117.21064865  .00000296  00000-0  85237-4 0  3384
+2 25758 098.2436 208.6062 0002048 210.7790 182.4400 14.51342170737324
+1 25759U 99029D   13116.71223073  .00000092  00000-0  33726-4 0  1970
+2 25759 098.4904 006.4425 0019753 189.2766 204.4062 14.53124374737941
+1 25765U 79104G   13116.43530856  .00000683  00000-0  13459-2 0  1388
+2 25765 019.8152 222.9800 5778750 042.4435 005.1404 04.19888305217704
+1 25766U 79104H   13115.42786640  .00000559  00000-0  16179-2 0  6076
+2 25766 020.3887 219.7945 5920924 050.0881 001.2215 03.95866894200872
+1 25767U 79104J   13110.11414446  .00031645  00000-0  43524-2 0  2485
+2 25767 017.8729 177.8050 4061050 270.6574 104.8005 07.24719485401907
+1 25768U 79104K   13115.81576846  .00004603  00000-0  10880-1 0  6285
+2 25768 017.8663 024.6253 5405650 025.4411 007.6311 04.71835823240303
+1 25770U 99031A   13117.17352159 -.00000107  00000-0 -17719-4 0  1114
+2 25770 051.9979 047.0980 0000961 037.9658 101.6421 12.62263726640221
+1 25771U 99031B   13115.14506525 -.00000023  00000-0  14725-2 0  6986
+2 25771 051.9838 167.1466 0001847 233.5470 165.7098 11.12078491623891
+1 25772U 99031C   13117.13503969 -.00000088  00000-0  86627-4 0  1806
+2 25772 051.9974 046.7760 0000872 031.4011 114.3241 12.62266149640226
+1 25773U 99031D   13105.14380766 -.00000092  00000-0  65081-4 0  2338
+2 25773 051.9910 081.7095 0000893 044.8586 034.9026 12.62264930638710
+1 25774U 99031E   13117.20607196 -.00000114  00000-0  17524-4 0  2736
+2 25774 051.5271 191.4850 0375092 188.4341 213.1489 13.46281463682788
+1 25776U 79009C   13117.55462442  .00245628 -18960-5  12837-2 0  9313
+2 25776 023.9427 065.9204 2572930 128.7076 109.1766 10.43154596512737
+1 25777U 99032A   13117.51480411  .00000204  00000-0  42458-4 0  4031
+2 25777 086.5140 135.8377 0002517 106.5574 054.7307 14.54935576736989
+1 25778U 99032B   13117.47305274  .00000071  00000-0  18267-4 0  2176
+2 25778 086.3953 135.8697 0002453 072.8514 077.0231 14.34216039731436
+1 25785U 99033A   13117.86819214  .00000111  00000-0  00000+0 0  2538
+2 25785 000.7771 078.4560 0004512 359.5865 110.0871 01.00272475 50814
+1 25788U 99033D   13116.48579054 -.00000078  00000-0  00000+0 0   208
+2 25788 015.1137 141.1527 5083958 253.5852 311.4095 01.85817928 94071
+1 25789U 99034A   13116.66388142  .00000034  00000-0  32018-4 0  5841
+2 25789 098.6209 307.2708 0001917 110.7852 287.6454 14.26993618721450
+1 25791U 99035A   13117.78155787  .00000345  00000-0  49339-4 0  5070
+2 25791 024.9852 318.6744 0010427 338.0934 084.7093 14.42144372730208
+1 25793U 61018F   13115.72461122  .00000001  00000-0  00000+0 0   304
+2 25793 091.1761 002.0480 0117067 322.4438 069.2332 08.93092159572819
+1 25795U 80089CJ  13116.31630161  .00001293  00000-0  11118-3 0  3912
+2 25795 064.9832 209.3055 0104236 351.8269 077.8799 14.98144508847400
+1 25798U 89001K   13116.67883234  .00013243  00000-0  44512-1 0   612
+2 25798 065.1046 177.0234 4714821 191.5884 343.8180 05.70341237291328
+1 25799U 89001L   13116.48455568  .00130261  00000-0  15129+0 0  8020
+2 25799 065.1270 283.5531 2899000 139.7972 338.1430 08.95785248353041
+1 25804U 87079P   13116.14360568  .00006042  00000-0  30948-2 0  8914
+2 25804 064.9708 127.9884 4591090 134.1922 334.1259 06.18122103305878
+1 25808U 87079T   13117.25145018  .00017477  00000-0  10763-1 0  3924
+2 25808 065.0183 074.3924 5424998 200.3245 125.1018 04.83185457253816
+1 25809U 87079U   13117.41887141  .00003133  00000-0  24824-2 0  3077
+2 25809 065.1030 110.4858 4687431 121.4425 010.0788 05.96735084295771
+1 25812U 89101J   13116.77975977  .07567701  45054-5  86280-3 0  1396
+2 25812 046.7164 025.4978 1535310 188.2117 169.0615 12.88191202173620
+1 25818U 89101Q   13116.96819183  .00021606  00000-0  95526-1 0   444
+2 25818 046.3378 051.0539 3644597 085.9965 343.0230 07.33202548420915
+1 25821U 84023C   13111.00561436 -.00000029  00000-0  00000+0 0  3925
+2 25821 007.8872 166.1478 6683661 350.0878 021.1603 02.54441842133567
+1 25822U 84023D   13116.17779698 -.00000053  00000-0  00000+0 0  8180
+2 25822 007.8385 136.2951 6702048 040.3583 005.2307 02.53634543132692
+1 25823U 84023E   13116.01396068 -.00000088  00000-0  10000-3 0  5674
+2 25823 008.4051 048.1094 6786068 215.2704 070.7335 02.60792666134409
+1 25824U 84023F   13110.42813402  .00000060  00000-0  11220-2 0  4638
+2 25824 007.7154 205.3961 6804373 264.1885 049.5510 02.56717506131286
+1 25825U 66040H   13117.29985538  .00001603  00000-0  25121-2 0   972
+2 25825 100.3490 239.2596 0058793 128.4650 261.3672 13.51371289290373
+1 25826U 66077T   13116.34429937  .00000005  00000-0  10000-3 0   701
+2 25826 089.4976 261.4714 1011049 056.8658 312.5067 08.69917021453714
+1 25827U 66077U   13090.59637871  .00000003  00000-0  10000-3 0  4676
+2 25827 089.2652 166.0715 1218932 194.3492 124.0850 08.76197963503107
+1 25831U 78100AT  13116.82750067  .00000017  00000-0  10000-3 0  7475
+2 25831 082.5443 232.2118 0014745 175.8337 184.2860 11.97417703680127
+1 25832U 78100AU  13116.80067220 -.00000040  00000-0 -62563-3 0   153
+2 25832 082.5482 227.8903 0012461 172.3551 333.8635 11.97472601 83606
+1 25833U 78100AV  13117.33034422  .00039644  00000-0  40165-1 0  4810
+2 25833 082.1193 072.1432 0456026 032.8835 083.8616 13.39044035687171
+1 25834U 78100AW  13117.44384898  .00011982  00000-0  22585-1 0  9599
+2 25834 082.2261 115.9325 0297372 100.9706 048.6964 13.22774600679432
+1 25837U 79104L   13117.53384902  .00038344  00000-0  27459-2 0  4663
+2 25837 017.9996 328.9311 3659489 157.7594 105.9954 08.04933563394197
+1 25838U 81071G   13116.80318242  .00000782  00000-0  00000+0 0  8202
+2 25838 068.4124 015.4322 5887880 114.7369 338.5240 01.98216651107041
+1 25839U 81071H   13116.76738514  .00000506  00000-0  00000+0 0  8154
+2 25839 067.8833 030.9124 5902531 111.0140 340.0489 01.98313758116973
+1 25840U 81071J   13115.68400384  .00000624  00000-0  00000+0 0  8068
+2 25840 069.0674 354.0781 5894469 118.5598 336.9237 01.98032555114022
+1 25843U 89062G   13117.07881992  .00004691  00000-0  39992-2 0  1888
+2 25843 006.5674 150.3015 5965946 358.2517 206.5902 03.99837599199579
+1 25844U 89062H   13115.97664175  .00001065  00000-0  16298-2 0  2425
+2 25844 007.4208 141.2218 6811302 018.6961 045.5538 02.80358612141581
+1 25847U 99036A   13117.09076999  .00000423  00000-0  00000+0 0  4808
+2 25847 063.3681 112.5647 7068347 257.5998 056.4004 02.00599298101130
+1 25850U 99036D   13116.34285694  .00000063  00000-0  00000+0 0  7402
+2 25850 063.6649 142.8044 6909422 258.0326 048.3411 01.96659007 99122
+1 25851U 99037A   13117.78206451 -.00000130  00000-0 -25140-2 0   930
+2 25851 051.9942 221.4247 0013035 359.8770 172.7864 11.04491338606399
+1 25852U 99037B   13116.45385977 -.00000093  00000-0  57397-4 0   843
+2 25852 052.0001 095.0602 0001208 014.0926 128.9906 12.62268386636371
+1 25853U 99037C   13117.04155828 -.00000045  00000-0  65506-3 0   713
+2 25853 051.9804 297.0758 0001078 003.9713 146.3009 11.42143102625734
+1 25854U 99037D   13117.44297479 -.00000079  00000-0  13787-3 0   921
+2 25854 052.0000 092.2284 0000976 001.2110 139.1533 12.62263395636499
+1 25860U 99039A   13117.50166679  .00000455  00000-0  75863-4 0  9306
+2 25860 097.9854 080.6468 0000964 082.8713 030.8109 14.74551870740885
+1 25861U 99039B   13116.85753500  .00000339  00000-0  54933-4 0  3040
+2 25861 097.8917 078.2134 0014549 280.8466 112.4255 14.77254744742397
+1 25862U 99039C   13116.49224270  .00000767  00000-0  22654-3 0  1966
+2 25862 097.7211 110.9424 0171977 040.4502 110.5557 14.37720281722055
+1 25863U 99039D   13117.46092403  .00000358  00000-0  11145-3 0  2090
+2 25863 098.5629 079.3564 0161239 200.0742 308.4272 14.40055940723242
+1 25864U 99039E   13115.87588314  .00000436  00000-0  14423-3 0  1677
+2 25864 098.6098 066.5234 0176255 320.0548 071.7503 14.34796800720511
+1 25865U 99039F   13116.89197877  .00000327  00000-0  11467-3 0  1585
+2 25865 097.7980 074.3070 0192014 182.3504 212.5402 14.30928891718635
+1 25867U 99040B   13120.30670723 -.00000270  00000-0  00000+0 0  8948
+2 25867 075.1311 342.4530 8605740 277.6779 359.3318 00.37800441 10352
+1 25868U 99040C   13117.55065677  .00009192  00000-0  84796-3 0  2468
+2 25868 028.4323 198.9094 4666099 010.4361 025.5848 06.22654103301171
+1 25869U 99040D   13116.76774101 -.00000273  00000-0  00000+0 0   327
+2 25869 036.4977 346.0538 8216760 006.7463 004.3321 00.97234052 48875
+1 25872U 99041A   13109.45336052 -.00000092  00000-0 -59693-3 0  7962
+2 25872 051.9370 078.6150 0013708 052.6971 090.2404 11.33788430621047
+1 25873U 99041B   13116.62751554 -.00000113  00000-0 -53510-4 0  1217
+2 25873 052.0034 141.1513 0000589 249.5343 255.9955 12.62263633634512
+1 25874U 99041C   13114.84070653 -.00000086  00000-0 -53506-3 0  7358
+2 25874 051.9425 356.8571 0010492 309.4453 089.1233 11.25639673623317
+1 25875U 99041D   13117.17731000 -.00000103  00000-0  46947-5 0  1051
+2 25875 052.0013 138.9317 0000613 337.1501 066.9388 12.62264432634580
+1 25876U 99041E   13117.20609742  .00000980  00000-0  21150-3 0   938
+2 25876 051.7653 150.6199 0546416 309.8910 088.2654 14.00726340702395
+1 25880U 99042A   13117.79477382 -.00000355  00000-0  10000-3 0  5148
+2 25880 000.0421 109.9034 0002220 300.0541 200.1435 01.00269544 50277
+1 25881U 99042B   13117.52190867  .00134847  47336-6  27750-2 0  9718
+2 25881 006.7327 272.5580 5967854 157.1029 215.3377 04.17978703156678
+1 25882U 70034D   13116.22336218  .00003824  00000-0  46762-3 0  6574
+2 25882 068.3847 031.5916 0806936 089.9172 046.5170 13.62988630677117
+1 25883U 99043A   13116.02299086 -.00000038  00000-0  94622-3 0  7692
+2 25883 052.0019 307.4388 0001941 053.9597 084.5160 11.10113259622324
+1 25884U 99043B   13117.37530733 -.00000112  00000-0 -45935-4 0   869
+2 25884 052.0053 184.9224 0000093 346.4339 092.3525 12.62265862631723
+1 25885U 99043C   13116.92083608 -.00000051  00000-0  52688-3 0   441
+2 25885 052.0172 048.9194 0004697 023.4143 020.8711 11.39130538614021
+1 25886U 99043D   13109.49140466 -.00000086  00000-0 -51004-3 0  6662
+2 25886 051.9954 127.6470 0003261 089.1108 046.6741 11.27611876618519
+1 25892U 99045A   13117.41344064  .00000060  00000-0  47127-4 0  5371
+2 25892 082.9286 082.6381 0032648 051.2423 094.6834 13.74345196685737
+1 25893U 99045B   13117.87455524  .00000127  00000-0  11388-3 0  7551
+2 25893 082.9274 069.3163 0028490 001.7751 031.7744 13.76377965686744
+1 25894U 99046A   13116.91765836 -.00000370  00000-0  10000-3 0  3307
+2 25894 000.0226 239.6774 0001085 190.6389 231.0054 01.00271079 49036
+1 25896U 99047A   13115.50424440 -.00000031  00000-0  10000-3 0  9611
+2 25896 011.6271 043.7655 0084977 293.6227 065.4242 00.99871564 49843
+1 25897U 99047B   13116.15073088 -.00000297  00000-0  10000-3 0   145
+2 25897 008.5552 052.9657 0003565 323.2478 036.6368 00.99999314 50000
+1 25900U 99047E   13116.02026971  .00000026  00000-0  10000-3 0  3967
+2 25900 011.5832 043.6695 0099787 292.8474 066.0323 01.00157478 49902
+1 25904U 94016D   13117.49623020  .00020526  00000-0  40410-3 0  9569
+2 25904 034.5150 198.3782 3143300 075.8177 020.0855 09.16699051408162
+1 25907U 99049A   13117.81226175 -.00000069  00000-0  20139-3 0   578
+2 25907 051.9946 065.8041 0001702 003.5983 023.4460 11.93063162623564
+1 25908U 99049B   13117.32677291 -.00000179  00000-0 -10240-2 0  9892
+2 25908 052.0010 046.2210 0008038 190.5084 311.0513 12.07338242617331
+1 25909U 99049C   13117.49942111 -.00000067  00000-0  23366-3 0   897
+2 25909 051.9956 224.0059 0002068 166.8976 273.5458 12.19985580627202
+1 25910U 99049D   13117.09218781 -.00000054  00000-0  34041-3 0   645
+2 25910 052.0011 091.2285 0007043 281.7149 117.6367 12.29283355623148
+1 25913U 99050A   13116.76185901 -.00000137  00000-0  10000-3 0  4285
+2 25913 003.4424 067.8764 0002473 315.0592 044.8382 00.98746124 49573
+1 25919U 99051A   13117.72672183 -.00001796  00000-0 -33081-3 0  9431
+2 25919 098.1028 193.4684 0001364 085.8098 274.3303 14.64438036726504
+1 25922U 99052A   13117.02284699  .00000080  00000-0  10000-3 0  2241
+2 25922 000.1327 074.9539 0002638 335.9463 225.0677 01.00360307 49769
+1 25924U 99053A   13117.85871052 -.00000098  00000-0  10000-3 0  3588
+2 25924 000.0590 068.9493 0002178 352.5814 178.5860 01.00272588 49790
+1 25927U 99053D   13116.13497405 -.00000074  00000-0  00000+0 0  9346
+2 25927 015.9702 141.0609 5328585 341.4842 041.6682 01.89350487 93952
+1 25928U 91015J   13102.82003170  .00000446  00000-0  43184-2 0  8838
+2 25928 007.0642 228.0426 6658732 257.9085 027.6089 02.88397871159486
+1 25932U 66077Y   13117.41977646 -.00007822  00000-0 -33817+0 0   616
+2 25932 088.9896 254.3311 1849669 107.7183 305.0489 09.10182201450259
+1 25933U 99055A   13117.47588020  .00000055  00000-0  10000-3 0  8912
+2 25933 050.9281 144.1122 0136989 066.3199 295.1765 02.00561290 99338
+1 25936U 86010D   13116.55257912  .00002130  00000-0  61316-2 0  5113
+2 25936 030.4899 248.8668 6871708 118.2125 356.1736 02.70038179125971
+1 25937U 99056A   13117.85388609  .00000069  00000-0  10000-3 0  4843
+2 25937 000.7364 076.4127 0003130 316.8677 185.9101 01.00271532 49650
+1 25938U 99056B   13116.36674429 -.00000126  00000-0  00000+0 0   933
+2 25938 000.8966 354.0430 6469754 080.3922 110.0968 02.12167908104985
+1 25940U 99057A   13116.94793576  .00000169  00000-0  74197-4 0  4614
+2 25940 098.3128 075.1583 0005414 173.9494 226.8572 14.34785299708934
+1 25941U 99057B   13116.70728705  .00000205  00000-0  64137-4 0  7966
+2 25941 098.6367 346.1666 0008979 149.6335 241.3588 14.50651751716064
+1 25942U 99057C   13116.89260704  .00000419  00000-0  15471-3 0  4901
+2 25942 098.4385 062.5070 0101657 026.1277 006.3510 14.34624862708501
+1 25943U 99058A   13116.14259322 -.00000083  00000-0  11296-3 0  7446
+2 25943 052.0011 025.6469 0002105 053.0134 083.3103 12.48720900622607
+1 25944U 99058B   13116.71568591 -.00000082  00000-0  11913-3 0   854
+2 25944 052.0051 320.0210 0001232 073.2840 328.0775 12.62260030623868
+1 25945U 99058C   13117.41087253 -.00000070  00000-0  18625-3 0  4177
+2 25945 051.9976 271.2667 0000932 198.0227 199.4360 12.62264007624686
+1 25946U 99058D   13116.99728312 -.00000056  00000-0  29370-3 0  1033
+2 25946 051.9972 291.5632 0001008 179.9533 359.2555 12.46941222624318
+1 25949U 99059A   13117.20951676 -.00000128  00000-0  00000+0 0  3298
+2 25949 000.0392 090.6597 0002899 317.6240 227.5033 01.00271689 49528
+1 25954U 99060A   13117.08573308 -.00000281  00000-0  10000-3 0  5404
+2 25954 000.0659 067.4590 0002821 342.6000 129.0607 01.00272026 49363
+1 25961U 99062A   13116.55065016 -.00000091  00000-0  72094-4 0  3686
+2 25961 051.9933 093.0126 0001247 030.2277 102.5048 12.62270262620212
+1 25962U 99062B   13116.74538527 -.00000146  00000-0 -67917-3 0  5412
+2 25962 051.9920 062.5953 0008604 318.0088 060.1269 12.04833134614271
+1 25963U 99062C   13117.48682647 -.00000089  00000-0  79951-4 0  4054
+2 25963 051.9929 225.2174 0001099 163.2189 275.5435 12.62269520630043
+1 25964U 99062D   13117.60411731 -.00000080  00000-0 -32771-5 0   905
+2 25964 051.9764 140.4833 0005834 270.3365 232.9625 11.76703189599521
+1 25968U 99063B   13116.73033308  .00009680  00000-0  16217-2 0  4027
+2 25968 026.8848 201.0304 5982630 329.9336 098.8679 04.07534592182104
+1 25977U 99064A   13117.17717301  .00000733  00000-0  10642-3 0  9313
+2 25977 098.2102 181.7397 0002763 119.8883 274.0720 14.79108502720228
+1 25978U 99064B   13116.89059270  .00002194  00000-0  24020-3 0  9167
+2 25978 098.1496 242.5557 0009640 204.6757 301.6930 14.88856729725341
+1 25979U 99064C   13117.38502451  .00002204  00000-0  24941-3 0  5123
+2 25979 098.1615 242.1479 0007373 214.2343 145.8398 14.87507003724738
+1 25980U 99065A   13117.28212082  .00000458  00000-0  22858-3 0  6577
+2 25980 045.0338 048.2007 0005603 308.3759 184.8275 14.30219963699028
+1 25981U 99065B   13117.12842362  .00000669  00000-0  30952-3 0  7525
+2 25981 045.0256 045.6320 0005181 315.4623 180.4274 14.30217179698990
+1 25982U 99065C   13117.18245340  .00000531  00000-0  25622-3 0  6924
+2 25982 045.0224 041.9777 0007034 315.1698 187.7968 14.30254388699049
+1 25983U 99065D   13117.17393686  .00000674  00000-0  29820-3 0  7430
+2 25983 045.0317 036.9320 0009168 255.9444 247.6967 14.32444802699141
+1 25984U 99065E   13117.18466271  .00000527  00000-0  25501-3 0  6969
+2 25984 045.0393 050.6059 0003121 227.5121 274.2572 14.30218472699001
+1 25985U 99065F   13117.77254878  .00000357  00000-0  19030-3 0  7224
+2 25985 045.0425 049.0416 0003877 313.9966 046.0560 14.30219624699082
+1 25986U 99065G   13117.82808425  .00000081  00000-0  84542-4 0  6600
+2 25986 045.0419 048.1507 0004731 285.8995 074.1330 14.30212922699098
+1 25989U 99066A   13118.99456021  .00000327  00000-0  00000+0 0  3954
+2 25989 064.1513 070.2906 7209190 094.8897 000.2421 00.50128045 13314
+1 25990U 99066B   13119.17434192  .00000298  00000-0  00000+0 0  4826
+2 25990 063.3946 103.4053 4506951 088.0563 000.1678 00.55311253 14826
+1 25992U 99067B   13115.79560405  .00001189  00000-0  48532-3 0  7931
+2 25992 098.5568 197.9395 0006839 223.7400 283.3995 14.29183491695187
+1 25993U 99067C   13116.77654659  .00001500  00000-0  61408-3 0  9011
+2 25993 098.5115 188.2297 0003840 238.8925 268.8058 14.28639704694930
+1 25994U 99068A   13117.78871830  .00000358  00000-0  89411-4 0   620
+2 25994 098.2095 193.4444 0001293 097.2596 262.8743 14.57123244710571
+1 25997U 75052BA  13116.68240096  .00002199  00000-0  10504-2 0  3726
+2 25997 100.0331 115.8576 0175168 005.0718 046.7262 14.12697280989401
+1 25998U 91068H   13116.96425605  .00000040  00000-0  18190-3 0   252
+2 25998 082.6756 270.6831 0036614 021.8640 124.8696 12.53573195611125
+1 25999U 91068J   13116.37972557  .00000050  00000-0  22189-3 0   828
+2 25999 082.6990 238.4532 0062795 150.1725 244.1279 12.61187889623244
+1 26000U 91068K   13107.65239869  .00000033  00000-0  16242-3 0  8906
+2 26000 082.7228 345.0252 0043348 284.6004 100.0884 12.44771079605471
+1 26001U 91068L   13117.21223457  .00000141  00000-0  67107-3 0   735
+2 26001 082.2290 359.0577 0091117 176.2886 331.4352 12.67450792626432
+1 26002U 91068M   13115.58783256  .00000317  00000-0  12570-2 0  8064
+2 26002 081.9720 163.5372 0137710 314.3329 201.6622 12.82456297630914
+1 26003U 91068N   13115.47142036  .00000875  00000-0  51736-2 0  3643
+2 26003 082.7124 289.7062 0050259 067.2463 326.2969 12.56835182619015
+1 26004U 91068P   13116.69922308  .00002150  00000-0  11359-1 0  8972
+2 26004 082.5710 205.1031 0105349 210.8645 297.2593 12.64552447622408
+1 26005U 91068Q   13117.18744841  .00000045  00000-0  19474-3 0   692
+2 26005 082.6042 197.6104 0060621 194.5705 197.7163 12.61033447623322
+1 26006U 91068R   13117.21296211  .00000007  00000-0 -17831-4 0   112
+2 26006 082.6107 191.1653 0096721 206.2799 187.5852 12.62380861624012
+1 26007U 91068S   13116.09549542 -.00000001  00000-0 -78763-4 0  2697
+2 26007 082.6965 309.8930 0011601 008.3650 139.6911 12.48328850617001
+1 26008U 91068T   13116.77989134  .00000002  00000-0 -49180-4 0   293
+2 26008 082.6306 195.6773 0092411 180.8055 328.1344 12.63036388624349
+1 26009U 91068U   13117.36158557  .00000288  00000-0  12208-2 0  9526
+2 26009 082.4925 058.4932 0122442 261.5712 246.3315 12.77861397630935
+1 26010U 91068V   13115.18016947  .00000046  00000-0  25640-3 0  9260
+2 26010 082.7371 349.7927 0048422 278.7926 207.1147 12.44206626606806
+1 26011U 91068W   13117.47227809  .00000102  00000-0  52238-3 0    83
+2 26011 082.4211 124.7828 0055676 263.3924 216.7576 12.60558710623044
+1 26012U 91068X   13116.13904462  .00000105  00000-0  64861-3 0  2601
+2 26012 082.7348 334.1553 0036654 264.3990 242.8974 12.46718026615933
+1 26013U 91068Y   13110.96941352  .00000062  00000-0  31674-3 0  9195
+2 26013 082.7118 283.4827 0026107 332.1091 148.8805 12.54995460619285
+1 26014U 91068Z   13117.15051708 -.00000013  00000-0 -15975-3 0  2109
+2 26014 082.7439 349.5720 0043311 279.4500 227.1359 12.44420480614949
+1 26015U 91068AA  13117.13845410  .00000019  00000-0  46546-4 0   201
+2 26015 082.4773 138.6716 0067461 215.0887 177.0125 12.62061382992312
+1 26016U 91068AB  13117.07098578  .00000127  00000-0  43363-3 0  2496
+2 26016 081.9062 112.8841 0237697 222.7656 168.7186 12.84233854  4867
+1 26017U 91068AC  13117.14643608 -.00000013  00000-0 -16159-3 0  2001
+2 26017 082.6919 335.1983 0059804 301.3435 206.1896 12.43213837983534
+1 26018U 91068AD  13116.00730456  .00000024  00000-0  10000-3 0  6186
+2 26018 082.7190 333.6493 0018340 295.4791 064.4383 12.45316704984596
+1 26019U 91068AE  13115.72082993 -.00000015  00000-0 -16244-3 0  3513
+2 26019 082.6527 357.3118 0273329 221.7882 171.1820 12.36066321980876
+1 26020U 91068AF  13117.51252985  .00001183  00000-0  65975-2 0   789
+2 26020 082.7390 284.8543 0069759 055.7596 338.0386 12.61120853989419
+1 26021U 91068AG  13117.32111074  .00000670  00000-0  22749-2 0  6319
+2 26021 081.7800 029.4056 0219710 184.6382 325.5602 12.89826648  6840
+1 26022U 91068AH  13112.09550588  .00000208  00000-0  11064-2 0  2609
+2 26022 082.4558 140.3502 0079581 204.4222 212.7202 12.61214918992200
+1 26023U 91068AJ  13117.37794384  .00000028  00000-0  11512-3 0  5220
+2 26023 082.5785 251.2987 0018586 148.5544 283.9596 12.50311475987749
+1 26024U 91068AK  13115.32742903  .00000019  00000-0  85741-4 0  3329
+2 26024 082.7042 041.3591 0265893 285.3532 223.5990 12.32552317981091
+1 26025U 91068AL  13117.26161936 -.00000022  00000-0 -22039-3 0   677
+2 26025 082.7322 044.6837 0246632 250.3349 259.1542 12.33858902985935
+1 26026U 91068AM  13117.08474831  .00000088  00000-0  42366-3 0   900
+2 26026 082.5101 148.7815 0091778 220.3046 173.0758 12.62851043631102
+1 26027U 91068AN  13116.49661168  .00000264  00000-0  20202-2 0  3011
+2 26027 083.2856 276.2761 0112390 097.1284 297.2782 12.33175695622581
+1 26028U 91068AP  13117.13311428  .00000037  00000-0  18489-3 0  2174
+2 26028 082.6982 325.8778 0022405 295.1326 212.9007 12.45502405636527
+1 26029U 91068AQ  13116.80395994  .00000054  00000-0  26611-3 0  7055
+2 26029 082.5747 213.2298 0036336 330.6000 176.3961 12.56125398642685
+1 26032U 99070A   13117.82519463  .00000585  00000-0  11310-3 0  9794
+2 26032 097.7568 314.1885 0006270 075.2330 284.9573 14.66736516714164
+1 26033U 99070B   13116.60153851  .00000134  00000-0  35920-4 0  8406
+2 26033 097.8120 313.3359 0029822 080.6460 311.5715 14.61075234711305
+1 26034U 99070C   13117.51336696  .00003661  00000-0  42439-3 0  7542
+2 26034 098.2294 202.5224 0018094 130.4017 229.8779 14.85999290719171
+1 26035U 99070D   13116.57552145  .00000249  00000-0  59902-4 0   633
+2 26035 097.8135 304.0857 0028628 087.8365 313.7725 14.60566176711099
+1 26036U 75052KA  13116.99449581  .00002253  00000-0  89785-3 0  2778
+2 26036 099.9605 218.2092 0143087 093.9713 326.0822 14.24325982744059
+1 26037U 87079W   13111.30599403  .00000355  00000-0  27210-2 0  8041
+2 26037 065.0804 183.9033 5437055 287.3803 022.1518 04.48013880245310
+1 26038U 99071A   13117.28847618 -.00000294  00000-0  10000-3 0  5831
+2 26038 000.0362 281.1302 0000450 038.1861 304.3319 01.00271761 48982
+1 26039U 99071B   13117.36287949  .00099523  31780-6  25992-2 0  7740
+2 26039 005.1824 236.6686 5952707 202.3170 125.4928 04.19584357147693
+1 26042U 99073A   13116.98068557  .00000839  00000-0  00000+0 0  6549
+2 26042 067.5833 261.3273 5561346 262.0051 314.1514 02.00403538 97660
+1 26045U 99073D   13115.46193432 -.00000077  00000-0  00000+0 0  8069
+2 26045 066.7920 244.8893 5773401 253.0226 187.3456 02.04171863 99389
+1 26048U 65108AG  13116.46709894  .00001507  00000-0  91494-3 0  5011
+2 26048 026.4150 174.3608 6412264 226.5552 308.6613 03.39236524165849
+1 26049U 65108AH  13115.62397651  .00010322  00000-0  10123-1 0  6220
+2 26049 027.2488 278.5389 4950820 116.2705 302.2167 05.52128206274720
+1 26050U 65108AJ  13115.62605918 -.00000265  00000-0 -18377-1 0  3290
+2 26050 026.4298 288.9295 6621553 029.6256 007.5014 02.69597142136885
+1 26056U 00002A   13116.13475550 -.00000218  00000-0  10000-3 0  1980
+2 26056 004.3527 064.7649 0006826 001.3480 358.5695 00.99648036 48509
+1 26058U 00003A   13116.71142612 -.00000119  00000-0  10000-3 0  2089
+2 26058 004.4395 062.2547 0001801 286.8569 073.0108 00.97323105 48559
+1 26063U 00004C   13117.13553000  .00000055  00000-0  38771-4 0  6695
+2 26063 100.1946 182.7160 0036118 250.1827 142.9488 14.36173178694308
+1 26064U 00004D   13117.13939228  .00000043  00000-0  35191-4 0  6304
+2 26064 100.1980 179.7940 0037296 260.4437 133.0338 14.35692172694100
+1 26066U 00004F   13117.23865205  .00000078  00000-0  46067-4 0   553
+2 26066 100.1923 192.1920 0033005 231.6228 161.5247 14.37055915694732
+1 26069U 00006A   13116.99487873 -.00000382  00000-0 -17869-3 0  9579
+2 26069 070.9945 286.4743 0011903 347.5860 158.0657 14.13161055682476
+1 26070U 00006B   13116.79241131  .00000208  00000-0  13100-3 0   721
+2 26070 071.0029 254.5874 0015100 139.0200 221.2061 14.15275050683486
+1 26071U 00007A   13117.21832113 -.00000225  00000-0  00000+0 0  9615
+2 26071 000.0602 057.7436 0005977 337.0678 229.1555 01.00271085 48522
+1 26072U 00007B   13117.20266656  .00027824  00000-0  13675-2 0  3654
+2 26072 018.1132 090.4945 4642325 178.4081 335.9534 06.31385406235076
+1 26073U 00006C   13117.52356638 -.00000000  00000-0  39727-4 0   742
+2 26073 071.0788 248.5784 0195781 348.8979 083.5365 13.73635234663246
+1 26074U 00006D   13116.90705301  .00000031  00000-0  71988-4 0   680
+2 26074 070.9638 264.7150 0213877 150.5635 354.2865 13.69140271701782
+1 26075U 00006E   13117.55950641  .00000014  00000-0  52034-4 0   796
+2 26075 071.0670 218.7825 0190760 005.9096 092.0101 13.75224751663980
+1 26076U 99040E   13112.96433014  .00004406  00000-0  59912-3 0  2470
+2 26076 028.4784 312.6229 4698435 182.6375 058.2421 06.13908377217288
+1 26077U 00006G   13117.81271716  .00000076  00000-0  11170-3 0   676
+2 26077 070.9723 218.9830 0203081 084.5477 059.5505 13.72228155662528
+1 26078U 99040F   13094.77571475  .00003382  00000-0  52352-3 0  1252
+2 26078 028.4336 351.9672 4728046 119.2696 022.7162 06.08037361183443
+1 26079U 00004G   13117.31037233  .00000621  00000-0  20803-3 0  2058
+2 26079 100.1893 218.1147 0034941 168.5018 225.0506 14.41501246694841
+1 26080U 00004H   13115.27031045  .00000490  00000-0  16902-3 0  1045
+2 26080 100.1875 216.3913 0032669 173.6766 249.9795 14.41291892694237
+1 26081U 00008A   13117.51724572 -.00000083  00000-0  11566-3 0  1560
+2 26081 051.9978 271.3852 0000963 166.3693 265.0390 12.62266026618089
+1 26082U 00008B   13117.16100424 -.00000107  00000-0 -65579-4 0   220
+2 26082 052.0031 171.1213 0001065 236.5541 163.6705 12.42966642607569
+1 26083U 00008C   13117.48612059 -.00000073  00000-0  18235-3 0  1046
+2 26083 052.0017 224.6392 0002801 095.5168 343.7483 12.17528665612441
+1 26084U 00008D   13116.92656663 -.00000063  00000-0  23004-3 0  3630
+2 26084 052.0053 275.2361 0001477 146.2575 020.6890 12.62269069635969
+1 26086U 00009A   13116.97566606  .00000129  00000-0  26706-4 0  3012
+2 26086 064.8536 276.2913 0017638 267.7398 237.8268 14.94309614720706
+1 26089U 00011A   13116.86691787 -.00000364  00000-0  00000+0 0  1671
+2 26089 001.2892 231.7299 0003475 221.0035 197.3332 01.00276097 48400
+1 26090U 00011B   13116.32457500 -.00000132  00000-0  00000+0 0  9814
+2 26090 016.6260 072.9061 5410629 348.8886 260.9158 01.90707506 91980
+1 26091U 00004J   13117.31408328  .00001046  00000-0  31325-3 0  7765
+2 26091 100.1900 238.3038 0031639 109.6927 304.2044 14.45294900694941
+1 26092U 00004K   13117.22296926  .00000550  00000-0  18667-3 0  5823
+2 26092 100.1760 211.1762 0035401 162.5384 230.5799 14.41404300693732
+1 26093U 00004L   13116.87587196  .00001168  00000-0  33479-3 0  5055
+2 26093 100.1924 248.4781 0032306 082.7683 277.7174 14.47155126695743
+1 26094U 00004M   13116.22065295  .00000464  00000-0  16293-3 0  5396
+2 26094 100.1814 207.1752 0035241 181.2608 233.8129 14.40621133692991
+1 26095U 00012A   13117.69544718 -.00000102  00000-0  00000+0 0  4798
+2 26095 000.0332 099.7444 0002023 300.0927 228.3669 01.00271513 48364
+1 26096U 00012B   13116.45545505  .00001707  00000-0  14143-2 0  6404
+2 26096 004.9326 104.8394 7140012 245.6117 348.4919 02.41810253112221
+1 26098U 00013A   13116.87495201 -.00000326  00000-0  10000-3 0  9487
+2 26098 006.4343 058.5111 0022275 077.1208 136.8957 01.00265865 48061
+1 26101U 00013D   13114.81696009 -.00000186  00000-0  10000-3 0  3537
+2 26101 011.0837 045.5842 0009054 326.2863 033.5863 01.00767554 48283
+1 26102U 00014A   13117.82285891  .00004693  00000-0  22543-3 0  9476
+2 26102 097.3955 246.9400 0016059 252.8977 255.1922 15.19209074722844
+1 26103U 00014B   13117.16678590  .00002184  00000-0  15350-3 0  4012
+2 26103 097.2959 189.6547 0034588 093.9549 299.7189 15.05613751719053
+1 26106U 00015A   13116.06870958  .00000232  00000-0  24845-3 0  7537
+2 26106 064.9336 311.5119 5569252 143.3953 000.3186 04.58415832217739
+1 26107U 00016A   13117.78256911 -.00000342  00000-0  10000-3 0  3937
+2 26107 000.0505 041.7448 0004694 354.4149 206.4988 01.00270899 48037
+1 26108U 00016B   13116.65552198 -.00000208  00000-0  10000-3 0   319
+2 26108 001.2750 075.6608 0001196 355.8560 004.1435 00.99664902 47929
+1 26109U 00016C   13116.59320413  .00000204  00000-0  33026-2 0  5116
+2 26109 007.0410 318.6766 7150558 176.7769 094.4141 02.26974292108503
+1 26110U 00016D   13116.92371208  .00000003  00000-0  37170-2 0  1727
+2 26110 007.1437 017.0871 7098994 058.6101 007.6713 02.27171252108760
+1 26111U 87020DS  13115.15364172  .00000008  00000-0  18530-3 0  9840
+2 26111 073.6035 356.4185 0028298 270.4817 234.6523 12.42155459186599
+1 26113U 00017A   13116.99516546  .00000166  00000-0  29201-1 0  3787
+2 26113 092.9507 230.4525 7495778 119.2925 354.8473 01.68641809 80593
+1 26115U 00017C   13114.71628759 -.00000134  00000-0 -26721-1 0  3250
+2 26115 092.9915 230.5311 7513001 121.0528 001.1329 01.68204827 80331
+1 26118U 99057E   13117.48150608  .00001248  00000-0  58748-3 0  4369
+2 26118 098.9221 076.3902 0310787 347.1994 134.6485 13.99335100668466
+1 26119U 99057F   13115.88278072  .00000889  00000-0  78886-3 0  2338
+2 26119 099.3391 260.0825 0507591 241.9937 270.7911 13.40900877641243
+1 26121U 99057H   13116.55383652  .00001485  00000-0  17002-3 0  6696
+2 26121 098.7626 317.1977 0068053 355.4821 004.5769 14.86169717708755
+1 26122U 99057J   13116.78327605  .00000443  00000-0  40785-3 0  2264
+2 26122 098.9419 019.5860 0543936 211.9503 180.1317 13.35203722638179
+1 26123U 99057K   13116.90732824  .00001228  00000-0  32147-3 0  2391
+2 26123 098.6588 274.4558 0071599 194.5660 324.2280 14.49694805692465
+1 26125U 99057M   13117.39770594  .00000697  00000-0  36590-3 0  4244
+2 26125 098.9387 057.9596 0269807 296.6539 211.7151 14.00423791669083
+1 26126U 99057N   13115.60106581  .00001054  00000-0  36148-3 0  1655
+2 26126 098.3673 079.2687 0111360 081.5967 338.4668 14.34667775685470
+1 26127U 99057P   13117.54984753  .00001787  00000-0  51062-3 0  3350
+2 26127 098.0078 326.8566 0130527 152.8913 261.4825 14.41345659687657
+1 26128U 99057Q   13117.50081029  .00001522  00000-0  23506-3 0  1404
+2 26128 098.6362 202.8399 0042864 215.8978 266.5854 14.74384166703888
+1 26129U 99057R   13116.37270135  .00000870  00000-0  68835-3 0  4702
+2 26129 099.1218 228.3114 0457733 255.6478 132.1108 13.54123118647337
+1 26132U 99057U   13115.52964317  .00002524  00000-0  96500-3 0  3037
+2 26132 098.6476 075.3990 0156534 051.3068 013.1760 14.25020302679173
+1 26134U 99057W   13117.47435679  .00001273  00000-0  95781-3 0  1138
+2 26134 099.0590 213.3668 0447471 181.0170 316.4722 13.57173969648491
+1 26137U 99057Z   13115.73104148  .00000726  00000-0  36095-3 0  3522
+2 26137 098.8259 007.3890 0343414 093.7235 302.8160 13.93280444665181
+1 26140U 99057AC  13115.83649991  .00001132  00000-0  35071-3 0  4208
+2 26140 099.3531 233.5083 0215060 310.5430 196.2482 14.31156881682038
+1 26141U 99057AD  13117.15378562  .00002804  00000-0  47964-3 0  7821
+2 26141 098.4870 343.5398 0028317 196.9966 309.3361 14.69454221698639
+1 26142U 99057AE  13116.41090527  .00000587  00000-0  40093-3 0  1378
+2 26142 098.7236 255.8082 0311522 227.6544 164.9129 13.82408702660285
+1 26143U 99057AF  13116.08107013  .00000302  00000-0  28494-3 0  2109
+2 26143 098.9497 126.8348 0488377 031.9501 000.2125 13.44042838642225
+1 26146U 99067D   13117.33143701  .00001877  00000-0  47264-3 0  5934
+2 26146 098.8229 037.5024 0007169 187.9399 318.5848 14.52407713694863
+1 26147U 99067E   13116.50581362  .00002203  00000-0  78368-3 0  4866
+2 26147 098.8847 285.7817 0009670 156.8076 236.2866 14.35361811697007
+1 26150U 99057AL  13117.14172013  .00001004  00000-0  69381-3 0    59
+2 26150 099.0404 351.5967 0367438 235.1693 284.3845 13.73309503655237
+1 26151U 99057AM  13116.03250456  .00001204  00000-0  12127-2 0  1255
+2 26151 099.3929 111.0577 0632579 060.6065 335.1520 13.14005555627592
+1 26152U 99057AN  13116.09995485  .00000401  00000-0  39779-3 0  1532
+2 26152 099.1629 150.9128 0533463 315.9478 102.5307 13.33918445637231
+1 26154U 99057AQ  13117.46732138  .00000436  00000-0  41566-3 0  1614
+2 26154 099.4403 280.5534 0537019 055.4419 309.6190 13.34531470637521
+1 26155U 99057AR  13117.56457221  .00002550  00000-0  84383-3 0  3225
+2 26155 098.4282 108.1748 0211340 040.7906 072.7754 14.26871177679637
+1 26156U 99057AS  13116.66006168  .00029758  00000-0  73956-3 0  3263
+2 26156 098.7164 155.1155 0030954 112.0998 034.1832 15.39775080719510
+1 26157U 99057AT  13116.88348598  .00010723  00000-0  48805-3 0  7838
+2 26157 098.7011 095.3611 0050294 240.0278 152.2980 15.19794852716379
+1 26158U 99057AU  13117.50094234  .00000929  00000-0  43042-3 0  2979
+2 26158 098.8001 065.1855 0225198 358.6544 109.1890 14.10680455673785
+1 26159U 99057AV  13117.40049144  .00001523  00000-0  89399-3 0  6418
+2 26159 099.1580 045.6219 0344643 025.4604 120.3172 13.83735991661142
+1 26162U 99057AY  13116.84519148  .00001939  00000-0  93827-3 0  4404
+2 26162 098.9336 077.9306 0295350 355.8737 003.9998 13.99294642668581
+1 26168U 99057BE  13116.87735860  .00000301  00000-0  11789-3 0   656
+2 26168 098.4588 059.6416 0106640 058.0753 335.4013 14.33081810685932
+1 26172U 99057BJ  13116.92334678  .00006165  00000-0  33048-3 0  5425
+2 26172 098.6419 074.3025 0067642 212.6111 180.1030 15.13462643717987
+1 26175U 99057BM  13116.90931071  .00000145  00000-0  12469-3 0   988
+2 26175 098.8154 247.2138 0342373 025.2615 117.6340 13.75600766658471
+1 26178U 99057BQ  13117.40108766  .00003122  00000-0  64795-3 0  6279
+2 26178 098.5586 277.3602 0059261 057.9838 001.2389 14.59815250692298
+1 26181U 99057BT  13116.48335190  .00000518  00000-0  12419-3 0  4295
+2 26181 098.6004 060.0047 0016617 130.7232 293.8013 14.57734459697055
+1 26184U 99057BW  13115.84222277  .00000477  00000-0  17701-3 0   758
+2 26184 098.4713 060.2494 0112684 076.8885 317.9149 14.33098103685166
+1 26187U 99057BZ  13116.60524970  .00000886  00000-0  13730-3 0  1136
+2 26187 098.6051 155.8715 0062712 131.2984 014.9997 14.74694919704513
+1 26188U 99057CA  13115.64579963  .00007161  00000-0  12435-2 0  7838
+2 26188 098.8594 158.3218 0051326 137.7591 008.1925 14.67660201694881
+1 26191U 99057CD  13117.45233230  .00001175  00000-0  38312-3 0  3240
+2 26191 098.3997 074.3986 0103723 004.3170 109.5204 14.37474248686627
+1 26193U 99057CF  13116.53882594  .00002513  00000-0  39375-3 0  6153
+2 26193 098.6051 100.8884 0014094 276.7191 231.3151 14.73628012701842
+1 26194U 99057CG  13116.23584863  .00000582  00000-0  13871-3 0   880
+2 26194 098.0446 181.5604 0053004 298.4643 153.2661 14.56529251695013
+1 26196U 99057CJ  13117.39240043  .00000133  00000-0  11521-3 0  9925
+2 26196 098.8267 267.4036 0349156 060.0522 335.4868 13.74665588657005
+1 26198U 99057CL  13116.48035221  .00000609  00000-0  18995-3 0  2121
+2 26198 098.2647 079.5830 0079024 223.2789 285.5986 14.42552819688478
+1 26199U 99057CM  13115.84519819  .00001154  00000-0  32326-3 0  3706
+2 26199 098.2982 080.7251 0092972 209.9553 182.5938 14.45459093688600
+1 26200U 99057CN  13117.13262536  .00000797  00000-0  18488-3 0  1213
+2 26200 097.9559 160.0626 0058006 289.7808 103.2565 14.56624460694861
+1 26202U 99057CQ  13116.30796969  .00000548  00000-0  20610-3 0   397
+2 26202 098.4888 049.6742 0115649 113.6730 032.1989 14.31666066683714
+1 26203U 99057CR  13115.76207247  .00000288  00000-0  12182-3 0   423
+2 26203 098.4555 033.8272 0115595 159.9544 235.0408 14.28933921682593
+1 26205U 99057CT  13116.23876081  .00000082  00000-0  11391-3 0  2375
+2 26205 099.1410 312.3560 0661181 085.3837 331.2000 13.07719772624643
+1 26207U 99057CV  13116.90254507  .00002749  00000-0  78347-3 0  2415
+2 26207 098.4676 079.0419 0123470 000.1435 032.9006 14.41677591686048
+1 26208U 99057CW  13117.52210661  .00000475  00000-0  13413-3 0  1403
+2 26208 097.9869 132.3387 0079889 094.6138 059.0524 14.47936168691771
+1 26209U 99057CX  13116.35237844  .00000441  00000-0  10531-3 0    68
+2 26209 098.5169 040.1350 0032573 157.3050 349.6829 14.58366509696484
+1 26211U 99057CZ  13116.69296432  .00000048  00000-0  81312-4 0  1055
+2 26211 098.9319 359.0880 0549736 273.1315 114.9135 13.30420669635419
+1 26214U 99057DC  13116.20242692  .00002042  00000-0  29492-3 0  3265
+2 26214 098.6147 178.7189 0039789 185.2828 208.2053 14.76928365704465
+1 26218U 99057DG  13115.62416875  .00002009  00000-0  51833-3 0  5607
+2 26218 098.7703 320.2206 0091726 323.6372 067.2779 14.48736295689618
+1 26220U 99057DJ  13115.81286177  .00000429  00000-0  77642-4 0   685
+2 26220 098.6436 195.9083 0077033 256.4138 252.8885 14.70317857703342
+1 26221U 99057DK  13117.36655238  .00009880  00000-0  10630-2 0  9700
+2 26221 098.3849 038.3115 0017735 342.0178 136.6457 14.88608269703223
+1 26222U 99057DL  13117.45476880  .00000809  00000-0  24538-3 0  2545
+2 26222 098.3010 077.7739 0082536 221.2899 138.2032 14.42896523689594
+1 26225U 99057DP  13117.54929587  .00004225  00000-0  75702-3 0  6364
+2 26225 098.5291 345.9199 0024015 229.9701 188.5693 14.67174514697614
+1 26227U 99057DR  13117.49328188  .00000828  00000-0  25279-3 0  2512
+2 26227 098.2853 081.2239 0085050 240.1580 259.1243 14.42445732689251
+1 26228U 99057DS  13117.03004428  .00008680  00000-0  12654-2 0  7174
+2 26228 098.4335 289.2753 0050122 228.1121 278.9298 14.75212221698226
+1 26229U 99057DT  13116.73630687  .00045079  00000-0  25374-2 0  1768
+2 26229 098.3662 038.7120 0024893 294.2389 065.6238 15.12823940704108
+1 26230U 99057DU  13116.41412233  .00020305  00000-0  92122-3 0  9994
+2 26230 098.7454 075.6303 0020636 017.5526 342.6414 15.20676241715695
+1 26231U 99057DV  13115.81034257  .00002447  00000-0  27637-3 0  3691
+2 26231 098.7655 301.7431 0058173 050.2740 077.0293 14.86418568707617
+1 26233U 99057DX  13116.54360824  .00003563  00000-0  49842-3 0  5139
+2 26233 098.6091 112.3618 0009995 260.2212 246.4478 14.78258851702609
+1 26234U 99057DY  13116.32780079  .00000333  00000-0  97274-4 0  2316
+2 26234 098.5876 023.6794 0012990 103.0656 015.2846 14.50351936693657
+1 26235U 99057DZ  13117.15602691  .00001443  00000-0  30159-3 0  2795
+2 26235 098.5471 348.1043 0031610 340.6676 165.3638 14.61177288696862
+1 26236U 99057EA  13117.84394523  .00000373  00000-0  13691-3 0   919
+2 26236 098.4096 065.2251 0093607 346.2973 046.8269 14.35988717687163
+1 26238U 99057EC  13117.31296022  .00002903  00000-0  35748-3 0  8262
+2 26238 098.3780 015.7026 0025342 253.4339 225.4852 14.83585839703017
+1 26239U 99057ED  13117.41502119  .00002982  00000-0  52031-3 0  5955
+2 26239 098.0571 173.1092 0062807 254.5606 228.4016 14.67443186696040
+1 26241U 99057EF  13116.85569279  .00000292  00000-0  11803-3 0   426
+2 26241 098.4904 052.7539 0114998 109.5254 284.8294 14.31126172684564
+1 26243U 00019A   13117.08777603  .00000088  00000-0  00000+0 0  2356
+2 26243 001.2572 075.3024 0002570 333.0127 213.0075 01.00273266 47703
+1 26246U 00019D   13117.25706754 -.00000158  00000-0  10000-3 0  6535
+2 26246 011.3042 045.7557 0011396 195.9480 163.9324 00.99554420 47368
+1 26253U 99057EP  13117.48743729  .00024315  00000-0  14403-2 0  1884
+2 26253 098.5266 189.5751 0005516 074.1264 051.3369 15.11393312707036
+1 26257U 99057ET  13116.66690792  .00003820  00000-0  52556-3 0  5916
+2 26257 098.5453 093.0001 0013997 200.7301 159.3343 14.78876035702256
+1 26259U 99057EV  13117.47125922  .00001806  00000-0  52451-3 0  3077
+2 26259 098.4044 075.7824 0100415 295.1834 188.1559 14.42674255687234
+1 26260U 99057EW  13117.48956132  .00001798  00000-0  52585-3 0  4579
+2 26260 098.3568 084.5781 0095643 304.2302 175.0971 14.42583461687077
+1 26262U 99057EY  13117.45051839  .00001638  00000-0  45448-3 0  4706
+2 26262 098.3518 075.5203 0073254 179.3749 303.9341 14.46303742688893
+1 26265U 99057FB  13116.88040262  .00001098  00000-0  37735-3 0   934
+2 26265 098.4718 062.5070 0111837 058.4736 335.2384 14.34536377684902
+1 26266U 99057FC  13116.82912957  .00002037  00000-0  59127-3 0  4115
+2 26266 098.4250 070.8453 0112758 318.7578 069.4769 14.41806136686748
+1 26268U 99057FE  13116.10983361  .00002160  00000-0  37249-3 0  3550
+2 26268 098.7352 158.8315 0013027 159.3543 234.7179 14.69599572698883
+1 26270U 99057FG  13116.69283521  .00002930  00000-0  70363-3 0  4592
+2 26270 098.1776 097.7010 0085017 115.6228 299.2636 14.51937288690478
+1 26272U 99057FJ  13116.40562959  .00001812  00000-0  48158-3 0  3716
+2 26272 098.3039 081.7116 0088994 182.3626 324.5865 14.47459137689093
+1 26273U 99057FK  13116.79907442  .00000683  00000-0  11750-3 0   944
+2 26273 098.6569 205.3594 0070026 277.2623 229.8343 14.70749709702117
+1 26275U 99057FM  13115.99892921  .00003056  00000-0  70029-3 0  4992
+2 26275 098.0756 111.0088 0085113 083.5604 310.8865 14.54063915691052
+1 26277U 99057FP  13116.94923148  .00008358  00000-0  11704-2 0  2190
+2 26277 098.0457 110.4591 0069870 119.5087 269.9811 14.76093145696154
+1 26280U 99057FS  13116.36658579  .00000341  00000-0  12903-3 0   705
+2 26280 098.4221 063.7472 0089095 011.2191 134.2072 14.35090801685404
+1 26283U 99057FV  13116.35767625  .00000939  00000-0  28924-3 0  1210
+2 26283 098.3482 075.8602 0094914 283.5024 229.2117 14.41234171687009
+1 26284U 99057FW  13116.75153802  .00002996  00000-0  60537-3 0  3832
+2 26284 097.9923 114.8633 0065289 280.5811 133.9908 14.60760968693530
+1 26285U 99057FX  13117.41470152  .00015861  00000-0  16407-2 0  9722
+2 26285 098.4880 068.4583 0027563 056.8032 089.3220 14.89902618702295
+1 26286U 99057FY  13117.47014897  .00001072  00000-0  30335-3 0  2672
+2 26286 098.2491 083.3122 0081100 173.4587 303.9072 14.45630043690653
+1 26294U 99057GG  13116.86954350  .00001013  00000-0  31349-3 0  2288
+2 26294 098.3715 073.4073 0094451 285.6684 107.2119 14.40851962688322
+1 26297U 99057GK  13116.65911544  .00008193  00000-0  52266-3 0  8672
+2 26297 098.6681 359.4008 0018736 127.4912 266.6301 15.08875634712704
+1 26298U 00020A   13116.23838454 -.00000343  00000-0  10000-3 0  3324
+2 26298 005.9234 060.0740 0004468 035.7552 324.1798 00.99836478 47748
+1 26299U 00020B   13117.50792226  .00039086  00000-0  30091-2 0  5735
+2 26299 007.4315 122.0488 6187593 269.5189 321.3017 03.80549222158628
+1 26300U 99057GL  13117.42979756  .00001272  00000-0  35835-3 0  5077
+2 26300 098.2622 085.8163 0087955 205.7759 301.2103 14.45260780688933
+1 26306U 99057GP  13115.36128269  .00000348  00000-0  13038-3 0  9886
+2 26306 098.4298 060.4357 0100816 021.9810 123.1959 14.34817479684186
+1 26309U 99057GS  13117.54990250  .00150782  00000-0  35212-2 0  1155
+2 26309 098.3206 347.1678 0013268 238.0982 121.8972 15.41520000701475
+1 26310U 99057GT  13116.10139306  .00001797  00000-0  57536-3 0  1699
+2 26310 098.4205 070.2830 0103334 005.3792 127.4351 14.37754139685389
+1 26311U 99057GU  13117.53938012  .00005312  00000-0  73835-3 0  6556
+2 26311 098.4759 342.3570 0048199 187.3803 235.8493 14.77512701696912
+1 26313U 99057GW  13116.84861419  .00000995  00000-0  30308-3 0  2137
+2 26313 098.3266 078.8393 0092126 273.0322 119.1203 14.41783098687595
+1 26321U 99057HE  13117.52059024  .00003995  00000-0  83796-3 0  4205
+2 26321 098.0118 122.6745 0073331 359.6592 120.9345 14.58523576692700
+1 26323U 99057HG  13117.44380716  .00000912  00000-0  27386-3 0  1906
+2 26323 098.3150 078.0204 0084319 229.4516 254.3618 14.43019595688427
+1 26329U 99057HN  13117.45740277  .00001670  00000-0  45905-3 0  4266
+2 26329 098.3310 082.5364 0094689 223.7451 283.8921 14.45695200688052
+1 26332U 99057HR  13117.17230961  .00006782  00000-0  84663-3 0  8530
+2 26332 098.4455 354.2271 0046156 138.1431 007.9222 14.81974165698719
+1 26333U 99057HS  13117.56431865  .00002879  00000-0  68103-3 0  5632
+2 26333 098.1137 103.7544 0077394 072.4266 049.5681 14.53017689690999
+1 26336U 99057HV  13117.63711178  .00001416  00000-0  39696-3 0  2280
+2 26336 098.1861 098.4453 0081740 212.0812 208.5602 14.45592973687704
+1 26338U 99057HX  13116.92888240  .00000483  00000-0  17411-3 0  1078
+2 26338 098.3996 068.8543 0095557 010.8970 020.1906 14.35454403687066
+1 26339U 99057HY  13115.93100375  .00003174  00000-0  74515-3 0  4403
+2 26339 098.0769 110.2832 0077983 077.8522 315.1847 14.53268150690083
+1 26347U 99057JG  13115.62113255  .00000875  00000-0  26734-3 0  2165
+2 26347 098.3112 076.2013 0066284 211.6623 199.2968 14.43031357686526
+1 26350U 99057JK  13116.89370071  .00005988  00000-0  61638-3 0  5323
+2 26350 098.5899 233.1776 0024320 004.1192 142.9363 14.90502614705184
+1 26351U 99057JL  13116.54481774  .00000605  00000-0  18725-3 0  1897
+2 26351 098.1136 100.7573 0064825 197.2578 311.7594 14.43319587690329
+1 26352U 00022A   13117.18210154 -.00000154  00000-0  00000+0 0  1731
+2 26352 001.8184 101.9962 0005032 347.3410 013.0160 00.99045415 47483
+1 26353U 00022B   13117.14795800  .00641806 -67699-5  17391-2 0   442
+2 26353 020.3793 012.9905 2019575 018.5349 148.4000 11.65343942246254
+1 26360U 00025A   13117.47183965  .00000009  00000-0  00000+0 0  9820
+2 26360 053.1831 217.9391 0052267 073.6137 195.1392 02.00554031 95027
+1 26365U 00026A   13117.03382027  .00001079  00000-0  57121-4 0  1245
+2 26365 086.3452 296.0146 0010207 212.0106 295.1649 15.14169085714156
+1 26366U 00026B   13117.48731221  .00000885  00000-0  45424-4 0  1347
+2 26366 086.3473 294.0107 0009251 158.6523 258.8321 15.14997043714572
+1 26369U 00028A   13117.02572755  .00000147  00000-0  10000-3 0  2766
+2 26369 000.0734 342.5588 0004242 055.0745 222.8776 01.00271410 47354
+1 26370U 00028B   13117.35533615  .01001452 -11014-5  16568-2 0  5307
+2 26370 019.5362 333.3082 3628471 166.0931 109.1272 08.36660302150658
+1 26372U 00029A   13117.43426596 -.00000102  00000-0  00000+0 0   649
+2 26372 009.7341 048.5404 0004554 023.3118 191.8985 01.00388280 47302
+1 26373U 00029B   13102.73249053 -.00000376  00000-0  10000-3 0  5270
+2 26373 009.4586 047.5488 0271187 209.4286 148.9722 01.00370269 47134
+1 26374U 00030A   13117.18099103  .00005405  00000-0  51403-3 0  9539
+2 26374 068.9388 353.3126 0733723 172.3184 336.7803 13.84716802644891
+1 26375U 00030B   13116.87368550  .00004385  00000-0  42898-3 0  9635
+2 26375 068.9596 263.2995 0719018 109.3772 044.4034 13.86964595647720
+1 26376U 77053C   13106.82003061 -.00000016  00000-0  00000+0 0  9747
+2 26376 064.0217 051.3810 0312966 230.9513 305.7742 02.04279614 95898
+1 26378U 00031A   13115.70151004 -.00000205  00000-0  10000-3 0  7292
+2 26378 004.2948 064.9836 0002759 048.3403 311.6116 00.98769710 46811
+1 26381U 00031D   13116.32708145  .00000039  00000-0  10000-3 0  6696
+2 26381 010.9608 046.5087 0016075 351.5865 008.3041 00.99435333 46632
+1 26382U 00032A   13116.77036365 -.00000232  00000-0  10000-3 0  6411
+2 26382 007.5108 055.5211 0000927 326.6367 033.2409 01.00076284 46979
+1 26383U 00032B   13116.23371441  .00032213  00000-0  24365-2 0  8187
+2 26383 027.1946 087.0151 6670996 154.4975 356.4242 03.11531881127178
+1 26384U 00033A   13117.76552076  .00000466  00000-0  96157-4 0  1417
+2 26384 098.2007 181.6081 0016628 116.9174 243.3713 14.64928304685393
+1 26385U 00033B   13117.20027525  .00000246  00000-0  56861-4 0  7941
+2 26385 098.2306 179.5816 0016825 158.2193 235.2641 14.63364182684719
+1 26386U 00033C   13117.76792255  .00000522  00000-0  10352-3 0  9002
+2 26386 098.1922 183.5861 0012800 089.1956 058.8512 14.66284609685766
+1 26387U 00033D   13117.20975975  .00000422  00000-0  84210-4 0  1864
+2 26387 098.1560 183.2417 0028664 088.4569 305.1594 14.66682355686103
+1 26388U 00034A   13116.71915345 -.00000228  00000-0  00000+0 0  8802
+2 26388 004.6367 072.3019 0002778 354.1994 136.4475 01.00274556 47063
+1 26389U 00034B   13116.83549356  .00009049  00000-0  12116-2 0  5216
+2 26389 026.8809 269.0546 5729869 231.5100 342.1767 04.46996795175959
+1 26390U 00035A   13116.40555979 -.00000034  00000-0  00000+0 0  1689
+2 26390 060.3078 243.6966 2666305 269.4640 111.9645 01.00281148 46979
+1 26393U 00035D   13117.36087668  .00000153  00000-0  00000+0 0  3204
+2 26393 061.9112 115.7358 6857629 246.7236 337.6563 01.45656543 68239
+1 26394U 00036A   13115.32379266 -.00000135  00000-0  10000-3 0  2214
+2 26394 009.6985 049.3319 0005332 012.6016 347.3325 01.00266747 46900
+1 26397U 00036D   13116.30858360 -.00000150  00000-0  10000-3 0  4009
+2 26397 009.6833 049.2674 0020296 317.7416 042.0152 01.00138480 46861
+1 26402U 00038A   13117.54275503 -.00000154  00000-0  10000-3 0  4595
+2 26402 001.1680 076.5415 0002681 292.5620 305.7913 01.00272642 46836
+1 26407U 00040A   13117.14714350 -.00000043  00000-0  00000+0 0  9336
+2 26407 056.3177 044.1637 0188098 258.6087 248.8961 02.00567439 93696
+1 26410U 00041A   13119.89278031  .00001883  00000-0  00000+0 0  9608
+2 26410 137.2580 305.6104 7681669 118.9140 000.7868 00.44223656 10829
+1 26411U 00041B   13119.89280828  .00001883  00000-0  00000+0 0  9336
+2 26411 137.2597 305.5668 7678671 118.8631 000.7863 00.44223608 10906
+1 26415U 00042B   13116.54975475  .00021604  00000-0  33473-3 0  6186
+2 26415 097.8814 133.0522 0008591 106.1113 040.1547 15.54019056711005
+1 26416U 99057JM  13117.28397889  .00003285  00000-0  71164-3 0  6421
+2 26416 098.0497 119.3007 0069271 013.0818 112.8057 14.57353273688944
+1 26423U 99057JU  13116.06872677  .00005066  00000-0  93315-3 0  7496
+2 26423 097.9950 152.4740 0079660 348.4407 063.7053 14.63936883691741
+1 26429U 99057KA  13117.55086482  .00008983  00000-0  12868-2 0  5209
+2 26429 098.4664 296.6788 0051279 195.2927 164.6734 14.75906524694549
+1 26430U 99057KB  13115.44212352  .00009095  00000-0  16144-2 0  1464
+2 26430 098.2754 102.4741 0080121 012.9227 138.2871 14.65339096689128
+1 26432U 99057KD  13115.85598049  .00002088  00000-0  68779-3 0  9365
+2 26432 098.6024 076.9451 0151342 285.6893 072.7639 14.32959964676765
+1 26436U 99057KH  13111.65803492  .00001238  00000-0  14049-2 0   215
+2 26436 099.5058 359.0007 0716783 099.8860 319.8815 12.94212487615068
+1 26441U 99057KN  13117.52477782  .00002828  00000-0  67953-3 0  2774
+2 26441 098.1178 100.9418 0075416 083.4735 044.0991 14.52397354685996
+1 26442U 99057KP  13116.70733213  .00000834  00000-0  23891-3 0  2327
+2 26442 098.0501 118.4076 0069844 159.6209 261.0073 14.45996909684927
+1 26443U 99057KQ  13115.34720117  .00000664  00000-0  22696-3 0  7740
+2 26443 098.4210 065.0012 0101416 359.8348 149.8269 14.36672196682923
+1 26444U 99057KR  13115.82145884  .00000819  00000-0  19315-3 0   486
+2 26444 098.6183 338.7084 0086011 106.7536 025.9865 14.54839873688991
+1 26446U 99057KT  13116.57741813  .00001343  00000-0  44617-3 0  7488
+2 26446 098.4672 067.6964 0113803 056.6553 359.6808 14.35713078679936
+1 26448U 99057KV  13116.88979805  .00002357  00000-0  57047-3 0  4954
+2 26448 098.3144 094.9191 0097549 190.9956 168.9108 14.51117054688027
+1 26449U 99057KW  13117.39543330  .00000709  00000-0  22775-3 0  2353
+2 26449 098.3747 071.6487 0090449 284.8178 201.4393 14.40169330685790
+1 26451U 00043A   13116.97704372 -.00000277  00000-0  10000-3 0   134
+2 26451 000.4607 079.9230 0002664 322.6267 121.2155 01.00270577 46728
+1 26452U 00043B   13116.41175272 -.00000046  00000-0  00000+0 0   842
+2 26452 001.8545 332.6515 6705699 155.9511 107.1167 02.16747423100930
+1 26454U 99057KZ  13116.61953534  .00001476  00000-0  39675-3 0  3994
+2 26454 098.2008 090.5013 0083102 158.6022 264.0342 14.47455942673503
+1 26460U 00032C   13111.12385851 -.00000168  00000-0  10000-3 0  1467
+2 26460 010.2088 050.0645 0023484 279.3569 080.3274 01.00203838 74056
+1 26463U 00045A   13119.89287631  .00002004  00000-0  00000+0 0  9501
+2 26463 140.1824 302.8280 7649189 117.7050 000.8045 00.44224555 11405
+1 26469U 00046A   13117.36332162 -.00000220  00000-0  00000+0 0  2724
+2 26469 000.0433 174.8652 0002493 251.0267 196.4143 01.00272333 46518
+1 26470U 00046B   13116.19576146 -.00000064  00000-0  10000-3 0  9074
+2 26470 000.0178 299.8934 0004487 072.0680 265.8571 01.00271880 46503
+1 26471U 00046C   13116.50763132  .00007722  00000-0  30004-2 0   728
+2 26471 003.6771 257.7984 6264285 276.1193 023.0739 03.62161904142283
+1 26474U 00047B   13116.84049474  .00000878  00000-0  96749-4 0  2856
+2 26474 067.9983 041.4414 0063331 185.4534 174.5924 14.91181322689503
+1 26476U 00048A   13117.35708145  .00007908 -74701-7  14350-3 0  3130
+2 26476 027.4334 228.9854 5891000 131.9152 342.7305 04.30177737192503
+1 26477U 00049A   13116.38993603  .00000079  00000-0  10000-3 0  5808
+2 26477 009.5762 049.8575 0003752 008.4980 351.4189 01.00221705 46369
+1 26480U 00049D   13115.54598844 -.00000176  00000-0  10000-3 0  6762
+2 26480 009.7977 050.8292 0014500 269.4189 090.3354 00.98192359 45263
+1 26481U 00050A   13116.95710847  .00007565  00000-0  15477-3 0  6446
+2 26481 097.1192 095.9235 0005174 086.0668 307.5807 15.46384798706138
+1 26483U 00051A   13116.36084534  .00000158  00000-0  00000+0 0  8019
+2 26483 064.0551 123.7394 2685231 270.2863 213.8775 01.00282878 46302
+1 26486U 00051D   13117.41983444  .00000204  00000-0  00000+0 0  5858
+2 26486 062.6725 205.1114 6631646 272.7858 034.7144 01.45767727 67283
+1 26487U 00052A   13116.73406635 -.00000166  00000-0  00000+0 0  9836
+2 26487 001.4948 082.6456 0005735 199.8138 160.2700 00.98181320 46238
+1 26488U 00052B   13115.58105368  .00000360  00000-0  63108-3 0  9116
+2 26488 006.9827 115.2783 7250973 165.3943 335.6978 02.26387045103106
+1 26490U 00046D   13116.81180470  .00001736  00000-0  11387-2 0  6662
+2 26490 003.0725 290.7343 7078293 211.5604 351.4334 02.50329263109750
+1 26494U 00054A   13117.00000000  .00000112  00000-0  00000+0 0  2218
+2 26494 000.0660 044.4660 0004259 357.1500 192.9070 01.00266195 46215
+1 26495U 00054B   13117.49784804  .00000087  00000-0  00000+0 0  1448
+2 26495 000.0243 011.3664 0002955 034.5013 211.9846 01.00273567 46232
+1 26496U 00054C   13116.97128939 -.00000090  00000-0  44097-3 0  1759
+2 26496 007.0509 225.5168 7176949 337.6400 016.6042 02.24105542103328
+1 26497U 00054D   13110.07085296 -.00000142  00000-0  16828-3 0  3507
+2 26497 006.8455 197.2859 7164676 033.1937 351.6071 02.26977868104364
+1 26498U 82055BP  13088.33538490  .00001033  00000-0  84987-3 0   698
+2 26498 065.8201 058.8741 0019011 050.6755 023.2557 13.93536145663049
+1 26503U 81021E   13096.33180792  .00000124  00000-0  17103-3 0  5796
+2 26503 064.9606 347.3660 0043346 010.3763 100.0335 13.90435030662822
+1 26504U 81021F   13115.87627937  .00000074  00000-0  13048-3 0  5478
+2 26504 064.9651 289.6817 0045272 356.6549 003.5242 13.90746591672960
+1 26510U 81021M   13105.13582124  .00000040  00000-0  10436-3 0  4819
+2 26510 064.9674 341.5507 0048563 357.8629 144.5535 13.90247387663661
+1 26512U 81021P   13102.39043696  .00000085  00000-0  13909-3 0  5540
+2 26512 064.9672 329.4821 0047777 353.6167 288.2246 13.90693264665028
+1 26513U 84069E   13088.90045317  .00000111  00000-0  16137-3 0  4486
+2 26513 065.0535 270.8346 0057487 236.9989 193.4655 13.89800394664723
+1 26517U 84069J   13089.13711869  .00000116  00000-0  16590-3 0  6297
+2 26517 065.0506 271.0476 0058383 242.1023 225.9874 13.89592765684586
+1 26519U 84069L   13096.52995142 -.00000098  00000-0 -65885-5 0  5426
+2 26519 065.0487 266.4223 0056832 243.5508 153.5909 13.89224699667005
+1 26520U 84069M   13098.84544796  .00000154  00000-0  19661-3 0  6421
+2 26520 065.0491 252.1252 0058592 244.7514 259.7875 13.89408271664010
+1 26525U 65108AL  13116.26325061  .00000183  00000-0  23158-2 0  3691
+2 26525 026.2478 152.0808 6703432 021.8846 014.4651 02.80826307135779
+1 26526U 65108AM  13114.07776869 -.00000757  00000-0 -56906-2 0  9899
+2 26526 026.9656 194.0607 6547981 031.4231 036.9533 03.02423028145270
+1 26527U 65108AN  13115.40041086  .00000051  00000-0  12337-2 0  7167
+2 26527 026.5467 158.0075 6775391 056.4611 010.1257 02.70587085139664
+1 26528U 65108AP  13115.84563909  .00000099  00000-0  11494-1 0  1055
+2 26528 027.9263 338.8647 6662316 122.0337 356.0977 02.67799404140225
+1 26529U 65108AQ  13115.39573297 -.00000024  00000-0  12504-2 0  1915
+2 26529 026.5156 216.9797 6819113 350.9632 018.2618 02.65259824135939
+1 26530U 65108AR  13115.99895564  .00001394  00000-0  42332-2 0  9771
+2 26530 026.9521 117.7491 6790770 313.1801 010.3888 02.79906861141659
+1 26533U 79104P   13117.54143940 -.00000027  00000-0  00000+0 0  6753
+2 26533 015.9496 178.1091 5792863 171.9261 326.4524 03.66800124176571
+1 26534U 79104Q   13111.93683401  .00000831  00000-0  47707-2 0  4200
+2 26534 016.0743 039.0523 7047454 160.4466 253.6862 02.46235481116480
+1 26535U 79104R   13116.26033678  .00001280  00000-0  17957-2 0  7056
+2 26535 020.0809 018.2641 6235190 307.5814 299.5729 03.58086474173108
+1 26536U 00055A   13117.50645588  .00000174  00000-0  11790-3 0  1845
+2 26536 099.0473 169.7582 0009496 277.3988 220.4485 14.12863622649410
+1 26545U 00057A   13117.42859123  .00000708  00000-0  10507-3 0  4559
+2 26545 064.5559 088.6954 0056300 260.6662 243.6538 14.82088719680058
+1 26546U 00057B   13117.24893221  .00000744  00000-0  99867-4 0  8918
+2 26546 064.5583 015.9147 0046567 254.2407 249.8667 14.86418108681553
+1 26547U 00057C   13117.32821459  .00001126  00000-0  14543-3 0  4729
+2 26547 064.5543 059.2037 0060940 263.6158 239.8921 14.84930348680652
+1 26548U 00057D   13117.81389588  .00000675  00000-0  94285-4 0  6335
+2 26548 064.5548 030.1324 0049743 256.8568 140.4622 14.85357594681284
+1 26549U 00057E   13117.13563656  .00000554  00000-0  88393-4 0  5429
+2 26549 064.5551 114.2349 0060649 263.3190 143.4422 14.80863893679515
+1 26550U 00057F   13116.74638316  .00000082  00000-0  68810-4 0   347
+2 26550 064.5656 356.5146 0510649 106.5664 296.2722 13.80177491633963
+1 26554U 00059A   13117.71975025 -.00000355  00000-0  10000-3 0  3627
+2 26554 000.0274 017.1905 0003076 040.5285 165.4618 01.00271351 46089
+1 26557U 00059D   13116.29909432 -.00000120  00000-0  00000+0 0  8711
+2 26557 014.8290 231.0018 5124317 186.9844 077.3194 01.86634418 85699
+1 26559U 00060A   13116.88530006 -.00000359  00000-0  10000-3 0  3036
+2 26559 000.0360 056.6682 0000547 203.8298 023.3311 01.00270044 46000
+1 26561U 00061A   13117.16326330  .00002550  00000-0  13440-3 0  8563
+2 26561 001.9508 216.3460 0022107 357.9255 002.0834 14.99719616686791
+1 26562U 00061B   13110.11958061  .00003065  00000-0  16832-3 0   386
+2 26562 001.9627 201.6071 0020365 022.0780 337.9734 15.01030322686036
+1 26564U 00063A   13115.94578028  .00000081  00000-0  00000+0 0   669
+2 26564 064.6348 116.5544 0004524 032.1099 119.5595 02.13102603 97538
+1 26565U 00063B   13117.13909917  .00000071  00000-0  00000+0 0  7282
+2 26565 064.6389 116.5245 0002156 358.4094 034.4049 02.13103171 97563
+1 26566U 00063C   13116.52222946  .00000075  00000-0  00000+0 0   833
+2 26566 064.6194 116.3961 0061099 216.5564 288.6327 02.13100204 97542
+1 26569U 00063F   13116.87973321  .00000072  00000-0  00000+0 0  4813
+2 26569 064.6426 116.0126 0012689 358.5320 024.1466 02.13430008 97704
+1 26578U 00066A   13117.19521427 -.00000110  00000-0  10000-3 0   644
+2 26578 005.2391 029.0757 0006363 322.8821 036.8942 00.98984960 45660
+1 26580U 00067A   13116.36780388 -.00000266  00000-0  10000-3 0  2384
+2 26580 000.0601 054.8337 0002869 330.8899 249.2138 01.00271232 45854
+1 26583U 00067D   13114.32381957  .00000137  00000-0  00000+0 0  9636
+2 26583 017.2307 152.5178 5478743 344.5269 003.9644 01.93855532 88560
+1 26590U 00068A   13117.91197176  .00000126  00000-0  10000-3 0   129
+2 26590 000.0322 060.8717 0003562 331.4907 197.0091 01.00273208 45798
+1 26591U 00068B   13116.92372120  .00017882  00000-0  40926-2 0  8746
+2 26591 006.8432 335.6011 6906735 056.4661 095.1999 02.76494032114826
+1 26599U 00069A   13116.52515627 -.00000072  00000-0  00000+0 0  2207
+2 26599 004.3076 066.0108 0019068 278.9176 080.7633 00.98910270 45752
+1 26601U 87020DT  13117.12579544 -.00000014  00000-0  23633-4 0  7650
+2 26601 073.6056 001.9133 0028933 275.9878 237.5638 12.41233849684595
+1 26605U 00071A   13117.48810674 -.00000026  00000-0  00000+0 0  9480
+2 26605 055.8436 284.9944 0070357 244.1565 079.7231 02.00556014 91294
+1 26608U 00072A   13116.92200613 -.00000290  00000-0  00000+0 0  6725
+2 26608 000.0277 059.4663 0000088 281.2590 156.2813 01.00271230 45636
+1 26609U 00072B   13113.58059844  .00000074  00000-0  24276-1 0  7951
+2 26609 006.4330 117.1680 7971000 342.4802 001.0512 01.25584107 57309
+1 26610U 00072C   13117.61197599 -.00000476  00000-0  10000-3 0  4856
+2 26610 005.9379 170.4989 7350646 274.3868 012.8314 02.03469035 92548
+1 26611U 00072D   13115.84644893  .00000309  00000-0  10000-3 0  9954
+2 26611 005.9601 172.3853 7350776 271.1943 013.7578 02.03330622 92452
+1 26612U 00072E   13117.52991817 -.00000416  00000-0  19954-2 0  4314
+2 26612 006.0808 195.2010 7359785 228.7778 347.5529 02.01724292 91750
+1 26613U 00072F   13117.51852660 -.00000028  00000-0  53048-3 0  2923
+2 26613 005.9801 177.8812 7356105 261.2116 044.9493 02.02934827 92295
+1 26614U 78026HU  13116.33100595  .00002815  00000-0  12111-2 0  1570
+2 26614 098.5618 233.3862 0117107 215.9927 209.2177 14.21773662646314
+1 26619U 00075A   13117.78974610  .00000134  00000-0  35297-4 0  4129
+2 26619 098.0340 181.3794 0009588 194.4405 165.6504 14.62920831662423
+1 26620U 00075B   13117.52123543  .00000433  00000-0  10541-3 0  8933
+2 26620 097.9284 096.4142 0001195 110.7645 037.1048 14.57174547660991
+1 26621U 00075C   13117.13453887 -.00001359  00000-0 -12261-2 0  6420
+2 26621 095.4047 178.9715 0714547 008.8602 020.9296 13.03900092591435
+1 26622U 00075D   13117.17555420 -.00000051  00000-0 -33417-4 0   881
+2 26622 095.4324 187.0069 0719135 005.4451 024.3899 13.04185244591566
+1 26623U 00075E   13116.80452741  .00004464  00000-0  52385-3 0  6984
+2 26623 097.9755 221.2753 0010697 081.5167 278.7259 14.85415810669150
+1 26624U 00076A   13117.48631354 -.00000084  00000-0  10000-3 0    11
+2 26624 000.0591 088.3560 0002672 343.8363 211.2083 01.00271914 45612
+1 26626U 00077A   13116.70535097 -.00000117  00000-0  00000+0 0  1096
+2 26626 064.3991 003.8291 2670133 270.0922 099.3195 01.00277039 45445
+1 26629U 00077D   13117.27264980  .00000071  00000-0  00000+0 0  5252
+2 26629 061.9547 227.0328 4596920 270.2571 070.8904 01.45598561 65858
+1 26631U 00079A   13117.80881993  .00006070  00000-0  36822-3 0  2195
+2 26631 097.6168 192.1941 0011218 209.7140 289.9223 15.10858774687877
+1 26638U 00081A   13117.89337928  .00000139  00000-0  00000+0 0  2306
+2 26638 000.9419 079.0529 0000827 298.0985 188.5311 01.00276313 45335
+1 26639U 00081B   13117.49779469  .00000095  00000-0  00000+0 0  1482
+2 26639 000.0341 066.8186 0002382 350.0096 199.0174 01.00271036 45290
+1 26643U 00082A   13115.64542401 -.00000251  00000-0  10000-3 0  2668
+2 26643 005.2946 061.6788 0083445 329.3637 030.0686 00.99255001 45218
+1 26646U 84069T   13104.71353130  .00000051  00000-0  11320-3 0  2846
+2 26646 065.0471 224.5729 0058119 242.5391 189.1039 13.89800595636105
+1 26650U 99057LG  13113.39823557  .00002516  00000-0  41769-3 0  6137
+2 26650 098.5833 082.5965 0012922 315.6444 195.8778 14.71093870687214
+1 26654U 99057LL  13108.77479001  .00001849  00000-0  65959-3 0  7572
+2 26654 098.6049 053.6194 0151836 353.2322 006.6807 14.29166008658220
+1 26658U 99057LQ  13114.88582072  .00000750  00000-0  23088-3 0  8408
+2 26658 098.2352 084.1931 0080481 244.8112 141.0608 14.42458571666657
+1 26661U 99057LT  13117.45475236  .00002578  00000-0  63676-3 0   905
+2 26661 098.2242 093.8513 0084132 138.3873 343.9307 14.50788065678756
+1 26666U 01002A   13116.78503146  .00000138  00000-0  10000-3 0  2275
+2 26666 000.0299 297.5244 0005385 079.5991 162.4830 01.00275873 45031
+1 26669U 66040J   13116.85626280  .00002022  00000-0  29899-2 0  7942
+2 26669 100.2650 191.7378 0036323 020.7611 043.5498 13.55072840633869
+1 26670U 66040K   13115.08837963  .00003337  00000-0  45328-2 0  8373
+2 26670 100.2973 243.4338 0040564 350.3750 062.0268 13.59726571292096
+1 26671U 66077Z   13116.74786148 -.00000001  00000-0  00000+0 0   436
+2 26671 088.6865 035.8288 1797291 305.5632 066.6305 08.73796036121367
+1 26672U 68055F   13112.25523403  .00004984  00000-0  50743-2 0  3461
+2 26672 120.5036 180.6478 1788390 090.1560 290.3231 11.03807074499590
+1 26675U 80050E   13115.75389071  .00000250  00000-0  00000+0 0  3068
+2 26675 070.2945 020.3119 6321956 356.3812 000.7532 01.94389442135528
+1 26676U 80050F   13116.76096286  .00000233  00000-0  00000+0 0  2288
+2 26676 069.0965 019.9235 6565387 011.1189 004.0334 01.93662411113152
+1 26677U 80050G   13116.63997882  .00000225  00000-0  00000+0 0  6103
+2 26677 071.6219 016.9515 6109599 340.3416 244.0622 01.93210265136372
+1 26678U 80085E   13115.04064169 -.00000094  00000-0 -85674-1 0  9032
+2 26678 066.6125 327.2590 6570569 074.4797 013.0566 02.11911006104693
+1 26680U 81071L   13116.19651911 -.00000433  00000-0  00000+0 0  6160
+2 26680 066.9905 087.9647 5794442 100.7140 345.1326 01.98244571112849
+1 26681U 84023G   13108.13298972 -.00000170  00000-0 -19754-2 0  7484
+2 26681 009.0708 037.2374 6867058 227.7143 306.3549 02.58798400135889
+1 26683U 85056H   13116.47725192 -.00000279  00000-0 -92431-2 0    35
+2 26683 005.6678 257.8266 7092757 098.8323 279.2687 02.22811441106839
+1 26684U 85056J   13114.68416788  .00000375  00000-0  46071-2 0  6787
+2 26684 005.6705 194.8510 7095888 216.0331 097.2509 02.35692365123751
+1 26685U 85056K   13115.36964508 -.00000121  00000-0  00000+0 0  1832
+2 26685 006.9983 214.0483 7046637 163.5067 139.0434 02.16522329101432
+1 26690U 01004A   13117.51190635  .00000006  00000-0  00000+0 0  8287
+2 26690 053.1414 221.0014 0144131 239.2994 191.7696 02.00571628 89710
+1 26694U 01005A   13117.08781414  .00000096  00000-0  10000-3 0  2238
+2 26694 004.6118 063.4105 0003654 348.1886 211.4735 01.00274844 44780
+1 26695U 01005B   13117.08658685 -.00000248  00000-0  10000-3 0  8676
+2 26695 006.6703 048.7668 0003499 340.2899 183.3483 01.00271041 44768
+1 26696U 01005C   13116.96723887  .00001459  00000-0  10987-2 0  6877
+2 26696 006.8797 193.5987 7112422 333.6216 052.0591 02.45337941105267
+1 26701U 75052KB  13116.37343017  .00000456  00000-0  62633-3 0   804
+2 26701 099.8376 270.0617 0261916 287.8146 097.8022 13.51201014612830
+1 26702U 01007A   13117.12375618  .00002347  00000-0  19723-3 0  9385
+2 26702 097.6404 132.0643 0006253 084.3511 275.8425 14.99244166664360
+1 26703U 01007B   13117.52089611  .00000488  00000-0  52532-4 0  2939
+2 26703 097.7411 129.2122 0004518 157.8647 202.2768 14.92842563662616
+1 26717U 89006C   13110.26740762  .00000009  00000-0 -31243-3 0  8250
+2 26717 007.7935 172.3387 7154376 320.6064 021.0465 02.26163497101641
+1 26719U 01011A   13117.78048804  .00000140  00000-0  00000+0 0  4078
+2 26719 000.0765 010.3287 0005155 076.9817 078.0454 01.00271189 44476
+1 26720U 01011B   13116.11824533 -.00000126  00000-0  10000-3 0  9397
+2 26720 000.9108 075.7899 0004439 008.7427 275.5287 00.99175624 44366
+1 26721U 01011C   13116.39837515 -.00000027  00000-0  54155-2 0    98
+2 26721 001.0884 188.0053 7060254 062.6808 005.5231 02.24555032 99596
+1 26722U 01011D   13105.45795597 -.00000214  00000-0 -51551-2 0  8350
+2 26722 001.5596 210.9517 7073030 022.8610 010.1147 02.22841120 98587
+1 26724U 01012A   13116.42344506 -.00000030  00000-0  00000+0 0  5039
+2 26724 000.1301 286.3578 0004699 024.7978 300.6281 01.00271920 44428
+1 26725U 01012B   13115.57929657  .00000001  00000-0  47696-2 0   465
+2 26725 000.9506 277.0400 7058333 358.2996 007.8851 02.23569012 98876
+1 26726U 89006D   13117.02508954  .00000035  00000-0  94291-3 0  7536
+2 26726 007.8219 145.1877 7158839 014.4400 061.6556 02.26896176102075
+1 26727U 89006E   13117.46877995  .00000101  00000-0  18964-2 0  5230
+2 26727 008.0095 147.8687 7148687 007.9535 078.2559 02.27485907102282
+1 26728U 89006F   13110.38891399  .00000287  00000-0  21545-2 0  2599
+2 26728 008.1180 061.6139 7126917 176.5462 020.8594 02.35683778104333
+1 26729U 89006G   13116.37724030  .00000206  00000-0  11270-2 0  3330
+2 26729 008.0171 088.9784 7200236 123.3732 008.6468 02.29060645101839
+1 26731U 65027BE  13114.33900031  .00000115  00000-0  39312-3 0   728
+2 26731 090.2862 248.8497 0032518 185.8647 202.1718 12.93131742839798
+1 26732U 65027BF  13117.31921704  .00000603  00000-0  21554-2 0  1125
+2 26732 090.2833 247.0771 0047000 167.7844 221.9051 12.93695858874255
+1 26733U 65027BG  13117.35756469  .00000037  00000-0  10792-3 0  9597
+2 26733 090.2759 244.3540 0035214 177.5718 216.1956 12.93202473577437
+1 26736U 01014A   13117.42911099  .00000112  00000-0  10000-3 0  3215
+2 26736 009.1540 056.9317 0031232 309.8965 049.7367 00.99584989 44136
+1 26738U 01014C   13115.80339382 -.00000078  00000-0  10000-3 0  6985
+2 26738 009.5047 057.4841 0165167 105.9023 255.8406 00.97965027 43189
+1 26740U 94029AEH 13117.29642608  .00002487  00000-0  29097-3 0  7543
+2 26740 081.8746 229.3304 0142356 271.5185 115.7918 14.77664547778418
+1 26741U 92072J   13106.31629399 -.00000773  00000-0 -23679-1 0  7763
+2 26741 008.1085 194.7977 6523176 081.1940 348.9132 02.91611961144691
+1 26743U 79028C   13095.51869230  .00000083  00000-0  70516-4 0  3471
+2 26743 082.9210 106.5839 0028950 257.4903 249.1506 13.75216405441484
+1 26745U 01015A   13117.14945282 -.00000075  00000-0  10000-3 0  3170
+2 26745 009.1619 048.0182 0228264 160.2455 200.5565 01.03821927 45692
+1 26754U 99057MB  13115.18103146  .00002120  00000-0  38993-3 0  3566
+2 26754 098.5119 351.3452 0075648 150.7401 209.8070 14.64929581643918
+1 26755U 99057MC  13111.22592229  .00002114  00000-0  45598-3 0  6365
+2 26755 098.2439 204.3674 0081349 076.3802 313.3157 14.57381266639340
+1 26756U 99057MD  13116.83257291  .00000339  00000-0  12425-3 0  3856
+2 26756 098.3643 069.2705 0085022 324.2309 066.0474 14.36980449633939
+1 26758U 99057MF  13117.07601898  .00011001  00000-0  63432-3 0  3448
+2 26758 098.6512 336.8565 0028037 110.8979 042.1464 15.12257928661761
+1 26759U 99057MG  13110.93143916  .01397853  00000-0  57890-2 0  7187
+2 26759 098.3857 102.6772 0023118 170.8673 249.2012 15.82630875657758
+1 26761U 01018A   13117.54882031 -.00000032  00000-0  00000+0 0  3445
+2 26761 000.0926 258.7824 0003081 313.7684 085.4336 01.00271877 43909
+1 26762U 01018B   13115.62860723  .00000002  00000-0  17334-2 0   474
+2 26762 001.4235 338.2206 7048511 327.5618 010.5417 02.23843393 97856
+1 26766U 01019A   13117.58838426  .00000117  00000-0  10000-3 0  2407
+2 26766 000.0075 289.6195 0002530 135.1183 050.3003 01.00272360 43811
+1 26769U 01019D   13117.33228595 -.00000033  00000-0  00000+0 0  6871
+2 26769 016.5012 152.4411 5197841 140.9533 339.4665 01.86698890 81511
+1 26777U 65108AV  13111.35833115 -.00000074  00000-0  00000+0 0  7815
+2 26777 026.6689 100.1717 6699199 125.1884 003.2008 02.56714162124142
+1 26778U 65108AW  13104.21656817 -.00000100  00000-0  10000-3 0  5010
+2 26778 028.0327 189.1039 6777018 329.8425 004.6252 02.64449647127829
+1 26779U 65108AX  13115.90564889  .00000215  00000-0  13828-1 0  8340
+2 26779 026.7674 093.7879 6732286 045.6896 032.7230 02.60037674117562
+1 26780U 65108AY  13116.68734249 -.00000051  00000-0  00000+0 0   366
+2 26780 026.4388 226.9409 6325123 208.2108 098.9315 02.58748233117041
+1 26781U 65108AZ  13117.18828152  .00001663  00000-0  79840-2 0  6502
+2 26781 027.1938 099.0163 6385258 063.1708 005.8830 03.28304494159417
+1 26782U 65108BA  13116.69996750  .00021429  00000-0  18746-2 0  6845
+2 26782 026.4844 244.6864 4226585 293.5811 109.7279 06.99809270347492
+1 26783U 65108BB  13117.43410694 -.00000036  00000-0  00000+0 0  9427
+2 26783 027.6941 162.9116 6566117 178.2665 350.7030 02.68052258129233
+1 26785U 84035C   13115.76904476  .00001198  00000-0  34945-2 0  9145
+2 26785 030.3595 069.4345 6881528 151.8583 013.1814 02.69291063115941
+1 26787U 85056M   13111.42398112 -.00000213  00000-0 -60622-2 0  1393
+2 26787 007.5581 339.6252 6994148 267.7581 343.4115 02.26236172101357
+1 26788U 86010E   13115.62871839 -.00000413  00000-0 -32794-2 0  6401
+2 26788 030.7448 287.7805 6892435 048.7208 003.8059 02.60264748122573
+1 26789U 99055D   13117.55723801  .00095083 -99907-7  39333-3 0  8589
+2 26789 038.5904 239.8833 3923535 292.8253 076.6456 07.76061524249861
+1 26791U 92019D   13115.57233507  .00020556  00000-0  31454-3 0  9515
+2 26791 034.7046 248.4786 4283348 313.2172 073.7622 07.02463794321848
+1 26792U 92009D   13117.12866750  .00007214  00000-0  37952-3 0  6635
+2 26792 034.4421 065.8337 4789090 131.3497 354.7625 06.05676034286479
+1 26794U 91015L   13116.59072094  .00001344  00000-0  12547-1 0  3976
+2 26794 007.2093 277.7401 6673852 153.4945 350.7118 02.86418094140739
+1 26795U 90102G   13115.76679612 -.00000026  00000-0  00000+0 0  1929
+2 26795 045.9384 235.5710 1276228 227.5035 126.2033 09.21778604419026
+1 26799U 89062J   13116.31063366  .00001908  00000-0  40686-2 0    72
+2 26799 007.8248 022.3055 6171161 232.4724 321.4866 03.64220047149965
+1 26805U 86026H   13115.61929964  .01737814  00000-0  21897-1 0  7223
+2 26805 008.5223 325.3110 3249308 316.0779 057.3290 08.99575433200089
+1 26806U 88081G   13116.23637338 -.00000061  00000-0  00000+0 0  6077
+2 26806 006.0618 099.4595 7032504 183.6915 352.9411 02.17103761101454
+1 26807U 88081H   13106.69719551 -.00000036  00000-0  00000+0 0  9687
+2 26807 006.0691 089.1044 7044173 204.6097 335.3654 02.17321170108830
+1 26808U 88109L   13105.51830154 -.00000248  00000-0 -22189-2 0  7074
+2 26808 006.3180 269.4490 7216230 062.1470 353.2693 02.14370002101674
+1 26809U 88063J   13111.61144473  .00001561  00000-0  28115-2 0  6660
+2 26809 007.0158 048.2061 6971534 163.7603 013.9180 02.61276999124527
+1 26810U 88109M   13111.97096012 -.00000075  00000-0 -35822-2 0  6526
+2 26810 006.7251 299.1949 7155214 001.5507 332.1261 02.16192137101604
+1 26812U 88109P   13116.20910919 -.00000121  00000-0  00000+0 0  3873
+2 26812 007.1796 335.2366 7011012 290.8708 344.7717 02.21553169118002
+1 26813U 89001P   13117.33624965  .00073671  00000-0  56566-1 0  4896
+2 26813 065.2190 059.4279 2799423 004.0202 114.6538 09.24416276395944
+1 26816U 66040L   13116.19142858  .00001621  00000-0  28344-2 0  9071
+2 26816 100.3431 177.0557 0065435 235.5722 157.7326 13.44226588596608
+1 26818U 01023A   13117.20004159  .00000044  00000-0  30661-4 0  3559
+2 26818 082.9287 177.5475 0034800 086.9625 273.5530 13.73809231595922
+1 26819U 01023B   13116.19308928  .00000080  00000-0  67424-4 0  3689
+2 26819 082.9250 168.6483 0024058 061.1322 358.2086 13.75346249596459
+1 26821U 70025QQ  13116.79142981  .00001979  00000-0  96465-3 0  2066
+2 26821 099.9931 038.5149 0079084 225.6176 168.1032 14.17896154 19881
+1 26822U 75052KC  13115.83337089 -.00000145  00000-0 -36640-3 0  1739
+2 26822 099.6853 072.5350 0312538 324.5125 058.8088 12.83164870615221
+1 26823U 75052KD  13117.32905002  .00000755  00000-0  13170-2 0  6048
+2 26823 099.9798 251.4305 0044200 039.0224 353.5607 13.46685240 59477
+1 26824U 01024A   13117.35736449 -.00000150  00000-0  00000+0 0   675
+2 26824 000.0181 023.3551 0003195 029.2785 273.5236 01.00271611 43558
+1 26826U 75052KE  13106.18476314 -.00000326  00000-0 -80317-3 0   859
+2 26826 099.6442 192.8836 0300144 281.6145 102.6233 12.97311821 21720
+1 26827U 75052KF  13117.37155417  .00000377  00000-0  90202-3 0  8183
+2 26827 099.7251 263.0440 0115261 118.9467 269.0560 13.26926099961136
+1 26828U 75052KG  13116.32335498  .00004232  00000-0  45778-2 0  3149
+2 26828 099.6725 241.0878 0062466 292.8222 100.4274 13.72872124 13826
+1 26829U 75052KH  13111.16727201 -.00000122  00000-0 -20159-3 0  4058
+2 26829 099.6372 354.7904 0256634 242.0963 273.1498 13.09380130887273
+1 26830U 75052KJ  13096.09492265  .00000207  00000-0  57723-3 0  5413
+2 26830 099.7128 156.9027 0137446 003.2890 063.2180 13.20941565580036
+1 26832U 75052KL  13096.78950944  .00000196  00000-0  11511-2 0  5190
+2 26832 099.6570 023.1578 0624208 046.4728 015.4913 12.20918079874267
+1 26833U 75052KM  13110.08359409  .00000082  00000-0  43805-3 0  1978
+2 26833 099.6813 321.0444 0368687 314.1176 206.4345 12.72779390659516
+1 26834U 75052KN  13110.22976281 -.00000017  00000-0  54679-4 0  2677
+2 26834 100.0995 206.4646 0056779 019.9890 009.1823 13.32768686588012
+1 26835U 75052KP  13116.88070620  .00000974  00000-0  11775-2 0  3623
+2 26835 099.5633 223.7672 0039629 315.6696 192.2036 13.68748779 61937
+1 26836U 75052KQ  13115.19892645  .00000091  00000-0  29130-3 0  3058
+2 26836 099.8481 000.8316 0105973 104.1605 024.6635 13.26153965638325
+1 26837U 75052KR  13115.32143479  .00000472  00000-0  13265-2 0  6280
+2 26837 099.7159 334.5821 0288340 085.6690 329.9636 13.03032093625974
+1 26838U 75052KS  13107.78324964  .00000831  00000-0  26018-2 0  9835
+2 26838 099.2713 204.2641 0319433 232.6689 258.1418 12.91133900891048
+1 26839U 75052KT  13114.57382297  .00000088  00000-0  27322-3 0  8242
+2 26839 099.8184 150.4466 0085099 146.2227 008.0432 13.29382460 28195
+1 26840U 75052KU  13117.44891718  .00000136  00000-0  63746-3 0    28
+2 26840 099.6705 302.0081 0369239 007.2179 018.6633 12.71750780982688
+1 26841U 75052KV  13112.13442487  .00000386  00000-0  10322-2 0  4522
+2 26841 099.9278 180.7241 0519220 335.7456 048.5906 12.81615096981135
+1 26842U 75052KW  13117.55371976  .00000836  00000-0  10321-2 0   949
+2 26842 099.8638 327.5330 0051056 057.6677 358.9164 13.67835907759483
+1 26843U 75052KX  13115.80459970  .00000104  00000-0  34095-3 0  4090
+2 26843 099.7935 235.2464 0117229 245.7744 268.4046 13.21352498904942
+1 26844U 75052KY  13115.21237781  .00000258  00000-0  41583-3 0  7789
+2 26844 100.0484 302.5288 0046987 256.3248 169.4649 13.58620450 41171
+1 26845U 75052KZ  13114.77852853  .00000271  00000-0  11370-2 0  4325
+2 26845 099.1883 217.5433 0440499 253.9962 263.0011 12.64304748853969
+1 26846U 75052LA  13114.98035503  .00000331  00000-0  97706-3 0  6657
+2 26846 099.7151 119.2135 0170797 255.0787 160.7552 13.11166100767306
+1 26847U 75052LB  13117.35110407 -.00000033  00000-0  15272-4 0  5354
+2 26847 099.7228 339.7709 0091171 078.5855 338.1877 13.26794089777570
+1 26848U 75124C   13116.96013336  .00000130  00000-0  67647-4 0  3767
+2 26848 081.2783 184.0322 0025190 273.0828 148.1691 14.09106277683291
+1 26850U 92072K   13108.14269298 -.00000114  00000-0  10301-2 0  1216
+2 26850 007.6974 284.0980 6452853 300.5063 011.2673 02.90040569144056
+1 26851U 92058E   13117.16541388  .00014231  00000-0  43215-3 0  9691
+2 26851 034.8667 077.7875 4471010 170.9267 339.6525 06.64618918309046
+1 26853U 01025A   13103.00000000  .00000105  00000-0  00000+0 0  9872
+2 26853 000.0500 324.8410 0004365 039.5870 216.1000 01.00269064 43356
+1 26855U 01025C   13114.44013218 -.00000022  00000-0  00000+0 0  7898
+2 26855 015.1460 227.2660 5008071 088.3707 356.7059 01.84792396 80040
+1 26857U 01026A   13115.57060201 -.00000024  00000-0  00000+0 0   794
+2 26857 044.8888 270.6829 0013270 309.7780 101.3467 03.92442273172841
+1 26858U 01026B   13115.61697499  .00000022  00000-0  00000+0 0   578
+2 26858 044.8667 166.6897 0091114 214.2051 280.0080 04.15710830179969
+1 26861U 78026HV  13104.96275329  .00000136  00000-0  67995-4 0  1248
+2 26861 098.4092 132.7312 0104242 068.2342 050.3651 14.27512058504884
+1 26863U 01029A   13117.00271757  .00000112  00000-0  00000+0 0  4852
+2 26863 010.5372 050.4373 0003150 027.5795 159.4833 01.00272371 44285
+1 26864U 01029B   13117.12822346  .00538258 -12748-5  33271-3 0  9975
+2 26864 002.9784 077.8090 4098419 157.3600 227.6546 07.48372400200690
+1 26867U 01030A   13117.79413221 -.00000556  00000-0  00000+0 0  3951
+2 26867 063.5085 017.8884 7506500 254.4467 055.4807 02.00656920 86259
+1 26870U 01030D   13115.44813067 -.00000445  00000-0  83213-6 0  3497
+2 26870 063.9770 048.9666 7446424 253.7493 300.4397 01.96663600 84498
+1 26871U 01031A   13117.36390859 -.00000293  00000-0  00000+0 0   271
+2 26871 002.9466 069.8576 0003645 016.9077 199.8672 01.00277617 43147
+1 26874U 01032B   13117.18220908  .00006419  00000-0  13855-3 0  3636
+2 26874 082.4782 055.9401 0020653 123.3273 236.9956 15.44078647656969
+1 26892U 01037A   13116.43931925  .00000133  00000-0  10000-3 0  9582
+2 26892 007.9683 052.9686 0003249 056.5462 303.3933 01.00356303 42746
+1 26895U 01037D   13116.22789615 -.00000369  00000-0  10000-3 0  3631
+2 26895 007.9316 053.0868 0022860 323.1059 036.6441 01.00290947 42742
+1 26898U 01038A   13108.17902115  .00001016  00000-0  25851-3 0  3147
+2 26898 028.6694 305.3932 7181008 276.7812 345.7600 02.41279250 99435
+1 26899U 01038B   13116.51637567  .00001613  00000-0  68874-3 0  7106
+2 26899 028.4149 312.4020 7175456 278.2568 039.2911 02.40683331 99440
+1 26900U 01039A   13117.14355015  .00000024  00000-0  00000+0 0  1040
+2 26900 000.0215 351.4668 0003027 058.3995 279.0986 01.00273007 42727
+1 26901U 01039B   13116.26518800  .00007422  00000-0  22944-2 0  7247
+2 26901 006.9670 173.1284 7038102 283.6095 023.0787 02.58510391102710
+1 26916U 83072D   13116.22909541  .00000434  00000-0  32410-3 0  9161
+2 26916 062.8957 164.9154 6017040 025.8094 008.0463 03.90806663317844
+1 26918U 80085G   13117.07166118 -.00000180  00000-0  00000+0 0  8527
+2 26918 068.7576 115.3472 6469193 031.8812 000.6048 02.05472370117075
+1 26919U 80085H   13117.10717550 -.00000260  00000-0  00000+0 0  7926
+2 26919 068.9351 134.7282 6330131 031.3543 000.9226 02.05069019116564
+1 26921U 85093C   13117.09079274  .00000028  00000-0  00000+0 0  7678
+2 26921 064.4228 113.0538 5343270 041.5063 358.7097 03.89995607293180
+1 26922U 84023H   13110.62628763 -.00000086  00000-0  00000+0 0  3824
+2 26922 008.9015 092.2141 6457326 150.8118 270.3226 02.77072734150920
+1 26926U 84097C   13115.10034803 -.00000086  00000-0 -44173-3 0  9799
+2 26926 063.2960 109.1283 5908636 014.3863 004.5586 03.93488096295799
+1 26927U 01042A   13117.33992064 -.00000075  00000-0  00000+0 0  8476
+2 26927 000.0603 023.1642 0005582 026.7348 279.8849 01.00271318 42461
+1 26930U 01043B   13117.17922635 -.00000015  00000-0  26462-4 0  3025
+2 26930 067.0033 359.0923 0003160 312.4380 191.7751 14.30274147604355
+1 26931U 01043C   13117.27516285  .00000058  00000-0  54750-4 0  3147
+2 26931 067.0538 030.7515 0006875 286.0465 218.6348 14.29911986604147
+1 26932U 01043D   13117.29682818  .00000050  00000-0  51376-4 0  3228
+2 26932 067.0587 031.2997 0005394 297.4181 208.5300 14.29860693604197
+1 26936U 01045A   13116.85268858 -.00000038  00000-0  10000-3 0  4900
+2 26936 008.9900 054.6179 0017877 069.0044 291.1108 00.97743612 41678
+1 26939U 01045D   13116.05744176  .00000111  00000-0  00000+0 0  3542
+2 26939 008.7900 053.6152 0024276 267.9334 322.3639 01.00243693 42712
+1 26953U 01047A   13117.80992694  .00011603  00000-0  27594-3 0  5589
+2 26953 097.1773 182.6762 0001923 121.3779 350.4815 15.41794320647300
+1 26957U 01049A   13117.86217633  .00002184  00000-0  16784-3 0  5183
+2 26957 097.7307 198.3609 0050545 121.9117 238.7037 15.01799187630817
+1 26958U 01049B   13117.85521798  .00000658  00000-0  67468-4 0  9929
+2 26958 097.4508 135.5675 0079021 353.0968 006.9164 14.91446326625920
+1 26959U 01049C   13117.86818287  .00003238  00000-0  15683-3 0  7828
+2 26959 097.8703 336.1857 0012252 277.4321 266.4101 15.19280712635604
+1 26960U 01049D   13117.54035958  .00001707  00000-0  14746-3 0  2981
+2 26960 097.5089 094.8855 0064585 255.5087 217.7414 14.96952771627026
+1 26962U 66040M   13116.70668845  .00001283  00000-0  23164-2 0  1429
+2 26962 100.3020 167.8190 0053727 244.0992 263.1121 13.42919603582109
+1 26964U 77047E   13116.16992043 -.00000809  00000-0  00000+0 0  5856
+2 26964 067.4778 025.7737 5763856 084.0746 015.2570 02.02622960480212
+1 26967U 93017E   13116.90840604  .00016392  00000-0  58473-3 0  6430
+2 26967 034.9491 338.7165 4570651 142.1435 348.1542 06.46018043287144
+1 26968U 93016AJ  13116.32535934  .00000856  00000-0  36804-3 0  3814
+2 26968 071.0021 205.0996 0009213 184.9210 233.3246 14.27507331 41837
+1 26975U 78066F   13117.00523786 -.00000312  00000-0  00000+0 0  6959
+2 26975 068.5410 109.5741 5597280 054.9457 355.4772 02.05668619118918
+1 26977U 80057H   13115.99790014  .00000829  00000-0  00000+0 0  6851
+2 26977 067.1662 064.5199 5724468 100.1341 341.4569 01.99734460 84299
+1 26978U 80057J   13117.43542120  .00000539  00000-0  00000+0 0  6225
+2 26978 067.0963 069.2175 5661214 103.7167 011.1343 01.99653438 92344
+1 26980U 92093JK  13116.08022675  .00004270  00000-0  16514-2 0  1837
+2 26980 071.1186 104.4358 0122960 266.3253 206.0572 14.26558711 41190
+1 26981U 92072L   13109.96065605 -.00000027  00000-0  00000+0 0  4979
+2 26981 010.0177 341.1299 6465896 118.7612 004.6214 02.89262232129963
+1 26982U 87020DU  13115.64473417  .00000014  00000-0  23027-3 0  8789
+2 26982 073.6037 357.8405 0026829 274.1077 114.1004 12.41979888596965
+1 26985U 01052A   13117.44299422 -.00000123  00000-0  10000-3 0   539
+2 26985 000.0133 153.2953 0003488 256.3576 224.3229 01.00272212 41875
+1 26986U 01052B   13117.16050650  .00015247  00000-0  17200-2 0  3495
+2 26986 006.7848 104.0914 6169430 048.9798 013.6734 03.81721803119344
+1 26987U 01053A   13116.66952767  .00000012  00000-0  00000+0 0  7205
+2 26987 063.0479 229.4048 0006565 194.7256 314.7328 02.13105490 88737
+1 26988U 01053B   13114.67016924  .00000000  00000-0  00000+0 0  7129
+2 26988 063.0523 229.4863 0031374 208.5100 302.1304 02.13105524 88699
+1 26989U 01053C   13117.67371054  .00000014  00000-0  00000+0 0  9207
+2 26989 063.0437 229.3668 0003223 029.6495 118.5057 02.13103304 88763
+1 26992U 01053F   13116.68709693  .00000013  00000-0  00000+0 0  3804
+2 26992 063.0501 228.6485 0016699 284.5200 071.4623 02.13597570 88987
+1 26997U 01055A   13117.83695516 -.00000050  00000-0  47003-4 0  6519
+2 26997 066.0427 016.4211 0008167 285.3773 155.5656 12.83922272532823
+1 26998U 01055B   13116.98750926  .00000765  00000-0  92858-4 0  4778
+2 26998 074.0739 079.7793 0001650 220.6687 139.4369 14.85445665616715
+1 27000U 01055D   13116.12852478 -.00000019  00000-0  17732-3 0  8969
+2 27000 066.0426 330.2212 0006794 322.6255 183.0080 12.84512946533912
+1 27001U 01056A   13117.55788420 -.00000013  00000-0  33205-4 0  3136
+2 27001 099.2128 290.4271 0012890 327.2582 062.8546 13.68747493568458
+1 27002U 01056B   13116.56909763 -.00000008  00000-0  38373-4 0  4037
+2 27002 099.1648 296.0749 0018690 321.4758 069.1638 13.70134217568923
+1 27003U 01056C   13116.56413090 -.00000031  00000-0  12177-4 0  3489
+2 27003 099.1638 294.9508 0019489 319.8525 070.9267 13.70150636568957
+1 27004U 01056D   13116.12763762 -.00000034  00000-0  93517-5 0   877
+2 27004 099.1663 293.6618 0019109 322.4149 147.2002 13.70065138568851
+1 27005U 01056E   13117.54778825  .00000125  00000-0  18859-3 0  8008
+2 27005 099.1632 301.0414 0018022 319.3293 040.6502 13.70382721569081
+1 27006U 01056F   13117.55878748 -.00000021  00000-0  23753-4 0  8179
+2 27006 099.1391 300.3629 0013708 301.8886 090.1596 13.70901733569379
+1 27007U 01056G   13115.55708932  .00000674  00000-0  78554-3 0  3340
+2 27007 099.2268 330.7988 0012021 314.3599 045.6563 13.72234657568932
+1 27025U 86026J   13115.47049734  .00001030  00000-0  33738-2 0  3676
+2 27025 006.6864 285.0783 7103697 195.4947 072.1192 02.40673358106044
+1 27026U 88081J   13116.26455455  .00001561  00000-0  11927-1 0  6508
+2 27026 007.8465 283.0346 7157434 144.9206 311.1063 02.30144494154974
+1 27027U 88081K   13111.43244323  .00000108  00000-0  34196-2 0  7481
+2 27027 007.9873 202.8604 7126374 296.3948 031.9222 02.20748440113091
+1 27029U 89006J   13110.77983101  .00000555  00000-0  74165-2 0  4293
+2 27029 008.1307 186.8661 7139982 290.7279 026.7237 02.27294893 97966
+1 27030U 89006K   13117.33100606  .00000380  00000-0  29339-2 0  5082
+2 27030 008.0200 092.8818 7151913 115.6656 331.7765 02.31810402 97691
+1 27031U 89006L   13116.96024815  .00004207  00000-0  62976-2 0  5219
+2 27031 007.9175 322.7891 6996904 019.5150 350.1552 02.57595465105308
+1 27032U 89006M   13110.47008094  .00000008  00000-0  86537-3 0  4495
+2 27032 008.1548 141.0648 7150433 020.9385 020.0529 02.28030990 98509
+1 27033U 89006N   13116.25680693  .00000232  00000-0  31307-2 0  8227
+2 27033 008.0309 118.4821 7137659 065.5720 007.5399 02.30170596 98479
+1 27034U 89006P   13109.68049480 -.00000112  00000-0  38786-3 0  4177
+2 27034 007.8797 246.1704 7117432 179.9376 032.6127 02.24804112 96434
+1 27035U 89006Q   13109.29625131  .00000271  00000-0  64253-2 0  7083
+2 27035 007.7143 131.3749 7098029 040.5157 353.4762 02.31599981 98774
+1 27036U 89006R   13103.53045939 -.00000036  00000-0  49195-3 0  8289
+2 27036 008.3625 211.0093 7148411 243.2729 015.1031 02.25660304 97268
+1 27037U 89006S   13104.23779048 -.00000194  00000-0 -40468-3 0  2401
+2 27037 007.8476 140.7406 7165917 022.9715 357.4763 02.27153907 95956
+1 27038U 89006T   13116.16083378  .00000322  00000-0  98506-3 0  9685
+2 27038 008.2587 077.7103 7219200 143.2907 341.5504 02.28906354 98530
+1 27039U 89006U   13111.79001148  .00000039  00000-0 -22236-3 0  3378
+2 27039 007.7676 175.5134 7153565 314.4894 026.8152 02.26062690 97415
+1 27040U 89006V   13115.24049155 -.00000237  00000-0 -74032-2 0  2015
+2 27040 008.0838 310.5907 7054917 052.0985 020.1917 02.23780139 95930
+1 27041U 89006W   13116.20182571 -.00000024  00000-0  32597-3 0  4389
+2 27041 008.1903 118.6279 7187437 064.0058 345.3971 02.27332545 98025
+1 27042U 89006X   13108.26233084  .00000053  00000-0  23478-2 0  6114
+2 27042 007.8566 230.6822 7133926 209.2247 151.6957 02.25015221 98347
+1 27043U 89006Y   13104.36340050 -.00000024  00000-0  19852-2 0  9353
+2 27043 007.9273 239.3080 7124751 192.9408 008.0653 02.24986002 96135
+1 27045U 89006AA  13100.34254159  .00000134  00000-0  68179-2 0  4412
+2 27045 008.2154 236.4169 7124980 197.3517 013.4009 02.25328321 94711
+1 27046U 89006AB  13117.25329520 -.00000042  00000-0  44164-2 0  2871
+2 27046 007.9325 270.1668 7099545 131.8114 051.3512 02.24163803 97816
+1 27047U 89062K   13113.23263728 -.00000035  00000-0  39148-4 0  6688
+2 27047 009.4696 349.5740 6926647 288.4844 338.0908 02.60412395132263
+1 27048U 89062L   13116.97579286  .00008921  00000-0  74747-2 0  3659
+2 27048 008.3158 266.3184 6485766 106.8332 168.7868 03.27292847131275
+1 27049U 89062M   13111.19804061  .00001502  00000-0  19710-2 0  3041
+2 27049 009.1256 008.5709 7019039 258.9720 342.8407 02.55200028126717
+1 27051U 90065U   13112.39809850  .00000408  00000-0  78246-3 0  3609
+2 27051 018.0313 239.4588 6938162 309.2342 007.4074 02.68327390128227
+1 27052U 90065V   13115.88336732  .00000794  00000-0  61030-3 0   250
+2 27052 017.9470 293.7171 6970382 219.4900 059.9209 02.62715196139754
+1 27055U 01058A   13117.76519842  .00000028  00000-0  10000-3 0  2063
+2 27055 082.5438 054.7601 0008269 267.1950 092.8195 12.59789587521103
+1 27056U 01058B   13117.84206525  .00000028  00000-0  10000-3 0  2558
+2 27056 082.5368 048.2812 0004192 252.2973 107.7657 12.60483297521402
+1 27057U 01058C   13117.72156765  .00000028  00000-0  10000-3 0  2512
+2 27057 082.5437 045.8189 0002326 095.2579 264.8775 12.61504790521807
+1 27058U 01058D   13117.74873370  .00000028  00000-0  10000-3 0  2265
+2 27058 082.5352 040.0478 0004890 066.1242 294.0359 12.61989488522012
+1 27059U 01058E   13117.73946701  .00000028  00000-0  10000-3 0  2208
+2 27059 082.5413 045.1465 0001053 010.9785 349.1330 12.61443894521780
+1 27060U 01058F   13117.80652311  .00000029  00000-0  10000-3 0  2299
+2 27060 082.5412 037.3232 0009464 033.3396 326.8289 12.62966913522427
+1 27061U 01058G   13116.97659245  .00000043  00000-0  20119-3 0  5954
+2 27061 082.5435 083.2652 0043270 012.8255 019.6226 12.53916670518583
+1 27063U 01049F   13117.46838772  .00009729  00000-0  50195-3 0  5547
+2 27063 097.6128 094.2992 0056942 057.7035 065.5939 15.15115876620545
+1 27068U 01049L   13117.21995883  .00057726  00000-0  74726-3 0  4851
+2 27068 097.7878 007.8390 0029247 127.4462 018.5913 15.58201125627864
+1 27069U 01049M   13117.08363817  .00012390  00000-0  55074-3 0  4003
+2 27069 097.2945 148.2367 0028066 028.6660 005.1154 15.21291964621705
+1 27075U 01049T   13116.85313166  .00018731  00000-0  13706-2 0  6783
+2 27075 096.3488 056.8736 0129544 076.8642 007.8529 14.97030923608502
+1 27088U 01049AG  13117.20852284  .00092777  00000-0  11401-2 0  4900
+2 27088 097.6970 268.9118 0019768 158.3828 285.8366 15.59735253626463
+1 27089U 01049AH  13117.41960944  .00001104  00000-0  12577-3 0  2196
+2 27089 097.7357 053.3075 0066740 071.8200 045.3679 14.86562105614430
+1 27091U 01049AK  13117.21292111  .00030404  00000-0  80063-3 0  4317
+2 27091 097.6710 245.1388 0025268 302.1585 144.2052 15.38159579491622
+1 27097U 01049AR  13116.63286369  .00005271  00000-0  45202-3 0  6510
+2 27097 097.3039 265.5063 0091569 042.9626 084.8206 14.94662524614185
+1 27105U 01049AZ  13117.51118687  .00005714  00000-0  34908-3 0  6383
+2 27105 097.3319 118.3000 0036913 097.3716 263.1711 15.10079666949652
+1 27107U 01049BB  13117.20293370  .00060729  00000-0  85289-3 0  4231
+2 27107 097.8211 358.9774 0024911 166.3929 339.8792 15.56152201358862
+1 27114U 01049BJ  13116.86338985  .00006404  00000-0  54957-3 0  1484
+2 27114 097.7476 073.9853 0032257 088.2643 305.8147 14.97423640614843
+1 27115U 01049BK  13116.45650170  .00004831  00000-0  33809-3 0  7237
+2 27115 097.6109 077.4827 0042630 212.8025 294.7564 15.05002055618476
+1 27119U 01049BP  13117.45263295  .00003373  00000-0  29831-3 0  4406
+2 27119 097.6190 083.4597 0048364 319.0377 187.5097 14.96088967615967
+1 27121U 01049BR  13116.84193500  .00004147  00000-0  49564-3 0  9941
+2 27121 097.4303 234.0935 0077028 000.7572 144.9315 14.82571214609098
+1 27123U 01049BT  13116.66062646  .00000668  00000-0  14286-3 0  7797
+2 27123 097.3352 148.0530 0046073 340.5572 166.9287 14.60849168603806
+1 27124U 01049BU  13117.47333023  .00001353  00000-0  20583-3 0  8798
+2 27124 097.8273 079.5132 0041305 101.0970 046.4001 14.74983067609360
+1 27125U 01049BV  13116.30678642  .00006130  00000-0  58513-3 0  1121
+2 27125 097.6025 016.9219 0010689 205.0253 303.2267 14.93608807612926
+1 27126U 01049BW  13117.03911314  .00001333  00000-0  17149-3 0  9486
+2 27126 098.2917 289.6500 0050565 105.1245 041.2698 14.82061569611487
+1 27127U 01049BX  13116.69906661  .00002042  00000-0  24032-3 0    14
+2 27127 097.6526 168.5609 0042083 330.4379 176.2338 14.85280341612260
+1 27128U 01049BY  13117.47187258  .00003020  00000-0  33709-3 0  1878
+2 27128 097.3944 287.5014 0088450 261.9494 155.0770 14.84880888611083
+1 27129U 01049BZ  13116.74841615  .00002310  00000-0  35411-3 0  9367
+2 27129 097.7799 112.3649 0051472 304.5953 107.1467 14.73714223607222
+1 27130U 01049CA  13116.83366069  .00000930  00000-0  14735-3 0  8703
+2 27130 097.8317 075.9550 0019207 071.7621 321.0313 14.74338291609341
+1 27132U 01049CC  13117.49697580  .00002300  00000-0  20470-3 0  6235
+2 27132 097.5130 097.9572 0053731 272.4914 234.6170 14.95943783626874
+1 27133U 01049CD  13117.55060289  .00000429  00000-0  94480-4 0  7675
+2 27133 097.6090 305.2876 0047591 026.3271 006.8489 14.61129500604270
+1 27136U 01049CG  13117.47486270  .00001685  00000-0  21698-3 0  9397
+2 27136 097.7654 079.2216 0046332 295.6202 177.9581 14.81654556629875
+1 27140U 01049CL  13116.84346987  .00010893  00000-0  61997-3 0  5126
+2 27140 097.6773 213.5585 0024360 270.7200 238.8498 15.12773262620294
+1 27141U 01049CM  13117.47198038  .00001070  00000-0  15078-3 0  9095
+2 27141 097.7395 085.0947 0057515 348.1365 158.5840 14.78195524610940
+1 27142U 01049CN  13117.55086036  .00000379  00000-0  16394-3 0  2163
+2 27142 097.3972 221.7576 0292097 274.4062 206.7029 14.08558173582664
+1 27146U 01049CS  13116.95944512  .00001541  00000-0  25747-3 0  8353
+2 27146 097.9215 076.4098 0056667 269.6577 130.4785 14.70269744606982
+1 27147U 01049CT  13116.65108213  .00003567  00000-0  46695-3 0  9515
+2 27147 097.7613 166.8814 0030470 283.5556 222.8918 14.80683535626120
+1 27148U 01049CU  13117.16075802  .00014611  00000-0  78100-3 0  6885
+2 27148 097.4193 097.4849 0031579 088.2250 044.1893 15.14745878620443
+1 27150U 01049CW  13117.46867888  .00003055  00000-0  29373-3 0  1102
+2 27150 097.7410 077.0567 0056250 137.0233 340.6695 14.92571928657137
+1 27151U 01049CX  13117.51669346  .00003199  00000-0  29975-3 0  2331
+2 27151 097.5192 105.0985 0047833 014.9801 131.2094 14.93856338616583
+1 27152U 01049CY  13116.90233141  .00001892  00000-0  28636-3 0  8690
+2 27152 097.8861 075.1305 0042699 165.0158 228.9277 14.74743602608510
+1 27153U 01049CZ  13117.43427630  .00002131  00000-0  25949-3 0  9061
+2 27153 097.7380 083.2566 0045982 273.9271 207.4033 14.83715462612798
+1 27155U 01049DB  13117.20185887  .00011574  00000-0  16921-2 0  9760
+2 27155 097.6864 308.3838 0083846 174.2130 256.4283 14.73431462602588
+1 27160U 01049DG  13117.54044800  .00000286  00000-0  59748-4 0  7517
+2 27160 097.9462 068.4740 0047865 281.0524 140.9532 14.66311477607159
+1 27216U 01049FL  13117.49169045  .00003756  00000-0  43063-3 0  6417
+2 27216 098.2912 295.9254 0037611 089.0565 333.0052 14.86047975611700
+1 27218U 01049FN  13117.39341814  .00004911  00000-0  76016-3 0  1686
+2 27218 099.0444 080.4823 0320915 290.0623 228.1272 14.44667506592732
+1 27226U 01049FW  13115.93348874  .00002820  00000-0  36757-3 0  5203
+2 27226 097.6876 099.5251 0034297 025.2566 003.0710 14.80932919610594
+1 27255U 01049HB  13116.49348405  .00002270  00000-0  30443-3 0  6988
+2 27255 097.6533 118.6247 0054233 087.5201 065.2110 14.79279451610613
+1 27267U 01049HP  13117.37598552  .00002183  00000-0  30335-3 0  5138
+2 27267 097.8196 084.8167 0057721 117.3946 243.3154 14.77714243609527
+1 27273U 01049HV  13116.67461057  .00010616  00000-0  66420-3 0  7323
+2 27273 097.5479 098.3601 0019839 188.1351 226.4090 15.09428409615892
+1 27286U 01049JJ  13117.52806829  .00012435  00000-0  62705-3 0  3275
+2 27286 097.3648 131.2570 0044138 083.4631 277.1624 15.16409110618640
+1 27291U 01049JP  13117.27227288  .00404001  62084-4  14465-2 0  4211
+2 27291 097.7739 022.5162 0015439 116.7734 029.3531 15.88582938626378
+1 27298U 02002A   13118.03456456 -.00000088  00000-0  10000-3 0   700
+2 27298 000.0560 084.4795 0007241 340.2595 237.8741 01.00271542 41256
+1 27299U 02002B   13115.93079737  .00000070  00000-0  86869-3 0  2663
+2 27299 003.6918 139.8821 7261288 059.2006 009.8673 02.20490319 90536
+1 27305U 01049KB  13116.44920539  .00000875  00000-0  15869-3 0  8260
+2 27305 097.9506 067.7637 0046071 282.4840 226.0745 14.68059988607363
+1 27317U 01049KP  13115.84636257  .00009752  00000-0  61786-3 0  6166
+2 27317 097.6503 074.0423 0029316 215.6750 144.2520 15.08798386615790
+1 27353U 01049MA  13115.98847470  .00002111  00000-0  21521-3 0  7900
+2 27353 097.5405 124.0471 0040033 213.9345 176.2078 14.91111947609888
+1 27367U 02003A   13117.19667485  .00049994  00000-0  26766-2 0  1951
+2 27367 028.5298 246.1206 5913829 024.4468 313.3655 04.23024496122844
+1 27368U 02003B   13115.70971259  .00000156  00000-0  12064-2 0  3814
+2 27368 028.5375 195.9544 7173862 007.3436 026.9908 02.30730631 93913
+1 27369U 02003C   13116.02959120 -.00000038  00000-0  00000+0 0  1333
+2 27369 024.2808 302.7739 6876764 002.3777 035.7130 02.37191640 96595
+1 27370U 02004A   13117.48720875  .00002708  00000-0  17541-3 0  1034
+2 27370 038.0361 142.4597 0013800 157.0757 324.1091 15.08848654616189
+1 27371U 02004B   13116.86097010  .00001881  00000-0  15281-3 0  9818
+2 27371 038.0311 308.8173 0013933 292.8159 067.1129 15.00937742614266
+1 27372U 02005A   13117.27964619  .00000315  00000-0  10533-3 0  8235
+2 27372 086.4026 199.5135 0004889 129.6927 263.2783 14.34219155594922
+1 27373U 02005B   13117.43555567  .00000355  00000-0  10020-3 0  8103
+2 27373 086.4461 261.8801 0003960 036.1315 324.0153 14.42947239593354
+1 27374U 02005C   13117.18114766  .00000225  00000-0  73157-4 0  9892
+2 27374 086.3988 167.7317 0002333 358.6014 034.6393 14.34213779599234
+1 27375U 02005D   13117.31133962  .00000314  00000-0  10488-3 0  7835
+2 27375 086.4024 199.2917 0002284 107.8984 252.2461 14.34218859594219
+1 27376U 02005E   13115.75714876  .00000450  00000-0  13007-3 0  9777
+2 27376 087.1928 213.5246 0006023 359.2754 000.8437 14.42542151599195
+1 27378U 02006A   13116.36657659 -.00000007  00000-0  10000-3 0  2236
+2 27378 000.0527 057.4378 0001253 351.3842 178.8694 01.00270465 40938
+1 27380U 02007A   13117.82842918  .00000038  00000-0  00000+0 0  1413
+2 27380 000.0305 067.7859 0003395 344.4028 162.0021 01.00271764 40988
+1 27384U 99057MJ  13116.92986001  .00006195  00000-0  12504-2 0  2517
+2 27384 098.1394 106.5772 0078507 024.6591 006.5027 14.59818999673843
+1 27385U 99057MK  13114.94678115  .00005229  00000-0  96195-3 0  5566
+2 27385 098.0161 117.4982 0078083 300.6027 058.7491 14.64067131657418
+1 27386U 02009A   13117.78197767  .00000058  00000-0  33654-4 0  3264
+2 27386 098.4323 187.0600 0001233 087.9354 272.1977 14.37604201583890
+1 27387U 02009B   13117.56066808  .00000092  00000-0  46063-4 0  8724
+2 27387 098.2562 091.6984 0031726 334.3739 135.5120 14.35583586584630
+1 27389U 02011A   13117.36035556 -.00000267  00000-0  10000-3 0  1294
+2 27389 002.1714 114.3617 0015703 286.0909 263.7007 01.00280434 42327
+1 27390U 02011B   13116.81930104  .00011754  00000-0  13694-2 0  5745
+2 27390 026.7848 055.6174 6118403 287.1001 244.2686 03.89084574136020
+1 27391U 02012A   13117.12266683  .00004673  00000-0  10628-3 0  3729
+2 27391 089.0227 173.5833 0012948 015.9780 016.4430 15.42659324621857
+1 27392U 02012B   13117.12228250  .00004666  00000-0  10605-3 0  3747
+2 27392 089.0229 173.6120 0013884 016.8857 015.5074 15.42664080621854
+1 27399U 02015A   13117.69684911 -.00000175  00000-0  00000+0 0  9640
+2 27399 000.0334 089.1812 0001755 317.7213 213.7989 01.00272153 40647
+1 27400U 02015B   13117.00000000  .00000129  00000-0  00000+0 0  7836
+2 27400 000.7990 076.6310 0003632 205.3170 316.8610 01.00264929 40647
+1 27401U 02015C   13116.56043273  .00015246  00000-0  39574-2 0   319
+2 27401 003.6933 307.6373 6388677 309.4893 017.6423 03.46671951116700
+1 27402U 02015D   13116.19493074  .00000952  00000-0  11441-2 0  6875
+2 27402 003.6197 074.4822 7113065 058.0435 107.4427 02.43585287 96709
+1 27403U 02016A   13116.40778088 -.00000245  00000-0  00000+0 0  8393
+2 27403 000.0153 035.6167 0003664 032.1925 259.0600 01.00271584 40628
+1 27404U 02016B   13116.06598683 -.00000192  00000-0  00000+0 0  6510
+2 27404 024.6105 100.4802 6246155 144.7609 346.9905 02.06290356 83451
+1 27405U 90065W   13116.83852183  .00010019  00000-0  18413-2 0  2069
+2 27405 017.8734 318.5569 6542240 074.6979 344.9039 03.26598826156117
+1 27412U 02017D   13116.67946845  .00002668  00000-0  47542-3 0  9972
+2 27412 062.6449 254.9355 7431608 251.1635 079.9976 02.08917559 85426
+1 27414U 02019A   13117.00000000 -.00000163  00000-0  00000+0 0  1197
+2 27414 000.0150 024.9990 0002262 020.1400 150.0060 01.00268780 40466
+1 27421U 02021A   13117.87179729  .00000087  00000-0  60730-4 0  3948
+2 27421 098.6144 187.9221 0000898 095.2029 035.9322 14.20086143569375
+1 27422U 02021B   13117.15404370  .00000081  00000-0  48401-4 0  1856
+2 27422 098.3559 173.1139 0012765 039.1133 354.8085 14.28842886570729
+1 27424U 02022A   13117.15701389  .00000531  00000-0  12796-3 0  6491
+2 27424 098.2143 059.3248 0001530 085.6718 098.1329 14.57115438584089
+1 27426U 02023A   13117.25012259 -.00000065  00000-0  10000-3 0  1490
+2 27426 000.0192 227.6706 0004671 217.8526 109.7764 01.00273147 40209
+1 27429U 02023D   13111.19451117 -.00000151  00000-0  00000+0 0  6632
+2 27429 018.5373 031.0702 5344028 130.4306 006.7048 01.90582219 76363
+1 27430U 02024A   13117.15407234  .00000140  00000-0  70143-4 0  2079
+2 27430 098.2844 152.3028 0008295 224.3041 167.5502 14.30163236571563
+1 27431U 02024B   13117.82698768 -.00000135  00000-0 -52778-4 0  1752
+2 27431 098.8112 082.9497 0015915 024.1804 336.0116 14.09392353563505
+1 27432U 02024C   13117.52347875  .00000117  00000-0  83628-4 0  7112
+2 27432 098.7720 079.9776 0050459 003.6394 104.1840 14.13780460565172
+1 27433U 02024D   13117.52504619  .00000325  00000-0  20426-3 0  5344
+2 27433 098.7740 086.4699 0014860 011.4626 095.0979 14.11191160563892
+1 27436U 02026A   13117.49710545  .00000034  00000-0  19727-4 0    22
+2 27436 082.9483 119.5174 0045414 329.3208 196.1873 13.74806136547742
+1 27437U 02026B   13116.63454737  .00000096  00000-0  82459-4 0  8046
+2 27437 082.9477 111.5150 0043845 292.2454 206.2851 13.76490581548294
+1 27438U 02027A   13116.34344191 -.00000191  00000-0  00000+0 0  6691
+2 27438 000.0177 078.1270 0002777 328.9846 266.5294 01.00272274 39943
+1 27441U 02029A   13117.20046035 -.00000120  00000-0  10000-3 0  2535
+2 27441 003.2313 068.3527 0005615 001.4467 203.7396 01.00271978 39852
+1 27444U 02029D   13116.17196199 -.00000309  00000-0  10000-3 0  1987
+2 27444 009.4350 051.0097 0010456 276.3160 083.4793 00.99271577 39448
+1 27445U 02030A   13116.36721691 -.00000157  00000-0  10000-3 0  7798
+2 27445 000.0265 056.8903 0000384 077.7036 117.0474 01.00271011 39822
+1 27446U 02030B   13116.34581371  .00000032  00000-0  98108-3 0   379
+2 27446 001.0026 321.6853 7498523 177.7532 188.1315 01.94358636 76939
+1 27450U 02031A   13117.39722915  .00000363  00000-0  12241-3 0  6841
+2 27450 086.3993 230.7644 0004655 123.6904 236.4736 14.34214032573548
+1 27451U 02031B   13117.47120894  .00000130  00000-0  32715-4 0  7807
+2 27451 086.4414 294.2347 0005260 116.7013 296.8963 14.42952224574218
+1 27453U 02032A   13117.51672623  .00000040  00000-0  34910-4 0  1068
+2 27453 098.3142 134.2809 0010583 318.2870 196.8018 14.24582696563502
+1 27460U 02035A   13117.77969525 -.00000053  00000-0  10000-3 0  9108
+2 27460 000.0532 006.0351 0005389 036.5372 089.0303 01.00272327 39635
+1 27461U 02035B   13116.62572841 -.00000313  00000-0  00000+0 0  6564
+2 27461 001.6462 075.6885 0001709 353.0150 147.3410 01.00271075 39627
+1 27462U 02035C   13116.20097027 -.00000055  00000-0  13412-2 0  9501
+2 27462 005.3990 070.4325 7176179 174.6768 352.4298 02.22645612 87959
+1 27463U 02035D   13117.31043892 -.00000031  00000-0  69291-3 0  2825
+2 27463 005.7862 034.2560 7145212 247.9670 352.2686 02.26292166 89363
+1 27464U 02036A   13117.84467750  .00000024  00000-0  10000-3 0  1428
+2 27464 082.4780 104.9724 0024168 315.0436 044.8687 12.44538263490923
+1 27465U 02036B   13117.79645375  .00000024  00000-0  10000-3 0  1716
+2 27465 082.4778 103.4932 0024956 315.1488 044.7578 12.44846045491030
+1 27466U 02036C   13115.56167456  .00000008  00000-0 -96809-5 0  7362
+2 27466 082.4811 107.8342 0042933 329.8261 180.3299 12.44304054490516
+1 27469U 00047C   13116.31307355  .00000180  00000-0  31535-4 0  5961
+2 27469 067.9987 075.1781 0068881 198.6671 286.7816 14.87587350585671
+1 27470U 02037A   13117.52871034  .00000043  00000-0  95886-3 0  6268
+2 27470 063.4380 294.6856 0374114 351.1423 043.5104 12.06769904474214
+1 27473U 02037D   13115.82084833  .00000058  00000-0  11356-2 0  5405
+2 27473 063.4506 022.7058 0399781 347.6113 046.9017 12.01380244471807
+1 27476U 02037G   13115.24708564 -.00000100  00000-0 -38330-3 0  6940
+2 27476 063.4489 019.7696 0403634 348.0041 153.7424 12.01748803471833
+1 27478U 61028H   13115.95232914 -.00000003  00000-0  10000-3 0  7201
+2 27478 095.8602 289.0558 0304314 345.2077 014.0146 08.66676562359184
+1 27479U 63038P   13117.48826602  .00007079  00000-0  64983-2 0   703
+2 27479 090.1258 308.0263 0055454 173.4644 250.9343 13.82054469553483
+1 27482U 90081CU  13105.90110970  .00000034  00000-0  45430-4 0  1212
+2 27482 098.8927 143.1284 0009186 224.9026 259.7465 14.08451555630667
+1 27489U 97005G   13117.09770627  .00012603  00000-0  10255-2 0  8864
+2 27489 031.4095 057.2702 5129788 107.9511 312.6479 05.45609818226964
+1 27491U 98043L   13115.67078824  .00000067  00000-0  89650-4 0  7713
+2 27491 099.0468 003.8106 0207734 157.5751 238.3570 13.78963232744404
+1 27492U 99057MM  13116.41271117  .00001631  00000-0  47012-3 0  4320
+2 27492 098.2539 091.3533 0098583 284.9337 226.1665 14.43229647627820
+1 27493U 99057MN  13116.36207850  .00000554  00000-0  17772-3 0  5793
+2 27493 098.3085 074.2376 0083376 244.3859 268.4310 14.41327776658130
+1 27494U 02037H   13115.93151431 -.00000295  00000-0 -21069-2 0  8498
+2 27494 063.4714 259.5977 0355775 338.4167 165.7211 12.10324873472963
+1 27499U 02038A   13117.08774554  .00000079  00000-0  10000-3 0  3148
+2 27499 000.0148 308.2438 0004225 109.4625 202.1064 01.00273303 39134
+1 27500U 02038B   13116.48132678  .00031751  00000-0  32396-2 0  6234
+2 27500 017.9021 106.1754 7101347 337.2506 319.7003 02.53217760 83893
+1 27501U 02039A   13116.46062946 -.00000249  00000-0  10000-3 0  2069
+2 27501 000.0628 069.8886 0003026 326.5660 267.0999 01.00271584 39144
+1 27504U 02039B   13111.49476586  .00000247  00000-0  00000+0 0  6302
+2 27504 022.2555 173.3825 5916651 343.1056 003.6985 02.01834749 78650
+1 27508U 02040A   13117.08712808 -.00000109  00000-0  10000-3 0   160
+2 27508 000.0768 327.9433 0002429 125.0576 141.1394 01.00269770 39130
+1 27509U 02040B   13117.08751685  .00000014  00000-0  00000+0 0  3462
+2 27509 002.0228 062.4946 0001132 057.6129 130.1708 01.00272612 39134
+1 27510U 02040C   13116.38934486 -.00000025  00000-0  18149-3 0  8362
+2 27510 005.2855 071.4286 7151522 262.6754 351.6063 02.27159533 88507
+1 27511U 02040D   13116.34734498 -.00000044  00000-0 -20869-3 0  1806
+2 27511 005.6074 100.4578 7159485 200.3109 351.4666 02.25037769 87613
+1 27513U 02041A   13116.93541013  .00000007  00000-0  00000+0 0  8819
+2 27513 000.0274 065.5605 0002958 352.7159 197.6991 01.00272368 39009
+1 27516U 02042B   13117.79949692 -.00000245  00000-0  00000+0 0  1451
+2 27516 002.1098 072.6408 0002552 329.4607 192.3972 01.00270726 38981
+1 27518U 02042D   13115.79111868  .00000233  00000-0  56446-3 0  5041
+2 27518 028.2720 173.1815 7146823 313.4986 337.4665 02.35796483 91806
+1 27525U 02043A   13116.91001418 -.00000085  00000-0  00000+0 0  6828
+2 27525 003.5439 067.2828 0003218 225.1637 324.1886 01.00271815 38930
+1 27528U 02044A   13117.21832113 -.00000225  00000-0  00000+0 0  7737
+2 27528 000.0363 316.8127 0005070 058.4567 248.6654 01.00270548 38860
+1 27530U 01049MV  13117.33598005  .00005680  00000-0  35748-3 0  4362
+2 27530 097.5842 204.9893 0056877 149.6873 281.1408 15.08230917603481
+1 27533U 02036D   13117.06420557  .00000081  00000-0  50174-3 0  5370
+2 27533 082.4812 104.8742 0021206 311.6771 078.7700 12.44769587481623
+1 27534U 02046A   13117.52441771  .00000055  00000-0  43682-4 0   557
+2 27534 082.9338 275.5817 0035497 347.5508 043.7619 13.72582590530304
+1 27535U 02046B   13117.51442789  .00000082  00000-0  70565-4 0  7521
+2 27535 082.9319 266.5388 0035448 315.0894 108.7234 13.74224822530938
+1 27536U 99057MP  13116.49506841  .00001462  00000-0  43314-3 0  7698
+2 27536 098.1109 114.8783 0039533 053.2555 092.7066 14.44291946588064
+1 27538U 01049MW  13117.00203686  .00001731  00000-0  14321-3 0  3852
+2 27538 097.4495 106.0337 0064217 232.5505 162.2434 14.98604210605982
+1 27540U 02048A   13117.87500000  .00000486  00000-0  00000+0 0  2793
+2 27540 061.3677 263.9796 8713394 253.7032 355.3204 00.33419401  9016
+1 27545U 65027BH  13117.56246144  .00000356  00000-0  12891-2 0  6026
+2 27545 090.2794 244.3060 0030992 194.1332 295.5819 12.92435755535174
+1 27546U 02036E   13117.00967839  .00000086  00000-0  53162-3 0  3741
+2 27546 082.4808 103.3679 0021982 313.9002 079.3668 12.45070393479626
+1 27550U 02049A   13117.80774284  .00012050  00000-0  27940-3 0  9068
+2 27550 097.0963 106.8051 0006458 153.1654 327.3483 15.42526048585144
+1 27554U 02051A   13116.96914060  .00000136  00000-0  10000-3 0  8452
+2 27554 000.0484 003.5630 0001669 358.7563 227.2367 01.00276991 38259
+1 27555U 02051B   13117.46877066 -.00000002  00000-0  33020-3 0  8420
+2 27555 013.5156 139.5002 7107686 192.5881 159.6956 02.35402446 89701
+1 27559U 02054A   13117.51162593  .00000403  00000-0  74216-4 0  7825
+2 27559 097.7697 318.8300 0023826 165.5316 252.7530 14.70261643556864
+1 27560U 02054B   13117.81093507  .00000644  00000-0  15468-3 0  5040
+2 27560 097.9963 272.4953 0043371 133.7432 226.7378 14.55943831551928
+1 27561U 02054C   13117.48796285  .00000452  00000-0  11524-3 0  8800
+2 27561 098.0460 266.9208 0047708 177.4534 228.8629 14.54403493552444
+1 27566U 02055A   13116.59496256  .00000078  00000-0  10000-3 0  8477
+2 27566 002.1975 064.6209 0008646 217.7633 332.2565 01.00267900 38138
+1 27567U 02055B   13116.78764256  .00028782  00000-0  16802-2 0  7989
+2 27567 026.7848 245.7453 5377197 034.2239 350.9105 05.07108277152914
+1 27568U 80034E   13098.12502810  .00000480  00000-0  34885-3 0  1033
+2 27568 064.8174 246.7745 0055430 264.8203 094.7926 14.05477310553313
+1 27569U 81021R   13105.97978245  .00000058  00000-0  11775-3 0  2688
+2 27569 064.9638 316.3020 0045536 003.3817 066.5784 13.90666985548205
+1 27571U 81021T   13089.16358975  .00000056  00000-0  11668-3 0  2549
+2 27571 064.9665 010.0799 0045966 004.2976 064.0559 13.90469366544014
+1 27574U 75052LC  13110.12413615 -.00024131  00000-0 -62894-1 0  2427
+2 27574 099.9106 338.6936 0752670 052.9175 094.5580 12.43708345956856
+1 27575U 77065GE  13116.19176816  .00000563  00000-0  24282-3 0  4598
+2 27575 029.1236 082.9987 0555674 175.8018 301.8873 13.56145311733672
+1 27576U 75052LD  13111.42375968 -.00000001  00000-0  50323-4 0  3776
+2 27576 099.7642 284.9449 0117850 085.1604 303.3765 13.67604279103705
+1 27577U 75052LE  13115.92448617  .00000069  00000-0  18596-3 0  6386
+2 27577 099.1139 007.9322 0077660 190.0586 302.6111 13.42912693892317
+1 27578U 75052LF  13116.86590480  .00001123  00000-0  13518-2 0  1775
+2 27578 099.6903 262.8686 0040692 307.9878 051.7666 13.68690175600720
+1 27579U 01049MX  13090.98905551  .13251548  26625-5  20530-2 0  9491
+2 27579 097.6665 254.4404 0011067 282.6475 206.2006 16.33898284603707
+1 27581U 01049MZ  13114.96690701  .00016852  00000-0  54376-3 0  8028
+2 27581 097.8731 289.7605 0040762 304.9269 206.4758 15.31403419598037
+1 27582U 01049NA  13115.91706795  .00001240  00000-0  19747-3 0  4569
+2 27582 098.3821 277.6668 0059177 355.4214 004.6443 14.72806195581774
+1 27583U 01049NB  13115.51796683  .00004720  00000-0  51802-3 0  9605
+2 27583 097.5884 131.1929 0030872 331.7964 181.6224 14.87802842585249
+1 27585U 01049ND  13101.78077318  .00000937  00000-0  15707-3 0   700
+2 27585 097.9319 038.6220 0065775 245.7577 142.6069 14.70689740591745
+1 27586U 01049NE  13116.13426424  .00002794  00000-0  19491-3 0  3656
+2 27586 097.4460 168.1214 0064150 182.0338 212.1709 15.04520017592816
+1 27590U 01049NH  13116.97430610  .00013643  00000-0  65199-3 0  9438
+2 27590 097.9711 278.9312 0050491 178.3735 328.0572 15.18003924608626
+1 27593U 88040C   13117.49745927  .00000345  00000-0  21604-2 0  7586
+2 27593 007.4332 077.3023 7190337 345.2057 182.6012 02.28577187 89829
+1 27594U 88040D   13115.09538024  .00002187  00000-0  75895-2 0  5360
+2 27594 007.6670 068.4627 7193914 001.7201 073.3126 02.29959635 89822
+1 27595U 88040E   13115.88400397  .00000321  00000-0  21060-2 0  7432
+2 27595 007.3894 078.5961 7192664 342.7107 006.2842 02.28386603 89722
+1 27596U 86019VN  13115.16452306  .00000818  00000-0  27164-3 0  7001
+2 27596 098.4579 173.7095 0049416 142.9119 281.1442 14.39596289921220
+1 27597U 02056A   13117.62422549  .00000126  00000-0  69018-4 0    00
+2 27597 098.2915 142.7385 0002272 107.1104 039.4590 14.26545178539845
+1 27598U 02056B   13117.52376197  .00000072  00000-0  45196-4 0  9489
+2 27598 098.2560 120.4126 0009553 036.3099 078.6173 14.28230130540534
+1 27599U 02056C   13117.05409406  .00000100  00000-0  55703-4 0  9519
+2 27599 098.2452 128.6039 0010550 046.0626 347.4519 14.28857567540676
+1 27600U 02056D   13117.65506846  .00000082  00000-0  48286-4 0  9162
+2 27600 098.2401 128.3600 0011515 044.3202 072.6117 14.29114196540875
+1 27601U 02056E   13117.20490618  .00000146  00000-0  69332-4 0  7921
+2 27601 098.5059 203.9135 0073961 087.8063 306.3994 14.31129492541500
+1 27602U 89006AC  13117.19645859  .00000024  00000-0  61442-2 0  4811
+2 27602 007.2778 264.3465 7098296 142.7394 064.3662 02.25118994 94901
+1 27603U 02057A   13117.79984417 -.00000280  00000-0  00000+0 0  6968
+2 27603 000.0121 340.1806 0002667 069.4721 189.2236 01.00271818 38006
+1 27604U 02057B   13116.73473488  .00004527  00000-0  28597-2 0  1396
+2 27604 006.9575 173.4414 7251942 276.7538 283.8341 02.29556053 84676
+1 27605U 02058A   13117.28214343  .00000254  00000-0  59569-4 0   692
+2 27605 064.5584 040.7645 0051653 179.9373 323.5141 14.73336426556597
+1 27606U 02058B   13117.40338675  .00000312  00000-0  72142-4 0   217
+2 27606 064.5571 096.0307 0062711 181.0054 321.7930 14.70372241555452
+1 27607U 02058C   13117.34556822  .00000501  00000-0  97795-4 0   500
+2 27607 064.5580 058.9069 0051472 179.5093 324.5490 14.72867754556220
+1 27608U 02058D   13117.19560120  .00000404  00000-0  78754-4 0   630
+2 27608 064.5583 005.1438 0032271 178.4640 325.4094 14.75651650557332
+1 27609U 02058E   13117.79872259  .00000205  00000-0  48283-4 0   820
+2 27609 064.5576 320.5849 0014504 184.2967 306.0404 14.77347767558313
+1 27610U 02058F   13115.51443292  .00000078  00000-0  50272-4 0  6657
+2 27610 064.5566 114.3219 0317456 239.4754 268.4823 14.27556222539276
+1 27611U 02058G   13117.19725589  .00002666  00000-0  29024-3 0   442
+2 27611 064.5502 196.8922 0009065 261.6348 098.3734 14.90114900560776
+1 27612U 02058H   13117.13339005  .00000436  00000-0  80911-4 0   616
+2 27612 064.5578 337.5133 0022629 180.0091 324.6486 14.77146596557628
+1 27613U 02059A   13116.79382785 -.00001237  00000-0  15785-3 0  1148
+2 27613 064.5435 089.1399 7452340 241.6882 026.5313 02.00696506 75762
+1 27616U 02059D   13117.52083814  .00000277  00000-0  00000+0 0  6073
+2 27616 064.7085 100.2479 7077411 251.4161 338.2084 02.05270597 77531
+1 27617U 02060A   13116.74191881  .00000075  00000-0  00000+0 0  3784
+2 27617 064.8149 117.2172 0001353 271.5579 261.7444 02.13102369 80481
+1 27618U 02060B   13115.98953902  .00000081  00000-0  00000+0 0  3899
+2 27618 064.8174 117.2205 0012969 155.4426 239.4826 02.13100596 80456
+1 27619U 02060C   13116.03322969  .00000081  00000-0  00000+0 0  4071
+2 27619 064.8268 117.3035 0007622 275.6342 121.4448 02.13103009 80457
+1 27620U 02060D   13116.49738075  .00000076  00000-0  00000+0 0  2715
+2 27620 064.8222 116.7663 0003371 244.6240 142.8803 02.13449907 80619
+1 27625U 88098H   13103.34878425 -.00000474  00000-0 -25806-1 0  1388
+2 27625 004.4190 341.6419 7240978 242.8856 345.4914 02.00810452 78447
+1 27626U 88098J   13114.20358981 -.00000070  00000-0  00000+0 0  8224
+2 27626 003.8013 163.2407 6388412 092.8607 348.4766 02.75792357134695
+1 27628U 87068CK  13098.77548968  .00000279  00000-0  20662-3 0  6858
+2 27628 082.5140 087.4933 0027257 061.1676 062.9442 13.91919544687016
+1 27629U 87068CL  13115.39019292  .00005772  00000-0  21250-2 0  5170
+2 27629 082.2791 100.8013 0032373 097.3430 263.1437 14.32189591626546
+1 27632U 02062A   13116.41140293 -.00000180  00000-0  10000-3 0  6571
+2 27632 000.0449 109.3631 0004069 328.3408 193.8750 01.00271286 37841
+1 27633U 02062B   13116.48132656 -.00000092  00000-0  00000+0 0  5344
+2 27633 015.5432 098.0998 4933793 307.1960 324.7412 01.83742299 69294
+1 27635U 66077AA  13117.47328953  .00000960  00000-0  26246-1 0  5850
+2 27635 088.3394 113.2201 2268334 091.2335 019.0139 08.75812841344975
+1 27636U 66077AB  13116.84145515  .00000008  00000-0  00000+0 0  1174
+2 27636 088.0378 072.9806 2290419 022.4055 346.2516 08.77169516374558
+1 27638U 84069Y   13110.63522173  .00000047  00000-0  10898-3 0  4667
+2 27638 065.0482 196.7403 0060220 231.3474 128.4545 13.90276162541979
+1 27639U 87068CM  13105.69655372  .00000112  00000-0  10849-3 0  8010
+2 27639 082.5096 230.5370 0067418 008.2444 057.1286 13.70886972595680
+1 27640U 03001A   13117.10145988  .00000057  00000-0  48902-4 0  1667
+2 27640 098.7564 125.8048 0013361 333.0995 057.0637 14.18586309533536
+1 27643U 03002B   13117.09801655  .00001490  00000-0  11919-3 0  3705
+2 27643 094.0110 316.1235 0012771 095.2393 051.4875 15.00536522562078
+1 27644U 03002C   13116.66390865  .00034769  00000-0  96664-3 0   425
+2 27644 093.9761 338.3364 0006435 195.5448 196.9451 15.36730237566148
+1 27646U 02062C   13117.42231985  .00000044  00000-0  37701-3 0  6932
+2 27646 049.5360 289.1789 5416379 172.1227 278.1796 04.61464932173915
+1 27648U 84081F   13116.43713434  .00000036  00000-0  18571-1 0  3434
+2 27648 004.7156 158.1722 7150975 002.9336 359.8839 02.10055589105506
+1 27649U 89006AD  13116.02711346 -.00000051  00000-0  00000+0 0  5090
+2 27649 008.6310 014.4438 6979181 283.8473 298.7789 02.22953977 94142
+1 27650U 89006AE  13115.30836898  .00000315  00000-0  71023-3 0  1413
+2 27650 008.4361 056.5002 7221184 185.2002 337.6654 02.30073540 96963
+1 27651U 03004A   13117.78716258  .00001110  00000-0  14451-3 0   874
+2 27651 039.9957 083.2972 0024271 089.0053 343.1333 14.84452160555748
+1 27652U 03004B   13116.47399797  .00000676  00000-0  98540-4 0  8949
+2 27652 040.0043 137.6381 0021952 005.6093 354.4936 14.82372607555027
+1 27653U 01049NQ  13115.85966426  .00001082  00000-0  16710-3 0  2176
+2 27653 097.8207 081.3282 0070420 141.6796 247.3677 14.73650849580555
+1 27654U 01049NR  13115.39142957  .00010281  00000-0  50564-3 0  9354
+2 27654 097.1561 270.9260 0061510 355.7359 035.9468 15.16504489582329
+1 27655U 01049NS  13110.95216160  .00002998  00000-0  88441-3 0  1320
+2 27655 097.2392 279.0457 0196434 185.4233 328.8126 14.33509087568544
+1 27657U 01049NU  13113.77975674  .00003815  00000-0  49985-3 0  9267
+2 27657 097.7796 091.0907 0040445 138.6054 351.8605 14.80358191586102
+1 27658U 71024D   13116.79834215  .00000248  00000-0  11617-2 0   413
+2 27658 088.1718 000.9826 0053979 108.2842 009.0283 12.71508677478898
+1 27659U 89062P   13116.78447499 -.00000529  00000-0 -13276-1 0  8636
+2 27659 007.0338 349.9547 7047476 343.3927 197.8268 02.32555225120420
+1 27660U 89062Q   13116.97272809  .00001517  00000-0  11730-1 0  6974
+2 27660 006.8518 220.8237 7090907 234.0597 173.0818 02.37495331121107
+1 27661U 91015M   13117.26337182  .00000904  00000-0  11676-2 0  1407
+2 27661 005.6316 009.3681 6737897 009.5089 087.2647 02.91580181112979
+1 27662U 91015N   13116.42474432  .00000039  00000-0  12969-3 0  1401
+2 27662 006.2970 063.1455 6399070 243.7060 289.1611 03.31606048161422
+1 27663U 03005A   13117.13779699 -.00000043  00000-0  00000+0 0  2592
+2 27663 056.4075 043.8036 0071286 002.7546 257.8651 02.00568869 75050
+1 27664U 03005B   13116.96681841  .00000496  00000-0  70022-4 0   421
+2 27664 039.7513 309.7947 0190641 278.2628 207.2285 14.74723205551473
+1 27665U 03005C   13116.92702413  .00000124  00000-0  83125-4 0  7408
+2 27665 039.5756 248.4433 0008396 170.4113 273.6134 14.28039455534665
+1 27669U 91075E   13116.11598904  .00019182  00000-0  13932-1 0  7944
+2 27669 008.0304 352.8329 6189476 087.4357 337.1698 03.69249041138876
+1 27671U 91075G   13115.34970708  .00000191  00000-0  11386-2 0  1279
+2 27671 006.9914 230.2941 5311047 324.7037 017.5869 04.72635528189390
+1 27673U 91075J   13115.84966580  .00000210  00000-0  26312-2 0  1591
+2 27673 007.0755 337.1161 6648098 149.8675 354.5664 02.87395511115162
+1 27674U 91075K   13116.55322428  .00019547  00000-0  20377-2 0  1361
+2 27674 007.2783 196.5338 6076618 048.2942 017.7749 03.95799904138038
+1 27676U 99057MQ  13116.31651979  .00000769  00000-0  27254-3 0  1044
+2 27676 098.4580 066.7056 0111950 078.5481 282.8252 14.33764912537626
+1 27677U 99057MR  13116.78236270  .00001054  00000-0  31273-3 0  1515
+2 27677 098.3289 061.8625 0078884 153.5402 206.9846 14.43525344576720
+1 27678U 99057MS  13103.06746648  .00000222  00000-0  92944-4 0  3373
+2 27678 098.4736 045.2991 0111249 131.8539 289.6848 14.31664942568090
+1 27679U 94029AEJ 13099.36167803  .00002289  00000-0  60975-3 0  7945
+2 27679 081.9810 101.5474 0351299 088.9119 333.5776 14.17216717585444
+1 27683U 03007A   13108.05221568 -.00000211  00000-0  00000+0 0  4289
+2 27683 000.0423 056.9142 0003750 348.8533 151.8709 01.00271283 37277
+1 27684U 03007B   13117.43124757  .00007063  00000-0  17072-2 0  3970
+2 27684 006.6847 148.6713 6865443 331.7404 200.5977 02.81775146 92796
+1 27685U 92072M   13116.88695473  .00005406  00000-0  82911-2 0  8380
+2 27685 006.6337 103.2283 6432298 295.1894 153.4817 03.30872418144662
+1 27686U 93054D   13117.22521208  .00385736  49294-6  55244-3 0  5798
+2 27686 034.6922 084.8234 2044249 165.6687 333.6849 11.64531832308775
+1 27687U 99057MT  13105.15066995  .00000132  00000-0  57772-4 0  7357
+2 27687 098.3904 053.0331 0090720 011.7010 051.1241 14.36039118562540
+1 27688U 99057MU  13115.68680907  .00001032  00000-0  32488-3 0  8449
+2 27688 098.3591 074.7032 0097301 313.3640 170.8520 14.39847051572651
+1 27689U 01056H   13116.15862484 -.00000032  00000-0  20562-4 0  6569
+2 27689 100.0618 216.3872 0208908 085.5885 339.1366 13.25687702550085
+1 27690U 01056J   13115.82677212  .00000022  00000-0  12990-3 0  6762
+2 27690 100.1023 247.0793 0182090 336.5708 180.1402 13.30608378552026
+1 27704U 03010A   13117.52322448  .00000056  00000-0  00000+0 0  1427
+2 27704 053.3756 160.9572 0204738 237.3977 261.9500 02.00560574 73858
+1 27706U 03010C   13117.36376211  .00123448  00000-0  11481-2 0  3249
+2 27706 038.9204 058.9539 3316884 197.5776 335.6543 08.88569642227303
+1 27707U 03011A   13115.33695490  .00285664  12737-4  16256-3 0  5385
+2 27707 063.9791 024.1502 7465546 243.4237 328.5778 02.12638243 73782
+1 27710U 03011D   13110.92697201  .00005333 -11789-5  23756-3 0  8276
+2 27710 064.3543 043.0865 7555524 243.6470 023.8457 01.97011306 72229
+1 27714U 03013A   13117.59841538 -.00000268  00000-0  10000-3 0  6543
+2 27714 000.0853 074.4973 0003144 283.1233 167.0567 01.00272694 36841
+1 27715U 03013B   13117.49806149  .00000049  00000-0  10000-3 0  7044
+2 27715 000.0284 353.4119 0002030 057.2020 215.3495 01.00273054 36881
+1 27716U 03013C   13116.09147976 -.00000080  00000-0  26517-2 0  7254
+2 27716 001.1314 112.9503 7072122 267.3277 298.1247 02.24030192 82232
+1 27717U 03013D   13116.36840316 -.00000061  00000-0  25971-2 0  8368
+2 27717 001.4755 125.0984 7086724 243.8769 244.1588 02.22409417 81664
+1 27718U 03014A   13116.81694815 -.00000367  00000-0  10000-3 0  2991
+2 27718 000.0070 072.1741 0001187 010.2132 188.8050 01.00270426 36812
+1 27721U 65082UT  13098.72690687  .00001702  00000-0  51534-3 0  6602
+2 27721 031.6359 255.0100 0130671 139.4887 341.1025 14.35515577556891
+1 27722U 65108BC  13115.90992076 -.00000111  00000-0  00000+0 0  1011
+2 27722 027.2448 313.1723 6663475 138.5455 359.8972 02.54273062101946
+1 27723U 65108BD  13117.32363681  .00000097  00000-0  20205-2 0  6495
+2 27723 027.2137 080.0689 6731147 098.7613 011.3076 02.74914643116353
+1 27725U 69082LH  13116.86725506  .00004392  00000-0  74820-3 0  4963
+2 27725 070.0203 265.0181 0022823 223.8912 294.9725 14.69525723 75211
+1 27726U 75004HS  13115.21111771  .00000067  00000-0  42983-4 0   277
+2 27726 097.8493 202.4862 0108759 007.3838 046.4434 14.23337389652336
+1 27727U 76077FS  13116.31819264 -.00000278  00000-0 -34954-2 0   614
+2 27727 102.7111 222.2201 0414678 155.4822 241.6880 11.68190363548642
+1 27728U 76077FT  13117.46855563 -.00000754  00000-0 -90007-2 0  6452
+2 27728 102.4521 183.3244 0402558 107.3690 010.5120 11.80872623865026
+1 27729U 77065GF  13115.74315608  .00004951  00000-0  12689-2 0  2571
+2 27729 028.6513 344.1491 0537410 028.4057 025.8145 13.87079404614027
+1 27731U 78087C   13117.78136761  .00017783  00000-0  17687-2 0  2576
+2 27731 031.3465 339.7303 4832059 108.1384 308.8106 05.93958520239318
+1 27732U 79104S   13109.47345051  .00000236  00000-0  27855-1 0  2010
+2 27732 016.4824 287.5097 7336756 167.3128 319.1273 01.93286872 86029
+1 27733U 81053MU  13115.37138645  .00001464  00000-0  95040-3 0  8790
+2 27733 083.1035 254.3831 0039091 186.4406 208.7476 14.01596781692150
+1 27734U 81053MV  13116.79064957  .00001515  00000-0  12240-2 0  3345
+2 27734 083.1140 048.2057 0102682 157.9681 231.7329 13.87221205887892
+1 27735U 81053MW  13116.05068423  .00000990  00000-0  10094-2 0   862
+2 27735 083.0513 135.3972 0106880 039.8716 321.0182 13.73246572963806
+1 27738U 81120K   13096.88602554  .00000019  00000-0  10000-3 0  3983
+2 27738 082.9499 062.1474 0056096 305.4588 054.1404 12.15530417643137
+1 27740U 84114E   13117.09490691  .00029712  00000-0  15248-2 0  8036
+2 27740 006.7836 294.7868 3355320 298.7994 320.5919 08.65743884580088
+1 27741U 85090C   13116.82942882  .00003361  00000-0  14207-3 0  8324
+2 27741 097.4135 186.4015 0033563 107.1078 001.8191 15.23411903601096
+1 27742U 87020DV  13116.06693959  .00011961  00000-0  12910-1 0   137
+2 27742 074.1549 139.1846 0140745 038.9129 322.2017 13.69073516684151
+1 27743U 91009CY  13111.03932762  .00000125  00000-0  13216-2 0  9815
+2 27743 074.0646 125.1597 0137823 271.1246 117.1126 12.19800598669529
+1 27744U 91009CZ  13116.10669749  .00000008  00000-0  22260-3 0  5086
+2 27744 074.0506 127.7746 0176266 285.6523 134.1933 12.18491977881180
+1 27745U 91009DA  13116.54037773 -.00000022  00000-0 -63488-4 0  6628
+2 27745 073.9205 169.5528 0142986 109.9737 038.4816 12.30690373757895
+1 27746U 91009DB  13111.85835523  .00000047  00000-0  60185-3 0    42
+2 27746 074.1171 258.6744 0176354 010.9454 133.0857 12.13927212980547
+1 27747U 91009DC  13115.37699801  .00000246  00000-0  25390-2 0   309
+2 27747 073.9635 094.1444 0082646 063.8148 087.9169 12.18648763676470
+1 27748U 91009DD  13117.45907218  .00000172  00000-0  17416-2 0  3159
+2 27748 074.0489 120.9746 0177340 279.8128 239.9021 12.19065366709371
+1 27749U 92093JL  13117.26767723  .00000558  00000-0  32221-3 0  2900
+2 27749 071.1132 213.3742 0117859 000.2703 032.0798 14.09846326614598
+1 27751U 92093JN  13116.99155768  .00003219  00000-0  11159-2 0  2017
+2 27751 071.1711 233.3790 0053579 108.3481 252.3674 14.35513867964688
+1 27752U 93014G   13099.54415374  .00000330  00000-0  12313-3 0  8432
+2 27752 075.7613 152.5822 0188587 309.1184 111.6558 14.24984257576801
+1 27760U 94077M   13115.08614911  .00001245  00000-0  35969-3 0  1618
+2 27760 071.0013 359.9402 0061193 099.5398 022.8430 14.45493623692772
+1 27761U 96056D   13117.29487020  .00063860  00000-0  66846-3 0  1745
+2 27761 034.8784 098.1477 3664146 175.2228 340.0573 08.20382433275360
+1 27762U 99057MV  13105.19028947  .00000363  00000-0  19160-3 0   111
+2 27762 098.6296 004.9921 0185609 217.0976 300.2589 14.11188702586539
+1 27763U 00015B   13116.07555429  .00002448  00000-0  29040-2 0  6284
+2 27763 064.7857 060.6280 4783544 107.0198 351.6231 05.75967475225035
+1 27764U 00025D   13117.72336987  .00103200  34248-6  71788-3 0  9493
+2 27764 038.7929 310.1972 4003360 050.7004 003.7482 07.58481656243464
+1 27765U 00040D   13104.43004854  .00062991 -89202-7  39251-3 0  8109
+2 27765 038.9301 203.1318 3457748 256.0081 152.1941 08.63581128270690
+1 27768U 02054D   13117.42080801  .00001388  00000-0  31114-3 0  4276
+2 27768 097.9953 276.8067 0039343 127.9421 232.4528 14.57635035552982
+1 27769U 02054E   13117.41867337  .00001366  00000-0  29105-3 0  3679
+2 27769 097.9446 283.0087 0041770 098.3889 262.2050 14.59924302553801
+1 27772U 99031F   13117.21337803  .00007178  00000-0  22243-1 0  9084
+2 27772 052.0111 045.9392 0119999 052.0371 096.9066 13.03388871509287
+1 27775U 03015A   13115.25755107 -.00000364  00000-0  10000-3 0  5781
+2 27775 006.5587 056.4819 0040372 246.2026 113.2921 01.00479361 36708
+1 27780U 03015F   13117.08967488  .00000135  00000-0  00000+0 0  1941
+2 27780 006.5571 056.6238 0010769 298.2925 278.5973 01.00325425 36518
+1 27783U 03017A   13116.86046278  .00000617  00000-0  10316-3 0  7683
+2 27783 028.9987 315.8641 0003986 268.1019 210.9476 14.60650847533981
+1 27784U 03017B   13116.89509760  .00000440  00000-0  67253-4 0  6201
+2 27784 029.0049 301.8866 0005337 249.5427 252.1564 14.60779690534148
+1 27790U 65108BE  13114.43369703  .00000047  00000-0  77882-3 0  8311
+2 27790 026.4663 081.7529 6704111 253.4917 338.7035 02.74154454106368
+1 27792U 65108BG  13117.13906844  .00000184  00000-0  91943-3 0  9133
+2 27792 026.2573 140.7068 6799594 039.3427 354.2890 02.75693588133840
+1 27793U 65108BH  13109.73569226  .00000179  00000-0  84573-3 0  3522
+2 27793 026.4452 283.9420 6609924 022.9505 015.4535 02.99327428142231
+1 27795U 79104T   13110.38024627 -.00000251  00000-0  67855-2 0  7753
+2 27795 015.5543 308.7193 7339660 109.0055 233.7002 02.00876939 85868
+1 27796U 81031H   13117.55961536  .00000525  00000-0  00000+0 0  3688
+2 27796 067.3797 044.8324 5911251 100.1851 009.5307 02.01732599 89051
+1 27798U 81071M   13114.32644194  .00000522  00000-0  00000+0 0   879
+2 27798 069.4219 337.1991 5916535 119.6243 023.2687 01.98180640 90823
+1 27800U 81071P   13116.48786012  .00000737  00000-0  00000+0 0  1776
+2 27800 066.8575 088.0506 5766768 108.6517 009.2878 01.97629271 98517
+1 27801U 81071Q   13116.43859940  .00000449  00000-0  00000+0 0  3810
+2 27801 066.9260 085.6525 5790924 104.7709 009.3121 01.97964800 88628
+1 27802U 81071R   13117.24120997  .00000560  00000-0  00000+0 0  5629
+2 27802 068.7197 005.4564 5901909 123.6681 005.0896 01.97580462114414
+1 27803U 82055BQ  13116.79470160  .00000708  00000-0  58342-3 0  5835
+2 27803 065.8211 222.3904 0034648 335.2582 168.3462 13.95220323120890
+1 27804U 91068AR  13105.82007069  .00000011  00000-0  00000+0 0  7918
+2 27804 082.6290 236.6742 0015171 322.6230 195.6256 12.62582777501910
+1 27805U 92047L   13116.52975484  .00011215  00000-0  88057-2 0  6201
+2 27805 065.2428 264.3642 4830097 121.5940 325.2596 05.74043963231213
+1 27806U 99057MW  13107.70652642  .00000058  00000-0  36221-4 0  7558
+2 27806 098.4931 048.0131 0111871 149.5369 332.8752 14.30268104595673
+1 27807U 03018A   13117.52915804  .00000087  00000-0  00000+0 0  7265
+2 27807 002.0440 072.3977 0003914 261.7783 098.0653 00.99851261 36531
+1 27811U 03020A   13117.02203757  .00000144  00000-0  00000+0 0  6088
+2 27811 000.0330 068.2766 0004369 337.3971 216.4402 01.00271667 36364
+1 27813U 03021A   13117.49767272  .00000113  00000-0  10000-3 0  8879
+2 27813 002.2356 075.1163 0002885 357.4988 178.5225 00.99773708 36381
+1 27818U 03023A   13117.36281425  .00000049  00000-0  37364-4 0  9246
+2 27818 082.9457 070.4073 0030854 322.9681 036.9357 13.72034328495616
+1 27819U 03023B   13116.85814122  .00000082  00000-0  71475-4 0  1235
+2 27819 082.9493 062.6182 0045380 317.0395 076.1707 13.74068269496178
+1 27820U 03024A   13117.47571428 -.00000226  00000-0  00000+0 0  7627
+2 27820 000.0181 020.2130 0003361 037.0464 246.6115 01.00274261 36249
+1 27821U 03024B   13117.42486905  .00005778  00000-0  67954-3 0  1735
+2 27821 049.5736 162.9511 5052983 341.9423 161.0215 05.55672852194767
+1 27825U 03026A   13117.09025027  .00000125  00000-0  00000+0 0  4715
+2 27825 003.4994 018.5370 0004525 020.9471 252.2636 01.00272530 36238
+1 27826U 03026B   13116.56749050 -.00000032  00000-0  00000+0 0  6143
+2 27826 005.4434 211.3594 6968938 082.3833 008.5016 02.22041115 80161
+1 27830U 03028A   13117.90121459 -.00000361  00000-0  10000-3 0  7631
+2 27830 000.0161 199.6189 0000446 066.1072 024.6068 01.00270138 36219
+1 27831U 03028B   13110.52608159 -.00000153  00000-0  10000-3 0  8247
+2 27831 000.0665 115.3234 0002508 270.6292 168.2013 01.00270995 36139
+1 27832U 03028C   13117.02168650  .00000087  00000-0  15338-2 0  8442
+2 27832 006.6908 132.2421 7175660 334.1956 073.0997 02.24727570 81124
+1 27833U 03028D   13116.13745575  .00000230  00000-0  36237-2 0  8150
+2 27833 006.4530 130.3191 7156912 338.5660 009.3315 02.25857144 81450
+1 27834U 03029A   13117.85011987  .00000823  00000-0  16251-3 0  7663
+2 27834 063.8812 024.5524 7471656 243.8956 029.7711 02.05860986 72234
+1 27837U 03029D   13114.04365837  .00005629 -16999-5  28628-3 0  8335
+2 27837 064.3701 042.6399 7560588 243.6020 023.7882 01.96848758 70642
+1 27840U 03031A   13117.55524634  .00000206  00000-0  77302-4 0  2360
+2 27840 098.2835 156.5177 0098485 353.5972 006.3949 14.38606402515958
+1 27842U 03031C   13117.62472909  .00000151  00000-0  88865-4 0  6647
+2 27842 098.6904 127.6138 0009302 019.1781 101.1383 14.21427494509672
+1 27843U 03031D   13116.84942832  .00000023  00000-0  31129-4 0  6377
+2 27843 098.7173 125.4767 0010640 057.0973 359.5085 14.20293263509264
+1 27844U 03031E   13117.08462583  .00000200  00000-0  11191-3 0  6345
+2 27844 098.7018 126.9006 0010260 043.6091 348.2226 14.21195189509479
+1 27845U 03031F   13117.06462053  .00000273  00000-0  14593-3 0  6817
+2 27845 098.7109 126.9094 0009765 063.7650 329.2202 14.20965957509335
+1 27846U 03031G   13116.97448229  .00000145  00000-0  86134-4 0  5500
+2 27846 098.6904 126.9633 0009311 021.0766 008.9472 14.21425647509584
+1 27847U 03031H   13116.73126875  .00000149  00000-0  87953-4 0  5420
+2 27847 098.6907 126.6914 0009365 021.8938 033.2016 14.21392956509485
+1 27848U 03031J   13117.00520722  .00000172  00000-0  99608-4 0  5797
+2 27848 098.7101 126.3077 0010264 049.5797 344.3162 14.20923542509398
+1 27852U 03033A   13116.47347341 -.00000289  00000-0  00000+0 0  7546
+2 27852 000.0417 039.1274 0002410 007.0653 277.5325 01.00268420 35857
+1 27853U 03033B   13116.42185064  .00000026  00000-0  00000+0 0  3605
+2 27853 017.2934 191.3283 6024820 116.8838 352.3310 02.11268523 75466
+1 27854U 03034A   13116.36651560  .00000006  00000-0  00000+0 0  7195
+2 27854 000.0239 067.0938 0003335 348.6012 169.7857 01.00272298 35634
+1 27855U 03034B   13116.19762250 -.00000000  00000-0  17879-2 0  1998
+2 27855 000.8480 328.6180 7145666 299.8017 351.8518 02.24627245 79751
+1 27858U 03036A   13117.50433272  .00000449  00000-0  70820-4 0  9270
+2 27858 073.9340 288.2359 0008152 011.9635 044.5823 14.75648785522668
+1 27859U 03036B   13116.84364526  .00000777  00000-0  11290-3 0  8584
+2 27859 073.9300 268.8994 0007474 035.1955 324.9711 14.77876107523152
+1 27864U 65108BK  13104.57788350 -.00000151  00000-0 -44408-2 0  8359
+2 27864 026.7951 252.5825 6703361 011.8375 009.1682 02.66316097103841
+1 27865U 65108BL  13117.10112525  .00000109  00000-0  87758-2 0  3832
+2 27865 026.6841 150.2401 6701733 344.4955 007.1956 02.60100295104458
+1 27866U 65108BM  13110.16669395  .00000004  00000-0  00000+0 0  1995
+2 27866 027.0292 285.2329 6558035 189.1150 349.9079 02.60448088104467
+1 27867U 65108BN  13110.18274515 -.00000108  00000-0  00000+0 0  6940
+2 27867 026.3156 074.3954 6624866 150.6905 353.5262 02.66605982111150
+1 27868U 03037A   13117.88450255  .00000024  00000-0  10000-3 0   388
+2 27868 082.4651 098.2681 0023066 114.6165 245.7326 12.45109714440487
+1 27869U 03037B   13117.46364655  .00000024  00000-0  10000-3 0   471
+2 27869 082.4646 096.9972 0023834 116.9984 243.3537 12.45429063440544
+1 27870U 03037C   13117.01456263  .00000226  00000-0  15182-2 0  6061
+2 27870 082.4680 100.7653 0025820 111.8825 281.5260 12.44679748440205
+1 27878U 65108BP  13116.26013279  .00000260  00000-0  26328-2 0  8297
+2 27878 026.3056 129.9700 6703840 056.0517 005.3324 02.82218701108137
+1 27879U 65108BQ  13117.44709227 -.00000139  00000-0  38174-3 0  8945
+2 27879 026.9691 336.4229 6772508 254.0231 342.5099 02.60255523 97928
+1 27880U 66025J   13112.09565323  .00003225  00000-0  11203-2 0  2944
+2 27880 144.5876 303.0854 0020600 191.4728 168.5493 14.29606694529734
+1 27881U 76128C   13115.51756845  .00000607  00000-0  55920-3 0  7964
+2 27881 082.9368 109.1621 0041707 286.3270 220.9856 13.80788278591303
+1 27882U 77027F   13117.13630190 -.00000184  00000-0  00000+0 0  6794
+2 27882 064.9639 258.7436 6563070 045.8931 004.0119 01.97747137111800
+1 27883U 77047F   13114.87791546  .00000839  00000-0  00000+0 0  2802
+2 27883 067.4496 010.4564 5911070 078.8469 347.8755 02.02093505 78360
+1 27884U 77047G   13115.07359052 -.00000379  00000-0  00000+0 0  4372
+2 27884 067.3435 019.1031 5926909 078.2720 020.2085 02.01610891 77188
+1 27885U 77047H   13107.68965102  .00000220  00000-0  00000+0 0  9740
+2 27885 067.4661 322.1236 5961352 069.3912 352.8301 02.04122498346986
+1 27886U 77047J   13105.17989304  .00000105  00000-0  00000+0 0  8621
+2 27886 068.6680 169.5864 4795586 083.0943 351.8263 01.94434330 86921
+1 27888U 77047L   13116.69919117 -.00000340  00000-0  00000+0 0  2713
+2 27888 067.4495 013.2394 5901258 079.3140 338.4599 02.01997828121265
+1 27892U 78083K   13115.04346497 -.00000118  00000-0  00000+0 0  5549
+2 27892 069.0530 299.9892 5927862 126.5063 003.8744 02.00781635 78398
+1 27897U 80057K   13112.17513720 -.00000183  00000-0  00000+0 0  3285
+2 27897 067.0972 073.6385 5736684 095.7864 004.5543 01.99216280 75254
+1 27898U 80057L   13115.99144436  .00000862  00000-0  00000+0 0  3523
+2 27898 067.1021 068.3197 5666153 103.9940 340.3997 01.99667149 83137
+1 27899U 80085J   13115.36758851 -.00000467  00000-0  00000+0 0  3946
+2 27899 068.2628 108.7991 6544223 046.1523 026.5901 02.02540560 78968
+1 27901U 81031J   13117.44117250 -.00000600  00000-0  00000+0 0  3843
+2 27901 067.5618 129.5774 5489667 091.8438 014.5174 02.01138305 84352
+1 27902U 81031K   13115.94288759 -.00000585  00000-0  00000+0 0  3651
+2 27902 067.7004 134.2349 5454817 090.1889 340.8482 02.01241574 78506
+1 27903U 82064E   13114.29463152  .00000659  00000-0  00000+0 0  4144
+2 27903 068.8825 194.3146 5308907 098.3912 347.7268 01.96004615 76734
+1 27905U 82064G   13110.84078553  .00000335  00000-0  00000+0 0  5771
+2 27905 067.8911 172.8321 5397253 110.4138 300.4193 02.00242091 88672
+1 27906U 83070H   13114.86225697  .00000777  00000-0  00000+0 0   538
+2 27906 065.5078 144.5925 7207544 027.6181 003.2609 02.04978042121630
+1 27907U 83070J   13106.64171390 -.00000290  00000-0  00000+0 0  5420
+2 27907 067.2437 243.6015 6451278 047.5594 358.6395 01.98562569113470
+1 27908U 84069AA  13101.32512638  .00000187  00000-0  21985-3 0  6530
+2 27908 065.0348 214.6518 0061257 245.1572 114.8132 13.90301404514159
+1 27918U 87079AB  13116.98195076  .00000801  00000-0  12220-1 0  3086
+2 27918 065.7879 304.4749 5407656 198.8509 351.5639 04.43180872157849
+1 27923U 87079AG  13116.37180782  .00011352  00000-0  24169-1 0  6848
+2 27923 065.2809 158.1418 5242442 241.8117 285.9004 04.97167852165379
+1 27939U 03042A   13117.55223601  .00000614  00000-0  12449-3 0  3602
+2 27939 097.7976 308.0472 0013324 353.0511 007.0501 14.64402514511889
+1 27940U 03042B   13117.49545807  .00000310  00000-0  68158-4 0  9532
+2 27940 097.8042 304.2003 0014549 028.2388 024.3328 14.63601080511749
+1 27941U 03042C   13117.76958379  .00000928  00000-0  12970-3 0  8012
+2 27941 097.7941 323.4132 0053448 105.6793 255.0321 14.78965030512846
+1 27942U 03042D   13117.14336536  .00000454  00000-0  70199-4 0  8719
+2 27942 097.7799 324.6777 0063712 308.8187 198.5918 14.76703631512922
+1 27943U 03042E   13117.84253646  .00000264  00000-0  59547-4 0  6369
+2 27943 097.7997 305.8025 0011365 001.1773 358.9461 14.63392047511791
+1 27944U 03042F   13117.80764168  .00000041  00000-0  16558-4 0  1972
+2 27944 097.8042 302.2188 0012112 006.9066 108.9560 14.62900839511745
+1 27945U 03042G   13117.51847963  .00000230  00000-0  52683-4 0  8578
+2 27945 097.7991 308.2985 0011978 005.2267 028.5514 14.63682393511832
+1 27946U 03043B   13116.30474833 -.00000045  00000-0  38333-3 0  9513
+2 27946 007.9302 314.5817 7163399 202.1367 011.2145 02.23461600 78226
+1 27948U 03043A   13115.85977742  .00000150  00000-0  10000-3 0  8595
+2 27948 000.0623 023.7326 0000980 108.9286 063.9937 01.00274871 35192
+1 27950U 03043D   13116.92790405 -.00000035  00000-0  10415-2 0   848
+2 27950 007.4487 314.0481 7138001 207.3311 353.1283 02.24799608 78718
+1 27951U 03043E   13117.08574338  .00000076  00000-0  10000-3 0  7518
+2 27951 000.0656 080.6123 0007129 327.8429 252.7471 01.00273427 35100
+1 27952U 03043F   13117.26202303 -.00000102  00000-0  00000+0 0  7492
+2 27952 007.4612 304.8531 7133567 225.5084 047.6229 02.25666052 79010
+1 27953U 03044B   13117.01109728 -.00000080  00000-0  00000+0 0  5699
+2 27953 000.7828 010.8784 6573082 152.3709 138.1739 02.14419745 74986
+1 27954U 03044A   13116.42389218  .00000042  00000-0  00000+0 0  5820
+2 27954 000.0072 319.2917 0003547 129.3688 151.5020 01.00269625 35122
+1 27958U 87079AX  13108.76435578  .00001635  00000-0  14076-1 0  9400
+2 27958 065.4590 281.5038 5529463 254.7440 130.7529 04.36005607155963
+1 27976U 88085W   13117.46276443 -.00019937  00000-0 -99584+0 0  7239
+2 27976 061.1447 242.9730 3759801 028.9440 347.5534 06.35694304217789
+1 27978U 88085Y   13112.69635428  .00000002  00000-0  00000+0 0  6801
+2 27978 062.8415 201.2939 4174060 132.3895 010.4477 04.27995486153736
+1 28039U 91003M   13116.83137334 -.00000086  00000-0  00000+0 0  2086
+2 28039 007.1856 203.4694 6683816 213.3463 150.5150 02.58192464148718
+1 28040U 91015P   13107.67408171 -.00000046  00000-0  00000+0 0  7220
+2 28040 007.5135 113.5416 6442685 137.1780 329.7337 02.76561980113137
+1 28041U 91075L   13116.94103090  .00000034  00000-0  27396-2 0  4378
+2 28041 007.0654 080.8104 6610071 309.9036 329.8812 02.84636555114677
+1 28042U 92093JP  13115.33953961  .00000566  00000-0  35741-3 0  1553
+2 28042 070.8805 326.7151 0070223 042.0591 013.3068 14.07251554836200
+1 28050U 03046B   13117.02082953  .00000095  00000-0  67664-4 0  6231
+2 28050 098.4529 101.6770 0050577 325.4408 065.4292 14.16360212492522
+1 28051U 03046A   13117.76453384  .00000057  00000-0  46357-4 0  9814
+2 28051 098.7584 194.8220 0004282 034.8410 325.3049 14.21609139494538
+1 28057U 03049A   13117.80177638  .00000081  00000-0  42643-4 0  4280
+2 28057 098.1592 120.8175 0002003 068.5998 291.5403 14.35058015498706
+1 28058U 03049B   13116.83759150  .00000211  00000-0  71600-4 0  9069
+2 28058 098.4552 226.1173 0011761 272.6647 233.5702 14.46112275502170
+1 28059U 03049C   13117.53728427  .00000134  00000-0  45067-4 0  7555
+2 28059 098.6990 296.4035 0051516 163.4570 229.7701 14.51863974504274
+1 28060U 03050A   13117.09475380 -.00000003  00000-0  45161-4 0  8278
+2 28060 099.4341 136.6428 0020788 327.2324 065.3806 13.71529766475030
+1 28061U 03050B   13117.50460839  .00000265  00000-0  20470-3 0  6809
+2 28061 099.5546 280.1088 0146001 232.9083 158.5781 13.97267885484134
+1 28064U 99057ST  13117.56156007  .00007507  00000-0  14761-2 0  5742
+2 28064 098.1709 123.0959 0043868 275.3440 213.1118 14.62286574508217
+1 28067U 99057MX  13117.35194172  .00001669  00000-0  50070-3 0  1469
+2 28067 098.3519 082.3044 0098874 307.5225 051.7008 14.41277196548090
+1 28068U 99057MY  13105.12144652  .00001180  00000-0  36965-3 0  6921
+2 28068 098.3535 064.7448 0096298 345.1877 072.6158 14.39853121524794
+1 28069U 99057MZ  13096.84445380  .00001237  00000-0  37185-3 0  9136
+2 28069 098.2992 057.4517 0082868 293.0483 066.2013 14.42448994557583
+1 28070U 99057NA  13114.69937735  .00000944  00000-0  27389-3 0  8916
+2 28070 098.2242 082.6889 0075506 186.0777 299.4807 14.44937565559596
+1 28071U 99057NB  13105.01073934  .00000121  00000-0  56280-4 0  6913
+2 28071 098.4538 036.8767 0110299 092.2118 331.2246 14.32613096558485
+1 28072U 99057NC  13115.65098615  .00000982  00000-0  32174-3 0  9078
+2 28072 098.4062 069.1292 0101986 351.7329 131.4930 14.37712638529283
+1 28073U 99057ND  13115.36087440  .00000265  00000-0  93872-4 0  1261
+2 28073 098.3327 070.4379 0085433 252.7389 259.7150 14.40258557540811
+1 28074U 99057NE  13102.72263753  .00000253  00000-0  10370-3 0  7681
+2 28074 098.4688 045.5196 0106951 124.9373 354.7282 14.31908997535327
+1 28075U 99057NF  13117.35032332  .00000963  00000-0  33105-3 0  7133
+2 28075 098.4572 067.5557 0109511 051.2009 099.1913 14.34935307523289
+1 28080U 03048D   13116.15520740  .00001456  00000-0  71906-3 0  2310
+2 28080 098.6650 157.7755 0005927 106.8091 286.0707 14.18943821489865
+1 28081U 03048E   13117.07803512  .00000063  00000-0  48634-4 0  2714
+2 28081 098.5881 151.9909 0013330 072.8068 321.1506 14.20893100488933
+1 28082U 03052A   13117.84233941 -.00000327  00000-0  00000+0 0  8909
+2 28082 000.4415 078.5992 0001297 006.2870 174.8374 01.00332984 34661
+1 28089U 03053A   13117.91179733  .00000109  00000-0  10000-3 0  7476
+2 28089 000.0261 271.3550 0003720 127.8356 194.0753 01.00270745 34580
+1 28094U 03053B   13117.02467007 -.00000235  00000-0  00000+0 0  2110
+2 28094 000.0337 277.2153 0002527 119.8179 276.9781 01.00264329 36744
+1 28098U 03055A   13117.45338897  .00007300  00000-0  12112-3 0  7101
+2 28098 067.0751 105.5289 0004579 304.0611 199.4353 15.52759838529031
+1 28112U 03056A   13115.87939260  .00000006  00000-0  00000+0 0  1866
+2 28112 063.3349 232.4299 0037528 094.7667 051.9262 02.13087842 72963
+1 28113U 03056B   13116.33995940  .00000009  00000-0  00000+0 0  1241
+2 28113 063.3530 232.4458 0035789 091.6051 305.7327 02.13104898 72988
+1 28114U 03056C   13115.66823442  .00000005  00000-0  00000+0 0   711
+2 28114 063.3581 232.4968 0036661 069.1100 082.5785 02.13104762 72962
+1 28115U 03056D   13116.87853619  .00000011  00000-0  00000+0 0   903
+2 28115 063.3146 232.3133 0059535 098.8031 047.9394 02.13128130 72999
+1 28116U 03056E   13116.92468417  .00000752  00000-0  42099-3 0  7859
+2 28116 052.9919 284.1745 5777784 002.1927 070.0334 04.31728889147180
+1 28118U 03057B   13117.53254539  .00084482  00000-0  19146-2 0  7395
+2 28118 028.1598 137.7137 4333419 345.0455 088.3631 06.91045647165167
+1 28119U 03053E   13115.19705649 -.00000386  00000-0  10000-3 0   896
+2 28119 008.4123 053.7381 0224765 178.0269 181.9905 01.00049747 36685
+1 28129U 03058A   13117.40021987  .00000006  00000-0  00000+0 0  7142
+2 28129 053.0123 221.1589 0067339 243.6053 077.9778 02.00565797 68557
+1 28132U 03059A   13117.77971813 -.00000044  00000-0  10000-3 0  5123
+2 28132 000.0542 108.5399 0003230 265.5000 118.5905 01.00273977 34271
+1 28133U 03059B   13117.15672685  .00000061  00000-0  00000+0 0  3830
+2 28133 023.5922 273.2068 5928626 177.4504 171.3088 02.01465321 68709
+1 28134U 03060A   13117.02284699  .00000089  00000-0  10000-3 0  8709
+2 28134 000.0207 304.7750 0001138 135.8646 195.7737 01.00273538 34185
+1 28137U 04001A   13116.50473091 -.00000007  00000-0  10000-3 0  4758
+2 28137 001.5634 072.9296 0004637 290.4339 069.4753 00.98831338 34180
+1 28138U 04001B   13116.36611159 -.00000076  00000-0  11044-2 0  5926
+2 28138 000.6913 346.4765 7147112 033.0936 226.5477 02.24688050 76264
+1 28139U 03060D   13116.05620282  .00000100  00000-0  00000+0 0  1340
+2 28139 008.2755 053.7458 0016303 089.1970 142.1454 01.00269374 34012
+1 28144U 76066D   13117.16699677  .00005406  00000-0  10491-2 0   249
+2 28144 024.5837 118.3193 4580312 028.9449 350.2012 06.30649552330576
+1 28145U 77018F   13111.32261602  .00009399  00000-0  13011-2 0    25
+2 28145 024.4923 100.5116 5180910 093.9323 324.0510 05.33794809182164
+1 28147U 79104U   13098.33587340 -.00000081  00000-0  00000+0 0  2832
+2 28147 014.3186 109.3411 5661781 114.0835 322.9812 03.63155695131355
+1 28154U 04003A   13117.49790141  .00000078  00000-0  10000-3 0  7565
+2 28154 000.0388 033.4839 0003171 359.2166 227.1866 01.00272615 33816
+1 28155U 04003B   13116.23912409  .00006472  00000-0  16434-2 0  2150
+2 28155 012.0640 151.0196 6814798 027.8901 008.0994 02.88260965 86931
+1 28163U 04005A   13117.44364734  .00000090  00000-0  10000-3 0  1228
+2 28163 064.7055 130.0642 7084681 251.7833 291.7596 02.00632752 67322
+1 28164U 04005B   13116.56901703  .00001152  00000-0  28182-1 0  5844
+2 28164 064.9640 144.8092 7002793 253.7234 333.1025 01.96930901 66089
+1 28184U 04007A   13116.37562561 -.00000257  00000-0  10000-3 0  6256
+2 28184 000.0078 258.8562 0001912 130.2072 104.7554 01.00270932 33493
+1 28187U 04008A   13117.27714411  .00000039  00000-0  00000+0 0  5591
+2 28187 000.0682 013.2384 0004238 042.7547 266.1965 01.00273076 33457
+1 28188U 04008B   13116.19911045  .00004853  00000-0  85018-3 0  3743
+2 28188 049.4852 132.9299 5209206 015.4871 007.9459 05.27183941171762
+1 28190U 04009A   13117.14973256  .00000044  00000-0  00000+0 0  7112
+2 28190 055.1487 106.2040 0091466 015.3031 167.6482 02.00561062 66721
+1 28193U 04009D   13117.11958235  .00037311 -61452-7  39667-3 0  7323
+2 28193 038.8986 019.3977 4138881 305.0202 168.5040 07.30984969194540
+1 28194U 04010A   13116.33565372 -.00000235  00000-0  10000-3 0  6986
+2 28194 007.0797 062.9495 0003239 013.3535 346.5721 01.00377024 33275
+1 28200U 66040N   13117.25555659 -.00002408  00000-0 -50276-2 0  2589
+2 28200 099.7340 022.5684 0046310 277.1018 229.2772 13.30108365494922
+1 28201U 66040P   13100.60125480  .00000013  00000-0  10000-3 0    01
+2 28201 100.2569 154.2795 0061365 225.9477 141.5861 13.46418583554472
+1 28202U 66040Q   13117.09268859  .00002890  00000-0  46487-2 0   283
+2 28202 100.1421 162.5449 0038089 114.4424 273.4611 13.49258255522988
+1 28203U 66040R   13116.80685619  .00000911  00000-0  17433-2 0  6534
+2 28203 100.3402 165.5175 0047213 298.1028 116.3740 13.40196497540278
+1 28205U 66040T   13116.35761517  .00001181  00000-0  22583-2 0  3346
+2 28205 100.3095 145.7715 0043442 332.5737 145.6002 13.39548861447061
+1 28206U 66040U   13116.83530833  .00000642  00000-0  12994-2 0  1327
+2 28206 100.3824 165.3015 0047104 359.8892 062.2328 13.37870859447929
+1 28207U 66040V   13116.79431851  .00001577  00000-0  24510-2 0  3993
+2 28207 100.3226 227.2141 0068596 137.3266 015.0835 13.51678365536029
+1 28208U 66040W   13109.76990882  .00001299  00000-0  21135-2 0  3055
+2 28208 100.3295 211.4947 0058324 158.5890 357.1977 13.49422996603599
+1 28209U 66040X   13109.66693419  .00001396  00000-0  23336-2 0  9498
+2 28209 100.3216 191.4093 0044768 162.2506 198.0200 13.47822268485992
+1 28211U 81021U   13089.15107708  .00000079  00000-0  13393-3 0  3303
+2 28211 064.9567 002.3408 0044352 003.1484 357.0820 13.90901881510841
+1 28218U 04011A   13116.95589644  .00000085  00000-0  10000-3 0  4384
+2 28218 007.5512 055.9163 0028520 286.2912 073.2960 00.99460833 32722
+1 28220U 04012A   13116.56052039  .00001706  00000-0  17398-3 0  4993
+2 28220 097.4965 096.2924 0011940 171.7467 255.6624 14.91850608490236
+1 28221U 04012B   13117.13272475  .00001284  00000-0  13904-3 0  5010
+2 28221 097.5109 092.8396 0011573 184.0953 304.7494 14.89822110490057
+1 28222U 04012C   13117.56177791  .00002282  00000-0  17897-3 0  9426
+2 28222 097.3775 108.9730 0056010 316.7047 191.8091 15.00701864493146
+1 28224U 04012E   13114.40979867  .00012639  00000-0  11480-2 0  8025
+2 28224 097.5667 023.4546 0057601 153.8436 273.1877 14.94112193485684
+1 28225U 04012F   13116.20395633  .00005512  00000-0  71487-3 0  6258
+2 28225 097.4477 329.9619 0087000 273.1116 203.6198 14.78505299483097
+1 28226U 04012G   13111.87549024  .00009919  00000-0  12394-2 0  6461
+2 28226 097.7904 084.0834 0079334 350.2118 042.0863 14.80302162482690
+1 28230U 04014A   13117.47655319  .00000429  00000-0  58860-4 0  7216
+2 28230 089.9006 145.2948 0003358 120.2770 011.3731 14.76905176485830
+1 28232U 04012J   13116.85009396  .00004959  00000-0  81343-3 0  6666
+2 28232 097.9099 040.3931 0134669 235.2736 155.5795 14.65254839478383
+1 28233U 04012K   13117.53188074  .00014716  00000-0  12024-2 0  8410
+2 28233 097.6444 107.5020 0049618 161.5071 345.5234 14.98505184486940
+1 28234U 04015A   13115.95889264  .00000071  00000-0  10000-3 0  9757
+2 28234 006.2485 059.3583 0001568 206.3080 153.5951 00.99235825 32724
+1 28237U 02003D   13117.40047937  .00000730  00000-0  22273-2 0  8564
+2 28237 028.3314 174.8892 7160475 043.2679 003.0270 02.34661085 94959
+1 28238U 04016A   13116.15285381 -.00000005  00000-0  10000-3 0  7379
+2 28238 000.0043 131.7676 0002910 260.1601 118.3743 01.00273490 32953
+1 28240U 04015D   13115.80728817 -.00000235  00000-0  10000-3 0   488
+2 28240 007.9432 054.4176 0016021 211.3731 148.4458 01.00719996 33112
+1 28243U 02003E   13117.32305493  .00000666  00000-0  24315-2 0  2118
+2 28243 028.4391 184.0444 7158368 027.7475 007.3656 02.34229113 90185
+1 28248U 64083M   13117.17479948  .00009222  00000-0  67706-2 0  8315
+2 28248 089.9117 178.4128 0186694 266.8786 124.9083 13.87720033451583
+1 28252U 04017A   13116.37636346  .00000062  00000-0  00000+0 0  4342
+2 28252 000.0387 070.5320 0002891 337.0202 171.4606 01.00272583 32742
+1 28253U 04017B   13117.14425627  .00283221  66522-7  19731-2 0  2033
+2 28253 012.0282 164.9851 5360915 091.1674 340.2321 05.18209248131210
+1 28254U 04018A   13117.85922230  .00000106  00000-0  10000-3 0   158
+2 28254 098.9177 180.8267 0001469 086.3906 042.7062 14.00776590457015
+1 28255U 04018B   13117.05379586  .00000236  00000-0  75277-4 0  6205
+2 28255 099.1598 118.7843 0014604 244.4307 147.7989 14.49419316472534
+1 28256U 04010F   13115.45357961  .00000136  00000-0  10000-3 0   860
+2 28256 007.0725 063.2065 0026242 247.3589 112.2970 01.00101404 32673
+1 28263U 00071D   13117.58655172  .00488250  11777-5  38910-3 0  8663
+2 28263 038.8126 216.9500 2115440 336.4858 131.5116 11.51914702245446
+1 28264U 03010D   13116.32844704  .00020796 -30932-6  35109-3 0  3173
+2 28264 039.0529 219.5404 5321871 261.5831 116.9565 05.21625717166192
+1 28266U 68055L   13117.31372372 -.00005150  00000-0 -18108-1 0  2219
+2 28266 120.7712 233.4619 1770131 071.0392 307.3062 10.56983222371994
+1 28270U 81016L   13109.80224155  .00000824  00000-0  00000+0 0  9652
+2 28270 068.3996 354.6706 5894701 095.3858 344.7444 02.02470146 89288
+1 28273U 84069AJ  13088.83847834  .00000055  00000-0  11508-3 0  3503
+2 28273 065.0480 243.8485 0059692 240.1453 119.3739 13.90520955461453
+1 28278U 91068AT  13115.11194377  .00001530  00000-0  66198-2 0  5925
+2 28278 082.2751 352.2866 0058509 034.9990 088.9848 12.80141710475452
+1 28279U 92072N   13111.60731287 -.00000143  00000-0  30295-3 0  7224
+2 28279 007.9900 282.8806 6464497 287.7421 014.7639 02.90120622 99215
+1 28280U 92072P   13115.44296704 -.00000090  00000-0 -46401-2 0  1335
+2 28280 008.2701 170.5958 6479435 152.6362 354.5976 02.91578865115724
+1 28282U 93014K   13112.84107651  .00011737  00000-0  21883-2 0  8586
+2 28282 075.7611 282.6111 0096114 351.7134 008.2368 14.62058649530344
+1 28283U 93014L   13113.00656228  .00008506  00000-0  20984-2 0  9677
+2 28283 075.7560 338.3233 0128116 065.1412 000.0780 14.47298040484165
+1 28286U 93014P   13116.84451584  .00009019  00000-0  17438-2 0   461
+2 28286 075.7465 288.6815 0097640 005.5461 354.6769 14.60391699500134
+1 28288U 93014R   13105.23102492  .00005647  00000-0  12240-2 0  8349
+2 28288 075.7501 300.2706 0121212 016.4105 102.3168 14.53772300476548
+1 28291U 93014U   13113.52299686  .00008330  00000-0  18854-2 0  2125
+2 28291 075.7458 311.9229 0124893 029.4102 331.4019 14.51482508490284
+1 28292U 93014V   13098.31237250  .00000949  00000-0  30967-3 0  1547
+2 28292 075.7622 052.1852 0160781 166.7351 267.8335 14.32235858528010
+1 28300U 91082M   13116.49999135  .00001448  00000-0  69083-3 0  3826
+2 28300 098.7538 109.7256 0011116 229.7590 276.4296 14.20781576467092
+1 28302U 91082P   13117.54334823  .00000922  00000-0  49500-3 0  5901
+2 28302 098.8108 110.2358 0031807 342.8569 136.9277 14.15161155465816
+1 28303U 91082Q   13115.33129234  .00000065  00000-0  46190-4 0  6200
+2 28303 098.5436 118.8148 0028968 352.8127 121.8840 14.24648914468594
+1 28304U 91082R   13117.46159624  .00000108  00000-0  77253-4 0  9185
+2 28304 098.8071 103.4149 0011659 289.0287 226.3617 14.15858450465959
+1 28307U 91082U   13117.51802362 -.00000049  00000-0 -24204-5 0  9497
+2 28307 098.9313 094.0572 0039198 017.8632 107.3160 14.09359443463765
+1 28308U 91082V   13116.94427537  .00001088  00000-0  53069-3 0  5623
+2 28308 098.7588 110.8927 0014898 252.1683 139.4556 14.20093312466243
+1 28309U 91082W   13117.50718803  .00000078  00000-0  55497-4 0  1145
+2 28309 098.6430 114.7865 0015972 065.6304 055.1016 14.21262061467666
+1 28310U 91082X   13090.46039315  .00002755  00000-0  11831-2 0  9230
+2 28310 098.7132 086.2873 0010612 307.7483 205.3448 14.25511820463673
+1 28312U 91082Z   13117.46337089  .00000616  00000-0  32054-3 0  1429
+2 28312 098.7787 106.0867 0011003 250.1334 238.4624 14.18290806465592
+1 28313U 91082AA  13115.46935366  .00005550  00000-0  22139-2 0  8498
+2 28313 098.7515 111.3374 0027842 226.1546 287.9978 14.28705364466335
+1 28314U 91082AB  13116.20961897  .00016050  00000-0  26341-2 0  1118
+2 28314 098.9312 025.4858 0094744 093.5567 031.9501 14.67784503476592
+1 28315U 91082AC  13117.53479848  .00001700  00000-0  12341-2 0  6033
+2 28315 098.7111 339.3834 0146240 323.7097 112.5518 13.92713648457147
+1 28317U 91082AE  13117.26020355  .00000466  00000-0  25653-3 0  8862
+2 28317 098.7084 128.0727 0129345 294.7899 199.1634 14.12230803464425
+1 28318U 91082AF  13116.48865104  .00003728  00000-0  17706-2 0  4280
+2 28318 098.8211 116.3816 0065705 357.9431 159.9773 14.18945656463928
+1 28319U 91082AG  13105.16748823  .00003036  00000-0  14652-2 0  8667
+2 28319 098.7245 058.4759 0073379 340.6835 077.9176 14.17957038462235
+1 28320U 91082AH  13117.50296085  .00008013  00000-0  28275-2 0  5818
+2 28320 098.7033 139.9046 0048745 262.1052 097.4598 14.34316741465714
+1 28321U 91082AJ  13116.95143803  .00002037  00000-0  88760-3 0  9209
+2 28321 098.7170 113.9659 0009757 219.1859 140.8661 14.25057543466342
+1 28322U 91082AK  13117.08615825  .00000074  00000-0  81597-4 0   575
+2 28322 098.6150 338.7671 0116565 227.2612 287.3328 13.94429147457934
+1 28323U 91082AL  13114.85100127  .00009168  00000-0  41220-2 0  9133
+2 28323 098.6633 081.6965 0096745 073.0825 288.0930 14.20063241461910
+1 28324U 91082AM  13114.01752278  .00011877  00000-0  35030-2 0   270
+2 28324 098.5899 137.0948 0015634 136.4403 254.1653 14.43642784467951
+1 28325U 91082AN  13114.93889086  .00002716  00000-0  15334-2 0  9917
+2 28325 098.6347 014.9618 0093342 106.6046 311.6601 14.08835004460070
+1 28326U 91082AP  13115.91688704  .00002211  00000-0  12320-2 0   767
+2 28326 098.9328 102.7069 0074239 118.2998 242.5689 14.10591907460935
+1 28327U 91082AQ  13098.24512712  .00002834  00000-0  13894-2 0  7955
+2 28327 098.7981 079.4021 0033657 331.3452 083.9649 14.18304461461219
+1 28328U 91082AR  13117.43318572  .00005205  00000-0  25035-2 0  8919
+2 28328 098.8927 105.0702 0095965 117.1325 243.9675 14.16821335461211
+1 28329U 91082AS  13100.38386197  .00002623  00000-0  15489-2 0  7736
+2 28329 098.9308 070.5719 0097346 227.7874 286.7255 14.06330190457635
+1 28330U 91082AT  13103.18303108  .00002495  00000-0  14376-2 0  7056
+2 28330 098.8717 059.0113 0101630 184.7222 240.1819 14.07469989457844
+1 28331U 91082AU  13088.89541758  .00001910  00000-0  66322-3 0  6747
+2 28331 098.4308 119.7700 0046077 305.2096 178.5235 14.36071671465209
+1 28332U 91082AV  13107.90092949  .00006320  00000-0  24371-2 0   140
+2 28332 098.7782 116.3071 0053279 357.0243 124.6143 14.29804541462191
+1 28333U 91082AW  13113.94336080  .00002678  00000-0  11629-2 0  8769
+2 28333 098.7122 111.1232 0011613 221.5670 168.2301 14.24960600464755
+1 28334U 91082AX  13113.33271631  .00003157  00000-0  16722-2 0  9025
+2 28334 098.7939 063.2472 0092167 055.3590 098.9708 14.12211918460431
+1 28335U 91082AY  13115.89447186  .00001472  00000-0  69772-3 0  9414
+2 28335 098.7781 103.5209 0013875 257.2800 134.2895 14.21093124464194
+1 28338U 91082BB  13113.43148095  .00002763  00000-0  11933-2 0  8858
+2 28338 098.7129 110.8275 0012918 210.6900 149.3525 14.25207787463998
+1 28340U 91082BD  13114.92454378  .00006157  00000-0  25013-2 0  8563
+2 28340 098.7446 102.7117 0028953 243.4789 145.7871 14.27704852462566
+1 28341U 91082BE  13117.07465138  .00010505  00000-0  32961-2 0  9922
+2 28341 098.3942 058.9186 0056858 171.2539 245.7622 14.39780976463535
+1 28342U 91082BF  13110.81449539  .00002295  00000-0  13225-2 0   981
+2 28342 098.8499 059.3830 0095495 142.4180 247.7672 14.07839857457517
+1 28343U 91082BG  13109.85038553  .00001200  00000-0  72112-3 0  6784
+2 28343 098.9415 087.1178 0090110 195.5183 276.5577 14.06766696457144
+1 28344U 91082BH  13092.93290514  .00002731  00000-0  12034-2 0  7880
+2 28344 098.7217 087.7318 0008569 295.1241 094.6647 14.24195133460181
+1 28345U 91082BJ  13117.51778831  .00002346  00000-0  16038-2 0  1127
+2 28345 098.6500 316.0408 0147708 297.0515 118.0721 13.95536696453511
+1 28346U 91082BK  13114.85461671  .00002606  00000-0  11398-2 0  9034
+2 28346 098.7147 113.2483 0013658 226.2738 264.9244 14.24606905462837
+1 28348U 91082BM  13093.50183867  .00005467  00000-0  20269-2 0    16
+2 28348 098.6689 100.2385 0012774 227.4173 132.5934 14.32592938460530
+1 28349U 91082BN  13114.77136699  .00002469  00000-0  13919-2 0  8023
+2 28349 098.8532 079.6072 0087154 142.8489 342.7817 14.09332138457399
+1 28352U 04021A   13116.91325044 -.00000006  00000-0  22824-4 0    65
+2 28352 071.0066 041.3326 0016339 232.6156 159.1122 14.11280304457470
+1 28353U 04021B   13117.18983819  .00000153  00000-0  10522-3 0  4737
+2 28353 071.0026 008.9710 0006411 320.1123 184.4371 14.14021434458412
+1 28354U 04021C   13116.48738508  .00000057  00000-0  99459-4 0  4115
+2 28354 070.9560 136.9774 0225324 233.9637 281.0737 13.67908883442875
+1 28355U 04021D   13115.52621348 -.00000005  00000-0  37806-4 0  4081
+2 28355 070.9686 151.2008 0230506 210.5784 303.7953 13.67160110442489
+1 28356U 04021E   13116.64899711 -.00000009  00000-0  31604-4 0  4104
+2 28356 071.0642 167.1807 0221637 175.0458 331.2098 13.68384041443024
+1 28357U 04021F   13117.13080634  .00000058  00000-0  93707-4 0  4167
+2 28357 071.0739 126.4559 0199532 113.8240 281.9086 13.72479437444423
+1 28358U 04022A   13116.78397188 -.00000018  00000-0  10000-3 0  5199
+2 28358 000.0032 217.2022 0000491 165.9637 113.0544 01.00273154 32501
+1 28359U 04022B   13116.49307692  .00005840  00000-0  85626-3 0  9668
+2 28359 049.5229 097.7806 4745252 038.0798 039.7365 06.05429453192374
+1 28360U 04022C   13116.07473903 -.00000161  00000-0  00000+0 0  2870
+2 28360 023.6707 109.0453 5988553 141.9684 345.6417 02.01489542 65202
+1 28361U 04023A   13117.13759647 -.00000027  00000-0  00000+0 0  5281
+2 28361 054.7875 281.6761 0085231 195.1663 128.7490 02.00558264 64800
+1 28364U 04024A   13114.85375872 -.00000298  00000-0  10000-3 0  6124
+2 28364 000.0104 257.3385 0002293 128.9819 272.0621 01.00270235 32462
+1 28365U 04024B   13109.97910044  .00000006  00000-0  00000+0 0  9931
+2 28365 000.1006 104.3831 5964066 348.8946 332.2145 03.73336206120142
+1 28366U 04025A   13117.45320387  .00000128  00000-0  55636-4 0  4682
+2 28366 098.2668 061.9093 0107618 253.9440 219.0399 14.35973818462581
+1 28367U 04025B   13116.17547744  .00000002  00000-0  22531-4 0  5094
+2 28367 098.2450 211.9760 0350406 258.7537 156.0501 13.87943389447038
+1 28368U 04025C   13117.83554559  .00000709  00000-0  12062-3 0  9412
+2 28368 097.8166 164.3862 0002425 089.0744 271.0737 14.71936420473087
+1 28369U 04025D   13117.52035427  .00000301  00000-0  85847-4 0  5288
+2 28369 097.9920 104.0990 0033932 014.5909 131.8663 14.51225625467443
+1 28370U 04025E   13116.99216317  .00000300  00000-0  93581-4 0  5248
+2 28370 098.1004 088.0201 0060038 088.4467 318.6024 14.46297820465795
+1 28371U 04025F   13117.79919912  .00000181  00000-0  53645-4 0  8853
+2 28371 097.9406 112.6734 0025758 351.5859 008.4907 14.53386324468224
+1 28372U 04025G   13117.50317683  .00000239  00000-0  73874-4 0  5149
+2 28372 098.0485 095.2722 0047839 050.4894 096.0039 14.48647826466638
+1 28373U 04025H   13117.52380769  .00000338  00000-0  10783-3 0  5124
+2 28373 098.1481 082.6293 0071648 124.9702 351.7640 14.44084861465615
+1 28374U 04025J   13116.65102508  .00000324  00000-0  77133-4 0  4005
+2 28374 097.9442 158.8810 0019159 347.0092 159.0928 14.59708435469977
+1 28375U 04025K   13116.93677763  .00000158  00000-0  59947-4 0  5422
+2 28375 098.1969 074.4678 0083979 170.3541 231.7974 14.41098066463951
+1 28376U 04026A   13117.26479863  .00000545  00000-0  13098-3 0  7879
+2 28376 098.2114 061.6299 0000805 080.9978 279.1324 14.57115130467159
+1 28378U 04027A   13116.36679002 -.00000056  00000-0  10000-3 0  2872
+2 28378 000.0438 019.9671 0000414 077.1229 138.4035 01.00272193 32223
+1 28379U 04027B   13115.59097549 -.00000068  00000-0  17126-2 0  4800
+2 28379 006.5738 117.7038 7297761 148.3490 009.8170 02.07906905 66640
+1 28380U 04028A   13116.28468873  .00000026  00000-0  11518-4 0  7652
+2 28380 082.9614 028.1056 0039617 355.1854 004.8911 13.75925211439951
+1 28381U 04028B   13117.19295003  .00000042  00000-0  27256-4 0    81
+2 28381 082.9608 018.4988 0030373 313.1851 202.5573 13.77989596440717
+1 28382U 04029A   13116.81561192  .00000259  00000-0  73223-3 0  2295
+2 28382 088.3184 320.6202 7310405 031.4632 356.6337 02.15625383 67765
+1 28389U 81043F   13096.93150565  .00003993  00000-0  19137-2 0  5666
+2 28389 081.2647 081.9986 0054406 072.8112 287.9010 14.18066043448748
+1 28393U 04031A   13116.47347450 -.00000289  00000-0  00000+0 0  1349
+2 28393 000.0720 060.7607 0005901 352.7300 270.5986 01.00273409 31992
+1 28394U 04031B   13115.30147546 -.00000032  00000-0  00000+0 0  1677
+2 28394 009.5222 000.8875 6251459 201.9015 354.2039 02.10282186 67005
+1 28395U 04031C   13116.47469184  .00003592  00000-0  68768-3 0  1663
+2 28395 049.4083 178.4896 5371344 145.4302 339.1595 05.00563362156542
+1 28413U 04035A   13117.85505641  .00000078  00000-0  13330-4 0  7242
+2 28413 097.8027 118.1563 0018035 003.2690 356.8648 14.91959790469716
+1 28414U 04035B   13117.84896272  .00000254  00000-0  30734-4 0  6786
+2 28414 097.8033 118.4814 0006607 000.5726 359.5497 14.91855295469704
+1 28415U 04035C   13116.69155556  .00001237  00000-0  10059-3 0  8806
+2 28415 097.7711 115.7666 0069391 183.1786 176.9006 14.99640875471282
+1 28416U 04035D   13116.63581281  .00005896  00000-0  42044-3 0  7318
+2 28416 097.7191 128.7567 0004048 270.5693 228.9614 15.04938907470910
+1 28417U 04036A   13115.84224578 -.00000077  00000-0  10000-3 0  5924
+2 28417 002.2128 072.3548 0004348 349.7213 010.2528 00.99264697 31460
+1 28419U 04037A   13117.82768083  .00000024  00000-0  10000-3 0  9230
+2 28419 082.4794 091.4476 0015593 349.7267 010.3493 12.45577800390676
+1 28420U 04037B   13117.83334718  .00000024  00000-0  10000-3 0  9316
+2 28420 082.4791 092.6788 0013341 355.5866 004.5094 12.45247748390591
+1 28421U 04037C   13116.54057590  .00000109  00000-0  70485-3 0  4990
+2 28421 082.4796 096.0965 0021048 009.1881 142.1946 12.44341105390141
+1 28429U 01049NP  13105.59136593  .00004211  00000-0  43715-3 0   105
+2 28429 097.6236 153.9819 0029851 342.0715 017.9447 14.90142978515900
+1 28430U 01049NW  13110.01943727  .00001001  00000-0  10771-3 0   352
+2 28430 097.5261 130.6965 0047111 205.5791 183.9084 14.89828052535218
+1 28431U 01049NX  13109.68336585  .00003702  00000-0  34282-3 0   984
+2 28431 097.7357 190.2053 0033239 274.1162 085.6259 14.94713147544785
+1 28432U 01049NY  13109.62848645  .00001528  00000-0  33140-3 0  6403
+2 28432 097.6878 262.4357 0090204 282.0979 140.3771 14.56975140523800
+1 28436U 01056K   13116.84273605  .00000016  00000-0  11104-3 0  2958
+2 28436 099.4919 045.3724 0191281 211.9183 180.8606 13.28522690551286
+1 28437U 01056L   13117.38091608 -.00000002  00000-0  76524-4 0  3001
+2 28437 099.4763 032.1237 0201461 256.0816 223.6221 13.27149222550814
+1 28438U 02024E   13115.99620514  .00001241  00000-0  54488-3 0   474
+2 28438 098.4569 140.3636 0022818 281.5887 078.2732 14.25195325567465
+1 28443U 62002E   13105.26240313  .00000223  00000-0  93712-4 0  8725
+2 28443 048.2707 187.8511 0079324 289.5765 107.6026 14.53106813607589
+1 28446U 04041A   13117.54838141 -.00000099  00000-0  10000-3 0  7362
+2 28446 000.0696 057.9802 0001923 340.1447 269.9474 01.00272729 31270
+1 28447U 04041B   13116.21594310 -.00000127  00000-0  00000+0 0  2433
+2 28447 018.1521 019.3823 5182940 255.4118 303.8246 01.86973860 58249
+1 28448U 04029B   13116.17697056  .00000118  00000-0  29493-3 0  8904
+2 28448 088.2621 318.3355 7304176 042.3393 355.2245 02.10948031 65358
+1 28451U 04042A   13117.56917100 -.00000367  00000-0  10000-3 0  6675
+2 28451 004.6358 062.9206 0001573 085.0019 036.2034 01.00276748 31199
+1 28454U 02056F   13102.36746538  .00000338  00000-0  14502-3 0   489
+2 28454 098.2501 125.3392 0011770 079.0975 343.2140 14.30561536514795
+1 28455U 02056G   13089.86009350  .00000475  00000-0  19771-3 0   578
+2 28455 098.2509 112.9062 0012448 114.1424 011.6655 14.30554083481983
+1 28462U 04035H   13117.54959928  .00039794  00000-0  13442-2 0  4700
+2 28462 097.6830 147.4487 0048645 139.1628 014.4225 15.29396305465926
+1 28463U 04043A   13117.20399205  .00000142  00000-0  10000-3 0  5343
+2 28463 002.5084 070.4552 0003077 029.7864 228.5439 01.00272636 31093
+1 28466U 04043D   13116.32432523 -.00000157  00000-0  00000+0 0    10
+2 28466 007.5522 054.8417 0010736 020.8737 239.2231 01.00154800 31030
+1 28470U 04044A   13117.81261196  .00001165  00000-0  10685-3 0  9110
+2 28470 097.2580 104.6429 0039659 062.7004 297.8255 14.96030312466385
+1 28472U 04048A   13117.36329113 -.00000215  00000-0  10000-3 0  7058
+2 28472 000.0403 031.0483 0002877 340.9009 249.3591 01.00271733 30695
+1 28473U 04048B   13115.76864502 -.00000225  00000-0  00000+0 0  1833
+2 28473 018.9586 350.3099 5710920 139.9787 349.8108 02.06077553 62905
+1 28474U 04045A   13117.24042796  .00000061  00000-0  00000+0 0  4143
+2 28474 053.7864 159.8047 0124331 211.0858 191.6215 02.00565701 62170
+1 28476U 04045C   13117.56468194  .00091160  00000-0  12343-2 0  9505
+2 28476 038.8821 173.1470 3656347 335.3916 115.9248 08.20143087187027
+1 28477U 04041C   13116.95457806 -.00000011  00000-0  25591-1 0  5210
+2 28477 047.9289 035.3716 6792676 263.5703 058.9991 02.23816692 69648
+1 28479U 04046A   13117.85509750  .00000598  00000-0  13776-3 0  1818
+2 28479 098.2415 123.9574 0011225 150.6797 209.5040 14.58809809449018
+1 28480U 04046B   13116.54481418  .00000024  00000-0  24527-4 0   499
+2 28480 098.0551 300.7434 0143041 015.5149 017.0877 14.25108998438744
+1 28481U 04046C   13116.10973814  .00001627  00000-0  55627-3 0  4115
+2 28481 098.0168 307.3332 0139384 264.2398 207.3840 14.32243903440047
+1 28482U 04046D   13116.41710299  .00001968  00000-0  70438-3 0  3974
+2 28482 098.6119 068.5973 0146626 017.4902 127.5944 14.29312907439260
+1 28483U 04046E   13117.56469215  .00001204  00000-0  37408-3 0  4548
+2 28483 098.1360 359.3865 0120949 193.0937 232.3258 14.38640992442078
+1 28484U 04046F   13115.95875205  .00001510  00000-0  49881-3 0  4403
+2 28484 098.6164 099.2776 0118038 300.9829 091.5232 14.35649455440886
+1 28485U 04047A   13117.48974933  .00002240  00000-0  15748-3 0  4263
+2 28485 020.5567 214.3296 0013268 312.5377 132.5325 14.96152569460817
+1 28491U 04042C   13115.96590496  .00000002  00000-0  10000-3 0  9236
+2 28491 006.5930 055.8423 0020623 218.5691 141.1905 01.01342055 31029
+1 28493U 04049B   13116.85389009  .00000501  00000-0  89225-4 0  5360
+2 28493 098.3813 132.7279 0006016 117.8441 341.6539 14.71528067448367
+1 28498U 04049G   13117.22858754  .00000484  00000-0  11054-3 0  6326
+2 28498 098.4561 090.5660 0001568 088.6314 271.5072 14.60207062444679
+1 28499U 04049H   13117.18472343  .00000492  00000-0  70830-4 0  6594
+2 28499 098.2583 156.4889 0095893 043.3194 347.3827 14.78147836450471
+1 28508U 04053A   13116.90669462  .00000012  00000-0  00000+0 0  8114
+2 28508 063.2443 231.0734 0010464 178.0412 332.7962 02.13103677 64849
+1 28509U 04053B   13117.06239596  .00000013  00000-0  10000-3 0  3193
+2 28509 063.2401 231.0344 0005714 152.7186 143.2331 02.13100676 64852
+1 28510U 04053C   13116.85057293  .00000012  00000-0  00000+0 0  8158
+2 28510 063.2510 231.1110 0003793 199.9894 305.0818 02.13103201 64856
+1 28512U 04053E   13115.83712061  .00000007  00000-0  00000+0 0   873
+2 28512 063.2439 230.8684 0015258 226.4703 277.6064 02.13314371 64886
+1 28520U 87022F   13116.41102313 -.00000249  00000-0  10000-3 0  9511
+2 28520 015.1779 004.3591 1063321 316.3013 035.7846 00.98772204 30032
+1 28521U 05002A   13117.82019159  .00000059  00000-0  36694-4 0  9641
+2 28521 082.9469 071.1735 0039930 328.7470 031.1321 13.87445855418696
+1 28522U 05002B   13116.87906593  .00000060  00000-0  36846-4 0  5820
+2 28522 082.9483 063.7749 0044209 274.9876 118.3611 13.89326044419121
+1 28523U 05002C   13117.41696836  .00000136  00000-0  10185-3 0  5919
+2 28523 082.9500 072.8707 0037396 336.2446 170.9245 13.87162087418535
+1 28526U 05003A   13117.08649538 -.00000259  00000-0  10000-3 0  1530
+2 28526 000.0143 296.4310 0003456 090.2692 182.2774 01.00270943 30194
+1 28527U 05003B   13116.55370463  .00000085  00000-0  00000+0 0  2509
+2 28527 018.4742 180.4999 5412651 290.2539 159.6203 01.93169843 58043
+1 28528U 05003C   13115.78362455  .00005058  00000-0  67968-3 0  9968
+2 28528 049.5277 060.1355 5262166 133.1578 320.0657 05.20830753154047
+1 28542U 05005A   13116.02529027  .00000145  00000-0  00000+0 0  1856
+2 28542 000.0544 068.3067 0001704 308.1766 235.8122 01.00273357 30047
+1 28544U 05005C   13113.93352743  .00005426  00000-0  13223-2 0  6591
+2 28544 006.9318 084.7077 7199542 165.2482 335.7186 02.38766788 69665
+1 28545U 05005D   13117.73535024  .00007618  00000-0  12913-2 0  9367
+2 28545 006.8537 095.7184 7224241 143.5315 335.3652 02.36458400 68972
+1 28550U 65108BR  13116.26042317 -.00000121  00000-0 -11575-2 0  4876
+2 28550 026.7731 094.4540 6717798 164.0337 354.2627 02.74837964104434
+1 28551U 65108BS  13110.09786982  .00000879  00000-0  23134-2 0  6318
+2 28551 027.0211 091.3788 6174362 203.2698 108.7448 03.61012441132753
+1 28552U 65108BT  13116.12771036 -.00000093  00000-0  40074-4 0  4741
+2 28552 026.6580 339.3268 6748342 308.2532 320.3262 02.80921605103209
+1 28553U 65108BU  13114.40825531 -.00000058  00000-0 -51051-3 0  6088
+2 28553 026.7708 072.5480 6781608 227.7052 338.8480 02.71605823 90346
+1 28554U 79095C   13104.12428993  .00002566  00000-0  11308-2 0  6688
+2 28554 081.1968 156.4905 0015891 231.8694 158.0223 14.23103627521037
+1 28555U 79095D   13089.57353571  .00002643  00000-0  11583-2 0  6062
+2 28555 081.2001 172.2937 0010170 333.4983 026.3658 14.23443699556047
+1 28556U 79104V   13112.18779046 -.00000239  00000-0  18355-1 0  5733
+2 28556 015.6019 197.0129 7282168 345.5587 343.9434 01.95501755 77192
+1 28557U 79104W   13110.07478958 -.00000354  00000-0 -18592-3 0  4102
+2 28557 019.7572 033.2500 7395199 082.6020 003.6638 01.97011371 79972
+1 28558U 81071S   13116.46636792 -.00000056  00000-0  00000+0 0  9070
+2 28558 068.3796 016.8265 5883929 123.3561 005.7333 01.97682440 72373
+1 28562U 88040F   13116.18285895  .00006711  00000-0  22481-1 0  4708
+2 28562 007.5497 057.4530 7161127 023.9568 207.5716 02.33820212 87386
+1 28563U 88098L   13110.43819590 -.00000219  00000-0 -43529-3 0  8788
+2 28563 003.6492 217.3491 7216035 143.8819 079.8398 02.06986181 75800
+1 28564U 89006AF  13114.67406683 -.00000227  00000-0 -29646-2 0  5154
+2 28564 008.5365 295.4877 7076559 080.5607 029.2239 02.24502532 96198
+1 28565U 89006AG  13115.37952610  .00000400  00000-0  35295-2 0   949
+2 28565 007.9639 092.8528 7140333 115.9781 007.5082 02.32438340 77644
+1 28566U 89006AH  13113.41637385 -.00000964  00000-0 -16265-1 0  8379
+2 28566 006.4845 191.7816 7135371 285.8172 029.1260 02.27174788 75962
+1 28567U 89006AJ  13111.57885490 -.00000017  00000-0  11658-2 0   223
+2 28567 007.5753 100.9538 7150909 101.2606 340.0369 02.30775900 87070
+1 28570U 89006AM  13116.83468792  .00000937  00000-0  18623-1 0  9758
+2 28570 006.9029 171.6718 7116903 325.5360 065.3184 02.27884184 79953
+1 28572U 89101V   13106.30663730  .00151821  00000-0  71215-1 0  4295
+2 28572 046.9837 045.8283 6598896 188.1402 150.1575 03.14872814181875
+1 28573U 91003N   13116.42939530  .00000175  00000-0  29996-2 0  1267
+2 28573 006.8684 186.3736 6829819 248.9482 041.0584 02.64377321 94069
+1 28574U 91003P   13114.21258228  .00007593  00000-0  18771-1 0  8885
+2 28574 006.2352 186.1310 6703012 246.7970 032.5092 02.92236769107397
+1 28575U 91075M   13116.09092517  .00000001  00000-0  14659-2 0   274
+2 28575 006.8450 115.8815 6584560 238.7159 211.8832 02.82464215114702
+1 28576U 91075N   13116.09227444  .00000002  00000-0  22373-2 0  3641
+2 28576 006.9221 088.8314 6605395 297.0430 273.1067 02.83554584117314
+1 28577U 92021R   13108.74497544 -.00000136  00000-0  00000+0 0  9248
+2 28577 003.9364 293.7210 6981896 307.7118 007.2089 02.23313325 70281
+1 28578U 92047M   13116.41707057  .00005998  00000-0  35111-1 0  9583
+2 28578 066.3518 221.9849 5559683 307.4241 102.7329 04.37531570138807
+1 28582U 92047R   13114.13160970  .00004603  00000-0  56535-1 0  1253
+2 28582 064.8091 142.2546 4066113 303.6738 023.9548 06.38852253197707
+1 28584U 92047T   13116.09579218  .00195790  00000-0  13022+0 0  9811
+2 28584 064.7515 116.3546 5419577 359.4312 009.9430 04.83245822143391
+1 28585U 92047U   13114.89816485  .01085786  00000-0  45759+0 0  3076
+2 28585 064.5689 018.2234 5260356 055.1187 104.5347 05.12131352161726
+1 28589U 92047Y   13117.04412483  .00040039  00000-0  73519-1 0  7858
+2 28589 065.2338 124.3075 5375606 324.9512 009.3028 04.79173095140272
+1 28590U 92047Z   13108.29937212  .00000009  00000-0  10000-3 0  1191
+2 28590 064.5883 279.5421 4963241 358.3734 077.7167 04.38763664140504
+1 28591U 74015C   13116.30120736  .00000193  00000-0  11025-3 0  7089
+2 28591 098.9388 207.3726 0048387 152.9142 239.9261 14.20127041428236
+1 28592U 74015D   13117.53187955  .00004805  00000-0  12028-2 0  5009
+2 28592 099.0960 314.2423 0103506 178.2600 237.2409 14.48765877434947
+1 28593U 74015E   13108.58826643  .00000739  00000-0  30829-3 0  8453
+2 28593 099.0093 228.7765 0068794 071.4268 289.4369 14.28065448426788
+1 28594U 79095E   13102.27560596  .00002762  00000-0  13993-2 0  8369
+2 28594 081.2020 206.4122 0012629 109.8246 250.4290 14.15784011446794
+1 28596U 79095G   13107.45436836  .00004521  00000-0  17886-2 0  4552
+2 28596 081.2066 153.8127 0005000 319.7623 041.7752 14.28820411454918
+1 28599U 81043H   13116.58275118  .00002888  00000-0  10314-2 0  8758
+2 28599 081.2631 332.8655 0023184 328.0516 031.9644 14.33802668555352
+1 28602U 81043L   13109.87156109  .00002211  00000-0  95690-3 0  2963
+2 28602 081.2744 042.0916 0044125 299.2878 060.3893 14.23547266462303
+1 28603U 85013C   13090.26756964  .00001688  00000-0  12845-2 0  5052
+2 28603 082.5325 202.6639 0033025 118.6555 273.3349 13.92901551453489
+1 28605U 03048F   13092.43142125  .00019626  00000-0  57514-2 0  8596
+2 28605 098.9619 261.4583 0040332 274.2033 114.6801 14.43424595477052
+1 28607U 03048H   13101.85817485  .00047997  00000-0  77966-2 0  5630
+2 28607 098.9337 309.0356 0011583 253.7971 167.4242 14.70854457474705
+1 28608U 68055M   13117.12065360 -.00000010  00000-0  00000+0 0  1010
+2 28608 120.8227 164.6207 0021964 258.6592 140.0412 06.42271930 51173
+1 28609U 66040Y   13093.11230304  .00001282  00000-0  24193-2 0  2268
+2 28609 100.3681 152.9414 0053570 029.2775 003.7608 13.40065392424618
+1 28612U 66040AB  13101.03803740  .00001685  00000-0  24537-2 0  1744
+2 28612 100.4155 301.5810 0050475 112.4963 043.3081 13.56119950518623
+1 28613U 66040AC  13097.90488481  .00001407  00000-0  21879-2 0  5388
+2 28613 100.3830 264.5784 0056711 185.0948 174.9882 13.52195667509309
+1 28617U 66040AG  13115.02485654  .00001539  00000-0  22576-2 0  4295
+2 28617 100.3789 294.0196 0056090 084.0683 042.5036 13.55690544540544
+1 28619U 66040AJ  13101.33310010  .00002152  00000-0  30796-2 0  4216
+2 28619 100.3243 246.3551 0053574 074.7173 286.0308 13.56721917456868
+1 28620U 66040AK  13112.06520365  .00001230  00000-0  23825-2 0  3687
+2 28620 100.3672 156.3460 0054713 004.2689 025.2642 13.38448904406491
+1 28621U 66040AM  13107.92120904  .00002213  00000-0  21126-2 0  3338
+2 28621 100.2491 091.8887 0033322 312.9747 103.4796 13.81605030648628
+1 28622U 05006A   13117.49559166 -.00000290  00000-0  10000-3 0  8725
+2 28622 000.0164 307.7010 0001167 129.8982 096.4790 01.00269808 29892
+1 28626U 05008A   13116.33434706 -.00000212  00000-0  10000-3 0  3656
+2 28626 000.0423 056.7495 0000439 179.6869 013.3150 01.00271409 29933
+1 28627U 05008B   13116.41663276 -.00000068  00000-0  10000-3 0  3505
+2 28627 000.1627 210.9702 6535536 311.3730 240.1146 02.13874941 63720
+1 28628U 05009A   13116.25804935 -.00000270  00000-0  10000-3 0  8485
+2 28628 002.5871 349.9164 0003203 036.2810 064.6057 01.00270544 29557
+1 28629U 05010A   13117.84280311 -.00000147  00000-0  10000-3 0  2083
+2 28629 000.0660 063.0128 0000941 353.7682 182.6199 01.00271150 29597
+1 28632U 05010D   13117.89985834  .00009916  00000-0  21697-2 0  6106
+2 28632 047.3481 046.3417 5820536 038.2805 351.2767 04.30577264109313
+1 28634U 05010F   13116.59994391  .00000124  00000-0  00000+0 0  1279
+2 28634 007.1521 056.5269 0018788 140.3340 279.1661 01.00277348 29590
+1 28638U 05012A   13117.88101567 -.00000329  00000-0  10000-3 0  5393
+2 28638 000.0590 053.2847 0001758 343.4667 270.3954 01.00268190 54305
+1 28642U 05014A   13117.08657443  .00011689  00000-0  32590-3 0  4040
+2 28642 096.5121 137.4065 0188767 352.0326 039.7342 15.20888064441382
+1 28644U 05015A   13116.47713897 -.00000109  00000-0  10000-3 0  6074
+2 28644 000.0078 165.8087 0000413 182.5972 295.0834 01.00272218 29384
+1 28645U 05015B   13117.10810693  .00006457  00000-0  14351-2 0  1379
+2 28645 000.1940 210.7817 6950200 321.5043 210.3188 02.70831743 74343
+1 28649U 05017A   13117.83192139  .00000926  00000-0  11922-3 0  9840
+2 28649 097.8736 193.5238 0000958 142.3697 217.7577 14.83439904431915
+1 28650U 05017B   13116.80295626  .00001202  00000-0  15049-3 0  4064
+2 28650 097.5707 138.0408 0027651 091.0660 319.4652 14.83740528431465
+1 28651U 05017C   13117.46377684  .00000472  00000-0  81531-4 0  4960
+2 28651 097.7733 074.4013 0075984 251.5465 257.4425 14.71062206428114
+1 28654U 05018A   13117.48441412  .00000205  00000-0  13776-3 0  5899
+2 28654 099.0950 084.9850 0014024 356.0855 110.0880 14.11802160408909
+1 28656U 04008C   13117.53593054 -.00000210  00000-0  00000+0 0  2341
+2 28656 013.4663 342.1089 6079345 322.4205 256.8501 01.97319684 59549
+1 28659U 05019A   13117.08486406 -.00000124  00000-0  10000-3 0  6825
+2 28659 000.0128 321.1268 0003401 067.5999 116.2037 01.00271776 29067
+1 28660U 05019B   13115.86113036 -.00000094  00000-0  10000-3 0  9848
+2 28660 012.3833 013.6697 3369514 281.6471 043.0740 01.54372539 44719
+1 28661U 05019C   13115.44126470  .00006319  00000-0  84323-3 0  6727
+2 28661 049.2347 214.3945 6200558 108.9201 345.2984 03.76398531105016
+1 28662U 65089G   13089.76137852  .00000116  00000-0  95544-3 0  1295
+2 28662 059.3906 153.8190 0677828 102.9839 002.4766 12.17241776392697
+1 28664U 66077AD  13093.65561502  .00000006  00000-0  10000-3 0  1811
+2 28664 089.1198 161.4302 2268179 200.4160 286.8597 08.72514476251220
+1 28670U 68055T   13110.42910307  .00008759  00000-0  58417-2 0  1560
+2 28670 120.5487 283.0249 1137676 029.8009 341.7573 12.41188680388377
+1 28671U 68055U   13092.45400888  .00000865  00000-0  11056-2 0   872
+2 28671 120.6978 263.5517 1611366 094.9146 283.7955 11.31416795353328
+1 28672U 88074H   13088.08290962  .00000713  00000-0  10628-2 0  3240
+2 28672 089.9801 021.4705 0084719 006.0725 354.1432 13.51178059443519
+1 28678U 92047AB  13116.06622566  .00081029  00000-0  14293+0 0  4395
+2 28678 064.4546 047.8762 3468295 025.6654 030.1128 07.85877662237453
+1 28684U 92047AH  13117.42118706  .00100314  00000-0  66054-2 0  7363
+2 28684 064.3853 117.2281 3098910 295.8544 227.4978 09.12345136279223
+1 28685U 92047AJ  13116.89902144  .00199939  35335-5  95297-2 0  5264
+2 28685 064.1810 055.8618 2905070 326.5109 042.1770 09.54221803280985
+1 28702U 05022A   13116.48475757 -.00000192  00000-0  00000+0 0  4871
+2 28702 000.0191 059.9879 0001652 081.0086 159.1638 01.00269969 28764
+1 28704U 05023H   13115.85460530 -.00000173  00000-0  10000-3 0  9102
+2 28704 006.8711 057.2326 0011747 220.6133 139.2120 01.00817661 28826
+1 28706U 90017C   13117.29238927  .00000404  00000-0  36667-3 0  2874
+2 28706 083.0902 033.3305 0083636 325.3399 181.3397 13.79770879394763
+1 28707U 05023A   13116.49977679 -.00000288  00000-0  10000-3 0  9841
+2 28707 000.0265 240.6639 0005959 156.1338 137.6879 01.00269590 28737
+1 28737U 05024A   13117.86561384  .00000356  00000-0  39272-4 0  8925
+2 28737 097.6995 137.5551 0032943 319.0864 040.7911 14.93179131429234
+1 28738U 05024B   13116.70588698  .00002158  00000-0  15950-3 0  4716
+2 28738 097.6793 150.3016 0015831 133.2557 226.9993 15.04182468427812
+1 28739U 05024C   13113.84888582  .00007231  00000-0  92608-3 0   408
+2 28739 097.5140 261.7522 0162781 089.6903 272.2957 14.72625505413809
+1 28740U 05024D   13117.45672796  .00005883  00000-0  86705-3 0    07
+2 28740 097.6243 297.1331 0188267 199.9063 188.5918 14.64311087412977
+1 28742U 05024F   13117.52456719  .00004356  00000-0  59126-3 0   238
+2 28742 097.6290 324.9828 0169784 137.9158 223.5234 14.69774451413145
+1 28770U 02037BR  13115.43976972  .03848213  83810-5  12697-2 0  5485
+2 28770 063.2311 112.6554 0014224 009.4603 070.2298 16.25185525437586
+1 28773U 05025A   13116.82790038  .00002637  00000-0  17493-3 0    40
+2 28773 031.3846 319.1820 0006318 024.5616 081.4568 15.05269005428357
+1 28785U 05024G   13113.48740405  .00007751  00000-0  10252-2 0  9837
+2 28785 097.5755 302.2645 0167765 133.0126 228.5280 14.70796763412914
+1 28786U 05028A   13116.91723361 -.00000370  00000-0  00000+0 0  2016
+2 28786 000.0158 074.8677 0002312 329.6107 260.2974 01.00272502 28270
+1 28787U 05028B   13116.84985591 -.00000046  00000-0  10676-2 0  3265
+2 28787 007.0670 260.3291 7168177 137.0165 004.7431 02.26523547 63821
+1 28790U 05030A   13117.49816059  .00000027  00000-0  10000-3 0  5156
+2 28790 000.0291 007.5037 0002622 033.7077 228.7620 01.00271204 28184
+1 28793U 65063C   13115.89686169  .00001672  00000-0  80835-2 0  2347
+2 28793 069.2654 063.0294 0772101 033.9357 001.9314 12.05554612443151
+1 28795U 65063E   13116.75780355 -.00000018  00000-0  10000-3 0  2417
+2 28795 069.2173 252.9715 0773578 358.4432 002.0377 11.81219343404626
+1 28805U 65108BX  13108.58107725  .00000242  00000-0  13361-2 0  5812
+2 28805 026.1826 231.1668 6795726 253.7819 013.9356 02.74547723 89773
+1 28806U 65108BY  13115.42276035  .00000023  00000-0  00000+0 0   618
+2 28806 027.7768 174.3854 6599208 143.4056 355.2161 02.66418258 80134
+1 28807U 65108BZ  13114.11401010  .00001779  00000-0  93206-2 0  3117
+2 28807 025.3731 094.4745 6927801 013.5665 358.1128 02.59258897 93555
+1 28808U 65108CA  13115.32536990  .00003541  00000-0  74309-3 0  6866
+2 28808 027.7565 118.8674 6123461 086.8536 337.1473 03.85689708147817
+1 28809U 05031A   13117.59109245  .00001429  00000-0  13769-3 0  4815
+2 28809 098.1189 117.2857 0020598 065.5873 047.9055 14.94480275417853
+1 28810U 05031B   13117.41164134  .00001565  00000-0  19009-3 0  3246
+2 28810 097.9742 053.0276 0032998 090.0852 058.2226 14.84600148415277
+1 28811U 05031C   13117.37105712  .00000455  00000-0  15945-3 0  3791
+2 28811 097.8175 040.0985 0414818 085.1921 058.9591 13.99595741392102
+1 28812U 05031D   13117.03466501  .00002080  00000-0  21202-3 0  3431
+2 28812 098.1089 093.6667 0014813 060.8411 341.0776 14.91773829416710
+1 28813U 05031E   13116.15258340  .00002860  00000-0  23132-3 0  4244
+2 28813 098.0972 133.9610 0016875 079.6209 322.3005 15.00538732418677
+1 28814U 65108CB  13109.20253669 -.00000123  00000-0  19475-2 0  4990
+2 28814 026.7774 037.4647 6767912 155.7139 359.4264 02.59775258 93148
+1 28815U 65108CC  13110.27735433 -.00000101  00000-0 -11689-2 0  3764
+2 28815 026.0388 097.8219 6735885 127.4035 359.3890 02.60530216 95289
+1 28816U 65108CD  13117.43667809  .00000018  00000-0  00000+0 0  1014
+2 28816 025.8829 174.5405 6529213 116.7710 359.5634 02.63229647 78650
+1 28817U 65108CE  13099.69583785  .00002923  00000-0  40793-2 0  3286
+2 28817 026.4883 306.3510 6373045 013.0239 000.3915 03.39451920136625
+1 28821U 65108CJ  13114.44263902  .00000013  00000-0  00000+0 0  2841
+2 28821 027.9902 262.7003 6549013 050.9530 356.5662 02.63550341 84916
+1 28822U 05032A   13117.82104104  .00005071  00000-0  23204-3 0  5437
+2 28822 097.2152 148.8717 0004457 355.7549 105.0546 15.20939015423728
+1 28828U 05031F   13117.54116209  .00016334  00000-0  90550-3 0  6972
+2 28828 098.0815 128.7236 0006387 058.0723 073.1591 15.13861387418652
+1 28829U 05031G   13116.14471753  .00020128  00000-0  14249-2 0  5375
+2 28829 097.9780 068.0670 0025084 038.0204 087.8450 15.04612544416188
+1 28830U 05031H   13116.49988770  .00016800  00000-0  97052-3 0  6509
+2 28830 098.0600 117.0670 0009048 055.1144 305.0934 15.12356732417594
+1 28831U 05031J   13117.72156861  .00015519  00000-0  91043-3 0  6785
+2 28831 098.0569 116.0619 0003287 004.7051 051.2205 15.11849619417666
+1 28832U 05031K   13117.53029487  .00010651  00000-0  84632-3 0  4807
+2 28832 098.0068 075.1413 0024166 029.1146 034.9600 15.00418642415765
+1 28834U 65108CL  13107.31768926 -.00000067  00000-0  00000+0 0  1062
+2 28834 026.5358 115.5242 6657186 104.3936 001.2825 02.58948790 81831
+1 28835U 65108CM  13114.11478650  .00000162  00000-0  24930-2 0  3711
+2 28835 027.5178 101.4723 6724373 031.4403 006.3137 02.74479129 87250
+1 28837U 65108CP  13116.35248140 -.00000007  00000-0  00000+0 0  2223
+2 28837 025.8379 130.9279 6490183 192.8940 314.3153 02.63338349 82134
+1 28838U 65108CQ  13100.05148386 -.00000190  00000-0  10000-3 0  4618
+2 28838 026.3809 270.4990 6736334 305.0729 008.8725 02.69193701 96461
+1 28839U 65108CR  13114.25381073 -.00000048  00000-0  00000+0 0  1780
+2 28839 026.5544 099.2761 6726741 159.1438 353.0414 02.54731143 78775
+1 28850U 01049PC  13099.28688445  .00009787  00000-0  10397-2 0  6163
+2 28850 097.6007 103.3118 0031554 009.0476 351.1303 14.88840548474141
+1 28851U 01049PD  13104.24350675  .00002846  00000-0  38348-3 0  5455
+2 28851 097.7363 087.6412 0053132 156.2972 267.1128 14.78955004468991
+1 28852U 01049PE  13088.13825324  .00000596  00000-0  10414-3 0  5222
+2 28852 097.8390 051.6925 0044998 263.0388 159.3049 14.70795162526821
+1 28853U 01049PF  13113.76164512  .00001731  00000-0  25148-3 0  5677
+2 28853 097.7450 090.1903 0043595 100.7912 019.6955 14.76551530492982
+1 28855U 01049PH  13115.28456697  .00002653  00000-0  35206-3 0  7702
+2 28855 097.6457 132.9094 0002138 102.6803 257.4649 14.80610149583636
+1 28857U 01049PK  13109.68569681  .00008710  00000-0  52468-3 0  6112
+2 28857 097.2078 270.4177 0052342 261.3474 159.8531 15.09853021574468
+1 28858U 01049PL  13105.27429377  .00009096  00000-0  89010-3 0  5807
+2 28858 097.6075 101.5137 0030552 339.3088 078.6285 14.92182199551221
+1 28859U 01049PM  13099.29210628  .00007532  00000-0  83006-3 0  8635
+2 28859 097.5946 102.3986 0035123 003.8651 061.0025 14.87340493532636
+1 28862U 04044C   13117.11529948  .00036539  00000-0  15079-2 0  2847
+2 28862 097.3094 353.4513 0116436 003.3317 150.2852 15.17859463454423
+1 28863U 04044D   13116.56488924  .00034744  00000-0  12148-2 0  3014
+2 28863 097.1994 336.0310 0099325 289.1690 099.9940 15.24797805457696
+1 28864U 04044E   13115.96392396  .00026440  00000-0  11647-2 0  2606
+2 28864 097.1744 285.9620 0119459 354.8393 156.3663 15.15493489453470
+1 28865U 04044F   13116.56775323  .00190913  00000-0  24531-2 0  2545
+2 28865 097.3555 027.4469 0044750 214.4638 268.9888 15.57261832459732
+1 28868U 05036A   13117.36270417 -.00000084  00000-0  10000-3 0  2023
+2 28868 000.0155 141.3644 0001599 228.6439 228.7970 01.00272732 28038
+1 28869U 05036B   13115.94376968 -.00000078  00000-0  00000+0 0  1324
+2 28869 009.7086 098.1130 6265433 055.8328 348.7373 02.10739377 58734
+1 28870U 05036C   13115.54701294  .00001719  00000-0  84857-3 0  6172
+2 28870 049.4024 235.9364 5477878 172.9817 269.1412 04.77896252166102
+1 28874U 05038A   13117.26167317  .00000040  00000-0  00000+0 0  6744
+2 28874 055.3067 103.2184 0085120 235.0550 285.1971 02.00569608 55595
+1 28876U 05038C   13117.31531916  .00012672  00000-0  14727-2 0  3837
+2 28876 039.4918 100.0226 5803422 110.7214 005.1601 04.36475062115971
+1 28884U 05041A   13117.49795477  .00000069  00000-0  00000+0 0  5085
+2 28884 000.0246 347.8338 0001488 062.4894 211.5785 01.00274329 27606
+1 28885U 05041B   13116.92373353  .00000121  00000-0  00000+0 0  3254
+2 28885 000.0201 050.5358 0003535 358.2398 185.8386 01.00269654 27715
+1 28886U 05041C   13116.60670508  .00000041  00000-0  94960-3 0  3828
+2 28886 007.5739 218.0390 7193580 052.5107 009.3571 02.24285904 61773
+1 28887U 05041D   13117.53351001 -.00000003  00000-0  28926-3 0  8537
+2 28887 006.8407 203.8641 7178605 084.3467 294.9972 02.25954152 62184
+1 28890U 05043A   13117.86173857  .00000191  00000-0  48434-4 0  5171
+2 28890 097.8608 333.5541 0014354 233.6235 126.3644 14.60466013399774
+1 28891U 05043B   13117.77697704  .00000306  00000-0  72427-4 0  3540
+2 28891 097.8613 332.0355 0015848 239.0699 120.8946 14.60299862399681
+1 28892U 05043C   13116.65240839  .00000532  00000-0  11724-3 0  5051
+2 28892 097.8717 333.0778 0016025 240.6179 151.4852 14.61022543399537
+1 28893U 05043D   13117.17415457  .00000124  00000-0  34540-4 0  6690
+2 28893 097.8698 334.0234 0014475 237.7832 269.7986 14.60511861399675
+1 28894U 05043E   13116.64226067  .00000227  00000-0  55955-4 0  6731
+2 28894 097.8677 332.2849 0016367 244.9442 147.5864 14.60296382399490
+1 28895U 05043F   13117.13035031  .00000509  00000-0  11245-3 0  4617
+2 28895 097.8765 334.9333 0016561 239.7898 120.1664 14.61049441399486
+1 28897U 05043H   13117.08459596  .00000545  00000-0  11920-3 0   413
+2 28897 097.8745 334.8323 0015883 238.8802 275.6848 14.61313389391808
+1 28898U 05043G   13117.62413211  .00000225  00000-0  57102-4 0  5006
+2 28898 097.8591 324.9317 0018870 260.8072 131.4018 14.59065331399325
+1 28899U 05044A   13116.19283596  .00000128  00000-0  00000+0 0  7060
+2 28899 002.2743 347.4898 0003007 081.1076 240.2430 01.00272711 27388
+1 28900U 05044B   13117.43768097  .00004133  00000-0  12786-2 0  9255
+2 28900 002.6004 203.6752 7197079 245.8542 177.9853 02.38439730 63501
+1 28902U 05046A   13117.65603619 -.00000373  00000-0  00000+0 0  3273
+2 28902 000.0266 098.0079 0000560 298.8857 173.1069 01.00272436 27290
+1 28903U 05046B   13117.35630089 -.00000135  00000-0  10000-3 0  4656
+2 28903 000.0331 067.3710 0000207 040.1641 137.1121 01.00271416 27377
+1 28904U 05046C   13117.47936378  .00000145  00000-0  10116-2 0   754
+2 28904 007.0496 229.9678 7198462 151.8532 280.6277 02.28766774 62207
+1 28905U 05046D   13116.17343947  .00026638  00000-0  74246-2 0  9034
+2 28905 007.1619 007.0917 6701909 230.9827 350.6671 03.03139728 70132
+1 28908U 05048A   13117.56759447  .00000029  00000-0  11558-3 0  4285
+2 28908 082.4646 135.7229 0008449 078.6171 281.5865 12.55423655336749
+1 28909U 05048B   13117.60775747  .00000028  00000-0  10924-3 0  4412
+2 28909 082.4649 136.6358 0008302 066.3009 293.8948 12.55108624336663
+1 28910U 05048C   13117.16094340  .00000010  00000-0 -38740-5 0  9974
+2 28910 082.4643 138.2545 0015641 005.6666 024.5668 12.54779412336479
+1 28911U 05049A   13117.78195164 -.00000175  00000-0  10000-3 0  6729
+2 28911 000.1152 086.8338 0003414 227.4801 266.0996 01.00271279 26975
+1 28912U 05049B   13117.08765406  .00000054  00000-0  00000+0 0  5195
+2 28912 000.4628 029.0593 0001136 343.9249 243.0625 01.00269979 26987
+1 28913U 05049C   13117.49511141 -.00000055  00000-0  29959-3 0  2586
+2 28913 004.1942 314.3514 7140447 014.0039 206.4860 02.24847359 60398
+1 28914U 05049D   13114.96206270 -.00000092  00000-0 -15440-2 0  3199
+2 28914 004.4783 325.7098 7154766 352.9555 225.4896 02.23341972 59908
+1 28915U 05050A   13117.70228818  .00000068  00000-0  00000+0 0   785
+2 28915 064.9491 116.8342 0017389 341.6506 068.3654 02.13101752 57127
+1 28916U 05050B   13116.38189425  .00000078  00000-0  00000+0 0  5561
+2 28916 064.9678 116.9350 0016801 330.7032 202.2280 02.13104585 57093
+1 28917U 05050C   13116.18550564  .00000080  00000-0  00000+0 0  5244
+2 28917 064.9518 116.8981 0013327 130.7324 340.7912 02.13103877 57080
+1 28918U 05050D   13116.20149904  .00000079  00000-0  00000+0 0    63
+2 28918 064.9596 116.5329 0008738 221.3879 307.6506 02.13504211 57181
+1 28919U 05050E   13116.73253909 -.00000015  00000-0  19064-3 0  5186
+2 28919 065.3004 337.6256 5608245 062.5786 353.3636 04.23409829113000
+1 28920U 05050F   13115.04784865 -.00000024  00000-0  11451-3 0  4856
+2 28920 065.3514 341.2087 5654535 052.7913 346.6120 04.23428454112947
+1 28922U 05051A   13116.16463367  .00000075  00000-0  00000+0 0   893
+2 28922 056.3390 120.1864 0006351 348.5841 116.1740 01.69429545 45443
+1 28923U 05051B   13115.12301480  .00000084  00000-0  00000+0 0  9570
+2 28923 056.3368 121.3090 0013564 190.3397 212.6412 01.68647651 45117
+1 28924U 05052A   13116.30668646 -.00000012  00000-0  10000-3 0  3800
+2 28924 000.0203 327.8367 0002521 067.3679 101.6799 01.00273359 26850
+1 28925U 05052B   13116.38068976 -.00000194  00000-0  00000+0 0   486
+2 28925 018.2169 183.3791 5397788 226.3272 308.4335 01.94154550 51947
+1 28926U 05052C   13117.49656098  .00002871  00000-0  43288-3 0  8411
+2 28926 049.5774 270.0127 5253690 282.3809 061.8590 05.21438844137331
+1 28931U 06002A   13117.91810836  .00000782  00000-0  17105-3 0   827
+2 28931 098.0353 184.3826 0002184 069.0730 291.0703 14.60348952386703
+1 28932U 06002B   13117.51357324  .00001827  00000-0  19868-3 0  3598
+2 28932 098.3421 313.0659 0100104 200.3173 193.6250 14.85866758392820
+1 28935U 06003A   13117.25012307 -.00000065  00000-0  10000-3 0  6161
+2 28935 000.0593 059.1356 0002120 044.8877 091.2195 01.00273083 26399
+1 28936U 06003B   13116.96582509 -.00000108  00000-0  00000+0 0  2063
+2 28936 000.1882 114.7650 6781936 068.2771 350.6870 02.19492458 57672
+1 28937U 06004A   13117.58265801 -.00000253  00000-0  00000+0 0  3935
+2 28937 000.0352 063.6804 0004119 338.5782 168.2143 01.00269121 26374
+1 28938U 06004B   13116.48702019  .00014215  00000-0  39080-2 0  8942
+2 28938 028.5573 317.4690 7055501 069.8868 352.2478 02.56623902 63892
+1 28939U 06005A   13117.17542652  .00003643  00000-0  19682-3 0  1680
+2 28939 098.2397 168.4530 0168699 306.7032 084.4694 15.04043255383804
+1 28944U 06006B   13115.90986096  .00000018  00000-0  00000+0 0  8859
+2 28944 050.6877 230.5353 4814465 251.6623 313.9635 05.07302971133528
+1 28945U 06007A   13117.21832113 -.00000225  00000-0  00000+0 0   502
+2 28945 000.0149 233.8410 0002042 161.5055 228.6032 01.00271214 26139
+1 28946U 06007B   13117.78002303  .00000051  00000-0  10000-3 0  1327
+2 28946 000.0597 064.9487 0003394 313.5583 127.2297 01.00271795 26197
+1 28947U 06007C   13116.23366597  .00010522  00000-0  27771-2 0  8429
+2 28947 004.4013 167.3354 6699686 128.8268 312.7518 03.03606234 66543
+1 28948U 06007D   13116.10823378  .00001368  00000-0  60872-3 0  6898
+2 28948 004.9845 289.2517 7171116 242.9483 029.1792 02.40408438 61216
+1 28950U 93014AB  13109.69734109  .00004854  00000-0  12565-2 0  9334
+2 28950 075.7567 003.1966 0138587 105.0870 285.4902 14.44360365444616
+1 28951U 93014AC  13109.00405101  .00023752  00000-0  36618-2 0  8508
+2 28951 075.7425 322.8886 0110602 050.6388 016.7326 14.69221392431433
+1 28953U 93014AE  13111.07958172  .00006777  00000-0  15947-2 0   233
+2 28953 075.7458 353.0807 0133675 096.7722 264.8679 14.49070497422105
+1 28955U 93014AG  13117.01423550  .00006689  00000-0  17008-2 0  7219
+2 28955 075.7577 347.0609 0138060 077.0705 284.5839 14.45179030468384
+1 28958U 93014AK  13116.29087178  .00010357  00000-0  25710-2 0  5723
+2 28958 075.7555 327.7776 0127790 049.9004 302.6679 14.47013652431632
+1 28961U 93014AN  13110.43513752  .00006975  00000-0  16900-2 0  5901
+2 28961 075.7601 355.2353 0138994 097.9034 020.1889 14.47312971420751
+1 28963U 93014AQ  13106.34802353  .00012323  00000-0  27701-2 0  6621
+2 28963 075.7587 358.1061 0126684 095.4125 266.1512 14.51598719403152
+1 28972U 79095H   13088.86362589  .00004754  00000-0  17629-2 0  4032
+2 28972 081.2063 147.4027 0013316 210.9376 149.0179 14.32073705431402
+1 28973U 79095J   13103.09860296  .00000732  00000-0  38988-3 0  4162
+2 28973 081.2050 219.9501 0013796 102.3695 257.9022 14.12412488387130
+1 28974U 79095K   13096.86043630  .00003949  00000-0  21320-2 0  5226
+2 28974 081.2125 228.0321 0010136 151.5981 208.5746 14.12473708371516
+1 28975U 87001C   13088.07831773  .00001486  00000-0  11979-2 0  4581
+2 28975 082.4651 007.6898 0016111 346.2100 013.8735 13.89756968383602
+1 28976U 03048J   13094.41388088  .00015783  00000-0  39864-2 0  2971
+2 28976 098.9275 289.4922 0011956 049.6541 071.2156 14.51047743443617
+1 28977U 66040AN  13116.44466743  .00001270  00000-0  24790-2 0  4190
+2 28977 100.4632 178.0552 0051732 031.8553 088.4802 13.37929624368588
+1 28978U 66040AP  13117.12175284  .00001172  00000-0  22742-2 0  7092
+2 28978 100.4152 181.6358 0047870 006.2123 020.4131 13.38606153285104
+1 28979U 76077FU  13114.42529505 -.00000163  00000-0 -29699-2 0  8105
+2 28979 101.9935 297.3003 0805161 228.3279 154.6856 10.94689645359355
+1 28980U 06008A   13117.72223051  .00009017  00000-0  47484-3 0  2570
+2 28980 105.6014 161.5371 2239740 328.8091 177.6995 10.86374066276019
+1 28981U 06008B   13111.32677850  .00028525  25240-5  81744-3 0  2267
+2 28981 105.4854 228.9900 2086248 226.0861 163.1302 11.27059574279513
+1 28982U 06008C   13116.31916449  .00012430  23506-5  44443-3 0  2820
+2 28982 105.4978 211.5226 2139489 256.8756 115.8101 11.13387543278672
+1 28983U 06008D   13117.15165931  .00011381  19121-5  57749-3 0  4621
+2 28983 105.6023 164.9175 2236491 330.5826 042.3656 10.88251728275963
+1 28984U 90011C   13117.45168696  .00010869  00000-0  30872-1 0  4057
+2 28984 030.4651 202.8850 6424558 245.4305 022.3685 03.27351098 95619
+1 28985U 92047AN  13109.84108202 -.00042563  00000-0 -53265+0 0  7847
+2 28985 063.8193 043.3796 3984366 337.2561 009.1423 06.50858065167222
+1 28987U 80073D   13089.72148310  .00001914  00000-0  89249-3 0  3498
+2 28987 081.2232 098.7137 0038527 057.9455 302.5454 14.19732396451861
+1 28989U 88005D   13088.04968958  .00001247  00000-0  96836-3 0  3539
+2 28989 082.5414 196.5317 0027545 270.6956 210.9094 13.91684213382132
+1 28990U 88005E   13104.57616576  .00001203  00000-0  96406-3 0  3012
+2 28990 082.5253 182.8670 0009525 267.0258 093.0820 13.89988925377874
+1 28991U 88005F   13089.60216587  .00000234  00000-0  17481-3 0  7313
+2 28991 082.5287 192.2125 0005142 217.3462 205.8211 13.91066743392892
+1 28992U 88005G   13092.06096188  .00001212  00000-0  10301-2 0  5870
+2 28992 082.5402 207.8645 0005378 341.7414 140.8590 13.86610842387860
+1 28993U 88005H   13107.60090635  .00000672  00000-0  55659-3 0  3221
+2 28993 082.5304 188.3830 0019809 236.5113 180.3588 13.87502370358740
+1 28994U 88005J   13109.04556463  .00000636  00000-0  52684-3 0  3009
+2 28994 082.5511 193.3096 0001033 120.4302 007.9336 13.87503896387686
+1 28995U 88005K   13094.08885167  .00001452  00000-0  11624-2 0  2760
+2 28995 082.5475 194.9673 0007000 336.0929 150.0078 13.90190849374946
+1 28998U 03024C   13115.77769453 -.00000083  00000-0  10000-3 0  1532
+2 28998 017.6945 245.6391 5049716 285.0785 026.2069 01.82402722 48530
+1 28999U 80018D   13115.01956945 -.00000065  00000-0  10000-3 0  4715
+2 28999 008.1854 058.4247 4372602 276.0124 037.4631 01.75779325 48249
+1 29000U 79007C   13116.86242730  .00000006  00000-0  00000+0 0  9184
+2 29000 018.2236 348.0744 1777060 337.6908 015.5249 01.01586395 29172
+1 29001U 79101D   13115.75056446 -.00000032  00000-0  10000-3 0  1899
+2 29001 008.0633 177.4244 4868989 308.5637 017.1686 01.82732297 48492
+1 29002U 79101E   13113.89518548 -.00000032  00000-0  10000-3 0  2711
+2 29002 008.0858 200.8899 4856676 265.4371 039.9958 01.81820526 48154
+1 29003U 79101F   13116.33175897 -.00000047  00000-0  10000-3 0  1850
+2 29003 007.6484 158.9434 4850141 346.5587 004.2718 01.83302022 48386
+1 29004U 79101G   13113.98571582 -.00000024  00000-0  00000+0 0  1894
+2 29004 007.7627 194.8292 4915063 278.2215 073.1852 01.81316506 47756
+1 29005U 59007B   13117.39662906  .00051071  00000-0  11386-1 0  3067
+2 29005 033.3119 150.9555 1105841 048.5790 320.4697 12.84150027311186
+1 29006U 62047F   13098.78746390  .00000475  00000-0  89228-4 0  5176
+2 29006 058.3120 209.6383 0003850 264.0774 170.2710 14.79577793549741
+1 29011U 65108CT  13116.85113953  .00002945  00000-0  12046-1 0  7598
+2 29011 027.0102 329.2427 6253066 149.2448 351.8886 03.47214650 95832
+1 29013U 65108CV  13110.36054486 -.00000004  00000-0 -76840-3 0  2983
+2 29013 026.2370 142.9131 6785738 147.1260 353.2814 02.68842385 86469
+1 29014U 77092K   13114.05740591 -.00000297  00000-0  10000-3 0  8219
+2 29014 013.4852 333.2816 0017189 185.9532 173.9721 01.00111444 36483
+1 29015U 79104X   13105.13254937  .00295730  00000-0  17194-1 0  5908
+2 29015 018.3752 063.9265 0860026 017.5240 140.2511 13.70172533494336
+1 29018U 79104AA  13114.61883332  .00000095  00000-0  00000+0 0  5466
+2 29018 018.6951 151.6653 7159824 249.3734 161.8907 02.08398668 66618
+1 29022U 89006AN  13115.66139829 -.00000078  00000-0  34970-2 0  3628
+2 29022 008.8146 272.8650 7091339 122.1078 019.9456 02.25260172 71455
+1 29023U 89006AP  13116.84090466 -.00000498  00000-0 -11445-1 0  9010
+2 29023 008.0699 266.8764 7106493 138.3931 163.1280 02.24748287 71000
+1 29024U 91003Q   13116.46595230  .00001567  00000-0  43343-2 0  5439
+2 29024 006.8675 207.5334 6700647 196.8771 056.7798 02.92078148 86146
+1 29026U 92021S   13116.32808807 -.00000151  00000-0  00000+0 0  6399
+2 29026 004.1738 308.2139 6953927 256.5895 030.4636 02.23682555 67543
+1 29028U 92047AQ  13117.51131675  .00489320  27619-4  53674-2 0  8301
+2 29028 064.0992 298.0767 1303516 298.7692 159.2605 13.06903556322119
+1 29029U 93014AW  13093.51619490  .00008298  00000-0  20897-2 0  5373
+2 29029 075.7579 019.2117 0129513 124.6372 352.0368 14.46248546379663
+1 29030U 93014AX  13099.14114782  .00004575  00000-0  11871-2 0  5426
+2 29030 075.7509 015.1055 0132051 120.9867 241.6232 14.44760266372452
+1 29032U 93014AZ  13109.00501680  .00004324  00000-0  10544-2 0  1965
+2 29032 075.7589 338.6785 0124208 065.8806 295.5294 14.48229509447925
+1 29033U 94029AEQ 13112.44059651  .00002314  00000-0  61075-3 0  7735
+2 29033 081.9815 119.9380 0318025 170.1104 190.6545 14.22530183539001
+1 29034U 79095L   13117.52770517  .00006955  00000-0  14308-2 0  9538
+2 29034 081.1927 314.4276 0013846 007.5471 023.5192 14.60434633471920
+1 29035U 79095M   13101.12555419  .00053644  00000-0  57601-2 0  5211
+2 29035 081.1660 232.4228 0012357 163.0917 200.2781 14.88258065469197
+1 29036U 79095N   13103.38780649  .00007562  00000-0  17394-2 0  4826
+2 29036 081.1792 329.5806 0043314 337.0029 022.9226 14.54766018429181
+1 29038U 99057NH  13116.84338698  .00017773  00000-0  17775-2 0  7524
+2 29038 098.8348 258.7247 0030643 260.9058 098.8690 14.91167586559192
+1 29039U 99057NJ  13112.74535623  .00001699  00000-0  43956-3 0  6729
+2 29039 098.0841 098.2972 0073396 111.1026 015.2592 14.49485767547490
+1 29040U 99057NK  13089.68145163  .00000913  00000-0  28753-3 0  6561
+2 29040 098.2889 049.5116 0082546 331.8873 027.7871 14.40786026524837
+1 29042U 04035J   13102.29221044  .00001286  00000-0  12640-3 0  7272
+2 29042 097.7858 105.6317 0012412 011.0970 050.1421 14.93848476420265
+1 29043U 04035K   13104.85996391  .00000657  00000-0  67556-4 0  6425
+2 29043 097.7944 106.5893 0009655 032.0706 090.7008 14.93680180400339
+1 29044U 05031L   13117.54693700  .00016925  00000-0  93985-3 0  3045
+2 29044 098.0786 128.3723 0006378 004.5195 141.5777 15.13792697411719
+1 29045U 06010A   13116.28639265 -.00000334  00000-0  10000-3 0  1650
+2 29045 000.0190 305.8609 0002210 107.6898 036.0390 01.00270894 25826
+1 29046U 06010B   13116.47585064 -.00000101  00000-0  32683-1 0  2347
+2 29046 000.1790 045.5946 6797313 175.6068 015.3003 02.19415941 56416
+1 29047U 06011A   13117.18252226  .00000224  00000-0  10616-3 0   830
+2 29047 071.9825 030.4647 0052925 238.7020 271.8843 14.27644462368904
+1 29048U 06011B   13117.05398644  .00000259  00000-0  12048-3 0  1630
+2 29048 071.9696 304.5440 0045190 192.4269 314.2750 14.27642630371362
+1 29049U 06011C   13116.49889436  .00000201  00000-0  97442-4 0  1002
+2 29049 072.0198 102.6109 0037135 243.5475 263.4793 14.27654532367066
+1 29050U 06011D   13117.18263968  .00000543  00000-0  13245-3 0  4333
+2 29050 072.0160 148.7743 0052580 016.4216 343.8622 14.55784144376274
+1 29051U 06011E   13117.23278394  .00000283  00000-0  12813-3 0  1551
+2 29051 072.0086 007.7507 0067960 113.4090 032.7281 14.27664686369757
+1 29052U 06011F   13116.95223859  .00000230  00000-0  10876-3 0  1768
+2 29052 072.0359 074.8140 0041966 209.7974 185.3285 14.27718136368025
+1 29053U 06011G   13116.85139354  .00005468  00000-0  20759-3 0   368
+2 29053 072.0163 022.3950 0020811 084.7697 307.7505 15.27058253390124
+1 29054U 06005E   13116.06541263  .00000812  00000-0  18753-3 0  1327
+2 29054 098.2330 121.7465 0011294 104.2123 256.0331 14.57775366381387
+1 29055U 06012A   13117.00000000  .00000111  00000-0  00000+0 0  5799
+2 29055 000.0690 265.5760 0000887 054.7320 274.0510 01.00263324 25741
+1 29056U 06012B   13116.78609868 -.00000013  00000-0  00000+0 0  1171
+2 29056 024.1861 034.7730 5394030 359.0989 196.4451 01.96355936 50335
+1 29059U 65027BJ  13116.82090774 -.00000007  00000-0 -53488-4 0  8769
+2 29059 090.2779 244.5899 0033475 178.2848 337.8525 12.92828151535175
+1 29060U 65027BK  13117.34344145 -.00000076  00000-0 -30201-3 0  1860
+2 29060 090.2843 247.7027 0032937 166.0134 248.9002 12.93438589843506
+1 29061U 65027BL  13111.34683302  .00000552  00000-0  19852-2 0  7711
+2 29061 090.2967 254.5639 0032976 190.4010 195.5373 12.93397508607046
+1 29063U 73088G   13097.99653950  .00030308  00000-0  51764-2 0  2534
+2 29063 096.9677 094.6298 0235528 304.7623 053.1604 14.52209337482104
+1 29064U 73088H   13089.64952882  .00015253  00000-0  36488-2 0   776
+2 29064 096.9155 049.3869 0240749 358.4130 246.1634 14.37455425430640
+1 29067U 88005M   13111.94878634  .00002467  00000-0  19821-2 0  4460
+2 29067 082.5358 178.4089 0025366 205.3690 274.2075 13.90073237365614
+1 29068U 91082BP  13114.96296752  .00007692  00000-0  34697-2 0  6689
+2 29068 098.8646 119.2576 0078501 084.4270 308.4847 14.20793034377863
+1 29069U 91082BQ  13099.75991764  .00003245  00000-0  18022-2 0  7151
+2 29069 098.8377 051.5734 0096338 145.3893 334.6331 14.09482759432705
+1 29070U 91082BR  13104.45931691  .00002505  00000-0  11379-2 0  5817
+2 29070 098.7614 095.1598 0015869 279.3224 234.3056 14.22649808448081
+1 29071U 91082BS  13114.70498038  .00002398  00000-0  14135-2 0  5587
+2 29071 098.8808 072.6828 0105414 178.0003 304.5240 14.06097643452659
+1 29072U 91082BT  13099.47847763  .00007551  00000-0  35094-2 0  5782
+2 29072 098.9028 091.7469 0093594 171.8301 336.0330 14.18578454441717
+1 29073U 91082BU  13095.95359331  .00003935  00000-0  17104-2 0  6315
+2 29073 098.7098 097.2797 0015861 285.0532 103.9637 14.24598151443292
+1 29074U 91082BV  13106.94114856  .00001452  00000-0  67841-3 0  3233
+2 29074 098.7638 096.5606 0012130 271.2801 122.2848 14.21856488445002
+1 29075U 91082BW  13116.49327242  .00008244  00000-0  26324-2 0  7634
+2 29075 098.6183 132.2372 0052280 082.8236 277.8891 14.39145996407426
+1 29076U 91082BX  13115.47178653  .00010004  00000-0  32732-2 0  7459
+2 29076 098.6998 109.8606 0046688 179.1115 339.7329 14.38048774462017
+1 29077U 91082BY  13096.60142154  .00002388  00000-0  15547-2 0  5583
+2 29077 098.6520 324.7931 0122008 270.6835 087.9844 13.99783224450771
+1 29078U 91082BZ  13088.72744397  .00002036  00000-0  99612-3 0  3679
+2 29078 098.7986 069.4579 0024640 009.6385 350.5259 14.18865805437326
+1 29079U 06014A   13117.82210096  .00008324  00000-0  39546-3 0  8850
+2 29079 097.4457 237.1819 0000998 206.4492 300.2355 15.19472271388634
+1 29080U 06014B   13116.97490803  .00005911  00000-0  20117-3 0   689
+2 29080 097.6220 265.1406 0005275 142.3104 004.7394 15.30811283389172
+1 29081U 91082CA  13110.88723089  .00007266  00000-0  31313-2 0  6026
+2 29081 098.6751 084.6943 0095207 085.7763 306.5601 14.22397159456022
+1 29082U 91082CB  13103.30135055  .00007536  00000-0  27860-2 0  7041
+2 29082 098.6593 109.2941 0012571 201.2280 158.9712 14.32614765440640
+1 29083U 91082CC  13115.85692139  .00003309  00000-0  13833-2 0  6426
+2 29083 098.7095 114.5841 0012835 196.3202 291.4638 14.26750615442839
+1 29084U 91082CD  13113.51584985  .00009079  00000-0  29762-2 0  7224
+2 29084 098.6232 127.6087 0016900 141.4586 009.5428 14.38522406453882
+1 29086U 91082CF  13112.48839954  .00004093  00000-0  15977-2 0  5761
+2 29086 098.6777 118.5275 0011244 186.7242 326.0401 14.30138427414921
+1 29087U 91082CG  13106.83550675  .00002223  00000-0  94519-3 0  6746
+2 29087 098.7287 095.3686 0009260 232.9290 252.9602 14.26239671460333
+1 29088U 91082CH  13092.29617921  .00003128  00000-0  13631-2 0  6435
+2 29088 098.7200 090.7923 0012423 281.7067 142.0845 14.24650747449593
+1 29089U 91082CJ  13110.01340606  .00006028  00000-0  20681-2 0  6569
+2 29089 098.6342 125.3996 0018392 169.0072 219.7967 14.36396483461385
+1 29090U 91082CK  13116.40322861  .00003002  00000-0  13232-2 0  5734
+2 29090 098.6874 089.3206 0019950 246.8971 267.2048 14.24017273460744
+1 29092U 06015A   13117.49417814  .00000423  00000-0  61140-4 0  3983
+2 29092 097.9532 110.3685 0001500 102.0077 044.1666 14.81190523378443
+1 29093U 06015B   13116.84431253  .00003556  00000-0  15541-3 0    20
+2 29093 097.5607 190.8901 0101908 273.1626 223.1026 15.18174544386309
+1 29094U 92093JQ  13102.06726106  .00003639  00000-0  18795-2 0  8084
+2 29094 071.2961 227.0611 0161201 116.4238 245.9525 14.09141314545168
+1 29096U 93016AK  13088.97143699  .00004375  00000-0  12768-2 0  4230
+2 29096 070.9342 188.7974 0092456 065.0480 045.3119 14.42152074477221
+1 29097U 93016AL  13109.69513303  .00000045  00000-0  64354-4 0  6127
+2 29097 071.0066 200.4903 0124882 104.5932 048.5478 13.93294243606026
+1 29099U 93016AN  13094.20959579  .00012355  00000-0  28739-2 0  7536
+2 29099 070.9236 021.4826 0067878 022.0772 338.3269 14.53589768527573
+1 29100U 93016AP  13096.53996135  .00000088  00000-0  81941-4 0  6575
+2 29100 070.7365 136.9817 0080744 259.2840 254.2032 14.05619503553678
+1 29101U 93016AQ  13099.26679262  .00005486  00000-0  24701-2 0  7340
+2 29101 070.9356 289.2127 0150429 104.6346 013.8724 14.16813979527324
+1 29102U 93016AR  13103.77907674  .00003954  00000-0  19224-2 0  8415
+2 29102 070.9475 027.8811 0138788 214.2168 177.9725 14.13918649540478
+1 29103U 95058L   13116.65456637  .00086926  00000-0  11394-1 0  3417
+2 29103 071.0188 170.7477 0026652 273.7111 231.3449 14.79559038431609
+1 29104U 01049PN  13115.35174633  .00005699  00000-0  55055-3 0  4215
+2 29104 097.5248 138.2651 0035838 178.5548 246.3287 14.92711890468017
+1 29105U 04021G   13112.01079243  .00001806  00000-0  17021-2 0  5138
+2 29105 070.9293 141.7201 0229542 260.5906 126.1445 13.71550541439727
+1 29106U 05049E   13106.79240048 -.00000239  00000-0  10000-3 0  6111
+2 29106 005.0648 072.1818 0004276 063.4298 296.6420 01.01168756 26306
+1 29107U 06016A   13117.60469186  .00005644  00000-0  12607-2 0  2502
+2 29107 098.2009 062.4440 0001615 074.4884 285.6552 14.57145762372318
+1 29108U 06016B   13116.91670321  .00000648  00000-0  15387-3 0  2778
+2 29108 098.2032 061.3201 0001219 082.5375 277.5992 14.57131452372143
+1 29110U 06016D   13115.81335866  .00001793  00000-0  32785-3 0  1616
+2 29110 098.4525 135.8240 0003691 204.2871 207.8369 14.67182081373695
+1 29126U 85108Q   13117.08420976  .00005473  00000-0  57393-3 0  2779
+2 29126 082.5755 117.7944 0015252 319.5513 076.5327 14.89299016377285
+1 29138U 66076J   13117.38372365  .00006100  00000-0  67281-2 0  8170
+2 29138 088.8335 252.6205 0026603 130.8462 283.4141 13.71644899359476
+1 29155U 06018A   13117.49364825 -.00000260  00000-0  10000-3 0  5237
+2 29155 000.2999 261.9451 0003531 171.7455 245.0454 01.00272122 25393
+1 29156U 06018B   13117.08789800 -.00000104  00000-0  00000+0 0   751
+2 29156 012.0846 109.3518 5203521 031.6979 061.9072 01.93074866 48838
+1 29159U 06019C   13117.52496729  .00011454  00000-0  16284-3 0   573
+2 29159 078.8842 307.3393 0054823 299.4395 117.4944 15.54449280388917
+1 29162U 06020A   13117.36255170 -.00000046  00000-0  00000+0 0   801
+2 29162 000.0275 062.6022 0002521 347.9935 182.4164 01.00271725 25350
+1 29163U 06020B   13117.02508954 -.00000130  00000-0  00000+0 0  3904
+2 29163 000.0378 280.8110 0003065 164.0468 217.8483 01.00272087 25405
+1 29164U 06020C   13116.98821229  .00018960  00000-0  41442-2 0  8397
+2 29164 006.8709 355.3403 5539780 204.4234 032.6730 04.73514324 89600
+1 29165U 06020D   13116.17604348  .00015918  00000-0  13742-2 0  7166
+2 29165 007.4687 309.3620 6979379 299.8044 349.9252 02.69548724 62263
+1 29168U 65063S   13116.42158931  .00007684  00000-0  29088-1 0  7093
+2 29168 069.1826 240.0175 0895716 329.6656 056.9209 12.00567761314130
+1 29172U 65063W   13092.15438869  .00000328  00000-0  25184-2 0  2145
+2 29172 069.2198 311.8318 0777539 023.3411 115.8984 11.80137869342464
+1 29180U 67034J   13117.42189265  .00006324  00000-0  63705-2 0  7761
+2 29180 090.2328 275.6957 0081537 133.9110 226.8906 13.75809171344993
+1 29182U 68002F   13089.70801952  .00000862  00000-0  20554-2 0  1458
+2 29182 105.7908 053.1727 0283466 026.2894 336.7088 13.15124731413864
+1 29185U 68002J   13089.06778251  .00001219  00000-0  29892-2 0  1579
+2 29185 105.8196 044.9687 0268783 326.3726 032.0715 13.13002161432070
+1 29188U 68002M   13097.62886920  .00001930  00000-0  34387-2 0  2055
+2 29188 105.8365 120.1554 0278298 333.7570 171.1953 13.30811624415927
+1 29192U 71120K   13102.92254570  .00171439  00000-0  10153-1 0  8349
+2 29192 081.2050 284.7099 0014815 260.1295 117.9603 15.10501048384360
+1 29193U 71120L   13109.94788857  .00011467  00000-0  17021-2 0  8345
+2 29193 081.2290 299.8744 0013962 238.1150 121.8699 14.74909652389308
+1 29194U 76103G   13107.65856644  .00000367  00000-0  34245-3 0  9478
+2 29194 064.6885 166.5275 0047359 001.9954 079.4213 13.94296867500053
+1 29196U 76103J   13089.37523326  .00000156  00000-0  21457-3 0  6717
+2 29196 064.6974 086.9772 0047674 022.3414 045.9695 13.85452989508553
+1 29197U 78047C   13117.31277839  .00005724  00000-0  87202-2 0   986
+2 29197 063.9325 066.4840 3516810 200.6406 337.7871 07.81222654315572
+1 29198U 79095P   13105.46213868  .00000904  00000-0  37516-3 0  4530
+2 29198 081.2103 142.6587 0012094 162.2488 253.8569 14.25759318521265
+1 29199U 80073E   13089.78702637  .00002518  00000-0  12335-2 0  3276
+2 29199 081.2193 112.5671 0037928 102.9264 022.0576 14.17209845361342
+1 29200U 80073F   13110.37405769  .00003384  00000-0  15257-2 0  4511
+2 29200 081.2188 079.1262 0037411 359.7744 000.3409 14.21659564367639
+1 29201U 80073G   13103.32361146  .00002950  00000-0  14170-2 0  3014
+2 29201 081.2181 093.1823 0036225 042.8391 317.5597 14.18331191363559
+1 29207U 87080K   13096.92592218  .00001433  00000-0  14489-2 0  1665
+2 29207 090.3056 260.8907 0142128 230.7648 128.0832 13.72506386383857
+1 29209U 87080M   13089.27799266  .00004311  00000-0  26986-2 0  1178
+2 29209 090.3073 277.3776 0119686 008.1631 352.6868 14.01033995399201
+1 29211U 87080P   13089.39378683  .00002160  00000-0  19108-2 0  3912
+2 29211 090.3534 299.9971 0102298 322.7094 156.7474 13.82461260426690
+1 29213U 99057NL  13116.26575899  .00009133  00000-0  10678-2 0  1532
+2 29213 098.6597 221.9496 0062073 186.2480 227.8316 14.83965558457945
+1 29215U 02024F   13115.65902291  .00000132  00000-0  18134-3 0  9123
+2 29215 098.7966 181.9309 0252106 198.6397 317.6037 13.61318370534143
+1 29216U 02024G   13105.28978670  .00000223  00000-0  26228-3 0  9838
+2 29216 098.8767 223.4147 0232643 158.8600 235.0679 13.66374558534673
+1 29217U 05024H   13114.86682101  .00011194  00000-0  15305-2 0   672
+2 29217 097.5600 257.1757 0180381 154.6405 006.3831 14.68004898411140
+1 29228U 06021A   13117.87071198  .00000446  00000-0  43603-4 0  6953
+2 29228 069.9381 337.6144 0004339 184.3879 257.3935 14.99874990381284
+1 29230U 06022A   13117.39516133  .00000068  00000-0  10000-3 0  2801
+2 29230 003.3875 068.1635 0005395 020.9146 338.9941 00.99230168 25009
+1 29233U 06022D   13115.92609682 -.00000053  00000-0  10000-3 0  8219
+2 29233 005.9713 059.4156 0049570 277.6245 081.7261 01.01009911 25299
+1 29236U 06023A   13117.36292523 -.00000136  00000-0  10000-3 0  4471
+2 29236 000.0119 160.7875 0003281 226.6925 219.6963 01.00272141 25141
+1 29237U 06023B   13114.62619824 -.00000066  00000-0  00000+0 0   917
+2 29237 000.6836 313.0662 6624183 323.8328 011.7388 02.15886604 54038
+1 29252U 06029A   13117.62372138  .00001715  00000-0  12401-3 0  8828
+2 29252 064.5081 154.0962 0015002 205.5998 299.1260 15.07590357373137
+1 29253U 06029B   13116.38593911  .00011084  00000-0  47484-3 0  9623
+2 29253 064.5026 072.0423 0017694 264.3069 239.6433 15.23030756374669
+1 29254U 06032B   13116.41733649 -.00000107  00000-0  00000+0 0  8720
+2 29254 012.2527 198.5696 6057642 138.2409 333.6637 02.06441835 50733
+1 29256U 06029C   13116.91281997  .00000063  00000-0  47600-4 0  1317
+2 29256 064.5785 243.2572 0830251 276.6219 238.9574 13.33165266330525
+1 29260U 06030A   13116.88523932  .00001131  00000-0  10000-3 0  2993
+2 29260 065.1613 025.3153 7058318 269.0780 036.4955 02.00373265 49582
+1 29261U 06030B   13116.31252934  .00000442  00000-0  78418-1 0   169
+2 29261 064.3717 014.1151 6855986 280.4909 327.7920 02.05488123 50673
+1 29265U 67034K   13111.43396285  .00006331  00000-0  56647-2 0  8702
+2 29265 090.2186 270.0104 0052024 067.2134 326.5229 13.83625460452752
+1 29268U 06031A   13117.85899344  .00000453  00000-0  99646-4 0  4928
+2 29268 098.2294 014.2842 0016518 078.7643 281.5412 14.62075634360167
+1 29269U 06031B   13116.65463584  .00000734  00000-0  68853-4 0  2172
+2 29269 098.2818 157.0174 0135409 127.8724 233.4832 14.90805096366769
+1 29270U 06032A   13117.08773792  .00000079  00000-0  10000-3 0   415
+2 29270 000.0804 316.6168 0005133 046.5200 256.6842 01.00273461 24748
+1 29271U 06032C   13117.12995491  .00006856  00000-0  11114-2 0  7763
+2 29271 049.5275 341.4854 5413173 044.6019 033.6831 04.95457003120152
+1 29272U 06033A   13117.76885417 -.00000355  00000-0  10000-3 0  1915
+2 29272 000.0113 313.3193 0002084 074.6221 232.7678 01.00271568 24649
+1 29273U 06033B   13116.78388039 -.00000051  00000-0  10000-3 0  1255
+2 29273 000.0041 313.2083 0003969 093.3575 085.3686 01.00271963 24628
+1 29274U 06033C   13117.08617521  .00035115  00000-0  80781-2 0  7358
+2 29274 005.8825 035.6018 6689261 331.1658 215.3538 03.05519782 62894
+1 29275U 06033D   13117.09326310  .00006631  00000-0  17321-2 0  4777
+2 29275 005.7892 163.1450 7204310 071.2206 353.3848 02.37924424 57062
+1 29276U 67034L   13116.86767959  .00006810  00000-0  70015-2 0  7870
+2 29276 090.2484 281.0513 0077903 146.7507 213.8679 13.74732108344936
+1 29277U 68066L   13103.64492994  .00013269  00000-0  50401-2 0  2714
+2 29277 080.6280 347.1225 0454075 089.8932 279.9334 13.86437507386885
+1 29278U 68066M   13089.57150641  .00006597  00000-0  43814-2 0  1579
+2 29278 080.6229 042.6796 0798545 047.0458 065.3535 13.03293396405754
+1 29279U 68066N   13093.44678749  .00002052  00000-0  12653-2 0  2485
+2 29279 080.6080 143.0677 0665287 074.8134 292.6137 13.29709412476984
+1 29282U 81120L   13117.16019786  .00000116  00000-0  12585-2 0  8570
+2 29282 082.9640 192.7119 0020165 172.7630 212.4337 12.03799840463125
+1 29283U 81120M   13098.57936657  .00000018  00000-0  10000-3 0  3352
+2 29283 082.9475 156.1398 0029316 347.2216 012.8424 12.07693399402556
+1 29284U 81120N   13098.30653103  .00000017  00000-0  10000-3 0  2781
+2 29284 082.9561 221.6950 0034143 278.4687 081.2629 12.02346442376798
+1 29292U 79095R   13094.71247666  .00001088  00000-0  57084-3 0  2874
+2 29292 081.2004 222.4604 0011051 119.2019 294.3921 14.13585872434186
+1 29293U 79095S   13101.65613620  .00001015  00000-0  53879-3 0  2276
+2 29293 081.2027 217.0723 0001740 217.6518 142.5070 14.12936969457703
+1 29295U 81053MY  13089.30678334  .00000979  00000-0  10919-2 0  2584
+2 29295 082.9621 086.2208 0117390 314.5409 108.6788 13.67529299341032
+1 29299U 88005N   13100.30982088  .00001105  00000-0  88012-3 0  5866
+2 29299 082.5444 191.9002 0026164 281.0465 111.8120 13.90184355350109
+1 29300U 88005P   13106.60728020  .00000747  00000-0  60883-3 0  4981
+2 29300 082.5411 191.8963 0008301 016.1682 041.0713 13.88593007348735
+1 29301U 88005Q   13100.22656554  .00001675  00000-0  13774-2 0  2363
+2 29301 082.5326 191.1381 0019843 009.5983 023.0807 13.88651825344497
+1 29302U 88005R   13102.62132800  .00000797  00000-0  59900-3 0  3977
+2 29302 082.5364 176.1166 0020712 090.2926 270.1419 13.93172527353245
+1 29311U 89039S   13117.41760098 -.00003066  00000-0 -57712-1 0  4426
+2 29311 061.9800 181.8869 4697816 065.6831 335.8336 05.36613340122741
+1 29312U 89039T   13104.75940796 -.00000038  00000-0  00000+0 0  2682
+2 29312 063.5153 024.9456 4363289 050.9003 345.9819 05.05680806120789
+1 29317U 89039Y   13115.83705109  .00000405  00000-0  64235-3 0  4352
+2 29317 064.8768 031.6925 5594114 325.9293 020.5309 04.48596595108183
+1 29318U 89039Z   13117.43726571  .00091061  00000-0  18613-1 0  6826
+2 29318 064.7177 107.6302 3974962 296.6359 232.4406 07.35473677127411
+1 29325U 89039AG  13115.13657927  .00000461  00000-0  40556-3 0  1267
+2 29325 064.8773 012.9248 5626567 326.5238 081.8455 04.49041776108631
+1 29328U 89039AK  13116.96042509  .00000198  00000-0  10529-2 0  1517
+2 29328 064.8952 098.4872 5619421 323.8012 020.6686 04.28117444105352
+1 29349U 06034A   13115.62481008 -.00000363  00000-0  10000-3 0  2158
+2 29349 000.0483 053.4906 0001947 001.7152 136.5806 01.00270715 24501
+1 29350U 06034B   13116.19283596 -.00000048  00000-0  00000+0 0   237
+2 29350 001.0689 003.6117 6369726 142.4692 126.0501 02.12149525 51754
+1 29355U 87020DW  13091.29689007  .00000152  00000-0  12062-2 0  5140
+2 29355 073.6317 031.8135 0031406 251.7319 264.5920 12.43765959479623
+1 29356U 87020DX  13094.89857895  .00000624  00000-0  45471-2 0  7193
+2 29356 073.6639 051.3528 0009769 204.1269 190.7265 12.44242025485878
+1 29358U 87020DZ  13096.96954932  .00007890  00000-0  21440-1 0  1561
+2 29358 073.8830 303.7968 0024789 109.7229 247.9400 13.13973870411884
+1 29359U 87020EA  13101.78049866 -.00000004  00000-0  10000-3 0  4117
+2 29359 073.6081 035.8581 0028362 289.1129 070.6182 12.41066757371620
+1 29360U 87020EB  13117.08564906  .00000085  00000-0  77064-3 0  7558
+2 29360 073.7069 151.5635 0060140 267.7792 120.1010 12.38887088551583
+1 29363U 00075F   13089.81218148  .00023403  00000-0  13521-1 0  2032
+2 29363 095.3868 214.2709 0582587 171.4078 277.8205 13.46898123413668
+1 29398U 06038A   13116.87701013 -.00000321  00000-0  10000-3 0  9404
+2 29398 002.9309 069.0373 0005891 013.4595 189.7474 01.00275750 24311
+1 29407U 89039BK  13115.25406276  .00052072  00000-0  44697+0 0  2644
+2 29407 060.4342 024.6512 5357614 100.2448 321.5086 04.59957001109749
+1 29414U 89039BS  13115.89789848  .00002129  00000-0  41639-2 0  2746
+2 29414 064.9675 042.6860 5550411 321.7851 022.1015 04.52657253106415
+1 29416U 89039BU  13114.78308522  .00022971  00000-0  30771-2 0   202
+2 29416 064.1016 030.4913 5594272 001.7346 005.6308 04.68091391106030
+1 29419U 03037D   13115.42944169  .00000059  00000-0  33936-3 0  9876
+2 29419 082.4678 097.8877 0024868 116.4284 029.7270 12.45639605436698
+1 29421U 03037F   13115.02109089  .00000014  00000-0  25260-4 0  8635
+2 29421 082.4623 098.2353 0027825 117.0099 276.0437 12.45625589432865
+1 29422U 04023D   13115.34151486  .00042614 -86769-7  49642-3 0  6324
+2 29422 038.9035 176.6097 4550161 283.0303 092.9597 06.55870957140655
+1 29441U 89039CQ  13115.25394346  .00004048  00000-0  30063-1 0  3191
+2 29441 062.8384 183.4533 4046657 004.6116 013.5485 06.55927555143250
+1 29443U 89039CS  13110.86382406 -.00000027  00000-0  00000+0 0  3515
+2 29443 061.7258 336.6688 4398407 087.4585 320.5766 04.92481469117606
+1 29445U 84035D   13114.73832731  .00004035  00000-0  11814-1 0  1011
+2 29445 030.6266 241.3896 7127947 212.1719 085.2343 02.38393756 71135
+1 29446U 84035E   13114.70098731  .00003123  00000-0  10573-1 0  9301
+2 29446 030.8957 234.5276 7105544 218.0184 349.5913 02.40395684 71090
+1 29447U 86010F   13113.82785185  .00000812  00000-0  58263-2 0  3232
+2 29447 031.1927 331.7407 7173928 140.3090 304.0458 02.28411015 67876
+1 29449U 89039CT  13108.63025902 -.00000028  00000-0  00000+0 0  5364
+2 29449 062.3692 236.4496 5075106 006.0020 355.7620 04.22251339104233
+1 29459U 89039DD  13111.63470748 -.00000009  00000-0  00000+0 0  1872
+2 29459 066.6364 295.2116 3469183 051.2170 335.8116 07.16924924155684
+1 29463U 89039DH  13117.06576467 -.00000008  00000-0  00000+0 0  2482
+2 29463 067.2173 143.6601 3121894 020.4974 349.6026 07.00891327154543
+1 29479U 06041A   13116.61748980  .00000442  00000-0  94963-4 0   746
+2 29479 098.1162 116.6421 0016236 295.1175 132.0243 14.63186324352068
+1 29486U 06042A   13116.70463495 -.00000052  00000-0  00000+0 0   685
+2 29486 056.1814 342.3665 0080857 316.2662 084.5400 02.00574212 48285
+1 29487U 06042B   13117.54514742  .00609032  10334-5  14150-2 0  2393
+2 29487 039.7866 301.4902 2911468 134.3716 307.2145 09.78719476137085
+1 29494U 06043A   13117.44299317 -.00000123  00000-0  10000-3 0  3303
+2 29494 000.0169 251.5808 0002138 154.4450 227.9050 01.00272122 23986
+1 29495U 06043B   13116.50031041 -.00000117  00000-0  10000-3 0  1893
+2 29495 000.0307 353.1825 0002957 029.9833 171.6050 01.00271906 24018
+1 29498U 06043E   13117.36263713  .00003830  00000-0  57394-3 0  7015
+2 29498 006.8148 126.5667 6926438 212.8607 350.1644 02.75080349 59520
+1 29499U 06044A   13117.48042276  .00000056  00000-0  45542-4 0   270
+2 29499 098.7178 177.7946 0000957 181.7279 178.3895 14.21486042338379
+1 29505U 06046A   13118.01588743  .00000828  00000-0  87224-4 0  2636
+2 29505 097.7420 113.5162 0004821 076.0284 284.1484 14.91969645354325
+1 29506U 06046B   13117.74241428  .00001209  00000-0  12735-3 0  2360
+2 29506 097.7523 111.8988 0003445 114.2583 245.8994 14.91152566354118
+1 29507U 06046C   13117.01249068  .00000820  00000-0  79224-4 0  1576
+2 29507 097.7254 110.8356 0040543 294.3546 065.3445 14.94994298354639
+1 29508U 06046D   13117.12159383  .00005771  00000-0  45018-3 0  2797
+2 29508 097.7028 119.4924 0003235 268.1886 133.8333 15.01546662354711
+1 29509U 06046E   13116.19755141  .00001510  00000-0  16361-3 0   747
+2 29509 097.8051 088.7932 0048202 338.3947 149.3739 14.88909733351543
+1 29516U 06048A   13115.66144270 -.00000084  00000-0  10000-3 0  3948
+2 29516 003.3109 133.0699 0038043 133.2281 227.5430 00.92860236 22834
+1 29517U 06048B   13117.43958565  .00052862  36596-6  12158-2 0  7580
+2 29517 028.5018 286.1174 5679447 349.7627 021.8756 04.62664177 79298
+1 29519U 04029D   13114.52426791  .00061278  00000-0  16147-1 0  6639
+2 29519 088.2774 300.9808 5654986 029.6486 000.8827 04.54420936 81304
+1 29520U 06049A   13116.42338486 -.00000030  00000-0  10000-3 0   345
+2 29520 000.0343 054.7513 0000268 298.9344 258.0488 01.00272608 23871
+1 29521U 06049B   13116.84028913 -.00000146  00000-0  00000+0 0  1156
+2 29521 000.1454 058.7175 6942536 352.7813 253.6422 02.18871424 51885
+1 29524U 06050C   13117.03352399  .00000954  00000-0  50530-3 0  8139
+2 29524 098.8569 123.3775 0004774 339.5186 054.1215 14.16092759334321
+1 29525U 06050D   13117.56051448  .00001043  00000-0  54561-3 0  7844
+2 29525 098.8515 125.3714 0003425 350.8345 155.2850 14.16579967334489
+1 29526U 06051A   13117.84878666  .00000134  00000-0  10000-3 0  2009
+2 29526 000.0607 310.3952 0006255 034.1951 202.9936 01.00273098 23773
+1 29527U 06051B   13116.01575655 -.00000178  00000-0  00000+0 0  9348
+2 29527 013.8292 259.4530 6349544 204.1414 165.0032 02.09461535 49455
+1 29528U 06051C   13117.03548870  .00000027  00000-0  89842-3 0  7278
+2 29528 051.3250 091.0100 5963937 044.2022 000.0954 03.64237883 86029
+1 29530U 90065X   13106.99292322  .00001050  00000-0  10878-2 0  6605
+2 29530 018.0932 303.7004 7157696 250.0570 024.6718 02.39984597 96549
+1 29531U 90065Y   13115.30672791  .00000319  00000-0  99798-3 0  6003
+2 29531 017.8289 279.0462 7137828 308.2233 341.2724 02.42094172 64312
+1 29532U 90065Z   13114.27939682  .00000713  00000-0  71145-3 0  6389
+2 29532 017.7269 138.6444 7048131 199.1669 335.5425 02.51834540127199
+1 29533U 90065AA  13111.44639638  .00001148  00000-0  69246-3 0  5936
+2 29533 017.4537 218.1888 7115188 056.5934 002.6595 02.45676102124805
+1 29534U 05038D   13116.42627472  .00003073  00000-0  50910-3 0  7589
+2 29534 039.3687 159.0941 5931249 041.9675 023.4984 04.15196286104282
+1 29536U 06015C   13116.99964240  .00001608  00000-0  38830-3 0  8205
+2 29536 097.7501 304.4922 0182693 274.8141 238.8536 14.44782068365144
+1 29537U 06015D   13105.46948824  .00001236  00000-0  30492-3 0  8377
+2 29537 097.8564 319.9189 0188448 345.2642 138.2576 14.43643063363026
+1 29538U 06015E   13111.13177321  .00001419  00000-0  30796-3 0  8588
+2 29538 097.8727 347.8920 0163893 226.7776 287.3803 14.51572177364722
+1 29539U 06015F   13115.13182299  .00002056  00000-0  44198-3 0  8278
+2 29539 097.7839 335.2449 0156351 193.1476 297.3000 14.52174635366470
+1 29600U 06050BS  13117.03542676  .00001176  00000-0  60709-3 0  8128
+2 29600 098.8481 125.1517 0007488 015.3043 018.4245 14.17001651332639
+1 29601U 06052A   13117.28280632 -.00000044  00000-0  00000+0 0   972
+2 29601 056.3671 042.7459 0044582 010.3195 129.4106 02.00575098 47203
+1 29636U 06046F   13115.50068733  .00020516  00000-0  10889-2 0  9694
+2 29636 097.7643 124.5192 0068895 280.7161 240.6800 15.13295090352284
+1 29637U 06050BV  13116.58132698  .00001281  00000-0  65307-3 0  8144
+2 29637 098.8461 124.2092 0009674 163.4750 343.2511 14.17517833330811
+1 29640U 06053A   13116.88765009 -.00000207  00000-0  10000-3 0  6632
+2 29640 001.4953 072.3188 0001828 011.2430 177.5739 01.00276730 23431
+1 29642U 06053C   13116.66109148 -.00000273  00000-0  10000-3 0  9474
+2 29642 003.0389 071.8168 0101383 289.4623 069.3789 00.99359241 23165
+1 29643U 06054A   13117.21862007 -.00000058  00000-0  10000-3 0  9266
+2 29643 000.0609 075.6267 0001947 317.6720 149.6059 01.00272415 23428
+1 29644U 06054B   13112.19023104 -.00000094  00000-0  10000-3 0  3170
+2 29644 000.0704 062.2017 0002841 316.6841 155.0647 01.00272342 23385
+1 29645U 06054C   13117.49252682  .00062590  00000-0  76912-2 0  6673
+2 29645 002.4840 043.4477 6266863 170.1230 036.0950 03.67186720 65189
+1 29646U 06054D   13116.14412019  .00001078  00000-0  47888-3 0  4591
+2 29646 002.8652 302.8781 7168054 014.5863 317.6510 02.40680468 54414
+1 29648U 06056A   13116.88748470 -.00000249  00000-0  10000-3 0    41
+2 29648 000.0388 076.9547 0002656 352.7485 196.3270 01.00270592 23448
+1 29649U 06056B   13116.89232557  .00001599  00000-0  39702-3 0  6760
+2 29649 049.5003 249.4634 5430230 306.2141 219.5885 04.90261152112775
+1 29650U 06056C   13111.25311164 -.00000019  00000-0  00000+0 0  8820
+2 29650 015.8730 215.0907 5067212 066.2840 343.7044 01.86162325 43232
+1 29656U 06059A   13117.64686941 -.00000247  00000-0  00000+0 0  1518
+2 29656 002.6659 070.2481 0007086 342.7030 181.4263 01.00270288 23345
+1 29657U 06059B   13117.97228850  .00111818  54353-6  19701-2 0  4310
+2 29657 028.5425 089.6062 6199238 342.8723 003.0827 03.83287333 69673
+1 29659U 06060B   13115.28190925  .00024612  00000-0  42283-3 0  9177
+2 29659 098.0863 017.2180 0020767 335.4890 171.0931 15.50903608355057
+1 29668U 06061A   13116.90803070  .00000108  00000-0  10000-3 0  5598
+2 29668 065.5043 247.5969 6775572 269.7930 018.8747 02.00608605 46443
+1 29669U 06061B   13116.45998838  .00000975  00000-0  10000-3 0  2078
+2 29669 065.7323 254.1484 6785583 272.0565 017.8782 01.98207140 45900
+1 29670U 06062A   13117.33531384 -.00000035  00000-0  10000-3 0  7846
+2 29670 065.8947 355.5745 0023183 350.5094 212.7745 02.13105287 49316
+1 29671U 06062B   13117.42999434 -.00000036  00000-0  10000-3 0  8001
+2 29671 065.9117 355.6280 0015829 161.2601 343.8684 02.13103267 49326
+1 29672U 06062C   13117.42336734 -.00000036  00000-0  10000-3 0  8066
+2 29672 065.8968 355.5778 0015571 159.1477 160.5395 02.13102285 49313
+1 29673U 06062D   13116.64641921 -.00000032  00000-0  00000+0 0  8743
+2 29673 065.8990 355.3790 0016023 203.4478 313.0289 02.13404085 49587
+1 29676U 05049F   13116.28426857 -.00000148  00000-0  10000-3 0  3646
+2 29676 005.0398 071.9663 0058769 297.1703 062.0928 01.02231469 24969
+1 29678U 06063A   13117.74938806  .00000170  00000-0  11186-3 0   916
+2 29678 090.0193 010.7908 0006787 064.5584 328.4220 13.98336777323206
+1 29680U 06062G   13115.09647784 -.00000007  00000-0  18883-3 0  4551
+2 29680 065.3229 320.7744 5602761 086.3347 015.5350 04.23327747 97845
+1 29682U 06062H   13115.63995780 -.00000008  00000-0  23688-3 0  4432
+2 29682 065.2195 313.9677 5575637 097.2343 343.6031 04.23448950 97925
+1 29709U 07001A   13117.74810950  .00000236  00000-0  36869-4 0  9977
+2 29709 097.6322 140.4953 0013743 008.6428 351.5012 14.80889467340188
+1 29710U 07001B   13117.79046494  .00000497  00000-0  74899-4 0  9736
+2 29710 097.9691 177.2203 0000812 040.7546 319.3727 14.78628751339849
+1 29712U 07001D   13117.15187400  .00004259  00000-0  46867-3 0  1871
+2 29712 097.6573 150.9036 0010817 346.4539 054.6959 14.88051984340446
+1 29713U 07001E   13116.86512712  .00001106  00000-0  14804-3 0  9970
+2 29713 097.6339 125.4374 0027543 021.3716 338.8641 14.81105853339844
+1 29733U 99025X   13112.00654427  .00000479  00000-0  92390-3 0  8945
+2 29733 099.2006 117.0190 0589250 339.9581 070.1700 12.89146872294893
+1 29734U 99025Y   13117.44788897  .00001117  00000-0  20388-2 0  8181
+2 29734 099.1483 073.7003 0654528 026.1868 092.4973 12.79925195293426
+1 29735U 99025Z   13117.46221611  .00000954  00000-0  18567-2 0  8432
+2 29735 099.3754 069.5575 0735923 200.7410 291.9684 12.64138144289489
+1 29736U 99025AA  13117.31974573  .00000194  00000-0  52976-3 0  6739
+2 29736 099.4517 046.0670 0741992 309.2772 170.5372 12.52207374287206
+1 29737U 99025AB  13115.89253457 -.00000305  00000-0 -57444-3 0  6395
+2 29737 099.5882 084.7717 0737930 309.6537 068.7386 12.56666308287634
+1 29738U 99025AC  13117.34385495  .00001388  00000-0  31044-2 0  7596
+2 29738 099.5040 034.5325 0797730 034.3613 075.1619 12.46114070285328
+1 29739U 99025AD  13117.56180769  .00028804  00000-0  22195-1 0  3019
+2 29739 099.2212 339.8209 0639587 173.3405 248.6138 13.24202223287956
+1 29740U 99025AE  13117.09839957  .00000696  00000-0  19468-2 0  9957
+2 29740 098.9995 169.2573 1018141 321.2168 031.9877 11.99460393274693
+1 29741U 99025AF  13116.12782176 -.00000778  00000-0 -21116-2 0  6752
+2 29741 099.1840 181.5389 1043998 036.0444 023.4024 11.92959724273103
+1 29746U 99025AL  13116.27124051  .00020630  00000-0  41880-1 0   564
+2 29746 099.1915 032.5665 1315019 029.5351 079.8824 11.61918992261640
+1 29748U 99025AN  13116.72698859  .00010862  00000-0  34676-1 0  7027
+2 29748 100.2513 136.6282 1399570 092.4778 340.4792 11.26087754253946
+1 29750U 99025AQ  13117.54815191  .00000057  00000-0  61417-4 0  9989
+2 29750 099.0554 105.5167 0036027 252.4563 232.0359 14.06408185321868
+1 29751U 99025AR  13116.61924214  .00000245  00000-0  12853-3 0  5427
+2 29751 098.8435 103.9728 0093562 125.4912 299.9603 14.20684848325296
+1 29753U 99025AT  13116.90195020  .00004407  00000-0  15532-2 0  7136
+2 29753 098.8814 192.3450 0081475 188.7252 224.1660 14.33444840326937
+1 29754U 99025AU  13117.16059811  .00000694  00000-0  43162-3 0  9635
+2 29754 099.0888 172.8975 0037766 298.8179 094.6397 14.08048462322768
+1 29756U 99025AW  13116.98394310  .00003247  00000-0  12475-2 0  7673
+2 29756 099.2582 264.4505 0057285 267.2193 240.6398 14.30297521326972
+1 29757U 99025AX  13111.33683630  .05510478  00000-0  48636-1 0  9767
+2 29757 098.0228 039.4413 0032797 157.1350 200.5373 15.63679179326808
+1 29758U 99025AY  13116.52359896  .00001814  00000-0  10504-2 0    93
+2 29758 099.0454 138.0452 0035427 175.3885 332.7657 14.09855801322668
+1 29759U 99025AZ  13117.14354265  .00009946  00000-0  11460-2 0  9565
+2 29759 098.9631 331.4351 0170385 134.6122 011.3112 14.75966611335458
+1 29760U 99025BA  13117.07651995 -.00000115  00000-0 -40011-4 0  7340
+2 29760 099.0670 126.2259 0135691 142.3672 251.2947 14.05707121322447
+1 29762U 99025BC  13116.55003861  .00000240  00000-0  11256-3 0  7634
+2 29762 098.8638 151.3656 0215181 337.2687 171.0333 14.17844164325065
+1 29763U 99025BD  13117.11936471  .00000393  00000-0  25041-3 0  7388
+2 29763 099.0578 156.5856 0132314 174.4221 220.3679 14.05179478322336
+1 29765U 99025BF  13117.51609975  .00000343  00000-0  25635-3 0  9667
+2 29765 099.1378 111.2234 0045165 249.2259 257.3158 14.01181978321520
+1 29766U 99025BG  13116.58412054  .00000811  00000-0  67302-3 0  9975
+2 29766 098.6286 322.6059 0165005 348.2761 044.1426 13.85313042317424
+1 29767U 99025BH  13117.19654543  .00001341  00000-0  71126-3 0  9962
+2 29767 098.2370 198.7373 0403639 285.7485 103.4267 13.80547364316053
+1 29769U 99025BK  13117.47469730  .00001563  00000-0  10943-2 0  1223
+2 29769 099.0676 078.8439 0105639 284.3613 224.2634 13.97286371320074
+1 29770U 99025BL  13116.71363293  .00001405  00000-0  91153-3 0   775
+2 29770 099.1532 138.1567 0076396 251.3925 172.3346 14.02943447321285
+1 29771U 99025BM  13117.18830074  .00006419  00000-0  40984-2 0   881
+2 29771 099.5901 192.4107 0129765 134.2829 226.9066 13.99807573319336
+1 29772U 99025BN  13117.50443344  .00001327  00000-0  97011-3 0   458
+2 29772 098.3978 286.5394 0152458 216.0409 176.9071 13.92144224319115
+1 29773U 99025BP  13117.19645753  .00000475  00000-0  23678-3 0  5560
+2 29773 098.8966 185.5165 0051786 279.1012 114.2312 14.21091088325891
+1 29774U 99025BQ  13117.21456834  .00000194  00000-0  11189-3 0  4857
+2 29774 099.0358 212.0910 0051199 314.4917 072.7877 14.19901401325721
+1 29775U 99025BR  13116.45741683  .00005034  00000-0  11604-2 0  9126
+2 29775 099.0583 276.9734 0110494 028.6477 005.0261 14.52098459330802
+1 29776U 99025BS  13117.56131912  .00000218  00000-0  16085-3 0  9845
+2 29776 099.0640 105.4832 0024276 191.1645 281.8738 14.05717213322524
+1 29777U 99025BT  13116.86826365  .00000048  00000-0  70899-4 0   713
+2 29777 099.1670 067.8648 0094821 028.9181 004.9040 13.90694779319003
+1 29779U 99025BV  13117.56062914  .00000403  00000-0  24813-3 0  9858
+2 29779 099.0071 119.1579 0065161 244.9577 242.7911 14.10229873323508
+1 29780U 99025BW  13117.16463486  .00001275  00000-0  85272-3 0   917
+2 29780 099.2863 186.9342 0043918 346.0999 013.8954 14.02450090321239
+1 29781U 99025BX  13117.10023110  .00000438  00000-0  33155-3 0  1169
+2 29781 099.1827 135.4660 0065617 357.8898 033.9949 13.98508377320602
+1 29782U 99025BY  13117.47639328  .00001115  00000-0  80094-3 0  1037
+2 29782 099.0717 084.7270 0081313 354.2972 131.4988 13.97502213320168
+1 29783U 99025BZ  13117.10298578  .00003028  00000-0  64549-3 0  9238
+2 29783 098.9633 269.3649 0131433 323.4040 090.7756 14.54519946331794
+1 29784U 99025CA  13116.75081024  .00000462  00000-0  22039-3 0  7500
+2 29784 098.9479 202.1087 0064989 270.9304 235.7802 14.23166185326273
+1 29785U 99025CB  13117.41725691  .00004359  00000-0  12236-2 0  8697
+2 29785 099.0381 255.6841 0102831 088.5855 305.4918 14.43449876329697
+1 29786U 99025CC  13116.52969229  .00000365  00000-0  23951-3 0  9978
+2 29786 099.0542 111.9404 0078549 276.0209 230.8328 14.06895808322576
+1 29787U 99025CD  13116.94674269  .00014318  00000-0  27371-2 0  9648
+2 29787 099.0618 277.1005 0118748 082.8705 068.7029 14.59537209330552
+1 29788U 99025CE  13116.54271101  .00001459  00000-0  90356-3 0  9931
+2 29788 099.0861 130.9002 0042510 278.9695 233.3936 14.06399815322037
+1 29789U 99025CF  13116.48299891  .00000530  00000-0  72111-3 0  7522
+2 29789 099.7045 042.2154 0316761 242.9572 178.4163 13.45118663308205
+1 29790U 99025CG  13116.84640472  .00000559  00000-0  24553-3 0  7673
+2 29790 099.0164 221.9311 0084830 172.5700 334.3276 14.25798718326889
+1 29791U 99025CH  13117.19142926  .00001668  00000-0  69551-3 0  7583
+2 29791 098.9735 206.7275 0067204 249.7509 139.8206 14.26462391326733
+1 29792U 99025CJ  13111.08902875  .00001528  00000-0  10286-2 0  1021
+2 29792 099.1769 141.5558 0055314 348.2587 045.2097 14.01424743320233
+1 29793U 99025CK  13117.49787825  .00001048  00000-0  79244-3 0   452
+2 29793 098.3947 277.9106 0155914 234.6093 156.8369 13.90469089318689
+1 29794U 99025CL  13117.15568863  .00000664  00000-0  41391-3 0   911
+2 29794 098.2162 281.9082 0167463 207.5162 201.5071 14.01165171321268
+1 29795U 99025CM  13116.78512052  .00000004  00000-0  35993-4 0   638
+2 29795 098.9748 038.2931 0113024 314.2921 078.3508 13.91239866319044
+1 29796U 99025CN  13115.93898080  .00000599  00000-0  40040-3 0  9819
+2 29796 099.0587 096.3257 0059226 191.3293 202.9136 14.04066656321666
+1 29798U 99025CQ  13117.52914226  .00000566  00000-0  49080-3 0   200
+2 29798 099.2354 078.8156 0130529 109.4159 011.5587 13.86526526317678
+1 29800U 99025CS  13117.50848832  .00000953  00000-0  85502-3 0  9850
+2 29800 098.3305 219.8237 0157543 006.4256 121.9651 13.80857501316305
+1 29801U 99025CT  13117.75278659  .00000263  00000-0  10675-3 0  7785
+2 29801 098.7857 201.4923 0110071 116.6212 028.8231 14.32445823328649
+1 29802U 99025CU  13116.05122116  .00001977  00000-0  92136-3 0  1806
+2 29802 098.8969 135.8676 0072193 186.4469 233.5423 14.20264670324865
+1 29803U 99025CV  13117.07892478  .00004894  00000-0  23629-2 0  3279
+2 29803 099.0051 140.5221 0083535 103.8687 290.7642 14.17236612323449
+1 29804U 99025CW  13115.67418148  .00000342  00000-0  23694-3 0  9714
+2 29804 099.1044 117.0354 0099460 179.6929 245.9596 14.03345876321764
+1 29805U 99025CX  13116.90936527  .00000085  00000-0  12808-3 0  9593
+2 29805 099.5272 082.2425 0189330 270.8147 121.2938 13.71444855314608
+1 29806U 99025CY  13116.51823686  .00000271  00000-0  19328-3 0  9795
+2 29806 099.0795 121.8234 0028809 240.5868 266.0065 14.05771059322222
+1 29807U 99025CZ  13117.04272780  .00000453  00000-0  29706-3 0  9869
+2 29807 099.0713 124.5948 0081463 297.4999 095.1050 14.05710441322421
+1 29808U 99025DA  13115.69525601  .00002454  00000-0  13422-2 0   458
+2 29808 099.0496 152.5067 0042425 164.0649 344.6362 14.12452603322765
+1 29809U 99025DB  13117.25947414  .00000424  00000-0  13907-3 0  8220
+2 29809 098.7692 213.8425 0130120 034.8382 359.1353 14.39022239329964
+1 29810U 99025DC  13116.84894639  .00000369  00000-0  17811-3 0  7445
+2 29810 099.1178 233.3507 0071001 284.5000 222.0474 14.23733258326468
+1 29811U 99025DD  13117.00694545  .00003000  00000-0  16488-2 0  1031
+2 29811 099.0714 132.8935 0087085 171.9687 222.2187 14.10556606322354
+1 29812U 99025DE  13116.97060866  .00001027  00000-0  77243-3 0   527
+2 29812 098.3973 279.2166 0156852 233.7164 274.1620 13.90742670318697
+1 29813U 99025DF  13115.72563462  .00000268  00000-0  18259-3 0  9527
+2 29813 099.0287 107.0965 0012185 217.9467 197.9816 14.08405655322917
+1 29814U 99025DG  13117.33953689  .00003020  00000-0  11509-2 0  7102
+2 29814 099.0989 234.0577 0064047 241.4624 151.9057 14.30520193327134
+1 29815U 99025DH  13115.05591201  .00000899  00000-0  20219-3 0  7265
+2 29815 098.5362 143.1189 0241209 237.3274 176.3651 14.42829671330035
+1 29816U 99025DJ  13117.15847983  .00001615  00000-0  49804-3 0  6986
+2 29816 098.9575 178.5764 0323150 219.2427 157.9902 14.16947277324415
+1 29817U 99025DK  13115.64526220  .00000371  00000-0  23613-3 0  9898
+2 29817 099.0140 167.9619 0013607 146.9146 359.4476 14.09899054323071
+1 29818U 99025DL  13115.73832519  .00000512  00000-0  34462-3 0    94
+2 29818 098.8806 046.2925 0117695 287.6156 102.9492 14.01795608321195
+1 29819U 99025DM  13116.13131924  .00000380  00000-0  24866-3 0   632
+2 29819 099.1686 167.2272 0201761 273.7405 139.0166 13.98888674320667
+1 29820U 99025DN  13117.55828209  .00000375  00000-0  29225-3 0   896
+2 29820 099.2000 126.5781 0068408 357.1399 148.4737 13.97601275320488
+1 29821U 99025DP  13117.46370544  .00000509  00000-0  20728-3 0    80
+2 29821 099.1919 094.1120 0411387 264.2602 245.9415 13.94898545319486
+1 29825U 99025DT  13117.42098464  .00004480  00000-0  46679-3 0  8812
+2 29825 098.7659 287.8855 0204602 045.6981 009.0842 14.76145456336291
+1 29827U 99025DV  13116.01317972  .00000276  00000-0  15907-3 0  9793
+2 29827 098.8910 140.0564 0025680 271.9677 147.0247 14.17034640324717
+1 29828U 99025DW  13116.82175689  .00000584  00000-0  42391-3 0  1106
+2 29828 099.1862 160.8504 0060653 009.3180 051.1092 13.99584265320680
+1 29830U 99025DY  13115.24994321  .00025684  00000-0  11817-2 0   628
+2 29830 098.8049 006.3017 0142352 259.3040 248.6582 15.11657700339248
+1 29832U 99025EA  13117.39833046  .00000775  00000-0  16002-3 0  7605
+2 29832 098.8643 258.5269 0208680 209.6566 184.3985 14.50966797332762
+1 29833U 99025EB  13117.48568910  .00001393  00000-0  30203-3 0  7371
+2 29833 099.1181 306.9127 0174350 290.5228 120.9411 14.51121892332215
+1 29834U 99025EC  13117.37167728  .00003140  00000-0  53298-3 0  3515
+2 29834 098.2252 047.5485 0220063 217.8312 269.5487 14.55235477331355
+1 29835U 99025ED  13117.40022900  .00000110  00000-0  44062-4 0  7947
+2 29835 099.0667 269.0636 0173819 352.0286 059.5490 14.40698737330448
+1 29836U 99025EE  13115.27413551  .00000616  00000-0  16982-3 0  4933
+2 29836 098.1305 014.1705 0185566 266.5874 217.5118 14.40771466329798
+1 29837U 99025EF  13116.54952152  .00008420  00000-0  15771-2 0  8962
+2 29837 098.5193 114.7708 0182918 302.9942 204.4011 14.54831045330702
+1 29838U 99025EG  13116.14214112  .00015306  00000-0  25269-2 0  8476
+2 29838 097.2642 172.6654 0162121 056.4944 000.3102 14.62076283331482
+1 29839U 99025EH  13117.24394145  .00015272  00000-0  32056-2 0  9413
+2 29839 102.1846 015.3387 0088880 053.3386 091.2721 14.57331176330064
+1 29840U 99025EJ  13117.31576838  .00005418  00000-0  13511-2 0  8093
+2 29840 099.0097 254.0439 0147972 098.8910 319.8631 14.45631459329660
+1 29841U 99025EK  13117.15879881  .00000385  00000-0  11173-3 0  6976
+2 29841 098.7700 208.7797 0227426 346.5573 045.5011 14.36650083329447
+1 29842U 99025EL  13116.51194788  .00002154  00000-0  68518-3 0  7008
+2 29842 098.5286 065.3323 0158544 310.6663 112.1964 14.34016454328345
+1 29843U 99025EM  13116.72640407  .00000151  00000-0  73105-4 0  7077
+2 29843 098.8810 188.6945 0206392 298.3357 208.8089 14.22482599326093
+1 29844U 99025EN  13117.48106347  .00000786  00000-0  31060-3 0  6843
+2 29844 098.9263 196.4406 0191186 161.1400 322.6587 14.22404455326202
+1 29845U 99025EP  13115.01963936  .00000409  00000-0  20638-3 0  7309
+2 29845 098.8559 135.8264 0086521 169.6138 244.3150 14.19805352325264
+1 29846U 99025EQ  13117.51184868  .00000214  00000-0  12402-3 0  6815
+2 29846 098.8739 093.0006 0087950 154.4465 328.6850 14.16852172325088
+1 29847U 99025ER  13117.55224284  .00000144  00000-0  12288-3 0  1153
+2 29847 099.1070 133.0874 0086927 236.6591 270.4905 14.00632968321415
+1 29848U 99025ES  13117.45740007  .00001245  00000-0  75335-3 0  8106
+2 29848 098.2355 290.2541 0144283 198.1031 216.4070 14.03049566321535
+1 29849U 99025ET  13116.61507708  .00000765  00000-0  59527-3 0   139
+2 29849 099.2995 163.6036 0096816 097.0143 060.0771 13.93419222319286
+1 29850U 99025EU  13115.17219804  .00000975  00000-0  79996-3 0  9581
+2 29850 098.1161 193.6343 0114006 251.2278 161.6969 13.88467246317996
+1 29851U 99025EV  13117.45139341  .00000309  00000-0  30920-3 0  9363
+2 29851 099.2648 059.5662 0146690 158.0225 321.0703 13.80693257316748
+1 29852U 99025EW  13116.85775831  .00001829  00000-0  14498-2 0  9681
+2 29852 099.1401 057.6245 0168157 065.5203 329.0004 13.86213310317401
+1 29853U 99025EX  13116.63969685  .00000840  00000-0  70598-3 0  8966
+2 29853 098.4387 259.1660 0176298 318.7615 172.7547 13.83617243317137
+1 29854U 99025EY  13117.31723992  .00000203  00000-0  21510-3 0  8897
+2 29854 099.1664 043.2567 0151204 154.2917 351.9607 13.80420765316641
+1 29855U 99025EZ  13117.47133412  .00001398  00000-0  10841-2 0  8673
+2 29855 098.1856 193.5114 0225050 279.4172 200.9418 13.82879901316752
+1 29856U 99025FA  13116.56606197  .00002397  00000-0  83595-3 0   172
+2 29856 098.6192 314.6217 0496844 339.6893 049.4784 13.84050493316268
+1 29857U 99025FB  13117.26223845  .00000753  00000-0  75238-3 0  7981
+2 29857 098.4776 220.4894 0216291 120.1594 276.0723 13.70605528314086
+1 29858U 99025FC  13116.65854944  .00000612  00000-0  65973-3 0  6926
+2 29858 099.1817 015.8363 0218375 286.2056 099.6903 13.67455089313427
+1 29859U 99025FD  13117.10003398  .00001496  00000-0  14616-2 0  8040
+2 29859 098.3656 158.7562 0337007 214.8644 171.5378 13.58076302311030
+1 29860U 99025FE  13115.31158677  .00001557  00000-0  17271-2 0  7973
+2 29860 098.6400 220.5200 0255515 301.9104 121.0022 13.59910466311238
+1 29865U 99025FK  13117.45385487  .00001831  00000-0  35884-3 0  8535
+2 29865 098.9962 290.1673 0178987 255.2136 157.2798 14.54557855333149
+1 29866U 99025FL  13117.07383603  .00001020  00000-0  19055-3 0  7522
+2 29866 098.4033 158.4738 0234855 132.1508 258.4201 14.50925287332613
+1 29867U 99025FM  13117.54648875  .00018363  00000-0  30554-2 0  6916
+2 29867 099.4981 074.3474 0124990 013.1292 046.2754 14.65042483332908
+1 29868U 99025FN  13117.50673297  .00001549  00000-0  25627-3 0  7217
+2 29868 098.5077 129.3965 0294374 286.4988 231.2761 14.47224625331231
+1 29869U 99025FP  13116.78041913  .00000519  00000-0  20819-3 0  7327
+2 29869 098.8614 206.0195 0096339 163.7564 342.6414 14.30004902327871
+1 29870U 99025FQ  13114.69770286  .00000045  00000-0  33474-4 0  7785
+2 29870 098.7200 160.6670 0123175 085.7933 060.1381 14.27735891327259
+1 29871U 99025FR  13117.50681942  .00000947  00000-0  39922-3 0  7277
+2 29871 098.9315 206.0444 0074115 223.0564 260.8679 14.26661935327119
+1 29872U 99025FS  13117.54506012  .00000775  00000-0  23554-3 0  6458
+2 29872 098.7870 128.2587 0275553 218.4934 266.4537 14.25568351326699
+1 29873U 99025FT  13117.42047426  .00000692  00000-0  53527-3 0   742
+2 29873 099.3369 191.5494 0093545 105.9979 023.1710 13.94207002319846
+1 29874U 99025FU  13116.51750666  .00002411  00000-0  16019-2 0  1712
+2 29874 098.3595 282.7829 0147642 173.1368 219.8583 13.96982450319682
+1 29875U 99025FV  13116.72410882  .00000030  00000-0  31384-4 0  7196
+2 29875 098.8304 184.7690 0083952 157.0605 349.2137 14.24005128326648
+1 29876U 99025FW  13117.27306206  .00000163  00000-0  97586-4 0  7117
+2 29876 098.3950 010.4194 0064349 094.3677 052.2638 14.17878283325251
+1 29877U 99025FX  13116.98249199  .00000473  00000-0  25095-3 0  1856
+2 29877 098.8980 130.0053 0050809 194.9590 194.3777 14.17706465325029
+1 29878U 99025FY  13117.39948875  .00003181  00000-0  13832-2 0  6499
+2 29878 097.0094 005.4504 0149543 049.5246 008.8680 14.18736705324347
+1 29880U 99025GA  13117.18013200  .00001006  00000-0  75196-3 0  7974
+2 29880 098.1872 192.8149 0259480 271.8930 112.5423 13.81966562316708
+1 29881U 99025GB  13115.22646875  .00000129  00000-0  19310-3 0  5348
+2 29881 098.7482 207.1984 0317613 077.4400 347.8752 13.48231656308592
+1 29884U 99025GE  13117.56432772  .00000874  00000-0  39241-3 0  6870
+2 29884 099.6020 343.1564 0055462 318.6782 097.7071 14.24621843326469
+1 29885U 99025GF  13117.11720120 -.00000040  00000-0 -10389-5 0  6869
+2 29885 098.2579 331.9324 0122718 122.1186 023.4146 14.11349562323689
+1 29886U 99025GG  13117.00211053  .00003351  00000-0  15773-2 0  1048
+2 29886 099.2214 218.8537 0046649 260.3978 158.4172 14.20108039324500
+1 29887U 99025GH  13117.44098417  .00002670  00000-0  77303-3 0  6433
+2 29887 098.8541 080.4551 0346430 332.0686 141.3089 14.15734774324099
+1 29888U 99025GJ  13116.18643233  .00000772  00000-0  29676-3 0  7304
+2 29888 099.0472 185.7641 0303025 110.0755 310.1475 14.10992928323275
+1 29889U 99025GK  13117.34618567  .00000456  00000-0  25891-3 0  6523
+2 29889 099.5187 261.5368 0162554 204.5584 220.5223 14.08879116323053
+1 29890U 99025GL  13116.32789784  .00001462  00000-0  88012-3 0  9796
+2 29890 099.4773 250.2914 0017854 313.6076 099.2133 14.08436665322651
+1 29891U 99025GM  13115.65033392  .00000089  00000-0  93999-4 0   795
+2 29891 099.2168 169.2374 0066103 031.9353 133.8030 13.97297280320155
+1 29892U 99025GN  13116.99149779  .00001367  00000-0  74847-3 0   320
+2 29892 099.2828 128.4157 0293289 127.6881 269.1321 13.93888213318859
+1 29893U 99025GP  13116.87395440  .00000110  00000-0  13101-3 0  9797
+2 29893 098.5061 260.1778 0174847 032.3132 113.1497 13.77852323315981
+1 29894U 99025GQ  13117.13282988  .00000421  00000-0  42823-3 0  8269
+2 29894 099.3966 074.5310 0174986 242.6651 241.9349 13.76167500315497
+1 29895U 99025GR  13117.24444814  .00001476  00000-0  84689-3 0  8098
+2 29895 099.8520 228.7927 0401397 278.2340 104.7886 13.77350086315244
+1 29896U 99025GS  13117.33130057  .00000411  00000-0  48415-3 0  7016
+2 29896 099.4966 049.5827 0248715 015.2369 104.2045 13.61373439312166
+1 29897U 99025GT  13117.38592546  .00000404  00000-0  54681-3 0  7077
+2 29897 098.6349 170.4324 0332009 091.9648 035.2686 13.43453398307745
+1 29898U 99025GU  13116.59028719  .00003765  00000-0  29743-2 0  6528
+2 29898 098.2275 081.4878 0510125 059.4649 356.0741 13.44264905307451
+1 29899U 99025GV  13116.62945617  .00000042  00000-0  10088-3 0   889
+2 29899 098.6674 162.4422 0357158 140.7735 010.6296 13.36263760306365
+1 29900U 99025GW  13117.54813870  .00149937  00000-0  25003-1 0  3295
+2 29900 100.0828 197.6064 0116355 018.2408 094.4049 14.64712475313398
+1 29901U 99025GX  13116.13404553  .00000151  00000-0  26057-3 0  6068
+2 29901 098.7657 165.9540 0385404 224.1888 193.5539 13.31167815305102
+1 29903U 99025GZ  13116.86286856  .00002955  00000-0  89893-3 0  8405
+2 29903 098.9482 234.5021 0104578 095.1645 050.0012 14.39754338329275
+1 29904U 99025HA  13117.36863981  .00001538  00000-0  42488-3 0  7732
+2 29904 098.9518 228.2402 0241537 186.3739 206.4083 14.32569679328384
+1 29905U 99025HB  13117.02732150  .00008912  00000-0  24655-2 0  8761
+2 29905 099.2720 301.7596 0072391 162.3879 343.9066 14.45375980328937
+1 29906U 99025HC  13116.07446389  .00001909  00000-0  96640-3 0   778
+2 29906 098.9504 127.4183 0057159 214.6732 177.9512 14.16483199324086
+1 29907U 99025HD  13115.83572760  .00001507  00000-0  10900-2 0   931
+2 29907 099.1090 086.0311 0091770 005.3480 025.1392 13.96163650319601
+1 29909U 99025HF  13116.55977208  .00001860  00000-0  87668-3 0  5437
+2 29909 098.9045 132.7702 0069299 186.1122 320.4854 14.19848162324889
+1 29911U 99025HH  13116.54282823  .00000954  00000-0  57094-3 0  9898
+2 29911 099.0260 110.9363 0031425 245.7367 261.2315 14.09316806322894
+1 29912U 99025HJ  13115.56405821  .00001684  00000-0  87258-3 0   667
+2 29912 098.9594 113.5011 0064320 217.7681 290.0374 14.15200024323774
+1 29913U 99025HK  13116.07471089  .00000134  00000-0  11169-3 0  9682
+2 29913 099.0967 130.4601 0065518 201.2704 191.9363 14.03777004321823
+1 29914U 99025HL  13117.55116572  .00000441  00000-0  32015-3 0  9819
+2 29914 099.1245 103.2024 0039338 274.0440 211.5562 14.01469982321569
+1 29915U 99025HM  13117.48605740  .00004593  00000-0  10531-2 0  9205
+2 29915 099.0764 282.3739 0110625 025.9325 007.2293 14.52399109330987
+1 29916U 99025HN  13116.35254738  .00000451  00000-0  57571-3 0  8459
+2 29916 099.2761 354.8132 0281367 097.8369 325.0946 13.52603760310071
+1 29917U 99025HP  13117.51784168  .00000636  00000-0  72784-3 0  9060
+2 29917 098.8619 292.9519 0240106 311.9347 078.5760 13.61725340312202
+1 29918U 99025HQ  13115.86942054  .00002258  00000-0  12385-2 0   262
+2 29918 098.9001 078.1080 0016915 195.2819 198.5756 14.12755654323097
+1 29919U 99025HR  13116.98759961  .00000101  00000-0  11735-3 0  9971
+2 29919 098.4759 280.3961 0139215 339.4396 166.3065 13.83447766317356
+1 29920U 99025HS  13117.17975521  .00001127  00000-0  83060-3 0  8672
+2 29920 098.3999 288.1488 0144216 216.1829 208.3206 13.92536574319152
+1 29921U 99025HT  13116.56411748  .00000586  00000-0  40757-3 0  9632
+2 29921 099.1238 125.1249 0047200 319.0028 187.1902 14.02310385321514
+1 29922U 99025HU  13115.85610712  .00000305  00000-0  24317-3 0  1024
+2 29922 099.1021 072.3670 0094994 357.2927 035.9342 13.96490995320155
+1 29923U 99025HV  13116.49178275  .00000456  00000-0  29540-3 0  9645
+2 29923 099.0459 126.6939 0018939 221.3177 293.9104 14.07789071322719
+1 29924U 99025HW  13111.52790758  .00000091  00000-0  80104-4 0  9774
+2 29924 099.0384 108.5188 0026206 261.1866 245.1560 14.07880370322174
+1 29925U 99025HX  13116.42043764  .00004158  00000-0  11082-2 0  8535
+2 29925 099.0306 257.7641 0103328 074.9520 319.1589 14.45906414329864
+1 29926U 99025HY  13117.18770330  .00000426  00000-0  13575-3 0  7786
+2 29926 098.7557 172.2373 0269002 221.6054 170.9702 14.26645321327142
+1 29927U 99025HZ  13116.74956280  .00001902  00000-0  88759-3 0   866
+2 29927 099.0614 202.0309 0034691 344.5906 161.3800 14.21350640325285
+1 29928U 99025JA  13116.86345764  .00000511  00000-0  47160-3 0  9943
+2 29928 099.2263 057.1514 0153124 114.3301 280.6750 13.81873717316795
+1 29929U 99025JB  13117.53830837  .00001019  00000-0  82450-3 0   192
+2 29929 098.5442 308.3107 0152303 315.9104 076.2100 13.87059208317891
+1 29930U 99025JC  13117.14656900  .00000399  00000-0  19159-3 0  7269
+2 29930 098.9880 195.8903 0170568 221.4490 169.8873 14.17177055324998
+1 29931U 99025JD  13115.98999654 -.00000086  00000-0 -26953-4 0  9815
+2 29931 099.1062 097.2039 0030510 263.4835 128.9336 14.01865703321422
+1 29932U 99025JE  13115.59407751  .00000319  00000-0  19523-3 0  9715
+2 29932 098.9728 119.2060 0039028 232.3724 276.0127 14.12650355323762
+1 29933U 99025JF  13115.63318087  .00002394  00000-0  11654-2 0   547
+2 29933 098.7673 080.7576 0011708 188.4536 220.9416 14.19087829324599
+1 29934U 99025JG  13117.31752328  .00000621  00000-0  18658-3 0  8186
+2 29934 098.8178 222.5061 0145404 050.8729 343.0269 14.40511522330263
+1 29935U 99025JH  13117.27448366  .00000172  00000-0  10260-3 0  7435
+2 29935 098.4986 015.0275 0154578 138.7836 007.6751 14.12366813324190
+1 29936U 99025JJ  13116.68444487  .00000237  00000-0  97161-4 0  8305
+2 29936 098.7246 186.2851 0120467 123.6198 022.4880 14.32028585328597
+1 29937U 99025JK  13115.99635750  .00000206  00000-0  15898-3 0  9981
+2 29937 099.0978 106.0534 0031668 240.2027 153.0994 14.03637298322049
+1 29938U 99025JL  13116.63747047 -.00000134  00000-0 -54265-4 0  9824
+2 29938 099.0579 138.3565 0033094 281.9421 225.8165 14.05604703322207
+1 29939U 99025JM  13116.55904454 -.00000106  00000-0 -32936-4 0  9980
+2 29939 098.9815 125.7668 0066250 239.9025 266.9078 14.11290071323864
+1 29940U 99025JN  13116.60527736  .00000666  00000-0  38523-3 0  1306
+2 29940 099.0014 130.2626 0080889 256.8993 250.9607 14.10830228323224
+1 29941U 99025JP  13116.94877591  .00004548  00000-0  13757-2 0  8188
+2 29941 098.8704 215.0619 0100185 100.7732 315.8422 14.39978802329013
+1 29942U 99025JQ  13115.87808454  .00002914  00000-0  15848-2 0  1037
+2 29942 098.9147 096.9500 0062796 257.8829 133.4422 14.12059245322702
+1 29943U 99025JR  13115.57089025  .00000098  00000-0  82090-4 0    02
+2 29943 099.0218 116.7047 0035079 253.6184 253.7672 14.08965219323204
+1 29944U 99025JS  13117.43487541  .00001727  00000-0  28318-3 0  8083
+2 29944 099.0687 286.3561 0284196 270.6807 140.3627 14.49013262331305
+1 29945U 99025JT  13115.53853329 -.00000161  00000-0 -73039-4 0  9865
+2 29945 099.0912 104.7781 0030493 240.4552 266.9099 14.04079654322053
+1 29946U 99025JU  13115.61111117  .00000394  00000-0  26410-3 0  9885
+2 29946 099.0688 137.2196 0082747 319.9765 186.5015 14.05184526322008
+1 29947U 99025JV  13117.50189966  .00000137  00000-0  12068-3 0  9095
+2 29947 099.1483 103.4381 0044267 267.1363 239.4144 14.01180011321390
+1 29948U 99025JW  13117.07503171  .00000130  00000-0  10573-3 0  9751
+2 29948 099.0696 143.2002 0086933 180.6857 213.7879 14.04495967322136
+1 29949U 99025JX  13116.51560624  .00000091  00000-0  82659-4 0  9892
+2 29949 099.0632 110.6817 0023522 237.9770 268.3220 14.06196532322699
+1 29950U 99025JY  13116.91696766  .00000321  00000-0  21136-3 0  9916
+2 29950 099.0123 100.4200 0033008 236.3133 157.0596 14.08725451323292
+1 29952U 99025KA  13117.42180059  .00020037  00000-0  21113-2 0  9143
+2 29952 099.3995 075.3467 0231922 333.2292 172.4911 14.71590156334316
+1 29953U 99025KB  13116.12414375  .00000152  00000-0  15744-3 0  9781
+2 29953 099.3455 161.1224 0113885 153.9085 274.3369 13.87735066318337
+1 29954U 99025KC  13117.51887461  .00001276  00000-0  60733-3 0  7342
+2 29954 100.1678 102.7153 0091613 082.7156 031.6263 14.19366267325446
+1 29955U 99025KD  13115.84344034  .00001336  00000-0  70111-3 0    94
+2 29955 099.2582 228.6190 0010636 075.8097 070.0752 14.16023650324106
+1 29956U 99025KE  13117.55902937  .00000197  00000-0  14803-3 0   211
+2 29956 099.0649 101.6385 0052966 270.1620 239.7822 14.05302392322638
+1 29957U 99025KF  13115.13761563  .00000887  00000-0  55033-3 0  9925
+2 29957 099.0736 147.4697 0066403 321.8281 069.8475 14.06707709321961
+1 29958U 99025KG  13116.00928443  .00000223  00000-0  14715-3 0  9842
+2 29958 099.0004 116.4010 0060136 070.2715 356.3083 14.10656775323512
+1 29959U 99025KH  13115.96429321  .00000387  00000-0  27255-3 0  9819
+2 29959 099.0897 101.3163 0043166 198.6489 195.3807 14.03745040321791
+1 29960U 99025KJ  13117.09803676  .00000420  00000-0  24725-3 0  3761
+2 29960 098.9843 159.0016 0099267 095.5571 299.3658 14.10872116323377
+1 29961U 99025KK  13116.80406358  .00000233  00000-0  11980-3 0  7884
+2 29961 098.9067 197.3459 0076460 261.9604 246.5499 14.23291650326572
+1 29962U 99025KL  13117.54828985  .00000581  00000-0  36733-3 0  2739
+2 29962 099.0833 120.8177 0114265 152.2941 353.9583 14.04868499322142
+1 29963U 99025KM  13117.47169292  .00000665  00000-0  33049-3 0  7141
+2 29963 098.9612 192.0380 0057472 220.0514 253.6669 14.19741411325479
+1 29964U 99025KN  13116.52785905  .00001003  00000-0  73440-3 0   668
+2 29964 098.3818 284.5161 0148944 207.8965 151.4154 13.92787130319288
+1 29965U 99025KP  13117.09130080  .00000246  00000-0  19961-3 0   846
+2 29965 099.2365 133.9770 0148900 083.2440 310.6499 13.94039749319958
+1 29966U 99025KQ  13117.48993499  .00000447  00000-0  23532-3 0  1686
+2 29966 099.5062 290.0066 0043214 036.5476 357.3129 14.19137946325312
+1 29967U 99025KR  13116.68612703  .00001236  00000-0  77249-3 0   123
+2 29967 099.0969 108.4143 0092352 317.0448 105.3055 14.04583555321797
+1 29968U 99025KS  13117.56327803 -.00000051  00000-0 -29790-5 0  9930
+2 29968 099.0649 140.2554 0091518 315.6520 165.0043 14.05025002322533
+1 29969U 99025KT  13117.56231646  .00001687  00000-0  96212-3 0   149
+2 29969 099.0315 116.8850 0054084 253.5770 253.8529 14.10375163322971
+1 29970U 99025KU  13116.68430424  .00000725  00000-0  26145-3 0  8157
+2 29970 098.7999 202.6187 0107641 116.6428 031.9723 14.33510563328732
+1 29971U 99025KV  13117.54041898  .00000865  00000-0  54038-3 0   112
+2 29971 099.0632 110.9265 0027448 217.9858 254.6653 14.07282831322710
+1 29972U 99025KW  13117.29582315  .00001574  00000-0  52153-3 0  7873
+2 29972 098.8376 211.4127 0106786 100.3650 293.8183 14.36118100328869
+1 29973U 99025KX  13115.57269014  .00000731  00000-0  52593-3 0   900
+2 29973 099.1747 130.5293 0060123 348.6199 157.1273 13.99361741320751
+1 29974U 99025KY  13116.67240910  .00000544  00000-0  38841-3 0  1102
+2 29974 099.1915 152.3703 0051953 336.3905 170.7545 14.01149990321115
+1 29975U 99025KZ  13116.84150975  .00000176  00000-0  15098-3 0   450
+2 29975 099.0296 058.8721 0115622 353.7846 039.2897 13.96298853320392
+1 29976U 99025LA  13117.63019558  .00000046  00000-0  51028-4 0   731
+2 29976 099.2264 133.3312 0277063 296.9874 180.0806 13.94423668320041
+1 29977U 99025LB  13117.16163260  .00001279  00000-0  93121-3 0   109
+2 29977 098.3981 289.7432 0142724 210.3902 218.1553 13.93073017319402
+1 29978U 99025LC  13116.54537668  .00000263  00000-0  22538-3 0   643
+2 29978 099.1799 083.2504 0076682 352.1398 071.6659 13.94542255319998
+1 29979U 99025LD  13116.16153642  .00000604  00000-0  29038-3 0  7590
+2 29979 098.8988 173.6684 0117773 197.0017 175.0139 14.18988769325393
+1 29980U 99025LE  13117.36680367 -.00000116  00000-0 -44139-4 0  9732
+2 29980 098.8203 044.5040 0088492 250.7210 235.1003 14.04223944322324
+1 29981U 99025LF  13116.79297384  .00009070  00000-0  10204-2 0  9305
+2 29981 098.9379 322.0951 0201288 136.9131 356.5695 14.73320110335645
+1 29982U 99025LG  13116.77235909  .00002188  00000-0  50782-3 0  8655
+2 29982 099.3611 026.7755 0161228 040.9162 352.8417 14.48550131332027
+1 29983U 99025LH  13116.40921512  .00005265  00000-0  15918-2 0  7949
+2 29983 099.1885 275.7847 0099761 169.5610 220.9972 14.39976869328919
+1 29984U 99025LJ  13117.11939450  .00095484  00000-0  16985-1 0  7507
+2 29984 099.4013 253.4572 0040401 187.0753 270.7901 14.66018080325738
+1 29985U 99025LK  13116.51373303 -.00000117  00000-0 -41087-4 0    36
+2 29985 099.0123 111.1499 0028122 240.1091 266.2311 14.09615175323432
+1 29986U 99025LL  13115.28254608  .00001420  00000-0  86200-3 0  9766
+2 29986 099.3764 224.9390 0027883 309.8301 103.9179 14.07872234322347
+1 29987U 99025LM  13117.41216662  .00001844  00000-0  14385-2 0  3580
+2 29987 098.9844 045.3122 0105797 022.1237 091.8064 13.90934364318688
+1 29988U 99025LN  13116.69498354  .00002854  00000-0  12680-2 0  8101
+2 29988 098.9754 106.2142 0196905 052.6675 001.6756 14.13955748323625
+1 29989U 99025LP  13117.52011478  .00000177  00000-0  10933-3 0  7793
+2 29989 098.9335 155.1020 0128171 045.4064 085.6128 14.13234322324366
+1 29991U 99025LR  13117.30332869  .00002612  00000-0  13754-2 0   682
+2 29991 102.2195 235.0359 0009593 222.1212 172.2061 14.15405942323852
+1 29992U 99025LS  13117.56225087 -.00000093  00000-0 -25951-4 0  2740
+2 29992 098.9926 132.3898 0089370 252.3255 225.4706 14.10235807323691
+1 29993U 99025LT  13116.97443554  .00000254  00000-0  17820-3 0  9947
+2 29993 099.0268 095.4073 0038865 246.5892 146.2389 14.06966149322918
+1 29994U 99025LU  13117.50611150  .00000218  00000-0  16498-3 0   982
+2 29994 099.1603 106.2058 0135265 355.2779 150.0312 14.00228727321354
+1 29996U 99025LW  13117.43998013  .00002138  00000-0  16504-2 0  9352
+2 29996 099.1419 065.5557 0163142 050.3550 060.3405 13.87900634317907
+1 29997U 99025LX  13117.04316541  .00000336  00000-0  27684-3 0   711
+2 29997 099.2450 127.7978 0081910 030.4248 003.2902 13.94750385319899
+1 29998U 99025LY  13116.35040039  .00000938  00000-0  51343-3 0  9863
+2 29998 099.2725 230.9748 0004793 050.8823 309.2774 14.14583008324202
+1 29999U 99025LZ  13117.10343126  .00000413  00000-0  19739-3 0  7613
+2 29999 098.9269 157.7897 0203271 038.8815 355.2964 14.14150908324416
+1 30000U 68081J   13116.49714510 -.00000350  00000-0  10000-3 0  5752
+2 30000 008.1350 323.6822 0124117 309.1088 049.6543 01.00906678 30813
+1 30001U 99025MA  13115.85573576  .00002186  00000-0  13644-2 0   938
+2 30001 098.9423 080.4914 0058802 237.4430 155.4502 14.04987796321253
+1 30003U 99025MC  13117.38551954  .00000278  00000-0  27357-3 0  9673
+2 30003 099.1995 052.3587 0148528 146.4960 000.3807 13.82131143317127
+1 30004U 99025MD  13116.77129447  .00000463  00000-0  30013-3 0  9763
+2 30004 099.1201 181.1470 0040950 320.6380 187.9312 14.07424679322746
+1 30005U 99025ME  13116.53517841  .00000595  00000-0  72129-3 0  8205
+2 30005 099.2726 332.2178 0367609 155.0253 206.9174 13.44609909308288
+1 30006U 99025MF  13117.12928548  .00066056  00000-0  32560-2 0  1405
+2 30006 098.9182 354.4584 0084543 064.0987 296.8924 15.14536547337227
+1 30007U 99025MG  13116.21466752  .00001379  00000-0  84316-3 0  9816
+2 30007 099.1915 184.3737 0078122 358.8166 034.1053 14.06177876322130
+1 30008U 99025MH  13116.50177072  .00001857  00000-0  73599-3 0  7846
+2 30008 099.4216 297.8428 0068525 306.3516 086.8686 14.28972719327064
+1 30009U 99025MJ  13116.00156813  .00001083  00000-0  80969-3 0   610
+2 30009 099.1874 097.8870 0083893 014.0280 346.3185 13.95266654319771
+1 30010U 99025MK  13116.78473765  .00000176  00000-0  95947-4 0  7718
+2 30010 098.8799 190.7305 0075847 179.6502 328.4619 14.22748443326476
+1 30012U 99025MM  13116.85165903  .00000272  00000-0  26626-3 0  9570
+2 30012 099.2520 062.4808 0140060 136.9008 258.6157 13.83254365317365
+1 30013U 99025MN  13117.45087713  .00000271  00000-0  25774-3 0    89
+2 30013 099.1770 056.3218 0132297 106.2726 008.3310 13.85205365317896
+1 30015U 99025MQ  13117.53200656  .00000646  00000-0  32536-3 0  1815
+2 30015 099.1140 220.4956 0042805 338.0630 149.6779 14.19649396325651
+1 30016U 99025MR  13116.80610178  .00002145  00000-0  74362-3 0  7555
+2 30016 098.8522 205.1655 0097646 141.0518 005.5581 14.34018327328215
+1 30017U 99025MS  13117.36335626  .00000907  00000-0  16053-3 0  8716
+2 30017 098.6784 233.4313 0240908 227.6256 164.4097 14.53067864333337
+1 30018U 99025MT  13116.85966082  .00001602  00000-0  35831-3 0  8589
+2 30018 098.7374 231.7316 0164612 264.6455 243.2028 14.50273876332313
+1 30019U 99025MU  13117.44984667  .00003219  00000-0  13582-2 0  6802
+2 30019 098.1444 287.2073 0227288 110.6459 285.6425 14.13257903323363
+1 30020U 99025MV  13116.56660939  .00000621  00000-0  40239-3 0   751
+2 30020 099.1731 131.1266 0180799 253.3088 254.6659 13.98861701320804
+1 30021U 99025MW  13115.58884029  .00000455  00000-0  31115-3 0  9826
+2 30021 099.0897 134.8336 0074021 199.3615 307.3783 14.03558809321938
+1 30022U 99025MX  13116.73746025  .00000061  00000-0  47069-4 0  7735
+2 30022 098.8982 192.7764 0068655 194.5339 312.0862 14.21861116326298
+1 30023U 99025MY  13116.77815465  .00000075  00000-0  72274-4 0  9716
+2 30023 099.1296 187.6401 0049592 331.7749 175.9071 14.06620006322671
+1 30024U 99025MZ  13117.01322318  .00002717  00000-0  21368-3 0  8794
+2 30024 098.7192 292.6228 0258588 298.9783 208.4463 14.79230764337519
+1 30025U 99025NA  13116.72597993  .00008427  00000-0  75677-3 0  8869
+2 30025 098.3396 188.2667 0292895 102.1684 041.6366 14.68472344334767
+1 30026U 99025NB  13117.37136394  .00003941  00000-0  54158-3 0  8278
+2 30026 099.1103 356.7129 0211753 256.3982 161.7742 14.64757526334301
+1 30027U 99025NC  13117.11265515  .00018811  00000-0  12181-2 0  9248
+2 30027 098.3672 158.4231 0340229 032.4068 001.3945 14.71101981333459
+1 30028U 99025ND  13112.09264285  .00000789  00000-0  19835-3 0  7432
+2 30028 098.5323 148.2522 0208847 260.7597 156.8242 14.42038676329850
+1 30030U 99025NF  13117.53763103  .00003230  00000-0  74242-3 0  7709
+2 30030 099.7454 108.9748 0147926 111.0531 006.2738 14.49796742331538
+1 30031U 99025NG  13117.49921325  .00004172  00000-0  96723-3 0  8443
+2 30031 099.2274 325.3758 0121549 047.7147 019.1905 14.51209388331257
+1 30033U 99025NJ  13116.48098731  .00021550  00000-0  28521-2 0  9483
+2 30033 099.0356 293.5213 0158422 261.2119 131.4233 14.71520041331797
+1 30034U 99025NK  13117.53069760  .00047024  00000-0  41331-2 0   918
+2 30034 097.7858 332.2295 0147056 118.0406 300.7315 14.88368811332415
+1 30035U 99025NL  13117.52965131  .00000074  00000-0  40704-4 0  7832
+2 30035 099.3532 321.1667 0118286 135.4499 278.8389 14.35418628329428
+1 30036U 99025NM  13117.51782432  .00000967  00000-0  27767-3 0  7309
+2 30036 098.6713 117.0864 0221025 315.8775 160.9066 14.34122955328763
+1 30037U 99025NN  13116.10718743  .00000225  00000-0  88170-4 0  7211
+2 30037 098.6890 161.5759 0183080 037.6518 015.4264 14.30149247327952
+1 30038U 99025NP  13116.58439328  .00000605  00000-0  16072-3 0  7935
+2 30038 098.6716 148.0530 0283091 140.8340 005.3183 14.31129040328049
+1 30039U 99025NQ  13116.53670204  .00002557  00000-0  82670-3 0  7330
+2 30039 097.0357 049.6498 0169164 242.6543 169.7551 14.31895800327242
+1 30040U 99025NR  13115.13559841  .00001348  00000-0  72457-3 0  6608
+2 30040 098.2870 331.8514 0046704 122.3733 356.7254 14.13843471323578
+1 30041U 99025NS  13115.39032412  .00000295  00000-0  20083-3 0  9620
+2 30041 099.5069 254.6619 0036382 013.7056 020.1028 14.08081303322676
+1 30043U 99025NU  13116.30655970  .00001482  00000-0  54409-3 0  5864
+2 30043 098.5647 011.6194 0336648 042.2207 073.7910 14.07096559322268
+1 30044U 99025NV  13116.75066628  .00002012  00000-0  98243-3 0  6999
+2 30044 098.1289 290.8229 0139777 092.6265 027.9770 14.13981720323620
+1 30045U 99025NW  13117.10558848  .00001901  00000-0  13434-2 0  9773
+2 30045 099.0249 065.5396 0122527 314.2645 164.5507 13.95578664319415
+1 30047U 99025NY  13117.41370514  .00000540  00000-0  46179-3 0  9705
+2 30047 099.9200 272.6854 0133581 264.7013 128.1555 13.88046823318285
+1 30048U 99025NZ  13116.55901863  .00000158  00000-0  17067-3 0  9582
+2 30048 098.6267 302.9222 0192098 062.0774 331.7183 13.77557582315825
+1 30049U 99025PA  13117.43370862  .00017139  00000-0  71510-2 0  1109
+2 30049 098.5634 012.0841 0125571 284.0550 124.6041 14.22062865320553
+1 30050U 99025PB  13117.23641950  .00000664  00000-0  60553-3 0  8803
+2 30050 096.8269 212.3164 0188838 133.3527 255.5222 13.77542384315814
+1 30052U 99025PD  13117.54238279  .00000326  00000-0  31840-3 0  9055
+2 30052 099.6428 111.5321 0298846 291.5958 180.7555 13.68670381313933
+1 30053U 99025PE  13117.37306255  .00002973  00000-0  18618-2 0  8637
+2 30053 098.6283 264.4113 0407907 222.8014 192.6774 13.71122087314079
+1 30054U 99025PF  13117.49079605  .00000452  00000-0  45942-3 0  7895
+2 30054 099.6811 105.6938 0286382 332.7058 150.4359 13.65762556313276
+1 30055U 99025PG  13117.38936595  .00015204  00000-0  76799-2 0   239
+2 30055 099.5643 157.2053 0263925 199.8909 284.3252 13.99845505316146
+1 30056U 99025PH  13115.59906547  .00001443  00000-0  14029-2 0  7937
+2 30056 098.3529 154.3277 0342242 218.1871 299.8656 13.57766173310865
+1 30057U 99025PJ  13117.33059520  .00000615  00000-0  77553-3 0  7169
+2 30057 098.8911 243.0990 0310336 079.6383 335.6908 13.48699702309221
+1 30058U 99025PK  13117.54752740  .00000241  00000-0  36488-3 0  5768
+2 30058 100.0595 145.9485 0323730 324.7999 161.5731 13.43893274308329
+1 30059U 99025PL  13116.97818166  .00000080  00000-0  14229-3 0  7245
+2 30059 098.8946 227.3011 0332244 090.2760 335.9557 13.43633297308280
+1 30060U 99025PM  13116.97332481  .00000921  00000-0  13183-2 0  6002
+2 30060 099.2929 293.8850 0371042 289.9596 224.6517 13.33881579305701
+1 30061U 99025PN  13117.55001206  .00001208  00000-0  16537-2 0  7248
+2 30061 101.9008 118.4297 0416517 117.9193 356.5391 13.30655329304891
+1 30062U 99025PP  13116.77603865  .00000109  00000-0  98444-4 0  9869
+2 30062 099.1174 122.9778 0049610 304.2409 107.3145 14.02869882321670
+1 30063U 99025PQ  13117.20227539  .00000071  00000-0  60448-4 0  9882
+2 30063 098.9400 174.0301 0032744 016.7394 015.7330 14.14483906324514
+1 30064U 99025PR  13117.53622409  .00000094  00000-0  74568-4 0  9898
+2 30064 098.9819 117.9725 0067346 226.9074 250.5837 14.11839958323925
+1 30065U 99025PS  13117.56064231  .00000030  00000-0  57122-4 0    28
+2 30065 098.7078 347.6157 0132371 355.3279 062.4986 13.85605712317878
+1 30066U 99025PT  13117.53091767  .00000131  00000-0  81757-4 0  7750
+2 30066 098.8903 138.8542 0121788 183.8353 331.4327 14.16758163325031
+1 30067U 99025PU  13116.23643399  .00000445  00000-0  14756-3 0  8013
+2 30067 098.7228 193.4343 0169980 010.8866 021.8747 14.35087662328917
+1 30068U 99025PV  13116.60620591  .00000123  00000-0  79401-4 0  7565
+2 30068 098.9894 141.3180 0196702 090.3434 053.9046 14.09565332323252
+1 30069U 99025PW  13116.61257810  .00000060  00000-0  67829-4 0  9841
+2 30069 099.1077 153.9677 0049098 325.3558 180.8096 14.02262564321552
+1 30070U 99025PX  13117.35687409  .00001672  00000-0  78169-3 0    92
+2 30070 098.3108 225.6994 0416587 252.6821 136.0418 13.84283249316899
+1 30071U 99025PY  13117.03408307  .00001666  00000-0  82996-3 0  4041
+2 30071 098.9418 125.2045 0065269 202.5403 191.4022 14.17264004324372
+1 30072U 99025PZ  13116.99381302  .00001685  00000-0  10984-2 0  1215
+2 30072 099.1874 130.8942 0089786 276.0495 116.3113 14.01860928320808
+1 30073U 99025QA  13116.54033186  .00001266  00000-0  86735-3 0   459
+2 30073 099.3746 206.8881 0065377 044.5440 071.5723 14.00559356320799
+1 30074U 99025QB  13116.91051201  .00001034  00000-0  73761-3 0  1188
+2 30074 099.0727 077.0110 0108577 289.9281 102.3975 13.96909441319885
+1 30075U 99025QC  13115.83285679  .00000152  00000-0  15015-3 0   500
+2 30075 099.1278 061.1379 0092182 011.3922 022.1674 13.91171633318964
+1 30076U 99025QD  13117.07678323  .00000101  00000-0  13954-3 0  9076
+2 30076 099.5470 148.4935 0178136 319.4058 072.6731 13.74103696315210
+1 30077U 99025QE  13115.98235873 -.00000167  00000-0 -73626-4 0  9992
+2 30077 099.0572 109.9601 0021272 207.5166 186.4710 14.06583256322552
+1 30078U 99025QF  13115.55184543  .00001624  00000-0  10638-2 0   667
+2 30078 099.1613 121.3059 0052074 280.6804 225.7977 14.02926949321052
+1 30079U 99025QG  13117.51290186  .00000109  00000-0  10626-3 0   729
+2 30079 099.1120 081.1712 0082057 339.8234 135.2510 13.97645839320587
+1 30080U 99025QH  13116.17161402  .00000095  00000-0  74915-4 0  7431
+2 30080 099.0193 157.4567 0138625 134.6319 258.7476 14.07972773322802
+1 30081U 99025QJ  13117.02020185  .00000288  00000-0  24028-3 0   749
+2 30081 099.2265 134.7243 0078934 034.2228 359.5610 13.95127542319947
+1 30082U 99025QK  13117.44602541  .00004324  00000-0  71846-3 0  8336
+2 30082 098.8895 278.6560 0190829 196.7856 224.8926 14.59373195333882
+1 30085U 99025QN  13116.13857163  .00004912  00000-0  88442-3 0  8395
+2 30085 098.4707 169.1273 0182138 234.4164 185.3752 14.56827270332336
+1 30086U 99025QP  13116.18563753  .00000689  00000-0  48912-3 0  1062
+2 30086 099.1253 097.5305 0063914 283.3134 209.3710 14.00138809320847
+1 30087U 99025QQ  13117.00767476  .00001176  00000-0  35306-3 0  7828
+2 30087 098.7430 106.1756 0251287 015.2116 016.8308 14.28037107327368
+1 30088U 99025QR  13116.64648546  .00000562  00000-0  19009-3 0  7105
+2 30088 098.7292 160.4844 0223020 199.7144 308.3762 14.27831847327296
+1 30089U 99025QS  13117.17099166  .00000509  00000-0  22915-3 0  6709
+2 30089 098.9006 199.6639 0078435 237.9219 151.6997 14.25174718326882
+1 30090U 99025QT  13116.40066278  .00000741  00000-0  35103-3 0  6929
+2 30090 099.4044 277.2342 0062222 269.8442 118.7097 14.22044671326038
+1 30091U 99025QU  13116.73232142  .00023692  00000-0  42635-2 0  8526
+2 30091 098.5776 116.9087 0183927 040.9328 012.8361 14.56137784329242
+1 30092U 99025QV  13116.69659340  .00000584  00000-0  23661-3 0  6651
+2 30092 098.7864 185.8566 0098107 108.3545 037.2223 14.28849380327321
+1 30093U 99025QW  13116.72057076  .00001220  00000-0  48533-3 0  7489
+2 30093 098.8247 185.9213 0088079 195.9084 310.9037 14.28439857327132
+1 30094U 99025QX  13117.50784115  .00005474  00000-0  18026-2 0  7486
+2 30094 098.9950 223.4693 0076599 172.6536 318.0339 14.36926804328017
+1 30095U 99025QY  13117.42371193  .00001776  00000-0  39989-3 0  6994
+2 30095 099.2737 271.4526 0321727 299.0889 091.2341 14.30659372327068
+1 30096U 99025QZ  13116.83834019  .00000574  00000-0  24983-3 0  7444
+2 30096 099.1657 246.7149 0086147 187.4033 326.4340 14.26198714327076
+1 30097U 99025RA  13117.47384378  .00005862  00000-0  17178-2 0  7918
+2 30097 099.3148 290.0997 0137939 295.3404 122.8757 14.38916712327679
+1 30098U 99025RB  13117.46618994  .00006628  00000-0  19334-2 0  6547
+2 30098 099.3296 289.4111 0137192 302.3524 117.7576 14.39125265327383
+1 30099U 99025RC  13117.13223563  .00000313  00000-0  16115-3 0  6951
+2 30099 098.8780 181.6636 0064436 282.6383 106.3614 14.21293919326046
+1 30101U 99025RE  13115.96156999  .00003429  00000-0  14014-2 0  2280
+2 30101 099.1490 230.0942 0045927 306.3860 117.0749 14.27417158325911
+1 30102U 99025RF  13117.12090311  .00000176  00000-0  97090-4 0  7352
+2 30102 098.9053 176.1763 0148614 352.5340 039.6485 14.17990978325302
+1 30103U 99025RG  13116.23587331  .00000387  00000-0  20916-3 0  7106
+2 30103 099.1200 216.8875 0069598 257.2145 162.1448 14.17438344324925
+1 30104U 99025RH  13116.80987751  .00000598  00000-0  31149-3 0  7126
+2 30104 098.6419 043.4882 0085130 135.7414 258.9383 14.16267488324439
+1 30105U 99025RJ  13117.06670606  .00000380  00000-0  17577-3 0  6390
+2 30105 098.9040 150.6313 0213141 014.7687 013.6517 14.15350791324351
+1 30106U 99025RK  13117.34221131  .00002295  00000-0  10189-2 0  6867
+2 30106 098.9704 164.5618 0142463 035.6188 092.5061 14.18733385324433
+1 30107U 99025RL  13116.59188859  .00000206  00000-0  12424-3 0  3719
+2 30107 098.8721 075.2455 0129271 351.8462 062.4253 14.12904650324000
+1 30108U 99025RM  13117.04791161  .00000236  00000-0  12452-3 0  6769
+2 30108 098.9393 147.6656 0206666 233.5949 152.2576 14.12839753324135
+1 30109U 99025RN  13116.13086895  .00000490  00000-0  25005-3 0  5501
+2 30109 098.9807 167.7654 0180402 084.5988 340.0812 14.11958527323659
+1 30110U 99025RP  13116.41840226  .00000132  00000-0  19774-3 0  7567
+2 30110 098.8595 264.1108 0271196 351.2721 040.4960 13.54458858310424
+1 30111U 99025RQ  13117.55838411  .00004076  00000-0  17162-2 0  6554
+2 30111 101.6186 097.2564 0142536 093.4994 022.6121 14.21212639324322
+1 30112U 99025RR  13117.53621852  .00001095  00000-0  49129-3 0  6694
+2 30112 099.1871 214.0383 0229390 127.9481 353.6295 14.11497554323565
+1 30113U 99025RS  13115.14619613  .00001547  00000-0  83866-3 0  6500
+2 30113 099.0446 164.9901 0060347 278.3653 144.6433 14.13049254323136
+1 30114U 99025RT  13116.03431391 -.00000036  00000-0  48995-5 0  9956
+2 30114 099.0444 124.6702 0084174 125.8999 300.7030 14.07278889322374
+1 30115U 99025RU  13115.58774272  .00000786  00000-0  47848-3 0  9982
+2 30115 099.0534 144.5114 0080032 169.3944 003.1989 14.07520834322215
+1 30116U 99025RV  13116.77407470  .00001718  00000-0  10271-2 0  6261
+2 30116 099.3736 227.7973 0025602 299.8437 213.5298 14.08425998322427
+1 30117U 99025RW  13116.61408661  .00000590  00000-0  34963-3 0  6776
+2 30117 099.0691 141.5414 0169820 170.6651 336.3483 14.04453072322029
+1 30118U 99025RX  13116.48842356  .00000317  00000-0  22355-3 0  9957
+2 30118 099.0985 122.7346 0084865 317.0232 196.8090 14.03718960321872
+1 30119U 99025RY  13117.49918918  .00001162  00000-0  66777-3 0  6095
+2 30119 097.9799 211.8817 0160516 344.9382 147.4648 14.04658268321572
+1 30120U 99025RZ  13116.62868678  .00001734  00000-0  10463-2 0  6510
+2 30120 099.0527 103.9572 0080567 295.1283 127.6473 14.06412801321961
+1 30121U 99025SA  13116.26137486  .00001640  00000-0  10029-2 0   199
+2 30121 102.1670 186.7020 0049579 274.4949 116.1469 14.07604565321768
+1 30122U 99025SB  13116.35934117  .00003089  00000-0  15611-2 0  8274
+2 30122 095.9283 057.0487 0198216 196.2883 311.7344 14.06898910321242
+1 30123U 99025SC  13117.48812938  .00002400  00000-0  10452-2 0  3130
+2 30123 096.9143 313.5346 0286916 161.3701 199.8240 14.04860970321568
+1 30124U 99025SD  13116.83759678  .00001267  00000-0  78086-3 0   708
+2 30124 098.9603 067.9296 0164868 339.6290 046.2286 14.00811249320958
+1 30125U 99025SE  13117.22747225  .00000786  00000-0  25542-3 0  9880
+2 30125 098.5746 359.3608 0425295 119.4754 024.9301 14.00194591320541
+1 30127U 99025SG  13117.66738032  .00002702  00000-0  16555-2 0  8923
+2 30127 098.2347 269.7565 0138798 098.6664 032.2315 14.01834600320764
+1 30128U 99025SH  13117.51232273  .00002411  00000-0  13716-2 0  9041
+2 30128 096.9819 322.0498 0184055 238.5546 183.8245 14.02315978320840
+1 30129U 99025SJ  13117.22926620  .00000739  00000-0  47222-3 0  9845
+2 30129 098.0567 207.7741 0201077 211.1198 176.2825 13.96602434320273
+1 30131U 99025SL  13116.65428980  .00001678  00000-0  11947-2 0   275
+2 30131 099.1932 101.9739 0107932 339.1321 071.8261 13.96132764319344
+1 30132U 99025SM  13117.22538764  .00000473  00000-0  39470-3 0  9871
+2 30132 099.5065 213.5569 0110560 167.2609 220.4036 13.90923196319069
+1 30133U 99025SN  13116.92856288  .00001569  00000-0  11868-2 0  9802
+2 30133 098.3413 270.8303 0093506 252.9398 259.0343 13.93324679319213
+1 30134U 99025SP  13117.06074894  .00000300  00000-0  20438-3 0  9901
+2 30134 099.0532 118.4266 0020637 211.2372 180.5960 14.07526909322655
+1 30135U 99025SQ  13117.42271910  .00002366  00000-0  95544-3 0  6631
+2 30135 098.9446 172.6658 0152551 341.4571 139.4276 14.22751672325530
+1 30136U 99025SR  13117.53997524  .00000176  00000-0  15942-3 0   129
+2 30136 098.4633 311.2454 0133466 241.1746 152.0029 13.91142491319036
+1 30137U 99025SS  13117.14700213  .00004838  00000-0  11374-2 0  8978
+2 30137 099.1274 290.7784 0107463 048.4741 011.9094 14.51422994330645
+1 30138U 99025ST  13117.49498844  .00000759  00000-0  46702-3 0  9929
+2 30138 099.0287 108.0803 0022368 213.5794 292.6822 14.08571178322734
+1 30139U 99025SU  13116.47426148  .00000985  00000-0  73455-3 0   540
+2 30139 098.3943 282.9517 0147668 224.7350 168.6919 13.91905028318777
+1 30140U 99025SV  13117.49695209  .00001215  00000-0  79045-3 0    77
+2 30140 099.1116 119.3270 0046126 311.5365 204.0406 14.03959158321561
+1 30141U 99025SW  13117.40325833  .00001861  00000-0  93872-3 0    40
+2 30141 099.0359 179.7933 0026306 046.0380 085.8313 14.17378131324411
+1 30142U 99025SX  13117.46983370  .00001433  00000-0  10663-2 0  9784
+2 30142 099.1901 095.4651 0119942 000.7325 116.2726 13.93291056319078
+1 30143U 99025SY  13117.34604575  .00001093  00000-0  85090-3 0  9283
+2 30143 098.9821 041.7236 0112866 034.5893 086.6304 13.91538217318839
+1 30144U 99025SZ  13117.03683743  .00000464  00000-0  40222-3 0  9968
+2 30144 099.3433 144.0199 0133281 160.9885 233.7844 13.87357672318156
+1 30145U 99025TA  13117.51769811  .00001815  00000-0  14718-2 0   134
+2 30145 099.3168 104.1048 0122091 106.0539 007.9535 13.87955668318007
+1 30146U 99025TB  13116.10489270  .00000447  00000-0  39990-3 0  9091
+2 30146 098.0281 158.6434 0185932 272.0567 140.8489 13.81192537316444
+1 30147U 99025TC  13117.39789314  .00004334  00000-0  30053-2 0  8814
+2 30147 098.7943 359.5764 0169625 065.0870 349.5403 13.92714969317944
+1 30148U 99025TD  13116.09624939  .00000446  00000-0  42068-3 0  8070
+2 30148 099.5001 179.8438 0142737 217.6631 202.7688 13.82438750316770
+1 30149U 99025TE  13116.68501345  .00004679  00000-0  11922-2 0  8415
+2 30149 099.0517 265.5673 0103038 062.9020 057.7124 14.47967201329986
+1 30150U 99025TF  13117.33649859  .00000423  00000-0  39736-3 0  8959
+2 30150 099.1061 037.6892 0154974 146.1292 332.0497 13.81620325316927
+1 30151U 99025TG  13116.56761951  .00000418  00000-0  41519-3 0  8868
+2 30151 099.4946 150.1851 0168610 282.6916 232.8862 13.78201180315955
+1 30152U 99025TH  13117.37619861  .00001109  00000-0  10073-2 0  8162
+2 30152 099.1461 039.3907 0194564 231.6281 247.2469 13.77454366315500
+1 30153U 99025TJ  13117.55161887  .00000589  00000-0  60258-3 0  7940
+2 30153 100.4623 337.7870 0213723 119.5617 303.4608 13.71610335314331
+1 30154U 99025TK  13117.31688839  .00000907  00000-0  87061-3 0  6265
+2 30154 098.4779 230.5362 0204308 090.2318 333.4827 13.73543208314622
+1 30155U 99025TL  13117.45545147  .00001833  00000-0  20600-2 0  5583
+2 30155 099.7579 094.2367 0281893 150.2285 332.8011 13.56435391310335
+1 30156U 99025TM  13117.52216198  .00000889  00000-0  91488-3 0  8556
+2 30156 098.8970 329.2209 0212707 254.2917 165.2678 13.69243585313710
+1 30157U 99025TN  13116.05366660  .00001664  00000-0  85747-3 0    76
+2 30157 098.9509 113.5094 0052629 212.4871 179.0766 14.15849138323840
+1 30158U 99025TP  13116.72391206  .00008757  00000-0  62763-2 0  3520
+2 30158 098.1589 207.7230 0205167 139.5989 014.9969 13.87688319314106
+1 30160U 99025TR  13117.24012848  .00000664  00000-0  91683-3 0  7328
+2 30160 098.8950 208.2633 0359167 181.6517 214.5697 13.37779681306617
+1 30161U 99025TS  13116.22031568  .00000763  00000-0  10450-2 0  6293
+2 30161 100.4406 212.2511 0357008 126.6276 290.9574 13.38816579306438
+1 30162U 99025TT  13116.11545815  .00001103  00000-0  14964-2 0  7369
+2 30162 099.5012 353.5892 0346978 277.9806 211.3846 13.39450593306614
+1 30163U 99025TU  13117.53416678  .00000689  00000-0  10104-2 0  4740
+2 30163 098.6646 141.1528 0391476 221.4894 298.4376 13.30303246304995
+1 30164U 99025TV  13116.09843677  .00005720  00000-0  51283-2 0  5930
+2 30164 099.4750 320.4628 0492162 270.4082 212.5886 13.40669432305189
+1 30167U 99025TY  13117.32993215  .00001076  00000-0  32065-3 0  7271
+2 30167 098.9772 242.5958 0169611 117.7925 302.7760 14.37276854329200
+1 30168U 99025TZ  13117.53117437  .00002409  00000-0  10309-2 0  6938
+2 30168 097.3701 109.7814 0163641 080.8705 040.2989 14.18627946324689
+1 30169U 99025UA  13117.52772922  .00002377  00000-0  75229-3 0  8641
+2 30169 098.3292 322.6480 0382327 044.0711 013.5388 14.06440709321471
+1 30170U 99025UB  13117.56453334  .00000177  00000-0  15794-3 0   559
+2 30170 099.2057 155.4228 0073076 031.1264 123.5011 13.96217602319971
+1 30171U 99025UC  13117.49957531  .00000562  00000-0  38877-3 0  9947
+2 30171 098.3758 300.5974 0191170 168.0199 247.9655 13.94086833319696
+1 30172U 99025UD  13117.42222859  .00001044  00000-0  78271-3 0  9587
+2 30172 098.9878 053.9763 0088362 328.0681 146.9791 13.94985014319444
+1 30173U 99025UE  13117.48112409  .00001267  00000-0  91512-3 0  9280
+2 30173 099.2453 118.3474 0109557 058.9038 102.1865 13.95715631319474
+1 30174U 99025UF  13117.54555493  .00001880  00000-0  93830-3 0  1101
+2 30174 098.9515 128.8634 0058738 208.7406 305.7661 14.17215415324147
+1 30175U 99025UG  13117.54052705  .00000363  00000-0  35537-3 0  9585
+2 30175 099.3459 076.1374 0151552 145.9797 278.2797 13.80525667316483
+1 30177U 99025UJ  13116.20191687  .00000945  00000-0  70822-3 0  6873
+2 30177 098.6367 199.9093 0487803 285.2525 139.4636 13.51930866309420
+1 30178U 99025UK  13117.45981514  .00000762  00000-0  10005-2 0  6736
+2 30178 102.2859 286.7108 0311965 069.4779 358.0159 13.47443682308551
+1 30179U 99025UL  13116.50931163  .00030230  00000-0  16687-1 0  9790
+2 30179 099.1035 188.7804 0462412 043.5143 071.4131 13.68298045302237
+1 30180U 99025UM  13116.47034641  .00004971  00000-0  11761-2 0  8974
+2 30180 099.0350 268.8901 0110597 033.8331 358.6286 14.50902446330513
+1 30181U 99025UN  13117.02865476  .00001135  00000-0  67556-3 0   105
+2 30181 099.0135 103.3466 0054053 138.1581 253.5669 14.08700165322453
+1 30182U 99025UP  13116.85127476 -.00000022  00000-0  16907-4 0   938
+2 30182 099.1730 083.7100 0075708 331.2032 060.7355 13.94757652319823
+1 30183U 99025UQ  13117.03256176  .00000495  00000-0  32852-3 0  9826
+2 30183 099.0556 103.0986 0028084 219.0488 171.6843 14.05939384322049
+1 30185U 99025US  13117.39917242  .00036292  00000-0  10344-2 0  9460
+2 30185 099.6913 282.1585 0139171 039.5578 015.1533 15.26805706340753
+1 30186U 99025UT  13116.76384471  .00024189  00000-0  10878-2 0   592
+2 30186 098.8675 027.2202 0158216 272.6122 119.5682 15.10536770339128
+1 30188U 99025UV  13117.21237948  .00077181  00000-0  11665-2 0  1373
+2 30188 098.0443 204.8804 0134511 352.3412 035.6102 15.44636985340758
+1 30189U 99025UW  13117.32693838  .00019602  00000-0  14295-2 0  9576
+2 30189 099.0463 030.8699 0220675 042.8169 071.1071 14.86255017336481
+1 30190U 99025UX  13117.41135329  .00002436  00000-0  50266-3 0  8333
+2 30190 099.0094 287.2354 0154845 277.4752 140.5914 14.54241652332475
+1 30191U 99025UY  13117.30198657  .00001021  00000-0  25129-3 0  7973
+2 30191 098.7388 225.4690 0155347 305.7059 086.4167 14.47666421331225
+1 30192U 99025UZ  13117.36480806  .00007522  00000-0  18569-2 0  2505
+2 30192 098.9973 250.8220 0088413 072.8835 358.3326 14.50044013329767
+1 30193U 99025VA  13116.20438690  .00000538  00000-0  18734-3 0  7175
+2 30193 098.7634 195.2917 0131062 115.8663 299.2126 14.34812958328427
+1 30194U 99025VB  13117.20981434  .00002656  00000-0  12552-2 0  4076
+2 30194 101.2647 015.2432 0065896 166.6261 348.0312 14.19841339324620
+1 30195U 99025VC  13117.09711318  .00008367  00000-0  20016-2 0  5683
+2 30195 102.0675 340.5016 0078151 051.4242 102.0278 14.52137281329604
+1 30196U 99025VD  13116.72801736  .00000047  00000-0  37911-4 0  7062
+2 30196 098.8281 186.6399 0088210 149.2859 356.8499 14.24685260326728
+1 30197U 99025VE  13117.20284980  .00000957  00000-0  42500-3 0  7332
+2 30197 098.9391 199.2200 0068053 261.9138 131.3243 14.24194307326346
+1 30198U 99025VF  13117.44041486  .00001184  00000-0  48252-3 0  5882
+2 30198 098.4136 020.5002 0156152 195.5439 222.4139 14.22799568325735
+1 30199U 99025VG  13117.01531270  .00001083  00000-0  47694-3 0  6676
+2 30199 098.8277 140.5709 0099479 139.7736 248.9402 14.22842584325789
+1 30200U 99025VH  13117.18801492  .00000121  00000-0  71083-4 0   107
+2 30200 098.9309 190.7682 0152022 342.7102 036.7015 14.19173082325197
+1 30201U 99025VJ  13116.36416368  .00000475  00000-0  26243-3 0  5880
+2 30201 099.4274 264.7967 0031022 333.1534 055.7771 14.16512597324253
+1 30202U 99025VK  13117.55101721  .00001721  00000-0  82961-3 0  7142
+2 30202 098.9154 126.4038 0067033 186.2778 295.4069 14.18874983324497
+1 30204U 99025VM  13117.41338141  .00016026  00000-0  14927-2 0  7473
+2 30204 099.8001 176.8944 0246065 097.9903 030.2586 14.74144355333198
+1 30205U 99025VN  13116.75369389  .00000196  00000-0  19627-3 0  9519
+2 30205 099.0212 032.1100 0125007 079.9855 315.0117 13.85348264317249
+1 30206U 99025VP  13117.53556170  .00000513  00000-0  15616-3 0  7563
+2 30206 098.5844 136.7699 0165673 280.1083 236.7285 14.39037222329675
+1 30207U 99025VQ  13117.39982286  .00000110  00000-0  11520-3 0  8978
+2 30207 098.5232 265.3385 0264712 013.6578 019.2341 13.77016880315647
+1 30208U 99025VR  13116.71612883  .00000472  00000-0  25755-3 0  9974
+2 30208 098.9092 134.3152 0035831 218.5447 207.7623 14.16614576324267
+1 30209U 99025VS  13116.52754212  .00000582  00000-0  37150-3 0  9915
+2 30209 099.0428 137.7047 0040742 286.8753 226.9324 14.07243698322372
+1 30210U 99025VT  13116.83484553  .00000768  00000-0  53796-3 0   853
+2 30210 098.9639 060.6854 0063043 296.0865 097.1713 14.00491185320560
+1 30212U 99025VV  13116.19351222  .00000718  00000-0  55608-3 0   444
+2 30212 099.3491 190.3700 0101108 119.6523 295.1625 13.93675138319181
+1 30213U 99025VW  13116.14012615  .00001574  00000-0  11527-2 0   701
+2 30213 099.1326 088.0711 0088697 352.0082 136.8387 13.95541857319168
+1 30214U 99025VX  13116.05488906  .00001724  00000-0  10004-2 0    56
+2 30214 099.0400 126.7861 0028184 248.7989 144.4346 14.09933650322334
+1 30216U 99025VZ  13117.12096546  .00003176  00000-0  81774-3 0  8360
+2 30216 099.0858 275.7618 0113560 055.0799 004.0007 14.47095105330036
+1 30217U 99025WA  13116.71076390  .00000377  00000-0  17656-3 0  7413
+2 30217 098.8523 168.6007 0149205 168.7812 338.8261 14.20172144325335
+1 30218U 99025WB  13117.44449343  .00001565  00000-0  10164-2 0   359
+2 30218 099.0568 093.7635 0095822 242.9634 264.2651 14.01887222320648
+1 30221U 99025WE  13116.85105781  .00000366  00000-0  11770-3 0  7947
+2 30221 098.9810 247.8167 0159627 009.7437 143.1673 14.38958793329534
+1 30222U 99025WF  13116.49563273  .00000135  00000-0  11538-3 0  9816
+2 30222 099.0935 097.6845 0037456 222.9262 283.7678 14.02891311321383
+1 30224U 99025WH  13117.43607679  .00000347  00000-0  31787-3 0  9545
+2 30224 099.1766 060.0098 0116572 077.4131 039.0340 13.86575287317720
+1 30225U 99025WJ  13116.93426409  .00000286  00000-0  17019-3 0  6372
+2 30225 098.9604 104.9469 0102473 208.0722 181.4000 14.12692931323797
+1 30226U 99025WK  13117.45856774  .00007989  00000-0  13649-2 0  8905
+2 30226 098.9952 292.7565 0123062 273.3943 138.8919 14.64316199332526
+1 30227U 99025WL  13116.87885829  .00003046  00000-0  14800-2 0  6856
+2 30227 099.0749 183.1710 0003274 150.5140 261.6974 14.19047789324102
+1 30228U 99025WM  13116.81196603  .00006579  00000-0  17412-2 0  7460
+2 30228 098.9773 244.0905 0095485 080.0136 065.3754 14.46448997329429
+1 30229U 99025WN  13117.00033102  .00001985  00000-0  80998-3 0  6855
+2 30229 099.0249 219.1441 0065451 246.4771 167.9112 14.27402794326564
+1 30230U 99025WP  13117.10185605  .00003449  00000-0  13681-2 0  6451
+2 30230 099.0087 177.6919 0146335 010.0534 010.2263 14.23803347324848
+1 30231U 99025WQ  13115.49612892  .00000929  00000-0  56759-3 0  1139
+2 30231 099.0806 099.4558 0138761 319.2887 187.0357 14.03856928321369
+1 30232U 99025WR  13114.68207428  .00001053  00000-0  27767-3 0  7205
+2 30232 098.6083 179.7547 0186704 294.4440 231.3066 14.41440743329613
+1 30233U 99025WS  13116.28607608  .00003981  00000-0  14797-2 0  7073
+2 30233 099.0285 218.4405 0067992 225.9330 199.5919 14.31433547326859
+1 30234U 99025WT  13117.52000314  .00000356  00000-0  21329-3 0  6985
+2 30234 098.9792 121.8360 0069617 228.3105 252.4961 14.12249997322878
+1 30235U 99025WU  13117.56511427 -.00000004  00000-0  22790-4 0  7371
+2 30235 099.1013 116.5419 0163494 163.9972 343.5328 14.03874132321006
+1 30237U 99025WW  13116.92379257  .00001951  00000-0  11060-2 0  6674
+2 30237 099.0021 106.7092 0022818 200.3747 179.6119 14.11093617322191
+1 30239U 99025WY  13115.66391946  .00015449  00000-0  40731-1 0  5172
+2 30239 100.0173 019.3388 1638904 122.7113 284.8127 10.93221468248610
+1 30241U 99025XA  13116.67573843  .00000208  00000-0  14185-3 0  6359
+2 30241 099.1287 183.7700 0151146 357.6352 166.3656 14.05303331320611
+1 30242U 99025XB  13117.50275618  .00000403  00000-0  25417-3 0  6450
+2 30242 099.0144 111.5044 0013264 142.6966 003.3328 14.09906591323041
+1 30243U 99025XC  13117.55591014  .00000498  00000-0  31597-3 0  6996
+2 30243 099.0347 121.3287 0014564 162.7385 343.5336 14.08498738322851
+1 30244U 99025XD  13117.22600470  .00000238  00000-0  16072-3 0  6047
+2 30244 099.1151 196.0032 0009165 273.4035 120.3725 14.10048466322660
+1 30245U 99025XE  13116.62365441  .00000699  00000-0  71338-3 0  8620
+2 30245 098.9229 339.3591 0207462 247.1241 145.4423 13.70857845313525
+1 30246U 99025XF  13116.62450943  .00000163  00000-0  25895-3 0  6668
+2 30246 098.6614 157.2525 0376604 144.9758 001.0824 13.34851616305610
+1 30247U 99025XG  13116.63748456  .00003393  00000-0  12442-2 0  9663
+2 30247 098.2665 269.7781 0381522 102.8353 026.0975 13.99809177319429
+1 30248U 99025XH  13116.52908719  .00002495  00000-0  15684-2 0  9160
+2 30248 099.1530 117.6516 0069624 269.3903 237.2773 14.04154648320599
+1 30249U 99025XJ  13116.54364116  .00002107  00000-0  12213-2 0  6195
+2 30249 099.0613 142.8394 0054262 294.0536 219.7217 14.09214388321923
+1 30250U 99025XK  13116.09700323  .00000069  00000-0  78938-4 0   581
+2 30250 099.1961 162.8387 0065547 021.0331 031.8913 13.97786613319862
+1 30251U 99025XL  13116.70749216  .00000518  00000-0  25678-3 0  5894
+2 30251 098.9167 186.2025 0056114 298.5636 207.8230 14.20871243324994
+1 30252U 99025XM  13117.55215490  .00000697  00000-0  45581-3 0  6413
+2 30252 099.0984 121.4074 0071623 182.6668 296.2886 14.04332173321328
+1 30253U 99025XN  13117.33249421  .00000771  00000-0  88134-3 0  7360
+2 30253 098.7333 244.6248 0248709 288.7532 123.8699 13.60273009310949
+1 30254U 99025XP  13117.55230828  .00139159  00000-0  18402-1 0  9090
+2 30254 099.3145 235.6040 0048437 135.5829 357.6571 14.78355217326273
+1 30256U 99025XR  13116.65549536  .00007874  00000-0  17091-2 0  8519
+2 30256 099.0421 268.3247 0140304 080.4770 048.8147 14.52401493329169
+1 30257U 99025XS  13117.55030834 -.00000100  00000-0 -32320-4 0  6762
+2 30257 099.0336 129.4714 0061163 118.2176 027.5106 14.07852431322980
+1 30259U 99025XU  13117.15737572  .00001026  00000-0  22032-3 0  7342
+2 30259 098.6435 187.7578 0285767 069.3627 321.6775 14.38405548329600
+1 30261U 99025XW  13117.55730219  .00002357  00000-0  24955-3 0  9133
+2 30261 098.8168 301.4544 0233896 045.4478 347.6068 14.72281088336476
+1 30262U 99025XX  13116.69021031  .00004656  00000-0  11812-2 0  8818
+2 30262 099.0493 265.8901 0104763 060.8030 058.9212 14.48073892330186
+1 30263U 99025XY  13116.74698997  .00001086  00000-0  82819-3 0   177
+2 30263 098.8903 020.8550 0172781 075.2888 319.7508 13.88763070318027
+1 30264U 99025XZ  13117.54187628  .00000866  00000-0  62047-3 0  1167
+2 30264 099.2132 111.7292 0118443 044.5139 100.7147 13.96550127319971
+1 30265U 99025YA  13116.98605255  .00001776  00000-0  85013-3 0  4450
+2 30265 098.9087 121.7462 0056315 181.8657 212.2381 14.19537878324739
+1 30266U 99025YB  13117.49132292  .00001239  00000-0  85117-3 0  8693
+2 30266 099.0776 087.2447 0103938 266.1155 242.3110 13.98820291320291
+1 30267U 99025YC  13116.99404072  .00001707  00000-0  10432-2 0  5421
+2 30267 099.0555 106.0567 0071126 291.0520 101.5979 14.06095081321927
+1 30270U 99025YF  13116.53002442  .00000073  00000-0  67573-4 0  7719
+2 30270 099.0122 113.6138 0007235 202.0781 304.0822 14.09687339323486
+1 30272U 99025YH  13117.52325574  .00001062  00000-0  73752-3 0   251
+2 30272 099.1750 123.9131 0063638 342.6783 163.3352 14.00152955320725
+1 30273U 99025YJ  13116.56568682  .00000355  00000-0  28208-3 0   197
+2 30273 099.2148 122.5785 0071037 003.3962 142.3940 13.96746476320338
+1 30274U 99025YK  13116.80140671  .00002313  00000-0  11811-2 0  4482
+2 30274 099.3050 236.7318 0005584 083.3998 080.4054 14.16702787324122
+1 30275U 99025YL  13116.74219424  .00001777  00000-0  91587-3 0  4841
+2 30275 098.9638 130.9616 0059108 223.3484 202.1106 14.15574170324126
+1 30276U 99025YM  13116.85294517  .00001200  00000-0  71132-3 0  4777
+2 30276 098.9378 090.2421 0030078 218.7991 172.7260 14.09311980322645
+1 30277U 99025YN  13117.15775819  .00001517  00000-0  98156-3 0  1178
+2 30277 099.1113 094.5036 0147019 014.3310 115.2381 13.99200488320444
+1 30278U 99025YP  13117.49669310 -.00002296  00000-0 -12484-2 0  4702
+2 30278 099.3393 359.0069 0209783 081.0421 281.4424 14.00711253317274
+1 30279U 99025YQ  13116.76292534  .00001190  00000-0  51521-3 0  7475
+2 30279 099.1332 201.4011 0248933 131.3036 013.9900 14.10950891323463
+1 30280U 99025YR  13116.12841826  .00000417  00000-0  32971-3 0  9832
+2 30280 099.2312 167.9273 0081587 066.3725 348.3018 13.95713335320163
+1 30281U 99025YS  13117.53147429  .00000275  00000-0  18923-3 0  7490
+2 30281 099.0321 141.3347 0029645 269.5291 245.9528 14.07438366323008
+1 30282U 99025YT  13116.20046346  .00000594  00000-0  29351-3 0  7446
+2 30282 099.0295 175.4932 0220164 125.2362 270.2923 14.09202959323204
+1 30283U 99025YU  13117.51781463  .00000564  00000-0  35186-3 0  1329
+2 30283 099.1483 141.0843 0194560 231.8948 279.0789 14.00007799321323
+1 30284U 99025YV  13117.04125723  .00001111  00000-0  66050-3 0  4897
+2 30284 099.0472 136.6747 0047221 275.6865 117.8096 14.09054482322599
+1 30286U 99025YX  13117.56522213  .00000182  00000-0  12344-3 0  7270
+2 30286 098.9840 122.6033 0064406 233.4165 242.1557 14.11412505323851
+1 30287U 99025YY  13117.32489382  .00001376  00000-0  10220-2 0  7360
+2 30287 098.6919 229.9251 0450505 236.7523 190.0671 13.57317499311076
+1 30288U 99025YZ  13116.97920171  .00001879  00000-0  11156-2 0  6037
+2 30288 099.3818 228.5981 0026688 303.1003 122.0684 14.08680903322522
+1 30289U 99025ZA  13117.54439612  .00001220  00000-0  81844-3 0  7906
+2 30289 099.1426 140.5624 0051828 322.4981 184.6053 14.02142467320980
+1 30290U 99025ZB  13117.02382046  .00002249  00000-0  13065-2 0  3153
+2 30290 102.6581 309.0235 0064497 049.4630 104.8116 14.09414767321928
+1 30291U 99025ZC  13117.31074708  .00001993  00000-0  97368-3 0  4884
+2 30291 097.2658 043.6845 0200052 191.8183 295.8470 14.08880219321927
+1 30292U 99025ZD  13116.98202503  .00020829  00000-0  39579-2 0  4601
+2 30292 098.5993 118.9095 0191895 045.3895 341.6951 14.52997866329236
+1 30293U 99025ZE  13116.40736950  .00001405  00000-0  52410-3 0  3739
+2 30293 099.2550 272.3460 0100066 233.8336 152.9613 14.30946507327541
+1 30294U 99025ZF  13116.09356282  .00000426  00000-0  15423-3 0  5749
+2 30294 098.7547 159.2712 0219047 224.9245 189.6971 14.26410795326436
+1 30295U 99025ZG  13117.51988775  .00000272  00000-0  13594-3 0  3649
+2 30295 098.8306 108.8391 0098421 110.9266 012.3906 14.22019142325809
+1 30297U 99025ZJ  13116.49607314  .00004187  00000-0  14699-2 0  7665
+2 30297 098.7182 285.9108 0577334 129.0150 270.9867 13.69507893312611
+1 30298U 99025ZK  13116.95397815  .00000977  00000-0  69175-3 0  9967
+2 30298 099.1950 116.2470 0074816 356.2805 032.5644 13.98899960320149
+1 30299U 99025ZL  13117.49143799  .00001437  00000-0  10921-2 0  8637
+2 30299 099.2325 096.8668 0122220 021.1650 100.5260 13.91964080318526
+1 30300U 99025ZM  13116.86818984  .00001417  00000-0  94756-3 0  9453
+2 30300 099.0101 078.7564 0100596 256.1536 136.8675 14.00210828320023
+1 30301U 99025ZN  13116.32367024  .00002193  00000-0  13628-2 0   562
+2 30301 098.6474 002.1799 0135987 177.3689 249.9951 14.01512211320124
+1 30302U 99025ZP  13117.48749525  .00001473  00000-0  12043-2 0  8840
+2 30302 098.5328 292.1219 0139922 341.1621 051.4686 13.86625139317246
+1 30303U 99025ZQ  13116.42807178  .00001593  00000-0  10416-2 0   862
+2 30303 099.0466 086.6700 0102829 252.6239 254.6385 14.01168476320256
+1 30304U 99025ZR  13116.18538273  .00000789  00000-0  55073-3 0   510
+2 30304 099.0702 086.2328 0096533 261.6038 233.6393 13.99397305320058
+1 30305U 99025ZS  13116.21000501  .00000178  00000-0  23512-3 0  6345
+2 30305 098.5950 209.5248 0266940 291.5982 120.0417 13.58630836311083
+1 30306U 99025ZT  13117.03217525  .00001265  00000-0  64957-3 0  5708
+2 30306 098.9879 138.5466 0138618 254.5158 138.2222 14.12360911323213
+1 30308U 99025ZV  13117.19903183  .00006892  00000-0  48422-2 0  9476
+2 30308 100.2431 320.9828 0166112 058.6491 007.9559 13.92141397315991
+1 30309U 99025ZW  13116.83339337  .00000344  00000-0  29896-3 0  9618
+2 30309 099.1893 074.0982 0096607 032.7638 356.6813 13.90738321318712
+1 30310U 99025ZX  13115.81716978  .00000616  00000-0  33450-3 0    59
+2 30310 099.1551 157.8795 0265929 257.4446 164.3836 13.99699985320459
+1 30311U 99025ZY  13117.33277718  .00000158  00000-0  18810-3 0  8213
+2 30311 099.1225 025.7839 0168279 196.4943 288.9697 13.75287296315278
+1 30312U 99025ZZ  13117.38503726  .00002180  00000-0  11988-2 0  6437
+2 30312 098.8271 073.6156 0018871 163.1088 314.7564 14.12621338323072
+1 30313U 99025AAA 13116.49166115  .00001675  00000-0  11070-2 0    58
+2 30313 099.1668 114.1018 0065267 331.8801 193.0505 14.02037013320657
+1 30314U 99025AAB 13117.44658676  .00000882  00000-0  67772-3 0  9153
+2 30314 098.4091 280.9592 0153803 243.1955 149.8564 13.90135528318341
+1 30315U 99025AAC 13117.55970627  .00000341  00000-0  19941-3 0  7051
+2 30315 098.9423 121.9008 0036893 215.3604 257.7764 14.14651047324279
+1 30316U 99025AAD 13116.50677659  .00001803  00000-0  86692-3 0  2466
+2 30316 098.9109 124.6466 0066952 187.8482 334.7521 14.18938233324484
+1 30317U 99025AAE 13117.00945887 -.00000129  00000-0 -51509-4 0  6662
+2 30317 099.0747 126.7953 0025255 217.1633 176.7577 14.05244891322114
+1 30318U 99025AAF 13115.83728769  .00007474  00000-0  28729-2 0  3896
+2 30318 098.9822 172.0904 0057536 176.0996 244.7731 14.29781321325198
+1 30319U 99025AAG 13116.77440507  .00003569  00000-0  20358-2 0  6896
+2 30319 098.3121 302.8288 0106178 081.2725 047.5599 14.07427124321288
+1 30320U 99025AAH 13117.09265586  .00000411  00000-0  32113-3 0  9873
+2 30320 099.0873 068.1027 0086862 270.5397 218.6640 13.96185762320025
+1 30321U 99025AAJ 13117.51259439  .00000340  00000-0  20416-3 0  6591
+2 30321 098.9679 132.1612 0064637 046.3006 108.1436 14.12441149323754
+1 30322U 99025AAK 13117.45017229  .00001528  00000-0  11068-2 0   634
+2 30322 098.3945 287.0190 0146519 212.4317 202.3327 13.92860244318991
+1 30323U 07003A   13115.89441106 -.00000128  00000-0  10000-3 0  3445
+2 30323 000.9379 254.6617 0056195 353.4610 111.2916 00.99155751 23109
+1 30324U 07003B   13117.42518690  .00026256  76772-6  11447-2 0  9232
+2 30324 024.2449 237.0798 7068586 206.4437 320.2135 02.59199669 50592
+1 30325U 99025AAL 13117.55815834 -.00000096  00000-0 -30209-4 0  9546
+2 30325 099.0367 109.5652 0015676 231.7109 276.1492 14.07882018320943
+1 30326U 99025AAM 13117.52344353  .00000081  00000-0  99765-4 0  9697
+2 30326 098.5636 312.6898 0143563 350.2254 063.7046 13.83881561316531
+1 30327U 99025AAN 13117.48453419  .00001664  00000-0  11706-2 0   671
+2 30327 098.3949 287.6782 0145414 204.2943 189.7365 13.94422227317963
+1 30328U 99025AAP 13117.55928017  .00000272  00000-0  17728-3 0  9888
+2 30328 098.9975 117.8122 0004938 229.2306 253.8791 14.10753464322114
+1 30329U 99025AAQ 13117.29923501  .00000312  00000-0  29671-3 0  8865
+2 30329 099.1656 050.2306 0147064 132.0147 022.4693 13.83326932315848
+1 30330U 99025AAR 13117.07714007  .00000797  00000-0  80414-3 0  8018
+2 30330 098.9198 335.7177 0209729 203.8194 313.1944 13.70905689312564
+1 30331U 99025AAS 13116.45903260  .00000572  00000-0  45082-3 0   599
+2 30331 099.2471 103.2164 0100644 345.4928 167.8020 13.93588435317915
+1 30332U 99025AAT 13117.41651249  .00000167  00000-0  20225-3 0  8325
+2 30332 099.3349 053.5100 0182919 251.9082 232.6586 13.73371312313595
+1 30333U 99025AAU 13117.55873880  .00004719  00000-0  62393-3 0  8697
+2 30333 098.9505 317.1950 0200166 131.4877 296.2764 14.67498590333538
+1 30334U 99025AAV 13116.64496594  .00001136  00000-0  10428-2 0  7612
+2 30334 098.9836 010.6856 0165489 169.4899 220.8351 13.78871094314314
+1 30335U 99025AAW 13117.51663954 -.00000111  00000-0 -44010-4 0   507
+2 30335 099.1593 130.2557 0053586 299.6958 216.1364 13.99544126320552
+1 30336U 99025AAX 13116.68334637  .00000473  00000-0  26809-3 0  9949
+2 30336 098.9497 113.0690 0046207 209.2657 203.7499 14.14341425323453
+1 30338U 99025AAZ 13116.65199581  .00004299  00000-0  10736-2 0  6707
+2 30338 098.9290 120.0787 0374887 353.5508 066.0229 14.17312660323472
+1 30339U 99025ABA 13116.48919163  .00001891  00000-0  11398-2 0   125
+2 30339 098.9986 098.3040 0034148 219.8510 286.6510 14.07649231321279
+1 30340U 99025ABB 13117.48453663  .00000399  00000-0  26079-3 0  6677
+2 30340 099.0192 076.4299 0147449 296.5971 190.7324 14.02846564320918
+1 30341U 99025ABC 13116.62249385  .00001480  00000-0  97989-3 0  9816
+2 30341 099.2363 165.0051 0071005 022.7731 130.4139 14.01942101320030
+1 30342U 99025ABD 13117.13264745  .00000365  00000-0  38954-3 0  8896
+2 30342 100.1917 281.1036 0177212 043.0633 017.5363 13.74641707314309
+1 30343U 99025ABE 13117.41348697  .00002704  00000-0  47508-3 0  7610
+2 30343 099.0475 275.1957 0255004 296.2362 114.5679 14.49649496330107
+1 30344U 99025ABF 13116.54657789  .00002192  00000-0  11457-2 0  7118
+2 30344 098.7850 071.4022 0015154 161.9573 262.8684 14.15370359323009
+1 30345U 99025ABG 13117.40572062  .00002117  00000-0  11840-2 0  6522
+2 30345 098.8027 065.3415 0023696 170.0705 310.7896 14.11686378322355
+1 30346U 99025ABH 13115.08363683  .00001489  00000-0  87838-3 0  6524
+2 30346 099.0720 143.6438 0081749 186.6592 238.2047 14.07799239321227
+1 30347U 99025ABJ 13117.44122141  .00000303  00000-0  24806-3 0  9498
+2 30347 098.3916 290.2732 0152470 215.2556 199.1402 13.90989782318256
+1 30348U 99025ABK 13117.55948206  .00001593  00000-0  93000-3 0  6883
+2 30348 098.9870 101.6475 0024543 204.7953 276.7811 14.09764693321640
+1 30349U 99025ABL 13117.53657473  .00001417  00000-0  10907-2 0  9719
+2 30349 098.5286 319.8887 0101460 296.6491 115.7685 13.92180701317626
+1 30350U 99025ABM 13116.13778344  .00000422  00000-0  38642-3 0  8213
+2 30350 098.1184 163.1917 0231642 336.0210 055.5540 13.76181320314155
+1 30351U 99025ABN 13117.50795136  .00050065  00000-0  27400-1 0  7613
+2 30351 099.1468 316.1199 0531869 048.8631 315.7169 13.57557156289122
+1 30352U 99025ABP 13116.70438034  .00000299  00000-0  21287-3 0  9576
+2 30352 099.0817 109.8845 0028180 236.8556 173.1228 14.05064299321008
+1 30355U 99025ABS 13117.03072514  .00000609  00000-0  36169-3 0  5704
+2 30355 098.9992 149.0344 0060969 111.2521 277.1024 14.10320474321995
+1 30356U 99025ABT 13116.04025339  .00000502  00000-0  33303-3 0  6090
+2 30356 099.0698 149.3375 0051718 316.8665 107.2216 14.05507060320977
+1 30357U 99025ABU 13117.55145473  .00000239  00000-0  17930-3 0  6477
+2 30357 099.0974 104.5602 0050652 186.8795 286.1786 14.03513264320831
+1 30358U 99025ABV 13117.36814580  .00001557  00000-0  99935-3 0  1002
+2 30358 098.8030 040.7925 0104618 287.6414 195.3141 14.02045391319790
+1 30359U 99025ABW 13116.67960751  .00001370  00000-0  13380-2 0  7107
+2 30359 101.6287 256.6245 0188834 058.0996 059.5958 13.74064946314021
+1 30360U 99025ABX 13116.51604918  .00001293  00000-0  78783-3 0  9916
+2 30360 099.0729 122.2706 0039619 266.8224 239.9182 14.07549079322274
+1 30361U 99025ABY 13117.61740505  .00000798  00000-0  44789-3 0  6243
+2 30361 098.9868 149.7752 0076899 260.0854 220.3033 14.12072688323181
+1 30362U 99025ABZ 13117.36434867  .00001898  00000-0  14978-2 0  9114
+2 30362 099.0335 049.7288 0123400 057.1115 061.0345 13.89330667317650
+1 30363U 99025ACA 13115.90280483  .00001335  00000-0  90658-3 0  1248
+2 30363 099.0631 086.0821 0099846 261.2947 131.8341 13.99501648320021
+1 30364U 99025ACB 13115.15661572  .00001667  00000-0  74704-3 0   553
+2 30364 098.1230 168.8395 0461986 291.9013 096.6820 13.79163496314884
+1 30365U 99025ACC 13117.54400938  .00000437  00000-0  21453-3 0  5828
+2 30365 098.9210 137.1685 0175713 009.0977 145.6216 14.15029606323215
+1 30366U 99025ACD 13117.48380459  .00000710  00000-0  31749-3 0  7013
+2 30366 098.9230 200.8466 0070688 248.9601 240.1021 14.24611866325296
+1 30368U 99025ACF 13117.21992229  .00000215  00000-0  24856-3 0  8326
+2 30368 099.1846 029.4736 0185000 240.9620 276.4127 13.72842131313476
+1 30369U 99025ACG 13117.04937763  .00000093  00000-0  75916-4 0  6472
+2 30369 099.0120 131.4963 0102066 267.0868 125.7996 14.09200889322594
+1 30370U 99025ACH 13115.55935522  .00000951  00000-0  58812-3 0  1674
+2 30370 098.9327 068.0124 0118127 295.8053 115.4125 14.04352489320729
+1 30371U 99025ACJ 13117.53040323  .00001149  00000-0  60977-3 0  6895
+2 30371 098.9450 126.0124 0006974 306.6553 170.0372 14.15625976324174
+1 30372U 99025ACK 13116.63982672  .00005642  00000-0  17157-2 0  7724
+2 30372 099.0644 251.1803 0092854 133.9450 357.6898 14.40021507327543
+1 30373U 99025ACL 13117.42179223  .00004792  00000-0  13000-2 0  7866
+2 30373 099.0934 269.3206 0105179 092.0617 330.4534 14.44871889328164
+1 30374U 99025ACM 13117.12401781  .00002086  00000-0  83730-3 0  6952
+2 30374 099.2994 270.0317 0065499 287.9413 130.4695 14.28240543326594
+1 30375U 99025ACN 13117.08859047  .00005510  00000-0  26399-2 0  1126
+2 30375 098.5852 054.6605 0019028 082.2284 048.0526 14.19285413323729
+1 30377U 99025ACQ 13117.49957448  .00000521  00000-0  39366-3 0    54
+2 30377 099.2321 115.4848 0122036 305.3456 223.5130 13.95377566318278
+1 30378U 99025ACR 13117.42822108  .00013679  00000-0  48740-2 0  9672
+2 30378 098.5979 022.3128 0098713 240.8136 172.1582 14.31629917320037
+1 30379U 99025ACS 13115.99422565  .00000661  00000-0  43970-3 0  9449
+2 30379 099.0969 115.9643 0036912 205.5777 154.3333 14.04514107320014
+1 30380U 99025ACT 13116.81884235  .00000538  00000-0  14424-3 0  7633
+2 30380 098.8470 233.1149 0199842 309.6992 202.8338 14.41716784329560
+1 30382U 99025ACV 13116.61973471  .00001063  00000-0  51086-3 0  1581
+2 30382 098.9861 161.6602 0181659 262.5984 245.7947 14.12805730321844
+1 30384U 99025ACX 13117.36012242  .00008534  00000-0  14175-2 0  8557
+2 30384 098.9793 267.0065 0165602 289.1849 130.4739 14.61716245329853
+1 30385U 99025ACY 13117.53939148  .00000508  00000-0  18772-3 0  6504
+2 30385 098.9639 228.3429 0139311 084.4205 043.7360 14.31636815326682
+1 30386U 99025ACZ 13116.15118194  .00000999  00000-0  12622-2 0  4275
+2 30386 098.6801 182.3588 0335089 097.5068 318.5266 13.44476403306615
+1 30387U 99025ADA 13117.51967446  .00000231  00000-0  15309-3 0  9808
+2 30387 098.9941 117.1216 0001152 137.6288 008.4022 14.11214436322231
+1 30388U 99025ADB 13116.64323241  .00000477  00000-0  22078-3 0  6036
+2 30388 098.9947 118.7272 0242886 238.5121 186.2383 14.11306015322381
+1 30389U 99025ADC 13116.55678405  .00001950  00000-0  10734-2 0  6753
+2 30389 098.8412 079.1566 0018786 174.7584 249.2737 14.12700950321927
+1 30390U 99025ADD 13116.62199112  .00001450  00000-0  85529-3 0  6891
+2 30390 099.0514 107.4089 0086589 288.1323 134.5883 14.07665468321495
+1 30391U 99025ADE 13117.53715957  .00001375  00000-0  88470-3 0  8317
+2 30391 099.1310 122.4272 0083851 227.7915 250.0321 14.03158461319873
+1 30392U 99025ADF 13116.95991547  .00000216  00000-0  14858-3 0  8956
+2 30392 099.1690 119.5246 0197532 216.1776 172.2228 14.00598809319975
+1 30393U 99025ADG 13117.43379418  .00000093  00000-0  96162-4 0   817
+2 30393 099.0697 069.4198 0070968 260.2614 247.4460 13.97444497319011
+1 30394U 99025ADH 13116.79452686  .00000374  00000-0  31131-3 0  9416
+2 30394 099.0669 056.6731 0092206 008.0196 021.5484 13.92850001318602
+1 30395U 99025ADJ 13116.66839189  .00000389  00000-0  30423-3 0   353
+2 30395 099.2846 118.4557 0166632 351.8275 059.5338 13.91903782317957
+1 30396U 99025ADK 13117.56217699  .00000151  00000-0  15299-3 0  7864
+2 30396 098.3003 231.9705 0134498 259.0372 222.5036 13.86053351316870
+1 30397U 99025ADL 13117.39179995  .00000984  00000-0  78265-3 0  9354
+2 30397 098.4140 267.5209 0167893 277.3898 108.4123 13.86985151316500
+1 30398U 99025ADM 13117.48744104  .00000336  00000-0  36435-3 0  7852
+2 30398 099.7109 196.3369 0179292 000.2452 132.1787 13.73728298313613
+1 30400U 99025ADP 13116.75878000  .00001266  00000-0  89255-3 0  8490
+2 30400 099.1573 045.7555 0300971 231.5126 160.6784 13.80277555314401
+1 30401U 99025ADQ 13116.73308367  .00000264  00000-0  12350-3 0  6940
+2 30401 098.8699 195.2790 0112864 141.8349 004.1614 14.24962613325738
+1 30403U 99025ADS 13117.19391377  .00001046  00000-0  71585-3 0  1114
+2 30403 099.0683 087.2439 0101599 260.7880 221.0536 13.99489281319686
+1 30404U 99025ADT 13117.72204657  .00001151  00000-0  17015-2 0  6162
+2 30404 099.8113 018.9773 0392367 062.0374 301.9868 13.28798887304037
+1 30405U 99025ADU 13115.79618910  .00001213  00000-0  71763-3 0  9926
+2 30405 099.0584 153.7309 0064090 306.0616 106.8458 14.08675581321674
+1 30406U 99025ADV 13117.39291568  .00000288  00000-0  39113-3 0  7978
+2 30406 098.6155 182.9210 0303736 036.5806 089.1104 13.48478195308321
+1 30407U 99025ADW 13117.61788675  .00026869  00000-0  10290-2 0  9917
+2 30407 098.7400 000.4381 0150349 225.1223 192.6952 15.16556392339179
+1 30409U 99025ADY 13117.11222816  .00000398  00000-0  27840-3 0  9542
+2 30409 098.5461 344.0181 0176129 312.0169 213.6278 13.96591620319420
+1 30410U 99025ADZ 13116.60332979  .00063066  00000-0  91462-2 0  1946
+2 30410 099.7953 347.8974 0118218 017.7962 012.4158 14.71026409323088
+1 30411U 99025AEA 13115.48651743  .00001266  00000-0  10038-2 0  8036
+2 30411 098.5240 298.1944 0154519 316.6347 071.0653 13.87629886316898
+1 30413U 99025AEC 13117.08357940  .00001930  00000-0  12675-2 0  1005
+2 30413 102.0780 143.8188 0069641 285.8245 107.5110 14.02704293320433
+1 30414U 99025AED 13117.55452961  .00001862  00000-0  11537-2 0  8936
+2 30414 099.1648 144.8011 0084386 246.6556 241.1411 14.04729443320572
+1 30415U 99025AEE 13117.45453450  .00001106  00000-0  12401-2 0  5108
+2 30415 099.7477 100.2003 0259740 098.8735 027.1400 13.59620539310361
+1 30416U 99025AEF 13116.53305976  .00000072  00000-0  78856-4 0  9828
+2 30416 099.1652 112.8576 0064537 332.7169 173.3539 13.99723582320447
+1 30417U 99025AEG 13116.04579148  .00000374  00000-0  22926-3 0  5949
+2 30417 098.9791 141.6650 0065658 260.9876 152.9953 14.10898197322897
+1 30418U 99025AEH 13116.40531576  .00002139  00000-0  43199-3 0  8010
+2 30418 098.8227 250.2732 0180100 259.7180 131.8664 14.52871673332031
+1 30419U 99025AEJ 13115.23074637  .00000782  00000-0  46928-3 0  9321
+2 30419 099.2063 206.5214 0058091 336.0317 076.9917 14.09215836322289
+1 30420U 99025AEK 13117.55318485  .00003474  00000-0  51468-3 0  8406
+2 30420 098.9894 318.5591 0199849 176.0338 200.5993 14.63222155333130
+1 30421U 99025AEL 13116.76482623  .00014979  00000-0  30292-2 0  9230
+2 30421 099.1069 281.1825 0127318 111.1210 004.6213 14.56393427328599
+1 30423U 99025AEN 13117.34129142  .00003497  00000-0  14266-2 0  6650
+2 30423 098.5205 045.5725 0085505 066.5638 050.7766 14.25997719324877
+1 30429U 99025AEQ 13116.75684521  .00004514  00000-0  10656-2 0  7759
+2 30429 099.1980 312.5712 0108670 049.6782 078.2650 14.51195987330795
+1 30431U 99025AES 13117.32100064  .00007049  00000-0  81698-3 0  8517
+2 30431 098.5830 243.1134 0177240 049.8566 002.7250 14.75091973335174
+1 30432U 99025AET 13116.68352862  .00000929  00000-0  36238-3 0  6306
+2 30432 098.8263 193.7470 0097781 180.8073 338.2291 14.29486350326821
+1 30434U 99025AEV 13116.78904272  .00000252  00000-0  23525-3 0  9438
+2 30434 099.3367 152.3653 0126559 104.9682 318.8640 13.87537350317032
+1 30435U 99025AEW 13117.53494353  .00000960  00000-0  10521-2 0  2178
+2 30435 099.0303 327.2579 0243627 334.0868 051.1902 13.62706368310512
+1 30436U 99025AEX 13117.46885192  .00002541  00000-0  17724-2 0  8812
+2 30436 098.3976 286.7265 0148430 212.0960 210.4989 13.94248877317700
+1 30437U 99025AEY 13117.46733289  .00002297  00000-0  83655-3 0  6275
+2 30437 098.8866 203.6772 0090947 175.7018 317.9970 14.31854821326902
+1 30438U 99025AEZ 13116.34158147  .00000899  00000-0  81307-3 0  7411
+2 30438 098.8031 343.4154 0150337 100.8464 318.6401 13.81119019314516
+1 30439U 99025AFA 13117.54297440  .00000585  00000-0  39332-3 0  9746
+2 30439 099.0973 122.4713 0040282 275.6522 230.7198 14.04391798319989
+1 30441U 99025AFC 13117.34151535  .00000291  00000-0  31407-3 0  7658
+2 30441 099.1139 020.9718 0190144 232.4799 250.6241 13.73581134314855
+1 30442U 99025AFD 13115.56478193  .00001369  00000-0  86763-3 0  5642
+2 30442 099.1056 142.0208 0071488 353.2705 158.6675 14.04419696320956
+1 30443U 99025AFE 13117.31187220  .00001387  00000-0  83937-3 0  6175
+2 30443 098.7761 048.4049 0036447 196.0345 290.6869 14.07765486321683
+1 30444U 99025AFF 13116.88670407  .00001961  00000-0  89901-3 0  8875
+2 30444 099.2757 183.7071 0280024 066.7911 353.4113 14.03802482320174
+1 30445U 99025AFG 13117.20571405  .00000558  00000-0  18884-3 0  7020
+2 30445 098.7828 208.2952 0126945 027.8656 000.5700 14.36458383327749
+1 30446U 99025AFH 13117.56170269  .00001594  00000-0  78208-3 0   810
+2 30446 098.9139 118.2512 0051418 184.4726 322.5658 14.18538547324353
+1 30447U 99025AFJ 13116.82408078  .00002070  00000-0  10149-2 0  6647
+2 30447 098.9985 163.0452 0109020 068.4834 344.4358 14.15837679322946
+1 30448U 99025AFK 13115.65665462  .00001653  00000-0  96106-3 0   198
+2 30448 098.9921 100.1283 0025927 210.9553 208.1151 14.09911313319614
+1 30450U 99025AFM 13117.56373591  .00000902  00000-0  20726-3 0  6537
+2 30450 098.5698 138.2745 0247971 247.0228 236.2562 14.41067278328418
+1 30451U 99025AFN 13117.51279664  .00003603  00000-0  12746-2 0  6756
+2 30451 098.8926 195.9458 0081321 184.8729 291.4657 14.33388011326616
+1 30452U 99025AFP 13117.55102624  .00002443  00000-0  12285-2 0  5907
+2 30452 099.3109 231.4176 0100217 147.4934 342.5291 14.14867844322699
+1 30453U 99025AFQ 13117.25147801  .00001035  00000-0  59644-3 0  4749
+2 30453 099.0562 106.5407 0142190 299.1284 178.5277 14.06484806320961
+1 30454U 99025AFR 13116.69975572  .00002783  00000-0  19341-2 0  7452
+2 30454 098.1396 192.7959 0236934 235.1690 282.7115 13.86901272315889
+1 30455U 99025AFS 13117.49631764  .00006358  00000-0  59091-3 0  8645
+2 30455 098.8484 321.7792 0200905 032.9101 025.7596 14.80671444335546
+1 30458U 99025AFV 13116.51032043  .00121674  00000-0  37976-1 0  6200
+2 30458 098.5450 198.7389 0308774 217.4934 262.6632 14.16253489304699
+1 30462U 99025AFZ 13117.05745965 -.00000135  00000-0 -52552-4 0  6276
+2 30462 099.0837 142.3237 0144148 185.3789 209.3999 14.03655043320533
+1 30464U 99025AGB 13117.46990307  .00000176  00000-0  12068-3 0  6477
+2 30464 098.9622 084.0074 0110246 229.9040 251.6171 14.08957561321665
+1 30465U 99025AGC 13117.49679564  .00001737  00000-0  10125-2 0  5935
+2 30465 098.9900 101.8495 0024822 210.6179 274.4121 14.09721391320516
+1 30466U 99025AGD 13117.55873044  .00001159  00000-0  64983-3 0  6539
+2 30466 099.0563 139.6967 0140050 149.4941 339.6225 14.07750437322102
+1 30467U 99025AGE 13117.52130189  .00000660  00000-0  41793-3 0  6656
+2 30467 099.0823 127.4183 0074857 170.4428 309.8348 14.06149714321835
+1 30468U 99025AGF 13117.50511176  .00001400  00000-0  91489-3 0  9130
+2 30468 099.1358 104.2396 0089883 341.9328 137.9381 14.02011927318954
+1 30469U 99025AGG 13117.44452619  .00000872  00000-0  69875-3 0  8865
+2 30469 098.4819 287.3209 0174929 296.6523 115.2099 13.86328726316484
+1 30470U 99025AGH 13117.44125793  .00007248  00000-0  58167-2 0  3249
+2 30470 098.5766 284.7177 0137991 093.9326 320.6190 13.86547567315502
+1 30471U 99025AGJ 13117.44557378  .00001134  00000-0  80869-3 0  8213
+2 30471 099.1971 105.4055 0105313 035.2909 119.3101 13.96870132317843
+1 30472U 99025AGK 13117.53280535  .00001831  00000-0  89581-3 0  6539
+2 30472 098.9303 126.8090 0063930 195.4967 288.3845 14.18118427322459
+1 30473U 99025AGL 13116.60521297  .00002502  00000-0  13141-2 0  5881
+2 30473 098.8091 080.5467 0014514 153.9455 271.8087 14.14978264321893
+1 30474U 99025AGM 13117.16432581  .00002022  00000-0  11891-2 0  6733
+2 30474 098.8917 076.8323 0031593 202.2137 280.0755 14.08905707320697
+1 30475U 99025AGN 13116.48465042  .00001377  00000-0  87596-3 0  2752
+2 30475 099.0970 122.7409 0046723 288.1953 225.6942 14.04962726319990
+1 30476U 99025AGP 13117.36339863  .00001569  00000-0  10295-2 0  9225
+2 30476 098.9250 061.9019 0054862 261.3404 221.8294 14.02750844319136
+1 30477U 99025AGQ 13115.33493456  .00000053  00000-0  13485-3 0  7242
+2 30477 099.4125 245.6523 0457662 111.7118 283.2520 13.15817933299216
+1 30478U 99025AGR 13116.57234025  .00005393  00000-0  14804-2 0  7174
+2 30478 098.9220 231.5824 0098451 075.7497 052.3020 14.44638058326865
+1 30480U 99025AGS 13116.15808565  .00000400  00000-0  15136-3 0  5810
+2 30480 098.7550 176.8321 0178228 075.7811 342.7526 14.28270962327558
+1 30481U 99025AGT 13117.55292378  .00000645  00000-0  20088-3 0  5920
+2 30481 098.7661 124.5325 0257987 190.1863 317.9303 14.27138519325437
+1 30483U 99025AGV 13117.36452373  .00005061  00000-0  96441-3 0  5602
+2 30483 098.9780 258.4415 0203058 309.5548 101.9663 14.52163486328832
+1 30484U 99025AGW 13116.84863586  .00004706  00000-0  12481-2 0  6783
+2 30484 099.0126 253.9664 0102185 070.3108 081.3352 14.46133344328670
+1 30485U 99025AGX 13116.15767528  .00002053  00000-0  85447-3 0  4365
+2 30485 098.9781 176.1837 0150108 004.9481 052.9080 14.21570447324444
+1 30486U 99025AGY 13117.00761199  .00003942  00000-0  51603-3 0  4847
+2 30486 098.8982 302.1250 0213296 126.1954 026.0718 14.66395490333269
+1 30487U 99025AGZ 13116.84640225  .00026856  00000-0  12299-2 0  8339
+2 30487 098.6945 329.2840 0135565 238.8932 249.6487 15.12552432337411
+1 30488U 99025AHA 13117.09794542  .00029967  00000-0  27521-2 0  9465
+2 30488 099.0045 336.1712 0102778 184.9580 329.2405 14.90784651333598
+1 30489U 99025AHB 13117.45282383  .00000340  00000-0  18920-3 0  5072
+2 30489 098.9974 177.0386 0147260 085.8942 039.3664 14.11971924322793
+1 30490U 99025AHC 13117.56534201  .00002314  00000-0  58284-3 0  5648
+2 30490 098.7105 140.9151 0261595 156.5768 334.9034 14.33565185325989
+1 30491U 99025AHD 13117.54559251  .00003956  00000-0  19410-2 0  4301
+2 30491 101.5345 067.6818 0042350 073.5274 348.8577 14.18141315322543
+1 30492U 99025AHE 13115.03694660  .00002525  00000-0  16309-2 0  9375
+2 30492 102.3290 152.7105 0193810 343.2602 076.1958 13.95583146317798
+1 30493U 99025AHF 13116.88635739  .00001655  00000-0  14663-2 0  5844
+2 30493 098.6056 275.0259 0211797 148.3101 213.0895 13.76466512313466
+1 30494U 99025AHG 13116.54391654  .00000691  00000-0  72783-3 0  7011
+2 30494 099.6422 125.6811 0200645 000.3390 144.3239 13.70038285312571
+1 30495U 99025AHH 13117.18202853 -.00000114  00000-0 -10387-3 0  2788
+2 30495 102.2557 004.4933 0627676 230.6326 292.6256 12.84021958293268
+1 30496U 99025AHJ 13117.39672463  .00002766  00000-0  39894-3 0  6130
+2 30496 098.8549 283.7290 0210907 132.2924 291.6863 14.63145683333533
+1 30497U 99025AHK 13117.32950814  .00008106  00000-0  23497-2 0  7870
+2 30497 099.1506 257.4145 0118805 233.0212 159.3606 14.40642059326634
+1 30498U 99025AHL 13117.42791201  .00001668  00000-0  13424-2 0  7746
+2 30498 099.1920 083.8800 0125842 097.7979 025.0963 13.88284502316515
+1 30499U 99025AHM 13116.96566969  .00005331  00000-0  15851-2 0  6720
+2 30499 098.9597 215.6738 0169177 084.8897 328.9173 14.35622037326277
+1 30500U 99025AHN 13116.58921787  .00001982  00000-0  13785-2 0  7941
+2 30500 099.0918 086.4948 0088777 004.6598 058.9546 13.98073231318246
+1 30501U 99025AHP 13115.31244567  .00001087  00000-0  70081-3 0  5415
+2 30501 098.8511 053.4306 0052758 255.5951 228.6774 14.04436269319663
+1 30503U 99025AHR 13115.15667157  .00000235  00000-0  15302-3 0  3713
+2 30503 099.0500 188.0123 0008074 314.5282 099.9556 14.12027392321823
+1 30504U 99025AHS 13117.41420747  .00000333  00000-0  18855-3 0  2856
+2 30504 098.7817 061.4229 0122146 350.5674 135.9002 14.12989974322094
+1 30505U 99025AHT 13116.49011574  .00001397  00000-0  89661-3 0   704
+2 30505 099.0765 097.6490 0078518 222.0138 285.0249 14.03450282319229
+1 30506U 99025AHU 13116.01053800  .00000070  00000-0  70265-4 0  9506
+2 30506 099.0805 124.2916 0073312 306.2863 110.0830 14.05131863319947
+1 30507U 99025AHV 13116.91585233  .00001585  00000-0  10238-2 0   499
+2 30507 099.0819 088.6802 0147982 010.9220 022.4045 13.99135239318431
+1 30508U 99025AHW 13116.10279723  .00005359  00000-0  20629-2 0  1034
+2 30508 099.2377 170.4281 0331133 059.1420 358.7995 14.04720535320870
+1 30509U 99025AHX 13117.39010624  .00001250  00000-0  10103-2 0  9805
+2 30509 098.4706 285.9707 0117431 315.5664 106.9455 13.88800409316100
+1 30510U 99025AHY 13117.35678280  .00001394  00000-0  10142-2 0  8857
+2 30510 099.0064 061.4669 0084984 312.6758 171.7876 13.96232035319662
+1 30512U 99025AJA 13116.48478650  .00005256  00000-0  59998-3 0  6471
+2 30512 098.8529 302.0154 0202036 082.4940 307.7707 14.72910753333592
+1 30513U 99025AJB 13117.41103344  .00008216  00000-0  17702-2 0  7466
+2 30513 099.0542 271.6809 0133994 079.0903 334.9750 14.53232003330137
+1 30514U 99025AJC 13117.52229500  .00000637  00000-0  24891-3 0  6367
+2 30514 098.8285 121.3026 0198959 249.7973 237.0747 14.23055340324288
+1 30515U 99025AJD 13115.65939707  .00000651  00000-0  42201-3 0  1903
+2 30515 098.5119 176.7014 0540288 260.7677 260.2019 13.51483491308557
+1 30516U 99025AJE 13116.62824676  .00002164  00000-0  12189-2 0  6266
+2 30516 098.9603 099.6248 0019876 184.1450 230.2769 14.11346095322206
+1 30519U 99025AJH 13117.45426949  .00006109  00000-0  85510-3 0  6130
+2 30519 098.8631 286.9126 0199452 131.4766 284.3932 14.65161912334059
+1 30520U 99025AJJ 13116.83515240  .00004947  00000-0  84177-3 0  6356
+2 30520 098.6964 241.2132 0189464 175.1210 336.8465 14.58418583332277
+1 30521U 99025AJK 13117.07850926  .00000719  00000-0  19906-3 0  6268
+2 30521 098.9910 254.6341 0172195 343.9298 075.8594 14.41827994329389
+1 30522U 99025AJL 13116.62579311  .00002440  00000-0  79415-3 0  7035
+2 30522 099.4316 339.3974 0090582 213.7403 180.1682 14.37501324327905
+1 30523U 99025AJM 13116.80083953  .00000240  00000-0  93542-4 0  3083
+2 30523 098.7906 161.0372 0256734 266.9059 141.8907 14.22884128324658
+1 30524U 99025AJN 13111.41688303  .00002986  00000-0  31633-2 0  7732
+2 30524 099.3165 013.6378 0271286 065.5713 355.8787 13.60294843309465
+1 30525U 99025AJP 13117.16684719  .00000603  00000-0  75457-3 0  2651
+2 30525 098.6000 181.8910 0312971 355.6306 036.1124 13.49039925308080
+1 30526U 99025AJQ 13116.64692904  .00000424  00000-0  59538-3 0  7994
+2 30526 099.5296 013.2370 0318248 222.2960 172.0089 13.44042569306704
+1 30527U 99025AJR 13117.02657466  .00000649  00000-0  10070-2 0   777
+2 30527 100.4363 145.5932 0428425 250.5922 104.8531 13.23674436302315
+1 30528U 99025AJS 13116.72873098  .00000273  00000-0  16453-3 0  4741
+2 30528 098.1970 300.5028 0155331 148.1042 343.1078 14.07562800321678
+1 30529U 99025AJT 13117.47822826  .00001051  00000-0  11407-2 0  3699
+2 30529 098.4847 195.1742 0253604 208.8180 273.6827 13.61861423311091
+1 30530U 99025AJU 13116.66527016  .00000609  00000-0  23152-3 0  4065
+2 30530 098.6848 099.0968 0108181 073.0858 343.1610 14.31287406327283
+1 30531U 99025AJV 13115.26429910  .00002486  00000-0  14851-2 0  9273
+2 30531 102.3243 223.7708 0047840 331.2344 083.9426 14.08141247321113
+1 30532U 99025AJW 13117.01267891  .00002648  00000-0  14700-2 0  4758
+2 30532 096.9730 317.7043 0170653 224.0521 134.6950 14.04620672320221
+1 30533U 99025AJX 13116.52036598  .00002502  00000-0  12572-2 0  6455
+2 30533 099.0235 135.1419 0152240 113.0854 047.8089 14.11562921322166
+1 30538U 99025AKC 13117.47547740  .00008680  00000-0  61085-3 0  7763
+2 30538 099.1544 034.1750 0299012 124.0220 295.7938 14.75682517333870
+1 30539U 99025AKD 13116.25595479  .00000771  00000-0  23935-3 0  6787
+2 30539 098.7823 209.5328 0150235 007.6140 053.6548 14.37835043327845
+1 30540U 99025AKE 13117.14049088  .00001156  00000-0  69685-3 0  9736
+2 30540 099.0752 146.5635 0075358 186.3699 205.7039 14.07349993320804
+1 30541U 99025AKF 13117.00271234  .00001113  00000-0  66378-3 0  9641
+2 30541 099.0383 125.5763 0021084 220.8926 172.9760 14.09322222321432
+1 30542U 99025AKG 13116.47367296 -.00000128  00000-0 -51416-4 0  9573
+2 30542 099.0713 102.5777 0027178 234.8398 271.5796 14.05087332321204
+1 30543U 99025AKH 13116.50545690 -.00000085  00000-0 -25537-4 0  6927
+2 30543 099.1262 118.9018 0071552 229.6690 297.3795 14.01208804319461
+1 30545U 99025AKK 13112.10787946  .00000159  00000-0  27545-3 0  6507
+2 30545 099.0285 175.4271 0478934 000.5632 056.0652 13.18341437300822
+1 30546U 99025AKL 13117.36812869  .00001995  00000-0  42949-3 0  4876
+2 30546 098.9246 265.1086 0164123 276.8314 146.1384 14.51754240330617
+1 30547U 99025AKM 13117.19404500  .00000380  00000-0  14866-3 0  5917
+2 30547 098.7467 190.3038 0104753 114.3073 280.8283 14.32150918326090
+1 30548U 99025AKN 13106.69096301  .00001845  00000-0  11301-2 0  6117
+2 30548 099.7370 277.2915 0089958 129.3729 290.6746 14.05237025318030
+1 30549U 99025AKP 13116.28322263  .00000953  00000-0  61947-3 0  9409
+2 30549 098.4672 250.0526 0342665 341.8701 080.0698 13.79568007313733
+1 30550U 99025AKQ 13115.77390807  .00001611  00000-0  14214-2 0  3212
+2 30550 099.1408 045.3427 0158970 171.2705 216.7391 13.81031361313827
+1 30552U 99025AKS 13117.53382531  .00002254  00000-0  12359-2 0  9572
+2 30552 099.0098 136.8701 0021995 221.9956 293.7476 14.12736787320265
+1 30553U 99025AKT 13117.52660142  .00002003  00000-0  88808-3 0  6661
+2 30553 099.1128 220.5168 0040766 308.3757 180.4604 14.23860164322890
+1 30554U 99025AKU 13116.79019720  .00003287  00000-0  13737-2 0  7361
+2 30554 098.8497 141.8708 0038523 170.4426 246.5516 14.26429527322815
+1 30555U 99025AKV 13116.97326182  .00001463  00000-0  92746-3 0  9662
+2 30555 099.1085 126.4018 0050381 308.6223 071.9100 14.04955042318964
+1 30556U 99025AKW 13116.11872722  .00000459  00000-0  35233-3 0   679
+2 30556 099.2011 162.5088 0064736 026.6322 034.1386 13.97444612317614
+1 30557U 99025AKX 13117.56364668  .00001041  00000-0  76573-3 0  9720
+2 30557 099.2291 144.1207 0078328 030.8673 094.7737 13.96494748317078
+1 30558U 99025AKY 13117.38500039  .00000980  00000-0  15331-2 0   765
+2 30558 099.4811 262.3784 0465150 120.7846 300.7952 13.16289019298821
+1 30560U 99025ALA 13117.55034572  .00000384  00000-0  21442-3 0  6474
+2 30560 098.9539 137.2078 0122076 041.6559 083.5345 14.12850378321772
+1 30561U 99025ALB 13115.99610983  .00000600  00000-0  37768-3 0  9266
+2 30561 099.0486 127.6342 0063940 139.7541 286.6121 14.07226038320262
+1 30562U 99025ALC 13117.52074420  .00001003  00000-0  63116-3 0  6450
+2 30562 099.0939 145.4805 0070630 324.8009 203.4175 14.05511812319571
+1 30563U 99025ALD 13117.09847095  .00007438  00000-0  21485-2 0  7078
+2 30563 099.0940 259.7079 0096421 140.5978 280.2049 14.42193686326465
+1 30564U 99025ALE 13117.02586729  .00000329  00000-0  21580-3 0  6052
+2 30564 099.1962 145.4513 0229887 289.4688 098.8871 13.97020869317658
+1 30565U 99025ALF 13115.43827339  .00001710  00000-0  12810-2 0  4486
+2 30565 098.4564 281.6624 0173644 278.5320 107.0466 13.88950911315286
+1 30566U 99025ALG 13117.12544627  .00001207  00000-0  87823-3 0  9080
+2 30566 099.0258 065.1301 0083661 312.6250 164.5110 13.96564258317260
+1 30567U 99025ALH 13115.01813964  .00000687  00000-0  42855-3 0  5274
+2 30567 099.0688 139.0699 0113923 176.8113 247.2468 14.05030866319072
+1 30568U 99025ALJ 13116.56106782  .00002183  00000-0  11971-2 0    79
+2 30568 099.0102 146.9286 0031943 134.5273 018.9043 14.12623253320342
+1 30569U 99025ALK 13117.51765928  .00002052  00000-0  97717-3 0  7265
+2 30569 098.8969 121.0592 0023615 304.5272 171.8121 14.20326491321856
+1 30570U 99025ALL 13117.54105802  .00000470  00000-0  29885-3 0  6676
+2 30570 099.0320 108.6881 0037244 246.6459 236.5438 14.08369016319662
+1 30571U 99025ALM 13116.52422667  .00000554  00000-0  35544-3 0  9771
+2 30571 099.0463 107.4721 0020802 220.5681 285.9769 14.07437348319614
+1 30572U 99025ALN 13116.96256093  .00000163  00000-0  12644-3 0  9815
+2 30572 099.0559 104.0666 0025032 221.4835 172.4482 14.05980882319237
+1 30573U 99025ALP 13117.12837865  .00001886  00000-0  13730-2 0  9502
+2 30573 099.0517 065.1427 0108835 032.2055 088.2222 13.94638758316275
+1 30574U 99025ALQ 13117.23543632  .00001746  00000-0  19233-2 0  3863
+2 30574 099.3781 030.2956 0257952 050.9870 102.4602 13.59980311308299
+1 30575U 99025ALR 13117.31827809  .00000875  00000-0  39273-3 0  6529
+2 30575 099.1646 238.9458 0061284 220.6997 208.6801 14.24229132323027
+1 30576U 99025ALS 13116.53722250  .00002273  00000-0  91653-3 0  6048
+2 30576 099.0624 208.2184 0127166 346.7460 133.3828 14.24712114325433
+1 30577U 99025ALT 13116.26343310  .00000257  00000-0  18654-3 0  9330
+2 30577 099.0785 107.2505 0030575 231.4486 249.8972 14.05207695318912
+1 30578U 99025ALU 13117.52964075  .00002243  00000-0  13072-2 0  6846
+2 30578 099.0899 126.5897 0058241 288.0360 195.4851 14.08752014318933
+1 30579U 99025ALV 13117.54551161  .00000099  00000-0  94175-4 0  7480
+2 30579 099.1441 111.3665 0052023 299.0698 186.6318 14.01565736318218
+1 30580U 07004A   13111.66364859  .00000004  00000-0  00000+0 0  5406
+2 30580 011.9853 071.4353 8212053 058.7978 006.7098 01.04958199 22092
+1 30593U 99025ALY 13117.44661250  .00003518  00000-0  16365-2 0  3798
+2 30593 102.4098 305.7822 0015636 007.1163 051.8698 14.21578441324027
+1 30594U 99025ALZ 13116.13980584  .00000180  00000-0  97091-4 0   187
+2 30594 099.0096 191.6316 0201303 060.7902 001.0911 14.14349626323376
+1 30596U 99025AMB 13117.52511920  .00000393  00000-0  12443-3 0  5219
+2 30596 098.7469 134.7428 0271587 189.7912 326.1621 14.26896995327006
+1 30597U 99025AMC 13116.11247771  .00002406  00000-0  10421-2 0  2299
+2 30597 098.9775 169.6634 0145602 026.7586 025.8466 14.19703753323670
+1 30599U 99025AME 13115.71574671  .00001496  00000-0  53679-3 0  2648
+2 30599 099.0435 131.0523 0343309 124.4986 301.6528 14.07273804320881
+1 30600U 99025AMF 13117.10185434  .00002601  00000-0  15155-2 0  2321
+2 30600 098.3856 174.0261 0490214 162.3911 227.5620 13.62170516309901
+1 30602U 99025AMH 13117.37073281  .00003119  00000-0  17050-2 0  3915
+2 30602 099.0544 154.7838 0045404 166.6128 315.8503 14.12210244321065
+1 30603U 99025AMJ 13116.28397987  .00000872  00000-0  84421-3 0  4806
+2 30603 098.4652 225.3388 0202907 090.5447 325.4053 13.73243769314384
+1 30604U 99025AMK 13116.12935316  .00000332  00000-0  14606-3 0  1114
+2 30604 098.9129 177.4006 0224149 003.9058 047.4573 14.17720177324393
+1 30606U 99025AMM 13115.82985878  .00001688  00000-0  38007-3 0  3905
+2 30606 098.6171 152.1684 0276141 086.7597 330.1924 14.36803713326941
+1 30607U 99025AMN 13117.55374944  .00003055  00000-0  15117-2 0  6868
+2 30607 098.9610 120.6907 0054495 212.6091 269.1443 14.17286798319032
+1 30608U 99025AMP 13116.76513010  .00000607  00000-0  34402-3 0  7905
+2 30608 098.9089 096.5798 0004404 084.3396 328.1190 14.13869832320139
+1 30609U 99025AMQ 13116.76905039  .00001653  00000-0  12794-2 0  7778
+2 30609 098.5124 298.9426 0154298 304.4707 173.2048 13.88599243314110
+1 30610U 99025AMR 13117.34396912  .00017098  00000-0  56834-3 0  8426
+2 30610 098.8379 054.7820 0205602 146.6910 341.9239 15.13327644340312
+1 30611U 99025AMS 13117.07490063  .00004615  00000-0  36284-3 0  4737
+2 30611 098.5909 243.3567 0292431 009.9295 043.4456 14.73401082333564
+1 30612U 99025AMT 13117.44248675  .00001678  00000-0  42291-3 0  4055
+2 30612 099.1411 297.1011 0133348 003.7565 051.5238 14.47466471329651
+1 30613U 99025AMU 13117.54399910  .00002369  00000-0  61717-3 0  4801
+2 30613 098.7235 139.0643 0256351 166.9683 353.5487 14.32738016326232
+1 30614U 99025AMV 13117.06275257  .00117208  00000-0  32447-1 0  2001
+2 30614 099.6816 148.8033 0200492 144.3046 247.6455 14.34788613309539
+1 30616U 99025AMX 13116.56446448  .00000754  00000-0  11218-2 0  9096
+2 30616 098.6123 120.2898 0402968 223.7208 287.2740 13.27808224303542
+1 30619U 99025ANA 13116.28368166  .00000892  00000-0  25228-3 0  8569
+2 30619 098.6846 112.9834 0239739 097.5265 033.4388 14.32629204327450
+1 30621U 99025ANC 13117.52080326  .00001130  00000-0  95041-3 0  5056
+2 30621 098.6276 310.6124 0176385 020.2771 040.2112 13.82924734314975
+1 30622U 99025AND 13111.15617471  .00002944  00000-0  22483-2 0  6624
+2 30622 100.9969 168.8575 0121867 121.0468 274.5303 13.91087652316024
+1 30623U 99025ANE 13115.10514488  .00000249  00000-0  41348-3 0  8189
+2 30623 098.8502 165.7596 0411170 294.1477 118.2913 13.26005708300229
+1 30624U 99025ANF 13117.42939272  .00002596  00000-0  15499-2 0   376
+2 30624 098.8891 082.8591 0041107 236.3053 270.1919 14.07668602318863
+1 30625U 99025ANG 13116.08693928  .00002652  00000-0  18482-2 0   269
+2 30625 098.9103 046.3130 0090325 335.8128 143.6865 13.97569584316723
+1 30626U 99025ANH 13114.99259873  .00068865  00000-0  39734-2 0  8411
+2 30626 098.9660 005.4369 0096221 077.4143 050.3112 15.08171079333325
+1 30627U 99025ANJ 13116.30455260  .00005766  00000-0  15382-2 0  7128
+2 30627 098.9119 231.4356 0102810 067.0947 346.6142 14.45705606326517
+1 30628U 99025ANK 13117.43817019  .00002035  00000-0  87438-3 0  7250
+2 30628 099.3901 281.1608 0039536 310.8816 103.0255 14.25539069323087
+1 30629U 99025ANL 13117.55919578  .00002299  00000-0  11845-2 0   441
+2 30629 099.2468 222.0299 0013482 118.5536 005.2285 14.16190436320858
+1 30630U 99025ANM 13115.12151316  .00000595  00000-0  35991-3 0  1539
+2 30630 099.0647 182.2640 0030223 158.1436 267.6883 14.10257594319876
+1 30631U 99025ANN 13115.08690128  .00003270  00000-0  17160-2 0  9958
+2 30631 099.0602 163.2553 0059040 275.3590 136.7050 14.14003588320174
+1 30632U 99025ANP 13116.67944001  .00002444  00000-0  13051-2 0  6704
+2 30632 098.9871 119.0280 0024711 204.0944 209.7358 14.14045295320371
+1 30633U 99025ANQ 13116.95253476  .00000748  00000-0  55300-3 0  8515
+2 30633 098.3970 290.4716 0146269 208.2936 306.5327 13.93121784316140
+1 30634U 99025ANR 13117.41290448  .00002038  00000-0  16052-2 0  8905
+2 30634 099.1112 056.8049 0164210 057.4297 054.5466 13.86747312314540
+1 30636U 99025ANT 13117.56072204  .00007153  00000-0  14036-2 0  7082
+2 30636 098.7521 232.8277 0131166 267.7014 222.2298 14.57668118328982
+1 30637U 99025ANU 13116.34248720  .00003136  00000-0  82110-3 0  7857
+2 30637 098.9182 240.6926 0118701 037.7058 356.3418 14.45950753326863
+1 30639U 99025ANW 13117.54434541  .00001331  00000-0  87600-3 0  9272
+2 30639 099.1455 114.2834 0102460 266.5289 221.1312 14.01160736317338
+1 30640U 99025ANX 13117.13972936  .00001724  00000-0  11897-2 0  8712
+2 30640 099.0855 083.2450 0103844 279.1347 212.9934 13.98036337317055
+1 30641U 99025ANY 13116.49205535  .00001621  00000-0  29911-3 0  6222
+2 30641 099.0181 302.2024 0191308 243.2148 140.9536 14.56056914330839
+1 30642U 99025ANZ 13116.85488925  .00006641  00000-0  19943-2 0  7006
+2 30642 099.0187 240.3320 0093576 142.9156 317.9155 14.40522757325742
+1 30643U 99025APA 13116.86060538  .00044805  00000-0  99649-3 0  9787
+2 30643 098.9526 086.3302 0155156 140.5500 245.2942 15.31744141338101
+1 30645U 99025APC 13116.32143166  .00006965  00000-0  18010-2 0  5760
+2 30645 098.9851 246.1458 0093892 076.3594 345.7168 14.47608852326421
+1 30646U 99025APD 13115.07385866  .00000640  00000-0  43752-3 0  6089
+2 30646 099.1391 162.5457 0053148 340.5362 078.3814 14.02811693318117
+1 30647U 99025APE 13116.84776115  .00002244  00000-0  10737-2 0  6300
+2 30647 099.0154 182.2444 0056479 229.5832 181.1846 14.19319732321259
+1 30648U 99025APF 13112.01808944  .00001927  00000-0  95739-3 0  6530
+2 30648 098.9274 135.1403 0053455 225.5621 195.6472 14.17573738320694
+1 30649U 99025APG 13116.58352676  .00001436  00000-0  85530-3 0  5681
+2 30649 099.0652 150.9487 0064152 308.8589 205.1575 14.07993218318537
+1 30650U 99025APH 13117.43702529  .00001682  00000-0  11916-2 0   543
+2 30650 099.0033 063.6401 0091115 349.2070 133.3835 13.97149086316376
+1 30652U 99025APJ 13117.52742541 -.00000157  00000-0 -67594-4 0  6610
+2 30652 099.0391 098.7720 0008491 184.8440 297.5069 14.06602763318312
+1 30654U 99025APL 13115.17129115  .00001245  00000-0  80096-3 0  4927
+2 30654 099.2415 195.0262 0038106 334.2221 086.8636 14.04715161317097
+1 30655U 99025APM 13117.48116774  .00002958  00000-0  16050-2 0  6237
+2 30655 098.7312 054.7113 0025212 122.7637 301.5087 14.12964291318030
+1 30656U 99025APN 13117.10752551  .00001878  00000-0  10796-2 0  5719
+2 30656 099.0574 154.0074 0051799 290.0354 103.2866 14.09871823317191
+1 30657U 99025APP 13117.45856976  .00001802  00000-0  10405-2 0  5954
+2 30657 098.9903 101.7763 0025359 203.3244 282.1003 14.10176248317986
+1 30658U 99025APQ 13116.25285446  .00001184  00000-0  11408-2 0  2819
+2 30658 098.4815 224.0599 0212993 113.5520 315.2859 13.72068294312453
+1 30659U 99025APR 13115.12536392  .00005285  00000-0  78370-3 0  5107
+2 30659 099.0764 330.2709 0208375 201.1716 285.2558 14.61899524331705
+1 30660U 99025APS 13115.37929809  .00002677  00000-0  43420-3 0  1864
+2 30660 098.3109 081.5345 0218123 086.6907 070.6186 14.57420755331393
+1 30661U 99025APT 13117.43880551  .00000150  00000-0  86246-4 0  7330
+2 30661 099.4855 285.0226 0149593 067.9703 322.8336 14.18489697324931
+1 30662U 99025APU 13117.10820288  .00001816  00000-0  11686-2 0  3325
+2 30662 098.9356 069.1449 0044218 264.6880 222.7015 14.03897995316100
+1 30663U 99025APV 13115.63771396  .00001687  00000-0  14866-2 0  9681
+2 30663 099.3013 176.6900 0741069 249.7175 274.0251 13.01993548292913
+1 30664U 99025APW 13116.29442567  .00006138  00000-0  19024-2 0  7012
+2 30664 098.9992 232.0196 0080899 137.7494 276.7366 14.39647911323009
+1 30665U 99025APX 13117.10294532  .00001439  00000-0  10673-2 0  8269
+2 30665 098.9871 053.8188 0092086 330.7475 147.2219 13.94795596314283
+1 30666U 99025APY 13117.56097358  .00000010  00000-0  37392-4 0   576
+2 30666 099.1545 149.5450 0057008 345.3960 141.2476 13.99272132315603
+1 30667U 99025APZ 13116.82917411  .00006672  00000-0  77673-3 0  8816
+2 30667 098.9395 321.6674 0199610 138.5061 346.9037 14.72342078330226
+1 30668U 99025AQA 13117.20382059  .00001554  00000-0  11461-2 0  8179
+2 30668 099.1304 089.3441 0093366 353.8679 125.2856 13.94969910314602
+1 30669U 99025AQB 13117.49103597  .00001009  00000-0  81703-3 0  8788
+2 30669 098.5701 314.1947 0148691 322.0056 101.2386 13.87322418312581
+1 30670U 99025AQC 13117.43005490  .00000211  00000-0  13290-3 0  5122
+2 30670 098.9083 089.6983 0039876 192.2565 294.2362 14.14199929319449
+1 30671U 99025AQD 13117.18580315  .00001216  00000-0  10573-2 0  7969
+2 30671 099.3419 092.9558 0143656 143.7323 344.3918 13.83393201312135
+1 30672U 99025AQE 13116.67476174  .00004784  00000-0  11376-2 0  7864
+2 30672 099.0797 278.5967 0107122 044.3392 088.8320 14.50921121325480
+1 30673U 99025AQF 13116.47900632 -.00000039  00000-0  42265-5 0   209
+2 30673 099.1081 087.3975 0047597 276.3666 230.6974 14.01351268319641
+1 30674U 99025AQG 13116.64460321  .00002583  00000-0  14956-2 0  6591
+2 30674 098.9813 098.4539 0071680 290.3040 132.6296 14.08494180316635
+1 30675U 99025AQH 13116.02538081  .00001391  00000-0  83001-3 0  5866
+2 30675 099.0609 146.3839 0064101 306.7696 113.2071 14.07959281316965
+1 30676U 99025AQJ 13115.72105912  .00001080  00000-0  59504-3 0  7011
+2 30676 098.2975 158.5889 0524759 138.8223 000.6260 13.59992763310290
+1 30677U 99025AQK 13116.21123065  .00001395  00000-0  67355-3 0  4767
+2 30677 098.2875 346.1599 0084254 083.0308 040.5488 14.18211099323234
+1 30678U 99025AQL 13117.33877269  .00002371  00000-0  18082-2 0  5784
+2 30678 099.0145 054.1008 0117749 042.6589 116.0250 13.91311907312810
+1 30679U 99025AQM 13117.18537117  .00000472  00000-0  48884-3 0  7284
+2 30679 099.4894 090.8003 0178487 249.2911 233.3955 13.74397247310611
+1 30680U 99025AQN 13117.28860458  .00002327  00000-0  32370-2 0  2013
+2 30680 099.5975 332.2924 0381267 015.2521 045.6351 13.32702654304612
+1 30683U 99025AQR 13117.09175912  .00001468  00000-0  11878-2 0  4533
+2 30683 099.1583 059.4033 0168647 069.2556 063.2327 13.85361004314402
+1 30684U 99025AQS 13116.95861179  .00000781  00000-0  89544-3 0  2446
+2 30684 099.7889 114.4348 0252088 108.5097 283.4577 13.60022536308974
+1 30686U 99025AQU 13114.87206321  .00001209  00000-0  28036-3 0  5289
+2 30686 099.0246 260.6426 0220613 332.8172 180.8471 14.43405042326705
+1 30687U 99025AQV 13117.33309476  .00006900  00000-0  17169-2 0  6647
+2 30687 098.9769 248.3940 0091831 063.9842 358.7814 14.49529020326012
+1 30688U 99025AQW 13115.03518581  .00001479  00000-0  85129-3 0  4750
+2 30688 099.0282 134.3417 0021262 190.6695 224.3469 14.10686409319089
+1 30689U 99025AQX 13114.57963442  .00000667  00000-0  40098-3 0  5956
+2 30689 099.0384 150.6949 0118300 159.1314 359.9337 14.06833935319578
+1 30690U 99025AQY 13117.11600825  .00001038  00000-0  84666-3 0  8432
+2 30690 099.0743 049.0363 0122598 042.4360 083.5759 13.88522115314936
+1 30691U 99025AQZ 13116.21668353  .00000730  00000-0  67324-3 0  5968
+2 30691 098.8187 346.0802 0153412 111.4897 012.2817 13.80346599313525
+1 30692U 99025ARA 13117.32287311  .00023531  00000-0  11898-2 0  6401
+2 30692 098.6838 239.5723 0346339 121.4657 299.3056 14.77435691328845
+1 30693U 99025ARB 13116.08802638  .00000165  00000-0  12026-3 0  4567
+2 30693 099.0033 151.8166 0029741 276.3790 137.8990 14.09241244318990
+1 30694U 99025ARC 13116.50314363  .00001244  00000-0  23787-3 0  6048
+2 30694 099.0929 302.3453 0220002 346.1029 046.0219 14.51785236327469
+1 30695U 99025ARD 13117.31604083  .00006295  00000-0  13523-2 0  7970
+2 30695 098.9641 261.3771 0113816 006.2726 054.6580 14.54972434326420
+1 30696U 99025ARE 13116.51985965  .00001541  00000-0  60181-3 0  5917
+2 30696 098.7761 116.4714 0114803 071.1687 073.6189 14.27472009322215
+1 30697U 99025ARF 13117.51771686  .00001192  00000-0  83317-3 0  9947
+2 30697 099.2093 122.6969 0099056 031.8222 122.8585 13.98169564315452
+1 30699U 99025ARH 13116.59730560  .00002196  00000-0  11420-2 0  9324
+2 30699 099.3100 235.5580 0005285 112.2184 009.2118 14.15785931318779
+1 30700U 99025ARJ 13117.51791509  .00000287  00000-0  14772-3 0  4586
+2 30700 098.8464 105.0560 0091045 125.9511 357.2314 14.20529835320763
+1 30701U 99025ARK 13116.19687935  .00000056  00000-0  52906-4 0  5405
+2 30701 098.9169 088.9969 0034541 202.6015 279.4817 14.13696928319355
+1 30702U 99025ARL 13105.10283324  .00001037  00000-0  77580-3 0  4121
+2 30702 099.2436 148.3746 0080092 086.0622 331.2332 13.95464349316345
+1 30703U 99025ARM 13117.15937985  .00000638  00000-0  39564-3 0  9894
+2 30703 098.8623 052.4925 0140996 283.0337 192.6286 14.03949042316182
+1 30704U 99025ARN 13117.54745394  .00000206  00000-0  16794-3 0    48
+2 30704 099.1632 133.0925 0087589 265.8801 241.2410 13.99148542315915
+1 30705U 99025ARP 13114.62732091  .00000960  00000-0  10535-2 0  2253
+2 30705 102.2138 356.0323 0220180 259.8003 127.2624 13.66208497307714
+1 30706U 99025ARQ 13116.89499311  .00000913  00000-0  50093-3 0  4153
+2 30706 099.0611 190.4954 0030678 278.4645 133.6792 14.14207297318680
+1 30707U 99025ARR 13116.55871579  .00001737  00000-0  10772-2 0  1518
+2 30707 099.3846 223.7163 0034023 333.6069 151.9542 14.06297030316788
+1 30708U 99025ARS 13117.48389973  .00000320  00000-0  20648-3 0  4293
+2 30708 099.0070 115.3762 0007618 256.2370 259.0440 14.10127708317957
+1 30709U 99025ART 13116.54802301  .00001910  00000-0  14556-2 0  4279
+2 30709 099.0345 057.0173 0112782 033.5611 024.4331 13.91862503314681
+1 30710U 99025ARU 13114.93753711  .00001245  00000-0  10939-2 0  6074
+2 30710 102.7584 148.7879 0277651 295.3120 184.8028 13.72406607312388
+1 30712U 99025ARW 13116.83703672  .00010394  00000-0  38607-2 0  6109
+2 30712 099.6029 316.1728 0039384 324.4057 163.2608 14.31913591320468
+1 30714U 99025ARY 13117.38634252  .00000101  00000-0  10249-3 0  2709
+2 30714 099.2387 167.2865 0072190 035.6840 096.0328 13.96900223315456
+1 30715U 99025ARZ 13117.50537447  .00001348  00000-0  97042-3 0  8292
+2 30715 099.1908 103.1483 0081547 343.0186 142.1985 13.97056907314773
+1 30716U 99025ASA 13117.36609529  .00002055  00000-0  10190-2 0  5299
+2 30716 098.9426 149.2715 0058387 222.4493 260.1011 14.17448197319036
+1 30717U 99025ASB 13117.42998206  .00001771  00000-0  11531-2 0  7218
+2 30717 099.0096 079.2551 0059442 216.1428 267.7319 14.02896162315508
+1 30718U 99025ASC 13116.63293568  .00001703  00000-0  10554-2 0  4160
+2 30718 099.0674 103.7606 0072682 191.0415 236.7447 14.05239452317149
+1 30719U 99025ASD 13114.95041950  .00002102  00000-0  11614-2 0  2104
+2 30719 099.0090 120.0991 0020660 157.1436 233.3186 14.12410757318170
+1 30720U 99025ASE 13107.66729539  .00000890  00000-0  46334-3 0  1662
+2 30720 098.9732 168.9526 0036409 276.6302 230.1175 14.16906040318728
+1 30721U 99025ASF 13116.99048924  .00001978  00000-0  94219-3 0  4465
+2 30721 098.9127 126.0420 0066025 186.9933 206.9199 14.19363221318655
+1 30722U 99025ASG 13117.41903279  .00010785  00000-0  50381-2 0   493
+2 30722 098.3554 189.5273 0448760 097.6092 033.0139 13.78286517310895
+1 30723U 99025ASH 13116.59224146  .00001822  00000-0  10205-2 0  3497
+2 30723 098.8844 087.8894 0019041 182.0267 243.4230 14.11839285318409
+1 30724U 99025ASJ 13115.40765958  .00000629  00000-0  25354-3 0  6699
+2 30724 099.3148 279.2288 0104141 259.1171 129.7759 14.29028479326767
+1 30725U 99025ASK 13117.48075891  .00000992  00000-0  67731-3 0  9499
+2 30725 099.0797 091.2588 0105346 255.9645 224.3674 13.99581361315405
+1 30726U 99025ASL 13117.13815205  .00001274  00000-0  92089-3 0  8490
+2 30726 098.9969 057.7551 0086570 342.5616 146.5664 13.96664345314538
+1 30727U 99025ASM 13111.40520353  .00009903  00000-0  25828-2 0  2411
+2 30727 099.2082 269.2322 0139372 256.7395 179.1365 14.44048081325746
+1 30728U 99025ASN 13117.50876193  .00000120  00000-0  70442-4 0  4705
+2 30728 098.8280 119.7044 0101395 114.4546 036.9243 14.22095425321240
+1 30730U 99025ASQ 13117.00848116  .00001010  00000-0  56192-3 0  6747
+2 30730 099.0111 125.5459 0093180 255.7855 137.4561 14.11230223317091
+1 30731U 99025ASR 13116.83538244  .00001842  00000-0  10330-2 0  3299
+2 30731 098.8570 080.3028 0019708 173.2327 217.1964 14.11752955318062
+1 30732U 99025ASS 13116.67949188  .00000303  00000-0  22197-3 0  7824
+2 30732 099.1711 118.5421 0130695 013.4826 042.7880 13.99481843316004
+1 30733U 99025AST 13116.66238515  .00004825  00000-0  13336-2 0  5037
+2 30733 099.0552 258.6345 0099524 094.7029 033.0314 14.44313992324262
+1 30734U 99025ASU 13117.38054138  .00005493  00000-0  11640-2 0  5336
+2 30734 099.0180 269.3051 0141110 047.7106 014.5971 14.53573891325277
+1 30735U 99025ASV 13117.33792841  .00001303  00000-0  80647-3 0  3914
+2 30735 099.0919 145.8143 0070935 321.5004 155.8124 14.05835951316638
+1 30736U 99025ASW 13115.97426883  .00000693  00000-0  85694-3 0   907
+2 30736 098.8206 228.7765 0305794 066.6433 359.3325 13.49957811304248
+1 30737U 99025ASX 13112.07253526  .00000319  00000-0  19071-3 0  2945
+2 30737 098.9363 155.9364 0025989 035.6543 324.6327 14.14101673317457
+1 30738U 99025ASY 13116.28364723  .00002346  00000-0  13211-2 0  4454
+2 30738 099.3844 221.5108 0071100 007.6188 052.5930 14.10169043317068
+1 30739U 99025ASZ 13116.02555961  .00000183  00000-0  12132-3 0  3990
+2 30739 098.9860 145.8279 0108505 096.0378 328.6147 14.10304028317850
+1 30740U 99025ATA 13115.01980157  .00001559  00000-0  78358-3 0  4642
+2 30740 098.9325 136.9928 0052790 219.8255 193.7865 14.17251651319011
+1 30741U 99025ATB 13116.94520403  .00000050  00000-0  52716-4 0  4365
+2 30741 098.9904 118.3947 0006176 206.9876 182.8938 14.11195751318283
+1 30742U 99025ATC 13116.05417010  .00001365  00000-0  99529-3 0  8420
+2 30742 099.2320 139.4051 0079547 031.7367 027.9931 13.96402967314595
+1 30744U 99025ATE 13117.51982838  .00002124  00000-0  10029-2 0  6574
+2 30744 098.8643 107.9265 0020861 192.8186 289.0998 14.20754212319680
+1 30745U 99025ATF 13117.26453544  .00002619  00000-0  12252-2 0  4065
+2 30745 099.2380 233.1290 0031296 274.0798 113.5982 14.20950605318913
+1 30746U 99025ATG 13116.89520895  .00000733  00000-0  37671-3 0  6035
+2 30746 098.9576 180.0773 0051382 236.7168 177.6669 14.17807775319095
+1 30748U 99025ATJ 13117.15447471  .00019208  00000-0  31352-2 0  7425
+2 30748 099.4968 075.9269 0124347 009.0171 112.4209 14.65903914326873
+1 30749U 99025ATK 13116.90103701  .00000119  00000-0  11313-3 0  6340
+2 30749 099.1704 103.5506 0056875 313.0511 076.5273 13.98613530315266
+1 30750U 99025ATL 13117.48718501  .00001319  00000-0  81937-3 0  5044
+2 30750 098.9652 088.5418 0054089 178.4853 310.8421 14.06062530316020
+1 30751U 99025ATM 13117.55000176  .00001224  00000-0  84424-3 0  9048
+2 30751 099.1758 133.9777 0067944 356.8414 133.7781 14.00109912314842
+1 30752U 99025ATN 13116.76640575  .00003100  00000-0  14530-2 0  6686
+2 30752 098.9235 131.4416 0042710 194.2901 214.8864 14.20433370318973
+1 30753U 99025ATP 13115.69068310  .00000660  00000-0  45511-3 0    78
+2 30753 099.1461 121.5506 0062271 270.9208 152.9999 14.01989415315203
+1 30755U 99025ATR 13116.40442318  .00000743  00000-0  24481-3 0  9124
+2 30755 098.6696 154.0891 0178785 012.7798 107.7934 14.32570954322170
+1 30756U 99025ATS 13115.42826002  .00001092  00000-0  72848-3 0  9816
+2 30756 099.0333 088.0558 0086084 240.6388 266.5932 14.01483473314872
+1 30758U 99025ATU 13117.12454906  .00000560  00000-0  37786-3 0  4295
+2 30758 099.1491 168.9241 0044271 322.3019 071.1472 14.04315049315885
+1 30759U 99025ATV 13116.29704324  .00002007  00000-0  10170-2 0  6674
+2 30759 099.2614 228.5413 0018514 091.2603 324.9402 14.17195812318186
+1 30760U 99025ATW 13117.32588862 -.00000088  00000-0 -27646-4 0  5438
+2 30760 099.1126 132.7887 0053694 228.1117 252.7442 14.02571051315574
+1 30761U 99025ATX 13117.48983267  .00000782  00000-0  35492-3 0  4440
+2 30761 098.9651 199.6138 0099076 312.2677 169.0804 14.22297200319913
+1 30762U 99025ATY 13117.35810127  .00000303  00000-0  22355-3 0  9607
+2 30762 099.2459 153.3878 0207124 346.0420 133.5092 13.93312039313631
+1 30763U 99025ATZ 13117.55670780  .00002839  00000-0  17034-2 0  6609
+2 30763 098.8731 076.9477 0041613 231.4837 193.9156 14.07303802315696
+1 30764U 99025AUA 13116.00740766  .00004631  00000-0  56952-3 0   486
+2 30764 098.8299 290.3920 0219729 082.7115 039.7366 14.67883618330042
+1 30765U 99025AUB 13110.44559833  .00001136  00000-0  71849-3 0  8928
+2 30765 099.0910 102.5350 0076725 197.6430 316.2491 14.04703413320541
+1 30766U 99025AUC 13096.09064399  .00000620  00000-0  42169-3 0   945
+2 30766 099.1022 144.8851 0091832 074.6059 315.5197 14.01755197316935
+1 30768U 99025AUE 13116.73887110  .00001657  00000-0  82055-3 0  4993
+2 30768 098.9205 135.1229 0043596 208.8005 212.5320 14.18174575321589
+1 30770U 99025AUG 13116.00546872  .00000449  00000-0  27180-3 0  9523
+2 30770 098.9888 123.7013 0015715 065.1721 348.5074 14.11533650317907
+1 30771U 99025AUH 13117.37883947  .00001645  00000-0  97679-3 0   645
+2 30771 098.7720 049.5147 0034566 190.3732 285.8549 14.08573384316927
+1 30772U 07006A   13116.68685888  .00049612  00000-0  65386-3 0  8252
+2 30772 045.9953 305.9538 0011177 235.2877 172.5769 15.57683499342935
+1 30773U 07006B   13117.82278447  .00003475  00000-0  12854-3 0  7516
+2 30773 046.0703 020.8533 0008902 267.3022 142.0520 15.29925068342172
+1 30774U 07006C   13117.17311730  .00002844  00000-0  14154-3 0  5868
+2 30774 046.0146 188.0818 0009988 338.9934 042.5507 15.20336458339983
+1 30775U 07006D   13117.51531321  .00002788  00000-0  17481-3 0  6041
+2 30775 035.4322 159.0772 0003491 231.2429 274.7973 15.09116259337690
+1 30776U 07006E   13116.59750199  .00003531  00000-0  21426-3 0  6002
+2 30776 035.4294 158.7509 0002547 228.7076 268.3572 15.10183163337619
+1 30777U 07006F   13117.14526422  .00003651  00000-0  22497-3 0  6153
+2 30777 035.4283 166.2248 0004337 207.9697 152.0788 15.09597248337573
+1 30778U 07006G   13116.53505134  .00010439  00000-0  34162-3 0  6630
+2 30778 035.6907 274.1355 0020465 021.2481 040.4162 15.30783473340688
+1 30783U 99057NS  13117.33069274  .00001227  00000-0  49490-3 0  5939
+2 30783 098.2877 049.6349 0046368 187.6056 318.8561 14.29065420322214
+1 30789U 99057NY  13116.87878523  .00001518  00000-0  52524-3 0  7722
+2 30789 098.2958 076.4369 0008731 142.0500 251.9499 14.37069172323474
+1 30791U 99057PA  13117.46215782  .00001442  00000-0  48013-3 0  7187
+2 30791 098.2814 080.8621 0006438 148.5794 332.6407 14.39053431324038
+1 30792U 99057PB  13117.45475155  .00000217  00000-0  91347-4 0  6513
+2 30792 098.3156 075.2041 0007501 166.5429 321.1313 14.34682076323036
+1 30793U 07007A   13117.80001652 -.00000269  00000-0  10000-3 0  3560
+2 30793 000.1228 080.5755 0005727 342.2104 174.6568 01.00272471 22469
+1 30794U 07007B   13117.28060890  .00000032  00000-0  00000+0 0   381
+2 30794 000.0708 003.2997 0003699 057.4153 261.7134 01.00271264 22621
+1 30795U 07007C   13117.51461166  .00002358  00000-0  92246-3 0  5452
+2 30795 004.1616 084.3872 7190115 275.6111 344.4821 02.38506032 52038
+1 30796U 07007D   13096.73252000  .80437665 -33683-4  55847-3 0  6005
+2 30796 003.9152 233.7166 0302277 337.1467 061.4439 15.93375700 72429
+1 30797U 07004D   13111.36106679 -.00000003  00000-0  10000-3 0  6953
+2 30797 008.2431 039.7452 8189165 086.3964 014.5462 01.05000203 21938
+1 30798U 07004E   13116.33221145 -.00000039  00000-0  00000+0 0  7047
+2 30798 008.3312 053.8028 8192746 074.8870 049.0936 01.04979581 22147
+1 30799U 07004G   13117.56561270 -.00000146  00000-0  20532-1 0  6794
+2 30799 013.4453 358.6521 8575559 167.7931 061.9116 00.78329834 17532
+1 30800U 99025AUJ 13115.28340193  .00006892  00000-0  23082-2 0  8527
+2 30800 099.0151 222.9983 0074212 197.2664 219.2231 14.36096669320357
+1 30802U 99025AUL 13117.51978225  .00001648  00000-0  96341-3 0  5722
+2 30802 098.9902 101.7437 0026205 208.5654 280.8558 14.09598189319238
+1 30803U 99025AUM 13117.52661736  .00001086  00000-0  79465-3 0  7748
+2 30803 099.0367 064.3602 0115736 304.8585 119.7212 13.94988765314200
+1 30804U 99025AUN 13116.80857937  .00000647  00000-0  16310-3 0  1745
+2 30804 098.8613 234.1853 0218863 311.3175 203.5249 14.41683530324994
+1 30805U 99025AUP 13116.10883797  .00000260  00000-0  21491-3 0  8500
+2 30805 099.2359 163.4790 0071643 038.3331 016.0496 13.96735517314929
+1 30806U 99025AUQ 13108.59653985  .00000391  00000-0  41786-3 0   347
+2 30806 099.0943 345.7575 0281222 304.4753 082.5612 13.63876842306395
+1 30809U 99025AUT 13116.79800252  .00001229  00000-0  73612-3 0  3574
+2 30809 099.0635 148.3768 0065468 305.7651 108.9031 14.07906888319036
+1 30810U 99025AUU 13115.32355949  .00005314  00000-0  52036-2 0  9629
+2 30810 098.6443 240.3781 0255701 286.1331 089.8179 13.65958274307694
+1 30811U 99025AUV 13116.26802105  .00000652  00000-0  80783-3 0  9941
+2 30811 098.8181 229.2176 0304371 062.8320 300.3501 13.50205627304895
+1 30813U 99025AUX 13116.53299770  .00004785  00000-0  13408-2 0  5857
+2 30813 098.9064 226.1875 0100104 086.7219 042.3355 14.43629037323215
+1 30814U 99025AUY 13117.48139799  .00001899  00000-0  93269-3 0  4998
+2 30814 099.0686 194.5815 0052583 249.2671 233.3204 14.18260332318923
+1 30815U 99025AUZ 13115.84732616  .00002231  00000-0  11317-2 0  8532
+2 30815 099.3104 234.9066 0003413 135.5034 010.5204 14.17106623317944
+1 30816U 99025AVA 13117.54832501  .00001262  00000-0  87433-3 0  9757
+2 30816 099.1815 114.3022 0066752 308.9889 162.8173 13.99839637315798
+1 30817U 99025AVB 13116.06207131  .00000333  00000-0  26492-3 0  5009
+2 30817 099.2019 161.1377 0067028 025.0765 036.7010 13.97213900314870
+1 30819U 99025AVD 13112.32588229  .00007106  00000-0  19895-2 0  4503
+2 30819 097.3526 147.7604 0085022 132.7366 228.0474 14.44206774326219
+1 30820U 99025AVE 13116.96617588  .00001175  00000-0  81377-3 0  6686
+2 30820 098.6470 004.2191 0069816 258.4039 220.6885 13.99738129315841
+1 30821U 99025AVF 13110.35174721  .00001264  00000-0  42540-3 0  2988
+2 30821 099.1085 252.9488 0106924 123.6048 267.0449 14.35812687323030
+1 30822U 99025AVG 13117.52924726  .00000457  00000-0  29256-3 0  7913
+2 30822 099.0495 108.6638 0076155 270.4448 216.2438 14.07085413317761
+1 30823U 99025AVH 13097.76057300  .00000471  00000-0  33015-3 0  5251
+2 30823 098.8733 020.4787 0142727 018.9244 034.4174 13.98252566312595
+1 30826U 99025AVL 13109.87227875  .00004112  00000-0  70105-3 0  6018
+2 30826 098.8555 257.1116 0215282 200.7253 158.3092 14.55507824326946
+1 30827U 99025AVM 13111.29090556  .00001994  00000-0  13293-2 0  1814
+2 30827 098.8788 047.2907 0067373 265.9272 250.4359 14.01172840314473
+1 30828U 99025AVN 13114.99771535  .00005863  00000-0  11086-2 0  7439
+2 30828 098.7745 124.9868 0368695 050.7785 002.0322 14.29252599321340
+1 30829U 99025AVP 13115.03539656  .00000203  00000-0  15627-3 0  7273
+2 30829 099.0884 139.4310 0035747 291.9480 122.4754 14.03977466316307
+1 30830U 99025AVQ 13116.32096441  .00000205  00000-0  14409-3 0  4049
+2 30830 099.0094 143.2348 0031184 270.5209 219.2955 14.08815873317799
+1 30831U 99025AVR 13102.29932736  .00000703  00000-0  31843-3 0  5727
+2 30831 099.3336 255.9780 0058310 311.7354 176.9657 14.24637747319646
+1 30835U 99025AVV 13117.40839804  .00004712  00000-0  48038-3 0  8554
+2 30835 098.7695 290.2705 0207871 036.9484 024.0168 14.76517036330871
+1 30836U 99025AVW 13101.90043307  .00000474  00000-0  30790-3 0  5989
+2 30836 099.0379 090.2053 0024789 280.1001 108.6422 14.07421074314843
+1 30837U 99025AVX 13116.05758968  .00000407  00000-0  25351-3 0  4317
+2 30837 098.9864 149.4121 0033284 270.1334 145.1233 14.10321218317316
+1 30838U 99025AVY 13117.42839516  .00001594  00000-0  83649-3 0  4478
+2 30838 099.0710 177.8838 0061856 098.6726 025.4411 14.14677589317882
+1 30839U 99025AVZ 13117.02321438  .00006603  00000-0  57382-3 0  6455
+2 30839 098.8111 317.1292 0192320 004.1582 356.1100 14.84192508330953
+1 30840U 99025AWA 13117.10115845  .00001747  00000-0  35691-3 0  9387
+2 30840 098.5783 162.2159 0284618 044.2692 342.8152 14.39710279324376
+1 30841U 99025AWB 13116.61353993  .00001067  00000-0  14458-2 0  7617
+2 30841 098.7553 175.7190 0369152 182.4745 177.4567 13.36531817300369
+1 30843U 99025AWD 13114.83136669  .00000318  00000-0  89424-4 0  9347
+2 30843 098.8441 241.4933 0160413 304.1840 208.6131 14.46387866325076
+1 30844U 99025AWE 13116.60323156  .00004650  00000-0  16003-2 0    57
+2 30844 098.7863 162.0370 0059581 140.5901 006.5601 14.35455862321073
+1 30845U 99025AWF 13114.27374431  .00000293  00000-0  30197-3 0  6664
+2 30845 098.4552 225.8662 0198912 121.1724 295.7033 13.74224410308530
+1 30846U 99025AWG 13111.37982644  .00000974  00000-0  42372-3 0  9762
+2 30846 099.3105 261.9994 0066784 315.3824 071.8169 14.25462635319134
+1 30847U 99025AWH 13116.71917836  .00001160  00000-0  83494-3 0  6548
+2 30847 098.8276 030.8128 0080717 310.4100 077.6662 13.97290104313465
+1 30848U 99025AWJ 13114.65578961  .00001060  00000-0  55302-3 0  5884
+2 30848 098.9970 174.6320 0057610 253.8596 258.3540 14.15890874317642
+1 30849U 99025AWK 13117.18367021  .00001336  00000-0  89093-3 0  9872
+2 30849 098.9820 077.6980 0056998 298.3440 187.3341 14.02093266314509
+1 30850U 99025AWL 13117.42410067  .00002297  00000-0  16508-2 0  9541
+2 30850 098.3993 279.0482 0152221 228.9420 185.8616 13.92452767312255
+1 30851U 99025AWM 13107.73847120  .00003144  00000-0  13641-2 0  7757
+2 30851 098.5360 031.0516 0078212 117.8928 243.0200 14.23232665317514
+1 30852U 99025AWN 13116.71904579  .00000343  00000-0  23908-3 0  5033
+2 30852 099.0973 117.9542 0061097 184.4070 237.7477 14.04590326315339
+1 30854U 99025AWQ 13109.83300316 -.00000525  00000-0 -33337-3 0  5883
+2 30854 096.1412 058.5941 0106912 146.0481 242.2499 13.98842662309508
+1 30856U 99025AWS 13116.86596627  .00003056  00000-0  20149-2 0  4568
+2 30856 098.2761 250.6243 0162471 184.0294 341.1946 13.96157591316036
+1 30857U 99025AWT 13117.11253208  .00002068  00000-0  14412-2 0  7542
+2 30857 098.9249 061.9591 0083233 343.4429 134.1684 13.98096103316620
+1 30858U 99025AWU 13117.16456493  .00000589  00000-0  34428-3 0  5475
+2 30858 098.9209 085.6931 0032650 207.7417 280.4788 14.12032943318131
+1 30859U 99025AWV 13116.83209786  .00002242  00000-0  13553-2 0  8791
+2 30859 098.8683 072.1141 0061935 277.9762 110.5428 14.06604168316196
+1 30860U 99025AWW 13117.42543162  .00001071  00000-0  66320-3 0  3546
+2 30860 098.9715 090.7731 0048877 259.5015 256.6016 14.06804747313886
+1 30861U 99025AWX 13115.42923300  .00025046  00000-0  38101-2 0  8910
+2 30861 099.5626 094.0748 0119102 018.1981 132.1418 14.69232761325585
+1 30862U 99025AWY 13114.39659365  .00002688  00000-0  16498-2 0  7262
+2 30862 098.9670 087.0093 0085049 321.0234 192.2143 14.04780577313796
+1 30863U 99025AWZ 13109.93307990  .00001507  00000-0  34802-2 0  6538
+2 30863 099.1751 277.7677 0890314 125.5328 025.4961 12.29121187276262
+1 30865U 99025AXB 13110.20087353  .00018374  00000-0  96821-3 0  3470
+2 30865 098.8654 010.8338 0159461 306.9437 205.8853 15.05271183333064
+1 30867U 99025AXD 13117.43514750  .00001074  00000-0  71504-3 0  5180
+2 30867 097.8691 176.2237 0069141 064.9220 056.2151 14.01784202315758
+1 30868U 99025AXE 13115.48357373  .00000339  00000-0  19828-3 0  7119
+2 30868 098.1941 306.9767 0140899 136.7059 254.5449 14.08949164317380
+1 30870U 99025AXG 13117.63268221  .00006958  00000-0  17463-2 0  5410
+2 30870 098.9723 246.9872 0092342 065.0817 055.7468 14.49091346324996
+1 30871U 99025AXH 13116.07128399  .00008863  00000-0  25140-2 0   658
+2 30871 099.2025 264.3162 0144434 267.6074 159.7276 14.39761631321637
+1 30872U 99025AXJ 13116.28788520  .00001187  00000-0  55593-3 0  2201
+2 30872 099.1325 225.7307 0052283 338.5807 076.1403 14.21542301319299
+1 30873U 99025AXK 13115.96163972  .00000181  00000-0  10741-3 0  2102
+2 30873 098.9124 126.9431 0112845 189.6232 199.8494 14.16127751318892
+1 30874U 99025AXL 13111.11865176  .00000614  00000-0  34810-3 0    24
+2 30874 098.9866 166.0393 0043769 279.6035 106.6086 14.13408242317118
+1 30875U 99025AXM 13115.06214182  .00007804  00000-0  36947-2 0  7924
+2 30875 099.0751 150.2837 0075475 288.4512 125.9959 14.18413054315235
+1 30876U 99025AXN 13117.34953060  .00000380  00000-0  30136-3 0  8987
+2 30876 099.2111 164.0296 0070060 031.7529 097.7591 13.96404667313288
+1 30877U 99025AXP 13117.54568392  .00004419  00000-0  27196-2 0  1273
+2 30877 098.8127 049.0821 0087439 312.6269 100.6588 14.04147342315441
+1 30878U 99025AXQ 13117.32359250  .00000450  00000-0  30420-3 0  9477
+2 30878 099.0776 137.0585 0042568 292.4826 191.0944 14.05250130314910
+1 30879U 99025AXR 13116.72069303  .00004001  00000-0  15161-2 0  9861
+2 30879 099.3640 084.5048 0474774 108.5524 014.7779 13.83784658311022
+1 30880U 99025AXS 13117.53309604  .00001363  00000-0  82343-3 0  9779
+2 30880 099.0409 107.9298 0027740 210.4629 273.7487 14.08109455315488
+1 30882U 99025AXU 13115.38168845  .00002789  00000-0  51172-3 0  5429
+2 30882 098.5197 148.0959 0271928 339.3152 075.8506 14.45444386325085
+1 30883U 99025AXV 13109.55450096  .00000182  00000-0  11427-3 0  5642
+2 30883 098.4495 358.7014 0116412 163.5188 324.3326 14.11883462317516
+1 30884U 99025AXW 13116.19886442  .00001817  00000-0  61247-3 0  8069
+2 30884 098.8323 201.8218 0125894 071.9171 342.2176 14.33870670320688
+1 30885U 99025AXX 13116.12517323  .00002107  00000-0  11300-2 0    83
+2 30885 099.0447 158.9814 0091714 129.3181 265.6117 14.11972599315962
+1 30886U 99025AXY 13117.41234100  .00001513  00000-0  96742-3 0   305
+2 30886 099.2170 182.2109 0038330 332.3010 162.1460 14.04708266314261
+1 30887U 99025AXZ 13117.46812701  .00000985  00000-0  25262-3 0  6891
+2 30887 098.7981 108.1712 0328731 219.4877 300.6954 14.25106155321184
+1 30888U 99025AYA 13116.80378101  .00003216  00000-0  68007-3 0  9303
+2 30888 099.4751 062.5212 0164669 033.7697 356.5034 14.51995450324850
+1 30889U 99025AYB 13111.21998422  .00014732  00000-0  24328-2 0   424
+2 30889 098.7268 212.3695 0148388 239.5478 119.0994 14.63418383323358
+1 30891U 99025AYD 13117.07233004  .00000828  00000-0  59566-3 0  3185
+2 30891 099.2004 165.2138 0060492 010.5251 349.7121 13.98967623315840
+1 30895U 99025AYH 13117.36757024  .00000445  00000-0  16213-3 0  9042
+2 30895 098.6874 068.1293 0239821 198.2896 291.3938 14.23401512321099
+1 30896U 99025AYJ 13116.15410784  .00009159  00000-0  52988-3 0  9307
+2 30896 098.7926 355.8993 0196348 265.9400 247.0783 14.97666015333351
+1 30898U 99025AYL 13105.23785113  .00003588  00000-0  94825-3 0  5545
+2 30898 099.0674 251.2829 0154935 136.5609 226.1625 14.42617982321869
+1 30899U 99025AYM 13088.99775642  .00001980  00000-0  12379-2 0  7386
+2 30899 099.1878 150.6218 0044193 045.0524 075.4365 14.05423109312473
+1 30900U 99025AYN 13104.76436549  .00001839  00000-0  11711-2 0  4045
+2 30900 099.2968 182.7308 0084963 077.0321 068.3105 14.03209065313668
+1 30902U 99025AYQ 13095.36195925  .00001760  00000-0  10126-2 0  4471
+2 30902 100.2423 047.6145 0123541 261.0816 253.6241 14.07098474313863
+1 30905U 99025AYT 13090.89834037  .00001516  00000-0  10349-2 0  6547
+2 30905 099.1772 106.7734 0071662 061.2966 070.1545 14.00149450310660
+1 30909U 99025AYX 13116.37343329  .00016181  00000-0  27652-2 0  1153
+2 30909 099.5010 073.0972 0128595 018.3414 133.3042 14.63645263325675
+1 30910U 99025AYY 13116.24866731  .00009169  00000-0  21137-2 0  3273
+2 30910 098.6676 125.8329 0168561 120.4559 241.5994 14.47128663321754
+1 30912U 99025AZA 13117.32756855  .00001222  00000-0  33655-3 0  8759
+2 30912 098.9902 257.0439 0127103 025.8583 031.1013 14.44256392323253
+1 30913U 99025AZB 13115.08827883 -.00000139  00000-0 -64219-4 0  8985
+2 30913 099.1954 161.5836 0060915 019.6473 034.9001 13.98678087313276
+1 30915U 99025AZD 13117.20918189  .00001066  00000-0  67881-3 0  8708
+2 30915 099.0017 091.5250 0066021 196.0882 287.0365 14.04821953314496
+1 30916U 99025AZE 13115.37404106  .00001130  00000-0  82156-3 0  8999
+2 30916 099.1435 083.0165 0085379 013.2446 140.1679 13.96668917312298
+1 30917U 99025AZF 13117.63751696  .00019949  00000-0  65621-3 0  2595
+2 30917 098.2272 175.5281 0301367 224.1819 297.6561 14.97636470328633
+1 30918U 99025AZG 13117.31711111  .00001052  00000-0  84558-3 0  8771
+2 30918 098.3985 255.7372 0175138 284.4350 106.3352 13.85690502310145
+1 30919U 99025AZH 13117.08286149  .00002227  00000-0  10658-2 0   624
+2 30919 098.9240 141.1718 0061700 204.1843 189.6142 14.19113009316689
+1 30920U 99025AZJ 13114.22320904  .00002049  00000-0  17268-2 0  8339
+2 30920 098.9197 004.1488 0160884 148.4837 337.5255 13.83118704308542
+1 30921U 99025AZK 13117.50230378  .00001772  00000-0  10341-2 0   394
+2 30921 098.9882 101.5184 0025207 208.0796 278.3362 14.09624005314885
+1 30922U 99025AZL 13115.00372513  .00000619  00000-0  38089-3 0  2555
+2 30922 099.0289 121.7317 0016363 161.6199 254.4576 14.09274838314635
+1 30923U 99025AZM 13116.62499781  .00002770  00000-0  15670-2 0  4183
+2 30923 098.8825 087.3567 0041725 156.4738 259.9403 14.10507773314216
+1 30924U 99025AZN 13116.20890086  .00003153  00000-0  17639-2 0  1170
+2 30924 099.0031 103.0707 0060855 268.6422 220.3232 14.10544900314082
+1 30925U 99025AZP 13117.56533422  .00001815  00000-0  10156-2 0  3340
+2 30925 099.0206 149.2289 0049254 133.9193 026.6060 14.11412977316518
+1 30926U 99025AZQ 13117.01103581  .00001532  00000-0  19355-3 0  4203
+2 30926 098.8759 304.1360 0232043 083.9716 064.0758 14.66456930328662
+1 30927U 99025AZR 13108.84048741  .00001398  00000-0  10722-2 0  7404
+2 30927 099.1618 074.6271 0126574 046.3032 013.4473 13.91243722311918
+1 30928U 99025AZS 13116.01260856  .00000610  00000-0  96016-3 0  2341
+2 30928 098.8462 132.3023 0475603 042.6243 010.3213 13.15468698296098
+1 30930U 99025AZU 13115.13658870  .00000567  00000-0  22048-3 0   290
+2 30930 098.7461 175.2791 0123744 083.0550 331.6731 14.29537845323006
+1 30931U 99025AZV 13110.87617760  .00001081  00000-0  82017-3 0  1026
+2 30931 099.1219 072.4948 0099678 045.9884 009.6483 13.93738783314886
+1 30932U 99025AZW 13117.53797122  .00001763  00000-0  12202-2 0  8626
+2 30932 098.9050 050.6281 0081573 278.9595 131.0089 13.98750445315716
+1 30933U 99025AZX 13116.49365344  .00002624  00000-0  21241-2 0  6749
+2 30933 099.0796 056.1498 0129373 111.8767 314.5630 13.87193367312757
+1 30934U 99025AZY 13117.45001480  .00001108  00000-0  15034-2 0  7554
+2 30934 098.7700 178.6647 0369721 184.4101 299.2219 13.36319364300239
+1 30935U 99025AZZ 13115.24749301  .00013428  00000-0  95072-3 0  2140
+2 30935 098.9659 010.7742 0247048 085.6490 038.8811 14.83518352332755
+1 30936U 99025BAA 13117.46142697  .00000544  00000-0  29501-3 0  4851
+2 30936 098.9256 111.9018 0051681 192.0153 323.4671 14.16006264317541
+1 30937U 99025BAB 13117.56133922 -.00000084  00000-0 -28320-4 0  9668
+2 30937 099.1691 081.6794 0075494 342.6800 080.9175 13.94491254314332
+1 30938U 99025BAC 13117.49999422  .00000456  00000-0  25639-3 0  9510
+2 30938 098.9418 120.0343 0048684 207.1938 279.9134 14.14882991318438
+1 30940U 99025BAE 13117.08807574  .00000630  00000-0  42672-3 0  7725
+2 30940 099.1201 169.1559 0043033 323.3766 064.1689 14.03606376313501
+1 30941U 99025BAF 13111.73137068  .00001998  00000-0  12158-2 0  7730
+2 30941 098.7414 034.3677 0042304 216.4992 176.2394 14.06827147312949
+1 30942U 99025BAG 13111.00197272  .00000153  00000-0  10007-3 0  6737
+2 30942 098.9776 125.1620 0142338 260.7280 097.7785 14.11269529314426
+1 30943U 99025BAH 13110.34527647  .00000053  00000-0  64747-4 0  6388
+2 30943 099.1504 110.8703 0048762 280.1501 135.5464 14.01509627311999
+1 30944U 99025BAJ 13116.28519731  .00000374  00000-0  10230-3 0  7972
+2 30944 098.8078 237.6530 0160778 295.6989 093.2524 14.46557618322802
+1 30945U 99025BAK 13115.20202878  .00001537  00000-0  96705-3 0  9396
+2 30945 099.3216 208.3897 0039894 328.2875 092.3224 14.05555089312615
+1 30946U 99025BAL 13117.35192196  .00000863  00000-0  29572-3 0  7911
+2 30946 099.0605 251.7219 0107372 098.1356 291.0186 14.35754018319628
+1 30947U 99025BAM 13115.49828128  .00000449  00000-0  17259-3 0  8747
+2 30947 098.7750 194.7168 0106148 126.7683 359.9724 14.32216329323415
+1 30949U 99025BAP 13116.54350479  .00000441  00000-0  25299-3 0  7378
+2 30949 098.9851 135.1459 0122382 075.9250 084.3498 14.10730096314253
+1 30950U 99025BAQ 13111.11428091  .00006640  00000-0  13839-2 0  7029
+2 30950 099.2744 347.5862 0121428 048.0517 110.1993 14.55784090327775
+1 30951U 99025BAR 13116.47616562  .00002134  00000-0  57352-3 0  8457
+2 30951 099.9097 113.7284 0165217 209.2743 303.7195 14.41658162323765
+1 30954U 99025BAU 13111.65329115  .00001012  00000-0  62516-3 0  9802
+2 30954 098.6634 009.9994 0146959 283.3264 153.2205 14.02341377314649
+1 30956U 99025BAW 13116.67530228  .00001073  00000-0  70289-3 0  8992
+2 30956 099.1189 124.5911 0054463 309.6617 114.1784 14.03645506314119
+1 30957U 99025BAX 13116.27299838  .00004866  00000-0  16730-2 0  2096
+2 30957 099.0842 222.2557 0115482 292.5033 122.2511 14.32825050321323
+1 30958U 99025BAY 13094.42813914  .00006707  00000-0  29878-2 0  5126
+2 30958 098.0099 227.5597 0167400 134.7498 258.8538 14.15884043313131
+1 30959U 99025BAZ 13089.73272278  .00001999  00000-0  11641-2 0  3054
+2 30959 099.7366 269.4610 0079231 149.7788 212.8015 14.08318604313159
+1 30963U 99025BBD 13116.67249079  .00006990  00000-0  73593-3 0  6487
+2 30963 097.5256 287.3050 0235621 338.3822 081.4215 14.71351449326528
+1 30964U 99025BBE 13114.54585404  .00001137  00000-0  91274-3 0  6504
+2 30964 098.6393 324.4094 0164168 343.4401 016.1238 13.86504370312108
+1 30966U 99025BBG 13115.19688140  .00006065  00000-0  16612-2 0  4122
+2 30966 099.1256 262.9492 0133310 073.8805 048.4955 14.42396625323571
+1 30967U 99025BBH 13114.18492487  .00001036  00000-0  32310-3 0  7780
+2 30967 098.7371 199.4336 0126381 014.8264 014.8592 14.38605756323702
+1 30968U 99025BBJ 13099.18748818  .00008574  00000-0  21987-2 0  4783
+2 30968 099.4175 339.6466 0096395 216.4162 143.0445 14.47805478321706
+1 30970U 99025BBL 13110.37666168  .00010978  00000-0  15849-2 0  3845
+2 30970 099.7745 152.0344 0177016 025.7720 336.5249 14.66270188327564
+1 30971U 99025BBM 13111.59885549  .00001479  00000-0  29635-3 0  8915
+2 30971 099.2263 334.0213 0226287 059.5363 356.2570 14.48631458325100
+1 30972U 99025BBN 13116.68940661  .00003080  00000-0  17121-2 0   770
+2 30972 098.9559 100.4429 0028034 192.1177 223.7076 14.11620804316849
+1 30974U 99025BBQ 13111.19710475  .00004484  00000-0  15086-2 0  5223
+2 30974 098.9131 200.3604 0083651 192.2146 167.7012 14.35647566321095
+1 30975U 99025BBR 13108.57371451  .00000949  00000-0  42705-3 0  5051
+2 30975 099.0946 164.0857 0251719 191.4276 168.1112 14.09295860315091
+1 30976U 99025BBS 13101.28187251  .00004735  00000-0  26212-2 0  7127
+2 30976 099.1841 100.5826 0201374 089.9995 342.4448 14.02011068312690
+1 30977U 99025BBT 13089.08387909  .00002115  00000-0  72401-3 0  4762
+2 30977 098.9351 192.8334 0136622 167.7754 318.6863 14.32216498318209
+1 30978U 99025BBU 13089.86898241  .00001163  00000-0  57791-3 0  3323
+2 30978 098.2902 321.1661 0053786 167.7464 253.8811 14.18088125315682
+1 30979U 99025BBV 13100.95747597  .00006743  00000-0  12540-2 0  5373
+2 30979 097.7867 261.9939 0329647 207.5196 303.0163 14.35904780320916
+1 30980U 99025BBW 13099.76192670  .00011447  00000-0  29971-2 0  4863
+2 30980 098.8772 204.5574 0094137 114.2013 050.9521 14.46833200320633
+1 30981U 99025BBX 13115.29818523  .00002735  00000-0  18557-2 0  4995
+2 30981 098.4426 293.2651 0155223 221.9856 263.4888 13.95252914312584
+1 30982U 99025BBY 13110.30082035  .00000458  00000-0  12026-3 0  5801
+2 30982 098.5121 136.2600 0199691 327.2041 087.9817 14.43192802322665
+1 30983U 99025BBZ 13097.66974544  .00041871  00000-0  20289-2 0  5207
+2 30983 098.6053 237.9512 0283982 134.8366 281.0106 14.89449624325759
+1 30984U 99025BCA 13114.49789931  .00001708  00000-0  55600-3 0  4607
+2 30984 098.7023 120.1401 0165147 121.4819 031.0980 14.32582336320535
+1 30986U 99025BCC 13089.83274485  .00001025  00000-0  52250-3 0  4016
+2 30986 098.9225 090.3089 0054247 267.9530 212.7548 14.17279279313731
+1 30988U 99025BCE 13117.11035514  .00002267  00000-0  31160-3 0  8479
+2 30988 098.6098 174.0525 0369636 284.0327 101.4184 14.41935525321052
+1 30989U 99025BCF 13117.17196799  .00000825  00000-0  57874-3 0  4664
+2 30989 099.0984 088.5879 0113655 274.3086 206.6349 13.98148397312500
+1 30993U 99025BCK 13116.61249478  .00001533  00000-0  89341-3 0  6045
+2 30993 098.9840 100.8115 0025280 208.7193 213.8721 14.09893164315218
+1 30994U 99025BCL 13116.50582668  .00000236  00000-0  16016-3 0  7910
+2 30994 099.0135 118.9445 0017708 233.7840 278.3176 14.09738579315664
+1 30995U 99025BCM 13117.52499984  .00019529  00000-0  19495-2 0  1004
+2 30995 098.3010 127.0150 0192250 038.4452 089.7140 14.78715371326891
+1 30996U 99025BCN 13112.20785060  .00001180  00000-0  54610-3 0  2361
+2 30996 098.9440 189.1553 0057586 313.6599 107.9951 14.21974899317155
+1 30997U 99025BCP 13116.25791740  .00004028  00000-0  14629-2 0  6243
+2 30997 098.9982 218.2608 0086599 140.2493 276.5266 14.31775450319208
+1 30998U 99025BCQ 13114.83376909  .00001814  00000-0  99380-3 0  9085
+2 30998 098.8403 077.2851 0018997 177.8075 212.8313 14.13039066315060
+1 30999U 99025BCR 13110.91201119  .00001282  00000-0  37062-3 0  9551
+2 30999 099.0781 258.2512 0149926 043.8948 317.3420 14.40147730320880
+1 31000U 99025BCS 13114.46683142  .00000942  00000-0  55634-3 0  8735
+2 31000 097.5914 114.3126 0187507 106.1840 045.6941 14.01091988312643
+1 31001U 99025BCT 13115.98050028  .00000805  00000-0  27312-3 0  8555
+2 31001 099.3247 292.9701 0169434 243.0371 115.3418 14.32167001320045
+1 31002U 99025BCU 13114.50088932  .00000310  00000-0  24814-3 0  8339
+2 31002 099.2263 117.1194 0103752 050.0307 102.5771 13.95817161311646
+1 31003U 99025BCV 13109.65514418  .00001443  00000-0  89380-3 0  8138
+2 31003 099.0811 104.7669 0049475 300.8557 124.2439 14.06265760312757
+1 31005U 99025BCX 13115.88610817  .00000982  00000-0  96117-3 0  8168
+2 31005 098.6123 261.4477 0202394 133.0458 016.6052 13.72467666308262
+1 31006U 99025BCY 13117.46832192  .00189948  00000-0  69465-1 0  2592
+2 31006 099.6414 040.1497 0767763 081.4962 343.3285 13.32423868269809
+1 31007U 99025BCZ 13116.79917500  .00001750  00000-0  74391-3 0  8119
+2 31007 098.1098 318.9070 0116140 160.3205 330.2032 14.22800761320072
+1 31008U 99025BDA 13116.33093508  .00010401  00000-0  31603-2 0  1320
+2 31008 099.0818 238.0246 0063056 189.8660 232.5628 14.41166181320952
+1 31009U 99025BDB 13115.77744615  .00000090  00000-0  94452-4 0   404
+2 31009 099.1883 133.1127 0063317 353.9403 056.0148 13.97561231313883
+1 31010U 99025BDC 13116.58042980  .00002307  00000-0  17569-2 0  9631
+2 31010 101.7547 346.4954 0174842 359.1689 030.1490 13.88206627310806
+1 31012U 99025BDE 13116.92237456  .00000263  00000-0  12822-3 0  8811
+2 31012 098.8970 199.9309 0084938 244.2744 175.7387 14.24684947320270
+1 31013U 99025BDF 13115.98420226  .00005928  00000-0  20114-2 0  1229
+2 31013 098.9739 215.1158 0076115 185.8267 229.7250 14.35427291320904
+1 31014U 99025BDG 13116.09882625 -.00000015  00000-0  21484-4 0  9222
+2 31014 099.1855 161.1880 0088711 324.3337 089.5756 13.97149945313888
+1 31015U 99025BDH 13115.78984918  .00004378  00000-0  91369-3 0   635
+2 31015 098.7265 226.0250 0141333 270.7347 242.2470 14.54357999324254
+1 31016U 99025BDJ 13110.93518770  .00000552  00000-0  23300-3 0  7218
+2 31016 098.7844 110.0192 0121595 091.0240 329.1283 14.25565478318306
+1 31017U 99025BDK 13109.08528267  .00000289  00000-0  19603-3 0  7763
+2 31017 099.0827 155.0030 0117494 007.0747 020.4064 14.04748531313554
+1 31018U 99025BDL 13116.45539699  .00001316  00000-0  92870-3 0   328
+2 31018 099.1616 100.8511 0074175 327.6393 178.7214 13.98467392312682
+1 31019U 99025BDM 13117.31324974  .00001517  00000-0  43850-2 0  8204
+2 31019 098.7085 048.8427 1143855 105.4492 267.5533 11.75035590263703
+1 31020U 99025BDN 13115.83126020  .00014736  00000-0  10201-2 0  2624
+2 31020 098.7723 315.7915 0162838 348.1162 070.2242 14.95590729328605
+1 31021U 99025BDP 13105.20127322  .00005155  00000-0  64146-3 0  4020
+2 31021 098.5551 077.8687 0390540 024.4287 031.6999 14.41204817319397
+1 31023U 99025BDR 13111.98737020  .00000074  00000-0  71795-4 0  4413
+2 31023 099.0648 139.7172 0084535 193.6885 284.5416 14.04743672313131
+1 31024U 99025BDS 13097.19888306  .00000282  00000-0  16065-3 0  4301
+2 31024 099.0488 182.6552 0078915 307.9985 051.4311 14.16330518313622
+1 31025U 99025BDT 13098.06755987  .00000712  00000-0  34727-3 0  3837
+2 31025 098.9585 134.8045 0188619 303.2307 055.0908 14.12485592312782
+1 31026U 99025BDU 13109.84701547  .00000109  00000-0  12807-3 0  4566
+2 31026 098.6833 325.5500 0137931 084.6707 290.6524 13.81746700307721
+1 31027U 99025BDV 13091.55306991  .00002225  00000-0  12800-2 0  2807
+2 31027 099.0783 116.1662 0085391 250.1489 257.7348 14.08484909310152
+1 31028U 99025BDW 13089.83893613  .00000207  00000-0  18943-3 0  4353
+2 31028 098.6064 304.0461 0170481 027.7336 039.3560 13.86343305306085
+1 31029U 99025BDX 13112.19879117  .00000681  00000-0  27767-3 0  7277
+2 31029 098.8440 192.6083 0097522 207.3760 207.7743 14.28179157318804
+1 31030U 99025BDY 13115.88470389  .00000965  00000-0  56110-3 0  7321
+2 31030 098.9619 097.1424 0032026 228.2207 131.6127 14.10848389314649
+1 31031U 99025BDZ 13110.74998523  .00000485  00000-0  27277-3 0  6684
+2 31031 099.0706 196.0263 0028743 304.3049 185.0485 14.15151915314490
+1 31032U 99025BEA 13111.54530873  .00001682  00000-0  13491-2 0  8453
+2 31032 099.1528 053.9833 0167061 079.9841 345.6614 13.85764475307813
+1 31033U 99025BEB 13112.10346499  .00000295  00000-0  13250-3 0  6121
+2 31033 098.8017 160.6238 0160825 275.7169 138.6979 14.23292959316481
+1 31035U 99025BED 13102.96005907  .00003256  00000-0  11168-2 0  4798
+2 31035 098.9157 155.2344 0270967 055.2169 063.7568 14.18203411313564
+1 31036U 99025BEE 13117.33576541  .00000325  00000-0  97982-4 0  7879
+2 31036 098.9652 257.6485 0148826 340.9843 078.3524 14.43859931321801
+1 31037U 99025BEF 13110.81411459  .00006482  00000-0  21247-2 0  8726
+2 31037 099.0717 222.7360 0059528 231.5981 280.7897 14.37744382317329
+1 31038U 99025BEG 13115.33077832  .00000954  00000-0  33657-3 0  8189
+2 31038 099.0228 239.8299 0101548 111.6220 309.9819 14.34317227319243
+1 31039U 99025BEH 13117.50646870  .00037066  00000-0  41740-2 0  4940
+2 31039 099.0009 309.9834 0083849 243.4687 170.1364 14.83970041323981
+1 31040U 99025BEJ 13116.03198700  .00000301  00000-0  18064-3 0  7379
+2 31040 098.9479 141.7353 0066883 045.0091 021.1271 14.13204212314709
+1 31041U 99025BEK 13116.35029799  .00002107  00000-0  15793-2 0  9267
+2 31041 099.0789 065.3794 0129442 069.8053 080.2068 13.91728514309311
+1 31042U 99025BEL 13115.31810160  .00005475  00000-0  15523-2 0  8006
+2 31042 099.0342 251.7944 0097942 105.3332 255.8705 14.43126960319820
+1 31043U 99025BEM 13115.47969957  .00000564  00000-0  39011-3 0  8039
+2 31043 099.1213 117.4452 0042962 267.8353 243.7977 14.02913960312278
+1 31044U 99025BEN 13115.29539671  .00006921  00000-0  15556-2 0   230
+2 31044 099.4216 023.6321 0125918 113.6733 013.5931 14.52032614321514
+1 31046U 99025BEQ 13117.15374601  .00002790  00000-0  16463-2 0   248
+2 31046 098.9788 089.1484 0119239 329.5319 162.6895 14.05186949312051
+1 31047U 99025BER 13110.53128544  .00000597  00000-0  37228-3 0  6823
+2 31047 099.0256 129.6583 0026451 275.7888 238.8245 14.08587123312721
+1 31048U 99025BES 13115.64812498  .00002752  00000-0  15253-2 0   764
+2 31048 099.0751 143.4764 0082157 183.5950 324.0950 14.10395708312953
+1 31051U 99025BEV 13088.81948126  .00000068  00000-0  74952-4 0  4118
+2 31051 099.1346 077.9441 0061500 015.4522 102.0818 14.00213310307912
+1 31052U 99025BEW 13116.20824476  .00030654  00000-0  96925-3 0  5753
+2 31052 098.3767 214.2078 0232355 291.3711 094.5424 15.10441012325288
+1 31053U 99025BEX 13111.33588682  .00000634  00000-0  60314-3 0  9122
+2 31053 098.7710 248.8318 0351351 002.6845 057.0111 13.59655936305110
+1 31054U 99025BEY 13110.97536252  .00000262  00000-0  17357-3 0  8190
+2 31054 099.0085 109.5026 0010234 195.5119 219.8137 14.10064513316972
+1 31055U 99025BEZ 13117.48989595  .00000300  00000-0  20907-3 0  9106
+2 31055 099.0586 106.1848 0025325 226.0319 261.1881 14.06202695312492
+1 31056U 99025BFA 13112.06846793  .00000486  00000-0  29910-3 0   231
+2 31056 098.9928 151.1388 0028299 126.9476 288.6160 14.10091750317666
+1 31058U 99025BFC 13106.10818999  .00001780  00000-0  45822-3 0  2249
+2 31058 099.5664 046.5752 0156289 131.9048 229.5591 14.44585183323581
+1 31060U 99025BFE 13101.51431843  .00007972  00000-0  17777-2 0  5015
+2 31060 099.2200 302.2792 0134564 122.8291 272.0611 14.51655547323502
+1 31062U 99025BFG 13115.31815457  .00000144  00000-0  17994-3 0  6317
+2 31062 099.2890 043.4307 0176027 225.1588 266.3672 13.73675422310215
+1 31063U 99025BFH 13094.63610229  .00003448  00000-0  14270-2 0  4343
+2 31063 099.8576 027.9443 0045320 111.0160 010.9277 14.26862210317797
+1 31064U 99025BFJ 13105.39221046  .00000406  00000-0  16457-3 0  5145
+2 31064 098.8770 142.0091 0255768 022.8257 042.7321 14.16933720317917
+1 31066U 99025BFL 13109.62184038  .00002514  00000-0  26497-3 0  7774
+2 31066 099.0280 348.3732 0251499 124.6423 293.6622 14.69921518328041
+1 31067U 99025BFM 13088.41144854  .00005750  00000-0  91424-3 0  5236
+2 31067 099.0888 301.5672 0157771 341.7504 138.8951 14.64506209323131
+1 31068U 99025BFN 13109.10607888  .00000521  00000-0  29935-3 0  4720
+2 31068 099.0567 162.6235 0170562 182.2406 210.4860 14.06529369316269
+1 31069U 99025BFP 13112.18841410  .00001665  00000-0  51197-3 0  5157
+2 31069 099.0928 255.6212 0140349 071.3973 052.8354 14.37476050322025
+1 31071U 99025BFR 13101.10416959  .00002833  00000-0  10558-2 0  4934
+2 31071 099.0160 213.9785 0077268 204.9428 278.6574 14.31174195318224
+1 31072U 99025BFS 13114.74972780  .00001365  00000-0  58267-3 0  6614
+2 31072 099.2164 215.8521 0247706 141.6668 015.4621 14.11566519316589
+1 31073U 99025BFT 13111.11480723  .00001822  00000-0  11467-2 0  8311
+2 31073 099.1717 174.3651 0059168 282.3553 104.9959 14.04799300319719
+1 31074U 99025BFU 13116.50541936  .00002382  00000-0  18189-2 0  8347
+2 31074 099.0021 048.9810 0115288 042.0453 010.0647 13.91354551310718
+1 31077U 99025BFX 13116.39644302  .00003162  00000-0  69208-3 0  5565
+2 31077 099.0095 277.6544 0136711 328.1338 060.9887 14.52879421323429
+1 31079U 99025BFZ 13088.28230475  .00000809  00000-0  56346-3 0  2656
+2 31079 099.1679 107.9300 0057586 063.5181 358.2774 14.00824726309055
+1 31080U 99025BGA 13097.56567476  .00001803  00000-0  11848-2 0  2464
+2 31080 099.1895 138.3055 0087519 081.0167 066.4660 14.01373444310196
+1 31081U 99025BGB 13111.51061590  .00000154  00000-0  12082-3 0  5792
+2 31081 099.0714 105.2169 0049151 164.0161 323.5525 14.05570079318957
+1 31083U 99025BGD 13117.31331215  .00001869  00000-0  86014-3 0  2687
+2 31083 098.8726 141.5728 0054449 183.6316 305.5556 14.21584434317195
+1 31084U 99025BGE 13117.32691507  .00032742  00000-0  15073-1 0  7596
+2 31084 099.3363 000.7054 0206104 101.1775 261.2639 14.10380003314054
+1 31085U 99025BGF 13116.14240727  .00000282  00000-0  12701-3 0  7883
+2 31085 098.8122 190.4170 0091518 128.3731 291.7188 14.27531928319157
+1 31086U 99025BGG 13117.46720736  .00003541  00000-0  63309-3 0  9763
+2 31086 099.0028 298.3809 0164882 240.3859 174.9531 14.59169731324787
+1 31087U 99025BGH 13115.53853157  .00001017  00000-0  25490-3 0  7824
+2 31087 098.5995 133.9994 0228082 279.4658 236.2113 14.39339371320823
+1 31088U 99025BGJ 13115.22710328  .00001249  00000-0  78546-3 0  7156
+2 31088 099.3838 221.0823 0036631 338.1472 087.4542 14.06036401313403
+1 31089U 99025BGK 13116.25303512  .00000767  00000-0  62240-3 0  5633
+2 31089 099.0987 037.8192 0218595 062.7192 088.0122 13.82429556310495
+1 31090U 99025BGL 13111.08868300  .00002253  00000-0  34784-3 0  8583
+2 31090 099.0406 325.6766 0202315 225.0137 291.3494 14.61760162326750
+1 31091U 99025BGM 13109.09458171  .00000491  00000-0  65030-3 0  5276
+2 31091 099.2382 334.3261 0281544 138.1921 017.2444 13.50028840304943
+1 31092U 99025BGN 13106.23811998  .00000674  00000-0  94901-3 0  7106
+2 31092 099.7249 016.9983 0348894 341.1017 173.6964 13.38456032299692
+1 31093U 99025BGP 13114.99841314  .00000239  00000-0  23505-3 0  6630
+2 31093 098.6053 290.1651 0216355 059.1610 064.9025 13.77003746309553
+1 31094U 99025BGQ 13114.28087435  .00001674  00000-0  13598-2 0  7870
+2 31094 099.0502 042.5169 0124329 064.1873 087.5387 13.87809601314246
+1 31095U 99025BGR 13105.32850694 -.00000072  00000-0 -74483-4 0  7843
+2 31095 098.5911 028.6706 0504755 088.4127 033.0819 13.05248242291971
+1 31097U 99025BGT 13116.50994069  .00002037  00000-0  11546-2 0  9967
+2 31097 099.0334 127.8080 0023218 194.3953 319.3131 14.11061185315396
+1 31098U 99025BGU 13116.17954336  .00002151  00000-0  12091-2 0  1936
+2 31098 098.9530 098.9391 0023467 198.9022 291.7012 14.11419631314392
+1 31099U 99025BGV 13116.19591522  .00000359  00000-0  17458-3 0  6580
+2 31099 098.9114 196.6325 0066178 255.2242 161.4383 14.23424329317571
+1 31102U 07009A   13116.15285164 -.00000007  00000-0  10000-3 0  1744
+2 31102 000.0059 226.4805 0002371 166.4776 117.6870 01.00273324 22208
+1 31103U 07009B   13117.19610036  .00002785  00000-0  68014-3 0  1786
+2 31103 049.4125 187.2181 5580609 148.8108 226.3750 04.66084246101531
+1 31104U 07009C   13116.87141904  .00000179  00000-0  00000+0 0  8682
+2 31104 011.2850 238.9398 5695756 239.5222 058.6213 01.96448462 43408
+1 31113U 07010A   13117.74165782  .00000112  00000-0  59662-4 0  7208
+2 31113 098.3634 172.3159 0014524 220.5610 139.4489 14.29860941315476
+1 31114U 07010B   13116.88209138  .00000066  00000-0  50248-4 0  6654
+2 31114 098.3192 078.9300 0058823 286.2117 091.9235 14.18849749313038
+1 31115U 07011A   13117.87719926 -.00000065  00000-0  10000-3 0  8795
+2 31115 056.8863 017.1923 0003973 205.1820 036.0771 01.86197267 41176
+1 31116U 07011B   13117.46057009  .00000194  00000-0  35650-3 0   699
+2 31116 054.9108 191.1774 6013147 011.1577 357.8599 03.86312369 85140
+1 31117U 07012A   13117.80535615  .00000530  00000-0  94180-4 0  7081
+2 31117 097.8485 177.9532 0007203 073.0600 287.1393 14.70961858323604
+1 31118U 07012B   13117.81050672  .00000148  00000-0  33633-4 0  4907
+2 31118 097.8242 168.1053 0016790 066.9506 293.3462 14.68389501323155
+1 31119U 07012C   13117.06851887  .00000307  00000-0  71209-4 0  8331
+2 31119 097.8259 134.0872 0062707 147.2949 246.8527 14.60165116321179
+1 31120U 07012D   13116.74665217  .00000655  00000-0  10802-3 0  9986
+2 31120 097.9145 191.7790 0008311 167.4873 192.6543 14.73651221323962
+1 31121U 07012E   13117.06134549  .00000266  00000-0  66346-4 0  8300
+2 31121 097.8506 123.9856 0078851 180.9638 212.2004 14.57008450320496
+1 31122U 07012F   13117.00482494  .00000701  00000-0  15877-3 0  7956
+2 31122 097.8648 122.4122 0083510 191.3997 202.8241 14.56946674320289
+1 31123U 07012G   13115.71977179  .00000078  00000-0  42786-4 0  9782
+2 31123 098.0806 004.8738 0312492 308.4864 081.2745 14.12204933310524
+1 31124U 07012H   13117.06985084  .00000338  00000-0  75247-4 0  8402
+2 31124 097.8180 139.9464 0054424 130.9808 263.4282 14.61788335321526
+1 31125U 07012J   13117.13407541  .00000374  00000-0  80022-4 0  8539
+2 31125 097.8136 145.7128 0046172 115.3761 277.1427 14.63373241321875
+1 31126U 07012K   13117.52667921  .00000365  00000-0  91068-4 0  7398
+2 31126 097.8799 116.3470 0092912 209.8339 267.0753 14.54515223319952
+1 31127U 07012L   13117.60916936  .00000294  00000-0  70415-4 0  8396
+2 31127 097.8368 129.8187 0070564 161.5824 346.2285 14.58682921320924
+1 31128U 07012M   13117.01973537  .00000436  00000-0  10887-3 0  8082
+2 31128 097.8965 112.0763 0100058 227.1475 165.6510 14.53323629319547
+1 31129U 07012N   13117.46812035  .00000555  00000-0  13501-3 0  4463
+2 31129 097.8958 112.9802 0099506 224.5741 255.6534 14.53582587319620
+1 31130U 07012P   13117.51580382  .00000467  00000-0  11546-3 0  7482
+2 31130 097.8965 112.6707 0099957 225.2853 134.0173 14.53415548319411
+1 31131U 03049D   13115.37090444  .00000820  00000-0  32361-3 0  7331
+2 31131 098.4256 079.9915 0143191 124.7824 027.2553 14.26074697313212
+1 31132U 07012Q   13117.14200630  .00000445  00000-0  10534-3 0  7525
+2 31132 097.8634 121.5214 0084209 192.0228 234.5925 14.56416129320141
+1 31133U 07012R   13117.00842885  .00000489  00000-0  11489-3 0  6971
+2 31133 097.8632 121.3838 0084189 192.5021 201.7174 14.56413109320106
+1 31135U 07013A   13115.15899242  .00002976  00000-0  10254-3 0  7891
+2 31135 002.4659 268.8825 0018024 055.4914 304.8246 15.15471974332394
+1 31136U 07013B   13117.61824948  .00004747  00000-0  18618-3 0  7313
+2 31136 002.5031 257.9566 0010650 102.5414 257.5511 15.16764634332687
+1 31137U 95021D   13116.29677245  .00000988  00000-0  35171-3 0  8721
+2 31137 098.1981 119.4068 0005105 117.5718 000.1814 14.36345821481524
+1 31138U 79101H   13117.12566428 -.00000055  00000-0  10000-3 0  1088
+2 31138 007.8224 165.7313 4852028 333.3726 008.4202 01.83071783 42845
+1 31139U 03049E   13117.03415700  .00000934  00000-0  27482-3 0  8380
+2 31139 098.1202 144.5961 0099603 209.5918 180.2188 14.43081980317009
+1 31140U 07014A   13117.47168442  .00014669  00000-0  26768-3 0   854
+2 31140 048.2205 253.9809 0007257 239.9462 167.5127 15.49521874341153
+1 31142U 66040AQ  13116.21400291  .00000805  00000-0  15924-2 0  8005
+2 31142 100.5802 194.0288 0059818 048.0931 013.3364 13.38261248298734
+1 31146U 99025BGY 13116.21437464  .00000499  00000-0  20309-3 0  5336
+2 31146 099.0290 202.7130 0239373 028.3845 025.5182 14.17732448313032
+1 31147U 99025BGZ 13111.48134432  .00004365  00000-0  85941-3 0  8545
+2 31147 099.2180 304.6802 0202063 011.3065 046.6865 14.50978551318023
+1 31148U 99025BHA 13116.67106663  .00001277  00000-0  46891-3 0  5353
+2 31148 098.8524 186.1084 0170725 248.0227 267.6786 14.26823451314859
+1 31149U 99025BHB 13114.84333082  .00005388  00000-0  16670-2 0  7831
+2 31149 099.1641 250.4901 0160426 268.7554 246.8712 14.34553020315519
+1 31150U 99025BHC 13117.48808836  .00000256  00000-0  16841-3 0  7920
+2 31150 098.9999 119.6791 0014728 241.1090 271.6909 14.10643729312645
+1 31151U 99025BHD 13117.51173001  .00001545  00000-0  10906-2 0  8326
+2 31151 098.9617 059.0485 0084221 304.1351 125.7707 13.97763087311441
+1 31152U 99025BHE 13115.02701942  .00000135  00000-0  59010-4 0  6864
+2 31152 098.6401 139.6491 0134515 072.3286 353.0312 14.33645888319923
+1 31153U 99025BHF 13108.44953677  .00048825  00000-0  33249-2 0  3204
+2 31153 098.9723 334.3596 0088398 153.9704 190.4186 15.02919252325602
+1 31154U 99025BHG 13088.16334647  .00003708  00000-0  12708-2 0  3287
+2 31154 098.5792 060.6404 0090190 088.2108 272.9191 14.34486673315064
+1 31155U 99025BHH 13115.68147738  .00001201  00000-0  88872-3 0  8589
+2 31155 099.2304 101.8922 0115336 067.9804 349.1038 13.94158864311338
+1 31156U 99025BHJ 13102.72872433  .00022635  00000-0  41015-2 0  3753
+2 31156 099.0351 263.4751 0073069 049.1313 009.4800 14.64549147320280
+1 31157U 99025BHK 13116.03349547  .00000227  00000-0  12521-3 0  4809
+2 31157 098.8786 165.2977 0104697 339.5416 138.7418 14.18336343315962
+1 31158U 99025BHL 13101.84667806  .00001767  00000-0  98819-3 0  3919
+2 31158 098.9643 087.9929 0062990 286.2848 197.8361 14.11082947312061
+1 31159U 99025BHM 13109.70092455  .00003671  00000-0  39271-3 0  4728
+2 31159 097.6877 263.0221 0400744 088.4502 333.2361 14.44692161319649
+1 31160U 99025BHN 13101.84178680 -.00000004  00000-0  27848-4 0  1264
+2 31160 099.0877 060.4456 0058345 323.7788 035.9431 13.98247945309763
+1 31161U 99025BHP 13114.46000785  .00000598  00000-0  38958-3 0  5913
+2 31161 099.0819 110.1984 0070269 299.3772 215.3997 14.05189483312934
+1 31163U 99025BHR 13088.06567225  .00000628  00000-0  29515-3 0  3559
+2 31163 098.9063 159.6474 0059847 351.2055 125.6988 14.22752452313045
+1 31165U 99025BHT 13115.14892369  .00001504  00000-0  46238-3 0  6010
+2 31165 098.8431 218.2958 0114890 066.1936 056.7001 14.39354724320039
+1 31166U 99025BHU 13115.35017372  .00002290  00000-0  10570-2 0  6031
+2 31166 098.8924 133.2194 0020042 290.8047 128.5911 14.21878532315759
+1 31167U 99025BHV 13117.22863969  .00004321  00000-0  15342-2 0  7974
+2 31167 098.9911 217.0433 0071901 197.1022 193.6225 14.33514164315523
+1 31168U 99025BHW 13110.31266532  .00000943  00000-0  24188-3 0  7639
+2 31168 098.9047 243.6466 0150962 344.9986 014.6751 14.46364735320344
+1 31169U 99025BHX 13117.35053130  .00002176  00000-0  15123-2 0  7907
+2 31169 098.9673 058.4501 0080308 301.1545 188.5085 13.98345071310960
+1 31170U 99025BHY 13116.79685978  .00009430  00000-0  85665-3 0  7906
+2 31170 098.4465 227.1879 0184673 024.8359 130.4551 14.83334347324947
+1 31171U 99025BHZ 13090.16231678  .00001498  00000-0  89390-3 0  7672
+2 31171 098.0220 167.5777 0243853 332.5080 053.4172 13.94788222306290
+1 31172U 99025BJA 13103.88960513  .00000202  00000-0  87549-4 0  5073
+2 31172 098.7349 109.5761 0155048 182.7512 300.9998 14.28525731315953
+1 31174U 99025BJC 13109.63620450  .00003131  00000-0  16337-2 0  8901
+2 31174 099.0502 148.0099 0021641 246.1591 242.5992 14.15120520310026
+1 31175U 99025BJD 13089.78170378  .00002166  00000-0  13421-2 0  4852
+2 31175 098.4069 280.8881 0160230 229.8926 195.4764 13.99987033307402
+1 31176U 99025BJE 13117.41489274  .00036824  00000-0  12934-2 0  4444
+2 31176 098.5188 278.0584 0188142 231.4733 181.4773 15.14109543326500
+1 31177U 99025BJF 13114.62799615  .00002606  00000-0  33668-2 0  7900
+2 31177 098.7651 172.8910 0370756 186.1214 339.0390 13.37956521297564
+1 31178U 99025BJG 13110.07752669  .00001190  00000-0  79557-3 0  6010
+2 31178 099.4311 197.3100 0168571 045.1781 073.4029 13.96335737309435
+1 31181U 99025BJK 13117.54188627  .00000736  00000-0  51455-3 0  8867
+2 31181 099.1730 132.9639 0054133 329.7103 185.4998 14.01071864310368
+1 31182U 99025BJL 13112.06036488  .00000563  00000-0  34470-3 0  5769
+2 31182 098.9964 142.8247 0023291 274.6426 140.6445 14.09891059310406
+1 31183U 99025BJM 13115.21614000  .00001295  00000-0  54819-3 0   332
+2 31183 098.9677 205.0292 0069394 254.1649 160.5337 14.25997464314101
+1 31186U 99025BJQ 13106.53558892  .00000336  00000-0  22498-3 0  4377
+2 31186 099.1821 192.0505 0025078 341.8960 073.8587 14.07891902311897
+1 31187U 99025BJR 13089.83767453  .00002238  00000-0  80450-3 0  6069
+2 31187 099.3421 105.7158 0444265 253.0266 237.1525 13.91595054305023
+1 31188U 99025BJS 13115.04403501  .00001312  00000-0  81493-3 0   114
+2 31188 099.0946 143.3039 0071439 331.7302 081.1398 14.05640193312252
+1 31189U 99025BJT 13116.17794207  .00018269  00000-0  34222-2 0  3586
+2 31189 099.0782 280.5876 0122846 086.8467 334.4615 14.60061011317835
+1 31190U 99025BJU 13098.45876728  .00000894  00000-0  66499-3 0  6240
+2 31190 099.2256 109.4197 0076850 067.3553 293.5714 13.96272202308360
+1 31191U 99025BJV 13116.18732241  .00000586  00000-0  21616-3 0  7402
+2 31191 098.7733 196.7962 0104602 108.7765 305.7722 14.33212111318671
+1 31192U 99025BJW 13110.91977868  .00000641  00000-0  24893-3 0  4885
+2 31192 098.9234 154.0507 0279161 054.0018 066.4772 14.14131896314164
+1 31193U 99025BJX 13107.46453249  .00005250  00000-0  84025-3 0  6374
+2 31193 099.1264 331.8234 0145757 285.3017 194.8469 14.65412792322525
+1 31194U 99025BJY 13109.16607422  .00001027  00000-0  48232-3 0  7399
+2 31194 098.9406 179.4360 0060687 324.9714 062.8544 14.21376059312242
+1 31195U 99025BJZ 13110.90477617  .00000523  00000-0  30042-3 0  4976
+2 31195 099.0444 093.0607 0176725 128.9497 264.5133 14.05967379312320
+1 31196U 99025BKA 13099.53349723  .00000753  00000-0  38503-3 0  2083
+2 31196 098.9018 108.3477 0064192 232.8009 274.0960 14.17611330313106
+1 31197U 99025BKB 13102.02350780  .00004548  00000-0  27885-2 0  4491
+2 31197 099.1453 112.0668 0070423 009.3548 024.3068 14.05020164310003
+1 31198U 99025BKC 13090.28968617  .00000108  00000-0  13178-3 0  4961
+2 31198 098.5537 239.9827 0206136 208.4012 282.6999 13.74557634302630
+1 31199U 99025BKD 13089.62231365  .00000156  00000-0  11784-3 0  6855
+2 31199 099.0384 127.4296 0066334 023.6178 105.5814 14.07026975308880
+1 31201U 99025BKF 13112.13843812  .00001026  00000-0  43317-3 0  7516
+2 31201 098.9354 180.1319 0174958 002.8922 057.3946 14.19973579315207
+1 31202U 99025BKG 13112.09044186  .00001990  00000-0  52215-3 0  5930
+2 31202 096.5921 336.9242 0129977 307.2840 214.2167 14.45050137319848
+1 31203U 99025BKH 13117.31654019  .00002222  00000-0  12529-2 0  3371
+2 31203 099.0685 126.9176 0069057 167.0154 311.1012 14.10170802312909
+1 31205U 99025BKK 13115.32825392  .00000112  00000-0  64246-4 0  4682
+2 31205 099.2785 253.8443 0166566 000.7413 028.6954 14.21685839316378
+1 31206U 99025BKL 13117.71747851  .00000822  00000-0  32725-3 0  6957
+2 31206 098.8432 196.6751 0091438 184.2886 330.9691 14.29120567318140
+1 31207U 99025BKM 13116.28996865  .00009681  00000-0  31720-2 0  9532
+2 31207 098.3665 031.8062 0088611 014.5409 110.3872 14.36374323316300
+1 31208U 99025BKN 13104.29135715  .00002814  00000-0  12985-2 0  3627
+2 31208 099.2447 227.0638 0025194 338.8807 052.3586 14.21702202313846
+1 31209U 99025BKP 13088.71556334  .00002296  00000-0  13336-2 0  4345
+2 31209 098.9280 062.8544 0035791 310.4711 049.3341 14.09403450308975
+1 31210U 99025BKQ 13117.51697367  .00000573  00000-0  36545-3 0  6717
+2 31210 099.0426 131.1522 0018275 190.7311 324.7032 14.07610307310586
+1 31211U 99025BKR 13116.93154957  .00000683  00000-0  42907-3 0  3758
+2 31211 099.0653 139.9403 0059962 178.2524 309.6329 14.07018712312987
+1 31212U 99025BKS 13108.82702823  .00001090  00000-0  79640-3 0  6119
+2 31212 099.0255 056.3324 0086705 335.9423 078.6804 13.96396384308926
+1 31213U 99025BKT 13117.32449378  .00003983  00000-0  21824-2 0  9945
+2 31213 099.4722 240.6766 0033262 317.0991 098.3545 14.12199844312296
+1 31214U 99025BKU 13117.49927890  .00002663  00000-0  14663-2 0  9570
+2 31214 098.9107 096.5902 0024571 184.3838 305.2535 14.12296556312675
+1 31217U 99025BKX 13116.26407605  .00000514  00000-0  30576-3 0  5463
+2 31217 099.0264 130.9562 0109208 279.1297 139.7588 14.09107192313843
+1 31218U 99025BKY 13117.73312360  .00003159  00000-0  17223-2 0  7890
+2 31218 098.8606 087.3433 0042428 106.1117 016.0600 14.12374308312821
+1 31219U 99025BKZ 13116.33070662  .00001501  00000-0  10982-2 0  7807
+2 31219 098.9916 054.8952 0088517 321.6760 166.9752 13.95653820309759
+1 31220U 99025BLA 13116.20086199  .00004155  00000-0  15866-2 0  7205
+2 31220 098.9969 207.5319 0073852 166.5239 223.5694 14.29801131316678
+1 31222U 99025BLC 13115.76101943  .00002887  00000-0  36316-3 0  6339
+2 31222 098.5649 215.1198 0300515 120.4723 030.2662 14.55852704322482
+1 31223U 99025BLD 13114.90899925  .00002204  00000-0  25531-2 0   174
+2 31223 099.0496 281.7204 0308694 108.9701 254.5154 13.51480977299483
+1 31224U 99025BLE 13098.08402563  .00000514  00000-0  21976-3 0  3673
+2 31224 098.8362 149.2549 0171719 349.2745 041.7883 14.21749013313318
+1 31225U 99025BLF 13117.22562120  .00001245  00000-0  82783-3 0  5170
+2 31225 099.0725 093.8219 0105976 247.8016 231.4880 14.00488047309896
+1 31227U 99025BLH 13113.64843086  .00002287  00000-0  12261-2 0  1386
+2 31227 098.1583 259.0192 0153501 028.2852 332.6549 14.08043249311306
+1 31228U 99025BLJ 13116.48085098  .00000790  00000-0  32535-3 0  9060
+2 31228 098.8701 198.2098 0090026 209.3996 282.8672 14.27597308315924
+1 31229U 99025BLK 13117.52132907  .00001678  00000-0  10595-2 0  8515
+2 31229 099.1077 113.3712 0065295 308.9226 177.0283 14.04537868310678
+1 31233U 99025BLP 13115.78745378  .00008150  00000-0  18059-2 0  3923
+2 31233 097.8862 294.6403 0194637 345.8226 069.5718 14.46278175317600
+1 31235U 99025BLR 13111.21230189  .00004302  00000-0  32920-2 0  4905
+2 31235 098.4861 235.4086 0283040 174.6590 314.5212 13.76637886303873
+1 31236U 99025BLS 13116.48518109  .00001144  00000-0  10284-2 0  4709
+2 31236 098.5472 185.9100 0400431 016.8632 344.0180 13.54787637304945
+1 31237U 99025BLT 13117.03239592  .00001413  00000-0  61522-3 0  6879
+2 31237 098.8124 141.6070 0102188 132.3673 228.6273 14.22819731315652
+1 31238U 99025BLU 13117.06882078  .00003850  00000-0  16687-2 0  8472
+2 31238 098.9938 162.4880 0137161 045.9447 344.0035 14.19916970314022
+1 31239U 99025BLV 13117.56569840  .00000120  00000-0  10076-3 0  9179
+2 31239 099.0702 138.4463 0052757 183.5429 305.8456 14.05314841312024
+1 31240U 99025BLW 13088.25631685  .00000814  00000-0  55119-3 0  1787
+2 31240 099.1259 105.9647 0049587 024.6488 335.6986 14.02590526307266
+1 31241U 99025BLX 13117.37362111  .00000985  00000-0  39885-3 0  7900
+2 31241 099.2476 266.4208 0077253 198.9078 216.7891 14.28635587316951
+1 31246U 99025BMC 13095.01527938  .00002103  00000-0  16126-2 0  4252
+2 31246 099.0324 017.8983 0183938 096.8637 326.2705 13.86655068309490
+1 31247U 99025BMD 13117.49127205  .00000378  00000-0  29646-3 0   118
+2 31247 099.3180 190.9042 0077622 069.6149 046.6355 13.96962067310162
+1 31248U 99025BME 13101.84383661  .00000804  00000-0  68136-3 0  6668
+2 31248 099.2455 063.0186 0118689 132.4134 256.3875 13.87295878305797
+1 31250U 99025BMG 13116.49950353  .00001044  00000-0  77530-3 0   306
+2 31250 098.4005 286.2082 0146404 221.9582 171.0892 13.92144588311610
+1 31252U 99025BMJ 13104.90754495  .00000554  00000-0  17259-3 0  4772
+2 31252 098.7330 108.4181 0243095 186.9269 289.8401 14.29479954315210
+1 31254U 99025BML 13117.46631198  .00001142  00000-0  42180-3 0  6309
+2 31254 098.7467 097.1170 0173040 042.0381 083.2945 14.26452175316251
+1 31255U 99025BMM 13115.67062150  .00000729  00000-0  34366-3 0  7990
+2 31255 099.1551 185.2987 0289031 216.1094 298.0752 14.03409209320688
+1 31256U 99025BMN 13099.55966609  .00001876  00000-0  12473-2 0  7089
+2 31256 098.7205 240.5905 0435887 005.6901 354.8973 13.64497458299494
+1 31257U 99025BMP 13112.93719918  .00002339  00000-0  17507-2 0  2833
+2 31257 098.7127 342.1044 0133472 038.6542 022.8503 13.91405407312505
+1 31258U 99025BMQ 13117.42628515  .00002460  00000-0  13420-2 0  9095
+2 31258 098.8851 094.4682 0023260 189.9023 321.0498 14.12885065312102
+1 31259U 99025BMR 13117.49709262  .00001949  00000-0  13972-2 0  6092
+2 31259 099.2217 109.9901 0077362 012.2493 114.4117 13.96873490308704
+1 31260U 99025BMS 13109.66999159  .00000849  00000-0  40110-3 0  6194
+2 31260 098.9471 182.5147 0055074 327.1248 188.3342 14.21722978313265
+1 31261U 99025BMT 13117.20076975  .00000973  00000-0  43740-3 0  7210
+2 31261 098.9741 204.8308 0063021 274.2482 118.0091 14.23758551314794
+1 31262U 99025BMU 13115.91210508  .00001460  00000-0  10177-2 0    08
+2 31262 099.1516 099.9701 0072437 327.5904 059.7135 13.99046452308885
+1 31263U 99025BMV 13115.05065089  .00002647  00000-0  14149-2 0  7767
+2 31263 099.0448 154.7321 0049622 276.0609 147.2306 14.13455988311586
+1 31264U 99025BMW 13107.76746972  .00000482  00000-0  28852-3 0  6350
+2 31264 099.0951 186.8630 0001202 163.1254 326.5784 14.11953207311104
+1 31266U 99025BMY 13117.25775230  .00000277  00000-0  14581-3 0  5643
+2 31266 099.1314 220.7708 0139496 040.5252 349.0445 14.17242008317855
+1 31269U 99025BNB 13117.36950390  .00000831  00000-0  29924-3 0  3911
+2 31269 098.2080 268.3863 0377221 042.7928 013.2859 14.02950011313323
+1 31270U 99025BNC 13116.33639624  .00003818  00000-0  10138-2 0  7720
+2 31270 098.9942 246.6506 0163127 115.1503 301.2236 14.41625291321650
+1 31271U 99025BND 13108.94308906  .00026836  00000-0  96678-3 0  4563
+2 31271 099.1574 103.5624 0208784 343.8277 071.7381 15.10401661330788
+1 31272U 99025BNE 13106.14893713  .00000479  00000-0  25543-3 0  5175
+2 31272 099.0276 179.2117 0117102 287.1885 101.7827 14.14740283315031
+1 31273U 99025BNF 13116.97458925  .00003189  00000-0  12980-2 0  8567
+2 31273 098.4203 026.8257 0083136 054.3249 078.0827 14.26281727318264
+1 31274U 99025BNG 13116.29276679  .00001136  00000-0  95373-3 0  9184
+2 31274 099.2127 036.8514 0265535 173.7271 318.7901 13.75067181307402
+1 31275U 99025BNH 13116.46365404  .00001055  00000-0  80180-3 0  7020
+2 31275 099.2810 112.8720 0114486 009.2413 141.2782 13.93059262311250
+1 31276U 99025BNJ 13114.97447777  .00017252  00000-0  29960-2 0  4727
+2 31276 098.6809 171.2177 0248647 090.7533 030.4749 14.49960063320919
+1 31279U 99025BNM 13110.93249981  .00000589  00000-0  29799-3 0  4826
+2 31279 098.8908 123.3953 0081991 194.0714 285.4512 14.18260210316222
+1 31280U 99025BNN 13116.95216300  .00008261  00000-0  17358-2 0  2959
+2 31280 098.0418 353.6961 0196328 314.4934 104.3657 14.48427569321121
+1 31281U 99025BNP 13116.77830311  .00002874  00000-0  42974-3 0  7710
+2 31281 098.3252 053.2239 0314601 137.1792 257.1156 14.47155650322197
+1 31282U 99025BNQ 13102.84431578  .00000539  00000-0  17357-3 0  4301
+2 31282 099.2995 301.4702 0137180 165.2772 253.7989 14.38698700319482
+1 31284U 99025BNS 13097.61060888  .00001130  00000-0  85383-3 0  4350
+2 31284 099.7438 229.5408 0155882 176.8628 248.9004 13.90800720307992
+1 31285U 99025BNT 13117.07368817  .00000222  00000-0  10007-3 0  6452
+2 31285 098.8133 155.8787 0210290 286.1601 099.6897 14.21324345317808
+1 31286U 99025BNU 13088.28247980  .00002269  00000-0  17204-2 0  5974
+2 31286 100.8441 109.5486 0124751 115.7578 308.6244 13.91630531306027
+1 31287U 99025BNV 13103.23310360  .00001863  00000-0  11536-2 0  4601
+2 31287 099.3778 209.1564 0035289 012.5257 020.8557 14.06259166313769
+1 31288U 99025BNW 13115.98375132  .00002308  00000-0  10931-2 0  5834
+2 31288 098.9150 124.6065 0066020 189.1059 198.7357 14.19478832314552
+1 31289U 99025BNX 13110.15792530  .00005406  00000-0  30809-3 0  6283
+2 31289 097.6370 352.0866 0320615 236.8302 278.2373 14.78830644330348
+1 31290U 99025BNY 13103.08025444  .00004151  00000-0  17255-2 0  5499
+2 31290 101.9466 173.6280 0134867 012.0120 111.8019 14.22444987317227
+1 31291U 99025BNZ 13115.77953182  .00003524  00000-0  14078-2 0  7998
+2 31291 098.5263 048.0591 0089071 068.5663 320.7875 14.26896417317334
+1 31292U 99025BPA 13115.94404016  .00003140  00000-0  18729-2 0  6939
+2 31292 099.0729 108.9799 0059335 281.4368 105.5222 14.07120832312725
+1 31294U 99025BPC 13110.68498021  .00000628  00000-0  36362-3 0  5386
+2 31294 099.0198 161.9063 0107107 140.8463 346.7314 14.09699102317634
+1 31295U 99025BPD 13117.42529539 -.00000160  00000-0 -87396-4 0  9566
+2 31295 098.3305 291.4198 0078982 183.8191 203.6836 13.95585166312619
+1 31296U 99025BPE 13116.35339145  .00002763  00000-0  15254-2 0  8986
+2 31296 099.0843 159.0465 0050547 172.2476 317.1719 14.11656607316585
+1 31297U 99025BPF 13115.89000663  .00000465  00000-0  12303-3 0  8828
+2 31297 098.9571 262.0567 0160832 313.8422 198.8355 14.46925796325264
+1 31298U 99025BPG 13116.62362910  .00007265  00000-0  18466-2 0   795
+2 31298 098.9977 250.8338 0091962 071.7381 056.4541 14.48503094321062
+1 31299U 99025BPH 13115.64705598  .00012899  00000-0  96517-3 0  8308
+2 31299 096.9759 075.1076 0402731 095.4846 080.0944 14.55491229322082
+1 31300U 99025BPJ 13117.83326134  .00000986  00000-0  69008-3 0  9668
+2 31300 099.5523 238.3048 0071671 089.5175 064.5188 13.99756567314825
+1 31302U 99025BPL 13105.25798278  .00003269  00000-0  19964-2 0  7126
+2 31302 099.4673 208.1885 0037160 345.3770 070.1742 14.06383527310797
+1 31303U 99025BPM 13116.50755914 -.00000071  00000-0 -15032-4 0  8100
+2 31303 099.0151 111.5110 0011612 186.4828 319.6340 14.09499696313409
+1 31304U 07015A   13116.84523347  .00002880  00000-0  24977-3 0   230
+2 31304 097.8560 232.3865 0009545 209.3434 296.9304 14.97857916327265
+1 31305U 07015B   13116.88978302  .00002169  00000-0  20036-3 0  9950
+2 31305 097.8946 237.8580 0011908 226.9689 285.7973 14.95635237327267
+1 31306U 07016A   13117.00000000  .00000111  00000-0  00000+0 0  5415
+2 31306 000.0770 290.7200 0003281 052.8030 250.8350 01.00262708 21957
+1 31307U 07016B   13117.30477181 -.00000184  00000-0  10000-3 0  1408
+2 31307 000.0575 070.8592 0003468 327.3420 195.9906 01.00271747 21951
+1 31308U 07016C   13116.13265060  .00010472  00000-0  20935-2 0  2745
+2 31308 005.3665 177.8309 7192442 219.3713 038.4520 02.40062564 50941
+1 31309U 07016D   13117.06281411  .00011042  00000-0  35857-2 0  3932
+2 31309 005.7246 243.5594 5963040 082.2040 186.3919 04.06784147 63240
+1 31311U 99025BPP 13115.94011873  .00001241  00000-0  75092-3 0  9295
+2 31311 098.9980 098.8084 0025835 207.5722 186.4286 14.08201223310472
+1 31312U 99025BPQ 13115.08192767  .00000251  00000-0  20794-3 0  8437
+2 31312 099.1922 152.0830 0066412 018.3470 037.4172 13.97020162308674
+1 31313U 99025BPR 13117.71816250  .00000331  00000-0  18282-3 0  6223
+2 31313 099.0116 200.8509 0047370 351.5544 159.7866 14.17817742316634
+1 31316U 99025BPU 13101.27471187  .00002111  00000-0  13172-2 0  4279
+2 31316 099.1600 112.9880 0124617 289.1256 134.3205 14.02183361310320
+1 31317U 99025BPV 13110.20428280  .00003447  00000-0  16910-2 0  8336
+2 31317 099.3903 200.9882 0172012 053.3444 337.3804 14.11033564308855
+1 31319U 99025BPX 13114.51231762  .00000071  00000-0  10313-3 0  5208
+2 31319 098.7211 314.7010 0172477 160.0761 228.9145 13.74425635303313
+1 31321U 99025BPZ 13088.44140141  .00000247  00000-0  15990-3 0  3886
+2 31321 099.0263 155.0768 0030018 009.6946 056.4483 14.11671829307672
+1 31323U 99025BQB 13091.08029132  .00001332  00000-0  84246-3 0  3626
+2 31323 099.3643 192.2120 0039197 053.6233 070.6326 14.05521889306057
+1 31324U 99025BQC 13111.19501664  .00000083  00000-0  69119-4 0  4038
+2 31324 099.1188 201.2427 0050161 311.8813 075.6005 14.12581564313497
+1 31326U 99025BQE 13117.52275838  .00002663  00000-0  15207-2 0  3676
+2 31326 099.0746 141.2603 0057049 293.0069 066.5090 14.09704071310118
+1 31327U 99025BQF 13110.98226596  .00001746  00000-0  30434-3 0  3599
+2 31327 099.0340 299.1482 0204695 288.7995 069.1084 14.56868943322540
+1 31328U 99025BQG 13109.65957128  .00000091  00000-0  51758-4 0  6008
+2 31328 098.7248 151.2129 0107726 110.0199 019.1269 14.27304027316707
+1 31330U 99025BQJ 13117.64055873  .00002487  00000-0  14046-2 0  2212
+2 31330 098.9506 099.6173 0032246 201.8002 223.3587 14.10903115313219
+1 31331U 99025BQK 13089.19886725  .00000174  00000-0  14953-3 0  4344
+2 31331 099.1642 077.3081 0055640 015.2223 046.9793 13.99096503304779
+1 31332U 99025BQL 13110.37989241  .00000973  00000-0  65716-3 0  7430
+2 31332 099.1159 140.3949 0056963 355.1726 131.4040 14.02118097310950
+1 31333U 99025BQM 13108.41922811  .00000647  00000-0  32634-3 0  3676
+2 31333 098.9229 153.2436 0112313 043.2892 019.6906 14.16510757311112
+1 31335U 99025BQP 13106.67084374  .00004091  00000-0  10629-2 0  6597
+2 31335 098.8023 194.8291 0119510 019.2057 341.3582 14.46062010318082
+1 31336U 99025BQQ 13116.40298777  .00000771  00000-0  28845-3 0  5662
+2 31336 098.6475 086.9314 0103960 059.8701 089.5444 14.31632190317181
+1 31337U 99025BQR 13110.03826520  .00002514  00000-0  95568-3 0  4661
+2 31337 099.4785 307.8202 0064006 334.2671 179.7009 14.30870166315159
+1 31339U 99025BQT 13111.01830231  .00001128  00000-0  74798-3 0  5838
+2 31339 099.1185 138.4629 0081722 284.2281 104.6748 14.01955404309649
+1 31341U 99025BQV 13116.13459062  .00001260  00000-0  53333-3 0  7200
+2 31341 099.5696 334.3637 0078631 279.5155 208.0849 14.25926987315357
+1 31342U 99025BQW 13115.32809686  .00000188  00000-0  78875-4 0  5072
+2 31342 098.8559 214.3711 0117685 071.7037 321.2326 14.33479263318037
+1 31344U 99025BQY 13088.78736205  .00005866  00000-0  20413-2 0  2639
+2 31344 099.4902 285.2842 0053447 334.5309 089.4141 14.35040586312044
+1 31346U 99025BRA 13111.77057878  .00004093  00000-0  53917-3 0  5617
+2 31346 098.9018 288.2745 0236315 130.4257 289.8901 14.63140810322970
+1 31348U 99025BRC 13108.77536829  .00001007  00000-0  52917-3 0  5074
+2 31348 099.0782 193.0184 0038815 293.9220 195.1845 14.16096064307060
+1 31351U 99025BRF 13100.03881633  .00000541  00000-0  36110-3 0  4534
+2 31351 099.0939 131.2968 0096881 034.4806 355.1295 14.03115473308999
+1 31353U 99025BRH 13092.47703564  .00000850  00000-0  30488-3 0  4186
+2 31353 098.9877 177.1317 0257129 063.6086 351.7679 14.19801449310808
+1 31355U 99025BRK 13117.26471830  .00001454  00000-0  41048-3 0  8292
+2 31355 098.8396 226.3528 0117924 017.1084 011.2116 14.43350263318796
+1 31357U 99025BRM 13115.89189615 -.00000008  00000-0  17479-4 0  6248
+2 31357 098.8720 097.0918 0050352 170.5332 220.9876 14.18052402313823
+1 31358U 99025BRN 13117.10606259  .00002260  00000-0  92563-3 0  8376
+2 31358 098.9687 164.8324 0185575 030.9860 000.2776 14.19283235313629
+1 31359U 99025BRP 13089.18005966  .00001870  00000-0  14047-2 0  3901
+2 31359 099.2491 073.3598 0107294 141.1922 280.6624 13.93000745303696
+1 31360U 99025BRQ 13094.63630834  .00001962  00000-0  16258-2 0  4490
+2 31360 098.0041 137.5577 0136364 339.3331 165.8031 13.85586824302896
+1 31361U 99025BRR 13104.09432095  .00000071  00000-0  58391-4 0  4296
+2 31361 098.9113 155.4241 0046568 033.1511 356.2556 14.15906768311602
+1 31362U 99025BRS 13107.01152690  .00000168  00000-0  10970-3 0  4974
+2 31362 098.9235 123.8749 0018470 354.5168 033.5137 14.15009167311796
+1 31364U 99025BRU 13111.53948273  .00001506  00000-0  11979-2 0  9340
+2 31364 099.3546 111.0333 0127014 137.9789 345.1544 13.89057536304668
+1 31365U 99025BRV 13115.72187102  .00001561  00000-0  81449-3 0  8588
+2 31365 098.9650 125.6046 0057928 225.8144 198.0491 14.15148898310485
+1 31366U 99025BRW 13107.96745236  .00002531  00000-0  12276-2 0  8279
+2 31366 098.9365 121.0837 0001585 309.9597 109.4059 14.19280948309549
+1 31367U 99025BRX 13116.69141537  .00000826  00000-0  28158-3 0  8029
+2 31367 098.7324 192.7508 0119250 038.1994 111.7818 14.35239705321034
+1 31368U 99025BRY 13088.00065381  .00000757  00000-0  42268-3 0  2110
+2 31368 099.0277 153.1536 0045825 166.1921 194.3368 14.13391491312029
+1 31370U 99025BSA 13116.51533900  .00000598  00000-0  39436-3 0  7197
+2 31370 099.0712 131.1800 0034812 276.9672 236.0507 14.05439644314309
+1 31371U 99025BSB 13115.07220831  .00000698  00000-0  51997-3 0  6099
+2 31371 099.2317 161.8134 0070958 038.5209 031.1334 13.97213285312279
+1 31372U 99025BSC 13116.48334580  .00001192  00000-0  76441-3 0  8344
+2 31372 099.3179 206.3158 0043004 340.4516 151.1071 14.04944059307584
+1 31373U 99025BSD 13107.64347413  .00010329  00000-0  19206-2 0  3838
+2 31373 097.7765 267.8572 0175160 310.2264 048.3720 14.55845539319371
+1 31376U 99025BSG 13115.15561613  .00001960  00000-0  77424-3 0  7557
+2 31376 098.8556 181.7459 0082711 222.1117 192.6925 14.28336871318383
+1 31378U 99025BSJ 13117.36399213  .00000533  00000-0  56117-3 0  6009
+2 31378 100.7609 061.7917 0178804 201.6550 157.6964 13.73697707310849
+1 31379U 99025BSK 13089.55672547  .00008238  00000-0  17864-2 0  5041
+2 31379 099.5024 348.2251 0205964 318.3823 160.6766 14.46069041316235
+1 31380U 99025BSL 13093.84433892  .00009072  00000-0  24728-2 0  3613
+2 31380 096.5461 287.0473 0152436 157.6822 264.6132 14.40837822313887
+1 31383U 99025BSP 13111.48482457  .00000969  00000-0  68847-3 0  7529
+2 31383 099.1222 081.2658 0121171 039.8673 086.1056 13.96522662307350
+1 31384U 99025BSQ 13117.16580721  .00002283  00000-0  11786-2 0  9649
+2 31384 098.4823 194.4732 0532661 167.1730 222.6921 13.60980829300444
+1 31385U 99025BSR 13097.23190980  .00000472  00000-0  14887-3 0  3636
+2 31385 098.9898 231.1560 0143480 073.1838 049.5631 14.39583521318833
+1 31386U 99025BSS 13117.75220139  .00001257  00000-0  12192-2 0  8113
+2 31386 098.4770 218.0307 0232073 129.7829 024.2733 13.69884662305567
+1 31387U 99025BST 13112.18656978  .00000893  00000-0  40099-3 0  7808
+2 31387 099.1009 189.7477 0254651 150.0317 268.2716 14.09130559313348
+1 31388U 99025BSU 13116.53396183  .00000357  00000-0  24441-3 0  6235
+2 31388 099.0556 140.7130 0048373 177.0294 336.8313 14.05612853317317
+1 31389U 99025BSV 13114.97432903  .00002407  00000-0  15336-2 0  8505
+2 31389 099.1285 112.3616 0063992 318.2121 097.4317 14.03616576311620
+1 31391U 06029D   13115.62540389  .00003384  00000-0  19669-3 0  7228
+2 31391 064.5126 099.9980 0017665 279.9722 079.9405 15.13784791360199
+1 31392U 06029E   13110.71042685  .00002743  00000-0  16267-3 0  7140
+2 31392 064.5094 118.2306 0018258 272.6018 203.7721 15.13519614360624
+1 31395U 07018A   13116.70382854  .00000133  00000-0  00000+0 0   140
+2 31395 003.8765 065.9096 0008956 007.4793 079.0761 01.00241576 21947
+1 31398U 88005T   13088.65954955  .00001162  00000-0  97282-3 0  2212
+2 31398 082.5423 210.7130 0017704 318.4143 105.2145 13.87417952333180
+1 31399U 88005U   13116.53515057  .00000752  00000-0  59904-3 0  3324
+2 31399 082.5161 171.5812 0007887 074.6373 345.5290 13.89911547324213
+1 31400U 88005V   13097.61046766  .00002025  00000-0  17068-2 0  3677
+2 31400 082.5398 199.9348 0012771 232.2679 191.6381 13.87366849318227
+1 31401U 88005W   13088.06793003  .00001919  00000-0  15414-2 0  3539
+2 31401 082.5394 203.1584 0011190 301.3659 181.2207 13.90132490327728
+1 31402U 88005X   13102.25234231  .00002279  00000-0  18920-2 0  6180
+2 31402 082.5472 196.8974 0012414 239.8093 150.0608 13.88275134329646
+1 31403U 96017D   13116.84202074  .00007198  00000-0  24132-2 0  8957
+2 31403 098.3744 076.8350 0031302 068.8511 321.3481 14.37275042888242
+1 31404U 79095T   13088.72372865  .00002820  00000-0  14996-2 0  3696
+2 31404 081.2172 237.2928 0020917 145.3866 277.1104 14.13134924337614
+1 31407U 66041H   13089.49528864  .00001326  00000-0  67170-3 0  1201
+2 31407 090.1372 350.2531 0069605 116.8645 244.0374 14.14405169514947
+1 31409U 05024J   13103.30206028  .00002171  00000-0  14467-3 0  7250
+2 31409 097.7265 117.9029 0016709 066.8318 001.7768 15.08065039404643
+1 31410U 99025BSW 13090.14854965  .00000973  00000-0  36609-3 0  4754
+2 31410 098.7892 153.4913 0137335 279.4675 109.3575 14.28805501312675
+1 31411U 99025BSX 13110.38390583  .00000500  00000-0  23857-3 0  3740
+2 31411 098.7874 075.3478 0110131 265.5179 251.0311 14.20629216313969
+1 31412U 99025BSY 13110.04903635  .00001395  00000-0  10622-2 0  5999
+2 31412 098.5005 309.8555 0094287 295.8937 218.6342 13.93138595304086
+1 31413U 99025BSZ 13102.95823192  .00000859  00000-0  38663-3 0  3347
+2 31413 098.8349 153.6146 0074535 201.5227 281.3455 14.23449942309837
+1 31415U 99025BTB 13099.53024904  .00001596  00000-0  83647-3 0  4029
+2 31415 099.6924 294.9179 0078864 064.5962 329.6103 14.14314614307015
+1 31416U 99025BTC 13089.16747779  .00001091  00000-0  36914-3 0  4553
+2 31416 098.9870 205.6660 0149941 155.6964 324.7936 14.32845314309794
+1 31417U 99025BTD 13110.25817391  .00003686  00000-0  13471-2 0  7880
+2 31417 099.0456 215.6761 0063300 239.8545 147.5517 14.32503111311698
+1 31418U 99025BTE 13109.55168372  .00001916  00000-0  11652-2 0  2798
+2 31418 099.1810 158.2253 0068483 015.9737 343.3273 14.06304131306315
+1 31419U 99025BTF 13088.34835740  .00001522  00000-0  64297-3 0  2339
+2 31419 098.8442 134.4161 0086878 225.9250 194.4938 14.25079828311466
+1 31420U 99025BTG 13101.14799491  .00000583  00000-0  21349-3 0  3021
+2 31420 097.5500 173.8896 0158906 354.5993 033.4654 14.29168273313114
+1 31422U 99025BTJ 13096.58090216  .00000698  00000-0  45618-3 0  6196
+2 31422 099.0728 114.4554 0035685 339.4276 146.7040 14.05370875307387
+1 31423U 99025BTK 13110.03087688  .00000126  00000-0  78797-4 0  5104
+2 31423 098.8316 143.5973 0037350 256.6536 103.0462 14.20636579313942
+1 31424U 99025BTL 13099.99720153  .00000243  00000-0  16834-3 0  4547
+2 31424 098.5593 350.8050 0098664 260.4823 098.7330 14.05335764307653
+1 31426U 99025BTN 13115.35342803  .00001041  00000-0  70317-3 0  8176
+2 31426 098.6029 262.5248 0376882 086.8200 307.5712 13.72662019300026
+1 31427U 99025BTP 13117.53008451  .00001692  00000-0  81405-3 0  7718
+2 31427 098.9127 119.5407 0059275 180.5988 307.7283 14.19248492309959
+1 31428U 99025BTQ 13110.80072925  .00000979  00000-0  41452-3 0  5037
+2 31428 098.9604 203.0514 0080199 266.0013 224.7063 14.26134245315001
+1 31429U 99025BTR 13103.46344429  .00001423  00000-0  83805-3 0  5700
+2 31429 099.0330 101.2889 0017066 219.7905 296.8853 14.09540588306236
+1 31430U 99025BTS 13109.50087894  .00001108  00000-0  62837-3 0   261
+2 31430 098.9609 093.3685 0032296 241.8589 244.2402 14.11883552307485
+1 31431U 99025BTT 13111.42755532  .00001062  00000-0  83712-3 0  6290
+2 31431 098.4919 291.2083 0154902 307.0864 081.5562 13.88245600302670
+1 31432U 99025BTU 13116.24953691  .00009233  00000-0  80020-3 0  8561
+2 31432 099.0439 022.0681 0234115 067.7710 059.2922 14.78559998321046
+1 31433U 99025BTV 13117.77763920  .00002600  00000-0  17549-2 0   822
+2 31433 098.3751 291.5994 0137560 178.5743 301.9051 13.96725231307609
+1 31434U 99025BTW 13111.22325948  .00003458  00000-0  13078-2 0  8925
+2 31434 099.0202 208.2612 0063131 253.3777 136.9351 14.30823563311444
+1 31435U 99025BTX 13117.24514317  .00000263  00000-0  75797-4 0  7461
+2 31435 099.0332 278.5971 0163632 318.9402 162.2687 14.46755034316822
+1 31436U 99025BTY 13116.06922853  .00002864  00000-0  13018-2 0  6878
+2 31436 098.9580 149.6793 0152203 057.9543 356.3206 14.16586927308671
+1 31437U 99025BTZ 13114.84680615  .00002484  00000-0  13880-2 0  6471
+2 31437 098.8560 076.2679 0020568 181.1736 209.8338 14.11622404311958
+1 31439U 99025BUB 13112.33927990  .00000810  00000-0  65167-3 0  4357
+2 31439 099.3353 143.3489 0149387 095.5596 332.6375 13.88350509307053
+1 31440U 99025BUC 13109.45804958  .00001567  00000-0  86855-3 0  4072
+2 31440 099.0135 119.0928 0052934 269.8210 089.6895 14.12046465311252
+1 31441U 99025BUD 13094.53136240  .00002246  00000-0  13178-2 0  5632
+2 31441 099.3724 090.1414 0302187 260.7398 248.5164 13.88816015308983
+1 31442U 99025BUE 13116.99070141  .00000472  00000-0  20610-3 0  4622
+2 31442 098.8050 180.9692 0087826 206.0462 153.6286 14.26532949315715
+1 31444U 99025BUG 13117.14769855  .00001929  00000-0  80149-3 0  4002
+2 31444 098.9241 185.2578 0120902 317.6688 072.8112 14.23759891315526
+1 31445U 99025BUH 13117.18963078  .00004281  00000-0  14524-2 0  6032
+2 31445 098.8858 198.4147 0086079 168.0811 220.8176 14.35136615315262
+1 31446U 99025BUJ 13089.70593903  .00002896  00000-0  15847-2 0  2322
+2 31446 098.7516 037.4008 0091762 320.5097 157.7668 14.10591576308245
+1 31447U 99025BUK 13107.05081132  .00001755  00000-0  65558-3 0  3787
+2 31447 098.6955 043.6440 0250213 312.2927 046.3376 14.17356623312310
+1 31449U 99025BUM 13100.75590257  .00000397  00000-0  15362-3 0  4153
+2 31449 098.6574 063.6108 0154882 156.0064 330.4496 14.29109233314579
+1 31450U 99025BUN 13112.13093280  .00007770  00000-0  61710-3 0  5087
+2 31450 098.6656 140.8858 0459500 323.8629 063.4969 14.43428947314297
+1 31451U 99025BUP 13100.24907273  .00000643  00000-0  39687-3 0  5207
+2 31451 098.9979 081.4183 0032028 281.9440 140.7908 14.08794082310168
+1 31452U 99025BUQ 13112.06889005  .00000455  00000-0  27945-3 0  4847
+2 31452 098.9869 147.3934 0041652 284.1703 103.0631 14.10347742311631
+1 31455U 99025BUT 13111.93239558  .00000329  00000-0  17416-3 0  4186
+2 31455 099.0388 166.5365 0227810 153.7704 332.1671 14.07746966310935
+1 31457U 99025BUV 13111.36020809  .00004065  00000-0  55748-3 0  4981
+2 31457 099.0798 311.6914 0238542 332.2391 149.5183 14.61364518321574
+1 31458U 99025BUW 13108.70969140  .00002433  00000-0  72060-3 0  4282
+2 31458 099.2230 284.6789 0105655 124.0170 297.1098 14.41203696315505
+1 31459U 99025BUX 13100.95321743  .00003142  00000-0  14807-2 0  3475
+2 31459 098.1029 276.4401 0139583 118.4709 028.5123 14.15472349309234
+1 31460U 99025BUY 13108.14314394  .00015892  00000-0  30929-2 0  9463
+2 31460 098.3508 346.9355 0272075 290.6502 225.5041 14.42184057309895
+1 31461U 99025BUZ 13094.65436827  .00015961  00000-0  24718-2 0  2447
+2 31461 097.6770 243.3235 0159906 278.8218 076.8144 14.64980862320284
+1 31462U 99025BVA 13115.96214382  .00000458  00000-0  29077-3 0  5426
+2 31462 099.0310 113.9125 0033411 251.1451 138.8648 14.08752686309729
+1 31463U 99025BVB 13101.57828454  .00001841  00000-0  57414-3 0  4332
+2 31463 098.9628 200.3722 0242425 162.5358 263.6484 14.26627028311541
+1 31464U 99025BVC 13093.22836787  .00000415  00000-0  26598-3 0  3528
+2 31464 098.9887 068.0433 0045030 306.6518 112.8955 14.08440583306506
+1 31465U 99025BVD 13100.09769264  .00002730  00000-0  19283-2 0  4501
+2 31465 098.5608 315.7597 0134244 296.1222 210.9337 13.94449031303814
+1 31466U 99025BVE 13088.47165601  .00000377  00000-0  13805-3 0  3109
+2 31466 099.0714 179.6459 0311234 132.8775 289.6759 14.15153220307190
+1 31467U 99025BVF 13096.98349150  .00001710  00000-0  14764-2 0  4723
+2 31467 098.5802 264.5654 0184931 099.9210 045.3290 13.80107250300264
+1 31471U 99025BVK 13096.98503749  .00002016  00000-0  13906-2 0  4349
+2 31471 097.9716 152.0584 0196145 210.6083 271.9276 13.91325624308021
+1 31472U 99025BVL 13116.28532307  .00019289  00000-0  76329-3 0  6585
+2 31472 099.5631 232.3453 0212327 024.2657 005.0720 15.07156297325116
+1 31473U 99025BVM 13100.97565050  .00001766  00000-0  97300-3 0  4600
+2 31473 099.0002 126.8649 0080828 316.2449 072.4806 14.11251494306818
+1 31474U 99025BVN 13114.85742098  .00001195  00000-0  87060-3 0  5173
+2 31474 099.0594 076.1418 0082881 343.4782 045.8977 13.96525426305531
+1 31475U 99025BVP 13116.02512591  .00001707  00000-0  56388-3 0  4298
+2 31475 098.9119 188.7656 0256770 162.7764 321.5011 14.22357676311427
+1 31476U 99025BVQ 13115.62871480  .00001289  00000-0  81257-3 0   530
+2 31476 099.0364 096.0028 0066222 186.8708 226.6392 14.04964719306740
+1 31477U 99025BVR 13115.03517841 -.00000166  00000-0 -75998-4 0  8375
+2 31477 099.1257 136.8561 0117800 236.4335 179.3116 14.00583949307708
+1 31478U 99025BVS 13107.59447139  .00001591  00000-0  75652-3 0  7387
+2 31478 102.5863 342.6811 0036915 029.9281 002.4995 14.21557878308480
+1 31480U 99025BVU 13117.06491089  .00001514  00000-0  11641-2 0  8053
+2 31480 098.3502 149.9064 0442134 327.3078 056.7558 13.56600405304111
+1 31481U 99025BVV 13102.70283723  .00010446  00000-0  31696-2 0  6899
+2 31481 099.2661 276.5186 0083835 248.9356 170.3452 14.40368059314023
+1 31482U 99025BVW 13115.88692442  .00000814  00000-0  35277-3 0  5117
+2 31482 098.7986 146.3131 0106309 129.5640 354.3766 14.23960241314152
+1 31483U 99025BVX 13114.62693919  .00002759  00000-0  21443-2 0  6928
+2 31483 102.5200 161.1759 0180564 130.3725 018.9299 13.86475223305531
+1 31484U 99025BVY 13088.92207403  .00001841  00000-0  12774-2 0  5254
+2 31484 101.8283 346.6566 0197882 327.3985 031.5073 13.91815465306284
+1 31485U 99025BVZ 13105.34383325  .00000225  00000-0  35643-3 0  4681
+2 31485 102.7220 246.7729 0510731 031.6235 000.8156 13.20290675292447
+1 31486U 99025BWA 13110.28560918  .00003034  00000-0  16304-2 0  6939
+2 31486 102.2746 230.2435 0028342 183.6668 206.1396 14.13932255308599
+1 31487U 99025BWB 13100.53107929  .00001565  00000-0  13437-2 0  5745
+2 31487 102.4234 117.1232 0139419 163.4121 350.2698 13.84828497302072
+1 31488U 99025BWC 13101.14411523  .00002674  00000-0  12551-2 0  5593
+2 31488 102.6686 332.5336 0104379 244.1769 263.0467 14.18737991308422
+1 31490U 07019A   13117.83121678  .00000653  00000-0  10523-3 0  6000
+2 31490 097.9697 223.5313 0020372 200.9634 159.0735 14.74628480319101
+1 31491U 99025BWE 13092.15713145  .00001276  00000-0  89239-3 0  3911
+2 31491 099.3267 161.6155 0071837 108.8499 252.0472 13.99144676300999
+1 31492U 99025BWF 13117.57381225  .00002631  00000-0  12429-2 0  5921
+2 31492 098.9843 148.1843 0158123 082.1521 071.0991 14.14242707307324
+1 31495U 99025BWJ 13090.01900818  .00001328  00000-0  76240-3 0  3931
+2 31495 099.1016 152.6447 0033781 009.2039 109.2981 14.10852389304967
+1 31496U 99025BWK 13106.59059907  .00005564  00000-0  64246-3 0  4836
+2 31496 099.1300 019.5793 0212126 174.6063 186.3062 14.71216865319057
+1 31497U 99025BWL 13092.94327411  .00000369  00000-0  12330-3 0  3753
+2 31497 098.6259 124.5213 0179934 146.4310 344.0469 14.34560123310884
+1 31498U 99025BWM 13099.22090378  .00001895  00000-0  19748-2 0  6343
+2 31498 098.5136 191.1516 0246439 244.7336 139.9487 13.64069322294350
+1 31499U 99025BWN 13109.00666001  .00003295  00000-0  25817-2 0  4207
+2 31499 097.6854 009.0743 0357037 038.1516 325.5088 13.66523656297911
+1 31500U 99025BWP 13098.15268997  .00012668  00000-0  12744-2 0  4888
+2 31500 098.9684 140.6597 0497083 278.0072 109.7738 14.28872829308630
+1 31501U 99025BWQ 13100.51931564  .00002054  00000-0  11935-2 0  2449
+2 31501 099.0335 095.7285 0046890 174.8887 331.7053 14.09270956305763
+1 31502U 99025BWR 13117.40361072  .00002106  00000-0  15208-2 0  4488
+2 31502 099.1932 100.3384 0087866 358.6926 001.3986 13.95962069309233
+1 31504U 99025BWT 13109.31522334  .00004894  00000-0  19560-2 0  6552
+2 31504 101.5219 054.2676 0205266 110.7581 043.2436 14.18259549308795
+1 31505U 99025BWU 13112.50887824  .00003542  00000-0  19074-2 0  5789
+2 31505 101.9315 135.3849 0055355 214.4804 145.5879 14.13012963308881
+1 31507U 99025BWW 13115.47320711  .00001104  00000-0  32828-3 0  7694
+2 31507 098.5942 112.1709 0139502 337.4874 177.2603 14.39801519314513
+1 31508U 99025BWX 13114.48972476  .00001967  00000-0  92013-3 0  5929
+2 31508 098.8968 121.2657 0063227 181.6374 334.4814 14.20395320309863
+1 31509U 99025BWY 13117.21364485  .00001876  00000-0  14920-2 0  7065
+2 31509 099.0054 019.0106 0236311 091.1717 058.8298 13.80123176301743
+1 31510U 99025BWZ 13104.92480190  .00000455  00000-0  24451-3 0  4298
+2 31510 098.8951 124.0435 0039994 343.1585 142.7872 14.17531197308522
+1 31511U 99025BXA 13111.10435852  .00001346  00000-0  74733-3 0  4201
+2 31511 099.0999 164.2314 0138749 346.7709 012.9836 14.08174665306636
+1 31512U 99025BXB 13100.69186231  .00001543  00000-0  51177-3 0  4529
+2 31512 098.7892 176.3567 0172684 107.6765 047.3413 14.31176884310618
+1 31513U 99025BXC 13095.96776939  .00002069  00000-0  12493-2 0  2410
+2 31513 099.0804 103.7964 0037886 318.6775 069.0112 14.07398595304595
+1 31514U 99025BXD 13117.14305581  .00001331  00000-0  88272-3 0  6501
+2 31514 099.2466 184.9626 0063558 001.5331 026.1402 14.02292762306052
+1 31516U 99025BXF 13108.66004054  .00000416  00000-0  19602-3 0  5649
+2 31516 098.9228 174.2667 0161020 221.2940 291.4137 14.18648400308890
+1 31519U 99025BXJ 13100.58917361  .00000633  00000-0  33262-3 0  4872
+2 31519 098.9017 120.6897 0055755 248.6971 258.0325 14.16948842307453
+1 31522U 99025BXM 13100.40992922  .00000781  00000-0  56564-3 0  7689
+2 31522 099.2007 148.8483 0065847 063.1446 010.3205 13.98538916303147
+1 31523U 99025BXN 13103.39877998  .00000065  00000-0  57918-4 0  4706
+2 31523 098.9005 071.0397 0037612 233.4605 282.5472 14.13494531306853
+1 31526U 99025BXR 13088.14621327  .00004401  00000-0  16604-2 0  1639
+2 31526 099.1158 205.6780 0054996 341.6805 018.4726 14.31061722312102
+1 31527U 99025BXS 13110.07828248  .00000085  00000-0  17087-3 0  4992
+2 31527 098.9177 157.9267 0458437 014.4787 346.8915 13.20550226292094
+1 31530U 99025BXV 13096.69293102  .00003807  00000-0  13855-2 0  2803
+2 31530 099.3709 262.0773 0134542 063.0121 296.8937 14.28896548312274
+1 31531U 99025BXW 13095.16642849  .00002246  00000-0  72028-3 0  2995
+2 31531 098.9123 144.4776 0301641 071.4520 291.9171 14.17609010308510
+1 31532U 99025BXX 13110.96768065  .00005632  00000-0  30935-2 0  2735
+2 31532 099.1741 143.7682 0170356 062.3174 059.8077 14.05012913308781
+1 31533U 99025BXY 13092.50776269  .00000400  00000-0  19752-3 0  3598
+2 31533 098.9369 171.3757 0070605 003.2688 356.8773 14.21827425311276
+1 31535U 99025BYA 13114.69472410  .00000822  00000-0  40649-3 0  4022
+2 31535 098.0498 284.0247 0102260 050.9046 310.1171 14.16955153311840
+1 31536U 99025BYB 13109.86314173  .00001466  00000-0  33915-3 0  8271
+2 31536 098.1921 261.7146 0475328 032.0288 330.8852 14.04635933306948
+1 31537U 99025BYC 13099.48057792  .00004590  00000-0  19642-2 0  6964
+2 31537 099.0568 320.6189 0577727 109.6859 003.3083 13.61215886296195
+1 31538U 99025BYD 13098.71855157  .00002600  00000-0  11484-2 0  2558
+2 31538 098.4720 009.8625 0076423 139.1398 221.5347 14.22517069309731
+1 31539U 99025BYE 13099.25274174  .00011840  00000-0  38673-2 0  6989
+2 31539 099.0689 210.6694 0058586 261.3032 126.5431 14.37738547311939
+1 31540U 99025BYF 13110.61177359  .00000734  00000-0  17945-3 0  3899
+2 31540 099.0390 247.0358 0254683 031.9761 028.9064 14.38209671315154
+1 31541U 99025BYG 13117.30966655  .00001258  00000-0  36433-3 0  5491
+2 31541 098.9689 248.8124 0124790 042.8283 346.7759 14.41944731316508
+1 31542U 99025BYH 13092.32162017  .00001715  00000-0  10470-2 0  4259
+2 31542 099.0844 101.1736 0056491 003.1155 055.0975 14.06582639305586
+1 31543U 99025BYJ 13117.65272450  .00024819  00000-0  75249-2 0  7930
+2 31543 098.5519 000.9842 0091904 063.9989 351.1393 14.39746104310913
+1 31544U 99025BYK 13117.44639624  .00000599  00000-0  39517-3 0  6249
+2 31544 099.0476 100.6443 0033732 231.6155 284.1366 14.05425128309197
+1 31546U 99025BYM 13117.25432769  .00001666  00000-0  11545-2 0  7394
+2 31546 098.2385 232.5363 0191590 191.7020 167.9658 13.91709878303028
+1 31547U 99025BYN 13105.29025472  .00001834  00000-0  11643-2 0  3612
+2 31547 098.9078 051.4843 0068476 296.7682 062.6501 14.03955449306945
+1 31549U 99025BYQ 13100.10586352  .00009404  00000-0  36956-2 0  3714
+2 31549 099.0966 188.1056 0040616 249.4076 238.3913 14.29040771310098
+1 31550U 99025BYR 13091.07353801  .00000915  00000-0  30736-3 0  4015
+2 31550 098.7590 128.2456 0225077 299.1869 086.9996 14.26505714309856
+1 31552U 99025BYT 13103.59306914  .00003313  00000-0  19545-2 0  8137
+2 31552 098.5850 343.2134 0155263 317.7536 041.1754 14.02672468305658
+1 31553U 99025BYU 13116.35921539  .00001448  00000-0  89680-3 0  6539
+2 31553 098.8905 068.4523 0039458 208.7389 316.0976 14.06404684307843
+1 31554U 99025BYV 13105.55117179  .00002204  00000-0  12552-2 0  4506
+2 31554 099.0488 109.8409 0064031 310.3957 195.8657 14.09822881307308
+1 31555U 99025BYW 13093.07535860  .00002593  00000-0  10765-2 0  3976
+2 31555 099.0912 170.5643 0227545 163.2223 326.3109 14.14343726306896
+1 31556U 99025BYX 13109.15043846  .00016036  00000-0  89715-3 0  5085
+2 31556 096.6882 064.0842 0272057 127.8662 304.5170 14.87137319326409
+1 31558U 99025BYZ 13114.71391822  .00000752  00000-0  22216-3 0  6414
+2 31558 098.7682 194.9551 0229931 163.5220 349.6411 14.32330062314216
+1 31559U 99025BZA 13116.16909565  .00002077  00000-0  77022-3 0  5017
+2 31559 098.8594 193.8686 0097586 183.6609 206.6656 14.30709847313592
+1 31560U 99025BZB 13094.75046494  .00000060  00000-0  45997-4 0  4670
+2 31560 098.8305 072.6985 0121498 311.2952 171.1593 14.20175096308536
+1 31561U 99025BZC 13116.06251447  .00000384  00000-0  29492-3 0  6847
+2 31561 099.1920 162.0663 0063620 015.3838 044.6302 13.98415871306675
+1 31562U 99025BZD 13117.34529464  .00000817  00000-0  35131-3 0  5901
+2 31562 099.2646 262.0178 0070636 280.8258 078.4976 14.26376851312736
+1 31563U 99025BZE 13114.89128946  .00000870  00000-0  22174-3 0  7453
+2 31563 098.9530 259.0160 0151848 321.4464 190.7402 14.46869118316784
+1 31565U 99025BZG 13115.88885655  .00002348  00000-0  16740-2 0  5071
+2 31565 100.7278 130.4296 0091907 359.0258 119.1529 13.96666737306001
+1 31566U 99025BZH 13115.09091696  .00001652  00000-0  98074-3 0  6832
+2 31566 098.8572 068.0092 0033412 208.3823 286.2187 14.08639617310122
+1 31567U 99025BZJ 13088.68473896  .00002398  00000-0  24061-2 0  5799
+2 31567 102.3137 347.1851 0241405 004.4014 053.2686 13.67075017301763
+1 31569U 99025BZL 13109.48185539  .00001676  00000-0  16498-2 0  6319
+2 31569 102.6143 110.7261 0194679 308.4305 208.9832 13.73039486300054
+1 31570U 99025BZM 13117.69686833  .00002161  00000-0  16402-2 0  5488
+2 31570 102.5992 181.4496 0202744 134.7007 010.4996 13.86335463304086
+1 31571U 07020A   13117.15650912 -.00000083  00000-0  11533-3 0  8018
+2 31571 051.9926 046.9151 0002162 073.6174 069.4801 12.62266155273776
+1 31572U 07020B   13117.14606038  .00065860  00000-0  19668-1 0  4911
+2 31572 051.9822 082.8492 0075504 354.2410 120.3075 14.40664810302894
+1 31573U 07020C   13116.15935095 -.00000084  00000-0  11291-3 0  9098
+2 31573 051.9967 005.4118 0002411 104.7019 060.6550 12.62266985274380
+1 31574U 07020D   13117.46589975 -.00000072  00000-0  17655-3 0  7989
+2 31574 052.0074 093.5336 0000920 052.6927 089.6454 12.62266380273050
+1 31576U 07020F   13117.83595426 -.00000049  00000-0  30800-3 0  9477
+2 31576 052.0084 001.8246 0001587 085.2064 315.1632 12.62259261274594
+1 31577U 07021A   13117.77988582  .00000011  00000-0  10000-3 0  6634
+2 31577 000.0999 086.3537 0003069 331.2064 082.3575 01.00273833 21663
+1 31579U 66040AR  13116.47337346  .00001178  00000-0  23432-2 0  1355
+2 31579 100.5246 191.8644 0051912 054.2720 064.1287 13.36878189292595
+1 31581U 99057PC  13099.88554839  .00010108  00000-0  25498-2 0  5929
+2 31581 098.2164 082.1414 0005570 199.4885 160.7093 14.51241999316226
+1 31582U 99057PD  13110.86917254  .00010721  00000-0  28228-2 0  5662
+2 31582 098.2064 083.9585 0010591 101.8143 257.7285 14.49165933311873
+1 31583U 99057PE  13103.74735860  .00003038  00000-0  97992-3 0  4514
+2 31583 098.2579 062.4838 0001728 318.2560 170.8285 14.39889547309670
+1 31586U 99057PH  13101.38865483  .00013461  00000-0  33303-2 0  5595
+2 31586 098.2182 078.0780 0010929 106.1541 254.0859 14.52061898319554
+1 31587U 99057PJ  13114.47186804  .00008027  00000-0  19341-2 0  7548
+2 31587 098.2157 095.6037 0009464 162.6270 342.8625 14.53456653314803
+1 31588U 99057PK  13115.26293990  .00025555  00000-0  45979-2 0  8960
+2 31588 098.2328 106.4236 0010922 068.2366 349.0777 14.66525947322234
+1 31589U 99057PL  13114.16427267  .00006729  00000-0  20620-2 0  4701
+2 31589 098.2344 069.5754 0026510 131.4089 232.9433 14.41805110320011
+1 31590U 99057PM  13111.84352898  .00019209  00000-0  32211-2 0  7958
+2 31590 098.2401 108.9223 0010083 114.5096 244.8262 14.69727130319323
+1 31591U 99057PN  13110.88945062  .00004176  00000-0  12100-2 0  4312
+2 31591 098.2409 080.9018 0012092 102.6772 286.0446 14.44895865317856
+1 31592U 99057PP  13103.25383110  .00017448  00000-0  41039-2 0  5620
+2 31592 098.2219 089.0611 0012525 199.6860 214.4564 14.54362269317821
+1 31593U 99057PQ  13114.93473229  .00017927  00000-0  36612-2 0  8861
+2 31593 098.2261 106.9507 0017467 013.1150 346.6752 14.60838738318941
+1 31598U 07023A   13117.81938758  .00000722  00000-0  97156-4 0  5449
+2 31598 097.8727 303.8430 0001376 084.3072 275.8305 14.82164558318578
+1 31608U 99025BZN 13089.10148297  .00004655  00000-0  87233-3 0  3930
+2 31608 098.4056 043.4473 0255687 346.2831 072.2222 14.46375695310222
+1 31609U 99025BZP 13110.34456270  .00002083  00000-0  15753-2 0  5937
+2 31609 099.0827 063.5563 0118211 071.1013 088.2274 13.91884555301353
+1 31611U 99025BZR 13105.59037635  .00004324  00000-0  19351-2 0  6008
+2 31611 098.9858 144.3612 0135654 093.2262 060.1888 14.18306792304896
+1 31612U 99025BZS 13089.21824547  .00002614  00000-0  33012-3 0  4767
+2 31612 100.3838 331.8988 0218861 157.6972 348.6763 14.67791269314727
+1 31613U 99025BZT 13092.09036188  .00000729  00000-0  75654-3 0  6242
+2 31613 098.4484 139.2461 0372879 348.4506 064.4866 13.51711014289350
+1 31614U 99025BZU 13117.58372718  .00002627  00000-0  13353-2 0  5758
+2 31614 099.0151 156.3166 0082808 094.8738 055.8581 14.14986365306025
+1 31617U 99025BZX 13101.03655145  .00002506  00000-0  89753-3 0  1763
+2 31617 096.7137 308.5734 0160298 292.3091 216.9618 14.27689352310986
+1 31618U 99025BZY 13108.65568448  .00000269  00000-0  14322-3 0  3449
+2 31618 099.4597 260.3828 0168255 331.5142 089.7181 14.15282789306829
+1 31619U 99025BZZ 13114.95013412  .00004758  00000-0  22248-2 0  5293
+2 31619 099.2013 121.2987 0300530 075.0380 317.6687 13.99618741303429
+1 31620U 99025CAA 13088.16632629  .00001975  00000-0  11856-2 0  3643
+2 31620 098.9543 061.1227 0033499 286.9921 072.7192 14.07804014301793
+1 31621U 99025CAB 13089.30376374  .00006861  00000-0  13249-2 0  6126
+2 31621 099.4833 028.2771 0125688 124.4421 032.5718 14.58847778311006
+1 31622U 99025CAC 13115.93421838  .00001927  00000-0  11015-2 0  7883
+2 31622 099.0039 106.4096 0024379 211.7057 177.2265 14.10639135303672
+1 31624U 99025CAE 13114.93369372  .00002666  00000-0  10421-2 0  6248
+2 31624 099.6689 013.6327 0063741 002.5812 054.9073 14.29443927308583
+1 31625U 99025CAF 13115.64708200  .00000528  00000-0  13062-3 0  6582
+2 31625 098.8324 246.4516 0164412 272.1339 159.3881 14.49047885314593
+1 31626U 99025CAG 13104.97871820  .00002464  00000-0  12541-2 0  5092
+2 31626 101.3160 357.4972 0032952 262.7863 096.9556 14.16898087308760
+1 31627U 99025CAH 13104.89554407  .00001124  00000-0  56296-3 0  2638
+2 31627 098.9193 117.8121 0064982 232.2884 257.7329 14.17652087306228
+1 31628U 99025CAJ 13111.23162324  .00001190  00000-0  12543-2 0  5562
+2 31628 102.2682 023.8957 0193633 248.3951 269.3824 13.69984698299786
+1 31629U 99025CAK 13117.44916368  .00002355  00000-0  19336-2 0  5704
+2 31629 102.1840 082.7510 0146048 103.7587 022.6012 13.86044345304464
+1 31630U 99025CAL 13111.58704840  .00002385  00000-0  30661-3 0  3633
+2 31630 098.1114 010.7310 0367002 149.0640 329.7774 14.44481497314466
+1 31631U 99025CAM 13088.90051903  .00003066  00000-0  20855-2 0  5832
+2 31631 099.3887 117.4483 0211709 277.3236 080.3906 13.90558573297299
+1 31632U 99025CAN 13088.04475787  .00004462  00000-0  15262-2 0  4801
+2 31632 098.9981 166.1756 0190603 252.3482 229.9942 14.27109280306839
+1 31636U 99025CAS 13105.62315389  .00006253  00000-0  47264-3 0  4268
+2 31636 098.8757 346.7584 0248193 034.3937 357.1225 14.81433275318643
+1 31639U 99025CAV 13104.09023698  .00000067  00000-0  85656-4 0  4186
+2 31639 098.6775 325.0887 0164285 112.7904 039.8462 13.83823926300762
+1 31640U 99025CAW 13117.68620809  .00003519  00000-0  39319-3 0  3980
+2 31640 099.2187 018.2028 0287057 226.2073 162.3769 14.62287915317914
+1 31642U 99025CAY 13112.12343473  .00000652  00000-0  26102-3 0  3920
+2 31642 098.7943 176.8221 0132192 118.5928 273.5348 14.26981949311298
+1 31644U 99025CBA 13106.04581027  .00001948  00000-0  47563-3 0  2477
+2 31644 098.6660 172.3981 0234252 118.1152 002.9572 14.38492217312522
+1 31645U 99025CBB 13111.74674778  .00012164  00000-0  82108-3 0  4071
+2 31645 098.7224 286.5805 0187633 337.3570 089.9277 14.93490723318346
+1 31648U 99025CBE 13089.56755971  .00002229  00000-0  18361-2 0  2172
+2 31648 102.8253 206.3084 0127595 250.3939 179.5683 13.87249250298940
+1 31654U 99025CBL 13088.36075411  .00006767  00000-0  17172-2 0  1573
+2 31654 097.6075 131.0094 0298617 063.6926 359.7832 14.27546056304743
+1 31656U 99025CBN 13112.20394681  .00002308  00000-0  12208-2 0  6240
+2 31656 099.1503 195.8418 0032112 290.4708 124.4650 14.14533980307702
+1 31657U 99025CBP 13089.58357731  .00001441  00000-0  14380-2 0  4282
+2 31657 102.2248 001.0865 0179367 263.7243 218.8086 13.73691393295737
+1 31658U 99025CBQ 13116.09373076  .00001188  00000-0  10136-2 0  7051
+2 31658 098.1652 153.6749 0279402 045.4346 017.0478 13.72258994297163
+1 31659U 99025CBR 13117.65744294  .00002041  00000-0  41161-3 0  3136
+2 31659 099.0643 284.3622 0214267 291.9731 125.7671 14.49326169315269
+1 31660U 99025CBS 13093.94095931  .00000747  00000-0  36560-3 0  2171
+2 31660 098.8916 120.9198 0114732 255.0561 235.9988 14.17577340305631
+1 31661U 99025CBT 13116.22598730  .00001482  00000-0  90328-3 0  8269
+2 31661 099.0576 105.0534 0073019 293.4207 187.8067 14.06384382306331
+1 31663U 99025CBV 13105.73224397  .00001800  00000-0  25306-3 0  4466
+2 31663 098.9232 288.8049 0235240 150.4271 271.3471 14.61634847316626
+1 31664U 99025CBW 13105.03810109  .00000242  00000-0  16337-3 0  5321
+2 31664 099.0618 130.7121 0132094 196.0838 191.6435 14.05557494310393
+1 31665U 99025CBX 13117.26278832  .00000639  00000-0  61466-3 0  5627
+2 31665 098.4757 232.7403 0207121 077.2533 312.2991 13.74053667298383
+1 31666U 99025CBY 13110.55131285  .00001849  00000-0  78836-3 0  5570
+2 31666 098.8221 140.2521 0065354 170.3055 342.9791 14.25198993313848
+1 31667U 99025CBZ 13103.22059490  .00000322  00000-0  17331-3 0  4245
+2 31667 098.9478 176.8842 0053572 003.9987 029.4649 14.19080667307426
+1 31668U 99025CCA 13107.64461480  .00004211  00000-0  16269-2 0  1282
+2 31668 096.5420 257.0375 0133103 314.0515 045.9872 14.25739808308453
+1 31670U 99025CCC 13101.70591868  .00001244  00000-0  13921-2 0  3557
+2 31670 098.4457 161.3383 0274350 290.4135 066.7742 13.57842931292431
+1 31672U 99025CCE 13088.37993149  .00001644  00000-0  72288-3 0  3123
+2 31672 098.9652 139.5911 0173297 116.9900 308.3014 14.17157183307685
+1 31675U 99025CCH 13089.34989878  .00001876  00000-0  12331-2 0  1686
+2 31675 098.4288 277.7079 0146664 262.8017 218.9884 13.97945074300063
+1 31676U 99025CCJ 13089.77789016  .00000692  00000-0  99019-3 0   634
+2 31676 098.5758 091.9146 0417281 260.9294 095.5404 13.28533001284818
+1 31678U 99025CCL 13100.39647810  .00002766  00000-0  68797-3 0  4674
+2 31678 098.7727 046.7614 0385075 201.6824 308.9950 14.16180585307942
+1 31679U 99025CCM 13088.06615834  .00002522  00000-0  93600-3 0  2337
+2 31679 098.9046 169.3299 0089889 204.7609 275.6555 14.30875740305735
+1 31681U 99025CCP 13115.70889905  .00013068  00000-0  23217-2 0  4890
+2 31681 098.9929 274.1942 0099661 343.4895 016.3066 14.64093215313658
+1 31682U 99025CCQ 13095.23776369  .00007300  00000-0  30071-2 0  3454
+2 31682 098.7122 073.4178 0044129 191.6575 229.0153 14.26618184304870
+1 31683U 99025CCR 13103.18577411  .00005165  00000-0  19913-2 0  3253
+2 31683 098.6471 064.9673 0089707 101.8579 320.4019 14.28463283307207
+1 31685U 99025CCT 13100.44537042  .00000352  00000-0  23196-3 0  4834
+2 31685 099.0249 088.6805 0015784 262.9796 251.1827 14.08363822303389
+1 31686U 99025CCU 13098.94577293  .00005750  00000-0  77657-3 0  3509
+2 31686 098.7196 135.8354 0434655 083.1669 041.8015 14.30587584310665
+1 31688U 99025CCW 13111.39297024 -.00000134  00000-0 -58611-4 0  5894
+2 31688 099.0850 078.1449 0068864 267.9566 245.7559 14.00485619306638
+1 31689U 99025CCX 13112.01822815  .00037182  00000-0  11603-2 0  6213
+2 31689 098.7563 019.0350 0148500 185.7957 176.4543 15.22956993325770
+1 31692U 99025CDA 13090.69673848  .00001666  00000-0  13673-2 0  5212
+2 31692 099.1276 043.4005 0126585 179.6438 302.6873 13.87147622305938
+1 31693U 99025CDB 13109.01387711  .00024613  00000-0  20236-2 0  3950
+2 31693 099.7285 168.5473 0145103 047.4056 080.2053 14.91219799319472
+1 31694U 99025CDC 13116.33534730  .00011070  00000-0  13976-2 0  5070
+2 31694 101.0631 138.3569 0214753 328.9216 086.2896 14.67238222318878
+1 31695U 99025CDD 13104.86688521  .00001877  00000-0  43101-3 0  5498
+2 31695 098.7157 111.1824 0297359 175.4327 316.2697 14.33005447315694
+1 31696U 99025CDE 13090.41041439  .00000985  00000-0  85443-3 0  2799
+2 31696 097.7891 081.3782 0159196 309.4765 049.2403 13.82449358303243
+1 31698U 07026A   13117.22672026 -.00000016  00000-0  24461-5 0  8429
+2 31698 097.4470 125.4774 0001562 109.8527 250.2876 15.19151339325330
+1 31699U 07026B   13117.37628963  .00000544  00000-0  89148-4 0  7872
+2 31699 097.4965 244.2124 0358462 081.0981 315.3233 14.39212415308108
+1 31709U 99025CDG 13088.43135117  .00002727  00000-0  17878-2 0  5212
+2 31709 098.0355 158.9079 0206943 244.2880 113.6732 13.92864330286966
+1 31710U 99025CDH 13110.89028512  .00005327  00000-0  67854-3 0  4645
+2 31710 098.9973 331.5684 0186048 166.2916 194.3440 14.70563787316213
+1 31711U 99025CDJ 13113.88346016  .00011869  00000-0  27357-2 0  6384
+2 31711 099.0541 262.0207 0139066 113.5803 039.7874 14.49662182311723
+1 31712U 99025CDK 13111.19210785  .00010088  00000-0  96822-3 0  5341
+2 31712 099.0185 010.9358 0189156 106.2474 255.9636 14.80753063317574
+1 31714U 99025CDM 13116.05197928  .00002742  00000-0  15228-2 0  9630
+2 31714 099.0635 150.4511 0062660 295.9423 117.6793 14.11005781302873
+1 31715U 99025CDN 13109.63638751  .00002547  00000-0  76323-3 0  3182
+2 31715 099.2762 255.2964 0260423 202.7917 221.8558 14.26005052308885
+1 31716U 99025CDP 13110.46383947  .00001011  00000-0  79732-3 0  5858
+2 31716 098.4996 294.7475 0152775 308.6799 079.3310 13.88501040298318
+1 31717U 99025CDQ 13089.18730392  .00002790  00000-0  20343-2 0  2117
+2 31717 096.9155 234.6526 0224908 144.6330 216.9073 13.85263694299409
+1 31720U 99025CDT 13114.92170304  .00000966  00000-0  24753-3 0  6480
+2 31720 099.1173 290.9530 0145811 353.9871 005.9563 14.46882772312901
+1 31721U 99025CDU 13105.29977912  .00000267  00000-0  24980-3 0  5206
+2 31721 099.4010 041.0586 0331208 271.5612 248.4281 13.68465569293369
+1 31722U 99025CDV 13101.47829168  .00003838  00000-0  16415-2 0  5303
+2 31722 101.9546 194.9915 0025978 221.8061 138.8607 14.25698083304390
+1 31723U 99025CDW 13089.82671358  .00002187  00000-0  17372-2 0  2647
+2 31723 097.8120 095.2077 0151501 349.7332 010.1065 13.86862010294901
+1 31726U 99025CDZ 13089.26486198  .00001806  00000-0  93573-3 0  4326
+2 31726 099.1843 105.8166 0273040 335.1604 023.6278 13.98762042302656
+1 31727U 99025CEA 13110.55040275  .00001788  00000-0  10453-2 0  5163
+2 31727 099.0563 134.6941 0052362 187.5120 326.4874 14.09003091302213
+1 31728U 99025CEB 13113.11005142  .00117527  00000-0  45792-2 0  7517
+2 31728 098.6979 166.1095 0212082 070.4867 256.9620 15.07210087310854
+1 31731U 99025CEE 13108.23274204  .00001975  00000-0  11016-2 0  5367
+2 31731 099.2662 207.6903 0015938 225.4040 164.0511 14.12093291302590
+1 31732U 99025CEF 13114.64754944  .00000523  00000-0  33091-3 0  3223
+2 31732 099.0677 174.0082 0040864 311.1826 203.6143 14.08131157304751
+1 31733U 99025CEG 13110.55424000  .00002143  00000-0  39157-3 0  7792
+2 31733 099.1234 329.7003 0164453 287.4093 100.6580 14.58839388311762
+1 31734U 99025CEH 13104.97494079  .00000411  00000-0  19068-3 0  3459
+2 31734 098.8108 131.1991 0114145 164.6071 311.2074 14.22517271306515
+1 31735U 99025CEJ 13101.11752175  .00001130  00000-0  46585-3 0  5294
+2 31735 098.8048 156.0819 0075199 235.6836 152.2403 14.27333656304769
+1 31736U 99025CEK 13096.97456537  .00000169  00000-0  11662-3 0  3786
+2 31736 098.9753 105.5361 0013148 072.4722 319.4605 14.12081504303038
+1 31737U 99025CEL 13117.09470836  .00000988  00000-0  21672-3 0  5998
+2 31737 098.4702 170.3704 0198113 262.3368 124.2313 14.48664900311371
+1 31739U 99025CEN 13101.83205207  .00000263  00000-0  14035-3 0  4432
+2 31739 098.8188 063.6780 0129521 326.4062 064.0614 14.17388957302931
+1 31741U 99025CEQ 13101.68664969  .00000865  00000-0  38093-3 0  4306
+2 31741 099.0605 181.3309 0213149 305.6283 203.1867 14.14851218303849
+1 31742U 99025CER 13115.68460600  .00000801  00000-0  33306-3 0  4715
+2 31742 098.8360 185.4266 0092938 136.8412 016.1970 14.26864119308569
+1 31743U 99025CES 13104.51997698  .00001490  00000-0  86561-3 0  4848
+2 31743 099.1628 178.1807 0042666 342.4283 087.4810 14.09889730304292
+1 31744U 99025CET 13105.75745774  .00004036  00000-0  18668-2 0  4269
+2 31744 099.3981 082.6376 0434234 290.3427 067.9358 13.81457315303887
+1 31745U 99025CEU 13089.05357730  .00003212  00000-0  12638-2 0  1617
+2 31745 096.7625 178.8509 0503875 157.1737 329.0356 13.77239632296484
+1 31746U 99025CEV 13117.04317803  .00001878  00000-0  83032-3 0  4027
+2 31746 098.8431 145.8683 0051815 172.2907 217.3910 14.23737179308748
+1 31750U 99025CEZ 13088.40666671  .00002372  00000-0  76630-3 0  3080
+2 31750 098.7666 151.9732 0132434 124.0047 297.7238 14.35189605306833
+1 31751U 99025CFA 13108.99854139  .00003164  00000-0  14051-2 0  3455
+2 31751 098.9022 133.7131 0076584 024.5660 007.1022 14.22149986308022
+1 31753U 99025CFC 13113.90941597  .00000463  00000-0  23309-3 0  5255
+2 31753 098.9359 099.9495 0167684 006.9442 022.6232 14.14186195307823
+1 31754U 99025CFD 13109.73792006  .00000876  00000-0  39292-3 0  5044
+2 31754 098.9832 198.7231 0063776 296.3220 219.5772 14.24100158309590
+1 31755U 99025CFE 13088.29801019  .00000680  00000-0  38507-3 0  1268
+2 31755 099.0867 111.8646 0199186 060.9248 001.6922 14.03781478310357
+1 31756U 99025CFF 13116.31783488  .00001814  00000-0  95127-3 0  4144
+2 31756 099.3531 239.8140 0065870 324.1854 067.2582 14.14504185307984
+1 31759U 99025CFJ 13116.41427101  .00005124  00000-0  22936-2 0  4522
+2 31759 098.6550 080.9336 0011321 078.1951 067.7339 14.22951666308477
+1 31760U 99025CFK 13110.81859976  .00000694  00000-0  34218-3 0  5290
+2 31760 099.2702 241.1273 0059983 032.3341 328.1488 14.20084935306063
+1 31761U 99025CFL 13115.85956606  .00007212  00000-0  22771-2 0  6832
+2 31761 098.7042 263.0891 0624789 159.3086 203.4610 13.65117874296081
+1 31762U 99025CFM 13117.21075454  .00091397  00000-0  12821-2 0  7651
+2 31762 099.2450 206.2164 0130719 140.4187 251.6530 15.46983836323943
+1 31763U 99025CFN 13116.02089238  .00001125  00000-0  77907-3 0  6820
+2 31763 098.4715 135.6627 0587340 017.7837 031.9154 13.39321661291859
+1 31765U 99025CFQ 13115.58797562  .00004906  00000-0  35887-2 0  6873
+2 31765 098.9911 341.4701 0316728 294.0761 091.3476 13.75117427296226
+1 31766U 99025CFR 13108.34378484  .00000485  00000-0  32983-3 0  3429
+2 31766 099.0988 121.2953 0076133 216.2703 211.0101 14.03472042307432
+1 31767U 99025CFS 13109.89647720  .00000483  00000-0  33853-3 0  6476
+2 31767 099.1037 095.7198 0040989 292.0294 096.1004 14.02855032301512
+1 31768U 99025CFT 13107.23767591  .00001989  00000-0  82088-3 0  4993
+2 31768 099.0271 205.1675 0060760 289.4581 098.3948 14.26993483304633
+1 31769U 99025CFU 13095.52905771  .00002279  00000-0  15515-2 0  3516
+2 31769 098.4912 299.0600 0116862 355.3802 004.6274 13.97626413303581
+1 31770U 99025CFV 13115.41344773  .00005989  00000-0  23628-2 0  2398
+2 31770 097.7155 161.1568 0233598 072.4175 357.0126 14.15540700308886
+1 31771U 99025CFW 13089.60306892  .00003147  00000-0  15080-2 0  4489
+2 31771 102.8164 359.8659 0027706 243.0441 236.2387 14.20077158304270
+1 31772U 99025CFX 13107.49751419  .00000740  00000-0  49691-3 0  6245
+2 31772 098.4058 301.6271 0167760 188.3161 199.3707 13.96876795300012
+1 31780U 99025CGF 13111.18204325  .00001255  00000-0  24757-3 0  5230
+2 31780 099.2558 016.7965 0188322 319.2762 039.4479 14.54103712312805
+1 31781U 99025CGG 13096.64954042  .00003495  00000-0  26116-2 0  3801
+2 31781 099.5550 128.4418 0290300 040.7751 102.6873 13.77309598298751
+1 31782U 99025CGH 13105.67469171  .00000475  00000-0  20118-3 0  4027
+2 31782 098.7987 173.7738 0089682 217.3202 297.5937 14.27975575306718
+1 31783U 99025CGJ 13096.08738427  .00000911  00000-0  57862-3 0  4060
+2 31783 099.1273 149.2182 0112632 065.7502 325.0196 14.03288966299825
+1 31786U 99025CGM 13088.17659306  .00002610  00000-0  20520-2 0  1281
+2 31786 097.7068 067.9787 0119901 296.9430 061.8539 13.89201410295537
+1 31787U 99025CGN 13116.26722230  .00004236  00000-0  14293-2 0  4831
+2 31787 098.7612 129.5442 0134714 057.9288 003.3789 14.32469024319117
+1 31788U 99025CGP 13102.30883188  .00002218  00000-0  25400-2 0  7846
+2 31788 102.5568 225.2036 0521857 323.4418 099.9210 13.24746342291164
+1 31789U 07028A   13116.72786691  .00001862  00000-0  13199-3 0  6207
+2 31789 064.5087 190.4858 0051705 248.8005 256.4168 15.07193424320160
+1 31790U 07028B   13117.11290759  .00007565  00000-0  34663-3 0  6775
+2 31790 064.5015 121.2861 0034930 251.7654 107.9667 15.20647774321491
+1 31791U 07028C   13117.16091166  .00000350  00000-0  14732-3 0  9719
+2 31791 064.5275 070.1939 0837786 021.1283 084.1160 13.24510836282068
+1 31792U 07029A   13117.85828704  .00000137  00000-0  10000-3 0  4669
+2 31792 070.9659 340.0796 0009007 025.3500 142.9892 14.12329219300675
+1 31793U 07029B   13117.10425836 -.00000282  00000-0 -12272-3 0  6856
+2 31793 070.9764 324.8923 0002851 275.3273 230.5599 14.14213011300929
+1 31794U 07029C   13117.58579729  .00000148  00000-0  18515-3 0  9285
+2 31794 071.0419 288.6819 0208360 282.8405 141.4786 13.70675372291675
+1 31795U 07029D   13117.48364132  .00000077  00000-0  11964-3 0  9287
+2 31795 070.9477 290.5282 0225431 329.2039 063.2263 13.67508534290953
+1 31796U 07029E   13116.72920698  .00000039  00000-0  81907-4 0  9259
+2 31796 071.0427 310.3832 0217877 318.9309 165.4679 13.67819615290921
+1 31798U 07030B   13117.00599053  .00018849  00000-0  40251-3 0  7490
+2 31798 098.2164 095.3841 0022477 351.5082 039.5271 15.44655345324756
+1 31799U 07029F   13117.64482255 -.00000041  00000-0  17427-5 0  9190
+2 31799 070.9411 302.9545 0228335 003.2965 063.4039 13.65450539290310
+1 31800U 07031A   13116.91765926 -.00000370  00000-0  10000-3 0  6587
+2 31800 000.0040 307.8977 0003407 087.9199 265.1843 01.00272185 21341
+1 31802U 99025CGQ 13102.14280998  .00011058  00000-0  13976-2 0  3556
+2 31802 098.1724 052.6857 0231700 046.5165 014.6421 14.64866859311493
+1 31803U 99025CGR 13113.20881207  .00026860  00000-0  16830-2 0  3397
+2 31803 098.1477 353.0921 0433036 312.7421 213.7954 14.55179523306412
+1 31805U 99025CGT 13105.05457692  .00004171  00000-0  15046-2 0  3669
+2 31805 098.4128 177.8317 0599294 155.5780 207.5057 13.64538896293018
+1 31806U 99025CGU 13101.46893580  .00001219  00000-0  10940-2 0  1623
+2 31806 097.6963 342.3233 0383745 160.7309 201.5506 13.56698657294512
+1 31807U 99025CGV 13104.24173476  .00001334  00000-0  43644-3 0  3660
+2 31807 099.0779 238.7944 0135975 114.5268 010.6809 14.35148383309013
+1 31808U 99025CGW 13096.28719657  .00003366  00000-0  23927-2 0  4010
+2 31808 099.2570 092.9648 0103092 119.1822 301.8153 13.95699213297424
+1 31809U 99025CGX 13089.35916816  .00004306  00000-0  15643-2 0   777
+2 31809 098.8269 138.9133 0040667 231.2230 188.2820 14.33340281305342
+1 31810U 99025CGY 13088.28309981  .00001151  00000-0  33062-3 0  1805
+2 31810 098.7389 105.1700 0260216 260.8335 096.2928 14.29097143305236
+1 31811U 99025CGZ 13114.17093616  .00011287  00000-0  33070-2 0  2887
+2 31811 098.9816 214.7306 0088382 168.6858 310.7048 14.41796254312991
+1 31812U 99025CHA 13093.70685324  .00000092  00000-0  93151-4 0  1436
+2 31812 099.2283 151.8010 0067653 095.5762 049.8509 13.98855560297864
+1 31813U 99025CHB 13106.51745747  .00000637  00000-0  19931-3 0  4438
+2 31813 099.4439 350.1781 0163379 150.4217 210.6331 14.37397505315357
+1 31814U 99025CHC 13092.70179066  .00000327  00000-0  39437-3 0  3178
+2 31814 099.6796 065.7871 0237137 125.1962 237.1968 13.62554566291751
+1 31815U 99025CHD 13090.94954727 -.00000111  00000-0 -37410-4 0  4004
+2 31815 098.9947 115.1767 0059840 166.5675 315.8212 14.09554898301768
+1 31816U 99025CHE 13111.19991829  .00000912  00000-0  79064-3 0  6267
+2 31816 098.9700 018.2498 0133891 107.3873 046.9544 13.84621566297697
+1 31817U 99025CHF 13097.14846422  .00002763  00000-0  94450-3 0  3870
+2 31817 098.8435 187.0150 0101328 184.4624 288.1155 14.34285530307662
+1 31818U 99025CHG 13116.55966179  .00010284  00000-0  41571-3 0  3929
+2 31818 098.8221 025.1207 0174902 257.3261 229.2404 15.12014177319149
+1 31819U 99025CHH 13113.93554378  .00000485  00000-0  21982-3 0  4043
+2 31819 098.7895 141.5083 0096228 131.4235 357.4294 14.23958742310584
+1 31820U 99025CHJ 13114.62233806  .00001743  00000-0  32904-3 0  4103
+2 31820 098.9248 235.5166 0299169 347.5672 069.8847 14.41087562310862
+1 31821U 99025CHK 13110.05671012  .00001359  00000-0  82515-3 0  3860
+2 31821 098.1897 130.7259 0460108 249.4521 141.2828 13.65623256296262
+1 31823U 99025CHM 13115.57210955  .00001973  00000-0  77685-3 0  5371
+2 31823 099.5479 341.4570 0065664 282.8814 107.4387 14.29347342308534
+1 31825U 99025CHP 13089.85849831  .00000654  00000-0  31856-3 0  4863
+2 31825 098.9520 110.0132 0181031 303.2176 181.1715 14.13453938300051
+1 31826U 99025CHQ 13106.62498060  .00000495  00000-0  26508-3 0  4774
+2 31826 098.9521 134.9664 0135643 083.1156 043.0170 14.12891731304240
+1 31828U 99025CHS 13105.47105548  .00006054  00000-0  26894-2 0  4655
+2 31828 099.3022 175.2469 0251013 081.0432 283.8189 14.07927974309082
+1 31829U 99025CHT 13115.73867220  .00000442  00000-0  37964-3 0  4441
+2 31829 099.0986 042.3033 0175898 037.9108 354.1231 13.84958779302103
+1 31830U 99025CHU 13116.65231870  .00001044  00000-0  10670-2 0  6514
+2 31830 099.1362 012.9647 0209222 262.2168 126.4761 13.69693304294893
+1 31831U 99025CHV 13089.83634792  .00001863  00000-0  14784-2 0  2306
+2 31831 097.8673 106.9870 0152856 357.4529 002.5838 13.86978948295950
+1 31834U 99025CHY 13088.74618294  .00000171  00000-0  12818-3 0  6051
+2 31834 098.3122 271.0812 0176594 189.7532 235.0725 13.98348393305580
+1 31835U 99025CHZ 13095.48513402  .00002930  00000-0  21013-2 0  3975
+2 31835 098.4013 259.9914 0123087 304.3000 087.5529 13.94192450299214
+1 31836U 99025CJA 13117.49392100  .00001356  00000-0  10762-2 0  5941
+2 31836 098.5861 318.0147 0143909 323.3241 063.4506 13.88202445301317
+1 31841U 99025CJF 13089.22626451  .00002339  00000-0  12708-2 0  1990
+2 31841 098.4763 237.5097 0383994 172.9255 314.4711 13.81521884295633
+1 31842U 99025CJG 13098.12399169  .00021286  00000-0  14302-2 0  5474
+2 31842 098.0930 043.7293 0316420 024.8984 035.8608 14.74002753312311
+1 31844U 99025CJJ 13095.88600240  .00001096  00000-0  63997-3 0  5664
+2 31844 100.2979 063.8202 0118957 259.7574 158.5459 14.07594383299406
+1 31848U 99025CJN 13115.07954723  .00002243  00000-0  42032-3 0  5280
+2 31848 096.7507 045.8979 0168267 195.3717 223.5956 14.56775062314109
+1 31849U 99025CJP 13089.43040609  .00006809  00000-0  13104-2 0  2297
+2 31849 097.9838 322.9503 0212934 357.4175 002.6104 14.50378387307243
+1 31850U 99025CJQ 13109.62950095  .00001837  00000-0  38132-3 0  5289
+2 31850 098.4615 028.7234 0351697 184.2568 305.8377 14.29102266306008
+1 31851U 99025CJR 13095.69936350  .00001541  00000-0  16322-2 0  2240
+2 31851 098.8003 259.2947 0233777 338.9311 081.6142 13.64623868291105
+1 31854U 99025CJU 13097.02414373  .00000531  00000-0  39363-3 0  5150
+2 31854 099.1876 117.7913 0081450 000.1887 359.9293 13.98198959303990
+1 31855U 99025CJV 13099.00865308  .00009923  00000-0  10179-2 0  1196
+2 31855 096.7038 004.8920 0340140 017.3638 345.2463 14.56112773311740
+1 31858U 99025CJY 13099.63326596  .00001301  00000-0  12631-2 0   397
+2 31858 097.6303 322.2655 0377103 181.5273 214.8568 13.53341047289440
+1 31861U 99025CKB 13115.29597346  .00000827  00000-0  11320-2 0  3226
+2 31861 102.3228 141.4361 0543568 326.4465 092.2586 13.14365717288985
+1 31862U 07032A   13116.47713897 -.00000110  00000-0  10000-3 0  1292
+2 31862 000.0621 068.0418 0000517 243.0732 332.4904 01.00271985 21272
+1 31863U 07032B   13117.73579047  .00000788  00000-0  36263-3 0   726
+2 31863 045.9326 227.7751 5019064 092.9138 323.1073 05.49541607116187
+1 31864U 07032C   13117.79684466 -.00000367  00000-0  00000+0 0  7924
+2 31864 021.5377 345.6091 5759073 200.2685 332.7017 02.01203768 42699
+1 31867U 99057PS  13115.08960366  .00008997  00000-0  14619-2 0  5738
+2 31867 098.1196 159.1873 0071261 026.0360 027.4388 14.69641700313174
+1 31869U 99057PU  13117.46356018  .00011140  00000-0  24449-2 0  6318
+2 31869 098.2356 102.7144 0009935 116.5839 243.6378 14.57716539310410
+1 31870U 99057PV  13102.87649111  .00015176  00000-0  41113-2 0  5586
+2 31870 098.2346 077.9252 0006133 127.5520 263.6397 14.47736022309936
+1 31871U 99057PW  13104.82336556  .00007955  00000-0  21088-2 0  4696
+2 31871 098.2260 080.3067 0014983 092.1986 021.8195 14.48895180310528
+1 31872U 99057PX  13116.20993064  .00005302  00000-0  14876-2 0  4326
+2 31872 098.2332 086.7957 0008418 095.1318 322.6561 14.46361013311560
+1 31873U 99057PY  13101.78035745  .00005514  00000-0  17374-2 0  5105
+2 31873 098.2706 067.7534 0007112 105.8698 019.1481 14.40709642308378
+1 31876U 99057QB  13089.71965515  .00003741  00000-0  11802-2 0  3066
+2 31876 098.2485 048.7147 0012323 209.2201 270.8988 14.40804883313189
+1 31877U 99025CKC 13110.04313395  .00002057  00000-0  32938-3 0  4509
+2 31877 099.0719 326.9382 0209417 215.4781 143.1520 14.59553220310946
+1 31878U 99025CKD 13106.08329676  .00002631  00000-0  59736-3 0  4253
+2 31878 099.4511 037.5565 0157578 080.9873 280.9114 14.49656832307730
+1 31879U 99025CKE 13110.34451865  .00000220  00000-0  76423-4 0  4316
+2 31879 099.6994 048.7200 0235320 342.2853 162.8849 14.33382819305973
+1 31880U 99025CKF 13097.64913200  .00000546  00000-0  51068-3 0  3598
+2 31880 100.0144 251.0093 0137771 002.3603 056.6248 13.82655731293345
+1 31882U 99025CKH 13089.04565538  .00000824  00000-0  53731-3 0  1127
+2 31882 098.8610 021.7177 0035516 296.0195 063.7418 14.04878777299207
+1 31883U 99025CKJ 13107.97167643  .00000632  00000-0  15329-3 0  6309
+2 31883 099.1020 291.5650 0163493 343.3666 016.2199 14.49372295308185
+1 31886U 99025CKM 13088.35947576  .00002589  00000-0  15669-2 0  1183
+2 31886 099.1982 140.0950 0067884 079.8850 280.9966 14.06223270295941
+1 31887U 99025CKN 13117.08885705  .00001821  00000-0  76259-3 0  5424
+2 31887 099.5572 336.1914 0051345 303.1491 212.2494 14.26768470304817
+1 31888U 99025CKP 13116.15475964  .00001692  00000-0  99786-3 0  4878
+2 31888 099.1646 187.9800 0027862 289.1662 100.1563 14.09133765304942
+1 31890U 99025CKR 13106.95348832  .00000300  00000-0  19649-3 0  4281
+2 31890 099.0280 106.1390 0072722 287.8977 101.2272 14.08523594302291
+1 31891U 99025CKS 13112.49224685  .00000384  00000-0  45909-3 0  4603
+2 31891 099.7554 115.5154 0232752 089.2045 064.1218 13.62433050294772
+1 31892U 99025CKT 13096.66722278  .00000833  00000-0  27103-3 0  3777
+2 31892 099.2784 247.5865 0235810 001.2233 358.9475 14.27274196301593
+1 31893U 99025CKU 13091.85909587  .00000778  00000-0  15640-3 0  4147
+2 31893 099.1135 297.2699 0203979 323.5654 092.8936 14.52876516308863
+1 31898U 99025CKZ 13098.00140285  .00003484  00000-0  88333-3 0  3255
+2 31898 098.6756 160.3333 0226777 156.5441 326.0076 14.37175281307955
+1 31899U 99025CLA 13095.09138373  .00001631  00000-0  16164-2 0  3374
+2 31899 102.0955 315.5888 0240994 290.8639 218.1407 13.68525950288743
+1 31901U 99025CLC 13104.47883341  .00000215  00000-0  18468-3 0  5338
+2 31901 098.5841 330.5788 0134098 018.0705 098.7183 13.92276138302352
+1 31902U 99025CLD 13109.61495768  .00000424  00000-0  19072-3 0  4100
+2 31902 098.8720 154.5616 0189178 199.1264 160.3161 14.18489096304145
+1 31903U 99025CLE 13106.53769119  .00001284  00000-0  34281-3 0  6008
+2 31903 099.2925 315.5750 0173469 071.0090 291.2509 14.41841916307891
+1 31904U 99025CLF 13088.93239767  .00002375  00000-0  20326-2 0  4210
+2 31904 098.9304 330.6326 0195498 208.6058 220.9679 13.79523068292473
+1 31905U 99025CLG 13117.48693484  .00000558  00000-0  22090-3 0  4801
+2 31905 099.0534 212.7430 0230290 006.9979 047.7160 14.19708793309618
+1 31906U 99025CLH 13110.19612251  .00001145  00000-0  77219-3 0  8110
+2 31906 098.6933 009.7813 0062309 256.8685 258.1545 14.01503892304388
+1 31908U 99025CLK 13095.10560239  .00009002  00000-0  96885-3 0  2858
+2 31908 097.1258 153.2210 0230840 327.4145 031.2991 14.71089185312287
+1 31910U 99025CLM 13098.13848388  .00003332  00000-0  91120-3 0  3073
+2 31910 097.7488 199.5485 0300994 115.9857 004.3279 14.24267401303137
+1 31911U 99025CLN 13088.20343928  .00001789  00000-0  20776-2 0  2465
+2 31911 098.7251 089.6883 0562428 011.4754 045.0647 13.17427638280985
+1 31913U 99025CLQ 13110.34330305  .00003167  00000-0  33141-2 0  2702
+2 31913 099.5125 072.3737 0269611 121.8436 241.0719 13.61151126291237
+1 31914U 99025CLR 13108.95023895  .00000358  00000-0  85783-4 0  4960
+2 31914 099.0620 287.8011 0198792 285.0381 072.8889 14.49708393310415
+1 31915U 99025CLS 13116.57498459  .00000752  00000-0  45879-3 0  3610
+2 31915 099.0703 147.9628 0112958 328.6700 185.9900 14.06067451301772
+1 31916U 99025CLT 13096.18752179  .00003131  00000-0  14606-2 0  2679
+2 31916 099.3263 211.4548 0187732 216.8875 273.0201 14.12340480300267
+1 31917U 99025CLU 13096.33290863  .00000821  00000-0  28289-3 0  4021
+2 31917 098.7575 132.3375 0218349 283.4833 136.8798 14.26321857302912
+1 31918U 99025CLV 13093.84355091  .00028138  00000-0  72798-2 0  4989
+2 31918 099.1677 239.9537 0053737 195.3763 314.9493 14.48932506303517
+1 31919U 99025CLW 13092.27204726  .00001176  00000-0  38271-3 0  4245
+2 31919 099.1155 240.0168 0116710 169.4596 317.6805 14.37021935304240
+1 31920U 99025CLX 13115.41873492  .00004577  00000-0  56551-3 0  6107
+2 31920 098.8315 283.3604 0222376 087.2716 305.0385 14.67367017316466
+1 31921U 99025CLY 13117.78341293  .00000495  00000-0  55695-3 0  5640
+2 31921 099.4025 050.6086 0217932 348.8009 037.8979 13.65957712291694
+1 31922U 99025CLZ 13116.12691279  .00001137  00000-0  10855-2 0  8207
+2 31922 098.8481 336.6434 0178159 168.9989 317.3584 13.75657698295393
+1 31923U 99025CMA 13116.01681659  .00000686  00000-0  87700-3 0  5936
+2 31923 098.3950 132.6611 0318912 358.1623 053.8456 13.46627779289952
+1 31924U 99025CMB 13110.05198891  .00000884  00000-0  10535-2 0  7423
+2 31924 098.4017 145.3351 0295605 314.0012 071.8800 13.52669966289523
+1 31926U 99025CMD 13115.25728045  .00001861  00000-0  11932-2 0  6991
+2 31926 099.0586 099.6960 0050248 303.6267 186.7785 14.03946302301430
+1 31929U 99025CME 13115.63575260 -.00000641  00000-0  00000+0 0  2022
+2 31929 098.8280 180.9676 0077026 217.7238 141.9018 14.26047202645243
+1 31931U 99025CMG 13090.13028376  .00000506  00000-0  58739-3 0  3108
+2 31931 097.8031 309.5078 0440158 027.8480 113.7841 13.37126390286343
+1 31933U 99025CMJ 13105.89612897  .00036195  00000-0  67782-2 0  3769
+2 31933 099.0860 268.9429 0121029 128.2857 236.1578 14.60033862306746
+1 31935U 99025CML 13089.74519700  .00002372  00000-0  13538-2 0  3473
+2 31935 099.7402 275.0229 0072912 142.1453 218.4873 14.09437670296890
+1 31936U 99025CMM 13111.35757528  .00020718  00000-0  32914-2 0  5889
+2 31936 098.9392 253.6416 0065934 354.7722 034.9772 14.70658687308216
+1 31937U 99025CMN 13115.90002527  .00002033  00000-0  39734-3 0  2253
+2 31937 099.3052 343.2997 0256535 119.2027 243.9338 14.45327490308190
+1 31938U 99025CMP 13110.53814359  .00001781  00000-0  22255-3 0  4231
+2 31938 098.9522 322.5398 0235768 141.8811 250.4153 14.66176729311787
+1 31939U 99025CMQ 13097.41682065  .00017107  00000-0  12510-2 0  2868
+2 31939 098.7802 259.5829 0253990 203.0725 191.0228 14.81332045309509
+1 31942U 99025CMT 13107.54556315  .00004228  00000-0  35100-2 0  8952
+2 31942 098.9789 322.4808 0176353 200.0455 193.3434 13.82299946290257
+1 31944U 99025CMV 13093.00536117  .00000731  00000-0  44608-3 0  2477
+2 31944 099.1672 158.6369 0166750 310.0170 170.8957 14.02630294307134
+1 31945U 99025CMW 13117.42896284  .00001069  00000-0  70956-3 0  8022
+2 31945 099.0570 094.5599 0072478 237.6168 276.8267 14.02352071303173
+1 31946U 99025CMX 13088.24221592  .00001198  00000-0  76873-3 0  3701
+2 31946 099.1373 098.1558 0099409 066.0202 295.1334 14.02811124296299
+1 31947U 99025CMY 13088.30161034  .00002387  00000-0  10242-2 0  2991
+2 31947 098.8622 103.2921 0083712 233.7761 193.2310 14.23868498306213
+1 31948U 99025CMZ 13116.24212980  .00001716  00000-0  10436-2 0  5649
+2 31948 099.3737 224.5399 0029918 320.5906 068.3853 14.07445871302912
+1 31949U 99025CNA 13097.01520698  .00000285  00000-0  16224-3 0  2099
+2 31949 098.9688 147.9173 0133422 122.5505 000.5644 14.12866547301404
+1 31950U 99025CNB 13114.72740969  .00014834  00000-0  10069-2 0  7375
+2 31950 099.1197 036.1623 0246559 185.7258 207.6898 14.84989075311824
+1 31952U 99025CND 13114.62324640  .00000786  00000-0  22874-3 0  5445
+2 31952 098.9753 250.6936 0136288 015.3461 345.1798 14.42083163306572
+1 31953U 99025CNE 13112.33417906  .00005308  00000-0  32069-2 0  5586
+2 31953 099.3624 153.7796 0217543 178.5748 242.6404 13.95914937300024
+1 31954U 99025CNF 13110.05337698  .00000962  00000-0  73374-3 0  1530
+2 31954 098.1552 211.8199 0098068 248.4585 112.2351 13.93386985305910
+1 31955U 99025CNG 13116.91786689  .00001397  00000-0  56553-3 0  5571
+2 31955 099.3029 275.2380 0074317 296.7389 223.0600 14.28081193303770
+1 31956U 99025CNH 13096.46323205  .00002962  00000-0  15178-2 0  2898
+2 31956 099.5074 252.1016 0045502 040.3873 351.8349 14.15776083310546
+1 31957U 99025CNJ 13088.81083869  .00001682  00000-0  68443-3 0  3464
+2 31957 099.5402 302.3221 0060374 033.2393 327.2408 14.28052940299621
+1 31958U 99025CNK 13099.80870341  .00009854  00000-0  25680-2 0  2895
+2 31958 098.9455 220.7863 0096697 119.1683 027.7418 14.46959561303951
+1 31959U 99025CNL 13091.29622235  .00002893  00000-0  16556-2 0  3178
+2 31959 098.6793 012.9294 0046314 279.4514 080.1423 14.09737395307802
+1 31964U 99025CNR 13114.56902741  .00002144  00000-0  10174-2 0  3015
+2 31964 098.8957 144.4694 0053189 204.3710 306.6844 14.19860050303603
+1 31965U 99025CNS 13102.05427174  .00003504  00000-0  19996-2 0  3112
+2 31965 099.0740 140.5739 0041107 328.0756 056.5668 14.09895644299509
+1 31966U 99025CNT 13092.22516376  .00001965  00000-0  56657-3 0  4333
+2 31966 099.0123 228.7164 0132317 098.2124 263.4094 14.40901273302862
+1 31969U 99025CNW 13101.13616308  .00007318  00000-0  21702-2 0  2353
+2 31969 098.8537 150.0644 0153723 287.8837 104.3552 14.36964601303280
+1 31971U 99025CNY 13111.22272938  .00003902  00000-0  19904-2 0  3946
+2 31971 102.2825 239.5643 0009858 216.7114 142.9504 14.16620646300719
+1 31972U 99025CNZ 13110.31514784  .00000390  00000-0  26296-3 0  6498
+2 31972 098.8977 051.2779 0077491 270.9883 243.5813 14.04966603301704
+1 31973U 99025CPA 13088.31086596  .00002325  00000-0  14235-2 0  3472
+2 31973 098.3392 267.2598 0123136 325.0097 034.1978 14.03025955299174
+1 31974U 99025CPB 13117.06697566  .00001390  00000-0  87033-3 0  5945
+2 31974 098.4255 325.7789 0094368 220.3443 295.9421 14.03944673301476
+1 31976U 99025CPD 13103.17805630  .00008784  00000-0  35216-2 0  3506
+2 31976 100.0229 068.2817 0079538 059.2974 301.6008 14.26810404305569
+1 31978U 99025CPF 13101.08215339  .00000803  00000-0  95403-3 0  4833
+2 31978 098.3918 139.7109 0281078 314.0900 099.9882 13.54569950289204
+1 31980U 99025CPH 13099.66356603  .00000228  00000-0  32607-3 0  2382
+2 31980 097.5992 244.2711 0439125 071.3010 347.2960 13.28242196281326
+1 31982U 99025CPK 13106.43855183  .00005127  00000-0  56097-3 0  4851
+2 31982 097.6724 341.4140 0227962 301.9398 184.6287 14.71120726313800
+1 31983U 99025CPL 13117.35434006  .00004981  00000-0  32653-3 0  5212
+2 31983 097.6192 302.9028 0420057 076.5912 046.4161 14.56625064309353
+1 31985U 99025CPN 13101.40210513  .00000550  00000-0  25572-3 0  4026
+2 31985 098.1105 298.1062 0166711 090.4030 037.8100 14.16824063300667
+1 31987U 99025CPQ 13117.72720300  .00001219  00000-0  52409-3 0  6260
+2 31987 098.9685 208.4723 0068728 254.5448 257.6350 14.25358066307383
+1 31988U 99025CPR 13089.13372863  .00002006  00000-0  13940-2 0  4215
+2 31988 098.1583 209.7378 0074391 244.3634 241.4204 13.98466483294847
+1 31989U 99025CPS 13111.37671588  .00000737  00000-0  61666-3 0  5897
+2 31989 099.2541 072.1882 0124520 113.9438 040.5749 13.87915980296437
+1 31990U 99025CPT 13109.12145812  .00000217  00000-0  29468-3 0  2518
+2 31990 099.2610 353.5749 0264354 086.4923 276.8224 13.55391491291186
+1 31991U 99025CPU 13102.90335706  .00000052  00000-0  11403-3 0  1955
+2 31991 100.4850 275.3593 0245995 298.0573 215.0750 13.60161469288190
+1 31992U 99025CPV 13103.73142824  .00000084  00000-0  13695-3 0  1292
+2 31992 099.1983 201.1264 0555324 024.0517 118.6850 13.18365498280393
+1 31993U 99025CPW 13115.52037124  .00000757  00000-0  11739-2 0  4059
+2 31993 099.2025 198.9533 0474140 082.4314 283.0383 13.15998716280180
+1 31994U 99025CPX 13104.96190722 -.00000011  00000-0  19763-4 0  4679
+2 31994 098.6245 342.8979 0164169 009.7434 050.9684 13.94257719300988
+1 31995U 99025CPY 13089.17121619  .00001234  00000-0  10776-2 0  2357
+2 31995 098.4182 218.8353 0155781 112.0894 010.2418 13.81987032291227
+1 31998U 99025CQB 13115.83316380  .00007640  00000-0  20963-2 0  5724
+2 31998 105.5552 102.7058 0156728 223.9418 143.9230 14.40699738310801
+1 31999U 69009C   13116.06851712  .00008828  00000-0  61317-2 0  1423
+2 31999 088.4246 312.9276 1650002 174.5940 339.9904 11.42362055244498
+1 32000U 05009B   13117.27772247  .00046984 -80779-6  18545-2 0  3493
+2 32000 012.2620 168.6608 6439330 348.5904 014.3984 03.45943182 41009
+1 32006U 04021J   13089.60192425  .00000733  00000-0  68801-3 0  2484
+2 32006 071.1011 168.6093 0193404 119.9395 310.4161 13.76616988432061
+1 32018U 07036A   13116.36720929 -.00000158  00000-0  10000-3 0   440
+2 32018 000.0318 100.8361 0000163 086.0123 064.9044 01.00270765 20992
+1 32019U 07036B   13117.90017299 -.00000361  00000-0  10000-3 0  9479
+2 32019 000.0677 106.6538 0003558 344.0824 199.2000 01.00271320 20944
+1 32020U 07036C   13116.28016397  .00010054  00000-0  32612-2 0  4374
+2 32020 002.1972 172.6713 6423277 128.2792 300.5413 03.40739858 55989
+1 32021U 07036D   13116.15154059  .00001282  00000-0  89670-3 0  1927
+2 32021 002.5340 009.3244 7226180 097.6104 011.8718 02.32397047 47856
+1 32025U 06006C   13117.12278446  .00000231  00000-0  26683-3 0  9030
+2 32025 051.6899 022.3970 5129988 331.3476 008.2177 05.23537534118107
+1 32026U 06006D   13116.82983693  .00011867  00000-0  20647-1 0  7211
+2 32026 051.0769 223.2019 4717909 147.4751 000.3522 05.80856920125821
+1 32027U 06006E   13117.65711310  .00018298  00000-0  22488-1 0  5824
+2 32027 051.3806 300.8267 4856921 057.4624 355.4206 05.63951932123608
+1 32028U 06006F   13116.33620031  .00003391  00000-0  44438-2 0  2823
+2 32028 051.7097 098.2894 5178476 271.5539 096.3303 05.12915689114147
+1 32029U 06006G   13115.80407794  .00000477  00000-0  41132-3 0  1374
+2 32029 051.6167 020.2642 5158398 340.4206 005.5021 05.21908968116816
+1 32030U 06006H   13116.63942053  .00005828  00000-0  22934-2 0  2228
+2 32030 051.7626 323.9934 5089660 007.4852 010.7304 05.39896354119682
+1 32031U 06006J   13117.08931221  .00000225  00000-0  59565-3 0  3570
+2 32031 051.4374 087.9776 5094510 301.2148 039.5318 05.15814255116364
+1 32032U 06006K   13116.97549270  .00015799  00000-0  20480-1 0  4965
+2 32032 051.5428 302.9573 4904614 048.1405 034.8466 05.55723574123310
+1 32033U 06006L   13114.91809561  .00000830  00000-0  93410-3 0   398
+2 32033 051.6810 032.2971 5128913 324.2143 010.4044 05.22944948116969
+1 32034U 06006M   13117.76015073  .00000142  00000-0  19813-3 0   135
+2 32034 051.6836 028.0369 5127596 327.3341 024.5507 05.22708679117186
+1 32035U 06006N   13116.90933221  .00005336  00000-0  89992-2 0  4379
+2 32035 051.0594 011.4777 5026402 035.7990 349.3187 05.33400354119157
+1 32036U 06006P   13117.75064369  .00000518  00000-0  52045-3 0  1387
+2 32036 051.7052 019.5459 5133481 332.6266 022.6197 05.23932805117993
+1 32037U 06006Q   13117.59387572  .00004876  00000-0  16798-2 0   658
+2 32037 051.6283 268.7921 5049824 054.6446 006.5108 05.47561981121536
+1 32038U 06006R   13116.70265691  .00000890  00000-0  71199-3 0  1388
+2 32038 051.7080 016.6199 5148392 334.2405 007.3138 05.23682205117794
+1 32040U 06006T   13117.57405218  .00005127  00000-0  27001-2 0  3874
+2 32040 051.6809 333.2397 5095239 008.5459 004.2695 05.36214462119408
+1 32041U 06006U   13117.12802519  .00025083  00000-0  55936-2 0  8473
+2 32041 051.7157 204.1036 4852065 092.0496 354.3360 05.83828230122529
+1 32042U 06006V   13117.11365328  .00000783  00000-0  63835-3 0  1353
+2 32042 051.7067 008.7214 5137257 340.4797 116.8052 05.25352927118200
+1 32043U 06006W   13115.82926711  .00000111  00000-0  16745-3 0  2207
+2 32043 051.6197 052.1298 5142212 313.9693 031.3258 05.18575161116763
+1 32044U 06006X   13115.95779419 -.00000053  00000-0  00000+0 0  8983
+2 32044 051.2523 341.8274 5061368 103.8656 315.3178 04.79162384107673
+1 32047U 06006AA  13117.04942932  .00029095  00000-0  30921-1 0  7724
+2 32047 051.1056 301.1287 4881381 065.1864 028.8214 05.62002827122069
+1 32050U 07037A   13117.02224839 -.00000085  00000-0  10000-3 0  3396
+2 32050 000.0890 081.3856 0002659 302.8475 272.9742 01.00271195 20721
+1 32052U 07038A   13116.62859519  .00000159  00000-0  15073-3 0  6853
+2 32052 082.9794 141.9551 0037393 316.8824 042.9404 13.74772153282214
+1 32053U 07038B   13117.15802610  .00000093  00000-0  80196-4 0  3014
+2 32053 082.9759 137.8646 0024621 314.4466 075.6383 13.76042908282546
+1 32060U 07041A   13118.16727539  .00005441  00000-0  22489-3 0  2576
+2 32060 097.3319 193.9520 0001321 111.3151 331.0892 15.24391298312055
+1 32062U 07042A   13117.73657076  .00000278  00000-0  10326-3 0  8306
+2 32062 098.3414 188.4215 0033063 055.5887 304.8410 14.38959705294226
+1 32063U 07042B   13117.14541734  .00000142  00000-0  47911-4 0  6865
+2 32063 098.2211 193.0067 0057541 151.6131 240.9403 14.49414556296456
+1 32064U 99057QC  13103.94719968  .00028138  00000-0  55960-2 0  4406
+2 32064 098.1994 106.4198 0023040 016.5687 012.4867 14.61860750308140
+1 32065U 99057QD  13108.68525196  .00008306  00000-0  23891-2 0  4820
+2 32065 098.2362 074.2360 0010620 110.2344 250.0478 14.44826804302882
+1 32066U 99057QE  13089.70724714  .00003897  00000-0  11349-2 0  2338
+2 32066 098.2410 060.9833 0009312 148.9627 337.6390 14.44710235299163
+1 32069U 99057QH  13091.20584734  .00004278  00000-0  12302-2 0  4780
+2 32069 098.2386 063.2371 0012740 124.5758 235.6638 14.45243766297436
+1 32072U 99057QL  13099.74297575  .00005421  00000-0  16241-2 0  2690
+2 32072 098.2520 067.3536 0009102 163.9713 317.4558 14.43171570303208
+1 32073U 99057QM  13109.91970699  .00013116  00000-0  26394-2 0  5689
+2 32073 098.2310 101.2402 0009311 119.5571 240.6559 14.61656623304315
+1 32074U 99057QN  13116.83270814  .00008211  00000-0  19319-2 0  5297
+2 32074 098.2160 099.7474 0009529 159.7703 319.1855 14.54570033304990
+1 32075U 99057QP  13105.81255767  .00007343  00000-0  18219-2 0  5499
+2 32075 098.2272 088.8231 0009555 213.1043 273.1120 14.52104181303073
+1 32076U 99057QQ  13098.87331927  .00013887  00000-0  35800-2 0  4203
+2 32076 098.2171 068.9675 0012722 135.8192 253.9399 14.50091219300940
+1 32078U 99057QS  13096.91156143  .00015930  00000-0  35720-2 0  6195
+2 32078 098.2323 086.2551 0009342 219.1782 140.8740 14.56633003300709
+1 32079U 99057QT  13116.67180713  .00000685  00000-0  24971-3 0  2781
+2 32079 098.3026 076.4605 0006778 170.9730 313.5322 14.36080545307728
+1 32080U 99057QU  13109.77954424  .00005829  00000-0  15332-2 0  5142
+2 32080 098.2350 086.3930 0013504 086.5378 273.7360 14.49390461305996
+1 32081U 99057QV  13106.69037197  .00005946  00000-0  17892-2 0  5446
+2 32081 098.2180 061.0505 0028213 129.2388 353.3458 14.42709813305299
+1 32082U 99057QW  13115.23922818  .00007690  00000-0  19712-2 0  4912
+2 32082 098.2440 099.9693 0003484 149.1835 215.8212 14.50568636306531
+1 32083U 99057QX  13104.89166660  .00010694  00000-0  24439-2 0  5740
+2 32083 098.2123 086.2177 0013142 054.0084 299.2050 14.55826348306963
+1 32084U 99057QY  13088.71900737  .00004249  00000-0  12321-2 0  2905
+2 32084 098.2435 060.2057 0001630 240.7202 243.8710 14.44893569319110
+1 32085U 99057QZ  13105.24390057  .00005840  00000-0  15979-2 0  4296
+2 32085 098.2558 086.0099 0004010 206.2520 219.9175 14.47548426306683
+1 32086U 99025CQC 13102.43429806  .00001997  00000-0  21226-2 0  3767
+2 32086 099.2869 336.3587 0337569 110.5434 253.2264 13.53124241283676
+1 32087U 99025CQD 13116.77677925  .00005107  00000-0  14570-2 0  3027
+2 32087 098.6262 093.4267 0180719 172.3993 190.2182 14.36482368301570
+1 32089U 99025CQF 13090.55560738  .00000412  00000-0  26020-3 0  2992
+2 32089 099.0619 121.3279 0125417 243.6957 115.1283 14.06042633292787
+1 32090U 99025CQG 13089.34707356  .00002487  00000-0  13716-2 0  2124
+2 32090 099.0639 127.9411 0077379 233.3691 190.6814 14.10953744292647
+1 32093U 99025CQK 13114.64362084  .00000738  00000-0  29807-3 0  3929
+2 32093 098.8008 186.5308 0090034 185.4875 174.5327 14.28720902305683
+1 32094U 99025CQL 13105.03432326  .00000577  00000-0  37629-3 0  5407
+2 32094 099.0513 132.3978 0035593 319.6743 094.8828 14.06193547295542
+1 32096U 99025CQN 13114.50308346  .00000727  00000-0  67224-3 0  4595
+2 32096 099.4619 135.6019 0147978 227.7451 131.1072 13.81092463290417
+1 32097U 99025CQP 13089.43553005  .00003970  00000-0  65116-3 0  3436
+2 32097 099.1849 316.1427 0182199 007.1040 353.7262 14.60946564300724
+1 32101U 99025CQT 13116.63382104  .00001156  00000-0  99526-3 0  4915
+2 32101 099.1164 048.0307 0148783 146.3840 336.1755 13.83678994290939
+1 32102U 99025CQU 13115.09946508  .00008672  00000-0  30021-2 0  4991
+2 32102 099.3609 200.0194 0298206 058.9543 064.8690 14.13844248293122
+1 32103U 99025CQV 13115.92735241  .00004480  00000-0  13504-2 0  3375
+2 32103 096.7266 344.7345 0116254 135.3125 218.8768 14.38982576313860
+1 32104U 99025CQW 13096.47538154  .00002630  00000-0  20720-2 0  3135
+2 32104 097.6877 358.6494 0358279 076.2785 287.8746 13.66170911288391
+1 32106U 99025CQY 13088.66038373  .00002668  00000-0  20193-2 0  4111
+2 32106 101.4685 251.1429 0171026 280.9179 137.9753 13.88605019288448
+1 32108U 99025CRA 13114.74587712  .00023270  00000-0  41650-2 0  3840
+2 32108 099.0737 280.2646 0112048 084.3609 338.0554 14.62782157305307
+1 32109U 99025CRB 13089.61112087  .00001050  00000-0  36481-3 0  2339
+2 32109 098.5466 018.3238 0230330 258.4683 099.3004 14.23890938298671
+1 32110U 99025CRC 13103.88005547  .00001608  00000-0  94933-3 0  4561
+2 32110 099.5469 249.5948 0036850 296.3811 219.4834 14.09095859294516
+1 32111U 99025CRD 13111.56285279  .00000468  00000-0  19250-3 0  4346
+2 32111 098.7536 123.9710 0128223 078.6273 051.3094 14.27149732303493
+1 32113U 99025CRF 13089.84003624  .00000718  00000-0  50905-3 0  2950
+2 32113 099.3766 087.4638 0259524 136.4250 343.6429 13.85886472287927
+1 32114U 99025CRG 13114.23131385  .00002887  00000-0  99956-3 0  2328
+2 32114 099.9546 103.8471 0092488 353.1664 006.8249 14.34268372303430
+1 32115U 99025CRH 13105.75746456  .00002461  00000-0  13978-2 0  1761
+2 32115 098.9908 092.3362 0024937 206.4453 153.8081 14.10708501294649
+1 32117U 99025CRK 13105.55846325  .00000894  00000-0  52909-3 0  5071
+2 32117 099.0238 140.4899 0029957 299.6956 216.3945 14.10139295294774
+1 32118U 99025CRL 13110.56417806  .00003610  00000-0  13427-2 0  4515
+2 32118 102.4209 348.8092 0058605 267.2887 215.8616 14.32189938311746
+1 32119U 99025CRM 13099.69785152  .00001198  00000-0  90533-3 0  3206
+2 32119 099.9135 273.1627 0096053 189.4456 230.5616 13.94213453290618
+1 32120U 99025CRN 13117.29392138  .00004058  00000-0  88522-3 0  5646
+2 32120 098.8768 244.6051 0127676 356.7348 035.1066 14.53514776305904
+1 32123U 99025CRR 13115.91073240  .00000756  00000-0  16300-3 0  6676
+2 32123 098.9381 273.1216 0183123 248.7878 268.1351 14.52047172305349
+1 32125U 99025CRT 13089.71624947  .00003171  00000-0  93481-3 0  2723
+2 32125 099.0365 159.7588 0338965 151.9227 354.4847 14.15854537303274
+1 32128U 99025CRW 13095.91121409  .00001357  00000-0  60625-3 0  4089
+2 32128 099.3826 084.0053 0434606 111.6588 281.4391 13.83933867297960
+1 32129U 99025CRX 13115.96073788  .00001815  00000-0  12353-2 0  6720
+2 32129 099.2089 117.0418 0096445 313.3888 074.8979 13.99105744293663
+1 32130U 99025CRY 13089.00791759  .00000508  00000-0  21078-3 0  3272
+2 32130 098.7933 156.8879 0093412 258.5744 223.9392 14.28575740298392
+1 32132U 99025CSA 13115.31185103  .00001801  00000-0  77835-3 0  3749
+2 32132 098.8609 137.7438 0113133 159.2234 256.9788 14.22270473296828
+1 32133U 99025CSB 13103.15867780  .00000261  00000-0  15607-3 0  3880
+2 32133 098.9478 162.3922 0036129 048.3473 345.7598 14.15420514295851
+1 32134U 99025CSC 13111.57848083  .00001042  00000-0  41396-3 0  4918
+2 32134 099.0052 132.5531 0295837 109.3887 254.0618 14.09602214301548
+1 32135U 99025CSD 13099.27567138  .00016717  00000-0  31879-2 0  3772
+2 32135 098.9955 249.4405 0077607 062.4723 061.3458 14.62136832301287
+1 32136U 99025CSE 13090.58437626  .00000601  00000-0  25040-3 0  3359
+2 32136 098.7493 138.9781 0074272 215.7089 143.9103 14.28507133304123
+1 32137U 99025CSF 13096.94246524  .00003088  00000-0  56699-3 0  3964
+2 32137 098.6337 078.0748 0326418 124.6453 273.0383 14.37344131300423
+1 32139U 99025CSH 13088.91555737  .00002933  00000-0  97564-3 0  4418
+2 32139 098.8453 110.3168 0240892 012.8176 103.4311 14.23329687296844
+1 32143U 99025CSM 13100.97879639  .00000298  00000-0  16629-3 0  2811
+2 32143 098.9130 145.3816 0108217 066.0970 062.6711 14.15206437304193
+1 32146U 99025CSQ 13110.57657678  .00002509  00000-0  12371-2 0  3680
+2 32146 098.9920 143.7591 0137239 110.2914 042.1295 14.13598140295889
+1 32147U 99025CSR 13096.98531411  .00011258  00000-0  97504-3 0  3330
+2 32147 099.0046 003.8398 0218028 103.4104 322.7120 14.80741926310713
+1 32148U 99025CSS 13108.59995124  .00002714  00000-0  39207-3 0  4106
+2 32148 099.1064 334.6329 0222611 223.4889 134.8567 14.61752436308722
+1 32149U 99025CST 13099.92942952  .00024378  00000-0  42923-2 0  4720
+2 32149 099.0826 268.9616 0115323 127.7950 235.7397 14.63251205302559
+1 32150U 99025CSU 13089.45240508  .00000479  00000-0  10516-3 0  2253
+2 32150 099.1791 318.1178 0192479 003.2980 356.9458 14.52369677303255
+1 32151U 99025CSV 13105.19864564  .00006758  00000-0  18784-2 0  3844
+2 32151 098.9896 230.2671 0089139 122.5413 008.1710 14.44450079304240
+1 32152U 99025CSW 13088.97456111  .00000938  00000-0  37717-3 0  2229
+2 32152 098.7934 140.9976 0082151 268.3684 213.0222 14.28741460307576
+1 32153U 99025CSX 13117.44988662  .00000423  00000-0  10968-3 0  2909
+2 32153 098.6177 189.9060 0231441 028.7175 025.9346 14.40415407306897
+1 32154U 99025CSY 13100.70354147  .00018118  00000-0  41846-2 0  4579
+2 32154 099.0668 249.5318 0140703 160.5975 261.1489 14.49324911300399
+1 32155U 99025CSZ 13089.48792919  .00000543  00000-0  24644-3 0  2337
+2 32155 098.9399 176.1901 0077506 337.2560 086.9937 14.24558281297405
+1 32156U 99025CTA 13108.66511733  .00000369  00000-0  17078-3 0  3041
+2 32156 099.3477 267.7393 0088846 331.5436 087.6440 14.25393295300223
+1 32157U 99025CTB 13107.53476726  .00002045  00000-0  35089-3 0  6430
+2 32157 099.0691 313.5411 0184489 276.3864 081.6354 14.59545931307173
+1 32158U 99025CTC 13114.82416479  .00004725  00000-0  18072-2 0  4415
+2 32158 099.1279 234.9637 0056445 254.2145 260.3239 14.30291098303322
+1 32159U 99025CTD 13109.15682887  .00025544  00000-0  17775-2 0  6866
+2 32159 098.9663 357.9958 0121263 090.5333 270.9782 14.99614178311119
+1 32160U 99025CTE 13117.13443822  .00000589  00000-0  24471-3 0  2184
+2 32160 098.8032 184.0975 0095542 193.4142 197.5626 14.27767977303589
+1 32161U 99025CTF 13111.59891463  .00000029  00000-0  45256-4 0  2800
+2 32161 098.7933 022.6659 0148723 195.6271 164.2363 13.98376384307546
+1 32162U 99025CTG 13094.59658125  .00001626  00000-0  61558-3 0  4142
+2 32162 099.4937 309.9365 0076632 337.1129 022.6643 14.31160073296705
+1 32164U 99025CTJ 13088.45167914  .00001344  00000-0  36532-3 0  2579
+2 32164 099.3478 325.0604 0134021 162.7801 323.8311 14.44308348301862
+1 32166U 99025CTL 13099.60423640  .00006787  00000-0  87317-3 0  4329
+2 32166 098.3131 145.0878 0223010 137.6855 019.7964 14.65481098307452
+1 32167U 99025CTM 13089.53640804  .00000476  00000-0  19307-3 0  2099
+2 32167 098.7889 110.6893 0177163 309.1582 198.6221 14.24340858298604
+1 32168U 99025CTN 13109.15594772  .00001432  00000-0  13375-2 0  2814
+2 32168 101.6704 208.0926 0319909 131.4284 353.9601 13.63417067288050
+1 32169U 99025CTP 13104.19657442  .00003050  00000-0  17390-2 0  4763
+2 32169 098.5810 001.5390 0082724 255.8852 259.9118 14.08713813309801
+1 32170U 99025CTQ 13115.67958554  .00008302  00000-0  19267-2 0  2159
+2 32170 099.1219 282.7615 0118239 094.9433 266.5269 14.51039188306895
+1 32171U 99025CTR 13116.72277642  .00001172  00000-0  13509-2 0  2914
+2 32171 102.8225 275.4577 0557793 030.6709 021.2897 13.20188662279840
+1 32172U 99025CTS 13112.07536014  .00002296  00000-0  41937-3 0  2959
+2 32172 099.1006 326.2335 0177170 262.1762 251.3271 14.57485755309234
+1 32174U 99025CTU 13105.98257846  .00000330  00000-0  17636-3 0  2604
+2 32174 098.9952 168.5965 0165112 108.9855 014.6650 14.12945762295563
+1 32176U 99025CTW 13088.36452585  .00001732  00000-0  64985-3 0  2432
+2 32176 099.4510 287.1208 0071139 327.5088 032.2138 14.31745216300209
+1 32177U 99025CTX 13103.50456296  .00001791  00000-0  72134-3 0  2317
+2 32177 098.9743 196.7426 0078622 279.5949 144.5118 14.27686138301696
+1 32178U 99025CTY 13089.13581198  .00001091  00000-0  63615-3 0  3431
+2 32178 100.2986 057.0070 0113432 277.7563 144.0889 14.07997580293366
+1 32179U 99025CTZ 13115.87351319  .00000200  00000-0  14843-3 0  4366
+2 32179 099.1112 087.6590 0148112 334.2734 025.1059 14.01200681295624
+1 32180U 99025CUA 13116.80066378  .00000126  00000-0  14760-3 0  5401
+2 32180 099.2600 058.7542 0138597 138.8923 252.4862 13.81285689305839
+1 32182U 99025CUC 13092.92314486  .00003270  00000-0  18725-2 0  2016
+2 32182 098.2232 247.0923 0147319 138.2236 011.2064 14.04741093306669
+1 32183U 99025CUD 13097.01548968  .00000606  00000-0  41568-3 0  2906
+2 32183 099.1509 150.2471 0044106 045.8969 080.4891 14.02983722293583
+1 32184U 99025CUE 13110.07166537  .00001808  00000-0  24765-3 0  3846
+2 32184 098.4631 127.3392 0307573 268.1991 088.3959 14.52279468304668
+1 32185U 99025CUF 13096.31111246  .00004746  00000-0  11039-2 0  5670
+2 32185 098.5765 287.6609 0578757 021.2104 341.2025 13.85225563293751
+1 32186U 99025CUG 13089.10931891  .00000440  00000-0  41168-3 0  3421
+2 32186 099.4769 044.1511 0292475 328.9095 084.4720 13.69673158285567
+1 32187U 99025CUH 13109.22551135  .00000224  00000-0  32761-3 0  5147
+2 32187 099.5011 011.2670 0299817 193.2746 324.4550 13.47987550284740
+1 32189U 99025CUK 13089.15503259  .00003250  00000-0  19318-2 0  3223
+2 32189 098.9980 069.0817 0041647 332.7262 027.1720 14.07716815292334
+1 32190U 99025CUL 13088.01659845  .00003444  00000-0  12308-2 0  3544
+2 32190 098.9344 177.8122 0075931 268.7311 090.5173 14.33166547297457
+1 32191U 99025CUM 13108.91981348  .00001367  00000-0  79274-3 0  2696
+2 32191 099.0738 118.2783 0113182 329.0121 151.5836 14.07378613295542
+1 32192U 99025CUN 13117.01660759  .00000183  00000-0  18836-3 0  5200
+2 32192 098.6020 304.1896 0187226 034.2197 120.5037 13.79531676291263
+1 32197U 99025CUT 13115.51312512  .00000518  00000-0  20625-3 0  4096
+2 32197 098.9018 197.9013 0178634 276.7695 154.5016 14.24915964299186
+1 32199U 99025CUV 13089.59721244  .00003399  00000-0  10694-2 0  2117
+2 32199 099.1478 220.5618 0163955 356.7998 064.2060 14.33723998296064
+1 32200U 99025CUW 13114.97507603  .00000778  00000-0  52054-3 0  4209
+2 32200 099.1352 116.7891 0045132 257.2448 160.0529 14.03567551295419
+1 32202U 99025CUY 13101.27529017  .00007513  00000-0  48165-2 0  5340
+2 32202 098.4207 270.7595 0149092 260.2307 224.4791 13.98226836291347
+1 32203U 99025CUZ 13109.99938681  .00006732  00000-0  42300-3 0  4425
+2 32203 097.0192 125.3308 0427795 348.1036 040.4108 14.56340654304610
+1 32204U 99025CVA 13099.06547463  .00011517  00000-0  60338-2 0  4489
+2 32204 099.3374 171.3647 0198535 162.5580 323.9081 14.04803939290799
+1 32205U 99025CVB 13107.48760455  .00000077  00000-0  67120-4 0  3233
+2 32205 098.9819 114.2635 0012170 079.2920 076.5274 14.11664699296454
+1 32207U 99025CVD 13090.69849656  .00001003  00000-0  37315-3 0  1971
+2 32207 099.8616 055.4586 0095574 023.5481 100.7314 14.32250825298187
+1 32208U 99025CVE 13104.51614890  .00007197  00000-0  25262-2 0  1651
+2 32208 098.9492 186.7420 0056598 206.6053 155.3532 14.34391371299696
+1 32209U 99025CVF 13106.55793433  .00000766  00000-0  10760-2 0  7499
+2 32209 099.3662 312.1358 0356230 304.2723 110.9612 13.37218275280982
+1 32210U 99025CVG 13102.92714919  .00001272  00000-0  89152-3 0  4953
+2 32210 099.1919 100.9067 0080094 044.5020 316.2540 13.98683847291580
+1 32212U 99025CVJ 13116.19722834  .00000778  00000-0  28460-3 0  4252
+2 32212 099.5840 007.9814 0158749 341.2671 172.9517 14.29593168300108
+1 32214U 99025CVL 13117.03132159  .00001815  00000-0  19209-2 0  3941
+2 32214 099.0849 325.4452 0244731 340.9570 167.1771 13.63507958285683
+1 32216U 99025CVN 13116.43860311  .00001762  00000-0  77922-3 0  2570
+2 32216 099.5734 316.6366 0061615 307.6765 175.7222 14.23705305297821
+1 32217U 99025CVP 13089.50144769  .00002123  00000-0  93463-3 0  3302
+2 32217 099.0796 186.9347 0056025 295.6584 126.0754 14.23757284294162
+1 32218U 99025CVQ 13114.65076605  .00001832  00000-0  65690-3 0  5120
+2 32218 098.7402 176.2697 0091277 118.4187 034.3022 14.32827587299935
+1 32220U 99025CVS 13115.12287297  .00000434  00000-0  32453-3 0  2526
+2 32220 099.1562 056.2811 0238186 129.3309 232.9225 13.87051844290660
+1 32221U 99025CVT 13103.13077820  .00000675  00000-0  16158-3 0  5269
+2 32221 098.4930 172.0999 0169842 266.7128 091.4623 14.48772394301721
+1 32223U 99025CVV 13110.54818822  .00001286  00000-0  83650-3 0  3795
+2 32223 099.1455 136.6354 0057646 335.5725 177.0423 14.03576773292890
+1 32224U 99025CVW 13114.72207274  .00000628  00000-0  26174-3 0  4005
+2 32224 098.9188 209.6389 0082270 155.5398 204.9948 14.28038398298988
+1 32226U 99025CVY 13112.11106439  .00006914  00000-0  22209-2 0  6559
+2 32226 099.4840 331.9844 0066145 234.3667 281.9843 14.38502477305808
+1 32227U 99025CVZ 13115.40144358  .00006412  00000-0  10285-2 0  5921
+2 32227 099.5083 090.7461 0183090 333.9673 183.9212 14.61516022312015
+1 32229U 99025CWB 13116.65007965  .00176184  00000-0  50964-2 0  7220
+2 32229 098.9217 009.7229 0060302 352.9010 007.1367 15.33103977311622
+1 32230U 99025CWC 13117.04020954  .00001874  00000-0  96977-3 0  4718
+2 32230 098.9913 146.5256 0098346 089.9856 301.5901 14.13683356300300
+1 32234U 99025CWG 13117.41614766  .00000826  00000-0  73136-3 0  4788
+2 32234 098.5352 285.3025 0150683 015.4303 016.2559 13.82478382294214
+1 32236U 99025CWJ 13102.82512870  .00026635  00000-0  43526-2 0  3809
+2 32236 099.4936 058.2887 0127347 050.2005 342.3173 14.65527091310515
+1 32237U 99025CWK 13116.13242709  .00010106  00000-0  60964-3 0  3868
+2 32237 100.1234 349.0201 0230162 232.0744 279.8299 14.91520727323669
+1 32238U 99025CWL 13117.02136523  .00004776  00000-0  48923-3 0  4659
+2 32238 098.9073 323.6581 0225175 055.4079 306.8144 14.74063579314433
+1 32239U 99025CWM 13108.70963613  .00014878  00000-0  23420-2 0  3627
+2 32239 096.9988 070.2693 0185544 152.2291 211.2588 14.61625121308193
+1 32241U 99025CWP 13088.62429915  .00002841  00000-0  15370-2 0  2878
+2 32241 098.8784 027.2372 0196220 021.6514 339.2807 14.03990238295883
+1 32243U 99025CWR 13110.25581402  .00001071  00000-0  69489-3 0  5367
+2 32243 098.3244 208.7459 0335153 332.5691 050.1361 13.80376852295027
+1 32245U 99025CWT 13111.13463354  .00001369  00000-0  38439-3 0  4171
+2 32245 098.6382 169.5274 0169252 333.0763 026.1716 14.39623538304754
+1 32252U 07044A   13117.48133627 -.00000193  00000-0  00000+0 0  1610
+2 32252 000.0325 261.6714 0003353 155.5182 123.7155 01.00271592 20412
+1 32253U 07044B   13115.55686131 -.00000274  00000-0  10000-3 0  8487
+2 32253 000.0084 160.0553 0002649 235.6987 335.4270 01.00270096 20393
+1 32254U 07044C   13115.44867470  .00000402  00000-0  49209-3 0  2280
+2 32254 004.7281 341.0175 7089635 153.9222 207.4834 02.45186759 49629
+1 32255U 07044D   13117.10602707 -.00000128  00000-0 -94529-4 0  9769
+2 32255 004.1669 099.5611 7173785 279.4203 012.8259 02.26092208 45930
+1 32260U 07047A   13117.45913363 -.00000028  00000-0  00000+0 0  8065
+2 32260 053.9321 279.3298 0053646 007.1609 031.8938 02.00554210 40594
+1 32261U 07047B   13117.57653471  .00095904 -19322-6  14870-2 0  4508
+2 32261 039.8109 119.6123 4957274 343.6025 140.4557 05.83381797 96192
+1 32263U 07048A   13117.46853668 -.00000096  00000-0  42628-4 0  7714
+2 32263 051.9742 223.8330 0001044 220.7110 216.5207 12.62264653256237
+1 32264U 07048B   13117.50359672 -.00000078  00000-0  14419-3 0  7183
+2 32264 051.9771 314.3420 0001376 114.7968 279.5188 12.62259406254726
+1 32265U 07048C   13117.19275571 -.00000111  00000-0 -39246-4 0  7695
+2 32265 051.9660 179.0986 0000680 288.4097 121.4281 12.62265433256915
+1 32266U 07048D   13117.13580619 -.00000101  00000-0  14973-4 0  7746
+2 32266 051.9866 135.9876 0001361 030.1549 014.2030 12.62633764257686
+1 32268U 07049A   13117.78942554 -.00000064  00000-0  10000-3 0    17
+2 32268 065.3569 155.4227 6866939 263.4227 138.5236 02.00386460 40399
+1 32271U 07049D   13116.02446567 -.00000197  00000-0 -60727-1 0  8408
+2 32271 064.4303 146.0573 6727165 273.9914 034.7926 02.05493351 41358
+1 32275U 07052A   13117.38757443  .00000070  00000-0  10000-3 0  5309
+2 32275 064.9623 116.5955 0005013 274.1065 161.0223 02.13096517 42833
+1 32276U 07052B   13117.41881921  .00000070  00000-0  10000-3 0  5123
+2 32276 064.9749 116.6413 0014649 330.4540 083.6142 02.13098149 42834
+1 32277U 07052C   13116.48127297  .00000077  00000-0  10000-3 0  5340
+2 32277 064.9772 116.6369 0018088 199.3053 317.4009 02.13210030 42906
+1 32278U 07052D   13116.94644605  .00000073  00000-0  00000+0 0  7588
+2 32278 064.9730 116.4262 0016408 205.2992 186.0504 02.13390926 42806
+1 32280U 07052F   13117.74628044  .00000101  00000-0  52162-3 0   922
+2 32280 065.3853 183.4722 5523941 099.2175 012.8698 04.23378718 84915
+1 32281U 07052G   13116.62883928  .00000053  00000-0 -47703-3 0   712
+2 32281 065.4894 188.8816 5530034 091.3943 017.9942 04.23369581 84839
+1 32284U 07053B   13117.62073993  .00018756  00000-0  32228-3 0  6721
+2 32284 098.1296 150.5636 0014206 041.3055 104.6633 15.51093096307083
+1 32289U 07055A   13117.86131809  .00000287  00000-0  43541-4 0   483
+2 32289 097.9078 109.2765 0000978 091.6299 268.5042 14.81180978295039
+1 32290U 07055B   13117.73106773  .00003245  00000-0  14870-3 0  5689
+2 32290 097.6225 184.8260 0100038 054.3015 090.9603 15.16794881301201
+1 32293U 07056A   13117.43124757 -.00000286  00000-0  00000+0 0  9573
+2 32293 000.0401 273.2722 0002861 170.4773 222.0803 01.00272587 20031
+1 32294U 07056B   13117.02580400  .00000143  00000-0  10000-3 0   634
+2 32294 000.0687 354.1957 0001254 281.6610 344.8837 01.00080790 20119
+1 32295U 07056C   13117.14115950  .00001368  00000-0  59918-3 0  2376
+2 32295 006.1807 072.1312 7160465 072.3143 153.3049 02.41913236 46602
+1 32296U 07056D   13117.23492938  .00820405  20613-6  70625-2 0  4582
+2 32296 006.1326 147.1755 5553141 275.8893 043.1591 04.86040826 58439
+1 32299U 07057A   13117.08754735  .00000024  00000-0  10000-3 0  9222
+2 32299 000.0394 055.7498 0002659 316.8698 238.9534 01.00273175 19969
+1 32301U 07057C   13116.25291005 -.00000112  00000-0  00000+0 0  7604
+2 32301 016.0686 193.5985 5164653 037.3969 001.1615 01.90165405 37763
+1 32304U 99025CWV 13089.32358079  .00001340  00000-0  53282-3 0  1606
+2 32304 099.4504 281.8013 0069745 335.9082 024.0442 14.29273604296820
+1 32307U 99025CWY 13111.62894411  .00018558  00000-0  36362-2 0  2107
+2 32307 098.2714 029.3369 0209383 035.8033 327.0017 14.49758602288843
+1 32308U 99025CWZ 13106.95422635  .00001227  00000-0  98328-3 0  4358
+2 32308 097.7597 103.5325 0125239 207.3008 181.7970 13.88614634276735
+1 32310U 99025CXB 13100.85964296  .00018215  00000-0  42775-2 0  2197
+2 32310 099.0823 247.6211 0111822 182.3103 179.6316 14.50701270308818
+1 32316U 99025CXH 13117.52237100  .00001373  00000-0  58157-3 0  5699
+2 32316 099.5460 332.5598 0057913 293.4108 130.7167 14.26457261302049
+1 32318U 99025CXK 13113.30945579  .00007820  00000-0  23584-2 0  2739
+2 32318 097.3632 146.9433 0078352 158.1249 265.4717 14.40917490302358
+1 32319U 99025CXL 13102.13497557  .00005473  00000-0  88895-3 0  2961
+2 32319 099.1435 339.4759 0173720 310.9516 196.7877 14.62050054307211
+1 32321U 99025CXN 13098.42529440  .00047159  00000-0  87048-2 0  1646
+2 32321 097.1253 076.3637 0077416 282.1479 222.4924 14.63304873306979
+1 32322U 99025CXP 13096.68361233  .00000490  00000-0  68547-3 0  1244
+2 32322 098.3774 049.2492 0434781 199.4534 287.6038 13.28226330278207
+1 32324U 99025CXR 13115.32602093  .00000758  00000-0  51065-3 0  4237
+2 32324 099.5683 251.8336 0053960 057.0589 333.9104 14.03239637298551
+1 32325U 99025CXS 13104.47395295  .00002353  00000-0  98298-3 0  2178
+2 32325 098.9643 172.0815 0073632 337.6005 022.1964 14.25697254301435
+1 32326U 99025CXT 13098.69570550  .00000443  00000-0  35625-3 0  3505
+2 32326 098.4859 185.1616 0402711 193.3514 165.3308 13.62645640285615
+1 32328U 99025CXV 13106.38276973  .00027355  00000-0  14108-2 0  4015
+2 32328 098.7569 301.6449 0096394 023.6921 099.3235 15.12302526314685
+1 32329U 99025CXW 13089.52421388  .00001213  00000-0  68365-3 0  1752
+2 32329 099.9485 347.8230 0061201 172.3478 312.5591 14.11668501300972
+1 32332U 99025CXZ 13115.97444692  .00000811  00000-0  51681-3 0  2890
+2 32332 099.4231 114.4889 0328517 104.2602 293.1213 13.82906740291518
+1 32334U 99025CYB 13117.34023997  .00000304  00000-0  24598-3 0  4454
+2 32334 099.0507 065.4088 0068840 304.1702 208.3182 13.96815760294556
+1 32339U 99025CYG 13089.80220480  .00001755  00000-0  84844-3 0  1227
+2 32339 098.9186 091.1440 0053295 257.9428 101.5790 14.19137502286128
+1 32340U 99025CYH 13116.69378174  .00002327  00000-0  93112-3 0  3328
+2 32340 098.9368 201.2372 0073798 235.2268 124.1951 14.27893113308100
+1 32342U 99025CYK 13117.55408413  .00000172  00000-0  11846-3 0  8297
+2 32342 098.9805 118.6483 0008874 096.2942 022.0818 14.12045918288728
+1 32343U 99025CYL 13117.38009242  .00000349  00000-0  18105-3 0  2437
+2 32343 098.9246 150.6289 0161969 030.3147 037.9549 14.14394247303233
+1 32344U 99025CYM 13117.42031110  .00003524  00000-0  46184-3 0  2506
+2 32344 100.3168 333.4810 0201801 078.4052 044.4905 14.68062679319926
+1 32346U 99025CYP 13088.77465370  .00002192  00000-0  19577-2 0  1810
+2 32346 097.8342 071.3160 0168679 036.4237 082.5169 13.79026880287128
+1 32349U 99025CYS 13090.47291082  .00019488  00000-0  32541-2 0  2958
+2 32349 097.7531 258.6530 0170249 318.6708 073.2610 14.60755172303610
+1 32351U 99025CYU 13111.99725554  .00008322  00000-0  74269-3 0  2328
+2 32351 098.9979 019.5017 0230049 069.1855 348.7677 14.78123078310751
+1 32353U 99025CYW 13089.53674496  .00001182  00000-0  10295-2 0  1809
+2 32353 099.0396 005.9060 0151545 219.2987 139.7091 13.82801906290079
+1 32355U 99025CYY 13115.33098736  .00003084  00000-0  13979-2 0  2419
+2 32355 100.3845 131.2652 0160108 005.7584 048.9053 14.16282704304928
+1 32356U 99025CYZ 13107.00297047  .00001576  00000-0  13723-2 0  3626
+2 32356 102.5214 132.9523 0157769 190.7884 168.9697 13.82845825298509
+1 32357U 99025CZA 13091.49980601  .00006021  00000-0  39273-2 0  2703
+2 32357 098.8970 189.7312 0601046 174.3780 252.3851 13.38643135283322
+1 32359U 99025CZC 13116.67811461  .00027015  00000-0  38410-2 0  3158
+2 32359 102.2430 055.6037 0143034 118.8653 242.6977 14.70042871308225
+1 32360U 99025CZD 13103.51755130  .00002740  00000-0  21821-2 0  3672
+2 32360 098.1171 131.3989 0309143 073.2495 290.0700 13.71713578292753
+1 32361U 99025CZE 13115.30135332  .00001691  00000-0  83037-3 0  4492
+2 32361 098.7002 055.7425 0081462 157.2131 356.0033 14.17305131307356
+1 32362U 99025CZF 13088.82874883  .00001351  00000-0  16952-2 0  4764
+2 32362 099.7586 040.8515 0325245 330.2266 084.4988 13.46037718283888
+1 32363U 99025CZG 13114.64485315  .00006624  00000-0  81822-3 0  4614
+2 32363 098.3799 179.7152 0270779 164.7372 349.1753 14.60481198295255
+1 32364U 99025CZH 13116.26244334  .00001360  00000-0  98468-3 0  2646
+2 32364 098.3747 273.2348 0153181 223.7572 259.3285 13.92604891282025
+1 32366U 99025CZK 13094.66496690  .00001143  00000-0  69061-3 0  1387
+2 32366 096.7668 244.8956 0190397 275.0354 145.6457 13.99280484281378
+1 32368U 99025CZM 13116.25770951  .00002307  00000-0  13996-2 0  1382
+2 32368 097.8336 120.0348 0319614 323.1537 047.8769 13.84688955281151
+1 32370U 99025CZP 13107.81464514  .00008907  00000-0  10533-2 0  2840
+2 32370 099.1313 307.7932 0268805 028.5593 332.8918 14.62329181307387
+1 32371U 99025CZQ 13106.38853021  .00003592  00000-0  10959-2 0  3025
+2 32371 099.2919 275.7514 0142516 294.2881 175.4976 14.36941782303023
+1 32372U 99025CZR 13095.96998105  .00000441  00000-0  56753-3 0  2145
+2 32372 097.3086 168.2363 0487704 076.0559 289.1842 13.24573226282565
+1 32373U 07058A   13117.79673574 -.00000049  00000-0  00000+0 0  5426
+2 32373 000.0149 277.8050 0002718 136.7122 158.2521 01.00272724 20611
+1 32374U 07058B   13116.74063087  .00000288  00000-0  11652-2 0  1005
+2 32374 046.3623 259.9844 7179460 187.5256 353.0019 02.31708623 45332
+1 32375U 07058C   13116.72071956 -.00000116  00000-0  10000-3 0  6405
+2 32375 004.5304 062.2619 0235447 083.7866 278.7760 01.04428973 20363
+1 32376U 07059A   13117.78560047  .00000125  00000-0  22182-4 0  9450
+2 32376 097.8726 303.8096 0001509 086.6282 273.5106 14.82166768291317
+1 32382U 07061A   13117.88202670  .00000214  00000-0  10000-3 0  9281
+2 32382 098.5756 126.3899 0001254 089.4515 029.0558 14.29983092280301
+1 32384U 07062A   13117.46280156  .00000040  00000-0  00000+0 0  8420
+2 32384 055.3429 103.7130 0021441 296.9247 238.0235 02.00565691 39320
+1 32387U 07063A   13116.94668250  .00000067  00000-0  00000+0 0  8464
+2 32387 002.1960 072.9271 0014634 330.0770 029.7647 00.99064386 19953
+1 32388U 07063B   13116.98969372 -.00000191  00000-0  10000-3 0  9744
+2 32388 000.0207 331.4595 0003480 070.7544 254.0658 01.00271806 19754
+1 32389U 07063C   13116.43837536  .00000042  00000-0  13932-2 0  9673
+2 32389 005.1798 179.3431 7135837 248.9105 182.9763 02.30469258 45035
+1 32390U 07063D   13116.36598962  .00000282  00000-0  38415-2 0  8953
+2 32390 005.4694 202.9407 7179065 207.7212 091.3980 02.25860431 43971
+1 32393U 07065A   13117.66911229 -.00000038  00000-0  00000+0 0  3699
+2 32393 065.5206 355.4277 0004935 091.8579 099.5369 02.13102870 41548
+1 32394U 07065B   13117.42336734 -.00000037  00000-0  10000-3 0  2756
+2 32394 065.5230 355.4308 0021335 003.1867 316.2173 02.13103961 41476
+1 32395U 07065C   13117.49428703 -.00000037  00000-0  10000-3 0  2808
+2 32395 065.5327 355.4578 0018471 357.8946 151.1593 02.13103054 41472
+1 32396U 07065D   13108.26863050 -.00000060  00000-0  00000+0 0  7459
+2 32396 065.5180 355.5462 0024289 188.2806 350.5746 02.13392955 41417
+1 32398U 07065F   13116.84792449  .00000079  00000-0  53811-3 0  3566
+2 32398 065.0351 062.7652 5606350 118.3627 308.6714 04.23631797 82346
+1 32399U 07065G   13117.40117979  .00000081  00000-0  52473-3 0  3228
+2 32399 065.1759 068.4202 5596947 110.3712 008.6803 04.23810193 82560
+1 32404U 08001A   13116.70882176 -.00000315  00000-0  10000-3 0   820
+2 32404 004.7109 341.2523 0004617 042.7306 184.6931 01.00271535 19406
+1 32405U 08001B   13115.89805373 -.00000098  00000-0  16856-2 0  9016
+2 32405 006.0893 323.3811 7131913 066.2390 009.3708 02.25189992 43443
+1 32406U 99025CZS 13094.82618959  .00013799  00000-0  10737-2 0  4023
+2 32406 098.4129 089.1052 0331555 109.8987 014.9330 14.66803873306037
+1 32407U 99025CZT 13110.99429407  .00004353  00000-0  43165-3 0  2957
+2 32407 098.5636 160.9226 0374852 246.9965 245.8162 14.51880604305790
+1 32411U 99025CZX 13104.99551381  .00000586  00000-0  36077-3 0  2444
+2 32411 098.3039 308.7355 0130776 224.1760 134.8908 14.04878028301124
+1 32414U 99025DAA 13096.97060832  .00001539  00000-0  10110-2 0  2517
+2 32414 099.1620 100.5499 0056210 010.8162 018.9163 14.02753495293982
+1 32416U 99025DAC 13096.48575390  .00000796  00000-0  92698-3 0  2005
+2 32416 100.7869 346.9619 0252878 042.2744 077.4941 13.59555416283427
+1 32417U 99025DAD 13094.62548018  .00009117  00000-0  18956-2 0  1163
+2 32417 097.7390 242.1091 0183852 007.9696 352.1938 14.50147950285728
+1 32418U 99025DAE 13102.95063856  .00003622  00000-0  30101-2 0  2759
+2 32418 098.2178 145.3778 0306646 117.0589 001.0948 13.69575435274021
+1 32419U 99025DAF 13089.06793759  .00000138  00000-0  74883-4 0  1641
+2 32419 097.9444 183.5661 0308420 058.1928 304.8800 14.02162585293795
+1 32423U 99025DAK 13115.43418236  .00046451  00000-0  40706-2 0  2881
+2 32423 097.7908 334.4491 0146929 110.4157 250.7729 14.88495728291060
+1 32427U 99025DAP 13107.44712523  .00006460  00000-0  19542-2 0  2041
+2 32427 096.7950 348.0598 0092596 085.1891 276.2757 14.40098774284055
+1 32431U 99025DAT 13091.91500734  .00001903  00000-0  11019-2 0  1305
+2 32431 099.5683 236.9838 0082940 117.2346 028.3447 14.08481554296455
+1 32432U 99025DAU 13107.45491098  .00001516  00000-0  55678-3 0  3161
+2 32432 098.2109 315.8623 0273037 299.2574 187.3026 14.15525624277797
+1 32433U 99025DAV 13093.62189819  .00005411  00000-0  19666-2 0  2938
+2 32433 098.2260 236.2254 0361155 318.7594 095.4861 14.03060611273216
+1 32435U 99025DAX 13116.83398793  .00008641  00000-0  11461-2 0  3138
+2 32435 099.5360 116.3740 0185137 269.2287 085.3311 14.68884704307184
+1 32438U 99025DBA 13094.43335485  .00002207  00000-0  92807-3 0  1584
+2 32438 099.4590 274.6669 0042043 024.3654 007.7454 14.26504533297519
+1 32439U 99025DBB 13117.41300785  .00041876  00000-0  32029-2 0  2534
+2 32439 097.8017 338.6257 0188207 002.1809 119.3445 14.88745736305968
+1 32443U 99025DBF 13093.58799608  .00003641  00000-0  21711-2 0  2833
+2 32443 102.1080 132.3502 0091869 242.6627 265.2360 14.06173511300149
+1 32445U 99025DBH 13111.06277436  .00006007  00000-0  18159-2 0  4696
+2 32445 099.3958 316.5666 0074703 197.6111 318.3954 14.41179389288001
+1 32446U 99025DBJ 13103.37837826  .00053524  00000-0  12925-2 0  2898
+2 32446 098.6901 286.0062 0142306 286.6863 192.3129 15.31109340327009
+1 32450U 99025DBN 13103.70606348  .00001741  00000-0  13449-2 0  2675
+2 32450 099.0445 043.5404 0112717 072.7378 056.2121 13.91215329297584
+1 32451U 99025DBP 13107.45287087  .00002068  00000-0  21546-2 0  2891
+2 32451 099.9470 190.7906 0225517 153.3751 205.8735 13.66104502289786
+1 32453U 99025DBR 13116.16666185  .00000393  00000-0  31303-3 0  3681
+2 32453 099.3921 196.1295 0107710 126.4504 264.0512 13.94474326293426
+1 32454U 99025DBS 13104.80778368 -.00015583  00000-0 -73035-2 0  2402
+2 32454 098.4519 294.5404 0333729 021.7938 339.8577 13.94725809295232
+1 32459U 99025DBX 13117.51569030  .00000848  00000-0  25444-3 0  3288
+2 32459 098.7431 131.8760 0254092 178.9049 336.6640 14.28465198285262
+1 32460U 99025DBY 13101.58887492  .00000616  00000-0  53990-3 0  3230
+2 32460 098.0097 136.3446 0200805 327.7925 186.5409 13.79894713292892
+1 32461U 99025DBZ 13110.12985668  .00001016  00000-0  10786-2 0  3943
+2 32461 098.3527 166.9908 0253681 192.0067 194.6134 13.63088936275516
+1 32466U 99057RA  13111.69856353  .00012102  00000-0  28854-2 0  4612
+2 32466 098.1804 081.2765 0006860 066.1346 294.0569 14.53849899283589
+1 32468U 99057RC  13114.19740793  .00006994  00000-0  19446-2 0  5375
+2 32468 098.2288 083.3785 0009867 107.1750 253.0523 14.46686003295258
+1 32470U 99057RE  13096.43328391  .00004620  00000-0  13930-2 0  2328
+2 32470 098.2552 064.3196 0008345 151.8663 353.8930 14.42933729300455
+1 32473U 07042C   13117.19124377  .00001475  00000-0  41596-3 0  6665
+2 32473 098.3855 199.8254 0119091 212.1881 175.8865 14.43171780283909
+1 32474U 07042D   13110.45377877  .00003024  00000-0  60565-3 0  5380
+2 32474 098.7379 286.2349 0115834 160.0633 230.2076 14.58409822294570
+1 32475U 66040AS  13117.16888443  .00001266  00000-0  24553-2 0  2159
+2 32475 100.5630 195.8821 0061458 048.4786 341.1102 13.38195518282887
+1 32477U 08002B   13116.94098186  .00006547  00000-0  27498-3 0  4765
+2 32477 041.0466 286.7015 0069888 085.0402 044.2416 15.21595740291713
+1 32478U 08003A   13116.87599458 -.00000288  00000-0  10000-3 0  4686
+2 32478 000.0223 297.0556 0001351 166.9830 162.8456 01.00271127 19519
+1 32479U 08003B   13116.94136454 -.00000177  00000-0  10000-3 0  6418
+2 32479 004.2894 063.3384 0181454 109.9929 251.8571 01.04004228 19777
+1 32480U 08003C   13117.00620271  .00000101  00000-0  77953-3 0   660
+2 32480 046.2168 320.8376 7175457 186.1397 057.1857 02.29951227 43959
+1 32483U 79009D   13117.60363656 -.00000083  00000-0  00000+0 0  5552
+2 32483 007.5070 222.0591 3643553 311.9531 008.1477 01.69439852 31709
+1 32487U 08006A   13116.19780257 -.00000015  00000-0  10000-3 0  9888
+2 32487 000.0033 222.1102 0002452 170.2201 252.4989 01.00273361 19055
+1 32488U 08006B   13116.40055072  .00000106  00000-0  96543-3 0  9946
+2 32488 047.5237 233.0126 7157257 051.3617 005.4813 02.21021401 42010
+1 32491U 06006AE  13111.38901678  .00088933  00000-0  11091-1 0  8173
+2 32491 051.4533 250.5198 3606117 355.0664 016.1252 08.08463764121798
+1 32492U 06006AF  13116.88909302  .00000532  00000-0  14177-2 0  6970
+2 32492 051.4508 030.1338 5022004 348.7360 017.5749 05.28662893118324
+1 32493U 06006AG  13116.76979450  .00004602  00000-0  36715-2 0  9471
+2 32493 051.6388 340.1356 5070778 006.5579 010.4649 05.35648199119209
+1 32494U 06006AH  13115.78846018  .00000875  00000-0  10202-2 0  7958
+2 32494 051.6658 026.4515 5119491 330.5761 008.4736 05.23955093117506
+1 32495U 06006AJ  13117.43112581  .00127388  00000-0  12583-1 0  5370
+2 32495 051.7456 147.8403 3629843 032.7112 066.5521 08.06891910136121
+1 32496U 06006AK  13116.93401897  .00004047  00000-0  35084-2 0  9301
+2 32496 051.7223 031.1119 5128466 321.5248 026.3795 05.25648949106572
+1 32499U 06006AN  13115.69358744  .00006967  00000-0  27145-2 0  1672
+2 32499 051.6853 320.1679 5081807 016.3399 007.9849 05.41227219109038
+1 32500U 08007A   13117.81375913 -.00000269  00000-0  10000-3 0  9010
+2 32500 000.0159 288.8169 0002814 098.3977 264.6990 01.00272141 19001
+1 32501U 08007B   13115.88169209  .00003420  00000-0  13196-2 0  3737
+2 32501 028.4551 299.8278 7110131 307.4113 069.4538 02.48944267 45556
+1 32705U 77093E   13120.46486070  .00000318  00000-0  00000+0 0  4979
+2 32705 072.8350 019.0002 8707354 295.3715 000.7031 00.25811756  4912
+1 32708U 08011A   13117.02529795  .00000155  00000-0  10000-3 0  1135
+2 32708 016.1516 088.4046 0052080 355.1635 170.2170 01.00270541 20049
+1 32709U 08011B   13116.49625161  .00000568  00000-0  12256-1 0  2592
+2 32709 048.9747 234.3255 6430144 207.5347 094.4067 03.07285709 57425
+1 32711U 08012A   13117.31618232 -.00000056  00000-0  10000-3 0  5985
+2 32711 055.8955 342.0912 0062466 194.3698 165.4993 02.00561279 37535
+1 32712U 08012B   13117.35025138  .00108742  29279-6  14487-2 0  9359
+2 32712 039.8926 089.0948 4436521 086.4900 100.7937 06.75557580 97072
+1 32729U 08013A   13117.36290999 -.00000135  00000-0  10000-3 0   912
+2 32729 000.0317 056.4314 0000267 309.7449 240.7597 01.00270864 18810
+1 32730U 08013B   13116.67100354  .00006425  00000-0  77230-3 0  2379
+2 32730 000.5071 023.1930 7091056 253.1216 013.1871 02.54234369 44160
+1 32751U 08014B   13117.18851795  .00010405  00000-0  26782-3 0  5251
+2 32751 098.1392 012.8525 0020712 200.4979 312.8197 15.39247136283384
+1 32763U 08016A   13117.50236747 -.00000186  00000-0  00000+0 0   304
+2 32763 004.4923 340.2919 0003500 072.6108 250.7410 01.00272730 18476
+1 32765U 08017A   13117.37687218  .00021326  00000-0  77347-3 0  2879
+2 32765 013.0013 127.5304 0236170 320.2854 164.6900 15.03319175273786
+1 32766U 08017B   13117.37325604  .00012798  00000-0  49968-3 0  2655
+2 32766 013.0019 134.4917 0257922 306.6325 170.6332 14.96743342273727
+1 32767U 08018A   13117.63553681 -.00000338  00000-0  10000-3 0  9429
+2 32767 000.0173 314.4633 0001389 032.5304 229.5466 01.00272079 18494
+1 32768U 08018B   13117.16284475 -.00000274  00000-0  00000+0 0  9312
+2 32768 000.0419 082.5812 0002541 359.7842 121.5739 01.00271015 18529
+1 32769U 08018C   13117.63977906  .00007599  00000-0  12895-2 0  2332
+2 32769 001.9333 315.9856 7198616 290.6776 015.8125 02.39699706 42807
+1 32770U 08018D   13117.74802395  .00030117  00000-0  64697-2 0   556
+2 32770 001.4622 063.2044 6239929 064.4528 040.8003 03.68684827 52873
+1 32772U 82029F   13097.26406251 -.00000051  00000-0  10000-3 0  5298
+2 32772 072.6690 009.7045 4718660 130.6903 281.0090 01.93696210 45176
+1 32774U 82029H   13111.30656803  .00000018  00000-0  00000+0 0  7639
+2 32774 072.7354 354.0417 4796397 127.3914 286.6503 01.95714187 58746
+1 32779U 08019A   13116.89507799 -.00000115  00000-0  10000-3 0  4461
+2 32779 000.0611 282.6747 0005936 338.8060 352.8208 01.00273955 18341
+1 32781U 08020A   13116.55511979  .00000079  00000-0  10000-3 0  7207
+2 32781 056.8681 155.3664 0002760 231.5411 128.5283 01.65405420 31087
+1 32782U 08020B   13117.67748686  .00000067  00000-0  10000-3 0  6799
+2 32782 055.8827 156.0810 0025540 185.5895 174.4665 01.67952748 30697
+1 32783U 08021A   13117.83627050  .00000482  00000-0  72485-4 0  5404
+2 32783 097.8624 177.5152 0015240 159.5965 200.5841 14.78713019269795
+1 32784U 08021B   13117.71272041  .00000905  00000-0  11750-3 0  6114
+2 32784 097.7549 175.3495 0017013 111.8878 034.6096 14.82990320270293
+1 32785U 08021C   13116.73715466  .00001113  00000-0  14055-3 0  6156
+2 32785 097.7559 175.7301 0015939 115.7082 031.7184 14.83747864270245
+1 32786U 08021D   13117.76913640  .00000832  00000-0  11494-3 0   284
+2 32786 097.7586 171.8203 0014282 124.7619 235.4945 14.80591663270047
+1 32787U 08021E   13117.70992052  .00001927  00000-0  23011-3 0  6070
+2 32787 097.7566 177.5770 0016428 110.1267 036.1273 14.85262240270478
+1 32788U 08021F   13117.66216398  .00001934  00000-0  22860-3 0  5931
+2 32788 097.7577 178.1194 0015944 110.4235 012.0424 14.85704461270509
+1 32789U 08021G   13116.76559706  .00002845  00000-0  31439-3 0  6211
+2 32789 097.7720 180.7218 0015473 106.9864 041.3755 14.88116678270479
+1 32790U 08021H   13117.73987112  .00001127  00000-0  14258-3 0  6095
+2 32790 097.7527 176.2248 0016606 113.3194 034.3393 14.83639117270367
+1 32791U 08021J   13117.15244355  .00001526  00000-0  18717-3 0  5903
+2 32791 097.7567 176.4616 0016860 112.7872 281.2294 14.84445182270306
+1 32792U 08021K   13117.11422772  .00000503  00000-0  76861-4 0  5832
+2 32792 097.6838 142.9419 0030435 090.5620 269.9079 14.77492204269114
+1 32794U 08022A   13116.13627793 -.00000040  00000-0  10000-3 0  7882
+2 32794 000.0146 253.1839 0002881 087.4207 278.7457 01.00272660 18313
+1 32951U 08024A   13117.36226965  .00000016  00000-0  00000+0 0  8092
+2 32951 000.0246 128.0113 0003443 295.5252 159.3740 01.00272712 18093
+1 32952U 08024B   13115.84705405 -.00000155  00000-0  00000+0 0  7640
+2 32952 000.5647 046.6405 6538121 358.6481 008.4704 02.14621621 38651
+1 32953U 08025A   13117.43395777  .00000010  00000-0  00000+0 0  8028
+2 32953 082.4973 099.7507 0018657 348.4026 011.6627 12.43033358223606
+1 32954U 08025B   13117.79115366  .00000024  00000-0  10000-3 0  8831
+2 32954 082.4966 100.0387 0020153 356.0807 004.0113 12.42664042223590
+1 32955U 08025C   13117.88009489  .00000010  00000-0  00000+0 0  8874
+2 32955 082.4953 098.7127 0020664 342.6688 017.3686 12.43272512223711
+1 32956U 08025D   13117.82991709  .00000024  00000-0  10000-3 0  8975
+2 32956 082.5010 100.1006 0020402 348.9649 011.0981 12.42972313223654
+1 32957U 08025E   13116.85344094  .00000013  00000-0  54351-5 0  8187
+2 32957 082.5056 025.1642 0200313 045.5469 344.8014 12.77706115229763
+1 32958U 08026A   13117.71520123  .00000044  00000-0  41485-4 0  8787
+2 32958 098.6093 184.2705 0009548 341.8542 018.2301 14.19340707254905
+1 32959U 08026B   13117.03423351  .00000135  00000-0  55299-4 0  4693
+2 32959 098.9367 274.9296 0072013 116.6971 031.6711 14.41137909258615
+1 32961U 77027G   13116.28925329  .00000863  00000-0  00000+0 0  1422
+2 32961 062.2745 190.9374 7363221 031.1775 003.3227 02.00716198 62302
+1 32967U 77047Q   13114.69380409  .04565023  00000-0  50000+0 0  3231
+2 32967 064.1152 003.7840 6548883 028.6171 355.4256 03.27382523 79154
+1 32974U 78083S   13117.07331461  .00000883  00000-0  00000+0 0  6310
+2 32974 066.8811 113.6400 5491786 105.8345 339.6753 01.99593989 47917
+1 32977U 79058S   13117.81624883 -.00000535  00000-0  00000+0 0  3054
+2 32977 068.6862 254.2006 7097116 159.8575 357.8965 01.98160614 98686
+1 32978U 79058T   13100.02601606 -.00000052  00000-0  00000+0 0  3962
+2 32978 071.5149 078.2390 5842753 346.0634 011.1139 01.88240862 55428
+1 32982U 79077H   13117.48993972 -.00000255  00000-0  00000+0 0  6885
+2 32982 067.3264 284.3947 5994820 063.4181 354.4323 02.09834213120482
+1 32984U 79101K   13110.44433510 -.00000014  00000-0  00000+0 0  4747
+2 32984 008.6598 185.2227 4881698 288.6490 099.0259 01.82645767 33817
+1 32985U 79101L   13117.25180400 -.00000122  00000-0  00000+0 0  4426
+2 32985 009.4552 249.5622 4743949 171.3986 074.8032 01.80684209 34299
+1 32986U 79101M   13116.59595870 -.00000046  00000-0  00000+0 0  6476
+2 32986 007.9978 187.6501 4853725 290.2556 080.9141 01.82660516 34949
+1 32987U 79101N   13117.48264751 -.00000072  00000-0  00000+0 0  6128
+2 32987 008.0888 147.2312 4880889 008.9277 021.4623 01.83543848 35012
+1 32989U 79101Q   13111.48657937 -.00000021  00000-0  00000+0 0  4588
+2 32989 008.4752 161.3528 4753055 336.7055 007.5674 01.85711044 35708
+1 32991U 79101S   13107.04978122 -.00000139  00000-0  00000+0 0  2049
+2 32991 009.0377 267.2134 4728796 143.9788 072.6295 01.79907816 36277
+1 32992U 79101T   13111.20170094 -.00000086  00000-0  00000+0 0  1933
+2 32992 012.8830 316.0676 4641395 014.6772 355.2974 01.78250351 37082
+1 32993U 79101U   13112.10848082 -.00000127  00000-0  00000+0 0  8262
+2 32993 008.9104 249.6218 4774965 179.5992 178.6707 01.81626947 41562
+1 32997U 80085L   13116.30056981  .00013668  00000-0  12569-1 0  6316
+2 32997 062.9928 141.0079 7458808 041.8395 355.7693 02.03228858 59381
+1 32998U 91075P   13111.15040513  .00000592  00000-0  81297-2 0  5743
+2 32998 006.5859 354.8352 6636201 116.4442 355.1662 02.86953343107595
+1 32999U 92021T   13112.00655231 -.00000086  00000-0 -95957-2 0  5850
+2 32999 003.3696 195.0801 7018783 120.6037 017.3198 02.24659300 86406
+1 33051U 08028A   13117.53392113 -.00000257  00000-0  10000-3 0  4264
+2 33051 000.0132 051.7364 0006661 347.4593 100.8867 01.00269920 17917
+1 33052U 08028B   13117.79169214  .00251778  80776-6  21794-2 0  5684
+2 33052 023.8820 061.0287 6286712 018.3031 356.4316 03.71784153 42407
+1 33053U 08029A   13117.46594341  .00001314  00000-0  67006-4 0  3134
+2 33053 025.5820 187.6270 0013883 115.3943 352.7705 15.06976342268668
+1 33055U 08030A   13117.16365575 -.00000148  00000-0  00000+0 0  7685
+2 33055 000.0680 014.0416 0003677 036.8745 205.5046 01.00272306 17904
+1 33056U 08030B   13116.78502384  .00000139  00000-0  10000-3 0  8476
+2 33056 000.0454 102.3707 0003909 302.8996 134.2547 01.00272536 17954
+1 33057U 08030C   13115.64892659  .00002308  00000-0  84415-3 0   831
+2 33057 001.9037 024.2154 7224033 236.0663 013.9504 02.34811506 41136
+1 33058U 08030D   13117.49400439  .00028761  00000-0  65440-2 0  2882
+2 33058 001.9967 313.0387 6640830 038.4477 234.4621 03.12153899 45088
+1 33059U 08022B   13115.75281395 -.00000134  00000-0  10000-3 0  7590
+2 33059 005.1927 068.4298 0512665 300.4215 054.5536 00.95534152 17137
+1 33060U 08031A   13117.06415162  .00000633  00000-0  13590-3 0  4833
+2 33060 048.4446 322.1437 0007167 248.3191 249.1152 14.70333274260641
+1 33061U 08031B   13117.70991360  .00000728  00000-0  15163-3 0  5041
+2 33061 048.4474 320.0693 0006340 241.0869 164.7247 14.70275229260741
+1 33062U 08031C   13117.07231411  .00000612  00000-0  13351-3 0  4785
+2 33062 048.4440 326.5115 0008171 240.1560 260.0475 14.69975820260595
+1 33063U 08031D   13116.77323377  .00000602  00000-0  13276-3 0  4960
+2 33063 048.4434 330.6069 0009973 231.3841 181.6963 14.69649856260517
+1 33064U 08031E   13117.07844153  .00000542  00000-0  12211-3 0  4764
+2 33064 048.4440 325.7995 0007927 241.7653 255.8270 14.69921295260606
+1 33065U 08031F   13117.08176131  .00000671  00000-0  14358-3 0  4688
+2 33065 048.4463 329.1577 0009002 239.5394 259.2963 14.69851902260568
+1 33066U 08031G   13117.11814240  .00000137  00000-0  56673-4 0  4755
+2 33066 048.4445 337.9084 0008261 211.6967 289.4817 14.68363961260444
+1 33105U 08032A   13117.18220207 -.00000036  00000-0  10944-3 0  5986
+2 33105 066.0438 022.2467 0007905 275.5686 246.5129 12.80930875226938
+1 33106U 08032B   13116.14040824 -.00000082  00000-0 -80033-2 0  4455
+2 33106 065.2322 118.3755 1151704 221.1056 170.2356 09.17444401162457
+1 33108U 08033A   13115.36666269 -.00000054  00000-0  10000-3 0  1260
+2 33108 001.8882 056.5409 0004061 355.3140 004.4971 01.00279651 17672
+1 33111U 08033D   13117.36446210 -.00000033  00000-0  10000-3 0  6462
+2 33111 001.8631 056.3002 0030255 236.4882 122.9318 01.00238564 17692
+1 33112U 08033E   13117.97577714  .11055676  26101-4  66211-3 0  6210
+2 33112 046.8815 237.3299 1343477 357.5048 120.5225 13.35307611 88687
+1 33113U 08033F   13115.51157394  .00004633  00000-0  10968-2 0  1265
+2 33113 047.0245 138.6007 7186741 118.1405 001.6237 02.40205004 41612
+1 33153U 08034A   13116.40739925 -.00000231  00000-0  00000+0 0  8468
+2 33153 000.0182 330.1842 0001987 079.1091 280.4224 01.00270906 17613
+1 33154U 08034B   13117.84878666  .00000134  00000-0  10000-3 0  9146
+2 33154 000.0732 036.0909 0005683 354.2633 157.1968 01.00273280 17654
+1 33155U 08034C   13117.76170541  .00003469  00000-0  18077-2 0  1210
+2 33155 002.2924 029.7916 6977656 278.7140 013.8750 02.64580126 42281
+1 33156U 08034D   13115.62919890  .00001429  00000-0  71299-3 0   536
+2 33156 001.9239 060.6589 7235460 203.0283 011.6188 02.32672647 40359
+1 33207U 08035A   13116.49464826 -.00000064  00000-0  10000-3 0   633
+2 33207 000.0390 062.7608 0003124 337.6178 242.3479 01.00272406 17521
+1 33208U 08035B   13117.40281876 -.00000023  00000-0  51705-3 0  7806
+2 33208 000.2885 289.6704 7126060 028.2817 353.5906 02.26221035 39520
+1 33245U 08036B   13117.14175645  .00018929  00000-0  34552-3 0  4367
+2 33245 098.1193 141.8457 0012162 185.2666 247.2695 15.49406092266500
+1 33272U 08037A   13117.79202270  .00000112  00000-0  39030-4 0   362
+2 33272 098.0939 175.5442 0016674 039.3717 320.8686 14.51201404251787
+1 33274U 08038A   13117.49569075 -.00000260  00000-0  10000-3 0   338
+2 33274 000.0001 084.6643 0000434 340.3247 113.0711 01.00271315 17267
+1 33275U 08038B   13116.66519050  .00000029  00000-0  10000-3 0  9651
+2 33275 000.0200 316.4098 0002273 095.0506 277.9303 01.00271996 17345
+1 33276U 08038C   13116.29976383  .00001298  00000-0  58707-3 0   518
+2 33276 001.9728 107.0691 7225314 168.8864 327.7094 02.34126064 39595
+1 33277U 08038D   13116.69394182  .00048918  00000-0  83075-2 0  1554
+2 33277 002.3348 022.4537 6701891 344.2867 116.8478 03.04851092 43401
+1 33278U 08039A   13117.49489230 -.00000154  00000-0  00000+0 0  1740
+2 33278 003.0100 346.3297 0002872 070.1288 239.7008 01.00274847 17211
+1 33279U 08039B   13117.12804439  .00001054  00000-0  41411-3 0  7956
+2 33279 046.0625 160.4107 4913717 149.3942 310.9423 05.67874191 96849
+1 33280U 08039C   13115.80001803 -.00000208  00000-0  00000+0 0  3632
+2 33280 022.6789 036.8736 5954841 110.0453 349.4434 02.01443469 34466
+1 33312U 08040A   13117.79201031  .00000331  00000-0  50736-4 0  2030
+2 33312 097.9046 207.8991 0011613 212.0885 147.9630 14.79899243251838
+1 33313U 08040B   13117.74943742  .00000384  00000-0  57648-4 0  1900
+2 33313 097.8995 206.8699 0019238 091.4503 268.8926 14.79901460251771
+1 33314U 08040C   13117.80519830  .00000341  00000-0  51964-4 0  2410
+2 33314 097.9031 207.9097 0023696 228.1848 131.7354 14.79895401251828
+1 33315U 08040D   13117.77538094  .00000356  00000-0  53973-4 0  1732
+2 33315 097.8979 206.7810 0013147 160.9074 199.2637 14.79901770251788
+1 33316U 08040E   13117.76107958  .00000380  00000-0  57099-4 0  1676
+2 33316 097.8971 206.5568 0013556 110.2087 250.0592 14.79904539251776
+1 33317U 08040F   13116.90963561  .00082817  00000-0  20294-2 0  4226
+2 33317 098.0254 265.4902 0004041 007.5830 352.5475 15.40421186254887
+1 33318U 08040G   13115.81955898  .00001648  00000-0  19632-3 0  8154
+2 33318 097.9394 216.5645 0015914 178.0199 182.1082 14.85623737252068
+1 33319U 08040H   13116.67672208  .00000047  00000-0  37208-4 0  7871
+2 33319 097.9270 308.5708 0496913 213.8870 182.0188 13.74761203233748
+1 33320U 08041A   13117.83341680  .00000952  00000-0  14913-3 0  1281
+2 33320 097.8236 182.5985 0026424 209.0249 150.9484 14.74729242249851
+1 33321U 08041B   13117.80222151  .00000547  00000-0  88567-4 0  1872
+2 33321 097.8264 182.8982 0035856 227.1560 132.6641 14.74728601249837
+1 33323U 08041D   13116.18814028  .00002232  00000-0  30887-3 0  8077
+2 33323 097.8364 183.4311 0028941 225.0291 192.5161 14.78739472249685
+1 33331U 08042A   13117.82857298 -.00004954  00000-0 -92819-3 0  1470
+2 33331 098.1206 192.4736 0008724 327.3542 032.7139 14.64410573247935
+1 33373U 08044A   13117.47571428 -.00000230  00000-0  00000+0 0  7719
+2 33373 000.0240 268.6921 0002382 128.5425 267.6238 01.00271265 16895
+1 33374U 08044B   13117.81663012  .00001937  00000-0  45253-3 0  3251
+2 33374 049.4637 259.0103 5477029 262.2259 327.2374 04.82622014 80664
+1 33375U 08044C   13116.17539509 -.00000163  00000-0  00000+0 0  6726
+2 33375 012.3325 045.2591 5991379 193.9750 353.0872 02.03678529 34199
+1 33376U 08045A   13117.43176883 -.00000149  00000-0  00000+0 0  8850
+2 33376 000.0191 152.1259 0003276 266.4584 215.4266 01.00271348 16844
+1 33377U 08045B   13116.46062946 -.00000058  00000-0  00000+0 0  7192
+2 33377 000.4230 104.6030 6425579 006.8289 225.8367 02.12868933 35664
+1 33378U 08046A   13117.44959505  .00000069  00000-0  10000-3 0  3124
+2 33378 064.8783 116.0745 0025913 328.0428 206.2588 02.13103855 35695
+1 33379U 08046B   13117.09580108  .00000071  00000-0  10000-3 0  2969
+2 33379 064.8865 116.1363 0019407 192.5501 294.3501 02.13101743 35698
+1 33380U 08046C   13117.21471045  .00000071  00000-0  10000-3 0  3011
+2 33380 064.8946 116.1556 0025236 322.2384 214.2892 02.13107494 35684
+1 33383U 08046F   13116.64693172  .00000074  00000-0  00000+0 0  6489
+2 33383 064.8869 116.0327 0018183 205.8886 313.5813 02.13269199 35690
+1 33384U 08046G   13116.56243593 -.00000008  00000-0  25314-3 0   761
+2 33384 065.3941 287.9338 5599240 115.8526 336.2805 04.23092799 70833
+1 33385U 08046H   13116.91207177 -.00000019  00000-0  16385-3 0   769
+2 33385 065.2811 284.1427 5603415 121.6684 008.7068 04.23149155 70850
+1 33393U 08048A   13117.25522735  .00001544  00000-0  11655-3 0  1408
+2 33393 009.3469 069.3180 0014309 131.2180 228.9253 14.80856388247908
+1 33395U 88033K   13117.35827003  .00000175  00000-0  33522-3 0  1977
+2 33395 090.3140 223.3060 0185813 042.3819 022.4121 13.27634927218783
+1 33396U 08049A   13117.90561343  .00000169  00000-0  10000-3 0  9427
+2 33396 098.7584 185.9799 0001074 099.1373 259.1882 14.19999658236983
+1 33397U 08049B   13117.54803940 -.00000137  00000-0 -45339-4 0  7991
+2 33397 098.6509 099.5880 0338872 269.3623 243.0902 13.91398616232111
+1 33398U 08049C   13115.67240914  .00000852  00000-0  14857-3 0  7554
+2 33398 098.8349 335.8333 0029883 192.2478 167.8003 14.70712437244786
+1 33406U 08052B   13116.83716727  .00011122  00000-0  18905-2 0  2809
+2 33406 017.8357 278.3998 6250683 148.1838 047.9755 03.68253029 59636
+1 33408U 08053A   13117.80382437  .00000570  00000-0  62300-4 0   114
+2 33408 097.5676 133.6929 0016237 239.9648 119.9983 14.91464441245305
+1 33409U 08053B   13117.74928403  .00000916  00000-0  94287-4 0  8983
+2 33409 097.5660 134.5734 0015800 218.1002 141.9101 14.92536884245355
+1 33410U 08053C   13117.53533358  .00001125  00000-0  10009-3 0  4790
+2 33410 097.5424 106.2411 0135589 212.8385 146.4356 14.91317734244851
+1 33411U 08053D   13115.58273018  .00005714  00000-0  44708-3 0  9154
+2 33411 097.5489 140.1218 0012301 219.9366 140.0955 15.01367969245479
+1 33412U 08054A   13117.84048709  .00001181  00000-0  15480-3 0  9748
+2 33412 097.8720 303.8627 0001516 083.4414 276.6976 14.82162470243786
+1 33414U 08055A   13117.49346825 -.00000247  00000-0  10000-3 0  2516
+2 33414 000.0218 120.6622 0001941 312.7343 241.8854 01.00271716 16548
+1 33415U 08055B   13116.52595900  .00026536  00000-0  21259-2 0  3448
+2 33415 023.9910 041.6251 7065158 147.4672 266.4948 02.58419911 35933
+1 33433U 08056A   13117.76910317  .00000058  00000-0  39735-4 0  9884
+2 33433 098.5055 112.1657 0013652 168.2064 191.9437 14.29241651233497
+1 33434U 08056B   13117.79876672  .00000048  00000-0  35756-4 0   220
+2 33434 098.5072 111.9717 0014367 164.0043 196.1598 14.29069875233464
+1 33436U 08057A   13117.00000000  .00000111  00000-0  00000+0 0  1121
+2 33436 000.0080 170.8230 0001412 291.2520 132.2520 01.00267264 16414
+1 33437U 08057B   13115.49371985  .00003707  00000-0  91258-3 0  8373
+2 33437 049.5620 091.6265 5039654 063.3423 022.5910 05.52064045 89502
+1 33438U 08057C   13111.45379759 -.00000246  00000-0  00000+0 0  6334
+2 33438 019.9459 123.8623 5822581 073.6817 354.6763 01.99987806 32554
+1 33446U 08061A   13117.79650138  .00000610  00000-0  98303-4 0  8855
+2 33446 097.7436 174.3404 0017805 160.1849 200.0051 14.74680428237117
+1 33447U 08062A   13117.62178109  .00001477  00000-0  10000-3 0  3317
+2 33447 065.7923 228.7755 7053674 268.5273 142.6316 02.00585459 32260
+1 33450U 08062D   13117.35206984 -.00000619  00000-0  32485-1 0  7999
+2 33450 064.7846 215.7971 6997625 275.3386 035.8604 02.05247343 32968
+1 33453U 08063A   13117.49804624  .00000048  00000-0  10000-3 0  8248
+2 33453 000.0170 293.1761 0003085 110.7560 222.1528 01.00271303 16054
+1 33454U 08063B   13115.80019749  .00003870  00000-0  76402-3 0   110
+2 33454 049.4659 273.9132 5483834 214.4834 335.7559 04.82828548 76555
+1 33455U 08063C   13116.23615947 -.00000275  00000-0  00000+0 0  6302
+2 33455 019.1270 071.3248 5597902 044.0843 074.3119 01.97942580 31630
+1 33456U 08064A   13117.80292111  .00016715  00000-0  36469-3 0  8918
+2 33456 097.2183 191.8160 0008362 051.4033 086.5063 15.44257848243885
+1 33458U 06053D   13102.40607346 -.00000185  00000-0  00000+0 0  4151
+2 33458 003.0141 071.6819 0086306 247.1277 112.0792 01.00255007 17155
+1 33459U 08065A   13116.19267218  .00000081  00000-0  10000-3 0  8128
+2 33459 000.0454 034.7043 0006377 037.8052 224.1858 01.00272231 16115
+1 33460U 08065B   13117.78048804  .00000140  00000-0  00000+0 0  7135
+2 33460 000.0775 080.4347 0004775 319.8151 125.0941 01.00273715 15996
+1 33461U 08065C   13117.08706709  .00050932  00000-0  11158-1 0  9688
+2 33461 004.0774 256.0411 6974094 153.9218 185.6286 02.67788285 38615
+1 33462U 08065D   13115.95228589  .00001917  00000-0  10803-2 0  9145
+2 33462 004.2097 297.9947 7223071 067.9322 347.2304 02.33424984 36607
+1 33463U 08066A   13116.92542436 -.00000335  00000-0  10000-3 0  1837
+2 33463 001.1750 046.2883 0002004 111.6223 134.4372 01.00262527 15979
+1 33464U 08066B   13116.75439111  .00000107  00000-0  38215-3 0  8015
+2 33464 024.5499 226.1024 7185884 108.3669 336.6293 02.31590071 36599
+1 33465U 08066C   13116.33488977 -.00000228  00000-0  10000-3 0  5052
+2 33465 001.0436 043.0630 0033760 236.0982 122.9134 01.02096687 16189
+1 33466U 08067A   13117.83147942  .00000013  00000-0  00000+0 0  2440
+2 33466 064.0778 235.2574 0003211 264.4108 125.2311 02.13100557 33764
+1 33467U 08067B   13117.06223056  .00000011  00000-0  10000-3 0  2428
+2 33467 064.0664 235.2512 0002605 284.9618 010.4805 02.13102040 33762
+1 33468U 08067C   13117.78288885  .00000013  00000-0  10000-3 0  2375
+2 33468 064.0705 235.2345 0004048 317.6181 078.3860 02.13101530 33773
+1 33471U 08067F   13117.83803920  .00000013  00000-0  00000+0 0  6197
+2 33471 064.0686 235.1552 0005482 327.4413 176.3076 02.13247478 33785
+1 33472U 08067G   13115.95378883  .00000070  00000-0  29594-3 0  1230
+2 33472 065.1467 063.9267 5653625 124.5256 302.3643 04.23953303 67006
+1 33473U 08067H   13116.21105903  .00000049  00000-0  20207-3 0  1702
+2 33473 064.9994 059.4324 5664551 131.1018 352.2910 04.23936653 67047
+1 33492U 09002A   13117.77066328  .00000004  00000-0  92124-5 0  3917
+2 33492 098.0849 228.2550 0001845 073.6189 286.5229 14.67540396228154
+1 33493U 09002B   13117.84366119  .00002136  00000-0  25237-3 0  7514
+2 33493 098.2111 273.1415 0017983 000.2791 359.8437 14.85685278230442
+1 33494U 09002C   13117.17890352  .00000494  00000-0  91281-4 0   287
+2 33494 098.1298 232.3654 0005356 106.6119 299.1590 14.69684724228301
+1 33495U 09002D   13117.34666966  .00000314  00000-0  59680-4 0   254
+2 33495 098.1347 235.4530 0009572 141.2051 252.4735 14.70812650228506
+1 33496U 09002E   13116.83435580  .00000423  00000-0  78429-4 0   303
+2 33496 098.1288 233.0062 0007935 122.5552 023.5946 14.70247925228322
+1 33497U 09002F   13117.14383015  .00000508  00000-0  95939-4 0   156
+2 33497 098.1187 228.9700 0001907 043.9989 004.9943 14.68584267228078
+1 33498U 09002G   13117.38757007  .00001332  00000-0  21162-3 0   230
+2 33498 098.1426 240.0450 0013632 144.9425 247.6428 14.73712699228787
+1 33499U 09002H   13116.82933677  .00000839  00000-0  14083-3 0   367
+2 33499 098.1412 237.5067 0011047 148.6196 357.9531 14.72265249228561
+1 33500U 09002J   13117.44080549  .00000926  00000-0  11853-3 0  4048
+2 33500 098.2242 271.5487 0052890 345.7357 014.2359 14.82981786230229
+1 33502U 99025DCF 13116.78101499  .00001941  00000-0  14295-2 0  7816
+2 33502 098.9819 049.9498 0115639 002.5845 023.6073 13.93613173222779
+1 33503U 81053MZ  13116.72212023  .00002265  00000-0  67447-3 0  6951
+2 33503 082.9670 010.9918 0021068 251.6726 141.9621 14.42667081223608
+1 33504U 09003A   13117.91140091  .00002409  00000-0  15229-3 0  6315
+2 33504 082.4711 287.9853 0018554 273.6533 246.7543 15.08461071233073
+1 33505U 09003B   13117.49790174  .00000689  00000-0  43985-4 0  1732
+2 33505 082.4778 289.2421 0014138 304.7460 055.2436 15.07045032232956
+1 33508U 67048G   13116.69069824  .00005560  00000-0  70925-2 0  8811
+2 33508 089.6577 152.4853 0031364 094.9624 054.8704 13.62749485253717
+1 33509U 68081K   13115.47020329 -.00000159  00000-0  10000-3 0  5515
+2 33509 007.9942 321.5654 0057078 016.0935 343.9143 01.02060207 30761
+1 33510U 68081L   13115.62184791 -.00000204  00000-0  10000-3 0  3405
+2 33510 007.8535 321.5419 0065001 313.0474 046.2953 01.01830728 19853
+1 33511U 68081M   13116.19587876  .00000058  00000-0  10000-3 0  4890
+2 33511 008.3811 324.5117 0145791 309.5295 049.0560 01.00775634 19523
+1 33512U 68081N   13115.20568638  .00000063  00000-0  10000-3 0  3814
+2 33512 008.0647 323.5827 0160425 328.6142 029.8432 01.00943557 25262
+1 33513U 68081P   13114.86172109  .00000013  00000-0  10000-3 0  4096
+2 33513 007.9094 322.3192 0088365 290.6246 068.2903 01.01391566 20560
+1 33514U 71024E   13088.93079692  .00001175  00000-0  44711-2 0   584
+2 33514 088.1822 331.6355 0065780 238.0269 121.8891 12.89075977422675
+1 33516U 71024G   13089.36974859  .00000387  00000-0  15120-2 0  1849
+2 33516 088.1650 316.8013 0043925 276.4037 083.2075 12.86236192389041
+1 33519U 77092L   13111.56577741 -.00000298  00000-0  10000-3 0  1531
+2 33519 013.5104 333.3032 0108717 297.0676 061.7815 01.00384264 23714
+1 33520U 81031M   13116.31790763  .00000816  00000-0  00000+0 0  4443
+2 33520 068.8902 355.9190 5852802 121.3804 010.5073 02.00871952 54862
+1 33521U 81049D   13111.68037960 -.00000212  00000-0  10000-3 0  6506
+2 33521 023.2752 357.9785 1653016 035.3593 334.5921 00.82270027 19118
+1 33524U 81071Z   13116.75453308  .00000731  00000-0  00000+0 0  5728
+2 33524 069.2710 349.1346 5950953 115.8508 337.7178 01.98292686680559
+1 33525U 81071AA  13116.15281669  .00000632  00000-0  00000+0 0  5205
+2 33525 067.1010 122.0436 5603525 102.9811 339.8485 01.97650146 72111
+1 33533U 88040G   13117.45793341  .00002038  00000-0  11137-1 0  4639
+2 33533 007.3816 089.9884 7175873 320.7731 030.9320 02.29733277 72593
+1 33534U 88040H   13111.46454787  .00001350  00000-0  56841-2 0  5193
+2 33534 007.4749 069.2933 7190522 000.9435 247.9734 02.29506387 71084
+1 33535U 88040J   13116.23542907  .00003434  00000-0  15282-1 0  3844
+2 33535 007.6743 069.4342 7164377 000.0197 010.1478 02.32077073 60017
+1 33536U 88081L   13117.40130718 -.00000102  00000-0  00000+0 0  6059
+2 33536 006.7252 299.6968 6960663 152.4906 167.0330 02.15487485 71390
+1 33537U 88081M   13115.36205172 -.00000116  00000-0  00000+0 0  4884
+2 33537 006.5136 182.7833 6987346 015.7606 006.4224 02.16796346 59921
+1 33538U 88081N   13112.35971941 -.00000059  00000-0  11173-3 0  4406
+2 33538 007.4507 015.2966 7199015 328.8577 342.9437 02.23206110 62937
+1 33539U 88081P   13116.94294304 -.00000005  00000-0  92366-2 0  2093
+2 33539 007.7559 334.0964 7121174 056.5494 005.2612 02.18974710 59675
+1 33540U 88081Q   13116.77093671 -.00000135  00000-0  00000+0 0  1993
+2 33540 007.1690 307.3438 6951910 131.4422 354.3906 02.15856359 56977
+1 33541U 88109Q   13116.36671380 -.00000029  00000-0  36403-2 0  5208
+2 33541 006.6361 201.1234 7104047 191.2048 255.6553 02.23847380 84764
+1 33542U 88109R   13115.60857064  .00000080  00000-0  40263-2 0  5069
+2 33542 006.6420 158.8680 7143519 267.5758 018.1249 02.24129998 64037
+1 33543U 88109S   13117.42589759  .00000127  00000-0  25942-2 0  5794
+2 33543 007.0570 079.1616 7160543 064.6598 350.9422 02.25276150 87407
+1 33544U 88109T   13115.68955602  .00000131  00000-0  33356-3 0  4798
+2 33544 006.7107 264.1997 7176930 061.2814 347.2186 02.33802628 90302
+1 33545U 88109U   13111.52672089  .00000062  00000-0  26175-3 0  5361
+2 33545 006.7185 269.7678 7149250 051.5645 352.0668 02.35171433 90972
+1 33546U 88109V   13109.26080057 -.00000163  00000-0 -33055-4 0  4626
+2 33546 006.6339 182.9770 7134426 223.7715 108.6811 02.23294129 68720
+1 33547U 88109W   13110.12106602 -.00000171  00000-0  10000-3 0  3945
+2 33547 007.3079 354.4632 7079131 239.3135 033.0102 02.35121126110308
+1 33548U 89006AQ  13117.21187472 -.00000130  00000-0  00000+0 0  3911
+2 33548 009.6655 083.2257 6929699 139.8282 030.0955 02.22280184 61453
+1 33549U 89006AR  13113.67949823 -.00000096  00000-0  37426-2 0  4168
+2 33549 007.6108 273.0032 7099620 128.9255 040.6124 02.24994522 61553
+1 33550U 89006AS  13116.81817574 -.00000230  00000-0 -18578-1 0   417
+2 33550 009.4863 034.3756 6989137 237.6895 035.9442 02.21995431 57442
+1 33551U 89006AT  13114.77936230 -.00000040  00000-0  00000+0 0  4783
+2 33551 008.5963 144.5124 6851379 025.4711 032.5871 02.20874061 62431
+1 33555U 89006AX  13116.79134781 -.00000111  00000-0  20947-2 0  1974
+2 33555 008.2593 276.1094 7096438 118.5031 004.1089 02.23829064 57656
+1 33556U 89006AY  13116.37809627  .00000830  00000-0  11354-1 0  4901
+2 33556 009.0556 178.0427 7132560 300.5294 071.2913 02.28712019 90368
+1 33557U 89006AZ  13108.78660752 -.00000065  00000-0  00000+0 0  3816
+2 33557 009.6682 043.9939 6970740 216.3361 063.2452 02.22941763 71509
+1 33558U 89006BA  13114.59519083 -.00000164  00000-0  00000+0 0  5422
+2 33558 009.9515 076.8641 6949052 149.2713 008.5323 02.22034119 68424
+1 33560U 89006BC  13114.80134953 -.00000476  00000-0 -15384-1 0  4832
+2 33560 010.6504 293.9619 7083777 063.4647 007.1030 02.25030489 72703
+1 33561U 89006BD  13100.61076554 -.00000130  00000-0  00000+0 0  3189
+2 33561 009.0656 037.2927 6985892 234.7915 352.5414 02.22186767 67967
+1 33562U 89006BE  13116.77983159 -.00000085  00000-0  00000+0 0  3754
+2 33562 008.4325 331.8048 7054369 007.9641 342.3594 02.23377871 57542
+1 33563U 89006BF  13110.98589241 -.00000205  00000-0  15966-2 0  2502
+2 33563 008.3967 295.8783 7077491 079.0613 000.1058 02.23705635 71058
+1 33567U 89006BK  13116.25211164  .00000360  00000-0  92436-2 0  3800
+2 33567 008.1588 234.6439 7126946 200.7179 023.1175 02.26510505 70459
+1 33568U 89006BL  13117.26411830  .00000136  00000-0  77833-3 0  2754
+2 33568 007.9799 086.2048 7208689 128.8860 320.7998 02.28672523 56915
+1 33569U 89006BM  13116.71066209  .00000977  00000-0  16727-1 0  3308
+2 33569 008.7424 215.7789 7135281 232.3782 017.4266 02.27203041 59692
+1 33571U 89006BP  13111.07654902 -.00000172  00000-0  00000+0 0   836
+2 33571 011.4114 092.3071 6948109 102.5899 335.9513 02.22013839 66445
+1 33572U 89006BQ  13117.46868169 -.00000082  00000-0  00000+0 0  1075
+2 33572 007.8674 347.8319 7006485 340.6870 347.9694 02.23277765 57800
+1 33574U 89006BS  13115.97618779  .00000362  00000-0  58265-2 0  4264
+2 33574 007.8239 173.0950 7132374 318.9967 104.6546 02.27444815 60108
+1 33578U 89006BW  13109.61687335  .00000047  00000-0  17269-2 0  4276
+2 33578 007.8651 117.6730 7163853 068.2671 350.3737 02.28837318 54574
+1 33579U 89006BX  13115.90279659 -.00000030  00000-0  17373-2 0  5362
+2 33579 011.1391 321.4648 7061683 006.1464 348.7566 02.24590974 87180
+1 33580U 89006BY  13115.33170162  .00000332  00000-0  41123-2 0  2888
+2 33580 008.4390 170.5074 7146757 319.8280 001.6684 02.27300395 64834
+1 33581U 89006BZ  13115.39764971  .00000357  00000-0  53513-2 0  3572
+2 33581 008.0734 161.8285 7128163 339.6388 018.8385 02.28296570 60092
+1 33582U 89006CA  13111.62683426 -.00000374  00000-0  00000+0 0  5224
+2 33582 008.1753 023.4514 5960680 296.3385 276.0897 02.03349783 47139
+1 33584U 89027E   13116.55913609  .00001505  00000-0  22590-2 0  4120
+2 33584 005.9366 001.0176 6184673 147.6525 050.4409 03.64608662182299
+1 33588U 91003R   13111.32871498  .00000107  00000-0  11405-2 0  3196
+2 33588 007.2837 097.7289 6836444 053.9931 020.4947 02.66138910 84726
+1 33589U 91003S   13111.42152757 -.00000335  00000-0 -50156-2 0  2693
+2 33589 007.0857 260.3395 6783951 102.8259 071.0710 02.63571174 65554
+1 33590U 91003T   13116.59706432  .00000314  00000-0  39726-2 0  4847
+2 33590 007.2175 148.9338 6818263 312.9168 007.8911 02.66475648 94056
+1 33591U 09005A   13117.49260628  .00000113  00000-0  86846-4 0  7758
+2 33591 098.9004 059.9659 0013600 208.9708 259.8372 14.11490125217341
+1 33595U 09007A   13117.27379313 -.00000098  00000-0  10000-3 0  1566
+2 33595 000.0134 306.5859 0001406 152.2793 204.1263 01.00272332 15443
+1 33596U 09007B   13116.89524466 -.00000145  00000-0  10000-3 0  1894
+2 33596 000.0028 273.2783 0002388 123.4201 220.7468 01.00271952 15477
+1 33597U 09007C   13117.75870693  .00000591  00000-0  77358-3 0  2284
+2 33597 044.4724 053.3717 7236882 117.4389 356.5626 02.28937730 35078
+1 33598U 09007D   13116.00848734 -.00000086  00000-0  10000-3 0  7065
+2 33598 003.6934 070.4617 0195037 306.5023 051.6622 00.97631142 15410
+1 33601U 99025DCJ 13109.38680517  .00001272  00000-0  85944-3 0  4608
+2 33601 098.3225 260.8017 0183527 191.8251 195.7551 13.94126355260854
+1 33603U 99025DCL 13109.02343605  .00000880  00000-0  10168-3 0  2850
+2 33603 098.8810 304.5527 0261767 108.2180 041.0120 14.67012368308968
+1 33612U 99025DCV 13115.53044658  .00001271  00000-0  99497-3 0  1899
+2 33612 098.5956 325.6135 0130951 306.1631 052.6745 13.89883954291169
+1 33613U 99025DCW 13109.97529853  .00001557  00000-0  93145-3 0  2382
+2 33613 099.0696 127.8486 0039793 295.2534 095.8386 14.08253506257179
+1 33614U 99025DCX 13089.28125639  .00005991  00000-0  17980-2 0  1925
+2 33614 096.5676 268.8280 0146674 268.1095 092.1012 14.36909821282999
+1 33617U 99025DDA 13116.27651361  .00003456  00000-0  22511-3 0  5424
+2 33617 098.1579 114.5081 0271518 233.5801 123.2169 14.83151451271891
+1 33618U 99025DDB 13111.90332181  .00003221  00000-0  80351-3 0  3105
+2 33618 098.4743 056.3106 0231941 029.1754 004.4313 14.37338172300442
+1 33619U 99025DDC 13089.85433078  .00001754  00000-0  11777-2 0  3846
+2 33619 099.1857 107.0549 0066784 049.3054 074.1643 14.01002768239328
+1 33621U 99025DDE 13108.70600932  .00000453  00000-0  18280-3 0  2313
+2 33621 098.1508 279.3519 0320517 340.5440 076.7404 14.07954343276937
+1 33622U 99025DDF 13088.21525402  .00002068  00000-0  12460-2 0  1850
+2 33622 099.0875 090.5219 0041837 325.3069 034.5372 14.07435952293102
+1 33625U 99025DDJ 13117.35135874  .00001518  00000-0  35163-3 0  2723
+2 33625 098.6693 073.3480 0334669 176.7347 336.9384 14.27525905281459
+1 33628U 99025DDM 13100.95663059  .00006133  00000-0  98770-3 0  3008
+2 33628 098.4331 129.9241 0226597 172.1044 310.9918 14.56172446275117
+1 33629U 99025DDN 13090.40644255  .00007486  00000-0  16682-2 0  3434
+2 33629 098.6148 064.2986 0243397 224.4484 285.2531 14.40450489259621
+1 33630U 99025DDP 13088.99067615  .00000622  00000-0  33046-3 0  2030
+2 33630 098.5990 359.9906 0146273 064.4173 297.2035 14.11500899255947
+1 33632U 99025DDR 13113.23693415  .00004448  00000-0  16343-2 0  3638
+2 33632 099.0320 217.1087 0066196 228.8134 130.7328 14.32004870262715
+1 33633U 99025DDS 13107.94022278  .00001687  00000-0  11889-2 0  3804
+2 33633 099.2030 094.8149 0111104 351.7636 063.2345 13.96535249258350
+1 33635U 99025DDU 13100.24500089  .00022017  00000-0  51187-2 0  3055
+2 33635 099.1563 248.2375 0061271 148.8702 214.9460 14.53752436261367
+1 33636U 99025DDV 13089.25595086  .00000765  00000-0  37008-3 0  2179
+2 33636 098.8722 101.4138 0076891 242.5014 177.0934 14.19985286255574
+1 33637U 99025DDW 13097.29668035  .00001360  00000-0  66151-3 0  1631
+2 33637 098.9253 118.2950 0105498 260.1262 098.7989 14.17061422256711
+1 33639U 99025DDY 13109.92582042  .00001285  00000-0  69183-3 0  2152
+2 33639 098.9867 128.8876 0070355 266.0905 220.0027 14.13408813258945
+1 33640U 99025DDZ 13115.70281494  .00000750  00000-0  26622-3 0  3602
+2 33640 098.8088 204.4841 0107890 111.1561 250.1082 14.34201663261639
+1 33642U 99025DEB 13088.27913463  .00009110  00000-0  16254-2 0  4387
+2 33642 099.3221 241.7129 0322624 281.3923 198.2184 14.38601026270710
+1 33643U 99025DEC 13108.62638058  .00002090  00000-0  32822-3 0  4283
+2 33643 099.1075 349.3181 0192028 234.1741 154.1775 14.62372436287785
+1 33644U 99025DED 13095.28676803  .00011282  00000-0  12169-2 0  1620
+2 33644 099.2427 037.7720 0196221 221.3601 134.7417 14.75498232286869
+1 33645U 99025DEE 13117.73231718  .00009306  00000-0  26902-2 0  4276
+2 33645 099.5724 225.8719 0456388 207.5558 150.0726 13.97888134263823
+1 33646U 99025DEF 13102.03249984  .00001331  00000-0  10832-2 0  2888
+2 33646 098.5283 291.5315 0130372 013.7280 131.4868 13.87586995282556
+1 33647U 99025DEG 13107.54774693  .00001780  00000-0  14989-2 0  2616
+2 33647 098.2303 155.7015 0296342 084.7073 279.0699 13.70564397265920
+1 33649U 99025DEJ 13095.64082427  .00008162  00000-0  18940-2 0  3424
+2 33649 098.9287 227.8573 0100626 074.8089 286.8243 14.52188625290180
+1 33650U 99025DEK 13115.33108083  .00000807  00000-0  76689-3 0  5146
+2 33650 099.1497 037.1302 0162719 202.1455 305.6697 13.78035510255134
+1 33655U 99025DEQ 13110.22423344  .00001536  00000-0  43223-3 0  3881
+2 33655 098.7662 206.9533 0126943 042.1830 318.9043 14.42760896296140
+1 33660U 99025DEV 13107.50290400  .00000335  00000-0  29937-3 0  3230
+2 33660 098.5405 309.0824 0113187 347.4225 039.8769 13.87885485273646
+1 33661U 99025DEW 13111.13846652  .00001218  00000-0  12927-2 0  3074
+2 33661 098.4071 177.7143 0254024 201.7379 187.5736 13.62810591255337
+1 33663U 99025DEY 13115.16448940  .00004601  00000-0  29780-2 0  3154
+2 33663 098.9967 067.0609 0185417 080.2357 341.7984 13.95164514286539
+1 33664U 99025DEZ 13117.73220715  .00000076  00000-0  72696-4 0  4315
+2 33664 098.8528 040.0336 0169842 312.6378 046.0573 13.99508907261511
+1 33665U 99025DFA 13106.94214291  .00001677  00000-0  51687-3 0  3020
+2 33665 098.9399 005.8210 0535785 175.4790 196.1635 13.82833017284702
+1 33666U 99025DFB 13114.05036038  .00005236  00000-0  15839-2 0  2384
+2 33666 098.8295 202.8756 0112415 050.2836 314.9707 14.39171314290045
+1 33668U 99025DFD 13095.76744489  .00002467  00000-0  38605-3 0  3592
+2 33668 099.0662 293.3898 0228523 275.8133 081.7484 14.57921690277342
+1 33669U 99025DFE 13093.20138870  .00063225  00000-0  28375-2 0  2636
+2 33669 098.2047 070.6763 0240789 337.6279 091.1261 14.98711528280821
+1 33673U 99025DFJ 13117.81409682  .00000834  00000-0  67929-3 0  3678
+2 33673 099.1571 069.8168 0117458 066.3744 322.1280 13.89439711258391
+1 33674U 99025DFK 13104.76293741  .00000878  00000-0  95918-3 0  2807
+2 33674 098.6186 221.3259 0233070 280.7750 231.1231 13.63950621251806
+1 33675U 99025DFL 13116.84234899  .00002978  00000-0  11672-2 0  3672
+2 33675 099.1626 243.6253 0060097 251.1751 263.0118 14.29254843274059
+1 33676U 99025DFM 13105.30817961  .00000422  00000-0  14055-3 0  3186
+2 33676 098.9778 219.1435 0214957 229.6741 187.3999 14.31184718277830
+1 33678U 99025DFP 13115.78373492  .00000959  00000-0  27210-3 0  3235
+2 33678 099.0072 229.7003 0252969 089.9527 062.0051 14.30826225297726
+1 33679U 99025DFQ 13112.01450177  .00003061  00000-0  53367-3 0  5001
+2 33679 099.4236 298.2846 0380082 350.4994 154.0797 14.31097324273006
+1 33680U 99025DFR 13091.92584355  .00004487  00000-0  13034-2 0  3226
+2 33680 099.4561 321.1239 0121170 318.8718 101.3984 14.40703302306925
+1 33681U 99025DFS 13104.40415568  .00000766  00000-0  57826-3 0  2968
+2 33681 099.1744 076.1130 0108308 072.2386 080.7930 13.94449974257222
+1 33682U 99025DFT 13115.23500662  .00001606  00000-0  10052-2 0  4057
+2 33682 099.3759 219.5239 0037553 344.2227 015.7766 14.05836184270195
+1 33683U 99025DFU 13109.71765728  .00002866  00000-0  11520-2 0  3958
+2 33683 098.3975 016.6270 0088369 062.4323 327.0348 14.26741135264746
+1 33684U 99025DFV 13109.20409410  .00001957  00000-0  29209-3 0  3231
+2 33684 099.0285 193.7011 0486544 251.9405 132.4971 14.18891807270056
+1 33687U 99025DFY 13089.27035971  .00002158  00000-0  29948-3 0  2250
+2 33687 099.0510 258.7172 0300658 332.1409 152.0504 14.52692448291025
+1 33688U 99025DFZ 13108.26724179  .00001548  00000-0  87125-3 0  3521
+2 33688 099.3507 217.1163 0084903 025.4921 006.0142 14.10218163259175
+1 33689U 99025DGA 13105.80257556  .00000868  00000-0  38992-3 0  2610
+2 33689 099.5759 315.1723 0063369 054.4356 000.3459 14.24277806262294
+1 33690U 99025DGB 13117.02233264  .00001518  00000-0  72753-3 0  4112
+2 33690 098.8956 145.9272 0055910 200.2545 188.4144 14.19699554279692
+1 33691U 99025DGC 13099.77857086  .00002862  00000-0  20273-2 0  3243
+2 33691 098.9638 036.1925 0091862 358.7194 001.3720 13.96520986254740
+1 33692U 99025DGD 13112.49917568  .00007106  00000-0  28741-2 0  3111
+2 33692 099.1305 205.9072 0038891 228.1249 189.1635 14.27712405262279
+1 33693U 99025DGE 13115.75270226  .00001346  00000-0  14677-2 0  4469
+2 33693 099.4210 040.7512 0252653 032.4834 356.6395 13.61517836253263
+1 33694U 99025DGF 13117.37950211  .00045521  00000-0  77331-3 0  3020
+2 33694 099.6210 305.0633 0136864 251.6838 234.5294 15.41423712293312
+1 33698U 99025DGK 13089.14688839  .00000651  00000-0  17000-3 0  2167
+2 33698 099.6254 052.0897 0158499 179.7786 248.0950 14.46492299286642
+1 33699U 99025DGL 13089.06722315  .00010930  00000-0  61415-2 0  3370
+2 33699 098.7284 030.5515 0111448 054.9389 006.3101 14.07529447280336
+1 33700U 99025DGM 13096.11995718  .00010928  00000-0  22411-2 0  2780
+2 33700 099.1809 290.3566 0161808 113.6545 033.1187 14.52919559277437
+1 33701U 99025DGN 13116.51978552  .00001101  00000-0  87766-3 0  3841
+2 33701 098.6010 320.0724 0159036 323.8487 065.3640 13.87296381264258
+1 33703U 99025DGQ 13113.94811712  .00045881  00000-0  26524-1 0  4758
+2 33703 100.1074 008.5427 0355417 314.9982 048.0659 13.81450575273168
+1 33706U 99025DGT 13111.05396920  .00004668  00000-0  15458-2 0  3178
+2 33706 098.9240 191.4146 0165304 131.2306 232.5348 14.30902656277250
+1 33707U 99025DGU 13113.36060050  .00003937  00000-0  89554-3 0  3512
+2 33707 099.1017 290.0491 0134283 355.4446 129.8213 14.51157538304155
+1 33708U 99025DGV 13117.22219303  .00004119  00000-0  10635-2 0  3740
+2 33708 099.4620 022.2744 0108415 146.5336 006.5928 14.47136138299201
+1 33710U 99025DGX 13110.58176349  .00000717  00000-0  51149-3 0  3024
+2 33710 099.2086 160.9997 0062554 026.9809 333.4584 13.99783018271174
+1 33711U 99025DGY 13115.87423351  .00000743  00000-0  56938-3 0  4346
+2 33711 099.1146 074.6824 0106011 024.6359 009.1314 13.93851662280929
+1 33712U 99025DGZ 13107.36248859  .00022612  00000-0  38028-2 0  3279
+2 33712 099.5484 072.1274 0117305 062.8749 306.2178 14.65115660308118
+1 33713U 99025DHA 13115.96950043  .00003490  00000-0  64193-3 0  4334
+2 33713 099.1142 301.5388 0212079 026.2658 334.9107 14.52866412275654
+1 33715U 99025DHC 13097.26747693  .00023870  00000-0  46958-2 0  3064
+2 33715 098.9886 243.0824 0076526 076.6491 046.9190 14.60703464272310
+1 33716U 99025DHD 13088.50804580  .00000291  00000-0  12468-3 0  2398
+2 33716 098.8629 178.9821 0097528 195.9649 231.4311 14.29746513285624
+1 33719U 99025DHG 13116.90320506  .00000621  00000-0  36767-3 0  3833
+2 33719 098.9481 098.7420 0037047 220.9935 168.2841 14.11090551270630
+1 33721U 99025DHJ 13110.30401661  .00001949  00000-0  42342-3 0  4107
+2 33721 098.7877 233.6742 0155965 289.9582 097.7887 14.52089069302268
+1 33722U 99025DHK 13101.99426577  .00001394  00000-0  68893-3 0  3265
+2 33722 098.9951 125.7603 0178947 130.6679 231.0201 14.10962077267362
+1 33723U 99025DHL 13089.16135510  .00001610  00000-0  12150-2 0  3090
+2 33723 099.1909 061.8550 0124879 097.8010 326.8736 13.92002974266059
+1 33724U 99025DHM 13105.88777787  .00000464  00000-0  27006-3 0  2583
+2 33724 098.9656 113.9519 0030547 057.5990 068.6580 14.13297469293167
+1 33726U 99025DHP 13116.26103399  .00000584  00000-0  30396-3 0  3042
+2 33726 098.6967 033.5799 0205822 212.1825 306.9389 14.07946590270163
+1 33728U 99025DHR 13112.47373851  .00002340  00000-0  31911-3 0  3850
+2 33728 099.0139 333.5115 0229461 188.1329 298.5041 14.63285534304404
+1 33729U 99025DHS 13096.71547318  .00021997  00000-0  42351-2 0  2879
+2 33729 099.0245 252.6493 0075022 079.6035 343.9587 14.61763401301200
+1 33730U 99025DHT 13088.07687707  .00001665  00000-0  67572-3 0  2286
+2 33730 099.0105 187.5563 0069887 327.5196 157.2671 14.27741443291242
+1 33731U 99025DHU 13112.32999975  .00000980  00000-0  87820-3 0  3969
+2 33731 099.2320 063.8767 0140819 170.9262 345.0378 13.82337180264740
+1 33733U 99025DHW 13115.84707594  .00003225  00000-0  22666-2 0  3898
+2 33733 099.1035 082.6664 0124183 061.3059 320.6928 13.95237293255481
+1 33734U 99025DHX 13115.04824345  .00002172  00000-0  11471-2 0  3831
+2 33734 099.0432 147.5687 0141801 149.4229 211.5304 14.09852570253000
+1 33735U 99025DHY 13088.19734034  .00003916  00000-0  21454-2 0  2234
+2 33735 099.0104 077.6229 0026055 294.4556 126.1876 14.12278360251296
+1 33736U 99025DHZ 13111.65547117  .00003975  00000-0  16134-2 0  3704
+2 33736 099.6921 003.6045 0051094 056.1719 304.3802 14.27576125256616
+1 33737U 99025DJA 13115.92896576  .00000932  00000-0  69800-3 0  6550
+2 33737 098.3877 281.5582 0144514 217.7324 298.9515 13.91999171243584
+1 33738U 99025DJB 13114.86005765  .00000754  00000-0  53147-3 0  4495
+2 33738 099.1802 078.9881 0200573 325.0444 060.3223 13.91982856248894
+1 33739U 99025DJC 13117.22990126  .00005250  00000-0  17454-2 0  4343
+2 33739 098.9708 216.2455 0088508 178.6317 211.3913 14.35925952255620
+1 33740U 99025DJD 13104.93948112  .00000108  00000-0  86231-4 0  3063
+2 33740 099.0034 103.1425 0000868 224.0032 166.3362 14.10417661249187
+1 33741U 99025DJE 13103.94719103  .00001321  00000-0  10417-2 0  3351
+2 33741 098.5271 287.3294 0156644 348.1875 011.6159 13.87691368232540
+1 33745U 99025DJJ 13112.25053323  .00001636  00000-0  10479-2 0  2833
+2 33745 098.9084 056.1460 0065950 273.6547 085.7080 14.03695143241048
+1 33746U 99025DJK 13110.84553344  .00010132  00000-0  29120-2 0  4415
+2 33746 099.0515 232.3799 0069980 186.1397 305.8478 14.43599661261244
+1 33747U 99025DJL 13115.94402281  .00001942  00000-0  13956-2 0  3480
+2 33747 099.2375 106.6295 0115273 356.0814 032.1450 13.95057057254396
+1 33748U 99025DJM 13096.95520445  .00001674  00000-0  86749-3 0  3767
+2 33748 098.9481 098.4344 0047675 265.1106 094.4623 14.15684871255586
+1 33749U 09008A   13117.00000000  .00000062  00000-0  00000+0 0  8431
+2 33749 000.0240 050.2820 0003325 347.8390 000.0270 01.00265986 15448
+1 33750U 09008B   13117.08750924  .00000012  00000-0  10000-3 0  9529
+2 33750 000.0763 316.2807 0003697 083.2892 210.2822 01.00273227 15478
+1 33751U 09008C   13117.51341165  .00088885 -36843-6  18410-2 0  2172
+2 33751 002.0637 219.6506 5891551 328.3850 006.8833 04.29722150 42029
+1 33752U 09008D   13117.40488118  .00015735  00000-0  19604-2 0   651
+2 33752 002.1226 014.0927 7151631 007.9777 359.1709 02.46315412 35650
+1 33753U 09008E   13117.62612916  .00019748  00000-0  57883-2 0  9716
+2 33753 001.9528 295.0752 6856373 174.8430 199.1018 02.82320528 38500
+1 33754U 09008F   13117.36239925  .00005088  00000-0  18115-2 0  9372
+2 33754 002.4607 359.0569 7246800 032.8302 242.1776 02.31808826 35145
+1 33757U 93036E   13117.41929179  .00000076  00000-0  37964-4 0  7423
+2 33757 074.0365 096.3497 0014335 155.6909 349.2981 14.31728499219771
+1 33758U 93036F   13115.49766683  .00001174  00000-0  42987-3 0  7766
+2 33758 074.0360 097.0217 0024262 213.3449 294.4371 14.33829206219590
+1 33759U 93036G   13116.01409378  .00002818  00000-0  93956-3 0  8816
+2 33759 074.0284 083.8802 0023632 210.0753 213.0136 14.37872859220012
+1 33760U 93036H   13116.43884166  .00000174  00000-0  71984-4 0  7445
+2 33760 074.0329 089.7101 0021877 230.5733 275.2721 14.33564070219898
+1 33761U 93036J   13116.08086428  .00000676  00000-0  25110-3 0  7549
+2 33761 074.0397 093.0950 0027250 226.7711 207.3765 14.33867217219767
+1 33762U 93036K   13115.43898896  .00000068  00000-0  34466-4 0  7335
+2 33762 074.0418 096.8749 0016043 213.0942 292.1185 14.32619925219591
+1 33763U 93036L   13116.03607624  .00004945  00000-0  16343-2 0  9466
+2 33763 073.9513 080.3665 0025830 186.1486 243.7665 14.38062366219714
+1 33764U 93036M   13116.13208036  .00000547  00000-0  20800-3 0  7547
+2 33764 074.0359 094.6489 0024077 102.8392 337.9660 14.33158205219703
+1 33765U 93036N   13116.83078986  .00001459  00000-0  32108-3 0  9352
+2 33765 074.0279 037.6460 0195040 201.8321 193.6626 14.47314923221496
+1 33766U 93036P   13115.62944653  .00000473  00000-0  20314-3 0  7496
+2 33766 074.1898 154.3093 0072614 216.9667 142.6467 14.25941237218342
+1 33768U 93036R   13117.42745883  .00000331  00000-0  32396-3 0  1818
+2 33768 074.0719 074.8953 0378870 174.5168 334.7006 13.54644181207748
+1 33770U 93036T   13117.34296081  .00003302  00000-0  10053-2 0  9356
+2 33770 074.0453 071.0628 0053138 224.4434 281.1439 14.41613517219858
+1 33771U 97051J   13116.79572433  .00016955  00000-0  31269-2 0  3763
+2 33771 086.3823 189.4789 0022453 248.4058 250.7708 14.65257904221586
+1 33772U 97051K   13117.28935741  .00008658  00000-0  30106-2 0  3472
+2 33772 086.4354 215.1079 0054566 186.1089 207.7676 14.34531570218940
+1 33773U 97051L   13117.29306544  .00000708  00000-0  23690-3 0  2284
+2 33773 086.4078 199.3125 0012369 181.7078 178.4079 14.36016496220348
+1 33774U 97051M   13117.81809666  .00103964  00000-0  10505-1 0  4926
+2 33774 086.3855 192.8172 0003316 306.3096 191.9258 14.90492291221518
+1 33775U 97051N   13117.77940052  .00000603  00000-0  21573-3 0  2021
+2 33775 086.3732 196.7920 0017869 119.8964 028.1477 14.32345694219843
+1 33776U 97051P   13116.81512309  .00000124  00000-0  38708-4 0  2214
+2 33776 086.4110 204.0757 0017682 127.0646 021.8472 14.32010515219696
+1 33777U 97051Q   13117.18347992  .00001192  00000-0  39589-3 0  2347
+2 33777 086.3922 196.5452 0006953 055.8959 304.2897 14.36964165220322
+1 33779U 93036U   13116.99202241  .00001446  00000-0  52628-3 0  8283
+2 33779 074.0499 101.1826 0036653 210.3607 184.7164 14.33726705219613
+1 33781U 93036W   13116.87502883  .00018551  00000-0  12295-2 0  4611
+2 33781 074.1987 256.4926 0111979 023.9168 120.0027 15.02165333227069
+1 33782U 93036X   13117.04328832  .00000643  00000-0  24605-3 0  7303
+2 33782 074.0364 096.7345 0023945 211.4807 181.3749 14.32531378219663
+1 33784U 93036Z   13115.84627218  .00001635  00000-0  37586-3 0  8755
+2 33784 074.2122 036.0375 0069570 187.0925 207.8036 14.54756419222499
+1 33785U 93036AA  13115.84043571  .00002267  00000-0  82523-3 0  8236
+2 33785 073.8911 079.5272 0037779 252.5957 139.5960 14.33372153219284
+1 33786U 93036AB  13116.67360677  .00015291  00000-0  19249-2 0  1539
+2 33786 073.9499 278.1882 0093098 170.6261 318.4416 14.78977422225005
+1 33789U 93036AE  13117.64309315  .00000417  00000-0  31004-3 0  2407
+2 33789 074.0664 313.7147 0252320 056.0810 004.5992 13.83687057212191
+1 33790U 93036AF  13117.48092825  .00014477  00000-0  16922-2 0  3487
+2 33790 073.9184 255.9919 0110222 160.3677 262.0110 14.80793012225549
+1 33791U 93036AG  13117.48214187  .00000562  00000-0  22503-3 0  7651
+2 33791 074.1772 130.9241 0034316 179.1456 335.0302 14.30202956219216
+1 33792U 93036AH  13116.53721391  .00000474  00000-0  50700-3 0  1350
+2 33792 073.9015 111.0870 0447014 276.4706 235.3471 13.40368388205399
+1 33793U 93036AJ  13117.48510432  .00000807  00000-0  39615-3 0  7693
+2 33793 073.9868 158.3128 0091732 264.6421 212.9515 14.17230020217020
+1 33795U 93036AL  13117.20669943  .00001885  00000-0  40485-3 0  8456
+2 33795 074.0503 354.2280 0090357 193.8098 314.4017 14.56790887223220
+1 33796U 93036AM  13117.15963400  .00004629  00000-0  17876-2 0  2153
+2 33796 074.0491 147.2312 0083753 226.4825 167.5691 14.28526769218141
+1 33797U 93036AN  13116.16541286  .00000740  00000-0  21126-3 0  7832
+2 33797 074.0540 044.0521 0078295 218.8505 259.1254 14.45194740221504
+1 33798U 93036AP  13116.85212683  .00000218  00000-0  72593-4 0  9012
+2 33798 074.0328 055.0723 0097650 226.1636 168.5418 14.40943856221047
+1 33799U 93036AQ  13116.05295455  .00001497  00000-0  49582-3 0  8361
+2 33799 074.0441 082.0461 0050855 228.9196 211.3637 14.38016282220208
+1 33802U 93036AT  13117.18971397  .00023960  00000-0  14654-2 0  4644
+2 33802 073.8979 196.5053 0105666 086.6812 306.8254 15.05524767227477
+1 33804U 93036AV  13116.47613734  .00003038  00000-0  62904-3 0  9455
+2 33804 074.0299 354.6088 0080742 197.5243 230.8122 14.58675008223062
+1 33805U 93036AW  13116.27029900  .00000432  00000-0  11542-3 0  7736
+2 33805 074.0361 016.3867 0069771 275.9843 232.0688 14.50129568222366
+1 33806U 93036AX  13116.19209329  .00003027  00000-0  74192-3 0  9503
+2 33806 074.0947 039.0659 0080364 195.7783 278.3738 14.50924039221927
+1 33810U 93036BB  13117.81328544  .00024204  00000-0  20452-2 0  4435
+2 33810 073.9909 239.5613 0103117 109.1286 035.1418 14.93900679226711
+1 33811U 93036BC  13117.08765644  .00001278  00000-0  28182-3 0  8294
+2 33811 073.8552 322.3330 0077151 274.5182 231.9208 14.56703660223217
+1 33812U 93036BD  13117.51730020  .00005938  00000-0  81103-3 0  3387
+2 33812 074.0390 018.3417 0267240 172.5548 255.0437 14.57034860222290
+1 33813U 93036BE  13117.07220435  .00002720  00000-0  49673-3 0  1855
+2 33813 074.0518 331.9079 0115327 164.4984 340.9174 14.62204642223952
+1 33815U 93036BG  13112.12448336  .00002866  00000-0  11684-2 0  8410
+2 33815 073.9918 136.6755 0067038 210.8161 204.9610 14.26643580217792
+1 33816U 93036BH  13117.05168513  .00000508  00000-0  40632-3 0  2044
+2 33816 073.8982 320.4957 0279546 120.4410 242.4647 13.76469664211178
+1 33817U 93036BJ  13115.73637023  .00001991  00000-0  43581-3 0  8831
+2 33817 074.0785 006.0417 0072663 222.3159 172.6166 14.56789868222895
+1 33818U 93036BK  13116.22769556  .00001403  00000-0  32663-3 0  8291
+2 33818 074.1065 019.0325 0082733 191.3021 314.5509 14.53735534222663
+1 33819U 93036BL  13116.70196524  .00000531  00000-0  24332-3 0  1191
+2 33819 074.1825 173.6112 0101252 237.8609 270.4725 14.21041322217917
+1 33821U 93036BN  13117.49230238  .00003414  00000-0  46854-3 0  2515
+2 33821 074.0587 288.6042 0149993 121.0839 300.5830 14.71255475225457
+1 33822U 93036BP  13116.85014789  .00001181  00000-0  75178-3 0  3056
+2 33822 074.0808 268.4255 0190684 350.0810 155.4516 13.96252273214053
+1 33823U 93036BQ  13116.89886829  .00000585  00000-0  39421-3 0  2465
+2 33823 073.8132 246.0989 0225796 083.7661 060.8367 13.91032077213396
+1 33824U 93036BR  13115.85121469  .00002672  00000-0  62276-3 0  9418
+2 33824 074.0321 024.3268 0114369 198.8533 193.8312 14.51358808222045
+1 33825U 93036BS  13117.79435019  .00002963  00000-0  85435-3 0  1511
+2 33825 073.9993 058.6410 0130396 043.1477 339.5485 14.40239476220871
+1 33826U 93036BT  13117.19048769  .00002021  00000-0  84974-3 0  8371
+2 33826 074.0647 155.8049 0132835 273.3901 119.1980 14.21810004217922
+1 33827U 93036BU  13116.85676984  .00059273  00000-0  41891-2 0  5132
+2 33827 073.9613 263.3146 0098787 097.8102 059.5512 15.00679535225743
+1 33828U 93036BV  13117.44360786  .00000777  00000-0  28104-3 0  7522
+2 33828 074.0510 088.6209 0034920 228.2356 278.1894 14.34816885220137
+1 33830U 93036BX  13116.80056918  .00001228  00000-0  30781-3 0  8126
+2 33830 074.0468 017.2496 0066751 231.8761 162.1008 14.51157894222414
+1 33831U 93036BY  13116.84090053  .00010657  00000-0  26742-2 0  2805
+2 33831 074.0320 072.1730 0036213 176.4883 215.9690 14.51003284220541
+1 33832U 93036BZ  13116.07512434  .00001703  00000-0  61956-3 0  7852
+2 33832 074.0633 104.4141 0042593 221.3466 254.5377 14.33476116219568
+1 33834U 93036CB  13117.17122162  .00002242  00000-0  46932-3 0  1749
+2 33834 074.0824 356.8052 0079476 202.0243 304.0876 14.58413233223293
+1 33835U 93036CC  13115.97378954  .00001207  00000-0  37216-3 0  7794
+2 33835 074.0657 070.6474 0084305 222.7057 169.9646 14.40480783220673
+1 33836U 93036CD  13117.84813398  .00001578  00000-0  43198-3 0  8416
+2 33836 074.0122 028.8896 0039284 282.2469 110.5047 14.47600626221932
+1 33837U 93036CE  13117.31799449  .00000426  00000-0  13143-3 0  7494
+2 33837 074.0167 038.8482 0038512 295.5864 211.3117 14.44086713221584
+1 33838U 93036CF  13115.96355569  .00000731  00000-0  24169-3 0  7573
+2 33838 074.0422 067.9612 0032152 248.9194 143.9076 14.39461017220647
+1 33839U 93036CG  13115.70319199  .00000511  00000-0  11608-3 0  7115
+2 33839 074.0446 352.4599 0097650 201.4541 193.8345 14.55837055223108
+1 33840U 93036CH  13117.30615989  .00077885  00000-0  29404-2 0  5704
+2 33840 073.9729 201.5897 0058642 078.0292 282.7473 15.25019824227823
+1 33841U 93036CJ  13117.40748781  .00000379  00000-0  14627-3 0  7352
+2 33841 074.0395 090.8267 0022957 223.1252 301.1779 14.33429121219991
+1 33842U 93036CK  13117.41061323  .00000472  00000-0  16912-3 0  1395
+2 33842 074.0370 079.7830 0052978 236.2320 270.0431 14.35934954220330
+1 33843U 93036CL  13116.96978602  .00001899  00000-0  44035-3 0  1955
+2 33843 073.9944 080.5369 0255124 250.9405 232.2472 14.37760521219880
+1 33844U 93036CM  13116.52395374  .00000514  00000-0  22081-3 0  7313
+2 33844 074.0682 130.4808 0055367 226.0618 279.5584 14.26418666218696
+1 33845U 93036CN  13117.46354139  .00005400  00000-0  17251-2 0  2172
+2 33845 074.0555 106.4446 0081356 228.5816 277.4351 14.38005633219500
+1 33848U 93036CR  13116.58060167  .00001142  00000-0  48044-3 0  7788
+2 33848 074.0377 131.3392 0059966 229.5493 278.0314 14.25968484218510
+1 33849U 97051S   13116.91325479  .00004832  00000-0  21320-2 0  3093
+2 33849 086.1264 173.2976 0101504 297.7059 115.5066 14.20445186216762
+1 33850U 97051T   13116.77605087  .00001029  00000-0  36845-3 0  2234
+2 33850 086.3505 192.4456 0014148 135.6406 012.8404 14.33058170219443
+1 33851U 97051U   13117.15974494  .00018573  00000-0  26979-2 0  3801
+2 33851 086.3962 177.2445 0041897 107.0563 286.7170 14.75268282223202
+1 33853U 97051W   13117.20676580  .00001004  00000-0  67236-3 0  3470
+2 33853 086.0095 183.2664 0243380 158.7861 237.1039 13.86548163212306
+1 33854U 97051X   13116.64653193  .00003138  00000-0  85523-3 0  2561
+2 33854 086.2369 162.0223 0023796 193.5829 313.2021 14.46972508220933
+1 33855U 97051Y   13115.84149376  .00005097  00000-0  27187-2 0  9739
+2 33855 086.3794 237.2544 0185959 083.5013 061.0134 14.04681585213358
+1 33856U 97051Z   13116.68251936  .00006730  00000-0  14841-2 0  3281
+2 33856 086.3299 175.9312 0020262 205.2205 301.5185 14.57138109221478
+1 33858U 97051AB  13117.12717167  .00006978  00000-0  18084-2 0  2978
+2 33858 086.1532 148.8852 0067046 156.3484 237.6215 14.48332861220701
+1 33859U 97051AC  13117.36955558  .00004814  00000-0  18213-2 0  2491
+2 33859 086.3523 198.0256 0045474 164.6694 314.6503 14.30481267218726
+1 33860U 97051AD  13116.99739725  .00001414  00000-0  45498-3 0  2250
+2 33860 086.3994 196.7441 0016565 182.3075 226.6479 14.38608904220443
+1 33862U 97051AF  13116.80726185  .00000841  00000-0  25883-3 0  2392
+2 33862 086.4219 199.8175 0053638 336.4216 172.7905 14.39600625220645
+1 33864U 97051AH  13116.70167590  .00001543  00000-0  49866-3 0  2052
+2 33864 086.2851 178.1309 0016009 089.0219 057.6662 14.38451893220147
+1 33865U 97051AJ  13117.21382808  .00004385  00000-0  13510-2 0  2290
+2 33865 086.3603 192.7103 0060083 174.5643 219.3926 14.40229951220084
+1 33866U 97051AK  13117.79782428  .00001520  00000-0  80373-3 0  1789
+2 33866 086.3044 209.1064 0131608 319.7400 187.7793 14.08877191216117
+1 33867U 97051AL  13117.23616124  .00002116  00000-0  58653-3 0  2507
+2 33867 086.4262 195.1312 0033317 242.8847 150.5104 14.45868254221469
+1 33868U 97051AM  13117.19111870  .00005638  00000-0  13661-2 0  3200
+2 33868 086.3446 179.9169 0001968 314.4915 079.0775 14.52854145221597
+1 33869U 97051AN  13116.84105354  .00004307  00000-0  18782-2 0  2279
+2 33869 086.3787 214.9760 0090818 238.1321 271.5963 14.21567622217284
+1 33870U 97051AP  13117.44899536  .00000929  00000-0  34320-3 0  2105
+2 33870 086.3862 201.0996 0027418 147.9340 334.7036 14.31173878219486
+1 33872U 97051AR  13117.21466610  .00006045  00000-0  14595-2 0  3337
+2 33872 086.3359 177.7737 0021720 188.6168 204.5784 14.52881297221628
+1 33873U 97051AS  13117.22810833  .00003205  00000-0  96553-3 0  2563
+2 33873 086.3779 192.2706 0026878 181.2612 212.4916 14.42095340220657
+1 33874U 97051AT  13117.31869089  .00003523  00000-0  15960-2 0  2375
+2 33874 086.2972 200.3233 0089363 262.9439 127.0027 14.19619104217317
+1 33875U 97051AU  13117.17303689  .00003090  00000-0  74405-3 0  2952
+2 33875 086.4197 188.8775 0045367 184.4282 208.5073 14.52376311222207
+1 33876U 97051AV  13117.16207740  .00006566  00000-0  19347-2 0  3059
+2 33876 086.2163 165.4311 0043939 175.6455 218.1872 14.42949268220278
+1 33877U 97051AW  13117.19786065  .00067088  00000-0  10994-1 0  3992
+2 33877 086.1809 165.6019 0060281 122.3014 270.7833 14.69174237219523
+1 33878U 97051AX  13117.45990282  .00004502  00000-0  20310-2 0  2209
+2 33878 086.3279 210.2823 0114945 281.9050 207.9165 14.18547480216846
+1 33879U 97051AY  13116.76439716  .00006457  00000-0  18351-2 0  2969
+2 33879 086.3689 189.5225 0002142 217.9448 290.3592 14.45272259220711
+1 33881U 97051BA  13117.31096084  .00004245  00000-0  20475-2 0  1750
+2 33881 086.3933 219.8325 0097668 288.9196 123.7711 14.16004316216890
+1 33882U 97051BB  13117.16506769  .00006402  00000-0  13630-2 0  3754
+2 33882 086.3126 169.1702 0066448 225.2871 168.1406 14.57474781222261
+1 33883U 97051BC  13117.66581236  .00005622  00000-0  13396-2 0  2900
+2 33883 086.1834 150.9702 0060390 171.0706 314.1704 14.52499423221302
+1 33884U 97051BD  13116.75717498  .00001284  00000-0  40970-3 0  2281
+2 33884 086.3872 194.7477 0003984 037.5774 109.5507 14.39034217220407
+1 33885U 97051BE  13116.19576346  .00043058  00000-0  65393-2 0   384
+2 33885 086.3775 187.9033 0006963 232.6907 155.1978 14.73825284221486
+1 33886U 97051BF  13117.81752719  .00000313  00000-0  10881-3 0  2264
+2 33886 086.3891 199.3274 0016568 147.3067 351.8166 14.32140356219803
+1 33887U 97051BG  13117.14940519  .00000192  00000-0  61815-4 0  1682
+2 33887 086.3092 183.1856 0008088 160.2200 232.1565 14.34042863220010
+1 33888U 97051BH  13117.28023117  .00004359  00000-0  17548-2 0  2495
+2 33888 086.3280 198.7004 0063809 199.5618 193.4223 14.26761929218308
+1 33889U 93036CS  13117.69331159  .00005394  00000-0  10235-2 0  9750
+2 33889 074.1242 006.3683 0096931 154.1825 235.9551 14.61448517222864
+1 33890U 93036CT  13117.82972081  .00001351  00000-0  37860-3 0  8798
+2 33890 074.0238 039.9940 0055255 226.7788 168.1205 14.46182731221516
+1 33892U 93036CV  13116.24833378  .00000415  00000-0  21733-3 0  7308
+2 33892 073.8077 150.4481 0131923 277.0183 157.4400 14.13238845216200
+1 33893U 93036CW  13117.45994045  .00003596  00000-0  98665-3 0  1419
+2 33893 074.0477 127.0401 0241108 269.8130 246.9495 14.31696510218317
+1 33894U 93036CX  13117.33752976  .00000628  00000-0  72226-3 0   149
+2 33894 073.7698 207.1959 0607964 056.0568 309.6792 13.11279474200786
+1 33896U 93036CZ  13116.18045525  .00000907  00000-0  48480-3 0  7713
+2 33896 073.7689 163.0748 0152503 020.5146 033.5193 14.08901785216213
+1 33897U 93036DA  13097.93406482  .27349590  18939-5  33916-2 0  6701
+2 33897 073.7373 145.2927 0004703 308.4903 054.3535 16.36028389226790
+1 33899U 93036DC  13117.81666891  .00000987  00000-0  30013-3 0  7937
+2 33899 074.0623 062.0129 0084058 217.8957 174.7162 14.41423679221105
+1 33900U 93036DD  13117.81427245  .00000675  00000-0  19264-3 0  7814
+2 33900 074.0253 031.8486 0059416 234.2806 160.4387 14.46150517221905
+1 33901U 93036DE  13116.19098705  .00001748  00000-0  44448-3 0  9007
+2 33901 073.7988 007.6216 0138228 265.9045 240.4902 14.45962103221299
+1 33902U 93036DF  13115.80704019  .00019614  00000-0  28924-2 0   807
+2 33902 074.0270 341.4099 0074429 163.1321 325.9950 14.73385135223417
+1 33903U 93036DG  13117.13431069  .00007219  00000-0  23513-2 0  1738
+2 33903 074.0514 119.8271 0063240 204.5020 268.9582 14.37725702219075
+1 33904U 93036DH  13116.85221890  .00033659  00000-0  32490-2 0  3986
+2 33904 074.0112 271.1363 0091310 120.3675 025.9222 14.89572674225720
+1 33905U 93036DJ  13115.48804201  .00000725  00000-0  31863-3 0  7287
+2 33905 073.8897 115.1645 0068093 215.8541 289.8761 14.24200810218227
+1 33906U 93036DK  13117.12763211  .00001785  00000-0  74697-3 0  7858
+2 33906 074.0421 135.2114 0061362 218.5378 175.6115 14.25775484218521
+1 33907U 93036DL  13116.86538144  .00001280  00000-0  74669-3 0  2533
+2 33907 074.0591 242.0302 0171421 334.4481 171.0247 14.02413350214873
+1 33908U 93036DM  13117.55866112  .00000671  00000-0  44438-3 0  2321
+2 33908 073.8503 278.6505 0280884 052.1135 020.5003 13.85815857212478
+1 33909U 93036DN  13117.65994664  .00005503  00000-0  20798-2 0  2160
+2 33909 074.0852 158.8627 0092592 229.9689 278.3500 14.29138292217951
+1 33910U 93036DP  13117.70327459  .00008912  00000-0  15741-2 0  1696
+2 33910 074.0715 011.9864 0127869 158.2500 232.0022 14.62289101222781
+1 33911U 93036DQ  13116.44026402  .00001759  00000-0  61041-3 0  8134
+2 33911 074.1063 100.7496 0029752 206.2213 299.0703 14.36044672219940
+1 33912U 93036DR  13116.47206793  .00001170  00000-0  41278-3 0  7621
+2 33912 074.0421 086.9257 0017423 219.9749 288.1039 14.35759761220062
+1 33913U 93036DS  13117.41692648  .00000829  00000-0  28345-3 0  7546
+2 33913 074.0393 077.4959 0058330 233.9004 273.0061 14.36911395220430
+1 33914U 93036DT  13117.27287749  .00000209  00000-0  19061-3 0  1971
+2 33914 074.0918 024.1555 0316862 112.3358 032.0969 13.67751985209857
+1 33915U 93036DU  13116.57703396  .00000677  00000-0  27250-3 0  7351
+2 33915 074.0458 128.4015 0122552 264.3442 244.1005 14.26030832218628
+1 33916U 93036DV  13117.27775539  .00000322  00000-0  29004-3 0  1897
+2 33916 074.0543 030.4288 0333393 141.2641 004.2703 13.64883880209416
+1 33917U 93036DW  13117.81664100  .00000711  00000-0  63396-3 0  1736
+2 33917 074.1047 056.9216 0357804 150.6546 211.5197 13.60574851208737
+1 33918U 93036DX  13117.16782265  .00003509  00000-0  82288-3 0  2693
+2 33918 074.0745 027.2967 0084428 192.5715 315.3397 14.52719999222229
+1 33919U 93036DY  13116.93541196  .00002686  00000-0  79399-3 0  8975
+2 33919 074.0586 062.8521 0040886 224.6848 168.9943 14.43482029220945
+1 33920U 93036DZ  13117.13600913  .00001597  00000-0  63500-3 0  7676
+2 33920 074.0714 127.2360 0061437 226.7166 249.2672 14.28475802218884
+1 33921U 93036EA  13116.79870478  .00005109  00000-0  14185-2 0  9672
+2 33921 073.9988 054.6194 0014592 219.8627 172.7890 14.46689969220896
+1 33922U 93036EB  13117.82241954  .00000919  00000-0  30040-3 0  1304
+2 33922 074.0536 065.5303 0027167 245.6600 146.5791 14.39750830220900
+1 33923U 93036EC  13117.34636197  .00034306  00000-0  47453-2 0  4360
+2 33923 074.0640 051.5530 0083240 172.6130 334.1109 14.75499825221414
+1 33924U 93036ED  13116.45932450  .00000319  00000-0  33741-3 0  1486
+2 33924 073.9162 090.5136 0420118 247.8196 263.3351 13.45825017206375
+1 33926U 93036EF  13117.32329306  .00023299  00000-0  43575-2 0  3507
+2 33926 074.0325 047.1330 0031332 160.9559 344.9397 14.64481947221384
+1 33928U 93036EH  13115.84115435  .00000415  00000-0  13436-3 0  7323
+2 33928 073.9302 040.9415 0067641 258.8366 135.6421 14.41037029220867
+1 33929U 93036EJ  13116.95134213  .00004677  00000-0  14360-2 0  9346
+2 33929 074.0428 074.8606 0005311 124.4362 270.1897 14.41877385220428
+1 33930U 93036EK  13117.41401618  .00002634  00000-0  95549-3 0  8783
+2 33930 074.0381 104.5547 0032798 175.5768 338.5001 14.33531735219486
+1 33931U 93036EL  13117.40036044  .00001997  00000-0  41225-3 0   561
+2 33931 074.0340 079.4807 0281544 234.9106 273.6669 14.39120161220116
+1 33932U 93036EM  13117.49201150  .00000648  00000-0  25712-3 0  7363
+2 33932 074.0367 106.5248 0043240 226.6514 133.1030 14.30278690219377
+1 33933U 93036EN  13117.51219763  .00000515  00000-0  21519-3 0   970
+2 33933 074.0905 130.0738 0080806 238.7102 285.5589 14.26861028218882
+1 33934U 93036EP  13116.81848647  .00001327  00000-0  42612-3 0  7754
+2 33934 074.0471 067.0445 0023577 251.8832 139.5135 14.40255852220711
+1 33935U 93036EQ  13117.83981146  .00002387  00000-0  62917-3 0  9108
+2 33935 074.0165 030.7300 0055050 226.1543 167.6978 14.48663017221828
+1 33936U 93036ER  13115.84851057  .00001029  00000-0  31099-3 0  7876
+2 33936 074.0270 050.9235 0038821 252.7354 141.9938 14.43234829221055
+1 33937U 93036ES  13117.46073723  .00115561  00000-0  25460-2 0  5658
+2 33937 073.7128 120.3677 0048867 118.6609 032.5354 15.42151167229025
+1 33938U 93036ET  13116.97597691  .00000832  00000-0  29265-3 0  7473
+2 33938 074.0506 082.7772 0020846 232.4221 161.9637 14.36321354220176
+1 33939U 93036EU  13116.46361314  .00002391  00000-0  83963-3 0  8578
+2 33939 074.0320 094.3291 0024980 204.9514 301.3964 14.35341691219613
+1 33940U 93036EV  13116.91510089  .00001399  00000-0  47363-3 0  7519
+2 33940 074.0501 080.3967 0020181 225.7023 169.0267 14.37641738220216
+1 33941U 93036EW  13117.50047242  .00007470  00000-0  11795-2 0   789
+2 33941 074.0111 312.4997 0098655 166.2851 226.2598 14.69265808224273
+1 33942U 93036EX  13117.01981737  .00000382  00000-0  14702-3 0  7450
+2 33942 074.0386 090.6967 0022804 224.6950 168.5817 14.33574267219822
+1 33944U 93036EZ  13117.44465980  .00000362  00000-0  13538-3 0  7337
+2 33944 074.0420 100.9634 0124939 248.2747 258.1553 14.31262648219498
+1 33945U 93036FA  13116.97860093  .00000204  00000-0  85424-4 0  7350
+2 33945 074.0304 095.8391 0024367 219.1660 175.8731 14.31996620219562
+1 33947U 93036FC  13117.53275049  .00012374  00000-0  17124-2 0  1205
+2 33947 073.9543 288.9517 0091822 172.0997 243.7739 14.75174102224483
+1 33948U 93036FD  13115.47741421  .00000310  00000-0  12481-3 0  7204
+2 33948 074.0361 099.8958 0025588 221.6289 284.5481 14.32037991219267
+1 33949U 97051BJ  13099.31464605  .16375599  00000-0  73756-1 0  4103
+2 33949 086.3339 195.2843 0032662 312.0054 109.9473 15.77885223219236
+1 33950U 97051BK  13116.77126128  .00002899  00000-0  93043-3 0  2564
+2 33950 086.3905 199.5168 0028370 114.3435 032.6885 14.38939938219835
+1 33951U 97051BL  13117.28933073  .00008287  00000-0  25273-2 0  2923
+2 33951 086.4544 212.4375 0020261 135.1387 258.6290 14.41741419219726
+1 33952U 97051BM  13117.26866139  .00002687  00000-0  84238-3 0  1878
+2 33952 086.3631 191.1747 0021258 164.2435 228.3149 14.40176121220374
+1 33953U 97051BN  13117.79806038  .00001265  00000-0  45257-3 0  2149
+2 33953 086.3999 202.0489 0026268 158.9167 349.5269 14.33105978219758
+1 33954U 97051BP  13116.94658419  .00004421  00000-0  15324-2 0  2524
+2 33954 086.3935 203.9746 0038549 139.8450 271.5272 14.35027632219304
+1 33955U 97051BQ  13117.17952912  .00005787  00000-0  21017-2 0  3349
+2 33955 086.3860 207.6986 0066307 165.6514 224.4786 14.31925868218580
+1 33956U 97051BR  13117.34823376  .00005912  00000-0  19725-2 0  3400
+2 33956 086.4343 211.9379 0043664 133.8431 297.8341 14.36853089219243
+1 33957U 97051BS  13117.47013803  .00035884  00000-0  79389-2 0  3943
+2 33957 086.3561 204.3783 0068728 148.6072 339.7135 14.55564474218720
+1 33958U 97051BT  13117.19182853  .00114919  00000-0  87304-2 0  4589
+2 33958 086.3198 173.3412 0028335 235.5152 157.7397 15.01304406222302
+1 33959U 97051BU  13117.29678300  .00005947  00000-0  26924-2 0  1935
+2 33959 086.3649 211.6110 0088020 236.7787 156.2280 14.19805242217209
+1 33960U 97051BV  13117.16928788  .00000891  00000-0  28480-3 0  2137
+2 33960 086.2804 175.7160 0008670 043.5939 349.9786 14.38597376220353
+1 33961U 97051BW  13117.68126734  .00004501  00000-0  14326-2 0  2984
+2 33961 086.2833 179.9627 0042196 176.0633 330.5976 14.39171571219995
+1 33962U 97051BX  13117.41432199  .00003417  00000-0  10704-2 0  2588
+2 33962 086.3625 192.6941 0021161 117.3698 006.8018 14.40275739220147
+1 33964U 97051BZ  13116.74418218  .00006512  00000-0  17142-2 0  2741
+2 33964 086.3493 184.5896 0022097 324.0635 183.8637 14.48804574220920
+1 33965U 97051CA  13116.75916245  .00002105  00000-0  68173-3 0  2628
+2 33965 086.3789 195.4217 0015404 128.4049 018.7113 14.38534382220051
+1 33966U 97051CB  13116.78428300  .00000790  00000-0  25825-3 0  1941
+2 33966 086.4007 197.3458 0005975 322.6346 185.5446 14.37329754220151
+1 33967U 97051CC  13116.77591148  .00006459  00000-0  19879-2 0  2649
+2 33967 086.3982 198.2415 0032975 158.2617 349.3918 14.41071864220155
+1 33971U 93036FE  13116.97117266  .00000459  00000-0  17356-3 0  1316
+2 33971 074.0280 087.6512 0021129 226.5645 168.3489 14.34003170219251
+1 33972U 93036FF  13117.65476926  .00001424  00000-0  69260-3 0  8618
+2 33972 074.0110 188.9670 0171269 328.3621 157.7077 14.11780107216002
+1 33973U 93036FG  13117.27081714  .00000224  00000-0  75437-4 0  7478
+2 33973 074.0115 045.6219 0049539 248.7970 271.5416 14.42101699220646
+1 33974U 93036FH  13117.68628244  .00010688  00000-0  16081-2 0   464
+2 33974 073.9747 307.0473 0079222 214.0194 276.7767 14.72399735223630
+1 33975U 93036FJ  13117.45674023  .00000265  00000-0  18137-3 0  2799
+2 33975 073.8039 225.3319 0200144 062.0236 016.9107 13.95051302214341
+1 33976U 93036FK  13117.16155679  .00018533  00000-0  17072-2 0  3546
+2 33976 073.8085 221.6075 0142278 137.5626 295.4407 14.87217662226508
+1 33980U 93036FP  13115.84134256  .00001184  00000-0  36327-3 0  7860
+2 33980 074.0309 055.5653 0039167 248.6865 145.6249 14.42344868220607
+1 33981U 93036FQ  13115.95718256  .00004746  00000-0  80774-3 0  9269
+2 33981 073.8438 288.6276 0099323 230.1094 275.9432 14.66150856224151
+1 33982U 93036FR  13116.83864793  .00000506  00000-0  13599-3 0  7704
+2 33982 074.0777 032.5106 0093690 200.5267 194.1127 14.48121023222079
+1 33983U 93036FS  13116.83546181  .00000793  00000-0  26077-3 0  7627
+2 33983 074.0561 068.8253 0026656 247.8224 144.4936 14.39671501220795
+1 33984U 93036FT  13117.32142076  .00001178  00000-0  34362-3 0  7925
+2 33984 074.0195 040.3457 0033504 277.2122 229.7084 14.44929807221584
+1 33986U 93036FV  13116.47805216  .00000850  00000-0  33398-3 0  1247
+2 33986 074.0406 111.0253 0052462 234.0620 271.6133 14.30073192219242
+1 33987U 93036FW  13093.97533016  .35341022  18591-5  32912-2 0  7223
+2 33987 073.8576 150.2700 0007307 308.5936 050.2698 16.38549884226943
+1 33989U 93036FY  13117.19333719  .00002435  00000-0  60475-3 0  1623
+2 33989 074.0274 019.3111 0047229 255.4656 250.0937 14.51708413222232
+1 33990U 93036FZ  13117.46675325  .00000305  00000-0  32255-3 0  1323
+2 33990 073.9302 093.0732 0425037 249.8559 261.5001 13.45287751206429
+1 33991U 93036GA  13117.81522823  .00010776  00000-0  19097-2 0  2925
+2 33991 074.0171 354.7063 0061869 182.1716 304.2987 14.66103290223069
+1 33992U 93036GB  13117.81795256  .00000970  00000-0  27030-3 0  8072
+2 33992 074.0330 036.1274 0077280 218.3458 176.6453 14.45989540221762
+1 33993U 93036GC  13115.84636869  .00002872  00000-0  78694-3 0  8219
+2 33993 074.0294 046.7595 0039387 235.7762 159.1096 14.47143185221243
+1 33994U 93036GD  13116.82407634  .00000195  00000-0  71519-4 0  7490
+2 33994 074.0462 066.4511 0024953 264.5486 116.2526 14.38932907220759
+1 33995U 93036GE  13116.28777986  .00000730  00000-0  33675-3 0  7452
+2 33995 074.0678 156.5027 0075743 235.2807 209.5518 14.21267938217791
+1 33996U 93036GF  13117.50556838  .00004284  00000-0  16438-2 0  9884
+2 33996 074.1175 158.5411 0106513 213.8635 266.3464 14.27702149218038
+1 33997U 93036GG  13090.91739083  .06234119  63016-1  29900-1 0  3342
+2 33997 073.9746 353.3549 0030652 193.4107 166.6315 15.87809152220875
+1 33999U 93036GJ  13115.17100442  .00001483  00000-0  40932-3 0  8372
+2 33999 073.9443 031.3684 0084432 241.6207 231.0806 14.45646670221203
+1 34000U 93036GK  13116.83831185  .00003255  00000-0  97129-3 0  8723
+2 34000 074.0508 065.2837 0031807 227.1549 166.0819 14.43118533220810
+1 34001U 93036GL  13117.40660889  .00000319  00000-0  12460-3 0  7271
+2 34001 074.0406 090.3882 0022222 224.1270 281.0905 14.33466043219976
+1 34002U 93036GM  13115.94478804  .00050204  00000-0  40604-2 0  1185
+2 34002 074.0256 272.3479 0085251 102.6155 042.2173 14.96673809225595
+1 34003U 93036GN  13116.82122157  .00001664  00000-0  13381-2 0  2393
+2 34003 074.0849 016.9871 0316259 116.7559 279.7446 13.70384499210051
+1 34004U 93036GP  13115.54206023  .00001160  00000-0  47271-3 0  7715
+2 34004 074.0409 125.5487 0045232 192.0872 313.9194 14.27985050218613
+1 34005U 93036GQ  13117.35406787  .00000233  00000-0  86302-4 0  1326
+2 34005 074.0478 071.8934 0022262 255.0241 250.1828 14.37653659220581
+1 34006U 93036GR  13116.73389939  .00002227  00000-0  80541-3 0  8103
+2 34006 074.0751 107.6922 0032875 198.7800 215.0754 14.33777334219507
+1 34007U 93036GS  13115.85189024  .00000800  00000-0  22930-3 0  7673
+2 34007 074.0283 040.9533 0065010 232.0038 162.5827 14.45436657221375
+1 34008U 93036GT  13116.48835457  .00000197  00000-0  84432-4 0  7307
+2 34008 074.0342 102.0728 0023407 137.1716 009.0483 14.30927846219447
+1 34009U 93036GU  13117.47019502  .00000223  00000-0  94803-4 0  7340
+2 34009 074.0373 102.5720 0029400 214.5103 291.3402 14.30580421219528
+1 34010U 93036GV  13115.86500344  .00001730  00000-0  51944-3 0  8705
+2 34010 074.0293 057.2909 0032681 243.3889 151.4146 14.43166497220858
+1 34011U 93036GW  13116.80372692  .00001141  00000-0  46634-3 0  1152
+2 34011 074.0212 118.7095 0048977 222.6537 199.4361 14.27773418218840
+1 34012U 93036GX  13117.11148954  .00004547  00000-0  17758-2 0   853
+2 34012 074.0437 147.3256 0084082 233.8964 160.7667 14.27949273218015
+1 34013U 93036GY  13115.85612685  .00004770  00000-0  13166-2 0  9508
+2 34013 074.0326 059.0644 0052892 220.2911 174.3513 14.46223605220805
+1 34014U 93036GZ  13117.81189022  .00001102  00000-0  29665-3 0  8193
+2 34014 074.0289 026.2451 0057809 231.6798 162.7601 14.48240067222037
+1 34015U 93036HA  13116.97877192  .00001877  00000-0  66762-3 0  8101
+2 34015 074.0360 091.6804 0031425 229.8214 165.0897 14.34760880219847
+1 34016U 93036HB  13117.77290142  .00072077  00000-0  31250-2 0  5699
+2 34016 073.9679 217.2158 0070761 059.8369 084.4774 15.19735481227216
+1 34017U 93036HC  13117.05433171  .00006683  00000-0  22209-2 0  1311
+2 34017 074.0348 113.2722 0055687 207.0449 187.7131 14.37004127219120
+1 34018U 93036HD  13117.66578576  .00000429  00000-0  34550-3 0  1829
+2 34018 073.8794 314.3595 0275058 116.1370 314.3068 13.76915391211253
+1 34019U 93036HE  13117.07541819  .00000818  00000-0  37730-3 0  7365
+2 34019 073.9608 137.9101 0073982 250.0950 144.2328 14.21241685217877
+1 34020U 93036HF  13117.48547447  .00003317  00000-0  83398-3 0  9444
+2 34020 074.0470 031.9798 0050549 219.7133 192.9115 14.50868955221924
+1 34021U 93036HG  13117.82744447  .00000708  00000-0  23017-3 0  7432
+2 34021 074.0452 060.4866 0024364 264.6660 128.7270 14.40507263220994
+1 34022U 93036HH  13117.02401231  .00000383  00000-0  14480-3 0  1310
+2 34022 074.0564 089.7481 0025046 228.0303 164.7285 14.34423389220010
+1 34023U 93036HJ  13116.99404481  .00000565  00000-0  21111-3 0  7289
+2 34023 074.0296 088.3740 0021517 224.1987 170.1278 14.34006740219918
+1 34024U 93036HK  13117.43696609  .00000284  00000-0  11541-3 0  7324
+2 34024 074.0471 098.7279 0023115 208.8969 296.3600 14.31871300219695
+1 34026U 93036HM  13115.69033156  .00000491  00000-0  46266-3 0  1296
+2 34026 073.7713 025.8399 0370261 234.6949 138.7179 13.57315416208043
+1 34028U 93036HP  13117.36805413 -.00000323  00000-0 -35281-3 0  1030
+2 34028 073.8836 196.6946 0556716 023.8965 043.0529 13.17477408202243
+1 34029U 93036HQ  13116.71445708  .00006612  00000-0  10148-2 0  2261
+2 34029 073.9566 296.4327 0119377 168.3631 320.5459 14.69038882224594
+1 34030U 93036HR  13116.70275334  .00006045  00000-0  40530-3 0  3246
+2 34030 073.9777 190.8871 0185973 057.5676 085.4261 14.93950558227977
+1 34031U 93036HS  13116.64321987  .00001517  00000-0  52066-3 0  7583
+2 34031 074.0228 081.2071 0035584 233.5367 181.2301 14.36644075220043
+1 34032U 93036HT  13116.08051847  .00002640  00000-0  95016-3 0  8432
+2 34032 074.0395 109.9537 0065669 235.0165 191.1071 14.33039190219083
+1 34033U 93036HU  13117.48353891  .00002083  00000-0  79800-3 0  1260
+2 34033 074.0137 118.5710 0075880 152.2746 352.7957 14.29625239218782
+1 34035U 93036HW  13117.11709722  .00001262  00000-0  52280-3 0  8932
+2 34035 074.0743 136.1841 0066592 229.8991 164.5843 14.26428566218482
+1 34036U 93036HX  13115.79658898  .00002164  00000-0  79880-3 0  7949
+2 34036 074.0490 112.6727 0056662 229.9393 194.6365 14.32181900219038
+1 34037U 93036HY  13117.57069351  .00000698  00000-0  29921-3 0  1000
+2 34037 074.0534 130.5592 0063370 234.1734 273.1560 14.25600046218609
+1 34038U 93036HZ  13116.79030644  .00003179  00000-0  10714-2 0  1294
+2 34038 074.0730 099.5453 0043160 211.7378 219.4836 14.36895876219696
+1 34040U 93036JB  13117.25256178  .00000788  00000-0  71440-3 0  1388
+2 34040 073.9619 047.1770 0369325 192.3522 324.6044 13.58305945208248
+1 34041U 93036JC  13117.34905153  .00011225  00000-0  87060-3 0  3760
+2 34041 073.9278 205.0118 0136012 105.2047 319.8886 14.94320884227275
+1 34042U 93036JD  13116.83619304  .00010685  00000-0  13093-2 0  2755
+2 34042 073.8841 250.5429 0127030 165.2526 340.2782 14.77594293225391
+1 34045U 93036JG  13116.44691828  .00000141  00000-0  61555-4 0  7407
+2 34045 074.0391 096.4579 0027958 226.8779 278.7068 14.32282084219547
+1 34046U 93036JH  13117.49575433  .00001239  00000-0  50991-3 0  1018
+2 34046 074.0430 136.4806 0110445 264.2450 259.6573 14.24750534218422
+1 34050U 93036JM  13117.49902391  .00000508  00000-0  35512-3 0  2257
+2 34050 074.0922 298.0202 0233104 030.0319 003.9042 13.88605125213036
+1 34051U 93036JN  13116.18758302  .00002723  00000-0  58001-3 0  8934
+2 34051 073.9936 348.9837 0071620 227.8688 279.9223 14.57881731222961
+1 34053U 93036JQ  13116.90366332  .00000173  00000-0  19146-3 0   761
+2 34053 073.8474 083.4214 0434153 278.7159 105.4738 13.44899826206247
+1 34054U 93036JR  13116.84659137  .00002591  00000-0  73778-3 0  8825
+2 34054 074.0476 051.8934 0040508 231.3591 163.4910 14.45321973221117
+1 34055U 93036JS  13116.06408269  .00002345  00000-0  63348-3 0  9390
+2 34055 074.1169 073.4198 0117728 200.0827 247.0629 14.44337448220763
+1 34056U 93036JT  13117.43500337  .00000739  00000-0  44298-3 0  2180
+2 34056 074.0719 240.5475 0163556 319.2683 100.1221 14.02291167214831
+1 34057U 93036JU  13117.76092405  .00003563  00000-0  10974-2 0  8917
+2 34057 074.0329 069.7598 0039677 225.0655 210.8067 14.41379422220507
+1 34058U 93036JV  13117.38956307  .00000155  00000-0  16700-3 0  1344
+2 34058 073.9355 064.6648 0389827 211.9478 298.7312 13.52342689207393
+1 34059U 93036JW  13116.41196229  .00001131  00000-0  39726-3 0  7677
+2 34059 074.0462 086.8448 0025352 225.2356 280.1463 14.35960923219868
+1 34060U 93036JX  13116.77860161  .00014348  00000-0  22335-2 0  9708
+2 34060 074.0291 343.5809 0078665 163.4395 321.1782 14.70910397223207
+1 34061U 93036JY  13117.47794753  .00000504  00000-0  18982-3 0  7295
+2 34061 074.0425 090.0046 0023475 223.0334 285.1226 14.33877250219823
+1 34062U 93036JZ  13117.46074892  .00001880  00000-0  59583-3 0  1339
+2 34062 074.0447 099.5077 0159253 245.9222 261.3837 14.33772146219472
+1 34063U 93036KA  13117.19533367  .00023711  00000-0  37154-2 0  2671
+2 34063 074.0138 011.3508 0028315 176.2991 328.8873 14.72347692222261
+1 34064U 93036KB  13116.72682296  .00000768  00000-0  29204-3 0  7306
+2 34064 074.0357 098.5332 0026899 213.0544 201.9662 14.32443842219450
+1 34065U 93036KC  13116.94386789  .00000280  00000-0  10785-3 0  7335
+2 34065 074.0374 084.9576 0018218 233.8667 161.0939 14.34703272219946
+1 34066U 93036KD  13117.54622213  .00005051  00000-0  13817-2 0  1690
+2 34066 074.0035 166.6865 0331020 331.9443 138.6479 14.19759162216589
+1 34069U 93036KG  13117.14315057  .00002879  00000-0  70121-3 0  9464
+2 34069 074.0238 019.2556 0051599 230.3648 277.6285 14.52402366221961
+1 34070U 93036KH  13116.05194192  .00001844  00000-0  65365-3 0  8240
+2 34070 074.0165 093.7102 0046248 232.7467 194.0828 14.34637801219513
+1 34071U 97051CE  13117.17070565  .00000847  00000-0  28653-3 0  2417
+2 34071 086.3547 190.7215 0010000 159.7305 200.4291 14.35708253219969
+1 34073U 97051CG  13116.99781316  .00008892  00000-0  24012-2 0  3469
+2 34073 086.4006 198.3132 0029431 087.7857 326.4880 14.47490541219834
+1 34074U 97051CH  13117.68860696  .00020175  00000-0  48571-2 0  3369
+2 34074 086.3085 184.6519 0024433 134.7119 011.6331 14.52997286219433
+1 34075U 97051CJ  13117.30219565  .00007739  00000-0  23782-2 0  3326
+2 34075 086.4717 217.5593 0056662 175.3991 218.5544 14.40551852219305
+1 34076U 97051CK  13117.21617397  .00006332  00000-0  15177-2 0  3307
+2 34076 086.3420 176.8689 0058740 177.4516 215.8936 14.52305746221281
+1 34077U 97051CL  13117.19805263  .00001560  00000-0  56793-3 0  2280
+2 34077 086.4024 203.9515 0025045 129.3473 262.7488 14.32414438218728
+1 34079U 97051CN  13116.79477331  .00001762  00000-0  54988-3 0  2253
+2 34079 086.3981 195.7109 0007651 302.9088 206.3470 14.40316976220637
+1 34081U 97051CQ  13117.18492253  .00005104  00000-0  12236-2 0  3311
+2 34081 086.3242 175.5262 0062501 271.9309 121.0307 14.52137497221682
+1 34082U 97051CR  13116.35813307  .00001808  00000-0  78414-3 0  3674
+2 34082 086.3961 234.7936 0227963 047.9392 346.1835 14.10747242215043
+1 34086U 97051CV  13117.46047178  .00002862  00000-0  10842-2 0   337
+2 34086 086.3953 206.7191 0045502 150.4736 334.6460 14.30288741218910
+1 34088U 97051CX  13117.85683958  .00002069  00000-0  70407-3 0  2586
+2 34088 086.4096 201.6186 0014735 141.3820 331.0180 14.36079580219989
+1 34090U 97051CZ  13117.20599527  .00004632  00000-0  11602-2 0  2967
+2 34090 086.4317 195.1541 0027363 229.2230 163.9390 14.51030983221543
+1 34091U 97051DA  13117.29961402  .00003002  00000-0  13391-2 0  2004
+2 34091 086.3755 212.2989 0077234 251.6320 141.2077 14.20900080217510
+1 34093U 97051DC  13117.16328249  .00005338  00000-0  11763-2 0  2452
+2 34093 086.3118 167.7944 0043686 162.6596 231.2984 14.56656129222334
+1 34095U 97051DE  13117.28826404  .00003900  00000-0  13873-2 0  2922
+2 34095 086.3908 205.6086 0068657 181.7346 211.8773 14.32809195218930
+1 34097U 97051DG  13117.66620869  .00001148  00000-0  56514-3 0  1294
+2 34097 086.2113 188.2894 0103693 293.2045 181.9319 14.14050707216867
+1 34098U 97051DH  13117.51864845  .00004282  00000-0  11736-2 0  3114
+2 34098 086.1503 148.7557 0031487 165.0894 313.5203 14.46651148220968
+1 34099U 97051DJ  13117.23078002  .00004057  00000-0  13237-2 0  2337
+2 34099 086.3780 197.2079 0026556 116.0786 277.8079 14.38238836219768
+1 34100U 97051DK  13117.18204678  .00008186  00000-0  24594-2 0  2889
+2 34100 086.2227 172.7566 0042104 172.8900 220.9519 14.42067836219392
+1 34101U 97051DL  13117.53975490  .00003138  00000-0  14951-2 0  1300
+2 34101 086.3938 227.7275 0148908 343.4276 134.6210 14.13406789215748
+1 34102U 97051DM  13117.05755705  .00002126  00000-0  11164-2 0  1739
+2 34102 086.3904 230.3963 0136877 353.5929 065.7975 14.09062646215191
+1 34103U 97051DN  13117.49333600  .00002909  00000-0  98926-3 0  2860
+2 34103 086.3596 195.6178 0026484 099.6979 026.9584 14.36087268219539
+1 34104U 97051DP  13117.14663840  .00002676  00000-0  74990-3 0  2782
+2 34104 086.3544 185.0672 0005565 138.0526 254.1935 14.45752020220833
+1 34105U 97051DQ  13117.75038750  .00004370  00000-0  13034-2 0  2803
+2 34105 086.3676 194.2050 0023343 058.2169 088.5998 14.42713685219941
+1 34106U 97051DR  13116.75466932  .00001760  00000-0  54121-3 0  2230
+2 34106 086.3719 190.9525 0016289 314.0962 193.4720 14.40990031220339
+1 34107U 97051DS  13117.16828248  .00000921  00000-0  28276-3 0  2251
+2 34107 086.3926 195.0138 0011159 023.7942 004.6247 14.40580820220326
+1 34111U 09009A   13117.36408725 -.00000260  00000-0  10000-3 0  7841
+2 34111 000.0033 015.6488 0001692 040.3206 253.0555 01.00271253 15296
+1 34112U 09009B   13117.34269043 -.00000135  00000-0  00000+0 0  9396
+2 34112 035.0022 057.1783 6897480 200.9589 348.2253 02.20446510 33547
+1 34114U 93036KK  13117.16331867  .00001554  00000-0  69326-3 0   784
+2 34114 074.0719 158.6089 0082589 236.7829 157.8647 14.21793627217885
+1 34115U 93036KL  13116.83158248  .00001354  00000-0  35689-3 0  1366
+2 34115 074.0232 023.5795 0049156 266.0820 126.9529 14.49283125222126
+1 34116U 93036KM  13117.44890245  .00001195  00000-0  41713-3 0  1295
+2 34116 074.0488 083.8426 0018010 223.1383 284.1289 14.36293420220317
+1 34117U 93036KN  13115.78726301  .00000725  00000-0  29380-3 0  7371
+2 34117 074.0429 121.0434 0069760 245.0007 169.4188 14.28242033220915
+1 34118U 93036KP  13115.82232663  .00001647  00000-0  43467-3 0  8782
+2 34118 073.9752 045.2264 0142851 231.0825 163.2801 14.43894592219986
+1 34119U 93036KQ  13117.75460412  .00003143  00000-0  11291-2 0  8627
+2 34119 074.0556 109.2283 0042576 203.8602 211.9619 14.33737476218495
+1 34120U 93036KR  13117.47314045  .00000191  00000-0  13763-3 0  2898
+2 34120 073.9947 254.9827 0190211 006.5621 051.3656 13.94864912216149
+1 34121U 93036KS  13117.08843060  .00000949  00000-0  72660-3 0  2397
+2 34121 074.0021 330.4488 0271276 083.9263 058.4912 13.78626823213497
+1 34122U 93036KT  13115.96795322  .00002468  00000-0  76191-3 0  7677
+2 34122 074.0487 082.5867 0122843 054.4489 340.8002 14.37605974220113
+1 34123U 93036KU  13115.70291410  .00003157  00000-0  10494-2 0  8297
+2 34123 074.0358 089.5467 0023390 202.7909 215.7389 14.37971351219803
+1 34124U 93036KV  13116.91224647  .00003832  00000-0  12285-2 0  7176
+2 34124 074.0374 082.6117 0028859 209.7130 184.8223 14.39590539220044
+1 34126U 93036KX  13117.78195264  .00001804  00000-0  39116-3 0  1169
+2 34126 074.0107 349.0111 0073298 239.7060 241.5614 14.57273518223195
+1 34127U 93036KY  13117.45305477  .00001446  00000-0  79979-3 0   446
+2 34127 074.1750 236.5242 0141391 261.0335 167.5237 14.07288161215542
+1 34128U 93036KZ  13117.80888206  .00001984  00000-0  57241-3 0  1224
+2 34128 074.0227 051.2010 0083422 222.5900 167.9796 14.43325087220859
+1 34129U 93036LA  13116.97021825  .00001590  00000-0  45791-3 0  1363
+2 34129 074.0538 050.6305 0057913 224.6517 254.3663 14.44615490220909
+1 34130U 93036LB  13116.97945653  .00003027  00000-0  81378-3 0  1615
+2 34130 074.0426 043.2263 0034660 246.1169 239.3602 14.48139947221464
+1 34131U 93036LC  13115.71875247  .00004887  00000-0  15100-2 0  8585
+2 34131 074.1284 092.8255 0012649 184.3118 231.9702 14.41518837220133
+1 34134U 93036LF  13116.73544875  .00007931  00000-0  13141-2 0  2446
+2 34134 073.9558 314.5418 0074966 210.2430 275.8299 14.68533986223590
+1 34135U 93036LG  13117.19328251  .00129567  00000-0  24041-2 0  6104
+2 34135 074.0467 162.2071 0069324 340.9853 052.9239 15.45756021229101
+1 34136U 93036LH  13116.78407021  .00001425  00000-0  26433-3 0  1624
+2 34136 074.0256 323.2224 0120096 172.7746 310.5413 14.61672181223598
+1 34138U 93036LK  13117.15813369  .00081573  00000-0  24918-2 0  6020
+2 34138 073.9496 178.8900 0064162 042.8961 350.8190 15.31469583227755
+1 34139U 93036LL  13117.47090074  .00001579  00000-0  60906-3 0  1061
+2 34139 074.0393 115.8761 0070341 238.9157 284.4644 14.29719612218428
+1 34141U 93036LN  13116.63648772  .00001535  00000-0  68568-3 0   967
+2 34141 074.0198 149.5927 0080627 246.8609 261.2926 14.21842229217406
+1 34142U 93036LP  13116.17492285  .00002363  00000-0  55026-3 0  9068
+2 34142 073.9998 005.4394 0060870 234.3454 271.3133 14.54309546222100
+1 34143U 97051DW  13117.69499556  .00004169  00000-0  13163-2 0  2194
+2 34143 086.4046 200.2058 0020316 141.2968 022.9819 14.39945307219520
+1 34144U 97051DX  13117.58388608  .00030465  00000-0  32601-2 0  4028
+2 34144 086.3287 159.2707 0057259 103.1771 050.2999 14.87359910223403
+1 34145U 97051DY  13117.65949571  .00001065  00000-0  45080-3 0  9855
+2 34145 086.2247 180.8292 0068358 234.4615 250.6850 14.23384972217518
+1 34146U 97051DZ  13117.62515330  .00001281  00000-0  47256-3 0  1472
+2 34146 086.2949 184.8027 0039362 181.1736 342.2817 14.31360667218711
+1 34147U 97051EA  13117.74429338  .00007491  00000-0  27871-2 0  2243
+2 34147 086.4699 226.1408 0082257 232.5466 283.3501 14.30099608218270
+1 34148U 97051EB  13116.96967674  .00009305  00000-0  27652-2 0  2677
+2 34148 086.4116 201.8721 0008655 197.6132 219.6904 14.43108776220255
+1 34150U 97051ED  13117.31140744  .00005017  00000-0  19397-2 0   807
+2 34150 086.4989 230.7550 0064696 230.6354 182.9685 14.28816355218345
+1 34152U 97051EF  13117.52866132  .00026850  00000-0  29134-2 0  3382
+2 34152 086.2903 152.5290 0048900 109.8273 013.2281 14.87143129224184
+1 34153U 97051EG  13117.35142937  .00011318  00000-0  18279-2 0  3352
+2 34153 086.3007 160.5331 0064359 168.0276 321.0324 14.69890540223062
+1 34155U 97051EJ  13117.29550551  .00003370  00000-0  11754-2 0  2160
+2 34155 086.4830 221.0957 0041258 183.8255 209.9607 14.34595526218869
+1 34156U 97051EK  13117.67166369  .00004256  00000-0  12704-2 0  2691
+2 34156 086.3235 188.5175 0051603 112.7315 048.6711 14.42031895219273
+1 34157U 97051EL  13116.78846166  .00009316  00000-0  25632-2 0  2677
+2 34157 086.3890 195.4342 0023833 168.1422 340.7410 14.46690688220136
+1 34158U 97051EM  13117.48327532  .00075029  00000-0  96534-2 0  1163
+2 34158 086.3749 195.8643 0020829 065.6564 062.0517 14.80579037220075
+1 34159U 97051EN  13117.21421410  .00000587  00000-0  21695-3 0  1596
+2 34159 086.3584 196.3508 0033195 179.8693 208.7872 14.30423556218888
+1 34160U 97051EP  13117.72974242  .00004308  00000-0  15349-2 0  2336
+2 34160 086.4176 211.3744 0067364 162.3356 352.9287 14.32798214218404
+1 34163U 65108CW  13114.36726198 -.00000057  00000-0  00000+0 0  1409
+2 34163 026.3852 191.6634 6670980 162.0451 347.3813 02.49568797 54072
+1 34169U 65108DC  13116.39497262  .00002528  00000-0  97504-3 0  2108
+2 34169 027.9806 190.6441 6967187 076.4195 000.7486 02.66892126 96763
+1 34170U 65108DD  13110.16476161  .00000213  00000-0  70122-2 0  3368
+2 34170 026.7340 315.9100 6290691 243.4570 342.5640 03.24779541 98896
+1 34173U 65108DG  13105.43081498 -.00000141  00000-0 -45059-2 0  1765
+2 34173 027.0847 130.0090 6710145 156.4565 357.7201 02.68177634 78012
+1 34175U 87011F   13089.37119756  .00000306  00000-0  15022-3 0  2925
+2 34175 065.0133 082.4729 0021639 238.1094 121.3825 14.32138987232690
+1 34178U 92021U   13109.81984725 -.00000328  00000-0 -25430-1 0  3191
+2 34178 003.1684 206.4436 7028984 112.2986 277.6326 02.24440286 59963
+1 34179U 92021V   13110.95242733  .00000016  00000-0  00000+0 0  4620
+2 34179 003.3334 231.9437 7011046 056.7455 327.3653 02.24229440 41421
+1 34180U 92021W   13110.01469265 -.00000001  00000-0  00000+0 0  4670
+2 34180 005.0031 004.6234 6921534 118.6463 066.1658 02.22464814 79196
+1 34181U 92041K   13114.62184858  .00003236  00000-0  75874-2 0  2467
+2 34181 006.2903 214.7345 7070428 173.4792 355.7000 02.46846972 67300
+1 34183U 92047AT  13117.71696586 -.00005762  00000-0 -32879-1 0  2571
+2 34183 065.4328 209.5405 1493665 354.2894 004.2513 10.80847490193800
+1 34184U 92072Q   13117.63308314  .00005670  00000-0  15598-2 0  5883
+2 34184 006.8712 111.8681 6710481 329.4854 122.5338 03.02092120123519
+1 34185U 92072R   13116.30475794  .00000274  00000-0  28212-2 0  3503
+2 34185 007.8848 050.5091 7099823 201.7767 327.1825 02.36792678 65320
+1 34186U 92072S   13115.95645707  .00000754  00000-0  21415-2 0  5072
+2 34186 007.1867 023.2635 6902067 158.9940 352.7152 02.66263623105614
+1 34188U 92072U   13115.87352066  .00006127  00000-0  74545-2 0  6879
+2 34188 012.8561 043.0324 5764376 136.8992 028.0317 04.26178566150182
+1 34189U 92072V   13112.32530478  .00000226  00000-0  80628-2 0  3108
+2 34189 006.1012 145.8270 6535776 204.4084 208.3364 02.90496507 81743
+1 34190U 92072W   13104.57615608 -.00000130  00000-0 -49163-3 0  3529
+2 34190 007.1017 267.4582 6566719 330.1058 333.2373 02.97000289 91684
+1 34191U 92072X   13115.89419546 -.00000030  00000-0 -45597-3 0  2929
+2 34191 007.7051 141.3649 6506614 202.7176 338.3715 02.91978346 81481
+1 34192U 92072Y   13116.95342361  .00001589  00000-0  51305-2 0  4651
+2 34192 008.3075 037.6198 6562442 036.4570 309.5900 03.08971146100165
+1 34194U 92072AA  13116.97780001  .00023057  00000-0  14493-1 0  4528
+2 34194 010.0011 316.0947 6280659 106.1699 327.6107 03.57311487128178
+1 34195U 92072AB  13109.63606971 -.00000211  00000-0 -93785-3 0  5047
+2 34195 005.5631 318.7915 6569250 257.8656 012.3887 02.94528077 74385
+1 34196U 92072AC  13114.65452057 -.00000075  00000-0  18426-2 0  3616
+2 34196 007.6467 267.2203 6469883 327.3659 003.2486 02.90544757 68882
+1 34198U 92072AE  13117.26613126  .00000256  00000-0  37596-2 0  5389
+2 34198 009.0798 227.8871 6545007 009.8104 342.4770 02.99691970144338
+1 34199U 92072AF  13117.08226501 -.00000039  00000-0  44143-2 0  4731
+2 34199 006.6533 310.9043 6446678 263.6143 022.9068 02.90194958139497
+1 34204U 99057RF  13099.21717950  .00010685  00000-0  28720-2 0  4139
+2 34204 098.2267 070.7913 0007455 133.3036 292.5512 14.48196463258070
+1 34207U 99057RJ  13111.40951938  .00005112  00000-0  14257-2 0  3806
+2 34207 098.2899 094.4254 0025365 161.2457 198.9676 14.46506459274551
+1 34209U 99057RL  13101.79046306  .00007658  00000-0  22480-2 0  1771
+2 34209 098.2603 073.6969 0008947 126.8165 356.1464 14.44034568282386
+1 34210U 99057RM  13117.83339103  .00011383  00000-0  27060-2 0  3811
+2 34210 098.2054 093.1983 0012851 073.2503 048.3746 14.53969750246755
+1 34211U 99057RN  13114.70277935  .00002727  00000-0  66900-3 0  3021
+2 34211 098.2445 081.5191 0090172 111.0006 014.8433 14.50732828532304
+1 34213U 99057RQ  13108.79600558  .00004609  00000-0  12384-2 0  3753
+2 34213 098.2266 086.3282 0017187 056.1669 068.6461 14.48443126297459
+1 34214U 99057RR  13107.71808240  .00005667  00000-0  13978-2 0  4186
+2 34214 098.2199 090.8899 0020992 032.9860 327.2641 14.52372297288327
+1 34215U 99057RS  13114.76329610  .00003624  00000-0  11181-2 0  2957
+2 34215 098.2605 079.5779 0008179 121.5967 003.3914 14.41943926277567
+1 34217U 99057RU  13108.35601900  .00004666  00000-0  14058-2 0  3080
+2 34217 098.2034 056.8735 0029965 140.7847 005.5302 14.42715144290358
+1 34221U 01049PR  13115.80885317  .00001576  00000-0  13407-3 0  3695
+2 34221 098.4864 235.2406 0090242 167.7604 346.0982 14.96470952594897
+1 34222U 01049PS  13117.37322573  .00015617  00000-0  64409-3 0  3419
+2 34222 097.5775 083.7854 0059316 356.9936 156.5978 15.22512195548602
+1 34223U 02024H   13115.86798360  .00000166  00000-0  13253-3 0  3826
+2 34223 098.9576 084.1720 0128690 300.6853 087.2018 14.00327385539829
+1 34224U 06006AP  13103.40818007  .00000639  00000-0  18312-2 0  3958
+2 34224 052.1938 086.5832 5049870 241.8748 334.7924 05.22596196 95409
+1 34225U 06006AQ  13101.81411241  .00000075  00000-0  54773-3 0  3777
+2 34225 053.1799 018.0487 3483528 286.6665 075.8951 07.50981863145318
+1 34226U 06006AR  13105.70074562  .00003729  00000-0  30654-2 0  4266
+2 34226 051.7037 004.8723 5092253 343.2415 012.1912 05.32180414 96687
+1 34229U 06006AU  13117.76000932  .00035797  00000-0  13365-1 0  7439
+2 34229 051.3556 259.7277 4890936 086.5108 016.9132 05.72508393100233
+1 34234U 06006AZ  13117.62060721  .00013731  00000-0  69158-2 0  5391
+2 34234 051.6327 323.4503 5028732 018.5121 007.2566 05.47218061 97665
+1 34239U 06006BE  13116.84289150  .00041083  00000-0  95841-1 0   199
+2 34239 050.3783 248.0061 2551131 192.5198 325.8597 09.36989770175069
+1 34241U 06006BG  13114.59284062  .00001163  00000-0  27956-2 0  6744
+2 34241 051.8178 022.8849 4993097 320.1012 055.1899 05.33578529107359
+1 34242U 06006BH  13109.68734993 -.00002314  00000-0 -25651-1 0  2681
+2 34242 053.1821 200.1832 5039435 146.4384 003.7167 04.99624105 96102
+1 34243U 06006BJ  13117.80746435  .00001544  00000-0  16435-2 0  3458
+2 34243 051.6762 029.8214 5126449 328.0788 009.2149 05.23798742103622
+1 34247U 06006BN  13116.61854543 -.00000048  00000-0 -43355-4 0  3891
+2 34247 052.1958 044.3758 5055755 273.9442 336.3081 05.28592002103490
+1 34248U 06006BP  13116.59314992  .00007893  00000-0  28546-2 0  4086
+2 34248 051.6889 289.4282 5037179 036.0232 002.4206 05.49124864107176
+1 34249U 06006BQ  13117.79825078  .00101063  00000-0  23029-1 0  3388
+2 34249 050.6760 278.5974 3416388 039.1211 060.6024 08.35015961124351
+1 34250U 06006BR  13116.90863391  .00001040  00000-0  13358-2 0  6621
+2 34250 051.7217 047.3333 5126408 309.3924 037.4335 05.21457001102922
+1 34252U 06006BT  13110.25117123  .00000280  00000-0  41023-3 0  4398
+2 34252 051.6600 038.4739 5131381 321.2686 036.0940 05.21972169101376
+1 34253U 06006BU  13117.14386707  .00368351  16157-4  72683-2 0  6713
+2 34253 051.7666 000.1349 1626425 306.6672 193.8796 12.28780789162793
+1 34254U 06006BV  13106.23251766  .00060467  00000-0  28256-1 0  2566
+2 34254 051.6665 325.6149 4932472 014.4057 354.0887 05.63461962 96092
+1 34259U 06006CA  13117.65078971  .00000019  00000-0  00000+0 0  2487
+2 34259 050.9550 225.8308 4822979 251.5565 305.0746 05.07876016133694
+1 34261U 06006CC  13103.51974113 -.00000880  00000-0 -11916-2 0  2763
+2 34261 052.1183 305.6208 4843552 341.4091 005.1130 05.63484394 93935
+1 34263U 06006CE  13107.69323847  .00014674  00000-0  91709-2 0  3314
+2 34263 051.7195 341.2884 5013916 002.1702 012.5801 05.47375142 98502
+1 34264U 09010A   13117.20374781  .00000072  00000-0  10000-3 0  1720
+2 34264 002.6644 090.1451 0000674 011.4755 198.7732 01.00268562 15220
+1 34265U 09010B   13117.40251827 -.00000179  00000-0  10000-3 0  5912
+2 34265 002.6632 090.7353 0001556 336.9474 023.1150 00.99995060 15185
+1 34270U 93036LQ  13116.13417749  .00000656  00000-0  18026-3 0  7956
+2 34270 074.0212 028.1860 0067894 231.1698 234.0244 14.47748511220716
+1 34271U 93036LR  13117.42949622  .00001415  00000-0  53803-3 0  7462
+2 34271 074.0361 109.5263 0045507 216.3847 305.2296 14.31336162217656
+1 34273U 93036LT  13116.89069338  .00001325  00000-0  42259-3 0   197
+2 34273 074.0464 065.6442 0022601 250.6773 144.1959 14.40612910219153
+1 34274U 93036LU  13115.84708795  .00001476  00000-0  47639-3 0  7662
+2 34274 074.0166 067.7565 0035101 242.9166 138.5454 14.39725684219373
+1 34275U 93036LV  13116.43623898  .00002802  00000-0  94733-3 0  8694
+2 34275 074.0364 089.4746 0024217 210.8372 294.9379 14.37164519218694
+1 34276U 93036LW  13117.61626378  .00001072  00000-0  34026-3 0   769
+2 34276 074.0299 057.8958 0031213 250.1760 165.0437 14.40956562219378
+1 34277U 93036LX  13117.54461635  .00004950  00000-0  10814-2 0  1021
+2 34277 073.7078 322.5367 0062230 028.3258 002.2749 14.56882968222216
+1 34291U 93036MM  13116.83995270  .00011592  00000-0  88402-3 0  4140
+2 34291 074.1830 258.2605 0142081 027.6532 116.4686 14.94314245226462
+1 34292U 93036MN  13116.10886314  .00003276  00000-0  64207-3 0  8678
+2 34292 074.0673 350.1595 0092856 181.5663 297.3366 14.60442561222462
+1 34293U 93036MP  13117.64194860  .00001887  00000-0  32905-3 0   552
+2 34293 073.9692 328.2453 0124563 283.2364 130.9137 14.63831417222643
+1 34294U 93036MQ  13116.72560272  .00003967  00000-0  78669-3 0   676
+2 34294 073.9752 017.0702 0154802 201.5001 193.2341 14.55198589221141
+1 34295U 93036MR  13115.82763485  .00003927  00000-0  95181-3 0  9019
+2 34295 074.0269 031.6739 0100550 344.2197 049.6536 14.50259003221066
+1 34296U 93036MS  13117.49212172  .00007961  00000-0  11151-2 0  3444
+2 34296 074.0657 020.8673 0238244 163.8722 254.7317 14.59975587221524
+1 34297U 93036MT  13116.45255597  .00000243  00000-0  96324-4 0  7276
+2 34297 074.0496 091.3308 0018810 225.5286 280.6523 14.33882979219247
+1 34298U 93036MU  13116.91552807  .00003480  00000-0  11163-2 0  8972
+2 34298 074.0628 089.1705 0052911 218.7736 140.9618 14.39031763219421
+1 34299U 93036MV  13116.07977031  .00002107  00000-0  49190-3 0  1273
+2 34299 074.0327 098.4584 0271965 252.9810 174.8119 14.35196608218833
+1 34300U 93036MW  13117.41235731  .00002667  00000-0  81926-3 0  8775
+2 34300 074.0274 102.9655 0176259 255.1720 225.4773 14.33542731218684
+1 34301U 93036MX  13115.80123903  .00002672  00000-0  10113-2 0  7914
+2 34301 074.0269 112.6181 0045632 215.5987 208.8480 14.31116780218393
+1 34302U 93036MY  13116.23262947  .00000457  00000-0  19508-3 0  7079
+2 34302 074.1869 156.5518 0094484 227.0993 246.5612 14.25430861217719
+1 34303U 93036MZ  13116.51909275  .00001525  00000-0  51788-3 0  8246
+2 34303 074.0174 126.4280 0202491 280.9863 225.6930 14.26668996217863
+1 34304U 93036NA  13115.62811431  .00000960  00000-0  42167-3 0  8067
+2 34304 074.0217 167.3847 0167926 307.6902 197.8521 14.17677992216174
+1 34307U 93036ND  13117.72745542  .00000660  00000-0  66018-3 0   297
+2 34307 074.0587 102.6546 0412884 210.6369 207.3375 13.47635036206247
+1 34308U 93036NE  13116.14779411  .00002429  00000-0  60289-3 0  9529
+2 34308 074.0014 025.6847 0072547 217.6970 259.4164 14.50835852220854
+1 34309U 93036NF  13096.58283380  .17063740  20020-5  48488-2 0  5768
+2 34309 074.0782 145.6984 0019313 303.2967 182.4911 16.26936057228422
+1 34310U 93036NG  13117.49584140  .04170374  64535-1  45981-2 0  6952
+2 34310 073.8148 132.6867 0010471 264.9199 249.6255 16.15916469229408
+1 34313U 93036NK  13116.03159411  .00002227  00000-0  68785-3 0  8574
+2 34313 074.0052 065.8852 0065111 236.2184 201.3524 14.40707860219521
+1 34314U 93036NL  13116.72982294  .00000609  00000-0  33482-3 0    24
+2 34314 074.0268 195.3207 0120973 280.7280 225.7853 14.10190787215266
+1 34315U 93036NM  13117.12321604  .00005984  00000-0  10807-2 0    17
+2 34315 074.1215 355.5340 0102758 148.6107 004.1817 14.63228596223489
+1 34316U 93036NN  13116.30559334  .00002380  00000-0  70100-3 0  8287
+2 34316 074.0876 062.5411 0022032 291.3030 190.4274 14.44048719220921
+1 34317U 93036NP  13117.20936552  .00000318  00000-0  29891-3 0   146
+2 34317 073.9283 030.7265 0353598 174.4927 338.9263 13.60456768208529
+1 34318U 93036NQ  13117.39856375  .00010141  00000-0  14453-2 0  3270
+2 34318 074.0725 332.9116 0084926 228.2492 194.2341 14.74393246223913
+1 34319U 93036NR  13116.42599615  .00003442  00000-0  11378-2 0  9078
+2 34319 074.0414 091.3376 0037730 215.3998 290.1274 14.37950153219373
+1 34321U 93036NT  13115.86645425  .00000851  00000-0  28859-3 0  7396
+2 34321 074.0340 074.2380 0019606 249.9740 137.6038 14.38134577219928
+1 34322U 93036NU  13117.64538108  .00014771  00000-0  83620-3 0  4372
+2 34322 073.9974 187.1631 0136800 048.7520 102.7998 15.05326492227886
+1 34323U 93036NV  13117.11255953  .00002253  00000-0  77631-3 0  8145
+2 34323 073.9718 095.0413 0123397 113.7643 009.7119 14.32278369218962
+1 34324U 93036NW  13116.51952738  .00010553  00000-0  18435-2 0   672
+2 34324 074.0894 001.6796 0057267 178.3685 243.8003 14.66919596222691
+1 34325U 93036NX  13117.53459069  .00000381  00000-0  26959-3 0  2160
+2 34325 073.8778 266.3233 0227734 070.2148 000.8763 13.89176548212541
+1 34327U 93036NZ  13115.75166828  .00001413  00000-0  35226-3 0  8263
+2 34327 074.0125 014.4876 0060283 243.4902 151.2088 14.51533374221627
+1 34330U 93036PC  13116.27792942  .00002777  00000-0  84390-3 0  8908
+2 34330 074.0441 067.0165 0018472 234.1013 248.9696 14.42507517220257
+1 34331U 93036PD  13117.43715993  .00003501  00000-0  12243-2 0  8902
+2 34331 074.0373 102.8117 0060269 115.0762 047.4811 14.34513679219106
+1 34332U 93036PE  13117.81107730  .00016499  00000-0  25094-2 0  1371
+2 34332 074.0107 338.5147 0058520 173.7790 312.1522 14.72814480223070
+1 34333U 93036PF  13117.14277159  .00005705  00000-0  11468-2 0  1919
+2 34333 074.0568 007.1479 0088392 178.2514 335.4332 14.59366571222224
+1 34337U 93036PK  13117.48294660  .00008403  00000-0  10376-2 0  2529
+2 34337 073.9932 278.0304 0154739 121.3298 302.4494 14.74754777224720
+1 34339U 93036PM  13116.73408328  .00005421  00000-0  98230-3 0  1371
+2 34339 074.0445 016.0134 0153239 173.5212 222.3449 14.59136680221742
+1 34340U 93036PN  13117.23787802  .00000879  00000-0  72062-3 0  1968
+2 34340 074.0815 016.6634 0315897 108.1169 035.4691 13.69928341209472
+1 34341U 93036PP  13116.97416091  .00008562  00000-0  22349-2 0   528
+2 34341 074.0437 065.0591 0032113 194.9435 278.8854 14.49267149220095
+1 34342U 93036PQ  13115.76223380  .00002134  00000-0  45429-3 0  8894
+2 34342 074.1858 034.8440 0130892 272.1312 116.9610 14.54407161222390
+1 34343U 93036PR  13116.07537159  .00002154  00000-0  71310-3 0  7925
+2 34343 074.0329 078.1897 0031592 056.0132 025.8403 14.38230286220082
+1 34344U 93036PS  13117.81887361  .00000942  00000-0  59584-3 0  8981
+2 34344 073.9897 251.1302 0189141 000.0662 144.1499 13.96965514213787
+1 34345U 93036PT  13117.00131359  .00023720  00000-0  23646-2 0  2962
+2 34345 074.0448 313.1691 0182276 107.7511 049.2164 14.79842298223951
+1 34346U 93036PU  13117.56899152  .00000741  00000-0  51725-3 0  7217
+2 34346 074.0045 291.5316 0236943 034.9226 026.4766 13.87535278212322
+1 34350U 97051ES  13117.14155941  .00000444  00000-0  14211-3 0  1592
+2 34350 086.3345 185.0822 0023477 190.8244 197.4352 14.37169758219119
+1 34351U 97051ET  13117.46660922  .00004284  00000-0  12578-2 0  2116
+2 34351 086.4344 202.0259 0051806 165.2651 323.2935 14.42831241219855
+1 34353U 97051EV  13117.72230319  .03092132  00000-0  41033-1 0  3682
+2 34353 086.2285 170.3044 0019814 260.3615 239.3108 15.54156767221329
+1 34354U 97051EW  13117.38427251  .00004972  00000-0  15482-2 0   676
+2 34354 086.2322 172.1534 0063531 066.8644 065.4268 14.39607605219070
+1 34356U 97051EY  13116.73988439  .00011296  00000-0  31635-2 0  3067
+2 34356 086.3917 199.0933 0046002 131.0555 015.2567 14.45377488218719
+1 34357U 97051EZ  13117.46020681  .00027312  00000-0  61126-2 0  3902
+2 34357 086.4228 210.7871 0064486 112.6954 014.7626 14.55254834217801
+1 34358U 97051FA  13117.00240348  .00001612  00000-0  53569-3 0  1778
+2 34358 086.3387 189.8125 0026740 078.0630 338.3874 14.36952317219208
+1 34359U 97051FB  13116.93271464  .00004077  00000-0  11715-2 0  2138
+2 34359 086.3734 191.4426 0048423 353.8739 058.9481 14.43975311219581
+1 34360U 97051FC  13116.69499306  .00006677  00000-0  17258-2 0  3160
+2 34360 086.3591 187.5981 0007357 127.4549 018.9359 14.49809078219684
+1 34361U 97051FD  13116.73682802  .00009463  00000-0  30602-2 0  3020
+2 34361 086.3744 203.7039 0062661 143.1560 003.2318 14.37855354217930
+1 34362U 97051FE  13117.16731672  .00025426  00000-0  48898-2 0  3639
+2 34362 086.3732 190.5701 0021443 271.6812 117.4928 14.63352635219926
+1 34363U 97051FF  13117.44891763  .00006418  00000-0  24359-2 0  3163
+2 34363 086.3623 204.1689 0062599 200.7214 282.8951 14.29853317217419
+1 34364U 97051FG  13117.20711949  .00009484  00000-0  25561-2 0  3055
+2 34364 086.3768 194.7132 0017101 101.2047 279.5459 14.47760146219689
+1 34366U 97051FJ  13116.27083156  .00001236  00000-0  45745-3 0  8953
+2 34366 086.3831 201.5978 0033046 181.4215 236.5331 14.31267816218635
+1 34367U 97051FK  13116.76601696  .00005156  00000-0  17897-2 0  2981
+2 34367 086.4282 211.1162 0047661 163.7502 342.8187 14.34766537218535
+1 34368U 97051FL  13116.31017911  .00005782  00000-0  24187-2 0  3058
+2 34368 086.4025 218.7518 0091626 240.2772 172.4753 14.23700488216400
+1 34373U 97051FR  13117.40995169  .00008724  00000-0  23895-2 0  3093
+2 34373 086.3892 196.9513 0015296 118.9848 008.9436 14.47001807219200
+1 34374U 97051FS  13117.47552793  .00009317  00000-0  28346-2 0  2154
+2 34374 086.4892 219.4993 0034155 113.1534 015.4083 14.41643825219509
+1 34375U 97051FT  13116.30928847  .00000574  00000-0  29122-3 0   735
+2 34375 086.4350 229.9218 0108272 290.5757 122.2525 14.11423493216233
+1 34376U 97051FU  13116.43155007  .00001580  00000-0  61767-3 0   829
+2 34376 086.3206 194.0654 0044134 187.8753 295.6840 14.28436552218582
+1 34378U 97051FW  13117.26466402  .00005301  00000-0  22122-2 0  2308
+2 34378 086.3685 212.0530 0085294 235.7980 157.3154 14.24113230216790
+1 34382U 09011C   13115.57520701 -.00000017  00000-0 -99783-2 0  3722
+2 34382 028.5495 138.9500 2291762 227.4193 285.2039 07.34343976110993
+1 34383U 93036PY  13116.58090957  .00001936  00000-0  57318-3 0  8510
+2 34383 074.0447 057.4013 0022588 253.6459 159.2602 14.43925930219500
+1 34385U 93036QA  13116.12522270  .00020407  00000-0  30284-2 0  9584
+2 34385 074.0263 341.4364 0071198 164.7834 340.6770 14.73267550221755
+1 34386U 93036QB  13116.29701417  .00003141  00000-0  10355-2 0  8600
+2 34386 074.0363 084.7351 0021887 208.0432 281.3903 14.38400434218246
+1 34387U 93036QC  13117.37742993  .00000500  00000-0  17729-3 0  7265
+2 34387 074.0441 078.7957 0044126 234.9633 270.5266 14.36493734218561
+1 34388U 93036QD  13116.09517917  .00001108  00000-0  40269-3 0  7372
+2 34388 074.0456 094.4858 0018974 205.8066 236.7130 14.34317559217800
+1 34389U 93036QE  13117.38137579  .00000642  00000-0  24034-3 0  1196
+2 34389 074.0231 089.5542 0034068 231.7077 288.4853 14.33489613217894
+1 34390U 93036QF  13111.94255172  .00002585  00000-0  70287-3 0  8796
+2 34390 074.0972 067.9283 0090397 209.7454 184.9956 14.45622626218498
+1 34391U 93036QG  13117.40328332  .00016261  00000-0  13193-2 0  3820
+2 34391 073.9622 241.9647 0166636 085.0018 330.6721 14.89328456224206
+1 34392U 93036QH  13117.48973009  .00021157  00000-0  23091-2 0  3318
+2 34392 073.9481 261.7998 0108728 136.2041 336.0330 14.83575222223453
+1 34393U 93036QJ  13117.42786506  .00006055  00000-0  11123-2 0   429
+2 34393 073.9885 335.5973 0064282 212.1281 214.1222 14.64553263221332
+1 34394U 93036QK  13116.80852935  .00015589  00000-0  35974-2 0  2751
+2 34394 074.0313 062.2636 0025992 175.8368 205.9710 14.55055504218204
+1 34395U 93036QL  13117.39232802  .00003396  00000-0  11080-2 0  9226
+2 34395 074.0498 086.3326 0018601 180.5172 324.5710 14.38909998217592
+1 34396U 93036QM  13116.70520109  .00002141  00000-0  74552-3 0  1033
+2 34396 074.0453 091.1728 0022211 206.2635 210.4602 14.35875471217190
+1 34397U 93036QN  13116.61402500  .00004096  00000-0  69588-3 0  8927
+2 34397 073.8592 287.6122 0102575 235.0261 246.2980 14.66071350221637
+1 34398U 93036QP  13117.22261924  .00005520  00000-0  11235-2 0   738
+2 34398 073.9885 034.6707 0193099 211.5452 302.0930 14.50144066220289
+1 34400U 93036QR  13117.63768222  .00001890  00000-0  42400-3 0  8238
+2 34400 074.0109 356.2061 0081195 208.8526 180.7657 14.55307896221683
+1 34401U 93036QS  13116.29554019  .00002472  00000-0  70998-3 0  8855
+2 34401 074.0548 062.7286 0081381 218.2420 258.2497 14.43480024220666
+1 34403U 93036QU  13117.61469940  .00074188  00000-0  65192-2 0  3703
+2 34403 074.0224 333.9288 0056001 140.0602 285.7654 14.94954151223137
+1 34409U 93036RA  13116.18789354  .00000347  00000-0  88916-4 0  6636
+2 34409 074.0671 012.8391 0089538 203.5080 302.3373 14.51862647221798
+1 34410U 93036RB  13116.69027584  .00001607  00000-0  37007-3 0  7381
+2 34410 073.7707 321.0479 0075637 273.2417 200.8139 14.54549514221915
+1 34411U 93036RC  13115.71143503  .00003605  00000-0  70137-3 0  9297
+2 34411 074.0454 002.2408 0121156 292.9002 100.6980 14.58873768221775
+1 34412U 93036RD  13116.46843747  .00001017  00000-0  33293-3 0  9037
+2 34412 073.9550 132.7358 0257202 163.3721 349.1897 14.22621999216976
+1 34413U 93036RE  13117.08643749  .00000917  00000-0  49250-3 0  9529
+2 34413 074.0223 197.3557 0123758 287.9193 142.0863 14.10577173218277
+1 34420U 93036RM  13116.32336705  .00000622  00000-0  12003-3 0  7026
+2 34420 074.0379 323.5593 0119228 180.6754 231.6586 14.61369832222706
+1 34421U 93036RN  13117.54077825  .00006317  00000-0  10088-2 0   858
+2 34421 073.9874 311.1328 0084654 185.3066 244.2453 14.69673862222922
+1 34422U 93036RP  13115.21101596  .00004522  00000-0  11055-2 0  8561
+2 34422 073.9502 156.4947 0341858 340.2030 082.6439 14.22957204216333
+1 34423U 93036RQ  13116.79029532  .00010746  00000-0  16586-2 0  2614
+2 34423 074.0524 328.1326 0074215 176.4327 309.9251 14.71561639222945
+1 34424U 93036RR  13116.13327049  .00002844  00000-0  64930-3 0  8823
+2 34424 074.0268 008.9576 0065021 219.2848 263.4328 14.54954602221383
+1 34425U 93036RS  13117.33418253  .00001174  00000-0  36511-3 0  1388
+2 34425 074.0390 058.8202 0037300 240.8421 264.7219 14.41721741219670
+1 34426U 93036RT  13117.25305844  .00006064  00000-0  16052-2 0  9682
+2 34426 074.0548 047.8864 0022695 237.9699 273.3856 14.48834038220118
+1 34427U 93036RU  13117.30559412  .00004442  00000-0  12524-2 0  9623
+2 34427 074.0339 063.4228 0067559 218.7654 294.2858 14.44709343219636
+1 34428U 93036RV  13117.52981699  .00001373  00000-0  44858-3 0  1307
+2 34428 074.0441 078.9870 0049586 222.1256 256.2266 14.38832247219197
+1 34429U 93036RW  13117.48891462  .00001795  00000-0  47945-3 0  8744
+2 34429 074.0181 030.7814 0054677 230.0550 183.1169 14.48227211220917
+1 34430U 93036RX  13116.96201395  .00000569  00000-0  21710-3 0   997
+2 34430 074.0540 103.3972 0070163 238.1096 152.7983 14.31713392218377
+1 34431U 93036RY  13117.48310995  .00000617  00000-0  29499-3 0   775
+2 34431 074.0790 161.5689 0077664 218.7844 257.8834 14.19611423216440
+1 34432U 93036RZ  13117.47787053  .00000339  00000-0  23131-3 0  2644
+2 34432 073.8336 234.2114 0199202 054.5439 020.3515 13.94336950213014
+1 34433U 93036SA  13116.86176781  .00000979  00000-0  62570-3 0  2658
+2 34433 074.0224 258.7469 0188981 359.7268 155.2353 13.96407690213403
+1 34434U 93036SB  13116.92695432  .00002002  00000-0  17090-2 0   322
+2 34434 074.0698 056.6063 0361755 157.1240 317.6453 13.61497740207647
+1 34435U 93036SC  13116.00664524  .00006450  00000-0  10818-2 0  9972
+2 34435 074.0100 328.1449 0074539 221.4109 255.0823 14.68073752222162
+1 34436U 93036SD  13116.08287089  .00009061  00000-0  14559-2 0  2776
+2 34436 073.9959 355.9696 0130042 316.5931 159.8845 14.66174401222768
+1 34438U 93036SF  13117.36911247  .00094298  00000-0  35599-2 0  4641
+2 34438 073.9844 223.4117 0058308 059.2713 301.4211 15.24969859227124
+1 34439U 93036SG  13115.84370457  .00002130  00000-0  50292-3 0  9473
+2 34439 074.0647 051.5111 0164203 201.0844 188.6652 14.46897701220447
+1 34442U 93036SK  13116.71866440  .00001999  00000-0  45175-3 0  1474
+2 34442 074.0221 002.6241 0087795 204.0792 191.1619 14.54573837221651
+1 34445U 93036SN  13117.03842758  .00004974  00000-0  82711-3 0  1359
+2 34445 074.0232 332.3729 0148288 154.1246 359.0464 14.63284792221881
+1 34446U 93036SP  13117.78661089  .00000207  00000-0  65106-4 0   969
+2 34446 074.0449 033.5411 0054944 243.0531 151.5031 14.45731574220126
+1 34447U 93036SQ  13117.21942994  .00005919  00000-0  14621-2 0   289
+2 34447 074.0344 032.3897 0039583 225.0766 287.5711 14.51807459220160
+1 34448U 93036SR  13117.68043390  .00007765  00000-0  21098-2 0  1933
+2 34448 074.0680 065.0986 0005617 198.8702 226.2579 14.47667644219237
+1 34449U 93036SS  13117.39147920  .00002182  00000-0  71808-3 0  1052
+2 34449 074.0564 088.3392 0080852 229.4472 293.7331 14.36971639218310
+1 34451U 93036SU  13116.74431141  .00001891  00000-0  63122-3 0  1173
+2 34451 074.0655 094.2118 0082565 229.4218 194.9242 14.36277450218163
+1 34452U 93036SV  13116.93328836  .00003327  00000-0  47844-3 0  7895
+2 34452 074.0468 289.8721 0138119 147.1637 009.9897 14.70446656224023
+1 34453U 93036SW  13117.43552958  .00001634  00000-0  54684-3 0  8582
+2 34453 074.1738 109.9468 0061554 198.6280 322.0029 14.37082578218760
+1 34454U 93036SX  13116.99331631  .00000320  00000-0  12241-3 0  7208
+2 34454 074.0600 091.1784 0039291 230.4929 164.0460 14.34230364218789
+1 34456U 93036SZ  13115.54491337  .00003038  00000-0  11207-2 0  8952
+2 34456 074.0519 124.9731 0081345 242.4064 264.3296 14.31092054217472
+1 34457U 93036TA  13116.13497819  .00002122  00000-0  49509-3 0  9052
+2 34457 074.0111 022.3558 0127695 202.2166 270.3660 14.50514039220698
+1 34458U 93036TB  13117.76349444  .00002838  00000-0  95956-3 0   606
+2 34458 074.0358 086.8195 0024977 201.6319 227.6250 14.37144416218865
+1 34459U 93036TC  13117.46269551  .00000404  00000-0  26516-3 0  2003
+2 34459 074.0805 265.0049 0201767 000.8967 052.6336 13.95570800212930
+1 34461U 93036TE  13117.70163058  .00046958  00000-0  18224-2 0  4954
+2 34461 074.0373 206.1104 0101540 014.1192 137.8283 15.21130586227035
+1 34462U 93036TF  13117.29302125  .00015115  00000-0  20110-2 0  2382
+2 34462 074.0254 305.2083 0099746 140.8785 277.1194 14.76254071223849
+1 34464U 93036TH  13117.48639813  .00001683  00000-0  39262-3 0  8348
+2 34464 074.0277 003.5673 0065515 233.2457 189.4684 14.54279276221677
+1 34465U 93036TJ  13116.30461106  .00002262  00000-0  69634-3 0  8909
+2 34465 074.0807 092.5481 0117562 226.3337 247.6307 14.38165287218765
+1 34467U 93036TL  13117.13222572  .00021076  00000-0  29255-2 0   129
+2 34467 074.0235 331.1470 0069588 159.1921 347.7594 14.76172493222560
+1 34468U 93036TM  13116.94743934  .00000502  00000-0  15934-3 0  7205
+2 34468 074.0183 055.4407 0084966 232.1152 241.6432 14.40662453219711
+1 34469U 93036TN  13117.31406360  .00004216  00000-0  12335-2 0  1590
+2 34469 074.0300 061.0635 0021401 228.7159 293.2008 14.44146477219654
+1 34472U 93036TR  13117.79422771  .00000981  00000-0  86391-3 0  9070
+2 34472 074.0838 051.7088 0355895 152.8931 237.3167 13.61149243208637
+1 34473U 93036TS  13117.16517618  .00002695  00000-0  95050-3 0  7194
+2 34473 074.0400 097.6272 0030670 198.7448 292.8169 14.34968851219354
+1 34474U 93036TT  13117.50920534  .00001054  00000-0  71107-3 0  1940
+2 34474 074.0828 302.6446 0243426 039.9051 354.3886 13.88237893212392
+1 34476U 93036TV  13117.34385515  .00001672  00000-0  14815-2 0  8943
+2 34476 074.0156 072.5667 0393484 187.9718 329.2791 13.55538764207126
+1 34477U 93036TW  13115.96196215  .00001073  00000-0  33196-3 0  7642
+2 34477 073.9864 060.2364 0099437 241.8358 231.1198 14.39730870219906
+1 34478U 93036TX  13117.08931891  .00003068  00000-0  91651-3 0  7540
+2 34478 074.0673 078.0121 0110625 040.2122 084.0190 14.39874401219847
+1 34481U 93036UA  13117.04414432  .00000729  00000-0  32664-3 0  6535
+2 34481 073.9809 133.5640 0081486 266.5007 121.2930 14.22603888217452
+1 34482U 93036UB  13117.79405569  .00001888  00000-0  70264-3 0  8031
+2 34482 074.0523 113.9355 0088390 242.6006 180.3323 14.30602160218036
+1 34486U 97051GB  13117.68787324  .00001984  00000-0  59239-3 0  1394
+2 34486 086.4200 197.0248 0022965 189.0033 323.2950 14.42410986220058
+1 34487U 97051GC  13116.24463032  .00000368  00000-0  11371-3 0   246
+2 34487 086.3505 186.7542 0033242 190.8329 234.7292 14.38371977218666
+1 34488U 97051GD  13116.90730235  .00002105  00000-0  59785-3 0  9984
+2 34488 086.3540 183.2323 0030047 187.6390 229.7403 14.44739304220645
+1 34489U 97051GE  13117.50348851  .00003946  00000-0  17974-2 0   248
+2 34489 086.4265 225.2635 0092005 257.5757 240.2023 14.19247109215818
+1 34490U 97051GF  13116.27111942  .00006055  00000-0  19656-2 0  7398
+2 34490 086.3380 193.7824 0060102 167.3915 254.3913 14.37719691218348
+1 34491U 97051GG  13116.30766997  .00012307  00000-0  42397-2 0  7080
+2 34491 086.3838 214.5862 0093515 204.7007 219.6800 14.33395404216102
+1 34492U 97051GH  13115.43789377  .00002642  00000-0  19086-2 0  8699
+2 34492 086.5139 281.8682 0313104 240.4469 146.5880 13.75530799209587
+1 34493U 97051GJ  13117.35283266  .00004619  00000-0  14930-2 0    38
+2 34493 086.2809 181.7568 0077649 070.0649 059.6853 14.37204216217818
+1 34496U 97051GM  13111.30318653  .00003936  00000-0  19529-2 0  3683
+2 34496 086.4060 232.8546 0127889 002.1095 026.7824 14.12792223213765
+1 34497U 97051GN  13112.28393519  .00000853  00000-0  40180-3 0  7346
+2 34497 086.2866 200.3770 0090057 292.0164 130.2245 14.16755814214634
+1 34499U 97051GQ  13117.63287469  .00009943  00000-0  16966-2 0  1402
+2 34499 086.4025 179.5300 0073814 173.5201 308.6870 14.67059270221258
+1 34503U 97051GU  13117.63902310  .00001702  00000-0  46717-3 0  1927
+2 34503 086.3190 175.2262 0018682 204.9927 315.7262 14.46451595220180
+1 34505U 97051GW  13116.25772492  .00010355  00000-0  24201-2 0  7958
+2 34505 086.4162 195.9048 0005902 161.6970 254.9130 14.54585031220002
+1 34506U 97051GX  13117.62352663  .00052933  00000-0  65615-2 0  3425
+2 34506 086.4167 192.2301 0013267 187.6153 301.7334 14.82355525221017
+1 34507U 97051GY  13116.17587397  .00030987  00000-0  52290-2 0  8941
+2 34507 086.4259 197.4789 0004940 246.8427 140.2921 14.69297905219698
+1 34508U 97051GZ  13117.23067532  .00001604  00000-0  73845-3 0  1020
+2 34508 086.3803 213.6344 0082159 241.2564 145.7520 14.18787098215984
+1 34510U 97051HB  13117.64685101  .00015800  00000-0  41362-2 0  8484
+2 34510 086.3064 184.8371 0034120 102.3133 057.9048 14.48882856218960
+1 34511U 97051HC  13117.70165884  .00003634  00000-0  13068-2 0  6924
+2 34511 086.3959 204.3807 0037155 131.5453 023.2972 14.33172052217972
+1 34512U 97051HD  13103.39265878  .11924302  00000-0  95507-1 0   555
+2 34512 086.2454 181.2644 0024753 292.1095 134.1302 15.65000900218215
+1 34515U 97051HG  13117.38139664  .00007132  00000-0  16462-2 0  7782
+2 34515 086.3068 172.0574 0045759 263.4803 225.4468 14.54497489220205
+1 34517U 97051HJ  13117.74111397  .00003613  00000-0  10908-2 0  7326
+2 34517 086.3826 195.2340 0012118 065.9599 080.6038 14.42193101219288
+1 34518U 97051HK  13115.75525323  .00003492  00000-0  11116-2 0  7297
+2 34518 086.4056 203.4901 0034609 138.3619 008.0380 14.39276038218074
+1 34520U 97051HM  13116.51690950  .00006441  00000-0  20922-2 0  7319
+2 34520 086.3859 201.6667 0038875 142.9066 349.1409 14.38298755218173
+1 34521U 97051HN  13117.72627340  .00001484  00000-0  49653-3 0  6894
+2 34521 086.3933 196.7653 0008944 098.7127 047.6254 14.36761779219040
+1 34522U 97051HP  13117.29689522  .00004820  00000-0  19349-2 0  2078
+2 34522 086.3831 212.3502 0073846 248.6316 144.3134 14.26567066216596
+1 34523U 97051HQ  13116.18433971  .00026741  00000-0  34509-2 0  9260
+2 34523 086.4096 178.2995 0043032 093.5384 323.5917 14.80210282222281
+1 34524U 97051HR  13117.43802575  .00002762  00000-0  96834-3 0  1854
+2 34524 086.3572 196.4005 0043116 180.1160 302.8214 14.34231107218173
+1 34525U 97051HS  13117.73000929  .00000558  00000-0  19080-3 0  1254
+2 34525 086.3812 195.9433 0007522 095.5216 050.8713 14.34561599218863
+1 34526U 97051HT  13117.72224913  .00005277  00000-0  17615-2 0  7299
+2 34526 086.3607 197.4823 0039647 142.0421 004.3328 14.36905512218163
+1 34527U 97051HU  13117.73732030  .01305608  00000-0  22190-1 0  1126
+2 34527 086.3304 181.4102 0023485 264.4843 239.8604 15.48342078220971
+1 34529U 97051HW  13116.65936417  .00000227  00000-0  70677-4 0  6841
+2 34529 086.3709 191.9874 0009310 205.5597 313.5615 14.36534923219032
+1 34530U 97051HX  13117.14269178  .00022247  00000-0  73737-2 0  1772
+2 34530 086.4132 220.3773 0066617 221.8249 215.6800 14.36468308216339
+1 34531U 97051HY  13116.90497181  .09631256  00000-0  60675-1 0  5903
+2 34531 086.3189 185.9982 0024092 284.2112 165.0753 15.71279418220558
+1 34532U 97051HZ  13117.47181973  .00006319  00000-0  24487-2 0  7356
+2 34532 086.3616 207.5644 0083493 200.0939 284.0406 14.27973799216761
+1 34534U 97051JB  13116.60905088  .00013306  00000-0  22221-2 0  8419
+2 34534 086.2930 161.4821 0055443 182.3197 324.6120 14.68796599221540
+1 34535U 97051JC  13117.19464074  .00005095  00000-0  14131-2 0  7393
+2 34535 086.3486 184.8774 0016232 173.5574 220.1152 14.46342470219642
+1 34537U 97051JE  13117.36236189  .00017286  00000-0  24910-2 0  8390
+2 34537 086.3260 163.5154 0062423 144.1748 345.9335 14.74869365223170
+1 34538U 97051JF  13116.43472672  .00001292  00000-0  52000-3 0  6476
+2 34538 086.2869 188.6059 0046601 172.8832 316.4267 14.26753292218190
+1 34539U 97051JG  13117.50401975  .00053069  00000-0  96916-2 0  9862
+2 34539 086.3437 198.9609 0074753 136.6489 353.0651 14.63853686218804
+1 34540U 97051JH  13117.65139494  .00001102  00000-0  31066-3 0  1560
+2 34540 086.3309 177.6981 0030651 199.2769 283.0847 14.44670453220569
+1 34542U 93036UC  13116.62569499  .00003153  00000-0  83236-3 0  9088
+2 34542 074.0337 037.5134 0033656 249.6236 178.6079 14.49013218218767
+1 34543U 93036UD  13116.09926822  .00020189  00000-0  29270-2 0   601
+2 34543 074.0259 340.2683 0074423 161.7674 343.4450 14.74102111221264
+1 34544U 93036UE  13115.32858007  .00000123  00000-0  14056-3 0  8078
+2 34544 073.9186 076.5080 0401197 236.2333 281.5939 13.49854720205980
+1 34545U 93036UF  13116.34831089  .00004386  00000-0  13552-2 0  4477
+2 34545 074.0460 076.9233 0027024 216.0040 296.9862 14.41390374219136
+1 34546U 93036UG  13116.39725459  .00000973  00000-0  36256-3 0  9993
+2 34546 074.0362 096.5796 0027502 219.5003 293.0286 14.33142642217891
+1 34547U 93036UH  13111.37767869  .00001550  00000-0  52014-3 0  6537
+2 34547 074.0431 092.1324 0043941 237.9720 276.5383 14.37531485217652
+1 34548U 93036UJ  13115.37385567  .00024707  00000-0  17485-2 0   886
+2 34548 073.8901 208.0778 0103811 128.3209 232.7368 15.00429668224757
+1 34550U 93036UL  13117.64417426  .00003373  00000-0  15066-2 0  9306
+2 34550 073.9916 200.1171 0219691 353.7912 129.2401 14.11054524213725
+1 34552U 93036UN  13117.14295750  .00002919  00000-0  10462-2 0  8407
+2 34552 074.0403 105.0018 0043583 213.0418 271.4520 14.33869510216703
+1 34553U 93036UP  13117.08444564  .00001338  00000-0  48666-3 0  7311
+2 34553 074.0339 094.8893 0031831 216.7356 264.2460 14.33931451217003
+1 34554U 93036UQ  13117.43767038  .00000478  00000-0  18746-3 0  6460
+2 34554 074.0399 098.4664 0026459 212.6191 292.7018 14.31939012216955
+1 34555U 93036UR  13117.40265731  .00003264  00000-0  10965-2 0  8812
+2 34555 074.0364 089.4329 0032220 209.1904 296.1002 14.37294812217222
+1 34556U 93036US  13115.74095840  .00002144  00000-0  76167-3 0  7902
+2 34556 074.0349 096.9989 0028619 211.4231 204.0200 14.34789821216860
+1 34557U 93036UT  13116.36361569  .00016410  00000-0  42435-2 0  2227
+2 34557 074.0139 084.1817 0040693 181.4875 330.7666 14.49392996217114
+1 34558U 93036UU  13116.06569303  .00014855  00000-0  23790-2 0  9233
+2 34558 074.0328 350.4137 0071291 170.9307 336.8186 14.70050606220346
+1 34559U 93036UV  13117.46700626  .00135245  00000-0  10055-1 0  3694
+2 34559 074.0321 021.0217 0039706 142.9584 259.8961 15.01647482219545
+1 34560U 93036UW  13116.13694192  .00001954  00000-0  69852-3 0  7862
+2 34560 074.0309 096.6015 0036242 221.2683 264.7370 14.34386355216809
+1 34561U 93036UX  13115.94484558  .00003101  00000-0  94510-3 0  1391
+2 34561 074.0374 071.5849 0056264 228.0437 166.3691 14.41490981217462
+1 34562U 93036UY  13117.53878156  .00013964  00000-0  19576-2 0   575
+2 34562 073.9932 302.0485 0080868 178.2153 244.0593 14.75251300221374
+1 34563U 93036UZ  13116.72732547  .00000818  00000-0  28897-3 0  6958
+2 34563 074.0418 082.1334 0016944 233.1404 194.7788 14.36224488218062
+1 34564U 93036VA  13117.35579182  .00000457  00000-0  16869-3 0   996
+2 34564 074.0357 082.5658 0021448 235.2513 278.9294 14.35215474218068
+1 34565U 93036VB  13117.07288281  .00016076  00000-0  39551-2 0  2339
+2 34565 074.0494 079.0123 0038549 180.5323 304.5158 14.51801784220465
+1 34567U 93036VD  13117.08328354  .00000286  00000-0  14052-3 0   905
+2 34567 074.0419 149.5956 0077873 250.3045 143.0844 14.20595608216634
+1 34569U 93036VF  13117.30266696  .00000645  00000-0  29948-3 0  9955
+2 34569 073.9953 171.4793 0180751 322.0955 155.3897 14.14470860215848
+1 34570U 93036VG  13117.44517499  .00000482  00000-0  32919-3 0  8480
+2 34570 073.9648 260.7371 0203705 029.2149 026.1176 13.92779037212970
+1 34571U 93036VH  13117.66016987  .00001978  00000-0  10054-2 0  8151
+2 34571 074.0542 195.8257 0115551 272.2839 251.6319 14.13160609217640
+1 34572U 93036VJ  13116.17727630  .00001768  00000-0  85781-3 0  6011
+2 34572 074.0226 178.8878 0110798 258.9117 133.0888 14.15952721216120
+1 34573U 93036VK  13116.03286045  .00008347  00000-0  13533-2 0  7990
+2 34573 074.0164 323.9288 0078947 210.6506 275.8091 14.69259708225031
+1 34574U 93036VL  13116.24854159  .00001316  00000-0  37467-3 0   952
+2 34574 074.0807 063.3134 0109496 210.2825 270.7412 14.42854518218635
+1 34575U 93036VM  13115.95378903  .00015519  00000-0  33791-2 0  9839
+2 34575 074.0489 049.3723 0012219 185.2113 295.7446 14.57912010219809
+1 34576U 93036VN  13115.31532980  .00001212  00000-0  40564-3 0  6825
+2 34576 074.0428 077.0454 0011697 257.6170 222.6719 14.38421360218755
+1 34577U 93036VP  13116.16200438  .00002658  00000-0  70182-3 0  8444
+2 34577 074.0437 035.1470 0039406 254.8314 225.8723 14.48953410220206
+1 34579U 93036VR  13117.08030385  .00000741  00000-0  26286-3 0   236
+2 34579 074.0579 085.2904 0032609 230.1783 249.9852 14.35911322218409
+1 34581U 93036VT  13117.11339309  .00014323  00000-0  24261-2 0  2751
+2 34581 074.0496 359.5006 0057540 174.2915 339.0728 14.68206285221246
+1 34582U 93036VU  13116.10526707  .00000993  00000-0  37596-3 0  7344
+2 34582 074.0238 103.4413 0060246 242.3414 188.8661 14.31526823217432
+1 34583U 93036VV  13116.82718955  .00020176  00000-0  27728-2 0  3056
+2 34583 074.1081 351.1859 0038246 171.3097 314.0948 14.77779327221647
+1 34584U 93036VW  13117.06690237  .00010286  00000-0  16510-2 0   185
+2 34584 074.0545 336.8214 0074265 168.4863 344.5729 14.69880078221143
+1 34585U 93036VX  13117.00115404  .00004223  00000-0  11712-2 0  1496
+2 34585 074.0406 051.7432 0020443 250.5154 234.1692 14.46744058218703
+1 34588U 93036WA  13117.32916461  .00000714  00000-0  26864-3 0  1122
+2 34588 074.0463 095.1289 0022336 210.6150 258.4353 14.33206670217517
+1 34589U 93036WB  13117.62003933  .00000613  00000-0  46866-3 0  8463
+2 34589 073.9262 307.8812 0263374 076.1083 349.7276 13.80250632210741
+1 34590U 93036WC  13110.21730546  .00000217  00000-0  60565-4 0  6449
+2 34590 074.0475 024.7663 0074985 241.9602 270.7240 14.50785512221044
+1 34593U 97051JK  13116.99344829  .00007833  00000-0  25570-2 0  7086
+2 34593 086.4007 206.0346 0037060 147.1120 274.1451 14.38115641218249
+1 34597U 97051JP  13115.48176394  .00017159  00000-0  35423-2 0  8398
+2 34597 086.4474 202.0294 0053066 155.2336 332.9401 14.59418558219966
+1 34599U 97051JR  13117.39744749  .00029150  00000-0  29590-2 0   807
+2 34599 086.3697 172.9275 0057790 036.9894 092.5815 14.89457930223020
+1 34602U 09013A   13117.82575693 -.00000334  19146-5  23279-6 0  5998
+2 34602 096.5708 146.2897 0004880 004.6262 102.6412 16.13393028241109
+1 34604U 09002L   13116.32520873  .00020014  00000-0  20484-2 0  2923
+2 34604 098.0759 237.5408 0000620 073.5618 343.3349 14.90546420228875
+1 34609U 93036WE  13117.55589513  .00000498  00000-0  25895-3 0  5930
+2 34609 073.7559 152.8024 0167637 023.7917 100.6928 14.10363001215284
+1 34610U 93036WF  13107.98871797  .00001049  00000-0  71183-3 0  8360
+2 34610 074.0313 302.1390 0219845 037.6173 082.8044 13.90245600210939
+1 34611U 93036WG  13116.11934191  .00001308  00000-0  42707-3 0  7798
+2 34611 074.0656 080.6062 0048522 228.6922 258.5249 14.38920606216901
+1 34613U 93036WJ  13109.29658671  .00000610  00000-0  34809-3 0  6245
+2 34613 073.9562 216.2885 0141260 333.3969 056.3893 14.06947917212022
+1 34614U 93036WK  13117.44066848  .00003619  00000-0  26744-2 0  8850
+2 34614 073.8957 335.9249 0308550 125.3742 307.2737 13.75421720208134
+1 34615U 93036WL  13117.17065875  .00000178  00000-0  19345-3 0  8273
+2 34615 074.0046 095.3440 0415143 223.6001 272.6713 13.47493701206004
+1 34616U 93036WM  13116.10726628  .00006503  00000-0  21051-2 0  8067
+2 34616 074.0436 104.2124 0042386 194.0919 287.2191 14.38676663216443
+1 34618U 93036WP  13117.49007295  .00009609  00000-0  13721-2 0  9778
+2 34618 073.9821 299.8386 0083474 199.7774 190.5084 14.74407804222191
+1 34619U 93036WQ  13116.03099654  .00000256  00000-0  60134-4 0  5911
+2 34619 074.0502 349.6237 0106135 189.1313 170.7737 14.56460559220246
+1 34620U 93036WR  13117.35291179  .00002088  00000-0  10783-2 0  7768
+2 34620 074.0426 204.4538 0139110 297.3282 134.0638 14.10803876213036
+1 34622U 93036WT  13117.21325524  .00000585  00000-0  32203-3 0  6049
+2 34622 074.0274 198.4849 0126967 292.0915 095.0292 14.09857926212626
+1 34624U 93036WV  13116.38506883  .00006559  00000-0  20222-2 0  6580
+2 34624 074.0278 092.4174 0046449 211.2638 300.2305 14.40966000219337
+1 34625U 93036WW  13117.53183731  .00030202  00000-0  28408-2 0  1954
+2 34625 074.0155 271.4395 0089330 115.2485 314.4626 14.90735881222888
+1 34626U 93036WX  13117.22022265  .00001190  00000-0  33252-3 0   895
+2 34626 074.0642 041.1534 0045340 238.8476 275.3192 14.46726735220792
+1 34628U 93036WZ  13116.66424453  .00035914  00000-0  34398-2 0  3805
+2 34628 074.0053 294.2128 0116912 113.6837 009.9009 14.87925779222553
+1 34629U 93036XA  13114.96065178  .00005153  00000-0  90907-3 0   406
+2 34629 073.7934 297.3475 0102766 228.3254 289.3220 14.64339807222102
+1 34631U 93036XC  13115.73029167  .00005191  00000-0  11316-2 0  7914
+2 34631 074.0303 015.0235 0049889 219.2701 170.2920 14.57378369220897
+1 34632U 93036XD  13116.15842927  .00064315  00000-0  50615-2 0  8233
+2 34632 074.0207 009.4145 0174013 154.9494 333.9716 14.89297143220694
+1 34634U 93036XF  13117.76845560  .00000583  00000-0  16829-3 0  6784
+2 34634 074.0579 036.9098 0054537 234.4913 155.9893 14.46041106220370
+1 34635U 93036XG  13117.68049043  .00001497  00000-0  46815-3 0  7311
+2 34635 074.0584 066.7679 0052221 224.6947 199.9583 14.40802703218967
+1 34637U 93036XJ  13117.63500580  .00001157  00000-0  36140-3 0   974
+2 34637 074.0581 066.6809 0072931 222.7304 192.2992 14.40405344218911
+1 34638U 93036XK  13117.33056122  .00002881  00000-0  91806-3 0  1167
+2 34638 074.0514 078.0298 0017778 209.0996 268.4752 14.40160877218537
+1 34639U 93036XL  13117.40107169  .00002688  00000-0  90053-3 0   374
+2 34639 074.0404 092.7425 0061472 227.6540 278.0545 14.36736254217003
+1 34641U 93036XN  13116.30715477  .00001292  00000-0  47221-3 0  6029
+2 34641 073.8470 063.8963 0023263 161.8036 322.1744 14.33893378218716
+1 34642U 93036XP  13117.50042919  .00000891  00000-0  63728-3 0  6391
+2 34642 074.0079 299.2673 0237601 048.7660 341.1247 13.85883477212209
+1 34643U 97051JU  13115.24607869  .00003452  00000-0  11800-2 0  9317
+2 34643 086.3960 203.0525 0040876 179.7369 239.9314 14.35609690215325
+1 34645U 97051JW  13116.77645757  .00008663  00000-0  19639-2 0  2989
+2 34645 086.3487 180.4911 0014529 243.4480 224.4116 14.55942381217350
+1 34648U 97051JZ  13116.85297257  .00003713  00000-0  27965-2 0  8347
+2 34648 086.4161 263.3294 0278201 222.5326 295.9466 13.77409148210305
+1 34650U 97051KB  13117.03799475  .00235898  00000-0  12940-1 0   271
+2 34650 086.2157 144.1042 0047235 127.4199 262.2066 15.12149254222913
+1 34651U 97051KC  13117.31273458  .00002596  00000-0  16670-2 0   565
+2 34651 086.2980 227.8630 0212304 098.1741 316.9462 13.92408113212248
+1 34652U 97051KD  13105.26315088  .00001269  00000-0  38483-3 0  6696
+2 34652 086.3438 188.3937 0040365 215.5545 208.6405 14.41068125217320
+1 34653U 97051KE  13114.27580622  .00027128  00000-0  80535-2 0  6759
+2 34653 086.3601 208.6540 0078486 204.6064 214.5491 14.41330850216191
+1 34654U 97051KF  13116.44809828  .00024891  00000-0  63324-2 0  8633
+2 34654 086.4473 211.8733 0030026 124.7421 002.3829 14.50279720216283
+1 34657U 97051KJ  13116.20260101  .00006695  00000-0  18244-2 0  7233
+2 34657 086.3301 183.6290 0028992 349.9600 062.7335 14.47043774218264
+1 34658U 97051KK  13117.33907727  .00026056  00000-0  35760-2 0   576
+2 34658 086.3501 172.1267 0031029 115.0439 017.0036 14.77935346221376
+1 34661U 09014A   13116.77178073 -.00000046  00000-0  00000+0 0  5969
+2 34661 056.0035 041.5378 0060072 046.7481 349.4977 02.00566486 30030
+1 34662U 09014B   13117.76866655  .00132425 -44405-7  88855-3 0  7433
+2 34662 040.0371 281.1280 3828329 252.9658 275.0192 07.91705833 84777
+1 34664U 93036XQ  13117.09157725  .00012453  00000-0  19997-2 0  2673
+2 34664 074.0360 346.3281 0069971 168.5486 351.2987 14.70030995221943
+1 34667U 91025L   13117.69853612 -.00000773  00000-0 -10176-1 0  2916
+2 34667 065.8998 328.2764 5502294 309.1569 027.9556 04.32395419 64908
+1 34671U 93036XR  13117.37692176  .00001730  00000-0  60116-3 0  6654
+2 34671 074.0392 086.8184 0025046 217.5890 271.1785 14.36091075216952
+1 34674U 93036XU  13116.21250134  .00004052  00000-0  98555-3 0  7674
+2 34674 073.9906 036.2224 0138930 014.7032 107.2953 14.47397496218574
+1 34675U 93036XV  13117.57728084  .00002901  00000-0  95841-3 0  3660
+2 34675 074.0431 085.8449 0047675 223.4644 136.2748 14.37810823217073
+1 34676U 93036XW  13116.26042365  .00014905  00000-0  20480-2 0    83
+2 34676 073.9757 297.4972 0089479 169.0642 247.7379 14.75580108220395
+1 34678U 93036XY  13117.43650539  .00000036  00000-0  24216-4 0    31
+2 34678 074.0364 106.2642 0025720 193.9270 290.7169 14.29518369214786
+1 34679U 93036XZ  13115.95464947  .00003236  00000-0  81916-3 0  8237
+2 34679 074.0212 033.3734 0063800 219.4057 266.4291 14.50113174219497
+1 34680U 93036YA  13117.38683747  .00001440  00000-0  48187-3 0  9384
+2 34680 074.0521 077.0255 0014397 234.9426 270.4092 14.38238345217276
+1 34681U 93036YB  13116.88446084  .00001500  00000-0  40512-3 0  1158
+2 34681 074.0807 039.8820 0049235 231.6985 241.6261 14.48001034220727
+1 34682U 93036YC  13117.83668803  .00001180  00000-0  37007-3 0   439
+2 34682 074.0473 059.0242 0026035 256.8494 134.1053 14.41488101219737
+1 34683U 93036YD  13116.31861340  .00001413  00000-0  46178-3 0  8596
+2 34683 074.0373 072.4395 0032566 238.8737 243.8840 14.39185024216836
+1 34684U 93036YE  13117.31492191  .00031459  00000-0  37199-2 0  2524
+2 34684 073.9799 308.4883 0078841 148.9233 272.8037 14.82255786221409
+1 34685U 93036YF  13116.65844814  .00001369  00000-0  46959-3 0   445
+2 34685 074.0377 080.9824 0022628 233.6105 180.1674 14.36980677220234
+1 34687U 93036YH  13114.90305587  .00009319  00000-0  12441-2 0  9587
+2 34687 073.9349 280.0208 0143751 152.6746 004.3258 14.72659539223704
+1 34689U 93036YK  13117.55813815  .00002744  00000-0  21564-2 0  9368
+2 34689 074.1054 025.7768 0324290 114.0979 314.6524 13.70378255207262
+1 34690U 97051KM  13116.45850050  .00001323  00000-0  45378-3 0   522
+2 34690 086.3946 199.4659 0014920 148.6130 340.0718 14.35413234215766
+1 34693U 97051KQ  13115.68252442  .00002105  00000-0  60881-3 0   312
+2 34693 086.3468 183.3757 0031736 183.8178 322.8368 14.43836239217153
+1 34694U 97051KR  13116.99098065  .00008694  00000-0  21562-2 0  2837
+2 34694 086.4343 203.8167 0048429 028.7135 029.6266 14.51075828216850
+1 34696U 97051KT  13117.70433125  .00002611  00000-0  15087-2 0  8440
+2 34696 086.2159 203.8155 0158939 032.5264 118.4650 14.02510543213750
+1 34697U 97051KU  13117.31640431  .00007783  00000-0  22619-2 0  8150
+2 34697 086.4508 218.4213 0090651 170.9698 250.1085 14.41799865214208
+1 34698U 97051KV  13116.97599227  .00007143  00000-0  20236-2 0   939
+2 34698 086.3736 193.6657 0021644 105.6438 310.0062 14.45293739215632
+1 34700U 97051KX  13116.94346954  .00011771  00000-0  23727-2 0  1309
+2 34700 086.4024 188.5763 0053551 257.0624 164.1785 14.60493834217085
+1 34701U 97051KY  13116.93255212  .00021926  00000-0  43972-2 0  2101
+2 34701 086.3752 190.8639 0006663 073.5624 340.6969 14.61604337216193
+1 34702U 97051KZ  13116.33918133  .00002283  00000-0  58884-3 0  6551
+2 34702 086.3158 172.4689 0051946 157.9475 335.9814 14.48831696220084
+1 34703U 97051LA  13115.20873499  .00030328  00000-0  54328-2 0  9969
+2 34703 086.3704 188.7535 0008104 340.6775 019.4131 14.66638677216360
+1 34704U 97051LB  13117.40040796  .00016089  00000-0  28217-2 0  1564
+2 34704 086.4101 187.3267 0024304 173.1148 316.7025 14.67469236217240
+1 34705U 97051LC  13108.31100581  .00003713  00000-0  13336-2 0  5283
+2 34705 086.4908 229.4078 0053748 212.7798 176.4976 14.32820046215638
+1 34706U 97051LD  13116.18156208  .00005895  00000-0  14851-2 0  6989
+2 34706 086.3292 178.0992 0038107 263.0053 149.6949 14.50578097219242
+1 34709U 97051LG  13116.43664321  .00005997  00000-0  16646-2 0  9777
+2 34709 086.3472 186.9224 0021115 101.4205 028.1393 14.46267448218508
+1 34710U 09016A   13117.08766932  .00000060  00000-0  10000-3 0  8488
+2 34710 000.0704 344.0997 0004666 047.6015 225.0938 01.00272694 14947
+1 34711U 09016B   13116.15917403 -.00000003  00000-0  10000-3 0  6539
+2 34711 020.3574 151.3787 5927037 153.7805 255.3230 02.20367195 40721
+1 34712U 09016C   13115.84796332  .00007658  00000-0  11388-2 0  9456
+2 34712 046.0848 259.8231 5176571 182.2822 344.9266 05.34041715 78274
+1 34714U 09017B   13116.38156266  .00004495  00000-0  11132-1 0  4957
+2 34714 016.8914 113.5844 8267164 290.6946 040.2586 01.14599475 16979
+1 34718U 93036YL  13116.31810709  .00012460  00000-0  88906-3 0  9194
+2 34718 073.9799 208.7279 0146341 071.1716 290.5275 14.96251688221135
+1 34719U 93036YM  13117.35584181  .00009657  00000-0  16115-2 0  1864
+2 34719 074.0537 342.7078 0064946 178.2372 234.7552 14.68637541218804
+1 34721U 93036YP  13117.52145895  .00000994  00000-0  72087-3 0  6996
+2 34721 073.9315 295.8746 0249574 069.6802 356.6572 13.83841887211346
+1 34722U 93036YQ  13111.28213132  .00000685  00000-0  38949-3 0  6338
+2 34722 073.8939 213.3394 0185806 319.2189 067.4383 14.03551631213056
+1 34723U 93036YR  13111.23636836  .00003121  00000-0  53437-3 0  8850
+2 34723 074.0084 041.1963 0227306 208.9801 306.5255 14.53683458215030
+1 34724U 93036YS  13114.63529461  .00004924  00000-0  34275-2 0  5344
+2 34724 074.0454 350.2500 0290561 091.9944 301.6936 13.80553608207028
+1 34725U 93036YT  13115.90766863  .00005760  00000-0  20892-2 0  6592
+2 34725 074.2100 154.6713 0060744 184.8145 240.6239 14.32515860216512
+1 34726U 93036YU  13117.19629419  .00000732  00000-0  20448-3 0  7099
+2 34726 074.0340 029.6138 0053887 244.0383 262.4070 14.47241373216080
+1 34727U 93036YV  13116.72720473  .00011057  00000-0  16562-2 0  9680
+2 34727 073.9349 298.1681 0088772 186.0263 304.5281 14.72045469219088
+1 34728U 93036YW  13116.71169581  .00000968  00000-0  24941-3 0  7292
+2 34728 074.0282 017.3440 0059965 242.3698 151.6801 14.50430013217021
+1 34729U 93036YX  13116.31337284  .00001942  00000-0  59499-3 0  7600
+2 34729 074.0334 061.0362 0033701 241.8764 273.9639 14.42076725215186
+1 34730U 93036YY  13116.15165440  .00010597  00000-0  16869-2 0  8966
+2 34730 073.9835 007.2563 0183745 345.1626 166.5136 14.61377318219632
+1 34731U 93036YZ  13117.77093038  .00020001  00000-0  26649-2 0   925
+2 34731 074.0229 323.5759 0068749 155.6853 336.9162 14.77941116218715
+1 34732U 93036ZA  13109.83060787  .00000182  00000-0  60609-4 0  5591
+2 34732 074.0471 056.7816 0042339 281.0122 107.6299 14.43991685214702
+1 34735U 93036ZD  13088.73743146  .00003635  00000-0  96755-3 0  3804
+2 34735 074.0430 104.5966 0077593 272.9645 208.1709 14.47106084214053
+1 34736U 93036ZE  13117.42912076  .00001492  00000-0  51860-3 0  1045
+2 34736 074.0356 089.7669 0026349 207.4321 298.1974 14.36181946215357
+1 34737U 93036ZF  13117.43639325  .00004518  00000-0  15248-2 0  1153
+2 34737 074.0500 101.8830 0037062 142.3616 021.4052 14.36839879215194
+1 34738U 93036ZG  13117.32682000  .00000449  00000-0  15061-3 0  7058
+2 34738 074.0203 061.1492 0052562 239.9623 265.6061 14.39413535214090
+1 34739U 93036ZH  13117.67133964  .00003384  00000-0  73642-3 0  7675
+2 34739 074.0316 006.0304 0088879 191.5131 197.7805 14.55938421220589
+1 34741U 93036ZK  13116.92751426  .00004695  00000-0  79293-3 0  9726
+2 34741 074.0012 019.2602 0221387 190.6637 302.2176 14.54790213219830
+1 34742U 93036ZL  13117.36101872  .00006271  00000-0  10243-2 0   924
+2 34742 074.0414 322.2815 0086328 167.0112 257.3479 14.68603442221460
+1 34743U 93036ZM  13117.46887420  .00005939  00000-0  13073-2 0  1257
+2 34743 074.0181 016.2784 0046562 214.1196 196.9444 14.56990358219020
+1 34744U 93036ZN  13116.80098478  .00003030  00000-0  76498-3 0   690
+2 34744 074.0217 030.2752 0057257 221.1795 173.7941 14.50504774217804
+1 34745U 93036ZP  13117.76357957  .00004920  00000-0  11896-2 0  1507
+2 34745 074.0361 029.5209 0029879 242.8151 148.0438 14.53067561218660
+1 34746U 93036ZQ  13117.26479211  .00003619  00000-0  10430-2 0  9999
+2 34746 074.0385 059.2784 0033917 224.1884 289.6566 14.44726998219794
+1 34747U 93036ZR  13116.58423465  .00004772  00000-0  87262-3 0  9735
+2 34747 073.9974 328.7418 0085443 200.7970 190.7970 14.63808653221156
+1 34748U 93036ZS  13117.45698968  .00387158  00000-0  97905-2 0   451
+2 34748 074.0258 262.7074 0020248 149.1036 211.1367 15.37979657224112
+1 34750U 93036ZU  13117.40463038  .00001409  00000-0  48152-3 0   102
+2 34750 074.1213 098.9062 0060823 214.1901 300.2585 14.36202074217372
+1 34751U 93036ZV  13117.04436714  .00002851  00000-0  10793-2 0  7764
+2 34751 074.0152 116.1964 0049790 195.7608 199.4441 14.30968276217192
+1 34752U 93036ZW  13117.61425618  .00002623  00000-0  50321-3 0    64
+2 34752 074.0220 328.9327 0102228 188.5790 233.9463 14.60954971220285
+1 34753U 93036ZX  13117.12687181  .00007981  00000-0  14698-2 0  1661
+2 34753 074.0132 356.8073 0052382 281.6200 232.0510 14.64818708219756
+1 34754U 93036ZY  13117.36408078  .00000349  00000-0  12889-3 0   407
+2 34754 074.0334 078.5636 0032502 239.4332 265.9271 14.35887627218979
+1 34755U 93036ZZ  13110.97640224  .00000620  00000-0  63242-3 0  5157
+2 34755 073.9273 105.6279 0428762 260.2148 095.0120 13.44713154204410
+1 34756U 93036AAA 13116.24574684  .00000712  00000-0  64923-3 0  6329
+2 34756 074.0062 056.7495 0370993 173.3490 316.0699 13.57866371207437
+1 34757U 93036AAB 13116.10292775  .00026988  00000-0  34767-2 0  9837
+2 34757 074.2340 013.0015 0045151 153.5570 331.3496 14.80235892224638
+1 34758U 93036AAC 13116.41080828  .00000496  00000-0  48335-3 0  6993
+2 34758 074.1059 103.1036 0410724 202.9601 313.3706 13.49818257205511
+1 34759U 93036AAD 13116.42630317  .00005226  00000-0  16805-2 0  7903
+2 34759 074.0358 093.1989 0034461 198.6254 306.7331 14.39246879221202
+1 34760U 93036AAE 13111.34053476  .00000435  00000-0  23683-3 0  6028
+2 34760 074.0675 200.7280 0110276 297.0529 133.2125 14.12196019213996
+1 34761U 93036AAF 13117.43022536  .00000736  00000-0  30984-3 0  5900
+2 34761 074.0316 122.1256 0045324 191.4462 292.9740 14.26955278217381
+1 34763U 93036AAH 13117.18183757  .00004658  00000-0  19334-2 0  7484
+2 34763 074.1782 178.9219 0087876 187.2136 202.8251 14.24660230217698
+1 34764U 97051LH  13116.21918065  .00006657  00000-0  19924-2 0  9687
+2 34764 086.3811 196.4555 0016394 116.2956 308.8455 14.42679144217107
+1 34765U 97051LJ  13115.19510310  .00000611  00000-0  22047-3 0  9343
+2 34765 086.3462 193.4953 0020377 155.0664 263.2263 14.31927275215188
+1 34767U 97051LL  13117.69629645  .00036242  00000-0  55969-2 0   454
+2 34767 086.4722 202.5760 0042096 252.9690 271.3014 14.72555271218912
+1 34772U 97051LR  13117.66273505  .00012915  00000-0  25252-2 0  7255
+2 34772 086.4017 186.7679 0027118 151.1054 003.4678 14.62557213218950
+1 34773U 97051LS  13115.27704323  .00003078  00000-0  10293-2 0  6515
+2 34773 086.4227 205.7751 0020749 104.3753 309.6207 14.37019936219616
+1 34774U 97051LT  13116.74715632  .00003213  00000-0  99693-3 0  1602
+2 34774 086.4423 205.3905 0010642 073.9414 053.9501 14.40824766219871
+1 34775U 97051LU  13117.21066109  .00002028  00000-0  74212-3 0  8772
+2 34775 086.3914 203.4648 0038362 141.9964 247.8515 14.32056854216988
+1 34776U 97051LV  13117.37736858  .00011504  00000-0  23868-2 0   721
+2 34776 086.3852 185.9720 0028580 188.7933 300.6831 14.59836804217981
+1 34779U 09018A   13116.44343681  .00000065  00000-0  10000-3 0  8627
+2 34779 002.4536 069.0445 0054412 171.9989 188.0169 01.00366236 14960
+1 34780U 09018B   13117.63709447  .00001485  00000-0  13558-2 0  8163
+2 34780 020.4302 227.3484 7208443 139.6684 040.6997 02.33811541 33908
+1 34781U 93036AAJ 13115.17521869  .00008532  00000-0  18335-2 0  6654
+2 34781 074.0661 029.9705 0064258 317.1040 171.2958 14.57393268216147
+1 34784U 93036AAM 13116.20035918  .00000725  00000-0  20052-3 0  7485
+2 34784 074.0134 027.6635 0063943 236.4145 276.7340 14.47378392216552
+1 34785U 93036AAN 13117.74249726  .00019535  00000-0  11538-2 0   479
+2 34785 074.0683 222.3572 0126717 030.5809 125.9187 15.04850349222243
+1 34787U 93036AAQ 13117.21302400  .00003871  00000-0  10712-2 0  5320
+2 34787 074.0487 050.7004 0011590 242.3975 117.6007 14.46956584218752
+1 34788U 93036AAR 13110.87751172  .00004031  00000-0  46528-3 0  9137
+2 34788 073.9973 273.3409 0173960 123.2914 000.0054 14.75612140225117
+1 34789U 93036AAS 13117.34052299  .00004267  00000-0  20938-2 0  8216
+2 34789 074.2122 222.0405 0123696 249.9677 166.2282 14.14118646213804
+1 34790U 93036AAT 13117.15918909  .00000853  00000-0  42901-3 0  7790
+2 34790 074.0577 180.7246 0114281 279.6313 107.6851 14.14693908213257
+1 34791U 93036AAU 13117.08128178  .00003442  00000-0  67458-3 0  7616
+2 34791 074.0282 342.5445 0075137 218.7911 295.1819 14.61376496223209
+1 34792U 93036AAV 13116.72140032  .00001542  00000-0  54772-3 0  6455
+2 34792 074.0283 087.1368 0019900 219.9516 203.8873 14.35140614212034
+1 34793U 93036AAW 13117.34640516  .00000412  00000-0  15616-3 0  6568
+2 34793 074.0052 085.4986 0056280 245.0537 266.1133 14.33438731212041
+1 34795U 93036AAY 13110.79039958  .00013383  00000-0  19005-2 0  9068
+2 34795 073.9541 006.6459 0183926 355.2405 070.8513 14.65977744219125
+1 34796U 93036AAZ 13117.36112866  .00000898  00000-0  30173-3 0  8133
+2 34796 074.0369 089.5198 0125344 240.6644 270.0031 14.34341865217614
+1 34797U 93036ABA 13088.05909928  .00001743  00000-0  83919-3 0  4424
+2 34797 073.9895 220.8166 0110701 298.0032 184.5687 14.16376310210297
+1 34807U 09019A   13117.81353236  .00033854  00000-0  68821-3 0  5385
+2 34807 041.2209 228.8670 0013566 342.8945 159.6440 15.45516699225145
+1 34809U 09019C   13117.01123236  .00007861  00000-0  23062-3 0  1297
+2 34809 041.0907 308.1283 0055975 270.2839 221.2921 15.33785126224013
+1 34810U 09020A   13117.14432152  .00000071  00000-0  00000+0 0  7986
+2 34810 000.1091 076.1255 0004767 034.2019 168.8067 01.00267960 14808
+1 34811U 09020B   13115.83549252 -.00000109  00000-0  00000+0 0  6387
+2 34811 002.3483 015.0336 4785592 072.3575 153.7759 01.81489008 26617
+1 34812U 93036ABB 13117.14022998  .00007115  00000-0  15075-2 0   329
+2 34812 074.0119 013.0482 0046100 212.4810 304.5231 14.58713627214200
+1 34813U 93036ABC 13114.61468848  .00001343  00000-0  14342-2 0  5224
+2 34813 073.9388 173.6782 0519485 335.8004 179.0530 13.28138292200385
+1 34814U 93036ABD 13115.46121789  .00000877  00000-0  38773-3 0  4538
+2 34814 073.9004 120.6017 0065146 231.7685 280.3179 14.23625116215386
+1 34815U 93036ABE 13115.58783273  .00001415  00000-0  35646-3 0  6968
+2 34815 074.0532 032.2158 0097642 204.7729 225.7704 14.49274180213760
+1 34816U 93036ABF 13110.87778715  .00000246  00000-0  25215-3 0  5872
+2 34816 073.8858 070.9050 0394261 239.5364 147.3848 13.52039816202817
+1 34817U 93036ABG 13116.77194868  .00018825  00000-0  26870-2 0   435
+2 34817 074.0230 338.1838 0074560 159.1175 328.6590 14.74769704220596
+1 34818U 93036ABH 13117.39501488  .00000392  00000-0  15429-3 0  5237
+2 34818 074.0372 096.1372 0027162 218.6981 293.9096 14.32266780212732
+1 34819U 93036ABJ 13117.35122044  .00001634  00000-0  57239-3 0  8521
+2 34819 074.0286 086.5947 0029189 218.6316 297.7389 14.35669872217690
+1 34820U 93036ABK 13117.61133204  .00004470  00000-0  55807-3 0  8443
+2 34820 073.9956 327.2055 0191003 284.3259 136.1795 14.70602371221434
+1 34821U 93036ABL 13116.73457490  .00011743  00000-0  20074-2 0   532
+2 34821 074.0365 354.9767 0063743 177.3367 217.4940 14.67594851215031
+1 34822U 93036ABM 13116.80040347  .00004824  00000-0  12288-2 0  7324
+2 34822 074.0278 039.9451 0036071 225.7197 165.0252 14.50498730213480
+1 34823U 93036ABN 13117.29310733  .00000709  00000-0  18685-3 0  4983
+2 34823 074.0459 060.0250 0191192 216.4499 298.9845 14.40697355218158
+1 34825U 97051LZ  13116.25262196  .00003204  00000-0  10731-2 0  8575
+2 34825 086.3830 199.0150 0021902 122.8963 290.7189 14.36952335215265
+1 34827U 97051MB  13117.20560689  .00007453  00000-0  22886-2 0  6719
+2 34827 086.3930 198.8273 0013294 085.6690 304.2579 14.41466884215730
+1 34828U 97051MC  13111.06309269  .00037444  00000-0  57501-2 0  6268
+2 34828 086.1513 140.7483 0054488 092.4814 267.9082 14.72383023217934
+1 34831U 97051MF  13116.22460737  .00179269  00000-0  16789-1 0   744
+2 34831 086.3206 190.5414 0047332 082.9104 329.7635 14.92298679212752
+1 34832U 97051MG  13116.21009351  .00014459  00000-0  27597-2 0  9035
+2 34832 086.4150 191.0089 0019456 190.7227 221.8334 14.63761245214635
+1 34833U 97051MH  13116.96486498  .00001041  00000-0  35398-3 0  9446
+2 34833 086.4028 199.9120 0025536 180.0572 238.4648 14.35514288212951
+1 34835U 97051MK  13115.27217147  .00069461  00000-0  93833-2 0  9755
+2 34835 086.4073 200.4101 0020504 079.0707 281.2819 14.78559863216244
+1 34839U 09021A   13117.77441258  .00004443  00000-0  22066-3 0  5002
+2 34839 097.3236 202.4362 0002198 112.8915 043.9260 15.18172634222687
+1 34840U 09021B   13117.82586806  .00013969  00000-0  35713-3 0  2013
+2 34840 097.4924 216.2798 0076938 213.4008 146.2370 15.36505086223427
+1 34845U 93036ABP 13110.57985073  .00000464  00000-0  15624-3 0  2678
+2 34845 074.0288 073.8118 0024804 279.5563 201.7775 14.39664328214134
+1 34846U 93036ABQ 13117.12616282  .00001080  00000-0  41063-3 0  6721
+2 34846 074.0378 102.4848 0034471 218.1415 272.8869 14.31851371211510
+1 34847U 93036ABR 13105.29292487  .00005199  00000-0  65376-3 0  4528
+2 34847 074.0519 297.6747 0146269 150.9180 210.0004 14.74992553218083
+1 34849U 93036ABT 13116.70262883  .00038480  00000-0  46005-2 0  6837
+2 34849 074.0089 355.8394 0041158 160.9003 234.5365 14.83377672215423
+1 34850U 93036ABU 13117.81288964  .00004443  00000-0  12756-2 0  8032
+2 34850 074.0251 062.6473 0073987 221.6983 163.9870 14.43581230214747
+1 34852U 93036ABW 13115.29984035  .00000212  00000-0  84168-4 0  3242
+2 34852 074.0336 087.7534 0017989 237.5987 190.0748 14.34519525213235
+1 34853U 93036ABX 13109.25921546  .00002907  00000-0  69167-3 0  5156
+2 34853 074.0806 048.2571 0077400 208.6280 306.4357 14.52484870214212
+1 34854U 93036ABY 13107.49047317  .00000786  00000-0  17641-3 0  3326
+2 34854 074.0400 011.8231 0093854 217.9821 266.3239 14.55681038215039
+1 34855U 93036ABZ 13117.29724141  .00008083  00000-0  13003-2 0  9245
+2 34855 073.9592 310.1974 0079244 199.1617 216.0443 14.69588437216067
+1 34856U 93036ACA 13115.16852003  .00001565  00000-0  35178-3 0  7243
+2 34856 074.0186 002.5442 0091204 205.2119 300.6525 14.54833175214578
+1 34857U 93036ACB 13117.85194576  .00001051  00000-0  33396-3 0  6212
+2 34857 074.0258 067.9789 0092627 233.3109 156.7055 14.38779287212963
+1 34858U 93036ACC 13116.98227537  .00007088  00000-0  17049-2 0   979
+2 34858 074.0681 057.6982 0097509 217.2557 264.4370 14.50603944213235
+1 34859U 93036ACD 13117.30650029  .00001820  00000-0  57948-3 0  7308
+2 34859 074.0481 072.2765 0008557 240.0420 274.3589 14.40540184212713
+1 34860U 93036ACE 13117.84463411  .00003268  00000-0  10055-2 0  7727
+2 34860 074.0356 072.3878 0039288 218.2380 168.5253 14.41475053212893
+1 34861U 93036ACF 13117.35258285  .00002301  00000-0  79386-3 0  7365
+2 34861 074.0381 088.6179 0033723 219.0763 291.0026 14.36100714212149
+1 34862U 93036ACG 13117.63036647  .00029850  00000-0  35537-2 0  1803
+2 34862 074.0173 313.8461 0073090 144.7135 284.1592 14.82300624216759
+1 34863U 93036ACH 13117.13864167  .00009616  00000-0  15852-2 0  9797
+2 34863 074.0269 343.1547 0114215 159.2871 346.5350 14.66287841214783
+1 34866U 97051ML  13113.61427201  .00013378  00000-0  28790-2 0  5278
+2 34866 086.3444 181.0854 0010533 281.4523 078.5503 14.58384548215176
+1 34867U 97051MM  13108.60858858  .00024186  00000-0  32594-2 0  5342
+2 34867 086.2509 162.2304 0062486 261.0955 251.2661 14.77681948216425
+1 34868U 97051MN  13115.32609240  .00005649  00000-0  19785-2 0  5350
+2 34868 086.5477 240.5591 0166725 267.4777 120.3685 14.27474197212265
+1 34869U 97051MP  13116.76973962  .00005452  00000-0  24419-2 0  6730
+2 34869 086.4619 230.9315 0083662 255.0296 259.9243 14.20553339210038
+1 34870U 97051MQ  13103.21492122  .00002161  00000-0  64366-3 0  5416
+2 34870 086.3285 185.9113 0033891 224.8366 165.7317 14.42380953219011
+1 34873U 93036ACL 13117.45440946  .00005461  00000-0  18978-2 0  6780
+2 34873 074.0200 113.5502 0058781 213.5496 307.6676 14.34741868217489
+1 34874U 93036ACM 13117.46180429  .00000882  00000-0  39487-3 0  4676
+2 34874 074.0436 143.3336 0066351 206.6163 276.7344 14.22855719213441
+1 34875U 93036ACN 13115.85843902  .00000765  00000-0  25565-3 0  5673
+2 34875 074.0496 071.7299 0019411 262.1683 126.5921 14.39072424212421
+1 34877U 93036ACQ 13116.35420895  .00008511  00000-0  95791-3 0  7265
+2 34877 073.9531 248.1071 0143752 154.2673 237.7243 14.79505334220724
+1 34879U 93036ACS 13116.25708586  .00000438  00000-0  51282-3 0  4121
+2 34879 073.9175 209.1060 0565753 021.0181 009.6715 13.17735196200426
+1 34880U 93036ACT 13112.91961668  .00990816  00000-0  88468-2 0  6668
+2 34880 073.8133 189.4755 0012323 340.6245 130.4129 15.65675662220816
+1 34881U 93036ACU 13117.32703251  .00012032  00000-0  91986-3 0  6239
+2 34881 074.0665 235.0987 0141883 054.3121 337.1456 14.94236260218882
+1 34882U 93036ACV 13117.10099007  .00000329  00000-0  78126-4 0  3081
+2 34882 074.0507 350.5856 0091761 220.3282 294.2435 14.55680273216699
+1 34883U 93036ACW 13110.89392146  .00002232  00000-0  12945-2 0  6736
+2 34883 074.1848 274.7402 0166683 306.0903 219.9649 14.02619177212224
+1 34884U 93036ACX 13117.36059719  .00002253  00000-0  75334-3 0  7705
+2 34884 074.0369 080.8423 0023595 219.3267 294.4939 14.37835137209572
+1 34885U 93036ACY 13117.12068529  .00001106  00000-0  38792-3 0  7162
+2 34885 074.0400 084.3370 0021445 223.6124 262.7116 14.36091396210286
+1 34886U 93036ACZ 13115.24730184  .00003132  00000-0  52104-3 0  4270
+2 34886 073.9771 307.1133 0125895 171.4295 312.1987 14.65382866215583
+1 34887U 93036ADA 13108.96138416  .00012162  00000-0  15672-2 0  8930
+2 34887 073.9449 298.5624 0087804 189.9238 293.5801 14.78392505215786
+1 34888U 93036ADB 13115.71057885  .00015012  00000-0  23040-2 0  7431
+2 34888 074.0297 344.5522 0075868 166.2314 228.7213 14.71654830215792
+1 34889U 97051MR  13115.26351215  .00004549  00000-0  14490-2 0  5752
+2 34889 086.3817 197.9801 0020522 119.9141 303.4477 14.39527967215659
+1 34890U 97051MS  13117.20245914  .00004890  00000-0  20894-2 0  7068
+2 34890 086.3147 204.4479 0101442 224.8966 162.8348 14.22093152213359
+1 34891U 97051MT  13103.38420578  .00155035  00000-0  10780-1 0  5646
+2 34891 086.1467 126.3570 0051916 027.5258 332.8707 15.03687084221461
+1 34893U 97051MV  13115.62147007  .00003263  00000-0  11492-2 0  7336
+2 34893 086.1724 170.4881 0061149 180.8667 331.6587 14.33529617217603
+1 34894U 97051MW  13117.62627798  .00131705  00000-0  12132-1 0  7085
+2 34894 086.3130 184.3689 0014936 021.3527 338.8321 14.93955968212465
+1 34895U 97051MX  13112.23704453  .00005368  00000-0  13189-2 0  6204
+2 34895 086.4333 204.5387 0118732 163.7726 225.3680 14.47935279214735
+1 34896U 97051MY  13104.04107503  .00001490  00000-0  42911-3 0  4002
+2 34896 086.3405 186.0679 0039281 218.1303 271.3613 14.43688634212641
+1 34897U 97051MZ  13100.36506055  .00015017  00000-0  42759-2 0  3805
+2 34897 086.4359 212.9085 0026776 155.3634 204.8854 14.44991784211961
+1 34898U 97051NA  13115.17898871  .00002818  00000-0  71377-3 0  4266
+2 34898 086.3435 177.8306 0040033 175.4078 184.7503 14.50098637214601
+1 34899U 97051NB  13117.73333720  .00006551  00000-0  23455-2 0  7666
+2 34899 086.3987 208.0652 0062324 173.1609 342.2089 14.32793215210865
+1 34900U 97051NC  13117.49965296  .00188315  00000-0  12797-1 0  2201
+2 34900 086.3895 190.0040 0029466 295.4767 164.0237 15.05108859214718
+1 34901U 97051ND  13117.44516657  .00097147  00000-0  97444-2 0  2496
+2 34901 086.3727 191.6777 0008565 330.9041 159.1273 14.90806346212402
+1 34907U 93036ADC 13112.35286899  .00003085  00000-0  10851-2 0  4316
+2 34907 074.0284 103.1435 0026718 209.7759 214.4913 14.35113884210881
+1 34908U 93036ADD 13105.20927314  .00000472  00000-0  20224-3 0  4444
+2 34908 074.0613 148.7593 0049298 239.3333 186.5991 14.26983729211400
+1 34909U 93036ADE 13104.68695882  .00000787  00000-0  15668-3 0  3644
+2 34909 074.0202 353.7226 0115689 207.9137 186.1799 14.59765264216086
+1 34910U 93036ADF 13117.07007925  .00000411  00000-0  46134-3 0  4375
+2 34910 073.8769 138.9715 0487885 320.9269 065.0420 13.32250980201849
+1 34911U 93036ADG 13112.12664726  .00000341  00000-0  82437-4 0  4677
+2 34911 074.0451 002.8440 0091141 222.2826 292.4029 14.54722369214692
+1 34912U 93036ADH 13115.15892521  .00002602  00000-0  53855-3 0  6833
+2 34912 074.1740 016.6550 0084075 172.3907 310.7383 14.58586594216997
+1 34913U 93036ADJ 13105.67216618  .00000060  00000-0  30913-4 0  2694
+2 34913 074.0249 107.8616 0022872 255.3030 104.5823 14.33625454211909
+1 34914U 93036ADK 13109.21196622  .00004819  00000-0  98719-3 0  4236
+2 34914 074.0101 046.6451 0200848 017.7149 042.9334 14.49050701213971
+1 34916U 93036ADM 13115.78728831  .00005746  00000-0  13082-2 0  6859
+2 34916 074.0897 043.6563 0132885 337.2795 050.3441 14.50775281219559
+1 34917U 93036ADN 13116.69659984  .00015869  00000-0  24442-2 0  8742
+2 34917 074.0294 343.9847 0071745 165.8703 229.4011 14.71698089221584
+1 34920U 93036ADR 13114.35066623  .00002800  00000-0  95120-3 0  3714
+2 34920 074.0300 094.4786 0027313 214.2779 146.1148 14.36885649213364
+1 34921U 93036ADS 13117.85327773  .00009051  00000-0  23366-2 0  7068
+2 34921 074.0336 062.4435 0044257 201.8844 187.8110 14.49501036213204
+1 34922U 93036ADT 13117.65059934  .00004286  00000-0  64375-3 0  6271
+2 34922 074.1610 329.3302 0138503 107.5829 310.3077 14.68478984216802
+1 34923U 93036ADU 13116.25575825  .00054963  00000-0  26454-2 0  5315
+2 34923 073.9922 211.9571 0067531 081.4614 310.9790 15.16467484219330
+1 34924U 93036ADV 13117.66309096  .00001161  00000-0  35845-3 0  6641
+2 34924 074.0497 063.7920 0078630 223.2941 203.7756 14.40719831210202
+1 34926U 97051NF  13116.19479038  .00001009  00000-0  58499-3 0  6703
+2 34926 086.1713 200.2431 0187239 066.5904 323.7575 13.99385640213099
+1 34927U 97051NG  13116.14599506  .00057703  00000-0  62713-2 0  8518
+2 34927 086.3333 171.2203 0021258 097.8599 321.3913 14.87646863217683
+1 34928U 97051NH  13105.70598502  .00002024  00000-0  53916-3 0  2284
+2 34928 086.4116 195.4835 0035995 244.7058 268.1535 14.47681026213229
+1 34929U 97051NJ  13115.93433094  .00224138  00000-0  14165-1 0  9645
+2 34929 086.4187 191.2724 0016968 232.8719 127.0968 15.07848116214732
+1 34931U 97051NL  13116.43731800  .00009125  00000-0  27488-2 0  9774
+2 34931 086.3559 195.2173 0035352 126.3445 002.3234 14.42098795210780
+1 34941U 09027A   13117.79477382 -.00000355  00000-0  10000-3 0  8570
+2 34941 000.0720 065.4168 0001186 264.6471 280.1362 01.00269664 14515
+1 34942U 09027B   13116.47873944 -.00000058  00000-0  00000+0 0  4693
+2 34942 006.9124 162.8746 3381374 165.3877 347.7168 01.57278277 22642
+1 34943U 09027C   13117.64905872  .00337341 -15464-6  96978-3 0  4653
+2 34943 049.1903 027.1384 5939090 151.0840 306.4083 04.26267167 45509
+1 34944U 93036ADX 13110.23548343  .00000728  00000-0  36494-3 0  3319
+2 34944 073.7668 193.0497 0243436 074.4920 318.9741 14.04085593211460
+1 34945U 93036ADY 13117.48257047  .00014475  00000-0  16658-2 0  8499
+2 34945 073.9254 274.5354 0138310 232.6253 184.0493 14.79041128215910
+1 34946U 93036ADZ 13117.45328900  .00000728  00000-0  20451-3 0  3627
+2 34946 074.0284 032.2628 0065624 227.2384 254.0822 14.46543691213122
+1 34948U 93036AEB 13109.45786594  .00002051  00000-0  73685-3 0  4783
+2 34948 074.0279 114.9146 0034349 217.0452 294.2104 14.34135959210772
+1 34949U 93036AEC 13105.75212022  .00000772  00000-0  16008-3 0  3315
+2 34949 074.0157 356.1031 0103429 221.0934 138.2410 14.58807865214675
+1 34951U 93036AEE 13117.66704645  .00001738  00000-0  39805-3 0  6077
+2 34951 074.0247 002.5068 0081523 206.9664 181.8099 14.54398286214600
+1 34953U 93036AEG 13110.93136948  .00001318  00000-0  36530-3 0  5454
+2 34953 074.1015 064.5989 0088667 214.0217 203.5929 14.45297116211360
+1 34954U 93036AEH 13103.46284475  .00002494  00000-0  86376-3 0  3934
+2 34954 073.9999 114.2058 0036480 249.0472 110.6776 14.35822430210185
+1 34955U 93036AEJ 13112.91512594  .00003110  00000-0  47176-3 0  3099
+2 34955 074.0485 306.1173 0136634 153.8625 266.5737 14.68382165218506
+1 34958U 93036AEM 13117.37878895  .00003937  00000-0  44148-3 0  6441
+2 34958 074.0184 261.2088 0178500 099.2408 293.3652 14.76225285218952
+1 34960U 93036AEP 13116.19960543  .00016932  00000-0  31802-2 0   439
+2 34960 074.0209 021.1395 0024485 200.6170 320.2112 14.64480052211027
+1 34961U 93036AEQ 13115.38377433  .00032977  00000-0  32942-2 0  4011
+2 34961 073.9075 257.1553 0084307 164.8193 195.5548 14.88686060218744
+1 34962U 93036AER 13102.99836712  .00001039  00000-0  36122-3 0  3384
+2 34962 074.0349 104.1915 0022948 267.7941 123.3234 14.36602290211123
+1 34964U 93036AET 13098.00334351  .00001811  00000-0  13073-2 0  3459
+2 34964 073.9862 340.9778 0250564 100.6530 323.5873 13.83433280203997
+1 34965U 93036AEU 13105.32645697  .00000620  00000-0  19823-3 0  3572
+2 34965 074.0536 079.8818 0030035 288.1016 133.4968 14.41489167211588
+1 34966U 93036AEV 13107.46516328  .00005566  00000-0  11688-2 0  4595
+2 34966 073.9872 014.9633 0062648 309.7829 162.9987 14.58623533213532
+1 34967U 93036AEW 13111.48444147  .00001032  00000-0  39530-3 0  2715
+2 34967 073.9976 108.4264 0048765 252.1580 253.4727 14.31253777210036
+1 34968U 93036AEX 13114.67370451  .00000301  00000-0  73643-4 0  3742
+2 34968 074.0421 359.1331 0094582 209.3499 181.8019 14.54404989213865
+1 34970U 93036AEZ 13115.09939099  .00007067  00000-0  15065-2 0  4122
+2 34970 074.0211 012.4066 0066561 207.2851 153.7409 14.57708163215029
+1 34972U 93036AFB 13116.66527000  .00001693  00000-0  54725-3 0  5052
+2 34972 074.0015 069.7790 0063001 239.4063 175.1321 14.38741372209684
+1 34976U 93036AFF 13108.30245582  .00001307  00000-0  35075-3 0  6274
+2 34976 074.0685 055.9152 0076758 226.6558 286.6225 14.47447172210482
+1 34977U 93036AFG 13115.99997454  .00003313  00000-0  11417-2 0  7868
+2 34977 074.0354 101.1462 0068246 234.6250 180.4160 14.35000188208615
+1 34978U 93036AFH 13117.52953797  .00003152  00000-0  72648-3 0   893
+2 34978 074.0338 012.4772 0058972 235.6500 191.0979 14.54692368210729
+1 34979U 93036AFJ 13117.74485721  .00001263  00000-0  32767-3 0  7284
+2 34979 074.0522 028.9174 0083808 206.2332 184.5251 14.48758544210324
+1 34981U 93036AFL 13116.77143675  .00035577  00000-0  13218-2 0  5808
+2 34981 073.9293 147.4258 0124267 024.8309 098.0650 15.20339425226618
+1 34982U 97051NN  13115.24899313  .00010767  00000-0  22993-2 0  7736
+2 34982 086.4197 190.8646 0037239 208.8514 212.6001 14.58331692212367
+1 34983U 97051NP  13089.10943494  .00007891  00000-0  29010-2 0  2772
+2 34983 086.3744 217.7930 0061043 253.6490 231.7416 14.31535248206315
+1 34985U 97051NR  13115.70319499  .00000813  00000-0  30053-3 0  6762
+2 34985 086.3781 200.2571 0026710 164.5257 348.3028 14.31041485210403
+1 34986U 97051NS  13117.46267716  .00003238  00000-0  11638-2 0  8507
+2 34986 086.3946 205.2461 0047710 151.9416 335.5907 14.32913774209985
+1 34987U 97051NT  13117.63847310  .00004727  00000-0  12758-2 0  6833
+2 34987 086.3536 184.1421 0011222 211.2440 301.0735 14.47674931219611
+1 34989U 93036AFM 13117.78695300  .00002054  00000-0  59672-3 0  1181
+2 34989 074.0303 048.6562 0036572 241.4381 151.5270 14.44579963208563
+1 34991U 93036AFP 13111.28214100  .00003765  00000-0  11095-2 0  2815
+2 34991 074.0524 072.5332 0021544 252.6673 167.3443 14.43826806211362
+1 34992U 93036AFQ 13098.13046159  .00027148  00000-0  22461-2 0  4868
+2 34992 073.8545 238.2474 0148054 182.8702 301.4088 14.90567937217422
+1 34993U 93036AFR 13115.99620731  .00006279  00000-0  21885-2 0  5779
+2 34993 074.0266 117.3961 0064175 223.5543 166.0381 14.34376506211097
+1 34994U 93036AFS 13116.68968984  .00034029  00000-0  92144-3 0  4211
+2 34994 073.9066 107.0082 0150168 023.5662 337.8343 15.26824591222117
+1 34995U 93036AFT 13099.62081205  .00006039  00000-0  18823-2 0  2228
+2 34995 073.8441 083.9838 0064365 152.7869 207.6683 14.39889231208617
+1 34997U 93036AFV 13089.63736264  .00000958  00000-0  40985-3 0  1916
+2 34997 073.8906 176.1559 0131573 008.7697 059.7445 14.21756401206146
+1 34998U 93036AFW 13115.89198106  .00000942  00000-0  32360-3 0  3296
+2 34998 074.0143 075.4123 0025634 246.1311 143.2356 14.37295389210237
+1 34999U 93036AFX 13116.27368339  .00007126  00000-0  17235-2 0  9185
+2 34999 074.0236 040.5280 0034278 224.0554 281.3071 14.52873022211395
+1 35000U 93036AFY 13117.22596589  .00002136  00000-0  56484-3 0  5008
+2 35000 074.0554 041.8902 0092771 208.2542 306.4829 14.46930082210853
+1 35008U 09029A   13117.35297352 -.00000012  00000-0  10000-3 0  5618
+2 35008 064.7487 264.3900 7089808 282.9116 043.8293 02.24465525 32130
+1 35009U 09029B   13115.51524502  .00000089  00000-0  17117-2 0   337
+2 35009 064.6282 249.5788 7041871 282.4864 012.6696 02.34547185 32972
+1 35012U 93036AFZ 13116.81658627  .00000215  00000-0  71188-4 0  4089
+2 35012 074.0267 049.0522 0086132 228.9994 161.8709 14.41944922210403
+1 35014U 93036AGB 13099.38867443  .00002859  00000-0  92631-3 0  2709
+2 35014 074.0127 101.2671 0017995 278.4466 081.4648 14.39356216210466
+1 35015U 93036AGC 13110.97195183  .00000971  00000-0  36935-3 0  2487
+2 35015 073.9549 110.4029 0097610 282.2395 109.4581 14.29716066210300
+1 35016U 93036AGD 13116.95326484  .00000547  00000-0  21370-3 0  3209
+2 35016 073.9333 100.9214 0126979 285.0437 104.4057 14.27740914208432
+1 35018U 93036AGF 13115.31191770  .00000843  00000-0  77484-3 0  5453
+2 35018 073.9867 063.9520 0378989 189.1380 325.9284 13.56177723205022
+1 35019U 93036AGG 13108.94004544  .00004296  00000-0  11503-2 0  5733
+2 35019 074.0233 062.8662 0042077 240.8391 185.6529 14.48017413211290
+1 35020U 93036AGH 13104.52697784  .00000297  00000-0  68180-4 0  3223
+2 35020 074.0546 006.6880 0099925 231.6640 253.7995 14.57277192213384
+1 35021U 93036AGJ 13117.74139746  .00015796  00000-0  17135-2 0  3931
+2 35021 073.9498 251.1634 0119226 156.9167 203.7433 14.83033403217608
+1 35023U 93036AGL 13116.14263655  .00001677  00000-0  41891-3 0  6891
+2 35023 074.0559 024.6063 0075975 209.7262 273.2610 14.50639831209133
+1 35024U 93036AGM 13112.00481575  .00100538  00000-0  69205-2 0  3729
+2 35024 074.0660 307.8479 0054584 130.9121 014.0870 15.04147375213261
+1 35025U 93036AGN 13102.44490604  .00001125  00000-0  23090-3 0  3916
+2 35025 073.9420 350.7090 0108338 239.7638 245.7640 14.58353007210284
+1 35026U 93036AGP 13106.47210767  .00000064  00000-0  22586-4 0  3106
+2 35026 074.0494 027.7698 0087215 233.6669 248.2225 14.51515326211421
+1 35028U 93036AGR 13117.36382961  .00000153  00000-0  41945-4 0  3103
+2 35028 074.0411 356.8675 0088014 215.1105 268.4395 14.53567659213007
+1 35031U 93036AGU 13089.83187593  .00000252  00000-0  97999-4 0  2896
+2 35031 074.0394 135.3392 0021247 286.6230 190.2187 14.34656227206893
+1 35032U 93036AGV 13104.89352153  .00001465  00000-0  47246-3 0  4637
+2 35032 073.8576 069.9387 0091593 118.5364 271.6586 14.37751030209128
+1 35033U 93036AGW 13089.46038286  .00000907  00000-0  31758-3 0  1831
+2 35033 074.0324 131.0849 0019730 287.1717 136.6946 14.36444155206971
+1 35034U 93036AGX 13105.01714975  .00006768  00000-0  10380-2 0  2365
+2 35034 073.9993 334.3574 0087039 192.4519 167.9211 14.71253042212397
+1 35035U 93036AGY 13104.27894089  .00026682  00000-0  26163-2 0  2901
+2 35035 074.0519 304.6043 0094961 137.8894 225.1315 14.88757126213917
+1 35036U 93036AGZ 13089.71680854  .00005966  00000-0  24488-2 0   960
+2 35036 074.0749 230.0672 0108135 310.7742 048.7503 14.24118514205366
+1 35037U 93036AHA 13091.64446917  .00003441  00000-0  90252-3 0  3801
+2 35037 074.0089 075.0481 0055081 287.8172 193.7755 14.48716380208466
+1 35038U 93036AHB 13110.81718403  .00000764  00000-0  44203-3 0  4042
+2 35038 074.0876 244.1007 0158130 299.8892 213.9278 14.04542163205375
+1 35039U 93036AHC 13111.98606002  .00005404  00000-0  16431-2 0  4815
+2 35039 074.0335 088.0117 0047493 229.5021 187.5440 14.41672479209451
+1 35042U 93036AHF 13100.26526100  .00009029  00000-0  20015-2 0  3884
+2 35042 074.0270 039.0695 0049784 291.7209 067.8659 14.56470134209984
+1 35043U 93036AHG 13100.80337514  .00003485  00000-0  14534-2 0  4974
+2 35043 073.9870 218.5470 0239294 022.6266 119.9493 14.12314667203456
+1 35044U 93036AHH 13115.84662676  .00035563  00000-0  30729-2 0  5624
+2 35044 074.0254 261.1463 0099593 102.9719 046.5873 14.93243530215125
+1 35045U 93036AHJ 13101.80259007  .00000720  00000-0  48257-3 0  3098
+2 35045 073.7219 247.5464 0196785 099.5829 323.0429 13.93611573201294
+1 35046U 93036AHK 13094.76499252  .00066983  00000-0  22609-2 0  3964
+2 35046 073.9735 211.6723 0093471 074.8277 078.1684 15.26202031214558
+1 35047U 93036AHL 13115.14629561  .00006960  00000-0  14824-2 0  7692
+2 35047 074.0185 018.0080 0065499 202.7729 283.0507 14.57799153210891
+1 35048U 97051NU  13116.14908010  .00008971  00000-0  21311-2 0  6393
+2 35048 086.3642 183.9014 0017327 241.7034 147.6898 14.53736059212188
+1 35049U 97051NV  13116.66556697  .00002956  00000-0  88763-3 0  6988
+2 35049 086.3820 192.3732 0002803 297.9221 215.6224 14.42442114210712
+1 35050U 97051NW  13116.45764046  .00004787  00000-0  14104-2 0  7506
+2 35050 086.3289 185.5730 0023641 167.7415 249.6548 14.43315709210353
+1 35051U 97051NX  13107.72043514  .00000799  00000-0  27833-3 0  4215
+2 35051 086.3331 192.3903 0012474 137.2583 348.4841 14.34116834206201
+1 35052U 97051NY  13110.19169109  .00000325  00000-0  10877-3 0  4776
+2 35052 086.3371 190.9437 0013807 065.9672 323.7395 14.34214831212325
+1 35053U 97051NZ  13109.20818440  .00205764  00000-0  69309-2 0  2108
+2 35053 086.5488 198.0505 0073786 283.1387 075.9732 15.27355932218936
+1 35054U 97051PA  13115.68449829  .00006093  00000-0  19735-2 0  3810
+2 35054 086.3620 196.0654 0030611 143.5238 008.4376 14.38604538212591
+1 35055U 97051PB  13117.60505882  .03956679  00000-0  32876-1 0  7481
+2 35055 086.2611 156.7767 0026911 241.6420 249.4499 15.66099422210694
+1 35058U 93036AHM 13117.63973152  .00006143  00000-0  10257-2 0  6753
+2 35058 074.0195 329.7337 0126230 157.0744 260.1596 14.64934055214158
+1 35059U 93036AHN 13115.86132036  .00004983  00000-0  14478-2 0  6024
+2 35059 074.0032 061.9983 0040652 228.8782 160.7526 14.44075558210755
+1 35060U 93036AHP 13105.05592146  .00000505  00000-0  18705-3 0  3197
+2 35060 074.0392 108.8271 0021518 251.4640 143.5547 14.34694006208700
+1 35061U 93036AHQ 13105.84638005  .00001115  00000-0  29668-3 0  3996
+2 35061 074.0536 048.9203 0057054 260.0843 129.2246 14.48805322214338
+1 35062U 93036AHR 13093.29078252  .00001126  00000-0  67069-3 0  3779
+2 35062 074.1033 289.0123 0163976 002.9630 357.1998 14.01957244202534
+1 35063U 93036AHS 13109.30221970  .00008257  00000-0  85448-3 0  4096
+2 35063 074.0155 310.7391 0157599 243.3892 233.7740 14.81393970214381
+1 35065U 93036AHU 13096.45168845  .00000855  00000-0  30093-3 0  2832
+2 35065 074.0233 116.0938 0023966 280.2424 143.1843 14.36257780207653
+1 35066U 93036AHV 13099.86859317  .00008595  00000-0  21595-2 0  2893
+2 35066 074.0257 061.4462 0040388 286.0882 103.5783 14.50898573209667
+1 35067U 93036AHW 13097.20679260  .00005120  00000-0  13243-2 0  3991
+2 35067 073.7607 031.7674 0088123 096.9554 324.8893 14.47834736207644
+1 35068U 93036AHX 13116.63142212  .00013985  00000-0  21116-2 0  7948
+2 35068 074.0321 341.3629 0076216 162.1710 233.0170 14.72350702209625
+1 35071U 93036AJA 13091.40893382  .00001657  00000-0  26107-3 0  2595
+2 35071 073.9488 333.4023 0130333 238.6417 237.8560 14.67851575212071
+1 35073U 93036AJC 13105.59659582  .00001865  00000-0  57801-3 0  2748
+2 35073 074.0272 086.6797 0049065 254.5729 221.1884 14.41192371211107
+1 35074U 93036AJD 13116.87524168  .00036278  00000-0  38376-2 0  4960
+2 35074 073.9708 289.5097 0073337 152.4078 271.8037 14.87023915214291
+1 35075U 93036AJE 13100.78977091  .00018121  00000-0  32199-2 0  2761
+2 35075 074.0235 024.6343 0069774 316.4828 070.1091 14.65544195210982
+1 35077U 97051PC  13103.59533315  .00017632  00000-0  54228-2 0  1811
+2 35077 086.2934 188.4871 0021495 182.9209 240.9891 14.41306729207958
+1 35078U 97051PD  13105.72021765  .00014828  00000-0  46024-2 0  1505
+2 35078 086.4084 208.8954 0039348 144.4834 217.5301 14.40552261206272
+1 35080U 97051PF  13116.29989713  .00002184  00000-0  12869-2 0  5111
+2 35080 086.2499 215.2091 0196684 067.2769 348.9574 13.98284200207250
+1 35089U 99025DJR 13098.05207289  .00000638  00000-0  37331-3 0  2602
+2 35089 098.9844 133.6860 0029740 316.5242 043.3584 14.11813800248076
+1 35090U 99025DJS 13115.80304918  .00000852  00000-0  59922-3 0  3311
+2 35090 098.9449 058.3811 0072184 262.6276 096.6681 13.99637811235881
+1 35091U 99025DJT 13110.99340111  .00001900  00000-0  85773-3 0  3130
+2 35091 098.8823 126.2395 0089548 183.0092 208.4832 14.21214182238807
+1 35094U 99025DJW 13088.47053421  .00005484  00000-0  18627-2 0  2475
+2 35094 097.7836 166.9300 0262077 114.2479 312.8518 14.19360923295833
+1 35095U 99025DJX 13114.89549086  .00002627  00000-0  64628-3 0  2164
+2 35095 098.7050 135.2096 0256662 148.7386 210.5579 14.35095370250084
+1 35096U 99025DJY 13101.65583005  .00011806  00000-0  21026-2 0   727
+2 35096 097.7205 253.7835 0169838 280.8699 077.7385 14.58186375264125
+1 35097U 99025DJZ 13101.48523235  .00002787  00000-0  44386-3 0  2789
+2 35097 098.6027 196.8494 0245968 321.3319 036.1372 14.54719969265184
+1 35099U 99025DKB 13089.76375838  .00003668  00000-0  46114-3 0  1038
+2 35099 098.3740 080.6478 0245495 225.7833 128.4678 14.63765031264803
+1 35102U 99025DKE 13106.99919882  .00000406  00000-0  20264-3 0  2093
+2 35102 098.8433 115.5145 0076634 181.8483 212.3882 14.20758640247500
+1 35104U 99025DKG 13092.32241765  .00000663  00000-0  36919-3 0  2835
+2 35104 098.9509 103.2180 0034890 081.4325 346.7082 14.14171724243402
+1 35105U 99025DKH 13095.30317052  .00000761  00000-0  24931-3 0  2100
+2 35105 098.8247 195.4089 0127985 093.9561 300.6133 14.36871180277994
+1 35109U 99025DKM 13117.01846788  .00000192  00000-0  10482-3 0  2025
+2 35109 098.8817 142.2505 0158914 342.3870 045.9764 14.16903262231583
+1 35110U 99025DKN 13089.79111740  .00002030  00000-0  72151-3 0   407
+2 35110 096.6500 286.2155 0151931 301.6133 057.1479 14.28862771271957
+1 35114U 99025DKS 13093.32221377  .00006807  00000-0  60003-3 0  1885
+2 35114 097.5072 285.8029 0288224 353.2222 130.0169 14.69903502286347
+1 35116U 99025DKU 13097.92336177  .00000632  00000-0  36605-3 0  1704
+2 35116 099.0029 098.1132 0071091 297.0020 093.8247 14.11336018240938
+1 35118U 99025DKW 13097.13360762  .00005186  00000-0  94008-3 0  2280
+2 35118 097.9230 340.0094 0220256 212.0939 303.5712 14.52138489284519
+1 35119U 99025DKX 13103.98093388  .00006377  00000-0  19862-2 0  2130
+2 35119 099.9760 102.5121 0076466 345.3699 048.0474 14.39662117278230
+1 35121U 99025DKZ 13105.74741095  .00000037  00000-0  44464-4 0  1363
+2 35121 098.2680 294.0496 0161819 241.0358 117.5483 14.02126854267333
+1 35122U 99025DLA 13096.93441530  .00000430  00000-0  26802-3 0  2414
+2 35122 099.0106 094.2727 0025765 296.8469 063.0139 14.10138664228323
+1 35123U 99025DLB 13088.12005866  .00000534  00000-0  29617-3 0  1843
+2 35123 099.0189 153.0292 0057702 340.7643 019.1755 14.14757301236105
+1 35130U 99025DLJ 13109.91821626  .00002433  00000-0  15222-2 0  2311
+2 35130 099.1214 114.6159 0056436 346.2405 131.4033 14.04833774294950
+1 35135U 99025DLP 13115.53112396  .00000309  00000-0  17425-3 0  2608
+2 35135 098.9313 125.2395 0089151 203.0400 319.3537 14.15627605225223
+1 35136U 99025DLQ 13089.83810327  .00001937  00000-0  86722-3 0  1716
+2 35136 098.8823 100.0315 0084212 236.8036 122.2468 14.21900079219306
+1 35137U 99025DLR 13092.89892225  .00004496  00000-0  19773-2 0  2854
+2 35137 099.1900 108.7124 0291907 118.1384 008.5780 14.03682611253264
+1 35138U 99025DLS 13088.15855475  .00026785  00000-0  50070-2 0  2024
+2 35138 098.8942 204.9477 0075267 118.5323 001.9517 14.63016160262859
+1 35139U 99025DLT 13108.89961556  .00000370  00000-0  20654-3 0  2306
+2 35139 098.9244 119.1662 0073305 222.7923 264.6730 14.15684757259316
+1 35140U 99025DLU 13101.11263312  .00000325  00000-0  11745-3 0  2638
+2 35140 098.8785 156.6971 0303114 030.9556 002.3100 14.17736443219890
+1 35142U 99025DLW 13098.56118203  .00000174  00000-0  17305-3 0  2979
+2 35142 099.3249 119.0508 0111405 135.5353 016.9857 13.88525366215252
+1 35146U 99025DMA 13094.12349164  .00004260  00000-0  96672-3 0  2876
+2 35146 098.0042 299.2691 0315269 350.0418 155.1714 14.30167639272341
+1 35147U 99025DMB 13111.50579660  .00002035  00000-0  81300-3 0  2123
+2 35147 099.5318 329.3932 0055839 302.8292 056.7517 14.28882226272908
+1 35152U 99025DMG 13088.41351946  .00000597  00000-0  63016-3 0  2087
+2 35152 099.7168 152.9933 0205448 123.7309 302.1378 13.69933447268614
+1 35153U 99025DMH 13104.31269666  .00001233  00000-0  21559-3 0  3549
+2 35153 098.9783 278.4717 0217175 225.2074 133.7736 14.55878334297134
+1 35154U 99025DMJ 13100.60621763  .00000547  00000-0  27021-3 0  2285
+2 35154 099.4513 243.4065 0192255 017.9487 038.0114 14.12656513279194
+1 35155U 99025DMK 13092.12718160  .00000799  00000-0  47009-3 0  2514
+2 35155 099.0118 139.4457 0023340 336.5343 057.2174 14.10863383275749
+1 35159U 99025DMP 13111.37713860  .00002017  00000-0  10747-2 0  3748
+2 35159 098.7996 069.2617 0013815 184.3763 330.5414 14.14431083260023
+1 35161U 99025DMR 13088.72275642  .00003593  00000-0  73903-3 0  2220
+2 35161 099.5540 046.5033 0150752 129.5927 351.0571 14.54400151283163
+1 35162U 99025DMS 13117.79973241  .00003386  00000-0  13256-2 0  1628
+2 35162 096.7294 308.2479 0141841 322.2297 090.7939 14.24559296287275
+1 35163U 99025DMT 13106.32058579  .00001294  00000-0  34187-3 0  1447
+2 35163 099.1525 282.8156 0136021 047.7668 313.4968 14.45471748267390
+1 35165U 99025DMV 13104.89643647  .00002170  00000-0  12928-2 0  2628
+2 35165 098.9951 085.6269 0029619 247.2983 142.3840 14.08177270243098
+1 35167U 99025DMX 13105.04533194  .00000704  00000-0  25350-3 0  2437
+2 35167 098.8467 140.7165 0260923 350.7340 008.9071 14.19810340240589
+1 35168U 99025DMY 13116.33808299  .00000129  00000-0  84796-4 0  2221
+2 35168 098.1774 309.5127 0135059 117.1188 004.3418 14.10888414301012
+1 35169U 99025DMZ 13088.72098561  .00002447  00000-0  62687-3 0  2674
+2 35169 099.1905 258.3975 0198564 209.5982 218.8531 14.40266178253968
+1 35170U 99025DNA 13104.52711224  .00001555  00000-0  10926-2 0  1666
+2 35170 099.8798 279.4542 0115034 235.2216 124.9871 13.96817954256802
+1 35171U 99025DNB 13109.21143336  .00000949  00000-0  87327-3 0  2781
+2 35171 099.0918 023.4528 0160592 177.6918 182.7878 13.79508442246063
+1 35174U 99025DNE 13113.44295002  .00006307  00000-0  13475-2 0  2812
+2 35174 099.0152 171.3273 0426694 105.5892 317.3395 14.14975694238658
+1 35176U 99025DNG 13108.61397138  .00000282  00000-0  17494-3 0  1574
+2 35176 098.9699 156.2895 0055568 286.0033 226.4854 14.12460052261321
+1 35177U 99025DNH 13088.90060088  .00001078  00000-0  61741-3 0  1236
+2 35177 099.0324 136.2220 0044895 358.0812 002.0179 14.11160640284372
+1 35180U 99025DNL 13089.54786782  .00004633  00000-0  28144-2 0  2169
+2 35180 099.7504 350.8227 0660925 029.1096 081.9739 13.31820269263312
+1 35183U 99025DNP 13110.19035889  .00001823  00000-0  47038-3 0  2659
+2 35183 098.8362 226.9992 0122041 005.1018 117.8512 14.46976187267320
+1 35186U 99025DNS 13089.84958600  .00001045  00000-0  46607-3 0  1650
+2 35186 099.6177 312.5179 0066335 025.0522 037.4503 14.24085672272845
+1 35188U 99025DNU 13116.24586482  .00017084  00000-0  25214-2 0  2507
+2 35188 098.9920 286.5316 0121898 252.2641 124.4543 14.70381771277813
+1 35190U 99025DNW 13109.65577152  .00002817  00000-0  10667-2 0  2437
+2 35190 098.6417 065.1507 0136014 086.6793 276.8720 14.26953927269000
+1 35191U 99025DNX 13088.34519771  .00000220  00000-0  20785-3 0  2533
+2 35191 099.3068 123.3819 0105028 197.1225 229.5824 13.89350584235914
+1 35192U 99025DNY 13115.52170501  .00008201  00000-0  23576-2 0  1872
+2 35192 099.1232 206.6707 0305881 071.2586 292.2003 14.20916808284551
+1 35196U 99025DPC 13100.58500119  .00001840  00000-0  83688-3 0  2973
+2 35196 099.0365 142.3004 0244051 178.7788 335.5675 14.08433684238776
+1 35199U 99025DPF 13117.65708456  .00000906  00000-0  77383-3 0  1433
+2 35199 098.4362 267.4713 0130182 000.2532 061.7624 13.85589942280985
+1 35200U 99025DPG 13116.25893186  .00000076  00000-0  13876-3 0  3152
+2 35200 098.9242 220.5928 0360147 129.2918 292.3246 13.39817759264156
+1 35201U 99025DPH 13116.95459012  .00000191  00000-0  13456-3 0  3305
+2 35201 099.0124 117.8373 0005856 301.2625 088.6848 14.09664590220045
+1 35202U 99025DPJ 13116.40810159  .00000645  00000-0  97098-3 0  3475
+2 35202 100.2585 099.6087 0389808 120.4589 243.5639 13.29782656244291
+1 35203U 99025DPK 13092.03442250  .00002607  00000-0  36670-2 0  1949
+2 35203 102.0517 038.6255 0543324 018.5174 040.3218 13.10293957266931
+1 35204U 99025DPL 13112.08978222  .00001871  00000-0  10007-2 0  3503
+2 35204 099.0284 159.4543 0062748 283.6607 075.7479 14.13422365253682
+1 35205U 99025DPM 13090.41600287  .00002939  00000-0  18672-2 0  3725
+2 35205 098.9220 046.4026 0079161 317.5778 169.5517 14.03030694269057
+1 35206U 99025DPN 13110.90896284  .00045318  00000-0  27155-2 0  2573
+2 35206 098.9358 345.7182 0109002 103.1722 240.8394 15.05904458264304
+1 35207U 99025DPP 13114.83880309  .00001960  00000-0  86739-3 0  2615
+2 35207 098.7456 078.4748 0084703 125.7193 235.4401 14.22395209255981
+1 35209U 99025DPR 13102.27608206  .00019268  00000-0  70136-3 0  2698
+2 35209 098.1889 160.0526 0229192 212.2805 144.1957 15.07001913297353
+1 35210U 99025DPS 13111.31528148  .00001702  00000-0  11530-2 0  5195
+2 35210 098.9198 047.9819 0073091 274.7031 241.5664 14.00328034251640
+1 35211U 99025DPT 13116.95631954  .00001278  00000-0  93521-3 0  3345
+2 35211 098.3956 284.1689 0148987 216.8043 300.6110 13.92383693251773
+1 35213U 99025DPV 13105.11374325  .00004163  00000-0  67486-3 0  3784
+2 35213 098.5134 165.8080 0245771 323.3342 064.7538 14.53689891243758
+1 35214U 99025DPW 13112.97747807  .00005076  00000-0  13233-2 0  2587
+2 35214 098.6253 116.9796 0141049 306.0013 085.9541 14.44179611291250
+1 35215U 99025DPX 13089.82318453  .00015473  00000-0  36057-2 0  1474
+2 35215 099.0269 100.7778 0345419 349.8088 009.6207 14.24214491276392
+1 35216U 99025DPY 13100.30518240  .00108651  00000-0  31337-2 0  1789
+2 35216 098.9263 040.8431 0094391 330.8687 027.8953 15.30901884250412
+1 35217U 99025DPZ 13089.37023356  .00000910  00000-0  12114-2 0  2504
+2 35217 101.8780 143.7010 0335399 076.6114 345.0509 13.43082179269391
+1 35219U 99025DQB 13089.14758873  .00004289  00000-0  12985-2 0  2969
+2 35219 099.1102 219.4061 0141733 311.9682 046.9497 14.37235361302836
+1 35220U 99025DQC 13109.31392951  .00001472  00000-0  95908-3 0  1624
+2 35220 098.9839 065.0952 0055367 306.7939 052.8154 14.03246295228047
+1 35221U 99025DQD 13114.65728798  .00002298  00000-0  11410-2 0  3028
+2 35221 098.4702 009.4533 0075285 139.3782 221.1974 14.16564713255195
+1 35222U 99025DQE 13115.14182912  .00005031  00000-0  58094-3 0  3642
+2 35222 098.9770 339.9388 0215714 140.5563 350.9944 14.70787087283762
+1 35223U 99025DQF 13115.49324170  .00001986  00000-0  32321-3 0  2936
+2 35223 099.0067 313.2501 0202746 204.5326 154.6121 14.59687017262363
+1 35226U 99025DQJ 13115.83324214  .00006105  00000-0  16317-2 0  5584
+2 35226 098.9837 243.6550 0096080 084.5546 066.3594 14.45983181329320
+1 35227U 99025DQK 13096.83488115  .00005584  00000-0  15185-2 0  3180
+2 35227 098.8941 212.7912 0109393 107.7464 037.5805 14.44406491278583
+1 35231U 99025DQP 13107.72075220 -.00000081  00000-0 -19123-4 0  2529
+2 35231 098.9020 079.1140 0036511 220.5808 139.2642 14.14212214262411
+1 35233U 99025DQR 13110.48006454  .00001784  00000-0  95102-3 0  3453
+2 35233 098.9762 107.7049 0058145 243.5953 267.2713 14.13815973260278
+1 35234U 99025DQS 13089.27039444  .00002515  00000-0  70944-3 0  3103
+2 35234 098.5888 119.4779 0152664 022.7305 040.7898 14.40011736271795
+1 35235U 99025DQT 13110.26442278  .00005479  00000-0  11921-2 0  3607
+2 35235 099.4524 030.1180 0122159 119.3822 030.8415 14.53901452276642
+1 35236U 99025DQU 13105.11752324  .00000905  00000-0  32721-3 0  2444
+2 35236 098.8062 189.0508 0103257 157.5519 318.9730 14.33071157316751
+1 35237U 99025DQV 13101.17613850  .00007521  00000-0  24490-2 0  3385
+2 35237 099.6063 355.6317 0105629 014.6017 140.1181 14.35905192301062
+1 35238U 99025DQW 13101.53069307  .00025743  00000-0  22776-2 0  1736
+2 35238 099.0066 350.1442 0145058 148.7506 340.2021 14.88477901278037
+1 35239U 99025DQX 13110.23308576  .00001252  00000-0  13807-2 0  2856
+2 35239 099.4161 032.7101 0248777 045.5246 316.7170 13.61360212227369
+1 35241U 99025DQZ 13117.48760080  .00001001  00000-0  81185-3 0  3268
+2 35241 098.5683 311.2399 0161729 331.4265 027.8100 13.86336374236221
+1 35242U 99025DRA 13104.89010222  .00000561  00000-0  76911-3 0  2525
+2 35242 099.9534 079.7179 0328569 336.5741 050.6186 13.43230774245022
+1 35243U 99025DRB 13110.22845225  .00002104  00000-0  63198-3 0  3146
+2 35243 098.8536 209.0148 0149111 147.7375 244.9663 14.37550225239869
+1 35244U 99025DRC 13108.45649391  .00000560  00000-0  40244-3 0  2820
+2 35244 099.1713 102.3865 0066843 357.2852 157.7691 14.00165754234754
+1 35245U 99025DRD 13102.47680900  .00001260  00000-0  93413-3 0  3856
+2 35245 099.1933 085.1636 0085322 061.4604 083.5452 13.95329782233144
+1 35248U 07055C   13116.72722874  .00002186  00000-0  44453-3 0  5536
+2 35248 098.0252 037.2470 0178961 148.3899 243.4188 14.52408850286347
+1 35249U 07055D   13115.97871867  .00000914  00000-0  26916-3 0  4327
+2 35249 097.7866 300.8012 0266655 012.7169 142.0015 14.27109977281504
+1 35251U 07055F   13110.55813725  .00001131  00000-0  30024-3 0  5124
+2 35251 097.8150 329.0583 0220099 299.7791 087.5725 14.37111515282818
+1 35252U 07055G   13114.96544715  .00009629  00000-0  87394-3 0  5553
+2 35252 097.8570 117.4546 0010067 097.9379 292.3530 14.95469181292635
+1 35253U 79095U   13116.82230189  .00003246  00000-0  12846-2 0  3872
+2 35253 081.1938 126.2606 0024893 121.9735 357.3536 14.28585510473967
+1 35254U 79095V   13102.82323130  .00002051  00000-0  79262-3 0  2639
+2 35254 081.2096 119.8743 0006100 113.0893 246.8299 14.29864500491746
+1 35255U 79095W   13107.68871392  .00002823  00000-0  15452-2 0  2791
+2 35255 081.2113 221.4514 0015614 151.8606 271.9173 14.11625931268932
+1 35256U 79095X   13110.61097498  .00001914  00000-0  10519-2 0  2346
+2 35256 081.1990 217.5039 0008441 102.8273 319.0279 14.11343904269747
+1 35258U 91050M   13117.15674580  .00004528  00000-0  12999-2 0  7918
+2 35258 098.2143 091.6044 0030928 131.0103 358.3549 14.45060143240132
+1 35259U 91050N   13116.48355094  .00001398  00000-0  43531-3 0  6873
+2 35259 098.1793 101.8567 0022551 095.3592 050.5445 14.42232024480143
+1 35260U 91050P   13116.63956094  .00001321  00000-0  42845-3 0  6726
+2 35260 098.2217 096.4694 0030384 115.7735 296.8094 14.40209617401739
+1 35261U 91050Q   13116.89902201  .00005573  00000-0  15825-2 0  7592
+2 35261 098.2136 091.9445 0032208 129.3737 264.5466 14.45472716242425
+1 35262U 91050R   13117.00425366  .00001344  00000-0  39340-3 0  6993
+2 35262 098.0828 128.3977 0021792 057.4769 331.3120 14.45279991142956
+1 35264U 94074M   13090.88616646  .00116059  00000-0  27419-2 0  3331
+2 35264 098.0213 104.6009 0002395 125.4825 005.2863 15.41393719239653
+1 35268U 04035L   13111.29120117  .00004440  00000-0  38425-3 0  2558
+2 35268 097.8255 113.8965 0004900 142.7323 273.6031 14.97670395292129
+1 35269U 04035M   13117.06440677  .00002527  00000-0  47955-3 0  5113
+2 35269 097.7845 325.4902 0178058 124.7899 028.2165 14.55318325452711
+1 35270U 04035N   13110.33554282  .00002509  00000-0  54920-3 0  5149
+2 35270 097.7875 250.7487 0207323 256.4199 131.9994 14.46070236448665
+1 35271U 05024K   13114.89511118  .00002949  00000-0  19648-3 0  5129
+2 35271 097.7176 131.1274 0015545 031.5267 090.8551 15.07806641375078
+1 35272U 05024L   13109.89710396  .00002646  00000-0  17492-3 0  2792
+2 35272 097.7092 127.1358 0016506 045.7118 079.3436 15.08178353408236
+1 35273U 05024M   13104.92012741  .00001974  00000-0  12942-3 0  3891
+2 35273 097.7092 121.5777 0018201 055.7235 056.6398 15.08765153448537
+1 35274U 08056D   13105.89125751  .00000899  00000-0  51779-3 0  4496
+2 35274 098.8247 087.3276 0173271 359.0348 030.0134 14.04394584221881
+1 35275U 08056E   13101.43741162  .00000807  00000-0  34706-3 0  4235
+2 35275 098.5810 082.8077 0144234 233.4349 283.8485 14.21912169223789
+1 35276U 93059K   13117.81036408  .00006546  00000-0  24326-2 0  5886
+2 35276 070.9797 165.2131 0029699 196.6554 163.3605 14.32207551 14991
+1 35277U 93059L   13117.48174809  .00016224  00000-0  48035-2 0  2815
+2 35277 070.9800 151.0402 0045255 274.4339 201.3816 14.42824580 15393
+1 35278U 93036AJG 13117.45624598  .00003130  00000-0  11310-2 0  6501
+2 35278 074.0569 118.9774 0087273 239.6405 275.5068 14.31833358209475
+1 35279U 93036AJH 13115.16240604  .00005030  00000-0  11932-2 0  4116
+2 35279 074.0153 022.9151 0052755 230.7200 201.7513 14.53382439209020
+1 35280U 93036AJJ 13114.72792024  .00002528  00000-0  89386-3 0  3798
+2 35280 074.0356 107.2797 0076150 243.6240 228.7687 14.33539069208281
+1 35281U 93036AJK 13108.30954725  .00002245  00000-0  68352-3 0  4397
+2 35281 074.0002 076.8136 0022112 056.3792 010.4377 14.42484551208555
+1 35282U 93036AJL 13115.02335336  .00003242  00000-0  10104-2 0  6072
+2 35282 074.0920 103.8641 0125281 231.8107 185.2181 14.36865649208714
+1 35283U 93036AJM 13112.39177539  .00008054  00000-0  22995-2 0  6256
+2 35283 074.0479 082.0276 0016809 197.9289 323.9671 14.45203395210356
+1 35284U 93036AJN 13111.97145440  .00000327  00000-0  12441-3 0  3344
+2 35284 074.0525 095.8078 0018867 241.7368 152.9341 14.34806332209803
+1 35285U 93036AJP 13102.67652751  .00002198  00000-0  69958-3 0  2544
+2 35285 074.0300 098.3384 0022934 255.1753 104.2209 14.40318793208808
+1 35286U 93036AJQ 13114.73621473  .00031957  00000-0  32435-2 0  1534
+2 35286 073.9340 250.5923 0112715 161.0404 202.4344 14.86044500218047
+1 35287U 93036AJR 13111.99596082  .00000262  00000-0  10384-3 0  4096
+2 35287 074.0386 097.5063 0019444 237.1931 180.0456 14.33653786206696
+1 35288U 93036AJS 13116.49732498  .00001414  00000-0  44486-3 0  3415
+2 35288 073.9620 053.8504 0054135 248.9263 230.8212 14.40544265211874
+1 35290U 93036AJU 13109.93086528  .00001887  00000-0  63100-3 0  2658
+2 35290 074.0218 090.2675 0017256 235.8669 124.0849 14.38036710212299
+1 35291U 93036AJV 13109.26461668  .00004729  00000-0  61089-3 0  4831
+2 35291 074.0538 295.5307 0135980 150.6850 334.6829 14.74883579215190
+1 35292U 93036AJW 13104.47630944  .00006086  00000-0  13006-2 0  3826
+2 35292 074.0156 026.5382 0057669 244.5913 236.7841 14.57986132210126
+1 35293U 97051PH  13107.45648424  .00009446  00000-0  20611-2 0  5185
+2 35293 086.3407 176.2915 0051830 159.9619 200.6590 14.56927508209291
+1 35294U 97051PJ  13103.21164763  .00007592  00000-0  24426-2 0  4890
+2 35294 086.3412 194.3326 0012715 173.7105 214.9563 14.39179934206757
+1 35295U 97051PK  13114.95364683  .00028705  00000-0  45902-2 0  4887
+2 35295 086.3435 176.6336 0036939 166.7227 193.4971 14.71217535211046
+1 35296U 97051PL  13088.08207270  .00003588  00000-0  11851-2 0  2763
+2 35296 086.3210 197.4680 0018327 256.3858 223.9491 14.37722784204157
+1 35297U 97051PM  13105.64075242  .00000921  00000-0  33401-3 0  4832
+2 35297 086.3961 206.5258 0020363 159.5615 261.8791 14.32208760206415
+1 35299U 97051PP  13116.20258105  .00001209  00000-0  52826-3 0  5865
+2 35299 086.3026 196.9159 0068906 226.6398 162.8570 14.21828144205944
+1 35303U 97051PT  13110.22805711  .00069008  00000-0  11100-1 0  5014
+2 35303 086.3612 205.9596 0066467 128.8247 231.8928 14.69714594207832
+1 35306U 97051PW  13099.22750691  .00020287  00000-0  44471-2 0  3763
+2 35306 086.3382 188.1261 0004020 180.3907 212.6189 14.57543514206657
+1 35314U 91025AP  13109.63185544  .00005783  00000-0  20920-1 0  7842
+2 35314 064.0665 297.2623 5089945 009.1948 017.6362 05.12437146 73061
+1 35319U 99057RX  13110.60057316  .00000583  00000-0  31428-3 0  3783
+2 35319 098.5607 343.6140 0206355 310.6382 077.2576 14.06088992588375
+1 35320U 99057RY  13100.89410743  .00001761  00000-0  37276-3 0  3328
+2 35320 097.8824 114.9155 0001125 118.3274 008.5647 14.60411848341256
+1 35322U 99057SA  13088.72518701  .00000504  00000-0  25461-3 0  2865
+2 35322 098.7754 036.4649 0207159 014.8886 099.7417 14.09881281499447
+1 35323U 99057SB  13115.85229031  .00002671  00000-0  77680-3 0  2436
+2 35323 098.2724 108.7927 0080642 355.1128 128.7841 14.43187934432137
+1 35325U 99057SD  13102.57233141  .00003973  00000-0  73728-3 0  3324
+2 35325 098.5074 326.8240 0021979 163.4672 227.3477 14.65666979483012
+1 35326U 99057SE  13089.62531429  .00000335  00000-0  20572-3 0  1095
+2 35326 098.4691 231.8946 0229865 177.3144 246.0783 13.99084063424801
+1 35329U 99057SH  13103.65670005  .00000095  00000-0  52621-4 0  3414
+2 35329 098.4796 022.1321 0134012 249.0032 234.5522 14.26628934560019
+1 35330U 99057SJ  13117.83398308  .00000526  00000-0  17996-3 0  3575
+2 35330 098.3494 073.2094 0085899 309.0840 079.4723 14.38249349531593
+1 35331U 99057SK  13106.05646594  .00001709  00000-0  53713-3 0  1941
+2 35331 098.4928 050.1957 0128149 131.8685 229.3842 14.37138713539220
+1 35332U 99057SL  13092.02277639  .00000098  00000-0  55079-4 0  3550
+2 35332 098.5253 018.4700 0122656 301.8195 118.3833 14.25826817531997
+1 35334U 99057SN  13109.35556842  .00001372  00000-0  40213-3 0  3686
+2 35334 098.2990 070.8621 0081355 244.5983 114.7115 14.43547025373602
+1 35339U 01049PX  13110.57796161  .00001033  00000-0  33943-3 0  3508
+2 35339 098.2986 009.8115 0193861 205.2620 285.4717 14.30238939548885
+1 35341U 01049PZ  13108.05084356  .00002495  00000-0  41810-3 0  3153
+2 35341 097.9231 028.2081 0045226 051.5256 018.6625 14.69954819538351
+1 35347U 01049QF  13103.33320402  .00016730  00000-0  27977-2 0  5033
+2 35347 098.3737 235.8038 0050800 322.9706 091.1793 14.69059950518004
+1 35348U 01049QG  13113.08378509  .00003604  00000-0  80131-3 0  2684
+2 35348 097.9766 139.4480 0065294 013.5431 019.9214 14.56262650579858
+1 35349U 01049QH  13089.27179957  .00005379  00000-0  55010-3 0  1592
+2 35349 097.5808 109.3881 0017838 320.9769 038.9630 14.90831307352135
+1 35351U 01049QK  13100.41863031  .00002818  00000-0  96826-3 0  2954
+2 35351 098.8782 272.1421 0004297 029.0509 331.0914 14.36884953510869
+1 35356U 93014BF  13089.60411804  .00003794  00000-0  10443-2 0  2613
+2 35356 075.7590 059.4628 0143209 177.4613 182.7314 14.41202707350821
+1 35358U 93014BH  13096.00776212  .00049204  00000-0  57242-2 0  2258
+2 35358 075.7242 330.7194 0129110 076.0239 287.5660 14.79183639331520
+1 35360U 93014BK  13088.21869869  .00005124  00000-0  13321-2 0  2754
+2 35360 075.7544 042.1662 0145131 163.5482 197.0470 14.43635669318788
+1 35361U 93014BL  13094.05420001  .00011161  00000-0  24905-2 0  3158
+2 35361 075.7528 338.2047 0124010 071.8856 348.4971 14.52145973358265
+1 35362U 09032A   13116.88740823 -.00000249  00000-0  10000-3 0  5531
+2 35362 000.0170 253.3538 0001471 092.7153 279.9571 01.00270636 14110
+1 35363U 09032B   13116.65758896 -.00000052  00000-0  00000+0 0  4688
+2 35363 009.7520 141.2858 4000419 195.5224 288.9205 01.68697228 23705
+1 35364U 88005Y   13107.63446901  .00000701  00000-0  55782-3 0   738
+2 35364 082.5499 187.2936 0009923 117.8989 242.8846 13.89846419280582
+1 35365U 88005Z   13102.61884124  .00001137  00000-0  94275-3 0  1820
+2 35365 082.5273 192.1043 0009134 262.1658 157.3158 13.87988388262382
+1 35366U 88005AA  13116.68393021  .00001006  00000-0  82706-3 0  2411
+2 35366 082.5413 183.2346 0010153 210.5746 295.6698 13.88410790241496
+1 35367U 88005AB  13098.00185459  .00002899  00000-0  24551-2 0  1526
+2 35367 082.5239 195.4767 0019579 319.0247 165.4029 13.87164895511670
+1 35368U 88005AC  13088.62687593  .00000712  00000-0  55305-3 0  2930
+2 35368 082.5706 204.2292 0021485 278.9126 142.4384 13.91247799304837
+1 35369U 88005AD  13110.95347069  .00002629  00000-0  22377-2 0  1631
+2 35369 082.5290 188.8143 0013770 297.4066 065.9920 13.86884639311461
+1 35370U 88005AE  13104.04324981  .00001490  00000-0  12438-2 0  2020
+2 35370 082.5222 187.7145 0025103 286.9686 201.6582 13.87666733295145
+1 35371U 88005AF  13089.58467742 -.00000128  00000-0 -11777-3 0  3144
+2 35371 082.5146 195.6856 0011530 346.2072 072.8889 13.89217515302965
+1 35372U 88005AG  13089.07436666  .00000300  00000-0  24744-3 0  1483
+2 35372 082.5380 210.3851 0011951 308.9641 174.2826 13.86183066293002
+1 35373U 88005AH  13089.60180647  .00001464  00000-0  12138-2 0  2169
+2 35373 082.5280 199.8080 0010169 349.8914 069.9698 13.88174594215722
+1 35374U 06046G   13117.52413510  .00002599  00000-0  15035-3 0  8667
+2 35374 097.5443 129.8105 0082399 136.1226 017.0749 15.10296693354893
+1 35375U 06046H   13116.17745644  .00001153  00000-0  11001-3 0  6778
+2 35375 097.7387 095.8242 0035168 305.2414 183.1952 14.94849611351441
+1 35376U 06046J   13115.98878898  .00003091  00000-0  69200-3 0  5007
+2 35376 097.6994 300.4852 0227168 114.8642 038.2052 14.42530967340619
+1 35378U 06046L   13117.59017611  .00002455  00000-0  49421-3 0  5541
+2 35378 097.8139 351.6899 0197876 046.4224 343.0038 14.50708940337198
+1 35380U 03049G   13110.16160000  .00002942  00000-0  53528-3 0  3677
+2 35380 098.0884 183.7528 0066071 320.1447 069.1107 14.65463237367868
+1 35381U 03049H   13111.55834487  .00002207  00000-0  46454-3 0  4483
+2 35381 098.6789 334.7728 0114065 141.9105 249.7479 14.56602476493875
+1 35382U 03049J   13117.32719653  .00000583  00000-0  28478-3 0  3943
+2 35382 098.5819 064.7622 0159267 300.7024 213.1053 14.15285045473189
+1 35383U 03049K   13105.98509288  .00000221  00000-0  62247-4 0   875
+2 35383 098.6515 285.1135 0048515 150.1957 199.6216 14.55040913490092
+1 35384U 99057SP  13103.40571912  .00008959  00000-0  23009-2 0  2800
+2 35384 098.2515 085.6809 0004515 325.8489 034.4705 14.50432137287971
+1 35386U 99057SR  13110.21704726  .00008910  00000-0  22537-2 0  3959
+2 35386 098.2425 081.8876 0011611 095.1286 323.8786 14.51118847280317
+1 35387U 99057SS  13110.69338979  .00001927  00000-0  63268-3 0  2895
+2 35387 098.2678 072.1198 0005084 140.0314 345.0708 14.39399506272845
+1 35388U 08064C   13116.07546045  .00025956  00000-0  19673-2 0  5719
+2 35388 097.2742 041.8511 0187716 006.5640 059.3638 14.89219650228192
+1 35389U 08064D   13115.86322986  .00026242  00000-0  20097-2 0  6297
+2 35389 097.4555 078.1722 0193354 040.1329 350.6853 14.88134149228168
+1 35391U 95021E   13117.58346108  .00000814  00000-0  31123-3 0  4762
+2 35391 098.2703 153.6537 0007929 102.3881 052.4006 14.33172878307924
+1 35392U 95021F   13115.18001439  .00001002  00000-0  36272-3 0  5831
+2 35392 098.4149 186.8525 0003657 199.8961 213.9996 14.35560191277581
+1 35393U 95021G   13115.11819411  .00000854  00000-0  29830-3 0  5131
+2 35393 098.2379 160.3590 0006757 078.2663 342.9536 14.37607137509784
+1 35397U 07042E   13116.89615167  .00003057  00000-0  69382-3 0  5481
+2 35397 098.6777 262.8445 0124729 177.3430 336.0187 14.52113506283069
+1 35398U 07042F   13109.95734144  .00002724  00000-0  40986-3 0  5038
+2 35398 098.5848 279.0119 0128657 057.5537 095.3364 14.69885269297389
+1 35399U 91068AV  13089.24101781  .00000029  00000-0  10000-3 0   196
+2 35399 082.3705 267.5633 0363330 053.0186 046.1348 12.42052450376062
+1 35400U 91068AW  13094.31323278  .00000038  00000-0  10000-3 0  4420
+2 35400 082.9205 206.6502 0191073 007.8965 352.4954 12.85527659304758
+1 35403U 93041G   13090.57549322  .00004029  00000-0  13890-2 0  2285
+2 35403 089.5373 311.3915 0083108 065.4390 295.5567 14.33827895277883
+1 35404U 02024J   13100.21235977  .00000110  00000-0  72365-4 0  2986
+2 35404 098.6422 069.4648 0051894 319.4976 101.7471 14.19099863558708
+1 35405U 02024K   13115.41441912  .00000795  00000-0  42512-3 0  3916
+2 35405 098.7348 090.9407 0131025 070.6603 079.6775 14.11547029560030
+1 35406U 82116F   13088.58468416  .00005113  00000-0  21635-2 0  1225
+2 35406 081.2484 035.4792 0058702 044.5597 316.8790 14.24453606274511
+1 35407U 82116G   13096.79108059  .00005698  00000-0  23484-2 0  2450
+2 35407 081.2463 020.3709 0051439 358.0990 035.2891 14.26032714331793
+1 35408U 86019FL  13117.66123047  .00000269  00000-0  13378-3 0  5466
+2 35408 098.8910 165.0675 0034479 130.6085 351.3942 14.24876340323595
+1 35410U 70025QR  13117.17797765  .00017999  00000-0  23744-2 0  2281
+2 35410 099.8804 087.7089 0072613 075.7678 049.0970 14.78296486469239
+1 35413U 06029F   13111.66663352  .00003296  00000-0  19308-3 0  4918
+2 35413 064.5089 114.8240 0017799 274.2715 203.8896 15.13552456549518
+1 35414U 01055F   13117.45525369  .00000342  00000-0  13471-2 0  3069
+2 35414 066.0229 142.5669 0024821 141.1736 332.0414 13.00028040525611
+1 35415U 00047D   13117.24907635  .00000156  00000-0  27957-4 0  5271
+2 35415 067.9986 045.8891 0065770 186.6556 325.4082 14.89346226366927
+1 35416U 68012F   13117.50704675  .00000796  00000-0  11797-2 0  8957
+2 35416 089.9553 281.8525 0070898 201.1210 220.4683 13.52054586204437
+1 35417U 04012L   13116.33508486  .00003024  00000-0  55524-3 0  7841
+2 35417 097.9161 035.1801 0144298 255.8967 218.0803 14.59888090401967
+1 35418U 06002Z   13116.60680039  .00001001  00000-0  20777-3 0  6347
+2 35418 097.9205 164.3942 0001573 120.1940 027.1819 14.62158802329512
+1 35419U 91082CM  13115.79563818  .00009270  00000-0  36639-2 0  4295
+2 35419 098.5205 055.9915 0082162 324.8485 062.5845 14.27345167457905
+1 35420U 01056M   13117.59799523  .00000233  00000-0  29438-3 0  5766
+2 35420 099.1989 345.4333 0023999 300.7808 113.8751 13.73783274567328
+1 35422U 75124D   13115.29656486  .00003276  00000-0  16148-2 0  2849
+2 35422 081.2397 113.7879 0014210 141.2319 278.8863 14.17276451349403
+1 35423U 77002F   13089.60902869  .00002857  00000-0  16748-2 0  3123
+2 35423 081.2651 046.2648 0012823 243.4145 240.6480 14.07934972310713
+1 35424U 81043M   13094.75282269  .00002581  00000-0  12952-2 0  1519
+2 35424 081.2655 096.4620 0049099 101.3788 019.5898 14.15698537238263
+1 35428U 04045D   13117.84340306  .00089796  52549-6  72969-3 0  8339
+2 35428 039.0470 032.3140 4767872 184.4370 284.6402 06.18960653126816
+1 35429U 93036AJX 13104.01928626  .00007419  00000-0  84050-3 0  2148
+2 35429 073.9563 323.5405 0209545 285.9343 071.7258 14.71926014214876
+1 35430U 93036AJY 13117.40455882  .00004987  00000-0  94566-3 0  3394
+2 35430 074.0474 349.4403 0065511 200.8275 285.9041 14.63137147214746
+1 35432U 93036AKA 13105.05751286  .00002268  00000-0  74887-3 0  6152
+2 35432 074.0508 104.3469 0021839 225.9583 191.9415 14.38486565204115
+1 35433U 93036AKB 13092.92822781  .00000432  00000-0  17736-3 0  2778
+2 35433 074.0361 151.2127 0030396 252.4984 233.8595 14.29854636203889
+1 35434U 93036AKC 13105.64161902  .00000618  00000-0  31119-3 0  3154
+2 35434 074.0425 193.6119 0099921 288.8510 129.7128 14.15952825209918
+1 35435U 93036AKD 13102.79452294  .00001941  00000-0  67852-3 0  3080
+2 35435 074.0268 115.2657 0030837 246.3298 237.3322 14.35625416207009
+1 35437U 93036AKF 13111.77126137  .00042604  00000-0  27226-2 0  2916
+2 35437 073.9215 238.7507 0066880 132.8774 298.8614 15.06559481212875
+1 35439U 93036AKH 13099.20187120  .00001831  00000-0  14029-2 0  4185
+2 35439 074.0296 012.6622 0282966 122.7231 029.9979 13.76735965201813
+1 35440U 93036AKJ 13097.59398012  .00001379  00000-0  32069-3 0  2440
+2 35440 074.0241 036.1252 0087939 250.0031 238.4941 14.53599686207839
+1 35441U 93036AKK 13116.44756693  .00001482  00000-0  56043-3 0  3039
+2 35441 074.1462 130.6791 0062385 214.1788 208.2931 14.31019125210987
+1 35442U 93036AKL 13109.44671745  .00001381  00000-0  48238-3 0  4650
+2 35442 074.0407 104.8066 0020439 219.5290 293.9638 14.36075781206340
+1 35443U 93036AKM 13111.19840764  .00002898  00000-0  10476-2 0  2952
+2 35443 074.0165 185.3355 0257606 337.6484 053.4957 14.17156778209613
+1 35444U 93036AKN 13116.21572743  .00008269  00000-0  60121-3 0  4166
+2 35444 073.9239 192.2411 0165661 097.1149 296.5660 14.93512321212573
+1 35445U 93036AKP 13104.12976154  .00001872  00000-0  60518-3 0  4082
+2 35445 074.0494 156.6956 0228753 303.9971 084.1426 14.26012695210002
+1 35446U 93036AKQ 13117.41818561  .00000154  00000-0  44440-4 0  3095
+2 35446 074.0490 009.0583 0080645 217.6493 266.7329 14.51274177210566
+1 35448U 93036AKS 13116.85311793  .00001463  00000-0  51403-3 0  4551
+2 35448 073.9142 066.5402 0015646 133.1245 258.9438 14.35793602209062
+1 35449U 93036AKT 13089.21450474  .00008646  00000-0  16959-2 0  1644
+2 35449 073.9586 038.7096 0050493 313.3550 046.2631 14.62036448211698
+1 35450U 93036AKU 13106.99681575  .00011233  00000-0  10261-2 0  1870
+2 35450 073.9477 325.7941 0155929 302.7194 117.5487 14.86230845215062
+1 35451U 93036AKV 13105.98241750  .00002640  00000-0  40627-3 0  2992
+2 35451 073.9511 304.6556 0127189 204.9146 309.6126 14.68704673214199
+1 35454U 93036AKY 13100.42357465  .00018008  00000-0  16214-2 0  2944
+2 35454 073.8419 259.6207 0099150 188.6567 176.5235 14.91838445208535
+1 35455U 93036AKZ 13115.43179321  .00001282  00000-0  46931-3 0  4897
+2 35455 074.0345 120.2053 0138928 264.7690 093.7593 14.28715383203963
+1 35456U 93036ALA 13105.73212864  .00001904  00000-0  65417-3 0  2383
+2 35456 073.9652 109.0021 0112433 285.4037 073.4716 14.33292718210947
+1 35458U 93036ALC 13106.30084548  .00041550  00000-0  21264-2 0  3782
+2 35458 073.9354 218.9483 0086448 103.3638 257.7211 15.13162989210763
+1 35459U 93036ALD 13101.31295420  .00000351  00000-0  14074-3 0  1595
+2 35459 073.8642 100.4993 0018918 251.8015 108.3539 14.32011937203154
+1 35461U 93036ALF 13109.98033361  .00006372  00000-0  21732-2 0  2625
+2 35461 073.8532 090.6271 0094392 185.0441 180.5893 14.34122767209488
+1 35462U 93036ALG 13088.79602666  .00000878  00000-0  46733-3 0  2535
+2 35462 074.0372 246.4282 0116967 312.4632 046.6405 14.11514732202710
+1 35463U 93036ALH 13111.88499795  .00014198  00000-0  17177-2 0  2539
+2 35463 074.0347 290.8262 0116640 139.0646 221.9362 14.78905661209546
+1 35464U 93036ALJ 13112.18126978  .00002589  00000-0  63219-3 0  5122
+2 35464 074.0212 026.0493 0062535 233.7803 252.7124 14.51962041211360
+1 35465U 93036ALK 13109.94678986  .00000651  00000-0  22912-3 0  3035
+2 35465 074.0004 091.6570 0074590 260.1137 128.5605 14.35340736208499
+1 35467U 93036ALM 13115.14570347  .00010802  00000-0  11601-2 0  4524
+2 35467 074.0432 263.0050 0139632 114.1939 006.3092 14.81675358214561
+1 35468U 93036ALN 13113.64630240  .00004137  00000-0  78521-3 0  5178
+2 35468 074.0486 356.7831 0078339 190.8863 169.0613 14.62570537211230
+1 35469U 93036ALP 13089.34262730  .00000320  00000-0  93038-4 0  2979
+2 35469 074.0168 077.7476 0082247 281.7493 077.4447 14.46644781210270
+1 35470U 93036ALQ 13117.50244573  .00022621  00000-0  26765-2 0  7509
+2 35470 073.9384 275.3954 0085168 167.2461 249.6177 14.81931240215529
+1 35471U 93036ALR 13114.99638759  .00036102  00000-0  35907-2 0  6734
+2 35471 074.0611 313.4057 0073210 203.9707 307.3038 14.89483197214819
+1 35472U 93036ALS 13117.54882694  .00350247  00000-0  12741-1 0  9864
+2 35472 074.0308 303.0127 0029470 127.2731 233.1164 15.26280795214884
+1 35473U 93036ALT 13108.49275223  .00008416  00000-0  15518-2 0  8327
+2 35473 074.0428 021.5416 0068909 197.7453 217.1464 14.64101163211697
+1 35474U 93036ALU 13110.32860387  .00003544  00000-0  10851-2 0  7291
+2 35474 074.0071 073.9507 0005427 348.9838 163.1059 14.42115862210176
+1 35475U 93036ALV 13117.66088083  .00001955  00000-0  71263-3 0  3960
+2 35475 074.0359 100.1640 0043419 224.1085 260.3394 14.33249489210916
+1 35476U 93036ALW 13116.85112891  .00002140  00000-0  72065-3 0  6260
+2 35476 073.9911 074.4896 0032636 079.5164 309.8384 14.37384450211588
+1 35477U 97051PX  13088.86915209  .00005294  00000-0  26202-2 0  2221
+2 35477 086.3796 240.4492 0140785 072.9254 073.4198 14.12101645200623
+1 35478U 97051PY  13089.71961966  .00006341  00000-0  25072-2 0  2338
+2 35478 086.4728 239.7325 0083729 315.8190 105.9823 14.26947549203230
+1 35479U 97051PZ  13107.61449348  .00004249  00000-0  21693-2 0  2266
+2 35479 086.3828 229.6585 0124405 002.5384 054.9997 14.11533140199612
+1 35480U 97051QA  13117.48734110  .00000867  00000-0  29246-3 0  4120
+2 35480 086.3645 192.3858 0018386 170.0936 249.3771 14.35789920209295
+1 35483U 97051QD  13114.72108550  .00004959  00000-0  20814-2 0  3913
+2 35483 086.4468 223.9107 0078265 238.9464 120.4027 14.24106835210169
+1 35484U 97051QE  13103.63350677  .00001544  00000-0  46215-3 0  1437
+2 35484 086.3876 197.7435 0065663 210.8360 218.2639 14.41046821207670
+1 35486U 97051QG  13116.20611126  .00011649  00000-0  32457-2 0  6406
+2 35486 086.4005 204.9613 0063005 115.2909 276.2231 14.45073566208832
+1 35487U 97051QH  13106.27932598  .00004868  00000-0  19915-2 0  6096
+2 35487 086.3597 214.0608 0076984 262.7535 126.1836 14.25471667205751
+1 35488U 97051QJ  13115.63196397  .00001731  00000-0  45268-3 0  4990
+2 35488 086.3444 177.5048 0047371 180.2014 342.2640 14.48182820210540
+1 35489U 97051QK  13117.68675925  .00010204  00000-0  25202-2 0   375
+2 35489 086.4060 194.8443 0020820 271.8875 243.2217 14.51871323212267
+1 35491U 09033A   13117.36275752 -.00000095  00000-0  00000+0 0  9283
+2 35491 000.1353 083.9509 0002976 113.5513 043.0741 01.00272369 14063
+1 35492U 09033B   13116.61371650 -.00000162  00000-0  00000+0 0  5961
+2 35492 013.9925 294.2829 5219224 125.2672 261.3278 01.93166071 27013
+1 35493U 09034A   13117.54275503 -.00000156  00000-0  00000+0 0  6713
+2 35493 000.0341 286.6782 0002026 085.5182 302.8863 01.00277576 14046
+1 35494U 09034B   13115.89768543 -.00000361  00000-0  00000+0 0  5381
+2 35494 023.9598 340.7479 6064033 046.9220 332.9506 02.04375872 28503
+1 35495U 09034C   13117.54544475  .00004437  00000-0  77892-3 0   785
+2 35495 049.6067 163.8948 5114070 231.2642 340.1238 05.42587750 75193
+1 35496U 09035A   13117.18259647 -.00000070  00000-0  00000+0 0  8647
+2 35496 004.2724 325.8530 0003052 084.0156 120.1852 01.00272099 14046
+1 35497U 09035B   13117.54677840  .00055326  62029-6  11940-2 0  4672
+2 35497 005.7046 249.7860 6495028 359.7329 014.0850 03.39443162 40175
+1 35498U 09036A   13117.76017994  .00000023  00000-0  10000-3 0  5189
+2 35498 082.4892 189.5610 0006651 182.5405 177.5639 12.40800008172592
+1 35499U 09036B   13117.74948032  .00000024  00000-0  10000-3 0  5679
+2 35499 082.4940 187.7110 0016261 158.4711 201.7056 12.42882769172782
+1 35500U 09036C   13117.70853133  .00000023  00000-0  10000-3 0  5258
+2 35500 082.4897 188.6139 0007382 152.8653 207.2810 12.41426084172685
+1 35501U 09036D   13115.63701569 -.00000011  00000-0 -85356-4 0  6330
+2 35501 082.4897 131.9093 0195084 283.1974 229.4411 12.76596191177297
+1 35502U 65108DH  13117.20460465  .00000750  00000-0  37765-2 0  1023
+2 35502 027.0437 012.5013 6663876 160.3134 348.7355 02.92776424 83078
+1 35504U 77047R   13111.51257222 -.00000726  00000-0  00000+0 0   339
+2 35504 069.1326 304.4400 6280446 328.9863 013.6487 02.00363280 36484
+1 35505U 77047S   13116.93640897  .00000294  00000-0  00000+0 0  5351
+2 35505 067.3657 019.0625 5912139 078.9557 328.1297 02.01633482 49259
+1 35506U 79095Z   13091.06395527  .00000938  00000-0  46986-3 0   515
+2 35506 081.1984 213.5554 0017054 100.5538 259.8211 14.15899112382075
+1 35507U 81031N   13111.63465968  .00000485  00000-0  00000+0 0  3638
+2 35507 067.1425 062.4114 5912414 094.4520 010.4155 02.01776519 40171
+1 35511U 81108L   13115.98284753 -.00000017  00000-0  00000+0 0  4768
+2 35511 072.0219 297.4867 4918911 114.4090 009.1132 02.00236980 32677
+1 35515U 82029N   13108.84323377 -.00000317  00000-0  00000+0 0  3467
+2 35515 069.7012 263.0030 5358708 128.9334 004.2248 02.05436272 47503
+1 35516U 82116H   13100.82083397  .00000333  00000-0  15858-3 0  2973
+2 35516 081.2563 039.1218 0066896 342.9768 049.5078 14.16175921559666
+1 35517U 86019VQ  13116.52139166  .00000246  00000-0  21382-3 0  2185
+2 35517 098.9312 217.9387 0387330 280.1738 134.4622 13.64930195488907
+1 35518U 87011J   13089.58931452  .00000365  00000-0  17187-3 0  3138
+2 35518 065.0088 080.7669 0022825 280.6139 079.2138 14.32209251232898
+1 35519U 87068CN  13099.98452928  .00003886  00000-0  16843-2 0  2443
+2 35519 082.8076 100.7869 0028227 118.9549 274.3849 14.23844303448842
+1 35524U 87068CT  13088.75883984  .00001594  00000-0  11389-2 0  1300
+2 35524 082.5250 101.3760 0014992 227.0563 132.9347 13.96655291503904
+1 35525U 87068CU  13114.94355190  .00000134  00000-0  11085-3 0  3120
+2 35525 082.5459 162.3923 0020448 009.3980 116.9327 13.82142097501752
+1 35528U 88074R   13088.07597046  .00000077  00000-0  10000-3 0   852
+2 35528 089.9144 015.7842 0108603 333.8618 027.9164 13.51730567255411
+1 35532U 91082CP  13102.58820503  .00003538  00000-0  24230-2 0  2687
+2 35532 098.7452 334.0191 0150566 000.9048 028.1951 13.94908344447219
+1 35533U 75052LG  13101.89254058  .00005969  00000-0  30982-2 0  4803
+2 35533 099.7434 250.6164 0019044 224.6275 296.4926 14.15082058521322
+1 35534U 91082CQ  13106.33125872  .00003322  00000-0  17275-2 0  3529
+2 35534 098.7490 053.3632 0063429 055.5986 094.0779 14.14295588454582
+1 35535U 75052LH  13089.83443381  .00000019  00000-0  56756-4 0  3251
+2 35535 098.8433 303.2376 0094524 227.6952 196.4044 13.78781083501504
+1 35536U 01049QL  13089.41626336  .00000392  00000-0  25382-3 0  2381
+2 35536 098.6725 165.7218 0434466 319.9357 095.7274 13.70063463485852
+1 35538U 06006CF  13100.46262667 -.00000440  00000-0 -20603-2 0  2907
+2 35538 051.6883 182.3808 5123770 197.7847 143.4164 05.01959677 92525
+1 35540U 06006CH  13112.20841480  .00000636  00000-0  18474-2 0  2965
+2 35540 052.2281 106.8630 5074828 227.7029 042.3882 05.17343772 93497
+1 35542U 06006CK  13092.27394876  .00001162  00000-0  84216-2 0  1683
+2 35542 051.5307 163.5661 5012682 235.1439 067.1383 05.12172338 91641
+1 35543U 06006CL  13117.67968819 -.00000909  00000-0 -40357-2 0  1150
+2 35543 052.6854 213.7584 5158591 108.5979 012.3394 04.99142965 87034
+1 35548U 07003G   13117.24650094  .00000181  00000-0  22725-2 0  3048
+2 35548 025.3311 115.4441 7572078 129.7081 357.3676 01.82005751 29946
+1 35549U 07003H   13114.77626959  .00044106  00000-0  17237-1 0  4044
+2 35549 024.4875 337.2990 7131428 033.5078 004.5692 02.45894416 39936
+1 35550U 07003J   13114.06622602 -.00000064  00000-0  21183-3 0  3423
+2 35550 024.3329 064.5260 7517396 245.4336 023.3033 01.89929518 35656
+1 35551U 07003K   13117.08545866 -.00000373  00000-0 -43050-2 0  4088
+2 35551 025.2843 352.1596 7247209 356.3117 177.6664 02.14688293 41389
+1 35552U 07003L   13116.10531792 -.00000024  00000-0  12295-2 0  5286
+2 35552 026.2310 065.0377 7501645 214.4145 338.9234 01.91936334 36553
+1 35553U 07003M   13116.96639082  .00177492  00000-0  48220-1 0  1232
+2 35553 024.0720 292.8758 6802548 120.8859 326.4549 02.89697336 42816
+1 35556U 07003Q   13116.89841005  .00000551  00000-0  20202-2 0  3950
+2 35556 026.0473 055.1386 7439907 235.4871 323.6667 01.97586448 37303
+1 35557U 07003R   13116.88314330  .00065814  00000-0  47643-1 0  2292
+2 35557 023.2430 343.7312 7166492 043.6737 354.3063 02.39511048 39480
+1 35558U 07003S   13110.66903887 -.00000222  00000-0 -34991-2 0  4271
+2 35558 023.3550 084.2259 7459482 226.1874 336.1284 01.89357046 34765
+1 35563U 07003X   13104.25478226 -.00000202  00000-0 -21583-2 0  1727
+2 35563 022.7467 092.3224 7449347 219.8214 267.4231 01.88414134 31710
+1 35571U 08053G   13116.72002837  .00002168  00000-0  46005-3 0  5528
+2 35571 097.7797 036.0952 0196920 142.3817 250.1246 14.48614123232244
+1 35572U 08053H   13112.02296748  .00012284  00000-0  81041-3 0  5499
+2 35572 097.6168 130.6388 0093635 206.5894 183.2807 15.04004956234899
+1 35573U 08053J   13117.27812847  .00001997  00000-0  40938-3 0  5248
+2 35573 097.8163 046.0892 0194797 136.6666 014.5516 14.50431967231445
+1 35574U 08056F   13105.51335848  .00001315  00000-0  38941-3 0  4892
+2 35574 098.4135 112.1212 0141239 107.5701 046.2925 14.39359593230001
+1 35575U 08061B   13111.22796104  .00001201  00000-0  42817-3 0  3733
+2 35575 097.7938 019.2503 0249838 118.7017 034.3705 14.19700941224678
+1 35577U 09009C   13107.91294303 -.00000078  00000-0  10000-3 0  5871
+2 35577 035.6199 060.2308 6844301 195.1403 122.8081 02.19936583 31899
+1 35578U 09037A   13117.76444662  .00000840  00000-0  52000-4 0  1758
+2 35578 008.9878 165.5396 0016744 237.2771 122.5930 14.65630455203248
+1 35579U 09037B   13115.97184396  .00001342  00000-0  10405-3 0  8639
+2 35579 009.0456 050.2086 0050367 134.1888 296.8439 14.74457973204132
+1 35580U 93036ALX 13107.44289333  .00001244  00000-0  10050-2 0  3544
+2 35580 073.9144 006.4688 0314937 169.4276 300.0578 13.70587450199388
+1 35583U 93036AMA 13115.64349664  .00000102  00000-0  11994-3 0  3598
+2 35583 073.9198 080.3733 0408904 237.2690 237.5834 13.48961838202109
+1 35584U 93036AMB 13109.42813806  .00002118  00000-0  11891-2 0  5655
+2 35584 074.1008 264.8081 0169289 330.2546 057.0220 14.04181683200053
+1 35585U 93036AMC 13117.17219948  .00000799  00000-0  70090-3 0  4192
+2 35585 073.9758 030.1824 0342765 161.5350 199.6968 13.63315867206675
+1 35587U 93036AME 13089.46827811  .00000520  00000-0  10008-3 0  3484
+2 35587 074.0077 007.4592 0119594 262.4565 217.5142 14.62069366213428
+1 35589U 93036AMG 13088.09801389  .00008437  00000-0  10118-2 0  3695
+2 35589 073.9875 003.7749 0200415 324.3193 034.4715 14.70840451207948
+1 35591U 93036AMJ 13114.64252295  .00005681  00000-0  17698-2 0  2827
+2 35591 074.0051 081.0225 0054709 233.6854 237.9726 14.40260871210299
+1 35592U 93036AMK 13113.97362456  .00004515  00000-0  57266-3 0  3129
+2 35592 074.0159 277.3503 0150371 134.4170 011.4952 14.74299734213734
+1 35593U 93036AML 13108.73738949  .00000699  00000-0  35115-3 0  3210
+2 35593 074.0865 212.4135 0121839 295.5979 063.3081 14.12699397197947
+1 35594U 93036AMM 13109.46513751  .00001203  00000-0  32569-3 0  4161
+2 35594 073.8294 013.1720 0065506 286.6708 194.4995 14.47668272210982
+1 35597U 93036AMQ 13116.50840286  .00227679  00000-0  31444-2 0  3282
+2 35597 074.0395 154.8007 0064025 326.2931 093.6191 15.53925046214160
+1 35598U 93036AMR 13108.81584470  .00007551  00000-0  83981-3 0  2725
+2 35598 073.9110 256.7891 0137245 160.2977 267.0784 14.80623133210014
+1 35600U 93036AMT 13088.70069425  .00003042  00000-0  82458-3 0  2259
+2 35600 073.9906 096.5319 0086131 285.3551 073.9526 14.45927041207795
+1 35602U 93036AMV 13104.37207378  .00004508  00000-0  35446-3 0  4989
+2 35602 074.0288 237.6763 0201820 090.8581 302.8996 14.86422891208119
+1 35603U 93036AMW 13092.20926382  .00013156  00000-0  23171-2 0  2631
+2 35603 074.0194 032.7400 0099545 330.0468 029.5025 14.64367846204712
+1 35604U 93036AMX 13089.62090421  .00003377  00000-0  14079-2 0  2057
+2 35604 074.0298 190.7929 0070991 278.3100 081.0001 14.25278372203729
+1 35606U 93036AMZ 13095.14801141  .00000696  00000-0  75012-3 0  3431
+2 35606 073.8099 152.5597 0472623 359.1871 029.6089 13.35295103192266
+1 35608U 93036ANB 13113.16681576  .00024725  00000-0  35810-2 0  3894
+2 35608 074.2205 026.9423 0041747 195.7622 232.4839 14.75407314211578
+1 35609U 93036ANC 13089.34090456  .00007427  00000-0  18378-2 0  3258
+2 35609 074.0343 093.0762 0020959 301.8260 120.7189 14.52007015207022
+1 35610U 93036AND 13116.00166734  .00006927  00000-0  21748-2 0  6732
+2 35610 074.0259 097.2557 0046068 209.7274 206.4128 14.40077048200914
+1 35611U 93036ANE 13110.99137398  .00001723  00000-0  64287-3 0  3461
+2 35611 074.0328 117.7567 0050662 238.7066 149.8278 14.31981327207374
+1 35612U 93036ANF 13115.11211866  .00006905  00000-0  13133-2 0  6355
+2 35612 074.0293 348.5212 0055078 186.8542 301.8283 14.63313415203942
+1 35613U 93036ANG 13116.09208590  .00004520  00000-0  89777-3 0  4722
+2 35613 073.9924 344.5220 0067978 221.0048 268.3362 14.60994737211293
+1 35614U 93036ANH 13103.30872666  .00001833  00000-0  51133-3 0  3867
+2 35614 073.9682 064.9103 0111995 261.6916 164.1950 14.43424888207467
+1 35615U 97051QM  13117.65370119  .00006461  00000-0  16939-2 0  6924
+2 35615 086.3831 189.1307 0014984 224.7673 286.8043 14.49077326210510
+1 35616U 97051QN  13106.21125270  .00001580  00000-0  47506-3 0  3256
+2 35616 086.3740 193.4822 0021271 229.2251 160.2023 14.41968256206868
+1 35617U 97051QP  13096.67558117  .00005711  00000-0  20819-2 0  3689
+2 35617 086.5212 241.5129 0053618 282.5587 077.0982 14.32166751200643
+1 35618U 97051QQ  13092.56695760  .00001138  00000-0  34754-3 0  2941
+2 35618 086.3490 194.2863 0031763 269.1911 147.5670 14.40835419202640
+1 35619U 97051QR  13116.15465032  .00008842  00000-0  20560-2 0  5087
+2 35619 086.3315 180.1365 0009460 221.9322 168.4341 14.54798627206453
+1 35621U 97051QT  13104.70663021  .00009328  00000-0  24142-2 0  2847
+2 35621 086.2781 183.1914 0020845 152.9620 353.5500 14.49649905207452
+1 35622U 97051QU  13117.13043503  .00002298  00000-0  80577-3 0  5269
+2 35622 086.2298 171.8519 0037509 173.1965 218.4439 14.34280113207471
+1 35623U 97051QV  13088.16697739  .00007853  00000-0  31939-2 0  1182
+2 35623 086.4855 248.1107 0107061 016.5703 343.8941 14.24347243198102
+1 35624U 97051QW  13093.81505150  .00009702  00000-0  37604-2 0  4561
+2 35624 086.3743 219.8130 0085687 308.2632 199.1519 14.27897279206701
+1 35626U 97051QY  13114.39632058  .00042566  00000-0  56161-2 0  3561
+2 35626 086.2878 161.2785 0068046 087.7107 273.1902 14.78228997210775
+1 35627U 97051QZ  13109.58124861  .00003731  00000-0  14072-2 0  3538
+2 35627 086.3711 207.5657 0050226 187.8737 231.8141 14.30462391205694
+1 35628U 97051RA  13110.58158574  .00001505  00000-0  49414-3 0  3164
+2 35628 086.3724 195.6576 0022062 196.7705 228.7201 14.37583014203409
+1 35629U 97051RB  13117.72716237  .00007621  00000-0  32938-2 0  4791
+2 35629 086.3927 220.2970 0101137 254.7134 262.3222 14.21581047201312
+1 35631U 97051RD  13117.67161262  .00000388  00000-0  11759-3 0  6402
+2 35631 086.3744 189.2399 0019780 229.8995 283.0835 14.39670051209985
+1 35632U 97051RE  13110.81336054  .00003250  00000-0  16706-2 0  3971
+2 35632 086.4332 235.2018 0109010 351.0640 166.8374 14.12006410199618
+1 35635U 09039A   13117.76657235  .00000048  00000-0  26243-4 0  5873
+2 35635 082.9539 063.7835 0018334 308.9040 051.0488 13.89473927191151
+1 35636U 09039B   13116.42743906  .00000129  00000-0  92262-4 0  7031
+2 35636 082.9577 064.7199 0018791 305.6190 203.5781 13.89580493190971
+1 35637U 09039C   13115.86598459  .00000091  00000-0  59842-4 0  6562
+2 35637 082.9557 062.2325 0014017 284.7001 084.1486 13.91051146191112
+1 35643U 93036ANJ 13111.25155660  .00002795  00000-0  75992-3 0  3575
+2 35643 074.0194 052.3060 0063154 234.7621 124.7617 14.46814695211064
+1 35644U 93036ANK 13114.69340406  .00006030  00000-0  12645-2 0  4393
+2 35644 074.0283 006.1234 0052168 253.9872 136.1149 14.59038426215670
+1 35645U 93036ANL 13114.85843494  .00001566  00000-0  75639-3 0  4018
+2 35645 073.9821 168.5036 0100332 276.7559 206.0015 14.16850298214605
+1 35646U 93036ANM 13104.09249873  .00000491  00000-0  53412-3 0  3251
+2 35646 073.8736 149.5329 0479124 323.6878 058.5265 13.34659455200375
+1 35647U 93036ANN 13088.91236378  .00000906  00000-0  35589-3 0  2132
+2 35647 074.0354 161.0813 0061226 297.9205 177.4604 14.29767463199637
+1 35648U 93036ANP 13109.08072779  .00015001  00000-0  92390-3 0  3886
+2 35648 074.0829 237.5600 0130118 050.0814 063.3192 15.03096012206169
+1 35649U 93036ANQ 13114.59342712  .00028832  00000-0  12041-2 0  5046
+2 35649 073.9676 168.2287 0148769 019.5315 129.7486 15.13904100210879
+1 35650U 93036ANR 13115.83871806  .00001697  00000-0  52156-3 0  4396
+2 35650 074.0663 068.4693 0038974 231.2540 158.1498 14.41892866206947
+1 35651U 93036ANS 13113.06219650  .00126270  00000-0  41434-2 0  3742
+2 35651 073.9969 237.1541 0107140 170.2035 315.7646 15.25617807206337
+1 35652U 93036ANT 13116.27302047  .00010371  00000-0  24442-2 0  7919
+2 35652 074.0272 045.0980 0034385 229.7910 275.5934 14.53999729201257
+1 35653U 93036ANU 13115.84175610  .00006767  00000-0  16973-2 0  8247
+2 35653 074.0161 042.8880 0031183 223.2525 171.7264 14.51229383201212
+1 35654U 93036ANV 13117.74199667  .00012581  00000-0  10037-2 0  4272
+2 35654 074.0771 241.9262 0139223 056.4800 304.9593 14.92943147212552
+1 35655U 93036ANW 13098.33902641  .00007064  00000-0  19147-2 0  3753
+2 35655 074.0043 076.0351 0021157 340.5778 082.6993 14.47684995208774
+1 35657U 93036ANY 13115.98704921  .00008164  00000-0  19866-2 0  8088
+2 35657 074.0184 041.0725 0031357 224.3991 264.6760 14.52610291201375
+1 35658U 93036ANZ 13089.50179578  .00000511  00000-0  19175-3 0  2481
+2 35658 074.0367 139.3581 0020595 275.4465 151.0074 14.34076452204224
+1 35660U 93036APB 13105.37708198  .00000062  00000-0  28049-4 0  3397
+2 35660 074.0436 084.5865 0021411 297.3073 133.0974 14.40261461199119
+1 35661U 93036APC 13114.94659768  .00001677  00000-0  32452-3 0  2696
+2 35661 074.0244 347.1481 0144531 173.6822 186.6212 14.57689341206797
+1 35663U 93036APE 13090.10601130  .00001745  00000-0  60361-3 0  2606
+2 35663 074.0322 134.2444 0017838 264.3339 095.5780 14.36399204198386
+1 35664U 93036APF 13096.23112697  .00007478  00000-0  12570-2 0  3790
+2 35664 073.8604 342.5965 0090384 252.5695 255.8409 14.67095107211654
+1 35666U 93036APH 13114.08327900  .00043353  00000-0  33743-2 0  3833
+2 35666 073.8895 234.5407 0085996 170.0737 317.4131 14.98108146207691
+1 35668U 93036APK 13108.13885164  .00000358  00000-0  84810-4 0  3229
+2 35668 074.0491 010.5117 0095785 218.4839 211.2505 14.55206122203750
+1 35669U 93036APL 13115.28428405  .00000312  00000-0  31212-3 0  2490
+2 35669 073.8763 069.1094 0412181 255.5469 174.7893 13.50015221196956
+1 35670U 93036APM 13104.13505421  .00001946  00000-0  46141-3 0  3614
+2 35670 073.9135 012.7128 0074301 271.9696 087.2957 14.53067099201619
+1 35671U 93036APN 13095.72828567  .00000296  00000-0  94696-4 0  3119
+2 35671 074.0201 082.3036 0044536 300.3404 187.2600 14.43377370199356
+1 35672U 93036APP 13110.28566418  .00002227  00000-0  59612-3 0  3713
+2 35672 074.0651 057.2972 0063833 226.7050 284.6951 14.47658438201878
+1 35673U 93036APQ 13108.43327521  .00004792  00000-0  10867-2 0  3041
+2 35673 073.9710 022.0896 0041706 274.1535 207.7990 14.55821377202095
+1 35674U 93036APR 13117.49131722  .00001361  00000-0  50526-3 0  3567
+2 35674 074.0730 129.7624 0145357 258.7068 257.7669 14.27483148200028
+1 35676U 93036APT 13109.87940345  .00003618  00000-0  10075-2 0  5632
+2 35676 074.0209 065.0258 0049567 245.4437 147.7547 14.46000701208342
+1 35678U 97051RG  13115.25860963  .00005926  00000-0  17387-2 0  8260
+2 35678 086.3738 193.5075 0015409 144.6868 275.8836 14.43649828203241
+1 35679U 97051RH  13116.26491999  .00006151  00000-0  21033-2 0  3014
+2 35679 086.3327 198.8597 0054184 191.4458 202.1724 14.35352103204508
+1 35681U 09041A   13117.88254943  .00000315  00000-0  60632-4 0  1535
+2 35681 098.0087 017.5454 0001648 108.9271 251.2115 14.69918538200968
+1 35682U 09041B   13117.72485796  .00000461  00000-0  90758-4 0  1445
+2 35682 097.9964 009.6490 0010907 287.0992 072.9033 14.66952850200464
+1 35683U 09041C   13117.85206991  .00000411  00000-0  76685-4 0  1749
+2 35683 098.0090 016.6059 0000985 095.6157 264.5168 14.69961957200882
+1 35684U 09041D   13117.34171558  .00000440  00000-0  68962-4 0  1734
+2 35684 098.0590 033.8741 0047728 287.0503 220.7840 14.77062472201789
+1 35685U 09041E   13116.84386494  .00000711  00000-0  96722-4 0  1765
+2 35685 098.0842 041.9432 0061399 268.7777 122.7854 14.80800633202179
+1 35686U 09041F   13116.87562506  .00000590  00000-0  74454-4 0  1953
+2 35686 098.1094 050.3607 0076373 248.4009 142.6747 14.84045690202629
+1 35688U 09041H   13117.19216118 -.00000010  00000-0  12181-4 0  6251
+2 35688 098.1294 191.0414 0431619 070.7414 326.0381 13.74064463187773
+1 35689U 09041J   13115.79738740  .00000780  00000-0  13169-3 0  6200
+2 35689 098.0226 019.0169 0023473 315.7274 044.2055 14.72069467200800
+1 35696U 09042A   13116.87701013 -.00000315  00000-0  10000-3 0   336
+2 35696 000.0129 126.4555 0001434 249.8676 254.9435 01.00272370 13586
+1 35697U 09042B   13116.52556735 -.00000075  00000-0  00000+0 0  4655
+2 35697 004.6530 178.1892 3085899 170.4379 265.2857 01.60000079 21370
+1 35699U 93036APU 13111.32030997  .00003842  00000-0  60029-3 0  2151
+2 35699 074.0247 316.1903 0117168 171.9588 314.1698 14.68632032214817
+1 35700U 93036APV 13108.53034491  .00004283  00000-0  15450-2 0  4379
+2 35700 074.0214 136.9324 0067742 239.2255 272.0181 14.32644564208265
+1 35702U 93036APX 13105.67854699  .00003937  00000-0  11639-2 0  1752
+2 35702 074.0463 085.7450 0038574 246.9291 113.0160 14.43361819199755
+1 35704U 93036APZ 13109.79436205  .00027718  00000-0  23563-2 0  4126
+2 35704 073.9331 252.0441 0095644 147.5399 280.5968 14.94205158219011
+1 35705U 93036AQA 13089.10826595  .00002872  00000-0  12362-2 0  2615
+2 35705 074.3103 238.6010 0069469 210.2595 272.5038 14.23735742194737
+1 35706U 93036AQB 13097.96745090  .00000751  00000-0  69755-3 0  2869
+2 35706 073.8972 078.4939 0378680 247.0056 145.5342 13.56083538200272
+1 35707U 93036AQC 13116.92067869  .00007505  00000-0  22521-2 0  6383
+2 35707 074.0338 087.6572 0043177 205.1584 186.2272 14.42342758207222
+1 35709U 93036AQE 13093.66195494  .00003162  00000-0  12923-2 0  2427
+2 35709 074.0143 176.6347 0070844 282.2061 224.4605 14.26331740198139
+1 35710U 93036AQF 13116.96475384  .00010233  00000-0  23802-2 0  9856
+2 35710 074.0366 042.8321 0028352 223.0961 265.2014 14.54728659201472
+1 35711U 93036AQG 13089.20208424  .00000630  00000-0  14331-3 0  3203
+2 35711 074.0511 045.8881 0098425 256.2388 164.9916 14.55312970202808
+1 35713U 93036AQJ 13112.18342433  .00005552  00000-0  10668-2 0  2944
+2 35713 074.0348 000.1461 0074767 201.4942 304.3164 14.62102380206132
+1 35715U 93036AQL 13105.56707398  .00015794  00000-0  17602-2 0  2613
+2 35715 073.9851 294.6478 0103205 200.7049 197.4955 14.83211725223640
+1 35716U 93036AQM 13112.42108660  .00000320  00000-0  75791-4 0  2708
+2 35716 073.9968 349.7017 0096735 225.9782 261.6534 14.55666203205262
+1 35719U 93036AQQ 13109.42212824  .00042137  00000-0  36106-2 0  2667
+2 35719 074.1144 354.8432 0109654 120.4288 002.9480 14.92741120202533
+1 35722U 93036AQT 13117.38245747  .00027343  00000-0  23103-2 0  5281
+2 35722 074.1197 265.6728 0125934 117.4835 243.9217 14.91952370208132
+1 35723U 93036AQU 13115.95812792  .00007147  00000-0  23011-2 0  5731
+2 35723 074.0205 101.2039 0049653 211.1927 177.8476 14.38733316206508
+1 35724U 93036AQV 13101.83285602  .00000999  00000-0  25408-3 0  3142
+2 35724 074.0368 040.7408 0068912 272.8971 120.8240 14.50663306203956
+1 35726U 93036AQX 13096.37781608  .00004158  00000-0  10361-2 0  2122
+2 35726 074.0591 065.8824 0053158 270.1429 165.2842 14.51130085203170
+1 35727U 93036AQY 13103.46978163  .00025722  00000-0  28082-2 0  3272
+2 35727 073.9621 281.8441 0123865 191.9312 199.0488 14.82302298206773
+1 35729U 93036ARA 13107.24208964  .00002367  00000-0  62778-3 0  3900
+2 35729 074.0425 051.4183 0040214 278.5832 081.0772 14.48800161209007
+1 35730U 93036ARB 13114.66076807  .00006286  00000-0  12359-2 0  4213
+2 35730 074.0010 351.4439 0061459 224.6380 166.2632 14.61615968211693
+1 35732U 97051RK  13107.46259851  .00005468  00000-0  21478-2 0  3018
+2 35732 086.2523 189.6211 0070630 221.2849 138.0497 14.27802547202680
+1 35733U 97051RL  13116.66545306  .00012434  00000-0  30757-2 0  8852
+2 35733 086.3926 194.0756 0031571 282.3813 077.3859 14.51626376204616
+1 35734U 97051RM  13093.26517723  .00008837  00000-0  14836-2 0  3672
+2 35734 086.4005 190.4180 0044995 175.6053 184.5567 14.68904684205797
+1 35735U 97051RN  13107.02746735  .00009229  00000-0  22605-2 0  3961
+2 35735 086.4011 192.5805 0027350 198.3266 161.3501 14.52157212204134
+1 35737U 97051RQ  13116.11242920  .00008448  00000-0  35016-2 0  3120
+2 35737 086.4459 224.9495 0070056 237.8924 243.6812 14.25130806210594
+1 35739U 97051RS  13115.08064677  .00007465  00000-0  31025-2 0  3100
+2 35739 086.4147 220.6987 0090414 253.7831 232.8777 14.24119837210324
+1 35741U 97051RU  13089.62915689  .00010430  00000-0  31118-2 0  3122
+2 35741 086.3714 209.1388 0042798 216.0718 206.5533 14.42406376207063
+1 35742U 97051RV  13116.27794910  .00003111  00000-0  11410-2 0  5175
+2 35742 086.4454 219.2620 0083239 180.8492 208.9173 14.30604521206658
+1 35744U 97051RX  13108.55578683  .00001192  00000-0  34469-3 0  4699
+2 35744 086.3439 185.0226 0036348 207.0904 212.2426 14.43390732204122
+1 35745U 97051RY  13093.41923319  .00006078  00000-0  28982-2 0  3664
+2 35745 086.3789 234.2559 0117589 022.2649 011.0089 14.15555520198126
+1 35747U 97051SA  13104.97333016  .00006633  00000-0  38720-2 0   620
+2 35747 086.1479 201.9550 0209957 114.3091 248.0120 13.97863543191902
+1 35749U 97051SC  13111.96127058  .00003633  00000-0  11818-2 0  3782
+2 35749 086.3856 199.1581 0021593 073.1305 049.6880 14.38432729199073
+1 35750U 97051SD  13110.56408524  .00006722  00000-0  17985-2 0  4873
+2 35750 086.1177 146.4145 0012310 068.6851 085.3799 14.48129797199066
+1 35752U 09043A   13117.33532226  .00000009  00000-0  00000+0 0  3517
+2 35752 054.3668 220.8236 0029757 011.8139 029.8307 02.00570978 27109
+1 35754U 09043C   13117.08930270  .00038639  00000-0  13506-2 0  3824
+2 35754 040.0162 351.4257 5503802 199.5573 350.7677 04.89079177 59447
+1 35755U 09044A   13116.81396462 -.00000353  00000-0  10000-3 0  6749
+2 35755 000.0534 053.1014 0001602 000.7904 222.0382 01.00270998 13539
+1 35756U 09044B   13117.69597464 -.00000157  00000-0  10000-3 0  7127
+2 35756 000.0622 036.2266 0004616 344.4091 241.7637 01.00271977 13520
+1 35757U 09044C   13116.66519050  .00000853  00000-0  46683-3 0  8386
+2 35757 001.9571 310.6666 7217603 200.9612 168.0057 02.33851596 31021
+1 35758U 09044D   13116.60764206  .00034853  00000-0  79966-2 0  9035
+2 35758 002.2371 201.8913 6710393 041.5126 036.0869 03.02686637 35086
+1 35760U 93036ARE 13115.65861905  .00004185  00000-0  84968-3 0  4231
+2 35760 073.9961 351.1271 0066261 216.6372 175.4957 14.60096396212812
+1 35764U 93036ARJ 13088.44715431  .00001556  00000-0  45769-3 0  1909
+2 35764 074.0346 102.4370 0046676 299.8368 131.1388 14.43956690215349
+1 35765U 93036ARK 13108.83221734  .00002618  00000-0  78600-3 0  3995
+2 35765 074.1304 142.7922 0192079 256.9607 101.0041 14.33089623204302
+1 35767U 93036ARM 13107.47807992  .00001567  00000-0  65482-3 0  2380
+2 35767 074.0007 148.5769 0071514 213.1360 213.7701 14.25595116209519
+1 35768U 93036ARN 13106.32745234  .00012776  00000-0  29431-2 0  2639
+2 35768 074.0306 076.3447 0021732 204.9078 221.3567 14.55239090198379
+1 35769U 93036ARP 13107.45581008  .00002071  00000-0  72216-3 0  1661
+2 35769 074.0841 127.9992 0093237 253.0828 106.0087 14.33550304198612
+1 35770U 93036ARQ 13099.73230303  .00031205  00000-0  60724-2 0  2553
+2 35770 074.2127 092.3483 0060153 337.0145 142.6802 14.61781664197299
+1 35771U 93036ARR 13115.83249556  .00003848  00000-0  30969-2 0  4354
+2 35771 074.1885 063.9290 0352353 110.1200 282.0745 13.65508442199738
+1 35772U 93036ARS 13108.35979940  .00003020  00000-0  95913-3 0  2969
+2 35772 073.9747 099.2747 0121766 271.7504 088.4627 14.36247576212634
+1 35773U 93036ART 13117.76879579  .00000863  00000-0  24403-3 0  4063
+2 35773 074.0173 032.1599 0062286 231.9067 159.8594 14.46071913208085
+1 35775U 93036ARV 13101.26833314  .00004956  00000-0  12640-2 0  2761
+2 35775 074.0422 058.6586 0042447 290.2464 106.7583 14.50278319206710
+1 35776U 93036ARW 13093.89081986  .00004158  00000-0  10919-2 0  1480
+2 35776 074.0344 261.2729 0415395 285.3434 228.8024 14.08609997199959
+1 35777U 93036ARX 13116.03073166  .00000429  00000-0  46942-3 0  3456
+2 35777 073.7707 104.6942 0460834 317.1657 097.9778 13.37482899180317
+1 35779U 93036ARZ 13095.93066737  .00028596  00000-0  26214-2 0  1552
+2 35779 074.0003 300.6546 0094153 167.6231 194.0813 14.91417120205024
+1 35780U 93036ASA 13100.63713867  .00021126  00000-0  12357-2 0  2669
+2 35780 073.8862 196.2018 0166751 121.0688 300.4967 15.00739096207994
+1 35781U 93036ASB 13102.63177091  .00013601  00000-0  29704-2 0  2859
+2 35781 074.0335 056.1904 0054647 232.2966 253.5541 14.56913063210791
+1 35782U 93036ASC 13107.47460770  .00005243  00000-0  11582-2 0  2865
+2 35782 073.9861 023.5816 0043768 295.8145 180.0119 14.56948896201584
+1 35784U 93036ASE 13089.69615546  .00000485  00000-0  15073-3 0  1067
+2 35784 074.0422 098.9339 0047097 298.8537 060.7757 14.43096859197130
+1 35788U 93036ASJ 13109.37340257  .00002575  00000-0  78050-3 0  4499
+2 35788 074.0257 078.1475 0031987 253.9861 260.7086 14.42468917206555
+1 35789U 93036ASK 13109.44278859  .00000128  00000-0  55223-4 0  2809
+2 35789 074.0380 103.7221 0050626 252.3797 261.3454 14.33547719201121
+1 35790U 93036ASL 13114.68383234  .00054517  00000-0  26676-2 0  2154
+2 35790 073.9742 250.8191 0154648 193.1614 245.2746 15.07968550215179
+1 35791U 93036ASM 13098.52637595  .00025200  00000-0  34723-2 0  1586
+2 35791 073.9958 012.5958 0110240 333.9520 154.8749 14.73966041202004
+1 35793U 93036ASP 13089.47927264  .00001754  00000-0  56991-3 0  3129
+2 35793 074.0533 125.5403 0016551 288.7484 139.1104 14.39514093204925
+1 35794U 93036ASQ 13115.33159778  .00066578  00000-0  48212-2 0  2009
+2 35794 074.0656 334.1634 0138386 167.1768 193.2998 14.96212973204604
+1 35795U 93036ASR 13088.35211899  .00004552  00000-0  11261-2 0  2956
+2 35795 074.0227 078.7252 0040431 307.3024 120.4005 14.51792331206483
+1 35796U 93036ASS 13115.70386435  .00002564  00000-0  95336-3 0  2256
+2 35796 074.0107 109.1932 0055144 233.0685 248.9827 14.31762245201415
+1 35797U 97051SF  13105.57243961  .00001789  00000-0  53332-3 0  3976
+2 35797 086.3553 189.8624 0027010 223.0187 191.4561 14.42387383203638
+1 35799U 97051SH  13115.75810894  .00003644  00000-0  12889-2 0  3045
+2 35799 085.9460 127.9359 0094657 130.2048 230.7479 14.31888825213187
+1 35800U 97051SJ  13105.99546161  .00005134  00000-0  11940-2 0  3409
+2 35800 086.2885 170.9238 0059082 166.8722 312.3799 14.53664351208272
+1 35802U 97051SL  13104.72993489  .00005092  00000-0  22348-2 0  3306
+2 35802 086.4673 236.7552 0108472 306.1935 054.0226 14.20357307210197
+1 35803U 97051SM  13116.90531369  .00009690  00000-0  26941-2 0  3014
+2 35803 086.2492 173.5503 0030738 145.8863 339.3924 14.46073347200118
+1 35804U 97051SN  13103.18006693  .00075203  00000-0  10551-1 0  3368
+2 35804 086.3431 179.3910 0007956 139.4552 249.3905 14.77033937200595
+1 35805U 97051SP  13117.73626825  .00001644  00000-0  82225-3 0  4368
+2 35805 086.3331 215.3233 0135871 308.3595 204.8936 14.11558745196193
+1 35807U 97051SR  13095.10635145  .00049653  00000-0  86767-2 0  3579
+2 35807 086.3875 210.8995 0040476 232.2132 127.2950 14.67113068196539
+1 35808U 97051SS  13109.23462824  .00006692  00000-0  18986-2 0  3026
+2 35808 086.3924 202.0202 0026220 124.2248 266.4319 14.45153323199349
+1 35809U 97051ST  13093.55513748  .00002337  00000-0  73499-3 0  2118
+2 35809 086.3422 195.5545 0024309 258.0999 159.4228 14.39915660197008
+1 35812U 09046A   13115.62480758 -.00000363  00000-0  10000-3 0  7028
+2 35812 000.0018 323.1813 0002054 105.3828 123.1239 01.00270086 13547
+1 35821U 93036AST 13105.08433964  .00007526  00000-0  12158-2 0  4991
+2 35821 073.9764 340.8141 0093628 202.2291 283.9302 14.68608061208056
+1 35822U 93036ASU 13111.96876171  .00008137  00000-0  23736-2 0  5913
+2 35822 074.0370 091.1666 0040018 211.4705 220.4605 14.43771521200113
+1 35824U 93036ASW 13112.01847076  .00001021  00000-0  79111-3 0  3387
+2 35824 073.8484 326.3477 0287964 147.0678 214.8861 13.76115863204905
+1 35825U 93036ASX 13096.68250667  .00001013  00000-0  86148-3 0  2014
+2 35825 074.1082 100.9871 0388441 207.9312 150.2648 13.58805236199933
+1 35828U 93036ATA 13117.22542469  .00025613  00000-0  17011-2 0  4381
+2 35828 073.8259 200.0147 0092040 118.1135 242.9394 15.03640417213630
+1 35829U 93036ATB 13108.41030159  .00001367  00000-0  46866-3 0  3347
+2 35829 074.0416 100.6128 0022063 234.1802 277.4418 14.36985738210394
+1 35830U 93036ATC 13112.02302459  .00001714  00000-0  96373-3 0  2035
+2 35830 073.8970 210.4686 0153902 002.2251 355.4829 14.05430041195108
+1 35832U 93036ATE 13117.73793143  .00128701  00000-0  54124-2 0  3555
+2 35832 073.9294 232.2789 0046175 162.9165 197.3601 15.21816082208071
+1 35833U 93036ATF 13110.32764104  .00015116  00000-0  35261-2 0  3386
+2 35833 074.0429 066.8070 0017474 082.1900 069.3301 14.54672154193037
+1 35834U 93036ATG 13115.27792701  .00000272  00000-0  15562-3 0  2862
+2 35834 074.0525 195.7479 0118087 276.6157 142.7319 14.10784466188767
+1 35836U 93036ATJ 13103.47317448  .00002094  00000-0  76433-3 0  3672
+2 35836 074.0456 129.1317 0054621 257.7934 101.7096 14.32832084207998
+1 35839U 93036ATM 13104.95626625  .00002246  00000-0  60014-3 0  4251
+2 35839 074.2398 090.5250 0043476 231.5894 158.8258 14.48348874209065
+1 35840U 93036ATN 13115.21357412  .00001217  00000-0  61784-3 0  2619
+2 35840 073.9127 186.9921 0159137 348.0146 011.7221 14.10702369205182
+1 35841U 93036ATP 13107.47900815  .00003041  00000-0  52352-3 0  3035
+2 35841 074.0592 029.5464 0191981 184.1437 297.8904 14.57615745209888
+1 35844U 97051SU  13107.54316917  .00007933  00000-0  21216-2 0  2522
+2 35844 086.3202 185.1839 0031497 326.3075 035.3289 14.47914184196663
+1 35846U 97051SW  13106.23140286  .00000832  00000-0  30485-3 0  1162
+2 35846 086.3855 204.8846 0022400 161.8134 198.3867 14.31542963194067
+1 35847U 97051SX  13109.63989652  .00023093  00000-0  39178-2 0  3712
+2 35847 086.3616 189.2149 0008531 068.0618 292.1503 14.69086161205943
+1 35848U 97051SY  13116.50988076  .00001185  00000-0  36222-3 0  2687
+2 35848 086.4059 196.3132 0017535 191.7297 253.7807 14.40983336193695
+1 35850U 97051TA  13103.06355681  .00003080  00000-0  94092-3 0  3829
+2 35850 086.3674 194.1600 0020244 237.7142 252.8467 14.41503615203151
+1 35851U 97051TB  13114.06976858  .00008926  00000-0  35569-2 0  3767
+2 35851 086.4257 221.3719 0067742 224.0312 258.2029 14.27230699210511
+1 35852U 97051TC  13111.18285540  .00041382  00000-0  69033-2 0  1909
+2 35852 086.3938 191.5809 0023404 196.8320 162.4292 14.69571900195875
+1 35853U 97051TD  13115.07312366  .00005234  00000-0  21236-2 0  1649
+2 35853 086.3142 203.3531 0112381 211.0841 270.7641 14.24121653191850
+1 35856U 97051TG  13117.68204734  .00004594  00000-0  14418-2 0  4106
+2 35856 086.3851 197.5460 0034687 158.1339 356.7386 14.40033636195788
+1 35857U 97051TH  13116.71293262  .00005690  00000-0  15793-2 0  1768
+2 35857 086.4390 199.7471 0032786 210.8739 306.8807 14.46078089205538
+1 35858U 97051TJ  13117.70618676  .00003991  00000-0  15171-2 0  3044
+2 35858 086.3721 207.0760 0085453 198.7788 314.1879 14.28780649203156
+1 35862U 97051TN  13117.18117441  .00006752  00000-0  20895-2 0  5550
+2 35862 086.3889 198.7227 0023233 113.8469 275.5618 14.40973159199498
+1 35863U 97051TP  13117.74447738  .00005151  00000-0  21824-2 0  2640
+2 35863 086.3505 209.1827 0095501 237.2889 270.2812 14.22841870198021
+1 35865U 09049A   13117.70096465 -.00000043  00000-0 -27876-7 0  4013
+2 35865 098.6071 171.3519 0001802 205.3635 154.7454 14.21883468187294
+1 35866U 09049B   13117.19707259  .00000067  00000-0  49251-4 0  5177
+2 35866 098.6049 171.9726 0003087 197.3163 195.2460 14.22540576187297
+1 35867U 09049C   13117.73173568  .00004664  00000-0  16138-3 0  3743
+2 35867 097.1890 153.2733 0007620 318.8958 177.5922 15.30329263200904
+1 35868U 09049D   13117.66435519  .00000075  00000-0  53258-4 0  4202
+2 35868 098.6058 171.9150 0003826 197.9258 162.1781 14.22352528187334
+1 35869U 09049E   13117.67248513  .00000013  00000-0  25260-4 0  3719
+2 35869 098.6008 171.2529 0003894 215.3455 144.7476 14.22122593187314
+1 35870U 09049F   13117.77858941  .00004494  00000-0  17445-3 0    61
+2 35870 097.1955 148.3330 0003453 113.9195 358.0891 15.26576140200561
+1 35871U 09049G   13117.60800128 -.00000080  00000-0 -16817-4 0  8136
+2 35871 098.5933 170.0080 0003402 202.9456 157.1582 14.21644072186630
+1 35873U 09050A   13117.08558063 -.00000265  00000-0  10000-3 0  7062
+2 35873 000.0459 108.9802 0003141 315.9753 108.3803 01.00271029 13241
+1 35874U 09050B   13116.35605618 -.00000069  00000-0  00000+0 0  5235
+2 35874 011.4041 148.9573 4860580 282.1680 247.1912 01.93078993 24747
+1 35875U 09050C   13116.05801226  .00002801  00000-0  75601-3 0  4581
+2 35875 049.4056 327.6212 6062042 228.2370 333.6472 03.93498600 51360
+1 35880U 93036ATT 13102.15572788  .01477515  92318-3  69864-2 0  4755
+2 35880 074.0169 159.1707 0035221 334.4129 057.9855 15.82117810221369
+1 35881U 93036ATU 13115.70837555  .00003932  00000-0  20251-2 0  4160
+2 35881 074.2131 226.8010 0070895 276.9969 082.3114 14.14190222213125
+1 35883U 93036ATW 13101.27533725  .00000740  00000-0  21551-3 0  1954
+2 35883 074.0247 072.7167 0094558 254.5324 170.5458 14.43514261201991
+1 35885U 93036ATY 13096.86115605  .00000541  00000-0  21129-3 0  2699
+2 35885 074.0293 134.5429 0027314 257.1836 222.2731 14.31846950200601
+1 35886U 93036ATZ 13114.92941992  .00015949  00000-0  22477-2 0  2665
+2 35886 074.0082 311.1182 0085123 168.4546 253.8541 14.74761779211301
+1 35887U 93036AUA 13088.80197584  .00001621  00000-0  81598-3 0  1349
+2 35887 073.9865 232.8706 0128270 359.0634 001.0344 14.13027511193199
+1 35888U 93036AUB 13101.33806126  .00001274  00000-0  34991-3 0  3322
+2 35888 074.0376 060.5122 0061380 265.8825 247.4829 14.46995759192312
+1 35890U 93036AUD 13114.70672457  .00001354  00000-0  54800-3 0  2833
+2 35890 073.9464 120.3164 0088102 177.6638 303.4519 14.26641492190783
+1 35891U 93036AUE 13096.35672432  .00003550  00000-0  48749-3 0  3215
+2 35891 074.0058 319.4961 0150534 182.5090 296.6038 14.71184284194747
+1 35897U 93036AUL 13099.18229085  .00007111  00000-0  69746-3 0  3775
+2 35897 073.9742 267.6775 0165236 162.5309 198.5689 14.82640834201790
+1 35898U 93036AUM 13100.11231492  .00002861  00000-0  48110-3 0  3158
+2 35898 074.0054 340.9836 0136928 196.4752 234.7932 14.64068667199479
+1 35899U 93036AUN 13112.18921661  .00140556  00000-0  67829-2 0  2546
+2 35899 074.0009 283.1132 0036365 140.2345 220.1528 15.17412250196293
+1 35901U 93036AUQ 13105.43986913  .00002475  00000-0  81901-3 0  3570
+2 35901 074.0415 103.2648 0023304 241.8955 210.7721 14.38302842190770
+1 35902U 93036AUR 13111.93275322  .00001597  00000-0  82388-3 0  2177
+2 35902 074.0066 199.3911 0134714 267.9208 215.3613 14.11352901196948
+1 35903U 93036AUS 13099.74356166  .00003776  00000-0  63405-3 0  2336
+2 35903 074.0648 354.2270 0121926 188.6522 206.9987 14.65192903204183
+1 35904U 93036AUT 13115.85267148  .00002161  00000-0  60538-3 0  2015
+2 35904 074.0328 045.6794 0035578 246.0244 148.8662 14.46332811193452
+1 35905U 93036AUU 13105.31577409  .00002396  00000-0  33948-3 0  3678
+2 35905 074.0397 309.0283 0147720 160.9693 323.3913 14.70369371203846
+1 35906U 93036AUV 13104.26149566  .00007616  00000-0  14819-2 0  4510
+2 35906 074.0362 033.2626 0155981 345.7230 158.8287 14.55716137198829
+1 35911U 97051TU  13110.22437413  .00002371  00000-0  11363-2 0  3750
+2 35911 086.2448 197.6915 0103538 307.2382 080.7318 14.15887131208844
+1 35913U 97051TW  13115.74180358  .00025564  00000-0  43580-2 0  2841
+2 35913 086.5734 223.2076 0179952 110.3248 036.7107 14.58726430196190
+1 35914U 97051TX  13101.07824153  .00011248  00000-0  30544-2 0  3729
+2 35914 086.3888 207.5505 0099313 237.6268 121.5293 14.44578603205684
+1 35915U 97051TY  13088.62375095  .00001970  00000-0  60931-3 0  1803
+2 35915 086.3611 200.2745 0024521 276.5620 149.2362 14.40673798191447
+1 35916U 97051TZ  13117.25768613  .00008638  00000-0  22204-2 0  2290
+2 35916 086.3831 193.7604 0017634 079.6051 313.7129 14.50010426193624
+1 35917U 97051UA  13088.08246705  .00004645  00000-0  13973-2 0   444
+2 35917 086.3991 208.5161 0028193 255.4734 229.9384 14.42236099190219
+1 35919U 97051UC  13104.50925546  .00032465  00000-0  48859-2 0  3130
+2 35919 086.2757 169.6995 0012161 269.7226 099.3183 14.74243727212182
+1 35920U 97051UD  13109.21703230  .00008755  00000-0  24531-2 0  1548
+2 35920 086.3669 196.5830 0027164 144.5623 243.7581 14.45758448193447
+1 35921U 97051UE  13105.83889163  .00003192  00000-0  17163-2 0  3100
+2 35921 086.4345 243.9995 0172908 060.8237 091.7593 14.05260133207565
+1 35924U 97051UH  13110.20960154  .00077291  00000-0  11147-1 0  2789
+2 35924 086.4044 198.2119 0021121 080.6531 276.9602 14.75716003195575
+1 35925U 97051UJ  13101.79108770  .00008377  00000-0  26132-2 0  3884
+2 35925 086.3356 196.3461 0033136 132.8187 013.8666 14.40433872205680
+1 35926U 97051UK  13117.14883520  .00003013  00000-0  89372-3 0  5121
+2 35926 086.3586 187.6941 0014858 186.8539 202.2885 14.42987460200111
+1 35929U 97051UN  13112.02010281  .00002179  00000-0  60808-3 0  3754
+2 35929 086.3598 185.0232 0036812 195.4963 289.3290 14.45472210205502
+1 35931U 09051A   13116.85404727  .00000379  00000-0  10730-3 0  3385
+2 35931 098.2757 213.5200 0003335 149.8590 358.3653 14.50849578190176
+1 35932U 09051B   13117.30450046  .00000643  00000-0  16515-3 0   100
+2 35932 098.3530 224.9803 0007774 209.4909 150.5850 14.53479298190475
+1 35933U 09051C   13116.99318892  .00000639  00000-0  16279-3 0  2932
+2 35933 098.3514 225.2346 0005451 223.0799 196.5121 14.53894002190502
+1 35934U 09051D   13116.89100546  .00000496  00000-0  12908-3 0  6533
+2 35934 098.3469 224.5535 0006063 226.3416 282.3804 14.53762652190480
+1 35935U 09051E   13116.95820407  .00000541  00000-0  14146-3 0  2012
+2 35935 098.3611 225.3876 0008099 213.0435 147.0255 14.53254310190419
+1 35936U 09051F   13117.73463765  .00000105  00000-0  44962-4 0   946
+2 35936 098.2053 189.5870 0054954 217.2525 302.3151 14.41232558189013
+1 35942U 09054A   13117.36387047 -.00000292  00000-0  10000-3 0  6863
+2 35942 000.0528 096.5898 0003935 334.0125 214.8950 01.00274168 13094
+1 35943U 09054B   13117.14355015  .00000016  00000-0  00000+0 0  6835
+2 35943 000.0362 264.8915 0002148 149.6280 275.4624 01.00269557 13130
+1 35944U 09054C   13117.51375045  .00001947  00000-0  69634-3 0  8021
+2 35944 003.7024 325.1298 7202949 209.6218 020.0405 02.37173518 30342
+1 35945U 09054D   13117.39967244  .00111882  00000-0  68637-2 0  8612
+2 35945 003.1991 134.7804 5734312 234.3544 339.6159 04.50171393 38222
+1 35946U 09055A   13117.82705372  .00000088  00000-0  43793-4 0  9438
+2 35946 098.4526 198.6700 0000516 093.6928 266.4308 14.37651475186347
+1 35953U 09057C   13116.69524683  .00000891  00000-0  48578-3 0  8982
+2 35953 098.7952 160.1274 0003261 244.2218 263.2100 14.14666754181663
+1 35954U 09057D   13116.13408969  .00000767  00000-0  42268-3 0  8184
+2 35954 098.8049 160.1559 0003525 235.6820 124.4019 14.14494094181566
+1 35955U 93061K   13117.46520306  .00003526  00000-0  11971-2 0  9835
+2 35955 098.6719 081.8010 0009567 012.4941 102.8416 14.37278192184228
+1 35956U 93036AUW 13101.36476705  .00003163  00000-0  25381-2 0  2305
+2 35956 074.1055 067.0803 0342336 161.5514 354.0265 13.67025811178500
+1 35957U 93036AUX 13089.48610219  .00007171  00000-0  12152-2 0  3344
+2 35957 073.9352 013.7546 0079282 257.9206 222.1779 14.67365686199613
+1 35958U 93036AUY 13107.98326019  .00007956  00000-0  14523-2 0  2785
+2 35958 073.8278 328.0873 0079973 249.4234 111.9896 14.64036439192907
+1 35959U 93036AUZ 13117.64387852  .00000190  00000-0  80680-4 0  3066
+2 35959 074.0326 095.4113 0023758 215.6349 267.4669 14.31865691190513
+1 35960U 93036AVA 13102.12738360  .00008884  00000-0  15278-2 0  3088
+2 35960 074.0228 359.3214 0117871 195.7187 164.0312 14.64218404205006
+1 35961U 93036AVB 13088.32604787  .00001703  00000-0  11389-2 0  1775
+2 35961 073.9310 319.1509 0222530 108.3211 254.6792 13.90353711196641
+1 35962U 93036AVC 13115.66777883  .00002792  00000-0  10957-2 0  2402
+2 35962 074.0144 126.7464 0055118 209.6986 150.1031 14.29001679207950
+1 35964U 93036AVE 13106.79649168  .00045706  00000-0  34738-2 0  3228
+2 35964 073.9277 256.7013 0086350 139.4961 283.2604 14.98960793203166
+1 35965U 93036AVF 13097.79182750  .00009110  00000-0  17490-2 0  2883
+2 35965 074.0363 024.9235 0062372 249.3202 144.2580 14.62555914200547
+1 35968U 93036AVJ 13110.25939678  .00003626  00000-0  63094-3 0  3791
+2 35968 073.7235 290.6898 0120811 248.5993 235.7135 14.63813358216091
+1 35974U 93036AVQ 13088.47661089  .00002271  00000-0  70329-3 0  2449
+2 35974 074.0381 118.7693 0023725 290.4771 139.0553 14.41627889213380
+1 35978U 93036AVU 13104.03080521  .00010679  00000-0  14743-2 0  1728
+2 35978 073.9557 324.5386 0097083 191.0794 168.9089 14.74966715204095
+1 35979U 93036AVV 13089.63380965  .00001300  00000-0  32148-3 0  2724
+2 35979 074.0230 065.4909 0090831 266.9778 211.2909 14.50630093211403
+1 35981U 93036AVX 13102.23729028  .00043947  00000-0  35938-2 0  2627
+2 35981 074.0620 282.1563 0117907 107.4035 013.7215 14.93793080194657
+1 35982U 93036AVY 13109.23134004  .00000604  00000-0  16426-3 0  3153
+2 35982 074.0629 048.1966 0085357 224.1049 135.3282 14.47636956192020
+1 35983U 93036AVZ 13102.29751513  .00011285  00000-0  28745-2 0  2335
+2 35983 074.0458 067.6991 0025908 283.7217 135.4253 14.50479598191107
+1 35984U 93036AWA 13103.29190700  .00023442  00000-0  39490-2 0  2902
+2 35984 074.0014 071.0190 0250700 055.5284 306.9283 14.50790978190368
+1 35986U 93036AWC 13089.42442395  .00002619  00000-0  75961-3 0  2415
+2 35986 074.0303 110.1447 0030042 287.6205 072.1687 14.44641182188224
+1 35989U 93036AWF 13089.83674946  .00000246  00000-0  98763-4 0  3288
+2 35989 074.0385 141.7598 0024487 278.1185 204.0736 14.33215281207208
+1 35991U 93036AWH 13106.61623914  .00007130  00000-0  15891-2 0  2272
+2 35991 073.9295 082.0637 0208150 105.1217 260.5383 14.44458613203814
+1 35994U 93036AWL 13110.97049357  .00057408  00000-0  52654-2 0  3072
+2 35994 074.0228 327.8292 0084702 136.5520 223.1476 14.91853279195572
+1 35997U 93036AWP 13103.40560050  .00000946  00000-0  33091-3 0  2229
+2 35997 074.0502 108.6602 0021615 255.0312 192.8357 14.36439316191410
+1 36004U 93036AWW 13114.69817994  .00007785  00000-0  66467-3 0  3743
+2 36004 073.9093 209.0805 0168472 126.8883 022.2504 14.87413582207393
+1 36005U 93036AWX 13117.23101506  .00000262  00000-0  84439-4 0  3543
+2 36005 074.0305 045.0069 0066377 232.1583 282.3952 14.43021214210604
+1 36006U 93036AWY 13098.94034012  .00044079  00000-0  30643-2 0  1961
+2 36006 074.0900 305.3544 0075042 143.4662 218.4584 15.02999191195547
+1 36010U 97051UR  13112.46965899  .00009787  00000-0  24734-2 0  2565
+2 36010 086.2932 179.0308 0040560 016.9182 343.3364 14.50410813195538
+1 36012U 97051UT  13098.47002807  .00001863  00000-0  13649-2 0  2393
+2 36012 086.4641 278.4174 0300719 275.0119 111.6548 13.76159732193453
+1 36013U 97051UU  13111.19651292  .00010053  00000-0  24527-2 0  4544
+2 36013 086.3880 195.7150 0012029 094.4675 293.9125 14.52534065195556
+1 36014U 97051UV  13109.17813031  .00012089  00000-0  21429-2 0  3774
+2 36014 086.3644 180.0186 0031965 184.8426 204.1381 14.66854221195854
+1 36017U 97051UY  13091.07801084  .00008792  00000-0  25866-2 0  1448
+2 36017 086.3814 206.1478 0031268 173.8487 309.4665 14.43328824189207
+1 36018U 97051UZ  13105.24209046  .00008866  00000-0  27604-2 0  1493
+2 36018 086.3937 206.1438 0043953 179.2301 211.4695 14.40290168190987
+1 36019U 97051VA  13115.69480065  .00002583  00000-0  78402-3 0  4717
+2 36019 086.4041 196.7533 0006252 253.7700 262.5935 14.41864710193176
+1 36021U 97051VC  13109.36410133  .00003797  00000-0  18941-2 0  4186
+2 36021 086.4296 235.6134 0137772 357.6556 059.1719 14.11853500190647
+1 36023U 97051VE  13089.62564808  .00003542  00000-0  12528-2 0  2241
+2 36023 086.3500 207.9970 0036511 244.5898 112.9614 14.34015417189730
+1 36024U 97051VF  13117.71544579  .00014199  00000-0  34172-2 0  4204
+2 36024 086.4816 209.1850 0034219 237.2154 275.3604 14.52860125198131
+1 36025U 97051VG  13088.25578855  .00004199  00000-0  16561-2 0  2811
+2 36025 086.5850 260.6299 0113992 350.9622 128.5396 14.25425239190546
+1 36026U 97051VH  13115.24860330  .00009213  00000-0  21127-2 0  5363
+2 36026 086.4249 193.7378 0028082 220.1023 202.2187 14.55228151200356
+1 36027U 97051VJ  13106.62039216  .00006488  00000-0  17840-2 0  3868
+2 36027 086.4250 204.9171 0017460 155.2935 265.2610 14.46770322198441
+1 36028U 97051VK  13115.00180912  .00001956  00000-0  54849-3 0  3014
+2 36028 086.3450 181.4771 0039988 179.4473 298.1189 14.45109436200139
+1 36029U 97051VL  13115.22387997  .00009523  00000-0  18599-2 0  5001
+2 36029 086.4264 194.0352 0026554 197.2261 219.4549 14.62615064200546
+1 36030U 96051M   13089.50510938  .00006767  00000-0  27920-2 0  2143
+2 36030 070.8746 037.1879 0034471 305.9774 053.8159 14.26784085179435
+1 36031U 96051N   13115.11464000  .00004395  00000-0  20323-2 0  6519
+2 36031 070.8688 355.4706 0016202 262.7543 223.7014 14.21333849182404
+1 36032U 09058A   13117.00807007  .00000063  00000-0  00000+0 0  6570
+2 36032 000.0447 072.7657 0003106 344.5385 217.7555 01.00271274 12837
+1 36033U 09058B   13117.15479815 -.00000018  00000-0  10000-3 0  7307
+2 36033 000.0293 132.2975 0002334 284.0560 213.8259 01.00272468 12842
+1 36034U 09058C   13117.33607771  .00026570  33966-6  15572-2 0  9305
+2 36034 006.1667 290.1459 6988918 277.9594 009.3798 02.69112559 31860
+1 36036U 09059A   13116.57511094  .00000155  00000-0  63372-4 0   655
+2 36036 098.4457 304.7992 0001106 103.2896 288.8509 14.39751771182969
+1 36037U 09059B   13117.09176824  .00000077  00000-0  29971-4 0  1068
+2 36037 098.2977 309.8444 0012134 310.7391 195.9488 14.52359105184596
+1 36038U 09059C   13116.47067998  .00000408  00000-0  10795-3 0  5550
+2 36038 098.2907 311.1529 0009533 325.9592 065.5948 14.53831497184661
+1 36039U 09059D   13117.80358923  .00000865  00000-0  90285-4 0  1264
+2 36039 098.3350 031.1538 0149214 111.5009 250.2188 14.84774560188739
+1 36042U 93036AXD 13112.19673453  .00006204  00000-0  90186-3 0  2635
+2 36042 073.8820 282.2071 0107341 216.1982 143.1894 14.72246859191764
+1 36044U 93036AXF 13094.61844903  .00016657  00000-0  33959-2 0  2720
+2 36044 074.0169 077.9875 0019436 244.0433 116.2455 14.60845330189648
+1 36045U 93036AXG 13088.81068437  .00001196  00000-0  45554-3 0  1610
+2 36045 073.7781 130.3732 0107813 244.0294 235.6715 14.28898414195426
+1 36047U 93036AXJ 13106.30334815  .00002319  00000-0  70112-3 0  1923
+2 36047 074.0556 082.4620 0026417 261.0147 099.8065 14.42736109212067
+1 36048U 93036AXK 13109.00985976  .00000326  00000-0  12856-3 0  3901
+2 36048 074.0575 112.2526 0029862 237.8571 152.3850 14.32831346193697
+1 36049U 93036AXL 13115.33870469  .00001599  00000-0  53618-3 0  3101
+2 36049 074.0414 080.8216 0021503 231.7042 279.1840 14.37973303190314
+1 36051U 93036AXN 13089.83211983  .00007091  00000-0  20836-2 0  2566
+2 36051 074.0378 141.6856 0040803 248.4917 235.1804 14.43431906187461
+1 36052U 93036AXP 13109.40400556  .00002423  00000-0  79585-3 0  4112
+2 36052 074.0356 093.2926 0021518 230.3368 284.1440 14.38715358194671
+1 36053U 93036AXQ 13112.33712044  .00001371  00000-0  53091-3 0  3289
+2 36053 073.8848 095.0140 0047158 262.5241 165.7612 14.30418782212622
+1 36055U 93036AXS 13115.61174434  .00005410  00000-0  36484-2 0  4566
+2 36055 074.0520 340.3446 0285455 073.2760 320.6752 13.82770665182637
+1 36057U 93036AXU 13103.32633896  .00007436  00000-0  15171-2 0  2237
+2 36057 073.9713 011.7149 0070341 239.9021 271.1788 14.59533212192367
+1 36059U 93036AXW 13110.10899565  .00002176  00000-0  87614-3 0  2463
+2 36059 074.0244 144.8029 0071975 244.6523 149.6254 14.27247183185610
+1 36061U 93036AXY 13089.58270985  .00000363  00000-0  15482-3 0  2495
+2 36061 074.0263 163.6227 0043402 278.8476 148.7544 14.28122425208950
+1 36062U 93036AXZ 13103.95275639  .00014962  00000-0  17734-2 0  2867
+2 36062 073.9537 286.1258 0130204 170.1829 343.4203 14.78588097216963
+1 36064U 93036AYB 13089.78669088  .00001637  00000-0  60688-3 0  1825
+2 36064 073.8509 133.0193 0078229 224.0551 135.1094 14.31397210186560
+1 36066U 93036AYD 13106.05273131  .00012217  00000-0  17201-2 0  3399
+2 36066 073.9903 322.5230 0092779 187.6479 324.6870 14.74393951189427
+1 36068U 93036AYF 13108.77824428  .00009254  00000-0  21446-2 0  2687
+2 36068 073.9880 117.3985 0182250 132.9635 352.8926 14.45430426198322
+1 36069U 93036AYG 13109.33530071  .00005724  00000-0  83974-3 0  2233
+2 36069 074.0532 320.4552 0113108 163.4733 325.0484 14.71451239194141
+1 36070U 93036AYH 13105.93958796  .00005207  00000-0  15039-2 0  3935
+2 36070 074.0291 091.5861 0020862 211.5347 178.7959 14.44709129190199
+1 36073U 93036AYL 13108.70211925  .00000306  00000-0  12610-3 0  1916
+2 36073 074.0314 117.3669 0027209 226.3995 254.3141 14.30822138190168
+1 36074U 93036AYM 13107.46646109  .00000993  00000-0  42532-3 0  2600
+2 36074 074.0015 144.8707 0057898 227.4391 199.0906 14.25305428201073
+1 36075U 93036AYN 13089.52506209  .00020413  00000-0  29578-2 0  1919
+2 36075 074.0032 038.8291 0114095 009.2157 350.9840 14.71622456208258
+1 36077U 93036AYQ 13099.44813637  .00003945  00000-0  68181-3 0  3040
+2 36077 073.9912 350.1964 0114421 211.7191 270.5064 14.64508097199141
+1 36079U 93036AYS 13117.01250277  .00005170  00000-0  94152-3 0  3567
+2 36079 074.0623 343.0904 0088443 172.5618 256.7678 14.63785376195667
+1 36081U 97051VN  13089.05364674  .00002638  00000-0  11002-2 0  1779
+2 36081 086.2505 200.4172 0076452 327.9337 157.6393 14.24352203187253
+1 36083U 97051VQ  13112.72756198  .00000765  00000-0  27645-3 0  2702
+2 36083 086.3517 195.8389 0034284 194.6155 165.4052 14.31948752193108
+1 36084U 97051VR  13098.52917919  .00028081  00000-0  44940-2 0  3173
+2 36084 086.2745 170.2642 0023499 146.1332 214.8365 14.71460988196805
+1 36088U 09061A   13117.89025660  .00000252  00000-0  62488-4 0  8608
+2 36088 098.0940 172.3618 0009837 305.1825 054.8452 14.59659330184147
+1 36089U 09061B   13117.18032638  .00000109  00000-0  39224-4 0   306
+2 36089 098.1562 160.0498 0083014 017.0105 014.3094 14.48883872182709
+1 36090U 09061C   13117.11178708  .00001700  00000-0  41878-3 0  6356
+2 36090 098.3045 178.7207 0091520 342.3721 049.1948 14.51011165182506
+1 36091U 09061D   13116.76570209  .00002038  00000-0  49245-3 0  6035
+2 36091 097.9290 117.6571 0086615 295.3230 116.1789 14.51877218182597
+1 36092U 09061E   13117.63064846  .00001110  00000-0  43618-3 0  5967
+2 36092 098.3891 139.8791 0159478 088.3319 029.3285 14.24375103179448
+1 36093U 09061F   13116.47432641  .00001759  00000-0  67305-3 0  5666
+2 36093 098.0906 084.1788 0160813 050.2430 094.9131 14.24892515179313
+1 36095U 09063A   13117.91749959  .00000130  00000-0  14779-3 0  8441
+2 36095 067.1499 037.0892 0007674 250.1088 199.4420 13.96679544175217
+1 36097U 09064A   13116.39575630 -.00000280  00000-0  00000+0 0  5451
+2 36097 000.0231 071.8261 0002253 331.5984 268.6019 01.00273140 12589
+1 36098U 09064B   13107.82315580 -.00000027  00000-0  00000+0 0  4892
+2 36098 020.8697 224.1356 5720706 048.6590 353.6832 01.76312631 21881
+1 36099U 09057E   13117.15084309  .00002446  00000-0  12654-2 0  9706
+2 36099 098.8440 164.8235 0010572 218.3331 175.2783 14.15838846176743
+1 36100U 09057F   13116.71063120  .00001513  00000-0  80382-3 0  9380
+2 36100 098.8260 162.0567 0009855 248.1095 260.0161 14.15021499178578
+1 36101U 09065A   13117.02580400  .00000147  00000-0  10000-3 0  7335
+2 36101 000.0717 338.6764 0004181 070.3971 211.3039 01.00271280 12683
+1 36102U 09065B   13115.98717470 -.00000069  00000-0  00000+0 0  4345
+2 36102 021.2481 049.3270 5869581 070.0841 001.2594 02.20875134 27359
+1 36103U 09065C   13116.43962323  .00001973  00000-0  52348-3 0  7226
+2 36103 049.3738 095.4575 5346068 052.2607 029.2388 05.02333844 62336
+1 36106U 09067A   13117.78201263 -.00000196  00000-0  10000-3 0  7595
+2 36106 000.0163 322.2320 0002631 078.7224 181.6333 01.00271371 12486
+1 36107U 09067B   13116.59275116 -.00000076  00000-0  00000+0 0  4816
+2 36107 012.1227 311.5894 4419360 172.1123 089.6808 01.73591184 21583
+1 36110U 09069A   13117.80107775 -.00000060  00000-0 -11738-5 0  7589
+2 36110 098.0053 252.6582 0023534 271.0552 088.7963 14.74147943182104
+1 36111U 09070A   13117.86469476  .00000013  00000-0  00000+0 0  9848
+2 36111 064.3058 235.4731 0004329 331.2927 174.3129 02.13101940 26219
+1 36112U 09070B   13117.40391596  .00000012  00000-0  00000+0 0  9676
+2 36112 064.2888 235.4410 0007046 151.4748 135.3027 02.13101619 26202
+1 36113U 09070C   13117.16273822  .00000012  00000-0  10000-3 0  9744
+2 36113 064.2940 235.4473 0001941 045.7583 101.7579 02.13102084 26207
+1 36115U 09070E   13117.46688105  .00000147  00000-0  26926-3 0  9443
+2 36115 065.0207 178.5921 5721912 141.0128 348.2079 04.24230471 51977
+1 36116U 09070F   13117.68465838  .00000166  00000-0  24936-3 0  9130
+2 36116 064.8502 174.9472 5739447 146.0020 359.8208 04.24398346 51992
+1 36118U 09070H   13116.71911108  .00000010  00000-0  00000+0 0  4721
+2 36118 064.2936 235.3601 0026630 190.8177 314.8228 02.13351494 26223
+1 36119U 09071A   13117.62467914  .00002605  00000-0  13497-3 0  9731
+2 36119 097.5192 125.3617 0002798 178.0601 298.8372 15.17076064186134
+1 36120U 09071B   13112.17896469  .00000045  00000-0  00000+0 0  2976
+2 36120 097.4638 162.4081 3441452 289.3579 063.5305 05.87189576 71858
+1 36121U 09072A   13117.76943966 -.00000044  00000-0  00000+0 0  7114
+2 36121 100.3143 176.5615 0008465 101.6152 258.5907 13.16437189161790
+1 36122U 09072B   13117.73330014 -.00000044  00000-0  00000+0 0  4966
+2 36122 100.3113 176.0514 0007952 110.2275 249.9699 13.16303518161771
+1 36123U 09072C   13115.85578459  .00000012  00000-0  94685-4 0  5956
+2 36123 100.3901 236.4587 0156484 312.1588 194.1649 13.46005575165149
+1 36131U 09075A   13117.36282613 -.00000113  00000-0  10000-3 0  9045
+2 36131 000.0291 003.7205 0000026 045.5501 194.0885 01.00271996 12264
+1 36133U 09075C   13117.79109525  .00003242  00000-0  70038-3 0  8135
+2 36133 045.9799 191.9207 5262965 274.9027 059.9770 05.16916332 62502
+1 36134U 09071C   13116.61079954  .00014604  00000-0  48739-3 0  1101
+2 36134 097.5012 131.6323 0004258 125.2768 022.0481 15.31151627184194
+1 36135U 99025DRG 13111.19552900  .00007509  00000-0  23501-2 0  2415
+2 36135 098.9469 196.9431 0079972 191.6322 198.4782 14.39136462221100
+1 36142U 99025DRP 13088.04223472  .00001490  00000-0  14832-2 0  1755
+2 36142 098.4104 169.0047 0244530 220.7376 264.6023 13.67105867265365
+1 36147U 99025DRU 13089.79672455  .00000602  00000-0  65306-3 0  1276
+2 36147 098.5060 099.5161 0479357 160.3780 201.3230 13.35023448198239
+1 36148U 99025DRV 13101.32573230  .00002324  00000-0  23163-2 0  2304
+2 36148 098.4046 136.0098 0358952 038.6692 020.6003 13.53796211271142
+1 36151U 99025DRY 13097.63275261  .00010976  00000-0  10825-2 0  2087
+2 36151 097.4389 246.8086 0209781 002.5685 357.6159 14.77069532268506
+1 36152U 99025DRZ 13088.26270925  .00001067  00000-0  69097-3 0  1333
+2 36152 099.1097 103.6802 0062746 295.9325 123.2014 14.04036145289880
+1 36156U 99025DSD 13089.29841704  .00002196  00000-0  10534-2 0  1694
+2 36156 098.9192 106.4045 0055739 276.3530 149.0659 14.19196664227626
+1 36157U 99025DSE 13089.71816537  .00008472  00000-0  18844-2 0  1716
+2 36157 097.8848 271.2298 0182635 059.5469 302.3626 14.47332566242014
+1 36159U 99025DSG 13103.21336641  .00009443  00000-0  11599-2 0  1712
+2 36159 099.4992 008.4788 0370386 134.4219 017.0717 14.44879394285094
+1 36163U 99025DSL 13102.55358841  .00003159  00000-0  18998-2 0  1896
+2 36163 099.1451 125.5834 0084795 282.0715 232.8268 14.05778716236789
+1 36167U 99025DSQ 13108.49098056  .00001195  00000-0  45546-3 0  1874
+2 36167 098.8189 182.2994 0090469 195.0044 165.2626 14.30517794224146
+1 36169U 99025DSS 13096.54371727  .00007521  00000-0  18326-2 0  1714
+2 36169 097.9883 306.8238 0201851 050.7718 341.5160 14.41314786280195
+1 36170U 99025DST 13089.35755275  .00001257  00000-0  10430-2 0  1281
+2 36170 098.0042 136.2034 0143963 016.9504 344.0069 13.85579911251814
+1 36173U 99025DSW 13110.11400128  .00000298  00000-0  14014-3 0  1396
+2 36173 098.1720 330.2303 0160156 050.8746 309.5426 14.19681981279456
+1 36181U 99025DTE 13088.23873426  .00002784  00000-0  97750-3 0  2365
+2 36181 098.9177 173.2060 0076933 260.5030 132.7574 14.34167784223590
+1 36182U 99025DTF 13115.43064540  .00001689  00000-0  90641-3 0  2217
+2 36182 099.1009 189.6057 0027132 284.3567 075.8417 14.14232090225193
+1 36185U 99025DTJ 13094.65331554  .00029489  00000-0  55911-2 0  2366
+2 36185 098.9985 240.0207 0084423 111.7849 249.2359 14.61894136226456
+1 36188U 99025DTM 13112.49836035  .00002166  00000-0  98483-3 0  2260
+2 36188 098.8858 125.2616 0086854 180.8696 334.3977 14.20841936224413
+1 36190U 99025DTP 13108.54475713  .00001655  00000-0  85080-3 0  1761
+2 36190 098.9514 129.6498 0053126 245.4095 269.5027 14.15966953220679
+1 36191U 99025DTQ 13100.72780317  .00008587  00000-0  25368-2 0  1519
+2 36191 098.9599 195.6323 0078949 201.2681 158.7494 14.41937077221744
+1 36194U 99025DTT 13102.56613874  .00005895  00000-0  20185-2 0  1420
+2 36194 099.0478 204.4776 0055489 255.1588 105.5206 14.35750538274718
+1 36195U 99025DTU 13099.01574575  .00020977  00000-0  20962-2 0  1678
+2 36195 099.0075 305.3247 0105272 265.2466 102.2981 14.87409777274200
+1 36198U 99025DTX 13116.59067910  .00001295  00000-0  10022-2 0  2448
+2 36198 098.6510 341.7860 0108439 347.7993 041.4418 13.91699768250237
+1 36199U 99025DTY 13116.64754485  .00000335  00000-0  15635-3 0  1950
+2 36199 098.8144 176.7211 0097211 241.4569 273.5861 14.24553165281717
+1 36200U 99025DTZ 13102.07648416  .00002970  00000-0  18461-2 0  2071
+2 36200 099.4020 188.9321 0081065 082.5351 278.4316 14.04202618242415
+1 36201U 99025DUA 13097.59356590  .00011914  00000-0  79407-3 0  1593
+2 36201 099.3650 117.0171 0226103 112.5545 031.9121 14.88682342288888
+1 36203U 99025DUC 13112.00126862  .00001280  00000-0  33798-3 0  1820
+2 36203 099.1680 292.3827 0136543 026.1816 118.8087 14.45514296236890
+1 36206U 99025DUF 13088.98630968  .00000825  00000-0  46034-3 0  1639
+2 36206 098.9809 139.7004 0032341 346.7852 132.7289 14.13478170275095
+1 36209U 99025DUJ 13099.82431060  .00002928  00000-0  20441-2 0  2392
+2 36209 098.9594 043.4199 0085947 352.7301 031.1569 13.97556870232980
+1 36211U 99025DUL 13099.42061211  .00000841  00000-0  30027-3 0  1515
+2 36211 098.9158 136.5903 0299628 264.2554 162.2643 14.14909058287187
+1 36212U 99025DUM 13096.03416244  .00032764  00000-0  16356-2 0  1832
+2 36212 099.0017 016.6010 0183165 085.2952 276.9984 15.03902988247846
+1 36218U 99025DUT 13103.36475325  .00002324  00000-0  67751-3 0  2250
+2 36218 099.0790 251.5078 0121691 094.3194 267.0587 14.40964717241010
+1 36223U 99025DUY 13116.22374654  .00003588  00000-0  23608-2 0  2073
+2 36223 098.3763 278.0070 0146594 191.3557 168.2643 13.97301572281041
+1 36224U 99025DUZ 13107.20845929  .00000035  00000-0  41315-4 0  1924
+2 36224 098.9431 077.4745 0117928 058.5625 000.8747 14.10947752204660
+1 36225U 99025DVA 13105.58336786  .00002361  00000-0  62266-3 0  2955
+2 36225 098.8079 214.3313 0133394 039.2325 024.2767 14.44808187290302
+1 36228U 99025DVD 13116.43762803  .00002201  00000-0  78381-3 0  2506
+2 36228 099.2993 268.1191 0156334 338.3828 053.7973 14.28829712233678
+1 36229U 99025DVE 13104.17917203  .00001127  00000-0  91268-3 0  1437
+2 36229 100.9138 139.4862 0134712 109.0383 282.2658 13.88728921277964
+1 36231U 99025DVG 13100.58486428  .00000043  00000-0  48211-4 0  1854
+2 36231 098.9854 144.6931 0062928 144.5326 003.2113 14.10314260203850
+1 36236U 99025DVM 13088.49655361  .00000179  00000-0  19697-3 0   931
+2 36236 098.9359 338.7907 0152202 211.6187 147.5886 13.79350660232433
+1 36237U 99025DVN 13089.03678951  .00004994  00000-0  16193-2 0  2166
+2 36237 098.9234 180.5572 0092316 247.7033 111.4345 14.36993562229003
+1 36238U 99025DVP 13112.10003918  .00000167  00000-0  11663-3 0  2499
+2 36238 098.9717 161.8137 0022441 089.7337 297.7386 14.11406185220481
+1 36239U 99025DVQ 13097.89542872  .00025687  00000-0  45238-2 0  2853
+2 36239 099.0630 260.4280 0118533 132.0058 230.3029 14.62991771222804
+1 36241U 99025DVS 13105.96630649  .00009352  00000-0  92639-3 0  3078
+2 36241 098.3848 148.8504 0308059 105.8300 017.4986 14.62625417224865
+1 36242U 99025DVT 13089.16010683  .00001693  00000-0  11855-2 0   776
+2 36242 098.1590 210.8323 0075874 249.1229 233.2205 13.98202889282346
+1 36244U 99025DVV 13112.04710265  .00001500  00000-0  93536-3 0  2580
+2 36244 099.1143 152.3797 0060369 343.3841 046.8552 14.05536461268980
+1 36247U 99025DVY 13095.96436823  .00000667  00000-0  24683-3 0  2006
+2 36247 098.8057 151.5092 0207353 317.9033 040.6374 14.24714114229972
+1 36251U 99025DWC 13103.26348459  .00050347  00000-0  14358-2 0  2941
+2 36251 099.1179 101.9448 0157411 281.6165 078.7671 15.24401049231990
+1 36253U 99025DWE 13110.01864313  .00012236  00000-0  81930-3 0  2616
+2 36253 098.7894 310.7286 0129100 019.2540 341.3493 15.00441377228413
+1 36258U 99025DWK 13104.05873608  .00001251  00000-0  20855-3 0  3351
+2 36258 099.0899 326.9000 0220075 240.7011 271.6240 14.57551810233840
+1 36259U 99025DWL 13104.54737544  .00001522  00000-0  77760-3 0  2294
+2 36259 098.9240 104.6688 0006757 060.6944 085.4954 14.17119691223996
+1 36260U 99025DWM 13116.48980395  .00000091  00000-0  72443-4 0  2379
+2 36260 098.9587 124.8923 0017466 055.5848 097.9277 14.13100096227280
+1 36261U 99025DWN 13089.06326597  .00000228  00000-0  34264-3 0  1538
+2 36261 101.3614 034.8882 0364333 350.0453 066.4594 13.41885945221233
+1 36263U 99025DWQ 13112.11875902  .00002127  00000-0  10770-2 0  2594
+2 36263 099.0145 170.2118 0053170 258.0280 134.4017 14.16487640223199
+1 36267U 99025DWU 13116.52895309  .00000924  00000-0  63884-3 0  2745
+2 36267 098.4695 319.4436 0159194 192.8749 201.1944 13.95394479221365
+1 36269U 99025DWW 13116.21928067  .00000768  00000-0  29800-3 0  2286
+2 36269 099.0844 204.6129 0268927 072.3840 318.0770 14.14911019223626
+1 36270U 99025DWX 13110.95373767  .00001922  00000-0  11696-2 0  2347
+2 36270 099.1165 109.1775 0080158 228.5519 187.4877 14.05823887282342
+1 36271U 99025DWY 13089.16215478  .00004588  00000-0  28960-2 0  1500
+2 36271 099.0653 059.6961 0129717 117.3505 308.7024 14.00555901256487
+1 36273U 99025DXA 13109.73137707  .00000085  00000-0  70114-4 0  1559
+2 36273 099.6509 292.3734 0101445 201.4669 217.1424 14.12454164269318
+1 36274U 99025DXB 13104.39551314  .00001798  00000-0  13255-2 0  2409
+2 36274 099.1014 072.8705 0106317 083.1109 065.7878 13.94125939257402
+1 36278U 99025DXF 13105.20454244  .00000569  00000-0  33141-3 0  2253
+2 36278 099.1230 190.8547 0064103 333.2043 056.3348 14.11755096283267
+1 36279U 99025DXG 13088.97480503  .00000034  00000-0  41884-4 0  1929
+2 36279 098.9622 142.8812 0062426 339.3067 141.2542 14.12989086237135
+1 36281U 99025DXJ 13109.99050102  .00001670  00000-0  21989-2 0  2577
+2 36281 099.2359 295.9128 0331494 224.2983 295.9516 13.42087518225172
+1 36282U 99025DXK 13115.78154730  .00192141  00000-0  30076-2 0  2485
+2 36282 098.3598 227.6510 0120626 228.6227 285.8616 15.45183702247683
+1 36284U 99025DXM 13098.10082041  .00015861  00000-0  42568-2 0  2266
+2 36284 098.8572 184.3170 0089343 166.7465 320.1637 14.45835486272067
+1 36287U 10001A   13116.49977679 -.00000291  00000-0  10000-3 0  9300
+2 36287 001.6201 002.9198 0001613 183.3510 348.3123 01.00270447 12056
+1 36288U 10001B   13115.45693586  .00001954  00000-0  13896-2 0  6799
+2 36288 020.0206 238.7072 7190932 325.7043 039.3976 02.36966897 27870
+1 36289U 08053K   13104.88835012  .00001168  00000-0  12230-3 0  4518
+2 36289 097.5752 117.9534 0014241 245.8065 114.1666 14.91363828229134
+1 36290U 08053L   13115.31468119  .00001355  00000-0  13031-3 0  1212
+2 36290 097.5545 134.4107 0021855 216.9288 143.0429 14.94448503223680
+1 36291U 08056G   13110.76359748  .00000417  00000-0  26471-3 0  4490
+2 36291 098.5445 033.5876 0180580 323.6964 093.6979 14.01204627225778
+1 36292U 08056H   13117.76327821  .00000304  00000-0  21116-3 0  4817
+2 36292 098.6760 053.4836 0176024 334.7169 024.5457 13.98641236227957
+1 36297U 93059M   13116.56287399  .00011411  00000-0  37572-2 0   810
+2 36297 070.9843 159.5453 0025881 203.4935 308.3904 14.38114308200330
+1 36299U 76005C   13117.09108906  .00000561  00000-0  57987-3 0  5035
+2 36299 082.9727 131.9585 0028429 242.1221 151.1101 13.74047763191886
+1 36300U 76067BZ  13117.61982096 -.00000132  00000-0 -27110-3 0  6980
+2 36300 065.6779 330.3663 0693183 335.4143 048.4380 12.34211772168610
+1 36301U 69009D   13117.04769292  .00008584  00000-0  59686-2 0  7538
+2 36301 088.4242 312.5964 1646720 171.3602 342.2411 11.42944706150404
+1 36302U 75087C   13117.80907663  .00000248  00000-0  13071-3 0  4863
+2 36302 081.2440 057.2819 0106631 344.4210 043.6685 14.08612072215249
+1 36303U 99057SU  13102.63392459  .00019699  00000-0  23431-2 0  2715
+2 36303 098.2932 231.4814 0039706 220.2239 137.6235 14.83853601510347
+1 36304U 99057SV  13107.57945466  .00001951  00000-0  51209-3 0  2027
+2 36304 098.7159 001.7339 0072818 018.8142 103.3364 14.48845290475506
+1 36305U 72022D   13091.47907233  .00005177  00000-0  23369-2 0   704
+2 36305 081.2215 271.7994 0022469 189.0856 170.9918 14.21892192242155
+1 36307U 80073K   13100.42886836  .00003831  00000-0  19242-2 0  1354
+2 36307 081.2186 106.1384 0032356 084.1755 276.3107 14.16079545218390
+1 36308U 80073L   13088.77596488  .00003343  00000-0  15517-2 0   841
+2 36308 081.2157 108.2183 0043831 091.0185 270.3443 14.19985308264678
+1 36318U 82025C   13115.74464360  .00001020  00000-0  67342-3 0  1049
+2 36318 082.5430 260.3226 0025035 156.2882 269.6869 14.00679399413511
+1 36319U 82025D   13089.75920478  .00001600  00000-0  96212-3 0  1310
+2 36319 082.5347 248.3069 0027273 195.7927 164.3092 14.06114042512484
+1 36320U 82025E   13089.75679031  .00002654  00000-0  16046-2 0  2810
+2 36320 082.5196 249.8270 0027171 182.3583 177.7466 14.06025791512941
+1 36321U 82025F   13097.48709060  .00002397  00000-0  15290-2 0  1965
+2 36321 082.5111 257.2261 0019540 194.5037 199.1234 14.03119513473155
+1 36322U 82025G   13103.85642100  .00002157  00000-0  13146-2 0  2206
+2 36322 082.5382 243.1414 0019679 155.1124 351.7596 14.05598027520718
+1 36323U 82025H   13089.24850786  .00001778  00000-0  11617-2 0  1381
+2 36323 082.5444 273.8702 0007596 329.8787 153.3973 14.01742720218006
+1 36326U 82025L   13111.41946961  .00001742  00000-0  12002-2 0  2976
+2 36326 082.5336 274.4672 0037357 242.9691 116.8984 13.98470903427991
+1 36327U 82025M   13100.01138882  .00002835  00000-0  19718-2 0   643
+2 36327 082.5240 279.0084 0009408 009.6067 350.5279 13.98433426460928
+1 36328U 82025N   13104.80648013  .00001740  00000-0  11738-2 0  1679
+2 36328 082.5269 264.8588 0014143 206.8213 210.1042 13.99944227459943
+1 36329U 82025P   13110.05106163  .00001967  00000-0  11714-2 0   673
+2 36329 082.5228 226.5231 0022131 105.7915 242.1065 14.06803152398910
+1 36330U 82025Q   13101.88795168  .00001707  00000-0  10670-2 0  1757
+2 36330 082.5376 251.5047 0014679 141.4632 004.9736 14.04137026547856
+1 36331U 82025R   13105.19426948  .00001197  00000-0  74620-3 0  2203
+2 36331 082.5347 244.8665 0004085 163.6856 325.3747 14.04118573478086
+1 36332U 82025S   13098.56361622  .00002338  00000-0  17305-2 0  1048
+2 36332 082.5407 312.6401 0007731 050.9005 341.7965 13.94866468447510
+1 36334U 82025U   13111.17196625  .00001657  00000-0  10458-2 0  2778
+2 36334 082.5208 241.8071 0018870 184.2130 299.4154 14.03549769514576
+1 36335U 82025V   13100.43924840  .00003301  00000-0  20594-2 0  2370
+2 36335 082.5159 245.0899 0030396 105.8425 288.2018 14.04305712431201
+1 36336U 82025W   13100.82623709  .00000665  00000-0  44367-3 0  1558
+2 36336 082.5368 270.5886 0007802 185.6952 174.5791 13.99774414451513
+1 36337U 82025X   13089.25235819  .00001706  00000-0  11554-2 0  1832
+2 36337 082.5386 282.2549 0021260 284.4319 075.1057 13.99636047466560
+1 36338U 82025Y   13098.48093299  .00003126  00000-0  19445-2 0  1871
+2 36338 082.5233 248.0623 0013869 211.4741 181.3743 14.04646850498488
+1 36339U 82025Z   13097.22692366  .00003109  00000-0  14178-2 0  1366
+2 36339 082.5256 166.5283 0006353 123.1044 272.1749 14.21349026421907
+1 36343U 82025AD  13088.21764067  .00001331  00000-0  85869-3 0  1785
+2 36343 082.5216 262.2449 0030488 302.2336 181.7955 14.02088816466668
+1 36344U 82025AE  13103.68776989  .00002304  00000-0  11647-2 0   907
+2 36344 082.5304 185.6073 0021748 271.6566 088.2121 14.15718696418686
+1 36345U 82025AF  13091.87664363  .00002048  00000-0  13075-2 0  1764
+2 36345 082.5335 260.3680 0026849 225.1417 206.6972 14.02932380401330
+1 36348U 82025AJ  13089.16575382  .00002194  00000-0  13379-2 0  1453
+2 36348 082.4991 239.0460 0015756 205.6062 275.4169 14.05622246551139
+1 36349U 82025AK  13106.08464395  .00001665  00000-0  99050-3 0  2517
+2 36349 082.5240 232.0900 0017845 129.2204 352.2020 14.06831107529167
+1 36350U 82025AL  13098.86454320  .00003297  00000-0  20162-2 0  2309
+2 36350 082.5279 246.2176 0030238 168.4556 191.7317 14.05403409537836
+1 36354U 82025AQ  13089.23398212  .00002015  00000-0  12938-2 0  2210
+2 36354 082.5167 263.4932 0013644 234.3793 246.7830 14.02749568506287
+1 36355U 82025AR  13110.63534702  .00001905  00000-0  11753-2 0  1328
+2 36355 082.5245 237.4555 0013283 192.9196 166.7430 14.04925705532548
+1 36358U 10002A   13117.57112130 -.00000194  00000-0  10000-3 0  9361
+2 36358 000.0152 249.2130 0003488 175.9520 081.1510 01.00271260 11892
+1 36359U 10002B   13116.80020890 -.00000154  00000-0  10000-3 0  4369
+2 36359 002.5342 074.6515 0200751 127.5445 234.2537 01.04042923 12335
+1 36360U 10002C   13116.16337715  .00000116  00000-0  45559-3 0  9535
+2 36360 046.1557 159.2482 7127453 339.3522 013.1108 02.34536861 27309
+1 36364U 06015H   13117.11999046  .00006424  00000-0  57908-3 0   311
+2 36364 097.9269 127.7547 0021913 219.1516 181.0839 14.95738365175329
+1 36365U 06015J   13117.16421274  .00003103  00000-0  43424-3 0  9532
+2 36365 097.9005 093.7832 0028178 134.8227 225.5281 14.78008460173677
+1 36366U 93036AYT 13100.11289711  .00002133  00000-0  11247-2 0  2999
+2 36366 074.0575 232.4203 0124294 317.8061 149.8316 14.10658962207887
+1 36368U 93036AYV 13103.50783872  .00003534  00000-0  20515-2 0  3348
+2 36368 074.1771 293.1677 0174692 333.8299 025.4373 14.01718815177630
+1 36369U 93036AYW 13104.36638752  .00001818  00000-0  59076-3 0  2471
+2 36369 074.0466 097.9193 0032172 260.3916 158.8871 14.39254507190138
+1 36370U 93036AYX 13111.57481448  .00023647  00000-0  22806-2 0  3152
+2 36370 074.0703 316.3210 0074336 203.3198 156.4608 14.90723893187469
+1 36371U 93036AYY 13108.70809301  .00001594  00000-0  58721-3 0  1911
+2 36371 074.0312 115.3637 0025012 205.1494 278.5174 14.33235003189040
+1 36373U 93036AZA 13103.10385102  .00047647  00000-0  52299-2 0  3453
+2 36373 074.0292 335.7898 0080375 247.1487 272.6283 14.85080358195442
+1 36375U 93036AZC 13089.72467469  .00002839  00000-0  82274-3 0  1171
+2 36375 074.0539 110.7002 0021801 289.3088 070.4908 14.44751058201061
+1 36376U 93036AZD 13102.17708971  .00030752  00000-0  41479-2 0  3003
+2 36376 074.0092 030.4063 0216356 000.0143 000.0990 14.64037653187043
+1 36378U 93036AZF 13117.29347229  .00004036  00000-0  63838-3 0  2772
+2 36378 074.0523 312.9577 0119922 148.9663 333.0897 14.67875349191160
+1 36379U 93036AZG 13105.44109817  .00000387  00000-0  15593-3 0  2305
+2 36379 074.0152 121.6050 0051680 265.1113 154.6831 14.30652689209321
+1 36380U 93036AZH 13110.42334800  .00009373  00000-0  19542-2 0  2045
+2 36380 074.0065 016.5780 0050159 241.5867 122.4349 14.59262920192472
+1 36384U 93036AZM 13109.36591310  .00003469  00000-0  11455-2 0  3597
+2 36384 074.0351 098.2971 0024393 217.0865 142.7585 14.38241368200220
+1 36385U 93036AZN 13109.99969421  .00001980  00000-0  55186-3 0  3595
+2 36385 073.9909 120.0809 0249753 290.3359 096.7706 14.30310311188453
+1 36386U 93036AZP 13114.60432289  .00023324  00000-0  99966-3 0  4239
+2 36386 073.9740 176.6935 0121807 030.7271 122.7283 15.16094743198007
+1 36387U 93036AZQ 13089.61519826  .00003068  00000-0  12603-2 0  2238
+2 36387 074.0084 185.1068 0071328 293.8722 130.8099 14.26074332180556
+1 36390U 97051VU  13088.58321940  .00001458  00000-0  41837-3 0  1553
+2 36390 086.3144 188.0801 0049601 259.5986 163.5577 14.43595659209836
+1 36395U 10005A   13116.31946971 -.00000033  00000-0  00000+0 0  7190
+2 36395 027.8348 168.2054 0001602 249.9464 169.3115 01.00274370 11926
+1 36396U 10005B   13116.81691141 -.00000161  00000-0  00000+0 0  5754
+2 36396 028.9556 279.1868 6372373 119.8931 002.9324 02.28859230 26791
+1 36397U 10006A   13117.84747481 -.00000296  00000-0  10000-3 0  6541
+2 36397 000.0264 355.9270 0002675 035.6050 071.4488 01.00272001 11739
+1 36398U 10006B   13116.24940049 -.00000157  00000-0  10000-3 0  3374
+2 36398 002.7893 073.1833 0463448 329.6490 027.6885 00.86944391 10143
+1 36399U 10006C   13112.22709345  .00000007  00000-0  23991-3 0  8732
+2 36399 045.9439 204.2140 7242948 318.0541 012.1096 02.23975545 25342
+1 36400U 10007A   13117.50302494  .00000069  00000-0  10000-3 0  9079
+2 36400 064.8635 115.8933 0031708 348.9020 046.7514 02.13102674 24562
+1 36401U 10007B   13117.35252212  .00000069  00000-0  10000-3 0  9109
+2 36401 064.8564 115.8899 0002725 066.7890 123.7502 02.13102709 24553
+1 36402U 10007C   13117.21984976  .00000070  00000-0  10000-3 0  9162
+2 36402 064.8463 115.8857 0002782 269.9562 222.3951 02.13102329 24554
+1 36403U 10007D   13116.57555779  .00000075  00000-0  00000+0 0  4374
+2 36403 064.8558 115.8348 0019832 193.8977 315.7701 02.13312684 24562
+1 36406U 10007G   13116.97422407  .00000044  00000-0  99502-4 0  8204
+2 36406 064.8404 088.7523 5698551 148.8370 316.7101 04.23397255 48764
+1 36407U 10007H   13117.44586049  .00000049  00000-0  98941-4 0  7795
+2 36407 064.9853 091.8974 5682117 144.1710 000.0011 04.23361043 48755
+1 36411U 10008A   13117.49789378  .00000080  00000-0  10000-3 0  5439
+2 36411 000.0876 086.1671 0001456 321.5286 211.9225 01.00266708 11565
+1 36412U 10008B   13116.71806009  .00000063  00000-0  00000+0 0  4542
+2 36412 011.5118 220.4979 5273759 078.6563 319.0789 01.92899302 22162
+1 36413U 10009A   13117.74132591 -.00000029  00000-0  10000-3 0  6513
+2 36413 063.4043 113.9779 0111336 358.5619 001.5096 13.45069404154612
+1 36414U 10009B   13117.74134668 -.00000029  00000-0  10000-3 0  6207
+2 36414 063.4067 113.2076 0111269 358.3236 001.7408 13.45069795154634
+1 36415U 10009C   13117.74150874 -.00000029  00000-0  10000-3 0  6384
+2 36415 063.4045 114.0424 0112090 358.6666 001.4070 13.45070388154609
+1 36416U 10009D   13117.16964313 -.00000071  00000-0  23386-4 0  5302
+2 36416 063.4540 353.1383 0239253 003.3917 138.6546 13.69370850157320
+1 36417U 10009E   13117.55045608 -.00000017  00000-0  11961-3 0  5757
+2 36417 063.4058 115.9803 0110983 358.1826 148.2018 13.44847369154543
+1 36418U 10009F   13116.18107667 -.00000011  00000-0  12982-3 0  5635
+2 36418 063.4059 120.7896 0109535 357.6263 069.7633 13.44613962154327
+1 36419U 93036AZS 13089.61009466  .00002684  00000-0  11974-2 0  1533
+2 36419 073.8519 189.1857 0121321 302.6927 119.1760 14.19418942194031
+1 36420U 93036AZT 13115.28398269  .00000233  00000-0  92907-4 0  2389
+2 36420 074.0384 091.7865 0020038 231.0231 193.6217 14.33878769189681
+1 36424U 93036AZX 13092.89294006  .00004729  00000-0  23215-2 0  2645
+2 36424 074.1839 258.1753 0117815 277.7362 236.3577 14.14416826179109
+1 36430U 93036BAD 13088.99798819  .00000339  00000-0  15867-3 0  1804
+2 36430 074.0060 193.1377 0105505 334.9425 143.9575 14.21100737182788
+1 36432U 93036BAF 13107.93994614  .00008022  00000-0  14232-2 0  1972
+2 36432 073.7374 311.2296 0102400 001.8858 358.6207 14.63984278183209
+1 36437U 93036BAL 13095.71068406  .00002531  00000-0  83764-3 0  2315
+2 36437 073.9554 103.7996 0034753 291.4317 191.4578 14.38112718188628
+1 36441U 93036BAQ 13116.40718646  .00002288  00000-0  26660-3 0  2375
+2 36441 073.8520 241.5561 0192486 221.1763 173.4338 14.73513796187215
+1 36442U 93036BAR 13103.44047203  .00001693  00000-0  60609-3 0  2516
+2 36442 073.9948 117.4487 0042670 256.9751 164.2073 14.34282501189345
+1 36445U 93036BAU 13094.05771969  .00077074  00000-0  48521-2 0  2062
+2 36445 074.0967 334.6772 0068582 205.7269 221.7084 15.06832237199683
+1 36450U 93036BAZ 13089.48240103  .00003607  00000-0  11742-2 0  1830
+2 36450 074.0398 140.7396 0032971 235.7057 124.0885 14.38788761183892
+1 36451U 93036BBA 13089.83030243  .00000867  00000-0  45720-3 0  1910
+2 36451 073.9446 261.8533 0221743 340.5339 082.0503 14.03605840189522
+1 36453U 93036BBC 13094.74853284  .00001562  00000-0  55341-3 0  2101
+2 36453 073.9331 122.7711 0094873 312.6399 167.2258 14.32912066180200
+1 36455U 93036BBE 13112.17167981  .00020240  00000-0  37505-2 0  1590
+2 36455 074.0344 037.9270 0010051 222.6227 147.2383 14.65213464192191
+1 36459U 93036BBJ 13088.83678787  .00000870  00000-0  50735-3 0   520
+2 36459 074.0287 273.6622 0149552 015.2272 345.3291 14.04501371202827
+1 36461U 93036BBL 13089.35170288  .00004427  00000-0  58141-3 0  2279
+2 36461 073.9494 324.1116 0119501 222.2294 257.3535 14.75662390180457
+1 36462U 93036BBM 13088.05065852  .00005428  00000-0  83728-3 0  2176
+2 36462 073.8361 338.1926 0098967 325.1110 034.3597 14.70356233202970
+1 36468U 93036BBT 13099.15353074  .00043040  00000-0  48697-2 0  2022
+2 36468 074.0231 022.0368 0164265 333.9956 030.1208 14.76904077188432
+1 36471U 93036BBW 13088.19887084  .00009663  00000-0  93157-3 0  2026
+2 36471 073.9047 279.7987 0143385 196.0523 163.6091 14.85513078203409
+1 36474U 93036BBZ 13108.85488174  .00014084  00000-0  16068-2 0  3201
+2 36474 073.9404 273.6592 0126956 155.2777 268.9008 14.80402579190665
+1 36476U 93036BCB 13117.25846302  .00003692  00000-0  11879-2 0  2317
+2 36476 074.0465 081.4592 0026649 210.0833 214.0165 14.39467651201397
+1 36477U 93036BCC 13107.13010538  .00054418  00000-0  34445-2 0  2112
+2 36477 073.9899 248.4783 0082090 118.7475 004.6008 15.05912472197171
+1 36478U 93036BCD 13089.59607863  .00154677  00000-0  54310-2 0  2868
+2 36478 074.1813 307.1908 0052744 105.0222 255.6826 15.27379746194959
+1 36479U 93036BCE 13109.08473703  .00004234  00000-0  68623-3 0  2439
+2 36479 074.0452 335.4237 0105816 176.1234 337.7890 14.67846038194913
+1 36480U 93036BCF 13089.75163458  .00007282  00000-0  19209-2 0  2661
+2 36480 074.0251 111.6932 0015197 247.8302 234.2057 14.49038926174432
+1 36482U 97051VY  13093.26817138  .00003207  00000-0  95338-3 0   755
+2 36482 086.3591 194.8222 0018847 280.5063 112.3658 14.42863137193487
+1 36484U 97051WA  13089.44274486  .00012154  00000-0  24708-2 0  2503
+2 36484 086.0177 133.3681 0035108 014.8949 049.3485 14.60631744215943
+1 36485U 97051WB  13107.64791833  .00003933  00000-0  20152-2 0  1296
+2 36485 086.4435 242.5213 0142650 016.7345 342.5958 14.10127197176464
+1 36486U 97051WC  13097.30430431  .00008754  00000-0  25898-2 0  2224
+2 36486 086.3770 197.4387 0020231 225.4723 168.0064 14.43229957210983
+1 36487U 97051WD  13117.68281230  .00003757  00000-0  23171-2 0  2815
+2 36487 086.3804 239.5535 0198822 080.2350 338.0537 13.95892380179283
+1 36488U 97051WE  13097.81188403  .00009003  00000-0  27732-2 0  2565
+2 36488 086.4545 221.0462 0044954 169.8824 347.2915 14.40787698194744
+1 36489U 97051WF  13088.65031429  .00008664  00000-0  27266-2 0  1072
+2 36489 086.4319 219.4567 0027205 214.8782 206.0648 14.40108409203782
+1 36490U 97051WG  13110.52301278  .00001529  00000-0  49592-3 0  3261
+2 36490 086.3853 197.4406 0001829 102.4992 315.9173 14.38353157196112
+1 36491U 97051WH  13098.61062738  .00015707  00000-0  53678-2 0  2836
+2 36491 086.3519 210.1243 0088096 227.5565 196.4541 14.34058760196052
+1 36492U 97051WJ  13117.69348510  .00003605  00000-0  11679-2 0  3292
+2 36492 086.4346 206.3697 0020197 073.9234 079.0417 14.38650973205064
+1 36493U 97051WK  13105.00658424  .00001521  00000-0  50406-3 0  3278
+2 36493 086.3709 198.1828 0018364 211.1613 276.0287 14.37179483202995
+1 36495U 97051WM  13089.63824252  .00007155  00000-0  23411-2 0  1861
+2 36495 086.3989 219.7403 0041133 228.4711 190.9490 14.37903578174073
+1 36496U 97051WN  13111.15316448  .00011098  00000-0  23144-2 0  2166
+2 36496 086.3532 181.9414 0035025 164.2649 225.3508 14.59467064186198
+1 36497U 97051WP  13106.48740903  .00001355  00000-0  50686-3 0  1991
+2 36497 086.1631 168.3585 0080585 154.8590 270.9878 14.29318619196517
+1 36498U 97051WQ  13109.82087825  .00054333  00000-0  47302-2 0  3637
+2 36498 086.0993 118.1153 0024667 085.5741 042.5475 14.96440464202599
+1 36499U 10010A   13116.36657659 -.00000007  00000-0  00000+0 0  8516
+2 36499 000.0270 263.5877 0002855 132.5576 191.4578 01.00277599 11400
+1 36500U 10010B   13116.41560395  .00000014  00000-0  00000+0 0  4888
+2 36500 026.0404 205.8315 6427837 073.4721 004.3314 02.24378004 25403
+1 36501U 10010C   13117.70530006  .00003356  00000-0  53740-3 0  9732
+2 36501 049.6127 202.2965 4960825 101.9810 010.2882 05.68512859 64028
+1 36502U 06015K   13116.48159756  .00010477  00000-0  95155-3 0  7855
+2 36502 097.9489 120.9537 0002692 065.9469 089.5127 14.95455724174144
+1 36508U 10013A   13117.14792123  .00000166  00000-0  40251-4 0  9303
+2 36508 092.0214 196.4646 0011781 090.8767 006.6506 14.52173864161746
+1 36509U 10013B   13116.13520970 -.00000067  00000-0 -38627-4 0  5336
+2 36509 091.9053 158.9282 0274568 348.8230 010.6921 13.93187522155053
+1 36510U 10013C   13116.17368784  .00000964  00000-0  20327-3 0  4975
+2 36510 092.0271 199.4647 0028536 116.7603 243.6533 14.59052294162204
+1 36516U 10016A   13116.51959030 -.00000122  00000-0  10000-3 0  7182
+2 36516 000.0375 022.6554 0002446 357.7299 280.3528 01.00271885 11002
+1 36517U 10016B   13116.87097121 -.00000112  00000-0  10000-3 0  2506
+2 36517 002.5183 064.7586 0717754 046.4203 319.1713 01.20449437 13147
+1 36518U 10016C   13116.43242777  .00001707  00000-0  15374-2 0  7736
+2 36518 046.0201 067.6875 7144686 329.2676 312.3248 02.41940842 26474
+1 36519U 10017A   13117.70761974  .00000049  00000-0  37278-4 0  5627
+2 36519 082.9613 174.1350 0037476 119.3838 241.1067 13.71310583150308
+1 36520U 10017B   13116.73478951  .00000009  00000-0 -67626-5 0  5034
+2 36520 082.9603 173.0866 0034374 100.6618 048.7409 13.72583470150288
+1 36523U 93036BCH 13113.92146969  .00278883  00000-0  60941-2 0  2109
+2 36523 073.9113 193.2170 0038546 048.3221 061.9791 15.42284211206094
+1 36524U 93036BCJ 13091.60451742  .00017217  00000-0  15779-2 0  1311
+2 36524 074.0397 311.4777 0149444 137.2745 224.0171 14.86692950185536
+1 36530U 93036BCQ 13117.48613623  .00002559  00000-0  68137-3 0  3302
+2 36530 074.0286 036.1244 0038836 237.8684 246.8483 14.48583018179174
+1 36531U 93036BCR 13116.61132124  .00003774  00000-0  26445-2 0  1986
+2 36531 074.1126 346.5599 0283709 067.6963 295.0638 13.81064607177934
+1 36532U 93036BCS 13088.20522141  .00003697  00000-0  74881-3 0  1838
+2 36532 074.0004 034.6852 0082753 304.9005 120.8779 14.59487158182287
+1 36533U 93036BCT 13104.92735756  .00000777  00000-0  24937-3 0  2963
+2 36533 074.0167 080.9529 0057693 263.7203 126.5770 14.40229012179216
+1 36538U 93036BCY 13102.44660340  .00022008  00000-0  45885-2 0  2650
+2 36538 074.1846 083.3269 0047109 197.3472 308.3262 14.59179878198148
+1 36539U 93036BCZ 13117.85454080  .00001024  00000-0  31410-3 0  8048
+2 36539 074.0316 051.3260 0037669 246.2989 148.5261 14.42533295172103
+1 36540U 93036BDA 13109.44628704  .00001211  00000-0  43613-3 0  3953
+2 36540 074.0366 106.0074 0025897 229.2202 285.3745 14.34615432196197
+1 36541U 93036BDB 13112.46982332  .00005946  00000-0  21499-2 0  2281
+2 36541 074.0139 128.3000 0058094 223.9698 135.4529 14.32764080191931
+1 36542U 93036BDC 13108.98215669  .00003519  00000-0  44359-3 0  3068
+2 36542 073.8070 282.9252 0154529 301.4328 204.4590 14.74312256195086
+1 36543U 93036BDD 13111.31446499  .00003757  00000-0  12502-2 0  2222
+2 36543 073.8466 080.3912 0076704 161.0909 199.3120 14.36335206191076
+1 36544U 93036BDE 13110.20999859  .00008957  00000-0  85699-3 0  2161
+2 36544 073.9525 290.4557 0184602 250.4874 235.8478 14.81303191192985
+1 36547U 93036BDH 13115.79345926  .00037473  00000-0  27742-2 0  1824
+2 36547 074.0813 269.6181 0104786 069.6077 349.5463 14.98617472210426
+1 36548U 93036BDJ 13117.85418017  .00005300  00000-0  13812-2 0  8909
+2 36548 074.0282 048.3256 0036578 231.0088 163.8963 14.49370976200301
+1 36549U 93036BDK 13116.94280367  .00010311  00000-0  15663-2 0  3093
+2 36549 074.0235 336.7393 0068561 255.2692 165.2124 14.72532016199260
+1 36550U 93036BDL 13095.01818449  .00000918  00000-0  44929-3 0  2412
+2 36550 074.0492 207.6296 0090099 294.2573 182.6859 14.17236486188422
+1 36551U 93036BDM 13104.18091609  .00001791  00000-0  39317-3 0  2463
+2 36551 073.9047 007.6260 0115220 244.4257 269.9394 14.54345394186281
+1 36552U 93036BDN 13112.65201075  .00011488  00000-0  19959-2 0  2941
+2 36552 074.0048 352.6796 0060946 199.2936 194.6538 14.67001342195793
+1 36553U 93036BDP 13093.84991622  .00004893  00000-0  10233-2 0  2909
+2 36553 074.0520 039.7375 0072633 266.0770 123.7424 14.58425063192132
+1 36554U 93036BDQ 13088.64142627  .00004744  00000-0  10496-2 0  1696
+2 36554 074.0158 066.2809 0078495 261.6618 215.6166 14.55589673190442
+1 36556U 93036BDS 13116.85991125  .00009680  00000-0  22244-2 0   741
+2 36556 074.0266 040.8291 0032126 211.7940 182.6783 14.55235904180668
+1 36557U 93036BDT 13102.82570582  .00002637  00000-0  96958-3 0  2510
+2 36557 073.9841 123.4828 0050702 266.0611 217.2875 14.32458010181194
+1 36558U 93036BDU 13115.88385272  .00001252  00000-0  42423-3 0  2689
+2 36558 074.0500 080.9541 0019925 235.3888 153.9578 14.37680424189224
+1 36559U 93036BDV 13114.84005894  .00002918  00000-0  24378-2 0  2154
+2 36559 074.1302 064.6148 0357628 141.9005 220.7989 13.62982303179727
+1 36562U 97051WR  13108.00021229  .00027602  00000-0  32204-2 0  2660
+2 36562 086.0829 117.9804 0055501 127.2962 263.0638 14.83935253197549
+1 36564U 97051WT  13113.43388670  .01118818  00000-0  26132-1 0  3047
+2 36564 085.9894 104.6704 0034634 154.5444 004.8735 15.39005769185082
+1 36568U 97051WX  13110.16357505  .00002883  00000-0  72428-3 0  4147
+2 36568 086.3085 177.9220 0025843 113.8583 275.9796 14.50792470189809
+1 36570U 97051WZ  13112.10014838  .00022728  00000-0  34051-2 0  2748
+2 36570 086.2815 162.4687 0067019 086.6506 303.5576 14.72991635193921
+1 36571U 06002AA  13116.19278692  .00001079  00000-0  22586-3 0  5153
+2 36571 098.0397 183.9766 0001524 117.4502 304.1019 14.61687144159513
+1 36581U 10021A   13117.00000000  .00000128  00000-0  00000+0 0  5952
+2 36581 000.0330 001.6920 0003235 069.3900 167.5780 01.00267660 10855
+1 36582U 10021B   13116.04155714  .00000082  00000-0  10000-3 0  6639
+2 36582 000.0609 063.6835 0002017 353.1395 185.5302 01.00273450 10851
+1 36583U 10021C   13116.83507678  .00000706  00000-0  37339-3 0  6645
+2 36583 003.1164 310.8975 7223673 348.7738 237.9432 02.33794928 24705
+1 36584U 10021D   13117.05798639  .00038041  00000-0  73629-2 0  6992
+2 36584 002.6810 258.5418 6732246 096.8871 144.8623 03.00292105 27062
+1 36585U 10022A   13117.32663424 -.00000047  00000-0  00000+0 0  1628
+2 36585 055.7270 040.5715 0024239 030.4649 113.3506 02.00578533 21356
+1 36586U 10022B   13116.11474759 -.00000047  00000-0  00000+0 0  4674
+2 36586 055.4966 044.4405 0232843 058.9678 092.8364 01.90939233 20318
+1 36587U 09075B   13116.23287670  .00000141  00000-0  00000+0 0  4100
+2 36587 021.2492 288.6985 5754115 307.4460 356.0771 01.99415046 21493
+1 36588U 10023A   13117.06627727  .00000034  00000-0  20718-3 0  8296
+2 36588 100.4361 305.1226 0017458 048.7573 097.0601 13.15873096139622
+1 36589U 10023B   13117.85577306 -.00000027  00000-0  26709-4 0  4679
+2 36589 100.4593 035.6768 0225688 181.9165 208.9129 13.58288416144200
+1 36590U 10024A   13117.57187863 -.00000365  00000-0  10000-3 0  7771
+2 36590 001.3951 022.6214 0003188 308.7780 200.7859 01.00273650 10662
+1 36591U 10024B   13117.72924675  .00055106 -43693-6  16887-2 0   257
+2 36591 020.8296 334.2078 6610433 023.8268 014.4749 03.22205738 28463
+1 36592U 10025A   13116.77454184  .00000137  00000-0  10000-3 0  4984
+2 36592 000.0021 215.6454 0002127 216.7464 087.3530 01.00272513 10793
+1 36593U 10025B   13116.19981416 -.00000212  00000-0  00000+0 0  3455
+2 36593 018.7851 063.8474 5625784 304.8228 249.9492 02.07420894 21923
+1 36594U 10025C   13115.97082347  .00004336  00000-0  57124-3 0  7149
+2 36594 049.4612 217.4755 5491972 258.9913 128.0979 04.84073511 50778
+1 36596U 10027A   13117.75006266  .00000507  00000-0  55056-4 0  1522
+2 36596 097.6507 145.8379 0014218 052.0921 308.1599 14.92224135156142
+1 36597U 10027B   13117.01596436  .00001065  00000-0  12285-3 0  9338
+2 36597 097.5282 112.5567 0066497 339.8838 019.9759 14.86091532155365
+1 36598U 10028A   13117.80550828  .00000130  00000-0  44966-4 0  1372
+2 36598 098.2947 303.4600 0001121 322.0370 038.0749 14.49754350151707
+1 36599U 10028B   13117.79591602  .00000205  00000-0  75727-4 0  6889
+2 36599 098.3267 290.2640 0041878 273.8222 201.8035 14.41373921150826
+1 36600U 10028C   13117.73711081 -.00000004  00000-0  22417-4 0  8250
+2 36600 098.2846 182.1659 0374009 246.6095 109.5311 13.72414584143626
+1 36601U 10028D   13117.58902506  .00000387  00000-0  11863-3 0  8398
+2 36601 098.3085 298.2173 0016281 248.6550 183.3660 14.46778827151335
+1 36602U 10028E   13116.58898772  .00001237  00000-0  28101-3 0  8722
+2 36602 098.2764 312.3356 0021947 019.2115 013.2561 14.57621403152177
+1 36605U 10030A   13117.81953844  .00001624  00000-0  80517-4 0  4329
+2 36605 097.4464 126.0618 0001612 115.0534 245.0868 15.19144701158166
+1 36606U 10030B   13116.68583094  .00000275  00000-0  54049-4 0  8247
+2 36606 097.4148 339.5391 0443279 312.7598 073.4913 14.22062260147838
+1 36613U 93036BEB 13115.32197663  .00005082  00000-0  76547-3 0  1920
+2 36613 074.0441 320.1385 0088422 160.6231 326.7797 14.72021287181764
+1 36614U 93036BEC 13115.67059277  .00001537  00000-0  55279-3 0  1635
+2 36614 074.0317 095.3157 0025958 215.0052 144.9394 14.34448668197412
+1 36616U 93036BEE 13098.51903169  .00023529  00000-0  41651-2 0  1417
+2 36616 074.0263 032.4032 0051431 312.1162 165.9284 14.66386278172893
+1 36617U 93036BEF 13112.40784730  .00006669  00000-0  18493-2 0  1867
+2 36617 073.9982 118.1925 0189702 128.9780 292.2643 14.36632650198745
+1 36618U 93036BEG 13116.32926018  .00066237  00000-0  13490-2 0  1016
+2 36618 073.9491 103.4617 0112685 332.4375 026.7873 15.39288140196517
+1 36620U 93036BEJ 13107.20775322  .00025931  00000-0  23770-2 0  1812
+2 36620 073.9952 289.3933 0110559 204.6419 280.2587 14.90202697190156
+1 36622U 93036BEL 13088.58055735  .00001218  00000-0  26710-3 0  2543
+2 36622 074.0262 043.8053 0097350 259.7376 217.7130 14.55923331163195
+1 36624U 93036BEN 13107.17138867  .00022865  00000-0  31260-2 0  2658
+2 36624 074.1774 029.9970 0051062 158.2593 266.2868 14.77572246187825
+1 36625U 93036BEP 13104.14400866  .00003467  00000-0  76419-3 0  1724
+2 36625 073.8886 359.8777 0077165 267.7407 247.4168 14.55961939186941
+1 36626U 93036BEQ 13108.74905557  .00003059  00000-0  26807-3 0  1422
+2 36626 074.0492 248.7773 0192412 082.6858 279.6144 14.83920601183824
+1 36629U 93036BET 13104.56075095  .00026189  00000-0  45116-2 0  1855
+2 36629 073.9844 036.3740 0133531 017.9814 099.0783 14.62699113186487
+1 36632U 93036BEW 13088.58324912  .00001513  00000-0  57794-3 0  2050
+2 36632 073.9750 157.4974 0051992 292.5972 066.9682 14.30869543168872
+1 36636U 93036BFA 13099.29577890  .00028141  00000-0  55665-2 0  2206
+2 36636 074.0158 068.4487 0018637 228.3507 131.6065 14.62114987174388
+1 36639U 93036BFD 13109.87731365  .00011844  00000-0  23148-2 0  2487
+2 36639 074.2250 064.6620 0033350 189.6431 199.8026 14.62588697181358
+1 36641U 97051XB  13107.02510566  .00012649  00000-0  30648-2 0  3695
+2 36641 086.3138 188.8301 0057732 159.0694 201.2895 14.51878541194395
+1 36642U 97051XC  13116.52191131  .00004548  00000-0  14843-2 0  2196
+2 36642 086.3861 200.0961 0037528 092.7510 323.8800 14.38042057195779
+1 36645U 99025DXP 13102.01402220  .00001265  00000-0  15996-2 0  1625
+2 36645 098.4811 130.7845 0331630 104.4200 259.5569 13.44388318172028
+1 36650U 99025DXU 13116.94501549  .00048064  00000-0  49119-2 0  1398
+2 36650 098.6165 156.9565 0167163 025.1911 093.8147 14.80538792185774
+1 36652U 99025DXW 13095.77883377  .00002323  00000-0  15219-2 0  2112
+2 36652 099.1036 084.0031 0067933 013.6471 108.4158 14.01980435248116
+1 36653U 99025DXX 13116.17940832  .00010858  00000-0  18116-2 0  1302
+2 36653 098.3569 091.7924 0143033 153.6873 262.8889 14.63524470291498
+1 36658U 99025DYC 13089.26325602  .00001911  00000-0  93562-3 0  1587
+2 36658 098.9439 093.9224 0083768 269.7403 089.4172 14.17282541236900
+1 36659U 99025DYD 13088.11973472  .00000397  00000-0  38743-3 0  1010
+2 36659 099.7434 193.7535 0142695 002.2625 118.5501 13.81318582286696
+1 36664U 99025DYJ 13105.78151780  .00000165  00000-0  91721-4 0  1388
+2 36664 098.9053 093.6079 0175880 351.8265 129.5737 14.16267103185979
+1 36665U 99025DYK 13088.78976534  .00002197  00000-0  13472-2 0  1394
+2 36665 098.4282 289.7889 0167399 224.1671 134.5356 13.99993635202581
+1 36666U 99025DYL 13108.00741762  .00027394  00000-0  11991-2 0  1857
+2 36666 098.3534 163.7837 0261700 002.9447 123.4364 14.96266282286159
+1 36669U 99025DYP 13089.17684634  .00015111  00000-0  33660-2 0  1402
+2 36669 099.0087 229.9436 0086323 141.4730 219.2669 14.54689541225575
+1 36670U 99025DYQ 13088.79688951  .00001797  00000-0  86815-3 0  1997
+2 36670 098.9056 087.8327 0046469 264.3321 220.5321 14.19308661221342
+1 36671U 99025DYR 13089.01107913  .00017218  00000-0  27270-2 0   733
+2 36671 097.3497 149.8834 0197871 241.1508 154.7861 14.59978757261884
+1 36672U 99025DYS 13088.18656343  .00007418  00000-0  19816-2 0  1275
+2 36672 098.9870 215.0654 0093139 168.7131 313.5175 14.46093633220246
+1 36674U 99025DYU 13115.59964981  .00011820  00000-0  36518-2 0  1712
+2 36674 099.0821 230.2967 0059493 141.2147 225.4569 14.40436413227493
+1 36677U 99025DYX 13089.31073096  .00001572  00000-0  10118-2 0  1501
+2 36677 099.1456 114.9617 0066031 315.1345 101.7874 14.03567421253283
+1 36678U 99025DYY 13090.67695174  .00000628  00000-0  21838-3 0  1929
+2 36678 098.6859 139.3439 0166564 106.5726 038.4907 14.31447857185395
+1 36680U 99025DZA 13098.60506324  .00001044  00000-0  49402-3 0  1639
+2 36680 098.9884 143.3815 0207737 143.8573 006.4548 14.11056173185744
+1 36681U 99025DZB 13088.31950497  .00000814  00000-0  54903-3 0  1693
+2 36681 099.1162 124.5114 0046927 030.6584 028.1474 14.02859749217674
+1 36682U 99025DZC 13089.43688837  .00000777  00000-0  88292-3 0  1410
+2 36682 098.4794 164.6293 0252773 304.9047 112.4328 13.60135981192406
+1 36685U 99025DZF 13099.41266777  .00002717  00000-0  56409-3 0  1935
+2 36685 098.8391 233.9255 0158242 312.8553 078.1733 14.53505279285315
+1 36686U 99025DZG 13090.42210152  .00001269  00000-0  31690-3 0  1660
+2 36686 098.9860 233.1455 0169525 038.1777 354.6713 14.45240188281428
+1 36693U 99025DZP 13115.04513972  .00003930  00000-0  10394-2 0  1406
+2 36693 097.6095 189.4042 0248995 240.5042 116.5134 14.32493055297417
+1 36694U 99025DZQ 13089.06957027  .00000608  00000-0  34503-3 0  1196
+2 36694 098.8129 031.2186 0119930 122.4608 238.8575 14.09942553280712
+1 36695U 99025DZR 13111.42150338  .00000450  00000-0  11281-3 0  2164
+2 36695 098.6139 161.0197 0280638 331.2843 027.3133 14.35654049232549
+1 36697U 99025DZT 13112.27420269  .00007837  00000-0  10340-2 0  1667
+2 36697 098.8175 274.0197 0214370 111.7880 253.7423 14.65572150212685
+1 36698U 99025DZU 13088.53194537  .00006281  00000-0  20064-2 0  2976
+2 36698 099.0101 196.4731 0066355 270.5638 151.8757 14.38782353204937
+1 36699U 99025DZV 13098.35759270  .00000399  00000-0  19895-3 0  2288
+2 36699 098.8518 117.5315 0099528 208.1735 211.4678 14.19930529204802
+1 36700U 99025DZW 13098.49615288  .00001027  00000-0  96039-3 0  1324
+2 36700 099.7929 199.9471 0163486 018.5030 342.3855 13.78510676253024
+1 36701U 99025DZX 13088.02734057  .00000718  00000-0  87048-3 0  1022
+2 36701 102.7471 027.5162 0296281 180.2208 180.0756 13.54339944288519
+1 36703U 99025DZZ 13094.54828639  .00001828  00000-0  13290-2 0  1231
+2 36703 097.8330 122.1508 0138136 285.3846 223.1325 13.92879532264096
+1 36704U 99025EAA 13115.68536837  .00018374  00000-0  28844-2 0  2143
+2 36704 099.3024 015.7844 0104407 343.7619 045.8470 14.69043895200635
+1 36707U 99025EAD 13089.79261752  .00000872  00000-0  54448-3 0  2288
+2 36707 099.0627 083.2881 0055066 230.1053 253.9752 14.06756440202389
+1 36709U 99025EAF 13088.26994590  .00000856  00000-0  73905-4 0   723
+2 36709 098.7556 250.7934 0122586 239.6423 120.2473 14.95154950239804
+1 36711U 99025EAH 13089.03721247  .00001623  00000-0  96365-3 0  1301
+2 36711 100.8075 153.3661 0165714 311.5831 166.4135 14.02818236230536
+1 36712U 99025EAJ 13115.52639314  .00004153  00000-0  14182-2 0   473
+2 36712 098.9200 204.2946 0077939 177.8402 182.2294 14.35208262244371
+1 36713U 99025EAK 13103.96685307  .00005249  00000-0  82873-3 0  1619
+2 36713 098.5007 156.9843 0275869 342.2386 137.2282 14.50460475288102
+1 36715U 99025EAM 13088.30495404  .00002072  00000-0  47655-3 0  1067
+2 36715 098.5265 120.8925 0201978 047.3112 314.5647 14.44745188230147
+1 36716U 99025EAN 13117.65233340  .00000249  00000-0  23111-3 0  1647
+2 36716 099.1261 050.3986 0153067 026.9355 089.7239 13.86014194269996
+1 36718U 99025EAQ 13106.84197926  .00018459  00000-0  26334-2 0  2289
+2 36718 099.1078 310.3878 0076242 328.7806 095.4458 14.74801465229363
+1 36719U 99025EAR 13088.97191937  .00001292  00000-0  67327-3 0  1531
+2 36719 098.5955 001.9236 0112307 245.1159 113.7199 14.13083388216763
+1 36721U 99025EAT 13101.35796652  .00022023  00000-0  36672-2 0  2430
+2 36721 099.0697 283.9641 0079729 034.9521 092.3150 14.67935948193304
+1 36722U 99025EAU 13116.39454840  .00047952  00000-0  36595-2 0  2578
+2 36722 098.9626 314.3506 0081612 216.1846 274.3795 14.99168167235694
+1 36724U 99025EAW 13111.20870678  .00001318  00000-0  85149-3 0  1436
+2 36724 099.4550 210.3228 0140926 356.6054 004.1751 14.00035042233437
+1 36730U 99025EBC 13116.15488588  .00003254  00000-0  13515-2 0  2368
+2 36730 099.6525 351.5561 0045218 040.8861 110.6122 14.26710645189018
+1 36731U 99025EBD 13097.21489611  .00002853  00000-0  12543-2 0  1826
+2 36731 099.0861 196.9918 0053936 274.4264 085.0753 14.23578854222026
+1 36732U 99025EBE 13089.81897171  .00003395  00000-0  48600-3 0  1925
+2 36732 099.0117 300.8589 0194452 256.2064 166.9864 14.65304664227621
+1 36733U 99025EBF 13110.26542659  .00002059  00000-0  16424-2 0  2440
+2 36733 099.1275 047.0800 0163681 082.7936 279.2921 13.86036560182490
+1 36734U 99025EBG 13115.81797772  .00001547  00000-0  99297-3 0  2345
+2 36734 098.9118 065.6015 0044567 256.7040 132.3386 14.04234645176041
+1 36736U 99025EBJ 13105.01605295  .00001519  00000-0  94065-3 0  1511
+2 36736 099.1091 112.3915 0075694 236.8911 156.7904 14.05392061235170
+1 36737U 99025EBK 13115.94021394  .00019828  00000-0  35170-2 0  1879
+2 36737 099.0699 280.9452 0110932 079.8290 073.5810 14.63294826177533
+1 36740U 99025EBN 13103.98849397  .00014487  00000-0  71779-2 0  1685
+2 36740 098.5039 019.5147 0070729 287.1231 132.9379 14.15991608241243
+1 36743U 99025EBR 13116.31896771  .00000753  00000-0  42994-3 0  1686
+2 36743 098.9952 126.3060 0060024 245.5140 114.6234 14.11856670237459
+1 36744U 10032A   13116.90716756 -.00000352  00000-0  10000-3 0  5613
+2 36744 000.0094 153.1066 0000950 247.2252 269.5003 01.00269427 10523
+1 36745U 10032B   13117.02945480  .00000145  00000-0  00000+0 0  5317
+2 36745 000.0564 006.0087 0003213 044.9753 205.2948 01.00271156 10558
+1 36746U 10032C   13116.52082279  .00000681  00000-0  36339-3 0  6325
+2 36746 001.9205 017.6215 7217737 300.8850 148.2441 02.33980515 23910
+1 36747U 10032D   13117.59411556  .00016217  00000-0  60710-2 0  6666
+2 36747 002.1018 337.2880 6931411 011.6100 199.1588 02.71620178 25277
+1 36792U 10034A   13117.35727663 -.00000291  00000-0  00000+0 0  6110
+2 36792 000.0631 058.6107 0002555 010.4016 213.4723 01.00273075 10272
+1 36793U 10034B   13117.44438404 -.00000464  00000-0  00000+0 0  5158
+2 36793 018.8429 066.0486 5534480 276.6425 081.6193 02.04329171 20877
+1 36794U 10034C   13116.44902933  .00005767  00000-0  11466-2 0  1978
+2 36794 049.5063 273.4491 5615863 200.2593 090.0677 04.62364060 46788
+1 36795U 10035A   13117.87894156  .00000421  00000-0  64338-4 0  1346
+2 36795 097.8640 179.4120 0014737 235.5915 124.3909 14.78715643150844
+1 36796U 10035B   13117.78281926  .00001036  00000-0  13739-3 0   319
+2 36796 098.0321 200.9442 0013339 225.2204 134.7943 14.81973266151031
+1 36797U 10035C   13117.80185793  .00000733  00000-0  98760-4 0   285
+2 36797 098.0346 201.9822 0011001 234.9939 125.0256 14.82188715151081
+1 36798U 10035D   13117.77201478  .00000553  00000-0  10866-3 0  1248
+2 36798 098.0971 187.7128 0001499 096.9689 263.1672 14.66444084149588
+1 36799U 10035E   13117.79225993  .00001413  00000-0  18001-3 0   221
+2 36799 098.0347 202.1872 0013583 228.6409 131.3652 14.83100597151107
+1 36800U 10035F   13117.15208617  .00001392  00000-0  15397-3 0  9295
+2 36800 097.9800 204.0228 0023471 285.8989 073.9641 14.88879840151639
+1 36801U 10035G   13117.83432935  .00004936  00000-0  54750-3 0  6204
+2 36801 098.0450 204.9251 0011979 206.7657 291.7802 14.87680836151242
+1 36827U 10028F   13117.79308127  .00000151  00000-0  58668-4 0  2646
+2 36827 098.3269 290.2686 0044089 273.0991 202.5443 14.41871723142571
+1 36828U 10036A   13117.89261000 -.00000145  00000-0  10000-3 0  7179
+2 36828 054.5738 208.5340 0030087 178.2712 269.1129 01.00297078 10105
+1 36830U 10037A   13116.19576146 -.00000064  00000-0  10000-3 0  5522
+2 36830 000.0441 167.5897 0003930 247.9394 222.2952 01.00272894 10151
+1 36831U 10037B   13117.08750161  .00000010  00000-0  10000-3 0  5219
+2 36831 000.0116 332.9712 0004581 058.7726 217.9084 01.00273504 10162
+1 36832U 10037C   13116.50043354  .00000929  00000-0  44138-3 0  5921
+2 36832 002.5691 032.6106 7212906 297.8733 099.5759 02.34857174 23023
+1 36833U 10037D   13117.81536885  .00051328  00000-0  10204-1 0  6546
+2 36833 002.2887 004.4221 6867498 007.8820 012.4029 02.82089117 24886
+1 36834U 10038A   13117.91516978  .00000381  00000-0  55681-4 0   278
+2 36834 097.8487 117.1339 0001126 057.4094 302.7232 14.81115087146795
+1 36835U 10038B   13117.21565891  .00007988  00000-0  23031-3 0  8046
+2 36835 097.6873 169.7237 0122694 187.8719 172.0599 15.28746652150765
+1 36858U 82025AV  13091.28045013  .00000599  00000-0  38865-3 0  1318
+2 36858 082.5343 268.7761 0021666 247.7077 111.9573 14.01113543364248
+1 36859U 82025AW  13109.67247685  .00002090  00000-0  13592-2 0   621
+2 36859 082.5255 250.7310 0026986 179.5534 169.3899 14.01906235426001
+1 36861U 82025AY  13104.75911123  .00001779  00000-0  11341-2 0  1526
+2 36861 082.5154 245.5309 0017025 156.2177 203.9784 14.03059246510927
+1 36862U 82025AZ  13099.99921024  .00001188  00000-0  79009-3 0   379
+2 36862 082.5474 273.0991 0017808 268.4171 238.9146 14.00486703352063
+1 36863U 82025BA  13108.77644541  .00001232  00000-0  80989-3 0  1980
+2 36863 082.5274 257.7599 0009430 163.1387 252.7073 14.01188927450360
+1 36864U 82025BB  13109.82791532  .00000757  00000-0  51201-3 0  1831
+2 36864 082.5445 271.2688 0021343 221.7654 199.8191 13.99072305465036
+1 36875U 81043N   13117.59217949  .00001921  00000-0  71149-3 0  2490
+2 36875 081.2572 338.3670 0018534 133.4598 257.3347 14.31906320481474
+1 36877U 81043Q   13110.39256163  .00004669  00000-0  11253-2 0  2653
+2 36877 081.2438 243.2177 0027590 177.3986 216.7899 14.52890195435894
+1 36878U 81043R   13110.43796434  .00001714  00000-0  88231-3 0  2164
+2 36878 081.2656 084.2185 0054873 067.7392 077.8472 14.14047697185968
+1 36879U 81043S   13093.36451430  .00003006  00000-0  15375-2 0   871
+2 36879 081.2634 100.4341 0052688 111.7184 248.9610 14.14610267157201
+1 36881U 05011C   13116.05001270  .00004142  00000-0  19946-2 0  3389
+2 36881 098.9225 137.1911 0012719 160.1364 262.6119 14.19241685182635
+1 36882U 89001V   13116.93975149  .00007473  00000-0  27753-1 0  5020
+2 36882 064.8244 075.4259 2585585 021.9057 008.9225 09.15146374 99555
+1 36883U 89001W   13114.37683476  .18423080  00000-0  51700+0 0  3318
+2 36883 064.7306 092.8114 0533069 325.6878 186.4612 14.52384993111926
+1 36884U 89039EG  13105.05245019  .00014084  00000-0  89402-1 0   727
+2 36884 063.3542 129.6431 5525092 005.7103 006.5487 04.41222214 89676
+1 36885U 79095AA  13093.09686060  .00011837  00000-0  22501-2 0  1513
+2 36885 081.1925 000.0684 0005256 059.2768 301.0734 14.64076578437977
+1 36886U 79095AB  13116.81305419  .00008654  00000-0  18959-2 0  3030
+2 36886 081.1606 284.7660 0005380 355.3775 057.4990 14.57607441532350
+1 36887U 79095AC  13089.29100045  .00005337  00000-0  92654-3 0   633
+2 36887 081.2242 291.4006 0037537 316.6627 043.1624 14.67629676502035
+1 36888U 79095AD  13100.08779584  .00013842  00000-0  27692-2 0  2692
+2 36888 081.1819 303.7136 0010370 267.8190 239.3415 14.61734593558637
+1 36890U 79095AF  13113.02737336  .00011286  00000-0  23772-2 0  2989
+2 36890 081.1794 300.6137 0001788 059.0565 087.0139 14.59420470535144
+1 36891U 79095AG  13106.02305535  .00005209  00000-0  12820-2 0  2850
+2 36891 081.1938 346.6036 0016066 090.7807 325.1182 14.52082238492852
+1 36892U 79095AH  13089.19183914  .00014398  00000-0  20392-2 0  2711
+2 36892 081.1692 255.6321 0014507 202.6747 156.5690 14.76907767504517
+1 36893U 79095AJ  13096.98575095  .00021781  00000-0  39786-2 0  1510
+2 36893 081.1755 339.4721 0012039 014.5014 056.1086 14.65785016563448
+1 36894U 79095AK  13117.59154951  .00004456  00000-0  14430-2 0  2246
+2 36894 081.2124 073.6210 0019693 287.6271 196.6771 14.38787214508959
+1 36896U 79095AM  13109.22693985  .00018890  00000-0  33555-2 0  2273
+2 36896 081.2037 276.1642 0025859 229.3729 130.1915 14.66872633498306
+1 36897U 79095AN  13089.51959670  .00007865  00000-0  18377-2 0  3343
+2 36897 081.1821 008.4143 0001341 283.9791 196.0168 14.54621474527120
+1 36899U 79095AQ  13116.40509119  .00006290  00000-0  15965-2 0  3489
+2 36899 081.1746 352.5815 0012948 291.8650 195.1785 14.50667246529977
+1 36900U 79095AR  13103.44504930  .00275312  00000-0  62944-2 0  2951
+2 36900 081.1320 141.7950 0008584 193.0991 158.9130 15.41724853498399
+1 36901U 79095AS  13104.24705304  .00005217  00000-0  17616-2 0  2354
+2 36901 081.1938 069.1550 0013719 023.0573 337.1225 14.36782452485314
+1 36902U 79095AT  13092.06116053  .00007377  00000-0  19151-2 0  2544
+2 36902 081.1853 008.9749 0008362 051.5089 007.2538 14.49633115525905
+1 36903U 79095AU  13109.07630652  .00003221  00000-0  85109-3 0  2058
+2 36903 081.1954 002.7257 0002781 288.6643 132.2806 14.48734261406191
+1 36904U 79095AV  13116.81490251  .00011623  00000-0  22524-2 0  6946
+2 36904 081.1972 277.1719 0009035 022.4779 337.6815 14.63188738425883
+1 36905U 79095AW  13106.89297083  .00009785  00000-0  17855-2 0  2989
+2 36905 081.1851 281.5781 0022323 239.1482 120.7524 14.65756927487037
+1 36906U 79095AX  13104.36198939  .00004730  00000-0  16442-2 0  2807
+2 36906 081.1913 098.0853 0010643 151.7614 272.2081 14.35345486521835
+1 36907U 79095AY  13093.62838184  .00010874  00000-0  23326-2 0  2745
+2 36907 081.2062 324.5142 0019843 078.6104 281.7321 14.58457282483597
+1 36908U 79095AZ  13095.08137111  .00009368  00000-0  22090-2 0  2361
+2 36908 081.1959 355.0509 0009399 152.2641 207.9057 14.54168610420393
+1 36909U 79095BA  13094.11844795  .00012610  00000-0  20337-2 0  1936
+2 36909 081.1959 222.9519 0009773 163.2525 195.5768 14.71342918463208
+1 36910U 79095BB  13103.83735982  .00009642  00000-0  17706-2 0  2348
+2 36910 081.1902 269.7753 0013958 285.4371 075.2786 14.65571009306289
+1 36911U 79095BC  13089.71027125  .00001966  00000-0  10896-2 0  1110
+2 36911 081.1996 239.9980 0017723 148.6093 211.6045 14.10849417207543
+1 36912U 79095BD  13111.28791979  .00009579  00000-0  19788-2 0  2325
+2 36912 081.1948 298.3319 0014356 286.3531 073.6089 14.60247114470167
+1 36913U 79095BE  13099.69489703  .00008512  00000-0  28453-2 0  2195
+2 36913 081.2053 089.8017 0006324 308.1909 176.1490 14.37355714518698
+1 36914U 79095BF  13116.23763998  .00004920  00000-0  11131-2 0  2180
+2 36914 081.1995 306.2362 0020170 283.6177 064.2342 14.55963910484521
+1 36915U 79095BG  13110.05996038  .00006200  00000-0  14503-2 0  2491
+2 36915 081.2010 326.9656 0009266 084.1719 069.0569 14.54531568532971
+1 36916U 79095BH  13115.25941094  .00002431  00000-0  84473-3 0  2015
+2 36916 081.1938 076.4737 0014883 057.7088 304.8503 14.35214239526617
+1 36917U 79095BJ  13106.60709177  .00010827  00000-0  12041-2 0  3200
+2 36917 081.1811 198.4275 0007932 110.5488 249.6576 14.87056899532750
+1 36918U 79095BK  13095.41863289  .00007899  00000-0  26133-2 0  1538
+2 36918 081.1968 116.4111 0021952 140.3142 276.5830 14.37737233536028
+1 36919U 79095BL  13117.24386582  .00012967  00000-0  24549-2 0  3141
+2 36919 081.1841 282.0771 0007480 256.6269 227.7475 14.64248321531722
+1 36920U 79095BM  13115.37963985  .00010189  00000-0  23060-2 0  3199
+2 36920 081.1828 333.6275 0043440 065.5160 048.0645 14.55512985524741
+1 36921U 79095BN  13108.47140027  .00001704  00000-0  44012-3 0  2965
+2 36921 081.1865 355.1786 0009532 200.4133 278.0843 14.49624567521568
+1 36922U 79095BP  13115.00385514  .00004713  00000-0  12644-2 0  2288
+2 36922 081.2005 348.0881 0005348 353.4484 006.6636 14.48047581448772
+1 36923U 79095BQ  13092.17318859  .00003623  00000-0  19706-2 0  1496
+2 36923 081.2022 235.9331 0013359 148.1763 212.0219 14.12031188224562
+1 36924U 71120M   13117.57545051  .00009964  00000-0  17933-2 0  7036
+2 36924 081.2405 320.4694 0008554 317.0604 076.7128 14.66510763365113
+1 36926U 71120P   13110.05341366  .00020700  00000-0  32791-2 0   388
+2 36926 081.2302 307.0663 0027071 250.0432 137.0940 14.71880439288313
+1 36927U 71120Q   13117.57418142  .00011155  00000-0  21420-2 0  6400
+2 36927 081.2345 323.1582 0010490 326.8444 033.2098 14.63594274198245
+1 36928U 71120R   13115.30019833  .00013242  00000-0  24788-2 0  3220
+2 36928 081.2382 323.5392 0008185 020.9283 104.3807 14.64749283192909
+1 36929U 71120S   13117.24071898  .00007543  00000-0  14237-2 0  3039
+2 36929 081.2529 322.0262 0000906 183.1590 176.9605 14.64401144227102
+1 36930U 71120T   13104.35881755  .00010451  00000-0  22474-2 0  1975
+2 36930 081.2408 341.3152 0020276 077.8322 282.5145 14.58338879158132
+1 36931U 71120U   13089.35353098  .00024521  00000-0  30018-2 0   887
+2 36931 081.2229 318.3784 0005431 323.3119 163.1361 14.83073217164746
+1 36933U 87011M   13089.34582010  .00000353  00000-0  16698-3 0  1249
+2 36933 065.0029 080.2769 0022682 277.6469 082.1775 14.32357532190848
+1 36935U 87011P   13088.59603087  .00000340  00000-0  16250-3 0  1717
+2 36935 065.0084 082.4921 0021084 281.0861 078.7710 14.32337974207550
+1 36936U 87011Q   13089.35170316  .00000492  00000-0  21824-3 0  1886
+2 36936 065.0025 078.9166 0022434 280.5853 147.8301 14.32361491202877
+1 36937U 87011R   13088.40875179  .00000411  00000-0  18835-3 0  1543
+2 36937 065.0150 083.4116 0020831 281.3900 152.8465 14.32391540210654
+1 36939U 87011T   13105.45950090  .00000297  00000-0  14605-3 0  1404
+2 36939 065.0164 035.2708 0021524 281.7365 196.4868 14.32527386213093
+1 36942U 87011W   13088.58627122  .00000386  00000-0  17771-3 0   864
+2 36942 065.0101 079.0860 0019021 273.6993 086.1822 14.32800395160291
+1 36943U 87011X   13089.36269687  .00000472  00000-0  21429-3 0  1873
+2 36943 065.0100 086.7980 0022315 288.0192 071.8461 14.31494255157457
+1 36944U 87011Y   13101.27659843  .00000631  00000-0  27383-3 0  1744
+2 36944 065.0139 053.3255 0019008 277.2851 155.1929 14.31545867164822
+1 36945U 87011Z   13098.48771016  .00000351  00000-0  16513-3 0  1180
+2 36945 065.0055 053.2198 0020998 274.7855 085.0845 14.32688051214526
+1 36949U 87011AD  13097.15478822  .00000632  00000-0  27184-3 0  1656
+2 36949 065.0198 062.8426 0022512 278.7098 189.4802 14.31978540184820
+1 36963U 06006CV  13113.63079163  .00006393  00000-0  16438-2 0  2586
+2 36963 051.7253 336.0521 5129950 009.5048 357.4601 05.37311017 92396
+1 36964U 06006CW  13117.60337236  .00001080  00000-0  78727-3 0  3372
+2 36964 052.0771 034.4708 5138580 288.3413 328.4545 05.26240528 95400
+1 36965U 07003AB  13117.36000150  .00000033  00000-0  33336-2 0  1568
+2 36965 025.0360 155.8092 7593480 062.7152 003.6524 01.74499742 24065
+1 36966U 07003AC  13111.11165081  .00000086  00000-0  19437-2 0  5435
+2 36966 024.1422 116.0936 7406199 152.1697 284.1405 01.89512551 28203
+1 36967U 07003AD  13117.16476672  .00000111  00000-0  36853-1 0  1859
+2 36967 026.4711 164.0293 7350548 033.7572 358.4887 01.84670389 39717
+1 36968U 07003AE  13114.10730547  .00001065  00000-0  37077-2 0  2349
+2 36968 025.6069 096.8438 7594189 162.3121 257.0862 01.84020526 39740
+1 36970U 07003AG  13109.24615387 -.00000177  00000-0 -27450-3 0  2402
+2 36970 024.9394 173.4799 7492205 037.0958 359.1822 01.76535314 34023
+1 36971U 07003AH  13111.80920233  .00000134  00000-0  14932-2 0  1553
+2 36971 024.7534 138.0593 7642350 095.4508 005.2920 01.75540903 28035
+1 36972U 81043T   13100.59428839  .00017758  00000-0  35718-2 0  2915
+2 36972 081.2449 212.4249 0032489 086.6955 273.7960 14.61165974484998
+1 36973U 81043U   13104.04849415  .00017046  00000-0  25389-2 0  1133
+2 36973 081.2584 119.8866 0002262 164.9377 200.2968 14.74811140461892
+1 36974U 81043V   13088.93976690  .00031175  00000-0  42446-2 0   804
+2 36974 081.2171 175.3829 0028635 149.5335 212.3441 14.78294865470585
+1 36980U 65108DL  13115.60018683 -.00000042  00000-0  11292-3 0   704
+2 36980 026.9563 054.6103 6781926 237.7084 347.2444 02.70406046 75793
+1 36981U 65108DM  13117.78294988  .00002128  00000-0  10648-2 0   967
+2 36981 029.8667 328.5524 6763827 211.1283 023.4805 02.92360295104480
+1 36982U 65108DN  13104.36699789  .00003513  00000-0  55358-2 0  1277
+2 36982 026.7811 299.1607 6411405 339.0851 027.9743 03.33774800 59415
+1 36983U 65108DP  13116.89200591  .00003398  00000-0  44355-3 0  6315
+2 36983 027.0194 285.2794 5002957 311.9251 115.1027 05.63512596312646
+1 36985U 10040A   13117.87286854  .00004480  00000-0  19054-3 0    64
+2 36985 097.4324 237.5704 0015980 092.4427 062.6705 15.23425453148824
+1 36986U 99025EBS 13110.84633939  .00001816  00000-0  13282-2 0  2197
+2 36986 099.1222 077.3471 0121517 010.5637 349.8035 13.93774765170391
+1 36994U 99025ECA 13110.11473789  .00000168  00000-0  16133-3 0  1840
+2 36994 098.6313 336.8600 0117308 022.3283 131.1642 13.89396751169544
+1 36996U 99025ECC 13109.28345929  .00001478  00000-0  76876-3 0  1218
+2 36996 098.2795 264.6444 0287711 136.0920 354.7912 13.96733845210476
+1 36999U 99025ECF 13088.97562529  .00003032  00000-0  28428-2 0   766
+2 36999 099.1620 003.8668 0210465 014.3326 346.1243 13.72932707239438
+1 37003U 99025ECK 13111.94935421  .00000472  00000-0  39974-3 0  1161
+2 37003 099.3301 158.7060 0104048 129.6282 352.5626 13.90134666185624
+1 37006U 99025ECN 13106.70078765  .00000765  00000-0  19066-3 0  1795
+2 37006 099.3660 274.5213 0325297 351.4941 008.0803 14.27847224182674
+1 37007U 99025ECP 13091.58043070  .00002957  00000-0  14670-2 0  1358
+2 37007 099.0916 150.5153 0111673 182.8728 177.1816 14.14770832183413
+1 37008U 99025ECQ 13099.66217106  .00000225  00000-0  18548-3 0  1893
+2 37008 099.2392 150.7545 0067549 070.6735 290.1716 13.98262862183847
+1 37011U 99025ECT 13116.68988440  .00004753  00000-0  16687-2 0  1997
+2 37011 098.9033 194.7593 0085242 188.9595 325.4950 14.33426992165597
+1 37013U 99025ECV 13089.57196427  .00003516  00000-0  95835-3 0   608
+2 37013 098.4040 011.3127 0206812 216.8765 141.8037 14.36139577268680
+1 37014U 99025ECW 13100.89452676  .00003156  00000-0  18491-2 0  1826
+2 37014 098.9709 082.2473 0041669 279.0353 109.5935 14.08517317172278
+1 37016U 99025ECY 13088.70058915  .00008246  00000-0  28509-2 0  1524
+2 37016 095.8732 057.3583 0158784 160.1787 200.5668 14.29006757222472
+1 37017U 99025ECZ 13111.30495116  .00003700  00000-0  10369-2 0  1464
+2 37017 098.7139 036.8217 0383977 030.9774 113.3886 14.11136230258817
+1 37018U 99025EDA 13110.59669707  .00005615  00000-0  31737-2 0  1159
+2 37018 098.5211 240.4204 0402635 201.6383 157.8973 13.76506002252049
+1 37019U 99025EDB 13092.42540932  .00001672  00000-0  67359-3 0  1428
+2 37019 098.9295 145.5209 0213395 083.3369 279.2043 14.17721478204820
+1 37021U 99025EDD 13110.06578472  .00000899  00000-0  36750-3 0  1568
+2 37021 098.8790 150.8151 0205476 002.2747 027.3683 14.19030424207032
+1 37022U 99025EDE 13088.24830179  .00002130  00000-0  15244-2 0  1348
+2 37022 098.4441 259.9639 0161675 337.6906 021.7955 13.92088860254138
+1 37028U 99025EDL 13087.99872792  .00001877  00000-0  12175-2 0   797
+2 37028 099.2355 151.9986 0048036 059.1504 302.1015 14.03373926290224
+1 37032U 99025EDQ 13104.43578413  .00008378  00000-0  20282-2 0   403
+2 37032 099.3948 316.8199 0193706 297.8916 057.8096 14.42521116282581
+1 37036U 99025EDU 13088.91582237  .00000479  00000-0  33535-3 0  1591
+2 37036 099.1661 137.6405 0123178 351.9373 007.9809 13.99765709278682
+1 37043U 99025EEB 13096.49990602  .00010232  00000-0  46338-2 0  1806
+2 37043 099.3535 194.1238 0138137 230.0286 193.0320 14.17211329240640
+1 37044U 99025EEC 13105.18666114  .00007494  00000-0  42344-2 0  1575
+2 37044 098.9668 229.2142 0628208 124.9225 243.4857 13.40406293217239
+1 37046U 99025EEE 13116.25875120  .00000550  00000-0  30526-3 0  1617
+2 37046 098.9505 129.1576 0056664 222.2522 197.4418 14.14599106238044
+1 37048U 99025EEG 13089.72235112  .00000376  00000-0  43707-3 0  1049
+2 37048 098.8647 275.0175 0260789 353.1142 063.5259 13.61057229230869
+1 37049U 99025EEH 13089.08038802  .00001855  00000-0  10370-2 0  1026
+2 37049 099.2077 173.7989 0056810 034.7757 326.4495 14.11267723266287
+1 37051U 99025EEK 13107.21290854  .00007749  00000-0  23800-2 0  2180
+2 37051 098.9425 195.4242 0077901 194.1226 194.9578 14.40133685191167
+1 37054U 99025EEN 13105.98346074  .00000294  00000-0  16480-3 0  1376
+2 37054 098.9228 151.5491 0107035 058.0570 070.3821 14.15130645229369
+1 37055U 99025EEP 13091.29714963  .00002496  00000-0  86636-3 0   815
+2 37055 098.7465 122.8108 0123071 132.3598 228.4785 14.32276686231601
+1 37056U 99025EEQ 13111.11637550  .00002325  00000-0  46965-3 0  1998
+2 37056 098.8672 215.1958 0316921 161.9888 199.5748 14.35265994209469
+1 37058U 99025EES 13088.13614791  .00006449  00000-0  35712-2 0  1164
+2 37058 096.6988 211.1601 0152311 340.6827 018.5872 14.05783930182255
+1 37059U 99025EET 13097.55036694  .00007156  00000-0  14096-2 0  1204
+2 37059 098.6793 125.2129 0238256 150.8508 210.4586 14.46338831224435
+1 37060U 99025EEU 13088.72131191  .00000473  00000-0  36722-3 0  1052
+2 37060 099.1241 052.1291 0085353 075.0082 286.0671 13.95727581271941
+1 37064U 99025EEY 13110.26044683  .00001112  00000-0  97416-3 0  2521
+2 37064 098.9507 005.9609 0149794 138.4779 007.6599 13.82623711187558
+1 37067U 99025EFB 13089.57712071  .00002582  00000-0  26684-2 0  1288
+2 37067 099.2194 006.6856 0229608 061.4638 059.9412 13.65827824224403
+1 37069U 99025EFD 13088.53419132  .00001913  00000-0  25789-2 0  1346
+2 37069 095.8431 195.8551 0472105 315.7239 098.0302 13.22227804260911
+1 37077U 99025EFM 13116.31230447  .00000847  00000-0  30475-3 0  1853
+2 37077 099.0352 241.6148 0108306 151.0494 240.0730 14.33276867187966
+1 37080U 99025EFQ 13088.09545319  .00003000  00000-0  21149-2 0   970
+2 37080 098.1644 183.7487 0185218 295.3638 185.5669 13.90787913228326
+1 37081U 99025EFR 13088.80436183  .00004526  00000-0  36679-2 0   594
+2 37081 098.7315 212.4270 0422794 130.3803 233.4339 13.55842175222888
+1 37085U 93036BFF 13089.44383062  .00001779  00000-0  31898-3 0  1500
+2 37085 073.9865 005.8489 0110274 246.5461 112.4084 14.63707061175446
+1 37086U 93036BFG 13109.30491038  .00002446  00000-0  66504-3 0  2653
+2 37086 074.0113 056.7225 0071311 238.8720 273.9639 14.46570545155137
+1 37087U 93036BFH 13089.03761439  .00003982  00000-0  12282-2 0  1991
+2 37087 074.0311 216.2679 0274042 011.2174 349.4911 14.22284744177847
+1 37088U 93036BFJ 13102.89888766  .00007837  00000-0  21050-2 0  2497
+2 37088 074.0284 067.9900 0036743 270.7507 119.3537 14.47829007163309
+1 37089U 93036BFK 13089.76328343  .00001208  00000-0  51161-3 0  1490
+2 37089 074.0440 239.7035 0229396 022.2321 338.8571 14.13308760175012
+1 37092U 93036BFN 13089.51084787  .00004283  00000-0  13357-2 0  1713
+2 37092 074.0298 133.9283 0029183 254.9720 174.8288 14.40904815184281
+1 37095U 93036BFR 13098.61546713  .00000936  00000-0  64530-3 0  1541
+2 37095 073.8513 298.5855 0232900 117.2831 279.7527 13.88319739204382
+1 37097U 93036BFT 13100.90841888  .00006463  00000-0  16714-2 0  1833
+2 37097 074.0370 066.9807 0034000 279.3755 080.3561 14.49735361160036
+1 37098U 93036BFU 13105.77110972  .00037672  00000-0  28250-2 0  1482
+2 37098 073.9355 251.0481 0102354 130.2832 289.0034 14.98336411178008
+1 37100U 93036BFW 13088.30015682  .00021430  00000-0  39163-2 0  1612
+2 37100 074.0305 083.6884 0050805 049.3502 311.2066 14.65011308154682
+1 37101U 93036BFX 13109.64363547  .00001119  00000-0  35922-3 0  1960
+2 37101 074.0441 086.5433 0071787 243.9338 233.2650 14.39180771160161
+1 37102U 93036BFY 13088.47468840  .00005364  00000-0  80764-3 0  1588
+2 37102 074.0517 009.4953 0097683 218.2399 263.2977 14.71458562160002
+1 37103U 93036BFZ 13088.48517453  .00007364  00000-0  14466-2 0  1458
+2 37103 073.7948 011.0251 0096759 045.3444 071.3039 14.59851833177447
+1 37108U 93036BGE 13108.17361330  .00000875  00000-0  38200-3 0  2424
+2 37108 074.0525 169.2628 0125645 294.0108 097.2485 14.21235787196916
+1 37109U 93036BGF 13089.28546477  .00020645  00000-0  35847-2 0  1296
+2 37109 073.9800 056.9225 0046148 027.9650 041.1823 14.67435403154466
+1 37110U 93036BGG 13107.10611272  .00002401  00000-0  52302-3 0  2248
+2 37110 073.8106 344.1665 0078762 271.3679 250.4378 14.56636281164768
+1 37111U 93036BGH 13112.05632531  .00005501  00000-0  93394-3 0  1306
+2 37111 074.0219 348.2972 0129771 169.9565 196.3162 14.63968063166244
+1 37113U 93036BGK 13088.02864341  .00089993  00000-0  47995-2 0   988
+2 37113 073.9936 300.7598 0052861 210.9977 295.4543 15.13504242181057
+1 37114U 93036BGL 13088.76147557  .00003260  00000-0  11249-2 0   798
+2 37114 073.8300 119.4237 0071033 212.0988 147.5762 14.34843822181944
+1 37118U 93036BGQ 13103.04423061  .00001825  00000-0  62106-3 0  1265
+2 37118 074.0302 108.2038 0017020 238.6457 156.2840 14.37186786184195
+1 37119U 93036BGR 13103.61562657  .00012119  00000-0  23137-2 0  1251
+2 37119 073.9643 060.4835 0166576 060.7630 305.8178 14.55431320170541
+1 37120U 93036BGS 13088.97481662  .00002901  00000-0  11768-2 0   625
+2 37120 074.0229 182.4853 0061358 274.4095 201.2112 14.27098352168324
+1 37122U 93036BGU 13116.75676981  .00009868  00000-0  93496-3 0  2232
+2 37122 073.8261 251.7610 0175740 260.7835 097.3982 14.82691758177083
+1 37123U 93036BGV 13110.27289215  .00003083  00000-0  89696-3 0  1424
+2 37123 074.0068 068.8611 0015653 254.0443 164.6486 14.44596984165275
+1 37124U 93036BGW 13089.61654113  .00003467  00000-0  13417-2 0  2335
+2 37124 074.0264 188.2408 0113324 324.5601 098.5858 14.26962921180439
+1 37125U 93036BGX 13100.38683056  .00006385  00000-0  16291-2 0  1910
+2 37125 074.0347 063.9484 0034709 294.8131 064.9420 14.50364777150207
+1 37127U 93036BGZ 13088.55487418  .00002783  00000-0  10640-2 0  1752
+2 37127 073.9938 170.1226 0052845 264.6540 158.5464 14.30390012180286
+1 37130U 93036BHC 13115.57476701  .00028062  00000-0  34847-2 0  4220
+2 37130 074.0552 324.5582 0082564 139.6570 254.5437 14.80062857194559
+1 37131U 93036BHD 13104.39020697  .00004132  00000-0  13273-2 0  2239
+2 37131 074.0273 104.3010 0027133 229.6037 193.4110 14.39503602187428
+1 37133U 93036BHF 13091.31801159  .00003453  00000-0  26830-2 0   964
+2 37133 074.0320 057.3828 0313115 170.6657 190.0583 13.72261540148969
+1 37134U 97051XE  13106.98487150  .00120963  00000-0  11349-1 0   961
+2 37134 086.3524 180.2007 0025338 096.1006 272.8933 14.93134011156125
+1 37137U 10041A   13117.07735773 -.00000036  00000-0  10000-3 0  7834
+2 37137 065.0999 356.1472 0020343 148.3079 173.1675 02.13102571 20625
+1 37138U 10041B   13117.14596462 -.00000036  00000-0  00000+0 0  7861
+2 37138 065.1165 356.1953 0033746 164.8549 030.3871 02.13102976 20623
+1 37139U 10041C   13117.05732731 -.00000036  00000-0  00000+0 0  7728
+2 37139 065.1188 356.1870 0022731 015.6350 246.1987 02.13103034 20623
+1 37140U 10041D   13116.63094551 -.00000034  00000-0  00000+0 0  3616
+2 37140 065.1115 356.0683 0027377 188.5417 204.6992 02.13454790 20657
+1 37143U 10041G   13117.19659094  .00000154  00000-0  24662-3 0  7610
+2 37143 064.7776 022.2041 5759596 158.8929 356.4220 04.24894316 40979
+1 37144U 10041H   13117.75821848  .00000158  00000-0  29839-3 0  6839
+2 37144 064.9102 024.1812 5751186 155.2239 096.3159 04.24786890 40994
+1 37148U 74089FH  13116.19651378  .00009750  00000-0  12519-1 0  5607
+2 37148 101.6067 192.9771 0035339 191.6250 232.3759 13.62686185133294
+1 37150U 10042A   13117.84942953 -.00000364  00000-0  10000-3 0  7424
+2 37150 000.0708 092.0390 0000676 027.6462 167.1653 01.00269731  9818
+1 37151U 10042B   13117.66425675  .00044947 -37677-6  85719-3 0  9862
+2 37151 024.8996 307.0928 5693660 191.9302 325.2216 04.61012327 33256
+1 37152U 10043A   13118.11422713  .00000002  00000-0 -53152-4 0  9545
+2 37152 082.4601 186.0306 0001538 130.8984 229.2238 12.42920618119492
+1 37153U 10043B   13117.72176771 -.00000006  00000-0 -11935-3 0  2542
+2 37153 082.4615 187.2269 0008554 061.4393 298.7544 12.40695210119369
+1 37154U 10043C   13117.69631124  .00000010  00000-0  00000+0 0  6338
+2 37154 082.4645 185.5027 0013554 356.3960 003.7018 12.42869185119533
+1 37155U 10043D   13116.19070071 -.00000016  00000-0 -11261-3 0  4398
+2 37155 082.4582 144.7783 0198582 189.2548 200.9593 12.78519345122802
+1 37158U 10045A   13117.63493255 -.00000152  00000-0  00000+0 0  5268
+2 37158 040.6329 181.3366 0752429 270.1150 125.3470 01.00245033  9642
+1 37159U 10045B   13117.42366139  .00111974  24806-7  28157-2 0  9414
+2 37159 031.6799 147.4379 6864073 083.1554 008.6464 02.87463053 25404
+1 37165U 10047A   13117.80645734  .00000069  00000-0  17790-4 0  8929
+2 37165 097.8623 164.8665 0032067 113.9293 246.5264 14.74392110139803
+1 37166U 10047B   13117.59220314  .00000587  00000-0  87927-4 0  6932
+2 37166 097.8704 169.9543 0026013 115.6763 244.7181 14.78042739140038
+1 37167U 10047C   13117.59387236  .00000606  00000-0  90763-4 0  6473
+2 37167 097.8505 167.4087 0025669 114.1515 246.2421 14.77935041140039
+1 37170U 10049A   13117.18918376  .00001570  00000-0  10000-3 0  8163
+2 37170 063.8387 087.3345 7193019 285.7069 092.4229 02.00856104 18847
+1 37171U 10049B   13116.83371132 -.00000499  00000-0  00000+0 0  3922
+2 37171 063.3751 085.0658 7121904 287.5284 020.3210 02.04348545 19203
+1 37179U 10051A   13117.77113231  .00000586  00000-0  63940-4 0  8457
+2 37179 097.6538 145.7828 0016391 089.8724 270.4388 14.91441479139278
+1 37180U 10051B   13117.81390127  .00000019  00000-0  73869-5 0  8672
+2 37180 097.6520 145.5080 0013863 103.7087 256.5677 14.91340020139274
+1 37181U 10051C   13117.61254020  .00001776  00000-0  15782-3 0  8525
+2 37181 097.5430 129.0836 0123786 060.5113 086.0785 14.91623287139170
+1 37182U 10051D   13117.14150792  .00004592  00000-0  39012-3 0  5501
+2 37182 097.6516 149.4174 0013327 094.4925 297.8061 14.98296373139453
+1 37185U 10053A   13117.36329113 -.00000214  00000-0  00000+0 0  6369
+2 37185 000.0120 257.8037 0000329 288.0839 075.2129 01.00271277  9331
+1 37186U 10053B   13116.89011255 -.00000016  00000-0  00000+0 0  3538
+2 37186 021.7030 135.5445 6066864 318.7903 173.5739 02.17040419 20076
+1 37187U 10053C   13116.68672260  .00001135  00000-0  32743-3 0  7006
+2 37187 049.5954 329.8753 5238021 233.7083 065.8360 05.19527647 47856
+1 37188U 10054A   13117.03817242 -.00000082  00000-0  12395-3 0  7809
+2 37188 052.0042 318.0396 0000803 117.5887 049.0857 12.62268486117153
+1 37189U 10054B   13117.07188572 -.00000089  00000-0  82194-4 0  7803
+2 37189 052.0020 318.0400 0001000 105.8993 034.5289 12.62259802117154
+1 37190U 10054C   13117.09241392 -.00000071  00000-0  18370-3 0  7868
+2 37190 052.0033 317.6972 0001705 117.6546 024.9880 12.62266683117162
+1 37191U 10054D   13116.52346340 -.00000079  00000-0  13978-3 0  4612
+2 37191 052.0072 275.1460 0000581 105.9395 298.3816 12.62263013117844
+1 37192U 10054E   13117.20301556 -.00000095  00000-0  47680-4 0  7887
+2 37192 051.9962 002.2022 0000691 066.9082 074.3821 12.62273402116418
+1 37193U 10054F   13116.96078696 -.00000070  00000-0  18909-3 0  7846
+2 37193 052.0059 273.3664 0000532 124.8056 016.8955 12.62271592117890
+1 37198U 08011C   13117.67396720  .00000469  00000-0  59690-3 0  7451
+2 37198 048.8699 206.3432 6582562 231.9715 348.9947 03.10507044 28745
+1 37199U 08011D   13111.42463329  .00000999  00000-0  32513-1 0  5593
+2 37199 049.0219 242.5267 6394470 200.5439 115.2788 03.06480840 28162
+1 37200U 08011E   13117.43426619 -.00000050  00000-0  00000+0 0  7768
+2 37200 048.9051 266.4711 6233360 181.9978 160.4963 03.02084320 27936
+1 37201U 08011F   13117.58807359  .00000637  00000-0  25593-1 0  6887
+2 37201 048.9869 243.5571 6376606 199.9738 319.4814 03.05998070 28300
+1 37202U 08011G   13117.79264137 -.00000154  00000-0 -34056-2 0  6096
+2 37202 049.0041 235.5684 6421192 206.2118 345.0028 03.07043373 28431
+1 37203U 08011H   13117.01700578  .00008031  00000-0  42218-1 0  6724
+2 37203 048.4394 218.1750 6492566 231.5326 155.6691 03.13447811 28783
+1 37204U 08011J   13117.75242781 -.00001148  00000-0 -36205-1 0  5938
+2 37204 048.9992 240.2874 6393656 202.2386 353.8320 03.06527548 28337
+1 37205U 08011K   13111.40103549  .00001179  00000-0  48157-1 0  5417
+2 37205 049.0283 245.8016 6373722 197.5762 126.1100 03.05923975 28136
+1 37206U 10056A   13117.17542825  .00007965  00000-0  17875-2 0  6160
+2 37206 002.1014 157.5838 7231893 232.3796 038.7445 02.34814054 21050
+1 37207U 10056B   13116.88530006 -.00000358  00000-0  10000-3 0  6069
+2 37207 000.0544 359.5002 0003718 352.9618 291.1418 01.00270270  9162
+1 37208U 10056C   13117.49660551  .00012654  00000-0  19581-2 0  5597
+2 37208 002.3498 144.7318 7212784 250.1705 168.5003 02.38074503 21241
+1 37209U 10056D   13116.94994530  .00049677  00000-0  57871-2 0  4581
+2 37209 002.5156 008.0258 6215134 168.8047 342.3037 03.74915245 26944
+1 37210U 10057A   13116.50030278 -.00000119  00000-0  10000-3 0  6592
+2 37210 000.5640 014.1098 0002411 164.8980 015.6768 01.00273312  9176
+1 37212U 10058A   13117.80243866  .00000158  00000-0  10000-3 0  9492
+2 37212 062.7849 242.3404 6968751 275.6277 310.0092 02.00602892 18193
+1 37213U 10058B   13114.72027477  .00001064  00000-0  00000+0 0  3776
+2 37213 062.8618 238.3960 7032398 275.9570 125.0695 02.00595657 18115
+1 37214U 10059A   13117.88004306  .00000037  00000-0  38785-4 0  7357
+2 37214 098.7981 063.0173 0000742 147.0069 213.1168 14.19329439128425
+1 37215U 10059B   13117.56398299  .00000103  00000-0  41905-4 0  7486
+2 37215 098.8754 108.6444 0088993 217.5668 291.6719 14.45590480130706
+1 37216U 10060A   13117.86998730  .00000097  00000-0  18738-4 0  7703
+2 37216 097.8733 303.8935 0001604 081.4375 278.7013 14.82166545133870
+1 37218U 10061A   13116.42596674 -.00000133  00000-0  10000-3 0  6533
+2 37218 005.0079 321.8943 0005385 167.0997 137.6287 01.00272503  9096
+1 37219U 10061B   13116.71881571 -.00000098  00000-0  00000+0 0  3979
+2 37219 017.3740 212.3153 5487040 207.2360 127.7326 01.94589140 17301
+1 37220U 10061C   13116.80829205  .00001638  00000-0  53951-3 0  4740
+2 37220 049.3878 082.8349 5522639 149.6807 302.6139 04.73710949 42213
+1 37234U 10064A   13116.88778726 -.00000345  00000-0  10000-3 0  6595
+2 37234 000.0594 060.9237 0002246 353.3934 250.3468 01.00268570  8926
+1 37235U 10064B   13117.30666199  .00027711 -72064-6  15986-2 0  6503
+2 37235 024.5599 333.7847 7080876 012.7829 358.6049 02.56997342 19086
+1 37236U 77087D   13116.53505782  .00000585  00000-0  59597-3 0  7115
+2 37236 082.9692 108.8285 0038094 068.6870 078.9751 13.74834409785628
+1 37237U 10065A   13117.08659448 -.00000242  00000-0  10000-3 0  5361
+2 37237 000.0664 047.2319 0002348 063.0110 102.6373 01.00271604  8881
+1 37238U 10065B   13117.02001971 -.00000010  00000-0  00000+0 0  4578
+2 37238 000.0421 092.9775 0003156 328.4194 226.9769 01.00271810  8905
+1 37239U 10065C   13117.62122293  .00180396 -29560-7  10565-2 0  9149
+2 37239 002.2060 311.9625 5645155 254.7535 039.8802 04.72175417 28384
+1 37241U 88089D   13117.82097053  .00000966  00000-0  47266-3 0  6959
+2 37241 098.7557 210.7613 0024626 054.8645 305.4835 14.20106360269369
+1 37242U 88089E   13116.79198258  .00000400  00000-0  23134-3 0  6887
+2 37242 098.7136 199.0835 0009041 316.2965 190.5864 14.14412118268720
+1 37253U 10066K   13117.81997029  .00004297  00000-0  45591-3 0  7279
+2 37253 034.5458 040.3766 4395958 233.7806 077.2078 06.68145999 57672
+1 37256U 10068A   13117.37894749 -.00000227  00000-0  10000-3 0  6186
+2 37256 054.6952 328.6799 0021373 183.8219 318.3056 01.00258808  8688
+1 37258U 10069A   13117.02984707  .00000053  00000-0  10000-3 0  5674
+2 37258 000.0249 297.7881 0004365 142.3008 154.8285 01.00271389  8697
+1 37259U 10069B   13106.57414380 -.00000184  00000-0  00000+0 0  3307
+2 37259 024.2146 261.2082 6121341 297.6170 351.7163 02.21625909 18650
+1 37260U 10069C   13116.53396586  .00001589  00000-0  41475-3 0  6434
+2 37260 049.6163 103.6108 5103121 216.8438 093.9850 05.41175187 45847
+1 37264U 10070A   13117.21832113 -.00000225  00000-0  00000+0 0  5450
+2 37264 000.0599 088.7558 0004026 333.9750 201.2142 01.00272288  8549
+1 37265U 10070B   13117.85440442 -.00000373  00000-0  00000+0 0  5028
+2 37265 000.0388 076.4402 0001518 327.8087 235.3362 01.00273028  8574
+1 37266U 10070C   13116.85197877  .00007638  00000-0  18536-2 0  4811
+2 37266 003.6023 240.6565 7248305 176.2555 098.7595 02.32620024 19563
+1 37267U 10070D   13117.02945480  .00044618  00000-0  98873-2 0  5051
+2 37267 002.9216 209.3870 6981527 240.7924 126.3254 02.66788120 21042
+1 37271U 93036BHK 13104.64578567  .00007352  00000-0  18787-2 0  1877
+2 37271 074.0532 066.4007 0024513 270.7987 208.0573 14.50443921152636
+1 37276U 93036BHQ 13102.31209444  .00037522  00000-0  26795-2 0  1903
+2 37276 073.8574 217.7536 0140237 136.2823 256.7201 14.96665120192605
+1 37282U 93036BHW 13114.51334909  .00004572  00000-0  12706-2 0  2064
+2 37282 073.9051 040.6709 0093695 062.2204 298.6276 14.44164153200716
+1 37284U 93036BHY 13089.31132153  .00001797  00000-0  11194-2 0   471
+2 37284 074.0241 306.8172 0199843 067.7521 047.4359 13.96177461155663
+1 37286U 93036BJA 13109.02300440  .00008391  00000-0  12011-2 0   791
+2 37286 074.0179 328.3264 0115690 161.3137 200.9770 14.72183664151822
+1 37287U 93036BJB 13110.30857826  .00005550  00000-0  38912-3 0  2199
+2 37287 074.0564 221.7775 0180273 069.9929 323.7641 14.93137880181090
+1 37290U 93036BJE 13090.95933465  .00099604  00000-0  54194-2 0  1725
+2 37290 074.0122 080.3876 0241934 056.6893 336.3596 14.92366979180641
+1 37291U 93036BJF 13115.42150660  .00009419  00000-0  17403-2 0  2250
+2 37291 074.0175 012.9405 0132648 331.0119 150.9602 14.59945730158892
+1 37292U 93036BJG 13106.65358104  .00001078  00000-0  75299-3 0   900
+2 37292 074.1267 336.9628 0247986 059.8464 302.6983 13.85823246204011
+1 37293U 93036BJH 13088.90710826  .00001237  00000-0  51150-3 0  1583
+2 37293 073.9331 164.9977 0090700 338.7866 140.3442 14.25565724150872
+1 37294U 93036BJJ 13110.17674719  .00002915  00000-0  83697-3 0  1843
+2 37294 074.0762 077.5561 0051247 229.1339 130.5373 14.44569570172852
+1 37295U 93036BJK 13117.16680071  .00000816  00000-0  21692-3 0  2013
+2 37295 074.0156 018.4211 0059909 242.6275 271.9401 14.49204357154191
+1 37297U 93036BJM 13103.64007863  .00003424  00000-0  94196-3 0  1572
+2 37297 074.0244 069.6168 0024404 297.0853 063.3770 14.47154888178377
+1 37299U 93036BJP 13098.60929556  .00009740  00000-0  26080-2 0   623
+2 37299 073.8727 070.2588 0081153 114.5781 007.8151 14.46376568183061
+1 37300U 93036BJQ 13088.33509009  .00046409  00000-0  29219-2 0  1229
+2 37300 074.0173 324.4761 0068396 219.8233 146.4645 15.06995113147130
+1 37301U 93036BJR 13095.92757088  .00022921  00000-0  48788-2 0  1837
+2 37301 074.0064 068.4139 0057188 040.2817 320.2563 14.57894684160137
+1 37302U 93036BJS 13117.83574235  .00008606  00000-0  20845-2 0  6556
+2 37302 074.0251 043.6895 0026921 229.5518 165.4119 14.52893468133276
+1 37303U 93036BJT 13113.16549848  .00006258  00000-0  14800-2 0  1179
+2 37303 074.0156 033.6425 0056140 214.0659 161.0963 14.53347707171362
+1 37304U 93036BJU 13116.86232149  .00030020  00000-0  32839-2 0  2855
+2 37304 073.9488 276.5288 0095829 142.4615 218.3307 14.84351962180424
+1 37306U 93036BJW 13116.30968921  .00005190  00000-0  14255-2 0  1716
+2 37306 074.0775 070.1689 0111748 212.1710 300.5755 14.43615543209358
+1 37307U 93036BJX 13107.47004903  .00003969  00000-0  87010-3 0  1055
+2 37307 074.0369 028.4490 0050326 247.1804 236.7990 14.57196283202387
+1 37309U 93036BJZ 13115.32108654  .00008591  00000-0  13805-2 0  2910
+2 37309 074.0471 339.3993 0131930 151.0335 333.7235 14.66015094195682
+1 37312U 93036BKC 13105.69288432  .00000808  00000-0  28652-3 0  2152
+2 37312 074.0340 102.3844 0022426 256.4992 221.1264 14.35972442196534
+1 37313U 93036BKD 13114.89049751  .00011504  00000-0  31167-2 0  2311
+2 37313 074.0366 074.8002 0019490 177.8892 213.4888 14.47622505581140
+1 37314U 93036BKE 13112.04309775  .00003957  00000-0  68734-3 0  3137
+2 37314 073.9467 328.6226 0117162 284.5291 200.2382 14.64099471175740
+1 37316U 93036BKG 13115.35008640  .00001702  00000-0  53295-3 0  2954
+2 37316 074.0422 079.4988 0088057 231.9498 289.5991 14.39232409191988
+1 37317U 93036BKH 13091.08072153  .00025252  00000-0  25297-2 0  1975
+2 37317 073.9919 340.6214 0069793 200.0814 229.7164 14.89456228135942
+1 37322U 93036BKN 13109.15083453  .00004498  00000-0  87601-3 0  1702
+2 37322 074.0648 009.4894 0088718 193.2724 166.7873 14.60838823138892
+1 37323U 93036BKP 13116.73466297  .00008257  00000-0  92600-3 0  1810
+2 37323 073.9168 244.4475 0137153 140.9135 282.1282 14.80277229193232
+1 37325U 93036BKR 13096.03104834  .00003463  00000-0  93715-3 0  2237
+2 37325 074.1469 104.6546 0057827 243.1094 151.0825 14.47114899191563
+1 37326U 93036BKS 13115.45843493  .00000728  00000-0  20036-3 0  1569
+2 37326 074.0329 032.4346 0072991 225.9209 256.1156 14.47269839187068
+1 37327U 93036BKT 13088.41454037  .00002058  00000-0  65775-3 0  1261
+2 37327 074.0296 125.1440 0030646 280.3761 079.3939 14.40028320186127
+1 37329U 93036BKV 13104.45111634  .00008021  00000-0  17925-2 0  1808
+2 37329 074.0211 038.6646 0054689 237.0546 122.5519 14.55965038192590
+1 37330U 93036BKW 13104.52098360  .00000710  00000-0  18493-3 0  2572
+2 37330 074.0233 036.8224 0068041 302.8870 164.3808 14.50149028192892
+1 37331U 93036BKX 13102.92933892  .00000625  00000-0  27021-3 0  2014
+2 37331 074.0740 162.1304 0067941 260.1685 224.2849 14.25277106189063
+1 37332U 93036BKY 13111.05615507  .00038997  00000-0  44897-2 0  1245
+2 37332 074.0073 356.8328 0028355 194.2705 162.8937 14.85250124192265
+1 37334U 93036BLA 13116.54066615  .00006742  00000-0  10249-2 0  1771
+2 37334 074.0366 313.7667 0111781 151.4913 240.2097 14.70000287192773
+1 37337U 93036BLD 13110.26636306  .00002898  00000-0  77909-3 0  2458
+2 37337 074.0299 051.2757 0047969 247.0929 263.7752 14.47832900188749
+1 37339U 93036BLF 13108.12350032  .00008789  00000-0  14930-2 0  2315
+2 37339 073.9944 359.2698 0061282 206.9281 152.8705 14.68035490180807
+1 37340U 93036BLG 13088.85047633  .00000227  00000-0  92203-4 0  2033
+2 37340 074.0264 141.8304 0020620 276.7426 200.1776 14.33150201176138
+1 37341U 93036BLH 13117.64385983  .00005151  00000-0  10063-2 0  2603
+2 37341 074.0009 345.3328 0060265 217.2396 174.2789 14.62004756187916
+1 37342U 93036BLJ 13089.56551104  .00005570  00000-0  14502-2 0  2082
+2 37342 073.7487 043.1829 0049039 343.1560 135.6687 14.49099194182648
+1 37343U 93036BLK 13108.54734080  .00001532  00000-0  58922-3 0  1672
+2 37343 074.0213 144.5794 0135504 157.7303 348.0901 14.26287894172047
+1 37344U 11001A   13117.62840466 -.00000108  00000-0  00000+0 0  6001
+2 37344 000.0281 242.8068 0001546 233.0757 042.2650 01.00271707  8357
+1 37345U 11001B   13117.52105275 -.00000036  00000-0  10000-3 0  3656
+2 37345 001.3532 065.1876 0150599 322.3302 036.3834 01.02799334 11079
+1 37347U 11001D   13116.10765015  .00018648  27152-5  90278-3 0  6337
+2 37347 050.3669 103.3111 2202174 194.2446 279.6182 10.95750401 87230
+1 37358U 85021G   13116.84057882  .00034956  00000-0  25229-2 0  8804
+2 37358 108.2113 061.9588 0037515 305.7353 089.1532 15.03477656123219
+1 37362U 11005A   13117.56461572  .00102525  61011-5  53699-3 0  3513
+2 37362 099.3889 309.1016 0163674 011.2669 021.1878 15.63981618122203
+1 37363U 11005B   13117.16805101  .00007800  00000-0  31168-3 0  7180
+2 37363 099.4292 265.1053 0401854 120.7886 342.5832 14.74045989119778
+1 37372U 11009A   13117.33643882  .00000069  00000-0  10000-3 0  6494
+2 37372 064.8577 115.8170 0007394 249.5503 083.9912 02.13108272 16831
+1 37373U 11009B   13117.01260652  .00000074  00000-0  00000+0 0  2992
+2 37373 064.8534 117.0884 0076942 130.9275 051.2017 02.08582597 16479
+1 37379U 01055G   13117.51055618  .00005353  00000-0  12950-1 0  7378
+2 37379 066.1140 298.1680 0137619 009.5982 024.3828 13.19279571531565
+1 37381U 08006C   13117.31970850 -.00000098  00000-0  10000-3 0  3482
+2 37381 005.2592 045.8810 0260863 203.4359 155.1972 00.95120968 17338
+1 37384U 11013A   13116.87533278 -.00000144  00000-0  10000-3 0  5323
+2 37384 056.0690 088.8079 0020871 196.2268 005.9784 01.00265447  7554
+1 37385U 11013B   13116.59596370  .00001852  00000-0  67452-3 0  6460
+2 37385 055.0594 255.7322 6998163 284.5932 020.5538 02.63042796 18738
+1 37387U 11015A   13117.79798973  .00000076  00000-0  54746-4 0  2387
+2 37387 098.7039 194.2466 0003445 044.2459 315.8988 14.21634404104930
+1 37388U 11015B   13117.88254334  .00000092  00000-0  59696-4 0  2327
+2 37388 098.7018 196.3552 0014158 324.6452 035.3787 14.23648360105095
+1 37389U 11015C   13117.77743582  .00000041  00000-0  37146-4 0  2470
+2 37389 098.7022 196.7417 0013560 326.1803 033.8510 14.23968577105090
+1 37390U 11015D   13116.79780060  .00000052  00000-0  39332-4 0  5794
+2 37390 098.5796 189.3091 0018088 359.7901 149.0530 14.26862111105165
+1 37392U 11016A   13115.85978041  .00000150  00000-0  10000-3 0  4261
+2 37392 000.0447 099.2986 0003911 233.6348 223.4633 01.00275688  7408
+1 37393U 11016B   13117.02284699  .00000092  00000-0  10000-3 0  5550
+2 37393 000.0170 263.2753 0001437 142.6312 229.9999 01.00272979  7459
+1 37394U 11016C   13117.42193336  .00001758  00000-0  61695-3 0  4399
+2 37394 005.5368 048.6503 7201363 080.1494 028.2989 02.37600736 17111
+1 37395U 11016D   13117.43446363  .00139601  00000-0  96493-2 0  5272
+2 37395 005.6881 319.8972 6446066 257.3664 015.6695 03.43411991 20943
+1 37398U 11018A   13117.13988139 -.00000122  00000-0  10000-3 0  9604
+2 37398 064.0911 334.7595 7234939 284.3223 007.9112 02.00624554 14508
+1 37399U 11018B   13115.96876583 -.00001282  00000-0  10000-3 0  3616
+2 37399 064.1134 331.6242 7290445 284.4828 010.5874 02.00491480 14491
+1 37400U 99025EFS 13104.96665216  .00000310  00000-0  27271-3 0  1357
+2 37400 098.8515 278.9753 0415471 290.5716 228.5479 13.58746192173470
+1 37401U 99025EFT 13089.03328652  .00000573  00000-0  21743-3 0   862
+2 37401 098.7830 085.9951 0186527 141.7138 219.7456 14.25751542191701
+1 37403U 99025EFV 13091.07600971  .00006705  00000-0  21761-2 0  1399
+2 37403 098.9377 174.5235 0078433 252.5785 228.0222 14.37472259218168
+1 37404U 99025EFW 13103.53535588  .00000751  00000-0  36480-3 0  1699
+2 37404 098.8520 128.4565 0049360 305.6895 210.0812 14.20747913168749
+1 37406U 99025EFY 13088.30781400  .00000585  00000-0  42935-3 0   971
+2 37406 098.4052 268.3275 0168822 285.7867 197.7655 13.92825888163962
+1 37408U 99025EGA 13106.79195646  .00007330  00000-0  33762-2 0  1612
+2 37408 098.6279 046.2812 0101157 075.1465 316.2592 14.18659302153715
+1 37412U 99025EGE 13109.31359117  .00003143  00000-0  15890-2 0  1141
+2 37412 098.9967 145.4105 0022876 118.2896 242.8130 14.16774102188007
+1 37413U 99025EGF 13090.23475592  .00003632  00000-0  18091-2 0   573
+2 37413 098.6516 011.5030 0094278 268.8680 090.1340 14.15269683208061
+1 37417U 99025EGK 13088.85030183  .00000083  00000-0  79562-4 0  1014
+2 37417 099.0935 110.9324 0081162 276.9204 207.6388 14.03717790220206
+1 37418U 99025EGL 13096.84821008  .00001715  00000-0  44890-2 0   978
+2 37418 098.6171 055.2764 1098305 044.1105 009.3007 11.87780212154643
+1 37419U 99025EGM 13094.48570763  .00002320  00000-0  13672-2 0   681
+2 37419 098.6183 182.3970 0526805 320.5632 092.2857 13.56045357120890
+1 37420U 99025EGN 13104.32050231  .00000334  00000-0  27188-3 0   558
+2 37420 099.2216 138.1604 0072866 049.0258 310.9375 13.95759941218076
+1 37421U 99025EGP 13105.71110179  .00000128  00000-0  18767-3 0   601
+2 37421 098.9172 203.8139 0416962 155.8320 208.2121 13.37727095170472
+1 37423U 99025EGR 13088.35759587  .00000461  00000-0  34157-3 0  1315
+2 37423 099.2014 133.4666 0062318 084.0840 276.7422 13.99407723179797
+1 37424U 99025EGS 13088.60413405  .00000720  00000-0  35983-3 0   674
+2 37424 097.2168 359.8132 0247601 286.6322 193.3367 14.04420328198104
+1 37426U 99025EGU 13089.78849718  .00004282  00000-0  15147-2 0   256
+2 37426 096.6203 285.8215 0099702 273.4239 149.0472 14.32191106218622
+1 37430U 99025EGY 13089.80882037  .00001758  00000-0  10494-2 0  1239
+2 37430 099.0449 085.9868 0023892 294.3791 187.5403 14.08435756275732
+1 37431U 99025EGZ 13088.11669000  .00010105  00000-0  24740-2 0   713
+2 37431 099.7238 049.6615 0082274 279.3198 079.8696 14.50676388222886
+1 37433U 99025EHB 13089.30313807  .00002233  00000-0  17689-2 0  1288
+2 37433 098.1166 123.7799 0297874 094.9430 326.6945 13.73441462303014
+1 37436U 99025EHE 13107.71932723  .00001083  00000-0  75511-3 0  1473
+2 37436 099.1051 080.1357 0059567 322.6341 037.1707 13.99999283249043
+1 37437U 99025EHF 13089.32306480  .00000480  00000-0  26750-3 0  1072
+2 37437 098.9773 126.5661 0121207 336.5535 023.0137 14.12068486225981
+1 37438U 99025EHG 13100.98702635  .00001177  00000-0  72583-3 0   978
+2 37438 099.0496 093.0194 0030869 293.6281 099.8077 14.07215675256165
+1 37440U 99025EHJ 13112.32404890  .00003170  00000-0  15910-2 0   889
+2 37440 099.0182 151.1375 0079840 107.4855 253.4365 14.15630952300827
+1 37442U 99025EHL 13088.58240834  .00003815  00000-0  13922-2 0  1313
+2 37442 099.1422 214.0105 0053359 315.0645 108.5641 14.32887407190370
+1 37443U 99025EHM 13088.24115038  .00001948  00000-0  13883-2 0   280
+2 37443 098.4288 256.6638 0162286 325.2829 033.7821 13.92365351246211
+1 37444U 99025EHN 13116.16828711  .00002817  00000-0  69641-3 0  1408
+2 37444 099.0688 231.6584 0313926 131.3046 355.2825 14.27119628191333
+1 37445U 99025EHP 13106.12872432  .00001484  00000-0  63059-3 0  1320
+2 37445 099.2387 226.7889 0191475 094.5766 266.7781 14.17467791188358
+1 37446U 99025EHQ 13112.04355744  .00035111  00000-0  35834-2 0   536
+2 37446 098.9798 312.9190 0096405 228.4007 290.1451 14.87095453193661
+1 37447U 99025EHR 13089.16062593  .00001111  00000-0  68112-3 0  1114
+2 37447 099.0136 065.9194 0044965 331.2444 089.0307 14.07395824202316
+1 37449U 99025EHT 13116.31368331  .00007304  00000-0  10080-2 0  1371
+2 37449 098.8988 292.9517 0200055 166.6980 317.3238 14.65588382192922
+1 37451U 99025EHV 13088.11477174  .00011736  00000-0  24032-2 0  1406
+2 37451 098.8516 201.4008 0096420 058.0824 066.6413 14.58011214187023
+1 37452U 99025EHW 13088.74129811  .00002767  00000-0  10476-2 0  1072
+2 37452 098.9865 179.9202 0059191 312.0876 194.7934 14.31085787238295
+1 37454U 99025EHY 13111.32882106  .00006788  00000-0  17922-2 0  3508
+2 37454 098.9771 238.5590 0095434 095.5538 325.6811 14.46546776156163
+1 37455U 99025EHZ 13115.55709324  .00003291  00000-0  58824-3 0  1510
+2 37455 099.4030 015.3373 0265509 163.3326 199.1462 14.47328299171149
+1 37456U 99025EJA 13088.21773518  .00004844  00000-0  10520-2 0  1255
+2 37456 098.9337 233.7753 0144851 030.9281 330.3898 14.52228387197296
+1 37458U 99025EJC 13090.83642340  .00020616  00000-0  11988-2 0  1069
+2 37458 098.7612 295.8225 0153062 026.9505 035.6279 15.02668023196099
+1 37459U 99025EJD 13098.62917832  .00012345  00000-0  25913-2 0  1003
+2 37459 098.8709 222.6323 0098192 032.2495 021.7565 14.56774159239981
+1 37460U 99025EJE 13115.72412278  .00001654  00000-0  82551-3 0  2127
+2 37460 098.5660 032.1391 0087464 132.6722 257.7096 14.16167668169241
+1 37462U 99025EJG 13088.20660969  .00007923  00000-0  10132-2 0   255
+2 37462 098.8674 230.5907 0264617 034.6575 327.1125 14.60024897233446
+1 37463U 99025EJH 13098.18917972  .00002492  00000-0  73456-3 0  1057
+2 37463 098.7571 174.0030 0147650 065.8557 295.7989 14.38365716236842
+1 37468U 99025EJN 13089.49613575  .00001861  00000-0  13603-2 0   378
+2 37468 098.1193 187.5113 0097339 284.4592 133.9195 13.94821339179036
+1 37469U 99025EJP 13114.20467160  .00006151  00000-0  15840-2 0  2671
+2 37469 098.9436 241.2744 0104396 038.8072 322.0557 14.47248028158508
+1 37471U 99025EJR 13099.54158433  .00004395  00000-0  74041-3 0  1107
+2 37471 098.6646 198.3477 0247879 011.0173 349.6312 14.51808288226230
+1 37472U 99025EJS 13116.31414660  .00010866  00000-0  25302-2 0  1824
+2 37472 098.9843 249.1590 0086970 070.5863 351.5277 14.52707695157015
+1 37473U 99025EJT 13095.77083737  .00004901  00000-0  85437-3 0  1490
+2 37473 099.1871 200.3768 0445201 336.9211 176.4214 14.19748798182125
+1 37474U 99025EJU 13115.84066027  .00001364  00000-0  37954-3 0  1351
+2 37474 099.1695 259.8943 0239685 097.8617 264.9843 14.32665562165791
+1 37475U 99025EJV 13091.32426539  .00002165  00000-0  10640-2 0   694
+2 37475 099.0500 132.3275 0140459 165.1070 195.3548 14.13719358181251
+1 37476U 99025EJW 13089.83072906  .00000423  00000-0  12499-2 0   872
+2 37476 098.9464 093.8854 1106812 145.0403 222.8969 11.81916271124622
+1 37478U 99025EJY 13101.22088518 -.00000160  00000-0 -22313-3 0  1281
+2 37478 099.6402 194.8498 0578434 051.1606 313.9455 12.91338839147654
+1 37479U 99025EJZ 13089.33561306  .00000737  00000-0  46170-3 0   677
+2 37479 099.0795 133.8752 0036703 010.1195 350.3273 14.07451734213988
+1 37484U 93036BLM 13109.68289588  .00000970  00000-0  40263-3 0  1261
+2 37484 073.8298 103.7066 0051690 281.6839 196.4422 14.27199028186743
+1 37487U 93036BLQ 13099.90966300  .00003152  00000-0  12996-2 0  1986
+2 37487 073.9416 151.2961 0061835 274.7798 211.7835 14.26219043146339
+1 37488U 93036BLR 13099.86846330  .00011497  00000-0  26073-2 0  1445
+2 37488 074.0071 058.5047 0115029 027.1043 333.6059 14.52092410212108
+1 37489U 93036BLS 13088.96997994  .00027440  00000-0  11692-2 0  1185
+2 37489 073.8795 195.4307 0137608 116.7614 244.5928 15.14561351187778
+1 37495U 93036BLY 13101.13186207  .00004400  00000-0  82121-3 0  1260
+2 37495 074.0120 003.6939 0098595 217.8684 203.5545 14.62165951181550
+1 37496U 93036BLZ 13106.30583909  .00002622  00000-0  72812-3 0  1535
+2 37496 073.9666 084.7821 0165568 088.2661 270.3351 14.39208804185127
+1 37498U 93036BMB 13111.64213364  .00001395  00000-0  49361-3 0  1343
+2 37498 074.0441 099.5790 0022768 224.3446 136.3719 14.35376822191677
+1 37499U 93036BMC 13107.48043066  .00000216  00000-0  91087-4 0  1244
+2 37499 074.0383 117.6509 0030448 240.5432 274.9799 14.31319661189647
+1 37500U 93036BMD 13104.65065951  .00005390  00000-0  28966-3 0  2716
+2 37500 073.9669 190.1216 0229736 088.0675 337.5061 14.95210361197251
+1 37501U 93036BME 13088.23181512  .00003111  00000-0  59226-3 0   950
+2 37501 074.0117 028.4654 0087576 264.9371 094.1667 14.62096412177207
+1 37502U 93036BMF 13116.59822508  .00004439  00000-0  16131-2 0  2132
+2 37502 074.2244 157.3713 0057374 169.2763 336.0086 14.32605561164559
+1 37503U 93036BMG 13116.99135050  .00007067  00000-0  17614-2 0  5888
+2 37503 074.0171 041.6753 0030607 217.3508 270.7915 14.51529603168190
+1 37504U 93036BMH 13105.26507104  .00006084  00000-0  14025-2 0   965
+2 37504 074.0830 056.0071 0085190 255.8133 104.7128 14.53289311165385
+1 37505U 93036BMJ 13111.64112133  .00012643  00000-0  57170-3 0  1316
+2 37505 073.9961 184.3556 0152674 080.8669 354.4862 15.11027702205310
+1 37508U 93036BMM 13095.29925244  .00006558  00000-0  16186-2 0  1427
+2 37508 073.7785 039.0425 0127983 310.6559 192.2576 14.47438323175547
+1 37509U 93036BMN 13109.60088868  .00011318  00000-0  58456-3 0  1462
+2 37509 073.8703 170.3661 0143412 104.2622 329.2332 15.07762338183200
+1 37510U 93036BMP 13100.27395697  .00003837  00000-0  95176-3 0  1455
+2 37510 074.0273 056.0063 0054154 262.9909 160.4356 14.51336820192186
+1 37511U 93036BMQ 13090.63449053  .00010227  00000-0  18827-2 0  1155
+2 37511 074.0583 045.8449 0065877 244.7914 238.4323 14.64261900168175
+1 37513U 93036BMS 13094.20599398  .00323748  00000-0  95655-2 0  1106
+2 37513 073.8517 263.6567 0032137 226.7382 255.9023 15.33065771188262
+1 37514U 93036BMT 13109.62886796  .00086701  00000-0  29605-2 0  1153
+2 37514 073.8878 187.5212 0090092 055.4102 301.4440 15.26045476212052
+1 37515U 93036BMU 13115.54218237  .00003043  00000-0  11529-2 0  2325
+2 37515 074.1651 151.1665 0112115 235.1147 276.9594 14.28143176191141
+1 37516U 93036BMV 13109.82413203  .00013504  00000-0  15639-2 0  2239
+2 37516 073.8517 266.9200 0095622 224.7488 194.3799 14.82235525188825
+1 37519U 93036BMY 13091.92389764  .00034741  00000-0  53302-2 0   768
+2 37519 073.9887 045.2176 0126186 020.6677 037.7229 14.68167390189526
+1 37520U 93036BMZ 13088.53161145  .00011493  00000-0  18097-2 0  1610
+2 37520 074.0470 027.9508 0072031 240.4806 238.3478 14.70798038189111
+1 37521U 93036BNA 13089.54670231  .00003711  00000-0  68145-3 0   909
+2 37521 074.0634 034.2822 0095814 229.7816 249.9839 14.63122659189086
+1 37523U 93036BNC 13107.05950354  .00008171  00000-0  12977-2 0  1238
+2 37523 073.9662 352.6623 0115424 192.3298 236.5720 14.67833043190906
+1 37524U 93036BND 13089.13548986  .00026217  00000-0  31481-2 0  1222
+2 37524 074.0654 014.0897 0072294 204.4799 193.8191 14.82018403198996
+1 37527U 93036BNG 13108.24413058  .00003167  00000-0  82661-3 0  1541
+2 37527 074.0118 051.4759 0046345 247.1419 174.5703 14.49254837194095
+1 37528U 93036BNH 13099.74774170  .00001220  00000-0  38823-3 0  1382
+2 37528 074.0411 092.4180 0024947 303.1143 185.1729 14.40749666190942
+1 37529U 93036BNJ 13098.43078374  .00003162  00000-0  96457-3 0  1846
+2 37529 074.0267 105.2833 0066102 261.6523 098.0018 14.41092225190158
+1 37530U 93036BNK 13089.55842686  .00000322  00000-0  13351-3 0  1315
+2 37530 074.0375 155.0003 0029831 264.9941 163.2140 14.30329253188172
+1 37531U 93036BNL 13096.68830978  .00001616  00000-0  65326-3 0  1304
+2 37531 074.0322 162.9677 0068046 278.3078 227.5837 14.27402799188440
+1 37532U 93036BNM 13088.81504809  .00000328  00000-0  11918-3 0  1613
+2 37532 074.0525 129.0016 0018023 305.6823 171.2869 14.37110090181588
+1 37533U 93036BNN 13088.98583426  .00001219  00000-0  77575-3 0  1390
+2 37533 074.0707 315.2837 0191882 038.1853 028.3581 13.96061011183304
+1 37535U 93036BNQ 13115.31169119  .00001146  00000-0  35826-3 0  3360
+2 37535 074.0304 061.1079 0038161 248.0432 236.6982 14.41483146185836
+1 37537U 93036BNS 13088.80591150  .00000270  00000-0  10613-3 0  1541
+2 37537 074.0136 139.9403 0055916 301.2560 058.3121 14.33159363184742
+1 37538U 93036BNT 13116.26423146  .00002623  00000-0  72222-3 0  2171
+2 37538 074.0296 043.8325 0053441 229.5467 290.9143 14.46568859158955
+1 37543U 93036BNY 13105.96923853  .00007645  00000-0  95561-3 0  1700
+2 37543 073.9809 291.4566 0135938 160.0137 350.7944 14.76083022179260
+1 37544U 93036BNZ 13116.48393351  .00006649  00000-0  16424-2 0  1213
+2 37544 073.9876 026.0056 0044983 332.0734 036.4287 14.51640810190026
+1 37546U 93036BPB 13098.51219389  .00003001  00000-0  10342-2 0  1689
+2 37546 074.0365 121.7759 0020867 242.2024 271.3432 14.36223206182634
+1 37547U 93036BPC 13104.30381809  .00003339  00000-0  90083-3 0  1452
+2 37547 074.0452 063.0807 0033215 289.2183 136.9729 14.47951599184847
+1 37549U 97051XJ  13091.80311294  .00002880  00000-0  11198-2 0  1499
+2 37549 086.3965 223.4369 0064403 269.2166 090.1976 14.28422981191975
+1 37550U 97051XK  13111.79072316  .00001397  00000-0  45880-3 0  2041
+2 37550 086.3931 198.7403 0003221 082.8732 064.4623 14.37671169195827
+1 37551U 97051XL  13104.20629792  .00057460  00000-0  48145-2 0  1908
+2 37551 086.4189 178.2171 0030916 057.5510 336.1767 14.97776958163161
+1 37552U 97051XM  13101.48035162  .00060376  00000-0  58493-2 0  1253
+2 37552 086.4087 178.6724 0047576 083.6657 278.6392 14.91572864205962
+1 37554U 97051XP  13115.67318169  .00013081  00000-0  34701-2 0  2238
+2 37554 086.3919 195.3188 0026007 285.1676 227.2530 14.48407597158584
+1 37555U 97051XQ  13088.83122525  .00004531  00000-0  16810-2 0  1358
+2 37555 086.4597 235.2370 0085669 303.4510 056.0008 14.30026057178821
+1 37557U 97051XS  13088.20944537  .00004603  00000-0  24725-2 0  1800
+2 37557 086.3938 244.9503 0161219 115.4250 005.0233 14.06310467188092
+1 37558U 97051XT  13099.64150625  .00005338  00000-0  19137-2 0  2211
+2 37558 086.4045 216.8056 0103332 288.1897 135.6639 14.30852906163742
+1 37559U 97051XU  13107.17715574  .00010367  00000-0  22513-2 0  2502
+2 37559 086.3087 177.1887 0025707 217.2470 171.2726 14.57792314166345
+1 37560U 97051XV  13089.71992137  .00005535  00000-0  26361-2 0  1241
+2 37560 086.4040 238.9517 0119931 051.7393 011.1394 14.15462012165559
+1 37562U 97051XX  13105.62399170  .00001390  00000-0  49598-3 0  2132
+2 37562 086.3876 204.7764 0033382 215.3661 204.1465 14.33230554197588
+1 37564U 97051XZ  13100.28698453  .00013935  00000-0  39370-2 0  2568
+2 37564 086.3870 202.9748 0019255 116.4948 297.5203 14.45473826181211
+1 37566U 97051YB  13103.80518784  .00024673  00000-0  84001-2 0  3067
+2 37566 086.4548 225.3793 0061178 239.2507 276.5529 14.35324215169536
+1 37567U 10038C   13106.82588975  .00004971  00000-0  10447-2 0  3176
+2 37567 097.9161 061.9501 0174172 022.3403 007.7263 14.50883981138061
+1 37568U 10038D   13117.79065369  .00002995  00000-0  73378-3 0  3225
+2 37568 097.9375 061.0373 0204389 043.2964 346.1004 14.41234901139511
+1 37569U 10038E   13116.33616682  .00003361  00000-0  74924-3 0  3254
+2 37569 097.8864 062.0405 0184625 008.7571 136.6347 14.47456037139032
+1 37570U 10038F   13115.31733627  .00003020  00000-0  72904-3 0  3351
+2 37570 097.8940 055.2120 0201468 042.5338 106.7449 14.42191632141248
+1 37571U 08026C   13110.36075391  .00000313  00000-0  30047-3 0  2008
+2 37571 098.8684 067.5811 0252304 120.4654 032.8406 13.73343907231205
+1 37572U 08026D   13114.32473284  .00000383  00000-0  35715-3 0  2017
+2 37572 098.8058 059.7042 0248755 091.1268 060.9291 13.74116080235580
+1 37573U 08026E   13114.81757516  .00000458  00000-0  40452-3 0  2146
+2 37573 098.7846 068.5552 0229266 057.7463 333.5045 13.78313688229766
+1 37574U 08026F   13115.30194540  .00000231  00000-0  23288-3 0  1960
+2 37574 098.8507 064.3001 0258048 109.4807 253.4412 13.72067193229626
+1 37578U 99025EKB 13099.06904906  .00003011  00000-0  12715-2 0   940
+2 37578 098.8594 115.8897 0085678 198.5338 193.5445 14.24391886223403
+1 37580U 99025EKD 13117.42832449  .00000769  00000-0  48070-3 0  1926
+2 37580 099.0759 100.5596 0133015 094.7790 056.2076 14.03342458503737
+1 37581U 99025EKE 13109.42550220  .00000769  00000-0  36081-3 0  2348
+2 37581 098.6652 087.9426 0117678 047.7069 102.5928 14.19329828560040
+1 37582U 99057SX  13094.72558417  .00004182  00000-0  12032-2 0  2067
+2 37582 098.2587 064.8709 0014310 183.1397 176.7493 14.45221664214606
+1 37584U 74015H   13116.28929288  .00001802  00000-0  54428-3 0   880
+2 37584 099.1306 301.2800 0109072 258.3194 101.9505 14.40448425302969
+1 37585U 91082CR  13088.78371677  .00003922  00000-0  17057-2 0  2603
+2 37585 098.7492 078.7352 0010889 345.3685 137.7655 14.24606233188722
+1 37586U 04025L   13109.75919414  .00001265  00000-0  65031-3 0  3237
+2 37586 098.2260 207.3598 0340026 269.9740 250.0414 13.91057385135506
+1 37591U 99025EKK 13101.48403858  .00002706  00000-0  18389-2 0  1556
+2 37591 098.4281 276.1347 0157721 259.5760 132.9804 13.95004316206957
+1 37593U 99025EKM 13094.03893527  .00001979  00000-0  84462-3 0  1328
+2 37593 099.0017 158.8342 0196967 114.9105 009.0655 14.16301865201772
+1 37594U 99025EKN 13096.44472171  .00000567  00000-0  34981-3 0  1259
+2 37594 099.0322 084.6398 0088149 321.8151 192.6901 14.07679474125504
+1 37596U 99025EKQ 13089.76774756  .00002059  00000-0  12001-2 0   493
+2 37596 099.0232 079.6111 0033069 267.6369 091.9665 14.09384063231507
+1 37598U 99025EKS 13088.74093269  .00001817  00000-0  10163-2 0   145
+2 37598 098.9644 076.2546 0015513 245.0212 114.9092 14.11976656218491
+1 37602U 11021A   13117.36383236 -.00000289  00000-0  10000-3 0  3897
+2 37602 000.0099 033.8143 0003411 007.4581 242.2196 01.00271587  7761
+1 37603U 11021B   13111.32791512 -.00000086  00000-0  00000+0 0  3045
+2 37603 013.9045 094.7320 4908767 153.4515 021.2373 01.92768107 13400
+1 37604U 11021C   13117.62705845  .00002337  00000-0  63098-3 0  6705
+2 37604 049.2668 165.7767 6076673 313.5076 192.3109 03.90622302 26961
+1 37605U 11022A   13117.85388609  .00000074  00000-0  10000-3 0  4504
+2 37605 000.0981 084.4007 0003747 221.0149 273.0116 01.00272543  7139
+1 37606U 11022B   13117.01130152 -.00000220  00000-0  10000-3 0  4437
+2 37606 000.0047 322.2775 0002047 089.8345 255.1472 01.00271645  7136
+1 37607U 11022C   13116.84402814  .00003444  00000-0  62928-3 0  5522
+2 37607 002.0930 065.1055 7114841 077.8489 055.4268 02.50078673 16870
+1 37609U 90081CV  13108.07109659  .00000098  00000-0  84404-4 0   591
+2 37609 098.9411 146.3571 0071776 299.2179 058.4448 14.06247188476419
+1 37610U 90081CW  13104.47233778  .00000263  00000-0  29181-3 0  1486
+2 37610 099.0540 166.6501 0154003 017.9232 039.2066 13.75155103504240
+1 37612U 90081CY  13091.51969810  .00001554  00000-0  55447-3 0  1210
+2 37612 098.6010 090.4768 0037108 263.8910 242.3737 14.35216521522453
+1 37613U 90081CZ  13103.05392276  .00001193  00000-0  96255-3 0  1817
+2 37613 098.9304 039.5537 0191575 295.1369 063.0021 13.84159279463206
+1 37616U 90081DC  13090.46693153  .00000014  00000-0  44982-4 0  1539
+2 37616 099.2688 150.5589 0103391 081.8115 341.2358 13.90136075503549
+1 37618U 90081DE  13103.76211988  .00053803  00000-0  65784-2 0  1749
+2 37618 098.7888 034.9306 0014553 307.9195 082.2940 14.82923356488550
+1 37619U 90081DF  13088.34236260  .00000123  00000-0  10347-3 0  1334
+2 37619 098.9553 132.6659 0011819 222.4184 196.5225 14.05292678528810
+1 37621U 90081DH  13114.27476521  .00018842  00000-0  30038-2 0  1745
+2 37621 098.8373 034.6002 0019208 043.2400 107.2963 14.71868977474075
+1 37622U 90081DJ  13115.47891487  .00000903  00000-0  34475-3 0  2268
+2 37622 098.6546 113.6644 0039814 257.8487 259.9124 14.32814131641776
+1 37623U 90081DK  13117.33172692  .00000257  00000-0  15611-3 0  1055
+2 37623 098.8532 148.4296 0023517 210.1374 214.6885 14.14798743549075
+1 37625U 90081DM  13089.34269855  .00001457  00000-0  58233-3 0  1740
+2 37625 098.5660 130.6659 0003868 107.8819 312.9264 14.29930993540205
+1 37626U 90081DN  13116.60752042  .00000198  00000-0  24721-3 0  2068
+2 37626 098.9039 347.3485 0168758 096.6143 295.2959 13.68985611484737
+1 37635U 78026HW  13111.71315329  .00000911  00000-0  48578-3 0  1409
+2 37635 099.2060 283.6413 0055864 039.5738 320.2375 14.15183595501529
+1 37636U 78026HX  13111.48562367  .00000602  00000-0  42704-3 0  1121
+2 37636 098.8707 179.3201 0048921 101.8259 327.5728 14.00877884496335
+1 37637U 78026HY  13107.46531490  .00000195  00000-0  18036-3 0  1519
+2 37637 098.9981 186.1415 0077072 108.1496 317.3013 13.92281771528969
+1 37639U 78026JA  13112.32738508  .00000152  00000-0  16912-3 0  1414
+2 37639 098.8643 241.4479 0118113 045.3665 010.5101 13.82219049608295
+1 37641U 78026JC  13100.83949431  .00001415  00000-0  62373-3 0  1649
+2 37641 098.4779 096.1518 0081448 062.5316 066.4823 14.23100099671401
+1 37642U 78026JD  13101.70259583  .00006668  00000-0  96566-3 0  2220
+2 37642 098.0820 191.0534 0057359 074.1446 087.1090 14.75297645625467
+1 37643U 78026JE  13107.93257810  .00000296  00000-0  14492-3 0  1726
+2 37643 098.5037 100.2740 0046350 162.2276 230.7242 14.24260359558605
+1 37644U 78026JF  13117.72347705  .00001113  00000-0  59461-3 0  1115
+2 37644 099.0627 307.0176 0062565 343.1279 016.8472 14.14359084521203
+1 37647U 78026JJ  13094.08114595  .00000505  00000-0  54717-3 0  1180
+2 37647 098.7836 151.9928 0244909 088.6438 020.1088 13.64818811498618
+1 37649U 78026JL  13092.06118410  .00000073  00000-0  96806-4 0  1487
+2 37649 099.0348 172.5397 0057769 188.1628 292.1748 13.87548938506949
+1 37650U 78026JM  13116.66412197  .00007415  00000-0  12225-2 0  1423
+2 37650 099.0766 273.2613 0049691 044.6634 016.9707 14.69992755467778
+1 37651U 78026JN  13089.86034904  .00000925  00000-0  45825-3 0  1467
+2 37651 099.1684 313.5355 0040431 221.4985 204.6409 14.19456355517101
+1 37652U 78026JP  13089.39228163  .00000437  00000-0  25172-3 0  1054
+2 37652 098.5976 141.7198 0028834 256.9924 171.3376 14.13884352461280
+1 37654U 78026JR  13102.97708343  .00000159  00000-0  71163-4 0  1232
+2 37654 098.4071 145.8411 0113107 199.4952 288.1930 14.31515632523363
+1 37656U 78026JT  13102.97458096  .00000395  00000-0  25292-3 0  4147
+2 37656 098.5852 106.6556 0018058 278.7594 114.4005 14.08800875513992
+1 37658U 78026JV  13109.81701056 -.00000048  00000-0 -24278-5 0  1088
+2 37658 099.2048 231.5132 0069227 174.1902 336.7227 13.95780731508906
+1 37660U 78026JX  13107.05681539  .00000571  00000-0  26259-3 0  1165
+2 37660 098.4199 106.0198 0020857 334.6056 056.8193 14.24726380460973
+1 37662U 78026JZ  13088.49866529  .00000381  00000-0  22885-3 0  1460
+2 37662 098.6123 086.5991 0037080 121.8477 024.2148 14.12109151553583
+1 37665U 78026KC  13103.15996163  .00001064  00000-0  50756-3 0  1199
+2 37665 099.1571 347.4554 0034848 242.6907 264.6112 14.21221732521049
+1 37666U 78026KD  13117.26286902  .00000414  00000-0  23437-3 0  1161
+2 37666 098.6055 104.3845 0039049 352.6373 063.7680 14.14898008528842
+1 37667U 78026KE  13089.85730387  .00002258  00000-0  60232-3 0  1630
+2 37667 098.1216 104.0247 0051093 082.9035 039.3975 14.48563972543468
+1 37668U 78026KF  13110.44447249  .00000157  00000-0  10800-3 0  1264
+2 37668 098.6638 095.2347 0039761 343.6622 170.4877 14.12259135534733
+1 37669U 78026KG  13116.44097292 -.00000000  00000-0  26361-4 0  2191
+2 37669 098.7512 099.6339 0012775 136.6383 017.0725 14.04049447599604
+1 37670U 78026KH  13107.34246807  .00000059  00000-0  84729-4 0  1385
+2 37670 098.8195 138.3393 0071679 199.8828 226.8491 13.86534241509665
+1 37671U 78026KJ  13102.92822472  .00000781  00000-0  37463-3 0  1321
+2 37671 098.5162 092.6351 0031537 070.1882 323.1982 14.21443925539547
+1 37672U 78026KK  13110.86003338  .00000292  00000-0  18833-3 0  1121
+2 37672 098.6641 097.7941 0024239 177.1097 300.1447 14.10150037559730
+1 37673U 11024A   13116.79481936  .00000376  00000-0  67205-4 0  6079
+2 37673 098.0120 124.9650 0001502 098.5338 313.8370 14.72329827100965
+1 37677U 11026A   13116.88530006 -.00000360  00000-0  10000-3 0  5172
+2 37677 000.0320 337.7899 0003588 208.6713 097.8223 01.00271470  6867
+1 37686U 99025ELB 13089.57173877  .00000259  00000-0  39114-3 0   764
+2 37686 099.0845 208.7789 0403602 341.2214 072.5809 13.32236893181179
+1 37689U 99025ELE 13101.81718542  .00002464  00000-0  14138-2 0   851
+2 37689 098.8001 047.8495 0036859 244.3516 114.0667 14.09942436203624
+1 37690U 99025ELF 13116.33348389  .00001337  00000-0  86603-3 0   983
+2 37690 099.1165 128.0030 0044710 294.9075 117.2352 14.04056138219379
+1 37695U 99025ELL 13101.78224703  .00001212  00000-0  84200-3 0   538
+2 37695 098.1994 101.7892 0502744 240.6586 113.7160 13.52715342264805
+1 37697U 99025ELN 13088.77774292  .00005977  00000-0  18591-2 0   212
+2 37697 096.5927 285.3318 0082866 202.9812 156.7699 14.39252576225934
+1 37698U 99025ELP 13117.65805794  .00001390  00000-0  13466-2 0   777
+2 37698 097.9971 057.2781 0376013 186.3102 299.2256 13.53622186251299
+1 37699U 99025ELQ 13088.93184188  .00001091  00000-0  89136-3 0   982
+2 37699 098.0008 141.0637 0128865 351.3765 008.5020 13.87636005172423
+1 37701U 99025ELS 13113.75252446  .00001770  00000-0  14450-2 0  1103
+2 37701 097.6521 008.2195 0343738 024.8166 007.1629 13.66485468125071
+1 37704U 99025ELV 13114.90662453  .00001091  00000-0  11796-2 0  1125
+2 37704 098.3469 162.7333 0262283 199.4057 160.2213 13.61124226149833
+1 37707U 99025ELY 13094.71660528  .00000844  00000-0  24060-3 0  1275
+2 37707 100.1901 182.3448 0179960 327.3155 180.2938 14.39858097191103
+1 37712U 99025EMD 13096.12494525  .00000713  00000-0  29511-3 0   810
+2 37712 098.8016 162.1020 0089491 251.9933 140.0254 14.27648186241997
+1 37714U 99025EMF 13105.51861460  .00005894  00000-0  34826-2 0   664
+2 37714 099.0873 136.2535 0068930 231.4098 128.1553 14.06944220234521
+1 37716U 99025EMH 13108.04965928  .00001112  00000-0  62511-3 0   685
+2 37716 098.9962 109.6891 0040346 106.6883 286.1228 14.12195634219874
+1 37717U 99025EMJ 13117.01600892  .00001720  00000-0  53134-3 0  1620
+2 37717 098.7407 188.3508 0143960 016.3393 104.0778 14.36881118225404
+1 37718U 99025EMK 13100.03546960  .00017450  00000-0  15023-2 0  1148
+2 37718 099.1059 024.9465 0196176 129.7403 232.1278 14.83708983195109
+1 37719U 99025EML 13088.79168744  .00001368  00000-0  55492-3 0   827
+2 37719 099.5178 299.4662 0066908 347.2530 012.6253 14.28366408187804
+1 37722U 99025EMP 13099.99889115  .00003013  00000-0  56845-3 0  1224
+2 37722 098.4146 127.4514 0193718 177.4716 214.8537 14.53887133233710
+1 37730U 11030A   13117.78211495  .00000255  00000-0  63552-4 0   421
+2 37730 098.1705 198.6429 0009188 011.6391 348.5031 14.59378527 96480
+1 37731U 11030B   13117.78135980  .00000494  00000-0  83461-4 0  5955
+2 37731 097.9551 194.8447 0062830 056.6313 090.9963 14.72432061 97337
+1 37732U 11030C   13116.60941256  .00001027  00000-0  41710-3 0  3071
+2 37732 097.9442 142.1954 0175179 027.8524 116.6124 14.21430231 93771
+1 37733U 11030D   13115.72520800  .00000898  00000-0  35349-3 0  3146
+2 37733 098.4240 180.0456 0161615 045.3793 099.1424 14.24603282 93853
+1 37734U 11030E   13117.63999086  .00001521  00000-0  38465-3 0  3523
+2 37734 097.9457 170.3158 0099030 350.9278 126.1580 14.49418116 95676
+1 37735U 11030F   13116.25759255  .00001641  00000-0  40425-3 0  3514
+2 37735 098.3887 203.0407 0100050 018.6117 014.7293 14.50588887 95594
+1 37737U 11032A   13116.48901977  .00000025  00000-0  10000-3 0  5011
+2 37737 000.0271 271.0655 0004380 132.6020 163.8709 01.00275646  6599
+1 37739U 11033A   13117.50864323 -.00000111  00000-0 -41100-4 0  4924
+2 37739 051.9852 226.4403 0000470 210.4455 229.0426 12.62268018 87291
+1 37740U 11033B   13117.13969490 -.00000102  00000-0  74299-5 0  5573
+2 37740 051.9713 136.7116 0000717 005.2535 039.1861 12.62264346 82722
+1 37741U 11033C   13116.47618288 -.00000093  00000-0  57740-4 0  5598
+2 37741 051.9989 094.4195 0000465 051.3156 091.5837 12.62265287 83390
+1 37742U 11033D   13116.83717517 -.00000094  00000-0  53260-4 0  5598
+2 37742 051.9882 048.2802 0000462 059.6480 342.0216 12.62266382 84183
+1 37743U 11033E   13116.85739740 -.00000099  00000-0  28227-4 0  5638
+2 37743 051.9969 048.2403 0001153 056.9663 346.0146 12.62267254 84228
+1 37744U 11033F   13117.16961311 -.00000109  00000-0 -29596-4 0  5548
+2 37744 051.9945 002.3776 0001329 097.1312 072.2202 12.62267316 84972
+1 37746U 11034A   13117.78193640 -.00000175  00000-0  10000-3 0  4079
+2 37746 000.0772 093.9748 0006167 357.5992 128.8468 01.00271196  6858
+1 37747U 11034B   13117.12205354  .00002067  00000-0  59025-3 0  5605
+2 37747 017.8390 268.4977 6053817 031.3252 156.8506 03.94205654 25351
+1 37748U 11035A   13117.36281851 -.00000111  00000-0  10000-3 0  4562
+2 37748 000.0444 043.3001 0002475 337.4882 222.2424 01.00272110  6577
+1 37749U 11035B   13117.07002038 -.00000206  00000-0  00000+0 0  3782
+2 37749 000.0257 048.6966 0000209 286.5653 351.6428 01.00270292  6638
+1 37750U 11035C   13117.71055105  .00000013  00000-0  21438-3 0  6216
+2 37750 045.7264 346.6432 6464131 299.4441 032.5377 03.29255981 21428
+1 37751U 11035D   13115.71112714 -.00000095  00000-0  00000+0 0  2568
+2 37751 001.5562 083.1983 0725947 271.0209 080.8670 01.12712739  7325
+1 37753U 11036A   13117.05482519  .00000065  00000-0  00000+0 0  6271
+2 37753 055.0174 161.0144 0017593 007.7672 022.8581 02.00560410 13031
+1 37754U 11036B   13117.48912245  .00000062  00000-0  00000+0 0  2906
+2 37754 054.7654 163.4750 0269312 046.5177 092.5124 01.90193308 12378
+1 37756U 11037B   13117.59313142  .00000624  00000-0  16812-3 0  3112
+2 37756 051.4374 148.4982 1928436 096.2452 029.7116 11.21022541 72779
+1 37763U 11038A   13116.91356168 -.00000091  00000-0  10000-3 0  3876
+2 37763 054.8923 210.6772 0022568 186.7223 241.2027 01.00286839  6524
+1 37765U 11039A   13117.78463953  .00000307  00000-0  74441-4 0  9613
+2 37765 098.1780 242.8213 0013872 067.3938 292.8736 14.59461111 93105
+1 37766U 11039B   13117.41773589  .00000459  00000-0  94688-4 0  5814
+2 37766 098.2107 249.5535 0045704 277.6758 114.0685 14.64573901 93369
+1 37767U 11039C   13116.12779006  .00001156  00000-0  44728-3 0  3285
+2 37767 097.9159 190.8812 0164520 087.2835 333.3652 14.24518048 90609
+1 37768U 11039D   13117.82599566  .00001155  00000-0  44587-3 0  3401
+2 37768 098.3651 223.4118 0161377 100.2954 044.5124 14.25053409 90868
+1 37769U 11039E   13116.92328720  .00002621  00000-0  62562-3 0  3934
+2 37769 098.3789 247.5435 0102236 083.0376 062.7049 14.51383346 92354
+1 37770U 11039F   13117.26064688  .00001832  00000-0  45827-3 0  3594
+2 37770 097.8966 211.8019 0109089 060.9236 333.5080 14.49031375 92231
+1 37775U 11041A   13117.90924434  .00000139  00000-0  00000+0 0  3619
+2 37775 000.0479 022.9119 0003274 339.7211 208.9636 01.00271007  6353
+1 37776U 11041B   13116.66469971 -.00000358  00000-0  00000+0 0  4167
+2 37776 000.0582 057.7393 0000102 204.0395 302.3050 01.00270375  6427
+1 37777U 11041C   13116.54732745  .00003119  00000-0  11830-2 0  4003
+2 37777 001.8976 246.7957 7242730 317.5223 010.5285 02.32170310 14423
+1 37778U 11041D   13114.58551571  .00026548  00000-0  78615-2 0  3848
+2 37778 002.1195 214.3778 7022800 008.4469 358.8926 02.60603182 15313
+1 37779U 11042A   13117.16121029  .00000145  00000-0  00000+0 0  3348
+2 37779 000.0581 067.4721 0002179 003.1992 240.6470 01.00271411  6342
+1 37781U 11043A   13117.89682750 -.00000021  00000-0  23004-4 0  9125
+2 37781 099.3588 128.6882 0001421 059.5748 300.5542 13.79293991 85668
+1 37782U 11043B   13116.81543281  .00000118  00000-0  48624-4 0  5107
+2 37782 099.3968 193.2017 0195856 025.9594 121.5024 14.36451312 88982
+1 37784U 70103H   13117.41201869  .00000355  00000-0  99531-1 0  6048
+2 37784 055.9049 266.2147 1328105 110.3416 301.5199 08.42106813946906
+1 37787U 11035E   13116.19221479 -.00000252  00000-0  00000+0 0  1686
+2 37787 023.9369 171.6883 6081680 194.1706 136.2860 02.06038279 11440
+1 37788U 11044A   13116.84743654  .00000631  00000-0  11674-3 0  6636
+2 37788 098.2128 205.2256 0040155 193.9460 243.3958 14.68413885 90746
+1 37789U 11044B   13117.75964460  .00000087  00000-0  28593-4 0  9040
+2 37789 098.1903 195.3011 0010832 084.2320 276.0110 14.58613898 90255
+1 37790U 11044C   13117.84535175 -.00004976  00000-0 -96267-3 0  9112
+2 37790 098.2067 202.8409 0019725 199.9322 160.1078 14.62857461 90695
+1 37791U 11044D   13117.81103732  .00000182  00000-0  44351-4 0  9133
+2 37791 098.2025 201.3268 0022090 187.0620 173.0276 14.63612963 90606
+1 37792U 11044E   13117.73019746  .00000412  00000-0  70791-4 0  8442
+2 37792 098.2207 211.1347 0060526 184.4952 175.5731 14.73007453 91169
+1 37793U 11044F   13117.85180112  .00000408  00000-0  75122-4 0  8620
+2 37793 098.2150 208.3093 0048516 189.1907 170.8418 14.70293926 91013
+1 37794U 11044G   13117.80909950  .00000390  00000-0  90275-4 0  9048
+2 37794 098.1990 197.8844 0014163 154.0530 312.7450 14.60319198 90397
+1 37795U 11044H   13117.70936942  .00000024  00000-0  37804-4 0  7950
+2 37795 098.1599 112.9580 0409037 313.8555 042.9462 13.71707608 84901
+1 37796U 11044J   13116.12175618  .00000433  00000-0  10367-3 0  2819
+2 37796 098.1957 193.9708 0016120 125.7367 293.4627 14.58195374 90011
+1 37797U 11044K   13117.16301895  .00008122  00000-0  87198-3 0  4612
+2 37797 098.2351 220.2976 0065232 160.6545 242.5645 14.87293372 91639
+1 37799U 11045B   13117.71202453 -.00000043  00000-0  20356-2 0  5209
+2 37799 051.3243 015.7361 5603869 228.6511 152.0877 03.90412818 24125
+1 37804U 11047A   13115.56982003 -.00000343  00000-0  10000-3 0  4393
+2 37804 000.0581 035.2521 0001548 029.8747 123.5680 01.00270388  5965
+1 37806U 11048A   13117.84280311 -.00000146  00000-0  10000-3 0  4236
+2 37806 000.0690 089.1549 0000862 013.5942 136.5644 01.00271198  5954
+1 37807U 11048B   13117.14021331 -.00000038  00000-0  10000-3 0  2165
+2 37807 001.1113 071.5236 0234341 327.4185 031.0294 01.04262676  6105
+1 37808U 11048C   13117.43956779  .00000044  00000-0  11469-2 0  4056
+2 37808 047.8554 191.8395 7118205 145.3852 354.2585 02.28604657 13263
+1 37809U 11049A   13117.41930160 -.00000205  00000-0  00000+0 0  3170
+2 37809 000.0430 072.5029 0002782 329.4311 237.5732 01.00272100  5910
+1 37810U 11049B   13117.03485374  .00000115  00000-0  00000+0 0  2923
+2 37810 000.0685 020.7512 0003385 076.0898 150.8452 01.00274218  5931
+1 37811U 11049C   13117.37076192  .00007447  00000-0  15797-2 0  3888
+2 37811 002.7387 265.9382 7241416 308.6576 009.4733 02.33770229 13469
+1 37812U 11049D   13117.57276459  .00044957  00000-0  68828-2 0  3777
+2 37812 002.2502 226.1918 6748265 033.6868 014.5254 02.98896448 15426
+1 37816U 11051A   13117.33992064 -.00000070  00000-0  10000-3 0  4360
+2 37816 000.0746 323.5109 0001786 137.0307 229.9892 01.00272131  5845
+1 37817U 11051B   13116.66519050 -.00000046  00000-0  00000+0 0  2496
+2 37817 000.7793 007.7468 6801844 135.1486 202.6458 02.20352418 12776
+1 37818U 11052A   13117.49862487 -.00000009  00000-0  10000-3 0  5414
+2 37818 063.5100 329.3165 4421698 209.1714 116.6484 06.02733211 34812
+1 37819U 11052B   13117.44686696  .01134769  15414-5  23533-3 0  4905
+2 37819 063.1902 095.8940 2445572 217.5121 311.2452 10.85180904 44578
+1 37820U 11053A   13117.74459491  .00050315  00000-0  34953-3 0  7984
+2 37820 042.7802 307.3439 0004879 345.8770 188.0154 15.73597207 90682
+1 37826U 11054A   13116.41175272 -.00000248  00000-0  10000-3 0  3799
+2 37826 000.0311 014.7068 0002721 017.0074 254.0479 01.00271992  5962
+1 37827U 11054B   13117.71200001 -.00000158  00000-0  00000+0 0  2089
+2 37827 017.6389 206.8276 5507797 164.6583 234.5544 02.07656259 13088
+1 37828U 11054C   13116.62427133  .00000585  00000-0  35284-3 0  2647
+2 37828 049.4757 285.2919 5612476 310.5103 031.0504 04.57286498 23939
+1 37829U 11055A   13117.14613807  .00000012  00000-0  00000+0 0  4722
+2 37829 064.6280 235.4363 0006849 264.5298 275.1934 02.13101972 12196
+1 37830U 11055B   13115.83828285  .00000005  00000-0  00000+0 0  2041
+2 37830 064.5874 236.1220 0098886 130.6747 012.4958 02.09553728 11956
+1 37831U 91032D   13116.13530373  .00002212  00000-0  82921-3 0  2900
+2 37831 098.6812 146.2740 0009728 126.6311 265.6382 14.32684521 81678
+1 37832U 91032E   13117.62038942  .00002052  00000-0  78245-3 0  2930
+2 37832 098.6869 147.6532 0012933 130.2022 015.9300 14.31880320 81857
+1 37834U 11056A   13117.68168965  .00000043  00000-0  00000+0 0  3372
+2 37834 000.0209 084.3505 0002949 336.5015 220.3652 01.00272241  5846
+1 37835U 11056B   13115.37065210 -.00000200  00000-0  00000+0 0  2292
+2 37835 018.8847 263.4736 5654511 140.3195 279.0454 01.96797143 11162
+1 37836U 11057A   13117.14005554  .00000095  00000-0  10000-3 0  3282
+2 37836 000.0692 345.9716 0004403 052.6928 243.0297 01.00272923  5709
+1 37838U 11058A   13117.52020729  .00000398  00000-0  75857-4 0  3961
+2 37838 019.9776 267.4898 0009552 041.7331 020.1631 14.09685444 79558
+1 37839U 11058B   13117.79387238  .00000398  00000-0  71260-4 0  3753
+2 37839 019.9610 252.1252 0019087 087.7060 062.4608 14.12144891 79760
+1 37840U 11058C   13117.64967391  .00000264  00000-0  00000+0 0  4272
+2 37840 019.9635 261.4343 0013642 053.8559 306.3126 14.10625632 79659
+1 37841U 11058D   13117.47875512  .00000390  00000-0  69930-4 0  3762
+2 37841 019.9716 265.0867 0012018 039.8137 003.8528 14.10216893 79608
+1 37842U 11058E   13117.49905249  .00000358  00000-0  36637-4 0  3926
+2 37842 019.7929 200.5104 0060070 202.7721 276.3454 14.20776593 80204
+1 37843U 11059A   13116.42325167 -.00000031  00000-0  10000-3 0  2760
+2 37843 000.0128 233.0630 0002215 136.7899 242.0055 01.00271733  6141
+1 37844U 11059B   13116.40289336 -.00000046  00000-0  00000+0 0  3049
+2 37844 030.1628 179.6052 6641136 221.7392 144.6741 02.27326874 12552
+1 37845U 11059C   13116.20250453  .00002955  00000-0  50683-3 0  3547
+2 37845 049.6912 134.4244 4657206 090.5283 343.8773 06.18765887 33646
+1 37846U 11060A   13115.46456571  .00000070  00000-0  00000+0 0  2141
+2 37846 054.8765 114.2974 0005143 291.9179 206.4110 01.70474293  9408
+1 37847U 11060B   13116.73334234  .00000061  00000-0  00000+0 0  2177
+2 37847 054.8778 114.2603 0006285 281.5929 315.9274 01.70474628  9429
+1 37848U 11060C   13110.34179493  .00000073  00000-0  00000+0 0  2019
+2 37848 054.8878 115.0955 0009185 270.2868 089.6439 01.67042617  9141
+1 37849U 11061A   13117.48505981  .00000050  00000-0  44771-4 0  4743
+2 37849 098.7497 056.6042 0001289 135.9119 348.2780 14.19539787 77627
+1 37850U 93036BPE 13088.93544567  .00002841  00000-0  11159-2 0  1634
+2 37850 074.0196 175.2314 0056943 267.3708 092.0921 14.28895081 74128
+1 37851U 11061B   13117.55342441  .00006027  00000-0  46238-3 0  4877
+2 37851 101.7240 307.7932 0239464 173.4016 221.9611 14.82510322 80921
+1 37852U 11061C   13117.55765584  .00006634  00000-0  50188-3 0  4867
+2 37852 101.7235 308.2177 0236884 172.5052 222.7391 14.83284386 80941
+1 37853U 11061D   13116.56676850  .00005304  00000-0  40608-3 0  4864
+2 37853 101.7169 306.2974 0237338 175.4297 219.1232 14.83002349 80793
+1 37854U 11061E   13117.04125111  .00006639  00000-0  49553-3 0  4813
+2 37854 101.7215 307.7529 0237394 172.8390 334.2552 14.83676891 80877
+1 37855U 11061F   13117.03416841  .00006447  00000-0  48415-3 0  4796
+2 37855 101.7212 307.5420 0238223 173.2377 334.0255 14.83366273 80862
+1 37862U 65063AE  13116.49600630 -.00006102  00000-0 -24104-1 0  3847
+2 37862 069.1556 281.7896 0931223 014.6203 017.8244 11.92078999169374
+1 37864U 70025QS  13117.82207637  .00043077  00000-0  36525-2 0  5338
+2 37864 099.7540 070.0440 0059323 350.0653 042.8195 14.96426269435395
+1 37865U 82102D   13089.07983573  .00000075  00000-0  62246-4 0   194
+2 37865 082.9698 223.1145 0033576 224.9167 134.9373 13.75435552442882
+1 37866U 93036BPD 13115.90041862  .00026826  00000-0  31247-2 0  1515
+2 37866 073.9682 287.3611 0098037 149.6452 211.0455 14.81701687133203
+1 37867U 11064A   13117.67309366  .00000013  00000-0  00000+0 0  4422
+2 37867 064.6087 235.5299 0015382 258.8033 010.4404 02.13102114 11557
+1 37868U 11064B   13117.11220212  .00000012  00000-0  00000+0 0  4412
+2 37868 064.6170 235.5773 0013417 260.5410 118.3425 02.13101947 11503
+1 37869U 11064C   13117.06223056  .00000012  00000-0  00000+0 0  4360
+2 37869 064.6242 235.5561 0021304 287.0120 008.8231 02.13102058 11507
+1 37870U 11064D   13116.43793949  .00000010  00000-0  00000+0 0  1708
+2 37870 064.7098 232.9397 0366476 324.8508 066.7782 02.25564979 12130
+1 37871U 11064E   13116.64498767  .00003471  00000-0  11112-2 0  3156
+2 37871 052.5615 307.9203 5817896 059.5640 012.2522 04.28612349 22961
+1 37874U 11066A   13117.80009201  .00007164  00000-0  21990-3 0  6333
+2 37874 097.3582 198.2631 0006981 188.8632 319.8822 15.34023823 81929
+1 37875U 11066B   13117.77693249  .00005663  00000-0  22257-3 0  6543
+2 37875 097.3563 193.7859 0005150 186.5751 322.0390 15.26059140 81620
+1 37884U 87079BP  13115.23924353  .00007953  00000-0  43750-2 0  2104
+2 37884 065.0743 063.3032 5449719 195.7551 136.6151 04.80499429 91154
+1 37885U 90105AF  13110.78862554  .00004055  00000-0  11042-2 0  1689
+2 37885 098.3100 060.0656 0069074 137.1214 223.5394 14.46546832165588
+1 37886U 71114E   13097.80140329  .00000242  00000-0  88908-4 0   720
+2 37886 074.0302 033.7762 0023598 109.0200 284.3141 14.37773061518126
+1 37887U 71114F   13099.16984701  .00000349  00000-0  12069-3 0  1185
+2 37887 074.0199 017.1664 0013798 132.3294 293.5767 14.39370578566320
+1 37888U 66040AT  13117.78742816  .00001077  00000-0  21880-2 0  4436
+2 37888 100.6536 200.8888 0049027 079.0258 066.6844 13.35875067193185
+1 37889U 66040AU  13115.13125793  .00000538  00000-0  11320-2 0  3295
+2 37889 100.5715 194.3373 0059572 044.7665 019.8288 13.36106873168421
+1 37890U 66040AV  13117.18131314  .00001043  00000-0  21481-2 0  3606
+2 37890 100.5262 190.4809 0049573 062.2995 325.5354 13.35005386 78845
+1 37891U 66040AW  13116.69261728  .00000151  00000-0  39112-3 0  2705
+2 37891 100.5301 190.7182 0061220 059.4258 090.7638 13.34779755 91691
+1 37892U 66040AX  13115.16514471  .00001023  00000-0  21090-2 0  1953
+2 37892 100.5117 188.0636 0050046 067.0868 348.8072 13.34970955718844
+1 37893U 66040AY  13110.15511362  .00000545  00000-0  11338-2 0  1046
+2 37893 100.5135 184.6789 0058389 069.4335 320.9587 13.36675226161488
+1 37894U 99025EMT 13115.18327701  .00005474  00000-0  20765-2 0  1024
+2 37894 099.0521 181.3642 0141738 351.6244 041.2556 14.26103075141887
+1 37896U 99025EMV 13089.14879737  .00145819  00000-0  15253-1 0   452
+2 37896 098.6168 160.3272 0353132 338.9909 048.1537 14.52663863174949
+1 37899U 99025EMY 13110.41228367  .00003153  00000-0  32044-2 0   583
+2 37899 098.8531 273.7242 0261499 312.8547 050.8097 13.63605826163571
+1 37902U 99025ENB 13104.58747677  .00001841  00000-0  24227-2 0   675
+2 37902 098.7056 158.5775 0356783 182.0182 177.9535 13.38895000156231
+1 37904U 99025END 13097.15358514  .00002467  00000-0  10355-2 0   660
+2 37904 098.3521 350.2887 0088802 108.9565 254.5112 14.24618436147636
+1 37906U 99025ENF 13088.06670224  .00000087  00000-0  12275-3 0   645
+2 37906 099.3494 036.1342 0170413 297.3648 061.0158 13.75861810197502
+1 37907U 99025ENG 13089.84684178  .00001407  00000-0  10065-2 0   669
+2 37907 099.2384 099.5112 0090209 111.1215 010.7329 13.96951743180900
+1 37908U 99025ENH 13108.18293846  .00000792  00000-0  33860-3 0   932
+2 37908 099.0562 218.6674 0086020 200.4529 284.6784 14.25954709129931
+1 37911U 99025ENL 13095.43036541  .00001404  00000-0  12464-2 0   876
+2 37911 099.4337 081.7710 0162954 245.4085 272.7046 13.80788622124591
+1 37912U 99025ENM 13111.29757352  .00001955  00000-0  15684-2 0  1048
+2 37912 099.0774 047.3414 0124629 087.3077 068.3636 13.88278325128368
+1 37913U 99025ENN 13100.59405308  .00006453  00000-0  21625-2 0   444
+2 37913 098.9189 147.1186 0201052 013.2135 139.5664 14.26844383127470
+1 37917U 99025ENS 13088.38979926  .00000655  00000-0  44610-3 0   596
+2 37917 099.1744 145.8035 0053835 053.6556 306.3086 14.02924713236115
+1 37918U 99025ENT 13115.72338435  .00000763  00000-0  34978-3 0  1171
+2 37918 098.9871 205.9727 0064271 276.6984 240.6406 14.23340087381967
+1 37919U 99025ENU 13107.47280329  .00000404  00000-0  21054-3 0   793
+2 37919 099.0283 197.6279 0052158 265.1301 154.3644 14.19683374167874
+1 37920U 99025ENV 13088.49525573  .00001275  00000-0  82781-3 0   609
+2 37920 099.1264 094.1978 0071474 323.1978 183.8583 14.03252365141988
+1 37921U 99025ENW 13095.42285191  .00000329  00000-0  27817-3 0   967
+2 37921 099.2282 072.6342 0086215 079.4936 066.6370 13.93014568181288
+1 37923U 99025ENY 13114.38907365  .00020166  00000-0  36933-2 0  3355
+2 37923 099.0568 275.1673 0113924 087.4145 303.8745 14.61680717732332
+1 37925U 99025EPA 13089.18305388  .00002523  00000-0  76666-3 0   535
+2 37925 099.1146 238.3969 0110279 192.3127 167.5361 14.39642088147739
+1 37926U 99025EPB 13117.60860780  .00001260  00000-0  77910-3 0  2584
+2 37926 099.0722 149.0066 0064308 312.6104 173.8695 14.06180598 94714
+1 37927U 99025EPC 13096.31771191  .00002607  00000-0  13308-2 0  1446
+2 37927 098.9490 104.3491 0015561 087.0030 334.5259 14.16478927178531
+1 37928U 99025EPD 13110.63463763  .00001006  00000-0  42560-3 0   750
+2 37928 098.8692 182.2144 0084981 164.5018 195.8626 14.25833580155401
+1 37929U 99025EPE 13101.64157414  .00008479  00000-0  16526-2 0   859
+2 37929 098.9746 243.3551 0220904 098.9495 326.3997 14.48858230142468
+1 37930U 11068A   13117.86273084  .00000036  00000-0  30756-4 0  6114
+2 37930 098.4442 125.4567 0014951 165.5750 194.5860 14.29396245 77343
+1 37931U 11068B   13117.79539750  .00000044  00000-0  33571-4 0  6164
+2 37931 098.4435 125.4665 0013859 168.7950 191.3542 14.29582983 74972
+1 37932U 11068C   13117.48972324  .00000062  00000-0  46516-4 0  4238
+2 37932 098.3410 111.5217 0038462 124.9811 021.1213 14.21523779 74516
+1 37933U 11069A   13117.57231477 -.00000373  00000-0  00000+0 0  3864
+2 37933 000.0977 078.6423 0001389 313.9415 147.1352 01.00272119  5356
+1 37934U 11069B   13116.90716914 -.00000115  00000-0  00000+0 0  2172
+2 37934 001.0642 044.9250 3853549 359.6597 305.9450 01.71595104  8823
+1 37935U 11069C   13116.28592716  .00000025  00000-0  38986-3 0  2836
+2 37935 048.3614 220.3257 7158575 124.8973 346.1566 02.29267048 11786
+1 37938U 11071A   13116.82030874  .00000073  00000-0  00000+0 0  4213
+2 37938 064.8756 116.0269 0014773 248.0358 207.7361 02.13102639 11112
+1 37939U 11071B   13115.42086682  .00000088  00000-0  00000+0 0  1917
+2 37939 064.8479 116.7189 0078774 128.7376 014.4909 02.09025025 10879
+1 37941U 11072A   13117.87237308  .00004697  00000-0  22198-3 0  6039
+2 37941 097.3724 049.5885 0002565 109.3488 282.1946 15.19875766 78279
+1 37942U 11072B   13116.81713627  .00026410  00000-0  40508-3 0  4856
+2 37942 097.0598 054.1549 0048424 309.7838 067.3306 15.52894219 79246
+1 37943U 11072C   13117.44140687  .00112048  00000-0  22879-2 0  6447
+2 37943 097.2701 048.8294 0045881 211.4700 214.2585 15.44621450 77834
+1 37944U 11072D   13117.71978723  .00953760  00000-0  45792-2 0  7172
+2 37944 096.8191 025.9067 0026479 170.0106 217.6995 15.79866460 78269
+1 37948U 11073A   13117.81024109 -.00000175  00000-0  10000-3 0  3678
+2 37948 054.8118 328.0883 0020508 179.4026 095.9979 01.00274343  5283
+1 37950U 11074A   13115.78837042  .00000104  00000-0  00000+0 0  2477
+2 37950 000.0258 103.1121 0001194 350.3157 061.3392 01.00272391  5205
+1 37951U 11074B   13117.49630822 -.00000057  00000-0  00000+0 0  3384
+2 37951 003.8082 259.8114 0001334 197.0638 104.5450 01.00269610  5068
+1 37952U 11074C   13115.62169272 -.00000150  00000-0  00000+0 0  2152
+2 37952 001.2106 020.5354 0738276 127.5833 237.7827 00.89626979  4218
+1 37953U 11074D   13117.70724524  .00373937  84679-6  80134-3 0  5058
+2 37953 047.0526 051.6463 5402929 197.5023 201.7132 05.13406659 14747
+1 37956U 93036BPF 13107.28524949  .00003181  00000-0  79907-3 0  1356
+2 37956 074.0525 048.9064 0062917 246.2640 268.7765 14.50507121126179
+1 37957U 93036BPG 13106.72998707  .00005594  00000-0  16880-2 0  1598
+2 37957 074.0374 099.8101 0028425 216.8846 259.0222 14.42450932124049
+1 37958U 93036BPH 13110.27131661  .00005938  00000-0  15951-2 0   838
+2 37958 074.0347 070.8300 0027642 253.0810 107.6216 14.48064696 88992
+1 37959U 93036BPJ 13117.48525622  .00000865  00000-0  26331-3 0  1136
+2 37959 074.0170 051.8728 0076525 229.3090 249.5770 14.41939710136659
+1 37960U 93036BPK 13106.88664666  .00000680  00000-0  36562-3 0   807
+2 37960 074.0550 275.7964 0278671 307.9232 049.7001 13.96817946128393
+1 37961U 93036BPL 13096.70839279  .00001410  00000-0  46386-3 0   886
+2 37961 074.0501 114.1231 0060117 271.4667 207.1735 14.38151306132571
+1 37962U 93036BPM 13089.69695895  .00004729  00000-0  10448-2 0  1067
+2 37962 074.0831 094.6599 0138328 243.2884 237.0043 14.51756961196044
+1 37966U 93036BPR 13101.67595929  .00003834  00000-0  10893-2 0   970
+2 37966 074.0041 068.9435 0027747 318.8778 172.8727 14.45504528180611
+1 37967U 93036BPS 13117.14378378  .00001268  00000-0  53299-3 0   996
+2 37967 074.0248 173.5509 0209059 318.0564 040.4723 14.15817756158875
+1 37968U 93036BPT 13089.43016361  .00001389  00000-0  22321-3 0   433
+2 37968 074.0162 001.5191 0155981 209.3705 149.8473 14.64875196181015
+1 37970U 93036BPV 13110.13977167  .00015308  00000-0  14722-2 0  1249
+2 37970 074.0099 259.8958 0133298 141.7822 219.2902 14.86477129195609
+1 37971U 93036BPW 13097.98937698  .00002329  00000-0  10455-2 0   834
+2 37971 074.0026 187.1210 0102101 317.1314 042.1901 14.20266416178389
+1 37972U 93036BPX 13115.68910884  .00042360  00000-0  22759-2 0   740
+2 37972 074.0527 232.8145 0106761 031.3610 033.0197 15.09845505160423
+1 37976U 93036BQB 13088.32414185  .00006393  00000-0  13785-2 0   865
+2 37976 074.0541 073.4391 0059668 259.5474 102.0798 14.57482178161598
+1 37977U 93036BQC 13092.61789498  .00002908  00000-0  10874-2 0   803
+2 37977 073.9867 149.7613 0046482 271.4599 234.1602 14.31665929146125
+1 37978U 93036BQD 13117.47726860  .00001646  00000-0  37077-3 0   926
+2 37978 074.0821 015.5635 0107905 179.1901 309.0283 14.53674383173384
+1 37979U 93036BQE 13106.28571087  .00016792  00000-0  23845-2 0   849
+2 37979 074.0586 063.6538 0263544 019.2869 341.8041 14.55848627177924
+1 37980U 93036BQF 13107.34040522  .00011937  00000-0  29510-2 0  1183
+2 37980 074.0185 093.5495 0065473 104.0849 261.3016 14.50780174172589
+1 37981U 93036BQG 13088.52876307  .00003711  00000-0  13252-2 0   625
+2 37981 073.9978 159.0182 0051072 275.0304 147.4523 14.33759033187421
+1 37982U 93036BQH 13110.96138527  .00025056  00000-0  28656-2 0   805
+2 37982 074.1195 342.0023 0085427 220.3054 133.5793 14.83273569181317
+1 37985U 93036BQL 13089.49916760  .00000077  00000-0  36758-4 0   859
+2 37985 074.0249 133.4251 0022872 293.9922 133.9101 14.34420427166121
+1 37987U 93036BQN 13108.85436089  .00026430  00000-0  27455-2 0  1375
+2 37987 073.8906 280.9154 0079302 181.6039 238.0572 14.87485171194363
+1 37988U 93036BQP 13102.70659587  .00002004  00000-0  55946-3 0  1204
+2 37988 074.0721 080.8823 0100809 238.6832 248.1633 14.43958001569773
+1 37990U 93036BQR 13100.58496301  .00004369  00000-0  16563-2 0   828
+2 37990 074.0245 149.0357 0074419 275.7351 238.5319 14.29879514133183
+1 37993U 93036BQU 13088.59866936  .00001228  00000-0  43755-3 0   861
+2 37993 074.0329 142.9505 0039097 285.1009 220.6183 14.34914832132048
+1 37994U 93036BQV 13117.44390049  .00000550  00000-0  20951-3 0  3588
+2 37994 074.0388 093.5476 0026606 223.7690 282.0224 14.33005949109050
+1 37995U 93036BQW 13117.64543762  .00003655  00000-0  80851-3 0   922
+2 37995 073.9939 000.2651 0056747 225.6466 134.0041 14.56605476575654
+1 37996U 93036BQX 13105.25606348  .00001508  00000-0  11676-2 0   672
+2 37996 074.0731 048.4021 0343025 155.4811 206.3065 13.69163309597643
+1 37998U 93036BQZ 13089.85185453  .00000912  00000-0  33346-3 0  1319
+2 37998 074.0397 140.5068 0024901 275.1852 199.7010 14.34207115189775
+1 37999U 93036BRA 13105.67287328  .00007617  00000-0  22435-2 0   845
+2 37999 074.0307 107.9201 0033001 206.2574 154.4629 14.43469139190817
+1 38000U 93036BRB 13088.51844854  .00004630  00000-0  16342-2 0   881
+2 38000 074.0465 162.7131 0054779 274.4466 084.9883 14.34143620153563
+1 38001U 93036BRC 13112.23959641  .00001613  00000-0  35345-3 0  1110
+2 38001 074.0343 000.1142 0096168 212.9318 295.6737 14.55703267171108
+1 38002U 93036BRD 13094.57667679  .00016898  00000-0  29569-2 0  1429
+2 38002 074.0024 039.4562 0052053 239.2203 120.3837 14.66942784168737
+1 38003U 93036BRE 13106.06926249  .00039551  00000-0  61910-2 0   504
+2 38003 073.9905 017.3096 0019886 284.1067 075.0685 14.72405717170495
+1 38004U 93036BRF 13111.36973538  .00001407  00000-0  47876-3 0  1525
+2 38004 074.0348 096.9759 0032774 206.9461 152.9992 14.37179374186805
+1 38005U 93036BRG 13109.68132179  .00057023  00000-0  34722-2 0   895
+2 38005 073.8923 234.7040 0069045 142.4154 281.0194 15.08106139192163
+1 38006U 93036BRH 13089.72613579  .00002040  00000-0  10054-2 0   785
+2 38006 073.8660 204.6927 0116153 331.0371 098.5736 14.14737046169959
+1 38011U 11076E   13117.82967328  .00000699  00000-0  94800-4 0  5306
+2 38011 097.9293 195.8249 0001390 085.3073 274.8305 14.81984238 73705
+1 38012U 11076F   13117.77557936  .00000181  00000-0  48778-4 0  5221
+2 38012 098.2023 193.5105 0001258 080.1307 280.0031 14.58561654 72546
+1 38013U 11076G   13117.81468442  .00001279  00000-0  14004-3 0  4514
+2 38013 097.9429 201.6421 0008549 357.2556 150.7026 14.89569186 74045
+1 38014U 11077A   13116.78503909  .00000137  00000-0  00000+0 0  2875
+2 38014 000.0454 080.7514 0002130 015.1084 084.1585 01.00273426  5035
+1 38015U 11077B   13117.34197905  .00080149 -51502-6  16080-2 0  3223
+2 38015 023.1656 172.1068 7449537 101.7101 358.9871 02.11717823  9807
+1 38016U 97051YC  13089.11130877  .00008148  00000-0  30303-2 0  2141
+2 38016 086.4170 227.4116 0063556 278.9742 205.9499 14.30870261 92543
+1 38017U 97051YD  13114.79671713  .00003974  00000-0  24737-2 0  2016
+2 38017 086.3524 238.9132 0231223 121.1342 029.8022 13.92361045120903
+1 38018U 97051YE  13100.96187239  .00009437  00000-0  26644-2 0  1474
+2 38018 086.2866 184.0955 0013934 165.4758 201.7683 14.45556700165350
+1 38019U 97051YF  13089.16703881  .00005241  00000-0  24028-2 0  2249
+2 38019 086.4115 238.6378 0121703 039.9950 084.2370 14.17317692160916
+1 38020U 97051YG  13116.62201510  .00003819  00000-0  21530-2 0  2980
+2 38020 086.3173 230.6039 0223971 104.3154 315.4229 13.98227446190516
+1 38021U 97051YH  13096.49891440  .00027370  00000-0  62107-2 0  2602
+2 38021 086.2854 186.2625 0020126 106.4841 315.0154 14.55783444179836
+1 38022U 97051YJ  13113.56713798  .00000997  00000-0  42273-3 0  1079
+2 38022 086.2850 193.1653 0059295 209.5836 150.8317 14.23494130210714
+1 38023U 97051YK  13101.37092363  .00007056  00000-0  34962-2 0  1308
+2 38023 086.4295 243.5603 0143338 045.3857 315.8913 14.11904353179096
+1 38024U 97051YL  13116.28585409  .00003075  00000-0  15326-2 0  1358
+2 38024 086.4652 243.6368 0149583 351.3139 008.5458 14.11027484190649
+1 38025U 97051YM  13117.11696618  .00004919  00000-0  27737-2 0  1792
+2 38025 086.4941 256.5959 0215337 081.9953 039.8784 13.99117442206456
+1 38026U 97051YN  13103.06639008  .00027031  00000-0  79431-2 0  1813
+2 38026 086.4532 219.4112 0031836 198.3885 288.1798 14.43318149155352
+1 38027U 97051YP  13098.50700530  .00008183  00000-0  24159-2 0  1606
+2 38027 086.2990 188.1245 0014422 151.5759 208.6231 14.43383527151099
+1 38028U 97051YQ  13115.53787046  .00000551  00000-0  17781-3 0  1545
+2 38028 086.3318 185.3745 0029534 192.8556 224.1542 14.37178784167020
+1 38029U 97051YR  13090.27509253  .00019942  00000-0  42212-2 0  2654
+2 38029 086.3634 198.5625 0014904 163.9325 196.2360 14.59089256584864
+1 38031U 97051YT  13105.73509009  .00028288  00000-0  47266-2 0  2202
+2 38031 086.4654 199.9447 0046620 179.0376 339.7268 14.69028078137154
+1 38032U 97051YU  13107.46214417  .00015106  00000-0  26411-2 0  1899
+2 38032 086.3256 177.3210 0053584 288.2618 071.2769 14.66853314137744
+1 38033U 97051YV  13115.15973863  .00005791  00000-0  14273-2 0  2132
+2 38033 086.3001 170.3226 0042377 163.2477 253.6681 14.51495139575416
+1 38034U 97051YW  13110.97800902  .00006663  00000-0  16124-2 0  1754
+2 38034 086.3540 186.1849 0022546 253.3407 230.3595 14.52779401180675
+1 38038U 11079A   13117.81953683  .00000152  00000-0  68060-4 0  4982
+2 38038 098.5042 195.0809 0000809 074.4096 285.7174 14.35364591 70687
+1 38039U 11079B   13116.85903579  .00002637  00000-0  22234-3 0  4415
+2 38039 098.4253 226.9200 0203980 228.2689 280.6179 14.84473531 72907
+1 38040U 11080A   13117.48900959 -.00000097  00000-0  37081-4 0  4188
+2 38040 052.0001 226.4339 0000320 125.5771 313.2376 12.62234637 63029
+1 38041U 11080B   13116.82952785 -.00000089  00000-0  81911-4 0  4283
+2 38041 052.0054 228.3976 0000849 143.2725 357.7516 12.62267982 62924
+1 38042U 11080C   13116.69833100 -.00000118  00000-0 -78215-4 0  4342
+2 38042 052.0055 183.8910 0000315 266.7054 233.5557 12.62262365 63649
+1 38043U 11080D   13117.51318250 -.00000110  00000-0 -37371-4 0  4260
+2 38043 052.0087 271.4258 0000384 096.4020 308.0073 12.62270606 62244
+1 38044U 11080E   13117.17236884 -.00000125  00000-0 -11782-3 0  4257
+2 38044 051.9865 181.9208 0000209 189.8847 215.8000 12.62264747 63691
+1 38045U 11080F   13116.68602288 -.00000114  00000-0 -56344-4 0  4306
+2 38045 051.9876 183.7170 0000134 188.5800 347.1035 12.62269174 63634
+1 38046U 12001A   13117.84265442  .00004387  00000-0  19950-3 0  4795
+2 38046 097.4405 195.1767 0005937 057.8356 079.1325 15.21245422 72178
+1 38047U 12001B   13117.26610013  .00006196  00000-0  22366-3 0  3930
+2 38047 097.4441 198.1413 0009550 068.7050 324.0768 15.28820274 72317
+1 38049U 12002A   13117.01109728 -.00000366  00000-0  10000-3 0  3455
+2 38049 001.3876 277.9851 0003508 255.2523 157.8392 01.00279832  4775
+1 38050U 12002B   13117.58329050  .00001099  00000-0  20697-2 0  2488
+2 38050 024.6986 303.4694 7241057 117.6374 013.4838 02.27428517 10687
+1 38051U 11062C   13117.76529081  .00012233  00000-0  41263-3 0  3880
+2 38051 051.6344 093.6851 0013623 082.6954 339.6073 15.31017444 70056
+1 38054U 93036BRL 13117.41843227  .00001511  00000-0  15865-2 0  1857
+2 38054 073.9579 101.6360 0415438 250.3693 269.9097 13.43772863107006
+1 38056U 93036BRN 13116.74369459  .00001815  00000-0  15202-2 0   495
+2 38056 073.9261 031.5741 0363366 185.2882 174.4353 13.62409616128662
+1 38057U 93036BRP 13101.85590580  .00001912  00000-0  11486-2 0   604
+2 38057 074.0210 274.9032 0189596 035.1906 326.1159 13.98968596178331
+1 38059U 93036BRR 13105.30994261  .00010482  00000-0  13561-2 0   860
+2 38059 073.9844 313.6002 0086084 202.8510 158.4674 14.78361845173644
+1 38060U 93036BRS 13106.26558524  .00000655  00000-0  17010-3 0   928
+2 38060 074.0494 039.2141 0075054 240.0833 274.6474 14.50175418179230
+1 38061U 93036BRT 13117.13768486  .00007664  00000-0  23100-2 0  3495
+2 38061 073.9873 092.0528 0053472 205.2519 278.1931 14.41833440 86702
+1 38062U 93036BRU 13089.74417976  .00002365  00000-0  68963-3 0   808
+2 38062 074.0271 099.7447 0039064 297.7033 176.5132 14.44254070132805
+1 38063U 93036BRV 13110.07415670  .00002700  00000-0  51138-3 0  1517
+2 38063 074.0227 359.5156 0125669 186.6239 243.0601 14.59848715110754
+1 38064U 93036BRW 13107.38930719  .00001196  00000-0  38994-3 0  1113
+2 38064 074.0293 088.3927 0066715 254.4469 260.5308 14.38530296107917
+1 38065U 93036BRX 13117.38715235  .00003122  00000-0  10772-2 0  3047
+2 38065 074.0382 091.0104 0026599 214.4705 271.8697 14.36078538 79862
+1 38066U 93036BRY 13117.35806289  .00005270  00000-0  17000-2 0  2524
+2 38066 074.0380 087.7640 0029287 215.6550 144.2650 14.39177103 92987
+1 38067U 93036BRZ 13106.23004845  .00000447  00000-0  11541-3 0   465
+2 38067 074.0237 029.5293 0084290 238.8713 274.7892 14.51051173126741
+1 38068U 93036BSA 13105.02686105  .00000420  00000-0  16887-3 0   679
+2 38068 074.0209 121.8867 0028809 237.3600 122.4931 14.31049297 94320
+1 38069U 93036BSB 13095.40449867  .00003445  00000-0  16740-2 0   523
+2 38069 074.1881 254.9725 0116911 276.0382 082.7584 14.15115006 90241
+1 38072U 12002C   13116.99918180  .00000092  00000-0  10000-3 0  2181
+2 38072 001.4389 278.9886 0054112 256.0417 102.8907 00.99389273  4521
+1 38077U 12006A   13117.65389403 -.00000022  00000-0  10000-3 0  2076
+2 38077 069.4909 208.5816 0011217 253.5055 106.4727 12.54929948 55124
+1 38078U 12006B   13117.67235184  .00022018  00000-0  55066-3 0  2142
+2 38078 069.4814 318.0220 0710870 211.6283 144.0221 14.21576809 62052
+1 38079U 12006C   13117.55546935  .00055214  34480-5  11658-2 0   761
+2 38079 069.4785 303.6657 0643145 203.9268 225.7346 14.39616793 62434
+1 38080U 12006D   13117.66624988  .00059933  35317-5  12712-2 0   157
+2 38080 069.4687 303.0083 0640792 204.3371 152.6170 14.39996962 62453
+1 38081U 12006E   13117.64108942  .00028268  31364-5  60697-3 0   413
+2 38081 069.4804 303.4187 0642429 204.0100 152.9743 14.39754323 62441
+1 38082U 12006F   13117.62861332  .00073490  38364-5  14738-2 0  1050
+2 38082 069.4800 298.6152 0612804 200.9694 156.5281 14.47015830 62586
+1 38083U 12006G   13117.64901170  .00066317  36664-5  13776-2 0  2253
+2 38083 069.4796 300.7914 0625565 202.3500 154.9233 14.43621584 62520
+1 38084U 12006H   13117.63855317  .00051260  33816-5  10762-2 0   891
+2 38084 069.4862 304.6382 0648191 204.5955 152.2980 14.38684945 62417
+1 38085U 12006J   13117.61603916  .00050886  33698-5  10707-2 0  9952
+2 38085 069.4870 305.3197 0651901 204.7807 152.0359 14.37854333 62394
+1 38086U 12006K   13117.52823640  .00034630  31487-5  43982-3 0  3297
+2 38086 069.5109 301.9954 0709644 201.7550 195.8630 14.35036885 62427
+1 38087U 12007A   13116.92787539 -.00000176  00000-0  00000+0 0  2591
+2 38087 000.0206 349.9597 0002141 055.3776 121.7680 01.00271702  4440
+1 38088U 12007B   13117.10267686 -.00000085  00000-0  00000+0 0  1968
+2 38088 025.5320 358.0047 6196480 156.7893 251.3210 02.22068073  9683
+1 38089U 12007C   13116.21436815  .00005371  00000-0  81382-3 0  2455
+2 38089 049.6142 093.7979 5131814 292.5708 022.0320 05.40977761 23501
+1 38091U 12008A   13117.14672299  .00000047  00000-0  00000+0 0  3270
+2 38091 001.2072 316.0833 0002005 125.5600 245.1284 01.00274656  4365
+1 38095U 12008C   13116.89402869  .00005764  00000-0  20342-2 0  2970
+2 38095 020.6857 225.7327 7220003 123.9928 325.7124 02.35062097  9750
+1 38098U 12011A   13116.87006189 -.00000067  00000-0  00000+0 0  2192
+2 38098 000.0296 056.8083 0002716 022.8524 160.6827 01.00272228  4026
+1 38099U 12011B   13106.07314856 -.00000436  00000-0  00000+0 0  1321
+2 38099 029.5058 336.7030 7775569 243.8620 020.5682 01.11833682  4340
+1 38100U 12011C   13116.34046914  .00000893  00000-0  58239-3 0  1970
+2 38100 050.7072 065.4353 5073321 056.9039 341.9842 05.38344732 21355
+1 38101U 12012A   13116.23855609 -.00000068  00000-0  10000-3 0  2957
+2 38101 001.4910 289.4089 0004460 125.7692 050.7198 01.00273057  3936
+1 38104U 12012D   13115.22054765 -.00000053  00000-0  10000-3 0  1472
+2 38104 001.5232 288.4250 0010181 354.2876 005.0098 01.00256367  3900
+1 38105U 12012E   13117.57786263  .00091493 -48799-6  97711-3 0  3587
+2 38105 047.1765 156.5567 6612477 120.4046 320.4071 03.23947783  9882
+1 38107U 12013A   13116.89507799 -.00000110  00000-0  10000-3 0  2745
+2 38107 000.0432 093.8141 0002575 299.9320 220.0459 01.00272382  4044
+1 38108U 12013B   13117.50174273  .00079020  11377-5  18042-2 0  2902
+2 38108 026.6790 228.0663 7499254 010.1809 001.0743 02.05490029  7012
+1 38110U 99025EPF 13109.67573082  .00000822  00000-0  61967-3 0   636
+2 38110 098.1595 192.8433 0212625 245.0634 266.4983 13.86559143146750
+1 38111U 99025EPG 13111.70212624  .00013822  00000-0  10801-2 0   719
+2 38111 099.2508 080.6705 0191691 097.0465 268.9412 14.87816197143230
+1 38113U 99025EPJ 13105.74707595  .00001677  00000-0  11440-2 0   427
+2 38113 098.4258 291.9773 0155468 232.3757 126.6975 13.95445389168530
+1 38118U 99025EPP 13089.22018851  .00017560  00000-0  38742-2 0   327
+2 38118 099.1255 242.6595 0058002 163.4975 195.4902 14.56354202157170
+1 38120U 99025EPR 13089.56268784  .00004276  00000-0  16793-2 0   860
+2 38120 098.4046 359.7333 0063412 129.0209 352.2992 14.28696108158112
+1 38123U 99025EPU 13088.29234110  .00001807  00000-0  27354-2 0   567
+2 38123 100.5362 109.1969 0453970 017.5414 344.1221 13.19022033171102
+1 38128U 99025EPZ 13116.50887638  .00044996  00000-0  59217-2 0   195
+2 38128 097.4800 205.3016 0083091 246.2402 107.8416 14.77565941234588
+1 38130U 99025EQB 13095.80702287  .00001345  00000-0  14441-2 0   510
+2 38130 098.6120 213.9876 0230314 298.4278 220.7019 13.64352100123576
+1 38131U 99025EQC 13093.32168060  .00002146  00000-0  16270-2 0   478
+2 38131 097.8902 124.8087 0140734 325.2226 090.9963 13.90226857160123
+1 38132U 99025EQD 13089.80733106  .00003164  00000-0  18988-2 0   475
+2 38132 099.2314 079.9178 0219559 191.3521 167.7280 13.96369390182002
+1 38134U 99025EQF 13089.33762939  .00002490  00000-0  16539-2 0   540
+2 38134 098.4578 285.8177 0141218 275.7042 210.6347 13.97450894174975
+1 38137U 99025EQJ 13088.17854318  .00000569  00000-0  39428-3 0   624
+2 38137 099.0878 066.9282 0047465 348.5526 074.4757 14.02583561198778
+1 38139U 99025EQL 13092.73391168  .00006971  00000-0  27565-2 0   432
+2 38139 099.1357 189.4798 0037165 275.7288 232.4815 14.28914698218869
+1 38142U 99025EQP 13116.25082711  .00004722  00000-0  15790-2 0   520
+2 38142 098.7440 129.0576 0119482 038.5977 325.0845 14.33908404129258
+1 38143U 99025EQQ 13111.72473733  .00000391  00000-0  29942-3 0   619
+2 38143 099.1007 077.9917 0067431 336.0747 144.1276 13.98333215125021
+1 38151U 99025EQY 13100.43492443  .00026417  00000-0  33629-2 0   201
+2 38151 099.1604 317.5708 0113594 067.3490 292.9537 14.77036359180496
+1 38152U 99025EQZ 13109.31995682  .00023576  00000-0  43344-2 0   489
+2 38152 099.0665 274.0485 0119377 119.1044 250.8820 14.61077287584863
+1 38155U 99025ERC 13088.31024399  .00001656  00000-0  11900-2 0   709
+2 38155 098.4093 260.6022 0134959 300.8499 179.3827 13.93965077219839
+1 38157U 99025ERE 13110.02638431  .00000659  00000-0  27062-3 0   735
+2 38157 099.7323 292.0515 0316759 283.2717 225.2523 14.07412537116737
+1 38158U 99025ERF 13088.89211881  .00000605  00000-0  67408-3 0   594
+2 38158 099.7258 124.0828 0229144 163.4332 197.4459 13.64756431178214
+1 38159U 99025ERG 13094.99165057  .00000333  00000-0  25829-3 0   472
+2 38159 099.2962 173.9399 0070032 057.6998 301.8569 13.98687307182322
+1 38160U 99025ERH 13115.31295238  .00003007  00000-0  18072-2 0   673
+2 38160 099.1072 122.0898 0038908 268.8348 091.4349 14.07257048205000
+1 38162U 99025ERK 13088.20386753  .00004214  00000-0  23858-2 0   720
+2 38162 099.8094 230.2457 0257324 334.9725 146.6957 13.95351829182140
+1 38163U 99025ERL 13103.86323840  .00001171  00000-0  82925-3 0   189
+2 38163 099.0452 055.9184 0092601 020.2768 339.4870 13.97724362219502
+1 38165U 99025ERN 13100.68199560  .00002746  00000-0  13501-2 0   607
+2 38165 099.0522 172.2506 0033645 296.6408 210.4660 14.18225204221778
+1 38166U 99025ERP 13106.99479451  .00001237  00000-0  86424-3 0  1259
+2 38166 099.0936 085.4315 0080893 011.3005 020.4182 13.98886243156456
+1 38171U 99025ERU 13098.61574358  .00006904  00000-0  10596-2 0   505
+2 38171 099.4937 337.2050 0362600 344.4455 042.8990 14.38217399168227
+1 38172U 99025ERV 13097.39654975  .00000188  00000-0  28653-3 0   540
+2 38172 100.4492 230.5779 0289762 046.4383 316.0421 13.49725404248277
+1 38174U 10047D   13115.40516637  .00000662  00000-0  23332-3 0  1439
+2 38174 097.9183 087.3585 0220085 240.0991 276.5899 14.25193625131852
+1 38175U 10047E   13117.44437022  .00000743  00000-0  25532-3 0  1621
+2 38175 098.0064 102.2419 0215771 240.9854 276.8851 14.26554691578175
+1 38176U 11068D   13117.02204517  .00000832  00000-0  28232-3 0  1473
+2 38176 098.6176 139.9334 0129893 166.6073 223.6495 14.34689280 71180
+1 38177U 11068E   13114.99575485  .00000760  00000-0  26211-3 0  1882
+2 38177 098.4137 123.3710 0146498 159.8590 258.4272 14.32791479 70639
+1 38178U 11068F   13114.94958405  .00000671  00000-0  26343-3 0  1477
+2 38178 098.3803 116.2975 0141177 165.5224 225.6146 14.27094854 71454
+1 38179U 11068G   13115.49101168  .00000379  00000-0  19746-3 0  1783
+2 38179 098.6456 122.8070 0141313 180.2842 333.0886 14.14987303 72578
+1 38180U 11068H   13115.95488662  .00000443  00000-0  21978-3 0  1280
+2 38180 098.5736 119.5638 0154400 176.1912 212.4674 14.15784366 71328
+1 38181U 66040AZ  13089.05360329  .00003086  00000-0  53514-2 0   455
+2 38181 100.7269 187.8636 0070171 099.2854 261.6753 13.43779192119850
+1 38183U 66040BB  13117.68184140  .00000902  00000-0  18751-2 0  1261
+2 38183 100.4801 189.0334 0053985 063.9757 091.6521 13.34686795 66563
+1 38184U 10051E   13116.88183473  .00001828  00000-0  38183-3 0  2117
+2 38184 097.7821 091.3425 0185444 166.5292 223.1703 14.50708067133431
+1 38185U 10051F   13114.60456310  .00034826  00000-0  13903-2 0  2283
+2 38185 097.6128 158.3280 0067181 350.5518 161.8145 15.22963880138278
+1 38186U 10051G   13117.04428829  .00014024  00000-0  10020-2 0  2217
+2 38186 097.6768 148.1375 0094377 029.0825 000.1879 15.01008201137370
+1 38187U 11069D   13116.45057072 -.00000115  00000-0  00000+0 0   882
+2 38187 001.1941 047.0614 3846153 357.4197 000.9145 01.71975439  6497
+1 38188U 93036BSC 13102.83760723  .00002274  00000-0  86362-3 0   536
+2 38188 074.0165 137.2416 0049908 259.0860 103.2539 14.30917889 94980
+1 38190U 93036BSE 13115.61971965  .00002466  00000-0  80746-3 0   703
+2 38190 074.0485 084.7626 0024093 211.1666 272.1873 14.38825357125212
+1 38192U 93036BSG 13116.32442635  .00004737  00000-0  14118-2 0  1074
+2 38192 074.0337 071.0426 0033331 219.4410 293.5043 14.43008950114177
+1 38196U 93036BSL 13089.68865834  .00004399  00000-0  15013-2 0   614
+2 38196 073.9055 204.7172 0258088 270.6840 156.7919 14.19632298108214
+1 38197U 93036BSM 13092.03267480  .00002973  00000-0  10660-2 0   474
+2 38197 073.9568 214.9235 0271936 030.7085 087.3007 14.15761407194224
+1 38198U 93036BSN 13110.25419769  .00005826  00000-0  14807-2 0   768
+2 38198 074.0311 055.2307 0064756 225.2971 134.7123 14.49675641149951
+1 38201U 93036BSR 13091.21965141  .00035138  00000-0  45041-2 0   502
+2 38201 073.9937 030.8703 0063007 219.2419 201.0034 14.79702675163197
+1 38203U 93036BST 13115.84340024  .00030188  00000-0  35470-2 0   861
+2 38203 073.9520 286.7890 0085700 155.3765 261.9008 14.82123027174879
+1 38204U 93036BSU 13088.00502402  .00007013  00000-0  28605-2 0   491
+2 38204 073.9921 205.1251 0100396 284.0547 077.9245 14.24828772201579
+1 38205U 93036BSV 13108.04353288  .00005319  00000-0  73622-3 0   896
+2 38205 073.9856 010.8488 0210082 331.8378 110.4933 14.64178931188117
+1 38207U 93036BSX 13114.75531606  .00003686  00000-0  13532-2 0   635
+2 38207 074.0218 113.5344 0041454 204.0097 274.5106 14.32610919137995
+1 38208U 93036BSY 13117.60795492  .00002036  00000-0  70136-3 0   955
+2 38208 074.0280 084.3706 0019094 213.9593 262.8961 14.36477929 93230
+1 38210U 93036BTA 13105.86520664  .00003925  00000-0  10595-2 0  1276
+2 38210 074.0281 066.0452 0036836 251.4825 108.2330 14.47783968 79936
+1 38211U 93036BTB 13116.35980965  .00011144  00000-0  32813-2 0  2334
+2 38211 074.0380 086.7553 0025407 205.4555 305.5590 14.43532324 77661
+1 38212U 93036BTC 13109.64815800  .00001010  00000-0  18864-3 0   480
+2 38212 074.0555 342.1333 0124622 178.4227 213.8099 14.61472976138541
+1 38213U 93036BTD 13096.80770707  .00003367  00000-0  11114-2 0   555
+2 38213 074.0492 122.6921 0027802 245.4227 118.1437 14.38227815170074
+1 38214U 93036BTE 13112.53530962  .00007749  00000-0  18893-2 0   685
+2 38214 074.0415 046.8067 0025487 242.4795 109.8173 14.52634739180058
+1 38215U 93036BTF 13116.42135689  .00005006  00000-0  16725-2 0  2212
+2 38215 074.0387 091.9282 0023998 210.6551 294.6139 14.37543054 73899
+1 38216U 93036BTG 13089.46136752  .00005517  00000-0  16795-2 0   816
+2 38216 074.0412 136.9402 0028127 240.5184 181.8203 14.42026964116794
+1 38218U 93036BTJ 13116.88751131  .00008574  00000-0  24373-2 0   928
+2 38218 074.0392 077.9072 0025945 184.9309 207.3673 14.45282906 95250
+1 38220U 93036BTL 13117.57713865  .00002319  00000-0  79741-3 0   493
+2 38220 074.0415 087.2044 0021594 205.7948 154.2130 14.36470386186596
+1 38221U 93036BTM 13095.37259128  .00004511  00000-0  11694-2 0   706
+2 38221 074.0367 092.9790 0123351 261.6641 097.5131 14.45602001119686
+1 38224U 97051YY  13092.22465287  .00004476  00000-0  21886-2 0   632
+2 38224 086.4016 239.1464 0135836 061.1882 063.5844 14.13038029180142
+1 38226U 97051ZA  13088.06669488  .00001058  00000-0  37751-3 0   531
+2 38226 086.3972 211.5871 0012500 198.7646 161.1596 14.33246459191700
+1 38227U 97051ZB  13100.23266310  .00003042  00000-0  96672-3 0   388
+2 38227 086.3220 190.4615 0010144 212.3328 180.5578 14.39641680190974
+1 38228U 97051ZC  13094.31513942  .00000483  00000-0  20906-3 0   693
+2 38228 086.3027 205.2045 0065686 272.3676 120.5231 14.21261078192089
+1 38230U 97051ZE  13099.70151151  .00026772  00000-0  50173-2 0  1298
+2 38230 086.3935 199.3866 0007361 060.4073 299.6322 14.64641625154249
+1 38231U 97051ZF  13089.08936523  .00010490  00000-0  39392-2 0  1035
+2 38231 086.2644 200.5244 0077220 294.3198 185.6452 14.29867621191974
+1 38232U 97051ZG  13106.90245025  .00004207  00000-0  20532-2 0   783
+2 38232 086.4629 243.4956 0105255 344.2432 161.9920 14.14993375199539
+1 38233U 97051ZH  13106.10595914  .00004539  00000-0  26465-2 0   892
+2 38233 086.2390 217.9065 0189752 098.3724 264.3334 13.99679052171526
+1 38235U 97051ZK  13107.25549773  .00010995  00000-0  35257-2 0   806
+2 38235 086.4157 207.4028 0026354 124.8033 237.4278 14.39203210578309
+1 38236U 97051ZL  13100.29104374  .00003313  00000-0  14298-2 0   839
+2 38236 086.2555 197.7631 0076965 274.7638 118.1177 14.22645455119475
+1 38237U 97051ZM  13111.24421669  .00007775  00000-0  24586-2 0  1351
+2 38237 086.3971 204.4798 0028495 161.5956 229.7433 14.39846635530696
+1 38239U 97051ZP  13109.20218604  .00019062  00000-0  30709-2 0   624
+2 38239 086.4068 188.6263 0032328 164.8676 226.0434 14.71043390116718
+1 38240U 97051ZQ  13102.93556867  .00027562  00000-0  57480-2 0   770
+2 38240 086.2869 175.9183 0041201 157.7168 202.5844 14.59265541192262
+1 38241U 97051ZR  13098.23145044  .00001683  00000-0  55712-3 0   637
+2 38241 086.3367 193.3975 0002310 284.9364 107.4496 14.37391943170577
+1 38242U 97051ZS  13097.28688934  .00043596  00000-0  10405-1 0   853
+2 38242 086.3483 205.8168 0073980 213.7810 179.3562 14.51784043117281
+1 38243U 97051ZT  13104.06346104  .00005635  00000-0  18512-2 0  1119
+2 38243 086.3759 203.3154 0027816 194.6758 165.2345 14.37940114129543
+1 38244U 97051ZU  13089.08592239  .00006776  00000-0  19294-2 0   356
+2 38244 086.4601 218.5563 0010218 096.6462 263.5903 14.45152565166901
+1 38245U 12016A   13117.88273022  .00000115  00000-0  10000-3 0  2261
+2 38245 000.0159 255.1780 0001660 159.8158 166.4194 01.00273669  3803
+1 38246U 12016B   13116.57236711  .00003694  00000-0  55117-3 0  2747
+2 38246 049.5904 262.9570 5180619 241.3353 057.5346 05.33159803 19555
+1 38247U 12016C   13116.31140615 -.00000035  00000-0  00000+0 0  1481
+2 38247 024.0434 120.4909 6182080 132.4834 299.7809 02.19985251  8079
+1 38248U 12017A   13117.89409587  .00001599  00000-0  10535-3 0  1396
+2 38248 097.5944 125.2427 0001274 130.0372 345.4239 15.08929497 55338
+1 38249U 12017B   13117.21600340  .00006606  00000-0  24953-3 0  3073
+2 38249 097.5297 130.0401 0042711 012.5196 347.7095 15.26482402 55789
+1 38250U 12018A   13117.16823140  .00000046  00000-0  10000-3 0  3277
+2 38250 055.3067 105.1461 0024145 194.9074 340.7684 01.86233814  6918
+1 38251U 12018B   13117.08949095  .00000045  00000-0  10000-3 0  3287
+2 38251 055.2389 104.6708 0026930 188.1407 339.4401 01.86232752  6914
+1 38252U 12018C   13117.55771977  .00040132  00000-0  16472-2 0  4136
+2 38252 055.0443 300.6219 5954786 272.6570 024.6779 04.17726914 14514
+1 38253U 12018D   13117.59136210  .00144253  50855-6  85702-3 0  6544
+2 38253 055.0476 263.2148 5368621 293.5582 019.9542 05.17363251 16494
+1 38256U 12020A   13117.85238690  .00004584  00000-0  19500-3 0  1523
+2 38256 097.3948 237.6452 0015947 128.9102 017.2683 15.23396898 54284
+1 38257U 12021A   13117.77911382  .00007256  00000-0  24895-3 0  1243
+2 38257 097.2770 246.8254 0007428 040.6032 110.7761 15.30425438 53923
+1 38258U 12021B   13117.82646419  .00014092  00000-0  36029-3 0   816
+2 38258 097.2755 249.3007 0004504 111.2630 047.8804 15.39542927 54091
+1 38260U 12021D   13112.29548868  .00027292  00000-0  12540-2 0  2172
+2 38260 097.2998 228.3119 0143420 038.5646 322.5725 15.11538893 52059
+1 38261U 12021E   13114.79489115  .00123209  00000-0  18689-2 0  2624
+2 38261 097.3957 247.0327 0058555 325.5711 272.0011 15.52190865 53259
+1 38262U 07019B   13115.74623455  .00000974  00000-0  31476-3 0  1643
+2 38262 097.8395 041.9767 0194040 162.1132 229.1828 14.30857459283069
+1 38263U 07019C   13110.30306765  .00000323  00000-0  12765-3 0  1337
+2 38263 097.9490 032.0798 0234826 301.0181 206.4168 14.21142826304847
+1 38264U 08061C   13117.26596725  .00000876  00000-0  33413-3 0  1140
+2 38264 097.9458 037.3686 0274655 165.4979 353.5122 14.14205752225584
+1 38265U 09069B   13112.00927836  .00001067  00000-0  39643-3 0  1018
+2 38265 097.7657 124.6016 0253070 153.8450 266.5035 14.17589064169851
+1 38266U 09069C   13102.03259060  .00001068  00000-0  41920-3 0  1436
+2 38266 097.9078 127.6241 0272319 227.2626 162.1273 14.12876054167342
+1 38267U 10040B   13110.07569125  .00003360  00000-0  32826-3 0  1901
+2 38267 097.3089 152.2945 0201724 264.4360 123.5144 14.78972761570108
+1 38268U 10040C   13117.61298392  .00010193  00000-0  86044-3 0  2289
+2 38268 097.2435 161.1897 0170311 187.9697 326.8971 14.87647666135136
+1 38269U 12020B   13116.70281228  .00009559  00000-0  99707-3 0  2070
+2 38269 097.4270 211.9835 0205757 092.8833 269.5944 14.75520658 52107
+1 38270U 12020C   13117.70153400  .00009034  00000-0  10028-2 0  1584
+2 38270 097.3143 205.8771 0226283 093.6050 269.1066 14.70526889 52080
+1 38271U 79095BR  13107.64501674  .00001758  00000-0  10037-2 0   867
+2 38271 081.2003 225.5100 0013947 122.7420 237.5097 14.09230780 93496
+1 38272U 79095BS  13106.13533545  .00001129  00000-0  63749-3 0   639
+2 38272 081.2106 226.7868 0024517 164.6380 324.6095 14.09488080 95205
+1 38273U 79095BT  13088.17753565  .00001844  00000-0  10334-2 0   735
+2 38273 081.2142 243.7252 0009024 192.1883 288.0460 14.10276911116979
+1 38275U 79095BV  13102.71839918  .00004891  00000-0  26946-2 0   697
+2 38275 081.2100 228.2897 0016597 176.3337 183.7959 14.11363229133635
+1 38276U 79095BW  13091.48356360  .00002506  00000-0  14472-2 0   854
+2 38276 081.2066 241.6949 0014957 172.1551 220.7413 14.08699041715457
+1 38277U 79095BX  13088.14156569  .00002751  00000-0  15149-2 0   206
+2 38277 081.2070 243.0650 0016274 085.2369 217.3493 14.11291870 84061
+1 38279U 79095BZ  13097.80385796  .00004679  00000-0  24676-2 0   629
+2 38279 081.2025 229.1121 0004365 145.7413 001.9474 14.13777071147904
+1 38280U 79095CA  13105.80132054  .00001801  00000-0  10103-2 0   723
+2 38280 081.1878 226.0275 0007351 126.2036 020.0859 14.10228810126882
+1 38281U 88005AJ  13089.06040601  .00001066  00000-0  87814-3 0   424
+2 38281 082.5442 207.2495 0017633 316.2372 168.6943 13.88300194194167
+1 38282U 88005AK  13088.62196939  .00001358  00000-0  11114-2 0   447
+2 38282 082.5485 204.1010 0012358 342.8177 078.0447 13.88862580113808
+1 38285U 88005AN  13088.64501250  .00001311  00000-0  11084-2 0   465
+2 38285 082.5465 210.9016 0005199 010.3940 051.0571 13.86992937292513
+1 38286U 88005AP  13110.97497847  .00001357  00000-0  11226-2 0  1148
+2 38286 082.5336 186.6619 0037413 277.2388 201.5184 13.87949980219986
+1 38288U 81043W   13104.70949311  .00002945  00000-0  15440-2 0   670
+2 38288 081.2643 091.5242 0056354 083.5946 035.9246 14.13200496116474
+1 38289U 82025BF  13109.66749947  .00001504  00000-0  95914-3 0   164
+2 38289 082.5251 245.9100 0011842 191.7796 165.2893 14.03006749458210
+1 38293U 10059C   13103.74891068  .00000115  00000-0  64457-4 0  1103
+2 38293 098.8147 061.9412 0010772 242.7643 245.3535 14.28236140120610
+1 38294U 10059D   13105.60762356  .00000255  00000-0  25780-3 0  1052
+2 38294 098.6800 338.8521 0268480 351.9197 035.2116 13.70347918111275
+1 38295U 10059E   13104.57944956  .00000293  00000-0  29872-3 0   749
+2 38295 098.6957 335.9148 0276376 355.3922 004.4844 13.68083436112736
+1 38296U 10059F   13116.90473463  .00000181  00000-0  18986-3 0  1077
+2 38296 098.7581 000.7142 0246942 304.3753 113.3626 13.74063778120814
+1 38297U 10059G   13115.62438880  .00000163  00000-0  17353-3 0   997
+2 38297 098.7212 357.0284 0244341 300.6060 086.5031 13.74525553119174
+1 38298U 10027C   13117.34908888  .00001859  00000-0  35250-3 0  1758
+2 38298 097.7273 074.7640 0223557 182.5955 331.3054 14.50553210148530
+1 38299U 10027D   13115.39637183  .00001501  00000-0  29348-3 0  1686
+2 38299 097.8496 087.1498 0228335 205.4280 309.7155 14.49028339148148
+1 38300U 10027E   13110.36130251  .00001699  00000-0  31288-3 0  1522
+2 38300 097.6718 064.9446 0214074 189.2574 324.9666 14.53030622144697
+1 38301U 10027F   13115.88198755  .00002136  00000-0  38996-3 0  1652
+2 38301 097.8003 087.0334 0216759 184.6978 205.2493 14.52837131142166
+1 38302U 10027G   13117.64181832  .00002111  00000-0  40610-3 0  1689
+2 38302 097.6499 062.5670 0230080 182.7468 303.2553 14.49000388145791
+1 38303U 10009G   13088.73704507  .00000616  00000-0  98850-3 0   245
+2 38303 063.4131 151.1927 0140926 002.2365 357.9246 13.53496754144252
+1 38307U 11066E   13116.07124687  .00005812  00000-0  57377-3 0  2038
+2 38307 097.3280 147.4111 0236712 241.2885 175.5761 14.73617756 75946
+1 38308U 11066F   13117.57051619  .00006926  00000-0  64140-3 0  1907
+2 38308 097.2897 149.6333 0217350 213.6692 299.9146 14.78510551 78598
+1 38309U 11079C   13116.15590383  .00001471  00000-0  41490-3 0  1511
+2 38309 098.4250 194.0432 0128356 228.5665 161.1531 14.42561436434561
+1 38310U 11079D   13116.20734667  .00001366  00000-0  40024-3 0  1430
+2 38310 098.6662 205.5120 0139293 238.3341 149.1101 14.40126823443683
+1 38311U 11079E   13116.69120422  .00001039  00000-0  34263-3 0  1392
+2 38311 098.4896 192.7235 0129300 231.5761 281.6894 14.35606775443554
+1 38312U 11079F   13116.15857727  .00000948  00000-0  33852-3 0  1121
+2 38312 098.4809 189.2142 0128754 234.9972 154.1067 14.31926207438450
+1 38313U 11043C   13111.88170644  .00000220  00000-0  35026-3 0   547
+2 38313 099.4095 093.3272 0222918 056.3979 305.8718 13.50042751 82184
+1 38314U 11043D   13114.38224189  .00000109  00000-0  21636-3 0   492
+2 38314 099.4279 087.4447 0270180 083.0258 280.6687 13.40503179 81266
+1 38316U 11043F   13108.40174204  .00000272  00000-0  42887-3 0   674
+2 38316 099.4255 089.1080 0231703 078.4051 284.4366 13.48066399 80385
+1 38317U 12001D   13117.62832054  .00011414  00000-0  87642-3 0  2476
+2 38317 097.3890 169.4434 0141462 030.3571 119.4968 14.94228990 64970
+1 38318U 12001E   13115.09248869  .00010010  00000-0  10573-2 0  1918
+2 38318 097.4741 157.3691 0233757 087.1912 327.6427 14.71346369 65213
+1 38321U 08064G   13117.83583539  .00028533  00000-0  19176-2 0  2273
+2 38321 097.3751 075.8039 0165846 344.3463 043.6863 14.96098999234441
+1 38322U 08064H   13111.34125748  .00021016  00000-0  16469-2 0  2044
+2 38322 097.4057 058.5769 0197859 051.4265 097.5833 14.86781438230059
+1 38323U 08056J   13104.68662898  .00000565  00000-0  40409-3 0  1673
+2 38323 098.5295 005.7561 0205956 049.7125 340.1126 13.91071231223044
+1 38326U 10051H   13108.86633712  .00000949  00000-0  22541-3 0  1573
+2 38326 097.7521 070.9679 0207926 212.2642 206.3480 14.43739243124198
+1 38327U 11068J   13116.41795720  .00000274  00000-0  21538-3 0  1443
+2 38327 098.5881 098.6215 0208686 201.8531 314.1507 13.89593683 71605
+1 38328U 01049QP  13116.46586575  .00005668  00000-0  43332-3 0  2655
+2 38328 097.5050 094.8207 0062653 256.5046 250.3418 15.00750869626910
+1 38329U 91082CS  13089.82067426  .00006269  00000-0  27114-2 0  1117
+2 38329 098.7642 079.3676 0009832 344.1383 134.9978 14.24671374317842
+1 38331U 12023A   13117.84943946 -.00000367  00000-0  10000-3 0  2002
+2 38331 000.0084 289.0541 0001962 113.4554 243.2804 01.00271287  3523
+1 38332U 12023B   13116.28901793 -.00000335  00000-0  10000-3 0  2043
+2 38332 000.0055 043.8903 0002641 011.7393 034.7080 01.00270451  3505
+1 38333U 12023C   13115.47750436  .00001473  00000-0  74252-3 0  2132
+2 38333 001.5879 278.7671 7248551 073.9914 349.4719 02.30458225  7910
+1 38334U 12023D   13117.73583296  .00028929  00000-0  83088-2 0  2953
+2 38334 001.7440 255.3594 7078513 104.5017 337.4757 02.53512972  8203
+1 38337U 12025A   13117.39323199  .00000483  00000-0  11728-3 0  3997
+2 38337 098.2089 058.4361 0001412 060.9153 299.2196 14.57110717 50211
+1 38338U 12025B   13118.13365682  .00000286  00000-0  66697-4 0  6950
+2 38338 098.1626 058.9462 0012084 032.7720 327.4259 14.61756634 50469
+1 38339U 12025C   13116.31286350  .00000770  00000-0  14190-3 0  4724
+2 38339 098.2105 062.2787 0008456 021.2664 338.8951 14.68332681 50407
+1 38340U 12025D   13117.28759331  .00001344  00000-0  22828-3 0  4755
+2 38340 098.2129 064.5153 0013709 057.4659 302.8061 14.70796036 50638
+1 38341U 12025E   13116.86150611  .00001201  00000-0  16281-3 0  2212
+2 38341 098.4776 080.0083 0059242 324.7427 034.9870 14.79837773 50857
+1 38342U 12026A   13116.41348615 -.00000181  00000-0  00000+0 0  2314
+2 38342 000.0023 270.9877 0003877 110.7457 250.5955 01.00272049  3466
+1 38343U 12026B   13116.57598064 -.00000078  00000-0  00000+0 0  1344
+2 38343 010.5678 147.1252 4149804 057.2941 336.3578 01.76900488  6138
+1 38344U 12026C   13116.05845922  .00006666  00000-0  10772-2 0  1939
+2 38344 049.3406 026.3165 6495218 123.4617 315.5933 03.33534178 11280
+1 38345U 12025F   13112.09401092  .00003892  00000-0  66137-3 0  1312
+2 38345 098.2039 058.0673 0008554 031.3753 328.7962 14.69702202 49709
+1 38346U 12025G   13116.46093241  .00002781  00000-0  47142-3 0  1985
+2 38346 098.2163 063.0825 0008987 012.2493 347.8929 14.70046882 50458
+1 38347U 12025H   13116.37669507  .00001600  00000-0  27759-3 0  1699
+2 38347 098.2117 062.7847 0010445 002.8086 357.3177 14.69608236 50448
+1 38352U 12028A   13116.65995093 -.00000301  00000-0  10000-3 0  2512
+2 38352 000.0462 052.0187 0002481 354.9326 143.7000 01.00274301  3517
+1 38353U 12028B   13116.71668655  .00673054  93415-6  20106-2 0  3135
+2 38353 027.0674 345.0058 6880940 045.7675 009.7388 02.87520328  8385
+1 38354U 12029A   13117.75951166 -.00000043  00000-0  00000+0 0   202
+2 38354 100.1676 244.0509 0003483 211.0101 149.0813 13.15002875 43829
+1 38355U 12029B   13116.02722948 -.00000047  00000-0  00000+0 0  1661
+2 38355 100.0959 257.7115 0161424 295.5006 062.9505 13.46021840 44625
+1 38356U 12030A   13116.50047049 -.00000063  00000-0  10000-3 0  2179
+2 38356 000.0497 035.9691 0002117 354.8897 169.9838 01.00272970  3415
+1 38357U 12030B   13116.08956728 -.00000069  00000-0  00000+0 0  1659
+2 38357 000.7466 024.8442 7095361 072.9923 340.6119 02.25330881  7416
+1 38358U 12031A   13109.04302206  .00001285  00000-0  73761-4 0  1799
+2 38358 006.0235 148.4180 0013954 066.3210 293.8959 14.82646805 45986
+1 38359U 12031B   13116.72422693  .00001528  00000-0  10859-3 0  1064
+2 38359 006.0340 097.6065 0009163 172.4057 187.6210 14.81170180 47075
+1 38360U 65027BM  13117.29304869  .00000162  00000-0  52443-3 0   827
+2 38360 090.2716 242.5182 0030575 318.8889 040.9929 12.98698226 71134
+1 38361U 65027BN  13098.38526910  .00000973  00000-0  32809-2 0   462
+2 38361 090.2818 249.4620 0033674 031.6810 328.6328 12.98318463488186
+1 38363U 65027BQ  13117.79858543  .00000761  00000-0  25354-2 0   744
+2 38363 090.2792 247.1805 0028611 296.8337 062.9860 12.99032216503135
+1 38364U 65027BR  13116.33739371  .00000268  00000-0  92668-3 0   768
+2 38364 090.2822 249.0939 0032298 124.5270 235.8906 12.94990412499770
+1 38365U 65027BS  13116.30849665  .00000134  00000-0  43706-3 0   620
+2 38365 090.2530 234.0049 0022345 056.6789 303.6468 12.97331469493815
+1 38366U 65027BT  13090.81939993  .00000037  00000-0  10000-3 0   412
+2 38366 090.2740 242.5562 0020973 055.5166 306.4853 12.98149943488644
+1 38367U 65027BU  13109.33872975  .00000036  00000-0  10000-3 0   472
+2 38367 090.2773 247.7248 0032661 150.1958 209.9685 12.94795830563391
+1 38368U 65027BV  13116.82004927 -.00000319  00000-0 -11698-2 0   636
+2 38368 090.2891 249.9259 0024189 136.6605 223.6422 12.94704270485745
+1 38369U 65027BW  13116.38381196  .00000803  00000-0  27789-2 0   672
+2 38369 090.2818 244.1186 0030479 090.8326 269.6287 12.96392541566139
+1 38371U 65027BY  13114.81845547  .00001468  00000-0  46380-2 0   492
+2 38371 090.2799 249.3577 0030972 196.5799 163.4315 13.03048957481314
+1 38372U 65027BZ  13102.90072024  .00000022  00000-0  52004-4 0   411
+2 38372 090.3198 268.3234 0034029 099.6758 260.8208 12.96250138562135
+1 38373U 65027CA  13100.89280554  .00000988  00000-0  32996-2 0   447
+2 38373 090.3038 266.9514 0031929 322.4746 037.4146 12.99030009535757
+1 38374U 65027CB  13111.35790269  .00000037  00000-0  10000-3 0   392
+2 38374 090.2681 250.6356 0054144 307.7962 051.8370 12.99096499546223
+1 38375U 65027CC  13091.40040912  .00000035  00000-0  10000-3 0   241
+2 38375 090.2705 244.6653 0031387 240.2702 119.8011 12.93481778402513
+1 38376U 65027CD  13116.33206924  .00000254  00000-0  88498-3 0  1182
+2 38376 090.2781 248.4826 0032454 130.1767 230.2201 12.94477045583046
+1 38378U 65027CF  13116.70059317  .00000819  00000-0  26445-2 0   388
+2 38378 090.2107 222.1470 0031907 327.4918 032.5270 13.01266271511647
+1 38379U 65027CG  13110.79865358  .00000772  00000-0  25946-2 0   341
+2 38379 090.2735 241.8745 0025280 342.3921 017.6321 12.98481422508734
+1 38382U 65027CK  13091.84583428  .00000035  00000-0  10000-3 0   195
+2 38382 090.2760 246.6349 0033608 189.7239 173.9531 12.94894544437826
+1 38383U 65027CL  13100.36827428  .00000036  00000-0  10000-3 0   309
+2 38383 090.2796 248.5449 0026747 167.1674 193.1249 12.95255417474740
+1 38385U 65027CN  13098.35095619  .00000036  00000-0  10000-3 0   451
+2 38385 090.2620 235.6826 0042545 130.5355 230.1461 12.95333552428247
+1 38386U 65027CP  13103.89955057  .00000454  00000-0  14987-2 0   382
+2 38386 090.3141 266.6928 0034262 353.1771 006.8880 12.99213808437839
+1 38387U 65027CQ  13089.68728051  .00000036  00000-0  10000-3 0   519
+2 38387 090.2669 241.2397 0033201 167.7878 192.8309 12.95103784439204
+1 38389U 65027CS  13109.41209770  .00000932  00000-0  31512-2 0   477
+2 38389 090.3159 268.9940 0022519 046.7867 313.5130 12.98153782457799
+1 38391U 65027CU  13090.48693832 -.00000269  00000-0 -95693-3 0   366
+2 38391 090.2576 249.8854 0074104 204.5037 155.2555 12.96288457371407
+1 38392U 65027CV  13089.70256405  .00000035  00000-0  10000-3 0   358
+2 38392 090.3423 249.3639 0035165 188.6288 171.8339 12.94277550430983
+1 38393U 65027CW  13116.35007559  .00000036  00000-0  10000-3 0   479
+2 38393 090.2942 253.3332 0029878 057.0014 303.3940 12.96683002475359
+1 38396U 65027CZ  13116.78977502  .00000626  00000-0  21721-2 0  1065
+2 38396 090.2868 247.1220 0035521 119.3541 241.1134 12.95963326510505
+1 38397U 65027DA  13115.33686941  .00000607  00000-0  20391-2 0   688
+2 38397 090.2935 254.4078 0038151 335.7846 024.1481 12.98183728712834
+1 38398U 65027DB  13111.36509377  .00000080  00000-0  25827-3 0   950
+2 38398 090.2922 252.6781 0034462 125.9751 234.4572 12.95337045579330
+1 38399U 65027DC  13116.81429356  .00000250  00000-0  86213-3 0   410
+2 38399 090.2943 254.2178 0029695 130.1470 230.2257 12.95281958632582
+1 38400U 65027DD  13116.76329778 -.00000399  00000-0 -14138-2 0   630
+2 38400 090.2972 253.9860 0033738 048.8990 311.5035 12.96689041482122
+1 38401U 65027DE  13116.77581420  .00000500  00000-0  17822-2 0  1755
+2 38401 090.2845 246.1014 0033933 164.3182 195.8995 12.93828608707524
+1 38402U 65027DF  13089.16787223 -.00000031  00000-0 -14148-3 0   385
+2 38402 090.2708 242.7592 0026970 273.2362 086.5670 12.92220979346979
+1 38403U 65027DG  13112.32956805  .00000387  00000-0  13822-2 0   856
+2 38403 090.2866 247.3825 0029781 166.6189 193.5726 12.93487200710766
+1 38404U 65027DH  13109.79434865  .00000842  00000-0  28622-2 0   592
+2 38404 090.2721 243.7615 0019339 032.2897 327.9404 12.97755508433756
+1 38405U 65027DJ  13117.35117880  .00001439  00000-0  49326-2 0   978
+2 38405 090.2985 256.5841 0031200 023.8061 336.4494 12.97341920566099
+1 38408U 65027DM  13090.86181677  .00001155  00000-0  37972-2 0   375
+2 38408 090.2780 242.3241 0038265 355.1394 004.9351 13.00084451236147
+1 38409U 65027DN  13095.87089473  .00000037  00000-0  10000-3 0   331
+2 38409 090.2950 256.2015 0032774 106.1391 256.9730 12.97184338562894
+1 38410U 65027DP  13110.80676405  .00000576  00000-0  20072-2 0   518
+2 38410 090.2840 248.4871 0036873 138.0979 222.2973 12.95555866730884
+1 38411U 65027DQ  13111.33613727  .00000536  00000-0  18657-2 0   800
+2 38411 090.2878 252.2666 0043795 120.5359 240.0094 12.95406720622987
+1 38412U 65027DR  13116.30372096 -.00000053  00000-0 -22066-3 0   844
+2 38412 090.2725 242.8716 0028356 197.1802 162.8359 12.93096265511315
+1 38413U 65027DS  13096.83088746  .00000332  00000-0  10964-2 0   410
+2 38413 090.2857 246.9726 0027424 017.8827 341.9607 12.98703538499895
+1 38415U 65027DU  13116.34364443  .00001080  00000-0  35500-2 0   304
+2 38415 090.2858 251.6331 0028145 233.9061 125.9454 13.00199718520680
+1 38416U 65027DV  13115.32978715  .00000387  00000-0  13575-2 0   638
+2 38416 090.2796 247.0637 0032630 134.7951 225.5830 12.94589076376923
+1 38418U 65027DX  13093.40038954  .00000037  00000-0  10000-3 0   280
+2 38418 090.2439 245.9477 0026559 020.6178 339.5734 12.98914778471734
+1 38419U 65027DY  13107.33633147  .00000313  00000-0  11043-2 0   468
+2 38419 090.2755 243.4332 0032076 174.1651 185.9848 12.93860340358420
+1 38421U 65027EA  13117.77354090  .00002546  00000-0  78118-2 0   834
+2 38421 090.2779 238.9034 0034916 193.3994 166.6208 13.05182331521356
+1 38422U 65027EB  13116.84458582 -.00000273  00000-0 -98886-3 0  2512
+2 38422 090.3059 260.2436 0035622 085.7117 274.8072 12.95771507720493
+1 38423U 65027EC  13102.84099272 -.00000199  00000-0 -74597-3 0   995
+2 38423 090.2831 246.7148 0033499 233.2931 126.5108 12.93781069482023
+1 38424U 65027ED  13116.78797558  .00000038  00000-0  10000-3 0   625
+2 38424 090.2676 241.2081 0021539 263.9442 095.0989 13.00792020579466
+1 38425U 65027EE  13111.34308634  .00000034  00000-0  98298-4 0  1102
+2 38425 090.2792 244.9342 0038814 207.6551 152.2504 12.93222448339833
+1 38426U 65027EF  13117.77013216  .00000611  00000-0  21519-2 0   509
+2 38426 090.2808 247.5031 0036763 145.8085 214.5412 12.94829848483920
+1 38427U 65027EG  13110.29993550 -.00000246  00000-0 -91874-3 0   797
+2 38427 090.2641 238.9577 0035376 135.8201 224.5752 12.93799711525731
+1 38430U 65027EK  13109.86446531 -.00000449  00000-0 -15932-2 0   889
+2 38430 090.3028 256.6394 0041989 052.5893 307.9037 12.96254139954212
+1 38431U 65027EL  13106.79724646  .00000557  00000-0  18616-2 0   829
+2 38431 090.2535 235.8088 0021629 347.2386 012.8185 12.98630116430708
+1 38432U 65027EM  13090.87354220  .00000213  00000-0  72568-3 0   307
+2 38432 090.2875 248.9128 0029941 161.3503 199.2754 12.95775113360750
+1 38433U 65027EN  13117.32900092  .00000459  00000-0  13663-2 0   179
+2 38433 090.2747 245.4557 0028730 130.2177 230.1775 13.06353616513250
+1 38434U 65027EP  13104.83599147  .00000144  00000-0  49656-3 0   923
+2 38434 090.2722 243.1186 0035262 224.1952 135.6349 12.93484028515513
+1 38435U 65027EQ  13101.38176716  .00000036  00000-0  10000-3 0   251
+2 38435 090.2906 249.5318 0030988 097.7300 263.5962 12.96462282516453
+1 38436U 65027ER  13090.44347885  .00000815  00000-0  27517-2 0   371
+2 38436 090.2601 238.4255 0030398 068.1831 292.2519 12.98106525520942
+1 38437U 65027ES  13111.33952817 -.00000173  00000-0 -65166-3 0  1509
+2 38437 090.2765 243.9159 0038755 159.6867 200.5803 12.94096960577574
+1 38438U 65027ET  13117.31662565 -.00000001  00000-0 -32182-4 0  1358
+2 38438 090.2771 243.7463 0033776 199.8802 160.1002 12.92047292409984
+1 38439U 65027EU  13115.38649518  .00000831  00000-0  28415-2 0  1189
+2 38439 090.3149 265.1044 0031960 084.0864 276.3898 12.97205758593664
+1 38440U 65027EV  13106.83703623  .00000495  00000-0  16886-2 0   734
+2 38440 090.2920 252.5332 0038407 097.0379 263.5111 12.96865030574906
+1 38441U 65027EW  13114.31965300  .00000103  00000-0  34595-3 0   991
+2 38441 090.2815 244.7012 0030530 171.8044 188.5665 12.94261284420108
+1 38443U 65027EY  13116.77923788  .00000037  00000-0  10000-3 0   417
+2 38443 090.2648 241.3449 0027082 330.4110 029.5503 12.98629514516914
+1 38444U 65027EZ  13117.33718615  .00000035  00000-0  10000-3 0   588
+2 38444 090.2757 247.3390 0028760 167.2507 192.9759 12.94235192503057
+1 38446U 65027FB  13111.41381037  .00000038  00000-0  10000-3 0   467
+2 38446 090.2981 263.6526 0012475 189.0055 171.1947 13.00377645203509
+1 38447U 65027FC  13105.82929371  .00000036  00000-0  10000-3 0   216
+2 38447 090.2782 243.6801 0028260 134.6720 226.5092 12.96543222472501
+1 38448U 65027FD  13111.35203970  .00000037  00000-0  10000-3 0   482
+2 38448 090.2656 244.2024 0035933 312.3604 048.0522 12.98337075473210
+1 38452U 65027FH  13115.31559903  .00000119  00000-0  40805-3 0   439
+2 38452 090.2730 239.5530 0018535 123.6309 263.2925 12.92905077470426
+1 38453U 65027FJ  13100.87070919 -.00000056  00000-0 -23217-3 0   700
+2 38453 090.2759 244.0722 0026940 227.4947 290.3812 12.93026132400473
+1 38454U 65027FK  13109.31977773  .00000453  00000-0  16161-2 0   475
+2 38454 090.2770 244.3229 0035901 199.8746 160.0976 12.93644907469192
+1 38457U 65027FN  13100.41508318  .00000246  00000-0  83003-3 0   420
+2 38457 090.2652 241.3679 0031934 107.3467 286.5155 12.96701265466156
+1 38458U 65027FP  13110.82572641  .00000109  00000-0  37902-3 0   545
+2 38458 090.2768 243.7974 0031346 211.3331 304.8913 12.91895986490008
+1 38460U 65027FR  13117.30032782  .00000598  00000-0  21574-2 0   375
+2 38460 090.2682 242.3826 0031990 184.8706 201.1878 12.93158089134936
+1 38470U 97051ZX  13108.90215692  .00003063  00000-0  14309-2 0   544
+2 38470 086.5122 246.7308 0127649 329.1674 177.3595 14.15886682208971
+1 38473U 97051AAA 13089.56987853  .00027079  00000-0  47271-2 0   707
+2 38473 086.3156 183.9508 0016263 201.6908 158.3619 14.67739492167508
+1 38474U 97051AAB 13092.03481973  .00001018  00000-0  33514-3 0   998
+2 38474 086.3549 199.3501 0027875 271.2523 088.6631 14.37097001195708
+1 38477U 97051AAE 13096.12167606  .00003581  00000-0  38111-2 0   421
+2 38477 086.4401 316.0740 0500357 253.7247 258.2146 13.30172450145942
+1 38478U 93036BTN 13089.19277049  .00004407  00000-0  87071-3 0   735
+2 38478 074.0265 040.3646 0078129 258.0647 101.1753 14.60773198137474
+1 38479U 93036BTP 13097.67404013  .00001377  00000-0  69693-3 0   509
+2 38479 074.0152 220.9001 0124899 324.7257 034.7611 14.13115748171207
+1 38480U 93036BTQ 13088.02002492  .00004858  00000-0  72907-3 0   447
+2 38480 073.8760 336.6352 0113630 301.2644 119.9612 14.70539915183148
+1 38481U 93036BTR 13092.11166906  .00001475  00000-0  10814-2 0   411
+2 38481 073.9404 349.9825 0262289 138.1030 294.3161 13.81545045176914
+1 38483U 93036BTT 13105.68148831  .00000894  00000-0  44112-3 0   454
+2 38483 074.2596 237.1428 0135155 271.2006 088.8009 14.14232198186582
+1 38485U 93036BTV 13089.37795753  .00001882  00000-0  48780-3 0   446
+2 38485 074.0233 077.9842 0055568 290.1140 069.4122 14.49605961499373
+1 38486U 93036BTW 13088.92562677  .00001923  00000-0  79586-3 0   785
+2 38486 073.9695 174.8478 0060071 277.6969 205.7952 14.26373572 88881
+1 38488U 99025ERX 13109.25176942  .00029943  00000-0  43476-2 0   507
+2 38488 098.5693 120.8053 0156855 031.6754 023.3251 14.67810728138785
+1 38491U 99025ESA 13091.51506125  .00000864  00000-0  57299-3 0   432
+2 38491 099.2907 102.1556 0239007 064.1631 083.7878 13.91058570144992
+1 38493U 99025ESC 13088.82958425  .00000235  00000-0  20031-3 0   311
+2 38493 099.0523 312.3315 0440372 006.7775 048.1987 13.58413822192845
+1 38494U 99025ESD 13100.62702399  .00001674  00000-0  92971-3 0   402
+2 38494 098.4461 162.7463 0528579 241.9945 115.3945 13.58777506128021
+1 38498U 99025ESH 13098.50347347 -.00000061  00000-0 -49093-4 0   406
+2 38498 099.7504 212.8622 0579667 077.9327 288.4967 12.90198796164148
+1 38500U 99025ESK 13100.82621281  .00002138  00000-0  22682-2 0   308
+2 38500 098.6546 224.8867 0236974 306.4161 206.6581 13.63819305124863
+1 38503U 99025ESN 13110.97771735  .00002775  00000-0  71737-3 0   693
+2 38503 099.4781 023.9372 0143442 112.9525 308.2084 14.44881968131225
+1 38505U 99025ESQ 13089.58808411  .00001636  00000-0  11856-2 0   105
+2 38505 098.3594 224.6919 0192185 339.3895 019.8937 13.89306298200435
+1 38506U 99025ESR 13093.74105992  .00002993  00000-0  21685-2 0   549
+2 38506 099.0167 024.4217 0196370 208.6800 180.8408 13.88459565123465
+1 38507U 99025ESS 13089.26671271  .00001543  00000-0  79756-3 0   228
+2 38507 098.9437 105.0167 0039206 300.6822 059.2221 14.16140345217310
+1 38512U 99025ESX 13099.14445922  .00000918  00000-0  97099-3 0   421
+2 38512 098.3879 165.6240 0250169 217.9904 168.8572 13.63913015544769
+1 38513U 99025ESY 13105.61328796  .00002960  00000-0  53497-3 0   468
+2 38513 097.6246 135.1462 0486438 246.7260 267.5629 14.11358006285076
+1 38514U 99025ESZ 13091.84500220  .00004464  00000-0  32604-2 0   313
+2 38514 098.0824 057.4952 0465280 020.5269 341.4047 13.54880486271005
+1 38515U 99025ETA 13088.88446940  .00000711  00000-0  45369-3 0   563
+2 38515 099.0699 101.7347 0037034 358.5070 120.1223 14.06584588182319
+1 38516U 99025ETB 13088.91341644  .00000161  00000-0  72809-4 0   607
+2 38516 098.6756 117.8358 0115065 183.3096 298.1065 14.31247913184444
+1 38517U 99025ETC 13110.98116083  .00003624  00000-0  11902-2 0   442
+2 38517 098.7428 119.0537 0143745 052.3585 319.2512 14.33203435171080
+1 38522U 63038R   13117.08564557  .00006298  00000-0  70351-2 0  2528
+2 38522 090.1257 310.9915 0098184 301.2104 206.5254 13.69041005475262
+1 38524U 64083N   13117.67357359  .00006642  00000-0  44827-2 0  2832
+2 38524 089.8661 163.8702 0121243 195.7124 312.5097 13.96841142511004
+1 38525U 64083P   13117.12439009  .00010482  00000-0  65936-2 0  2691
+2 38525 089.8771 165.2262 0179519 196.9046 197.0351 13.96650899511926
+1 38526U 64083Q   13117.38109141  .00007615  00000-0  60345-2 0  2784
+2 38526 089.9289 178.9555 0099071 235.8390 259.0238 13.89004588427959
+1 38527U 64083R   13117.72515287  .00009160  00000-0  71365-2 0  2078
+2 38527 089.9161 178.3260 0103968 253.0562 255.7806 13.89742952233234
+1 38530U 67048H   13117.16792256  .00005806  00000-0  80184-2 0  3306
+2 38530 089.6989 158.4679 0006848 072.9523 319.6189 13.58040725102896
+1 38531U 71046C   13102.63334242  .00000227  00000-0  26692-3 0   385
+2 38531 074.0219 195.2512 0013936 130.4536 229.7216 13.73740205502800
+1 38532U 75064E   13116.68499375  .00002009  00000-0  10406-2 0   698
+2 38532 081.2788 354.3666 0015098 110.1964 283.9273 14.14513026226084
+1 38533U 77024D   13108.02073966  .00002292  00000-0  12146-2 0   473
+2 38533 081.2493 112.8690 0040130 243.1304 150.4798 14.12980955112825
+1 38537U 83109E   13103.49505892  .00005740  00000-0  19666-2 0   411
+2 38537 081.1600 165.1610 0080622 098.3188 262.7147 14.34278418312411
+1 38540U 88005AT  13088.38957328  .00001728  00000-0  10384-2 0   588
+2 38540 082.5206 108.4926 0035110 358.3379 066.4134 14.06082317465970
+1 38541U 88005AU  13091.58724627  .00001654  00000-0  13386-2 0   605
+2 38541 082.5367 198.5467 0021044 064.5912 295.5481 13.89555516232573
+1 38542U 88005AV  13088.65081117  .00000395  00000-0  32044-3 0   334
+2 38542 082.5308 204.1156 0018482 325.4655 034.5305 13.87805724 60722
+1 38544U 88005AX  13108.20293489  .00000393  00000-0  31517-3 0   452
+2 38544 082.5346 185.3333 0009405 291.3175 068.6783 13.88512214296422
+1 38546U 91032F   13115.05318808  .00000556  00000-0  22821-3 0   787
+2 38546 098.6867 144.7750 0012940 124.4085 290.2636 14.30950785 71244
+1 38547U 91032G   13103.37600443  .00000194  00000-0  95848-4 0   675
+2 38547 098.7035 131.8523 0006241 101.2853 314.5343 14.28189226454938
+1 38548U 92047AU  13108.32933062  .02481546  00000-0  58051+0 0  3195
+2 38548 064.4648 010.0721 4908063 054.6714 018.5594 05.74157150 24913
+1 38551U 12035A   13117.48631311 -.00000085  00000-0  10000-3 0  1870
+2 38551 000.0046 161.5788 0001428 155.7031 326.3232 01.00271692  3009
+1 38552U 12035B   13117.08459109 -.00000009  00000-0  00000+0 0  3110
+2 38552 001.2042 245.6892 0002132 194.6771 165.4269 01.00278713  3109
+1 38553U 12035C   13115.85921237  .00003519  00000-0  13495-2 0  1997
+2 38553 006.4664 314.3474 7260661 056.6762 352.9821 02.29923884  6731
+1 38554U 12035D   13116.86563522  .00025954  00000-0  77207-2 0  2235
+2 38554 006.0948 315.2365 7202882 058.1201 352.4804 02.37701174  6818
+1 38556U 89001X   13092.94926916  .03539317  00000-0  38688+0 0  2677
+2 38556 064.6775 308.3947 0831676 053.6156 324.6298 13.57910816333436
+1 38557U 06006CX  13108.12290045  .00005951  00000-0  62349-2 0   577
+2 38557 051.8082 308.9028 4976154 012.8898 356.2374 05.47367982 68157
+1 38559U 06006CZ  13104.19043770  .00000306  00000-0  96066-3 0   802
+2 38559 052.1187 110.7054 5084182 232.0976 039.0669 05.16473092 57890
+1 38565U 08011L   13116.64681084  .00000470  00000-0  23409-2 0  1517
+2 38565 048.9230 217.0284 6521851 221.9706 345.8152 03.09719773 35219
+1 38566U 08011M   13117.58492897  .00052028  00000-0  92361-1 0  1781
+2 38566 048.9162 211.2587 6510024 229.1497 340.7831 03.19414097 25290
+1 38567U 08011N   13117.68409514 -.00000075  00000-0  00000+0 0  1577
+2 38567 049.6192 285.8342 6217373 158.7350 157.6094 02.94758582 23199
+1 38568U 08011P   13117.67477651  .00015429  00000-0  93767-1 0  1880
+2 38568 049.4392 232.7575 6500044 201.5415 109.0148 03.11304030 22452
+1 38569U 08011Q   13117.40253090 -.00000054  00000-0  00000+0 0  1224
+2 38569 049.6774 267.6900 6294391 180.0481 121.9586 03.00704889 23428
+1 38570U 08011R   13117.72742634  .00003926  00000-0  81327-1 0  1300
+2 38570 048.9254 240.9670 6488244 202.5653 101.8550 03.00533489 17636
+1 38571U 08011S   13114.95949635 -.00000085  00000-0  00000+0 0  1449
+2 38571 049.6676 273.8280 6219787 164.7054 355.4129 02.98358635 20786
+1 38572U 08011T   13117.83025851 -.00000026  00000-0  00000+0 0  2250
+2 38572 048.7083 252.7587 6341475 195.8247 347.0758 03.03145447 25887
+1 38573U 08011U   13117.21689738 -.00000050  00000-0  00000+0 0  2531
+2 38573 049.0394 263.0222 6271008 183.8642 240.2622 03.02018445 22852
+1 38574U 08011V   13111.77239446 -.00000031  00000-0  00000+0 0   452
+2 38574 048.9680 270.4825 6223419 178.6802 352.8150 03.01839666 18039
+1 38575U 08011W   13117.51114506  .00011385  00000-0  97416-1 0  2465
+2 38575 048.7708 209.0640 6394923 228.7239 055.4261 03.21419122 21218
+1 38576U 08011X   13112.42439122  .00005144  00000-0  94567-2 0   879
+2 38576 048.9859 208.3789 6563185 228.3024 165.5363 03.12177970 26943
+1 38577U 08011Y   13114.59454131 -.00000698  00000-0 -67345-2 0  1772
+2 38577 049.0066 236.4064 6557626 204.5427 315.0807 02.99486686 26092
+1 38578U 08011Z   13116.69235322  .00002484  00000-0  26454-1 0  1098
+2 38578 047.8153 228.9243 6548816 230.1349 057.9151 02.99865317 20999
+1 38579U 08011AA  13116.72433772  .00004503  00000-0  83362-1 0  1907
+2 38579 048.9937 242.0682 6513440 201.4405 350.2265 02.98754005 21744
+1 38580U 08011AB  13117.21832113 -.00000042  00000-0  00000+0 0  1301
+2 38580 048.5966 265.4138 6467447 187.7729 158.5766 02.92831452 21852
+1 38581U 08011AC  13115.56314248  .00044059  00000-0  52109-1 0  1586
+2 38581 049.1366 188.0567 6447507 243.3212 328.7785 03.30395365 24699
+1 38582U 08011AD  13096.53440181 -.00000048  00000-0  10000-3 0   405
+2 38582 047.5207 262.8982 6144960 175.6948 007.0088 02.99711522 21857
+1 38583U 08011AE  13116.64741590  .00001016  00000-0  23502-2 0  1292
+2 38583 049.0589 210.5575 6565126 225.6878 338.5746 03.10097970 23555
+1 38584U 08011AF  13116.86344388  .00003249  00000-0  31185-1 0  1432
+2 38584 048.5084 225.0699 6506148 220.9791 065.4589 03.06268467 20261
+1 38585U 08011AG  13109.98615641  .00003675  00000-0  26084-2 0  1022
+2 38585 049.0122 196.8864 6566820 238.3252 142.0583 03.17060841 23399
+1 38586U 08011AH  13116.90378094 -.00000085  00000-0  00000+0 0  1379
+2 38586 049.8795 286.9692 6275043 155.7376 355.9302 02.91832976 21880
+1 38587U 08011AJ  13115.71962543 -.00000356  00000-0 -52041-2 0   811
+2 38587 048.8952 230.2047 6455796 212.1364 342.7028 03.08096731 23040
+1 38588U 08011AK  13117.37373163 -.00000078  00000-0  10000-3 0  2362
+2 38588 050.0349 260.3955 6335573 169.8300 214.7041 03.01797884 19921
+1 38589U 08011AL  13117.40021987  .00001516  00000-0  98800-1 0  1112
+2 38589 048.6558 258.3039 6410180 191.7901 024.4696 02.95243796 21639
+1 38590U 08011AM  13117.28828582 -.00000081  00000-0  00000+0 0  1666
+2 38590 049.2946 286.0852 6340874 159.4282 228.8329 02.87954854 20698
+1 38591U 08011AN  13111.59592348  .00000854  00000-0  81729-2 0  1301
+2 38591 049.7986 251.0102 6654070 192.6787 125.1861 02.88384939 18816
+1 38592U 08011AP  13117.07401111  .00004717  00000-0  36708-1 0  1889
+2 38592 048.5215 217.2167 6477241 229.2954 053.4556 03.11866068 20733
+1 38593U 08011AQ  13117.70101424  .00001190  00000-0  56365-2 0  1574
+2 38593 049.0502 225.8772 6582543 212.3167 343.6001 03.02786829 24039
+1 38594U 08011AR  13117.82921323 -.00001415  00000-0 -25440-1 0  1522
+2 38594 049.0616 244.2525 6527571 197.7838 348.2769 02.97092495 23828
+1 38597U 08011AU  13116.73310485  .00036824  00000-0  91876-1 0  1587
+2 38597 049.1051 224.7917 6556476 212.2891 348.0487 03.11002097 24306
+1 38598U 08011AV  13090.79378433  .00001785  00000-0  15708-1 0   466
+2 38598 048.9289 232.3977 6493186 210.0905 239.3803 03.08594690 23638
+1 38599U 08011AW  13116.91014587  .00000353  00000-0  17642-1 0  2143
+2 38599 049.0161 263.6732 6557519 186.2979 351.5394 02.83450218 22351
+1 38600U 08011AX  13104.57313823  .00001357  00000-0  35095-2 0   887
+2 38600 048.8161 214.0326 6553720 226.0715 303.6546 03.10952482 24171
+1 38601U 08011AY  13116.82534890  .00080111  00000-0  10572-1 0  2078
+2 38601 047.9814 176.8397 6477381 273.1164 091.8288 03.36793549 29112
+1 38602U 08011AZ  13117.63119591  .00012599  00000-0  16268-1 0  1999
+2 38602 048.5585 208.2378 6599092 234.6312 334.3316 03.09556084 28943
+1 38603U 08011BA  13110.57460727  .00002374  00000-0  13566-1 0   937
+2 38603 049.6694 220.7424 6507646 205.9523 096.6404 03.11059734 24380
+1 38604U 08011BB  13117.43035551 -.00000136  00000-0 -11732-2 0   887
+2 38604 048.9992 221.5575 6500162 217.1833 072.3787 03.08919890 26476
+1 38605U 08011BC  13117.79136899 -.00000450  00000-0 -10029-1 0   846
+2 38605 048.9715 235.2113 6423967 206.7532 353.5070 03.07158066 24293
+1 38606U 08011BD  13116.91838264  .00001675  00000-0  37720-2 0  2012
+2 38606 048.3058 211.8669 6593039 235.4089 109.9908 03.06613201 26356
+1 38607U 08011BE  13114.72892361 -.00001293  00000-0 -52635-1 0  1443
+2 38607 049.6389 245.5527 6366138 189.3267 349.6276 03.05907584 25009
+1 38608U 08011BF  13117.52062309  .00126913  00000-0  64985-1 0  2218
+2 38608 048.2858 185.7329 6383726 261.5796 316.4593 03.43975423 21866
+1 38609U 08011BG  13116.57669131  .00006459  00000-0  20957-1 0  1839
+2 38609 048.0790 206.4592 6533848 240.4165 334.7157 03.11949526 26236
+1 38610U 08011BH  13117.76616376 -.00000926  00000-0 -36903-1 0  1457
+2 38610 049.0264 244.2383 6370760 198.8220 346.3132 03.05982287 25104
+1 38611U 08011BJ  13115.55374352  .07192187  56280-2  13131+0 0  1622
+2 38611 049.0408 178.8263 2071983 209.1217 137.2391 11.35677737 43407
+1 38612U 08011BK  13115.89435367 -.00000229  00000-0 -10930-1 0  1616
+2 38612 047.8910 240.8516 6410151 219.2559 343.2799 03.00405047 24712
+1 38614U 08011BM  13111.77066867 -.00000043  00000-0  00000+0 0  1210
+2 38614 049.3024 267.8839 6227926 176.5635 353.1356 03.02867464 20565
+1 38615U 08011BN  13114.76229926  .00000287  00000-0  85632-3 0   777
+2 38615 048.9498 212.0210 6548183 225.4986 339.8716 03.10633433 20696
+1 38616U 08011BP  13117.64128563  .00547805  00000-0  91248-1 0  1370
+2 38616 050.1155 325.6883 4647716 057.0091 356.1587 06.20782052 33592
+1 38617U 08011BQ  13111.86290469  .00002879  00000-0  10166-1 0   998
+2 38617 049.0937 203.5262 6465411 228.7568 336.8446 03.20298604 19765
+1 38619U 08011BS  13114.98770956 -.00000719  00000-0 -30737-1 0  1417
+2 38619 049.0151 246.5562 6360786 197.0553 320.7705 03.05794025 19565
+1 38621U 08011BU  13104.76515677  .00000272  00000-0  77666-2 0   742
+2 38621 048.9205 244.4384 6447136 199.0513 350.5518 03.02382004 17162
+1 38622U 08011BV  13117.63662328  .00000298  00000-0  12487-2 0  1276
+2 38622 048.9782 217.2461 6535868 221.7030 340.9713 03.08752761 17453
+1 38623U 08011BW  13105.85541830  .00000376  00000-0  15417-1 0   587
+2 38623 048.9546 248.2014 6377512 197.5322 354.2942 03.05473781 17275
+1 38624U 08011BX  13109.70055472  .00001791  00000-0  76349-2 0  1044
+2 38624 048.5505 215.5196 6526171 230.0592 347.9851 03.10709940 16568
+1 38625U 08011BY  13116.71528799  .00007308  00000-0  10630-1 0  1210
+2 38625 048.7992 204.6847 6564791 233.8258 335.3393 03.13369202749014
+1 38627U 08011CA  13116.84676216 -.00000919  00000-0 -77912-2 0   886
+2 38627 049.6133 237.1661 6566318 195.5249 349.8583 02.99535828744938
+1 38628U 08011CB  13110.95585072  .00007347  00000-0  16116-1 0   475
+2 38628 048.6425 215.3454 6587714 227.5932 345.6426 03.07760141 15858
+1 38629U 08011CC  13116.63345602  .00043413  00000-0  13810+0 0  1785
+2 38629 049.7893 215.5204 6371491 206.3077 345.5625 03.33471880 16807
+1 38630U 08011CD  13115.77800892  .00008850  00000-0  28499-1 0  1190
+2 38630 048.9240 228.0940 6617799 211.0199 344.8935 03.01294291 15397
+1 38631U 08011CE  13115.77307589  .00002292  00000-0  32285-1 0  1211
+2 38631 049.3009 228.7084 6449275 205.9372 345.2290 03.09597565 23047
+1 38632U 08011CF  13117.60096537  .00002691  00000-0  56054-2 0   666
+2 38632 048.9356 208.9762 6566162 228.9004 339.0371 03.10770040 23182
+1 38633U 08011CG  13116.86513428  .00000312  00000-0  81668-2 0  1575
+2 38633 049.6668 261.3409 6626250 176.7730 353.1099 02.83887235 21219
+1 38634U 08011CH  13117.78723337 -.00000362  00000-0 -16644-1 0   386
+2 38634 048.8800 254.0093 6425258 192.3280 352.5814 02.96658575 22155
+1 38635U 08011CJ  13093.28338253 -.00000165  00000-0 -37538-2 0   617
+2 38635 048.6625 238.6540 6442321 207.4174 094.6654 03.06920004 22230
+1 38636U 08011CK  13115.69503155  .00000618  00000-0  23859-2 0  1537
+2 38636 049.1125 218.1495 6556474 218.2104 346.9656 03.07817589 22938
+1 38637U 08011CL  13117.78367846 -.00000461  00000-0 -12764-1 0   466
+2 38637 049.0161 238.5491 6403892 203.3644 353.4298 03.06740533 22937
+1 38640U 08011CP  13107.75248365 -.00001864  00000-0 -44077-1 0  1360
+2 38640 048.6898 242.9545 6464295 203.7330 059.1133 03.01879753 22358
+1 38642U 08011CR  13108.78542139  .00000125  00000-0  17292-2 0   818
+2 38642 048.5960 230.9874 6451043 214.4611 341.9788 03.08067781 22466
+1 38643U 08011CS  13116.76248780  .00007585  00000-0  74579-1 0  1369
+2 38643 049.7345 234.6576 6504242 197.8731 133.0005 03.06378734 22951
+1 38644U 08011CT  13116.71422655  .00001632  00000-0  46790-2 0  1474
+2 38644 048.9552 195.2652 6448091 237.3793 333.4308 03.23798220 24260
+1 38645U 08011CU  13117.77817988  .00000176  00000-0  53625-2 0  1623
+2 38645 049.0249 240.5188 6408779 203.1650 345.3821 03.06393142 27019
+1 38646U 08011CV  13117.37006526 -.00000022  00000-0  10000-3 0  2104
+2 38646 049.0194 243.5451 6378259 199.5943 116.1988 03.05919673 28298
+1 38647U 08011CW  13117.10705485  .00000256  00000-0  16750-1 0  1558
+2 38647 049.0341 250.0654 6335598 194.0923 136.0217 03.05246469 28212
+1 38648U 08011CX  13117.75956794  .00002318  00000-0  19407-1 0  1958
+2 38648 048.9384 228.6591 6542656 211.2173 352.1009 03.03046168 28439
+1 38649U 08011CY  13114.62662808  .00008325  00000-0  30972-1 0  2036
+2 38649 048.8932 218.8234 6529848 225.3150 340.9511 03.11505860 28534
+1 38650U 08011CZ  13116.68262053 -.00000496  00000-0 -14940-1 0  1561
+2 38650 048.9883 240.5827 6395090 202.3770 347.4594 03.06555564 28066
+1 38651U 08011DA  13117.76962654 -.00000744  00000-0 -26272-1 0  2362
+2 38651 049.0191 242.8188 6384309 200.5421 352.2352 03.05991021 28034
+1 38652U 12036A   13117.28060890  .00000025  00000-0  10000-3 0  1962
+2 38652 000.0643 264.8165 0002371 122.2374 294.3740 01.00272243  2940
+1 38653U 12036B   13115.09150939 -.00000006  00000-0  00000+0 0  1105
+2 38653 022.3945 158.0018 6130938 104.3128 327.2740 02.17151522  6270
+1 38654U 12036C   13117.76853123  .00004515  00000-0  76437-3 0  1825
+2 38654 049.6690 351.3885 5249732 183.5351 170.4440 05.21192082 15177
+1 38656U 88005AZ  13106.93066997  .00001916  00000-0  15330-2 0   407
+2 38656 082.5237 181.1363 0014999 332.1429 030.8019 13.90337335219343
+1 38657U 09072E   13104.17997436  .00000075  00000-0  27776-3 0   661
+2 38657 100.4282 184.6073 0133263 015.8379 013.0535 13.21887669156783
+1 38658U 09072F   13094.31903797  .00000387  00000-0  12737-2 0   647
+2 38658 100.2265 116.9519 0136849 064.9415 352.8698 13.04615050149101
+1 38659U 09072G   13107.34554637  .00000043  00000-0  25380-3 0   773
+2 38659 100.3880 149.3045 0135802 055.4729 007.5918 13.04815743156446
+1 38660U 09072H   13096.86402639  .00000324  00000-0  12812-2 0   972
+2 38660 100.3879 109.8592 0157293 110.5541 010.9580 12.92092840147687
+1 38661U 12029C   13097.59421856  .00000127  00000-0  41353-3 0   594
+2 38661 100.1313 226.0640 0123867 277.5436 081.1623 13.18871253 38164
+1 38662U 12029D   13095.59364284  .00000122  00000-0  40186-3 0   840
+2 38662 100.1737 225.0906 0129553 282.7016 075.9371 13.18678112 37898
+1 38670U 07003AJ  13110.31149185 -.00000189  00000-0  36526-2 0   558
+2 38670 025.9758 166.9540 7417060 035.7116 004.7307 01.81632556 17669
+1 38673U 86010H   13113.26125492  .00006907  00000-0  70641-2 0   579
+2 38673 030.3336 149.9220 6872978 282.6262 018.9509 02.75074699 70131
+1 38674U 06042D   13117.08852600  .00058121  50827-6  73398-3 0   979
+2 38674 039.8822 056.3943 5392526 156.7922 241.5385 05.11090591 63666
+1 38675U 06052D   13116.45938314  .00336174  89913-6  57778-3 0  7558
+2 38675 039.9321 133.0686 3091979 047.6818 043.5186 09.43488043141126
+1 38676U 07062D   13117.22311785  .00823323  15551-5  27304-3 0  1351
+2 38676 039.8528 173.5835 2029585 325.4003 063.0811 11.73561679103141
+1 38678U 09014D   13113.62722845  .00063594  71361-6  69785-3 0    69
+2 38678 040.3903 013.0945 5323143 038.2836 067.2116 05.23046108 50193
+1 38682U 79009E   13115.81161178 -.00000067  00000-0  00000+0 0   934
+2 38682 008.3875 236.3981 3616379 280.2632 041.7749 01.68541339 29834
+1 38683U 79009F   13115.11215831 -.00000078  00000-0  10000-3 0  1190
+2 38683 007.4185 218.8871 3644386 317.9641 019.2456 01.69478427 17671
+1 38684U 80018E   13115.89412945 -.00000120  00000-0  00000+0 0  1365
+2 38684 008.9813 018.0343 4525310 355.0034 001.7747 01.77162724 21500
+1 38685U 80018F   13115.98164660 -.00000080  00000-0  10000-3 0  1498
+2 38685 008.8977 046.2320 4444899 298.1398 024.2626 01.76179674 34209
+1 38686U 79101V   13100.18171094 -.00000084  00000-0  10000-3 0  1332
+2 38686 007.7994 201.1799 4844022 267.8081 038.4508 01.82228095 17490
+1 38687U 79101W   13117.01114108 -.00000136  00000-0  10000-3 0  2199
+2 38687 009.5846 261.1993 4735312 149.5913 249.3649 01.80134722 28638
+1 38688U 79101X   13116.71834852 -.00000055  00000-0  10000-3 0  2102
+2 38688 007.6129 199.0006 4939719 270.3452 035.7696 01.80718416 19136
+1 38689U 79101Y   13107.81768954 -.00000102  00000-0  00000+0 0   266
+2 38689 008.4093 239.0638 4808116 198.5197 135.2426 01.81027693 32644
+1 38690U 68081Q   13101.29206160 -.00000094  00000-0  10000-3 0  2330
+2 38690 008.7452 327.5373 0262487 301.4894 055.8548 00.99332060 31283
+1 38691U 68081R   13116.12670721 -.00000083  00000-0  00000+0 0  1081
+2 38691 007.6562 322.5933 0185759 263.6601 094.0450 01.00718354 36797
+1 38692U 68081S   13116.97539817 -.00000355  00000-0  10000-3 0   711
+2 38692 008.7271 327.7030 0312921 269.9093 086.4354 00.99165598 19702
+1 38693U 68081T   13109.65209698 -.00000219  00000-0  10000-3 0   696
+2 38693 006.8593 316.7162 0103397 220.4729 138.6078 01.02823821 20199
+1 38694U 68081U   13105.57440622 -.00000166  00000-0  00000+0 0   559
+2 38694 007.9503 319.0918 0094412 096.6757 264.3255 01.03505612 20201
+1 38695U 68081V   13107.72365470  .00000018  00000-0  10000-3 0   411
+2 38695 008.3795 326.6263 0433450 257.6446 097.3482 00.99326348 15605
+1 38696U 68081W   13105.78304815 -.00000028  00000-0  10000-3 0   807
+2 38696 008.3217 326.2513 0202639 245.6678 112.0492 00.99496386 19134
+1 38697U 68081X   13115.17566345 -.00000172  00000-0  00000+0 0  1424
+2 38697 006.3373 327.5473 0836346 063.8819 303.9344 01.01469660 26314
+1 38698U 68081Y   13115.15801732 -.00000169  00000-0  10000-3 0  1279
+2 38698 006.3841 312.2992 0127847 237.3484 121.2246 01.04390130 35698
+1 38700U 68081AA  13115.76556665 -.00000018  00000-0  10000-3 0   779
+2 38700 007.5700 319.2275 0106161 220.3829 138.5467 01.02728212 15419
+1 38701U 68081AB  13106.14356087 -.00000207  00000-0  10000-3 0   341
+2 38701 007.6490 322.0773 0151674 281.8460 076.3324 01.01165181 14378
+1 38702U 68081AC  13115.71607091 -.00000079  00000-0  10000-3 0   728
+2 38702 008.7091 323.0809 0219965 027.5543 333.4812 01.02202507 20656
+1 38703U 68081AD  13105.74136625 -.00000151  00000-0  10000-3 0   799
+2 38703 007.0700 313.1230 0259616 106.0216 256.7375 01.05422744 25332
+1 38704U 68081AE  13115.59123231 -.00000237  00000-0  10000-3 0  1407
+2 38704 005.8855 313.3370 0163805 247.7696 110.2714 01.02209131 26967
+1 38705U 68081AF  13116.97759399 -.00000322  00000-0  10000-3 0   898
+2 38705 006.7483 317.4942 0236138 054.4523 307.5772 01.02039171 26136
+1 38707U 12039A   13117.85850693  .00000441  00000-0  23138-4 0  8907
+2 38707 097.4854 030.1815 0002493 121.6640 312.5254 15.20792437 42480
+1 38708U 12039B   13117.83339443  .00002875  00000-0  13846-3 0  8863
+2 38708 097.4863 029.9024 0001706 083.2654 348.2754 15.19554764 42469
+1 38709U 12039C   13117.09875020  .00000005  00000-0  22434-4 0  3275
+2 38709 098.9481 036.5319 0010524 279.5718 080.4277 14.23546563 39667
+1 38710U 12039D   13117.23210383  .00003546  00000-0  15791-3 0  7788
+2 38710 097.4843 029.5784 0002240 148.4491 211.6893 15.22110658 42399
+1 38711U 12039E   13117.35255955  .00000032  00000-0  34205-4 0  3107
+2 38711 098.9446 036.7152 0011079 283.1677 076.8266 14.23690238 39698
+1 38715U 99025ETG 13111.58048669  .00002406  00000-0  15738-2 0   193
+2 38715 098.2245 238.8170 0171691 164.3357 197.9763 13.96052308282224
+1 38717U 99025ETJ 13111.79236455  .00001398  00000-0  96044-3 0   278
+2 38717 098.9515 057.4832 0071600 279.0672 108.3414 13.99910332128126
+1 38722U 99025ETP 13092.25289896  .00002170  00000-0  92719-3 0   601
+2 38722 099.3298 188.3403 0280319 299.9152 090.8835 14.07191685175469
+1 38723U 99025ETQ 13088.32588146  .00002257  00000-0  10807-2 0   440
+2 38723 099.4817 248.9502 0045020 037.6204 079.6937 14.19659047107843
+1 38724U 99025ETR 13111.04451177  .00002696  00000-0  23408-2 0   493
+2 38724 098.7683 311.5762 0178487 156.3948 356.0762 13.79872153 87474
+1 38725U 99025ETS 13088.87574280  .00001643  00000-0  93794-3 0   519
+2 38725 099.0373 118.6651 0051772 226.3369 261.0132 14.10420811109657
+1 38726U 99025ETT 13115.44004789  .00002613  00000-0  13514-2 0   458
+2 38726 099.1553 192.9641 0100560 146.1395 275.7510 14.13286093107083
+1 38727U 99025ETU 13102.56205358  .00001087  00000-0  87806-3 0   408
+2 38727 098.6585 321.3611 0125414 057.9875 333.3829 13.88634259 77470
+1 38729U 99025ETW 13114.68437893  .00001189  00000-0  87761-3 0   208
+2 38729 099.0534 067.5368 0101189 027.1274 331.8709 13.94966395186437
+1 38730U 12040A   13117.20825603  .00000098  00000-0  10000-3 0  2058
+2 38730 001.4941 271.9830 0000622 190.9070 204.2057 01.00270395  2872
+1 38732U 94089D   13117.23473373  .00000944  00000-0  50560-3 0  2155
+2 38732 098.7971 202.6918 0016269 186.7650 173.3306 14.15423252 38846
+1 38733U 12041A   13117.69480110  .00000010  00000-0  00000+0 0  8140
+2 38733 082.4755 186.6255 0019925 085.1605 275.1750 12.42345673 33977
+1 38734U 12041B   13117.08577241  .00000024  00000-0  10000-3 0  2498
+2 38734 082.4767 186.8281 0021006 078.2798 282.0638 12.42820084 33911
+1 38735U 12041C   13117.08503349  .00000024  00000-0  10000-3 0  2442
+2 38735 082.4774 186.9754 0018485 083.1985 277.1192 12.42553329 33900
+1 38736U 12041D   13117.11736851  .00000010  00000-0  00000+0 0  2555
+2 38736 082.4812 186.9604 0022868 079.4788 280.8870 12.42867381 33907
+1 38737U 12041E   13116.69952514  .00000021  00000-0  42981-4 0  1408
+2 38737 082.4786 174.5875 0224874 350.3833 009.2997 12.81783025 34947
+1 38740U 12043A   13117.82674046 -.00000035  00000-0  10000-3 0  2011
+2 38740 000.0156 135.1627 0001045 207.4902 239.4614 01.00271643  2718
+1 38741U 12043B   13116.31819818  .00000148  00000-0  00000+0 0  1527
+2 38741 000.0405 073.2613 0002409 004.7356 282.0408 01.00268777  2729
+1 38742U 12043C   13116.25981725  .00006228  00000-0  18996-2 0  1765
+2 38742 005.9805 349.9129 7263802 029.9436 356.7890 02.30112864  6103
+1 38743U 12043D   13111.98748636  .00081833  00000-0  13588-1 0  1703
+2 38743 006.2151 345.4976 7134880 035.1858 355.6039 02.47793330  6129
+1 38744U 12044A   13117.16817850  .00087454  28076-5  26033-2 0  4308
+2 38744 049.9120 021.5635 2502249 135.7845 247.2564 10.40688467 27083
+1 38745U 12044B   13117.11546982  .00019257  21210-5  61177-3 0   763
+2 38745 049.9098 030.4703 2575597 128.3933 257.7631 10.25424273 26856
+1 38746U 12044C   13116.89142333  .00009338  00000-0  63367-3 0  2190
+2 38746 049.6784 040.8810 2589666 125.2779 261.8605 10.12065116 26597
+1 38747U 12044D   13117.11689871  .00056648  25920-5  16381-2 0  2293
+2 38747 049.9023 015.3783 2454711 141.0800 239.5247 10.50797627 27211
+1 38749U 12045A   13117.84741456 -.00000296  00000-0  10000-3 0  1685
+2 38749 000.0289 001.6554 0002477 058.6195 042.7883 01.00272012  2589
+1 38750U 12045B   13117.23518182  .00005439  00000-0  17884-2 0  1407
+2 38750 000.3904 022.0315 7263524 049.3745 349.9411 02.30005284  5768
+1 38752U 12046A   13116.15396518 -.00000055  00000-0  10000-3 0  1120
+2 38752 009.8285 170.4437 6827493 215.6215 069.7817 02.67305196  6391
+1 38753U 12046B   13117.07333393 -.00000060  00000-0  10000-3 0  1086
+2 38753 009.8103 171.0302 6833871 214.5777 071.7432 02.65852712  6381
+1 38755U 12047A   13117.86047923 -.00006607  00000-0 -14138-2 0  7712
+2 38755 098.1696 186.1908 0001424 096.8480 263.2991 14.58531827 33639
+1 38756U 12047B   13117.75233036  .00000403  00000-0  69228-4 0  7261
+2 38756 098.2551 193.8649 0011349 267.5379 092.4534 14.74155459 33961
+1 38757U 12047C   13117.25024613  .00000311  00000-0  53242-4 0  2134
+2 38757 098.1473 190.6695 0005071 310.6932 049.3838 14.75613504 33925
+1 38771U 12049A   13117.23693279  .00000040  00000-0  38418-4 0  1923
+2 38771 098.7071 178.2846 0001236 358.0676 002.0496 14.21476318 31476
+1 38774U 12050A   13117.06258301  .00000007  00000-0  00000+0 0  1948
+2 38774 054.9165 224.8868 0024065 181.7635 118.3130 01.86233005  4297
+1 38775U 12050B   13117.11236074  .00000007  00000-0  00000+0 0  2028
+2 38775 055.0204 224.4170 0016500 203.4134 175.2192 01.86233481  4295
+1 38776U 12050C   13117.39128366  .03373816  33859-5  36057-3 0  4263
+2 38776 054.8478 103.7887 4302848 247.6464 062.0555 07.15321972  9879
+1 38777U 12050D   13117.33547002  .02514872  29545-5  55669-3 0  4399
+2 38777 054.8861 103.0985 4510759 247.5473 059.5418 06.74392343  9951
+1 38778U 12051A   13117.90924434  .00000139  00000-0  00000+0 0  1174
+2 38778 000.0444 243.8415 0001738 038.9464 288.7925 01.00273168  2176
+1 38779U 12051B   13117.01303500 -.00000173  00000-0  10000-3 0  1378
+2 38779 000.0558 063.4486 0001710 330.4502 268.9252 01.00270457  2160
+1 38780U 12051C   13116.97637008  .00012044  00000-0  15631-2 0  1347
+2 38780 006.2308 063.9695 7280465 354.0438 000.5657 02.29980201  4790
+1 38781U 12051D   13114.25172653  .00151963  00000-0  12320-1 0  1487
+2 38781 006.1951 064.9313 7170400 353.7892 000.7011 02.44809480  4803
+1 38782U 12052A   13117.78187947  .00000401  00000-0  63418-4 0  6563
+2 38782 098.0057 195.2433 0023741 308.1482 051.7599 14.77542418 31103
+1 38783U 99025ETX 13109.89184035  .00001853  00000-0  46405-3 0   367
+2 38783 098.8515 124.6523 0342646 144.4534 341.2680 14.22770884136917
+1 38784U 99025ETY 13091.60161867  .00003568  00000-0  10482-2 0   365
+2 38784 099.4336 323.0031 0102295 262.3230 098.2371 14.41512729 82405
+1 38788U 99025EUC 13105.38055183  .00004579  00000-0  12168-2 0   145
+2 38788 097.9314 264.4035 0252192 332.5479 012.2075 14.31834321136004
+1 38789U 99025EUD 13108.20870539  .00000783  00000-0  24169-3 0   418
+2 38789 098.8343 178.2131 0260216 278.2413 112.9161 14.26879191137447
+1 38792U 99025EUG 13097.43698424  .00008845  00000-0  16996-2 0   487
+2 38792 099.6369 080.7366 0157430 097.6999 055.1044 14.56267850131864
+1 38793U 99025EUH 13116.94909725  .00004182  00000-0  15071-2 0   297
+2 38793 098.7727 111.6774 0136448 068.8630 322.7724 14.29122530 70694
+1 38795U 99025EUK 13102.01027383  .00001972  00000-0  24353-2 0   199
+2 38795 098.7175 091.9155 0548415 061.7801 334.3716 13.16160238174012
+1 38797U 99025EUM 13089.02552054  .00000155  00000-0  21889-3 0   211
+2 38797 099.5379 023.1091 0250336 124.9062 237.5889 13.58835162102925
+1 38805U 99025EUV 13105.40929140  .00028301  00000-0  58797-2 0   351
+2 38805 099.1099 265.9535 0130495 164.1864 198.5810 14.54785290113552
+1 38807U 99025EUX 13101.69944866  .00002434  00000-0  25514-2 0   206
+2 38807 098.4674 179.7230 0248738 248.6627 269.8911 13.63250530124182
+1 38808U 99025EUY 13114.88428250  .00003150  00000-0  12359-2 0   261
+2 38808 098.9062 114.1411 0190386 175.0435 305.1388 14.20656930225618
+1 38809U 99025EUZ 13116.31035625  .00000986  00000-0  44831-3 0   403
+2 38809 099.0186 145.3829 0248650 120.4869 304.7375 14.08891410109487
+1 38811U 99025EVB 13116.77220260  .00002723  00000-0  16804-2 0   495
+2 38811 099.0509 099.2561 0058020 288.7753 193.3459 14.05426599128631
+1 38812U 99025EVC 13088.09320017  .00000737  00000-0  86548-3 0   227
+2 38812 098.4335 139.4605 0283785 351.1408 036.5512 13.55136442120389
+1 38813U 99025EVD 13089.51389097  .00000519  00000-0  30716-3 0   324
+2 38813 099.2223 192.6562 0007722 180.0317 241.6359 14.12328428126162
+1 38814U 99025EVE 13089.05617308  .00004070  00000-0  24268-2 0   277
+2 38814 098.4345 278.1474 0143736 237.9154 269.9128 14.02763008179787
+1 38819U 99025EVK 13101.32303363  .00000775  00000-0  42394-3 0   235
+2 38819 098.9567 128.9231 0088839 100.1057 325.2873 14.12875861 34887
+1 38822U 99025EVN 13111.43239080  .00001535  00000-0  12612-2 0   207
+2 38822 098.1416 188.2296 0132048 306.6867 052.5286 13.86666506234042
+1 38823U 99025EVP 13089.18826686  .00001833  00000-0  13867-2 0   190
+2 38823 099.2104 067.3045 0125812 101.0764 326.4680 13.91627719230723
+1 38824U 99025EVQ 13105.98217807  .00001295  00000-0  10612-2 0   396
+2 38824 099.3892 122.8059 0129814 176.1286 212.8124 13.87514366 87515
+1 38830U 99025EVW 13111.90184850  .00019237  00000-0  60668-3 0   474
+2 38830 099.0605 098.9426 0179697 195.7932 163.3077 15.18633919501184
+1 38833U 12053A   13116.99936914 -.00000055  00000-0  00000+0 0  1732
+2 38833 054.9522 340.4980 0008636 008.1348 351.9262 02.00562367  4091
+1 38834U 12053B   13117.17112479 -.00000061  00000-0  00000+0 0   989
+2 38834 054.6264 341.0586 0280800 039.6357 148.8489 01.89444688  3875
+1 38835U 83044GD  13117.77359922  .00212722  00000-0  80018-2 0  1901
+2 38835 064.9823 241.7288 0077270 281.1504 078.0945 15.23302498 32923
+1 38836U 80073N   13103.81181693  .00003575  00000-0  19374-2 0   213
+2 38836 081.2243 109.6092 0045842 082.2981 042.9675 14.11732926 27008
+1 38837U 80073P   13102.97985269  .00004040  00000-0  20103-2 0   323
+2 38837 081.2214 105.8370 0042784 092.2794 300.6560 14.16381156 62050
+1 38838U 80073Q   13111.34839095  .00001832  00000-0  59315-3 0   234
+2 38838 081.2084 319.0784 0018650 021.3833 340.1342 14.38608048531971
+1 38840U 83022M   13114.97904814  .00002062  00000-0  80078-3 0   706
+2 38840 098.4573 129.8055 0012870 290.7805 101.8173 14.30896395565768
+1 38841U 83022N   13103.96974544  .00005962  00000-0  21600-2 0   517
+2 38841 098.4600 120.4607 0011469 323.7372 125.6554 14.33720174 81482
+1 38842U 05017F   13095.87607896  .00003203  00000-0  47873-3 0   628
+2 38842 097.7596 055.0506 0072707 316.6653 076.3684 14.73640132139518
+1 38845U 88019G   13107.72905947  .00000051  00000-0  13327-3 0   209
+2 38845 065.0428 234.4801 0032111 042.2354 318.1304 13.79825053 69823
+1 38852U 98067CN  13117.04674859  .00073274  00000-0  61560-3 0  2089
+2 38852 051.6403 351.1311 0014613 176.3593 183.7513 15.69089290 31811
+1 38853U 98067CP  13117.76543229  .00112479  00000-0  74169-3 0  2096
+2 38853 051.6428 344.7001 0012339 194.6839 165.3804 15.74678943 32019
+1 38854U 98067CQ  13117.80839124  .00790545  31127-3  13044-2 0  2664
+2 38854 051.6280 335.8178 0013853 237.9266 122.0401 16.02336630 32131
+1 38855U 98067CR  13117.66223852  .00505961  11598-3  12102-2 0  2495
+2 38855 051.6276 337.8500 0012749 227.9052 132.0873 15.95836974 31986
+1 38857U 12055A   13117.04185773 -.00000013  00000-0  00000+0 0   830
+2 38857 055.2449 234.0773 0002657 217.8796 142.0911 01.70473367  3355
+1 38858U 12055B   13117.56330618 -.00000013  00000-0  00000+0 0   771
+2 38858 055.2453 234.0608 0001795 213.4716 146.5097 01.70473419  3356
+1 38859U 12055C   13115.46168620 -.00000017  00000-0  00000+0 0   809
+2 38859 055.2654 234.3771 0008644 253.6048 106.2778 01.66706098  3253
+1 38860U 12056A   13117.78377253  .00001074  00000-0  15498-3 0  6308
+2 38860 097.9710 194.4617 0025015 073.6510 286.7388 14.78097923 28920
+1 38861U 12056B   13117.81232522  .00000745  00000-0  11044-3 0  6242
+2 38861 097.9716 194.4001 0021179 072.8767 287.4771 14.77856910 28883
+1 38862U 12056C   13117.88163636  .00279302  27698-4  71542-3 0  2315
+2 38862 097.9373 217.8840 0145577 181.1977 178.8962 15.79599381 30348
+1 38863U 12056D   13116.22720932  .00001112  00000-0  15819-3 0  1287
+2 38863 097.9764 193.0634 0018826 078.6467 281.6859 14.78749492 28667
+1 38864U 12056E   13117.65501697  .00018743  00000-0  45591-3 0  1706
+2 38864 098.1370 213.7835 0155820 203.9450 155.4570 15.29344207 29827
+1 38867U 12057A   13116.01143380 -.00000291  00000-0  10000-3 0  1112
+2 38867 000.0499 045.0697 0002657 350.3539 129.8567 01.00269977  1982
+1 38868U 12057B   13116.26865028 -.00000135  00000-0  00000+0 0  1044
+2 38868 000.2099 098.0453 0502103 295.9720 329.1384 00.88385456  1715
+1 38869U 12057C   13115.43699779  .00000339  00000-0  88080-3 0   931
+2 38869 046.0863 111.9750 7305656 050.3484 354.0958 02.17186517  4144
+1 38873U 12044E   13116.99460322  .00340671  13504-4  76161-2 0  2979
+2 38873 050.1430 324.8904 1907810 176.8927 184.5992 11.67354043 21106
+1 38874U 12044F   13117.56798909  .01161363  18278-3  10157-1 0  3569
+2 38874 049.9374 193.8877 0884912 289.3446 061.3909 14.01908074 23703
+1 38875U 12044G   13112.00773389  .00309316  11477-4  63239-2 0  1710
+2 38875 049.7930 338.2538 2015246 171.9016 192.0280 11.45973917 20328
+1 38876U 12044H   13114.57683534  .00842281  64079-4  14602-1 0  1265
+2 38876 049.8330 326.5375 1818575 179.5566 180.7408 11.89619445 20633
+1 38877U 12044J   13110.62353423  .08382921  10546-4  13711-1 0  1942
+2 38877 050.2695 203.7319 0194430 275.5918 100.1377 15.76223374 22918
+1 38880U 12044M   13117.13904023  .00078954  27142-5  24038-2 0  2168
+2 38880 049.8706 025.9427 2502664 133.6228 250.1493 10.40338644 19795
+1 38881U 12044N   13116.84532717  .00075521  24789-5  15969-2 0  2055
+2 38881 050.5165 047.4250 2633881 097.4307 293.0035 10.17942872 19323
+1 38883U 12044Q   13117.68611465  .00440626  20034-4  92514-2 0  3140
+2 38883 049.8511 307.0896 1832658 197.8622 154.8516 11.84058563 21667
+1 38884U 12044R   13117.82293163  .00015298  21584-5  50601-3 0  1604
+2 38884 050.0145 027.1295 2555814 128.4142 257.5128 10.29074812 19752
+1 38885U 12044S   13117.48975251  .00329137  11812-4  79179-2 0  2740
+2 38885 050.2445 343.9711 2132080 157.7296 213.2150 11.19439234 20839
+1 38886U 12044T   13117.80825778  .00042896  25197-5  12201-2 0  2362
+2 38886 050.0881 024.7266 2471802 128.4481 256.5247 10.47586705 19819
+1 38888U 12044V   13117.76195734  .00045172  24295-5  13142-2 0  1712
+2 38888 050.0806 019.8900 2499387 132.6355 251.4177 10.41671643 19943
+1 38889U 12044W   13117.76564001  .00503808  29137-4  84070-2 0  2397
+2 38889 049.4245 261.9446 1365281 249.7500 095.1697 12.87308896 22453
+1 38890U 12044X   13117.16216198  .00130357  36653-5  35921-2 0  2291
+2 38890 050.1477 028.3051 2467088 123.8504 262.2006 10.48762597 19705
+1 38892U 12044Z   13117.77474678  .00539471  28634-4  89661-2 0  3143
+2 38892 049.9801 301.8636 1789158 195.5082 158.3177 11.96439970 21788
+1 38893U 12044AA  13116.74957682  .00569469  30690-4  11526-1 0  3072
+2 38893 049.9702 320.9093 1880533 182.7272 176.1928 11.74438577 21270
+1 38894U 12044AB  13116.84366213  .00172691  45881-5  46744-2 0  2210
+2 38894 049.7997 021.8747 2449844 136.6690 245.5204 10.52476078 19792
+1 38895U 12044AC  13116.84776836  .00127787  35857-5  38465-2 0  2317
+2 38895 049.7303 021.6093 2442760 140.4315 240.3084 10.52619836 19793
+1 38896U 12044AD  13117.74556878  .00406628  17220-4  10090-1 0  3388
+2 38896 049.8466 353.6872 1998842 160.7114 208.1895 11.46808220 20522
+1 38898U 12044AF  13117.83437205  .00161628  47689-5  44975-2 0  2562
+2 38898 049.9942 359.3850 2289868 152.9283 221.2232 10.84930157 20421
+1 38899U 12044AG  13117.81589531  .00501734  25360-4  96591-2 0  2952
+2 38899 050.0648 298.1557 1766390 199.9155 152.3337 11.99297963141983
+1 38900U 12044AH  13117.74998999  .00172899  52986-5  42938-2 0  2620
+2 38900 050.3190 013.1501 2274854 131.9870 249.8484 10.89484671 20146
+1 38901U 12044AJ  13117.71592384  .00188264  57369-5  49767-2 0  1502
+2 38901 050.1011 356.1777 2231251 152.1050 221.9884 10.97676871 20511
+1 38902U 12044AK  13117.75885207  .00154631  43792-5  43224-2 0  2448
+2 38902 049.7664 007.4037 2353052 150.5620 225.1359 10.71889867 20194
+1 38903U 12044AL  13117.75473763  .00448665  19921-4  11201-1 0  3189
+2 38903 050.2546 332.1021 2007644 168.5982 196.8379 11.44881303 21123
+1 38905U 12044AN  13117.79985044  .00144436  42429-5  39290-2 0  2250
+2 38905 050.0714 002.2697 2337048 147.6744 229.1642 10.75530126 20356
+1 38906U 12044AP  13117.79941402  .00093096  32698-5  27124-2 0  2133
+2 38906 050.0217 004.0787 2352155 148.4600 228.1645 10.71597574 20304
+1 38908U 12044AR  13117.15269607  .00106072  36936-5  22708-2 0  2653
+2 38908 049.7608 357.3952 2281524 155.8340 216.9132 10.89986143 20395
+1 38909U 12044AS  13116.79564873  .00257698  88124-5  59218-2 0  3155
+2 38909 050.2074 344.1618 2092040 158.5725 211.7643 11.28393836 20769
+1 38910U 12044AT  13117.06558696  .00274655  88008-5  62840-2 0  2791
+2 38910 050.2920 005.8710 2254322 137.6861 242.1823 10.94728923 20283
+1 38911U 12044AU  13117.81635808  .00192671  55133-5  49174-2 0  2689
+2 38911 049.7898 005.8365 2317326 150.1964 225.3867 10.80369385 20206
+1 38912U 12044AV  13117.70731465  .00717749  49534-4  13630-1 0  3048
+2 38912 049.8579 308.5322 1655555 197.2123 156.5377 12.23074008 21539
+1 38913U 12044AW  13117.69296710  .00697490  46760-4  11758-1 0  3021
+2 38913 050.1773 316.8118 1697206 178.0680 182.7928 12.15845714 21387
+1 38914U 12044AX  13117.34283246  .00150326  39211-5  42251-2 0  2538
+2 38914 050.1690 045.5883 2535036 108.9203 280.1483 10.34681843 19170
+1 38915U 12044AY  13117.75825180  .00813334  75814-4  84136-2 0  3388
+2 38915 050.3008 255.0121 1198309 225.6005 124.0492 13.30563208 22749
+1 38916U 12044AZ  13116.79593588  .00191837  60499-5  46913-2 0  2882
+2 38916 050.0626 351.4147 2181119 156.2610 215.6438 11.09068100 20510
+1 38917U 12044BA  13117.10615070  .00105512  37497-5  26427-2 0  2829
+2 38917 050.2693 013.5246 2308088 133.0458 248.8346 10.82571069 20027
+1 38918U 12044BB  13117.16629937  .00152486  46457-5  44640-2 0  2592
+2 38918 049.9524 358.5804 2259444 155.6385 217.0559 10.90533162 20348
+1 38919U 12044BC  13117.74386286  .00318284  11172-4  66685-2 0  2659
+2 38919 050.1096 346.7240 2153936 156.8618 214.6033 11.16665244 20673
+1 38920U 12044BD  13116.98933375  .00676522  43703-4  12782-1 0  2984
+2 38920 050.0365 311.4751 1716960 190.1099 166.0514 12.10060958 21440
+1 38921U 12044BE  13116.89028991  .00050477  21623-5  14921-2 0  2031
+2 38921 050.2837 050.6998 2658872 102.2436 288.5622 10.09153223 19080
+1 38922U 12044BF  13117.26385229  .00018642  22592-5  56301-3 0  1542
+2 38922 050.0867 022.9844 2520767 130.0341 255.0413 10.37197235 19774
+1 38923U 12044BG  13117.11452810  .00279705  87663-5  69035-2 0  2589
+2 38923 050.1402 013.4162 2305923 135.4969 245.6049 10.83122614 20018
+1 38924U 12044BH  13117.67305556  .00640473  38976-4  12452-1 0  3111
+2 38924 050.0487 310.7839 1766807 189.8855 166.2339 11.99066733 21505
+1 38925U 12044BJ  13117.75175300  .00263841  87475-5  63653-2 0  2627
+2 38925 050.0757 342.6434 2133930 163.1382 205.3269 11.19026206 20786
+1 38926U 12044BK  13117.74494651  .00048741  25318-5  13662-2 0  1891
+2 38926 050.1022 016.0125 2469044 134.9152 248.0737 10.48294874 19984
+1 38927U 12044BL  13117.80284151  .00214047  63605-5  59449-2 0  2542
+2 38927 050.0694 002.3426 2271715 148.5932 227.3192 10.88674395 20312
+1 38928U 12044BM  13116.92585281  .00403467  18572-4  73361-2 0  3169
+2 38928 049.9137 296.8509 1637263 206.8313 143.7848 12.27615978 21731
+1 38929U 12044BN  13117.68541859  .00346472  14359-4  60914-2 0  3348
+2 38929 049.7680 308.3759 1748933 197.4628 155.7849 12.04265440 21419
+1 38930U 12044BP  13115.58754078  .10594864  10993-4  11099-1 0  2581
+2 38930 049.5526 194.3700 0179109 299.2790 059.3120 15.85037185 23395
+1 38931U 12044BQ  13117.75136174  .00303864  10587-4  73918-2 0  2837
+2 38931 049.9473 346.1331 2117509 163.9524 204.0544 11.22325652 20660
+1 38932U 12044BR  13117.47155870  .00361954  14218-4  87345-2 0  3043
+2 38932 049.1975 332.7860 1950572 194.2231 159.5009 11.57300731 20708
+1 38933U 12044BS  13115.78176691  .00820589  74613-4  98266-2 0  3098
+2 38933 049.9900 248.2023 1254407 241.0847 105.8598 13.16227596 22652
+1 38935U 12044BU  13117.79810265  .01597139  28122-3  21643-1 0  3040
+2 38935 050.1658 268.4137 1229253 222.6653 127.2130 13.19910683 22490
+1 38937U 12044BW  13117.82311035  .00237280  77817-5  65064-2 0  2978
+2 38937 049.4762 356.3641 2105305 167.9891 198.0455 11.23265138 20285
+1 38938U 12044BX  13117.72348654  .00712359  43861-4  13970-1 0  3059
+2 38938 050.0342 354.9735 2084700 151.0119 222.4609 11.31929718 20382
+1 38939U 12044BY  13117.16525819  .00364725  15585-4  95457-2 0  3365
+2 38939 050.4213 349.1792 1805728 154.2625 216.0546 11.86613430 20582
+1 38940U 12044BZ  13117.74832257  .00885696  84561-4  12721-1 0  2005
+2 38940 050.0658 262.3194 1289742 229.9576 118.1019 13.05896270 22477
+1 38941U 12044CA  13117.15588073  .00109191  30925-5  35792-2 0  2329
+2 38941 049.6374 032.1849 2510186 134.3940 249.2037 10.37844325 19581
+1 38942U 12044CB  13117.69699153  .00385808  15164-4  84354-2 0  2619
+2 38942 049.8159 328.8307 2068534 179.4292 180.9623 11.33927848 20936
+1 38943U 12044CC  13117.02413054  .00539085  27111-4  12667-1 0  2857
+2 38943 050.0551 332.6452 1999856 172.1753 191.5937 11.47330304 20882
+1 38944U 12044CD  13116.75494881  .00321757  11290-4  63811-2 0  2645
+2 38944 049.7490 343.9859 2144650 167.1436 199.4378 11.19283736 20525
+1 38945U 12044CE  13117.76735357  .00454910  21348-4  89172-2 0  3062
+2 38945 050.0065 302.8459 1801617 197.2128 155.8961 11.91577660 21553
+1 38946U 12044CF  13117.81090241  .00845173  73500-4  10759-1 0  3184
+2 38946 050.0056 273.8530 1422315 218.5825 130.4545 12.78846005 22181
+1 38947U 12044CG  13117.46680041  .01071475  12742-3  15532-1 0  2471
+2 38947 050.0176 264.1035 1201585 229.6900 119.2800 13.24916126 22373
+1 38948U 12044CH  13116.81460739  .00042707  24643-5  12376-2 0  1440
+2 38948 050.1198 021.2508 2485606 130.6714 253.8288 10.44542480 19557
+1 38950U 12044CK  13117.71760999  .00266003  81444-5  75388-2 0  1670
+2 38950 050.2319 027.3004 2329564 124.6640 259.6304 10.76505732 19530
+1 38952U 12044CM  13117.81364742  .00969353  88493-4  14126-1 0  3110
+2 38952 050.1544 307.7998 1644153 186.7249 170.8747 12.29157691 21709
+1 38953U 12059A   13116.89524466 -.00000146  00000-0  00000+0 0  1310
+2 38953 001.4649 276.4710 0002529 116.9288 223.9714 01.00272470  1938
+1 38954U 12059B   13109.18274089  .00005951  00000-0  11736-2 0  1340
+2 38954 019.9155 189.8327 7151940 316.7063 005.5556 02.45283241  4216
+1 38956U 12044CP  13117.60972073  .00850801  72976-4  14060-1 0  2979
+2 38956 050.0300 288.3682 1459376 210.3037 140.4996 12.67141716 21719
+1 38957U 12044CQ  13117.18491061  .00043722  22564-5  12823-2 0   425
+2 38957 050.0566 035.0678 2582222 120.3053 267.9015 10.24763964 19093
+1 38960U 12044CT  13116.80209450  .00036257  22698-5  11535-2 0  1003
+2 38960 050.1589 032.2939 2554644 122.0013 265.4666 10.29409941 18972
+1 38961U 12044CU  13116.82511851  .00044117  24974-5  12467-2 0  1331
+2 38961 050.1314 019.7113 2476983 131.2770 252.9492 10.46601199 19612
+1 38962U 12044CV  13116.82947476  .00157013  43712-5  40322-2 0  2252
+2 38962 050.0681 025.3005 2417264 129.1518 255.0899 10.59792536 19474
+1 38963U 12044CW  13117.74451546  .00259140  83368-5  65991-2 0  1964
+2 38963 049.8882 358.0204 2186119 155.4837 216.8020 11.07483083 20111
+1 38964U 12044CX  13116.96514107  .00632275  39064-4  11465-1 0  2617
+2 38964 050.0574 308.8949 1686829 190.6568 165.3773 12.17056714 21345
+1 38965U 12044CY  13116.75693394  .00286581  95657-5  70358-2 0  2490
+2 38965 050.0932 351.6047 2173148 155.3681 216.8850 11.10646602 20248
+1 38968U 12044DB  13114.24819275  .03893859  86903-5  13196-1 0  3208
+2 38968 049.6179 207.3845 0485057 285.2327 069.5492 15.03883196 23058
+1 38969U 12044DC  13112.85889879  .00640990  37227-4  18031-1 0  1849
+2 38969 050.3260 011.8782 1984825 137.2367 240.1287 11.47970727 19791
+1 38970U 12044DD  13117.79584175  .00418349  17663-4  93678-2 0  2586
+2 38970 050.4224 350.4528 2060295 148.4315 225.8583 11.35341889 20225
+1 38971U 12044DE  13115.10657122  .00039716  24107-5  11353-2 0   489
+2 38971 050.1281 029.6352 2511968 122.9958 263.7722 10.39365267 19137
+1 38972U 12044DF  13117.76107970  .00178748  28153-5  13041-2 0  4030
+2 38972 050.1940 357.8230 2338496 146.9170 230.2561 10.89409437 19904
+1 38973U 12044DG  13114.97242326  .00680322  44496-4  13358-1 0  1812
+2 38973 050.1597 312.5562 1692854 186.3420 171.3196 12.14653635 20772
+1 38975U 12060A   13111.57604513 -.00391701  00000-0 -44465-2 0  1416
+2 38975 051.6532 028.8472 0041788 317.8087 042.1803 15.61650999 26769
+1 38977U 12061A   13117.10744694 -.00000133  00000-0  00000+0 0  1384
+2 38977 000.4532 108.2999 0004490 336.0481 153.7243 01.00270437  2056
+1 38978U 12061B   13117.86436438 -.00000240  00000-0  10000-3 0  1072
+2 38978 000.0292 302.7266 0001893 138.0383 176.4617 01.00271479  1760
+1 38979U 12061C   13117.12998691  .00000688  00000-0  11303-2 0   841
+2 38979 048.3678 320.5662 7244849 041.8049 355.1756 02.27420295  3617
+1 38980U 12061D   13116.06483936 -.00000104  00000-0  10000-3 0   619
+2 38980 000.7917 078.0003 0796990 350.2287 300.0673 01.12485637  1668
+1 38982U 12044DK  13117.51381452  .00584239  33978-4  96687-2 0  1145
+2 38982 050.3468 305.2875 1698325 185.6646 172.2497 12.15863288 21030
+1 38983U 12044DL  13117.79856664  .00776969  61025-4  11184-1 0  1266
+2 38983 050.2877 279.8380 1490828 207.4270 143.9590 12.62327821 21607
+1 38984U 12044DM  13116.91867012  .01185259  13116-3  20631-1 0  1394
+2 38984 050.4901 313.5944 1636827 176.1223 185.4318 12.28302152 20421
+1 38985U 12044DN  13117.79446117  .00622110  43771-4  88235-2 0  2793
+2 38985 049.9125 249.0630 1290986 244.1062 102.1279 13.05818643 22109
+1 38990U 12044DT  13117.79293014  .01049349  11106-3  14974-1 0  1932
+2 38990 050.0780 274.8506 1428701 217.8064 131.3556 12.75867375 21608
+1 38991U 12062A   13117.08551964 -.00000257  00000-0  10000-3 0  1263
+2 38991 000.0393 114.0261 0002616 275.7146 141.2577 01.00269416  1736
+1 38992U 12062B   13116.34434367  .00000123  00000-0  00000+0 0  1311
+2 38992 000.0493 028.7083 0002356 038.4833 292.8439 01.00272737  1740
+1 38993U 12062C   13117.03587109  .00005565  00000-0  95473-3 0  1049
+2 38993 002.3218 105.1839 7283369 334.3892 002.7935 02.29084002  3788
+1 38994U 12062D   13116.20607736  .00045345  00000-0  61695-2 0  1315
+2 38994 001.9657 112.2473 7243869 327.8069 003.6281 02.34438921  3826
+1 38995U 12063A   13115.16772755  .00000314  00000-0  00000+0 0  1031
+2 38995 062.8810 158.1871 7152050 295.0644 009.2295 02.00614488  3241
+1 38996U 12063B   13115.44608744 -.00000307  00000-0  00000+0 0   738
+2 38996 062.8280 157.6675 7202714 294.8629 009.0196 02.00193614  3243
+1 38997U 12064A   13117.89181234  .00005095  00000-0  20782-3 0  5142
+2 38997 097.3481 125.1587 0013486 054.7118 037.6487 15.24795890 24345
+1 38998U 12064B   13117.89978631  .00003389  00000-0  13835-3 0  5143
+2 38998 097.3466 125.2467 0011966 067.2901 342.3354 15.25019880 24345
+1 38999U 12064C   13117.87392601  .00004668  00000-0  18992-3 0  5127
+2 38999 097.3472 125.1761 0011772 059.5187 058.6786 15.24939948 24334
+1 39000U 12064D   13117.90873724  .00006271  00000-0  21648-3 0  1428
+2 39000 097.3557 126.5425 0010341 176.4005 183.7313 15.30267246 24421
+1 39001U 12064E   13116.96901427  .00019157  00000-0  16410-2 0  1221
+2 39001 097.5876 119.8355 0166539 008.5435 351.8555 14.87410721 22915
+1 39003U 12025K   13117.79698193  .00373831  00000-0  25750-1 0  2246
+2 39003 098.1431 065.5983 0027685 048.5739 311.7857 15.03651789 24376
+1 39004U 12025L   13117.45316173  .00088622  00000-0  98548-2 0  2028
+2 39004 098.1379 064.1305 0023809 356.3273 003.7763 14.86489337 24280
+1 39005U 12025M   13110.81214778  .00070695  00000-0  87673-2 0  1678
+2 39005 098.1009 056.1828 0053624 015.2636 339.8451 14.81278349 23251
+1 39008U 12065A   13117.36385523 -.00000291  00000-0  00000+0 0  1075
+2 39008 000.0128 244.5216 0003036 147.6833 252.7813 01.00271670  1688
+1 39009U 77065GJ  13115.03098897 -.00000289  00000-0 -40774-1 0   817
+2 39009 030.3314 304.6752 6888362 068.2511 348.8379 02.23060125  3510
+1 39010U 12065C   13116.31455702  .00002108  00000-0  40104-3 0   844
+2 39010 049.6252 197.4227 4730094 117.8295 297.6333 06.05487242  9342
+1 39011U 12066A   13116.75511910 -.00000061  00000-0  49846-4 0  2615
+2 39011 063.3833 041.7660 0014949 344.3185 015.7377 13.45073791 20520
+1 39012U 12066B   13118.09354462 -.00000079  00000-0  18889-4 0  2614
+2 39012 063.3839 038.3313 0014723 343.8844 016.1712 13.45073622 20712
+1 39013U 12066C   13117.87031838 -.00000231  00000-0 -23950-3 0  5022
+2 39013 063.3863 038.0154 0014942 343.7474 016.3086 13.45072162 20704
+1 39014U 12066D   13117.20693922 -.00000097  00000-0 -82381-6 0   850
+2 39014 063.4360 024.1664 0160406 018.5858 342.0949 13.70068813 20961
+1 39015U 12066E   13116.54466439 -.00000090  00000-0  00000+0 0   884
+2 39015 063.3870 043.3082 0026459 006.0500 354.0842 13.43861718 20486
+1 39016U 12066F   13117.91520164 -.00000090  00000-0  00000+0 0   861
+2 39016 063.3898 039.5355 0028640 008.6310 351.5202 13.44241253 20678
+1 39017U 12067A   13116.78556507 -.00000057  00000-0  00000+0 0  1210
+2 39017 000.0945 263.3023 0000640 016.6844 279.7337 01.00660394  1589
+1 39018U 12067B   13112.37867307  .99999999 -42212-4  41027-2 0  1453
+2 39018 026.1315 172.8571 1810818 255.5129 119.1753 12.38878747  2518
+1 39020U 12069A   13117.79673593 -.00000054  00000-0  00000+0 0  2378
+2 39020 000.0265 268.5497 0002573 128.9824 175.7116 01.00271962  1491
+1 39021U 12069B   13116.63703337 -.00000084  00000-0  10000-3 0   748
+2 39021 000.4309 051.2480 6879635 041.0842 340.9661 02.21899443  3190
+1 39022U 12070A   13117.85388609  .00000075  00000-0  10000-3 0  1163
+2 39022 000.0173 292.5157 0003189 130.3016 155.4660 01.00272257  1481
+1 39023U 12070B   13116.71930949 -.00000078  00000-0  00000+0 0   841
+2 39023 025.2124 257.3073 6370216 045.4818 351.4726 02.09997900  2934
+1 39024U 12070C   13114.95387358  .00000069  00000-0  10415-3 0   705
+2 39024 047.4010 248.2917 7227053 034.3701 355.8624 02.27326217  3113
+1 39026U 12072A   13117.79517129  .00003978  00000-0  24033-3 0  4410
+2 39026 097.3828 167.8433 0059656 064.6700 296.0683 15.09740382 20639
+1 39027U 12072B   13117.65107724  .00001612  00000-0  10348-3 0  2798
+2 39027 097.3823 167.4262 0065919 069.1333 291.6937 15.08067580 20591
+1 39028U 12072C   13117.67960083  .00006101  00000-0  34741-3 0  1482
+2 39028 097.4252 168.8705 0052080 067.7864 292.8880 15.12012716 20635
+1 39029U 12072D   13116.65547643  .00005202  00000-0  31537-3 0  1260
+2 39029 097.3419 165.9281 0062107 067.1271 293.6500 15.09343065 20430
+1 39030U 12073A   13117.76295171  .00000181  00000-0  43407-4 0  4154
+2 39030 098.1474 014.0778 0014756 218.5238 141.4924 14.64310334 19047
+1 39034U 12075A   13116.78531351  .00000092  00000-0  10000-3 0  1064
+2 39034 000.0644 178.5247 0004034 215.9525 155.9426 01.00272747  1394
+1 39035U 12075B   13117.61174840 -.00000036  00000-0  10000-3 0  1041
+2 39035 000.0625 071.9752 0002412 329.7405 279.4579 01.00271390  1350
+1 39036U 12075C   13116.37885045  .00000991  00000-0  57470-3 0   781
+2 39036 002.0858 175.1369 7263367 299.6335 007.9734 02.28480672  2910
+1 39037U 12075D   13114.80670680  .00009329  00000-0  41552-2 0   951
+2 39037 001.7290 183.3964 7247691 291.1868 009.6222 02.30981161  2888
+1 39038U 12064F   13116.48474383  .00027484  00000-0  23487-2 0  1116
+2 39038 097.1353 110.4871 0164250 002.6222 357.5819 14.87678608 22846
+1 39039U 12064G   13117.52950364  .00041461  00000-0  19149-2 0  1280
+2 39039 097.5217 125.2116 0099403 032.7138 328.0198 15.15692940 23293
+1 39040U 12064H   13117.46328585  .00057042  00000-0  27212-2 0  1191
+2 39040 097.1405 116.8110 0102037 026.3395 334.2974 15.14301070 22641
+1 39041U 88006G   13117.07296703  .00018516  00000-0  70154-2 0   942
+2 39041 098.9316 339.7720 0018707 067.3185 292.9972 14.31058380 18359
+1 39043U 88006J   13117.57186836  .00006176  00000-0  28729-2 0   977
+2 39043 098.8744 337.8537 0039319 247.0428 112.6598 14.20498747 21033
+1 39044U 88006K   13117.05428097  .00133058  00000-0  33096-1 0  1466
+2 39044 099.1524 343.1435 0060080 066.7217 294.0283 14.49776934 22239
+1 39045U 88006L   13088.56402487  .13165154  00000-0  59372+0 0  1127
+2 39045 098.7769 309.3879 0082332 026.3236 334.2138 15.11285748 14403
+1 39046U 88006M   13117.10490769  .00000987  00000-0  56096-3 0   751
+2 39046 098.8880 336.1987 0088086 011.8632 142.6352 14.10281261 17482
+1 39048U 94074Y   13117.52860302  .00032503  00000-0  30105-2 0   958
+2 39048 098.1488 120.4398 0003900 122.4935 003.8418 14.94405643772043
+1 39049U 94074Z   13116.95328979  .00018339  00000-0  22775-2 0  1039
+2 39049 098.1599 117.0402 0003595 103.9708 256.1904 14.82641036994490
+1 39050U 94074AA  13116.95612587  .00026166  00000-0  31410-2 0  1035
+2 39050 098.1564 117.1789 0004286 097.3054 262.8647 14.83966811 22123
+1 39051U 94074AB  13111.97482849  .00020956  00000-0  26017-2 0   913
+2 39051 098.1571 111.9103 0004226 106.8264 253.3412 14.82620753 19387
+1 39052U 99057SZ  13112.82958519  .00000707  00000-0  85925-4 0   385
+2 39052 098.7640 312.9804 0071119 006.3420 354.3042 14.85580749 29784
+1 39054U 92047AV  13102.08452789 -.00000018  00000-0  00000+0 0   207
+2 39054 065.5267 352.8175 2561802 128.1389 258.3840 08.63824191 17450
+1 39055U 90081DP  13093.32198037  .00000698  00000-0  38634-3 0   170
+2 39055 098.7865 128.6363 0010015 201.5311 218.9010 14.14550751 38236
+1 39057U 13001A   13117.79464167  .00000017  00000-0  48888-4 0  3178
+2 39057 082.4971 325.2026 0027685 051.4993 308.8563 12.42839826 12681
+1 39058U 13001B   13117.72966950  .00000010  00000-0  00000+0 0  3069
+2 39058 082.5006 325.1769 0017307 059.2607 301.0175 12.43926202 12672
+1 39059U 13001C   13117.73889149  .00000010  00000-0  00000+0 0  3166
+2 39059 082.5030 325.3062 0025696 060.3122 300.0513 12.42862162 12660
+1 39060U 13001D   13116.55517118  .00000010  00000-0  00000+0 0   843
+2 39060 082.4927 326.0334 0014561 086.4225 273.8528 12.42540594 12517
+1 39068U 13003A   13117.30135677  .00020090 -35399-8  45927-3 0  1067
+2 39068 080.2762 096.5169 0814979 288.0167 063.3941 14.01082409 12175
+1 39069U 13003B   13116.49414694  .00013196 -36400-7  30631-3 0   760
+2 39069 080.2769 097.5060 0819841 290.8415 060.6866 13.99730678 12039
+1 39070U 13004A   13116.52548838  .00000105  00000-0  10000-3 0  1118
+2 39070 006.9549 331.6302 0008564 244.3254 038.1707 01.00267423   909
+1 39071U 13004B   13115.61432878 -.00000190  00000-0  10000-3 0   411
+2 39071 025.9289 320.8898 5918309 201.8994 115.4609 02.09789292  1772
+1 39072U 13005A   13116.44350571 -.00000118  00000-0  22785-4 0   788
+2 39072 051.9988 100.9478 0020830 227.1032 132.8126 13.49487085 10724
+1 39073U 13005B   13116.40823999 -.00000108  00000-0  39195-4 0   786
+2 39073 051.9953 101.9806 0027003 051.8084 308.5247 13.45453411 10718
+1 39074U 13005C   13117.34578011 -.00000115  00000-0  26115-4 0   813
+2 39074 052.0071 082.8377 0008579 091.6219 268.5689 13.92101954 11092
+1 39075U 13005D   13117.15030120 -.00000092  00000-0  44130-4 0   795
+2 39075 052.0069 083.7618 0007243 113.4049 246.7638 13.91510458 11060
+1 39076U 13005E   13116.53639945 -.00000104  00000-0 -56030-6 0   785
+2 39076 051.9867 139.2380 0000041 032.8998 327.1871 12.62268848 10099
+1 39077U 13005F   13116.55613339 -.00000112  00000-0 -45105-4 0   831
+2 39077 051.9773 139.3037 0000218 307.1417 052.9429 12.62271913 10107
+1 39078U 13006A   13117.36388572 -.00000292  00000-0  00000+0 0   806
+2 39078 000.0205 205.5331 0001611 196.0864 243.9200 01.00270673   846
+1 39079U 13006B   13117.27399327  .00000124  00000-0  00000+0 0   754
+2 39079 000.0385 072.8451 0002012 356.7636 290.4219 01.00271851   848
+1 39080U 13006C   13115.41633728  .00000703  00000-0  35586-3 0   581
+2 39080 006.1561 255.2190 7266629 243.2578 027.9080 02.27623612  1709
+1 39081U 13006D   13116.33162865  .00008133  00000-0  47871-2 0   464
+2 39081 005.8044 257.6224 7252888 241.4935 029.4812 02.29509020  1747
+1 39084U 13008A   13117.53723092 -.00000390  00000-0 -76536-4 0  1188
+2 39084 098.2140 189.2157 0001733 065.8328 294.3010 14.57117954 10924
+1 39086U 13009A   13117.33481447  .00000107  00000-0  55718-4 0  1042
+2 39086 098.5251 306.6784 0001743 090.7182 269.4194 14.32258046  8709
+1 39087U 13009B   13117.54815281  .00000459  00000-0  18020-3 0   620
+2 39087 098.6290 307.7647 0013734 096.6320 263.6444 14.34004056  8735
+1 39088U 13009C   13117.55873395  .00000092  00000-0  49054-4 0   740
+2 39088 098.6282 307.7370 0012381 085.9937 274.2653 14.33733980  8736
+1 39089U 13009D   13117.55253049  .00000177  00000-0  79356-4 0   594
+2 39089 098.6294 307.7507 0012184 088.9103 271.3490 14.33879881  8739
+1 39090U 13009E   13116.55814223  .00000218  00000-0  93446-4 0   606
+2 39090 098.6350 306.8398 0010402 096.7764 263.4609 14.34301828  8593
+1 39091U 13009F   13117.03852034  .00000021  00000-0  23338-4 0   585
+2 39091 098.6281 307.2933 0011396 103.6528 256.5913 14.34487097  8668
+1 39092U 13009G   13117.04383076  .00000138  00000-0  64853-4 0   612
+2 39092 098.6280 307.2838 0010458 098.5978 261.6391 14.34362331  8661
+1 39093U 13009H   13117.18344232  .00000158  00000-0  57219-4 0   596
+2 39093 098.6542 308.7567 0044473 226.5645 133.1841 14.45919569  8718
+1 39094U 13009J   13116.09583623  .00000538  00000-0  20958-3 0   394
+2 39094 098.6350 306.2882 0012653 088.0346 272.2287 14.33707024  8530
+1 39095U 73086HH  13088.16639520 -.00000032  00000-0  10000-3 0    72
+2 39095 101.9894 076.4652 0057226 305.4337 054.1499 12.30484557368959
+1 39096U 73086HJ  13110.48640761 -.00000027  00000-0  10000-3 0    66
+2 39096 101.2969 306.6274 0073246 157.6391 203.2616 12.36090540453483
+1 39097U 73086HK  13113.88241538 -.00000047  00000-0 -26804-4 0    99
+2 39097 101.9554 094.2460 0030566 341.7926 043.8504 12.33829583452933
+1 39098U 77065GH  13109.45932986  .00005986  00000-0  12253-2 0    99
+2 39098 029.0402 235.4480 0644939 158.2490 204.6902 13.75874611532745
+1 39099U 77065GJ  13113.62284490  .00005745  00000-0  20405-2 0   141
+2 39099 028.3584 230.5344 0459309 332.7996 147.9842 13.87093403535198
+1 39100U 77065GK  13105.85620556  .00010974  00000-0  14299-2 0    84
+2 39100 029.3026 323.7448 0536789 126.7324 238.2968 14.11774844550437
+1 39101U 77065GL  13117.75833083  .00011875  00000-0  12939-2 0   369
+2 39101 029.3117 344.1847 0442393 127.9176 236.2852 14.34993611706741
+1 39102U 77065GM  13101.66061257  .00000329  00000-0  89316-4 0    63
+2 39102 028.9817 241.0868 0933338 127.4481 241.4765 13.01704893221489
+1 39104U 86019VS  13117.04525328  .00001290  00000-0  39998-3 0    87
+2 39104 098.4794 186.3574 0048594 157.7607 334.0595 14.42135444464158
+1 39106U 86019VU  13101.60039363  .00000959  00000-0  45751-3 0    88
+2 39106 099.0216 159.0880 0075449 243.8051 115.5837 14.17756377450536
+1 39107U 86019VV  13109.91403452  .00000987  00000-0  58108-3 0   132
+2 39107 099.1883 136.3919 0166367 154.4696 206.5673 14.03639866413054
+1 39108U 86019VW  13113.77468775  .00018843  00000-0  36363-2 0    83
+2 39108 099.0533 291.9734 0050543 275.0145 082.8316 14.62687791384866
+1 39111U 93036BUA 13089.46443502  .00002490  00000-0  84717-3 0    92
+2 39111 074.0159 138.0119 0030801 275.4709 084.3910 14.36821234  9088
+1 39112U 99025EVZ 13091.48771726  .00002117  00000-0  94996-3 0   124
+2 39112 099.1285 194.8866 0048432 307.1583 052.4711 14.22983176  8609
+1 39119U 09049J   13103.60965278  .00000071  00000-0  51844-4 0   160
+2 39119 098.6008 156.3531 0003513 251.8482 108.2334 14.21517114 11046
+1 39122U 13012A   13116.78565975 -.00000005  00000-0  10000-3 0   281
+2 39122 000.0232 264.0810 0006530 057.1641 059.6233 01.00168474   352
+1 39123U 13012B   13112.22453630 -.00000159  00000-0  10000-3 0    89
+2 39123 018.1431 115.4021 5485530 011.6115 357.2150 02.05417365   531
+1 39124U 13012C   13116.08454971  .00002233  00000-0  88028-3 0   312
+2 39124 049.4939 101.2947 5679398 010.1653 357.6444 04.47997461  1359
+1 39125U 13013A   13088.05630188  .00007103  00000-0  12218-3 0    33
+2 39125 051.6470 146.1225 0012293 082.6116 355.6446 15.52232402    40
+1 39126U 13013B   13090.06033839  .17764612  12853-4  15423-3 0   136
+2 39126 051.6517 135.0264 0013045 046.8229 314.0582 16.50886002   372
+1 39127U 13014A   13117.53485838 -.00000072  00000-0  10000-3 0   252
+2 39127 000.0060 289.0502 0003300 131.0370 238.9361 01.00272514   146
+1 39128U 13014B   13116.93048207 -.00000048  00000-0  00000+0 0   248
+2 39128 013.9200 132.4078 4788135 005.8012 358.2881 01.90426138   196
+1 39129U 13014C   13117.50098559  .00002016  00000-0  11799-2 0   143
+2 39129 049.3974 126.2705 6121672 000.4674 359.9300 03.80145773   446
+1 39130U 13015A   13117.81506569 -.00000830  00000-0 -54155-4 0   289
+2 39130 064.8803 006.7349 0017159 202.9245 157.1082 14.99152172  1267
+1 39131U 13015B   13111.50052306 -.00001974  62411-5  00000+0 0    20
+2 39131 064.9363 026.5170 0214649 059.2674 114.9122 15.54454958   325
+1 39132U 13015C   13117.74993149  .00001696  00000-0  15343-3 0   225
+2 39132 064.8790 006.9516 0016087 197.7421 162.3128 14.98795921  1261
+1 39133U 13015D   13117.74886907  .00001119  00000-0  10521-3 0   198
+2 39133 064.8788 006.9459 0016069 203.3285 156.7102 14.99039367  1262
+1 39134U 13015E   13117.74556698  .00003207  00000-0  27027-3 0   188
+2 39134 064.8803 006.9365 0018785 211.6195 148.3827 14.99838852  1263
+1 39135U 13015F   13117.01208342  .00003054  00000-0  25803-3 0   178
+2 39135 064.8817 009.2371 0019195 212.7403 147.2592 14.99838036  1151
+1 39136U 13015G   13117.74544190  .00002990  00000-0  25276-3 0   175
+2 39136 064.8808 006.9355 0018805 211.8942 148.1045 14.99867020  1263
+1 39137U 13015H   13117.82949385  .00164563  13450-4  75353-3 0   229
+2 39137 064.9015 004.8628 0211073 057.7065 304.4322 15.57590920  1318
+1 39138U 98067CT  13117.77865002  .00138140  00000-0  19947-2 0    82
+2 39138 051.6461 358.3135 0012607 196.9259 163.1314 15.54899998  1078
+1 39139U 98067CU  13117.84035200  .00252176  00000-0  34333-2 0    93
+2 39139 051.6434 357.9638 0016682 193.7407 166.3956 15.56004351  1080
+1 39140U 98067CV  13117.19763876  .00132725  00000-0  18986-2 0    71
+2 39140 051.6425 001.1901 0012503 171.0635 190.7592 15.55179104   986
+1 39141U 98067CW  13117.20335822  .00108974  00000-0  16487-2 0   220
+2 39141 051.6528 001.2173 0010815 181.3650 178.7757 15.53771708  1096
+1 39142U 13016A   13117.34900600  .12996567  12577-4  54149-3 0   218
+2 39142 051.6109 280.4904 0006484 322.5779 038.8670 16.43330407   886
+1 39143U 13016B   13116.73246694  .11633175  12490-4  78338-3 0   242
+2 39143 051.6161 283.8850 0006408 315.8960 044.3283 16.40538662   797
+1 39144U 13016C   13117.34335161  .19973685  12818-4  24541-3 0   229
+2 39144 051.6041 280.4425 0014016 040.2321 322.2775 16.48613285   786
+1 39145U 13016D   13117.87045686  .00476142  13476-3  36655-3 0   133
+2 39145 051.6234 277.9786 0010561 006.3631 353.7535 16.14213467   863
+1 39146U 13016E   13116.54817282  .10408996  12279-4  81006-3 0   130
+2 39146 051.6222 284.8782 0010197 234.3737 126.2083 16.39220554   660
+1 39147U 13016F   13117.73645557  .01120037  11868-4  55111-3 0   113
+2 39147 051.6018 278.5830 0012164 353.1375 006.9336 16.20087278   852
+1 39148U 13017A   13116.76879005  .00011447  00000-0  19028-3 0   194
+2 39148 051.6476 003.4048 0010045 185.6357 248.8414 15.52521452   373
+1 39149U 13017B   13116.00963555  .09942985  12431-4  49922-3 0   163
+2 39149 051.6348 006.7017 0008525 102.8348 257.4459 16.42287764   230
+1 39150U 13018A   13117.85022975  .00030194  00000-0  45947-2 0   115
+2 39150 098.3643 193.7469 0019741 200.5675 159.5229 14.73757307   242
+1 39151U 13018B   13117.84769665  .00024058  00000-0  34837-2 0   117
+2 39151 098.0677 193.5938 0017714 238.4740 121.5146 14.75976473   243
+1 39152U 13018C   13117.84743187  .00062281  00000-0  88972-2 0   107
+2 39152 098.0553 193.5934 0018268 246.1377 113.8727 14.76253809   230
+1 39153U 13018D   13117.77950566 -.00009058  00000-0 -12981-2 0    79
+2 39153 098.0793 193.5309 0016761 243.0339 116.8958 14.76296739   242
+1 39154U 13018E   13117.64395500 -.00027738  00000-0 -40033-2 0    60
+2 39154 098.0762 193.3967 0016712 243.4490 116.5023 14.76278672   218
+1 39155U 13019A   13117.68238718  .00000014  00000-0  00000+0 0    77
+2 39155 064.7311 235.1541 0085948 116.8568 211.7013 02.09212446    24
+1 39156U 13019B   13116.76720559  .00000011  00000-0  00000+0 0    50
+2 39156 064.8106 235.1921 0023865 295.9781 067.7740 02.12652458    16
diff --git a/data/TLE_20140827.txt b/data/TLE_20140827.txt
new file mode 100644
index 0000000..6ee1c46
--- /dev/null
+++ b/data/TLE_20140827.txt
@@ -0,0 +1,29960 @@
+1 00005U 58002B   14236.25921786 -.00000035  00000-0 -43971-4 0  2548
+2 00005 034.2466 290.4891 1848155 155.4745 214.6355 10.84382901974662
+1 00011U 59001A   14237.45800196  .00000865  00000-0  45662-3 0  2412
+2 00011 032.8694 101.6055 1473029 153.3605 215.0952 11.84546533364741
+1 00012U 59001B   14236.10577739  .00000329  00000-0  20171-3 0  8967
+2 00012 032.8975 220.2557 1671256 072.1362 305.3925 11.43347450279211
+1 00016U 58002A   14239.07568144  .00000016  00000-0  22106-4 0  2519
+2 00016 034.2915 159.0928 2029799 294.2825 045.9523 10.48363266236128
+1 00020U 59007A   14236.08276335  .00000197  00000-0  75237-4 0  5567
+2 00020 033.3456 184.8873 1674709 165.4577 200.0947 11.54019387984895
+1 00022U 59009A   14237.44378487  .00001305  00000-0  13343-3 0  9995
+2 00022 050.2851 321.3923 0153811 085.3996 276.4499 14.89572056907979
+1 00029U 60002B   14237.48362136  .00000176  00000-0  58328-4 0  3043
+2 00029 048.3783 243.4325 0024372 155.1197 205.0894 14.73275844905452
+1 00045U 60007A   14238.10206225  .00000252  00000-0  91680-4 0  2167
+2 00045 066.6950 212.3990 0250861 059.2012 011.6830 14.33031530818515
+1 00046U 60007B   14237.83425114  .00000453  00000-0  11284-3 0  7245
+2 00046 066.6935 018.5424 0222037 272.6802 084.8910 14.47788982831598
+1 00047U 60007C   14238.07711019  .00000120  00000-0  52737-4 0  2868
+2 00047 066.6668 067.9150 0224138 054.3127 307.8610 14.41195333829155
+1 00050U 60009B   14237.08679291 -.00000047  00000-0  37059-3 0   922
+2 00050 047.2292 231.3745 0113083 117.7750 243.4557 12.20082933411435
+1 00051U 60009C   14235.72010125 -.00000085  00000-0  00000+0 0  6354
+2 00051 047.2130 080.7053 0103350 326.6367 152.1436 12.18236750405065
+1 00053U 60009E   14236.09055025 -.00000084  00000-0  00000+0 0  5555
+2 00053 047.2773 329.6747 0098698 283.2443 138.5038 12.17144836409822
+1 00058U 60013A   14237.93938760  .00000089  00000-0  51561-5 0  7465
+2 00058 028.3287 062.4365 0164997 137.1845 224.1679 13.46279117652900
+1 00059U 60013B   14237.43991965  .00000113  00000-0  34344-4 0  9501
+2 00059 028.2492 323.1452 0189288 107.8938 254.2343 13.52896006659390
+1 00082U 61004B   14234.02513657 -.00000039  00000-0 -63545-5 0  7129
+2 00082 038.8635 148.6646 1178207 264.6362 081.9105 12.25640141546853
+1 00085U 61004C   14237.62744285  .00001675  00000-0  46576-3 0   204
+2 00085 038.7696 335.1743 0453124 133.1094 230.8484 14.01526799630024
+1 00107U 61013A   14237.39760951  .00001041  00000-0  12456-3 0  1175
+2 00107 028.7889 274.0347 0562370 147.5157 301.0737 14.05078606666312
+1 00115U 60002D   14236.91117023  .00000782  00000-0  12760-3 0  4402
+2 00115 048.1676 034.2547 0037202 259.0208 237.5789 14.80687930897827
+1 00116U 61015A   14237.45382049  .00000004  00000-0  62197-4 0  4058
+2 00116 066.8129 357.5380 0070209 053.5272 307.2249 13.91566413696899
+1 00117U 61015B   14237.78579532 -.00000067  00000-0  70140-5 0    65
+2 00117 066.8124 075.5663 0071467 071.9779 288.9070 13.89719455695078
+1 00118U 61015C   14237.76857875  .00000121  00000-0  12919-3 0  4245
+2 00118 066.7671 003.8324 0076690 064.7557 296.1450 14.01284697712084
+1 00119U 61015D   14236.47245525  .00000311  00000-0  16879-3 0  3548
+2 00119 066.7312 029.9279 0101120 139.0833 221.7909 14.22096385744508
+1 00120U 61015E   14237.75467700  .00000446  00000-0  21354-3 0  4479
+2 00120 066.7069 118.5857 0125770 234.2087 124.7266 14.23749868733803
+1 00121U 61015F   14237.49461839  .00000010  00000-0  58465-4 0  9306
+2 00121 066.7489 316.3550 0088808 139.5363 306.8159 13.99495730722622
+1 00122U 61015G   14236.81390761  .00001052  00000-0  21057-3 0  4103
+2 00122 066.7547 019.2490 0078861 350.2982 009.6606 14.64234195779522
+1 00123U 61015H   14237.08647628  .00000374  00000-0  14824-3 0  1467
+2 00123 066.6870 343.9518 0118603 182.3740 177.6814 14.35826757759911
+1 00124U 61015J   14237.10582001  .00000287  00000-0  14204-3 0   749
+2 00124 066.5425 103.4091 0084446 240.6002 118.6645 14.29005834742049
+1 00125U 61015K   14238.06654222  .00000307  00000-0  23433-3 0  7936
+2 00125 066.8755 253.5911 0078393 331.8361 127.4631 14.04725129711501
+1 00126U 61015L   14238.06877663  .00000681  00000-0  26629-3 0  6106
+2 00126 066.7160 347.6725 0071844 192.5245 167.4073 14.34069126745126
+1 00127U 61015M   14238.10263826  .00000895  00000-0  32642-3 0  1263
+2 00127 066.8324 194.2081 0068385 057.3873 303.3805 14.36235195745792
+1 00128U 61015N   14238.11619175  .00000052  00000-0  84777-4 0  3407
+2 00128 066.6760 152.4267 0090930 030.4940 072.5491 14.00880659711190
+1 00130U 61015Q   14238.11785291 -.00000019  00000-0  40434-4 0  8145
+2 00130 066.7714 137.4668 0079379 074.0003 028.9114 13.98440239708767
+1 00131U 61015R   14236.87560302  .00000018  00000-0  63814-4 0  1914
+2 00131 066.7368 043.9656 0083938 200.0176 267.1380 14.00286531699666
+1 00132U 61015S   14237.12827929 -.00000030  00000-0  36047-4 0  1659
+2 00132 066.6611 188.8073 0079806 223.3365 221.0723 13.94150635702714
+1 00133U 61015T   14236.64428605  .00000527  00000-0  29849-3 0  5424
+2 00133 067.1173 313.3490 0058746 324.1830 143.1914 14.16615554721908
+1 00134U 61015U   14238.14091469  .00000057  00000-0  94322-4 0  2048
+2 00134 066.8805 211.8599 0076273 058.4002 017.2844 13.96476165703747
+1 00136U 61015W   14238.09039556  .00000567  00000-0  24018-3 0  5192
+2 00136 067.5306 105.8459 0055636 325.5964 034.1544 14.31196704738601
+1 00138U 61015Y   14238.06806140  .00000284  00000-0  24023-3 0  6791
+2 00138 067.1542 236.8219 0039712 252.9359 214.1037 14.00559258698636
+1 00141U 61015AB  14238.09904190  .00000131  00000-0  17840-3 0  6028
+2 00141 066.5899 159.6980 0058553 333.2921 133.7126 13.85990695673989
+1 00144U 61015AE  14236.46649574  .00000062  00000-0  11394-3 0   915
+2 00144 066.4992 241.5450 0049523 237.9834 198.0142 13.89448998685374
+1 00145U 61015AF  14237.13713785  .00000015  00000-0  61061-4 0  2082
+2 00145 066.9256 252.0046 0070357 233.8824 186.1575 14.00629126712630
+1 00147U 61015AH  14236.66753716  .00000131  00000-0  10395-3 0  7884
+2 00147 066.6221 335.4950 0060043 203.5754 262.8173 14.17494859722478
+1 00148U 61015AJ  14237.11299345  .00000873  00000-0  54529-3 0  4471
+2 00148 065.7770 218.0747 0155904 345.7050 130.3807 14.03947248152826
+1 00150U 61015AL  14236.78586652  .00000078  00000-0  14767-3 0  5654
+2 00150 066.2479 067.1845 0070498 238.9754 220.6200 13.80133706512977
+1 00152U 61015AN  14236.22043485  .00000014  00000-0  49794-4 0  6365
+2 00152 066.5949 124.0085 0162295 245.4050 113.0052 14.08463026717937
+1 00154U 61015AQ  14237.14393082  .00000041  00000-0  74851-4 0  6621
+2 00154 066.6593 196.4479 0077167 093.7016 350.3951 14.03800903711149
+1 00155U 61015AR  14238.09555012  .00000865  00000-0  32138-3 0  5219
+2 00155 066.8816 148.0755 0048745 348.0690 011.9253 14.36124604740166
+1 00158U 61015AU  14237.46127868  .00000032  00000-0  22197-3 0  3663
+2 00158 067.0763 348.5132 0612580 339.6756 080.6270 12.64762631459573
+1 00159U 61015AV  14238.78153484 -.00000279  00000-0  00000+0 0  5305
+2 00159 065.5277 036.6487 0372248 358.3446 001.6745 13.01643750519853
+1 00162U 61017A   14237.27591426 -.00000005  00000-0  45652-4 0  7739
+2 00162 047.8988 154.7226 0044794 137.8869 222.5479 14.43672662793508
+1 00163U 61018A   14236.37628854  .00000001  00000-0  00000+0 0  5913
+2 00163 091.1686 012.7040 0101003 209.6634 172.8841 08.91833626729591
+1 00167U 61017D   14237.12412793 -.00000288  00000-0 -57487-4 0  4029
+2 00167 047.8438 269.4083 0091607 105.9227 353.3064 14.22296440750821
+1 00172U 61015AY  14236.61588197  .00000200  00000-0  35541-3 0   381
+2 00172 067.0685 300.2229 0143068 245.2288 234.9789 13.56694150619823
+1 00177U 61015BB  14235.99069840 -.00000129  00000-0 -23188-4 0  3161
+2 00177 066.6670 050.8733 0124005 225.1306 264.1044 14.13025380731802
+1 00178U 61015BC  14238.05578943 -.00000018  00000-0  44326-4 0  1319
+2 00178 066.8652 092.8407 0081476 194.3530 243.1938 13.92103182697194
+1 00188U 61018C   14235.83265323  .00000007  00000-0  18651-2 0  8764
+2 00188 091.1684 015.0457 0111496 095.7200 064.1822 08.93789060732943
+1 00192U 61028A   14238.04172096  .00000007  00000-0  50174-2 0  5976
+2 00192 095.8569 036.3136 0141679 228.4295 222.0980 08.67762137674296
+1 00194U 61028C   14226.02125426  .00000020  00000-0  93828-2 0  4098
+2 00194 095.8439 052.4775 0348574 130.6124 026.4836 08.70010615677379
+1 00195U 61028D   14229.89746634 -.00000004  00000-0 -81511-4 0  3728
+2 00195 095.8658 019.3083 0165124 300.2903 221.5555 08.65610098669467
+1 00196U 61018D   14235.86486353  .00000012  00000-0  40333-2 0  6243
+2 00196 091.1740 011.1457 0103668 336.5391 183.3810 08.89667131725279
+1 00202U 61031A   14237.73586242  .00000089  00000-0  78992-4 0  7869
+2 00202 032.4403 359.7105 0101561 221.0493 251.7500 13.63429665631990
+1 00204U 61031C   14237.05468852  .00000034  00000-0  12085-4 0  6301
+2 00204 032.4425 106.6319 0099262 242.7112 236.8636 13.64788825633683
+1 00205U 61031B   14237.11498568  .00000038  00000-0  21829-4 0  6283
+2 00205 032.4405 116.1452 0101720 040.5215 086.7070 13.62345801630892
+1 00210U 61015BE  14238.08632708  .00000302  00000-0  33439-3 0  2979
+2 00210 066.4585 163.8703 0042000 142.4073 307.1019 13.84826862667912
+1 00223U 61015BK  14237.11372188 -.00000011  00000-0  52804-4 0  7172
+2 00223 066.8929 338.8281 0066276 166.0907 264.8380 13.88492263692282
+1 00224U 61015BL  14237.46022145  .00000133  00000-0  12577-3 0   647
+2 00224 066.7364 229.1720 0071145 201.5592 240.4181 14.06602935705409
+1 00225U 61015BM  14237.70744678  .00000918  00000-0  36378-3 0  5592
+2 00225 066.8041 010.9129 0115911 205.7260 153.8047 14.29660618740381
+1 00226U 62002A   14237.32182102  .00000027  00000-0  54553-4 0  4772
+2 00226 048.2964 058.4919 0078599 149.1777 211.3770 14.45252735765091
+1 00227U 62002B   14237.06290983  .00000195  00000-0  10988-3 0  6176
+2 00227 048.1466 231.0060 0133354 331.9759 135.1513 14.37554619743952
+1 00228U 62002C   14237.85457858  .00001640  00000-0  16545-3 0  3134
+2 00228 048.4291 120.4407 0017037 237.4630 122.4646 14.96129904816682
+1 00230U 61015BN  14237.15728532  .00000035  00000-0  79097-4 0  5493
+2 00230 066.8840 202.3149 0089862 038.7710 045.6693 13.95841590704020
+1 00232U 61015BQ  14237.97748648  .00000124  00000-0  13792-3 0  7473
+2 00232 066.8211 088.9154 0064256 293.6149 170.0813 13.98712392703954
+1 00233U 61015BR  14238.11744781  .00003184  00000-0  76369-3 0  4177
+2 00233 066.8551 192.7996 0041440 285.2200 074.4331 14.54228076746970
+1 00234U 61015BS  14236.92458825  .00000051  00000-0  83925-4 0  3295
+2 00234 066.8773 068.7008 0069357 019.4735 086.2074 14.01545935707015
+1 00235U 61015BT  14237.49852103  .00000291  00000-0  19151-3 0  5125
+2 00235 066.9541 263.6919 0170280 331.9662 027.2332 14.07698650714093
+1 00243U 61015BY  14237.48749762  .00000235  00000-0  23093-3 0  9244
+2 00243 066.4680 005.7146 0034592 312.5342 118.8378 13.95544599680999
+1 00244U 61015BZ  14236.80040167  .00000039  00000-0  85392-4 0  2823
+2 00244 066.8441 016.0869 0077396 269.5589 200.1378 13.94220668697911
+1 00245U 61015CA  14237.59604406  .00000531  00000-0  32955-3 0  1454
+2 00245 066.0699 283.8719 0057553 187.3123 251.4691 14.12347353718251
+1 00246U 61015CB  14238.12823323 -.00000016  00000-0  50492-4 0  8325
+2 00246 066.8700 165.2955 0072146 293.2479 194.7807 13.85611987 26733
+1 00252U 61015CD  14238.12303069  .00000126  00000-0  20296-3 0  2246
+2 00252 067.0772 267.6667 0050057 132.1144 298.4523 13.75524085658230
+1 00253U 61015CE  14236.46558013  .00001335  00000-0  34160-3 0  6470
+2 00253 066.9342 349.4478 0032195 342.2395 017.7588 14.53214157746791
+1 00254U 61015CF  14238.12294410  .00000535  00000-0  19412-3 0  5860
+2 00254 066.7766 259.6395 0066129 102.1196 258.7327 14.39644200751509
+1 00260U 61015CG  14237.87755939  .00000769  00000-0  31480-3 0  7170
+2 00260 066.7731 039.1009 0044797 097.1982 336.5532 14.31960446737573
+1 00261U 61015CH  14237.45636271 -.00000035  00000-0  29595-4 0  8063
+2 00261 066.6843 001.5722 0083886 046.7116 066.3763 13.99513928708218
+1 00262U 61015CJ  14238.13328938  .00000984  00000-0  33962-3 0  3618
+2 00262 066.4660 208.0025 0081533 190.5340 169.4056 14.38314865736065
+1 00263U 61015CK  14238.14541626  .00000689  00000-0  24095-3 0  6905
+2 00263 066.5330 176.9250 0103919 051.8813 045.1741 14.38316040762350
+1 00264U 61015CL  14237.94040694  .00000880  00000-0  41734-3 0  1202
+2 00264 066.5306 053.0362 0020547 120.6597 296.9274 14.24236475717885
+1 00268U 61015CN  14236.38132186  .00000175  00000-0  68967-3 0  3735
+2 00268 067.9405 189.9983 0642552 016.1102 057.4583 12.49526800414201
+1 00271U 62010A   14235.76791350  .00000003  00000-0  00000+0 0  3910
+2 00271 086.6580 223.3560 0326839 289.4270 116.4217 09.41305591799979
+1 00273U 62010C   14231.38710958 -.00000008  00000-0 -24861-2 0  4249
+2 00273 086.6623 208.8724 0310987 153.5130 004.1784 09.43771063804075
+1 00274U 62010D   14236.48340885 -.00000023  00000-0 -56066-2 0  4962
+2 00274 086.6514 237.8153 0359288 042.8701 134.1539 09.39362897796038
+1 00299U 61015CQ  14237.45983036  .00000071  00000-0  14612-3 0  3267
+2 00299 067.1686 302.2702 0201228 253.9128 212.9242 13.67387194639578
+1 00309U 62025A   14238.11445409  .00000214  00000-0  73564-4 0  1991
+2 00309 058.0910 153.6325 0201573 107.8259 254.4869 14.55806875753105
+1 00312U 62025C   14236.72427970  .00001092  00000-0  23274-3 0  6995
+2 00312 058.2484 209.3608 0215830 347.8775 011.7104 14.52524955731228
+1 00318U 61015CU  14237.98857007  .00003281  00000-0  44490-3 0   669
+2 00318 066.5369 076.2328 0076058 030.9482 329.6088 14.78360373792162
+1 00320U 61015CW  14236.78886159  .00000094  00000-0  67456-4 0   947
+2 00320 066.9083 034.9318 0131986 080.5073 281.0913 14.26481962752559
+1 00323U 61015CZ  14237.74922024  .00000402  00000-0  25566-3 0   262
+2 00323 066.8407 220.9939 0077044 001.8460 358.2899 14.12092506719300
+1 00324U 61015DA  14237.05770995  .00000386  00000-0  26122-3 0  6306
+2 00324 066.8674 089.0958 0074380 314.5320 122.2185 14.09180792715002
+1 00325U 61015DB  14237.40563806  .00000502  00000-0  28727-3 0  3666
+2 00325 066.9156 286.6120 0054944 042.8416 317.6938 14.16637891721576
+1 00327U 61015DD  14237.45225007  .00000102  00000-0  14119-3 0    79
+2 00327 066.5432 215.0356 0109121 038.0540 061.7825 13.89237354687764
+1 00329U 61015DF  14236.44112221  .00000015  00000-0  10271-3 0   508
+2 00329 066.7823 034.9671 0117128 340.3187 049.9535 13.64804825641449
+1 00330U 61015DG  14237.15531779  .00000377  00000-0  30165-3 0   709
+2 00330 066.9823 172.3670 0046490 110.2874 352.1737 14.00769869692076
+1 00333U 61015DK  14237.76603369  .00001352  00000-0  34324-3 0  1788
+2 00333 066.7165 125.7138 0062060 331.3110 028.4590 14.52838559759194
+1 00334U 61015DL  14238.10397579 -.00000030  00000-0  35630-4 0  8389
+2 00334 066.9234 230.9696 0082659 335.1082 091.4705 13.91073295696512
+1 00335U 61015DM  14237.66113459  .00000643  00000-0  36903-3 0  2750
+2 00335 066.8453 329.3477 0035243 124.5822 349.1109 14.15338691716137
+1 00336U 61015DN  14237.14019909  .00000058  00000-0  14745-3 0   645
+2 00336 067.0314 162.7081 0080868 337.1116 133.2990 13.68087089649446
+1 00337U 61015DP  14236.76331884 -.00000012  00000-0  62004-4 0  6786
+2 00337 067.0115 007.6443 0099376 123.0444 344.8903 13.73640578652166
+1 00340U 62029A   14234.69078760 -.00000038  00000-0 -82704-4 0    26
+2 00340 044.7994 071.7664 2431110 200.6213 306.4938 09.12852231738478
+1 00341U 62029B   14236.33836565  .00000106  00000-0  99433-3 0  6065
+2 00341 044.8025 346.1255 2418471 297.8181 068.0421 09.14193003740868
+1 00350U 61015DQ  14236.04948794  .00000036  00000-0  50759-4 0   239
+2 00350 066.9124 098.8379 0128752 179.0126 181.1249 14.20158212750401
+1 00351U 61015DR  14237.05920789  .00001141  00000-0  32672-3 0   596
+2 00351 066.7556 343.3410 0035906 008.0038 352.1634 14.48285422749369
+1 00353U 61015DT  14238.06647979  .00006671  00000-0  10215-2 0  9700
+2 00353 066.5104 081.0358 0019406 124.9805 235.3140 14.74174333759005
+1 00354U 61015DU  14236.02360830  .00000279  00000-0  51812-3 0  3524
+2 00354 067.0634 079.8936 0163391 079.1426 072.8140 13.47717106896499
+1 00355U 61015DV  14236.46179615  .00000112  00000-0  30960-3 0  3439
+2 00355 067.2253 023.6440 0251431 013.9079 046.2515 13.30963554574800
+1 00357U 61015DX  14238.08491407  .00000488  00000-0  37115-3 0  7379
+2 00357 066.8113 218.0217 0007949 001.4075 130.0999 14.01979475690529
+1 00369U 62039A   14238.07816772  .00000454  00000-0  61597-4 0  6705
+2 00369 098.4460 333.5747 0095153 329.3037 030.2628 14.81502799775931
+1 00397U 62047A   14238.07983157  .00000538  00000-0  83767-4 0  7625
+2 00397 058.3065 190.8997 0009138 016.8136 343.3209 14.86734180791022
+1 00399U 62047C   14237.00996582  .00008203  00000-0  33611-3 0  7387
+2 00399 058.4146 066.5098 0001477 260.1118 229.7213 15.25123469796447
+1 00402U 61015EB  14237.09881206  .00001301  00000-0  47833-3 0  9780
+2 00402 066.6645 289.6583 0050594 235.8990 123.7304 14.35132248718415
+1 00403U 61015EC  14237.71340516  .00000009  00000-0  78890-4 0  8998
+2 00403 066.8420 184.0091 0027911 286.6545 146.1922 13.80553944676145
+1 00404U 61015ED  14237.80142963 -.00000261  00000-0 -37667-3 0  2122
+2 00404 066.4727 124.5656 0567670 317.1304 099.4628 12.89474991487147
+1 00405U 61015EE  14238.11836741  .00000014  00000-0  10145-3 0  2735
+2 00405 066.8937 141.1583 0092555 260.6584 216.3830 13.65404935643567
+1 00406U 61015EF  14235.91085964  .00000121  00000-0  22495-3 0  4635
+2 00406 066.7828 047.8073 0116174 031.9741 087.3479 13.65722427631729
+1 00407U 61015EG  14237.76051924  .00002314  00000-0  73947-3 0  4353
+2 00407 066.3275 134.2720 0101695 270.9096 160.7172 14.38596271705301
+1 00408U 61015EH  14237.10623677 -.00000065  00000-0  90089-5 0  4958
+2 00408 066.7867 295.4660 0068952 168.4011 275.6804 13.74138683712980
+1 00409U 61015EJ  14237.44478356  .00000335  00000-0  18799-3 0   285
+2 00409 066.7187 352.8831 0064563 034.5265 031.3530 14.21205517727738
+1 00410U 61015EK  14236.12841782 -.00000044  00000-0  31349-4 0  9787
+2 00410 066.6924 281.5156 0018879 315.6732 075.1085 13.75910365666811
+1 00414U 61015EP  14236.10870647 -.00000022  00000-0  54507-4 0  7865
+2 00414 066.4443 110.9444 0054623 244.2060 269.4747 13.76854202668411
+1 00416U 61015ER  14238.05915745  .00000320  00000-0  21613-3 0  7492
+2 00416 066.5242 162.3191 0076162 177.1625 278.2147 14.11515408723027
+1 00417U 61015ES  14236.01338251  .00000375  00000-0  22516-3 0  1541
+2 00417 066.7473 092.0743 0077194 319.3362 155.8845 14.16039608726310
+1 00419U 61015EU  14238.70939362  .00059969  00000-0  46494-2 0   712
+2 00419 066.8732 202.8307 0027313 208.9233 151.0855 15.00918165704083
+1 00420U 61015EV  14238.09604999  .00000381  00000-0  18136-3 0  1539
+2 00420 066.8180 337.8674 0093448 196.3239 163.4845 14.27303519737537
+1 00424U 62049A   14237.09410031  .00000067  00000-0  67571-4 0  4983
+2 00424 080.4678 202.5264 0022585 200.7973 275.6228 13.68953534590931
+1 00426U 62049B   14238.00239529  .00000073  00000-0  75015-4 0  2738
+2 00426 080.4706 206.7777 0017901 177.4640 241.3485 13.68349926590778
+1 00446U 62060A   14237.07008013 -.00000129  00000-0 -61162-5 0  3768
+2 00446 050.1410 106.7881 0070191 171.4986 303.5480 13.35231181527715
+1 00447U 62060B   14236.42967438 -.00000126  00000-0  22419-5 0  1476
+2 00447 050.1319 021.2016 0065755 236.0185 159.1171 13.38983890534381
+1 00461U 61015EX  14237.14400451  .00002715  00000-0  66916-3 0  8647
+2 00461 067.5098 121.6312 0040985 110.9116 249.6395 14.53103506754348
+1 00463U 61015EZ  14235.94185020  .00000668  00000-0  23408-3 0  9923
+2 00463 066.7740 064.1855 0065773 280.5261 078.8437 14.39986314746132
+1 00465U 61015FB  14236.49896873  .00000568  00000-0  25646-3 0   938
+2 00465 066.3149 255.6302 0044236 223.1198 300.7937 14.29037109728253
+1 00467U 61015FD  14237.10335160  .00001026  00000-0  15182-2 0  7431
+2 00467 066.5586 307.8684 0248295 060.7448 014.4180 13.46080713698880
+1 00469U 61015FF  14236.38615856  .00000288  00000-0  14919-3 0   873
+2 00469 066.8362 213.0911 0069015 202.6118 157.1936 14.26861113736696
+1 00470U 61015FG  14237.20152081  .00000157  00000-0  14920-3 0  6102
+2 00470 066.2317 165.0329 0065101 029.5848 080.1770 14.03990919706453
+1 00474U 61015FL  14237.77734889  .00004035  00000-0  74294-3 0  4411
+2 00474 066.2502 125.6471 0037005 224.7199 194.1740 14.66247864753383
+1 00475U 61015FM  14236.43816163  .00001141  00000-0  64159-3 0   656
+2 00475 066.2311 039.3146 0166613 204.1654 248.0099 14.07350002678799
+1 00478U 61015FQ  14236.04550373  .00000792  00000-0  21634-3 0  2434
+2 00478 066.0731 124.7947 0047603 118.5008 242.0902 14.52326420753701
+1 00479U 61015FR  14237.63835913  .00007156  00000-0  12759-2 0  5494
+2 00479 066.6895 319.9251 0023599 308.3465 051.5531 14.67366111728642
+1 00480U 61015FS  14238.11833635  .00000613  00000-0  25560-3 0  4629
+2 00480 066.2391 118.8513 0093791 336.3099 023.3689 14.30719112736602
+1 00503U 62068A   14236.08441719 -.00000028  00000-0  00000+0 0  9462
+2 00503 047.5016 186.2587 2842848 026.4537 042.2333 07.78159328469795
+1 00506U 62070A   14237.41203210 -.00000000  00000-0  94868-4 0  2607
+2 00506 052.0020 203.6348 0278501 340.9068 018.1578 13.84957046611309
+1 00510U 62049C   14238.03707359  .00000037  00000-0  32153-4 0  4521
+2 00510 080.5100 254.2185 0016748 084.0457 348.5623 13.69579987592600
+1 00511U 62049D   14237.95754554  .00000067  00000-0  68112-4 0  3392
+2 00511 080.4304 147.5617 0030736 269.1644 211.1687 13.68079657590192
+1 00515U 62068B   14233.78547201  .00000080  00000-0  40150-2 0  1633
+2 00515 047.5052 135.4128 2841100 071.8452 316.8554 07.79232603471523
+1 00516U 61015FT  14236.38139735  .00000144  00000-0  17606-3 0  3367
+2 00516 065.9953 238.9354 0091507 300.3588 157.9244 13.90564729688587
+1 00530U 61015FU  14238.09162362  .00000058  00000-0  93027-4 0   863
+2 00530 066.8809 159.1238 0075876 042.0688 053.8033 13.97886451705081
+1 00537U 61015FW  14236.53217177  .00000177  00000-0  28527-3 0  6750
+2 00537 067.2231 280.0101 0184354 265.7125 212.7627 13.61829564427648
+1 00538U 61015FX  14238.11233286  .00001157  00000-0  37786-3 0  9294
+2 00538 067.8119 254.0121 0043710 268.4483 091.1622 14.41205010739845
+1 00541U 61015GA  14237.36433763  .00000171  00000-0  21318-3 0   689
+2 00541 067.2190 215.9195 0076356 359.3035 117.3090 13.84173786675337
+1 00543U 61015GC  14237.49685801  .00000017  00000-0  10126-3 0   513
+2 00543 067.0310 268.0208 0064217 043.1103 067.9002 13.67767483647068
+1 00544U 61015GD  14237.46652156  .00000124  00000-0  25274-3 0  4869
+2 00544 066.8764 025.2148 0194617 275.3808 147.9182 13.54118239617749
+1 00545U 61015GE  14237.76228660  .00000298  00000-0  39604-3 0  3999
+2 00545 067.2341 173.9719 0155711 060.7159 021.3603 13.68084049640361
+1 00546U 61015GF  14238.49332263  .00073164  00000-0  46698-2 0  6283
+2 00546 067.1863 196.3518 0035465 192.8455 167.2290 15.07962634692768
+1 00548U 61015GH  14238.50708074  .00001292  00000-0  23182-3 0  3143
+2 00548 066.6773 038.9551 0119809 165.3033 195.2103 14.61975569792444
+1 00549U 61015GJ  14236.23846086  .00000075  00000-0  24659-3 0   356
+2 00549 066.6951 174.3515 0208711 109.8057 000.0766 13.35429332586966
+1 00552U 61015GM  14238.12541191  .00000786  00000-0  66469-3 0  3480
+2 00552 067.7471 135.5011 0110738 205.5143 271.1264 13.89569663656390
+1 00558U 61015GQ  14236.40112267 -.00000226  00000-0 -40955-3 0  3486
+2 00558 065.7011 002.4986 0471622 021.7835 040.0426 12.85347803495271
+1 00559U 61015GR  14237.19949463  .00001672  00000-0  54968-3 0  7746
+2 00559 066.6109 080.9524 0068158 043.5199 317.1252 14.39430401725527
+1 00560U 61015GS  14237.53508226  .00000992  00000-0  12311-2 0  7057
+2 00560 067.1591 260.2705 0333963 174.6223 266.5763 13.47430120571931
+1 00561U 61015GT  14238.13836181  .00000228  00000-0  10015-2 0  2640
+2 00561 067.7581 221.9082 0645880 351.8833 073.0804 12.39449228406718
+1 00573U 63013A   14231.07145480 -.00000015  00000-0 -16228-3 0  5523
+2 00573 042.7650 223.0081 4010347 291.7495 243.0606 06.39262866310073
+1 00574U 63014A   14235.80447037  .00000003  00000-0  00000+0 0  3893
+2 00574 087.3197 246.7198 0027310 170.3639 280.0642 08.65268474844774
+1 00575U 63013B   14237.75878593 -.00000016  00000-0 -70368-4 0  1415
+2 00575 042.7588 169.8516 4002798 350.0602 056.1409 06.40228695199900
+1 00589U 63014D   14235.94413235 -.00000021  00000-0 -11018-1 0  1159
+2 00589 087.3162 242.4811 0173134 331.9304 030.9578 08.65564107620715
+1 00602U 63014E   14230.48806468  .00000003  00000-0  00000+0 0  4487
+2 00602 087.3309 242.2897 0012557 314.2711 226.8606 08.67212105623545
+1 00608U 63014C   14236.00364439 -.00000015  00000-0 -83572-2 0  6692
+2 00608 087.3183 244.7293 0069083 339.0579 042.4866 08.65286129620521
+1 00614U 63025B   14237.76781164  .00010145  00000-0  26884-3 0  7477
+2 00614 081.9991 327.4061 0741942 293.5485 232.2274 14.13681021290983
+1 00622U 63030A   14235.18737843  .00000003  00000-0  00000+0 0  3501
+2 00622 088.3958 092.3822 0036033 063.6058 007.7588 08.57930362 90122
+1 00628U 63014F   14232.06801543  .00000003  00000-0  00000+0 0  3052
+2 00628 087.3104 253.3032 0027949 303.1377 056.6795 08.63350559616470
+1 00629U 63014G   14236.51437265 -.00000018  00000-0 -96013-2 0  6977
+2 00629 087.3191 243.0970 0094518 338.7399 181.1557 08.65530010620859
+1 00630U 63030C   14236.03875012  .00000003  00000-0  00000+0 0  2156
+2 00630 088.3958 084.8386 0019638 167.6455 352.6992 08.59835181604206
+1 00631U 63030E   14232.04023906  .00000049  00000-0  23117-1 0  2797
+2 00631 088.3959 098.2168 0192546 069.9928 292.1542 08.55875717596387
+1 00634U 63031A   14228.91741762 -.00000172  00000-0  00000+0 0  6672
+2 00634 035.7296 000.1677 0010097 120.9972 256.1463 01.00256549187011
+1 00635U 63030B   14239.17043663  .00000001  00000-0  10000-3 0   373
+2 00635 088.4041 095.5099 0049351 039.7158 320.7774 08.57937146601000
+1 00643U 61015GU  14236.83111263  .00001029  00000-0  17349-2 0  8185
+2 00643 066.3735 033.3999 0352800 269.6459 158.4468 13.27615520536181
+1 00644U 61015GV  14237.95828770  .00000325  00000-0  51628-3 0  7432
+2 00644 067.0994 064.0155 0158434 317.4929 115.6782 13.56273350612411
+1 00645U 61015GW  14237.81457412 -.00000507  00000-0 -95685-3 0  4295
+2 00645 066.5936 027.7021 0409030 051.5639 016.8041 13.02835424518024
+1 00648U 61015GZ  14238.92466815 -.00000150  00000-0  00000+0 0   414
+2 00648 065.8796 277.6268 0202083 162.9401 197.9037 13.55818998614258
+1 00649U 61015HA  14238.08889914 -.00000051  00000-0  20752-4 0  9141
+2 00649 066.2660 202.4514 0567193 300.7142 136.9624 12.64133984447752
+1 00652U 61015HD  14237.11021840  .00000806  00000-0  52054-3 0  1052
+2 00652 066.6962 236.9868 0081626 144.5541 332.7735 14.06361742685866
+1 00653U 61015HE  14236.48687115  .00000205  00000-0  31252-3 0  4496
+2 00653 067.4557 292.2919 0157826 159.6027 307.3918 13.64274501628788
+1 00655U 61015HG  14237.07550779  .00000058  00000-0  25448-3 0  7588
+2 00655 067.2569 220.3231 0363917 026.7866 043.7100 13.06791101523228
+1 00656U 61015HH  14239.07183168  .00000216  00000-0  47175-3 0  8875
+2 00656 066.2921 314.5485 0670866 055.8893 310.4371 12.65893469421005
+1 00657U 61015HJ  14238.56064831  .00000080  00000-0  17571-3 0   715
+2 00657 066.2112 053.6911 0325780 054.4579 308.6811 13.10741789539625
+1 00658U 61015HK  14238.58345738  .00000023  00000-0  30828-4 0  7610
+2 00658 065.8706 065.7026 0358228 075.1535 288.9350 13.35952992483090
+1 00659U 61015HL  14238.02448391  .00000385  00000-0  12115-2 0  5367
+2 00659 067.1638 202.7856 0582791 085.2408 345.9068 12.64870270445209
+1 00660U 61015HM  14236.70093428  .00001399  00000-0  34811-3 0  9413
+2 00660 066.5297 351.6059 0038297 078.2107 032.9013 14.54407788753193
+1 00669U 63038A   14236.80321505  .00000047  00000-0  63891-4 0  4448
+2 00669 090.1123 313.1863 0024442 254.6537 222.3058 13.45903818499794
+1 00670U 63038B   14238.12356772  .00000045  00000-0  60374-4 0  6589
+2 00670 090.1023 316.3313 0043714 135.0672 317.1680 13.44162731495302
+1 00671U 63038C   14238.13356214  .00000058  00000-0  83489-4 0  6690
+2 00671 090.1029 316.0675 0042486 103.8114 317.5510 13.44661385495918
+1 00672U 63038D   14235.74700537 -.00000268  00000-0 -34253-3 0  1993
+2 00672 090.1117 312.9748 0040496 287.3763 201.6314 13.64665244513286
+1 00694U 63047A   14237.77114536  .00002921  00000-0  38029-3 0  5760
+2 00694 030.3575 044.9499 0597539 137.5370 313.8508 13.99668433538643
+1 00698U 63047D   14238.98370610  .00000548  00000-0  21549-3 0  3035
+2 00698 029.9261 200.7212 0553501 303.7667 051.1736 13.67910744506836
+1 00700U 63047F   14235.82127807  .00000223  00000-0  59608-4 0   201
+2 00700 030.4814 154.9158 0725597 308.9606 044.8457 13.38102332472000
+1 00701U 63047G   14236.52230175  .00000321  00000-0  90250-4 0  3438
+2 00701 030.0094 265.1322 0535507 035.3828 328.1108 13.75364510515099
+1 00702U 63014H   14236.40002679 -.00000022  00000-0 -11735-1 0    15
+2 00702 087.3236 242.0395 0047302 021.4519 338.8306 08.65595346620913
+1 00703U 63049A   14236.75011078  .00000013  00000-0  52426-5 0  5249
+2 00703 089.9411 107.6613 0017721 130.5426 281.1621 13.49751686497671
+1 00704U 63049B   14237.76027119  .00000042  00000-0  53795-4 0  9330
+2 00704 089.9413 108.1901 0036742 096.6136 305.5616 13.46723319491245
+1 00705U 63049C   14236.12539949  .00000060  00000-0  81888-4 0   626
+2 00705 089.9416 108.1268 0035620 068.9592 086.8300 13.47212009491594
+1 00706U 63049D   14238.14361149  .00000204  00000-0  28329-3 0   301
+2 00706 089.9526 109.2547 0027413 045.1467 076.8822 13.54784202499489
+1 00715U 63049E   14236.44824457  .00000411  00000-0  45612-3 0  4968
+2 00715 089.9724 110.1975 0027094 103.0975 017.5742 13.69962998512179
+1 00716U 63054A   14237.13220480  .00000129  00000-0  53296-4 0   609
+2 00716 058.4959 100.8487 0030108 102.4663 035.9917 14.68613547702455
+1 00720U 63054C   14235.76396944  .00000031  00000-0  51732-4 0   638
+2 00720 058.4741 010.3023 0120254 070.8635 290.5365 14.46002562656649
+1 00721U 63053B   14236.90080527  .00000043  00000-0  19556-4 0   958
+2 00721 078.6104 035.9455 1088393 065.3808 305.6660 12.53367625309728
+1 00722U 63053C   14237.51925899  .00002087  00000-0  94092-3 0   561
+2 00722 078.5467 046.0227 0557116 317.1084 038.7835 13.62221024397635
+1 00724U 63053E   14237.19534388  .00003367  00000-0  96628-3 0  7629
+2 00724 078.6020 303.7193 0422337 344.3343 014.5063 14.03505693423609
+1 00726U 63053G   14237.07709103  .00120517  00000-0  49952-2 0  7452
+2 00726 078.4805 143.3684 0090562 046.0924 314.7726 15.19648678481496
+1 00727U 64001A   14237.41859128  .00000029  00000-0  61281-4 0  6644
+2 00727 069.9069 185.2285 0013650 196.7070 301.9600 13.95223857575824
+1 00728U 64001B   14237.78607348  .00000006  00000-0  43067-4 0  7277
+2 00728 069.9075 124.8203 0011550 149.6146 210.5632 13.96918912577612
+1 00729U 64001C   14237.39374728  .00000008  00000-0  46021-4 0  7903
+2 00729 069.9018 182.3355 0015110 216.2568 280.1066 13.94777912575671
+1 00730U 64001D   14238.12118368  .00000027  00000-0  59190-4 0  8388
+2 00730 069.9074 173.8514 0013209 182.9387 270.8017 13.95460782459412
+1 00731U 64001E   14238.10055909  .00000028  00000-0  60009-4 0  8313
+2 00731 069.9071 167.6879 0013097 180.0620 268.9537 13.95671480576154
+1 00732U 63053H   14237.47208644  .00009859  00000-0  41662-2 0  4954
+2 00732 078.5911 020.8101 0574149 181.7958 178.1131 13.61965919400574
+1 00733U 64002A   14238.01765156  .00000130  00000-0  66045-4 0  3100
+2 00733 099.0136 000.1451 0033002 281.0952 209.3362 14.31883957635434
+1 00734U 64002B   14237.14096129  .00000039  00000-0  34185-4 0  3097
+2 00734 098.9999 310.3470 0015541 078.8794 281.4133 14.28598188632722
+1 00735U 64002C   14237.77998469  .00000045  00000-0  37349-4 0  3356
+2 00735 099.0170 307.8493 0017315 165.9803 304.2000 14.27572447631211
+1 00737U 64003A   14232.16531326 -.00000012  00000-0  00000+0 0   735
+2 00737 046.4493 164.7670 2581966 221.2988 116.0932 07.39534961366812
+1 00738U 64003B   14239.07118447 -.00000002  00000-0  10000-3 0   394
+2 00738 046.4474 164.6869 2584257 222.1042 114.9517 07.39318744366790
+1 00739U 63047H   14235.94778278  .00000555  00000-0  78504-4 0  6851
+2 00739 030.4268 058.0039 0650811 167.2314 322.1774 13.81579915543720
+1 00741U 64004B   14236.77774877 -.00000012  00000-0 -53063-4 0  4447
+2 00741 081.4874 087.6436 0172754 066.4658 344.5211 13.23572650442746
+1 00742U 64004C   14236.89122411  .00000066  00000-0  12007-3 0  7422
+2 00742 081.4702 003.6413 0171121 334.0815 025.1809 13.25792045445580
+1 00743U 64004D   14236.19732979  .00000069  00000-0  12383-3 0  8603
+2 00743 081.5200 095.2797 0173925 236.7234 266.7331 13.26292278446032
+1 00745U 63038E   14237.71904642  .00000202  00000-0  28439-3 0  5153
+2 00745 090.1161 311.8227 0015871 243.4504 242.4077 13.53949694507599
+1 00746U 64006A   14237.06081424  .00000654  00000-0  20527-3 0  4253
+2 00746 060.8486 216.3672 3037170 204.8574 136.9423 09.01425130676898
+1 00750U 64006C   14238.95939140  .00022521  00000-0  30904-2 0  3260
+2 00750 060.7775 201.8568 1811616 344.5553 010.6727 11.55149093333908
+1 00753U 63049F   14238.15077104  .00000178  00000-0  25090-3 0  1593
+2 00753 089.9512 109.0489 0029745 148.7605 335.0742 13.53276926497402
+1 00801U 64026A   14237.73170619  .00000283  00000-0  14325-3 0  5276
+2 00801 090.5146 306.7289 0047709 243.1916 232.5996 14.13801146576614
+1 00805U 64026B   14236.08724425  .00000633  00000-0  26634-3 0  7061
+2 00805 089.9095 018.2959 0033555 013.0838 043.5292 14.24549308574149
+1 00809U 64026D   14237.44958603  .00000103  00000-0  54265-4 0  5593
+2 00809 090.5093 301.1954 0042444 155.5826 204.7381 14.08411198570989
+1 00812U 64031A   14236.97523102 -.00000008  00000-0  19981-4 0   420
+2 00812 099.8024 195.9918 0004809 291.4031 110.1806 14.23591836602779
+1 00813U 64031B   14237.77881422  .00000044  00000-0  43596-4 0   273
+2 00813 099.8105 196.2073 0005235 006.1852 353.9386 14.22824325601884
+1 00815U 64031C   14237.14529860  .00000059  00000-0  46550-4 0  3352
+2 00815 099.8150 310.8095 0011924 196.0682 219.3240 14.26927638605946
+1 00829U 64038A   14234.11092699  .00000500  00000-0  14598-3 0  8322
+2 00829 060.8310 355.4000 2993342 285.5288 085.4261 09.11414006620332
+1 00831U 64038C   14238.63875399  .00009335  00000-0  11653-2 0  6413
+2 00831 060.7161 105.3528 1711275 177.0982 184.2007 11.77571788842544
+1 00836U 64040A   14238.25738957  .00000058  00000-0  00000+0 0  5128
+2 00836 082.3569 326.4328 3326965 264.6372 000.6500 00.23910105 43777
+1 00858U 64047A   14237.62544225 -.00000341  00000-0  00000+0 0  6567
+2 00858 002.7415 295.7117 0005374 217.3560 180.2444 01.00210867145500
+1 00862U 64047B   14234.39079816  .00000000  00000-0 -21836-1 0  6690
+2 00862 015.9485 130.8849 7107685 236.5437 336.9789 02.05090554169851
+1 00870U 64051A   14237.69817682  .00000062  00000-0  40773-4 0  4106
+2 00870 079.8968 288.5306 0098788 090.7674 270.4802 13.90902904534124
+1 00871U 64051B   14237.80457102  .00000328  00000-0  21465-3 0  1105
+2 00871 079.8957 144.4233 0088256 107.7720 253.3095 13.98777347541998
+1 00876U 64053A   14238.51786281  .00000248  00000-0  42122-4 0   625
+2 00876 065.0619 074.7306 0132971 159.0304 201.6819 14.63229207657845
+1 00877U 64053B   14238.52199244  .00000217  00000-0  44995-4 0  6996
+2 00877 065.0804 048.5662 0062440 167.7710 192.5410 14.58873644651861
+1 00879U 64054A   14238.56874429 -.00000346  00000-0  00000+0 0  9012
+2 00879 089.9210 336.5956 4092421 182.1071 359.4623 00.37783978 13563
+1 00893U 64063A   14237.77513958  .00000034  00000-0  35707-4 0  4461
+2 00893 090.1432 359.6466 0024602 214.6450 258.7939 13.56041048467873
+1 00897U 64063B   14236.94332527  .00000049  00000-0  60008-4 0  8231
+2 00897 090.1486 358.5444 0021345 115.4776 022.9182 13.53318259462122
+1 00899U 64064A   14237.79968142  .00000179  00000-0  15164-3 0  3507
+2 00899 079.6929 160.7708 0121265 120.4634 298.4990 13.81766823509477
+1 00900U 64063C   14237.11173828  .00000373  00000-0  40011-3 0  3914
+2 00900 090.1449 356.2176 0024847 318.8096 041.1191 13.72036592479115
+1 00901U 64063D   14238.01716137  .00000078  00000-0  10085-3 0   918
+2 00901 090.1499 358.1962 0021364 084.8404 337.0464 13.54424046462880
+1 00902U 64063E   14236.90118145  .00000032  00000-0  34172-4 0   183
+2 00902 090.1491 358.5819 0019707 146.3938 341.6497 13.52582978273471
+1 00903U 64063F   14237.59735250  .00000530  00000-0  54358-3 0  5783
+2 00903 090.1530 353.2443 0023850 198.1159 222.3523 13.75119003481134
+1 00907U 64064B   14236.55818426  .00000099  00000-0  84050-4 0  8326
+2 00907 079.6937 189.1459 0121396 184.8992 223.1717 13.80033414507775
+1 00932U 64076B   14237.06360777  .00000140  00000-0  50872-4 0  8316
+2 00932 081.3392 083.6317 1136127 290.6463 057.6522 12.63019675273493
+1 00933U 64076C   14237.62630113  .00000520  00000-0  17897-3 0  1463
+2 00933 081.3380 290.7251 1077937 234.9394 114.5951 12.75827643285088
+1 00953U 64083A   14236.44487331  .00000027  00000-0  23280-4 0  4621
+2 00953 089.9933 189.0191 0034779 128.8212 347.3522 13.58545231463201
+1 00956U 64083B   14235.37647056  .00000169  00000-0  19499-3 0  3067
+2 00956 089.9776 184.9259 0028144 231.3691 249.5107 13.65510588467311
+1 00959U 64083C   14237.02807175  .00000139  00000-0  16807-3 0  8415
+2 00959 089.9892 188.2110 0043470 068.8672 336.2803 13.61252379463553
+1 00963U 64086A   14238.72261060  .00079288  00000-0  14997-2 0  5367
+2 00963 019.7311 056.0732 1845940 129.6297 248.2801 11.82458331912296
+1 00965U 64083D   14236.81335240  .00000034  00000-0  34837-4 0  8325
+2 00965 089.9991 190.9446 0038166 289.8301 129.0190 13.56621808459162
+1 00967U 64083F   14237.88152582  .00000175  00000-0  20310-3 0  8473
+2 00967 089.9809 185.8153 0027829 230.3615 200.7755 13.65413752467589
+1 00976U 64064C   14236.36038008  .00000332  00000-0  19424-3 0  2080
+2 00976 079.3194 356.6030 0121067 234.4294 186.9495 14.03928591537419
+1 00977U 64064D   14237.10490162  .00000216  00000-0  19774-3 0   220
+2 00977 080.0491 350.5608 0130378 130.4541 297.3546 13.76850493496005
+1 00978U 65004A   14236.08822460  .00000109  00000-0  15716-3 0  4937
+2 00978 096.3960 262.2373 1159069 001.9684 358.5414 12.10802416189758
+1 00979U 65004B   14236.45754993 -.00000029  00000-0 -88130-5 0  6111
+2 00979 096.4243 308.1854 1142369 286.8881 061.0173 12.14393806192086
+1 01000U 65008B   14238.02407584  .00000008  00000-0  00000+0 0  6587
+2 01000 032.1425 126.4158 0011969 243.9086 264.3923 09.88887935790702
+1 01001U 65008A   14235.22466962  .00000008  00000-0  00000+0 0   777
+2 01001 032.1467 309.2257 0017861 057.9207 348.0648 09.90725305793796
+1 01002U 65008C   14236.03084735  .00000008  00000-0  00000+0 0  6396
+2 01002 032.1408 187.2136 0015682 155.0292 277.8884 09.88350081789568
+1 01099U 64083G   14235.93739900  .00000143  00000-0  17275-3 0  5882
+2 01099 089.9573 178.8274 0043981 060.8954 342.2114 13.61546517395470
+1 01208U 65016E   14237.80275351  .00000016  00000-0  50025-4 0   788
+2 01208 070.0825 004.8088 0021126 348.1296 123.7027 13.95408292517792
+1 01244U 65016B   14237.46387383 -.00000008  00000-0  32818-4 0  4796
+2 01244 070.0823 008.7567 0021750 352.0466 075.8821 13.95446571516623
+1 01245U 65016J   14237.76472609  .00000004  00000-0  40740-4 0  3894
+2 01245 070.0790 308.7585 0023332 325.9493 034.0115 13.96785875518301
+1 01271U 65016A   14237.73311002  .00000045  00000-0  70654-4 0  7198
+2 01271 070.0825 347.2619 0022204 338.0596 128.6608 13.95928126517292
+1 01272U 65016H   14236.89987880 -.00000042  00000-0  72289-5 0  8509
+2 01272 070.0807 050.7340 0021938 013.2367 346.9309 13.94093558515495
+1 01291U 65016D   14237.14654086 -.00000031  00000-0  15729-4 0  8882
+2 01291 070.0806 042.9460 0020807 014.4745 098.6034 13.94445478515700
+1 01292U 65016C   14238.12096322  .00000021  00000-0  50144-4 0  9143
+2 01292 070.0775 210.5429 0022656 266.9756 166.0973 14.00164679521094
+1 01293U 65016F   14237.15104502  .00000096  00000-0  91631-4 0  9740
+2 01293 070.0767 033.4688 0016838 167.9079 243.2745 14.05650006525995
+1 01312U 65004C   14237.00856688  .00000012  00000-0  25868-4 0  1651
+2 01312 096.3400 062.1891 1121276 014.3360 348.6953 12.27130202214932
+1 01313U 65004D   14237.56879124 -.00000053  00000-0 -71447-4 0  5872
+2 01313 096.4117 093.0809 1178595 107.2073 266.1229 12.00204769169233
+1 01314U 65027A   14238.12958486 -.00000241  00000-0 -92749-3 0  6709
+2 01314 090.2875 256.5957 0030438 018.3983 044.5701 12.91736949 74598
+1 01315U 65027B   14236.65497745  .00000078  00000-0  26142-3 0  4621
+2 01315 090.3001 266.5458 0029481 306.8789 171.0476 12.92573065330042
+1 01316U 65027C   14236.36724893  .00000465  00000-0  11723-2 0  6919
+2 01316 090.2982 275.8671 0037280 113.5810 246.9244 13.17645612350496
+1 01317U 65028A   14235.35527830  .00000113  00000-0  00000+0 0  5092
+2 01317 002.5314 295.6451 0009741 184.9550 181.8415 01.00251989 83918
+1 01318U 65028B   14234.22996719 -.00000209  00000-0  00000+0 0  6856
+2 01318 018.0477 026.1485 6944543 094.4784 114.1395 02.11824199167060
+1 01328U 65032A   14237.44676828 -.00000070  00000-0  15557-4 0  7917
+2 01328 041.1837 107.3835 0240571 194.3105 165.0744 13.38384645410680
+1 01335U 65020E   14236.57548000  .00000194  00000-0  12054-3 0  7920
+2 01335 056.0831 329.3805 0542514 342.0286 016.2139 13.77792217414404
+1 01358U 65032B   14236.14062854 -.00000016  00000-0  10739-3 0  7392
+2 01358 041.1895 143.3616 0245393 135.3214 007.3487 13.37872387410133
+1 01359U 65034A   14238.10395030  .00000008  00000-0  00000+0 0  5954
+2 01359 032.1141 236.2630 0498335 182.2199 207.1259 09.17129246653054
+1 01360U 65034B   14237.49893487 -.00000050  00000-0  00000+0 0  7844
+2 01360 032.2028 342.7316 3965592 228.4304 090.1643 04.64823053837384
+1 01361U 65034C   14232.63989525  .00000008  00000-0  00000+0 0  5542
+2 01361 032.1452 350.6513 0013638 332.5685 166.5513 09.89286941782567
+1 01389U 65027D   14237.77396534  .00000618  00000-0  17518-2 0   239
+2 01389 089.7332 314.7130 0022413 273.3165 201.9557 13.10028481345507
+1 01392U 65020AH  14237.91080875  .00012659  00000-0  17688-2 0  4623
+2 01392 055.8847 035.8652 0380951 146.4471 342.4708 14.38618531467450
+1 01399U 65027E   14238.84055309  .00003134  00000-0  10000-3 0  1395
+2 01399 090.2990 273.6316 0012190 149.8599 210.3848 12.98068263  3171
+1 01420U 65048A   14238.12150779  .00000090  00000-0  12295-3 0  2769
+2 01420 089.9776 318.7369 0072140 326.6101 095.2374 13.51132721421345
+1 01425U 65048C   14237.80822762  .00000016  00000-0  88090-5 0  7958
+2 01425 089.9750 318.4633 0075326 065.2617 081.7597 13.48699329419454
+1 01428U 65048B   14235.87995468  .00000037  00000-0  40921-4 0  2497
+2 01428 089.9751 319.0707 0059096 104.3928 030.4100 13.52430658425803
+1 01430U 65051A   14237.65798268  .00000084  00000-0  38656-4 0  6703
+2 01430 098.0788 071.6067 0058005 124.2736 236.3965 14.39911896575361
+1 01433U 65051B   14237.61511244  .00000356  00000-0  92453-4 0  1037
+2 01433 098.6369 244.2622 0042800 243.1613 116.5204 14.55482348587272
+1 01435U 65048D   14236.49815051  .00000531  00000-0  59829-3 0  4894
+2 01435 089.9848 320.0755 0070358 261.6571 156.4005 13.68547568436528
+1 01477U 65020BB  14237.48378639  .00000520  00000-0  94348-3 0  5520
+2 01477 055.5033 252.3531 0608922 253.4855 196.6666 12.95729305318917
+1 01478U 65020BC  14237.13589161  .00000145  00000-0  13908-3 0  7817
+2 01478 056.0863 256.0853 0663429 123.9231 242.6629 13.41675023362802
+1 01479U 65020BD  14237.74954339  .00000334  00000-0  81671-3 0  1511
+2 01479 056.0347 037.3999 0771821 185.0790 279.5585 12.58203115253553
+1 01480U 65020BE  14236.09779396  .00000155  00000-0  33466-3 0  5905
+2 01480 056.0716 192.8315 0859864 165.2771 197.4975 12.62098108265437
+1 01502U 65063B   14237.44966756 -.00000035  00000-0 -19512-4 0  8869
+2 01502 069.2292 295.6130 0787710 354.2965 089.5428 11.78517261110108
+1 01504U 65065A   14236.25013314  .00000118  00000-0  20073-3 0  5819
+2 01504 089.8291 299.1995 0065836 222.3474 207.0157 13.39061307390428
+1 01506U 65063A   14236.62929991 -.00000027  00000-0  44052-4 0  2571
+2 01506 069.2314 292.1127 0790601 348.1524 125.8880 11.78605790110191
+1 01508U 65065B   14238.11148804  .00000001  00000-0 -14328-4 0  5553
+2 01508 090.0874 247.1158 0040389 253.9754 171.6836 13.35894875390097
+1 01510U 65065C   14237.75156616  .00000849  00000-0  68255-3 0  7238
+2 01510 090.0286 007.5838 0038932 000.5665 359.5546 13.89546964431507
+1 01511U 65065D   14237.15599546  .00000013  00000-0  59023-5 0  7694
+2 01511 089.7883 259.9173 0070844 092.1004 336.6569 13.33881628385915
+1 01512U 65065E   14238.13483459  .00000011  00000-0  10449-5 0   835
+2 01512 089.7871 261.7815 0071775 118.3055 310.9830 13.33350932385261
+1 01514U 65065F   14236.23893552  .00000065  00000-0  10780-3 0  9749
+2 01514 089.7970 282.1449 0072072 070.5402 331.3248 13.34793128386089
+1 01515U 65065G   14238.05961123  .00000264  00000-0  40828-3 0  2393
+2 01515 089.8137 252.5780 0062418 154.4030 269.3394 13.47824504399260
+1 01520U 65065H   14238.10142718  .00000071  00000-0  12020-3 0  2687
+2 01520 090.1201 112.4319 0070064 026.2668 096.5973 13.35588928387280
+1 01521U 65065K   14236.60490736  .00000003  00000-0 -13531-4 0  4651
+2 01521 089.8162 246.0932 0071363 130.8514 349.4460 13.33094760384936
+1 01522U 65065L   14236.46541361  .00000015  00000-0  10615-4 0  6583
+2 01522 090.1638 062.6235 0073056 126.3459 291.6503 13.33530903385107
+1 01529U 65051D   14237.75485135  .00000129  00000-0  77648-4 0  8413
+2 01529 098.8713 326.3506 0036775 013.5200 112.8119 14.22432240542546
+1 01549U 65020CV  14236.78788931 -.00000597  00000-0 -69915-3 0  5856
+2 01549 056.1776 107.5563 0837929 272.1424 078.3873 12.62335623270323
+1 01570U 65070A   14236.44360025 -.00000090  00000-0  36545-4 0  9662
+2 01570 056.0558 297.0003 0101799 231.8483 217.1194 12.52746355241092
+1 01571U 65070B   14237.91372013 -.00000101  00000-0 -35764-4 0  2913
+2 01571 056.0595 296.4677 0090911 048.6514 001.9055 12.48816699234244
+1 01572U 65070C   14236.44313735 -.00000103  00000-0 -63542-4 0  1575
+2 01572 056.0579 275.3542 0075391 255.9551 203.9042 12.45074618227339
+1 01573U 65070D   14236.49225875 -.00000104  00000-0 -81434-4 0  2222
+2 01573 056.0524 274.5932 0071114 109.0641 033.4807 12.40999728220164
+1 01574U 65070E   14237.08138575 -.00000108  00000-0 -12774-3 0  1952
+2 01574 056.0516 269.9618 0063179 313.2580 130.3899 12.36990699213059
+1 01575U 65070F   14236.91960843 -.00000084  00000-0  76951-4 0  9447
+2 01575 056.1272 007.4854 0097166 005.6660 144.8864 12.56945349248673
+1 01576U 58002C   14236.00838558  .00002642  00000-0  26603-2 0  9260
+2 01576 034.2234 121.5209 1451734 059.8721 313.7828 11.66468880312305
+1 01577U 65065J   14236.60974714  .00000045  00000-0  67908-4 0  2138
+2 01577 089.8247 244.7129 0070353 030.7336 106.6505 13.35554161387037
+1 01580U 65072A   14237.10468617  .00000082  00000-0  40208-4 0  6292
+2 01580 098.6968 106.6293 0236824 143.3967 218.3661 14.27035076537925
+1 01583U 65072D   14238.08338390  .00001017  00000-0  21441-3 0  6743
+2 01583 098.1584 015.7270 0165553 245.5576 112.8274 14.53475351559423
+1 01584U 65073A   14236.54001213 -.00000075  00000-0  12354-3 0  9655
+2 01584 056.0597 314.1985 0211037 201.7997 257.9857 12.51851269237591
+1 01585U 65073B   14237.12283100 -.00000081  00000-0  87713-4 0  2728
+2 01585 056.0640 357.7870 0201354 358.3271 051.4720 12.47408919228054
+1 01586U 65073C   14236.48527373 -.00000077  00000-0  10879-3 0  2374
+2 01586 056.0634 008.3209 0187864 181.7683 248.5990 12.43299796222382
+1 01587U 65073D   14237.79620730 -.00000100  00000-0 -49299-4 0  1085
+2 01587 056.0588 033.2454 0173006 010.4374 101.3158 12.38941254214760
+1 01588U 65073E   14236.38780758 -.00000097  00000-0 -42002-4 0   749
+2 01588 056.0565 068.9135 0161598 182.6471 245.3907 12.34549525206808
+1 01589U 65073F   14236.43585848 -.00000068  00000-0  18616-3 0   244
+2 01589 056.0506 198.3577 0166957 134.3012 018.9816 12.33010160203910
+1 01590U 65073G   14236.76456329  .00000309  00000-0  25693-2 0  2110
+2 01590 056.0904 187.7694 0185822 013.5722 052.0042 12.47708006219818
+1 01591U 65073H   14235.94924920  .00000292  00000-0  26880-2 0  2005
+2 01591 056.0570 112.1958 0166204 351.6540 102.3383 12.41721702212935
+1 01608U 64083H   14237.81395889  .00000494  00000-0  46647-3 0  8192
+2 01608 089.8776 157.0472 0010552 250.2410 170.5703 13.79991036479567
+1 01613U 65078A   14237.45021957  .00002753  00000-0  27328-3 0  3825
+2 01613 144.2355 221.7702 1258279 151.2940 303.1462 12.71467632160920
+1 01616U 65078B   14238.06094066  .00008476  00000-0  85442-3 0  4108
+2 01616 144.2402 272.5766 1136202 099.3619 273.7025 12.98583447183841
+1 01617U 65073J   14236.29743074  .00000273  00000-0  27407-2 0  9048
+2 01617 056.1292 194.7912 0220727 115.3911 032.9069 12.33327166198142
+1 01618U 65073K   14238.09802473  .00000009  00000-0  77495-3 0  4201
+2 01618 056.1803 171.1257 0230192 153.0529 301.3856 12.29444286192939
+1 01634U 65020ED  14236.49649991  .00000124  00000-0  43107-3 0  7155
+2 01634 056.1553 269.0651 0834580 049.8316 085.6206 12.46951837224493
+1 01641U 65082C   14237.17059652  .00000158  00000-0  29988-4 0   574
+2 01641 032.2967 131.7647 0019582 179.3606 180.7066 14.52817233589331
+1 01642U 65082D   14238.08014297  .00000475  00000-0  58195-4 0  4345
+2 01642 032.0946 150.1985 0026682 222.5988 137.2591 14.77913258619368
+1 01646U 65082H   14236.66237476  .00000385  00000-0  56442-4 0  4205
+2 01646 032.3118 324.2512 0002862 139.7858 220.3004 14.70585048604851
+1 01653U 65082Q   14237.03503769  .00000231  00000-0  37556-4 0   218
+2 01653 032.1192 132.4696 0042417 337.8315 022.0496 14.61659566600631
+1 01668U 65082AF  14237.39921619  .00000676  00000-0  97608-4 0  7653
+2 01668 032.0706 330.1021 0016963 119.6767 240.5570 14.72563627601848
+1 01671U 65082AJ  14237.40138773  .00000221  00000-0  45301-4 0  8559
+2 01671 032.1616 297.5540 0054963 142.4101 218.0400 14.50923911580034
+1 01672U 65082AK  14236.14015365  .00004750  00000-0  79550-3 0  2143
+2 01672 032.3649 183.9774 0084190 034.4068 326.1998 14.66363298535123
+1 01680U 65082AT  14237.09383057  .00000212  00000-0  33627-4 0   449
+2 01680 032.2562 148.4174 0022188 235.9547 123.8993 14.63027127602288
+1 01682U 65082AV  14236.84893426  .00000871  00000-0  15839-3 0   343
+2 01682 032.4102 030.0511 0058415 188.6008 171.3643 14.62490360578005
+1 01684U 65082AX  14236.48611598  .00000405  00000-0  11703-3 0   869
+2 01684 032.2171 051.0087 0190766 050.7588 310.9814 14.30297307522966
+1 01716U 65082BX  14237.42746687  .00000275  00000-0  56539-4 0  2424
+2 01716 032.1905 294.0261 0040783 097.2479 263.2803 14.53283492580425
+1 01722U 65082CD  14235.79657149  .00000277  00000-0  51011-4 0  2852
+2 01722 032.4192 129.2053 0029986 172.2552 187.8564 14.59116127588822
+1 01726U 65089A   14237.48397553 -.00000077  00000-0 -24306-4 0  4838
+2 01726 059.3883 005.6272 0712065 280.4731 140.9080 11.97035368133598
+1 01729U 65089B   14236.08773994  .00000052  00000-0  76980-3 0  9901
+2 01729 059.3990 358.0431 0710013 254.0700 151.9762 11.97481096134038
+1 01738U 65093A   14237.77279996  .00000055  00000-0  60194-4 0  8808
+2 01738 059.7074 127.0803 0140808 055.9665 305.4651 14.39790737555842
+1 01739U 65093B   14237.70659129  .00000319  00000-0  11691-3 0  3256
+2 01739 059.7070 012.2623 0083745 195.4921 164.3556 14.50449871564653
+1 01778U 65096A   14237.05693428  .00000500  00000-0  14246-3 0  1664
+2 01778 034.2546 151.6003 0754371 069.3865 298.6015 13.46159729382246
+1 01804U 65098A   14237.07234094  .00000200  00000-0  68575-4 0  7060
+2 01804 079.8079 331.6079 1345988 304.6887 043.4413 12.24579867150251
+1 01805U 65096B   14236.72100769  .00000462  00000-0  10842-3 0  4779
+2 01805 034.2487 329.0448 0628554 092.9225 274.3495 13.76563212407813
+1 01806U 65098B   14237.36144422 -.00000074  00000-0 -24200-4 0  1779
+2 01806 079.8245 284.7406 1436000 285.7587 059.0042 12.05109787128291
+1 01807U 65098C   14238.08389725  .00000594  00000-0  19222-3 0  4648
+2 01807 079.8348 074.7368 1355498 091.4573 284.1705 12.22605514145034
+1 01814U 65101A   14237.02369828  .00000403  00000-0  77485-4 0  3729
+2 01814 075.8698 184.6876 0007233 291.5070 068.5337 14.65387794444376
+1 01815U 65101B   14237.77390784  .00001030  00000-0  15009-3 0  5910
+2 01815 075.8522 353.7551 0004427 184.4234 175.6912 14.76580215450850
+1 01829U 65082DU  14236.08453570  .00000731  00000-0  99391-4 0  7263
+2 01829 032.2924 187.1841 0032164 224.7173 135.0883 14.75310667602125
+1 01833U 65082DY  14235.79304414  .00000916  00000-0  18859-3 0  2985
+2 01833 032.2269 088.4463 0082683 263.9882 095.1335 14.55703779559181
+1 01835U 65082EA  14235.99195518  .00001014  00000-0  10075-3 0  7158
+2 01835 032.3926 163.4539 0017428 254.7923 105.0807 14.89143345622697
+1 01857U 65082EQ  14237.72500432  .00013292  00000-0  62816-3 0  9658
+2 01857 031.8944 022.9290 0015438 184.9441 175.1065 15.18165689608580
+1 01859U 65082ES  14236.10757134  .00000197  00000-0  43543-4 0  4948
+2 01859 032.1264 223.9180 0070547 178.6395 247.5832 14.45643645562231
+1 01863U 65108A   14237.47436572  .00001340  00000-0  73506-3 0  1469
+2 01863 026.8772 028.4525 6134253 067.4032 011.0630 03.78897956201707
+1 01864U 65109A   14237.73315692  .00000117  00000-0  10109-3 0  4294
+2 01864 089.0703 298.1246 0109362 323.2234 171.2801 13.77875618442362
+1 01865U 65109B   14237.75151001  .00000073  00000-0  58164-4 0   672
+2 01865 089.0781 308.2733 0113732 049.6257 097.3383 13.75987165440745
+1 01883U 65082EY  14235.66311431  .00001018  00000-0  78892-4 0   945
+2 01883 032.0941 343.7186 0023829 144.6337 215.5903 14.98308495636039
+1 01915U 65082FZ  14236.63861147  .00000225  00000-0  41468-4 0    31
+2 01915 031.8787 075.3386 0030570 299.7582 060.0017 14.55226782586804
+1 01931U 65072E   14236.28201695  .00000332  00000-0  11060-3 0  4290
+2 01931 099.0149 090.3620 0259117 038.4611 323.4726 14.27339049596667
+1 01942U 61015HS  14237.81864822  .00000647  00000-0  14814-2 0  2861
+2 01942 067.2592 029.3140 0356242 337.3201 088.0575 13.10254928551772
+1 01943U 61015HT  14237.96658947  .00000195  00000-0  12851-3 0  1718
+2 01943 066.8589 084.0672 0065517 273.9300 152.9379 14.19629637731270
+1 01948U 65098F   14237.66540462  .00002723  00000-0  60801-3 0  6720
+2 01948 079.8602 310.3711 0904736 265.1017 218.9469 13.24319083232430
+1 01951U 65098G   14236.73067907  .00006017  00000-0  13276-2 0  6621
+2 01951 079.6227 066.1481 0907865 155.2056 335.4798 13.23970112231516
+1 01952U 66005A   14237.71715054  .00000105  00000-0  10035-3 0  5568
+2 01952 090.2121 262.1600 0217040 269.8596 227.7628 13.66833903417132
+1 01953U 66005B   14236.50339311  .00000058  00000-0  50639-4 0    54
+2 01953 090.2139 263.8654 0228729 020.6315 093.1546 13.64296378414887
+1 01959U 65082GU  14235.99979184  .00000240  00000-0  42998-4 0  3015
+2 01959 031.7893 186.7070 0066585 146.2887 214.2008 14.55067925584268
+1 01961U 65082GW  14236.42513293  .00001084  00000-0  10618-3 0  8095
+2 01961 031.8664 292.5599 0006454 211.8202 148.2056 14.89399775618815
+1 01964U 65082GZ  14237.38429362  .00000900  00000-0  34116-3 0  5819
+2 01964 032.1880 248.1766 0197708 208.1478 150.8345 14.18305690504237
+1 01982U 66008A   14237.70584194  .00000130  00000-0  45877-4 0  6924
+2 01982 097.9351 145.0682 0083307 076.0434 285.0007 14.46496508554864
+1 01983U 66008B   14238.09911633  .00000441  00000-0  97155-4 0  3298
+2 01983 097.7989 270.5289 0074078 029.6918 330.8457 14.60206053563018
+1 02009U 61028E   14228.93871559  .00000012  00000-0  10000-3 0  1104
+2 02009 095.8771 039.7053 0121046 178.1193 182.0423 08.68989149555042
+1 02011U 65032D   14239.10689493  .00000306  00000-0  10000-3 0  1242
+2 02011 041.1865 164.3576 0161931 267.2455 091.0148 13.36269482388180
+1 02016U 66013A   14237.11930469  .00001373  00000-0  41556-3 0  4640
+2 02016 034.0892 116.6143 1193776 074.3256 298.5639 12.58017763195366
+1 02017U 66013B   14237.41357069  .00001390  00000-0  37385-3 0  1880
+2 02017 034.0728 249.5420 1093511 242.0807 106.4932 12.80230721214362
+1 02050U 65082JL  14235.30064399  .00000430  00000-0  10705-3 0   317
+2 02050 032.2660 284.5422 0092787 011.2494 349.0198 14.44908101553637
+1 02088U 65093D   14238.63771367  .00000592  00000-0  13693-3 0  3950
+2 02088 059.7205 061.4468 0087156 003.5075 356.7046 14.52527355546896
+1 02091U 66016A   14235.91380954 -.00000042  00000-0 -97742-6 0  1866
+2 02091 100.9262 217.0036 0039224 043.3006 022.0056 12.69352457246493
+1 02092U 65098H   14236.47595756  .00000354  00000-0  12018-3 0  4133
+2 02092 079.8630 058.4062 1332765 258.0522 086.8471 12.27272771149639
+1 02096U 66016B   14237.07118270 -.00000007  00000-0  18565-3 0   301
+2 02096 101.1704 164.9274 0039837 336.3400 092.1559 12.69800009246878
+1 02097U 63038G   14237.23135495  .00000528  00000-0  67125-3 0  6791
+2 02097 090.1211 309.8647 0033683 349.4835 070.8128 13.62052561511655
+1 02118U 66008D   14237.80350007  .00000561  00000-0  16528-3 0  7807
+2 02118 098.0450 189.1479 0136546 066.2625 295.2820 14.41879298534206
+1 02119U 66024A   14237.52430862  .00000118  00000-0  10294-3 0  5139
+2 02119 089.6822 231.5261 0147931 091.7716 019.6597 13.74219852423026
+1 02120U 66024B   14236.70876197  .00000055  00000-0  45493-4 0   411
+2 02120 089.7043 273.6977 0149930 208.2949 291.6368 13.71845101420731
+1 02121U 66025A   14238.08203918  .00000343  00000-0  63989-4 0  8554
+2 02121 144.5031 294.5863 0084340 194.7670 227.3776 13.86774387452498
+1 02122U 66025B   14237.72343466  .00000300  00000-0  51080-4 0  2846
+2 02122 144.6341 240.1127 0047670 324.4209 156.0750 13.65722166415617
+1 02123U 66025C   14235.99522125  .00000301  00000-0  52915-4 0  8154
+2 02123 144.6402 221.2888 0047002 316.0769 072.9433 13.65496714415179
+1 02124U 66025D   14236.19068843  .00000325  00000-0  48187-4 0  5205
+2 02124 144.5107 320.8979 0081956 253.5538 157.7827 13.87191925452498
+1 02125U 66026A   14237.13463849  .00000200  00000-0  49591-4 0  3689
+2 02125 098.3564 091.2436 0157357 358.3968 001.6704 14.55755798552064
+1 02140U 66005C   14236.40191230  .00000110  00000-0  12049-3 0  5740
+2 02140 089.8792 095.1196 0321225 021.9631 060.9497 13.46716614377900
+1 02141U 66005D   14235.93426024  .00000468  00000-0  28380-3 0  7631
+2 02141 090.0574 196.2955 0129680 021.9316 062.7792 14.01019848464182
+1 02142U 66031A   14237.20047448  .00000082  00000-0  35928-4 0  3963
+2 02142 035.0454 127.6443 0006876 329.7837 030.2453 14.33704451531946
+1 02144U 66031B   14237.09622412  .00000153  00000-0  51614-4 0  7011
+2 02144 035.0423 127.7679 0009175 266.9850 092.9790 14.42147033539728
+1 02150U 66034A   14237.77800073  .00007572  00000-0  49353-3 0  9107
+2 02150 082.3789 029.3889 1710388 069.4810 041.9805 11.91150116877210
+1 02153U 65098J   14237.63221362  .00000330  00000-0  10820-3 0  1173
+2 02153 079.7463 201.9121 1310863 227.9208 268.6538 12.32265641154388
+1 02154U 66008E   14237.43710974  .00000625  00000-0  12747-3 0  5425
+2 02154 097.8669 158.5320 0053271 001.1590 358.9727 14.63359824567999
+1 02161U 66013G   14238.76818503  .00055874  00000-0  31845-2 0  4146
+2 02161 034.0749 051.3325 0219601 124.5238 237.6946 14.93677621342217
+1 02173U 66040A   14236.36086733 -.00000024  00000-0  44575-4 0  6141
+2 02173 100.3578 315.6295 0055103 354.9396 046.0820 13.33457713348960
+1 02174U 66040B   14236.01859998 -.00000021  00000-0  49164-4 0  8693
+2 02174 100.4040 004.5422 0056868 145.8122 340.2678 13.36000142353391
+1 02176U 66041A   14237.93899017  .00000253  00000-0  15331-3 0  6427
+2 02176 090.1450 359.7976 0078300 061.0638 077.3563 14.02501248463084
+1 02177U 66026D   14236.68962852  .00001212  00000-0  21119-3 0  4582
+2 02177 098.9293 130.4538 0173179 346.6964 012.9697 14.60950212530933
+1 02180U 66041B   14236.95804144 -.00000047  00000-0 -37711-4 0  8321
+2 02180 090.1439 000.2611 0078789 215.6236 282.8458 13.99764926460017
+1 02201U 66052A   14237.90408851 -.00000106  00000-0 -97293-4 0  9821
+2 02201 040.8414 101.1276 2238360 353.6609 003.9629 10.09454707775984
+1 02206U 66052B   14236.28063731  .00000232  00000-0  36439-3 0  8540
+2 02206 040.8628 305.7451 2218050 180.4210 179.4476 10.13480464779573
+1 02207U 66053A   14238.74997001  .00000000  00000-0  10000-3 0  3039
+2 02207 001.2884 045.9209 0029307 140.2263 220.9853 01.07969589189599
+1 02215U 66053B   14238.04189863  .00000000  00000-0  10000-3 0  1308
+2 02215 001.2658 046.4209 0030227 130.4938 230.7828 01.07906505 88099
+1 02216U 66053C   14237.93306045 -.00000105  00000-0  00000+0 0   625
+2 02216 001.2426 045.6337 0032110 125.1794 077.7197 01.07850771189453
+1 02217U 66053D   14238.27084738  .00000000  00000-0  10000-3 0   714
+2 02217 001.2051 044.2250 0035861 118.4440 242.9886 01.07750655 93372
+1 02218U 66053E   14237.72886016 -.00000079  00000-0  00000+0 0  9062
+2 02218 001.1335 039.8129 0043728 112.1836 095.9711 01.07584492189006
+1 02219U 66053F   14229.16726914 -.00000126  00000-0  00000+0 0  8941
+2 02219 001.0632 037.6728 0053478 105.7246 107.4905 01.07399010 92965
+1 02220U 66053G   14235.57313875 -.00000064  00000-0  00000+0 0   395
+2 02220 000.9941 030.8701 0066953 105.1726 209.0529 01.07155789 92800
+1 02221U 66053H   14238.00602525  .00000000  00000-0  10000-3 0  9708
+2 02221 000.9209 025.5913 0083547 104.8997 257.4290 01.06867239187882
+1 02222U 66053J   14238.80089106  .00000000  00000-0  10000-3 0  4515
+2 02222 000.8195 018.4137 0167362 108.0717 255.2641 01.06717525 84489
+1 02223U 66016C   14235.99921762 -.00000093  00000-0 -17822-3 0  2572
+2 02223 101.2722 242.7363 0093433 346.5078 070.5780 12.87616351272006
+1 02224U 66016D   14234.24812661 -.00000053  00000-0 -81517-4 0   158
+2 02224 101.0455 023.7080 0137913 127.1805 354.3174 12.52055443206046
+1 02226U 65109D   14236.11080348  .00000148  00000-0  18004-3 0  3177
+2 02226 089.0701 355.0595 0247117 281.3218 131.6339 13.50050508371686
+1 02253U 66056A   14238.71430551  .00004299  00000-0  10000-3 0  2439
+2 02253 086.9259 327.3637 1881543 149.9028 222.5122 08.20150838969293
+1 02255U 66056B   14236.38814420  .00000002  00000-0  00000+0 0  6003
+2 02255 086.9552 204.6018 0047538 075.4384 084.6463 07.94760864397821
+1 02256U 66056C   14236.28410236  .00000034  00000-0  30594-1 0  2059
+2 02256 086.9342 188.2249 0035364 136.7270 223.6323 07.93756006396406
+1 02327U 66063B   14237.69982436  .00000835  00000-0  39375-3 0  3405
+2 02327 144.1979 159.1496 0033407 351.3391 073.5330 13.98012668433519
+1 02328U 66063C   14237.10562421  .00000259  00000-0  13785-4 0  9651
+2 02328 144.2310 299.3145 0009392 098.3513 319.2961 13.69723431408986
+1 02329U 66063D   14236.13084780  .00000595  00000-0  27964-3 0   197
+2 02329 144.2761 353.8404 0016496 204.4963 219.7655 13.87550983422297
+1 02334U 65020EH  14238.05780303  .00000598  00000-0  87708-3 0   760
+2 02334 055.6747 202.0017 0594646 321.9361 103.0974 13.08324674286502
+1 02337U 66063E   14237.10336310  .00000299  00000-0  56242-4 0  3368
+2 02337 144.2338 019.3895 0005940 204.5728 278.5379 13.71539960409900
+1 02353U 66024C   14236.71909994  .00000185  00000-0  16354-3 0  2286
+2 02353 089.3852 289.8344 0155117 148.7748 313.1095 13.75558252422077
+1 02361U 63014L   14227.41275292  .00000026  00000-0  10580-1 0  8974
+2 02361 087.3420 231.5989 0346077 328.1303 029.9030 08.66222844620869
+1 02362U 63014M   14239.23844881  .00000971  00000-0  10000-3 0  5104
+2 02362 086.5138 341.3581 1762604 330.4731 020.7289 08.74897375627065
+1 02364U 63014P   14232.16413785 -.00000093  00000-0 -41100-1 0  3250
+2 02364 087.5763 297.9009 0385966 348.6494 010.5850 08.66689120621660
+1 02365U 63014Q   14231.25444365  .00000435  00000-0  18014+0 0  8639
+2 02365 087.2719 180.3944 0435306 150.3297 212.3019 08.67187808622303
+1 02366U 63014R   14239.00949906  .00001987  00000-0  10000-3 0   199
+2 02366 085.4808 191.4953 2458116 169.0291 197.6631 08.87941533 62873
+1 02367U 63014S   14238.88041212 -.00000235  00000-0  10000-3 0  9711
+2 02367 087.1740 080.5461 1211481 036.2146 331.5351 08.72586479593959
+1 02371U 61028F   14235.41224180 -.00000013  00000-0 -39857-2 0  5869
+2 02371 095.8221 110.8912 0240286 328.9875 029.6984 08.69614615678823
+1 02375U 63014W   14230.22134472  .00002169  00000-0  20529+0 0  9474
+2 02375 086.4578 318.8476 1722785 327.3648 040.4457 08.74562183556968
+1 02378U 63014Y   14232.72582335 -.00000036  00000-0 -17361-1 0  2859
+2 02378 087.3023 214.6581 0225039 266.9767 090.5318 08.66431772621634
+1 02379U 63014Z   14219.08032081  .00000678  00000-0  13194-1 0  6058
+2 02379 085.4884 264.5699 2360259 283.5774 072.8757 08.80631846626255
+1 02380U 63014AA  14227.21301474  .00000393  00000-0  17680+0 0  3209
+2 02380 087.3358 151.3312 0148892 123.6946 237.8204 08.67360704623242
+1 02381U 63014AB  14233.14696263  .00000671  00000-0  28339+0 0  7680
+2 02381 087.3191 182.5372 0398082 144.5737 355.1993 08.67146489549639
+1 02386U 66024D   14236.41934244  .00000116  00000-0  95979-4 0  3360
+2 02386 090.1440 281.5777 0132196 149.1621 309.6362 13.79546107108665
+1 02389U 66070A   14237.70828786  .00008317  00000-0  49072-3 0  4364
+2 02389 081.3889 264.0067 1316091 179.2744 181.0728 12.75404903 38004
+1 02401U 66076A   14236.83730802  .00000071  00000-0  88065-4 0   146
+2 02401 088.8663 204.5463 0031631 217.2371 201.4684 13.53101681367931
+1 02403U 66077A   14236.79322655  .00000024  00000-0  10995-1 0  4783
+2 02403 090.1228 238.4690 0031579 052.8657 355.5392 08.59880076155883
+1 02411U 66077B   14238.70752225 -.00040658  00000-0  10000-3 0  5413
+2 02411 074.7901 248.3775 0262303 055.5222 307.0404 08.52295949507206
+1 02412U 66077C   14232.47976834  .00000002  00000-0  00000+0 0  5341
+2 02412 090.1265 239.1252 0016752 061.1931 299.0601 08.59065963503668
+1 02413U 66076B   14236.95634591  .00000013  00000-0  22479-5 0  3125
+2 02413 088.8652 208.5894 0030256 302.5101 119.2279 13.51364334366394
+1 02418U 66082A   14237.13881156  .00000093  00000-0  39525-4 0  8772
+2 02418 098.4406 102.2026 0121092 115.6175 245.7585 14.41246831511256
+1 02422U 66082B   14237.74873371  .00000174  00000-0  60814-4 0  6991
+2 02422 098.4504 105.2431 0115146 002.0599 358.1042 14.43576654513255
+1 02431U 63014AC  14238.96061975  .00000000  00000-0  10000-3 0  9832
+2 02431 087.4610 227.9769 0450937 289.3592 065.9342 08.68125462551637
+1 02432U 63049G   14236.42891441  .00000051  00000-0  67693-4 0  3122
+2 02432 089.9425 108.2257 0035744 058.7307 063.3505 13.47652462491925
+1 02435U 66087A   14237.10953669 -.00000026  00000-0  93203-4 0  1258
+2 02435 101.0584 357.5714 0064071 030.5495 019.3908 12.56828287197412
+1 02436U 66087B   14236.38487015 -.00000040  00000-0  39084-5 0   696
+2 02436 100.9571 040.9339 0065123 033.3083 327.2068 12.57522093198119
+1 02481U 66089A   14234.15843979  .00000002  00000-0  00000+0 0  4574
+2 02481 089.6392 073.4567 0030060 311.3701 182.8578 08.59250794502095
+1 02498U 66052C   14236.39586704 -.00000007  00000-0  34624-4 0  3366
+2 02498 040.6259 230.0222 2092535 141.7639 235.1741 10.51116927293537
+1 02511U 66056D   14230.47174802  .00000025  00000-0  22538-1 0  7643
+2 02511 086.9926 242.0860 0016514 165.8925 194.2344 07.93361437395025
+1 02514U 66096A   14230.88910867  .00000055  00000-0  10000-3 0  5277
+2 02514 016.9495 149.4760 6410120 120.5801 317.2856 02.00596224226990
+1 02518U 66087C   14237.87331207 -.00000022  00000-0  11751-3 0  1907
+2 02518 100.8329 003.5932 0081277 036.1976 086.1655 12.42604155172090
+1 02520U 66089B   14230.99289056  .00000038  00000-0  17870-1 0  7247
+2 02520 089.6386 073.6046 0015691 301.8542 058.0782 08.58907204503586
+1 02529U 65034D   14234.25073286 -.00000050  00000-0  00000+0 0  1901
+2 02529 032.2029 344.0020 3965180 226.5190 038.5243 04.64834714819989
+1 02530U 63014AJ  14230.38909361  .00000033  00000-0  10099-1 0  5513
+2 02530 087.2392 194.3532 0823166 243.9883 285.1162 08.69008723564466
+1 02531U 63014AK  14227.41288547  .00000002  00000-0  00000+0 0  6493
+2 02531 087.2592 224.7547 0236478 283.7781 074.0832 08.67064394 52472
+1 02532U 63014AL  14233.37194273  .00000077  00000-0  33726-1 0  5740
+2 02532 087.3377 199.0561 0152678 186.8435 173.0332 08.66914360 26172
+1 02580U 66076C   14238.07922380  .00000084  00000-0  69424-4 0   283
+2 02580 089.1501 313.7055 0096204 056.1076 028.3755 13.76765554398617
+1 02608U 66110A   14238.42926434  .00000000  00000-0  10000-3 0  6768
+2 02608 004.7355 302.8560 0009057 211.6836 148.3092 01.00297177 91533
+1 02610U 66111A   14234.61302499  .00000329  00000-0  13588-3 0  1402
+2 02610 099.1049 120.7129 2290975 109.2995 325.5502 10.35636393785218
+1 02620U 63049H   14237.37964428  .00000143  00000-0  18430-3 0  3803
+2 02620 089.9511 109.2509 0016170 156.3757 266.5075 13.57905545505151
+1 02621U 66111C   14237.77985072  .00000473  00000-0  61615-4 0  4204
+2 02621 093.4036 168.7681 0063878 159.1737 201.2109 14.79756423556852
+1 02622U 66111D   14236.34360912  .00000120  00000-0  61935-4 0  5190
+2 02622 099.0945 197.1748 2247443 256.0418 300.6903 10.44410493793278
+1 02639U 67001A   14237.72214241 -.00000364  00000-0  00000+0 0  8985
+2 02639 006.4834 306.8414 0014697 238.9724 176.9616 01.00200694 76017
+1 02643U 67001D   14237.59311575  .00004564  00000-0  17575-2 0  8638
+2 02643 025.9127 339.2514 6304483 299.3807 069.3437 03.56607635592555
+1 02644U 66041D   14236.83361226  .00000147  00000-0  11864-3 0  1436
+2 02644 090.1082 353.0147 0218130 087.5361 032.4306 13.74989328405489
+1 02645U 67003A   14237.66958074  .00000000  00000-0  10000-3 0   754
+2 02645 001.1133 032.8480 0039364 050.2433 311.2500 01.08313845187736
+1 02647U 65073L   14238.12590164 -.00000006  00000-0  60181-3 0  1017
+2 02647 056.0646 168.4944 0185050 086.0931 012.6032 12.43056384581172
+1 02649U 67003B   14237.74705505  .00000000  00000-0  10000-3 0   420
+2 02649 001.1279 029.5258 0039350 049.3880 312.0792 01.08278501 92722
+1 02650U 67003C   14235.02934170 -.00000124  00000-0  00000+0 0  9234
+2 02650 001.1075 029.2061 0037667 045.4466 190.6113 01.08222285 93729
+1 02651U 67003D   14237.31037255 -.00000121  00000-0  00000+0 0  8581
+2 02651 001.0802 026.8310 0036996 036.1022 259.3646 01.08105676 93656
+1 02652U 67003E   14237.64549712  .00000000  00000-0  10000-3 0  9372
+2 02652 001.0179 024.4614 0038565 022.4001 339.0063 01.07939752 93539
+1 02653U 67003F   14235.59997753 -.00000102  00000-0  00000+0 0  4517
+2 02653 001.0065 018.0244 0042671 011.9057 007.6409 01.07748868 86225
+1 02654U 67003G   14237.73376235  .00000000  00000-0  10000-3 0  1532
+2 02654 000.9532 013.2886 0044840 359.0283 002.2209 01.07507034 93156
+1 02655U 67003H   14237.62223564  .00000000  00000-0  10000-3 0  1469
+2 02655 000.9609 003.4903 0065099 358.1148 003.0202 01.07225625 92718
+1 02657U 67006A   14236.93484161 -.00000037  00000-0  57229-4 0  1847
+2 02657 101.9752 185.2300 0073550 113.7161 289.8401 12.69820004205377
+1 02661U 67006B   14237.56475071 -.00000054  00000-0 -27648-4 0  4140
+2 02661 102.0354 094.5073 0064333 230.8883 183.4760 12.67900414201883
+1 02669U 67010A   14237.46297172  .00000071  00000-0  48707-4 0  2791
+2 02669 099.0938 042.9926 0049197 240.4129 119.2143 14.26695701469491
+1 02671U 67011B   14237.94445105  .00001189  00000-0  27853-3 0   561
+2 02671 039.9464 074.3200 0365923 074.3771 289.7060 14.24462344439323
+1 02674U 67011A   14237.10724370  .00002700  00000-0  42608-3 0  8143
+2 02674 039.9244 213.3497 0276965 056.9509 305.7548 14.51309680459917
+1 02680U 67014A   14237.08879304  .00000634  00000-0  30201-3 0  1781
+2 02680 039.4393 127.2590 0720208 029.2788 334.6392 13.36431129298260
+1 02682U 67014B   14236.76720659  .00000169  00000-0  99102-4 0   367
+2 02682 039.4644 022.5419 0763521 298.5333 054.0590 13.28596873289600
+1 02684U 67014C   14237.37427002  .00000476  00000-0  16049-3 0  7987
+2 02684 039.9613 262.1065 0525467 134.2257 230.2899 13.87813588339097
+1 02685U 67014F   14236.21209590  .00001301  00000-0  32814-3 0  5210
+2 02685 038.9397 291.2332 0460482 178.8718 181.3161 14.04694443356495
+1 02700U 65089C   14230.19456549  .00000071  00000-0  74998-3 0  7435
+2 02700 059.5963 091.3571 0715557 227.6479 241.1872 12.08845825189490
+1 02701U 65048E   14236.44992562  .00000187  00000-0  22800-3 0  1072
+2 02701 089.9803 319.9889 0062669 033.0237 086.3384 13.61860477434201
+1 02702U 66076D   14236.95673971  .00000133  00000-0  23059-3 0  6221
+2 02702 088.5821 144.1034 0088490 166.4495 316.5044 13.35613932320730
+1 02706U 67006C   14235.76824579 -.00000052  00000-0 -21312-4 0  9898
+2 02706 102.2215 055.1235 0035772 067.1677 054.9854 12.60783194189126
+1 02707U 67006D   14238.11107557 -.00000056  00000-0 -30654-4 0   581
+2 02707 101.8550 299.1288 0149209 051.8974 016.4173 12.79226946221214
+1 02717U 67026A   14237.58494669 -.00000038  00000-0  00000+0 0  3407
+2 02717 005.5122 308.5765 0023606 249.7521 056.5595 01.00149894 76986
+1 02741U 67010B   14237.96353556  .00000104  00000-0  60191-4 0  3818
+2 02741 098.9548 003.1085 0054313 172.2427 326.7846 14.27532080470095
+1 02754U 67034A   14237.24230082  .00000105  00000-0  13577-3 0  9752
+2 02754 090.2612 296.7245 0021523 155.5133 271.7344 13.56552191341724
+1 02755U 67034B   14237.79125116  .00000061  00000-0  78434-4 0  8220
+2 02755 090.2543 314.9917 0024304 294.4234 189.5077 13.53555892339007
+1 02757U 67036A   14236.46361469 -.00000064  00000-0 -79902-4 0  1735
+2 02757 101.9803 228.9094 0043435 116.0736 050.7019 12.68486294192321
+1 02758U 67036B   14236.45329681 -.00000026  00000-0  10944-3 0   371
+2 02758 101.9037 299.2812 0041074 184.4862 175.5855 12.68774773192489
+1 02770U 67040F   14236.97594596  .00000000  00000-0  10000-3 0  6477
+2 02770 034.9036 078.4614 8034962 054.5322 356.9307 00.50936581 82512
+1 02775U 66087D   14236.09703815 -.00000027  00000-0  91300-4 0  2436
+2 02775 101.4835 290.0236 0124167 305.0376 083.0507 12.71570291222309
+1 02777U 67034C   14237.28701814  .00000333  00000-0  19873-3 0  1533
+2 02777 090.2633 134.4284 0131658 061.8357 036.3177 14.01306528405149
+1 02778U 67034D   14236.69968181  .00000232  00000-0  43305-3 0  5427
+2 02778 089.8161 122.6702 0122796 248.5203 166.3545 13.33885422298233
+1 02789U 65082KR  14237.78302835  .00002374  00000-0  46006-3 0  7735
+2 02789 032.2887 065.8786 0115770 233.2949 125.7014 14.57554125465443
+1 02796U 63014AQ  14229.71221341  .00000035  00000-0  14851-1 0  2347
+2 02796 087.3544 155.2931 0023379 112.3953 247.9382 08.67292220550396
+1 02799U 65082KX  14236.27708590  .00000463  00000-0  75490-4 0  6126
+2 02799 032.0534 208.7910 0038663 119.9441 009.4496 14.65643935521576
+1 02800U 66070D   14236.99908606  .00008246  00000-0  12269-2 0  1031
+2 02800 081.4428 063.5895 1564241 162.4713 325.5420 12.03358078 59958
+1 02801U 67045A   14237.74055710 -.00000015  00000-0  40577-5 0  1828
+2 02801 074.0395 070.4058 0058353 256.1609 103.3047 14.36492739477518
+1 02802U 67045B   14237.13328033  .00000053  00000-0  23473-4 0  5407
+2 02802 074.0112 278.1550 0067549 220.5661 139.0452 14.43218717480789
+1 02807U 67048A   14236.33775205  .00000092  00000-0  12785-3 0  1450
+2 02807 089.6649 141.6838 0020656 162.8678 319.1224 13.49996532326148
+1 02811U 67048B   14238.13514696  .00000066  00000-0  88766-4 0  9711
+2 02811 089.6676 143.9099 0018986 193.0794 304.2518 13.48846823325501
+1 02825U 67053B   14237.73311463  .00000019  00000-0  51777-4 0  6856
+2 02825 069.9740 326.1810 0007498 354.2812 116.8524 13.96929613490030
+1 02826U 67053A   14237.42844411  .00001396  00000-0  42411-3 0  2609
+2 02826 069.9305 115.7007 0006278 019.6237 340.5134 14.44174743440191
+1 02828U 67053C   14237.45940201  .00000020  00000-0  52310-4 0  7628
+2 02828 069.9731 321.1094 0008131 355.7295 081.9341 13.97208081406001
+1 02834U 67053D   14237.48272534  .00000019  00000-0  52593-4 0  4870
+2 02834 069.9759 004.8555 0006517 019.3691 043.4436 13.95675437404764
+1 02847U 67053E   14237.34796978  .00000218  00000-0  18070-3 0  3233
+2 02847 069.9668 176.2770 0009143 300.8415 188.4529 14.01321235409591
+1 02861U 67065A   14239.10018211  .00000089  00000-0  10000-3 0  4451
+2 02861 090.1898 300.3131 0072370 232.3796 127.0939 08.36653111436789
+1 02862U 67066A   14237.52624795 -.00000068  00000-0  00000+0 0  7060
+2 02862 006.5669 305.5721 0064917 305.7966 079.6001 01.09954653 89853
+1 02863U 67066B   14238.40406032  .00000000  00000-0  10000-3 0  2123
+2 02863 006.5550 305.7594 0062686 303.6589 055.8062 01.09893339 77462
+1 02864U 67066C   14231.26609175 -.00000130  00000-0  00000+0 0  8704
+2 02864 006.6564 306.0874 0059184 296.6041 074.8867 01.09786240 84203
+1 02865U 67066D   14237.32327642 -.00000066  00000-0  00000+0 0  8881
+2 02865 006.6894 306.4746 0054797 286.8983 021.4668 01.09623500 83084
+1 02866U 67066E   14236.02091771 -.00000081  00000-0  00000+0 0   349
+2 02866 006.7881 307.0094 0052765 271.9647 131.1854 01.09419110 83806
+1 02867U 67066F   14238.93688350  .00000000  00000-0  10000-3 0   308
+2 02867 006.9172 307.5956 0050912 253.4166 106.0819 01.09163837 86422
+1 02868U 67066G   14238.44233869  .00000000  00000-0  10000-3 0  4007
+2 02868 007.0125 308.5186 0078186 234.8217 124.5085 01.08902924 81378
+1 02872U 67053F   14237.67206664 -.00000018  00000-0  25141-4 0  2679
+2 02872 069.9734 278.6083 0008684 321.5380 176.7549 13.98521802407369
+1 02873U 67053G   14237.45931978 -.00000033  00000-0  14419-4 0  8522
+2 02873 069.9751 313.0432 0008520 347.1047 094.5567 13.97568490406307
+1 02874U 67053H   14237.46184635  .00000026  00000-0  57514-4 0  8113
+2 02874 069.9768 355.0389 0006823 012.2980 052.2496 13.96159724405051
+1 02876U 67065B   14235.58953801 -.00000009  00000-0 -63319-2 0  6533
+2 02876 090.1834 299.8550 0070489 239.4188 119.9680 08.36563172818496
+1 02877U 67065C   14228.10439621  .00000014  00000-0  80252-2 0  5542
+2 02877 090.1870 299.9617 0063406 250.9055 108.4908 08.36602093439697
+1 02886U 63047K   14229.82065938  .00000177  00000-0  80854-4 0   998
+2 02886 029.8726 076.4232 0646650 115.5405 251.3436 13.29069104300903
+1 02888U 65089D   14232.49746828 -.00000231  00000-0 -11362-2 0  7883
+2 02888 059.2049 209.8108 0715062 234.9950 228.0807 11.87325264 62057
+1 02889U 66005E   14236.32790053  .00000278  00000-0  64198-3 0  6231
+2 02889 089.4881 002.9933 0169049 061.4496 000.5218 13.17250547268661
+1 02909U 67053J   14238.08970616  .00003228  00000-0  76999-3 0  4821
+2 02909 069.9510 229.9765 0002290 201.0035 159.1008 14.54583967447658
+1 02920U 67080A   14237.12045145  .00000042  00000-0  45269-4 0  9416
+2 02920 099.0472 053.4711 0038526 024.4228 335.8759 14.14504957423125
+1 02934U 65020EM  14234.79545523  .00000573  00000-0  34578-2 0  7560
+2 02934 055.5941 112.2089 0365472 139.7357 295.6467 12.49970233162631
+1 02940U 67080B   14237.67142664  .00000047  00000-0  46538-4 0  3938
+2 02940 098.9962 074.3703 0036967 310.1848 090.9834 14.16144122424717
+1 02949U 63014AS  14237.36964483 -.00001886  00000-0 -17792+0 0  5871
+2 02949 086.3150 353.7349 1700293 005.8579 040.2368 08.77829954933488
+1 02965U 67092A   14236.77312672  .00000073  00000-0  92044-4 0  3499
+2 02965 089.2571 338.2990 0046341 337.5085 131.8397 13.52718449313215
+1 02967U 67092B   14236.41842031  .00000072  00000-0  91755-4 0  4947
+2 02967 089.2568 336.7038 0046206 005.8772 040.3528 13.51846409312583
+1 02969U 67094A   14238.39054108  .00000000  00000-0  10000-3 0  3099
+2 02969 005.6785 304.4278 0020136 198.2833 161.7009 01.00275105 73558
+1 02971U 67094C   14238.08986229  .00002567  00000-0  13844-2 0  8628
+2 02971 028.3081 288.2007 6698431 015.6416 036.9985 03.01174794426288
+1 02976U 67036C   14236.30150220 -.00000029  00000-0  88714-4 0  1991
+2 02976 102.1179 351.8804 0098430 094.7127 322.9988 12.81951661215223
+1 02977U 67036D   14237.08505296 -.00000041  00000-0  16638-4 0  9465
+2 02977 101.4668 279.8820 0060208 124.7525 307.0608 12.56744919171877
+1 02980U 67096A   14238.08748830  .00000161  00000-0  45081-4 0  3582
+2 02980 099.1743 138.6477 0100017 211.4966 148.0218 14.58371962478760
+1 02985U 67096B   14238.07642763  .00000229  00000-0  53803-4 0  4132
+2 02985 099.1682 089.5676 0090529 300.6890 058.5411 14.63202670482574
+1 02986U 64026E   14237.71767491  .00000286  00000-0  16981-3 0   560
+2 02986 090.5360 305.7188 0054066 252.3027 230.3370 14.05124668568952
+1 02989U 66005F   14237.75827356  .00000264  00000-0  17094-3 0  2859
+2 02989 089.7041 061.4550 0115849 097.5350 032.7119 13.96732744394710
+1 02994U 67092C   14237.77418919  .00000325  00000-0  22892-3 0   404
+2 02994 089.4154 253.4410 0095262 342.1117 077.4902 13.93950631373832
+1 02997U 63014AU  14236.31582118  .00000006  00000-0  00000+0 0  9249
+2 02997 086.4196 334.1902 1547679 023.1348 026.5901 08.80433186937985
+1 03029U 67111A   14237.44183406 -.00000109  00000-0  00000+0 0  2732
+2 03029 006.5808 306.6470 0016000 111.6295 329.3143 01.00272213171373
+1 03035U 67114A   14236.83627487 -.00000030  00000-0  10516-3 0  9115
+2 03035 102.0625 178.3281 0048960 032.6498 032.5009 12.54198130142165
+1 03036U 67114B   14236.45902296 -.00000031  00000-0  96066-4 0  8540
+2 03036 102.0495 174.1795 0048252 045.7568 068.0178 12.54073582141862
+1 03038U 65020EN  14236.36367914  .00005009  00000-0  15512-2 0  5336
+2 03038 056.1995 234.2180 0550713 313.8293 041.8374 13.79952755624889
+1 03045U 65070G   14230.43855598 -.00000211  00000-0 -70619-3 0  2611
+2 03045 055.4367 101.6295 0291513 343.2108 066.6363 12.44013111151577
+1 03047U 67116A   14236.70584198  .00000082  00000-0  25639-4 0  6247
+2 03047 074.0121 286.5005 0007415 065.7441 294.4495 14.55103138471180
+1 03048U 67116B   14238.02516669  .00000321  00000-0  74249-4 0  7173
+2 03048 074.0096 182.4028 0007691 279.9925 151.3841 14.59322542476359
+1 03051U 67114C   14235.75052578 -.00000030  00000-0  79320-4 0   543
+2 03051 101.4730 310.9105 0089620 127.8139 354.7849 12.62154262155240
+1 03081U 67127A   14238.48806705 -.00000013  00000-0  00000+0 0  4169
+2 03081 065.1434 043.7559 0038544 233.7571 126.0393 13.93209448373248
+1 03093U 68002A   14237.34331677 -.00000071  00000-0  20241-4 0  3268
+2 03093 105.7817 134.5224 0319418 266.7573 199.5229 12.83505088184267
+1 03094U 68002B   14236.45926438 -.00000015  00000-0  20368-3 0  2597
+2 03094 105.7933 190.5042 0313723 225.7516 246.5414 12.85027300186092
+1 03122U 67092D   14236.12207432  .00000033  00000-0  49488-4 0  3390
+2 03122 089.0736 112.6522 0186467 279.4824 206.6744 13.24816356262615
+1 03123U 67114D   14237.29962890 -.00000031  00000-0  11559-3 0  3735
+2 03123 102.4178 139.2514 0028290 307.7406 174.3913 12.47984835131348
+1 03124U 61015HX  14239.06211787  .00001600  00000-0  18572-2 0    10
+2 03124 066.9878 322.9579 0357996 159.7586 201.8542 13.44674600587853
+1 03125U 61015HY  14236.50626237 -.00000066  00000-0 -13269-4 0   946
+2 03125 067.5591 036.5293 0303877 069.2312 357.8162 13.24259902576271
+1 03126U 68002C   14237.91185845 -.00000059  00000-0  61725-4 0  4306
+2 03126 106.0656 105.8943 0321645 168.7926 326.0468 12.82263723181823
+1 03127U 68002D   14236.21742001 -.00000001  00000-0  23631-3 0  3323
+2 03127 105.3163 193.3544 0321740 001.1235 115.7352 12.84681839185246
+1 03129U 68011A   14236.17329456 -.00000352  00000-0 -85095-3 0  4766
+2 03129 074.0504 095.8098 0011760 084.8939 053.3636 13.18191143237822
+1 03131U 68011B   14237.75099932  .00000390  00000-0  10481-2 0  3560
+2 03131 074.0506 109.4191 0013799 105.8274 254.4337 13.17914975237516
+1 03133U 68012A   14237.12729520  .00000083  00000-0  11251-3 0  7961
+2 03133 089.9526 279.7088 0073614 241.1480 171.1056 13.50820832288341
+1 03137U 68012B   14238.09768520  .00000136  00000-0  19857-3 0  9911
+2 03137 089.9508 279.2632 0074024 293.8050 116.2167 13.49641587287403
+1 03158U 68023A   14238.58859824  .00000023  00000-0  16242-4 0  6095
+2 03158 065.3340 320.9111 0044174 217.5695 142.2757 13.97656995368692
+1 03164U 61015HZ  14237.47685421  .00000430  00000-0  35365-3 0  2390
+2 03164 066.7525 011.6158 0053654 190.4177 230.3118 13.97942657484413
+1 03166U 63038H   14237.80230692  .00000064  00000-0  93295-4 0  7713
+2 03166 090.1027 316.1739 0043810 123.6575 359.9624 13.44428158495480
+1 03173U 68026A   14238.99668531  .00000088  00000-0  15010-3 0  2822
+2 03173 099.9476 083.4990 3831147 111.4806 293.1947 07.25280642225764
+1 03174U 68026B   14239.05331547  .00000014  00000-0  27265-4 0  9030
+2 03174 100.0578 128.4951 3990046 258.8645 054.9339 06.96218811176387
+1 03177U 68026C   14239.05429204  .00000011  00000-0  21076-4 0  5139
+2 03177 100.0349 135.3307 3986344 247.5086 066.1948 06.97119159176857
+1 03212U 68026D   14238.76344263  .00000146  00000-0  21456-3 0  4899
+2 03212 099.9388 094.2590 3836274 064.0609 330.3967 07.27605681228064
+1 03213U 68012C   14237.10445325  .00000280  00000-0  23087-3 0  1059
+2 03213 090.1784 014.7201 0050979 317.7961 106.2052 13.86507372277205
+1 03214U 68012D   14235.98094344  .00000151  00000-0  28225-3 0  5796
+2 03214 090.0306 133.8503 0188970 039.1795 087.6939 13.28071240248048
+1 03229U 68040A   14238.08107159  .00000374  00000-0  60067-4 0  1408
+2 03229 074.0308 359.2438 0039270 295.3141 064.3967 14.75009816474797
+1 03230U 68040B   14237.79141166  .00001000  00000-0  11241-3 0  3300
+2 03230 074.0372 135.0825 0031605 356.9992 003.0993 14.87898419482709
+1 03239U 63014BD  14237.51458643 -.00000034  00000-0 -17361-1 0  7417
+2 03239 087.3194 245.5157 0029821 166.6959 193.4687 08.65344848620730
+1 03244U 63014BJ  14237.31385997  .00000003  00000-0  00000+0 0  5593
+2 03244 087.3184 245.7088 0021040 176.8883 204.1306 08.65180941844833
+1 03255U 63014BV  14220.97346670 -.00000046  00000-0 -21620-1 0  2638
+2 03255 087.3046 225.3521 0234793 302.6759 078.1641 08.66608632686401
+1 03266U 68042A   14237.16210216  .00000005  00000-0  25814-4 0  9385
+2 03266 099.0199 068.7490 0053031 010.0178 098.4221 14.15048684303305
+1 03267U 63014CF  14227.44041969  .00000048  00000-0  36127-4 0  4063
+2 03267 088.3944 213.5321 1694842 256.3478 280.5104 11.32262972 53274
+1 03271U 68042B   14237.12731197  .00000038  00000-0  41382-4 0  1895
+2 03271 098.9433 082.8103 0051418 319.3111 040.4226 14.16442665386409
+1 03284U 68050A   14230.44289828 -.00000128  00000-0  00000+0 0  6416
+2 03284 001.4539 323.6226 0017426 151.4601 244.4240 01.07854605 88353
+1 03285U 68050B   14230.20627791 -.00000136  00000-0  00000+0 0   600
+2 03285 001.4315 323.4912 0019188 152.1452 182.8505 01.07819611181592
+1 03286U 68050C   14236.14196579 -.00000123  00000-0  00000+0 0  1411
+2 03286 001.4478 322.9473 0022766 150.3732 190.3054 01.07757894 93359
+1 03287U 68050D   14237.85900993  .00000000  00000-0  10000-3 0   927
+2 03287 001.4920 321.5233 0029800 148.9865 211.4852 01.07637738181417
+1 03288U 68050E   14235.58941281 -.00000118  00000-0  00000+0 0   433
+2 03288 001.5929 319.4141 0040161 147.4226 300.6174 01.07478521 93109
+1 03289U 68050F   14237.40208009 -.00000096  00000-0  00000+0 0   874
+2 03289 001.6338 317.6676 0051486 147.4564 219.2589 01.07287446 92989
+1 03290U 68050G   14238.10689954 -.00000098  00000-0  00000+0 0   171
+2 03290 001.7747 315.3876 0067508 147.5734 298.9198 01.07035415 92746
+1 03291U 68050H   14235.34132843 -.00000122  00000-0  00000+0 0   308
+2 03291 001.8649 313.2602 0083898 147.8232 219.0677 01.06767476179941
+1 03292U 68050J   14239.10135067  .00000000  00000-0  10000-3 0  3894
+2 03292 001.2768 323.7868 0162911 007.3334 353.1922 01.05591883 83588
+1 03307U 68055A   14238.96118523 -.00000001  00000-0  10000-3 0  7905
+2 03307 120.8535 060.4028 0007159 010.9834 349.1170 06.42470428 82479
+1 03315U 68055B   14238.99541701  .00000063  00000-0  93528-4 0  5020
+2 03315 120.6286 242.0468 2699114 260.4835 068.4497 09.24960639555826
+1 03338U 68066B   14237.13427263  .00000176  00000-0  17075-3 0  1436
+2 03338 080.6638 142.7811 1132990 127.7351 345.9535 12.22664533 50985
+1 03341U 68066C   14234.79799617  .00000210  00000-0  20667-3 0  4257
+2 03341 080.6617 122.5467 1121820 071.8063 355.5553 12.24861262 52505
+1 03345U 68069A   14237.38606984 -.00000039  00000-0  33096-4 0    84
+2 03345 101.6658 289.9565 0026182 302.9376 187.1789 12.52965233105147
+1 03346U 68069B   14236.75010400 -.00000041  00000-0  21720-4 0  9709
+2 03346 101.6249 289.7247 0024323 164.5854 342.1104 12.54284305107127
+1 03373U 65082ML  14236.50572076  .00000583  00000-0  18081-3 0  2108
+2 03373 030.9980 297.7339 0213453 107.6759 017.2555 14.23535195452431
+1 03386U 65082MY  14239.18507201  .00001253  00000-0  15842-3 0  6287
+2 03386 032.3766 301.7267 0008504 109.0703 251.1365 14.80979128603991
+1 03392U 68066H   14238.75277549  .00006561  00000-0  33745-2 0  3229
+2 03392 080.6773 151.0859 0544162 068.9868 296.9045 13.58554598158884
+1 03416U 68069C   14236.44252390 -.00000046  00000-0  18605-6 0  1335
+2 03416 101.7879 283.8257 0119299 087.7721 029.2096 12.67030270128251
+1 03417U 68069D   14236.77911833 -.00000025  00000-0  13082-3 0  4506
+2 03417 101.7370 191.5900 0064853 163.8962 266.9619 12.39673691388579
+1 03428U 68081A   14238.51026472  .00000000  00000-0  10000-3 0  7627
+2 03428 007.3414 319.3983 0083569 295.7939 063.4367 01.01551319 77592
+1 03431U 68081D   14237.34312126  .00000108  00000-0  00000+0 0  3175
+2 03431 008.0227 320.2410 0006924 272.1125 076.2343 01.00257043 77736
+1 03432U 68081E   14238.92238830  .00000000  00000-0  10000-3 0  1051
+2 03432 007.3880 319.3406 0096947 290.3398 068.7085 01.01512628 78202
+1 03454U 65082PP  14235.67379937  .00001094  00000-0  12857-3 0  6710
+2 03454 032.2683 011.5687 0024888 111.3103 002.5607 14.82314982601830
+1 03462U 65082PT  14235.50672163  .00001278  00000-0  97993-4 0  8191
+2 03462 032.0262 011.5155 0022499 311.9594 122.0990 14.99071360633407
+1 03488U 65082QJ  14235.73581748  .00000454  00000-0  69707-4 0  5567
+2 03488 032.2317 011.7869 0028861 287.7987 215.2497 14.68729138582901
+1 03494U 65082QQ  14237.62087948  .00000373  00000-0  71235-4 0  9548
+2 03494 031.8937 015.3624 0029000 359.6957 102.1868 14.57578805575002
+1 03504U 68091A   14238.92052624  .00000118  00000-0  37098-4 0  7869
+2 03504 062.3515 206.9020 0994480 218.3131 134.3441 12.95365908161239
+1 03506U 68091C   14238.56053740  .00000437  00000-0  16761-3 0  6418
+2 03506 062.3561 055.2748 0990819 125.7657 244.0091 12.88980872149804
+1 03509U 68091F   14238.69253773  .00012354  00000-0  11396-2 0  4162
+2 03509 062.3681 089.2253 0432383 130.0588 233.9760 14.43152862273572
+1 03510U 68092A   14237.74349732  .00000051  00000-0  38207-4 0  5592
+2 03510 098.4370 117.1431 0031260 066.0567 294.3882 14.26908587382348
+1 03522U 68092B   14237.13698203  .00000055  00000-0  37742-4 0   804
+2 03522 098.2642 056.5267 0028506 261.9079 210.2359 14.29113025384242
+1 03530U 68097A   14238.69596561  .00000173  00000-0  75421-4 0   890
+2 03530 062.3348 291.4596 0976227 247.9726 101.5247 12.87237873150267
+1 03549U 68097B   14238.63982679  .00003845  00000-0  77211-3 0  4265
+2 03549 062.3034 178.8633 0444613 291.5476 063.9192 14.13794878253140
+1 03551U 68097D   14238.84198508  .00003217  00000-0  84200-3 0  2011
+2 03551 062.2959 301.3205 0670541 185.4121 173.9847 13.63430289217679
+1 03554U 68097G   14238.62904410  .00000395  00000-0  11100-3 0  4449
+2 03554 062.2785 069.1542 0616598 308.5190 046.2500 13.70646253231063
+1 03555U 68097H   14238.52445397  .00000222  00000-0  86121-4 0  6114
+2 03555 062.3259 026.7651 0901015 339.3483 017.3573 13.05694211173686
+1 03557U 68097K   14237.71884495  .00000204  00000-0  10603-3 0  3334
+2 03557 062.3045 272.9061 0868907 024.0937 077.1301 13.18539293185021
+1 03558U 68097L   14238.53148249  .00014557  00000-0  14916-2 0  2421
+2 03558 062.1903 023.0689 0308552 127.0529 235.9701 14.60876669301522
+1 03559U 68097M   14238.84019441  .00002030  00000-0  51252-3 0  8364
+2 03559 062.3053 353.6115 0548241 256.2797 097.7099 13.87029429241709
+1 03561U 68097P   14238.81548544  .00003016  00000-0  69305-3 0  8942
+2 03561 062.2867 313.9126 0516320 267.3576 086.8731 13.96249906233062
+1 03565U 68097R   14238.74869765  .00001194  00000-0  28326-3 0  7233
+2 03565 062.3040 134.9401 0531351 234.6460 120.4266 13.92373313238167
+1 03569U 68097V   14238.67906066  .00002740  00000-0  63345-3 0  7020
+2 03569 062.3016 085.7073 0641290 162.7913 199.6483 13.73367829222942
+1 03576U 68106A   14236.78801154 -.00000509  00000-0 -12743-2 0  9043
+2 03576 074.0475 077.4705 0034084 229.3622 214.4862 13.16777521198178
+1 03577U 68106B   14236.45710439 -.00000023  00000-0 -93445-5 0  8730
+2 03577 074.0528 358.4490 0034129 137.4382 284.9021 13.18877744201065
+1 03583U 68091R   14236.35885813  .00000153  00000-0  34065-3 0  3411
+2 03583 062.0821 204.3646 0711534 159.7592 351.9976 12.81902327130823
+1 03584U 68091S   14238.94478419  .00002283  00000-0  42303-3 0  5253
+2 03584 062.3139 204.9958 0484362 177.0086 183.4528 14.09897944248111
+1 03591U 66041E   14237.12118292  .00000068  00000-0  36190-4 0  1357
+2 03591 090.1456 359.7785 0078062 079.7484 043.0268 14.02333148463062
+1 03592U 65048F   14236.48100434  .00000170  00000-0  20861-3 0  9798
+2 03592 089.9805 320.1915 0064910 083.7060 035.5213 13.60789214433331
+1 03597U 68110A   14237.73743845  .00000129  00000-0  41464-4 0  5348
+2 03597 034.9949 344.8149 0005926 304.6465 180.0594 14.45451637409298
+1 03598U 68110B   14237.77568877  .00000342  00000-0  83783-4 0  6914
+2 03598 034.9953 011.3758 0050195 185.2666 289.0739 14.53665573416991
+1 03605U 68112B   14236.64788354  .00000033  00000-0  15328-3 0  4244
+2 03605 080.3583 072.1600 0056868 268.5879 153.0020 12.60295058100883
+1 03606U 68091Y   14238.52343728  .00000908  00000-0  69029-3 0  1203
+2 03606 062.2488 078.8213 0795982 044.6307 321.6488 12.97867909142311
+1 03609U 68091AB  14236.13680463  .00000499  00000-0  13382-3 0  7359
+2 03609 062.2827 152.5779 0774278 180.8764 295.5306 13.52414176119625
+1 03611U 66025E   14236.40528428  .00004685  00000-0  59325-3 0  9135
+2 03611 144.5602 160.6517 0021027 235.1312 251.9000 14.76910295490947
+1 03615U 68114A   14236.07598222 -.00000042  00000-0  25214-5 0  9969
+2 03615 101.2868 265.9630 0031983 167.2424 279.8118 12.56185910 95169
+1 03616U 68114B   14238.12385414 -.00000058  00000-0 -96362-4 0  9313
+2 03616 101.4915 288.2976 0013886 136.1589 304.2726 12.51335747 89515
+1 03617U 68112C   14236.80211678  .00000009  00000-0  19596-4 0  1854
+2 03617 080.1780 091.5253 0046211 302.7691 178.8693 12.63286138106560
+1 03618U 68112D   14237.82333988 -.00000000  00000-0 -39228-4 0  1270
+2 03618 080.5335 062.2090 0084493 312.1931 144.3884 12.55674282 94109
+1 03623U 68116A   14236.32835422 -.00000118  00000-0  00000+0 0  6617
+2 03623 013.5032 326.5837 0093539 348.8286 045.5797 00.90193824 87134
+1 03669U 69009A   14236.11222286  .00000026  00000-0  19453-4 0  8250
+2 03669 088.4182 261.6040 1711996 308.2980 086.2608 11.29237931872926
+1 03670U 69009B   14234.46980218  .00000139  00000-0  93021-4 0  5383
+2 03670 088.4220 235.7693 1645491 213.8519 283.1724 11.43171342885809
+1 03673U 69010B   14236.77433272  .00000042  00000-0  19807-3 0  4490
+2 03673 080.3939 134.2911 0024707 293.3582 153.5769 12.63239356 99055
+1 03674U 69011A   14238.53280628  .00000000  00000-0  10000-3 0  1197
+2 03674 018.4651 336.7018 0169276 265.9065 092.2328 00.84926599160891
+1 03679U 68091AE  14237.14159902  .00002543  00000-0  75118-3 0   908
+2 03679 062.7642 125.5917 0654261 351.8663 079.2058 13.63951610191322
+1 03686U 68097AD  14237.41797521  .00000634  00000-0  79687-3 0  7010
+2 03686 062.2724 188.1179 0660794 293.0424 153.2519 13.03406624132976
+1 03690U 68097AH  14238.63451043  .00000712  00000-0  63071-3 0  4188
+2 03690 062.3390 090.3415 0821817 112.5409 256.5097 12.86516154135310
+1 03691U 69013A   14238.47733081  .00000000  00000-0  10000-3 0  8408
+2 03691 006.7655 309.6927 0023233 212.8404 147.0858 01.00393012154158
+1 03692U 69013B   14238.41894494  .00000000  00000-0  10000-3 0  8959
+2 03692 008.5680 312.4916 0144248 095.2555 266.4605 00.97605689 70184
+1 03695U 68091AL  14238.88536212  .00001505  00000-0  17337-2 0   175
+2 03695 062.2443 166.1618 0702782 353.3356 005.9088 12.94428848112610
+1 03699U 68091AN  14215.24998540  .15126299  88966-5  52662-2 0  2291
+2 03699 062.2116 168.2699 0005408 192.5162 167.7946 16.24787734236416
+1 03713U 68097AQ  14238.54140598  .00000747  00000-0  73938-3 0  9573
+2 03713 062.2118 226.8919 0712983 091.2077 277.1092 13.00097003127190
+1 03740U 61015JB  14234.69340514  .00000274  00000-0  19817-3 0  4473
+2 03740 066.3379 341.6560 0093493 212.2488 216.4922 14.09081611714672
+1 03741U 63047L   14231.97791547  .00002499  00000-0  72297-3 0  2037
+2 03741 029.8907 098.1109 0349144 154.3105 343.1603 14.12228015297569
+1 03743U 65020ES  14235.64671669 -.00000167  00000-0 -68434-3 0  7161
+2 03743 056.6620 317.3042 0264291 066.0490 082.2343 12.20243301 47879
+1 03744U 61015JC  14237.75378222  .00001211  00000-0  10609-2 0  9403
+2 03744 066.9807 121.4505 0144896 023.5243 035.8922 13.84210277281358
+1 03745U 65020ET  14236.28021076 -.00000043  00000-0  32579-3 0  8619
+2 03745 056.0178 191.1659 0157969 214.7404 296.0572 12.50348541101926
+1 03748U 61015JD  14236.49010618  .00000054  00000-0  26213-3 0  9659
+2 03748 067.7442 242.4399 0533551 183.5217 337.1342 12.78223488142720
+1 03749U 65020EU  14237.06243681  .00000891  00000-0  41380-3 0  4265
+2 03749 056.1178 136.4990 0514126 322.9452 137.6602 13.74951688224141
+1 03750U 63053J   14237.94650323  .00002037  00000-0  65391-3 0   463
+2 03750 078.6027 187.2251 0430380 149.2857 278.8308 13.97382103196792
+1 03752U 61015JE  14237.47151745  .00000402  00000-0  67321-3 0  2273
+2 03752 067.6256 228.0896 0206770 084.6242 355.1694 13.46806288224067
+1 03753U 68091AR  14238.88438454  .00006181  00000-0  72969-3 0  1011
+2 03753 062.4363 163.1495 0351309 133.0825 230.0724 14.48958117302029
+1 03755U 68091AT  14231.91918832  .00000191  00000-0  37661-3 0  4482
+2 03755 062.2597 054.5148 0763503 273.0754 246.9013 12.75352798 95336
+1 03757U 68091AU  14238.90375291  .00008012  00000-0  13766-2 0  2304
+2 03757 061.9880 006.6470 0562795 111.2760 254.9816 13.98423288223674
+1 03758U 68091AV  14236.43540851  .00001896  00000-0  27137-2 0  5883
+2 03758 062.1712 032.9418 0761923 271.9522 079.4451 12.76063882 62457
+1 03764U 69016A   14236.77758294 -.00000066  00000-0 -13350-3 0  4610
+2 03764 101.9536 288.8210 0051310 138.9746 358.6153 12.49828959449267
+1 03767U 69016B   14237.37908691 -.00000033  00000-0  83544-4 0  8539
+2 03767 101.9593 285.6406 0050490 021.4697 045.5306 12.51378860 77661
+1 03784U 68097AW  14238.69787747  .00001470  00000-0  98215-3 0  6385
+2 03784 062.2483 099.9419 0692958 137.2619 228.4941 13.21534237516797
+1 03785U 68097AX  14238.83384075 -.00000154  00000-0  00000+0 0  9832
+2 03785 062.2674 143.9430 0773478 238.6265 113.7214 12.73329494  7824
+1 03788U 68097BA  14236.50546876 -.00000062  00000-0  15724-4 0  1133
+2 03788 061.8693 262.8782 0586781 070.8473 071.5126 11.88120672988160
+1 03790U 68091AX  14237.48594764  .00000509  00000-0  26825-3 0  8503
+2 03790 063.0016 319.2795 0740887 296.9653 146.1949 13.31285009191273
+1 03793U 68091BA  14237.81399083 -.00000168  00000-0 -74826-4 0  7642
+2 03793 062.2290 043.3183 0690776 057.0132 050.6917 13.05917764136270
+1 03794U 68091BB  14238.97106034  .00003336  00000-0  31804-2 0  7930
+2 03794 062.2579 205.2931 0652699 001.3672 358.9366 13.11888458142255
+1 03810U 65065P   14237.31704825  .00000346  00000-0  53357-3 0  3589
+2 03810 089.7930 267.2905 0062213 148.7487 330.9460 13.48680950676844
+1 03811U 68114C   14235.64804259 -.00000027  00000-0  99364-4 0  1353
+2 03811 102.0062 261.3066 0138534 134.1216 350.6565 12.76233332128083
+1 03812U 68114D   14237.46999455 -.00000017  00000-0  20219-3 0  1619
+2 03812 101.9522 188.0122 0071764 148.2827 327.4832 12.37672272 64306
+1 03814U 68097BC  14237.13962685  .00000119  00000-0  27327-3 0  4937
+2 03814 062.2771 170.5001 0777419 202.8945 284.5545 12.73641973107130
+1 03818U 69024A   14236.62717667  .00000333  00000-0  90301-3 0  5721
+2 03818 073.9894 277.9645 0019356 211.7863 298.5356 13.17848952185903
+1 03819U 69024B   14236.56704662 -.00000274  00000-0 -63695-3 0  8507
+2 03819 073.9892 213.7455 0009195 135.6143 001.9499 13.19429464188265
+1 03825U 69025C   14234.64941103  .00000178  00000-0  10540-3 0  2703
+2 03825 104.7024 228.8916 2688353 116.7248 008.2149 09.55102021571246
+1 03827U 69025E   14233.25536827  .00000087  00000-0  69534-4 0  3904
+2 03827 104.7455 006.2242 2631382 302.7977 034.5931 09.65450774582360
+1 03840U 69010C   14237.60025678  .00000043  00000-0  21149-3 0  3364
+2 03840 080.6077 185.0449 0034387 013.7546 040.0335 12.58447575 91033
+1 03841U 69010D   14236.61062654  .00000002  00000-0 -18432-4 0  2581
+2 03841 080.1802 092.4609 0032838 264.2890 151.8075 12.66646845104811
+1 03842U 61015JF  14237.13350155  .00000317  00000-0  42196-3 0  8423
+2 03842 066.7396 150.5819 0125905 089.4607 023.8236 13.69598093644518
+1 03843U 68097BG  14237.48112911  .00001788  00000-0  22527-2 0  3507
+2 03843 062.2803 326.6950 0701782 253.0703 191.0542 12.92526342108576
+1 03848U 68055C   14228.43416053 -.00000010  00000-0  00000+0 0  2736
+2 03848 120.8492 065.9452 0015730 006.4327 353.6475 06.42499898982304
+1 03874U 68091BH  14237.56154619  .00000171  00000-0  28048-3 0  1873
+2 03874 062.2715 105.6939 0653924 308.9731 127.2933 13.05503311136021
+1 03890U 69037A   14235.89094999 -.00000018  00000-0  46308-4 0  6898
+2 03890 099.9806 144.0938 0039834 027.4410 014.2187 13.42467166222185
+1 03891U 69037B   14236.39717366 -.00000029  00000-0  28569-4 0  2724
+2 03891 099.9767 143.4225 0039078 330.7488 143.9903 13.42805509223082
+1 03892U 69037C   14235.89065065  .00000012  00000-0  10090-3 0  4206
+2 03892 099.9945 146.3534 0039923 094.1458 308.6937 13.41827370220626
+1 03898U 68097BK  14228.94714367  .00000384  00000-0  47385-3 0  2242
+2 03898 062.2767 063.2681 0750501 236.9066 115.8113 12.83125262117872
+1 03899U 68097BL  14239.13003326  .00008049  00000-0  11367-2 0  3485
+2 03899 062.1776 282.5097 0261444 034.8729 326.9662 14.56112093173891
+1 03900U 68097BM  14237.40267596  .00004718  00000-0  74307-3 0   218
+2 03900 062.2158 235.8278 0449386 088.9175 344.4097 14.23394323267544
+1 03901U 68097BN  14238.78278420  .00000322  00000-0  25373-3 0  1609
+2 03901 061.2957 341.3423 0828251 286.7725 064.4449 12.90521432138684
+1 03908U 68091BL  14237.94380637 -.00000089  00000-0 -36945-5 0  5325
+2 03908 063.3882 071.2913 0250897 355.2176 115.3779 13.32133857206833
+1 03911U 68091BP  14236.62192668  .00000570  00000-0  22218-3 0  2290
+2 03911 062.9340 052.3294 0839335 027.5608 036.6410 13.24282727 96120
+1 03912U 68091BQ  14229.68614402  .00000404  00000-0  72975-3 0   675
+2 03912 062.2609 063.3173 0777355 239.3633 250.9689 12.68793277 98882
+1 03923U 68091BR  14236.37803431  .00001114  00000-0  84051-3 0  4551
+2 03923 062.2399 336.2061 0627634 250.7424 187.7049 13.31020219159567
+1 03927U 61004F   14239.13150044  .00018902  00000-0  56899-2 0    12
+2 03927 038.9146 182.6895 0525980 315.0183 040.9469 13.83674668520396
+1 03931U 65020EV  14236.60179130 -.00000086  00000-0  35763-4 0  9412
+2 03931 056.0654 031.7594 0196098 187.1337 250.1760 12.35085354244801
+1 03932U 61015JG  14236.13828185 -.00000058  00000-0  24693-4 0  1457
+2 03932 065.8018 145.4122 0299453 237.2624 240.7416 13.23496792580759
+1 03938U 68097BS  14238.10660753  .00004781  00000-0  24704-2 0    45
+2 03938 063.0166 177.3904 1144825 012.7271 064.3179 12.49596966 31026
+1 03947U 69045A   14238.39771669  .00000000  00000-0  10000-3 0  7827
+2 03947 013.6587 323.6403 0020086 335.7086 024.2758 00.90040500120351
+1 03956U 69046F   14238.01378747  .00000000  00000-0  10000-3 0  3463
+2 03956 016.3912 018.7646 8103302 183.8797 159.4144 00.46185050 42237
+1 03965U 65020EY  14235.46507836  .00000494  00000-0  46413-2 0  4464
+2 03965 056.3049 336.8426 0264765 307.7058 125.0265 12.26093708220232
+1 03974U 68069E   14236.92045676 -.00000040  00000-0  45465-4 0    81
+2 03974 102.1440 216.7407 0035819 124.6709 292.9361 12.53188193107190
+1 03975U 68069F   14237.94722399 -.00000052  00000-0 -30657-4 0   237
+2 03975 102.0974 244.1247 0043413 169.4355 259.2447 12.53455754108004
+1 03978U 65082SE  14236.28332304  .00000298  00000-0  49049-4 0  5545
+2 03978 032.5658 278.9624 0037582 171.5405 261.5364 14.64701790813484
+1 04005U 61015JK  14237.44120578  .00000243  00000-0  32014-3 0  6168
+2 04005 066.7512 242.4582 0099872 301.0239 177.2593 13.75015761294609
+1 04008U 68091BY  14237.81317980  .00003829  00000-0  85039-3 0  9833
+2 04008 062.8496 133.6606 0635730 037.2855 020.7079 13.77291411242906
+1 04014U 61015JM  14235.88658781  .00000239  00000-0  81810-3 0  3593
+2 04014 067.6463 030.7472 0823460 270.8833 254.5792 12.27583036384264
+1 04026U 61004G   14235.63602086  .00001208  00000-0  43049-3 0  8060
+2 04026 038.8383 076.6557 0594110 357.2909 002.4668 13.67925438535870
+1 04028U 61015JQ  14237.74228829  .00001373  00000-0  34546-3 0   389
+2 04028 066.7559 181.3624 0105059 053.5259 025.7691 14.51147204746374
+1 04047U 69062A   14237.12404700  .00000047  00000-0  36751-4 0  6278
+2 04047 098.8132 044.9099 0043682 269.5952 208.9486 14.28341979345731
+1 04048U 69062B   14237.45745443  .00000093  00000-0  52420-4 0  1825
+2 04048 098.7807 069.9791 0042433 178.9711 239.2490 14.30592692347585
+1 04053U 69064C   14238.91906588  .00067633  00000-0  39124-3 0  5916
+2 04053 030.2754 123.3646 0608517 072.7859 293.9071 14.68707386936543
+1 04068U 69069A   14235.13692497 -.00000021  00000-0  00000+0 0  5702
+2 04068 009.5538 315.1838 0006923 212.5517 232.5299 00.99493551 91975
+1 04069U 69069B   14239.04410616  .00000000  00000-0  10000-3 0  1222
+2 04069 016.6404 182.7526 6686246 233.6623 044.7163 02.04799835336998
+1 04070U 69070A   14237.38688722  .00000187  00000-0  51970-4 0  7860
+2 04070 074.0504 169.7911 0009568 150.8922 347.6348 14.53070320379708
+1 04071U 69070B   14238.09924943  .00000171  00000-0  40224-4 0  8479
+2 04071 074.0481 284.9166 0013128 169.3698 269.4692 14.61829913387876
+1 04084U 69070C   14236.79979975  .00000014  00000-0  11413-4 0   615
+2 04084 074.0670 072.8438 0022343 348.7045 127.9831 14.45859146372043
+1 04112U 69082CZ  14231.68763488  .14922502  00000-0  53090-2 0  3712
+2 04112 069.6020 206.1044 0010923 194.9684 165.1502 16.24600312394782
+1 04132U 69082K   14238.08474311  .00000659  00000-0  31966-3 0  8145
+2 04132 069.9958 238.4600 0012378 276.9829 082.9883 14.22612098306647
+1 04133U 69082CP  14237.26046492  .00002750  00000-0  50027-3 0  2204
+2 04133 069.9200 170.3175 0040305 067.3697 049.3101 14.66705254353046
+1 04135U 69082DP  14236.05673492 -.00000069  00000-0 -57046-5 0  1716
+2 04135 069.9814 092.7122 0049813 342.9949 016.9498 14.21287787318365
+1 04138U 69091A   14237.75520666  .00000019  00000-0  12987-4 0  2405
+2 04138 074.0421 358.5950 0013379 351.0111 115.3139 14.45883195364695
+1 04139U 69091B   14237.13286501  .00000225  00000-0  50855-4 0  9609
+2 04139 074.0303 272.8271 0006910 273.0334 144.0027 14.62024811379043
+1 04141U 69082AJ  14236.30775064  .00000978  00000-0  21348-3 0  3082
+2 04141 069.8841 187.4858 0057499 245.1643 275.1861 14.60019321351318
+1 04143U 69082M   14236.90054720  .00000564  00000-0  31046-3 0  3873
+2 04143 070.1146 045.9278 0023575 237.5213 238.4607 14.16382626307057
+1 04144U 69082N   14237.15863416  .00000831  00000-0  23996-3 0  5461
+2 04144 070.0833 207.4267 0047131 239.5187 220.7794 14.47393365340749
+1 04145U 69082P   14238.14513472  .00000191  00000-0  13431-3 0  2825
+2 04145 070.0595 218.0210 0062940 300.0419 137.4634 14.10909152309657
+1 04149U 69082T   14236.78287411  .00000109  00000-0  81828-4 0  4522
+2 04149 070.3088 356.4958 0038560 353.9408 122.8699 14.16017528307776
+1 04154U 69082W   14237.26705134  .00000122  00000-0  10688-3 0  8219
+2 04154 070.0697 142.7198 0045413 087.7905 054.3593 14.05604121 43628
+1 04155U 69082X   14236.78469584  .00000398  00000-0  17252-3 0  5038
+2 04155 070.0495 113.9691 0060248 080.8496 346.9347 14.30112660322048
+1 04157U 69082Z   14237.63343899  .00002826  00000-0  50684-3 0  1642
+2 04157 070.0224 220.2769 0043166 007.4879 107.1947 14.67228702357246
+1 04158U 69082AA  14237.46015243 -.00000179  00000-0 -68114-4 0  3453
+2 04158 070.0020 241.9965 0045354 197.3777 277.2400 14.11016134306392
+1 04159U 69082AB  14238.04778458 -.00000018  00000-0  34385-4 0  6708
+2 04159 069.9621 108.7315 0118090 286.6005 072.2147 13.72242969247297
+1 04160U 69082AC  14237.51210524  .00008170  00000-0  80660-3 0  6607
+2 04160 070.0432 223.1397 0027990 033.5350 115.3086 14.91989072368069
+1 04161U 69082AD  14236.75868934 -.00000068  00000-0 -99276-5 0  9100
+2 04161 070.0191 113.1677 0061043 187.2699 239.3845 13.98794358291760
+1 04164U 69082AG  14236.92052241  .00000720  00000-0  35721-3 0  4299
+2 04164 070.0833 059.4583 0043329 315.9742 160.9709 14.20570279296886
+1 04166U 69082J   14238.11329134  .00006768  00000-0  10106-2 0  8620
+2 04166 069.9728 260.5728 0005417 357.4700 106.5506 14.75175244335670
+1 04168U 69082H   14237.65546854 -.00000010  00000-0  31622-4 0  7521
+2 04168 070.0152 306.9946 0021314 339.7801 136.9975 13.95369413286319
+1 04169U 69082AM  14236.48870499  .00000875  00000-0  24046-3 0  5849
+2 04169 070.1920 014.0361 0042092 242.7631 179.9965 14.49735562342661
+1 04171U 69082AP  14236.37292583  .00000520  00000-0  22280-3 0  3418
+2 04171 070.0794 211.9383 0039624 018.2763 132.8365 14.29736406321815
+1 04173U 69082AR  14236.27017218  .00001015  00000-0  24714-3 0  8508
+2 04173 070.0777 171.6181 0040941 235.0364 276.7543 14.55169034342912
+1 04174U 69082AS  14236.49679209  .00000291  00000-0  13635-3 0  3114
+2 04174 069.9958 355.4008 0047605 142.7043 294.9327 14.28899824324596
+1 04177U 69082AV  14237.02930516  .00000964  00000-0  81849-3 0  5883
+2 04177 070.0721 308.2899 0116922 203.3643 212.9273 13.87231704257465
+1 04178U 69082AW  14237.45815464  .00001006  00000-0  36317-3 0  5951
+2 04178 069.8459 272.0538 0084648 066.8729 044.6848 14.34445989319219
+1 04180U 69082AY  14237.83506975  .00000249  00000-0  11319-3 0    48
+2 04180 069.9831 020.6977 0075623 062.4246 051.8138 14.30939508330553
+1 04187U 69082BA  14236.09587050  .00001156  00000-0  24535-3 0  5480
+2 04187 069.9608 127.3749 0032060 287.6921 187.5726 14.61453250355010
+1 04190U 69082BD  14237.03238135  .00003508  00000-0  58038-3 0  2302
+2 04190 070.0324 057.8950 0033865 026.7801 110.2477 14.70802494351814
+1 04193U 69082BG  14237.59120727  .00003184  00000-0  11862-2 0  5679
+2 04193 069.9400 291.6160 0119261 185.7007 291.7652 14.28985869270562
+1 04200U 69082BP  14236.66837336  .00003883  00000-0  61549-3 0  8415
+2 04200 070.0887 174.8616 0032437 298.8944 126.0443 14.72610297353048
+1 04205U 69082BU  14237.99721614  .00000327  00000-0  15832-3 0  1336
+2 04205 070.0596 076.7767 0068879 355.2208 004.8247 14.25445432486796
+1 04206U 69082BV  14235.86277000  .00004202  00000-0  66398-3 0  2639
+2 04206 069.9369 009.4478 0033975 162.2683 197.9656 14.72662927348210
+1 04207U 69082BW  14237.66338001  .00001432  00000-0  37946-3 0  8847
+2 04207 069.9681 038.8681 0035445 247.2662 241.1660 14.50400784339398
+1 04208U 69082BX  14238.04224772  .00000349  00000-0  18761-3 0  6590
+2 04208 070.0881 192.0401 0012361 158.4691 278.6676 14.20669074396632
+1 04209U 69082BY  14238.14853005 -.00000075  00000-0 -12994-4 0  8222
+2 04209 070.0333 188.8137 0043432 277.0093 173.1127 14.04311743298743
+1 04211U 69082CA  14236.82407887 -.00000153  00000-0 -56190-4 0  4455
+2 04211 070.0731 090.0035 0032725 025.7346 063.2273 14.09649493305157
+1 04214U 69082CD  14236.51770024  .00000314  00000-0  11827-3 0   641
+2 04214 070.0520 267.0644 0062910 026.1904 129.3639 14.38926873338970
+1 04216U 69082CF  14237.15590428  .00000049  00000-0  47100-4 0  2520
+2 04216 070.1062 271.9317 0051434 323.8940 091.2535 14.21752106548244
+1 04217U 69082CG  14236.57708923  .00000332  00000-0  13864-3 0  2060
+2 04217 070.0403 271.6150 0041301 289.6884 069.9788 14.33883508328672
+1 04218U 69082CH  14237.48588086  .00001068  00000-0  32298-3 0  6421
+2 04218 070.1026 165.2958 0040763 019.1829 093.1868 14.44509154334281
+1 04221U 69097A   14237.79211075  .00019012  00000-0  97978-3 0  5351
+2 04221 102.6930 002.8356 0712374 150.4217 213.9281 14.04971989103899
+1 04227U 69082CJ  14236.38299027  .00003028  00000-0  45753-3 0  8951
+2 04227 069.8841 222.6306 0044659 018.3520 130.6278 14.74656136361360
+1 04231U 69082CN  14237.45649323  .00000799  00000-0  27293-3 0  3308
+2 04231 070.2791 236.4412 0039201 252.3916 228.7849 14.39298848329946
+1 04237U 69082E   14237.49030618  .00000024  00000-0  56405-4 0  7807
+2 04237 070.0160 312.5420 0021690 343.6985 101.1916 13.95309538284970
+1 04247U 69082F   14237.47241670  .00000006  00000-0  43041-4 0  9464
+2 04247 070.0160 311.1940 0021744 342.4501 099.9152 13.95323450285004
+1 04249U 69082CY  14237.38901829  .00000432  00000-0  23097-3 0  8397
+2 04249 070.0628 213.1560 0061470 015.2913 103.4131 14.18536605310007
+1 04250U 69101A   14238.24470424  .00000000  00000-0  10000-3 0  7502
+2 04250 009.0449 315.9766 0027833 196.7301 163.2565 01.00265745 91262
+1 04251U 69101B   14238.91837302  .00001919  00000-0  90059-3 0  7545
+2 04251 027.7517 195.6161 5651126 309.9606 012.5954 04.50958530482099
+1 04254U 69103A   14236.50854616  .00000012  00000-0  70357-4 0  2504
+2 04254 074.0220 192.1369 0023167 210.3998 289.6248 13.27085173167666
+1 04255U 69103B   14238.06306426 -.00000055  00000-0 -75769-4 0  3152
+2 04255 074.0136 085.3849 0010596 121.5757 349.2498 13.29489464171508
+1 04256U 69082B   14238.11398270  .00000021  00000-0  52251-4 0  7676
+2 04256 070.0098 219.0671 0022185 304.7770 126.0911 13.98026119287473
+1 04257U 69082C   14237.49578520 -.00000007  00000-0  33278-4 0  7960
+2 04257 070.0155 305.4293 0021917 339.4713 109.5655 13.95607043285097
+1 04259U 69082D   14237.72489700 -.00000009  00000-0  32424-4 0  1282
+2 04259 070.0174 331.8411 0021359 354.5157 117.6974 13.94613480380805
+1 04276U 69082DK  14236.69914892  .00002319  00000-0  45333-3 0  7655
+2 04276 070.0686 333.4313 0025541 141.4267 337.0750 14.63954273345797
+1 04277U 69082DL  14237.14139009  .00000195  00000-0  14934-3 0  8616
+2 04277 070.0232 043.8570 0042212 206.0385 271.6612 14.06622130302227
+1 04295U 69082G   14237.72760326 -.00000015  00000-0  27893-4 0  7915
+2 04295 070.0135 313.4381 0021173 354.9512 134.2020 13.95015714284220
+1 04297U 70003A   14237.48500218  .00000050  00000-0  00000+0 0  4626
+2 04297 008.6633 312.6286 0007081 313.5426 103.1523 00.99156013134342
+1 04298U 70003B   14237.79421711  .00001179  00000-0  59125-3 0  4585
+2 04298 027.9166 224.2122 6637803 211.6459 270.6247 03.08746256427576
+1 04311U 69082DR  14236.94644839  .00001007  00000-0  23741-3 0  2639
+2 04311 070.3385 059.1474 0071424 058.7991 059.4802 14.55584314347129
+1 04320U 70008A   14237.15632130 -.00000047  00000-0 -31440-5 0    61
+2 04320 101.9842 287.9034 0028491 356.6064 067.2634 12.52025658234387
+1 04321U 70008B   14237.10962797 -.00000059  00000-0 -81863-4 0  9832
+2 04321 101.8987 294.8938 0027473 341.0571 110.9520 12.52166820 37936
+1 04322U 70008C   14236.79435323 -.00000042  00000-0  24951-4 0  9585
+2 04322 101.8853 295.5043 0028422 014.7047 092.4561 12.51878245 37480
+1 04326U 69082DZ  14236.09362426  .00000228  00000-0  11419-3 0  3083
+2 04326 070.0561 101.6412 0070591 001.9976 157.7950 14.26965923321596
+1 04327U 70009A   14236.81124468  .00000002  00000-0  58771-4 0  8366
+2 04327 099.2376 010.0733 0005601 139.6111 341.9778 13.58349427208007
+1 04331U 70012A   14237.48764557  .00000134  00000-0  66293-4 0  9633
+2 04331 099.0019 225.8281 0058728 346.6074 124.7243 14.32237185319854
+1 04332U 70012B   14237.76027365  .00000127  00000-0  65017-4 0  2867
+2 04332 098.8487 326.0381 0061636 148.8857 322.7984 14.30368151318384
+1 04353U 70021A   14237.36247321 -.00000139  00000-0  00000+0 0  3267
+2 04353 009.5997 319.6869 0007148 172.8498 231.1764 01.00270365 82634
+1 04354U 70021B   14235.31806679  .00001662  00000-0  66521-3 0  2824
+2 04354 025.3621 050.4063 6535694 341.0400 014.0631 03.24470875232715
+1 04362U 70025A   14238.14764074 -.00000038  00000-0  13201-4 0  4178
+2 04362 100.1089 126.8103 0008095 059.1327 066.3626 13.44544376177652
+1 04363U 70025B   14236.50156979 -.00000037  00000-0  16731-4 0  3243
+2 04363 100.1840 105.8410 0002713 097.1119 336.7556 13.46523916180938
+1 04367U 70025C   14236.81479955 -.00000018  00000-0  42449-4 0  6341
+2 04367 100.0219 176.8833 0035864 170.6603 243.3744 13.51189418200202
+1 04369U 70028A   14238.12613300  .00000091  00000-0  29886-4 0  5031
+2 04369 074.0360 106.2862 0006680 321.5943 154.0580 14.51031747342641
+1 04370U 70028B   14238.13835834  .00000277  00000-0  65126-4 0  7217
+2 04370 074.0388 245.4753 0014702 061.0244 001.6903 14.59146364862285
+1 04376U 70032A   14238.53860767  .00000000  00000-0  10000-3 0  3327
+2 04376 007.4382 307.2973 0005031 206.9624 153.0767 01.00295466162433
+1 04377U 70032B   14238.39032860  .00004604  00000-0  14334-2 0  2514
+2 04377 026.8296 225.5879 6010371 339.9687 003.9713 04.00138997452259
+1 04382U 70034A   14237.73345213 -.00000156  00000-0 -82977-5 0  7020
+2 04382 068.4246 143.6903 1063250 232.8384 117.0922 13.05698812 81231
+1 04383U 70036A   14238.12262228 -.00000024  00000-0 -57746-4 0  1923
+2 04383 074.0289 300.6714 0013793 110.3415 299.7636 12.47598835 19351
+1 04384U 70036B   14237.80008225 -.00000029  00000-0 -10347-3 0  1327
+2 04384 074.0266 274.3355 0053303 177.4733 303.4214 12.39196024  5741
+1 04385U 70036C   14238.09742965 -.00000022  00000-0 -48742-4 0  1689
+2 04385 074.0276 111.4296 0032219 344.5369 125.5394 12.43312860 12432
+1 04386U 70036D   14236.17215938  .00000016  00000-0  20658-3 0   957
+2 04386 074.0289 134.5378 0015238 182.6483 332.0747 12.51808032 25929
+1 04387U 70036E   14236.40958297  .00000005  00000-0  13161-3 0  9943
+2 04387 074.0305 314.3930 0040241 331.3854 153.0673 12.56265550 33125
+1 04388U 70036F   14236.87891926  .00000010  00000-0  14497-3 0   434
+2 04388 074.0325 347.2990 0081706 312.7664 184.5858 12.64272730 46093
+1 04389U 70036G   14238.01808286  .00000018  00000-0  17224-3 0   530
+2 04389 074.0299 181.6487 0100772 120.8303 311.1954 12.68256769 52717
+1 04390U 70036H   14237.11867073  .00000013  00000-0  16520-3 0    73
+2 04390 074.0296 145.9632 0059427 130.6651 003.9404 12.60386756 39887
+1 04391U 70036J   14238.10398931 -.00000077  00000-0 -48983-3 0  1594
+2 04391 074.0260 076.9247 0076210 011.7331 123.8876 12.34961503998976
+1 04394U 70037B   14237.42631204  .00004163  00000-0  18209-3 0  6541
+2 04394 081.2467 135.6525 0048589 018.5634 341.7355 15.20732980408230
+1 04419U 70047A   14237.43468638  .00000048  00000-0  17603-4 0  2137
+2 04419 081.2204 165.8010 0040526 123.4600 014.8554 14.15217948278445
+1 04420U 70047B   14237.11955204  .00000143  00000-0  69747-4 0  2743
+2 04420 081.2267 257.9189 0086081 277.7346 158.5853 14.11888295273574
+1 04421U 68097CF  14237.14643747  .00000732  00000-0  21881-3 0  1058
+2 04421 062.7625 178.8688 0720224 281.7499 179.4813 13.55697677178098
+1 04432U 69082ED  14237.58764918  .00000279  00000-0  13835-3 0  3303
+2 04432 069.9794 304.9978 0058115 274.7849 202.4270 14.26117593319997
+1 04435U 69082EG  14238.09518159  .00002096  00000-0  49583-3 0  9952
+2 04435 070.0260 190.3726 0022350 048.9636 311.3427 14.55327600336016
+1 04438U 69082EK  14237.07258700  .00000610  00000-0  16051-3 0  5483
+2 04438 070.1019 300.2556 0060466 323.5274 109.7846 14.52773336346850
+1 04449U 69082EU  14237.15299589  .00000594  00000-0  22485-3 0  2008
+2 04449 069.9761 278.8452 0062446 256.4741 166.0492 14.34800676320639
+1 04451U 69082EW  14237.70584787  .00000777  00000-0  24764-3 0  5018
+2 04451 070.0410 342.3930 0036601 110.7838 320.6972 14.42976600332158
+1 04453U 69082EY  14237.27944552  .00000458  00000-0  29130-3 0  7540
+2 04453 070.1326 194.0521 0035407 226.9946 249.3058 14.09451328300872
+1 04458U 69082FB  14239.20180554  .00684422  00000-0  43251-2 0  5731
+2 04458 069.7116 123.2358 0021512 193.4656 166.6478 15.75995275371152
+1 04468U 69082FM  14237.75525576  .00000149  00000-0  17383-3 0   277
+2 04468 070.0735 127.7912 0086297 049.2416 016.9617 13.84207042259145
+1 04478U 70055A   14238.87530161  .00000000  00000-0  10000-3 0  9993
+2 04478 004.1343 299.6967 0351381 162.9620 198.2418 01.02260242 78765
+1 04486U 70055B   14238.95276465  .00027922  00000-0  17409-2 0  9086
+2 04486 027.9791 317.8302 4785156 250.2049 053.4139 06.05179729530516
+1 04499U 68069G   14232.72108462 -.00000011  00000-0  22101-3 0  9168
+2 04499 101.9404 287.1929 0028915 054.6319 069.5741 12.51196492103565
+1 04507U 70067A   14238.15269689  .00000042  00000-0  46996-4 0  5024
+2 04507 089.8202 280.7784 0172074 000.6440 055.8931 13.50468760165539
+1 04512U 70070A   14236.93356844  .00000157  00000-0  70663-4 0  6473
+2 04512 098.8418 347.4521 0065855 147.6207 350.1631 14.34095574293346
+1 04513U 70070B   14237.01951596  .00000110  00000-0  56605-4 0  3228
+2 04513 098.9172 007.7322 0067120 247.5148 111.8919 14.32615909291988
+1 04515U 70067B   14238.11831660  .00000002  00000-0 -13581-4 0   366
+2 04515 089.8186 280.2421 0175969 061.2888 351.0624 13.49036645164256
+1 04519U 69082FW  14237.77892870  .00005359  00000-0  74032-3 0  3769
+2 04519 070.0559 145.5520 0030102 060.0309 007.8333 14.78344957362268
+1 04547U 69082GN  14236.38813992  .00000518  00000-0  23409-3 0  1799
+2 04547 069.9898 231.7141 0038563 010.1640 108.4652 14.27132181315653
+1 04552U 69082GT  14238.13188639  .00042978  00000-0  15850-2 0  3342
+2 04552 070.0099 253.6333 0009458 114.6026 307.8160 15.27538207365553
+1 04555U 66041F   14237.62128770  .00001421  00000-0  48236-3 0  1969
+2 04555 090.1465 352.3768 0051405 212.2525 212.8587 14.35593616803450
+1 04564U 70079A   14238.92269126  .00000023  00000-0  22264-4 0  9981
+2 04564 065.2787 207.0110 0074394 283.8836 075.4413 13.78393576209346
+1 04578U 70083A   14237.08325186  .00000115  00000-0  34561-4 0  5796
+2 04578 073.9982 068.1347 0002782 350.3722 148.8478 14.53408465318949
+1 04579U 70083B   14238.13870786  .00000086  00000-0  24244-4 0  9872
+2 04579 074.0019 254.1084 0009787 163.0144 255.6357 14.59714305325026
+1 04588U 70086A   14237.44133788  .00000094  00000-0  41686-4 0  2761
+2 04588 074.0569 205.6913 0014234 321.7800 173.9453 14.35725118294081
+1 04589U 70086B   14238.10666419  .00000191  00000-0  67374-4 0  2094
+2 04589 074.0603 055.1491 0020647 172.4229 327.8088 14.41060085299453
+1 04594U 70089A   14238.12186329  .00000435  00000-0  19904-3 0   131
+2 04594 062.9372 166.8508 0973180 033.0598 050.6071 12.94174478110393
+1 04597U 70089B   14237.79610894 -.00000051  00000-0  20906-4 0   483
+2 04597 062.9397 317.4757 0986489 037.1428 088.4850 12.94375354201544
+1 04598U 70091A   14237.05228771 -.00000003  00000-0  36177-4 0   760
+2 04598 062.8092 078.2437 0990381 057.6775 078.0349 12.95754386 68851
+1 04603U 70025F   14237.80841620  .00000087  00000-0  13193-3 0  9213
+2 04603 099.6195 207.6130 0023618 066.7935 049.1056 13.78167894197140
+1 04607U 70025K   14237.09874725  .00000044  00000-0  33441-3 0  3855
+2 04607 100.1805 099.1686 0618545 072.5223 044.6753 12.30096804991082
+1 04611U 70025P   14237.96443571  .00000257  00000-0  19263-3 0  8955
+2 04611 099.8199 202.8537 0138418 213.3196 179.5714 14.00010176251930
+1 04612U 70025Q   14237.85364366  .00000936  00000-0  68106-3 0  1067
+2 04612 099.7013 192.1771 0092920 084.9343 329.0255 13.96945719242025
+1 04613U 70025R   14236.69844891  .00001054  00000-0  54377-3 0  3941
+2 04613 098.9823 254.1829 0110669 277.7142 145.3668 14.14220915250165
+1 04614U 70025S   14236.46358948  .00000429  00000-0  40306-3 0  8903
+2 04614 100.0915 207.8844 0081337 235.7893 237.7817 13.86503584227677
+1 04615U 70025T   14236.44284523  .00000130  00000-0  20104-3 0  1297
+2 04615 100.2174 054.2620 0060412 243.8859 177.3623 13.70502115211686
+1 04616U 70089C   14238.13335081  .00000342  00000-0  33583-3 0  1876
+2 04616 062.8146 217.4259 0945441 330.1474 106.2694 12.69220483 14296
+1 04617U 70089D   14237.47933021  .00001298  00000-0  30895-3 0  7826
+2 04617 062.9155 241.8167 0453270 191.9361 252.1538 14.10264102155545
+1 04621U 70089H   14236.43692230  .00002584  00000-0  73889-3 0  7188
+2 04621 062.9152 079.6874 0772573 130.2786 308.7258 13.42945385100120
+1 04628U 70091H   14236.12316175  .00001440  00000-0  37323-3 0  4118
+2 04628 062.7796 149.7507 0465546 301.5750 154.7028 14.04331484151256
+1 04629U 70091J   14237.29897117  .00000072  00000-0  75388-4 0   556
+2 04629 062.8610 125.9920 0912341 319.1723 136.7936 13.00315952 68121
+1 04630U 70093A   14238.46785230  .00000000  00000-0  10000-3 0  1441
+2 04630 007.5302 139.5844 1375036 075.2116 299.5430 01.20215371191974
+1 04632U 70093B   14235.59785187 -.00000140  00000-0  00000+0 0  3088
+2 04632 007.5308 139.1677 1381493 075.3178 104.4789 01.20232431 90509
+1 04634U 70091L   14237.14435170  .00000469  00000-0  15723-3 0  2157
+2 04634 062.8087 176.8227 0557889 210.8946 265.8602 13.84774026143712
+1 04635U 70091M   14237.84611260  .00000122  00000-0  71890-4 0  6003
+2 04635 062.8085 017.7660 0964459 083.2099 356.3084 13.03183868 78931
+1 04636U 70025U   14235.99458587  .00000070  00000-0  14064-3 0  6434
+2 04636 100.0052 016.6628 0033418 269.3033 207.2296 13.67288334205418
+1 04637U 70025V   14236.79448715  .00000193  00000-0  30310-3 0  5444
+2 04637 099.6884 159.8196 0025751 077.5316 342.1169 13.62991972199895
+1 04638U 70025W   14237.42073399  .00007010  00000-0  22819-2 0  5234
+2 04638 099.9971 132.6838 0024637 076.7976 338.9507 14.38939127231033
+1 04639U 70025X   14236.95580164  .00000070  00000-0  22519-3 0  6794
+2 04639 099.8236 016.6789 0113404 295.1648 183.1598 13.32188458155128
+1 04640U 70025Y   14237.37749111  .00000229  00000-0  50645-3 0  3639
+2 04640 099.7036 073.9755 0121392 295.8918 185.3413 13.36398765155867
+1 04643U 70025AB  14237.95238550  .00000071  00000-0  17181-3 0  3370
+2 04643 099.8160 135.5111 0009981 227.4362 195.4641 13.53858103188376
+1 04644U 70025AC  14238.13717384  .00000227  00000-0  37790-3 0  5541
+2 04644 099.9403 103.9573 0014137 358.2753 123.3866 13.58079627191784
+1 04645U 70025AD  14238.14019858 -.00000110  00000-0 -23540-3 0  1978
+2 04645 099.9341 344.0071 0329591 039.7598 076.0804 12.85765628 81470
+1 04648U 70025AG  14237.78945136  .00022420  00000-0  11903-2 0  6708
+2 04648 099.7576 193.2828 0041763 111.4823 249.0862 15.14604764331074
+1 04649U 70025AH  14238.10685434  .00004461  00000-0  75764-3 0  4965
+2 04649 099.8766 287.7904 0098458 123.2288 290.8603 14.66679515310290
+1 04650U 70025AJ  14237.06933157  .00000466  00000-0  30606-3 0   456
+2 04650 099.8761 278.2191 0122774 295.8071 063.0469 14.04190230251619
+1 04651U 70025AK  14237.47378850  .00000693  00000-0  55761-3 0  1301
+2 04651 100.1658 044.9353 0051043 352.9044 071.1719 13.94042587233767
+1 04652U 70025AL  14235.96765524  .00000410  00000-0  41235-3 0  5078
+2 04652 099.6749 227.0695 0034065 131.8839 284.0708 13.83534179219842
+1 04653U 70025AM  14238.10328201  .00001596  00000-0  74636-3 0  8626
+2 04653 100.0139 178.5040 0027423 230.0350 252.0183 14.21847484249661
+1 04654U 70025AN  14239.01004853  .00001072  00000-0  70776-3 0  7340
+2 04654 100.0521 251.2210 0032310 194.5246 165.5458 14.01388953234266
+1 04655U 70025AP  14237.67293222 -.00000029  00000-0  23252-4 0  9950
+2 04655 099.9948 125.0554 0054367 272.7726 142.3497 13.67394962208448
+1 04656U 70025AQ  14237.78160240  .00000254  00000-0  36001-3 0  8128
+2 04656 099.5529 149.0584 0020866 258.0830 170.5662 13.66431682204341
+1 04657U 70025AR  14237.97305523  .00000178  00000-0  26467-3 0   442
+2 04657 100.1059 195.4604 0015596 167.1498 234.2555 13.68358747204713
+1 04658U 70025AS  14237.88280939  .00001876  00000-0  15944-2 0  3015
+2 04658 099.9464 193.4599 0031352 087.3889 337.0325 13.88570003218507
+1 04659U 70025AT  14237.14670513  .00000783  00000-0  76494-3 0  6125
+2 04659 100.0957 313.4553 0009249 355.2140 004.8921 13.82827613211162
+1 04665U 70091S   14236.46095029  .00001236  00000-0  28998-3 0  1329
+2 04665 062.5328 217.3343 0822096 106.1644 342.7057 13.42417886 72057
+1 04667U 70089K   14237.11053043  .00001063  00000-0  31678-3 0  9203
+2 04667 062.9305 282.1861 0758989 058.8696 028.4015 13.46511256105208
+1 04668U 70089L   14236.24930679 -.00000024  00000-0  37556-4 0  1588
+2 04668 062.9786 151.0234 0943282 321.7928 109.2091 12.86182442 54919
+1 04672U 70025AV  14235.72378061  .00000170  00000-0  31618-3 0  9116
+2 04672 099.7604 138.9219 0039929 081.7224 296.6221 13.53758542185684
+1 04673U 70025AW  14237.69850748  .00029370  00000-0  43361-2 0  7569
+2 04673 099.0413 020.7023 0049678 151.8706 332.9766 14.74360682250514
+1 04675U 70025AY  14236.78752957 -.00000003  00000-0  66649-4 0  4020
+2 04675 099.9966 130.8895 0000696 170.3848 231.1460 13.51131812187524
+1 04676U 70025AZ  14237.99714359  .00000004  00000-0  72300-4 0  2398
+2 04676 099.9014 150.7214 0003921 218.3722 205.7979 13.54424748190907
+1 04677U 70025BA  14237.91157869  .00000079  00000-0  17661-3 0  5908
+2 04677 100.0791 202.4788 0011163 067.3923 357.0008 13.57160765193745
+1 04679U 70025BC  14237.78115949  .00000376  00000-0  51954-3 0  6227
+2 04679 100.0648 158.7486 0016931 254.0727 170.2877 13.65430549201491
+1 04681U 70025BE  14236.38400404 -.00000233  00000-0 -50339-3 0  2820
+2 04681 099.8633 016.9730 0240105 218.8258 200.8547 13.07091919111684
+1 04682U 70025BF  14238.13688229  .00000121  00000-0  36511-3 0  3954
+2 04682 099.7471 074.0825 0151057 260.5179 211.5799 13.22905430137930
+1 04683U 70025BG  14238.08012073  .00000161  00000-0  40299-3 0    02
+2 04683 100.1936 167.5152 0123339 178.2110 303.7979 13.32966148152954
+1 04685U 70025BJ  14236.87222885  .00000173  00000-0  31929-3 0  4505
+2 04685 099.9669 180.7275 0053966 158.3170 271.3070 13.54190067185142
+1 04686U 70025BK  14237.87049890  .00000179  00000-0  32752-3 0  4196
+2 04686 100.2628 108.9580 0035490 282.9119 138.2219 13.55382513186499
+1 04687U 70025BL  14237.68454086  .00000113  00000-0  24689-3 0  1525
+2 04687 099.7448 132.8830 0026838 251.3609 172.9561 13.49898085182531
+1 04688U 70025BM  14237.12295434 -.00000045  00000-0  23602-5 0  9153
+2 04688 100.0816 177.2783 0022896 062.0758 055.4867 13.52136901184889
+1 04689U 70025BN  14237.28453648  .00000171  00000-0  31097-3 0   429
+2 04689 099.7459 140.4408 0072076 059.8966 058.6586 13.54190181186655
+1 04698U 70089Q   14236.41665337  .00000391  00000-0  31768-3 0  3458
+2 04698 063.1329 283.9872 0609678 220.2894 239.7372 13.36742316 95772
+1 04699U 70089R   14237.84625237  .00008501  00000-0  13080-2 0  8342
+2 04699 062.9424 002.5617 0573980 087.6966 356.2899 14.00866074 97882
+1 04705U 70025BT  14237.90370315  .00000263  00000-0  44180-3 0  5149
+2 04705 100.1046 209.4342 0045354 135.6859 279.5800 13.55835658185736
+1 04706U 70025BU  14236.66080512  .00000015  00000-0  10259-3 0  5717
+2 04706 100.0789 124.6082 0034579 146.4158 269.0646 13.45286668177630
+1 04708U 70025BW  14237.78141431  .00000847  00000-0  88166-3 0  5402
+2 04708 100.0336 341.8483 0073624 122.8663 003.0194 13.77544508199960
+1 04709U 70025BX  14238.10276501  .00001604  00000-0  54049-3 0  1778
+2 04709 100.0576 064.3560 0103389 243.1972 236.0560 14.35860128281727
+1 04710U 70025BY  14237.67369525  .00000113  00000-0  23340-3 0  7882
+2 04710 100.0273 122.8293 0005774 052.6539 003.3282 13.54355585189759
+1 04711U 70089S   14236.76927336  .00000544  00000-0  29504-3 0  7372
+2 04711 063.1439 071.0354 0745626 190.7015 270.4989 13.28626513 99558
+1 04712U 70091T   14237.96612804  .00000527  00000-0  18842-3 0  9499
+2 04712 062.7947 162.0493 0533873 267.1892 169.7811 13.85223033143528
+1 04715U 70025BZ  14237.11537539 -.00000259  00000-0 -19706-3 0  8984
+2 04715 099.4002 310.3579 0037020 048.9987 013.5498 13.82312563218216
+1 04716U 70025CA  14238.10468089  .00000926  00000-0  73605-3 0  7142
+2 04716 099.9774 309.2287 0006782 355.0268 091.3040 13.94210650223070
+1 04717U 70025CB  14237.31958381  .00000073  00000-0  17488-3 0  6187
+2 04717 099.9553 160.9870 0003830 073.4038 051.2738 13.53939143189927
+1 04718U 70025CC  14237.92282571  .00000076  00000-0  83506-4 0  1448
+2 04718 100.0537 213.4755 0099272 234.0145 181.5371 14.00330527250179
+1 04719U 70025CD  14238.07285892  .00000233  00000-0  20554-3 0  5100
+2 04719 099.9919 261.6182 0127019 126.5574 296.8970 13.92508994242127
+1 04720U 70025CE  14238.09165215  .00000441  00000-0  33051-3 0  1585
+2 04720 100.0365 080.1244 0094094 320.8730 158.6834 13.98719297247057
+1 04723U 70091U   14238.11283685  .00017755  00000-0  16146-2 0  9855
+2 04723 062.7396 056.8753 0347233 081.7569 023.3667 14.59033495193602
+1 04724U 70091V   14236.10899255  .00000329  00000-0  12664-3 0  1313
+2 04724 062.7960 102.8695 0494175 271.9394 251.7364 13.94202887153961
+1 04727U 70091Y   14235.37863922  .00000493  00000-0  14873-3 0  5675
+2 04727 062.6955 238.4199 0536567 193.9859 164.5818 13.92671086148275
+1 04728U 70091Z   14237.10810367  .00000357  00000-0  14757-3 0  9511
+2 04728 062.8971 193.0664 0739802 174.5716 186.3925 13.45073778 95097
+1 04733U 70025CG  14237.42474257  .00001285  00000-0  34184-3 0  9194
+2 04733 099.8726 155.0342 0129283 312.0747 139.8124 14.46015706299720
+1 04734U 70025CH  14238.14095558  .00000187  00000-0  21334-3 0  5681
+2 04734 100.1491 284.3221 0084294 017.0114 051.7292 13.82635479226407
+1 04735U 70025CJ  14237.78620568  .00002147  00000-0  71364-3 0  8236
+2 04735 099.6729 275.7776 0062197 206.7620 217.2408 14.37861285270167
+1 04736U 70025CK  14237.70324521  .00001149  00000-0  81505-3 0   847
+2 04736 100.0522 129.4359 0098473 191.8588 168.0251 13.97800199243476
+1 04737U 70025CL  14237.67535356  .00001517  00000-0  94114-3 0  4296
+2 04737 099.0501 120.2810 0039820 040.4645 319.9472 14.06257589238225
+1 04738U 70025CM  14237.05829881  .00001208  00000-0  82194-3 0  3952
+2 04738 100.1145 042.0513 0053537 022.8073 096.5221 14.01631143234183
+1 04739U 70025CN  14237.59146773  .00000879  00000-0  80373-3 0  2021
+2 04739 099.9458 106.6464 0002272 343.0925 079.6722 13.86279853215064
+1 04741U 70025CQ  14236.66374299  .00000003  00000-0  20650-3 0  1331
+2 04741 100.2735 118.1628 0789566 311.1718 099.1219 11.93880050934648
+1 04742U 70025CR  14237.03413288  .00000063  00000-0  16248-3 0  7303
+2 04742 099.9337 164.4092 0019696 326.4590 096.3536 13.53154035186776
+1 04743U 70025CS  14236.49090813  .00000077  00000-0  17603-3 0  7657
+2 04743 099.9132 176.7353 0032626 229.0370 246.4390 13.55887678188358
+1 04744U 70025CT  14237.34812503  .00000119  00000-0  23658-3 0  6609
+2 04744 099.9979 128.4542 0016402 127.9944 342.5432 13.55816311190904
+1 04745U 70025CU  14237.70550889  .00000842  00000-0  74134-3 0  4916
+2 04745 100.0694 135.6899 0027268 182.1137 232.9805 13.88508063221524
+1 04746U 70025CV  14237.92373038  .00007861  00000-0  21053-2 0  4863
+2 04746 100.0113 233.7809 0012348 081.8693 339.4448 14.48514207253533
+1 04748U 70025CW  14237.81915466  .00000251  00000-0  39113-3 0  2760
+2 04748 100.1054 219.8911 0006618 117.4758 317.9594 13.61562186195946
+1 04749U 70025CX  14237.67370836  .00000316  00000-0  36049-3 0  4692
+2 04749 099.3819 126.5642 0014337 315.8025 098.4674 13.77660241208479
+1 04751U 70025CZ  14238.14414149  .00000900  00000-0  92161-3 0  7974
+2 04751 100.1085 313.9475 0004661 057.6269 359.6582 13.79550285209923
+1 04752U 70025DA  14238.14994693  .00001120  00000-0  79306-3 0  6095
+2 04752 099.8921 293.3460 0022470 254.1067 163.9737 14.00114541228600
+1 04753U 70025DB  14237.12538569  .00000562  00000-0  61717-3 0  8323
+2 04753 100.0475 060.7320 0005949 322.4109 153.7242 13.77191113208260
+1 04754U 70025DC  14237.43595579  .00002811  00000-0  17846-2 0  7558
+2 04754 099.6108 176.1226 0024845 015.1491 106.7687 14.04589427224629
+1 04755U 70025DD  14237.35347521  .00000784  00000-0  73784-3 0  4617
+2 04755 100.1365 007.6429 0006605 123.8604 291.1625 13.85028692212025
+1 04756U 70025DE  14237.72850875  .00000043  00000-0  14317-3 0  9845
+2 04756 100.0614 140.3690 0026863 253.3295 168.6807 13.48435645181068
+1 04757U 70025DF  14237.47577811  .00000222  00000-0  35249-3 0  5857
+2 04757 099.8011 115.3330 0011890 255.2479 228.5045 13.61017984193900
+1 04759U 70025DH  14237.28877074  .00000498  00000-0  61644-3 0   669
+2 04759 099.9716 353.3832 0003476 129.7195 283.8319 13.70516624203878
+1 04764U 70025DJ  14236.83124781  .00001169  00000-0  80520-3 0  5200
+2 04764 099.4983 333.2633 0056302 194.7357 293.9231 14.00742648217825
+1 04765U 70025DK  14238.03167321  .00002739  00000-0  79803-3 0  1798
+2 04765 099.5851 347.6687 0072417 342.7509 070.8197 14.43647011280950
+1 04766U 70025DL  14236.59952338  .00000007  00000-0  79526-4 0  2888
+2 04766 100.1898 255.0582 0008764 230.8175 251.1453 13.55155140192519
+1 04767U 70025DM  14235.66384440  .00000188  00000-0  26181-3 0   942
+2 04767 099.9965 105.4007 0053306 094.8901 335.8579 13.70921893210925
+1 04768U 70025DN  14237.14286656  .00000141  00000-0  21835-3 0  9699
+2 04768 100.1089 342.3399 0032217 129.4286 306.8137 13.69147658207632
+1 04769U 70025DP  14237.31045733  .00004895  00000-0  13113-2 0   564
+2 04769 099.6120 355.8408 0057086 185.6872 235.5181 14.47794430243110
+1 04772U 70025DS  14237.80721302  .00000380  00000-0  91393-3 0  9544
+2 04772 099.7231 230.9929 0178730 070.1857 050.1566 13.23166005131488
+1 04773U 70025DT  14237.79508678  .00000594  00000-0  93500-3 0  5389
+2 04773 099.8603 163.2370 0030766 139.5793 279.9533 13.54344446184165
+1 04774U 70025DU  14236.48224466  .00000859  00000-0  97565-3 0  8297
+2 04774 099.7676 195.5724 0047038 115.5271 007.9677 13.72821113197030
+1 04776U 70025DW  14237.11709557  .00000819  00000-0  71483-3 0   298
+2 04776 100.1336 083.7840 0018849 237.1476 248.8388 13.89235335137992
+1 04777U 70025DX  14237.41437490  .00001092  00000-0  10774-2 0  4378
+2 04777 099.9682 022.4067 0009108 188.6643 234.9976 13.81130562209905
+1 04778U 70025DY  14237.76108346  .00000112  00000-0  23184-3 0  9694
+2 04778 099.8699 173.5485 0034781 290.2582 132.5998 13.54091511187971
+1 04783U 70102A   14237.75156407  .00000017  00000-0  41471-4 0  8868
+2 04783 074.0348 327.0569 0030966 213.0830 262.6612 13.74687303193520
+1 04784U 70102B   14237.65812013 -.00000079  00000-0 -57801-4 0  5401
+2 04784 074.0281 253.6252 0025314 133.5772 005.7640 13.76529657196048
+1 04786U 70103A   14235.78164101 -.00000025  00000-0  00000+0 0  6016
+2 04786 055.8649 084.5235 1336619 031.1537 031.3535 08.42042814345128
+1 04789U 70103B   14236.13924683 -.00000083  00000-0 -23553-2 0  6676
+2 04789 051.5816 227.8351 1798705 005.7838 056.9183 09.06803858448557
+1 04790U 70103C   14239.17830368 -.00002464  00000-0  10000-3 0  5667
+2 04790 051.5731 356.8185 1784022 269.0307 070.6903 09.05028930445993
+1 04793U 70106A   14238.19135009 -.00000054  00000-0 -47768-4 0  1251
+2 04793 101.9589 285.7794 0032239 067.6691 336.9829 12.53965224   564
+1 04794U 70106B   14236.23964502 -.00000057  00000-0 -69378-4 0  7691
+2 04794 101.8806 292.8315 0037428 090.8718 310.3183 12.53225818391310
+1 04799U 70108A   14237.82152566  .00000016  00000-0  39466-4 0   526
+2 04799 074.0239 014.0964 0003604 188.1688 281.5385 13.76692231195561
+1 04800U 70108B   14236.45441673  .00000036  00000-0  58279-4 0  7215
+2 04800 074.0215 301.5155 0009889 235.4149 124.6040 13.78572650197957
+1 04814U 70113B   14237.76608893  .00005557  00000-0  22588-3 0  5461
+2 04814 081.1498 171.9333 0031838 343.5784 016.4414 15.23895365377592
+1 04818U 70025DZ  14236.52492627 -.00000301  00000-0 -65013-3 0   454
+2 04818 099.7759 069.0448 0264199 051.4196 002.9564 13.08587959115645
+1 04819U 70025EA  14237.77767792  .00001841  00000-0  10787-2 0  9062
+2 04819 100.0915 324.5641 0047185 237.1506 237.5356 14.09214730233240
+1 04820U 70025EB  14237.74927373  .00005325  00000-0  25014-2 0  7837
+2 04820 099.7008 347.7971 0029430 348.7618 011.2895 14.20292067225932
+1 04821U 70025EC  14237.60727119 -.00000002  00000-0  60808-4 0  6197
+2 04821 099.7998 160.2472 0008922 169.7991 312.9497 13.56929777191230
+1 04822U 70025ED  14237.79244822  .00001923  00000-0  13363-2 0  1530
+2 04822 099.3628 193.7655 0063382 108.1462 313.9809 13.99120955184926
+1 04823U 70089T   14237.93712950  .00000264  00000-0  25701-3 0  1198
+2 04823 063.0094 046.5459 0992032 076.3391 294.5941 12.63362159  9346
+1 04841U 68055D   14236.50857139  .00000012  00000-0  93809-4 0  1072
+2 04841 120.7428 182.0769 2683715 156.8721 330.6419 09.28323127 28157
+1 04842U 70025EE  14237.46527313 -.00002249  00000-0 -16670-2 0  4716
+2 04842 099.9192 179.7621 0012791 258.4195 214.3747 13.93811538219952
+1 04843U 67034E   14237.32901848  .00000057  00000-0  74227-4 0  4770
+2 04843 090.3933 329.6470 0028856 044.9271 349.3301 13.51674777691192
+1 04851U 70025EF  14237.38362918  .00007396  00000-0  19019-2 0  2843
+2 04851 099.8756 255.9185 0007850 183.6865 291.9333 14.50499469248753
+1 04852U 70025EG  14237.35902081  .00006930  00000-0  15402-2 0  4322
+2 04852 099.6900 005.7260 0024915 211.7031 210.6474 14.57203154271084
+1 04853U 70025EH  14237.60375360  .00008876  00000-0  14240-2 0  2299
+2 04853 099.7007 103.2701 0027369 246.3494 166.8333 14.71726651277485
+1 04854U 70025EJ  14235.69380296  .00000077  00000-0  17494-3 0  1515
+2 04854 099.7498 135.2363 0016182 244.0351 170.6919 13.55361243187977
+1 04855U 70025EK  14236.21414368  .00000251  00000-0  33740-3 0  2082
+2 04855 099.9191 323.0379 0015236 275.2554 138.9950 13.70411387205733
+1 04856U 70025EL  14238.10688899  .00000585  00000-0  34232-3 0  6378
+2 04856 099.7344 311.7875 0159156 232.5489 242.7427 14.06637520263994
+1 04857U 70025EM  14237.89994663  .00001316  00000-0  73707-3 0  2776
+2 04857 099.7635 016.3197 0056952 198.1557 291.1347 14.11899603212830
+1 04859U 70025EP  14237.48201032  .00000268  00000-0  44052-3 0  9508
+2 04859 099.9728 198.0633 0047188 257.5953 229.3656 13.56866287182473
+1 04861U 70025ER  14237.50786845  .00007133  00000-0  13876-2 0  4809
+2 04861 099.7279 078.7182 0026042 071.5638 345.7382 14.63268168274483
+1 04864U 70025EU  14236.78446509  .00000118  00000-0  25668-3 0  8668
+2 04864 099.5314 161.3470 0047689 100.0887 315.9725 13.48212840179793
+1 04867U 70025EX  14238.03614138  .00000528  00000-0  37609-3 0  7264
+2 04867 099.6932 254.7856 0136581 264.5132 094.0437 13.98081725251895
+1 04868U 70025EY  14237.33173039  .00000778  00000-0  62156-3 0  2141
+2 04868 099.7051 002.9882 0060123 104.3891 309.9758 13.93443434233676
+1 04871U 70025FB  14238.11518111  .00007565  00000-0  15335-2 0  2648
+2 04871 099.7256 105.2284 0023790 097.6982 262.6917 14.61407708274479
+1 04881U 71006A   14231.82436668  .00000025  00000-0  00000+0 0  3865
+2 04881 013.3542 328.2821 0008530 323.5680 029.6183 00.98835373 78932
+1 04882U 71006B   14238.19903301  .00000007  00000-0  14934-3 0  3401
+2 04882 027.5805 208.9339 7179951 299.3167 008.1070 02.20658558351131
+1 04895U 69082HE  14238.13791971  .00000491  00000-0  19298-3 0   882
+2 04895 070.1745 143.3715 0047681 313.3771 162.6080 14.34226687324046
+1 04902U 71009A   14238.24690477  .00000000  00000-0  10000-3 0   893
+2 04902 010.5768 318.0468 0006335 146.7398 213.3767 01.00268408 75391
+1 04903U 71009B   14239.14703848  .00005684  00000-0  11806-2 0  9628
+2 04903 025.3403 194.7152 6145778 103.7450 327.8740 03.82469363423208
+1 04907U 65082SV  14229.73162925  .00000265  00000-0  51094-4 0  8359
+2 04907 032.4870 093.6889 0049913 164.4837 250.6935 14.56454047587200
+1 04910U 70025FG  14237.63668438  .00001993  00000-0  15239-2 0  6484
+2 04910 099.4435 116.1723 0116619 225.2891 188.5975 13.91527717202712
+1 04911U 70025FH  14237.93697575  .00001262  00000-0  64225-3 0  7909
+2 04911 099.9823 221.7909 0075846 038.4741 015.0217 14.16516296259546
+1 04912U 70025FJ  14238.04073306  .00001016  00000-0  60144-3 0  5353
+2 04912 099.7606 265.0894 0044650 001.0401 051.6800 14.09807333244563
+1 04913U 70025FK  14237.76464008  .00000393  00000-0  28844-3 0  7412
+2 04913 099.8709 296.8104 0137579 260.6562 215.2285 13.98110369251251
+1 04914U 70025FL  14238.10977948 -.00000687  00000-0 -87912-3 0  7334
+2 04914 099.4304 293.2527 0087344 066.9255 346.9300 13.57467712188755
+1 04917U 70025FP  14236.78881822  .00011755  00000-0  19084-2 0  2643
+2 04917 099.7084 163.9658 0024638 287.5926 072.2584 14.71149701278156
+1 04918U 70025FQ  14236.79413192  .00000161  00000-0  41852-3 0  6288
+2 04918 099.5202 318.6873 0163380 350.0282 125.3723 13.26969356141748
+1 04919U 70025FR  14237.63746995  .00001003  00000-0  64541-3 0  6605
+2 04919 100.0777 117.4856 0046351 276.8013 138.4752 14.05399993242410
+1 04920U 70025FS  14237.81271896  .00000332  00000-0  59783-3 0  4930
+2 04920 099.4557 322.0793 0090872 353.9717 121.7501 13.47343910172702
+1 04921U 70025FT  14237.10555854  .00001394  00000-0  62296-3 0  5801
+2 04921 099.7269 180.0008 0059417 126.1314 356.5202 14.23631737258310
+1 04922U 71010A   14238.61589786  .00001494  00000-0  57114-4 0  4078
+2 04922 065.8294 321.3384 0014465 335.3306 024.7652 15.26255576396794
+1 04928U 70025FU  14237.31825057  .00000354  00000-0  13333-2 0  3211
+2 04928 099.7382 001.1697 0435621 292.7561 117.6440 12.70866790 50891
+1 04929U 70025FV  14237.72953137 -.00000236  00000-0 -73168-3 0  8835
+2 04929 099.6981 147.7784 0457088 303.0911 109.8901 12.63217095 39999
+1 04932U 70025FY  14237.28850690  .00001209  00000-0  11410-2 0  5365
+2 04932 099.7675 344.4810 0035197 206.5571 208.6126 13.83183882204879
+1 04934U 70025GA  14237.93320058  .00000348  00000-0  44434-3 0  7312
+2 04934 100.0732 097.8575 0007424 029.6687 090.4463 13.70943364205161
+1 04935U 70025GB  14236.47562625  .00000311  00000-0  32917-3 0  7390
+2 04935 099.9143 087.0868 0066769 130.2979 346.8193 13.82027328220688
+1 04938U 69082HJ  14238.08562057  .00002383  00000-0  53968-3 0  6065
+2 04938 070.1365 222.8235 0030507 340.1925 091.1058 14.57071939341638
+1 04941U 70091AJ  14237.45226220  .00029042  00000-0  15069-2 0  9209
+2 04941 062.7420 030.8243 0231529 080.0846 018.4220 14.95764902202344
+1 04942U 70091AK  14236.58291817  .00000051  00000-0  87713-4 0  5041
+2 04942 063.0869 298.2537 0869963 340.1463 081.8481 12.93098197 57259
+1 04943U 70025GD  14237.45672425  .00000253  00000-0  73925-3 0  3113
+2 04943 099.6532 194.8155 0230199 097.8851 027.1436 13.09335965117388
+1 04945U 70025GF  14235.95681515  .00001171  00000-0  11329-2 0  1216
+2 04945 099.8548 359.4733 0102773 264.6360 216.9332 13.79779861198134
+1 04946U 70025GG  14236.43875029  .00000468  00000-0  52782-3 0  4632
+2 04946 099.6976 200.7160 0019701 051.4847 069.4576 13.76126228208919
+1 04948U 70025GJ  14237.97274326  .00000639  00000-0  10039-2 0  2453
+2 04948 099.4311 235.7888 0217901 087.4887 327.9344 13.44755354157755
+1 04950U 70025GL  14237.46656723  .00000219  00000-0  66717-3 0  3141
+2 04950 099.7377 063.7212 0221329 249.0580 164.7721 13.09354744119199
+1 04951U 70025GM  14237.03320840  .00000080  00000-0  17200-3 0  1207
+2 04951 100.1506 030.8164 0018205 069.8270 043.8809 13.59579132196311
+1 04952U 71011A   14237.77631544  .00000079  00000-0  18955-4 0  7822
+2 04952 029.6678 070.6330 0079628 067.3745 359.3495 13.58425910162075
+1 04953U 71012A   14237.01739980  .00000124  00000-0  53080-4 0  3605
+2 04953 098.4476 022.6222 0038434 005.8917 104.6541 14.39727288278064
+1 04954U 71012B   14237.56090897  .00000165  00000-0  69217-4 0  2369
+2 04954 098.6206 042.3862 0038477 135.7209 266.1851 14.37734032276161
+1 04964U 71015A   14238.49918142  .00000072  00000-0  34143-4 0   251
+2 04964 065.7220 267.6189 1028281 170.3104 191.9972 12.74021229 20767
+1 04968U 70025GN  14236.99412549  .00000099  00000-0  19399-3 0  5257
+2 04968 100.1558 037.4514 0019679 355.5135 121.1912 13.60940153197828
+1 04970U 70025GQ  14237.29846920  .00000225  00000-0  37785-3 0  9061
+2 04970 099.7404 151.2281 0035985 249.1126 234.3847 13.57016947189473
+1 04971U 70025GR  14237.53801975  .00000097  00000-0  44562-3 0  2803
+2 04971 099.8606 233.3104 0345282 306.7127 172.1811 12.83021522 74634
+1 04973U 70025GT  14238.09219472  .00000724  00000-0  54184-3 0  8750
+2 04973 100.0270 273.0832 0084509 010.7516 047.6800 13.96795670236779
+1 04977U 70025GX  14236.02146583  .00000002  00000-0  76106-4 0  8306
+2 04977 100.2529 246.3675 0020731 060.7325 355.0077 13.51784357187240
+1 04979U 70025GZ  14237.12254293  .00000058  00000-0  14354-3 0  2769
+2 04979 100.0233 306.1173 0013135 069.5802 351.4345 13.58697790195975
+1 04980U 70025HA  14237.27885271  .00000154  00000-0  26681-3 0  3543
+2 04980 099.6749 134.5313 0008743 336.7798 140.1284 13.59888857193962
+1 04982U 70025HC  14236.82813407  .00000107  00000-0  27204-3 0  8474
+2 04982 099.8339 338.5439 0079550 007.3056 109.5635 13.39694806165851
+1 04986U 70025HG  14236.26450847  .00000032  00000-0  13513-3 0  4540
+2 04986 100.0263 138.4871 0054857 121.5077 001.2928 13.42196621171900
+1 04987U 70025HH  14238.13675352  .00000007  00000-0  79024-4 0  7577
+2 04987 099.6001 315.9947 0039799 076.7190 345.8915 13.48433410182018
+1 04988U 70025HJ  14237.09755299  .00000256  00000-0  38509-3 0  9021
+2 04988 100.0521 063.1810 0016039 015.7795 109.8969 13.63408811195655
+1 04989U 70025HK  14237.00615670  .00000803  00000-0  10465-2 0   154
+2 04989 099.6655 040.7209 0132300 026.0589 090.2980 13.61435744172706
+1 04990U 70025HL  14238.11741196  .00000661  00000-0  55617-3 0  3639
+2 04990 100.0089 306.0079 0061494 002.7153 056.8179 13.91279675218927
+1 04991U 70025HM  14237.16228946 -.00000021  00000-0  38912-4 0  2907
+2 04991 100.0892 297.1049 0019938 277.7215 144.0005 13.53277063191156
+1 04992U 70025HN  14236.09954278  .00000072  00000-0  16070-3 0  5338
+2 04992 100.0692 282.0404 0014266 330.4264 083.0024 13.59582334196742
+1 04993U 70025HP  14237.90965227  .00000515  00000-0  40621-3 0  7238
+2 04993 100.2039 213.5466 0094705 245.8968 169.5664 13.95124248236924
+1 04996U 70025HS  14237.60096623  .00001494  00000-0  11599-2 0  9749
+2 04996 100.3563 100.8268 0084364 295.8839 117.2686 13.92878973215389
+1 04997U 70025HT  14237.61526253  .00000894  00000-0  72344-3 0  4304
+2 04997 099.9528 103.8474 0050263 103.7225 312.1334 13.92680564233241
+1 04998U 70025HU  14236.74872306 -.00000020  00000-0  38727-4 0  3614
+2 04998 099.9155 140.4257 0008871 299.6692 129.8660 13.52732418190187
+1 05000U 70025HW  14238.14871135  .00000723  00000-0  24203-2 0  1624
+2 05000 099.7999 336.8340 0500149 236.7418 191.1661 12.67336701 45174
+1 05010U 71015D   14236.44938456  .00001872  00000-0  64199-3 0  8729
+2 05010 065.8466 284.7566 0718666 184.9138 288.2048 13.46489424 64635
+1 05011U 71015E   14236.30323832  .00002560  00000-0  62054-3 0  2403
+2 05011 065.6734 290.6183 0553618 300.6385 145.3211 13.89453497115896
+1 05012U 71015F   14238.72585595  .00003248  00000-0  73256-3 0  1249
+2 05012 065.7493 111.5884 0569541 206.1970 150.9694 13.87490434 94344
+1 05013U 71015G   14238.51129310  .00003009  00000-0  11836-2 0  9750
+2 05013 065.7916 034.5430 0890241 194.2390 163.2415 13.07264633 39498
+1 05014U 71015H   14238.78919668  .00004151  00000-0  12330-2 0  1428
+2 05014 065.5903 239.1033 0666327 006.5495 354.4200 13.59545051 86123
+1 05015U 71015J   14238.71130218  .00000989  00000-0  33141-3 0  1045
+2 05015 065.7102 212.1181 0704619 129.7081 236.8762 13.47935238 81115
+1 05016U 71015K   14238.66009218  .00001325  00000-0  41188-3 0  9071
+2 05016 065.8217 327.2249 0742513 324.1588 031.2166 13.43744572 70944
+1 05017U 71015L   14238.11144463  .00000402  00000-0  16877-3 0  7816
+2 05017 065.7148 162.0794 0788979 244.7734 217.5185 13.32171025 62882
+1 05018U 71015M   14238.80006499  .00000231  00000-0  11035-3 0  9733
+2 05018 065.7152 359.6238 0999689 150.2043 216.0394 12.79331566 27493
+1 05019U 71015N   14238.86112303  .00006612  00000-0  15482-2 0  8201
+2 05019 065.6904 224.1714 0566786 315.0637 040.6286 13.86597310108526
+1 05020U 70089W   14236.82081802  .00002393  00000-0  65596-3 0  5139
+2 05020 062.9207 110.0656 0809320 104.1279 333.9015 13.37585601 99708
+1 05024U 70025HY  14237.43438402  .00000925  00000-0  48871-3 0  4699
+2 05024 099.8545 041.5515 0094456 210.4795 204.0668 14.14506759260882
+1 05025U 70025HZ  14236.37213373  .00000145  00000-0  30281-3 0  1158
+2 05025 099.9949 167.4651 0045487 110.9346 005.8893 13.48904639177572
+1 05026U 70025JA  14237.39074654  .00000586  00000-0  72705-3 0  4181
+2 05026 100.1802 161.8493 0033465 210.2424 264.9350 13.69504903193322
+1 05028U 70089Z   14236.39180917  .00002753  00000-0  13693-2 0  4337
+2 05028 063.2499 040.3977 0838401 159.5858 292.6081 13.09359989 59115
+1 05036U 70067C   14237.12031464  .00000842  00000-0  41210-3 0  5038
+2 05036 089.8769 305.9864 0024403 352.7976 091.2154 14.17034992243630
+1 05042U 71015P   14238.50830087  .00001676  00000-0  52991-3 0  2378
+2 05042 065.6213 032.5509 0681363 063.4028 303.5650 13.54436169 62990
+1 05050U 71020A   14235.96177606 -.00000066  00000-0  15346-4 0   343
+2 05050 065.8278 005.2132 0003703 282.1842 216.7614 13.72114417176159
+1 05051U 71020B   14238.87248157 -.00000025  00000-0  00000+0 0  7558
+2 05051 065.8160 171.6058 0043387 038.5268 321.9341 13.75716584180733
+1 05052U 71020C   14236.47861448 -.00000037  00000-0  47084-4 0  3701
+2 05052 065.8224 327.2236 0005161 255.6154 182.3843 13.73258823176956
+1 05060U 70025JE  14237.63132134  .00000403  00000-0  22172-3 0  1452
+2 05060 100.0118 109.2629 0155165 074.7794 287.0472 14.12099379268139
+1 05061U 70025JF  14238.12460319  .00008839  00000-0  14269-2 0  3817
+2 05061 099.6939 102.5533 0019207 241.6663 241.6358 14.71580115277395
+1 05063U 70025JH  14237.96304729  .00004105  00000-0  18169-2 0  3659
+2 05063 099.8640 324.2524 0018847 168.7656 282.6772 14.23719875232920
+1 05066U 70025JL  14238.08443204  .00000287  00000-0  24130-3 0   760
+2 05066 099.9183 075.2189 0068830 162.5403 321.5384 13.96049646238036
+1 05067U 70025JM  14237.13420176  .00000166  00000-0  27423-3 0  3700
+2 05067 100.0347 294.7034 0005527 274.1977 147.8974 13.62750011197632
+1 05076U 70089AP  14238.09225817  .00000257  00000-0  12298-3 0  6912
+2 05076 062.7869 059.2201 1045462 071.6577 020.9733 12.83416212 41573
+1 05088U 71015Q   14236.50043237  .00000268  00000-0  13562-3 0  9058
+2 05088 065.7142 004.4920 0839795 333.3273 088.6176 13.18535744 56774
+1 05091U 71015S   14238.03504756  .00001403  00000-0  38523-3 0  4691
+2 05091 065.7190 020.6140 0602881 291.0761 169.1222 13.77158766105379
+1 05094U 71015U   14238.49090873  .00005554  00000-0  14239-2 0  8067
+2 05094 065.6919 011.5857 0540418 107.0514 259.0954 13.87868543 83641
+1 05097U 71015W   14238.82980387  .00001116  00000-0  39368-3 0  3230
+2 05097 065.7403 127.6955 0818400 215.7136 138.6869 13.24836839 64423
+1 05098U 71015X   14236.59156596  .00002126  00000-0  79154-3 0  4993
+2 05098 065.8392 318.4781 0766202 185.5093 293.6296 13.34258762 73517
+1 05103U 71015AC  14238.65288576  .00016500  00000-0  23745-2 0  3087
+2 05103 065.7456 178.2484 0312084 026.1673 335.5321 14.48026686167743
+1 05104U 71024A   14236.71641249  .00000013  00000-0  11274-4 0  2653
+2 05104 088.1602 284.7652 0044233 030.9362 106.8891 12.67821928  8311
+1 05105U 71025A   14237.11085925 -.00000089  00000-0 -26380-5 0  9784
+2 05105 064.9818 061.2396 0054762 232.2975 266.9890 13.73012098175715
+1 05106U 71024B   14238.09726172 -.00000001  00000-0 -58923-4 0  9352
+2 05106 088.1606 282.3237 0042459 327.2714 092.1296 12.68759969  9730
+1 05117U 71028A   14237.15348705  .00003829  00000-0  16476-3 0  5100
+2 05117 081.2673 121.5412 0014977 063.3125 050.6495 15.22273970355782
+1 05118U 71028B   14237.74806673  .00002042  00000-0  12495-3 0  6327
+2 05118 081.2283 248.7044 0049033 094.8918 265.7908 15.08745068349117
+1 05126U 71011B   14237.10343161  .00000110  00000-0  41542-4 0  7204
+2 05126 029.6815 205.2539 0012421 164.5706 195.5251 13.75933937189301
+1 05129U 70025JN  14237.81117980  .00001084  00000-0  16561-2 0  5162
+2 05129 099.3019 189.1559 0206256 133.7856 290.9367 13.45851782151852
+1 05144U 71015AG  14239.02392600  .00005528  00000-0  14081-2 0  1582
+2 05144 065.7180 236.2221 0602317 307.4689 047.3462 13.77020003 99789
+1 05146U 70025JQ  14238.12419457  .00000014  00000-0  79097-4 0  5741
+2 05146 099.9607 302.4195 0043641 042.7575 017.8437 13.61690494202254
+1 05149U 70025JS  14236.93970086  .00000920  00000-0  51404-3 0  8459
+2 05149 099.6562 218.1473 0062014 286.5683 126.8030 14.12724257250580
+1 05150U 70025JT  14236.10787122  .00000849  00000-0  77388-3 0  4182
+2 05150 099.4492 171.5291 0099547 071.7208 051.7382 13.83989061211564
+1 05151U 70025JU  14236.76332494  .00000206  00000-0  32832-3 0  7380
+2 05151 100.1300 260.8920 0002520 147.7636 261.5350 13.62223617696050
+1 05153U 70025JW  14236.86363258  .00000242  00000-0  41707-3 0  8983
+2 05153 100.0834 204.4142 0034528 139.8467 275.4661 13.55053182184578
+1 05154U 70025JX  14237.81924740  .00006183  00000-0  21605-2 0  5496
+2 05154 099.8567 176.9799 0009502 357.3079 056.1511 14.35615181244025
+1 05155U 71015AJ  14238.73523907  .00006097  00000-0  13784-2 0  6246
+2 05155 065.3533 206.9159 0467298 050.8943 313.3219 14.05430302134406
+1 05156U 71015AK  14238.87496348  .00001034  00000-0  31530-3 0   240
+2 05156 065.6878 178.8195 0714553 166.3418 195.8602 13.49649711 80871
+1 05165U 70025JY  14237.10889887  .00005578  00000-0  10546-2 0  3556
+2 05165 099.7181 092.1563 0022134 014.8806 106.0402 14.64741887275275
+1 05174U 71035A   14237.79158571  .00000076  00000-0  37258-4 0  3595
+2 05174 074.0438 071.8011 0019321 231.7167 219.5743 14.32972140262763
+1 05175U 71035B   14237.44713980  .00000055  00000-0  26981-4 0  4857
+2 05175 074.0482 298.0019 0029699 039.0567 321.2723 14.37493867267400
+1 05180U 71038A   14236.00956156  .00000225  00000-0  62710-3 0  7638
+2 05180 074.0034 030.6352 0022756 023.8799 106.0401 13.17737044 83980
+1 05181U 71038B   14236.60103586 -.00000222  00000-0 -49336-3 0  3393
+2 05181 073.9982 277.3719 0056332 268.5013 210.1020 13.20602505 88348
+1 05183U 70025JZ  14236.44688532  .00000361  00000-0  43111-3 0  2993
+2 05183 100.0258 184.5013 0032328 189.1395 293.1454 13.74475815211446
+1 05185U 70025KB  14236.92070309  .00000991  00000-0  92756-3 0  2386
+2 05185 099.6490 100.9397 0072196 159.8647 317.7341 13.83167164203283
+1 05187U 71015AM  14238.02805741  .00003848  00000-0  11556-2 0   613
+2 05187 065.6565 022.0290 0693274 232.7806 229.0964 13.55239124 84380
+1 05188U 70089AZ  14235.82542950  .00000326  00000-0  44265-3 0   789
+2 05188 063.9921 358.5273 0921368 261.5480 178.3161 12.58635615328947
+1 05189U 70089BA  14237.08305235  .00006543  00000-0  91430-3 0  7963
+2 05189 062.5994 336.3205 0293057 243.0384 176.6572 14.53077526660558
+1 05192U 71015AP  14239.11509873  .00003116  00000-0  57692-3 0  9515
+2 05192 065.5649 008.3965 0407926 346.0014 013.0495 14.23108145147778
+1 05197U 71015AT  14238.63597753  .00003099  00000-0  11520-2 0  7034
+2 05197 065.5391 167.3984 0777035 329.2840 026.5241 13.30599934 57758
+1 05203U 70025KE  14237.31365904  .00000815  00000-0  20226-2 0  6593
+2 05203 099.8835 136.1557 0228565 039.6950 081.9061 13.14366249116059
+1 05210U 71041A   14236.84028041 -.00000044  00000-0 -14614-3 0   242
+2 05210 074.0140 063.6407 0111853 169.5143 296.6083 12.64922684999487
+1 05211U 71041B   14236.44547244  .00000009  00000-0  18226-3 0  1210
+2 05211 074.0187 334.6858 0035770 329.3138 102.1307 12.39828841199027
+1 05212U 71041C   14238.14082078  .00000020  00000-0  24975-3 0  2592
+2 05212 074.0163 178.3439 0020911 119.1864 347.5269 12.43795206966401
+1 05213U 71041D   14236.48026184 -.00000036  00000-0 -13010-3 0  9835
+2 05213 074.0125 255.5802 0041817 092.1791 073.4884 12.51084911977682
+1 05214U 71041E   14237.48142605 -.00000017  00000-0 -98080-5 0  2816
+2 05214 074.0163 037.3204 0032237 280.4829 134.9666 12.47428857972016
+1 05215U 71041F   14236.84793689  .00000007  00000-0  13479-3 0  9989
+2 05215 074.0187 340.9267 0076745 130.0507 006.3956 12.58003168988602
+1 05216U 71041G   14238.05765933  .00000006  00000-0  12512-3 0    28
+2 05216 074.0152 204.1366 0096134 333.5856 142.2874 12.61383001994132
+1 05217U 71041H   14237.18149968 -.00000026  00000-0 -57854-4 0   951
+2 05217 074.0138 118.8709 0060544 291.5829 188.5138 12.54515963983149
+1 05218U 71041J   14236.48907142  .00000005  00000-0  16538-3 0   745
+2 05218 074.0268 282.7056 0067386 294.7531 167.6222 12.32172472163575
+1 05220U 70025KG  14237.36203716 -.00000249  00000-0 -56993-3 0  4423
+2 05220 099.8632 164.8983 0398258 260.6452 227.0168 12.89011136 75131
+1 05222U 71015AW  14237.07567414  .00000555  00000-0  23387-3 0  9133
+2 05222 065.7269 307.8180 0710957 100.9570 335.0348 13.44140070 79260
+1 05225U 70102D   14237.18013316  .00000235  00000-0  21143-3 0  8166
+2 05225 074.0226 273.6792 0015588 103.1077 315.2685 13.89332962207688
+1 05238U 71046A   14237.12050109 -.00000006  00000-0  17685-4 0  7694
+2 05238 074.0183 103.1395 0015635 284.9160 192.0618 13.72009795165973
+1 05239U 71046B   14237.92519560 -.00000061  00000-0 -41750-4 0  7685
+2 05239 074.0244 034.7302 0010859 194.9884 277.8780 13.73795529168664
+1 05240U 70089BF  14237.15014057  .00000262  00000-0  28581-3 0  3031
+2 05240 062.8623 171.3654 0894218 170.9068 306.4746 12.76368459 17975
+1 05265U 65065Q   14237.80830098  .00000132  00000-0  22034-3 0  7171
+2 05265 090.0799 246.9609 0040517 043.1767 079.2614 13.41138102394497
+1 05272U 71015BB  14238.63650420  .00000431  00000-0  14646-3 0  2764
+2 05272 065.5610 037.6566 0793225 283.5426 067.8930 13.30956918 70467
+1 05277U 71015BE  14237.61478767 -.00000051  00000-0  14790-4 0  4951
+2 05277 065.7350 066.5871 0932725 313.4098 099.6446 12.97401783701848
+1 05280U 71015BF  14239.11274678  .00001149  00000-0  41373-3 0  6649
+2 05280 065.6627 279.9699 0787255 359.2850 000.7453 13.29912655 68103
+1 05300U 71035C   14237.28558503  .00003881  00000-0  43940-3 0  8933
+2 05300 074.0268 311.3427 0005898 079.5153 341.4189 14.86782514290386
+1 05301U 71035D   14235.64311497  .00000755  00000-0  15170-3 0  8022
+2 05301 074.0348 319.4675 0010656 161.2158 316.9753 14.63435073277976
+1 05322U 68097CJ  14234.60123965  .00000947  00000-0  76958-3 0  5723
+2 05322 061.2933 284.3547 0737205 306.3201 127.0130 13.09554446146725
+1 05337U 70089BS  14232.36261699  .00000076  00000-0  14584-3 0  8881
+2 05337 062.9605 142.3809 0788661 312.8071 144.4767 12.90415126594230
+1 05347U 70025KL  14235.85975927  .00000387  00000-0  40501-3 0  8259
+2 05347 099.9548 195.5937 0043836 281.9641 132.4770 13.81839124160381
+1 05349U 70025KN  14237.48490359  .00001867  00000-0  14318-2 0  1357
+2 05349 099.8650 073.7427 0072850 308.8631 109.6408 13.93458338145219
+1 05358U 70086D   14236.80830593  .00005410  00000-0  55050-3 0  7989
+2 05358 074.0308 014.5817 0002885 227.1720 249.2506 14.90996035363911
+1 05359U 70025KQ  14237.18117981  .00000368  00000-0  48230-3 0  8939
+2 05359 099.9735 321.2056 0004957 204.1098 221.1231 13.68813943202310
+1 05360U 71024C   14236.57905391  .00000013  00000-0  10784-4 0  1094
+2 05360 088.2824 095.1589 0042154 013.3346 048.4994 12.67830954  8170
+1 05361U 66025G   14239.18665895  .00001510  00000-0  70824-3 0  4302
+2 05361 144.6199 113.5730 0036070 226.7035 133.1101 14.19074672751916
+1 05384U 71067N   14236.25850323  .00000150  00000-0  56378-4 0  6632
+2 05384 087.6292 121.7179 0082058 037.6383 101.5423 14.23292268229397
+1 05387U 70025KS  14236.66546657  .00008460  00000-0  53407-1 0  1987
+2 05387 101.0443 127.4475 0637934 046.5745 006.7797 12.05680001801032
+1 05388U 70025KT  14237.11004053  .00000224  00000-0  50279-3 0  2817
+2 05388 099.8175 287.5820 0142136 138.7657 279.6191 13.34312716149999
+1 05389U 70025KU  14237.82084200  .00000077  00000-0  30055-3 0  8090
+2 05389 099.8743 178.7301 0203781 179.0159 240.6913 13.10657882122840
+1 05390U 70025KV  14238.14564701 -.00000044  00000-0  61800-5 0   447
+2 05390 100.0670 291.0495 0049971 330.9618 091.3436 13.79689687213616
+1 05392U 70025KX  14237.39653079  .00000632  00000-0  45554-3 0  1115
+2 05392 100.0545 033.1799 0048716 357.1657 056.5599 14.00655724239229
+1 05395U 71067K   14237.15210157  .00000418  00000-0  13555-3 0  1809
+2 05395 087.6151 076.7086 0058636 322.7728 036.9411 14.35856613237823
+1 05397U 71067B   14237.78913883  .00000093  00000-0  36639-4 0  7743
+2 05397 087.6359 147.9838 0081794 353.1588 062.5675 14.17262354223582
+1 05398U 71067E   14237.15134166  .00000309  00000-0  10421-3 0  1412
+2 05398 087.6182 089.2779 0066223 070.4244 049.5756 14.32690318255691
+1 05414U 71015BL  14237.47430070  .00000143  00000-0  14244-3 0  8513
+2 05414 066.7708 001.6573 0079268 038.9550 321.7208 14.01556408220870
+1 05416U 71015BN  14238.87689881  .00000595  00000-0  62852-3 0  1394
+2 05416 065.7861 247.7917 0079378 246.0637 113.2552 13.73036606699761
+1 05422U 70025LA  14237.30035830  .00001187  00000-0  59252-3 0  9742
+2 05422 100.0373 109.6849 0109757 142.0224 285.7699 14.16059367243029
+1 05426U 71069C   14237.43342497  .00001068  00000-0  21369-3 0  2164
+2 05426 049.5356 048.5648 0080999 034.7591 052.4493 14.67512633272286
+1 05430U 69082HW  14237.44868176  .00000643  00000-0  35196-3 0  9415
+2 05430 070.1087 165.0924 0060379 091.3872 023.3023 14.15299159302227
+1 05435U 71071A   14237.95655745  .00000089  00000-0  62858-4 0  9895
+2 05435 050.1416 063.6739 0112376 347.5759 012.2404 14.53955639268212
+1 05438U 71071B   14237.64107910  .00000166  00000-0  76944-4 0  2193
+2 05438 050.1460 295.7116 0109852 073.7591 058.4288 14.56294025270042
+1 05443U 67114E   14238.98150913  .00000214  00000-0  10000-3 0  2106
+2 05443 101.5004 306.6802 0061697 269.5824 089.8752 12.56698014145550
+1 05446U 70025LE  14235.98848025  .00000827  00000-0  10507-2 0  1851
+2 05446 100.4737 043.5435 0089083 236.9407 251.1061 13.65343008185212
+1 05447U 70067D   14236.68934168  .00000335  00000-0  60040-3 0  6026
+2 05447 089.8305 296.1626 0315509 178.1568 308.8696 13.22391017117509
+1 05457U 65108J   14230.38945883 -.00000219  00000-0 -95941-2 0  4640
+2 05457 027.3517 301.5966 6646069 096.5355 358.4271 02.71074112106280
+1 05485U 71080A   14237.74222374  .00000016  00000-0 -13925-4 0  7110
+2 05485 032.0564 044.3578 0640457 323.2133 106.3572 12.74092489999016
+1 05498U 71080B   14237.06960029  .00000078  00000-0  11835-3 0  7311
+2 05498 032.0273 179.8450 0574308 038.8198 022.3681 12.88288056 21017
+1 05502U 70025LG  14236.75293699  .00004316  00000-0  17596-2 0  3439
+2 05502 099.5520 260.6561 0035421 096.2902 326.6090 14.27650206235800
+1 05507U 70025LL  14237.10140094 -.00000047  00000-0  00000+0 0   269
+2 05507 099.2849 027.2607 0031641 007.3472 352.8154 14.09799920240668
+1 05515U 65108M   14230.26354287 -.00000205  00000-0  00000+0 0  2207
+2 05515 027.8161 086.4491 6604477 248.1725 339.4268 02.65749068104353
+1 05519U 69082HY  14237.75845512  .00000561  00000-0  20917-3 0  8633
+2 05519 070.0559 122.0465 0052180 168.8625 249.3962 14.36105738331011
+1 05527U 71015BR  14237.32517566  .00001230  00000-0  86210-3 0  6077
+2 05527 066.8999 215.9885 0103733 255.1958 221.5432 13.99073628184682
+1 05529U 71015BT  14236.14375316  .00000642  00000-0  27820-3 0  3113
+2 05529 066.8460 133.4097 0054363 131.4079 350.3625 14.29721340240885
+1 05531U 71015BV  14236.93521126  .00000574  00000-0  27103-3 0  5812
+2 05531 066.6675 341.4134 0045091 251.5289 223.4568 14.26366506236070
+1 05547U 71086A   14236.83593574 -.00000004  00000-0  67737-4 0   128
+2 05547 074.0286 196.7332 0119604 163.9375 245.7742 12.62064488974974
+1 05548U 71086B   14238.08131223 -.00000019  00000-0 -16505-4 0  9951
+2 05548 074.0315 349.5048 0103737 343.5279 104.1073 12.58159902968978
+1 05549U 71086C   14238.07415140 -.00000021  00000-0 -34131-4 0  9930
+2 05549 074.0282 137.9853 0083149 155.5866 308.2842 12.54394943963116
+1 05550U 71086D   14236.60102604 -.00000014  00000-0  11568-4 0  9847
+2 05550 074.0273 289.9284 0066662 335.3400 137.0423 12.50560698956974
+1 05551U 71086E   14236.04386412 -.00000025  00000-0 -63665-4 0  1768
+2 05551 074.0264 080.6968 0048736 158.4763 356.7834 12.46705188950923
+1 05552U 71086F   14237.47772235 -.00000014  00000-0  79936-5 0  1158
+2 05552 074.0303 027.7469 0037429 205.0350 211.1104 12.38678705938570
+1 05553U 71086G   14238.12902913 -.00000019  00000-0 -24288-4 0  1526
+2 05553 074.0261 234.7471 0043028 359.0242 066.1785 12.42642726944848
+1 05554U 71086H   14238.10447343  .00000020  00000-0  27965-3 0   800
+2 05554 074.0289 195.5155 0052668 056.8620 050.3784 12.34257003931733
+1 05555U 71086J   14237.12053150  .00000013  00000-0  23911-3 0  3005
+2 05555 074.0184 110.6777 0075531 055.6011 054.9118 12.26912069919975
+1 05556U 71087B   14237.01240905  .00000061  00000-0  47618-4 0  3869
+2 05556 099.0662 010.3447 0061995 276.7771 195.0506 14.22674846221130
+1 05557U 71087A   14237.23716556  .00000102  00000-0  60615-4 0  5202
+2 05557 099.0879 112.0352 0052650 108.2513 005.1824 14.26703192225316
+1 05560U 71089A   14238.00682854  .00000236  00000-0  64778-4 0  3724
+2 05560 092.7092 233.1043 0015108 220.7436 139.2640 14.47275799252663
+1 05580U 71093A   14237.13029733  .00000568  00000-0  12901-3 0  8391
+2 05580 082.0395 079.9665 0535829 240.7052 247.3859 13.92542256147909
+1 05581U 71093B   14237.75738461  .00000510  00000-0  11628-3 0  4124
+2 05581 082.0402 106.9991 0541235 331.7921 089.3998 13.91219712145886
+1 05587U 71095A   14236.30848248 -.00000083  00000-0  00000+0 0  7663
+2 05587 010.9779 319.5300 0008297 186.2623 188.7658 01.00262224 78743
+1 05588U 71095B   14237.37894856  .00000059  00000-0  00000+0 0  6951
+2 05588 010.9274 319.8032 0002396 199.9853 174.2120 01.00376388155421
+1 05589U 71095C   14236.59191714 -.00000256  00000-0  00000+0 0  6633
+2 05589 012.6902 324.0707 0151810 065.0790 289.3490 00.97188982 77488
+1 05595U 68097CW  14236.40485454  .00005412  00000-0  59820-3 0  4561
+2 05595 062.7229 272.1763 0220787 203.6132 155.4699 14.72408574975579
+1 05597U 71015CA  14237.62787255  .00002028  00000-0  57117-3 0  5643
+2 05597 066.5780 314.4527 0019294 079.0501 040.9856 14.47742395243561
+1 05599U 66025H   14239.16121759  .00001042  00000-0  33453-3 0  2977
+2 05599 144.6189 351.6054 0054499 358.1080 001.9890 14.37875335480682
+1 05614U 71099A   14237.93332306 -.00000028  00000-0 -22882-4 0  1673
+2 05614 074.0379 351.2575 0023124 026.7990 110.8955 13.16014521 54384
+1 05615U 71099B   14236.49922594  .00000337  00000-0  91619-3 0  9210
+2 05615 074.0321 285.4034 0023450 292.6195 168.4867 13.17558280 56685
+1 05632U 65108N   14236.26007591  .00002786  00000-0  34432-2 0  3661
+2 05632 025.9160 128.8191 5986722 248.3672 318.1922 03.94459743161396
+1 05635U 69082JF  14237.09522766  .00000703  00000-0  30130-3 0  5848
+2 05635 069.9535 321.7112 0005977 309.3633 123.3461 14.28899983250075
+1 05683U 71111A   14237.69406988 -.00000024  00000-0 -18266-5 0  8366
+2 05683 074.0259 261.5646 0028209 238.3456 261.0380 13.74108769141050
+1 05685U 71111B   14238.10661068  .00000031  00000-0  54462-4 0  3286
+2 05685 074.0297 168.2557 0022146 106.2496 348.5361 13.76672546144402
+1 05690U 70025LV  14237.04208456  .00000057  00000-0  15735-3 0   199
+2 05690 099.8033 167.1996 0047855 252.2092 169.6628 13.50563205184184
+1 05691U 70025LW  14237.43545402  .00000811  00000-0  62548-3 0  3340
+2 05691 099.2029 293.8660 0031563 283.6526 198.1104 13.95754583226192
+1 05692U 70025LX  14238.13425008  .00000148  00000-0  27824-3 0  5699
+2 05692 099.6658 341.3195 0114801 001.3336 116.9089 13.52333318981345
+1 05694U 70025LZ  14238.06251076  .00006966  00000-0  19656-2 0    24
+2 05694 099.8302 089.5726 0030401 070.8106 289.6367 14.45823074243642
+1 05696U 70025MB  14237.25364803  .00000271  00000-0  46321-3 0   404
+2 05696 099.4547 133.7426 0054388 266.8831 218.2955 13.53264978182779
+1 05698U 70025MD  14237.25970161  .00000098  00000-0  19575-3 0  4497
+2 05698 099.7671 127.0211 0010212 032.3224 083.0822 13.58545919  4675
+1 05705U 71114A   14237.12852682  .00000039  00000-0  22877-4 0  3684
+2 05705 074.0174 247.9459 0016414 250.6856 168.8523 14.35389803232363
+1 05707U 71114B   14237.13611166  .00000099  00000-0  41047-4 0  4594
+2 05707 074.0292 180.9023 0023932 136.5693 322.7003 14.38375131235115
+1 05709U 71116A   14237.59635911  .00000000  00000-0  10000-3 0  7748
+2 05709 014.4208 337.9932 0006422 006.4153 353.6549 00.99623770 75933
+1 05715U 61015JS  14237.04788214  .00000043  00000-0  14247-3 0  9125
+2 05715 066.5740 127.5904 0176016 219.6961 259.1136 13.58732185614923
+1 05716U 61015JT  14238.05206098  .00000789  00000-0  21928-3 0  1946
+2 05716 066.6998 117.6928 0083579 021.6263 093.9094 14.49890608734187
+1 05720U 71015CB  14236.82004668 -.00000167  00000-0 -51483-4 0  8437
+2 05720 066.7271 289.0586 0098208 112.7385 248.4116 14.05309885155298
+1 05721U 71117A   14238.55777493  .00000007  00000-0  71965-5 0  9414
+2 05721 064.4880 058.1291 0036473 183.9582 176.1646 13.75985465143981
+1 05729U 71119A   14238.10575497  .00001492  00000-0  12081-3 0   215
+2 05729 073.9597 228.1278 0836996 234.0536 118.0131 13.68636494 46813
+1 05730U 71119B   14237.81153160  .00003076  00000-0  21194-3 0  8553
+2 05730 073.8999 142.0557 0742723 224.0144 193.6504 13.91666078 62258
+1 05731U 71120A   14237.77996470  .00000084  00000-0  39162-4 0  3657
+2 05731 081.2554 262.1216 0024316 061.9835 349.2884 14.11349237187606
+1 05732U 71120B   14237.49395356  .00000006  00000-0 -40568-5 0  3493
+2 05732 081.2526 034.8311 0051907 050.7509 008.9927 14.05830697194676
+1 05736U 70025MH  14237.88726410  .00000080  00000-0  32695-3 0  4012
+2 05736 101.4121 219.3839 0229136 299.3944 126.4826 13.11625800127221
+1 05745U 61015JU  14237.10309735  .00002855  00000-0  15541-2 0  7041
+2 05745 067.0548 324.3392 0105778 224.9037 204.9926 14.10761439652892
+1 05746U 61015JV  14237.82175317  .00000304  00000-0  23726-3 0    09
+2 05746 066.3031 106.2842 0055508 194.0372 295.3196 14.04924344674765
+1 05748U 61015JX  14236.53781881  .00000565  00000-0  76152-3 0  8993
+2 05748 067.5617 132.5029 0134424 300.3609 128.7345 13.62718797566209
+1 05755U 69082JP  14238.11729662  .00001180  00000-0  46027-3 0   330
+2 05755 069.9288 123.8161 0008189 232.6606 235.2662 14.32087775315020
+1 05758U 69082JS  14236.71135973 -.00000012  00000-0  38557-4 0  8818
+2 05758 069.8065 212.9617 0048181 273.2424 143.2980 13.80491362268229
+1 05763U 71015CF  14236.69610378  .00001344  00000-0  19581-2 0  3195
+2 05763 066.9005 096.6291 0398053 190.9829 245.3910 13.29661310 77626
+1 05775U 72003A   14238.52415238  .00000000  00000-0  10000-3 0  3295
+2 05775 014.4789 340.2984 0003490 134.4685 225.6210 00.99834412 94344
+1 05778U 71114C   14235.87135759  .00000962  00000-0  17682-3 0   121
+2 05778 074.0144 153.0467 0011338 234.9490 193.7385 14.67077764263323
+1 05785U 61015JZ  14238.70153027  .00000390  00000-0  34302-3 0  2991
+2 05785 065.6447 105.6178 0139446 158.9639 201.7708 13.80872643690142
+1 05786U 61015KA  14237.85999427  .00000503  00000-0  38794-3 0  1881
+2 05786 067.1242 047.7363 0135437 234.2120 193.8761 13.96370940671558
+1 05794U 69082JW  14237.15378889  .00000767  00000-0  22860-3 0  6680
+2 05794 070.0030 246.7864 0035933 218.8949 208.8943 14.46392432785156
+1 05808U 61015KC  14235.72652909  .00002999  00000-0  39294-3 0  1530
+2 05808 066.5979 338.6195 0059642 132.7980 227.8181 14.80703144760954
+1 05816U 72003B   14235.63948530 -.00000164  00000-0 -23152-2 0  9702
+2 05816 028.3066 282.4349 7176968 132.4648 005.5005 02.20851937343025
+1 05824U 70025MJ  14236.72812872  .00000701  00000-0  58435-3 0   814
+2 05824 097.8987 157.0697 0620958 067.7689 353.8793 13.25313508955926
+1 05826U 61015KE  14237.89200350  .00000587  00000-0  50130-3 0  7651
+2 05826 066.6819 159.4774 0083964 303.3058 117.5947 13.92527983669686
+1 05842U 70025ML  14237.96453913  .00004842  00000-0  13166-2 0   695
+2 05842 100.0223 230.7988 0045086 289.8541 123.9614 14.47493506270655
+1 05846U 72009A   14238.10111419 -.00000003  00000-0  20124-4 0  5563
+2 05846 074.0478 095.0719 0023466 248.0599 269.5667 13.76078061134002
+1 05847U 72009B   14237.75892392  .00000023  00000-0  43889-4 0  5946
+2 05847 074.0525 331.8259 0029510 138.9959 017.7900 13.79193062138446
+1 05858U 71114D   14236.58453206  .00001710  00000-0  28075-3 0   848
+2 05858 074.0109 051.1381 0007901 156.4775 271.4112 14.71473990266478
+1 05871U 68097DK  14238.12696561  .00000133  00000-0  74729-4 0  7926
+2 05871 062.8005 245.3562 0967862 082.1044 347.3700 13.02771952151095
+1 05876U 61015KF  14238.79774796 -.00000217  00000-0  00000+0 0  1962
+2 05876 065.6772 303.1219 0715918 068.0201 299.5713 12.47051734627272
+1 05903U 72018A   14238.08815438  .00000033  00000-0  34990-4 0   985
+2 05903 099.1187 258.2899 0050827 253.6469 174.7700 14.23709959276509
+1 05904U 72018B   14238.05185539  .00000027  00000-0  32482-4 0  1455
+2 05904 099.1124 257.5573 0047530 213.5826 203.5638 14.23180032199455
+1 05905U 72019A   14238.14657910  .00000033  00000-0  48442-4 0  4671
+2 05905 082.9753 305.3492 0019010 177.9528 239.9101 13.19826560 43431
+1 05907U 72019B   14237.73059005 -.00000005  00000-0 -44960-4 0  5299
+2 05907 082.9677 265.1024 0021522 048.2229 087.8877 13.22136580 46513
+1 05917U 72022A   14237.10769499  .00000005  00000-0 -40385-5 0   663
+2 05917 081.2273 165.5699 0030053 261.7165 205.6329 14.08509594177318
+1 05918U 72022B   14238.11301638  .00000228  00000-0  13076-3 0  2420
+2 05918 081.2347 238.4078 0058078 330.5894 102.3033 14.05713194173831
+1 05922U 60016E   14235.70346238 -.00000070  00000-0  66984-4 0  4551
+2 05922 047.0306 120.0535 0040838 216.9671 247.6536 13.69600909160150
+1 05957U 70025MN  14237.39620524  .00003391  00000-0  16862-2 0  9102
+2 05957 099.6428 186.6233 0042260 088.2290 032.9053 14.17338317554675
+1 05958U 70025MP  14237.75496709  .00000355  00000-0  52674-3 0  2976
+2 05958 099.3454 205.7075 0053399 319.1160 160.6402 13.60162877188400
+1 05967U 70025MQ  14236.44966869  .00000758  00000-0  30455-2 0  3138
+2 05967 101.6282 206.3433 0114754 209.7953 270.0538 12.88948637 82233
+1 05971U 67006E   14237.34782561 -.00000041  00000-0  39501-4 0    61
+2 05971 102.0212 277.7245 0112335 237.0666 188.9903 12.73346106212186
+1 05975U 70021C   14238.34120612  .00001270  00000-0  47192-3 0  5704
+2 05975 025.5091 080.4850 6687107 313.8101 007.4090 03.03968335237043
+1 05977U 69011B   14238.48691397  .00008130  00000-0  14768-2 0  2858
+2 05977 029.4799 254.8973 5906997 357.2682 000.6141 04.18476045308839
+1 05986U 65108Q   14238.93633545  .00001173  00000-0  25370-2 0  4327
+2 05986 026.8677 132.7637 6346568 168.1028 220.2127 03.39855915144844
+1 05987U 67001S   14236.09115394  .00000111  00000-0  13060-2 0  2483
+2 05987 026.5792 008.0971 6744958 139.4950 269.0891 02.85873591254836
+1 05991U 65108R   14237.57702155 -.00000107  00000-0  00000+0 0  2466
+2 05991 027.6591 346.7817 6568868 233.5803 063.4273 02.63602350126251
+1 05992U 65108S   14234.57871069 -.00000008  00000-0  00000+0 0  5109
+2 05992 027.1335 260.3778 6622079 342.6416 035.0336 02.66184011106263
+1 05998U 65108T   14238.50474319  .00001272  00000-0  59792-2 0  1259
+2 05998 026.5952 335.3445 6617917 186.6309 155.8920 02.98449454826172
+1 06014U 70025MR  14237.66982875  .00000859  00000-0  71113-3 0  1544
+2 06014 100.0332 280.4634 0058601 070.2169 050.9719 13.91326421217467
+1 06019U 72035A   14237.68626652 -.00000002  00000-0  21474-4 0  5251
+2 06019 074.0204 301.2671 0023344 092.8831 023.8619 13.75848297123876
+1 06020U 72035B   14237.49921028  .00000088  00000-0  10913-3 0  9732
+2 06020 074.0217 190.6580 0020810 013.2105 126.7289 13.78671642127676
+1 06052U 72041A   14237.59263282  .00000000  00000-0  10000-3 0  7331
+2 06052 013.9903 335.5550 0007940 160.5387 199.5566 01.00129680 78683
+1 06058U 72041B   14238.10047723 -.00000073  00000-0  00000+0 0  1256
+2 06058 026.5595 254.0784 7210206 184.4856 160.8973 02.22264649341376
+1 06059U 72043A   14238.08995821  .00000033  00000-0  20487-4 0  1708
+2 06059 074.0551 066.8396 0010662 202.4572 295.8104 14.35305650205456
+1 06061U 72043B   14237.13573920  .00000031  00000-0  18031-4 0  5061
+2 06061 074.0560 276.6794 0021393 304.1196 113.0453 14.40168922210445
+1 06063U 72043C   14235.96763289  .00002624  00000-0  35257-3 0  3449
+2 06063 074.0390 058.9418 0005417 246.7513 265.2589 14.79838548229018
+1 06065U 72043D   14237.33785735  .00001529  00000-0  27266-3 0  1491
+2 06065 074.0727 341.7316 0013336 101.1999 313.9483 14.67866051221366
+1 06073U 72023E   14238.11701524  .00036248  45247-5  19985-3 0  2829
+2 06073 052.0794 004.0887 1814798 184.1299 251.1219 12.03931293234108
+1 06079U 72049A   14238.13366455 -.00000005  00000-0 -11095-4 0  8485
+2 06079 081.2287 185.9360 0009756 296.6161 148.9777 14.02933630156457
+1 06080U 72049B   14238.12714441  .00000074  00000-0  41041-4 0  7025
+2 06080 081.2365 250.6070 0048826 205.9006 215.8498 14.00769804153567
+1 06117U 72057A   14237.15803089  .00000016  00000-0  17253-3 0  9276
+2 06117 074.0281 145.0596 0111569 157.2833 309.4037 12.63550548941853
+1 06118U 72057B   14236.68915743 -.00000016  00000-0  23943-5 0  9068
+2 06118 074.0269 293.5948 0093161 329.4303 163.5357 12.59751656935970
+1 06119U 72057C   14237.00114917 -.00000034  00000-0 -11190-3 0  9026
+2 06119 074.0258 072.9961 0072481 127.1760 344.2511 12.56139846930462
+1 06120U 72057D   14236.43094057 -.00000019  00000-0 -14397-4 0  8852
+2 06120 074.0272 210.7240 0054813 283.6285 195.3922 12.52591857924960
+1 06121U 72057E   14238.03473646 -.00000018  00000-0 -18154-4 0   953
+2 06121 074.0307 351.8510 0033379 083.5313 324.3543 12.48841490919413
+1 06122U 72057F   14236.46804699  .00000020  00000-0  25436-3 0   608
+2 06122 074.0282 142.4780 0016265 281.7976 191.0599 12.44939272913237
+1 06123U 72057G   14237.50601225 -.00000018  00000-0 -15133-4 0   327
+2 06123 074.0265 289.4058 0009110 214.5238 252.6077 12.41018241907346
+1 06124U 72057H   14236.75540516 -.00000034  00000-0 -14579-3 0   116
+2 06124 074.0255 087.5574 0031596 036.3797 032.5227 12.36829276900830
+1 06125U 72057J   14235.85003403  .00000015  00000-0  25175-3 0  3323
+2 06125 074.0162 305.8755 0069599 334.3212 173.0093 12.30872316891245
+1 06126U 72058A   14237.50278400 -.00000260  00000-0 -15419-3 0  1760
+2 06126 098.9134 196.9208 0008412 165.5699 301.0449 13.97442494145639
+1 06127U 72058B   14237.80530662  .00001469  00000-0  22462-3 0   355
+2 06127 098.4464 197.4812 0110084 321.7457 037.5974 14.71486402553799
+1 06139U 70025MV  14236.66822507  .00000758  00000-0  63255-3 0  1081
+2 06139 099.1759 130.5781 0073182 252.8909 162.2723 13.90425536227587
+1 06148U 72062A   14237.74809500  .00000027  00000-0  10555-4 0  5968
+2 06148 082.9648 277.1756 0011380 090.7547 047.2785 13.81695395118089
+1 06149U 72062B   14238.13763990  .00000122  00000-0  97635-4 0  4391
+2 06149 082.9654 257.9083 0008002 357.6805 062.3323 13.82792722119805
+1 06153U 72065A   14237.98771161  .00000141  00000-0  35067-4 0  7047
+2 06153 035.0068 115.7438 0006601 337.7464 114.6494 14.57388447231067
+1 06154U 72066A   14238.67954556 -.00000002  00000-0  00000+0 0  9871
+2 06154 064.8103 158.7249 0089946 262.0127 097.1176 13.77628276114019
+1 06155U 72065B   14237.44578227  .00000426  00000-0  72937-4 0  4026
+2 06155 035.0043 316.2713 0038694 118.8199 241.6392 14.70099237240694
+1 06157U 70025MX  14237.41408474  .00001529  00000-0  10266-2 0  1763
+2 06157 099.8966 308.6790 0012881 265.9412 094.0278 14.02477540238940
+1 06159U 70025MY  14236.40742079  .00000741  00000-0  32533-2 0  1211
+2 06159 101.1912 289.2306 0067750 235.1267 253.9240 12.83744041101392
+1 06160U 70025MZ  14236.76347515  .00006155  00000-0  29272-2 0  5954
+2 06160 100.4228 218.1148 0071932 164.6178 319.9141 14.18488522203480
+1 06167U 70025NB  14237.94748329  .00000237  00000-0  35028-3 0  5985
+2 06167 100.0752 021.3174 0031607 042.8006 070.6009 13.65213983206384
+1 06173U 72069A   14237.08916442  .00000290  00000-0  73216-4 0   357
+2 06173 089.8315 247.9104 0052412 351.9624 069.7988 14.48040002205854
+1 06176U 68091CG  14238.55711061  .00000020  00000-0  35461-4 0  4336
+2 06176 065.7274 056.3320 0462062 051.1387 313.0377 13.06121923595705
+1 06180U 72069B   14238.04136653  .00000683  00000-0  12961-3 0  4236
+2 06180 089.8706 239.1494 0044557 142.3114 218.1236 14.62660376216269
+1 06192U 72072A   14233.70483950  .00000235  00000-0  00000+0 0  5338
+2 06192 072.2977 014.7736 5059541 328.1455 053.7197 02.01321592308254
+1 06206U 72074A   14237.97328304 -.00000092  00000-0 -12757-4 0  9222
+2 06206 065.8275 094.9408 0013539 328.8206 132.3198 13.72420144 99916
+1 06207U 72074B   14236.42790604 -.00000032  00000-0  50540-4 0  6118
+2 06207 065.8241 303.9302 0032181 269.2860 154.8467 13.75515237103368
+1 06210U 72074C   14238.64284348  .00000043  00000-0  46173-4 0  9864
+2 06210 065.8250 072.5501 0011857 341.0263 019.0816 13.73286875100453
+1 06213U 66087E   14236.83057998  .00001634  00000-0  50588-2 0  2113
+2 06213 101.7652 079.1447 0067978 123.8397 305.5586 13.06314783229740
+1 06214U 66016E   14236.88882032  .00000011  00000-0  29057-3 0  5564
+2 06214 101.2707 227.0926 0118186 064.0675 006.0475 12.61869555230830
+1 06216U 70025NE  14237.75696699  .00001516  00000-0  45497-3 0  7772
+2 06216 099.1112 252.3440 0249982 031.6737 022.0226 14.27833972279087
+1 06217U 72076B   14237.13861935  .00000230  00000-0  52029-4 0  4397
+2 06217 098.5831 305.5478 0010880 160.1283 254.9865 14.65691417227006
+1 06218U 72076C   14237.84859304  .00000076  00000-0  28651-4 0    65
+2 06218 098.5205 137.3618 0012337 169.2242 232.5578 14.55031047219003
+1 06235U 72082A   14238.49567551 -.00000012  00000-0  20207-3 0  2233
+2 06235 101.5230 211.3038 0003730 170.0235 300.6249 12.53056291914977
+1 06236U 72082B   14235.90543943 -.00000039  00000-0  27513-4 0  9735
+2 06236 101.5480 206.4642 0004249 145.9718 269.3738 12.53113483914605
+1 06237U 72082C   14236.49094416 -.00000036  00000-0  47010-4 0  5464
+2 06237 102.7735 164.2802 0362503 354.7698 130.2290 13.18488748 14003
+1 06252U 65020FD  14236.85307488 -.00000045  00000-0  36559-3 0  1765
+2 06252 056.0362 121.2916 0191262 050.2849 023.7500 12.29894856134504
+1 06256U 72085A   14236.99884624  .00000104  00000-0  52550-4 0  2660
+2 06256 081.2759 011.7865 0027163 134.7010 002.3679 14.08722610147994
+1 06257U 72085B   14237.17767064  .00000131  00000-0  70715-4 0  2258
+2 06257 081.2569 071.1204 0057723 139.8968 359.2369 14.06294626145137
+1 06262U 72087A   14237.14216892 -.00000032  00000-0 -88815-4 0  9092
+2 06262 074.0328 236.9697 0064896 036.8129 029.3542 12.61544622925752
+1 06264U 72087B   14237.67910277 -.00000018  00000-0 -11021-4 0  8964
+2 06264 074.0354 044.8199 0042375 231.3912 256.5289 12.57147256919129
+1 06265U 72087C   14236.76349954 -.00000034  00000-0 -90248-4 0  9318
+2 06265 074.0332 080.5850 0087204 220.8411 265.0962 12.65602084931899
+1 06266U 72087D   14236.22719956  .00000019  00000-0  21942-3 0  8902
+2 06266 074.0355 138.7843 0031235 348.9908 169.4713 12.54739360915281
+1 06267U 72087E   14237.62742286 -.00000026  00000-0 -46181-4 0  9555
+2 06267 074.0332 281.4050 0107756 037.0463 078.8374 12.69661843938172
+1 06268U 72087F   14237.80048330  .00000007  00000-0  11835-3 0  9492
+2 06268 074.0383 003.8148 0096986 135.2967 338.5494 12.67536171934971
+1 06269U 72087G   14237.15888904  .00000015  00000-0  17580-3 0  9357
+2 06269 074.0363 157.3567 0076949 308.1695 158.5901 12.63603761928888
+1 06270U 72087H   14236.68197287  .00000015  00000-0  17679-3 0    38
+2 06270 074.0373 324.3627 0053796 143.6535 324.8794 12.59283843922268
+1 06271U 72087J   14235.83330933  .00000026  00000-0  33078-3 0  3544
+2 06271 074.0420 181.6070 0080509 279.8520 140.7160 12.34550555884445
+1 06275U 72089A   14237.13874806  .00000096  00000-0  56732-4 0   702
+2 06275 098.6790 087.1655 0036261 029.7080 080.0206 14.27302163169165
+1 06276U 72089B   14237.14479919  .00000022  00000-0  30740-4 0  2713
+2 06276 098.8000 087.9183 0036000 341.7606 126.2438 14.20985967163771
+1 06277U 72062C   14236.49890374  .00000012  00000-0 -27884-5 0  4127
+2 06277 082.8530 059.1640 0007404 113.5104 302.4542 13.83247116109214
+1 06278U 72090A   14238.69482190  .00000000  00000-0  10000-3 0  4447
+2 06278 014.2511 337.5873 0015202 103.3905 256.8420 00.98823943 76428
+1 06284U 72069D   14237.40954456  .00000791  00000-0  15900-3 0  6383
+2 06284 090.4842 103.2583 0050377 126.7303 233.8552 14.60170262117034
+1 06289U 69024C   14237.65609051  .00000185  00000-0  46471-3 0  1299
+2 06289 073.9865 066.5888 0011882 341.9012 087.6607 13.26095291193719
+1 06302U 72072E   14239.02343462  .00000000  00000-0  10000-3 0  3631
+2 06302 065.6420 259.4792 6613302 359.0548 000.2790 02.03783816144813
+1 06305U 72097A   14236.07603520 -.00000007  00000-0  66419-4 0  2056
+2 06305 100.0890 126.7197 0007999 217.7720 276.2543 13.44076147 45282
+1 06306U 72097B   14237.80584755  .00000119  00000-0  51581-3 0  1816
+2 06306 099.8125 010.4626 0270576 116.6953 009.6758 12.88364633961148
+1 06319U 72102A   14238.10836288  .00000009  00000-0  12087-3 0  1009
+2 06319 074.0183 160.6143 0023509 046.1515 060.9033 12.75370144940497
+1 06320U 72102B   14236.11822353 -.00000021  00000-0 -17237-4 0  2031
+2 06320 074.0132 100.8974 0024708 327.2404 191.0523 12.76903880942596
+1 06323U 72104A   14237.06385524  .00000020  00000-0  15679-4 0  2759
+2 06323 074.0797 085.6052 0017245 074.5778 038.7600 14.36128684179771
+1 06324U 72104B   14237.12785097  .00000210  00000-0  70658-4 0  3329
+2 06324 074.0773 208.8775 0010412 256.3333 178.8369 14.42959395187419
+1 06350U 73005A   14238.07411276  .00000050  00000-0  17955-4 0  3287
+2 06350 050.6437 204.0906 0015052 210.9008 149.1070 15.18130468285818
+1 06391U 72104C   14215.54358104  .08448675  18897-5  34843-2 0  9260
+2 06391 074.0518 267.4292 0015650 286.0392 073.9135 16.22765113219122
+1 06392U 73015A   14237.75190097  .00000078  00000-0  38863-4 0  2429
+2 06392 081.2489 151.7031 0014551 199.5355 216.0854 14.07432083126080
+1 06393U 73015B   14237.46499186 -.00000015  00000-0 -16207-4 0  9573
+2 06393 081.2543 218.2940 0057514 273.9671 197.0039 14.04872199122839
+1 06396U 72104D   14237.58544581  .00003512  00000-0  46394-3 0  5272
+2 06396 074.1157 168.9452 0008298 175.8773 241.0337 14.80388842209187
+1 06437U 73023A   14237.53394546  .00000000  00000-0  10000-3 0  1470
+2 06437 014.5437 341.2810 0006305 293.0470 066.9469 00.99802324 77274
+1 06659U 73034A   14237.78973652  .00000069  00000-0  32216-4 0  2612
+2 06659 081.1923 150.5209 0027785 355.0684 057.3787 14.09736803119823
+1 06660U 73034B   14237.49696541 -.00000030  00000-0 -26142-4 0  1194
+2 06660 081.2290 279.2331 0048226 093.3732 012.5672 14.05683943114156
+1 06675U 73037A   14236.78929313 -.00000025  00000-0 -50577-4 0   990
+2 06675 074.0192 045.3228 0055538 270.3357 192.3973 12.56544251890529
+1 06676U 73037B   14236.74570153 -.00000017  00000-0 -37191-5 0  3959
+2 06676 074.0211 331.7364 0026546 278.9786 196.3823 12.48910331879041
+1 06677U 73037C   14237.13653426 -.00000026  00000-0 -68118-4 0   734
+2 06677 074.0167 229.1705 0030891 134.9957 299.5840 12.51641764882954
+1 06678U 73037D   14236.46749084  .00000019  00000-0  21453-3 0  1894
+2 06678 074.0190 139.8949 0045157 028.6860 083.0632 12.54042598886683
+1 06679U 73037E   14236.72728808 -.00000001  00000-0  89785-4 0  2026
+2 06679 074.0202 316.7992 0067132 169.9094 308.2175 12.58883741894036
+1 06680U 73037F   14236.47422218 -.00000027  00000-0 -60249-4 0  1062
+2 06680 074.0164 232.6396 0078324 070.8729 087.3970 12.61108366897341
+1 06681U 73037G   14238.08961199 -.00000003  00000-0  76247-4 0  1268
+2 06681 074.0191 140.7684 0092535 327.1889 165.5756 12.63459674901065
+1 06682U 73037H   14237.93654716 -.00000021  00000-0 -22848-4 0  2334
+2 06682 074.0187 049.5734 0103125 219.1849 253.1728 12.65849882904643
+1 06683U 73037J   14236.61611981  .00000064  00000-0  65159-3 0  5324
+2 06683 074.0178 230.6443 0071215 001.4136 136.0875 12.32149349853841
+1 06707U 73042A   14236.83937345  .00000054  00000-0  42926-4 0  8832
+2 06707 082.9505 131.3533 0020905 351.6605 076.5507 13.72038953499274
+1 06708U 73042B   14238.10734030  .00000082  00000-0  70961-4 0  3017
+2 06708 082.9444 097.0380 0012864 197.5285 272.2546 13.73996784 63935
+1 06747U 61015KM  14234.06233944  .00000173  00000-0  17990-3 0  7787
+2 06747 066.6035 019.2616 0145254 186.4174 292.7125 13.92125806690380
+1 06748U 61015KN  14236.98242507  .00001169  00000-0  71957-3 0  8001
+2 06748 066.9010 098.9193 0084229 278.6726 195.4658 14.07266089680219
+1 06752U 68091CJ  14231.41530502  .00000582  00000-0  73891-3 0  8114
+2 06752 062.2872 227.5974 0662441 271.8922 247.3928 13.03172434 94599
+1 06764U 68091CK  14221.81264304  .00000071  00000-0  41795-3 0   443
+2 06764 062.3432 298.1515 0751737 282.1933 177.5317 12.37053337189782
+1 06765U 70025NG  14236.97768265  .00000123  00000-0  24690-3 0  6564
+2 06765 099.7812 148.6673 0014914 308.7085 180.7820 13.54048778186993
+1 06766U 70025NH  14236.56251727  .00000389  00000-0  30589-3 0  7334
+2 06766 100.1726 095.2975 0080753 062.0989 298.8318 13.97355038231456
+1 06767U 70025NF  14237.35148735  .00001182  00000-0  96553-3 0  6702
+2 06767 099.1727 120.6342 0022583 136.8184 288.0591 13.91547588515355
+1 06779U 71116B   14235.72338933 -.00000249  00000-0 -70533-3 0  4665
+2 06779 028.2076 326.7087 7183489 047.7333 019.0812 02.19586688323839
+1 06787U 73054A   14238.08738179  .00000197  00000-0  91000-4 0  8910
+2 06787 098.5930 027.4472 0027494 110.4779 021.3738 14.31108577134688
+1 06788U 73054B   14237.97105566  .00000060  00000-0  43935-4 0   764
+2 06788 098.6961 027.6630 0027523 346.8622 013.1838 14.25771106130860
+1 06796U 73058A   14233.83189896 -.00000314  00000-0  00000+0 0  4393
+2 06796 014.8320 341.7446 0008302 125.6994 297.9028 00.99147712 92835
+1 06797U 73058B   14237.68489781  .00000060  00000-0  12642-3 0  6036
+2 06797 027.0473 187.1921 7238192 083.7519 091.3695 02.21549006331580
+1 06822U 72079C   14236.71456552  .00000004  00000-0  10051-3 0  8852
+2 06822 095.6468 117.0308 0030754 045.9280 022.4418 12.55488629918532
+1 06823U 72079D   14237.45145255 -.00000036  00000-0 -14394-3 0   729
+2 06823 095.8089 305.9066 0051946 188.8280 291.5866 12.54692443917306
+1 06824U 72079E   14236.19788241 -.00000024  00000-0 -72593-4 0  9506
+2 06824 095.5212 315.1513 0005382 324.2597 103.0526 12.56293996919575
+1 06825U 73064A   14237.43351372  .00000002  00000-0  94465-4 0  9585
+2 06825 074.0266 336.1692 0018600 030.7934 037.8268 12.68178644896553
+1 06826U 73064B   14236.55533272 -.00000029  00000-0 -62815-4 0  9270
+2 06826 074.0180 273.2109 0029818 315.9887 153.1909 12.69715703899013
+1 06828U 73065A   14237.78428352  .00000045  00000-0  30805-4 0   306
+2 06828 082.9408 120.0209 0027437 000.1036 065.2148 13.75043900 54360
+1 06829U 73065B   14237.75452632  .00000036  00000-0  20870-4 0  4879
+2 06829 082.9390 087.9933 0022197 226.4695 180.7343 13.77059080 56896
+1 06842U 61015KP  14238.08541736 -.00000067  00000-0 -43236-4 0  5741
+2 06842 066.7325 086.0792 0659490 304.1889 131.3645 12.44569732795477
+1 06843U 71015CK  14238.08463995  .00001399  00000-0  33242-3 0  4643
+2 06843 065.6688 120.9571 0517369 267.0554 210.4066 13.98164298119952
+1 06844U 71015CL  14238.56239006  .00003024  00000-0  89561-3 0  1606
+2 06844 065.9026 046.2264 0643012 134.2876 231.3296 13.63924604 29693
+1 06845U 73069A   14238.13409828 -.00000011  00000-0  34208-4 0  9917
+2 06845 074.0026 318.2798 0028062 126.8865 283.0664 12.48576387864239
+1 06846U 73069B   14236.09813988  .00000019  00000-0  22024-3 0  8847
+2 06846 074.0020 150.1812 0047602 271.2347 193.3025 12.53171738870828
+1 06847U 73069C   14236.45546310 -.00000031  00000-0 -98066-4 0  7845
+2 06847 073.9989 228.8585 0034600 000.8813 155.7372 12.51048628867708
+1 06848U 73069D   14236.39223365 -.00000002  00000-0  83226-4 0   102
+2 06848 074.0018 190.0352 0089962 255.6004 268.8682 12.61680779883538
+1 06849U 73069E   14236.76988186 -.00000016  00000-0  14775-5 0  8256
+2 06849 073.9995 107.9585 0098354 157.4002 267.8432 12.63836574886799
+1 06850U 73069F   14236.82492083 -.00000034  00000-0 -10193-3 0  9004
+2 06850 073.9984 266.2082 0078408 340.9028 129.1977 12.59651101880553
+1 06851U 73069G   14236.78763488  .00000007  00000-0  13379-3 0  8972
+2 06851 074.0044 344.1288 0066834 071.0585 043.9243 12.57584105877470
+1 06852U 73069H   14236.78408764 -.00000036  00000-0 -11849-3 0  7980
+2 06852 073.9997 065.2119 0055491 164.8747 323.9060 12.55423098874250
+1 06853U 73069J   14237.36870269 -.00000006  00000-0  79383-4 0   155
+2 06853 074.0071 316.2650 0086783 322.4174 135.0530 12.28996457834994
+1 06909U 73081A   14237.86646889  .00000157  00000-0  15218-3 0  9998
+2 06909 089.8524 330.0712 0158088 196.8684 302.6233 13.70199871238592
+1 06910U 73081B   14236.81109020  .00000128  00000-0  12651-3 0   217
+2 06910 089.8477 328.2017 0158646 239.1319 234.1933 13.68900718 36728
+1 06916U 73084A   14238.22000257 -.00000028  00000-0  10000-3 0   413
+2 06916 071.6095 257.2225 5335345 279.5985 026.6245 02.00408263299000
+1 06920U 73086A   14238.47654782 -.00000035  00000-0  64407-4 0  1156
+2 06920 101.7893 217.6453 0006261 195.7882 276.7075 12.40346379847373
+1 06921U 73086B   14237.07775726 -.00000030  00000-0  11165-3 0  3962
+2 06921 101.9661 202.7784 0014175 235.0899 124.8831 12.36959921856887
+1 06938U 73088D   14235.89096640 -.00000010  00000-0  52809-4 0  7975
+2 06938 096.9310 206.1188 0027686 094.1113 319.0872 12.57041603871162
+1 06939U 73084D   14237.35692517  .00000480  00000-0 -15815-3 0  8966
+2 06939 062.5003 319.7209 7418671 034.0108 356.3677 02.03836509303689
+1 06965U 73098A   14237.69228068  .00000068  00000-0  30605-4 0  1883
+2 06965 074.0564 064.7600 0023494 351.7743 080.2853 14.38659230134116
+1 06966U 73098B   14237.84284392  .00000132  00000-0  47582-4 0  3384
+2 06966 074.0580 324.1407 0021556 201.4714 294.2973 14.42505693137525
+1 06973U 73100A   14237.80446090 -.00000051  00000-0  00000+0 0  1486
+2 06973 014.2000 328.3956 0033925 121.8476 257.2678 00.97654001 77778
+1 06974U 73100B   14238.86732763  .00000000  00000-0  10000-3 0  8057
+2 06974 013.6396 329.4312 0066614 321.6955 037.9064 00.97514683805560
+1 06976U 73100D   14234.45105846 -.00000255  00000-0  00000+0 0  6311
+2 06976 015.5262 331.5915 0260995 011.4928 320.3824 00.94997828 70728
+1 06985U 73104A   14236.48870494  .00000014  00000-0  16775-3 0  9166
+2 06985 074.0305 158.9784 0096579 243.3576 236.2005 12.63459678876445
+1 06986U 73104B   14236.44593590 -.00000001  00000-0  97666-4 0  1069
+2 06986 074.0298 305.8113 0026611 121.9298 006.6935 12.49867868856298
+1 06987U 73104C   14237.02848404 -.00000023  00000-0 -44296-4 0  8919
+2 06987 074.0280 219.9067 0040585 019.9561 035.8761 12.52172252859786
+1 06988U 73104D   14237.93519051 -.00000010  00000-0  40799-4 0  1803
+2 06988 074.0302 039.9517 0022533 261.3740 214.8984 12.47253212852607
+1 06989U 73104E   14237.14990958  .00000002  00000-0  11185-3 0  8944
+2 06989 074.0289 129.2355 0050842 266.2318 202.7444 12.54612301863429
+1 06990U 73104F   14237.37809168  .00000001  00000-0  10031-3 0    22
+2 06990 074.0314 323.2998 0073329 074.0975 351.5348 12.59052812870039
+1 06991U 73104G   14235.96230869 -.00000026  00000-0 -58187-4 0  8901
+2 06991 074.0295 046.0501 0062545 170.7719 347.1723 12.56891924866659
+1 06992U 73104H   14236.49913223 -.00000034  00000-0 -96730-4 0    45
+2 06992 074.0267 243.3026 0086571 343.4947 128.5824 12.61220544873123
+1 06993U 73104J   14237.72705984 -.00000038  00000-0 -19176-3 0   240
+2 06993 074.0337 302.6507 0092756 335.1506 171.1108 12.30298941827205
+1 07003U 73107A   14236.81416313  .00005091  00000-0  23190-3 0  3369
+2 07003 073.9302 240.2522 0440436 104.1481 320.7379 14.62943971 62367
+1 07004U 73107B   14237.76234280  .00015671  00000-0  41859-3 0  6973
+2 07004 073.9481 083.7744 0298673 211.9795 222.6229 15.03547893 80825
+1 07005U 73108A   14238.59467714  .00000022  00000-0  19577-4 0  4848
+2 07005 065.4398 303.8780 0041283 069.3293 291.2662 13.85308415 57499
+1 07008U 73109A   14237.67278203  .00000024  00000-0  94013-5 0  9782
+2 07008 082.9515 060.6499 0033477 090.4427 317.3253 13.72766332 36329
+1 07009U 73109B   14235.95442426  .00000082  00000-0  67557-4 0  6572
+2 07009 082.9537 346.0288 0018813 233.7180 263.1778 13.76758310 41817
+1 07012U 73086C   14236.76103212 -.00000042  00000-0  12131-4 0  4851
+2 07012 101.6597 285.8459 0063369 137.3618 341.7072 12.47299177856752
+1 07013U 73086D   14236.49958258 -.00000033  00000-0  62314-4 0  4207
+2 07013 101.5360 218.4427 0069192 090.5983 023.7023 12.51448704862760
+1 07014U 73086E   14236.50340185 -.00000021  00000-0  50047-4 0  6135
+2 07014 101.7374 075.9809 0406332 045.2738 007.0149 13.22371916966087
+1 07015U 73086F   14236.14049558 -.00000033  00000-0  44733-4 0  1937
+2 07015 101.7816 289.7839 0401459 218.4741 201.4028 11.66158838737062
+1 07016U 73086G   14237.40194932 -.00000044  00000-0 -17319-3 0  2309
+2 07016 101.6596 064.9551 0530064 337.1161 082.9872 11.45299285705840
+1 07017U 73086H   14230.93552078  .00000079  00000-0  78539-3 0  8954
+2 07017 102.0979 356.3761 0148897 298.4453 185.7791 12.51445951846843
+1 07018U 73086J   14237.85493446 -.00000030  00000-0  10297-3 0  5037
+2 07018 101.8809 207.3188 0012820 104.9188 320.4009 12.38863564844435
+1 07019U 73086K   14237.82148483  .00000035  00000-0  57184-3 0  4560
+2 07019 101.7591 218.0887 0065957 330.1117 101.4218 12.42332831849305
+1 07020U 73086L   14237.11514179  .00000038  00000-0  78338-3 0  5842
+2 07020 102.0716 094.3568 0161688 101.0281 022.5378 12.14342673808091
+1 07021U 73086M   14237.46597578  .00000100  00000-0  11533-2 0  9156
+2 07021 101.6813 102.6039 0195087 311.0456 169.0612 12.29073940818888
+1 07022U 73086N   14237.70951361 -.00000306  00000-0 -17097-2 0   756
+2 07022 102.3108 140.2220 0193619 263.9630 153.7186 12.44270964852338
+1 07023U 73086P   14236.62155830 -.00000010  00000-0  25476-3 0  1410
+2 07023 101.7737 222.3772 0028644 040.1734 023.9986 12.35836266839636
+1 07024U 73086Q   14237.15543375  .00000173  00000-0  10139-2 0  4135
+2 07024 101.8891 069.4792 0056876 241.7570 230.3145 12.76825298881755
+1 07025U 73086R   14235.78969095 -.00000025  00000-0  15429-3 0  2182
+2 07025 101.9465 161.4490 0462597 186.9695 236.3377 11.54278042719590
+1 07026U 73086S   14239.19224848 -.00000032  00000-0  10000-3 0   920
+2 07026 102.0743 137.2081 0115136 192.9718 166.8929 12.60822382870853
+1 07027U 73086T   14236.80742025  .00000585  00000-0  50983-2 0  9270
+2 07027 101.8588 198.1103 0059121 082.8127 031.3370 12.33234637831977
+1 07028U 73086U   14238.09490899 -.00000040  00000-0  31839-4 0  2601
+2 07028 102.1987 205.9941 0081125 166.8193 327.4546 12.24681999823609
+1 07029U 73086V   14235.93902278 -.00000043  00000-0  15765-5 0  1941
+2 07029 101.8795 213.7172 0011984 237.0017 185.5956 12.37086169842339
+1 07030U 73086W   14235.20638163 -.00000060  00000-0 -14477-3 0  3884
+2 07030 102.3353 317.3261 0091754 010.4245 046.5099 12.23842448821949
+1 07031U 73086X   14238.13751939 -.00000038  00000-0  45933-4 0  2781
+2 07031 101.9518 297.1653 0010102 227.8565 189.2039 12.38500625844235
+1 07032U 73086Y   14236.03229375 -.00000042  00000-0  13177-4 0   624
+2 07032 101.8953 218.4840 0030073 074.2456 328.3828 12.34631700838560
+1 07033U 73086Z   14236.40172637 -.00000149  00000-0 -75619-3 0  6694
+2 07033 102.1245 298.3871 0029818 132.8893 292.2414 12.41812733842123
+1 07034U 73086AA  14236.68130804 -.00000028  00000-0  10437-3 0  3098
+2 07034 101.6313 247.9881 0016578 225.7772 250.0869 12.43478166849899
+1 07035U 73086AB  14238.14277854 -.00000399  00000-0 -48091-2 0  6809
+2 07035 101.7799 300.7093 0321104 185.7312 235.4669 11.82826842760472
+1 07036U 73086AC  14236.44565220  .00000165  00000-0  13483-2 0  2710
+2 07036 101.6189 283.1050 0016510 241.0638 235.2388 12.51283653857052
+1 07037U 73086AD  14235.70745584  .00000123  00000-0  20679-2 0   719
+2 07037 102.0604 318.8461 0320009 231.7635 287.2513 11.86396922766480
+1 07038U 73086AE  14236.37383226  .00000086  00000-0  11679-2 0  3604
+2 07038 102.1429 166.1265 0130185 342.6186 135.9863 12.23077432819008
+1 07039U 73086AF  14236.32110652 -.00000020  00000-0  18356-3 0  7626
+2 07039 102.4258 351.9113 0130717 002.5300 061.7454 12.48999334858544
+1 07040U 73086AG  14236.68232919  .00000036  00000-0  36211-3 0  6139
+2 07040 102.5496 264.5183 0193281 311.8980 170.2186 12.81289253904798
+1 07041U 73086AH  14238.07986397  .00000231  00000-0  20956-2 0   354
+2 07041 101.5718 086.1259 0200051 032.9733 088.9318 12.32636439822663
+1 07042U 73086AJ  14237.13749315  .00000462  00000-0  66802-3 0  9679
+2 07042 101.7535 063.4096 0328579 183.4512 293.6902 13.42418401982786
+1 07043U 73086AK  14237.97600956 -.00000046  00000-0  28561-4 0  3549
+2 07043 102.1769 236.3971 0215610 266.0299 151.3314 12.84593876910812
+1 07044U 73086AL  14237.45633909 -.00000029  00000-0  14226-3 0  8208
+2 07044 102.5750 259.0262 0088961 236.7143 229.0134 12.44358781852910
+1 07045U 73086AM  14236.50734181 -.00000030  00000-0  11668-3 0  2560
+2 07045 102.1641 213.2229 0077580 079.9698 036.7407 12.25886436818929
+1 07046U 73086AN  14237.48053969 -.00000045  00000-0 -12963-4 0  9998
+2 07046 102.0933 213.1337 0057448 178.0356 302.3118 12.29232271824154
+1 07048U 73086AQ  14235.67872689 -.00000028  00000-0  60167-4 0  5925
+2 07048 101.6365 126.8618 0491158 038.2195 016.5159 11.50606778707508
+1 07049U 73086AR  14235.98301355 -.00000224  00000-0 -23017-2 0  3284
+2 07049 101.7510 223.9300 0253704 038.1839 025.8200 11.93053756770055
+1 07050U 73086AS  14236.29731721  .00000193  00000-0  14433-2 0  5709
+2 07050 101.4820 263.7580 0044208 021.2128 041.9502 12.55453589856732
+1 07051U 73086AT  14236.89041470 -.00000031  00000-0  11013-3 0  2106
+2 07051 102.1317 209.9867 0065505 247.3863 170.3156 12.28674472822979
+1 07052U 73086AU  14236.49099635 -.00000021  00000-0  17878-3 0  2518
+2 07052 101.8769 207.7656 0022495 265.2157 216.1881 12.37115322841604
+1 07053U 73086AV  14237.60571657  .00000008  00000-0  37037-3 0  4360
+2 07053 102.1916 265.2980 0042802 187.0878 297.8350 12.47921305856371
+1 07054U 73086AW  14237.75042640  .00000507  00000-0  13928-2 0  6528
+2 07054 101.4726 303.0682 0315732 127.4182 341.8060 13.03099470938702
+1 07055U 73086AX  14236.76429666  .00000004  00000-0  58331-3 0  7246
+2 07055 102.6524 180.4329 0346421 341.3517 086.2217 11.83990834763312
+1 07056U 73086AY  14236.17088223  .00000004  00000-0  43030-3 0  3787
+2 07056 102.1585 206.2776 0086368 232.3966 257.9061 12.23916608822341
+1 07057U 73086AZ  14236.80689247 -.00000038  00000-0  44662-4 0   554
+2 07057 102.0110 211.6238 0034074 210.1223 211.5349 12.32979539836347
+1 07058U 73086BA  14237.01648374  .00000228  00000-0  17304-2 0  1760
+2 07058 101.4933 247.4050 0005852 213.6087 213.4486 12.52396644858913
+1 07059U 73086BB  14235.64676331 -.00000222  00000-0 -15812-2 0  8419
+2 07059 101.9818 115.2302 0102804 230.2181 199.0174 12.25853485820584
+1 07060U 73086BC  14237.93302453 -.00000007  00000-0  26275-3 0  3259
+2 07060 101.7627 212.2375 0023303 268.3209 160.2854 12.44545968852810
+1 07061U 73086BD  14237.45600383  .00000021  00000-0  41514-3 0  1144
+2 07061 102.4676 180.3993 0139147 134.8473 338.0608 12.55026645866655
+1 07063U 73086BF  14236.40071372 -.00000313  00000-0 -69703-3 0  1179
+2 07063 102.4592 030.9013 0299375 209.3537 208.1547 12.99363407932084
+1 07064U 73086BG  14236.94444688 -.00000000  00000-0  19816-3 0  8699
+2 07064 101.5010 318.7432 0180239 073.0107 343.7305 12.74807601896640
+1 07065U 73086BH  14236.80503172  .00000939  00000-0  79992-2 0  7148
+2 07065 101.9896 310.9888 0050696 143.6505 336.0052 12.33194340832407
+1 07066U 73086BJ  14238.02817370  .00000378  00000-0  31980-2 0  8955
+2 07066 101.8047 294.9690 0060020 358.8398 118.4970 12.38405848840648
+1 07068U 73086BL  14236.57875802 -.00000011  00000-0  15907-3 0  3658
+2 07068 102.3732 100.9971 0214563 055.1342 359.9011 12.81117076906398
+1 07069U 73086BM  14238.05809317  .00001001  00000-0  13737-2 0    83
+2 07069 102.7957 054.3879 0264805 152.7549 326.1057 13.48902977979019
+1 07071U 73086BP  14238.13206660 -.00000068  00000-0 -17265-3 0  3254
+2 07071 102.0035 304.3519 0007059 314.9258 100.6593 12.41155433848289
+1 07072U 73086BQ  14237.79583729 -.00000070  00000-0 -18958-3 0  4063
+2 07072 101.7952 290.6265 0012379 106.6165 010.0881 12.42428639849820
+1 07073U 73086BR  14237.79048792 -.00000023  00000-0  16817-3 0  2786
+2 07073 101.9010 224.1003 0063828 231.4540 251.5652 12.28497050829394
+1 07074U 73086BS  14236.50559821 -.00000051  00000-0 -89971-5 0  9585
+2 07074 102.0410 090.2883 0176856 359.1028 070.8792 12.72056047893905
+1 07075U 73086BT  14238.09793442  .00002049  00000-0  70289-2 0  3952
+2 07075 101.5966 189.0587 0177841 009.6411 117.5670 12.94342672907740
+1 07076U 73086BU  14236.50008028 -.00000044  00000-0 -43868-5 0  2631
+2 07076 101.7504 224.4563 0012952 149.9405 327.7029 12.39675069845877
+1 07079U 73086BX  14237.14949635  .00000028  00000-0  58830-3 0  5112
+2 07079 102.0806 297.5207 0036033 266.3029 150.9488 12.34024846831143
+1 07080U 73086BY  14237.11540453  .00000389  00000-0  23904-2 0  4725
+2 07080 101.9522 058.8879 0101953 348.0777 127.4534 12.62376238864348
+1 07081U 73086BZ  14237.92315698  .00000097  00000-0  71260-3 0  9726
+2 07081 102.2813 007.6381 0166403 204.9464 276.3064 12.69293556888526
+1 07082U 73086CA  14237.35504441  .00000282  00000-0  19223-2 0  1559
+2 07082 101.7720 014.0735 0033960 038.6011 031.9850 12.58373312865669
+1 07083U 73086CB  14235.84214344 -.00000001  00000-0  34945-3 0  7355
+2 07083 102.0076 216.1586 0068087 081.6953 346.9344 12.31863053832699
+1 07084U 73086CC  14236.34603116 -.00000006  00000-0  31779-3 0  3253
+2 07084 101.8582 001.0598 0152674 298.4572 126.1591 12.25095646824392
+1 07085U 73086CD  14236.81728395  .00000062  00000-0  62689-3 0  3393
+2 07085 102.1014 189.4764 0095362 212.1276 203.6920 12.59414581873040
+1 07086U 73086CE  14238.02677182 -.00000015  00000-0  20868-3 0  2746
+2 07086 101.6820 254.0270 0012561 013.4100 043.7807 12.40410652846366
+1 07087U 73086CF  14238.89804941  .00003998  00000-0  57300-2 0  8127
+2 07087 102.1371 019.0033 0181438 002.5793 357.6681 13.49433751601942
+1 07088U 73086CG  14236.35348896  .00000556  00000-0  22675-2 0  7795
+2 07088 102.4167 011.6187 0261093 355.9673 060.4996 12.81544636899515
+1 07091U 73086CK  14238.12339928 -.00000263  00000-0 -25749-2 0  5680
+2 07091 102.1269 299.6194 0285268 294.3498 121.0668 11.95981031780704
+1 07092U 73086CL  14237.39051466 -.00000203  00000-0 -35913-3 0  4810
+2 07092 101.8715 049.6682 0318813 189.5796 237.4283 13.05617845939704
+1 07093U 73086CM  14235.91337807 -.00000043  00000-0  49568-5 0   587
+2 07093 102.1888 206.1379 0071157 359.8654 068.7968 12.26846668816297
+1 07094U 74001A   14237.16397772  .00000061  00000-0  47619-4 0  9281
+2 07094 082.9574 135.5361 0035568 317.0751 151.5771 13.75650435 37727
+1 07095U 74001B   14237.74231054  .00000137  00000-0  11936-3 0   979
+2 07095 082.9467 080.8106 0038452 131.3475 276.8565 13.78484161 41432
+1 07124U 73086CN  14237.88421573 -.00000029  00000-0  12599-3 0   119
+2 07124 102.1104 210.2272 0053402 074.7292 342.3903 12.29986411831656
+1 07126U 73086CQ  14237.02776905  .00000119  00000-0  10564-2 0  2535
+2 07126 101.8444 269.5369 0294396 082.0297 344.8432 12.38511490840049
+1 07127U 73086CR  14236.52354565  .00000207  00000-0  27434-2 0  4538
+2 07127 101.8924 211.3857 0265292 216.7560 259.6389 12.00441315787559
+1 07128U 73086CS  14237.13364093  .00000509  00000-0  31053-2 0  1673
+2 07128 101.6063 295.3703 0013461 295.8829 120.3143 12.62113167868853
+1 07129U 73086CT  14236.91713456  .00000468  00000-0  55132-2 0  3962
+2 07129 102.0757 353.7358 0249490 257.3456 225.9047 12.03502615788509
+1 07130U 73086CU  14235.95043451  .00003452  00000-0  99863-2 0  1770
+2 07130 102.3697 238.1771 0069453 149.5961 265.4848 13.09891004891754
+1 07131U 73086CV  14236.49314147  .00000156  00000-0  19593-2 0  6713
+2 07131 101.8444 058.2728 0181926 029.5384 027.1518 12.13152662802144
+1 07132U 73086CW  14236.47075885  .00000040  00000-0  61535-3 0  8162
+2 07132 101.7050 225.1450 0022575 119.4908 011.3591 12.40382958844751
+1 07133U 73086CX  14236.81994626 -.00000021  00000-0  17394-3 0  9912
+2 07133 101.9652 317.2827 0041692 144.6857 331.3119 12.41243142845335
+1 07134U 73086CY  14237.76566383  .00000247  00000-0  18604-2 0  9411
+2 07134 101.8172 333.6366 0011818 289.5354 198.1557 12.52467266860205
+1 07135U 73086CZ  14237.78898035 -.00000883  00000-0 -45762-2 0  8553
+2 07135 102.2430 298.6567 0139091 043.7862 317.4144 12.60890482869834
+1 07136U 73086DA  14238.10603270 -.00000054  00000-0 -62728-4 0  3677
+2 07136 101.6519 280.4048 0049865 181.5442 246.3581 12.52381154861764
+1 07137U 73086DB  14236.50467711  .00000128  00000-0  10289-2 0  3053
+2 07137 101.3927 248.6961 0045174 300.5483 214.4433 12.56561296864690
+1 07138U 73086DC  14236.13354699 -.00000025  00000-0  14850-3 0  5602
+2 07138 101.9351 291.2900 0053719 342.9108 072.1272 12.31714453834788
+1 07139U 73086DD  14236.31739241  .00000184  00000-0  18286-2 0  1149
+2 07139 102.1450 350.0021 0065576 189.0879 194.5825 12.34422484832446
+1 07140U 73086DE  14236.82684625 -.00000001  00000-0  33315-3 0  7328
+2 07140 101.8152 212.4722 0024392 001.6243 068.3806 12.35949516839903
+1 07141U 73086DF  14236.43237661  .00000171  00000-0  16383-2 0  3092
+2 07141 102.1854 214.7319 0029479 351.0747 134.3623 12.39094239840478
+1 07142U 73086DG  14236.20858336  .00000120  00000-0  13553-2 0  5324
+2 07142 102.1016 313.9755 0044801 054.9108 012.1872 12.31862658834394
+1 07143U 73086DH  14238.14618698 -.00000041  00000-0  37767-4 0  2049
+2 07143 102.3425 299.6958 0048069 004.3109 052.0865 12.32883487836072
+1 07145U 73086DK  14235.71210854 -.00000365  00000-0 -44714-2 0  8261
+2 07145 101.9957 137.0327 0315645 061.6494 356.4300 11.81359769759448
+1 07146U 73086DL  14236.82453949  .00000541  00000-0  43098-2 0  3374
+2 07146 101.7814 172.5565 0064161 022.7031 038.9744 12.40606586838682
+1 07147U 73086DM  14238.07275240 -.00000048  00000-0 -45735-4 0  1262
+2 07147 101.7760 260.1493 0055297 343.2234 081.9159 12.32842033835699
+1 07148U 73086DN  14236.79464106 -.00000587  00000-0 -47156-2 0  4506
+2 07148 102.2992 306.2342 0129735 115.9784 007.7345 12.26288285825206
+1 07149U 73086DP  14236.18119836 -.00000153  00000-0 -82123-3 0  2553
+2 07149 102.1096 321.4709 0053029 076.8659 311.3787 12.38856695840665
+1 07150U 73086DQ  14235.93246286  .00000432  00000-0  41919-2 0  9931
+2 07150 101.9237 355.7685 0133674 191.0314 293.3404 12.24717471818772
+1 07151U 73086DR  14236.16393971  .00000113  00000-0  15379-2 0  4866
+2 07151 102.7096 313.9633 0156099 339.4759 075.6385 12.16926313809543
+1 07152U 73086DS  14237.64124081 -.00000058  00000-0 -12811-3 0  1063
+2 07152 102.0162 274.4906 0079815 342.4938 140.8450 12.28356732829329
+1 07153U 73086DT  14237.71814872 -.00000006  00000-0  29924-3 0  4367
+2 07153 101.8589 267.3222 0033330 202.2505 269.9479 12.35307237838235
+1 07155U 73086DU  14236.30234801  .00000041  00000-0  63979-3 0  4637
+2 07155 102.3867 350.2819 0119396 089.0116 295.4996 12.39193171841610
+1 07156U 73086DV  14236.81291778 -.00000054  00000-0 -11307-3 0  2339
+2 07156 102.0544 307.8628 0136743 277.3216 199.7196 12.14491532809048
+1 07158U 73086DW  14236.42906071 -.00000052  00000-0 -65035-4 0  8227
+2 07158 102.0985 203.2769 0040938 308.8538 173.2982 12.31701620834130
+1 07160U 73086DY  14236.04992678  .00000086  00000-0  10391-2 0  6918
+2 07160 101.8972 265.4082 0085104 035.2346 021.5013 12.33592229833613
+1 07161U 73086DZ  14238.83417911  .00000007  00000-0  10000-3 0  9138
+2 07161 101.8725 209.8328 0013994 189.1140 171.0075 12.41039397848025
+1 07162U 73086EA  14236.12396563  .00000941  00000-0  44656-2 0  7080
+2 07162 101.4902 282.7240 0092552 324.4956 098.1259 12.76639443876477
+1 07163U 73086EB  14235.92408538 -.00000039  00000-0  38984-4 0   984
+2 07163 102.0807 208.5529 0064732 339.8671 083.7919 12.31159376833040
+1 07164U 73086EC  14238.04879418  .00000245  00000-0  13647-2 0  8501
+2 07164 101.4333 264.0860 0085982 069.6498 346.0091 12.73874863889439
+1 07165U 73086ED  14237.61425285  .00000581  00000-0  17470-2 0  4847
+2 07165 101.6835 241.7358 0182921 131.4389 344.3045 13.07183015925779
+1 07166U 73086EE  14236.91583751  .00000011  00000-0  40340-3 0   693
+2 07166 101.7696 223.2269 0015232 015.5280 040.6271 12.40728649845596
+1 07167U 73086EF  14237.16070145 -.00000317  00000-0 -17787-2 0  4109
+2 07167 101.8815 329.9359 0029754 108.8072 319.1567 12.50293103854308
+1 07168U 73086EG  14237.99581259 -.00000272  00000-0 -23375-2 0  3484
+2 07168 102.3753 150.6443 0182418 073.2640 353.7184 12.11726080802902
+1 07169U 73086EH  14236.90715648  .00000130  00000-0  89353-3 0  3453
+2 07169 101.6796 223.8423 0131621 032.6540 021.8631 12.66788308883080
+1 07170U 73086EJ  14238.05093560  .00000756  00000-0  27874-2 0  1232
+2 07170 101.7037 259.9726 0102517 245.8893 179.0198 12.95577059903446
+1 07173U 73086EK  14236.94231355 -.00000270  00000-0 -18194-2 0  4193
+2 07173 102.2423 352.1079 0231439 264.2302 211.9483 12.26907081648745
+1 07174U 73086EL  14237.62198042  .00000248  00000-0  28385-2 0  4898
+2 07174 102.1073 145.3061 0298358 129.8006 347.7059 12.07569396810660
+1 07175U 73086EM  14237.76388627 -.00000100  00000-0 -15559-3 0  3713
+2 07175 102.5796 155.7567 0195707 169.5098 260.0148 12.90344073912450
+1 07176U 73086EN  14236.67485465  .00000040  00000-0  39850-3 0  4746
+2 07176 102.2171 138.2173 0176235 198.3282 218.2358 12.75247105897927
+1 07177U 73086EP  14235.91540353  .00000501  00000-0  13167-2 0  2350
+2 07177 102.0158 339.0627 0260982 159.5676 315.4804 13.11613157938551
+1 07179U 73086EQ  14237.12483541  .00004608  00000-0  92213-2 0  5109
+2 07179 102.6208 060.8969 0088226 331.8555 143.4218 13.33823450905862
+1 07180U 73086ER  14238.10605294 -.00000266  00000-0 -95416-3 0   721
+2 07180 102.2310 305.3401 0152086 015.0070 045.9565 12.75871724890418
+1 07181U 73086ES  14235.62494883 -.00000029  00000-0  12353-3 0  1957
+2 07181 102.4076 101.2436 0103893 313.1803 112.3633 12.56449824868634
+1 07182U 73086ET  14238.09046310  .00000130  00000-0  68831-3 0  1909
+2 07182 102.5035 275.6352 0342179 342.9373 071.4213 12.74183219138382
+1 07183U 73086EU  14236.60966932  .00000145  00000-0  99856-3 0  8540
+2 07183 102.4014 260.3021 0121645 296.4284 186.1308 12.66990376878167
+1 07184U 73086EV  14237.13541826  .00000058  00000-0  34151-3 0  1588
+2 07184 102.2669 309.7120 0195276 077.4586 349.1719 12.99705089922183
+1 07185U 73086EW  14238.88080883  .00000735  00000-0  10000-3 0   424
+2 07185 101.8141 218.5830 0147178 211.6395 147.6167 12.22075789815134
+1 07186U 73086EX  14237.27072111  .00000730  00000-0  23894-2 0  5088
+2 07186 101.7936 350.9109 0234204 238.3732 177.0224 12.97045667918706
+1 07190U 73086EY  14236.49535139  .00001326  00000-0  14637-2 0  6011
+2 07190 102.7055 196.7034 0255503 355.2885 121.8244 13.61635344990146
+1 07191U 73086EZ  14237.38933110 -.00000653  00000-0 -59559-2 0  6311
+2 07191 102.1321 296.9681 0250361 013.1098 047.8629 12.11738162375991
+1 07192U 73086FA  14235.43598126  .00000013  00000-0  80025-3 0  3431
+2 07192 102.1890 195.2110 0440713 234.9599 251.7738 11.59643209727000
+1 07193U 73086FB  14236.58195863 -.00000057  00000-0 -16283-3 0  9172
+2 07193 101.7833 237.4902 0299288 255.8584 223.0376 12.07427380793890
+1 07194U 73086FC  14237.96889766  .00000125  00000-0  26393-2 0  6193
+2 07194 102.6662 031.0339 0540518 222.6118 263.7627 11.48835334708671
+1 07195U 73086FD  14236.49168051  .00000805  00000-0  11137-2 0  1402
+2 07195 103.2026 218.4819 0321212 206.6713 281.0856 13.43786117973658
+1 07196U 73086FE  14236.81595063 -.00000047  00000-0  93595-5 0  3082
+2 07196 102.3939 082.9954 0052445 334.1054 092.6612 12.46825442856439
+1 07198U 73086FG  14237.40262324  .00000462  00000-0  19846-2 0  8035
+2 07198 102.3414 033.4367 0149819 146.7478 286.9157 12.85889200903752
+1 07200U 73086FJ  14237.31427126 -.00000034  00000-0  73563-4 0  4223
+2 07200 102.4722 009.5301 0300934 098.5497 319.7549 12.00636408784612
+1 07202U 73086FL  14236.82036234  .00000331  00000-0  75839-3 0  1173
+2 07202 102.0498 228.1572 0301416 033.9527 082.8188 13.20004341951657
+1 07203U 73086FM  14236.32767749  .00000171  00000-0  23812-3 0  1908
+2 07203 101.9816 131.4222 0452161 138.1511 343.7022 13.38101697983217
+1 07209U 74011A   14237.14546087 -.00000049  00000-0 -32435-4 0  3892
+2 07209 081.2281 304.2611 0040090 085.7513 335.0183 14.13698151 85826
+1 07210U 74011B   14237.79161594 -.00000015  00000-0 -14566-4 0  3383
+2 07210 081.2405 332.3422 0081706 057.2699 303.6315 14.12904618 85034
+1 07213U 74013A   14236.98061684  .00000344  00000-0  10867-3 0  6089
+2 07213 097.8830 000.0049 0118687 240.7084 235.3064 14.42017071117750
+1 07218U 74015A   14237.14294448  .00000071  00000-0  45456-4 0  3808
+2 07218 099.0768 102.8755 0056780 230.5968 243.4407 14.30204224104287
+1 07219U 74015B   14236.96834844  .00000048  00000-0  39588-4 0  1168
+2 07219 099.0185 002.7948 0065920 110.9099 021.7794 14.24762800 98915
+1 07228U 74013B   14237.79420378  .00000245  00000-0  83639-4 0  8905
+2 07228 097.9044 349.2001 0109064 305.1708 053.9304 14.40927886116626
+1 07229U 74017A   14238.09898376 -.00000006  00000-0  00000+0 0  3289
+2 07229 010.1913 318.6453 0038290 294.5317 168.5446 01.00784893 78728
+1 07250U 74022A   14231.00558472  .00000083  00000-0  00000+0 0   699
+2 07250 014.5394 342.6846 0004970 213.0796 165.8994 00.99898278 79168
+1 07265U 74024A   14236.80205279 -.00000014  00000-0  14460-4 0  6875
+2 07265 074.0209 016.5977 0060590 006.7827 099.7991 12.57288716851576
+1 07266U 74024B   14236.83842084 -.00000036  00000-0 -10080-3 0  8375
+2 07266 074.0170 060.5032 0103679 000.5803 102.0131 12.65766544864035
+1 07267U 74024C   14238.14997926 -.00000006  00000-0  58007-4 0  8107
+2 07267 074.0170 217.5136 0082478 183.9411 255.2121 12.61521551857966
+1 07268U 74024D   14236.80307162  .00000005  00000-0  11067-3 0  7163
+2 07268 074.0182 140.5405 0093899 096.8743 319.3819 12.63622146860888
+1 07269U 74024E   14238.15122573 -.00000030  00000-0 -74088-4 0  8057
+2 07269 074.0171 293.5537 0072964 272.6991 147.8145 12.59473017854943
+1 07270U 74024F   14236.37392490 -.00000027  00000-0 -66927-4 0  7966
+2 07270 074.0155 102.6196 0051215 115.5472 354.9866 12.54962679848095
+1 07271U 74024G   14237.34887432  .00000017  00000-0  20667-3 0  7888
+2 07271 074.0189 180.6212 0039327 206.8764 273.2424 12.52811746845058
+1 07272U 74024H   14236.47127792 -.00000024  00000-0 -52146-4 0    25
+2 07272 074.0157 273.5094 0033733 329.8593 135.4510 12.50315037841281
+1 07273U 74024J   14236.14283257 -.00000081  00000-0 -56115-3 0  1280
+2 07273 074.0206 270.0949 0075063 136.6682 278.2161 12.30421452812196
+1 07274U 74025A   14237.13889892 -.00000030  00000-0 -24984-4 0   473
+2 07274 081.2343 177.5671 0016312 265.3201 214.1231 14.08289427 71231
+1 07275U 74025B   14237.47311803  .00000039  00000-0  16377-4 0   578
+2 07275 081.2416 228.9440 0055361 244.8839 224.1121 14.06485098 68981
+1 07276U 74026A   14238.99755705  .00021547  00000-0  45998-3 0   264
+2 07276 062.3520 015.7909 7296484 274.8943 013.2366 02.30794403179482
+1 07281U 74028A   14236.81325418 -.00000013  00000-0  21103-4 0   613
+2 07281 074.0453 012.2495 0021705 316.1332 152.4506 12.69513632868823
+1 07284U 74028B   14236.49438740 -.00000033  00000-0 -80084-4 0  1317
+2 07284 074.0398 297.9875 0017108 215.1917 246.6208 12.71589711871640
+1 07291U 74029A   14238.75359671  .00000024  00000-0  18425-4 0  5910
+2 07291 064.9716 142.6415 0029895 017.3462 342.9090 13.92873264 50066
+1 07297U 74032A   14238.99151613 -.00000010  00000-0  00000+0 0  1087
+2 07297 064.9474 237.2402 0078696 270.0271 089.2224 13.79427027 30367
+1 07298U 74033A   14233.81616847 -.00000011  00000-0  00000+0 0   563
+2 07298 013.6992 318.9407 0014001 292.5370 060.8667 00.98611357 77304
+1 07318U 74039A   14238.45117225  .00000000  00000-0  10000-3 0  1735
+2 07318 011.1512 320.1312 0036493 187.8055 172.2120 01.01974541 78151
+1 07324U 74039C   14237.40144479  .00000101  00000-0  00000+0 0  5705
+2 07324 011.9821 322.5163 0026502 218.4874 139.6139 01.00662912 76182
+1 07337U 74044A   14237.77110152  .00002701  00000-0  15000-3 0   350
+2 07337 082.9477 264.0290 0578509 230.8989 123.9399 14.29869796 19518
+1 07349U 74048A   14238.14237223  .00000052  00000-0  37983-4 0  5153
+2 07349 082.9510 129.5670 0026170 059.4192 050.0400 13.75461969 15495
+1 07350U 74048B   14238.11709874  .00000110  00000-0  95310-4 0  5027
+2 07350 082.9425 086.6569 0015708 308.6148 165.7439 13.77587486 18389
+1 07363U 74052A   14237.98762044  .00000022  00000-0  67539-5 0  9421
+2 07363 081.2287 185.9568 0016568 253.3217 172.5729 13.99716435 48924
+1 07364U 74052B   14237.99825553  .00000121  00000-0  65644-4 0  2683
+2 07364 081.2301 061.3505 0050587 147.5808 322.4292 14.05829147 57181
+1 07369U 74054A   14236.35168414 -.00000006  00000-0  00000+0 0  2048
+2 07369 124.7473 145.6236 0075127 182.2804 299.2874 03.07214308450120
+1 07373U 74026E   14235.79174721 -.00000314  00000-0 -18396-2 0  8552
+2 07373 062.2821 185.5564 7230674 269.6360 015.2213 02.06524635297777
+1 07376U 74056A   14238.74165292  .00001872  00000-0  15166-1 0  7580
+2 07376 061.4816 114.3094 7408352 275.2461 012.2391 02.00753275293079
+1 07382U 74056D   14237.34818007  .00000017  00000-0  17128-3 0  3411
+2 07382 062.7329 319.3587 6738947 247.2087 031.7167 02.91161429240164
+1 07392U 74060A   14238.74973573  .00000000  00000-0  10000-3 0  3067
+2 07392 010.7885 318.7534 0013145 145.9165 214.2420 01.00342338 90927
+1 07400U 74060E   14235.80490053 -.00000144  00000-0 -15074-1 0  4165
+2 07400 045.4119 157.7348 6637267 324.7986 012.5114 02.54701240124734
+1 07411U 74063A   14237.44441584  .00000138  00000-0  73746-4 0  6275
+2 07411 098.6933 050.7140 0042230 021.6584 338.6371 14.27244661 78910
+1 07412U 74063B   14237.09603205  .00000049  00000-0  41417-4 0  2106
+2 07412 098.7651 050.1325 0045405 210.6435 149.2089 14.22610588 75751
+1 07424U 74069A   14236.84001800 -.00000009  00000-0  37224-4 0  9576
+2 07424 074.0620 012.3414 0038070 177.2796 293.3526 12.67132952849919
+1 07426U 74069B   14236.75618588 -.00000022  00000-0 -27124-4 0  3304
+2 07426 074.0583 316.9935 0043533 104.5296 030.0197 12.68773486237171
+1 07433U 74071A   14237.67785020  .00000021  00000-0  17351-4 0   588
+2 07433 074.0484 053.5727 0014636 242.4707 189.5460 14.32262417 85368
+1 07434U 74071B   14237.67517096  .00000113  00000-0  47541-4 0  2897
+2 07434 074.0477 298.7686 0019596 102.5124 054.1112 14.36271552 89311
+1 07435U 74072A   14236.82337785 -.00000004  00000-0  70213-4 0  8034
+2 07435 074.0383 011.3612 0044218 153.5199 317.3744 12.57963231833824
+1 07436U 74072B   14236.50412154 -.00000037  00000-0 -15881-3 0  9413
+2 07436 074.0329 237.4075 0042441 278.5289 199.3290 12.41746070810184
+1 07437U 74072C   14238.13673126  .00000000  00000-0  11348-3 0  9628
+2 07437 074.0356 141.3839 0027852 180.6917 288.6097 12.44366910814215
+1 07438U 74072D   14236.03694703 -.00000034  00000-0 -12604-3 0  9793
+2 07438 074.0338 064.5923 0015541 077.4170 088.1230 12.46587618817174
+1 07439U 74072E   14236.42643358  .00000005  00000-0  13859-3 0  9954
+2 07439 074.0386 337.0303 0004200 022.4097 046.1521 12.49013085820756
+1 07440U 74072F   14236.46866024 -.00000038  00000-0 -14639-3 0  7792
+2 07440 074.0322 256.5113 0008389 069.8483 089.6469 12.51237993823999
+1 07441U 74072G   14238.00177853  .00000014  00000-0  18938-3 0  7811
+2 07441 074.0366 174.2540 0020931 339.4733 092.8538 12.53455633827429
+1 07442U 74072H   14236.07971387 -.00000020  00000-0 -22250-4 0  7868
+2 07442 074.0333 096.6851 0032969 259.9007 254.5727 12.55657859830371
+1 07443U 74072J   14238.14870679 -.00000001  00000-0  12506-3 0  1461
+2 07443 074.0362 174.0955 0132358 306.4975 159.7388 12.22853813782990
+1 07466U 74075A   14236.14028080  .00000084  00000-0  00000+0 0  1965
+2 07466 014.5476 343.6358 0008033 139.8727 107.8730 00.99854701 94557
+1 07476U 74079A   14238.12950119  .00000029  00000-0  15149-4 0  7833
+2 07476 082.9415 116.7411 0029617 214.9620 253.3969 13.72063315995141
+1 07477U 74079B   14236.17506363 -.00000033  00000-0 -51444-4 0  7267
+2 07477 082.9400 083.5503 0034946 087.1711 051.9484 13.74028623997456
+1 07488U 73086FU  14238.95316238  .00017948  00000-0  10000-3 0  5478
+2 07488 101.9810 021.2957 0420883 241.0576 114.8116 12.77360655755343
+1 07489U 73086FV  14237.67405356 -.00000023  00000-0  17735-3 0  5331
+2 07489 102.1050 207.4839 0060771 135.7731 305.7667 12.29472012829531
+1 07490U 74083A   14237.80635929  .00000256  00000-0  13775-3 0  2634
+2 07490 081.1882 043.3401 0030640 033.3812 079.0501 14.09830971 47250
+1 07493U 74083B   14237.15840165  .00000031  00000-0  10695-4 0  1690
+2 07493 081.1755 082.5239 0047507 065.8157 294.7967 14.07508421 44336
+1 07529U 74089A   14238.44020632 -.00000032  00000-0  71552-4 0  1262
+2 07529 101.4908 218.1750 0008685 209.8559 266.8829 12.53093790819555
+1 07530U 74089B   14237.88535572 -.00000039  00000-0  25716-4 0   475
+2 07530 101.4796 217.4395 0012081 156.8947 268.3787 12.53606608820253
+1 07531U 74089C   14237.47718209 -.00000032  00000-0  72614-4 0  7885
+2 07531 101.4812 217.5235 0010979 166.9698 309.2607 12.53503294820013
+1 07532U 74089D   14236.16155696 -.00000024  00000-0  15000-3 0  8906
+2 07532 101.9073 311.8070 0066979 052.2222 001.8715 12.39856472800504
+1 07544U 74093A   14237.12337253  .00000085  00000-0  00000+0 0  3127
+2 07544 014.7677 347.2276 0006750 120.9277 122.1719 00.99786281 82206
+1 07545U 74093B   14237.22590859 -.00000235  00000-0 -19549-2 0  8352
+2 07545 026.2620 056.9980 7194067 053.1332 272.3678 02.21124082191412
+1 07547U 74094A   14230.93214036  .00000000  00000-0  10000-3 0  9124
+2 07547 012.3480 328.9772 0004845 142.1899 217.9060 01.00340776 81446
+1 07559U 73088E   14236.43189653  .00000005  00000-0  13943-3 0  9658
+2 07559 096.7998 002.6134 0048969 082.3952 009.4645 12.55932601869451
+1 07560U 72062D   14237.40820751  .00000181  00000-0  99370-4 0  5694
+2 07560 082.9722 274.1682 0068729 039.7930 020.9227 14.05343969146606
+1 07574U 74099A   14237.47964249  .00000024  00000-0  65670-5 0   125
+2 07574 081.2330 213.6768 0015591 302.6940 173.7488 14.11268289 42196
+1 07575U 74099B   14237.10209743  .00000009  00000-0 -15733-5 0  3657
+2 07575 081.2429 234.7722 0049084 302.2828 120.8071 14.10892491 41866
+1 07578U 74101A   14238.44967814  .00000000  00000-0  10000-3 0  1289
+2 07578 013.3870 329.7869 0008153 182.9271 177.1382 00.99955584 74523
+1 07593U 74105A   14237.93113571  .00000047  00000-0  32251-4 0  8984
+2 07593 082.9545 008.7856 0025839 131.3428 016.8165 13.76631090992195
+1 07594U 74105B   14237.90333891  .00000062  00000-0  45658-4 0   200
+2 07594 082.9511 332.5774 0015937 003.2795 134.0898 13.78741562994734
+1 07615U 75004A   14237.27463825  .00000115  00000-0  11420-3 0  3025
+2 07615 098.9515 291.3657 0007877 342.5713 058.6431 13.96589917 17211
+1 07616U 75004B   14236.76283670 -.00000015  00000-0  10563-4 0  9313
+2 07616 097.7611 134.2603 0187569 014.2816 052.7856 14.04776702 14455
+1 07625U 75007A   14238.20506182 -.00000005  00000-0  10000-3 0  7663
+2 07625 068.3422 111.3634 5333231 056.9018 343.6808 02.00320760150148
+1 07629U 75007D   14237.37747734  .00000664  00000-0  00000+0 0  6758
+2 07629 068.9965 100.8076 5595114 036.3037 087.7375 02.00919637151374
+1 07646U 75010A   14237.79612971 -.00000118  00000-0  18027-4 0  6434
+2 07646 049.8235 209.4173 0205710 214.3482 217.5643 13.82291755997883
+1 07647U 75010B   14236.75884778 -.00000131  00000-0  11044-4 0  6871
+2 07647 049.8253 046.0681 0218791 044.7409 049.5927 13.81637516994748
+1 07648U 75011A   14233.48454160  .00000000  00000-0  10000-3 0  1394
+2 07648 014.0083 333.2867 0017118 149.9074 210.2510 00.99510078 92794
+1 07654U 75010C   14237.35570256  .00000075  00000-0  14777-3 0  2180
+2 07654 049.8439 271.1966 0175845 339.2589 110.2314 13.93682179  8236
+1 07655U 75010D   14236.43257874 -.00000072  00000-0  51974-4 0  1051
+2 07655 049.8014 304.2843 0182116 076.3367 010.5031 13.92791494  6876
+1 07659U 75010E   14236.93714256  .00000043  00000-0  12690-3 0  1364
+2 07659 049.8172 131.4676 0189661 228.1259 220.8063 13.91695636  4350
+1 07663U 75012A   14238.08256654 -.00000003  00000-0  19664-3 0  2481
+2 07663 069.2334 168.7151 0025347 168.3127 279.5074 12.68252235830820
+1 07665U 75012B   14236.02022876  .00000001  00000-0  21256-3 0  1219
+2 07665 069.2276 078.7784 0020126 141.6498 011.7484 12.70321512833310
+1 07678U 75016A   14238.08299894  .00000001  00000-0  11635-3 0  9736
+2 07678 074.0068 008.9234 0020082 236.7086 237.8744 12.47027257797886
+1 07679U 75016B   14237.19005503  .00000011  00000-0  17113-3 0  8894
+2 07679 074.0040 141.3788 0050753 307.6574 164.5119 12.53401689806943
+1 07680U 75016C   14236.95700274 -.00000032  00000-0 -94222-4 0  9002
+2 07680 074.0026 061.9532 0058713 207.5731 264.1793 12.55610363810099
+1 07681U 75016D   14236.49119515 -.00000012  00000-0  28048-4 0  1006
+2 07681 074.0024 291.5677 0028927 132.1484 332.3061 12.49243351800874
+1 07682U 75016E   14236.10457000 -.00000020  00000-0 -27587-4 0  9633
+2 07682 074.0013 094.4224 0022081 008.4870 152.0043 12.44689708365205
+1 07683U 75016F   14238.10631991  .00000024  00000-0  28692-3 0  9492
+2 07683 074.0045 173.4539 0021437 135.2556 355.8408 12.42392435791210
+1 07684U 75016G   14238.14071138 -.00000041  00000-0 -19150-3 0  9308
+2 07684 074.0009 265.8169 0036089 250.3195 166.3712 12.39781941787468
+1 07685U 75016H   14237.08253944 -.00000019  00000-0 -22055-4 0   820
+2 07685 074.0026 216.1415 0038460 034.0013 030.9762 12.51332382803951
+1 07686U 75016J   14238.09790684 -.00000069  00000-0 -48714-3 0   385
+2 07686 074.0018 204.8817 0164912 292.6498 138.2213 12.20945198760006
+1 07714U 75023A   14237.26108894  .00000006  00000-0 -35143-5 0  8819
+2 07714 081.2082 111.5199 0031878 264.2931 226.5307 14.07813039340696
+1 07715U 75023B   14237.15758575  .00000214  00000-0  11993-3 0  1352
+2 07715 081.2234 146.9914 0051361 140.2458 327.9351 14.06622584 21298
+1 07718U 75024A   14238.85603479 -.00000011  00000-0  00000+0 0  3380
+2 07718 064.7172 166.4029 0026404 117.4546 242.9674 13.89442635999796
+1 07727U 75025A   14238.65129791  .00000030  00000-0  20037-4 0  4219
+2 07727 065.5897 096.1450 0066531 304.3216 055.2042 13.98855605 12720
+1 07734U 75027A   14238.08527135 -.00000116  00000-0  28727-4 0  1778
+2 07734 114.9862 331.2344 0009324 308.1119 121.1007 14.18466469 37668
+1 07735U 75027B   14237.77190926 -.00000064  00000-0  48794-4 0  4432
+2 07735 114.9756 232.0712 0040834 342.6706 118.6808 14.24284086 44033
+1 07736U 75028A   14236.94367397  .00000061  00000-0  45163-4 0   967
+2 07736 082.9989 171.3909 0024420 283.2487 144.5356 13.78124322979675
+1 07737U 75028B   14238.08341638  .00000081  00000-0  62264-4 0  9282
+2 07737 082.9950 138.8595 0018617 162.8954 310.3108 13.80224142982244
+1 07768U 75034A   14237.09267872  .00000025  00000-0  10850-4 0  8618
+2 07768 082.9612 068.0204 0021697 292.4511 217.4293 13.73290954971184
+1 07769U 75034B   14238.08869542  .00000072  00000-0  60165-4 0  2925
+2 07769 082.9617 040.5719 0019013 177.2845 320.4581 13.74760281973245
+1 07780U 75036A   14237.43952793  .00000226  00000-0  29143-3 0  2649
+2 07780 062.0254 290.7477 7411436 257.6878 193.1582 02.00564577288405
+1 07790U 75038A   14238.48312971  .00000000  00000-0  10000-3 0  2895
+2 07790 014.6498 346.0901 0004824 161.4232 198.6512 01.00052426 86801
+1 07800U 75036D   14238.49689889  .00000011  00000-0  28715-3 0  9544
+2 07800 063.1808 029.0391 7384670 251.2974 021.6112 01.96639241282334
+1 07815U 75042A   14235.38363604 -.00000021  00000-0  00000+0 0  1419
+2 07815 014.9428 348.0720 0017403 152.5878 227.4416 00.99257858 79191
+1 07820U 75045A   14236.96801020 -.00000031  00000-0 -84384-4 0  6972
+2 07820 074.0184 043.6557 0043089 265.7434 213.7212 12.56657836800496
+1 07822U 75045B   14237.05346264  .00000002  00000-0  13230-3 0  9126
+2 07822 074.0194 316.2784 0052771 065.0649 001.1181 12.38787759774949
+1 07823U 75045C   14238.09978505 -.00000009  00000-0  46073-4 0  6825
+2 07823 074.0166 218.0292 0017263 121.6157 355.1957 12.51737550793608
+1 07824U 75045D   14236.39930053  .00000001  00000-0  11406-3 0  9941
+2 07824 074.0183 306.7547 0008463 263.5855 175.0976 12.49308856789918
+1 07825U 75045E   14237.48873009 -.00000025  00000-0 -60580-4 0  9856
+2 07825 074.0192 033.2270 0010201 090.8480 324.7271 12.46829451786501
+1 07826U 75045F   14236.13255102 -.00000015  00000-0  87524-5 0   404
+2 07826 074.0165 215.7253 0037877 315.8744 116.3817 12.41690229778967
+1 07827U 75045G   14236.79121168  .00000004  00000-0  13946-3 0  9671
+2 07827 074.0172 127.2305 0025454 201.8197 259.7315 12.44184784782636
+1 07828U 75045H   14238.14166060 -.00000009  00000-0  46035-4 0  7910
+2 07828 074.0175 132.1099 0031136 019.4285 091.6933 12.54142795797047
+1 07831U 75045J   14238.09080208  .00000043  00000-0  52849-3 0  1276
+2 07831 073.9870 189.0798 0130395 113.2293 356.9522 12.20774363749040
+1 07836U 72058G   14237.93540824  .00000291  00000-0  16096-3 0  7050
+2 07836 097.9986 199.8828 0338607 210.0046 243.0740 13.92072362982610
+1 07838U 72058J   14236.45264332  .00000116  00000-0  68823-4 0  9712
+2 07838 098.0637 046.9533 0333859 113.0184 303.1288 13.96213346986837
+1 07839U 72058K   14236.76458251  .00000814  00000-0  19779-3 0  3840
+2 07839 098.7104 281.4204 0195641 156.3581 341.3177 14.44779776 40707
+1 07846U 72058S   14237.97412159  .00000292  00000-0  80327-4 0  6626
+2 07846 098.5576 143.4265 0154997 334.7388 084.5569 14.48040793 63908
+1 07849U 72058V   14238.78498782  .00000796  00000-0  37176-3 0  6133
+2 07849 097.9989 081.9893 0349308 013.3503 347.7088 13.92859780971210
+1 07850U 72058W   14237.15228995  .00001488  00000-0  41060-3 0  1504
+2 07850 098.2479 317.0372 0217083 209.7888 209.1635 14.35325710 18508
+1 07851U 72058X   14237.73455366  .00005526  00000-0  60229-3 0  9494
+2 07851 098.5984 144.3114 0106517 187.1407 172.8294 14.84340455 48375
+1 07865U 72058AM  14236.10196322  .00010724  00000-0  90682-3 0  9833
+2 07865 098.0344 268.7954 0093115 029.0875 031.8674 14.94887686 49561
+1 07890U 72058BG  14238.11012935  .00001804  00000-0  39680-3 0  4757
+2 07890 098.8204 344.6601 0180125 281.8889 161.9713 14.49353599 31297
+1 07892U 72058BJ  14238.05245449  .00000535  00000-0  10576-3 0  1604
+2 07892 098.6730 273.0690 0115490 185.7228 232.7160 14.62837594 73887
+1 07893U 72058BK  14236.14285630  .00000090  00000-0  72310-4 0  5693
+2 07893 097.7802 273.1611 0405048 000.0985 065.0949 13.74339757958134
+1 07902U 75042B   14236.30824368 -.00000053  00000-0 -50501-3 0  9686
+2 07902 025.7048 263.3413 7208476 005.7558 012.4499 02.20953132185619
+1 07907U 72058BS  14236.00884178 -.00000055  00000-0 -10183-4 0   223
+2 07907 097.6777 243.0785 0286879 110.3944 305.1268 14.02690339993484
+1 07924U 75052A   14236.11215977 -.00000051  00000-0 -73413-5 0  3681
+2 07924 100.3884 077.8939 0008243 153.5151 314.3354 13.40671592918154
+1 07930U 72058BY  14237.98452909  .00024413  00000-0  14270-2 0  5709
+2 07930 097.7386 123.1514 0059675 020.8629 093.4251 15.10348934 69475
+1 07933U 72058CB  14236.45277244  .00000402  00000-0  14574-3 0  2145
+2 07933 098.5822 207.4924 0314231 293.6924 188.3913 14.15093152  4261
+1 07937U 75051C   14237.61567608 -.00000011  00000-0 -24807-5 0  1532
+2 07937 095.0799 085.5745 0005322 258.5564 162.4267 12.68123343814833
+1 07938U 75051D   14236.33539015  .00000029  00000-0  19034-3 0  1599
+2 07938 094.9876 000.4487 0037049 300.3051 113.4495 12.72029822819819
+1 07939U 75051E   14237.50919949 -.00000018  00000-0 -37228-4 0  1112
+2 07939 095.1862 165.1823 0025893 331.0743 149.2923 12.64431041809479
+1 07940U 72058CF  14236.79395543  .00000135  00000-0  69086-4 0  1043
+2 07940 098.0518 340.0307 0351610 011.5904 100.8630 14.00628934135774
+1 07946U 75052B   14236.74159797 -.00000022  00000-0  36990-4 0  6948
+2 07946 100.1091 089.9752 0044917 288.0126 111.5325 13.53504657151703
+1 07957U 72058CM  14236.61435310  .00000857  00000-0  48578-3 0  3044
+2 07957 098.9685 008.7213 0542807 244.5001 178.7869 13.56796471241730
+1 07958U 72058CN  14238.01491501  .00001279  00000-0  64167-3 0  7400
+2 07958 097.7071 352.5471 0320148 214.7359 209.6241 13.94611891123618
+1 07959U 72058CP  14236.84117044  .00000106  00000-0  57894-4 0  2556
+2 07959 097.9912 193.1226 0251633 018.7167 038.8258 14.12832540158236
+1 07979U 72058DA  14237.09277933  .00000114  00000-0  93855-4 0  5616
+2 07979 097.8294 262.1462 0413136 019.9332 047.0857 13.68234801951014
+1 08004U 72058DF  14238.07437488  .00000648  00000-0  22425-3 0  7357
+2 08004 097.6433 349.5460 0223200 346.0391 096.4235 14.25591569158103
+1 08015U 75063A   14238.34940693  .00002554  00000-0  13965-1 0  2153
+2 08015 062.2161 296.8798 7426204 253.1608 020.0675 02.00648027286750
+1 08018U 75063D   14234.29316722 -.00001147  00000-0 -73507-3 0  3886
+2 08018 063.2322 022.9065 7399405 248.2761 023.0924 01.96812228280973
+1 08026U 75064A   14237.48902911 -.00000015  00000-0 -15415-4 0  7939
+2 08026 081.2759 247.6549 0021640 204.6973 264.7824 14.10120930 11568
+1 08027U 75064B   14237.46104634 -.00000040  00000-0 -30854-4 0  1558
+2 08027 081.3009 324.4672 0051704 283.1543 136.2226 14.07206775  8077
+1 08039U 75064C   14236.58360568 -.00000016  00000-0 -16672-4 0  5563
+2 08039 081.2958 279.3615 0019116 208.4346 271.6303 14.08816882 10394
+1 08063U 75072B   14236.44274429  .00050356 -26791-6  84074-3 0  8817
+2 08063 089.1498 157.5424 0573408 343.9186 014.4456 14.58861618733765
+1 08072U 75074A   14237.98472257  .00000048  00000-0  35239-4 0  7863
+2 08072 082.9044 051.2072 0026689 265.5586 209.2367 13.73864081956483
+1 08073U 75074B   14238.00560087  .00000070  00000-0  56339-4 0  3558
+2 08073 082.9037 013.0141 0022825 107.0546 029.8429 13.75829065959127
+1 08084U 72058DK  14236.20302062  .00000227  00000-0  16952-3 0  2218
+2 08084 098.6035 102.1847 0559203 323.2181 150.6155 13.46723887 59006
+1 08110U 75064D   14237.96017416 -.00000004  00000-0 -92943-5 0  8136
+2 08110 081.3503 318.8714 0033990 035.7000 324.6435 14.10884410 13263
+1 08132U 75077A   14238.73105106  .00000000  00000-0  10000-3 0  2426
+2 08132 012.9741 328.0155 0006520 207.0091 153.0283 00.99956888 99378
+1 08134U 75077C   14231.51223384  .00000055  00000-0  35708-3 0  6512
+2 08134 013.5882 024.6633 7162899 351.7212 290.3886 02.36097813178542
+1 08136U 74089E   14236.32254407 -.00000054  00000-0 -48034-4 0  8116
+2 08136 101.5375 302.1364 0074539 094.6717 307.3863 12.64725551831407
+1 08137U 74089F   14237.09169870 -.00000105  00000-0 -30793-3 0  7399
+2 08137 100.9992 281.6645 0096504 036.9900 019.1692 12.70794789843034
+1 08139U 74089H   14236.79586876 -.00000032  00000-0  61501-4 0  1536
+2 08139 101.2418 265.5532 0050392 335.3380 077.0523 12.61674970831203
+1 08140U 74089J   14237.97360567 -.00000038  00000-0  28605-4 0  2979
+2 08140 101.4545 238.4023 0043751 145.9019 269.4882 12.46591285810186
+1 08141U 74089K   14237.05640383 -.00000027  00000-0  11289-3 0  6933
+2 08141 101.4096 270.0294 0088007 309.5729 106.8447 12.36028173794631
+1 08142U 74089L   14237.15670134  .00000845  00000-0  57584-2 0  5519
+2 08142 101.3791 062.2439 0391378 007.1571 102.0869 12.31111634748724
+1 08143U 74089M   14236.54135119  .00000003  00000-0  23752-3 0  6014
+2 08143 101.2455 236.3237 0195960 101.6302 260.6840 12.60743887829118
+1 08144U 74089N   14235.61268113 -.00000008  00000-0  20796-3 0  2425
+2 08144 101.3288 254.8762 0146230 348.5769 131.2380 12.53433048818822
+1 08145U 74089P   14237.86855226  .00000108  00000-0  87383-3 0  5554
+2 08145 101.2488 185.8788 0028048 083.1492 341.0426 12.59182230827367
+1 08146U 74089Q   14236.46943400  .00000040  00000-0  48756-3 0  4748
+2 08146 101.3948 213.4874 0183775 218.8604 257.7903 12.54580776820183
+1 08151U 74089R   14237.13021994 -.00000009  00000-0  13404-3 0  9613
+2 08151 101.8903 075.6978 0336633 147.4104 327.2607 12.80618980856634
+1 08152U 74089S   14236.93417480 -.00000040  00000-0  16723-4 0  1312
+2 08152 101.3450 217.9033 0056884 173.6581 257.7632 12.59618687827629
+1 08153U 74089T   14236.72216464  .00000059  00000-0  92658-3 0   474
+2 08153 100.9594 144.7434 0284844 001.5789 053.2486 12.09200541757128
+1 08154U 74089U   14237.90678297 -.00000031  00000-0  75844-4 0  8492
+2 08154 101.4902 210.7797 0005569 312.2140 105.7398 12.52322095818403
+1 08156U 74089W   14238.10913074  .00000041  00000-0  45962-3 0  4259
+2 08156 101.9537 056.4595 0075615 220.8863 259.4875 12.67174951837051
+1 08157U 74089X   14236.43918763 -.00000010  00000-0  21459-3 0  5628
+2 08157 101.6023 216.8391 0137334 080.4703 047.9311 12.47120840810068
+1 08158U 74089Y   14234.05610110  .00000001  00000-0  26509-3 0  3112
+2 08158 101.9075 260.1506 0070710 055.5978 014.9370 12.61286253829639
+1 08159U 74089Z   14237.56531591  .00000958  00000-0  54603-2 0  5250
+2 08159 101.5878 242.1441 0134661 290.5004 068.1664 12.61682675814114
+1 08160U 74089AA  14237.04137315 -.00000018  00000-0  15793-3 0  1118
+2 08160 101.8910 279.5035 0137691 284.6981 145.2006 12.63236084833325
+1 08161U 74089AB  14236.15608992 -.00000449  00000-0 -42777-2 0  8571
+2 08161 101.2294 113.6215 0374940 277.0597 240.2277 11.97809514735600
+1 08162U 74089AC  14238.55056385  .00001526  00000-0  10000-3 0  6018
+2 08162 100.8554 110.7987 0181054 072.9230 289.2157 12.42205299783184
+1 08163U 74089AD  14236.59519818  .00000130  00000-0  11154-2 0  4474
+2 08163 102.3809 103.7308 0380601 312.1047 044.8232 12.34818815777646
+1 08164U 74089AE  14237.49172020 -.00000040  00000-0 -19746-5 0  1113
+2 08164 101.5029 227.7099 0121647 077.7074 038.0698 12.28870433784975
+1 08165U 74089AF  14237.67032682  .00000040  00000-0  54665-3 0  3514
+2 08165 101.4934 284.1446 0019586 312.7335 168.5434 12.49805120814147
+1 08166U 74089AG  14235.71668027  .00000001  00000-0  28672-3 0  7864
+2 08166 101.4968 224.4195 0040409 357.8049 057.8205 12.50947327814619
+1 08167U 74089AH  14237.36661667  .00001496  00000-0  42299-2 0  7602
+2 08167 101.4238 025.8130 0136461 074.8291 340.7139 13.10294830858520
+1 08168U 74089AJ  14237.27494939 -.00000044  00000-0 -93887-5 0  9614
+2 08168 101.3469 229.6562 0021001 347.9752 128.7111 12.52571281818576
+1 08169U 74089AK  14235.93199214  .00001666  00000-0  66468-2 0  9187
+2 08169 102.5327 342.5203 0156426 085.4764 039.1943 12.85413740845396
+1 08170U 74089AL  14237.95727679  .00005005  00000-0  72856-2 0  9869
+2 08170 101.6834 017.5069 0098865 306.3938 180.5265 13.53600075897839
+1 08172U 74089AN  14236.45015218 -.00000047  00000-0 -24920-4 0   151
+2 08172 101.4808 208.0685 0053162 136.8187 337.9719 12.54830519821785
+1 08173U 74089AP  14236.50055345 -.00000000  00000-0  26612-3 0  3917
+2 08173 101.4425 227.6161 0112131 153.5115 332.3093 12.51256863815425
+1 08174U 74089AQ  14237.93815118 -.00000046  00000-0 -19467-4 0  3358
+2 08174 101.4275 236.2950 0066353 025.5098 087.1431 12.52835392818226
+1 08175U 74089AR  14238.43068341  .00001491  00000-0  10000-3 0  3023
+2 08175 102.3683 216.6473 0189003 212.1319 146.8546 12.51844682787552
+1 08177U 74089AT  14236.49678837  .00000351  00000-0  40500-2 0  2655
+2 08177 101.0950 192.7923 0266077 040.1445 067.6308 12.05003395750202
+1 08178U 74089AU  14237.87990863  .00002133  00000-0  14201-1 0  5038
+2 08178 102.3014 116.4817 0193541 168.4893 255.5749 12.45579217787212
+1 08179U 74089AV  14236.94382701 -.00000038  00000-0  15234-4 0  2481
+2 08179 101.4176 218.0433 0100884 083.1177 342.4938 12.33629883791179
+1 08180U 74089AW  14236.29154874 -.00000021  00000-0  12865-3 0  5794
+2 08180 100.8850 355.5161 0110484 264.7812 149.5940 12.39453580798652
+1 08181U 74089AX  14236.29425256 -.00000064  00000-0 -15417-3 0  7011
+2 08181 101.6634 135.1118 0069349 263.8377 216.3457 12.39925286799749
+1 08182U 74089AY  14237.99944573  .00001004  00000-0  50983-2 0  1077
+2 08182 100.5144 246.1267 0139600 212.2485 206.5207 12.69369321817850
+1 08183U 74089AZ  14236.07585454  .00000028  00000-0  52979-3 0  4554
+2 08183 100.8470 164.5070 0105144 171.7674 308.2469 12.32603255789301
+1 08184U 74089BA  14238.14426363 -.00000037  00000-0  45535-4 0  4202
+2 08184 101.7261 312.7158 0064543 143.9996 292.5682 12.47459816811327
+1 08185U 74089BB  14237.80120691  .00000023  00000-0  48116-3 0  6146
+2 08185 101.5302 345.8786 0071397 094.3096 032.8745 12.40138742800240
+1 08195U 75081A   14237.10582337 -.00000327  00000-0 -38779-3 0  4075
+2 08195 061.7417 265.4013 7411819 258.4548 017.7817 02.00721003285493
+1 08197U 75082A   14236.66088207 -.00000132  00000-0 -85805-5 0  2138
+2 08197 046.9874 274.9731 0085972 183.0922 329.6871 13.59479281935613
+1 08285U 75086A   14237.67397971 -.00000035  00000-0 -11493-3 0  8995
+2 08285 074.0082 067.9043 0052086 133.3247 293.9259 12.55751786785195
+1 08286U 75086B   14236.50686578 -.00000038  00000-0 -14035-3 0  9732
+2 08286 074.0069 243.8705 0029939 348.3703 169.0674 12.50844351778087
+1 08287U 75086C   14237.78326916 -.00000025  00000-0 -69289-4 0  1584
+2 08287 074.0093 139.9106 0022860 014.2294 041.1732 12.43507064767830
+1 08288U 75086D   14238.09676200 -.00000015  00000-0  45796-5 0  1366
+2 08288 074.0076 225.7401 0029485 141.1429 283.7630 12.41035772764360
+1 08289U 75086E   14236.41805755  .00000010  00000-0  19841-3 0    93
+2 08289 074.0124 325.4041 0046238 253.9808 177.3358 12.38237087760170
+1 08290U 75086F   14236.34629686  .00000015  00000-0  19741-3 0  8849
+2 08290 074.0108 159.2326 0042880 249.6409 247.5326 12.53233782781455
+1 08291U 75086G   14238.06248892 -.00000024  00000-0 -55192-4 0  1933
+2 08291 074.0112 325.6102 0019199 101.8319 324.3961 12.48464434774903
+1 08292U 75086H   14235.95899750 -.00000027  00000-0 -77457-4 0  1698
+2 08292 074.0093 053.3169 0013240 243.0664 285.2849 12.46057531771229
+1 08293U 75087A   14237.42915326 -.00000119  00000-0 -69545-4 0  6317
+2 08293 081.2528 235.2180 0075100 348.7319 011.2167 14.12079454  4413
+1 08294U 75087B   14237.72034009 -.00000094  00000-0 -59267-4 0   485
+2 08294 081.2201 302.9808 0105747 058.4850 093.3884 14.08503232   354
+1 08295U 75086J   14237.81999332 -.00000018  00000-0 -28714-4 0  4397
+2 08295 074.0115 151.7365 0126729 172.0705 244.6270 12.22107752737563
+1 08296U 74089BD  14236.81903014  .00000332  00000-0  29755-2 0  5618
+2 08296 102.3905 331.1203 0197404 009.1674 103.3621 12.30894556817995
+1 08299U 74089BG  14238.64115543 -.00000674  00000-0  00000+0 0  1947
+2 08299 102.1923 138.5265 0421159 036.9929 325.9915 13.30016419893550
+1 08300U 74089BH  14235.71660463 -.00000043  00000-0 -76683-4 0  6166
+2 08300 100.8953 140.5464 0348391 242.4435 142.3133 11.98964020737784
+1 08301U 74089BJ  14237.97987755  .00015456  00000-0  13897-1 0  3189
+2 08301 103.0177 334.5425 0123827 092.9855 322.7715 13.80761955945145
+1 08303U 74089BL  14236.39881943  .00000233  00000-0  17772-2 0  2440
+2 08303 101.4844 171.8323 0030966 269.1769 217.6677 12.51681485813141
+1 08305U 74089BN  14237.68813775 -.00000116  00000-0 -58943-3 0  4904
+2 08305 101.5137 292.3449 0095010 091.9848 024.2385 12.34878392792822
+1 08306U 74089BP  14238.04689012  .00000035  00000-0  52968-3 0  9680
+2 08306 101.9543 314.2078 0075426 047.7534 072.5849 12.48899729808304
+1 08307U 74089BQ  14236.75543515  .00000029  00000-0  75978-3 0    55
+2 08307 101.1753 312.5064 0454123 104.8215 006.4142 11.74833236706861
+1 08308U 74089BR  14237.83034400 -.00000069  00000-0 -16921-3 0  4923
+2 08308 101.8969 323.5690 0061832 330.5350 144.8230 12.45565887808315
+1 08310U 74089BT  14236.45527712 -.00000014  00000-0  21962-3 0  2227
+2 08310 101.8782 325.3825 0066457 084.3081 050.0319 12.40236685800666
+1 08311U 74089BU  14237.96646672 -.00000039  00000-0  25844-4 0  2751
+2 08311 101.5253 225.4603 0036204 251.4609 169.3855 12.45400719808462
+1 08314U 72058EG  14237.63974337  .00001680  00000-0  24487-3 0  6896
+2 08314 098.4229 195.3525 0101020 335.2446 076.5770 14.73896022230596
+1 08319U 72058EM  14236.33689558  .00000176  00000-0  52770-4 0  6846
+2 08319 098.5462 130.2164 0141457 245.0799 253.8142 14.49842381212332
+1 08325U 75089A   14236.01911699  .00000139  00000-0  31485-3 0   649
+2 08325 082.9594 027.6333 0027788 237.3326 262.4561 13.19692784874442
+1 08326U 75089B   14237.45054248  .00000034  00000-0  50774-4 0  3311
+2 08326 082.9607 357.4331 0025223 126.2998 299.4417 13.21453310876910
+1 08330U 75091A   14235.38378851 -.00000128  00000-0  00000+0 0  3269
+2 08330 014.6870 347.0521 0009900 140.4843 246.3903 00.99920519 78338
+1 08331U 75091B   14238.82593311  .00000089  00000-0  84061-3 0  2348
+2 08331 021.8661 245.8696 7214616 351.3976 000.9354 02.21729897313029
+1 08343U 75094A   14236.84485676  .00000061  00000-0  30709-4 0  2563
+2 08343 074.0579 335.5580 0010520 147.7453 350.6909 14.34679612 33786
+1 08344U 75094B   14237.39566928  .00000146  00000-0  55834-4 0  5434
+2 08344 074.0575 217.3205 0021871 012.5988 096.1363 14.38775361 38005
+1 08352U 75082B   14237.07663815 -.00000077  00000-0  61995-4 0  4076
+2 08352 046.9867 203.2758 0085517 255.3944 228.7181 13.60718798936596
+1 08357U 75097A   14238.86165438  .00000000  00000-0  10000-3 0  2672
+2 08357 011.6546 321.7941 0008551 076.5815 283.5871 01.00246356 88520
+1 08366U 75100A   14238.22055787  .00000000  00000-0  10000-3 0  8982
+2 08366 013.3632 330.1733 0006187 192.9042 167.1496 01.00290086141963
+1 08394U 74089BW  14236.75248329 -.00000037  00000-0  79049-4 0  5190
+2 08394 102.6405 289.9009 0173947 354.1323 124.4176 12.20152131413431
+1 08396U 74089BY  14236.46637479  .00000051  00000-0  69988-3 0  4844
+2 08396 102.1939 185.5117 0064361 116.0054 006.1235 12.42505253807100
+1 08397U 74089BZ  14238.10113273  .00009012  00000-0  10353-1 0  7174
+2 08397 101.6911 067.6984 0031693 195.0430 290.0222 13.69564856908784
+1 08398U 74089CA  14237.61655331 -.00000060  00000-0 -15573-3 0  3090
+2 08398 102.0103 233.7488 0077495 129.7995 341.3641 12.26512054536606
+1 08399U 74089CB  14236.76492913 -.00000183  00000-0 -10176-2 0  5160
+2 08399 102.0343 295.8520 0155721 122.0039 353.9813 12.38682728801168
+1 08400U 74089CC  14236.72530397 -.00000054  00000-0 -73780-4 0  8519
+2 08400 101.7755 286.2348 0055357 108.4400 013.5186 12.44243059808829
+1 08401U 74089CD  14235.96327106  .00000003  00000-0  26058-3 0  9166
+2 08401 101.7959 228.9914 0061882 354.6217 063.0361 12.66459285839260
+1 08403U 74089CF  14236.67410593  .00000068  00000-0  75582-3 0  6894
+2 08403 101.4847 127.7366 0055185 091.6469 326.8317 12.46549578812050
+1 08404U 74089CG  14238.57844181  .00002029  00000-0  10000-3 0  3014
+2 08404 100.9826 116.6502 0072244 130.0778 230.7270 12.89890211839653
+1 08405U 74089CH  14235.60155942  .00000127  00000-0  27304-2 0  1868
+2 08405 102.7073 011.3858 0693848 349.7652 008.9824 11.29334149644461
+1 08406U 74089CJ  14236.82924404  .00000289  00000-0  20107-2 0  5712
+2 08406 101.3863 179.0480 0031098 022.6196 035.7603 12.56010261820163
+1 08407U 74089CK  14235.98417832  .00000075  00000-0  56580-3 0  5089
+2 08407 101.1492 245.7964 0232395 190.9716 226.1419 12.65660642839400
+1 08418U 75081D   14237.48564351  .00001055  00000-0  27213-3 0  3055
+2 08418 062.6569 336.3391 7494885 250.8642 052.2339 01.97263023280015
+1 08419U 75103A   14237.62508927  .00000023  00000-0  84302-5 0  1005
+2 08419 082.9721 233.1438 0021854 014.1219 125.2076 13.74514007946201
+1 08421U 75103B   14237.06396624  .00000019  00000-0  36996-5 0  3974
+2 08421 082.9744 197.7483 0021910 231.0392 176.3185 13.76623938947732
+1 08425U 75105A   14238.19966466  .00001125  00000-0  60241-2 0  6296
+2 08425 061.9258 291.9999 7427904 249.2063 022.0918 02.00550463284167
+1 08435U 74089CL  14237.71815382 -.00000018  00000-0  19734-3 0  9582
+2 08435 101.5619 028.8337 0165733 130.1967 348.7964 12.20679609773176
+1 08436U 74089CM  14236.72454552 -.00000029  00000-0  10971-3 0  1398
+2 08436 101.7824 143.6030 0087216 214.0890 204.1519 12.35372242794183
+1 08437U 74089CN  14233.94935234 -.00000041  00000-0  14142-4 0  9219
+2 08437 101.3563 212.1698 0044368 278.3768 173.7168 12.58034751826025
+1 08438U 74089CP  14239.13925556 -.00001391  00000-0  00000+0 0  7336
+2 08438 101.6423 207.4172 0097883 219.2850 140.1613 13.68357474933387
+1 08439U 74089CQ  14238.71700535 -.00002288  00000-0  10000-3 0  7799
+2 08439 102.4143 161.0682 0062617 040.3018 320.3163 12.92392694858379
+1 08458U 75112A   14237.78950687  .00000073  00000-0  36547-4 0   437
+2 08458 074.0605 311.2966 0012430 010.4114 349.7292 14.32524054 22705
+1 08459U 75112B   14237.14102028  .00000170  00000-0  66923-4 0  1818
+2 08459 074.0630 196.4182 0017410 264.9767 094.9399 14.36435524 26708
+1 08462U 75105D   14238.44774441 -.00000369  00000-0  00000+0 0   417
+2 08462 062.9603 352.2117 7449159 246.7581 023.4029 01.98035133279192
+1 08473U 75116A   14238.64439248  .00000051  00000-0  46351-4 0  7335
+2 08473 065.0784 298.0408 0083337 338.2210 021.5781 13.82132782953433
+1 08476U 75117A   14229.67831383 -.00000361  00000-0  00000+0 0  1287
+2 08476 014.8109 347.1889 0024181 156.5204 206.3652 00.99606263 86592
+1 08495U 72058FQ  14239.18688009  .00014427  00000-0  10264-1 0  4411
+2 08495 101.3977 315.1593 1081022 246.2241 102.2334 12.48909466699635
+1 08513U 75123A   14237.85177670 -.00000023  00000-0  00000+0 0  5703
+2 08513 011.9941 323.6670 0010970 152.6978 229.8235 01.00284199151693
+1 08519U 75124A   14237.79858551  .00000166  00000-0  86113-4 0  8745
+2 08519 081.2466 008.9849 0012134 310.6187 156.8198 14.10679469988928
+1 08520U 75124B   14237.19236978  .00000132  00000-0  69035-4 0  2408
+2 08520 081.2883 080.4198 0033519 330.7017 166.1671 14.08830908986595
+1 08539U 72058GN  14236.97588705  .00000284  00000-0  12982-3 0  2297
+2 08539 097.2660 237.8927 0212898 212.3477 202.0198 14.15821430163204
+1 08542U 72058GR  14237.83763231  .00000401  00000-0  24239-3 0  2969
+2 08542 097.9793 343.0348 0360608 250.0781 106.1195 13.83213628122775
+1 08544U 72058GT  14236.47594450  .00000046  00000-0  68324-4 0  8735
+2 08544 097.4223 234.9691 0849931 139.5505 227.2061 12.72258996969045
+1 08546U 75123D   14236.14258914  .00000023  00000-0  58428-3 0  2405
+2 08546 045.7700 201.5966 5863299 156.1918 248.7056 03.97225860518929
+1 08554U 74089CR  14236.46558269 -.00000001  00000-0  25304-3 0  4928
+2 08554 101.3591 222.6939 0033011 066.3137 053.7356 12.55818592822299
+1 08555U 74089CS  14237.92662279 -.00000019  00000-0  14931-3 0  2222
+2 08555 101.3771 118.6241 0054392 218.9106 209.5365 12.52971373812997
+1 08556U 74089CT  14237.72780054 -.00000129  00000-0 -53719-3 0  9231
+2 08556 101.4363 154.9465 0088051 358.9095 057.1167 12.52817022817158
+1 08560U 74089CX  14237.49329676  .00000099  00000-0  20901-3 0    40
+2 08560 102.1402 063.8535 0411217 053.9343 001.1997 13.30164647920131
+1 08561U 74089CY  14237.93433896  .00000232  00000-0  14860-2 0  2463
+2 08561 101.5179 215.3901 0071270 094.1440 330.1598 12.64605650829762
+1 08562U 74089CZ  14237.40239707 -.00000191  00000-0 -14076-2 0  3490
+2 08562 101.6512 300.4896 0263448 070.2739 353.2453 12.14989021831626
+1 08563U 74089DA  14235.61956456  .00000066  00000-0  67625-3 0   472
+2 08563 101.3281 116.2648 0088030 030.1876 026.4053 12.52588786815817
+1 08564U 74089DB  14237.76529234  .00000354  00000-0  21327-2 0  1267
+2 08564 101.2385 195.8890 0060557 071.1365 045.2337 12.64663167828038
+1 08566U 74089DD  14238.00414689  .00000007  00000-0  28060-3 0  5322
+2 08566 101.8165 252.2240 0085607 006.7454 048.9873 12.66303278836215
+1 08567U 74089DE  14238.84617137  .00000682  00000-0  10000-3 0   844
+2 08567 100.6245 213.8893 0722259 057.2854 309.6010 11.30104850634980
+1 08585U 76004A   14238.16482640  .00000000  00000-0  10000-3 0  6083
+2 08585 012.9090 327.2730 0023132 155.7250 204.4552 01.00249410 79042
+1 08591U 76005A   14238.12311376  .00000048  00000-0  36234-4 0  8008
+2 08591 082.9756 135.6126 0029459 339.2416 127.7491 13.72916955933546
+1 08592U 74089DF  14236.63087501  .00000030  00000-0  58055-3 0  1821
+2 08592 101.7366 110.7202 0128852 145.6252 274.6333 12.31481683787775
+1 08593U 74089DG  14237.19566566 -.00000024  00000-0  10556-3 0  9957
+2 08593 101.8674 321.2272 0224001 026.2409 027.9213 12.71015162844360
+1 08594U 74089DH  14237.10790517 -.00000023  00000-0  11583-3 0  4173
+2 08594 101.8169 045.6674 0131467 057.4108 057.9071 12.72497278844995
+1 08595U 74089DJ  14237.37392808  .00000092  00000-0  11494-2 0  2807
+2 08595 101.4963 009.0803 0148599 156.8000 274.4394 12.25150469779291
+1 08596U 74089DK  14236.78325263  .00000017  00000-0  32159-3 0  9562
+2 08596 101.6229 326.7790 0088216 224.1504 259.8654 12.68430282839979
+1 08597U 76005B   14236.11016618  .00000084  00000-0  72158-4 0  2584
+2 08597 082.9710 103.2319 0024640 214.2361 310.0800 13.75019847935792
+1 08599U 74054C   14238.43541843 -.00000027  00000-0  10000-3 0  4417
+2 08599 124.7482 145.5273 0071464 182.0685 177.9667 03.07179886252999
+1 08601U 76006A   14237.30731622 -.00001240  00000-0  00000+0 0  2939
+2 08601 062.9889 000.5295 7367302 258.7415 021.3420 01.99950475281945
+1 08607U 76008A   14236.22315178  .00000022  00000-0  23408-3 0  8844
+2 08607 074.0563 152.0479 0055032 302.2544 212.4242 12.54979747767216
+1 08608U 76008B   14236.40294771  .00000006  00000-0  14114-3 0    40
+2 08608 074.0566 313.8721 0034332 146.4814 338.0376 12.50359569760749
+1 08609U 76008C   14236.45634997 -.00000030  00000-0 -90113-4 0  7932
+2 08609 074.0527 235.8674 0046052 050.1782 104.1941 12.52583150763878
+1 08610U 76008D   14235.93569417 -.00000031  00000-0 -10087-3 0  9833
+2 08610 074.0564 033.1349 0027112 254.0737 268.2340 12.48097880757503
+1 08611U 76008E   14238.07602182 -.00000024  00000-0 -55912-4 0   727
+2 08611 074.0538 112.6038 0019927 009.3758 097.3532 12.45736819754456
+1 08612U 76008F   14236.41865120 -.00000006  00000-0  70219-4 0  8529
+2 08612 074.0546 205.2336 0027223 148.7534 022.4677 12.43111431750555
+1 08613U 76008G   14236.33700963 -.00000010  00000-0  40217-4 0  9378
+2 08613 074.0540 290.7757 0032634 272.0732 159.4262 12.40634114747067
+1 08614U 76008H   14237.50284933 -.00000024  00000-0 -68293-4 0  9137
+2 08614 074.0569 029.7925 0047792 029.2415 027.5137 12.37707604743093
+1 08615U 76008J   14236.64024689 -.00000050  00000-0 -32934-3 0   314
+2 08615 074.0518 242.2983 0133902 346.2008 151.1789 12.20826651719145
+1 08620U 76010A   14237.36828125 -.00000014  00000-0  00000+0 0   651
+2 08620 014.7789 346.6747 0010219 165.7718 204.1612 00.99682453577673
+1 08621U 76010B   14239.13753890  .00000041  00000-0  54207-3 0  9149
+2 08621 021.1923 145.5727 7206807 136.8601 310.1647 02.20579846193483
+1 08645U 76011A   14237.98816529  .00000012  00000-0 -38336-5 0  6600
+2 08645 082.9722 042.1309 0022638 081.7667 030.2149 13.71910621930192
+1 08646U 76011B   14236.81246773  .00000032  00000-0  18559-4 0  5918
+2 08646 082.9730 008.7757 0004257 276.4308 193.7969 13.73788907932525
+1 08678U 75004F   14237.48595109  .00000350  00000-0  19138-3 0  2540
+2 08678 097.6367 089.9592 0179292 114.7365 313.7111 14.08643445 31233
+1 08679U 75004G   14238.10907681  .00004612  00000-0  97036-3 0  3508
+2 08679 098.7487 192.6508 0231486 324.7585 169.4301 14.44632144 34424
+1 08682U 75004J   14235.97742339  .00000282  00000-0  13948-3 0  3498
+2 08682 097.7770 011.3094 0156735 218.1875 263.8564 14.17279513 38779
+1 08685U 75004M   14237.99085767  .00000209  00000-0  65238-4 0  1701
+2 08685 097.9795 152.2514 0048437 316.8249 101.1984 14.49272024 84050
+1 08688U 76014A   14238.81800355  .00002401  00000-0  78657-4 0  4142
+2 08688 065.8477 158.0633 0031217 281.4014 078.4137 15.30917331127620
+1 08697U 76017A   14236.02085672 -.00000136  00000-0  00000+0 0  6051
+2 08697 013.7645 337.8239 0013554 114.9221 255.9972 00.99209001139283
+1 08701U 76006D   14235.91166525  .00000206  00000-0  34795-3 0  8151
+2 08701 062.0262 242.3471 7291264 254.3344 020.8791 02.07464006292329
+1 08709U 76019A   14238.13389565 -.00000018  00000-0  37418-4 0  3941
+2 08709 069.6739 121.3640 0010131 023.0059 088.4501 13.71281609925985
+1 08710U 76019B   14238.14377914 -.00000013  00000-0  44189-4 0  2676
+2 08710 069.6774 172.0647 0011054 046.2038 049.6953 13.69800107924644
+1 08744U 76022A   14237.15170315  .00004545  00000-0  24841-3 0  9147
+2 08744 082.9324 294.7314 0608480 004.7077 047.4086 14.24311824929777
+1 08746U 76023A   14237.39763353 -.00000080  00000-0  00000+0 0  4824
+2 08746 013.7987 101.7933 0016773 010.2445 256.9715 01.00274629 86422
+1 08747U 76023B   14237.39704235 -.00000086  00000-0  00000+0 0   786
+2 08747 013.7583 101.7899 0023129 044.2509 223.7534 01.00268716 86417
+1 08751U 76023F   14235.45761414 -.00000248  00000-0  00000+0 0  1688
+2 08751 012.7119 107.7090 0152733 326.8512 240.8442 00.98264536140817
+1 08756U 74071C   14238.05184623  .00001609  00000-0  26540-3 0  4252
+2 08756 074.0524 089.5643 0005401 195.3246 288.9182 14.71332053252067
+1 08757U 75094D   14236.70804226  .00003233  00000-0  41226-3 0  3608
+2 08757 074.0285 224.3487 0003658 278.1375 136.5693 14.81930603258171
+1 08764U 70102E   14235.86250635  .00000112  00000-0  11913-3 0  6590
+2 08764 074.0394 023.1477 0021638 152.9079 357.5300 13.85033229204332
+1 08774U 76029A   14237.47682492 -.00000005  00000-0  00000+0 0  9455
+2 08774 015.3272 350.1702 0062030 125.3621 285.1537 00.98622068 76978
+1 08784U 74089DL  14238.73562416  .00008767  00000-0  10000-3 0  6255
+2 08784 100.3877 184.2707 0209008 324.4582 034.3155 12.74563634970032
+1 08785U 74089DM  14237.45394116  .00000586  00000-0  59642-2 0  1052
+2 08785 101.0023 189.2744 0270449 081.7406 352.3327 12.11521875558471
+1 08786U 74089DN  14236.20416598  .00000010  00000-0  39093-3 0  4227
+2 08786 101.9895 322.5920 0054081 184.2384 203.7186 12.43938294803873
+1 08788U 74089DQ  14236.97375795 -.00000049  00000-0 -20882-4 0  2203
+2 08788 102.4042 273.7626 0071902 116.0311 315.0919 12.39745533800807
+1 08789U 74089DR  14237.24975991 -.00000051  00000-0 -62810-4 0   566
+2 08789 101.6174 248.0108 0106368 030.1143 030.7670 12.38838210798422
+1 08790U 74089DS  14236.41553326 -.00000019  00000-0  14642-3 0  1631
+2 08790 101.3627 219.1744 0040467 266.8843 203.5627 12.58611363826043
+1 08791U 66087F   14226.47737361  .00000058  00000-0  53983-3 0  1171
+2 08791 101.2288 233.1413 0139546 169.7103 355.5461 12.62230404198675
+1 08799U 76032A   14237.26766568 -.00000069  00000-0 -44691-4 0  8000
+2 08799 081.2555 111.7317 0034108 216.5775 277.8064 14.11350425975664
+1 08800U 76032B   14238.08863640  .00000062  00000-0  27280-4 0   922
+2 08800 081.2522 135.4691 0094855 210.1224 257.0302 14.09964143973582
+1 08808U 76035A   14237.52062590 -.00000050  00000-0  00000+0 0  8074
+2 08808 012.8029 337.2185 0027995 199.4347 238.7868 00.99836425704195
+1 08820U 76039A   14236.13346453 -.00000005  00000-0  00000+0 0  6675
+2 08820 109.8248 141.2305 0044341 147.1610 049.8261 06.38664780637985
+1 08822U 76039C   14237.28480389 -.00000003  00000-0  00000+0 0  4251
+2 08822 109.8240 145.2256 0045378 143.4143 012.0799 06.38867293893806
+1 08826U 71120C   14238.10805031  .00003869  00000-0  94771-3 0  7570
+2 08826 081.2386 184.7480 0011906 034.7430 093.1476 14.52301375220795
+1 08827U 71120D   14236.77692918  .00000207  00000-0  99907-4 0   292
+2 08827 081.2640 235.3893 0012506 333.9808 085.6630 14.15339476197850
+1 08828U 70106C   14237.80676164  .00000046  00000-0  67726-3 0  7286
+2 08828 101.7398 226.1806 0029080 222.1217 258.8322 12.38679204977126
+1 08829U 74071D   14237.24174588  .00001121  00000-0  27184-3 0  5707
+2 08829 074.0650 160.7260 0015395 345.6316 138.9782 14.54060103184571
+1 08832U 76023J   14238.13814000  .00000000  00000-0  10000-3 0  1204
+2 08832 012.7161 107.6737 0156752 326.7229 032.4305 00.98257058 75226
+1 08838U 76042A   14236.37511270 -.00000290  00000-0  00000+0 0  4950
+2 08838 014.7555 347.3125 0006057 185.8333 236.9185 00.99823064 77559
+1 08840U 76042B   14239.01286389  .00000006  00000-0  13257-3 0  9374
+2 08840 021.3172 243.3947 7161212 118.7891 329.2893 02.22427264198549
+1 08845U 76043A   14237.78636944  .00000146  00000-0  73550-4 0  8555
+2 08845 081.2631 196.0912 0038374 296.2263 105.1002 14.11299696116725
+1 08846U 76043B   14237.52271865  .00000008  00000-0 -26695-5 0  1409
+2 08846 081.2306 231.3156 0036983 032.8378 080.3984 14.08485979966557
+1 08860U 76047A   14238.13386081  .00000047  00000-0  10944-3 0   616
+2 08860 099.6528 332.6648 0042451 196.5291 226.6315 13.67351088907052
+1 08861U 76047B   14237.99744738  .00000038  00000-0  99581-4 0  2489
+2 08861 099.5919 350.4345 0041102 327.8172 162.3004 13.66061352906115
+1 08867U 76047C   14237.31277128  .00000061  00000-0  14106-3 0  3728
+2 08867 099.2086 233.5248 0075509 098.0061 027.9189 13.56238426891185
+1 08868U 76047D   14236.02050634  .00000093  00000-0  13717-3 0  5631
+2 08868 100.1049 042.8470 0050120 258.2979 225.7904 13.79903059922369
+1 08873U 76051A   14238.10675016  .00000028  00000-0  13495-4 0  7791
+2 08873 082.9635 071.7227 0021816 343.3454 164.7287 13.73215955915439
+1 08874U 76051B   14236.82268078 -.00000016  00000-0 -32327-4 0   534
+2 08874 082.9595 042.8806 0022828 281.0739 192.2909 13.74831853917256
+1 08882U 76053A   14236.59261082 -.00000259  00000-0  00000+0 0  2085
+2 08882 015.4231 341.4376 0127320 217.5387 142.9110 00.95900419 79821
+1 08889U 76054A   14236.72722582 -.00000034  00000-0 -10706-3 0  7888
+2 08889 073.9992 067.8554 0058742 203.9952 281.5954 12.55677855750800
+1 08890U 76054B   14236.50410330 -.00000020  00000-0 -33462-4 0   154
+2 08890 074.0003 301.4125 0040407 289.8295 177.7347 12.38500418726862
+1 08891U 76054C   14238.12269315  .00000008  00000-0  15183-3 0  3886
+2 08891 074.0016 150.8957 0049372 308.2744 158.5594 12.53245695165487
+1 08892U 76054D   14238.11070475 -.00000016  00000-0 -93737-6 0  7826
+2 08892 073.9987 231.9037 0035671 042.0687 021.8494 12.50926244744363
+1 08893U 76054E   14238.09631134 -.00000013  00000-0  17827-4 0   901
+2 08893 074.0017 311.7421 0025195 147.2924 285.5278 12.48620172741157
+1 08894U 76054F   14237.92852269 -.00000016  00000-0 -18300-5 0  9818
+2 08894 074.0021 035.6728 0016207 265.8033 210.1727 12.46201766737764
+1 08895U 76054G   14236.83696332 -.00000007  00000-0  63872-4 0  9503
+2 08895 073.9999 123.3204 0020423 046.9024 021.3220 12.43691162734132
+1 08896U 76054H   14237.10507440 -.00000004  00000-0  82217-4 0  6605
+2 08896 074.0002 206.0297 0024223 178.4207 254.1303 12.41267152730777
+1 08897U 76054J   14238.11354410 -.00000070  00000-0 -50664-3 0  9264
+2 08897 074.0000 162.6169 0125901 250.0316 216.5253 12.21047066702812
+1 08908U 70025NJ  14237.72316359  .00004103  00000-0  36426-2 0  9713
+2 08908 101.6742 053.2632 0164464 065.6157 062.4052 13.79655313143396
+1 08923U 76061A   14237.72803044  .00000042  00000-0  25004-4 0  8717
+2 08923 074.0533 290.4605 0017357 158.6516 340.2570 14.32841307992517
+1 08924U 76061B   14237.14541602  .00000091  00000-0  39843-4 0  4337
+2 08924 074.0602 189.3523 0014596 345.8822 111.9694 14.36666560996213
+1 08951U 75004AH  14237.61135179  .00000536  00000-0  11611-3 0  4362
+2 08951 097.7795 263.6930 0034981 097.9137 020.8915 14.61440451 40884
+1 08954U 75004AL  14237.44915284  .00001481  00000-0  50003-3 0  3276
+2 08954 097.6985 037.7840 0140653 223.3839 204.0452 14.32757140991695
+1 08956U 75004AN  14236.19710714  .00000580  00000-0  10244-3 0  7300
+2 08956 098.3771 269.5934 0030833 003.7478 356.3952 14.71122852 46533
+1 08958U 75004AQ  14236.83412514  .00000351  00000-0  89642-4 0  4201
+2 08958 098.0672 318.7641 0037582 259.9357 222.0977 14.55892423 33298
+1 08959U 75004AR  14237.84505285  .00000256  00000-0  87337-4 0  2977
+2 08959 098.3989 156.4363 0068375 116.5975 284.8474 14.42955325 20076
+1 08964U 75004AW  14238.10151806  .00000326  00000-0  12954-3 0  2485
+2 08964 097.7326 155.0613 0107185 012.1867 035.7189 14.31044799  3290
+1 08968U 75004BA  14236.22879603  .00000184  00000-0  85759-4 0  2062
+2 08968 097.6884 319.4790 0138388 050.9528 006.5026 14.24404884993793
+1 08969U 75004BB  14237.98796535  .00000646  00000-0  23775-3 0  6874
+2 08969 097.6511 027.0447 0128379 209.0608 277.9311 14.30938227998210
+1 08970U 75004BC  14237.79942369  .00000793  00000-0  26162-3 0  2886
+2 08970 097.2879 213.7169 0119254 210.3867 268.4350 14.36247081998781
+1 08978U 75004BL  14238.08928449  .00000848  00000-0  13538-3 0  6192
+2 08978 098.2881 256.5226 0035428 082.8942 007.6441 14.74221195 50938
+1 08980U 75004BN  14237.96341670  .00000506  00000-0  11377-3 0  4363
+2 08980 097.8241 211.3379 0043318 281.9336 077.7010 14.59869628 37353
+1 08981U 75004BP  14237.08341788  .00000565  00000-0  18810-3 0  7139
+2 08981 097.6603 051.7448 0136247 029.8347 064.6554 14.35694242995186
+1 09003U 75004CM  14237.72174670  .00000962  00000-0  15015-3 0  2411
+2 09003 098.2761 283.4750 0030909 084.7823 040.0869 14.74962679 51164
+1 09009U 76066A   14238.11178734  .00000000  00000-0  10000-3 0  4879
+2 09009 014.6199 347.5628 0008750 138.5191 221.6027 01.00102698 84798
+1 09011U 76067A   14238.92251150  .00000001  00000-0  27974-5 0   604
+2 09011 065.8571 318.1804 0701163 161.2822 201.5821 12.32810340728538
+1 09013U 76067B   14236.40344304 -.00000033  00000-0  72738-4 0  5340
+2 09013 065.8655 201.8581 0706485 116.0625 040.8384 12.35304395719690
+1 09016U 76067C   14236.69271704 -.00000021  00000-0  12025-3 0  1410
+2 09016 065.8706 355.4540 0695616 138.9190 324.8502 12.32588067715896
+1 09022U 76069A   14237.74140687  .00000082  00000-0  37587-4 0  5489
+2 09022 074.0434 295.0564 0013478 352.7045 007.3910 14.35456588993557
+1 09023U 76069B   14238.08372403  .00000121  00000-0  47597-4 0  4712
+2 09023 074.0449 190.0948 0018883 250.9451 108.9659 14.39178828997182
+1 09025U 76070A   14237.90889302  .00000042  00000-0  28305-4 0  6841
+2 09025 082.9907 346.3622 0028519 053.0969 075.6860 13.73977980909998
+1 09040U 75004DE  14237.35913958  .00000136  00000-0  48669-4 0  2270
+2 09040 097.9790 156.9159 0046299 300.7739 177.0968 14.46776067989340
+1 09042U 75004DG  14236.50628914  .00000101  00000-0  44052-4 0  7610
+2 09042 097.8823 070.6245 0062652 222.8133 166.2448 14.39378768 18938
+1 09044U 76070B   14237.77405991  .00000020  00000-0  50723-5 0  7538
+2 09044 082.9876 310.5989 0012662 276.5450 219.7774 13.76159903912744
+1 09047U 76073A   14238.46507686  .00000000  00000-0  10000-3 0  3272
+2 09047 014.6518 347.5537 0004966 150.5077 209.5762 00.99976435140403
+1 09057U 76077A   14238.27030784 -.00000050  00000-0 -53554-4 0    69
+2 09057 101.7500 241.6172 0010173 048.6235 080.2617 12.37770053721076
+1 09061U 76078A   14237.99184429  .00000052  00000-0  37870-4 0  7812
+2 09061 082.9327 028.7449 0040909 357.9416 138.0348 13.76322175182140
+1 09062U 76078B   14237.42963979  .00000038  00000-0  22899-4 0  5161
+2 09062 082.9365 354.4935 0028188 219.0744 204.6482 13.78331500914505
+1 09063U 76077B   14238.01137220 -.00000049  00000-0 -40312-4 0  2193
+2 09063 101.4768 234.7682 0061387 018.0214 044.9118 12.50398860780004
+1 09293U 75004DU  14236.79701605  .00000342  00000-0  85999-4 0  2446
+2 09293 097.9445 162.8204 0085514 011.8725 045.4273 14.54944443 34816
+1 09313U 75004EQ  14238.07390079  .00000178  00000-0  69098-4 0   628
+2 09313 097.6175 153.2417 0089663 044.2966 081.6043 14.37180455 16141
+1 09320U 75004EX  14237.22956390  .00000221  00000-0  52342-4 0  3543
+2 09320 098.4578 117.9513 0055755 276.2123 211.9952 14.63131113959392
+1 09323U 73088F   14236.77736980  .00000013  00000-0  18711-3 0  8697
+2 09323 097.0465 001.6058 0022847 339.3550 127.6433 12.58916512773903
+1 09329U 76073B   14239.06879167  .00000081  00000-0  90525-3 0  5291
+2 09329 021.6106 251.0151 7189183 191.5443 132.4475 02.23596527180286
+1 09330U 74101G   14238.92036781  .00000404  00000-0  72151-3 0  9944
+2 09330 012.5424 226.7967 7233933 240.3017 030.3757 02.27877688320152
+1 09416U 76092A   14238.74199264  .00000000  00000-0  10000-3 0   966
+2 09416 012.5564 325.6580 0026289 255.8054 103.9762 01.00287328 86092
+1 09443U 76098A   14237.14960377  .00000066  00000-0  33084-4 0  1608
+2 09443 074.0500 129.1559 0014853 234.9563 233.1956 14.33822368980537
+1 09444U 76098B   14237.03177174  .00000058  00000-0  28226-4 0   963
+2 09444 074.0529 026.3943 0012567 063.3009 075.8960 14.37506525421324
+1 09478U 76101A   14237.10505703 -.00000291  00000-0  00000+0 0  8914
+2 09478 013.0003 341.4667 0101142 243.4596 118.2907 00.97591877 81381
+1 09481U 76102A   14237.31873947 -.00000011  00000-0 -13367-4 0  7443
+2 09481 081.2177 294.5541 0023316 224.3743 209.8873 14.09613386946041
+1 09482U 76102B   14237.75620811  .00000112  00000-0  57947-4 0  7804
+2 09482 081.2730 022.1285 0061830 161.5733 309.8165 14.07442626943408
+1 09486U 76103A   14238.56061314  .00000032  00000-0  29156-4 0  1846
+2 09486 064.7019 295.2067 0080476 272.5543 086.6767 13.81213900287544
+1 09494U 76104A   14238.55003302  .00000011  00000-0  10631-4 0  8277
+2 09494 064.8594 082.0042 0043891 005.5231 354.6767 13.81531687910372
+1 09495U 76105A   14238.61042189  .00000002  00000-0  10000-3 0  2084
+2 09495 069.2347 299.8575 6477815 331.0463 005.1487 02.00433562155183
+1 09503U 76107A   14238.78241087  .00000000  00000-0  10000-3 0  6365
+2 09503 012.6282 325.9939 0060896 060.0062 300.6657 01.00318565155325
+1 09509U 76108A   14237.26402324  .00000032  00000-0  17503-4 0  8124
+2 09509 082.9388 108.2926 0028767 307.3180 189.6293 13.75263739897719
+1 09510U 76108B   14237.68081582 -.00000024  00000-0 -39840-4 0  8223
+2 09510 082.9338 069.5304 0026602 177.0873 183.0444 13.77452201900449
+1 09567U 75004FP  14236.49683879  .00000072  00000-0  47663-4 0  2254
+2 09567 097.9351 336.6392 0126450 234.2862 124.6499 14.19942875995165
+1 09568U 73086FW  14235.71280079 -.00002836  00000-0 -26921-1 0  4695
+2 09568 101.4520 135.2043 0356450 346.3319 038.6434 12.05172809784858
+1 09569U 73098D   14237.39464494  .00003280  00000-0  46042-3 0    89
+2 09569 074.0550 222.4929 0014061 327.4914 152.8733 14.77809613270277
+1 09570U 73086FX  14236.78453366 -.00000014  00000-0  21518-3 0  1755
+2 09570 101.7428 309.0600 0067045 286.0159 195.7407 12.41183543842893
+1 09572U 75112C   14236.36410173  .00003904  00000-0  38697-3 0  1646
+2 09572 074.0370 331.4263 0003799 298.3728 061.7071 14.92169008 52644
+1 09588U 76118A   14237.78499937 -.00000026  00000-0 -60132-4 0  7877
+2 09588 074.0290 103.8888 0029647 055.6762 011.8005 12.55710472729028
+1 09589U 76118B   14236.78177177 -.00000014  00000-0  13368-4 0  9008
+2 09589 074.0329 024.7185 0042171 314.3439 154.7902 12.58043933732106
+1 09590U 76118C   14236.77914209 -.00000036  00000-0 -13635-3 0  9757
+2 09590 074.0294 064.4077 0020623 219.9190 268.7899 12.46358940716042
+1 09591U 76118D   14238.11779324  .00000005  00000-0  15049-3 0   526
+2 09591 074.0312 144.2023 0033449 322.5577 181.6308 12.43946211712890
+1 09592U 76118E   14236.34940637  .00000010  00000-0  16565-3 0  7894
+2 09592 074.0318 183.2324 0017168 143.2888 026.1541 12.53455631725749
+1 09593U 76118F   14238.14519471 -.00000026  00000-0 -80089-4 0  9358
+2 09593 074.0284 234.4701 0046798 056.8190 011.1939 12.41273614709222
+1 09594U 76118G   14237.14236934 -.00000032  00000-0 -10351-3 0  7740
+2 09594 074.0277 256.5551 0006665 238.5260 177.0864 12.51278873722855
+1 09595U 76118H   14236.43689192  .00000006  00000-0  14738-3 0  9968
+2 09595 074.0342 339.3351 0006431 145.1958 281.2108 12.48884930719471
+1 09598U 76118J   14238.10852294 -.00000085  00000-0 -62675-3 0  9560
+2 09598 074.0143 069.6302 0137182 009.7967 102.4812 12.24122935685545
+1 09610U 76122A   14237.52093233  .00000083  00000-0  69954-4 0  9053
+2 09610 082.9534 221.1766 0035835 034.9372 086.0746 13.75841725891963
+1 09613U 76122B   14237.49077800  .00000037  00000-0  22316-4 0  1900
+2 09613 082.9554 194.6244 0028737 284.1878 204.6867 13.77326243893954
+1 09619U 75004FU  14236.34434041  .00000565  00000-0  18803-3 0  8460
+2 09619 097.4271 007.7084 0118920 349.3325 062.3960 14.36802318 50370
+1 09634U 76126A   14238.52538230  .00000136  00000-0  76013-4 0  1645
+2 09634 065.8341 269.4481 1092735 217.3013 134.7466 12.56020163738677
+1 09637U 76128A   14238.08215108  .00000052  00000-0  37345-4 0  7038
+2 09637 082.9401 123.8828 0046270 064.1304 045.1482 13.76114090890733
+1 09638U 76128B   14238.10008898  .00000059  00000-0  43367-4 0  9038
+2 09638 082.9351 087.8525 0030101 300.7113 215.5476 13.78141418893278
+1 09648U 76126E   14238.97027762  .00008394  00000-0  63911-3 0  1176
+2 09648 065.7829 228.0504 0318801 175.5659 184.8900 14.69317061878153
+1 09649U 76126F   14239.00641773  .00000723  00000-0  63363-3 0  1311
+2 09649 065.9277 238.8878 0930593 337.9908 018.3865 12.67732736733747
+1 09650U 76126G   14239.06913484  .00002263  00000-0  53365-3 0  4719
+2 09650 065.8143 266.2894 0918579 188.2306 170.3170 13.19680530783624
+1 09651U 76126H   14238.67369970  .00000325  00000-0  10769-3 0  8825
+2 09651 065.7991 100.3848 0855146 238.2095 113.3323 13.20165954780201
+1 09652U 76126J   14238.10508398  .00000573  00000-0  36125-3 0  5638
+2 09652 065.8322 113.9319 0917308 036.2190 033.6882 12.88842677752148
+1 09653U 76126K   14235.75404177  .00000730  00000-0  30862-3 0  8895
+2 09653 065.7734 322.7911 0856059 282.7901 155.2029 13.15527425774528
+1 09654U 76126L   14236.13716559  .00000974  00000-0  41486-3 0  6868
+2 09654 065.7768 052.9731 0786632 251.9311 224.1264 13.27141192782252
+1 09655U 76126M   14238.51488367  .00002466  00000-0  48246-3 0  3480
+2 09655 065.7914 261.0199 0758144 004.1736 356.5634 13.57043609799989
+1 09656U 76126N   14235.83597064  .00000301  00000-0  26870-3 0  3742
+2 09656 065.8262 027.4995 0885810 112.3815 029.8043 12.83574681745461
+1 09661U 77002A   14237.47330278 -.00000036  00000-0 -31142-4 0  8736
+2 09661 081.2637 278.7003 0010608 190.9871 276.8577 14.03391544925448
+1 09662U 77002B   14237.76200470 -.00000068  00000-0 -53822-4 0  4245
+2 09662 081.2784 334.1690 0052954 056.7424 053.5959 14.00807774922922
+1 09663U 77002C   14237.30031815  .00000079  00000-0  43445-4 0  1675
+2 09663 081.2649 283.9675 0007403 179.8885 297.0523 14.02371522925209
+1 09664U 77002D   14237.92089359  .00000109  00000-0  63412-4 0  2211
+2 09664 081.2661 295.5758 0008119 229.4553 249.4989 14.01808563924535
+1 09666U 70025NK  14238.07147876  .00001278  00000-0  17779-2 0  8045
+2 09666 099.2839 001.0518 0126007 216.1795 196.7773 13.56458743166538
+1 09668U 70025NM  14236.99801057  .00003496  00000-0  11405-2 0  7520
+2 09668 100.1244 001.7677 0073816 155.8611 204.6058 14.37895458955966
+1 09674U 72058HQ  14237.54985250  .00006016  00000-0  38196-3 0  8164
+2 09674 098.0671 086.9333 0068843 054.1860 009.6439 15.07303634251702
+1 09681U 75004GC  14237.27573551  .00000144  00000-0  56256-4 0  7032
+2 09681 098.0514 151.0699 0058021 102.0665 025.1675 14.41033050 22450
+1 09695U 74089DU  14237.90620388  .00001509  00000-0  20851-2 0  4280
+2 09695 103.0004 356.3984 0301957 231.8262 246.9167 13.43682763859848
+1 09696U 74089DV  14237.21604348  .00000116  00000-0  13729-2 0  1649
+2 09696 100.8170 229.0671 0183096 164.8248 260.1342 12.20987227772516
+1 09697U 74089DW  14235.76387454 -.00000018  00000-0  16079-3 0    85
+2 09697 101.7702 325.0355 0146542 131.4903 021.8055 12.53137892819120
+1 09699U 74089DY  14234.86427463 -.00000029  00000-0  92638-4 0  8336
+2 09699 101.5077 218.1256 0125075 052.2059 010.4432 12.29159319787451
+1 09701U 73086FZ  14238.80196411  .00002246  00000-0  10000-3 0  2293
+2 09701 102.8270 326.5615 0076829 169.3952 190.9296 13.00010025886475
+1 09702U 73086GA  14236.81906362  .00000205  00000-0  34195-2 0   771
+2 09702 103.0999 214.2923 0732987 058.8567 012.7614 11.37088032699456
+1 09703U 73086GB  14237.80428469  .00000025  00000-0  11955-3 0  4346
+2 09703 065.7225 062.7803 0118725 079.8140 018.4839 13.66376239994716
+1 09704U 76069C   14237.52939323  .00003098  00000-0  38900-3 0  2672
+2 09704 074.0578 278.1515 0007344 327.9722 151.3994 14.82594209321510
+1 09710U 75004GU  14236.99446144  .00000155  00000-0  82602-4 0  7452
+2 09710 097.6495 251.7312 0161096 084.0413 337.3330 14.16945342757081
+1 09721U 76126S   14239.09749512  .00000321  00000-0  12146-3 0   856
+2 09721 065.8425 232.2708 1068098 040.1120 327.4419 12.74708955745975
+1 09722U 76126T   14238.56561760  .00000548  00000-0  10695-2 0  5431
+2 09722 065.7786 047.1159 0824630 269.9553 080.7451 12.47790188697925
+1 09723U 76126U   14239.08492943  .00001435  00000-0  14835-2 0  4150
+2 09723 065.7558 286.1818 0756740 293.0825 059.2520 12.90684897740177
+1 09724U 76126V   14236.07828921  .00000572  00000-0  28707-3 0  1642
+2 09724 065.8272 182.2511 0842263 298.7738 140.6716 13.12470860769428
+1 09726U 73086GC  14237.90572353 -.00000019  00000-0  20991-3 0   625
+2 09726 102.1426 216.9353 0081015 102.6350 316.4944 12.26151991753017
+1 09730U 74089DZ  14235.43956181  .00001684  00000-0  44897-2 0  6876
+2 09730 101.7425 304.6654 0090477 165.9358 324.7048 13.15915964872901
+1 09737U 77004A   14237.13720817  .00000004  00000-0 -12319-4 0  5687
+2 09737 082.9573 095.2520 0026305 020.9797 096.8801 13.71557075881184
+1 09738U 77004B   14236.69222288 -.00000036  00000-0 -54390-4 0  9154
+2 09738 082.9588 060.3142 0015598 240.6759 167.7755 13.73580257883846
+1 09785U 77005A   14237.41738986 -.00000102  00000-0  00000+0 0  9589
+2 09785 015.0681 346.1454 0039205 298.9766 111.0379 00.95268857 75706
+1 09786U 77005B   14236.43679625  .00000153  00000-0  11210-4 0  3179
+2 09786 028.0095 230.5897 0418910 137.6177 351.9709 13.94000557909269
+1 09795U 74089EA  14236.39520412  .00000031  00000-0  37844-3 0  3324
+2 09795 102.0319 035.7564 0302558 341.0715 071.0947 12.61589566828490
+1 09797U 76126X   14237.48456382  .00000711  00000-0  56734-3 0  2430
+2 09797 065.8196 322.0013 0931353 188.9501 276.2458 12.75395315737031
+1 09798U 76126Y   14236.64022995 -.00000044  00000-0  43052-4 0  1997
+2 09798 065.7571 331.3682 0127341 017.5123 086.7732 13.60741855861423
+1 09799U 76126Z   14236.43265067  .00000015  00000-0  44891-4 0   150
+2 09799 065.6029 223.6085 1009308 146.0278 220.9777 12.76840763 98352
+1 09807U 76126AA  14238.65906435  .00002327  00000-0  48352-3 0   149
+2 09807 065.7943 096.2700 0578341 243.4802 110.6318 13.88876810828182
+1 09816U 76126AC  14236.46848492  .00004355  00000-0  97917-3 0  3578
+2 09816 065.8012 244.7372 0703745 335.9357 021.0236 13.63674075814041
+1 09818U 76126AE  14238.11373824  .00016485  00000-0  25297-2 0  6083
+2 09818 065.7578 172.1749 0364577 076.9281 025.7794 14.37626127853146
+1 09819U 76126AF  14238.72739995  .00003519  00000-0  73115-3 0  4812
+2 09819 065.9015 116.6313 0583930 323.0431 033.2160 13.87855784831025
+1 09820U 76126AG  14238.70558252 -.00000205  00000-0  10000-3 0  3089
+2 09820 065.8060 044.8303 0878067 232.6036 119.1771 11.92379751510385
+1 09821U 76126AH  14238.79057870  .00003863  00000-0  69628-3 0  4891
+2 09821 065.7723 229.8576 0457071 170.8603 190.1655 14.15747136842707
+1 09822U 76126AJ  14237.93226975  .00000502  00000-0  28216-3 0  8362
+2 09822 065.7887 079.4598 0947168 119.3090 352.0377 12.88529255750909
+1 09823U 76126AK  14238.11921797  .00000733  00000-0  38369-3 0  6856
+2 09823 065.8005 229.5175 0932290 071.3270 358.2527 12.92477047756850
+1 09824U 76126AL  14236.58379756 -.00000023  00000-0  19918-4 0  1676
+2 09824 065.8127 279.3008 0918135 187.7452 259.5127 13.19599120783104
+1 09826U 76126AN  14239.11025861  .00001016  00000-0  33212-3 0  9846
+2 09826 065.8473 269.6952 0807252 149.8812 215.1766 13.29748870785957
+1 09827U 76126AP  14237.05517388  .00004803  00000-0  91972-3 0  2676
+2 09827 065.8031 268.4547 0441237 130.1136 321.6785 14.17272365842276
+1 09829U 77010A   14238.48458094 -.00000160  00000-0  00000+0 0   216
+2 09829 063.5123 028.8994 7283653 245.6440 026.1214 02.00846391275080
+1 09835U 73086GD  14235.39672694  .00000305  00000-0  56491-2 0  2527
+2 09835 101.3365 297.7325 0662254 329.3932 083.9278 11.32938224625271
+1 09841U 77012A   14238.61453088  .00000039  00000-0  11416-3 0  8450
+2 09841 065.7567 100.6122 1726109 043.2776 329.1878 10.73784349470855
+1 09843U 77012C   14236.78939275 -.00000037  00000-0 -67181-5 0  4262
+2 09843 065.7489 079.9493 1722185 051.9417 019.1248 10.74594291471255
+1 09846U 77013A   14237.60201716  .00000019  00000-0  45172-5 0  7032
+2 09846 082.9440 046.3849 0029191 344.4886 084.4932 13.73858844880084
+1 09848U 77013B   14237.93971351  .00000004  00000-0 -12068-4 0  3464
+2 09848 082.9515 026.2517 0016070 226.9091 245.4969 13.75481463882185
+1 09850U 77010E   14238.46258539 -.00000538  00000-0  00000+0 0   118
+2 09850 063.7651 045.4653 7256880 246.2454 026.0377 02.02405807273243
+1 09852U 77014A   14237.34193623  .00000099  00000-0  00000+0 0  5994
+2 09852 013.7680 333.2620 0005460 184.1686 150.4107 01.00008484 84071
+1 09862U 77018A   14239.11558103  .00000000  00000-0  10000-3 0   479
+2 09862 014.7841 351.6779 0002729 098.8352 261.2488 01.00051095 99960
+1 09864U 77018B   14238.55799425  .00028233  00000-0  22054-2 0  2125
+2 09864 024.3966 057.9631 4985701 131.4984 283.6912 05.69785114526363
+1 09880U 77021A   14238.44794758 -.00000085  00000-0  00000+0 0  2758
+2 09880 062.8199 357.6449 7407533 253.6595 020.1538 02.00705119172233
+1 09896U 76105N   14232.07292256 -.00000095  00000-0  00000+0 0  3602
+2 09896 065.0390 252.1750 7207530 359.9992 000.1183 01.99596723163092
+1 09903U 77024A   14237.81909522  .00000161  00000-0  86894-4 0  8563
+2 09903 081.2588 356.8331 0036056 304.4965 167.1308 14.08144109920633
+1 09904U 77024B   14237.05650191 -.00000113  00000-0 -74290-4 0   428
+2 09904 081.2618 042.2639 0053700 342.3308 157.7209 14.06735294918385
+1 09907U 77024C   14237.02037759  .00003167  00000-0  10328-2 0  5422
+2 09907 082.9212 227.4401 0008410 351.6202 071.0619 14.38414939901474
+1 09911U 77027A   14216.18271355  .99999999  14264-4  46478-2 0  9982
+2 09911 062.3315 078.6570 0644795 048.8750 102.5507 15.05809407273913
+1 09921U 77027D   14237.84075366 -.00000249  00000-0  00000+0 0   176
+2 09921 072.4142 312.4368 5614123 305.2372 110.4479 01.98883674271521
+1 09927U 77021D   14233.77523387  .00001217  00000-0  00000+0 0  1845
+2 09927 063.8017 044.8977 7247164 245.2983 071.8615 02.01914366194090
+1 09931U 77029A   14238.57897685  .00000000  00000-0  10000-3 0  6058
+2 09931 026.5164 119.1085 6598980 073.2034 345.6592 01.96177341267241
+1 09941U 77032A   14233.95365754  .00001009  00000-0  32479-2 0  1594
+2 09941 063.0844 006.3122 7368591 247.2406 024.0716 02.00698078273437
+1 09951U 76126AR  14236.48543300  .00001043  00000-0  41098-3 0  7136
+2 09951 065.8239 254.0348 0852964 250.7877 271.4736 13.17472767489685
+1 09953U 76126AT  14236.77780770  .00000527  00000-0  25636-3 0  9109
+2 09953 065.8292 326.9063 0900084 310.1728 123.4048 13.03226523764682
+1 09954U 76126AU  14236.41818697  .00000051  00000-0  58357-4 0  5498
+2 09954 065.7046 350.0664 0910604 036.6829 329.3129 12.99663772 66390
+1 09955U 76126AV  14237.75501816  .00000257  00000-0  17430-3 0  8317
+2 09955 065.8474 034.6193 1067884 156.0204 317.8179 12.62616555453582
+1 09956U 76126AW  14239.02796850  .00000382  00000-0  67760-3 0  4466
+2 09956 065.8007 026.8046 0924854 159.5765 204.5327 12.35984457698052
+1 09957U 76126AX  14215.23902333  .66531485  63708-5  33728-1 0  4851
+2 09957 065.6957 165.8616 0027462 209.6839 266.6017 16.19243024629468
+1 09958U 76126AY  14233.78585609  .00000528  00000-0  68779-3 0  4590
+2 09958 065.8738 348.9801 0911572 213.6287 140.3557 12.58298199719665
+1 09960U 76126BA  14238.98646060  .00001304  00000-0  10309-2 0  2629
+2 09960 065.8688 206.4750 0876878 029.1040 335.6479 12.81806923742528
+1 09961U 76126BB  14238.67996692  .00006217  00000-0  17357-2 0  1936
+2 09961 065.8095 126.4629 0661961 008.2426 352.9357 13.62680616808684
+1 09962U 76126BC  14237.10945887  .00003140  00000-0  99454-3 0  9775
+2 09962 065.7750 200.3765 0666771 085.8791 035.3387 13.58291209805981
+1 09963U 76126BD  14238.56786935  .00001268  00000-0  40380-3 0  7584
+2 09963 065.7987 050.2935 0852001 224.6904 128.2795 13.22209991781017
+1 09964U 76126BE  14238.97979895  .00001345  00000-0  69976-3 0  6126
+2 09964 065.8038 085.5936 0853951 012.2982 349.7963 13.03279977762274
+1 09965U 76126BF  14237.15915689  .00000527  00000-0  17986-2 0  5805
+2 09965 065.8011 149.8269 0887550 040.6865 025.1630 12.12696641666275
+1 09966U 76126BG  14237.76041009  .00002135  00000-0  86309-3 0  1831
+2 09966 065.7874 110.0213 0721628 197.6032 232.5686 13.39272622790422
+1 09973U 68097DV  14235.76072563  .00000350  00000-0  15139-3 0  1036
+2 09973 062.4077 003.3578 0693277 053.8817 312.4366 13.52615534444156
+1 09975U 73086GE  14237.08469037  .00000345  00000-0  28325-2 0  7147
+2 09975 102.4748 012.6088 0098425 177.7456 238.0963 12.41481444557706
+1 09976U 73086GF  14237.52520124  .00000071  00000-0  91813-3 0  8591
+2 09976 101.9843 213.6312 0042343 167.9690 317.2585 12.34661377763929
+1 09977U 73086GG  14236.52747606  .00000099  00000-0  91991-3 0  1586
+2 09977 102.0415 222.7103 0069058 136.2245 339.3784 12.52381260783358
+1 09978U 73086GH  14235.12550081 -.00000154  00000-0 -91096-3 0  9028
+2 09978 101.8762 285.1796 0054174 005.9083 052.9538 12.32816578761092
+1 09979U 73086GJ  14236.52891360 -.00000589  00000-0 -81397-2 0   139
+2 09979 101.9397 115.8371 0601292 292.4046 185.3031 11.49442205910877
+1 09980U 77032D   14235.82934244  .00000139  00000-0  00000+0 0  7817
+2 09980 062.7357 234.2123 6983054 245.8989 029.5454 02.30361434147024
+1 09981U 77012E   14234.24817712  .00000250  00000-0  75767-3 0  9408
+2 09981 065.2029 134.6955 1698611 181.7982 177.6233 10.83007682482653
+1 09982U 77012F   14238.63636574  .00000205  00000-0  53818-3 0  6917
+2 09982 065.9033 013.6571 1713966 132.0688 243.9764 10.80095881480636
+1 09983U 77012G   14234.46801312 -.00000149  00000-0 -32552-3 0  2422
+2 09983 065.5868 009.0300 1716624 307.7082 038.3861 10.74920976473597
+1 09984U 74089EB  14234.90311991 -.00000046  00000-0 -19342-4 0  8933
+2 09984 101.7172 212.4132 0094669 249.2725 168.4832 12.40319719802572
+1 09985U 74089EC  14234.96784036 -.00000030  00000-0  80025-4 0  6907
+2 09985 101.4363 235.4016 0048600 017.6307 045.2432 12.48673241813868
+1 09986U 74089ED  14237.18294281  .00014206  00000-0  20734-1 0  9868
+2 09986 103.3972 315.4469 0493883 327.6260 082.6600 13.14400925859689
+1 09987U 74089EE  14237.28209326 -.00000084  00000-0 -26513-3 0  8410
+2 09987 101.4834 132.2040 0083664 220.0604 261.3071 12.49907425810337
+1 09988U 74089EF  14237.05254876  .00001048  00000-0  89462-3 0  3816
+2 09988 103.0596 036.4499 0267844 003.2721 114.8334 13.75627915908671
+1 09989U 74089EG  14238.54833557  .00001548  00000-0  10000-3 0  8475
+2 09989 103.0372 139.8530 0144087 144.6136 216.5099 12.39628816765894
+1 09998U 74033F   14238.89907664  .00000000  00000-0  10000-3 0  6787
+2 09998 003.1477 257.2608 0251416 100.0192 262.5673 01.16182066 85107
+1 10000U 77034A   14238.25012840  .00000000  00000-0  10000-3 0  8872
+2 10000 016.1988 339.0836 0018175 229.9711 129.9290 00.96669022123863
+1 10001U 77034B   14235.02511365 -.00000142  00000-0  00000+0 0  3947
+2 10001 016.4794 342.4443 0032226 051.2122 323.2453 00.95427392 76339
+1 10002U 77034C   14239.11032959  .00000000  00000-0  10000-3 0  2765
+2 10002 016.7629 340.2320 0294730 348.1326 011.2435 00.95552227 71946
+1 10010U 77036A   14237.12210334 -.00000071  00000-0 -56301-4 0  3788
+2 10010 065.8637 213.7080 0712630 291.6427 061.0140 12.30328905674428
+1 10011U 77036B   14238.13656509 -.00000091  00000-0 -12591-3 0  3738
+2 10011 065.8645 135.1274 0707502 274.9279 196.5862 12.32222147676791
+1 10013U 77036C   14236.36004598 -.00000075  00000-0 -72110-4 0  2430
+2 10013 065.8680 211.4079 0711834 281.9342 238.3914 12.30691791674564
+1 10019U 77039A   14238.12459409  .00000013  00000-0 -26807-5 0  1578
+2 10019 082.9450 090.9279 0025696 140.0759 332.7261 13.75155857869353
+1 10020U 77039B   14237.60065937  .00000120  00000-0  10505-3 0  3476
+2 10020 082.9447 047.3748 0029952 309.3188 117.6464 13.77883761872525
+1 10024U 77041A   14239.01233899  .00000000  00000-0  10000-3 0  2559
+2 10024 014.9816 351.9891 0017319 150.0552 210.0967 00.99441493 78398
+1 10025U 77041B   14236.40729767 -.00000172  00000-0 -52667-3 0  7668
+2 10025 021.8785 324.1029 7192147 331.9316 015.6640 02.22657771301835
+1 10059U 77047A   14237.52584587  .00000757  00000-0  00000+0 0  5467
+2 10059 067.0782 027.9023 6153882 057.7122 007.8061 02.00893091272686
+1 10061U 77048A   14231.83695667  .00000051  00000-0  00000+0 0  1734
+2 10061 014.3290 338.8661 0011612 276.2311 080.2154 00.99393533 80571
+1 10062U 77048B   14236.49486706  .00000210  00000-0  34455-4 0  7609
+2 10062 028.4207 232.3578 0739016 214.6351 297.8380 13.36021577809337
+1 10089U 77047D   14236.19484345  .00000207  00000-0  00000+0 0  8231
+2 10089 068.4317 047.5877 6161833 027.9141 003.0497 01.99339176174507
+1 10091U 77053A   14238.40204620  .00000000  00000-0  10000-3 0   860
+2 10091 064.0575 055.1799 0054121 227.1483 132.4422 02.00456672272243
+1 10095U 77055A   14237.75607607  .00000499  00000-0  52256-4 0  5985
+2 10095 075.8366 338.9152 0039166 240.4468 119.2817 14.90739112 11082
+1 10096U 77055B   14237.79450310  .00000394  00000-0  44634-4 0  5050
+2 10096 075.8367 022.0254 0043714 300.3137 167.0116 14.87843622  9562
+1 10114U 77057B   14237.48737273  .00001096  00000-0  64458-4 0  3251
+2 10114 097.2615 094.5701 0013465 303.1532 056.8407 15.13557830 28043
+1 10120U 77059A   14237.77113168  .00000059  00000-0  31737-4 0  2603
+2 10120 074.0506 325.7159 0013600 229.1989 130.7983 14.31682284938707
+1 10121U 77059B   14237.15802861  .00000165  00000-0  66399-4 0  1778
+2 10121 074.0482 214.7439 0017699 100.3536 341.0193 14.35487809942467
+1 10136U 70025NQ  14236.34276420  .00000010  00000-0  85707-4 0  2512
+2 10136 099.9968 129.2513 0001259 150.3699 323.3454 13.51488145187781
+1 10137U 77062A   14238.14707569  .00000029  00000-0  14914-4 0  7713
+2 10137 082.9425 308.8621 0033899 106.6312 315.1510 13.72213606859080
+1 10138U 77062B   14237.14805139  .00000072  00000-0  60327-4 0  8768
+2 10138 082.9385 284.4873 0020602 012.3622 039.7646 13.73720860858454
+1 10141U 77064A   14237.77816137  .00000036  00000-0  20971-4 0  6616
+2 10141 082.9640 091.5830 0037825 197.1726 211.7565 13.76533920864286
+1 10142U 77064B   14236.08889216  .00000098  00000-0  80913-4 0  7552
+2 10142 082.9633 062.5330 0043210 086.7848 061.0694 13.78503936866417
+1 10143U 77065A   14238.59538220  .00000000  00000-0  10000-3 0  1587
+2 10143 014.4825 338.5124 0021867 133.5346 226.7090 00.99249456 78414
+1 10144U 77065B   14237.58087816  .00000443  00000-0  11378-3 0  2914
+2 10144 029.0590 256.2234 0862909 033.5727 108.0794 13.20657912791509
+1 10150U 77068A   14236.19483470  .00000518  00000-0  00000+0 0  4894
+2 10150 069.6642 291.8513 5403167 085.1145 334.3242 02.00797442272200
+1 10155U 77054D   14236.03929019 -.00000428  00000-0  66120-4 0  7345
+2 10155 062.4769 257.5624 7309226 261.6730 017.4364 02.09241926172564
+1 10159U 77071A   14237.77059131  .00000000  00000-0  10000-3 0  5437
+2 10159 013.0446 328.0100 0013619 164.3025 195.8116 01.00353450133808
+1 10167U 77068D   14238.56527088  .00000007  00000-0  10000-3 0  7171
+2 10167 067.2332 022.8122 5946406 080.0678 338.6181 01.99806298194657
+1 10177U 77065F   14235.81043896  .00001506  00000-0  26143-3 0  1886
+2 10177 028.2289 113.6828 0587296 331.1659 089.6693 13.89522623692237
+1 10178U 77065G   14227.12536382  .00000472  00000-0  13029-2 0  8649
+2 10178 028.7252 156.8741 0930639 174.5231 316.0558 12.04428532488009
+1 10183U 77065M   14234.52731479  .00000956  00000-0  26951-3 0  4632
+2 10183 029.2102 342.0163 0576253 079.0248 024.7754 13.73712607812678
+1 10184U 77065N   14236.12273553  .00000434  00000-0  79243-4 0  6710
+2 10184 029.0820 198.3953 0793942 241.5223 216.1212 13.40396014786511
+1 10188U 77065S   14236.13993734  .00000439  00000-0  84759-4 0  4985
+2 10188 029.0715 138.4581 0716881 219.9150 297.2971 13.53344235804082
+1 10198U 77065AB  14236.03865479  .00001833  00000-0  14347-2 0  5949
+2 10198 029.5695 197.2641 0660632 265.3816 158.3452 13.17730084758104
+1 10201U 77065AE  14236.52200612  .00000597  00000-0  96795-4 0  9950
+2 10201 029.0939 036.7314 0719658 277.4523 128.3301 13.61793029817980
+1 10204U 77065AH  14236.11017373  .00004807  00000-0  89352-3 0   171
+2 10204 028.8386 176.9510 0356010 098.2339 008.2135 14.29779879850467
+1 10206U 77065AK  14235.62188822 -.00000264  00000-0 -25081-3 0  9269
+2 10206 029.2186 355.7819 0614962 066.6035 040.1304 13.27465863757041
+1 10207U 77065AL  14239.14029214  .00000305  00000-0  61205-3 0  2546
+2 10207 029.0916 259.6503 0693162 328.8425 027.3094 12.66896125705966
+1 10208U 77065AM  14236.29084177  .00003232  00000-0  61599-3 0  6473
+2 10208 028.9321 220.3562 0506259 064.6346 058.7654 14.03239615832275
+1 10211U 77065AQ  14239.01246809 -.00000793  00000-0  00000+0 0  8649
+2 10211 029.4739 128.9119 0692221 297.5196 055.7009 12.64860198558866
+1 10214U 77065AT  14236.46203525  .00001104  00000-0  48618-3 0  4054
+2 10214 028.8700 357.4202 0603158 008.2475 047.0396 13.51523344784084
+1 10220U 77065AX  14239.00466287  .00003870  00000-0  18422-2 0  5524
+2 10220 029.1408 173.5600 0506875 333.5969 023.9997 13.67427463799234
+1 10221U 77065AY  14235.71717903  .00001315  00000-0  17657-3 0  2274
+2 10221 029.0653 331.2127 0480110 015.9483 148.7954 14.18048871853158
+1 10227U 77065BE  14236.12959528  .00000438  00000-0  12586-3 0  3505
+2 10227 028.9495 269.1757 0726006 135.1595 268.5144 13.40341400793748
+1 10229U 77065BG  14229.88249416  .00007724  00000-0  24123-2 0   499
+2 10229 028.7973 086.9942 0294715 093.0836 014.6525 14.17408564 65258
+1 10230U 77065BH  14237.03388758  .00003925  00000-0  49019-3 0  8107
+2 10230 029.0197 149.3723 0279498 190.9532 250.1567 14.56124887883644
+1 10234U 77065BM  14237.25933208  .00008962  00000-0  11137-2 0  2683
+2 10234 028.9501 160.9461 0477825 031.6701 101.7362 14.24087127857977
+1 10235U 77065BN  14235.71735691  .00008572  00000-0  54937-3 0  2446
+2 10235 028.8455 348.4693 0248309 336.1561 166.9889 14.84803620896379
+1 10240U 77065BR  14237.41584514 -.00000135  00000-0 -14734-3 0  4573
+2 10240 029.3876 009.4368 0723521 053.0707 355.7237 13.08509004505738
+1 10246U 77065BX  14237.25930275  .00028491  00000-0  16514-2 0  1599
+2 10246 029.0113 174.6800 0181640 319.7030 161.6969 14.97999748887446
+1 10250U 77065CB  14236.00987942  .00000620  00000-0  11153-3 0  3466
+2 10250 029.0795 170.5937 0605919 252.7204 190.9351 13.79887224708426
+1 10251U 77065CC  14239.07559219  .00001297  00000-0  19688-3 0  8231
+2 10251 028.9792 189.1402 0736075 321.0883 033.9241 13.69046328823441
+1 10252U 77065CD  14236.75524385  .00000926  00000-0  39543-3 0  8960
+2 10252 028.8417 040.1811 0791152 087.2816 358.3454 13.19029960768625
+1 10261U 77065CN  14235.81072189  .00004561  00000-0  59201-3 0  9914
+2 10261 029.0208 037.5465 0402496 051.2375 077.9637 14.35414066860569
+1 10262U 77065CP  14236.36315487  .00001743  00000-0  38434-3 0  2116
+2 10262 029.0699 318.8816 0694269 224.5206 200.2212 13.61982096814984
+1 10282U 77079A   14237.46875240  .00000012  00000-0  17665-3 0  6916
+2 10282 074.0258 153.0408 0019016 149.8687 328.6687 12.54228147694322
+1 10286U 77079B   14236.83041688  .00000003  00000-0  11228-3 0  8013
+2 10286 074.0288 358.6314 0044085 327.4057 148.5052 12.58834029700450
+1 10287U 77079C   14236.00379576 -.00000031  00000-0 -87822-4 0    45
+2 10287 074.0228 078.7536 0031189 070.3566 083.7287 12.56486282697188
+1 10288U 77079D   14236.38194436 -.00000004  00000-0  79704-4 0   518
+2 10288 074.0253 195.8662 0044188 059.8288 103.4665 12.42201807677961
+1 10289U 77079E   14237.11822302 -.00000029  00000-0 -83168-4 0  7885
+2 10289 074.0229 227.1458 0008119 237.5509 188.6083 12.52035878691321
+1 10290U 77079F   14236.44424456 -.00000019  00000-0 -19977-4 0  1015
+2 10290 074.0252 308.3359 0005262 175.8314 320.3235 12.49645845688018
+1 10291U 77079G   14236.43873319 -.00000024  00000-0 -59198-4 0  9890
+2 10291 074.0265 030.0230 0018384 229.5487 190.9328 12.47189858684708
+1 10292U 77079H   14236.13345652 -.00000005  00000-0  72402-4 0  9691
+2 10292 074.0231 107.8615 0031008 329.3442 145.9353 12.44862333681528
+1 10293U 77079J   14237.02432613 -.00000030  00000-0 -12634-3 0  8615
+2 10293 074.0278 030.7358 0135703 330.0082 167.8071 12.25228979432305
+1 10294U 77080A   14237.90847422 -.00000108  00000-0  00000+0 0  8911
+2 10294 014.5093 343.5231 0006746 089.7307 302.3280 01.00271998 74666
+1 10295U 77080B   14234.19115199  .00000135  00000-0  12293-3 0  6849
+2 10295 027.0950 142.9314 0767030 137.9923 357.5379 12.47933290688059
+1 10305U 77065DB  14239.15562692  .00011338  00000-0  33741-2 0  9175
+2 10305 029.0703 277.4333 0279601 270.1792 086.7161 14.22076984819127
+1 10306U 77065DC  14232.18104169  .00000996  00000-0  24905-3 0  7510
+2 10306 029.1050 168.8746 0717180 105.9601 262.1115 13.52522832803737
+1 10314U 77065DL  14236.45324472  .00000529  00000-0  17395-3 0   828
+2 10314 028.7834 340.2534 0710930 014.6540 051.0540 13.40350120778077
+1 10338U 77065DM  14231.43852833  .00000875  00000-0  16009-3 0  5116
+2 10338 029.0651 267.4036 0685219 178.7481 324.9323 13.67458992819205
+1 10346U 77065DV  14236.06787228  .00001557  00000-0  71983-3 0  7408
+2 10346 029.2200 170.7734 0731528 014.4592 076.2247 13.28173520780185
+1 10352U 77087A   14237.78240197  .00000031  00000-0  16815-4 0  5901
+2 10352 082.9679 110.9489 0034856 153.9479 275.1734 13.74024633852366
+1 10355U 77087B   14237.12305437  .00000100  00000-0  86982-4 0  8521
+2 10355 082.9681 086.8733 0034345 044.0358 083.3702 13.75686461854252
+1 10358U 77088A   14238.83427262 -.00000014  00000-0  00000+0 0  3673
+2 10358 064.9360 162.1382 0061125 302.1134 057.4466 13.83549786866825
+1 10365U 77092A   14235.80888875  .00000023  00000-0  00000+0 0  2130
+2 10365 013.1224 328.5681 0039176 228.3068 124.9016 01.00313520 91680
+1 10370U 77093A   14241.28928161  .00000974  00000-0  00000+0 0  9502
+2 10370 090.2075 331.4192 7139133 269.9950 000.9914 00.25336758 31811
+1 10392U 74089EH  14236.71076182 -.00000036  00000-0  54219-4 0  5408
+2 10392 101.7945 292.2379 0051034 138.0148 345.5711 12.60053614831495
+1 10393U 74089EJ  14235.54056843 -.00000035  00000-0  47932-4 0  9363
+2 10393 101.5121 083.0888 0158290 314.0377 102.7880 12.23879752782250
+1 10395U 73086GK  14238.62348668 -.00005740  00000-0  10000-3 0  7868
+2 10395 102.6534 291.5022 0414608 199.0176 159.5593 12.60112278823255
+1 10410U 76067D   14238.14580293 -.00000047  00000-0  21325-4 0  1285
+2 10410 066.0914 206.2259 0682820 035.0036 045.1240 12.32926679716695
+1 10411U 76067E   14236.76103163  .00000004  00000-0  24012-3 0   476
+2 10411 066.0233 354.0012 0666907 226.6867 210.7397 12.29028920711031
+1 10412U 76067F   14238.70439593  .00000092  00000-0  33523-3 0   386
+2 10412 065.6778 104.1933 0685396 161.1830 201.6310 12.33766910717935
+1 10413U 76067G   14237.44872314 -.00000025  00000-0  11582-3 0  2592
+2 10413 065.8737 256.3942 0683833 172.0566 311.1325 12.29093828709259
+1 10414U 76067H   14236.71133784 -.00000254  00000-0 -10458-2 0  9809
+2 10414 065.8818 020.3844 0635367 262.1519 205.6802 12.18371634697006
+1 10415U 76067J   14237.76334647 -.00000268  00000-0 -10010-2 0  9996
+2 10415 065.8363 282.4656 0687134 330.4458 121.8489 12.18770901697655
+1 10416U 76067K   14238.70801468 -.00000135  00000-0  10000-3 0    29
+2 10416 065.7154 105.6814 0655370 205.8828 150.7945 12.20344556699913
+1 10417U 76067L   14239.00535725  .00000029  00000-0  73726-4 0  3102
+2 10417 065.5777 093.2045 0744173 252.6117 099.2628 12.46598637987174
+1 10436U 76067M   14237.44988981 -.00000102  00000-0 -16794-3 0  7586
+2 10436 066.0302 341.8079 0685441 127.7123 350.3411 12.37462483720787
+1 10437U 76067N   14237.28076662 -.00000317  00000-0 -10236-2 0  3480
+2 10437 065.8201 135.3935 0680884 273.0090 171.3108 12.30392809710908
+1 10438U 76067P   14235.61940056  .00000329  00000-0  21854-2 0  1020
+2 10438 065.9430 224.9024 0659370 238.8706 238.6958 12.08947204682208
+1 10439U 76067Q   14238.64141209  .00000027  00000-0  10000-3 0  3209
+2 10439 065.7876 336.7456 0662700 024.1230 338.9618 12.24638527705128
+1 10440U 76067R   14238.47911252  .00000405  00000-0  12170-2 0   346
+2 10440 065.6450 189.5995 0725232 195.7008 162.0787 12.39629242712645
+1 10441U 76067S   14236.40832418 -.00000433  00000-0 -22577-2 0  3803
+2 10441 065.7355 224.5253 0620806 254.2532 179.9386 12.11737311687631
+1 10442U 76067T   14238.92009902  .00000000  00000-0  10000-3 0   980
+2 10442 066.0154 211.0139 0654697 011.5742 349.9679 12.16631471694917
+1 10443U 76067U   14235.84223868 -.00000045  00000-0  29621-4 0  1945
+2 10443 065.8157 020.4319 0722621 133.1808 014.8427 12.46480401732423
+1 10444U 76067V   14238.67883331  .00000146  00000-0  34755-3 0  4630
+2 10444 065.7987 086.9147 0737511 111.8369 256.3115 12.51002473739754
+1 10445U 76067W   14239.07294380  .00000051  00000-0  10000-3 0  2917
+2 10445 065.9672 212.3169 0659384 190.9884 167.5920 12.09086754675166
+1 10446U 76067X   14236.04117075  .00000033  00000-0  44979-3 0  3831
+2 10446 065.8811 099.0132 0644287 269.6985 247.3680 12.16748572694682
+1 10447U 76067Y   14236.12814448  .00000073  00000-0  42722-3 0  2308
+2 10447 065.8620 155.6422 0702249 116.9793 355.5475 12.36739530720866
+1 10448U 76067Z   14238.61226712  .00000121  00000-0  35563-3 0  4701
+2 10448 066.1647 067.3073 0751066 185.9758 173.2289 12.36960290721362
+1 10449U 76067AA  14238.92237417 -.00000002  00000-0  00000+0 0  1137
+2 10449 066.0302 191.5097 0753989 025.2682 338.3704 12.45446489733553
+1 10450U 76067AB  14236.12878847 -.00000063  00000-0 -86577-5 0  2315
+2 10450 065.7421 203.3053 0759258 257.6695 191.6654 12.46725413734921
+1 10451U 76067AC  14237.47073069 -.00000076  00000-0 -45321-4 0  2111
+2 10451 065.8576 348.7423 0769448 021.2075 042.2408 12.45763219733807
+1 10452U 76067AD  14235.63161035  .00000206  00000-0  17576-2 0   737
+2 10452 065.8438 268.7234 0588754 090.9157 353.2303 12.05810431679497
+1 10453U 76067AE  14238.92773836 -.00000031  00000-0  00000+0 0  6027
+2 10453 065.8070 185.5765 0723028 183.3728 176.2653 12.42094389728180
+1 10454U 76067AF  14238.81208583  .00000109  00000-0  24913-3 0   187
+2 10454 065.6597 246.4054 0732134 026.0241 337.6142 12.53829619741480
+1 10455U 77105A   14235.60830772  .00000833  00000-0  42597-2 0  1718
+2 10455 062.9916 065.4683 7297580 258.1938 019.0837 02.00432867269799
+1 10457U 77106A   14236.45306852  .00000058  00000-0  76856-4 0  7624
+2 10457 089.7614 196.0069 0024717 207.9456 300.9286 13.48459992811225
+1 10459U 77107A   14238.11018690  .00000008  00000-0 -75621-5 0  5019
+2 10459 082.9478 089.5308 0027262 259.4922 258.9840 13.74603291847083
+1 10461U 77107B   14238.09833558  .00000005  00000-0 -10904-4 0  6275
+2 10461 082.9468 055.1106 0034541 138.7318 000.5247 13.76697872849585
+1 10462U 77106B   14237.91841751  .00000057  00000-0  76131-4 0  4536
+2 10462 089.7611 195.9697 0023588 224.8495 193.5040 13.48004941235919
+1 10463U 76067AG  14236.84503659  .00000108  00000-0  59111-3 0  4732
+2 10463 065.8275 347.3683 0701471 234.4023 213.5311 12.32246523715022
+1 10464U 76067AH  14237.01445108  .00000256  00000-0  87545-3 0   593
+2 10464 065.8291 121.3135 0712452 122.2339 348.3691 12.45526685729902
+1 10465U 76067AJ  14230.02556236  .00000225  00000-0  58080-3 0  3819
+2 10465 065.5705 023.2720 0750453 207.9190 147.9574 12.57625701743843
+1 10466U 76067AK  14236.78048865 -.00000192  00000-0 -36631-3 0  6044
+2 10466 065.8438 022.2420 0707207 074.6705 033.7761 12.48499462733297
+1 10469U 77065EB  14235.07972075  .00000110  00000-0  39465-4 0  7178
+2 10469 029.1226 199.0356 0873048 186.4955 277.8131 12.70527540721276
+1 10470U 77065EC  14236.46665626  .00000332  00000-0  64035-4 0  2469
+2 10470 029.0925 015.3410 0646405 346.7510 053.6946 13.65519250819206
+1 10471U 77065ED  14235.08227280  .00000273  00000-0  48599-4 0  5168
+2 10471 029.0659 143.0754 0864792 199.4979 266.5716 13.20905799781075
+1 10478U 77065EL  14236.45191877  .00003151  00000-0  51821-3 0   208
+2 10478 029.2701 292.2729 0580077 182.7869 297.6128 13.94786369829453
+1 10485U 77105E   14237.33347963 -.00000862  00000-0  00000+0 0  6851
+2 10485 063.3137 109.1336 7188923 258.1244 299.0235 01.97251765265006
+1 10489U 77108A   14233.83326940 -.00000363  00000-0  00000+0 0  2493
+2 10489 013.6487 332.4092 0007187 329.6924 072.7146 01.00364595 93972
+1 10490U 77108B   14237.12931302  .00000415  00000-0  72634-4 0  8541
+2 10490 028.3067 091.6230 1179166 238.6087 286.7645 12.64885430682508
+1 10491U 77109A   14236.23013934 -.00000371  00000-0 -99065-3 0  9579
+2 10491 082.9292 288.3034 0016240 163.6208 258.6971 13.17553175767721
+1 10492U 77109B   14237.09410057  .00000014  00000-0  27766-5 0  2646
+2 10492 082.9200 258.7670 0021460 089.0574 324.0195 13.19624116769864
+1 10512U 77116A   14237.62959572 -.00000065  00000-0  15883-4 0  7217
+2 10512 065.8363 321.2241 0025501 224.0488 236.5515 13.74980801842572
+1 10513U 77116B   14238.80533544 -.00000003  00000-0  00000+0 0  6655
+2 10513 065.8338 154.7997 0030548 205.8085 154.1922 13.78385558846617
+1 10514U 77117A   14237.13092495  .00000088  00000-0  42682-4 0  5835
+2 10514 081.2095 146.7613 0022219 299.1674 060.7273 14.10232699886891
+1 10515U 77117B   14237.82007072  .00000007  00000-0 -32254-5 0  9526
+2 10515 081.2468 194.5653 0028631 258.5536 162.3054 14.08573460885314
+1 10516U 77118A   14237.36187471 -.00000007  00000-0  00000+0 0  6489
+2 10516 014.9697 341.8771 0004829 156.1102 224.9679 00.98912103 93049
+1 10517U 77118B   14236.84970030  .00000710  00000-0  11164-3 0  8246
+2 10517 028.6642 352.2730 0856015 297.4016 220.5606 13.37527203771403
+1 10518U 77116C   14237.56050138 -.00000055  00000-0  26157-4 0  9549
+2 10518 065.8297 249.6267 0023575 223.1461 282.7031 13.76856931844177
+1 10519U 77118C   14235.57825795  .00000263  00000-0  59685-4 0  4299
+2 10519 029.0599 014.1890 0836893 050.7760 026.0736 13.24654239762915
+1 10520U 77119A   14238.14464071  .00000074  00000-0  34653-4 0  7666
+2 10520 074.0309 141.9594 0018286 338.1902 127.4894 14.35753995919967
+1 10521U 77119B   14237.44065779  .00000115  00000-0  44688-4 0  1233
+2 10521 074.0311 006.7530 0022183 269.7337 151.8203 14.40306662924413
+1 10524U 77119C   14236.15275469  .00000949  00000-0  19291-3 0  7098
+2 10524 074.0299 121.2701 0011739 128.5269 025.6298 14.62497368932706
+1 10525U 77119D   14237.13722889  .00000964  00000-0  20205-3 0  5240
+2 10525 074.0249 145.7069 0014129 178.1429 181.9793 14.61065763931709
+1 10526U 77116D   14237.09129508  .00000053  00000-0  13381-3 0   771
+2 10526 065.8361 333.5658 0040848 276.9563 143.5743 13.77459586842286
+1 10531U 77121A   14238.00444141 -.00000085  00000-0 -10384-4 0  7111
+2 10531 065.8527 099.7305 0136195 124.5731 336.0373 13.59759603213274
+1 10535U 77121C   14236.79849527  .00000107  00000-0  19267-3 0  6037
+2 10535 065.8539 040.4455 0118617 030.1729 072.6848 13.72976747830188
+1 10536U 77122A   14237.05639409  .00000043  00000-0  29776-4 0  4815
+2 10536 082.9371 195.7755 0022318 136.9383 271.7131 13.73124232837272
+1 10537U 77122B   14237.81250705  .00000086  00000-0  73962-4 0  9984
+2 10537 082.9356 158.6318 0019938 008.3865 044.2395 13.75177070840022
+1 10539U 77123A   14238.10934003  .00000023  00000-0  20210-4 0  6616
+2 10539 075.8361 154.4600 0303523 200.2525 158.6363 13.88691737857524
+1 10541U 77123B   14238.10382042  .00000031  00000-0  24860-4 0  3766
+2 10541 075.8371 146.6590 0300155 184.8958 265.7245 13.88852558857916
+1 10557U 78002A   14238.69056010  .00000000  00000-0  10000-3 0   580
+2 10557 014.8378 353.4360 0007729 152.2035 207.8901 00.99910371 78289
+1 10562U 77121D   14236.17139575  .00000041  00000-0  21754-3 0  7069
+2 10562 065.8705 143.8929 0102226 295.3695 214.8980 13.35407299785314
+1 10563U 77121E   14236.81695274  .00000367  00000-0  38069-3 0  7523
+2 10563 065.8502 081.6203 0111639 316.1766 136.1118 13.84729774838994
+1 10564U 77121F   14236.06616251 -.00000006  00000-0  77854-4 0  4758
+2 10564 065.8639 092.0232 0147659 012.3384 142.8549 13.69142592830046
+1 10565U 77121G   14238.57821476  .00000239  00000-0  28742-3 0  6642
+2 10565 065.8297 086.3000 0116310 162.9750 197.5722 13.63708901821029
+1 10566U 77121H   14238.78712334  .00000368  00000-0  56693-3 0  2755
+2 10566 065.7898 316.4326 0416859 000.7162 359.4836 13.21358674758612
+1 10567U 77121J   14236.77862392 -.00000005  00000-0  10008-3 0   569
+2 10567 065.7971 345.2823 0107245 334.8861 102.8348 13.54942250813480
+1 10568U 77121K   14237.42161391  .00000083  00000-0  17886-3 0  5543
+2 10568 065.7710 072.0245 0208061 336.6287 096.6184 13.62833401818934
+1 10569U 77121L   14238.75143361  .00000256  00000-0  24676-3 0  7378
+2 10569 065.4055 334.8776 0132096 137.9709 223.2042 13.76000775836326
+1 10570U 77121M   14238.12110111  .00000820  00000-0  98807-3 0  2052
+2 10570 065.3688 166.5736 0017660 271.6569 198.9726 13.72290598814338
+1 10571U 77121N   14237.97816097  .00000162  00000-0  20723-3 0   971
+2 10571 065.9404 039.3879 0139055 067.8439 015.1306 13.82808795842521
+1 10572U 77121P   14238.75093719  .00000148  00000-0  12938-3 0  7731
+2 10572 065.0365 003.0696 0186594 336.7257 022.5887 13.77798851841339
+1 10573U 77121Q   14237.43461640  .00000034  00000-0  15963-3 0  3492
+2 10573 066.3637 223.9782 0089061 013.9690 061.1430 13.51081030807321
+1 10574U 77121R   14236.76146998  .00000154  00000-0  30217-3 0  7344
+2 10574 065.5501 349.4813 0128868 211.8161 225.5244 13.58639199814636
+1 10575U 77121S   14236.45333881  .00000018  00000-0  12251-3 0  4265
+2 10575 065.8778 238.0171 0108944 069.6562 080.8800 13.60055803818544
+1 10576U 77121T   14236.49033007 -.00000019  00000-0  69067-4 0  4649
+2 10576 065.8369 248.4736 0129926 119.2453 033.0999 13.65552155825710
+1 10577U 77121U   14238.98503194  .00000203  00000-0  22355-3 0  5705
+2 10577 065.7959 102.2849 0141503 220.4397 138.6536 13.67564109828158
+1 10578U 77121V   14237.96045337  .00000033  00000-0  12514-3 0  4710
+2 10578 065.7705 083.3361 0146498 282.5987 188.3779 13.67129970827757
+1 10579U 77121W   14238.57401256  .00000077  00000-0  10000-3 0  2955
+2 10579 065.6491 019.0968 0055270 151.0170 209.3964 13.32249907782024
+1 10580U 77121X   14236.49622808  .00000043  00000-0  20340-3 0  9334
+2 10580 065.6795 254.8556 0079146 347.4270 087.3059 13.43018734794829
+1 10581U 78005A   14236.54468477 -.00000032  00000-0 -10434-3 0  6726
+2 10581 074.0280 261.6736 0004516 092.0706 022.2149 12.51235078672772
+1 10584U 78005B   14235.95152231 -.00000037  00000-0 -12078-3 0  7947
+2 10584 074.0318 039.4530 0040979 206.9923 268.7640 12.57922371681622
+1 10585U 78005C   14236.83034606 -.00000014  00000-0  12966-4 0  7920
+2 10585 074.0297 114.8041 0029409 302.4622 129.3547 12.55635063678684
+1 10586U 78005D   14236.34102425  .00000002  00000-0  11087-3 0  7874
+2 10586 074.0318 188.9073 0016913 016.2932 138.4711 12.53435425675685
+1 10587U 78005E   14236.07698767 -.00000011  00000-0  30411-4 0  9959
+2 10587 074.0340 340.1480 0007886 032.2785 030.8137 12.48887453669583
+1 10588U 78005F   14236.89434063 -.00000032  00000-0 -11078-3 0  9756
+2 10588 074.0299 060.6646 0019860 098.8957 005.1911 12.46407926666379
+1 10589U 78005G   14238.15211553 -.00000005  00000-0  76280-4 0  9582
+2 10589 074.0308 135.3981 0032991 196.0093 274.1878 12.44080593663423
+1 10590U 78005H   14238.11182303 -.00000010  00000-0  43464-4 0  9416
+2 10590 074.0297 221.5788 0047452 283.8018 144.5243 12.41454259659911
+1 10591U 78005J   14237.44384706  .00000058  00000-0  65664-3 0  8520
+2 10591 074.0335 089.3532 0145240 219.8475 200.5075 12.23299995206022
+1 10599U 78007A   14237.79867347  .00000050  00000-0  35143-4 0  6626
+2 10599 082.9447 353.8723 0053131 023.0646 084.4529 13.76587696838565
+1 10600U 78007B   14237.81732282  .00000052  00000-0  36822-4 0  5346
+2 10600 082.9416 324.8234 0046684 303.8542 178.1689 13.78328194840523
+1 10613U 76067AM  14236.43134485  .00000149  00000-0  46211-3 0  5666
+2 10613 065.7965 233.8576 0703437 063.1060 053.1317 12.59939849745415
+1 10614U 76067AN  14238.98144175  .00000142  00000-0  39910-3 0  9098
+2 10614 065.7311 204.1317 0741673 353.0171 006.1328 12.40954482725028
+1 10615U 76067AP  14236.99418374  .00000286  00000-0  90369-3 0  9176
+2 10615 066.0049 083.3869 0666256 045.1925 066.9160 12.56042385 15925
+1 10616U 76067AQ  14238.93586523 -.00000090  00000-0  00000+0 0  7536
+2 10616 065.5969 149.4642 0737193 234.0117 119.0743 12.46735621732536
+1 10617U 76067AR  14237.50020958 -.00000063  00000-0 -16321-4 0   480
+2 10617 065.6329 258.8823 0746089 224.8644 214.3132 12.36268020720902
+1 10618U 76067AS  14238.49294179  .00000017  00000-0  52913-4 0  4756
+2 10618 065.8429 033.7886 0719626 124.2314 242.9437 12.38561590723446
+1 10619U 76067AT  14239.18908708  .00000059  00000-0  10000-3 0   363
+2 10619 065.8308 305.5290 0669561 215.6862 139.7590 12.33104342716951
+1 10620U 76067AU  14237.30749524  .00000671  00000-0  25179-2 0  7972
+2 10620 065.9595 305.7707 0665359 270.3933 152.1026 12.40008266720342
+1 10621U 76067AV  14239.10890267  .00000039  00000-0  10000-3 0  4281
+2 10621 066.0280 270.7946 0670462 196.3824 161.4496 12.30865496713418
+1 10622U 76067AW  14238.57516086  .00000048  00000-0  15365-3 0  1046
+2 10622 065.9080 300.0454 0739855 037.6683 327.4254 12.33635041717164
+1 10623U 76067AX  14235.42073322  .00000052  00000-0  33350-3 0  2522
+2 10623 065.7766 258.2847 0707545 245.7436 229.6275 12.41793662725464
+1 10626U 77065EV  14235.80403171  .00000968  00000-0  23972-3 0  8807
+2 10626 029.1761 113.6063 0726217 340.1289 083.8667 13.50790115796209
+1 10627U 77065EW  14230.07050804  .00000242  00000-0  12050-3 0  8005
+2 10627 028.9713 160.6462 0672914 277.7029 191.3720 13.19826689754996
+1 10629U 77065EY  14231.49318803  .00000471  00000-0  43481-3 0  9849
+2 10629 029.8355 005.8112 0825632 204.5873 218.9930 12.76997564725084
+1 10630U 77065EZ  14229.69885197  .00000923  00000-0  10762-2 0  4319
+2 10630 029.2404 080.5424 0815639 191.4077 241.6887 12.70884620955921
+1 10637U 78012A   14234.98432838 -.00000373  00000-0  00000+0 0   673
+2 10637 043.9412 350.2014 1490854 191.1563 262.8250 01.00065974 86397
+1 10642U 76077C   14237.78517447 -.00000034  00000-0  90214-4 0  8885
+2 10642 102.2512 300.6564 0102874 187.2191 289.3040 12.21682419698558
+1 10643U 76077D   14236.98266141  .00000166  00000-0  21705-2 0  2245
+2 10643 102.0952 027.0803 0169422 347.3597 129.8479 12.10053397682611
+1 10644U 76077E   14237.73229218 -.00000086  00000-0 -23188-3 0  3268
+2 10644 101.4570 290.6031 0109123 353.7490 131.5552 12.61309969750867
+1 10645U 76077F   14236.83831376 -.00000281  00000-0 -27778-2 0  9668
+2 10645 102.4205 339.4213 0223101 322.9527 155.2424 11.99024191668242
+1 10646U 76077G   14237.08936633 -.00000048  00000-0 -51034-4 0  9462
+2 10646 102.2494 266.4635 0143773 320.6229 104.7370 12.14336725688886
+1 10647U 76077H   14237.34183025 -.00000053  00000-0 -61119-4 0  1318
+2 10647 103.0931 275.0998 0165550 217.1750 211.2548 12.11054635684191
+1 10648U 76077J   14237.04968049  .00000002  00000-0  40792-3 0  8797
+2 10648 101.9106 075.3178 0126821 171.4521 321.2147 12.20239388694244
+1 10649U 76077K   14234.79610704  .00000005  00000-0  57754-3 0  6853
+2 10649 102.2746 175.7390 0378221 343.4018 074.1166 11.80013810642383
+1 10650U 76077L   14236.60489674  .00000066  00000-0  16506-2 0  8721
+2 10650 102.0454 207.3579 0439597 011.9879 035.3160 11.57193221612150
+1 10652U 76077N   14237.32947147  .00002036  00000-0  24341-1 0  4109
+2 10652 103.0166 147.0108 0260254 111.0103 251.8978 11.96650279662505
+1 10653U 76077P   14237.03131227 -.00000047  00000-0  28684-5 0  4112
+2 10653 102.8808 252.0482 0128877 043.6748 014.0625 12.23988326701541
+1 10654U 76077Q   14235.67626049  .00000177  00000-0  79928-3 0   622
+2 10654 102.4951 276.6442 0188091 233.3844 247.2667 12.91994152785530
+1 10655U 76077R   14237.00881552  .00000090  00000-0  13282-2 0  3564
+2 10655 103.1632 247.0458 0274908 187.8842 230.2394 12.10831030684216
+1 10656U 76077S   14236.80074750 -.00000011  00000-0  26314-3 0  2762
+2 10656 102.0467 291.3494 0077559 243.5575 228.3377 12.36839560718513
+1 10657U 76077T   14235.98752767 -.00000040  00000-0  23533-4 0   246
+2 10657 102.0125 234.3938 0083135 204.6648 214.1746 12.25592378703845
+1 10658U 76077U   14236.50392769 -.00000051  00000-0 -64351-4 0  8310
+2 10658 101.9337 239.8153 0056474 256.1938 224.1874 12.29868992709704
+1 10659U 76077V   14236.29891105 -.00000110  00000-0 -73169-3 0   645
+2 10659 102.1607 007.2803 0175066 043.8386 021.9783 12.09017778681284
+1 10660U 76077W   14236.92351999 -.00000045  00000-0 -14550-3 0  4683
+2 10660 102.1926 235.7683 0397072 104.8918 330.9245 11.67298383626007
+1 10661U 76077X   14237.46596647 -.00000387  00000-0 -79233-3 0  2782
+2 10661 101.1490 173.3038 0125593 077.4719 040.5116 13.21071063762294
+1 10662U 76077Y   14238.10699242  .00000506  00000-0  19354-2 0  1350
+2 10662 101.0199 289.7870 0211313 054.7568 359.4699 12.88887923781462
+1 10663U 76077Z   14238.11850362  .00003589  00000-0  42511-2 0  7995
+2 10663 100.6073 075.4371 0159292 236.9477 248.7069 13.63223384837681
+1 10664U 78014A   14238.56667714 -.00000027  00000-0  00000+0 0  8210
+2 10664 065.3695 030.3219 1908675 340.8228 012.9667 10.75361647434343
+1 10674U 78018A   14237.68933139 -.00000050  00000-0 -25303-6 0  1258
+2 10674 069.3632 308.0676 0160760 112.6831 012.3938 13.43573525791495
+1 10675U 78018B   14236.66417664 -.00000050  00000-0  77559-7 0  2482
+2 10675 069.3575 276.0006 0157914 104.1855 033.4565 13.44564469792233
+1 10676U 78019A   14237.13428748  .00000083  00000-0  37657-4 0  8519
+2 10676 074.0407 153.5998 0015622 103.1605 000.0455 14.35870813910886
+1 10677U 78019B   14237.02600379  .00000153  00000-0  57239-4 0  4848
+2 10677 074.0391 038.8175 0015448 002.2064 357.9156 14.39666506914652
+1 10684U 78020A   14237.10557539 -.00000005  00000-0  00000+0 0  7665
+2 10684 062.7629 183.8926 0076586 190.8162 343.8468 01.98071753250979
+1 10692U 78022A   14237.99930642  .00000069  00000-0  54358-4 0  4030
+2 10692 082.9905 188.6232 0037983 120.1587 309.9775 13.76217837832274
+1 10693U 78022B   14236.99814094  .00000096  00000-0  81268-4 0  6876
+2 10693 082.9907 170.5467 0022437 054.2879 354.3015 13.77355227833534
+1 10702U 78026A   14237.14612815  .00000294  00000-0  24297-3 0  1970
+2 10702 098.9243 288.4094 0015229 166.2181 281.2926 13.96584227859544
+1 10703U 78026B   14238.12291289  .00000117  00000-0  10959-3 0  2333
+2 10703 098.7502 223.3332 0005554 309.3496 114.3962 13.99096687861105
+1 10704U 78026C   14237.49398218 -.00000069  00000-0 -23531-4 0  3535
+2 10704 098.8443 204.4895 0074031 112.5600 355.5228 13.87655542887887
+1 10706U 76077AB  14237.71822775  .00001119  00000-0  34781-2 0  9893
+2 10706 101.5098 295.0352 0426324 027.5668 088.6383 12.80289108767332
+1 10707U 76077AC  14237.00918918  .00000205  00000-0  28137-2 0  2493
+2 10707 102.2513 137.2015 0274207 068.8176 046.5275 11.97129502661726
+1 10708U 76077AD  14236.11116740  .00000170  00000-0  11768-2 0  5225
+2 10708 101.6399 282.4487 0170038 300.5436 114.6364 12.60122237743995
+1 10709U 76077AE  14238.07803610 -.00000401  00000-0 -24195-2 0  3216
+2 10709 101.8724 287.8281 0023648 048.4042 006.2213 12.47402017728732
+1 10710U 76077AF  14237.49819446  .00000553  00000-0  68495-2 0  3146
+2 10710 101.7780 057.9354 0266708 334.9339 083.3513 11.97158384661576
+1 10711U 76077AG  14236.36130380 -.00000053  00000-0 -84449-4 0  6368
+2 10711 101.9482 242.9390 0063155 312.8664 153.3363 12.29181170708838
+1 10712U 76077AH  14235.92531112 -.00000241  00000-0 -15390-2 0  8412
+2 10712 102.2135 320.0208 0076122 084.9344 342.1642 12.35637855714461
+1 10713U 76077AJ  14237.74904311  .00003853  00000-0  13389-1 0  4040
+2 10713 101.4498 148.1576 0155072 008.4597 052.5741 12.93826327768778
+1 10714U 76077AK  14237.99818617  .00001063  00000-0  16504-1 0  5247
+2 10714 103.4090 012.8260 0588777 203.9315 280.8948 11.49665343596399
+1 10715U 76077AL  14236.05584417  .00000005  00000-0  63762-3 0  8239
+2 10715 102.4738 052.7958 0434240 171.0197 309.1068 11.63604597620502
+1 10716U 76077AM  14239.00627870  .00001832  00000-0  10000-3 0  4242
+2 10716 102.7215 252.0939 0172788 044.3692 317.1593 12.66060483728389
+1 10717U 76077AN  14236.57085034 -.00000034  00000-0  83478-4 0  8970
+2 10717 102.0820 237.1908 0100515 032.2664 086.3602 12.23135802700465
+1 10718U 76077AP  14236.39580369  .00000034  00000-0  58016-3 0  6529
+2 10718 102.1538 283.9736 0052057 256.8411 234.1977 12.42363187725108
+1 10719U 76077AQ  14237.47924382  .00000388  00000-0  48816-2 0  9629
+2 10719 101.9066 218.0822 0247096 359.3363 123.0557 11.99320069664195
+1 10720U 76077AR  14236.49245730 -.00000180  00000-0 -13522-2 0  1658
+2 10720 101.9912 224.3161 0360195 134.8920 342.4941 12.05301604676249
+1 10721U 76077AS  14237.48918211  .00000227  00000-0  15143-2 0   302
+2 10721 101.8515 074.0739 0032460 203.0581 212.3550 12.62803875743989
+1 10722U 78002B   14236.61752977 -.00000228  00000-0 -34453-2 0  1558
+2 10722 021.8234 019.5250 7168223 060.1977 359.6966 02.21776166192076
+1 10723U 78012C   14237.38996828  .00022907  00000-0  18680-2 0  6959
+2 10723 029.2893 196.6289 5499120 060.3370 039.2830 04.85794232291649
+1 10728U 75027C   14238.48583619  .00000208  00000-0  90589-4 0  9367
+2 10728 115.2090 056.3856 0049448 353.0471 007.0385 14.23207303 41185
+1 10730U 75027E   14237.89115483 -.00000233  00000-0 -49250-4 0  2827
+2 10730 114.9450 182.6071 0119167 306.3901 087.8978 13.93219033  3272
+1 10731U 78028A   14237.39453681  .00000049  00000-0  36538-4 0  3900
+2 10731 082.9342 325.8674 0023221 024.7438 021.0106 13.73120353826032
+1 10732U 78028B   14237.13199612  .00000082  00000-0  69630-4 0  1245
+2 10732 082.9310 292.9387 0018754 227.3171 189.3510 13.75220988828523
+1 10744U 78031A   14238.10068852  .00000022  00000-0  68395-5 0  3717
+2 10744 082.9242 069.0083 0036146 239.2013 269.4376 13.76377118828752
+1 10745U 78031B   14236.09142638  .00000108  00000-0  91151-4 0   918
+2 10745 082.9268 040.5516 0036496 106.1683 031.5493 13.78420888830801
+1 10746U 76077AT  14238.00187442  .00001676  00000-0  43489-2 0  7391
+2 10746 101.8822 252.9630 0279210 170.8676 247.6171 13.06235945787621
+1 10747U 76077AU  14237.98263226  .00002636  00000-0  42035-2 0  3662
+2 10747 101.0744 032.2529 0178082 147.8415 331.1358 13.44234946826467
+1 10748U 76077AV  14236.98871013 -.00000027  00000-0  13455-3 0   813
+2 10748 101.9413 239.0323 0072921 327.5961 088.9816 12.29388169708674
+1 10749U 76077AW  14236.80394492 -.00000045  00000-0 -27643-6 0  7990
+2 10749 102.5946 306.9107 0090976 063.9291 050.1683 12.23486161701215
+1 10750U 76077AX  14238.68871834 -.00003886  00000-0  00000+0 0  2474
+2 10750 101.7232 167.6244 0562840 255.8973 097.9448 13.25044273787762
+1 10751U 76077AY  14238.56232634  .00000126  00000-0  10000-3 0  7407
+2 10751 102.1104 095.5905 0614837 337.9606 019.6538 11.53000029600257
+1 10752U 76077AZ  14238.04825963  .00000561  00000-0  20876-2 0   535
+2 10752 101.7842 264.8380 0380096 131.7394 289.5272 12.76131211752526
+1 10754U 76077BB  14237.93491405 -.00000055  00000-0 -11716-3 0  9986
+2 10754 102.1157 234.1116 0123335 131.1713 289.4635 12.21583008698851
+1 10755U 76077BC  14235.83884411 -.00000040  00000-0  23854-4 0   540
+2 10755 101.9835 236.5381 0081352 183.2802 296.8499 12.25920533704277
+1 10756U 76077BD  14236.92053293  .00001284  00000-0  99132-2 0  5576
+2 10756 101.0927 031.0390 0198994 131.3635 230.4732 12.34664852705654
+1 10757U 76077BE  14237.56113557  .00000256  00000-0  34204-2 0  5351
+2 10757 101.8900 256.9233 0228288 307.6871 174.7835 11.99387191666432
+1 10758U 76077BF  14236.80468139 -.00000085  00000-0 -42744-3 0  7912
+2 10758 102.4660 297.1256 0156240 140.0119 335.2834 12.12624831686095
+1 10759U 76077BG  14238.14317148  .00000014  00000-0  46052-3 0  3737
+2 10759 102.4801 319.3930 0070159 308.4930 120.7044 12.39059507716684
+1 10760U 76077BH  14238.98565317  .00000005  00000-0  10000-3 0  1196
+2 10760 101.4629 250.8718 0543047 301.3457 053.6083 12.27597675695484
+1 10761U 76077BJ  14237.42174015  .00001431  00000-0  20461-2 0  6691
+2 10761 101.3816 043.7734 1046712 107.0163 316.5020 12.26381143680354
+1 10762U 76077BK  14238.61342691  .00001272  00000-0  10000-3 0  1924
+2 10762 102.9012 273.5246 0701338 220.0524 134.7280 11.60037078578625
+1 10763U 76077BL  14236.06319561 -.00000032  00000-0  90901-4 0  1172
+2 10763 101.8919 264.0940 0047578 048.3768 009.8158 12.33633708714391
+1 10764U 76077BM  14237.62770616 -.00000042  00000-0 -86772-5 0  5299
+2 10764 102.0303 245.7216 0224713 235.9437 248.6136 12.04365088675373
+1 10765U 76077BN  14236.80610024 -.00000010  00000-0  31684-3 0  7965
+2 10765 102.1104 197.2957 0131105 055.0714 057.7854 12.16475962691941
+1 10766U 76077BP  14236.79044119 -.00000050  00000-0 -59938-4 0  1401
+2 10766 101.9071 250.0243 0053719 185.7651 220.0757 12.31162374711377
+1 10767U 76077BQ  14235.98284362 -.00000024  00000-0  15337-3 0  1277
+2 10767 101.8947 240.0465 0065109 173.8143 243.9255 12.31628957711555
+1 10768U 76077BR  14236.41594802  .00000003  00000-0  42108-3 0  4747
+2 10768 102.5935 207.2845 0075558 034.3145 121.2214 12.28154373706492
+1 10769U 76077BS  14236.66144477 -.00000069  00000-0 -15956-3 0  8912
+2 10769 101.4573 262.6971 0096057 219.6509 268.2564 12.52421130739416
+1 10776U 78034A   14237.75452847  .00000033  00000-0  18408-4 0  3841
+2 10776 082.9433 305.5427 0033105 306.9767 201.2523 13.75267370826639
+1 10777U 78034B   14238.13646334  .00000090  00000-0  74721-4 0  3260
+2 10777 082.9398 273.6856 0026368 188.8100 224.2754 13.77297308829148
+1 10778U 78035A   14238.66296809  .00000000  00000-0  10000-3 0   377
+2 10778 014.7006 352.8357 0010022 173.7887 186.2770 01.00243300 79013
+1 10779U 78035B   14235.75864606 -.00000296  00000-0 -45981-3 0  9274
+2 10779 021.5491 066.2222 7179172 099.0284 359.8529 02.22634057295787
+1 10792U 78039A   14237.90115257 -.00000152  00000-0  00000+0 0  1241
+2 10792 013.8803 334.0150 0024525 182.0947 223.4158 01.00200480 75506
+1 10793U 78039B   14236.12779230  .00000299  00000-0  77468-4 0   272
+2 10793 028.2331 222.9388 0885999 258.5580 171.9221 13.04787725729450
+1 10796U 61031D   14237.65243108  .00000042  00000-0  25638-4 0  9264
+2 10796 032.4418 076.5881 0101303 100.2859 324.3526 13.62891718631376
+1 10820U 78042A   14238.13975394  .00000211  00000-0  90543-4 0  7594
+2 10820 098.5513 059.5417 0009410 197.7949 272.8172 14.34447623894216
+1 10823U 76077BT  14237.66429238 -.00000027  00000-0  11434-3 0  5046
+2 10823 101.5796 263.7297 0043191 286.5164 186.3982 12.43408020727121
+1 10824U 76077BU  14237.97368624  .00004755  00000-0  88662-2 0  4554
+2 10824 101.9234 231.3975 0071634 344.0212 079.2676 13.38826087794827
+1 10825U 76077BV  14237.05266160 -.00000043  00000-0 -27942-5 0   401
+2 10825 101.7486 250.7542 0043043 233.7514 191.7560 12.34583293714853
+1 10826U 76077BW  14237.34722661  .00005184  00000-0  35086-1 0  8497
+2 10826 102.0074 176.0375 0127914 166.4380 315.4115 12.46170828709346
+1 10828U 76077BY  14238.00089780 -.00000046  00000-0 -33473-4 0  7697
+2 10828 102.0323 251.5838 0100238 087.8384 329.2073 12.22281779699760
+1 10829U 76077BZ  14239.12945774  .00000115  00000-0  10000-3 0  8478
+2 10829 101.9092 319.1772 0037385 245.9640 113.8032 12.36069997716565
+1 10830U 76077CA  14237.31042847 -.00000052  00000-0 -80762-4 0   521
+2 10830 101.9053 142.2786 0088276 200.3935 282.3569 12.28275643707038
+1 10831U 76077CB  14238.71511410  .00003418  00000-0  10000-3 0  7075
+2 10831 102.2836 150.8355 0376080 034.9026 327.6573 12.47700763715702
+1 10832U 76077CC  14238.13454272 -.00000062  00000-0 -17796-3 0  3174
+2 10832 102.0982 289.0327 0120201 315.7526 100.8221 12.19760116695800
+1 10833U 76077CD  14237.06310704  .00000028  00000-0  56986-3 0  1146
+2 10833 102.0179 273.4983 0115918 171.2445 246.5450 12.33015100710440
+1 10834U 76077CE  14235.80058705 -.00003245  00000-0 -32786-1 0  6351
+2 10834 100.4074 175.2169 0118027 164.8153 221.7518 12.13965818681388
+1 10835U 76077CF  14236.74169392  .00004068  00000-0  90845-2 0  6376
+2 10835 102.1692 161.2843 0062949 118.8360 297.3809 13.27352530785012
+1 10836U 76077CG  14235.65913049 -.00000137  00000-0 -10399-2 0  8263
+2 10836 101.9691 229.3353 0182919 018.1248 031.8260 12.07293427678781
+1 10837U 76077CH  14237.25638148 -.00000418  00000-0 -41915-2 0  5386
+2 10837 102.2944 359.8527 0197863 031.3300 035.8213 12.03995925674381
+1 10838U 76077CJ  14238.10793079 -.00000036  00000-0  75421-4 0   939
+2 10838 102.1635 294.4989 0039489 326.2939 089.9043 12.40761417724180
+1 10839U 76077CK  14238.75869803  .00000310  00000-0  10000-3 0  2386
+2 10839 101.9883 183.0123 0017847 291.9411 068.0285 13.64684452813470
+1 10840U 76077CL  14237.07940740 -.00000055  00000-0 -81070-4 0  8023
+2 10840 102.9059 288.4572 0141293 249.2649 168.9480 12.15954639690807
+1 10841U 76077CM  14236.96949650 -.00000037  00000-0  39651-4 0  3235
+2 10841 101.4144 241.7040 0068685 183.3683 234.2165 12.52802679739761
+1 10842U 76077CN  14236.78760003  .00000090  00000-0  68566-3 0  4504
+2 10842 102.1080 180.8652 0289649 034.3588 034.7445 12.58641818612031
+1 10843U 76077CP  14237.58578734 -.00000026  00000-0  97115-4 0   534
+2 10843 101.3266 263.0491 0117689 159.9311 330.5836 12.58227751746941
+1 10844U 76077CQ  14237.02443693  .00003428  00000-0  52483-2 0  4606
+2 10844 101.2098 339.3993 0157707 068.6478 000.9117 13.47796881825798
+1 10845U 76077CR  14233.51018347 -.00000032  00000-0  10000-3 0  6949
+2 10845 102.3247 132.9066 0174191 156.8120 203.9242 12.09681872681575
+1 10855U 78044A   14238.81285162  .00000000  00000-0  10000-3 0  4048
+2 10855 014.9385 346.3856 0009211 208.8036 151.2020 00.99132628161241
+1 10856U 78044B   14236.32572443  .00000016  00000-0 -10251-2 0  2227
+2 10856 027.9424 170.7257 1095529 259.1437 260.9867 10.29738228366411
+1 10864U 76077CS  14237.89320747 -.00000210  00000-0 -24655-2 0  9385
+2 10864 101.0981 006.0449 0380170 184.8421 302.2987 11.74890668634791
+1 10865U 76077CT  14235.09520774 -.00000015  00000-0  26815-3 0  6748
+2 10865 102.1839 283.5476 0111367 271.3721 147.9463 12.20292586696702
+1 10866U 76077CU  14236.45306262 -.00000040  00000-0  57768-4 0  4865
+2 10866 102.7914 040.6613 0149952 132.0018 296.0754 12.30304504709496
+1 10867U 76077CV  14237.26990981  .00000717  00000-0  25115-2 0  5357
+2 10867 101.7886 248.1902 0303845 243.2592 183.3076 12.86825192760815
+1 10868U 76077CW  14236.46892601  .00000390  00000-0  34070-2 0  2128
+2 10868 102.4153 324.1203 0090471 346.1647 076.7336 12.35701512709597
+1 10869U 76077CX  14236.98528462  .00000001  00000-0  34715-3 0  8972
+2 10869 102.4243 256.5806 0027152 207.7390 223.9077 12.42879480725424
+1 10870U 76077CY  14236.37213171  .00000132  00000-0  12116-2 0  7698
+2 10870 101.8016 274.7739 0026434 125.3708 002.6403 12.46253105726200
+1 10871U 76077CZ  14237.08315020  .00000002  00000-0  32539-3 0  6297
+2 10871 101.9863 288.9792 0281543 245.1100 171.8605 12.36052775714466
+1 10872U 76077DA  14237.33716750 -.00000186  00000-0 -12874-2 0  8129
+2 10872 101.5877 145.8393 0086843 075.8293 047.2136 12.26343413703243
+1 10873U 76077DB  14237.65524100 -.00000050  00000-0 -70404-4 0  6348
+2 10873 102.2716 158.0665 0139652 188.2796 246.9066 12.13811673688321
+1 10874U 76077DC  14235.77946409  .00002746  00000-0  86556-2 0  3971
+2 10874 102.1372 172.2634 0119656 338.1451 075.6152 13.02644734773812
+1 10875U 76077DD  14236.00235308 -.00000021  00000-0  14481-3 0  8753
+2 10875 101.4562 245.5387 0033424 191.5451 227.2899 12.46730223731299
+1 10876U 76077DE  14237.55810427  .00000136  00000-0  12224-2 0  6886
+2 10876 102.5061 352.8616 0100564 291.7450 134.4812 12.48250990733088
+1 10877U 77121Y   14236.82678284  .00000051  00000-0  12936-3 0  6180
+2 10877 065.7680 089.3945 0149752 215.4260 227.2757 13.74337840835607
+1 10878U 77121Z   14236.79127174  .00000147  00000-0  27377-3 0  5331
+2 10878 065.8398 088.9673 0111762 151.4157 284.6392 13.63223195820748
+1 10879U 77121AA  14236.66040704  .00000071  00000-0  15386-3 0   159
+2 10879 065.8300 332.7263 0113316 097.6936 009.4646 13.73708815831756
+1 10880U 77121AB  14238.63141907  .00000297  00000-0  35888-3 0  6466
+2 10880 065.8414 071.1820 0109035 154.9598 205.7262 13.63785626821254
+1 10881U 77121AC  14237.14150641  .00000151  00000-0  25728-3 0  5771
+2 10881 065.8461 178.5166 0124525 086.3709 006.4333 13.67734099827315
+1 10882U 77121AD  14236.60729319  .00000033  00000-0  11301-3 0   974
+2 10882 065.8245 268.4137 0126578 080.0356 002.8536 13.74392177833162
+1 10883U 77121AE  14236.45587762  .00000203  00000-0  29434-3 0   876
+2 10883 065.8430 067.1915 0114948 061.2210 019.2295 13.72549277829954
+1 10884U 77121AF  14237.76449875  .00000016  00000-0  82561-4 0  1227
+2 10884 066.3903 035.9950 0199451 355.2300 103.5497 13.76279164838417
+1 10885U 77121AG  14237.92602742  .00000347  00000-0  51259-3 0   472
+2 10885 065.7943 156.4617 0075292 288.6804 145.5999 13.65428470818086
+1 10886U 77121AH  14236.17339912  .00000244  00000-0  35033-3 0  9922
+2 10886 065.8461 144.3883 0102451 086.8962 060.2277 13.70788260828192
+1 10887U 77121AJ  14236.83320759  .00000052  00000-0  11430-3 0    85
+2 10887 065.7449 135.6313 0171901 256.4813 174.6477 13.80899072842211
+1 10888U 77121AK  14235.34845145  .00000129  00000-0  26015-3 0  2242
+2 10888 065.5159 141.9952 0132803 278.4929 188.0606 13.60859038818242
+1 10889U 77121AL  14237.35410061  .00000082  00000-0  16433-3 0  9283
+2 10889 065.8282 315.5961 0122979 087.5817 347.5503 13.73555784832160
+1 10890U 77121AM  14238.91915030  .00000168  00000-0  17963-3 0  6386
+2 10890 065.7787 031.2548 0145436 247.4133 111.1936 13.69288144828972
+1 10893U 78047A   14237.74341519 -.00000013  00000-0  00000+0 0  1826
+2 10893 063.8783 050.1930 0424632 048.3224 303.3618 02.01625581266750
+1 10894U 78047B   14236.21384593 -.00000010  00000-0 -68429-3 0  9602
+2 10894 064.3370 095.8427 4907726 295.1762 281.5434 05.03084467659519
+1 10917U 78053A   14237.99978160  .00000024  00000-0  91585-5 0  4205
+2 10917 082.9168 046.3523 0038029 112.6932 358.7853 13.75194447819331
+1 10918U 78053B   14237.81313994  .00000112  00000-0  97864-4 0  9674
+2 10918 082.9178 014.0366 0029693 002.5146 104.0403 13.77178670821609
+1 10925U 78055A   14237.96861318 -.00000708  00000-0  00000+0 0  1123
+2 10925 062.6549 097.7166 7253555 261.2540 271.5562 02.00655143265488
+1 10930U 78056A   14237.46101913  .00000006  00000-0  16929-3 0  8064
+2 10930 074.0300 334.1334 0048610 260.2951 172.6665 12.37764690636591
+1 10931U 78056B   14238.13290646 -.00000025  00000-0 -73315-4 0  6303
+2 10931 074.0238 246.8993 0032707 160.0167 265.8586 12.40437312640200
+1 10932U 78056C   14237.53011844  .00000022  00000-0  27001-3 0  6178
+2 10932 074.0278 172.4540 0026938 049.8645 065.8328 12.42758964643195
+1 10933U 78056D   14236.07800106 -.00000018  00000-0 -15924-4 0  9705
+2 10933 074.0247 093.8017 0017549 294.4883 221.0077 12.45245212646298
+1 10934U 78056E   14236.48687826 -.00000016  00000-0  14616-5 0  9797
+2 10934 074.0295 017.7468 0021307 174.6523 254.2835 12.47551916649391
+1 10935U 78056F   14236.50268463 -.00000021  00000-0 -31984-4 0    45
+2 10935 074.0265 302.7190 0028797 065.0638 037.4363 12.49848135652427
+1 10936U 78056G   14236.45325793 -.00000030  00000-0 -91286-4 0  7857
+2 10936 074.0247 228.6735 0041456 333.7894 194.5560 12.52096890655384
+1 10937U 78056H   14236.26167889  .00000019  00000-0  21532-3 0  7814
+2 10937 074.0278 149.8931 0049642 231.0429 290.9721 12.54492341658522
+1 10938U 78056J   14236.77856056 -.00000036  00000-0 -19711-3 0  7381
+2 10938 074.0217 128.8854 0132457 149.5879 267.8996 12.21529530615037
+1 10949U 78055E   14233.59510537  .00000000  00000-0  10000-3 0  5851
+2 10949 063.0558 122.9744 7201126 261.3084 018.6007 01.97003649155129
+1 10953U 78062A   14237.47682448 -.00000117  00000-0  00000+0 0  7437
+2 10953 014.3417 342.3312 0006831 144.4667 273.5093 01.00265392 85671
+1 10954U 78062B   14237.67808022  .00000704  00000-0  18373-3 0  1934
+2 10954 028.4322 313.6252 0701723 191.4469 313.8893 13.50049630777791
+1 10961U 78063A   14237.74622263  .00000061  00000-0  29970-4 0  8773
+2 10961 074.0755 075.9744 0017380 253.6371 180.8403 14.36182994893763
+1 10962U 78063B   14237.41239887  .00000117  00000-0  44670-4 0  8196
+2 10962 074.0815 313.9822 0024206 121.7575 311.6825 14.40692059897993
+1 10967U 78064A   14237.78498841  .00000108  00000-0  72824-4 0  3646
+2 10967 107.9895 316.3330 0002832 260.4444 206.6673 14.43060096898516
+1 10970U 78066A   14238.09968111  .00000000  00000-0  10000-3 0  3399
+2 10970 067.5566 079.0533 5833082 061.5911 344.9041 02.00510109264930
+1 10974U 78067B   14238.10233810  .00000293  00000-0  30162-4 0  3809
+2 10974 082.4806 060.6921 0018922 140.0061 359.4512 14.86630293955087
+1 10975U 78068A   14236.30914567 -.00000095  00000-0  00000+0 0  3394
+2 10975 015.1011 355.1369 0023708 193.6737 169.6856 00.99195535 93213
+1 10976U 78068B   14238.84232435  .00000019  00000-0  42014-3 0  4440
+2 10976 021.4487 197.2934 7159035 348.2963 001.1637 02.22288517293437
+1 10981U 78071A   14230.86241134  .00000000  00000-0  10000-3 0  5700
+2 10981 013.9703 334.5194 0005905 193.4974 166.5396 00.99370423131052
+1 10987U 78073A   14238.69912225  .00000000  00000-0  10000-3 0  1811
+2 10987 013.4845 330.8427 0009996 240.8060 119.1633 01.00223869 76358
+1 10990U 74089EK  14237.76330966 -.00000032  00000-0  68793-4 0  6758
+2 10990 101.5417 303.0771 0074782 081.4422 045.0445 12.64948738836203
+1 10991U 78074A   14237.78564366  .00000064  00000-0  49912-4 0   943
+2 10991 082.9402 343.3975 0026563 206.2984 263.5196 13.76363494811923
+1 10992U 78074B   14237.76848698  .00000058  00000-0  42596-4 0  7452
+2 10992 082.9355 319.6349 0020631 123.0194 025.2048 13.77727035813524
+1 10998U 78066D   14238.34893172 -.00000002  00000-0  10000-3 0  7387
+2 10998 067.6715 075.5062 5947144 058.8106 346.4069 01.99970149264090
+1 11007U 78080A   14235.84993630  .00000008  00000-0 -83203-4 0  5871
+2 11007 062.4625 141.0419 7160527 252.5799 023.2671 02.31262106283336
+1 11027U 78087A   14237.34893999  .00033429 -20753-6  51483-3 0  2950
+2 11027 031.1358 317.1838 4738701 296.2171 051.0041 06.21233264365647
+1 11028U 78087B   14238.90145586  .00010468  00000-0  92685-3 0  8168
+2 11028 031.2177 170.0423 4632788 068.8080 333.7736 06.28721872430181
+1 11042U 78091A   14236.07573450 -.00000023  00000-0 -45860-4 0  4786
+2 11042 074.0351 206.2077 0036836 085.1939 008.6139 12.53137667641903
+1 11044U 78091B   14236.11487877  .00000007  00000-0  13898-3 0  4976
+2 11044 074.0349 124.1821 0049349 339.8755 171.7301 12.55641630645184
+1 11045U 78091C   14236.48941211 -.00000020  00000-0 -26973-4 0  4914
+2 11045 074.0339 282.3741 0024222 174.3129 292.0436 12.50790145638888
+1 11046U 78091D   14236.47486338 -.00000003  00000-0  88375-4 0  6903
+2 11046 074.0391 001.5141 0013342 281.7608 142.8852 12.48350485635694
+1 11047U 78091E   14236.07109424 -.00000029  00000-0 -93643-4 0  6811
+2 11047 074.0334 082.2264 0005672 094.2190 025.3067 12.45876381223673
+1 11048U 78091F   14237.46400495  .00000004  00000-0  14336-3 0  6089
+2 11048 074.0386 333.7951 0045811 067.1637 005.6029 12.37976096143880
+1 11049U 78091G   14238.14863369 -.00000032  00000-0 -12411-3 0  6365
+2 11049 074.0328 241.7937 0030985 326.8571 097.6890 12.40825326626052
+1 11050U 78091H   14238.08894469  .00000015  00000-0  22182-3 0  6618
+2 11050 074.0367 163.4928 0019958 217.6400 273.2374 12.43268816629243
+1 11051U 78091J   14236.02203247 -.00000032  00000-0 -15553-3 0  8324
+2 11051 074.0443 173.9745 0136866 338.1717 094.2004 12.20501635599162
+1 11054U 78093A   14234.10124315  .00000011  00000-0  00000+0 0  3860
+2 11054 063.3418 066.4654 0079072 226.8615 130.6340 01.93503369257138
+1 11057U 78095A   14238.43799611  .00000049  00000-0  14780-2 0  5105
+2 11057 062.5795 216.8629 7028053 258.7685 021.4239 02.34208486286745
+1 11060U 78096A   14237.16691389  .00000043  00000-0  43411-4 0  6911
+2 11060 099.0236 261.3378 0010799 033.8712 007.5513 14.17932039 67440
+1 11061U 78096B   14237.77804535  .00004597  00000-0  61023-3 0  7948
+2 11061 098.8857 281.8060 0002985 145.9222 306.6395 14.80378201890104
+1 11062U 78096C   14236.77750644  .00004551  00000-0  56866-3 0  7904
+2 11062 098.8699 299.3046 0003299 140.1582 002.3647 14.82927050890971
+1 11076U 78083D   14230.66517218  .00000054  00000-0  10000-3 0  1453
+2 11076 067.7064 030.7535 5752858 099.7607 326.2728 01.99128261153893
+1 11079U 78095E   14236.28381110  .00000040  00000-0  51201-4 0  8500
+2 11079 062.8031 276.0652 7243729 264.5749 016.9341 02.22279233170126
+1 11080U 78098A   14237.44299017 -.00000016  00000-0  25948-4 0  3685
+2 11080 099.3622 351.4125 0009471 157.9869 243.6785 13.84225428810092
+1 11081U 78098B   14237.66164926 -.00000066  00000-0 -16264-4 0  4509
+2 11081 099.6590 068.1062 0029892 104.2414 297.0951 13.85524112650613
+1 11084U 78100A   14236.71601841 -.00000023  00000-0 -40310-3 0    38
+2 11084 082.5515 323.0068 0011278 314.5828 160.9029 11.96750354565356
+1 11085U 78100B   14237.41823190  .00000010  00000-0  16302-4 0  9959
+2 11085 082.5521 325.9859 0011808 319.8544 158.1368 11.96537706565130
+1 11086U 78100C   14236.45472109  .00000073  00000-0  83609-3 0  9731
+2 11086 082.5530 324.9996 0011087 315.2598 155.4448 11.96714638565231
+1 11087U 78100D   14237.77339655 -.00000033  00000-0 -52920-3 0  6632
+2 11087 082.5510 317.9744 0008263 293.5992 201.5182 11.97019636565865
+1 11111U 78105A   14237.83988263  .00000054  00000-0  28539-4 0  7673
+2 11111 074.0282 317.4838 0019221 021.3030 119.3440 14.34136422869946
+1 11112U 78105B   14237.15406356  .00000066  00000-0  31173-4 0   929
+2 11112 074.0302 255.3975 0035261 299.9751 120.0935 14.36775700872231
+1 11113U 78105C   14237.39405226  .00001651  00000-0  32505-3 0  2226
+2 11113 074.0301 209.6907 0006711 064.4704 063.5032 14.63390008885966
+1 11114U 78105D   14236.19244500  .00001536  00000-0  25700-3 0  8452
+2 11114 074.0156 037.0475 0006151 306.9636 106.3370 14.70756833890859
+1 11115U 78106A   14235.45400505 -.00000035  00000-0  00000+0 0  7580
+2 11115 014.8863 353.5996 0007159 183.3371 184.0405 00.98483109612844
+1 11128U 78109A   14236.12496198 -.00000018  00000-0 -14178-4 0  3972
+2 11128 074.0149 096.9633 0057923 101.5051 016.9952 12.55900659637599
+1 11129U 78109B   14236.30153093  .00000015  00000-0  19392-3 0  4863
+2 11129 074.0182 169.6768 0049512 195.1233 322.2573 12.53663092634774
+1 11130U 78109C   14237.15455309 -.00000036  00000-0 -12704-3 0  4746
+2 11130 074.0143 241.1596 0038032 278.2142 148.4019 12.51436819631981
+1 11131U 78109D   14236.37721647 -.00000018  00000-0 -14078-4 0  6863
+2 11131 074.0174 312.8608 0027529 009.4221 061.6507 12.49251891629052
+1 11132U 78109E   14236.47620603 -.00000024  00000-0 -57680-4 0  6846
+2 11132 074.0187 029.2171 0016408 117.0778 298.6840 12.46893086625983
+1 11133U 78109F   14236.39619714 -.00000012  00000-0  30039-4 0  6709
+2 11133 074.0149 107.3486 0020355 249.5092 162.3296 12.44458387622804
+1 11134U 78109G   14236.59830221  .00000004  00000-0  14102-3 0  6500
+2 11134 074.0176 183.5242 0022065 011.2922 099.3092 12.42073960619725
+1 11135U 78109H   14238.07936601 -.00000032  00000-0 -12785-3 0  6176
+2 11135 074.0140 265.4841 0035758 113.2782 307.3449 12.39449805616492
+1 11136U 78109J   14237.03392070  .00000075  00000-0  84997-3 0  3219
+2 11136 074.0161 182.4718 0130213 142.3846 218.6383 12.19171517589932
+1 11141U 78112A   14237.63651961  .00000010  00000-0  00000+0 0  9812
+2 11141 062.5470 197.0234 0097167 024.5057 178.8503 01.92894985146023
+1 11142U 78112B   14238.62642655  .00000051  00000-0  19293-3 0  8703
+2 11142 063.7286 081.7899 4936356 352.5990 002.2614 05.34559447685228
+1 11144U 78113A   14238.93888986  .00000000  00000-0  10000-3 0  2399
+2 11144 016.9218 352.3697 0030168 102.2711 258.1132 00.94028645 71005
+1 11145U 78113B   14238.59653889  .00000000  00000-0  10000-3 0  6859
+2 11145 015.3140 345.8545 0007822 108.1744 251.9657 00.98439727 74663
+1 11147U 78113D   14238.38282638  .00000000  00000-0  10000-3 0  9244
+2 11147 017.9316 347.2739 0265519 317.0593 040.9499 00.93752742 73930
+1 11153U 78116A   14238.57752900  .00000000  00000-0  10000-3 0  6842
+2 11153 014.9074 356.1903 0025522 198.3107 161.6495 00.99818768 92997
+1 11158U 78118A   14235.76614668 -.00000081  00000-0  00000+0 0  9405
+2 11158 018.5777 288.3863 3332558 151.0775 232.3048 01.00305636 79660
+1 11165U 78121A   14237.78013483 -.00000012  00000-0 -13892-4 0  5778
+2 11165 081.2400 148.8652 0050750 094.1745 318.7122 14.11462378353037
+1 11166U 78121B   14237.15707174  .00000141  00000-0  67402-4 0  8137
+2 11166 081.2382 108.6463 0065551 307.5611 163.1842 14.13578299838838
+1 11168U 78122A   14236.10614045  .00000116  00000-0  25480-3 0  8689
+2 11168 082.9693 230.0034 0035279 342.0510 083.2264 13.20119167718203
+1 11170U 78122B   14237.52849229  .00000127  00000-0  27456-3 0   222
+2 11170 082.9728 201.8735 0024740 210.7515 288.1027 13.21981156720590
+1 11238U 79003A   14237.81227690  .00000067  00000-0  54413-4 0  3983
+2 11238 082.9437 157.4411 0038737 103.2566 309.8432 13.74062748785241
+1 11239U 79003B   14236.11771021  .00000063  00000-0  49092-4 0  3497
+2 11239 082.9393 131.6381 0041277 026.3557 139.4969 13.75728547786498
+1 11251U 79005A   14237.10477847  .00003740  00000-0  14095-3 0  2489
+2 11251 097.7350 025.8990 0021598 106.4018 342.5747 15.27537705482234
+1 11256U 79007A   14234.16883840 -.00000065  00000-0  00000+0 0  9610
+2 11256 018.0854 341.6676 1791309 352.9258 088.1422 01.01528509 98452
+1 11261U 79009A   14238.32106096  .00000000  00000-0  10000-3 0  7713
+2 11261 007.7647 203.9108 3597176 343.6522 007.0603 01.68576542103420
+1 11267U 79011B   14237.77619016  .00000320  00000-0  31887-4 0  4989
+2 11267 082.5249 118.1876 0017919 046.6818 019.4661 14.88178148922775
+1 11273U 79015A   14238.83074378  .00000000  00000-0  10000-3 0  6591
+2 11273 013.6688 332.4702 0039014 237.3365 122.3563 01.00227936 91771
+1 11288U 79021A   14237.43682792  .00000083  00000-0  39017-4 0  7877
+2 11288 081.2161 043.1973 0023017 292.7464 126.2996 14.11704966826577
+1 11289U 79021B   14237.18864756 -.00000016  00000-0 -15159-4 0  7084
+2 11289 081.2442 086.0291 0075060 267.6208 223.4725 14.11439609825951
+1 11290U 79021C   14237.56136716 -.00000017  00000-0 -16338-4 0  4422
+2 11290 081.2029 041.5853 0031978 057.4939 012.1294 14.10701387825802
+1 11296U 79024A   14237.00147551 -.00000036  00000-0 -11667-3 0  5015
+2 11296 074.0319 074.5057 0039090 162.8941 309.5342 12.57226117627000
+1 11297U 79024B   14236.82591325 -.00000018  00000-0 -13521-4 0  4805
+2 11297 074.0351 151.2632 0027280 261.0376 154.8186 12.54898886223791
+1 11298U 79024C   14237.13399051 -.00000024  00000-0 -51623-4 0  4883
+2 11298 074.0320 225.3955 0015104 338.8700 091.5070 12.52552384620861
+1 11299U 79024D   14236.46869159 -.00000008  00000-0  54266-4 0  7015
+2 11299 074.0332 296.5187 0001178 136.0686 328.2624 12.50428476617985
+1 11300U 79024E   14237.81822946 -.00000027  00000-0 -79351-4 0  6722
+2 11300 074.0316 098.5048 0024354 050.3515 028.0563 12.45235225611585
+1 11301U 79024F   14236.50010971 -.00000011  00000-0  34563-4 0  6891
+2 11301 074.0362 017.9157 0011055 333.4760 094.2036 12.47822858614684
+1 11302U 79024G   14237.31211647  .00000018  00000-0  24117-3 0  6546
+2 11302 074.0347 175.6572 0036891 150.7113 324.0007 12.42821652608320
+1 11303U 79024H   14236.44346950 -.00000027  00000-0 -85873-4 0  6264
+2 11303 074.0309 262.8690 0052260 242.5239 223.7441 12.40105428604806
+1 11304U 79024J   14236.00481588  .00000015  00000-0  25494-3 0  9545
+2 11304 074.0399 047.6476 0144384 087.4758 077.1996 12.24196349584018
+1 11308U 79026A   14238.13564787  .00000025  00000-0  10170-4 0  8478
+2 11308 082.9728 096.5134 0022766 178.6031 295.9022 13.75076717776843
+1 11309U 79026B   14238.10751971  .00000121  00000-0  10702-3 0  1693
+2 11309 082.9679 065.7282 0020400 080.8906 058.7887 13.76983434778940
+1 11320U 79028A   14238.09384760  .00000023  00000-0  88279-5 0  3929
+2 11320 082.9208 095.4761 0029318 305.2188 164.5260 13.74564550774800
+1 11321U 79028B   14237.11632627  .00000018  00000-0  34054-5 0   978
+2 11321 082.9195 067.4097 0018566 214.1755 285.6551 13.76369586776745
+1 11326U 79030A   14237.42689581  .00000058  00000-0  44774-4 0  4091
+2 11326 082.9521 000.8779 0028020 263.1794 156.7583 13.75268430  9640
+1 11327U 79030B   14237.91993238  .00000051  00000-0  36060-4 0  8213
+2 11327 082.9533 337.8630 0028346 170.2233 327.1953 13.76939779777908
+1 11343U 79035A   14237.90115257 -.00000159  00000-0  00000+0 0  4162
+2 11343 013.7920 333.0678 0006596 138.5636 267.4494 01.00251418 86073
+1 11353U 79038A   14237.48017365 -.00000123  00000-0  00000+0 0  6039
+2 11353 014.9055 344.5716 0010063 320.4975 135.2455 00.98543277127863
+1 11378U 79046A   14237.82080949  .00000047  00000-0  32633-4 0  4079
+2 11378 082.9489 018.5622 0032784 018.6638 088.7750 13.75717759768662
+1 11379U 79046B   14237.85539105  .00000048  00000-0  33084-4 0  1637
+2 11379 082.9481 351.0562 0021503 195.9372 312.5645 13.77320140750167
+1 11416U 79057A   14238.46922694  .00000239  00000-0  10314-3 0   910
+2 11416 098.4802 225.5261 0011109 049.4438 061.4086 14.32888639833150
+1 11417U 79058A   14233.60669247  .00000846  00000-0  00000+0 0  4471
+2 11417 067.8717 072.3144 6583760 350.6943 260.4785 02.01372499146907
+1 11425U 79060A   14237.46434828  .00000070  00000-0  35247-4 0  5652
+2 11425 074.0145 224.4973 0015001 234.6620 248.5731 14.32971561836586
+1 11427U 79060B   14237.14293021  .00000121  00000-0  49487-4 0  8894
+2 11427 074.0178 118.1373 0019589 146.1391 325.3116 14.36965551840384
+1 11440U 79062A   14238.80526096  .00000000  00000-0  10000-3 0  2748
+2 11440 014.0264 335.1895 0007909 184.8051 175.2525 01.00302291 94788
+1 11474U 79070A   14238.68235818  .00118137  00000-0  90918-3 0  9541
+2 11474 062.0957 225.7158 2793396 195.4230 154.1176 09.94874237449006
+1 11484U 79072A   14238.50469544  .00000000  00000-0  10000-3 0  4009
+2 11484 014.9092 000.7525 0005917 166.9010 193.1641 00.99945372 97491
+1 11509U 79077A   14237.74640009 -.00000051  00000-0  00000+0 0  4310
+2 11509 067.1900 055.8119 6078002 069.6145 343.6555 02.00797749256766
+1 11510U 79078A   14237.33517751  .00000095  00000-0  44289-4 0  5742
+2 11510 074.0357 140.4976 0013352 327.8862 169.7450 14.32863837827753
+1 11511U 79078B   14237.49321909  .00000146  00000-0  58585-4 0  8674
+2 11511 074.0378 042.0199 0015593 180.3063 236.8696 14.36438136831190
+1 11538U 79084A   14236.09734715 -.00000014  00000-0  14154-4 0  4000
+2 11538 074.0230 102.9277 0052655 167.3442 305.5207 12.56204802601148
+1 11539U 79084B   14236.10003831  .00000013  00000-0  18195-3 0  4838
+2 11539 074.0262 162.8595 0046338 246.2172 219.8340 12.54327773598758
+1 11540U 79084C   14237.08391069 -.00000021  00000-0 -31343-4 0  4877
+2 11540 074.0239 216.4900 0036871 307.5044 119.7862 12.52604889596681
+1 11541U 79084D   14237.53880249 -.00000033  00000-0 -11321-3 0  4787
+2 11541 074.0221 272.1358 0028024 018.7465 093.8574 12.50822593528564
+1 11542U 79084E   14236.46176274  .00000010  00000-0  17027-3 0  6981
+2 11542 074.0277 330.9846 0018373 097.2277 337.0999 12.49018196592042
+1 11543U 79084F   14235.94309000 -.00000032  00000-0 -10754-3 0  6895
+2 11543 074.0260 033.6722 0019362 205.6850 272.1011 12.47044056589464
+1 11544U 79084G   14236.09398900 -.00000025  00000-0 -65566-4 0  6748
+2 11544 074.0224 089.8318 0016036 302.8137 174.7592 12.45252166587204
+1 11545U 79084H   14238.08320850  .00000011  00000-0  18937-3 0  6572
+2 11545 074.0258 153.5592 0026402 029.5515 076.9492 12.43141372584760
+1 11546U 79084J   14236.73728012  .00000026  00000-0  36162-3 0  7471
+2 11546 074.0201 078.5624 0126419 085.9852 343.3642 12.22249827557949
+1 11550U 79077D   14237.55903729  .00000889  00000-0  00000+0 0  7070
+2 11550 067.1315 043.1247 6078315 077.3687 004.5993 01.98930518254270
+1 11561U 79087A   14237.91062539  .00000071  00000-0  00000+0 0  2537
+2 11561 013.9532 334.5249 0012123 127.3234 252.4802 01.00273911 89677
+1 11567U 74017F   14237.99372720  .00000000  00000-0  10000-3 0  4714
+2 11567 010.0425 318.3242 0044785 304.9341 054.7274 01.00994137149107
+1 11568U 75123F   14238.99551855  .00000000  00000-0  10000-3 0  3374
+2 11568 011.7569 322.9733 0015752 103.4666 256.7811 01.00478490 78779
+1 11569U 76107F   14236.59222206 -.00000074  00000-0  00000+0 0  5680
+2 11569 011.8778 323.5545 0010023 092.2394 272.7719 01.01455474141718
+1 11570U 77071F   14237.97567352 -.00000142  00000-0  00000+0 0  4506
+2 11570 014.4410 331.8338 0007415 049.4562 322.4492 00.97738217 77246
+1 11571U 77092G   14236.30838338 -.00000194  00000-0  00000+0 0  6083
+2 11571 012.4801 326.6662 0008557 078.8705 285.2847 01.01286374 79244
+1 11573U 79089A   14237.00616015  .00000053  00000-0  26982-4 0  6745
+2 11573 074.0667 061.0901 0015754 176.0812 300.6207 14.36292334825553
+1 11574U 79089B   14237.78711064  .00000091  00000-0  36891-4 0  8149
+2 11574 074.0710 313.2186 0014836 120.2893 018.3472 14.40248084829368
+1 11581U 77092H   14231.02346661  .00000104  00000-0  00000+0 0  5866
+2 11581 013.0525 328.3536 0018723 150.4710 241.5409 01.00318260 61039
+1 11585U 79090A   14237.92587487  .00000065  00000-0  50331-4 0  2105
+2 11585 082.9516 154.0999 0028498 332.7737 077.1915 13.76844832751293
+1 11586U 79090B   14237.81870235  .00000022  00000-0  64225-5 0  1559
+2 11586 082.9440 118.1897 0026492 217.3867 213.2849 13.78891427753691
+1 11587U 78007C   14237.89768808  .00002966  00000-0  84766-3 0  6629
+2 11587 082.9203 120.4440 0015535 049.5471 079.6756 14.44804675768073
+1 11605U 79095A   14237.24343043 -.00000024  00000-0 -22078-4 0  3684
+2 11605 081.2089 106.1045 0011427 149.2705 339.6464 14.06957024786850
+1 11608U 79095B   14237.78050837  .00000005  00000-0 -45348-5 0  6229
+2 11608 081.2141 126.9717 0054827 164.6988 256.6618 14.06014750785840
+1 11621U 79098A   14238.56752286  .00000000  00000-0  10000-3 0   516
+2 11621 016.4606 351.8964 0006766 057.5340 302.5794 00.95595643574193
+1 11622U 79098B   14236.20779991 -.00000111  00000-0  00000+0 0  4689
+2 11622 015.3130 347.4649 0002248 114.3206 237.9114 00.98350515 69533
+1 11623U 79098C   14238.42658817  .00000000  00000-0  10000-3 0  2813
+2 11623 017.1981 347.8670 0308061 322.3883 035.5474 00.95314522 81541
+1 11631U 65027F   14238.06780645 -.00000336  00000-0 -12144-2 0  1008
+2 11631 090.2833 256.5493 0030133 239.3656 176.0037 12.95521350567316
+1 11635U 79101A   14237.01629853 -.00000186  00000-0  00000+0 0  3602
+2 11635 008.4824 139.8760 4800211 019.4261 174.3597 01.82532662145200
+1 11636U 79101B   14236.89719133  .00000284  00000-0  11330-3 0  7434
+2 11636 028.2283 012.3884 1269384 252.5737 272.8909 12.19430825469982
+1 11648U 79105A   14237.77471551  .00000000  00000-0  10000-3 0  1105
+2 11648 014.0954 336.3440 0017166 144.2074 215.9717 01.00195988 79224
+1 11667U 80003A   14237.77738095  .00000052  00000-0  39103-4 0  2726
+2 11667 082.9514 120.6221 0032992 053.0443 010.6739 13.73395457734603
+1 11668U 80003B   14238.07878115  .00000004  00000-0 -11592-4 0  8062
+2 11668 082.9460 085.7504 0020486 290.4881 179.0550 13.75538847737100
+1 11669U 80004A   14238.51854084  .00000000  00000-0  10000-3 0  5291
+2 11669 013.1133 343.8877 0031153 136.5936 223.7154 01.00262488126715
+1 11671U 80005A   14216.59500176  .14838416 -12223-5  12758-3 0  6091
+2 11671 082.4436 262.1980 0010847 239.2010 121.7391 16.51711581895956
+1 11672U 80005B   14237.80180546  .00000326  00000-0  33405-4 0   989
+2 11672 082.5182 327.8052 0018466 122.2836 358.2113 14.87217114870803
+1 11676U 75097F   14238.57502362  .00000000  00000-0  10000-3 0  6347
+2 11676 011.6644 321.8464 0023299 103.5757 256.7572 01.00125319 75958
+1 11680U 80007A   14237.79968178  .00000044  00000-0  30432-4 0  3788
+2 11680 082.9322 123.2026 0038582 099.4569 329.1118 13.73553437733254
+1 11681U 80007B   14236.20091063  .00000075  00000-0  62118-4 0  3526
+2 11681 082.9290 097.6624 0035602 340.2974 159.2342 13.75356452735077
+1 11683U 80008B   14238.04560571  .00133188  53000-5  45479-3 0  4489
+2 11683 081.1642 300.7695 0007924 159.0899 201.0694 15.89598524903365
+1 11684U 79105E   14238.80914550  .00000000  00000-0  10000-3 0  5970
+2 11684 014.8733 338.5537 0020163 174.8774 185.2051 00.98677204 78462
+1 11690U 80011A   14238.59476713  .00000000  00000-0  10000-3 0  2365
+2 11690 063.1900 182.4086 0421408 189.1909 170.0087 02.00556322267219
+1 11691U 80012A   14236.77685809 -.00000033  00000-0 -10220-3 0  4053
+2 11691 074.0192 080.7640 0048894 357.6685 129.1507 12.56834127584552
+1 11692U 80012B   14238.07858456  .00000008  00000-0  14827-3 0  4843
+2 11692 074.0221 152.6168 0038894 092.7469 033.8673 12.54503563581788
+1 11693U 80012C   14236.48523627 -.00000033  00000-0 -10541-3 0  4867
+2 11693 074.0196 224.5560 0027266 180.3331 346.8865 12.52287571578791
+1 11694U 80012D   14237.66526102 -.00000027  00000-0 -70073-4 0  6086
+2 11694 074.0203 292.5090 0018853 275.8332 203.0297 12.50065421576143
+1 11695U 80012E   14236.82958215 -.00000002  00000-0  91841-4 0  5838
+2 11695 074.0248 007.1974 0011188 040.9757 071.1031 12.47716071573080
+1 11696U 80012F   14236.74811795 -.00000034  00000-0 -12732-3 0  8684
+2 11696 074.0190 087.7743 0021880 173.3922 255.8319 12.45115901569819
+1 11697U 80012G   14236.29413888  .00000014  00000-0  21797-3 0  5499
+2 11697 074.0224 163.7144 0030409 285.0398 244.4469 12.42685939566696
+1 11698U 80012H   14237.76406521 -.00000034  00000-0 -13712-3 0  5301
+2 11698 074.0185 248.0772 0045527 019.3727 092.1458 12.39895824563008
+1 11699U 80012J   14238.09524751 -.00000071  00000-0 -50620-3 0  8498
+2 11699 074.0164 051.7536 0142076 276.9611 221.9982 12.22584798541505
+1 11705U 80011B   14237.23834758 -.00000374  00000-0 -20203-2 0  4733
+2 11705 063.7518 244.8554 5148219 354.8409 001.4447 04.97616920624669
+1 11708U 80016A   14238.75007767  .00000000  00000-0  10000-3 0  1456
+2 11708 013.9690 335.4501 0006864 165.9784 194.1059 01.00206434 78916
+1 11715U 80018A   14237.27170558 -.00000152  00000-0  00000+0 0  7967
+2 11715 008.8994 024.2912 4387593 343.2279 329.3280 01.75490422159303
+1 11728U 80016D   14238.77415775  .00000000  00000-0  10000-3 0  9168
+2 11728 015.3022 339.1775 0019366 174.4858 185.5964 00.97617233 77506
+1 11735U 80022A   14238.88809749  .00000032  00000-0  32949-4 0  3293
+2 11735 082.9443 227.2428 0036128 153.2275 207.1216 13.74854449727791
+1 11736U 80022B   14236.54006551  .00000016  00000-0 -43702-8 0  9871
+2 11736 082.9443 201.3459 0034830 088.7965 048.6554 13.76358596729389
+1 11750U 80026A   14237.44378958 -.00000075  00000-0  55884-5 0  3324
+2 11750 065.8422 302.2880 0031386 261.2225 180.8554 13.73680574725264
+1 11751U 80026B   14238.07940742 -.00000040  00000-0  41125-4 0  7150
+2 11751 065.8418 162.7163 0020189 287.9597 155.4735 13.76945997728605
+1 11752U 80026C   14236.50174891 -.00000071  00000-0  10565-4 0  4684
+2 11752 065.8406 266.2516 0031537 254.0194 178.2891 13.74934777726057
+1 11765U 80030A   14238.65070534  .00002144  00000-0  10446-3 0  6737
+2 11765 066.0880 207.1873 0578336 213.3237 143.0650 14.33422590759510
+1 11778U 80030K   14236.45351127  .00000611  00000-0  28958-3 0  6786
+2 11778 066.4815 135.0044 0476689 153.3428 259.3645 13.79100807706619
+1 11783U 80032A   14237.94094235 -.00000040  00000-0  00000+0 0  9529
+2 11783 063.4216 032.6330 0472676 060.3262 245.6660 02.03455509253992
+1 11788U 80034A   14238.13484679 -.00000088  00000-0  34503-5 0  1067
+2 11788 064.8277 264.4090 0033244 159.1093 265.3939 13.92895297748607
+1 11792U 66096C   14237.26226517  .00000387  00000-0  13615-2 0  2084
+2 11792 017.9189 128.4734 6206703 214.8012 343.8879 03.57732430273624
+1 11803U 80039A   14237.98793339  .00000070  00000-0  58532-4 0   312
+2 11803 082.9482 165.0260 0022547 016.0931 033.7482 13.73898627717857
+1 11804U 80039B   14237.35020626  .00000040  00000-0  25481-4 0   961
+2 11804 082.9442 133.1592 0019892 226.1251 271.5697 13.76052149720146
+1 11822U 80044B   14237.13375145  .00006127  00000-0  19941-3 0  9191
+2 11822 081.2396 010.4223 0016449 292.9360 067.0141 15.31559303874656
+1 11841U 80049A   14236.19605301 -.00000123  00000-0  00000+0 0  2952
+2 11841 014.9664 340.4892 0005803 184.7927 169.6306 00.98628572190986
+1 11847U 80050B   14238.68119718 -.00000614  00000-0  00000+0 0  1963
+2 11847 064.0345 172.5582 7470922 006.3466 359.2125 01.99322457248846
+1 11849U 80051B   14237.13077305  .00011278  00000-0  23168-3 0  4458
+2 11849 097.7089 125.4925 0007993 058.8079 301.3952 15.46152392877764
+1 11862U 80049F   14236.30867304 -.00000049  00000-0  00000+0 0   372
+2 11862 015.4099 341.1191 0032021 106.3328 254.1348 00.97936402 77943
+1 11869U 80056A   14237.47834146  .00000079  00000-0  37941-4 0  2490
+2 11869 074.0492 001.6999 0013596 188.0634 236.6102 14.33326195784793
+1 11870U 80056B   14237.47770723  .00000057  00000-0  28185-4 0  7921
+2 11870 074.0526 292.8420 0015396 143.4389 316.4844 14.36516572787367
+1 11871U 80057A   14238.53396456  .00000005  00000-0  10000-3 0  9165
+2 11871 067.8246 023.3616 5703290 096.7215 327.7180 02.00913666156856
+1 11875U 80058A   14235.99748943 -.00000025  00000-0 -51306-4 0  5074
+2 11875 074.0166 071.8200 0049794 209.3889 305.5432 12.57143981566244
+1 11876U 80058B   14236.42844441 -.00000019  00000-0 -17431-4 0  3885
+2 11876 074.0184 141.6785 0039582 298.5587 109.0512 12.54887217563492
+1 11877U 80058C   14236.35860657 -.00000017  00000-0 -55249-5 0  4783
+2 11877 074.0176 208.7278 0027029 012.0851 348.0844 12.52738333560810
+1 11878U 80058D   14236.09597756 -.00000023  00000-0 -44718-4 0  4833
+2 11878 074.0159 276.6196 0015307 100.4433 351.6282 12.50555557558062
+1 11879U 80058E   14236.43933573  .00000004  00000-0  13571-3 0  6889
+2 11879 074.0219 344.4942 0004958 213.7354 211.0269 12.48350057555362
+1 11880U 80058F   14235.99904861 -.00000033  00000-0 -12067-3 0  5746
+2 11880 074.0172 058.6159 0013403 012.8043 156.9811 12.45953733552324
+1 11881U 80058G   14238.14170716 -.00000012  00000-0  26471-4 0  5539
+2 11881 074.0172 123.7653 0021611 121.3583 350.0217 12.43736748549835
+1 11882U 80058H   14238.12426208  .00000011  00000-0  19220-3 0  9364
+2 11882 074.0183 202.9507 0036726 206.9888 263.6574 12.41151005546610
+1 11883U 80058J   14236.45535620 -.00000023  00000-0 -81576-4 0  8591
+2 11883 074.0153 000.0443 0132808 096.2890 328.8798 12.23901552524916
+1 11888U 80057D   14236.17607277 -.00000829  00000-0  00000+0 0  8436
+2 11888 067.4410 008.2639 6031287 081.7856 338.5423 01.99470594248718
+1 11896U 80063A   14235.91487533  .00000289  00000-0  00000+0 0   301
+2 11896 062.8624 186.5684 7071720 262.8590 019.1553 02.00626905249873
+1 11909U 80063D   14237.48242061  .00001110  00000-0  67975-2 0  7785
+2 11909 062.9804 247.4059 7196781 263.3059 248.3042 01.96630749244906
+1 11926U 78118C   14238.51947365  .00000000  00000-0  10000-3 0  8388
+2 11926 017.7200 284.6461 3317344 157.7943 220.6511 01.01597674127737
+1 11941U 78073F   14238.23200078  .00000000  00000-0  10000-3 0  9838
+2 11941 014.9368 334.8744 0013886 074.2630 285.9537 00.97563967121218
+1 11962U 80073A   14237.81345860 -.00000040  00000-0 -29463-4 0  3537
+2 11962 081.2262 342.7740 0036518 111.6198 004.4678 14.10402333746815
+1 11963U 80073B   14237.47663262 -.00000031  00000-0 -24712-4 0  5601
+2 11963 081.2770 039.4851 0075867 104.5658 308.5235 14.09561157745886
+1 11964U 80074A   14238.38354816  .00000004  00000-0  00000+0 0  4084
+2 11964 014.9882 346.0074 0027721 348.6522 031.9594 00.99227282 84844
+1 11970U 80074C   14237.42741943  .00000000  00000-0  10000-3 0  9701
+2 11970 023.9365 352.0464 1706113 166.8493 198.3328 00.81528619101082
+1 11971U 80034D   14238.56808282 -.00000003  00000-0  00000+0 0  1109
+2 11971 064.8337 044.2460 0016863 054.6278 305.6825 13.96835089753723
+1 11984U 67026C   14237.38704456  .00010532  00000-0  19582-2 0  6296
+2 11984 026.0526 333.2508 4711246 127.3090 326.3312 06.09076596279698
+1 11991U 66005H   14236.59071429  .00000362  00000-0  30031-3 0  2197
+2 11991 090.1898 247.0453 0183215 185.2127 326.9382 13.79707017425870
+1 12000U 73086GL  14237.79992166 -.00000023  00000-0  15614-3 0  1070
+2 12000 101.8157 228.9704 0021320 358.8475 123.4922 12.36085608 15141
+1 12003U 80081A   14237.10502654 -.00000227  00000-0  00000+0 0  6722
+2 12003 014.0334 337.0539 0013510 190.0494 175.9555 01.00290828 80162
+1 12032U 80085A   14236.51011167 -.00000872  00000-0  00000+0 0  5068
+2 12032 068.6450 094.0094 6579273 028.6747 004.7677 02.00974558195644
+1 12065U 80091A   14239.07823984  .00000000  00000-0  10000-3 0  8423
+2 12065 015.1055 358.2260 0010611 100.0196 260.1491 00.99825480 86681
+1 12072U 80093B   14238.11239352  .00024779  00000-0  31330-3 0  1923
+2 12072 081.1839 240.4371 0014668 111.8737 248.4076 15.59241378856991
+1 12078U 80095A   14237.74591362  .00000129  00000-0  00000+0 0  4079
+2 12078 070.7151 225.3464 4828010 075.1783 128.7907 02.00835379247038
+1 12086U 80095E   14236.59493936  .00000324  00000-0  00000+0 0  5201
+2 12086 067.0076 081.3890 5737372 111.1747 357.4481 01.99063125245223
+1 12087U 80097A   14237.68244250  .00000029  00000-0  15032-4 0  3787
+2 12087 082.9437 066.7685 0056178 197.9313 212.2957 13.74400457691123
+1 12088U 80097B   14236.43610701  .00000085  00000-0  70212-4 0  3264
+2 12088 082.9429 026.3698 0050028 064.4598 296.1719 13.76851814693782
+1 12089U 80098A   14239.07758913  .00000000  00000-0  10000-3 0   179
+2 12089 015.1416 005.1966 0016202 184.6088 175.4254 00.98886951 91072
+1 12091U 80099A   14237.38739255  .00000044  00000-0  30801-4 0  4100
+2 12091 082.9431 317.7037 0033486 204.0575 204.4999 13.74420748690403
+1 12092U 80099B   14237.14411608  .00000083  00000-0  68436-4 0  8724
+2 12092 082.9406 287.2220 0031484 099.0626 318.7503 13.76840969692951
+1 12099U 65016K   14236.73717784  .00000048  00000-0  65885-4 0  3249
+2 12099 070.0775 178.1089 0021230 250.8526 185.1592 14.02398449522003
+1 12102U 65027G   14233.37401917  .00000523  00000-0  18212-2 0  5364
+2 12102 090.2946 264.8289 0035967 280.6593 139.7081 12.95633168330829
+1 12107U 80102A   14236.84023241  .00000001  00000-0  99951-4 0  5020
+2 12107 073.9998 006.1677 0044950 073.0816 042.9911 12.58580790547009
+1 12108U 80102B   14236.72308205 -.00000035  00000-0 -11476-3 0  3958
+2 12108 073.9920 083.4748 0031638 173.4895 253.7816 12.56056840543883
+1 12109U 80102C   14236.81658381 -.00000014  00000-0  12364-4 0  3989
+2 12109 073.9960 027.7972 0040878 107.8764 359.4131 12.57857223546129
+1 12110U 80102D   14237.48647480 -.00000033  00000-0 -10301-3 0  3994
+2 12110 073.9938 051.1403 0036768 131.4596 290.5045 12.57070942545241
+1 12111U 80102E   14237.25494480 -.00000040  00000-0 -14253-3 0  4898
+2 12111 073.9923 076.3579 0032637 157.5959 321.7312 12.56265270544222
+1 12112U 80102F   14237.11843663 -.00000025  00000-0 -55944-4 0  5005
+2 12112 073.9922 099.4870 0029172 179.0965 297.5282 12.55519525543294
+1 12113U 80102G   14236.79650832 -.00000033  00000-0 -98781-4 0  3859
+2 12113 073.9929 065.2761 0034639 143.1610 346.9554 12.56646652544571
+1 12114U 80102H   14236.99089153 -.00000037  00000-0 -12852-3 0  4932
+2 12114 073.9921 079.6726 0032148 162.9143 305.1481 12.56168527544078
+1 12115U 80102J   14236.47384707 -.00000046  00000-0 -19137-3 0  7643
+2 12115 073.9917 188.8716 0020450 321.5480 176.4629 12.52369312539344
+1 12120U 80104A   14238.73960243  .00000000  00000-0  10000-3 0  8073
+2 12120 014.2176 338.0291 0002480 248.5894 111.4473 01.00252589 84161
+1 12138U 81003A   14238.09125581  .00004147  00000-0  31148-3 0  4166
+2 12138 082.9604 326.7355 0736047 113.1577 254.8848 13.89918489667210
+1 12139U 81003B   14237.38209473  .00009710  00000-0  51837-3 0  3180
+2 12139 082.9546 314.4328 0521632 157.1899 205.3423 14.42393563698198
+1 12149U 81006A   14238.76152317  .00000030  00000-0  33225-4 0  2795
+2 12149 065.8253 298.4232 0005021 040.4639 319.7259 13.72146961683342
+1 12150U 81006B   14238.64966881  .00000032  00000-0  32168-4 0  3285
+2 12150 065.8224 094.6994 0055057 340.0154 019.9217 13.76776234688139
+1 12151U 81006C   14238.14529059 -.00000065  00000-0  16798-4 0  5081
+2 12151 065.8219 244.6740 0008371 013.1398 056.9456 13.73705319684567
+1 12155U 81008B   14237.14814096  .00004025  00000-0  16715-3 0  5160
+2 12155 081.1667 202.6282 0034786 242.4098 117.3600 15.23028326835617
+1 12156U 81009A   14237.47702410  .00000694  00000-0  00000+0 0  8341
+2 12156 064.5974 185.1413 6544824 259.6083 332.8650 02.05699019162839
+1 12159U 81009D   14236.34520721 -.00000539  00000-0  00000+0 0  9959
+2 12159 064.4957 202.3339 6623085 262.0432 338.5235 02.06703582245481
+1 12164U 78026D   14237.81316097  .00000705  00000-0  27199-3 0  4289
+2 12164 098.4286 223.7882 0065968 285.5760 193.6004 14.32032936888518
+1 12165U 78026E   14237.11702147 -.00000066  00000-0 -13393-4 0  6475
+2 12165 098.7585 214.1119 0044957 110.1367 025.1816 14.10128732511881
+1 12166U 78026F   14237.11129490  .00000139  00000-0  92309-4 0   477
+2 12166 098.6797 214.5900 0037136 274.9889 175.9986 14.15820784729072
+1 12167U 78026G   14237.11237812  .00000104  00000-0  71587-4 0  3746
+2 12167 098.6520 297.4936 0165436 285.7608 130.2743 14.11681908722763
+1 12168U 78026H   14237.43097135  .00000209  00000-0  17302-3 0  8592
+2 12168 098.9398 169.2498 0178416 111.6047 001.4825 13.91708106700623
+1 12169U 78026J   14237.97906503  .00000252  00000-0  11274-3 0  8444
+2 12169 098.4369 229.9350 0072829 159.2801 259.9925 14.29156545743810
+1 12170U 78026K   14237.92158123  .00000320  00000-0  17569-3 0  5905
+2 12170 098.6445 216.1631 0045633 152.4770 261.3994 14.17887592731395
+1 12171U 78026L   14237.92354645 -.00000250  00000-0 -13335-3 0  8659
+2 12171 098.7576 215.9505 0036969 199.9957 213.4528 14.03016924717724
+1 12172U 78026M   14236.53922858  .00000182  00000-0  97998-4 0  6718
+2 12172 098.5645 220.5493 0062041 145.6554 329.9523 14.22841229738174
+1 12174U 78026P   14236.83307258  .00000256  00000-0  17139-3 0  8468
+2 12174 098.7654 211.9460 0042273 206.9080 213.3044 14.09002106724184
+1 12175U 78026Q   14237.98840061  .00000411  00000-0  33225-3 0  8579
+2 12175 099.2358 002.8648 0063808 237.0542 236.6056 13.95205481705659
+1 12176U 78026R   14237.48578770 -.00000067  00000-0 -21746-4 0  2007
+2 12176 098.7853 225.7409 0066396 119.0302 000.3804 13.88219610699899
+1 12177U 78026S   14236.28629185  .00000009  00000-0  35322-4 0  2663
+2 12177 098.8727 126.8830 0158208 135.7398 338.4555 13.91811810699492
+1 12178U 78026T   14235.87382368  .00000265  00000-0  23375-3 0  5297
+2 12178 099.1851 346.8496 0061450 305.9043 175.0346 13.93217116704140
+1 12179U 78026U   14237.08008363  .00000846  00000-0  50379-3 0  3919
+2 12179 099.3511 049.7858 0174205 196.5100 279.4247 14.02940403708504
+1 12181U 78026W   14236.50287191  .00000062  00000-0  42687-4 0  3965
+2 12181 098.4441 237.2163 0100022 238.0180 250.4433 14.24664489742277
+1 12183U 78026Y   14237.90350813  .00000194  00000-0  12617-3 0  2812
+2 12183 098.7105 215.0778 0037898 147.0325 266.4629 14.12972995726902
+1 12184U 78026Z   14238.04738367  .00021936  00000-0  19243-2 0  7377
+2 12184 098.7179 346.4501 0007642 207.2154 239.9280 14.96627990760562
+1 12185U 78026AA  14238.09427020  .00000196  00000-0  12857-3 0  6159
+2 12185 099.2824 057.4439 0097710 174.0665 305.8758 14.11265599720455
+1 12189U 78026AE  14238.10922414 -.00000048  00000-0 -25295-5 0  8121
+2 12189 099.1046 323.7451 0067332 284.7727 148.8352 13.92768721 34470
+1 12190U 78026AF  14238.06802119 -.00000147  00000-0 -71027-4 0  1145
+2 12190 098.7235 274.3796 0012307 018.9404 034.7682 14.00500860713012
+1 12193U 78026AJ  14238.12104757  .00001776  00000-0  15177-2 0  8773
+2 12193 098.8978 284.9077 0280834 201.1204 157.8161 13.71718674657595
+1 12194U 78026AK  14238.14421419  .00006964  00000-0  12199-2 0  3739
+2 12194 098.9058 343.8955 0042652 088.9602 029.9107 14.67556512749412
+1 12195U 78026AL  14237.19335576  .00000250  00000-0  22466-3 0  6882
+2 12195 098.9921 314.3497 0061246 358.7194 055.6462 13.92333021703077
+1 12198U 78026AP  14237.38326039  .00000390  00000-0  28324-3 0  1317
+2 12198 099.2939 021.3646 0116186 227.7483 186.7206 13.99358552707534
+1 12200U 78026AR  14236.71440248  .00000058  00000-0  36969-4 0  3651
+2 12200 098.3688 261.7968 0112121 282.5758 195.7021 14.29498098747662
+1 12203U 78026AU  14237.99356517  .00000478  00000-0  18453-3 0  2089
+2 12203 098.3834 232.0756 0067766 031.1483 029.0266 14.33171693745629
+1 12204U 78026AV  14236.00021600  .00000162  00000-0  81094-4 0  2366
+2 12204 098.4640 227.9259 0082054 241.2945 185.9519 14.27029501741937
+1 12206U 78026AX  14238.10841767  .00000422  00000-0  29883-3 0  3520
+2 12206 098.7136 083.3311 0172553 164.2376 196.4254 13.95852495698283
+1 12209U 78026BA  14236.43822316  .00000364  00000-0  14940-3 0  4676
+2 12209 098.4369 225.1102 0061130 196.5839 286.9161 14.31632362729877
+1 12211U 78026BC  14235.77190244  .00000683  00000-0  42331-3 0  4470
+2 12211 099.1639 343.1073 0123345 154.2598 359.0423 14.04882164713318
+1 12212U 78026BD  14238.12927252  .00000335  00000-0  27016-3 0  9821
+2 12212 099.0578 327.2442 0025883 264.6207 233.7139 13.97263106709805
+1 12216U 78026BH  14236.29696969  .00000265  00000-0  19773-3 0  4490
+2 12216 098.7541 074.9546 0208510 118.8019 297.0949 13.92512876692266
+1 12217U 78026BJ  14237.47599296  .00000490  00000-0  25989-3 0  6923
+2 12217 098.5578 217.2771 0020696 302.3981 180.0245 14.17910816728323
+1 12218U 78026BK  14237.13913260  .00000243  00000-0  20656-3 0  7831
+2 12218 099.2120 338.6206 0052945 022.5015 095.2820 13.96430396707517
+1 12222U 78026BP  14237.62266422  .00000164  00000-0  16010-3 0  6246
+2 12222 098.7574 256.0332 0072436 030.1401 094.0243 13.90862307701721
+1 12223U 78026BQ  14236.91188193 -.00000228  00000-0 -11779-3 0  5751
+2 12223 098.8251 207.4900 0040934 185.4323 229.3262 14.03281887717882
+1 12225U 78026BS  14238.13749891  .00000294  00000-0  21015-3 0    61
+2 12225 099.2287 012.8987 0037854 002.7691 082.5838 14.04930385714247
+1 12226U 78026BT  14236.95289602  .00004655  00000-0  24780-2 0  3945
+2 12226 098.9055 236.8044 0158599 058.5734 001.0376 14.07644412676556
+1 12227U 78026BU  14236.81319963  .00001569  00000-0  23381-3 0  4180
+2 12227 098.7399 335.7641 0102704 184.8226 175.2000 14.73035161782604
+1 12230U 78026BX  14237.15551042  .00001289  00000-0  25167-3 0  1335
+2 12230 098.0233 287.7448 0074832 217.4985 208.3950 14.62881075766722
+1 12234U 78026CB  14237.78289473  .00000007  00000-0  31731-4 0  4957
+2 12234 098.7489 218.7286 0028746 186.2923 294.4995 14.02759081717230
+1 12236U 78026CD  14237.03537463  .00000423  00000-0  35074-3 0  2281
+2 12236 098.7906 267.6533 0226139 135.2854 289.7216 13.82374615683044
+1 12237U 78026CE  14236.77304843  .00000636  00000-0  51822-3 0  8175
+2 12237 098.8444 179.2958 0314518 103.6291 316.2896 13.72200325650437
+1 12242U 78026CK  14237.69801466  .00000486  00000-0  37978-3 0  1886
+2 12242 098.8910 303.5784 0067324 293.2553 192.0384 13.95886713707427
+1 12246U 78026CP  14238.16422512  .00000074  00000-0  77763-4 0  5732
+2 12246 099.1075 011.4832 0054791 343.3010 120.0249 14.01491654713371
+1 12250U 78026CT  14237.45187687  .00000516  00000-0  24447-3 0  8463
+2 12250 098.5328 216.4043 0025080 018.8832 100.9168 14.23586973733480
+1 12255U 78026CY  14237.96156428  .00000557  00000-0  40582-3 0  4079
+2 12255 098.8033 292.3043 0017250 174.4552 308.5515 14.00175673 25754
+1 12256U 78026CZ  14237.40905201  .00000892  00000-0  53216-3 0  1729
+2 12256 098.9513 177.5412 0099240 206.0423 283.4366 14.07434723704267
+1 12257U 78026DA  14236.98924894  .00000011  00000-0  36833-4 0  8627
+2 12257 099.3735 025.8333 0102610 256.6016 232.4581 14.01919241711720
+1 12262U 78026DF  14238.09288212  .00001269  00000-0  79162-3 0  3143
+2 12262 098.7257 029.1100 0116883 108.0781 342.7159 14.03183602697515
+1 12263U 78026DG  14237.39490674  .00003417  00000-0  48713-2 0   784
+2 12263 098.9221 163.3678 0453977 131.2061 006.9320 13.21526988598322
+1 12265U 78026DJ  14238.12255711  .00001340  00000-0  67379-3 0  7442
+2 12265 098.5694 068.3136 0155426 278.0083 177.3861 14.12039284701529
+1 12266U 78026DK  14235.88315638  .00000449  00000-0  37196-3 0    95
+2 12266 098.7793 193.2313 0161277 005.6729 054.9104 13.87810088684035
+1 12269U 78026DN  14238.09995850  .00001429  00000-0  30807-3 0  7418
+2 12269 098.0659 283.4386 0070423 117.5098 295.6373 14.58372410762128
+1 12270U 78026DP  14237.74396714 -.00000054  00000-0 -10441-4 0  2340
+2 12270 098.8661 288.0166 0067528 048.6263 075.2056 13.89833871701206
+1 12274U 76077DF  14236.67781936 -.00000029  00000-0  13438-3 0  8168
+2 12274 102.2477 279.0093 0106498 150.1272 326.7872 12.22095414497136
+1 12278U 78026DW  14236.76307154  .00000870  00000-0  38049-3 0  6317
+2 12278 099.0516 153.7044 0050701 239.5035 181.6671 14.25875686725899
+1 12279U 78026DX  14237.34306406  .00003525  00000-0  67150-3 0  7464
+2 12279 098.8534 247.0141 0038796 052.9882 073.4463 14.64290614729840
+1 12283U 78026EB  14236.45634912  .00000050  00000-0  37359-4 0  3461
+2 12283 098.4499 232.6261 0092802 207.4259 309.9615 14.25267024711930
+1 12284U 78026EC  14237.79618443  .00000490  00000-0  35833-3 0  3812
+2 12284 099.0377 329.7841 0103648 175.6168 309.3040 13.98072050700847
+1 12285U 78026ED  14237.26781491  .00000310  00000-0  20694-3 0  2997
+2 12285 098.7049 236.4968 0053241 231.5600 195.2897 14.07328784556413
+1 12288U 78026EG  14236.48476911  .00000493  00000-0  27277-3 0  5798
+2 12288 099.2243 052.5759 0086628 133.4115 253.8298 14.14253992720289
+1 12290U 78026EJ  14236.96337926  .00000035  00000-0  42253-4 0  7578
+2 12290 098.5970 222.7901 0082964 254.8996 166.3719 14.10150242705475
+1 12291U 78026EK  14237.82491289  .00000947  00000-0  47213-3 0  7244
+2 12291 099.1849 152.2330 0056183 123.3532 278.3365 14.18628368720162
+1 12292U 78026EL  14238.13420939  .00000482  00000-0  35445-3 0  5598
+2 12292 098.6628 094.9641 0061973 037.1161 088.1888 13.99179978686582
+1 12293U 78026EM  14238.93800074  .00071138  00000-0  26380-2 0  7707
+2 12293 098.2103 045.9141 0007508 263.0750 097.0147 15.27593604773196
+1 12294U 78026EN  14236.65771127  .00000240  00000-0  88213-4 0  8534
+2 12294 098.2620 265.5379 0098049 297.0382 062.0825 14.38570583753052
+1 12295U 81012A   14237.81801730  .00005169  00000-0  93420-3 0  6085
+2 12295 028.4356 007.4281 5119315 074.0354 016.3506 05.41813784397178
+1 12297U 81013A   14237.07532767  .00000024  00000-0  89397-5 0  3955
+2 12297 082.9524 037.3194 0029877 351.5290 146.8078 13.74904164326619
+1 12298U 81013B   14236.81499153  .00000098  00000-0  84693-4 0  6405
+2 12298 082.9517 011.0655 0028823 242.0732 226.7782 13.76431606683870
+1 12303U 81016A   14239.03043406 -.00000008  00000-0  10000-3 0  2417
+2 12303 068.2674 319.7167 5865912 080.7593 337.6002 02.02493461247832
+1 12309U 81018A   14237.85727463 -.00000118  00000-0  00000+0 0  8665
+2 12309 014.7110 352.2436 0002548 152.4370 213.1153 01.00285976124200
+1 12311U 81016E   14238.93664626  .00000000  00000-0  10000-3 0  2340
+2 12311 069.1828 290.3893 5572017 081.8904 334.7049 02.04669320250532
+1 12319U 81021A   14238.98956513 -.00000027  00000-0  00000+0 0  1331
+2 12319 064.9626 213.5001 0064891 239.6455 119.8640 13.86556730697178
+1 12320U 81022A   14237.49159260 -.00000029  00000-0 -77648-4 0  3997
+2 12320 074.0295 051.9152 0051993 162.2496 258.9196 12.58213992537521
+1 12321U 81022B   14237.12309010 -.00000014  00000-0  14236-4 0  3894
+2 12321 074.0283 107.1971 0044731 234.7527 240.7537 12.56424466535292
+1 12322U 81022C   14236.23239715  .00000015  00000-0  19573-3 0  4978
+2 12322 074.0311 159.8020 0035345 292.1008 222.5960 12.54745390533136
+1 12323U 81022D   14238.03616417 -.00000038  00000-0 -15365-3 0  5734
+2 12323 074.0283 069.0625 0018033 003.0187 114.6264 12.45782323522425
+1 12324U 81022E   14236.39407274 -.00000021  00000-0 -31673-4 0  3787
+2 12324 074.0288 210.4577 0026455 353.8299 173.8222 12.53065032531102
+1 12325U 81022F   14236.51954742 -.00000031  00000-0 -99706-4 0  4737
+2 12325 074.0269 260.4442 0016691 051.1530 103.2471 12.51429143529122
+1 12326U 81022G   14236.38566209 -.00000017  00000-0 -11087-4 0  7014
+2 12326 074.0306 317.4661 0012210 161.2723 316.2172 12.49539082526808
+1 12327U 81022H   14238.08919583  .00000005  00000-0  14208-3 0  6977
+2 12327 074.0328 007.8339 0007456 274.6898 128.9903 12.47797462524896
+1 12328U 81022J   14236.77579212  .00000025  00000-0  34902-3 0  7643
+2 12328 074.0274 353.7156 0149826 062.4014 047.0053 12.23726735495419
+1 12329U 78014C   14237.33150356  .00000005  00000-0  54193-4 0  6088
+2 12329 065.2712 234.9531 1878815 130.4637 247.5973 10.79149184437286
+1 12330U 78014D   14238.78125329  .00000032  00000-0  36609-4 0   448
+2 12330 065.3703 002.2919 1905644 338.3661 014.6514 10.77215589217250
+1 12331U 78014E   14237.31556083  .00000464  00000-0  61825-3 0  9953
+2 12331 064.8284 207.9216 1798876 092.6998 015.1475 10.94929825451079
+1 12332U 76067AY  14236.39230683 -.00000028  00000-0  86719-4 0  1063
+2 12332 066.0607 181.7765 0714635 100.7660 346.4114 12.32282578561419
+1 12333U 76067AZ  14236.11409480 -.00000041  00000-0  43990-4 0  1718
+2 12333 065.9289 125.1852 0737642 258.0280 260.5260 12.45115930 37609
+1 12343U 80030R   14237.09118061  .00006576  00000-0  16746-2 0   673
+2 12343 066.4379 141.2558 0284184 041.6797 320.5575 14.29705309718774
+1 12351U 81027A   14231.00154131  .00000109  00000-0  00000+0 0   660
+2 12351 014.3075 338.0368 0090846 145.9961 232.0142 01.00385126 79171
+1 12354U 80030Y   14238.13992066  .00003236  00000-0  21908-3 0  3711
+2 12354 066.1106 250.0934 0441903 094.2584 270.9134 14.52787404768697
+1 12363U 81018B   14233.10028109 -.00000172  00000-0 -27006-3 0  2619
+2 12363 020.8050 033.0687 7176800 254.0569 079.7134 02.21951272271461
+1 12372U 78026EP  14233.20409987  .00000659  00000-0  21903-3 0  9134
+2 12372 098.3230 222.4110 0042956 295.9514 121.1597 14.40294203677471
+1 12373U 78026EQ  14237.22625265  .00000406  00000-0  29494-3 0  3474
+2 12373 098.6657 236.1028 0015658 320.3402 098.8385 14.01709594687541
+1 12376U 81031A   14236.27939907  .00000019  00000-0  00000+0 0   792
+2 12376 069.1793 337.9206 5709310 106.2270 329.3721 02.00939463140850
+1 12384U 81031D   14238.30732188  .00000000  00000-0  10000-3 0    19
+2 12384 068.4568 354.7045 5722565 100.5567 325.3377 02.03550094248328
+1 12388U 81033A   14237.73408332  .00001650  00000-0  10460-3 0  4984
+2 12388 082.9497 069.2994 0697523 029.1425 334.6849 14.01874404662674
+1 12389U 81033B   14238.17624701  .00044693  00000-0  64133-3 0   531
+2 12389 082.8725 039.9740 0199529 222.0462 257.7393 15.36140446720461
+1 12404U 80022C   14237.07739706  .00002650  00000-0  11261-2 0  6431
+2 12404 082.9256 145.4545 0016109 016.6633 042.7788 14.24904648748664
+1 12406U 78014F   14238.93114672  .00000276  00000-0  32731-3 0  6535
+2 12406 065.8793 158.1897 1836154 179.9139 180.2819 10.89072877444953
+1 12409U 81037A   14238.94368819 -.00000016  00000-0  00000+0 0  7772
+2 12409 064.7616 183.0837 0017494 026.7572 333.4854 13.90390247693323
+1 12427U 78026ET  14236.41180297  .00000563  00000-0  23804-3 0  5380
+2 12427 099.0745 145.3657 0129337 214.7008 209.9154 14.25308070766234
+1 12435U 81037D   14238.51860833 -.00000009  00000-0  00000+0 0  1672
+2 12435 064.7694 036.4761 0022398 316.9411 043.0361 13.93103677695488
+1 12442U 81041A   14237.46503317  .00000054  00000-0  29757-4 0  7141
+2 12442 074.0554 309.1484 0009317 169.4293 190.7055 14.31941813738575
+1 12443U 81041B   14237.18676415  .00000006  00000-0  11211-4 0  4691
+2 12443 074.0537 245.9002 0005896 252.2620 107.7889 14.34464699740754
+1 12445U 80098B   14236.83760458  .00004513  00000-0  96938-3 0  6952
+2 12445 023.6345 026.5102 4268177 090.3465 031.6029 06.83264568763374
+1 12447U 80081F   14238.61768267  .00000000  00000-0  10000-3 0   452
+2 12447 014.2113 337.6109 0003385 237.6730 122.3578 00.99971038121310
+1 12456U 81043A   14237.43882125  .00000091  00000-0  43614-4 0  4722
+2 12456 081.2701 330.3430 0049370 114.6176 294.6059 14.10129358711204
+1 12457U 81043B   14237.45987361  .00000156  00000-0  84247-4 0  5622
+2 12457 081.2761 029.4211 0062748 194.0145 165.9286 14.07101586708281
+1 12458U 81044A   14237.14434002  .00000048  00000-0  93264-4 0  2524
+2 12458 089.9978 123.7438 0013354 328.1440 143.3957 13.22869546606356
+1 12465U 81046B   14237.77058940  .00001993  00000-0  11926-3 0  3183
+2 12465 081.2316 121.2381 0037146 143.7501 216.6252 15.09991980812298
+1 12471U 80104E   14237.41196666 -.00000270  00000-0  00000+0 0  5449
+2 12471 013.6088 336.2492 0031366 081.4800 332.5984 01.01343310 76230
+1 12472U 81049A   14238.24526801  .00000000  00000-0  10000-3 0  2227
+2 12472 014.7738 356.0940 0006625 157.3526 202.7273 01.00271455 79726
+1 12474U 81050A   14238.66838102  .00000000  00000-0  10000-3 0  7211
+2 12474 015.1962 003.1083 0010660 151.1040 209.0035 00.98853149 95127
+1 12497U 81050B   14237.89032270  .00007738  00000-0  74387-3 0  2333
+2 12497 023.9453 016.6285 3658380 053.2153 335.1462 08.01822398817428
+1 12504U 81053A   14237.05808953  .00000030  00000-0  16264-4 0  3006
+2 12504 082.9607 209.8064 0038786 327.1538 101.2971 13.74241103666887
+1 12508U 81053B   14237.92909435  .00000038  00000-0  22794-4 0  6852
+2 12508 082.9615 183.3693 0037341 194.9957 224.3726 13.76200447674281
+1 12527U 76077DG  14236.03519756 -.00000024  00000-0  14623-3 0  1602
+2 12527 101.7962 262.8281 0039730 150.2024 238.3805 12.37773249618256
+1 12528U 76077DH  14237.98420169 -.00000024  00000-0  15831-3 0    13
+2 12528 101.9874 236.9662 0078658 108.8072 308.4080 12.27013564642358
+1 12529U 76077DJ  14237.74074717  .00006141  00000-0  93151-1 0  2861
+2 12529 103.4776 066.3290 0855104 327.5577 027.5490 11.17463173350047
+1 12530U 76077DK  14236.48043618 -.00000054  00000-0 -10068-3 0  7164
+2 12530 102.0004 236.9993 0127078 134.4735 024.7041 12.26927379554126
+1 12531U 76077DL  14238.05476012 -.00000029  00000-0  11744-3 0  3640
+2 12531 101.7435 263.2067 0134654 324.0272 092.4331 12.18280372522515
+1 12532U 76077DM  14237.06250110  .00000532  00000-0  25197-2 0  1776
+2 12532 102.1492 267.3073 0263434 140.3380 279.2929 12.70715771561249
+1 12533U 76077DN  14236.71378448 -.00000387  00000-0 -23463-2 0  6581
+2 12533 101.7226 281.1762 0102767 221.0232 260.6615 12.45444412619101
+1 12534U 76077DP  14236.16709946 -.00000538  00000-0 -37713-2 0  6033
+2 12534 102.0524 314.1906 0065158 131.3345 286.3900 12.37825211635880
+1 12535U 76077DQ  14228.11199223  .00000027  00000-0  10009-2 0  1700
+2 12535 102.3027 274.6040 0400589 238.5196 143.6315 11.66172374559499
+1 12536U 76077DR  14238.87543248  .00001935  00000-0  10000-3 0   424
+2 12536 101.8539 128.9510 0486096 158.1948 204.1074 11.70993971548508
+1 12537U 76077DS  14236.17771738 -.00000025  00000-0  19182-3 0  9994
+2 12537 102.5062 320.5644 0162459 212.0407 206.3900 12.11330665514315
+1 12538U 76077DT  14236.26646744  .00000258  00000-0  33082-2 0   917
+2 12538 102.6389 354.8166 0197654 322.4399 091.1686 12.05371006512663
+1 12539U 76077DU  14237.35752803  .00004610  00000-0  20382-1 0  4056
+2 12539 101.5795 016.4730 0283524 291.5515 123.9555 12.68533890580674
+1 12540U 76077DV  14237.46099556  .00000530  00000-0  40134-2 0  8182
+2 12540 102.4313 139.4789 0048930 020.3948 058.2505 12.45534922563320
+1 12542U 76077DX  14236.48589735 -.00000050  00000-0 -41108-4 0  2882
+2 12542 101.4412 242.1444 0060652 332.5503 182.7460 12.51804391538109
+1 12543U 76067BA  14231.33016083 -.00000538  00000-0 -17428-2 0  1754
+2 12543 066.0373 349.0623 0637144 100.7257 297.0928 12.41570782721370
+1 12544U 81057A   14238.61899178  .00000000  00000-0  10000-3 0  3396
+2 12544 015.3093 358.4729 0028189 260.1182 099.6135 00.98723028 81321
+1 12545U 81057B   14237.46640235 -.00000020  00000-0  00000+0 0  6130
+2 12545 014.5326 342.1193 0028073 114.1622 290.0100 01.00023789 79222
+1 12546U 81057C   14238.83488892  .00003026  00000-0  19420-3 0  9009
+2 12546 010.2770 304.8939 6372474 060.9713 347.7621 03.54203295237737
+1 12551U 81021C   14238.49943598 -.00000028  00000-0  00000+0 0   503
+2 12551 064.9678 358.1420 0044937 197.0825 162.9192 13.90466182702096
+1 12553U 81059A   14238.45916522  .00000056  00000-0  50362-4 0  1411
+2 12553 098.9057 193.8123 0010483 296.1288 170.9987 14.17056180714056
+1 12559U 81059B   14238.16042008  .00001113  00000-0  32173-3 0  7661
+2 12559 098.9694 019.1027 0002853 032.1552 079.3452 14.46646053731870
+1 12560U 81059C   14237.44266715  .00001252  00000-0  36405-3 0  4074
+2 12560 098.9626 014.7092 0002480 035.5691 059.5400 14.46152200731528
+1 12564U 81061A   14237.85177670 -.00000049  00000-0  00000+0 0  2000
+2 12564 014.3238 339.5869 0003679 150.2059 217.7743 01.00326761 86259
+1 12580U 76077DY  14236.65919626 -.00000020  00000-0  21041-3 0  9481
+2 12580 102.4194 271.0499 0623248 061.0392 056.1404 11.27932007500677
+1 12581U 76077DZ  14236.32726433  .00000007  00000-0  66879-3 0   256
+2 12581 102.4879 141.1622 0380945 197.6763 281.6385 11.70099184560931
+1 12585U 81065A   14237.44514799  .00003177  00000-0  17543-3 0  8744
+2 12585 097.3227 226.3012 0017474 031.0554 088.0902 15.14495535806474
+1 12586U 81065B   14237.75417888  .00002288  00000-0  15900-3 0  4507
+2 12586 097.4079 233.9325 0022424 122.8745 237.4645 15.06284723801738
+1 12618U 81069A   14235.00170029  .00000063  00000-0  00000+0 0  2278
+2 12618 014.3443 339.9914 0004935 140.5235 265.6129 01.00202774 85050
+1 12624U 81070A   14236.73460273  .00000101  00000-0  22970-3 0  4955
+2 12624 089.8338 035.4593 6248462 209.4931 344.5926 03.52341446573140
+1 12627U 81071A   14236.39780194  .00000733  00000-0  00000+0 0  6148
+2 12627 069.1307 343.7302 5762605 105.3057 359.6627 01.98054710161089
+1 12635U 81073A   14238.43857372 -.00000006  00000-0  00000+0 0  9090
+2 12635 019.7268 357.7171 0010534 081.1093 287.8335 00.98604488 90617
+1 12636U 81074A   14237.80992453 -.00000024  00000-0 -60394-4 0  5670
+2 12636 074.0324 114.0067 0031083 306.5540 121.6421 12.44297026502110
+1 12637U 81074B   14238.06999137 -.00000021  00000-0 -33514-4 0  5790
+2 12637 074.0338 043.4866 0018041 239.4508 236.1635 12.46652726504356
+1 12638U 81074C   14238.17236288  .00000014  00000-0  18254-3 0  3953
+2 12638 074.0348 164.0893 0024513 151.1220 312.8664 12.54658281514097
+1 12639U 81074D   14236.46390280 -.00000025  00000-0 -54853-4 0  3946
+2 12639 074.0317 222.9270 0015297 223.0505 303.6272 12.52770701511585
+1 12640U 81074E   14237.59220049 -.00000029  00000-0 -82779-4 0  3917
+2 12640 074.0316 279.9316 0005187 275.2741 199.6114 12.50825396509390
+1 12641U 81074F   14236.43744025  .00000006  00000-0  14743-3 0    11
+2 12641 074.0370 345.3403 0007752 138.0405 336.5029 12.48679708506675
+1 12642U 81074G   14237.12891980 -.00000015  00000-0  72923-5 0  3988
+2 12642 074.0317 105.2573 0035527 087.0100 031.0242 12.56652403516356
+1 12643U 81074H   14237.66352451 -.00000028  00000-0 -67513-4 0  5090
+2 12643 074.0332 041.8122 0046342 006.2533 071.2941 12.58702464518897
+1 12644U 81074J   14236.50154903  .00000029  00000-0  38413-3 0  8105
+2 12644 074.0330 295.4003 0130732 206.5617 317.0986 12.25923886479125
+1 12645U 81075A   14237.79276343  .00000148  00000-0  64731-4 0  3078
+2 12645 081.2206 157.1528 0062973 338.5712 072.6380 14.18164567708862
+1 12646U 81075B   14238.05126462  .00000236  00000-0  11134-3 0  6085
+2 12646 081.2268 202.2349 0068297 041.8907 028.0329 14.15709143706621
+1 12647U 76077EA  14236.77635572  .00000178  00000-0  26484-2 0  6646
+2 12647 100.6675 069.2969 0371871 321.5754 099.2644 11.83534352577369
+1 12648U 81053C   14237.80798956  .00000246  00000-0  22287-3 0  5843
+2 12648 082.9729 179.7217 0016628 084.4814 334.8897 13.79738179662759
+1 12649U 81053D   14236.43560529  .00000348  00000-0  33181-3 0  8486
+2 12649 082.9204 182.7989 0053812 012.5575 127.8143 13.77407632656897
+1 12650U 81053E   14236.52037094  .00000290  00000-0  27196-3 0  1538
+2 12650 082.9369 211.5441 0063826 055.9001 083.6169 13.77401480656944
+1 12652U 81053G   14237.72384221  .00000876  00000-0  65159-3 0  2846
+2 12652 082.9408 071.6459 0048880 215.3369 264.1149 13.93380318593922
+1 12653U 81053H   14237.76948321  .00000299  00000-0  25115-3 0  2564
+2 12653 082.9355 111.7756 0031913 321.6396 109.3681 13.84695710665049
+1 12654U 81053J   14238.16899297  .00000420  00000-0  26208-3 0  4479
+2 12654 082.9903 318.1394 0033347 313.6176 111.6441 14.02417222682860
+1 12655U 81053K   14237.45694795  .00000057  00000-0  43115-4 0   982
+2 12655 082.9612 187.4459 0031812 253.9113 245.9190 13.76129234659992
+1 12656U 81053L   14238.06670537  .00000315  00000-0  24859-3 0  9696
+2 12656 082.9596 080.6649 0024962 183.4978 294.3073 13.88527746669669
+1 12657U 81053M   14238.17623927  .00009955  00000-0  13310-2 0  6224
+2 12657 082.7305 134.2763 0026982 183.9304 303.9578 14.79155522726088
+1 12658U 81053N   14237.31537929  .00000660  00000-0  36159-3 0  5585
+2 12658 082.9665 314.0596 0039398 042.0018 026.2809 14.10090543679731
+1 12659U 81053P   14236.75219544  .00000822  00000-0  73577-3 0  2158
+2 12659 082.7506 323.4803 0065997 154.4618 320.4329 13.82258948657608
+1 12660U 81053Q   14236.78099315  .00000314  00000-0  37148-3 0   940
+2 12660 082.8569 030.7687 0140525 039.8204 025.4524 13.60590494634656
+1 12661U 81053R   14236.50192159  .00000464  00000-0  51253-3 0   940
+2 12661 082.7991 252.0162 0128999 203.0854 275.7094 13.66546458640037
+1 12662U 81053S   14237.97231730  .00000142  00000-0  12798-3 0   496
+2 12662 082.9596 183.5419 0021053 221.5022 207.9107 13.77042456661147
+1 12663U 81053T   14237.32326528  .00000494  00000-0  43358-3 0  1774
+2 12663 082.9566 164.9408 0052722 160.2669 319.6818 13.83002179662370
+1 12664U 81053U   14236.77134556  .00000232  00000-0  23704-3 0  1291
+2 12664 082.8916 236.3124 0078642 011.7785 106.7050 13.71321630650683
+1 12665U 81053V   14237.87560444  .00000251  00000-0  22031-3 0   150
+2 12665 082.9704 160.5374 0037594 091.1520 337.5369 13.81317665663703
+1 12666U 81053W   14237.97572457  .00000252  00000-0  25881-3 0   910
+2 12666 082.8744 195.3892 0070909 342.5583 083.0254 13.71740895651580
+1 12667U 81053X   14237.47362917  .00000324  00000-0  29859-3 0  6885
+2 12667 082.8379 054.1056 0036453 318.3782 105.0377 13.79647020659287
+1 12668U 81053Y   14237.73606587  .00000355  00000-0  23014-3 0  2280
+2 12668 083.1041 104.6134 0054390 223.4541 206.8033 13.99399395682506
+1 12669U 81053Z   14237.46483104  .00001270  00000-0  95984-3 0  2854
+2 12669 083.0045 216.5203 0080931 047.9023 072.1401 13.91835734662992
+1 12670U 81053AA  14236.41317500  .00000241  00000-0  22269-3 0  6594
+2 12670 082.9465 183.4606 0056235 309.8347 200.0914 13.78083063659224
+1 12671U 81053AB  14237.31844277  .00000443  00000-0  28912-3 0  8048
+2 12671 082.9157 319.3627 0018863 291.5889 135.5395 14.00173459674710
+1 12672U 81053AC  14237.75395250  .00000296  00000-0  26731-3 0  4464
+2 12672 082.9470 162.6973 0028061 186.9703 236.7920 13.80553541662889
+1 12673U 81053AD  14237.67037334  .00001135  00000-0  77577-3 0  9925
+2 12673 082.8532 293.2781 0055752 194.9445 284.4069 13.98213409670311
+1 12674U 81053AE  14236.69200084  .00000275  00000-0  27929-3 0  6074
+2 12674 082.9385 311.6572 0105702 086.7254 027.8836 13.70799068648304
+1 12675U 81053AF  14236.48191700  .00000326  00000-0  31093-3 0  7543
+2 12675 082.9356 238.5051 0070125 145.0803 007.8533 13.76536454654506
+1 12676U 81053AG  14238.11525432  .00000307  00000-0  26304-3 0  8212
+2 12676 082.9449 126.8922 0047213 087.9512 023.2726 13.83236851664085
+1 12677U 81076A   14238.09541468  .00000000  00000-0  10000-3 0  2997
+2 12677 014.8455 346.8371 0013889 186.8699 173.1670 00.99552911 89283
+1 12679U 81070E   14235.93343083 -.00000003  00000-0 -18006-3 0    49
+2 12679 089.8406 036.6860 6242185 221.6250 347.2651 03.52079033423264
+1 12680U 81071D   14238.35104139  .00000000  00000-0  10000-3 0  3479
+2 12680 067.8635 020.9139 5889382 097.2164 329.3355 01.99215833158869
+1 12681U 81077A   14237.16124090  .00000016  00000-0  29708-6 0  3994
+2 12681 082.9156 095.3169 0045408 091.6090 026.0122 13.76300136659036
+1 12682U 81077B   14237.68472737  .00000129  00000-0  11271-3 0  7594
+2 12682 082.9146 063.8536 0033391 345.0867 061.7452 13.78451304661446
+1 12690U 81053AJ  14236.29477183  .00000683  00000-0  65580-3 0  6836
+2 12690 082.9524 317.4553 0089818 033.4177 027.7997 13.77108084649028
+1 12692U 81053AL  14236.64882113  .00000619  00000-0  25924-3 0  2293
+2 12692 082.9007 297.0822 0078874 149.3377 211.2451 14.22877242703203
+1 12693U 81053AM  14237.46153900  .00000666  00000-0  34316-3 0   824
+2 12693 083.1489 018.3778 0051477 030.1210 079.2396 14.13098773377940
+1 12694U 81053AN  14236.59155737  .00000231  00000-0  27790-3 0   442
+2 12694 083.0797 277.8875 0119199 148.1709 335.3038 13.59441018636558
+1 12695U 81053AP  14236.83271640  .00000736  00000-0  82209-3 0  1281
+2 12695 083.0102 160.8024 0118400 104.4465 309.9328 13.66953015638682
+1 12696U 81053AQ  14237.94533640  .00000270  00000-0  37460-3 0  2144
+2 12696 083.0748 041.1590 0153676 294.5632 188.4319 13.50304549625310
+1 12697U 81053AR  14236.49115941  .00000351  00000-0  33565-3 0  5396
+2 12697 082.7782 067.7133 0086662 358.9402 062.6645 13.76359465652569
+1 12698U 81053AS  14238.09494120  .00001097  00000-0  59806-3 0  3138
+2 12698 082.9137 263.3812 0011515 351.9444 091.0661 14.11309754680176
+1 12699U 81053AT  14236.41433259  .00000526  00000-0  50471-3 0  1839
+2 12699 082.9503 305.1767 0087292 319.2293 160.2771 13.76906131650318
+1 12700U 81053AU  14238.03423393  .00000608  00000-0  38034-3 0  6297
+2 12700 082.7840 066.1330 0046837 143.4145 217.0241 14.02650077681532
+1 12701U 81053AV  14237.34144253  .00000389  00000-0  31572-3 0  3255
+2 12701 082.8542 350.3028 0041634 073.0151 340.6239 13.87151257665620
+1 12703U 81053AX  14237.96980019  .00000399  00000-0  24665-3 0  5240
+2 12703 082.9734 308.4017 0015633 083.1196 331.5273 14.02899850681305
+1 12704U 81053AY  14236.91817426  .00000199  00000-0  20958-3 0   611
+2 12704 082.9907 034.4746 0086567 038.4452 078.9516 13.68239949647037
+1 12705U 81053AZ  14237.80091279  .00000732  00000-0  52362-3 0   540
+2 12705 082.8971 335.7974 0032641 129.5979 351.9004 13.95701281671258
+1 12706U 81053BA  14236.65026225  .00000174  00000-0  16335-3 0  7303
+2 12706 082.8855 292.5210 0107803 204.8149 276.1426 13.73832523645800
+1 12707U 81053BB  14237.72026916  .00000307  00000-0  39057-3 0  4211
+2 12707 083.0101 226.3775 0128651 327.1472 154.4728 13.57258408633638
+1 12708U 81053BC  14236.97514669  .00002710  00000-0  10973-2 0   205
+2 12708 082.8787 026.8694 0035007 199.3495 160.6364 14.27139257693892
+1 12709U 81053BD  14236.88113064  .00000175  00000-0  20598-3 0   646
+2 12709 082.9756 151.8940 0123593 254.8050 173.5989 13.59957048636102
+1 12710U 81053BE  14236.32252636  .00000379  00000-0  41532-3 0  2162
+2 12710 083.0157 155.7897 0127090 043.6033 317.5077 13.66487724639722
+1 12711U 81053BF  14236.42334793  .00000115  00000-0  10946-3 0  7190
+2 12711 082.9659 316.3381 0063870 264.0560 216.7092 13.71950675651402
+1 12712U 81053BG  14237.48998993  .00000548  00000-0  49270-3 0  1057
+2 12712 082.9878 302.0069 0075206 090.3644 331.6635 13.81058908654929
+1 12713U 81053BH  14237.04787475  .00001440  00000-0  76154-3 0  3898
+2 12713 082.9502 227.3519 0022006 134.5936 287.7499 14.13052929679321
+1 12714U 81053BJ  14237.42827239  .00000444  00000-0  57335-3 0   388
+2 12714 082.9770 188.6038 0128613 020.3675 340.2533 13.56958407631624
+1 12715U 81053BK  14236.51909546  .00000531  00000-0  23015-3 0  3254
+2 12715 083.1155 248.6251 0072765 049.3203 103.9550 14.21096384701141
+1 12719U 81053BL  14238.06739839  .00000458  00000-0  36048-3 0  4277
+2 12719 082.9575 077.0936 0017718 144.7281 342.6790 13.89653577669759
+1 12720U 81053BM  14236.25977626  .00000579  00000-0  51737-3 0  3945
+2 12720 083.2529 285.2086 0116868 216.2531 213.6281 13.79819705513691
+1 12722U 81053BP  14238.16530209  .00000446  00000-0  38223-3 0  8944
+2 12722 082.9020 106.0604 0066570 221.5670 258.3138 13.83820288661669
+1 12723U 81053BQ  14237.13890117  .00001779  00000-0  72879-3 0  7694
+2 12723 082.9511 148.0862 0012831 157.6590 250.9499 14.26670343691673
+1 12724U 81053BR  14237.83532104  .00000612  00000-0  41476-3 0  9642
+2 12724 082.9436 002.0942 0017298 225.2758 255.3686 13.98668414673804
+1 12725U 81053BS  14238.04722723  .00000840  00000-0  81309-3 0  8736
+2 12725 083.1415 226.3728 0107981 315.8431 109.7519 13.76198172647051
+1 12726U 81053BT  14237.46382698  .00000814  00000-0  57655-3 0  5235
+2 12726 082.9550 044.6320 0042433 054.7843 001.6120 13.96187180671979
+1 12727U 81053BU  14237.11488538  .00000744  00000-0  61740-3 0  3193
+2 12727 083.2789 248.1464 0094213 274.2915 147.8971 13.85521352659660
+1 12728U 81053BV  14236.69055559  .00000473  00000-0  47914-3 0   394
+2 12728 082.8060 101.6785 0056201 343.6421 074.3704 13.74511772645201
+1 12729U 81053BW  14238.17347422  .00000250  00000-0  31535-3 0  7373
+2 12729 083.0444 279.8667 0128737 338.4436 080.7530 13.57021652494394
+1 12730U 81053BX  14237.46835825  .00001421  00000-0  73547-3 0  6385
+2 12730 082.9447 222.5023 0023611 118.0716 004.3399 14.14169236684780
+1 12731U 81053BY  14236.40474008  .00000261  00000-0  24313-3 0  2992
+2 12731 082.9388 201.5398 0086338 048.7272 077.0267 13.76650312657191
+1 12732U 81053BZ  14237.58971324  .00000243  00000-0  18629-3 0   199
+2 12732 082.9862 079.1940 0052600 208.9900 214.3782 13.88834097 78084
+1 12733U 81053CA  14237.84382697  .00001931  00000-0  98945-3 0  6952
+2 12733 082.8718 160.9821 0024151 301.0147 118.9067 14.14880739683653
+1 12735U 81053CC  14236.58112477  .00000225  00000-0  24013-3 0  5871
+2 12735 083.1414 257.7894 0096434 091.4187 025.8906 13.67419965644374
+1 12736U 81053CD  14237.56605859  .00000307  00000-0  40108-3 0  6248
+2 12736 083.0296 278.1440 0131810 063.3504 054.6300 13.54955227631090
+1 12737U 81053CE  14237.90525522  .00000376  00000-0  40220-3 0  5290
+2 12737 082.9986 179.9610 0157076 155.1830 269.2656 13.65999253636953
+1 12739U 81053CG  14238.02630532  .00001967  00000-0  91042-3 0  9877
+2 12739 082.9462 163.5914 0008835 337.4276 151.0633 14.20389033690591
+1 12740U 81053CH  14237.70316931  .00001392  00000-0  69793-3 0  1510
+2 12740 082.8448 114.7534 0017469 164.4839 250.1357 14.15931711683909
+1 12741U 81053CJ  14237.80039216  .00000536  00000-0  45120-3 0  6152
+2 12741 082.9526 149.2417 0061876 104.7921 309.4826 13.85219561663131
+1 12742U 81053CK  14236.39270961  .00000058  00000-0  45090-4 0  1061
+2 12742 082.9473 219.4283 0048866 061.1103 091.5559 13.73189234656770
+1 12743U 81053CL  14236.98970735  .00000429  00000-0  41301-3 0  7577
+2 12743 082.9301 193.5902 0062938 036.8545 030.2911 13.77025606657236
+1 12744U 81053CM  14237.64549990  .00001083  00000-0  58995-3 0  9461
+2 12744 082.9344 296.4731 0028674 080.3613 037.1930 14.11152823679137
+1 12745U 81053CN  14237.03349473  .00000534  00000-0  45508-3 0   433
+2 12745 083.1402 063.7169 0044713 044.2929 079.3871 13.84977269660979
+1 12746U 81053CP  14238.04001280  .00001388  00000-0  78696-3 0  5647
+2 12746 082.9457 332.9176 0057511 175.8656 303.6373 14.08560144677092
+1 12747U 81053CQ  14237.67372694  .00000462  00000-0  58144-3 0   403
+2 12747 083.0690 305.3561 0130175 315.8611 163.8810 13.58721021632776
+1 12748U 81053CR  14236.71374220  .00000141  00000-0  13452-3 0  5104
+2 12748 082.9891 303.8190 0046531 097.9674 029.0188 13.73019681654288
+1 12749U 81053CS  14236.67442946  .00000205  00000-0  20191-3 0  4064
+2 12749 082.8082 088.7567 0062544 293.0373 130.8578 13.73555434653570
+1 12751U 81053CU  14237.33046222  .00000237  00000-0  21607-3 0   714
+2 12751 082.9463 159.5801 0027671 192.2578 317.3003 13.79212252661314
+1 12752U 81053CV  14237.78446882  .00000605  00000-0  73670-3 0   716
+2 12752 083.0220 247.6511 0125205 334.8093 145.2045 13.61303758633139
+1 12753U 81053CW  14236.77183961  .00000474  00000-0  48189-3 0  8080
+2 12753 082.8066 139.0052 0097618 144.6846 271.0103 13.72841990648471
+1 12755U 81053CY  14236.42973002  .00003690  00000-0  10730-2 0  7304
+2 12755 082.9447 017.3132 0012336 183.8823 238.2530 14.44044955701136
+1 12756U 81053CZ  14237.35981693  .00002849  00000-0  86737-3 0   144
+2 12756 082.9931 346.9319 0024109 164.7053 254.2944 14.41611747707316
+1 12757U 81053DA  14237.94757235  .00000304  00000-0  27682-3 0  6608
+2 12757 082.9516 199.4969 0058683 309.8158 115.5564 13.79639405658313
+1 12758U 81053DB  14237.61387390  .00000396  00000-0  37225-3 0  6014
+2 12758 082.8610 104.0759 0059730 070.6604 349.9575 13.78278806657104
+1 12759U 81053DC  14237.90909655  .00000551  00000-0  36812-3 0  4462
+2 12759 082.8644 190.2576 0048406 197.4044 216.8951 13.98778896678569
+1 12764U 81053DH  14237.10456258  .00027447  00000-0  27914-2 0  7420
+2 12764 082.9009 248.0703 0008809 091.2104 269.0125 14.90614524708192
+1 12766U 81053DK  14236.54594124  .00000335  00000-0  37418-3 0  1505
+2 12766 082.9459 035.3217 0102925 298.3269 133.8911 13.66402287642232
+1 12767U 81053DL  14237.50456383  .00000622  00000-0  37451-3 0  9118
+2 12767 082.9596 241.4724 0037909 203.3676 274.0689 14.04937269684967
+1 12768U 81053DM  14237.44865866  .00000374  00000-0  32111-3 0  5390
+2 12768 082.9317 115.7811 0052580 105.9081 011.4128 13.83540520662703
+1 12769U 81053DN  14237.15020796  .00000325  00000-0  33903-3 0  5086
+2 12769 082.8213 139.3951 0074377 067.2419 061.9019 13.71120567650571
+1 12771U 81053DQ  14236.56093190  .00000503  00000-0  57934-3 0  9724
+2 12771 082.8680 061.3039 0162883 079.6333 335.1049 13.61987285631817
+1 12772U 81053DR  14238.07755415  .00000882  00000-0  55241-3 0  9503
+2 12772 082.9258 349.0478 0052656 011.2820 348.9518 14.02889408671846
+1 12773U 81053DS  14236.82225608  .00002433  00000-0  12099-2 0  2286
+2 12773 082.9733 167.3952 0176585 323.1733 087.4998 14.09005551663494
+1 12775U 81053DU  14237.30267870  .00000705  00000-0  90406-3 0   231
+2 12775 083.3348 321.5093 0153686 333.3566 086.3543 13.56844627626272
+1 12779U 81053DV  14237.38397958  .00006435  00000-0  15131-2 0   286
+2 12779 082.5666 189.6120 0008248 319.5385 163.1421 14.54269443701642
+1 12780U 81053DW  14237.72334160  .00000444  00000-0  36717-3 0  9616
+2 12780 082.9470 101.0777 0020719 212.9211 215.5562 13.86741845666720
+1 12781U 81053DX  14236.38242190 -.00000175  00000-0 -18609-3 0  5753
+2 12781 083.1771 183.1769 0073523 353.3830 132.2286 13.78101023653833
+1 12782U 81053DY  14237.91246216  .00000275  00000-0  28638-3 0  6952
+2 12782 083.0025 021.8132 0076538 339.3639 148.3500 13.70877849642043
+1 12783U 81081A   14238.11920887 -.00000105  00000-0 -14629-4 0  4318
+2 12783 065.1166 068.6851 0052963 267.4967 232.5039 13.85326260669773
+1 12785U 81082A   14237.76230006  .00003014  00000-0  17668-3 0  7934
+2 12785 082.5091 005.2774 0001688 150.6026 354.0848 15.11449461796435
+1 12786U 81082B   14237.54032096  .00000358  00000-0  39925-4 0  9616
+2 12786 082.4886 215.0573 0018563 047.8175 091.3827 14.84150165782507
+1 12787U 81012C   14238.94160797  .00010272  00000-0  12375-2 0  2847
+2 12787 028.1194 123.9470 6180598 022.8956 355.7487 03.79820366365093
+1 12791U 81084A   14237.54257927  .00000112  00000-0  49491-4 0  3594
+2 12791 074.0283 211.3404 0019447 322.8687 176.4074 14.33801659724565
+1 12792U 81084B   14237.80258671  .00000093  00000-0  40131-4 0  5908
+2 12792 074.0297 124.4684 0014702 297.3291 125.2840 14.37122539727597
+1 12793U 81084C   14236.74676442  .00001014  00000-0  22445-3 0  1155
+2 12793 074.0341 193.6042 0003141 203.8887 226.0984 14.58519169737549
+1 12803U 81087A   14238.12815139  .00000036  00000-0  17422-4 0  5924
+2 12803 082.9325 071.1019 0044540 270.4135 230.1226 13.87356602 45043
+1 12804U 81087B   14237.97659313  .00000133  00000-0  95836-4 0   194
+2 12804 082.9306 043.7083 0042684 193.6724 325.4511 13.89134604670874
+1 12808U 81081C   14239.02202714  .00000069  00000-0  57175-4 0  8098
+2 12808 065.1158 249.7366 0035468 241.4597 118.3357 13.88579933673877
+1 12815U 77068E   14237.26982569 -.00000599  00000-0  00000+0 0  4458
+2 12815 069.0101 151.5160 5071177 060.7151 093.1425 02.01183535 64993
+1 12816U 79077F   14235.63949473  .00000006  00000-0  00000+0 0  5001
+2 12816 066.6297 065.2084 6174091 107.6151 320.6079 02.11787870263065
+1 12817U 80057E   14234.62052943  .00000535  00000-0  00000+0 0  7275
+2 12817 067.4569 030.0767 5884089 087.1928 348.0771 01.99842882162941
+1 12818U 81088A   14234.89816690 -.00000014  00000-0  00000+0 0  7573
+2 12818 063.4868 092.3354 4470814 207.8500 334.2730 05.46072735657103
+1 12825U 78026EW  14236.28747204  .00000207  00000-0  19004-3 0  3788
+2 12825 099.1826 348.5958 0060015 287.0774 126.5762 13.93401562703928
+1 12827U 81088F   14234.69833215 -.00000006  00000-0  00000+0 0  8126
+2 12827 063.6378 052.1706 4368713 206.6715 330.0255 05.48801482660375
+1 12834U 80057F   14237.75370579 -.00000759  00000-0  00000+0 0  8426
+2 12834 067.7225 034.9392 5634772 101.5434 328.3603 02.00266657154909
+1 12835U 81091A   14238.16679986  .00000049  00000-0  35240-4 0  5524
+2 12835 082.9215 142.3483 0026429 248.1438 220.7800 13.75303579652887
+1 12836U 81091B   14237.81856983  .00000024  00000-0  90618-5 0  9034
+2 12836 082.9177 123.5687 0023124 177.2882 251.2489 13.76424017654141
+1 12848U 81094A   14237.46904203  .00004982  00000-0  31944-3 0  3104
+2 12848 082.4821 080.9875 0636224 002.8895 357.5679 14.14526541643875
+1 12849U 81094B   14238.11175516  .00000749  00000-0  70909-4 0  9653
+2 12849 082.4919 233.2587 0910140 291.0193 059.5987 13.48229277603534
+1 12850U 81069F   14237.53076102 -.00000186  00000-0  00000+0 0   829
+2 12850 015.5976 343.4353 0021936 084.7670 271.7455 00.97700226 74206
+1 12851U 81061F   14237.61016225  .00000000  00000-0  10000-3 0  6398
+2 12851 013.8930 338.3863 0002478 197.0717 162.9830 01.00999171 80486
+1 12855U 81096A   14239.07318112  .00000000  00000-0  10000-3 0  8158
+2 12855 014.8466 001.1508 0010768 129.7860 230.3585 01.00153648 75389
+1 12857U 77012H   14234.91245168 -.00000214  00000-0 -52095-3 0  3807
+2 12857 066.3058 151.0389 1703490 259.0770 263.8433 10.77191129306606
+1 12858U 77106C   14236.91360787  .00000093  00000-0  13350-3 0  3375
+2 12858 089.5079 205.8486 0015239 292.6411 121.1118 13.48355540710441
+1 12860U 77121AN  14236.79480921  .00000068  00000-0  17775-3 0  1414
+2 12860 065.8111 020.7364 0136307 229.2940 247.6137 13.62296608723804
+1 12861U 77121AP  14236.39651351  .00000040  00000-0  20605-3 0  1470
+2 12861 065.7726 223.5050 0095657 158.2992 353.5959 13.38880386693261
+1 12862U 77121AQ  14237.46538171  .00000971  00000-0  60282-3 0  7276
+2 12862 066.2134 013.8346 0162759 248.0169 172.7287 14.03086824760113
+1 12863U 77121AR  14237.75501988  .00000576  00000-0  80680-3 0  4277
+2 12863 065.7867 187.3907 0071138 319.2294 115.3765 13.64076906720050
+1 12864U 77121AS  14238.57051244  .00000492  00000-0  40879-3 0  1959
+2 12864 065.8358 346.8438 0099780 352.0693 007.9257 13.86212338719649
+1 12865U 77121AT  14238.78445144  .00000377  00000-0  42375-3 0  9828
+2 12865 065.7763 348.8193 0076930 299.5187 059.8674 13.69385530506036
+1 12866U 77121AU  14236.49967955  .00000003  00000-0  10654-3 0  1030
+2 12866 065.8160 265.9628 0116250 260.2102 252.1207 13.57574837718439
+1 12867U 77121AV  14236.41634868  .00000011  00000-0  16049-3 0  4516
+2 12867 065.9488 233.0444 0073257 102.8001 014.7838 13.35510685744454
+1 12868U 77121AW  14237.56308689  .00000357  00000-0  49803-3 0  6972
+2 12868 065.7684 018.7464 0064447 332.3138 150.6540 13.68953552820818
+1 12869U 77121AX  14239.15570602  .00000359  00000-0  37989-3 0  6677
+2 12869 065.7909 148.7849 0099665 231.0916 128.1689 13.72204502827202
+1 12870U 77121AY  14237.39387108  .00000497  00000-0  49608-3 0  8485
+2 12870 065.7254 237.3662 0131379 296.3720 176.9417 13.83075534832020
+1 12879U 81098A   14236.40632271  .00000033  00000-0  16699-3 0  9882
+2 12879 082.6052 351.7430 0007891 164.8596 253.5102 12.42332399491964
+1 12880U 81098B   14237.89579118  .00000030  00000-0  14441-3 0  5109
+2 12880 082.6052 343.4311 0008218 112.6477 018.9561 12.42833058492797
+1 12889U 81100C   14236.79425190  .00000058  00000-0  52382-4 0   528
+2 12889 099.9073 146.8645 1318188 304.9432 088.8666 12.17482047456166
+1 12892U 81031E   14237.80075818 -.00000080  00000-0  00000+0 0  7210
+2 12892 067.8663 128.7216 5459081 083.4918 076.4302 02.00134904173031
+1 12893U 81031F   14231.45036227  .00000311  00000-0  00000+0 0  7156
+2 12893 067.5153 022.2516 6001740 088.1479 335.4253 02.01191125225203
+1 12894U 81031G   14231.39223780  .00000752  00000-0  00000+0 0  4462
+2 12894 069.5266 318.8079 5703706 112.5729 338.7277 02.00753310234985
+1 12897U 81102A   14238.77867925  .00000000  00000-0  10000-3 0  6371
+2 12897 014.3660 340.6401 0009297 135.9125 224.2224 01.00266073 74161
+1 12903U 81103A   14237.50335650  .00015859  00000-0  28179-3 0  2487
+2 12903 081.1318 064.6515 0004614 045.0947 014.0837 15.50041642801044
+1 12904U 81103B   14238.14115481  .00001757  00000-0  12895-3 0  5705
+2 12904 081.1806 005.8506 0029826 195.5159 164.5152 15.02649185338557
+1 12906U 77068F   14237.34373581 -.00000889  00000-0  00000+0 0  3839
+2 12906 067.0380 038.4472 6104338 065.5321 002.8672 02.01234644249814
+1 12907U 78083E   14238.43395449  .00000005  00000-0  10000-3 0  1423
+2 12907 067.2927 083.2679 5740831 082.2701 336.0883 02.00242637248121
+1 12909U 79058F   14239.15400703 -.00001386  00000-0  00000+0 0  4532
+2 12909 064.3022 014.1232 7440012 024.3583 357.3343 02.00532067152322
+1 12933U 81108A   14237.96298426 -.00000653  00000-0  10000-3 0  6490
+2 12933 071.8469 273.4653 4690580 093.6384 319.1743 02.00243375239895
+1 12940U 81108D   14238.83201078  .00000000  00000-0  10000-3 0  1997
+2 12940 068.8429 173.2256 5300963 085.6978 330.2976 01.99096927238678
+1 12942U 77121AZ  14236.92352022  .00000012  00000-0  15937-3 0   540
+2 12942 065.8309 064.9358 0102626 026.7804 083.9672 13.36295354617101
+1 12947U 81053EB  14236.95355183  .00000305  00000-0  45517-3 0  7862
+2 12947 083.0976 199.3990 0209976 089.6178 334.5403 13.41501333602396
+1 12949U 81053ED  14237.42453855  .00000443  00000-0  33798-3 0  9685
+2 12949 082.8425 270.0018 0032572 195.3644 229.3139 13.91263043660457
+1 12950U 81053EE  14237.11004480  .00000444  00000-0  23524-3 0  6021
+2 12950 083.0135 211.7499 0056357 177.6118 302.0623 14.10781782691752
+1 12952U 81053EG  14237.47026749  .00000495  00000-0  36588-3 0  1030
+2 12952 082.9622 032.4107 0008773 021.7307 031.6805 13.93459482661488
+1 12962U 81053EH  14237.31423875  .00000730  00000-0  53675-3 0  3776
+2 12962 082.9637 079.5235 0029961 022.1636 042.0033 13.94193452658265
+1 12963U 81053EJ  14237.84480475  .00000290  00000-0  26273-3 0  3634
+2 12963 082.9492 161.4845 0025221 139.5876 286.8837 13.80344332650539
+1 12964U 81053EK  14238.08972749  .00000015  00000-0 -89608-6 0  6499
+2 12964 082.9430 097.9557 0039405 036.2681 085.4540 13.80117535654138
+1 12966U 81053EM  14238.11618260  .00000556  00000-0  36852-3 0  4510
+2 12966 082.9502 009.2621 0031531 325.4729 097.8589 13.99617433660359
+1 12967U 81114A   14237.71617440 -.00000332  00000-0  00000+0 0  1728
+2 12967 014.9087 011.5165 0006727 162.0541 195.9780 01.00131138 84993
+1 12975U 81116A   14236.33705201 -.00000003  00000-0  10484-3 0  4515
+2 12975 073.9836 178.5989 0096933 357.8205 166.1045 12.27997313467700
+1 12976U 81116B   14238.17916433  .00000014  00000-0  24871-3 0  4405
+2 12976 073.9834 165.8634 0094587 346.9289 118.3806 12.28350817468358
+1 12977U 81116C   14236.53555858  .00000015  00000-0  25778-3 0  4693
+2 12977 073.9834 158.4813 0093511 335.5945 133.8596 12.28679948468532
+1 12978U 81116D   14236.27708664  .00000026  00000-0  35525-3 0  4592
+2 12978 073.9833 145.3405 0090413 322.7376 188.0823 12.29158723469077
+1 12979U 81116E   14236.80239374  .00000016  00000-0  26289-3 0  4360
+2 12979 073.9819 129.1634 0087948 303.5612 124.2731 12.29689846469788
+1 12980U 81116F   14238.16505450 -.00000035  00000-0 -16025-3 0  4702
+2 12980 073.9813 116.2264 0085849 288.1436 192.8244 12.30087031470423
+1 12981U 81116G   14237.10939924 -.00000044  00000-0 -23955-3 0  4512
+2 12981 073.9803 096.6865 0082751 263.5915 213.5714 12.30806652451597
+1 12982U 81116H   14236.23662255 -.00000019  00000-0 -25444-4 0  4570
+2 12982 073.9803 074.9593 0077169 243.4012 164.7041 12.31597771471993
+1 12983U 81116J   14236.50538263 -.00000084  00000-0 -62411-3 0  9371
+2 12983 073.9809 272.9838 0113858 095.4085 009.5574 12.24752442198356
+1 12984U 81016F   14234.08851182 -.00000400  00000-0  00000+0 0  8293
+2 12984 068.3981 321.1081 5821536 082.7046 359.5125 02.02660160242465
+1 12987U 81117A   14237.37669671  .00002250  00000-0  16154-3 0  9895
+2 12987 082.5202 157.6552 0013125 161.2075 198.9638 15.03787583777937
+1 12988U 81117B   14237.80226229  .00000239  00000-0  25747-4 0  1304
+2 12988 082.5263 315.7994 0017816 002.4445 135.3226 14.84092327767547
+1 12992U 81016H   14236.20656432 -.00000774  00000-0  00000+0 0  9294
+2 12992 068.3608 325.4410 5820977 083.8746 349.1539 02.02533484144485
+1 12993U 81071E   14236.45931700  .00000714  00000-0  00000+0 0  9111
+2 12993 068.3351 010.0089 5838077 102.7448 000.1272 01.97857559152820
+1 12994U 81119A   14237.45543497 -.00000267  00000-0  00000+0 0  7862
+2 12994 015.0153 005.8784 0029982 128.7606 309.4697 00.99469958 83844
+1 12996U 77092J   14236.30884838 -.00000140  00000-0  00000+0 0  3674
+2 12996 013.2001 328.7104 0023630 158.8799 220.6295 01.00028349 41336
+1 12997U 81120A   14237.75953284  .00000006  00000-0 -30800-4 0  4559
+2 12997 082.9611 137.3155 0057704 300.3728 113.4153 12.15800031450769
+1 12998U 81120B   14236.68460487 -.00000110  00000-0 -14200-2 0  7979
+2 12998 082.9581 296.9440 0016998 302.3923 173.6407 12.03136526435541
+1 12999U 81120C   14238.11365119 -.00000129  00000-0 -16086-2 0   759
+2 12999 082.9543 270.1603 0014914 158.1485 300.7290 12.05237875438223
+1 13000U 81120D   14236.48979123 -.00000052  00000-0 -70566-3 0   644
+2 13000 082.9559 252.6230 0020113 058.0045 097.3723 12.06854483439955
+1 13001U 81120E   14236.43568228 -.00000083  00000-0 -10248-2 0  8091
+2 13001 082.9570 225.1978 0022537 290.0277 183.9779 12.08883771442311
+1 13002U 81120F   14236.32792911  .00000100  00000-0  93579-3 0  4383
+2 13002 082.9634 164.0327 0052488 051.4017 065.3368 12.13775628448175
+1 13003U 81120G   14237.05759150  .00000069  00000-0  81004-3 0  7784
+2 13003 082.9506 075.8400 0081926 171.9460 301.3351 11.91488717421805
+1 13007U 81119B   14237.01615479  .00021061  00000-0  11567-2 0  6899
+2 13007 023.5372 122.3003 3308334 144.4062 243.0128 08.74075867784091
+1 13010U 81122A   14235.11517360 -.00000250  00000-0  00000+0 0  2651
+2 13010 015.6469 003.0156 0123245 156.0062 206.4822 00.95040393 70330
+1 13011U 81122B   14236.25032809  .00004287  00000-0  68728-3 0  4906
+2 13011 010.4082 258.2883 6677230 217.8719 325.9800 03.08503327223998
+1 13012U 81123A   14237.43997634  .00001127  00000-0  23485+0 0  8928
+2 13012 064.5904 251.8833 6634610 268.1480 213.9104 02.00722741239416
+1 13016U 81123D   14237.41424557 -.00000047  00000-0 -14454-1 0  1393
+2 13016 064.3949 058.5686 6745851 259.7647 031.5040 02.33007620258575
+1 13017U 81053EP  14237.81777050  .00000598  00000-0  43910-3 0   501
+2 13017 082.9342 012.0587 0034740 090.6589 031.4499 13.93866347655354
+1 13018U 81053EQ  14237.99327159  .00000689  00000-0  56212-3 0  7475
+2 13018 082.6797 167.8890 0054892 331.6381 146.4194 13.87761450646126
+1 13019U 81053ER  14237.78511271  .00000918  00000-0  71303-3 0  7645
+2 13019 082.9463 149.6526 0076938 138.5227 276.0601 13.90108762645589
+1 13020U 81053ES  14237.69070433  .00000406  00000-0  38873-3 0  5833
+2 13020 082.6932 302.5543 0116997 284.4080 203.3910 13.75455988637019
+1 13021U 81053ET  14237.66510677  .00000588  00000-0  40979-3 0  5583
+2 13021 083.1484 285.5284 0025632 201.7978 281.1867 13.96874311656354
+1 13022U 81053EU  14236.36024456  .00000436  00000-0  22528-3 0  7972
+2 13022 082.9168 092.0916 0046213 270.3542 210.1703 14.12536402675538
+1 13024U 81053EW  14237.44838509  .00000625  00000-0  42955-3 0  5262
+2 13024 082.9303 002.3062 0048704 042.4030 023.6458 13.97362393656636
+1 13026U 81053EX  14237.27876934  .00002798  00000-0  11354-2 0  5888
+2 13026 082.9439 147.3269 0015245 238.4661 243.1228 14.27317258674715
+1 13027U 82001A   14237.80055013  .00000111  00000-0  46793-4 0  3814
+2 13027 074.0491 159.3609 0023066 091.3651 327.4102 14.36359114708332
+1 13028U 82001B   14238.14794660  .00000096  00000-0  40394-4 0  7054
+2 13028 074.0422 118.0168 0018831 090.6288 269.7024 14.37931671709642
+1 13029U 82001C   14236.80007499  .00000756  00000-0  17082-3 0  2351
+2 13029 073.9731 115.8462 0009247 136.8727 294.1792 14.58050462665321
+1 13030U 82001D   14236.36785887  .00002508  00000-0  37061-3 0  2848
+2 13030 074.0251 197.9328 0012211 106.5705 017.6155 14.75767740730146
+1 13033U 82003A   14238.17220064  .00000004  00000-0 -11766-4 0  5922
+2 13033 082.9403 111.1172 0031073 306.4224 169.8050 13.73125749634517
+1 13034U 82003B   14236.18066319 -.00000043  00000-0 -60145-4 0  2413
+2 13034 082.9345 079.4347 0032451 187.1522 305.0517 13.75254088636143
+1 13035U 82004A   14238.09781337  .00000063  00000-0  00000+0 0  2757
+2 13035 014.9850 014.8439 0010409 089.1556 299.8591 00.99589129 82249
+1 13053U 81053EY  14236.21645682  .00000509  00000-0  57865-3 0  6994
+2 13053 083.0766 276.6366 0125692 131.2155 301.2070 13.64935372634002
+1 13056U 82009A   14236.75407198  .00000013  00000-0  00000+0 0  1738
+2 13056 014.6002 341.9191 0029396 213.2214 117.0834 00.99927713 75498
+1 13065U 82012A   14238.17876219  .00000040  00000-0  26414-4 0  4144
+2 13065 082.8997 296.5926 0042157 311.9820 099.6726 13.75417651631887
+1 13066U 82012B   14236.49085787  .00000098  00000-0  83136-4 0  1289
+2 13066 082.8942 269.4112 0042940 228.3072 239.3206 13.77169390633754
+1 13067U 82013A   14237.77687152  .00003357  00000-0  18786-3 0  4559
+2 13067 081.1878 247.1346 0003355 042.2823 008.9917 15.13203997772174
+1 13068U 82013B   14237.12822275  .00001032  00000-0  71934-4 0  4818
+2 13068 081.2048 313.4487 0024301 103.8226 256.5702 15.04334762768907
+1 13069U 82014A   14239.09510885  .00000000  00000-0  10000-3 0  5696
+2 13069 014.9375 014.3127 0007464 145.9296 214.1693 00.99772945 82777
+1 13070U 82015A   14237.48602024  .00000595  00000-0  78247-2 0  4826
+2 13070 062.9312 278.1510 7230213 260.9202 237.7386 02.00600629238003
+1 13073U 81053EZ  14237.09260997  .00000079  00000-0  69037-4 0  9232
+2 13073 082.9358 240.2022 0088182 193.9466 229.6370 13.71450611654180
+1 13074U 81053FA  14236.90978159  .00000349  00000-0  31691-3 0   929
+2 13074 082.9500 171.6441 0029985 182.3913 250.7485 13.80702573660789
+1 13075U 82015D   14238.43402322 -.00000332  00000-0  00000+0 0   539
+2 13075 063.5562 337.0081 7300169 261.7672 017.6901 01.97166338233921
+1 13080U 82016A   14236.31243565  .00000909  00000-0  00000+0 0  3063
+2 13080 068.8250 289.5835 5814581 072.2887 357.1460 02.00742490148264
+1 13083U 82017A   14236.59356369 -.00000083  00000-0  00000+0 0  6263
+2 13083 015.0733 006.1376 0038345 126.1648 246.4558 00.99230101 98983
+1 13090U 82016D   14238.31540119 -.00000012  00000-0  10000-3 0  9282
+2 13090 066.4576 254.8337 6319731 052.2649 349.8599 02.03133433240992
+1 13092U 82020A   14237.25760757 -.00000100  00000-0  00000+0 0  1794
+2 13092 015.5407 345.2674 0037680 135.6055 232.9434 00.98530907 79081
+1 13110U 82024A   14237.01395458  .00000053  00000-0  40218-4 0  4019
+2 13110 082.9265 017.8822 0029958 115.0623 021.6870 13.73899952625305
+1 13111U 82024B   14236.42987741  .00000079  00000-0  65275-4 0  4519
+2 13111 082.9290 354.6410 0041546 059.2084 004.8917 13.75735061627136
+1 13113U 82025A   14238.12852338  .00000043  00000-0  24945-4 0  9744
+2 13113 082.5384 294.8049 0019044 125.7723 293.0484 13.85311891638728
+1 13114U 82025B   14237.75332983  .00000025  00000-0  90959-5 0  4768
+2 13114 082.5396 299.4967 0015525 149.6853 350.0746 13.84628118638368
+1 13120U 82027A   14237.08307367  .00010584  00000-0  28922-3 0  3018
+2 13120 081.1409 348.4373 0003222 284.7883 075.2999 15.37258866773822
+1 13121U 82027B   14237.38972966  .00001414  00000-0  96669-4 0  4719
+2 13121 081.1672 216.9154 0027231 319.1813 040.7369 15.05244925762308
+1 13124U 82029A   14237.86922281  .00000036  00000-0  00000+0 0  8736
+2 13124 072.3663 299.2532 4697979 106.4544 229.8671 02.00339489236977
+1 13127U 82030A   14238.14649311  .00000034  00000-0  20460-4 0  1045
+2 13127 082.9290 116.7742 0031559 159.2880 308.8507 13.73717097623355
+1 13128U 82030B   14237.15488322  .00000021  00000-0  55683-5 0  4482
+2 13128 082.9227 086.6605 0029697 051.1305 068.8858 13.75679663624509
+1 13129U 82031A   14237.85251990  .00000000  00000-0  00000+0 0  6600
+2 13129 014.4749 343.1200 0005858 252.3886 109.7741 01.00181097123170
+1 13131U 65027H   14236.79911001 -.00000063  00000-0 -24481-3 0  7354
+2 13131 090.2604 243.6101 0028288 260.8458 221.3775 12.96472994331759
+1 13132U 78018C   14236.48644943  .00000005  00000-0  98568-4 0   987
+2 13132 069.2066 168.5503 0211970 313.7588 159.0543 13.34732516777883
+1 13148U 82037A   14236.93516882  .00000049  00000-0  28011-4 0  9972
+2 13148 074.0382 053.8503 0009482 195.6372 272.1621 14.31636653687474
+1 13149U 82037B   14237.87423097  .00000107  00000-0  46783-4 0  7623
+2 13149 074.0444 334.0686 0012306 066.3117 072.9485 14.34908792690422
+1 13153U 82039A   14237.45126203  .00004893  00000-0  20350-3 0  6214
+2 13153 081.0960 039.7528 0004407 019.0316 037.2779 15.23588936762468
+1 13154U 82039B   14237.33184974  .00000722  00000-0  61072-4 0  3740
+2 13154 081.1850 308.5390 0042108 032.6698 327.7111 14.96200173750047
+1 13160U 82040A   14237.12345447 -.00000018  00000-0 -11061-4 0  3956
+2 13160 074.0105 114.1998 0049884 198.9123 274.5635 12.55999550481284
+1 13161U 82040B   14236.30913856  .00000007  00000-0  14371-3 0  3818
+2 13161 074.0130 176.3440 0042572 280.8049 247.7970 12.53930136478698
+1 13162U 82040C   14237.14248248 -.00000033  00000-0 -10814-3 0  3884
+2 13162 074.0096 232.8407 0031397 346.3532 081.2603 12.51978626477832
+1 13163U 82040D   14236.66631516 -.00000017  00000-0 -52712-5 0  6043
+2 13163 074.0103 287.3422 0022384 059.6210 073.4663 12.50137216198758
+1 13164U 82040E   14236.49053576  .00000006  00000-0  14405-3 0  5892
+2 13164 074.0155 345.9707 0013726 149.6849 282.0783 12.48149836471945
+1 13165U 82040F   14235.97235098 -.00000032  00000-0 -10900-3 0  6771
+2 13165 074.0118 046.1122 0018375 258.8792 260.9532 12.46101455469465
+1 13166U 82040G   14237.82164019 -.00000026  00000-0 -70607-4 0  5618
+2 13166 074.0098 101.7975 0019648 356.5208 078.0901 12.44104044467347
+1 13167U 82040H   14236.80181662  .00000012  00000-0  19744-3 0  5852
+2 13167 074.0132 169.1104 0031642 079.2886 343.2293 12.41833603464602
+1 13168U 82040J   14236.09178682  .00000043  00000-0  52444-3 0  5568
+2 13168 074.0532 025.0489 0136268 301.3453 104.5571 12.22865090442126
+1 13169U 82029D   14238.62138534  .00000000  00000-0  10000-3 0  7319
+2 13169 069.5351 191.3261 5104515 079.4569 331.9647 02.04136404240963
+1 13175U 82043A   14237.47484480 -.00000095  00000-0 -43717-5 0  3751
+2 13175 065.0686 293.7505 0041805 113.3152 335.9421 13.89557227640809
+1 13177U 82044A   14238.80995626  .00000000  00000-0  10000-3 0  5967
+2 13177 015.5557 344.9427 0002825 081.6259 278.4605 01.00253949 90363
+1 13205U 82045A   14233.55882743 -.00000447  00000-0  00000+0 0  1341
+2 13205 070.8043 250.2689 5061210 097.0093 118.1765 02.00523411236299
+1 13241U 82051A   14238.12842747  .00000084  00000-0  41555-4 0  5161
+2 13241 074.0451 188.3127 0014454 264.9608 188.6757 14.31432734682524
+1 13242U 82051B   14237.73642911  .00000064  00000-0  31174-4 0  4915
+2 13242 074.0432 075.5845 0024891 171.1157 260.9688 14.35549098686305
+1 13243U 82052A   14238.69776190  .00000024  00000-0  21073-4 0  1673
+2 13243 064.9051 333.7758 0041262 214.7401 145.1430 13.85916207 48866
+1 13259U 82055A   14238.78647733  .00000202  00000-0  18562-3 0   151
+2 13259 065.8329 050.8541 0021240 186.9437 173.1798 13.82423855617635
+1 13260U 82055B   14238.53716865  .00000028  00000-0  29670-4 0  3498
+2 13260 065.8330 287.2666 0044508 238.0446 121.6748 13.74194844618519
+1 13261U 82055C   14237.48589962 -.00000056  00000-0  26774-4 0  6057
+2 13261 065.8376 014.7449 0020554 291.2596 129.6057 13.72518920614301
+1 13269U 82058A   14238.55782189  .00000000  00000-0  10000-3 0  9485
+2 13269 015.0543 016.2542 0020660 151.0029 209.1648 00.99212761 76744
+1 13271U 82059A   14237.79465810  .00004398  00000-0  23157-3 0  5558
+2 13271 082.4723 154.5725 0006588 266.6741 145.4849 15.15363255754119
+1 13272U 82059B   14237.48486725  .00000326  00000-0  36240-4 0  8304
+2 13272 082.5123 023.6163 0017375 265.7002 094.2228 14.84037685739589
+1 13295U 82064A   14238.86290035  .00000004  00000-0  10000-3 0  2228
+2 13295 067.7364 139.4615 5359510 096.0739 324.5180 02.00460504194048
+1 13298U 82064D   14237.34746565 -.00000811  00000-0  00000+0 0   126
+2 13298 068.0730 015.7075 5781477 103.5115 344.9062 02.03275406162083
+1 13301U 82066A   14237.16325550  .00000046  00000-0  36555-4 0  2085
+2 13301 082.9316 300.6426 0025978 281.0499 134.5133 13.68588144605867
+1 13302U 82066B   14236.76671815  .00000006  00000-0 -99341-5 0  1156
+2 13302 082.9291 279.0829 0039260 190.1436 306.8588 13.70216689607502
+1 13353U 82069A   14238.11934441  .00000027  00000-0  12583-4 0  3014
+2 13353 082.9610 059.1793 0037727 251.4051 240.8273 13.76287261613910
+1 13354U 82069B   14236.02171630 -.00000008  00000-0 -23076-4 0  3274
+2 13354 082.9612 025.9152 0053168 138.8439 000.4544 13.78748419616113
+1 13364U 61015KS  14237.50232050  .00000315  00000-0  41294-3 0  7196
+2 13364 066.2661 355.3089 0098520 139.3649 294.0174 13.72529165819598
+1 13367U 82072A   14237.41077953  .00002033  00000-0  12748-3 0  7151
+2 13367 098.2050 305.4319 0016300 089.1028 043.4387 15.10536113729664
+1 13375U 82073A   14237.30245642 -.00000034  00000-0 -10237-3 0  3980
+2 13375 074.0132 076.8511 0052523 249.4403 221.7937 12.57441481473494
+1 13376U 82073B   14236.19189902  .00000020  00000-0  22241-3 0  3917
+2 13376 074.0153 140.0830 0042372 329.9085 184.6455 12.55338185470894
+1 13377U 82073C   14236.36251531 -.00000004  00000-0  77112-4 0  3848
+2 13377 074.0152 199.3739 0030414 034.1800 119.5363 12.53313072468543
+1 13378U 82073D   14236.76215403 -.00000036  00000-0 -13216-3 0  3784
+2 13378 074.0119 255.4227 0019883 103.7918 012.7268 12.51371238466332
+1 13379U 82073E   14236.41861352  .00000003  00000-0  12260-3 0  5970
+2 13379 074.0166 315.4392 0009175 178.4768 255.5712 12.49328015149926
+1 13380U 82073F   14238.07153990  .00000003  00000-0  12628-3 0  5831
+2 13380 074.0177 014.7115 0008768 326.9421 080.9796 12.47204514461626
+1 13381U 82073G   14236.72912595 -.00000038  00000-0 -15772-3 0  5682
+2 13381 074.0129 076.2950 0013251 101.7154 330.7037 12.45134953459032
+1 13382U 82073H   14238.18291231  .00000001  00000-0  11961-3 0  5541
+2 13382 074.0155 141.5714 0026619 170.3184 299.5100 12.42809535456495
+1 13386U 82073J   14237.93089300 -.00000069  00000-0 -50095-3 0  7302
+2 13386 074.0075 029.9015 0154391 170.9516 341.7942 12.21052258430942
+1 13402U 82079A   14238.16230325  .00334683  46144-4  63660-3 0  4232
+2 13402 081.1038 343.9283 0005013 273.6785 167.6848 16.00609148761247
+1 13403U 82079B   14237.77768513  .00000875  00000-0  61271-4 0  6435
+2 13403 081.1732 003.2509 0036826 057.3918 303.0849 15.03685122742274
+1 13416U 82052D   14238.75231638  .00000033  00000-0  26419-4 0  7940
+2 13416 064.9030 123.3643 0014532 193.1579 166.9578 13.89881043637756
+1 13431U 82082A   14238.16672279  .00000000  00000-0  10000-3 0  4551
+2 13431 014.8539 012.4439 0006642 184.0974 175.9482 01.00132107 50420
+1 13455U 81053FB  14238.03335110  .00010051  00000-0  20205-2 0  4363
+2 13455 082.8644 317.6409 0012127 198.2209 216.8598 14.61491742679422
+1 13456U 81053FC  14236.81877657  .00003583  00000-0  34755-2 0  5914
+2 13456 082.8549 022.4318 0173442 255.3163 230.4990 13.72965212618003
+1 13458U 81053FE  14236.39796353  .00000426  00000-0  29702-3 0  9545
+2 13458 083.0983 175.6309 0022879 160.0229 200.1840 13.96254807656145
+1 13460U 81053FG  14236.97363462  .00000535  00000-0  54350-3 0  2005
+2 13460 083.1345 185.0098 0084655 225.5761 208.8004 13.73671220629862
+1 13462U 81053FJ  14236.45499381  .00000683  00000-0  76664-3 0  4660
+2 13462 082.8182 016.6330 0173995 166.9789 255.9138 13.63306740598150
+1 13464U 81053FL  14237.60007564  .00001738  00000-0  91870-3 0   639
+2 13464 082.9133 275.5096 0036964 081.4623 035.3093 14.12950223644390
+1 13465U 81053FM  14237.80821108  .00012343  00000-0  16689-2 0  6555
+2 13465 082.9939 151.4137 0022277 068.4881 348.3994 14.78766153362568
+1 13466U 81053FN  14236.80305277  .00000156  00000-0  18544-3 0  7518
+2 13466 083.0803 353.2452 0153275 081.4474 037.2657 13.56017028595821
+1 13467U 81053FP  14236.21029609  .00001225  00000-0  52587-3 0  1849
+2 13467 082.9528 144.8171 0024820 206.1943 307.6811 14.23924870671464
+1 13468U 81053FQ  14237.63469888  .00000758  00000-0  65585-3 0  2702
+2 13468 082.7086 279.1352 0069231 168.4106 316.4512 13.84018264619332
+1 13470U 81053FS  14236.34924557  .00000281  00000-0  47051-3 0  1923
+2 13470 082.8239 335.0153 0240017 287.9734 130.8356 13.32955083567893
+1 13471U 81053FT  14237.28859603  .00000826  00000-0  62959-3 0  3838
+2 13471 082.8136 317.5896 0058618 135.9321 283.4377 13.91704934626185
+1 13472U 81053FU  14238.05907176  .00002920  00000-0  16625-2 0   904
+2 13472 082.8603 206.5876 0013136 190.9170 257.4272 14.09460512638481
+1 13473U 81053FV  14238.08633027  .00001276  00000-0  75031-3 0  8334
+2 13473 082.8415 188.9089 0040722 243.5953 245.3526 14.06968696639063
+1 13474U 81053FW  14236.39828465  .00001422  00000-0  60556-3 0  3636
+2 13474 082.9289 209.7270 0023190 084.9651 067.5470 14.24417583844750
+1 13476U 81053FY  14237.21021521  .00000732  00000-0  54809-3 0  4108
+2 13476 082.8067 294.4863 0054114 070.6497 351.0155 13.92625505627573
+1 13477U 81053FZ  14238.11385844  .00001820  00000-0  10161-2 0  6428
+2 13477 083.0030 107.3031 0070003 324.2107 153.9963 14.09162456634166
+1 13478U 81053GA  14237.90947840  .00000425  00000-0  40387-3 0  7059
+2 13478 082.8723 170.4275 0094310 263.0086 172.0085 13.76889629615052
+1 13479U 81053GB  14237.06513781  .00003513  00000-0  76605-3 0   168
+2 13479 082.8968 095.3525 0040604 067.0759 293.4720 14.57155475679401
+1 13480U 81053GC  14238.13081122  .00000916  00000-0  73901-3 0  4117
+2 13480 082.9685 205.6920 0070865 186.3832 306.9803 13.88198113622515
+1 13481U 81053GD  14238.14316507  .00001733  00000-0  73824-3 0  7954
+2 13481 083.0046 298.5814 0045663 097.0802 327.3690 14.24087749646672
+1 13482U 81053GE  14237.33686444  .00009864  00000-0  28746-2 0  7365
+2 13482 082.9008 171.6557 0056814 322.4076 162.1510 14.43141080648715
+1 13483U 81053GF  14238.13553703  .00000793  00000-0  45184-3 0  6857
+2 13483 082.9249 260.0411 0012367 317.6221 103.7196 14.08574148638545
+1 13484U 81053GG  14237.48510442  .00000860  00000-0  64900-3 0   731
+2 13484 082.9204 072.6252 0031300 234.1593 173.7600 13.92874525623983
+1 13485U 81053GH  14236.49967744  .00000127  00000-0  10845-3 0  1762
+2 13485 082.9439 143.6347 0066844 190.3238 291.5556 13.78488057619437
+1 13486U 81053GJ  14238.05471898  .00001760  00000-0  65701-3 0  3304
+2 13486 082.8947 085.4019 0021284 109.7516 010.0805 14.31318989648688
+1 13487U 81053GK  14238.04838699  .00003967  00000-0  19226-2 0  8328
+2 13487 082.9713 063.2991 0068508 198.7724 287.7904 14.16982710631095
+1 13488U 81053GL  14236.87504698  .00000658  00000-0  97304-3 0  7201
+2 13488 083.0876 187.3229 0212301 081.6022 333.3977 13.43743388572382
+1 13489U 81053GM  14236.79488775  .00000229  00000-0  34991-3 0  1537
+2 13489 083.1442 343.3546 0237344 028.9702 095.2241 13.37153168564879
+1 13490U 81053GN  14236.43720060  .00000762  00000-0  76902-3 0  1097
+2 13490 082.8381 117.7445 0068882 243.8796 236.0688 13.75115783615904
+1 13491U 81053GP  14237.43182039  .00000149  00000-0  14418-3 0    66
+2 13491 082.9305 305.2625 0019429 182.3567 306.2666 13.73284775660814
+1 13492U 82087A   14235.91252624 -.00000074  00000-0  48080-4 0  2652
+2 13492 044.6174 005.8579 0010699 104.4130 049.0983 13.70885164600674
+1 13493U 82087B   14236.42634006 -.00000057  00000-0  78312-4 0  4056
+2 13493 044.6241 320.1334 0173773 300.7143 186.9364 13.44439115570896
+1 13497U 78063C   14237.14219127  .00000642  00000-0  16266-3 0  1192
+2 13497 074.0552 258.3587 0011096 127.2902 297.5613 14.52866856701694
+1 13498U 81041C   14236.50344600  .00000653  00000-0  15674-3 0  1337
+2 13498 074.0198 264.8315 0011693 342.3921 168.5498 14.55452756775193
+1 13499U 76069D   14237.10983689  .00000849  00000-0  22496-3 0  4919
+2 13499 074.0588 192.3628 0015201 095.1586 033.2774 14.50185912790945
+1 13500U 78019C   14237.68303332  .00001189  00000-0  24833-3 0  1522
+2 13500 074.0604 100.4260 0010984 253.6900 106.3058 14.61002405994358
+1 13501U 76067BB  14237.56834848  .00000195  00000-0  98510-3 0  9574
+2 13501 066.0368 236.5824 0626505 144.1203 309.8507 12.37115212507122
+1 13502U 61015KT  14237.13407838  .00002434  00000-0  28313-2 0  5735
+2 13502 066.4680 251.8084 0312981 291.5185 125.7903 13.51449098564237
+1 13503U 77121BA  14238.08427325  .00000037  00000-0  16413-3 0  3238
+2 13503 066.4710 075.2497 0077231 127.3667 314.6953 13.50744587574599
+1 13504U 77121BB  14236.46953687 -.00000054  00000-0  22021-4 0    21
+2 13504 066.1147 251.0690 0205418 340.9356 173.0169 13.76869244832283
+1 13505U 77121BC  14237.97803557  .00000673  00000-0  11161-2 0  5841
+2 13505 065.3607 174.6890 0034902 303.5542 131.9823 13.53358286672172
+1 13507U 76126BK  14223.98611236 -.00000142  00000-0 -41097-3 0  7133
+2 13507 065.7589 055.0470 0884867 321.9095 105.8377 11.91974170445182
+1 13510U 82087C   14238.10261047  .00000366  00000-0  63674-3 0  9426
+2 13510 044.5757 269.0000 0166910 121.2474 332.3050 13.54750191575677
+1 13511U 61015KU  14236.59838230  .00000058  00000-0  15940-3 0  2020
+2 13511 065.8420 290.2303 0112634 116.3752 320.6515 13.65945308701856
+1 13512U 61015KV  14237.45589363  .00001724  00000-0  10815-2 0  3642
+2 13512 065.4960 094.3239 0039651 112.0389 318.1512 14.06769535730784
+1 13513U 61015KW  14238.56966641  .00000619  00000-0  55331-3 0   646
+2 13513 065.6836 298.7087 0086019 078.6860 282.4325 13.82582258722257
+1 13514U 61015KX  14237.47391360  .00000127  00000-0  25839-3 0  7669
+2 13514 066.7170 171.6784 0254521 252.0691 208.6977 13.48785874682696
+1 13515U 76067BC  14236.25596451  .00000411  00000-0  16441-2 0  6153
+2 13515 065.8977 185.7778 0654503 048.5312 061.0853 12.40338229544727
+1 13516U 76067BD  14237.10200434 -.00000052  00000-0  13534-4 0  3995
+2 13516 065.6594 132.8975 0735800 205.3160 276.4192 12.32297095993763
+1 13517U 65020FF  14238.72101414  .00001313  00000-0  10681-2 0  3369
+2 13517 055.5703 157.5522 0561103 354.6576 004.9001 13.34255775559233
+1 13518U 70025NR  14237.08534132  .00000683  00000-0  73164-3 0  7118
+2 13518 100.0764 054.5028 0004542 153.7580 329.8606 13.77840022655189
+1 13524U 73086GM  14239.02013418  .00000102  00000-0  10000-3 0  8735
+2 13524 102.8700 251.9093 0050809 330.6263 029.2462 12.47403608539703
+1 13525U 73086GN  14236.74288745 -.00000019  00000-0  15242-3 0  9269
+2 13525 101.4622 248.3086 0080049 022.9355 029.9040 12.50660933557862
+1 13526U 74089EM  14237.96604722 -.00000033  00000-0  00000+0 0  6621
+2 13526 101.1499 234.8619 0533890 048.8256 315.7649 11.88750783836402
+1 13527U 74089EN  14238.03008943  .00000492  00000-0  34305-2 0  4707
+2 13527 102.8938 260.7440 0340568 017.6807 035.4540 12.37422035536755
+1 13528U 74089EP  14237.94359169  .00000248  00000-0  14098-2 0  8874
+2 13528 103.1448 250.0996 0073660 290.8126 138.8675 12.75496483579630
+1 13529U 76077EB  14237.43073177  .00000072  00000-0  16608-2 0  3149
+2 13529 101.8546 185.2223 0379629 178.9693 306.9315 11.65680054439727
+1 13530U 76077EC  14237.99311008  .00000369  00000-0  32154-2 0  3334
+2 13530 102.4655 247.1342 0129056 272.1269 156.9444 12.35419938529905
+1 13531U 76077ED  14236.67292403 -.00000032  00000-0  10217-3 0  9225
+2 13531 102.2189 242.0667 0140972 130.8876 345.7022 12.17055784431349
+1 13532U 76077EE  14238.11454267  .00000189  00000-0  27081-2 0  2259
+2 13532 102.1925 100.6648 0285460 084.3396 039.6198 11.93800414447089
+1 13533U 76077EF  14235.92128377  .00000124  00000-0  22931-2 0  3525
+2 13533 101.8662 016.7513 0361412 202.8366 281.8079 11.74064282529284
+1 13534U 76077EG  14236.48859162 -.00000026  00000-0  11287-3 0  3100
+2 13534 101.8059 221.3875 0400325 053.8219 063.2523 11.67992500521865
+1 13535U 76077EH  14237.14839412 -.00000038  00000-0  50289-4 0  6732
+2 13535 102.0287 295.9801 0023429 077.2173 341.5245 12.39013969614783
+1 13536U 76077EJ  14236.90814229 -.00000014  00000-0  27940-3 0  4217
+2 13536 101.8009 344.7255 0420798 033.2305 077.6792 11.75679822551338
+1 13537U 76077EK  14235.98614068 -.00000031  00000-0  10372-3 0  9466
+2 13537 101.9966 237.2892 0076026 114.4889 303.0277 12.26956087604325
+1 13538U 76077EL  14237.77390167 -.00000076  00000-0 -29140-3 0  9325
+2 13538 102.3718 315.6501 0108231 229.4280 255.6769 12.21664346519647
+1 13539U 76077EM  14235.82006878 -.00000058  00000-0 -33461-3 0  3698
+2 13539 101.8687 190.3285 0411288 227.7656 191.4297 11.64963771451133
+1 13552U 82092A   14238.11822564  .00004459  00000-0  21784-3 0  4749
+2 13552 082.5698 224.8257 0024121 052.0121 064.3428 15.17737808740934
+1 13553U 82092B   14238.16068343  .00000202  00000-0  21479-4 0  9875
+2 13553 082.5677 109.7565 0021771 190.5011 287.4871 14.83570886724877
+1 13554U 82093A   14238.75717039  .00000000  00000-0  10000-3 0   172
+2 13554 014.3571 343.4654 0024907 241.3670 118.4431 01.00316042 76759
+1 13561U 78026EY  14236.88689786  .00001186  00000-0  63393-3 0  4083
+2 13561 098.8456 006.0697 0171612 339.9775 150.5185 14.07882620685885
+1 13562U 78026EZ  14236.79547634  .00000485  00000-0  21132-3 0  4737
+2 13562 098.4772 220.4893 0038846 147.8569 332.2600 14.27900926737073
+1 13563U 78026FA  14237.52372947  .00000186  00000-0  10730-3 0  9288
+2 13563 098.5814 228.4370 0046067 123.5513 357.3823 14.19355811670815
+1 13564U 78026FB  14237.85138434  .00000305  00000-0  25727-3 0  2138
+2 13564 098.8971 352.2642 0207429 155.9288 329.9166 13.85121267623282
+1 13565U 78026FC  14237.75603443  .00000007  00000-0  37559-4 0  6562
+2 13565 098.9975 318.7988 0067527 315.8971 162.9501 13.94158217635621
+1 13566U 78026FD  14236.46788279  .00000542  00000-0  23178-3 0    43
+2 13566 098.4950 217.0943 0037844 117.0791 009.9267 14.28406698668704
+1 13567U 78026FE  14237.76914762  .00001334  00000-0  94740-3 0  1590
+2 13567 098.8530 161.0312 0226289 052.6855 000.8205 13.87655002610471
+1 13569U 78026FG  14237.37875497  .00001595  00000-0  93918-3 0  6455
+2 13569 099.1162 190.1198 0118946 063.5813 058.3996 14.05957655674710
+1 13570U 78026FH  14235.97996293  .00000696  00000-0  25593-3 0  8119
+2 13570 098.4211 222.0992 0051824 093.1093 331.1278 14.34856819730042
+1 13571U 78026FJ  14237.78425698  .00001315  00000-0  42334-3 0  6868
+2 13571 098.1949 256.8340 0024340 132.5929 348.6328 14.40675409729711
+1 13572U 78026FK  14237.00926605  .00002731  00000-0  11438-2 0  5039
+2 13572 099.0309 147.8739 0145788 067.9281 059.0238 14.21265545697436
+1 13573U 78026FL  14237.48619832 -.00000031  00000-0  78256-5 0  9538
+2 13573 098.8484 202.4253 0074149 103.3931 018.8413 13.88195770684973
+1 13574U 78026FM  14237.22931834  .00000190  00000-0  12323-3 0  8692
+2 13574 098.5391 234.0105 0039781 194.4589 227.3504 14.12940929696836
+1 13575U 78026FN  14236.83431817 -.00000183  00000-0 -89079-4 0  8535
+2 13575 098.7729 209.3398 0019453 168.3945 253.7975 14.04052876699578
+1 13579U 78026FS  14237.97590100  .00000507  00000-0  26009-3 0  7200
+2 13579 098.4551 235.4829 0019191 338.8215 074.8659 14.19451493700954
+1 13580U 78026FT  14235.21137245  .00000498  00000-0  19369-3 0  3187
+2 13580 098.4295 222.0329 0052341 140.8555 219.6434 14.33200008623404
+1 13589U 82096A   14236.48282256 -.00000001  00000-0 -76652-4 0  4745
+2 13589 082.6062 233.5756 0006829 025.3625 129.9779 12.42286735448203
+1 13590U 82096B   14236.48220771 -.00000009  00000-0 -13695-3 0  5297
+2 13590 082.6068 227.6792 0006735 028.0895 129.3224 12.42661026447848
+1 13594U 82043D   14238.68475567  .00000041  00000-0  31143-4 0  9828
+2 13594 065.0689 098.6194 0038585 050.4509 310.0427 13.93106868645341
+1 13595U 82097A   14237.38075198 -.00000026  00000-0  00000+0 0  6431
+2 13595 015.2697 009.2125 0015081 290.2498 072.7737 00.98406455 85640
+1 13600U 82099A   14238.75988473  .00000011  00000-0  94351-5 0  8445
+2 13600 064.8142 128.7661 0072313 233.0272 126.4622 13.86153887602150
+1 13603U 82100A   14237.30825249  .00000028  00000-0  00000+0 0  6451
+2 13603 064.0081 217.0629 0005663 006.8006 140.9633 02.13867136248930
+1 13606U 82100D   14236.12551527  .00000032  00000-0  00000+0 0  3562
+2 13606 064.0190 220.2227 0061035 018.8004 083.4579 02.13104357248029
+1 13607U 82100E   14238.15506593  .00000031  00000-0  00000+0 0  6181
+2 13607 063.9892 217.0012 0002806 005.7799 226.1050 02.13810323248881
+1 13608U 82100F   14238.66626097  .00015424  00000-0  84062-3 0  8021
+2 13608 052.0698 069.4763 4124636 040.3478 344.0090 07.22319525645750
+1 13609U 82100G   14237.42028637  .00003841  00000-0  74752-3 0  7317
+2 13609 052.0829 352.7391 5057661 250.1039 207.2068 05.51334767568338
+1 13610U 82100H   14234.35456479  .00000037  00000-0  00000+0 0  9909
+2 13610 063.9895 216.3535 0008104 200.6439 277.7240 02.14005464249476
+1 13617U 82102A   14238.00397388  .00000082  00000-0  69730-4 0  4081
+2 13617 082.9693 204.7945 0033503 231.2344 192.0544 13.75263838598330
+1 13618U 82102B   14237.81921659  .00000122  00000-0  10754-3 0  5058
+2 13618 082.9697 179.4941 0033304 124.4957 290.8550 13.76651149600055
+1 13619U 81053GQ  14237.06499847  .00000907  00000-0  62547-3 0  8500
+2 13619 083.0417 167.3101 0040074 016.1453 112.5818 13.97848897618947
+1 13624U 82103A   14238.43838699  .00000000  00000-0  10000-3 0  2344
+2 13624 014.3887 345.1377 0006253 150.0151 210.0788 01.00192282 77700
+1 13630U 82103E   14238.47997462  .00000000  00000-0  10000-3 0  5173
+2 13630 014.3523 345.0824 0013413 091.8427 268.3684 01.00353638 78294
+1 13631U 82105A   14235.38357507 -.00000124  00000-0  00000+0 0  3152
+2 13631 014.8188 011.9996 0003530 136.9415 215.8158 01.00272654 83098
+1 13636U 82106A   14237.90077836 -.00000098  00000-0  00000+0 0  1521
+2 13636 016.3301 002.8019 0007591 125.4333 226.1198 00.95089836 63206
+1 13643U 82106D   14232.72019537 -.00000344  00000-0  00000+0 0  4907
+2 13643 015.4640 352.5828 0040464 309.3406 061.1096 00.99384737 76854
+1 13648U 82109A   14237.64857296  .00000119  00000-0  52565-4 0  6520
+2 13648 073.9961 175.0464 0020570 208.2942 228.1831 14.33558448661550
+1 13649U 82109B   14237.09909507  .00000066  00000-0  31250-4 0  3978
+2 13649 073.9990 104.6802 0018018 144.8288 324.4081 14.36720552664098
+1 13651U 82110B   14239.06712997  .00000000  00000-0  10000-3 0  7057
+2 13651 014.8980 013.8111 0004793 057.9427 302.1543 00.99932019 88859
+1 13652U 82110C   14234.07496883 -.00000088  00000-0  00000+0 0   760
+2 13652 014.9048 013.6599 0004019 121.2345 119.8854 00.99897607125324
+1 13653U 82099E   14238.82514172  .00000021  00000-0  16510-4 0  7622
+2 13653 064.8290 292.4889 0035979 189.3247 170.7621 13.90065033620280
+1 13658U 82110D   14239.01511731  .00001838  00000-0  15711-2 0  5839
+2 13658 023.5687 291.4173 7126452 192.3693 130.0403 02.43868723195888
+1 13666U 82110E   14237.49150712  .00001438  00000-0  18301-2 0  2578
+2 13666 023.1648 269.7346 7122131 242.0677 336.9958 02.44201996230588
+1 13669U 82113A   14237.83933127 -.00000058  00000-0  00000+0 0  2731
+2 13669 015.4642 350.9931 0044402 173.3658 198.7721 00.97707090 79387
+1 13718U 82116A   14237.67741194  .00000003  00000-0 -48925-5 0  3018
+2 13718 081.2463 261.5515 0054294 042.7722 317.7656 14.15314098636331
+1 13719U 82116B   14238.17230567 -.00000077  00000-0 -45912-4 0  4972
+2 13719 081.2532 285.4004 0072272 040.2257 012.7518 14.14476370635316
+1 13720U 82116C   14237.47046573 -.00000096  00000-0 -55363-4 0  9346
+2 13720 081.2455 260.8486 0056345 039.9214 079.3699 14.15345757636342
+1 13736U 82118A   14238.15080425  .00000070  00000-0  45074-4 0    29
+2 13736 098.5844 065.9112 0008064 034.7771 075.0501 14.28925477649063
+1 13753U 76023K   14236.19903748 -.00000229  00000-0  00000+0 0  3395
+2 13753 013.2956 332.6369 0003329 204.2734 169.9312 01.01342744 78774
+1 13757U 83001A   14237.97696300  .00000039  00000-0  23358-4 0  5243
+2 13757 082.9142 020.8855 0035782 066.6138 072.7079 13.76753092588448
+1 13758U 83001B   14237.93395762  .00000080  00000-0  64027-4 0  1888
+2 13758 082.9148 356.5662 0026538 342.4799 156.7511 13.78621113590253
+1 13761U 83002A   14236.81114213  .00000005  00000-0  14384-3 0  5509
+2 13761 074.0241 131.8468 0032675 054.9816 011.3231 12.43381363434371
+1 13762U 83002B   14236.39403721 -.00000031  00000-0 -10674-3 0  5765
+2 13762 074.0224 067.4213 0020422 349.9402 080.2499 12.45667096436948
+1 13763U 83002C   14238.06559355 -.00000013  00000-0  16374-4 0  5917
+2 13763 074.0271 007.6296 0011917 252.5803 156.6868 12.47689302439498
+1 13764U 83002D   14236.39211204  .00000005  00000-0  13481-3 0  5959
+2 13764 074.0251 309.1017 0002264 077.2948 047.3307 12.49825728441746
+1 13765U 83002E   14236.75685281 -.00000013  00000-0  17961-4 0  3923
+2 13765 074.0209 249.4461 0014149 349.4035 124.3524 12.51886914444168
+1 13766U 83002F   14238.15095955  .00000013  00000-0  18322-3 0  5767
+2 13766 074.0248 193.9793 0024178 281.6845 199.1857 12.53757327446496
+1 13767U 83002G   14238.17230691  .00000001  00000-0  10643-3 0  3974
+2 13767 074.0244 139.3404 0034398 223.5322 247.2105 12.55647494448674
+1 13768U 83002H   14236.78240771 -.00000023  00000-0 -43068-4 0  3884
+2 13768 074.0217 082.6394 0043332 147.1536 292.3464 12.57674288450832
+1 13769U 83002J   14235.97831943  .00000015  00000-0  26829-3 0  5439
+2 13769 074.0090 009.8643 0135603 073.9197 063.3632 12.21323054408875
+1 13770U 83003A   14237.03778484  .00006813  00000-0  22069-3 0  6302
+2 13770 081.1674 314.0330 0010293 236.2220 179.9854 15.31807740728111
+1 13771U 83003B   14237.75651267  .00001773  00000-0  11743-3 0  1066
+2 13771 081.1544 104.5419 0031165 158.5637 201.6900 15.06433751719021
+1 13776U 71015CN  14237.16432031  .00000827  00000-0  51380-3 0  6696
+2 13776 065.8611 142.4163 0514335 018.6957 094.9947 13.59094915553697
+1 13777U 83004A   14237.48085891  .00000346  00000-0  26298-3 0  6417
+2 13777 098.9850 072.0240 0019147 015.1692 039.4298 14.00274424282822
+1 13778U 83004B   14238.16911491 -.00000181  00000-0 -73615-4 0  6121
+2 13778 100.0860 088.1747 0021836 083.2069 024.6798 14.08792953622550
+1 13782U 83006A   14238.77587752  .00000000  00000-0  10000-3 0  7109
+2 13782 015.0930 359.8443 0012140 186.3620 173.6723 00.99400370 85027
+1 13783U 83004C   14237.72776172  .00000177  00000-0  14084-3 0  3644
+2 13783 098.9361 069.1750 0017563 087.5389 051.6669 14.03435994614893
+1 13796U 81053GT  14236.53211931  .00000990  00000-0  97011-3 0  4842
+2 13796 083.0216 081.1047 0113815 015.0547 048.3244 13.75289056588620
+1 13797U 81053GU  14237.42094410  .00000479  00000-0  42237-3 0  1291
+2 13797 082.8411 000.8056 0054137 204.5917 225.8146 13.82676842607064
+1 13798U 81053GV  14235.95027380  .00000212  00000-0  20323-3 0  1310
+2 13798 083.0121 042.2031 0083790 344.8313 136.7826 13.74449399648701
+1 13799U 81053GW  14236.44914093  .00000524  00000-0  53516-3 0  1183
+2 13799 083.1356 223.3597 0092108 348.1022 169.0256 13.72981636591143
+1 13800U 81053GX  14237.13538856  .00000356  00000-0  43240-3 0  4406
+2 13800 083.2333 284.7009 0171382 333.0006 086.1436 13.57870456567072
+1 13801U 81053GY  14237.64372933  .00001436  00000-0  90147-3 0  4436
+2 13801 082.8072 194.3142 0046359 057.2536 355.2610 14.03312073612501
+1 13802U 81053GZ  14237.15720661  .00000401  00000-0  40043-3 0  4888
+2 13802 082.8030 109.3590 0065170 013.3341 111.2828 13.74715657632086
+1 13803U 81053HA  14237.61435762  .00000991  00000-0  68353-3 0   812
+2 13803 082.8229 283.2413 0058174 226.1988 253.4309 13.97569773608571
+1 13804U 81053HB  14237.49322561  .00001637  00000-0  96081-3 0  6140
+2 13804 082.9537 049.5397 0051573 309.2341 103.4956 14.06957083610796
+1 13806U 81053HD  14238.13322056  .00011481  00000-0  16144-2 0  9864
+2 13806 082.8993 101.8981 0019058 064.6518 057.4650 14.77150220652313
+1 13807U 81053HE  14237.71144104  .00001568  00000-0  81694-3 0  9941
+2 13807 082.9544 220.3828 0016170 087.2823 033.3596 14.13948853368072
+1 13808U 81053HF  14236.31815580  .00000559  00000-0  47681-3 0  7215
+2 13808 083.0379 323.8386 0067119 214.6431 208.5100 13.84528614592037
+1 13809U 81053HG  14236.42626605  .00000819  00000-0  24024-3 0  5129
+2 13809 082.8288 104.6187 0034734 218.7731 205.3500 14.42486033647766
+1 13810U 81053HH  14237.19665969  .00000596  00000-0  72073-3 0  3411
+2 13810 083.0134 233.5509 0128222 327.8676 163.8591 13.61607503568315
+1 13811U 81053HJ  14237.35013300  .00001147  00000-0  74049-3 0  3380
+2 13811 082.9452 358.8408 0027352 201.9841 211.3456 14.01929360608210
+1 13812U 81053HK  14237.52655994  .00001895  00000-0  10683-2 0  5656
+2 13812 083.2614 048.5780 0046335 027.8087 031.4130 14.09310552614762
+1 13813U 81053HL  14237.79654885  .00001179  00000-0  76113-3 0  5830
+2 13813 082.9437 002.3402 0052538 197.1332 283.8859 14.01465928607850
+1 13814U 81053HM  14237.09307483  .00002708  00000-0  11983-2 0  5307
+2 13814 082.9369 198.7609 0016623 044.0216 049.0835 14.22818740620588
+1 13815U 81053HN  14236.84110424  .00001052  00000-0  10904-2 0  2464
+2 13815 083.0349 155.7985 0115471 270.2746 155.4484 13.72037410576540
+1 13816U 81053HP  14237.50402581  .00000427  00000-0  37324-3 0   321
+2 13816 082.9918 042.8823 0170230 129.6119 286.6210 13.77083171580160
+1 13817U 81053HQ  14236.87737429  .00000640  00000-0  44003-3 0  2818
+2 13817 082.9492 016.6520 0026416 353.4957 130.4308 13.97864407652114
+1 13818U 83010A   14237.44847644  .00068958  00000-0  41951-3 0  9912
+2 13818 081.0583 007.6602 0001448 180.5952 241.5112 15.77217584730649
+1 13819U 83010B   14237.30616944  .00001444  00000-0  83909-4 0  9260
+2 13819 081.1188 275.8160 0035881 154.7939 205.5048 15.10926129718380
+1 13825U 78026FU  14237.00716626  .00001862  00000-0  81754-3 0  8733
+2 13825 099.0818 241.9303 0146274 047.2682 013.0090 14.19265558623483
+1 13826U 78026FV  14237.58051892  .00001360  00000-0  32404-3 0  2942
+2 13826 098.0707 259.8046 0044620 312.1468 047.5942 14.54717365672029
+1 13827U 78026FW  14237.99750988  .00000967  00000-0  26427-3 0  8362
+2 13827 098.1501 249.6010 0078359 081.6061 331.2717 14.47595119654558
+1 13875U 83015A   14238.39929720  .00000026  00000-0  10000-3 0  7035
+2 13875 064.2004 336.6519 7015919 270.4343 016.8203 02.00698635166552
+1 13878U 83016A   14238.48165190  .00000000  00000-0  10000-3 0   240
+2 13878 016.9467 350.3224 0029186 271.4876 088.2278 00.95026458 78236
+1 13882U 83015E   14233.43514322 -.00000014  00000-0 -18697-1 0  7038
+2 13882 064.2799 035.6560 6990332 271.6154 015.4514 01.96745384225976
+1 13890U 83019A   14237.30922528 -.00001138  00000-0  00000+0 0  2200
+2 13890 064.0049 020.4548 7114620 267.6156 053.0013 01.99934498229587
+1 13897U 83019D   14230.93810271 -.00001102  00000-0  00000+0 0  6575
+2 13897 064.0303 059.2396 7070506 265.4103 048.8249 01.96605383225630
+1 13899U 82020F   14237.66756846  .00000000  00000-0  10000-3 0  5177
+2 13899 015.5808 344.7755 0029596 097.4157 262.9727 00.98633448 78474
+1 13900U 79015D   14237.34139480 -.00000238  00000-0  00000+0 0  2226
+2 13900 013.0275 330.5663 0013499 184.4260 241.6209 01.01341317 83321
+1 13901U 83020A   14241.73317304 -.00000342  00000-0  00000+0 0  2450
+2 13901 045.7603 269.8651 7918497 123.5423 000.1352 00.24292216 40949
+1 13904U 81088G   14237.66138532 -.00000036  00000-0  00000+0 0  5651
+2 13904 063.3291 016.2636 4576566 217.9014 031.2381 05.48247412429639
+1 13906U 65108U   14237.38813597  .00000054  00000-0  11042-2 0   574
+2 13906 026.5596 358.9266 6754365 289.4832 017.2500 02.76953688223607
+1 13907U 77108D   14234.59541244 -.00000160  00000-0  00000+0 0  5905
+2 13907 015.0949 332.4566 0081420 028.3804 015.8974 00.97803572 70416
+1 13908U 81088H   14237.47634337  .00000008  00000-0  00000+0 0  3160
+2 13908 063.2781 207.3714 4508815 218.6337 333.1599 05.43590262409445
+1 13910U 81088K   14236.89929012 -.00000017  00000-0  00000+0 0  5652
+2 13910 063.1022 147.3176 4649847 234.3166 043.2357 05.42996582432223
+1 13911U 81088L   14230.38472239  .00000142  00000-0  21197-2 0  5533
+2 13911 063.6014 229.1403 4318194 205.1656 125.5591 05.91823544473512
+1 13912U 65108V   14237.49358130  .00008658  00000-0  11261-2 0  9334
+2 13912 026.6057 245.8660 5767873 085.7007 018.6733 04.41467739364012
+1 13916U 83021A   14237.84362502  .00000041  00000-0  27088-4 0  5047
+2 13916 082.9469 314.1125 0037084 348.9592 149.5592 13.74975800576523
+1 13917U 83021B   14238.13776634  .00000003  00000-0 -12320-4 0  5396
+2 13917 082.9422 289.0748 0027620 239.3011 176.4575 13.76726964578404
+1 13923U 83022A   14238.50008292  .00000118  00000-0  64419-4 0   828
+2 13923 098.4576 241.5261 0014166 300.5281 178.6088 14.28232763635467
+1 13942U 61015KZ  14237.41338122  .00000930  00000-0  21820-2 0  9901
+2 13942 065.8633 092.4609 0389880 015.4969 041.9260 13.03782070505825
+1 13943U 76126BM  14238.51273089  .00001999  00000-0  10641-2 0  4464
+2 13943 065.5818 001.1491 0082892 192.5740 167.3742 14.11506681531279
+1 13946U 76067BE  14237.95441640 -.00000097  00000-0 -12639-3 0  9047
+2 13946 066.0620 102.4688 0654615 355.5552 111.5926 12.48337758433891
+1 13947U 76067BF  14234.81263056  .00000122  00000-0  77443-3 0  3633
+2 13947 065.7292 305.0425 0673094 173.8980 186.9938 12.24050333320935
+1 13948U 77121BD  14236.71526721  .00000477  00000-0  54886-3 0  5976
+2 13948 065.7645 074.1576 0077894 274.1181 213.6740 13.77488984707948
+1 13949U 83023A   14237.97460008  .00000042  00000-0  27828-4 0  5839
+2 13949 082.9580 027.7900 0028461 299.7945 177.9198 13.75793305576925
+1 13950U 83023B   14236.83208825  .00000091  00000-0  77345-4 0  1404
+2 13950 082.9568 012.8555 0035949 261.8092 206.5098 13.76736780577649
+1 13954U 82113F   14238.10058741 -.00000084  00000-0  00000+0 0  5539
+2 13954 015.5822 350.7107 0026627 167.4384 257.2853 00.97570859 77811
+1 13957U 65108W   14237.40159904  .00000140  00000-0  15108-2 0  8591
+2 13957 026.7070 339.3204 6747977 291.3215 020.9448 02.78215549266670
+1 13958U 65108X   14230.21399274  .00000022  00000-0 -14652-3 0  6424
+2 13958 026.7095 191.9165 6818939 228.2851 337.5219 02.69730532102146
+1 13961U 81071F   14233.14016057  .00000805  00000-0  00000+0 0  8210
+2 13961 069.7993 298.9887 5739844 108.2492 253.0211 01.98111626236721
+1 13969U 83026B   14238.68789604  .00000000  00000-0  10000-3 0  7737
+2 13969 013.9731 354.9062 0026671 151.0083 209.1965 00.98741702 87783
+1 13970U 83026C   14237.97536127 -.00000018  00000-0  10000-3 0  9204
+2 13970 002.2027 334.0996 1892901 143.8219 230.8820 01.32154686151542
+1 13971U 83026D   14238.99975550  .00006435  00000-0  81421-3 0  1042
+2 13971 025.7098 137.7543 6286901 108.0543 326.4191 03.64158005338616
+1 13974U 83028A   14238.83693818  .00000000  00000-0  10000-3 0  4044
+2 13974 014.7485 348.8072 0004098 134.8319 225.2561 01.00291194126130
+1 13983U 83028F   14238.48211509  .00000000  00000-0  10000-3 0  3148
+2 13983 014.7856 348.8792 0028692 110.0826 250.2799 01.00048133114722
+1 13984U 83030A   14238.22861569  .00000000  00000-0  10000-3 0  5660
+2 13984 014.8278 018.1411 0008041 069.6931 290.4469 00.99856957 87401
+1 13991U 83031A   14238.17440075  .00000087  00000-0  41397-4 0  1450
+2 13991 074.0503 158.2751 0015225 109.8111 355.4836 14.32783460638996
+1 13992U 83031B   14237.19980319  .00000047  00000-0  25228-4 0  4883
+2 13992 074.0522 090.4172 0005719 319.6588 179.8143 14.35762743641399
+1 13999U 80057G   14238.55831287 -.00000048  00000-0  10000-3 0  8882
+2 13999 067.4965 000.1004 5992302 080.9074 338.5609 02.01268321243203
+1 14000U 77068G   14220.59416263 -.00000698  00000-0  00000+0 0  7258
+2 14000 069.6725 291.1125 5391358 086.1267 350.6954 02.00645212247947
+1 14005U 79062D   14238.84515449  .00000000  00000-0  10000-3 0  3114
+2 14005 015.3242 338.7239 0008486 155.1449 204.9568 00.97664350 79740
+1 14032U 83037A   14237.11761808  .00002883  00000-0  16831-3 0  6103
+2 14032 082.5204 018.4136 0019073 235.2374 177.5801 15.11408630705866
+1 14033U 83037B   14238.13392046  .00000247  00000-0  27363-4 0  8489
+2 14033 082.5057 229.9068 0016546 253.2844 151.8967 14.83165353327497
+1 14047U 65027J   14237.76658978  .00000258  00000-0  89024-3 0  9585
+2 14047 090.2786 252.9989 0030403 276.7105 146.8781 12.95326698275686
+1 14048U 65027K   14238.07183627  .00000313  00000-0  10514-2 0  9113
+2 14048 090.2963 265.2667 0015786 133.1020 282.4050 12.97643204494252
+1 14049U 65027L   14237.35613549 -.00000044  00000-0 -18642-3 0  7791
+2 14049 090.2910 258.2436 0028031 331.5429 084.6241 12.93857350500364
+1 14050U 83041A   14238.28742406  .00000000  00000-0  10000-3 0  2297
+2 14050 014.8084 000.9238 0007121 119.7256 240.3945 01.00288059172821
+1 14051U 83041B   14237.76323472  .00003251  00000-0  30921-3 0  5881
+2 14051 025.3328 049.6396 1128430 018.8209 049.9399 13.01335286444142
+1 14057U 83042A   14237.81216902  .00000050  00000-0  35675-4 0  6071
+2 14057 082.9736 130.1240 0049624 015.5214 050.4188 13.76442477572553
+1 14059U 83042B   14236.25273731  .00000084  00000-0  67471-4 0  3773
+2 14059 082.9700 104.8410 0041284 273.5076 220.3651 13.78457129574130
+1 14064U 83044A   14238.70792209  .00002632  00000-0  25743-3 0  6048
+2 14064 065.0036 210.0763 0093322 090.6298 270.6011 14.88847094570359
+1 14069U 83041C   14237.98392851 -.00000227  00000-0  00000+0 0  4275
+2 14069 021.7797 356.9276 1645404 018.5533 355.2046 00.84339770 62714
+1 14077U 83047A   14238.49694564  .00000000  00000-0  10000-3 0  1307
+2 14077 015.0803 012.2801 0032273 201.9169 157.9965 00.99158331 81311
+1 14084U 83048A   14238.17190825  .00000073  00000-0  60639-4 0   934
+2 14084 082.9484 156.2690 0030506 169.1988 300.5888 13.74364391567662
+1 14085U 83048B   14238.13976308  .00000065  00000-0  50908-4 0  1681
+2 14085 082.9446 131.4182 0034872 093.3290 013.4455 13.76205481569530
+1 14086U 83016F   14238.09878596 -.00000192  00000-0  00000+0 0   686
+2 14086 014.0192 342.1251 0017655 191.4152 261.7411 01.01103887 79370
+1 14096U 83051B   14237.32284064 -.00000107  00000-0 -13424-3 0  8742
+2 14096 072.3054 136.4026 1095563 284.5570 063.6584 12.09658652379684
+1 14114U 82044F   14238.63402056  .00000000  00000-0  10000-3 0  9582
+2 14114 015.4946 344.5972 0016912 090.5774 269.6703 01.00245307 78232
+1 14115U 82093F   14236.19161894 -.00000234  00000-0  00000+0 0  4702
+2 14115 013.8797 341.9552 0010059 172.4920 191.9411 01.01253196 80156
+1 14117U 82009F   14236.30861969 -.00000215  00000-0  00000+0 0   798
+2 14117 014.1040 340.5597 0038872 084.2507 274.8935 01.00987565 79974
+1 14122U 70089CW  14236.99567036  .00003883  00000-0  86390-3 0  7758
+2 14122 062.8878 101.4555 0448089 192.3210 282.4144 14.10855195623839
+1 14128U 83058A   14236.59306058 -.00000234  00000-0  00000+0 0   824
+2 14128 015.1899 008.1065 0015093 100.3710 250.5038 00.98872477 75570
+1 14129U 83058B   14238.47175244 -.00000036  00000-0  10000-3 0  2002
+2 14129 026.1810 203.6008 6017583 024.5242 354.8994 02.05867577206686
+1 14131U 81088M   14232.32961436  .00000170  00000-0  62108-3 0  8257
+2 14131 062.8412 186.3688 3933359 203.3072 339.9101 06.93493420590681
+1 14133U 83059B   14237.41952163 -.00000245  00000-0  00000+0 0  8771
+2 14133 015.0456 014.9786 0033776 012.8378 048.3988 00.99123871 83253
+1 14134U 83059C   14239.07500063  .00000000  00000-0  10000-3 0  4661
+2 14134 014.8442 008.9417 0003106 094.9525 265.1323 01.00193427 77633
+1 14135U 83059D   14237.49160662  .00002528  00000-0  20375-2 0  9716
+2 14135 023.2004 281.3879 7006926 235.4970 329.4196 02.59976123207226
+1 14136U 83059E   14237.52770044  .00000940  00000-0  58679-3 0  5285
+2 14136 025.3942 138.7638 7037656 325.5844 281.0914 02.56237375234119
+1 14147U 83061A   14238.09208721  .00001228  00000-0  79973-4 0   614
+2 14147 082.5073 323.9112 0013274 197.1097 162.9685 15.07017722450026
+1 14148U 83061B   14237.78664104  .00000309  00000-0  35178-4 0  7289
+2 14148 082.5212 150.6722 0023431 114.3702 305.0878 14.82700881682718
+1 14154U 83063A   14237.44258023  .00000334  00000-0  10906-3 0  6424
+2 14154 082.0263 198.8912 0040734 008.4210 110.9632 14.35743398628420
+1 14155U 83063B   14237.34592481  .00000354  00000-0  10835-3 0  8800
+2 14155 082.0269 167.0100 0037364 262.4992 247.2656 14.39209937630544
+1 14158U 83065A   14238.18155646  .00000000  00000-0  10000-3 0  6794
+2 14158 014.5968 021.6613 0005420 134.1176 225.9852 01.00145611 87565
+1 14160U 83066A   14239.02513615  .00000000  00000-0  10000-3 0  1825
+2 14160 015.3551 352.4887 0012643 217.1544 142.8102 00.98344996112386
+1 14171U 83069A   14236.81907815 -.00000033  00000-0 -95255-4 0  3054
+2 14171 074.0246 058.1223 0044066 001.5659 099.7412 12.58699291430906
+1 14172U 83069B   14237.38887856 -.00000005  00000-0  63603-4 0  3858
+2 14172 074.0246 117.1390 0032756 078.1712 035.0425 12.56610036428598
+1 14173U 83069C   14238.15588237  .00000019  00000-0  21967-3 0  3845
+2 14173 074.0270 175.7146 0021332 140.6093 326.8892 12.54516066426313
+1 14174U 83069D   14236.48319181 -.00000036  00000-0 -12487-3 0  3792
+2 14174 074.0232 235.4280 0011160 211.3180 305.7756 12.52481703423797
+1 14175U 83069E   14235.65791587 -.00000000  00000-0  10326-3 0  6035
+2 14175 074.0254 295.5717 0002023 197.6373 280.0341 12.50395735421321
+1 14176U 83069F   14238.13019860  .00000012  00000-0  18419-3 0  5873
+2 14176 074.0292 353.8173 0011578 148.7761 276.3286 12.48202566419140
+1 14177U 83069G   14236.04566448 -.00000038  00000-0 -15191-3 0  5763
+2 14177 074.0248 056.9378 0023732 238.6093 268.0848 12.46046177416435
+1 14178U 83069H   14238.10159626 -.00000021  00000-0 -38529-4 0  5627
+2 14178 074.0249 121.5297 0036540 299.6787 167.9221 12.43644907413963
+1 14179U 83069J   14236.50415515 -.00000084  00000-0 -61021-3 0  5072
+2 14179 074.0181 244.7269 0130111 146.5488 009.3509 12.26002464393673
+1 14182U 83070A   14237.46068848 -.00000634  00000-0  00000+0 0  7615
+2 14182 067.6543 185.4394 6649141 026.5441 053.7969 02.03587381152325
+1 14189U 83072A   14236.59407777 -.00000002  00000-0  00000+0 0  7771
+2 14189 062.1491 193.8290 0138764 032.4364 116.4620 01.91718922144088
+1 14190U 83072B   14234.90804508 -.00000173  00000-0 -18274-2 0  1273
+2 14190 063.5605 162.5966 5760565 001.9913 359.5070 03.86831659439727
+1 14191U 83070D   14238.19556488  .00000000  00000-0  10000-3 0  7226
+2 14191 067.3695 206.8885 6504427 034.9172 353.9867 02.03380331151860
+1 14192U 83070E   14238.07857889  .00000147  00000-0  00000+0 0  7512
+2 14192 067.2551 184.8070 6727138 027.1396 312.5560 02.03124292152000
+1 14193U 80060F   14237.44507667  .00000056  00000-0  00000+0 0  9224
+2 14193 013.4034 334.3736 0022400 163.0675 178.1147 01.01603469 76406
+1 14194U 81027F   14235.41963360 -.00000070  00000-0  00000+0 0  5065
+2 14194 015.7231 342.0187 0020244 111.5556 267.4167 00.97662146 78055
+1 14195U 81102F   14238.44065888  .00000000  00000-0  10000-3 0  2080
+2 14195 014.3034 340.4131 0013515 114.5008 245.7010 01.00178745 79779
+1 14208U 83075B   14237.70290859  .00001447  00000-0  98351-4 0   981
+2 14208 097.4196 272.0857 0043776 066.4401 294.1416 15.07122798692671
+1 14209U 83075C   14237.13635030  .00001756  00000-0  99906-4 0  9959
+2 14209 097.4970 307.5316 0031372 119.1496 298.7566 15.13758230698209
+1 14222U 83063C   14236.94053042  .00000867  00000-0  17702-3 0  3832
+2 14222 082.3747 037.6468 0018772 293.6943 194.9878 14.59873145646435
+1 14223U 83063D   14236.93905330  .00000401  00000-0  12987-3 0  6273
+2 14223 081.6560 122.7632 0057301 095.1122 035.5109 14.36135351625658
+1 14228U 81053HR  14236.67957293  .00000937  00000-0  93467-3 0  7492
+2 14228 082.9693 041.1621 0102005 178.9715 306.1389 13.74736643574883
+1 14229U 83075D   14236.39089188  .00000149  00000-0  18191-4 0   408
+2 14229 097.4615 260.1125 0030982 118.7011 007.3211 14.95751184685008
+1 14234U 83077A   14238.95954132  .00000000  00000-0  10000-3 0  7223
+2 14234 014.7729 021.4937 0027656 064.0823 296.2580 00.99515988 86045
+1 14240U 83079A   14237.45189024  .00000065  00000-0  32883-4 0  2574
+2 14240 074.0598 014.7242 0014895 284.2179 130.5559 14.33608526623665
+1 14241U 83079B   14236.84012932  .00000092  00000-0  40876-4 0  7846
+2 14241 074.0623 328.4495 0018485 299.6987 199.2855 14.35790611625343
+1 14248U 83081A   14237.90741258 -.00000009  00000-0  00000+0 0  3917
+2 14248 015.3186 003.2451 0002438 156.0527 225.4635 00.98809728 81134
+1 14258U 83084A   14237.34360983  .00000032  00000-0  00000+0 0  2982
+2 14258 064.1145 221.2599 0014820 348.0000 174.2710 02.13102271241607
+1 14259U 83084B   14237.42965390  .00000022  00000-0  00000+0 0  1398
+2 14259 063.9731 210.9013 0028185 318.5226 140.3158 02.15434806243193
+1 14260U 83084C   14237.69102334  .00000034  00000-0  00000+0 0  7524
+2 14260 064.1104 222.4903 0000982 297.0658 215.1840 02.12758932241220
+1 14264U 83084F   14237.10652250  .00000032  00000-0  00000+0 0  8003
+2 14264 064.1070 221.8324 0008585 204.7489 254.8973 02.12926913241403
+1 14277U 83084G   14237.47310907  .00001990  00000-0  78020-3 0  6684
+2 14277 051.9734 316.3627 5496852 251.8550 281.8316 04.76265219511328
+1 14278U 83084H   14237.39173892  .00003716  00000-0  85057-3 0  1340
+2 14278 052.0586 176.9737 5417595 298.4906 285.1641 04.92442569518369
+1 14307U 83088A   14235.11505163 -.00000213  00000-0  00000+0 0   222
+2 14307 015.5258 352.8533 0011464 319.9580 047.2845 00.98175388 76566
+1 14318U 83089B   14238.92175880  .00000000  00000-0  10000-3 0  3698
+2 14318 014.8386 006.5220 0016979 131.4004 228.7952 01.00164726 81965
+1 14328U 83094A   14235.49447084 -.00000024  00000-0  00000+0 0  6709
+2 14328 014.5507 025.5529 0009326 331.2046 049.9240 00.99408851112735
+1 14333U 83088F   14236.59293861 -.00000193  00000-0  00000+0 0  8701
+2 14333 015.7712 353.3023 0013629 047.5646 314.0619 00.97616335 74242
+1 14344U 82037C   14236.70537756  .00000453  00000-0  14144-3 0  5177
+2 14344 074.0605 328.5054 0017678 083.6947 035.4239 14.43539978625342
+1 14345U 79089C   14236.79143589  .00000947  00000-0  19952-3 0  8709
+2 14345 074.0282 002.6512 0009834 042.7466 075.6769 14.60870426646274
+1 14346U 81041D   14236.44465204  .00001267  00000-0  22457-3 0  2168
+2 14346 074.0454 351.9914 0008579 144.1161 326.3777 14.68356465658049
+1 14357U 81053HT  14237.59929480  .00001169  00000-0  71325-3 0  3981
+2 14357 082.8609 179.3308 0023738 132.7822 279.3124 14.05112173596489
+1 14358U 81053HU  14238.12249162  .00001642  00000-0  11087-2 0  2448
+2 14358 082.8138 096.4548 0198948 279.3407 211.0511 13.90886534580865
+1 14364U 81053JA  14237.97042681  .00001194  00000-0  72216-3 0  6273
+2 14364 082.7885 148.7608 0035309 019.6157 108.3086 14.05481824619381
+1 14365U 83098A   14238.14069062 -.00000001  00000-0  10000-3 0  4208
+2 14365 014.5498 022.0320 0003393 045.0840 315.0023 01.00214189 89007
+1 14372U 83099A   14237.39613597  .00002355  00000-0  13650-3 0  6143
+2 14372 082.5170 275.1467 0018342 049.9881 078.5055 15.11592381682283
+1 14373U 83099B   14237.78686581  .00000279  00000-0  31198-4 0  7434
+2 14373 082.5411 123.4887 0020478 017.4968 047.0500 14.83124862668702
+1 14377U 83100A   14238.87804963  .00000000  00000-0  10000-3 0  2905
+2 14377 014.5484 347.0781 0006136 164.5503 195.5250 01.00312170107976
+1 14394U 83100F   14238.75880561  .00000000  00000-0  10000-3 0  4732
+2 14394 014.1495 345.9372 0017559 051.9450 308.2703 01.01050469113432
+1 14398U 82051C   14237.64104432  .00000672  00000-0  18243-3 0  8324
+2 14398 074.0481 300.5119 0002514 049.5752 070.7414 14.49479623727248
+1 14401U 83103A   14237.09528189  .00000038  00000-0  24000-4 0  7869
+2 14401 074.0442 062.3392 0013012 162.3022 336.5698 14.31920984612056
+1 14402U 83103B   14237.88298891  .00000099  00000-0  43192-4 0  7838
+2 14402 074.0492 335.5293 0026182 068.7983 070.3207 14.35535275615044
+1 14405U 81053JD  14236.48327899  .00000449  00000-0  42813-3 0  8714
+2 14405 083.2684 302.0884 0070046 286.9113 133.0276 13.77587957650573
+1 14406U 81053JE  14238.12286669  .00001208  00000-0  74337-3 0  2845
+2 14406 082.8500 221.8042 0027145 310.4598 169.3724 14.04672006614225
+1 14407U 81053JF  14237.70677164  .00001317  00000-0  79885-3 0  3444
+2 14407 082.7686 124.1564 0055718 022.8692 030.0771 14.04931917613954
+1 14408U 81053JG  14234.88618234  .00000507  00000-0  56067-3 0  6253
+2 14408 082.9605 090.3766 0121941 079.5474 338.5846 13.66723248637324
+1 14409U 81053JH  14236.41197278  .00000573  00000-0  65616-3 0  5606
+2 14409 083.0301 212.6610 0128001 171.9413 305.8491 13.64655519707909
+1 14410U 68091CL  14227.49499019  .00001201  00000-0  77269-3 0  4729
+2 14410 062.2284 245.4125 0478528 247.7895 269.6807 13.62622992508862
+1 14412U 68091CN  14235.62681895  .00000371  00000-0  54602-3 0  4453
+2 14412 062.2950 000.5501 0790027 157.0187 311.1690 12.77731178535988
+1 14417U 68091CT  14236.45457571  .00010260  00000-0  13410-2 0  8781
+2 14417 062.2608 260.1650 0311304 315.9351 154.0719 14.52410480577715
+1 14420U 68097EB  14238.59276838  .00005405  00000-0  60026-3 0  6692
+2 14420 062.2534 156.5332 0321458 153.5087 208.3323 14.55980463598684
+1 14421U 83105A   14239.07875797  .00000000  00000-0  10000-3 0  1635
+2 14421 014.9834 010.2231 0003053 096.5606 263.5233 00.99696117 94347
+1 14430U 68091CV  14239.01425780 -.00000499  00000-0  00000+0 0  8881
+2 14430 062.2450 088.9093 0687545 306.5372 047.4580 12.89629977535473
+1 14440U 81053JK  14236.35301922 -.00000089  00000-0 -13107-3 0  3810
+2 14440 082.9207 091.8770 0114693 300.4037 121.8319 13.60220074626516
+1 14441U 81053JL  14237.41209778  .00000467  00000-0  31197-3 0  4385
+2 14441 083.1227 302.4108 0043705 033.9745 094.6509 13.98495517668260
+1 14442U 77121BE  14238.17553310  .00001008  00000-0  12012-2 0  9904
+2 14442 065.3710 184.2825 0022187 267.3674 197.9520 13.71878905808495
+1 14443U 77121BF  14238.72261315  .00001181  00000-0  33557-3 0  6993
+2 14443 065.5877 196.8163 0138835 172.5615 187.8065 14.39694659712242
+1 14444U 77121BG  14237.82419745  .00000408  00000-0  54301-3 0  5794
+2 14444 065.8009 044.2245 0065166 250.2645 235.6580 13.70448212644539
+1 14445U 77121BH  14238.14125230  .00003287  00000-0  17756-2 0  4085
+2 14445 066.4707 354.5036 0098018 125.8766 298.1339 14.11434268577960
+1 14446U 71015CQ  14238.93295471  .00000213  00000-0  27641-3 0  3848
+2 14446 065.5658 048.2159 0065425 201.9204 157.9499 13.60996009563769
+1 14450U 83108A   14237.51860600  .00000017  00000-0  12520-5 0  3196
+2 14450 082.9277 239.6111 0043456 176.2128 297.6676 13.76135931364570
+1 14451U 83108B   14237.03572359 -.00000019  00000-0 -34151-4 0  6904
+2 14451 082.9295 216.9673 0033663 084.2405 337.7250 13.77855723549823
+1 14452U 83109A   14237.79430019  .00000114  00000-0  39931-4 0  5774
+2 14452 081.1632 032.1940 0091821 117.9292 243.1222 14.26248460602708
+1 14453U 83109B   14237.10530433  .00000055  00000-0  16689-4 0  2205
+2 14453 081.1652 059.4471 0105761 154.3113 345.6082 14.24507452601290
+1 14454U 83109C   14236.50121338  .00000071  00000-0  22888-4 0  1091
+2 14454 081.1639 036.5011 0096531 127.4386 297.1910 14.25493202602390
+1 14458U 78026FY  14238.10839252 -.00000048  00000-0 -36960-5 0  1640
+2 14458 098.6688 279.1637 0069649 349.6012 064.5294 14.04684165605227
+1 14460U 78026GA  14237.41382602  .00000235  00000-0  30812-3 0    23
+2 14460 098.8103 183.3997 0260345 066.8089 054.8112 13.56604204553211
+1 14461U 78026GB  14236.33062632  .00000595  00000-0  30055-3 0  8376
+2 14461 099.2501 092.9086 0098954 151.8382 264.7556 14.17716677707951
+1 14463U 78026GD  14236.39887096  .00000397  00000-0  23590-3 0  6849
+2 14463 099.0459 026.5799 0131625 296.5971 116.7851 14.09122333689056
+1 14464U 78026GE  14236.83494069 -.00000072  00000-0 -20387-4 0  4463
+2 14464 099.1743 345.8664 0060565 309.3991 172.8580 13.92971402620047
+1 14465U 78026GF  14237.21790108  .00000843  00000-0  53948-3 0  7364
+2 14465 098.8325 120.3013 0123669 160.8623 320.8039 14.02334852612400
+1 14466U 70025NS  14237.45413409  .00001792  00000-0  74161-3 0  5113
+2 14466 100.0038 051.4336 0071500 276.0807 137.5316 14.26833754693658
+1 14467U 70025NT  14237.10872708  .00000165  00000-0  27584-3 0  5690
+2 14467 100.0786 281.9060 0002029 052.4012 004.6296 13.61908783574165
+1 14469U 70025NV  14236.56829627 -.00000191  00000-0 -35451-3 0   163
+2 14469 101.6319 111.1260 0272458 018.7958 041.2078 13.06054478582796
+1 14470U 73086GP  14236.50545541  .00000214  00000-0  11149-2 0  5716
+2 14470 101.8186 232.1882 0116904 314.3345 164.9277 12.80676849478931
+1 14471U 76077EN  14237.74935884  .00000030  00000-0  64238-3 0  2878
+2 14471 102.0768 256.8470 0129671 040.1445 041.6809 12.24561472412097
+1 14472U 76077EP  14236.59572832 -.00000018  00000-0  23733-3 0  4213
+2 14472 102.2396 234.6963 0155724 162.4484 322.2029 12.16199389408910
+1 14473U 73086GQ  14236.94947619  .00000736  00000-0  58335-2 0  6627
+2 14473 102.3605 226.2917 0229187 315.2215 101.4673 12.33513051401286
+1 14474U 74089EQ  14236.57405635  .00000115  00000-0  14935-2 0  7774
+2 14474 100.6770 094.0462 0291118 121.2053 311.3650 12.06184087400071
+1 14475U 74089ER  14235.77156546  .00000371  00000-0  23950-2 0  2686
+2 14475 101.0649 211.1884 0117664 191.5844 290.1158 12.57417195440451
+1 14478U 70025NW  14238.96853039 -.00007149  00000-0  10000-3 0  5485
+2 14478 100.8585 022.5379 0569259 068.5659 297.5466 12.42521834375934
+1 14480U 73086GR  14238.79558743  .00006378  00000-0  10000-3 0  4697
+2 14480 102.7591 326.6134 0153798 166.7893 193.7831 13.22285544479628
+1 14483U 83111A   14238.11388405  .00001566  00000-0  11513-3 0  8791
+2 14483 082.9124 349.7950 0772581 002.3854 358.0658 13.82823828521364
+1 14484U 83111B   14238.17068949  .00042039  00000-0  59914-3 0  6061
+2 14484 082.8362 261.3220 0203438 023.6517 048.7690 15.35649169583281
+1 14493U 77065FJ  14235.72043965  .00002043  00000-0  42279-3 0  1771
+2 14493 028.9528 092.6239 0638769 159.7224 268.2787 13.75167525634989
+1 14496U 77065FM  14239.00666675  .00005135  00000-0  20532-2 0  3031
+2 14496 029.1632 179.8613 0355497 314.8434 042.4182 13.98438765626586
+1 14497U 77065FN  14235.80948946  .00002268  00000-0  79658-2 0  1169
+2 14497 029.2912 140.1602 0891622 133.1519 281.5710 12.03781914460085
+1 14501U 76126BN  14238.53360189  .00003400  00000-0  58377-3 0  8164
+2 14501 065.7131 130.5919 0471893 199.4022 158.9029 14.14936297543106
+1 14502U 76126BP  14236.37617852  .00000297  00000-0  13150-3 0  4579
+2 14502 065.7835 204.6416 0801835 210.4702 311.9265 13.30184252581945
+1 14503U 76126BQ  14236.10645433  .00000479  00000-0  81533-3 0  1958
+2 14503 065.8564 132.5328 1004800 129.6266 239.7878 12.29477950 42521
+1 14504U 81053JM  14237.72742847  .00000766  00000-0  51799-3 0  8205
+2 14504 083.1967 319.9504 0036286 121.4528 003.4342 13.98791995678221
+1 14506U 83113A   14237.13522868  .00000107  00000-0  61453-4 0  4080
+2 14506 098.6174 120.8381 0010900 346.9808 135.9039 14.27566246599943
+1 14509U 76077EQ  14237.16297307  .00000226  00000-0  27789-2 0  5416
+2 14509 102.5619 306.4672 0158273 180.9116 239.3185 12.12010253410176
+1 14510U 76077ER  14237.20552208  .00000335  00000-0  43845-2 0  2832
+2 14510 102.3962 002.4744 0221862 319.9674 157.8993 11.99312525410901
+1 14511U 77121BJ  14237.97357255  .00000236  00000-0  72783-3 0  3186
+2 14511 064.6808 186.2927 0132832 083.9516 340.2948 13.21341624538757
+1 14512U 77012K   14237.90046596 -.00000039  00000-0 -10599-4 0  3576
+2 14512 065.7492 345.0232 1714266 042.1751 035.7751 10.76672607635671
+1 14515U 65027M   14235.81910736  .00000035  00000-0  10000-3 0  6164
+2 14515 090.2948 257.8736 0030580 246.3161 113.4683 12.95928776471630
+1 14521U 83115A   14236.46465719  .00000018  00000-0  25713-3 0  4534
+2 14521 073.6207 332.3771 0027611 031.5521 040.0122 12.41141412393937
+1 14522U 83115B   14236.43777345  .00000004  00000-0  15300-3 0  5002
+2 14522 073.6197 318.8439 0025920 021.6119 057.3546 12.41567980393911
+1 14524U 83089C   14239.12074394  .00010035  00000-0  13201-2 0  8383
+2 14524 024.2662 271.7749 6261957 015.8034 357.2515 03.67612055324321
+1 14532U 83118A   14239.07080215  .00000000  00000-0  10000-3 0  2928
+2 14532 015.3610 354.0143 0028016 080.9430 279.4229 00.98267255 78165
+1 14546U 83120A   14237.99501388  .00000065  00000-0  52534-4 0  4038
+2 14546 082.9416 185.2595 0039209 035.9176 033.6760 13.74101000540125
+1 14547U 83120B   14238.13499763  .00000055  00000-0  40539-4 0   137
+2 14547 082.9332 135.9418 0046200 217.4158 249.4153 13.77012056299258
+1 14548U 83118F   14238.83841269  .00000000  00000-0  10000-3 0  1101
+2 14548 014.6001 351.7661 0045549 221.6311 138.0780 01.00307781 94656
+1 14551U 83122A   14237.16468361  .00002337  00000-0  13668-3 0  9301
+2 14551 082.4982 108.3525 0006738 247.2143 229.1743 15.11398031414326
+1 14552U 83122B   14238.13682976  .00000202  00000-0  21999-4 0  9418
+2 14552 082.5261 316.9131 0015918 302.9181 107.5731 14.82873655657095
+1 14556U 81053JP  14236.98973472  .00000622  00000-0  72433-3 0  4507
+2 14556 083.0106 215.8446 0140644 311.2685 102.0422 13.63253103523419
+1 14557U 81053JQ  14238.11483263  .00001895  00000-0  11324-2 0  2422
+2 14557 082.8032 208.0941 0044371 097.1841 024.3700 14.06200228670576
+1 14558U 81053JR  14237.49632211  .00001681  00000-0  86598-3 0  3512
+2 14558 082.9288 232.4570 0017860 252.3924 237.6365 14.14588281680877
+1 14559U 78026GG  14238.09091542  .00005610  00000-0  12438-2 0  6646
+2 14559 099.0273 295.9093 0063671 195.9285 225.4970 14.56305226710231
+1 14563U 77065FP  14236.14308939  .00000660  00000-0  94405-4 0   682
+2 14563 029.1597 197.4131 0519920 143.7708 323.0851 14.04770909176733
+1 14564U 77065FQ  14236.48532118  .00002849  00000-0  28803-2 0  1889
+2 14564 028.6909 307.6141 0821684 338.2889 134.4859 12.79179265514641
+1 14565U 77065FR  14217.65809523  .00002483  00000-0  44939-2 0  2394
+2 14565 029.2107 047.3192 0869326 193.0954 239.0309 12.42693915502369
+1 14568U 83001C   14236.19247391  .00001421  00000-0  67858-3 0   657
+2 14568 082.9008 049.0776 0020062 277.2401 134.8399 14.18491524682641
+1 14569U 82087D   14236.26276922 -.00000089  00000-0  32222-4 0  9142
+2 14569 044.8428 300.0355 0123233 291.2722 115.7161 13.55608435619178
+1 14590U 83127A   14237.26378745  .00000027  00000-0  00000+0 0  8480
+2 14590 065.5104 110.4716 0012818 192.2976 002.3286 02.13100975179273
+1 14591U 83127B   14237.26017421  .00000027  00000-0  00000+0 0  8280
+2 14591 065.5041 110.3975 0027361 181.7574 019.3579 02.13103004179275
+1 14592U 83127C   14238.74192889  .00000000  00000-0  10000-3 0  9172
+2 14592 065.5193 107.3430 0059292 200.6988 159.1641 02.13836453239488
+1 14595U 83127F   14235.66142150  .00000018  00000-0  00000+0 0  8756
+2 14595 065.5078 106.8534 0066810 197.5792 053.1043 02.13938116179158
+1 14607U 83127G   14235.89244203  .00000209  00000-0  38166-3 0  9826
+2 14607 052.0314 145.5649 5570488 341.5581 004.4335 04.55300278493732
+1 14608U 83127H   14236.36211640  .00001661  00000-0  57561-3 0   924
+2 14608 051.5980 297.4469 5512232 269.7753 228.1116 04.74550125430493
+1 14611U 84001A   14236.84260631 -.00000002  00000-0  96656-4 0  5773
+2 14611 074.0113 011.7269 0019450 140.5643 330.7483 12.47006187394728
+1 14612U 84001B   14235.92362649 -.00000031  00000-0 -84633-4 0  4059
+2 14612 074.0051 048.9756 0042086 312.2228 202.2520 12.58589987407558
+1 14613U 84001C   14237.13600025 -.00000024  00000-0 -47061-4 0  3941
+2 14613 074.0065 102.4600 0031888 020.0994 098.2321 12.56680071405565
+1 14614U 84001D   14237.36131269 -.00000020  00000-0 -21348-4 0  3874
+2 14614 074.0092 153.5621 0021369 072.9459 064.7156 12.54846260403543
+1 14615U 84001E   14237.12283396 -.00000005  00000-0  67414-4 0  3830
+2 14615 074.0079 205.4613 0011535 137.9717 302.4713 12.52991984401440
+1 14616U 84001F   14238.13111331 -.00000038  00000-0 -14511-3 0  3894
+2 14616 074.0056 258.5667 0001365 182.1944 252.2313 12.51042739988237
+1 14617U 84001G   14238.14866078 -.00000010  00000-0  36750-4 0  5926
+2 14617 074.0095 315.7364 0009788 046.3710 008.6443 12.48977903397091
+1 14618U 84001H   14236.71527373 -.00000038  00000-0 -15875-3 0  5723
+2 14618 074.0066 072.6983 0031723 198.3311 232.6351 12.44809686218890
+1 14619U 84001J   14236.49725986  .00000057  00000-0  62984-3 0  8577
+2 14619 073.9939 244.5515 0126926 109.9766 000.3216 12.24842215369891
+1 14620U 81070J   14231.46089222  .00000186  00000-0  47519-3 0  3913
+2 14620 089.8023 032.1077 6036350 322.6265 010.8257 03.78928980356735
+1 14621U 81070K   14235.19342016  .00000268  00000-0  45159-3 0  5664
+2 14621 089.7578 033.0002 6104165 012.7424 012.8212 03.74242714315112
+1 14624U 84003A   14238.11775252  .00000009  00000-0 -71256-5 0  3967
+2 14624 082.9289 082.2243 0019520 197.8365 294.7886 13.72069898531549
+1 14625U 84003B   14237.09580552  .00000134  00000-0  12554-3 0  4177
+2 14625 082.9253 048.8565 0022816 069.0795 064.3345 13.74242971535277
+1 14627U 81053JT  14237.41845949  .00000913  00000-0  64799-3 0  6851
+2 14627 082.7865 214.6317 0040185 273.3151 212.3421 13.96294176558115
+1 14631U 83075E   14238.11395005  .00004924  00000-0  20941-3 0  8672
+2 14631 097.7695 020.8908 0009857 208.9335 259.7064 15.23485887683119
+1 14632U 77002E   14236.80314187  .00000043  00000-0  20120-4 0  1099
+2 14632 081.2795 341.6277 0053538 076.1540 046.9214 14.00371548747093
+1 14659U 84005A   14237.78368763 -.00000188  00000-0  00000+0 0  8667
+2 14659 015.2342 003.5347 0019431 130.3717 234.3801 00.99051487 75585
+1 14670U 84008A   14236.41759946  .00000682  00000-0  38058-3 0  5257
+2 14670 036.1124 077.2703 2993254 147.3646 315.9855 08.96974992995404
+1 14679U 84010A   14238.16994817  .00000056  00000-0  41820-4 0  4088
+2 14679 082.9562 103.7502 0043244 133.4942 343.8624 13.74956786502386
+1 14680U 84010B   14237.12362206 -.00000028  00000-0 -43812-4 0  1144
+2 14680 082.9537 082.2873 0038629 050.6697 067.5443 13.76438234534783
+1 14694U 84011F   14237.44089951  .00052133 -74443-5  81583-4 0  3743
+2 14694 027.6412 276.9511 0083428 262.0773 193.0277 15.95412002674196
+1 14699U 84013A   14237.56256759  .00001199  00000-0  88543-4 0  1610
+2 14699 082.5243 242.1090 0011709 315.6264 044.4022 15.02339350658767
+1 14700U 84013B   14237.51681663  .00000284  00000-0  32133-4 0  5267
+2 14700 082.5375 035.8227 0021506 112.7858 307.0715 14.82689799648832
+1 14715U 65027N   14236.81411118 -.00000149  00000-0 -55467-3 0  7779
+2 14715 090.2490 240.8226 0031754 284.9459 198.8975 12.94965439450850
+1 14716U 65027P   14232.08438882  .00000378  00000-0  12657-2 0  5393
+2 14716 090.2947 264.1125 0029152 182.2576 234.3957 12.97920047879517
+1 14717U 65027Q   14236.50067273 -.00000459  00000-0 -16352-2 0  4765
+2 14717 090.2540 240.4939 0029176 275.9534 238.2027 12.96065450557271
+1 14725U 84016A   14238.81730194  .00000000  00000-0  10000-3 0  4921
+2 14725 014.6406 351.7404 0005781 124.6197 235.4884 01.00248554 74854
+1 14735U 81108F   14232.57548519  .00000116  00000-0  00000+0 0  6976
+2 14735 071.2862 257.5246 4722462 092.3442 012.6342 02.01447840207445
+1 14736U 81108G   14237.42852500  .00000076  00000-0  00000+0 0  8533
+2 14736 071.9200 276.6951 4673046 094.9168 001.9358 02.00275405146939
+1 14739U 81053JX  14238.05735185  .00000986  00000-0  76168-3 0  3621
+2 14739 083.0097 236.8572 0066756 073.3126 347.1314 13.90862854660784
+1 14740U 81053JY  14237.75488918  .00001054  00000-0  10146-2 0  1198
+2 14740 083.1383 238.0698 0109506 001.8109 064.2807 13.76587332523035
+1 14741U 81053JZ  14235.69706454  .00000460  00000-0  64222-3 0  7852
+2 14741 082.9688 327.4229 0167799 211.2162 281.8866 13.50113373620074
+1 14756U 65108Y   14232.16362286  .00018529  00000-0  73569-3 0  3889
+2 14756 026.5424 184.6106 4776068 112.5458 000.4900 06.09665332371989
+1 14759U 84019A   14238.17826309  .00000044  00000-0  25321-4 0  5544
+2 14759 074.0390 246.2496 0021298 004.0678 065.6829 14.33367702595068
+1 14760U 84019B   14238.14459015  .00000214  00000-0  83258-4 0  3932
+2 14760 074.0445 203.7389 0029074 314.0728 132.5858 14.35522650596334
+1 14780U 84021A   14238.16948435  .00000480  00000-0  53823-4 0  4007
+2 14780 098.0508 316.6803 0094393 303.6399 109.9082 14.88811304623031
+1 14781U 84021B   14237.25369615  .00000545  00000-0  75770-4 0  5822
+2 14781 097.8455 296.0140 0007433 321.6506 038.4178 14.81692773638199
+1 14783U 84022A   14238.82023105  .00000000  00000-0  10000-3 0  5235
+2 14783 015.8378 350.3419 0013477 145.9305 214.2062 01.00264933 77774
+1 14786U 84023A   14239.08761882  .00000000  00000-0  10000-3 0  1178
+2 14786 015.6156 015.3859 0024768 108.7688 251.5489 00.97289116 73296
+1 14790U 84024A   14238.31969995 -.00000018  00000-0  10000-3 0  6371
+2 14790 072.0143 310.0637 5011124 117.0714 302.1092 02.00679229195442
+1 14796U 84024D   14234.11395791 -.00000170  00000-0  00000+0 0  3830
+2 14796 070.9649 268.8950 5162514 108.6167 341.8395 02.02889238225717
+1 14799U 76126BR  14237.05956442  .00000212  00000-0  17164-2 0  9732
+2 14799 065.8109 122.3403 0878127 065.1594 037.8456 11.68768488316098
+1 14800U 76126BS  14239.17071003  .00000294  00000-0  10000-3 0  5628
+2 14800 065.7645 291.9018 0605482 008.5992 352.5189 11.48074669331473
+1 14801U 75112D   14238.07235103  .00000893  00000-0  22434-3 0  2710
+2 14801 074.0652 010.1413 0007192 281.3174 197.0085 14.52730403860301
+1 14802U 77059C   14238.09105387  .00001311  00000-0  28430-3 0  7112
+2 14802 074.0620 212.3893 0010419 005.8433 114.9364 14.59162834735873
+1 14803U 78019D   14237.81144020  .00006074  00000-0  64134-3 0  3237
+2 14803 074.0335 358.6692 0002990 114.0895 008.1596 14.89474309789492
+1 14805U 79078C   14237.05541204  .00001971  00000-0  27954-3 0  8523
+2 14805 074.0584 091.8156 0001443 015.0479 106.4530 14.77734138683939
+1 14806U 79078D   14237.29745964  .00000637  00000-0  17504-3 0  8291
+2 14806 074.0359 300.4229 0002526 144.2695 327.8977 14.49038190913729
+1 14807U 79089D   14237.81052071  .00005045  00000-0  59508-3 0  4678
+2 14807 074.0734 026.9948 0003918 305.8054 173.3986 14.84999527797964
+1 14808U 80056C   14236.78024454  .00000481  00000-0  15652-3 0  3652
+2 14808 074.0435 009.5851 0016095 319.0812 157.3418 14.41332029606458
+1 14809U 80056D   14236.77686523  .00000455  00000-0  13635-3 0  6487
+2 14809 074.0360 256.1885 0010232 190.2237 285.0155 14.45578742667722
+1 14810U 81084D   14236.61214226  .00000556  00000-0  16842-3 0   806
+2 14810 073.9539 058.5421 0016853 093.3384 331.6573 14.44535820645762
+1 14811U 82037D   14237.77610402  .00000615  00000-0  19733-3 0  4600
+2 14811 074.0310 357.4227 0020609 344.2593 135.2884 14.41447797683960
+1 14812U 83031C   14238.18161837  .00000526  00000-0  17064-3 0  5613
+2 14812 074.0594 157.0862 0018377 284.3123 195.1162 14.41289669629636
+1 14813U 83079C   14237.44144597  .00000585  00000-0  19117-3 0  8550
+2 14813 074.0379 020.1501 0018266 354.3951 072.8533 14.40651013721194
+1 14816U 76098C   14237.15188707  .00000628  00000-0  16217-3 0  7370
+2 14816 074.0369 255.6982 0014526 209.8338 219.2836 14.52003086808511
+1 14817U 76098D   14236.77111324  .00003126  00000-0  40468-3 0  2263
+2 14817 074.0811 213.6483 0011360 224.0618 201.5383 14.81272773821976
+1 14818U 77059D   14236.40739285  .00001614  00000-0  26421-3 0  7239
+2 14818 074.0679 220.9545 0004279 122.4180 031.6387 14.71659528815172
+1 14819U 84027A   14237.42020200  .00003402  00000-0  16740-3 0    15
+2 14819 082.4926 334.9562 0017917 042.5011 075.2381 15.17533080659544
+1 14820U 84027B   14237.49344530  .00000265  00000-0  29528-4 0  7514
+2 14820 082.5417 224.0860 0018817 202.4755 274.4609 14.83028347643764
+1 14821U 84028A   14239.11156264  .00000000  00000-0  10000-3 0  7142
+2 14821 016.4663 352.2926 0007221 076.4253 283.7033 00.96057644 92662
+1 14839U 77065FS  14235.84522794  .00001904  00000-0  64381-2 0  6957
+2 14839 028.9914 078.2505 1005543 132.9720 342.3470 11.87513393645851
+1 14865U 75094E   14238.15853247  .00001197  00000-0  24751-3 0  5325
+2 14865 074.0273 238.5846 0005011 244.2788 197.8508 14.61486424605781
+1 14866U 79060C   14238.25962477  .00003662  00000-0  50101-3 0  3066
+2 14866 074.0430 170.2688 0003754 252.0174 226.8267 14.78912735616426
+1 14867U 84031A   14238.02882462 -.00000071  00000-0  00000+0 0  1600
+2 14867 014.6676 352.3022 0021090 251.2937 171.1659 01.00281901 74672
+1 14879U 74089ES  14237.97722032 -.00000006  00000-0  28962-3 0  1085
+2 14879 101.2079 240.4944 0215584 075.4685 342.8417 12.15226334363435
+1 14880U 74089ET  14237.34499527 -.00000009  00000-0  25234-3 0  6603
+2 14880 101.2231 166.9345 0154032 265.9364 214.9750 12.30205923479068
+1 14881U 74089EU  14237.41555681 -.00000014  00000-0  21315-3 0  3997
+2 14881 101.7650 300.4043 0064987 244.2167 181.8567 12.41960910505401
+1 14883U 73086GS  14237.22627670  .00000039  00000-0  90465-3 0  4373
+2 14883 102.0394 019.3640 0241158 020.3914 098.5372 11.99327852110270
+1 14884U 84033A   14239.02309669 -.00000002  00000-0  10000-3 0  8320
+2 14884 069.1873 226.9506 5973320 053.0430 348.0029 02.00290670162983
+1 14894U 84033D   14238.62021598  .00000000  00000-0  10000-3 0  7560
+2 14894 069.0183 186.8164 6357604 033.9012 353.7718 02.03809362165580
+1 14899U 84035A   14239.00835182  .00000000  00000-0  10000-3 0  1522
+2 14899 014.6049 357.4806 0011961 100.7845 259.4013 01.00223341 86850
+1 14900U 84035B   14235.59227476  .00000066  00000-0  69866-3 0  2523
+2 14900 030.6602 064.3065 7170987 126.9067 125.4771 02.33449771190699
+1 14904U 76077ES  14238.17916789  .00000723  00000-0  39454-2 0  5974
+2 14904 102.7177 357.4906 0011038 259.5576 219.2447 12.69294884404179
+1 14905U 76077ET  14237.58837882  .00000104  00000-0  15829-2 0  8993
+2 14905 102.2182 102.2486 0183984 259.6870 157.2346 12.07093175398058
+1 14906U 77121BK  14235.61029704  .00000107  00000-0  20097-3 0  3793
+2 14906 065.9528 292.9140 0117367 164.3467 348.5311 13.70146561538959
+1 14907U 77121BL  14237.09708485 -.00000075  00000-0 -72264-7 0  3476
+2 14907 066.0271 114.0868 0062844 127.1037 308.7243 13.53422267617767
+1 14908U 78026GH  14235.79731192  .00000776  00000-0  49180-3 0  4247
+2 14908 098.9903 185.9030 0105306 349.4154 072.5187 14.04238771665614
+1 14909U 78026GJ  14238.08295916  .00001359  00000-0  10425-2 0  8018
+2 14909 098.7158 077.2496 0160324 233.3863 249.8019 13.88994890645133
+1 14910U 78026GK  14238.13611442  .00000570  00000-0  30387-3 0  7543
+2 14910 099.1568 044.1313 0017421 206.1570 218.7326 14.17500057579434
+1 14913U 78026GN  14237.78139126  .00000707  00000-0  31656-3 0  6866
+2 14913 098.5668 220.0335 0101500 099.7818 021.2076 14.22810852632334
+1 14914U 78026GP  14236.50370888  .00000464  00000-0  17946-3 0  6527
+2 14914 098.4272 224.0401 0048785 137.9208 343.6747 14.33833526698610
+1 14919U 76067BG  14237.86692256 -.00000056  00000-0 -54190-6 0  5300
+2 14919 065.8050 021.0737 0732310 287.2232 146.2060 12.30270325 31347
+1 14925U 81053KA  14237.03549543  .00001594  00000-0  85013-3 0  6040
+2 14925 082.8649 166.7272 0038581 038.8364 089.9456 14.12388933668944
+1 14928U 83075F   14238.13025612  .00001304  00000-0  87503-4 0  9776
+2 14928 097.7685 349.1343 0037040 118.2765 003.6934 15.08129062665454
+1 14940U 84041A   14233.60139167  .00000051  00000-0  00000+0 0  3327
+2 14940 014.6364 352.9568 0009566 153.1764 094.5068 01.00255220 78728
+1 14943U 84041D   14236.11216963 -.00000239  00000-0  00000+0 0  4958
+2 14943 015.2629 354.6383 0018888 114.3042 236.1236 00.98627808 78712
+1 14948U 84022F   14238.69432433  .00000000  00000-0  10000-3 0  7929
+2 14948 015.9661 350.6174 0020593 038.8911 321.3052 00.99868776118434
+1 14950U 77117C   14237.01748291  .00000154  00000-0  81984-4 0   435
+2 14950 081.2504 195.2198 0035130 252.7412 182.7974 14.08560606885185
+1 14951U 84031F   14237.97916373  .00000077  00000-0  00000+0 0  6628
+2 14951 014.9810 353.0975 0019297 137.2790 243.2996 00.99421453 76919
+1 14965U 84043A   14238.11602733  .00000071  00000-0  60418-4 0  9772
+2 14965 082.9754 149.8445 0026866 133.5982 340.6077 13.72703289518289
+1 14966U 84043B   14237.33399948  .00000040  00000-0  26044-4 0  1660
+2 14966 082.9737 129.3101 0017095 050.6911 087.0222 13.74416933518922
+1 14973U 84046A   14237.05892537  .00000042  00000-0  27172-4 0  3085
+2 14973 082.9360 212.9883 0033625 075.2041 352.7416 13.75225528518962
+1 14974U 84046B   14236.40166775  .00000098  00000-0  84020-4 0  1154
+2 14974 082.9374 186.9163 0044843 358.7383 126.9463 13.76849552520754
+1 14977U 84047A   14237.28750446  .00000027  00000-0  00000+0 0  9734
+2 14977 065.4860 109.6614 0013487 232.0651 293.4727 02.13102832207609
+1 14978U 84047B   14237.28447784  .00000027  00000-0  00000+0 0  7865
+2 14978 065.4872 110.1166 0014511 185.6293 335.2408 02.13100759207591
+1 14979U 84047C   14238.32338122  .00000000  00000-0  10000-3 0  7931
+2 14979 065.4875 110.8894 0009878 204.3129 155.7441 02.12912651235311
+1 14984U 84047F   14236.48509050  .00000022  00000-0  00000+0 0  7728
+2 14984 065.4945 110.0155 0005760 280.5626 311.4892 02.13163296235631
+1 14985U 84049A   14237.33401740 -.00000295  00000-0  00000+0 0  3463
+2 14985 014.1125 028.2536 0007437 131.2267 254.0100 00.99991251 88162
+1 14998U 84052A   14237.07734112 -.00000023  00000-0 -51523-4 0  5591
+2 14998 074.0105 097.6963 0025428 043.5125 068.2458 12.43922972373312
+1 14999U 84052B   14237.50265514 -.00000018  00000-0 -11889-4 0  6669
+2 14999 074.0131 038.7786 0014057 326.9691 088.5769 12.46058152375723
+1 15000U 84052C   14236.42573106 -.00000012  00000-0  25075-4 0  5981
+2 15000 074.0154 349.1030 0015357 228.0028 196.7058 12.47930457377658
+1 15001U 84052D   14236.47492135 -.00000010  00000-0  39602-4 0    06
+2 15001 074.0119 295.3142 0014400 119.6501 343.4341 12.49903566379836
+1 15002U 84052E   14237.14672760 -.00000037  00000-0 -13788-3 0  4792
+2 15002 074.0095 242.7715 0024082 047.3378 015.9733 12.51776920114533
+1 15003U 84052F   14238.10279164  .00000011  00000-0  17041-3 0  3886
+2 15003 074.0130 193.6902 0033261 343.8792 143.7786 12.53520153384027
+1 15004U 84052G   14236.19865565  .00000020  00000-0  22466-3 0  3933
+2 15004 074.0130 144.3200 0044133 288.2773 226.6808 12.55396761385859
+1 15005U 84052H   14236.77576671 -.00000030  00000-0 -77777-4 0  4003
+2 15005 074.0104 090.4368 0051649 216.9792 214.8896 12.57316448388042
+1 15006U 84052J   14237.74850681  .00000053  00000-0  61519-3 0  8483
+2 15006 074.0102 276.7043 0133450 327.0277 170.2329 12.23675834351140
+1 15031U 84056A   14238.15827564  .00000065  00000-0  34278-4 0  8436
+2 15031 074.0676 220.6276 0014096 287.3731 151.0986 14.31496239577379
+1 15032U 84056B   14237.13720819  .00000101  00000-0  44923-4 0  4658
+2 15032 074.0725 153.3605 0018112 218.0523 243.5680 14.34394083579643
+1 15033U 84056C   14236.64038428  .00000543  00000-0  17543-3 0  5133
+2 15033 074.0731 159.2730 0012479 040.9339 027.2827 14.41427176579549
+1 15039U 84059A   14238.17368282  .00000010  00000-0  00000+0 0  9506
+2 15039 062.1744 189.9626 0162623 025.8664 158.0446 01.92303943215185
+1 15053U 84047G   14235.40941341  .00001920  00000-0  49060-3 0  2085
+2 15053 052.0501 245.0084 5641507 268.6350 228.5563 04.56710709484916
+1 15054U 84047H   14239.07935491  .00008581  00000-0  13905-2 0  9582
+2 15054 051.9318 223.5223 5050667 021.1836 353.9061 05.53786988443426
+1 15055U 84062A   14237.52315270  .00000042  00000-0  28803-4 0  6907
+2 15055 082.9590 023.5785 0027500 192.6152 234.9447 13.74219862513242
+1 15056U 84062B   14236.83838972  .00000056  00000-0  41695-4 0  5852
+2 15056 082.9601 358.9576 0026295 085.9719 023.6084 13.76141123515071
+1 15057U 84063A   14238.74399579  .00000000  00000-0  10000-3 0  6609
+2 15057 014.6645 352.7300 0006727 122.4675 237.6505 01.00193758 97856
+1 15077U 84067A   14238.16990902  .00000071  00000-0  57502-4 0  7011
+2 15077 082.9600 157.3314 0036448 159.7363 310.6925 13.75327477260819
+1 15078U 84067B   14237.12003405  .00000082  00000-0  67226-4 0  8578
+2 15078 082.9564 134.7629 0026521 087.4116 273.0077 13.77023624515352
+1 15085U 84069A   14238.69412530  .00000041  00000-0  35041-4 0  1594
+2 15085 065.0511 109.6218 0033225 059.5437 300.9371 13.86002049528331
+1 15095U 84071A   14238.71333854  .00000037  00000-0  10000-3 0  4418
+2 15095 068.0864 005.3914 6049923 093.4794 333.0577 01.99716903194507
+1 15098U 84071D   14238.86995399  .00000018  00000-0  10000-3 0  7136
+2 15098 069.4167 262.7837 5737773 076.5677 338.5039 02.04058837224714
+1 15099U 84072A   14237.58845918  .00000025  00000-0  92992-5 0  1399
+2 15099 082.5279 238.2679 0012122 335.7844 164.7636 13.84954666523205
+1 15100U 84072B   14238.12374882  .00000011  00000-0 -29278-5 0  3755
+2 15100 082.5275 240.2060 0011260 352.6068 073.8332 13.84395562522935
+1 15139U 84028F   14236.33692557 -.00000251  00000-0  00000+0 0   873
+2 15139 013.9996 345.1187 0016764 285.1946 082.5412 01.01431187 80686
+1 15141U 83066F   14238.84943725  .00000000  00000-0  10000-3 0  4501
+2 15141 015.7100 353.0084 0011763 092.9907 267.1932 00.97611708 75938
+1 15144U 84078A   14238.22916566  .00000000  00000-0  10000-3 0  2130
+2 15144 014.6295 353.9154 0004666 172.3496 187.7099 01.00191188111360
+1 15147U 84079A   14234.88642686 -.00001768  00000-0 -26716-2 0  3327
+2 15147 063.3455 005.3053 7395372 197.9604 106.2181 02.01132114220271
+1 15152U 84080A   14238.53257345  .00000000  00000-0  10000-3 0  2386
+2 15152 014.9097 002.8642 0006501 076.4848 283.6365 00.99832644109599
+1 15158U 84081A   14239.18598598  .00000000  00000-0  10000-3 0  4059
+2 15158 015.2621 011.4695 0013635 115.9925 244.1965 00.98794837 74709
+1 15159U 84081B   14238.12996959  .00000000  00000-0  10000-3 0  3268
+2 15159 015.3722 012.2567 0028387 291.9770 067.7696 00.98398068 76183
+1 15166U 84081D   14238.52240052 -.00000018  00000-0  00000+0 0  1832
+2 15166 006.7751 199.3966 7015431 308.3441 007.1908 02.42215952174979
+1 15171U 84084A   14238.15131102 -.00000006  00000-0 -11435-3 0  5868
+2 15171 082.5948 279.7394 0007528 090.4487 322.6715 12.42183988362595
+1 15172U 84084B   14238.17530726 -.00000013  00000-0 -16461-3 0  5082
+2 15172 082.5951 274.6572 0007884 090.8743 330.0555 12.42577356362979
+1 15181U 84078F   14238.76784299  .00000000  00000-0  10000-3 0  1135
+2 15181 014.6666 354.1703 0025763 102.1657 258.1745 01.00206844 79761
+1 15199U 84088A   14237.45831536 -.00000333  00000-0  00000+0 0  1064
+2 15199 003.6567 098.1684 7646010 068.4274 126.9244 01.53319192134364
+1 15202U 84088D   14237.81921339  .00000038  00000-0  78069-5 0  8367
+2 15202 028.9059 352.7033 1992897 046.1695 070.9330 10.80183385182745
+1 15205U 84088E   14239.02304722  .00000724  00000-0  45639-3 0  7654
+2 15205 028.7191 107.5009 1929743 116.7275 264.4003 10.92097792765686
+1 15206U 84088F   14237.81338332 -.00000394  00000-0 -15374-2 0  5648
+2 15206 028.0875 025.2160 7779607 116.1632 004.8018 01.58271246172349
+1 15214U 84089A   14237.49266242 -.00000120  00000-0  13009-2 0  8688
+2 15214 063.8828 059.6721 7205222 262.8170 016.3523 01.97925407187781
+1 15219U 84090A   14239.02362918  .00000000  00000-0  10000-3 0  4471
+2 15219 016.4724 355.5275 0020313 105.5275 254.7427 00.96020290 75685
+1 15223U 84089D   14237.33419426 -.00000435  00000-0 -16175+0 0  7510
+2 15223 064.0939 125.4535 6887492 265.5301 298.7490 01.95630321213901
+1 15235U 84093B   14237.59155564  .00000000  00000-0  10000-3 0  5807
+2 15235 014.7305 019.8418 0006778 038.5281 321.5774 00.98760565 86148
+1 15236U 84093C   14238.69188289  .00000000  00000-0  10000-3 0  5349
+2 15236 016.7248 354.4012 0035917 161.4039 198.7743 00.97452629 86103
+1 15237U 84093D   14237.90810245 -.00000043  00000-0  00000+0 0  8422
+2 15237 014.4585 025.1612 0006406 091.4988 262.6749 00.99771580 81684
+1 15244U 84093E   14238.08817374  .00002024  00000-0  45272-3 0  5724
+2 15244 027.1321 148.6001 4571017 145.3923 342.8978 06.31053544633752
+1 15245U 84093F   14239.04713156 -.00006559  00000-0  00000+0 0  6922
+2 15245 022.7438 067.6526 6946756 183.5107 166.1654 02.66458923272145
+1 15246U 84093G   14239.00157551  .00000138  00000-0  25707-3 0    15
+2 15246 024.7486 202.1925 7117461 170.1543 220.2738 02.41776280251188
+1 15259U 84095A   14236.17396718  .00000033  00000-0  00000+0 0  8293
+2 15259 064.1217 221.2644 0020855 202.9380 263.2905 02.13105165186578
+1 15260U 84095B   14238.88799098  .00000000  00000-0  10000-3 0  7112
+2 15260 064.0859 222.3905 0006727 179.7608 180.2361 02.12636377232815
+1 15261U 84095C   14237.32982007  .00000031  00000-0  00000+0 0  8654
+2 15261 064.0321 220.1087 0037919 208.7592 323.6312 02.13103072207597
+1 15264U 84095F   14238.64624693  .00000000  00000-0  10000-3 0   436
+2 15264 064.0477 220.6743 0006958 084.7611 275.3131 02.13048302227812
+1 15265U 84095G   14238.44190503  .00040164  00000-0  40823-2 0  4651
+2 15265 052.0036 019.9243 5269933 159.2695 234.5111 05.21293782435951
+1 15266U 84095H   14235.20820363  .00002096  00000-0  80598-3 0  3416
+2 15266 051.9983 255.5584 5533857 010.2027 008.6566 04.70141918487644
+1 15267U 84096A   14238.47365442 -.00000018  00000-0  10000-3 0  1357
+2 15267 067.2927 067.0352 5816203 114.5392 315.3114 02.00873564219565
+1 15270U 84096D   14239.14785447  .00000000  00000-0  10000-3 0   301
+2 15270 069.1007 294.9785 5914333 118.0630 313.0861 02.04779067224126
+1 15271U 84097A   14238.40885204 -.00000004  00000-0  00000+0 0  8918
+2 15271 062.9478 058.3086 0117454 221.4184 069.4069 01.92618471213243
+1 15272U 84097B   14235.64391914  .00000014  00000-0  00000+0 0  9902
+2 15272 063.8332 081.9544 5662966 000.4823 016.0095 03.90003910426684
+1 15292U 84100A   14237.80488809  .00000031  00000-0  17231-4 0  5914
+2 15292 082.9450 115.6344 0033528 140.4514 288.6148 13.72893265500382
+1 15293U 84100B   14236.74676126  .00000092  00000-0  80303-4 0  4486
+2 15293 082.9383 089.6561 0023192 053.4090 000.4788 13.74921281446502
+1 15308U 84101A   14237.31259684 -.00000286  00000-0  00000+0 0  9756
+2 15308 014.4675 024.9762 0001767 233.0851 129.6182 00.99838539109204
+1 15330U 84069D   14238.54982308  .00000046  00000-0  36918-4 0   662
+2 15330 065.0557 283.0430 0035200 345.9664 014.0888 13.89836734532707
+1 15331U 84105A   14237.47137265  .00001776  00000-0  11348-3 0  2740
+2 15331 082.5246 244.8937 0014664 238.3478 233.5670 15.07964000626805
+1 15332U 84105B   14238.14138828  .00000230  00000-0  25402-4 0  7300
+2 15332 082.5328 066.8898 0022489 150.1353 342.2370 14.82760582614502
+1 15333U 84106A   14237.13680448  .00000248  00000-0  15517-3 0   622
+2 15333 071.0269 082.8208 0020960 326.4699 172.0147 14.13946369543084
+1 15334U 84106B   14237.02996433 -.00000282  00000-0 -12130-3 0  1309
+2 15334 071.0036 040.0463 0002100 042.2278 317.9006 14.14815919423862
+1 15335U 84106C   14237.48307549 -.00000188  00000-0 -46280-4 0  7893
+2 15335 066.5546 036.7475 0021436 287.6738 139.5180 14.21837108550888
+1 15338U 84106F   14237.13597450  .00000200  00000-0  13878-3 0  4863
+2 15338 066.5702 235.7925 0011996 349.2740 075.2571 14.17862081546411
+1 15340U 65027R   14238.06283743 -.00000457  00000-0 -16065-2 0  5077
+2 15340 090.2821 256.5737 0033571 230.1127 185.9346 12.96923015425653
+1 15350U 84107A   14238.80328225  .00000000  00000-0  10000-3 0  1303
+2 15350 069.7871 209.6871 5180039 094.4113 323.7388 02.00823070219025
+1 15354U 84108B   14237.16450968  .00005418  00000-0  20058-3 0  5638
+2 15354 057.0135 203.4492 0014639 347.0362 013.0308 15.29151153640179
+1 15355U 84107D   14233.82719611  .00000391  00000-0  00000+0 0  6615
+2 15355 067.4336 130.8247 5592041 103.5695 000.6866 02.03362663221923
+1 15359U 84109A   14237.79708447  .00000045  00000-0  30340-4 0  1139
+2 15359 082.9385 109.7915 0047729 118.2483 313.1853 13.75085053499247
+1 15360U 84109B   14237.77773420  .00000014  00000-0 -11296-5 0   521
+2 15360 082.9374 091.8638 0042182 047.7799 000.8848 13.76641494500362
+1 15362U 84110A   14236.44217475  .00000004  00000-0 -10554-4 0  8040
+2 15362 090.0214 051.4398 0032136 182.4731 234.3541 13.22644599441484
+1 15369U 84111A   14237.59244209  .00002541  00000-0  15185-3 0  6038
+2 15369 082.5283 049.7670 0019669 206.0010 154.0234 15.10497182625131
+1 15370U 84111B   14238.12484683  .00000198  00000-0  21309-4 0  9048
+2 15370 082.5140 249.1149 0021281 192.7635 230.1348 14.83100979612063
+1 15378U 84112A   14238.54979741  .00000004  00000-0  35850-5 0   502
+2 15378 064.9919 064.7292 0053304 314.5778 045.1398 13.83516507508589
+1 15383U 84113B   14236.37851448 -.00000024  00000-0  00000+0 0  3814
+2 15383 014.7523 020.0165 0022371 267.8517 084.5092 00.98904892 72162
+1 15384U 84113C   14237.44751446 -.00000018  00000-0  00000+0 0  4242
+2 15384 013.7350 011.4463 0032430 180.9585 170.6013 00.98543239 81504
+1 15385U 84114A   14237.47756292 -.00000181  00000-0  00000+0 0  6570
+2 15385 013.7512 031.6623 0004697 005.4762 026.9155 00.99752730 83937
+1 15386U 84114B   14238.92633817  .00000000  00000-0  10000-3 0  9116
+2 15386 016.4483 010.2618 0108149 302.7185 056.2850 00.95923224 71312
+1 15387U 84113D   14238.98874721  .00000993  00000-0  78007-3 0  7393
+2 15387 025.0715 188.7580 7115343 089.9544 344.0814 02.45561693257735
+1 15388U 84114C   14238.47808937  .00000030  00000-0  35161-4 0  1857
+2 15388 007.3393 066.2576 6956697 007.8410 359.0643 02.63775502189366
+1 15390U 84113E   14239.15410811  .00000585  00000-0  26454-3 0  5296
+2 15390 026.9885 204.6011 4494595 203.7114 126.7256 06.35873307525711
+1 15391U 84115A   14238.47398186  .00000000  00000-0  10000-3 0  6094
+2 15391 013.4417 026.5136 0101315 029.3950 331.2389 00.94950724106931
+1 15392U 84115B   14236.47162751  .00000294  00000-0  11795-3 0  1878
+2 15392 021.4973 327.0271 1035138 265.4065 186.4350 12.45425722355788
+1 15398U 84118A   14238.09017951  .00000024  00000-0  10256-4 0  9835
+2 15398 082.9461 078.9456 0030603 266.7282 246.4891 13.73625074492975
+1 15399U 84118B   14236.50161639  .00000097  00000-0  83961-4 0   679
+2 15399 082.9449 047.6230 0034861 145.6523 236.3220 13.75939903494672
+1 15402U 84115C   14237.29378390  .00000718  00000-0  19244-2 0  5601
+2 15402 022.6726 138.9719 7170593 070.8324 057.2838 02.34362181191535
+1 15427U 84123A   14238.43097323  .00000122  00000-0  83790-4 0  9576
+2 15427 098.6777 185.4838 0015017 016.7574 130.9433 14.15750519533211
+1 15429U 84124A   14236.26161188  .00001259  00000-0  00000+0 0  5801
+2 15429 063.4310 112.8289 6779872 276.8263 340.2689 02.00721148217558
+1 15439U 84124H   14230.46364429  .00000001  00000-0  10000-3 0  7194
+2 15439 063.9344 121.6894 6742515 276.5148 016.6701 01.96364455169883
+1 15469U 85003A   14236.33783654  .00000032  00000-0  11875-3 0  5273
+2 15469 082.6170 337.4316 0000725 026.9953 026.8027 12.62439756364201
+1 15470U 85003B   14236.46411172  .00000008  00000-0 -12444-4 0  5023
+2 15470 082.6061 320.3251 0003747 307.4106 182.9505 12.62980665364952
+1 15471U 85003C   14238.14871273  .00000000  00000-0 -57396-4 0  8405
+2 15471 082.6048 283.8068 0020754 166.6980 246.4965 12.66170410368457
+1 15472U 85003D   14238.16775446 -.00000003  00000-0 -75776-4 0  5169
+2 15472 082.5996 290.6158 0014854 214.6041 202.8581 12.65051138367397
+1 15473U 85003E   14236.67727966  .00000001  00000-0 -54517-4 0  5187
+2 15473 082.6119 308.3215 0011456 239.1880 235.0707 12.64467137366571
+1 15474U 85003F   14237.73548928 -.00000000  00000-0 -58948-4 0  5187
+2 15474 082.6097 313.5714 0008124 257.2200 229.3296 12.63791636365980
+1 15475U 85003G   14237.09796471 -.00000002  00000-0 -75474-4 0  2547
+2 15475 082.6077 065.8826 0038333 132.8818 005.2436 12.55146957356526
+1 15482U 85006A   14238.16217295  .00000075  00000-0  37236-4 0  5601
+2 15482 074.0439 151.9140 0014576 004.4692 099.3332 14.32734352546668
+1 15483U 85006B   14238.13058883  .00000116  00000-0  49183-4 0  2994
+2 15483 074.0446 077.9782 0019656 310.2855 188.3308 14.35847122549263
+1 15484U 85007A   14237.76594998 -.00000375  00000-0  00000+0 0  2635
+2 15484 014.6196 355.6341 0005009 133.3025 245.7678 01.00204515109376
+1 15487U 85007D   14239.16588767  .00000000  00000-0  10000-3 0   841
+2 15487 013.5654 352.7746 0020109 171.2895 188.8027 01.03018087111409
+1 15490U 85006C   14237.37027993  .00000946  00000-0  24352-3 0  3470
+2 15490 074.0348 228.9549 0004206 340.8931 019.2072 14.51489402555932
+1 15491U 85006D   14238.11263166  .00000501  00000-0  16043-3 0  4227
+2 15491 074.0433 105.8416 0017392 172.5733 312.5835 14.42026511548389
+1 15494U 85009A   14237.74275468  .00002953  00000-0  15433-3 0  6406
+2 15494 082.4841 192.7539 0004091 063.5142 006.6675 15.15519262612852
+1 15495U 85009B   14238.07642303  .00000217  00000-0  23533-4 0  8617
+2 15495 082.5226 068.3539 0021886 114.1139 246.2368 14.83259562597827
+1 15503U 84112C   14238.74864410 -.00000002  00000-0  00000+0 0  8230
+2 15503 064.9930 234.6255 0039922 303.5912 056.1802 13.87470852498011
+1 15505U 85011A   14237.75090616  .00000064  00000-0  50643-4 0  8869
+2 15505 082.9243 008.9110 0043401 122.8158 348.0560 13.74255377482750
+1 15506U 85011B   14237.46372240  .00000047  00000-0  32794-4 0  1821
+2 15506 082.9237 346.1912 0036827 035.3583 011.8586 13.76049655484134
+1 15516U 85013A   14237.80896812  .00000089  00000-0  64519-4 0  6830
+2 15516 082.5349 173.4564 0016063 167.2061 248.3514 13.85533630494719
+1 15517U 85013B   14237.00864289  .00000038  00000-0  20624-4 0  3364
+2 15517 082.5387 179.6673 0014693 194.6842 211.8929 13.84845223493323
+1 15519U 68097EF  14235.66551363  .00000379  00000-0  18274-3 0  2527
+2 15519 062.3663 330.1480 0927028 132.6285 235.6760 13.02629999256713
+1 15521U 74083C   14236.72419454 -.00000087  00000-0 -57662-4 0  3102
+2 15521 081.2068 076.3077 0039440 053.3166 062.6600 14.08757557 50975
+1 15523U 76067BH  14237.06367059 -.00000006  00000-0  12701-3 0  6117
+2 15523 065.9372 012.8089 0748466 207.8466 279.9016 12.47464497 87520
+1 15528U 82109D   14235.76366219  .00000522  00000-0  13720-3 0  9430
+2 15528 074.0263 338.6589 0011751 048.4791 106.7863 14.51566368589597
+1 15529U 65027S   14237.33680852  .00000870  00000-0  29666-2 0  9934
+2 15529 090.2833 257.5175 0032119 197.8561 223.2869 12.97495917598620
+1 15530U 65027T   14238.12988032 -.00000488  00000-0 -17161-2 0  8523
+2 15530 090.3127 280.2460 0030762 227.8396 190.4941 12.96915353498389
+1 15535U 68091CY  14238.88554211  .00002307  00000-0  47936-3 0  6749
+2 15535 062.4030 033.5562 0481526 265.1949 089.4415 14.06151161344606
+1 15540U 76077EU  14221.27764538  .00000189  00000-0  27532-2 0  1502
+2 15540 102.7256 136.8431 0581967 359.7169 151.7082 11.66575689290573
+1 15541U 81053KC  14238.11876451  .00000168  00000-0  13610-3 0  2930
+2 15541 082.8932 012.2551 0032542 351.4815 131.3974 13.84510647524939
+1 15542U 81053KD  14235.84584882  .00000533  00000-0  52601-3 0  5338
+2 15542 083.0086 010.2063 0075547 235.7349 279.6472 13.75736782632666
+1 15555U 76126BT  14237.80039859  .00000296  00000-0  40746-3 0  3054
+2 15555 065.7863 131.9878 0960089 079.4795 291.2783 12.50375512 27189
+1 15558U 61015LE  14237.62085885 -.00000088  00000-0  50205-6 0  9036
+2 15558 065.5893 317.2225 0066138 285.5821 144.0628 14.03062641519129
+1 15559U 77121BM  14235.85113666 -.00000026  00000-0  64473-4 0  4581
+2 15559 065.5823 001.9872 0114847 101.5224 338.8989 13.64055273471964
+1 15560U 85015A   14238.73669633  .00000000  00000-0  10000-3 0  8888
+2 15560 014.7751 010.8128 0005382 158.0625 202.0111 01.00409555 82814
+1 15561U 85015B   14237.45921868  .00000010  00000-0  00000+0 0  7669
+2 15561 014.5494 024.4591 0004369 168.9739 193.9836 00.99544965 83660
+1 15562U 85015C   14237.29903306  .00004109  00000-0  26962-2 0  3475
+2 15562 006.7995 110.9873 6770660 049.4005 265.6923 02.91096970236276
+1 15574U 85016A   14237.48278791 -.00000212  00000-0  00000+0 0  8461
+2 15574 014.7097 355.0654 0009540 141.0209 279.5669 01.00381895107192
+1 15581U 85016F   14238.26292402  .00000000  00000-0  10000-3 0  8730
+2 15581 015.0546 356.1980 0029863 134.9692 225.3231 00.99397530 79051
+1 15592U 85020A   14238.13319883  .00003852  00000-0  18125-3 0  5276
+2 15592 082.5379 262.1353 0017881 181.9447 236.3141 15.19124339607909
+1 15593U 85020B   14237.81690211  .00000265  00000-0  29167-4 0  7375
+2 15593 082.5398 142.8450 0012078 181.5699 240.3218 14.83729529592142
+1 15595U 85021A   14237.44966213  .00000025  00000-0  53371-4 0  6901
+2 15595 108.0545 125.2654 0001846 309.1472 135.5219 14.37614412542796
+1 15596U 85021B   14236.99546603  .00000075  00000-0  64881-4 0  6158
+2 15596 108.0462 212.6631 0035395 262.8793 139.1684 14.41195139545332
+1 15597U 85022A   14238.18205561  .00000063  00000-0  49810-4 0  3034
+2 15597 082.9431 172.5678 0035605 187.6541 286.8268 13.74983470477737
+1 15598U 85022B   14236.32789738  .00000080  00000-0  65430-4 0  7086
+2 15598 082.9400 151.0755 0023606 103.2825 046.3965 13.76489151479069
+1 15614U 85021D   14236.97809927  .00000679  00000-0  15156-3 0  8846
+2 15614 108.2242 341.0316 0014985 163.2922 196.8729 14.66564598562906
+1 15615U 85021E   14238.09716001  .00000295  00000-0  12312-3 0  7228
+2 15615 107.8095 298.3463 0046141 207.8659 208.5631 14.44809221544461
+1 15616U 85021F   14238.14137383  .00007169  00000-0  80824-3 0  5841
+2 15616 107.4707 311.8888 0043845 318.0965 103.8751 14.86837542556403
+1 15617U 85023A   14236.82530019  .00000013  00000-0  20496-3 0  6571
+2 15617 074.0564 149.4550 0023988 093.7688 322.4226 12.43200491335779
+1 15618U 85023B   14236.11734590 -.00000019  00000-0 -21455-4 0  5725
+2 15618 074.0532 094.8966 0012728 019.4129 153.9157 12.45299521337949
+1 15619U 85023C   14238.16927208 -.00000011  00000-0  30165-4 0  5878
+2 15619 074.0560 042.2942 0015493 273.3710 202.2061 12.47183861340229
+1 15620U 85023D   14237.89687549  .00000005  00000-0  14004-3 0  6023
+2 15620 074.0592 350.5606 0015271 171.0026 322.1895 12.49153537342291
+1 15621U 85023E   14238.16988847 -.00000024  00000-0 -51519-4 0  7724
+2 15621 074.0554 301.0510 0024373 103.4544 318.1088 12.50994741344307
+1 15622U 85023F   14236.48938264 -.00000036  00000-0 -12934-3 0  3777
+2 15622 074.0527 255.8090 0033495 043.0217 110.6250 12.52777181346002
+1 15623U 85023G   14237.39907576 -.00000002  00000-0  88784-4 0  3905
+2 15623 074.0551 208.4618 0043983 349.1911 125.3973 12.54496707347970
+1 15624U 85023H   14236.81560032  .00000017  00000-0  20123-3 0  3899
+2 15624 074.0568 160.1486 0051605 284.2559 136.7529 12.56325159349859
+1 15625U 85023J   14235.93893851 -.00000067  00000-0 -50038-3 0  5404
+2 15625 074.0559 033.0178 0145828 095.1955 062.1654 12.19892623190596
+1 15626U 85024A   14239.04671056  .00000000  00000-0  10000-3 0  6707
+2 15626 017.0147 358.8136 0016095 238.0260 121.8619 00.94793767 81399
+1 15629U 85025A   14236.22500705 -.00000087  00000-0  00000+0 0  2314
+2 15629 015.1541 018.7651 0027229 257.0523 351.2137 00.98285548 72848
+1 15630U 85024D   14239.02184366  .00000000  00000-0  10000-3 0   572
+2 15630 014.3507 351.0298 0018688 133.2065 227.0043 01.01222676108819
+1 15642U 85028B   14237.47550750  .00000020  00000-0  00000+0 0  1556
+2 15642 013.8191 031.8714 0015842 047.7521 310.0823 00.99658876113104
+1 15643U 85028C   14238.74991699  .00000000  00000-0  10000-3 0  9213
+2 15643 017.7244 351.8511 0080067 183.9921 175.9919 00.96958119 94860
+1 15644U 85028D   14238.50699648  .00000119  00000-0  95657-4 0  6486
+2 15644 023.2818 013.9755 6937316 020.3430 357.1686 02.67937282268887
+1 15677U 85035A   14238.44283593  .00000000  00000-0  10000-3 0  8345
+2 15677 013.9988 028.7481 0003698 024.2276 335.8583 01.00269381 81997
+1 15678U 85035B   14233.05312707  .00000109  00000-0  00000+0 0  9940
+2 15678 014.7880 000.8066 0004342 135.2532 247.1318 01.00184754 93896
+1 15680U 85035D   14239.05804226  .00202641  00000-0  29024-1 0  7033
+2 15680 006.7897 205.6541 4139641 349.0013 004.1831 07.10382994446093
+1 15693U 84063F   14238.05940002  .00000000  00000-0  10000-3 0    77
+2 15693 013.4244 349.2573 0021425 138.0474 222.1758 01.03284113 82525
+1 15697U 85037A   14236.20205287  .00000033  00000-0  00000+0 0  6883
+2 15697 064.1622 221.5326 0028563 010.3902 105.9317 02.13102473204398
+1 15698U 85037B   14236.13348443  .00000033  00000-0  00000+0 0  6822
+2 15698 064.1423 221.2222 0012079 003.9329 093.5270 02.13125902227810
+1 15699U 85037C   14237.64584623  .00000033  00000-0  00000+0 0  6372
+2 15699 064.1420 221.3734 0014510 009.9949 163.8342 02.13067329227799
+1 15702U 85037F   14237.43336419  .00000031  00000-0  00000+0 0  9171
+2 15702 064.1349 220.3712 0030263 005.3689 081.3085 02.13321295228045
+1 15714U 85037G   14232.11550313  .00000310  00000-0  30671-3 0  1932
+2 15714 051.8977 123.0890 5533390 222.8012 339.2384 04.66708813472889
+1 15715U 85037H   14238.94259907  .00013525  00000-0  22805-2 0  7538
+2 15715 051.9596 116.2176 5329915 089.1152 328.6846 05.08320176393554
+1 15738U 85040A   14237.48160101  .00000093  00000-0 -17693-1 0  4130
+2 15738 064.3943 174.7994 6342398 279.3211 275.9242 02.55629359230974
+1 15741U 85040D   14234.39325824 -.00000673  00000-0 -58295-1 0  5618
+2 15741 064.0630 075.7953 6908696 277.2997 305.9167 01.96824710210026
+1 15751U 85041A   14237.88408950  .00000052  00000-0  40281-4 0  7754
+2 15751 082.9528 001.3254 0027078 181.7892 306.2573 13.71635994463614
+1 15752U 85041B   14236.84073532  .00000062  00000-0  49889-4 0  2337
+2 15752 082.9532 344.4165 0025543 107.5346 006.4312 13.73021857464886
+1 15755U 85042A   14237.81456800 -.00000132  00000-0 -38991-4 0  8307
+2 15755 071.1149 005.5213 0036217 208.9737 150.9380 14.20301247514953
+1 15756U 83079D   14237.13409782  .00001198  00000-0  24114-3 0  4609
+2 15756 074.0516 238.6329 0007980 070.5604 358.6331 14.62699168545058
+1 15762U 76126BU  14237.47350804 -.00000061  00000-0 -10519-5 0  6639
+2 15762 065.6651 017.6989 0751675 344.8219 070.1520 12.58031390159657
+1 15764U 73081C   14236.57813175  .00000110  00000-0  11461-3 0  1412
+2 15764 090.4708 081.4247 0185834 004.7316 046.7608 13.63864332548309
+1 15766U 81053KE  14236.88284961  .00001613  00000-0  75647-3 0  8806
+2 15766 082.9483 182.5833 0011259 031.3503 022.8173 14.19589934499169
+1 15767U 81053KF  14237.62181120  .00003043  00000-0  13545-2 0  7113
+2 15767 082.9251 186.0607 0013700 114.4843 245.7770 14.22561031499064
+1 15768U 81053KG  14238.13342360  .00001138  00000-0  75079-3 0   674
+2 15768 083.0769 268.3754 0058765 077.9712 344.1459 14.00024575487705
+1 15769U 81043C   14237.60291817  .00000111  00000-0  58573-4 0  1734
+2 15769 081.2762 033.2726 0061950 203.4507 156.3836 14.06763325548209
+1 15772U 85042D   14237.75264550  .00000061  00000-0  49681-4 0  4525
+2 15772 071.1109 341.2618 0036043 202.2742 270.4080 14.21026306515628
+1 15773U 85042E   14237.80010667  .00000046  00000-0  54180-4 0  3825
+2 15773 066.5899 048.7478 0034602 348.8839 104.4332 14.26644401520730
+1 15774U 85042F   14237.81120463  .00000074  00000-0  69832-4 0  5512
+2 15774 066.5873 108.2035 0019212 051.2569 019.3201 14.23492085519147
+1 15775U 68091DA  14236.38681038  .00000655  00000-0  88452-3 0  7031
+2 15775 062.2974 214.3702 0728639 139.7228 010.3343 12.88404773 10158
+1 15780U 81053KH  14237.35903234  .00000821  00000-0  67121-3 0  7094
+2 15780 082.8216 351.4939 0058213 228.9012 186.6182 13.87776199480818
+1 15783U 61015LG  14236.04720051  .00001048  00000-0  27635-3 0  2400
+2 15783 067.0436 206.8673 0070417 221.8063 205.6163 14.51521201553250
+1 15784U 79060D   14237.95129487  .00001364  00000-0  27241-3 0  8395
+2 15784 074.0015 060.3939 0004638 194.4552 284.9899 14.62924175559161
+1 15785U 84019C   14236.49837263  .00000669  00000-0  15846-3 0  1828
+2 15785 074.0367 251.8966 0011619 306.9115 207.4778 14.56044081704284
+1 15788U 78026GT  14236.75792856  .00000090  00000-0  10348-3 0  2347
+2 15788 098.8708 319.5112 0127377 132.7764 353.1995 13.87675019604361
+1 15789U 73086GT  14238.72087245 -.00002275  00000-0  10000-3 0  8807
+2 15789 103.8716 174.9680 0572085 334.7726 022.6746 12.27846686300305
+1 15821U 85047A   14236.40649856 -.00000002  00000-0  11169-3 0  6642
+2 15821 073.6250 200.1480 0026526 129.5710 031.3311 12.40743383322513
+1 15822U 85047B   14236.49194627 -.00000007  00000-0  76465-4 0  3905
+2 15822 073.6260 185.4228 0024254 118.4710 019.1974 12.41254701323100
+1 15824U 85048B   14238.55436171  .00000000  00000-0  10000-3 0  9775
+2 15824 014.7468 022.5253 0004527 082.2948 277.8144 00.99465235 74357
+1 15825U 85048C   14238.81646421  .00000000  00000-0  10000-3 0  5323
+2 15825 014.7719 013.9752 0010533 245.6242 114.3176 01.00424713 92170
+1 15826U 85048D   14238.94487285  .00000000  00000-0  10000-3 0   403
+2 15826 014.3481 026.1411 0006645 126.4875 233.6369 00.99862750 86398
+1 15827U 85049A   14238.85293959 -.00000042  00000-0  10000-3 0  2957
+2 15827 066.7617 006.8474 6453698 160.9422 243.5769 02.00530191213869
+1 15830U 85049D   14238.60759398  .00000000  00000-0  10000-3 0  5572
+2 15830 067.4494 100.7861 5969415 089.1757 334.6589 01.98654525211773
+1 15832U 85048F   14236.24785745  .00000336  00000-0  87089-3 0  3511
+2 15832 025.2633 251.2024 7165393 265.6323 296.7903 02.36170308193479
+1 15836U 85048G   14237.40695204 -.00000102  00000-0  46410-4 0  6085
+2 15836 026.6990 237.3702 7116285 156.8672 354.9393 02.39094799250292
+1 15837U 85048H   14234.61659744 -.00000100  00000-0  36363-3 0  6493
+2 15837 025.5434 074.9724 7235661 276.1883 337.6850 02.26512086185870
+1 15873U 85055A   14239.16241119  .00000000  00000-0  10000-3 0   491
+2 15873 014.7517 018.5882 0007989 011.9382 348.1339 01.00112424 81375
+1 15874U 85055B   14238.52671882  .00001208  00000-0  55937-3 0  5321
+2 15874 023.2893 316.5254 6611871 256.2266 027.1348 03.13183217297900
+1 15876U 85056B   14237.16996141  .00000846  00000-0  15928-2 0  4467
+2 15876 007.8419 164.8150 6330049 185.3791 337.8182 03.45175732248128
+1 15889U 85058A   14237.30810455  .00003478  00000-0  20122-3 0  1961
+2 15889 082.4901 290.9400 0019904 024.5676 020.9597 15.11783810586628
+1 15890U 85058B   14237.82071523  .00000298  00000-0  33752-4 0  7333
+2 15890 082.5283 140.8825 0020889 008.3904 054.9119 14.82795551572787
+1 15930U 85064A   14238.85181410 -.00000008  00000-0  00000+0 0  2246
+2 15930 064.9397 168.1563 0072237 329.1980 030.5314 13.83681795457408
+1 15935U 85066A   14236.45951619  .00000054  00000-0  82159-4 0  4357
+2 15935 090.1071 038.1545 0168580 205.9090 207.6081 13.35489852413507
+1 15936U 85066B   14237.02784160  .00000069  00000-0  11052-3 0  2242
+2 15936 090.0961 033.1719 0169393 208.1506 272.2289 13.35376894415683
+1 15938U 85066C   14236.98346545  .00000055  00000-0  86552-4 0  6055
+2 15938 090.0994 034.4254 0168937 221.7287 137.0869 13.34982308413210
+1 15944U 85069A   14237.38294772  .00003001  00000-0  17071-3 0  9353
+2 15944 082.5150 162.9128 0021820 095.9670 264.4048 15.12296301582344
+1 15945U 85069B   14237.97652076  .00000290  00000-0  32318-4 0  7373
+2 15945 082.5299 013.8244 0021165 070.7994 068.4985 14.83386542568861
+1 15946U 85070A   14238.50376102  .00000000  00000-0  10000-3 0  4288
+2 15946 014.6882 356.8802 0005593 153.6121 206.4678 01.00213187 78987
+1 15950U 85066D   14236.32728829  .00001625  00000-0  13827-2 0  4130
+2 15950 089.9323 342.6987 0122499 334.2991 085.8973 13.83594679442086
+1 15951U 85066E   14238.09043001  .00001675  00000-0  16201-2 0  8799
+2 15951 089.7734 254.3303 0132739 184.8883 241.6245 13.75570279438090
+1 15952U 85071A   14238.85190549  .00000001  00000-0  27059-4 0  2140
+2 15952 065.4152 340.0313 6472188 033.5514 354.1984 03.01874370256266
+1 15963U 85070F   14238.59955535  .00000000  00000-0  10000-3 0  2939
+2 15963 015.6462 359.5829 0012980 086.9346 273.2605 00.97802347 77523
+1 15986U 85075A   14238.74513810  .00000003  00000-0  24840-5 0  8581
+2 15986 064.6840 135.5230 0042983 081.0943 279.5451 13.86516879460051
+1 15993U 85076B   14237.82649365 -.00000348  00000-0  00000+0 0  8256
+2 15993 014.8554 018.4547 0002600 171.4689 220.9234 00.99768071 76551
+1 15994U 85076C   14238.42314781  .00000000  00000-0  10000-3 0  7488
+2 15994 014.4795 023.4177 0000947 094.6673 265.4035 01.00226259 74765
+1 15995U 85076D   14238.73980722  .00000000  00000-0  10000-3 0  2921
+2 15995 013.9194 002.6731 0005896 211.2454 148.7749 00.97795503 75955
+1 15996U 85076E   14233.41462249  .00000069  00000-0  59323-3 0  3782
+2 15996 026.3002 034.2077 7162639 083.7498 330.1216 02.35514503192636
+1 16001U 85076F   14236.41807530  .00001160  00000-0  49021-3 0  2055
+2 16001 027.4287 269.3073 5074520 210.9667 333.0566 05.41757432556532
+1 16007U 85076G   14236.66972162 -.00000059  00000-0  71887-4 0  4529
+2 16007 026.7939 055.3359 7170978 347.0096 006.6973 02.34848074244618
+1 16011U 85079A   14237.15072503  .00000018  00000-0  15833-4 0  2578
+2 16011 074.0531 282.0920 0014045 081.3619 278.9122 14.32936016513988
+1 16012U 85079B   14237.15101501  .00000094  00000-0  41240-4 0  2935
+2 16012 074.0597 218.0377 0014772 014.3283 061.2877 14.35924207516363
+1 16020U 85066F   14236.81478822  .00000072  00000-0  11156-3 0  4317
+2 16020 090.2691 264.7591 0140348 331.3083 090.2175 13.40198607418111
+1 16064U 85084A   14236.35118057  .00000413  00000-0  00000+0 0  2785
+2 16064 067.8760 324.4005 5864968 177.1361 329.8090 02.00457463211841
+1 16070U 85084D   14238.84158640 -.00000003  00000-0  10000-3 0  7900
+2 16070 070.3302 269.2267 5369742 121.7348 301.6812 02.03968891215473
+1 16101U 85087A   14237.62183661  .00000000  00000-0  10000-3 0   868
+2 16101 014.7821 022.9855 0010594 163.9208 196.1733 00.99112562 87575
+1 16103U 85088A   14238.52492983 -.00000008  00000-0  10000-3 0  8363
+2 16103 069.7640 223.1515 5328652 106.3580 316.4101 02.00822022211758
+1 16106U 85088D   14238.37102147  .00000000  00000-0  10000-3 0  5626
+2 16106 066.9072 099.3988 5798505 116.3928 313.2519 02.04649680216047
+1 16111U 85090B   14237.14103361  .00007484  00000-0  22763-3 0  5170
+2 16111 097.3879 318.6470 0026477 143.8906 216.4131 15.33975280585729
+1 16129U 85093A   14238.50670571  .00000000  00000-0  10000-3 0  1731
+2 16129 062.7092 203.8347 0199596 042.6784 318.8226 01.89370121147738
+1 16137U 85093B   14239.20117168 -.00000379  00000-0  00000+0 0  3957
+2 16137 063.7941 311.6296 5677633 002.4643 359.5351 03.91034580412511
+1 16138U 85094A   14236.24670561  .00000011  00000-0 -16739-5 0   425
+2 16138 082.6048 102.5513 0022364 067.5815 070.0780 12.65998448334351
+1 16139U 85094B   14237.27493543  .00000044  00000-0  18507-3 0   296
+2 16139 082.6143 150.7302 0000061 202.3309 272.3255 12.62369778330957
+1 16140U 85094C   14236.12509525 -.00000004  00000-0 -79190-4 0  3128
+2 16140 082.5985 108.7168 0018771 115.3421 045.5752 12.64906143333196
+1 16141U 85094D   14236.81024635  .00000002  00000-0 -46316-4 0  3232
+2 16141 082.6100 123.9102 0015819 132.9544 294.9476 12.64344648332687
+1 16142U 85094E   14237.12471405  .00000031  00000-0  10941-3 0  3267
+2 16142 082.6095 130.6414 0012214 150.5145 322.2390 12.63673814332028
+1 16143U 85094F   14236.74417716  .00000034  00000-0  13178-3 0  3246
+2 16143 082.6039 135.2009 0007295 184.4883 229.7104 12.62883979331146
+1 16144U 85094G   14236.45207381 -.00000012  00000-0 -13677-3 0  3589
+2 16144 082.6050 238.0712 0036846 026.7504 126.2385 12.54856299322772
+1 16181U 85097A   14237.24017848 -.00000347  00000-0 -15906-3 0   640
+2 16181 070.9628 065.1572 0015655 039.7671 320.4594 14.13317285354387
+1 16182U 85097B   14237.46523162 -.00000239  00000-0 -96857-4 0  3475
+2 16182 071.0062 008.0987 0008420 214.8438 207.7267 14.16125921490862
+1 16183U 85098A   14237.28017164  .00000365  00000-0  00000+0 0  6085
+2 16183 070.9080 279.7312 5299110 121.2256 298.3692 02.00506228211268
+1 16186U 85098D   14231.65760079  .00000072  00000-0  00000+0 0   824
+2 16186 069.5718 228.6962 5379451 111.7358 235.2757 02.03405599214178
+1 16191U 85100A   14237.66914578  .00000450  00000-0  11342-2 0  2620
+2 16191 082.5484 207.9754 0019678 345.9227 147.4978 13.17191221386654
+1 16194U 85100B   14237.81722683  .00000772  00000-0  22999-2 0  9965
+2 16194 082.5688 357.3183 0015490 312.2763 161.0280 13.06583340375065
+1 16199U 85102A   14238.03660351 -.00000085  00000-0  00000+0 0  3801
+2 16199 014.7126 358.4192 0010287 128.8989 293.0054 01.00228403108411
+1 16202U 82055D   14238.16897023  .00000241  00000-0  23226-3 0  4995
+2 16202 065.8300 202.3079 0080181 021.7311 070.8486 13.95806909635659
+1 16203U 82055E   14237.48055741 -.00000055  00000-0  23148-4 0  6184
+2 16203 065.8377 006.5314 0067253 359.3052 074.2668 13.88855681631870
+1 16204U 82055F   14236.91618249 -.00000082  00000-0 -77428-6 0  8297
+2 16204 065.8347 053.0903 0014657 100.8038 008.3666 13.79733504452834
+1 16205U 82055G   14238.17202814 -.00000004  00000-0  77854-4 0  5397
+2 16205 065.8287 067.7908 0053832 017.2587 090.5665 13.76115255443929
+1 16206U 82055H   14236.81206964 -.00000030  00000-0  54096-4 0   800
+2 16206 065.8367 031.4179 0022001 330.7974 131.8230 13.72996714614205
+1 16207U 82055J   14237.09292094 -.00000029  00000-0  65715-4 0  6681
+2 16207 065.8356 300.1553 0071167 094.0900 344.0690 13.57512867429604
+1 16208U 82055K   14238.96691373 -.00000001  00000-0  00000+0 0   935
+2 16208 065.8331 217.2194 0048096 211.9052 147.9554 13.75896344449099
+1 16209U 82055L   14236.45969260 -.00000083  00000-0 -33033-5 0  1111
+2 16209 065.8352 064.3298 0025745 306.7893 135.0670 13.71236629448794
+1 16210U 82055M   14238.48443778  .00000064  00000-0  67675-4 0  7985
+2 16210 065.8347 284.0317 0021458 023.1033 337.1454 13.74343309447461
+1 16211U 82055N   14238.12258061 -.00000016  00000-0  72096-4 0  9282
+2 16211 065.8356 149.3497 0029175 004.0542 099.5673 13.69814423442079
+1 16214U 85102D   14235.45411177 -.00000019  00000-0  00000+0 0   738
+2 16214 014.5348 357.9525 0019442 053.2717 313.8303 01.00632231 81505
+1 16229U 85028E   14236.70515549  .00000880  00000-0  27386-3 0  1060
+2 16229 026.9229 306.2423 4848943 098.8625 316.9020 05.81632535454620
+1 16250U 85107A   14238.94029895  .00000000  00000-0  10000-3 0  5146
+2 16250 014.6849 357.9868 0015534 120.8847 239.3191 01.00133368108611
+1 16262U 85108A   14238.15378049  .00003176  00000-0  21632-3 0  5095
+2 16262 082.4944 174.6714 0011005 219.8494 140.1926 15.05920294564177
+1 16263U 85108B   14237.94354389  .00000273  00000-0  30896-4 0  7419
+2 16263 082.5071 356.7901 0021798 125.9397 013.0285 14.82447224552309
+1 16266U 85094K   14237.17289970  .00000109  00000-0  52871-3 0  9533
+2 16266 082.6036 128.3260 0002425 125.3444 353.4478 12.65320132331978
+1 16267U 85094L   14237.46152855  .00001065  00000-0  34285-2 0  3553
+2 16267 082.5965 251.7542 0042396 053.3390 073.2745 13.01176502981903
+1 16268U 85094M   14236.79161328  .00000069  00000-0  35259-3 0  3358
+2 16268 082.7170 351.6073 0079191 106.0602 010.1723 12.55218325315307
+1 16269U 85094N   14236.85182385  .00000039  00000-0  15722-3 0  6456
+2 16269 082.6271 166.6623 0010454 181.1482 235.8781 12.62101998329604
+1 16270U 85094P   14236.98380740  .00000039  00000-0  13778-3 0  2867
+2 16270 082.7334 196.3651 0255947 260.6507 168.5691 12.68038499335056
+1 16271U 85094Q   14238.08831318  .00000028  00000-0  95812-4 0  9004
+2 16271 082.6091 139.1065 0005708 197.2557 229.0960 12.62949693331293
+1 16272U 85094R   14238.00893003  .00000222  00000-0  10160-2 0  1757
+2 16272 082.6179 054.4266 0041262 222.3499 264.3031 12.73372849339354
+1 16274U 85109B   14238.88713384  .00000000  00000-0  10000-3 0  1179
+2 16274 013.0396 035.5364 0006903 068.0584 292.0989 00.99557239 94381
+1 16275U 85109C   14238.72933041  .00000000  00000-0  10000-3 0  4990
+2 16275 014.6871 019.7367 0005995 162.4126 197.6640 00.99950097 94984
+1 16276U 85109D   14238.74966549  .00000000  00000-0  10000-3 0   280
+2 16276 013.7436 031.8643 0014037 146.0846 214.0803 00.99608626 82696
+1 16291U 85110A   14237.75111025  .00000029  00000-0  14944-4 0  4030
+2 16291 082.9325 081.4641 0031165 199.4266 210.2120 13.74525619441591
+1 16292U 85110B   14236.83715296  .00000019  00000-0  35481-5 0  5871
+2 16292 082.9314 048.5165 0031454 084.4236 028.2248 13.76828360443799
+1 16293U 85109F   14238.86490073  .00001584  00000-0  25857-2 0  3080
+2 16293 026.0642 016.9335 7190949 179.2068 183.6775 02.33424618179335
+1 16294U 85109G   14236.59186039  .00000014  00000-0  47126-3 0  2623
+2 16294 026.4138 359.3037 7175610 352.4014 009.0003 02.34958654200127
+1 16295U 85109H   14238.99767912  .00000239  00000-0  58859-3 0  4597
+2 16295 026.2656 240.1888 7127780 345.1770 001.6696 02.39243507172038
+1 16326U 85113A   14237.30757679  .00001688  00000-0  10604-3 0  9871
+2 16326 082.5110 134.6005 0012261 239.5973 120.4044 15.08579933562206
+1 16327U 85113B   14238.14898196  .00000251  00000-0  27887-4 0  4327
+2 16327 082.5373 331.3266 0020714 129.7102 276.5989 14.82833253549798
+1 16339U 85107F   14238.67384411  .00000000  00000-0  10000-3 0  2936
+2 16339 015.7008 000.8460 0014935 023.9206 336.1944 00.97493006 85334
+1 16368U 85116A   14238.08696159  .00000015  00000-0 -17833-6 0  3862
+2 16368 082.9431 064.2696 0033676 266.4288 228.3967 13.74376153438605
+1 16369U 85116B   14237.53294365 -.00000032  00000-0 -47993-4 0   792
+2 16369 082.9391 031.3571 0037468 149.1201 276.8081 13.76688390440714
+1 16375U 82055P   14238.51725979  .00000047  00000-0  45308-4 0   711
+2 16375 065.8342 057.9451 0019732 143.9446 216.3415 13.79927621452871
+1 16376U 82055Q   14237.88238671  .00000336  00000-0  33195-3 0   653
+2 16376 065.8290 138.1699 0012093 073.4222 000.6506 13.91450570459377
+1 16377U 82055R   14239.07908689  .00000569  00000-0  39769-3 0  3654
+2 16377 065.8281 336.8776 0031034 080.4496 280.0555 13.98086251463199
+1 16378U 82055S   14238.53149058  .00000088  00000-0  83870-4 0  4461
+2 16378 065.8330 055.8614 0029580 165.1034 195.1370 13.80603276452907
+1 16379U 82055T   14238.75136086  .00000028  00000-0  27721-4 0  8587
+2 16379 065.8373 133.2237 0008960 048.6254 311.6048 13.77863822 31175
+1 16380U 82055U   14238.81805128  .00000015  00000-0  18893-4 0    90
+2 16380 065.8391 027.1179 0044634 028.7402 331.6553 13.63790138436430
+1 16381U 82055V   14237.85006591 -.00000052  00000-0  32266-4 0   385
+2 16381 065.8383 044.0892 0052821 073.9518 033.5718 13.63445355435921
+1 16382U 82055W   14237.98580426  .00001039  00000-0  52819-3 0  3196
+2 16382 065.7481 089.1086 0039470 305.4652 162.5685 14.19839868474839
+1 16383U 82055X   14238.11681541  .00000039  00000-0  12714-3 0  2191
+2 16383 065.8304 125.0220 0055124 307.4662 162.1740 13.73154860442612
+1 16384U 82055Y   14236.73947813  .00000015  00000-0  10859-3 0  9644
+2 16384 065.8326 216.8068 0042797 343.9893 074.6954 13.69084362440198
+1 16385U 82055Z   14237.40101977  .00000526  00000-0  55966-3 0  5149
+2 16385 065.8306 190.4899 0036734 272.3953 169.7175 13.82311120449518
+1 16386U 82055AA  14237.09979752 -.00000034  00000-0  51684-4 0  7814
+2 16386 065.8367 139.9710 0052947 289.4442 174.9863 13.69533198611645
+1 16387U 82055AB  14237.13847720 -.00000044  00000-0  34235-4 0  1019
+2 16387 065.8370 197.2441 0043716 054.9782 025.1936 13.84637265457940
+1 16389U 85097C   14235.84683830  .00000044  00000-0  78907-4 0  9859
+2 16389 071.0051 020.9429 0189736 212.9211 264.7828 13.75865007447588
+1 16390U 85097D   14236.82017611  .00000057  00000-0  94525-4 0   611
+2 16390 070.9717 119.5314 0207751 028.2187 039.7630 13.71848112443258
+1 16391U 85097E   14237.77512043  .00000041  00000-0  75780-4 0  9902
+2 16391 071.0006 358.1345 0192412 231.6881 247.2371 13.76333642448441
+1 16392U 85097F   14235.91093965  .00000012  00000-0  51700-4 0   752
+2 16392 070.9713 046.0998 0202875 307.9003 166.6120 13.74161243445469
+1 16393U 85117A   14238.52244331 -.00000015  00000-0  10000-3 0  8288
+2 16393 064.1406 040.0917 6874753 284.3378 013.3125 02.12398391213628
+1 16396U 85118A   14234.80026941  .00000009  00000-0  00000+0 0  4243
+2 16396 065.2764 107.1452 0011954 209.4472 282.5464 02.13103369223135
+1 16397U 85118B   14238.85743027  .00000000  00000-0  10000-3 0  7681
+2 16397 065.2898 107.1512 0009906 197.3102 162.7611 02.13100935223162
+1 16398U 85118C   14237.29032255  .00000028  00000-0  00000+0 0  5013
+2 16398 065.2644 107.6245 0009258 019.7657 156.3426 02.12919998222946
+1 16402U 85117F   14238.47766720  .00000012  00000-0  10000-3 0  8897
+2 16402 063.8130 140.0876 6739383 279.4849 015.7151 01.96567803205859
+1 16404U 85118F   14238.73058775 -.00000029  00000-0  10000-3 0  8083
+2 16404 065.2802 106.8156 0008218 013.8849 346.2432 02.13165351223434
+1 16408U 85119A   14237.77757231  .00000053  00000-0  33667-4 0  8760
+2 16408 082.5339 092.0822 0015998 014.2056 034.3775 13.85275565449030
+1 16409U 85119B   14238.11512216  .00000019  00000-0  37691-5 0  3794
+2 16409 082.5347 096.5437 0015419 035.1050 122.7224 13.84763501448812
+1 16445U 85118K   14237.40419865  .00000113  00000-0  37633-3 0  4813
+2 16445 064.9459 316.8402 5749809 203.4360 340.6794 04.24687471443730
+1 16446U 85118L   14237.25969770  .00000147  00000-0  21031-3 0  3947
+2 16446 064.8476 191.5498 5731685 214.1543 334.6093 04.33025601448637
+1 16449U 86002A   14238.07719193  .00000005  00000-0  14282-3 0  9899
+2 16449 073.9925 352.5191 0017290 072.4938 341.1333 12.46859256303203
+1 16450U 86002B   14237.80265160 -.00000030  00000-0 -10403-3 0  5528
+2 16450 073.9872 094.2827 0024507 246.0169 191.8348 12.42936148299073
+1 16451U 86002C   14235.94803633 -.00000028  00000-0 -86784-4 0  6710
+2 16451 073.9893 042.4115 0013128 170.5851 349.7196 12.45037251301033
+1 16452U 86002D   14236.35458639 -.00000004  00000-0  83484-4 0  7009
+2 16452 073.9897 304.2299 0019338 340.7178 088.8970 12.48818963305015
+1 16453U 86002E   14236.44765980 -.00000038  00000-0 -13963-3 0  4863
+2 16453 073.9860 258.2729 0028769 282.6282 186.5108 12.50573068306871
+1 16454U 86002F   14236.41737760 -.00000027  00000-0 -65632-4 0  3831
+2 16454 073.9884 212.8879 0036634 223.9628 304.3235 12.52321826308690
+1 16455U 86002G   14237.13210435  .00000014  00000-0  19027-3 0  4849
+2 16455 073.9903 168.4618 0045641 173.4447 290.3924 12.53976308310498
+1 16456U 86002H   14236.84047913  .00000001  00000-0  10182-3 0  4913
+2 16456 073.9883 122.8206 0051910 110.3676 318.0173 12.55737761312286
+1 16457U 86002J   14236.63404076  .00000065  00000-0  73988-3 0  4540
+2 16457 073.9916 296.5140 0134529 192.8852 279.5408 12.20749117179394
+1 16482U 86003B   14233.46173494 -.00000230  00000-0  00000+0 0  9398
+2 16482 013.9424 030.7191 0007817 110.7096 286.4474 00.99553245 81459
+1 16483U 86003C   14237.99030713  .00000653  00000-0  79132-3 0  8413
+2 16483 026.9020 091.5683 7126512 125.5498 358.2600 02.43819857247906
+1 16493U 86005A   14238.18197481  .00000057  00000-0  44243-4 0  7192
+2 16493 082.9348 140.8654 0021614 338.8426 132.3562 13.74546948479862
+1 16494U 86005B   14237.25326326  .00000012  00000-0 -32798-5 0  9166
+2 16494 082.9305 115.6036 0018728 225.1352 274.6843 13.76402478436640
+1 16495U 86006A   14237.76181140  .00005601  00000-0  29220-3 0  4467
+2 16495 082.4781 015.6695 0016359 171.2400 310.7189 15.15637141560349
+1 16496U 86006B   14238.14090687  .00000203  00000-0  21687-4 0  6450
+2 16496 082.5224 250.4750 0019076 210.7085 215.6354 14.83488163545196
+1 16497U 86007A   14237.80484206 -.00000073  00000-0  00000+0 0  4149
+2 16497 015.2745 000.1264 0075885 089.1764 271.9485 00.98810707103295
+1 16510U 86008A   14238.11641020  .00000036  00000-0  22081-4 0  6890
+2 16510 082.9462 282.4595 0038012 016.6933 038.3362 13.74288294433545
+1 16511U 86008B   14236.49755891  .00000117  00000-0  10520-3 0  5604
+2 16511 082.9414 262.0140 0022801 272.7724 242.4174 13.75771318434966
+1 16526U 86010A   14237.81541839  .00000000  00000-0  10000-3 0  4484
+2 16526 014.8593 003.1100 0007084 142.3461 217.7524 01.00310841112209
+1 16527U 86011A   14238.59804442  .00000000  00000-0  10000-3 0  3629
+2 16527 070.2281 350.7759 5347145 158.6748 236.6551 02.00509279209370
+1 16528U 86010B   14237.60030675 -.00000113  00000-0  27300-3 0  8452
+2 16528 030.9444 306.9906 7172678 024.2377 018.3275 02.31390285189292
+1 16533U 86011F   14236.28810304  .00000276  00000-0  00000+0 0  2364
+2 16533 070.6272 302.2145 5369650 133.5868 338.6440 02.04052030196087
+1 16593U 86015A   14236.75795234  .00000007  00000-0  17858-3 0  5548
+2 16593 073.6124 327.2934 0028194 127.1639 348.8785 12.41016382292815
+1 16594U 86015B   14238.13289701 -.00000012  00000-0  39424-4 0  3976
+2 16594 073.6113 312.0830 0026131 114.2339 298.0652 12.41479897293526
+1 16597U 86016A   14238.63978624  .00000000  00000-0  10000-3 0  1022
+2 16597 015.1076 011.1554 0020705 117.5492 242.7107 00.99290907 85393
+1 16611U 86018A   14237.40679858  .00003039  00000-0  17813-3 0   339
+2 16611 082.4966 332.3934 0012842 293.2120 066.7757 15.11373828553566
+1 16612U 86018B   14237.45441449  .00000318  00000-0  35682-4 0  9924
+2 16612 082.5196 179.4700 0016301 302.6659 196.3455 14.83607789439180
+1 16613U 86019A   14237.97588093  .00000942  00000-0  16735-3 0   257
+2 16613 098.7231 206.4396 0145875 336.1114 063.5397 14.63262634179285
+1 16614U 86019B   14234.63198394  .00000058  00000-0  63204-3 0  6739
+2 16614 098.7599 199.7563 4707161 327.8221 029.6190 05.50531423572793
+1 16615U 86019C   14238.17295684  .00000104  00000-0  56513-4 0  4683
+2 16615 098.7516 289.8409 0012330 175.6170 251.2735 14.31294074492705
+1 16616U 86019D   14236.78580676  .00000141  00000-0  74264-4 0  8089
+2 16616 098.7331 294.6471 0007230 348.4902 149.1778 14.28427537482192
+1 16647U 86024A   14238.98480863 -.00000009  00000-0  00000+0 0  7737
+2 16647 064.9868 216.8446 0045107 195.5908 164.4222 13.79375487433838
+1 16649U 86026A   14239.13063233  .00000000  00000-0  10000-3 0  2478
+2 16649 014.4283 025.7055 0002710 088.4949 271.5978 00.99798747 73667
+1 16650U 86026B   14237.40247538 -.00000006  00000-0  00000+0 0  5970
+2 16650 013.9362 029.8671 0003887 151.1924 187.8446 00.99636228 83741
+1 16657U 86026C   14238.30995096  .00000107  00000-0  40607-3 0  6946
+2 16657 006.9487 309.6964 7235861 138.0561 309.1847 02.24273570182908
+1 16667U 86027A   14238.67841848  .00000000  00000-0  10000-3 0  6860
+2 16667 015.2445 359.3620 0009943 033.9835 326.1276 01.00241833104108
+1 16676U 86027F   14236.59328164 -.00000179  00000-0  00000+0 0  2825
+2 16676 016.2213 002.3501 0033986 039.6717 325.8848 00.97689733 77932
+1 16681U 86030A   14237.47130751  .00000080  00000-0  38903-4 0  5096
+2 16681 074.0264 015.7858 0020035 252.6236 169.6120 14.32706944481555
+1 16682U 86030B   14237.48918675  .00000082  00000-0  37591-4 0  2795
+2 16682 074.0280 311.1733 0014309 178.0132 280.7072 14.35479169483835
+1 16715U 70025PA  14237.27709759  .00000114  00000-0  21834-3 0  3303
+2 16715 100.1378 248.8156 0006726 050.3815 014.4182 13.59752400459160
+1 16719U 86034A   14237.14458353  .00001793  00000-0  10688-3 0  4222
+2 16719 082.5495 275.4937 0012293 227.6638 184.9819 15.10522582540377
+1 16720U 86034B   14238.16349677  .00000181  00000-0  19444-4 0  5316
+2 16720 082.5539 117.8260 0019272 242.7207 232.3468 14.82774840527186
+1 16727U 86037A   14238.08354306  .00000031  00000-0  17245-4 0  3951
+2 16727 082.9568 049.3669 0030618 346.5904 142.1039 13.74108694417048
+1 16728U 86037B   14237.47578968  .00000111  00000-0  97494-4 0  4422
+2 16728 082.9575 018.9703 0030876 195.3662 224.8850 13.76592701419279
+1 16729U 86038A   14238.87346752  .00000000  00000-0  10000-3 0  4001
+2 16729 016.2102 000.3078 0007953 233.5953 126.3770 00.96541692 76710
+1 16732U 86038D   14239.16749839  .00000000  00000-0  10000-3 0  6609
+2 16732 014.3147 354.8432 0021387 073.3559 286.9308 01.01365585 80922
+1 16735U 86039A   14238.14728126  .00000065  00000-0  44122-4 0  1177
+2 16735 082.5358 121.4374 0016007 090.4379 017.2243 13.85176126427825
+1 16736U 86039B   14237.77316772  .00000016  00000-0  13141-5 0   584
+2 16736 082.5378 124.4291 0014286 101.9851 258.2911 13.84713364427659
+1 16758U 86042A   14236.43671343 -.00000023  00000-0 -48105-4 0  3818
+2 16758 074.0164 279.8091 0009757 101.7283 001.2178 12.50725664288529
+1 16759U 86042B   14238.06073637 -.00000030  00000-0 -77312-4 0  3991
+2 16759 074.0162 089.1932 0048573 224.6639 249.9902 12.58040550296250
+1 16760U 86042C   14238.12070134 -.00000003  00000-0  81122-4 0  4982
+2 16760 074.0184 139.2361 0040117 291.7310 173.0340 12.56099614294250
+1 16761U 86042D   14236.50560756 -.00000032  00000-0 -11811-3 0  4639
+2 16761 074.0168 069.7202 0024014 038.8382 347.1916 12.44835688282471
+1 16762U 86042E   14236.48499275 -.00000015  00000-0  75394-5 0  6904
+2 16762 074.0210 015.6484 0012044 338.4453 090.2121 12.46956855284658
+1 16763U 86042F   14238.07628910 -.00000004  00000-0  77001-4 0  5983
+2 16763 074.0203 325.4242 0010255 223.6203 202.6024 12.48843001286793
+1 16764U 86042G   14237.12071595 -.00000010  00000-0  36015-4 0  3895
+2 16764 074.0158 232.0822 0020075 039.9663 029.8340 12.52546554115215
+1 16765U 86042H   14236.32559506  .00000003  00000-0  11954-3 0  4919
+2 16765 074.0192 188.7792 0029547 345.2417 169.1078 12.54278313292163
+1 16766U 86042J   14238.17391146  .00000090  00000-0  94345-3 0  4493
+2 16766 074.0073 232.9936 0133798 311.1584 117.9086 12.23523679260636
+1 16769U 86044A   14237.83726939 -.00000265  00000-0  00000+0 0  8133
+2 16769 014.7130 000.4760 0006722 163.4686 201.5989 01.00340139104027
+1 16791U 86046A   14238.16331531  .00000811  00000-0  60901-4 0  1104
+2 16791 082.4720 310.1216 0016650 338.9998 021.0541 15.01223577531522
+1 16792U 86046B   14237.70793192  .00000242  00000-0  26859-4 0  5497
+2 16792 082.4806 088.0111 0025815 074.0461 331.7582 14.82601468522757
+1 16797U 86044F   14238.94559583  .00000000  00000-0  10000-3 0  3378
+2 16797 015.6241 003.0108 0012792 105.1295 255.0585 00.97664550100774
+1 16798U 86047A   14238.17790044  .00000060  00000-0  47384-4 0  6607
+2 16798 082.9232 153.3562 0025401 042.1741 066.7142 13.74869362414234
+1 16799U 86047B   14237.31765269  .00000030  00000-0  15900-4 0   187
+2 16799 082.9201 125.3333 0065318 267.9028 230.7502 13.77184457349904
+1 16809U 86024E   14238.74334287  .00000030  00000-0  27562-4 0  7021
+2 16809 064.9893 112.4624 0032229 196.8795 163.1662 13.81626347436524
+1 16849U 86050A   14233.15770363  .00000760  00000-0  00000+0 0  5877
+2 16849 069.6318 251.3593 5569571 126.1509 347.4993 02.00787896206108
+1 16854U 86050D   14237.43906296 -.00000260  00000-0  00000+0 0  1810
+2 16854 068.7376 201.6939 5524078 112.5719 000.5432 02.02820292208450
+1 16860U 86052A   14237.14810884  .00000038  00000-0  21356-4 0  6419
+2 16860 074.0328 237.7543 0031922 220.1300 139.7496 14.37852602473824
+1 16864U 86052B   14237.44373233  .00000232  00000-0  81597-4 0  3177
+2 16864 074.0305 192.7760 0033157 179.5955 318.8624 14.40058441475108
+1 16865U 86052C   14237.81161779  .00009023  00000-0  77269-3 0  8700
+2 16865 074.0081 144.4399 0007122 048.7327 005.8259 14.97664666500060
+1 16866U 86052D   14238.13259012  .00018850  00000-0  10817-2 0  8506
+2 16866 073.9927 023.3192 0004626 325.8106 086.4215 15.12505105503660
+1 16867U 86052E   14237.38982375  .00001607  00000-0  27138-3 0  4635
+2 16867 074.0229 083.8081 0016223 358.0670 002.0435 14.70238681490743
+1 16870U 86007F   14239.17052638  .00000000  00000-0  10000-3 0  3206
+2 16870 015.6810 000.9677 0033515 070.4916 289.9151 00.97794724100463
+1 16881U 86055A   14237.29890234  .00001252  00000-0  84318-4 0  9417
+2 16881 082.5105 305.9041 0011160 349.9434 010.1568 15.05816766526609
+1 16882U 86055B   14238.16054410  .00000206  00000-0  22562-4 0  5285
+2 16882 082.5207 113.7883 0020396 183.0543 291.7152 14.82571204515828
+1 16908U 86061A   14238.80395027  .00000003  00000-0  10000-3 0  4944
+2 16908 050.0088 087.4143 0011537 003.1172 357.0318 12.44477503934320
+1 16909U 86061B   14236.79432576 -.00000112  00000-0 -10173-3 0  4362
+2 16909 050.0146 097.3570 0011193 347.2286 095.8447 12.44461937274888
+1 16910U 86061C   14238.16047407 -.00000104  00000-0 -82564-4 0  3119
+2 16910 050.0052 067.3847 0071606 331.7534 151.5552 12.32544942262765
+1 16917U 86062A   14238.69188866  .00000018  00000-0  16359-4 0  8431
+2 16917 064.9856 339.3298 0067593 268.1254 091.2526 13.82463319415824
+1 16952U 86070A   14238.09647017  .00000043  00000-0  25382-4 0  2743
+2 16952 074.0042 100.5418 0026301 186.9101 284.6631 14.32813148461241
+1 16953U 86070B   14237.49101801  .00000108  00000-0  45328-4 0  1892
+2 16953 074.0149 007.2736 0011275 112.1125 313.6701 14.36970698464564
+1 16961U 86071A   14238.89019679 -.00000007  00000-0  10000-3 0  4528
+2 16961 064.1449 220.5658 0005266 219.5646 140.3912 02.13103589217465
+1 16962U 86071B   14236.10226764  .00000033  00000-0  00000+0 0  3821
+2 16962 064.1502 220.7120 0007265 029.3982 034.9955 02.13103038217401
+1 16963U 86071C   14236.17051568  .00000032  00000-0  00000+0 0  3949
+2 16963 064.1335 220.5053 0006420 284.8097 185.2636 02.13101181217410
+1 16968U 86071F   14237.32194817  .00000031  00000-0  00000+0 0  7119
+2 16968 064.1394 219.9844 0020153 217.7994 234.9504 02.13266600217661
+1 16969U 86073A   14238.25815948  .00000045  00000-0  35507-4 0  8874
+2 16969 098.5101 260.7085 0012908 054.5707 007.3249 14.27784520454023
+1 16986U 86074A   14237.47096635  .00001534  00000-0  11180-3 0  8280
+2 16986 082.5080 038.2683 0011147 239.2443 120.7686 15.03039747516388
+1 16987U 86074B   14238.15230297  .00000288  00000-0  32843-4 0  4394
+2 16987 082.5184 191.0727 0019177 044.5631 043.5197 14.82443359506425
+1 16993U 86075A   14236.52985207 -.00000734  00000-0 -95106-2 0  6365
+2 16993 063.1802 350.2667 5719979 210.4374 340.1064 04.02195439409690
+1 16996U 86075D   14239.08849284 -.00000343  00000-0  10000-3 0  2391
+2 16996 063.4877 022.4279 5570217 202.2734 118.9066 04.03348000411033
+1 17000U 76077EX  14232.47662137  .00000251  00000-0  50914-2 0  6898
+2 17000 102.5081 236.3527 0669982 283.3921 241.2868 11.28137700249447
+1 17018U 76067BJ  14237.51257241  .00000145  00000-0  70564-3 0  8452
+2 17018 066.0260 266.4030 0627944 107.7768 330.0590 12.44090218346664
+1 17023U 74089EW  14235.05622509  .00000020  00000-0  34867-3 0  3239
+2 17023 101.2578 268.4739 0051616 295.4193 121.1442 12.63607329363837
+1 17024U 77065FT  14228.89907002  .00000295  00000-0  52310-3 0  4783
+2 17024 029.4453 092.0789 0880467 220.2601 132.9390 12.30868617901339
+1 17025U 81053KJ  14236.10790188  .00000369  00000-0  35134-3 0  1610
+2 17025 082.8254 104.2377 0074100 261.7618 251.2520 13.77193379469683
+1 17026U 81053KK  14236.76735947  .00000463  00000-0  40193-3 0  3376
+2 17026 083.1351 146.9241 0081167 046.2828 007.9128 13.82569236469820
+1 17027U 78026GU  14237.67524611  .00023450  00000-0  15648-2 0  7245
+2 17027 098.3480 122.5598 0010872 116.5610 302.1063 15.06997206567773
+1 17035U 86062C   14238.91151716 -.00000023  00000-0  00000+0 0  8351
+2 17035 064.9931 170.8183 0053883 253.1529 106.4084 13.86371254410819
+1 17037U 86078D   14237.46704029  .00001344  00000-0  80938-3 0  9911
+2 17037 064.4319 207.0035 7059463 025.5897 356.6641 02.53670463229576
+1 17046U 86082A   14238.65116676  .00000000  00000-0  10000-3 0  6720
+2 17046 015.3073 003.4920 0013447 095.2622 264.9386 00.98458444100490
+1 17065U 86082F   14237.56380331  .00000000  00000-0  10000-3 0  7597
+2 17065 015.6673 004.0763 0028914 063.9124 296.4298 00.97595173 73712
+1 17066U 86086A   14237.60104764  .00000064  00000-0  50033-4 0  6119
+2 17066 082.9466 219.1814 0041950 052.5829 086.7792 13.75672152395064
+1 17067U 86086B   14237.03404767  .00000017  00000-0  17361-5 0  4555
+2 17067 082.9467 195.3318 0033323 335.1762 093.3151 13.77574675396327
+1 17070U 86088A   14237.93296451  .00000084  00000-0  76222-4 0  4182
+2 17070 089.5459 016.2794 0037091 320.9817 189.8862 13.74593217393038
+1 17071U 86088B   14237.45431618  .00000092  00000-0  84317-4 0  1580
+2 17071 089.5419 009.3133 0036077 307.8807 117.3263 13.74920747393270
+1 17078U 86089A   14238.68191851  .00000000  00000-0  10000-3 0  8309
+2 17078 063.6763 136.9218 6791407 280.0854 015.1546 02.00943329203613
+1 17081U 86089D   14237.30389248 -.00000633  00000-0 -24957-1 0  1042
+2 17081 063.7761 203.6412 6830699 284.2648 073.0298 01.95718274198564
+1 17083U 86090A   14237.45409590 -.00000114  00000-0  00000+0 0  9137
+2 17083 015.9558 005.9815 0013779 240.3687 101.9971 00.96725547 76948
+1 17090U 82055AC  14238.18237514 -.00000062  00000-0  18717-4 0  9971
+2 17090 065.8346 234.8202 0047786 006.7825 073.5469 13.83716503455142
+1 17093U 65027U   14236.32922605  .00000228  00000-0  76841-3 0  8715
+2 17093 090.2875 258.8798 0023439 224.5798 194.0956 12.96683223390017
+1 17102U 82055AD  14238.82937616  .00000011  00000-0  14936-4 0  7303
+2 17102 065.8351 152.8639 0068211 034.1994 326.3889 13.60822489433285
+1 17103U 82055AE  14237.45842648  .00000126  00000-0  21456-3 0  1802
+2 17103 065.8324 015.4984 0031752 322.0228 097.2645 13.75179764445141
+1 17104U 82055AF  14236.76163258  .00000060  00000-0  14765-3 0   855
+2 17104 065.8370 009.9143 0045085 273.2162 202.6378 13.74347670445255
+1 17105U 82055AG  14238.57825257  .00000145  00000-0  15497-3 0   746
+2 17105 065.8320 059.3154 0029038 351.1463 008.9541 13.73431222444098
+1 17106U 82055AH  14238.84100983  .00000216  00000-0  19519-3 0  1344
+2 17106 065.8322 003.8998 0019335 174.7326 185.4409 13.83627081623529
+1 17107U 82055AJ  14237.48187854  .00000519  00000-0  42040-3 0  8939
+2 17107 065.8255 344.4543 0017703 094.0966 343.4545 13.98590547462830
+1 17108U 82055AK  14236.41581281  .00000154  00000-0  22976-3 0  9925
+2 17108 065.8321 250.7725 0029106 282.5948 194.3068 13.78871939448078
+1 17117U 86019M   14238.12178191  .00001266  00000-0  42909-3 0  7797
+2 17117 098.5367 276.2150 0091831 028.4342 036.2558 14.36104065437794
+1 17118U 86019N   14236.63516838  .00000786  00000-0  37383-3 0  1617
+2 17118 098.8765 262.5552 0147202 207.4929 272.6725 14.16719642422065
+1 17121U 86019R   14238.14649792  .00000424  00000-0  18276-3 0   882
+2 17121 098.6746 296.5102 0059135 221.1369 192.3966 14.28711125441070
+1 17122U 86019S   14238.02428854  .00004395  00000-0  71250-3 0  5690
+2 17122 098.1561 258.1013 0011158 116.8680 295.3907 14.71686760460631
+1 17125U 86090D   14237.81422539  .00000000  00000-0  10000-3 0  9196
+2 17125 014.7442 002.1213 0011130 083.7487 276.4269 01.00363741101656
+1 17128U 86019X   14238.15447495  .00006589  00000-0  13186-2 0   877
+2 17128 098.3500 315.1463 0066513 021.8178 338.5831 14.60745015444340
+1 17129U 86019Y   14237.15443196  .00000075  00000-0  51395-4 0  3571
+2 17129 098.8274 293.5805 0033857 173.0292 244.7897 14.24503257392505
+1 17130U 86019Z   14237.44460563  .00034610  00000-0  17425-2 0  4782
+2 17130 097.7574 286.0370 0009320 050.7229 078.8654 15.17076746474038
+1 17138U 86092A   14235.97988411 -.00000040  00000-0 -17118-3 0  5743
+2 17138 074.0144 044.9919 0021542 255.5531 224.3579 12.45606720262294
+1 17139U 86092B   14237.46333704  .00000000  00000-0  10708-3 0  5910
+2 17139 074.0174 349.0882 0009672 173.2446 254.4966 12.47754943264656
+1 17140U 86092C   14236.75921495 -.00000009  00000-0  47638-4 0  5073
+2 17140 074.0141 304.1205 0014876 071.4476 065.6773 12.49581474266410
+1 17141U 86092D   14236.79179525 -.00000036  00000-0 -12827-3 0  2784
+2 17141 074.0112 253.9609 0019014 335.3138 135.2293 12.51582011268430
+1 17142U 86092E   14236.39080062 -.00000014  00000-0  14857-4 0  2835
+2 17142 074.0133 208.0496 0029123 279.9808 234.7682 12.53412050270244
+1 17143U 86092F   14236.29222583  .00000014  00000-0  18825-3 0  4908
+2 17143 074.0154 162.7562 0037739 223.2186 300.1333 12.55212544272051
+1 17144U 86092G   14237.08964499 -.00000010  00000-0  35350-4 0  3972
+2 17144 074.0127 116.6016 0047314 171.4174 298.1476 12.56979167273940
+1 17145U 86092H   14238.13013417 -.00000030  00000-0 -79469-4 0  2954
+2 17145 074.0121 069.0858 0054171 107.2843 009.2981 12.58786247275906
+1 17146U 86092J   14236.45716642 -.00000092  00000-0 -69449-3 0  4101
+2 17146 074.0124 222.9180 0124008 177.7368 344.0652 12.23613117240149
+1 17147U 86091D   14239.15125336  .00000017  00000-0  10000-3 0  5931
+2 17147 069.3529 310.6949 5985669 109.9046 321.3846 02.04000719206867
+1 17153U 86019AG  14238.12446839  .00000739  00000-0  19952-3 0  9703
+2 17153 098.4054 279.1730 0016602 321.1203 038.8796 14.50684354407894
+1 17155U 86019AJ  14237.79916081  .00008874  00000-0  15181-2 0  1853
+2 17155 099.0156 172.0238 0045728 300.7289 112.1556 14.68429170452924
+1 17159U 86093A   14237.81353227  .00000040  00000-0  27675-4 0  3828
+2 17159 082.9299 130.2261 0041731 226.1098 199.4396 13.72648596390108
+1 17160U 86093B   14236.27220285  .00000061  00000-0  47731-4 0  1619
+2 17160 082.9257 106.8412 0040111 132.1169 005.8959 13.74513100391657
+1 17164U 85066G   14237.71680456  .00000076  00000-0  11852-3 0  3399
+2 17164 089.3703 124.5846 0204884 051.3139 011.1605 13.32410210412041
+1 17168U 85094S   14237.13760552  .00001096  00000-0  36971-2 0  6693
+2 17168 082.5853 257.7800 0040540 177.1175 249.4752 12.97944685350362
+1 17177U 86094A   14236.33836156  .00000036  00000-0  19251-3 0  6763
+2 17177 082.6066 129.6090 0004381 124.5486 011.8663 12.41549336256721
+1 17178U 86094B   14238.15776963 -.00000001  00000-0 -82871-4 0  4069
+2 17178 082.6054 122.6712 0003152 153.3513 318.3944 12.42037875257414
+1 17191U 86097A   14238.12054846  .00001205  00000-0  77158-4 0  9694
+2 17191 082.5021 317.3629 0007711 329.2684 030.8092 15.07682170508765
+1 17192U 86097B   14237.82164844  .00000275  00000-0  30908-4 0  5268
+2 17192 082.5081 139.5665 0015951 240.1346 183.0333 14.82979807496535
+1 17199U 86019BB  14238.11627800  .00011121  00000-0  14294-2 0  3042
+2 17199 098.6513 170.5686 0039596 067.3725 047.2407 14.80796488458383
+1 17203U 86019BF  14237.14039718  .00000187  00000-0  13488-3 0  3770
+2 17203 099.1583 281.9309 0133062 349.4499 082.1278 14.04685001420103
+1 17212U 86019BQ  14236.74931247  .00006679  00000-0  99317-3 0  5862
+2 17212 098.5790 038.3260 0024636 017.0611 108.0036 14.75120418457762
+1 17213U 86098A   14236.38026505  .00000344  00000-0  00000+0 0  9518
+2 17213 068.8601 347.9461 5654154 174.5429 323.0251 02.00402460202807
+1 17216U 86098D   14236.25940767  .00000388  00000-0  00000+0 0  1297
+2 17216 069.6579 288.7039 5611685 140.4840 337.3408 02.04008152206380
+1 17219U 86019BR  14237.40604965  .00001527  00000-0  46021-3 0  8670
+2 17219 098.5749 022.7446 0043602 213.4293 204.7468 14.43446806450389
+1 17233U 86019CF  14237.11889257  .00003454  00000-0  57667-3 0  5411
+2 17233 098.4126 009.4359 0016926 293.7559 118.7881 14.70516352465544
+1 17239U 86100A   14238.11731120  .00000034  00000-0  21047-4 0  2720
+2 17239 082.9336 114.6699 0031604 311.7512 156.6998 13.71904815386252
+1 17240U 86100B   14237.13344081 -.00000014  00000-0 -30994-4 0  8579
+2 17240 082.9278 088.6179 0029867 193.7767 281.5856 13.73899884 29177
+1 17241U 86101A   14238.04795699  .00000045  00000-0  26721-4 0  2587
+2 17241 082.5292 114.3926 0015875 027.7040 080.6831 13.83995118398405
+1 17242U 86101B   14237.80918289  .00000033  00000-0  16269-4 0  4612
+2 17242 082.5300 118.8336 0015868 048.3635 018.9091 13.83248555397835
+1 17254U 86026F   14232.07714447  .00000235  00000-0  18367-2 0   377
+2 17254 008.0285 322.7018 6735819 359.6933 040.3500 02.85588760219344
+1 17255U 85056C   14236.98093545  .00002489  00000-0  56390-2 0  3120
+2 17255 008.1897 183.1834 6611892 297.9086 011.2487 03.04661102211850
+1 17268U 86101C   14237.71334353  .00000305  00000-0  21570-3 0  4278
+2 17268 082.6139 113.1396 0028214 343.6686 078.5208 13.94747042404944
+1 17269U 86101D   14238.04620363  .00000289  00000-0  23115-3 0  2417
+2 17269 082.6364 223.1437 0015785 352.8595 074.5705 13.87749440398411
+1 17270U 86101E   14236.31080229  .00000244  00000-0  18527-3 0  1879
+2 17270 082.4376 335.4489 0003879 141.9515 271.5217 13.90138911400878
+1 17271U 86101F   14237.41940730  .00000423  00000-0  28469-3 0  3736
+2 17271 082.4097 202.9387 0025506 286.3792 196.3540 13.98491098408626
+1 17272U 86101G   14237.09563287  .00000460  00000-0  28165-3 0  7670
+2 17272 082.4903 254.3159 0011414 209.5871 206.2653 14.03934628411571
+1 17273U 86101H   14238.18123627  .00000577  00000-0  34602-3 0  8798
+2 17273 082.5365 287.2785 0013665 139.2057 276.9162 14.05432658412893
+1 17274U 86101J   14238.09576308  .00000426  00000-0  32994-3 0  1739
+2 17274 082.5267 092.9766 0030915 265.2748 219.5622 13.90509860399452
+1 17290U 87001A   14237.43146816  .00000067  00000-0  46700-4 0  3713
+2 17290 082.4693 324.0402 0013045 040.6591 009.4469 13.84863452396673
+1 17291U 87001B   14237.76628025  .00000037  00000-0  19552-4 0  2257
+2 17291 082.4703 325.5643 0011847 046.5624 111.5360 13.84537129396639
+1 17295U 87003A   14237.09747821  .00001687  00000-0  10356-3 0  3979
+2 17295 082.5219 072.7689 0005131 073.8016 064.4193 15.09476586503687
+1 17296U 87003B   14237.81000198  .00000250  00000-0  27983-4 0  7209
+2 17296 082.5272 264.4265 0018945 008.4385 111.9449 14.82660338491001
+1 17303U 87006A   14238.17969492  .00000069  00000-0  33360-4 0  1750
+2 17303 074.0557 234.7724 0025863 324.3999 107.3514 14.34700793443804
+1 17304U 87006B   14237.35573010  .00000131  00000-0  52472-4 0  2045
+2 17304 074.0607 177.7307 0031116 273.8828 216.0470 14.37335442445754
+1 17316U 86019CY  14237.81293885  .00003640  00000-0  57956-3 0  6538
+2 17316 098.1032 315.4714 0007278 061.0988 055.4368 14.72606949469079
+1 17325U 85056D   14237.37690502  .00013096  00000-0  29661-2 0  7309
+2 17325 007.3304 016.5158 6534476 139.1470 209.5073 03.26915612222943
+1 17328U 87008A   14238.14351170  .00000000  00000-0  10000-3 0  8087
+2 17328 063.6884 087.3778 6921235 277.2030 015.1068 02.00555698198680
+1 17333U 87008D   14234.55225606 -.00000849  00000-0 -95203-1 0  3015
+2 17333 063.7099 146.1003 6799466 281.2279 321.9504 01.97094645198531
+1 17359U 87009A   14237.41652434  .00000048  00000-0  34982-4 0  2978
+2 17359 082.9283 345.3781 0031719 349.3175 076.2857 13.74351364382772
+1 17360U 87009B   14237.40171464  .00000047  00000-0  31956-4 0  5844
+2 17360 082.9209 313.2123 0032877 180.5766 229.5721 13.76610644384926
+1 17369U 87011A   14238.66274998  .00000060  00000-0  22383-4 0   586
+2 17369 065.0110 084.6142 0013393 259.1407 100.8651 14.31326445491854
+1 17423U 86019FJ  14238.06674219  .00000753  00000-0  48693-3 0  4874
+2 17423 099.2094 284.7151 0177901 093.7853 324.9396 13.98365273411863
+1 17425U 86010C   14238.86593612  .00002955  00000-0  84260-2 0    53
+2 17425 030.9135 094.6074 6646204 190.7152 141.2250 02.98468626167791
+1 17426U 86019FM  14237.11225443  .00076287  00000-0  21016-2 0   839
+2 17426 098.0701 024.5773 0004826 143.8540 306.8485 15.36841098480911
+1 17429U 86019FQ  14238.15251525  .00001277  00000-0  37630-3 0  9800
+2 17429 099.1045 089.8483 0069871 323.5409 159.8079 14.44166898445553
+1 17459U 86019GW  14238.11691905  .00240257  00000-0  28292-2 0  1043
+2 17459 098.2148 090.8348 0004553 190.6113 169.5047 15.60581534478122
+1 17478U 86019HR  14237.14513867  .00000204  00000-0  10037-3 0  7980
+2 17478 098.7096 300.6214 0041496 140.9279 273.3997 14.27319993441322
+1 17525U 87017A   14238.17043306  .00000039  00000-0  25610-4 0   716
+2 17525 082.9132 129.7068 0038091 066.9221 041.8541 13.73637103363310
+1 17526U 87017B   14236.22731723  .00000094  00000-0  80238-4 0  1256
+2 17526 082.9001 088.3171 0039212 311.9308 185.7026 13.76695443364902
+1 17527U 87018A   14237.46070154 -.00000045  00000-0  64027-6 0  6060
+2 17527 099.2219 219.4761 0007750 230.9349 240.5883 14.02297339405543
+1 17528U 87018B   14238.04100875  .00000155  00000-0  44558-4 0  4503
+2 17528 097.4583 299.4572 0152524 273.9855 147.4390 14.50024247451127
+1 17535U 87020A   14236.07125361 -.00000042  00000-0 -18074-3 0  6762
+2 17535 073.6004 072.1554 0028709 303.8089 229.0147 12.41300237246598
+1 17536U 87020B   14236.69731341 -.00000044  00000-0 -19412-3 0  3960
+2 17536 073.6100 068.7194 0027337 286.7271 140.7835 12.41607997210895
+1 17543U 86019HX  14237.44457715  .00000518  00000-0  29817-3 0  2120
+2 17543 098.9669 299.3202 0123551 122.3124 359.1902 14.09691645423966
+1 17561U 87022A   14234.75990875 -.00000373  00000-0  00000+0 0  4924
+2 17561 014.7384 016.9696 0001548 126.9814 223.5893 00.99901491 83853
+1 17563U 87022C   14238.96355509  .00004267  00000-0  11672-2 0  2037
+2 17563 017.7600 349.8659 6288065 097.1019 333.4420 03.60636567236395
+1 17566U 87024A   14238.16286007  .00003116  00000-0  17653-3 0   744
+2 17566 082.5060 224.1818 0005592 156.5857 261.6353 15.12667114498339
+1 17567U 87024B   14238.09882472  .00000215  00000-0  23308-4 0  4392
+2 17567 082.5270 079.1197 0020845 128.6257 026.0113 14.83117830484348
+1 17582U 87026A   14236.66120606  .00000005  00000-0 -28392-4 0  4471
+2 17582 082.5658 081.8149 0010621 252.0053 168.2316 12.64887667267408
+1 17583U 87026B   14237.07220105 -.00000004  00000-0 -78571-4 0  4466
+2 17583 082.5636 063.0474 0018642 187.9688 294.8425 12.66190000268801
+1 17584U 87026C   14237.08768263  .00000020  00000-0  51052-4 0  4236
+2 17584 082.5694 109.7713 0000802 102.2699 011.1897 12.62609271265206
+1 17585U 87026D   14236.72754363  .00000008  00000-0 -11771-4 0  3389
+2 17585 082.5581 091.5868 0003423 310.0965 118.6447 12.63497434266019
+1 17586U 87026E   14237.05693615  .00000000  00000-0 -55768-4 0  3431
+2 17586 082.5566 066.5631 0014017 227.1873 249.9417 12.65430080268013
+1 17587U 87026F   14238.12522036  .00000001  00000-0 -49707-4 0  3379
+2 17587 082.5648 087.5264 0007366 264.8174 215.9487 12.64223650266932
+1 17588U 87026G   14236.39891215  .00000026  00000-0  92012-4 0  1635
+2 17588 082.5710 188.4377 0039005 094.0160 019.7377 12.55681556258271
+1 17589U 87027A   14238.12811447  .00000032  00000-0  43081-4 0  7915
+2 17589 070.9121 180.9292 0008084 038.9151 047.8298 14.12803763415384
+1 17590U 87027B   14237.29039616 -.00000158  00000-0 -55045-4 0  7569
+2 17590 071.0043 152.2339 0003284 047.6912 312.4490 14.16649497418681
+1 17608U 86019KK  14237.54431212  .00011072  00000-0  15767-2 0  4146
+2 17608 098.2838 340.2717 0043000 357.0292 003.0655 14.76360760448534
+1 17611U 87028A   14238.62645284  .00000000  00000-0  10000-3 0  1879
+2 17611 016.9643 007.0234 0028816 071.1489 289.2031 00.95959239 96920
+1 17614U 81053KL  14238.08398520  .00000991  00000-0  69780-3 0  8990
+2 17614 082.7894 239.6640 0049125 333.3746 091.4446 13.96618685484343
+1 17615U 81053KM  14235.18517426  .00000875  00000-0  56227-3 0  1533
+2 17615 082.8624 280.0620 0046762 086.5081 338.1674 14.01558655486384
+1 17616U 81053KN  14237.72123010  .00000542  00000-0  62613-3 0  7946
+2 17616 083.0404 222.5315 0126354 157.1854 321.6731 13.64066357453482
+1 17617U 81053KP  14236.67294763  .00000292  00000-0  32441-3 0  1351
+2 17617 082.8597 054.5125 0186894 061.7718 061.7778 13.60918191454548
+1 17618U 81053KQ  14237.48181837  .00000281  00000-0  18262-3 0  4108
+2 17618 082.8519 293.1701 0057651 168.5401 255.4524 13.98327516489520
+1 17619U 81053KR  14237.49618646  .00001455  00000-0  74366-3 0  5543
+2 17619 082.9503 231.1467 0024424 169.7170 319.9975 14.14854252502572
+1 17620U 81053KS  14237.39630820  .00001926  00000-0  98151-3 0  9053
+2 17620 083.1831 211.9400 0031904 047.3567 313.0293 14.15032718500444
+1 17621U 81053KT  14236.79423352  .00002465  00000-0  13094-2 0  5302
+2 17621 082.7971 145.6163 0046714 291.9206 123.8169 14.12640462494782
+1 17623U 81053KV  14237.60944567  .00000831  00000-0  67123-3 0  9910
+2 17623 082.8088 339.8392 0059628 258.1468 164.6844 13.88451397479547
+1 17624U 81053KW  14238.16444567  .00001466  00000-0  65426-3 0  7601
+2 17624 082.8572 021.0895 0015301 012.9833 106.7839 14.22106270508018
+1 17625U 81053KX  14238.12603784  .00000747  00000-0  56668-3 0  5186
+2 17625 082.7905 271.2419 0047062 074.3769 340.2310 13.92147834167172
+1 17626U 81053KY  14236.86166817  .00000289  00000-0  34568-3 0   278
+2 17626 082.8679 069.5233 0145211 122.0483 295.9318 13.59241334452683
+1 17627U 81053KZ  14237.31113840  .00000728  00000-0  55455-3 0  4436
+2 17627 082.9291 067.8762 0047850 274.9129 148.9543 13.91928632484363
+1 17629U 81053LB  14236.05166694  .00000598  00000-0  69918-3 0  3201
+2 17629 082.9876 246.0873 0172335 136.5715 280.1551 13.60689759450832
+1 17631U 81053LD  14236.73999168  .00000291  00000-0  34145-3 0  8781
+2 17631 082.9334 129.1841 0133180 016.2660 037.4424 13.61423716454014
+1 17632U 81053LE  14236.88944694  .00000699  00000-0  88900-3 0  3080
+2 17632 083.0900 016.3424 0151421 113.9828 005.1631 13.57218773449622
+1 17633U 81053LF  14237.48172022  .00002170  00000-0  22373-2 0  1238
+2 17633 083.0745 034.4268 0193291 226.6243 202.2452 13.67810194448739
+1 17635U 81053LH  14238.95856054  .00001336  00000-0  83463-3 0   833
+2 17635 082.8270 225.8315 0048986 052.2699 308.3367 14.04121735490679
+1 17637U 81053LK  14238.07600845  .00000474  00000-0  58773-3 0  4868
+2 17637 083.0717 352.3580 0142571 157.1868 327.1910 13.58611786449741
+1 17638U 81053LL  14236.33414250  .00000717  00000-0  82913-3 0  6808
+2 17638 082.9980 187.6948 0111923 263.7823 223.7033 13.65324020455127
+1 17639U 81053LM  14238.00754753  .00000255  00000-0  31971-3 0  4926
+2 17639 083.0015 318.6075 0162560 009.1691 112.9774 13.55424116445838
+1 17640U 81053LN  14236.94190443  .00001469  00000-0  75959-3 0  7496
+2 17640 082.9191 204.5480 0021457 185.7448 174.3487 14.14263174198622
+1 17641U 81053LP  14237.97580819  .00001375  00000-0  84836-3 0  8807
+2 17641 082.7633 146.3910 0059478 137.7461 353.1138 14.03867084503997
+1 17642U 81053LQ  14237.72990890  .00001638  00000-0  74524-3 0  6190
+2 17642 082.8733 035.1990 0042274 261.5376 156.8519 14.20759408521596
+1 17648U 61015LH  14237.79048581  .00001903  00000-0  11594-2 0  2143
+2 17648 065.7285 025.5330 0079947 161.6510 321.3331 14.06880628148759
+1 17658U 69082KU  14238.16612418  .00000266  00000-0  23241-3 0  4702
+2 17658 070.3581 170.9655 0057554 054.6886 008.9106 13.94678194969773
+1 17666U 65027V   14237.37198186 -.00000107  00000-0 -40181-3 0  3111
+2 17666 090.2929 260.9390 0028885 252.7968 171.4261 12.95966820390886
+1 17702U 86019LU  14237.02517611  .00000517  00000-0  15581-3 0  6051
+2 17702 098.5704 264.8142 0005188 335.0454 084.3499 14.46670796454195
+1 17705U 87028D   14239.09335334  .00000000  00000-0  10000-3 0  2991
+2 17705 015.6566 002.4755 0022818 002.9661 357.0920 00.99874989101392
+1 17706U 87029A   14236.14436416  .00000047  00000-0  00000+0 0  1028
+2 17706 014.1565 028.1015 0001436 098.5800 092.0690 00.99916651 88307
+1 17713U 61015LR  14235.53293481  .00000111  00000-0  13860-3 0  1123
+2 17713 066.2136 037.9843 0067969 177.6912 244.3493 13.95776225497566
+1 17716U 70025PE  14236.38942424  .00002680  00000-0  11512-2 0  1998
+2 17716 099.5208 289.5232 0031548 274.1968 142.4126 14.25415679498449
+1 17717U 70025PF  14236.91183210  .00001924  00000-0  41635-3 0  9918
+2 17717 099.9871 007.8962 0099439 307.8974 051.3257 14.56813924551290
+1 17719U 70025PH  14237.52222499  .00003259  00000-0  15151-2 0  2314
+2 17719 099.0454 337.7944 0107987 300.4049 122.3536 14.18286414502386
+1 17720U 70025PJ  14237.71429273  .00001479  00000-0  10343-2 0  6646
+2 17720 099.6327 147.6711 0040645 145.6400 269.7173 13.99823554499210
+1 17722U 65027W   14238.03253897 -.00000439  00000-0 -15603-2 0  5591
+2 17722 090.2623 244.6214 0019987 210.8647 205.9170 12.96350177385559
+1 17725U 70089DC  14235.87217941  .00000271  00000-0  15382-3 0  2557
+2 17725 062.7565 031.9202 0777441 241.4876 277.2290 13.27765551400515
+1 17728U 74089EX  14237.28650590  .00000002  00000-0  33167-3 0  4704
+2 17728 101.4105 246.1914 0109424 089.8782 339.5195 12.34515244330190
+1 17732U 77121BP  14238.16937655  .00000738  00000-0  59624-3 0  7409
+2 17732 065.8109 111.1606 0192187 223.4796 218.8359 13.87935642489766
+1 17754U 85079C   14236.57106718  .00000598  00000-0  18570-3 0  4692
+2 17754 074.0424 196.7721 0018476 261.3348 216.2650 14.43146783516570
+1 17755U 82116D   14237.15512128  .00000112  00000-0  50827-4 0  3483
+2 17755 081.2534 289.7605 0070035 053.7297 003.0153 14.14122020635110
+1 17764U 78026GW  14237.78155159  .00000284  00000-0  18152-3 0  9271
+2 17764 098.7473 213.5238 0048556 126.5334 352.6666 14.10464157511780
+1 17765U 78026GX  14237.23463902 -.00000012  00000-0  23391-4 0  6606
+2 17765 099.0793 329.7066 0041598 272.6592 142.9152 13.97238051497562
+1 17768U 78026HA  14236.56618163  .00000360  00000-0  12897-3 0  9960
+2 17768 098.2881 237.5878 0083851 063.5334 063.7625 14.37531395701958
+1 17792U 81053LR  14236.56068152  .00000950  00000-0  62420-3 0  6664
+2 17792 082.9574 007.8751 0018994 235.9903 246.6553 14.00915186490989
+1 17793U 81053LS  14237.41434264  .00000480  00000-0  84542-3 0  9863
+2 17793 083.1511 126.3932 0274242 190.7715 296.1365 13.27460080424019
+1 17794U 82055AL  14237.81900610  .00000755  00000-0  67608-3 0  3261
+2 17794 065.8221 114.2428 0052629 318.3948 112.1875 13.89660646451280
+1 17795U 82055AM  14236.33600685 -.00000051  00000-0  34988-4 0  6637
+2 17795 065.8341 207.0129 0061060 089.0703 061.2073 13.59676688431779
+1 17796U 82055AN  14238.99104405  .00000867  00000-0  55996-3 0  1068
+2 17796 065.8238 097.4886 0045067 332.3454 027.5698 14.02208900126082
+1 17797U 82055AP  14237.49557553  .00000343  00000-0  36903-3 0  5036
+2 17797 065.8313 027.9470 0020712 235.4847 186.0833 13.86002471453422
+1 17798U 82055AQ  14237.13844291 -.00000071  00000-0  83693-5 0  6889
+2 17798 065.8345 240.3562 0065290 091.9999 343.1340 13.59020093430967
+1 17799U 82055AR  14238.81518500  .00000610  00000-0  48054-3 0  3343
+2 17799 065.8402 141.1930 0015812 062.6332 297.6819 13.91433587459114
+1 17800U 82055AS  14236.14179170  .00000052  00000-0  14950-3 0   420
+2 17800 065.8357 145.5793 0029968 008.9993 096.1205 13.70092714441431
+1 17801U 82055AT  14237.53179823  .00001410  00000-0  77169-3 0  5076
+2 17801 065.8398 287.1442 0035133 328.3357 147.1595 14.14789079472579
+1 17802U 82055AU  14235.46925152  .00000019  00000-0  10308-3 0  7428
+2 17802 065.8368 006.2253 0049545 272.7064 149.6542 13.75194915444568
+1 17803U 82055AV  14238.14214490  .00000125  00000-0  20077-3 0  8628
+2 17803 065.8329 170.2136 0048006 215.0803 245.8311 13.78991615448854
+1 17804U 82055AW  14238.86666681  .00000757  00000-0  57514-3 0  1036
+2 17804 065.8213 260.6806 0029427 246.3791 113.4657 13.93419553455229
+1 17805U 82055AX  14238.10079694  .00000766  00000-0  63948-3 0   752
+2 17805 065.8220 217.4046 0026819 268.4708 166.8761 13.94131113456143
+1 17806U 82055AY  14238.82616277  .00000018  00000-0  17192-4 0   252
+2 17806 065.8352 029.2666 0052803 154.9595 205.4509 13.80347873451470
+1 17807U 82055AZ  14237.62965797  .00000272  00000-0  34947-3 0  3626
+2 17807 065.8339 039.1649 0064230 293.5567 190.5624 13.77451323444592
+1 17815U 86019ME  14237.12489678  .00000397  00000-0  14894-3 0  5701
+2 17815 098.5342 300.4667 0030100 126.8527 298.4296 14.36702995442473
+1 17838U 76067BK  14229.76139098  .00000405  00000-0  15769-2 0    73
+2 17838 065.9866 270.4681 0648977 200.9985 277.6491 12.43045707958170
+1 17842U 86030C   14238.09045808  .00000488  00000-0  15949-3 0  7080
+2 17842 074.0274 336.5085 0016165 076.6769 346.6972 14.41093606444012
+1 17843U 86030D   14237.50362576  .00000596  00000-0  19172-3 0  3145
+2 17843 074.0368 338.9920 0014739 047.3650 082.6653 14.41433583482781
+1 17844U 86101K   14236.43160155  .00000417  00000-0  25291-3 0  2707
+2 17844 082.5039 265.5043 0018221 171.8134 253.9590 14.04226898411785
+1 17872U 76092F   14237.75983646  .00000000  00000-0  10000-3 0   786
+2 17872 012.5319 325.8004 0014929 085.3241 274.9195 01.00318946 75683
+1 17873U 79035E   14237.35333400  .00000100  00000-0  00000+0 0  1046
+2 17873 013.7497 332.8945 0032187 130.9361 208.6336 01.00155642141959
+1 17874U 84016F   14238.03660351 -.00000081  00000-0  00000+0 0  9458
+2 17874 014.6346 351.8219 0041627 113.8315 314.5396 01.00217661 79599
+1 17875U 84090F   14239.04433367  .00000000  00000-0  10000-3 0  9510
+2 17875 014.2186 349.0351 0015585 062.8499 297.3641 01.01256362113192
+1 17911U 87038A   14237.12909596  .00002011  00000-0  13353-3 0  5520
+2 17911 082.4885 116.7488 0013993 137.1847 223.0473 15.06631364486843
+1 17912U 87038B   14237.75081471  .00000214  00000-0  23736-4 0  4353
+2 17912 082.5014 293.1532 0020323 014.3750 345.8038 14.82408605475620
+1 17939U 79087C   14238.10058741  .00000088  00000-0  00000+0 0  2756
+2 17939 013.7526 333.8520 0045159 217.2747 223.5229 01.00488138 80852
+1 17969U 87040A   14238.54082874  .00000000  00000-0  10000-3 0  4659
+2 17969 015.7879 358.5268 0033133 104.8323 255.5811 00.97655263 77736
+1 17972U 87040D   14239.01408770  .00000000  00000-0  10000-3 0  8983
+2 17972 013.7560 351.5320 0018296 187.2044 172.8264 01.03012915 81619
+1 17973U 87041A   14237.47569692  .00000026  00000-0  39262-4 0  8120
+2 17973 070.8964 277.2757 0032638 228.7578 228.5438 14.13928312408010
+1 17974U 87041B   14237.71295015 -.00000256  00000-0 -10300-3 0  1865
+2 17974 071.0068 272.3719 0013004 170.5002 332.4334 14.17112419411252
+1 18095U 87049A   14237.86635429  .00000071  00000-0  35621-4 0  1734
+2 18095 074.0414 019.6110 0015230 000.9094 109.7764 14.32933905422186
+1 18096U 87049B   14237.05824344  .00000062  00000-0  30385-4 0  5817
+2 18096 074.0436 311.5807 0022059 012.0978 348.0700 14.36083482424528
+1 18103U 87050A   14237.45944131 -.00000679  00000-0  00000+0 0  1119
+2 18103 070.1875 353.0912 5438067 159.3570 185.2268 02.00623674199336
+1 18106U 87050D   14230.75524725  .00000000  00000-0  10000-3 0  4790
+2 18106 069.7533 312.6718 5621376 148.9040 262.0541 02.03572691199414
+1 18113U 87051A   14238.11678022 -.00000010  00000-0  39157-4 0  4750
+2 18113 074.0038 049.5719 0017210 235.5670 216.2836 12.44827295235936
+1 18114U 87051B   14238.09471310  .00000007  00000-0  15937-3 0  5787
+2 18114 074.0073 357.1681 0005817 141.7712 328.3760 12.46958410238049
+1 18115U 87051C   14236.39290664  .00000002  00000-0  12050-3 0  6925
+2 18115 074.0052 314.9292 0014036 040.4202 088.7706 12.48766458239621
+1 18116U 87051D   14236.49682980 -.00000027  00000-0 -74181-4 0  3899
+2 18116 074.0014 268.0858 0020280 314.4344 155.7571 12.50670010241524
+1 18117U 87051E   14238.14859029 -.00000003  00000-0  83311-4 0  3858
+2 18117 074.0024 221.1948 0030274 262.0218 171.3455 12.52467689243512
+1 18118U 87051F   14237.15055383  .00000009  00000-0  15682-3 0  3805
+2 18118 074.0052 179.4992 0038638 210.9820 253.0763 12.54207604245110
+1 18119U 87051G   14238.10589338 -.00000005  00000-0  65723-4 0  3937
+2 18119 074.0038 134.2029 0048203 161.0279 305.3455 12.55973618246989
+1 18120U 87051H   14237.33625128 -.00000027  00000-0 -63346-4 0  3957
+2 18120 074.0018 087.5075 0056686 098.5597 011.6066 12.57887488248787
+1 18121U 87051J   14236.13961606 -.00000101  00000-0 -78846-3 0  3862
+2 18121 074.0045 231.9813 0131504 161.3122 266.0687 12.22480236213452
+1 18122U 87052A   14237.98847639 -.00000077  00000-0  10080-4 0  4259
+2 18122 065.0113 050.4626 0054596 208.0127 280.7278 13.84769590375735
+1 18123U 87053A   14238.47533796  .00000077  00000-0  58850-4 0  4337
+2 18123 098.7489 067.4369 0012797 319.1899 121.9786 14.18260090405524
+1 18129U 87054A   14238.12070102  .00000010  00000-0 -56161-5 0  5437
+2 18129 082.9231 274.8252 0012699 065.7688 346.4629 13.72925122361676
+1 18130U 87054B   14238.10697038 -.00000031  00000-0 -46722-4 0  1307
+2 18130 082.9224 233.4080 0016261 359.5966 000.5175 13.76433415364694
+1 18131U 87054C   14236.57866778  .00000113  00000-0  10397-3 0  7297
+2 18131 082.9149 275.4933 0032271 083.2822 039.7412 13.73778704360745
+1 18152U 87055A   14237.45167376  .00001726  00000-0  12779-3 0  6934
+2 18152 082.4969 211.9751 0016481 109.7467 250.5538 15.02454021475285
+1 18153U 87055B   14237.92304006  .00000269  00000-0  30376-4 0  4236
+2 18153 082.5037 347.7254 0021223 219.7099 272.7299 14.82652455466268
+1 18160U 87057A   14238.15582324  .00000033  00000-0  18962-4 0  4037
+2 18160 082.9336 128.8004 0031726 358.2751 111.7529 13.75503632342147
+1 18161U 87057B   14237.75458869  .00000081  00000-0  66733-4 0  5458
+2 18161 082.9333 115.7097 0030078 307.1007 115.3353 13.76857386342973
+1 18187U 87060A   14238.97875288 -.00000006  00000-0  00000+0 0  1378
+2 18187 065.0103 217.8577 0014646 255.8449 104.1484 14.31023808419878
+1 18214U 87062A   14238.08473151  .00001739  00000-0  12402-3 0  2621
+2 18214 082.5071 012.1009 0015103 096.2827 264.0120 15.03860931474037
+1 18215U 87062B   14237.91147303  .00000281  00000-0  31903-4 0  4351
+2 18215 082.5153 165.2032 0019250 264.2881 162.1189 14.82565012463870
+1 18231U 86019RN  14230.61762686  .00000115  00000-0  60789-3 0  9766
+2 18231 098.7768 216.1994 4698366 307.2252 298.4597 05.53133126518970
+1 18232U 76077EY  14238.77866302 -.00000338  00000-0  00000+0 0  9444
+2 18232 102.9486 182.3861 0165228 343.0890 016.5211 13.40296526445061
+1 18241U 87052D   14238.72212550 -.00000013  00000-0  00000+0 0  7756
+2 18241 065.0074 226.4807 0031098 177.1399 183.0311 13.88896438 39969
+1 18257U 87006C   14237.47634940  .00000785  00000-0  18811-3 0  7459
+2 18257 074.0378 276.1218 0006035 024.6445 090.3254 14.55166541525856
+1 18268U 65027X   14234.32240844  .00000699  00000-0  24302-2 0  1928
+2 18268 090.2867 254.5641 0028607 263.8755 095.9105 12.96033750526744
+1 18269U 65027Y   14233.82775116 -.00000132  00000-0 -50258-3 0  5184
+2 18269 090.2923 261.7818 0025736 339.0410 020.9652 12.94170997 11138
+1 18270U 65027Z   14237.81276887 -.00000017  00000-0 -84437-4 0  1095
+2 18270 090.2727 250.5872 0027618 274.4971 209.8127 12.95630883357777
+1 18271U 65027AA  14237.06355250 -.00000429  00000-0 -15393-2 0  4021
+2 18271 090.2860 257.3161 0030323 300.4915 114.6935 12.95553024330533
+1 18272U 76067BL  14228.20278122  .00000288  00000-0  11473-2 0  9308
+2 18272 065.8518 150.6427 0685450 135.2668 011.2850 12.39184642228479
+1 18274U 86030E   14237.28315277  .00000933  00000-0  22213-3 0  6435
+2 18274 074.0495 057.1934 0031703 345.2712 073.9287 14.54963149479080
+1 18275U 81053LT  14235.62489310  .00000378  00000-0  43371-3 0  6242
+2 18275 082.9289 097.0554 0134576 277.3598 137.7916 13.63712851467491
+1 18276U 81053LU  14237.54785470  .00000141  00000-0  12938-3 0  5345
+2 18276 082.9270 261.0031 0013898 025.3067 095.9660 13.75976320362334
+1 18278U 82055BA  14238.68851495  .00000540  00000-0  46715-3 0  2011
+2 18278 065.8370 018.6176 0042045 196.8858 163.1274 13.85790315453734
+1 18279U 82055BB  14238.90847502  .00001738  00000-0  14525-2 0  1114
+2 18279 065.8051 276.5299 0055874 350.1400 009.9034 13.87425031447370
+1 18282U 85094T   14236.64496568  .00000277  00000-0  12733-2 0  2404
+2 18282 082.6253 097.2311 0010725 216.3431 200.3213 12.73887552336592
+1 18290U 86019RY  14238.17874079  .00000163  00000-0  58128-4 0  4145
+2 18290 097.8784 024.8038 0093715 319.3516 161.3461 14.43018020544977
+1 18302U 78026HD  14236.36023328  .00000204  00000-0  19823-3 0  2052
+2 18302 098.8305 189.5188 0243141 216.7440 299.5049 13.77247091478893
+1 18312U 87068A   14237.81766747  .00000085  00000-0  62742-4 0  1425
+2 18312 082.5558 119.6496 0011164 283.0015 144.4550 13.84663701365408
+1 18313U 87068B   14238.09204583  .00000029  00000-0  12875-4 0  8586
+2 18313 082.5575 123.0965 0008795 306.8416 053.1937 13.84133215365365
+1 18316U 87070A   14237.82070315  .00000000  00000-0  10000-3 0  3778
+2 18316 015.0635 014.3484 0000729 169.7701 190.2819 00.99328379 86042
+1 18328U 87073A   14238.16267319  .00000000  00000-0  10000-3 0  3606
+2 18328 016.1203 005.1532 0009266 108.3106 251.8341 00.96480710 95402
+1 18331U 87073D   14238.28953323  .00000000  00000-0  10000-3 0  7389
+2 18331 014.3456 359.9484 0016609 053.9140 306.2899 01.01380276 86769
+1 18334U 87074A   14237.45338174  .00000041  00000-0  16090-3 0  2501
+2 18334 082.5711 154.4415 0012850 231.8371 219.2853 12.66229235246280
+1 18335U 87074B   14236.79063104  .00000023  00000-0  67636-4 0  4219
+2 18335 082.5743 199.8969 0004378 165.5093 268.5102 12.62706947242740
+1 18336U 87074C   14236.82649204  .00000036  00000-0  14029-3 0  3282
+2 18336 082.5664 182.5057 0002373 080.4158 342.3474 12.63529929243535
+1 18337U 87074D   14238.16601770  .00000053  00000-0  23110-3 0  3390
+2 18337 082.5727 178.1238 0003248 330.6898 113.9959 12.64264293244443
+1 18338U 87074E   14238.15008453  .00000040  00000-0  16096-3 0  4515
+2 18338 082.5741 171.5620 0006202 308.7560 182.7828 12.64921192245074
+1 18339U 87074F   14238.17519759  .00000032  00000-0  11445-3 0  3438
+2 18339 082.5644 157.2510 0009021 279.6150 192.6662 12.65434077245606
+1 18340U 87074G   14236.50422664 -.00000002  00000-0 -76823-4 0  1634
+2 18340 082.5663 278.7332 0041035 138.1446 333.4144 12.55542259235743
+1 18350U 87078A   14233.91909969  .00000006  00000-0  00000+0 0  1506
+2 18350 013.7695 029.1459 0002709 228.1365 122.6785 00.98903673 97816
+1 18351U 87078B   14238.95376647  .00000000  00000-0  10000-3 0  5218
+2 18351 014.8947 020.6044 0003384 269.7563 090.2600 00.98682935 84206
+1 18355U 87079A   14238.86789625  .00000000  00000-0  10000-3 0  1606
+2 18355 064.9942 103.2920 0007081 286.9634 073.0642 02.13104031209748
+1 18356U 87079B   14236.77687289  .00000027  00000-0  00000+0 0  2209
+2 18356 065.0099 103.6063 0016951 219.5168 028.4054 02.13103023209781
+1 18357U 87079C   14237.68045882  .00000030  00000-0  00000+0 0   266
+2 18357 065.0078 103.5223 0017098 205.3152 089.9921 02.13103675193415
+1 18360U 87079F   14237.25463769  .00000029  00000-0  00000+0 0  3419
+2 18360 065.0119 102.3772 0007165 272.1373 246.5300 02.13418292209922
+1 18361U 87080A   14236.73466937  .00000056  00000-0  78545-4 0  3676
+2 18361 090.3552 300.3739 0106485 159.9304 200.6080 13.44306401321126
+1 18362U 87080B   14238.15346447  .00000047  00000-0  63466-4 0  6228
+2 18362 090.3554 300.6239 0107780 170.2940 249.2892 13.43912831321026
+1 18363U 87080C   14238.11973355  .00000047  00000-0  64770-4 0  6532
+2 18363 090.3555 300.5382 0106348 181.2156 235.3139 13.43660248320825
+1 18365U 87080E   14236.63124050  .00000226  00000-0  32903-3 0  5416
+2 18365 090.3448 288.6476 0105310 311.1047 175.4156 13.50615093325003
+1 18374U 87079G   14233.69329950  .00000302  00000-0  33595-3 0  1108
+2 18374 065.0296 098.1764 5788381 207.3990 104.0040 04.27788971418463
+1 18375U 87079H   14237.31132139 -.00000725  00000-0 -13630-1 0  5665
+2 18375 064.6355 277.3641 5705766 331.0940 027.9188 04.00052687408066
+1 18384U 87084A   14237.58768297  .00000000  00000-0  10000-3 0  4809
+2 18384 014.6712 005.2000 0007310 137.5432 222.5642 01.00277682 98429
+1 18387U 87084D   14238.98149187  .00000000  00000-0  10000-3 0   163
+2 18387 014.7483 005.5653 0032802 131.0434 229.2908 01.00037236105685
+1 18402U 87087A   14237.91138678  .00000062  00000-0  50371-4 0   792
+2 18402 082.9252 172.5186 0048932 279.5483 142.5037 13.73580617346634
+1 18403U 87087B   14238.12013056  .00000074  00000-0  59501-4 0  8570
+2 18403 082.9198 137.0181 0058084 168.6929 299.4938 13.76377898349135
+1 18410U 87041C   14236.60274019 -.00000001  00000-0  38166-4 0  9719
+2 18410 070.9885 304.2914 0202396 046.7229 061.2969 13.73147387366730
+1 18411U 87041D   14236.54079226  .00000002  00000-0  41782-4 0  9905
+2 18411 071.0326 271.9867 0192338 260.6165 218.9983 13.75500014369046
+1 18412U 87041E   14238.13634310  .00000002  00000-0  41561-4 0  9921
+2 18412 071.0280 255.8290 0196634 282.2743 133.3106 13.75907371369484
+1 18413U 82055BC  14234.73478118  .00000125  00000-0  23918-3 0  6115
+2 18413 065.8251 094.6951 0069968 078.2198 047.4160 13.67185083434165
+1 18414U 82055BD  14238.14315546  .00000182  00000-0  25471-3 0  7301
+2 18414 065.8325 185.0923 0025556 247.9164 218.0004 13.79700530449752
+1 18415U 82055BE  14238.66058566  .00000295  00000-0  33517-3 0   662
+2 18415 065.8309 003.5401 0062710 043.9768 316.6714 13.69074182436291
+1 18416U 87027C   14237.10723748  .00000087  00000-0  11576-3 0  6044
+2 18416 071.0325 110.1667 0186157 156.6204 321.7076 13.76636772378118
+1 18417U 87027D   14238.16831706  .00000062  00000-0  97906-4 0   809
+2 18417 070.9988 168.7426 0204788 282.6415 180.7927 13.73701093375277
+1 18418U 70025PL  14237.13648509  .00000673  00000-0  80664-3 0  7620
+2 18418 100.1929 073.0773 0002499 121.7781 001.8267 13.71231687198735
+1 18421U 87088A   14237.74229893  .00003477  00000-0  20810-3 0   613
+2 18421 082.5008 208.8150 0016633 210.2598 149.7673 15.10616991463280
+1 18422U 87088B   14237.66906983  .00000304  00000-0  34879-4 0  3279
+2 18422 082.5101 058.5197 0019280 215.3644 191.1109 14.82412211449708
+1 18426U 86088C   14236.65312238  .00000070  00000-0  61225-4 0   872
+2 18426 089.1264 284.9157 0070605 146.3915 335.7836 13.72342074389206
+1 18427U 65027AB  14235.58634794  .00000916  00000-0  30145-2 0  9264
+2 18427 090.2730 253.5855 0020731 165.5739 322.8757 13.00110424396869
+1 18428U 76067BM  14236.40109009 -.00001341  00000-0 -37582-2 0   526
+2 18428 065.7395 329.0789 0785929 086.5191 009.3783 12.32101824217440
+1 18429U 76077EZ  14235.68426972  .00000266  00000-0  33248-2 0  5453
+2 18429 102.8754 315.1814 0227193 280.8152 237.7095 12.06000408194228
+1 18431U 68097EJ  14238.83254709  .00000284  00000-0  10507-3 0  2952
+2 18431 062.3600 015.1476 0856416 334.3669 021.7529 13.15815560880607
+1 18443U 87091A   14238.57436890  .00000000  00000-0  10000-3 0  9719
+2 18443 014.7046 004.7700 0004746 169.0951 190.9654 01.00251417 77564
+1 18446U 87091D   14238.86182782  .00000000  00000-0  10000-3 0  2018
+2 18446 014.7148 004.8725 0024708 143.0668 217.1541 01.00141418 86831
+1 18463U 76077FA  14236.85093932 -.00000018  00000-0  22503-3 0  7379
+2 18463 102.0565 243.7425 0095321 025.0360 095.5049 12.23521827701010
+1 18467U 78026HE  14236.53529980  .00000151  00000-0  83658-4 0  5511
+2 18467 098.5321 226.4385 0095772 291.2787 195.8872 14.22101338531040
+1 18468U 68091DD  14236.49871479  .00000568  00000-0  89211-3 0  9090
+2 18468 062.2747 050.3609 0763180 251.8681 132.9572 12.75753999 48699
+1 18469U 78026HF  14238.00324455  .00000366  00000-0  29352-3 0  6673
+2 18469 098.9612 311.6534 0045877 247.5706 236.6637 13.96511082503906
+1 18470U 73086GU  14237.19239824  .00000113  00000-0  16544-2 0  3653
+2 18470 101.8569 353.5613 0180766 129.4061 348.4959 12.06589737299380
+1 18471U 76067BN  14238.51973333 -.00000089  00000-0  00000+0 0  6038
+2 18471 065.7568 017.0982 0968708 044.9983 322.5887 12.18742199201442
+1 18472U 73086GV  14235.85493354 -.00000033  00000-0  62739-4 0  3488
+2 18472 101.4990 226.1464 0014540 248.1866 228.7377 12.77424491373585
+1 18475U 75004HK  14236.55788354  .00000169  00000-0  49233-4 0  6451
+2 18475 098.0351 349.2477 0048864 342.7799 078.9913 14.54721329540846
+1 18476U 87041F   14237.49829985  .00000001  00000-0  40083-4 0  9694
+2 18476 070.9936 336.3351 0207649 038.3472 047.0414 13.72285992365946
+1 18477U 82055BF  14237.10407935  .00001900  00000-0  10789-2 0  7066
+2 18477 065.8175 232.0726 0015233 159.4748 317.4033 14.12238843464679
+1 18479U 65027AC  14238.04408588  .00000102  00000-0  33506-3 0  1078
+2 18479 090.2840 256.6115 0027555 246.7059 169.3020 12.96019207389511
+1 18490U 68097EN  14238.05602766  .00007129  00000-0  12561-2 0  8515
+2 18490 062.7329 205.0309 0590005 039.4073 029.5752 13.93354156731604
+1 18494U 77121BQ  14237.20145869  .00000025  00000-0  13057-3 0   601
+2 18494 065.8216 157.2481 0122411 223.0071 208.6769 13.60194790281212
+1 18496U 73081D   14237.16018028  .00000182  00000-0  15701-3 0  1181
+2 18496 090.0990 104.0024 0135487 005.7569 121.5412 13.79263315332631
+1 18500U 75112E   14236.04381676  .00000551  00000-0  15409-3 0  4674
+2 18500 074.0445 089.9954 0013156 349.5739 161.6077 14.48486642548305
+1 18501U 78019E   14236.81288420  .00000809  00000-0  17818-3 0  8937
+2 18501 074.0584 138.0347 0011431 315.7429 115.6360 14.59088754556393
+1 18502U 82051D   14236.46135161  .00000547  00000-0  15150-3 0  7994
+2 18502 074.0656 331.7458 0001539 314.0174 171.0099 14.48954247545307
+1 18503U 61015LU  14238.02073041  .00044525  00000-0  11563-2 0  5001
+2 18503 066.9343 069.2563 0036857 238.8707 206.6035 15.38025198579864
+1 18504U 76098E   14237.76492164  .00002145  00000-0  37050-3 0  5428
+2 18504 074.0411 014.9678 0011906 219.4126 205.6088 14.69039129558274
+1 18505U 81053LW  14235.71528939  .00001142  00000-0  93457-3 0  7284
+2 18505 083.2895 329.9489 0084170 205.6083 307.4492 13.87107284473198
+1 18507U 82055BG  14236.52954466 -.00000039  00000-0  47356-4 0  5255
+2 18507 065.8331 288.6656 0046073 347.4657 116.3312 13.66092698607949
+1 18509U 82051E   14238.17388907  .00000780  00000-0  20923-3 0  7239
+2 18509 074.0064 232.8387 0010036 227.8245 261.2334 14.49823781451298
+1 18510U 82051F   14237.13797998  .00000643  00000-0  17767-3 0  1403
+2 18510 073.9927 243.1321 0015883 272.2998 155.7422 14.48757123463139
+1 18512U 77119E   14238.11812507  .00001728  00000-0  30633-3 0  4312
+2 18512 074.0367 010.4264 0004728 265.2393 149.6660 14.68079771572101
+1 18513U 70025PN  14236.97028806  .00001251  00000-0  70352-3 0  6365
+2 18513 099.7649 026.9823 0062050 164.5950 322.8863 14.11617032513756
+1 18517U 70089DD  14237.62466117  .00001504  00000-0  42510-3 0  8978
+2 18517 062.4281 056.3827 0485755 280.7295 141.6574 13.97275940263450
+1 18518U 76126BW  14237.08465138  .00000365  00000-0  62641-3 0  1399
+2 18518 065.7587 237.4264 0733395 010.0968 044.2853 12.77485696197070
+1 18519U 84019D   14238.11684965  .00000770  00000-0  18108-3 0  3319
+2 18519 074.0460 260.3668 0013147 304.0349 118.3015 14.56074933431703
+1 18525U 86088D   14237.77278635  .00000152  00000-0  12624-3 0  2262
+2 18525 089.9758 003.4856 0004937 024.2193 071.7092 13.84574218401373
+1 18526U 86030F   14237.03550082  .00000657  00000-0  16962-3 0  5585
+2 18526 074.0384 093.7941 0003078 005.0462 113.4291 14.51928898431798
+1 18527U 87027E   14236.80535784  .00000041  00000-0  77350-4 0   827
+2 18527 070.9950 129.3138 0197442 286.2340 140.4077 13.74883489376301
+1 18530U 87080F   14236.60211351  .00000121  00000-0  16074-3 0  7099
+2 18530 090.3811 006.3936 0084988 332.9578 146.6222 13.54896278331061
+1 18533U 65027AD  14238.04734411 -.00000271  00000-0 -99177-3 0   205
+2 18533 090.2850 256.7726 0023737 282.8240 132.5381 12.94987114335807
+1 18534U 65027AE  14237.36622808  .00000488  00000-0  17209-2 0  3460
+2 18534 090.3098 271.4890 0031359 267.1885 152.1788 12.94645146282771
+1 18538U 65027AF  14229.87794163  .00000296  00000-0  10405-2 0  4936
+2 18538 090.2820 253.7831 0027940 334.5339 143.6022 12.94222506936503
+1 18539U 74089EZ  14231.93808387  .00000093  00000-0  85781-3 0  3393
+2 18539 101.3196 222.9270 0028143 259.2174 128.2294 12.52488939 51916
+1 18540U 76077FC  14237.97342122  .00005740  00000-0  41296-1 0  7023
+2 18540 103.5652 248.1496 0460035 346.5243 065.6378 12.17667227850729
+1 18543U 63014DJ  14228.27919558 -.00000369  00000-0 -13040+0 0  7601
+2 18543 087.2432 190.2239 0724717 251.5546 100.5251 08.67430078745352
+1 18545U 86100C   14237.82518383  .00001017  00000-0  67895-3 0  6638
+2 18545 082.9247 257.3578 0018122 233.7095 188.5039 14.00094232400190
+1 18549U 68091DE  14237.92379780  .00000229  00000-0  38292-3 0  7250
+2 18549 062.2208 347.5373 0710090 025.3752 075.0802 12.90597354 71276
+1 18550U 87027F   14235.96518344  .00000010  00000-0  46053-4 0   835
+2 18550 071.0259 051.3900 0181908 153.1153 003.0705 13.78336438379492
+1 18551U 68091DF  14238.84655375  .00001394  00000-0  68931-3 0  3019
+2 18551 062.3167 308.3919 0740464 302.5594 050.6388 13.25991190 73058
+1 18552U 86086C   14237.22661520  .00001754  00000-0  10093-2 0  3479
+2 18552 082.9223 311.7181 0030365 196.1477 218.7175 14.08486034413550
+1 18560U 82055BH  14235.34161000  .00000001  00000-0  92182-4 0  8761
+2 18560 065.8316 220.7781 0047110 336.0145 091.3870 13.68906311347654
+1 18561U 87080G   14236.44361078  .00000296  00000-0  43409-3 0  5427
+2 18561 090.3547 317.4624 0112475 329.9924 150.6270 13.50459587324788
+1 18562U 87080H   14236.53832017  .00000303  00000-0  50042-3 0  1026
+2 18562 090.0584 159.6850 0182227 157.7573 267.6267 13.38442012313349
+1 18565U 81053LY  14238.68003383 -.00008634  00000-0  10000-3 0  7568
+2 18565 082.4470 124.9530 0157477 256.6489 101.7669 13.31815762329211
+1 18570U 87095A   14237.47014281  .00000000  00000-0  10000-3 0  9729
+2 18570 014.9728 005.7262 0058558 024.2415 336.0786 00.98913575 86188
+1 18571U 87078F   14239.15835920 -.00148091  00000-0  00000+0 0  1450
+2 18571 006.7080 170.5235 6184668 041.0599 351.7936 03.78014594241243
+1 18575U 87096A   14237.92719810  .00000000  00000-0  10000-3 0  4258
+2 18575 014.7582 005.9675 0005447 094.4632 265.6489 01.00235297 97998
+1 18578U 87096D   14238.72880425  .00000000  00000-0  10000-3 0   987
+2 18578 014.6335 005.5670 0026096 127.5081 232.7799 01.00559506 94736
+1 18585U 87098A   14237.79887250  .00000051  00000-0  27976-4 0  2446
+2 18585 074.0046 095.6379 0020876 021.8379 338.3657 14.33319070397513
+1 18586U 87098B   14237.49163708  .00000155  00000-0  61962-4 0  1053
+2 18586 074.0090 025.5290 0021816 323.0230 097.8416 14.36446162399928
+1 18589U 64006N   14239.09769469 -.00001436  00000-0  10000-3 0  8028
+2 18589 058.7929 264.0242 1905929 036.2629 335.4076 09.79144037 56852
+1 18591U 76077FD  14237.15625961  .00011733  00000-0  21512+0 0  7424
+2 18591 101.0931 295.9437 1185010 339.2615 068.0123 10.59418735135298
+1 18592U 81053LZ  14237.45620524  .00001378  00000-0  74019-3 0  8809
+2 18592 082.9440 272.6641 0015910 152.8976 273.5724 14.12256298   534
+1 18597U 68097EQ  14239.11599944  .00000143  00000-0  21602-3 0  1456
+2 18597 062.2605 070.1110 0770244 221.6031 132.4235 12.69756242 39031
+1 18598U 81088N   14230.47453138  .00000024  00000-0  67542-4 0   345
+2 18598 063.3047 257.1670 4689822 210.2203 339.7593 05.73639628668292
+1 18599U 76077FE  14238.58467344  .00012376  00000-0  10000-3 0  1779
+2 18599 100.7000 124.4659 0746353 065.8423 301.9317 11.74273729271499
+1 18600U 76077FF  14235.76770919  .00000054  00000-0  20708-2 0  1960
+2 18600 102.0364 284.0024 0781733 319.9554 100.6954 10.91130718998471
+1 18601U 81053MB  14228.50247341  .00001125  00000-0  71712-3 0  1336
+2 18601 082.7968 237.2299 0054341 266.6836 220.0612 14.02150553372490
+1 18602U 68091DG  14238.57641675  .00001003  00000-0  11396-2 0   447
+2 18602 062.2378 133.2537 0698188 004.6947 356.0612 12.95894163 85083
+1 18603U 62010G   14235.96668799 -.00000034  00000-0 -75198-2 0  6181
+2 18603 086.6665 230.7045 0300027 316.1617 063.9504 09.40987627972912
+1 18606U 76067BP  14237.29614762 -.00000007  00000-0  16567-3 0  7580
+2 18606 065.8398 024.6528 0635595 123.5074 316.4636 12.45143071276950
+1 18608U 85077K   14236.74403779  .00000641  00000-0  16364-3 0  5010
+2 18608 074.0507 340.2856 0012289 004.3062 118.0521 14.52540019451439
+1 18615U 63014DK  14230.20149381 -.00002086  00000-0 -93176-1 0  6603
+2 18615 085.8124 302.2164 2068070 010.9168 013.4507 08.77720193667549
+1 18616U 69082LB  14236.35406807  .00000341  00000-0  32096-3 0  4419
+2 18616 070.1332 212.7073 0166463 115.9189 315.0585 13.83074725347159
+1 18631U 87100A   14236.20477685 -.00000312  00000-0  00000+0 0  1066
+2 18631 015.1729 005.8767 0005096 125.3260 216.8711 01.00313924 97812
+1 18634U 87100D   14238.50941046  .00000000  00000-0  10000-3 0  8178
+2 18634 014.1679 002.6830 0020172 142.4687 217.7244 01.03394879100872
+1 18637U 81053MC  14235.83078154  .00000961  00000-0  58561-3 0  2732
+2 18637 082.9700 049.0298 0058321 341.8727 018.0365 14.04350862488608
+1 18639U 81053ME  14236.51150316  .00000543  00000-0  64711-3 0  2539
+2 18639 083.0668 342.8168 0153623 117.5473 002.4741 13.60539838450306
+1 18640U 81053MF  14234.91754809  .00000995  00000-0  96186-3 0  5119
+2 18640 083.2121 309.7084 0092020 249.1145 231.8357 13.77066631466003
+1 18645U 73086GX  14229.72314053 -.00000152  00000-0 -82147-3 0  9929
+2 18645 102.1993 314.5043 0114995 075.9342 077.7304 12.36587039331324
+1 18647U 73086GY  14227.37895986 -.00000048  00000-0 -24016-4 0  7136
+2 18647 101.7395 282.9256 0074353 208.5342 214.6307 12.46764890802880
+1 18648U 68097ED  14236.26979150  .00000436  00000-0  46341-3 0  2753
+2 18648 062.2139 311.8259 0637617 042.2548 058.2247 13.18378614 87304
+1 18650U 79078E   14237.81326720  .00004040  00000-0  50089-3 0  1970
+2 18650 074.0683 021.1361 0004866 356.3590 122.5313 14.83010316539482
+1 18651U 61015LW  14238.06521709 -.00000015  00000-0  11798-3 0  4904
+2 18651 065.6960 113.2227 0736139 073.1557 294.8817 12.40278376251445
+1 18665U 87101A   14238.12254202  .00000005  00000-0  25430-4 0  2399
+2 18665 066.0855 179.2523 0045047 247.1696 112.4648 14.54162879421170
+1 18670U 65027AG  14237.78622098 -.00000242  00000-0 -88608-3 0  3976
+2 18670 090.2638 245.6226 0030468 311.5411 048.3096 12.95194213  7145
+1 18671U 73086GZ  14237.71989413  .00000123  00000-0  12405-2 0  8366
+2 18671 101.8388 294.4640 0111575 204.3962 281.7061 12.38864222226631
+1 18675U 65027AH  14235.23188101  .00000314  00000-0  10449-2 0  1884
+2 18675 090.2593 242.9815 0025789 163.9593 328.2164 12.98062090298344
+1 18680U 86101L   14237.23226416  .00000545  00000-0  33634-3 0  9741
+2 18680 082.5454 313.8346 0015085 166.9791 248.2844 14.03705232411341
+1 18681U 86030G   14236.74670035  .00000486  00000-0  15952-3 0  7125
+2 18681 074.0347 339.5286 0017186 182.7088 303.7404 14.40868290423264
+1 18688U 63014DM  14237.30670341 -.00000033  00000-0 -16883-1 0  3490
+2 18688 087.3257 252.1843 0017195 181.6732 180.9653 08.65095731746374
+1 18689U 76067BR  14237.61909446 -.00000080  00000-0 -26584-3 0  2119
+2 18689 065.8195 308.6439 0935575 154.1720 329.9969 11.55459582894020
+1 18691U 65027AJ  14237.79562853  .00000524  00000-0  18338-2 0  2963
+2 18691 090.2651 249.9388 0023557 274.9905 208.8645 12.95330239266498
+1 18693U 74089FA  14239.01077595  .00001665  00000-0  10000-3 0  1442
+2 18693 101.7238 258.3768 0190108 323.0252 035.8412 12.73160531228909
+1 18697U 87098C   14236.98166851  .00000830  00000-0  21830-3 0  5481
+2 18697 074.0015 199.6636 0005705 049.8541 061.0330 14.50654799405864
+1 18698U 87098D   14236.48988264  .00000533  00000-0  16843-3 0  5744
+2 18698 073.9910 013.2881 0015490 221.7621 204.3859 14.42555935399652
+1 18701U 87105A   14237.16652466 -.00000210  00000-0  00000+0 0  8735
+2 18701 068.3792 040.1819 5691373 185.8200 162.8375 02.00349998196142
+1 18704U 87105D   14235.36795419 -.00000955  00000-0  00000+0 0  2824
+2 18704 065.5131 209.1175 6810909 161.4398 354.5438 02.04205894162895
+1 18709U 87106A   14238.00891725  .00000041  00000-0  27816-4 0  4131
+2 18709 082.9149 034.4185 0028204 168.7283 313.1180 13.74140673337563
+1 18710U 87106B   14236.99622309  .00000051  00000-0  36714-4 0  4430
+2 18710 082.9140 012.2389 0024422 078.8238 056.2005 13.75957644339079
+1 18715U 87109A   14235.38435260 -.00000114  00000-0  00000+0 0  4556
+2 18715 016.1354 011.5263 0046807 128.6863 256.3427 00.95881894 79424
+1 18718U 87109D   14238.99745799  .00000000  00000-0  10000-3 0  9935
+2 18718 014.5884 006.3201 0068521 157.4746 202.8809 01.00829120 88621
+1 18725U 87020C   14237.62461265 -.00000099  00000-0 -62778-3 0  3097
+2 18725 073.7644 292.6128 0072849 253.3386 225.0310 12.38040498205656
+1 18727U 87020E   14236.79616478 -.00000001  00000-0  98128-4 0   485
+2 18727 073.3615 027.7881 0088141 140.4516 330.9234 12.64592735231529
+1 18728U 87020F   14236.49128591  .00000023  00000-0  31123-3 0  2450
+2 18728 073.6178 242.1792 0063519 075.6405 044.6026 12.35453269203117
+1 18729U 87020G   14236.57670205  .00000046  00000-0  55881-3 0  8384
+2 18729 073.8157 311.9166 0125076 167.7032 309.4611 12.23309731191538
+1 18730U 87020H   14238.12229135 -.00000040  00000-0 -24579-3 0  1548
+2 18730 073.9298 275.6735 0186487 306.1684 117.8003 12.13104803181762
+1 18731U 87020J   14237.00040441  .00000046  00000-0  45493-3 0  6352
+2 18731 073.6271 069.8946 0015259 246.2219 229.5586 12.43146679210281
+1 18733U 87020L   14237.48130667  .00009537  00000-0  17271-1 0  5675
+2 18733 073.4594 027.6581 0022034 023.1280 032.7424 13.40967522261899
+1 18737U 87020Q   14236.03337517 -.00000039  00000-0 -15806-3 0  6004
+2 18737 073.6030 071.3951 0028146 295.3572 181.8585 12.41429077209304
+1 18742U 87020V   14237.02984564  .00000398  00000-0  25251-2 0  9519
+2 18742 073.5162 091.1642 0053114 350.6773 122.3497 12.55775645220061
+1 18746U 87020Z   14237.73739054  .00003527  00000-0  17395-1 0  7517
+2 18746 073.4976 350.7333 0026134 022.6058 094.4355 12.71899337223891
+1 18747U 87020AA  14237.81696867 -.00000001  00000-0  12635-3 0  4720
+2 18747 073.6278 150.0066 0041801 336.6690 080.9248 12.38736244206680
+1 18748U 88001A   14237.10615765  .00002679  00000-0  16740-3 0  2957
+2 18748 082.4922 354.6059 0014935 180.9577 179.1626 15.08984689450546
+1 18749U 88001B   14237.96472425  .00000304  00000-0  34684-4 0  4386
+2 18749 082.5164 186.2766 0020598 092.3646 334.6383 14.82586018438386
+1 18751U 87020AC  14235.67404256  .00000030  00000-0  37549-3 0  7596
+2 18751 073.6306 307.7952 0074345 130.0658 037.8392 12.32700473200607
+1 18752U 87020AD  14236.50206008  .00000021  00000-0  21476-3 0  2389
+2 18752 073.9177 254.7174 0061481 024.4705 091.3756 12.59595964226276
+1 18753U 87020AE  14236.50623955  .00000034  00000-0  36317-3 0  6742
+2 18753 073.4470 243.1434 0022788 046.2266 074.6843 12.45021616212044
+1 18754U 87020AF  14236.50620044  .00000072  00000-0  49463-3 0  9683
+2 18754 073.6322 289.9858 0076160 231.1013 240.7381 12.63600445229863
+1 18755U 87020AG  14236.68029516  .00000080  00000-0  71020-3 0   909
+2 18755 073.6378 097.4053 0032858 272.0943 145.6718 12.41962541209461
+1 18756U 87020AH  14236.02415385  .00000040  00000-0  41032-3 0   750
+2 18756 073.6307 069.1817 0025529 237.5673 247.6871 12.43285265210076
+1 18757U 87020AJ  14239.18904438  .00002637  00000-0  10000-3 0  4763
+2 18757 073.6922 016.8494 0029475 093.5515 266.9319 13.04262810241130
+1 18758U 87020AK  14236.94676939  .00000038  00000-0  42397-3 0  7442
+2 18758 073.6272 181.1494 0053536 017.5799 051.5772 12.37768443204521
+1 18764U 85042G   14236.82157759  .00000105  00000-0  55596-4 0  1661
+2 18764 066.5924 126.0786 0096718 189.1198 236.4236 14.44213634400910
+1 18765U 85042H   14237.38269614  .00001418  00000-0  45255-3 0  2409
+2 18765 066.5835 198.7879 0014150 280.4654 079.4855 14.42600311390957
+1 18766U 85042J   14237.47228249  .00001379  00000-0  61112-3 0  1538
+2 18766 066.5709 233.6846 0060490 341.5484 096.8006 14.25168344372844
+1 18767U 85042K   14237.27770473  .00000637  00000-0  47696-3 0  7799
+2 18767 066.5912 200.0586 0160850 234.5637 242.4113 13.95049430347853
+1 18775U 78026HH  14237.19303506  .00000556  00000-0  42755-3 0  1247
+2 18775 099.3056 017.2901 0064492 228.9618 255.1560 13.96619034313815
+1 18779U 78026HJ  14237.43092712  .00001346  00000-0  70950-3 0  2003
+2 18779 099.0519 107.7062 0087853 254.6594 231.1197 14.13753065380646
+1 18783U 65027AK  14234.87891354  .00000868  00000-0  28967-2 0  1354
+2 18783 090.3079 276.1365 0029846 100.6010 023.4829 12.99004464256318
+1 18784U 65027AL  14236.34137971  .00000146  00000-0  49111-3 0  1519
+2 18784 090.2796 252.1366 0038109 292.8557 125.0192 12.95398845243617
+1 18785U 70025PQ  14238.04522258  .00000078  00000-0  16984-3 0  2471
+2 18785 100.0287 313.1868 0002629 226.4991 256.4448 13.59320950333156
+1 18788U 88002A   14236.24660971  .00000050  00000-0  21825-3 0  8378
+2 18788 082.6133 141.0670 0001838 049.0288 111.0635 12.62763518226421
+1 18789U 88002B   14236.81601012  .00000031  00000-0  11029-3 0  8399
+2 18789 082.6019 124.1175 0003440 278.2145 152.9669 12.63525870227246
+1 18790U 88002C   14237.11072591  .00000033  00000-0  12211-3 0  9497
+2 18790 082.6078 120.3424 0007335 223.7989 252.7473 12.64291898228037
+1 18791U 88002D   14238.17674189  .00000002  00000-0 -46567-4 0  5547
+2 18791 082.6076 112.8749 0010874 204.2178 271.7158 12.64963350228803
+1 18792U 88002E   14236.12838003  .00000013  00000-0  13809-4 0  3427
+2 18792 082.5968 099.2265 0014297 184.6772 348.6560 12.65608519229130
+1 18793U 88002F   14238.16335975 -.00000001  00000-0 -65240-4 0  5544
+2 18793 082.6037 095.1483 0018590 142.2028 340.0727 12.66339925230125
+1 18794U 88002G   14236.56875208  .00000012  00000-0  87447-5 0  1589
+2 18794 082.6006 213.3283 0038657 055.7994 080.3394 12.55544283219539
+1 18800U 87020AL  14237.44123358 -.00000033  00000-0 -11801-3 0  6978
+2 18800 073.5924 130.7634 0050545 032.8781 018.6250 12.38727327206665
+1 18801U 87020AM  14237.69468848  .00000332  00000-0  16269-2 0  3139
+2 18801 073.1337 335.8588 0127669 158.1270 321.3063 12.74206191238205
+1 18802U 87020AN  14236.49335936  .00000097  00000-0  95681-3 0  1174
+2 18802 073.5941 009.1074 0103566 278.5037 148.6046 12.29851540196567
+1 18803U 87020AP  14236.27866600  .00000076  00000-0  77473-3 0  5415
+2 18803 073.4505 193.4350 0085024 356.5380 123.5366 12.31733689199165
+1 18804U 87020AQ  14236.65339601 -.00000038  00000-0 -15202-3 0  2345
+2 18804 073.6021 068.3968 0027741 298.1975 134.8546 12.41440763208636
+1 18805U 87020AR  14236.31055940  .00000027  00000-0  31270-3 0   145
+2 18805 073.7065 113.7571 0020574 145.3833 327.2716 12.43112051208628
+1 18806U 87020AS  14237.25581718 -.00000024  00000-0 -43817-4 0  1968
+2 18806 073.4836 172.8231 0085940 274.0204 206.2426 12.34458061200531
+1 18807U 87020AT  14237.45036406  .00005712  00000-0  95268-2 0  8688
+2 18807 073.7864 339.4724 0245859 293.5367 195.9905 13.35365693911037
+1 18819U 85042L   14236.92162978  .00006381  00000-0  12378-2 0  2147
+2 18819 066.5656 176.4334 0023117 173.0211 246.4181 14.63673179390779
+1 18820U 88005A   14237.82099160  .00000110  00000-0  83317-4 0  6953
+2 18820 082.5455 159.1998 0015789 335.9880 076.7804 13.85337169343208
+1 18821U 88005B   14237.78007544  .00000060  00000-0  40098-4 0  2571
+2 18821 082.5456 159.1731 0013707 344.2092 070.7509 13.85075877343190
+1 18822U 88006A   14238.47500596  .00000130  00000-0  72196-4 0  1622
+2 18822 098.7618 107.6175 0007285 125.9050 234.2807 14.26800432381023
+1 18866U 70091AV  14236.11412156  .00001332  00000-0  48266-3 0  8642
+2 18866 062.6744 049.0914 0798128 188.2326 294.2702 13.30929552139538
+1 18870U 73086HA  14236.83069598  .00000036  00000-0  81827-3 0  4298
+2 18870 101.7519 225.6696 0363863 023.8214 091.4824 11.92992436960240
+1 18877U 88012A   14238.17720910  .00000000  00000-0  10000-3 0   956
+2 18877 014.4250 030.4941 0007468 193.7964 166.2533 00.98133964 85343
+1 18881U 88013A   14233.91672932 -.00000718  00000-0  00000+0 0  9590
+2 18881 068.7152 289.7256 5918811 152.6287 257.9369 02.00731003194045
+1 18883U 88013C   14239.16790582  .00000000  00000-0  10000-3 0  1733
+2 18883 068.1872 219.1831 5917487 131.4189 297.1704 02.04030067197497
+1 18902U 81053MG  14235.88426248  .00001515  00000-0  69662-3 0  1440
+2 18902 082.9488 201.7984 0003151 204.6921 155.4111 14.20637575 91699
+1 18904U 84113F   14231.87140300  .00009740  00000-0  46006-2 0   543
+2 18904 026.6127 074.0958 4386971 130.7417 276.5922 06.53398027486635
+1 18906U 73086HB  14236.29353595 -.00000052  00000-0 -17341-4 0   793
+2 18906 102.3559 246.7573 0089035 344.6592 145.0932 12.55827071230718
+1 18907U 76126BY  14239.06434186  .00001367  00000-0  32537-3 0  2755
+2 18907 065.8184 207.9715 0917465 187.8772 170.7414 13.19576330277088
+1 18908U 61015LY  14236.21265616  .00001524  00000-0  39146-3 0  5291
+2 18908 065.7302 272.1336 0116654 135.5804 225.4725 14.49367385408351
+1 18910U 87020AU  14236.49325459  .00000068  00000-0  58309-3 0  3629
+2 18910 073.6796 020.5329 0019534 098.0593 335.0188 12.47329460212759
+1 18911U 67014M   14236.05803566  .00008951  00000-0  11981-2 0  3794
+2 18911 038.7657 217.9390 0277613 115.7372 302.6863 14.55983620371441
+1 18912U 69070D   14212.57842867  .00716574  22061-3  18115-2 0   836
+2 18912 073.9514 292.3394 0012113 314.2217 108.6762 15.95316184479465
+1 18922U 88014A   14236.90421351 -.00000164  00000-0  00000+0 0  3371
+2 18922 014.6520 019.4163 0008305 086.0673 274.0810 01.00243265 96855
+1 18937U 88016A   14235.98843381 -.00000032  00000-0 -11166-3 0  5698
+2 18937 074.0049 054.1725 0034856 326.7393 197.9759 12.44564593202023
+1 18938U 88016B   14236.48336051 -.00000001  00000-0  99229-4 0  6891
+2 18938 074.0089 000.5139 0024522 281.8935 142.8714 12.46788926204239
+1 18939U 88016C   14236.34780407  .00000001  00000-0  11630-3 0  6994
+2 18939 074.0066 312.7904 0012447 224.0680 200.0771 12.48796194206153
+1 18940U 88016D   14236.45120191 -.00000025  00000-0 -55944-4 0  2829
+2 18940 074.0026 263.3869 0008146 239.6904 225.6042 12.50857136208157
+1 18941U 88016E   14237.13546941 -.00000014  00000-0  13282-4 0  4829
+2 18941 074.0044 215.0135 0011512 251.5489 184.3144 12.52830382210142
+1 18942U 88016F   14238.14804003  .00000015  00000-0  19411-3 0  3871
+2 18942 074.0068 167.6366 0020473 211.9586 256.2800 12.54742144212129
+1 18943U 88016G   14236.80595524 -.00000001  00000-0  93924-4 0  3966
+2 18943 074.0048 125.1142 0029324 174.3273 249.3530 12.56574220213728
+1 18944U 88016H   14236.73425003 -.00000040  00000-0 -13827-3 0  4039
+2 18944 074.0032 078.4412 0039827 112.3277 318.8321 12.58500220215562
+1 18945U 88016J   14236.36484760 -.00000026  00000-0 -10464-3 0  3659
+2 18945 074.0097 178.2760 0139748 144.1939 348.8734 12.23960487182190
+1 18946U 88017A   14238.19049267  .00000000  00000-0  10000-3 0  7585
+2 18946 063.6825 102.3164 6941877 274.5529 015.8302 02.00617692193884
+1 18949U 88017D   14233.46609481 -.00000441  00000-0 -16698-1 0  7659
+2 18949 063.7818 049.1072 7035155 279.8553 022.6912 02.10111741182409
+1 18951U 88018A   14237.48830979 -.00000221  00000-0  00000+0 0  6862
+2 18951 012.4588 038.1229 0007224 115.6396 284.9594 00.99660242 81610
+1 18952U 88018B   14238.17670067  .00000000  00000-0  10000-3 0  9671
+2 18952 014.7545 027.9932 0101856 043.9162 316.9504 00.97954464 73209
+1 18953U 88018C   14238.55137361  .00001158  00000-0  27475-2 0  4223
+2 18953 006.9774 299.2146 7136581 128.7157 319.6164 02.38356391221685
+1 18957U 88019A   14238.84226056  .00000007  00000-0  65046-5 0  2735
+2 18957 065.0447 041.7496 0059902 253.7801 105.7118 13.79634635334224
+1 18958U 88020A   14237.44049141  .00001731  00000-0  13433-3 0  4021
+2 18958 082.5329 013.3160 0012987 165.4258 194.7344 15.00720116437362
+1 18959U 88020B   14238.12662103  .00000229  00000-0  25413-4 0  3265
+2 18959 082.5400 149.3545 0015444 279.8898 217.5629 14.82840822428491
+1 18960U 88021A   14237.19340527  .00000021  00000-0  48847-4 0  2767
+2 18960 099.4037 262.0773 0015230 136.6881 265.0712 13.96649656251184
+1 18961U 88021B   14237.97720981 -.00000303  00000-0 -17011-3 0  7061
+2 18961 099.2805 212.5647 0055354 158.5683 238.6696 14.00714905351768
+1 18964U 65027AM  14237.80655243  .00000187  00000-0  63060-3 0  3895
+2 18964 090.2700 248.7280 0037473 274.9334 209.2420 12.96061484296484
+1 18965U 65027AN  14237.39789650  .00000392  00000-0  13469-2 0  9251
+2 18965 090.3097 273.9003 0042601 284.0762 140.1727 12.96237861391409
+1 18967U 65027AP  14237.34840400  .00000476  00000-0  16778-2 0  2813
+2 18967 090.2916 260.3367 0024782 308.2545 108.4450 12.94715338260055
+1 18969U 87020AW  14236.38507883  .00000143  00000-0  11576-2 0  9347
+2 18969 073.6205 082.3976 0033183 266.7255 158.9934 12.42673392208327
+1 18985U 88023A   14238.13950949  .00000031  00000-0  16584-4 0   623
+2 18985 082.9550 111.9519 0040161 315.3210 154.0134 13.76353613202927
+1 18986U 88023B   14236.21806723  .00000090  00000-0  73562-4 0  1929
+2 18986 082.9515 088.6780 0041026 222.6037 276.0083 13.78515078329001
+1 18998U 77121BS  14239.10277543  .00000230  00000-0  23071-3 0  3323
+2 18998 065.8278 277.2613 0119772 079.3833 282.1159 13.74422319347548
+1 19000U 76077FH  14237.83546449 -.00000044  00000-0 -12797-4 0  8738
+2 19000 101.9956 232.2604 0078900 117.3086 001.4415 12.26687759198019
+1 19005U 87020BA  14237.53151356 -.00000000  00000-0  11432-3 0  2749
+2 19005 073.8692 261.4846 0034742 349.8118 134.8279 12.42685722209753
+1 19006U 87020BB  14239.07371778  .00006412  00000-0  10000-3 0  5131
+2 19006 073.4591 120.1540 0042568 078.5913 282.0512 13.38386010256307
+1 19008U 84088G   14215.01421167  .00000402  00000-0  19240-3 0  1167
+2 19008 028.7366 114.1060 1835597 207.1708 293.4643 11.12006846 85045
+1 19017U 88028A   14238.15468646  .00000000  00000-0  10000-3 0  2719
+2 19017 015.8408 009.6439 0038616 085.7971 274.6886 00.97825293 77312
+1 19020U 88028D   14232.71503227 -.00000193  00000-0  00000+0 0  2825
+2 19020 015.8863 009.4867 0019075 029.1039 326.3094 00.97786261 94236
+1 19024U 71015DN  14238.69640744  .00000299  00000-0  35858-3 0  2612
+2 19024 066.2783 003.8996 0511087 158.4958 203.8868 13.22323005274848
+1 19025U 81053MH  14237.93110521  .00001440  00000-0  83394-3 0  4751
+2 19025 082.7157 047.2563 0027711 008.2131 118.4686 14.08079507493101
+1 19026U 81053MJ  14235.33621715  .00000873  00000-0  93169-3 0  4734
+2 19026 083.1702 348.2560 0122586 284.1900 130.2725 13.69804906459393
+1 19027U 81053MK  14234.22169134  .00002006  00000-0  14456-2 0  1068
+2 19027 083.0197 304.2589 0080544 196.2920 219.6546 13.94799980476807
+1 19030U 63014DY  14233.84026395 -.00000084  00000-0 -40910-1 0   852
+2 19030 087.3558 275.8419 0038441 344.3181 015.6481 08.64328141759666
+1 19033U 73086HC  14237.80362449  .00000157  00000-0  12972-2 0  9146
+2 19033 101.5762 225.9068 0035224 131.5128 348.8081 12.50844872343967
+1 19038U 88029A   14237.20141230  .00000037  00000-0  22019-4 0  6117
+2 19038 074.0450 091.0787 0023923 161.0117 338.4368 14.34963053381073
+1 19039U 88029B   14237.03774314  .00000062  00000-0  29052-4 0  1065
+2 19039 074.0500 030.5720 0022919 098.2740 040.9261 14.38020978383187
+1 19045U 88032A   14238.15772612  .00104297  00000-0  62139-3 0  9277
+2 19045 097.2097 307.8617 0004033 175.7667 240.5059 15.77630766451515
+1 19046U 88032B   14237.26799382  .00000763  00000-0  66033-4 0  9622
+2 19046 097.6404 290.6042 0035987 227.5789 132.2389 14.99636367418552
+1 19047U 81053ML  14236.75615756  .00000998  00000-0  60598-3 0  1478
+2 19047 082.7875 147.8990 0038259 008.6104 050.6436 14.05035870496369
+1 19048U 88029C   14238.25541847  .00000971  00000-0  21825-3 0  4211
+2 19048 074.0242 074.2182 0013448 125.2468 351.4765 14.57840576393042
+1 19051U 63014EA  14228.36298776  .00000079  00000-0  34495-1 0  5847
+2 19051 087.3502 219.1198 0229610 272.9592 084.5011 08.66406705859968
+1 19054U 77065FX  14235.62351873  .00002449  00000-0  82701-3 0   300
+2 19054 028.8292 340.5903 0275512 018.3297 103.3603 14.15109932473193
+1 19059U 63014EG  14238.94746433 -.00000028  00000-0  10000-3 0  9924
+2 19059 087.3081 239.6445 0015213 333.6909 026.3506 08.66442392834563
+1 19070U 88033A   14237.59982897  .00000053  00000-0  87146-4 0    93
+2 19070 090.3285 238.5477 0191654 133.5313 005.8130 13.27303636275248
+1 19071U 88033B   14238.11720043  .00000059  00000-0  98299-4 0  1915
+2 19071 090.3284 238.6448 0190164 122.4271 282.6409 13.27495924275518
+1 19072U 88033C   14237.49294731 -.00000032  00000-0 -84376-4 0  8142
+2 19072 090.3283 238.3551 0190960 143.1914 327.5772 13.27032506275041
+1 19073U 88034A   14238.59403630  .00000000  00000-0  10000-3 0  6183
+2 19073 014.6859 006.2815 0023044 169.4857 190.6139 01.00651157 77953
+1 19076U 88034D   14238.20123928  .00000000  00000-0  10000-3 0  9883
+2 19076 014.8671 006.9286 0026039 080.8350 279.5077 01.00107433 96031
+1 19077U 88033D   14237.97914729  .00000516  00000-0  82518-3 0   777
+2 19077 090.2689 217.3979 0153878 048.4207 013.3368 13.43235705284512
+1 19078U 88033E   14237.11991727  .00000134  00000-0  21901-3 0  8770
+2 19078 090.5601 120.3866 0158536 294.6170 214.0351 13.39825405286092
+1 19090U 88036A   14237.78950111 -.00000111  00000-0  10000-3 0  6257
+2 19090 016.5163 008.9843 0009155 011.2532 342.3672 00.95179258 75992
+1 19094U 88036E   14236.59334263  .00000079  00000-0  00000+0 0  9466
+2 19094 014.4819 002.6710 0024000 076.1257 291.3183 01.01111884 78199
+1 19102U 82051G   14237.13217656  .00000664  00000-0  17400-3 0  6311
+2 19102 074.0479 248.7766 0011999 219.7908 203.0347 14.51234278387926
+1 19105U 75004HN  14236.98866424  .00000246  00000-0  70281-4 0  3050
+2 19105 098.8635 242.9873 0064405 328.2985 085.3725 14.53399576555959
+1 19106U 63047T   14236.10899607  .00001983  00000-0  33597-3 0  9916
+2 19106 030.3821 224.8517 0201482 132.8674 228.9049 14.54037202398735
+1 19111U 85094V   14238.93624910  .00000565  00000-0  10000-3 0  2488
+2 19111 082.5750 101.1791 0018705 234.7887 125.2067 12.68483608228946
+1 19112U 76126BZ  14238.97604502  .00001023  00000-0  23051-3 0  6871
+2 19112 065.8124 093.4557 0964439 233.3881 117.5068 13.12161923125575
+1 19113U 65027AQ  14224.35686456  .00000076  00000-0  21818-3 0  9021
+2 19113 090.3084 261.7708 0035125 078.9163 283.9880 13.02558075294630
+1 19119U 88039A   14237.81423616  .00000335  00000-0  19788-3 0  2223
+2 19119 071.0028 096.9677 0011463 188.4786 245.2802 14.14937826356903
+1 19120U 88039B   14237.89772325 -.00000174  00000-0 -60084-4 0  1315
+2 19120 071.0175 333.2369 0023706 317.8113 180.8652 14.19043083360795
+1 19121U 88040A   14238.54705672  .00000000  00000-0  10000-3 0  8744
+2 19121 014.4484 027.4574 0010399 020.8319 339.2752 00.98571682 72078
+1 19122U 88040B   14237.57199757  .00000419  00000-0  26313-2 0   208
+2 19122 007.0369 230.7438 7148694 038.8665 355.3070 02.32247867172996
+1 19125U 88039C   14236.42601433  .00000047  00000-0  78010-4 0  7837
+2 19125 071.0306 230.3835 0180200 019.9628 340.8406 13.78713017321567
+1 19126U 88039D   14236.49653906 -.00000047  00000-0 -42728-5 0  7882
+2 19126 071.0325 285.5833 0185264 021.8094 087.3986 13.76974657320015
+1 19127U 88039E   14236.93267071  .00000060  00000-0  97037-4 0  7735
+2 19127 070.9898 043.9932 0210008 211.4566 270.4389 13.71797752315088
+1 19128U 88039F   14235.89694392  .00000028  00000-0  67738-4 0   664
+2 19128 070.9853 031.1956 0207564 236.4566 289.2809 13.72001249315237
+1 19133U 78100F   14239.17060932  .00002596  00000-0  10000-3 0   841
+2 19133 082.3816 222.2016 0122659 017.4837 343.0831 12.47321429595115
+1 19134U 78100G   14239.08907125  .00002531  00000-0  10000-3 0  1521
+2 19134 082.3381 104.0589 0130277 343.5717 016.1782 12.61119697603829
+1 19136U 78100J   14238.08923631  .00000692  00000-0  17629-2 0  4692
+2 19136 082.4192 267.6389 0417302 335.2826 073.6155 12.90499500651687
+1 19137U 78100K   14237.35906424  .00003481  00000-0  22709-1 0  8803
+2 19137 082.3003 187.7779 0106240 050.9384 066.9599 12.48863523592896
+1 19138U 78100L   14236.85394870 -.00000264  00000-0 -22346-2 0  1072
+2 19138 082.3174 173.9715 0169003 299.9086 114.0806 12.29101796178244
+1 19139U 78100M   14237.70669913  .00000022  00000-0  24939-3 0  4491
+2 19139 082.1451 318.8767 0151740 165.0588 319.3171 11.70242571123110
+1 19140U 88033F   14237.75875237  .00001140  00000-0  14688-2 0  2121
+2 19140 090.2989 233.8176 0228156 170.3350 317.1559 13.51803616287593
+1 19141U 87020BD  14237.83644497  .00011407  00000-0  22067-1 0  1303
+2 19141 073.9482 159.4779 0021305 014.4292 042.1427 13.36628752246113
+1 19143U 78100P   14236.64269719 -.00000313  00000-0 -14095-2 0  5013
+2 19143 081.7054 308.2721 0308864 016.6961 104.5189 12.66627132211071
+1 19144U 78100Q   14236.37580677  .00000022  00000-0  18727-3 0  7758
+2 19144 082.6135 096.8182 0053076 337.4971 092.4583 11.89160330140643
+1 19150U 70025PS  14237.12041792  .00002528  00000-0  23863-2 0   366
+2 19150 100.3702 322.4661 0035434 274.8442 204.3578 13.82100307306334
+1 19162U 88019D   14238.68584829 -.00000011  00000-0  00000+0 0  5889
+2 19162 065.0423 224.1425 0036257 241.8359 117.9497 13.83860554327616
+1 19163U 88043A   14238.32249627  .00000000  00000-0  10000-3 0  3769
+2 19163 064.2472 221.3043 0005091 149.7328 210.2929 02.13101775203817
+1 19164U 88043B   14237.43336406  .00000033  00000-0  00000+0 0   637
+2 19164 064.2426 221.2844 0016681 214.2770 232.5943 02.13103419199444
+1 19165U 88043C   14238.38386545 -.00000006  00000-0  10000-3 0  8434
+2 19165 064.2285 221.1174 0002080 310.2090 049.7685 02.13103790204432
+1 19168U 88043F   14237.88219220  .00000033  00000-0  00000+0 0  7811
+2 19168 064.2283 219.8083 0010592 218.5789 073.5617 02.13497215204739
+1 19169U 88043G   14238.72092178  .00000403  00000-0  55514-3 0  8385
+2 19169 065.2447 023.0217 5763268 189.7387 151.0046 04.25192806406881
+1 19170U 88043H   14238.60671356  .00000000  00000-0  33878-5 0   224
+2 19170 065.3235 031.5591 5629040 233.0969 061.2080 04.24747966406800
+1 19174U 78100R   14235.62092969  .00000090  00000-0  73585-3 0   795
+2 19174 081.9050 290.7954 0151179 060.2377 061.3577 12.21739122171842
+1 19175U 78100S   14237.34339038 -.00000448  00000-0 -16816-2 0  5751
+2 19175 082.4016 351.7873 0279776 159.0557 258.6195 12.81518358200291
+1 19176U 78100T   14236.87460839 -.00000053  00000-0 -76733-3 0  4995
+2 19176 082.0932 016.1055 0152723 322.8240 160.9646 11.95170626145313
+1 19178U 78100U   14237.38029477  .00000461  00000-0  46872-2 0  2891
+2 19178 082.1260 216.4221 0016698 057.6896 059.4297 12.14586549162286
+1 19181U 88033G   14236.72935322  .00000024  00000-0  24966-4 0   685
+2 19181 089.9278 329.5873 0253289 103.6722 011.6008 13.20814190267798
+1 19183U 74089FD  14238.08006343  .00000952  00000-0  22781-2 0  8012
+2 19183 103.5235 195.4286 0193583 306.3789 111.2227 13.20608594210189
+1 19185U 65027AR  14238.02778275  .00000506  00000-0  17532-2 0  5234
+2 19185 090.2792 253.5390 0035587 247.0934 181.2711 12.95972163391345
+1 19195U 88046A   14238.14909286 -.00000010  00000-0  55637-4 0  4670
+2 19195 073.5992 127.6561 0024208 245.6097 223.4879 12.40874884188793
+1 19196U 88046B   14238.14805602 -.00000026  00000-0 -66433-4 0  3031
+2 19196 073.5980 114.3211 0021170 236.0614 239.1492 12.41394439189329
+1 19210U 88050A   14237.68922798  .00001262  00000-0  93898-4 0  4911
+2 19210 082.5192 306.9502 0015856 152.9102 207.2954 15.02039678423528
+1 19211U 88050B   14238.10313303  .00000199  00000-0  21878-4 0  3204
+2 19211 082.5242 081.8273 0020769 255.6930 254.0967 14.82435675414739
+1 19215U 88051A   14239.16209215  .00000000  00000-0  10000-3 0  2262
+2 19215 015.5577 019.4437 0002025 182.9718 177.0783 00.96944643 81594
+1 19217U 88051C   14236.15217337 -.00000012  00000-0  00000+0 0  3219
+2 19217 011.5146 041.8449 0003163 155.3138 086.1228 00.99388348105284
+1 19219U 88051E   14237.27306939  .00000652  00000-0  27385-3 0  2051
+2 19219 010.3288 334.9199 6833098 108.5760 243.8112 02.83330802233028
+1 19221U 76126CB  14237.10702557  .00000531  00000-0  61678-3 0  8934
+2 19221 065.8319 081.7756 0868789 151.5165 213.6312 12.71069663101217
+1 19223U 88052A   14236.69815562  .00000026  00000-0  41345-4 0  3575
+2 19223 089.9705 090.2359 0029628 224.6854 176.5821 13.22562998264046
+1 19226U 78100V   14235.60549563  .00000088  00000-0  98782-3 0  1084
+2 19226 082.5297 294.1326 0032997 255.7713 229.1319 11.99463673148742
+1 19227U 78100W   14233.63826969  .00005216  00000-0  81202-2 0   900
+2 19227 081.9454 196.8777 0537685 258.0881 095.9489 13.04443237848190
+1 19228U 78100X   14238.88249543 -.00000175  00000-0  10000-3 0  2282
+2 19228 082.4830 047.0162 0064325 273.5270 085.8952 12.79001756197625
+1 19229U 78100Y   14239.19543581 -.00005100  00000-0  10000-3 0  7858
+2 19229 082.3377 307.8617 0113860 081.3453 280.1123 12.95646763608471
+1 19230U 78100Z   14237.85731207  .00000088  00000-0  10033-2 0  5587
+2 19230 082.5338 294.3543 0013124 246.1544 161.4892 11.98544477149884
+1 19232U 78100AB  14237.15611222  .00000112  00000-0  18200-2 0  9065
+2 19232 082.3325 118.6038 0189301 152.3403 328.9573 11.67365240119765
+1 19233U 78100AC  14237.47617807 -.00000025  00000-0 -38851-3 0   124
+2 19233 082.5561 251.1992 0049314 032.2573 093.7981 12.05615052155161
+1 19234U 78100AD  14237.55560337  .00000103  00000-0  14837-2 0  1818
+2 19234 082.4267 062.8576 0096861 057.0662 359.8829 11.79416091130490
+1 19235U 86030H   14237.02964568  .00000161  00000-0  15294-3 0  8489
+2 19235 074.0203 221.7538 0003805 047.9382 010.5162 13.88679550487067
+1 19238U 70025PT  14236.00125503  .00000627  00000-0  75456-3 0  7217
+2 19238 099.8900 248.2197 0046186 042.3176 013.9946 13.70576281347759
+1 19242U 65027AS  14235.39194828  .00000202  00000-0  64287-3 0  7821
+2 19242 090.3045 276.4976 0029458 030.0880 027.9398 13.00160984969676
+1 19245U 67053K   14238.07332949  .00000212  00000-0  13187-3 0  3304
+2 19245 069.9587 223.9438 0004289 220.1507 205.5340 14.17663781418486
+1 19250U 70025PU  14236.92158868 -.00000767  00000-0 -81353-3 0  5849
+2 19250 099.4052 007.2507 0193703 120.9058 005.0170 13.63246658294964
+1 19256U 88053A   14236.86069785  .00000054  00000-0  28840-4 0  6589
+2 19256 074.0500 014.0448 0016329 006.1496 353.9852 14.33710250368715
+1 19257U 88053B   14237.40126317  .00000105  00000-0  43935-4 0  1096
+2 19257 074.0501 303.8166 0019412 087.8573 352.4478 14.37018537371255
+1 19260U 88053C   14236.09320856  .00000678  00000-0  18665-3 0  2860
+2 19260 074.0640 188.9510 0007157 006.1267 120.1885 14.48802632375542
+1 19261U 88053D   14237.30955378  .00000987  00000-0  27104-3 0  1634
+2 19261 074.0568 190.3944 0010193 040.5070 082.6000 14.48328888375310
+1 19274U 88056A   14237.67532425  .00001557  00000-0  11625-3 0  4138
+2 19274 082.5042 066.3327 0013027 209.6490 150.3998 15.02105674420604
+1 19275U 88056B   14237.49381482  .00000356  00000-0  41642-4 0  4133
+2 19275 082.5159 212.1864 0019478 349.2303 010.8492 14.82112689411140
+1 19290U 70025PV  14235.71557865  .00000146  00000-0  26891-3 0  7015
+2 19290 099.7462 148.3315 0025835 251.2883 164.3515 13.56585009452982
+1 19291U 73086HD  14236.34735392  .00000149  00000-0  12647-2 0  7004
+2 19291 101.5792 260.5752 0043965 197.3545 281.4379 12.49633061194156
+1 19293U 61015MA  14237.10187736 -.00000516  00000-0 -99967-3 0   108
+2 19293 066.9775 032.4104 0322184 084.2387 032.6387 13.11030759263305
+1 19294U 68097EE  14237.49171247 -.00000358  00000-0 -28273-3 0  7370
+2 19294 062.2245 359.3875 0701059 051.4847 017.3926 12.99441570242883
+1 19295U 78100AE  14237.82935400 -.00000522  00000-0 -42202-2 0   893
+2 19295 081.9802 167.7663 0501783 309.8785 103.4015 12.05119313153230
+1 19299U 63014EL  14237.47406420  .00000919  00000-0  40355+0 0  9061
+2 19299 087.3331 167.3168 0301582 110.2263 010.3742 08.66785542854266
+1 19302U 61015MC  14237.23666789  .00000708  00000-0  48723-3 0  2010
+2 19302 066.8470 162.2282 0064505 232.9026 202.3280 14.04132744348108
+1 19306U 76077FJ  14235.27767510  .00000021  00000-0  62938-3 0  8236
+2 19306 102.2072 140.3937 0144405 116.3603 009.8605 12.15178249151432
+1 19309U 68097ES  14238.82051495  .00000611  00000-0  21446-3 0  7271
+2 19309 062.3705 323.0151 0947153 122.7493 246.8869 13.00509035 23968
+1 19311U 75004HP  14236.90291503  .00000394  00000-0  16117-3 0   802
+2 19311 097.6659 285.6080 0148980 285.5082 072.9694 14.26078582371504
+1 19316U 76077FK  14237.25802324 -.00000317  00000-0 -30748-2 0  9032
+2 19316 102.0604 248.7896 0209036 302.8312 118.5844 12.03413480294640
+1 19317U 68091DH  14236.16716057  .00000576  00000-0  18046-3 0  2942
+2 19317 062.8317 053.5652 0824340 074.0699 294.9506 13.35481193283121
+1 19324U 88062A   14237.99068279  .00000023  00000-0  86555-5 0  4141
+2 19324 082.9477 080.6834 0032814 298.3365 170.5447 13.75998290310758
+1 19325U 88062B   14236.49471550 -.00000028  00000-0 -43647-4 0  5744
+2 19325 082.9482 066.4844 0033075 233.9085 184.2608 13.77453666274061
+1 19330U 88063A   14237.89826380  .00000000  00000-0  10000-3 0  2315
+2 19330 014.8762 007.1915 0009485 099.7388 260.4176 01.00310924 76974
+1 19331U 88063B   14238.88970729  .00000000  00000-0  10000-3 0  1110
+2 19331 014.8878 024.4317 0013738 067.2107 292.9930 00.98160171 72063
+1 19336U 88064A   14236.78697688  .00000470  00000-0  11871-2 0  8634
+2 19336 082.5456 145.1444 0016752 189.9070 223.3030 13.17147182253897
+1 19337U 88064B   14236.79095987  .00000455  00000-0  11465-2 0  4605
+2 19337 082.5492 146.8862 0014928 222.9178 190.3525 13.17201627253976
+1 19344U 88066A   14238.89472543  .00000000  00000-0  10000-3 0  4101
+2 19344 014.7260 008.6325 0004707 097.3138 262.7896 01.00260062 95827
+1 19347U 88066D   14237.48186417  .00000005  00000-0  00000+0 0  3895
+2 19347 015.1936 009.9387 0032275 037.5269 347.9299 00.98658359 93398
+1 19351U 70025PW  14236.76539656  .00000222  00000-0  31079-3 0  4259
+2 19351 100.0390 173.9872 0029495 342.9341 080.4480 13.69310224339657
+1 19355U 65027AT  14236.49702145  .00000713  00000-0  24445-2 0  2143
+2 19355 090.2670 248.0762 0034898 234.7099 279.1930 12.96929150243424
+1 19359U 78026HM  14236.22488546  .00000791  00000-0  27788-3 0  4026
+2 19359 098.2601 234.1172 0021554 226.7585 191.3102 14.37436153880186
+1 19360U 73086HE  14238.93381668  .00000466  00000-0  10000-3 0  2336
+2 19360 101.9570 225.3462 0046723 105.5645 255.1025 12.52847241341224
+1 19362U 68091DJ  14237.45221977  .00001811  00000-0  38220-3 0  6333
+2 19362 062.7861 240.0434 0588187 156.3064 206.6295 13.89562565315517
+1 19363U 70025PY  14237.14049920  .00000136  00000-0  24455-3 0  7678
+2 19363 100.0344 195.4251 0006068 028.4672 028.9825 13.60310565456113
+1 19365U 75004HQ  14236.08306699  .00000414  00000-0  16978-3 0  5288
+2 19365 097.6522 268.0111 0147631 352.8335 062.4361 14.25689184363650
+1 19367U 71015DS  14238.17996650  .00000119  00000-0  17150-3 0  6503
+2 19367 065.7136 055.8226 0178676 319.2543 156.3004 13.80291100327170
+1 19396U 63054E   14237.44337166  .00001036  00000-0  13373-3 0  4431
+2 19396 058.4743 270.9854 0027961 018.5895 341.6166 14.88364919410079
+1 19397U 88071A   14237.65572899  .00000000  00000-0  10000-3 0  1032
+2 19397 014.7902 008.7335 0008901 336.4842 023.5247 00.99985682 95113
+1 19400U 88071D   14238.56280029  .00000000  00000-0  10000-3 0  1781
+2 19400 014.5984 008.2775 0023083 121.5264 238.7503 01.00536313 89471
+1 19419U 88074A   14236.44694243  .00000052  00000-0  71902-4 0  6114
+2 19419 089.9711 021.2389 0098234 137.5267 281.0871 13.42038682272873
+1 19420U 88074B   14236.49340751  .00000051  00000-0  71012-4 0  2840
+2 19420 089.9715 021.2083 0096465 131.7744 299.2995 13.42063005272987
+1 19421U 88074C   14236.42593434  .00000036  00000-0  46173-4 0  6186
+2 19421 089.9717 021.2564 0097120 155.3499 258.4013 13.41526211272500
+1 19422U 70025QA  14235.74808108  .00000187  00000-0  29740-3 0  6890
+2 19422 100.1770 063.2457 0010899 326.7679 090.8812 13.63643026457963
+1 19423U 70025QB  14235.95987547  .00004448  00000-0  12262-2 0  3823
+2 19423 099.8155 234.6951 0048516 223.2432 202.9894 14.46778072495839
+1 19425U 76126CC  14238.09678784  .00000199  00000-0  10162-2 0  6178
+2 19425 066.2332 244.6976 0321782 085.2704 339.2094 12.72494625 65263
+1 19429U 77065FY  14236.33541690  .00001372  00000-0  20705-3 0  3687
+2 19429 029.1085 256.9954 0538041 120.2976 349.1386 14.03762299273818
+1 19439U 76067BS  14237.51186869  .00000053  00000-0  37747-3 0  4469
+2 19439 065.8750 281.4908 0688747 106.8436 260.9231 12.35506066901624
+1 19440U 87020CA  14236.36086633 -.00000017  00000-0  33300-5 0  2015
+2 19440 073.7508 059.2324 0163650 074.5999 359.8022 12.75571395228522
+1 19448U 88076D   14238.10832410  .00190776  35182-5  60536-3 0  2295
+2 19448 063.1349 015.1505 1626186 212.9378 204.6256 12.50032570380789
+1 19450U 78100AH  14237.69062270 -.00000050  00000-0 -74037-3 0  5519
+2 19450 082.5511 309.9104 0012033 255.8029 228.9857 11.98044133142146
+1 19451U 88016K   14237.14395034  .00000468  00000-0  41686-2 0  1750
+2 19451 074.0058 138.1907 0134360 106.9104 324.5900 12.26560019173177
+1 19453U 82055BL  14238.83005657  .00001498  00000-0  62754-3 0  1951
+2 19453 065.8109 134.0590 0070450 232.3486 127.1677 14.24524947355690
+1 19455U 77065GA  14236.21366554  .00014395  00000-0  28359-2 0  7884
+2 19455 028.7719 256.4877 0318375 343.1839 015.8390 14.33860276194669
+1 19467U 88080A   14237.80910542 -.00000103  00000-0 -37632-4 0   258
+2 19467 099.0189 198.3846 0014621 028.0559 332.1393 14.02965764329201
+1 19468U 88080B   14236.98307553 -.00000034  00000-0  68040-5 0  2116
+2 19468 099.0348 204.1306 0071416 354.6680 048.7431 14.03440169329205
+1 19473U 82055BM  14238.90276557  .00000477  00000-0  40335-3 0  8370
+2 19473 065.7951 059.2284 0034731 243.8926 115.9029 13.87228616366793
+1 19475U 76126CD  14236.93885521  .00001588  00000-0  85164-3 0   962
+2 19475 065.8302 250.5720 0857055 337.7202 018.8575 13.03521480145176
+1 19478U 81070L   14236.91666846  .00000353  00000-0  13860-2 0   405
+2 19478 089.8828 036.3507 6091752 104.2993 004.0340 03.66892438273121
+1 19479U 68097ET  14237.91045104  .00002328  00000-0  68230-3 0  5781
+2 19479 062.8117 352.6753 0581647 214.7000 141.4782 13.77627629295781
+1 19483U 88081A   14238.36741926  .00000000  00000-0  10000-3 0   889
+2 19483 015.8619 001.3554 0009206 105.3837 254.7628 01.00269264 91373
+1 19484U 88081B   14238.87471025  .00000000  00000-0  10000-3 0  8413
+2 19484 012.1600 039.1436 0005616 171.8075 188.2983 00.99785350 86369
+1 19501U 88085A   14234.33650757  .00000009  00000-0  00000+0 0   275
+2 19501 064.7731 100.5830 0006989 068.7757 120.9158 02.13102621201844
+1 19502U 88085B   14238.97533906  .00000000  00000-0  10000-3 0  5299
+2 19502 064.7707 100.3699 0020977 017.5356 342.6416 02.13101098188941
+1 19503U 88085C   14237.24019451  .00000029  00000-0  00000+0 0  6526
+2 19503 064.7938 100.7397 0002821 205.3950 351.7988 02.13102358201909
+1 19505U 88085E   14235.45779160  .00000020  00000-0  00000+0 0  7374
+2 19505 064.7817 099.6317 0009329 218.0906 116.0258 02.13369366202049
+1 19508U 88086A   14238.22944353  .00000000  00000-0  10000-3 0   190
+2 19508 013.6986 032.8602 0004798 178.9020 181.1760 00.99223495 94453
+1 19511U 65027AU  14235.79561808  .00000249  00000-0  84546-3 0  3377
+2 19511 090.2700 248.9788 0032070 248.0077 164.8073 12.96271780242542
+1 19512U 73086HF  14238.17215516 -.00000024  00000-0  15230-3 0   114
+2 19512 101.8938 220.4384 0030169 057.1068 005.0167 12.34975451184934
+1 19515U 88074D   14237.12810480  .00000307  00000-0  47060-3 0  7986
+2 19515 089.9478 007.1747 0091983 323.9938 161.4557 13.48171135276403
+1 19516U 88074E   14237.70489735  .00000318  00000-0  48635-3 0  5626
+2 19516 089.9586 027.0018 0086756 296.6267 125.1648 13.48550967277053
+1 19518U 65108Z   14237.12940420 -.00000506  00000-0 -34542-2 0  5767
+2 19518 026.3168 127.1879 6668390 303.8915 311.7674 02.89545848219525
+1 19531U 88089A   14238.29577023 -.00000022  00000-0  10915-4 0  9293
+2 19531 098.6769 315.2758 0012308 098.9576 261.2991 14.15092613337651
+1 19535U 88085F   14238.96805013 -.00000091  00000-0  00000+0 0  4122
+2 19535 065.1779 158.2840 5659089 234.4426 059.0472 04.34844770405822
+1 19537U 88085G   14235.95699349 -.00000029  00000-0 -76925-3 0  3846
+2 19537 065.2290 149.4947 5507454 278.2164 025.8712 04.34632334406826
+1 19548U 88091B   14238.25981273  .00000000  00000-0  10000-3 0  3480
+2 19548 014.4011 019.2562 0031095 298.1641 061.5777 01.00261846 82140
+1 19549U 88091C   14237.54536433  .00002562  00000-0  20824-2 0  5498
+2 19549 026.3727 126.2185 6937752 049.0187 177.1820 02.68900465236591
+1 19550U 88091D   14238.66805831  .00000000  00000-0  10000-3 0   244
+2 19550 015.0792 011.6776 0019816 179.7969 180.2542 01.00448506 86786
+1 19554U 88092A   14239.08045106  .00000000  00000-0  10000-3 0  2687
+2 19554 069.4757 008.1523 5594390 172.6089 201.7225 02.00725399189690
+1 19557U 88092D   14238.50977620  .00000008  00000-0  10000-3 0  9451
+2 19557 069.1334 311.1071 5813668 154.9801 250.9360 02.04126121193056
+1 19559U 88074F   14238.08739366  .00000155  00000-0  23999-3 0  2311
+2 19559 089.3901 299.6982 0096281 049.4900 034.9799 13.44475358274804
+1 19561U 68097EU  14238.16234750  .00005665  00000-0  68962-3 0  8915
+2 19561 062.2614 241.5553 0360108 117.8093 315.1563 14.47726505261359
+1 19562U 87020CD  14237.64171477  .00004112  00000-0  89528-2 0  4979
+2 19562 074.4261 215.4637 0071185 257.1015 223.2535 13.28243721650264
+1 19573U 88093A   14237.45105841  .00001668  00000-0  12964-3 0  2852
+2 19573 082.5197 257.0373 0016163 182.9362 177.1771 15.00589013405589
+1 19574U 88093B   14237.79710973  .00000350  00000-0  40423-4 0  4208
+2 19574 082.5336 024.4239 0020543 257.7978 216.9504 14.82689684397325
+1 19576U 65027AV  14232.06660142  .00000583  00000-0  19365-2 0  1090
+2 19576 090.2883 259.6321 0028933 115.8569 272.1255 12.98979613237436
+1 19577U 88074G   14237.66024336  .00000099  00000-0  15205-3 0   178
+2 19577 090.5363 266.5485 0093091 083.6152 065.6271 13.44124785274111
+1 19580U 78100AL  14236.69743218  .00000274  00000-0  13378-2 0  5695
+2 19580 082.6535 122.0150 0305854 111.2469 307.7831 12.55706797156127
+1 19590U 73086HG  14237.55378720 -.00000060  00000-0 -13679-3 0  9629
+2 19590 102.0197 212.7033 0043731 276.9869 161.8591 12.31776449324283
+1 19592U 65108AA  14239.04665617  .00000918  00000-0  48514-2 0   320
+2 19592 026.9187 346.6002 6750542 238.9969 038.4319 02.80930636222536
+1 19593U 65027AW  14237.30110075 -.00000140  00000-0 -52470-3 0  1104
+2 19593 090.2882 256.8846 0024478 258.6175 159.7316 12.94707418243886
+1 19594U 78026HN  14237.93328847  .00002453  00000-0  13994-2 0  9848
+2 19594 098.7196 228.2989 0128383 274.3989 084.2521 14.06535441 94106
+1 19595U 65108AB  14237.32840929  .00001750  00000-0  15342-2 0  7452
+2 19595 027.0447 325.5962 6072399 133.5887 331.5212 03.84646425274954
+1 19596U 88095A   14239.05388601  .00000000  00000-0  10000-3 0  7622
+2 19596 014.7215 009.2900 0008349 105.3935 254.7488 01.00301006 78466
+1 19599U 84088H   14235.89513050  .00000770  00000-0  46825-3 0  1698
+2 19599 028.7092 125.9378 1927877 097.9298 353.0991 10.92314131765039
+1 19608U 88096A   14237.23438789  .00000090  00000-0  00000+0 0  8285
+2 19608 068.9421 318.7469 5846326 160.4940 334.3811 02.00313870189287
+1 19611U 88096D   14238.71677493  .00000000  00000-0  10000-3 0  8680
+2 19611 068.2776 255.8949 6025246 143.3604 279.1204 02.04267012192779
+1 19621U 88098A   14238.61352101  .00000000  00000-0  10000-3 0  1568
+2 19621 014.1511 029.6444 0013478 127.0136 233.1799 00.99193355 90991
+1 19622U 88098B   14236.39406039  .00002792  00000-0  80938-3 0  8533
+2 19622 003.8644 135.4851 6465288 315.9664 294.9405 03.35312359269269
+1 19638U 77065GB  14239.17019630  .00003843  00000-0  12513-1 0  4321
+2 19638 030.9954 181.0435 0687080 009.9042 351.4769 12.40159787491591
+1 19640U 87020CE  14231.83299891  .00000244  00000-0  25234-2 0  6037
+2 19640 073.5510 281.2143 0167779 264.7176 214.9013 12.16560318113383
+1 19643U 78121C   14237.35791638  .00000029  00000-0  86442-5 0  4873
+2 19643 081.2375 095.2560 0064258 268.4955 145.5843 14.14885261333540
+1 19646U 78100AM  14237.84697959 -.00001849  00000-0 -76571-2 0  4061
+2 19646 082.1367 152.4783 0137318 307.5000 119.2843 12.81880463866675
+1 19649U 88102A   14237.75377385  .00000104  00000-0  79042-4 0  8361
+2 19649 071.0018 059.9951 0003630 056.4447 303.7021 14.14550342329412
+1 19650U 88102B   14237.10112433 -.00000058  00000-0 -49748-5 0  3617
+2 19650 071.0020 014.6420 0016214 301.7571 101.0746 14.15669284330638
+1 19656U 88102C   14236.76847918  .00000055  00000-0  93370-4 0  7468
+2 19656 070.9847 347.6447 0211669 172.2365 305.5540 13.70968074287969
+1 19657U 88102D   14236.68404627  .00000060  00000-0  96574-4 0  7540
+2 19657 070.9857 337.5215 0210303 139.7284 332.3266 13.71302055288308
+1 19658U 88102E   14236.49577664 -.00000006  00000-0  33383-4 0  7799
+2 19658 071.0227 289.8118 0197582 040.1285 067.8152 13.74131130290979
+1 19659U 88102F   14238.17255020  .00000061  00000-0  93717-4 0  7906
+2 19659 071.0358 224.9514 0189717 309.6878 126.7687 13.76419756293401
+1 19664U 65027AX  14236.84789534 -.00000703  00000-0 -23381-2 0  7180
+2 19664 090.2644 247.9090 0027356 127.8358 356.8514 13.00655735495220
+1 19667U 70025QC  14237.10452149  .00000236  00000-0  90342-3 0  7996
+2 19667 099.7210 279.1582 0341254 314.9020 100.6789 12.82884330228070
+1 19683U 88108A   14236.30952682 -.00000114  00000-0  00000+0 0  8224
+2 19683 015.8597 013.6852 0032895 106.1778 253.2259 00.96651808 91861
+1 19686U 88108D   14239.04799541  .00000000  00000-0  10000-3 0  7872
+2 19686 014.5454 008.5427 0017933 094.0950 266.1601 01.01509042 80700
+1 19687U 88109A   14233.80087002 -.00000259  00000-0  00000+0 0  2028
+2 19687 015.0149 016.6200 0008465 150.0563 196.9131 00.99677323 75188
+1 19688U 88109B   14238.91197318  .00000000  00000-0  10000-3 0  3982
+2 19688 011.5396 042.0932 0015760 031.9539 328.2490 00.98332621 73707
+1 19689U 88109C   14235.31409150 -.00000120  00000-0 -38668-3 0  1145
+2 19689 006.5585 166.5970 7189929 246.5666 307.9381 02.28475405179092
+1 19710U 88111A   14239.01642617  .00000000  00000-0  10000-3 0   358
+2 19710 014.3163 025.6313 0008043 085.3883 274.7659 01.00224385 87615
+1 19749U 89001A   14238.45511469  .00000000  00000-0  10000-3 0  9030
+2 19749 064.1808 220.3209 0006532 256.4936 103.4282 02.13106647199434
+1 19750U 89001B   14236.36304347  .00000032  00000-0  00000+0 0  7976
+2 19750 064.2031 220.6285 0012571 215.9466 287.6301 02.13102317199415
+1 19751U 89001C   14237.14463456  .00000031  00000-0  00000+0 0    63
+2 19751 064.1924 220.3062 0018842 208.5163 243.6683 02.13156297199483
+1 19753U 89001E   14235.40719104  .00000036  00000-0  00000+0 0  1893
+2 19753 064.1924 220.3454 0021145 211.9573 190.9289 02.13160809199898
+1 19754U 89001F   14237.34139463  .00000030  00000-0  00000+0 0  8096
+2 19754 064.1844 219.3580 0011760 247.8135 276.4557 02.13422257199719
+1 19755U 89001G   14234.19850299 -.00000007  00000-0 -34869-3 0  8094
+2 19755 065.3118 095.6875 5489843 275.1825 237.4372 04.25434018397417
+1 19765U 89004A   14237.44868266  .00000014  00000-0  00000+0 0    29
+2 19765 014.9903 011.5212 0021788 066.2213 308.9982 00.99063406 92832
+1 19769U 89005A   14238.15792793  .00000069  00000-0  33395-4 0  5768
+2 19769 074.0465 228.1667 0021565 054.3065 306.0090 14.34561924338410
+1 19770U 89005B   14238.14546056  .00000111  00000-0  44998-4 0  1909
+2 19770 074.0460 139.7032 0003870 117.9389 347.9684 14.38390189339011
+1 19772U 89006A   14237.44914924  .00000044  00000-0  00000+0 0  7448
+2 19772 013.6320 033.1239 0020574 023.1192 304.4036 00.99104156 81880
+1 19773U 89006B   14239.07685383  .00000087  00000-0  61317-3 0  9861
+2 19773 008.3273 299.5873 7174935 058.4833 352.0560 02.28051593211990
+1 19776U 89004F   14238.55856248  .00000000  00000-0  10000-3 0  9952
+2 19776 015.3710 012.2877 0021294 027.5845 332.5758 00.97990915 76213
+1 19777U 88095F   14239.11156747  .00000000  00000-0  10000-3 0  3046
+2 19777 015.4405 011.4672 0017980 142.6169 217.5568 00.97936988 80053
+1 19785U 89009A   14237.05143455  .00000016  00000-0  29343-4 0  5482
+2 19785 082.6197 218.8147 0014749 053.6477 008.5008 12.64255969178425
+1 19786U 89009B   14238.09552265  .00000003  00000-0 -41851-4 0  8399
+2 19786 082.6192 243.6825 0004122 150.2478 270.8060 12.62109950176425
+1 19787U 89009C   14236.50121258  .00000013  00000-0  12131-4 0  8353
+2 19787 082.6112 229.0992 0008174 115.2890 001.6017 12.62829030177006
+1 19788U 89009D   14237.08241953  .00000006  00000-0 -25078-4 0  8349
+2 19788 082.6175 224.9443 0011552 073.5082 351.1327 12.63597650177811
+1 19789U 89009E   14236.38091765  .00000008  00000-0 -16691-4 0  5470
+2 19789 082.6116 205.4806 0017584 034.3574 325.8652 12.64827763178717
+1 19790U 89009F   14238.09580185  .00000038  00000-0  14545-3 0  5490
+2 19790 082.6194 201.1805 0019972 350.0615 100.7657 12.65637781179811
+1 19791U 89009G   14236.38166765  .00000032  00000-0  13136-3 0  1546
+2 19791 082.6156 314.9422 0034354 228.8539 221.9458 12.54850021169621
+1 19799U 89011D   14239.17472166  .00000000  00000-0  10000-3 0  7438
+2 19799 066.8012 240.3577 6753886 138.9517 298.9971 02.04154027153554
+1 19802U 89013A   14237.32788549  .00000024  00000-0  00000+0 0  1980
+2 19802 054.4897 240.7097 0039848 140.7427 301.4152 01.85321738179219
+1 19807U 89014A   14238.38739447  .00000000  00000-0  10000-3 0  1031
+2 19807 063.4368 250.8275 7083307 283.3018 012.2070 02.00492954186900
+1 19810U 89014D   14236.27503315 -.00000446  00000-0 -97373-2 0  9248
+2 19810 063.3156 180.9874 6871462 283.3392 335.8728 02.07399513193251
+1 19822U 89016A   14238.16142679  .00060038  61942-6  14113-2 0  9841
+2 19822 075.0590 335.8787 2226514 199.2082 264.9637 11.00243044792266
+1 19826U 89017A   14237.11545855  .00000032  00000-0  18187-4 0  3754
+2 19826 082.9513 220.2611 0029711 355.4634 051.6702 13.72151093277010
+1 19827U 89017B   14238.12844381  .00000102  00000-0  92789-4 0  8611
+2 19827 082.9530 198.5277 0030064 271.9691 152.6096 13.73993545278817
+1 19831U 89005C   14237.88882123  .00000864  00000-0  22746-3 0  5225
+2 19831 074.0703 034.7667 0014895 084.5653 036.9176 14.50497578345639
+1 19834U 72058JM  14237.07820838  .00000640  00000-0  13881-3 0  3943
+2 19834 098.5381 175.1869 0141500 002.9610 052.1609 14.55847180170797
+1 19851U 89018A   14237.81503119  .00000054  00000-0  34139-4 0  1798
+2 19851 082.5235 016.1234 0012951 029.1003 079.7247 13.85610513288637
+1 19852U 89018B   14237.97339118  .00000023  00000-0  70307-5 0  9435
+2 19852 082.5224 030.4284 0018393 065.4882 066.6507 13.84009174287596
+1 19853U 81053MN  14237.51989880  .00000839  00000-0  99743-3 0   163
+2 19853 082.9854 147.7748 0125340 202.7049 278.2680 13.63083920267576
+1 19856U 89001H   14232.15576237 -.00000080  00000-0 -17642-3 0   315
+2 19856 065.3122 110.7688 5586124 235.7526 343.3964 04.25163119396835
+1 19857U 85056P   14239.00794978  .00000050  00000-0  12132-2 0  6282
+2 19857 006.5536 202.4847 7092536 174.4144 202.8623 02.28957957204004
+1 19874U 89020A   14233.05331765  .00000074  00000-0  00000+0 0  3793
+2 19874 013.7104 032.7373 0006134 086.5246 271.4046 00.99532763 85873
+1 19876U 89020B   14237.35048441 -.00000143  00000-0  00000+0 0  1389
+2 19876 015.2113 024.1092 0022543 093.7506 295.8824 00.97109848 71136
+1 19883U 89021B   14237.10580409 -.00000197  00000-0  00000+0 0  6256
+2 19883 012.0454 026.6550 0016516 196.4835 150.0653 00.98484679265543
+1 19884U 89021C   14237.70659150  .00017708  00000-0  18214-2 0   712
+2 19884 026.4582 073.0405 6072375 062.4540 016.1552 03.96499522292304
+1 19891U 63014ET  14223.47070919 -.00000155  00000-0 -68418-1 0  2940
+2 19891 087.3325 214.6360 0364401 352.5044 167.4934 08.66566441746839
+1 19902U 89025A   14236.78311275 -.00000022  00000-0 -30811-4 0  4982
+2 19902 074.0085 102.9345 0050114 358.0243 069.2422 12.57802699167319
+1 19903U 89025B   14238.14100439  .00000010  00000-0  15591-3 0  5032
+2 19903 074.0109 145.8299 0040826 056.8332 050.6461 12.55882656165709
+1 19904U 89025C   14237.06851132  .00000009  00000-0  15688-3 0  3826
+2 19904 074.0110 190.8879 0029893 106.9154 327.6749 12.54008302 77408
+1 19905U 89025D   14237.12643115 -.00000038  00000-0 -14186-3 0  3831
+2 19905 074.0079 233.8370 0020612 163.5562 262.9854 12.52147205162080
+1 19906U 89025E   14236.48311809 -.00000022  00000-0 -39489-4 0  7068
+2 19906 074.0084 280.1295 0010647 224.1659 239.0889 12.50184162160213
+1 19907U 89025F   14236.44020639  .00000008  00000-0  15824-3 0  5867
+2 19907 074.0127 327.5597 0010067 344.8189 086.7637 12.48116587158260
+1 19908U 89025G   14237.47745736 -.00000001  00000-0  10142-3 0  5800
+2 19908 074.0133 009.4741 0012080 094.2245 331.1649 12.46229918156675
+1 19909U 89025H   14236.84118964 -.00000034  00000-0 -12755-3 0  6651
+2 19909 074.0093 061.2495 0025192 151.9849 310.6180 12.44008920154498
+1 19910U 89025J   14236.80923807 -.00000031  00000-0 -14555-3 0  2708
+2 19910 074.0094 168.8311 0132193 342.7384 074.5300 12.23243738135186
+1 19913U 89021D   14238.06157547  .00000000  00000-0  10000-3 0  6852
+2 19913 013.7070 357.1135 0026752 087.2365 273.1247 01.00598224 82255
+1 19919U 89027A   14238.22919547  .00000000  00000-0  10000-3 0  1695
+2 19919 013.9346 031.6520 0010742 103.7234 256.4701 00.99180593 74491
+1 19920U 89027B   14238.92142130  .00000392  00000-0  30273-3 0  3746
+2 19920 003.9575 204.8705 5306847 126.2382 295.2122 04.99163947362438
+1 19921U 89028A   14237.81768204  .00000053  00000-0  39151-4 0   860
+2 19921 082.9632 134.7152 0039460 354.1427 072.1116 13.74961484273338
+1 19922U 89028B   14236.28371846  .00000072  00000-0  57198-4 0   719
+2 19922 082.9577 109.2681 0035380 243.6123 254.7374 13.77110707275752
+1 19928U 89030A   14235.09493843  .00000110  00000-0  00000+0 0  5980
+2 19928 014.6633 010.9896 0023546 093.5509 290.2758 01.00257230 91562
+1 19931U 89030D   14236.30945059 -.00000090  00000-0  00000+0 0  9993
+2 19931 015.3512 013.0428 0020776 097.3365 259.5165 00.97921907 77792
+1 19945U 89005D   14238.18274689  .00000551  00000-0  16576-3 0  8171
+2 19945 074.0619 151.1161 0023873 217.9813 265.6498 14.44748896163428
+1 19946U 63014EU  14239.15203047 -.00000445  00000-0  10000-3 0  2243
+2 19946 085.8477 154.6489 1969594 195.3030 157.9264 08.75710413808759
+1 19948U 70025QD  14236.52338233 -.00000102  00000-0 -23453-3 0  7892
+2 19948 099.6249 322.0436 0417976 110.8030 308.5416 12.73419625177078
+1 19949U 70091AX  14238.85099037  .00005536  00000-0  12010-2 0  4583
+2 19949 062.6115 028.9582 0607255 146.7502 217.3761 13.81967339280781
+1 19950U 65027AY  14231.05317727  .00000351  00000-0  10000-3 0  3523
+2 19950 090.2937 259.2899 0031172 343.9972 016.0748 12.93723548 69804
+1 19951U 85056Q   14238.47927902  .00000003  00000-0  11382-3 0  1125
+2 19951 007.8417 010.5612 7057655 177.0295 192.5846 02.27510616152772
+1 19954U 65027AZ  14227.20898299  .00000662  00000-0  21302-2 0  8130
+2 19954 090.3325 314.6283 0040697 128.5439 231.9578 13.01256826212450
+1 19960U 70091AY  14236.77453788  .00001351  00000-0  51432-3 0  9197
+2 19960 062.9051 014.0080 0896885 152.5155 329.8387 13.10203491229907
+1 19961U 61015MJ  14239.21854492  .00000186  00000-0  17292-3 0  4874
+2 19961 065.6423 184.8678 0160460 175.4792 184.8226 13.76409188346717
+1 19964U 65027BA  14232.09136576 -.00000151  00000-0 -56669-3 0  4863
+2 19964 090.3045 264.7579 0027108 000.3474 056.7390 12.94764706992677
+1 19970U 89033C   14239.04499479  .00005675  00000-0  16330-2 0  3020
+2 19970 027.8545 158.6329 6095532 028.9466 354.2106 03.88120934332410
+1 19981U 62058B   14228.94309588  .00000000  00000-0  10000-3 0  7972
+2 19981 086.6701 223.7263 0307052 221.0001 136.7802 09.42796100898411
+1 19990U 64006T   14237.82008009  .00104718  00000-0  18178-2 0  9581
+2 19990 060.6391 052.3070 0217477 298.6791 166.4195 15.28206580951118
+1 20008U 78026HR  14234.03012853  .00000397  00000-0  32908-3 0  5607
+2 20008 098.8652 308.7127 0207777 256.4446 227.5038 13.84996164414310
+1 20011U 68091DN  14238.63501454  .00000314  00000-0  33685-3 0  8168
+2 20011 062.2228 051.3539 0705857 043.0414 322.4069 12.97445890 81613
+1 20012U 76077FM  14238.04799236 -.00000340  00000-0 -11840-2 0  2976
+2 20012 102.0107 264.8471 0100711 105.8611 314.9611 12.83824632 38030
+1 20014U 76067BT  14235.82326594  .00000422  00000-0  15652-2 0  7499
+2 20014 065.9002 134.6962 0662959 038.4828 065.4797 12.43730228943356
+1 20016U 78100AQ  14237.24095091  .00005859  00000-0  24737-1 0  5955
+2 20016 082.6375 044.8208 0536055 263.4165 219.9068 12.44793836900572
+1 20023U 63014EZ  14235.35343721 -.00001978  00000-0 -13983-1 0  3631
+2 20023 085.0076 003.3558 2595281 013.4997 352.3654 08.89095002628054
+1 20024U 89039A   14238.10239174  .00000029  00000-0  00000+0 0  7215
+2 20024 064.5789 098.0984 0007009 213.5226 251.9497 02.13102262196411
+1 20025U 89039B   14237.68451683  .00000029  00000-0  00000+0 0  7635
+2 20025 064.5955 098.3092 0018779 196.9591 113.8837 02.13104014196405
+1 20026U 89039C   14238.15369003  .00000029  00000-0  00000+0 0  8960
+2 20026 064.5906 097.8662 0016579 220.9836 073.4911 02.13204684196548
+1 20028U 89039E   14237.19200087  .00000029  00000-0  00000+0 0  8141
+2 20028 064.6003 096.9768 0009153 312.9413 238.1126 02.13484864182407
+1 20029U 78026HS  14236.23811694  .00000390  00000-0  14540-3 0  5711
+2 20029 098.3369 233.9070 0064977 275.5976 140.4506 14.36006885320850
+1 20031U 65027BB  14238.07295488  .00000353  00000-0  12084-2 0  8084
+2 20031 090.2713 250.9449 0028784 249.3197 173.2048 12.96301719208326
+1 20032U 77121BW  14236.06340073  .00001073  00000-0  27636-3 0  1983
+2 20032 065.6686 102.5637 0525956 251.7366 262.6913 13.94449676 47645
+1 20040U 89041A   14233.86194706 -.00000161  00000-0  00000+0 0   429
+2 20040 014.9682 011.5571 0002274 216.6584 143.7734 00.99739351 91392
+1 20041U 89041B   14235.38394096 -.00000247  00000-0  00000+0 0  4815
+2 20041 014.0418 026.9575 0015311 172.8506 178.7720 01.00669901 81048
+1 20044U 89039F   14238.06726161  .00000029  00000-0  00000+0 0  9862
+2 20044 064.5902 097.8615 0015789 215.1309 050.9923 02.13204628194690
+1 20045U 89042A   14238.00128742  .00000047  00000-0  31966-4 0   302
+2 20045 082.9435 010.0701 0041172 134.3370 003.5731 13.75938713266313
+1 20046U 89042B   14236.39836299  .00000077  00000-0  60657-4 0  3479
+2 20046 082.9417 349.0426 0043170 071.4798 349.7461 13.77972608267700
+1 20051U 76077FN  14234.82648016 -.00000069  00000-0 -25421-3 0  2698
+2 20051 102.3558 277.5773 0151854 004.9502 048.2733 12.14284040 74202
+1 20061U 89044A   14238.14032830 -.00000061  00000-0  00000+0 0  8854
+2 20061 055.2701 033.6355 0024213 116.5987 208.8898 01.88856431180348
+1 20081U 89039G   14237.12874153  .00000005  00000-0  93402-4 0  7296
+2 20081 064.9956 214.5011 5607355 309.0286 127.0997 04.38212981395072
+1 20082U 89039H   14236.03415183  .00000042  00000-0  14907-3 0  3020
+2 20082 065.1688 228.9710 5551061 287.8851 021.0561 04.36109444394500
+1 20083U 89048A   14239.23608090  .00000000  00000-0  10000-3 0  5641
+2 20083 015.1169 013.3500 0019426 049.9262 310.2926 00.98705261 88708
+1 20086U 89048D   14238.77242057  .00000000  00000-0  10000-3 0   453
+2 20086 015.4083 013.8298 0021421 043.6208 316.5960 00.97887906 90040
+1 20087U 81053MP  14236.73142882  .00000710  00000-0  74090-3 0  8018
+2 20087 082.9904 071.0328 0109696 288.7241 193.6089 13.71553049261817
+1 20088U 76077FP  14236.74429046 -.00000029  00000-0  12450-3 0  7004
+2 20088 101.9989 242.5276 0084299 177.3259 264.1184 12.26437040133137
+1 20089U 81053MQ  14235.66671139  .00001027  00000-0  71131-3 0  9828
+2 20089 082.7563 214.4487 0052215 053.6704 306.9268 13.97485614129703
+1 20090U 71015DU  14238.94930811  .00001202  00000-0  28271-3 0  1516
+2 20090 065.6858 079.6330 0569715 293.2963 060.9571 13.85885148140628
+1 20100U 81053MR  14236.33195348  .00000028  00000-0  25793-4 0  8643
+2 20100 082.8911 237.4739 0170224 260.2275 160.6825 13.42825754275923
+1 20102U 65108AC  14232.91616779 -.00000357  00000-0 -21621-2 0  7442
+2 20102 026.7706 129.5218 6764602 346.0581 359.6141 02.74589494201746
+1 20103U 89050A   14238.13025934  .00000054  00000-0  41174-4 0  9386
+2 20103 082.9577 246.2784 0036235 255.9461 173.0188 13.74468144261177
+1 20104U 89050B   14236.58391694  .00000128  00000-0  11288-3 0  8230
+2 20104 082.9551 214.6236 0043959 181.9650 315.3506 13.77171209263173
+1 20107U 89052A   14239.14076530  .00000000  00000-0  10000-3 0  1715
+2 20107 014.8720 012.9277 0035435 231.0004 128.7359 00.99400529 91555
+1 20110U 89052D   14238.59672525  .00000000  00000-0  10000-3 0  6729
+2 20110 013.8488 009.5182 0034835 149.8288 210.4280 01.03055536 94644
+1 20122U 89053A   14238.84593205  .00000000  00000-0  10000-3 0  8652
+2 20122 014.5610 014.7285 0014821 198.2896 161.7105 01.01370066 77157
+1 20127U 88063E   14233.67076258 -.00000206  00000-0 -19199-3 0  8891
+2 20127 007.5359 221.9725 7161230 163.5728 250.2752 02.33049578217681
+1 20129U 89080E   14237.10891359  .00001681  00000-0  69150-3 0  3648
+2 20129 082.5106 145.9421 1023512 321.1387 092.6446 12.80274711148213
+1 20131U 65027BD  14236.82789502  .00000260  00000-0  86849-3 0   968
+2 20131 090.2814 253.9860 0033035 194.5645 289.2073 12.97626134204945
+1 20149U 89059A   14238.16415444  .00000063  00000-0  50941-4 0  3798
+2 20149 082.9441 162.3567 0031376 008.0309 102.7875 13.73355283257347
+1 20150U 89059B   14238.14472067  .00000044  00000-0  30358-4 0   170
+2 20150 082.9408 135.2661 0027603 267.2479 200.4762 13.75583955259323
+1 20168U 89062A   14237.36640205 -.00000295  00000-0  00000+0 0  3760
+2 20168 013.1126 035.0085 0011726 120.9787 269.7422 00.99853489 91428
+1 20169U 89062B   14236.99231169 -.00000184  00000-0 -46052-3 0  9567
+2 20169 006.4654 189.7002 7198755 295.0806 008.9237 02.26100290171677
+1 20170U 89062C   14238.42051786  .00000064  00000-0  10600-3 0  7589
+2 20170 007.0903 227.5228 7107555 205.5607 087.4144 02.43517980208922
+1 20174U 61015MK  14235.86515205  .00000158  00000-0  26133-3 0  4238
+2 20174 067.0624 304.2746 0495098 158.4612 324.9394 13.25444938143116
+1 20185U 89064A   14237.69135587  .00000022  00000-0  00000+0 0  6398
+2 20185 054.2717 237.4714 0014656 262.8617 242.4670 01.86085224175921
+1 20193U 89067A   14237.76747416 -.00000145  00000-0  00000+0 0  4001
+2 20193 012.4872 038.3765 0001196 297.7908 017.5204 00.99184796 74386
+1 20196U 89068A   14237.74214481 -.00000001  00000-0  12278-3 0  1725
+2 20196 073.5695 332.2296 0025717 225.0145 251.3457 12.40571168132078
+1 20197U 89068B   14236.69810203  .00000012  00000-0  22170-3 0  1838
+2 20197 073.5681 328.0768 0024510 223.1199 289.1049 12.40748601132130
+1 20217U 89070A   14237.20344082 -.00000120  00000-0  00000+0 0  3791
+2 20217 015.0197 024.6779 0047129 040.3314 281.6241 00.97411646 90517
+1 20229U 89053C   14238.42757009  .00000085  00000-0  28287-3 0  7207
+2 20229 006.6394 039.3564 7190620 211.0975 072.8836 02.30266029199277
+1 20230U 89070B   14232.09867784  .00048045  00000-0  89594-3 0  5762
+2 20230 028.2732 091.0483 4422870 266.9388 318.7210 06.76148006424366
+1 20232U 89074A   14236.44703434  .00000001  00000-0 -51974-4 0  3460
+2 20232 082.5702 079.7685 0012203 162.7623 271.5446 12.65335016126046
+1 20233U 89074B   14237.06388323  .00000007  00000-0 -21147-4 0  4428
+2 20233 082.5771 075.8429 0016135 121.0845 354.8115 12.66163752152862
+1 20234U 89074C   14236.19760300  .00000040  00000-0  16180-3 0  4225
+2 20234 082.5850 119.2842 0004927 038.3405 128.1563 12.62530943149468
+1 20235U 89074D   14236.70701333  .00000010  00000-0 -12880-5 0  4340
+2 20235 082.5802 093.3196 0008864 186.9151 237.6866 12.64751288151567
+1 20236U 89074E   14238.09234441 -.00000000  00000-0 -58186-4 0  4276
+2 20236 082.5795 098.4273 0005017 201.9510 271.4093 12.64131735266941
+1 20237U 89074F   14238.11293213  .00000006  00000-0 -23791-4 0  3269
+2 20237 082.5738 101.8089 0002299 293.1648 180.3097 12.63414475150473
+1 20238U 89074G   14236.50183539  .00000018  00000-0  46415-4 0   548
+2 20238 082.5935 200.6218 0039563 347.3728 144.0302 12.55289227142989
+1 20261U 89080A   14237.37581390  .00000251  00000-0  75030-4 0  4159
+2 20261 082.5952 314.9148 1207222 303.5944 045.5520 12.55017234137101
+1 20262U 89080C   14237.91200518  .00000154  00000-0  37050-4 0  9269
+2 20262 082.5985 353.2456 1239419 075.8391 297.6969 12.48506081133630
+1 20263U 89081A   14238.95788917  .00000000  00000-0  10000-3 0  6587
+2 20263 014.6610 012.5201 0007252 157.4524 202.6313 01.00202401 91252
+1 20266U 89081D   14239.07370975  .00000000  00000-0  10000-3 0  7643
+2 20266 014.5412 012.1926 0024618 015.2627 344.8615 01.00599652 75965
+1 20281U 89080B   14237.92533691  .00000380  00000-0  11305-3 0  6466
+2 20281 082.6053 299.5508 1195182 244.6985 247.9123 12.57622658138657
+1 20282U 89080D   14237.43341672  .00020794  00000-0  17570-2 0  3242
+2 20282 082.5115 274.0478 0339712 345.8875 074.2163 14.62497607 56746
+1 20283U 76067BW  14239.02797420  .00000327  00000-0  11027-2 0  9750
+2 20283 065.7198 306.9325 0643946 355.7247 003.8830 12.44628438147013
+1 20284U 86094C   14237.51896406  .00000211  00000-0  15644-2 0  9197
+2 20284 083.2058 344.8674 0238839 206.0021 281.9877 12.29906062 35045
+1 20285U 87020DP  14223.58805023 -.00000002  00000-0  12502-3 0  7159
+2 20285 073.6461 050.8893 0082385 189.9440 231.9691 12.30010615136055
+1 20301U 88102J   14238.12020383 -.00000187  00000-0 -73189-4 0  6089
+2 20301 070.9969 069.6760 0017120 222.1372 254.3237 14.13960726295867
+1 20302U 89085A   14237.80198535 -.00000084  00000-0  00000+0 0  8512
+2 20302 055.7923 337.0325 0006387 019.7489 294.4146 01.89423581176820
+1 20303U 89085B   14237.43422660  .00005111  00000-0  24482-3 0  8532
+2 20303 035.6325 286.2717 0139875 160.3462 285.7030 15.10169543344362
+1 20305U 89086A   14237.47473088  .00000968  00000-0  29764-2 0  9396
+2 20305 082.5502 210.6795 0005344 270.4808 209.0873 13.04580590184376
+1 20306U 89086B   14238.16845985  .00000110  00000-0  25603-3 0  5960
+2 20306 082.5508 102.8305 0015768 233.0180 245.2972 13.16204828193272
+1 20308U 89080G   14238.98808072  .00001814  00000-0  63255-3 0  7444
+2 20308 082.6500 158.3524 0975984 247.0013 102.5789 12.95390112157214
+1 20309U 76077FQ  14222.77209150  .00000130  00000-0  18577-2 0   527
+2 20309 102.6832 320.7582 0195536 240.9036 273.9923 12.07843131 58703
+1 20315U 89087A   14238.31438197  .00000000  00000-0  10000-3 0  9014
+2 20315 010.8629 043.0918 0007332 098.5247 261.6757 00.99003838 88644
+1 20316U 89087B   14236.08830594  .00006817  00000-0  12772-2 0  4502
+2 20316 007.3251 072.2379 6447189 283.2334 346.4246 03.39947896217227
+1 20317U 89070C   14238.17747314  .00000000  00000-0  10000-3 0  1322
+2 20317 014.7120 014.4217 0236575 307.4473 050.4679 00.98761475 80540
+1 20322U 89089A   14237.49247900  .00000233  00000-0  17328-3 0  3935
+2 20322 098.9930 249.1351 0007884 242.2284 232.7564 14.04648709269217
+1 20323U 89089B   14238.13524919  .00000137  00000-0  44877-4 0   273
+2 20323 097.1232 332.5962 0073560 068.9565 026.2636 14.47710261306249
+1 20324U 89089C   14236.58715520  .00000349  00000-0  20264-3 0   550
+2 20324 098.8340 245.1386 0011355 249.9938 229.5386 14.15177435274638
+1 20326U 70025QE  14237.11468826  .00004614  00000-0  16313-2 0  2343
+2 20326 099.8887 286.8201 0062284 138.5656 276.6345 14.34121084297893
+1 20327U 77121BY  14236.18975961  .00004196  00000-0  37907-3 0   646
+2 20327 065.8101 156.8819 0519104 271.1081 156.2019 14.29023498132085
+1 20328U 89089D   14237.50097236  .00000292  00000-0  21398-3 0  6950
+2 20328 098.9909 247.8003 0002080 226.8965 254.6882 14.03643952268045
+1 20330U 89091A   14239.03811615 -.00000007  00000-0  10000-3 0  7247
+2 20330 067.5112 050.1584 5800225 207.2457 104.1984 02.00721955181372
+1 20333U 89091D   14238.61003831  .00000000  00000-0  10000-3 0  7754
+2 20333 069.0452 344.5451 5851320 165.1954 224.6398 02.04202738157690
+1 20347U 89080J   14237.81925686  .00033403  00000-0  21032-2 0  4306
+2 20347 082.4705 160.1078 0271454 120.0342 242.8103 14.83296843236179
+1 20348U 72049C   14236.48348063  .00000042  00000-0  19606-4 0  5696
+2 20348 081.2362 245.4194 0048662 191.3818 325.7447 14.01488255153736
+1 20349U 76077FR  14233.98991584  .00000037  00000-0  12086-2 0  4614
+2 20349 102.5320 242.8302 0634986 089.8200 332.4897 11.32575679908905
+1 20359U 89080K   14236.37390169  .00012578  00000-0  11304-2 0  5921
+2 20359 082.5448 252.3756 0338097 256.9954 165.4972 14.60723351233646
+1 20360U 70025QF  14230.24736834  .00002237  00000-0  23059-2 0  3339
+2 20360 100.4615 331.7300 0039194 210.7882 179.9988 13.76992543232435
+1 20361U 89097A   14238.08155285 -.00000010  00000-0  00000+0 0  3521
+2 20361 053.9315 163.8931 0020470 251.7709 043.2488 01.89174522167759
+1 20362U 89097B   14236.72020466  .00007467  00000-0  26038-3 0  4989
+2 20362 035.6237 334.8728 0108282 355.0560 129.0450 15.23527715341345
+1 20367U 89098A   14237.85758889 -.00000122  00000-0  00000+0 0  7945
+2 20367 014.9517 013.7208 0005201 140.5914 202.8027 01.00339715 89782
+1 20370U 89098D   14237.90220374  .00000000  00000-0  10000-3 0  8869
+2 20370 015.6082 015.8095 0021063 084.8128 275.4767 00.97847522 75719
+1 20391U 89101A   14238.17931162  .00000000  00000-0  10000-3 0  2258
+2 20391 014.6654 013.5657 0005064 112.2291 247.8766 01.00291925 90618
+1 20394U 89101D   14238.09781337 -.00000093  00000-0  00000+0 0   378
+2 20394 015.2359 015.4849 0013832 119.4864 267.9880 00.98248326 76797
+1 20401U 90001A   14239.06877156  .00000000  00000-0  10000-3 0  7493
+2 20401 012.6618 022.5818 0014801 188.4312 171.6163 00.98994479 86187
+1 20402U 90001B   14235.62946852 -.00000255  00000-0  00000+0 0  8109
+2 20402 011.5064 051.2745 0059909 205.7776 100.1157 00.98540072 72792
+1 20404U 90001D   14238.52639682  .00000816  00000-0  58175-3 0   107
+2 20404 021.2839 165.0631 7081719 313.7263 006.2175 02.50120768202665
+1 20410U 90002B   14237.91737115 -.00000083  00000-0  00000+0 0  2241
+2 20410 010.9973 020.6849 0004257 166.2446 189.4230 01.00272140 75448
+1 20411U 90002C   14236.75691186  .00001426  00000-0  37113-3 0  9607
+2 20411 027.1969 101.3538 4653654 340.1961 018.7910 06.15175114461088
+1 20412U 83070F   14228.72335681 -.00000297  00000-0  00000+0 0  9975
+2 20412 069.0719 177.6621 6352800 031.1799 354.2947 02.04349372184884
+1 20413U 83020D   14241.72307920 -.00000422  00000-0  00000+0 0  5056
+2 20413 043.4620 274.4202 8181804 119.8750 359.9990 00.24714986 15330
+1 20432U 90004A   14238.13237020  .00000042  00000-0  24791-4 0  8790
+2 20432 074.0330 133.4191 0022117 155.6035 310.4135 14.33036488286003
+1 20433U 90004B   14237.10774557  .00000107  00000-0  45493-4 0  7971
+2 20433 074.0350 081.3373 0040239 101.0945 042.3423 14.35658308287789
+1 20434U 90004C   14236.06201936  .00000427  00000-0  14093-3 0  9576
+2 20434 074.0436 094.4687 0016017 354.1239 158.2845 14.41010881287647
+1 20435U 90004D   14236.66628781  .00000728  00000-0  18853-3 0  1512
+2 20435 074.0296 207.6482 0016364 205.1299 207.7969 14.51561075294999
+1 20436U 90005A   14238.12029259  .00000746  00000-0  12942-3 0  9366
+2 20436 098.7513 069.9980 0148756 201.1260 158.3757 14.64740980282735
+1 20437U 90005B   14237.46954338  .00000090  00000-0  49755-4 0  4458
+2 20437 098.5523 173.3910 0009832 328.4752 145.8897 14.32002158284245
+1 20438U 90005C   14237.44763178  .00000053  00000-0  36841-4 0  9385
+2 20438 098.5966 173.7019 0009990 017.9822 119.7697 14.30795637283442
+1 20439U 90005D   14237.81443972  .00000101  00000-0  53290-4 0   982
+2 20439 098.5095 173.8495 0009871 317.7716 095.7084 14.32378061284451
+1 20440U 90005E   14237.47101517  .00000128  00000-0  62828-4 0  8469
+2 20440 098.4903 174.1607 0009791 306.1861 173.9519 14.32739133284603
+1 20441U 90005F   14237.87109400  .00000117  00000-0  59150-4 0  3303
+2 20441 098.4953 173.9118 0010440 312.6846 083.7378 14.32432848284548
+1 20442U 90005G   14236.87225418  .00000077  00000-0  44074-4 0   368
+2 20442 098.4804 173.3724 0010689 308.2504 051.7717 14.32578675284516
+1 20443U 90005H   14238.08807159  .00000215  00000-0  87551-4 0  9474
+2 20443 098.7941 239.9992 0011111 153.9960 248.0912 14.37341409287384
+1 20452U 90008A   14238.18251323 -.00000006  00000-0  00000+0 0  1823
+2 20452 055.6045 285.1278 0013564 230.7856 205.7520 01.89596973174474
+1 20453U 90008B   14238.06885757  .00003798  00000-0  24424-3 0   554
+2 20453 035.6269 110.4890 0324076 314.0278 043.4151 14.73746309296095
+1 20465U 90010A   14238.14746735  .00001112  00000-0  99126-4 0  2014
+2 20465 082.4937 153.0931 0017745 142.5334 217.7128 14.94988739331861
+1 20466U 90010B   14237.63561404  .00000218  00000-0  25082-4 0   289
+2 20466 082.5006 252.8698 0022395 109.5180 250.8455 14.80783670325559
+1 20470U 63038N   14238.12164021  .00013857  00000-0  39199-2 0  6677
+2 20470 090.1165 293.8635 0018235 344.6852 075.6285 14.45451814263061
+1 20473U 90011A   14238.00189449  .00000000  00000-0  10000-3 0  5642
+2 20473 014.2599 026.4920 0006883 077.5870 282.5557 01.00272729 89786
+1 20474U 90011B   14239.02046954  .00004239  00000-0  16852-2 0  8684
+2 20474 030.3205 105.4336 6774124 037.2586 354.5628 02.92059912234939
+1 20478U 90013A   14237.81839414 -.00000158  00000-0 -84124-4 0  4106
+2 20478 099.1482 185.5691 0005721 025.3048 027.1946 13.95259976170618
+1 20479U 90013B   14237.81154476  .00000015  00000-0  10613-3 0  9594
+2 20479 099.0495 190.4811 0539237 188.3103 242.3103 12.83775943150265
+1 20480U 90013C   14236.50464470 -.00000012  00000-0  46683-4 0  8188
+2 20480 099.0516 186.8155 0540238 198.9754 282.7514 12.83394699149899
+1 20488U 88063F   14237.58234815 -.00000152  00000-0 -18513-2 0  4399
+2 20488 007.3486 002.4522 5033071 130.6113 331.4878 04.97475778441013
+1 20491U 90013D   14236.61258821 -.00000025  00000-0  17642-4 0  9552
+2 20491 099.0192 081.6014 0468592 200.1635 239.8637 13.03483809167112
+1 20499U 90016A   14239.19620627  .00000000  00000-0  10000-3 0   582
+2 20499 014.6633 014.0231 0006386 134.7266 225.3774 01.00258384 89718
+1 20502U 90016D   14238.77426978  .00000000  00000-0  10000-3 0  5791
+2 20502 014.7332 014.3636 0043998 125.2973 235.1683 01.00022881 89632
+1 20503U 76067BX  14237.42376535  .00000723  00000-0  35036-3 0  5200
+2 20503 065.7346 237.5663 0924485 339.9635 016.7197 12.97212060145646
+1 20504U 63014FD  14238.62366119 -.00000001  00000-0  10000-3 0  4000
+2 20504 086.9505 104.3684 1601157 049.5820 323.4640 08.73596183681985
+1 20505U 81053MS  14217.91615340  .00002718  00000-0  11450-2 0  6564
+2 20505 083.1604 086.0317 0021723 074.5064 285.8517 14.25300504348298
+1 20508U 90017A   14237.91829652  .00000052  00000-0  38704-4 0  9499
+2 20508 082.9582 019.5758 0043686 220.3894 250.8136 13.74167733228145
+1 20509U 90017B   14237.92781205  .00000033  00000-0  18177-4 0  8267
+2 20509 082.9568 004.7903 0044188 147.8245 212.5622 13.75451295229235
+1 20510U 90018A   14237.70844391  .00001251  00000-0  10888-3 0  8029
+2 20510 082.5146 075.7036 0012951 198.6962 206.7451 14.96096809327776
+1 20511U 90018B   14237.47254544  .00000283  00000-0  34749-4 0   253
+2 20511 082.5251 190.0141 0016573 235.0867 264.3625 14.79467433320228
+1 20523U 90021A   14237.44546375 -.00000247  00000-0  00000+0 0  5741
+2 20523 010.3316 044.6845 0004658 129.6821 239.0481 01.00271724 82451
+1 20527U 90023A   14237.79858293  .00000037  00000-0  24518-4 0  9666
+2 20527 082.9356 112.0553 0030859 001.2617 068.6237 13.72056548223550
+1 20528U 90023B   14236.73494850 -.00000011  00000-0 -27771-4 0  6480
+2 20528 082.9327 102.4794 0031583 003.0394 061.1586 13.72766225224068
+1 20533U 90025A   14238.07676884 -.00000048  00000-0  00000+0 0   570
+2 20533 055.2330 042.8959 0042511 136.1283 186.2785 01.91037796172681
+1 20536U 90026A   14237.43711725  .00000685  00000-0  00000+0 0  6423
+2 20536 067.0198 082.5625 6050600 199.0714 195.0165 01.99594233178160
+1 20547U 90028B   14237.21024285  .00001788  00000-0  73565-4 0   937
+2 20547 094.1048 287.1858 0093165 128.4989 275.7394 15.20523988342919
+1 20549U 90029A   14236.45955483  .00000008  00000-0  16206-3 0  3595
+2 20549 073.9843 324.4903 0017601 322.4488 164.9514 12.47163753110345
+1 20550U 90029B   14236.43977007 -.00000023  00000-0 -46762-4 0  6000
+2 20550 073.9797 280.6211 0009028 311.0046 154.3182 12.49144795112105
+1 20551U 90029C   14237.66135198 -.00000018  00000-0 -95653-5 0  4077
+2 20551 073.9821 045.0737 0049336 184.1168 249.9279 12.59643158121599
+1 20552U 90029D   14236.07025095 -.00000023  00000-0 -37893-4 0  3959
+2 20552 073.9797 087.0900 0040302 239.3786 235.1856 12.57868501119812
+1 20553U 90029E   14236.13563103  .00000007  00000-0  14316-3 0  2902
+2 20553 073.9814 124.2791 0031629 274.7713 241.5265 12.56206307118341
+1 20554U 90029F   14236.11615986  .00000018  00000-0  21122-3 0  3869
+2 20554 073.9830 162.8397 0022437 315.1452 150.0817 12.54475459116807
+1 20555U 90029G   14236.39393544 -.00000010  00000-0  42267-4 0  3781
+2 20555 073.9820 201.1872 0013841 341.3736 178.1424 12.52740083115290
+1 20556U 90029H   14236.65416764 -.00000042  00000-0 -16988-3 0  3765
+2 20556 073.9789 241.9966 0002389 039.4767 052.4058 12.50880082113674
+1 20557U 90029J   14238.10749247 -.00000041  00000-0 -23787-3 0  3802
+2 20557 073.9848 126.9859 0152039 186.9335 283.5763 12.23127466 88997
+1 20558U 90030A   14239.15494917  .00000000  00000-0  10000-3 0  4484
+2 20558 012.7906 037.5345 0003476 144.9071 215.2043 00.99242890 88905
+1 20559U 90030B   14237.86561311  .00014897  00000-0  91447-3 0  3060
+2 20559 030.7828 139.3634 5822226 305.2528 022.0717 04.36513893285985
+1 20570U 90034A   14233.96523138 -.00000005  00000-0  00000+0 0  4204
+2 20570 011.9400 041.0224 0011874 047.5081 306.1647 00.99523318 87293
+1 20571U 90034B   14237.32208625  .00002386  00000-0  32160-3 0  5109
+2 20571 022.7440 187.4991 0518066 058.3821 067.3844 14.09623488246827
+1 20577U 90036A   14238.11418745  .00000021  00000-0  59566-5 0  9885
+2 20577 082.9411 059.2373 0026501 355.7237 134.6351 13.74543486221422
+1 20578U 90036B   14237.99784105 -.00000019  00000-0 -34576-4 0  6156
+2 20578 082.9431 041.6925 0011755 329.4023 178.0624 13.76293242222801
+1 20580U 90037B   14238.57685846  .00000425  00000-0  16880-4 0   844
+2 20580 028.4711 294.3420 0002734 325.5610 034.4739 15.05645434135334
+1 20596U 90040A   14234.37841584  .00000566  00000-0  00000+0 0  5687
+2 20596 068.1845 061.9531 5788773 195.0297 138.6749 02.00568007178168
+1 20599U 90040D   14236.08842211 -.00000844  00000-0  00000+0 0  8614
+2 20599 069.0317 345.0326 5987633 162.8608 232.6052 02.03489746180752
+1 20607U 90043A   14237.11430459  .00000463  00000-0  67654-4 0  2959
+2 20607 089.7580 022.3131 0098883 131.3037 319.1349 14.70633616300594
+1 20608U 90043B   14238.10934943  .00000383  00000-0  51850-4 0  3499
+2 20608 089.7627 022.0023 0092263 038.6452 014.5260 14.73990524302373
+1 20609U 90043C   14237.45882558  .00005165  00000-0  33165-3 0  7968
+2 20609 089.7893 011.3631 0050398 013.6058 346.6525 15.07252927315488
+1 20619U 90045A   14238.75646270  .00000000  00000-0  10000-3 0  5980
+2 20619 064.4330 096.5240 0040707 207.7078 152.1769 02.13102276188906
+1 20620U 90045B   14238.87251250  .00000000  00000-0  10000-3 0  5288
+2 20620 064.4296 096.4819 0018117 035.3708 324.8524 02.13102337188944
+1 20621U 90045C   14237.25510243  .00000029  00000-0  00000+0 0  1462
+2 20621 064.4442 096.7390 0028507 217.8623 311.4153 02.13104746188904
+1 20623U 90045E   14236.12930135  .00000025  00000-0  00000+0 0  7984
+2 20623 064.4487 095.7099 0016109 347.8802 200.3658 02.13415857189307
+1 20624U 90046A   14237.45503178 -.00000095  00000-0 -25231-4 0  9963
+2 20624 071.0416 203.3946 0013474 161.7532 346.2257 14.14092554252043
+1 20625U 90046B   14238.18147307 -.00000207  00000-0 -82728-4 0  7948
+2 20625 070.9992 142.4047 0015890 232.3233 233.5557 14.14531129252747
+1 20626U 90046C   14237.81193108  .00000048  00000-0  84543-4 0  5663
+2 20626 071.0205 000.7868 0206302 145.4259 335.5733 13.72007754214579
+1 20627U 90046D   14237.76182993  .00000127  00000-0  16448-3 0  5439
+2 20627 070.9775 014.7270 0215915 242.5477 225.1033 13.70094451212970
+1 20628U 90046E   14235.75885969  .00000081  00000-0  11696-3 0  5495
+2 20628 070.9813 343.3809 0210396 189.0002 333.7370 13.71552511213877
+1 20629U 90046F   14236.68960896 -.00000045  00000-0 -31810-5 0  5700
+2 20629 071.0279 332.5027 0198497 084.4229 028.9613 13.73253702215578
+1 20630U 90045F   14233.37639290 -.00000022  00000-0  10062-3 0  2441
+2 20630 065.4765 021.0269 5577344 276.3442 026.2173 04.31444265379574
+1 20631U 90045G   14239.12908963  .00000164  00000-0  25819-3 0  5891
+2 20631 064.8107 298.6399 5614226 326.9613 008.1280 04.45593670384111
+1 20643U 90051A   14238.96106229  .00000000  00000-0  10000-3 0  4857
+2 20643 013.3389 033.6087 0018792 085.9861 274.3075 01.00254845 75510
+1 20659U 90054A   14238.02916954 -.00000049  00000-0  00000+0 0  1382
+2 20659 014.7540 015.5805 0010163 119.3954 278.9159 01.00224902 88447
+1 20662U 90054D   14238.20150182  .00000000  00000-0  10000-3 0  5867
+2 20662 014.6693 015.3096 0011770 357.1553 002.8898 01.00491238 88454
+1 20663U 90055A   14237.75356673  .00000704  00000-0  91965-4 0  1981
+2 20663 062.7975 049.0454 0038855 310.5733 049.1980 14.89214328306789
+1 20666U 90055D   14237.48836211  .00000464  00000-0  65425-4 0  2622
+2 20666 062.7889 332.0442 0061712 355.3943 004.6573 14.89752654308073
+1 20667U 90056A   14239.11442166  .00000000  00000-0  10000-3 0  5456
+2 20667 010.7036 045.5460 0005761 181.0979 179.0226 00.98431115 90804
+1 20669U 90056C   14235.77797036  .00000357  00000-0  10995-2 0  3517
+2 20669 024.1261 154.8079 7121412 006.6298 009.5243 02.44378457202049
+1 20670U 90057A   14237.77093302  .00000018  00000-0  29827-5 0  8096
+2 20670 082.5446 108.5524 0015026 322.5622 103.9943 13.84611663220964
+1 20671U 90057B   14237.79666397  .00000011  00000-0 -35056-5 0   579
+2 20671 082.5454 107.9694 0014233 323.5224 105.6490 13.84575647221039
+1 20672U 65108AD  14231.27399711 -.00000088  00000-0 -85886-3 0  7991
+2 20672 026.8503 230.0788 6787029 163.8816 352.0055 02.69718235208613
+1 20673U 76126CG  14238.84237542  .00008771  00000-0  19555-2 0  2738
+2 20673 065.6140 339.0075 0484913 141.4130 222.3159 14.02934726114831
+1 20674U 84081E   14237.33062234 -.00000236  00000-0 -40860-2 0  9836
+2 20674 006.9916 302.3986 6979547 108.5914 181.4509 02.40570503193599
+1 20693U 90061A   14237.91212921  .00000000  00000-0  10000-3 0  6182
+2 20693 014.6858 015.8074 0006384 111.5008 248.6210 01.00280432 88241
+1 20696U 90061D   14235.11594352  .00000102  00000-0  00000+0 0  6735
+2 20696 014.6643 015.8119 0036849 100.8778 281.3536 01.00276823 87131
+1 20705U 90063A   14235.62971292 -.00000138  00000-0  00000+0 0  3519
+2 20705 013.1783 036.7961 0046396 202.2441 154.3379 00.98615012 90715
+1 20706U 90063B   14238.27149516  .00000000  00000-0  10000-3 0  2465
+2 20706 011.6854 041.1432 0005595 122.3578 237.8017 00.99547929 79995
+1 20707U 90064A   14238.62592730 -.00000035  00000-0  10000-3 0  6773
+2 20707 066.2339 097.2734 6421249 143.7092 284.7376 02.00836520176471
+1 20710U 90064D   14236.87816458 -.00000950  00000-0 -17209+0 0  7792
+2 20710 067.5339 010.9435 6481005 145.9819 000.3886 02.04555109179911
+1 20712U 90065A   14237.45740098  .00000298  00000-0  28841-3 0  8417
+2 20712 018.1706 354.6400 7113954 102.3644 351.1211 02.44835549203248
+1 20713U 90065B   14237.12388086  .00000203  00000-0  72491-3 0  9920
+2 20713 017.7810 060.6516 6942764 299.6659 294.4422 02.66909362225657
+1 20717U 90063C   14238.60482088  .00000982  00000-0  26465-2 0  7238
+2 20717 003.7215 119.3035 7173101 067.4767 350.3844 02.33366197195187
+1 20718U 90063D   14238.47447251  .00010259  00000-0  56701-2 0  2708
+2 20718 005.1075 113.6371 6320907 067.7366 345.6328 03.52351536262703
+1 20720U 90066A   14236.77096997 -.00000032  00000-0 -10801-3 0  4773
+2 20720 073.5988 053.7289 0025911 307.9861 126.7045 12.40718375 90270
+1 20721U 90066B   14236.44016203 -.00000041  00000-0 -17035-3 0  1986
+2 20721 073.5999 045.7979 0024415 301.9078 083.7805 12.41058823 90690
+1 20724U 90068A   14238.37067269  .00000019  00000-0  00000+0 0  2932
+2 20724 053.7426 226.1694 0045878 264.6414 233.7009 01.87182338169194
+1 20735U 90070A   14236.93218502  .00000043  00000-0  17126-3 0  1437
+2 20735 082.5696 164.6906 0014033 167.8824 261.0243 12.65248151110582
+1 20736U 90070B   14236.97042277  .00000015  00000-0  22909-4 0  2241
+2 20736 082.5787 202.1238 0003242 142.6435 305.8161 12.62459180108158
+1 20737U 90070C   14237.34422311  .00000034  00000-0  13084-3 0  1349
+2 20737 082.5710 186.9338 0003393 193.8285 278.6950 12.63246310108886
+1 20738U 90070D   14236.94187492  .00000033  00000-0  12036-3 0  2394
+2 20738 082.5776 183.8272 0007903 188.6416 232.6832 12.63996147109500
+1 20739U 90070E   14238.11888270  .00000044  00000-0  18074-3 0  2376
+2 20739 082.5787 177.0080 0010847 180.5240 268.1074 12.64657829110227
+1 20740U 90070F   14238.17863118  .00000040  00000-0  15388-3 0  1480
+2 20740 082.5762 160.7124 0019442 133.3935 339.1088 12.66033929111436
+1 20741U 90070G   14236.76028300 -.00000003  00000-0 -79752-4 0   521
+2 20741 082.5727 270.3714 0035254 354.9872 140.0031 12.55685660102240
+1 20760U 65108AE  14234.16717948 -.00000086  00000-0 -72564-3 0  9119
+2 20760 027.1631 088.6565 6713754 349.4527 041.9869 02.81733768206529
+1 20762U 90074A   14238.31764653  .00000000  00000-0  10000-3 0  1255
+2 20762 011.1852 043.4178 0006621 118.4225 241.7584 00.99207444 87737
+1 20763U 90074B   14237.20197878  .00003639  00000-0  35758-3 0  5793
+2 20763 024.7608 158.8716 0413648 079.1670 038.7836 14.41056544251398
+1 20764U 90074C   14233.48221800  .00000064  00000-0  53087-3 0  2637
+2 20764 021.3747 329.5306 7281833 260.0047 134.8335 02.17353659189651
+1 20767U 90076A   14237.29224260  .00004665  00000-0  74246-3 0  1043
+2 20767 060.8420 236.0409 7510236 229.6551 036.3002 02.01223709175780
+1 20771U 90077A   14238.25144538  .00000000  00000-0  10000-3 0  1547
+2 20771 013.6498 037.2854 0014733 147.8636 212.3108 00.98808822 92959
+1 20774U 90078A   14237.75615516  .00003593  00000-0  28646-3 0  9176
+2 20774 082.9444 079.5844 0839664 182.4954 177.1893 13.67281059179532
+1 20775U 90078B   14238.11044390  .00004323  00000-0  23678-3 0  4845
+2 20775 082.9377 163.3113 0636830 241.5512 211.4082 14.18597599202520
+1 20776U 90079A   14239.14655635  .00000000  00000-0  10000-3 0  9399
+2 20776 013.0353 026.9178 0005421 102.7446 257.3881 01.00272114 87713
+1 20777U 90079B   14237.47972755 -.00000162  00000-0  00000+0 0  6740
+2 20777 012.9425 036.6775 0008098 135.8770 259.3271 00.99345028 67909
+1 20788U 90081A   14237.09718063 -.00000054  00000-0 -68145-5 0  2065
+2 20788 098.9655 271.1575 0017216 119.0731 298.1165 14.02558897226973
+1 20791U 90081D   14238.02936873 -.00000163  00000-0 -91572-4 0  9870
+2 20791 099.1105 291.6609 0052565 346.3062 074.1115 13.92536262218500
+1 20792U 90081E   14237.32571881  .00000460  00000-0  26428-3 0  8365
+2 20792 098.7846 269.2969 0017988 141.9596 279.7765 14.14050350233133
+1 20793U 90081F   14238.11751368  .00000085  00000-0  67009-4 0  8245
+2 20793 098.7614 270.8709 0022503 109.0958 320.4942 14.14335045233131
+1 20797U 90081G   14237.65815169  .00000564  00000-0  32857-3 0  8229
+2 20797 098.7864 271.3320 0008582 196.8253 277.0951 14.12486228232190
+1 20798U 90081H   14237.67264554  .00000279  00000-0  16521-3 0  8748
+2 20798 098.7343 270.0563 0011485 101.9771 018.2255 14.15427744233774
+1 20799U 77048G   14238.03745704  .00000041  00000-0  00000+0 0  1582
+2 20799 012.9340 328.9424 0219008 334.4493 061.3014 01.00567095 74582
+1 20800U 89020E   14238.45116955  .00000000  00000-0  10000-3 0  9346
+2 20800 014.1099 008.7859 0135331 137.0101 224.1135 01.00459750 73168
+1 20801U 78062D   14238.16833895 -.00000271  00000-0  00000+0 0  6835
+2 20801 014.8167 335.5777 0107627 323.9093 081.6501 00.99480276 87819
+1 20804U 90083A   14238.17304021  .00000039  00000-0  25028-4 0  8992
+2 20804 082.9392 120.8198 0037918 057.7120 055.1109 13.74237572201069
+1 20805U 90083B   14236.78474344  .00000079  00000-0  65471-4 0  8095
+2 20805 082.9350 103.6640 0031012 025.7006 027.8438 13.75715085202133
+1 20826U 90086A   14237.97776116  .00000039  00000-0  22098-4 0  6840
+2 20826 082.5258 034.2538 0012262 243.6045 265.8040 13.84162628207782
+1 20827U 90086B   14238.08439868  .00000032  00000-0  15264-4 0  7531
+2 20827 082.5272 036.9301 0011699 254.5117 242.9586 13.83850941207669
+1 20830U 90088A   14238.27419295 -.00000008  00000-0  00000+0 0  2660
+2 20830 053.9756 159.9840 0018133 203.2952 025.6451 01.87754378171883
+1 20834U 89080L   14238.05449934  .00037588  00000-0  30132-2 0  9855
+2 20834 082.4708 243.4274 0346479 038.1943 017.7038 14.63035668961661
+1 20835U 75011F   14237.76844828 -.00000208  00000-0  00000+0 0  3822
+2 20835 012.9367 326.1456 0091839 012.5369 040.8369 00.98587786 74189
+1 20836U 74060F   14237.80321836  .00000131  00000-0  00000+0 0  5859
+2 20836 010.7749 318.5682 0018318 102.0433 240.3750 01.00216550 79991
+1 20837U 81057F   14236.13477791 -.00000251  00000-0  00000+0 0  3921
+2 20837 014.9758 343.3274 0077655 096.1072 245.5327 00.99369673 76516
+1 20843U 90090C   14237.53745348  .00001000  00000-0  76235-3 0  4410
+2 20843 028.3837 036.8847 6792471 280.5416 015.0868 02.88556195238244
+1 20846U 90081J   14238.12200321 -.00000157  00000-0 -12155-3 0  7076
+2 20846 099.0020 107.0214 0204052 310.1282 175.9307 13.65798996192600
+1 20847U 90081K   14237.73895792  .00007083  00000-0  12676-2 0  1574
+2 20847 098.5746 044.7322 0023290 081.9853 038.9912 14.66995051254395
+1 20848U 90081L   14237.77400159  .00000578  00000-0  55206-3 0  7876
+2 20848 099.0446 173.7287 0219575 081.7768 338.5458 13.74055669193844
+1 20849U 90081M   14237.22716261  .00000843  00000-0  50230-3 0  3289
+2 20849 098.8544 290.0498 0046557 166.1352 194.1108 14.09493437227027
+1 20850U 90081N   14236.03548594  .00000190  00000-0  91616-4 0  7453
+2 20850 098.8202 220.3566 0075511 253.2912 148.3606 14.28311925246582
+1 20852U 90081Q   14238.10504637  .00000469  00000-0  25372-3 0  9125
+2 20852 098.7166 272.7764 0018368 088.7186 271.6093 14.17179575233693
+1 20853U 90081R   14237.78277692  .00001281  00000-0  47592-3 0  2929
+2 20853 098.5073 287.5595 0024135 345.4248 133.5026 14.33673999236980
+1 20855U 90081T   14238.11922557  .00000002  00000-0  26952-4 0  1945
+2 20855 098.9296 271.5702 0024887 071.6169 350.7089 14.08535017232315
+1 20858U 90081W   14236.78016850  .00001028  00000-0  35113-3 0  1249
+2 20858 098.5916 241.7765 0039405 165.2079 247.7418 14.38023391243327
+1 20859U 90081X   14238.12833370  .00019411  00000-0  17572-2 0  3407
+2 20859 098.6904 290.1053 0017504 166.2085 246.8765 14.95330239260642
+1 20861U 90081Z   14237.46422172  .00002559  00000-0  76199-3 0  9660
+2 20861 098.4056 289.9317 0018506 076.4209 047.1806 14.43849155245807
+1 20862U 90081AA  14237.13803361  .00000436  00000-0  53383-3 0  6780
+2 20862 099.0186 354.6566 0242999 200.6547 285.8772 13.59026136186973
+1 20864U 90081AC  14238.17032929  .00000248  00000-0  19575-3 0  3122
+2 20864 099.1457 305.9993 0071530 296.2398 116.3435 13.99851968215662
+1 20865U 90081AD  14237.72716384  .00002502  00000-0  75084-3 0  3770
+2 20865 098.2591 281.0745 0034899 009.4897 127.9519 14.43222786247392
+1 20866U 90081AE  14238.06964574  .00000474  00000-0  31571-3 0  6373
+2 20866 098.8709 275.3607 0072337 186.6636 226.9246 14.04717649221563
+1 20867U 90081AF  14238.05841498  .00000535  00000-0  35190-3 0  5550
+2 20867 098.9143 273.5509 0107278 181.5706 243.5101 14.03353224221472
+1 20868U 90081AG  14236.80924885  .00000113  00000-0  13982-3 0  6619
+2 20868 099.1632 324.1327 0174374 178.2867 309.6066 13.77284389199149
+1 20870U 90081AJ  14236.08522256  .00000084  00000-0  73513-4 0  6623
+2 20870 098.8291 268.4099 0033417 322.2245 096.3422 14.08717255224950
+1 20872U 90091A   14238.23308109  .00000000  00000-0  10000-3 0  9020
+2 20872 006.0492 058.6649 0010446 046.7646 313.5560 00.98991219 75551
+1 20873U 90091B   14238.04956963  .00000000  00000-0  10000-3 0   152
+2 20873 010.1519 045.6991 0007653 100.1835 260.0332 00.99752323 81760
+1 20874U 90091C   14237.28406076  .00008547  00000-0  18411-2 0  1117
+2 20874 007.4430 161.7196 5925274 051.4563 348.1379 04.14899916275291
+1 20876U 90081AL  14237.06123660  .00000770  00000-0  33868-3 0  6837
+2 20876 098.6870 261.8151 0017790 273.9965 138.8252 14.26339595240600
+1 20877U 90081AM  14236.12092795  .00002122  00000-0  64056-3 0  6395
+2 20877 098.3799 257.4421 0022972 334.4715 067.0607 14.43315222242400
+1 20878U 90081AN  14238.04517440  .00003604  00000-0  10784-2 0  8057
+2 20878 098.3922 267.8036 0020356 066.1071 346.1422 14.43352281241135
+1 20879U 90081AP  14237.78159009  .00000851  00000-0  60985-3 0  7094
+2 20879 099.2575 312.3617 0111390 098.3748 013.0690 13.96926159211826
+1 20881U 90081AR  14237.10947451  .00000429  00000-0  18663-3 0  6624
+2 20881 098.6219 259.9791 0080499 098.5338 262.4975 14.27181950234589
+1 20883U 90081AT  14237.14345994  .00000730  00000-0  32882-3 0  9014
+2 20883 098.6040 265.5101 0016441 091.4313 309.9479 14.25197837234374
+1 20884U 90081AU  14237.77722233  .00000726  00000-0  40739-3 0  1511
+2 20884 098.8483 297.6728 0031898 070.8056 055.2282 14.13429210 44751
+1 20885U 90081AV  14237.42843874  .00000134  00000-0  14205-3 0  8585
+2 20885 099.2622 301.1779 0067907 175.4440 250.2521 13.89951357210985
+1 20886U 90081AW  14236.83934686  .00000066  00000-0  12851-3 0  5779
+2 20886 099.0743 329.2604 0248111 002.2458 112.3583 13.53651483178572
+1 20887U 90081AX  14236.77904238  .00000797  00000-0  30210-3 0  1274
+2 20887 098.5217 256.7679 0026060 111.8328 303.5628 14.33629881239364
+1 20888U 90081AY  14237.05779734  .00001038  00000-0  47640-3 0  5467
+2 20888 099.2415 265.2437 0230857 220.4593 193.4828 14.10524325216312
+1 20889U 90081AZ  14237.78840141  .00000554  00000-0  39413-3 0  3075
+2 20889 099.1339 309.4622 0076267 303.9451 055.4479 14.00491008215898
+1 20890U 90081BA  14237.28056980  .00000248  00000-0  17873-3 0  3102
+2 20890 098.8955 271.9457 0013225 350.0295 075.8494 14.05651832224401
+1 20891U 90081BB  14236.71584166  .00000091  00000-0  14193-3 0  5214
+2 20891 099.0922 132.4040 0215509 328.5716 090.0090 13.64156980187682
+1 20892U 90081BC  14236.79781125  .00000490  00000-0  48328-3 0  8715
+2 20892 098.9650 208.1362 0168088 330.8991 096.7943 13.77252744195900
+1 20893U 90081BD  14238.08935821  .00002790  00000-0  89375-3 0  2798
+2 20893 098.4346 274.5103 0011666 115.4807 297.8551 14.40274749240382
+1 20894U 90081BE  14238.03305872  .00000614  00000-0  28423-3 0  6751
+2 20894 098.6841 263.7348 0021105 344.3344 080.3615 14.24280675235088
+1 20895U 90081BF  14236.71830153  .00001494  00000-0  50984-3 0  3975
+2 20895 098.5573 231.9837 0030623 221.4779 193.0244 14.37612189242241
+1 20898U 90081BJ  14236.69524140  .00002827  00000-0  70159-3 0  5352
+2 20898 098.2502 225.3578 0044438 102.3091 312.4654 14.52015845249966
+1 20899U 90081BK  14236.18931028  .00001440  00000-0  54285-3 0  7246
+2 20899 098.5928 304.3034 0015028 204.2994 214.0848 14.32871503234891
+1 20900U 90081BL  14236.91114718  .00001886  00000-0  76696-3 0  3889
+2 20900 099.0375 006.5581 0051994 310.6540 163.1894 14.28090524227051
+1 20902U 90081BN  14237.76609755  .00000004  00000-0  34003-4 0  2589
+2 20902 099.2332 312.3665 0081342 105.9684 014.4597 13.96293268212408
+1 20903U 90081BP  14238.03573666  .00000282  00000-0  13549-3 0  6518
+2 20903 098.8057 259.6785 0059720 101.0443 312.7386 14.25495343239229
+1 20904U 90081BQ  14238.09457634  .00001145  00000-0  43397-3 0  1339
+2 20904 098.4928 266.2825 0029549 113.4476 310.8805 14.32777016237806
+1 20905U 90081BR  14238.01825654  .00014957  00000-0  21972-2 0   342
+2 20905 098.3138 339.0573 0007868 163.2690 253.4065 14.75563381250090
+1 20906U 90081BS  14238.06531543  .00000039  00000-0  73243-4 0  4743
+2 20906 099.0766 005.0699 0106353 019.4567 034.7696 13.81042090203047
+1 20907U 90081BT  14236.78677260  .00002927  00000-0  79783-3 0  6809
+2 20907 098.3517 250.6356 0013990 140.8586 275.4253 14.48063258243642
+1 20912U 90081BV  14236.67761260  .00000545  00000-0  25125-3 0  7601
+2 20912 098.6648 262.7530 0016319 336.7086 144.2649 14.25010575233755
+1 20913U 90081BW  14237.66163433  .00000135  00000-0  99666-4 0  3805
+2 20913 098.8540 269.4491 0102781 314.1175 174.1919 14.08386549224117
+1 20915U 90081BY  14238.01432425  .00000339  00000-0  17258-3 0  2415
+2 20915 098.7762 265.1906 0036991 325.7670 092.2448 14.21924254235312
+1 20918U 90093A   14234.45241074 -.00000252  00000-0  00000+0 0   307
+2 20918 010.1894 036.9532 0002846 200.8999 064.3292 00.98879427 83562
+1 20923U 90094A   14239.20410405  .00000000  00000-0  10000-3 0  1663
+2 20923 014.6733 016.4187 0008596 151.7302 208.3697 01.00314189 87216
+1 20926U 90094D   14234.60134921  .00000082  00000-0  00000+0 0  4939
+2 20926 014.5167 016.0888 0034855 043.3287 313.2210 01.00856342 87677
+1 20945U 90100A   14236.30605542 -.00000100  00000-0  00000+0 0   791
+2 20945 008.8669 047.7110 0004222 300.1439 012.3931 00.99181955 84445
+1 20946U 90100B   14238.17793076  .00000000  00000-0  10000-3 0   602
+2 20946 010.3708 045.6647 0005421 164.2992 195.8455 00.99142298 81537
+1 20947U 90100C   14237.54597843  .00002508  00000-0  79415-3 0  3396
+2 20947 007.4915 063.0117 6533468 347.4034 012.5520 03.25666383216925
+1 20953U 90102A   14237.83857868  .00000000  00000-0  10000-3 0   255
+2 20953 014.5976 016.6712 0003100 178.5577 181.4972 01.00372672 87151
+1 20959U 90103A   14238.67226938  .00000000  00000-0  10000-3 0  4774
+2 20959 054.2901 206.1822 0114180 352.4276 007.3716 02.00562063173945
+1 20962U 75100F   14236.15000744 -.00000338  00000-0  00000+0 0  1748
+2 20962 011.5055 321.4229 0287767 307.5198 025.9653 01.01934154 92156
+1 20969U 90081CB  14236.29839242  .00000791  00000-0  31474-3 0   517
+2 20969 098.5799 258.0744 0048657 245.0904 176.5240 14.30800366237771
+1 20971U 90081CD  14237.62952436  .00012938  00000-0  16961-2 0  8695
+2 20971 098.5913 115.6150 0008024 110.3931 249.8141 14.80455091253238
+1 20972U 90081CE  14236.77305397  .00000854  00000-0  35332-3 0   622
+2 20972 098.6023 260.6833 0018549 220.2707 198.7449 14.29152072236786
+1 20973U 90081CF  14237.99904508  .00001938  00000-0  57968-3 0  9360
+2 20973 098.5658 238.5948 0051353 039.0423 019.4102 14.43268507245469
+1 20974U 90081CG  14236.78436403  .00000530  00000-0  24956-3 0  3150
+2 20974 098.6823 262.7886 0016028 015.9653 043.4168 14.23982981234647
+1 20978U 90105A   14238.46815010  .00000269  00000-0  10150-3 0  9519
+2 20978 098.4886 186.2874 0075074 137.4563 333.6713 14.37285176242793
+1 21006U 90110A   14237.27944986  .00000030  00000-0  00000+0 0  1620
+2 21006 064.1441 219.4172 0078956 185.7288 258.7126 02.13102621184575
+1 21007U 90110B   14238.15681182  .00000034  00000-0  00000+0 0  2765
+2 21007 064.1684 219.6756 0043640 186.5987 050.4703 02.13101161184578
+1 21008U 90110C   14237.46451450  .00000031  00000-0  00000+0 0  5683
+2 21008 064.1458 219.4656 0012838 240.4293 211.8111 02.13099209184317
+1 21011U 90110F   14238.37468456 -.00000005  00000-0  10000-3 0  3339
+2 21011 064.1426 218.9288 0004999 242.8123 117.1297 02.13262870184733
+1 21012U 90110G   14237.17082436  .00000069  00000-0  16141-3 0   313
+2 21012 065.4081 275.6040 5675081 247.6231 044.7199 04.27770026368043
+1 21013U 90110H   14238.77290124  .00000476  00000-0  45165-3 0   619
+2 21013 065.2958 032.9595 5542350 229.7756 066.9283 04.61298556384521
+1 21014U 90111A   14237.16594422  .00000034  00000-0  21791-4 0  8271
+2 21014 074.0459 267.2016 0026810 075.9685 284.4445 14.33089290239363
+1 21015U 90111B   14237.17482868  .00000086  00000-0  38970-4 0  7232
+2 21015 074.0508 219.8778 0021687 016.3462 064.9510 14.35586061338720
+1 21016U 90112A   14233.54141022 -.00000309  00000-0  00000+0 0  3632
+2 21016 014.5951 017.2230 0003923 059.5442 184.1074 01.00286134 86956
+1 21019U 90112D   14238.98650602  .00000000  00000-0  10000-3 0  5642
+2 21019 014.6336 017.3088 0028259 071.6911 288.6693 01.00013689 76885
+1 21028U 90114A   14237.77296935  .00000007  00000-0 -19695-4 0  1289
+2 21028 082.5755 108.5032 0004371 007.4011 062.3388 12.62694490 91287
+1 21029U 90114B   14237.65607166  .00000001  00000-0 -54712-4 0  1293
+2 21029 082.5649 093.8530 0001987 261.3926 151.7212 12.63442099 91922
+1 21030U 90114C   14238.11690457  .00000003  00000-0 -39671-4 0  1381
+2 21030 082.5712 090.3886 0005208 172.4831 303.1071 12.64227649 92658
+1 21031U 90114D   14236.65832132 -.00000005  00000-0 -84435-4 0  1254
+2 21031 082.5717 085.0399 0009107 159.7500 260.0713 12.64918402 93050
+1 21032U 90114E   14238.08458605 -.00000007  00000-0 -92591-4 0  1460
+2 21032 082.5629 071.5537 0012349 134.7658 343.7762 12.65461450 93719
+1 21033U 90114F   14237.62984243 -.00000000  00000-0 -58589-4 0  1442
+2 21033 082.5698 068.7067 0016000 097.5086 325.4279 12.66262883 94341
+1 21034U 90114G   14236.41052528  .00000026  00000-0  94883-4 0  9587
+2 21034 082.5702 173.7063 0038629 309.6675 188.5878 12.55502291 84950
+1 21038U 90116A   14238.86996361  .00000000  00000-0  10000-3 0  9328
+2 21038 014.6263 017.3014 0005631 057.1454 302.9624 01.00317299 86670
+1 21041U 90116D   14237.99316176  .00000000  00000-0  10000-3 0  7356
+2 21041 015.2133 019.1996 0030082 350.6844 009.3119 00.97938259 84279
+1 21046U 90102D   14237.43243095  .00000000  00000-0  10000-3 0  7332
+2 21046 015.2381 018.8091 0022047 098.0544 262.2500 00.97862522 76378
+1 21047U 91001A   14239.11555322  .00000000  00000-0  10000-3 0  5246
+2 21047 012.2610 026.8858 0009138 118.1025 242.0698 00.98281230 85775
+1 21048U 91001B   14234.35493709  .00000212  00000-0  63967-4 0  4221
+2 21048 018.4613 276.6890 1189110 239.1463 108.6570 11.85210234 24164
+1 21049U 91001C   14237.29330171 -.00000155  00000-0 -21526-2 0  2567
+2 21049 026.0262 327.6232 7079325 319.1288 014.2377 02.26542123195619
+1 21052U 69069C   14238.98241492  .00000000  00000-0  10000-3 0  3333
+2 21052 010.1958 317.7639 0136127 182.9616 177.0291 00.98179264 72951
+1 21055U 91003A   14238.29416615  .00000000  00000-0  10000-3 0   780
+2 21055 013.7279 031.2416 0007406 297.4280 062.5699 00.99963406 74071
+1 21056U 91003B   14238.41396222  .00000000  00000-0  10000-3 0  2485
+2 21056 012.3400 039.3058 0008175 083.5821 276.6080 00.98934647 73641
+1 21087U 91006A   14237.73383331  .00000024  00000-0  91232-5 0  9158
+2 21087 082.9405 081.8075 0035791 037.5464 008.7833 13.75176557182929
+1 21088U 91006B   14237.70749395  .00000145  00000-0  13205-3 0   216
+2 21088 082.9400 063.2535 0021433 315.5218 094.6770 13.76946054184333
+1 21089U 91007A   14238.17632837  .00000030  00000-0  14793-4 0  8082
+2 21089 082.9230 299.4278 0030518 087.9732 330.1009 13.74589083181655
+1 21090U 91007B   14238.13953805  .00000042  00000-0  27302-4 0   648
+2 21090 082.9199 282.5713 0020793 024.8387 335.3766 13.76253639182855
+1 21091U 91007C   14238.10998971  .00000124  00000-0  10537-3 0   180
+2 21091 082.9280 270.2351 0026906 349.2218 075.7419 13.79318412184540
+1 21100U 91009A   14237.58323050 -.00000020  00000-0 -26578-4 0  2063
+2 21100 074.0290 291.9568 0010018 205.9836 262.0909 12.49904742 73944
+1 21101U 91009B   14236.48745598 -.00000015  00000-0  52082-5 0  2802
+2 21101 074.0331 016.2960 0019102 020.2275 046.1280 12.46007760 70449
+1 21102U 91009C   14236.73794484  .00000010  00000-0  17207-3 0  3958
+2 21102 074.0328 331.0823 0007296 322.2615 151.2769 12.48116784 72289
+1 21103U 91009D   14238.14173222 -.00000030  00000-0 -92695-4 0  9884
+2 21103 074.0274 249.6554 0014017 103.1183 322.6772 12.51861493 75672
+1 21104U 91009E   14238.06222068 -.00000003  00000-0  81862-4 0   816
+2 21104 074.0294 210.6964 0024407 057.2579 007.0123 12.53678343 77229
+1 21105U 91009F   14238.16000126 -.00000003  00000-0  79847-4 0   929
+2 21105 074.0302 136.7467 0043952 332.3399 099.5345 12.57113311 80183
+1 21106U 91009G   14237.14800507 -.00000028  00000-0 -63957-4 0  1977
+2 21106 074.0283 099.7478 0052377 281.1198 184.0708 12.58894095 81585
+1 21107U 91009H   14237.12696429  .00000011  00000-0  16748-3 0  1876
+2 21107 074.0314 174.3653 0034065 011.9272 091.9790 12.55435501 78620
+1 21108U 91009J   14236.13660509  .00000034  00000-0  45790-3 0  1242
+2 21108 074.0511 241.3022 0176553 317.4336 103.0420 12.18428766940255
+1 21109U 91009K   14237.44316594  .00000073  00000-0  80840-3 0  6445
+2 21109 074.0299 219.3905 0180783 324.9360 153.2284 12.19784626 47191
+1 21110U 91009L   14238.07453657  .00000219  00000-0  23940-2 0  7056
+2 21110 074.0510 096.6739 0224161 208.6326 268.3897 12.09137034 37572
+1 21111U 91010A   14238.93046372  .00000000  00000-0  10000-3 0  8239
+2 21111 014.1588 021.4750 0008027 094.2550 265.8963 01.00259623 86197
+1 21115U 91009M   14237.54839616  .00000219  00000-0  22405-2 0  3539
+2 21115 074.0368 279.3860 0184958 014.9054 102.3026 12.16430288 44875
+1 21118U 91012A   14238.33525927  .00001622  00000-0  13751-2 0  6470
+2 21118 062.3547 331.3794 7447694 285.0479 009.7704 02.05018928172471
+1 21121U 91012D   14237.06725837 -.00000508  00000-0 -12277-2 0  6549
+2 21121 062.6998 289.0418 7313397 285.6004 010.4293 02.05795963176604
+1 21126U 64053C   14238.81282584  .00000458  00000-0  85027-4 0  4309
+2 21126 065.0790 284.4748 0051492 151.5562 208.8861 14.64141569654553
+1 21128U 76067BY  14238.64715449 -.00000329  00000-0  00000+0 0  5066
+2 21128 066.0448 323.7987 0670672 100.3263 267.4424 12.39874481 81775
+1 21129U 91010F   14235.38435260 -.00000266  00000-0  00000+0 0  4632
+2 21129 014.1471 021.0510 0020972 112.7346 261.9558 01.00113389 86453
+1 21130U 91013A   14237.61962431  .00000025  00000-0  89916-5 0  1021
+2 21130 082.8251 243.5966 0066510 038.3522 100.4020 13.78425611181893
+1 21131U 91013B   14236.46575689  .00000039  00000-0  23485-4 0  4485
+2 21131 082.8250 225.7756 0063181 333.8217 135.2104 13.80080025183099
+1 21132U 91014A   14230.99559488  .00000011  00000-0  00000+0 0  8058
+2 21132 015.1296 017.8836 0004088 103.1972 261.3845 01.00370803 85982
+1 21135U 91014D   14237.39071873 -.00000047  00000-0  00000+0 0  4358
+2 21135 014.3379 014.8995 0024113 032.3417 241.7801 01.03429643 88751
+1 21136U 91009N   14237.48577860 -.00000056  00000-0 -49248-3 0  5364
+2 21136 073.9958 280.7891 0285174 147.9874 327.6203 11.96887709 27961
+1 21137U 91009P   14236.77511847 -.00000031  00000-0 -15076-3 0  2844
+2 21137 074.0415 244.3949 0151674 339.3501 129.4761 12.18028024 45399
+1 21138U 91009Q   14237.50787372 -.00000028  00000-0 -10845-3 0  2929
+2 21138 074.0830 034.6393 0216963 027.9638 026.9859 12.29132558 56085
+1 21139U 91015A   14237.20060110 -.00000013  00000-0  00000+0 0   837
+2 21139 007.6705 053.6236 0004599 193.3332 061.8790 00.98508522 73830
+1 21140U 91015B   14237.91183604  .00000000  00000-0  10000-3 0  1001
+2 21140 014.2450 028.1738 0011165 147.8070 212.3300 00.98445749 87732
+1 21149U 91018A   14237.62289272  .00000089  00000-0  00000+0 0  2068
+2 21149 009.5550 038.1600 0003937 120.5204 257.3694 01.00272750 85965
+1 21151U 91018C   14234.48355324  .00011449  00000-0  88791-3 0    38
+2 21151 023.2380 188.9253 4407332 262.5854 017.3439 06.68873603433599
+1 21152U 91019A   14237.71343642  .00000018  00000-0  27999-5 0  4465
+2 21152 082.9236 262.3403 0041395 209.4501 288.4920 13.74148179175973
+1 21153U 91019B   14237.64845838 -.00000068  00000-0 -86686-4 0  7694
+2 21153 082.9220 245.6572 0030573 134.5051 003.8708 13.75749776177518
+1 21154U 91009R   14237.43540409 -.00000067  00000-0 -61905-3 0  3069
+2 21154 074.2619 007.9540 0192777 220.3927 200.3814 12.00994964 31766
+1 21155U 91009S   14237.45544183 -.00000024  00000-0 -71665-4 0  2826
+2 21155 073.9199 263.1540 0143118 131.4174 348.2954 12.30647671 57345
+1 21156U 91009T   14236.33641675  .00000010  00000-0  19857-3 0  3285
+2 21156 073.9142 190.3368 0146309 058.5646 096.5850 12.33832151 57307
+1 21157U 91009U   14235.99193663 -.00000019  00000-0 -29635-4 0  3069
+2 21157 073.9501 057.2361 0175012 268.6220 251.1689 12.24091322 48920
+1 21158U 91009V   14236.09612433 -.00000198  00000-0 -18655-2 0  2327
+2 21158 074.1046 009.0426 0142307 042.4529 069.1761 12.13872391 40107
+1 21159U 91009W   14236.64234082  .00000017  00000-0  26318-3 0  2570
+2 21159 073.9431 311.5880 0143713 157.3893 321.0568 12.28993205 53158
+1 21160U 91009X   14236.08743826 -.00000012  00000-0  21008-4 0  2973
+2 21160 074.0392 107.3063 0130993 178.9610 337.0943 12.24709608 49443
+1 21161U 91009Y   14237.16241025 -.00000071  00000-0 -53478-3 0  2733
+2 21161 074.0706 236.4251 0132817 285.1126 150.7379 12.19395937 45029
+1 21162U 91009Z   14236.11615339  .00000006  00000-0  17536-3 0  2989
+2 21162 073.9819 001.1517 0137056 155.0003 260.6899 12.27782974 52097
+1 21163U 91009AA  14235.58502564  .00000010  00000-0  19994-3 0  5635
+2 21163 073.9426 288.4720 0137087 125.1278 028.3774 12.30563730 54100
+1 21164U 91009AB  14237.14800661 -.00000010  00000-0  46117-4 0  2792
+2 21164 074.0467 165.1115 0126269 243.5829 237.7519 12.21988855 45959
+1 21165U 91009AC  14236.69212535 -.00000306  00000-0 -30088-2 0  4080
+2 21165 074.1605 082.0805 0160217 025.4577 037.7920 12.12107847 38596
+1 21166U 91009AD  14237.15393744 -.00000113  00000-0 -93670-3 0  2682
+2 21166 074.0604 236.4344 0123178 305.2254 122.5720 12.19144151 44778
+1 21167U 91009AE  14236.63121887 -.00000026  00000-0 -86994-4 0  2799
+2 21167 073.9146 288.2669 0136898 173.6325 305.5787 12.29269179 53429
+1 21168U 91009AF  14237.56775587  .00000061  00000-0  63731-3 0  3628
+2 21168 073.8981 306.9596 0197995 226.6850 200.4754 12.27647292 52059
+1 21169U 91009AG  14236.12025035  .00000005  00000-0  18774-3 0  3047
+2 21169 073.9953 116.8690 0132205 267.4418 248.8280 12.22831282 47827
+1 21170U 91009AH  14236.48765872 -.00000205  00000-0 -19534-2 0  3552
+2 21170 074.1129 033.4729 0151442 052.8453 003.2277 12.12920353 39369
+1 21171U 91009AJ  14237.77314556 -.00000061  00000-0 -40575-3 0  2903
+2 21171 073.9503 104.9626 0194186 323.4423 106.0552 12.21682332 47043
+1 21172U 91009AK  14236.81650041 -.00000015  00000-0 -92221-5 0  2850
+2 21172 074.0349 041.3467 0133215 106.9999 004.8182 12.27649275 52033
+1 21173U 91009AL  14236.45149175  .00000097  00000-0  10647-2 0  2545
+2 21173 074.1078 266.2538 0137011 257.2169 216.6622 12.19198003 44748
+1 21174U 91009AM  14235.58695332  .00000108  00000-0  13530-2 0  6765
+2 21174 074.0890 291.7797 0279914 022.0325 093.2100 11.99143466 27270
+1 21175U 91009AN  14236.60014309  .00000010  00000-0  20926-3 0  2855
+2 21175 073.9376 316.1382 0146682 173.2444 298.5521 12.28534862 52784
+1 21176U 91009AP  14236.50374036  .00000046  00000-0  57133-3 0  2647
+2 21176 074.0602 253.8316 0207206 313.2307 159.2754 12.17997609 43755
+1 21177U 91009AQ  14236.83109937  .00000216  00000-0  23353-2 0  2443
+2 21177 074.1098 021.3034 0145999 045.1409 063.0948 12.13434591 39838
+1 21178U 91009AR  14236.46206816 -.00000094  00000-0 -78392-3 0  2638
+2 21178 074.0982 316.5454 0141451 338.7305 153.1744 12.16281144 44928
+1 21179U 91009AS  14236.49425258  .00000042  00000-0  55828-3 0  2332
+2 21179 073.9866 249.2479 0121039 079.1937 072.8479 12.16190954 44867
+1 21180U 91009AT  14235.94706492  .00000009  00000-0  19515-3 0  6481
+2 21180 074.0632 059.6776 0109080 077.0805 042.2470 12.28390772 50961
+1 21181U 91009AU  14239.05302968  .00000125  00000-0  10000-3 0  4452
+2 21181 073.9484 096.1360 0206034 319.1091 039.5187 12.22229754 47363
+1 21182U 91009AV  14236.53309940  .00000132  00000-0  13478-2 0  5472
+2 21182 073.9994 155.5903 0154683 310.7386 100.1744 12.21461963 46204
+1 21183U 91009AW  14236.46990465 -.00000219  00000-0 -22263-2 0    74
+2 21183 074.1826 224.2785 0216880 155.7538 325.1522 12.05539452 31891
+1 21184U 91009AX  14237.36239443  .00000093  00000-0  10222-2 0  2800
+2 21184 074.0238 211.1384 0133298 336.4395 133.7845 12.19058132 43472
+1 21185U 91009AY  14237.81252615 -.00000182  00000-0 -16046-2 0  2189
+2 21185 074.0195 265.5517 0204662 036.4822 073.3755 12.16077154 41820
+1 21186U 91009AZ  14236.85042718  .00000278  00000-0  29773-2 0  3618
+2 21186 074.1050 032.5458 0149196 066.0218 047.8587 12.12873991 39113
+1 21187U 91009BA  14237.28906375  .00000337  00000-0  36945-2 0  1551
+2 21187 074.2441 195.8670 0178566 025.9553 041.9319 12.09161259 36003
+1 21196U 91022A   14237.26462345 -.00000650  00000-0  22175-3 0   748
+2 21196 062.6249 312.2470 7420893 287.0389 009.5916 02.03004751171741
+1 21199U 91022D   14237.42076611 -.00000454  00000-0 -25177-2 0  6413
+2 21199 062.9091 268.3503 7242586 285.7102 307.5309 02.05832065176009
+1 21208U 91009BB  14236.60108139 -.00000070  00000-0 -45295-3 0  3076
+2 21208 073.9570 298.2232 0148342 114.2743 004.6830 12.30588812 51238
+1 21209U 91009BC  14237.81631990  .00000013  00000-0  25176-3 0  3988
+2 21209 074.0376 126.0584 0134177 206.4847 219.3697 12.23649251 45824
+1 21210U 91009BD  14236.35028701  .00000141  00000-0  15099-2 0  3443
+2 21210 074.0948 294.1189 0138003 317.8706 117.3193 12.17369130 40294
+1 21211U 91009BE  14235.81702905 -.00000088  00000-0 -66357-3 0  5504
+2 21211 074.0936 263.4066 0201349 269.1101 203.2801 12.19195168 41402
+1 21212U 91009BF  14238.16244336  .00000196  00000-0  21944-2 0  2647
+2 21212 074.1616 178.7918 0232545 139.2265 334.7824 12.06842610 31516
+1 21216U 91025A   14236.98786825  .00000028  00000-0  00000+0 0  8479
+2 21216 064.2068 094.0106 0014526 213.9029 056.9175 02.13103532182075
+1 21217U 91025B   14237.68949887  .00000028  00000-0  00000+0 0  1896
+2 21217 064.1994 093.9163 0021161 218.6799 139.3251 02.13101107182070
+1 21218U 91025C   14238.21733111  .00000000  00000-0  10000-3 0  7013
+2 21218 064.1955 093.8280 0004887 257.4130 102.6344 02.13104580182101
+1 21220U 91025F   14237.00024688  .00000035  00000-0  23740-4 0  4385
+2 21220 064.8913 080.5554 5612799 319.3541 010.0910 04.39321515367620
+1 21221U 91025E   14236.21675373  .00000025  00000-0  00000+0 0  4301
+2 21221 064.2018 093.7721 0012355 217.0944 326.0269 02.13165920182113
+1 21222U 91026A   14239.03541144  .00000000  00000-0  10000-3 0  1703
+2 21222 009.8289 047.1812 0000546 162.0345 198.1020 00.99122267 74376
+1 21223U 91026B   14231.06168153 -.00000088  00000-0  43638-3 0  5225
+2 21223 003.5912 172.7897 7191589 129.0868 354.5310 02.30399995172827
+1 21226U 91025G   14238.58051546  .00002724  00000-0  69823-3 0    23
+2 21226 064.7334 331.1313 4848119 302.0985 019.8361 05.83200331398686
+1 21227U 91028A   14238.26462360  .00000000  00000-0  10000-3 0  1324
+2 21227 009.3099 048.1784 0002701 160.9729 199.1818 00.99570503 83446
+1 21228U 91028B   14237.02874943  .00000496  00000-0  15162-3 0  3664
+2 21228 023.9975 082.6805 1145433 161.7431 334.7079 12.52817757 68838
+1 21229U 91028C   14234.30044602 -.00000100  00000-0  00000+0 0  6199
+2 21229 022.2264 081.6550 6901520 202.5123 106.9309 02.19698900187580
+1 21230U 91029A   14238.07010916  .00000066  00000-0  55604-4 0  8536
+2 21230 082.9589 178.1192 0037087 328.4277 097.0388 13.73041001170663
+1 21231U 91029B   14237.79814421  .00000087  00000-0  73974-4 0  5471
+2 21231 082.9544 148.9028 0034454 214.7930 198.3250 13.75629140172669
+1 21232U 91030A   14237.94861252 -.00000190  00000-0 -52934-3 0  2673
+2 21232 082.5478 355.0327 0014257 129.2858 009.3617 13.16629230121761
+1 21233U 91030B   14236.48216543  .00000248  00000-0  61850-3 0  1082
+2 21233 082.5508 001.7445 0017678 153.3639 276.3515 13.16314525121285
+1 21234U 91009CT  14237.62822272 -.00000025  00000-0 -83793-4 0   892
+2 21234 074.0074 297.4451 0127421 026.8621 092.5230 12.32320305 55428
+1 21249U 91009BG  14236.56687653  .00000126  00000-0  12981-2 0  2668
+2 21249 074.0728 185.7042 0123031 224.9374 253.8563 12.22085485 46982
+1 21250U 91009BH  14238.14437457  .00000119  00000-0  12801-2 0  3823
+2 21250 074.0586 251.2367 0143194 321.8031 106.2810 12.18519291 44159
+1 21251U 91009BJ  14237.92333630  .00000139  00000-0  11846-2 0  9160
+2 21251 073.9556 192.6636 0151559 348.5762 067.4188 12.35610990 58410
+1 21252U 91009BK  14235.99484381  .00000064  00000-0  68996-3 0  3908
+2 21252 074.1068 161.5139 0125019 134.5772 351.4130 12.24544483 48885
+1 21253U 91009BL  14236.78732986  .00000211  00000-0  22523-2 0  2171
+2 21253 074.1176 003.0721 0148193 010.9975 104.9870 12.14520847 40749
+1 21254U 91009BM  14236.47243596 -.00000040  00000-0 -16659-3 0  3708
+2 21254 073.8895 057.6876 0189018 303.6626 088.1691 12.39281793 61878
+1 21255U 90111C   14238.17628595  .00000598  00000-0  18745-3 0  4500
+2 21255 074.0402 159.1086 0015086 291.9080 136.8166 14.42685711242696
+1 21256U 91009BN  14236.87184046  .00000108  00000-0  16684-2 0  4226
+2 21256 073.9788 166.9152 0245608 138.1741 283.5892 11.83877982 10912
+1 21257U 81053MT  14238.16072679  .00000112  00000-0  98329-4 0  3881
+2 21257 082.9186 289.1072 0033728 048.0418 005.4008 13.76569452180846
+1 21263U 91032A   14238.32757396  .00000010  00000-0  22609-4 0  3919
+2 21263 098.6603 264.3510 0014069 038.2440 029.9568 14.25675764210559
+1 21268U 75052D   14237.88361117  .00000094  00000-0  36712-3 0  9805
+2 21268 099.8375 207.7334 0201507 081.0489 333.3988 13.05852229110920
+1 21269U 75052E   14236.19498551  .00000004  00000-0  10069-3 0  4243
+2 21269 099.8015 333.4872 0120351 143.8379 276.2109 13.22818104125039
+1 21270U 75052F   14236.15259185 -.00000638  00000-0 -24721-2 0  4704
+2 21270 099.4466 312.8092 0453263 067.5926 358.3084 12.57136118 66441
+1 21271U 75052G   14236.82419789  .00000382  00000-0  11630-2 0  1938
+2 21271 099.6499 334.6754 0258578 115.1542 008.9628 13.01409406106689
+1 21272U 75052H   14237.02504362 -.00000170  00000-0 -39233-3 0   200
+2 21272 099.8364 038.8731 0309711 185.4463 301.5429 12.92590360 32418
+1 21273U 75052J   14238.16854976 -.00000020  00000-0  49182-4 0  5085
+2 21273 100.2425 111.2235 0035783 199.7712 280.7595 13.37483395916983
+1 21275U 75052L   14237.00551907 -.00000004  00000-0  65720-4 0  5311
+2 21275 100.1312 027.7917 0033369 337.9903 132.9911 13.51199874149512
+1 21276U 75052M   14236.45999684 -.00000034  00000-0  26417-4 0  3982
+2 21276 100.4616 080.5989 0045558 283.0693 136.5180 13.35186844136114
+1 21277U 75052N   14236.67855553  .00000003  00000-0  10585-3 0  6158
+2 21277 099.7022 277.1100 0132823 281.6409 194.0985 13.18390460121495
+1 21278U 75052P   14236.76374604 -.00000019  00000-0  68477-4 0  8437
+2 21278 099.8595 170.1562 0391159 261.6520 152.7886 12.76670040 86047
+1 21279U 75052Q   14236.65636867  .00000014  00000-0  81541-4 0  4176
+2 21279 099.7839 111.9358 0055774 176.9104 244.6234 13.56760919154093
+1 21280U 75052R   14236.46725873  .00000002  00000-0  67568-4 0  4151
+2 21280 099.8543 113.7177 0050160 249.3756 235.7884 13.55337334152976
+1 21281U 75052S   14238.10603522 -.00000017  00000-0  50527-4 0  4054
+2 21281 099.8204 291.7957 0056908 226.7585 186.6197 13.33742600134961
+1 21282U 75052T   14235.96586309 -.00000037  00000-0  72516-5 0  4357
+2 21282 099.7480 017.7851 0100625 070.1243 044.1676 13.24367077126775
+1 21283U 75052U   14237.93543376 -.00000160  00000-0 -36374-3 0  2215
+2 21283 099.7678 008.9946 0242069 293.9894 184.5729 12.97198512103642
+1 21284U 75052V   14236.75637249  .00000008  00000-0  10538-3 0  4561
+2 21284 099.7788 118.5255 0076374 250.4946 150.4837 13.30601454131944
+1 21285U 75052W   14238.18334719 -.00000048  00000-0 -27559-5 0  4397
+2 21285 100.1966 111.2032 0019424 349.4452 123.8346 13.40966943141248
+1 21286U 75052X   14236.79787354 -.00000003  00000-0  79485-4 0  3573
+2 21286 099.8828 165.7567 0054371 112.6210 301.9669 13.33229350134615
+1 21287U 75052Y   14236.40928397 -.00000039  00000-0  43480-5 0  2942
+2 21287 099.7445 289.8382 0130169 291.8343 133.5183 13.17755554121449
+1 21288U 75052Z   14236.41845131  .00000028  00000-0  23571-3 0  4696
+2 21288 099.6606 021.8521 0356563 239.3295 187.7316 12.75374522 85171
+1 21289U 75052AA  14237.79168631 -.00000424  00000-0 -11228-2 0  6534
+2 21289 099.9705 174.7212 0246212 014.5664 039.3142 12.99095060104604
+1 21290U 75052AB  14236.72816454 -.00000002  00000-0  11883-3 0  4729
+2 21290 099.5086 245.8606 0515245 095.7405 329.6522 12.42880825 57052
+1 21291U 75052AC  14238.08937880  .00000186  00000-0  20708-3 0  4759
+2 21291 099.7761 157.4092 0141474 133.2985 352.5438 13.80282798172475
+1 21292U 75052AD  14236.68206578  .00000104  00000-0  17649-3 0  3734
+2 21292 099.7812 017.4827 0227618 060.6472 054.5512 13.56446022152412
+1 21293U 75052AE  14237.01276917 -.00000016  00000-0  73126-4 0  5678
+2 21293 099.8733 035.4273 0273296 224.2363 252.4319 12.90919869 96660
+1 21294U 75052AF  14238.03764138  .00000145  00000-0  57450-3 0  1128
+2 21294 099.8287 038.2366 0248628 127.3702 356.9557 12.93657087 98985
+1 21295U 75052AG  14237.50305266  .00000086  00000-0  23588-3 0  7791
+2 21295 100.1545 078.3074 0020134 359.3326 062.2724 13.41620715139328
+1 21296U 75052AH  14237.45596144  .00000147  00000-0  46983-3 0  8886
+2 21296 099.5721 060.9503 0237006 201.4485 228.8868 13.09305229111830
+1 21297U 75052AJ  14238.09449201  .00000040  00000-0  16933-3 0  5633
+2 21297 099.8897 176.1318 0069590 217.9198 210.7296 13.32415374131944
+1 21299U 91033A   14236.81337069  .00000034  00000-0  12866-3 0  1313
+2 21299 082.5771 184.9928 0013061 130.0669 291.2166 12.63817988 73754
+1 21300U 91033B   14238.12073469  .00000038  00000-0  15410-3 0  1258
+2 21300 082.5786 201.8627 0004735 146.6661 340.8294 12.62287410 72595
+1 21301U 91033C   14236.11699014  .00000034  00000-0  12824-3 0  2260
+2 21301 082.5704 188.5830 0008208 152.8167 300.7971 12.63048575 72991
+1 21302U 91033D   14236.13512755  .00000028  00000-0  93520-4 0  1376
+2 21302 082.5786 179.8666 0016249 120.7539 008.7245 12.64457519 74199
+1 21303U 91033E   14236.32863038  .00000043  00000-0  17393-3 0  1416
+2 21303 082.5698 167.0913 0019332 104.1830 060.6163 12.65050632 74712
+1 21304U 91033F   14236.76580782  .00000045  00000-0  18147-3 0  1305
+2 21304 082.5762 163.4046 0023867 072.1049 346.0219 12.65874999 75462
+1 21305U 91033G   14238.15382600 -.00000013  00000-0 -13933-3 0  9448
+2 21305 082.5615 267.0619 0036599 301.0706 119.0159 12.54791780 66293
+1 21317U 75052AK  14237.60035712  .00001674  00000-0  33134-2 0  6614
+2 21317 100.0691 196.4388 0231587 120.2085 295.1847 13.27160160107085
+1 21318U 75052AL  14237.91193873  .00004256  00000-0  20172-2 0  8497
+2 21318 099.3875 227.4746 0191288 279.1694 137.9917 14.11015718174656
+1 21319U 75052AM  14236.02585890 -.00000532  00000-0 -13338-2 0  6548
+2 21319 099.6439 053.0322 0238718 044.8714 070.0612 13.05080459107346
+1 21320U 75052AN  14236.33466373  .00000048  00000-0  95801-4 0  5106
+2 21320 099.5603 017.0980 0130444 093.4152 332.8191 13.71753062163852
+1 21324U 75052AS  14238.10514193  .00001215  00000-0  30462-2 0  2015
+2 21324 099.5763 268.7938 0325851 151.4883 283.3425 13.04009735102844
+1 21325U 75052AT  14236.46570722  .00000815  00000-0  73753-3 0  8329
+2 21325 099.7423 322.6185 0125665 092.0530 328.7523 13.83337846163556
+1 21326U 75052AU  14236.43693409  .00000054  00000-0  18181-3 0  7435
+2 21326 100.2692 098.9871 0031862 037.1750 085.7731 13.40641789137905
+1 21327U 75052AV  14236.75701876  .00000135  00000-0  55243-3 0  6124
+2 21327 099.6736 244.0043 0279853 164.7873 250.3330 12.89536441 95197
+1 21329U 75052AX  14237.62875955  .00003282  00000-0  20146-2 0  3321
+2 21329 099.7140 254.2730 0241272 324.1956 152.9383 13.93073960161415
+1 21330U 75052AY  14236.18444491 -.00000009  00000-0  56384-4 0  4646
+2 21330 100.4136 094.9747 0309691 139.2301 338.6050 13.32687555130647
+1 21331U 75052AZ  14236.17642353 -.00000004  00000-0  77749-4 0  5052
+2 21331 100.2180 108.9738 0026975 086.6220 037.7712 13.39312100139466
+1 21332U 91009CP  14237.43132178  .00000360  00000-0  36745-2 0  2827
+2 21332 074.2002 059.8133 0143311 301.2738 133.8775 12.16301623994847
+1 21333U 75052BB  14236.31553713 -.00000009  00000-0  60868-4 0  5847
+2 21333 099.9305 099.2498 0002929 299.2973 124.5708 13.44962267144294
+1 21335U 75052BD  14236.81025346  .00004076  00000-0  42197-2 0  9473
+2 21335 099.1343 167.2619 0063770 237.6386 183.6868 13.75422605144245
+1 21336U 75052BE  14237.38467323  .00005949  00000-0  12443-1 0  3724
+2 21336 099.2002 168.3353 0177203 316.4460 162.5301 13.26293728118272
+1 21338U 75052BG  14238.17086927  .00000069  00000-0  21825-3 0  4647
+2 21338 099.5999 005.3902 0060357 259.6656 223.8270 13.34437926133506
+1 21339U 75052BH  14237.09601638  .00000262  00000-0  10858-2 0  3715
+2 21339 099.5646 280.0053 0374619 278.1757 135.3006 12.73039971 80934
+1 21341U 75052BK  14236.45205141 -.00000006  00000-0  98331-4 0  5832
+2 21341 099.7221 218.4969 0500473 158.0124 323.2286 12.57407908 67600
+1 21342U 75052BL  14238.17454339  .00000840  00000-0  39582-3 0   381
+2 21342 099.9818 331.7078 0166452 036.4392 027.8937 14.16020306191963
+1 21343U 75052BM  14239.05610841  .00007115  00000-0  45392-2 0  5856
+2 21343 098.7031 339.9794 0131875 209.1747 150.2479 13.99400568164073
+1 21345U 75052BP  14235.94905618 -.00000119  00000-0 -22262-3 0  4200
+2 21345 099.3652 222.2106 0193242 048.3315 013.2352 13.08972680109876
+1 21346U 75052BQ  14236.96049113  .00007810  00000-0  82236-2 0  4527
+2 21346 099.4957 031.9840 0177503 279.5046 197.9878 13.68382007127818
+1 21347U 75052BR  14237.43347199  .00001090  00000-0  20020-2 0  9911
+2 21347 099.3536 064.8862 0456641 079.4625 343.9225 13.07931902 97646
+1 21348U 75052BS  14238.91004002  .00280095  00000-0  14424-1 0  7629
+2 21348 099.3582 107.5716 0022136 212.6941 147.3421 15.16194070188960
+1 21350U 75052BU  14237.03485531  .00023542  00000-0  70423-2 0  8506
+2 21350 099.4644 347.1021 0026503 132.7572 281.7630 14.42648817181439
+1 21351U 75052BV  14237.40374953 -.00000012  00000-0  64697-4 0  4347
+2 21351 099.9071 154.0839 0065051 215.4952 262.4754 13.31295566130469
+1 21352U 75052BW  14237.74260171  .00000796  00000-0  18960-2 0  8488
+2 21352 099.5338 299.1256 0300177 251.6305 233.6868 13.11025547107896
+1 21353U 75052BX  14235.94781885 -.00000006  00000-0  11846-3 0  4409
+2 21353 099.5247 221.3298 0520033 204.4469 217.5928 12.40218175 52856
+1 21354U 75052BY  14237.46927436  .00000728  00000-0  15907-2 0   714
+2 21354 099.4999 083.8591 0234513 227.7244 196.8865 13.22494300117433
+1 21355U 75052BZ  14236.80652176  .00000067  00000-0  27376-3 0  3036
+2 21355 099.7059 170.2217 0150209 356.6441 057.8985 13.13943082115747
+1 21356U 75052CA  14236.94809668  .00000089  00000-0  27302-3 0  4744
+2 21356 099.6792 004.8995 0093754 201.3732 276.6994 13.29885048128846
+1 21358U 75052CC  14236.55960267  .00000055  00000-0  23471-3 0  1378
+2 21358 099.6038 099.9133 0172267 065.5719 354.7240 13.13359033113593
+1 21359U 75052CD  14236.68393220  .00012050  00000-0  28559-2 0  5577
+2 21359 099.5462 013.0629 0068103 243.7917 246.5686 14.52769404196082
+1 21360U 75052CE  14236.48869568 -.00000026  00000-0  35314-4 0  4186
+2 21360 099.7611 111.0377 0076571 284.1485 196.6065 13.29185126128670
+1 21361U 75052CF  14239.03104582  .00000515  00000-0  10000-3 0  6301
+2 21361 099.6442 089.9524 0769340 194.2582 163.6154 11.99281174987841
+1 21362U 75052CG  14239.14364925  .00000057  00000-0  10000-3 0  4920
+2 21362 099.5361 119.7871 0579279 126.1709 239.4940 12.38167702 42181
+1 21363U 75052CH  14236.30410994  .00000276  00000-0  84361-3 0  5570
+2 21363 099.7244 131.7650 0174791 184.3381 298.8123 13.09690248111808
+1 21364U 75052CJ  14237.78394810  .00000001  00000-0  12136-3 0  2598
+2 21364 099.6502 269.9246 0251747 333.5087 075.7881 12.95449456 98879
+1 21365U 75052CK  14237.31482757  .00000546  00000-0  17686-2 0  2099
+2 21365 099.7503 350.5709 0231949 232.4059 185.7976 12.97899823101917
+1 21366U 75052CL  14238.17587182  .00000062  00000-0  19033-3 0  7269
+2 21366 100.1629 108.4086 0022811 018.2112 096.9907 13.42322046139184
+1 21367U 75052CM  14237.90086959 -.00000037  00000-0  11110-4 0  4827
+2 21367 099.7520 112.3379 0073262 241.3043 184.2259 13.30377190129306
+1 21368U 75052CN  14236.81086985 -.00000030  00000-0  20262-4 0  2836
+2 21368 099.7676 087.9470 0076110 357.7079 061.3326 13.58935402153789
+1 21369U 75052CP  14237.80767997  .00004446  00000-0  23082-2 0  4136
+2 21369 099.6671 169.9426 0110090 359.3895 058.4876 14.12247690179451
+1 21370U 75052CQ  14236.37672214  .00000055  00000-0  21136-3 0  4564
+2 21370 099.9647 150.3057 0080394 013.6896 104.8840 13.27807941127352
+1 21371U 75052CR  14235.96788486  .00000120  00000-0  40563-3 0  3262
+2 21371 099.6830 230.0808 0153667 073.7541 350.7587 13.13888155115451
+1 21372U 75052CS  14236.42235564  .00000009  00000-0  11314-3 0  5416
+2 21372 100.4259 020.5176 0061308 002.5665 067.7205 13.32976269131360
+1 21373U 75052CT  14237.79535081  .00000107  00000-0  30803-3 0  5867
+2 21373 099.8131 201.8556 0074315 227.7158 248.9882 13.31696128130384
+1 21374U 75052CU  14237.01219631  .00000416  00000-0  51645-3 0  3771
+2 21374 099.5974 029.0666 0268354 341.4593 131.3866 13.56583026148132
+1 21377U 75052CX  14236.96047970  .00000639  00000-0  13022-2 0  5711
+2 21377 100.0282 235.1393 0242625 136.6596 289.9293 13.26842373120383
+1 21380U 75052DA  14237.77593601  .00000086  00000-0  17256-3 0  2900
+2 21380 099.5333 313.9905 0055538 023.9075 093.2279 13.59829096152215
+1 21381U 75052DB  14239.03193682  .00169435  00000-0  15072-1 0  2857
+2 21381 098.3623 031.9644 0014465 221.3045 138.7584 14.96040444182713
+1 21382U 75052DC  14237.45886204  .00004885  00000-0  88301-2 0  2551
+2 21382 099.7403 048.0348 0459894 102.7706 262.5194 13.07100103 85467
+1 21383U 75052DD  14235.28024575 -.00000032  00000-0  12341-4 0  3001
+2 21383 099.7037 355.4525 0364925 357.1697 065.5226 12.72440874 79719
+1 21384U 75052DE  14237.49620264  .00000035  00000-0  21753-3 0  6195
+2 21384 099.6492 202.8477 0299859 136.5129 348.4586 12.90137299 94765
+1 21386U 75052DG  14238.07864646  .00000649  00000-0  14484-2 0  8348
+2 21386 099.5749 191.7776 0189844 098.5717 322.6716 13.24645348121498
+1 21387U 75052DH  14237.65480172  .00000198  00000-0  40736-3 0   734
+2 21387 099.4472 008.7488 0047894 171.6136 308.1870 13.44446763140004
+1 21388U 75052DJ  14237.84850072  .00000053  00000-0  14791-3 0  7128
+2 21388 099.5408 191.0727 0071820 190.3956 225.5311 13.49885096145504
+1 21392U 91037A   14235.46205106 -.00000036  00000-0  00000+0 0  8398
+2 21392 011.5384 042.2440 0008898 134.8714 227.2320 00.99013012 84003
+1 21393U 91037B   14237.47179506  .00007574  00000-0  63505-3 0  8628
+2 21393 024.9882 025.6040 0954444 190.7461 167.1186 13.40987099112653
+1 21394U 91037C   14238.30630447  .00000000  00000-0  10000-3 0  6692
+2 21394 023.5960 177.3750 6815969 359.2443 359.9652 02.22011794188598
+1 21397U 91039A   14237.49455353  .00001098  00000-0  11002-3 0  3628
+2 21397 082.5233 032.6084 0019901 070.1117 290.2244 14.90324442256714
+1 21398U 91039B   14237.76739723  .00000187  00000-0  22105-4 0  8265
+2 21398 082.5213 101.4327 0020213 307.9478 095.8721 14.79192228252141
+1 21400U 91009BP  14237.17952074  .00000045  00000-0  45242-3 0  9504
+2 21400 073.9699 172.7996 0186127 301.3017 172.4525 12.36534394986383
+1 21401U 91009BQ  14237.40139337 -.00000115  00000-0 -97671-3 0  2393
+2 21401 074.1377 336.1740 0144377 304.0577 124.3201 12.16649569 42520
+1 21402U 91009BR  14236.45147597  .00000121  00000-0  13041-2 0  2017
+2 21402 074.0242 237.5912 0136340 003.7434 167.3715 12.18121799 43500
+1 21403U 91009BS  14237.79532704  .00000014  00000-0  23437-3 0  2184
+2 21403 073.9340 273.1072 0133123 121.9759 357.0084 12.31160897 53886
+1 21404U 91009BT  14237.00325999  .00000007  00000-0  15635-3 0  3561
+2 21404 073.9581 071.7122 0184567 192.5312 293.0179 12.41115065 61857
+1 21405U 91009BU  14237.01745565  .00000209  00000-0  20292-2 0  2633
+2 21405 073.9595 176.1553 0227691 029.1936 051.5829 12.18574623 42631
+1 21406U 91009BV  14236.21397502  .00000003  00000-0  14754-3 0  2986
+2 21406 073.9125 260.5375 0132299 142.5681 333.8766 12.31183759 49721
+1 21407U 91009BW  14237.57816095  .00000126  00000-0  11193-2 0  6994
+2 21407 073.8534 194.8038 0175068 167.4962 314.9459 12.32053351 55449
+1 21408U 91009BX  14234.92356437  .00000101  00000-0  11005-2 0  3914
+2 21408 074.0263 289.5865 0201936 057.0596 358.6579 12.15547557 41072
+1 21418U 91041A   14237.69096766  .00000069  00000-0  35829-4 0  6417
+2 21418 074.0360 057.4018 0016812 174.0299 259.3486 14.31355052211867
+1 21419U 91041B   14237.45711973  .00000092  00000-0  42392-4 0  6055
+2 21419 074.0426 017.1356 0041246 196.1260 219.1915 14.33556476213320
+1 21420U 91041C   14236.46225185  .00000447  00000-0  15290-3 0  4702
+2 21420 074.0698 024.1447 0005781 339.8257 074.8159 14.39114296213982
+1 21422U 91042A   14238.11337967  .00000650  00000-0  64241-4 0  9848
+2 21422 082.5031 142.0962 0016312 116.8422 243.4466 14.90245016255578
+1 21423U 91042B   14237.39835124  .00000287  00000-0  35527-4 0  7799
+2 21423 082.4951 200.7227 0017793 018.4860 095.5497 14.79228293250763
+1 21426U 91043A   14238.29285358 -.00000535  00000-0  00000+0 0  9726
+2 21426 063.0824 324.3078 7325494 283.0906 011.0066 02.00620623169932
+1 21429U 91043D   14236.36799122 -.00000738  00000-0 -14042-2 0  6596
+2 21429 062.6296 025.6549 7392609 282.1988 021.9912 01.96664279166531
+1 21433U 75052DR  14237.59974439  .00000076  00000-0  19099-3 0  3313
+2 21433 099.8725 093.9881 0060040 132.2874 289.1578 13.48731731146627
+1 21434U 75052DS  14236.23139683 -.00000068  00000-0 -21214-3 0  3470
+2 21434 099.4338 240.6484 0656575 172.4253 324.3497 12.15956984 34636
+1 21437U 75052DV  14236.31486319  .00000058  00000-0  20218-3 0  7927
+2 21437 100.3041 010.6821 0056405 234.4318 154.1387 13.36120124136159
+1 21438U 75052DW  14236.04258859  .00000089  00000-0  27436-3 0  6746
+2 21438 099.6934 359.2177 0081750 197.0274 228.1673 13.29762764130735
+1 21439U 75052DX  14237.74769976  .00002281  00000-0  47818-2 0  6158
+2 21439 100.0247 049.2061 0396527 036.3425 029.1475 13.06748900 93112
+1 21441U 75052DZ  14236.73162281 -.00000084  00000-0 -15846-3 0  4296
+2 21441 099.7186 148.5162 0304214 331.5740 081.4938 12.83686295 92147
+1 21442U 75052EA  14235.27060422  .00001080  00000-0  32952-2 0  6663
+2 21442 099.5877 250.6943 0363443 004.4875 052.2840 12.87873404 80036
+1 21443U 75052EB  14237.78271509  .00000065  00000-0  22317-3 0  4263
+2 21443 099.9155 156.7367 0067665 205.8401 227.1666 13.31149283132662
+1 21444U 75052EC  14237.70104260  .00000379  00000-0  12906-2 0  4254
+2 21444 099.6383 245.1044 0268803 054.3105 008.2548 12.93118440 99266
+1 21445U 75052ED  14236.17742016 -.00000017  00000-0  52228-4 0  4031
+2 21445 099.6604 076.9225 0080994 302.2872 180.7348 13.28214070130088
+1 21446U 75052EE  14236.60042910 -.00000061  00000-0 -10152-3 0  4563
+2 21446 099.7225 353.7075 0371322 028.7646 086.3432 12.71140584 81383
+1 21448U 75052EG  14236.81134442 -.00000004  00000-0  88008-4 0  3774
+2 21448 099.6131 219.7899 0129470 224.8435 255.3344 13.17929393121430
+1 21450U 75052EJ  14236.16188046  .00000088  00000-0  25977-3 0  7358
+2 21450 099.8136 191.6731 0059933 157.5978 322.5324 13.34040015134100
+1 21452U 75052EL  14238.59540017  .00000787  00000-0  10000-3 0  3330
+2 21452 099.7761 199.8992 0610829 013.0087 348.6325 12.32118925 43133
+1 21453U 75052EM  14236.77033560  .00000050  00000-0  20373-3 0  8690
+2 21453 100.0196 161.4280 0119782 187.1269 229.3908 13.25845747127186
+1 21457U 75052ER  14237.83611036  .00001592  00000-0  25653-2 0  6585
+2 21457 099.9538 175.0429 0308573 113.6604 314.1324 13.32786476125967
+1 21458U 75052ES  14237.48775583  .00000040  00000-0  30369-3 0  9339
+2 21458 099.7771 083.1193 0562974 208.0300 221.4182 12.43537219 57394
+1 21459U 75052ET  14236.20281698  .00000039  00000-0  15268-3 0  8617
+2 21459 100.1118 108.2962 0052675 149.1050 332.6611 13.40310996139234
+1 21460U 75052EU  14236.94234206 -.00000029  00000-0  27151-4 0  5705
+2 21460 099.7114 006.4633 0084471 277.3160 204.9750 13.27780543129298
+1 21461U 75052EV  14236.29586078  .00000038  00000-0  17219-3 0  5387
+2 21461 099.6077 247.1646 0205811 146.9222 333.2759 13.19390046121829
+1 21463U 75052EX  14235.96662691  .00000196  00000-0  32202-3 0   961
+2 21463 099.8007 014.4053 0158218 165.5001 320.4439 13.54991645150762
+1 21464U 75052EY  14237.50467938  .00001960  00000-0  57099-2 0  1962
+2 21464 099.8674 081.3073 0215606 240.9358 186.0818 13.02910916 98769
+1 21465U 75052EZ  14237.59419422  .00000145  00000-0  31209-3 0  7750
+2 21465 100.0761 106.2205 0067997 251.4844 162.4734 13.46808424144418
+1 21466U 75052FA  14237.88161063  .00000122  00000-0  38201-3 0  8089
+2 21466 099.7298 295.6192 0137918 226.1857 190.6608 13.20702467122501
+1 21467U 75052FB  14237.83905272  .00000063  00000-0  17177-3 0  8479
+2 21467 099.8690 096.4871 0026742 135.0637 286.7932 13.48798877146633
+1 21469U 75052FD  14234.31838174  .00000098  00000-0  48805-3 0  9063
+2 21469 099.6922 348.1661 0367467 351.0514 069.9738 12.73468233 81530
+1 21470U 75052FE  14237.47191150  .00000110  00000-0  24133-3 0  7433
+2 21470 099.9204 089.7602 0100163 143.8578 291.1288 13.48327072145501
+1 21471U 75052FF  14234.95918525  .00000162  00000-0  24418-3 0  1535
+2 21471 099.4798 031.0546 0255501 013.1802 110.6225 13.54307355152006
+1 21472U 75052FG  14236.39692944  .00000335  00000-0  45102-3 0  4370
+2 21472 099.7708 030.2632 0256691 108.5378 307.3843 13.54135499147111
+1 21473U 75052FH  14237.36171278  .00000220  00000-0  30823-3 0  3524
+2 21473 099.5538 033.0006 0250010 011.2698 044.0449 13.55826881147807
+1 21475U 75052FK  14236.89694589 -.00000001  00000-0  63769-4 0  7964
+2 21475 099.8715 086.9803 0091295 223.9856 266.3575 13.53561387148004
+1 21492U 75052FM  14237.72755613  .00000118  00000-0  32490-3 0  4222
+2 21492 099.8730 151.4222 0061880 149.2216 267.3936 13.33042446134162
+1 21496U 75052FR  14235.94020038  .00000035  00000-0  23385-3 0  3932
+2 21496 099.7949 219.9208 0343678 150.4627 269.9203 12.81738376 89822
+1 21497U 75052FS  14236.39898273 -.00000017  00000-0  51586-4 0  3944
+2 21497 099.8135 285.6016 0058241 270.4035 156.0920 13.32599662133599
+1 21498U 75052FT  14238.00038433  .00000393  00000-0  13314-2 0  9878
+2 21498 099.6433 243.1752 0268743 059.7068 356.8822 12.93160141 98604
+1 21499U 75052FU  14236.42656032  .00002325  00000-0  49555-2 0  6953
+2 21499 099.6643 204.7904 0150214 243.2950 244.5509 13.27360523120169
+1 21500U 75052FV  14236.53388368  .00000835  00000-0  33761-3 0  6599
+2 21500 100.0456 093.1656 0203158 251.1414 166.5228 14.20666003197930
+1 21501U 75052FW  14237.95909669  .00000155  00000-0  73519-3 0  3160
+2 21501 099.7981 120.3283 0552637 116.7743 001.2333 12.46661136 59989
+1 21504U 75052FZ  14236.24233075  .00000169  00000-0  77599-3 0  7548
+2 21504 099.8267 139.7672 0555342 100.3988 024.0757 12.47493373 57025
+1 21506U 75052GB  14236.10492961 -.00000003  00000-0  87778-4 0  4722
+2 21506 099.5725 073.0047 0181307 127.4399 351.8777 13.12268331110526
+1 21512U 75052GH  14237.17355550  .00000052  00000-0  18119-3 0  6557
+2 21512 100.3042 096.5788 0037043 136.8296 340.3865 13.39641148131293
+1 21514U 75052GK  14238.11161987  .00001227  00000-0  28908-2 0   468
+2 21514 099.8528 169.3642 0322520 112.7925 006.6074 13.08361411 97500
+1 21515U 75052GL  14238.81773950  .00000140  00000-0  10000-3 0  2645
+2 21515 099.7390 338.0020 0274705 288.1384 069.0498 12.97482632103327
+1 21516U 75052GM  14235.60063779  .00000039  00000-0  16827-3 0  2179
+2 21516 099.9056 153.8188 0069274 227.1653 254.4458 13.31924843120770
+1 21523U 75052GU  14236.49291758  .00000133  00000-0  85261-3 0  1650
+2 21523 099.5713 210.1561 0717124 161.4320 328.2182 12.05675980989346
+1 21527U 91045A   14237.74607730  .00000078  00000-0  28163-4 0  5712
+2 21527 089.5661 120.3407 0069970 035.7758 028.5931 14.22725155201923
+1 21528U 91045B   14237.27811975  .00000173  00000-0  66671-4 0  5878
+2 21528 089.5679 121.1438 0066784 336.4488 162.0051 14.25332165202978
+1 21529U 91045C   14236.27215804  .00000391  00000-0  13541-3 0  4729
+2 21529 089.6097 145.2306 0057431 116.5460 007.3733 14.33077900207000
+1 21532U 91045D   14236.07953248  .00000344  00000-0  12266-3 0  5342
+2 21532 089.5041 080.4279 0068298 200.7711 280.6740 14.30979142205399
+1 21533U 91046A   14236.24971763 -.00000182  00000-0  00000+0 0  9844
+2 21533 014.8973 020.2556 0006766 184.2396 157.6610 00.98907890 78041
+1 21536U 91046D   14239.11109073  .00000000  00000-0  10000-3 0  4100
+2 21536 014.3862 018.6196 0021398 130.3223 229.9213 01.00922372 80294
+1 21542U 75052GW  14236.87207573  .00000117  00000-0  31113-3 0  5670
+2 21542 100.1778 352.5531 0051844 184.2356 298.6033 13.36887383136590
+1 21543U 75052GX  14236.33333639 -.00010732  00000-0 -10154-1 0  2645
+2 21543 099.8655 167.6479 0095987 199.5495 290.1056 13.78822282135958
+1 21544U 75052GY  14237.73024068  .00008543  00000-0  22348-2 0  4796
+2 21544 100.0054 300.6052 0134021 255.4847 228.6329 14.44408187187447
+1 21545U 75052GZ  14236.37013172  .00000031  00000-0  15083-3 0  9800
+2 21545 099.6614 278.7996 0231691 204.2619 291.6851 13.21061136123190
+1 21546U 75052HA  14235.37579749  .00000554  00000-0  28604-2 0   473
+2 21546 099.5549 014.2560 0615140 000.8065 051.3376 12.25162573 39938
+1 21547U 75052HB  14236.43108814  .00000383  00000-0  51994-3 0  4511
+2 21547 099.8696 033.8387 0258699 156.6590 261.4018 13.52839992147208
+1 21548U 75052HC  14236.32144994  .00000557  00000-0  18459-2 0  5443
+2 21548 099.8043 358.2570 0247159 017.3986 036.8790 12.95006841101121
+1 21549U 75052HD  14237.71310370 -.00000134  00000-0 -26127-3 0  5198
+2 21549 099.8486 165.7749 0206946 077.3711 345.9386 13.06731144109490
+1 21550U 75052HE  14235.60412512 -.00000165  00000-0 -53515-3 0  1660
+2 21550 099.8423 114.8939 0546698 242.0275 143.2381 12.44487742 55718
+1 21551U 75052HF  14237.26286120 -.00000011  00000-0  66026-4 0  3617
+2 21551 099.7965 349.0879 0107988 087.4112 327.6322 13.23617034123985
+1 21552U 91047A   14238.14012481 -.00000007  00000-0  00000+0 0  4492
+2 21552 054.3637 148.5573 0026319 060.4542 151.2008 01.91858485168630
+1 21565U 75052HK  14236.44366922  .00000280  00000-0  10654-2 0  5848
+2 21565 099.8538 134.9142 0382212 027.9222 022.9247 12.77249547 83059
+1 21566U 75052HL  14238.47982646 -.00000008  00000-0  10000-3 0  1976
+2 21566 099.5859 072.6789 0326026 338.7075 020.1251 12.82838291 90710
+1 21567U 75052HM  14237.43197333  .00000363  00000-0  46475-3 0  1803
+2 21567 099.4535 045.6309 0253908 335.4836 076.2887 13.56980524150371
+1 21568U 75052HN  14236.37856797  .00000206  00000-0  29425-3 0  3132
+2 21568 099.6426 028.6551 0256537 102.0688 321.7676 13.54311614143975
+1 21570U 75052HQ  14232.26666729  .00000505  00000-0  30730-2 0  1896
+2 21570 099.5430 037.0322 0714746 147.1415 341.4278 12.00948248828898
+1 21574U 91050A   14237.77916682  .00000287  00000-0  11061-3 0    09
+2 21574 098.3238 193.3729 0034379 143.1799 276.5295 14.36867665210144
+1 21575U 91050B   14237.12524755  .00000096  00000-0  44634-4 0   938
+2 21575 098.7063 214.4918 0008509 115.6537 023.8637 14.40410801213406
+1 21576U 91050C   14237.93580758  .00000195  00000-0  75115-4 0  5734
+2 21576 098.7199 224.9134 0004769 125.0792 235.0843 14.40943054213435
+1 21577U 91050D   14237.02380508  .00000042  00000-0  28572-4 0   333
+2 21577 098.7230 212.3277 0006955 152.9305 248.8897 14.39089121212668
+1 21578U 91050E   14238.14196772  .00000437  00000-0  11793-3 0  1083
+2 21578 098.4673 222.4714 0004201 117.7643 021.5831 14.52658628219403
+1 21588U 90065D   14231.20520027  .00000423  00000-0  89259-3 0  5477
+2 21588 018.2626 259.0919 7048624 255.1227 022.9249 02.51654703201498
+1 21589U 90065E   14236.64175186 -.00000232  00000-0  34783-3 0  5991
+2 21589 017.9320 094.7089 6988056 226.2234 012.3199 02.60239340210129
+1 21590U 90065F   14232.07586099  .00000293  00000-0  51251-3 0  8421
+2 21590 020.0273 160.0287 6989835 308.5932 007.3624 02.61684924206344
+1 21591U 90065G   14234.23353252 -.00000087  00000-0 -42704-3 0  4012
+2 21591 018.5426 225.6538 7018509 354.5797 014.4868 02.40915295181016
+1 21592U 90065H   14236.48659437 -.00000766  00000-0 -41255-2 0  2747
+2 21592 018.1177 293.8215 6706792 088.9501 005.6772 02.84471808218194
+1 21593U 90065J   14237.22023292  .00006430  00000-0  11967-2 0  7110
+2 21593 017.1978 182.2986 6349091 329.4959 038.0824 03.53844042223627
+1 21594U 90065K   14231.63668281 -.00000369  00000-0 -11852-3 0  5493
+2 21594 017.2276 040.8447 7056853 069.2223 350.6844 02.44248220202779
+1 21598U 75052HS  14236.49611360  .00000062  00000-0  31757-3 0  8690
+2 21598 099.5576 055.9789 0354818 328.8677 086.4584 12.83168705 90589
+1 21599U 75052HT  14236.46853928 -.00000005  00000-0  10000-3 0  6982
+2 21599 099.7593 328.2936 0439581 064.8164 303.8319 12.66841478 72263
+1 21601U 75052HV  14235.73118861  .00000080  00000-0  43203-3 0  6281
+2 21601 099.8234 152.7271 0546623 057.8869 357.7466 12.49006301 57423
+1 21602U 75052HW  14237.70877630  .00001075  00000-0  18100-2 0  4535
+2 21602 099.8257 280.6190 0085015 082.9295 034.8053 13.46767447131415
+1 21610U 91050F   14237.17316181  .00000241  00000-0  90500-4 0  5755
+2 21610 098.7388 263.3654 0004358 121.9751 279.6790 14.40317593212248
+1 21622U 87036K   14238.71484317  .00040303  00000-0  10000-3 0  7824
+2 21622 064.6145 194.2156 0256060 055.3437 307.1414 13.07201630871420
+1 21623U 87036L   14236.79291323  .00013675  00000-0  55905-2 0    01
+2 21623 062.6967 019.0378 3235987 078.1960 018.8062 08.58275950733229
+1 21634U 90065L   14236.34081589 -.00000022  00000-0  30443-3 0  4458
+2 21634 017.8142 119.3325 6988002 180.2027 348.5842 02.61077677204258
+1 21635U 90065M   14231.31564278  .00000179  00000-0  52559-3 0  5840
+2 21635 018.1406 077.0006 6963037 247.9956 342.3657 02.65089242217104
+1 21636U 90065N   14239.16031281  .00000140  00000-0  40817-3 0  8468
+2 21636 017.3502 213.8319 7168346 065.8406 350.8328 02.33560951195300
+1 21637U 90065P   14235.75053909 -.00000107  00000-0  16819-3 0  6615
+2 21637 018.1861 013.0116 6941853 013.2325 004.4579 02.65234529208164
+1 21639U 91054B   14238.62734199  .00000000  00000-0  10000-3 0  6181
+2 21639 013.3858 032.8906 0012008 345.2350 014.8072 01.00272142 84487
+1 21640U 91054C   14236.98302875  .00002196  00000-0  80386-3 0  7219
+2 21640 026.6714 048.4667 6875969 183.7105 354.6303 02.79031780213637
+1 21641U 91054D   14238.19634617  .00000012  00000-0  10000-3 0  2662
+2 21641 016.0353 016.1277 0034472 226.4213 133.3397 01.00223400 82683
+1 21648U 89101G   14233.92538405 -.00000049  00000-0  00000+0 0  8148
+2 21648 015.3538 015.7041 0029725 197.4485 157.9134 00.97848921 73849
+1 21653U 91055A   14238.09125999  .00000000  00000-0  10000-3 0  6417
+2 21653 008.5629 050.8557 0004443 111.6874 248.5222 00.99319725 84138
+1 21655U 91056A   14249.48103611 -.00000285  00000-0  10000-3 0   546
+2 21655 082.5553 298.9794 0013904 092.8748 267.4579 13.17053166108699
+1 21656U 91056B   14236.78298198  .00000235  00000-0  57739-3 0  1568
+2 21656 082.5570 307.4774 0014606 124.6900 013.3212 13.17033445107034
+1 21660U 63014FG  14239.12890234  .00002736  00000-0  10000-3 0  3083
+2 21660 086.2685 136.4578 1693924 166.7683 198.4452 08.78725830689214
+1 21666U 91059A   14237.67797841  .00000014  00000-0 -49010-6 0  9379
+2 21666 082.9039 071.9953 0024045 324.2156 104.2668 13.73241609153053
+1 21667U 91059B   14238.12504022 -.00000038  00000-0 -55490-4 0  9653
+2 21667 082.9047 053.1987 0020204 231.3541 266.3570 13.75019216154682
+1 21668U 91060A   14238.15653332  .00000000  00000-0  10000-3 0   350
+2 21668 012.0698 030.5583 0009072 089.2148 270.9770 00.98788119 86765
+1 21674U 75052JA  14237.45298963  .00001459  00000-0  60678-3 0   161
+2 21674 100.0803 103.8316 0159479 009.5818 111.0035 14.21654543194237
+1 21677U 75052JD  14236.75324426  .00000335  00000-0  11539-2 0  3111
+2 21677 099.9365 154.1405 0478703 105.8211 314.3813 12.70950417 80123
+1 21678U 75052JE  14237.73968699  .00001727  00000-0  35047-2 0  5586
+2 21678 100.0207 318.9218 0376318 207.5766 283.7576 13.11458702109740
+1 21680U 75052JG  14235.35319800  .00000027  00000-0  23229-3 0  1071
+2 21680 099.5780 275.2719 0381151 327.6719 092.2052 12.71810037 75321
+1 21682U 75052JJ  14232.36479919  .00004864  00000-0  33693-1 0  9636
+2 21682 099.4061 012.8016 0851368 279.9708 096.6496 11.70749526988839
+1 21686U 75052JN  14238.06180667  .00002593  00000-0  18913-2 0   998
+2 21686 099.9860 172.9880 0206565 294.1213 063.8461 13.87506539152280
+1 21688U 91061A   14237.49228449 -.00000154  00000-0 -79268-4 0  2194
+2 21688 098.9004 189.4309 0023585 285.6157 180.4796 13.97162533 66263
+1 21689U 91061B   14237.73876840  .00000306  00000-0  23267-3 0  4068
+2 21689 099.4473 269.7953 0025168 018.5807 341.6271 14.01721638175949
+1 21691U 91045E   14238.05941919  .00000622  00000-0  17106-3 0  6865
+2 21691 089.8409 354.3627 0018565 079.3273 332.9638 14.45962520216376
+1 21692U 65108AF  14235.63341003  .00000258  00000-0  23758-2 0  3238
+2 21692 028.2849 181.9572 6182432 330.2635 318.9051 03.51690259254149
+1 21702U 91064A   14238.70574275  .00000000  00000-0  10000-3 0  9418
+2 21702 014.5909 019.0199 0003654 149.7457 210.3310 01.00264635 84094
+1 21703U 91064B   14238.72632965  .00000000  00000-0  10000-3 0  7195
+2 21703 014.6953 019.4473 0001009 162.6773 197.3814 00.99898600 77065
+1 21706U 91065A   14238.47707020  .00000000  00000-0  10000-3 0  2898
+2 21706 063.5757 141.0004 6909166 281.7604 013.8409 02.04347668168668
+1 21711U 91041D   14237.69480473  .00000784  00000-0  23622-3 0  3389
+2 21711 074.0217 233.5128 0014088 339.1513 139.1547 14.44157876216966
+1 21712U 91045F   14236.46562946  .00000285  00000-0  11584-3 0  5038
+2 21712 089.2814 227.6880 0135549 290.2097 194.4781 14.20622181196801
+1 21721U 70025QG  14237.76009598  .00000527  00000-0  72212-3 0  7931
+2 21721 100.1067 296.8682 0004428 004.0843 118.8663 13.63986645136170
+1 21722U 91009BY  14237.70459735  .00000053  00000-0  89275-3 0  2906
+2 21722 074.0580 330.6476 0369815 180.1897 255.9976 11.77072684984620
+1 21723U 71015DW  14237.66899490  .00005225  00000-0  11293-2 0  3779
+2 21723 065.6940 335.0825 0442436 105.4294 013.6263 14.12346839154306
+1 21724U 91009BZ  14236.18246887 -.00000094  00000-0 -71119-3 0  2771
+2 21724 073.9804 158.9739 0207408 336.5724 136.7811 12.20275136 20404
+1 21726U 91067A   14234.16793483  .00000013  00000-0  00000+0 0  9922
+2 21726 009.8115 047.6682 0006287 162.5256 216.8438 00.99171175 74460
+1 21727U 91067B   14237.58511440 -.00000090  00000-0 -15525-3 0  2767
+2 21727 004.5294 029.9993 7183735 039.3521 237.0019 02.31397918154132
+1 21728U 91068A   14236.79114106  .00000023  00000-0  69891-4 0   239
+2 21728 082.5810 194.8555 0003574 207.5559 226.3942 12.63150059 56219
+1 21729U 91068B   14235.94987632  .00000012  00000-0  44565-5 0  1329
+2 21729 082.5863 191.0524 0005370 127.6495 292.5246 12.63949750 56766
+1 21730U 91068C   14237.03984208  .00000048  00000-0  19583-3 0   439
+2 21730 082.5864 170.0279 0014554 038.7189 054.4404 12.65936319 58569
+1 21731U 91068D   14235.96092635  .00000026  00000-0  83975-4 0   314
+2 21731 082.5893 186.5448 0009357 104.9342 317.9817 12.64594335 57307
+1 21732U 91068E   14237.05429031  .00000044  00000-0  17804-3 0   419
+2 21732 082.5799 173.0718 0011662 077.5443 050.0022 12.65171729 57912
+1 21733U 91068F   14237.47481968  .00000020  00000-0  53385-4 0   210
+2 21733 082.5887 208.6585 0005489 282.9540 199.2243 12.62358264 55656
+1 21734U 91068G   14238.15887640 -.00000002  00000-0 -72649-4 0  4832
+2 21734 082.5791 280.1991 0106675 289.4209 123.1556 12.54215203 49191
+1 21750U 91009CQ  14232.06517628  .00000303  00000-0  27256-2 0  4862
+2 21750 074.0705 096.5970 0104858 142.8680 023.0139 12.28028979 47705
+1 21752U 83127J   14231.87740018  .00011270  00000-0  12784+0 0  6117
+2 21752 053.7395 043.7955 1071787 232.9632 116.8405 11.07277050825787
+1 21754U 75052JQ  14237.25166905  .00000057  00000-0  19670-3 0    11
+2 21754 099.6933 241.5722 0075554 231.6831 191.6000 13.33882542122273
+1 21759U 91074A   14236.20420240 -.00000014  00000-0  00000+0 0  6166
+2 21759 014.8434 021.7774 0022650 146.5721 116.3416 00.98441623 82558
+1 21762U 91074D   14239.10334015  .00000000  00000-0  10000-3 0  6031
+2 21762 014.5905 020.4843 0004912 110.8710 249.2380 00.99706725 76678
+1 21765U 91075A   14238.15959358  .00000000  00000-0  10000-3 0  7358
+2 21765 008.5217 049.8372 0003071 146.3445 213.8356 00.99589323 83363
+1 21766U 91075B   14238.99388817  .00196485  00000-0  14334-3 0  5778
+2 21766 007.2588 061.5456 2104142 282.7825 054.6681 11.54948581295876
+1 21777U 90065Q   14226.70791833 -.00000154  00000-0 -95286-3 0  1477
+2 21777 018.8750 035.9136 6950370 041.6376 309.4869 02.39817877179388
+1 21778U 90065R   14238.46145902  .00002610  00000-0  16760-2 0  5452
+2 21778 017.9685 291.7026 7080341 216.9284 062.2969 02.50672760203199
+1 21779U 91077A   14237.15974229  .00000014  00000-0  17665-4 0  9978
+2 21779 082.6042 107.5226 0011585 157.8342 317.3711 12.64812052 51889
+1 21780U 91077B   14237.15353049  .00000021  00000-0  56999-4 0   300
+2 21780 082.5980 116.8171 0003253 218.9965 256.2604 12.63343677 50664
+1 21781U 91077C   14237.73769669  .00000011  00000-0  14324-5 0  9354
+2 21781 082.6037 112.8266 0007791 169.4186 250.2514 12.64169741 51413
+1 21782U 91077D   14236.76838470 -.00000008  00000-0 -99564-4 0   485
+2 21782 082.5936 095.1118 0014971 139.0338 339.2261 12.65426769 52347
+1 21783U 91077E   14237.11719157  .00000005  00000-0 -32363-4 0  9474
+2 21783 082.6002 091.9378 0019228 103.7338 011.9817 12.66200416 53031
+1 21784U 91077F   14236.77580100  .00000022  00000-0  63669-4 0  9314
+2 21784 082.6095 131.9519 0002116 012.0228 055.3412 12.62491305 49925
+1 21785U 91077G   14237.04540843  .00000020  00000-0  61905-4 0  8628
+2 21785 082.5990 195.4424 0037864 318.8341 088.2106 12.55059614 43823
+1 21789U 91079A   14237.98182222  .00000000  00000-0  10000-3 0  9998
+2 21789 014.5131 020.0951 0001735 149.8568 210.2113 01.00158061 88455
+1 21792U 91079D   14234.17364429 -.00000221  00000-0  00000+0 0  5538
+2 21792 014.9242 021.6111 0004702 060.6326 307.0138 00.98621702 81919
+1 21796U 91081A   14238.17101505  .00000037  00000-0  22051-4 0  6409
+2 21796 082.9557 122.8673 0050204 147.2547 321.0414 13.75391170141753
+1 21797U 91081B   14236.74033815  .00000078  00000-0  62017-4 0  5050
+2 21797 082.9521 105.1419 0039344 087.3811 337.6152 13.77279310142966
+1 21803U 91083A   14237.54557896  .00000000  00000-0  10000-3 0  4990
+2 21803 012.2245 039.5946 0005302 105.2478 254.9109 00.99290755 78826
+1 21804U 91083B   14238.50588464 -.00000021  00000-0  00000+0 0  7850
+2 21804 017.4012 052.7064 7364198 191.5997 130.4256 01.91146632158711
+1 21813U 91084A   14237.86844530  .00000000  00000-0  10000-3 0  8210
+2 21813 011.2679 042.9477 0006327 109.5668 250.6146 00.98947066 81506
+1 21814U 91084B   14237.36093067 -.00000106  00000-0  00000+0 0  6522
+2 21814 009.9296 043.1585 0011157 015.0928 335.9929 00.96062458 81794
+1 21815U 91084C   14237.37779750  .00000107  00000-0  31874-3 0  6060
+2 21815 003.7069 142.1633 7199589 319.9877 218.5746 02.31102495188542
+1 21818U 91084D   14238.42830903  .00017437  00000-0  58448-2 0  7518
+2 21818 004.1800 103.6151 6609425 040.8958 353.4166 03.14921129213879
+1 21819U 91086A   14237.36145534  .00001290  00000-0  24461-3 0  3753
+2 21819 082.5603 319.7633 1534484 109.4395 267.8538 12.02562491988724
+1 21820U 91086B   14237.44477790  .00000362  00000-0  73735-4 0  2124
+2 21820 082.5678 003.8374 1580641 258.6874 083.3155 11.92332178984363
+1 21821U 91087A   14237.82630080 -.00000379  00000-0  00000+0 0  7361
+2 21821 014.5088 020.7042 0007513 084.2755 282.8102 01.00296635 83101
+1 21824U 91087D   14238.47143091  .00000000  00000-0  10000-3 0  5360
+2 21824 015.0524 022.5224 0012895 327.3890 032.5874 00.98013710 81232
+1 21825U 91082D   14238.15329765  .00025129  00000-0  22923-2 0  6697
+2 21825 098.8047 299.2716 0010606 346.8826 066.1986 14.95041651197797
+1 21826U 91086C   14235.54715311  .00005797  00000-0  61876-3 0  3055
+2 21826 082.5885 065.7652 0855363 304.6130 100.8562 13.56376308 50228
+1 21827U 91086D   14236.70868749  .00009181  00000-0  91167-3 0  7993
+2 21827 082.4590 309.2066 0812153 294.0083 192.1437 13.67153400 51959
+1 21833U 91088A   14236.50282601 -.00000064  00000-0  00000+0 0  3032
+2 21833 032.1277 031.8601 6557501 047.6109 351.8673 02.27641696261012
+1 21835U 91086E   14237.23872925  .00001321  00000-0  24467-3 0   891
+2 21835 082.5380 298.6971 1512223 038.1653 017.7154 12.07854989990782
+1 21836U 91082E   14237.76934522  .00004852  00000-0  10640-2 0  2125
+2 21836 098.7324 158.1429 0004696 015.6093 037.5805 14.58104948190804
+1 21853U 92005A   14237.29056942  .00000029  00000-0  00000+0 0  3915
+2 21853 064.0787 218.5843 0009817 196.0970 315.4526 02.13101852175687
+1 21854U 92005B   14237.36995907  .00000030  00000-0  00000+0 0  6664
+2 21854 064.0846 218.6110 0025528 011.4852 065.7368 02.13106115175673
+1 21855U 92005C   14236.18204411  .00000030  00000-0  00000+0 0  5868
+2 21855 064.0841 218.6618 0006780 208.1665 262.8260 02.13103055175635
+1 21858U 92005F   14237.67532436  .00000030  00000-0  00000+0 0  1605
+2 21858 064.0815 218.2530 0003236 050.6864 263.0968 02.13216912164466
+1 21861U 91009CA  14234.45357961  .00000104  00000-0  10585-2 0  1922
+2 21861 074.0234 113.3932 0135398 213.6519 213.6788 12.24524221 48448
+1 21875U 92008A   14237.94348317  .00000065  00000-0  52341-4 0  6007
+2 21875 082.9300 177.1199 0039127 094.4222 331.5337 13.73658301128853
+1 21876U 92008B   14238.15375778  .00000091  00000-0  78124-4 0  4030
+2 21876 082.9296 159.7283 0035178 020.6278 088.9176 13.75518858130325
+1 21878U 85066H   14237.11122448  .00000597  00000-0  92465-3 0  2602
+2 21878 090.0627 022.4447 0154550 358.3223 087.6387 13.45449584417795
+1 21890U 92009A   14238.43864860  .00000000  00000-0  10000-3 0  3995
+2 21890 055.7399 323.3736 0034353 331.4515 028.4269 01.91829004163507
+1 21891U 92009B   14237.74475427  .00001228  00000-0  10265-3 0  2755
+2 21891 019.9976 010.9716 0049378 022.9864 337.2753 14.80964763213767
+1 21893U 92010A   14237.93653356  .00000000  00000-0  10000-3 0  7286
+2 21893 011.2601 042.8664 0013889 040.8056 319.4110 00.99048878 81605
+1 21894U 92010B   14237.91554012  .00000024  00000-0  00000+0 0  3988
+2 21894 010.1891 046.7330 0029450 158.2685 173.0056 00.98682357 81676
+1 21902U 92012A   14238.17988993  .00000016  00000-0  98885-6 0  5740
+2 21902 082.9402 248.5836 0029009 175.9870 252.7690 13.72316271125040
+1 21903U 92012B   14238.13768831  .00000138  00000-0  12895-3 0  3729
+2 21903 082.9359 223.6441 0044123 072.3603 335.6229 13.74375658126626
+1 21904U 91015E   14237.84277509  .00000000  00000-0  10000-3 0  8286
+2 21904 014.0919 016.0644 0163707 117.9664 243.7621 01.00116992 73296
+1 21905U 91086F   14238.72261986  .00017454  00000-0  21754-2 0  1871
+2 21905 082.5030 125.5019 0922440 330.6186 024.6391 13.38513941 41129
+1 21906U 92013A   14238.01675488  .00000000  00000-0  10000-3 0  6351
+2 21906 008.3633 051.2337 0012662 000.5274 359.6390 00.99281327 73588
+1 21907U 92013B   14237.18212640 -.00000153  00000-0  00000+0 0  9095
+2 21907 019.0853 238.4784 6960337 272.8138 025.1703 02.25609516185095
+1 21910U 75052JR  14235.79738694  .00000116  00000-0  52532-3 0  4678
+2 21910 099.6375 059.0511 0334796 150.7484 331.2095 12.79283921 72002
+1 21911U 90081CH  14236.73116480  .00000411  00000-0  17900-3 0  2234
+2 21911 098.7694 254.1632 0054118 359.2449 061.5598 14.28628895233743
+1 21912U 88023C   14238.07983456  .00000242  00000-0  20898-3 0   760
+2 21912 082.9539 079.2003 0038723 183.3404 296.2435 13.82263557205617
+1 21913U 78100AR  14236.33526054  .00000096  00000-0  10943-2 0  5255
+2 21913 082.5483 308.6024 0023479 205.1573 268.7189 11.98977782991244
+1 21914U 75052JS  14237.75383286 -.00000111  00000-0 -44793-3 0  4579
+2 21914 099.4552 203.8711 0633961 286.8749 194.0832 12.13042003  3823
+1 21918U 91009CB  14232.08997527  .00000006  00000-0  19396-3 0  1011
+2 21918 074.0795 213.1178 0125121 246.0516 232.8686 12.21689068 44640
+1 21919U 91009CC  14233.16283690  .00000146  00000-0  22866-2 0  3743
+2 21919 074.0694 037.5503 0353183 250.1585 230.8586 11.74636467  2825
+1 21922U 92017A   14238.75399709  .00000000  00000-0  10000-3 0  9716
+2 21922 014.4327 021.7467 0023911 005.1802 354.9015 00.99852472 81886
+1 21925U 92017D   14239.01632971  .00000000  00000-0  10000-3 0  2106
+2 21925 014.2380 020.8185 0017498 311.7664 048.1414 01.01085572 81796
+1 21930U 92019A   14238.40866221  .00000003  00000-0  00000+0 0  6936
+2 21930 054.6253 094.6050 0030117 262.2792 017.0700 01.87659797160492
+1 21933U 75052JT  14232.26453073  .00000179  00000-0  48406-3 0  4020
+2 21933 099.3431 335.2325 0175802 216.5579 168.0168 13.21906281101397
+1 21934U 75052JU  14237.65591417  .00000324  00000-0  11034-2 0  4606
+2 21934 099.6187 231.0903 0293669 354.6290 065.0563 12.92301535 86429
+1 21935U 83127M   14237.75221947  .00003788  00000-0  22529-1 0  8092
+2 21935 052.2854 216.4950 4677575 057.0304 140.1537 05.65158318396882
+1 21936U 91009CD  14237.36719047  .00000255  00000-0  29725-2 0  1917
+2 21936 074.0607 241.0806 0264035 006.4346 055.6738 12.00886693990871
+1 21937U 92020A   14237.70061231  .00000020  00000-0  61537-5 0  3973
+2 21937 082.9301 065.3124 0032065 265.7309 142.7758 13.73079678120587
+1 21938U 92020B   14237.98788630  .00000136  00000-0  12549-3 0  4586
+2 21938 082.9297 042.2864 0029712 172.9086 303.0430 13.75175430122242
+1 21939U 92021A   14238.62888328  .00000000  00000-0  10000-3 0  3810
+2 21939 011.6557 041.0953 0015604 045.9572 314.2759 00.99525705 74465
+1 21940U 92021B   14238.39211150 -.00000038  00000-0  00000+0 0  7607
+2 21940 008.1177 039.0636 0006910 074.1310 246.0951 00.97942749 81659
+1 21941U 92021C   14238.77235584  .00049506  00000-0  17834-2 0  4141
+2 21941 004.0463 301.4091 5505537 257.9348 038.1379 04.88684023277675
+1 21942U 92021D   14238.93275542  .00001432  00000-0  98924-3 0  3604
+2 21942 004.3568 117.3531 6277177 272.8574 021.8080 03.57167804233726
+1 21943U 91009CE  14236.89192593  .00000120  00000-0  12766-2 0   875
+2 21943 073.9551 164.1624 0136940 037.8924 035.8229 12.19165289 44394
+1 21944U 80032C   14220.46460666  .00127894  00000-0  98192-2 0  3222
+2 21944 062.4352 188.7474 2099808 144.2726 231.8909 11.08252817691491
+1 21948U 90065S   14237.56480608  .00006047  00000-0  10474-2 0  9779
+2 21948 017.4808 109.0342 6527519 116.3353 161.3541 03.28861714211814
+1 21955U 91009CF  14236.48048832  .00000148  00000-0  17409-2 0  8607
+2 21955 074.2857 259.8147 0164394 036.5251 081.2664 12.07776942 34461
+1 21957U 76067BV  14237.74365111 -.00000047  00000-0  29756-4 0  7325
+2 21957 065.4583 008.5989 0723040 035.8436 328.8409 12.63211505 55685
+1 21958U 91009CG  14236.08617750 -.00000115  00000-0 -98937-3 0  9116
+2 21958 073.9626 224.2747 0132603 095.9429 331.4148 12.16677368 42110
+1 21959U 91009CH  14236.94876946 -.00000074  00000-0 -57538-3 0  1147
+2 21959 073.9696 197.5941 0129079 057.5216 001.2022 12.18437501 43228
+1 21964U 92027A   14235.52299459 -.00000252  00000-0  00000+0 0  8989
+2 21964 008.3277 050.2022 0001537 093.0891 170.3638 00.99952205 81387
+1 21965U 92027B   14237.94545089  .00000329  00000-0  29385-4 0  7605
+2 21965 019.6841 032.4598 1380651 315.7895 200.8146 12.17300833988810
+1 21966U 92027C   14237.23044720 -.00000163  00000-0  00000+0 0    39
+2 21966 022.2657 230.5649 6441748 340.9072 003.0541 02.05328021167211
+1 21969U 75052JV  14236.80491931  .00000320  00000-0  66868-3 0  1609
+2 21969 099.0127 268.6534 0112529 302.2771 119.0064 13.36606727123887
+1 21970U 61015ML  14237.26273384  .00003690  00000-0  20580-3 0  3275
+2 21970 065.9910 096.4848 0329847 279.0319 196.8742 14.78962740199727
+1 21972U 75052JW  14237.42811799  .00000508  00000-0  15804-2 0  2590
+2 21972 099.6192 203.6571 0338165 073.1015 051.3962 12.91287847 57890
+1 21976U 92030A   14236.14607514  .00000024  00000-0  24053-3 0  9075
+2 21976 074.0043 154.5211 0049998 043.3751 059.4771 12.55670008 18844
+1 21977U 92030B   14238.12810794 -.00000024  00000-0 -45235-4 0  8989
+2 21977 074.0021 114.8464 0058301 349.6438 121.0569 12.57485219 20565
+1 21978U 92030C   14236.34222795  .00000001  00000-0  10353-3 0  8884
+2 21978 074.0041 189.0450 0039869 081.7791 072.7220 12.53963359 17497
+1 21979U 92030D   14237.13627043 -.00000022  00000-0 -40141-4 0  7140
+2 21979 074.0015 223.1881 0030903 125.9759 305.9749 12.52221579 16184
+1 21980U 92030E   14238.10244455  .00000004  00000-0  14132-3 0  8769
+2 21980 074.0062 017.2215 0018172 045.3435 069.5337 12.44513811 10062
+1 21981U 92030F   14238.09620293  .00000001  00000-0  11723-3 0   847
+2 21981 074.0060 334.5633 0009393 320.9917 105.9686 12.46634057 11782
+1 21982U 92030G   14236.18094225 -.00000039  00000-0 -15239-3 0  1206
+2 21982 074.0005 261.5762 0021308 173.6044 253.7417 12.50394991 14599
+1 21983U 92030H   14236.39287324 -.00000005  00000-0  73211-4 0  8725
+2 21983 074.0031 300.9871 0017393 250.3688 237.3074 12.48414971 13004
+1 21984U 92030J   14236.79603233  .00000045  00000-0  55301-3 0  9735
+2 21984 074.0000 096.6208 0124011 227.4753 202.9083 12.22203040991792
+1 21985U 75052JX  14238.08829084  .00001705  00000-0  19389-2 0    65
+2 21985 099.6305 337.1968 0035229 034.2859 088.9417 13.71392946119876
+1 21986U 61015MM  14236.35672632  .00000168  00000-0  14815-3 0   245
+2 21986 066.8768 121.6161 0103561 300.6871 177.7285 14.04271198147060
+1 21989U 92032A   14237.93436946  .00000000  00000-0  10000-3 0   788
+2 21989 010.6295 047.1639 0081757 248.4682 110.7840 00.97176478 90555
+1 21997U 78100AS  14239.01466141  .00019496  00000-0  27825-1 0  7954
+2 21997 082.4939 090.5831 0508669 178.1353 182.2276 13.13443387803762
+1 22006U 92036A   14237.92673169  .00000028  00000-0  13153-4 0  4879
+2 22006 082.9368 016.9593 0038093 065.6250 061.7532 13.74847250111400
+1 22007U 92036B   14237.79287860  .00000085  00000-0  69307-4 0  6545
+2 22007 082.9357 346.5077 0029163 318.3153 151.0695 13.77832885 42100
+1 22014U 92039A   14238.16769865  .00000015  00000-0  00000+0 0  2648
+2 22014 055.8117 267.0393 0209782 073.7815 059.4087 02.00561768155657
+1 22015U 92039B   14237.83793556  .00006129  00000-0  33282-3 0   581
+2 22015 020.7171 045.2838 0060366 123.6394 343.1907 15.08836074234928
+1 22017U 92040A   14238.21762553  .00000016  00000-0  10000-3 0  7636
+2 22017 063.8607 338.4384 7206614 209.7224 075.3830 02.00582793138115
+1 22020U 92040D   14235.18159537 -.00000989  00000-0  15412-3 0  2621
+2 22020 062.1171 275.1196 7382692 213.8395 062.7771 02.04063373164891
+1 22025U 91009CJ  14236.45879663  .00000014  00000-0  23354-3 0   282
+2 22025 073.9384 271.7328 0142048 110.7692 008.1756 12.31249468 54592
+1 22027U 92041A   14237.42286277 -.00000274  00000-0  00000+0 0  3609
+2 22027 013.5967 031.7467 0008482 150.3015 267.3117 01.00203505 80811
+1 22028U 92041B   14235.38468802 -.00000196  00000-0  00000+0 0  9114
+2 22028 011.5315 042.6279 0010249 129.7767 236.8072 00.99078152 73477
+1 22032U 92041C   14235.13220090  .00000083  00000-0  21130-3 0  7828
+2 22032 006.8925 195.8790 5571164 168.9073 345.7043 04.55930808272226
+1 22034U 92042A   14236.15194653  .00000028  00000-0  92653-4 0  9425
+2 22034 082.5921 105.8734 0012086 014.0750 101.6798 12.64115929 20354
+1 22035U 92042B   14236.79032943  .00000024  00000-0  72537-4 0  9299
+2 22035 082.5968 121.9970 0006050 027.9035 036.8112 12.62570220 19208
+1 22036U 92042C   14238.13266321  .00000001  00000-0 -54239-4 0  9328
+2 22036 082.6007 138.2137 0011086 009.4887 100.6275 12.60943980 18052
+1 22037U 92042D   14238.16632956  .00000002  00000-0 -45296-4 0  9383
+2 22037 082.5859 108.8827 0007853 029.5029 085.2606 12.63202176 19879
+1 22038U 92042E   14236.77852435  .00000031  00000-0  11764-3 0  9366
+2 22038 082.5906 125.9134 0008368 011.2170 049.4276 12.61671143 18473
+1 22039U 92042F   14236.41463579  .00000039  00000-0  15873-3 0  9368
+2 22039 082.5959 121.7840 0008035 016.8946 034.6665 12.62555250 19147
+1 22040U 92042G   14237.09882916  .00000019  00000-0  50333-4 0  8486
+2 22040 082.6070 195.0074 0041752 168.9240 246.2241 12.55308839 13434
+1 22041U 92043A   14237.46127734 -.00000073  00000-0  00000+0 0  6221
+2 22041 014.3879 023.2729 0035627 153.1911 233.5298 00.99240407 80681
+1 22044U 92043D   14238.93960365  .00000000  00000-0  10000-3 0  4460
+2 22044 014.8851 024.6038 0027539 085.0327 275.3409 00.97827068 77376
+1 22049U 92044A   14239.19456653 -.00001521  00000-0  00000+0 0  2547
+2 22049 014.1892 304.5521 5588040 206.7150 358.3286 00.19146218  7469
+1 22056U 92047A   14237.68883644  .00000028  00000-0  00000+0 0  5727
+2 22056 064.0539 092.6116 0008658 250.1854 089.2280 02.13105571171756
+1 22057U 92047B   14236.98590066  .00000027  00000-0  00000+0 0  5340
+2 22057 064.0638 092.7665 0004886 356.0448 257.4446 02.13102929171714
+1 22058U 92047C   14237.26656175  .00000028  00000-0  00000+0 0  4112
+2 22058 064.0600 092.7171 0011723 241.0637 286.6627 02.13103037171779
+1 22061U 92047F   14236.10784178  .00000025  00000-0  00000+0 0   217
+2 22061 064.0644 092.0348 0002413 303.1986 253.2036 02.13331201171931
+1 22066U 92047G   14237.29134361  .00000504  00000-0  40140-3 0  7038
+2 22066 064.7040 301.0708 5740055 346.5194 003.1157 04.33748213344155
+1 22076U 92052A   14236.12254613 -.00000053  00000-0  33858-4 0  2347
+2 22076 066.0399 096.5672 0007576 272.6224 266.9135 12.80988025 30825
+1 22077U 92052B   14236.44987231 -.00000046  00000-0  61698-4 0  6970
+2 22077 066.0865 319.2799 0005811 201.9399 237.3914 12.86494250 35186
+1 22078U 92052C   14237.59075697 -.00000057  00000-0  19603-4 0  5220
+2 22078 066.0858 308.4420 0005605 185.8500 282.4949 12.86768068 35602
+1 22079U 92052D   14236.47754345 -.00000108  00000-0 -21263-3 0  9047
+2 22079 066.0655 210.1109 0060841 099.3122 036.8792 12.77819464 28351
+1 22080U 92053A   14237.13957918  .00000066  00000-0  35357-4 0  4759
+2 22080 074.0432 203.4698 0013188 356.8377 091.0680 14.30455446149965
+1 22081U 92053B   14237.33419467  .00000115  00000-0  51131-4 0  6524
+2 22081 074.0455 153.3223 0035955 012.3878 347.8148 14.33091700151724
+1 22087U 92054A   14238.21975942  .00000000  00000-0  10000-3 0  9743
+2 22087 007.0193 054.9537 0012253 041.5042 318.7891 00.99205053 91924
+1 22089U 92054C   14237.22542206 -.00000054  00000-0  10783-3 0  2165
+2 22089 023.4925 330.9658 7269378 131.0188 213.2696 02.22024902176709
+1 22096U 92057A   14238.88627366  .00000000  00000-0  10000-3 0   812
+2 22096 008.9403 049.6439 0004595 115.4959 244.7041 00.99013104 82220
+1 22097U 92057B   14237.98227738  .00000077  00000-0  29938-3 0  1503
+2 22097 025.1988 076.6021 0507077 188.1746 300.3989 10.92070641878092
+1 22098U 92057C   14237.43805663 -.00000103  00000-0  00000+0 0  1868
+2 22098 020.4965 357.6387 6751011 236.6091 040.9637 02.17553470174797
+1 22101U 88063G   14239.07197397  .00003220  00000-0  20826-2 0  6380
+2 22101 007.7877 210.1879 4579941 137.7138 268.5607 06.17150195428082
+1 22108U 92058A   14238.17983616 -.00000057  00000-0  00000+0 0  1923
+2 22108 056.0633 319.9753 0224496 320.4340 102.9666 02.00571460160831
+1 22109U 92058B   14237.75638310  .00001115  00000-0  11534-3 0  1108
+2 22109 019.7835 058.7508 0037837 088.5636 271.9110 14.71993217178782
+1 22112U 92059A   14237.16704241  .00000095  00000-0  00000+0 0  9954
+2 22112 014.4119 022.5585 0007068 147.1550 076.5736 01.00190388 80395
+1 22115U 92059D   14239.11252190  .00000000  00000-0  10000-3 0  5479
+2 22115 014.5270 023.0195 0011586 201.1565 158.8548 00.99798706 79339
+1 22116U 92060A   14237.95251522  .00000044  00000-0  00000+0 0  1479
+2 22116 010.2663 045.8157 0007827 140.1650 203.8855 00.99312820 76652
+1 22117U 92060B   14237.65395185  .00000000  00000-0  10000-3 0   196
+2 22117 008.5605 051.2271 0019935 269.2671 090.6690 00.97007803 79917
+1 22132U 91009CR  14237.17498201 -.00000202  00000-0 -18320-2 0  9989
+2 22132 074.0559 282.7579 0144344 006.7555 051.3575 12.16763977 42652
+1 22161U 92064A   14237.35775711 -.00000047  00000-0  26890-4 0  4497
+2 22161 062.9981 177.8454 0749495 225.1658 288.1150 13.29946259 59876
+1 22175U 92066A   14237.85915885  .00000000  00000-0  10000-3 0  1666
+2 22175 010.8257 043.5642 0004720 097.2327 262.9388 00.99728427 77582
+1 22176U 92066B   14236.17960308  .00000083  00000-0  49442-3 0   326
+2 22176 025.0788 228.5154 0965637 056.3279 022.3487 10.85554169868096
+1 22177U 92066C   14237.42253698 -.00000119  00000-0  00000+0 0  1788
+2 22177 019.3761 251.7254 6838872 147.0037 357.7083 02.18730585174800
+1 22178U 92067A   14237.62253174  .00000047  00000-0  47032-3 0  6954
+2 22178 062.9541 236.3395 7129208 288.2667 229.8344 02.20433480161633
+1 22181U 92067D   14237.31046519  .00001513  00000-0  33703-3 0  1456
+2 22181 062.9320 305.6333 7441670 285.5315 009.7671 02.00672733156911
+1 22182U 92068A   14236.10430150  .00000018  00000-0  41108-4 0  8233
+2 22182 082.5969 197.1880 0006085 243.4123 236.0931 12.63971799  7777
+1 22183U 92068B   14236.12528359  .00000017  00000-0  34113-4 0  8322
+2 22183 082.5900 202.0132 0000805 253.7766 225.8676 12.63029441  7017
+1 22184U 92068C   14237.13354940  .00000017  00000-0  34204-4 0  8206
+2 22184 082.5992 213.0477 0002426 157.2638 294.4907 12.62511146  6734
+1 22185U 92068D   14238.07047252  .00000034  00000-0  13080-3 0  8214
+2 22185 082.5910 216.9855 0007742 182.0276 248.2239 12.61490311  6034
+1 22186U 92068E   14236.43949838  .00000008  00000-0 -13540-4 0  8195
+2 22186 082.5980 230.4103 0011409 204.5883 312.3910 12.60830112  5289
+1 22187U 92068F   14238.08091867  .00000021  00000-0  58797-4 0  8185
+2 22187 082.5959 210.5289 0004301 180.0779 269.5372 12.62478337  6820
+1 22188U 92068G   14236.76059836 -.00000005  00000-0 -94291-4 0  7484
+2 22188 082.5958 283.2926 0045933 048.2371 087.9864 12.54883300   658
+1 22192U 92069D   14238.49243888 -.00000045  00000-0  10000-3 0  6515
+2 22192 067.3916 051.2736 6464280 128.6271 309.2752 02.02834206156918
+1 22195U 92070B   14237.44832972 -.00000009  00000-0  00000+0 0  9048
+2 22195 052.6483 112.9981 0138823 101.2919 057.8263 06.47294242516359
+1 22196U 92070D   14237.48439314  .00016624  26595-5  53516-3 0  7465
+2 22196 041.1480 017.0142 1827930 358.5166 001.0578 11.79459243840333
+1 22197U 92070E   14238.99229892  .00000000  00000-0  10000-3 0  1476
+2 22197 052.6851 109.6687 0137155 104.5837 257.0435 06.47402762516553
+1 22198U 91009CS  14237.78916789  .00000007  00000-0  17688-3 0  9476
+2 22198 073.9133 266.6593 0144404 148.1850 329.4472 12.30406547 53923
+1 22205U 92072A   14233.24553877 -.00000129  00000-0  00000+0 0  2406
+2 22205 011.6809 040.9217 0004031 260.7918 117.0777 00.99703943 73882
+1 22207U 92073A   14237.15802209  .00000001  00000-0 -15596-4 0  1835
+2 22207 082.9185 089.5699 0034028 106.8429 011.4110 13.72808748 93267
+1 22208U 92073B   14236.70913624  .00000029  00000-0  14289-4 0  1578
+2 22208 082.9158 066.6911 0034576 025.0772 023.2047 13.75059535 94842
+1 22210U 92074A   14238.91506264  .00000000  00000-0  10000-3 0  7149
+2 22210 014.2453 023.7397 0008928 113.5137 246.6415 01.00214752 79935
+1 22213U 92074D   14238.34979339  .00000000  00000-0  10000-3 0   330
+2 22213 014.0339 022.9768 0021418 039.4806 320.7364 01.01142437 82190
+1 22219U 92076A   14237.43910126 -.00000212  00000-0 -87636-4 0  5822
+2 22219 071.0588 182.3083 0017360 163.0073 331.5159 14.13484690123125
+1 22220U 92076B   14237.81826630 -.00000266  00000-0 -10968-3 0  3844
+2 22220 071.0007 059.5486 0011983 027.1288 064.3688 14.16320208125440
+1 22221U 92076C   14236.27596343  .00000007  00000-0  45349-4 0   906
+2 22221 071.0423 084.6316 0184917 209.6056 265.1109 13.76767389 93535
+1 22222U 92076D   14238.18298512  .00000053  00000-0  92188-4 0   427
+2 22222 070.9984 226.1514 0215862 037.7012 044.8948 13.69747875 88239
+1 22223U 92076E   14236.14811146  .00000039  00000-0  74831-4 0   829
+2 22223 071.0362 122.5004 0196774 280.5150 236.3900 13.75142428 92169
+1 22224U 92076F   14236.08263733 -.00000026  00000-0  15842-4 0   819
+2 22224 070.9889 106.0945 0196720 351.2826 160.8073 13.74222882 91545
+1 22231U 92079A   14238.95988957  .00000000  00000-0  10000-3 0  6716
+2 22231 055.7064 267.6768 0077434 265.9814 093.2021 02.00571291159437
+1 22236U 92080A   14238.16329682  .00000615  00000-0  67537-4 0  2266
+2 22236 082.5098 307.3713 0018389 157.6036 202.5988 14.85965099174833
+1 22237U 92080B   14237.94532300  .00000185  00000-0  22600-4 0  4137
+2 22237 082.5154 352.1547 0018650 323.2204 175.1015 14.77885815171830
+1 22238U 92081A   14238.45250566  .00000028  00000-0  10000-3 0  6540
+2 22238 065.2837 307.7434 6665158 196.5497 121.4285 02.00821379159332
+1 22241U 92081D   14237.50419143 -.00000640  00000-0  00000+0 0  7869
+2 22241 068.6555 276.2261 6253664 145.1815 279.1849 02.03456886161607
+1 22245U 92082A   14237.49381520 -.00000174  00000-0  00000+0 0   785
+2 22245 014.3076 023.7164 0009087 263.3553 131.7305 01.00146410 83932
+1 22248U 92082D   14237.44592803 -.00000067  00000-0  00000+0 0  3820
+2 22248 014.8066 025.4869 0007439 018.5884 008.3670 00.98023505 77837
+1 22253U 92084A   14237.27537914 -.00000237  00000-0  00000+0 0  7318
+2 22253 007.0821 050.5889 0019041 059.7641 131.0640 00.99122666 79053
+1 22254U 92084B   14236.37338521  .00540490 -16655-5  17163-2 0  9212
+2 22254 006.6569 209.7113 3692880 073.2656 049.0547 08.21469594263678
+1 22266U 84080E   14238.85457520  .00000000  00000-0  10000-3 0  7826
+2 22266 014.9149 356.1834 0127946 353.1290 006.7426 00.99732562 74559
+1 22269U 92088A   14238.12041870 -.00000101  00000-0  00000+0 0  1476
+2 22269 013.5941 026.5745 0007779 138.9263 202.9140 01.00271100 78912
+1 22272U 92088D   14235.38479473 -.00000307  00000-0  00000+0 0  2030
+2 22272 013.6183 026.8965 0010994 059.9287 327.3451 01.00063326 79213
+1 22275U 92089A   14238.10461878  .00000005  00000-0  00000+0 0  9308
+2 22275 055.5976 277.1003 0041491 011.3500 100.0929 01.88248584155770
+1 22276U 92089B   14238.14050338  .00001678  00000-0  15101-3 0  1804
+2 22276 020.2858 173.8426 0066236 014.8949 074.8578 14.82071798170256
+1 22282U 92092A   14238.14355299 -.00000012  00000-0  33904-4 0  1487
+2 22282 073.6235 123.7805 0028781 089.9692 020.4059 12.41228795982256
+1 22283U 92092B   14237.90171502 -.00000016  00000-0  12682-4 0  9442
+2 22283 073.6296 342.8844 0059451 272.3525 226.1806 12.48273735987848
+1 22284U 92093A   14237.17346831  .00000321  00000-0  19648-3 0  9516
+2 22284 070.9769 228.3197 0020110 284.9365 123.2311 14.13164471117555
+1 22285U 92093B   14237.69461966 -.00000152  00000-0 -54148-4 0  3794
+2 22285 071.0211 205.5158 0006377 260.5689 099.4713 14.14916493117338
+1 22286U 92094A   14237.48356732  .00000696  00000-0  76798-4 0  4031
+2 22286 082.5188 261.2794 0019585 286.3056 073.6007 14.85923939169904
+1 22287U 92094B   14237.75367409  .00000155  00000-0  18322-4 0  4179
+2 22287 082.5253 306.8591 0026304 083.0573 061.6518 14.77625097166953
+1 22289U 92093D   14237.75240441  .00000130  00000-0  67434-4 0   410
+2 22289 070.8352 350.5207 0059406 122.8714 348.9859 14.31031514130778
+1 22290U 92093E   14236.46445837  .00000030  00000-0  67292-4 0   719
+2 22290 071.0501 236.7059 0197886 325.0025 151.9167 13.74411266 85715
+1 22291U 92093F   14237.55355419  .00000043  00000-0  80534-4 0   636
+2 22291 071.0110 275.8370 0208452 038.0499 073.9136 13.71572966 84383
+1 22292U 92093G   14237.43946194 -.00000057  00000-0 -15900-4 0   609
+2 22292 071.0077 306.0672 0208384 090.2226 358.2260 13.70173793 78115
+1 22293U 92093H   14236.50062626  .00000021  00000-0  59849-4 0  1673
+2 22293 071.0562 254.8452 0199535 301.6313 130.3969 13.73784625 80117
+1 22294U 92093J   14237.78842157 -.00000218  00000-0 -92423-4 0  2610
+2 22294 071.0628 005.0844 0101378 230.0302 236.6622 14.10058424115166
+1 22295U 92093K   14238.16661506 -.00000245  00000-0 -11659-3 0   104
+2 22295 071.0055 091.8988 0097154 052.0864 061.7497 14.05844427111066
+1 22296U 92093L   14237.05043657  .00001749  00000-0  66659-3 0  2204
+2 22296 070.8482 091.2496 0076575 252.1366 234.1820 14.30669389115228
+1 22297U 92093M   14238.05982307 -.00000094  00000-0 -28317-4 0  2697
+2 22297 070.9476 107.2458 0100845 186.3281 291.9965 14.04548303107743
+1 22307U 93001A   14238.13533574  .00000039  00000-0  26155-4 0  4097
+2 22307 082.9387 236.7558 0023113 288.8574 139.4834 13.73458112 75268
+1 22308U 93001B   14237.55416940  .00000072  00000-0  59022-4 0  6942
+2 22308 082.9349 210.4237 0023574 185.6203 312.7355 13.75592771 85159
+1 22314U 93003B   14238.29861833  .00000000  00000-0  10000-3 0  6299
+2 22314 012.8369 035.7177 0001498 021.6171 338.4753 01.00260245 79125
+1 22315U 93003C   14237.57932438  .00008531  00000-0  13300-2 0  2669
+2 22315 026.9288 267.1664 6455172 276.3799 193.2045 03.39443769223633
+1 22316U 93003D   14238.62783111  .00000000  00000-0  10000-3 0   711
+2 22316 012.8776 018.7521 0065397 015.6540 344.6096 01.00136571 84011
+1 22321U 93006A   14236.19151897  .00000689  00000-0  00000+0 0  8110
+2 22321 067.4574 091.4482 6002411 204.4368 352.4412 02.00436937158036
+1 22324U 93006D   14238.53774156  .00000000  00000-0  10000-3 0  6112
+2 22324 067.6244 060.3133 6088037 192.5089 140.2869 02.03721502160588
+1 22326U 92093P   14236.48932184  .00000570  00000-0  45142-3 0  2391
+2 22326 070.6642 350.4876 0150157 214.6097 223.1528 13.90721166 93622
+1 22327U 92093Q   14236.16290714  .00001197  00000-0  20033-3 0  3549
+2 22327 071.1245 227.9704 0099598 113.5068 320.7798 14.68833250146729
+1 22329U 92093S   14238.16446370  .00001824  00000-0  32379-3 0  9374
+2 22329 070.9039 196.6695 0084079 172.4681 287.6212 14.66442303145255
+1 22330U 92093T   14237.81477616  .00000582  00000-0  36972-3 0  5643
+2 22330 070.4178 056.5770 0116453 289.0033 181.4914 14.05088737107766
+1 22331U 92093U   14237.41399655 -.00000085  00000-0 -23285-4 0  9442
+2 22331 070.9231 052.0980 0077600 201.5635 239.7067 14.04332569109664
+1 22332U 92093V   14237.15043644  .00009485  00000-0  19094-2 0  8731
+2 22332 070.5514 238.1876 0032764 328.6485 104.7382 14.61426414126309
+1 22333U 92093W   14238.17046047  .00000166  00000-0  60861-4 0  1544
+2 22333 071.0056 209.3872 0131813 250.0286 200.5086 14.42476314138082
+1 22335U 92093Y   14238.13821186  .00000287  00000-0  23530-3 0  3005
+2 22335 071.1635 238.0809 0118022 234.5081 191.5823 13.94354647 98830
+1 22336U 92093Z   14237.49655447  .00000341  00000-0  28422-3 0  2004
+2 22336 071.1312 260.8571 0123249 313.7937 155.5026 13.91843677 97005
+1 22337U 92093AA  14238.14276256  .00000016  00000-0  48208-4 0  1503
+2 22337 071.2888 160.8190 0149506 207.7404 251.3384 13.84026982 93008
+1 22338U 92093AB  14238.09267792  .00000727  00000-0  16214-3 0  2021
+2 22338 070.6238 343.6706 0091765 001.4473 056.3689 14.58152325145005
+1 22339U 92093AC  14237.17125429  .00000031  00000-0  28243-4 0    99
+2 22339 070.8098 250.4239 0130390 306.0252 119.0312 14.33606780131990
+1 22340U 92093AD  14237.50542168 -.00000017  00000-0  20442-4 0  1966
+2 22340 070.8744 287.5229 0099719 132.8379 333.6186 13.94039026101454
+1 22341U 92093AE  14238.04812793  .00000109  00000-0  11434-3 0  1939
+2 22341 070.7480 314.8879 0136813 020.8419 044.2185 13.91423891 97490
+1 22342U 92093AF  14238.17396168  .00000176  00000-0  16434-3 0  1734
+2 22342 070.6976 251.7144 0118975 071.8004 357.1902 13.91931330 97618
+1 22343U 92093AG  14236.11549522  .00000503  00000-0  31546-3 0  9161
+2 22343 070.9581 106.6704 0097343 167.6916 348.0697 14.06994263108710
+1 22344U 92093AH  14237.87826428  .00000383  00000-0  26051-3 0  9294
+2 22344 071.1003 047.5850 0110994 229.7324 129.4049 14.03196795103256
+1 22347U 92093AL  14236.47988581  .00000757  00000-0  57515-3 0  4155
+2 22347 070.8393 290.7302 0181383 139.1261 337.8464 13.89447559 88387
+1 22348U 92093AM  14238.10398501  .00000409  00000-0  26602-3 0  7504
+2 22348 071.2640 026.4503 0109250 197.2258 279.8587 14.05150217107136
+1 22349U 92093AN  14236.59654840  .00000093  00000-0  11576-3 0  1076
+2 22349 070.8222 306.1189 0182828 110.0895 008.3920 13.80007203 87498
+1 22350U 92093AP  14237.49526538  .00000074  00000-0  73150-4 0  9478
+2 22350 070.9125 026.4146 0070622 349.6375 066.2413 14.05239938110036
+1 22351U 92093AQ  14238.14360812  .00000338  00000-0  24398-3 0  2287
+2 22351 070.9090 180.0133 0108553 324.5966 141.9199 14.01026795105277
+1 22352U 92093AR  14237.81698921 -.00000116  00000-0 -45468-4 0  9056
+2 22352 070.8916 128.4406 0077744 334.4717 088.5951 14.00324931105212
+1 22353U 92093AS  14236.40580328  .00000426  00000-0  27373-3 0  6099
+2 22353 070.9696 207.8343 0121025 221.9390 298.6682 14.05322800104627
+1 22354U 92093AT  14236.41193344  .00000030  00000-0  52616-4 0  2051
+2 22354 071.1436 215.0695 0142684 138.2894 015.9371 13.91944247 97947
+1 22356U 92093AV  14237.76548275  .00003749  00000-0  12524-2 0  8147
+2 22356 070.6914 000.6170 0065702 003.6466 113.0904 14.36887337115315
+1 22357U 92093AW  14237.81528955  .00003493  00000-0  54000-3 0  9409
+2 22357 070.8746 013.2490 0082787 247.1370 230.4642 14.71767153150478
+1 22358U 92093AX  14236.14738641  .00000006  00000-0  40616-4 0  2443
+2 22358 071.2260 115.3432 0148783 291.4754 183.8978 13.84217287 93887
+1 22359U 92093AY  14237.80006545  .00000961  00000-0  74659-3 0  8897
+2 22359 070.7446 136.7766 0172518 130.6031 288.2989 13.88312289 91411
+1 22361U 92093BA  14237.54832875  .00000054  00000-0  85034-4 0  1362
+2 22361 070.7658 286.0695 0188491 202.4075 272.8379 13.78921285 87971
+1 22362U 92093BB  14236.12760529  .00000586  00000-0  51844-3 0  2353
+2 22362 070.8972 119.0159 0202363 188.3158 324.8379 13.80176528 84555
+1 22363U 92093BC  14235.99394001  .00000126  00000-0  12336-3 0  1695
+2 22363 071.0363 164.1280 0149099 313.2184 171.9445 13.91775198 97620
+1 22366U 92093BF  14237.68635405  .00002150  00000-0  95880-3 0  6084
+2 22366 071.1246 279.7496 0137791 317.2223 181.5858 14.18929722106765
+1 22367U 92093BG  14236.61056403 -.00000012  00000-0  25267-4 0  1255
+2 22367 070.8983 257.6338 0186466 060.9134 075.7761 13.82576619 91860
+1 22368U 92093BH  14237.48469920  .00000271  00000-0  83009-4 0  1900
+2 22368 071.2466 321.2741 0118790 171.2386 277.6628 14.46450330138430
+1 22369U 92093BJ  14237.66925856 -.00000034  00000-0  84931-5 0  9874
+2 22369 070.8850 290.7016 0098474 114.5567 033.0193 13.94094360100850
+1 22370U 92093BK  14238.12699880  .00000045  00000-0  54898-4 0   963
+2 22370 070.9768 157.3588 0111087 166.7496 301.1211 14.04019143106943
+1 22371U 92093BL  14236.18130667  .00000017  00000-0  45335-4 0  2070
+2 22371 071.1651 226.8916 0114148 232.0635 202.1046 13.92537997 98728
+1 22374U 92093BP  14237.12021361  .00000332  00000-0  29768-3 0  7894
+2 22374 070.7877 240.4871 0181161 122.8803 305.0270 13.84138996 89145
+1 22375U 92093BQ  14236.04428140  .00000001  00000-0  31362-4 0  2264
+2 22375 070.8153 081.9224 0090892 207.2027 308.7766 14.00469066105042
+1 22376U 92093BR  14238.15951150  .00000964  00000-0  48821-3 0  8969
+2 22376 070.8912 241.3395 0060813 109.3208 326.9816 14.17688312113233
+1 22377U 92093BS  14237.75302792  .00000380  00000-0  25451-3 0  9515
+2 22377 071.0961 193.4443 0056066 058.6139 013.7082 14.06295169108755
+1 22379U 92093BU  14237.75548906  .00000343  00000-0  23988-3 0   519
+2 22379 070.7096 031.2077 0092938 267.8657 091.1814 14.03755869103990
+1 22381U 92093BW  14236.10983603  .00004943  00000-0  12211-2 0   535
+2 22381 070.5495 344.3106 0041965 057.1119 006.2388 14.52038001121441
+1 22382U 92093BX  14236.41650860  .00000417  00000-0  35680-3 0  1647
+2 22382 070.8653 223.9093 0169568 328.4986 149.0127 13.86422603 90885
+1 22387U 92093CC  14237.41723242  .00000710  00000-0  47784-3 0  4634
+2 22387 070.8915 227.7171 0113914 035.0302 084.7565 14.00962474102154
+1 22388U 92093CD  14237.71853667  .00000769  00000-0  46328-3 0  7116
+2 22388 070.9549 206.9865 0113592 253.4109 174.0848 14.06764816104392
+1 22390U 92093CF  14237.44570144  .00000114  00000-0  10023-3 0   946
+2 22390 071.1768 023.1478 0079634 044.1010 316.6420 14.02369158 68399
+1 22392U 92093CH  14238.04567309  .00001386  00000-0  23564-3 0  7330
+2 22392 070.8955 008.1658 0113712 259.0542 218.9002 14.67033153149182
+1 22393U 92093CJ  14237.97524653  .00000792  00000-0  51490-3 0  9394
+2 22393 071.1237 066.9386 0125426 065.4491 049.6791 14.01704708102808
+1 22394U 92093CK  14237.98895253  .00000350  00000-0  24087-3 0  1397
+2 22394 071.2789 090.6333 0082297 243.6348 115.6304 14.04320477104937
+1 22395U 92093CL  14237.49474521  .00001245  00000-0  60537-3 0  5764
+2 22395 071.1535 322.0452 0094536 017.5135 081.9292 14.17801740105664
+1 22396U 92093CM  14236.75727661  .00007058  00000-0  15396-2 0  9404
+2 22396 070.6580 210.7607 0015314 096.2419 327.1136 14.58126126127850
+1 22397U 92093CN  14236.58508274  .00000630  00000-0  31214-3 0  9466
+2 22397 070.8058 051.3824 0040627 228.5469 197.5165 14.20839050115644
+1 22398U 92093CP  14238.08147027  .00000404  00000-0  27352-3 0  9398
+2 22398 070.9537 227.3687 0119517 268.1204 162.7400 14.02813439103570
+1 22400U 92093CR  14237.71270929  .00000150  00000-0  14988-3 0  1143
+2 22400 071.2386 093.0481 0160495 231.3716 195.4635 13.86607270 94972
+1 22403U 92093CU  14237.65420100  .00000570  00000-0  38803-3 0  8120
+2 22403 070.8940 156.6290 0086043 000.1398 074.6414 14.02517317104183
+1 22404U 92093CV  14238.18039475  .00002981  00000-0  43577-3 0  4938
+2 22404 071.0584 161.0653 0095753 199.9419 229.8111 14.73511547149020
+1 22405U 92093CW  14238.11329424  .00000158  00000-0  62208-4 0  1077
+2 22405 071.0382 316.4516 0129991 258.6384 176.3943 14.39358804133981
+1 22406U 92093CX  14238.09555065  .00000176  00000-0  18681-3 0  1005
+2 22406 070.7528 224.5308 0176073 187.0887 244.8200 13.80974947 88167
+1 22407U 92093CY  14236.34603075  .00000080  00000-0  10329-3 0  1114
+2 22407 070.8614 308.4082 0183383 038.1877 042.5349 13.81272824 88043
+1 22408U 92093CZ  14237.63251372  .00000892  00000-0  55744-3 0  4650
+2 22408 071.0939 036.5099 0130580 104.6844 020.4803 14.03182957101833
+1 22409U 92093DA  14236.00062140  .00000295  00000-0  75343-4 0   914
+2 22409 071.1340 071.4952 0131912 253.4782 231.4862 14.54088477141124
+1 22410U 92093DB  14237.76646720  .00000106  00000-0  10591-3 0  7249
+2 22410 071.0862 092.0841 0110911 295.0441 188.0756 13.95478448100095
+1 22411U 92093DC  14238.08519317  .00026706  00000-0  42579-2 0  3685
+2 22411 070.6439 197.3831 0045670 331.3331 160.4654 14.71150616117773
+1 22414U 92093DF  14237.04010374  .00038257  00000-0  12517-2 0  3809
+2 22414 071.0970 104.2723 0030421 124.7576 347.7917 15.31060860161949
+1 22415U 92093DG  14237.42990608  .00000182  00000-0  13763-3 0  6151
+2 22415 071.1198 330.1200 0127370 354.0448 079.0550 14.02375948103935
+1 22416U 92093DH  14237.70884884 -.00000070  00000-0 -13595-4 0  8841
+2 22416 070.9593 080.4627 0082077 297.4473 135.1478 14.04984688109772
+1 22417U 92093DJ  14238.07196800  .00000046  00000-0  62674-4 0  2002
+2 22417 071.1841 107.9558 0085157 107.0755 000.5088 13.96911229103464
+1 22418U 92093DK  14236.08175874  .00000509  00000-0  35273-3 0  4954
+2 22418 071.1277 104.5489 0132607 086.1881 064.7619 13.99339013101631
+1 22419U 92093DL  14237.74811964  .00000143  00000-0  13435-3 0  6688
+2 22419 071.1784 208.2742 0107499 185.6183 246.2007 13.94065873 99954
+1 22420U 92093DM  14238.18227031  .00004942  00000-0  79560-3 0  5226
+2 22420 070.9917 190.1938 0079040 359.0125 107.3005 14.69952501148417
+1 22421U 92093DN  14236.83686086  .00000163  00000-0  11732-3 0  6258
+2 22421 071.0344 090.8317 0097482 354.5101 095.3158 14.08464203109271
+1 22422U 92093DP  14238.15610758  .00000143  00000-0  12707-3 0  4618
+2 22422 071.1851 128.4072 0093165 111.1857 011.6609 13.97930809101496
+1 22423U 92093DQ  14237.47357604 -.00000000  00000-0  30708-4 0  1556
+2 22423 071.2772 236.3547 0100590 353.9999 123.7890 13.94900623100315
+1 22425U 92093DS  14238.13246554  .00000123  00000-0  12171-3 0  1988
+2 22425 071.1750 238.7245 0114940 213.9103 216.9646 13.92939678 97813
+1 22426U 92093DT  14236.54653743  .00000631  00000-0  30768-3 0  2587
+2 22426 071.3523 271.8196 0144237 258.1582 215.3983 14.16432441110727
+1 22429U 92093DW  14237.12389110  .00008951  00000-0  68735-3 0  3229
+2 22429 071.1043 317.0732 0052947 298.5994 135.8163 15.00881075158762
+1 22430U 92093DX  14237.72010598  .00000112  00000-0  11033-3 0  3228
+2 22430 071.2338 244.4329 0114836 074.6523 033.8581 13.94250826 99214
+1 22432U 92093DZ  14238.05741241  .00000520  00000-0  36233-3 0  3674
+2 22432 070.8358 201.4366 0105683 173.9657 260.8355 14.00681765100962
+1 22433U 92093EA  14235.88385595  .00001400  00000-0  50824-3 0  6874
+2 22433 071.1674 030.1866 0090727 019.1101 103.5859 14.32719333113972
+1 22435U 92093EC  14238.18338772  .00004134  00000-0  14949-2 0  7030
+2 22435 071.3428 256.1563 0091265 286.2039 146.3289 14.31728807111865
+1 22436U 92093ED  14237.56203414  .00001325  00000-0  32753-3 0  4878
+2 22436 071.5145 294.8647 0065681 326.6198 148.6015 14.52531423135883
+1 22437U 92093EE  14236.07373278  .00000864  00000-0  29786-3 0  3160
+2 22437 071.3377 097.9625 0042647 122.8243 029.1866 14.38011715126610
+1 22438U 92093EF  14236.58448946  .00005769  00000-0  13064-2 0   383
+2 22438 071.3377 305.3993 0057755 052.9520 065.9588 14.55487892120628
+1 22441U 92093EJ  14237.02500273  .00000150  00000-0  12473-3 0  1125
+2 22441 071.1981 056.9131 0087820 009.7475 120.2159 14.01486758105273
+1 22442U 92093EK  14237.85242021  .00001265  00000-0  59699-3 0  4853
+2 22442 071.1090 294.6700 0151281 318.3929 152.8240 14.15852724104933
+1 22443U 92093EL  14237.76051071  .00003384  00000-0  13561-2 0  7312
+2 22443 071.1039 122.2870 0079905 326.7781 089.7212 14.27235024109711
+1 22444U 92093EM  14237.17424888  .00000388  00000-0  26004-3 0  6911
+2 22444 071.3223 054.9628 0079178 112.0980 009.5778 14.05159326106215
+1 22445U 92093EN  14237.46176866  .00000563  00000-0  33375-3 0  9607
+2 22445 071.2696 257.3537 0065065 080.7080 034.9214 14.10665713109611
+1 22446U 93007A   14237.88168345 -.00000059  00000-0  00000+0 0  1083
+2 22446 055.2136 035.7290 0022091 314.6753 050.1917 01.88092206152929
+1 22447U 93007B   14236.88213846  .00005919  00000-0  29114-3 0  9910
+2 22447 020.8554 061.0003 0058255 073.4915 032.4872 15.12271925176981
+1 22451U 92093EQ  14238.17879308  .00000051  00000-0  67584-4 0  2160
+2 22451 071.1380 174.2084 0130139 125.7206 348.3150 13.93202333 99148
+1 22453U 92093ES  14236.35185784  .00000341  00000-0  30736-3 0   694
+2 22453 070.8044 220.7279 0172819 081.7593 038.1602 13.84320523 89504
+1 22454U 92093ET  14237.47855016  .00000078  00000-0  83352-4 0  2244
+2 22454 070.9159 260.3067 0107584 012.0067 096.8691 13.97764720101844
+1 22455U 92093EU  14237.17551773  .00002492  00000-0  12482-2 0  5154
+2 22455 070.8750 255.6154 0129356 049.7217 016.3956 14.13357882101184
+1 22456U 92093EV  14238.17976627  .00003476  00000-0  17453-2 0  5331
+2 22456 071.2606 242.1873 0136422 352.9675 080.0587 14.12451491100163
+1 22458U 92093EX  14238.05117916 -.00000073  00000-0 -17416-4 0  8547
+2 22458 070.8531 106.6426 0072288 066.4195 054.8473 14.01035610104726
+1 22459U 92093EY  14237.13199843  .00003255  00000-0  12166-2 0  7261
+2 22459 071.1821 224.1470 0094520 227.8884 208.0886 14.30085032109304
+1 22468U 92093FH  14237.67387277  .00003926  00000-0  16726-2 0  6530
+2 22468 071.1722 059.5337 0115836 058.2972 066.0154 14.22146023103048
+1 22471U 92093FL  14236.40201640  .00002789  00000-0  85418-3 0  8817
+2 22471 071.1386 312.8287 0081473 018.8195 104.9087 14.40693321115447
+1 22473U 92093FN  14236.78662260  .00004776  00000-0  18589-2 0  8046
+2 22473 071.3455 086.2648 0103723 110.6271 020.3523 14.27293677105631
+1 22474U 92093FP  14237.66847933  .00001778  00000-0  12373-2 0  8759
+2 22474 071.3103 321.7593 0187332 284.3139 196.4670 13.91931029 87039
+1 22475U 92093FQ  14237.45695401  .00006324  00000-0  14297-2 0  5642
+2 22475 071.3015 013.7467 0043760 169.5229 190.6840 14.55966831127973
+1 22476U 92093FR  14237.59754867  .00001843  00000-0  25727-2 0  8330
+2 22476 071.5522 331.2471 0489173 186.8484 238.7499 13.18350616 33559
+1 22477U 92093FS  14237.17123657  .00001911  00000-0  35332-3 0  5407
+2 22477 070.8719 262.1396 0082319 276.8954 144.7550 14.64673905140555
+1 22478U 92093FT  14237.98132206  .00006692  00000-0  15330-2 0  8372
+2 22478 071.3247 067.0448 0047874 161.6484 323.3997 14.55209728126815
+1 22480U 92093FV  14237.48114788  .00004044  00000-0  14582-2 0  9474
+2 22480 071.1230 020.7700 0084865 111.2569 306.3408 14.32191627112592
+1 22481U 92093FW  14237.84454759  .00015532  00000-0  37059-2 0  1414
+2 22481 071.2742 163.0995 0063108 038.9953 321.5716 14.52524397111998
+1 22485U 92093GA  14236.76931072  .00016996  00000-0  30011-2 0  8408
+2 22485 070.4523 129.5516 0056177 332.0901 096.0518 14.66445889114748
+1 22487U 93008A   14238.13799060  .00000054  00000-0  40348-4 0  2340
+2 22487 082.9464 141.1861 0036763 285.3047 184.0048 13.75688293 77252
+1 22488U 93008B   14237.76762051  .00000031  00000-0  15796-4 0  9272
+2 22488 082.9427 122.2348 0024668 219.0787 203.3334 13.77637308 82935
+1 22489U 93009A   14237.19442751  .00000364  00000-0  50982-4 0  1618
+2 22489 024.9649 155.5531 0041150 290.9901 188.1983 14.44398127136851
+1 22490U 93009B   14237.18346088  .00000336  00000-0  43574-4 0  4739
+2 22490 024.9697 147.1498 0043124 295.6768 197.2547 14.44125016136965
+1 22491U 93009C   14235.63942731  .00000432  00000-0  56176-4 0  8187
+2 22491 024.9784 075.5890 0048568 294.6190 116.7764 14.52168826141203
+1 22493U 92093GC  14237.79774360  .00000929  00000-0  27496-3 0  2122
+2 22493 071.0441 006.3011 0114087 268.0433 213.1033 14.42457879147856
+1 22494U 92093GD  14235.71802904  .00001128  00000-0  82404-3 0  5753
+2 22494 070.8310 331.7065 0187196 192.1648 290.2937 13.90153362 86548
+1 22495U 92093GE  14238.01685833  .00005480  00000-0  19585-2 0  5765
+2 22495 071.1872 208.2700 0016697 214.3907 218.5474 14.34411100111759
+1 22496U 92093GF  14237.78509221  .00000050  00000-0  64839-4 0  3619
+2 22496 071.2162 146.4500 0088938 075.3468 350.3546 13.96763323100654
+1 22498U 92093GH  14238.07938688  .00017162  00000-0  22677-2 0  1451
+2 22498 071.2495 308.2194 0029960 208.7888 225.0147 14.79707950128651
+1 22499U 92093GJ  14238.12870681  .00005404  00000-0  19625-2 0  7547
+2 22499 071.4141 005.5908 0083358 245.2601 173.0836 14.31738716107940
+1 22500U 92093GK  14236.64847006  .00000314  00000-0  15811-3 0   687
+2 22500 070.8505 313.7395 0065790 205.4158 272.6979 14.22938972116073
+1 22502U 92093GM  14237.92810334  .00000094  00000-0  10800-3 0  1279
+2 22502 070.8173 084.2418 0156784 317.1953 102.0844 13.87666285 95966
+1 22503U 92093GN  14236.50144023  .00010103  00000-0  18721-2 0  9604
+2 22503 071.1889 062.5524 0032876 186.9843 200.7877 14.65119036126238
+1 22504U 92093GP  14238.16973679  .00004801  00000-0  15660-2 0  6116
+2 22504 071.3062 155.1126 0075530 278.0452 204.1657 14.37477859116708
+1 22506U 92093GR  14236.14214438  .00011719  00000-0  20828-2 0  2232
+2 22506 070.6670 151.5461 0041486 256.5648 103.0874 14.66735761116552
+1 22509U 92093GU  14226.39650021  .00000309  00000-0  18758-3 0  4610
+2 22509 071.1416 337.5347 0119812 322.4149 095.1245 14.10214072103944
+1 22512U 93010A   14236.34280352  .00000030  00000-0  00000+0 0   799
+2 22512 064.0969 218.6295 0018536 202.0241 315.6872 02.13103543167238
+1 22513U 93010B   14236.20334566  .00000030  00000-0  00000+0 0  2806
+2 22513 064.0892 218.5762 0003030 140.4898 338.8091 02.13104927167415
+1 22514U 93010C   14237.46961742  .00000030  00000-0  00000+0 0  3124
+2 22514 064.1135 218.7263 0010856 184.0119 275.5068 02.13102089167451
+1 22517U 93010F   14236.27701115  .00000029  00000-0  00000+0 0    92
+2 22517 064.0922 217.7346 0018459 222.7302 282.3260 02.13410282167681
+1 22532U 70025QN  14237.49034193  .00000632  00000-0  87474-3 0  4931
+2 22532 100.0577 206.4822 0002947 356.0750 128.6287 13.62539528 65029
+1 22533U 70025QP  14238.14152407  .00000851  00000-0  11545-2 0  2761
+2 22533 100.0404 196.5663 0003771 002.3755 116.6491 13.62590456 64708
+1 22537U 92093GX  14237.63429434  .00000919  00000-0  59270-3 0  2778
+2 22537 071.1758 166.0717 0114635 169.2605 257.9079 14.02334872 98186
+1 22543U 92093HD  14237.64084448  .00003455  00000-0  14472-2 0  4446
+2 22543 071.3648 055.5115 0101838 059.5209 057.6849 14.23878679103907
+1 22544U 92093HE  14236.89490838  .00004884  00000-0  20958-2 0  9681
+2 22544 071.2487 173.6237 0148895 338.0563 077.5810 14.19421917 97317
+1 22545U 92093HF  14236.27614865  .00001658  00000-0  20565-2 0  4430
+2 22545 071.5711 344.6073 0416906 258.5872 123.5833 13.34889554 45073
+1 22546U 92093HG  14237.59200223  .00003401  00000-0  13473-2 0  2601
+2 22546 071.3819 037.1819 0096573 000.2991 117.1929 14.26994814105004
+1 22547U 92093HH  14237.16932075  .00004688  00000-0  14441-2 0  8837
+2 22547 071.4441 259.7278 0073176 083.3148 346.6646 14.40367254116788
+1 22549U 92093HK  14237.70372218  .00001343  00000-0  78114-3 0  9942
+2 22549 071.2286 113.4267 0116904 035.3845 027.9413 14.06979892102962
+1 22551U 92093HM  14236.46745568  .00000020  00000-0  46759-4 0  2551
+2 22551 070.8627 251.5263 0093545 140.1870 018.7936 13.95833726101416
+1 22552U 92093HN  14237.48596928  .00006732  00000-0  15722-2 0   254
+2 22552 071.0753 014.6844 0032735 033.1754 030.0242 14.54695568124361
+1 22553U 92093HP  14237.57888190  .00012809  00000-0  16578-2 0  6696
+2 22553 071.4138 290.2571 0017169 198.0919 282.7085 14.80870598135405
+1 22554U 92093HQ  14236.60532587  .00003056  00000-0  11513-2 0  4423
+2 22554 071.4053 316.7152 0084315 244.6520 183.2984 14.30201305112456
+1 22557U 93013A   14237.82630080 -.00000375  00000-0  00000+0 0  2618
+2 22557 014.2118 024.8856 0005506 077.5158 284.9934 01.00200197 78444
+1 22561U 93014A   14237.20997167  .00000017  00000-0  12713-4 0  5229
+2 22561 075.7610 102.2660 0195348 294.6481 204.8922 14.21544050110819
+1 22562U 93014B   14236.85346183  .00000129  00000-0  48717-4 0  3063
+2 22562 075.7647 336.0560 0165778 114.2402 023.9585 14.28588403115693
+1 22563U 93015A   14238.00961756  .00000000  00000-0  10000-3 0  9857
+2 22563 017.3837 152.0919 0004859 109.2723 250.7561 00.99255641 82014
+1 22565U 93016A   14237.03977675  .00000056  00000-0  56763-4 0  2300
+2 22565 070.8631 052.4839 0008275 213.6965 282.3084 14.12456229104459
+1 22566U 93016B   14237.76020141  .00000113  00000-0  82970-4 0  1311
+2 22566 071.0089 061.3063 0012386 259.3237 100.6491 14.14850566106084
+1 22567U 93014C   14237.75175787  .00001175  00000-0  36892-3 0  5949
+2 22567 075.7583 355.6573 0168689 147.3329 330.1658 14.33231368114848
+1 22568U 93014D   14236.36505181  .00000814  00000-0  25411-3 0  2627
+2 22568 075.7535 344.5530 0169718 146.4468 270.3910 14.33692277114974
+1 22571U 92093HT  14236.46670117  .00001236  00000-0  63546-3 0  1113
+2 22571 071.3606 048.6272 0154718 329.4054 029.8110 14.11122585 89529
+1 22574U 92093HW  14233.76031108  .00001199  00000-0  74520-3 0  1052
+2 22574 071.0875 120.4922 0147211 192.6465 227.8253 14.01771327 94947
+1 22575U 93016C   14236.07138916  .00000077  00000-0  11183-3 0   689
+2 22575 071.0022 105.0113 0205927 165.7242 344.8866 13.72370166 72316
+1 22576U 93016D   14236.05978944 -.00000021  00000-0  20584-4 0   733
+2 22576 070.9936 088.6300 0201565 194.8145 289.1154 13.72667946 72633
+1 22577U 93016E   14237.79298054  .00000086  00000-0  39102-4 0  5958
+2 22577 071.0409 068.8717 0116395 133.3818 318.0754 14.42459661127140
+1 22578U 93016F   14236.48741772  .00000108  00000-0  40597-4 0  2394
+2 22578 071.0678 349.6822 0114471 021.9752 049.0622 14.48592059129858
+1 22579U 93016G   14236.02687429  .00000190  00000-0  67673-4 0  1500
+2 22579 071.0300 076.8393 0106509 142.1729 011.9252 14.43521001126517
+1 22581U 93017A   14238.40383745  .00000001  00000-0  00000+0 0  8775
+2 22581 054.0814 092.0720 0002090 002.5640 178.8609 01.88946753153188
+1 22590U 93020A   14238.14498994  .00000019  00000-0  41808-5 0  6160
+2 22590 082.9293 103.2179 0024408 091.4672 023.0649 13.75313841 74150
+1 22591U 93020B   14238.15879912  .00000105  00000-0  90796-4 0  8678
+2 22591 082.9264 084.5169 0025258 010.1889 096.2805 13.77262867 75522
+1 22594U 93022A   14237.20518450  .00171440 -12207-4  10354-3 0  7088
+2 22594 061.5332 327.5158 7233196 251.8727 022.9119 02.42153156157004
+1 22598U 92093HX  14236.81663598  .00000123  00000-0  11113-3 0   752
+2 22598 070.6491 018.9787 0093409 014.0123 106.3024 14.00530520102909
+1 22599U 93014E   14236.86663376  .00000671  00000-0  19519-3 0  2754
+2 22599 075.7568 287.0213 0157489 047.1413 067.8750 14.38276062117454
+1 22600U 93016J   14238.14075992  .00000016  00000-0  51892-4 0  1183
+2 22600 070.9134 141.9993 0161861 239.7013 230.2729 13.81773161 79931
+1 22601U 93016K   14236.74567182 -.00000011  00000-0  28246-4 0   738
+2 22601 071.0481 349.7638 0178043 357.9907 111.2455 13.78202402 76783
+1 22602U 93016L   14236.14029338  .00000100  00000-0  13230-3 0   687
+2 22602 071.0421 115.4077 0199466 127.9860 351.1788 13.73185045 72966
+1 22603U 93016M   14237.59317389 -.00000023  00000-0  18105-4 0   866
+2 22603 070.9971 289.5627 0158156 057.1163 058.9622 13.78452047 77283
+1 22604U 93016N   14237.74936296 -.00000011  00000-0  29000-4 0   760
+2 22604 070.9978 343.5180 0167745 103.0348 007.6814 13.76232533 75732
+1 22605U 93016P   14236.46774138  .00000119  00000-0  12509-3 0  1577
+2 22605 071.0008 035.9285 0132438 211.5144 215.6684 13.89423927 84938
+1 22606U 93016Q   14237.49810539  .00000344  00000-0  30894-3 0  1384
+2 22606 071.0021 166.6436 0154006 309.3382 163.5916 13.85793751 81127
+1 22607U 93016R   14237.49974132 -.00000013  00000-0  26727-4 0  1043
+2 22607 070.9969 357.7975 0171768 117.4149 317.5027 13.75660066 75242
+1 22608U 93016S   14238.13469047 -.00000012  00000-0  27028-4 0  1291
+2 22608 071.0035 135.7963 0132838 308.9532 121.5254 13.84431651 82179
+1 22609U 93016T   14237.11814072  .00000185  00000-0  18350-3 0  1311
+2 22609 070.9934 134.2362 0141013 312.3957 161.3004 13.86367298 81898
+1 22610U 93016U   14237.14408648 -.00000024  00000-0  19503-4 0   790
+2 22610 071.0019 205.6441 0215714 253.4513 187.7410 13.67615159 69036
+1 22611U 93016V   14236.75639928  .00000039  00000-0  73356-4 0   885
+2 22611 070.9968 347.4448 0170210 112.3382 008.0403 13.77242880 75467
+1 22612U 93016W   14237.01455215  .00001790  00000-0  94464-3 0  8101
+2 22612 070.9861 092.2142 0092085 032.5204 077.7179 14.13054166 93894
+1 22613U 93016X   14238.09193546  .00000223  00000-0  24566-3 0   925
+2 22613 070.9980 106.0566 0198470 185.1367 294.4326 13.74048073 71930
+1 22614U 93016Y   14236.77798634 -.00000155  00000-0 -88130-4 0   281
+2 22614 070.9986 127.5504 0134035 305.1108 120.8962 13.86825781 81965
+1 22615U 93016Z   14236.16941132  .00000308  00000-0  27060-3 0  1944
+2 22615 071.0034 135.6230 0140222 305.1558 176.1679 13.88752381 81823
+1 22616U 93016AA  14235.99758512  .00000006  00000-0  46030-4 0   148
+2 22616 070.9933 079.5659 0188130 176.9701 335.8847 13.73083389 72588
+1 22617U 93016AB  14236.83584763  .00000211  00000-0  20015-3 0  1624
+2 22617 071.0025 146.4128 0140753 315.8397 107.6832 13.87580698 81514
+1 22618U 93016AC  14237.72731606  .00000122  00000-0  14096-3 0  1021
+2 22618 070.9912 245.4567 0158685 025.1998 082.9168 13.81480672 78637
+1 22619U 93016AD  14235.98871130 -.00000032  00000-0  96198-5 0   996
+2 22619 070.9991 062.9102 0185347 148.5454 333.0054 13.73461672 72799
+1 22620U 93016AE  14238.16796752  .00000004  00000-0  40724-4 0  1113
+2 22620 071.0055 156.4800 0136341 320.8439 145.0865 13.83751739 81053
+1 22624U 93013D   14237.61281925  .00000000  00000-0  10000-3 0  3081
+2 22624 014.7328 026.7566 0015583 027.8601 332.2872 00.98011474 76689
+1 22626U 93024A   14237.71597454  .00000691  00000-0  76154-4 0  1787
+2 22626 082.5214 288.6953 0018082 284.8141 075.1072 14.85988372153590
+1 22627U 93024B   14237.85036615  .00000212  00000-0  26288-4 0  4077
+2 22627 082.5253 332.9900 0025153 087.1484 050.4559 14.77648374150555
+1 22645U 93016AF  14236.67531498  .00000207  00000-0  20900-3 0   430
+2 22645 070.9890 312.1109 0175796 074.8279 043.4417 13.81380132 75996
+1 22646U 93030A   14236.46447655  .00000029  00000-0  10228-3 0  8459
+2 22646 082.5872 189.5676 0012416 352.7955 145.5233 12.63958494982144
+1 22647U 93030B   14237.36842718  .00000031  00000-0  11418-3 0  8319
+2 22647 082.5875 193.1500 0010726 358.2512 117.1539 12.63533021981932
+1 22648U 93030C   14236.08790845  .00000016  00000-0  32431-4 0  8346
+2 22648 082.5815 193.4706 0009257 016.4605 113.6261 12.63164571981484
+1 22649U 93030D   14238.12407821  .00000046  00000-0  19577-3 0  8329
+2 22649 082.5809 189.1503 0010173 009.8280 119.1446 12.63419882981944
+1 22650U 93030E   14236.14116284  .00000012  00000-0  70013-5 0  8294
+2 22650 082.5871 198.1723 0008607 018.3298 075.4108 12.63087353981440
+1 22651U 93030F   14236.45234394  .00000009  00000-0 -92188-5 0  2661
+2 22651 082.5853 196.3232 0009895 005.3445 142.0386 12.63060175981505
+1 22652U 93030G   14236.47719464  .00000019  00000-0  44890-4 0  7762
+2 22652 082.5884 198.3047 0008859 018.4251 119.6642 12.63125420981538
+1 22653U 93031A   14237.15067073 -.00000165  00000-0  00000+0 0  3918
+2 22653 006.7341 055.4811 0004312 075.4945 081.5185 00.98842104 73036
+1 22654U 93031B   14237.31354383 -.00000128  00000-0  00000+0 0  9005
+2 22654 003.2810 296.6745 2861300 277.5377 057.9694 01.42205393106064
+1 22655U 93031C   14237.80243319  .00002604  00000-0  11155-2 0  7808
+2 22655 004.9771 112.9208 6914618 002.2344 099.7348 02.73378874192554
+1 22657U 93032A   14238.13869370 -.00000009  00000-0  00000+0 0  4741
+2 22657 054.3408 076.1278 0082789 325.8351 243.7047 02.00569727152193
+1 22662U 92093HZ  14238.86125023  .00032979  00000-0  43337-2 0  7963
+2 22662 070.4895 060.7337 0038775 177.8211 182.3614 14.79608891120175
+1 22665U 92093JA  14235.69348499  .00000302  00000-0  21388-3 0  8608
+2 22665 071.0768 240.0595 0068720 150.0418 330.6539 14.04381525 95465
+1 22670U 92072C   14238.41798023  .00019822  00000-0  31795-2 0  9662
+2 22670 006.8987 306.1229 6413466 220.5319 067.4330 03.45128238601952
+1 22671U 93035A   14237.46899558  .00002218  00000-0  36545-3 0   203
+2 22671 062.8010 107.4871 5013806 315.7783 032.1183 05.59483032191819
+1 22675U 93036A   14237.18174633  .00000011  00000-0  13652-4 0  3316
+2 22675 074.0391 290.2343 0026280 298.4811 119.0361 14.32337444106982
+1 22676U 93036B   14237.15989009  .00000142  00000-0  60369-4 0  3003
+2 22676 074.0414 259.8570 0018609 182.1029 178.0048 14.33630155108141
+1 22687U 93038A   14237.13957603  .00000015  00000-0  22414-4 0  8205
+2 22687 082.5798 104.1127 0008539 058.3376 056.7563 12.63220764976095
+1 22688U 93038B   14236.38660126  .00000046  00000-0  20233-3 0  8258
+2 22688 082.5867 123.4380 0012038 057.0148 346.4128 12.61487624974711
+1 22689U 93038C   14237.14628411  .00000001  00000-0 -52603-4 0  8366
+2 22689 082.5777 088.7055 0012738 056.7210 065.7937 12.64811943977391
+1 22690U 93038D   14237.11939667  .00000011  00000-0  10278-5 0  8401
+2 22690 082.5819 105.0537 0006573 068.1616 045.2275 12.63237164976770
+1 22691U 93038E   14236.65823707  .00000007  00000-0 -20839-4 0  8440
+2 22691 082.5718 093.8736 0008223 077.7272 335.6791 12.63842469977176
+1 22692U 93038F   14236.73350010  .00000014  00000-0  18501-4 0  8273
+2 22692 082.5766 111.0501 0008711 054.9610 004.8887 12.62168856975874
+1 22693U 93038G   14236.81017813  .00000040  00000-0  18628-3 0  7620
+2 22693 082.5886 182.0625 0045112 245.2913 172.2640 12.54797836970172
+1 22694U 93039A   14238.96458465  .00000000  00000-0  10000-3 0  7804
+2 22694 013.1061 034.4772 0012561 164.9477 195.1717 01.00271150 75760
+1 22698U 93041A   14238.14368720  .00000071  00000-0  25079-4 0  8830
+2 22698 089.5262 287.7656 0087578 244.5303 114.6810 14.23151860 98872
+1 22699U 93041B   14237.76299128  .00000162  00000-0  62077-4 0  2264
+2 22699 089.5249 286.6283 0086927 227.6361 270.3628 14.24479741 99123
+1 22700U 93042A   14238.41104112 -.00000058  00000-0  00000+0 0  5103
+2 22700 056.2247 321.6414 0167835 106.6844 205.4427 02.00564726155006
+1 22706U 93041C   14237.47928793  .00000626  00000-0  19346-3 0  2072
+2 22706 089.2823 054.0289 0031122 163.6021 255.0016 14.39943178108330
+1 22707U 93041D   14235.98561983  .00000411  00000-0  16040-3 0   844
+2 22707 090.0456 241.0386 0147859 026.1895 029.6578 14.22484265 95620
+1 22723U 93048A   14238.71235410  .00000000  00000-0  10000-3 0   547
+2 22723 009.4080 047.5347 0008239 192.2429 167.8787 00.99727475 76849
+1 22724U 93048B   14237.26319693  .00000068  00000-0  00000+0 0  4872
+2 22724 011.7343 040.4880 0019648 104.5509 152.3537 00.99965587 77451
+1 22725U 93048C   14238.19677924  .00044187  00000-0  17924-1 0  7047
+2 22725 007.0705 332.3379 7035263 338.4926 002.8347 02.57966015198441
+1 22739U 93050A   14238.28916949 -.00000040  00000-0  12955-5 0  9224
+2 22739 098.7009 308.0613 0009288 214.5353 187.0564 14.12515072 84606
+1 22744U 93051D   14238.43185970  .00000000  00000-0  10000-3 0  5240
+2 22744 065.5254 004.9917 7148619 173.5471 206.8368 02.05598239156606
+1 22779U 93054A   14238.37969868 -.00000075  00000-0  00000+0 0  1873
+2 22779 055.4252 015.6114 0105528 097.9713 284.2284 02.00560253153762
+1 22782U 93055A   14238.14546510 -.00000012  00000-0 -24275-4 0  1459
+2 22782 082.5481 117.8074 0023309 070.7845 039.0280 13.83743036 59797
+1 22783U 93055B   14238.13662216  .00000027  00000-0  11161-4 0  1725
+2 22783 082.5506 119.3980 0024037 069.1119 042.8443 13.83631446 59776
+1 22784U 93055C   14237.79863350  .00000032  00000-0  15829-4 0  6051
+2 22784 082.5498 120.3890 0023299 077.5922 350.8816 13.83388636 59612
+1 22788U 93056B   14238.11777965  .00129690 -36694-5  10896-2 0  8391
+2 22788 026.8811 257.6751 1509971 209.5644 267.7476 12.64809995641586
+1 22796U 93058B   14238.46030451  .00000000  00000-0  10000-3 0  3484
+2 22796 013.0267 034.9874 0015851 006.6303 353.4734 01.00270351 83650
+1 22797U 93058D   14238.11662448  .00000309  00000-0  60547-3 0  8493
+2 22797 014.7282 189.7182 7390688 021.4492 118.6423 02.09305595157255
+1 22801U 93050C   14237.44943903  .00009423  00000-0  16626-2 0   726
+2 22801 098.9752 220.2243 0007318 079.2111 041.1673 14.67704382101422
+1 22802U 93059A   14237.69032142 -.00000167  00000-0 -63197-4 0  4041
+2 22802 070.9321 318.2924 0027039 330.8959 139.3953 14.13056523 80129
+1 22803U 93059B   14237.25911796 -.00000071  00000-0 -11727-4 0  3488
+2 22803 070.9883 253.2721 0015981 156.0996 204.0873 14.16670400 82838
+1 22804U 93059C   14236.74552617 -.00000003  00000-0  36491-4 0   605
+2 22804 070.9789 346.3768 0209243 104.1799 011.1787 13.71076478 47589
+1 22805U 93059D   14236.81593953  .00000057  00000-0  96107-4 0   453
+2 22805 070.9760 012.5534 0212614 153.2880 321.7440 13.69851106 46721
+1 22806U 93059E   14236.67105331 -.00000047  00000-0 -38534-5 0   549
+2 22806 071.0221 333.7597 0202022 016.7663 090.0840 13.72983018 49025
+1 22807U 93059F   14237.78048781  .00000009  00000-0  47781-4 0   514
+2 22807 071.0213 003.2206 0206182 064.4775 046.4285 13.71666375 48163
+1 22812U 92093JB  14237.27535869  .00000617  00000-0  44373-3 0   258
+2 22812 070.6901 289.4114 0139810 099.4846 024.9680 13.96324914 79042
+1 22816U 92093JC  14235.71430846  .00001611  00000-0  85081-3 0   221
+2 22816 071.4729 131.1828 0136527 164.7897 227.4231 14.10538219 94212
+1 22823U 93061A   14237.50607363  .00000041  00000-0  41116-4 0  7588
+2 22823 098.8042 183.4749 0016117 321.9708 148.8534 14.19007794 82917
+1 22824U 93061B   14237.48134428 -.00000031  00000-0  54275-5 0  8181
+2 22824 098.6822 177.6872 0007164 149.5797 359.8126 14.27338144 89540
+1 22825U 93061C   14237.12584674  .00000050  00000-0  36599-4 0  7452
+2 22825 098.6671 182.8553 0009628 096.8356 330.9526 14.29737627 90636
+1 22826U 93061D   14237.09352689  .00000071  00000-0  44505-4 0  5028
+2 22826 098.6612 183.0316 0010149 090.1753 270.0592 14.30039906 90768
+1 22827U 93061E   14236.92249344  .00000096  00000-0  53492-4 0  7678
+2 22827 098.6672 186.0856 0009901 063.2233 337.8825 14.30837159 91099
+1 22828U 93061F   14237.10181558  .00000097  00000-0  54552-4 0  6861
+2 22828 098.6533 182.3256 0010855 063.5937 296.6358 14.30332008 59093
+1 22829U 93061G   14237.12961959  .00000060  00000-0  39856-4 0  7350
+2 22829 098.6548 184.1987 0010596 056.3709 011.2659 14.30703438 91191
+1 22830U 93061H   14237.05119675  .00000063  00000-0  41369-4 0  2466
+2 22830 098.8312 214.4734 0011726 052.4334 357.9616 14.31147935 91310
+1 22836U 93062A   14238.94563325  .00000000  00000-0  10000-3 0  3488
+2 22836 014.0360 026.6439 0005172 158.6872 201.3999 01.00258519 76534
+1 22839U 93062D   14238.75412045  .00000000  00000-0  10000-3 0  9387
+2 22839 014.0084 026.5331 0008570 353.2833 006.7703 01.00242975 75702
+1 22840U 91009CK  14236.29500795  .00000110  00000-0  91983-3 0  9689
+2 22840 073.9630 185.9157 0177195 335.2615 180.8736 12.37678912958008
+1 22841U 91009CL  14234.48149604  .00000075  00000-0  81855-3 0  9392
+2 22841 074.0437 148.6765 0129618 226.2811 249.5096 12.22895547 47214
+1 22842U 91009CM  14238.08312738  .00000179  00000-0  14845-2 0  9088
+2 22842 073.8829 142.0332 0139858 056.3879 007.0349 12.35755818 57701
+1 22843U 91009CN  14217.54314934  .00000299  00000-0  22020-2 0   704
+2 22843 074.0240 261.0997 0245495 341.6347 180.1302 12.37329559956875
+1 22845U 91086G   14237.69146618  .00065838  00000-0  34270-2 0    60
+2 22845 082.3768 309.6884 0463268 180.9057 311.5507 14.54518072 21736
+1 22849U 92089D   14224.97837639  .00059189  16924-6  45926-3 0  6129
+2 22849 034.9241 087.8336 2983000 166.8677 342.0573 09.56331735487025
+1 22850U 92021E   14238.59267881 -.00000038  00000-0  00000+0 0  3608
+2 22850 003.8661 004.9845 7052048 142.9216 298.2276 02.24767658175369
+1 22871U 93066A   14238.35723440  .00000000  00000-0  10000-3 0  4843
+2 22871 002.1966 073.0162 0003026 087.1721 273.4203 01.00267149 76208
+1 22877U 93068A   14238.08812427 -.00000006  00000-0  00000+0 0  8672
+2 22877 053.7856 140.8007 0107874 060.6025 234.8131 02.00760118152643
+1 22880U 93069A   14235.38407056 -.00000149  00000-0  00000+0 0  9999
+2 22880 014.0165 026.9978 0034334 060.0365 297.1207 00.99648569 76127
+1 22883U 93069D   14237.26380091  .00000096  00000-0  00000+0 0  9293
+2 22883 013.9427 026.4668 0000761 312.7654 282.2772 01.00477778 75705
+1 22888U 93070A   14238.01951336  .00000040  00000-0  26299-4 0   338
+2 22888 082.9516 032.5221 0047444 342.6186 156.8420 13.74834209 41540
+1 22889U 93070B   14236.00043594  .00000097  00000-0  81043-4 0  9760
+2 22889 082.9485 003.0521 0049155 231.4156 265.7383 13.77761166 46058
+1 22907U 93072A   14236.07068078 -.00000292  00000-0  00000+0 0  3013
+2 22907 013.9757 026.8273 0009099 232.8769 057.9049 01.00150090 75985
+1 22910U 93072D   14237.58500148 -.00000167  00000-0  00000+0 0  8222
+2 22910 013.3417 024.5961 0020254 057.7112 012.2858 01.03166310 78246
+1 22911U 93073A   14237.35761052 -.00000130  00000-0  00000+0 0  8604
+2 22911 011.7014 040.4003 0009869 119.8373 199.8430 01.00267915 74653
+1 22912U 93073B   14237.85256502  .00000000  00000-0  10000-3 0  5561
+2 22912 012.0857 037.8583 0008164 121.1269 239.0507 00.98980461 74323
+1 22913U 93073C   14238.99805566  .00038700  00000-0  17794-2 0  8374
+2 22913 006.7570 007.9991 4562789 134.7818 272.9745 06.45706425348383
+1 22919U 88023D   14237.17243177  .00000524  00000-0  42408-3 0  6251
+2 22919 082.9493 041.1838 0036630 063.9285 058.1235 13.88055669208034
+1 22921U 93076A   14237.10659688  .00000126  00000-0  10000-3 0  1974
+2 22921 011.2501 033.3340 0002359 118.5840 255.3004 01.00276512 75892
+1 22923U 93076C   14238.43047897  .00000013  00000-0  44060-3 0   388
+2 22923 023.0193 263.2678 7113972 254.6233 022.4451 02.24100505169662
+1 22927U 93077A   14236.19258541 -.00000167  00000-0  00000+0 0  3290
+2 22927 013.7354 030.8077 0009955 063.8247 210.0484 01.00271246 75307
+1 22930U 93078A   14235.40318012 -.00000165  00000-0  00000+0 0  5333
+2 22930 004.8737 062.1602 0014329 083.0549 266.9540 00.98985664 83336
+1 22931U 93078B   14231.59556156  .00000055  00000-0  00000+0 0  2539
+2 22931 004.5928 062.2841 0008219 087.4367 079.6650 00.99180998 75081
+1 22949U 93079A   14234.31707341 -.00001260  00000-0  69866-4 0  2514
+2 22949 061.6832 131.8933 7359303 269.3143 173.2019 02.00823764151484
+1 22952U 93079D   14236.96308347 -.00000715  00000-0 -10379-3 0  5707
+2 22952 062.0471 068.3582 7410373 274.6181 012.3915 02.06010680155520
+1 22963U 94002A   14237.96685381 -.00000286  00000-0  00000+0 0  4519
+2 22963 013.2897 033.4156 0013948 102.2271 279.5694 01.00347958 75456
+1 22966U 94002D   14237.30335479 -.00000259  00000-0  00000+0 0  1382
+2 22966 014.5544 023.3282 0042884 036.4493 327.2298 00.99469670 74166
+1 22969U 94003A   14237.43422119  .00000012  00000-0  00000+0 0  7436
+2 22969 082.5587 252.2998 0015338 188.2589 171.8283 13.16959688989409
+1 22970U 94003B   14237.18066098  .00000097  00000-0  22038-3 0  5340
+2 22970 082.5588 252.1744 0016260 186.2246 242.1261 13.16939727989403
+1 22971U 94003C   14236.62437370  .00000050  00000-0  97280-4 0  6021
+2 22971 082.5585 251.9382 0016405 185.3379 312.8342 13.17041204989370
+1 22979U 94007B   14238.80516411 -.00000022  00000-0  00000+0 0  7535
+2 22979 028.8993 078.9473 7222186 036.5302 355.9280 02.25406584168952
+1 22980U 94007C   14238.99777918  .00006004  00000-0  26689-2 0  4545
+2 22980 028.4622 127.0383 6826233 059.3696 350.4368 02.84737200199347
+1 22981U 94008A   14238.00817494  .00000000  00000-0  10000-3 0  7479
+2 22981 013.9704 027.9108 0004917 102.7438 257.3805 01.00246248 75268
+1 22984U 94008D   14238.87186384  .00000000  00000-0  10000-3 0  1726
+2 22984 014.4412 029.5614 0016717 317.3743 042.5622 00.97961994 73443
+1 22996U 94010A   14238.95498898  .00043614  00000-0  12720-2 0  2502
+2 22996 028.6498 101.4318 5751660 241.0786 050.0487 04.50406521248435
+1 22999U 94011A   14236.48774189  .00000020  00000-0  53541-4 0  5620
+2 22999 082.5771 208.4017 0008610 235.6298 262.5670 12.61126508945081
+1 23000U 94011B   14236.47325312  .00000034  00000-0  12940-3 0  5670
+2 23000 082.5695 195.9609 0005771 237.8843 260.3647 12.61857773945649
+1 23001U 94011C   14237.96313083  .00000060  00000-0  27522-3 0  5747
+2 23001 082.5757 190.5901 0006195 242.6637 180.2774 12.62812209946526
+1 23002U 94011D   14238.09788792  .00000049  00000-0  21297-3 0  5713
+2 23002 082.5684 179.9502 0006375 266.6079 187.7123 12.63416129946993
+1 23003U 94011E   14236.80312479  .00000041  00000-0  16563-3 0  5741
+2 23003 082.5749 176.9919 0010813 246.7761 170.0768 12.64293780947497
+1 23004U 94011F   14236.78049522  .00000033  00000-0  12309-3 0  5795
+2 23004 082.5767 192.0741 0004082 261.0410 172.8029 12.62811236946378
+1 23005U 94011G   14237.12827328  .00000001  00000-0 -58511-4 0  4930
+2 23005 082.5729 260.0279 0041903 041.5548 020.4273 12.55179665940733
+1 23007U 93036C   14237.35567630  .00000678  00000-0  22374-3 0  8042
+2 23007 074.0292 204.1424 0011011 136.1813 342.9980 14.39919730108226
+1 23010U 94012A   14238.87522995  .00000000  00000-0  10000-3 0  2972
+2 23010 013.9409 027.8474 0003439 088.5088 271.5979 01.00225313 75102
+1 23013U 94012D   14237.98589965  .00000000  00000-0  10000-3 0   783
+2 23013 014.3765 029.4198 0033520 016.1658 344.0086 00.98104264 73515
+1 23016U 94013A   14238.08446550  .00000000  00000-0  10000-3 0   769
+2 23016 007.2928 052.8756 0003806 123.5691 236.6589 00.99216245 74423
+1 23018U 94013C   14237.38471082 -.00000313  00000-0  00000+0 0   247
+2 23018 025.6028 332.4699 6478631 267.3910 207.8849 02.02365783151672
+1 23027U 94016A   14237.45216821 -.00000008  00000-0  00000+0 0  8290
+2 23027 054.1917 077.3079 0090475 356.1567 000.3356 02.00562064149921
+1 23043U 94021A   14238.06807184  .00000027  00000-0  00000+0 0  8290
+2 23043 063.9424 091.9608 0011878 172.2928 359.2782 02.13099847158587
+1 23044U 94021B   14237.68968081  .00000027  00000-0  00000+0 0  6740
+2 23044 063.9349 091.8924 0048191 208.1820 150.0394 02.13103908158571
+1 23045U 94021C   14236.24562523  .00000025  00000-0  00000+0 0  8732
+2 23045 063.9254 091.8774 0023020 034.4268 150.6774 02.13102275158541
+1 23048U 94021F   14236.77855115  .00000026  00000-0  00000+0 0  5575
+2 23048 063.9467 091.4116 0011052 226.6269 021.5994 02.13316904158719
+1 23051U 94022A   14238.11479229 -.00000183  00000-0  00000+0 0  1085
+2 23051 009.8708 049.5248 0005573 166.2334 162.2725 00.98907486 81467
+1 23087U 94023A   14236.89516017 -.00000185  00000-0 -73010-4 0  3929
+2 23087 071.0552 345.8482 0010011 330.1976 164.3868 14.13592003 49319
+1 23088U 94023B   14237.49894405 -.00000306  00000-0 -13456-3 0    27
+2 23088 070.9989 276.8452 0005163 245.8548 215.0463 14.14579494 50352
+1 23089U 94023C   14238.16386683  .00000024  00000-0  62135-4 0  7961
+2 23089 071.0242 252.3890 0200879 339.0563 083.7202 13.73386209 19536
+1 23090U 94023D   14236.43805212  .00000007  00000-0  46828-4 0  7990
+2 23090 071.0323 224.8642 0194919 284.7467 192.6044 13.74777144 20396
+1 23091U 94023E   14236.79018927  .00000047  00000-0  84028-4 0  7841
+2 23091 070.9818 233.6738 0201419 039.9445 017.3947 13.72893620 19005
+1 23092U 94024A   14238.12533652  .00000084  00000-0  69342-4 0  9507
+2 23092 082.9522 174.5806 0036576 075.0117 285.5084 13.76276224 20942
+1 23093U 94024B   14238.15345258  .00000068  00000-0  53039-4 0  8927
+2 23093 082.9501 157.5308 0010066 008.3184 351.8139 13.77624413490157
+1 23094U 94023F   14236.44757353  .00000045  00000-0  81398-4 0  8171
+2 23094 070.9866 227.0167 0202479 000.8294 114.8145 13.73376229 19274
+1 23104U 92094C   14238.03308008  .00020470  00000-0  58856-3 0  4919
+2 23104 082.4940 080.4585 0004515 030.5843 092.9302 15.35667755181686
+1 23105U 94029A   14237.79752887  .00001438  00000-0  19928-3 0  4370
+2 23105 081.9541 167.3958 0114391 119.0112 299.2428 14.72803600 83024
+1 23106U 94029B   14237.32412986  .00000527  00000-0  78203-4 0   920
+2 23106 081.9629 195.4776 0130640 189.9414 169.9206 14.67583998 81639
+1 23108U 94030A   14238.16444749  .00000000  00000-0  10000-3 0   880
+2 23108 013.8738 027.8539 0007156 130.9550 229.1765 01.00255906 74249
+1 23111U 94030D   14237.67610265  .00000000  00000-0  10000-3 0  7682
+2 23111 013.1393 025.1803 0048685 070.7378 289.8584 01.03835197 76860
+1 23118U 93073E   14237.73265395 -.00000332  00000-0  00000+0 0  6405
+2 23118 014.2009 026.9482 0063014 355.9687 324.3484 00.99983759 73671
+1 23124U 94034A   14238.17993500  .00000000  00000-0  10000-3 0  2878
+2 23124 002.5440 071.5112 0002507 080.0145 280.5048 01.00270423 88134
+1 23125U 94034B   14238.15790383  .00007544  00000-0  11009-2 0  4018
+2 23125 007.3038 097.8124 6714940 238.2855 340.6395 03.03679213195011
+1 23126U 94034C   14233.25804117  .00001079  00000-0  27293-3 0  4645
+2 23126 007.5116 013.2921 6633025 045.3364 234.8166 03.12608666198482
+1 23127U 94034D   14239.02053461  .00000192  00000-0  65310-3 0  2943
+2 23127 006.9735 207.5023 7238828 034.7412 355.8931 02.24464004164332
+1 23168U 94038A   14236.15748382  .00000101  00000-0  00000+0 0  3858
+2 23168 012.9727 030.8734 0007998 031.2990 172.7277 01.00343600 73754
+1 23171U 94038D   14239.05116880  .00000000  00000-0  10000-3 0  1992
+2 23171 013.1197 031.5296 0025606 040.0877 320.1777 00.99426425 73142
+1 23175U 94040A   14237.93843804  .00000000  00000-0  10000-3 0  5306
+2 23175 004.8322 064.7366 0004483 032.9105 327.4009 00.99189908 72906
+1 23176U 94040B   14238.05310287  .00000000  00000-0  10000-3 0  8364
+2 23176 008.0255 052.2984 0000948 100.0952 260.0897 00.99144526 73427
+1 23177U 94040C   14237.46407341  .00000887  00000-0  22741-2 0  3976
+2 23177 007.4564 066.0305 7227631 119.5447 273.7422 02.28031372165116
+1 23179U 94041A   14237.84756259  .00000063  00000-0  49080-4 0   987
+2 23179 082.9504 349.1497 0033958 275.4914 232.8735 13.76462241 10499
+1 23180U 94041B   14236.45413301  .00000072  00000-0  56842-4 0  5016
+2 23180 082.9495 335.7617 0028376 223.5398 184.3822 13.77844102 11370
+1 23185U 94043A   14237.75555284  .00000000  00000-0  10000-3 0  6303
+2 23185 008.3302 050.1753 0000419 044.3255 315.8424 00.99378415 73570
+1 23189U 94045A   14237.91706971  .00000000  00000-0  25102-4 0  6735
+2 23189 074.0304 039.9985 0026010 256.1941 213.9335 13.72204158  5007
+1 23190U 94045B   14236.83226348  .00000055  00000-0  82087-4 0  8166
+2 23190 074.0315 005.0198 0019252 196.3721 163.6779 13.73992311  6125
+1 23191U 94046A   14237.50124789  .00024244  00000-0  96606-3 0  9752
+2 23191 069.9213 032.2522 0742828 206.7379 214.9598 14.04642516970264
+1 23192U 94047A   14238.12197052  .00000000  00000-0  10000-3 0  3163
+2 23192 006.6347 056.4891 0005899 200.5012 159.6892 00.98631863 83138
+1 23194U 94048A   14231.63778656 -.00000700  00000-0  00000+0 0   878
+2 23194 067.1846 082.8668 6250473 201.2630 157.0846 02.00556480146824
+1 23197U 94048D   14235.56132488  .00000381  00000-0  00000+0 0  5637
+2 23197 067.5772 052.3569 6263332 191.7657 223.5328 02.03838336149273
+1 23198U 94046B   14237.16958825  .00005067  00000-0  28786-3 0  2453
+2 23198 069.9650 225.3082 0973209 141.4851 225.9957 13.48611122953045
+1 23199U 94049A   14237.25167222 -.00000250  00000-0  00000+0 0  1870
+2 23199 006.4326 056.8214 0008619 081.0950 237.3069 00.99249978 84133
+1 23200U 94049B   14238.24763348  .00000000  00000-0  10000-3 0  7923
+2 23200 008.8494 049.8339 0016789 018.8269 341.3897 00.99046618 72516
+1 23201U 94049C   14238.84600242  .00000495  00000-0  76340-3 0  5502
+2 23201 007.3469 052.5735 7187889 219.6575 056.0698 02.34038045165150
+1 23203U 94050A   14236.35072470 -.00000073  00000-0  00000+0 0  6382
+2 23203 066.6244 343.3632 0008507 071.7979 008.6350 02.13100571155940
+1 23204U 94050B   14237.67513824 -.00000063  00000-0  00000+0 0  8260
+2 23204 066.6119 343.2421 0009235 329.3384 264.5163 02.13101698155966
+1 23205U 94050C   14238.66679625  .00000000  00000-0  10000-3 0  8000
+2 23205 066.6218 343.2516 0001186 000.7661 359.2703 02.13102940155993
+1 23208U 94050F   14237.38758240 -.00000064  00000-0  00000+0 0  4105
+2 23208 066.6099 342.4441 0025121 232.7483 197.9337 02.13427248156177
+1 23227U 94055A   14237.78003765  .00000000  00000-0  10000-3 0  5363
+2 23227 005.6555 058.6330 0005347 117.1664 243.1319 01.00270539 73206
+1 23229U 94055C   14237.36545902  .00000050  00000-0  10373-2 0  4729
+2 23229 023.8809 044.6888 7357805 093.8484 329.6819 02.11221921152680
+1 23230U 94056A   14235.49625245 -.00000087  00000-0  00000+0 0  5997
+2 23230 012.5326 228.2620 5099019 239.9874 315.2844 01.67094198122106
+1 23232U 91015H   14238.45590352  .00000645  00000-0  36714-2 0   987
+2 23232 006.8603 111.7008 5296628 081.2076 332.7286 04.75233236322943
+1 23234U 94057B   14237.33853156  .00024961  00000-0  23071-2 0  9582
+2 23234 098.7531 241.3570 0006370 096.6002 020.1063 14.94551991 51343
+1 23235U 94057C   14237.78014263  .00035535  00000-0  30954-2 0   364
+2 23235 098.7577 246.9255 0006085 099.9364 312.2794 14.96786982 51679
+1 23237U 92021G   14233.53710023 -.00000301  00000-0 -23786-2 0  6109
+2 23237 003.7953 000.0001 7049005 158.8967 093.2998 02.24967158168746
+1 23238U 92021H   14238.70949906 -.00000001  00000-0  00000+0 0  7689
+2 23238 004.0537 042.8471 7023491 062.2761 351.0511 02.24519095185620
+1 23239U 92021J   14238.83354834  .00000027  00000-0  10000-3 0  3132
+2 23239 003.4312 107.3176 6977467 297.9100 009.4086 02.23783077172436
+1 23240U 92021K   14235.25493671 -.00000149  00000-0  00000+0 0  4941
+2 23240 003.2270 130.5204 6956791 257.6179 160.2807 02.23353124167601
+1 23241U 92021L   14238.01928565 -.00000045  00000-0  00000+0 0  1463
+2 23241 003.7774 006.1038 7059527 149.1981 285.4166 02.24639191167056
+1 23242U 92021M   14238.75492988 -.00000361  00000-0  00000+0 0  5601
+2 23242 003.9458 036.9499 7044137 075.9100 348.0835 02.24667985165868
+1 23243U 89027C   14229.36726447  .00016174  00000-0  28198+0 0  8240
+2 23243 002.7846 272.3044 7196098 051.1801 353.3786 02.19968059165355
+1 23244U 92021N   14237.41685602 -.00000183  00000-0  00000+0 0  9226
+2 23244 004.4601 301.4923 6879327 257.7109 295.5723 02.21407719163586
+1 23245U 92021P   14237.38390692 -.00000350  00000-0 -32558-1 0  5762
+2 23245 003.5918 080.7145 7004276 351.5403 293.6824 02.24706984154035
+1 23248U 94056C   14238.47170212 -.00000012  00000-0  10000-3 0  2536
+2 23248 012.6096 171.0003 5162564 344.5126 004.2076 01.70293714124236
+1 23250U 94057D   14238.12607924  .00003181  00000-0  98938-3 0  2284
+2 23250 098.3702 296.7750 0009913 151.0788 261.0398 14.41635162 41244
+1 23254U 90081CK  14235.87829853  .00000518  00000-0  19383-3 0   250
+2 23254 098.6358 204.6168 0074023 048.9519 340.9020 14.34351146 65647
+1 23258U 90081CP  14237.93834642  .00000285  00000-0  16624-3 0  5278
+2 23258 098.8083 268.4200 0022275 198.1558 282.1203 14.16106271150873
+1 23259U 90081CQ  14236.04672749  .00000654  00000-0  30413-3 0  5854
+2 23259 098.6848 262.0688 0019399 033.3527 326.8869 14.23842825194579
+1 23260U 90081CR  14236.04239369  .00003254  00000-0  74810-3 0  3613
+2 23260 098.1560 265.0092 0017018 227.8561 192.4954 14.56013208207672
+1 23261U 90081CS  14235.01068457  .00001560  00000-0  52904-3 0  5449
+2 23261 098.4916 251.9719 0029293 107.7460 315.0798 14.37867935218329
+1 23263U 91009CU  14229.68608642  .00000372  00000-0  40531-2 0  7044
+2 23263 074.1395 121.3208 0159158 128.6619 232.7963 12.10231710917542
+1 23265U 91009CW  14217.03589346 -.00000004  00000-0  10000-3 0  5861
+2 23265 073.9985 086.6835 0157254 246.5080 111.9598 12.27566465 47522
+1 23267U 94060A   14237.38837541 -.00000078  00000-0  00000+0 0  6717
+2 23267 013.7016 029.2160 0009050 105.4275 225.1890 01.00386025 72964
+1 23270U 94060D   14238.19408902  .00000000  00000-0  10000-3 0  7884
+2 23270 013.7321 029.5139 0008812 052.1680 307.9833 01.00087403 72390
+1 23275U 92093JF  14233.46166024  .00000110  00000-0  10736-3 0  4586
+2 23275 071.2444 252.2482 0104757 079.1065 043.2287 13.95617245 58417
+1 23277U 94057E   14236.50038252  .00004831  00000-0  12309-2 0  6234
+2 23277 098.1946 244.2816 0011386 312.3995 202.6305 14.51000110 43028
+1 23278U 94061A   14237.15070137  .00001295  00000-0  11383-3 0  6907
+2 23278 082.9875 172.1571 0900184 168.7846 193.4945 13.51767603972179
+1 23279U 94061B   14237.75997677  .00005059  00000-0  35604-3 0  1012
+2 23279 082.9713 045.6814 0788079 063.0514 064.8323 13.81091230982903
+1 23282U 92093JG  14237.11191878  .00001373  00000-0  65133-3 0  2126
+2 23282 071.1907 309.9165 0096745 344.0905 091.6349 14.18832047 57689
+1 23292U 85118P   14237.30778917  .00003008  00000-0  87639-3 0  6051
+2 23292 064.9107 191.2011 5738967 168.7369 213.6915 04.41630628347866
+1 23293U 85118Q   14238.75445664  .00000036  00000-0  60383-3 0  3638
+2 23293 065.8115 070.0380 5517512 096.9512 325.6772 04.26669503321552
+1 23302U 92093JH  14237.13606603  .00000775  00000-0  48057-3 0  3658
+2 23302 071.1304 039.1985 0129383 034.3230 081.3381 14.04069914 47265
+1 23303U 93059G   14236.13237959  .00003475  00000-0  57855-3 0  7295
+2 23303 071.1138 245.5660 0024077 233.1792 190.8459 14.70590120106214
+1 23304U 93016AH  14237.27431728  .00024779  00000-0  24233-2 0  4543
+2 23304 070.9631 281.5145 0030924 038.1431 322.1912 14.91910354369223
+1 23305U 94064A   14238.38066714  .00000000  00000-0  10000-3 0  1434
+2 23305 004.1555 064.1349 0004515 116.9689 243.4028 01.00266752 72929
+1 23308U 74105C   14237.38602756  .00000692  00000-0  56601-3 0  8815
+2 23308 082.9469 308.8518 0020330 274.6185 155.8554 13.88129321 77465
+1 23309U 75052JY  14236.53320344 -.00000246  00000-0 -78645-3 0  2031
+2 23309 099.7192 337.9303 0385017 068.6702 057.4067 12.70843079 78170
+1 23310U 75052JZ  14237.32247256  .00000323  00000-0  11215-2 0  9536
+2 23310 099.9077 004.7436 0322726 317.7489 095.5237 12.88888053 29336
+1 23313U 94065A   14239.22774706  .00000000  00000-0  10000-3 0  6755
+2 23313 005.4637 059.6772 0003120 116.7711 243.5181 00.98863116 72785
+1 23314U 94065B   14238.60280939  .00000000  00000-0  10000-3 0  2416
+2 23314 003.7200 065.4143 0006182 078.2992 282.1338 00.99583536 72693
+1 23317U 94066A   14249.43391459  .00000846  00000-0  97376-4 0  6259
+2 23317 082.5394 351.7487 0020189 188.6399 171.5047 14.85663727 75172
+1 23318U 94066B   14238.11857633  .00000191  00000-0  23017-4 0   870
+2 23318 082.5413 039.7543 0023489 002.0182 114.4426 14.78316639 71011
+1 23319U 94067A   14238.10634315  .00000109  00000-0  00000+0 0  4999
+2 23319 011.9027 039.9218 0008184 114.3906 255.8941 00.99823801 72549
+1 23322U 94067D   14237.91999682  .00000000  00000-0  10000-3 0  7798
+2 23322 014.2656 024.8564 0007636 055.0163 305.1186 01.00147788 72761
+1 23323U 94068A   14237.44324200  .00000050  00000-0  41033-4 0  8254
+2 23323 098.6561 179.8786 0001127 096.0623 041.9380 14.23477207 31380
+1 23324U 94068B   14237.81545830  .00000015  00000-0  29779-4 0  9323
+2 23324 098.9214 186.2790 0056449 286.1735 124.9530 14.16911366 26877
+1 23327U 94069A   14237.93427639  .00000000  00000-0  10000-3 0  2699
+2 23327 014.0309 029.4814 0010408 131.9133 228.2462 01.00255101 72626
+1 23330U 94069D   14238.87228867  .00000000  00000-0  10000-3 0  8460
+2 23330 014.0201 029.5478 0023380 041.3774 318.8675 01.00098835 72526
+1 23331U 94070A   14238.49351134 -.00000287  00000-0  00000+0 0   268
+2 23331 005.8487 057.7363 0002781 060.8104 326.2190 01.00272812 73055
+1 23342U 94074A   14238.12742103  .00000247  00000-0  41232-4 0  2774
+2 23342 098.1664 249.2991 0001831 124.5694 275.4569 14.78447299 66128
+1 23343U 94074B   14238.09579213  .00000158  00000-0  30570-4 0   908
+2 23343 098.2260 243.2493 0008452 117.3755 288.6820 14.76169788 65416
+1 23344U 94074C   14238.10743926  .00000329  00000-0  83567-4 0  9447
+2 23344 098.4762 269.5214 0132160 101.4964 328.1853 14.52379943 46356
+1 23345U 94074D   14237.60809970  .00000792  00000-0  26470-3 0  7805
+2 23345 097.8511 022.2638 0198485 177.5462 314.4862 14.29303191 31173
+1 23346U 94074E   14236.75293463  .00000172  00000-0  67373-4 0  8435
+2 23346 098.1992 033.1592 0183098 327.8943 146.6883 14.32401584 32986
+1 23347U 94074F   14237.43379978  .00000427  00000-0  11065-3 0  9472
+2 23347 097.8522 174.2037 0134955 257.0498 243.5920 14.49352189 44380
+1 23396U 94076A   14236.30862307  .00000029  00000-0  00000+0 0  6395
+2 23396 064.0226 218.0789 0037757 187.7310 303.5608 02.13103194153789
+1 23397U 94076B   14237.43952127  .00000029  00000-0  00000+0 0  7291
+2 23397 064.0098 217.9546 0010412 278.3288 172.4574 02.13100208153807
+1 23398U 94076C   14236.35282785  .00000028  00000-0  00000+0 0  7365
+2 23398 063.9995 217.8845 0002867 337.4428 112.2373 02.13102159153795
+1 23401U 94076F   14237.68402854  .00000029  00000-0  00000+0 0  4007
+2 23401 064.0060 216.7254 0014507 308.6852 287.8529 02.13553227154162
+1 23402U 94076G   14236.57142882 -.00000043  00000-0  16851-4 0  6271
+2 23402 065.0571 047.2705 5749208 340.2923 004.3816 04.25795123306065
+1 23403U 94076H   14238.65033191  .00000048  00000-0  10183-3 0  5820
+2 23403 065.1085 052.9830 5722722 344.9215 003.3776 04.26829749306546
+1 23404U 94077A   14237.35593612 -.00000347  00000-0 -15896-3 0  8448
+2 23404 071.0119 282.3742 0018539 270.7305 150.2330 14.13396220 18972
+1 23405U 94077B   14236.55861498 -.00000226  00000-0 -91962-4 0  9367
+2 23405 070.9830 215.8952 0000908 008.5158 132.6574 14.15108975 20134
+1 23406U 94077C   14236.16094282  .00000013  00000-0  53224-4 0  7284
+2 23406 071.0321 209.4430 0205097 296.7411 142.2068 13.72511099989159
+1 23407U 94077D   14238.09302355  .00000017  00000-0  56424-4 0  7393
+2 23407 071.0348 197.8811 0202941 260.1256 226.9961 13.72883423989705
+1 23408U 94077E   14237.12622865  .00000049  00000-0  87911-4 0  7208
+2 23408 070.9863 223.9082 0215162 355.2141 075.6829 13.70419062987796
+1 23409U 94077F   14238.15368152  .00000055  00000-0  69515-4 0  1514
+2 23409 070.8799 234.4655 0089741 099.1711 333.8988 13.97355508  7630
+1 23410U 94077G   14236.49820933  .00000012  00000-0  53312-4 0  7080
+2 23410 070.9804 281.5349 0220869 066.8375 034.8843 13.67899593985882
+1 23411U 94078A   14236.47881255 -.00000009  00000-0  63583-4 0  6058
+2 23411 073.6147 184.6523 0028539 046.9718 090.7979 12.40799569894095
+1 23412U 94078B   14236.40372267  .00000001  00000-0  13323-3 0  5393
+2 23412 073.6175 179.6281 0043698 001.3042 135.1716 12.40981261894310
+1 23413U 94079A   14238.22962872  .00000000  00000-0  10000-3 0  7035
+2 23413 008.9328 049.7794 0013830 266.0941 093.9014 00.98580090 71494
+1 23415U 94080A   14238.91368483  .00000000  00000-0  10000-3 0  8685
+2 23415 014.0939 025.0575 0093564 262.3906 096.6083 01.00967988 92171
+1 23418U 94077J   14237.09347132  .00000186  00000-0  13543-3 0  9210
+2 23418 071.0077 128.8745 0078626 191.4025 168.5316 14.07012475 20810
+1 23420U 94081A   14239.01027233 -.00000374  00000-0  00000+0 0  4360
+2 23420 062.6964 211.5889 6428538 292.2951 013.7178 03.34342502151567
+1 23426U 94082A   14238.30198737  .00000000  00000-0  10000-3 0  5109
+2 23426 013.3112 034.8233 0009207 091.2273 268.9602 01.00201149 72128
+1 23429U 94082D   14238.10040729  .00000094  00000-0  00000+0 0  8490
+2 23429 013.2137 034.6462 0028970 027.0461 343.0313 01.00798897 72498
+1 23431U 94083A   14237.14791317  .00000025  00000-0  19597-4 0   967
+2 23431 074.0287 079.5855 0016984 332.8537 166.0903 14.30070895 26898
+1 23432U 94083B   14237.98084807  .00000072  00000-0  35715-4 0  9184
+2 23432 074.0351 014.3470 0004369 112.5742 023.0945 14.33276503 29265
+1 23433U 94083C   14236.12561933  .00000406  00000-0  14484-3 0  5669
+2 23433 074.0121 355.5806 0012028 258.5730 162.4431 14.37356146 29043
+1 23434U 94083D   14238.09012269  .00000362  00000-0  14332-3 0  7183
+2 23434 074.0300 102.5344 0012546 250.8766 232.9527 14.32387262 26223
+1 23439U 94085A   14237.93380538 -.00000039  00000-0  10000-3 0  7022
+2 23439 064.8180 078.9442 0146268 068.9280 292.7213 11.27561797809867
+1 23440U 94085B   14236.14694763 -.00000040  00000-0  71832-4 0  3247
+2 23440 064.8320 097.4737 0169318 054.2887 117.5958 11.27129295809504
+1 23441U 94086A   14236.12322267  .00000046  00000-0  19557-3 0  4784
+2 23441 082.5722 180.8312 0006794 286.6302 208.3412 12.63684721906834
+1 23442U 94086B   14236.39790043  .00000024  00000-0  75691-4 0  4749
+2 23442 082.5655 184.8743 0002283 325.2806 152.7325 12.62710684906180
+1 23443U 94086C   14238.12431426  .00000039  00000-0  15995-3 0  4779
+2 23443 082.5739 194.4395 0000874 163.3164 324.3440 12.62123990905975
+1 23444U 94086D   14238.08218339  .00000042  00000-0  18154-3 0  4652
+2 23444 082.5670 198.5318 0005919 209.0627 269.6590 12.61173132905280
+1 23445U 94086E   14237.02259242  .00000024  00000-0  77881-4 0  4501
+2 23445 082.5746 210.9166 0009693 226.6931 195.4571 12.60458813904635
+1 23446U 94086F   14237.06341473  .00000032  00000-0  12040-3 0  4766
+2 23446 082.5729 194.7782 0002814 222.2612 257.3005 12.62092709905817
+1 23447U 94086G   14237.14227916 -.00000006  00000-0 -10112-3 0  5088
+2 23447 082.5637 247.9014 0038204 021.1686 043.6605 12.55479302901126
+1 23448U 94087A   14238.95275025 -.00000019  00000-0  10000-3 0  8165
+2 23448 013.6182 030.3745 0009952 143.5847 216.5559 01.00258905 89711
+1 23451U 94087D   14238.76283046  .00000000  00000-0  10000-3 0  9069
+2 23451 013.6370 030.4169 0010198 037.0095 323.1331 01.00089812 71871
+1 23455U 94089A   14238.34009395 -.00000007  00000-0  19377-4 0  8729
+2 23455 098.7752 320.5232 0009524 193.9236 231.5460 14.13983577 13866
+1 23457U 94089B   14235.82017722  .00006455  00000-0  12209-2 0  4222
+2 23457 098.9161 183.0369 0003936 053.3592 359.3132 14.64741633 29641
+1 23461U 95001A   14237.99603270 -.00000032  00000-0  10000-3 0  8601
+2 23461 004.4286 063.1321 0007363 065.3611 295.0243 00.99174946 71708
+1 23463U 95002A   14237.87859965  .00000056  00000-0  44610-4 0   214
+2 23463 082.9299 324.7177 0038113 236.0592 261.8937 13.72403633981032
+1 23464U 95002B   14236.83199168  .00000072  00000-0  62811-4 0  9975
+2 23464 082.9307 328.7295 0040020 251.0664 247.9152 13.72378552980646
+1 23465U 95002C   14236.83898494  .00000046  00000-0  34694-4 0  9838
+2 23465 082.9303 329.4304 0036304 255.2289 244.8105 13.71837164980542
+1 23466U 95002D   14237.17827109  .00000074  00000-0  62005-4 0  7939
+2 23466 082.9258 307.5311 0035210 178.3037 238.2227 13.74302657982224
+1 23468U 95003B   14237.70881038  .00019031  00000-0  28489-2 0  4949
+2 23468 026.7558 336.2508 6176381 165.3929 350.2292 03.79570520241842
+1 23479U 94085C   14238.11941975  .00001282  00000-0  31647-1 0  1566
+2 23479 065.0403 186.1901 0112860 219.8016 226.9860 11.43724917820233
+1 23480U 94085D   14237.15779707  .00001651  00000-0  39927-1 0  2394
+2 23480 064.6999 182.3298 0215761 176.0048 300.2224 11.41507909815793
+1 23482U 94085E   14238.93954159  .00011509  00000-0  10000-3 0  2430
+2 23482 064.8088 094.9950 0404927 236.6754 119.4874 11.30450737809305
+1 23483U 94085F   14236.39818529  .00000017  00000-0  17523-2 0  7432
+2 23483 064.7284 153.3051 0192402 177.3005 288.0972 11.22852226806317
+1 23484U 94085G   14237.70925468  .00000172  00000-0  64091-2 0  3957
+2 23484 064.7344 234.0006 0225594 141.7827 269.9227 11.20432438804404
+1 23485U 94085H   14237.99761983  .00008356  00000-0  22938+0 0  7619
+2 23485 064.7001 018.5813 0177518 166.6935 193.8758 11.30174382810227
+1 23486U 94085J   14237.43825532  .00000097  00000-0  40302-2 0  4473
+2 23486 064.9110 202.4725 0172303 346.5105 097.5162 11.24803761807219
+1 23487U 94085K   14234.18376340 -.00000027  00000-0  43750-3 0  6939
+2 23487 064.9384 070.4673 0176744 313.5326 153.3474 11.30345844811324
+1 23488U 94085L   14237.46402935  .00001916  00000-0  53685-1 0   290
+2 23488 064.9898 185.0176 0243256 273.8160 181.0933 11.27233550808424
+1 23489U 94085M   14239.13326152  .00000366  00000-0  10000-3 0  3818
+2 23489 064.9388 142.2550 0193121 326.0548 032.8318 11.27988670809584
+1 23490U 94085N   14236.49313440 -.00000050  00000-0 -26964-3 0  6655
+2 23490 064.8241 257.3016 0121887 061.0560 091.7155 11.20470797804596
+1 23491U 94085P   14237.45306228  .00012544  00000-0  28223+0 0  9961
+2 23491 064.8202 319.5708 0380220 286.3290 160.6052 11.36089553813307
+1 23492U 94085Q   14226.73698388 -.00000033  00000-0  25799-3 0  3753
+2 23492 064.9522 070.0088 0182344 302.9890 158.1728 11.31085933811068
+1 23493U 94085R   14236.45398693 -.00000039  00000-0  10342-3 0  5981
+2 23493 064.9409 041.4896 0150710 310.1964 076.5129 11.31592348812441
+1 23494U 94085S   14237.26968115  .00000548  00000-0  11005-1 0  7514
+2 23494 064.9439 217.8061 0381547 240.1043 225.2927 11.51637669817747
+1 23495U 94085T   14235.62732803  .00000018  00000-0  16282-2 0  7140
+2 23495 065.0223 088.5935 0188364 234.1022 154.5226 11.31006806812030
+1 23496U 94085U   14238.08380943 -.00002263  00000-0 -59997-1 0  1473
+2 23496 064.8520 044.5392 0178125 066.0679 030.4833 11.31136585811001
+1 23511U 95009A   14236.25373574  .00000025  00000-0  00000+0 0  6091
+2 23511 063.9500 092.3952 0007827 145.4277 022.1480 02.13105287151510
+1 23512U 95009B   14238.20400975  .00000036  00000-0  10000-3 0  7105
+2 23512 063.9417 092.2629 0006514 304.2344 055.8051 02.13102255151553
+1 23513U 95009C   14237.26353009  .00000027  00000-0  00000+0 0  6245
+2 23513 063.9423 092.4417 0029993 213.8055 300.5296 02.13052336151508
+1 23516U 95009F   14234.25812292  .00000012  00000-0  00000+0 0  3980
+2 23516 063.9541 091.9265 0017402 244.3581 355.6049 02.13308166151616
+1 23522U 95011B   14237.67360682  .00000000  00000-0  10000-3 0   888
+2 23522 011.3573 040.7525 0009076 061.0655 299.1351 00.99405330 70789
+1 23523U 95011C   14236.09051135  .00002539  00000-0  95249-3 0  3165
+2 23523 025.1919 224.0972 6696072 122.0018 352.7160 03.03246472196955
+1 23524U 95011D   14238.03928831  .00000000  00000-0  10000-3 0  4094
+2 23524 013.4076 028.0785 0219041 254.4927 103.1499 01.01254888 71911
+1 23526U 95012A   14238.10112575  .00000043  00000-0  30313-4 0  8119
+2 23526 082.9426 086.1646 0022318 028.4825 129.5090 13.71771746972779
+1 23527U 95012B   14236.49144497  .00000042  00000-0  28991-4 0  9511
+2 23527 082.9402 070.8716 0018754 297.8573 122.7549 13.73483772973735
+1 23528U 95013A   14235.31401124 -.00000235  00000-0  00000+0 0  8291
+2 23528 004.0092 064.7479 0019413 014.2637 354.2980 00.98976117 70898
+1 23534U 95015B   14236.12276038  .00013778  00000-0  17977-2 0  7865
+2 23534 098.7255 163.6465 0004095 050.6836 065.7813 14.80655680 20973
+1 23535U 95015C   14236.26601706  .00002815  00000-0  82460-3 0  8192
+2 23535 098.5954 343.0513 0006785 107.6146 305.0664 14.44683495 12566
+1 23536U 95016A   14238.43233617 -.00000296  00000-0  00000+0 0  1413
+2 23536 005.4676 059.4914 0001684 114.8677 252.6897 01.00271837 71145
+1 23537U 95016B   14237.45051744 -.00000153  00000-0  00000+0 0  9492
+2 23537 007.3520 054.3346 0005544 067.3741 192.7576 00.99319089 70877
+1 23538U 95016C   14239.03754852  .00018090  00000-0  36842-2 0  4948
+2 23538 006.4398 246.8054 6756651 299.6289 009.9482 02.96828799180352
+1 23545U 95017A   14237.44922694  .00001000  00000-0  18980-3 0  8021
+2 23545 069.9717 298.5644 0007224 000.9423 093.2881 14.67242030 31320
+1 23546U 95017B   14238.08102135  .00001095  00000-0  21068-3 0  8411
+2 23546 069.9738 301.8903 0009587 349.6172 010.4771 14.66355863 31369
+1 23547U 95017C   14236.99257494  .00000434  00000-0  10846-3 0  5470
+2 23547 069.9810 050.4311 0008702 057.6585 302.5394 14.58030779 28485
+1 23548U 95017D   14237.16624134  .00000181  00000-0  62727-4 0  9334
+2 23548 069.9905 182.5913 0008483 136.7433 318.6082 14.49868044 25161
+1 23553U 95019A   14238.33916580 -.00000119  00000-0  00000+0 0  9974
+2 23553 008.5681 049.8881 0003825 133.3260 170.1168 01.00272069 70954
+1 23560U 95021A   14237.14829015  .00003994  00000-0  24562-3 0   820
+2 23560 098.5596 085.5625 0004934 159.7232 312.6340 15.10728750 19678
+1 23561U 95021B   14237.50428632  .00000177  00000-0  74481-4 0  8443
+2 23561 098.6896 204.3638 0008040 065.2807 043.6348 14.37301190 13732
+1 23564U 94085V   14236.38428707  .00000010  00000-0  13635-2 0  1691
+2 23564 064.9943 344.6430 0202921 253.6495 180.0322 11.34768952799435
+1 23571U 95023A   14237.83645603  .00000000  00000-0  10000-3 0  1209
+2 23571 002.4771 071.5551 0005249 134.5677 225.9700 01.00267245 70557
+1 23581U 95025A   14238.47300616  .00000000  00000-0  10000-3 0  4152
+2 23581 009.3928 048.3864 0007195 073.9544 286.2695 00.98795119 70160
+1 23587U 95026D   14236.73846530 -.00001004  00000-0  00000+0 0  8476
+2 23587 065.9226 180.9064 6943077 153.9627 350.5788 02.03319109142960
+1 23590U 95027B   14237.34424122  .00010509  00000-0  18337-2 0  5312
+2 23590 026.7531 265.0352 6174482 232.7913 322.3915 03.79159730243487
+1 23594U 95015D   14237.56438745  .00038423  00000-0  35166-2 0  8927
+2 23594 098.7108 181.8546 0004692 068.1048 347.3261 14.94830839 12625
+1 23595U 95015E   14237.41179891  .00007472  00000-0  12747-2 0  6801
+2 23595 098.7284 121.8316 0004140 151.8110 262.4866 14.69279530 19136
+1 23598U 95029A   14237.73726914  .00000000  00000-0  10000-3 0  9969
+2 23598 004.5993 063.1856 0005747 014.0909 346.2221 00.99000796 70056
+1 23603U 95032A   14238.07319356  .00000065  00000-0  54787-4 0  7685
+2 23603 082.9042 212.5673 0029704 317.3509 158.6615 13.72767080959115
+1 23604U 95032B   14236.41361047  .00000087  00000-0  75888-4 0  2770
+2 23604 082.9050 201.0723 0023636 216.4917 254.4974 13.74208888959867
+1 23606U 95033B   14237.48553543  .00001300  00000-0  13943-3 0  4870
+2 23606 098.2871 113.0896 0006886 083.8075 276.3926 14.90504190 33498
+1 23607U 95033C   14237.11969362  .00000449  00000-0  71577-4 0  6717
+2 23607 098.2939 016.5792 0004805 327.3717 121.1021 14.76936754 28478
+1 23608U 95033D   14238.11810519  .00000897  00000-0  93417-4 0  2932
+2 23608 098.2875 103.2779 0018859 036.5373 323.7127 14.92456311 34454
+1 23613U 95035B   14237.91110191  .00000000  00000-0  10000-3 0  8013
+2 23613 014.2269 026.5149 0023096 015.2962 344.8373 01.00263217 70060
+1 23614U 95035C   14235.56545910  .00000747  00000-0  36538-3 0  5013
+2 23614 025.8682 094.3056 7092048 309.0942 007.6800 02.50170034167404
+1 23615U 95035D   14237.98882028  .00000000  00000-0  10000-3 0  6442
+2 23615 016.1973 026.5902 0011638 066.7841 293.3933 01.00506969 70185
+1 23616U 92047J   14238.73376729  .00027799  00000-0  12613-2 0  1498
+2 23616 064.3154 107.4033 5224889 019.7654 354.7622 05.33247489342138
+1 23620U 95037A   14237.39268559 -.00000065  00000-0  00000+0 0  6607
+2 23620 066.6790 343.6394 0013110 162.2842 258.3838 02.13101513148571
+1 23621U 95037B   14237.59446432 -.00000063  00000-0  00000+0 0  7315
+2 23621 066.6899 343.7240 0010534 170.4104 269.0509 02.13101288148575
+1 23622U 95037C   14236.22400815 -.00000074  00000-0  00000+0 0  6557
+2 23622 066.6813 343.6955 0023295 116.1653 306.4333 02.13101159148543
+1 23625U 95037F   14237.42074096 -.00000064  00000-0  00000+0 0  2691
+2 23625 066.6709 342.8648 0006320 200.7198 232.4170 02.13421892148797
+1 23636U 95040A   14237.79174895  .00000000  00000-0  10000-3 0  9281
+2 23636 003.8123 066.8400 0028347 129.5541 231.0537 00.97124613 69261
+1 23637U 95040B   14238.02546044 -.00000072  00000-0 -64780-3 0  8237
+2 23637 004.0826 099.0278 7208676 151.8508 240.2584 02.18644708152274
+1 23639U 95041A   14238.20834847  .00000000  00000-0  10000-3 0  4423
+2 23639 012.6597 037.2396 0005476 075.0074 285.1440 00.99669662 69686
+1 23640U 95041B   14237.08287855  .00000117  00000-0  24762-4 0  6210
+2 23640 026.6729 118.5872 0289606 051.3233 062.6396 13.27960822925692
+1 23641U 95041C   14238.64813365  .00000000  00000-0  10000-3 0  1232
+2 23641 020.3555 221.3192 6423487 011.3206 358.0512 02.70393143188345
+1 23642U 95042A   14238.69531277  .00001439  00000-0  16518-1 0  1929
+2 23642 061.8821 108.1387 7392694 270.9112 013.5782 02.00641939139592
+1 23645U 95042D   14237.27900039  .00000532  00000-0 -13614-2 0  8264
+2 23645 061.6977 164.8052 7362392 267.4678 229.2525 01.95994983136280
+1 23649U 95043A   14236.17056464 -.00000043  00000-0  00000+0 0  5436
+2 23649 008.1495 047.4031 0011910 355.8833 190.0655 00.99149484 69075
+1 23651U 95044A   14234.31057738 -.00000254  00000-0  00000+0 0  5916
+2 23651 007.6711 052.9961 0007017 252.4654 119.9584 00.99131070 69176
+1 23653U 95045A   14234.64502951  .00000028  00000-0  00000+0 0  6343
+2 23653 013.3239 032.2799 0009460 124.4642 228.4623 01.00253882 69490
+1 23656U 95045D   14237.64447297 -.00000157  00000-0  00000+0 0  7604
+2 23656 013.3379 032.4196 0015782 301.4822 031.2411 01.00193241 69455
+1 23657U 95046A   14249.43303414  .00000644  00000-0  76544-4 0  4336
+2 23657 082.5264 133.3537 0022184 197.5455 162.5661 14.84270155 26844
+1 23659U 95046C   14237.81330094  .00000334  00000-0  43179-4 0  9925
+2 23659 082.5331 177.5847 0025277 354.0350 064.1626 14.77796339 22938
+1 23670U 95049A   14238.51404340  .00000000  00000-0  10000-3 0  6355
+2 23670 009.3451 047.3870 0003644 122.7133 237.4638 01.00241267 69301
+1 23671U 95049B   14234.16547211  .00000013  00000-0  11832-3 0  8549
+2 23671 007.7764 353.2699 7240132 093.9407 316.7129 02.25958376154141
+1 23680U 95054A   14237.97882993  .00000000  00000-0  10000-3 0  4465
+2 23680 012.7514 039.3568 0008149 055.5739 304.5963 01.00272435 69156
+1 23683U 95054D   14237.10618523  .00000079  00000-0  00000+0 0  8149
+2 23683 012.7347 039.3437 0018478 353.2560 356.5346 01.00236700 69117
+1 23686U 95055A   14238.74199973  .00000139  00000-0  00000+0 0   898
+2 23686 003.5075 067.6031 0003864 107.4125 098.2216 01.00271754 69067
+1 23687U 95055B   14238.72329692  .00000099  00000-0  58377-3 0  5951
+2 23687 004.8319 097.4434 7239689 333.9026 003.0515 02.21575606152314
+1 23697U 95057B   14238.93406949  .00047920  00000-0  23179-2 0   396
+2 23697 026.7694 141.6736 5586931 002.3528 359.4972 04.74386222261543
+1 23704U 95058A   14237.80431270 -.00000091  00000-0 -23364-4 0   912
+2 23704 070.9858 034.8891 0011043 217.3457 239.9883 14.13251045970820
+1 23705U 95058B   14237.76543245 -.00000287  00000-0 -12372-3 0  3224
+2 23705 071.0246 022.3912 0010685 054.8836 305.3287 14.15018991971994
+1 23706U 95058C   14236.79224971 -.00000001  00000-0  38336-4 0  6460
+2 23706 071.0010 258.2556 0199096 049.4390 003.0677 13.73427932943016
+1 23707U 95058D   14236.42301829  .00000010  00000-0  49269-4 0  6948
+2 23707 070.9976 293.5723 0203358 104.1861 350.6814 13.71642316941827
+1 23708U 95058E   14236.49879093 -.00000009  00000-0  31353-4 0  7360
+2 23708 071.0507 236.9542 0188215 318.3069 204.3106 13.75794926944712
+1 23709U 95058F   14236.49125909 -.00000012  00000-0  27988-4 0  7645
+2 23709 071.0393 276.4691 0198704 028.2149 076.8306 13.73833682943242
+1 23710U 95059A   14238.17487510  .00000084  00000-0  49263-4 0  4751
+2 23710 098.5844 244.5748 0001242 103.7214 327.4660 14.30270658981781
+1 23711U 95059B   14236.99682208  .00000005  00000-0  93517-4 0  7332
+2 23711 100.4551 221.2043 0368656 124.9793 306.5354 13.12647222901023
+1 23715U 95062A   14235.37312648 -.00000260  00000-0  12560-1 0  7418
+2 23715 002.0985 247.3903 8320279 119.7069 343.1512 01.01964274 69633
+1 23716U 95062B   14237.87072214 -.00000002  00000-0  00000+0 0   475
+2 23716 005.8671 343.2755 8324019 232.0861 020.9137 00.94992252 65270
+1 23717U 95063A   14238.50973894  .00000000  00000-0  10000-3 0  7606
+2 23717 011.7682 040.4360 0005815 177.2446 182.8617 00.99876103 68600
+1 23720U 95063D   14238.77317775  .00000000  00000-0  10000-3 0  6428
+2 23720 013.9500 027.9933 0045752 075.4419 285.1328 01.00251305 68730
+1 23723U 95064A   14237.53452146 -.00000053  00000-0  10000-3 0  2714
+2 23723 003.1439 068.4241 0004597 186.9059 173.4934 00.99297686 68570
+1 23725U 95064C   14236.48702771  .00001406  00000-0  33586-3 0  9309
+2 23725 025.8129 238.0839 5693448 209.6206 343.4184 04.48784658249089
+1 23730U 95067A   14237.25948155 -.00000113  00000-0  00000+0 0  9331
+2 23730 009.2906 049.0594 0016409 173.6536 144.7459 00.97940998 68255
+1 23731U 95067B   14238.01401781  .00000041  00000-0  00000+0 0   774
+2 23731 010.6566 045.0400 0001743 130.1758 231.9547 00.99774186 68360
+1 23732U 95067C   14237.47494941  .00001692  00000-0  94654-3 0  2197
+2 23732 006.9590 288.6721 6861210 348.4207 067.6777 02.79231674172779
+1 23734U 95068A   14237.24424244 -.00000066  00000-0  00000+0 0  5886
+2 23734 066.6827 343.5965 0017428 265.7361 135.6493 02.13101729145538
+1 23735U 95068B   14237.41327152 -.00000065  00000-0  00000+0 0  8204
+2 23735 066.6796 343.5481 0006402 206.2977 235.4935 02.13102098145529
+1 23736U 95068C   14237.46024347 -.00000064  00000-0  00000+0 0  6218
+2 23736 066.6703 343.4921 0006973 194.5896 191.1495 02.13101667145539
+1 23739U 95068F   14237.19090831 -.00000066  00000-0  00000+0 0  2478
+2 23739 066.6698 342.8908 0008472 207.1578 193.0841 02.13373115145701
+1 23741U 95069A   14237.44823437 -.00000080  00000-0  00000+0 0  7084
+2 23741 008.5265 049.8040 0005295 088.6879 248.2201 01.00215550 68559
+1 23751U 95072A   14237.80083508  .00000073  00000-0  52113-4 0  1066
+2 23751 098.5609 186.2216 0001197 110.3353 304.9413 14.22278447968476
+1 23752U 95072B   14237.41761231  .00000007  00000-0  21832-4 0  7809
+2 23752 098.7648 182.9751 0005458 016.2357 133.4347 14.25695004970830
+1 23753U 95072C   14237.48686772  .00000065  00000-0  45669-4 0  7429
+2 23753 098.7581 186.1038 0003493 009.8166 100.4433 14.26337539971078
+1 23754U 95073A   14238.37989267 -.00000256  00000-0  10000-3 0  2041
+2 23754 000.0581 271.9910 0001665 259.6927 222.4462 01.00270723 68204
+1 23756U 95073C   14236.23318009  .00006702  00000-0  76655-3 0  1055
+2 23756 024.1086 168.4797 6488823 202.3252 351.8310 03.35850048190729
+1 23757U 95074A   14236.84554250  .00008902  00000-0  16488-3 0  2181
+2 23757 022.9868 082.3385 0004824 195.4121 242.2254 15.45946732 37008
+1 23764U 96002A   14239.02437273 -.00000242  00000-0  10000-3 0  6615
+2 23764 004.1882 063.7122 0013204 147.6221 212.7895 00.99080732 68074
+1 23765U 96002B   14237.95094701  .00000000  00000-0  10000-3 0  8096
+2 23765 005.8285 058.0163 0002574 168.7718 191.4734 00.99057850 68121
+1 23766U 96002C   14238.24098759  .00021207  00000-0  29559-2 0  7018
+2 23766 006.9416 105.6489 6605899 061.4581 348.9488 03.18685135181344
+1 23768U 96003A   14238.01116366  .00000000  00000-0  10000-3 0  2421
+2 23768 006.5292 055.9750 0003236 110.2603 249.9871 01.00267602 68165
+1 23769U 96003B   14238.70216925  .00107824  00000-0  68898-3 0  8167
+2 23769 025.2938 026.8826 0096639 036.1411 324.6158 15.68632951993049
+1 23770U 96003C   14237.46426271 -.00000137  00000-0  00000+0 0  6242
+2 23770 021.2662 296.7336 6891694 275.6353 043.7898 02.19761422149489
+1 23773U 96004A   14237.68230245  .00000042  00000-0  27367-4 0  9500
+2 23773 082.9815 059.3446 0048750 055.4614 352.7596 13.74391985933302
+1 23774U 96004B   14236.50205433  .00000113  00000-0  99883-4 0  8995
+2 23774 082.9790 040.5807 0043238 347.0632 065.3370 13.76366453934496
+1 23775U 96005A   14235.38475662 -.00000295  00000-0  00000+0 0  6173
+2 23775 013.0934 033.3060 0023720 122.8450 256.4313 00.99891179 67939
+1 23778U 96005D   14238.21897966  .00000000  00000-0  10000-3 0   178
+2 23778 013.5494 034.8667 0016597 078.2525 282.0157 00.97671179 66303
+1 23779U 96006A   14237.37875037  .00000093  00000-0  00000+0 0  1876
+2 23779 002.2503 073.2519 0011573 069.2309 184.0687 00.99591803 67860
+1 23781U 96007A   14238.62311208  .00000000  00000-0  10000-3 0  6018
+2 23781 006.6243 056.2359 0007515 149.4496 210.8069 00.99257100 67720
+1 23787U 96009A   14238.21549414  .00000029  00000-0  10000-3 0  3437
+2 23787 082.5791 180.3823 0011186 117.9543 242.2682 12.64009988854395
+1 23788U 96009B   14238.24338104  .00000029  00000-0  10000-3 0  3398
+2 23788 082.5719 183.8007 0006804 123.6789 236.4950 12.63117345853797
+1 23789U 96009C   14238.25547512  .00000029  00000-0  10000-3 0  3238
+2 23789 082.5826 193.2454 0005816 104.4472 255.7267 12.62568976853419
+1 23790U 96009D   14237.06459860  .00000039  00000-0  15534-3 0  5393
+2 23790 082.5797 193.7027 0008334 107.5558 012.2741 12.62509207853231
+1 23791U 96009E   14236.11698813  .00000019  00000-0  44816-4 0  5363
+2 23791 082.5734 198.1474 0009628 101.8569 025.6268 12.61609635852500
+1 23792U 96009F   14236.98877152  .00000008  00000-0 -12908-4 0  5371
+2 23792 082.5810 208.6742 0012684 102.3015 004.7278 12.60874091852114
+1 23793U 96009G   14238.14060977  .00000001  00000-0 -52863-4 0   395
+2 23793 082.5660 247.1948 0043674 248.6907 174.7251 12.55057100848360
+1 23802U 96013A   14234.23394226 -.00000143  00000-0  00000+0 0  5948
+2 23802 079.3214 295.6935 7218874 006.7484 359.4788 01.29843589 88793
+1 23814U 96014A   14237.32578112  .00000095  00000-0  36257-4 0  2189
+2 23814 090.1323 304.1593 0021094 226.4993 181.7825 14.24243952959241
+1 23815U 96014B   14237.77489368  .00000107  00000-0  41283-4 0  8481
+2 23815 090.1200 308.7135 0020982 224.6929 275.0591 14.24472934959423
+1 23816U 96015A   14238.02307737  .00000000  00000-0  10000-3 0  8508
+2 23816 001.4651 076.5091 0061826 252.5904 107.5140 00.98476302 67489
+1 23820U 66077D   14238.63284369  .00002975  00000-0  25918-1 0  6558
+2 23820 087.0072 313.9226 2520629 163.9066 205.9989 08.92432660703578
+1 23827U 96017A   14237.45430174  .00000089  00000-0  59348-4 0   812
+2 23827 098.6258 175.1073 0004440 121.6391 015.8524 14.22216280956453
+1 23828U 96017B   14237.78260721  .00000036  00000-0  35775-4 0  8322
+2 23828 098.5995 179.6978 0034336 170.4882 245.5465 14.21709845956075
+1 23830U 66077G   14235.71519065 -.00009173  00000-0 -11280+0 0  9231
+2 23830 088.5285 134.5557 2529674 340.3515 011.4761 08.75989566638381
+1 23833U 96019A   14238.49531625  .00000000  00000-0  10000-3 0   318
+2 23833 053.8268 072.5213 0171092 081.2232 280.7920 02.00546013134941
+1 23836U 78007D   14237.28494454  .00000748  00000-0  53191-3 0  4896
+2 23836 082.9343 208.4248 0041363 209.5398 217.7561 13.95943441327514
+1 23839U 96020A   14238.09542260 -.00000011  00000-0  10000-3 0  5418
+2 23839 001.9835 072.4569 0005399 069.4140 291.2535 01.00270290 67388
+1 23840U 96020B   14231.63151605 -.00000100  00000-0  00000+0 0  9500
+2 23840 021.8734 017.0250 6987762 010.2702 291.3131 02.24207726150576
+1 23841U 66077L   14237.14119667 -.00000051  00000-0 -17480-2 0  2843
+2 23841 088.1077 276.8023 2184457 085.0985 299.3896 08.89346373802394
+1 23842U 96021A   14238.68924841  .00000000  00000-0  10000-3 0  1487
+2 23842 000.0829 286.2898 0002305 246.0543 105.2800 01.00270105 67282
+1 23845U 96021D   14238.19537825  .00000006  00000-0  10000-3 0  9932
+2 23845 006.2033 123.5294 4038049 120.1920 285.6613 01.64341184110338
+1 23846U 96022A   14237.80253912 -.00000098  00000-0  00000+0 0  8333
+2 23846 006.0530 057.3912 0005331 104.0668 354.9303 01.00272879 67201
+1 23847U 96022B   14238.97753824  .00008935  00000-0  29660-2 0  5442
+2 23847 006.8466 319.1059 6803093 179.7706 180.8663 02.88906621176547
+1 23859U 96024C   14237.13874826  .00000370  00000-0  28262-3 0  9829
+2 23859 098.7196 262.6647 0088125 137.3119 269.7412 13.97401784933988
+1 23864U 96030A   14237.37702758 -.00000214  00000-0  10000-3 0   653
+2 23864 003.6530 066.1050 0001577 092.7867 100.8790 01.00273780 66925
+1 23865U 96030B   14237.94633157  .00000000  00000-0  10000-3 0  1443
+2 23865 005.1948 061.6993 0013933 085.4206 275.0115 00.97113261 66688
+1 23866U 96030C   14236.49896580  .00003002  00000-0  15892-2 0  2106
+2 23866 004.3803 323.1360 7000138 005.0382 014.6182 02.62022502163698
+1 23867U 96030D   14237.80365287  .00003898  00000-0  29606-2 0  1478
+2 23867 003.7071 168.1781 6824588 316.3106 231.6118 02.82964016171424
+1 23877U 96033A   14237.76708624  .00000000  00000-0  10000-3 0  9270
+2 23877 005.0668 060.9493 0012182 063.6656 296.7313 00.99542516 66768
+1 23879U 96033C   14238.99654832 -.00000006  00000-0  10000-3 0  4259
+2 23879 022.8168 245.3782 6751200 332.8552 003.8965 02.11145985140886
+1 23880U 96034A   14237.83633858  .00000000  00000-0  10000-3 0  4869
+2 23880 012.9781 034.0133 0006470 240.6014 119.4169 01.00167437 66832
+1 23883U 96034D   14238.92003200  .00000000  00000-0  10000-3 0   984
+2 23883 013.3941 035.6473 0028447 353.5613 006.4827 00.97942095 65290
+1 23915U 96035A   14238.39634626  .00000000  00000-0  10000-3 0    96
+2 23915 001.9235 074.3439 0011383 134.0979 226.6269 00.99178729 66615
+1 23933U 61028G   14237.12921053 -.00000005  00000-0  00000+0 0   151
+2 23933 095.8225 102.9448 0964121 330.6912 196.4184 08.71230813739698
+1 23940U 96037A   14238.11878940  .00000420  00000-0  10953-3 0  6263
+2 23940 097.9623 038.1365 0028221 229.9604 261.3873 14.53945646964702
+1 23943U 96039A   14227.10237837  .00000000  00000-0  10000-3 0  4972
+2 23943 007.7891 051.9500 0001417 150.1472 209.9884 01.00277841 66370
+1 23948U 96040A   14238.07579832  .00000000  00000-0  10000-3 0   225
+2 23948 010.5355 044.6802 0003574 037.8414 322.3082 00.99224477 66081
+1 23949U 96040B   14238.05765080  .00000000  00000-0  10000-3 0  9113
+2 23949 005.3925 059.2422 0010440 076.6439 283.7287 01.00375059 66415
+1 23950U 96040C   14238.99929365  .00004027  00000-0  19527-2 0  6882
+2 23950 006.9135 104.1662 7058831 049.3381 353.4075 02.54369581157648
+1 23953U 96041A   14238.83121006  .00000002  00000-0  10000-3 0  5162
+2 23953 053.9654 202.0425 0136769 050.0290 311.1347 02.00572242132728
+1 23966U 88098F   14235.16274257  .00001887  00000-0  15703-2 0  7550
+2 23966 003.4749 154.0530 6368975 280.0100 227.9117 03.43026785232293
+1 23968U 96042B   14237.28161240  .00000559  00000-0  48753-3 0  9449
+2 23968 026.7616 258.6526 6451023 140.5812 344.9268 03.32750999210842
+1 23975U 94029V   14237.45132060  .00027021  00000-0  38904-2 0  5217
+2 23975 082.4685 018.4635 0267101 157.5762 264.5879 14.54701825935171
+1 23986U 94029AG  14238.05508906  .00001663  00000-0  15295-3 0  4494
+2 23986 082.0463 084.8701 0077598 247.3575 232.2426 14.91896643983035
+1 23994U 95033E   14237.46264134  .00011299  00000-0  55704-3 0  6234
+2 23994 098.3065 211.5352 0013075 072.4641 044.3436 15.18058894983316
+1 24007U 94029BC  14236.44118100  .00000660  00000-0  67735-4 0  9457
+2 24007 081.9294 002.0871 0085953 016.9585 046.9516 14.86157905982208
+1 24051U 94029CY  14238.00759472  .00006321  00000-0  18433-2 0  6156
+2 24051 081.2901 227.4345 0489800 058.3968 000.0815 13.91571497911800
+1 24080U 94029EB  14223.11735847  .26299386 -10806-5  20509-2 0  5480
+2 24080 081.8204 090.1104 0011363 253.1856 264.3245 16.39896500997983
+1 24082U 94029ED  14236.50068861  .00000958  00000-0  11141-3 0  2547
+2 24082 081.9078 076.4053 0091094 328.0898 054.3539 14.81385448978017
+1 24091U 94029EN  14236.06473831  .00000808  00000-0  82955-4 0  9649
+2 24091 081.9987 077.2540 0091644 020.7931 107.5943 14.86049730987163
+1 24092U 94029EP  14237.46242483  .00013529  00000-0  94310-3 0  8473
+2 24092 082.0447 310.7147 0093798 256.6309 232.0257 15.01732120978685
+1 24094U 94029ER  14237.17923766  .00027032  00000-0  60217-3 0  3381
+2 24094 081.8674 130.4510 0036124 357.7011 119.0794 15.42747365  8125
+1 24097U 94029EU  14237.64745813  .00009436  00000-0  86371-3 0  7764
+2 24097 082.0061 174.9062 0095213 339.2241 075.7820 14.91397517989589
+1 24102U 94029EZ  14238.16072027  .00011820  00000-0  57027-3 0  4920
+2 24102 081.8810 172.7602 0031845 351.0786 118.6990 15.18113618 20419
+1 24114U 94029FM  14237.17856066  .00018355  00000-0  58481-3 0  6495
+2 24114 082.0610 306.1956 0028594 129.6864 294.2700 15.32011673138965
+1 24115U 94029FN  14237.39807197  .00021478  00000-0  74986-3 0  7681
+2 24115 082.0836 341.2569 0029203 185.8678 215.3464 15.29047136139782
+1 24126U 94029FZ  14237.47457288  .00004127  00000-0  11842-2 0  2569
+2 24126 081.8107 031.6034 0374026 223.0801 192.6640 14.10939679941851
+1 24129U 94029GC  14237.74161714  .00000761  00000-0  21467-3 0  3159
+2 24129 081.4810 100.4140 0605975 265.6168 164.4504 13.72255326905844
+1 24138U 94029GM  14238.05896994  .00006158  00000-0  81413-3 0  9844
+2 24138 081.5767 155.9343 0178212 148.8591 318.6937 14.69287959956053
+1 24151U 94029HA  14237.92625788  .00001024  00000-0  19207-3 0  6278
+2 24151 082.0253 008.3846 0169615 215.1793 286.1833 14.55038615964615
+1 24163U 94029HN  14237.05048872  .00003796  00000-0  31573-3 0  1912
+2 24163 082.0593 083.9953 0057058 209.7351 271.7688 14.97168664985502
+1 24165U 94029HQ  14237.09240508  .00004386  00000-0  99908-3 0  3709
+2 24165 082.1863 200.9549 0308675 101.7758 018.4059 14.30224395935136
+1 24197U 94029JY  14237.47787081  .00000991  00000-0  13164-3 0  2648
+2 24197 082.0909 238.1529 0092829 276.4155 204.3955 14.75884925 58883
+1 24208U 96044A   14237.16375514 -.00000200  00000-0  00000+0 0  1307
+2 24208 010.4494 043.5155 0027180 044.5419 202.3871 01.00791126 66167
+1 24209U 96044B   14238.16558551  .00000000  00000-0  10000-3 0  8278
+2 24209 007.0823 054.5905 0010464 270.2546 089.8248 00.98444700 66117
+1 24213U 94029KL  14238.14951804  .00000959  00000-0  26506-3 0  4435
+2 24213 081.4693 111.6895 0604434 327.3468 155.3113 13.73277046566927
+1 24227U 94029LA  14237.73719924  .00000700  00000-0  10640-3 0  9339
+2 24227 082.0484 315.5267 0165290 315.2281 164.9616 14.63958116969268
+1 24236U 94029LK  14237.41171919  .00004310  00000-0  85114-3 0  7551
+2 24236 081.4390 193.1143 0479195 313.4934 167.9147 14.08575359921530
+1 24239U 94029LN  14237.11786390  .00001888  00000-0  39388-3 0  2000
+2 24239 081.5284 206.4365 0242574 102.7018 351.4301 14.42570844950087
+1 24243U 94029LS  14237.71555105  .00036969  00000-0  18085-2 0  9936
+2 24243 081.9921 171.8299 0061481 347.8130 083.0458 15.16344250976539
+1 24277U 96046A   14237.48888520  .00000093  00000-0  53742-4 0  5877
+2 24277 098.5980 177.9699 0002359 097.6012 014.3779 14.29089752939565
+1 24278U 96046B   14238.09992733 -.00000005  00000-0  27744-4 0  4492
+2 24278 098.5142 242.3111 0351564 116.2187 288.9718 13.53027812890123
+1 24279U 96046C   14236.18068183 -.00000021  00000-0  17629-4 0  7069
+2 24279 098.7416 295.3181 0300430 031.7817 026.7722 13.46988420885841
+1 24282U 96048A   14237.38975295 -.00000186  00000-0  00000+0 0  9827
+2 24282 024.5289 297.1346 3031579 084.6749 331.8714 01.06657909 72692
+1 24284U 95058G   14237.42570303 -.00000003  00000-0  22602-4 0  4476
+2 24284 070.8625 223.4985 0011266 160.7453 318.1216 14.18163967972168
+1 24285U 96049A   14238.14588809  .00004527  00000-0  38169-3 0  1349
+2 24285 082.9688 175.5398 1924311 125.0979 254.6008 11.42173773733123
+1 24286U 96049B   14238.15279985  .00010213  00000-0  81804-3 0  8343
+2 24286 082.9623 143.2024 1883613 001.3397 359.1783 11.51650451736903
+1 24292U 96050B   14234.18393510 -.00000003  00000-0  00000+0 0  3293
+2 24292 063.9109 157.6388 5032492 246.8793 316.4877 04.14703622272311
+1 24293U 96050C   14234.89319487 -.00000001  00000-0  00000+0 0  2818
+2 24293 063.9069 157.8822 5033753 246.8382 053.6290 04.14714290272386
+1 24296U 96050F   14230.34349074  .00000025  00000-0  00000+0 0   488
+2 24296 063.9965 166.4507 4957164 248.6864 293.5708 04.15049497272396
+1 24297U 96051A   14237.06807469  .00000283  00000-0  17661-3 0  8718
+2 24297 070.9039 054.6678 0024879 301.1424 197.9876 14.13162921927033
+1 24298U 96051B   14237.76191799 -.00000129  00000-0 -43562-4 0  5288
+2 24298 070.8637 065.4375 0018401 268.5457 157.2649 14.12466628926897
+1 24299U 96051C   14236.52842522 -.00000034  00000-0  71650-5 0  6486
+2 24299 071.0376 265.2473 0188746 063.1006 054.1718 13.74998107901758
+1 24300U 96051D   14236.82882240 -.00000014  00000-0  25843-4 0  6999
+2 24300 071.0304 287.6630 0194643 115.8673 359.9286 13.73790957900941
+1 24301U 96051E   14236.48248899 -.00000016  00000-0  24713-4 0  6962
+2 24301 070.9967 312.0253 0208413 161.0677 297.1316 13.71601713899445
+1 24302U 96051F   14236.68170925  .00000081  00000-0  12033-3 0  6523
+2 24302 070.9897 330.5947 0209507 209.4857 263.2891 13.70350521898735
+1 24303U 96051G   14236.68601660 -.00000261  00000-0 -12380-3 0  6166
+2 24303 071.1072 301.8892 0068591 077.3076 049.0009 14.07963042923600
+1 24304U 96052A   14237.93955973  .00000060  00000-0  47903-4 0  8264
+2 24304 082.9353 032.0778 0030046 026.3539 132.3426 13.73469467900733
+1 24305U 96052B   14237.95907588  .00000050  00000-0  37069-4 0  7491
+2 24305 082.9375 031.8023 0030216 021.8397 095.4901 13.73709213900934
+1 24306U 96052C   14237.51081811  .00000125  00000-0  11531-3 0  5458
+2 24306 082.9371 021.7262 0025836 005.7398 354.4048 13.74842519901612
+1 24307U 96053A   14238.35147712  .00000000  00000-0  10000-3 0  3579
+2 24307 000.5337 083.6574 0006649 057.9934 303.8856 01.00267597 65664
+1 24313U 96055A   14237.41644544 -.00000005  00000-0  00000+0 0  7732
+2 24313 005.1075 060.4983 0005348 045.1724 255.0680 01.00342858 65813
+1 24315U 96054A   14237.31841053 -.00000119  00000-0  00000+0 0  4470
+2 24315 000.0102 346.6228 0002933 126.5238 231.9780 01.00272500 65766
+1 24320U 96056A   14237.57310630 -.00000074  00000-0  00000+0 0  2768
+2 24320 055.8374 025.0410 0027825 129.4195 246.6235 01.86497532130054
+1 24340U 94029NR  14236.14282134  .00001051  00000-0  47291-3 0  5391
+2 24340 081.5769 117.4084 0911684 112.2090 035.9008 12.97434391963703
+1 24378U 94029QF  14237.48698701  .00000446  00000-0  86834-4 0  2404
+2 24378 082.0310 041.0738 0176181 299.5847 111.4907 14.51873402 71827
+1 24435U 96058A   14238.04090368  .00000084  00000-0  00000+0 0  9984
+2 24435 013.2363 033.8845 0006556 184.0709 180.8014 01.00301342 65603
+1 24438U 96058D   14238.01109595  .00000000  00000-0  10000-3 0  7988
+2 24438 013.6473 030.7319 0008941 030.1180 330.0078 01.00338533 65609
+1 24487U 94029UL  14237.39028855  .00011599  00000-0  62717-3 0  5049
+2 24487 081.9599 328.1894 0058592 163.7299 196.5830 15.13050967985123
+1 24501U 94029VA  14238.73703863  .00290510  00000-0  17253-2 0  9381
+2 24501 082.0269 339.6793 0019319 189.2598 170.8843 15.77672295990219
+1 24529U 94029WD  14236.67465331  .00000491  00000-0  57180-4 0  8906
+2 24529 081.9785 119.5793 0129752 231.7237 190.0136 14.77444794613931
+1 24547U 94029WX  14238.08083696  .00013765  00000-0  75924-3 0  6869
+2 24547 082.0349 058.6160 0075646 203.8313 296.5316 15.11373665 94849
+1 24581U 94029YH  14236.72818781  .00000192  00000-0  75050-4 0   659
+2 24581 081.5568 323.7279 0817189 019.9431 096.3388 13.18041454864825
+1 24594U 94029YW  14237.50574914  .00003874  00000-0  10353-2 0  2225
+2 24594 081.4724 037.0580 0548594 093.7404 329.3591 13.84724867907285
+1 24602U 94029ZE  14236.93677361  .00001015  00000-0  36225-3 0  4652
+2 24602 081.5326 198.7519 0806011 131.1469 292.7822 13.25955733871193
+1 24626U 94029AAE 14237.94668304  .00209172  00000-0  20658-2 0   211
+2 24626 081.9635 050.3971 0017095 295.5288 190.8790 15.65056742980743
+1 24652U 96063A   14237.98723692  .00000000  00000-0  10000-3 0   597
+2 24652 001.6656 076.2983 0004183 093.7491 266.9883 00.99406598 65574
+1 24653U 96063B   14237.65103324 -.00000235  00000-0  00000+0 0  1830
+2 24653 005.7578 058.2418 0006484 115.5956 182.4066 01.00272291 65176
+1 24654U 96063C   14239.07323902  .00002300  00000-0  25225-2 0  2132
+2 24654 004.2763 045.8423 7180583 095.9017 342.7844 02.36268119149749
+1 24665U 96067A   14239.11007275  .00000000  00000-0  10000-3 0   741
+2 24665 004.5318 062.7657 0004088 108.5492 251.7985 01.00270320 65449
+1 24674U 96070A   14238.54115999  .00000025  00000-0  00000+0 0  4290
+2 24674 001.3856 077.0268 0004852 087.0997 183.4759 01.00273279 64735
+1 24675U 96070B   14237.64327668 -.00000168  00000-0  00000+0 0  8876
+2 24675 022.5827 060.0448 7015883 139.3732 328.1653 02.22628131143883
+1 24676U 66077Q   14238.59677706  .00001585  00000-0  10000-3 0  9416
+2 24676 087.9109 282.8724 2414336 102.2135 285.7524 08.98492298171507
+1 24677U 96071A   14238.17987424  .00000044  00000-0  32607-4 0  6255
+2 24677 082.9434 143.5171 0023671 003.2331 104.8458 13.71459258885074
+1 24678U 96071B   14237.13556108  .00000036  00000-0  22852-4 0  6557
+2 24678 082.9394 127.2291 0023286 295.1938 173.2229 13.73553603886167
+1 24679U 94085Y   14231.14052150 -.00000096  00000-0 -14019-2 0  1720
+2 24679 064.9910 050.9842 0193474 267.1283 203.8172 11.32192374777472
+1 24682U 94029AAQ 14236.59658716  .00006357  00000-0  10441-2 0   140
+2 24682 082.1284 295.4115 0205767 122.8651 239.2541 14.57358374947078
+1 24703U 94085Z   14228.42294750 -.00000053  00000-0 -33477-3 0  6222
+2 24703 064.7291 222.5496 0209679 179.9764 334.3597 11.20645849748208
+1 24705U 65109E   14237.72646918  .00001198  00000-0  83225-3 0  5144
+2 24705 089.0584 283.6123 0093333 344.7571 153.6265 13.96178289896747
+1 24712U 86026G   14237.52030347  .00001139  00000-0  43903-2 0  4056
+2 24712 008.9322 003.2615 6770716 297.9004 010.5772 02.81011940183790
+1 24713U 97002A   14238.10219985 -.00000242  00000-0  00000+0 0  9176
+2 24713 002.3641 071.9119 0004379 100.4413 117.8788 01.00272932 15135
+1 24714U 97002B   14237.37683700 -.00000333  00000-0  00000+0 0  8300
+2 24714 005.9941 058.0431 0007251 091.0649 102.2765 00.99389633 64219
+1 24715U 97002C   14239.19437947  .00013974  00000-0  13720-2 0  7009
+2 24715 007.1652 242.7682 6276605 129.9102 304.6012 03.66628985188229
+1 24720U 97005A   14236.21807395 -.00000115  00000-0 -41476-3 0  7988
+2 24720 031.1753 159.1554 6003026 257.2889 338.7377 03.82609919244224
+1 24721U 97005B   14236.02980966  .00031833 -91644-6  74926-3 0  5023
+2 24721 031.1693 199.9664 2873628 232.3229 166.9101 09.68224240463075
+1 24722U 91003E   14236.36453822  .00000193  00000-0  15820-2 0  9530
+2 24722 006.9099 289.8181 6647020 022.1953 347.2970 02.94739280188560
+1 24723U 91003F   14229.48373591 -.00000167  00000-0 -31359-3 0  9551
+2 24723 006.6444 275.2109 6843728 074.5524 014.7151 02.64713985176687
+1 24724U 91003G   14237.38996801  .00001126  00000-0  38903-2 0  4139
+2 24724 006.4631 026.1054 6790683 206.1246 045.7769 02.79347337182834
+1 24725U 97006A   14237.11638696  .00000034  00000-0  13424-3 0  2873
+2 24725 082.6099 133.3659 0009754 153.6880 341.3569 12.60651623806492
+1 24726U 97006B   14237.15711970  .00000020  00000-0  52224-4 0  2805
+2 24726 082.5998 123.4406 0006033 132.8397 342.6208 12.61322170806935
+1 24727U 97006C   14236.20316424 -.00000000  00000-0 -61811-4 0  2842
+2 24727 082.6035 119.1215 0001459 120.5853 355.5180 12.62300002807447
+1 24728U 97006D   14238.11374741  .00000018  00000-0  39901-4 0  2090
+2 24728 082.6021 106.6345 0006923 259.4001 215.6776 12.63820918808606
+1 24729U 97006E   14238.15232999  .00000015  00000-0  25125-4 0  1722
+2 24729 082.5966 110.3173 0003063 323.7141 151.0401 12.62888424808015
+1 24730U 97006F   14238.18375328  .00000019  00000-0  45486-4 0  1794
+2 24730 082.6065 119.0047 0002306 037.8758 076.6657 12.62387462807694
+1 24731U 97006G   14236.81514910  .00000034  00000-0  14329-3 0  2187
+2 24731 082.6037 168.9954 0040739 318.9433 092.0230 12.55235450802997
+1 24732U 97007A   14238.05172112  .00000000  00000-0  10000-3 0  7619
+2 24732 005.7344 058.4497 0003261 100.9029 259.3753 01.00271927 64073
+1 24741U 91003H   14230.48674516 -.00000001  00000-0  26756-2 0  3019
+2 24741 006.9752 336.1810 6807891 314.9278 023.4115 02.64625054176479
+1 24742U 97009A   14237.97341279  .00000000  00000-0  10000-3 0  5982
+2 24742 005.0828 061.3294 0005217 260.9210 099.2929 00.98730011 64047
+1 24748U 97011A   14237.89664687  .00000000  00000-0  10000-3 0  9268
+2 24748 007.3886 054.0109 0025937 195.0306 165.0816 00.99028847 63719
+1 24751U 91003K   14237.13267280  .00000448  00000-0  10479-2 0  6781
+2 24751 006.8458 216.7130 6354558 173.1852 337.3616 03.40681051203614
+1 24752U 91006C   14237.75934149  .00000242  00000-0  21812-3 0  1644
+2 24752 082.9210 040.2044 0022707 262.1801 158.0858 13.79968753956313
+1 24754U 79104C   14237.38414622  .00009379  00000-0  91653-2 0  1198
+2 24754 017.6098 295.3683 5178151 261.0863 121.9897 05.16597285310767
+1 24756U 97012B   14236.49068793  .00009588  00000-0  16047-2 0  5069
+2 24756 098.8334 207.0558 0005364 067.4533 048.1753 14.70039291912886
+1 24761U 97015A   14237.69939075  .00000368  00000-0  00000+0 0  2468
+2 24761 066.9445 139.8305 6163666 217.4654 308.5629 02.00302076127315
+1 24764U 97015D   14238.77054720  .00000000  00000-0  10000-3 0  3612
+2 24764 066.6136 099.6119 6573375 206.5820 094.3270 02.03166878128970
+1 24765U 97012C   14236.49990294  .00011883  00000-0  18196-2 0  6125
+2 24765 098.8239 211.2618 0006063 064.5878 052.3910 14.73853811912798
+1 24768U 97016A   14239.15611262  .00000000  00000-0  10000-3 0  9357
+2 24768 006.9194 055.7587 0080314 304.5035 054.9377 00.98749715 63375
+1 24769U 97016B   14232.07684351 -.00000020  00000-0  00000+0 0  7852
+2 24769 003.1707 064.1921 0004302 117.2515 260.1391 00.99117742 63384
+1 24772U 97017A   14237.68181877  .00000025  00000-0  11552-4 0  8229
+2 24772 082.9195 070.1327 0024799 339.5303 092.4415 13.71334712868789
+1 24773U 97017B   14237.68132801  .00000140  00000-0  13447-3 0  7853
+2 24773 082.9198 054.4342 0023046 277.7989 131.9348 13.73495382869982
+1 24777U 97012D   14237.91276514  .00003804  00000-0  90068-3 0   439
+2 24777 098.8555 183.5081 0005588 022.5812 018.4617 14.54685332909030
+1 24778U 97012E   14238.14739404  .00002790  00000-0  86287-3 0   620
+2 24778 098.8623 080.2498 0006137 128.5695 345.6341 14.42097031905236
+1 24786U 97019A   14237.46816340  .00000043  00000-0  00000+0 0  3251
+2 24786 007.6639 052.2329 0030693 125.8668 183.6129 00.99122497 63305
+1 24792U 97020A   14238.43013987  .00000135  00000-0  41202-4 0  9515
+2 24792 086.3975 027.4472 0002125 110.8382 249.3042 14.34218906906178
+1 24793U 97020B   14237.95734539  .00000028  00000-0  28531-5 0  9438
+2 24793 086.3980 027.8703 0002148 118.6650 354.3827 14.34217140906105
+1 24794U 97020C   14238.48724932  .00000237  00000-0  77461-4 0  7484
+2 24794 086.3978 027.6020 0002327 110.4550 249.6896 14.34218667906186
+1 24795U 97020D   14238.48090707  .00000245  00000-0  80383-4 0  1559
+2 24795 086.3974 027.6898 0002159 102.4641 257.6797 14.34219075906263
+1 24796U 97020E   14238.33577444  .00000279  00000-0  91633-4 0  9737
+2 24796 086.3972 027.2203 0002139 110.8724 294.7936 14.34678074906198
+1 24797U 97020F   14237.45156051  .00000699  00000-0  14487-3 0  7451
+2 24797 086.8996 009.1783 0229798 138.8725 287.1019 14.43150672909814
+1 24798U 97021A   14237.96118161  .00000000  00000-0  10000-3 0  3706
+2 24798 009.0938 048.2645 0010697 046.1457 314.0896 01.00368750 63358
+1 24800U 97022A   14237.48556660 -.00000270  00000-0  00000+0 0  3130
+2 24800 066.4449 351.0158 6874443 195.5074 315.1372 01.99593472126313
+1 24803U 97022D   14237.44597271  .00000527  00000-0  00000+0 0  3473
+2 24803 066.4447 312.8346 6888648 179.3631 354.0313 02.04222686128917
+1 24808U 97025A   14237.91376012  .00000000  00000-0  10000-3 0  5272
+2 24808 005.0274 059.3832 0002388 153.8735 206.4135 00.98968587 63184
+1 24809U 97025B   14237.12349449  .00000260  00000-0  80619-4 0  3102
+2 24809 026.2955 189.8307 0666956 300.3548 114.0977 13.29767933839415
+1 24810U 97025C   14231.98200368 -.00000091  00000-0  00000+0 0  3786
+2 24810 019.8503 007.0883 6950649 075.4925 296.7778 02.16110263136233
+1 24812U 97026A   14237.44680038 -.00000179  00000-0  00000+0 0  8931
+2 24812 000.0075 103.9873 0002262 067.9365 229.4533 01.00273558 63154
+1 24815U 97026D   14234.22134198 -.00000026  00000-0  00000+0 0  4441
+2 24815 017.1831 146.2442 5340455 247.0793 331.0430 01.89870914119613
+1 24817U 94029ABU 14239.09013875  .00004183  00000-0  13052-2 0  3777
+2 24817 081.6820 005.4745 0429045 150.6572 211.9919 13.98957794915047
+1 24818U 77087C   14237.00214854  .00000198  00000-0  17733-3 0  4495
+2 24818 082.9653 067.8215 0030318 337.0771 150.4408 13.79398134855648
+1 24819U 97027A   14238.40077176  .00000000  00000-0  10000-3 0  2581
+2 24819 003.8971 064.2860 0005529 064.1969 296.2058 01.00262284 63147
+1 24820U 97027B   14239.08136727  .00000000  00000-0  10000-3 0  2384
+2 24820 012.7184 028.6639 0325524 005.2376 355.1487 01.04789543 65958
+1 24827U 97028A   14235.14985167  .00000146  00000-0  28573-2 0  1669
+2 24827 063.3429 221.7078 0934479 019.4541 042.6927 11.07922106696492
+1 24829U 97028C   14236.48880245  .00000125  00000-0  26441-2 0   590
+2 24829 063.3660 242.9299 0920748 005.2847 146.9038 11.07215155696206
+1 24833U 97028F   14238.15583347  .00000041  00000-0  13488-2 0  8002
+2 24833 063.3676 255.5473 0923009 007.2780 046.3352 11.06577491695892
+1 24834U 97029A   14237.89384627  .00000000  00000-0  10000-3 0  1213
+2 24834 012.3698 041.2656 0099944 126.2939 234.7434 00.96046765 61976
+1 24836U 97030A   14238.39200529  .00000263  00000-0  80041-4 0  5141
+2 24836 086.3922 046.7128 0001740 157.2726 264.4290 14.38274953901479
+1 24837U 97030B   14238.43873201  .00000038  00000-0  65273-5 0  9594
+2 24837 086.3931 058.8756 0002064 106.5093 312.8984 14.34217586899924
+1 24839U 97030D   14238.49520998  .00000042  00000-0  81107-5 0  9739
+2 24839 086.3930 058.8379 0002058 107.1645 309.1974 14.34217179899947
+1 24840U 97030E   14238.37466640  .00000047  00000-0  98265-5 0  9032
+2 24840 086.3932 059.0071 0001916 104.8528 311.3691 14.34217530899918
+1 24841U 97030F   14238.39037765  .00000132  00000-0  38527-4 0  9193
+2 24841 086.4009 059.4888 0003168 073.7202 333.7637 14.36179654900321
+1 24842U 97030G   14238.44043131  .00000349  00000-0  95633-4 0  6226
+2 24842 086.4433 060.8387 0012846 251.5665 147.9448 14.44309540904850
+1 24843U 97028G   14237.13726988 -.00000213  00000-0 -25936-2 0  4684
+2 24843 063.3725 197.1648 0900079 005.2910 064.5534 11.09746081695966
+1 24846U 97031A   14237.66228185 -.00000040  00000-0  00000+0 0  8059
+2 24846 003.0372 068.3880 0025207 180.3181 012.5943 00.98108054 62605
+1 24866U 96051H   14237.45190633  .00000302  00000-0  19441-3 0  3581
+2 24866 071.1222 280.9940 0061325 032.4534 078.9453 14.09821290924381
+1 24869U 97034A   14238.50609302  .00000064  00000-0  15655-4 0   363
+2 24869 086.3929 090.5756 0002086 101.6351 320.7853 14.34220819896907
+1 24870U 97034B   14238.45111264  .00000232  00000-0  74118-4 0  9246
+2 24870 086.3930 089.8608 0001470 093.3064 315.0647 14.35279916897016
+1 24871U 97034C   14238.45198917  .00000229  00000-0  67720-4 0  5587
+2 24871 086.3937 078.5082 0013944 112.6697 293.4176 14.38969065898810
+1 24872U 97034D   14238.45595868  .00000063  00000-0  15421-4 0  9394
+2 24872 086.3932 090.8057 0002222 100.5731 259.5715 14.34221285896896
+1 24873U 97034E   14238.40461784  .00003653  00000-0  25499-3 0   214
+2 24873 086.3878 189.3676 0010260 149.2172 002.0033 15.05015142933389
+1 24876U 97035A   14238.41603595  .00000015  00000-0  00000+0 0  9717
+2 24876 055.9621 267.5499 0050873 134.7424 283.1853 02.00551585125264
+1 24880U 97036A   14237.98523914  .00000000  00000-0  10000-3 0  8358
+2 24880 004.8559 061.4991 0004609 119.7179 240.6091 01.00266352 62497
+1 24883U 97037A   14237.40186806  .00000192  00000-0  85892-4 0  3971
+2 24883 098.4842 347.3080 0001347 245.9626 155.6912 14.32941860904837
+1 24891U 97040A   14238.87322535 -.00000242  00000-0  10000-3 0  3309
+2 24891 013.9708 354.1725 0700410 151.2974 212.8163 00.93694656 58804
+1 24892U 97040B   14238.94370885  .00004418  00000-0  97002-3 0  4282
+2 24892 007.1702 182.8716 6491272 186.6520 156.4208 03.32946888173183
+1 24893U 88032C   14237.40979088  .00000544  00000-0  54362-4 0  5587
+2 24893 097.7059 289.0872 0037650 331.4561 150.0246 14.95055476183236
+1 24894U 97041A   14237.68177429 -.00000189  00000-0  00000+0 0   819
+2 24894 012.4946 036.5826 0166189 185.5703 158.1419 01.00268833 62418
+1 24897U 97041D   14237.77293653 -.00000429  00000-0  00000+0 0  8792
+2 24897 012.5406 036.7999 0359318 186.5231 158.0673 01.00010374 62259
+1 24901U 97042A   14238.27534799  .00000000  00000-0  10000-3 0  2573
+2 24901 002.9364 070.0834 0004500 052.2144 308.2623 01.00270684 62326
+1 24903U 97043A   14238.30857234  .00000176  00000-0  55172-4 0   798
+2 24903 086.3998 324.1844 0002385 107.4467 313.4828 14.34813919890847
+1 24904U 97043B   14238.33450136  .00000346  00000-0  11652-3 0  9806
+2 24904 086.3990 324.2561 0002432 107.5522 252.5940 14.34218328890776
+1 24905U 97043C   14238.34718239  .00000333  00000-0  11181-3 0  9699
+2 24905 086.4002 324.7098 0002407 110.9049 249.2405 14.34216644890796
+1 24906U 97043D   14238.35399922  .00000330  00000-0  11086-3 0    35
+2 24906 086.4004 324.1413 0002781 113.4524 314.5775 14.34217808890806
+1 24907U 97043E   14238.32792619  .00000350  00000-0  11781-3 0  9407
+2 24907 086.4001 324.8091 0002375 110.9649 313.4569 14.34218620890792
+1 24911U 81070M   14235.37095922 -.00000006  00000-0 -22682-3 0  7006
+2 24911 089.6416 040.4586 6249287 214.5166 019.0039 03.52048941218945
+1 24914U 81059F   14236.94460153  .00002356  00000-0  85528-3 0  2889
+2 24914 098.5792 218.3313 0028857 012.3610 347.8277 14.34018344884624
+1 24916U 97046A   14237.92068747  .00000000  00000-0  10000-3 0  9453
+2 24916 001.5043 076.6386 0004088 107.7210 253.0669 01.00523692 62389
+1 24919U 97046D   14237.65359950 -.00000128  00000-0  00000+0 0  2017
+2 24919 013.1772 151.5275 4799665 345.8561 261.5068 01.79819713111627
+1 24920U 97047A   14237.44973616  .00000097  00000-0  64845-4 0  2597
+2 24920 069.9569 015.7895 0022258 020.0270 340.1719 14.25879625883720
+1 24921U 97047B   14237.95620348  .00000112  00000-0  71965-4 0  7263
+2 24921 069.9739 030.1242 0021394 002.2355 140.6354 14.25281330883709
+1 24925U 97048A   14237.91921640  .00000259  00000-0  27321-4 0  9017
+2 24925 086.3406 156.4435 0009220 079.5582 325.2516 14.84670679919294
+1 24926U 97048B   14236.92213250  .00000186  00000-0  18746-4 0  8939
+2 24926 086.3407 157.8484 0010207 086.5251 318.5408 14.84442877919015
+1 24931U 97049A   14237.63195723  .00000000  00000-0  10000-3 0  8668
+2 24931 004.5277 061.9387 0019677 306.0847 054.0230 01.02476652 62519
+1 24932U 97049B   14238.08330163  .00000044  00000-0  00000+0 0  3453
+2 24932 009.2027 047.3793 0002906 187.6438 186.9142 01.00278526 62201
+1 24936U 97050A   14237.92885671 -.00000288  00000-0  10000-3 0  9711
+2 24936 000.0560 281.0962 0001697 282.8040 037.5791 01.00270854 62199
+1 24937U 97050B   14234.31309942  .00001339  00000-0  54784-3 0  5747
+2 24937 018.4673 093.6643 7426074 310.4551 275.0427 02.08349493121795
+1 24938U 92047K   14238.86744146  .00231942  00000-0  10887-2 0  5382
+2 24938 063.9767 072.6538 2836125 357.2068 001.5784 09.89830214424699
+1 24944U 97051A   14238.45551129  .00000184  00000-0  58659-4 0  8792
+2 24944 086.4009 355.8267 0002170 112.2558 247.8869 14.34323237887382
+1 24945U 97051B   14238.41402840  .00000352  00000-0  11873-3 0  9709
+2 24945 086.4007 355.8768 0002298 113.1930 246.9508 14.34218023887399
+1 24946U 97051C   14238.31085250  .00000224  00000-0  74424-4 0   432
+2 24946 086.3923 355.9973 0006973 000.2807 054.2848 14.33172514887084
+1 24948U 97051E   14238.40824487  .00000247  00000-0  79777-4 0  7862
+2 24948 086.4013 355.6406 0002361 099.8083 296.3488 14.35092062887431
+1 24949U 97051F   14238.40769022  .00000333  00000-0  11196-3 0    45
+2 24949 086.4008 355.9597 0002331 112.5356 247.6087 14.34219859887374
+1 24950U 97051G   14238.40134495  .00000296  00000-0  98544-4 0  9283
+2 24950 086.4008 355.9650 0002068 116.1162 244.0246 14.34217217887383
+1 24953U 97052A   14237.84600069  .00000057  00000-0  40494-4 0  1524
+2 24953 082.9258 336.7582 0039630 203.6212 291.2698 13.79529880851979
+1 24954U 97052B   14238.15134328  .00000079  00000-0  61204-4 0  1740
+2 24954 082.9261 335.6721 0039584 199.4103 212.4362 13.79844191852111
+1 24955U 97052C   14237.34608156  .00000050  00000-0  32109-4 0  9981
+2 24955 082.9240 323.0766 0030903 145.8605 279.7947 13.81431821852971
+1 24956U 66040C   14237.19449716  .00001141  00000-0  18328-2 0  6101
+2 24956 100.4643 101.1742 0049823 113.6118 011.1571 13.50816026355448
+1 24957U 97053A   14239.13847304  .00000000  00000-0  10000-3 0  9624
+2 24957 001.8151 074.9278 0003312 087.8904 272.8180 01.00269949 62003
+1 24960U 97054A   14238.40987635  .00000868  00000-0  70291-2 0  6536
+2 24960 061.9099 139.0216 7373620 270.5509 013.8735 02.04635553124451
+1 24963U 97054D   14237.12920763 -.00001283  00000-0 -50713-3 0  8181
+2 24963 061.9041 181.8453 7420986 264.1873 321.7502 01.98772789121792
+1 24965U 97056A   14238.45551389  .00000144  00000-0  44234-4 0  9070
+2 24965 086.3976 027.4378 0002131 109.8260 250.3166 14.34219286885533
+1 24966U 97056B   14238.32866902  .00000142  00000-0  43755-4 0  9588
+2 24966 086.3975 027.4944 0002169 109.8814 250.2615 14.34217156885495
+1 24967U 97056C   14238.45083397  .00000317  00000-0  10407-3 0  8964
+2 24967 086.3986 027.2241 0001998 109.4881 307.4248 14.35137173885729
+1 24968U 97056D   14238.44282632  .00000028  00000-0  28658-5 0  9292
+2 24968 086.3978 027.6033 0002093 110.7970 249.3450 14.34218207885518
+1 24969U 97056E   14238.46185688  .00000149  00000-0  46182-4 0  9114
+2 24969 086.3977 027.5334 0002144 110.4250 249.7176 14.34217367885511
+1 24971U 97057A   14238.16104168  .00000115  00000-0  55495-4 0  1256
+2 24971 098.2899 204.2656 0054177 036.4119 090.7440 14.33539368884394
+1 24973U 94029ACF 14237.46572050  .00000145  00000-0  31063-4 0  9240
+2 24973 082.0211 024.3937 0347600 018.1497 037.2023 14.20784505934547
+1 24974U 92053C   14236.69684470  .00000309  00000-0  13054-3 0  4347
+2 24974 074.0570 322.9105 0024708 314.4374 170.7378 14.29585877904440
+1 24978U 94029ACL 14235.42892368  .00003254  00000-0  44247-3 0  9012
+2 24978 081.4497 015.2234 0382394 049.4103 313.9700 14.38676534926076
+1 24980U 94029ACN 14236.46803888  .00004872  00000-0  11174-2 0  1931
+2 24980 081.5966 133.5149 0332566 084.2685 279.6308 14.26500958925566
+1 24985U 94029ACT 14236.23735186  .00001038  00000-0  34752-3 0  6783
+2 24985 081.5215 323.9453 0681896 132.7702 233.2916 13.51385074 13682
+1 24990U 87079J   14236.15042510  .00000119  00000-0  29612-3 0  7834
+2 24990 064.8524 160.6260 5466283 217.5895 329.0162 04.69763354297779
+1 24996U 94029ADD 14236.13001755  .00003483  00000-0  94503-3 0  7060
+2 24996 082.1991 290.2128 0364717 068.6152 324.0091 14.14589092881045
+1 25000U 68081G   14237.91321873 -.00000019  00000-0  00000+0 0  5098
+2 25000 007.5510 320.5808 0118360 294.6673 093.8863 01.01036229 81784
+1 25001U 68081H   14235.58962997 -.00000142  00000-0  00000+0 0  5219
+2 25001 007.2865 318.8130 0061237 354.4581 101.5223 01.01701718 74428
+1 25004U 97059A   14237.93201882 -.00000298  00000-0  10000-3 0  8321
+2 25004 000.0449 067.2022 0001569 063.9164 116.7268 01.00273917 61894
+1 25010U 97062A   14238.11739549  .00000000  00000-0  10000-3 0  2154
+2 25010 001.8989 074.5741 0008537 164.9269 195.7279 00.99203970 61683
+1 25021U 97065C   14237.97953344 -.00000024  00000-0  00000+0 0  6395
+2 25021 013.2114 032.3434 0037321 044.3910 296.3682 01.01062763 62909
+1 25023U 97066A   14236.42114479 -.00000052  00000-0  37194-3 0  3706
+2 25023 007.6205 232.9388 6505876 082.0494 014.4285 03.09761579190059
+1 25024U 97066B   14237.62094697 -.00000164  00000-0 -40201-3 0  5754
+2 25024 007.6343 230.1527 6522114 086.8216 033.5481 03.08802872189820
+1 25025U 97066C   14231.64501527 -.00000092  00000-0  21522-3 0  3275
+2 25025 007.6390 254.8168 6522823 039.1566 032.0307 03.07934740189104
+1 25026U 97066D   14239.18788316 -.00000529  00000-0  00000+0 0  4906
+2 25026 007.6806 238.5146 6527731 070.2986 346.1667 03.08166781189489
+1 25027U 92053D   14235.99747620  .00000429  00000-0  15450-3 0  4914
+2 25027 074.0342 155.3650 0004869 249.0700 239.9179 14.36704528908414
+1 25028U 93036D   14236.64493678  .00000357  00000-0  13501-3 0  5041
+2 25028 074.0454 319.9643 0009409 149.7584 339.5600 14.34799823984432
+1 25030U 97067A   14238.34258909 -.00000065  00000-0  00000+0 0  9392
+2 25030 057.0767 328.5837 0146091 204.8487 088.2928 02.00738576123151
+1 25039U 97069A   14238.17053440 -.00000035  00000-0 -19398-4 0  9154
+2 25039 086.3918 090.8480 0001811 112.2637 247.8751 14.34220255879251
+1 25040U 97069B   14238.45322515  .00000052  00000-0  11566-4 0  9144
+2 25040 086.3931 090.7030 0002275 100.2891 311.2133 14.34221078879290
+1 25041U 97069C   14238.46864274  .00000069  00000-0  17721-4 0  9641
+2 25041 086.3932 090.6396 0002144 099.9430 260.2008 14.34217141879317
+1 25042U 97069D   14238.47498231  .00000149  00000-0  45974-4 0  9391
+2 25042 086.3928 090.9200 0001881 103.7380 256.4025 14.34222303879294
+1 25043U 97069E   14238.48757041  .00000196  00000-0  61346-4 0  8987
+2 25043 086.3928 089.0151 0002730 079.9421 325.9803 14.35542804879550
+1 25045U 97070A   14238.09196682  .00000041  00000-0  00000+0 0   263
+2 25045 013.1792 034.0357 0005540 159.9111 230.9942 01.00270974 61448
+1 25048U 97070D   14238.03832833  .00000102  00000-0  00000+0 0   117
+2 25048 013.4356 033.5074 0017240 054.5317 308.7548 00.99631923 61075
+1 25049U 97071A   14239.23271044  .00000000  00000-0  10000-3 0  6076
+2 25049 004.7927 062.2979 0005292 068.4639 291.8826 00.99404737 61343
+1 25050U 97071B   14237.96534007  .00000000  00000-0  10000-3 0  2174
+2 25050 007.6593 052.2700 0003801 094.0547 266.1679 01.00351039 61524
+1 25053U 97070E   14238.85192803 -.00000017  00000-0  10000-3 0  1964
+2 25053 046.1343 046.0376 6809809 250.3115 028.6802 02.41724791147624
+1 25054U 97070F   14237.84009625  .00006749  00000-0  75785-3 0  1634
+2 25054 046.6090 335.3717 4819311 280.1128 152.6561 05.95151023313825
+1 25057U 90036C   14237.70250124  .00000275  00000-0  24142-3 0  6048
+2 25057 082.9413 005.2752 0022395 129.9618 295.6952 13.81845188115132
+1 25063U 97074A   14237.71795575  .00021413  00000-0  28459-3 0  7266
+2 25063 034.9552 040.0925 0001341 337.6237 098.1049 15.57217102955535
+1 25064U 97074B   14237.26513314  .00015319  00000-0  26053-3 0  2335
+2 25064 034.9626 175.7194 0004021 323.2452 162.4747 15.50505245931894
+1 25067U 97075A   14237.83997363  .00000000  00000-0  10000-3 0  1629
+2 25067 003.6711 065.9264 0006469 068.6194 291.8075 01.00266001 61310
+1 25068U 97075B   14239.00403582  .00000006  00000-0  17421-3 0  5596
+2 25068 004.2948 260.3383 8283079 030.3294 358.7297 01.07728095 65958
+1 25071U 97076A   14238.11926644  .00000000  00000-0  10000-3 0  6952
+2 25071 000.2380 072.5415 0003244 012.8435 351.6982 01.00272187 61313
+1 25074U 97076D   14238.55458870 -.00000024  00000-0  10000-3 0  8807
+2 25074 012.8622 341.6142 4354866 147.5263 248.9935 01.71942931105087
+1 25077U 97077A   14238.46230109  .00000117  00000-0  34752-4 0  9268
+2 25077 086.3932 090.7559 0002077 101.5768 258.5661 14.34221227875150
+1 25078U 97077B   14238.49959398  .00000260  00000-0  80240-4 0  4155
+2 25078 086.3927 082.7864 0003074 072.0563 349.4894 14.37564278876246
+1 25085U 91009CX  14217.53253116  .00000292  00000-0  27427-2 0  5285
+2 25085 074.1114 262.0583 0174476 234.9731 123.3540 12.22392162881492
+1 25086U 97078A   14237.88377295  .00000000  00000-0  10000-3 0  5965
+2 25086 010.1936 045.5743 0002220 009.1357 350.9963 00.99695739 61001
+1 25098U 79104D   14238.56932013  .00002659  00000-0  62316-2 0  5114
+2 25098 017.5041 146.2743 5798338 124.7703 304.0627 04.14959470257412
+1 25104U 97082A   14238.32482600  .00000349  00000-0  11792-3 0  8663
+2 25104 087.0307 334.5694 0002737 104.9385 255.2115 14.34218356873334
+1 25105U 97082B   14238.31529116  .00000289  00000-0  86678-4 0  4549
+2 25105 086.3938 308.4903 0013989 119.5905 307.9452 14.39306726875268
+1 25106U 97082C   14238.36183241  .00000325  00000-0  10914-3 0  8601
+2 25106 086.3987 324.1498 0002478 112.1576 290.8451 14.34218297873336
+1 25108U 97082E   14238.37469795  .00000333  00000-0  11184-3 0  8840
+2 25108 086.3991 324.2199 0002427 110.7100 293.2191 14.34219038873346
+1 25110U 97083A   14237.30373594 -.00000277  00000-0  00000+0 0  3032
+2 25110 008.1883 050.7896 0003867 135.2715 215.9195 01.00336495 61169
+1 25112U 97084A   14236.97690958  .00000387  00000-0  17680-3 0  7630
+2 25112 045.0170 056.6870 0009484 189.4463 170.6208 14.36965546872462
+1 25113U 97084B   14236.94129701  .00000196  00000-0  11324-3 0  4769
+2 25113 045.0184 057.8557 0007383 164.4239 195.6837 14.36968426872446
+1 25114U 97084C   14237.70852300  .00000506  00000-0  21679-3 0  4201
+2 25114 045.0171 053.6753 0008135 172.3425 247.5795 14.36959295872563
+1 25115U 97084D   14239.07047733  .00000048  00000-0  16134-4 0  4257
+2 25115 045.0179 046.9841 0006602 181.8067 178.3239 14.36957930872769
+1 25116U 97084E   14237.34108811  .00000395  00000-0  17958-3 0  5835
+2 25116 045.0183 055.6785 0007470 158.3673 201.7492 14.36957037872507
+1 25117U 97084F   14238.62693545 -.00001107  00000-0  00000+0 0  5133
+2 25117 045.0166 049.7768 0003704 190.9013 169.2236 14.36947609872687
+1 25118U 97084G   14236.97694034  .00000403  00000-0  18250-3 0  3892
+2 25118 045.0174 057.4560 0003291 180.5237 315.4424 14.36963303872455
+1 25119U 97084H   14236.96756601  .00000653  00000-0  26608-3 0  6820
+2 25119 045.0171 057.7006 0005245 173.8211 186.2702 14.36955620872455
+1 25126U 97086A   14237.35770365  .00000104  00000-0  00000+0 0  9656
+2 25126 005.8843 070.0237 0040861 295.7932 309.9613 01.00346577 61888
+1 25134U 98002A   14238.18411223  .00000000  00000-0  10000-3 0  5387
+2 25134 009.2552 040.2456 0008857 072.2840 287.9478 00.99152460 60672
+1 25135U 98002B   14237.09863280  .00000140  00000-0  16775-4 0  2075
+2 25135 026.8860 195.7416 0356534 249.2353 162.8336 13.62255396828352
+1 25136U 98002C   14237.55198730 -.00000195  00000-0  00000+0 0  4227
+2 25136 023.6066 298.2594 6973116 234.6911 137.5700 02.19858857133564
+1 25138U 98002E   14236.84445539  .00000671  00000-0  43273-3 0  4436
+2 25138 026.8816 011.7858 0335290 200.7152 296.9477 13.67978402830418
+1 25152U 98006A   14238.53466097  .00000000  00000-0  10000-3 0  1532
+2 25152 002.0307 074.5115 0002899 061.0339 299.5908 01.00266574 60719
+1 25153U 98006B   14239.18861708  .00000000  00000-0  10000-3 0  3164
+2 25153 000.5404 065.4873 0004328 104.2771 258.0943 01.00271744 60703
+1 25156U 63049N   14238.13071162  .00000376  00000-0  54938-3 0   898
+2 25156 089.9460 108.4221 0039838 344.9645 133.2844 13.52790908815587
+1 25158U 98007B   14237.15200601  .00000401  00000-0  21217-3 0  3880
+2 25158 107.9664 355.2402 0051671 255.8380 103.7011 14.27745142859695
+1 25159U 98007C   14238.13319432  .00000386  00000-0  20603-3 0  4154
+2 25159 107.9657 357.3204 0047043 255.2672 187.3928 14.27974913859883
+1 25160U 98007D   14237.20457294 -.00000027  00000-0  46081-4 0  5458
+2 25160 107.9481 290.7500 0064243 320.8449 071.9361 14.21237527857638
+1 25161U 98007E   14238.15631174  .00000123  00000-0  10684-3 0  4965
+2 25161 107.9532 328.1031 0063308 279.9529 136.6734 14.24507087858958
+1 25162U 98008A   14237.48908763 -.00000203  00000-0 -81787-3 0  8061
+2 25162 052.0029 304.3078 0001518 210.3266 251.7374 12.38051756754694
+1 25163U 98008B   14238.16935646 -.00000063  00000-0  22606-3 0  9067
+2 25163 051.9982 216.6007 0003015 178.6095 261.7809 12.63220968762793
+1 25164U 98008C   14236.98768458 -.00000086  00000-0 -19579-3 0  7903
+2 25164 052.0020 061.5657 0001360 106.8898 009.6151 11.61447700725242
+1 25165U 98008D   14237.94369463 -.00000152  00000-0 -66443-3 0  8316
+2 25165 051.9955 304.5380 0005439 267.3569 143.4041 12.11943679754586
+1 25169U 98010A   14238.47605291  .00000029  00000-0  32519-5 0  6547
+2 25169 086.3935 059.1065 0002032 106.1847 309.5830 14.34217855864768
+1 25170U 98010B   14238.13601240 -.00000021  00000-0 -14713-4 0  7069
+2 25170 086.3926 059.3410 0002287 113.4401 020.0427 14.34212148864694
+1 25171U 98010C   14238.49064311  .00000037  00000-0  62141-5 0  8831
+2 25171 086.3935 059.1156 0002039 106.7673 253.3746 14.34217369864911
+1 25172U 98010D   14238.12898745  .00000031  00000-0  39860-5 0  9431
+2 25172 086.3934 059.2288 0002039 106.9595 023.4159 14.34218647864692
+1 25173U 98010E   14238.48215020  .00000042  00000-0  80908-5 0  9149
+2 25173 086.3934 059.0874 0002025 106.3180 308.2204 14.34217390864757
+1 25175U 98011A   14236.40951957 -.00000037  00000-0  19982-3 0  1035
+2 25175 030.1969 355.7249 5294213 292.0529 034.6229 04.38919378273189
+1 25187U 87068N   14236.76264032  .00001889  00000-0  96092-3 0  7777
+2 25187 082.5556 331.0289 0015417 200.0728 285.0651 14.15363010845142
+1 25199U 87068AA  14236.39054306  .00000553  00000-0  55894-3 0  4870
+2 25199 082.3653 118.5881 0094038 144.9396 215.7998 13.73619209825486
+1 25203U 87068AE  14236.95791045  .00000709  00000-0  31911-3 0  4783
+2 25203 082.2707 042.2187 0100382 199.6096 283.3127 14.18584597852450
+1 25204U 87068AF  14236.63925758  .00001281  00000-0  10363-2 0  6582
+2 25204 082.4311 095.1240 0119218 219.6530 194.2921 13.86340833830337
+1 25205U 87068AG  14237.59404000  .00000332  00000-0  25378-3 0  7277
+2 25205 082.5360 075.4617 0015170 168.0048 246.1183 13.90714766836951
+1 25214U 87068AR  14236.97271306  .00000775  00000-0  52372-3 0  7690
+2 25214 082.5457 044.6882 0014655 084.7967 044.9505 13.99169772839653
+1 25221U 87068AY  14237.97822546  .00000252  00000-0  32673-3 0  4135
+2 25221 082.2981 220.8831 0168585 348.1772 063.5135 13.53249876814816
+1 25225U 87068BC  14237.76989773  .00002579  00000-0  17001-2 0  8238
+2 25225 082.5042 073.1758 0083666 285.3467 202.8082 13.99754422836278
+1 25226U 87068BD  14237.78150446  .00001607  00000-0  11780-2 0  2556
+2 25226 082.5278 116.2503 0082312 054.6221 014.8316 13.93659644833833
+1 25227U 87068BE  14238.08398168  .00001421  00000-0  76328-3 0  2842
+2 25227 082.5374 343.5160 0017536 232.3245 192.0965 14.12276846843901
+1 25237U 98013A   14238.23005006  .00000000  00000-0  10000-3 0  9594
+2 25237 002.3425 072.4500 0006414 038.4069 322.1650 01.00271069 60720
+1 25239U 98014A   14239.18389420  .00000000  00000-0  10000-3 0  3603
+2 25239 000.0421 330.3409 0005338 189.8763 193.7967 01.00265804 60490
+1 25246U 87068BP  14237.64288844  .00000741  00000-0  39032-3 0  5289
+2 25246 082.2498 093.5268 0086257 054.0134 001.7757 14.10936513847472
+1 25253U 78068C   14237.48580784 -.00000383  00000-0 -14470-1 0  1903
+2 25253 022.0235 031.4382 7059348 085.0789 341.2416 02.25014128140828
+1 25254U 93059H   14237.21620285  .00000076  00000-0  57525-4 0  2553
+2 25254 070.9885 195.0269 0014008 112.2583 358.1438 14.20778986884671
+1 25255U 81043D   14236.92273036  .00000054  00000-0  24386-4 0   383
+2 25255 081.2851 026.6940 0043935 172.1410 309.4757 14.07711618915032
+1 25260U 98017A   14237.54051813  .00000219  00000-0  64420-4 0  4294
+2 25260 098.4546 302.0014 0013115 177.3972 182.7296 14.53008960852736
+1 25261U 98017B   14238.00058596  .00000203  00000-0  89945-4 0  6577
+2 25261 098.4139 189.8653 0002253 239.3249 162.4813 14.32969019858017
+1 25262U 98018A   14238.49349860  .00000295  00000-0  98158-4 0   323
+2 25262 086.3967 027.6971 0002491 116.5558 243.5893 14.34220747864148
+1 25263U 98018B   14238.44917425  .00000135  00000-0  41094-4 0  8336
+2 25263 086.3978 027.5685 0002153 109.8438 250.2990 14.34219026859841
+1 25270U 68055E   14236.89658949  .00001058  00000-0  16126-2 0  1785
+2 25270 120.5874 245.8481 2291816 089.4021 296.6865 09.99161432698997
+1 25272U 98019A   14238.45208510  .00000089  00000-0  24784-4 0  8375
+2 25272 086.4008 355.7765 0002286 114.0046 246.1389 14.34214955859045
+1 25273U 98019B   14238.21741263  .00000040  00000-0  70703-5 0  8715
+2 25273 086.4010 356.1354 0002255 111.9686 248.1750 14.34218676859015
+1 25274U 98019C   14238.43306214  .00000354  00000-0  11943-3 0  7157
+2 25274 086.4013 356.2133 0002357 112.6195 247.5250 14.34218205859040
+1 25275U 98019D   14238.43940421  .00000339  00000-0  11396-3 0  4749
+2 25275 086.4007 356.1196 0002255 115.1711 244.9719 14.34218990859043
+1 25276U 98019E   14238.44574477  .00000344  00000-0  11584-3 0  9363
+2 25276 086.4005 355.7764 0002283 111.5515 248.5924 14.34219744859047
+1 25279U 89062E   14237.42643924  .00000972  00000-0  12665-2 0  1296
+2 25279 006.9943 187.3868 7082504 283.4499 327.6541 02.47889195155657
+1 25280U 98020A   14237.45437727  .00003155  00000-0  21646-3 0  8380
+2 25280 097.5529 074.7382 0026128 319.2199 099.9046 15.06455823895413
+1 25281U 98020B   14237.47948677  .00003397  00000-0  21502-3 0  8259
+2 25281 097.5661 058.7129 0012833 067.7307 344.4121 15.09590111897198
+1 25282U 89062F   14238.01401781  .00001830  00000-0  42204-2 0  7718
+2 25282 007.1601 070.9737 6939750 153.2323 195.7029 02.63139593161380
+1 25284U 93014F   14236.09050031  .00000101  00000-0  41687-4 0  4416
+2 25284 075.7613 066.7405 0186500 244.2994 266.1686 14.25316444854077
+1 25285U 98021A   14238.26765340  .00000227  00000-0  73874-4 0  8985
+2 25285 086.3946 292.7390 0002442 111.2297 248.9160 14.34215996857977
+1 25286U 98021B   14238.28234890  .00000131  00000-0  39669-4 0  9405
+2 25286 086.3976 293.0088 0002254 113.2046 290.1867 14.34219574857973
+1 25287U 98021C   14238.28033470  .00000232  00000-0  75875-4 0  8531
+2 25287 086.3947 292.7670 0002149 104.6623 255.4811 14.34218977857950
+1 25288U 98021D   14238.29717373  .00000242  00000-0  79192-4 0  8812
+2 25288 086.3945 292.6822 0002528 107.2564 307.0389 14.34218546857979
+1 25289U 98021E   14238.30279502  .00000224  00000-0  72808-4 0  8303
+2 25289 086.3943 292.5919 0002418 110.4909 300.0744 14.34218147857976
+1 25290U 98021F   14238.29936293  .00000276  00000-0  91646-4 0  6799
+2 25290 086.3947 292.7145 0002350 110.0902 250.0547 14.34215002857982
+1 25291U 98021G   14238.30570675  .00000234  00000-0  76643-4 0  9045
+2 25291 086.3948 292.8111 0002387 111.3688 248.7763 14.34219835857952
+1 25300U 87062C   14237.16252674  .00016031  00000-0  38314-3 0  2720
+2 25300 082.4868 264.7106 0003272 171.3376 254.9858 15.41359101908183
+1 25306U 98023A   14238.00203064 -.00000086  00000-0 -16987-3 0  8024
+2 25306 051.9840 065.0490 0000532 007.4675 110.4788 11.65389642730844
+1 25307U 98023B   14237.39844204 -.00000101  00000-0  12858-4 0  6202
+2 25307 051.9963 279.7932 0000235 044.6318 030.4971 12.62268638753561
+1 25308U 98023C   14237.59127990 -.00000077  00000-0 -82453-4 0  6370
+2 25308 051.9795 248.9224 0012884 254.0574 259.1929 11.48794986740631
+1 25309U 98023D   14237.10192681 -.00000080  00000-0  12693-3 0  5636
+2 25309 051.9959 125.8303 0002712 123.9553 344.7554 12.35930697749828
+1 25311U 98024A   14237.49471049 -.00000087  00000-0  00000+0 0  6789
+2 25311 001.3913 077.3706 0022696 174.3379 186.7731 00.97393058 59911
+1 25312U 98024B   14237.45966866  .00000051  00000-0  00000+0 0  6197
+2 25312 002.8455 078.0341 0005482 097.6454 207.3033 00.99116917 59607
+1 25315U 98025A   14238.09018141 -.00000161  00000-0  00000+0 0   249
+2 25315 011.1535 040.2170 0009811 073.0552 334.1151 01.00267067 59808
+1 25318U 98025D   14238.22529117  .00000000  00000-0  10000-3 0  8331
+2 25318 011.1664 040.2456 0032578 024.1382 336.1217 01.00061292 59677
+1 25319U 98026A   14238.37122833  .00000234  00000-0  70764-4 0  7021
+2 25319 086.4013 317.1253 0003295 082.2310 326.6002 14.38111959855572
+1 25320U 98026B   14238.32388326  .00000250  00000-0  75336-4 0  4136
+2 25320 086.3993 313.5369 0004319 112.0624 315.7985 14.38589320855958
+1 25327U 98027A   14236.12504728 -.00000740  00000-0  00000+0 0  6538
+2 25327 066.6502 173.0576 6060699 226.2038 331.8028 02.00522060119401
+1 25330U 98027D   14230.13229189 -.00001107  00000-0  00000+0 0  2389
+2 25330 065.9623 123.2834 6670650 218.3437 346.7022 02.03481822120992
+1 25331U 98028A   14237.41506019 -.00000107  00000-0  00000+0 0   522
+2 25331 005.1040 054.5459 0014093 166.8259 186.4921 00.98948318 59669
+1 25334U 98028D   14238.06407135 -.00000191  00000-0  00000+0 0  1340
+2 25334 016.4635 032.7053 4862944 322.7194 286.8946 01.82174327108488
+1 25338U 98030A   14249.45670949  .00000149  00000-0  63197-4 0  3117
+2 25338 098.7601 243.1774 0010205 274.5127 085.5456 14.25460812848420
+1 25339U 96053D   14238.09018141 -.00000024  00000-0  00000+0 0    39
+2 25339 012.3418 040.2156 0053205 200.1250 207.5107 00.98092047 58370
+1 25342U 98032A   14238.26953250  .00000219  00000-0  70971-4 0  9257
+2 25342 086.3951 293.0194 0002493 111.1532 291.4537 14.34215569852051
+1 25343U 98032B   14238.11992001  .00000221  00000-0  71818-4 0  9264
+2 25343 086.3945 292.7609 0002395 109.0706 306.9810 14.34216823852030
+1 25344U 98032C   14238.24558080  .00000313  00000-0  78312-4 0  7989
+2 25344 086.4393 276.3413 0001819 121.1874 282.9653 14.48338874859010
+1 25345U 98032D   14238.24550155  .00000045  00000-0  74342-5 0  9686
+2 25345 086.4458 293.0067 0002246 098.6519 017.1024 14.42973645854800
+1 25346U 98032E   14238.12602329  .00000188  00000-0  59929-4 0  9451
+2 25346 086.3949 292.9740 0002361 109.2392 305.5623 14.34219547852607
+1 25353U 97049E   14238.00609481  .00000000  00000-0  10000-3 0  4262
+2 25353 012.0418 037.7099 0076593 215.5245 144.0617 01.00653185 68696
+1 25354U 98033A   14238.31356720  .00000000  00000-0  10000-3 0  1229
+2 25354 000.0362 271.3368 0003810 261.6723 056.3671 01.00266759 64038
+1 25358U 98035A   14238.26752846 -.00000063  00000-0  10000-3 0  5660
+2 25358 003.5754 066.0872 0001656 105.9889 254.4005 01.00270109 59471
+1 25359U 98035B   14236.25540832  .00000121  00000-0  21041-4 0  5255
+2 25359 026.3872 151.8488 0513867 197.5292 307.9650 12.94404477767411
+1 25360U 98035C   14238.82970602  .00000000  00000-0  10000-3 0  2305
+2 25360 019.0742 270.9417 6942498 051.7410 352.5476 02.11086334125076
+1 25363U 98036A   14236.47427053  .00000006  00000-0 -85405-5 0  2899
+2 25363 082.5938 028.0021 0351641 319.1816 091.1407 12.20075674721127
+1 25364U 98036B   14236.11579506  .00000027  00000-0  16092-3 0  6746
+2 25364 082.5929 015.5520 0355275 277.9242 146.3279 12.21781409722081
+1 25365U 98036C   14238.11441108  .00000023  00000-0  12477-3 0  2964
+2 25365 082.5864 017.9187 0352357 299.7614 123.6156 12.20821024721761
+1 25366U 98036D   14236.80446436  .00000021  00000-0  10865-3 0  3067
+2 25366 082.5921 015.0298 0352715 278.2551 200.0978 12.21748963722144
+1 25367U 98036E   14236.40272719  .00000035  00000-0  21549-3 0  4455
+2 25367 082.5849 007.1924 0355684 265.0763 146.8797 12.22373296722475
+1 25368U 98036F   14236.08987963  .00000047  00000-0  30189-3 0  3085
+2 25368 082.5913 003.8607 0356064 240.5491 187.4991 12.23327967722997
+1 25369U 98036G   14236.48478773  .00000005  00000-0 -61000-4 0  1400
+2 25369 082.5872 063.5210 0344726 093.4905 326.1087 12.14671889717944
+1 25371U 98037A   14238.10287067 -.00000301  00000-0  10000-3 0  4404
+2 25371 000.0524 279.3321 0003249 249.7699 146.6998 01.00271718 59310
+1 25394U 98043A   14237.49479830 -.00000037  00000-0  19185-5 0  7345
+2 25394 098.4206 198.9725 0002437 078.8202 028.9489 14.24396322838182
+1 25395U 98043B   14237.80111895  .00000103  00000-0  62043-4 0  9834
+2 25395 098.4250 199.0052 0003715 063.6950 356.2503 14.24849987838329
+1 25396U 98043C   14237.45488981  .00000072  00000-0  49199-4 0  9325
+2 25396 098.4456 196.5460 0003811 088.2026 061.0311 14.24187277838018
+1 25397U 98043D   14237.81928282  .00000032  00000-0  32412-4 0  4252
+2 25397 098.4758 193.2333 0002479 105.1151 310.5430 14.23456104837777
+1 25398U 98043E   14237.07729970 -.00000011  00000-0  13995-4 0   668
+2 25398 098.4857 191.0932 0002513 093.2771 037.2987 14.22767880837442
+1 25399U 98043F   14237.97882813  .00000055  00000-0  41856-4 0  8611
+2 25399 098.4363 197.9088 0002524 060.8954 341.7423 14.24346556838171
+1 25400U 98043G   14237.14648296 -.00000019  00000-0  93542-5 0  7337
+2 25400 098.3413 210.7216 0010912 070.0088 290.2267 14.25253743838762
+1 25401U 98043H   14238.09225866  .00000113  00000-0  10293-3 0  6048
+2 25401 098.4900 280.7253 0164119 073.6852 339.7914 13.93400067819900
+1 25402U 98043J   14237.86611894  .00000016  00000-0  40373-4 0  5609
+2 25402 099.1291 184.0517 0154685 206.2216 217.7810 13.95463096821069
+1 25403U 98043K   14236.78188216  .00000076  00000-0  94970-4 0  4659
+2 25403 098.5988 166.4905 0215922 128.2344 287.4128 13.77432716810438
+1 25404U 98044A   14238.43969916  .00000000  00000-0  10000-3 0  5052
+2 25404 002.4067 071.6712 0011220 094.2406 266.4135 00.99175225 59125
+1 25405U 98044B   14239.09144269  .00000077  00000-0  85231-3 0  6651
+2 25405 018.2559 114.2202 7172427 109.9065 335.4661 02.25582271132772
+1 25406U 98045A   14237.95911084  .00000220  00000-0  14560-3 0  3208
+2 25406 070.8160 021.2088 0009447 265.5100 232.8485 14.12377454829217
+1 25407U 98045B   14237.05033727 -.00000172  00000-0 -63358-4 0  5412
+2 25407 071.0126 039.7788 0009239 320.4731 177.7701 14.15665003830813
+1 25409U 98045C   14238.17163297  .00000043  00000-0  79679-4 0  4130
+2 25409 071.0814 180.4466 0196070 294.3937 170.7735 13.74203355806470
+1 25410U 98045D   14237.31189887  .00000034  00000-0  72895-4 0  3828
+2 25410 070.9805 191.0714 0207246 102.9827 008.3623 13.70606211804029
+1 25411U 98045E   14238.05373179  .00000110  00000-0  14672-3 0  3801
+2 25411 070.9875 198.4210 0210374 075.0365 356.9806 13.70390957803988
+1 25412U 98045F   14236.80958122  .00000060  00000-0  93558-4 0  4165
+2 25412 071.0805 151.0682 0187903 299.6512 114.5582 13.75885331807029
+1 25413U 98046A   14236.99493191  .00000134  00000-0  10598-3 0  5308
+2 25413 044.9963 059.3882 0001446 065.2149 069.9924 14.29475608837574
+1 25414U 98046B   14236.95961664  .00000364  00000-0  18902-3 0  5560
+2 25414 044.9963 043.1799 0003001 043.4807 316.6274 14.31187246837774
+1 25415U 98046C   14237.75418236  .00000528  00000-0  25060-3 0  5893
+2 25415 044.9966 039.6884 0001702 039.7746 043.5352 14.31181796837899
+1 25416U 98046D   14237.00966039  .00000380  00000-0  19517-3 0   342
+2 25416 044.9971 043.4153 0001989 177.2777 333.6133 14.31174179837748
+1 25417U 98046E   14237.75797917  .00000563  00000-0  26375-3 0  6352
+2 25417 044.9995 041.2363 0002202 103.8984 256.2106 14.31187112837884
+1 25418U 98046F   14237.71145747  .00000451  00000-0  22173-3 0  6861
+2 25418 045.0000 041.7380 0002660 085.0971 345.8274 14.31189119837883
+1 25419U 98046G   14236.96642135  .00000191  00000-0  12422-3 0  6385
+2 25419 044.9995 045.1010 0001175 084.2887 053.3199 14.31197278837770
+1 25420U 98046H   14237.73279093  .00000350  00000-0  18407-3 0  5343
+2 25420 045.0000 041.9774 0002833 064.1288 012.4338 14.31195065837915
+1 25431U 98048A   14238.38896391  .00000467  00000-0  15958-3 0  8491
+2 25431 086.3997 324.4672 0002474 111.2075 300.8640 14.34216984838586
+1 25432U 98048B   14238.40715750  .00000336  00000-0  11276-3 0  7846
+2 25432 086.3993 324.2464 0002355 115.2177 292.5660 14.34219153838574
+1 25442U 94029ADX 14236.47212633  .00004130  00000-0  96526-3 0  1491
+2 25442 081.7744 155.8001 0298727 339.9620 019.0027 14.30631826931621
+1 25444U 87068BX  14236.83393639  .00000370  00000-0  27565-3 0  1864
+2 25444 082.5553 078.2834 0019529 114.3422 305.8009 13.92413783825151
+1 25445U 94029ADZ 14235.01534784  .00001236  00000-0  21981-3 0  7917
+2 25445 081.9977 337.2318 0160563 208.5169 277.3340 14.58317790905579
+1 25449U 94029AED 14235.77639750  .00004519  00000-0  26343-2 0  8119
+2 25449 082.1506 147.0518 1019904 168.9889 259.1356 12.67956133748370
+1 25454U 87068CC  14237.57104214  .00002171  00000-0  15036-2 0   113
+2 25454 082.1770 264.5420 0084779 271.4721 218.1447 13.96944053 33040
+1 25460U 98049A   14239.02606453  .00000000  00000-0  10000-3 0  7893
+2 25460 002.4667 071.7070 0005221 098.1747 262.4084 00.98741331 58603
+1 25461U 98049B   14238.72304937  .00008587  00000-0  14085-2 0  7278
+2 25461 004.2085 083.4781 6678785 247.7714 032.1000 03.08117635155718
+1 25462U 98050A   14238.29570337  .00000000  00000-0  10000-3 0  9056
+2 25462 000.0435 099.1353 0004538 054.1647 315.8004 01.00271379 58598
+1 25465U 98050D   14236.59214582 -.00000165  00000-0  00000+0 0  1754
+2 25465 014.2484 144.0897 4966366 355.6967 195.0877 01.82826463106779
+1 25467U 98051A   14238.15785033 -.00000016  00000-0 -12864-4 0   318
+2 25467 086.3921 090.9696 0002061 101.3025 258.8402 14.34222393839557
+1 25468U 98051B   14238.43058482  .00000193  00000-0  61776-4 0  8465
+2 25468 086.3927 090.5553 0002046 103.4000 256.7424 14.34219912835810
+1 25469U 98051C   14238.15479637  .00000069  00000-0  17447-4 0  8541
+2 25469 086.3935 090.9117 0002129 102.7691 012.5170 14.34215813835777
+1 25471U 98051E   14238.16121234  .00000015  00000-0 -15421-5 0   390
+2 25471 086.3925 090.5841 0002244 106.0233 009.6220 14.34216930840978
+1 25473U 98052A   14238.20657417  .00000000  00000-0  10000-3 0  9999
+2 25473 001.0843 079.1795 0007749 045.3998 315.6596 01.00094045 58407
+1 25475U 98053A   14237.29651275  .00000266  00000-0  15077-3 0  5131
+2 25475 045.0091 126.4427 0002290 320.8007 039.2673 14.31727534831046
+1 25476U 98053B   14237.23197778  .00000507  00000-0  24227-3 0  1848
+2 25476 045.0087 128.0063 0002586 001.3284 150.2584 14.31322378831011
+1 25477U 98053C   14237.22160428  .00000370  00000-0  18948-3 0  5081
+2 25477 045.0088 127.0129 0002645 343.7122 170.1934 14.31728273831198
+1 25478U 98053D   14237.24754988  .00000389  00000-0  19847-3 0   897
+2 25478 045.0095 128.4252 0001574 021.8606 128.9297 14.31217256831164
+1 25479U 98053E   14237.08439657  .00000302  00000-0  16560-3 0  3812
+2 25479 045.0086 128.1197 0004273 023.5155 336.5885 14.31264944831141
+1 25480U 98053F   14237.49472660  .00000332  00000-0  17708-3 0  4460
+2 25480 045.0078 114.8537 0006445 049.5656 018.4102 14.31230010831326
+1 25481U 98053G   14237.07875384  .00000274  00000-0  15550-3 0  9907
+2 25481 045.0070 128.1918 0001179 064.5109 295.5858 14.31204880831130
+1 25482U 98053H   14237.43711315  .00000351  00000-0  18078-3 0   894
+2 25482 045.0093 084.6156 0004151 063.9027 003.5092 14.32160791831726
+1 25484U 98053K   14237.06950019  .00000004  00000-0  44183-4 0  4965
+2 25484 044.5305 067.4306 0064167 052.9839 095.8538 14.41202891838168
+1 25485U 98054A   14237.23569124  .00000629  00000-0  10000-3 0  5053
+2 25485 062.1758 278.3027 7421574 259.1820 056.5378 02.00586069116526
+1 25488U 98054D   14235.75803074  .00000997  00000-0  11454-3 0  5014
+2 25488 062.8219 328.6885 7474654 254.7918 350.5113 01.96422941114068
+1 25490U 98055B   14237.89093454  .00000325  00000-0  52269-4 0  7004
+2 25490 085.0726 332.4630 0017607 096.7297 036.2389 14.67965212851932
+1 25491U 98056A   14237.45409527  .00000038  00000-0  00000+0 0  5572
+2 25491 003.8893 065.8833 0006916 077.4688 204.6893 00.99262429 58052
+1 25492U 98056B   14237.97653760  .00000091  00000-0  00000+0 0  6198
+2 25492 004.6703 062.2205 0000971 138.3090 176.3511 01.00272751 58240
+1 25495U 98057A   14237.30317184 -.00000118  00000-0  00000+0 0  7907
+2 25495 001.3598 076.6033 0007274 347.5899 315.6065 00.98456148 58131
+1 25502U 98058B   14238.35556721  .00014046  00000-0  26494-2 0   102
+2 25502 027.0064 080.5827 6041013 069.4252 343.4615 03.98319101211294
+1 25503U 98059A   14237.34920596 -.00000161  00000-0 -78031-2 0  4751
+2 25503 007.3839 299.3444 7004901 116.9863 336.3918 02.24571436130020
+1 25504U 98060A   14237.62587993  .00000312  00000-0  37999-4 0  7743
+2 25504 024.9967 341.2786 0017568 349.6285 105.8578 14.43698830836412
+1 25506U 98060B   14237.41566245  .00000336  00000-0  42751-4 0  3181
+2 25506 024.9967 237.7430 0023119 158.2010 319.3816 14.45694954837444
+1 25509U 98061B   14238.11496791  .00000451  00000-0  78002-4 0  8227
+2 25509 031.4313 124.1557 0349080 007.0259 111.5795 14.29577990827166
+1 25510U 98061C   14237.44910793  .00000977  00000-0  16422-3 0  9396
+2 25510 031.4339 265.0426 0332988 342.1205 120.5069 14.35815491829545
+1 25515U 98063A   14238.16305388  .00000112  00000-0  00000+0 0  5568
+2 25515 001.6658 073.6054 0004339 090.1070 250.3032 01.00274996 57934
+1 25516U 98063B   14237.18326039 -.00000108  00000-0  10000-3 0  5220
+2 25516 003.4510 067.2777 0003369 049.5018 199.4060 00.99330525 57993
+1 25520U 98064B   14237.78921228  .00002950  00000-0  11057-3 0  5558
+2 25520 028.4582 118.8188 0004268 150.8217 285.4092 15.23807844877266
+1 25522U 98065A   14237.51147215 -.00000048  00000-0  00000+0 0  7469
+2 25522 000.0566 271.7181 0003582 256.2863 158.7890 01.00270560 57913
+1 25525U 98065D   14237.62544039 -.00000097  00000-0  00000+0 0  1973
+2 25525 016.8141 219.2025 5290908 088.8571 080.7224 01.88162476108659
+1 25526U 66040D   14236.71996328  .00001394  00000-0  19233-2 0   399
+2 25526 100.5861 246.8083 0044794 027.6789 021.8876 13.60006991 76900
+1 25527U 98066A   14238.22632443  .00003650  00000-0  23443-3 0  3351
+2 25527 085.5291 275.0175 0008017 232.2030 241.4626 15.08109651862689
+1 25528U 98066B   14238.09740146  .00000016  00000-0 -13228-5 0  1081
+2 25528 086.3927 058.7865 0002321 107.1198 253.0253 14.34217812832290
+1 25530U 98066D   14238.47796872  .00000046  00000-0  93273-5 0  7528
+2 25530 086.3927 058.7748 0002045 105.8470 254.2951 14.34217181829983
+1 25531U 98066E   14238.43988182  .00000042  00000-0  78172-5 0  8812
+2 25531 086.3930 058.8742 0002065 107.2923 252.8499 14.34217781827338
+1 25538U 88109E   14237.32936385  .00000082  00000-0  17393-2 0   609
+2 25538 007.0447 303.7967 7201897 339.4221 015.0836 02.22085729129967
+1 25539U 88109F   14232.30334504  .00000165  00000-0  15001-2 0  6756
+2 25539 006.7182 236.0112 6956062 102.6953 337.0835 02.59422330145835
+1 25540U 88109G   14238.12994816  .00001672  00000-0  17747-2 0  9758
+2 25540 006.6739 115.8086 6839685 350.4039 275.5065 02.79100998149657
+1 25541U 88109H   14238.33088810 -.00000177  00000-0  00000+0 0  3564
+2 25541 006.7403 130.5995 7128089 317.4121 005.5634 02.35402071134998
+1 25542U 88109J   14237.58596816 -.00000052  00000-0 -15168-3 0   410
+2 25542 006.6664 128.8711 7179228 320.4818 286.9673 02.31150327138296
+1 25543U 88109K   14238.28743730 -.00000024  00000-0  00000+0 0   691
+2 25543 006.5085 149.1940 7193205 281.6373 012.0368 02.29163874137520
+1 25544U 98067A   14239.18528270  .00011960  00000-0  20708-3 0  9720
+2 25544 051.6444 107.6822 0004371 058.5890 301.6047 15.50272937902342
+1 25546U 98068A   14237.90077836  .00000061  00000-0  00000+0 0  7747
+2 25546 002.3557 072.5923 0001921 078.7258 203.1695 01.00273911 57792
+1 25548U 98068C   14238.58370432 -.00000084  00000-0  10000-3 0  1501
+2 25548 020.1808 007.6180 6974482 134.6942 309.6468 02.15172046123916
+1 25558U 98070A   14237.61491594  .00000000  00000-0  10000-3 0  5737
+2 25558 001.0903 079.2765 0003535 084.6546 276.3341 01.00269752 57791
+1 25560U 98071A   14238.11613775  .00000955  00000-0  10557-3 0  6157
+2 25560 069.9009 317.4649 0011467 288.3725 071.6183 14.90897929852437
+1 25561U 98071B   14237.84594396  .00000792  00000-0  92411-4 0  9370
+2 25561 069.9192 342.9147 0010192 276.9336 083.0658 14.89347088852036
+1 25563U 90111D   14237.07003299  .00000407  00000-0  14722-3 0  1925
+2 25563 074.0516 306.0321 0021398 024.5420 048.5982 14.36512481238173
+1 25566U 94029AEE 14238.15861111  .00095485  00000-0  21921-1 0   279
+2 25566 082.2023 191.8569 0523553 319.0847 037.2100 13.94900931759842
+1 25567U 98072A   14238.01924014  .00000070  00000-0  60315-4 0  6971
+2 25567 082.9494 023.9177 0025858 194.2001 296.3943 13.71761269786490
+1 25568U 98072B   14236.99650216  .00000092  00000-0  84656-4 0  6841
+2 25568 082.9512 023.9595 0025040 191.4022 309.0051 13.72325381786507
+1 25569U 98072C   14238.10074765  .00000050  00000-0  36828-4 0  6972
+2 25569 082.9474 008.1198 0022234 122.1363 359.4548 13.73873616787602
+1 25577U 98074A   14238.15056417  .00000274  00000-0  90821-4 0  7570
+2 25577 086.3991 324.2897 0002376 110.7064 249.4387 14.34218301821371
+1 25578U 98074B   14238.31485495  .00000326  00000-0  10945-3 0  9962
+2 25578 086.3990 324.4327 0002370 106.4568 315.9730 14.34218563830366
+1 25585U 98075A   14237.42900564 -.00000124  00000-0  00000+0 0  3655
+2 25585 005.5161 059.6251 0022236 064.9172 189.3920 00.99155958 57226
+1 25586U 98075B   14236.40741576  .00003980  00000-0  83761-3 0  6103
+2 25586 007.4231 172.6006 5878063 287.8051 340.2837 04.21981886186442
+1 25590U 98076A   14237.80926308  .00000060  00000-0  49281-4 0  6771
+2 25590 082.9370 154.5023 0030901 214.7904 198.3870 13.72854032785104
+1 25592U 98076B   14236.15378066  .00000074  00000-0  62387-4 0  4632
+2 25592 082.9367 148.1262 0025813 181.3203 288.0132 13.73976440785492
+1 25593U 98077A   14238.82686359  .00000000  00000-0  10000-3 0  6980
+2 25593 063.2849 212.9359 0017463 034.6401 325.4596 02.13104038121839
+1 25594U 98077B   14237.46947306  .00000023  00000-0  00000+0 0  9389
+2 25594 063.2800 212.9455 0014493 028.5476 067.7026 02.13103646121814
+1 25595U 98077C   14238.69027950  .00000000  00000-0  10000-3 0  8862
+2 25595 063.2920 212.9660 0002243 200.4413 159.5362 02.13103925121833
+1 25598U 98077F   14237.24568566  .00000022  00000-0  00000+0 0  8463
+2 25598 063.2915 212.3620 0010902 275.1813 203.5189 02.13408209121980
+1 25611U 97029C   14238.06382500  .00000000  00000-0  10000-3 0  3936
+2 25611 012.5555 035.1877 0213814 317.6815 040.7607 01.02874461 72467
+1 25612U 66040E   14236.61420855  .00001510  00000-0  21670-2 0  2368
+2 25612 100.4946 107.2379 0051555 034.9942 019.9076 13.57224931847438
+1 25613U 66040F   14236.82457858  .00001040  00000-0  16944-2 0  2877
+2 25613 100.4816 066.7595 0028807 148.5279 329.5028 13.50462089354861
+1 25614U 66040G   14236.59682146  .00001023  00000-0  16697-2 0  2306
+2 25614 100.4770 098.8436 0063605 147.1719 281.4255 13.49794449886662
+1 25616U 99002A   14237.13021419  .00005222  00000-0  28352-3 0  2265
+2 25616 034.9601 114.2129 0037032 211.3848 281.9901 15.13309299852969
+1 25619U 99003B   14236.43949174  .00023257 -31728-5  96391-3 0  1226
+2 25619 022.4714 341.4356 2491628 201.2458 261.0813 10.37578999549080
+1 25621U 99004A   14238.14087755 -.00000046  00000-0  32458-3 0  5962
+2 25621 052.0102 192.7963 0009388 049.2479 022.9343 12.62295250717189
+1 25622U 99004B   14236.67502627 -.00000104  00000-0 -31763-5 0  8676
+2 25622 051.9915 195.7301 0000542 329.6428 085.7391 12.61798618716927
+1 25623U 99004C   14237.57106400 -.00000049  00000-0  49429-3 0  5463
+2 25623 051.9953 207.2216 0012882 050.7500 083.0256 11.86505839710233
+1 25624U 99004D   14237.45479986 -.00000092  00000-0  26938-4 0  5136
+2 25624 051.9963 281.8371 0002005 080.6972 023.2257 12.32395663715445
+1 25626U 99005A   14238.53594883  .00000000  00000-0  10000-3 0  5380
+2 25626 002.6376 086.8865 0007589 042.9033 317.5722 00.98992561 56881
+1 25629U 99005D   14238.89253111  .00000001  00000-0  10000-3 0  2689
+2 25629 018.4510 309.7584 5291780 103.1199 318.4872 01.89588989107553
+1 25630U 99006A   14238.09780500  .00000000  00000-0  10000-3 0  5694
+2 25630 000.1873 087.0146 0001145 051.5700 312.7875 01.00266434 56754
+1 25634U 99008A   14239.14369201  .00000066  00000-0  31485-4 0  2373
+2 25634 098.7552 305.8353 0009137 280.8115 079.2519 14.19166237803071
+1 25635U 99008B   14238.13320775  .00000336  00000-0  89694-4 0  1874
+2 25635 096.4738 007.6790 0138861 278.4805 133.5640 14.47206313817784
+1 25636U 99008C   14237.40908333  .00000096  00000-0  33025-4 0  8839
+2 25636 096.4824 354.7036 0145373 339.3569 059.9065 14.44213961816550
+1 25637U 99008D   14237.45696851  .00000199  00000-0  57771-4 0  5604
+2 25637 096.4791 003.0494 0142266 306.8013 092.1643 14.45924053817203
+1 25638U 99009A   14238.37918605  .00000000  00000-0  10000-3 0  4313
+2 25638 004.9416 061.4271 0002707 131.1949 229.1070 01.00146859 56809
+1 25639U 99009B   14237.10652826  .00000129  00000-0  10000-3 0  6475
+2 25639 008.9619 037.1763 0002384 158.5409 208.3950 01.00279076 56781
+1 25642U 99010A   14238.97178497  .00000000  00000-0  10000-3 0  9183
+2 25642 012.7963 043.3135 0005856 128.0022 232.1479 01.00185897 56757
+1 25645U 99010D   14238.91910397  .00000000  00000-0  10000-3 0  9958
+2 25645 013.1137 044.8023 0019143 217.3775 142.5880 00.98040750 55484
+1 25649U 99012A   14237.42549764 -.00000021  00000-0  79730-3 0  4151
+2 25649 052.0023 224.3169 0002201 299.3245 181.1254 12.02398057701429
+1 25650U 99012B   14237.89107757 -.00000089  00000-0 -47038-4 0  5564
+2 25650 052.0044 344.0134 0002932 156.5131 005.6409 11.96564493705859
+1 25651U 99012C   14237.43448515 -.00000035  00000-0  59538-3 0  4886
+2 25651 052.0059 318.4704 0001877 267.7052 172.8655 12.09299030706249
+1 25652U 99012D   14236.78666280 -.00000066  00000-0  21221-3 0  5372
+2 25652 052.0018 329.1475 0002351 089.0234 063.6239 12.62253311712551
+1 25655U 88032D   14238.14184116  .00000454  00000-0  40643-4 0  7237
+2 25655 097.6288 291.4746 0042636 216.9925 199.2761 15.00112671417464
+1 25657U 99013A   14237.97660330  .00000000  00000-0  10000-3 0  8867
+2 25657 000.4103 083.3474 0002037 121.4283 240.8580 01.00262702 56577
+1 25660U 99013D   14237.49476421 -.00000070  00000-0  00000+0 0  9194
+2 25660 013.4446 093.2337 4637789 144.2751 101.5848 01.74921502 98610
+1 25661U 99014A   14239.15997950 -.00000016  00000-0  00000+0 0  4641
+2 25661 000.9577 128.0077 7165990 017.4259 358.1216 02.23251138125775
+1 25662U 99014B   14238.68052648  .00000041  00000-0  52775-3 0  5889
+2 25662 000.9549 086.4263 7175793 097.7316 342.2029 02.24285012126323
+1 25666U 99016A   14237.42457525  .00000099  00000-0  00000+0 0  9101
+2 25666 003.3736 067.5048 0007161 133.7896 144.5953 00.99654554 56448
+1 25667U 99016B   14239.21617176  .00039474  00000-0  26970-2 0  9376
+2 25667 004.3744 295.6632 6260936 222.3541 066.7393 03.70204417168078
+1 25668U 92060E   14239.00899819  .00336247  00000-0  17471-2 0  5776
+2 25668 007.4081 143.4450 5510763 043.7689 348.6478 04.94309663250319
+1 25673U 99018A   14238.15493699  .00000000  00000-0  10000-3 0    12
+2 25673 001.3972 077.3907 0004143 086.3280 274.5210 01.00272751 56343
+1 25676U 99019A   14237.75522130 -.00000082  00000-0  10249-3 0  6511
+2 25676 051.9987 037.3668 0000674 054.5932 023.8601 12.26915514708950
+1 25677U 99019B   14237.34211222 -.00000188  00000-0 -10162-2 0  5019
+2 25677 051.9891 251.6812 0000731 312.0379 146.9771 12.14089348705785
+1 25678U 99019C   14237.77369491 -.00000092  00000-0 -12320-3 0  5427
+2 25678 051.9974 067.9376 0006268 350.8147 094.0696 11.90156445701157
+1 25679U 99019D   14237.71347753 -.00000010  00000-0  77253-3 0  5660
+2 25679 052.0033 036.2671 0003063 106.6139 318.8687 12.21967685702598
+1 25682U 99020A   14238.26826514  .00000131  00000-0  39191-4 0  5500
+2 25682 098.2120 306.9339 0000632 073.8471 286.2789 14.57117693817193
+1 25693U 99021A   14237.21108241  .00000142  00000-0  37703-4 0  5775
+2 25693 064.5574 049.7629 0049374 279.3670 138.5241 14.80008622828133
+1 25695U 99021C   14236.47481512 -.00000045  00000-0  23360-4 0  2256
+2 25695 064.5544 198.8386 0574625 248.2170 255.5473 13.71655546768255
+1 25721U 99022A   14237.45257829  .00010493  00000-0  27756-3 0   299
+2 25721 048.4580 004.5997 0014752 281.6949 190.1534 15.38752110849872
+1 25723U 99022C   14237.33728412  .00006575  00000-0  22135-3 0  7265
+2 25723 048.4235 165.1340 0017007 188.5870 317.7878 15.31738058847752
+1 25727U 99024A   14234.94877371  .00000090  00000-0  17105-3 0  5843
+2 25727 019.8263 168.1935 0041461 209.5730 150.2248 10.39143417620057
+1 25730U 99025A   14237.43563086  .00000598  00000-0  35008-3 0  2246
+2 25730 098.9167 198.1188 0021529 279.5218 191.9260 14.12007975787295
+1 25731U 99025B   14237.49939867  .00000105  00000-0  81942-4 0  1238
+2 25731 098.9910 215.8978 0016030 297.9496 169.7569 14.12186258788219
+1 25732U 99025C   14237.50441367  .00000018  00000-0  30480-4 0  6121
+2 25732 098.9037 214.9945 0038363 134.9868 333.0764 14.17483462791174
+1 25733U 99025D   14237.46972329  .00000205  00000-0  12813-3 0  3386
+2 25733 098.9223 218.1234 0014219 227.2737 242.7863 14.15462304789313
+1 25735U 99026A   14237.17149770  .00004229  00000-0  12863-3 0  2376
+2 25735 097.0948 050.6209 0006880 137.7149 333.0630 15.34524526848103
+1 25736U 99026B   14238.15494371  .00000635  00000-0  18441-3 0  2876
+2 25736 097.7151 024.5501 0004253 334.9571 025.1416 14.47132091804674
+1 25740U 99027A   14237.46328553 -.00000216  00000-0  00000+0 0  6242
+2 25740 000.1055 271.1383 0001654 259.4998 243.2483 01.00275471 55955
+1 25743U 99027D   14234.54985693 -.00000181  00000-0  00000+0 0  1072
+2 25743 017.7625 341.9024 5188644 038.8861 011.3051 01.87835264104789
+1 25750U 94029AEG 14236.80399094  .00006127  00000-0  71182-3 0  4770
+2 25750 082.3928 050.9413 0144054 004.2206 356.0181 14.77941492811188
+1 25756U 99029A   14238.13224351  .00000085  00000-0  31614-4 0  4901
+2 25756 098.4460 136.3860 0014805 144.6751 351.3591 14.53242756808430
+1 25757U 99029B   14237.78432412  .00000034  00000-0  20126-4 0  9388
+2 25757 098.4814 129.7702 0013909 194.9383 165.1392 14.51166544807592
+1 25758U 99029C   14237.15630295  .00000200  00000-0  60594-4 0  7295
+2 25758 098.2283 323.9392 0003786 170.6080 247.8786 14.51769478807681
+1 25759U 99029D   14237.73946970  .00000125  00000-0  41103-4 0  5907
+2 25759 098.4373 137.1987 0020500 142.1433 280.9562 14.53398440808532
+1 25765U 79104G   14238.54698530  .00003160  00000-0  60272-2 0  3504
+2 25765 019.8837 189.3446 5766107 037.5875 351.2563 04.21660120238207
+1 25766U 79104H   14229.66913027  .00004558  00000-0  12459-1 0  7609
+2 25766 020.5223 226.2214 5911358 328.3362 006.7664 03.97464490217050
+1 25768U 79104K   14234.31520061 -.00000700  00000-0 -34140-2 0  8139
+2 25768 017.8014 285.0938 5321983 158.3457 216.2007 04.73943896263226
+1 25770U 99031A   14235.46015478 -.00000059  00000-0  24821-3 0  3116
+2 25770 051.9821 311.0131 0001003 026.1370 059.1557 11.22511447695709
+1 25771U 99031B   14237.06553491 -.00000152  00000-0 -30285-2 0  8117
+2 25771 051.9864 143.6780 0001923 341.9562 120.1832 11.12078762678060
+1 25772U 99031C   14234.82903828 -.00000045  00000-0  67751-3 0  5095
+2 25772 051.9828 163.0901 0016502 318.8676 106.9599 11.31877619698434
+1 25773U 99031D   14235.95028497 -.00000000  00000-0  22030-2 0  3539
+2 25773 051.9875 310.3437 0002694 102.8551 306.2399 11.15011051695698
+1 25774U 99031E   14236.46865463 -.00000102  00000-0  36494-4 0  4949
+2 25774 051.5252 255.0656 0375993 052.4161 089.9242 13.46338293748017
+1 25776U 79009C   14238.86927010  .00842814  00000-0  70692-3 0  8974
+2 25776 023.8938 071.8560 0688297 272.5979 079.5762 14.72756660569730
+1 25777U 99032A   14238.12226458  .00000318  00000-0  68942-4 0   490
+2 25777 086.5128 292.8240 0002368 108.1244 317.1798 14.54943505807591
+1 25778U 99032B   14238.18261784  .00000190  00000-0  60950-4 0  8530
+2 25778 086.3945 292.8273 0002329 116.0911 296.1872 14.34218307801056
+1 25785U 99033A   14237.92885671 -.00000287  00000-0  00000+0 0  6381
+2 25785 001.7981 075.2113 0002424 115.3735 050.3037 01.00274294 55671
+1 25788U 99033D   14237.80223500 -.00000072  00000-0  00000+0 0  1925
+2 25788 015.9631 087.6985 5098081 350.2504 188.0680 01.85816774103114
+1 25789U 99034A   14237.49050510  .00000009  00000-0  21622-4 0  9656
+2 25789 098.6155 065.9048 0001824 118.3917 293.9262 14.27108335790748
+1 25791U 99035A   14237.36669462  .00000335  00000-0  46134-4 0  8632
+2 25791 024.9840 225.7204 0010806 032.7137 080.1763 14.42391789800239
+1 25793U 61018F   14235.82182006  .00000028  00000-0  92072-2 0  1572
+2 25793 091.1887 023.9851 0105671 148.8996 211.8187 08.93104899616120
+1 25795U 80089CJ  14236.74702597  .00001203  00000-0  98261-4 0  6421
+2 25795 064.9816 132.0847 0094291 182.1352 275.1272 15.01230390920197
+1 25798U 89001K   14237.44045112  .00003137  00000-0  17831-1 0  4379
+2 25798 064.8473 274.2372 4620668 166.0455 346.0226 05.74627109319132
+1 25803U 87079N   14238.13379948  .00000617  00000-0  78508-3 0  3899
+2 25803 064.9559 067.3249 5055605 076.7275 333.1067 05.32233117326426
+1 25804U 87079P   14238.04767766  .00002412  00000-0  21677-2 0  2538
+2 25804 065.0471 177.7766 4498845 093.3616 355.7448 06.25878603336165
+1 25809U 87079U   14237.86241106  .00003820  00000-0  38409-2 0  7571
+2 25809 065.1538 180.2305 4635557 080.0257 005.4071 06.02022840324875
+1 25822U 84023D   14236.42456834 -.00000189  00000-0  00000+0 0   616
+2 25822 008.3262 309.2449 6702173 049.5523 352.6814 02.53578987145000
+1 25823U 84023E   14237.57887436 -.00000644  00000-0 -13198-1 0  8114
+2 25823 007.8358 197.2958 6817127 269.1756 345.6878 02.61204935147096
+1 25824U 84023F   14231.52637068 -.00000111  00000-0  28321-2 0  5781
+2 25824 008.2216 001.1723 6806535 304.6337 004.4019 02.56694852143772
+1 25825U 66040H   14238.01358697  .00001274  00000-0  19547-2 0  4666
+2 25825 100.3290 025.0452 0049652 021.9509 098.1670 13.53384814356026
+1 25833U 78100AV  14237.97341649  .00111952  00000-0  60334-1 0  1153
+2 25833 082.1317 042.2192 0320680 183.5284 308.2301 13.89037384753092
+1 25834U 78100AW  14238.95732454  .00011934  00000-0  15724-1 0  4763
+2 25834 082.2049 107.6618 0324366 317.1268 040.5432 13.41495267740179
+1 25838U 81071G   14238.61130525  .00000000  00000-0  10000-3 0  9279
+2 25838 068.9486 346.3572 5796144 101.5894 325.4219 01.98229006116699
+1 25839U 81071H   14230.75709226  .00000000  00000-0  10000-3 0  9277
+2 25839 068.4331 001.1234 5869982 098.7857 328.1251 01.98321231126478
+1 25840U 81071J   14233.40591020  .00000364  00000-0  00000+0 0  9138
+2 25840 069.5466 326.4577 5735848 104.7980 328.9151 01.98038066123589
+1 25843U 89062G   14237.30263823  .00086040  00000-0  12984-1 0  7240
+2 25843 006.5922 100.7811 5874366 087.3597 147.3917 04.24392692219357
+1 25844U 89062H   14237.29334176  .00000375  00000-0  81436-3 0  6357
+2 25844 007.5262 248.4392 6766906 159.0916 311.9373 02.86659810155373
+1 25847U 99036A   14238.52153988  .00000542  00000-0  22474-1 0  7227
+2 25847 063.1480 046.2828 7314826 257.8915 019.1052 02.00649890110893
+1 25850U 99036D   14235.35089514 -.00001038  00000-0  00000+0 0  8853
+2 25850 063.4803 086.4431 7181936 256.4391 343.2680 01.96660072108638
+1 25851U 99037A   14237.50798429 -.00000009  00000-0  20715-2 0  2046
+2 25851 051.9925 220.5202 0013677 062.6300 089.3397 11.04494799659959
+1 25852U 99037B   14235.48521494 -.00000021  00000-0  14540-2 0  3503
+2 25852 051.9970 322.8105 0000380 193.9120 247.9027 11.19018354692564
+1 25853U 99037C   14237.40551830 -.00000049  00000-0  57100-3 0  4438
+2 25853 051.9779 206.3209 0001359 073.8626 048.9294 11.42146377681192
+1 25854U 99037D   14237.39277057  .00000019  00000-0  19936-2 0  4781
+2 25854 051.9854 263.3899 0003719 140.9052 319.8707 11.55040224693837
+1 25860U 99039A   14237.01055319  .00000352  00000-0  59486-4 0  3374
+2 25860 098.0504 200.4966 0001533 126.4141 275.9683 14.75351438812302
+1 25861U 99039B   14237.77908229  .00000250  00000-0  42061-4 0  7119
+2 25861 097.9566 195.8148 0016890 147.8316 272.6148 14.77746587814140
+1 25862U 99039C   14236.50475696  .00000309  00000-0  97559-4 0  4100
+2 25862 097.7760 188.8691 0169133 002.0597 112.7751 14.38532739791767
+1 25863U 99039D   14237.92343196  .00000228  00000-0  74919-4 0  4292
+2 25863 098.6254 207.0998 0159530 188.4175 234.4153 14.40862971793139
+1 25864U 99039E   14237.79437692  .00000523  00000-0  16787-3 0  3838
+2 25864 098.6690 194.1430 0174181 318.3431 111.2577 14.35623657790352
+1 25865U 99039F   14236.43258432  .00000212  00000-0  77539-4 0  3751
+2 25865 097.8296 151.1355 0190760 164.3321 261.2360 14.31674189787942
+1 25867U 99040B   14236.72338663  .00000000  00000-0  10000-3 0   573
+2 25867 076.9645 317.9924 8011221 273.2987 009.2819 00.37812345 12189
+1 25868U 99040C   14237.44890928  .00004064  00000-0  65937-3 0  6086
+2 25868 028.4314 251.3733 4600283 017.6424 132.9185 06.29022119331574
+1 25869U 99040D   14236.17583013 -.00000294  00000-0  00000+0 0  2242
+2 25869 032.8575 290.0633 8215111 083.8055 000.0006 00.97233021 53587
+1 25872U 99041A   14233.84259207 -.00000069  00000-0  34430-4 0  9104
+2 25872 051.9402 357.0863 0013392 178.2826 328.3651 11.33797008676557
+1 25873U 99041B   14238.13371586 -.00000113  00000-0 -51868-4 0  5209
+2 25873 052.0051 100.1995 0000562 081.8847 060.8613 12.62259574695955
+1 25874U 99041C   14236.39142103 -.00000056  00000-0  37868-3 0  8477
+2 25874 051.9400 301.4185 0011636 051.8420 029.2077 11.25643833678101
+1 25875U 99041D   14237.12113468 -.00000106  00000-0 -13410-4 0  4989
+2 25875 052.0029 102.6668 0001029 039.5438 097.6751 12.62267825695826
+1 25876U 99041E   14237.79074939  .00000127  00000-0  61728-4 0  4472
+2 25876 051.7690 042.6501 0539757 279.3924 185.5875 14.02157988770488
+1 25880U 99042A   14238.52087741 -.00000359  00000-0  00000+0 0  8366
+2 25880 000.0468 283.6774 0001892 302.3380 044.1855 01.00269427 55131
+1 25882U 70034D   14236.85569596  .00001107  00000-0  13783-3 0  8283
+2 25882 068.3813 036.3369 0793785 339.1625 083.5323 13.67244293743395
+1 25883U 99043A   14236.72194367 -.00000003  00000-0  22015-2 0  8823
+2 25883 052.0011 291.6282 0001662 106.9031 048.6184 11.10122480676260
+1 25884U 99043B   14237.31487126 -.00000064  00000-0  22389-3 0  4781
+2 25884 052.0066 148.7879 0000976 027.1834 126.4002 12.62270264692968
+1 25885U 99043C   14237.43770972  .00000012  00000-0  21226-2 0  4206
+2 25885 052.0169 325.8752 0006288 146.9475 293.6050 11.39170489669352
+1 25886U 99043D   14234.08584140 -.00000079  00000-0 -28895-3 0  7786
+2 25886 051.9988 061.9172 0002783 191.6531 322.0047 11.27618187673740
+1 25892U 99045A   14238.14272862  .00000020  00000-0  44497-5 0  9460
+2 25892 082.9263 082.5322 0032831 134.8883 347.8940 13.74386255752454
+1 25893U 99045B   14238.12932500 -.00000301  00000-0 -32309-3 0   238
+2 25893 082.9238 068.1877 0029912 083.6008 055.5878 13.76423605753499
+1 25894U 99046A   14238.91205964 -.00000376  00000-0  10000-3 0  7102
+2 25894 000.0526 256.2230 0000851 021.9125 141.3314 01.00272796 53927
+1 25896U 99047A   14238.13806355  .00000000  00000-0  10000-3 0  1747
+2 25896 012.4076 038.0269 0082587 307.0089 052.3271 00.99866792 54710
+1 25897U 99047B   14238.19360340  .00000000  00000-0  10000-3 0  2407
+2 25897 009.4308 047.4753 0002334 132.5097 227.6519 00.99993734 54875
+1 25900U 99047E   14238.31238612  .00000000  00000-0  10000-3 0  5786
+2 25900 012.3598 037.9080 0097270 306.1300 053.0607 01.00134141 54792
+1 25904U 94016D   14209.50656652  .00444057  00000-0  72401-2 0  2668
+2 25904 034.5365 168.9966 3041042 246.4157 260.6436 09.38510918450512
+1 25907U 99049A   14237.58479472 -.00000066  00000-0  24288-3 0  4790
+2 25907 051.9922 211.6399 0000969 209.6959 279.8552 11.93076245681425
+1 25908U 99049B   14237.94896361 -.00000129  00000-0 -46130-3 0  3544
+2 25908 051.9985 153.4710 0009127 078.7727 359.7992 12.07353229675995
+1 25909U 99049C   14237.43358146 -.00000028  00000-0  61755-3 0  4754
+2 25909 051.9913 299.7316 0012819 116.0732 244.1436 12.20215919686391
+1 25910U 99049D   14237.29079941 -.00000074  00000-0  17589-3 0  4389
+2 25910 052.0012 142.5752 0006625 204.4986 307.7146 12.29302884682819
+1 25913U 99050A   14237.64900567 -.00000272  00000-0  00000+0 0  6771
+2 25913 004.4410 063.6441 0005704 115.7830 177.3657 00.98748463 54363
+1 25919U 99051A   14239.20755259 -.00007594  00000-0  00000+0 0  7605
+2 25919 098.1079 312.7735 0001114 103.6844 256.4990 14.64361028773583
+1 25922U 99052A   14238.10819914  .00000000  00000-0  10000-3 0  5727
+2 25922 001.1578 078.3824 0010782 135.1430 225.8854 01.00270897 54648
+1 25924U 99053A   14238.19204389  .00000000  00000-0  10000-3 0  8074
+2 25924 000.0301 255.8058 0002537 224.1264 082.5629 01.00268216 54668
+1 25927U 99053D   14237.31594728 -.00000197  00000-0  00000+0 0  1187
+2 25927 016.4688 085.3136 5316402 085.7267 247.6638 01.89349849103153
+1 25928U 91015J   14234.25589067 -.00000342  00000-0 -19159-2 0   492
+2 25928 007.4389 331.7728 6649941 041.6822 333.3872 02.89051825173833
+1 25933U 99055A   14237.59417805 -.00000010  00000-0  10000-3 0  3952
+2 25933 051.0591 122.7824 0151395 075.6174 286.1336 02.00558658109069
+1 25936U 86010D   14238.13341876  .00007235  00000-0  15115-1 0  7686
+2 25936 030.7317 040.6621 6826985 084.9868 276.2467 02.77432536139213
+1 25937U 99056A   14238.64861024  .00000000  00000-0  10000-3 0  8537
+2 25937 001.7589 074.4960 0006065 096.3862 264.3755 00.98955502 54519
+1 25938U 99056B   14238.63192089  .00000025  00000-0  10000-3 0  3087
+2 25938 000.4401 306.2990 6449707 239.7178 038.7997 02.12164199115321
+1 25940U 99057A   14237.50040353  .00000120  00000-0  57004-4 0  1408
+2 25940 098.3727 184.4076 0005491 166.2179 307.7508 14.35038907778562
+1 25941U 99057B   14237.16816972  .00000176  00000-0  56282-4 0  1889
+2 25941 098.5668 122.3806 0009552 117.5880 359.9892 14.51081556786459
+1 25942U 99057C   14236.95952925  .00000295  00000-0  11236-3 0  8681
+2 25942 098.4868 178.0261 0100714 023.9890 019.7857 14.35117102778099
+1 25943U 99058A   14236.76527804 -.00000114  00000-0 -19552-3 0  8766
+2 25943 052.0006 035.0412 0003387 145.3511 214.7560 12.24692636683074
+1 25944U 99058B   14237.44418703 -.00000098  00000-0  30901-4 0  4803
+2 25944 052.0033 281.3938 0000394 020.0510 082.4232 12.62264875685202
+1 25945U 99058C   14237.43020228 -.00000094  00000-0  56803-4 0  8128
+2 25945 051.9959 234.5696 0001013 256.5081 219.8234 12.62273883685934
+1 25946U 99058D   14236.74681192  .00000011  00000-0  10290-2 0  4767
+2 25946 051.9976 322.4302 0001789 095.2465 045.9852 12.15915042684323
+1 25949U 99059A   14239.16456307  .00000000  00000-0  10000-3 0  6184
+2 25949 000.0230 295.1406 0002813 208.1278 236.2621 01.00267654 54377
+1 25954U 99060A   14237.92876810 -.00000288  00000-0  10000-3 0  9462
+2 25954 000.0283 298.3631 0001875 195.8187 107.2689 01.00271365 54234
+1 25961U 99062A   14237.81342256 -.00000102  00000-0  12111-4 0  7629
+2 25961 051.9946 052.4088 0001454 068.8504 034.8568 12.62258579681625
+1 25962U 99062B   14236.46750507 -.00000061  00000-0  32000-3 0  7512
+2 25962 051.9861 197.4415 0014165 137.2126 020.4152 11.79363874672341
+1 25963U 99062C   14237.17707913 -.00000076  00000-0  15270-3 0  8028
+2 25963 051.9927 189.3875 0000424 067.0110 034.3904 12.62261339691257
+1 25964U 99062D   14236.79226998 -.00000061  00000-0  31109-3 0  4945
+2 25964 051.9814 328.4489 0006137 100.8741 046.2939 11.76712983656524
+1 25968U 99063B   14238.54068249  .00010753  00000-0  98702-3 0  8807
+2 25968 026.8426 172.6940 5848569 257.4633 034.7501 04.30715030202461
+1 25977U 99064A   14237.77987756  .00000822  00000-0  11483-3 0  3414
+2 25977 098.1617 316.4005 0001533 062.0061 048.5162 14.80399050792025
+1 25978U 99064B   14238.12832847  .00001838  00000-0  18818-3 0  3445
+2 25978 098.2149 025.8166 0009727 068.8819 344.0819 14.91813502797768
+1 25979U 99064C   14237.44659703  .00002015  00000-0  21198-3 0  9368
+2 25979 098.2252 023.8735 0008101 087.4593 272.7551 14.90612448796916
+1 25980U 99065A   14239.10985218  .00000732  00000-0  27417-3 0   252
+2 25980 045.0332 288.6256 0006257 212.4647 147.6297 14.31177144768747
+1 25981U 99065B   14237.43518631  .00000235  00000-0  14076-3 0  1142
+2 25981 045.0240 292.8718 0005806 215.1223 222.8269 14.31176481768495
+1 25982U 99065C   14237.44218146  .00000213  00000-0  13313-3 0   612
+2 25982 045.0197 289.5423 0007688 212.4469 230.0160 14.30995249768531
+1 25983U 99065D   14237.41900814  .00000470  00000-0  21923-3 0  1094
+2 25983 045.0296 276.4040 0008185 157.6789 283.4421 14.33425269768748
+1 25984U 99065E   14237.07150785  .00000268  00000-0  15332-3 0   609
+2 25984 045.0379 300.3664 0001519 122.4887 311.4006 14.31171073768440
+1 25985U 99065F   14237.60157126  .00000435  00000-0  21579-3 0   870
+2 25985 045.0409 299.1834 0004510 214.2153 145.8403 14.31182705768511
+1 25986U 99065G   14237.44847329  .00000295  00000-0  16347-3 0   280
+2 25986 045.0403 299.2483 0004750 182.1958 177.8868 14.31190755768490
+1 25989U 99066A   14238.55591144  .00000000  00000-0  10000-3 0  7021
+2 25989 065.4840 053.9143 7777446 093.6050 348.7366 00.50149115 15595
+1 25990U 99066B   14238.57012762  .00000000  00000-0  10000-3 0  7793
+2 25990 063.6653 098.4011 5235373 081.3462 332.6009 00.55309840 17501
+1 25992U 99067B   14237.78607763  .00001107  00000-0  43819-3 0   559
+2 25992 098.5321 316.0678 0006611 233.5474 249.5863 14.30861312764788
+1 25993U 99067C   14238.14020388  .00001301  00000-0  51586-3 0  1785
+2 25993 098.4719 302.4863 0003688 252.0595 160.1351 14.30499744764422
+1 25994U 99068A   14249.47555778  .00000266  00000-0  58980-4 0  5623
+2 25994 098.2065 323.0633 0000693 087.7198 272.4707 14.57111198782902
+1 25997U 75052BA  14237.16357528  .00001304  00000-0  60671-3 0  7129
+2 25997 100.0021 299.7829 0173474 116.6332 307.2859 14.14937555 58003
+1 25998U 91068H   14237.05050243  .00000008  00000-0 -13610-4 0  2316
+2 25998 082.6809 330.1692 0036465 018.0735 097.9252 12.53578772671904
+1 25999U 91068J   14237.18571904  .00000093  00000-0  46161-3 0  2783
+2 25999 082.6972 294.0586 0063217 127.2353 288.1055 12.61279441684482
+1 26000U 91068K   14236.23063017  .00000042  00000-0  22439-3 0   800
+2 26000 082.7197 045.9594 0043609 274.6702 147.9039 12.44857418666881
+1 26001U 91068L   14237.98044362  .00000068  00000-0  29313-3 0  2804
+2 26001 082.2276 031.3181 0092434 155.3543 332.6578 12.67517801687972
+1 26002U 91068M   14225.36504291  .00000151  00000-0  57479-3 0  9440
+2 26002 081.9712 183.2787 0142094 298.1954 218.4754 12.82967999691788
+1 26003U 91068N   14239.03986448 -.00001662  00000-0  10000-3 0  6038
+2 26003 082.7007 346.1434 0070111 067.1593 293.7345 12.57819269680415
+1 26004U 91068P   14238.12389078  .00001238  00000-0  64571-2 0  2714
+2 26004 082.5779 252.8407 0071268 189.2561 235.1249 12.66124426683924
+1 26005U 91068Q   14236.55971892  .00000049  00000-0  21752-3 0  2658
+2 26005 082.5987 250.2172 0057692 178.8600 306.8100 12.61127235684389
+1 26006U 91068R   14238.12726009  .00000016  00000-0  27464-4 0  2169
+2 26006 082.6055 242.2736 0096669 183.8424 246.5944 12.62409245685327
+1 26007U 91068S   14238.13900647  .00000029  00000-0  12851-3 0  4915
+2 26007 082.7021 011.9555 0011549 010.3084 108.3693 12.48332942677771
+1 26008U 91068T   14238.13356068  .00000003  00000-0 -43080-4 0  2378
+2 26008 082.6248 246.9638 0092558 156.0206 274.5733 12.63048848685740
+1 26009U 91068U   14236.66853063  .00000413  00000-0  17512-2 0  1543
+2 26009 082.4891 096.5849 0126142 214.4776 202.1542 12.78339178692809
+1 26010U 91068V   14236.01793892  .00000028  00000-0  12660-3 0  1246
+2 26010 082.7329 056.3121 0049530 288.6290 197.2444 12.44266749667225
+1 26011U 91068W   14237.32137944  .00000135  00000-0  71118-3 0  2009
+2 26011 082.4273 169.9811 0056037 253.7688 228.3386 12.60631686684136
+1 26012U 91068X   14236.00095844  .00000041  00000-0  20952-3 0  4756
+2 26012 082.7343 039.8815 0037048 270.7249 214.9937 12.46750845676351
+1 26013U 91068Y   14237.02243242  .00000053  00000-0  26135-3 0  1149
+2 26013 082.7189 340.0110 0024419 310.9859 101.1630 12.55071631680886
+1 26014U 91068Z   14236.52611564 -.00000005  00000-0 -10409-3 0  4284
+2 26014 082.7403 057.1913 0043384 293.6069 120.6216 12.44436484675198
+1 26015U 91068AA  14236.36482542  .00000043  00000-0  18013-3 0  2220
+2 26015 082.4822 185.7040 0067110 201.1732 286.0099 12.62088974 53399
+1 26016U 91068AB  14237.41944797  .00000215  00000-0  75036-3 0  4572
+2 26016 081.9081 121.1365 0237002 176.3401 306.8214 12.84362957 67171
+1 26017U 91068AC  14236.50891352  .00000000  00000-0 -66781-4 0  4199
+2 26017 082.6912 041.4284 0059597 319.2078 095.8522 12.43230694 43725
+1 26018U 91068AD  14236.83904091  .00000017  00000-0  47081-4 0  7766
+2 26018 082.7148 038.7687 0017939 302.0381 125.9813 12.45323015 45064
+1 26019U 91068AE  14236.03553528  .00000105  00000-0  66418-3 0  5528
+2 26019 082.6467 064.8074 0280514 250.7656 235.9781 12.36239142 40836
+1 26020U 91068AF  14238.58932302  .00000577  00000-0  10000-3 0  3542
+2 26020 082.7261 341.3643 0058776 060.4597 300.2816 12.62674776 50739
+1 26021U 91068AG  14237.45698382  .00000419  00000-0  13797-2 0  9800
+2 26021 081.7790 028.3986 0226981 132.8765 286.0978 12.90447456 69390
+1 26022U 91068AH  14236.61478162  .00000220  00000-0  11742-2 0  5264
+2 26022 082.4623 183.5765 0075935 179.0190 302.2572 12.61336321 53906
+1 26023U 91068AJ  14236.23306948  .00000039  00000-0  18615-3 0  8005
+2 26023 082.5799 309.3633 0019047 149.3471 267.1968 12.50442815 48218
+1 26024U 91068AK  14239.05217046 -.00000237  00000-0  10000-3 0  4848
+2 26024 082.7094 110.8383 0275321 312.2875 045.5766 12.32846809 41313
+1 26025U 91068AL  14232.15318251 -.00000188  00000-0 -14154-2 0  2569
+2 26025 082.7313 119.8018 0256105 294.6830 223.0045 12.34184641 45122
+1 26026U 91068AM  14236.39252043  .00000185  00000-0  95139-3 0  2834
+2 26026 082.5142 196.6142 0090150 203.0681 281.7971 12.62903810692244
+1 26027U 91068AN  14237.12054637  .00000253  00000-0  19288-2 0  4531
+2 26027 083.2960 010.5680 0116015 120.1828 002.6634 12.33437392682445
+1 26028U 91068AP  14235.93945906  .00000042  00000-0  22310-3 0  4028
+2 26028 082.6991 031.4649 0022189 307.7575 181.1435 12.45564209696741
+1 26029U 91068AQ  14239.05869991 -.00000010  00000-0  10000-3 0  8488
+2 26029 082.5579 265.6070 0036654 320.9787 038.9228 12.56164202703868
+1 26030U 91068AU  14237.75846990  .00000276  00000-0  13809-2 0  3015
+2 26030 082.6716 255.5750 0090041 076.5531 284.5579 12.66144933502223
+1 26032U 99070A   14238.33807383  .00000528  00000-0  10069-3 0  4260
+2 26032 097.7589 053.7343 0004151 339.5188 020.5866 14.67658817785351
+1 26033U 99070B   14237.51002606  .00000189  00000-0  46871-4 0  2335
+2 26033 097.8168 052.0519 0027591 347.8410 076.9903 14.61468552782269
+1 26034U 99070C   14237.49192249  .00005741  00000-0  56244-3 0  1899
+2 26034 098.2295 346.2537 0012922 351.1827 008.9162 14.92629765791346
+1 26035U 99070D   14236.53817650  .00000138  00000-0  37112-4 0  2726
+2 26035 097.8401 042.2963 0026527 000.0408 040.3425 14.61026718781906
+1 26036U 75052KA  14237.13175939  .00003642  00000-0  13454-2 0  6251
+2 26036 099.9939 050.2360 0134829 177.5149 253.3167 14.28252634813202
+1 26037U 87079W   14237.32795283  .00000500  00000-0  37450-2 0  8978
+2 26037 065.1396 359.5382 5462375 261.6533 036.1186 04.48111643267319
+1 26038U 99071A   14238.42865580 -.00000300  00000-0  10000-3 0  9506
+2 26038 000.0070 050.3189 0000324 188.2598 194.7421 01.00272852 53861
+1 26042U 99073A   14236.18838973 -.00000588  00000-0  00000+0 0  8164
+2 26042 067.3862 234.3735 5496853 249.9916 226.0108 02.00753340107387
+1 26045U 99073D   14237.24226353  .00000358  00000-0  00000+0 0  9488
+2 26045 066.5249 213.3718 5833926 241.6162 153.2075 02.04179539109322
+1 26048U 65108AG  14239.09409291  .00001252  00000-0  92394-3 0  7496
+2 26048 026.4462 242.1191 6388339 356.5763 000.5699 03.41333017182455
+1 26049U 65108AH  14236.08449552 -.00000335  00000-0 -60260-3 0  8623
+2 26049 027.2031 092.9577 4873252 302.0436 019.6194 05.55770215301670
+1 26050U 65108AJ  14237.16313039 -.00000387  00000-0 -26883-1 0  4652
+2 26050 026.3696 099.5357 6623971 346.7651 278.8314 02.69629574150000
+1 26056U 00002A   14237.85949398  .00000000  00000-0  10000-3 0  4396
+2 26056 005.3254 060.1551 0007343 072.8711 287.4683 00.99642103 53359
+1 26058U 00003A   14237.41570038 -.00000137  00000-0  00000+0 0  4579
+2 26058 005.4198 058.3857 0004327 139.6053 118.6359 00.97323200 53275
+1 26063U 00004C   14237.67723774  .00000068  00000-0  43182-4 0   415
+2 26063 100.2219 036.5377 0036069 322.9395 036.9295 14.36388306763992
+1 26064U 00004D   14237.44207878  .00000039  00000-0  33856-4 0   160
+2 26064 100.2214 032.9193 0037441 334.9505 087.8621 14.35880162763742
+1 26066U 00004F   14237.55590014  .00000073  00000-0  44142-4 0  4275
+2 26066 100.2302 046.9273 0032668 303.4506 097.9518 14.37293971764447
+1 26069U 00006A   14237.47683083 -.00000278  00000-0 -12309-3 0  3255
+2 26069 070.9990 349.7411 0013193 333.6501 096.0901 14.13243929751068
+1 26070U 00006B   14237.48533915  .00000209  00000-0  13176-3 0  2799
+2 26070 071.0029 314.2151 0014513 117.5524 242.7075 14.15334817752190
+1 26071U 00007A   14238.31907708 -.00000227  00000-0  10000-3 0  3198
+2 26071 000.0349 016.7617 0002066 122.0336 226.7273 01.00272839 53406
+1 26072U 00007B   14236.45170375  .00037082  00000-0  20672-2 0  7876
+2 26072 018.0978 048.2619 4459929 148.3669 329.2051 06.62332971266422
+1 26073U 00006C   14236.46411828  .00000046  00000-0  82438-4 0  2794
+2 26073 071.0800 023.1711 0195405 015.7887 038.3958 13.73763231729708
+1 26074U 00006D   14235.90027398  .00000012  00000-0  53772-4 0  2745
+2 26074 070.9644 040.7898 0214617 191.5742 284.8113 13.69252490768039
+1 26075U 00006E   14237.76453645  .00000066  00000-0  98310-4 0  2892
+2 26075 071.0684 347.7898 0190040 030.0849 085.7379 13.75364559730694
+1 26076U 99040E   14231.57616530  .00011036  00000-0  94085-3 0  4172
+2 26076 028.4912 021.7961 4677997 162.1402 238.5286 06.21295533247159
+1 26077U 00006G   14236.73369429  .00000053  00000-0  89825-4 0  2736
+2 26077 070.9739 350.6665 0202982 121.7533 347.3064 13.72357248728911
+1 26079U 00004G   14236.50479514  .00000293  00000-0  10628-3 0  4268
+2 26079 100.2276 076.5644 0033461 232.2292 148.8003 14.42403502764629
+1 26080U 00004H   14238.11400293  .00000376  00000-0  13212-3 0  4463
+2 26080 100.2257 078.8249 0031411 227.4599 256.4233 14.42034904764510
+1 26081U 00008A   14236.45333447 -.00000102  00000-0  12019-4 0  4596
+2 26081 051.9952 238.1405 0000820 001.5970 163.3508 12.62271913679197
+1 26082U 00008B   14237.13739324 -.00000041  00000-0  41040-3 0  4224
+2 26082 051.9838 186.7996 0006878 315.9204 110.4830 12.43310666667876
+1 26083U 00008C   14237.42657596 -.00000286  00000-0 -19488-2 0  4702
+2 26083 052.0019 307.5373 0002449 354.4989 086.5578 12.17509054671510
+1 26084U 00008D   14237.44186242 -.00000105  00000-0 -40622-4 0  7697
+2 26084 052.0033 239.8687 0000627 056.9915 058.6892 12.45758783697233
+1 26086U 00009A   14238.97566605  .00000248  00000-0  22647-4 0  7653
+2 26086 064.8520 199.4315 0024162 273.9727 085.9131 14.94650066793482
+1 26089U 00011A   14238.34071576  .00000000  00000-0  10000-3 0  4807
+2 26089 001.2332 221.3246 0008596 358.0536 000.7666 01.00264829 53236
+1 26090U 00011B   14236.50158840 -.00000097  00000-0  00000+0 0  1703
+2 26090 017.3628 017.6233 5384979 093.4629 351.2228 01.90704871101244
+1 26091U 00004J   14237.42958720  .00000645  00000-0  19436-3 0  1595
+2 26091 100.2049 101.4622 0030242 159.3879 200.8534 14.46694330765049
+1 26092U 00004K   14237.44042138  .00000414  00000-0  14280-3 0  9577
+2 26092 100.2173 069.8457 0033983 222.6852 200.9388 14.42251910763653
+1 26093U 00004L   14238.14118601  .00000677  00000-0  19485-3 0  8858
+2 26093 100.1929 114.6821 0031427 123.9849 236.4331 14.48751253766102
+1 26094U 00004M   14237.75847402  .00000401  00000-0  14154-3 0  8542
+2 26094 100.2235 066.8510 0034018 240.1707 182.4852 14.41359311763063
+1 26095U 00012A   14238.16586690  .00000000  00000-0  10000-3 0  8021
+2 26095 000.0272 255.1988 0002245 262.7818 038.0614 01.00268340 53206
+1 26096U 00012B   14238.62030993  .00003273  00000-0  25767-2 0  8865
+2 26096 005.0232 254.4522 7127865 307.0461 006.8807 02.44000514124060
+1 26098U 00013A   14238.81615870  .00000000  00000-0  10000-3 0  3755
+2 26098 007.3528 053.3438 0018428 095.5720 264.8265 01.00335430 52930
+1 26101U 00013D   14238.10671215  .00000093  00000-0  00000+0 0  5341
+2 26101 011.8788 039.7322 0004489 341.4875 027.7992 01.00762359 53207
+1 26102U 00014A   14238.28451647  .00006039  00000-0  22983-3 0  4036
+2 26102 097.4544 006.9273 0014095 357.6035 060.9742 15.27036856796723
+1 26103U 00014B   14237.25682421  .00001941  00000-0  12945-3 0  7632
+2 26103 097.2358 287.5911 0030953 223.4833 178.6634 15.07782398792098
+1 26106U 00015A   14238.73713491  .00000014  00000-0  44143-4 0  9753
+2 26106 064.9954 112.2873 5473198 118.6239 306.6596 04.58504959240094
+1 26107U 00016A   14238.86483044  .00000000  00000-0  10000-3 0  7428
+2 26107 000.0633 008.6383 0004340 160.7753 221.8464 01.00262854 52910
+1 26108U 00016B   14238.29620159  .00000000  00000-0  10000-3 0  5288
+2 26108 002.2988 072.4703 0006460 093.7976 266.8160 00.99661398 52779
+1 26109U 00016C   14238.75039616  .00000020  00000-0  24058-3 0  8005
+2 26109 006.6748 127.0266 7155703 189.5966 140.6916 02.27095150119578
+1 26110U 00016D   14237.61813289 -.00000091  00000-0 -15704-2 0  4459
+2 26110 006.3911 201.2042 7092556 048.4511 132.4551 02.27172130119805
+1 26111U 87020DS  14236.60476454  .00000016  00000-0  24673-3 0  1882
+2 26111 073.6008 062.6930 0028192 300.5280 119.4571 12.42248814247000
+1 26113U 00017A   14238.07622699  .00000478  00000-0  14204+0 0  5883
+2 26113 093.0105 237.3268 7285262 065.4882 272.0354 01.68642971 88787
+1 26115U 00017C   14238.97758777 -.00000011  00000-0  10000-3 0  5261
+2 26115 093.0147 237.4928 7290521 066.9320 351.1369 01.68208198 88555
+1 26118U 99057E   14236.44993837  .00001029  00000-0  47134-3 0  6611
+2 26118 098.9734 190.3563 0311760 084.1973 279.4640 14.00735671736177
+1 26119U 99057F   14236.31644779 -.00000265  00000-0 -18912-3 0  4495
+2 26119 099.3892 351.9198 0509535 116.5221 275.3830 13.41745339706328
+1 26121U 99057H   14237.46646242  .00001145  00000-0  12573-3 0   918
+2 26121 098.7015 131.5906 0064372 234.9277 124.5889 14.88624793780986
+1 26122U 99057J   14236.18088514  .00000350  00000-0  31833-3 0  4426
+2 26122 098.8922 085.2271 0544172 082.8493 027.4582 13.36006309702834
+1 26123U 99057K   14237.74342072  .00001244  00000-0  31487-3 0  4587
+2 26123 098.6997 055.3166 0070254 163.5011 325.0558 14.51340972762891
+1 26125U 99057M   14236.78775358  .00000586  00000-0  30406-3 0  6365
+2 26125 098.9629 173.5489 0267553 031.4668 020.1557 14.01675397736913
+1 26126U 99057N   14236.43862747  .00000728  00000-0  24842-3 0  3831
+2 26126 098.4261 192.1741 0109594 073.3458 048.7871 14.35951841755162
+1 26127U 99057P   14238.09691020  .00002634  00000-0  71089-3 0  5600
+2 26127 097.9854 062.1511 0125814 112.3917 343.6060 14.44015035757652
+1 26128U 99057Q   14236.38981453  .00001440  00000-0  21044-3 0  3544
+2 26128 098.6549 359.5060 0042163 130.1411 266.8391 14.76888353775240
+1 26129U 99057R   14237.78829652 -.00000495  00000-0 -34084-3 0  8276
+2 26129 099.1251 319.4897 0457401 091.9078 273.4492 13.54911278713187
+1 26132U 99057U   14236.44162759  .00001760  00000-0  64518-3 0  5209
+2 26132 098.6902 196.6859 0151489 074.1853 040.8918 14.27890158748442
+1 26134U 99057W   14236.41607992  .00000102  00000-0  10276-3 0  3187
+2 26134 099.0295 300.7110 0442534 013.8143 044.8678 13.58139979714167
+1 26137U 99057Z   14238.16648260  .00001101  00000-0  53173-3 0  5788
+2 26137 098.7703 112.7291 0337213 188.8149 290.7283 13.94724263733090
+1 26140U 99057AC  14237.45736766  .00000415  00000-0  13287-3 0  6423
+2 26140 099.3987 040.0203 0208920 347.3935 072.1447 14.34185866751716
+1 26141U 99057AD  14237.77690448  .00005078  00000-0  76237-3 0  1884
+2 26141 098.4310 128.4359 0027442 105.2894 300.9265 14.74770833770060
+1 26142U 99057AE  14237.45954760  .00000255  00000-0  18765-3 0  3471
+2 26142 098.7777 348.5045 0309412 351.2987 065.2062 13.83034569727453
+1 26143U 99057AF  14235.84931412  .00000111  00000-0  12795-3 0  4202
+2 26143 098.9886 201.0337 0485172 246.4783 181.0227 13.44473471707365
+1 26146U 99067D   14237.49123279  .00002131  00000-0  46648-3 0    50
+2 26146 098.8381 190.0911 0006901 140.9155 339.5051 14.58831331765438
+1 26147U 99067E   14236.74226501  .00001684  00000-0  56580-3 0  7022
+2 26147 098.8996 067.1153 0008032 167.1565 322.3961 14.38551978766688
+1 26150U 99057AL  14236.82997836  .00000229  00000-0  17506-3 0  2046
+2 26150 098.9890 089.7759 0367012 031.2721 028.7435 13.74219251721788
+1 26151U 99057AM  14236.41626073  .00000208  00000-0  24033-3 0  3269
+2 26151 099.4371 185.4677 0632136 349.1653 128.8809 13.14648786691358
+1 26152U 99057AN  14235.92909753  .00000016  00000-0  48118-4 0  3633
+2 26152 099.1539 226.9024 0532568 197.4218 238.2045 13.34403719701883
+1 26154U 99057AQ  14237.85148404  .00000862  00000-0  80155-3 0  5151
+2 26154 099.4950 012.4792 0530197 306.0487 049.2611 13.35240526702276
+1 26155U 99057AR  14235.93948130  .00001589  00000-0  50972-3 0  5389
+2 26155 098.4691 216.4505 0202994 058.2143 359.1869 14.29715116748636
+1 26157U 99057AT  14238.14705646  .00035516  00000-0  80689-3 0  1831
+2 26157 098.6738 303.3990 0030139 016.8022 039.1688 15.42461573790678
+1 26158U 99057AU  14238.11956203  .00001017  00000-0  45334-3 0  6579
+2 26158 098.8366 182.9197 0223848 061.9272 005.8712 14.12469022742293
+1 26159U 99057AV  14237.40876733  .00001078  00000-0  63722-3 0   437
+2 26159 099.1688 160.0100 0335576 163.0315 332.7751 13.85121635728259
+1 26162U 99057AY  14236.37040777  .00001253  00000-0  60053-3 0  6690
+2 26162 098.9919 193.1954 0289509 090.9564 272.4781 14.01009065736386
+1 26168U 99057BE  14236.45723488  .00000149  00000-0  65774-4 0  2800
+2 26168 098.5029 174.4633 0106294 061.8473 052.1575 14.33416138755340
+1 26172U 99057BJ  14237.19339380  .00009826  00000-0  38889-3 0  8893
+2 26172 098.6586 269.5523 0054720 017.6381 051.0314 15.24309456791615
+1 26175U 99057BM  14238.13090458  .00000324  00000-0  24308-3 0  3105
+2 26175 098.8556 339.4040 0341701 165.8951 316.9840 13.76079371725333
+1 26178U 99057BQ  14237.74116544  .00003692  00000-0  67370-3 0   169
+2 26178 098.5870 061.2888 0051835 352.8843 139.2072 14.65782712763239
+1 26181U 99057BT  14236.91272579  .00000388  00000-0  94195-4 0  8064
+2 26181 098.6599 203.5274 0016622 083.0363 337.6515 14.58541889767798
+1 26184U 99057BW  14236.42316672  .00000273  00000-0  10660-3 0  2887
+2 26184 098.5175 176.9129 0111823 077.8706 041.6982 14.33681641754737
+1 26187U 99057BZ  14236.79347282  .00000616  00000-0  95395-4 0  3231
+2 26187 098.5460 309.9862 0060102 038.5471 077.5319 14.76059546776056
+1 26188U 99057CA  14238.15697201  .00009058  00000-0  12892-2 0   227
+2 26188 098.8341 327.6633 0042156 056.5740 004.2410 14.76488955766574
+1 26191U 99057CD  14237.45695272  .00001052  00000-0  33599-3 0  6768
+2 26191 098.4551 190.4007 0101396 353.2578 126.9894 14.38893785756336
+1 26193U 99057CF  14238.03893663  .00003056  00000-0  43659-3 0   149
+2 26193 098.6129 258.7789 0015124 172.8586 240.4132 14.77441671773582
+1 26194U 99057CG  14238.11019988  .00000607  00000-0  14058-3 0  2950
+2 26194 097.9868 290.3033 0053117 218.3229 208.2143 14.57677015765905
+1 26196U 99057CJ  14236.33144372  .00000410  00000-0  30364-3 0  1881
+2 26196 098.8888 357.7091 0347312 209.2971 208.7075 13.75151676723505
+1 26198U 99057CL  14236.46051778  .00000413  00000-0  12977-3 0  4341
+2 26198 098.3228 191.8410 0077856 194.6206 313.6524 14.43860053758429
+1 26199U 99057CM  14236.48873016  .00000832  00000-0  22552-3 0  6023
+2 26199 098.3485 197.9438 0090206 172.1223 304.7672 14.47892061758812
+1 26200U 99057CN  14237.07837480  .00000727  00000-0  16399-3 0  3197
+2 26200 097.9081 262.1683 0057650 211.5417 207.2659 14.58131569765505
+1 26202U 99057CQ  14236.34819064  .00000300  00000-0  11823-3 0  2436
+2 26202 098.5129 165.1520 0114412 119.6209 003.9480 14.32409386753132
+1 26203U 99057CR  14236.30064494  .00000165  00000-0  75701-4 0  2549
+2 26203 098.4405 144.7454 0114618 169.0045 308.4306 14.29432282751947
+1 26205U 99057CT  14235.64575888  .00000219  00000-0  25940-3 0  4351
+2 26205 099.1818 009.5049 0655673 018.8476 343.5731 13.08274937687973
+1 26207U 99057CV  14237.14661117  .00003318  00000-0  88688-3 0  6174
+2 26207 098.5167 202.9184 0116940 339.2687 081.6119 14.45022313756032
+1 26208U 99057CW  14235.99068966  .00000334  00000-0  96603-4 0  3662
+2 26208 097.9954 229.6212 0078469 047.1208 015.9594 14.48617998761759
+1 26209U 99057CX  14238.06793061  .00000428  00000-0  10087-3 0  2074
+2 26209 098.5456 179.6799 0032845 098.2416 321.7340 14.59160018767441
+1 26211U 99057CZ  14237.77014792  .00000210  00000-0  22045-3 0  3090
+2 26211 098.8879 061.8258 0550076 149.6308 340.9569 13.30757946700061
+1 26214U 99057DC  14236.17855726  .00002058  00000-0  27446-3 0  5472
+2 26214 098.5879 336.4018 0037414 088.2981 002.9647 14.80376263776124
+1 26218U 99057DG  14236.68955211  .00002210  00000-0  52932-3 0  7832
+2 26218 098.7215 105.0834 0086925 294.0280 101.2135 14.52353421760072
+1 26220U 99057DJ  14236.77627416  .00000516  00000-0  89415-4 0  2859
+2 26220 098.6480 350.9100 0077474 173.5193 308.4450 14.71167264774770
+1 26221U 99057DK  14237.80491234  .00032640  00000-0  18217-2 0  4341
+2 26221 098.3967 200.6151 0011613 163.7178 257.7496 15.13421642775959
+1 26222U 99057DL  14237.97185601  .00000436  00000-0  13421-3 0  4866
+2 26222 098.3577 192.9328 0080946 191.3639 168.5727 14.44450255759649
+1 26225U 99057DP  14237.44702315  .00003600  00000-0  56325-3 0   466
+2 26225 098.4776 131.1745 0023366 145.2555 263.5120 14.73260269768841
+1 26227U 99057DR  14238.13398329  .00000651  00000-0  19508-3 0  4774
+2 26227 098.3420 195.3038 0083087 210.0524 214.4400 14.44104032759308
+1 26228U 99057DS  14237.48488190  .00007472  00000-0  75726-3 0  1519
+2 26228 098.4226 080.8539 0039078 107.5599 316.7379 14.90664224770142
+1 26231U 99057DV  14236.25724308  .00001681  00000-0  17657-3 0  5947
+2 26231 098.7175 117.1040 0052235 290.8357 217.1141 14.90142197779815
+1 26233U 99057DX  14236.79932059  .00003578  00000-0  43880-3 0  7386
+2 26233 098.5910 272.8590 0011300 147.0698 272.6357 14.83799172774420
+1 26234U 99057DY  14237.73610005  .00000346  00000-0  99515-4 0  4470
+2 26234 098.5761 159.3932 0013288 067.9257 350.8833 14.50921493764178
+1 26235U 99057DZ  14236.49790744  .00001152  00000-0  22929-3 0  4933
+2 26235 098.4869 127.4921 0028998 275.8585 209.8148 14.63832402767652
+1 26236U 99057EA  14238.08421476  .00000257  00000-0  98128-4 0  3078
+2 26236 098.4598 180.3914 0092891 339.3352 082.6921 14.36472069756814
+1 26238U 99057EC  14237.42875821  .00015357  00000-0  13103-2 0  2708
+2 26238 098.3818 169.0018 0022203 114.6845 023.6771 14.97623074775225
+1 26239U 99057ED  14236.69196310  .00010695  00000-0  14841-2 0  8331
+2 26239 098.0271 291.9116 0054869 150.8996 332.0685 14.77052284767276
+1 26241U 99057EF  14236.79463900  .00000176  00000-0  76949-4 0  2760
+2 26241 098.5209 167.8521 0114352 117.6292 296.6670 14.31523239753941
+1 26243U 00019A   14238.23232689  .00000000  00000-0  10000-3 0  5585
+2 26243 002.2719 071.9526 0002777 079.1013 281.4735 01.00271007 48699
+1 26246U 00019D   14237.44674988 -.00000210  00000-0  00000+0 0  8696
+2 26246 012.1068 040.0479 0014640 194.3475 189.7732 00.99556239 52194
+1 26257U 99057ET  14237.33227985  .00003982  00000-0  47764-3 0  9957
+2 26257 098.5680 251.8178 0015081 094.2088 266.0849 14.84610984774163
+1 26259U 99057EV  14236.46721490  .00001249  00000-0  34731-3 0  5345
+2 26259 098.4533 195.4078 0095326 273.0125 212.1546 14.45633316757081
+1 26260U 99057EW  14238.14936610  .00001476  00000-0  40968-3 0  8317
+2 26260 098.4043 203.0738 0090541 275.1143 147.9622 14.45660843757169
+1 26262U 99057EY  14237.13930794  .00001430  00000-0  37513-3 0  8541
+2 26262 098.4016 195.6780 0070743 144.3858 280.7688 14.49274549759029
+1 26265U 99057FB  14237.76841664  .00001088  00000-0  36636-3 0  3099
+2 26265 098.5188 180.8625 0108946 054.4758 006.1422 14.35748380754591
+1 26266U 99057FC  14237.79276661  .00001641  00000-0  45444-3 0  7908
+2 26266 098.4739 192.9147 0107173 293.6024 129.8372 14.44706744756834
+1 26268U 99057FE  14236.76757134  .00002114  00000-0  33564-3 0  5572
+2 26268 098.6858 318.0640 0011824 089.9879 036.7799 14.73264965770303
+1 26270U 99057FG  14236.94736564  .00004025  00000-0  87531-3 0  6813
+2 26270 098.2177 213.1159 0079375 057.5010 007.3997 14.56595641760996
+1 26272U 99057FJ  14236.75925240  .00001369  00000-0  34377-3 0  6004
+2 26272 098.3601 201.0516 0085231 139.8453 336.6662 14.50729643759380
+1 26273U 99057FK  14236.19700010  .00000695  00000-0  11604-3 0  3061
+2 26273 098.6815 000.5608 0069886 198.4099 259.6639 14.71970052773345
+1 26275U 99057FM  14235.95025376  .00004570  00000-0  94532-3 0  7130
+2 26275 098.1065 221.5874 0078001 017.2547 035.2501 14.58872595761637
+1 26277U 99057FP  14237.55238537  .00019838  00000-0  18665-2 0  6308
+2 26277 098.0572 240.1147 0048456 346.4805 137.6930 14.93010857768146
+1 26280U 99057FS  14236.42016689  .00000184  00000-0  76042-4 0  2898
+2 26280 098.4726 178.7097 0088557 007.5533 112.0868 14.35514213754989
+1 26283U 99057FV  14236.42857979  .00000631  00000-0  19252-3 0  3321
+2 26283 098.4028 191.9765 0092114 260.5197 220.3408 14.42995808756916
+1 26284U 99057FW  14237.91069400  .00004191  00000-0  74606-3 0  6075
+2 26284 098.0181 226.9058 0059921 185.6035 234.4869 14.66439630764631
+1 26285U 99057FX  14237.08517942  .00104419  00000-0  29067-2 0  4626
+2 26285 098.4871 242.1807 0007405 186.6997 214.2893 15.36375042775248
+1 26286U 99057FY  14236.44064039  .00000862  00000-0  23660-3 0  4856
+2 26286 098.3043 196.2182 0079366 139.2534 339.7279 14.47657365760629
+1 26294U 99057GG  14238.14022726  .00000710  00000-0  21708-3 0  4506
+2 26294 098.4260 191.7275 0091674 260.9884 221.3464 14.42579453758387
+1 26297U 99057GK  14237.37552385  .00035510  00000-0  10821-2 0  2846
+2 26297 098.6516 194.7107 0006751 301.7179 186.6868 15.33872621786416
+1 26298U 00020A   14237.91554012 -.00000013  00000-0  00000+0 0  5678
+2 26298 006.8619 055.0610 0007993 101.1717 222.1896 00.99826232 52594
+1 26299U 00020B   14238.90990727  .00001764  00000-0  56097-3 0   361
+2 26299 007.4867 091.0546 6057917 320.9389 008.1009 03.93064232177618
+1 26300U 99057GL  14238.17304756  .00001112  00000-0  29983-3 0  8877
+2 26300 098.3141 200.9833 0085415 166.6981 263.2987 14.47712728759151
+1 26306U 99057GP  14236.81931795  .00000207  00000-0  83215-4 0  1877
+2 26306 098.4768 176.9147 0100147 015.0118 038.4903 14.35240530753958
+1 26310U 99057GT  14236.44426046  .00000633  00000-0  20604-3 0  3865
+2 26310 098.4761 188.1135 0101129 353.1297 123.2253 14.39343916755165
+1 26311U 99057GU  14237.27189757  .00017649  00000-0  17334-2 0   837
+2 26311 098.4228 135.1763 0039409 070.5216 053.8583 14.91647936768788
+1 26313U 99057GW  14236.46367852  .00000642  00000-0  19352-3 0  4318
+2 26313 098.3816 193.7819 0089174 249.0862 239.0697 14.43673395757460
+1 26321U 99057HE  14236.39804272  .00004106  00000-0  75697-3 0  6451
+2 26321 098.0247 231.7802 0063421 278.9391 189.1614 14.64762299763370
+1 26323U 99057HG  14237.40059687  .00000773  00000-0  22626-3 0  5356
+2 26323 098.3705 193.5629 0082384 201.1732 281.8043 14.44791554758400
+1 26329U 99057HN  14237.44597266  .00001569  00000-0  40451-3 0  8067
+2 26329 098.3821 201.5121 0090170 187.8547 288.6940 14.49046509758205
+1 26332U 99057HR  14236.98823535  .00024891  00000-0  18364-2 0  1669
+2 26332 098.3899 151.0452 0033329 011.7496 121.8432 15.02821296770944
+1 26333U 99057HS  14237.75096214  .00004565  00000-0  98582-3 0  9454
+2 26333 098.1516 215.9479 0071671 010.2112 112.3957 14.57212856761547
+1 26336U 99057HV  14237.88955538  .00001250  00000-0  33292-3 0  4511
+2 26336 098.2330 208.9993 0078985 170.0699 243.3909 14.48356806757886
+1 26338U 99057HX  14236.77588461  .00000308  00000-0  11530-3 0  3217
+2 26338 098.4543 182.8225 0094725 005.9616 051.0068 14.36032785756635
+1 26339U 99057HY  14236.67954402  .00004223  00000-0  90316-3 0  6569
+2 26339 098.1100 221.0449 0071523 011.4203 042.6617 14.57699402760742
+1 26347U 99057JG  14236.43216756  .00000581  00000-0  17594-3 0  4349
+2 26347 098.3669 192.3272 0065025 180.7364 301.4282 14.44722495756615
+1 26350U 99057JK  14236.41047385  .00007736  00000-0  62087-3 0  7799
+2 26350 098.6345 044.9623 0018766 202.8219 219.3839 15.00267840777574
+1 26351U 99057JL  14236.49954259  .00000393  00000-0  12342-3 0  4108
+2 26351 098.1693 204.7985 0064537 161.1626 315.9157 14.44438815760307
+1 26352U 00022A   14237.43236830 -.00000086  00000-0  00000+0 0  7125
+2 26352 002.8390 087.7372 0006858 058.4994 176.9243 00.99044287 52284
+1 26360U 00025A   14238.41530927  .00000003  00000-0  00000+0 0  5092
+2 26360 053.0965 197.6538 0056910 075.2973 068.7696 02.00555482104761
+1 26365U 00026A   14237.10158083  .00001067  00000-0  54357-4 0  4923
+2 26365 086.3446 062.6786 0009667 214.8911 284.5259 15.15538874787581
+1 26366U 00026B   14237.10298039  .00001212  00000-0  60487-4 0  5092
+2 26366 086.3466 060.7159 0008995 160.2839 335.0496 15.16400839787971
+1 26369U 00028A   14236.73008572  .00000137  00000-0  10000-3 0  6132
+2 26369 000.0813 022.3852 0004138 132.7257 116.7168 01.00275047 52211
+1 26372U 00029A   14238.22069587  .00000000  00000-0  10000-3 0  2591
+2 26372 010.5561 042.9683 0004101 094.1217 266.0449 01.00285939 52186
+1 26373U 00029B   14237.93701375  .00000000  00000-0  10000-3 0  7198
+2 26373 010.3035 042.0001 0270159 223.0478 134.9307 01.00398068 52146
+1 26374U 00030A   14237.72965346  .00003489  00000-0  31779-3 0  3767
+2 26374 068.9374 344.0241 0698859 353.4546 107.3130 13.93309485712329
+1 26375U 00030B   14237.65965475  .00003242  00000-0  30250-3 0  3741
+2 26375 068.9573 254.7174 0707407 288.6069 213.5897 13.91021240715187
+1 26376U 77053C   14237.42986258 -.00000035  00000-0  00000+0 0  1302
+2 26376 064.2702 035.3258 0324706 231.0840 100.2194 02.04279782106020
+1 26378U 00031A   14237.49109968 -.00000073  00000-0  00000+0 0  9869
+2 26378 005.2773 060.5131 0008226 101.1972 191.8209 00.98769059 51613
+1 26381U 00031D   14238.03190927  .00000000  00000-0  10000-3 0  8873
+2 26381 011.7757 040.8457 0012036 012.4481 347.6861 00.99433050 51475
+1 26382U 00032A   14233.35365465 -.00000287  00000-0  00000+0 0  8329
+2 26382 008.4003 050.2528 0002686 145.2086 225.1458 01.00098182 51796
+1 26383U 00032B   14237.18362744  .00008732  00000-0  69287-3 0  2100
+2 26383 027.0913 173.7996 6566689 247.3269 287.4866 03.25899740142686
+1 26384U 00033A   14238.18337171  .00000231  00000-0  51537-4 0  5603
+2 26384 098.1450 304.2513 0015826 036.3048 020.4147 14.65521787756479
+1 26385U 00033B   14237.19993882  .00000187  00000-0  44970-4 0  1891
+2 26385 098.1720 302.1571 0016977 083.3185 341.5100 14.63793816755650
+1 26386U 00033C   14237.45302737  .00000469  00000-0  92195-4 0  2991
+2 26386 098.1382 306.1119 0010764 004.0507 356.0782 14.67138246756802
+1 26387U 00033D   14237.16685036  .00000281  00000-0  58221-4 0  5869
+2 26387 098.0999 304.1067 0026413 357.8354 054.5046 14.67345010757200
+1 26388U 00034A   14238.00817961  .00000000  00000-0  10000-3 0  2632
+2 26388 005.6324 066.0632 0005196 101.1032 259.2014 01.00268511 51947
+1 26389U 00034B   14237.35005410  .00004637  00000-0  72028-3 0  9475
+2 26389 026.8815 196.9008 5628292 232.4018 333.8906 04.61824938198046
+1 26390U 00035A   14235.31180191  .00000065  00000-0  00000+0 0  3755
+2 26390 059.9886 238.8889 2672804 270.3387 197.9825 01.00270970 51825
+1 26393U 00035D   14238.51760066  .00000000  00000-0  10000-3 0  4955
+2 26393 061.4014 083.7372 7255428 251.0637 023.0607 01.45657395 75328
+1 26394U 00036A   14238.09859485 -.00000107  00000-0  00000+0 0  4217
+2 26394 010.5383 043.7290 0005854 086.4728 314.3419 01.00283626 51782
+1 26397U 00036D   14235.38446694 -.00000280  00000-0  00000+0 0  5878
+2 26397 010.5173 043.7048 0016116 330.8069 025.1614 01.00159294 51709
+1 26402U 00038A   14238.56613292 -.00000159  00000-0  00000+0 0  7743
+2 26402 002.1849 073.1183 0002361 103.3418 265.8765 01.00271929 51708
+1 26407U 00040A   14238.55178664  .00000027  00000-0  10000-3 0  4531
+2 26407 056.5749 025.1284 0194800 262.0194 095.7780 02.00563587103450
+1 26410U 00041A   14238.51933865  .00000000  00000-0  10000-3 0  1891
+2 26410 133.7346 319.5004 6500032 130.5015 307.4001 00.44217492 12961
+1 26411U 00041B   14238.52139608  .00000000  00000-0  10000-3 0  1593
+2 26411 133.7426 319.4597 6496893 130.4389 307.4329 00.44217466 13043
+1 26416U 99057JM  14237.77648425  .00005790  00000-0  11061-2 0   352
+2 26416 098.0668 231.2671 0059776 292.4518 150.8597 14.63153019759789
+1 26423U 99057JU  14236.63998090  .00005306  00000-0  82874-3 0   905
+2 26423 097.9579 265.3757 0069293 244.1219 243.2570 14.71640080762966
+1 26429U 99057KA  14238.12842198  .00012906  00000-0  13824-2 0  7756
+2 26429 098.4449 089.4421 0040188 082.5916 277.9863 14.88227797766447
+1 26430U 99057KB  14236.44317371  .00007128  00000-0  10085-2 0  3988
+2 26430 098.2980 236.2499 0062173 275.3872 084.0246 14.76088479760530
+1 26432U 99057KD  14236.36900088  .00001566  00000-0  48561-3 0  1512
+2 26432 098.6441 201.9098 0142472 288.8163 069.7616 14.36968446746380
+1 26436U 99057KH  14238.05519749 -.00000051  00000-0 -20576-4 0  2354
+2 26436 099.4556 067.2103 0717801 054.7940 311.8246 12.94716389678638
+1 26441U 99057KN  14237.93949348  .00004571  00000-0  99931-3 0  6553
+2 26441 098.1612 213.3580 0069990 022.1236 048.1621 14.56726015756554
+1 26442U 99057KP  14237.75530356  .00001024  00000-0  28288-3 0  6039
+2 26442 098.0821 221.2338 0069228 111.1471 013.6374 14.47322102755201
+1 26443U 99057KQ  14235.82768257  .00000361  00000-0  12833-3 0  9629
+2 26443 098.4728 181.7464 0099966 350.6116 062.7126 14.37549260752651
+1 26444U 99057KR  14236.93294648  .00000729  00000-0  16903-3 0  2512
+2 26444 098.5512 118.3957 0083940 058.5119 064.4470 14.56104014759708
+1 26446U 99057KT  14237.15549411  .00001301  00000-0  41949-3 0   951
+2 26446 098.5177 186.6392 0112623 050.7008 077.0841 14.37329735749642
+1 26448U 99057KV  14237.77202283  .00003300  00000-0  71064-3 0  8101
+2 26448 098.3559 218.5395 0091078 136.1700 224.6772 14.56581937758617
+1 26449U 99057KW  14237.13373957  .00000640  00000-0  20189-3 0  5865
+2 26449 098.4291 187.9727 0088385 267.0849 215.0736 14.41517443755598
+1 26451U 00043A   14238.40634735  .00000000  00000-0  10000-3 0  3555
+2 26451 001.4885 076.9377 0002873 145.5452 215.2431 01.00266109 51606
+1 26452U 00043B   14238.92896922 -.00000040  00000-0  10000-3 0  2881
+2 26452 000.9543 199.6145 6712598 060.5525 349.4271 02.16746148111505
+1 26454U 99057KZ  14236.49502844  .00001260  00000-0  32319-3 0  6237
+2 26454 098.2504 202.9539 0080989 114.9485 010.8870 14.50016903743701
+1 26460U 00032C   14238.27128507  .00000000  00000-0  10000-3 0  2978
+2 26460 011.0618 044.1788 0019213 288.5335 071.3719 01.00183861 78987
+1 26463U 00045A   14238.51748868  .00000000  00000-0  10000-3 0  1474
+2 26463 136.5602 318.0697 6541176 131.7655 306.3495 00.44217289 13548
+1 26464U 00045B   14238.54138531  .00000000  00000-0  10000-3 0   691
+2 26464 133.2168 321.3808 6948891 135.2633 308.1795 00.44217001 48881
+1 26469U 00046A   14238.31907708 -.00000226  00000-0  10000-3 0  5924
+2 26469 000.0328 140.8647 0001891 012.7492 211.7295 01.00274618 51390
+1 26470U 00046B   14238.92029241  .00000000  00000-0  10000-3 0  2926
+2 26470 000.0330 306.6406 0002458 199.4131 153.3438 01.00269508 51395
+1 26471U 00046C   14239.06969319  .00061028  00000-0  74944-2 0  6345
+2 26471 003.5758 254.8216 6180624 279.1835 019.7414 03.79748012160217
+1 26474U 00047B   14238.11709931  .00001090  00000-0  11245-3 0  7122
+2 26474 067.9962 151.1725 0060262 005.0880 355.0859 14.93010651762047
+1 26476U 00048A   14237.18504267  .00010866  15044-7  76429-4 0  1173
+2 26476 027.3386 175.7552 5834991 095.3516 011.2106 04.41458476213590
+1 26477U 00049A   14237.90251823 -.00000346  00000-0  00000+0 0  8279
+2 26477 010.4191 044.2559 0003436 092.3398 266.5435 01.00292274 51243
+1 26480U 00049D   14237.36351875 -.00000155  00000-0  00000+0 0  8965
+2 26480 010.6717 045.3586 0011616 270.3291 101.3544 00.98191741 50041
+1 26481U 00050A   14237.95131372  .00014918  00000-0  19847-3 0   383
+2 26481 097.1687 218.9247 0003929 084.6765 332.8086 15.58258998781492
+1 26483U 00051A   14237.29896488  .00000009  00000-0  00000+0 0  9943
+2 26483 064.2291 118.8680 2670826 269.8908 316.9751 01.00277588 51178
+1 26486U 00051D   14236.35327630  .00000184  00000-0  00000+0 0  7436
+2 26486 062.6743 182.1040 6507734 270.0834 194.5295 01.45767626 74345
+1 26487U 00052A   14237.41105535 -.00000027  00000-0  00000+0 0  2380
+2 26487 002.5422 076.1136 0008988 151.7998 159.6327 00.98178918 50998
+1 26488U 00052B   14237.80218163  .00000536  00000-0  78235-3 0  2479
+2 26488 007.2390 284.4195 7245907 186.2924 076.1333 02.27777010114169
+1 26490U 00046D   14234.27256697  .00002264  00000-0  14365-2 0  9545
+2 26490 003.0527 056.3835 7050902 309.1069 289.1577 02.54927546121974
+1 26494U 00054A   14238.15313190  .00000139  00000-0  00000+0 0  4970
+2 26494 000.1248 058.4194 0002749 101.9362 260.4290 01.00272733 51034
+1 26495U 00054B   14238.07736742  .00000000  00000-0  10000-3 0  4583
+2 26495 000.0256 298.3000 0002654 213.3642 073.4213 01.00270103 50808
+1 26496U 00054C   14235.64678638 -.00000223  00000-0 -33367-3 0  3739
+2 26496 007.3316 039.3331 7176204 339.3572 013.3074 02.24123327114178
+1 26497U 00054D   14237.37779750 -.00000231  00000-0 -17955-2 0  6713
+2 26497 007.5495 005.1734 7152741 048.0218 335.8978 02.27198776115548
+1 26498U 82055BP  14229.37036118  .00000545  00000-0  46786-3 0  1963
+2 26498 065.8195 207.1205 0029582 198.2201 236.0107 13.94749116733581
+1 26503U 81021E   14237.99743494  .00000004  00000-0  74500-4 0  7121
+2 26503 064.9586 098.7665 0061257 236.5088 188.3688 13.90632963733276
+1 26504U 81021F   14238.95860571  .00000031  00000-0  95132-4 0  6993
+2 26504 064.9605 089.3059 0060983 227.7592 131.8434 13.90941878740828
+1 26505U 81021G   14232.28527800  .00000043  00000-0  10502-3 0  4920
+2 26505 064.9502 113.9329 0058449 231.8437 127.7344 13.90933015739597
+1 26506U 81021H   14233.26088736  .00000043  00000-0  10454-3 0  2889
+2 26506 064.9566 105.3218 0064016 237.1748 122.3150 13.90880094740137
+1 26508U 81021K   14238.04441036  .00000059  00000-0  11782-3 0  6930
+2 26508 064.9574 102.8725 0055343 223.5551 210.0950 13.90728661739656
+1 26509U 81021L   14238.06092081  .00000009  00000-0  78558-4 0  6609
+2 26509 064.9648 105.0162 0059447 225.9117 133.7045 13.90672304734385
+1 26510U 81021M   14233.32651093  .00000030  00000-0  95580-4 0  5381
+2 26510 064.9628 128.9425 0063043 228.1213 131.5182 13.90452607732232
+1 26511U 81021N   14237.31417973  .00000051  00000-0  11208-3 0  6784
+2 26511 064.9602 119.5876 0060761 237.2593 238.2503 13.90247219740396
+1 26512U 81021P   14233.29516470  .00000034  00000-0  97851-4 0  6634
+2 26512 064.9653 108.8583 0058203 225.4089 246.4224 13.90891136733998
+1 26513U 84069E   14237.77198621  .00000026  00000-0  93444-4 0  5691
+2 26513 065.0504 009.6020 0034325 032.5652 327.7495 13.90004645736146
+1 26514U 84069F   14235.80420496  .00000026  00000-0  93414-4 0  3473
+2 26514 065.0453 022.0476 0030056 046.9438 313.3991 13.89786897736126
+1 26516U 84069H   14234.77630425  .00000026  00000-0  92300-4 0  6336
+2 26516 065.0479 346.7152 0031855 037.4370 322.8563 13.90762747732644
+1 26517U 84069J   14236.79920289  .00000018  00000-0  86969-4 0  8013
+2 26517 065.0535 013.2841 0033748 039.7805 031.7767 13.89782972755816
+1 26519U 84069L   14236.06903015 -.00000001  00000-0  72355-4 0  6759
+2 26519 065.0522 030.6322 0031444 044.1144 062.7038 13.89420074737095
+1 26520U 84069M   14236.07018986 -.00000007  00000-0  66983-4 0  7731
+2 26520 065.0507 021.8809 0031930 049.3387 068.0414 13.89595070733797
+1 26521U 84069N   14237.74783968  .00000030  00000-0  95722-4 0  2302
+2 26521 065.0471 354.0257 0033106 042.2207 318.1409 13.90371792734953
+1 26522U 84069P   14238.75108749  .00000040  00000-0  10428-3 0  5328
+2 26522 065.0494 354.9451 0033822 036.5509 323.7850 13.90419521734405
+1 26523U 84069Q   14237.71766821  .00000035  00000-0  99859-4 0  8733
+2 26523 065.0458 343.1608 0032744 041.8908 318.4507 13.90655492734537
+1 26524U 65108AK  14237.22996487 -.00000605  00000-0 -59028-2 0  2423
+2 26524 026.4799 180.7862 6727713 276.9662 175.0459 02.79312318147415
+1 26525U 65108AL  14236.25231101 -.00000076  00000-0  54029-3 0  4982
+2 26525 026.4601 295.7325 6720547 024.6114 003.6534 02.81104005149403
+1 26526U 65108AM  14236.46508421 -.00000947  00000-0 -57011-2 0   963
+2 26526 027.2460 314.2246 6545509 069.1676 005.0957 03.04306877160040
+1 26527U 65108AN  14231.41398800 -.00000241  00000-0 -79335-3 0  8400
+2 26527 026.9123 316.1788 6772430 032.6408 007.6552 02.70699080152681
+1 26528U 65108AP  14235.87517264  .00000649  00000-0  38349-1 0  2123
+2 26528 027.3048 152.8467 6671343 068.7049 358.0333 02.67834541153224
+1 26529U 65108AQ  14230.62190425 -.00000244  00000-0 -26825-3 0  2848
+2 26529 026.7891 018.2792 6833912 322.7402 008.6666 02.65300852148668
+1 26530U 65108AR  14236.37598294  .00000073  00000-0  87725-3 0  2084
+2 26530 027.1374 259.2501 6760787 315.8018 176.4078 02.80183347155250
+1 26532U 79104N   14229.16617918 -.00000924  00000-0 -11533-1 0  8772
+2 26532 015.9477 335.3284 5911919 142.4770 018.6809 03.77504817207396
+1 26533U 79104P   14235.59822049 -.00000010  00000-0  00000+0 0  7881
+2 26533 015.9686 248.3907 5783972 357.1830 039.8559 03.66746607194308
+1 26534U 79104Q   14227.08051326  .00000028  00000-0  60721-3 0  6156
+2 26534 015.8217 198.6814 7025648 177.2429 191.2764 02.47249164128344
+1 26535U 79104R   14237.38606557  .00003964  00000-0  54831-2 0  9163
+2 26535 020.0096 056.1304 6220102 171.5075 187.3320 03.60590515190578
+1 26536U 00055A   14249.44102318  .00000115  00000-0  61807-4 0  8065
+2 26536 098.9831 310.1226 0010355 317.0495 043.0501 14.13035150719586
+1 26545U 00057A   14238.59207066  .00000712  00000-0  86618-4 0  9013
+2 26545 064.5557 025.8221 0012085 177.2228 182.9439 14.83216589752132
+1 26546U 00057B   14237.58173307  .00000794  00000-0  10229-3 0  3436
+2 26546 064.5564 304.7882 0005312 257.1998 102.8518 14.88124488753726
+1 26547U 00057C   14238.77241322  .00001919  00000-0  21289-3 0  9234
+2 26547 064.5545 347.5791 0016352 172.9154 187.2687 14.86954763752935
+1 26548U 00057D   14238.67571280  .00001248  00000-0  13897-3 0   707
+2 26548 064.5542 319.8808 0006458 212.7954 147.3255 14.86879568753489
+1 26549U 00057E   14238.59277338  .00000532  00000-0  66695-4 0  9952
+2 26549 064.5560 053.4039 0017037 171.4281 188.7613 14.81935092751571
+1 26550U 00057F   14237.34703363  .00000142  00000-0  81706-4 0  3274
+2 26550 064.5607 159.6811 0538220 346.6688 167.1407 13.80387537700985
+1 26554U 00059A   14238.52088502 -.00000359  00000-0  10000-3 0  7501
+2 26554 000.0710 282.2425 0001895 211.0520 137.1014 01.00271002 50950
+1 26557U 00059D   14237.59623610 -.00000060  00000-0  00000+0 0   366
+2 26557 014.1519 175.1494 5160727 287.9609 291.9335 01.86635616 94779
+1 26559U 00060A   14237.58588432 -.00000367  00000-0  10000-3 0  7127
+2 26559 000.0545 287.6435 0000636 071.4371 295.6692 01.00271620 50874
+1 26561U 00061A   14237.40059332  .00003307  00000-0  17773-3 0   835
+2 26561 001.9488 200.1440 0020059 031.7752 328.3499 15.02669453759813
+1 26562U 00061B   14237.42509972  .00003003  00000-0  14939-3 0  2407
+2 26562 001.9612 125.2463 0019276 177.1054 182.9100 15.04053568760196
+1 26564U 00063A   14235.45779160  .00000020  00000-0  00000+0 0  2293
+2 26564 064.7521 100.0433 0005873 060.8473 272.6274 02.13102274107855
+1 26565U 00063B   14238.71583369  .00000000  00000-0  10000-3 0  8930
+2 26565 064.7517 099.9446 0002568 003.1730 356.9331 02.13103168107937
+1 26566U 00063C   14238.42812538 -.00000120  00000-0  10000-3 0  2626
+2 26566 064.7374 099.7935 0062321 216.3848 143.2932 02.13099503107921
+1 26569U 00063F   14238.66131251  .00000011  00000-0  10000-3 0  6522
+2 26569 064.7627 099.3678 0012055 005.9491 354.1697 02.13429818108096
+1 26578U 00066A   14239.12498590  .00000000  00000-0  10000-3 0  2949
+2 26578 005.8523 028.9944 0003098 176.2619 183.9420 00.98984916 50489
+1 26580U 00067A   14237.99509574  .00000000  00000-0  10000-3 0  5764
+2 26580 000.0509 280.4599 0002926 225.8569 114.0826 01.00267301 50287
+1 26583U 00067D   14237.25846143 -.00000222  00000-0  00000+0 0  1366
+2 26583 017.5326 090.3855 5500520 099.0759 323.9530 01.93859430 98022
+1 26590U 00068A   14235.80851522  .00000116  00000-0  00000+0 0  3016
+2 26590 000.0252 357.2383 0003325 162.3699 148.4645 01.00274023 50616
+1 26591U 00068B   14237.96229544  .00002191  00000-0  87419-3 0  2599
+2 26591 006.8019 075.6593 6842923 207.6222 117.2222 02.82909617128450
+1 26599U 00069A   14237.80895674  .00000000  00000-0  10000-3 0  4629
+2 26599 005.2926 061.3153 0011271 310.1359 050.0269 00.98908932 50566
+1 26601U 87020DT  14235.56092332 -.00000020  00000-0 -17913-4 0  9255
+2 26601 073.5981 073.4591 0028837 303.9178 084.7164 12.41240637744575
+1 26605U 00071A   14238.25059382  .00000016  00000-0  00000+0 0  4585
+2 26605 055.5346 265.6937 0080961 246.8960 184.5651 02.00559206101030
+1 26608U 00072A   14238.06157587  .00000000  00000-0  10000-3 0  9329
+2 26608 000.0150 304.7872 0001207 132.5064 229.1151 01.00268446 49760
+1 26609U 00072B   14238.20125848  .00000000  00000-0  10000-3 0   119
+2 26609 008.3581 036.7079 7941148 143.0771 315.3077 01.25582134 63454
+1 26610U 00072C   14230.84584846 -.00000220  00000-0  22926-2 0  6592
+2 26610 007.0718 009.1814 7333534 229.9293 039.3189 02.03480248102273
+1 26611U 00072D   14233.34217177  .00000327  00000-0  64441-2 0  1816
+2 26611 007.1021 009.3038 7338774 229.7085 039.3591 02.03340055102267
+1 26612U 00072E   14237.45004084  .00000192  00000-0 -71488-3 0  7002
+2 26612 006.8988 029.5257 7345037 188.3364 043.4504 02.01713173101535
+1 26613U 00072F   14238.86543329  .00000082  00000-0  16574-2 0  5806
+2 26613 007.0709 012.8891 7341044 222.3294 048.9046 02.02955282102176
+1 26614U 78026HU  14236.11737102  .00002860  00000-0  11459-2 0  3767
+2 26614 098.5818 346.0412 0110898 245.6112 199.9707 14.25756209715295
+1 26619U 00075A   14238.31233376  .00001386  00000-0  27589-3 0  8960
+2 26619 097.9739 292.7869 0011684 110.5165 249.7299 14.63534797733422
+1 26620U 00075B   14237.06625118  .00000245  00000-0  63109-4 0  2946
+2 26620 097.9899 199.7668 0001595 111.9816 019.4126 14.57824855731577
+1 26621U 00075C   14237.11331022 -.00000372  00000-0 -32794-3 0    15
+2 26621 095.3947 064.8274 0712918 200.6953 291.7556 13.03967613654638
+1 26622U 00075D   14237.49510351  .00000502  00000-0  45837-3 0  4560
+2 26622 095.4189 074.2673 0718682 195.9900 231.5359 13.04246929654823
+1 26623U 00075E   14237.46268674  .00007525  00000-0  72309-3 0  1390
+2 26623 097.9992 351.0576 0006999 267.9346 092.1071 14.93317280741429
+1 26624U 00076A   14238.66318922  .00000000  00000-0  10000-3 0  4111
+2 26624 000.0376 091.9961 0003346 060.2470 314.0329 01.00269093 50498
+1 26626U 00077A   14237.48454420 -.00000143  00000-0  00000+0 0  3356
+2 26626 064.4919 358.7447 2693739 267.7596 148.2163 01.00272360 50311
+1 26629U 00077D   14237.34810685  .00000104  00000-0  00000+0 0  6879
+2 26629 061.8465 214.4964 4431134 267.2960 173.0597 01.45598740 72913
+1 26631U 00079A   14238.29786652  .00010256  00000-0  44871-3 0  6760
+2 26631 097.5756 317.9394 0007413 352.0856 093.9660 15.22231869761421
+1 26634U 84069R   14237.90253377  .00000032  00000-0  96719-4 0  1680
+2 26634 065.0502 337.2282 0034284 031.2155 329.0904 13.90817159726091
+1 26638U 00081A   14238.20447053  .00000000  00000-0  10000-3 0  6673
+2 26638 001.6516 075.2160 0001069 064.6875 296.0301 01.00266595 50201
+1 26639U 00081B   14238.43016985  .00000000  00000-0  10000-3 0  4516
+2 26639 000.0196 290.0294 0002322 220.5157 199.9485 01.00272241 49659
+1 26643U 00082A   14238.27288186  .00000000  00000-0  10000-3 0  4967
+2 26643 006.2498 056.9078 0081762 344.1596 015.8054 00.99252592 50059
+1 26645U 84069S   14235.71831021  .00000042  00000-0  10517-3 0  2488
+2 26645 065.0461 351.8671 0031160 047.1067 313.2387 13.90618493709438
+1 26646U 84069T   14235.74127801  .00000042  00000-0  10651-3 0  3633
+2 26646 065.0443 009.5575 0030293 050.1054 310.2769 13.90002226705040
+1 26647U 84069U   14236.01441820  .00000044  00000-0  10796-3 0  7675
+2 26647 065.0467 018.1438 0031033 053.4548 306.9402 13.89897389710501
+1 26650U 99057LG  14237.00272512  .00001900  00000-0  29301-3 0  9173
+2 26650 098.6219 240.0139 0012203 205.9470 214.9508 14.74650078759136
+1 26654U 99057LL  14237.79656521  .00003154  00000-0  10510-2 0  9601
+2 26654 098.6413 183.8384 0144630 340.9097 018.6699 14.32538466728863
+1 26658U 99057LQ  14237.15092715  .00000582  00000-0  17659-3 0   496
+2 26658 098.2934 197.0303 0078736 207.7749 208.8593 14.44036004736933
+1 26661U 99057LT  14235.76115920  .00001939  00000-0  44401-3 0  2875
+2 26661 098.2652 209.0009 0080011 091.3082 029.4418 14.54793548748926
+1 26666U 01002A   14237.98411336  .00000130  00000-0  10000-3 0  6097
+2 26666 000.0504 004.9159 0003298 158.9025 206.5465 01.00271038 49910
+1 26669U 66040J   14236.99309963  .00003276  00000-0  45413-2 0  9862
+2 26669 100.2950 338.0404 0050981 243.5408 179.8942 13.58278749699647
+1 26670U 66040K   14236.69960448  .00002805  00000-0  35923-2 0   360
+2 26670 100.2588 035.1295 0050216 219.9410 261.5297 13.63346809358317
+1 26675U 80050E   14237.39287230  .00000200  00000-0  00000+0 0  4266
+2 26675 070.8379 352.0768 6193679 339.8367 003.7089 01.94394827144983
+1 26676U 80050F   14238.17566806 -.00000158  00000-0  10000-3 0  3260
+2 26676 069.1037 346.0605 6546544 356.2295 000.5208 01.93650283122574
+1 26677U 80050G   14237.80413933  .00000099  00000-0  00000+0 0  7477
+2 26677 072.4273 353.1419 5900706 322.0200 348.3144 01.93191433145772
+1 26678U 80085E   14237.55416814  .00000058  00000-0  00000+0 0   657
+2 26678 065.7368 277.9196 6571476 062.8594 348.4111 02.11850273115016
+1 26680U 81071L   14233.42141114 -.00000387  00000-0  00000+0 0  7222
+2 26680 067.2619 057.4803 5947852 089.9459 334.0823 01.98236592122380
+1 26681U 84023G   14237.51593808 -.00000422  00000-0 -42864-2 0  9352
+2 26681 008.5847 179.7557 6882083 293.9343 296.3929 02.59139865148704
+1 26683U 85056H   14233.30018513 -.00000334  00000-0 -15077-2 0  1203
+2 26683 005.8205 082.5574 7101254 080.4853 091.8582 02.22813689117582
+1 26684U 85056J   14237.40024685  .00000250  00000-0  37275-2 0  8178
+2 26684 006.2997 356.5386 7076187 244.6346 032.8463 02.35804474135262
+1 26685U 85056K   14237.58613587 -.00000238  00000-0  00000+0 0  3358
+2 26685 007.3876 053.8594 7054073 115.0260 055.4198 02.16509562111994
+1 26690U 01004A   14238.34754818  .00000004  00000-0  00000+0 0  3432
+2 26690 053.0358 200.6916 0157017 244.8486 349.7834 02.00556957 99443
+1 26695U 01005B   14238.28982013  .00000000  00000-0  10000-3 0  1744
+2 26695 007.5053 044.6372 0002682 128.0811 232.1162 01.00267226 49641
+1 26696U 01005C   14238.48946446  .00000321  00000-0  21876-3 0  9766
+2 26696 007.2867 333.3312 7089700 046.8091 353.6378 02.49287726117313
+1 26701U 75052KB  14236.67091378  .00000341  00000-0  47501-3 0  2702
+2 26701 099.8927 032.2251 0261959 165.3911 326.5363 13.51764279678380
+1 26702U 01007A   14237.46944170  .00001775  00000-0  13855-3 0  3536
+2 26702 097.6505 249.2981 0011623 309.2476 050.7717 15.02369899737152
+1 26703U 01007B   14238.11850254  .00000288  00000-0  32098-4 0  7228
+2 26703 097.7348 247.2118 0003739 025.5264 334.6140 14.94278137735090
+1 26717U 89006C   14231.60781807 -.00000258  00000-0  60633-4 0   623
+2 26717 008.4864 349.1689 7166684 320.8421 010.3678 02.26179897112654
+1 26719U 01011A   14239.08918953  .00000000  00000-0  10000-3 0  8050
+2 26719 000.0648 013.7217 0004114 147.7659 234.3927 01.00272506 49359
+1 26720U 01011B   14238.32356816  .00000000  00000-0  10000-3 0  1831
+2 26720 001.9437 073.6020 0007869 076.7513 283.9636 00.99176839 48001
+1 26721U 01011C   14238.56435192 -.00000033  00000-0  00000+0 0  2465
+2 26721 001.9403 004.9096 7049742 056.3905 352.0650 02.24558642110546
+1 26722U 01011D   14234.27759395 -.00000245  00000-0 -12356-1 0   704
+2 26722 002.2093 020.1796 7063839 025.1256 193.1062 02.22858566109599
+1 26724U 01012A   14237.10505703 -.00000217  00000-0  00000+0 0  9128
+2 26724 000.0928 031.6726 0002419 275.0168 037.4549 01.00270726 49282
+1 26725U 01012B   14237.37682939 -.00000170  00000-0 -93544-2 0  3867
+2 26725 001.1546 054.2091 7055930 030.4908 128.7009 02.23575701109767
+1 26726U 89006D   14230.45639444 -.00000240  00000-0 -72582-4 0  9137
+2 26726 008.2658 323.5892 7174128 012.5377 008.5767 02.26996932112949
+1 26727U 89006E   14235.24802815 -.00000221  00000-0  26729-3 0  7153
+2 26727 008.4751 324.4238 7162165 009.3962 021.1251 02.27670127113285
+1 26728U 89006F   14238.96099410 -.00000051  00000-0  00000+0 0  6133
+2 26728 007.7226 222.9130 7114512 210.4738 075.0360 02.37666452115993
+1 26729U 89006G   14235.43007825 -.00000194  00000-0 -28584-3 0  5490
+2 26729 008.2006 260.3549 7182395 136.8081 254.6842 02.29425898112942
+1 26731U 65027BE  14236.34566326  .00000373  00000-0  13328-2 0  1411
+2 26731 090.2982 261.9732 0024981 351.0389 068.6958 12.93538511902746
+1 26732U 65027BF  14238.05071201 -.00000095  00000-0 -36694-3 0  2916
+2 26732 090.2899 259.8568 0041961 340.5865 075.1745 12.94012134937065
+1 26733U 65027BG  14238.06964579  .00000001  00000-0 -21678-4 0  1537
+2 26733 090.2856 256.9128 0032453 351.7184 063.2736 12.93353621640217
+1 26736U 01014A   14236.25231823 -.00000236  00000-0  00000+0 0  5281
+2 26736 010.0613 050.9664 0026673 323.6922 343.4914 00.99586762 48954
+1 26738U 01014C   14234.21729712 -.00000091  00000-0  00000+0 0  9245
+2 26738 010.4337 051.5930 0170386 121.4002 097.4801 00.97965273 47912
+1 26740U 94029AEH 14237.64880926  .00004324  00000-0  46007-3 0  9479
+2 26740 081.8694 098.1571 0133726 146.0209 276.5543 14.82290948850194
+1 26743U 79028C   14238.31776795  .00000081  00000-0  69146-4 0  4524
+2 26743 082.9229 089.2198 0030594 284.4023 075.3784 13.75294472511282
+1 26745U 01015A   14238.53016892  .00000000  00000-0  10000-3 0  5353
+2 26745 009.9550 042.1404 0235067 174.4942 185.9044 01.03820190 50744
+1 26754U 99057MB  14237.98250082  .00003939  00000-0  66176-3 0  5523
+2 26754 098.4553 135.6843 0071885 066.6181 294.2563 14.68554684715417
+1 26755U 99057MC  14236.22226014  .00002074  00000-0  40872-3 0  8154
+2 26755 098.2418 331.1781 0073110 351.1699 067.2043 14.61942405710803
+1 26756U 99057MD  14237.08416903  .00000221  00000-0  85403-4 0  5630
+2 26756 098.4200 182.8184 0084223 313.1139 103.4261 14.37479081703633
+1 26758U 99057MF  14238.01311920  .00083077  00000-0  16022-2 0  7450
+2 26758 098.6057 175.9261 0007958 239.4788 120.5674 15.47507179735800
+1 26761U 01018A   14238.10188422 -.00000046  00000-0  10000-3 0  7562
+2 26761 000.1743 261.9297 0004881 321.0162 032.7449 01.00269355 48508
+1 26762U 01018B   14238.45976326 -.00000003  00000-0  00000+0 0  2832
+2 26762 000.7705 138.6977 7059440 337.0659 002.9102 02.23850035108783
+1 26763U 65108AS  14232.32081124 -.00000142  00000-0  48839-3 0  9642
+2 26763 026.1935 186.8824 6733621 342.5589 014.0678 02.73738949133918
+1 26765U 65108AU  14235.74877507 -.00000050  00000-0  98410-3 0  8929
+2 26765 026.8212 250.0817 6743323 250.6329 341.1143 02.68597404131600
+1 26766U 01019A   14239.26512862  .00000000  00000-0  10000-3 0  6024
+2 26766 000.0111 090.0877 0002145 060.7968 327.4476 01.00268148 48680
+1 26769U 01019D   14238.80599375 -.00000019  00000-0  10000-3 0  8551
+2 26769 017.1563 100.6641 5144486 237.0538 062.8536 01.86696117 90603
+1 26777U 65108AV  14236.29669244 -.00000160  00000-0  00000+0 0  8959
+2 26777 026.8620 286.3885 6687845 054.5323 002.4771 02.56702895136725
+1 26778U 65108AW  14232.57040301  .00000118  00000-0  56548-2 0  6775
+2 26778 028.0955 353.3010 6786584 291.3667 016.3103 02.64530661140871
+1 26779U 65108AX  14230.45072786  .00000074  00000-0  70751-2 0  9296
+2 26779 026.9011 273.5820 6745119 346.0478 023.0714 02.59996435130041
+1 26780U 65108AY  14238.90444501  .00000001  00000-0  10000-3 0  1546
+2 26780 026.5137 076.5802 6320331 099.4229 332.5220 02.58759188129664
+1 26781U 65108AZ  14238.95119203  .00000329  00000-0  19116-2 0  8861
+2 26781 027.0751 190.0040 6346294 149.3267 271.9271 03.31475044175483
+1 26782U 65108BA  14232.11929574  .00021308  00000-0  17494-2 0  9817
+2 26782 026.4659 149.7691 4114956 222.0160 312.1643 07.20335994381632
+1 26783U 65108BB  14238.13815014 -.00000083  00000-0  00000+0 0   539
+2 26783 027.9165 343.0407 6589037 114.0275 024.7913 02.68090679142265
+1 26786U 81016J   14236.20898790 -.00000219  00000-0  00000+0 0  7309
+2 26786 068.8518 297.9543 5642539 080.5604 335.9129 02.05190749136204
+1 26787U 85056M   14237.32414973 -.00000499  00000-0 -43024-1 0  3121
+2 26787 006.6695 168.6437 6992455 243.6621 252.5492 02.26263544112471
+1 26788U 86010E   14234.31938384 -.00001039  00000-0 -93132-2 0  7723
+2 26788 030.9752 098.0690 6875587 344.5311 305.3383 02.61779554135198
+1 26792U 92009D   14237.21760679  .00008200  00000-0  42298-3 0  9078
+2 26792 034.4485 179.3991 4736079 293.2030 243.5286 06.14877731316071
+1 26794U 91015L   14237.57512066  .00000230  00000-0  45721-2 0  5715
+2 26794 007.3346 030.8799 6636723 277.8511 041.0002 02.86679777154683
+1 26795U 90102G   14238.98683023  .00009113  00000-0  10000-3 0  4520
+2 26795 046.5168 088.7781 2224218 060.0997 320.2917 09.36500276956846
+1 26799U 89062J   14237.44635039  .00015550  00000-0  17028-1 0  3246
+2 26799 007.7090 035.7713 6175620 195.1204 164.5655 03.68360903167759
+1 26806U 88081G   14237.80244844 -.00000060  00000-0  00000+0 0  8689
+2 26806 006.3063 309.5013 7033759 126.7840 235.6685 02.17210309112032
+1 26807U 88081H   14237.19878362 -.00000056  00000-0  00000+0 0   700
+2 26807 006.2209 295.7502 7050540 154.9504 281.8677 02.17338158119618
+1 26808U 88109L   14237.32486558 -.00000614  00000-0 -10419-1 0  9155
+2 26808 006.5504 092.0270 7223476 047.1457 322.6048 02.14389740112327
+1 26809U 88063J   14238.94992178  .00000381  00000-0  57740-3 0  9096
+2 26809 006.6499 174.3519 6945050 266.1200 018.9388 02.64118804137458
+1 26810U 88109M   14237.23923345  .00000002  00000-0  23470-2 0  8934
+2 26810 006.4881 123.8830 7152803 339.2417 279.2619 02.16199644112200
+1 26812U 88109P   14237.72418916 -.00000041  00000-0  00000+0 0  5700
+2 26812 006.1218 169.8082 7024948 254.2387 328.7614 02.21598987128797
+1 26813U 89001P   14238.63230087  .00012225  00000-0  19175-1 0  8507
+2 26813 065.2918 197.6742 2537408 279.1869 053.3545 09.52205819441623
+1 26816U 66040L   14238.14472407  .00000947  00000-0  16466-2 0  1241
+2 26816 100.3527 318.1842 0069023 153.1604 278.8586 13.45743825662066
+1 26818U 01023A   14237.90486754  .00000049  00000-0  36111-4 0  8089
+2 26818 082.9286 177.7283 0032672 172.4774 187.6879 13.73850393662618
+1 26819U 01023B   14238.17812402  .00000110  00000-0  97789-4 0  6482
+2 26819 082.9278 166.7564 0024056 137.0637 333.2227 13.75421656663392
+1 26821U 70025QQ  14236.48768610  .00002329  00000-0  10545-2 0  4166
+2 26821 100.0087 225.4035 0076667 329.5341 158.5769 14.21632598 88656
+1 26822U 75052KC  14234.93905069  .00000029  00000-0  22706-3 0  3023
+2 26822 099.7014 132.3227 0312608 335.5751 078.2890 12.83238366677311
+1 26823U 75052KD  14236.64007284  .00000601  00000-0  10471-2 0  8044
+2 26823 099.9918 014.2930 0046689 291.3755 192.5338 13.47696075124682
+1 26824U 01024A   14238.93426955  .00000000  00000-0  10000-3 0  3943
+2 26824 000.0086 344.7743 0002660 169.8116 138.8020 01.00266877 48434
+1 26826U 75052KE  14237.90449196 -.00000419  00000-0 -10623-2 0  2579
+2 26826 099.5993 271.0718 0301111 233.4197 253.7530 12.97479261 86133
+1 26827U 75052KF  14235.30417505  .00000228  00000-0  57776-3 0  9441
+2 26827 099.7603 356.7792 0111855 049.0781 007.6565 13.27403475 25192
+1 26828U 75052KG  14234.60840428  .00002958  00000-0  29415-2 0  4566
+2 26828 099.6255 009.8269 0067533 126.8559 296.2372 13.77979120 80250
+1 26829U 75052KH  14236.51627207  .00000264  00000-0  74371-3 0  5557
+2 26829 099.5772 075.6227 0257415 183.4900 205.6939 13.09499661951441
+1 26830U 75052KJ  14237.89984035  .00000339  00000-0  87903-3 0  7017
+2 26830 099.6766 266.0580 0139821 245.4070 235.1078 13.21334127646950
+1 26831U 75052KK  14223.76816272  .00001693  00000-0  24447-2 0  6900
+2 26831 099.7674 206.5949 0068599 150.6754 209.7593 13.56016598 64597
+1 26832U 75052KL  14238.03949405  .00000017  00000-0  22072-3 0  6386
+2 26832 099.6170 053.3607 0623307 122.7492 001.7276 12.20949506936040
+1 26833U 75052KM  14225.25656375  .00000029  00000-0  23839-3 0  3199
+2 26833 099.7046 008.8674 0368204 351.9138 123.0058 12.72868846720599
+1 26834U 75052KN  14228.21843241 -.00000040  00000-0  10031-4 0  4319
+2 26834 100.0932 321.2347 0056117 312.7594 075.2209 13.32794343652369
+1 26835U 75052KP  14236.29132597  .00000685  00000-0  82588-3 0  5738
+2 26835 099.5752 344.7293 0044410 150.9314 264.0763 13.69963691128238
+1 26836U 75052KQ  14237.16704538  .00000022  00000-0  13763-3 0  4818
+2 26836 099.7753 100.8914 0105362 029.5782 096.4702 13.26257762702873
+1 26837U 75052KR  14237.76113131  .00000324  00000-0  94156-3 0  7765
+2 26837 099.6941 052.1793 0286631 050.2270 078.1656 13.03351012689460
+1 26838U 75052KS  14229.53733939  .00000256  00000-0  87042-3 0  1221
+2 26838 099.2465 253.1969 0317321 206.3133 312.4258 12.91396149953865
+1 26839U 75052KT  14237.90250182  .00000064  00000-0  22126-3 0  1113
+2 26839 099.7803 253.8333 0084406 061.5307 056.0468 13.29551111 93085
+1 26840U 75052KU  14235.99759453 -.00000122  00000-0 -32745-3 0  1707
+2 26840 099.7157 352.3527 0368645 040.3236 012.7507 12.71928941 44157
+1 26841U 75052KV  14233.33808113  .00000371  00000-0  97588-3 0  5975
+2 26841 099.9033 252.0945 0520924 348.7742 073.1780 12.82452631 43434
+1 26842U 75052KW  14236.79508253  .00001423  00000-0  16958-2 0  3766
+2 26842 099.8213 100.8832 0043907 260.2053 165.9082 13.68780474825700
+1 26843U 75052KX  14238.09466501  .00000079  00000-0  28057-3 0  5864
+2 26843 099.8164 331.6813 0118449 179.7362 302.2780 13.21469291969306
+1 26844U 75052KY  14236.12123164  .00000188  00000-0  31663-3 0  9651
+2 26844 100.0274 079.5278 0048122 125.6486 359.5661 13.58987215107166
+1 26845U 75052KZ  14238.99423545  .00000086  00000-0  10000-3 0  5638
+2 26845 099.1560 245.8370 0440725 270.6560 084.4619 12.64435547915800
+1 26846U 75052LA  14235.62582823  .00000024  00000-0  16629-3 0  8459
+2 26846 099.7572 202.7911 0170456 209.7930 204.8298 13.11379741830957
+1 26847U 75052LB  14235.79563285 -.00000027  00000-0  30599-4 0  7242
+2 26847 099.6730 071.5521 0090381 006.3014 123.1761 13.26832392841686
+1 26848U 75124C   14237.28247863 -.00000059  00000-0 -41028-4 0  7256
+2 26848 081.2745 074.1485 0017993 298.9494 184.3134 14.09220211751649
+1 26850U 92072K   14237.39557428 -.00001000  00000-0 -57581-1 0  3580
+2 26850 007.7811 047.5243 6463551 044.0782 352.3079 02.90122656158407
+1 26853U 01025A   14238.95044000  .00000000  00000-0  10000-3 0  1336
+2 26853 000.0729 334.0469 0006390 289.2722 082.1218 01.00270890 48385
+1 26855U 01025C   14237.57793819 -.00000173  00000-0  00000+0 0  9575
+2 26855 015.2007 176.8538 4939418 181.4929 010.0934 01.84793223 89062
+1 26857U 01026A   14237.54933113 -.00000016  00000-0  00000+0 0  1880
+2 26857 044.8046 158.4032 0015692 066.9904 144.3852 03.92443142191950
+1 26858U 01026B   14235.38468039 -.00000038  00000-0  00000+0 0  1526
+2 26858 044.9888 039.0813 0090748 349.9270 001.9728 04.15709127200115
+1 26861U 78026HV  14237.28774456  .00000110  00000-0  57900-4 0  2794
+2 26861 098.3800 250.6134 0103788 043.8667 011.8173 14.27733288575840
+1 26863U 01029A   14239.13290912  .00000000  00000-0  10000-3 0  7962
+2 26863 011.3825 044.4817 0004095 155.9595 204.1705 01.00273202 49180
+1 26867U 01030A   14237.60989582  .00025787  60370-7  48976-3 0  4700
+2 26867 062.6957 286.0790 7179155 257.8710 020.3682 02.46001138 96824
+1 26870U 01030D   14237.37977842  .00009991 -24445-6  17961-3 0  6573
+2 26870 063.1716 330.6849 7544297 253.8507 018.5937 02.00020075 94091
+1 26871U 01031A   14237.45409571  .00000021  00000-0  00000+0 0  6440
+2 26871 004.3885 069.0806 0005330 174.5244 104.8322 00.99137628 47962
+1 26874U 01032B   14239.20952884  .00007889  00000-0  12386-3 0  7678
+2 26874 082.4716 268.8277 0016016 146.3680 213.9118 15.53487350732490
+1 26892U 01037A   14238.87732082  .00000000  00000-0  10000-3 0  1911
+2 26892 008.8418 047.6678 0007281 111.0856 249.1422 01.00201303 47630
+1 26895U 01037D   14239.11696670  .00000000  00000-0  10000-3 0  5648
+2 26895 008.8086 047.8114 0019240 338.1373 021.9286 01.00271616 47633
+1 26898U 01038A   14234.27347395  .00000364  00000-0  29485-3 0  5528
+2 26898 028.3602 109.2654 7147409 235.3221 302.5385 02.44436579111365
+1 26899U 01038B   14235.17418682  .00000274  00000-0  43313-3 0   315
+2 26899 028.0255 120.6309 7140481 231.1391 348.8588 02.43761287111168
+1 26900U 01039A   14238.17453869  .00000000  00000-0  10000-3 0  3720
+2 26900 000.0333 079.5905 0006128 014.5679 005.0929 01.00273320 47578
+1 26901U 01039B   14229.38853747  .00008003  00000-0  19099-2 0   828
+2 26901 007.3270 299.5522 6989566 024.5226 007.8179 02.65584163115271
+1 26911U 81021Q   14238.02582326  .00000004  00000-0  74872-4 0  6754
+2 26911 064.9622 105.7364 0060669 229.4918 198.6423 13.90459077681102
+1 26916U 83072D   14237.43779191  .00001397  00000-0  50870-3 0  1155
+2 26916 062.7956 347.4590 6065158 034.2609 352.9445 03.92360967336861
+1 26918U 80085G   14231.38302340 -.00000192  00000-0  00000+0 0  9993
+2 26918 068.8405 077.6973 6508762 016.4930 308.2253 02.05475329126914
+1 26919U 80085H   14238.30764103 -.00000055  00000-0  10000-3 0  9535
+2 26919 069.0058 099.2192 6385871 016.2644 357.4722 02.05046574126529
+1 26922U 84023H   14237.16573691 -.00000035  00000-0  00000+0 0  5302
+2 26922 008.8835 247.5756 6460055 194.4421 314.5733 02.77150789164566
+1 26924U 84023J   14233.44169200 -.00000231  00000-0  00000+0 0  7498
+2 26924 008.4507 347.8376 6728006 342.6183 010.6716 02.51830558140073
+1 26926U 84097C   14234.97329920 -.00000169  00000-0 -31466-3 0  1159
+2 26926 063.2089 301.8319 5919251 016.5767 009.7016 03.93534036314876
+1 26927U 01042A   14238.21267943  .00000000  00000-0  10000-3 0  1340
+2 26927 000.0523 014.7390 0005785 127.6490 260.5032 01.00269578 47283
+1 26930U 01043B   14237.23154771  .00000024  00000-0  41252-4 0  6660
+2 26930 067.0022 185.2474 0004588 315.0723 144.3873 14.30429983673724
+1 26931U 01043C   14237.28018356  .00000035  00000-0  45428-4 0  6801
+2 26931 067.0509 220.2832 0007245 279.3731 080.6551 14.30139659673483
+1 26932U 01043D   14237.11992843  .00000023  00000-0  41130-4 0  6876
+2 26932 067.0558 221.7198 0006457 293.9548 066.0876 14.30022136673503
+1 26936U 01045A   14235.47399406 -.00000191  00000-0  00000+0 0  7183
+2 26936 009.8975 049.1815 0019901 094.1856 170.6148 00.97746022 46393
+1 26939U 01045D   14237.91803453  .00000000  00000-0  10000-3 0  5753
+2 26939 009.6663 047.9536 0022782 275.0769 084.7995 01.00259113 47603
+1 26953U 01047A   14238.28381700  .00036234  00000-0  36260-3 0   140
+2 26953 097.1121 304.9237 0002839 105.5439 294.9027 15.65488779722560
+1 26957U 01049A   14238.35296248  .00001815  00000-0  12994-3 0  9948
+2 26957 097.7000 322.2309 0042295 284.5565 075.0977 15.05035901703758
+1 26958U 01049B   14238.30631154  .00001107  00000-0  10621-3 0  4699
+2 26958 097.4502 234.7557 0076579 166.3988 193.9304 14.92874253698318
+1 26959U 01049C   14238.34763481  .00003692  00000-0  15526-3 0  2589
+2 26959 097.8030 121.5530 0013450 039.9923 050.5329 15.24008664709427
+1 26960U 01049D   14238.12999028  .00004532  00000-0  34431-3 0  7287
+2 26960 097.5549 204.3563 0070551 056.3974 072.1526 15.00666403699759
+1 26962U 66040M   14237.72172943  .00001106  00000-0  19601-2 0  5053
+2 26962 100.3172 304.9444 0058667 164.1082 315.6162 13.44360341647373
+1 26964U 77047E   14233.30323924 -.00000619  00000-0  00000+0 0  7377
+2 26964 067.2608 354.1734 5863421 073.8509 340.4824 02.02636214489974
+1 26967U 93017E   14228.58242668 -.00000016  00000-0  00000+0 0  8208
+2 26967 034.9746 036.3448 4450658 015.3466 015.0721 06.65081156318264
+1 26968U 93016AJ  14237.11671866  .00000762  00000-0  32065-3 0  6466
+2 26968 070.9997 242.6301 0006626 147.8140 278.4160 14.28989708111194
+1 26975U 78066F   14237.24213596  .00000530  00000-0  00000+0 0  8586
+2 26975 068.3730 080.4026 5877883 044.1142 350.2278 02.05671544128888
+1 26977U 80057H   14230.13321217  .00000391  00000-0  00000+0 0  7889
+2 26977 067.4762 034.6029 5832094 089.6585 333.1231 01.99752422 93853
+1 26978U 80057J   14239.13956572 -.00000002  00000-0  10000-3 0  7972
+2 26978 067.5013 039.4754 5764766 093.1598 330.5339 01.99718509102068
+1 26980U 92093JK  14236.17752091  .00002856  00000-0  10012-2 0  4088
+2 26980 071.1180 147.2514 0108449 221.8257 257.7798 14.32635422110517
+1 26982U 87020DU  14235.99968337  .00000020  00000-0  27541-3 0   831
+2 26982 073.6003 065.8199 0027674 304.0832 177.4162 12.42057152657221
+1 26985U 01052A   14237.45344490 -.00000130  00000-0  00000+0 0  3929
+2 26985 000.0505 274.5366 0000993 343.0639 138.0833 01.00272355 46746
+1 26986U 01052B   14239.04771164  .00161073  00000-0  23957-2 0  9332
+2 26986 006.8626 062.9529 5957551 121.1240 310.6579 04.20467110138482
+1 26987U 01053A   14236.36455929  .00000019  00000-0  00000+0 0  8998
+2 26987 062.9783 211.9660 0006956 202.2842 276.9356 02.13105462 99066
+1 26988U 01053B   14235.20251036  .00000023  00000-0  00000+0 0  8719
+2 26988 062.9823 212.0190 0033937 209.8675 193.1257 02.13105679 99035
+1 26989U 01053C   14237.31708211  .00000021  00000-0  00000+0 0  1043
+2 26989 062.9742 211.9277 0002840 353.7496 080.7782 02.13103276 99090
+1 26992U 01053F   14237.36482402  .00000021  00000-0  00000+0 0  5429
+2 26992 062.9827 211.0890 0016025 282.5766 217.5281 02.13597555 99360
+1 26997U 01055A   14236.10580770 -.00000051  00000-0  44769-4 0  8673
+2 26997 066.0394 087.1070 0006853 262.4553 266.4395 12.83950655594866
+1 26998U 01055B   14238.01205560  .00000728  00000-0  86497-4 0  9032
+2 26998 074.0735 195.6806 0001224 234.5254 125.5812 14.86483188688907
+1 27000U 01055D   14237.96496854 -.00000021  00000-0  16974-3 0  1129
+2 27000 066.0436 032.3946 0009692 230.1559 274.4609 12.84570741596443
+1 27001U 01056A   14238.09283762 -.00000030  00000-0  14690-4 0  6138
+2 27001 099.2649 035.3426 0014384 139.5977 354.0987 13.68768215634876
+1 27002U 01056B   14237.11530203 -.00000018  00000-0  26531-4 0  7567
+2 27002 099.2053 039.3910 0020326 130.1848 346.7382 13.70190261635416
+1 27003U 01056C   14238.12006407 -.00000025  00000-0  19393-4 0  6985
+2 27003 099.2070 039.2470 0021114 126.1681 297.0740 13.70181017635585
+1 27004U 01056D   14237.11502941 -.00000039  00000-0  33225-5 0  3486
+2 27004 099.2112 037.5233 0020660 130.2739 293.2553 13.70088159635400
+1 27005U 01056E   14238.34230927  .00000035  00000-0  86703-4 0  9079
+2 27005 099.1924 044.5325 0018740 125.5468 234.7430 13.70503937635627
+1 27006U 01056F   14237.68016700  .00000016  00000-0  64706-4 0  2146
+2 27006 099.1736 042.4104 0015548 110.3360 298.7713 13.70916946635843
+1 27007U 01056G   14236.24548024  .00000427  00000-0  50830-3 0  5407
+2 27007 099.1813 077.2547 0013321 120.4816 239.7650 13.72974201635566
+1 27025U 86026J   14235.63107175 -.00000056  00000-0  11933-2 0  6081
+2 27025 006.7019 072.3554 7100751 250.1185 011.3572 02.41748156117758
+1 27026U 88081J   14237.38062906  .00000554  00000-0  56015-2 0  8197
+2 27026 007.4952 086.9379 7136411 164.7700 024.9403 02.30556878166184
+1 27027U 88081K   14231.46648840 -.00000322  00000-0 -20293-2 0  9575
+2 27027 008.8522 027.8019 7133044 276.3763 017.3348 02.20772599123812
+1 27029U 89006J   14237.52635743  .00000210  00000-0  50913-2 0  5477
+2 27029 008.9594 000.4407 7127432 295.1865 009.4772 02.27358320109140
+1 27030U 89006K   14234.91974641 -.00000262  00000-0 -92090-3 0  7599
+2 27030 008.2053 263.8430 7133193 129.9683 317.9814 02.32747386108917
+1 27031U 89006L   14237.17053864  .00016441  00000-0  19872-1 0  8181
+2 27031 007.6919 093.9393 6972458 107.1897 334.8221 02.61832162117897
+1 27032U 89006M   14237.56256498 -.00000174  00000-0  30871-3 0  5989
+2 27032 008.5464 312.9322 7161038 031.4103 006.5353 02.28299354109740
+1 27033U 89006N   14237.24613574 -.00000203  00000-0  21983-4 0   902
+2 27033 008.3863 290.2755 7133408 077.0756 343.1845 02.31015128109699
+1 27034U 89006P   14231.51795080  .00000054  00000-0  18438-2 0  5682
+2 27034 008.0072 062.5993 7108173 173.8150 181.0106 02.24805374107393
+1 27036U 89006R   14236.61675234 -.00000115  00000-0 -12679-2 0  9166
+2 27036 009.1516 021.9196 7141750 250.1013 012.8454 02.25666390108515
+1 27037U 89006S   14232.57937261 -.00000263  00000-0 -11673-3 0  3262
+2 27037 008.2173 312.4582 7176811 034.1086 355.7672 02.27274249107170
+1 27038U 89006T   14236.53666662 -.00000163  00000-0 -17800-3 0  1082
+2 27038 008.3001 247.5268 7199642 160.0186 340.3065 02.29301135109645
+1 27039U 89006U   14234.18348883 -.00000208  00000-0  22808-4 0  4812
+2 27039 008.4926 352.0368 7164192 315.1224 334.7091 02.26076918108442
+1 27040U 89006V   14237.64311641 -.00000159  00000-0  39939-2 0  3220
+2 27040 007.7061 138.7607 7054274 026.9051 239.4054 02.23778261106844
+1 27041U 89006W   14231.39851623 -.00000214  00000-0 -25039-3 0  5587
+2 27041 008.4997 293.5457 7189595 068.4602 350.1723 02.27472575108953
+1 27042U 89006X   14230.61575382  .00000012  00000-0  15214-2 0  7586
+2 27042 008.3186 045.6337 7122095 206.5219 022.8094 02.25023516109317
+1 27043U 89006Y   14230.98846475  .00000033  00000-0  14864-2 0   385
+2 27043 008.2304 053.0741 7115522 192.1342 036.4678 02.24987772107202
+1 27044U 89006Z   14210.94065592  .00001984  00000-0  21384-1 0  5816
+2 27044 008.1186 300.1497 7123707 058.7475 352.2894 02.31702971107182
+1 27045U 89006AA  14232.94976953  .00000028  00000-0  75904-3 0  5326
+2 27045 008.6036 047.6977 7117949 201.4480 099.7365 02.25328249105934
+1 27046U 89006AB  14237.25558663  .00000164  00000-0  13302-1 0  4108
+2 27046 007.5816 092.3877 7092311 116.0404 097.5639 02.24179328108694
+1 27047U 89062K   14238.51346469  .00006194  00000-0  13999-1 0  9410
+2 27047 009.1542 120.5178 6928536 015.1482 358.1287 02.64139860145099
+1 27048U 89062L   14239.04355635  .00002375  00000-0  51086-2 0  6835
+2 27048 008.3505 320.6367 6403761 347.6940 002.1912 03.32242200147398
+1 27049U 89062M   14237.27364953  .00004279  00000-0  45530-2 0  5800
+2 27049 008.6730 138.3963 6988876 348.6908 329.0590 02.60485520139341
+1 27051U 90065U   14234.94530118  .00000417  00000-0  38599-3 0  5265
+2 27051 018.2599 005.4030 6924344 020.5261 357.1204 02.70174572141363
+1 27052U 90065V   14237.31853120  .00000243  00000-0  79035-3 0  1624
+2 27052 017.9391 067.1914 6967544 277.3499 014.6491 02.63848958152576
+1 27055U 01058A   14238.16454642  .00000028  00000-0  10000-3 0  6578
+2 27055 082.5444 105.1330 0008514 251.8801 108.1354 12.59801073582221
+1 27056U 01058B   14238.21281774  .00000028  00000-0  10000-3 0  6962
+2 27056 082.5385 097.9291 0004516 235.0546 125.0113 12.60492886582555
+1 27057U 01058C   14238.17478345  .00000028  00000-0  10000-3 0  7028
+2 27057 082.5418 095.1015 0002037 095.6300 264.5022 12.61518206583017
+1 27058U 01058D   14238.12115142 -.00000000  00000-0 -60091-4 0  6417
+2 27058 082.5309 088.7109 0004107 056.7937 060.7301 12.62001660583235
+1 27059U 01058E   14238.08230642  .00000005  00000-0 -33381-4 0  6401
+2 27059 082.5379 094.4230 0000359 275.9718 196.8782 12.61457618582970
+1 27060U 01058F   14238.12056431  .00000002  00000-0 -48116-4 0  6498
+2 27060 082.5367 085.7061 0008364 013.9322 103.6082 12.62978368583688
+1 27061U 01058G   14237.11378828  .00000029  00000-0  11637-3 0  8020
+2 27061 082.5458 137.0956 0043375 011.3685 101.8426 12.53921486579382
+1 27063U 01049F   14237.04066010  .00019925  00000-0  60047-3 0  9284
+2 27063 097.6516 226.9672 0037092 159.6395 244.3995 15.33667013694298
+1 27069U 01049M   14238.04630693  .00083546  00000-0  11627-2 0  8474
+2 27069 097.2381 266.7167 0013958 091.8968 323.3770 15.56568494696197
+1 27075U 01049T   14238.12384847  .00155076  00000-0  25287-2 0  1723
+2 27075 096.2880 103.1304 0041725 144.9933 338.3457 15.51075047682161
+1 27089U 01049AH  14238.05061465  .00000771  00000-0  87501-4 0  4383
+2 27089 097.7645 167.4938 0062179 271.0178 150.8566 14.87892766686611
+1 27097U 01049AR  14238.09910219  .00012342  00000-0  83028-3 0   636
+2 27097 097.3720 003.5488 0077221 192.3941 219.0412 15.04412581687068
+1 27105U 01049AZ  14237.13602117  .00011169  00000-0  48834-3 0   143
+2 27105 097.3552 226.6954 0025509 208.4589 151.5255 15.21948189 23040
+1 27114U 01049BJ  14237.43910862  .00010423  00000-0  65364-3 0  5509
+2 27114 097.7883 200.6961 0016922 256.1179 223.1713 15.09404425687761
+1 27115U 01049BK  14237.11831797  .00010309  00000-0  54229-3 0   892
+2 27115 097.6663 201.3709 0035554 357.1389 135.8526 15.15295390691742
+1 27119U 01049BP  14237.43925285  .00003604  00000-0  27956-3 0  8566
+2 27119 097.6665 198.9904 0044976 131.5081 347.9047 15.01210428688594
+1 27121U 01049BR  14237.82177490  .00009344  00000-0  90210-3 0  4217
+2 27121 097.4408 329.1634 0067998 186.5498 288.5665 14.91300502681296
+1 27123U 01049BT  14237.92407259  .00000468  00000-0  10007-3 0  1647
+2 27123 097.3390 219.2215 0045205 223.4073 189.5148 14.61968478674824
+1 27124U 01049BU  14238.09758850  .00001183  00000-0  17371-3 0  2909
+2 27124 097.8883 191.6900 0037419 336.2740 155.9682 14.76919149680995
+1 27125U 01049BV  14237.66242650  .00009861  00000-0  68355-3 0  5326
+2 27125 097.5472 129.8915 0006731 355.5016 088.0228 15.05800475685798
+1 27126U 01049BW  14238.10825972  .00003507  00000-0  41058-3 0  3567
+2 27126 098.2948 074.4570 0044909 336.5899 176.4948 14.85036619683544
+1 27127U 01049BX  14237.44563598  .00003461  00000-0  36715-3 0  4257
+2 27127 097.5926 274.9499 0041148 162.1461 311.1982 14.89081331684452
+1 27128U 01049BY  14237.40553679  .00008923  00000-0  82301-3 0  6097
+2 27128 097.4440 021.4474 0079448 089.7588 330.4177 14.92459507683210
+1 27129U 01049BZ  14237.00860419  .00004025  00000-0  54049-3 0  3440
+2 27129 097.8124 220.6842 0047987 170.9741 225.5771 14.79063710678819
+1 27130U 01049CA  14238.12492316  .00000689  00000-0  10805-3 0  2749
+2 27130 097.8921 188.3248 0016032 304.8034 177.0985 14.75650972681029
+1 27132U 01049CC  14238.15356602  .00004693  00000-0  36984-3 0   542
+2 27132 097.5733 207.0729 0055985 074.8318 345.9694 15.00000142699570
+1 27133U 01049CD  14238.09270056  .00000436  00000-0  94512-4 0  1504
+2 27133 097.6452 032.8634 0045249 283.0829 140.9636 14.61995757675194
+1 27136U 01049CG  14237.49100663  .00001553  00000-0  18792-3 0  3548
+2 27136 097.8259 192.3050 0046411 147.9776 332.3592 14.84360935701758
+1 27140U 01049CL  14238.16046750  .00048728  00000-0  11964-2 0  9436
+2 27140 097.6816 351.1559 0011832 019.4867 067.0161 15.40456733694347
+1 27141U 01049CM  14238.12939479  .00000581  00000-0  82428-4 0  3199
+2 27141 097.8029 194.3454 0056062 206.7409 281.8853 14.79669013682725
+1 27142U 01049CN  14238.04616473  .00000093  00000-0  51409-4 0  5642
+2 27142 097.3566 260.5003 0290095 289.6317 121.4429 14.09084864651022
+1 27146U 01049CS  14237.13186451  .00001220  00000-0  19322-3 0  2358
+2 27146 097.9817 190.4906 0056026 156.9283 325.3431 14.73003064678331
+1 27147U 01049CT  14237.41473403  .00006977  00000-0  75624-3 0  3730
+2 27147 097.7096 277.9785 0029960 130.5968 354.3002 14.88171036698171
+1 27148U 01049CU  14236.96106964  .00054530  00000-0  11869-2 0  1113
+2 27148 097.4535 219.5650 0017277 151.0618 270.3664 15.43959788694344
+1 27150U 01049CW  14237.44568249  .00006351  00000-0  50834-3 0  5329
+2 27150 097.7947 198.1095 0045563 319.8716 163.4892 14.99715356729631
+1 27151U 01049CX  14237.50254321  .00004081  00000-0  33941-3 0  6600
+2 27151 097.5685 212.3632 0043245 180.8307 299.1226 14.98511707689098
+1 27152U 01049CY  14237.48464064  .00002810  00000-0  39107-3 0  2788
+2 27152 097.9443 190.9892 0041020 042.9030 077.1063 14.78019082680152
+1 27153U 01049CZ  14237.45543951  .00002500  00000-0  27802-3 0  3123
+2 27153 097.7980 196.4900 0045923 120.0525 001.4949 14.87283242684799
+1 27155U 01049DB  14238.08076904  .00033307  00000-0  26170-2 0  4557
+2 27155 097.6893 056.5068 0046263 020.0438 103.3394 14.99944669674654
+1 27160U 01049DG  14238.12683370  .00000180  00000-0  40328-4 0  1406
+2 27160 098.0001 180.5301 0049130 179.9895 307.8078 14.66854231678328
+1 27216U 01049FL  14237.55240079  .00003639  00000-0  36402-3 0   249
+2 27216 098.2757 083.3963 0030867 308.6388 104.1653 14.91780092683873
+1 27218U 01049FN  14237.58078432  .00004577  00000-0  63747-3 0  5010
+2 27218 099.0728 242.0191 0290527 278.1721 212.4994 14.53349316662980
+1 27226U 01049FW  14235.77291819  .00001291  00000-0  15584-3 0  8899
+2 27226 097.7388 207.3688 0029447 232.5417 246.4811 14.85191128682458
+1 27255U 01049HB  14237.51702735  .00002395  00000-0  29761-3 0   743
+2 27255 097.6835 223.3657 0047682 299.3898 188.6517 14.82692381682549
+1 27267U 01049HP  14238.15632173  .00004537  00000-0  56450-3 0  8759
+2 27267 097.8767 199.4154 0051466 342.5087 017.4351 14.82074123681361
+1 27273U 01049HV  14237.96231350  .00049922  00000-0  13196-2 0  1643
+2 27273 097.5775 226.4799 0007669 314.0484 104.5345 15.38231334689787
+1 27286U 01049JJ  14238.25233501  .00064186  00000-0  12533-2 0  7593
+2 27286 097.3424 250.5818 0022866 154.8700 205.3668 15.46975231692802
+1 27298U 02002A   14238.43352721  .00000000  00000-0  10000-3 0  8608
+2 27298 000.0324 252.8641 0005134 290.5703 021.1763 01.00265395 46120
+1 27299U 02002B   14235.26397681 -.00000207  00000-0 -11320-3 0  6066
+2 27299 004.2790 317.5175 7253720 063.4573 229.9652 02.20764597101229
+1 27305U 01049KB  14236.83734008  .00000526  00000-0  95740-4 0  1635
+2 27305 098.0038 181.4626 0046550 176.5265 239.3902 14.69479993678614
+1 27317U 01049KP  14238.11479766  .00030890  00000-0  10786-2 0  9470
+2 27317 097.6999 207.7857 0018790 341.5457 018.5099 15.29364033689675
+1 27353U 01049MA  14234.80251278  .00005476  00000-0  48283-3 0  1678
+2 27353 097.5522 228.3836 0037670 041.2425 080.3480 14.96273250682070
+1 27367U 02003A   14237.46143803  .00083079  00000-0  39051-2 0  6068
+2 27367 028.5627 196.6975 5698826 329.2627 300.0930 04.56862719144120
+1 27368U 02003B   14232.31814950 -.00000018  00000-0  65822-3 0  5996
+2 27368 029.0040 021.7615 7188115 288.4256 010.6669 02.31716548105057
+1 27369U 02003C   14230.22963950  .00000022  00000-0  00000+0 0  3197
+2 27369 023.6934 142.0108 6892619 279.5665 258.6062 02.37193031107953
+1 27370U 02004A   14237.61040302  .00006697  00000-0  35484-3 0  4628
+2 27370 038.0364 140.4660 0012275 028.1771 331.9656 15.15189025689620
+1 27371U 02004B   14237.73988237  .00002425  00000-0  18034-3 0  3198
+2 27371 038.0305 344.0563 0012015 136.1803 223.9913 15.03867648687364
+1 27372U 02005A   14237.95720347  .00000058  00000-0  13806-4 0  4554
+2 27372 086.4023 356.6408 0002142 076.0062 054.2310 14.34214950664530
+1 27373U 02005B   14238.48578859  .00000110  00000-0  26803-4 0  4508
+2 27373 086.4440 058.7968 0003200 147.6671 212.4726 14.42953173663446
+1 27374U 02005C   14238.33434329  .00000402  00000-0  13632-3 0  6170
+2 27374 086.3991 324.5358 0004117 145.2829 279.4977 14.34218156668915
+1 27375U 02005D   14238.38865898  .00000317  00000-0  10629-3 0  4081
+2 27375 086.4021 356.2482 0002253 113.2315 246.9118 14.34217627663884
+1 27376U 02005E   14238.43649686  .00000148  00000-0  45907-4 0  6153
+2 27376 086.4006 027.6053 0002120 203.6401 156.4697 14.34219366669092
+1 27378U 02006A   14238.63585207 -.00000015  00000-0  00000+0 0  5788
+2 27378 000.0631 285.1610 0001331 297.4173 222.3144 01.00273504 45822
+1 27380U 02007A   14238.13447082  .00000000  00000-0  10000-3 0  4917
+2 27380 000.0385 056.5896 0002220 048.5019 337.6782 01.00273270 45861
+1 27384U 99057MJ  14237.77587156  .00008008  00000-0  13608-2 0  6125
+2 27384 098.1688 227.2145 0064669 299.5043 185.1628 14.68028604744917
+1 27385U 99057MK  14237.74507010  .00006439  00000-0  97531-3 0  8962
+2 27385 098.0288 235.8358 0067422 189.0887 170.9106 14.72964758728989
+1 27386U 02009A   14238.16539056  .00000014  00000-0  18835-4 0  4012
+2 27386 098.3766 301.7771 0001277 108.2993 304.6128 14.37726297653637
+1 27387U 02009B   14237.49851431  .00000047  00000-0  30673-4 0  2470
+2 27387 098.3205 197.8376 0031550 323.5474 143.7510 14.35729241654216
+1 27389U 02011A   14238.45504539  .00000000  00000-0  10000-3 0  4962
+2 27389 003.1241 097.0538 0007736 329.4376 030.8185 01.00262942 47205
+1 27390U 02011B   14238.78353360  .00024644  00000-0  21820-2 0   477
+2 27390 026.7515 052.9423 6023078 172.6009 203.7825 04.04448476155330
+1 27391U 02012A   14238.15952829  .00008279  00000-0  14371-3 0  1409
+2 27391 089.0044 107.4824 0007943 223.9891 255.7249 15.50659117696951
+1 27392U 02012B   14238.15955718  .00008368  00000-0  14524-3 0   655
+2 27392 089.0045 107.5187 0008417 226.4772 251.5836 15.50657503696952
+1 27399U 02015A   14238.14295834  .00000000  00000-0  10000-3 0  2797
+2 27399 000.0208 255.0313 0001903 235.7955 048.9110 01.00266273 44288
+1 27400U 02015B   14237.77147491  .00000000  00000-0  10000-3 0  1848
+2 27400 001.8269 074.1631 0001299 082.9251 277.7258 01.00271098 45477
+1 27401U 02015C   14238.77670664  .00143654  00000-0  44748-1 0  5721
+2 27401 003.6896 311.0133 6236409 297.0986 013.5511 03.67374942134189
+1 27402U 02015D   14236.50617021  .00000178  00000-0  96619-3 0   554
+2 27402 003.4005 224.3827 7108612 121.6233 011.1042 02.45624452108596
+1 27403U 02016A   14238.42406152  .00000000  00000-0  10000-3 0   969
+2 27403 000.0221 053.3592 0002851 104.1784 295.1892 01.00266297 45470
+1 27404U 02016B   14230.53367077 -.00000492  00000-0  00000+0 0  8044
+2 27404 025.4344 016.0552 6215316 289.2392 016.0510 02.06290537 93334
+1 27405U 90065W   14237.47102487  .00002269  00000-0  63327-3 0  3816
+2 27405 017.9615 015.6936 6492463 275.8608 022.5660 03.31866389172120
+1 27406U 66040AL  14237.58204383  .00000018  00000-0  10000-3 0  1945
+2 27406 100.3282 005.6522 0039304 050.3260 310.2084 13.51819779497472
+1 27412U 02017D   14238.97950138  .00021457  00000-0  67687-4 0  3515
+2 27412 062.2375 168.9990 7455357 256.1103 018.4218 02.12177327 95357
+1 27414U 02019A   14238.38396098  .00000000  00000-0  10000-3 0  4599
+2 27414 000.0394 071.9534 0003788 046.1827 334.5972 01.00267409 45347
+1 27421U 02021A   14238.38917534  .00000062  00000-0  49032-4 0  8707
+2 27421 098.5569 299.2726 0001277 081.2721 012.2528 14.20108273638280
+1 27422U 02021B   14237.19961198  .00000042  00000-0  32840-4 0  5693
+2 27422 098.2942 276.3876 0012886 045.2195 356.6579 14.29041798639995
+1 27424U 02022A   14249.49461350  .00000469  00000-0  10400-3 0   906
+2 27424 098.2024 189.3939 0000701 052.6453 307.5334 14.57137905656511
+1 27426U 02023A   14238.38714372 -.00000071  00000-0  10000-3 0  5068
+2 27426 000.0112 138.0087 0003183 025.9371 199.8615 01.00272983 45084
+1 27429U 02023D   14238.46051718  .00000055  00000-0  10000-3 0  8433
+2 27429 018.7550 335.9399 5349096 232.9933 065.2416 01.90581926 85749
+1 27430U 02024A   14237.16163345  .00000111  00000-0  58332-4 0  5770
+2 27430 098.2465 253.1320 0008165 225.5502 183.1967 14.30441861640893
+1 27431U 02024B   14238.33068710 -.00000075  00000-0 -17736-4 0  6057
+2 27431 098.8743 199.8871 0016061 091.7926 268.5078 14.09455460631890
+1 27432U 02024C   14237.50498652 -.00000010  00000-0  17646-4 0   779
+2 27432 098.8380 197.6838 0051459 063.9268 043.1687 14.13889684633706
+1 27433U 02024D   14237.49710735  .00000080  00000-0  68069-4 0  9036
+2 27433 098.8332 202.1347 0015926 074.1666 033.9588 14.11595121632294
+1 27436U 02026A   14238.12956771  .00000027  00000-0  12174-4 0  4148
+2 27436 082.9503 120.2889 0047411 054.4832 053.9240 13.74848212614479
+1 27437U 02026B   14236.16559631 -.00000102  00000-0 -11907-3 0   161
+2 27437 082.9488 112.0441 0044962 019.6307 089.9250 13.76554134614955
+1 27438U 02027A   14238.66040859  .00000000  00000-0  10000-3 0  9287
+2 27438 000.0259 243.6544 0001869 285.6056 018.7532 01.00265697 44927
+1 27441U 02029A   14238.28870163  .00000000  00000-0  10000-3 0  6636
+2 27441 004.2147 064.0258 0005650 089.0427 271.3434 01.00268064 44738
+1 27444U 02029D   14237.45167230 -.00000160  00000-0  00000+0 0  4137
+2 27444 010.2984 045.4929 0007979 272.9003 356.5109 00.99272927 44256
+1 27445U 02030A   14238.32722252 -.00000166  00000-0  10000-3 0  1091
+2 27445 000.0302 301.9025 0000556 299.2928 116.0601 01.00272804 44700
+1 27446U 02030B   14237.52956785  .00000013  00000-0 -12946-3 0  2771
+2 27446 000.6732 082.7614 7509817 218.4884 006.6592 01.94601281 86401
+1 27450U 02031A   14238.33504298  .00000130  00000-0  39525-4 0  3363
+2 27450 086.3973 027.7047 0001834 075.5776 284.5623 14.34217094643194
+1 27451U 02031B   14235.45964923 -.04259508  00000-0 -17228+1 0  4565
+2 27451 086.4263 092.2925 0010249 052.1211 293.5934 14.33213431643864
+1 27453U 02032A   14249.44627897  .00000119  00000-0  51234-4 0  7027
+2 27453 098.3211 244.8967 0011439 298.5389 061.5214 14.24769038634252
+1 27460U 02035A   14238.27275009 -.00000041  00000-0  10000-3 0  2486
+2 27460 000.0840 052.9409 0004438 098.6623 276.0262 01.00270135 44502
+1 27461U 02035B   14237.71654029 -.00000322  00000-0  00000+0 0  9954
+2 27461 002.6577 071.4529 0002270 106.9626 189.4627 01.00273040 44459
+1 27462U 02035C   14237.86673551 -.00000151  00000-0 -15664-2 0  2681
+2 27462 005.3929 259.8475 7161811 160.5930 196.5333 02.22659535 98804
+1 27463U 02035D   14237.34965220 -.00000231  00000-0 -25108-2 0  5778
+2 27463 005.0626 214.6564 7153995 247.3355 284.8707 02.26428959100351
+1 27464U 02036A   14238.23972340  .00000024  00000-0  10000-3 0  5831
+2 27464 082.4900 161.5136 0025331 335.5773 024.4092 12.44547243551309
+1 27465U 02036B   14238.23191611  .00000010  00000-0  00000+0 0  6220
+2 27465 082.4855 159.8094 0025774 333.2139 026.7611 12.44857555551430
+1 27466U 02036C   14235.94568814  .00000046  00000-0  25280-3 0  9615
+2 27466 082.4875 164.5189 0043580 349.1893 061.6166 12.44314042550889
+1 27469U 00047C   14237.00907984  .00000266  00000-0  40205-4 0  7855
+2 27469 067.9983 195.3453 0065511 023.0336 047.8208 14.88090019657925
+1 27470U 02037A   14236.91211407 -.00000342  00000-0 -25307-2 0  9904
+2 27470 063.4364 047.6831 0398381 350.9908 185.6272 12.06776052532662
+1 27473U 02037D   14238.10719354 -.00000152  00000-0 -86130-3 0  7497
+2 27473 063.4447 139.9568 0423441 346.9114 108.7343 12.01386179530349
+1 27476U 02037G   14236.10215375  .00000016  00000-0  70138-3 0  8985
+2 27476 063.4436 139.0332 0424333 347.3821 106.6128 12.01799058530220
+1 27479U 63038P   14237.98187736  .00008831  00000-0  68511-2 0  4320
+2 27479 090.1069 314.0254 0051991 128.6174 356.8767 13.91834811620761
+1 27481U 68055J   14237.32775633 -.00002467  00000-0 -34278-2 0  4171
+2 27481 120.7389 349.3698 1839251 065.2007 312.8620 10.81605120499755
+1 27482U 90081CU  14237.31863546  .00000062  00000-0  61153-4 0  2816
+2 27482 098.8400 271.3091 0009069 272.1047 146.5753 14.08830687700557
+1 27489U 97005G   14236.25984089  .00006974  00000-0  58176-3 0  1417
+2 27489 031.4758 235.5498 5041849 225.1373 310.9445 05.59948400253707
+1 27491U 98043L   14238.17999185 -.00000025  00000-0  15059-4 0  9873
+2 27491 098.9773 107.9037 0205930 297.0767 179.6681 13.79081062811591
+1 27492U 99057MM  14238.16460828  .00002905  00000-0  78758-3 0  6459
+2 27492 098.2994 205.3307 0093963 246.9847 170.1181 14.45825516698099
+1 27493U 99057MN  14236.83808995  .00000379  00000-0  12341-3 0  7598
+2 27493 098.3663 188.4417 0082152 219.1665 195.5755 14.42427070728086
+1 27494U 02037H   14236.73902802  .00000060  00000-0  10671-2 0   528
+2 27494 063.4733 004.3721 0377217 336.8259 121.6292 12.10378192531763
+1 27499U 02038A   14238.87529512  .00000000  00000-0  10000-3 0  6161
+2 27499 000.0544 294.1618 0001680 318.3919 030.0928 01.00269683 43886
+1 27500U 02038B   14236.37949337  .00016299  00000-0  20154-2 0  9573
+2 27500 017.8789 236.6635 6963020 041.6751 016.8528 02.70787182 96655
+1 27501U 02039A   14238.37989267 -.00000257  00000-0  10000-3 0  5375
+2 27501 000.0550 275.4345 0002223 256.0652 222.9016 01.00271396 44034
+1 27504U 02039B   14234.44475791 -.00000234  00000-0  00000+0 0  7905
+2 27504 022.3415 096.0955 5981645 118.2822 313.6986 02.01832736 88502
+1 27508U 02040A   14239.15020208  .00000000  00000-0  10000-3 0  3465
+2 27508 000.0664 357.1073 0003315 150.7163 229.0345 01.00268672 43937
+1 27509U 02040B   14239.23165625  .00000000  00000-0  10000-3 0   791
+2 27509 002.9838 062.0049 0001857 133.2434 227.2220 01.00273732 44018
+1 27510U 02040C   14238.73582071  .00000021  00000-0  20079-3 0   447
+2 27510 005.0478 249.0266 7166074 268.3898 015.8698 02.27178507 99582
+1 27511U 02040D   14236.50150807 -.00000178  00000-0 -67510-3 0  4696
+2 27511 005.6728 284.4518 7175117 195.3357 351.8837 02.25203996 98549
+1 27513U 02041A   14238.14206785  .00000000  00000-0  10000-3 0  1879
+2 27513 000.0218 047.1658 0002812 103.7496 298.6759 01.00269267 43887
+1 27516U 02042B   14238.01176097  .00000000  00000-0  10000-3 0  5022
+2 27516 003.1094 068.7217 0001736 080.1903 280.2421 01.00267224 43841
+1 27518U 02042D   14237.37448679 -.00000002  00000-0  27159-3 0  8164
+2 27518 028.9245 355.3252 7143763 241.6226 235.0649 02.35961256103286
+1 27525U 02043A   14238.04148808  .00000000  00000-0  10000-3 0   693
+2 27525 004.5204 062.8760 0012048 198.2585 161.9987 01.00269458 43801
+1 27528U 02044A   14238.75510939  .00000000  00000-0  10000-3 0  1751
+2 27528 000.0423 252.4364 0004455 307.8927 016.4226 01.00265954 43735
+1 27530U 01049MV  14238.07386813  .00006885  00000-0  35507-3 0  7487
+2 27530 097.5641 326.4318 0045442 280.2553 201.3963 15.15776478676860
+1 27534U 02046A   14238.15962456  .00000026  00000-0  10993-4 0  4594
+2 27534 082.9326 276.9301 0037465 077.8164 344.7136 13.72621338596924
+1 27535U 02046B   14236.17823058  .00000033  00000-0  18887-4 0  9648
+2 27535 082.9295 268.2185 0037485 048.8569 012.8624 13.74271588597367
+1 27536U 99057MP  14238.92118698  .00001280  00000-0  35347-3 0  9890
+2 27536 098.1447 221.5588 0037344 007.0704 353.1489 14.46421265658476
+1 27538U 01049MW  14237.76801049  .00005086  00000-0  37574-3 0  7830
+2 27538 097.4839 212.5929 0051093 030.5297 088.9862 15.02602456678824
+1 27540U 02048A   14234.76973460  .00000427  00000-0  00000+0 0  5143
+2 27540 055.5368 234.4695 8610472 258.4963 000.0209 00.33297781 10620
+1 27545U 65027BH  14238.08867440  .00000486  00000-0  17676-2 0  8129
+2 27545 090.2887 256.9443 0027963 013.0024 051.7382 12.92552676597898
+1 27550U 02049A   14238.31754940  .00030216  00000-0  31235-3 0  3987
+2 27550 097.1280 227.2938 0005010 146.5084 320.3997 15.64691029660429
+1 27554U 02051A   14239.20141486  .00000000  00000-0  10000-3 0  2690
+2 27554 000.0334 047.4208 0004808 134.5785 259.1554 01.00276671 43157
+1 27555U 02051B   14238.32861330  .00000082  00000-0  39436-3 0   524
+2 27555 013.8018 307.5326 7130496 199.6790 104.4921 02.35486074101152
+1 27559U 02054A   14238.12512182  .00000334  00000-0  61751-4 0  1973
+2 27559 097.7583 061.2184 0023516 053.4793 084.9777 14.71034329628236
+1 27560U 02054B   14238.11831944  .00000294  00000-0  75260-4 0  9113
+2 27560 098.0669 019.8981 0042666 064.7842 023.0709 14.56664350622552
+1 27561U 02054C   14237.02831318  .00000212  00000-0  58842-4 0  2668
+2 27561 098.1163 015.1606 0048043 115.9209 019.5106 14.54943295622880
+1 27566U 02055A   14237.37790422  .00000067  00000-0  00000+0 0  1948
+2 27566 003.1695 063.0899 0006125 184.9804 047.2284 01.00267139 42984
+1 27567U 02055B   14238.92337273  .00025990  00000-0  13322-2 0  1678
+2 27567 026.8367 073.1813 5169840 203.3236 120.7755 05.41706786178430
+1 27568U 80034E   14235.61229678  .00000510  00000-0  36551-3 0  1585
+2 27568 064.8147 328.0838 0021817 115.1871 245.0686 14.06344504623952
+1 27569U 81021R   14238.20781045  .00000027  00000-0  92761-4 0  3156
+2 27569 064.9553 092.0314 0061072 231.7378 127.8083 13.90869842617350
+1 27570U 81021S   14231.07984062  .00000063  00000-0  12106-3 0  3468
+2 27570 064.9612 110.0889 0060953 233.5775 198.8954 13.90909478637261
+1 27571U 81021T   14239.22445362  .00000131  00000-0  10328-3 0  3537
+2 27571 064.9661 099.6019 0062220 226.1054 133.5329 13.90679289615633
+1 27572U 84069W   14236.79573607  .00000032  00000-0  97826-4 0  2792
+2 27572 065.0469 015.2638 0033083 042.8621 317.4238 13.89998513618829
+1 27573U 84069X   14233.70300433  .00000032  00000-0  96876-4 0  5366
+2 27573 065.0443 349.0384 0030116 052.5038 307.8649 13.90703385616934
+1 27575U 77065GE  14235.84354772  .00000874  00000-0  39104-3 0  6453
+2 27575 029.1241 100.4560 0540514 247.0371 209.0245 13.59694888799598
+1 27576U 75052LD  14234.46166244 -.00000009  00000-0  42680-4 0  5432
+2 27576 099.7856 058.6031 0116246 279.3985 155.6738 13.67672688170411
+1 27577U 75052LE  14239.02870851  .00000525  00000-0  10000-3 0  8026
+2 27577 099.0690 088.4584 0081335 050.1617 310.7233 13.43441636957847
+1 27578U 75052LF  14234.32905248  .00000781  00000-0  93714-3 0  3396
+2 27578 099.7187 028.5375 0046950 157.0264 319.0063 13.69754326666737
+1 27580U 01049MY  14238.11330096  .00000513  00000-0  88623-4 0  6556
+2 27580 097.8785 193.6525 0049323 061.3530 354.6251 14.71678676651201
+1 27581U 01049MZ  14229.87392481  .00507453  11434-3  10098-2 0  1258
+2 27581 097.8325 092.8128 0002136 357.8709 059.9172 15.99891805672339
+1 27582U 01049NA  14237.33302761  .00001491  00000-0  22412-3 0  7302
+2 27582 098.4139 061.4872 0056615 251.0568 108.4498 14.75102170653420
+1 27583U 01049NB  14235.85584729  .00005146  00000-0  46783-3 0  2611
+2 27583 097.5847 237.9186 0028890 149.1853 330.8454 14.95336567657577
+1 27585U 01049ND  14235.77985516  .00000697  00000-0  11439-3 0  2248
+2 27585 097.9623 165.9562 0066930 091.3577 322.7154 14.72295604665129
+1 27586U 01049NE  14237.92242019  .00003196  00000-0  19690-3 0  6857
+2 27586 097.3838 277.0497 0055731 317.6062 164.3836 15.09383906666126
+1 27590U 01049NH  14237.11418483  .00022894  00000-0  53855-3 0  3138
+2 27590 097.9733 078.3284 0026544 281.7508 206.5432 15.41619159682715
+1 27593U 88040C   14237.94842719 -.00000050  00000-0  76116-4 0  9516
+2 27593 007.4304 252.2961 7173253 354.3018 176.4773 02.28692076100935
+1 27594U 88040D   14235.58823245  .00000236  00000-0  12045-2 0  7284
+2 27594 007.4911 239.6483 7173178 017.8271 026.4371 02.30681562101026
+1 27595U 88040E   14237.36351855 -.00000023  00000-0  23976-3 0  9256
+2 27595 007.4073 253.3242 7175372 352.4047 140.5158 02.28492910100843
+1 27596U 86019VN  14238.16477723  .00000669  00000-0  21927-3 0  9173
+2 27596 098.4004 294.3148 0048484 118.9628 305.6004 14.40810602991463
+1 27597U 02056A   14238.13461719  .00000133  00000-0  71411-4 0  3789
+2 27597 098.2766 242.2912 0002264 107.6217 296.0946 14.26843307609076
+1 27598U 02056B   14237.50461978  .00000043  00000-0  33627-4 0  3289
+2 27598 098.2900 220.0651 0009707 041.9763 081.3701 14.28388312609768
+1 27599U 02056C   14237.01574342  .00000012  00000-0  20899-4 0  3223
+2 27599 098.2612 227.6147 0010684 049.1377 311.0730 14.29067348609926
+1 27600U 02056D   14237.47032296  .00000063  00000-0  40618-4 0  2971
+2 27600 098.2582 227.1905 0011599 047.4093 066.9365 14.29296414610126
+1 27601U 02056E   14237.30369536  .00000138  00000-0  65914-4 0  1657
+2 27601 098.4791 318.3585 0073687 095.2558 311.8526 14.31399730610883
+1 27603U 02057A   14237.83496038 -.00000286  00000-0  00000+0 0   447
+2 27603 000.0137 106.6065 0001292 055.9823 207.0192 01.00271867 42875
+1 27604U 02057B   14237.44551421  .00001304  00000-0  10317-2 0  3970
+2 27604 007.6900 331.6153 7221141 314.6997 027.5700 02.32661275 95911
+1 27605U 02058A   14238.49031015  .00000320  00000-0  47211-4 0  5086
+2 27605 064.5578 358.9832 0055674 351.5843 008.4811 14.73982565628245
+1 27606U 02058B   14237.95339744  .00000221  00000-0  56826-4 0  4583
+2 27606 064.5573 063.1504 0062330 001.2667 358.8579 14.71062512626859
+1 27607U 02058C   14237.77102131  .00000451  00000-0  88058-4 0  4826
+2 27607 064.5582 020.2101 0056190 351.4687 008.5454 14.73868440627731
+1 27608U 02058D   14238.61862385  .00000520  00000-0  72794-4 0  4990
+2 27608 064.5581 317.0061 0047860 331.4765 028.4217 14.76542588629131
+1 27609U 02058E   14237.46798590  .00000085  00000-0  31540-4 0  5260
+2 27609 064.5558 274.3544 0044673 310.6124 148.5495 14.77794622629922
+1 27610U 02058F   14238.85920387  .00000104  00000-0  28073-4 0  9091
+2 27610 064.5600 169.8552 0272684 112.6952 250.3688 14.27801533608998
+1 27611U 02058G   14238.61835437  .00004532  00000-0  39536-3 0  4995
+2 27611 064.5474 108.5981 0039945 290.4946 069.2382 14.96003943633387
+1 27612U 02058H   14236.59286116  .00000203  00000-0  47426-4 0  4859
+2 27612 064.5560 291.9095 0045738 320.9207 114.0200 14.78013436629205
+1 27616U 02059D   14237.43212101 -.00000152  00000-0  00000+0 0  7467
+2 27616 064.2304 033.3861 7323122 246.6419 108.6519 02.05261478 87470
+1 27617U 02060A   14235.66309975  .00000021  00000-0  00000+0 0  5539
+2 27617 064.9287 100.8409 0000684 145.7057 115.3435 02.13102106 90793
+1 27618U 02060B   14237.28605751  .00000029  00000-0  00000+0 0  5797
+2 27618 064.9317 100.7663 0013477 148.3850 354.4826 02.13101258 90813
+1 27619U 02060C   14237.37744684  .00000029  00000-0  00000+0 0  5775
+2 27619 064.9409 100.8531 0007330 271.5299 273.9970 02.13103441 90819
+1 27620U 02060D   14233.21503752 -.00000004  00000-0  00000+0 0  4396
+2 27620 064.9365 100.4067 0002521 225.2675 242.6051 02.13449911 90877
+1 27625U 88098H   14231.16551786 -.00000201  00000-0 -50548-2 0  3066
+2 27625 003.4220 191.4819 7231417 181.5905 347.1143 02.00871050 88352
+1 27626U 88098J   14238.44923692 -.00000574  00000-0  10000-3 0   782
+2 27626 004.2473 324.6619 6408296 130.5418 305.9940 02.76029362146922
+1 27628U 87068CK  14236.17327312  .00000144  00000-0  10021-3 0  8496
+2 27628 082.5152 041.4445 0027181 073.7324 286.6827 13.92190256756901
+1 27629U 87068CL  14237.12109964  .00005176  00000-0  16723-2 0  7239
+2 27629 082.2763 024.9112 0025510 064.5835 295.7991 14.38806642696352
+1 27632U 02062A   14239.06465443  .00000000  00000-0  10000-3 0   312
+2 27632 000.0770 265.3712 0003123 232.6223 111.3011 01.00269393 42716
+1 27633U 02062B   14234.16012894 -.00000096  00000-0  00000+0 0  7236
+2 27633 016.6749 051.8696 4907204 033.3142 279.6427 01.83740949 78167
+1 27638U 84069Y   14236.75738179  .00000024  00000-0  91428-4 0  5121
+2 27638 065.0504 353.6052 0031852 049.8784 310.5058 13.90490986610256
+1 27639U 87068CM  14236.61895955  .00000121  00000-0  11709-3 0  9153
+2 27639 082.5096 203.3339 0070291 087.5405 033.4041 13.71050171663635
+1 27640U 03001A   14239.09728214 -.00000103  00000-0  00000+0 0  5546
+2 27640 098.7547 246.6438 0014790 015.2513 344.9578 14.18732057602682
+1 27643U 03002B   14237.47095076  .00002665  00000-0  19725-3 0  7558
+2 27643 094.0430 208.1542 0015732 147.6923 212.5277 15.03310249634913
+1 27646U 02062C   14236.56206728 -.00000122  00000-0 -30553-3 0  8824
+2 27646 049.5307 350.0261 5416717 067.1111 005.9219 04.61507932196267
+1 27648U 84081F   14229.73533091 -.00000253  00000-0 -10139-1 0  5686
+2 27648 005.6002 003.5342 7168538 309.7359 006.5176 02.10075161115569
+1 27649U 89006AD  14236.24981073 -.00000031  00000-0  00000+0 0  6981
+2 27649 007.8114 214.0589 6998329 239.2951 314.5143 02.23062561104965
+1 27650U 89006AE  14235.29773044 -.00000041  00000-0 -38339-4 0  2826
+2 27650 008.0860 223.6923 7207093 207.2013 292.4578 02.30545160108141
+1 27651U 03004A   14237.44310378  .00000913  00000-0  11669-3 0  5002
+2 27651 039.9947 276.8489 0025687 230.4593 129.3925 14.86145529627812
+1 27652U 03004B   14237.44183861  .00000627  00000-0  90089-4 0  2966
+2 27652 040.0057 334.1274 0022828 150.2879 209.9209 14.83559452627189
+1 27653U 01049NQ  14236.13316324  .00001054  00000-0  15693-3 0  3986
+2 27653 097.8827 191.8008 0067410 020.8889 034.2993 14.75464426652068
+1 27654U 01049NR  14237.17129979  .00033722  00000-0  79376-3 0  2580
+2 27654 097.2101 019.0328 0036740 069.7551 054.7369 15.41161230656568
+1 27655U 01049NS  14237.49141323  .00002721  00000-0  76155-3 0  3390
+2 27655 097.2841 333.3456 0188646 117.1486 303.6201 14.36777095639042
+1 27657U 01049NU  14236.76629810  .00005239  00000-0  58719-3 0  1169
+2 27657 097.8284 207.8844 0034697 349.2415 130.8054 14.86826236658441
+1 27658U 71024D   14237.77724215  .00000697  00000-0  33365-2 0  4555
+2 27658 088.1643 282.8239 0047271 340.8992 091.1795 12.72333808540671
+1 27659U 89062P   14238.33627747 -.00000012  00000-0  00000+0 0   557
+2 27659 006.6356 163.2046 7062346 349.4945 001.2628 02.32632361131748
+1 27660U 89062Q   14239.07231814 -.00000033  00000-0  00000+0 0  9100
+2 27660 007.3714 017.9148 7069468 269.7833 016.7068 02.37931318132699
+1 27661U 91015M   14238.14907041  .00000171  00000-0  20717-3 0  2781
+2 27661 005.5170 102.7944 6722017 175.2387 339.8559 02.91961677127153
+1 27662U 91015N   14237.74710108  .00002068  00000-0  44007-2 0  3373
+2 27662 005.9917 116.0063 6396326 131.4283 304.2916 03.33317515177607
+1 27663U 03005A   14237.41738932 -.00000068  00000-0  00000+0 0  7819
+2 27663 056.6577 024.8464 0076008 011.9148 004.8650 02.00566584 84781
+1 27664U 03005B   14237.28748248  .00001355  00000-0  16187-3 0  4257
+2 27664 039.7487 169.5614 0182469 056.3461 075.0004 14.76509026623177
+1 27665U 03005C   14237.69869486  .00000010  00000-0  37941-4 0   964
+2 27665 039.5752 296.3010 0008253 078.4493 071.2845 14.28209721604129
+1 27669U 91075E   14237.28566349  .00002921  00000-0  28092-2 0  3577
+2 27669 007.9591 328.1268 5936715 124.8716 305.9923 04.03174542157754
+1 27671U 91075G   14231.99054404  .00000236  00000-0  20868-2 0  3857
+2 27671 006.9587 125.9761 5273377 161.6736 346.8973 04.72870342212197
+1 27673U 91075J   14236.36205038 -.00000239  00000-0 -90186-3 0  3009
+2 27673 006.8050 089.3399 6654803 277.1390 345.6060 02.87572102129132
+1 27674U 91075K   14234.55082823  .00007658  00000-0  12100-2 0  4082
+2 27674 007.3114 136.6597 5898891 156.4400 038.9059 04.20522494157817
+1 27676U 99057MQ  14237.08457219  .00000581  00000-0  20604-3 0  2498
+2 27676 098.5125 183.6544 0110692 076.6008 284.7488 14.34708562607258
+1 27677U 99057MR  14238.09246795  .00000261  00000-0  86214-4 0  3201
+2 27677 098.3758 179.2036 0079398 122.4241 303.0440 14.44062446646905
+1 27678U 99057MS  14237.01542396  .00000089  00000-0  46267-4 0  4965
+2 27678 098.5173 173.9293 0109640 096.7202 264.6482 14.31939783639485
+1 27679U 94029AEJ 14236.08967712  .00000622  00000-0  15828-3 0  9606
+2 27679 081.9856 007.0596 0343462 056.4999 063.8075 14.19198647656557
+1 27683U 03007A   14238.54146010  .00000000  00000-0  10000-3 0  7133
+2 27683 000.0062 229.0236 0003063 288.3387 344.7706 01.00268038 42275
+1 27684U 03007B   14238.76673434  .00005014  00000-0  10184-2 0  8888
+2 27684 006.9151 236.5335 6728634 150.8528 274.5573 03.00620068107032
+1 27685U 92072M   14232.20928038  .00000704  00000-0  21599-2 0   789
+2 27685 006.6859 160.8562 6403442 172.3537 036.7097 03.31944600160608
+1 27687U 99057MT  14238.08009264  .00000119  00000-0  53491-4 0  8960
+2 27687 098.4428 179.5503 0089447 326.0932 089.6274 14.36315881634014
+1 27688U 99057MU  14237.14617021  .00000686  00000-0  21426-3 0   360
+2 27688 098.4152 191.7674 0094668 290.0863 125.9177 14.41459758642695
+1 27689U 01056H   14238.15806998  .00000004  00000-0  95787-4 0  8698
+2 27689 100.0607 328.1064 0208132 020.7757 037.5086 13.25712836614611
+1 27690U 01056J   14236.60461959  .00000022  00000-0  13043-3 0  8922
+2 27690 100.1682 004.9106 0182525 267.5809 157.2044 13.30665183616635
+1 27704U 03010A   14238.44193141  .00000048  00000-0  10000-3 0  6587
+2 27704 053.4405 140.8351 0218369 245.8338 111.9262 02.00560681 83615
+1 27706U 03010C   14238.14447042  .00139902  14779-6  95906-3 0  5334
+2 27706 038.8861 315.4453 2610410 298.7518 094.5741 10.33289258273831
+1 27714U 03013A   14238.49197493  .00000000  00000-0  10000-3 0  4643
+2 27714 000.0792 261.2526 0005485 195.7110 148.2637 01.00266353 41700
+1 27715U 03013B   14238.05560475  .00000000  00000-0  10000-3 0   488
+2 27715 000.0351 269.4765 0003422 256.1470 059.6711 01.00272381 39744
+1 27716U 03013C   14238.65229516  .00000048  00000-0  27145-2 0  9289
+2 27716 001.6269 314.4011 7068997 237.0348 035.0988 02.24032085 93153
+1 27717U 03013D   14237.90097061 -.00000188  00000-0  14771-2 0   430
+2 27717 001.9245 323.5975 7088890 214.5205 259.4969 02.22419377 92484
+1 27718U 03014A   14238.19097603  .00000238  00000-0  10000-3 0  7340
+2 27718 000.0201 216.3437 0001516 306.2181 002.5568 01.00264998 41673
+1 27721U 65082UT  14228.38747681  .00000632  00000-0  17859-3 0  7173
+2 27721 031.6386 314.4311 0126367 163.7767 264.2011 14.36730324628046
+1 27722U 65108BC  14235.80362382 -.00000130  00000-0  00000+0 0  2343
+2 27722 026.7058 147.1849 6657921 054.8855 356.2751 02.54284045114273
+1 27725U 69082LH  14237.49761696  .00004953  00000-0  73550-3 0  7872
+2 27725 070.0180 170.5908 0018686 227.8355 246.3136 14.75496756146697
+1 27726U 75004HS  14236.37014042  .00000051  00000-0  36435-4 0  1743
+2 27726 097.7956 275.3105 0108453 004.2064 059.8036 14.23493012721481
+1 27727U 76077FS  14235.41328973 -.00000060  00000-0 -32446-3 0  1615
+2 27727 102.6909 302.9156 0413249 115.6766 312.5942 11.68213035605170
+1 27728U 76077FT  14236.79789573  .00000137  00000-0  22243-2 0  8034
+2 27728 102.4809 267.3913 0393292 037.2314 015.8709 11.81322457922200
+1 27729U 77065GF  14239.06606426  .00003990  00000-0  99781-3 0  3959
+2 27729 028.6510 191.4546 0517106 047.0661 317.2647 13.92358136674373
+1 27732U 79104S   14231.42791156  .00000643  00000-0  74915-1 0  3363
+2 27732 015.5119 147.2477 7324171 067.4667 351.0444 01.93260011 95444
+1 27733U 81053MU  14238.34300331  .00000899  00000-0  56080-3 0   858
+2 27733 083.1160 245.3435 0034270 193.6825 166.3491 14.03476482760551
+1 27734U 81053MV  14235.24796958  .00001301  00000-0  10169-2 0  4972
+2 27734 083.1146 050.8549 0101454 215.2503 267.8380 13.89125121954973
+1 27735U 81053MW  14238.07835772  .00000977  00000-0  97819-3 0  2564
+2 27735 083.0522 140.7926 0102206 118.2760 305.0995 13.74467967 30672
+1 27737U 81120J   14237.30256027  .00000104  00000-0  10650-2 0  6996
+2 27737 082.9537 235.7586 0028131 013.4452 046.7999 12.08015270642116
+1 27738U 81120K   14227.21069507  .00000019  00000-0  10000-3 0  4613
+2 27738 082.9609 147.4713 0056377 348.2614 011.7208 12.15555409703316
+1 27739U 84069Z   14222.87746304  .00000049  00000-0  11130-3 0  3115
+2 27739 065.0349 042.3945 0032741 039.0879 321.1321 13.90243995623231
+1 27740U 84114E   14238.55621793  .00031220  00000-0  14067-2 0  2760
+2 27740 006.7661 062.6689 3152704 015.6907 352.2446 09.06370752623247
+1 27741U 85090C   14237.28819325  .00004140  00000-0  15140-3 0  2062
+2 27741 097.3600 305.9450 0028469 190.7361 210.3730 15.28253027675111
+1 27742U 87020DV  14236.70924625  .00016311  00000-0  14906-1 0  3571
+2 27742 074.1582 061.9077 0105262 198.4515 161.2780 13.80602036750781
+1 27743U 91009CY  14237.33900587  .00000109  00000-0  11670-2 0  1050
+2 27743 074.0626 229.4982 0137288 292.8909 130.8740 12.19860450729438
+1 27744U 91009CZ  14238.09250397  .00000119  00000-0  12550-2 0  7068
+2 27744 074.0506 238.5164 0176511 314.4106 102.9018 12.18503946940505
+1 27745U 91009DA  14236.62299134 -.00000016  00000-0 -11980-4 0  8773
+2 27745 073.9195 263.5757 0142676 132.2077 003.6623 12.30707120817575
+1 27746U 91009DB  14236.79631058  .00000271  00000-0  28229-2 0  1054
+2 27746 074.1003 012.7981 0179360 038.6190 029.1671 12.14014959 40000
+1 27747U 91009DC  14227.42670428  .00000219  00000-0  22702-2 0  1354
+2 27747 073.9623 214.0993 0082598 108.3707 053.3651 12.18791348734590
+1 27748U 91009DD  14238.03379547 -.00000062  00000-0 -43601-3 0  4849
+2 27748 074.0502 232.7264 0178160 310.2313 107.9489 12.19133967768551
+1 27749U 92093JL  14237.48461955  .00001311  00000-0  69648-3 0  5191
+2 27749 071.1156 287.0819 0119319 337.1927 085.3476 14.11755318683032
+1 27750U 92093JM  14223.38775574  .00001750  00000-0  84560-3 0  9014
+2 27750 071.1616 233.0629 0103282 214.3298 145.0463 14.17158563661855
+1 27751U 92093JN  14236.43101915  .00003086  00000-0  96463-3 0  3975
+2 27751 071.1691 266.2028 0048444 044.1588 316.3400 14.40809641 34325
+1 27752U 93014G   14237.85974775  .00000317  00000-0  11764-3 0   780
+2 27752 075.7607 060.2051 0186170 235.1710 189.6042 14.25444949648502
+1 27760U 94077M   14236.06206196  .00000737  00000-0  21069-3 0  3481
+2 27760 071.0029 005.7371 0060215 039.3645 082.4053 14.47432738763045
+1 27761U 96056D   14227.18521057  .00111799  31318-8  48146-3 0  3930
+2 27761 034.8429 175.1436 3317117 180.4095 334.8497 08.93454384315591
+1 27762U 99057MV  14237.48280444  .00000325  00000-0  17137-3 0  2215
+2 27762 098.5770 122.3428 0183413 239.1223 246.1241 14.12071283656697
+1 27763U 00015B   14236.09298294  .00001782  00000-0  24423-2 0  8679
+2 27763 064.7971 144.8738 4758575 075.5361 007.7955 05.78035936253003
+1 27764U 00025D   14227.22845649 -.00000317  55414-6  00000+0 0  1571
+2 27764 038.7546 178.4547 3619287 083.0532 025.2642 08.31754200281028
+1 27765U 00040D   14224.29079611  .00082409  48544-7  39608-3 0  1816
+2 27765 039.0441 189.4914 2940739 239.5584 297.6345 09.68286423314974
+1 27768U 02054D   14235.37903855  .00000868  00000-0  18999-3 0  6354
+2 27768 098.0556 023.2397 0037807 059.6441 354.2094 14.59670090623385
+1 27769U 02054E   14237.39181884  .00001109  00000-0  22758-3 0  5535
+2 27769 097.9982 029.9529 0038225 015.2072 345.0270 14.62133452624611
+1 27772U 99031F   14236.25602017  .00003710  00000-0  10913-1 0   915
+2 27772 052.0252 250.1344 0089503 163.6281 281.9292 13.09095544572540
+1 27775U 03015A   14237.93751000  .00000000  00000-0  10000-3 0  7801
+2 27775 007.4643 051.4622 0038638 254.8143 104.9381 01.00482121 41605
+1 27780U 03015F   14238.86387920  .00000000  00000-0  10000-3 0  4151
+2 27780 007.4599 051.6233 0007993 301.8201 058.2840 01.00228696 41403
+1 27783U 03017A   14237.42059514  .00000478  00000-0  74149-4 0  1445
+2 27783 028.9975 235.2752 0003842 008.8008 111.2705 14.61249306605055
+1 27784U 03017B   14237.14042454  .00000363  00000-0  51114-4 0  9820
+2 27784 029.0036 223.0701 0005365 345.1071 056.4565 14.61255050605174
+1 27788U 65089E   14235.53062909 -.00000061  00000-0  10000-3 0  5379
+2 27788 059.3359 256.2340 0646232 141.0410 223.7497 12.22637774538296
+1 27790U 65108BE  14231.61568744 -.00000011  00000-0  73435-3 0  9333
+2 27790 026.3152 239.8070 6734344 231.5966 344.7428 02.74284675119590
+1 27792U 65108BG  14230.25526362 -.00000046  00000-0  57695-3 0   524
+2 27792 026.4082 286.9202 6816163 037.6047 354.4690 02.76007357147042
+1 27793U 65108BH  14231.52366296  .00000164  00000-0  17571-2 0  5280
+2 27793 026.6709 045.1632 6594952 063.1355 318.6743 03.01326327156836
+1 27794U 65108BJ  14232.38558767 -.00000060  00000-0  12439-2 0  7301
+2 27794 026.3661 185.9258 6727834 314.6973 025.3331 02.75923560149081
+1 27796U 81031H   14238.24306330  .00000047  00000-0  10000-3 0  4645
+2 27796 067.6464 012.0302 5979532 088.5561 334.9716 02.01759963 98841
+1 27797U 81053MX  14233.62718608  .00000474  00000-0  65937-3 0  6951
+2 27797 083.1432 209.8683 0196157 201.3970 157.8887 13.48339962659071
+1 27798U 81071M   14229.62881566 -.00000351  00000-0  00000+0 0  1834
+2 27798 069.7796 310.1808 5721193 105.4510 326.4804 01.98166099100348
+1 27800U 81071P   14234.61283951  .00000578  00000-0  00000+0 0  2951
+2 27800 067.3100 058.3063 5856122 097.8883 324.1262 01.97648419108056
+1 27801U 81071Q   14234.32171855 -.00000665  00000-0  00000+0 0  4791
+2 27801 067.3102 055.4411 5901627 093.9455 010.3806 01.97986019 98188
+1 27802U 81071R   14237.45982123 -.00000669  00000-0  00000+0 0  6692
+2 27802 069.3895 337.4930 5745709 110.4372 264.8252 01.97589345123988
+1 27803U 82055BQ  14237.90052575  .00000597  00000-0  49423-3 0  9457
+2 27803 065.8210 058.2202 0021342 119.1015 358.9245 13.96235296188732
+1 27804U 91068AR  14238.12071066  .00003561  00000-0  19116-1 0  9800
+2 27804 082.6347 280.9460 0056645 359.8360 071.5495 12.64654771564719
+1 27805U 92047L   14238.68450560  .00002623  00000-0  25476-2 0  9175
+2 27805 065.2669 351.2633 4785142 080.2662 328.8231 05.78467412259294
+1 27806U 99057MW  14238.09457532  .00000087  00000-0  46657-4 0  9184
+2 27806 098.5328 172.9972 0112037 129.6415 298.6759 14.30487419666497
+1 27807U 03018A   14238.23955767  .00000000  00000-0  10000-3 0  9790
+2 27807 003.0528 068.8089 0000369 152.2566 208.1706 00.99852703 41381
+1 27811U 03020A   14235.80836277  .00000132  00000-0  00000+0 0  8949
+2 27811 000.0118 274.2904 0004164 229.9392 157.7681 01.00273565 41166
+1 27813U 03021A   14238.08002289  .00000000  00000-0  10000-3 0  1563
+2 27813 003.2508 070.2937 0010381 100.9378 259.5760 00.99763127 41238
+1 27818U 03023A   14238.03897772  .00000045  00000-0  32335-4 0  3695
+2 27818 082.9449 072.7186 0032793 052.8366 307.5780 13.72077380562213
+1 27819U 03023B   14237.69170919  .00000037  00000-0  22271-4 0  5336
+2 27819 082.9453 063.5335 0047171 043.9985 003.9486 13.74118190562898
+1 27820U 03024A   14238.54355016  .00000000  00000-0  10000-3 0   798
+2 27820 000.0215 039.0332 0004033 115.8761 292.4144 01.00264985 41059
+1 27821U 03024B   14238.61218479  .00004993  00000-0  51568-3 0  4656
+2 27821 049.5642 103.8802 5015857 337.6608 006.6054 05.62848342221949
+1 27825U 03026A   14237.98173068  .00000120  00000-0  10000-3 0  8743
+2 27825 003.9725 023.5939 0004772 124.9341 223.0910 01.00274673 41100
+1 27826U 03026B   14238.84685959 -.00000073  00000-0  10000-3 0  8330
+2 27826 006.2088 045.7200 6966328 043.8120 354.1020 02.22042776 90991
+1 27830U 03028A   14237.10638343 -.00000023  00000-0  00000+0 0   725
+2 27830 000.9728 076.6037 0003916 171.1916 149.8608 00.99201229 41030
+1 27831U 03028B   14237.98260218  .00000000  00000-0  10000-3 0  1836
+2 27831 000.0318 122.7025 0004603 038.7641 322.3713 01.00266458 41082
+1 27832U 03028C   14238.73693558 -.00000016  00000-0  00000+0 0   278
+2 27832 007.2451 313.2132 7179113 331.3831 003.6133 02.24737264 92070
+1 27833U 03028D   14236.32787854 -.00000076  00000-0  97673-4 0   830
+2 27833 007.0138 311.7323 7156955 335.2341 010.3332 02.25905881 92422
+1 27840U 03031A   14237.48191821  .00000010  00000-0  16637-4 0  6220
+2 27840 098.2326 263.2912 0097620 334.2054 166.0333 14.38719328585672
+1 27842U 03031C   14237.28493237  .00000107  00000-0  68677-4 0   374
+2 27842 098.6881 244.7877 0010097 056.5723 009.8297 14.21706309578535
+1 27843U 03031D   14237.99168903  .00000023  00000-0  31048-4 0   135
+2 27843 098.7176 244.6964 0011068 092.6864 320.2566 14.20393254578276
+1 27844U 03031E   14238.02500590  .00000174  00000-0  99192-4 0    00
+2 27844 098.6994 245.7933 0010809 077.3804 340.4383 14.21543073578502
+1 27845U 03031F   14238.06764869  .00000244  00000-0  13149-3 0   517
+2 27845 098.7082 246.2153 0010091 096.5285 316.4581 14.21400905578364
+1 27846U 03031G   14237.29714098  .00000109  00000-0  69622-4 0  9237
+2 27846 098.6882 244.7915 0010051 056.7362 064.3052 14.21706312578533
+1 27847U 03031H   14236.96695919  .00000073  00000-0  53088-4 0  9094
+2 27847 098.6885 244.4267 0010100 057.7538 302.4617 14.21667612578436
+1 27848U 03031J   14237.28345355  .00000112  00000-0  71266-4 0  9415
+2 27848 098.7088 244.8110 0010806 085.2134 036.7572 14.21225139578313
+1 27852U 03033A   14237.93193021 -.00000298  00000-0  00000+0 0  1236
+2 27852 000.0459 282.6357 0001037 221.4736 104.1553 01.00271502 40734
+1 27853U 03033B   14235.68328635 -.00000298  00000-0  00000+0 0  5210
+2 27853 017.5858 101.7378 6024298 281.5163 024.5351 02.11270424 85696
+1 27854U 03034A   14236.24003983 -.00000006  00000-0  00000+0 0    66
+2 27854 000.0158 139.8125 0002805 020.0681 137.9910 01.00270659 40456
+1 27855U 03034B   14238.67021999 -.00000043  00000-0  00000+0 0  5553
+2 27855 000.4786 066.7175 7143030 021.9772 357.7599 02.24639967 90712
+1 27858U 03036A   14237.68279038  .00000371  00000-0  58505-4 0  3343
+2 27858 073.9342 052.7722 0007632 024.2375 052.5508 14.76292809594243
+1 27859U 03036B   14237.78627573  .00000739  00000-0  10514-3 0  2575
+2 27859 073.9308 028.0227 0007153 043.2026 316.9709 14.78889569594960
+1 27864U 65108BK  14229.98966135 -.00000197  00000-0 -75952-2 0  9441
+2 27864 026.9330 060.6091 6698825 330.9063 017.3626 02.66292439116907
+1 27865U 65108BL  14232.75074066  .00000318  00000-0  24899-1 0  4737
+2 27865 027.1835 332.5270 6714468 280.1432 029.7752 02.60075227116960
+1 27866U 65108BM  14228.92232601 -.00000010  00000-0  00000+0 0  2793
+2 27866 026.6205 117.5164 6568106 107.8942 359.0207 02.60490480117075
+1 27867U 65108BN  14236.40882944 -.00000141  00000-0  00000+0 0  7865
+2 27867 026.1911 249.4487 6611592 101.0311 005.7354 02.66679980124269
+1 27868U 03037A   14238.21772117  .00000024  00000-0  10000-3 0  4816
+2 27868 082.4742 153.9877 0022430 132.0060 228.2934 12.45117407500886
+1 27869U 03037B   14238.23464927  .00000024  00000-0  10000-3 0  4973
+2 27869 082.4729 152.2319 0023145 132.8763 227.4266 12.45437194501010
+1 27870U 03037C   14238.16795581 -.00000006  00000-0 -11197-3 0  8299
+2 27870 082.4737 156.2172 0024955 127.7711 344.4112 12.44722547500688
+1 27879U 65108BQ  14236.41163118 -.00000274  00000-0 -40603-2 0    18
+2 27879 026.5052 150.0857 6755766 204.7507 329.7356 02.60363235110533
+1 27880U 66025J   14231.02425442  .00003261  00000-0  10497-2 0  4000
+2 27880 144.5858 042.1928 0021313 303.9928 055.8743 14.33431989599091
+1 27881U 76128C   14238.13899457  .00000483  00000-0  43607-3 0   836
+2 27881 082.9366 103.9550 0044091 352.0463 135.6814 13.81528819658616
+1 27882U 77027F   14232.08500112  .00000919  00000-0  00000+0 0  8873
+2 27882 064.2393 213.6889 6813175 040.3752 003.8770 01.97714165121296
+1 27883U 77047F   14233.31444354 -.00000342  00000-0  00000+0 0  3942
+2 27883 066.9897 337.1654 6003773 068.4515 005.0767 02.02122814 88125
+1 27884U 77047G   14237.55641966  .00000178  00000-0  00000+0 0  5455
+2 27884 066.9128 345.3065 6042718 068.1059 354.6177 02.01605475 87015
+1 27886U 77047J   14230.80006969  .00000227  00000-0  10000-3 0  9506
+2 27886 068.6629 150.2424 4971035 070.6361 335.3638 01.94436627 96457
+1 27888U 77047L   14237.40610680  .00000854  00000-0  00000+0 0  3765
+2 27888 067.0102 339.9472 5998298 068.9628 343.1415 02.01975588131075
+1 27897U 80057K   14238.59131074  .00000022  00000-0  10000-3 0  4365
+2 27897 067.2972 042.6388 5905597 085.2743 335.9996 01.99214913 85037
+1 27898U 80057L   14232.74465674 -.00000814  00000-0  00000+0 0  4470
+2 27898 067.5027 038.9805 5756200 093.4583 312.4276 01.99685342 92747
+1 27899U 80085J   14235.65499219  .00000689  00000-0  00000+0 0  5242
+2 27899 068.0674 068.1170 6715397 031.4479 005.6549 02.02560023 88798
+1 27901U 81031J   14236.20766741  .00000063  00000-0  00000+0 0  4848
+2 27901 067.5954 102.3419 5690342 079.9232 031.6328 02.01189403 94080
+1 27902U 81031K   14238.93432918 -.00000001  00000-0  10000-3 0  4687
+2 27902 067.6857 107.2341 5673724 077.8886 337.5405 02.01202269 88329
+1 27903U 82064E   14234.51514491  .00000381  00000-0  00000+0 0  5408
+2 27903 068.8775 172.9968 5270853 084.0896 030.7563 01.96012215 86242
+1 27905U 82064G   14238.40327657  .00000000  00000-0  10000-3 0  7526
+2 27905 067.9089 148.3235 5305516 097.2836 323.0961 02.00226504 98530
+1 27906U 83070H   14238.64793747  .00000682  00000-0  29640-1 0  1560
+2 27906 065.4426 079.8017 7269876 018.8106 358.2224 02.05014517131651
+1 27907U 83070J   14238.24381745 -.00000070  00000-0  10000-3 0  7063
+2 27907 066.7784 202.7797 6750845 034.0979 354.7497 01.98549450123321
+1 27908U 84069AA  14238.73390470  .00000039  00000-0  10309-3 0  7080
+2 27908 065.0440 341.7977 0030517 056.3440 304.0477 13.90507413583995
+1 27909U 84069AB  14233.92394628  .00000033  00000-0  97467-4 0  4538
+2 27909 065.0452 343.4289 0030662 041.7760 318.5511 13.90900912581288
+1 27910U 84069AC  14234.76472950  .00000042  00000-0  10568-3 0  3241
+2 27910 065.0535 006.1099 0033271 030.3270 329.9807 13.90474649592787
+1 27911U 84069AD  14237.73863831  .00000040  00000-0  10479-3 0  5425
+2 27911 065.0461 008.0468 0033332 046.1322 314.2331 13.90099437595542
+1 27913U 84069AF  14231.84304981  .00000038  00000-0  10284-3 0  2168
+2 27913 065.0464 012.5706 0031139 055.2736 305.1306 13.90340336589883
+1 27918U 87079AB  14238.82685060  .00002450  00000-0  29823-1 0  7502
+2 27918 065.0063 128.0578 5428650 170.0938 207.8964 04.44242200177944
+1 27923U 87079AG  14236.24394679  .00221826  00000-0  81027-1 0  1413
+2 27923 065.0990 298.1407 5227857 213.1247 331.5134 05.18529332189669
+1 27939U 03042A   14238.36551470  .00000608  00000-0  12101-3 0  7954
+2 27939 097.8155 049.0467 0012026 243.8620 116.1332 14.65288064583000
+1 27940U 03042B   14237.45708975  .00000307  00000-0  66898-4 0  3459
+2 27940 097.8305 044.1379 0012891 284.3132 128.0247 14.64200312582695
+1 27941U 03042C   14238.05709029  .00000571  00000-0  80838-4 0  7219
+2 27941 097.7638 073.0659 0049865 328.6121 143.7896 14.80034111584592
+1 27942U 03042D   14237.60952632  .00000659  00000-0  96114-4 0  2867
+2 27942 097.7478 071.8534 0064587 173.1577 228.2379 14.77652805584596
+1 27943U 03042E   14238.13649737  .00000139  00000-0  35281-4 0  1057
+2 27943 097.8267 045.6635 0010298 251.8914 240.4240 14.63779676582776
+1 27944U 03042F   14238.12422094 -.00000013  00000-0  60360-5 0  5695
+2 27944 097.8367 041.9842 0011137 261.3603 098.6338 14.63007442582700
+1 27945U 03042G   14238.11332828  .00000204  00000-0  47224-4 0  2556
+2 27945 097.8166 048.2701 0011082 255.0698 241.1846 14.64117848582875
+1 27946U 03043B   14238.28363777  .00000010  00000-0  16174-3 0  2412
+2 27946 007.6369 130.2124 7169660 200.5175 101.6759 02.23474673 89115
+1 27948U 03043A   14238.21140997  .00000000  00000-0  10000-3 0  2516
+2 27948 000.3113 078.0160 0000548 101.0212 262.2585 01.00271748 40088
+1 27950U 03043D   14232.30183153 -.00000329  00000-0 -54167-3 0  3524
+2 27950 007.0837 132.0304 7142196 201.5933 340.5959 02.24823224 89513
+1 27951U 03043E   14238.38795339  .00000000  00000-0  10000-3 0  5012
+2 27951 000.4169 084.8645 0016387 131.0344 231.3412 01.00792312 38925
+1 27952U 03043F   14238.66882821  .00000002  00000-0  32862-4 0  9722
+2 27952 007.1970 119.5236 7136836 226.5682 046.3962 02.25758120 89990
+1 27953U 03044B   14239.20169374 -.00000011  00000-0  10000-3 0  7689
+2 27953 000.6433 321.4530 6588620 322.7866 006.8721 02.14421029 85441
+1 27954U 03044A   14238.69227091  .00000000  00000-0  10000-3 0  8849
+2 27954 000.0250 066.2183 0004206 208.9747 181.8509 01.00271801 40007
+1 27958U 87079AX  14233.35435550 -.00000227  00000-0  00000+0 0  1000
+2 27958 065.2038 102.1984 5599997 226.4472 070.8839 04.38229083171432
+1 27976U 88085W   14239.16985072 -.00002094  00000-0  10000-3 0  3463
+2 27976 060.7955 280.6445 3700379 090.4588 311.1520 06.37623342244680
+1 28039U 91003M   14231.35707516 -.00000022  00000-0  00000+0 0  3268
+2 28039 007.5932 010.6123 6658805 229.7976 070.1912 02.58143677161093
+1 28040U 91015P   14237.26020929 -.00000041  00000-0  00000+0 0  9194
+2 28040 007.6847 269.7778 6446931 181.7929 336.3229 02.76640088126822
+1 28041U 91075L   14237.29918547  .00000269  00000-0  91162-2 0  5869
+2 28041 006.9459 211.2902 6583348 044.5710 027.2857 02.84567499128506
+1 28042U 92093JP  14236.64593108  .00000125  00000-0  98962-4 0  3485
+2 28042 070.8816 031.6350 0070398 040.9842 084.5933 14.07974296904633
+1 28050U 03046B   14237.81873685  .00000059  00000-0  50022-4 0  9921
+2 28050 098.5124 204.7040 0051267 005.2457 053.6151 14.16498398561294
+1 28051U 03046A   14238.33098937  .00000029  00000-0  33214-4 0  4509
+2 28051 098.7185 315.7004 0005077 065.2223 294.9495 14.21623172563527
+1 28057U 03049A   14238.14757705  .00000090  00000-0  45566-4 0  8710
+2 28057 098.1950 220.6545 0001800 079.6229 050.8506 14.35236343568315
+1 28058U 03049B   14237.41995920  .00000151  00000-0  54487-4 0  2942
+2 28058 098.4917 351.4121 0012129 240.3013 161.5058 14.46423848572361
+1 28059U 03049C   14237.67151336  .00000071  00000-0  29307-4 0  1376
+2 28059 098.6914 078.7939 0051530 131.1790 280.5335 14.52142885574677
+1 28060U 03050A   14237.12596395 -.00000012  00000-0  34670-4 0  2396
+2 28060 099.4109 252.7415 0022273 143.3855 258.4938 13.71604219541521
+1 28061U 03050B   14236.47693923 -.00000170  00000-0 -78832-4 0  8995
+2 28061 099.5839 064.2568 0146324 005.8283 354.4539 13.97329487551725
+1 28064U 99057ST  14237.75601068  .00024349  00000-0  31445-2 0  9924
+2 28064 098.1448 248.0447 0034432 154.0315 261.0291 14.80521527579478
+1 28067U 99057MX  14237.65817236  .00001535  00000-0  43984-3 0  4156
+2 28067 098.3975 198.8863 0094739 281.5799 077.4768 14.43839346618056
+1 28068U 99057MY  14238.11558020  .00000760  00000-0  23610-3 0  8610
+2 28068 098.4109 192.8270 0092813 286.8589 130.5005 14.41502928596498
+1 28069U 99057MZ  14237.07173483  .00000529  00000-0  16161-3 0  1272
+2 28069 098.3603 191.5955 0081076 203.2353 156.5165 14.43975934630446
+1 28070U 99057NA  14238.15269913  .00000901  00000-0  25297-3 0   866
+2 28070 098.2811 197.9647 0074532 139.4506 277.9242 14.46698858630179
+1 28071U 99057NB  14238.01076980  .00000079  00000-0  41880-4 0  8100
+2 28071 098.4744 163.5073 0110564 056.9224 304.2460 14.32824830629793
+1 28072U 99057NC  14237.11872922  .00000677  00000-0  22135-3 0   973
+2 28072 098.4601 187.0239 0099807 336.0962 079.6046 14.38968852599213
+1 28073U 99057ND  14236.83541208  .00000174  00000-0  65736-4 0  3095
+2 28073 098.3909 185.9936 0084919 228.6016 187.1871 14.40830277610856
+1 28074U 99057NE  14237.07451547  .00000129  00000-0  60174-4 0  9209
+2 28074 098.5140 174.4815 0106682 088.7137 328.1406 14.32182518606794
+1 28075U 99057NF  14234.06786075  .00000595  00000-0  20629-3 0  8535
+2 28075 098.5072 181.2711 0108441 058.4895 302.6830 14.35899328592384
+1 28080U 03048D   14238.05099727  .00001278  00000-0  61253-3 0  5848
+2 28080 098.6352 273.6785 0006021 128.7370 292.4914 14.20733706558965
+1 28081U 03048E   14237.39652008  .00001943  00000-0  86654-3 0  6394
+2 28081 098.5501 263.8042 0013333 073.6459 041.2614 14.23836874557912
+1 28082U 03052A   14237.99990194  .00000000  00000-0  10000-3 0  3131
+2 28082 001.4640 076.5340 0003717 125.6999 235.1034 01.00264443 39533
+1 28089U 03053A   14238.21212876  .00000000  00000-0  10000-3 0  1384
+2 28089 000.0257 074.2068 0002119 081.0617 304.4929 01.00271361 39459
+1 28094U 03053B   14238.07960587  .00000000  00000-0  10000-3 0  7648
+2 28094 000.1786 084.4485 0002075 080.4328 284.3781 01.00245575 41613
+1 28098U 03055A   14237.90902837  .00015922  00000-0  16335-3 0   862
+2 28098 067.0729 017.6575 0009758 262.1910 238.0947 15.65020695604665
+1 28112U 03056A   14237.46407355  .00000025  00000-0  00000+0 0  3472
+2 28112 063.2583 215.0836 0036079 091.6548 003.4224 02.13087964 83338
+1 28113U 03056B   14238.37411233  .00000036  00000-0  10000-3 0  3011
+2 28113 063.2756 215.0908 0032657 088.4972 271.8660 02.13107834 83350
+1 28114U 03056C   14237.28382543  .00000025  00000-0  00000+0 0  2429
+2 28114 063.2813 215.1604 0039151 066.3008 087.2979 02.13104866 83332
+1 28115U 03056D   14237.42920465  .00000025  00000-0  00000+0 0  2539
+2 28115 063.2385 214.9838 0056515 096.3978 355.9498 02.13128238 83346
+1 28116U 03056E   14236.46172257  .00002404  00000-0  76222-3 0   535
+2 28116 053.0352 013.1065 5778093 185.1696 344.1095 04.35216849168181
+1 28118U 03057B   14238.50344476  .00050415  00000-0  11577-2 0  7138
+2 28118 028.1584 343.7890 3851700 334.8234 010.5347 07.79390042201065
+1 28119U 03053E   14237.96564300  .00000000  00000-0  10000-3 0  2821
+2 28119 009.2983 048.2061 0227673 191.0803 168.5625 01.00023327 41572
+1 28129U 03058A   14238.56684269  .00000000  00000-0  10000-3 0  2304
+2 28129 052.9073 200.7773 0076063 243.6712 115.5174 02.00559290 78307
+1 28132U 03059A   14238.71862377  .00000000  00000-0  10000-3 0  9198
+2 28132 000.0823 246.6700 0003495 262.1880 080.6774 01.00268817 39146
+1 28133U 03059B   14236.26075367 -.00000601  00000-0  00000+0 0  5304
+2 28133 022.7949 196.4857 5906566 308.9907 288.3778 02.01469597 78455
+1 28134U 03060A   14238.31178491  .00000000  00000-0  10000-3 0  2446
+2 28134 000.0098 174.4871 0001989 070.7049 254.5184 01.00270668 39059
+1 28137U 04001A   14239.18809601  .00000000  00000-0  10000-3 0  7338
+2 28137 002.5909 070.2901 0002822 127.0202 233.5111 00.98828558 39006
+1 28138U 04001B   14238.87694193  .00000037  00000-0  73932-3 0  7997
+2 28138 000.1160 204.3891 7143082 355.1718 000.0108 02.24692630 87237
+1 28139U 03060D   14237.94802637  .00000000  00000-0  10000-3 0  3525
+2 28139 009.1526 048.2660 0018406 114.2739 246.0659 01.00233892 38900
+1 28144U 76066D   14236.02998998  .00001049  00000-0  36725-3 0  2009
+2 28144 024.5393 146.0276 4525589 141.3794 261.7921 06.33987953361225
+1 28145U 77018F   14212.50164708  .00002797  00000-0  68587-3 0  1763
+2 28145 024.5220 291.3854 5118036 286.2507 025.0913 05.39661365207185
+1 28154U 04003A   14238.37855763  .00000000  00000-0  10000-3 0  1210
+2 28154 000.0134 272.0927 0003216 192.2064 231.5665 01.00273275 38696
+1 28155U 04003B   14238.06787418  .00003975  00000-0  85775-3 0  6690
+2 28155 012.0982 239.2438 6700751 192.8183 216.1505 03.04163553101310
+1 28163U 04005A   14235.56278564 -.00000137  00000-0  00000+0 0  3846
+2 28163 064.3157 066.4838 7374357 245.6152 020.1015 02.00611325 77018
+1 28164U 04005B   14235.47211124 -.00000500  00000-0  66572-3 0  7327
+2 28164 064.6776 087.5984 7303155 246.7680 338.0257 01.96935320 75612
+1 28184U 04007A   14238.15003683  .00000000  00000-0  10000-3 0    83
+2 28184 000.0323 065.7099 0001971 037.7202 348.0712 01.00271759 38376
+1 28187U 04008A   14239.08072206  .00000000  00000-0  10000-3 0  8894
+2 28187 000.0612 350.7166 0008965 239.6282 140.8427 01.00266940 38347
+1 28188U 04008B   14238.70109472  .00003070  00000-0  48607-3 0  6543
+2 28188 049.4656 103.5645 5179784 347.7559 003.4338 05.32914536197611
+1 28190U 04009A   14238.51119821  .00000000  00000-0  10000-3 0  2378
+2 28190 055.3892 086.7425 0104987 026.8526 333.7849 02.00565659 76495
+1 28194U 04010A   14238.05235441  .00000000  00000-0  10000-3 0  9108
+2 28194 008.0266 056.9361 0004806 090.8020 269.4307 01.00163500 38160
+1 28200U 66040N   14237.59587963 -.00002433  00000-0 -51895-2 0  4873
+2 28200 099.7834 120.9638 0038022 180.0234 244.6913 13.28834357559424
+1 28201U 66040P   14239.13777506  .00001673  00000-0  10000-3 0   840
+2 28201 100.2828 310.5904 0067773 097.9242 263.0180 13.48290725622260
+1 28202U 66040Q   14237.96591556 -.00000768  00000-0 -11097-2 0  2315
+2 28202 100.1389 297.0601 0025924 042.0424 080.6751 13.51243943588565
+1 28203U 66040R   14236.85506009  .00000830  00000-0  15656-2 0  8333
+2 28203 100.3390 300.6078 0053480 220.3159 207.6338 13.41315664605272
+1 28204U 66040S   14232.35604265  .00000020  00000-0  10000-3 0  6594
+2 28204 100.1664 282.1109 0038234 358.0327 002.8050 13.53572358559485
+1 28205U 66040T   14237.38538263  .00001243  00000-0  23133-2 0  6720
+2 28205 100.2976 279.5728 0050631 243.2334 236.7833 13.41075493512175
+1 28206U 66040U   14238.86015030  .00000943  00000-0  10000-3 0  4406
+2 28206 100.3777 302.2124 0051106 260.3233 099.2731 13.39339768513081
+1 28207U 66040V   14230.61421535  .00001069  00000-0  16457-2 0  5168
+2 28207 100.2915 004.1427 0053271 047.7870 015.1855 13.53537534600749
+1 28208U 66040W   14238.57389882  .00001112  00000-0  10000-3 0  4864
+2 28208 100.3254 003.4193 0048504 041.0169 319.5036 13.51263870670230
+1 28209U 66040X   14235.09681602  .00001080  00000-0  17705-2 0   806
+2 28209 100.3261 338.0673 0049625 080.6743 279.9376 13.49577206552098
+1 28211U 81021U   14238.99019928  .00000046  00000-0  10720-3 0  3831
+2 28211 064.9630 091.4684 0060263 224.1786 135.4454 13.91130337582454
+1 28218U 04011A   14236.21486933  .00000044  00000-0  00000+0 0  6601
+2 28218 008.4544 050.6528 0022676 295.0616 307.0604 00.99457870 37533
+1 28220U 04012A   14237.79551059  .00003025  00000-0  28303-3 0  9167
+2 28220 097.5557 201.6085 0010833 005.0735 058.2910 14.94777975562795
+1 28221U 04012B   14237.47483479  .00000980  00000-0  10333-3 0  9298
+2 28221 097.5738 196.4257 0011376 024.6590 089.7415 14.91440748562351
+1 28222U 04012C   14237.12842681  .00001951  00000-0  14139-3 0  3207
+2 28222 097.3822 209.2114 0056632 103.6220 024.9916 15.03783582565889
+1 28224U 04012E   14239.08046311  .00060197  00000-0  20799-2 0  2093
+2 28224 097.5390 144.5738 0020300 287.6966 072.2573 15.29735585559458
+1 28225U 04012F   14236.50586941  .00008618  00000-0  86912-3 0  8856
+2 28225 097.4196 061.4937 0071271 112.0758 301.3800 14.89421066555033
+1 28226U 04012G   14238.63915150  .00014196  00000-0  12201-2 0  9264
+2 28226 097.8295 207.9462 0057377 167.4574 192.8589 14.96164802555777
+1 28230U 04014A   14238.14313594  .00000379  00000-0  50782-4 0  1371
+2 28230 089.8891 139.0517 0002464 123.2188 236.9270 14.77598374557525
+1 28232U 04012J   14237.44288887  .00010582  00000-0  13274-2 0  9322
+2 28232 097.9010 151.9722 0111150 120.4154 299.8277 14.78024539549788
+1 28234U 04015A   14237.47904697  .00000012  00000-0  00000+0 0  2100
+2 28234 007.1872 054.3423 0007180 136.4948 161.6825 00.99236987 37549
+1 28237U 02003D   14236.43266525  .00000068  00000-0  80447-3 0  1538
+2 28237 028.9389 356.0453 7150558 332.0602 003.3349 02.36094729106366
+1 28238U 04016A   14238.63585186 -.00000013  00000-0  00000+0 0   854
+2 28238 000.0289 320.5052 0002684 212.4078 271.7193 01.00273455 37844
+1 28240U 04015D   14238.30715421  .00000000  00000-0  10000-3 0  2343
+2 28240 008.8274 048.9171 0016841 211.1064 148.9454 01.00705343 38023
+1 28243U 02003E   14235.64723719  .00000354  00000-0  14579-2 0  5499
+2 28243 028.9839 004.9846 7148536 316.7609 017.0187 02.36680951101586
+1 28248U 64083M   14238.07981272  .00010819  00000-0  65876-2 0  2490
+2 28248 089.8899 173.6279 0146479 209.1380 281.4949 14.00866241519268
+1 28252U 04017A   14238.46916502  .00000000  00000-0  10000-3 0  7185
+2 28252 000.0232 297.1803 0005642 259.3586 176.0148 01.00272186 37434
+1 28254U 04018A   14239.19949554 -.00000064  00000-0  00000+0 0  4860
+2 28254 099.0426 303.1437 0006904 176.3078 183.8619 14.00777572525104
+1 28255U 04018B   14237.16746499  .00000094  00000-0  37908-4 0    49
+2 28255 099.1249 284.8598 0014712 236.8477 190.2700 14.49746851542812
+1 28256U 04010F   14237.81522701 -.00000309  00000-0  00000+0 0  2839
+2 28256 008.0293 057.1724 0024245 254.0765 097.2117 01.00135039 37547
+1 28265U 66052E   14215.13859056  .00004104  00000-0  50162-2 0  2271
+2 28265 040.8567 138.2678 2082673 106.3458 277.5106 10.43044459423130
+1 28270U 81016L   14231.75433670  .00000008  00000-0  00000+0 0   494
+2 28270 068.2931 323.3312 5858152 082.0558 318.5908 02.02480465 99136
+1 28271U 84069AG  14238.94841629  .00000041  00000-0  10468-3 0  2088
+2 28271 065.0534 357.3385 0035274 025.8445 334.4360 13.90425968533223
+1 28273U 84069AJ  14235.72915000  .00000036  00000-0  10030-3 0  4191
+2 28273 065.0474 345.9094 0033461 041.4771 318.7802 13.90742153532638
+1 28274U 84069AK  14234.76708406  .00000026  00000-0  92052-4 0  4324
+2 28274 065.0456 356.6484 0035913 035.6783 324.6187 13.90603319577296
+1 28275U 88019F   14234.08716856  .00000054  00000-0  13190-3 0  2882
+2 28275 065.0494 031.5941 0058063 252.8216 106.6353 13.81306903534713
+1 28277U 91068AS  14237.33807922  .00001267  00000-0  43723-2 0  5006
+2 28277 082.6312 093.5516 0065408 305.8809 054.6983 12.96089272536763
+1 28278U 91068AT  14235.72361177  .00001624  00000-0  68347-2 0  8329
+2 28278 082.2777 018.5599 0039104 350.8537 071.6297 12.82489609537632
+1 28279U 92072N   14236.26739522 -.00000320  00000-0 -18323-1 0  8129
+2 28279 008.0683 048.8519 6459248 025.7272 310.2241 02.90175529113427
+1 28280U 92072P   14237.59645980 -.00000839  00000-0 -26555-1 0  3241
+2 28280 008.4124 297.6470 6503410 249.7406 087.4772 02.91686911129940
+1 28282U 93014K   14226.52023216  .00031839  00000-0  31639-2 0   512
+2 28282 075.7288 167.9031 0083447 230.1214 155.6183 14.88948502600797
+1 28283U 93014L   14237.33018167  .00006101  00000-0  12245-2 0  1925
+2 28283 075.7554 233.3826 0114610 319.9222 039.4855 14.57678010555183
+1 28284U 93014M   14238.38208043  .00003615  00000-0  87730-3 0  6560
+2 28284 075.7572 255.6534 0126413 358.1477 001.9948 14.48346714550688
+1 28286U 93014P   14234.53067800  .00021206  00000-0  22025-2 0  2836
+2 28286 075.7261 169.3213 0075467 235.1306 124.3693 14.87736186571114
+1 28288U 93014R   14237.17712737  .00008401  00000-0  14341-2 0  1032
+2 28288 075.7463 173.0323 0108802 245.9071 113.0696 14.65143478548992
+1 28290U 93014T   14237.59722041  .00006363  00000-0  13242-2 0  6400
+2 28290 075.7526 217.3978 0104244 302.0388 057.0804 14.56750262549764
+1 28291U 93014U   14237.24828333  .00011425  00000-0  20419-2 0  5301
+2 28291 075.7478 201.7538 0110781 281.9984 076.8793 14.62965810561438
+1 28292U 93014V   14236.90386067  .00000713  00000-0  22851-3 0  3474
+2 28292 075.7592 309.1989 0156052 075.8995 285.9440 14.33703817600130
+1 28300U 91082M   14237.55702475  .00001432  00000-0  65591-3 0  7240
+2 28300 098.7796 232.6929 0009863 273.1959 208.0504 14.22959134536166
+1 28302U 91082P   14235.94249144  .00000587  00000-0  31614-3 0  7948
+2 28302 098.8405 228.9792 0032874 044.6695 019.8930 14.16375428534214
+1 28303U 91082Q   14236.80423847  .00000043  00000-0  36782-4 0  8747
+2 28303 098.5628 232.7347 0029386 014.1066 108.7841 14.24836317537867
+1 28304U 91082R   14237.90742691  .00000044  00000-0  44688-4 0  2357
+2 28304 098.8539 224.5948 0012291 349.1702 073.6778 14.16013284534657
+1 28307U 91082U   14237.93402650  .00000040  00000-0  47954-4 0  2862
+2 28307 098.9890 217.0228 0040112 092.4059 323.3957 14.09505163532145
+1 28308U 91082V   14237.81046765  .00000640  00000-0  31024-3 0  7727
+2 28308 098.7825 233.2422 0013731 296.3766 185.6489 14.21880518535242
+1 28309U 91082W   14237.94305558  .00000047  00000-0  41071-4 0  4597
+2 28309 098.6727 230.8024 0016246 099.4825 314.5985 14.21432727536628
+1 28310U 91082X   14235.81904084  .00001819  00000-0  72719-3 0  1690
+2 28310 098.7308 235.5311 0009139 244.1115 238.4445 14.29637824536483
+1 28312U 91082Z   14236.95704691  .00000466  00000-0  24354-3 0  3354
+2 28312 098.8170 226.7691 0010763 307.9084 106.4033 14.19211540534290
+1 28313U 91082AA  14234.24458474  .00004202  00000-0  14102-2 0  1113
+2 28313 098.7507 240.1009 0022444 251.3717 108.4825 14.37625306535573
+1 28314U 91082AB  14239.11480381  .00228022  00000-0  68082-2 0  5845
+2 28314 098.9194 213.7298 0020314 018.1653 342.0823 15.34396042549115
+1 28315U 91082AC  14237.50474888  .00001361  00000-0  95288-3 0   234
+2 28315 098.6765 075.8006 0144179 064.1661 358.3442 13.95088491524703
+1 28317U 91082AE  14237.28546480  .00000609  00000-0  32278-3 0  2280
+2 28317 098.7109 239.8525 0129085 354.4704 071.9364 14.13084486532901
+1 28318U 91082AF  14237.98315878  .00004893  00000-0  21062-2 0  7443
+2 28318 098.8295 242.7309 0063148 038.2815 015.0781 14.23988332533030
+1 28319U 91082AG  14237.09302368  .00003302  00000-0  14727-2 0  1084
+2 28319 098.7454 188.9848 0070127 351.2451 008.7499 14.22131327532740
+1 28320U 91082AH  14238.88348591  .00017183  00000-0  44134-2 0  9098
+2 28320 098.6933 274.7719 0039715 247.7231 112.0235 14.49804076535777
+1 28321U 91082AJ  14232.27119338  .00001792  00000-0  73000-3 0  1828
+2 28321 098.7309 232.7974 0008470 256.0030 172.8421 14.28710849534846
+1 28322U 91082AK  14237.75374079  .00000401  00000-0  31067-3 0  2231
+2 28322 098.5737 071.0540 0115945 321.4102 096.6220 13.94934371525633
+1 28323U 91082AL  14236.36766773  .00008821  00000-0  32265-2 0  1495
+2 28323 098.6068 200.7331 0084396 094.2547 266.8286 14.31157321531212
+1 28324U 91082AM  14220.07189582  .00016971  00000-0  34037-2 0  1982
+2 28324 098.5762 257.8365 0012688 143.6203 216.5861 14.61726467536285
+1 28325U 91082AN  14237.92439937  .00002219  00000-0  11784-2 0  1745
+2 28325 098.6181 123.5101 0086060 158.3787 264.9742 14.12628469528874
+1 28326U 91082AP  14237.80168658  .00001800  00000-0  95741-3 0  3251
+2 28326 098.9617 228.5140 0069619 182.6832 177.3976 14.13515339529647
+1 28327U 91082AQ  14237.79856059  .00001374  00000-0  64922-3 0   349
+2 28327 098.8317 221.7474 0033077 324.7435 035.1452 14.21157842532796
+1 28328U 91082AR  14236.75387495  .00005755  00000-0  23625-2 0  1430
+2 28328 098.8994 232.7150 0083746 165.7906 194.5657 14.25532016529994
+1 28329U 91082AS  14237.15455100  .00001646  00000-0  93230-3 0  9988
+2 28329 098.9493 207.3754 0093457 261.5084 159.8570 14.09337781528227
+1 28330U 91082AT  14237.11390398  .00001440  00000-0  79735-3 0  8898
+2 28330 098.8945 190.9772 0096107 222.1459 137.2303 14.10594105528097
+1 28331U 91082AU  14238.31541003  .00001495  00000-0  49068-3 0  8541
+2 28331 098.3920 263.1350 0044420 205.8344 153.8600 14.39194536539094
+1 28332U 91082AV  14237.94269801  .00012823  00000-0  37398-2 0  3491
+2 28332 098.7679 260.1339 0039823 333.1988 143.1434 14.43779991533241
+1 28333U 91082AW  14236.83996882  .00002330  00000-0  94115-3 0   495
+2 28333 098.7281 237.3568 0010328 239.8315 241.0134 14.28822788534338
+1 28334U 91082AX  14237.70840545  .00002558  00000-0  12815-2 0   710
+2 28334 098.8173 185.3674 0088447 102.3506 016.5739 14.15504508529583
+1 28335U 91082AY  14236.81970030  .00001273  00000-0  57837-3 0  1386
+2 28335 098.8116 228.2676 0013105 300.6107 179.2647 14.23569342533259
+1 28338U 91082BB  14237.23253668  .00002952  00000-0  11753-2 0   837
+2 28338 098.7276 238.3078 0011343 225.9342 134.0906 14.29349779533712
+1 28340U 91082BD  14238.95622451  .00004749  00000-0  16098-2 0   282
+2 28340 098.7586 235.6677 0023632 252.7289 107.1784 14.36630825531688
+1 28341U 91082BE  14239.08403817  .00038425  00000-0  64878-2 0  3663
+2 28341 098.3640 184.6263 0036610 106.7368 253.8356 14.69032519534191
+1 28342U 91082BF  14237.63830096  .00001879  00000-0  10341-2 0  3474
+2 28342 098.8758 183.4411 0089684 196.9312 288.0062 14.10807329526783
+1 28343U 91082BG  14236.75979326  .00001491  00000-0  84609-3 0  8459
+2 28343 098.9663 215.3431 0086161 258.1401 225.1471 14.09712468526372
+1 28344U 91082BH  14239.22153462  .00002398  00000-0  97370-3 0   256
+2 28344 098.7433 237.1523 0007455 233.7112 126.3855 14.27646620533043
+1 28345U 91082BJ  14237.26999749  .00001952  00000-0  12548-2 0  3368
+2 28345 098.6417 051.9477 0143521 028.7548 332.1435 13.99308646521202
+1 28346U 91082BK  14237.26284959  .00002886  00000-0  11673-2 0  1519
+2 28346 098.7267 238.7774 0012282 249.0807 168.8455 14.28563390532320
+1 28348U 91082BM  14236.85217745  .00006614  00000-0  20322-2 0  2047
+2 28348 098.6577 251.8281 0015903 153.8637 206.3358 14.41834747533536
+1 28349U 91082BN  14237.10708483  .00002062  00000-0  10961-2 0  9724
+2 28349 098.8651 200.4312 0080186 206.1756 214.7111 14.12970681526129
+1 28352U 04021A   14237.78361038 -.00000249  00000-0 -11130-3 0  3710
+2 28352 071.0033 107.3150 0015787 217.9953 207.7764 14.11359712526029
+1 28353U 04021B   14238.10116259  .00000177  00000-0  11783-3 0  8268
+2 28353 071.0007 070.1807 0006837 307.5025 191.1583 14.14084619527108
+1 28354U 04021C   14236.50539484 -.00000010  00000-0  33531-4 0  6182
+2 28354 070.9560 272.6757 0225279 275.0598 239.2265 13.68026925509207
+1 28355U 04021D   14236.82419132 -.00000029  00000-0  14481-4 0  6188
+2 28355 070.9692 286.1520 0230850 249.9190 228.2822 13.67289401508958
+1 28356U 04021E   14237.66359043 -.00000006  00000-0  35847-4 0  6191
+2 28356 071.0655 305.3410 0221775 206.0642 275.4327 13.68502980509512
+1 28357U 04021F   14236.50479205 -.00000007  00000-0  32749-4 0  6264
+2 28357 071.0734 261.8826 0199770 141.9082 009.5896 13.72609111510880
+1 28358U 04022A   14238.36500887  .00000000  00000-0  10000-3 0  8846
+2 28358 000.0433 092.6731 0001065 348.6161 023.7257 01.00271797 37399
+1 28359U 04022B   14236.57490270  .00002193  00000-0  32864-3 0  2405
+2 28359 049.5289 346.0770 4710593 079.8511 358.0976 06.11541504221890
+1 28360U 04022C   14237.58955828 -.00000039  00000-0  00000+0 0  4250
+2 28360 024.5784 035.0330 5946605 270.0844 067.8575 02.01498943 75005
+1 28361U 04023A   14237.37827030  .00000017  00000-0  00000+0 0   477
+2 28361 054.4862 261.8926 0097806 204.3371 209.9689 02.00555498 74546
+1 28364U 04024A   14238.66821137 -.00000308  00000-0  00000+0 0  9895
+2 28364 000.0628 272.5403 0002297 252.5872 188.2560 01.00271894 37333
+1 28365U 04024B   14233.24257547 -.00000043  00000-0 -53886-3 0  1481
+2 28365 000.0865 231.0005 5961344 204.5713 299.7633 03.73347462138381
+1 28366U 04025A   14237.77511299  .00000099  00000-0  46196-4 0  8339
+2 28366 098.3060 168.8841 0107321 240.9070 118.1337 14.36246970532236
+1 28367U 04025B   14236.17910656 -.00000021  00000-0  92333-5 0  7254
+2 28367 098.1979 280.8520 0350822 352.8372 071.8436 13.88023493514310
+1 28368U 04025C   14238.14439722  .00000469  00000-0  80615-4 0  8833
+2 28368 097.7618 269.5914 0001034 073.7609 019.0056 14.72871917544497
+1 28369U 04025D   14236.91586288  .00000177  00000-0  54642-4 0  9138
+2 28369 098.0483 206.3225 0032690 315.5904 044.2671 14.51700093537705
+1 28370U 04025E   14237.43992547  .00000287  00000-0  89399-4 0  9114
+2 28370 098.1649 194.0679 0059101 045.1236 315.4734 14.46715407535977
+1 28371U 04025F   14238.31050232  .00000216  00000-0  61742-4 0  3588
+2 28371 097.9865 214.3907 0024346 281.3226 078.5242 14.53751106538755
+1 28372U 04025G   14237.78974914  .00000219  00000-0  68356-4 0  8992
+2 28372 098.1117 199.8649 0046444 359.5578 069.1696 14.49009227536909
+1 28373U 04025H   14237.79006322  .00000348  00000-0  10971-3 0  8940
+2 28373 098.2105 189.5801 0071180 089.0220 333.5836 14.44638353535667
+1 28374U 04025J   14236.73899248  .00000231  00000-0  56941-4 0  6083
+2 28374 097.9081 262.7622 0018656 256.6506 236.1838 14.60288274540757
+1 28375U 04025K   14237.27657306  .00000096  00000-0  41346-4 0  9165
+2 28375 098.2553 181.8519 0084086 143.0004 217.7025 14.41413526533860
+1 28376U 04026A   14238.10118376  .00000474  00000-0  11527-3 0  2989
+2 28376 098.2012 180.3343 0001711 053.0196 307.1183 14.57126305537907
+1 28378U 04027A   14237.45921840 -.00000067  00000-0  10000-3 0  6402
+2 28378 000.0326 007.7992 0000338 156.4748 223.6201 01.00272905 37107
+1 28379U 04027B   14239.21578220  .00000012  00000-0  28688-3 0  6858
+2 28379 007.3411 317.8690 7286028 108.0531 337.8531 02.07919970 76818
+1 28380U 04028A   14237.98794413  .00000053  00000-0  38012-4 0  2143
+2 28380 082.9587 027.8953 0040873 072.5807 287.9817 13.75970635506882
+1 28381U 04028B   14237.49146634 -.00000222  00000-0 -23541-3 0  3080
+2 28381 082.9601 017.9260 0030704 031.3751 031.9719 13.78037395507557
+1 28382U 04029A   14237.28201171  .00000091  00000-0  78487-4 0  5250
+2 28382 088.1786 313.7590 7246271 298.2534 008.2841 02.23086420 78413
+1 28388U 81043E   14237.49127191  .00001690  00000-0  77354-3 0  8349
+2 28388 081.2646 304.2244 0048243 054.9792 305.5967 14.20428643527029
+1 28389U 81043F   14236.51523262  .00002597  00000-0  11704-2 0  6791
+2 28389 081.2728 304.6424 0048722 066.6297 293.9994 14.21358564520339
+1 28393U 04031A   14238.42865580 -.00000300  00000-0  00000+0 0  4784
+2 28393 000.0300 106.7554 0001916 053.9051 272.8257 01.00269965 36884
+1 28394U 04031B   14231.08370024 -.00000153  00000-0  00000+0 0  3419
+2 28394 008.9186 266.7026 6264152 029.9316 357.4322 02.10286174 77129
+1 28395U 04031C   14237.12139525  .00004152  00000-0  60650-3 0  4436
+2 28395 049.3544 179.7270 5358492 092.6942 354.9321 05.04780073180953
+1 28413U 04035A   14238.33277219 -.00000062  00000-0 -43576-6 0  2031
+2 28413 097.8176 239.8340 0017033 182.2836 177.8323 14.92965045542121
+1 28414U 04035B   14238.30722797  .00001168  00000-0  11849-3 0  1529
+2 28414 097.8182 240.0630 0006511 158.9543 201.1948 14.92781883542107
+1 28415U 04035C   14237.48184900  .00002403  00000-0  18020-3 0  2719
+2 28415 097.8011 242.5599 0055761 359.1297 000.9821 15.02444020544155
+1 28416U 04035D   14237.68604764  .00012608  00000-0  65301-3 0  1066
+2 28416 097.6971 257.9051 0006485 067.4442 069.9013 15.16328299544266
+1 28417U 04036A   14238.39802840  .00000000  00000-0  10000-3 0  8271
+2 28417 003.2310 068.5299 0004910 063.6265 296.8317 00.99264639 36300
+1 28419U 04037A   14238.29940387  .00000024  00000-0  10000-3 0  3633
+2 28419 082.4873 147.3832 0016036 004.4408 355.6810 12.45589520451113
+1 28420U 04037B   14238.27351550  .00000024  00000-0  10000-3 0  3754
+2 28420 082.4877 148.8294 0013791 010.1084 350.0274 12.45255985451013
+1 28421U 04037C   14238.13135618  .00000038  00000-0  19941-3 0  7241
+2 28421 082.4846 151.9321 0021662 024.5292 093.3438 12.44352634450669
+1 28429U 01049NP  14237.88390534  .00007887  00000-0  67070-3 0  3870
+2 28429 097.5673 274.6508 0027996 118.6838 241.7205 14.97795361590135
+1 28430U 01049NW  14236.48962616  .00003600  00000-0  33434-3 0  2069
+2 28430 097.5121 239.5438 0043700 009.8105 141.6364 14.94273849608476
+1 28431U 01049NX  14225.00618721  .00008291  00000-0  56666-3 0  3177
+2 28431 097.6976 306.3369 0025529 113.8684 246.5222 15.06139400616766
+1 28432U 01049NY  14238.16889067  .00005078  00000-0  98596-3 0  8715
+2 28432 097.7518 001.6430 0086973 165.8366 316.5814 14.61171712595750
+1 28436U 01056K   14237.30096649 -.00000088  00000-0 -98744-4 0  6507
+2 28436 099.4719 131.1455 0193456 122.6763 355.6664 13.28547724615751
+1 28437U 01056L   14237.49463115 -.00000054  00000-0 -31639-4 0  6563
+2 28437 099.4284 115.1049 0201919 168.9395 314.8551 13.27181357615160
+1 28438U 02024E   14236.29876297  .00001007  00000-0  42913-3 0  2408
+2 28438 098.4359 248.3492 0022091 300.8234 059.0773 14.27133235636637
+1 28443U 62002E   14235.95937751  .00000117  00000-0  68545-4 0  9836
+2 28443 048.2707 080.1487 0078027 197.6545 304.2074 14.53755103679680
+1 28446U 04041A   14237.33610279 -.00000106  00000-0  10000-3 0   972
+2 28446 000.0532 283.8737 0001856 243.6886 181.8947 01.00272427 36137
+1 28447U 04041B   14238.54235095  .00000065  00000-0  10000-3 0  4085
+2 28447 018.0471 330.1155 5181804 348.3589 003.2739 01.86971999 67357
+1 28448U 04029B   14237.89325417  .00000020  00000-0  55909-5 0  1309
+2 28448 087.8720 311.1301 7353223 312.8285 005.6038 02.14826404 75694
+1 28451U 04042A   14237.89214020  .00000000  00000-0  10000-3 0   864
+2 28451 005.5844 058.3493 0002201 209.8658 150.3677 01.00259562 36023
+1 28454U 02056F   14237.20495839  .00000361  00000-0  15223-3 0  3207
+2 28454 098.2389 239.3984 0011004 037.3127 322.8820 14.31189290586261
+1 28455U 02056G   14236.77876801  .00000281  00000-0  12185-3 0  3105
+2 28455 098.2396 238.4571 0011483 040.3945 319.8090 14.31220118555182
+1 28463U 04043A   14238.17296319  .00000000  00000-0  10000-3 0  8577
+2 28463 003.5093 066.5970 0008316 130.9089 229.5442 00.99194564 35920
+1 28466U 04043D   14238.91386672  .00000000  00000-0  10000-3 0  2095
+2 28466 008.4421 049.5520 0009068 055.4787 304.7662 01.00114011 35927
+1 28470U 04044A   14238.31996790  .00002103  00000-0  17733-3 0  3573
+2 28470 097.3160 197.5603 0033351 216.2003 143.6954 14.98745918539037
+1 28472U 04048A   14238.56501942 -.00000221  00000-0  10000-3 0   327
+2 28472 000.0583 297.8265 0002227 224.0737 291.2406 01.00274836 35573
+1 28473U 04048B   14238.49869451  .00000000  00000-0  10000-3 0  3408
+2 28473 018.3696 275.8597 5696870 277.0359 024.6774 02.06074807 72953
+1 28474U 04045A   14238.21317653 -.00000005  00000-0  00000+0 0  9483
+2 28474 053.8422 139.8908 0138632 223.4086 076.6052 02.00563687 71929
+1 28476U 04045C   14239.03040051  .00106950  00000-0  82787-3 0  1361
+2 28476 038.8696 215.5705 2957471 247.3625 078.9857 09.61480495230081
+1 28477U 04041C   14235.32079796 -.00000135  00000-0 -24391-1 0  6982
+2 28477 048.1523 296.6679 6782966 354.5098 006.3370 02.23818280 80467
+1 28479U 04046A   14238.15353480  .00000368  00000-0  87119-4 0  6489
+2 28479 098.2457 245.9772 0011971 089.5351 359.0309 14.59612470519781
+1 28480U 04046B   14238.08869800  .00000060  00000-0  38011-4 0  4148
+2 28480 098.0996 028.7164 0142579 015.6530 115.1186 14.25323309508043
+1 28481U 04046C   14237.01697742  .00001756  00000-0  57268-3 0  6335
+2 28481 098.0423 038.0715 0135786 244.9217 265.7495 14.34707180509652
+1 28482U 04046D   14236.92445119  .00001711  00000-0  59038-3 0  6163
+2 28482 098.6524 190.5651 0142405 030.9496 005.3404 14.31602714508675
+1 28483U 04046E   14238.15450931  .00001085  00000-0  32387-3 0  6778
+2 28483 098.0845 099.3187 0117893 162.9906 313.4514 14.40889573511940
+1 28484U 04046F   14236.48626773  .00001287  00000-0  40778-3 0  6656
+2 28484 098.6551 226.5229 0112709 299.8786 214.8222 14.38313262510605
+1 28485U 04047A   14236.94317140  .00002146  00000-0  13729-3 0  7533
+2 28485 020.5575 100.0587 0012422 252.7605 107.1468 14.99145431533528
+1 28491U 04042C   14237.30716154 -.00000271  00000-0  00000+0 0  1068
+2 28491 007.4834 050.7615 0020685 218.9766 100.5068 01.01342911 35949
+1 28493U 04049B   14237.68793114  .00000392  00000-0  70422-4 0  9419
+2 28493 098.3409 272.2467 0005413 030.0552 330.0943 14.72299712519831
+1 28498U 04049G   14237.86140565  .00000461  00000-0  90830-4 0   446
+2 28498 098.5082 230.9649 0015087 281.2723 078.6789 14.67433384515744
+1 28499U 04049H   14237.77766767  .00000260  00000-0  40787-4 0   707
+2 28499 098.1948 292.8549 0092651 283.8753 187.1641 14.78902518522227
+1 28508U 04053A   14236.10064854  .00000022  00000-0  00000+0 0  9666
+2 28508 063.1714 213.7630 0010211 178.0057 275.2956 02.13104170 75177
+1 28509U 04053B   14237.74569087  .00000025  00000-0  10000-3 0  7077
+2 28509 063.1650 213.6697 0005806 188.9687 107.0851 02.13104985 75206
+1 28510U 04053C   14237.46407355  .00000024  00000-0  00000+0 0  9770
+2 28510 063.1777 213.7536 0004438 226.0314 229.2905 02.13103179 75203
+1 28512U 04053E   14237.39638706  .00000023  00000-0  00000+0 0  2503
+2 28512 063.1713 213.4353 0016562 225.3759 245.0387 02.13315004 75263
+1 28520U 87022F   14237.35584802 -.00000048  00000-0  00000+0 0  1138
+2 28520 015.3214 359.2330 1056939 330.0268 016.8275 00.98767936 34826
+1 28521U 05002A   14238.43996149  .00000045  00000-0  24318-4 0  4163
+2 28521 082.9450 064.1580 0041605 024.1132 336.1973 13.87502427486033
+1 28522U 05002B   14237.49403580 -.00000015  00000-0 -24651-4 0    65
+2 28522 082.9450 055.4449 0044510 327.9805 087.8581 13.89387319486555
+1 28523U 05002C   14238.05016491  .00000074  00000-0  49220-4 0   130
+2 28523 082.9473 065.9984 0038611 033.0494 088.2460 13.87269849485864
+1 28526U 05003A   14237.09058818 -.00000268  00000-0  10000-3 0  4803
+2 28526 000.0375 288.2596 0003510 224.9289 175.2851 01.00271162 35057
+1 28527U 05003B   14237.58628071 -.00000191  00000-0  00000+0 0  4217
+2 28527 019.0645 121.3385 5332374 037.4153 109.9523 01.93169687 67433
+1 28528U 05003C   14238.58011270  .00005747  00000-0  99687-3 0  2544
+2 28528 049.5444 038.4191 5217312 098.0917 321.6772 05.26183024179576
+1 28542U 05005A   14238.64029263  .00000000  00000-0  10000-3 0  5384
+2 28542 000.0406 269.9308 0006147 316.4897 007.8720 01.00270714 34931
+1 28544U 05005C   14237.26945649  .00002534  00000-0  70667-3 0  8931
+2 28544 006.7933 232.5101 7156352 227.7053 339.7227 02.43708052 81443
+1 28545U 05005D   14238.34141416  .00001300  00000-0  33341-3 0  3104
+2 28545 006.8543 247.2386 7183658 198.8000 106.1250 02.40497428 80562
+1 28551U 65108BS  14232.37114684  .00009662  00000-0  19392-1 0  8163
+2 28551 027.0437 145.1743 6161756 352.5438 001.3858 03.65772936150406
+1 28552U 65108BT  14230.49225499 -.00000095  00000-0 -27888-3 0  5815
+2 28552 026.2832 121.3023 6759550 313.3903 344.4740 02.81171677116697
+1 28553U 65108BU  14234.12084353  .00000034  00000-0 -48419-4 0  7270
+2 28553 026.5286 226.6243 6797825 211.6723 287.8144 02.71830708103515
+1 28554U 79095C   14237.14871678  .00004502  00000-0  18340-2 0  8317
+2 28554 081.1954 016.8203 0016374 231.8873 252.5468 14.27256964591954
+1 28555U 79095D   14238.12028198  .00001893  00000-0  76978-3 0  7803
+2 28555 081.2051 017.3737 0015123 274.6793 085.3018 14.27178573629199
+1 28556U 79104V   14234.63363666 -.00000032  00000-0  37627-2 0  6574
+2 28556 016.3117 053.6717 7297833 251.8545 012.2118 01.95506138 86721
+1 28557U 79104W   14231.25841744  .00000324  00000-0  32279-2 0  5196
+2 28557 019.4006 247.1246 7386870 349.0589 005.4682 01.97041018 89555
+1 28558U 81071S   14238.15113713 -.00000684  00000-0  00000+0 0   141
+2 28558 069.1352 348.3681 5749617 110.5906 021.3404 01.97678805 81981
+1 28562U 88040F   14236.33747690  .00000154  00000-0  83407-3 0  7227
+2 28562 007.0906 222.5613 7127622 051.7767 018.8811 02.36136777 98835
+1 28563U 88098L   14237.62805219 -.00000121  00000-0  78181-2 0   114
+2 28563 003.9753 051.9588 7223652 104.6767 343.2161 02.07025884 86007
+1 28564U 89006AF  14234.34483763  .00000076  00000-0  17953-1 0  6165
+2 28564 008.2224 121.7737 7070502 057.7372 009.6155 02.24489273107088
+1 28565U 89006AG  14237.16612685 -.00000224  00000-0 -64611-3 0  2681
+2 28565 008.1260 261.6810 7119779 134.8024 295.5018 02.33825078 89007
+1 28566U 89006AH  14238.58558628 -.00000011  00000-0  00000+0 0   370
+2 28566 007.2943 006.4200 7118857 289.4170 010.7725 02.27232511 86971
+1 28567U 89006AJ  14234.27479042 -.00000187  00000-0 -43497-3 0  2373
+2 28567 007.7181 270.8134 7125711 118.1791 338.7894 02.32191051 98363
+1 28570U 89006AM  14238.99298904  .00000162  00000-0  35274-2 0  1953
+2 28570 007.6267 346.8405 7108522 329.2347 003.9260 02.27988559 91068
+1 28573U 91003N   14234.41542994 -.00000015  00000-0  11383-2 0  2460
+2 28573 007.3604 328.1389 6814043 318.9497 002.1060 02.64365460106842
+1 28574U 91003P   14230.88657673  .00000004  00000-0  77935-3 0   741
+2 28574 006.4525 284.7190 6668449 041.9137 353.2590 02.94233230121558
+1 28575U 91075M   14238.44214953  .00000193  00000-0  74004-2 0  2194
+2 28575 006.8848 249.9242 6580073 326.2032 005.4064 02.82463911128480
+1 28576U 91075N   14239.03477190  .00000310  00000-0  11204-1 0  5876
+2 28576 006.8420 220.5338 6577703 029.6204 355.2188 02.83477586130726
+1 28577U 92021R   14233.94230399 -.00000053  00000-0  00000+0 0  1209
+2 28577 003.3743 117.3020 6987866 287.3061 332.7884 02.23350897 81241
+1 28578U 92047M   14233.73267186 -.00000302  00000-0  10000-3 0  2459
+2 28578 066.9178 061.2175 5259155 262.5766 037.5975 04.37655192158032
+1 28589U 92047Y   14237.39605329  .00005037  00000-0  20845-1 0  1669
+2 28589 065.4183 277.6515 5211458 292.3521 021.6228 04.92433294163915
+1 28591U 74015C   14238.18185601  .00000143  00000-0  86977-4 0  9944
+2 28591 098.9406 339.3070 0047420 198.9041 222.9704 14.20395741497346
+1 28592U 74015D   14236.42020461  .00003658  00000-0  81225-3 0  7269
+2 28592 099.0582 116.9122 0092388 166.1128 280.8481 14.55129897505156
+1 28593U 74015E   14236.18455748  .00000622  00000-0  25526-3 0   389
+2 28593 099.0682 018.9525 0067012 085.3853 275.4978 14.29563192497128
+1 28594U 79095E   14239.03592628  .00001217  00000-0  58335-3 0  9923
+2 28594 081.1902 069.7610 0009072 079.4871 280.7803 14.18993844517860
+1 28595U 79095F   14239.18243152  .00003697  00000-0  14989-2 0  8306
+2 28595 081.2002 045.4556 0008240 322.1723 037.9281 14.27713095506287
+1 28596U 79095G   14229.13443388  .00004996  00000-0  17115-2 0  4925
+2 28596 081.1845 020.4349 0013077 319.6082 040.2725 14.36071843524512
+1 28597U 81043G   14232.81801566  .00000763  00000-0  30457-3 0  2951
+2 28597 081.2688 268.5604 0039831 295.5780 064.1232 14.27225321581277
+1 28598U 82116E   14237.22838120  .00006114  00000-0  20624-2 0  5245
+2 28598 081.2432 217.0174 0033636 292.2796 067.4824 14.36581913514297
+1 28599U 81043H   14234.22206604  .00004237  00000-0  14003-2 0   475
+2 28599 081.2519 203.1986 0020918 353.6139 006.4777 14.37762418624613
+1 28600U 81043J   14236.17799221  .00005202  00000-0  16285-2 0  6536
+2 28600 081.2474 192.1368 0021829 091.6565 278.2259 14.40436034616274
+1 28601U 81043K   14238.38003909  .00001437  00000-0  57085-3 0  2764
+2 28601 081.2636 269.7889 0034206 311.1984 048.6335 14.28005647541091
+1 28603U 85013C   14236.45359914  .00000852  00000-0  62023-3 0  6619
+2 28603 082.5280 148.9296 0032597 095.3621 265.1266 13.94923068524696
+1 28605U 03048F   14236.81281369  .00037380  00000-0  55327-2 0  1133
+2 28605 098.9280 088.7749 0032876 186.2117 232.3916 14.74658874551140
+1 28608U 68055M   14237.42119667 -.00000010  00000-0  00000+0 0  3974
+2 28608 120.8450 059.1592 0012759 006.4365 091.2591 06.42270280 82340
+1 28609U 66040Y   14238.43354377  .00000516  00000-0  10040-2 0  3583
+2 28609 100.3475 314.9456 0053086 245.3087 114.2754 13.41494794492971
+1 28611U 66040AA  14238.43140767  .00003407  00000-0  33485-2 0  2727
+2 28611 100.1868 097.1490 0062808 025.2188 334.6383 13.78774828539578
+1 28612U 66040AB  14237.48759497  .00001472  00000-0  20808-2 0  4398
+2 28612 100.4106 111.3842 0052443 330.8229 149.5266 13.58198937586633
+1 28613U 66040AC  14237.74159798  .00001539  00000-0  23155-2 0  6817
+2 28613 100.3960 073.8609 0049879 041.2555 319.2096 13.54234913577557
+1 28615U 66040AE  14225.65280939  .00002309  00000-0  30780-2 0  8021
+2 28615 100.2438 018.1171 0042969 279.2201 080.3463 13.61251529561331
+1 28618U 66040AH  14236.28571919  .00001922  00000-0  25373-2 0  5047
+2 28618 100.2414 042.3165 0055546 242.0485 239.1969 13.61865249563817
+1 28620U 66040AK  14237.98065370  .00001062  00000-0  20159-2 0  5476
+2 28620 100.3908 298.2212 0059792 268.1972 214.0200 13.40037189472204
+1 28621U 66040AM  14236.04989991  .00002021  00000-0  18327-2 0  6142
+2 28621 100.2445 268.0914 0034558 120.1060 296.6013 13.84723238716790
+1 28622U 05006A   14238.90974294 -.00000297  00000-0  00000+0 0  2220
+2 28622 000.0884 279.1525 0002144 150.0454 013.3179 01.00258468 34772
+1 28626U 05008A   14238.23106890 -.00000221  00000-0  10000-3 0  6902
+2 28626 000.0099 357.9632 0000468 231.9340 102.5877 01.00271321 34812
+1 28627U 05008B   14234.59197480 -.00000081  00000-0  00000+0 0  5563
+2 28627 000.9473 032.7585 6554247 246.8730 019.2594 02.13875792 74064
+1 28628U 05009A   14237.66920537  .00000000  00000-0  10000-3 0  5849
+2 28628 002.7049 357.8240 0002847 178.7519 181.6409 01.00264635 34438
+1 28629U 05010A   14239.10137694  .00000000  00000-0  10000-3 0  5993
+2 28629 000.2354 087.9648 0001637 331.5078 032.2420 01.00267540 34486
+1 28632U 05010D   14238.57661847  .00007978  00000-0  92597-3 0   682
+2 28632 047.3515 096.3472 5758780 334.4420 005.8319 04.43327853130491
+1 28634U 05010F   14237.94715039  .00000000  00000-0  10000-3 0  3554
+2 28634 008.0535 051.2512 0023165 154.6730 205.6121 01.00225881 34477
+1 28638U 05012A   14237.88983624 -.00000334  00000-0  10000-3 0  9557
+2 28638 000.0301 091.3385 0002603 091.7348 245.3185 01.00270266 59179
+1 28642U 05014A   14237.13116258  .00022913  00000-0  45121-3 0   990
+2 28642 096.5361 201.9730 0147334 040.8133 086.7914 15.36196773515427
+1 28644U 05015A   14237.70209652  .00000000  00000-0  10000-3 0  9728
+2 28644 000.0123 123.3512 0000662 260.7671 099.5829 01.00268165 34268
+1 28645U 05015B   14237.37700471  .00001672  00000-0  41414-3 0  5632
+2 28645 000.5555 324.7468 6885974 100.7024 238.5436 02.78915274 87676
+1 28649U 05017A   14238.27968003  .00000637  00000-0  83862-4 0  5370
+2 28649 097.8299 310.9129 0002929 090.2623 269.8926 14.83472528503884
+1 28650U 05017B   14238.06792430  .00001035  00000-0  12479-3 0  8278
+2 28650 097.5627 239.5549 0023298 287.6628 072.2045 14.85686856503600
+1 28651U 05017C   14237.81770536  .00000549  00000-0  91247-4 0  8993
+2 28651 097.8289 179.8021 0077216 133.5804 279.8509 14.72016188499495
+1 28654U 05018A   14249.43476966  .00000282  00000-0  15364-3 0  2148
+2 28654 099.1571 230.5942 0014811 036.8448 323.4264 14.12058868479032
+1 28656U 04008C   14235.59585466 -.00000046  00000-0  00000+0 0  4133
+2 28656 012.7610 263.8480 6058892 112.6923 317.9792 01.97317898 69083
+1 28659U 05019A   14237.63202382 -.00000132  00000-0  00000+0 0   311
+2 28659 000.0225 073.7873 0003598 077.0915 309.5831 01.00271647 33935
+1 28660U 05019B   14237.41831753 -.00000151  00000-0  00000+0 0  1850
+2 28660 012.4288 353.0759 3362757 324.7931 077.6128 01.54371724 52229
+1 28661U 05019C   14239.17629120  .00001052  00000-0  41147-3 0  9094
+2 28661 049.4029 328.7408 6149134 320.8274 007.9557 03.78646480123475
+1 28664U 66077AD  14229.78639088  .00000008  00000-0  10000-3 0  1858
+2 28664 089.2262 156.0364 1902636 034.3991 339.6642 08.75365783294963
+1 28672U 88074H   14225.21630088  .00000432  00000-0  62924-3 0  4095
+2 28672 089.9404 019.0818 0084086 344.1272 015.8823 13.52126387511335
+1 28675U 88074L   14239.13061729  .00000265  00000-0  10000-3 0  2601
+2 28675 089.9608 018.4784 0091077 359.9145 000.2439 13.48991629484312
+1 28676U 88074M   14235.71734569  .00000520  00000-0  82564-3 0  2823
+2 28676 089.9463 018.1947 0095387 056.6538 304.3529 13.46381535558558
+1 28678U 92047AB  14237.36751307  .00015470  00000-0  74837-1 0  9517
+2 28678 064.4798 321.9632 3183604 352.6284 042.4795 08.05795994276138
+1 28702U 05022A   14235.38398670 -.00000206  00000-0  00000+0 0  7915
+2 28702 000.0115 073.3177 0001205 095.9901 211.5031 01.00271342 33613
+1 28704U 05023H   14237.87912064  .00000000  00000-0  10000-3 0  1115
+2 28704 007.7792 051.9068 0012208 212.3434 147.7565 01.00807502 33730
+1 28706U 90017C   14236.76554781  .00000345  00000-0  30490-3 0  5042
+2 28706 083.0889 038.7107 0084017 036.2868 025.3774 13.80662060461595
+1 28707U 05023A   14238.24392122  .00000000  00000-0  10000-3 0  4097
+2 28707 000.0161 241.0053 0001193 035.5039 248.6422 01.00264663 33606
+1 28737U 05024A   14238.37286468 -.00000079  00000-0 -20221-5 0  3556
+2 28737 097.6794 252.6220 0034067 136.0470 224.3486 14.94037855501709
+1 28738U 05024B   14237.10538165  .00001333  00000-0  93304-4 0  8302
+2 28738 097.6261 271.7874 0011613 285.4722 074.5223 15.06928328500843
+1 28739U 05024C   14236.57394627  .00004743  00000-0  50923-3 0  2677
+2 28739 097.5673 358.0762 0135011 298.4456 060.3210 14.82542145485801
+1 28740U 05024D   14237.26680678  .00005154  00000-0  66054-3 0  2152
+2 28740 097.6626 029.9943 0168178 086.2586 032.3358 14.72173913484098
+1 28742U 05024F   14237.34695332  .00004020  00000-0  47734-3 0  3770
+2 28742 097.6089 060.0971 0149185 010.1690 350.2482 14.77294935484520
+1 28773U 05025A   14237.96402042  .00004645  00000-0  28005-3 0  3488
+2 28773 031.3831 088.7865 0005036 165.2763 306.9420 15.09230163501745
+1 28785U 05024G   14237.26324043  .00004073  00000-0  45932-3 0  2120
+2 28785 097.5976 040.3902 0141398 346.1814 013.5545 14.80093775484964
+1 28786U 05028A   14238.52116707 -.00000377  00000-0  00000+0 0  4984
+2 28786 000.0190 114.3861 0002382 039.9350 127.4954 01.00269663 33125
+1 28787U 05028B   14236.12499880 -.00000147  00000-0 -34361-3 0  5163
+2 28787 006.9799 069.3643 7162183 147.0944 011.2292 02.26538423 74803
+1 28790U 05030A   14238.29688679  .00000000  00000-0  10000-3 0  8305
+2 28790 000.0074 281.1181 0002676 229.8696 165.4192 01.00272369 32524
+1 28793U 65063C   14237.74273072 -.00001141  00000-0 -56667-2 0  2835
+2 28793 069.2462 007.8559 0735820 346.6143 011.6227 12.05855263501839
+1 28795U 65063E   14222.45816172 -.00000019  00000-0  10000-3 0  3018
+2 28795 069.2263 257.8645 0764184 343.2493 014.8442 11.81244433460202
+1 28800U 65063K   14238.38426078  .00002097  00000-0  10868-1 0  2393
+2 28800 069.2119 133.2208 0781275 103.5418 008.8003 11.99661780434300
+1 28803U 65063N   14209.48432133  .00000204  00000-0  15633-2 0  2657
+2 28803 069.2029 148.0736 0760863 293.5249 058.7017 11.86924352409725
+1 28804U 65108BW  14235.89386350 -.00000135  00000-0  00000+0 0  3453
+2 28804 027.1134 156.1371 6570154 220.9796 020.5336 02.64727470 99612
+1 28805U 65108BX  14237.38100030  .00000015  00000-0  45699-3 0  6635
+2 28805 026.6007 014.6014 6783646 256.8645 022.2816 02.74654521103346
+1 28807U 65108BZ  14239.15848994  .00000574  00000-0  39683-2 0  4208
+2 28807 025.4347 252.0784 6903843 357.8521 000.3254 02.60256620106295
+1 28808U 65108CA  14234.13548243  .00002614  00000-0  45211-3 0  8639
+2 28808 027.7420 133.9287 6088767 293.4613 015.4771 03.91584749166618
+1 28809U 05031A   14237.45947733  .00001948  00000-0  17495-3 0  9187
+2 28809 098.1095 259.5096 0017180 257.7785 208.4204 14.96883346490325
+1 28810U 05031B   14237.79617529  .00001357  00000-0  15749-3 0  7455
+2 28810 098.0136 180.4415 0028726 306.1854 107.9716 14.86842805487346
+1 28811U 05031C   14236.25492037 -.00000095  00000-0 -18407-4 0  6118
+2 28811 097.7657 094.2838 0414246 138.4758 356.7133 13.99728967459797
+1 28812U 05031D   14238.12817439  .00003591  00000-0  32726-3 0  5776
+2 28812 098.1471 236.4102 0010968 254.1464 193.6276 14.95780114489275
+1 28813U 05031E   14236.41246873  .00002991  00000-0  21513-3 0  7008
+2 28813 098.0607 280.0277 0015371 257.9003 227.7813 15.04997336491543
+1 28815U 65108CC  14239.20483981 -.00000013  00000-0  00000+0 0  4504
+2 28815 026.1419 272.7401 6722916 078.4936 344.8756 02.60545419108161
+1 28817U 65108CE  14236.12105265  .00002554  00000-0  31824-2 0  5143
+2 28817 026.4849 008.0835 6359400 153.2178 003.1966 03.43000812153767
+1 28820U 65108CH  14238.66232042  .00000352  00000-0  16865-2 0  3614
+2 28820 026.8123 331.6327 6759910 291.5197 012.2263 02.80484555103696
+1 28821U 65108CJ  14231.00492482 -.00000004  00000-0  00000+0 0  3731
+2 28821 028.1017 094.4060 6540885 325.4144 005.7934 02.63498922 97609
+1 28822U 05032A   14237.17235380  .00008710  00000-0  31439-3 0   246
+2 28822 097.1788 254.1526 0006105 072.0647 346.2949 15.28708845497518
+1 28828U 05031F   14215.11738999  .15550524  28680-5  17051-2 0  2509
+2 28828 098.0000 273.0296 0012191 309.9082 053.9233 16.37101288489532
+1 28830U 05031H   14238.73640289  .00387587  00000-0  21966-2 0  1803
+2 28830 098.0084 285.5746 0006254 181.2480 178.9301 15.78976565492159
+1 28831U 05031J   14238.89793383  .00420956  00000-0  20769-2 0  2130
+2 28831 098.0094 282.8704 0006397 202.4667 157.6856 15.82016109492025
+1 28832U 05031K   14237.47244861  .00030135  00000-0  11794-2 0  8495
+2 28832 098.0276 222.9832 0014919 156.5005 324.4793 15.25671628488972
+1 28835U 65108CM  14234.33520586  .00000088  00000-0  12792-2 0  4648
+2 28835 027.5456 257.4019 6736702 007.9573 357.8148 02.74499008100580
+1 28837U 65108CP  14232.49057475 -.00000065  00000-0  00000+0 0  3053
+2 28837 026.1153 323.2571 6509769 116.3037 357.6460 02.63377449 94812
+1 28838U 65108CQ  14230.48258950 -.00000252  00000-0 -21417-2 0  6333
+2 28838 026.3812 066.4446 6742963 287.0617 350.1999 02.69258526109800
+1 28839U 65108CR  14232.37578888 -.00000103  00000-0  00000+0 0  2511
+2 28839 026.6405 287.9202 6715603 085.5229 001.1073 02.54777586 91096
+1 28840U 65108CS  14234.88444405 -.00000165  00000-0  60324-3 0  4843
+2 28840 026.8454 022.9050 6884636 344.1890 001.9823 02.63502660 92106
+1 28850U 01049PC  14238.75200603  .00006646  00000-0  55712-3 0  7845
+2 28850 097.6225 231.3121 0028182 116.5164 243.9457 14.98116388545304
+1 28851U 01049PD  14237.70810370  .00004450  00000-0  53149-3 0  7964
+2 28851 097.7859 210.3799 0046854 334.4983 025.3919 14.83932742542781
+1 28852U 01049PE  14237.11150642  .00000464  00000-0  81228-4 0  6655
+2 28852 097.9053 188.6514 0046866 059.0935 003.3165 14.71653007602396
+1 28853U 01049PF  14238.16258455  .00001600  00000-0  22019-3 0  8010
+2 28853 097.8045 202.4076 0038296 315.2784 101.2567 14.79162797565258
+1 28855U 01049PH  14237.79593693  .00004406  00000-0  52594-3 0  9554
+2 28855 097.6407 238.7561 0001758 080.5941 279.5473 14.84725952655867
+1 28858U 01049PL  14236.77807836  .00010987  00000-0  77143-3 0  7883
+2 28858 097.6249 226.1995 0027192 097.1111 263.3208 15.05011835625540
+1 28859U 01049PM  14238.21739369  .00003978  00000-0  36982-3 0   601
+2 28859 097.6178 227.7230 0030013 122.9008 237.5106 14.94560842607699
+1 28868U 05036A   14238.61414625  .00000000  00000-0  10000-3 0  6163
+2 28868 000.0386 064.5474 0001938 025.2299 358.7807 01.00269784 32922
+1 28869U 05036B   14238.33917627 -.00000009  00000-0  10000-3 0  2888
+2 28869 010.4180 358.0984 6283389 251.6972 034.0219 02.10739205 69000
+1 28870U 05036C   14236.51287227  .00000932  00000-0  27166-3 0  8672
+2 28870 049.4091 260.6501 5483692 100.0676 005.0798 04.80708250189394
+1 28874U 05038A   14238.07514059  .00000001  00000-0  00000+0 0  1851
+2 28874 055.5534 083.8668 0096195 240.2217 065.9054 02.00567359 65327
+1 28876U 05038C   14237.68674405  .00006158  00000-0  87549-3 0  8315
+2 28876 039.5352 099.1710 5715872 211.8684 085.3573 04.48946472137462
+1 28884U 05041A   14237.97679407  .00000000  00000-0  10000-3 0  7954
+2 28884 000.0233 273.2767 0001643 287.0268 352.5212 01.00272281 32436
+1 28885U 05041B   14237.80346229  .00000113  00000-0  00000+0 0  6061
+2 28885 000.0183 092.6073 0002671 060.8709 156.7113 01.00273985 32585
+1 28886U 05041C   14236.67624471 -.00000199  00000-0 -17237-2 0  5961
+2 28886 008.2892 030.0598 7185021 057.2507 007.2967 02.24317139 72662
+1 28887U 05041D   14237.43453755 -.00000279  00000-0 -16784-2 0  1806
+2 28887 007.6513 015.7737 7179792 092.4365 335.7342 02.26260008 73157
+1 28890U 05043A   14239.11740296  .00000235  00000-0  48079-4 0  9945
+2 28890 097.8217 073.8040 0016175 140.1843 220.1037 14.60752310470753
+1 28891U 05043B   14238.31814820  .00000286  00000-0  67614-4 0  8178
+2 28891 097.8227 071.6349 0017671 147.2139 213.0159 14.60689595470559
+1 28892U 05043C   14238.12010534  .00000577  00000-0  12382-3 0  9049
+2 28892 097.8291 074.7121 0017872 146.0574 337.2212 14.61943815470587
+1 28893U 05043D   14237.50231016  .00000144  00000-0  38260-4 0   710
+2 28893 097.8271 073.8735 0016423 148.5853 268.1412 14.60825314470525
+1 28894U 05043E   14237.79664532  .00000263  00000-0  62801-4 0   759
+2 28894 097.8269 072.7175 0018265 152.8076 271.8935 14.60753837470453
+1 28895U 05043F   14237.47495721  .00000549  00000-0  11802-3 0  8521
+2 28895 097.8310 075.7361 0018349 148.6608 211.5691 14.61979202470376
+1 28897U 05043H   14237.79275642  .00000643  00000-0  13580-3 0  4285
+2 28897 097.8293 076.0877 0017647 146.1009 275.8418 14.62310100462763
+1 28898U 05043G   14237.14189079  .00000199  00000-0  50989-4 0  9010
+2 28898 097.8375 062.9064 0020524 175.3029 297.5908 14.59517166469984
+1 28899U 05044A   14238.99380519  .00000000  00000-0  10000-3 0  4349
+2 28899 002.3943 357.6336 0004217 219.4684 140.9126 01.00271331 32275
+1 28900U 05044B   14237.46012664  .00003718  00000-0  10415-2 0  2791
+2 28900 003.1801 346.0044 7166839 317.3782 044.3642 02.42503368 75183
+1 28902U 05046A   14237.58608251 -.00000379  00000-0  00000+0 0  6242
+2 28902 000.0037 088.3038 0001322 327.1000 247.4050 01.00272903 32106
+1 28903U 05046B   14238.33056387 -.00000141  00000-0  00000+0 0  8030
+2 28903 000.0125 272.8070 0000050 307.0474 134.5136 01.00271799 32248
+1 28904U 05046C   14238.79342667  .00000006  00000-0  23002-4 0  4048
+2 28904 007.3175 031.7527 7197858 177.5351 190.9138 02.28864489 73335
+1 28905U 05046D   14239.04582797  .00084596  00000-0  11183-1 0  4835
+2 28905 007.0231 068.3587 6508933 101.4502 333.3521 03.32380912 85524
+1 28908U 05048A   14237.42050182  .00000029  00000-0  11558-3 0  2046
+2 28908 082.4660 185.7480 0008348 073.0996 287.1004 12.55443122397588
+1 28909U 05048B   14238.08861889  .00000036  00000-0  15643-3 0  8698
+2 28909 082.4708 186.4317 0008163 063.0033 064.6152 12.55128592397566
+1 28910U 05048C   14238.14698332  .00000054  00000-0  26979-3 0  3787
+2 28910 082.4697 187.8580 0016836 355.9929 126.4766 12.54867870397426
+1 28911U 05049A   14238.53456547  .00000000  00000-0  10000-3 0  4872
+2 28911 000.0836 264.5189 0003725 306.9659 038.6193 01.00267133 31849
+1 28912U 05049B   14239.10092694  .00000000  00000-0  10000-3 0  2212
+2 28912 000.3889 017.8328 0001613 223.2933 140.0680 01.00277236 31861
+1 28913U 05049C   14239.23524222 -.00000055  00000-0  00000+0 0  4739
+2 28913 003.9150 124.8382 7151004 022.4508 357.4472 02.24856152 71331
+1 28914U 05049D   14236.59194763 -.00000306  00000-0 -21883-2 0  5274
+2 28914 004.0284 137.6009 7167105 358.4574 188.6648 02.23409909 70784
+1 28915U 05050A   14238.29711308  .00000031  00000-0  00000+0 0  4598
+2 28915 065.0639 100.4815 0015836 355.3458 354.5118 02.13108410 67461
+1 28916U 05050B   14238.71260986 -.00000104  00000-0  10000-3 0  7283
+2 28916 065.0830 100.5363 0014534 334.1457 025.8867 02.13105161 67483
+1 28917U 05050C   14232.26507969 -.00000016  00000-0  00000+0 0  6931
+2 28917 065.0642 100.7006 0015761 129.6020 052.8539 02.13104376 67334
+1 28918U 05050D   14235.59076178  .00000022  00000-0  00000+0 0  1777
+2 28918 065.0745 100.1574 0008540 214.4552 022.7745 02.13504665 67535
+1 28919U 05050E   14238.48781606  .00000112  00000-0  43635-3 0  7500
+2 28919 065.0073 166.7244 5698334 038.4609 350.8413 04.23424785133617
+1 28920U 05050F   14238.42758214  .00000229  00000-0  37605-3 0  7683
+2 28920 065.0167 166.5017 5763536 028.1391 353.6224 04.23487941133636
+1 28922U 05051A   14238.52305006  .00000000  00000-0  10000-3 0  2967
+2 28922 056.5424 107.1937 0005140 023.3698 336.7660 01.69414734 53705
+1 28923U 05051B   14237.19305517  .00000001  00000-0  00000+0 0  1164
+2 28923 056.5333 108.4586 0013270 195.8817 009.8136 01.68647707 53321
+1 28924U 05052A   14238.57856181 -.00000033  00000-0  10000-3 0  7489
+2 28924 000.0645 338.7007 0006068 168.0261 208.3236 01.00270894 31744
+1 28925U 05052B   14238.19119431  .00000000  00000-0  10000-3 0  2149
+2 28925 018.5762 119.8367 5399916 338.6428 005.6396 01.94153321 61407
+1 28926U 05052C   14235.76408354  .00004176  00000-0  45136-3 0  1207
+2 28926 049.5568 251.5442 5235884 244.1694 232.9000 05.26446900162645
+1 28931U 06002A   14238.16584414  .00000308  00000-0  71411-4 0   251
+2 28931 097.9767 293.7710 0000528 074.5100 002.5700 14.61250302457544
+1 28932U 06002B   14237.69586255  .00001519  00000-0  15810-3 0  7784
+2 28932 098.2933 101.3091 0097036 067.4934 333.6816 14.88085781464928
+1 28935U 06003A   14238.06107966  .00000000  00000-0  10000-3 0  9768
+2 28935 000.0299 291.5188 0001466 255.9356 058.5757 01.00269370 31251
+1 28936U 06003B   14238.56161116 -.00000006  00000-0  10000-3 0  4088
+2 28936 000.8669 006.6577 6788074 317.1078 007.0633 02.19492242 68375
+1 28937U 06004A   14238.03186506  .00000000  00000-0  10000-3 0  6920
+2 28937 000.0222 136.6043 0002825 353.9554 000.1274 01.00270233 31186
+1 28938U 06004B   14237.77427066  .00006909  00000-0  29528-2 0  1596
+2 28938 028.3315 107.1924 6982467 051.7274 009.5093 02.64732114 76588
+1 28939U 06005A   14237.32207214  .00008955  00000-0  40421-3 0  5335
+2 28939 098.1931 326.5649 0150395 116.0519 286.2802 15.11602124456898
+1 28944U 06006B   14234.46545919 -.00000017  00000-0  00000+0 0   636
+2 28944 050.7262 286.1663 4776697 132.8522 350.2183 05.07301871158066
+1 28945U 06007A   14239.08999328  .00000000  00000-0  10000-3 0  4515
+2 28945 000.0114 248.1295 0005135 295.7497 153.7459 01.00266251 31016
+1 28946U 06007B   14238.29922997  .00000000  00000-0  10000-3 0  5315
+2 28946 000.0346 066.5639 0004224 117.5289 267.0902 01.00270214 31067
+1 28947U 06007C   14239.08097990  .00015980  00000-0  36512-2 0  3079
+2 28947 004.6039 225.7001 6502644 011.5128 358.0932 03.31202081 82062
+1 28948U 06007D   14236.25993153  .00000651  00000-0  39914-3 0  9909
+2 28948 004.8953 067.7702 7149044 316.2140 352.1436 02.43457976 72939
+1 28950U 93014AB  14236.37706369  .00008979  00000-0  19279-2 0  1555
+2 28950 075.7484 258.1771 0115513 007.3451 049.0689 14.54532130515823
+1 28953U 93014AE  14237.69048475  .00023186  00000-0  40757-2 0  3768
+2 28953 075.7367 238.9022 0103632 340.5055 019.2170 14.64065256493620
+1 28955U 93014AG  14238.35925943  .00005630  00000-0  11872-2 0    68
+2 28955 075.7490 250.5102 0126709 348.6572 011.3116 14.54606579538857
+1 28956U 93014AH  14238.35270293  .00004852  00000-0  10534-2 0  5895
+2 28956 075.7518 232.6318 0120203 325.9496 032.2775 14.53803510545343
+1 28958U 93014AK  14235.70378163  .00004079  00000-0  83620-3 0  7056
+2 28958 075.7556 232.0051 0115974 315.8222 043.3227 14.56718507501902
+1 28961U 93014AN  14237.38523272  .00015383  00000-0  28090-2 0  7294
+2 28961 075.7507 243.6518 0107926 341.4273 081.6760 14.62178793492200
+1 28963U 93014AQ  14235.36907943  .00011759  00000-0  17187-2 0  8416
+2 28963 075.7507 234.3786 0104851 317.8592 041.5986 14.71992020475259
+1 28972U 79095H   14226.06283017  .00005626  00000-0  17922-2 0  4852
+2 28972 081.1989 355.2885 0017227 177.3023 182.7810 14.39647658503439
+1 28973U 79095J   14238.89250508  .00002233  00000-0  11504-2 0  6219
+2 28973 081.2043 087.4012 0005001 076.3074 283.9135 14.15185729446631
+1 28974U 79095K   14232.34194724  .00001557  00000-0  79786-3 0  6632
+2 28974 081.2101 096.2581 0006426 185.9345 174.1754 14.15041001442229
+1 28975U 87001C   14237.95393656  .00001325  00000-0  10316-2 0  5428
+2 28975 082.4691 309.7711 0018527 345.9984 014.1402 13.91648264455141
+1 28977U 66040AN  14235.71486116  .00001234  00000-0  23488-2 0  7184
+2 28977 100.4806 316.9115 0051807 314.9202 197.5535 13.39651651433388
+1 28978U 66040AP  14236.18889485  .00000949  00000-0  18173-2 0  9968
+2 28978 100.3978 317.6225 0048494 292.5779 095.3041 13.40043494349910
+1 28979U 76077FU  14235.68978273  .00000334  00000-0  82687-2 0  9473
+2 28979 102.0276 300.7784 0799798 264.1757 259.0017 10.94742952412560
+1 28980U 06008A   14237.48332331  .00013634  00000-0  71310-3 0  6781
+2 28980 105.5231 308.5925 2174960 083.0588 342.8614 10.99583950328953
+1 28981U 06008B   14237.48168240  .00021474  30396-5  56483-3 0  4844
+2 28981 105.5299 070.6549 1927180 271.5113 134.9959 11.61703718335736
+1 28982U 06008C   14237.39717389  .00017311  27283-5  54959-3 0  5280
+2 28982 105.5550 031.0245 2005413 329.0149 064.9664 11.42725781333462
+1 28983U 06008D   14238.12832946  .00017791  00000-0  86181-3 0  7559
+2 28983 105.5371 315.9615 2162848 080.5514 347.0216 11.03233001329177
+1 28984U 90011C   14231.45033183  .00002591  00000-0  12461-1 0  6360
+2 28984 030.6289 308.1617 6357887 284.4962 039.5011 03.31740429111461
+1 28986U 80073C   14238.52246832  .00002141  00000-0  97584-3 0  7128
+2 28986 081.2183 317.1685 0035119 058.7880 301.7216 14.21345383496085
+1 28987U 80073D   14236.54216120  .00001450  00000-0  63046-3 0  5559
+2 28987 081.2216 309.8205 0034744 030.1930 330.1241 14.23327324524579
+1 28988U 88005C   14237.51755500  .00001515  00000-0  12326-2 0  5355
+2 28988 082.5389 155.5428 0010974 280.0148 079.9776 13.89276727431865
+1 28989U 88005D   14238.42575262  .00001465  00000-0  10972-2 0  4912
+2 28989 082.5402 140.7888 0027926 256.2916 103.5193 13.93844453453864
+1 28990U 88005E   14237.45312407  .00000732  00000-0  56730-3 0  3767
+2 28990 082.5242 141.8811 0011028 308.5205 051.5250 13.91410980447067
+1 28991U 88005F   14235.47096242  .00000911  00000-0  69007-3 0  8905
+2 28991 082.5315 140.1532 0000966 020.0167 105.1625 13.93019964463961
+1 28992U 88005G   14236.50247446  .00001367  00000-0  11373-2 0  7216
+2 28992 082.5422 160.5658 0010422 002.7240 357.4081 13.87943477458503
+1 28993U 88005H   14226.26085408  .00000526  00000-0  42415-3 0  4447
+2 28993 082.5306 160.7018 0016216 330.6251 029.3816 13.88682250425830
+1 28994U 88005J   14237.48615425  .00000964  00000-0  78103-3 0  4485
+2 28994 082.5455 158.6077 0005980 347.8662 012.2366 13.89223659456121
+1 28998U 03024C   14238.66843145 -.00000009  00000-0  10000-3 0  3796
+2 28998 017.3702 197.9610 5043118 013.2028 356.0562 01.82401339 57425
+1 28999U 80018D   14236.94506131 -.00000148  00000-0  00000+0 0  7451
+2 28999 008.6872 022.2084 4351669 349.1503 003.7116 01.75775809 56791
+1 29000U 79007C   14233.23227247 -.00000371  00000-0  00000+0 0   752
+2 29000 018.0201 341.7290 1770757 352.7013 014.3821 01.01588686 34061
+1 29001U 79101D   14238.31637395  .00000044  00000-0  10000-3 0  4037
+2 29001 008.5302 127.5786 4842202 043.3992 345.9659 01.82731399 57411
+1 29002U 79101E   14238.33617310  .00000060  00000-0  10000-3 0  5067
+2 29002 008.4560 148.6212 4809261 001.8359 359.4676 01.81819606 57055
+1 29003U 79101F   14237.51517667 -.00000172  00000-0  00000+0 0  3980
+2 29003 007.9718 109.2829 4869323 081.8244 062.1522 01.83301981 57296
+1 29004U 79101G   14238.15292784 -.00000459  00000-0  10000-3 0  3907
+2 29004 008.2846 142.8298 4890412 015.1083 355.4650 01.81286752 56622
+1 29006U 62047F   14238.06429251  .00000232  00000-0  56359-4 0  6595
+2 29006 058.3114 111.4610 0009125 196.2293 163.8457 14.80302154624390
+1 29010U 65089H   14235.72230261 -.00000060  00000-0  10000-3 0  2611
+2 29010 059.2860 296.8256 0716601 105.5133 262.5841 12.06931418468978
+1 29011U 65108CT  14238.15631329  .00000141  00000-0  74974-3 0  9025
+2 29011 026.8765 040.4222 6255311 270.9813 328.6837 03.48125412112759
+1 29013U 65108CV  14227.38180463 -.00000141  00000-0 -58819-3 0  3710
+2 29013 026.5766 303.1079 6778378 122.1383 351.5074 02.68902951 99430
+1 29014U 77092K   14237.44435909  .00000095  00000-0  00000+0 0    80
+2 29014 013.0492 328.2772 0020913 205.0592 160.0577 01.00135848 41377
+1 29019U 80034F   14237.26860675  .00000303  00000-0  26596-3 0  1644
+2 29019 064.8246 114.0370 0025779 138.2053 222.1418 14.00540295488551
+1 29023U 89006AP  14233.56492396  .00000877  00000-0  37264-1 0   509
+2 29023 007.6801 089.8876 7086973 120.7449 326.5641 02.24764075 81837
+1 29024U 91003Q   14235.47323630  .00000469  00000-0  29722-2 0  7174
+2 29024 006.9632 309.6029 6652336 345.5344 002.3098 02.93230442100331
+1 29026U 92021S   14236.14398288 -.00000234  00000-0  00000+0 0  8114
+2 29026 003.6533 141.6067 6948608 222.4947 312.4762 02.23721371 78409
+1 29029U 93014AW  14238.37347493  .00007230  00000-0  14867-2 0  7029
+2 29029 075.7481 241.2161 0117541 334.7504 024.8534 14.56365551453579
+1 29030U 93014AX  14220.85870732  .00008722  00000-0  19068-2 0  6240
+2 29030 075.7366 278.8647 0116965 032.9059 327.8254 14.53614920442891
+1 29033U 94029AEQ 14237.73818859  .00010966  00000-0  27245-2 0  9812
+2 29033 081.9823 031.2702 0306972 156.8908 204.6432 14.26943870608817
+1 29034U 79095L   14237.46743233  .00022157  00000-0  28746-2 0  3414
+2 29034 081.1833 151.9901 0013579 335.9260 145.9333 14.80601089543112
+1 29038U 99057NH  14237.84828596  .00454874  00000-0  55708-2 0  1811
+2 29038 098.8105 099.8460 0006251 152.9649 207.1929 15.58819349632601
+1 29039U 99057NJ  14237.17194681  .00001720  00000-0  42353-3 0  8604
+2 29039 098.1346 210.0479 0069234 045.3914 010.8913 14.51999868618455
+1 29040U 99057NK  14237.10358028  .00000360  00000-0  11947-3 0  8330
+2 29040 098.3512 188.5423 0081052 224.8299 134.6324 14.41785221598648
+1 29042U 04035J   14236.77725585  .00000229  00000-0  25930-4 0  9098
+2 29042 097.7881 241.0799 0010301 136.0974 224.1067 14.95517305494869
+1 29043U 04035K   14236.80492132  .00000380  00000-0  39709-4 0  8447
+2 29043 097.8056 240.4191 0009614 161.6412 324.6003 14.95321736474551
+1 29044U 05031L   14215.13958290  .12602592  28869-5  26518-2 0  8648
+2 29044 098.0121 272.5490 0017035 287.5139 073.9277 16.30486754482599
+1 29045U 06010A   14238.10490378  .00000000  00000-0  10000-3 0  5335
+2 29045 000.0141 177.7824 0001361 017.6829 308.6152 01.00268242 30696
+1 29046U 06010B   14236.38322297 -.00000247  00000-0 -85830-2 0  4491
+2 29046 000.7431 353.5471 6787521 007.9677 003.2119 02.19415526 67068
+1 29047U 06011A   14237.20326601  .00000181  00000-0  88094-4 0  4546
+2 29047 071.9798 122.0577 0049828 123.1022 011.0006 14.28034923438134
+1 29048U 06011B   14237.48508523  .00000104  00000-0  58054-4 0  5338
+2 29048 071.9704 034.7525 0043363 074.6282 347.0659 14.28015233440659
+1 29049U 06011C   14237.43061640  .00000235  00000-0  11058-3 0  4659
+2 29049 072.0211 194.5150 0033471 122.8438 010.9425 14.28025119436423
+1 29050U 06011D   14238.16319591  .00000648  00000-0  15233-3 0  8227
+2 29050 072.0175 193.7435 0052666 220.8424 138.8776 14.56921148447027
+1 29051U 06011E   14237.08532026  .00000100  00000-0  55499-4 0  5250
+2 29051 072.0061 101.0463 0069312 354.5784 005.4593 14.28035322438952
+1 29052U 06011F   14238.15640007  .00000199  00000-0  95586-4 0  5450
+2 29052 072.0360 166.8269 0039072 084.9557 015.5151 14.28112079437428
+1 29053U 06011G   14237.12067618  .00008180  00000-0  23083-3 0  3984
+2 29053 072.0106 300.2265 0018274 183.3231 251.8822 15.36462964464411
+1 29054U 06005E   14237.10155901  .00000277  00000-0  69094-4 0  3420
+2 29054 098.2367 243.2741 0010410 041.9731 318.2264 14.58937543452221
+1 29055U 06012A   14238.73431188  .00000000  00000-0  10000-3 0  1179
+2 29055 000.0692 274.2682 0004305 275.6170 068.5647 01.00270659 30572
+1 29056U 06012B   14238.33726064 -.00000067  00000-0  10000-3 0  3116
+2 29056 024.4053 337.7275 5383964 098.6458 322.9440 01.96349857 59891
+1 29059U 65027BJ  14237.10032038  .00000521  00000-0  18837-2 0  2124
+2 29059 090.2859 257.1619 0030234 354.8894 069.5135 12.93015242597878
+1 29060U 65027BK  14236.51305878  .00000507  00000-0  18173-2 0  4023
+2 29060 090.2917 260.5419 0029938 344.3817 171.4923 12.93591117906095
+1 29061U 65027BL  14236.06971705  .00000040  00000-0  11775-3 0  9199
+2 29061 090.3020 268.0545 0029942 354.6260 033.2901 12.93608655670350
+1 29065U 78100AX  14237.88296145  .00000017  00000-0  10000-3 0  3758
+2 29065 082.5417 298.8941 0013849 239.7038 120.3009 11.98498260488776
+1 29066U 88005L   14237.45901187  .00000771  00000-0  58850-3 0  2566
+2 29066 082.5466 142.8373 0042283 303.4373 056.3905 13.91990729428659
+1 29067U 88005M   14230.09731344  .00001814  00000-0  14065-2 0  5657
+2 29067 082.5307 149.5087 0025807 296.7452 063.0664 13.92009905432789
+1 29068U 91082BP  14237.90450500  .00008756  00000-0  33029-2 0  8719
+2 29068 098.8626 252.3500 0070474 113.2173 004.9019 14.30217090447367
+1 29069U 91082BQ  14238.07415745  .00001852  00000-0  98272-3 0  8780
+2 29069 098.8633 187.6282 0092165 162.0785 258.4627 14.12644713503680
+1 29070U 91082BR  14237.20063058  .00002326  00000-0  98711-3 0  7629
+2 29070 098.7863 232.1919 0013921 276.5929 083.3665 14.26277913518933
+1 29071U 91082BS  14238.09120557  .00001849  00000-0  10160-2 0  7176
+2 29071 098.9024 193.5705 0100055 248.6433 110.4507 14.09228959521368
+1 29072U 91082BT  14237.27588205  .00007658  00000-0  29049-2 0  7848
+2 29072 098.9033 240.6313 0084358 162.0474 268.7354 14.29398390513243
+1 29073U 91082BU  14236.84882125  .00002823  00000-0  11326-2 0  8736
+2 29073 098.7177 240.9806 0014529 244.3612 237.1514 14.28982968515421
+1 29074U 91082BV  14236.81022344  .00001495  00000-0  66001-3 0  5218
+2 29074 098.7998 230.4747 0011297 281.1844 198.4777 14.24801371515396
+1 29075U 91082BW  14237.28917755  .00012227  00000-0  29558-2 0   710
+2 29075 098.6014 264.8106 0041338 063.0448 297.4960 14.52699771477594
+1 29076U 91082BX  14237.23501497  .00017292  00000-0  37139-2 0   540
+2 29076 098.6962 249.8106 0038593 149.3778 210.9683 14.58172273532394
+1 29077U 91082BY  14237.34593996  .00002003  00000-0  12522-2 0  7920
+2 29077 098.6241 083.7471 0109671 293.9909 064.9807 14.02873409521596
+1 29078U 91082BZ  14234.74698945  .00001043  00000-0  49541-3 0  4317
+2 29078 098.8410 218.8410 0024742 350.5499 009.1625 14.21543630509866
+1 29079U 06014A   14238.33109295  .00006728  00000-0  34626-3 0  3641
+2 29079 097.4490 355.4010 0016569 024.0726 056.4672 15.16631255462319
+1 29080U 06014B   14237.59189519  .00011821  00000-0  28796-3 0  4391
+2 29080 097.6729 049.2281 0002786 192.5196 207.7489 15.41084341463688
+1 29081U 91082CA  14239.15096013  .00011961  00000-0  39322-2 0  9016
+2 29081 098.5983 213.3007 0080363 085.8282 275.2568 14.36471123526452
+1 29082U 91082CB  14236.79389008  .00006955  00000-0  21444-2 0  9735
+2 29082 098.6616 251.0813 0015944 156.2947 203.8980 14.41644014512227
+1 29083U 91082CC  14237.23025582  .00003702  00000-0  14012-2 0  8447
+2 29083 098.7196 240.8347 0011509 208.5487 210.0310 14.31763493512301
+1 29084U 91082CD  14237.31163316  .00011339  00000-0  28209-2 0  9804
+2 29084 098.6066 262.8213 0015155 123.3005 295.3268 14.51820283524454
+1 29086U 91082CF  14237.28331198  .00004620  00000-0  15804-2 0  7896
+2 29086 098.6776 249.4701 0010863 177.8010 239.5752 14.36727394485083
+1 29087U 91082CG  14236.78455986  .00002916  00000-0  11295-2 0  8890
+2 29087 098.7515 230.9612 0008522 221.0732 138.9810 14.30787102530988
+1 29088U 91082CH  14237.22928050  .00002893  00000-0  11621-2 0  8794
+2 29088 098.7323 239.1949 0012514 225.1115 134.9051 14.28907512522290
+1 29089U 91082CJ  14237.27937678  .00009532  00000-0  25633-2 0  9590
+2 29089 098.6182 262.5601 0018069 143.5039 277.1202 14.48137995532322
+1 29090U 91082CK  14236.75417020  .00002954  00000-0  11929-2 0  7512
+2 29090 098.6991 211.0320 0018004 279.1122 202.6771 14.28576919529913
+1 29092U 06015A   14238.08419429  .00000300  00000-0  44713-4 0  1368
+2 29092 097.9838 233.3729 0001436 106.4361 293.6508 14.81869862450344
+1 29093U 06015B   14237.18247735  .00005383  00000-0  19517-3 0  3752
+2 29093 097.5185 316.9378 0090166 019.6043 037.7504 15.24968538460098
+1 29094U 92093JQ  14236.49215803  .00001002  00000-0  50064-3 0   302
+2 29094 071.2941 280.0031 0152847 052.9876 308.5121 14.13137338615600
+1 29096U 93016AK  14223.16628754  .00009000  00000-0  21180-2 0  5029
+2 29096 070.9367 160.8607 0082131 351.8768 008.0039 14.52501724549426
+1 29097U 93016AL  14236.80692249  .00000013  00000-0  41113-4 0  7527
+2 29097 071.0044 283.4877 0124793 102.0886 017.1037 13.93440423674576
+1 29098U 93016AM  14237.36659763  .00000561  00000-0  33231-3 0  7040
+2 29098 070.8962 231.1420 0088575 188.5811 171.4163 14.10094371634602
+1 29099U 93016AN  14237.56770205  .00010417  00000-0  16877-2 0  9575
+2 29099 070.9132 306.6125 0052170 281.8197 077.8389 14.70510633601815
+1 29100U 93016AP  14237.14348030  .00000524  00000-0  33743-3 0  7724
+2 29100 070.7360 156.8111 0080679 245.9643 113.3015 14.06336691624727
+1 29101U 93016AQ  14237.51580294  .00001840  00000-0  77578-3 0  8914
+2 29101 070.9341 301.1939 0139950 058.1812 303.2913 14.21795970598724
+1 29102U 93016AR  14237.14753038  .00005540  00000-0  24486-2 0   790
+2 29102 070.9413 055.0134 0123951 177.9494 182.2167 14.19602275611046
+1 29104U 01049PN  14235.83325873  .00004706  00000-0  37834-3 0  5625
+2 29104 097.5168 244.1942 0028118 008.2429 351.9367 15.00161557540571
+1 29105U 04021G   14238.38365968  .00001567  00000-0  14231-2 0  6663
+2 29105 070.9248 255.6096 0225086 291.7723 065.9629 13.74256249507165
+1 29106U 05049E   14226.10590841 -.00000209  00000-0  10000-3 0  7241
+2 29106 006.0528 065.6265 0014314 114.5987 245.7208 01.01173597 31207
+1 29107U 06016A   14237.34239405  .00000214  00000-0  57493-4 0  7491
+2 29107 098.2016 180.1057 0001597 069.7422 290.3959 14.57118245442905
+1 29108U 06016B   14237.75325593  .00000477  00000-0  11590-3 0  7646
+2 29108 098.2017 180.0628 0001638 073.3284 286.8091 14.57123203442898
+1 29110U 06016D   14238.12942578  .00001628  00000-0  28039-3 0  3774
+2 29110 098.4095 278.2115 0005217 132.6273 289.6230 14.69971711445217
+1 29126U 85108Q   14237.96011144  .00012029  00000-0  98311-3 0  6991
+2 29126 082.5759 018.6883 0016337 123.3438 016.1438 14.99171796449819
+1 29137U 85100D   14225.22200749  .00000737  00000-0  17488-2 0   961
+2 29137 082.5382 202.1078 0016600 341.9694 017.9809 13.22025985474018
+1 29138U 66076J   14239.07348918  .00007538  00000-0  72083-2 0  2164
+2 29138 088.8370 193.0456 0045188 065.2091 295.4232 13.80018524426388
+1 29139U 74015F   14237.19776885  .00000574  00000-0  24564-3 0  6053
+2 29139 099.0568 014.5951 0067022 091.6295 031.4362 14.27770548463486
+1 29155U 06018A   14238.42518736 -.00000261  00000-0  00000+0 0  2757
+2 29155 000.0451 259.3733 0003299 245.9092 266.8786 01.00261130 30279
+1 29156U 06018B   14238.21427332 -.00000141  00000-0  10000-3 0  2613
+2 29156 012.6142 051.5507 5229173 142.4404 269.3607 01.93075308 58239
+1 29159U 06019C   14237.63891868  .00071980  14486-5  28247-3 0  4790
+2 29159 078.8648 262.5870 0027063 127.9269 011.7062 15.86204430464850
+1 29162U 06020A   14238.20034524  .00000000  00000-0  10000-3 0  5020
+2 29162 000.0158 313.4496 0002534 218.7586 121.2869 01.00269834 30226
+1 29163U 06020B   14238.27291150  .00000000  00000-0  10000-3 0  7750
+2 29163 000.0131 203.3334 0003784 358.9518 308.8580 01.00267355 30281
+1 29164U 06020C   14238.91990514  .00015610  00000-0  35988-2 0  3381
+2 29164 006.7671 195.7558 5430196 152.6506 251.3721 04.90272564113100
+1 29165U 06020D   14238.44532968  .00036044  00000-0  18938-2 0  2755
+2 29165 007.3170 046.7480 6834376 095.9238 339.4894 02.90036184 75853
+1 29168U 65063S   14235.30833576 -.00002782  00000-0 -11931-1 0   668
+2 29168 069.2331 188.7471 0797074 275.6445 153.1834 12.07202529372383
+1 29182U 68002F   14223.77479209  .00000627  00000-0  15213-2 0  1963
+2 29182 105.7718 072.7950 0281427 246.4292 110.7570 13.16414667479499
+1 29183U 68002G   14237.25444912  .00000554  00000-0  12215-2 0  3257
+2 29183 105.7876 266.6431 0258128 350.8114 008.7999 13.25603650496872
+1 29184U 68002H   14233.43779696  .00000269  00000-0  84022-3 0  1554
+2 29184 105.8061 322.3375 0272976 032.4234 329.3304 13.09809137452469
+1 29185U 68002J   14234.76965749 -.00000039  00000-0  10000-3 0  2033
+2 29185 105.7986 079.8176 0246941 173.7586 186.7827 13.13661278499115
+1 29186U 68002K   14226.06179335 -.00000043  00000-0  10000-3 0   321
+2 29186 105.7952 314.8161 0310403 084.9451 278.6858 12.91406817459868
+1 29187U 68002L   14239.01742990  .00000170  00000-0  10000-3 0  2135
+2 29187 105.8072 297.2207 0294405 106.1145 257.3079 12.89900872450203
+1 29188U 68002M   14217.62828523  .00000444  00000-0  90124-3 0  2562
+2 29188 105.8284 142.0221 0264002 199.4436 273.0391 13.32383146480450
+1 29194U 76103G   14237.51680907  .00000319  00000-0  30004-3 0  1383
+2 29194 064.6879 286.7624 0072601 257.3417 168.5879 13.94945355569065
+1 29195U 76103H   14238.30394263  .00000059  00000-0  12826-3 0  7535
+2 29195 064.6952 180.0786 0077351 263.6988 095.5269 13.85602737578069
+1 29196U 76103J   14237.26370666  .00000096  00000-0  16002-3 0  8117
+2 29196 064.6992 180.2318 0078060 265.9731 165.8253 13.85682135579612
+1 29197U 78047C   14238.75929932  .00111268  00000-0  67642-1 0  4471
+2 29197 063.9377 309.0396 3303164 182.0500 176.3252 08.38353086341245
+1 29198U 79095P   14234.67937530  .00003649  00000-0  14234-2 0  5548
+2 29198 081.2077 005.4149 0015370 172.7596 187.2174 14.29454731591760
+1 29200U 80073F   14235.90491137  .00002579  00000-0  10500-2 0  5863
+2 29200 081.2047 308.8808 0031996 023.7228 336.5607 14.26978903437456
+1 29201U 80073G   14235.51878509  .00001976  00000-0  88727-3 0  3767
+2 29201 081.2208 319.7557 0032713 064.0174 295.9123 14.21807949434122
+1 29203U 81037E   14236.28598421 -.00000026  00000-0  52627-4 0  1098
+2 29203 064.7591 178.4828 0016096 028.5542 331.6422 13.91217598521719
+1 29204U 82099F   14237.08805203 -.00000037  00000-0  45231-4 0  1226
+2 29204 064.8110 113.2718 0072070 226.6645 132.7432 13.87255852485048
+1 29207U 87080K   14236.36016248  .00000124  00000-0  11263-3 0  2388
+2 29207 090.3059 277.0139 0140616 155.5556 205.2440 13.74470500453085
+1 29208U 87080L   14237.40008016  .00002520  00000-0  23400-2 0  2229
+2 29208 090.2881 283.6501 0094028 250.1970 104.7875 13.80041220514231
+1 29209U 87080M   14215.96861221  .00006673  00000-0  36891-2 0  1457
+2 29209 090.3035 293.9140 0110227 249.8540 109.0758 14.08269298468172
+1 29211U 87080P   14236.98340209  .00002128  00000-0  17883-2 0  5111
+2 29211 090.3469 319.0971 0098617 190.1420 169.7677 13.85548717497547
+1 29213U 99057NL  14237.23257335  .00009994  00000-0  85712-3 0  4008
+2 29213 098.6933 034.5597 0045723 062.7194 297.8671 14.96933423530282
+1 29215U 02024F   14235.90090458  .00000112  00000-0  15915-3 0   705
+2 29215 098.7407 258.3145 0248526 012.2668 107.6906 13.61624556600178
+1 29216U 02024G   14238.03896100  .00000222  00000-0  26372-3 0  1411
+2 29216 098.8867 321.0104 0229575 293.5597 190.7872 13.66687216602658
+1 29217U 05024H   14236.59216200  .00004265  00000-0  49533-3 0  2888
+2 29217 097.6073 351.8221 0152658 021.3405 339.4081 14.77789137482768
+1 29228U 06021A   14238.31574329  .00000621  00000-0  56363-4 0  1688
+2 29228 069.9364 186.1207 0002642 148.1548 324.8659 15.00767387454095
+1 29230U 06022A   14238.09831942  .00000000  00000-0  10000-3 0  5327
+2 29230 004.3814 063.8679 0007370 076.0191 284.3753 00.99226935 29826
+1 29233U 06022D   14237.58510677 -.00000277  00000-0  00000+0 0    93
+2 29233 006.8930 054.2857 0046398 290.9188 277.8852 01.01012516 30206
+1 29236U 06023A   14237.82267675  .00000000  00000-0  10000-3 0  8086
+2 29236 000.0233 222.1182 0003461 281.6076 027.4028 01.00267451 30017
+1 29237U 06023B   14238.29985122 -.00000046  00000-0  10000-3 0  2987
+2 29237 000.3017 062.2545 6613494 339.8190 003.7567 02.15886402 64594
+1 29252U 06029A   14237.01461807  .00002178  00000-0  13867-3 0  2989
+2 29252 064.5096 030.6809 0042479 306.9678 199.4570 15.11000597446236
+1 29253U 06029B   14238.58963826  .00027403  00000-0  56465-3 0  4016
+2 29253 064.4917 242.7859 0033596 289.4242 070.3778 15.44967272449307
+1 29254U 06032B   14238.77608282  .00000000  00000-0  10000-3 0   301
+2 29254 012.3488 106.8788 6091356 311.1656 010.3963 02.06442850 60808
+1 29256U 06029C   14238.59307968  .00000113  00000-0  33632-4 0  3851
+2 29256 064.5814 133.7809 0805883 168.2761 193.8784 13.33440585395472
+1 29260U 06030A   14238.35918325  .00000094  00000-0  10000-3 0  7346
+2 29260 065.2728 326.5038 7068790 261.1463 020.0209 02.00809915 59357
+1 29261U 06030B   14233.91207302 -.00000192  00000-0 -11983+0 0  1555
+2 29261 064.6779 318.8435 6789121 276.2094 216.9772 02.05487193 60590
+1 29265U 67034K   14237.12054970  .00007690  00000-0  57788-2 0  9998
+2 29265 090.2106 281.1273 0036214 333.9832 081.2880 13.93975800520824
+1 29268U 06031A   14238.33187937  .00000300  00000-0  70083-4 0  9407
+2 29268 098.1813 136.4657 0018127 344.7008 015.3603 14.61399218431107
+1 29269U 06031B   14237.79279595  .00000513  00000-0  49192-4 0  6465
+2 29269 098.2194 305.6131 0129968 336.8965 022.6440 14.92118503439229
+1 29270U 06032A   14238.15495684  .00000000  00000-0  10000-3 0  4350
+2 29270 000.0464 011.1076 0005199 191.9475 200.0946 01.00272326 29614
+1 29271U 06032C   14237.45108609  .00004626  00000-0  71475-3 0   886
+2 29271 049.5385 347.5279 5390266 346.6084 014.7922 04.99689181144296
+1 29272U 06033A   14238.37616652  .00000000  00000-0  10000-3 0  5594
+2 29272 000.0317 284.8047 0002758 250.6269 062.5204 01.00265821 29500
+1 29273U 06033B   14238.37502426  .00000000  00000-0  10000-3 0  4575
+2 29273 000.0505 093.4080 0003166 059.4032 311.5529 01.00269903 29511
+1 29274U 06033C   14238.64608631  .00011277  00000-0  40680-2 0  1549
+2 29274 005.8828 097.9141 6557822 198.9913 115.6239 03.21659347 77598
+1 29275U 06033D   14237.37753832  .00000920  00000-0  39929-3 0  7514
+2 29275 006.3617 310.3387 7157976 133.0332 253.7608 02.42123526 68723
+1 29276U 67034L   14227.16577631  .00007760  00000-0  70195-2 0  9813
+2 29276 090.2400 293.2470 0064843 147.6574 212.7206 13.82663051410380
+1 29277U 68066L   14233.64390868  .00004004  00000-0  13337-2 0  3339
+2 29277 080.6273 205.2165 0415204 192.5754 166.4803 13.98228196455725
+1 29279U 68066N   14233.76853284  .00001572  00000-0  95944-3 0  3084
+2 29279 080.6145 038.2969 0648474 276.6731 076.0633 13.33302840544215
+1 29282U 81120L   14234.19887715  .00000142  00000-0  15697-2 0  9420
+2 29282 082.9578 291.3848 0017002 268.0358 150.7294 12.03818538521129
+1 29283U 81120M   14231.45430615  .00000115  00000-0  11914-2 0  3949
+2 29283 082.9553 244.1752 0033686 033.8093 326.4567 12.07718132462631
+1 29284U 81120N   14237.55431816  .00000017  00000-0  10000-3 0  3386
+2 29284 082.9608 309.1725 0029582 334.9618 025.0003 12.02366320437398
+1 29285U 81120P   14234.54998623  .00000019  00000-0  10000-3 0  3682
+2 29285 082.9605 170.4473 0050244 091.9300 268.7591 12.13259154443193
+1 29286U 81120Q   14234.84442907  .00000045  00000-0  40646-3 0  6260
+2 29286 082.9538 271.3803 0003059 040.3030 319.8528 12.05859723436253
+1 29288U 81120S   14229.54190529  .00000018  00000-0  10000-3 0  3508
+2 29288 082.9762 263.7067 0015341 072.3641 287.9979 12.06656514459974
+1 29289U 81120T   14229.53282560  .00000005  00000-0 -40629-4 0  4379
+2 29289 082.9676 147.7760 0056626 342.8450 136.9163 12.15522996408703
+1 29290U 81120U   14234.69152959  .00000058  00000-0  53323-3 0  4407
+2 29290 082.9766 211.9481 0022555 196.9733 284.3601 12.10322092540897
+1 29291U 79095Q   14237.83250646  .00002622  00000-0  12215-2 0  4400
+2 29291 081.1960 080.6673 0021086 026.5164 333.7247 14.20134947418514
+1 29292U 79095R   14237.90502514  .00000822  00000-0  40705-3 0  3925
+2 29292 081.2040 081.1814 0011758 087.7157 272.5766 14.16449783506048
+1 29293U 79095S   14238.26443652  .00001422  00000-0  72484-3 0  3132
+2 29293 081.2030 083.4116 0004539 152.4255 207.6799 14.15273202528584
+1 29295U 81053MY  14235.82887969  .00000469  00000-0  50497-3 0  4022
+2 29295 082.9585 072.6737 0117964 344.5755 072.1193 13.68614423410971
+1 29299U 88005N   14228.09108589  .00000918  00000-0  70876-3 0  7435
+2 29299 082.5345 155.6999 0034201 333.5233 026.4000 13.91642170418601
+1 29300U 88005P   14236.07300288  .00000018  00000-0  25859-5 0  6371
+2 29300 082.5406 155.3046 0019724 057.4458 302.8482 13.90123298417390
+1 29301U 88005Q   14236.49090225  .00000551  00000-0  43401-3 0  3511
+2 29301 082.5314 148.8490 0025569 009.5474 350.6189 13.89947503414088
+1 29302U 88005R   14237.99183514  .00000631  00000-0  45899-3 0  4807
+2 29302 082.5410 131.6772 0019752 085.2623 274.8557 13.94788255422946
+1 29308U 89039P   14234.43050458  .00007014  00000-0  28330-1 0  2749
+2 29308 065.0052 040.2722 4730256 265.5541 041.1159 05.64714628145008
+1 29317U 89039Y   14235.56238111  .00000150  00000-0  68123-3 0  6393
+2 29317 065.0579 201.4138 5506548 302.4241 313.0230 04.49105395129930
+1 29325U 89039AG  14238.50050133 -.00000034  00000-0  00000+0 0  2614
+2 29325 065.0019 178.6794 5535021 303.0595 015.4264 04.49342663130571
+1 29328U 89039AK  14236.16662073  .00000002  00000-0 -11283-3 0  2646
+2 29328 065.2806 287.6924 5540616 300.2892 042.6141 04.28159285126070
+1 29349U 06034A   14238.05622593  .00000000  00000-0  10000-3 0  5754
+2 29349 000.0273 091.1966 0002945 007.4801 008.8513 01.00267584 29406
+1 29350U 06034B   14237.10641392 -.00000055  00000-0  00000+0 0  2101
+2 29350 000.8419 305.4007 6384840 308.0862 074.8264 02.12150614 62058
+1 29355U 87020DW  14233.25755911  .00000112  00000-0  92052-3 0  6216
+2 29355 073.6259 069.4785 0022688 252.5114 222.8059 12.43969682542664
+1 29356U 87020DX  14238.01468239  .00000240  00000-0  18155-2 0  8800
+2 29356 073.6618 087.9170 0037008 204.0323 155.8395 12.44506808549082
+1 29357U 87020DY  14233.34731027  .00000010  00000-0  10000-3 0  2676
+2 29357 073.7949 209.0379 0221187 120.0378 242.2849 12.85133531479596
+1 29358U 87020DZ  14238.42018710  .00000237  00000-0  63354-3 0  2567
+2 29358 073.8920 255.3510 0013366 300.2125 059.7640 13.20707475478591
+1 29359U 87020EA  14224.09719376 -.00000004  00000-0  10000-3 0  4635
+2 29359 073.6195 102.9246 0029509 311.3149 048.5311 12.41073377432086
+1 29360U 87020EB  14234.69154087  .00000066  00000-0  62951-3 0  8965
+2 29360 073.7057 231.0304 0063772 299.6862 179.0558 12.38955105611351
+1 29398U 06038A   14237.97143404  .00000000  00000-0  10000-3 0  3748
+2 29398 003.9202 064.9427 0007154 104.9744 255.4447 01.00265421 29190
+1 29414U 89039BS  14233.54689462  .00000199  00000-0  10788-2 0  4367
+2 29414 065.1595 212.7462 5453837 296.8104 018.1440 04.53524076128276
+1 29422U 04023D   14224.10194834 -.00000195  28312-6  00000+0 0  7929
+2 29422 038.8190 235.3467 4322027 064.1082 353.5827 06.97625028172638
+1 29441U 89039CQ  14237.99024554  .00000945  00000-0  12142-1 0  6743
+2 29441 063.4115 204.7612 3886946 012.4066 354.9779 06.64980374175450
+1 29444U 81021W   14233.31161904  .00000044  00000-0  10901-3 0  3528
+2 29444 064.9660 193.1550 0066159 233.7347 125.7805 13.88639313491340
+1 29445U 84035D   14239.13185176  .00010879  00000-0  29145-1 0  3626
+2 29445 030.5762 061.8329 7105568 132.7336 314.3619 02.41509889 82907
+1 29446U 84035E   14236.84462904  .00007138  00000-0  24438-1 0  1182
+2 29446 030.9710 056.5664 7092743 134.3113 355.4987 02.42071360 82856
+1 29447U 86010F   14238.93838034  .00000567  00000-0  42037-2 0  4381
+2 29447 030.5342 165.3579 7162776 040.1583 354.8859 02.29183102 79071
+1 29449U 89039CT  14231.48384920 -.00000028  00000-0  00000+0 0  6184
+2 29449 063.5140 084.9097 4966737 012.0729 014.9259 04.21434717124829
+1 29479U 06041A   14237.02467344  .00000281  00000-0  62820-4 0  4739
+2 29479 098.1359 235.1241 0017080 203.8996 156.1415 14.63900085423052
+1 29486U 06042A   14238.25930245 -.00000048  00000-0  10000-3 0  6016
+2 29486 056.0177 323.1480 0081455 322.2447 037.2530 02.00570119 58047
+1 29494U 06043A   14237.45344521 -.00000131  00000-0  00000+0 0  6875
+2 29494 000.0083 162.9206 0002675 348.8935 243.9554 01.00272255 28856
+1 29495U 06043B   14238.39632245  .00000000  00000-0  10000-3 0  5556
+2 29495 000.0150 332.3318 0003264 183.2613 121.6180 01.00267935 28898
+1 29498U 06043E   14237.30387315  .00005017  00000-0  69236-3 0   838
+2 29498 006.7849 228.5376 6834160 005.3669 148.6293 02.87669476 73163
+1 29499U 06044A   14249.49354015  .00000090  00000-0  41219-4 0  4386
+2 29499 098.7182 308.0569 0000667 285.1799 074.9946 14.21485538408980
+1 29505U 06046A   14238.29090021  .00001014  00000-0  10299-3 0  7389
+2 29505 097.7698 231.6262 0001227 272.7320 087.3758 14.92979943426700
+1 29506U 06046B   14238.29877192  .00000063  00000-0  11691-4 0  6797
+2 29506 097.7836 230.3994 0002239 016.5622 343.5669 14.92057019426491
+1 29507U 06046C   14238.08006835  .00000624  00000-0  58368-4 0  5911
+2 29507 097.7570 231.3484 0041728 109.1409 251.4337 14.97113082427308
+1 29508U 06046D   14237.47561922  .00011609  00000-0  65870-3 0  6514
+2 29508 097.7044 245.0638 0007905 072.3423 053.2717 15.13091737427798
+1 29509U 06046E   14237.47190147  .00001286  00000-0  13398-3 0  2965
+2 29509 097.8657 210.6443 0047894 169.8489 314.5951 14.90761197423941
+1 29516U 06048A   14238.42728824  .00000000  00000-0  10000-3 0  6346
+2 29516 004.1626 114.0279 0039023 153.4222 206.9417 00.92858422 27361
+1 29517U 06048B   14237.19523045  .00041134  00000-0  11968-2 0  4364
+2 29517 028.4558 157.3721 5298012 064.8860 014.7831 05.23375206103420
+1 29520U 06049A   14238.70159344  .00000000  00000-0  10000-3 0  3187
+2 29520 000.0219 094.1624 0001798 332.7509 045.3889 01.00272914 28768
+1 29521U 06049B   14238.65423003  .00000036  00000-0  10000-3 0  3266
+2 29521 000.8056 345.6770 6927619 216.4108 063.7563 02.18867770 62547
+1 29524U 06050C   14237.98630000  .00000820  00000-0  42577-3 0  1749
+2 29524 098.8560 247.1902 0006221 037.8237 026.6454 14.17556066403135
+1 29525U 06050D   14237.03999558  .00000878  00000-0  44964-3 0  1488
+2 29525 098.8476 247.7685 0004824 047.7747 015.5773 14.18123867403118
+1 29526U 06051A   14237.80289057  .00000129  00000-0  10000-3 0  6153
+2 29526 000.0515 316.7972 0002331 256.5382 075.6732 01.00275275 28630
+1 29527U 06051B   14237.27990572 -.00000154  00000-0  00000+0 0   996
+2 29527 013.4854 155.8842 6319607 038.6849 352.6483 02.09459900 59659
+1 29528U 06051C   14238.35071964  .00000002  00000-0  34528-4 0  9326
+2 29528 051.2814 249.5678 5999855 197.6403 126.1574 03.64243936103741
+1 29530U 90065X   14236.42672403 -.00000173  00000-0  43906-3 0  8180
+2 29530 017.7595 096.5916 7143738 271.6487 349.1799 02.41284860108443
+1 29531U 90065Y   14234.90545441  .00000324  00000-0  22862-3 0  7479
+2 29531 017.6519 072.7166 7129606 328.6192 008.8661 02.43192834 76088
+1 29532U 90065Z   14232.46088685  .00001763  00000-0  14808-2 0  7671
+2 29532 017.8992 286.3086 7060235 231.9315 040.8715 02.52993302139394
+1 29533U 90065AA  14235.23611890  .00000237  00000-0  39921-3 0  7624
+2 29533 018.0381 006.8546 7091581 086.6005 061.1249 02.47485582136851
+1 29534U 05038D   14235.30524432  .00004112  00000-0  45372-3 0  9135
+2 29534 039.3558 185.5369 5915079 109.3967 003.3687 04.19856408124500
+1 29536U 06015C   14237.26874140  .00003278  00000-0  73872-3 0  1112
+2 29536 097.7847 029.2709 0176605 216.2104 265.3233 14.47784981435288
+1 29537U 06015D   14236.31550005  .00001473  00000-0  34683-3 0   367
+2 29537 097.8317 057.8084 0181172 259.9587 224.6161 14.46234626434629
+1 29538U 06015E   14237.85176050  .00002748  00000-0  55065-3 0   411
+2 29538 097.8142 088.2473 0159558 135.2658 292.1040 14.54704034436132
+1 29539U 06015F   14235.34159900  .00002325  00000-0  46876-3 0   151
+2 29539 097.7449 065.0796 0150826 117.7051 005.4003 14.55341494436956
+1 29600U 06050BS  14238.04995304  .00001056  00000-0  52932-3 0  1763
+2 29600 098.8435 249.2901 0008688 062.5908 004.3406 14.18780163401509
+1 29601U 06052A   14238.24181895 -.00000066  00000-0  00000+0 0  4141
+2 29601 056.6245 023.7493 0049676 026.2941 002.4368 02.00577633 56953
+1 29637U 06050BV  14237.02737264  .00001206  00000-0  58998-3 0  1821
+2 29637 098.8442 248.4192 0007744 211.4029 207.0512 14.19799721399643
+1 29640U 06053A   14238.02668553  .00000000  00000-0  10000-3 0   791
+2 29640 002.4993 069.8847 0001725 122.7853 237.7323 01.00272971 28315
+1 29642U 06053C   14237.77198705  .00000000  00000-0  10000-3 0  1781
+2 29642 004.0477 066.9715 0098840 303.8605 055.5244 00.99356466 27995
+1 29643U 06054A   14237.70747450  .00000000  00000-0  10000-3 0  2638
+2 29643 000.0226 110.2281 0001863 028.0731 339.1293 01.00270091 28291
+1 29644U 06054B   14238.38371993 -.00000104  00000-0  10000-3 0  6886
+2 29644 000.0505 292.9271 0002564 203.4064 231.4031 01.00272766 28314
+1 29645U 06054C   14238.93343256  .00017311  00000-0  44408-2 0  2015
+2 29645 002.4746 016.5202 6042087 223.8416 068.4467 03.96571161 83803
+1 29646U 06054D   14238.90437471  .00007862  00000-0  19680-2 0  7172
+2 29646 002.7453 073.8943 7157183 099.6179 340.9518 02.43900305 66241
+1 29648U 06056A   14238.22528387  .00000000  00000-0  10000-3 0  4136
+2 29648 000.0302 163.9036 0004167 358.2226 344.8639 01.00266917 28324
+1 29649U 06056B   14237.47798065  .00004382  00000-0  56498-3 0  9891
+2 29649 049.4925 260.9493 5428296 243.5872 321.2788 04.94451706136679
+1 29650U 06056C   14233.47942472 -.00000211  00000-0  00000+0 0   446
+2 29650 016.0513 161.8907 4985698 161.9151 354.7883 01.86162933 52302
+1 29656U 06059A   14238.84957218  .00000000  00000-0  10000-3 0  4708
+2 29656 003.6557 066.1146 0006197 081.9527 278.4852 01.00266043 28205
+1 29657U 06059B   14236.44887895  .00030512  00000-0  10036-2 0   835
+2 29657 028.6492 062.1187 5789882 252.5225 033.0017 04.44012526 89994
+1 29668U 06061A   14236.38010311  .00000159  00000-0  00000+0 0   396
+2 29668 065.3883 201.6552 6667813 259.3762 331.1381 02.00611162 56154
+1 29669U 06061B   14238.28152138  .00000032  00000-0  10000-3 0  3851
+2 29669 065.6089 209.5602 6635432 261.7680 023.7958 01.98240351 55547
+1 29670U 06062A   14237.32626755 -.00000064  00000-0  10000-3 0  1684
+2 29670 065.8535 339.3568 0019933 347.4948 047.0227 02.13104999 59654
+1 29671U 06062B   14237.57659164 -.00000062  00000-0  10000-3 0  1916
+2 29671 065.8705 339.4156 0018632 164.1924 288.0143 02.13102894 59668
+1 29672U 06062C   14238.25674057 -.00000057  00000-0  10000-3 0  1904
+2 29672 065.8545 339.3328 0018060 162.9243 269.2630 02.13102288 59676
+1 29673U 06062D   14237.39189013 -.00000063  00000-0  00000+0 0   318
+2 29673 065.8558 339.0911 0017404 203.0326 166.5955 02.13404182 59954
+1 29676U 05049F   14233.50038831  .00000000  00000-0  10000-3 0  4437
+2 29676 006.0100 065.3432 0043559 302.6949 057.0551 01.02228805 29890
+1 29678U 06063A   14237.01269362  .00000252  00000-0  55433-4 0  4979
+2 29678 090.0253 011.8334 0203275 347.9353 141.5497 14.43081945391863
+1 29680U 06062G   14238.82069772  .00000039  00000-0  33916-3 0  6644
+2 29680 065.1920 152.6935 5621551 060.3475 343.9464 04.23329908118532
+1 29682U 06062H   14236.19073525  .00000066  00000-0  81268-3 0  6558
+2 29682 065.1640 149.1365 5551625 072.4836 010.6441 04.23454917118486
+1 29709U 07001A   14238.28417175  .00000193  00000-0  30948-4 0  4444
+2 29709 097.6178 242.3947 0011774 207.1331 152.9271 14.81382795412052
+1 29710U 07001B   14238.32044917  .00000161  00000-0  28932-4 0  4390
+2 29710 097.9359 297.0903 0001452 141.1943 218.9385 14.78656694411590
+1 29712U 07001D   14237.75316670  .00006812  00000-0  61812-3 0  6198
+2 29712 097.6163 261.2544 0011636 154.7814 294.5426 14.95562081412826
+1 29713U 07001E   14237.76853736  .00000954  00000-0  12394-3 0  4010
+2 29713 097.6515 229.1942 0025571 223.0102 136.9114 14.82723480411804
+1 29733U 99025X   14237.79221574 -.00000023  00000-0  27517-4 0  2639
+2 29733 099.2302 168.1515 0587192 300.6079 110.5916 12.90072510358157
+1 29734U 99025Y   14237.46322056  .00000949  00000-0  17218-2 0  2014
+2 29734 099.1435 111.0082 0649943 013.8260 102.0302 12.81277819355508
+1 29735U 99025Z   14237.46521015  .00000456  00000-0  92345-3 0  1940
+2 29735 099.3662 105.9855 0729054 224.8837 264.5763 12.65289108350796
+1 29736U 99025AA  14238.07501546  .00000280  00000-0  72055-3 0  9967
+2 29736 099.4172 076.7739 0738431 357.4673 118.4289 12.52743154348014
+1 29737U 99025AB  14235.50465458  .00000093  00000-0  26829-3 0  9302
+2 29737 099.5852 124.0096 0739403 356.4567 117.7963 12.57660622348525
+1 29738U 99025AC  14238.07681102  .00000788  00000-0  17061-2 0  1090
+2 29738 099.4800 064.0843 0804351 094.7558 025.2312 12.47423219345850
+1 29739U 99025AD  14238.55233966  .00061690  00000-0  20968-1 0  9248
+2 29739 099.2720 081.1422 0396359 006.2477 354.3901 14.00407886344824
+1 29740U 99025AE  14236.70719567  .00001182  00000-0  31543-2 0  3506
+2 29740 099.0233 149.4933 1016860 087.4296 284.2563 12.00732581332828
+1 29741U 99025AF  14237.35838913  .00000373  00000-0  11162-2 0  9766
+2 29741 099.2011 165.5805 1037304 175.3056 313.8319 11.93790312331104
+1 29746U 99025AL  14237.20014013  .00034157  00000-0  63135-1 0  4197
+2 29746 099.3117 011.3555 1213910 211.4470 283.7524 11.83955254318484
+1 29748U 99025AN  14237.91988577  .00008458  00000-0  22994-1 0  9640
+2 29748 100.2916 119.3425 1361293 000.2307 359.9106 11.40439505308942
+1 29750U 99025AQ  14237.81159844  .00000403  00000-0  26811-3 0  2165
+2 29750 099.0914 232.1380 0036446 342.4093 139.2864 14.06824514390082
+1 29751U 99025AR  14237.92933962  .00000128  00000-0  76373-4 0  8821
+2 29751 098.8812 231.8068 0092518 168.1739 253.3925 14.21079780394352
+1 29753U 99025AT  14238.06080002  .00006530  00000-0  20527-2 0   808
+2 29753 098.8701 332.9508 0074649 198.3214 239.8350 14.39206365396714
+1 29754U 99025AU  14236.11040955  .00000504  00000-0  31413-3 0  1584
+2 29754 099.0436 299.3976 0038710 028.1030 001.1984 14.09125017390890
+1 29756U 99025AW  14237.22840818  .00003024  00000-0  10597-2 0  1304
+2 29756 099.2780 063.0990 0053411 306.5894 112.4368 14.35105091396453
+1 29758U 99025AY  14238.01904569  .00001506  00000-0  83934-3 0  2162
+2 29758 099.0171 267.1933 0031770 245.8603 171.4402 14.12270826391271
+1 29759U 99025AZ  14237.43836230  .00026088  00000-0  21599-2 0  3933
+2 29759 098.9145 154.0909 0129677 037.5209 022.6597 14.92457366407397
+1 29760U 99025BA  14237.61632072 -.00000144  00000-0 -55555-4 0   747
+2 29760 099.0573 252.1399 0133522 229.7306 248.5840 14.06017938390669
+1 29762U 99025BC  14238.09888450  .00000226  00000-0  10529-3 0  1151
+2 29762 098.8093 276.2015 0214851 024.1252 033.3926 14.18333479394022
+1 29763U 99025BD  14237.12276355 -.00000036  00000-0  57354-5 0   899
+2 29763 099.0001 279.7583 0130290 263.5516 161.6151 14.05464690390453
+1 29765U 99025BF  14236.97215794 -.00000204  00000-0 -10435-3 0  1686
+2 29765 099.1634 236.9920 0044361 355.8780 067.5588 14.01307331389370
+1 29766U 99025BG  14237.45593380  .00000852  00000-0  68999-3 0  4005
+2 29766 098.6252 050.0727 0162742 101.3322 313.4005 13.86571036384729
+1 29767U 99025BH  14237.75687417  .00002536  00000-0  12798-2 0  3830
+2 29767 098.1986 263.4757 0398415 031.4067 025.8396 13.82880070383104
+1 29769U 99025BK  14238.13727090  .00000964  00000-0  66120-3 0  2995
+2 29769 099.0983 199.6457 0107922 030.2488 032.4704 13.99212652387941
+1 29770U 99025BL  14236.68003829  .00000821  00000-0  52836-3 0  2791
+2 29770 099.1220 265.6381 0073758 350.2441 130.4375 14.04671315389320
+1 29771U 99025BM  14237.83963650  .00007654  00000-0  43319-2 0  4144
+2 29771 099.6090 345.0591 0114630 242.4873 116.4605 14.07131372387430
+1 29772U 99025BN  14237.86682512  .00001006  00000-0  72961-3 0  4357
+2 29772 098.4429 008.2981 0148416 308.4560 181.6189 13.93442199386672
+1 29773U 99025BP  14237.71549209  .00000419  00000-0  20839-3 0  8906
+2 29773 098.8523 313.5301 0051461 324.5628 161.7509 14.21734745394865
+1 29774U 99025BQ  14237.54033745  .00000166  00000-0  98247-4 0  7874
+2 29774 099.0528 347.9247 0051756 010.8074 049.8343 14.20243038394604
+1 29775U 99025BR  14238.12985292  .00007569  00000-0  14098-2 0  3097
+2 29775 099.0574 086.2842 0093904 354.4980 125.6149 14.62556469401667
+1 29776U 99025BS  14236.80744363  .00000311  00000-0  21676-3 0  1898
+2 29776 099.1006 230.9366 0023073 286.3614 195.7255 14.06000168390565
+1 29777U 99025BT  14237.41172146  .00000132  00000-0  13546-3 0  2890
+2 29777 099.2258 188.5025 0094768 154.5864 323.3226 13.90886142386498
+1 29779U 99025BV  14236.71064859  .00000287  00000-0  18258-3 0  1902
+2 29779 099.0140 244.4639 0064811 325.6865 094.1873 14.10645998391750
+1 29780U 99025BW  14238.07665384  .00000588  00000-0  39531-3 0  2941
+2 29780 099.2686 322.2799 0046207 090.4030 270.2431 14.04252870389380
+1 29781U 99025BX  14236.62852282  .00000162  00000-0  13972-3 0  3339
+2 29781 099.1543 260.2340 0066534 107.8435 016.6007 13.99269102388347
+1 29782U 99025BY  14236.49798345  .00001200  00000-0  83808-3 0  3276
+2 29782 099.0959 203.9298 0078335 101.0569 010.0246 13.99035801387800
+1 29783U 99025BZ  14237.81632214  .00006667  00000-0  11843-2 0  3165
+2 29783 098.9793 074.0142 0115146 283.9565 142.8425 14.63297955402609
+1 29784U 99025CA  14237.77645573  .00000522  00000-0  24297-3 0  1129
+2 29784 098.9407 336.0976 0064225 312.5933 163.8342 14.23937072395426
+1 29785U 99025CB  14238.07290800  .00005561  00000-0  13530-2 0  2512
+2 29785 099.0713 054.6622 0090112 081.0413 040.0023 14.50766338399910
+1 29786U 99025CC  14236.70073214  .00000107  00000-0  88179-4 0  2018
+2 29786 099.0751 238.4327 0079191 003.2367 055.5775 14.07181886390800
+1 29787U 99025CD  14237.60397635  .00037419  00000-0  37256-2 0  4459
+2 29787 099.0476 098.0133 0066707 014.4991 041.9835 14.89834070402008
+1 29788U 99025CE  14236.76573330  .00001091  00000-0  65769-3 0  2012
+2 29788 099.0664 258.2450 0045909 005.5870 052.9236 14.08336210390285
+1 29789U 99025CF  14237.08092487  .00001077  00000-0  13799-2 0   936
+2 29789 099.7052 152.6828 0315383 124.5834 008.8091 13.46203517373518
+1 29790U 99025CG  14237.61187683  .00000519  00000-0  22661-3 0  1233
+2 29790 099.0574 002.7833 0083241 212.6340 214.7499 14.26495233396128
+1 29791U 99025CH  14237.76581431  .00001558  00000-0  62191-3 0  1268
+2 29791 098.9786 345.2882 0064643 284.9567 199.3388 14.28885262396019
+1 29792U 99025CJ  14238.04839069  .00001232  00000-0  81290-3 0  2995
+2 29792 099.1349 275.6930 0055918 073.3412 345.3161 14.02864483389177
+1 29793U 99025CK  14237.28023539  .00000517  00000-0  39802-3 0  4368
+2 29793 098.4365 357.6703 0153434 332.4457 090.1124 13.91750173386085
+1 29794U 99025CL  14237.89857538  .00000401  00000-0  25533-3 0  4379
+2 29794 098.2576 000.5224 0167506 271.6367 211.6427 14.02058085389309
+1 29795U 99025CM  14237.70597154  .00000001  00000-0  32367-4 0  4599
+2 29795 098.9660 148.1920 0114747 069.6816 353.6898 13.91429814386604
+1 29796U 99025CN  14235.91875714  .00000721  00000-0  46881-3 0  1863
+2 29796 099.1011 221.3310 0056854 287.0444 136.6131 14.05100059389742
+1 29798U 99025CQ  14237.78966619  .00000313  00000-0  28124-3 0  4339
+2 29798 099.2824 199.7400 0125385 247.1487 229.5901 13.88411378384960
+1 29800U 99025CS  14235.70796676  .00001309  00000-0  11188-2 0  3300
+2 29800 098.3209 286.8832 0161495 125.0683 002.6188 13.82713337383030
+1 29801U 99025CT  14237.78927847  .00000300  00000-0  11845-3 0  1441
+2 29801 098.7719 332.7496 0109211 132.5883 347.8694 14.32882896398092
+1 29802U 99025CU  14236.34694709  .00001460  00000-0  65143-3 0  3902
+2 29802 098.8674 264.3327 0068613 232.1089 250.3191 14.23089512393811
+1 29803U 99025CV  14237.07081399  .00004952  00000-0  21292-2 0  6895
+2 29803 098.9830 273.5889 0078297 156.3793 257.7605 14.23479782392283
+1 29804U 99025CW  14236.48933148  .00000319  00000-0  22368-3 0  1735
+2 29804 099.1133 243.6556 0098106 274.3572 240.7007 14.03473573389902
+1 29805U 99025CX  14237.90796292  .00000077  00000-0  11741-3 0  3445
+2 29805 099.5912 206.4231 0191049 092.6064 330.4701 13.71606545381222
+1 29806U 99025CY  14236.58220773  .00000596  00000-0  38620-3 0  1758
+2 29806 099.0775 248.1949 0029071 332.5880 148.4147 14.06544567390394
+1 29807U 99025CZ  14236.36314573  .00000372  00000-0  24657-3 0  1934
+2 29807 099.0649 249.5091 0082409 029.5145 084.2686 14.06064492390477
+1 29808U 99025DA  14236.44915338  .00002509  00000-0  12823-2 0  2510
+2 29808 099.0441 284.4048 0036631 230.2649 254.9593 14.16185621391422
+1 29809U 99025DB  14237.36401189  .00000375  00000-0  12266-3 0  1922
+2 29809 098.7906 350.6651 0128017 034.5319 002.4930 14.40028609399754
+1 29810U 99025DC  14237.62199196  .00000371  00000-0  17693-3 0  1032
+2 29810 099.1795 018.6291 0070787 334.5251 085.0467 14.24377759395603
+1 29811U 99025DD  14238.03242950  .00003855  00000-0  19564-2 0  3980
+2 29811 099.0518 264.5882 0080514 241.5329 184.4015 14.14902069390971
+1 29812U 99025DE  14235.33367911  .00000715  00000-0  53600-3 0  4080
+2 29812 098.4445 358.1508 0153585 334.8977 079.6609 13.92064106385911
+1 29813U 99025DF  14235.98574032 -.00000061  00000-0 -90848-5 0  1547
+2 29813 099.0589 233.6610 0011620 306.3989 109.2959 14.08549182391239
+1 29814U 99025DG  14237.08325534  .00003929  00000-0  13535-2 0   786
+2 29814 099.1261 023.7345 0059333 272.7179 153.2935 14.35560211396550
+1 29815U 99025DH  14237.09147858  .00000947  00000-0  20499-3 0   964
+2 29815 098.4897 270.9557 0235396 208.5759 211.7067 14.44946565400311
+1 29816U 99025DJ  14238.10741935  .00001431  00000-0  43082-3 0   595
+2 29816 098.9091 308.6934 0313214 269.9575 156.7987 14.19647787393297
+1 29817U 99025DK  14236.38784958  .00000081  00000-0  70857-4 0  1880
+2 29817 098.9541 293.1437 0012224 217.0927 202.8741 14.10354247391539
+1 29818U 99025DL  14237.75607583  .00000097  00000-0  86164-4 0  2348
+2 29818 098.8950 161.2438 0118220 013.7919 037.9702 14.02155484389437
+1 29819U 99025DM  14237.73203858  .00000179  00000-0  12953-3 0  4891
+2 29819 099.1064 292.9420 0201923 016.6851 097.2462 13.99258599388708
+1 29820U 99025DN  14237.61761302  .00000513  00000-0  38344-3 0  3144
+2 29820 099.1893 252.4502 0069649 108.5839 004.0181 13.98194088388251
+1 29821U 99025DP  14237.95011266  .00002085  00000-0  76108-3 0  4157
+2 29821 099.2424 221.3865 0406016 017.0567 038.6109 13.96905153387214
+1 29825U 99025DT  14237.59858154  .00006648  00000-0  59281-3 0  2684
+2 29825 098.7462 097.7959 0177050 306.3636 105.0597 14.85111398408074
+1 29827U 99025DV  14237.08070356  .00000239  00000-0  13956-3 0  1835
+2 29827 098.8514 265.2098 0025645 327.2083 092.9546 14.17510048393566
+1 29828U 99025DW  14236.07813213  .00000975  00000-0  67249-3 0  3250
+2 29828 099.1408 285.9601 0070007 118.6185 309.4199 14.00497532388444
+1 29832U 99025EA  14238.10939245  .00000559  00000-0  11741-3 0  1325
+2 29832 098.9212 052.5744 0206748 184.0806 302.9739 14.51726684403215
+1 29833U 99025EB  14238.15066222  .00001302  00000-0  26967-3 0  1061
+2 29833 099.0698 113.5295 0167499 271.8112 218.0075 14.53940628402711
+1 29834U 99025EC  14236.75538553  .00007568  00000-0  10386-2 0  6003
+2 29834 098.2380 169.5034 0186291 144.4593 274.8473 14.67343218402070
+1 29835U 99025ED  14238.09215249  .00000013  00000-0  18529-4 0  1605
+2 29835 099.1057 065.4552 0173162 000.0275 115.9937 14.41041758400386
+1 29836U 99025EE  14237.65238502  .00000535  00000-0  14582-3 0  8187
+2 29836 098.0717 116.8430 0182866 226.5979 188.6368 14.42024154400007
+1 29837U 99025EF  14238.01198549  .00009344  00000-0  13263-2 0  3114
+2 29837 098.5122 256.0526 0145333 233.6200 178.6202 14.70150975401762
+1 29838U 99025EG  14238.04047186  .00022924  00000-0  24526-2 0  3009
+2 29838 097.2393 246.9887 0107601 269.8285 153.8786 14.84499553403089
+1 29839U 99025EH  14238.09936929  .00107310  00000-0  90070-2 0  4446
+2 29839 102.1800 020.7576 0038782 156.5409 288.1055 14.97203337401553
+1 29840U 99025EJ  14237.46361221  .00006308  00000-0  13365-2 0  1911
+2 29840 099.0422 053.3510 0127295 085.1458 328.5570 14.54609573399954
+1 29841U 99025EK  14238.05119641  .00000299  00000-0  88554-4 0   607
+2 29841 098.7783 344.6098 0224143 348.1866 095.0048 14.37779737399231
+1 29842U 99025EL  14237.53912902  .00001546  00000-0  47323-3 0   560
+2 29842 098.5726 187.1507 0151849 307.4409 111.8245 14.36852994398067
+1 29843U 99025EM  14237.80178487  .00000243  00000-0  10482-3 0   618
+2 29843 098.8418 318.0541 0205306 337.1111 149.6636 14.23135380395216
+1 29844U 99025EN  14237.81862229  .00000764  00000-0  29856-3 0   303
+2 29844 098.9035 327.9469 0187884 203.7980 282.2331 14.23440314395226
+1 29845U 99025EP  14237.08538247  .00000306  00000-0  15761-3 0   855
+2 29845 098.8239 262.5972 0084877 211.2446 213.4550 14.20452475394398
+1 29846U 99025EQ  14237.75009523  .00000143  00000-0  89942-4 0   357
+2 29846 098.9300 218.7853 0086429 211.0671 274.9021 14.17168899393803
+1 29847U 99025ER  14236.61275678 -.00000071  00000-0 -16889-4 0  3230
+2 29847 099.0789 255.2661 0086519 341.6619 137.3663 14.00881396389188
+1 29848U 99025ES  14238.07749661  .00001093  00000-0  64493-3 0  1583
+2 29848 098.2834 011.9419 0140383 257.8108 192.4793 14.04921237389673
+1 29849U 99025ET  14238.09550493  .00000760  00000-0  58133-3 0  4227
+2 29849 099.2610 292.2037 0094817 216.0075 206.7038 13.94565122387064
+1 29850U 99025EU  14238.06219269  .00000720  00000-0  58688-3 0  3678
+2 29850 098.0841 258.2430 0112607 335.1005 082.8537 13.89583274385722
+1 29851U 99025EV  14238.11643646  .00000194  00000-0  20858-3 0  3263
+2 29851 099.3067 177.0853 0145069 310.6627 116.9087 13.81079982383770
+1 29852U 99025EW  14237.76941608  .00001085  00000-0  85022-3 0  3694
+2 29852 099.1570 173.5183 0161157 196.3289 227.4394 13.88294698384774
+1 29853U 99025EX  14237.82050045  .00000530  00000-0  44554-3 0  2966
+2 29853 098.4683 337.2581 0176312 069.7938 048.0262 13.84813644384399
+1 29854U 99025EY  14238.00106604  .00000118  00000-0  14199-3 0  2752
+2 29854 099.1688 154.6501 0149486 302.3144 117.0410 13.80789181383668
+1 29855U 99025EZ  14237.37288794  .00001464  00000-0  10980-2 0  2661
+2 29855 098.1593 255.8656 0223944 024.3827 100.4025 13.84661053383815
+1 29856U 99025FA  14237.46449407  .00004016  00000-0  13012-2 0  4355
+2 29856 098.6300 044.6646 0474663 084.9654 337.2195 13.90371493383615
+1 29857U 99025FB  14237.73962763  .00001042  00000-0  10178-2 0  1635
+2 29857 098.4595 289.4087 0211657 260.3614 224.1308 13.71801974380614
+1 29858U 99025FC  14237.92383668  .00000814  00000-0  84356-3 0   587
+2 29858 099.1507 117.8581 0218733 097.8895 031.1311 13.68463629379902
+1 29859U 99025FD  14236.95781831  .00001429  00000-0  13608-2 0  1747
+2 29859 098.3647 213.3058 0333987 019.8290 046.9808 13.59840108376882
+1 29860U 99025FE  14237.42659969  .00000779  00000-0  84845-3 0  1703
+2 29860 098.6359 291.7795 0258538 107.9888 012.5995 13.61772293377480
+1 29865U 99025FK  14238.10730029  .00001299  00000-0  24720-3 0  2379
+2 29865 098.9787 093.5895 0172767 223.9307 257.2803 14.57069234403808
+1 29866U 99025FL  14237.77251253  .00001200  00000-0  21805-3 0  1102
+2 29866 098.3416 282.9260 0230394 083.4989 009.3359 14.52287404403075
+1 29867U 99025FM  14237.42275475  .00018135  00000-0  18840-2 0  1342
+2 29867 099.4987 283.1867 0080007 322.5192 171.0621 14.87624036404382
+1 29868U 99025FN  14237.04573267  .00001153  00000-0  18560-3 0   869
+2 29868 098.4893 258.0259 0282930 252.0935 161.3537 14.50532017401398
+1 29869U 99025FP  14237.03214266  .00000358  00000-0  14734-3 0   898
+2 29869 098.8638 340.2079 0095074 187.9068 224.9176 14.30674451397248
+1 29870U 99025FQ  14237.71489927  .00000041  00000-0  31683-4 0  1346
+2 29870 098.6550 286.1873 0123092 100.4272 020.1172 14.27860905396899
+1 29871U 99025FR  14237.81542179  .00001045  00000-0  42756-3 0   972
+2 29871 098.9333 341.6898 0072163 257.6023 219.4950 14.28061466396340
+1 29872U 99025FS  14237.05343517  .00000554  00000-0  16993-3 0  9982
+2 29872 098.7716 254.7848 0269679 249.0136 172.4812 14.27197533395767
+1 29873U 99025FT  14237.82651909  .00000248  00000-0  21242-3 0  2958
+2 29873 099.3031 321.4048 0091266 229.8395 255.2201 13.94656824387496
+1 29874U 99025FU  14237.31110400  .00002568  00000-0  16344-2 0  3919
+2 29874 098.3808 006.4141 0141602 250.0321 174.1040 13.99697846387570
+1 29875U 99025FV  14238.12837177  .00000028  00000-0  30661-4 0   687
+2 29875 098.7798 312.0646 0083286 190.2312 232.1449 14.24109934395872
+1 29876U 99025FW  14237.64715159  .00000150  00000-0  90283-4 0   692
+2 29876 098.3296 107.8779 0063990 126.1004 295.4614 14.18156685394047
+1 29877U 99025FX  14236.58443951  .00000388  00000-0  20688-3 0  4499
+2 29877 098.8795 255.3250 0048930 251.0187 231.6371 14.18511811393707
+1 29878U 99025FY  14237.41540227  .00002808  00000-0  11469-2 0  9936
+2 29878 097.0052 030.0616 0138009 027.6653 024.4933 14.22810539393202
+1 29880U 99025GA  14238.01037606  .00000827  00000-0  61011-3 0  1927
+2 29880 098.1471 254.9369 0257710 015.8300 035.0665 13.83156223383830
+1 29881U 99025GB  14238.01936101  .00000939  00000-0  11440-2 0  8354
+2 29881 098.7275 275.4425 0313749 269.0095 153.5127 13.49434564374354
+1 29884U 99025GE  14237.37126334  .00001027  00000-0  44414-3 0   410
+2 29884 099.5588 152.1210 0055981 027.4114 087.8034 14.26067601395523
+1 29885U 99025GF  14237.06291113  .00000288  00000-0  16748-3 0   412
+2 29885 098.2346 057.4438 0121826 165.3660 318.3339 14.11585494392099
+1 29886U 99025GG  14237.33391666  .00003505  00000-0  14984-2 0  4505
+2 29886 099.2264 006.6474 0044620 322.1101 097.3474 14.25127487393505
+1 29887U 99025GH  14237.64707988  .00003169  00000-0  88493-3 0  9898
+2 29887 098.9124 206.1280 0339787 025.4324 027.6003 14.18078329392808
+1 29888U 99025GJ  14237.15214148  .00000401  00000-0  16216-3 0   684
+2 29888 099.0054 315.2526 0299754 180.2970 238.1454 14.11765600391822
+1 29889U 99025GK  14237.43201221  .00000138  00000-0  96193-4 0  9931
+2 29889 099.5715 055.5875 0160821 306.9015 112.3885 14.09458836391370
+1 29890U 99025GL  14237.43369666  .00001261  00000-0  74291-3 0  1856
+2 29890 099.5273 042.6143 0017754 053.2709 000.4823 14.09920266391116
+1 29891U 99025GM  14237.80559714  .00000155  00000-0  13923-3 0  3031
+2 29891 099.1617 296.5302 0067519 138.2798 336.0672 13.97525455388199
+1 29892U 99025GN  14237.99927183  .00001662  00000-0  87231-3 0  4433
+2 29892 099.2666 258.1561 0283447 245.0403 179.5203 13.97043116386632
+1 29893U 99025GP  14237.13007126  .00000088  00000-0  11123-3 0  3679
+2 29893 098.5536 336.8213 0175395 161.1462 318.8867 13.78042187382810
+1 29894U 99025GQ  14236.87353551  .00000401  00000-0  40300-3 0  2189
+2 29894 099.4455 194.5062 0177049 051.7898 003.1582 13.76815834382180
+1 29895U 99025GR  14237.62232791  .00002397  00000-0  13036-2 0  1951
+2 29895 099.8936 015.5760 0388614 096.0366 330.3332 13.80983088382146
+1 29896U 99025GS  14237.37372942  .00000243  00000-0  30571-3 0   150
+2 29896 099.5139 162.4029 0245336 217.5128 269.2549 13.61883361378178
+1 29897U 99025GT  14236.45437778  .00000901  00000-0  11627-2 0   362
+2 29897 098.6228 226.5786 0325585 299.3972 214.6031 13.44914028372776
+1 29898U 99025GU  14237.24836346  .00001200  00000-0  95024-3 0  9956
+2 29898 098.2312 122.8207 0494876 241.8888 244.4791 13.47580157372781
+1 29899U 99025GV  14236.92094346  .00000073  00000-0  14573-3 0  2845
+2 29899 098.6603 215.5374 0355692 002.7073 049.1299 13.36416744371180
+1 29901U 99025GX  14237.48183765  .00000163  00000-0  27062-3 0  9344
+2 29901 098.7524 221.0114 0385278 097.0853 031.9191 13.31377221369815
+1 29903U 99025GZ  14237.71161310  .00003532  00000-0  97694-3 0  2270
+2 29903 098.9903 024.8370 0096079 095.4280 019.4217 14.44668889399290
+1 29904U 99025HA  14237.63959730  .00001520  00000-0  41249-3 0  1351
+2 29904 099.0038 011.6187 0237353 207.5848 219.0432 14.33926794397891
+1 29905U 99025HB  14237.66091131  .00011346  00000-0  24535-2 0  2904
+2 29905 099.2648 116.3989 0056498 152.7362 266.4010 14.57456295399367
+1 29906U 99025HC  14236.06631624  .00001187  00000-0  58108-3 0  3733
+2 29906 098.9344 255.7601 0053556 272.2668 154.7778 14.19132414392809
+1 29907U 99025HD  14237.73184148  .00001837  00000-0  12809-2 0  3158
+2 29907 099.1274 208.8888 0094425 108.6785 014.7468 13.97774126387580
+1 29909U 99025HF  14237.05773534  .00001532  00000-0  69118-3 0  8858
+2 29909 098.8805 261.6265 0065601 232.3241 182.1939 14.22535785393844
+1 29911U 99025HH  14236.81179519  .00000526  00000-0  31939-3 0  1920
+2 29911 099.0460 238.2208 0031971 328.1441 156.2612 14.10509518391270
+1 29912U 99025HJ  14236.75739358  .00001082  00000-0  54352-3 0  3628
+2 29912 098.9697 243.1863 0060503 275.8229 135.9343 14.17778924392607
+1 29913U 99025HK  14236.75254403 -.00000046  00000-0 -47340-6 0  1634
+2 29913 099.0757 256.1604 0064125 295.3498 124.3936 14.04197482389979
+1 29914U 99025HL  14236.49263041 -.00000049  00000-0 -22281-5 0  1802
+2 29914 099.1653 228.1451 0036022 023.5771 129.0382 14.01696308389352
+1 29915U 99025HM  14238.13179701  .00007721  00000-0  14382-2 0  3315
+2 29915 099.0674 091.6019 0094213 355.4080 125.8021 14.62525999401706
+1 29916U 99025HN  14236.57717032  .00000270  00000-0  36586-3 0  1879
+2 29916 099.2193 088.3060 0278657 308.3315 105.7754 13.53111685375687
+1 29917U 99025HP  14238.88256321  .00000639  00000-0  67567-3 0  2913
+2 29917 098.9010 016.4914 0239431 123.5568 238.9146 13.62821181378424
+1 29918U 99025HQ  14236.47195148  .00001234  00000-0  65914-3 0  2349
+2 29918 098.9308 202.4444 0015214 268.6693 201.7227 14.15096810391718
+1 29919U 99025HR  14237.81193711  .00000118  00000-0  13025-3 0  4037
+2 29919 098.5410 000.2089 0140663 093.8785 035.0628 13.83664234384535
+1 29920U 99025HS  14237.90416236  .00000901  00000-0  65859-3 0  2691
+2 29920 098.4439 010.5650 0140237 306.2465 177.8941 13.93800682386780
+1 29921U 99025HT  14236.29125793  .00000595  00000-0  40908-3 0  1616
+2 29921 099.1156 250.4997 0048123 059.7209 067.7072 14.02855358389462
+1 29922U 99025HU  14237.86993543  .00000229  00000-0  18925-3 0  3224
+2 29922 099.1629 195.8524 0096062 103.7252 311.0027 13.96764771388137
+1 29923U 99025HV  14237.00003877  .00000349  00000-0  22968-3 0  1620
+2 29923 099.0332 253.0066 0018395 308.5378 128.4573 14.08490444391040
+1 29924U 99025HW  14236.00802875 -.00000144  00000-0 -57561-4 0  1785
+2 29924 099.0568 239.1117 0026483 335.5043 096.8219 14.08010755391059
+1 29925U 99025HX  14237.48001934  .00005336  00000-0  11981-2 0  2350
+2 29925 099.0551 059.1177 0089147 058.8045 354.4647 14.54552286400297
+1 29926U 99025HY  14237.75640255  .00000437  00000-0  13773-3 0  1219
+2 29926 098.6928 297.2796 0266261 245.2972 241.5730 14.27415428396398
+1 29927U 99025HZ  14237.10472036  .00001789  00000-0  78764-3 0  3820
+2 29927 099.0604 341.0974 0034354 036.3636 050.9524 14.24476034394302
+1 29928U 99025JA  14237.78155350  .00000535  00000-0  49032-3 0  3703
+2 29928 099.2593 173.8679 0149268 260.9234 152.5254 13.82652960383927
+1 29929U 99025JB  14237.69650604  .00000840  00000-0  66704-3 0  4284
+2 29929 098.5727 033.0235 0150317 064.9911 055.5591 13.88608901385183
+1 29930U 99025JC  14237.75417745  .00000298  00000-0  14780-3 0   774
+2 29930 098.9627 326.4969 0168778 279.0538 204.7582 14.17668458393784
+1 29931U 99025JD  14236.44751493  .00000097  00000-0  92659-4 0  1962
+2 29931 099.1539 223.3181 0032249 004.6405 158.5473 14.02131472389447
+1 29932U 99025JE  14237.15541131  .00000319  00000-0  19367-3 0  1677
+2 29932 098.9749 246.9082 0038471 299.8925 124.1707 14.13156546392474
+1 29933U 99025JF  14236.49694227  .00001742  00000-0  79774-3 0  2725
+2 29933 098.7892 203.3510 0009428 237.2626 242.5965 14.22692008393581
+1 29934U 99025JG  14237.42105002  .00000841  00000-0  23798-3 0  1945
+2 29934 098.8591 004.3096 0140863 048.0869 353.0401 14.42748275400158
+1 29935U 99025JH  14237.64155003  .00000199  00000-0  11573-3 0   860
+2 29935 098.4358 114.1886 0153287 187.5470 227.8288 14.12551392392716
+1 29936U 99025JJ  14237.78339712  .00000230  00000-0  94000-4 0  1917
+2 29936 098.6786 314.0851 0119769 134.3234 338.4271 14.32374223398177
+1 29937U 99025JK  14236.77124941 -.00000163  00000-0 -74305-4 0  2040
+2 29937 099.1321 233.0636 0031541 337.5159 065.7582 14.03742266390197
+1 29938U 99025JL  14237.05289451 -.00000051  00000-0 -41350-5 0  1849
+2 29938 099.0220 262.6806 0034089 011.6066 041.5322 14.05808179390405
+1 29939U 99025JM  14236.68102624  .00000071  00000-0  63284-4 0  2068
+2 29939 098.9718 250.9639 0065977 314.1588 156.3107 14.11384482392298
+1 29940U 99025JN  14237.67303578  .00000610  00000-0  34906-3 0  3957
+2 29940 098.9815 257.1554 0080603 329.0582 150.7249 14.11753064391789
+1 29941U 99025JP  14237.57342830  .00005188  00000-0  13865-2 0  2067
+2 29941 098.8879 000.7437 0089305 095.3640 325.6967 14.46420357399048
+1 29942U 99025JQ  14237.47489987  .00003407  00000-0  16873-2 0  3641
+2 29942 098.9282 222.9251 0061257 321.1935 159.6696 14.16959010391487
+1 29943U 99025JR  14236.50096113  .00000107  00000-0  87274-4 0  2097
+2 29943 099.0304 243.4516 0035233 334.0576 179.6642 14.09055300391637
+1 29944U 99025JS  14237.14501420  .00001344  00000-0  21333-3 0  1761
+2 29944 099.0605 089.5131 0272008 256.1642 222.3805 14.52530869401584
+1 29945U 99025JT  14235.98313145 -.00000150  00000-0 -65544-4 0  1979
+2 29945 099.1261 231.5112 0030690 337.5038 080.3099 14.04283381390185
+1 29946U 99025JU  14237.06762406 -.00000026  00000-0  10758-4 0  2002
+2 29946 099.0338 262.9783 0083829 046.3487 015.9623 14.05546833390336
+1 29947U 99025JV  14237.59272705  .00000308  00000-0  23231-3 0  2606
+2 29947 099.1887 230.8541 0042919 015.5982 105.2353 14.01415560389335
+1 29948U 99025JW  14236.76211236  .00000237  00000-0  17060-3 0  1756
+2 29948 099.0251 266.3365 0085347 273.4724 150.6700 14.04671713390170
+1 29949U 99025JX  14235.96397461  .00000240  00000-0  17301-3 0  1946
+2 29949 099.0873 236.3085 0023552 332.2025 080.0942 14.06276225390787
+1 29950U 99025JY  14237.98407949 -.00000082  00000-0 -20789-4 0  2015
+2 29950 099.0581 227.5986 0032799 317.4706 104.7839 14.08944802391731
+1 29952U 99025KA  14237.73501446  .00008439  00000-0  66711-3 0  3564
+2 29952 099.3981 283.6868 0177857 264.3244 237.4533 14.89331040406098
+1 29953U 99025KB  14237.66995299  .00000124  00000-0  13533-3 0  3815
+2 29953 099.2863 286.7288 0112363 289.3570 190.4284 13.88075560385825
+1 29954U 99025KC  14237.11808480  .00000844  00000-0  40034-3 0   879
+2 29954 100.1453 298.7551 0090646 189.3598 240.3606 14.20716558394220
+1 29955U 99025KD  14237.08611147  .00001368  00000-0  68653-3 0  2161
+2 29955 099.2978 015.6753 0010552 138.4083 309.8955 14.18344888392971
+1 29956U 99025KE  14238.09043366 -.00000026  00000-0  11667-4 0  2318
+2 29956 099.1094 228.2736 0053722 001.5481 044.7407 14.05420500390833
+1 29957U 99025KF  14236.41784439  .00000725  00000-0  44163-3 0  1945
+2 29957 099.0385 274.9195 0067886 045.0521 080.1114 14.08221615390363
+1 29958U 99025KG  14237.36974455  .00000378  00000-0  23111-3 0  1900
+2 29958 099.0101 243.9788 0060391 140.1099 334.7324 14.11093642392099
+1 29959U 99025KH  14235.95525620 -.00000113  00000-0 -41912-4 0  1886
+2 29959 099.1307 227.4412 0041946 296.3763 116.8161 14.04075629389841
+1 29960U 99025KJ  14238.08115628  .00000196  00000-0  12652-3 0  6655
+2 29960 098.9272 283.8190 0098344 164.9727 259.9897 14.11420366391910
+1 29961U 99025KK  14238.12935184  .00000147  00000-0  82264-4 0  1566
+2 29961 098.8852 328.9802 0076054 301.2179 124.4953 14.23647127395761
+1 29962U 99025KL  14236.99203145  .00000269  00000-0  18453-3 0  5337
+2 29962 099.0863 246.0960 0112032 245.6870 167.6614 14.05149291390170
+1 29963U 99025KM  14237.22227469  .00000888  00000-0  42605-3 0   675
+2 29963 098.9318 322.2486 0055555 273.1175 140.8972 14.20799746394283
+1 29964U 99025KN  14237.59951836  .00000812  00000-0  59019-3 0  4902
+2 29964 098.4293 006.5386 0145827 296.3133 062.3113 13.93970701386978
+1 29965U 99025KP  14237.69676398  .00000308  00000-0  24301-3 0  5144
+2 29965 099.2102 258.9936 0147594 202.6901 270.9895 13.94180712387619
+1 29966U 99025KQ  14237.59148141  .00000342  00000-0  18307-3 0  4319
+2 29966 099.4917 090.3815 0043406 112.2926 307.1588 14.19813441394137
+1 29967U 99025KR  14236.49190811  .00001154  00000-0  69684-3 0  1884
+2 29967 099.1203 235.6107 0092431 050.0232 099.1591 14.06522374389899
+1 29968U 99025KS  14236.04130796  .00000237  00000-0  16726-3 0  1961
+2 29968 099.0275 262.6072 0092784 050.2740 002.2529 14.05266787390436
+1 29969U 99025KT  14237.77283234  .00001458  00000-0  80102-3 0  2190
+2 29969 099.0396 245.3932 0052202 331.2558 081.0804 14.12658654391421
+1 29970U 99025KU  14238.05577917  .00000682  00000-0  24180-3 0  1942
+2 29970 098.7932 337.3088 0105694 126.2050 318.6219 14.34658431398447
+1 29971U 99025KV  14236.50188132  .00000764  00000-0  46940-3 0  2195
+2 29971 099.0857 237.3898 0025921 312.1288 201.4552 14.08650693390814
+1 29972U 99025KW  14237.31786361  .00001637  00000-0  51787-3 0  1547
+2 29972 098.8522 349.9674 0102479 108.4951 312.8179 14.38608798398531
+1 29973U 99025KX  14238.05320323  .00000444  00000-0  32499-3 0  3177
+2 29973 099.1451 258.5840 0066961 084.4648 335.3179 14.00128688388957
+1 29974U 99025KY  14237.08378984  .00000878  00000-0  59205-3 0  3092
+2 29974 099.1571 280.5892 0055155 081.8420 331.6279 14.02482394389124
+1 29975U 99025KZ  14237.44263962 -.00000100  00000-0 -39184-4 0  4559
+2 29975 099.0727 176.5601 0116450 101.2851 021.1047 13.96521302388162
+1 29976U 99025LA  14238.03459922  .00000213  00000-0  13834-3 0  4904
+2 29976 099.2020 258.6059 0277669 054.7643 358.2663 13.94826514387709
+1 29977U 99025LB  14236.60884918  .00000714  00000-0  52246-3 0  3694
+2 29977 098.4404 011.2933 0138731 303.3259 186.5302 13.94434775386887
+1 29978U 99025LC  14237.88345039 -.00000147  00000-0 -74594-4 0  2896
+2 29978 099.2442 208.5804 0078165 108.5578 304.9285 13.94739402387781
+1 29979U 99025LD  14237.22796367  .00000535  00000-0  25678-3 0  1075
+2 29979 098.8431 300.5606 0115716 244.5850 151.1959 14.19712844394345
+1 29980U 99025LE  14237.34298689 -.00000046  00000-0 -13786-5 0  1690
+2 29980 098.8270 155.9191 0088925 335.0222 142.0617 14.04484404390392
+1 29981U 99025LF  14237.45364769  .00019452  00000-0  17491-2 0  3545
+2 29981 098.8819 140.1164 0165594 046.9743 040.4764 14.85745180407430
+1 29982U 99025LG  14236.98984083  .00003367  00000-0  73904-3 0  2448
+2 29982 099.3932 205.9061 0156619 042.6081 358.2123 14.51025777402323
+1 29983U 99025LH  14237.14844035  .00004553  00000-0  12241-2 0  1623
+2 29983 099.1964 079.9449 0089416 178.2802 305.1591 14.46236308398965
+1 29985U 99025LK  14236.50351531  .00000025  00000-0  39815-4 0  2111
+2 29985 099.0355 237.3427 0028038 322.2175 154.9273 14.09706292391764
+1 29986U 99025LL  14237.31244613  .00001337  00000-0  78185-3 0  1820
+2 29986 099.4050 012.0659 0027725 046.5868 017.6804 14.10054288390928
+1 29987U 99025LM  14236.75520631  .00001946  00000-0  14589-2 0  5787
+2 29987 098.9835 154.8802 0101037 137.2724 277.4772 13.93295668386077
+1 29988U 99025LN  14237.29151245  .00001936  00000-0  82287-3 0  1796
+2 29988 098.9995 236.1532 0189654 113.5872 011.1902 14.17215485392320
+1 29989U 99025LP  14237.44766230  .00000101  00000-0  70882-4 0  1376
+2 29989 098.8761 277.9748 0128439 110.7669 003.1319 14.13494336392862
+1 29991U 99025LR  14237.79063971  .00002911  00000-0  14014-2 0  2947
+2 29991 102.2134 180.6045 0014024 039.1931 021.2329 14.19999516392643
+1 29992U 99025LS  14237.61746053  .00000148  00000-0  10491-3 0  5420
+2 29992 098.9704 256.9883 0089267 328.9440 148.0484 14.10393806392067
+1 29993U 99025LT  14236.02295123 -.00000156  00000-0 -65740-4 0  2002
+2 29993 099.0801 220.1029 0039061 337.9258 068.3945 14.07134670390980
+1 29994U 99025LU  14237.58181353  .00000522  00000-0  35122-3 0  5158
+2 29994 099.1903 232.8735 0137953 100.7190 009.0748 14.00473053389243
+1 29996U 99025LW  14237.84944711  .00001238  00000-0  94077-3 0  3454
+2 29996 099.1610 182.5059 0154213 178.1345 242.9971 13.90227717385298
+1 29997U 99025LX  14238.01423586  .00000168  00000-0  15271-3 0  2939
+2 29997 099.2315 254.5981 0082357 146.9245 267.3007 13.95445525387654
+1 29998U 99025LY  14238.08124595  .00001042  00000-0  55127-3 0  1963
+2 29998 099.3179 017.9584 0006827 106.2158 253.9766 14.16155293393052
+1 29999U 99025LZ  14237.09522394  .00000339  00000-0  16310-3 0  1142
+2 29999 098.8697 281.4671 0202807 100.8982 313.5191 14.14747536392978
+1 30000U 68081J   14239.07365390  .00000000  00000-0  10000-3 0  7170
+2 30000 007.5699 320.7971 0123075 310.4530 048.5691 01.00898582 35736
+1 30001U 99025MA  14236.45503976  .00002115  00000-0  12449-2 0  2998
+2 30001 098.9521 200.6800 0058110 322.8304 163.7181 14.08240449389512
+1 30003U 99025MC  14237.81187370  .00000033  00000-0  65818-4 0  3669
+2 30003 099.2255 167.1542 0145764 293.3235 126.3753 13.82655742384195
+1 30004U 99025MD  14237.15744404  .00000498  00000-0  31500-3 0  1780
+2 30004 099.0811 310.3318 0042201 048.0524 014.0686 14.08318568391044
+1 30005U 99025ME  14238.02749285  .00000375  00000-0  46804-3 0  1451
+2 30005 099.2446 061.4223 0365385 017.4973 343.8374 13.45445986373681
+1 30007U 99025MG  14236.46010770  .00000925  00000-0  55342-3 0  1851
+2 30007 099.1651 316.9551 0079079 089.7050 332.9305 14.08097323390378
+1 30008U 99025MH  14237.49380285  .00001537  00000-0  58160-3 0  1511
+2 30008 099.3923 103.2755 0067645 353.6633 075.1500 14.31608492396530
+1 30009U 99025MJ  14237.93492626  .00000366  00000-0  28936-3 0  2882
+2 30009 099.2273 224.5148 0080986 121.4140 239.4973 13.96404632387706
+1 30010U 99025MK  14237.76303095  .00000144  00000-0  81856-4 0  1251
+2 30010 098.8423 319.6592 0074826 219.3426 262.4855 14.22989352395586
+1 30012U 99025MM  14238.09592286  .00000154  00000-0  16811-3 0  3444
+2 30012 099.3036 182.1860 0137867 281.5674 198.3175 13.83615915384594
+1 30013U 99025MN  14237.42162929  .00000159  00000-0  16686-3 0  4141
+2 30013 099.2119 172.0712 0129669 246.4344 226.5125 13.85525102385045
+1 30015U 99025MQ  14237.30093275  .00000591  00000-0  29292-3 0  4481
+2 30015 099.1469 000.5287 0043606 041.2594 021.0154 14.20796190394463
+1 30016U 99025MR  14237.29289426  .00002870  00000-0  93647-3 0  1209
+2 30016 098.8552 343.1867 0092824 152.7327 269.2854 14.37000573397862
+1 30017U 99025MS  14237.94234284  .00000922  00000-0  15988-3 0  2438
+2 30017 098.7410 018.5595 0238446 188.5184 295.0530 14.54141925403879
+1 30018U 99025MT  14237.62051104  .00002085  00000-0  44180-3 0  2452
+2 30018 098.7916 018.1737 0159170 233.1108 187.2332 14.52801791402787
+1 30019U 99025MU  14236.94378700  .00004743  00000-0  18500-2 0   234
+2 30019 098.1822 011.4940 0214555 142.3551 336.2024 14.18240926391906
+1 30020U 99025MV  14237.61764782  .00000305  00000-0  20937-3 0  4748
+2 30020 099.1501 257.5124 0180016 358.3261 122.4685 13.99497266388779
+1 30021U 99025MW  14236.65908490  .00000100  00000-0  90489-4 0  1872
+2 30021 099.0589 259.9989 0072776 291.9487 186.3269 14.03719184390126
+1 30022U 99025MX  14237.75360120  .00000062  00000-0  47437-4 0  1374
+2 30022 098.8642 322.0763 0067757 237.3311 241.7097 14.22001664395363
+1 30023U 99025MY  14236.45698344 -.00000116  00000-0 -42233-4 0  1778
+2 30023 099.0903 315.7628 0048853 063.1503 068.4776 14.07095656390821
+1 30024U 99025MZ  14237.59082116  .00005678  00000-0  39390-3 0  2764
+2 30024 098.6897 101.9266 0237001 189.7376 224.8555 14.86044267409463
+1 30025U 99025NA  14237.81241082  .00005044  00000-0  40013-3 0  2681
+2 30025 098.3048 327.1555 0255672 357.0430 118.0272 14.78746631406335
+1 30026U 99025NB  14238.05187620  .00005665  00000-0  65717-3 0  2302
+2 30026 099.0890 177.1790 0183463 197.2217 221.9263 14.74510817405613
+1 30027U 99025NC  14238.14159744  .00014357  00000-0  75240-3 0  3456
+2 30027 098.3042 303.3406 0274123 271.5429 147.1476 14.88928674405318
+1 30028U 99025ND  14237.09197429  .00000697  00000-0  17264-3 0  1005
+2 30028 098.4781 277.5582 0205705 225.9562 187.8649 14.43370242400500
+1 30030U 99025NF  14238.14744941  .00005708  00000-0  11889-2 0  1411
+2 30030 099.7160 311.5937 0138104 123.5962 293.5739 14.54622121402017
+1 30031U 99025NG  14237.69807943  .00009009  00000-0  18014-2 0  2273
+2 30031 099.1861 139.1427 0110223 031.5718 020.5312 14.58295781401787
+1 30033U 99025NJ  14237.98096619  .00409019  00000-0  83014-2 0  5435
+2 30033 098.9963 132.6875 0042673 136.8323 223.6279 15.43891098404451
+1 30035U 99025NL  14237.93078971  .00000012  00000-0  20768-4 0  1382
+2 30035 099.2871 125.5668 0117483 167.3076 257.7579 14.35588118399069
+1 30036U 99025NM  14237.02404303  .00000757  00000-0  21541-3 0   930
+2 30036 098.6805 244.3573 0216914 323.0957 094.0444 14.35664179398247
+1 30037U 99025NN  14237.64685375  .00000206  00000-0  81196-4 0   582
+2 30037 098.6262 286.1564 0182278 049.0065 078.9215 14.30557872397500
+1 30038U 99025NP  14237.36081774  .00000457  00000-0  12330-3 0  1509
+2 30038 098.6209 272.6059 0280681 149.9149 334.1090 14.31879790397540
+1 30039U 99025NQ  14237.38266469  .00003851  00000-0  11433-2 0   926
+2 30039 097.0066 085.0540 0161536 185.2710 300.4218 14.36350634396879
+1 30040U 99025NR  14237.43613194  .00001753  00000-0  89860-3 0   115
+2 30040 098.2589 063.5199 0044967 153.1331 269.8532 14.16084955392484
+1 30041U 99025NS  14237.45402655  .00000507  00000-0  32096-3 0  1640
+2 30041 099.5634 049.2639 0037261 110.6351 303.1948 14.08736573391235
+1 30043U 99025NU  14237.65186551  .00000610  00000-0  22776-3 0  9364
+2 30043 098.5031 112.6244 0331420 098.5193 265.3678 14.08821738390692
+1 30044U 99025NV  14237.39172624  .00002203  00000-0  10190-2 0   516
+2 30044 098.1714 015.0150 0134084 121.5258 301.0726 14.17081912392321
+1 30045U 99025NW  14237.41748916  .00001656  00000-0  11203-2 0  3973
+2 30045 099.0416 182.3310 0122189 060.3626 063.6735 13.98131267387163
+1 30047U 99025NY  14237.47641190  .00000264  00000-0  24129-3 0  3692
+2 30047 099.9491 069.3545 0134207 070.0881 356.4135 13.88789482385607
+1 30048U 99025NZ  14237.42367927  .00000207  00000-0  21415-3 0  3299
+2 30048 098.6693 025.4225 0191080 193.6679 233.7283 13.77844254382723
+1 30049U 99025PA  14239.20460757  .00927000  00000-0  34931-1 0  7651
+2 30049 098.5338 145.8270 0031200 170.0639 190.1742 15.26613074390868
+1 30050U 99025PB  14237.47639508  .00000541  00000-0  49559-3 0  2743
+2 30050 096.8148 201.4814 0183534 204.0019 282.5836 13.78286669382638
+1 30052U 99025PD  14237.63025476  .00000303  00000-0  29107-3 0  2985
+2 30052 099.6670 238.0373 0299823 123.7790 357.8142 13.69196806380300
+1 30053U 99025PE  14237.77916398  .00000780  00000-0  49401-3 0  2486
+2 30053 098.6564 343.7653 0397895 004.8999 118.1801 13.73745458380651
+1 30054U 99025PF  14237.80805792  .00000192  00000-0  21652-3 0  1592
+2 30054 099.7187 232.1623 0285766 172.3986 312.3847 13.66255608379531
+1 30055U 99025PG  14237.03067510  .00020061  00000-0  69440-2 0  4705
+2 30055 099.7773 320.5963 0178328 300.6702 057.7003 14.27156265384536
+1 30056U 99025PH  14236.92980140  .00001470  00000-0  13899-2 0  1578
+2 30056 098.3565 209.4372 0339136 019.3632 038.9205 13.59583079376900
+1 30057U 99025PJ  14237.46783689  .00000747  00000-0  93097-3 0   651
+2 30057 098.9008 317.0484 0306015 283.8101 137.6884 13.49688554374640
+1 30058U 99025PK  14236.05596832  .00000376  00000-0  52908-3 0  9033
+2 30058 100.0155 269.0673 0323952 228.1665 187.3165 13.44398740373284
+1 30059U 99025PL  14237.75434539  .00000158  00000-0  24753-3 0   729
+2 30059 098.8730 297.3925 0329741 303.9816 179.3488 13.43847299373527
+1 30060U 99025PM  14237.94448770  .00000952  00000-0  13250-2 0  9296
+2 30060 099.3286 017.2986 0371013 178.0285 307.3248 13.35180291370524
+1 30061U 99025PN  14237.11582970  .00000595  00000-0  82077-3 0   622
+2 30061 101.8731 318.9036 0418357 125.7967 303.3959 13.32404328369389
+1 30062U 99025PP  14236.48261772  .00000218  00000-0  16644-3 0  1907
+2 30062 099.1146 248.5257 0051330 043.1959 081.3021 14.03356947389646
+1 30063U 99025PQ  14236.75086905  .00000080  00000-0  64454-4 0  1912
+2 30063 098.8770 297.4987 0033747 080.5340 069.5589 14.14604916393017
+1 30064U 99025PR  14236.72198177  .00000178  00000-0  11916-3 0  1917
+2 30064 098.9918 243.2950 0066589 302.7788 118.7612 14.12147939392251
+1 30065U 99025PS  14238.08844249  .00000063  00000-0  82112-4 0  4022
+2 30065 098.6527 077.4822 0133409 111.8981 006.3831 13.85753040385117
+1 30066U 99025PT  14237.71666964  .00000134  00000-0  83167-4 0  1238
+2 30066 098.8554 263.0625 0120150 239.6782 184.5952 14.17047366393745
+1 30067U 99025PU  14237.24248950  .00000298  00000-0  10217-3 0  1683
+2 30067 098.6943 324.3077 0167917 013.8898 043.6988 14.36119104398650
+1 30068U 99025PV  14237.71578530  .00000298  00000-0  16273-3 0  1022
+2 30068 098.9481 266.0886 0195715 162.7814 292.8616 14.09828495391749
+1 30069U 99025PW  14236.09743307 -.00000115  00000-0 -45653-4 0  1822
+2 30069 099.0517 276.8107 0051393 064.6240 348.8207 14.02577442389463
+1 30070U 99025PX  14237.71242374  .00000927  00000-0  43149-3 0  4056
+2 30070 098.2908 297.6306 0406571 352.9547 125.7399 13.86852685384103
+1 30071U 99025PY  14237.72529816  .00001724  00000-0  81589-3 0  7708
+2 30071 098.9313 254.6197 0061622 256.3883 167.9159 14.20040283393234
+1 30072U 99025PZ  14236.03509076  .00001503  00000-0  93661-3 0  3220
+2 30072 099.1688 259.1650 0088408 020.6850 031.8663 14.04543656388680
+1 30073U 99025QA  14237.56075795  .00001477  00000-0  97473-3 0  4019
+2 30073 099.3700 345.5868 0068447 155.7626 332.3758 14.02225104388868
+1 30074U 99025QB  14238.12233946  .00001416  00000-0  96616-3 0  3129
+2 30074 099.1046 198.3136 0110357 034.9892 025.0096 13.98596986387800
+1 30075U 99025QC  14236.42947157  .00000010  00000-0  40757-4 0  2626
+2 30075 099.1780 179.9594 0092667 134.2190 346.7094 13.91349035386485
+1 30076U 99025QD  14237.35368402  .00000058  00000-0  95935-4 0  2787
+2 30076 099.4967 272.3458 0179467 135.8390 352.3784 13.74337266381866
+1 30077U 99025QE  14236.83095058  .00000214  00000-0  15634-3 0  2055
+2 30077 099.0820 236.9855 0020570 296.6595 184.5542 14.06643575390856
+1 30078U 99025QF  14236.67371994  .00001223  00000-0  77783-3 0  2733
+2 30078 099.1551 251.1546 0056776 015.9775 049.4914 14.04922017389268
+1 30079U 99025QG  14237.86676999  .00000027  00000-0  48575-4 0  2963
+2 30079 099.1729 204.4689 0083151 088.5724 324.5123 13.98080592388399
+1 30080U 99025QH  14237.71136748 -.00000129  00000-0 -45080-4 0   985
+2 30080 098.9622 282.3784 0137086 210.8649 272.2589 14.08272460391279
+1 30081U 99025QJ  14238.06092138  .00000508  00000-0  39601-3 0  2969
+2 30081 099.1989 260.4293 0079421 148.9901 272.2799 13.95483826387724
+1 30082U 99025QK  14237.15429605  .00003375  00000-0  52541-3 0  2303
+2 30082 098.8983 080.2809 0180455 151.2268 332.7309 14.63374881404678
+1 30085U 99025QN  14238.14687831  .00011859  00000-0  17908-2 0  2373
+2 30085 098.4262 306.5816 0160328 163.0616 255.9930 14.66070678403455
+1 30086U 99025QP  14237.46060245  .00000126  00000-0  11291-3 0  3288
+2 30086 099.1594 224.1196 0063674 027.1331 096.6391 14.00580516388906
+1 30087U 99025QQ  14237.40929223  .00001006  00000-0  29923-3 0  1415
+2 30087 098.7760 234.1017 0248661 037.4290 076.1018 14.29086626396664
+1 30088U 99025QR  14237.11283442  .00000373  00000-0  13019-3 0   649
+2 30088 098.6688 284.7901 0220236 220.3764 194.2451 14.28677942396594
+1 30089U 99025QS  14237.25109626  .00000417  00000-0  18856-3 0   177
+2 30089 098.8857 331.5228 0077177 275.7872 138.6796 14.25907847395990
+1 30090U 99025QT  14237.53868821  .00000523  00000-0  25062-3 0   354
+2 30090 099.4202 076.4961 0062401 335.5547 077.6588 14.22796699395146
+1 30091U 99025QU  14238.08434639  .00036049  00000-0  34861-2 0  3476
+2 30091 098.5585 267.6582 0102979 315.2090 101.6229 14.88723303400687
+1 30092U 99025QV  14237.80518089  .00000672  00000-0  26508-3 0    96
+2 30092 098.7421 314.7706 0096727 128.4529 358.8451 14.29773308396766
+1 30093U 99025QW  14238.13076216  .00001065  00000-0  41400-3 0  1057
+2 30093 098.7891 317.3964 0085782 217.4526 204.6304 14.29980858396617
+1 30094U 99025QX  14237.77721387  .00009895  00000-0  27437-2 0  1279
+2 30094 099.0138 014.1689 0066660 180.6372 285.9636 14.45458039397896
+1 30095U 99025QY  14237.03949767  .00001411  00000-0  30277-3 0   679
+2 30095 099.2967 071.9341 0306652 335.5366 145.6184 14.35259134396463
+1 30096U 99025QZ  14237.39613787  .00000421  00000-0  18676-3 0   948
+2 30096 099.2290 036.6565 0084458 234.2974 189.8642 14.26878201396300
+1 30097U 99025RA  14237.14407925  .00007672  00000-0  18133-2 0  1861
+2 30097 099.3044 100.7130 0119023 310.3349 177.6228 14.50201479397635
+1 30098U 99025RB  14237.54856120  .00009074  00000-0  20482-2 0  9889
+2 30098 099.3182 102.3352 0115226 313.9410 109.6599 14.52506636397464
+1 30099U 99025RC  14237.16560303  .00000294  00000-0  15116-3 0   204
+2 30099 098.8280 308.1738 0064201 328.5741 083.5166 14.21802273394950
+1 30101U 99025RE  14237.06324951  .00003564  00000-0  12987-2 0  4506
+2 30101 099.1729 021.5676 0043206 341.6633 109.3213 14.33279326395390
+1 30102U 99025RF  14238.14595876  .00000301  00000-0  14954-3 0   760
+2 30102 098.8478 302.5135 0148816 043.0557 009.1277 14.18478913394191
+1 30103U 99025RG  14237.13916729  .00000429  00000-0  22704-3 0   654
+2 30103 099.1509 356.3856 0068949 320.9803 163.3129 14.18137691393774
+1 30104U 99025RH  14236.76593111  .00000648  00000-0  33018-3 0   506
+2 30104 098.6460 154.9384 0082133 182.5576 232.3521 14.17390435393109
+1 30105U 99025RJ  14238.06014804  .00000309  00000-0  14427-3 0  9718
+2 30105 098.8521 275.2279 0212725 070.3504 350.6948 14.15967149393115
+1 30106U 99025RK  14237.73198802  .00003225  00000-0  13314-2 0   357
+2 30106 098.9460 296.4804 0137638 086.0591 033.3408 14.22436651393345
+1 30107U 99025RL  14236.57318749  .00000001  00000-0  22097-4 0  7067
+2 30107 098.9362 197.7534 0130377 058.0822 003.6050 14.13122601392494
+1 30108U 99025RM  14237.67462161  .00000179  00000-0  98996-4 0   226
+2 30108 098.8907 271.7724 0205103 298.2091 185.6748 14.13252494392713
+1 30109U 99025RN  14237.15029361  .00000433  00000-0  22116-3 0  8783
+2 30109 098.9217 293.4689 0179144 150.9949 267.2457 14.12559400392250
+1 30110U 99025RP  14237.82717571  .00000139  00000-0  20350-3 0  1106
+2 30110 098.9115 342.3870 0272236 180.6283 304.1785 13.54688172376275
+1 30111U 99025RQ  14237.08674396  .00006224  00000-0  23128-2 0   185
+2 30111 101.6107 016.3323 0126182 263.4892 152.6845 14.28333307393310
+1 30112U 99025RR  14236.92551933  .00000847  00000-0  38044-3 0   199
+2 30112 099.2077 351.1075 0225286 209.2931 272.4753 14.12633745391926
+1 30113U 99025RS  14237.77615191  .00001540  00000-0  79970-3 0  9947
+2 30113 099.0159 297.8688 0058612 342.5710 134.7630 14.15407919392059
+1 30114U 99025RT  14236.67309735  .00000170  00000-0  12395-3 0  1948
+2 30114 099.0354 250.6333 0082855 208.5386 270.7180 14.07535185390683
+1 30115U 99025RU  14237.36897350  .00001027  00000-0  60452-3 0  1995
+2 30115 099.0131 271.8397 0076673 247.3057 234.9197 14.08830433390729
+1 30116U 99025RV  14238.10175071  .00001234  00000-0  71654-3 0  9767
+2 30116 099.4030 014.5206 0025525 035.9432 052.3450 14.10595816390934
+1 30117U 99025RW  14238.05045553  .00000099  00000-0  79744-4 0   132
+2 30117 099.0276 266.7196 0167818 257.7137 154.5031 14.04751014390319
+1 30118U 99025RX  14238.06016281  .00000366  00000-0  25155-3 0  2001
+2 30118 099.0956 249.7701 0086018 048.2809 022.4434 14.03890906390143
+1 30119U 99025RY  14237.64906056  .00001195  00000-0  66369-3 0  9531
+2 30119 097.9501 278.9300 0159570 031.5327 086.3792 14.06413633389729
+1 30120U 99025RZ  14236.95228750  .00001613  00000-0  93590-3 0    08
+2 30120 099.0823 231.0263 0081053 021.9183 030.6100 14.08605676390237
+1 30121U 99025SA  14236.28686683  .00001285  00000-0  75646-3 0  2298
+2 30121 102.1674 119.5936 0047183 149.6132 336.8892 14.10340325390063
+1 30122U 99025SB  14237.41407222  .00006288  00000-0  29260-2 0  1472
+2 30122 095.9264 017.4893 0190927 166.5070 261.6845 14.11555065389690
+1 30123U 99025SC  14237.93347490  .00003023  00000-0  12675-2 0  6280
+2 30123 096.9460 326.1579 0279771 168.2598 192.5283 14.07466452389773
+1 30124U 99025SD  14237.78366785  .00001203  00000-0  71834-3 0  4090
+2 30124 098.9926 186.0054 0165124 071.1065 357.8138 14.02463510389021
+1 30125U 99025SE  14237.13216399  .00001894  00000-0  58861-3 0  3444
+2 30125 098.5279 095.3526 0415763 194.9622 289.3435 14.02334300388454
+1 30127U 99025SG  14237.86855958  .00002960  00000-0  17028-2 0  1998
+2 30127 098.2594 350.1626 0135271 159.9818 329.7965 14.05383051388825
+1 30128U 99025SH  14237.25777610  .00002979  00000-0  15954-2 0  2290
+2 30128 096.9972 335.6368 0179482 254.5493 159.1146 14.05740017388864
+1 30129U 99025SJ  14238.09318619  .00000519  00000-0  33684-3 0  3935
+2 30129 098.0071 273.0426 0198590 277.8179 135.7510 13.97127936388109
+1 30131U 99025SL  14237.80526858  .00001670  00000-0  11389-2 0  4490
+2 30131 099.2235 229.0905 0107183 088.6288 032.1255 13.98539844387232
+1 30132U 99025SM  14237.27055972  .00000237  00000-0  21538-3 0  3952
+2 30132 099.5270 350.4612 0108117 308.3716 103.8952 13.91375023386504
+1 30133U 99025SN  14237.30398994  .00001009  00000-0  75404-3 0  3860
+2 30133 098.3789 350.3208 0090768 340.8911 071.9024 13.94863568386848
+1 30134U 99025SP  14237.03683846  .00000240  00000-0  16671-3 0  1915
+2 30134 099.0601 244.9274 0019405 300.6665 128.6016 14.08251269390896
+1 30135U 99025SQ  14237.15476603  .00002667  00000-0  10001-2 0   284
+2 30135 098.9226 305.9551 0145406 023.9624 027.5731 14.26863988394550
+1 30136U 99025SR  14234.42299285  .00000240  00000-0  20498-3 0  3405
+2 30136 098.4910 031.3172 0132999 348.4168 065.6707 13.91609119386031
+1 30137U 99025SS  14238.14613811  .00008475  00000-0  16432-2 0  2863
+2 30137 099.1071 101.7551 0092349 022.0458 100.2614 14.60819423401356
+1 30138U 99025ST  14235.99170069  .00000558  00000-0  34203-3 0  2004
+2 30138 099.0555 233.3465 0022287 304.5327 114.6724 14.09942385390834
+1 30139U 99025SU  14237.32362505  .00000832  00000-0  61340-3 0  4540
+2 30139 098.4409 004.8316 0144392 316.1216 096.0977 13.93234602386409
+1 30140U 99025SV  14235.29811497  .00000802  00000-0  51364-3 0  1791
+2 30140 099.1155 244.2248 0047339 054.0706 013.4334 14.05758286389356
+1 30141U 99025SW  14236.71773560  .00001370  00000-0  66230-3 0  2103
+2 30141 099.0134 312.5603 0026677 103.8968 026.9206 14.20071903393085
+1 30142U 99025SX  14237.94743644  .00001537  00000-0  11040-2 0  3801
+2 30142 099.2196 219.3139 0119112 118.3725 302.0674 13.95164298386724
+1 30143U 99025SY  14237.74534532  .00001207  00000-0  91830-3 0  3185
+2 30143 098.9804 152.2760 0110218 148.6554 266.6986 13.92777524386377
+1 30144U 99025SZ  14237.68764885  .00000256  00000-0  23789-3 0  3984
+2 30144 099.3001 268.8312 0130599 299.9546 185.6275 13.87846398385509
+1 30145U 99025TA  14237.80740804  .00001700  00000-0  13317-2 0  4165
+2 30145 099.3424 230.1279 0113366 242.7520 239.7032 13.90541867385389
+1 30146U 99025TB  14236.93756181  .00000403  00000-0  35783-3 0  2972
+2 30146 098.0272 212.1750 0186986 013.7920 046.8314 13.81835990383526
+1 30147U 99025TC  14237.35192653  .00004113  00000-0  26548-2 0  2945
+2 30147 098.8323 103.2746 0154667 167.2409 254.4071 13.97740341385560
+1 30148U 99025TD  14237.78054017  .00000442  00000-0  41230-3 0  1951
+2 30148 099.4551 309.7252 0141379 011.6031 115.4928 13.83134384384032
+1 30149U 99025TE  14238.07505256  .00006645  00000-0  13969-2 0  2297
+2 30149 099.0687 070.5472 0086729 040.4451 081.7846 14.57592035400585
+1 30150U 99025TF  14237.36682576  .00000289  00000-0  28297-3 0  2683
+2 30150 099.0943 146.0642 0152793 290.7017 191.6850 13.82190264383911
+1 30151U 99025TG  14238.11258716  .00000396  00000-0  38603-3 0  2729
+2 30151 099.4480 276.2702 0171722 086.2659 335.7818 13.78913912382998
+1 30152U 99025TH  14237.01031266  .00001736  00000-0  14882-2 0  1929
+2 30152 099.1417 146.9530 0198066 025.1709 090.2585 13.79584643382277
+1 30153U 99025TJ  14237.71295369  .00000525  00000-0  53696-3 0  1587
+2 30153 100.4132 145.5671 0214007 341.3455 070.3855 13.72390756380869
+1 30154U 99025TK  14237.16832044  .00001004  00000-0  94502-3 0  9508
+2 30154 098.4695 301.3394 0201295 225.4601 191.1538 13.74812625381210
+1 30155U 99025TL  14237.44752322  .00002165  00000-0  23680-2 0  9394
+2 30155 099.7723 216.4249 0275326 013.7644 110.6211 13.58489533376132
+1 30156U 99025TM  14237.74399544  .00000649  00000-0  66235-3 0  2281
+2 30156 098.8797 057.3822 0213087 054.6268 008.4137 13.70419728380145
+1 30157U 99025TN  14237.55380576  .00001769  00000-0  86745-3 0  2468
+2 30157 098.9614 243.5523 0050096 270.1735 215.1584 14.18465240392740
+1 30158U 99025TP  14237.67068659  .00030367  00000-0  15837-1 0  8304
+2 30158 098.4751 286.6095 0150659 214.9611 265.8491 14.08712703381964
+1 30160U 99025TR  14238.04746977  .00000179  00000-0  27925-3 0   667
+2 30160 098.8604 273.8018 0355522 047.0824 014.7143 13.38381776371584
+1 30161U 99025TS  14237.82075574  .00000364  00000-0  52680-3 0  9808
+2 30161 100.4561 353.9697 0350586 049.2278 071.7578 13.39985578371577
+1 30162U 99025TT  14237.14076706  .00000852  00000-0  11419-2 0   944
+2 30162 099.4584 089.4358 0343752 160.2991 315.7529 13.40853341371715
+1 30163U 99025TU  14237.39308008  .00000890  00000-0  12639-2 0  7826
+2 30163 098.6869 190.9088 0391690 096.4265 027.4600 13.31247420369482
+1 30164U 99025TV  14237.45858041  .00007690  00000-0  62175-2 0  9390
+2 30164 099.4738 060.8534 0462234 139.6665 223.9735 13.50150121370559
+1 30167U 99025TY  14238.02576836  .00000942  00000-0  27609-3 0   811
+2 30167 099.0407 031.8593 0165794 128.9225 352.2143 14.38768468399004
+1 30168U 99025TZ  14237.36932839  .00002156  00000-0  87905-3 0   439
+2 30168 097.3985 155.2473 0157902 073.0534 051.3279 14.21598716393493
+1 30169U 99025UA  14237.44793612  .00004125  00000-0  12249-2 0  2262
+2 30169 098.3227 051.4943 0365165 093.6305 321.2065 14.11403604389744
+1 30170U 99025UB  14238.12145206  .00000569  00000-0  43263-3 0  4698
+2 30170 099.1529 279.7814 0074281 143.0105 279.3186 13.96641028387747
+1 30171U 99025UC  14237.40316608  .00000330  00000-0  23979-3 0  3962
+2 30171 098.4239 021.7687 0189016 256.4531 163.9682 13.94418510387268
+1 30172U 99025UD  14237.77462694  .00001246  00000-0  89857-3 0  3728
+2 30172 099.0022 167.9902 0090103 073.9707 339.2046 13.96653498387152
+1 30173U 99025UE  14237.28277715  .00000664  00000-0  48060-3 0  3277
+2 30173 099.2519 245.7464 0107641 175.5130 313.8102 13.97462051387143
+1 30174U 99025UF  14237.66716682  .00002456  00000-0  11485-2 0  4206
+2 30174 098.9352 258.2246 0054630 265.4305 211.5159 14.20465929392937
+1 30175U 99025UG  14237.47654184  .00000265  00000-0  27092-3 0  3391
+2 30175 099.4022 197.3086 0149045 304.3574 178.9582 13.80981956383405
+1 30177U 99025UJ  14237.66189338  .00000860  00000-0  62282-3 0   239
+2 30177 098.5882 264.8187 0488239 105.0360 039.4210 13.53229923375187
+1 30178U 99025UK  14237.75890859  .00001269  00000-0  15781-2 0   333
+2 30178 102.2670 162.2188 0313126 063.7553 351.2169 13.48674565373944
+1 30179U 99025UL  14237.19323608  .08689336  00000-0  14543+0 0  6888
+2 30179 099.4547 329.6883 0011079 054.9448 305.2833 15.46491101370434
+1 30180U 99025UM  14238.08879594  .00005879  00000-0  11581-2 0  2805
+2 30180 099.0458 075.4951 0095433 003.0252 123.2876 14.60084828401281
+1 30181U 99025UN  14236.86779841  .00001103  00000-0  63357-3 0  2157
+2 30181 099.0448 229.6672 0050849 216.6158 217.4866 14.10829472390765
+1 30182U 99025UP  14237.90210089  .00000260  00000-0  22086-3 0  3101
+2 30182 099.2359 208.5405 0077330 087.5549 327.2871 13.94973821387583
+1 30183U 99025UQ  14236.47948253  .00000273  00000-0  19104-3 0  1855
+2 30183 099.0925 228.7128 0027403 313.8384 174.9983 14.06805203390133
+1 30189U 99025UW  14236.96497434  .00025420  00000-0  10313-2 0  3861
+2 30189 099.0564 233.5209 0131813 272.1079 140.4846 15.16902965409098
+1 30190U 99025UX  14238.15220344  .00003429  00000-0  64867-3 0  2149
+2 30190 098.9964 092.0656 0145131 245.6929 233.8163 14.58579408403172
+1 30191U 99025UY  14237.09660002  .00001330  00000-0  30690-3 0  1652
+2 30191 098.7835 008.7253 0148822 282.5770 130.4483 14.50618637401433
+1 30192U 99025UZ  14238.04657447  .00013708  00000-0  23594-2 0  5917
+2 30192 099.0051 055.6672 0061312 035.8051 091.2924 14.67469032400516
+1 30193U 99025VA  14237.76329023  .00000632  00000-0  21412-3 0   782
+2 30193 098.7420 328.7477 0129165 120.1775 001.7535 14.35697702398211
+1 30194U 99025VB  14236.40093707  .00002419  00000-0  10500-2 0  7574
+2 30194 101.2722 272.4078 0061324 328.5998 150.7949 14.24558499393443
+1 30195U 99025VC  14237.48502554  .00024590  00000-0  38032-2 0  9812
+2 30195 102.0609 325.1311 0057909 171.1000 256.6111 14.72140220400474
+1 30196U 99025VD  14237.47665663  .00000059  00000-0  42774-4 0   560
+2 30196 098.7811 313.7879 0087538 182.6215 244.5562 14.24811957395893
+1 30197U 99025VE  14238.15059149  .00000757  00000-0  33190-3 0   873
+2 30197 098.9262 333.5604 0066718 300.7770 124.5024 14.25539933395553
+1 30198U 99025VF  14237.19548975  .00001065  00000-0  42080-3 0  9394
+2 30198 098.3702 123.6068 0151134 217.0867 273.3178 14.24952250394713
+1 30199U 99025VG  14238.03805600  .00000952  00000-0  41015-3 0   213
+2 30199 098.7911 267.4197 0097077 174.8959 248.7506 14.24396436394930
+1 30200U 99025VH  14236.21606611  .00000099  00000-0  60643-4 0  2038
+2 30200 098.8931 317.8432 0152364 037.6905 024.2497 14.19510621393850
+1 30201U 99025VJ  14238.07204873  .00000328  00000-0  18590-3 0  9292
+2 30201 099.4688 061.6694 0032149 050.0811 070.1239 14.17266693393178
+1 30202U 99025VK  14238.05021742  .00001550  00000-0  71466-3 0   686
+2 30202 098.9040 255.3958 0063432 235.4679 183.3291 14.21483034393406
+1 30204U 99025VM  14237.43471015  .00022026  00000-0  11069-2 0  2103
+2 30204 099.8039 054.9151 0143497 032.6615 023.7635 15.08671410405272
+1 30205U 99025VN  14237.40870632  .00000173  00000-0  17738-3 0  3479
+2 30205 098.9946 139.1517 0123029 210.1616 220.2062 13.85651675384497
+1 30206U 99025VP  14238.01862991  .00000355  00000-0  11048-3 0  1206
+2 30206 098.5529 262.5284 0163338 269.3385 147.2506 14.40119868399525
+1 30207U 99025VQ  14236.87187696  .00000140  00000-0  13737-3 0  2728
+2 30207 098.5776 342.0071 0265316 146.2977 339.7502 13.77288462382327
+1 30208U 99025VR  14236.33726944  .00000334  00000-0  18610-3 0  1971
+2 30208 098.8815 259.1169 0034694 278.6180 203.6602 14.17377395392892
+1 30209U 99025VS  14237.09690983  .00000370  00000-0  24283-3 0  1905
+2 30209 099.0086 262.8898 0041511 013.0811 058.4120 14.07828311390688
+1 30210U 99025VT  14237.46893971  .00000402  00000-0  28986-3 0  2866
+2 30210 099.0291 179.5995 0062763 030.0388 082.9379 14.01555514388568
+1 30212U 99025VV  14237.23461719  .00000189  00000-0  17045-3 0  4480
+2 30212 099.3189 321.1406 0099547 242.8091 176.6717 13.94046383386896
+1 30213U 99025VW  14236.50884384  .00001402  00000-0  99737-3 0  2965
+2 30213 099.1598 210.4502 0088484 102.0664 015.4030 13.97317421386904
+1 30214U 99025VX  14237.74099903  .00001414  00000-0  79395-3 0  2026
+2 30214 099.0254 256.2095 0027031 323.0763 098.4176 14.12061147390966
+1 30216U 99025VZ  14238.12634622  .00004651  00000-0  10455-2 0  2155
+2 30216 099.0942 080.4948 0101814 040.5822 085.3789 14.53855134400470
+1 30217U 99025WA  14238.09224384  .00000277  00000-0  13392-3 0   839
+2 30217 098.7903 294.0500 0147348 210.6945 207.2858 14.20668677394381
+1 30218U 99025WB  14237.76861262  .00002030  00000-0  12498-2 0  2875
+2 30218 099.0780 217.3383 0094604 339.6023 141.7921 14.04504749388704
+1 30221U 99025WE  14237.45076605  .00000256  00000-0  85496-4 0  1499
+2 30221 099.0466 038.4708 0157688 018.0933 040.6915 14.39900347399380
+1 30222U 99025WF  14237.44047907  .00000123  00000-0  10818-3 0  1861
+2 30222 099.1434 224.4790 0037053 320.6024 162.1296 14.03048934389524
+1 30224U 99025WH  14237.83775628  .00000135  00000-0  14575-3 0  3447
+2 30224 099.2174 177.3948 0114035 212.9538 207.6637 13.86996681385002
+1 30225U 99025WJ  14237.48114564  .00000210  00000-0  13062-3 0  9647
+2 30225 098.9971 231.9194 0101209 276.9991 205.3557 14.13029976392353
+1 30226U 99025WK  14238.14438935  .00014433  00000-0  17310-2 0  3468
+2 30226 098.9740 109.3697 0092714 204.0505 280.6759 14.81106464403982
+1 30227U 99025WL  14239.03306728  .00004285  00000-0  18763-2 0   769
+2 30227 099.0642 323.3817 0008712 192.8999 167.2451 14.23732827393301
+1 30228U 99025WM  14237.11777119  .00007753  00000-0  16100-2 0  1388
+2 30228 098.9983 043.0978 0074700 058.5766 034.1039 14.58677237399842
+1 30229U 99025WN  14237.60889152  .00001813  00000-0  70332-3 0   630
+2 30229 099.0529 002.1009 0062771 281.8893 200.4227 14.30215824395910
+1 30230U 99025WP  14237.77763390  .00006061  00000-0  21137-2 0    48
+2 30230 099.0008 317.6745 0134933 047.4818 069.3550 14.30684721394105
+1 30231U 99025WQ  14235.95362363  .00000242  00000-0  16363-3 0  3147
+2 30231 099.1229 226.1079 0139034 051.3838 001.8177 14.04882450389503
+1 30232U 99025WR  14238.10456308  .00001017  00000-0  26026-3 0   821
+2 30232 098.5611 311.5891 0182078 268.6245 157.7363 14.43345186400026
+1 30233U 99025WS  14238.09593140  .00005302  00000-0  17635-2 0   798
+2 30233 099.0454 006.9560 0063148 245.0051 202.2953 14.36984566396620
+1 30234U 99025WT  14237.59572793  .00000402  00000-0  23576-3 0   376
+2 30234 098.9797 248.0890 0068679 300.1077 188.3255 14.12833584391350
+1 30235U 99025WU  14237.29614711  .00000042  00000-0  49303-4 0   941
+2 30235 099.1135 242.7642 0160326 259.4207 169.3363 14.04529541389036
+1 30237U 99025WW  14237.69029441  .00001872  00000-0  10111-2 0   188
+2 30237 099.0264 235.3024 0020198 277.4160 142.0058 14.13807132390768
+1 30239U 99025WY  14239.23555061 -.00011932  00000-0  00000+0 0  7307
+2 30239 099.9018 336.8938 1613264 064.1021 311.7601 10.99137638295767
+1 30241U 99025XA  14237.15810485  .00000346  00000-0  21501-3 0  9775
+2 30241 099.0836 311.6495 0152529 088.0247 337.0540 14.05743842388817
+1 30242U 99025XB  14236.96173498  .00000533  00000-0  32244-3 0  9932
+2 30242 099.0362 237.7608 0011411 220.8960 191.8784 14.10842240391333
+1 30243U 99025XC  14237.28162277  .00000448  00000-0  28438-3 0   400
+2 30243 099.0367 247.1614 0012844 246.1424 178.8230 14.09004740391107
+1 30244U 99025XD  14238.13400303  .00000252  00000-0  16696-3 0  9316
+2 30244 099.0921 327.7839 0009483 001.2110 065.7652 14.10626032391158
+1 30245U 99025XE  14236.53085249  .00000475  00000-0  48686-3 0  2445
+2 30245 098.8862 069.3681 0208249 045.8347 013.0506 13.71820310379983
+1 30246U 99025XF  14237.49705418  .00000178  00000-0  28302-3 0   136
+2 30246 098.6653 209.9666 0374997 007.9897 107.0332 13.35135813370448
+1 30247U 99025XG  14238.13568292  .00009219  00000-0  31296-2 0  3410
+2 30247 098.2989 353.1954 0366574 160.6596 325.8721 14.05093351387600
+1 30248U 99025XH  14237.35020777  .00003039  00000-0  17846-2 0  2211
+2 30248 099.1535 248.5201 0070082 001.0390 123.1774 14.07656578388848
+1 30249U 99025XJ  14237.63875873  .00001957  00000-0  10786-2 0  9612
+2 30249 099.0310 272.0249 0053420 012.0890 106.9199 14.12040489390451
+1 30250U 99025XK  14237.71869721  .00000260  00000-0  20959-3 0  4680
+2 30250 099.1401 288.9573 0067185 127.0408 354.7420 13.98192862387852
+1 30251U 99025XL  14237.73680174  .00000475  00000-0  23305-3 0  9340
+2 30251 098.8772 315.8622 0055932 344.1674 133.0514 14.21705604394030
+1 30252U 99025XM  14237.63811194  .00000635  00000-0  41380-3 0  9877
+2 30252 099.1003 247.7358 0069610 276.7489 203.3195 14.04975920389427
+1 30253U 99025XN  14238.14354069  .00000534  00000-0  60655-3 0   873
+2 30253 098.7431 319.8839 0247619 101.3184 322.1171 13.61624295377020
+1 30256U 99025XR  14237.56449147  .00010930  00000-0  17933-2 0  2786
+2 30256 099.0486 077.6295 0109744 043.3358 020.9978 14.66921631400009
+1 30257U 99025XS  14237.62890176 -.00000123  00000-0 -44899-4 0   276
+2 30257 099.0178 254.5250 0059802 200.1255 282.0381 14.08072976391242
+1 30259U 99025XU  14238.10008096  .00000709  00000-0  15293-3 0   929
+2 30259 098.6003 317.0324 0280669 059.2125 033.2193 14.39920184399498
+1 30261U 99025XW  14238.14891002  .00003888  00000-0  38164-3 0  3008
+2 30261 098.7734 109.2024 0218296 320.7284 163.1373 14.76734798408028
+1 30262U 99025XX  14237.11997899  .00005386  00000-0  11362-2 0  2617
+2 30262 099.0653 069.6241 0088543 040.9874 054.7450 14.57434494400649
+1 30263U 99025XY  14237.93608249  .00000522  00000-0  40888-3 0  4149
+2 30263 098.8575 124.5682 0166169 190.0833 300.1230 13.89989865385538
+1 30264U 99025XZ  14237.98759152  .00000561  00000-0  40446-3 0  5251
+2 30264 099.2329 238.9338 0116678 156.5329 259.2867 13.97769504387768
+1 30265U 99025YA  14238.00581059  .00001634  00000-0  74236-3 0  7860
+2 30265 098.9046 251.7287 0053011 227.7903 196.6738 14.22482167393750
+1 30266U 99025YB  14237.90528318  .00001188  00000-0  79040-3 0  2797
+2 30266 099.0983 209.5653 0102993 009.0808 044.1846 14.00693902388208
+1 30267U 99025YC  14237.80516440  .00001054  00000-0  63325-3 0  8854
+2 30267 099.0837 233.2839 0071160 017.9248 104.0775 14.07871192390233
+1 30270U 99025YF  14237.61638642 -.00000036  00000-0  51954-5 0  1328
+2 30270 099.0300 240.8520 0006320 287.5204 210.2369 14.09889924391971
+1 30272U 99025YH  14237.77966118  .00001266  00000-0  84889-3 0  4070
+2 30272 099.1905 252.1780 0059663 087.8717 326.4625 14.01838769388678
+1 30273U 99025YJ  14237.62335791  .00000849  00000-0  62194-3 0  4343
+2 30273 099.2116 249.7484 0072395 114.0682 007.2210 13.97443191388206
+1 30274U 99025YK  14237.69588102  .00001816  00000-0  88061-3 0  8055
+2 30274 099.3378 026.7284 0006201 128.4262 356.0118 14.19752956392995
+1 30275U 99025YL  14237.05273836  .00001506  00000-0  74465-3 0  8364
+2 30275 098.9427 259.4356 0055791 284.1518 130.1771 14.18105746392841
+1 30276U 99025YM  14235.73626306  .00000814  00000-0  47344-3 0  7728
+2 30276 098.9681 211.9646 0028614 303.3601 181.6820 14.11320177390844
+1 30277U 99025YN  14237.61537541  .00001640  00000-0  10277-2 0  5203
+2 30277 099.1646 219.3803 0144588 118.3438 313.3355 14.00922740388371
+1 30278U 99025YP  14236.74729869  .00007464  00000-0  34085-2 0  9233
+2 30278 099.5654 147.3449 0132778 190.8126 169.0186 14.17261650385434
+1 30279U 99025YQ  14237.25367515  .00001920  00000-0  80073-3 0  1060
+2 30279 099.1251 335.7814 0245786 207.2081 207.8470 14.12478448391962
+1 30280U 99025YR  14237.70297756 -.00000197  00000-0 -10838-3 0  3804
+2 30280 099.1723 294.0372 0081086 178.4997 304.0527 13.96005322388046
+1 30281U 99025YS  14238.08008980  .00000009  00000-0  31339-4 0  1118
+2 30281 098.9927 265.8301 0030260 354.6889 097.0571 14.07779918391318
+1 30282U 99025YT  14237.13641198  .00000318  00000-0  16652-3 0   761
+2 30282 098.9702 301.5803 0218171 200.0608 214.1902 14.09632471391658
+1 30283U 99025YU  14238.07079828  .00000023  00000-0  39720-4 0  5615
+2 30283 099.1098 266.4514 0191566 335.1205 076.6630 14.00220539389272
+1 30284U 99025YV  14237.07473792  .00000938  00000-0  54236-3 0  8079
+2 30284 099.0186 263.6494 0045680 357.0589 065.1832 14.10961005390943
+1 30286U 99025YX  14237.27534875  .00000015  00000-0  32599-4 0   788
+2 30286 098.9839 247.9044 0063961 308.8312 114.3572 14.11579087392232
+1 30287U 99025YY  14237.73098543  .00000444  00000-0  34120-3 0   997
+2 30287 098.6787 301.3276 0445875 051.6704 061.3685 13.58616692376951
+1 30288U 99025YZ  14237.34767032  .00001704  00000-0  97115-3 0  9612
+2 30288 099.4091 015.0096 0026240 042.8822 010.0731 14.11041541390912
+1 30289U 99025ZA  14237.34952152  .00001519  00000-0  97216-3 0  1384
+2 30289 099.1138 266.9174 0052824 060.9011 059.2421 14.04284575388976
+1 30290U 99025ZB  14236.99707477  .00002137  00000-0  11595-2 0  6291
+2 30290 102.6527 269.8077 0059995 304.0747 120.6343 14.13333350390333
+1 30291U 99025ZC  14237.07024432  .00002032  00000-0  94322-3 0  7931
+2 30291 097.2371 075.5304 0194794 202.5206 282.4838 14.11962070390256
+1 30292U 99025ZD  14237.32852722  .00022916  00000-0  28617-2 0  8848
+2 30292 098.5832 264.7897 0129170 339.8497 019.7637 14.76579561400209
+1 30293U 99025ZE  14237.81143428  .00000938  00000-0  34582-3 0  6947
+2 30293 099.2786 071.7814 0097173 269.9202 224.6275 14.32619709397149
+1 30294U 99025ZF  14237.14153211  .00000314  00000-0  11683-3 0  9167
+2 30294 098.6965 284.4647 0217024 248.5076 175.2525 14.27215371395744
+1 30295U 99025ZG  14237.93621358  .00000176  00000-0  94518-4 0  6888
+2 30295 098.8604 235.9500 0097502 152.2994 265.9592 14.22437139394803
+1 30297U 99025ZJ  14237.28931352  .00003348  00000-0  11499-2 0  1251
+2 30297 098.7623 011.2802 0557673 270.8814 149.2442 13.74085584379218
+1 30298U 99025ZK  14237.63263520  .00001364  00000-0  91830-3 0  4174
+2 30298 099.2027 244.5975 0077533 108.0195 012.5121 14.00876807388099
+1 30299U 99025ZL  14237.93975425  .00001342  00000-0  99265-3 0  2435
+2 30299 099.2702 221.9958 0119584 144.0925 271.6892 13.93742604386105
+1 30300U 99025ZM  14225.11887881  .00001775  00000-0  11169-2 0  1887
+2 30300 099.0406 187.0686 0103913 026.4620 031.6377 14.03008703386313
+1 30301U 99025ZN  14237.93166983  .00001761  00000-0  10479-2 0  4054
+2 30301 098.6284 104.0944 0129570 251.8855 238.0816 14.04550206388358
+1 30302U 99025ZP  14237.62202610  .00001287  00000-0  10088-2 0  2360
+2 30302 098.5589 016.6046 0137883 090.1923 331.8870 13.89233756384531
+1 30303U 99025ZQ  14233.73252435  .00001486  00000-0  92957-3 0  2254
+2 30303 099.0542 205.6491 0100598 357.3295 126.6968 14.03758632387852
+1 30304U 99025ZR  14236.60824954  .00000929  00000-0  62251-3 0  2597
+2 30304 099.1162 209.0358 0092100 006.5263 059.9879 14.01362552387993
+1 30305U 99025ZS  14238.10643933  .00000054  00000-0  94218-4 0  9855
+2 30305 098.5470 276.0068 0268962 099.6201 323.6341 13.58813725377209
+1 30306U 99025ZT  14236.04012087  .00000818  00000-0  41653-3 0  9051
+2 30306 098.9564 263.9668 0134952 327.0892 084.6696 14.14062042391578
+1 30308U 99025ZV  14237.70939905  .00007360  00000-0  44793-2 0  3593
+2 30308 100.3267 142.9541 0135913 221.9942 195.2251 14.02011324383773
+1 30309U 99025ZW  14237.75512986  .00000060  00000-0  79833-4 0  3578
+2 30309 099.2482 196.3771 0095900 157.9678 272.2615 13.91104363386262
+1 30310U 99025ZX  14236.85357699  .00000540  00000-0  29454-3 0  2090
+2 30310 099.1375 284.5407 0257041 358.2341 054.7672 14.00850682388473
+1 30311U 99025ZY  14237.66521723  .00000165  00000-0  19374-3 0  2118
+2 30311 099.0813 129.5051 0168482 354.2200 057.4728 13.75561464381993
+1 30312U 99025ZZ  14237.82839988  .00002098  00000-0  10899-2 0  9949
+2 30312 098.8507 193.8059 0015384 230.7746 188.3038 14.15747520391687
+1 30313U 99025AAA 14237.29486509  .00001466  00000-0  93020-3 0  3656
+2 30313 099.1779 243.8102 0067504 068.8575 051.8578 14.04378381388782
+1 30314U 99025AAB 14237.63171590  .00000762  00000-0  57722-3 0  2898
+2 30314 098.4523 001.6426 0151442 340.9799 137.2641 13.91465009385784
+1 30315U 99025AAC 14237.01404498  .00000297  00000-0  17501-3 0   552
+2 30315 098.9430 247.4425 0035748 282.7969 130.1903 14.15219022392788
+1 30316U 99025AAD 14237.01403126  .00001607  00000-0  73636-3 0  5833
+2 30316 098.9008 253.5623 0063146 236.7274 176.3927 14.21757628393403
+1 30317U 99025AAE 14237.99889203  .00000333  00000-0  23215-3 0   125
+2 30317 099.0636 252.9415 0024686 308.2859 113.2302 14.05448839390378
+1 30318U 99025AAF 14238.06473836  .00013359  00000-0  41127-2 0  6473
+2 30318 098.9872 318.9466 0049863 191.1982 255.6393 14.40877637395061
+1 30319U 99025AAG 14237.99160222  .00004317  00000-0  22146-2 0   138
+2 30319 098.3254 032.6743 0102361 129.5425 359.6413 14.13163950389807
+1 30320U 99025AAH 14237.40697888  .00000039  00000-0  58653-4 0  3942
+2 30320 099.1458 188.8012 0087832 023.1257 094.5026 13.96520982387753
+1 30321U 99025AAJ 14237.73107648  .00000212  00000-0  13506-3 0    58
+2 30321 098.9461 257.4594 0064863 114.3439 307.4365 14.12912342392265
+1 30322U 99025AAK 14237.35898097  .00000993  00000-0  71422-3 0  4693
+2 30322 098.4362 008.6950 0141787 303.6030 055.1667 13.94335719386535
+1 30323U 07003A   14238.40425312  .00000000  00000-0  10000-3 0  6261
+2 30323 000.2737 139.7651 0058811 112.3313 247.2559 00.99151476 27927
+1 30324U 07003B   14237.48404846  .00008137  00000-0  54025-3 0  2235
+2 30324 024.5282 358.6625 6811787 257.2363 232.5131 02.92548592 64045
+1 30325U 99025AAL 14236.85414593 -.00000032  00000-0  79314-5 0  1338
+2 30325 099.0659 235.1536 0015564 323.6083 154.5707 14.08039157389090
+1 30326U 99025AAM 14237.05889737  .00000073  00000-0  91367-4 0  3694
+2 30326 098.5902 034.8285 0144807 109.2265 007.9080 13.84077697383558
+1 30327U 99025AAN 14237.58355446  .00001818  00000-0  12332-2 0  4522
+2 30327 098.4298 010.8971 0140101 290.6263 127.3675 13.96705269385621
+1 30328U 99025AAP 14236.50108088  .00000171  00000-0  12024-3 0  1912
+2 30328 099.0078 242.7949 0004726 325.9139 155.1528 14.10986675390353
+1 30329U 99025AAQ 14236.81061104  .00000166  00000-0  17603-3 0  2636
+2 30329 099.1857 163.1715 0144533 277.1267 150.2752 13.83744958382843
+1 30330U 99025AAR 14238.07689384  .00000683  00000-0  68117-3 0  1846
+2 30330 098.8874 066.7519 0208159 359.5736 117.3876 13.72111622379189
+1 30331U 99025AAS 14237.48396810  .00000599  00000-0  46496-3 0  2786
+2 30331 099.2845 230.4973 0102037 105.9975 017.0280 13.94172842385629
+1 30332U 99025AAT 14237.34160705  .00000279  00000-0  30476-3 0  2072
+2 30332 099.3618 167.6960 0184375 063.6570 057.7072 13.73677637380165
+1 30333U 99025AAU 14237.75320242  .00006966  00000-0  83307-3 0  2779
+2 30333 098.8908 128.0088 0184480 064.4576 332.3535 14.73072130404819
+1 30334U 99025AAV 14237.65420807  .00000706  00000-0  64778-3 0  1504
+2 30334 098.9532 111.3489 0164892 311.5478 108.1734 13.80239747381322
+1 30335U 99025AAW 14238.02807394 -.00000153  00000-0 -73253-4 0  4439
+2 30335 099.1419 255.6419 0051048 045.7310 009.6949 13.99756297388474
+1 30336U 99025AAX 14238.01401302  .00000318  00000-0  18640-3 0  1973
+2 30336 098.9679 241.1244 0044867 271.9317 149.9404 14.14976806392216
+1 30338U 99025AAZ 14237.31165594  .00003718  00000-0  89269-3 0   473
+2 30338 098.9260 250.5860 0364045 042.1982 075.5815 14.20664393392347
+1 30339U 99025ABA 14237.95920836  .00001588  00000-0  91831-3 0  2183
+2 30339 099.0322 224.7454 0033066 300.3933 122.3287 14.10170407389776
+1 30340U 99025ABB 14237.78401678  .00000275  00000-0  18646-3 0   176
+2 30340 099.0825 199.1214 0148284 030.9949 033.5304 14.03084006388961
+1 30341U 99025ABC 14238.12203801  .00003035  00000-0  18818-2 0  3130
+2 30341 099.2325 298.7204 0073639 118.6445 303.1431 14.04576742388264
+1 30342U 99025ABD 14237.79322113  .00000425  00000-0  44474-3 0  2701
+2 30342 100.1998 080.1587 0175533 245.8632 176.3854 13.75220134381043
+1 30343U 99025ABE 14237.50242226  .00004271  00000-0  67517-3 0  1397
+2 30343 099.0594 079.7186 0233943 275.5887 140.4452 14.56293767400548
+1 30344U 99025ABF 14238.09418141  .00002022  00000-0  99568-3 0   666
+2 30344 098.8110 192.7082 0012068 213.8257 276.5132 14.18667881391905
+1 30345U 99025ABG 14237.77552993  .00001849  00000-0  98277-3 0    50
+2 30345 098.8246 183.2977 0020366 237.2868 183.0221 14.14618228390909
+1 30346U 99025ABH 14238.04648002  .00001384  00000-0  78793-3 0  9985
+2 30346 099.0362 273.8305 0077105 260.8759 161.6117 14.10029580389937
+1 30347U 99025ABJ 14237.36034348  .00000127  00000-0  12078-3 0  3355
+2 30347 098.4524 010.3027 0151304 312.5255 100.0934 13.91218622385672
+1 30348U 99025ABK 14237.67271126  .00001858  00000-0  10323-2 0   390
+2 30348 099.0194 227.7996 0023876 285.7117 138.3969 14.12247195390053
+1 30349U 99025ABL 14237.72798580  .00000923  00000-0  69739-3 0  3925
+2 30349 098.5330 046.9649 0100821 032.8893 083.0521 13.93999560385179
+1 30350U 99025ABM 14237.92230140  .00000520  00000-0  45821-3 0  1884
+2 30350 098.1096 218.6702 0233683 087.8581 327.2841 13.76925046381129
+1 30352U 99025ABP 14236.81863662  .00000303  00000-0  21436-3 0  1610
+2 30352 099.1074 236.3773 0028119 332.0049 150.4719 14.05404322389134
+1 30355U 99025ABS 14238.07424866  .00000739  00000-0  42739-3 0  9016
+2 30355 098.9557 274.7138 0059543 181.1924 232.9713 14.11214258390520
+1 30356U 99025ABT 14238.06974226  .00000794  00000-0  50295-3 0  9350
+2 30356 099.0263 275.8169 0054364 041.4585 011.2463 14.06167532389401
+1 30357U 99025ABU 14237.49134295 -.00000083  00000-0 -23253-4 0  9944
+2 30357 099.1358 230.7419 0049083 285.0008 200.3679 14.03763946388861
+1 30358U 99025ABV 14237.75277937  .00001755  00000-0  10847-2 0  3015
+2 30358 098.7956 150.1879 0103140 013.2545 048.3957 14.03974395387857
+1 30359U 99025ABW 14237.99388681  .00001672  00000-0  15655-2 0   940
+2 30359 101.6206 128.7026 0187414 327.9506 148.8683 13.76217353380862
+1 30360U 99025ABX 14237.32925856  .00001151  00000-0  67880-3 0  1895
+2 30360 099.0681 250.8708 0039316 350.4306 126.9149 14.09557792390665
+1 30361U 99025ABY 14237.62003909  .00000977  00000-0  52882-3 0  9591
+2 30361 098.9491 275.5092 0075880 332.0975 152.6250 14.13470156391660
+1 30362U 99025ABZ 14237.79699063  .00001599  00000-0  12282-2 0  3091
+2 30362 099.0374 161.7500 0115009 176.8311 246.8461 13.91525214385113
+1 30363U 99025ACA 14234.74413315  .00001190  00000-0  78023-3 0  3024
+2 30363 099.1010 206.8410 0101845 010.8936 110.8221 14.01530815387735
+1 30364U 99025ACB 14237.94246313  .00005466  00000-0  22926-2 0  2425
+2 30364 098.0991 229.4406 0453566 028.0619 035.5761 13.82550215382198
+1 30365U 99025ACC 14237.07390948  .00000366  00000-0  18028-3 0  9165
+2 30365 098.8893 261.3575 0175536 071.0814 352.5181 14.15604332391750
+1 30366U 99025ACD 14237.26958573  .00000591  00000-0  26233-3 0   574
+2 30366 098.9113 333.3626 0069289 289.7288 132.0688 14.25622876394349
+1 30368U 99025ACF 14237.68393097  .00000210  00000-0  24063-3 0  1990
+2 30368 099.1532 134.8093 0184425 045.0149 008.3666 13.73102306380091
+1 30369U 99025ACG 14237.59246600  .00000173  00000-0  11921-3 0  9757
+2 30369 098.9905 256.8918 0102198 345.1471 137.6794 14.09530875390986
+1 30370U 99025ACH 14237.40414010  .00001470  00000-0  86541-3 0  4397
+2 30370 098.9661 188.5312 0118269 016.4469 107.3843 14.06112775389098
+1 30371U 99025ACJ 14238.04015971  .00001081  00000-0  55792-3 0   389
+2 30371 098.9353 253.6307 0008790 012.4788 046.4467 14.17217881392907
+1 30372U 99025ACK 14237.12826111  .00005557  00000-0  14913-2 0  1421
+2 30372 099.0966 048.2548 0081172 138.2229 315.3036 14.46614668397560
+1 30373U 99025ACL 14237.48827774  .00005388  00000-0  12540-2 0  1636
+2 30373 099.1088 071.9839 0091872 085.2425 330.9100 14.52746476398386
+1 30374U 99025ACM 14237.46875590  .00001353  00000-0  52455-3 0   518
+2 30374 099.3236 068.7168 0063252 336.3620 080.3726 14.30748465395924
+1 30375U 99025ACN 14237.79701030  .00003867  00000-0  16670-2 0  3368
+2 30375 098.5721 167.1264 0011032 125.4746 293.7371 14.25057197392732
+1 30377U 99025ACQ 14237.97475318  .00000045  00000-0  61347-4 0  4175
+2 30377 099.2472 242.3538 0123570 063.4128 350.3377 13.95862504385999
+1 30379U 99025ACS 14236.98802476  .00000250  00000-0  18271-3 0  1426
+2 30379 099.1041 243.2235 0036524 297.9497 115.3924 14.04960718388246
+1 30380U 99025ACT 14237.35447693  .00000442  00000-0  11912-3 0  1211
+2 30380 098.9078 018.3841 0196859 305.1538 106.5647 14.42859219399550
+1 30381U 99025ACU 14235.81861296  .00001054  00000-0  70899-3 0  6821
+2 30381 099.1380 246.7085 0061867 079.2334 281.5788 14.01974382341540
+1 30382U 99025ACV 14237.76768678  .00000839  00000-0  39787-3 0  3624
+2 30382 098.9404 289.1679 0178406 327.1989 148.1427 14.14267862390526
+1 30384U 99025ACX 14237.16335172  .00029190  00000-0  26573-2 0  3224
+2 30384 098.9704 084.4479 0101905 215.6855 263.7634 14.91195629401307
+1 30385U 99025ACY 14237.35047740  .00000465  00000-0  17081-3 0    32
+2 30385 099.0158 010.5589 0137629 111.1080 303.7345 14.32520675396076
+1 30386U 99025ACZ 14237.82018756  .00000849  00000-0  10803-2 0  7251
+2 30386 098.6526 243.3130 0328069 297.6864 186.7327 13.45572426372032
+1 30387U 99025ADA 14236.32945485  .00000091  00000-0  74813-4 0  1801
+2 30387 099.0054 242.2812 0000689 092.6035 033.1139 14.11700803390488
+1 30388U 99025ADB 14237.32636269  .00000561  00000-0  25257-3 0  9537
+2 30388 098.9994 246.4971 0239510 308.6391 177.5051 14.12382628390910
+1 30389U 99025ADC 14237.44593606  .00001639  00000-0  85747-3 0   288
+2 30389 098.8668 200.6079 0015514 240.0668 246.0480 14.15706044390598
+1 30390U 99025ADD 14237.58508831  .00001637  00000-0  92241-3 0   354
+2 30390 099.0754 235.9660 0086759 009.8692 112.3410 14.09931652389913
+1 30391U 99025ADE 14237.59431073  .00000885  00000-0  56386-3 0  1769
+2 30391 099.1277 249.7297 0081965 325.7494 157.1596 14.04729752387931
+1 30392U 99025ADF 14237.76882069  .00000401  00000-0  25289-3 0  2497
+2 30392 099.1535 246.9958 0192890 318.3284 091.8821 14.01316486387991
+1 30393U 99025ADG 14236.39564045  .00000148  00000-0  13342-3 0  2997
+2 30393 099.1302 188.8665 0072145 013.9124 103.6490 13.97663434386618
+1 30394U 99025ADH 14237.42367616  .00000008  00000-0  37580-4 0  3344
+2 30394 099.1041 173.4670 0092478 124.0058 353.5765 13.93204652386212
+1 30395U 99025ADJ 14238.00051854  .00000440  00000-0  33523-3 0  4550
+2 30395 099.2907 246.0429 0167504 116.2602 299.3251 13.92491898385625
+1 30396U 99025ADK 14238.12954199  .00000037  00000-0  59553-4 0  1706
+2 30396 098.2863 302.9070 0135003 001.8609 060.9638 13.86189957384145
+1 30397U 99025ADL 14237.29682240  .00000571  00000-0  45554-3 0  3338
+2 30397 098.4517 345.8446 0166313 023.1734 029.8102 13.88352817383756
+1 30398U 99025ADM 14237.14948274  .00000465  00000-0  48004-3 0  1462
+2 30398 099.6955 328.4127 0181564 185.7197 290.3441 13.74368707380176
+1 30400U 99025ADP 14237.33214846  .00003279  00000-0  21498-2 0  2282
+2 30400 099.1593 157.9418 0298842 015.2366 099.0592 13.83166134381457
+1 30401U 99025ADQ 14237.48789505  .00000242  00000-0  11426-3 0   341
+2 30401 098.8434 325.5979 0111762 176.2813 247.6966 14.25327625394926
+1 30403U 99025ADS 14236.64863168  .00001510  00000-0  98618-3 0  3269
+2 30403 099.0976 208.7548 0098448 008.9255 045.8178 14.01514267387493
+1 30404U 99025ADT 14232.89530582  .00000307  00000-0  49075-3 0  8063
+2 30404 099.7698 115.4205 0395331 354.3600 005.2078 13.29494090367812
+1 30405U 99025ADU 14236.34878767  .00000896  00000-0  51889-3 0  1969
+2 30405 099.0278 281.4379 0064096 027.4077 100.8413 14.10443492390073
+1 30406U 99025ADV 14236.98761358  .00000779  00000-0  97736-3 0  1519
+2 30406 098.5892 241.8087 0300351 231.1886 185.0937 13.49575912373661
+1 30409U 99025ADY 14237.55616456  .00000693  00000-0  45671-3 0  3545
+2 30409 098.5014 074.3486 0176851 037.7942 028.9005 13.97396649387208
+1 30411U 99025AEA 14238.09503700  .00000945  00000-0  72983-3 0  2078
+2 30411 098.5510 024.9316 0153112 056.2439 006.2477 13.89664060384561
+1 30413U 99025AEC 14236.77846363  .00001632  00000-0  10250-2 0  2991
+2 30413 102.0870 066.1466 0068047 164.2761 265.0619 14.05562885388453
+1 30414U 99025AED 14237.39679498  .00002053  00000-0  12030-2 0  2338
+2 30414 099.1362 274.8134 0082093 342.3351 133.7667 14.07732263388711
+1 30415U 99025AEE 14236.45773868  .00000739  00000-0  84031-3 0  8629
+2 30415 099.7806 223.4865 0251516 318.2317 202.8161 13.60970781376164
+1 30416U 99025AEF 14237.24643785  .00000321  00000-0  24548-3 0  3812
+2 30416 099.1910 239.9281 0054155 076.1277 346.6781 14.00108307388401
+1 30417U 99025AEG 14238.03088502  .00000086  00000-0  70987-4 0  9296
+2 30417 098.9377 267.5428 0065473 329.8311 088.6939 14.11307892391570
+1 30418U 99025AEH 14238.03001900  .00003571  00000-0  67592-3 0  1778
+2 30418 098.8804 045.2408 0172929 222.6663 265.1785 14.55893818402760
+1 30419U 99025AEJ 14237.14522229  .00000658  00000-0  39178-3 0  1347
+2 30419 099.2137 344.4728 0056984 058.9134 059.9322 14.10207749390887
+1 30420U 99025AEK 14237.73886412  .00003311  00000-0  45675-3 0  2283
+2 30420 098.9312 127.5473 0188646 122.2953 276.9904 14.67406899404187
+1 30421U 99025AEL 14238.13379682  .00024881  00000-0  31236-2 0  3648
+2 30421 099.0959 100.9219 0083356 057.3294 061.8605 14.79668797399887
+1 30423U 99025AEN 14238.10121719  .00004489  00000-0  16713-2 0   252
+2 30423 098.5218 159.9167 0080074 079.1624 045.0590 14.30722638394211
+1 30429U 99025AEQ 14237.41004631  .00007407  00000-0  14812-2 0  1627
+2 30429 099.1632 125.7165 0096370 030.0271 056.3042 14.59251859401414
+1 30431U 99025AES 14237.75673574  .00011606  00000-0  97861-3 0  2864
+2 30431 098.6252 045.3297 0134507 296.5970 190.3278 14.91530404407094
+1 30432U 99025AET 14237.92869325  .00000882  00000-0  33754-3 0  9788
+2 30432 098.8008 326.1065 0095664 200.9162 220.2125 14.30709287396328
+1 30434U 99025AEV 14237.09497007  .00000174  00000-0  17354-3 0  3485
+2 30434 099.2853 276.3599 0124225 243.1534 173.1722 13.87871051384347
+1 30435U 99025AEW 14236.45439229  .00001314  00000-0  13890-2 0  4182
+2 30435 099.0166 056.3397 0237600 153.6479 272.5284 13.64591079376465
+1 30436U 99025AEX 14237.29920457  .00001477  00000-0  10042-2 0  2975
+2 30436 098.4275 009.6986 0141588 299.8287 117.2555 13.96751333385321
+1 30437U 99025AEY 14237.13179520  .00002924  00000-0  10003-2 0  9899
+2 30437 098.8862 341.0215 0086388 196.0704 285.0441 14.34990406396334
+1 30438U 99025AEZ 14237.51485431  .00000948  00000-0  84146-3 0  1204
+2 30438 098.7647 076.4147 0147155 229.6316 198.3095 13.82396057381654
+1 30439U 99025AFA 14236.83395027  .00000027  00000-0  44576-4 0  1729
+2 30439 099.0963 247.8300 0039905 012.4307 111.7991 14.04965935387973
+1 30441U 99025AFC 14237.66121968  .00000286  00000-0  30515-3 0  1561
+2 30441 099.0676 122.9041 0191775 032.6814 020.1694 13.74036017381493
+1 30442U 99025AFD 14236.65839707  .00001020  00000-0  62769-3 0  8815
+2 30442 099.0724 269.3961 0073275 082.0287 045.0326 14.06516235389220
+1 30443U 99025AFE 14236.76219256  .00001426  00000-0  82484-3 0  9557
+2 30443 098.7820 160.4138 0034603 274.1740 138.9895 14.10219261389903
+1 30444U 99025AFF 14237.48749025  .00004155  00000-0  17694-2 0  2230
+2 30444 099.2632 321.3689 0265191 160.1219 268.6921 14.08542388388415
+1 30445U 99025AFG 14237.09920374  .00000420  00000-0  14244-3 0   717
+2 30445 098.7901 343.3570 0124504 034.1177 089.2698 14.37779566397394
+1 30446U 99025AFH 14236.01523148  .00001165  00000-0  55208-3 0  3688
+2 30446 098.9188 245.1905 0048377 241.0536 174.5627 14.21003078392954
+1 30447U 99025AFJ 14237.14586383  .00001672  00000-0  78376-3 0   102
+2 30447 098.9750 293.7358 0106188 127.8243 287.8506 14.18610390391682
+1 30448U 99025AFK 14237.98839718  .00001388  00000-0  77448-3 0  2361
+2 30448 099.0247 228.9318 0023879 285.2923 138.8567 14.12460868388349
+1 30450U 99025AFM 14237.33964264  .00000946  00000-0  20969-3 0    80
+2 30450 098.5340 264.7232 0241458 230.6923 254.2726 14.43262366398283
+1 30451U 99025AFN 14237.23248748  .00005457  00000-0  17251-2 0   409
+2 30451 098.8851 335.6887 0074914 199.4641 221.5676 14.39003478396188
+1 30452U 99025AFP 14237.71177003  .00003593  00000-0  16853-2 0  9469
+2 30452 099.3409 019.6347 0094065 222.9932 263.1665 14.18513017391387
+1 30453U 99025AFQ 14237.65771438  .00001592  00000-0  87151-3 0  8225
+2 30453 099.0846 233.9605 0141101 024.2065 040.7824 14.08444216389243
+1 30454U 99025AFR 14237.05757692  .00001375  00000-0  93746-3 0  1371
+2 30454 098.1256 256.6676 0228746 327.1024 092.7181 13.89472148383228
+1 30455U 99025AFS 14237.45106284  .00009220  00000-0  69908-3 0  2664
+2 30455 098.7891 139.2721 0165599 283.8763 167.3386 14.92199813407550
+1 30462U 99025AFZ 14238.08635561  .00000065  00000-0  64135-4 0  9671
+2 30462 099.0415 267.0714 0142273 276.5038 143.2893 14.03938911388729
+1 30464U 99025AGB 14236.88160657  .00000161  00000-0  11288-3 0  9945
+2 30464 099.0265 207.5872 0109681 311.4402 101.3443 14.09143608389889
+1 30465U 99025AGC 14237.50861390  .00001473  00000-0  82606-3 0  9497
+2 30465 099.0232 228.0202 0023293 292.1766 192.9755 14.12108451388906
+1 30466U 99025AGD 14237.36533935  .00001047  00000-0  57545-3 0  9977
+2 30466 099.0236 265.8569 0135503 231.5760 258.6869 14.09387462390350
+1 30467U 99025AGE 14238.00163198  .00000889  00000-0  54276-3 0    84
+2 30467 099.0701 254.6236 0071222 257.3558 164.2968 14.07439315390099
+1 30468U 99025AGF 14237.53150410  .00001586  00000-0  99558-3 0  2624
+2 30468 099.1683 231.9274 0090088 080.8189 038.8889 14.03977608386967
+1 30469U 99025AGG 14237.38451620  .00000486  00000-0  39286-3 0  2827
+2 30469 098.5280 008.8128 0174535 046.1977 020.6586 13.87604275383703
+1 30470U 99025AGH 14238.62730154  .00017742  00000-0  98121-2 0  7818
+2 30470 098.1828 009.9192 0136430 169.2238 191.2383 14.06779348382661
+1 30471U 99025AGJ 14237.97499178  .00001072  00000-0  74291-3 0  2158
+2 30471 099.2253 232.4867 0103163 146.1321 269.7380 13.98649797385678
+1 30472U 99025AGK 14238.04970343  .00001613  00000-0  75213-3 0    60
+2 30472 098.9179 256.0679 0060540 247.7276 172.3542 14.20920603391336
+1 30473U 99025AGL 14237.59058809  .00003218  00000-0  15611-2 0  9421
+2 30473 098.8209 202.1746 0010873 208.3287 215.4174 14.19027397390713
+1 30474U 99025AGM 14237.84985084  .00001570  00000-0  88059-3 0   162
+2 30474 098.9165 197.7612 0029411 279.7915 133.2098 14.11859454389152
+1 30475U 99025AGN 14237.29732984  .00001204  00000-0  75050-3 0  5943
+2 30475 099.0918 250.2750 0046785 023.1520 098.5437 14.06285580388241
+1 30476U 99025AGP 14238.07216064  .00001181  00000-0  75405-3 0  2649
+2 30476 098.9489 179.3449 0056036 350.1427 139.7513 14.04740837387272
+1 30477U 99025AGQ 14234.45350815 -.00000094  00000-0 -89745-4 0  8936
+2 30477 099.4174 318.7727 0449168 043.7663 013.4674 13.16776018362908
+1 30478U 99025AGR 14238.09495228  .00007199  00000-0  16222-2 0  1098
+2 30478 098.9482 026.5419 0081351 055.2535 034.6066 14.54651647397326
+1 30480U 99025AGS 14238.14548249  .00000309  00000-0  11915-3 0  9278
+2 30480 098.6979 304.2227 0176922 092.8324 328.2621 14.28910003397089
+1 30481U 99025AGT 14238.01107627  .00000490  00000-0  15381-3 0  9166
+2 30481 098.7590 252.2001 0253058 213.8440 200.5792 14.28638030394717
+1 30483U 99025AGV 14238.04828247  .00009831  00000-0  14870-2 0  9337
+2 30483 099.0029 063.9369 0169357 271.3789 213.9774 14.65187067399620
+1 30484U 99025AGW 14237.48947909  .00005770  00000-0  12685-2 0   568
+2 30484 099.0416 054.3755 0085311 052.6552 007.1034 14.55684099399076
+1 30485U 99025AGX 14237.14098552  .00002720  00000-0  10441-2 0  7874
+2 30485 098.9575 311.6948 0144765 047.1297 013.1014 14.25718907393586
+1 30486U 99025AGY 14237.61565316  .00004258  00000-0  51931-3 0  8176
+2 30486 098.8550 109.6344 0200677 059.8678 353.2260 14.70655649404534
+1 30489U 99025AHB 14237.43114683  .00000154  00000-0  96757-4 0  8544
+2 30489 098.9410 302.4953 0146384 156.2822 333.6770 14.12427376391240
+1 30490U 99025AHC 14237.09271090  .00004058  00000-0  95302-3 0  9298
+2 30490 098.6682 269.8887 0246276 161.9257 263.9549 14.38100819395519
+1 30491U 99025AHD 14237.57667502  .00004942  00000-0  21900-2 0  7684
+2 30491 101.5257 338.7523 0038472 245.0851 238.5783 14.23376587391410
+1 30492U 99025AHE 14237.40137999  .00002159  00000-0  12976-2 0  3394
+2 30492 102.3509 085.9332 0185802 244.0036 241.1022 14.00366848385887
+1 30493U 99025AHF 14236.56655330  .00001343  00000-0  11770-2 0  9194
+2 30493 098.6273 355.0542 0202914 283.7163 135.9379 13.78274831380189
+1 30494U 99025AHG 14237.87009410  .00000878  00000-0  89759-3 0  9704
+2 30494 099.6310 253.4104 0198029 185.3376 299.0088 13.71133280379195
+1 30495U 99025AHH 14237.80135769  .00000102  00000-0  29167-3 0  5786
+2 30495 102.2533 178.8303 0604825 334.7787 076.3375 12.84816028355614
+1 30496U 99025AHJ 14238.09013266  .00001633  00000-0  22846-3 0  9518
+2 30496 098.8525 086.8328 0201981 074.0929 051.6158 14.66134677404625
+1 30497U 99025AHK 14237.09329015  .00010854  00000-0  24083-2 0  1836
+2 30497 099.1504 061.1136 0095700 233.1841 251.2835 14.54456527396753
+1 30498U 99025AHL 14237.89312978  .00001389  00000-0  10941-2 0  1476
+2 30498 099.2050 203.4132 0116238 229.3501 193.9959 13.90352422383920
+1 30499U 99025AHM 14237.33476728  .00006379  00000-0  16402-2 0   639
+2 30499 098.9765 003.3513 0149226 092.4616 322.2478 14.44044341396092
+1 30500U 99025AHN 14237.65307360  .00002326  00000-0  15335-2 0  1736
+2 30500 099.1265 209.6961 0090007 105.4934 309.7862 14.00772415386224
+1 30501U 99025AHP 14237.42725484  .00001451  00000-0  89384-3 0  8903
+2 30501 098.8666 169.4863 0053465 334.5764 119.4701 14.06393151388089
+1 30503U 99025AHR 14236.89425824  .00000116  00000-0  87378-4 0  6783
+2 30503 099.0127 318.3356 0009124 028.8436 037.7246 14.12447089390525
+1 30504U 99025AHS 14236.82467991  .00000596  00000-0  31399-3 0  6174
+2 30504 098.8200 178.1447 0123114 053.4458 000.9620 14.13846973390526
+1 30505U 99025AHT 14236.63927589  .00001431  00000-0  88562-3 0  2773
+2 30505 099.1139 223.5502 0076682 316.9509 109.1542 14.05495656387328
+1 30506U 99025AHU 14236.00379080  .00000441  00000-0  29114-3 0  1386
+2 30506 099.0726 249.8837 0074544 037.7930 016.2997 14.05544141388061
+1 30507U 99025AHV 14237.64932429  .00001673  00000-0  10443-2 0  4431
+2 30507 099.1137 211.7036 0149935 109.8043 307.9519 14.00744475386392
+1 30508U 99025AHW 14237.92133211  .00010731  00000-0  37573-2 0  3331
+2 30508 099.2152 308.9060 0310650 142.7001 275.7625 14.11598147389377
+1 30509U 99025AHX 14236.11184250  .00000962  00000-0  75677-3 0  1905
+2 30509 098.4992 007.3869 0115961 063.1695 349.1811 13.90867329383296
+1 30510U 99025AHY 14237.42718825  .00001524  00000-0  10699-2 0  3137
+2 30510 099.0307 177.3931 0087407 058.2180 060.4728 13.97948279387396
+1 30512U 99025AJA 14236.64213303  .00007510  00000-0  75716-3 0   368
+2 30512 098.8077 112.7179 0180402 356.6964 059.0287 14.80075133405174
+1 30513U 99025AJB 14237.13203035  .00010047  00000-0  15874-2 0  1431
+2 30513 099.0562 081.5001 0102363 042.5979 077.5202 14.69073770400877
+1 30514U 99025AJC 14237.00963992  .00000557  00000-0  21550-3 0    43
+2 30514 098.8287 248.0714 0195210 289.6483 122.7778 14.24460840393227
+1 30515U 99025AJD 14236.97737419  .00000943  00000-0  58243-3 0  5089
+2 30515 098.4816 235.6136 0538951 076.3969 339.3128 13.52681898374272
+1 30516U 99025AJE 14236.24643622  .00001367  00000-0  74087-3 0  9801
+2 30516 098.9928 225.2328 0016412 260.4619 221.4265 14.14113796390627
+1 30519U 99025AJH 14237.14314830  .00003390  00000-0  44228-3 0  9712
+2 30519 098.8510 091.4814 0185989 069.9214 056.4544 14.69905783405132
+1 30520U 99025AJJ 14238.10314053  .00004117  00000-0  65031-3 0    93
+2 30520 098.7566 033.5041 0177774 119.2021 302.5371 14.62885219403259
+1 30521U 99025AJK 14237.77071823  .00000590  00000-0  16101-3 0  9804
+2 30521 099.0478 048.5582 0167872 344.3598 147.9312 14.43710039399414
+1 30522U 99025AJL 14238.08042204  .00003180  00000-0  95172-3 0   603
+2 30522 099.3981 153.3297 0083736 238.3428 250.3869 14.41669925397885
+1 30523U 99025AJM 14237.13353668  .00000162  00000-0  68114-4 0  6530
+2 30523 098.7282 284.6509 0255095 302.0004 118.4435 14.23405736393680
+1 30524U 99025AJN 14237.91724804  .00001493  00000-0  15690-2 0  9621
+2 30524 099.3005 123.1073 0258444 244.7460 176.8762 13.62939546376352
+1 30525U 99025AJP 14237.56747123  .00000713  00000-0  86712-3 0  5367
+2 30525 098.5715 241.0185 0312926 186.3131 303.3153 13.50035364373550
+1 30526U 99025AJQ 14239.10919446  .00000533  00000-0  67053-3 0  9708
+2 30526 099.5023 115.0806 0319642 093.7372 270.0824 13.44711794372201
+1 30527U 99025AJR 14237.06135485  .00000649  00000-0  98693-3 0  3475
+2 30527 100.3833 271.1978 0429149 204.3985 216.7892 13.24517892366509
+1 30528U 99025AJS 14237.70070858  .00000290  00000-0  17294-3 0  8148
+2 30528 098.2423 023.0461 0152363 195.7213 297.3505 14.08226457390059
+1 30529U 99025AJT 14237.77079735  .00000702  00000-0  76596-3 0  6987
+2 30529 098.4451 257.3456 0249830 010.1254 045.1063 13.62862799377170
+1 30530U 99025AJU 14237.67719120  .00000513  00000-0  19510-3 0  7352
+2 30530 098.7307 226.7081 0107279 085.4791 329.1947 14.32017873396822
+1 30531U 99025AJV 14237.78788494  .00002972  00000-0  16519-2 0  1298
+2 30531 102.3253 169.5299 0049618 202.0416 215.1215 14.11739030389819
+1 30532U 99025AJW 14238.00492548  .00004837  00000-0  24633-2 0  7987
+2 30532 096.9789 333.2596 0166866 229.4251 129.2300 14.09158759388557
+1 30533U 99025AJX 14238.04373919  .00001839  00000-0  88506-3 0    63
+2 30533 098.9964 265.0110 0147495 178.4128 244.7839 14.14472858390875
+1 30538U 99025AKC 14237.96650492  .00028347  00000-0  15124-2 0  1892
+2 30538 099.1874 232.4774 0236291 032.5699 019.3327 14.94207509405897
+1 30539U 99025AKD 14237.10558368  .00000617  00000-0  18839-3 0   401
+2 30539 098.7959 347.0822 0146047 007.0683 070.3646 14.39761474397709
+1 30540U 99025AKE 14235.81951163  .00000994  00000-0  58223-3 0  1656
+2 30540 099.0445 272.3185 0070880 275.0084 144.7533 14.09411364388887
+1 30541U 99025AKF 14237.00698351  .00001025  00000-0  59627-3 0  1629
+2 30541 099.0289 252.6366 0018957 306.5387 107.2634 14.10850678389782
+1 30542U 99025AKG 14236.58574529  .00000277  00000-0  19891-3 0  1539
+2 30542 099.1117 228.8418 0027259 330.0237 156.6113 14.05296577389335
+1 30543U 99025AKH 14237.77970840 -.00000049  00000-0 -19181-5 0   462
+2 30543 099.1316 245.2317 0072647 327.3277 083.9565 14.01523198387577
+1 30545U 99025AKK 14232.23630505  .00000109  00000-0  20802-3 0  7890
+2 30545 098.9892 232.5056 0476695 270.0385 146.5933 13.18598237364752
+1 30546U 99025AKL 14237.49690794  .00002322  00000-0  46875-3 0  8089
+2 30546 098.9622 063.1300 0156025 250.8602 163.0993 14.55151176401081
+1 30547U 99025AKM 14237.45518715  .00000364  00000-0  14157-3 0  9373
+2 30547 098.7088 318.8351 0103775 128.0375 292.4672 14.32741540395560
+1 30548U 99025AKN 14235.82617137  .00001041  00000-0  62924-3 0  7557
+2 30548 099.7235 088.4716 0085274 221.6213 201.3943 14.07324999387484
+1 30549U 99025AKP 14237.79530036  .00001050  00000-0  65415-3 0  1404
+2 30549 098.4881 327.8853 0338748 097.8868 023.3916 13.81796552380873
+1 30550U 99025AKQ 14237.59123530  .00001238  00000-0  10574-2 0  6241
+2 30550 099.1404 157.7032 0157777 313.4936 167.3917 13.83490394381077
+1 30552U 99025AKS 14238.05189767  .00001834  00000-0  96008-3 0  1603
+2 30552 098.9839 265.6672 0018886 291.2802 133.3316 14.15514518388882
+1 30553U 99025AKT 14238.10729701  .00001844  00000-0  76688-3 0   329
+2 30553 099.1341 005.4284 0038380 356.6845 088.7511 14.27308400392077
+1 30554U 99025AKU 14237.37478558  .00003963  00000-0  14867-2 0   985
+2 30554 098.8268 274.0562 0035742 198.9807 284.0951 14.31874468392165
+1 30555U 99025AKV 14236.03456992  .00000787  00000-0  49539-3 0  1668
+2 30555 099.0964 252.7677 0051658 043.8995 009.6507 14.06676885386977
+1 30556U 99025AKW 14238.13016794  .00000229  00000-0  18909-3 0  2865
+2 30556 099.1454 289.0104 0066023 132.1745 294.4393 13.97863815385648
+1 30557U 99025AKX 14238.05927034  .00000484  00000-0  36262-3 0  3805
+2 30557 099.1932 270.7226 0079686 143.6141 270.5314 13.97998695384875
+1 30558U 99025AKY 14237.55579685 -.00000441  00000-0 -61394-3 0  2960
+2 30558 099.4891 340.1639 0452945 052.1647 063.6309 13.17619960362688
+1 30560U 99025ALA 14238.06558282  .00000287  00000-0  16404-3 0  9831
+2 30560 098.9218 262.1925 0122254 107.3823 312.0705 14.13284515390341
+1 30561U 99025ALB 14236.03513016  .00000119  00000-0  95514-4 0  1200
+2 30561 099.0330 253.0688 0062006 224.1750 191.1835 14.07708167388499
+1 30562U 99025ALC 14237.37992736  .00000925  00000-0  56546-3 0  9900
+2 30562 099.0584 271.6348 0071988 055.3181 064.4619 14.07172466387725
+1 30563U 99025ALD 14238.10288222  .00008313  00000-0  20405-2 0   792
+2 30563 099.1125 061.2438 0081444 137.6321 318.5540 14.50636451396700
+1 30564U 99025ALE 14237.74419706  .00000844  00000-0  50036-3 0  9766
+2 30564 099.1541 271.0712 0229318 039.4385 023.8933 13.97985592385491
+1 30565U 99025ALF 14235.82831242  .00000706  00000-0  52583-3 0  7749
+2 30565 098.4868 004.2169 0170351 019.3407 132.7950 13.91220007382709
+1 30566U 99025ALG 14238.09164389  .00001416  00000-0  99227-3 0  3227
+2 30566 099.0537 183.2994 0085163 055.7578 071.6262 13.98274215385137
+1 30567U 99025ALH 14237.32841419  .00000460  00000-0  29454-3 0  8676
+2 30567 099.0289 265.4987 0111827 260.5943 219.7113 14.05477002387518
+1 30568U 99025ALJ 14236.07880090  .00001827  00000-0  95833-3 0  2188
+2 30568 098.9881 274.6994 0029307 196.0634 229.6725 14.15273779388815
+1 30569U 99025ALK 14237.00466097  .00002735  00000-0  12187-2 0   851
+2 30569 098.8941 249.6054 0024802 355.6801 004.4159 14.23504380390698
+1 30570U 99025ALL 14237.28669814  .00000342  00000-0  22194-3 0   127
+2 30570 099.0608 235.0799 0037132 332.4295 143.6645 14.09124153387915
+1 30571U 99025ALM 14236.56248455  .00000179  00000-0  13200-3 0  1848
+2 30571 099.0763 234.0878 0020587 310.4351 166.9812 14.07898897387858
+1 30572U 99025ALN 14235.96719345 -.00000131  00000-0 -51747-4 0  1819
+2 30572 099.0932 229.1135 0024238 318.3557 095.3721 14.06313612387254
+1 30573U 99025ALP 14238.06653515  .00001427  00000-0  10126-2 0  3600
+2 30573 099.0740 183.1417 0104224 140.5382 348.6040 13.96693830384053
+1 30574U 99025ALQ 14233.27161753  .00000697  00000-0  78546-3 0  6610
+2 30574 099.3639 132.0610 0248146 260.7731 226.6445 13.61827111373726
+1 30575U 99025ALR 14237.10203817  .00001081  00000-0  46618-3 0   184
+2 30575 099.2199 026.3528 0059559 274.1861 175.1147 14.25871385392069
+1 30576U 99025ALS 14237.57804277  .00003204  00000-0  11742-2 0  9775
+2 30576 099.0704 351.8738 0118408 025.1233 102.9328 14.29739626394757
+1 30577U 99025ALT 14236.94545093  .00000546  00000-0  35982-3 0  1326
+2 30577 099.1074 234.4972 0030343 324.5997 099.9622 14.05965692387144
+1 30578U 99025ALU 14237.06530932  .00002931  00000-0  15853-2 0   397
+2 30578 099.0768 256.2704 0056801 012.5562 050.4665 14.12531064387248
+1 30579U 99025ALV 14237.67610260  .00000435  00000-0  31035-3 0   880
+2 30579 099.1665 238.3804 0054903 040.0546 026.1600 14.02031798386186
+1 30580U 07004A   14238.09932961 -.00000484  00000-0  00000+0 0  8708
+2 30580 013.2319 358.8921 8303822 198.3022 359.4751 01.00270571 27336
+1 30593U 99025ALY 14237.36960450  .00003578  00000-0  15158-2 0  7134
+2 30593 102.4008 267.4151 0019016 218.4185 275.9171 14.26397425393032
+1 30594U 99025ALZ 14236.74810888  .00000239  00000-0  12152-3 0  2728
+2 30594 098.9757 320.9508 0200862 124.7815 006.3043 14.14704920392025
+1 30596U 99025AMB 14237.04032991  .00000283  00000-0  93305-4 0  8685
+2 30596 098.7188 259.4825 0268032 216.0433 199.7291 14.27807959396122
+1 30597U 99025AMC 14238.14932955  .00003140  00000-0  12651-2 0  5468
+2 30597 098.9524 304.4254 0140956 070.6286 353.0998 14.23452393392860
+1 30599U 99025AME 14237.34716759  .00000776  00000-0  28404-3 0  5829
+2 30599 099.0184 259.1059 0337031 199.8942 291.3948 14.08818978389368
+1 30600U 99025AMF 14238.64632201  .00003748  00000-0  21072-2 0  5561
+2 30600 098.3669 235.3935 0471598 308.5756 047.4477 13.66140967376248
+1 30602U 99025AMH 14238.13846003  .00002207  00000-0  11355-2 0  7434
+2 30602 099.0550 286.8781 0041690 230.7827 190.2620 14.15876178389716
+1 30603U 99025AMJ 14237.72107589  .00001131  00000-0  10685-2 0  7944
+2 30603 098.4490 296.5111 0200093 221.9119 265.2719 13.74445290381173
+1 30604U 99025AMK 14237.14161491  .00000265  00000-0  11787-3 0  3682
+2 30604 098.8575 304.3202 0223262 054.2221 009.2645 14.18429408393275
+1 30606U 99025AMM 14238.10280924  .00003604  00000-0  77638-3 0  7236
+2 30606 098.5644 280.0351 0268766 074.4947 340.1761 14.38936088396967
+1 30607U 99025AMN 14237.35311766  .00003243  00000-0  14684-2 0   471
+2 30607 098.9572 251.1842 0049693 268.5875 216.7098 14.22040326387817
+1 30608U 99025AMP 14237.56735757  .00000885  00000-0  47693-3 0  1674
+2 30608 098.9490 222.3768 0009707 119.2558 018.2780 14.15401113388817
+1 30609U 99025AMQ 14238.10564285  .00001308  00000-0  98154-3 0  1480
+2 30609 098.5384 024.7320 0150260 045.1963 007.5234 13.90873329381667
+1 30610U 99025AMR 14238.07730346  .00039327  00000-0  52783-3 0  2369
+2 30610 098.8563 273.0736 0101796 288.1878 123.6187 15.51816121414553
+1 30611U 99025AMS 14237.18566403  .00010513  00000-0  70345-3 0  8582
+2 30611 098.6438 043.2658 0253647 267.2471 146.9088 14.84489686405244
+1 30612U 99025AMT 14237.16220718  .00001899  00000-0  44593-3 0  7387
+2 30612 099.1119 101.5864 0127625 357.6159 125.1015 14.50957200399850
+1 30613U 99025AMU 14237.75230944  .00004155  00000-0  10050-2 0  8272
+2 30613 098.6836 268.7567 0245224 173.0879 258.0456 14.36940536395817
+1 30616U 99025AMX 14229.78227044  .00000556  00000-0  82087-3 0   583
+2 30616 098.6459 160.8965 0402820 118.7864 273.6868 13.28728663367030
+1 30619U 99025ANA 14236.27640284  .00000572  00000-0  16410-3 0   487
+2 30619 098.7013 240.4385 0236607 107.5599 310.8328 14.33712717396925
+1 30621U 99025ANC 14237.01480457  .00001383  00000-0  11193-2 0  8297
+2 30621 098.6522 035.9917 0172507 141.7056 345.0649 13.84986688381987
+1 30622U 99025AND 14237.26353189  .00002549  00000-0  18349-2 0  8505
+2 30622 100.9933 030.6426 0115034 307.7740 172.4898 13.94959413384397
+1 30623U 99025ANE 14235.74899571  .00000247  00000-0  40316-3 0  9994
+2 30623 098.8355 220.6833 0411127 181.6875 305.5646 13.26382818364598
+1 30624U 99025ANF 14237.13248612  .00003157  00000-0  17429-2 0  2055
+2 30624 098.8770 201.3317 0040182 318.0194 041.7900 14.11763728387148
+1 30625U 99025ANG 14236.45897220  .00001896  00000-0  12549-2 0  2398
+2 30625 098.9149 158.4748 0090697 072.5912 354.9666 14.00727526384572
+1 30627U 99025ANJ 14237.39310147  .00006233  00000-0  13572-2 0  1040
+2 30627 098.9336 026.3495 0085017 043.0378 009.8496 14.56097062396973
+1 30628U 99025ANK 14237.14837138  .00001495  00000-0  60999-3 0   734
+2 30628 099.3943 081.7254 0039836 010.3736 116.0449 14.28636600392212
+1 30629U 99025ANL 14237.60222767  .00002151  00000-0  10419-2 0  3848
+2 30629 099.2646 007.2394 0012005 177.4671 311.5093 14.19541270389583
+1 30630U 99025ANM 14236.73404205  .00000454  00000-0  27515-3 0  4102
+2 30630 099.0161 311.7676 0028326 231.0628 255.6238 14.11314616388484
+1 30631U 99025ANN 14237.10700388  .00002855  00000-0  13954-2 0  2708
+2 30631 099.0526 298.3561 0056247 338.5025 077.4856 14.17971946389095
+1 30632U 99025ANP 14237.70841402  .00002813  00000-0  14159-2 0   168
+2 30632 098.9879 249.0576 0019332 274.8606 149.6558 14.17132227389132
+1 30633U 99025ANQ 14237.95794127  .00000978  00000-0  70206-3 0  2503
+2 30633 098.4415 013.4056 0142870 296.3140 188.7095 13.94402791383848
+1 30634U 99025ANR 14237.81582413  .00001339  00000-0  10382-2 0  3019
+2 30634 099.1218 170.9983 0154320 186.6795 234.8631 13.88922574381875
+1 30636U 99025ANT 14238.10728007  .00018698  00000-0  28556-2 0  1022
+2 30636 098.7856 028.4323 0113564 211.1206 210.4912 14.69548570399962
+1 30637U 99025ANU 14237.42119400  .00003420  00000-0  78259-3 0  1818
+2 30637 098.9554 035.4540 0106351 017.9367 034.6284 14.52954449397262
+1 30639U 99025ANW 14237.29508527  .00001727  00000-0  10707-2 0  2729
+2 30639 099.1601 241.4373 0101736 009.1747 111.0228 14.03996228385284
+1 30640U 99025ANX 14236.88515241  .00000937  00000-0  63766-3 0  2711
+2 30640 099.1240 204.8488 0101286 026.2638 035.6904 14.00066224384837
+1 30641U 99025ANY 14237.13031813  .00000933  00000-0  17084-3 0  9893
+2 30641 098.9752 107.1896 0185812 209.0520 281.1043 14.58198020401553
+1 30642U 99025ANZ 14238.08841594  .00008777  00000-0  22390-2 0   883
+2 30642 099.0400 036.4904 0079238 140.3223 313.3850 14.48909989395921
+1 30645U 99025APC 14237.77197028  .00009702  00000-0  19249-2 0  9783
+2 30645 099.0031 048.0070 0072114 047.2068 079.1235 14.60782287397093
+1 30646U 99025APD 14237.14419804  .00000183  00000-0  14282-3 0  9400
+2 30646 099.0865 290.4129 0054859 072.5019 346.6506 14.03684290386420
+1 30647U 99025APE 14237.68575541  .00001854  00000-0  84663-3 0  9733
+2 30647 098.9937 317.0886 0053956 280.7907 183.4397 14.22051514390238
+1 30648U 99025APF 14237.67129426  .00001484  00000-0  70982-3 0   111
+2 30648 098.8951 268.2317 0050951 263.8110 222.2088 14.19998013390262
+1 30649U 99025APG 14237.10789196  .00001098  00000-0  63671-3 0  9089
+2 30649 099.0356 278.5119 0065301 031.4762 022.4630 14.09874473386907
+1 30650U 99025APH 14238.10321168  .00000849  00000-0  59649-3 0  2753
+2 30650 099.0298 180.8061 0090637 090.1256 033.3710 13.98974915384238
+1 30652U 99025APJ 14236.97179471 -.00000166  00000-0 -72319-4 0   107
+2 30652 099.0886 224.1070 0007321 282.4559 137.4355 14.06764007386428
+1 30654U 99025APL 14237.22041801  .00001074  00000-0  67762-3 0  8372
+2 30654 099.2282 330.9210 0039619 068.9943 355.0692 14.06050206385502
+1 30655U 99025APM 14237.80035490  .00002945  00000-0  14697-2 0  9933
+2 30655 098.7369 169.9407 0020082 176.1363 238.3628 14.17499224386673
+1 30656U 99025APN 14237.12867961  .00001309  00000-0  72754-3 0  9319
+2 30656 099.0393 282.6494 0049582 010.8837 049.7084 14.12301142385596
+1 30657U 99025APP 14237.46970323  .00001755  00000-0  96503-3 0  9395
+2 30657 099.0240 228.4820 0023040 283.2739 206.1341 14.12905218386407
+1 30658U 99025APQ 14235.71339269  .00001097  00000-0  10426-2 0  5439
+2 30658 098.4678 293.5750 0207450 252.9832 235.1489 13.73603977378923
+1 30659U 99025APR 14237.72136434  .00004305  00000-0  57427-3 0  8589
+2 30659 099.0214 146.6036 0190815 144.3412 280.9588 14.68312094403093
+1 30660U 99025APS 14237.13423731  .00003261  00000-0  50516-3 0  4875
+2 30660 098.3666 210.5414 0208661 016.3222 043.2597 14.60335317402369
+1 30661U 99025APT 14238.12218162  .00000089  00000-0  59323-4 0  9007
+2 30661 099.4846 084.7564 0148918 144.2737 343.7225 14.18786472393796
+1 30662U 99025APU 14238.09075382  .00001255  00000-0  78463-3 0  5578
+2 30662 098.9664 188.5677 0045423 351.4737 067.5896 14.06047428384340
+1 30663U 99025APV 14236.83964388  .00001368  00000-0  12473-2 0  1201
+2 30663 099.2633 238.3293 0720387 191.3737 295.1078 13.04030813356234
+1 30664U 99025APW 14237.40600280  .00007365  00000-0  19164-2 0   941
+2 30664 099.0162 026.2722 0068015 135.4426 284.6655 14.48529542393144
+1 30665U 99025APX 14237.81349743  .00001527  00000-0  10958-2 0  2422
+2 30665 099.0006 167.9628 0092668 075.3688 350.4565 13.96465510382037
+1 30666U 99025APY 14238.07415074 -.00000096  00000-0 -35101-4 0  4864
+2 30666 099.1057 273.6939 0056555 091.1693 322.4516 13.99644285383512
+1 30667U 99025APZ 14237.78575087  .00012467  00000-0  12133-2 0  3155
+2 30667 098.8810 138.2473 0171778 052.6293 350.8982 14.82208066401955
+1 30668U 99025AQA 14236.81756086  .00001038  00000-0  74923-3 0  2314
+2 30668 099.1526 210.3283 0093247 107.5508 008.3159 13.96871656382211
+1 30669U 99025AQB 14237.03884073  .00000648  00000-0  51931-3 0  2497
+2 30669 098.5881 039.5455 0148744 072.0633 050.5644 13.88924975379802
+1 30670U 99025AQC 14237.94086514  .00000135  00000-0  93510-4 0  8568
+2 30670 098.9693 215.5249 0038739 257.0054 165.4529 14.14449959388071
+1 30671U 99025AQD 14237.51457185  .00000920  00000-0  79394-3 0  1814
+2 30671 099.3800 216.6076 0139030 293.6796 186.6764 13.84928159379270
+1 30672U 99025AQE 14238.09803782  .00007432  00000-0  14428-2 0  1908
+2 30672 099.0771 087.6813 0090830 015.1667 110.7558 14.60899496396249
+1 30673U 99025AQF 14236.63355995 -.00000058  00000-0 -81026-5 0  2221
+2 30673 099.1698 213.2321 0053857 025.5419 027.0446 14.01675607387605
+1 30674U 99025AQG 14237.94404022  .00003962  00000-0  21121-2 0   267
+2 30674 099.0041 224.8345 0072674 004.8613 053.9649 14.12563709385180
+1 30675U 99025AQH 14237.66214034  .00001303  00000-0  75291-3 0  9331
+2 30675 099.0266 274.6589 0063577 026.9550 096.8487 14.09800437385487
+1 30676U 99025AQJ 14237.75893641  .00000662  00000-0  37593-3 0  8800
+2 30676 098.2948 214.0872 0514723 286.3254 196.8958 13.61735397376535
+1 30677U 99025AQK 14238.05980823  .00001118  00000-0  52476-3 0  8156
+2 30677 098.2455 080.5459 0081866 105.1302 020.6754 14.20102575392285
+1 30678U 99025AQL 14237.36712497  .00001791  00000-0  13203-2 0  9512
+2 30678 099.0156 166.3531 0108794 157.4840 325.8558 13.93986366380325
+1 30679U 99025AQM 14238.47618907  .00000494  00000-0  45948-3 0  8955
+2 30679 099.5350 215.5395 0180685 060.5369 301.4129 13.75094999377424
+1 30680U 99025AQN 14236.39216705  .00001340  00000-0  18215-2 0  5040
+2 30680 099.5686 066.3694 0378339 277.8758 201.5680 13.35198492369154
+1 30683U 99025AQR 14235.41331737  .00000642  00000-0  52873-3 0  8202
+2 30683 099.1813 172.9796 0161353 210.5419 279.3499 13.86994633381361
+1 30684U 99025AQS 14236.48566650  .00000584  00000-0  68175-3 0  5276
+2 30684 099.8035 240.0940 0245987 327.7400 187.5427 13.60934706374854
+1 30686U 99025AQU 14237.01044409  .00000925  00000-0  20862-3 0  8881
+2 30686 099.0688 059.6950 0212863 324.9084 164.4087 14.46242416397048
+1 30687U 99025AQV 14238.00674719  .00011353  00000-0  20466-2 0   423
+2 30687 099.0004 051.5795 0067084 028.9331 094.1237 14.65239192396704
+1 30688U 99025AQW 14237.32359278  .00001300  00000-0  72359-3 0  8167
+2 30688 098.9985 263.8837 0018875 257.1012 232.2746 14.12763874387837
+1 30689U 99025AQX 14237.36958515  .00000502  00000-0  30640-3 0  9263
+2 30689 098.9860 277.1207 0116142 235.5315 190.6528 14.07304924388175
+1 30690U 99025AQY 14237.74918127  .00000614  00000-0  50463-3 0  2343
+2 30690 099.0864 162.6161 0118116 166.4606 248.7559 13.89924348382369
+1 30691U 99025AQZ 14237.48507510  .00000785  00000-0  71574-3 0  9460
+2 30691 098.7770 079.2083 0148564 242.7942 178.9893 13.81307055380634
+1 30692U 99025ARA 14237.45378324  .00015966  00000-0  49111-3 0   771
+2 30692 098.7167 057.0828 0223325 346.2056 065.4372 15.12814265401246
+1 30693U 99025ARB 14238.07537183  .00000328  00000-0  21177-3 0  7833
+2 30693 098.9509 277.3464 0030099 351.4305 071.3910 14.09661887387591
+1 30694U 99025ARC 14237.60200371  .00001923  00000-0  34458-3 0  9704
+2 30694 099.0487 108.9234 0211007 322.8798 035.7959 14.54801955398053
+1 30695U 99025ARD 14238.08050161  .00011797  00000-0  18596-2 0  2200
+2 30695 098.9739 068.1628 0090687 317.8079 163.7934 14.69863901397386
+1 30696U 99025ARE 14237.99281369  .00001229  00000-0  46746-3 0  9380
+2 30696 098.7838 246.0130 0112257 092.7741 321.4352 14.29322754391667
+1 30697U 99025ARF 14237.55493183  .00001533  00000-0  10306-2 0  2060
+2 30697 099.2043 250.1569 0099001 139.5672 347.6999 13.99845535383276
+1 30699U 99025ARH 14236.34899080  .00001306  00000-0  65340-3 0  1352
+2 30699 099.3440 023.8068 0005194 158.2935 260.5070 14.18651361387438
+1 30700U 99025ARJ 14237.66724766  .00000195  00000-0  10640-3 0  7870
+2 30700 098.8836 231.7585 0089867 172.3643 254.3088 14.20962146389655
+1 30701U 99025ARK 14237.62222329 -.00000043  00000-0  14760-5 0  8924
+2 30701 098.9787 215.7357 0033692 266.8535 157.5948 14.13732671388080
+1 30702U 99025ARL 14237.41638311  .00000632  00000-0  47850-3 0  7537
+2 30702 099.1974 286.1752 0077711 167.8882 318.1543 13.96355441385728
+1 30703U 99025ARM 14237.79648714  .00001253  00000-0  72961-3 0  1891
+2 30703 098.8804 167.4012 0141729 005.8578 047.3549 14.05464138384362
+1 30704U 99025ARN 14237.75299167 -.00000008  00000-0  24413-4 0  4040
+2 30704 099.1406 258.0597 0087447 013.6852 073.8897 13.99482703383772
+1 30705U 99025ARP 14237.88092743  .00000918  00000-0  98436-3 0  5311
+2 30705 102.2141 251.1186 0217988 208.8727 273.2771 13.67805915374425
+1 30706U 99025ARQ 14238.08746361  .00000762  00000-0  41209-3 0  7479
+2 30706 099.0333 323.2052 0030163 346.9647 013.0743 14.15468715387428
+1 30707U 99025ARR 14237.65842495  .00001147  00000-0  69408-3 0  4271
+2 30707 099.4116 008.8858 0035415 075.3749 041.7866 14.08357619385157
+1 30708U 99025ARS 14237.96551578  .00000037  00000-0  46159-4 0  7443
+2 30708 099.0232 242.0673 0007999 342.8721 078.5134 14.10390685386372
+1 30709U 99025ART 14236.75385196  .00001282  00000-0  95536-3 0  7367
+2 30709 099.0442 170.9679 0105201 147.7764 275.6750 13.94104119382236
+1 30710U 99025ARU 14237.78855449  .00001594  00000-0  13325-2 0  8740
+2 30710 102.7640 078.0813 0273807 263.0690 162.0632 13.74860045379369
+1 30712U 99025ARW 14237.01514830  .00021753  00000-0  53220-2 0   372
+2 30712 099.6535 141.2351 0033450 005.4019 117.3397 14.52182160390321
+1 30714U 99025ARY 14236.88521007  .00000359  00000-0  28012-3 0  5895
+2 30714 099.1945 293.1683 0071826 152.7942 262.6810 13.97552494383110
+1 30715U 99025ARZ 14237.52695513  .00001167  00000-0  81374-3 0  2178
+2 30715 099.2252 229.6721 0082116 094.1063 027.8424 13.99052098382542
+1 30716U 99025ASA 14237.38943896  .00001932  00000-0  90878-3 0  8718
+2 30716 098.9176 277.8558 0054946 278.8827 202.6364 14.20399385387815
+1 30717U 99025ASB 14237.42304728  .00001213  00000-0  76925-3 0   237
+2 30717 099.0414 200.8672 0058448 311.0847 176.1275 14.05017543383558
+1 30718U 99025ASC 14237.95191396  .00001490  00000-0  89454-3 0  7315
+2 30718 099.0968 231.5956 0069653 278.9463 134.7126 14.07324795385496
+1 30719U 99025ASD 14237.77017766  .00002108  00000-0  11023-2 0  5056
+2 30719 099.0046 251.5829 0018351 217.2047 194.5448 14.15401228387105
+1 30720U 99025ASE 14238.12828093  .00000929  00000-0  46974-3 0  4109
+2 30720 098.9313 308.2110 0035072 306.1243 113.4571 14.18350483388927
+1 30721U 99025ASF 14238.00716183  .00001992  00000-0  89229-3 0  7972
+2 30721 098.9002 256.0423 0061800 233.4086 187.1128 14.22691184387673
+1 30722U 99025ASG 14235.89686850  .00006672  00000-0  27859-2 0  3587
+2 30722 098.3963 262.4236 0403268 207.0920 280.0929 13.90488638377773
+1 30723U 99025ASH 14237.65165414  .00001840  00000-0  97848-3 0  6932
+2 30723 098.9051 210.9570 0017275 251.0366 165.1163 14.14647693387059
+1 30724U 99025ASJ 14236.81757213  .00000327  00000-0  13907-3 0  8377
+2 30724 099.3209 079.6191 0102389 302.5852 122.0486 14.29875272396256
+1 30725U 99025ASK 14238.62930586  .00001241  00000-0  78305-3 0  3155
+2 30725 099.1063 214.9770 0105194 353.6534 006.3757 14.01492879383452
+1 30726U 99025ASL 14237.12346309  .00001122  00000-0  79470-3 0  2458
+2 30726 099.0209 173.3027 0086908 087.1912 029.6771 13.98000482382269
+1 30727U 99025ASM 14236.56412105  .00012835  00000-0  24405-2 0  5794
+2 30727 099.2024 086.5646 0109080 234.2335 180.1169 14.60498973396861
+1 30728U 99025ASN 14238.00251292  .00000062  00000-0  45453-4 0  7962
+2 30728 098.8341 246.1064 0100809 155.1479 260.6743 14.22280308390255
+1 30730U 99025ASQ 14238.03739806  .00000900  00000-0  48833-3 0   182
+2 30730 099.0008 253.8102 0091541 326.6001 087.4826 14.12912866385685
+1 30731U 99025ASR 14237.42469042  .00001773  00000-0  94294-3 0  6702
+2 30731 098.8790 201.4424 0017297 243.3365 242.5307 14.14703081386645
+1 30732U 99025ASS 14237.32589870  .00000658  00000-0  44251-3 0  1832
+2 30732 099.1755 245.5014 0131045 115.3885 002.4591 14.00049002383947
+1 30733U 99025AST 14236.76241900  .00005512  00000-0  12957-2 0  8848
+2 30733 099.0785 058.8433 0085637 086.8587 274.2400 14.52605560394467
+1 30734U 99025ASU 14237.11529081  .00007396  00000-0  12088-2 0  8968
+2 30734 099.0278 076.7135 0112789 011.1123 113.9693 14.67013171395987
+1 30735U 99025ASV 14237.77504481  .00001537  00000-0  91464-3 0  7065
+2 30735 099.0576 272.7942 0072715 049.2860 011.8610 14.07608492384889
+1 30736U 99025ASW 14235.16817844  .00001072  00000-0  12894-2 0  3099
+2 30736 098.8103 298.9624 0301880 266.8256 150.0936 13.51212342369607
+1 30737U 99025ASX 14234.09431337  .00000121  00000-0  85582-4 0  5508
+2 30737 098.8777 281.6210 0026088 093.5900 321.5637 14.14534995386298
+1 30738U 99025ASY 14237.34180036  .00002977  00000-0  15294-2 0  7275
+2 30738 099.3911 010.4558 0070806 092.6123 322.2524 14.14843847385675
+1 30739U 99025ASZ 14237.64929356  .00000453  00000-0  26322-3 0  6984
+2 30739 098.9374 271.1248 0107343 165.2350 320.1066 14.10768748386459
+1 30740U 99025ATA 14238.03946340  .00001473  00000-0  71067-3 0  7993
+2 30740 098.9018 267.4499 0050317 266.9200 155.7264 14.19571573388195
+1 30741U 99025ATB 14237.01833300  .00000090  00000-0  74709-4 0  7487
+2 30741 098.9977 244.3987 0005290 293.4750 129.2061 14.11434524386703
+1 30742U 99025ATC 14237.38923120  .00001301  00000-0  92281-3 0  2382
+2 30742 099.1992 267.0341 0080182 142.0372 346.4477 13.97948550382502
+1 30744U 99025ATE 14237.24713558  .00002459  00000-0  10829-2 0    77
+2 30744 098.8854 235.9986 0018374 236.7279 253.0112 14.24285315388595
+1 30745U 99025ATF 14237.62944565  .00003277  00000-0  14041-2 0  6956
+2 30745 099.2640 022.8338 0030058 334.6446 084.6286 14.25356422387942
+1 30746U 99025ATG 14237.71693300  .00000797  00000-0  39862-3 0  9489
+2 30746 098.9179 309.5256 0049588 292.2993 193.5764 14.19070103387969
+1 30748U 99025ATJ 14237.41927696  .00019069  00000-0  18856-2 0  2109
+2 30748 099.4909 286.0384 0077453 313.5132 175.0370 14.89714115398474
+1 30749U 99025ATK 14236.78067366  .00000317  00000-0  24793-3 0  9761
+2 30749 099.2091 229.5652 0058792 064.0606 058.7124 13.98765844383049
+1 30750U 99025ATL 14236.88972705  .00001406  00000-0  83627-3 0  8520
+2 30750 098.9877 209.6343 0049925 265.8019 147.9578 14.08468250384152
+1 30751U 99025ATM 14238.05504797  .00000831  00000-0  56421-3 0  2307
+2 30751 099.1631 261.5169 0070271 098.2050 324.9835 14.01770084382827
+1 30752U 99025ATN 14238.02908226  .00003714  00000-0  15915-2 0   235
+2 30752 098.9050 263.4313 0038101 231.1315 190.9020 14.25072152388112
+1 30753U 99025ATP 14236.51536439  .00000846  00000-0  56227-3 0  2047
+2 30753 099.1431 249.3637 0062516 010.5934 142.6679 14.03172380383304
+1 30755U 99025ATR 14237.10661834  .00000638  00000-0  20792-3 0  1117
+2 30755 098.6163 279.2171 0176254 019.5038 033.8386 14.33797874391743
+1 30756U 99025ATS 14237.62660816  .00001070  00000-0  68961-3 0  1744
+2 30756 099.0590 211.7302 0085679 334.4879 085.0658 14.03466137383162
+1 30758U 99025ATU 14237.42493552  .00000938  00000-0  59918-3 0  7633
+2 30758 099.1106 297.2395 0045436 057.0727 071.9975 14.05522565384028
+1 30759U 99025ATV 14237.38009527  .00002768  00000-0  13137-2 0   171
+2 30759 099.2867 016.5550 0018945 153.7473 266.9209 14.20308606387109
+1 30760U 99025ATW 14237.99786403  .00000287  00000-0  21189-3 0  8871
+2 30760 099.0895 258.1844 0053565 326.1332 098.8614 14.02869591383661
+1 30761U 99025ATX 14237.23664235  .00000646  00000-0  28904-3 0  7877
+2 30761 098.9524 332.6710 0097994 359.6936 053.0143 14.23657975388854
+1 30762U 99025ATY 14236.62531012  .00000517  00000-0  35457-3 0  1766
+2 30762 099.1947 276.6808 0208275 110.1025 020.4243 13.93883632381081
+1 30763U 99025ATZ 14237.84109388  .00003693  00000-0  20475-2 0    40
+2 30763 098.8748 195.0247 0041575 310.5890 102.2848 14.11398581384046
+1 30764U 99025AUA 14236.60304774  .00001397  00000-0  16832-3 0  2549
+2 30764 098.8074 095.6962 0206934 010.6682 045.5924 14.71794211401373
+1 30765U 99025AUB 14237.97623624  .00000572  00000-0  36804-3 0   777
+2 30765 099.1161 237.0380 0074292 269.8640 144.3235 14.05952054389728
+1 30766U 99025AUC 14238.36184686  .00000536  00000-0  36274-3 0  1954
+2 30766 099.0566 290.2388 0091318 109.7877 251.3272 14.02614745388029
+1 30768U 99025AUE 14238.00656888  .00001364  00000-0  64962-3 0  8351
+2 30768 098.8934 264.0677 0041371 256.4734 164.3359 14.20610742390567
+1 30770U 99025AUG 14237.75496998  .00000340  00000-0  20998-3 0  1581
+2 30770 098.9819 251.3240 0015409 127.6370 321.0825 14.12077211386582
+1 30771U 99025AUH 14236.79263039  .00001343  00000-0  76396-3 0  2693
+2 30771 098.7797 162.0495 0032045 265.9386 153.8514 14.11296060385189
+1 30773U 07006B   14238.06693406  .00004089  00000-0  12721-3 0   959
+2 30773 046.0672 283.0248 0006595 020.8372 068.0317 15.35161388416604
+1 30774U 07006C   14237.10045676  .00005095  00000-0  20425-3 0  9366
+2 30774 046.0099 126.1069 0007161 084.7078 027.3335 15.26320013413920
+1 30775U 07006D   14237.96162024  .00005583  00000-0  29848-3 0  9469
+2 30775 035.4318 055.2558 0002156 187.0029 305.1671 15.14547544411198
+1 30776U 07006E   14237.76421384  .00006661  00000-0  33151-3 0  9409
+2 30776 035.4295 042.7387 0001764 215.6812 266.0135 15.17013281411308
+1 30777U 07006F   14237.92670599  .00007863  00000-0  39921-3 0  9600
+2 30777 035.4279 055.5020 0002260 158.2053 201.8763 15.16268465411172
+1 30778U 07006G   14238.61293541  .00057001  00000-0  73432-3 0   656
+2 30778 035.6830 030.8715 0009745 113.6113 246.6160 15.57933517415884
+1 30783U 99057NS  14237.74681112  .00000790  00000-0  31389-3 0  9496
+2 30783 098.2914 152.1254 0045582 187.4648 226.7443 14.30781957391587
+1 30789U 99057NY  14237.86457834  .00001229  00000-0  40945-3 0  1518
+2 30789 098.3449 187.2975 0008832 123.3425 296.8253 14.39297072393325
+1 30791U 99057PA  14236.85969126  .00001473  00000-0  46448-3 0   874
+2 30791 098.3301 191.0165 0006693 123.6607 289.8163 14.41715103393760
+1 30792U 99057PB  14237.11001911  .00000113  00000-0  54473-4 0  9994
+2 30792 098.3749 183.6759 0007550 160.9512 320.7828 14.34999602392532
+1 30793U 07007A   14238.37675784  .00000000  00000-0  10000-3 0  1605
+2 30793 000.0311 254.4967 0004470 320.3798 348.7852 01.00268046 26421
+1 30794U 07007B   14239.13492743  .00000000  00000-0  10000-3 0  3234
+2 30794 000.0757 011.3303 0004180 154.4531 224.0756 01.00269933 27492
+1 30795U 07007C   14237.30386553  .00001709  00000-0  89094-3 0  8627
+2 30795 004.1105 237.0362 7165686 333.4729 241.3890 02.41248147 63672
+1 30797U 07004D   14238.39074058  .00000026  00000-0  61765-2 0   324
+2 30797 008.2830 336.0221 8278967 219.3223 034.0651 01.00297873 26458
+1 30798U 07004E   14238.21218065 -.00000347  00000-0  00000+0 0   132
+2 30798 008.9537 348.9799 8279731 207.7493 359.6817 01.00290408 27348
+1 30799U 07004G   14233.50401118 -.00000302  00000-0 -57167-2 0  9054
+2 30799 012.8364 307.3284 8575512 267.5349 318.7303 00.78339071 21309
+1 30800U 99025AUJ 14236.94642213  .00007233  00000-0  20473-2 0   661
+2 30800 099.0282 015.5607 0064135 203.4029 285.8105 14.44678513390392
+1 30802U 99025AUL 14237.70980325  .00001449  00000-0  81561-3 0  9249
+2 30802 099.0238 227.9958 0024439 289.4288 121.6882 14.11914199387647
+1 30803U 99025AUM 14238.10255969  .00000959  00000-0  68152-3 0  1905
+2 30803 099.0618 181.4786 0117041 053.7332 009.8243 13.96721595381940
+1 30804U 99025AUN 14237.63044219  .00000654  00000-0  16098-3 0  4678
+2 30804 098.9220 020.7743 0214504 305.8638 112.9412 14.43271204395037
+1 30805U 99025AUP 14238.09709052  .00000270  00000-0  21876-3 0  2417
+2 30805 099.1931 291.6660 0071491 146.5324 274.7915 13.97474435382923
+1 30806U 99025AUQ 14237.10850705  .00000410  00000-0  42472-3 0  2580
+2 30806 099.0494 087.3207 0281105 101.1345 025.2642 13.64706267373683
+1 30809U 99025AUT 14238.07417072  .00001205  00000-0  69695-3 0  6826
+2 30809 099.0313 276.4796 0065173 026.0058 027.3302 14.09815644387503
+1 30810U 99025AUU 14237.93378074  .00001993  00000-0  18312-2 0  1615
+2 30810 098.6306 317.0833 0250701 075.8904 341.7285 13.70614458374372
+1 30811U 99025AUV 14235.15532270  .00001045  00000-0  12535-2 0  2089
+2 30811 098.8131 299.1824 0301621 263.1583 093.5157 13.51444395370202
+1 30813U 99025AUX 14237.10418887  .00007350  00000-0  17004-2 0  9566
+2 30813 098.9281 018.1994 0083308 071.8990 343.3852 14.53332562393481
+1 30814U 99025AUY 14237.54039237  .00001738  00000-0  81262-3 0  8463
+2 30814 099.0569 330.8765 0049980 310.1192 172.2227 14.21031739387748
+1 30815U 99025AUZ 14234.39707999  .00002519  00000-0  11914-2 0   322
+2 30815 099.3330 023.0026 0002925 176.4878 240.2872 14.20693953386507
+1 30816U 99025AVA 14237.55556824  .00001547  00000-0  10298-2 0  3544
+2 30816 099.1775 241.7331 0065255 053.1259 067.2912 14.01712956383699
+1 30817U 99025AVB 14237.37517513  .00000105  00000-0  10380-3 0  8184
+2 30817 099.1469 286.7382 0068110 133.0158 289.9474 13.97587157382786
+1 30819U 99025AVD 14233.16728422  .00009412  00000-0  19402-2 0  6138
+2 30819 097.3382 211.4867 0072888 049.2458 311.5276 14.58957832396644
+1 30820U 99025AVE 14235.57367926  .00001178  00000-0  79116-3 0  9969
+2 30820 098.6079 101.1823 0064929 351.2252 037.9963 14.01538022383546
+1 30821U 99025AVF 14238.00577856  .00000943  00000-0  31252-3 0  5735
+2 30821 099.1609 055.5414 0103956 123.8432 003.8105 14.37397267393765
+1 30822U 99025AVG 14237.24415633  .00000502  00000-0  31562-3 0  9677
+2 30822 099.0797 234.9433 0076530 358.4010 065.4542 14.07617954385947
+1 30823U 99025AVH 14237.72897477  .00000133  00000-0  11154-3 0  8428
+2 30823 098.8668 149.2139 0142526 061.2090 352.9491 13.98726074383172
+1 30826U 99025AVL 14237.31948065  .00002722  00000-0  44550-3 0  7663
+2 30826 098.8995 062.3418 0207739 140.3410 344.6150 14.58410551398641
+1 30827U 99025AVM 14238.76434241  .00001748  00000-0  10782-2 0  3640
+2 30827 098.8959 167.9329 0073373 334.7450 025.0615 14.04108225383501
+1 30828U 99025AVN 14238.87705984  .00005723  00000-0  10207-2 0  9564
+2 30828 098.7544 259.7483 0353275 054.4051 308.9974 14.33603395391282
+1 30829U 99025AVP 14236.33911059  .00000171  00000-0  13465-3 0  8725
+2 30829 099.0485 264.9560 0037771 025.1908 031.3169 14.04470032384554
+1 30830U 99025AVQ 14237.31333569  .00000048  00000-0  53012-4 0  7309
+2 30830 098.9656 267.9609 0031524 349.6741 069.4515 14.09181933386238
+1 30831U 99025AVR 14236.35153496  .00000325  00000-0  15635-3 0  7241
+2 30831 099.3659 067.7075 0058301 330.8336 028.9590 14.25426126390708
+1 30832U 99025AVS 14211.51915336  .00001084  00000-0  10219-2 0  2657
+2 30832 100.3588 095.1920 0189019 041.7423 319.8248 13.76231535372214
+1 30833U 99025AVT 14237.76023547  .00000378  00000-0  20088-3 0  5280
+2 30833 099.8552 207.7521 0034125 172.2748 187.8924 14.20217578388923
+1 30835U 99025AVV 14236.48417977  .00005310  00000-0  46649-3 0   696
+2 30835 098.7444 099.2369 0180771 300.3458 177.7358 14.85349060402501
+1 30836U 99025AVW 14237.84528727  .00000180  00000-0  13215-3 0  7201
+2 30836 099.0742 232.5128 0026733 323.2043 036.7290 14.08013209385319
+1 30837U 99025AVX 14238.09359395  .00000252  00000-0  16521-3 0  7633
+2 30837 098.9360 275.0115 0033431 341.7562 073.0390 14.10759306385971
+1 30838U 99025AVY 14237.45726812  .00001713  00000-0  85452-3 0  7974
+2 30838 099.0491 311.1450 0058878 162.8317 325.9229 14.17349301386524
+1 30839U 99025AVZ 14237.54791485  .00013468  00000-0  88656-3 0  9020
+2 30839 098.7600 137.4387 0147352 239.4284 119.2328 14.99131298403282
+1 30840U 99025AWA 14237.13225049  .00001261  00000-0  25379-3 0  1332
+2 30840 098.5179 287.7953 0276836 029.8439 026.8770 14.41959048394218
+1 30841U 99025AWB 14237.70142681  .00000780  00000-0  10539-2 0  9442
+2 30841 098.7308 234.1252 0365303 044.0217 318.9397 13.37688470365315
+1 30843U 99025AWD 14237.26286233  .00000387  00000-0  10448-3 0  2005
+2 30843 098.9121 032.4007 0158810 283.7590 198.8725 14.47201989395555
+1 30844U 99025AWE 14238.13772451  .00007216  00000-0  21509-2 0  2226
+2 30844 098.7794 299.8542 0058491 142.0844 272.3930 14.42367767391033
+1 30845U 99025AWF 14231.12982076  .00000179  00000-0  19930-3 0  8239
+2 30845 098.4374 292.9003 0196155 264.3701 122.6203 13.74532832374729
+1 30846U 99025AWG 14237.46274999  .00000825  00000-0  35092-3 0  1868
+2 30846 099.3454 064.9863 0066701 353.7344 063.1138 14.27062559389139
+1 30847U 99025AWH 14237.41356862  .00001200  00000-0  83245-3 0   189
+2 30847 098.8118 137.8539 0082357 044.2320 017.0827 13.99136019381330
+1 30848U 99025AWJ 14237.70598065  .00000968  00000-0  49306-3 0  7430
+2 30848 098.9581 306.9877 0056892 307.8590 183.1676 14.17404852386732
+1 30849U 99025AWK 14236.82962713  .00001139  00000-0  73632-3 0  1713
+2 30849 099.0104 196.6673 0059766 031.7556 032.4174 14.04014385382461
+1 30850U 99025AWL 14236.32563302  .00001344  00000-0  94362-3 0  1587
+2 30850 098.4247 359.6791 0146088 323.2274 098.0370 13.94839542379657
+1 30851U 99025AWM 14235.72520364  .00002756  00000-0  10999-2 0  9570
+2 30851 098.5316 150.8613 0074845 117.1595 243.7242 14.27755291387737
+1 30852U 99025AWN 14237.56923171  .00000674  00000-0  43734-3 0  8387
+2 30852 099.1039 245.3258 0059094 276.2503 206.5867 14.05327689383555
+1 30854U 99025AWQ 14239.21659216  .00083496  00000-0  24518-1 0   875
+2 30854 096.2275 043.1515 0096276 148.9522 211.7903 14.41170709375690
+1 30856U 99025AWS 14237.51269169  .00003447  00000-0  21402-2 0  7877
+2 30856 098.2792 329.1129 0152941 257.9353 223.9346 14.00041196383890
+1 30857U 99025AWT 14237.37711669  .00002318  00000-0  15177-2 0  1501
+2 30857 098.9058 175.0136 0086876 081.3073 040.3692 14.01271594384502
+1 30858U 99025AWU 14237.88431508  .00000474  00000-0  27776-3 0  8865
+2 30858 098.9771 210.7819 0030768 277.8618 135.6034 14.12929837386700
+1 30859U 99025AWV 14237.53278896  .00003060  00000-0  17229-2 0  2035
+2 30859 098.8747 189.7136 0062678 352.9095 071.1000 14.10146157384551
+1 30860U 99025AWW 14236.91132051  .00001363  00000-0  80556-3 0  6841
+2 30860 099.0006 212.9080 0049641 344.6471 069.0876 14.08875293382059
+1 30861U 99025AWX 14237.72275453  .00031498  00000-0  25558-2 0  1911
+2 30861 099.5388 314.5406 0067744 304.4250 055.0575 14.97781771397728
+1 30862U 99025AWY 14237.14221127  .00002157  00000-0  12477-2 0  8796
+2 30862 098.9720 210.3853 0085674 036.8077 021.2919 14.08173624382350
+1 30863U 99025AWZ 14235.62844118  .00000829  00000-0  19730-2 0  8152
+2 30863 099.1819 287.5794 0879774 194.6527 325.8511 12.30258473336571
+1 30867U 99025AXD 14237.66444954  .00002123  00000-0  13391-2 0  8400
+2 30867 097.8515 235.4446 0068439 107.8816 318.2951 14.03885675383785
+1 30868U 99025AXE 14236.98447639  .00000434  00000-0  24847-3 0  8815
+2 30868 098.2289 030.2931 0139606 179.6457 310.3017 14.09209056385891
+1 30870U 99025AXG 14237.44901668  .00009669  00000-0  17754-2 0  9264
+2 30870 098.9929 048.4732 0068823 034.3608 018.3414 14.64395308395534
+1 30871U 99025AXH 14236.47876066  .00009180  00000-0  20237-2 0  3262
+2 30871 099.2013 071.0929 0119020 271.2797 148.3567 14.53304219391785
+1 30872U 99025AXJ 14237.33844788  .00000902  00000-0  41192-3 0  5163
+2 30872 099.1760 010.2408 0052300 031.7297 021.8729 14.23498474388394
+1 30873U 99025AXK 14237.59062185  .00000128  00000-0  81965-4 0  4910
+2 30873 098.8983 253.8441 0111338 244.1490 243.2839 14.16483530387774
+1 30874U 99025AXL 14238.13839001  .00000377  00000-0  21992-3 0  2660
+2 30874 098.9330 299.0902 0043469 328.5428 085.6472 14.14121436386630
+1 30875U 99025AXM 14236.40238546  .00007346  00000-0  28581-2 0   106
+2 30875 099.1196 292.8044 0065047 338.2606 077.6634 14.28936887384407
+1 30876U 99025AXN 14238.08167587  .00000306  00000-0  24684-3 0  2730
+2 30876 099.1532 288.8027 0070799 143.3230 279.4446 13.96702421381089
+1 30877U 99025AXP 14236.08076808  .00003526  00000-0  19294-2 0  3394
+2 30877 098.8026 160.3038 0089423 030.7322 085.4115 14.10530387383442
+1 30878U 99025AXQ 14236.36636521  .00000182  00000-0  13740-3 0  1361
+2 30878 099.0468 261.1133 0043683 027.1934 089.4315 14.05985705382918
+1 30879U 99025AXR 14237.13009834  .00001718  00000-0  63430-3 0  2895
+2 30879 099.3923 213.5173 0443634 245.3000 110.1367 13.90877513378320
+1 30880U 99025AXS 14236.82001279  .00001066  00000-0  62794-3 0  1793
+2 30880 099.0670 234.4784 0026086 299.1730 182.8035 14.10051129383686
+1 30882U 99025AXU 14237.35361347  .00001502  00000-0  26776-3 0  7262
+2 30882 098.4694 277.5756 0259918 301.6823 112.7415 14.49070333395517
+1 30883U 99025AXV 14237.87084671  .00000056  00000-0  49183-4 0  7195
+2 30883 098.3809 102.0081 0115459 188.6888 236.0083 14.12176828387128
+1 30884U 99025AXW 14236.83889866  .00001384  00000-0  44588-3 0  9752
+2 30884 098.8318 338.8303 0119929 081.8334 044.5491 14.36905235390342
+1 30885U 99025AXX 14237.39127435  .00002063  00000-0  10592-2 0  3006
+2 30885 099.0244 289.9369 0088312 195.5763 221.8479 14.14501383384646
+1 30886U 99025AXY 14237.46005613  .00001062  00000-0  66484-3 0  3042
+2 30886 099.1924 314.7098 0039516 072.0136 057.3258 14.06528595382408
+1 30887U 99025AXZ 14235.28050010  .00000670  00000-0  17199-3 0  8848
+2 30887 098.8247 235.0651 0318816 255.4435 172.0296 14.27798629390018
+1 30888U 99025AYA 14237.98337013  .00002436  00000-0  48976-3 0  1155
+2 30888 099.5147 253.7210 0156430 029.8907 029.4407 14.55308611395487
+1 30889U 99025AYB 14238.95073998  .00134820  00000-0  74945-2 0  3781
+2 30889 098.7214 028.9400 0056131 120.4635 240.2674 15.12323930396306
+1 30891U 99025AYD 14238.08619196  .00000510  00000-0  37319-3 0  5701
+2 30891 099.1535 292.2480 0061226 115.5717 308.2612 13.99679875383826
+1 30892U 99025AYE 14235.48788881  .00000271  00000-0  16772-3 0  3882
+2 30892 099.6546 128.3300 0041850 128.0672 232.4285 14.14135338387674
+1 30893U 99025AYF 14237.43148060  .00000244  00000-0  16058-3 0  5811
+2 30893 098.3087 299.5557 0337278 002.9680 357.3404 13.84772899378841
+1 30895U 99025AYH 14236.84128237  .00000246  00000-0  96335-4 0   972
+2 30895 098.7441 188.9594 0235675 232.2585 184.4188 14.24599600390049
+1 30896U 99025AYJ 14238.85848921  .00032800  00000-0  98989-3 0  2198
+2 30896 098.7834 194.5156 0116329 086.5355 274.9706 15.27717240406957
+1 30898U 99025AYL 14238.27839291  .00002759  00000-0  67089-3 0  7536
+2 30898 099.1006 063.8038 0149012 099.2118 262.6174 14.47178905393773
+1 30899U 99025AYM 14237.03411001  .00001766  00000-0  10534-2 0  9930
+2 30899 099.1495 310.5473 0044120 057.6809 062.7624 14.08142432384604
+1 30900U 99025AYN 14236.48603410  .00001399  00000-0  85562-3 0  5840
+2 30900 099.2869 330.9738 0082907 144.5233 216.1451 14.05932258383393
+1 30902U 99025AYQ 14236.30534873  .00000921  00000-0  52335-3 0  5942
+2 30902 100.2689 262.4232 0121293 342.4923 073.5889 14.09381717385061
+1 30903U 99025AYR 14236.48885537 -.00000062  00000-0 -11850-4 0  6596
+2 30903 099.3039 327.5867 0098340 130.6920 289.0342 13.96170159382398
+1 30905U 99025AYT 14237.32222346  .00001122  00000-0  74634-3 0  8614
+2 30905 099.1775 261.1878 0072492 094.6005 332.5726 14.02119485382273
+1 30906U 99025AYU 14236.05845087  .00000900  00000-0  54796-3 0  6266
+2 30906 098.8635 165.1452 0088079 340.6249 076.5294 14.06766120383531
+1 30907U 99025AYV 14236.55508857  .00000739  00000-0  49034-3 0  2819
+2 30907 099.9076 148.9917 0060931 187.3867 172.6276 14.04222102382887
+1 30909U 99025AYX 14237.67278568  .00016490  00000-0  18942-2 0  3970
+2 30909 099.4996 281.1915 0088465 330.8178 156.4199 14.83106237397231
+1 30912U 99025AZA 14237.43765157  .00001313  00000-0  33855-3 0   856
+2 30912 099.0394 052.6276 0120513 021.0439 038.5831 14.47707106393358
+1 30913U 99025AZB 14237.94390166  .00000288  00000-0  22448-3 0  1056
+2 30913 099.1453 289.8380 0065255 119.5110 004.4396 13.99288557381485
+1 30914U 99025AZC 14233.18961683 -.00000640  00000-0 -10064-2 0  6191
+2 30914 099.9471 014.6846 0554254 026.2132 336.5939 12.98080921353018
+1 30915U 99025AZD 14236.44723597  .00000815  00000-0  50555-3 0   684
+2 30915 099.0283 213.4585 0063134 288.2051 200.3379 14.07041297382532
+1 30916U 99025AZE 14235.44979574  .00001201  00000-0  84706-3 0   788
+2 30916 099.1889 207.0054 0084661 121.5000 002.5298 13.98250891380044
+1 30917U 99025AZF 14239.10073133  .00104761  00000-0  10677-2 0  6261
+2 30917 098.1925 345.6866 0119959 353.8742 006.1555 15.56347243402569
+1 30918U 99025AZG 14237.97741072  .00000501  00000-0  40819-3 0   723
+2 30918 098.4244 332.8088 0174031 030.6095 023.6594 13.86963739377433
+1 30919U 99025AZH 14236.74869762  .00001827  00000-0  82376-3 0  3274
+2 30919 098.8943 269.7767 0058768 255.3401 171.6279 14.22563408385502
+1 30920U 99025AZJ 14237.43577667  .00001690  00000-0  13778-2 0   312
+2 30920 098.9130 107.9179 0155633 272.0298 212.5078 13.85674943376093
+1 30921U 99025AZK 14236.97618172  .00001226  00000-0  69371-3 0  2473
+2 30921 099.0214 226.9505 0023470 291.8635 126.5119 14.11945540383194
+1 30922U 99025AZL 14238.02120223  .00000637  00000-0  38489-3 0  5752
+2 30922 099.0244 251.2172 0014153 232.6964 182.5064 14.10254560383392
+1 30923U 99025AZM 14236.37698251  .00017904  00000-0  92059-2 0  7524
+2 30923 098.8716 208.1328 0031112 220.8664 139.0177 14.15013294382649
+1 30924U 99025AZN 14235.96177497  .00002868  00000-0  14811-2 0  3308
+2 30924 099.0255 230.8378 0058956 344.2380 068.3796 14.14957222382524
+1 30925U 99025AZP 14236.34900583  .00001490  00000-0  80427-3 0  5862
+2 30925 098.9937 275.6174 0046030 205.7204 211.9129 14.13699815384817
+1 30926U 99025AZQ 14236.63001657  .00001363  00000-0  16817-3 0  7457
+2 30926 098.8287 108.4673 0224117 021.4948 030.9805 14.68709915399745
+1 30927U 99025AZR 14238.13536117  .00001328  00000-0  98692-3 0  9374
+2 30927 099.1831 203.9453 0122673 143.4466 278.5577 13.93278635380693
+1 30928U 99025AZS 14237.56802567 -.00000688  00000-0 -97730-3 0  5329
+2 30928 098.8778 182.0879 0467691 309.7083 099.1633 13.16230116360081
+1 30930U 99025AZU 14236.16104324  .00000415  00000-0  16293-3 0  2781
+2 30930 098.6884 302.0842 0122254 099.6642 315.7565 14.30433819392463
+1 30931U 99025AZV 14238.70217520  .00007497  00000-0  53689-2 0  3807
+2 30931 099.1601 200.3490 0095407 141.0088 219.8472 13.94965444383566
+1 30932U 99025AZW 14237.34803870  .00001671  00000-0  11063-2 0   531
+2 30932 098.8919 162.5443 0084324 017.4103 107.0011 14.01153847383542
+1 30933U 99025AZX 14237.80717223  .00002604  00000-0  19996-2 0   641
+2 30933 099.0784 170.0833 0118933 238.3884 178.5616 13.90793817380261
+1 30934U 99025AZY 14235.98109824  .00000604  00000-0  82779-3 0  9402
+2 30934 098.7438 235.4362 0366503 053.2885 001.8788 13.37459913364841
+1 30935U 99025AZZ 14237.17066270  .00015616  00000-0  80665-3 0  5286
+2 30935 098.9605 204.4698 0181726 321.4645 102.9934 15.03171033405362
+1 30936U 99025BAA 14236.95353941  .00000415  00000-0  22691-3 0  8296
+2 30936 098.9471 238.3473 0049824 254.5471 165.3062 14.16923974386136
+1 30937U 99025BAB 14237.13471185  .00000055  00000-0  72491-4 0  3793
+2 30937 099.2344 204.6380 0076856 103.2834 316.3994 13.94637471381878
+1 30938U 99025BAC 14236.36736297  .00000296  00000-0  17277-3 0  1533
+2 30938 098.9462 245.2786 0047258 274.9593 135.2725 14.15505409386873
+1 30940U 99025BAE 14231.39504751  .00000498  00000-0  33943-3 0  9059
+2 30940 099.0626 288.4760 0043432 076.0360 345.8922 14.04122926380750
+1 30941U 99025BAF 14236.70954176  .00001456  00000-0  85414-3 0  9224
+2 30941 098.7352 148.8379 0040406 278.5531 143.6500 14.09298231381884
+1 30942U 99025BAG 14236.85225815  .00000142  00000-0  94000-4 0  9067
+2 30942 098.9600 256.0309 0141400 316.9163 166.3306 14.11688241383674
+1 30943U 99025BAH 14236.82374137  .00000205  00000-0  16283-3 0  7948
+2 30943 099.1611 244.1626 0051011 008.5149 115.9229 14.01888762380845
+1 30944U 99025BAJ 14237.22137852  .00000428  00000-0  11352-3 0  9856
+2 30944 098.8745 025.0016 0158869 277.6947 205.9702 14.47383168393078
+1 30945U 99025BAK 14234.56623507  .00001134  00000-0  69314-3 0  1104
+2 30945 099.3330 347.3926 0040689 071.6020 058.4252 14.07693960380706
+1 30946U 99025BAL 14237.43734413  .00000810  00000-0  27090-3 0  9623
+2 30946 099.1191 043.5240 0104365 118.4694 297.1770 14.37301798389268
+1 30947U 99025BAM 14235.98121528  .00000370  00000-0  14324-3 0   762
+2 30947 098.7510 325.4727 0104821 141.0980 276.6213 14.32916446392926
+1 30949U 99025BAP 14237.29170288  .00000007  00000-0  26186-4 0  9459
+2 30949 098.9554 260.3828 0121746 147.1336 272.8097 14.11120102382755
+1 30950U 99025BAQ 14238.80237384  .00013391  00000-0  21603-2 0  8850
+2 30950 099.2519 178.5287 0100576 358.7854 001.3583 14.68092741399712
+1 30951U 99025BAR 14237.45956314  .00003402  00000-0  83763-3 0  1235
+2 30951 099.8726 318.3420 0154803 247.2915 175.0209 14.46081078393887
+1 30954U 99025BAU 14236.89839589  .00001037  00000-0  62564-3 0  2137
+2 30954 098.6167 115.6545 0146390 347.6706 071.6701 14.03563843383387
+1 30955U 99025BAV 14238.55132455  .00001876  00000-0  11407-2 0  3097
+2 30955 098.7889 146.1805 0057692 318.0250 041.6988 14.05389490369058
+1 30956U 99025BAW 14237.62218398  .00000794  00000-0  51501-3 0   833
+2 30956 099.1107 252.2259 0056290 042.9381 052.5377 14.04888140382312
+1 30957U 99025BAX 14238.10436729  .00008253  00000-0  23207-2 0  5304
+2 30957 099.0927 016.8452 0099851 304.4435 111.5833 14.43257982391272
+1 30958U 99025BAY 14229.47156540  .00004987  00000-0  20200-2 0  5631
+2 30958 098.0235 319.9903 0156736 108.8289 252.9877 14.21641006384002
+1 30960U 99025BBA 14237.60338818  .00002318  00000-0  50532-3 0  5018
+2 30960 099.0227 015.4506 0282254 234.9955 122.4442 14.37170138390220
+1 30961U 99025BBB 14237.59454851  .00000880  00000-0  23602-3 0  5541
+2 30961 098.9032 015.3156 0156513 056.9214 304.6959 14.43898009392861
+1 30963U 99025BBD 14237.23222574  .00051091  00000-0  34592-2 0   554
+2 30963 097.5689 025.4275 0166541 182.4585 302.0742 14.95632872398430
+1 30966U 99025BBG 14228.39936582  .00003466  00000-0  79923-3 0  5663
+2 30966 099.1421 058.5108 0115540 091.8975 025.2933 14.51992346392714
+1 30967U 99025BBH 14236.52319681  .00000637  00000-0  19791-3 0  9751
+2 30967 098.7302 335.9638 0122906 005.9506 048.8106 14.40470678393810
+1 30968U 99025BBJ 14238.06851993  .00011368  00000-0  22252-2 0  6531
+2 30968 099.4063 185.1161 0077642 152.2199 208.3178 14.61089202394881
+1 30971U 99025BBM 14238.05038376  .00002335  00000-0  44535-3 0  1422
+2 30971 099.1712 150.1943 0220568 034.2711 023.5216 14.50726097396306
+1 30972U 99025BBN 14237.65273396  .00003485  00000-0  17869-2 0  3643
+2 30972 098.9794 227.7059 0024404 262.4781 159.5736 14.15934000385497
+1 30973U 99025BBP 14237.86188373  .00001084  00000-0  62995-3 0   525
+2 30973 099.7733 107.2119 0117820 235.8446 122.8883 14.07742579383905
+1 30974U 99025BBQ 14238.12590241  .00008730  00000-0  25321-2 0  7238
+2 30974 098.9185 351.4487 0075091 180.6252 179.4855 14.42988140391848
+1 30975U 99025BBR 14238.43539350  .00001933  00000-0  80015-3 0  6742
+2 30975 099.0528 304.0446 0234518 239.4735 118.3588 14.12873413384885
+1 30976U 99025BBS 14237.84184380  .00004183  00000-0  21636-2 0  9663
+2 30976 099.1863 248.0874 0192147 141.0674 343.4137 14.06431259383085
+1 30977U 99025BBT 14235.55348500  .00000910  00000-0  30744-3 0  6400
+2 30977 098.9759 001.7628 0131992 112.6136 311.5102 14.34637598391460
+1 30978U 99025BBU 14237.77161058  .00001279  00000-0  61054-3 0  4762
+2 30978 098.2414 079.5872 0054171 113.9219 307.9314 14.20033382388393
+1 30979U 99025BBV 14236.15069594  .00003946  00000-0  69878-3 0  7001
+2 30979 097.8455 358.1507 0313254 123.4806 359.6155 14.40501675392808
+1 30980U 99025BBW 14237.22492437  .00007103  00000-0  13944-2 0  6233
+2 30980 098.8868 016.9377 0066857 028.8435 332.1329 14.61602023393535
+1 30981U 99025BBX 14238.21566012  .00001950  00000-0  12562-2 0  6739
+2 30981 098.4460 022.0298 0152851 299.1387 059.4553 13.98566176380675
+1 30982U 99025BBY 14235.34098501  .00000256  00000-0  72119-4 0  7324
+2 30982 098.4678 265.3872 0197201 289.4426 126.7765 14.44019518393369
+1 30983U 99025BBZ 14237.37599685  .00024254  00000-0  74554-3 0  7619
+2 30983 098.6297 079.5500 0190591 270.8165 214.4785 15.17749525401503
+1 30984U 99025BCA 14235.99006686  .00001184  00000-0  37795-3 0  6274
+2 30984 098.6974 249.4296 0161529 127.7394 265.4698 14.34398609390225
+1 30985U 99025BCB 14237.98338845  .00001194  00000-0  73386-3 0  2544
+2 30985 099.2285 311.8601 0062118 082.0484 278.7728 14.06671555382505
+1 30986U 99025BCC 14237.22732896  .00000657  00000-0  33337-3 0  5230
+2 30986 098.9278 245.3536 0052266 245.8286 113.7442 14.18791742386356
+1 30988U 99025BCE 14234.16994807  .00002394  00000-0  30874-3 0   737
+2 30988 098.5536 302.0905 0348768 269.2028 147.0808 14.47624172390659
+1 30993U 99025BCK 14237.56564738  .00001473  00000-0  82274-3 0  9700
+2 30993 099.0169 227.7271 0023255 286.9053 198.3767 14.12316933383747
+1 30994U 99025BCL 14236.69905948  .00000114  00000-0  90095-4 0  9854
+2 30994 099.0189 245.0949 0017410 316.6712 107.8847 14.09987058384039
+1 30995U 99025BCM 14236.31920405  .00018484  00000-0  11382-2 0  4022
+2 30995 098.2606 273.8926 0127157 259.2705 161.5016 15.03470170398906
+1 30996U 99025BCN 14237.76576545  .00000822  00000-0  37557-3 0  5239
+2 30996 098.9192 326.3878 0057065 344.0125 145.0784 14.23452575386909
+1 30997U 99025BCP 14237.88731301  .00005039  00000-0  16549-2 0  8118
+2 30997 099.0205 005.1290 0078957 158.6958 329.4320 14.37000384388956
+1 30998U 99025BCQ 14236.62917778  .00001774  00000-0  91715-3 0  1107
+2 30998 098.8601 199.7765 0015308 236.8369 179.2412 14.16211192383885
+1 30999U 99025BCR 14237.46282058  .00000759  00000-0  21761-3 0  2216
+2 30999 099.1219 061.7799 0144416 034.6159 326.4326 14.42332648391679
+1 31000U 99025BCS 14234.56905443  .00000090  00000-0  68620-4 0   322
+2 31000 097.6070 158.9807 0182963 148.0462 335.8878 14.02021951380599
+1 31001U 99025BCT 14235.57413847  .00000320  00000-0  11751-3 0   347
+2 31001 099.2962 094.1139 0166893 283.4766 074.7867 14.33268958389446
+1 31002U 99025BCU 14237.27443466 -.00000094  00000-0 -33916-4 0  1010
+2 31002 099.2313 246.0393 0103364 159.4389 259.3502 13.96245524379699
+1 31003U 99025BCV 14236.49062336  .00001339  00000-0  80163-3 0  9886
+2 31003 099.0971 239.3064 0049983 009.5677 141.4238 14.08225775381925
+1 31005U 99025BCX 14235.76907109  .00000887  00000-0  86336-3 0  9899
+2 31005 098.6387 338.8769 0197152 276.4267 242.9717 13.73647853374806
+1 31007U 99025BCZ 14234.75506418  .00002169  00000-0  87160-3 0  9999
+2 31007 098.1125 044.5384 0111993 176.2191 315.7301 14.25690472388816
+1 31008U 99025BDA 14237.41854400  .00016640  00000-0  35873-2 0  5159
+2 31008 099.0755 040.2810 0047847 184.9754 228.9299 14.57767406391339
+1 31009U 99025BDB 14237.35266652  .00000292  00000-0  23310-3 0  2628
+2 31009 099.1602 259.2745 0064759 101.1267 024.5477 13.97867199381859
+1 31010U 99025BDC 14237.88347410  .00001355  00000-0  10081-2 0  2171
+2 31010 101.7585 239.1071 0162281 246.3571 112.0494 13.91527318378352
+1 31012U 99025BDE 14237.99219579  .00000184  00000-0  94949-4 0   870
+2 31012 098.8813 332.0576 0084238 280.5668 133.5857 14.25074728389497
+1 31013U 99025BDF 14236.09217995  .00005518  00000-0  16234-2 0  3587
+2 31013 098.9850 002.6206 0066751 197.6867 216.9983 14.42833451390661
+1 31014U 99025BDG 14238.11660266 -.00000056  00000-0 -86585-5 0  1239
+2 31014 099.1221 286.3541 0090280 071.4051 344.8722 13.97292287381902
+1 31015U 99025BDH 14236.35945027  .00007214  00000-0  12742-2 0  3037
+2 31015 098.7626 016.5696 0126163 223.4215 190.7530 14.62657897395020
+1 31016U 99025BDJ 14237.98371062  .00000326  00000-0  14334-3 0  9190
+2 31016 098.7969 243.7508 0120611 102.6702 311.8169 14.26182759388428
+1 31017U 99025BDK 14237.11542072  .00000154  00000-0  11458-3 0  9381
+2 31017 099.0221 287.0802 0118664 075.0222 339.8509 14.05191525382786
+1 31018U 99025BDL 14236.91266409  .00001586  00000-0  10761-2 0  2418
+2 31018 099.1993 227.4572 0071189 072.6543 349.6102 14.00420009380586
+1 31020U 99025BDN 14236.55977416  .00059735  00000-0  15483-2 0  3919
+2 31020 098.7135 150.5438 0071666 168.1060 189.8416 15.36175582401864
+1 31021U 99025BDP 14237.16871765  .00004151  00000-0  49868-3 0  5793
+2 31021 098.6081 219.8907 0373916 327.6838 087.6887 14.45451353391005
+1 31022U 99025BDQ 14236.43155093  .00000213  00000-0  20961-3 0  4586
+2 31022 099.4475 325.6599 0112307 322.8331 036.5091 13.87399570376881
+1 31023U 99025BDR 14237.91634381  .00000361  00000-0  24504-3 0  5811
+2 31023 099.0192 269.0311 0083273 268.1919 214.3368 14.04953462382066
+1 31024U 99025BDS 14235.53211869  .00000181  00000-0  11031-3 0  5844
+2 31024 099.0368 333.8314 0077541 319.4579 096.0523 14.16853384384883
+1 31025U 99025BDT 14236.36208014  .00000351  00000-0  17940-3 0  5333
+2 31025 098.9027 277.1918 0186940 318.8440 039.8759 14.13316666383854
+1 31026U 99025BDU 14237.73083512  .00000097  00000-0  11811-3 0  6148
+2 31026 098.6596 058.6757 0136584 189.3597 230.9673 13.81927830375786
+1 31027U 99025BDV 14237.86041206  .00001631  00000-0  89382-3 0  3552
+2 31027 099.0492 271.1990 0081612 257.2330 101.9909 14.11656747382203
+1 31028U 99025BDW 14237.28768753  .00000086  00000-0  95304-4 0  5548
+2 31028 098.5861 054.7607 0170346 065.5939 057.3915 13.86657726377097
+1 31029U 99025BDX 14236.03304604  .00000384  00000-0  16212-3 0  8872
+2 31029 098.8238 327.4469 0096270 224.2937 258.2071 14.28898756388599
+1 31031U 99025BDZ 14237.50680676  .00000419  00000-0  23576-3 0  8391
+2 31031 099.0626 335.8913 0028919 355.8789 061.5734 14.15821207384066
+1 31032U 99025BEA 14237.79033389  .00001012  00000-0  80814-3 0   374
+2 31032 099.1727 175.3134 0159997 198.7410 218.5104 13.87503806375894
+1 31033U 99025BEB 14236.38729345  .00000142  00000-0  72787-4 0  7903
+2 31033 098.7345 288.4353 0159565 299.9602 115.3283 14.23714373386093
+1 31035U 99025BED 14237.43004780  .00001281  00000-0  43230-3 0  5904
+2 31035 098.8580 297.1352 0263442 062.9307 353.6139 14.20937143384424
+1 31036U 99025BEE 14236.29460826  .00000142  00000-0  50644-4 0  9654
+2 31036 099.0204 049.3300 0147362 342.6498 140.1470 14.44504282391652
+1 31037U 99025BEF 14235.91789321  .00011197  00000-0  27605-2 0   402
+2 31037 099.0671 025.0067 0050969 223.9816 135.7316 14.51548135388033
+1 31038U 99025BEG 14236.39214574  .00000740  00000-0  25815-3 0  9974
+2 31038 099.0827 029.2488 0099080 130.7994 284.0434 14.35782467388948
+1 31040U 99025BEJ 14236.29435537  .00000260  00000-0  15735-3 0  9090
+2 31040 098.9035 265.9343 0067256 109.9531 311.7037 14.13654137383258
+1 31041U 99025BEK 14237.81430435  .00001452  00000-0  10584-2 0  1184
+2 31041 099.0933 183.0601 0120729 183.9407 232.7037 13.94329629377049
+1 31042U 99025BEL 14234.43956652  .00004750  00000-0  11569-2 0    02
+2 31042 099.0704 049.1216 0084165 103.0684 257.9920 14.51110552389818
+1 31043U 99025BEM 14237.82893755  .00000334  00000-0  23992-3 0  9808
+2 31043 099.1278 246.1900 0043329 001.5512 122.9123 14.03589416380626
+1 31044U 99025BEN 14239.17116459  .00012472  00000-0  22061-2 0  3038
+2 31044 099.4222 216.5754 0105675 089.4924 271.8876 14.63771502392719
+1 31046U 99025BEQ 14236.20864787  .00003057  00000-0  16765-2 0  2183
+2 31046 098.9810 210.0132 0117214 053.4563 067.3299 14.09110436380121
+1 31047U 99025BER 14236.32198041  .00000429  00000-0  27189-3 0  8415
+2 31047 098.9935 260.2183 0026673 343.2328 082.0035 14.09161538381830
+1 31048U 99025BES 14237.31118060  .00003095  00000-0  15937-2 0  2850
+2 31048 099.0587 275.8409 0074630 253.6325 167.5843 14.14535448381653
+1 31049U 99025BET 14233.80866779  .00000488  00000-0  34991-3 0  1863
+2 31049 099.1631 243.8899 0049658 074.2580 286.3878 14.01368453379465
+1 31051U 99025BEV 14237.22270954  .00000475  00000-0  34490-3 0  5741
+2 31051 099.2053 232.8475 0055376 039.1911 018.2644 14.00685529379779
+1 31053U 99025BEX 14238.07301162  .00001349  00000-0  12167-2 0  2365
+2 31053 098.7953 331.7571 0347151 160.6258 326.4703 13.61290873371973
+1 31054U 99025BEY 14236.48276740 -.00000014  00000-0  17438-4 0    20
+2 31054 099.0231 241.2257 0009229 261.9001 252.5699 14.10333726386109
+1 31055U 99025BEZ 14237.23684838  .00000367  00000-0  24735-3 0  1013
+2 31055 099.0928 232.2875 0024983 319.5691 173.8935 14.06743029380634
+1 31056U 99025BFA 14236.39037278  .00000304  00000-0  19503-3 0  2985
+2 31056 098.9357 278.9562 0027183 187.6932 239.9195 14.10499863386633
+1 31057U 99025BFB 14237.94147677  .00001948  00000-0  41247-3 0  4340
+2 31057 099.2407 136.5819 0225580 034.5773 326.9442 14.45930270395218
+1 31058U 99025BFC 14238.22347055  .00001086  00000-0  27064-3 0  4125
+2 31058 099.6124 248.7917 0149010 117.2839 244.3602 14.47733968395420
+1 31060U 99025BFE 14237.54656867  .00008114  00000-0  15230-2 0  7321
+2 31060 099.1745 134.0406 0119550 055.5286 305.7368 14.60474006396380
+1 31062U 99025BFG 14237.74213708  .00000313  00000-0  33814-3 0  7836
+2 31062 099.2973 157.4894 0177028 028.2967 026.1488 13.73981590377147
+1 31063U 99025BFH 14236.81151740  .00002107  00000-0  81089-3 0  6100
+2 31063 099.8858 241.5328 0043769 122.5910 000.8451 14.31135874390227
+1 31064U 99025BFJ 14236.36717830  .00000235  00000-0  10125-3 0  6674
+2 31064 098.8195 276.3488 0254576 044.5641 011.5730 14.17492187388164
+1 31065U 99025BFK 14235.90878769  .00000835  00000-0  43213-3 0  4266
+2 31065 098.8858 275.9538 0040890 073.5247 287.0386 14.17217834387595
+1 31066U 99025BFL 14237.01913431  .00011061  00000-0  10108-2 0  9957
+2 31066 099.0014 175.0341 0226524 030.6706 031.8083 14.77668565400557
+1 31067U 99025BFM 14237.58299918  .00008700  00000-0  11235-2 0  7661
+2 31067 099.0408 151.8213 0131503 192.7827 290.1736 14.75307167398626
+1 31068U 99025BFN 14237.97230677  .00000060  00000-0  55768-4 0  6573
+2 31068 098.9925 295.5630 0168701 242.9068 242.5869 14.06821759385696
+1 31069U 99025BFP 14235.33039222  .00000830  00000-0  25379-3 0  6855
+2 31069 099.1412 054.1134 0136416 079.1026 282.5475 14.39574997392196
+1 31071U 99025BFR 14237.21882241  .00001558  00000-0  56028-3 0  6824
+2 31071 099.0659 016.2593 0075303 186.8487 295.1877 14.33735706389961
+1 31072U 99025BFS 14236.31068998  .00001303  00000-0  54889-3 0  9138
+2 31072 099.2471 357.2323 0242824 217.7516 172.4435 14.12990754385265
+1 31073U 99025BFT 14235.71369765  .00000729  00000-0  46097-3 0    20
+2 31073 099.1194 308.3259 0057576 003.7878 124.4494 14.06562001388497
+1 31074U 99025BFU 14237.46309223  .00001143  00000-0  86135-3 0   341
+2 31074 099.0045 161.4090 0106840 154.2249 272.1352 13.93610780378346
+1 31077U 99025BFX 14236.43855564  .00003392  00000-0  66724-3 0  7510
+2 31077 099.0157 081.5645 0126172 300.5114 176.4327 14.58423091393982
+1 31080U 99025BGA 14238.33532334  .00001299  00000-0  83031-3 0  3950
+2 31080 099.1634 287.3468 0089885 122.6671 238.3033 14.03297018381073
+1 31081U 99025BGB 14237.22773297 -.00000015  00000-0  18359-4 0  7281
+2 31081 099.0978 237.1428 0047764 239.1995 178.5520 14.05667397387891
+1 31082U 99025BGC 14236.32563662  .00000260  00000-0  18306-3 0  5162
+2 31082 099.0436 270.6619 0074725 300.1940 059.1878 14.05563281382084
+1 31083U 99025BGD 14237.37425372  .00001522  00000-0  66914-3 0  5894
+2 31083 098.8391 269.3386 0052583 225.3672 266.1256 14.24285729386179
+1 31084U 99025BGE 14237.76407810  .07275340  00000-0  15656+0 0  3849
+2 31084 099.4295 178.4448 0061711 134.9874 225.6389 15.37568193383966
+1 31085U 99025BGF 14236.45623992  .00000206  00000-0  96927-4 0  9779
+2 31085 098.7754 318.8699 0090699 155.5770 264.3727 14.27927782388409
+1 31086U 99025BGG 14237.60712492  .00004040  00000-0  65209-3 0  1682
+2 31086 098.9687 106.0558 0151463 196.3270 219.9993 14.64666336395666
+1 31087U 99025BGH 14237.90576626  .00000839  00000-0  20563-3 0  9700
+2 31087 098.5697 263.4929 0221747 261.1677 221.5435 14.41570650390987
+1 31088U 99025BGJ 14237.88931010  .00001363  00000-0  81998-3 0  8688
+2 31088 099.4124 007.7272 0037648 073.8030 052.9412 14.08302075381987
+1 31089U 99025BGK 14236.53741439  .00000272  00000-0  24019-3 0  7075
+2 31089 099.0888 147.0140 0215098 202.6957 283.4489 13.83197745377562
+1 31090U 99025BGL 14236.70033313  .00001725  00000-0  25033-3 0   547
+2 31090 098.9795 141.9675 0192124 160.2874 262.5017 14.65774380398527
+1 31091U 99025BGM 14237.77886652  .00000266  00000-0  37639-3 0  6773
+2 31091 099.1911 071.7887 0278318 331.4104 027.2008 13.50507454371564
+1 31092U 99025BGN 14235.26820822  .00000435  00000-0  63005-3 0  8487
+2 31092 099.6907 130.3127 0344190 215.8590 275.0634 13.39262266365804
+1 31093U 99025BGP 14236.37098006  .00000310  00000-0  29530-3 0  8344
+2 31093 098.6597 012.2240 0215437 189.7140 229.9520 13.77481512376504
+1 31094U 99025BGQ 14237.58001394  .00000929  00000-0  75282-3 0  9839
+2 31094 099.0514 156.6845 0117802 182.2270 303.9490 13.89444961382014
+1 31095U 99025BGR 14238.82189796  .00000916  00000-0  15354-2 0  9234
+2 31095 098.5442 067.3862 0502250 337.9453 020.1147 13.05413370357010
+1 31097U 99025BGT 14237.04526582  .00001556  00000-0  84471-3 0  1787
+2 31097 099.0175 256.8218 0021357 266.3895 150.4694 14.13768247383930
+1 31098U 99025BGU 14237.63782720  .00002080  00000-0  11014-2 0  5397
+2 31098 098.9823 226.1519 0021078 269.5281 155.6126 14.14707207383091
+1 31099U 99025BGV 14234.23127016  .00000238  00000-0  12113-3 0  8121
+2 31099 098.8921 325.3688 0065512 304.0142 109.8850 14.23946818386306
+1 31102U 07009A   14237.69670292  .00000000  00000-0  10000-3 0  5373
+2 31102 000.0370 094.0425 0001774 019.3926 352.5695 01.00271458 27082
+1 31103U 07009B   14236.33176847  .00003885  00000-0  61987-3 0  4206
+2 31103 049.3786 223.8183 5578860 065.6725 021.6152 04.69380662124181
+1 31104U 07009C   14238.93218359  .00000000  00000-0  10000-3 0   448
+2 31104 011.2316 166.4754 5646406 015.9318 356.1937 01.96449978 52970
+1 31113U 07010A   14238.26437683  .00000084  00000-0  50505-4 0  1661
+2 31113 098.7194 285.2222 0013038 239.7412 120.2483 14.29576759384858
+1 31114U 07010B   14237.81275834  .00000079  00000-0  56392-4 0   348
+2 31114 098.3765 176.8371 0058914 314.9382 097.2531 14.19016795381945
+1 31115U 07011A   14238.56155610  .00000000  00000-0  10000-3 0  1971
+2 31115 053.5039 000.8439 0001746 212.6808 147.3199 01.77346543 49914
+1 31116U 07011B   14238.54740362  .00001868  00000-0  10129-2 0  5309
+2 31116 054.9540 331.5937 6073162 135.9674 292.8373 03.87613677103941
+1 31117U 07012A   14238.10727767  .00000307  00000-0  56731-4 0  1255
+2 31117 097.7862 284.1095 0004359 320.0364 040.0523 14.71700621394966
+1 31118U 07012B   14238.35372499  .00000151  00000-0  33767-4 0  9722
+2 31118 097.7639 270.9923 0014514 319.9753 040.0389 14.68666287394410
+1 31119U 07012C   14237.75461635  .00000418  00000-0  92564-4 0  2265
+2 31119 097.8301 232.9711 0062065 058.3145 302.4088 14.60746100392058
+1 31120U 07012D   14236.80468422  .00000421  00000-0  70466-4 0  2141
+2 31120 097.8722 304.2709 0008212 067.6318 292.5761 14.74628741395422
+1 31121U 07012E   14236.95711060  .00000241  00000-0  60366-4 0  2224
+2 31121 097.8776 221.9346 0079256 102.6185 314.3138 14.57576276391111
+1 31122U 07012F   14237.75772255  .00001014  00000-0  21821-3 0  1823
+2 31122 097.8929 222.3105 0083062 109.8203 014.9248 14.58384784391049
+1 31123U 07012G   14236.67144464  .00000020  00000-0  22352-4 0  1905
+2 31123 098.0153 082.2607 0312483 337.7597 059.6573 14.12338269379110
+1 31125U 07012J   14237.29378232  .00000426  00000-0  88764-4 0  2447
+2 31125 097.7908 244.9859 0044255 019.5349 340.7538 14.64023988392847
+1 31126U 07012K   14237.91890208  .00000499  00000-0  11838-3 0  1276
+2 31126 097.9216 215.2041 0093269 136.3600 277.5899 14.55348910390539
+1 31127U 07012L   14237.12027411  .00000304  00000-0  71429-4 0  2323
+2 31127 097.8522 227.4752 0070484 080.0869 280.8278 14.59263614391573
+1 31128U 07012M   14237.91943424  .00000540  00000-0  12902-3 0  1884
+2 31128 097.9431 211.7444 0100020 155.1222 205.4846 14.54374408390151
+1 31129U 07012N   14236.94522395  .00000448  00000-0  10796-3 0  8284
+2 31129 097.9410 211.4716 0099212 156.0617 269.4714 14.54791171390037
+1 31130U 07012P   14237.21074764  .00000406  00000-0  99167-4 0  1332
+2 31130 097.9425 211.2728 0099678 156.7072 203.8690 14.54536059389848
+1 31131U 03049D   14237.12244507  .00000595  00000-0  23385-3 0  9259
+2 31131 098.4801 190.4277 0140318 135.6849 281.5087 14.27449493382623
+1 31132U 07012Q   14236.95627933  .00000434  00000-0  10068-3 0  1395
+2 31132 097.8943 219.9791 0084310 115.1382 303.9878 14.57403422390739
+1 31133U 07012R   14237.92626468  .00000681  00000-0  15259-3 0   802
+2 31133 097.8944 220.8869 0084303 112.2187 301.2252 14.57409584390856
+1 31135U 07013A   14237.40836768  .00004378  00000-0  14873-3 0   374
+2 31135 002.4673 144.1364 0016755 300.5004 059.3604 15.20405302406555
+1 31136U 07013B   14237.43142405  .00007949  00000-0  27617-3 0  9530
+2 31136 002.5036 138.4893 0009171 332.2765 027.6801 15.23884795406561
+1 31137U 95021D   14236.46417027  .00000671  00000-0  23617-3 0   716
+2 31137 098.2256 222.4511 0005402 102.0403 049.6977 14.37863848551204
+1 31138U 79101H   14238.23299413  .00000000  00000-0  10000-3 0  3364
+2 31138 008.1917 116.3138 4865313 068.1452 335.8119 01.83069679 51750
+1 31139U 03049E   14236.28726163  .00000759  00000-0  21788-3 0   423
+2 31139 098.0965 246.1572 0097740 173.9830 244.8470 14.44832921386881
+1 31140U 07014A   14237.13405767  .00005774  00000-0  16436-3 0  1449
+2 31140 048.2178 207.2996 0015519 220.3286 201.3353 15.37350945416190
+1 31142U 66040AQ  14236.25935094  .00000679  00000-0  13343-2 0  1293
+2 31142 100.5842 338.9668 0057841 338.0994 076.2722 13.39472414363643
+1 31146U 99025BGY 14236.81053881  .00000374  00000-0  15342-3 0  6809
+2 31146 099.0238 336.9456 0237164 085.0343 041.0579 14.18905996381864
+1 31147U 99025BGZ 14235.53053304  .00007484  00000-0  12560-2 0  1495
+2 31147 099.1723 122.8608 0177966 340.3053 138.0940 14.60079160389144
+1 31148U 99025BHA 14237.44999644  .00001299  00000-0  46314-3 0  6896
+2 31148 098.8183 317.5331 0165987 275.5176 082.7094 14.28653005384164
+1 31149U 99025BHB 14233.42131961  .00002814  00000-0  77267-3 0  9844
+2 31149 099.1843 046.7934 0143500 293.6484 125.1579 14.42052709385017
+1 31150U 99025BHC 14237.01278052  .00000154  00000-0  11078-3 0  9762
+2 31150 099.0060 245.1757 0014620 324.3770 090.8039 14.10898617380966
+1 31151U 99025BHD 14237.78310693  .00001854  00000-0  12461-2 0   175
+2 31151 098.9801 174.0639 0082155 042.3665 011.9411 14.00278490379297
+1 31152U 99025BHE 14237.34713204  .00000118  00000-0  53267-4 0  8635
+2 31152 098.5989 265.4072 0134115 072.1863 354.5459 14.33885978389753
+1 31154U 99025BHG 14230.76158532  .00004361  00000-0  13097-2 0  4346
+2 31154 098.6424 209.6845 0082159 030.0195 330.6161 14.40798849371629
+1 31155U 99025BHH 14236.49811132  .00001111  00000-0  80479-3 0   609
+2 31155 099.2637 228.8541 0111072 185.9018 298.9741 13.95774238379061
+1 31157U 99025BHK 14236.36690050  .00000180  00000-0  10208-3 0  6223
+2 31157 098.8187 289.6165 0105010 030.3954 027.2297 14.18781197384773
+1 31158U 99025BHL 14236.22796676  .00001037  00000-0  56765-3 0  5522
+2 31158 099.0038 228.5214 0063716 318.0378 041.5844 14.13178479382538
+1 31159U 99025BHM 14237.15852002  .00002763  00000-0  27985-3 0  6522
+2 31159 097.7446 354.1409 0372696 358.6743 118.4017 14.51723238390902
+1 31160U 99025BHN 14230.34101445 -.00000152  00000-0 -74211-4 0  2721
+2 31160 099.1505 190.9518 0059234 049.4331 311.1967 13.98433935378725
+1 31161U 99025BHP 14237.24326655  .00000478  00000-0  31354-3 0  7443
+2 31161 099.1020 239.4604 0071383 023.8813 032.8206 14.05710880381456
+1 31163U 99025BHR 14237.99825689  .00000550  00000-0  25571-3 0  4653
+2 31163 098.8709 319.5544 0059870 308.3552 051.1447 14.23803671386298
+1 31165U 99025BHT 14237.13235073  .00001643  00000-0  47787-3 0  8801
+2 31165 098.8769 002.4800 0110236 060.6359 062.5665 14.42208712390150
+1 31166U 99025BHU 14235.84883436  .00002657  00000-0  11379-2 0  8050
+2 31166 098.8685 263.2824 0023052 332.0350 027.9075 14.25598744384822
+1 31167U 99025BHV 14237.88732116  .00005929  00000-0  18582-2 0  9852
+2 31167 099.0056 004.1664 0064890 213.9730 273.4230 14.39787735385249
+1 31168U 99025BHW 14237.69212470  .00000980  00000-0  24135-3 0  9504
+2 31168 098.9656 043.7040 0144890 310.4046 048.4575 14.48704224391570
+1 31170U 99025BHY 14237.25382644  .00035294  00000-0  18035-2 0   508
+2 31170 098.4887 031.1149 0118742 233.8347 249.0530 15.10573153397463
+1 31171U 99025BHZ 14230.30504868  .00001727  00000-0  97252-3 0  9706
+2 31171 098.0077 248.4155 0240841 345.2768 075.9801 13.97885898376786
+1 31172U 99025BJA 14236.82537156  .00000109  00000-0  54109-4 0  6835
+2 31172 098.7321 248.3938 0154690 167.9749 317.6236 14.28900337387059
+1 31173U 99025BJB 14236.99997361  .00000919  00000-0  66080-3 0  6011
+2 31173 098.2179 311.7269 0086358 292.0309 067.1698 13.97349940377662
+1 31174U 99025BJC 14237.40596302  .00003933  00000-0  18673-2 0  1422
+2 31174 099.0688 290.3162 0018795 291.1254 125.5210 14.19992653379830
+1 31175U 99025BJD 14237.22300281  .00002559  00000-0  14733-2 0  6333
+2 31175 098.4347 034.1458 0156870 223.1909 135.6395 14.04002905379165
+1 31177U 99025BJF 14238.96928866  .00001634  00000-0  20220-2 0  9381
+2 31177 098.7501 236.2522 0366780 036.5774 326.0257 13.40129637363053
+1 31178U 99025BJG 14237.13077785  .00001554  00000-0  98290-3 0  8131
+2 31178 099.4349 342.5679 0166282 148.4163 333.3790 13.99025948378161
+1 31179U 99025BJH 14235.81480194  .00000467  00000-0  37881-3 0  3155
+2 31179 099.4232 252.6753 0231856 287.6171 069.9784 13.83638866374525
+1 31180U 99025BJJ 14237.59534874  .00000625  00000-0  32496-3 0  5390
+2 31180 099.3129 146.2994 0515227 051.0377 063.3519 13.65867274370262
+1 31181U 99025BJK 14236.72679609  .00000949  00000-0  64124-3 0   781
+2 31181 099.1455 259.0101 0053068 078.9708 346.7197 14.02232615378199
+1 31182U 99025BJL 14235.87998962  .00000325  00000-0  20760-3 0  7337
+2 31182 098.9468 270.3930 0023249 343.4961 141.0226 14.10387120379298
+1 31183U 99025BJM 14237.26308964  .00001281  00000-0  52260-3 0  2810
+2 31183 098.9741 344.2720 0067298 286.6970 127.6735 14.27988591383568
+1 31185U 99025BJP 14227.88285591 -.00000106  00000-0 -40370-4 0  2490
+2 31185 099.1331 248.2604 0046623 080.5975 280.0390 14.01431206378841
+1 31186U 99025BJQ 14236.08642597  .00000039  00000-0  49351-4 0  5760
+2 31186 099.1703 334.5875 0027409 048.4132 075.0774 14.08428213381497
+1 31187U 99025BJR 14238.31887199  .00002151  00000-0  73099-3 0  8550
+2 31187 099.3104 266.1965 0423492 297.0927 058.7687 13.97380925376580
+1 31188U 99025BJS 14236.35387015  .00001162  00000-0  69996-3 0  2001
+2 31188 099.0582 271.1427 0072761 057.4669 073.3297 14.07445336380616
+1 31189U 99025BJT 14236.60324364  .00033841  00000-0  33975-2 0  6952
+2 31189 099.0665 102.4164 0071973 019.9318 340.4681 14.89260447389253
+1 31190U 99025BJU 14236.84680118  .00000319  00000-0  25388-3 0  8510
+2 31190 099.2114 253.8526 0076357 132.1384 228.6300 13.97158823378616
+1 31191U 99025BJV 14236.45802348  .00000430  00000-0  16026-3 0  9131
+2 31191 098.7537 328.2333 0103124 121.2276 300.8698 14.34101723388203
+1 31192U 99025BJW 14235.98859208  .00000417  00000-0  16571-3 0  6559
+2 31192 098.8627 282.8790 0277733 100.4021 015.2192 14.14843540383447
+1 31193U 99025BJX 14236.61831255  .00006899  00000-0  84367-3 0  8564
+2 31193 099.0914 164.1435 0114815 194.9978 288.3174 14.79004281395198
+1 31194U 99025BJY 14236.75886407  .00000916  00000-0  41844-3 0  9163
+2 31194 098.9069 317.8845 0064685 352.0394 133.1252 14.22929180382257
+1 31195U 99025BJZ 14237.18111463 -.00000260  00000-0 -11358-3 0  6624
+2 31195 099.0939 225.3859 0174948 199.6133 220.9927 14.06255409381367
+1 31196U 99025BKA 14222.84512099  .00000537  00000-0  27625-3 0  3415
+2 31196 098.8958 237.8885 0061680 283.0473 076.4157 14.18525937382309
+1 31197U 99025BKB 14238.29857591  .00002069  00000-0  12007-2 0  6109
+2 31197 099.1329 258.6517 0069925 053.3818 307.4098 14.08681524380460
+1 31198U 99025BKC 14236.08207087  .00000068  00000-0  97331-4 0  6364
+2 31198 098.6128 339.9591 0204643 278.6419 079.1598 13.74676650372795
+1 31199U 99025BKD 14236.38658687  .00000137  00000-0  10544-3 0  8453
+2 31199 098.9811 277.6927 0066477 032.2876 025.5472 14.07484305380865
+1 31201U 99025BKF 14236.19130543  .00000602  00000-0  25499-3 0  9332
+2 31201 098.8959 313.6414 0171758 040.4853 012.6261 14.21503624384643
+1 31202U 99025BKG 14237.58144826  .00005009  00000-0  12177-2 0  7822
+2 31202 096.6070 358.7642 0125832 189.1755 232.6664 14.48396866390758
+1 31203U 99025BKH 14237.75213468  .00002979  00000-0  15582-2 0  6602
+2 31203 099.0546 257.5689 0063713 241.1576 171.0787 14.14115470381418
+1 31205U 99025BKK 14237.30681719  .00000076  00000-0  49614-4 0  6299
+2 31205 099.3410 047.8449 0166717 058.3888 060.9701 14.22032292385571
+1 31206U 99025BKL 14238.04216554  .00000950  00000-0  36669-3 0  8763
+2 31206 098.8241 328.9622 0089470 208.9879 277.3352 14.30398626387491
+1 31207U 99025BKM 14236.72195887  .00014006  00000-0  34445-2 0  2829
+2 31207 098.3583 148.0920 0071031 351.0474 062.1999 14.50842632386302
+1 31208U 99025BKN 14237.26176163  .00002289  00000-0  99658-3 0  4905
+2 31208 099.2770 030.7088 0024211 359.1331 121.3399 14.24960145384662
+1 31209U 99025BKP 14239.13009575  .00001879  00000-0  10103-2 0  5807
+2 31209 098.9261 215.4556 0032412 297.1744 062.6595 14.12621508381641
+1 31210U 99025BKQ 14237.26223558  .00000131  00000-0  10352-3 0  8271
+2 31210 099.0228 256.1280 0016822 278.2375 141.9514 14.08112659378792
+1 31211U 99025BKR 14237.29147252  .00000722  00000-0  44139-3 0  4947
+2 31211 099.0323 266.2824 0056770 262.3383 097.1337 14.08428973381253
+1 31212U 99025BKS 14237.64728186  .00001631  00000-0  11374-2 0  8115
+2 31212 099.0502 181.9817 0087258 057.8828 065.0066 13.98219126377887
+1 31213U 99025BKT 14236.41444811  .00004227  00000-0  20526-2 0  2050
+2 31213 099.4558 034.0218 0032641 048.0688 005.8860 14.18611865380762
+1 31214U 99025BKU 14236.24942207  .00002467  00000-0  12557-2 0  1546
+2 31214 098.9259 219.5831 0022425 258.4128 223.2078 14.16613441381051
+1 31215U 99025BKV 14238.03049282  .00000601  00000-0  30903-3 0  5770
+2 31215 098.9324 312.9888 0063849 292.9137 187.2306 14.18113636383219
+1 31217U 99025BKX 14237.86664501  .00000527  00000-0  30638-3 0  7122
+2 31217 099.0047 258.3805 0109042 354.3911 128.7932 14.10072341382387
+1 31218U 99025BKY 14237.12051163  .00002387  00000-0  12147-2 0   680
+2 31218 098.8645 207.9300 0037067 167.7052 254.2907 14.16418575381293
+1 31219U 99025BKZ 14236.31201117  .00000858  00000-0  61975-3 0    97
+2 31219 099.0162 169.7078 0089315 067.5885 085.9534 13.97436957377441
+1 31220U 99025BLA 14239.09313260  .00003903  00000-0  13394-2 0  9151
+2 31220 099.0086 353.5769 0062925 188.6294 171.4313 14.35049555386516
+1 31222U 99025BLC 14237.59292367  .00002598  00000-0  31207-3 0  8040
+2 31222 098.5952 357.4768 0286332 061.8000 357.1046 14.59846688393403
+1 31223U 99025BLD 14237.58588147  .00004024  00000-0  46487-2 0  2230
+2 31223 099.0266 007.9757 0281073 302.7394 054.6938 13.54191316365406
+1 31224U 99025BLE 14236.35794333  .00000294  00000-0  13203-3 0  5016
+2 31224 098.7740 292.1352 0169954 337.6347 082.2117 14.22513962384843
+1 31225U 99025BLF 14236.90624839  .00001184  00000-0  75964-3 0  8295
+2 31225 099.1080 216.8074 0106902 348.7859 064.3685 14.02502295377786
+1 31226U 99025BLG 14235.40966957  .00000196  00000-0  99357-4 0  2705
+2 31226 098.7957 295.5291 0134189 343.0862 016.5602 14.22058666384674
+1 31227U 99025BLH 14217.55043223  .00005149  00000-0  24995-2 0  2936
+2 31227 098.1661 324.9715 0147725 117.0205 244.6137 14.13127258377403
+1 31228U 99025BLJ 14236.52706933  .00000587  00000-0  24214-3 0  1136
+2 31228 098.8546 330.4164 0088154 239.8367 244.1176 14.28613748385154
+1 31229U 99025BLK 14236.48631580  .00001410  00000-0  86297-3 0   399
+2 31229 099.1225 240.0022 0067440 044.3397 107.7998 14.06425862378656
+1 31231U 99025BLM 14235.32037277  .00001840  00000-0  60633-3 0  3708
+2 31231 099.0328 263.6211 0324868 219.8047 204.4061 14.13558011379999
+1 31232U 99025BLN 14237.21599500  .00002434  00000-0  13086-2 0  4611
+2 31232 099.0545 233.4721 0051318 340.7089 019.1611 14.13187636380129
+1 31234U 99025BLQ 14236.28473507  .00000272  00000-0  19208-3 0  5833
+2 31234 099.0494 260.2933 0075385 278.5279 080.7351 14.04981418379758
+1 31235U 99025BLR 14238.01454981  .00001649  00000-0  12333-2 0  7711
+2 31235 098.4774 315.6774 0272306 282.7452 201.7679 13.79869647371607
+1 31236U 99025BLS 14210.83165941  .00001212  00000-0  10689-2 0  5825
+2 31236 098.5480 225.9573 0390794 259.0781 098.1393 13.57139099367194
+1 31237U 99025BLT 14236.34977090  .00000409  00000-0  18866-3 0  8686
+2 31237 098.7742 265.6410 0100244 172.1672 246.0749 14.23702220384545
+1 31238U 99025BLU 14236.40369169  .00004357  00000-0  17079-2 0   385
+2 31238 098.9936 296.8018 0131624 096.4494 034.5175 14.25279390382875
+1 31239U 99025BLV 14236.33244356  .00000499  00000-0  32887-3 0  1118
+2 31239 099.0361 261.7276 0050890 277.6762 201.0319 14.05853843379981
+1 31240U 99025BLW 14230.31753860  .00000614  00000-0  41657-3 0  2268
+2 31240 099.1010 253.4823 0050903 060.4713 300.0187 14.03385565378330
+1 31241U 99025BLX 14236.49744168  .00000518  00000-0  21511-3 0  9509
+2 31241 099.2884 061.1787 0075187 247.6090 167.5836 14.29687099386108
+1 31242U 99025BLY 14238.21899459  .00003611  00000-0  93914-3 0  3705
+2 31242 097.4064 246.0150 0088854 061.6575 299.3547 14.47770151393972
+1 31243U 99025BLZ 14237.36811492  .00000651  00000-0  46574-3 0  8337
+2 31243 099.1645 293.2202 0067696 123.4323 296.8686 13.99758693378206
+1 31246U 99025BMC 14237.55339154  .00001071  00000-0  81013-3 0  5859
+2 31246 099.0290 149.0978 0177485 163.4434 197.2623 13.88986242379899
+1 31247U 99025BMD 14236.80154843  .00000039  00000-0  58398-4 0  2207
+2 31247 099.2899 321.3014 0077275 189.1129 296.6296 13.97881116377808
+1 31248U 99025BME 14231.11745722  .00000193  00000-0  18977-3 0  8114
+2 31248 099.2962 193.6939 0114972 246.4392 171.6423 13.88021519374344
+1 31249U 99025BMF 14237.29123186  .00003778  00000-0  15515-2 0  3395
+2 31249 098.9886 254.0031 0087549 135.8265 224.9866 14.25577720382197
+1 31250U 99025BMG 14235.86501007  .00000886  00000-0  65093-3 0  2078
+2 31250 098.4449 007.1471 0142052 317.1031 197.0167 13.93398219379032
+1 31252U 99025BMJ 14239.21255529  .00000624  00000-0  17654-3 0  6566
+2 31252 098.7352 250.0866 0233623 164.9527 195.9242 14.30824525380411
+1 31253U 99025BMK 14237.08911116  .00000426  00000-0  22547-3 0  5567
+2 31253 099.1265 198.2596 0292904 294.2516 062.7976 13.99509821383720
+1 31254U 99025BML 14235.48076757  .00000808  00000-0  29680-3 0  8059
+2 31254 098.7943 221.7262 0170942 075.8009 051.5811 14.27690416385143
+1 31255U 99025BMM 14237.47709729  .00000085  00000-0  59909-4 0   296
+2 31255 099.1118 315.1046 0286094 306.4212 106.3354 14.04059818388982
+1 31256U 99025BMN 14238.46306591  .00002986  00000-0  18351-2 0  9720
+2 31256 098.7499 337.6235 0419622 114.3195 250.2832 13.69732292368331
+1 31257U 99025BMP 14233.82616412  .00001293  00000-0  93409-3 0  4488
+2 31257 098.6983 079.5972 0130036 139.1193 221.9811 13.94327912380132
+1 31258U 99025BMQ 14236.50521605  .00002627  00000-0  13268-2 0  1074
+2 31258 098.8960 216.6909 0021540 264.5073 222.1592 14.16981454380550
+1 31259U 99025BMR 14236.48719709  .00000824  00000-0  58622-3 0  9985
+2 31259 099.2419 236.6636 0076068 126.6551 024.8638 13.99018500376329
+1 31260U 99025BMS 14237.03416786  .00000931  00000-0  42725-3 0  7768
+2 31260 098.9162 321.2883 0054809 352.4269 131.4184 14.22988433383249
+1 31261U 99025BMT 14237.15839186  .00000946  00000-0  41382-3 0  8849
+2 31261 098.9743 340.1116 0061653 318.8406 158.2755 14.25273781383829
+1 31262U 99025BMU 14236.95432381  .00001006  00000-0  68556-3 0  1947
+2 31262 099.1899 227.1890 0069510 068.5271 346.1997 14.01131978376897
+1 31263U 99025BMV 14237.66626579  .00003048  00000-0  15156-2 0  9494
+2 31263 099.0353 288.9976 0047321 339.2730 145.0592 14.17237078380545
+1 31264U 99025BMW 14237.47149686  .00000420  00000-0  25119-3 0  7819
+2 31264 099.0741 328.1274 0000459 159.7707 258.7993 14.12662421380934
+1 31265U 99025BMX 14238.40450840  .00003341  00000-0  89705-3 0  3633
+2 31265 096.5867 314.7078 0123741 040.0066 321.1508 14.44079291390423
+1 31266U 99025BMY 14237.12559205  .00000267  00000-0  13916-3 0  6916
+2 31266 099.1692 359.9318 0139131 106.8977 016.4796 14.17834400386541
+1 31267U 99025BMZ 14237.88526112  .00001789  00000-0  48681-3 0  3937
+2 31267 099.2829 131.9101 0129811 214.2469 144.9917 14.44083928392750
+1 31268U 99025BNA 14237.94712939  .00000893  00000-0  62876-3 0  2834
+2 31268 099.1629 292.9680 0066722 120.6674 240.1971 13.99652818381506
+1 31269U 99025BNB 14238.11307990  .00004079  00000-0  13341-2 0  6928
+2 31269 098.2525 350.7072 0359771 094.6190 028.5237 14.08008597381549
+1 31270U 99025BNC 14237.42071770  .00004009  00000-0  97347-3 0  9898
+2 31270 099.0389 041.7663 0150312 111.7931 304.0496 14.46834382391816
+1 31271U 99025BND 14238.10745770  .00153310  00000-0  14540-2 0  8491
+2 31271 099.1119 350.0116 0074031 112.7352 248.2300 15.63263730403673
+1 31272U 99025BNE 14237.48086869  .00000473  00000-0  24830-3 0  6694
+2 31272 098.9927 320.5618 0115545 321.3654 096.0719 14.15651556385233
+1 31273U 99025BNF 14237.38183892  .00004096  00000-0  15236-2 0   652
+2 31273 098.4017 134.8723 0079450 063.0057 006.4131 14.30838131387567
+1 31274U 99025BNG 14236.72780544  .00001253  00000-0  10278-2 0  1763
+2 31274 099.1930 146.2545 0258685 332.5253 080.6602 13.76931378374154
+1 31275U 99025BNH 14234.97872311  .00000667  00000-0  50873-3 0  8685
+2 31275 099.2946 238.6295 0112244 136.7148 282.2645 13.94205635378609
+1 31276U 99025BNJ 14236.99144715  .00014874  00000-0  19186-2 0  6808
+2 31276 098.6473 319.2289 0187611 034.0968 327.2123 14.69478924391890
+1 31279U 99025BNM 14235.30517512  .00000435  00000-0  22228-3 0  6444
+2 31279 098.8734 253.6760 0080001 234.5442 183.5070 14.19171421385613
+1 31280U 99025BNN 14234.85157469  .00006248  00000-0  10349-2 0  4251
+2 31280 098.0113 097.5705 0159984 253.6588 102.2429 14.62450804391236
+1 31281U 99025BNP 14235.78828810  .00003859  00000-0  53610-3 0   104
+2 31281 098.3579 173.0954 0296447 095.5256 297.6059 14.52500724392328
+1 31282U 99025BNQ 14235.48984637  .00000189  00000-0  70692-4 0  5908
+2 31282 099.2372 119.2467 0136235 151.2263 209.6525 14.39219467391042
+1 31284U 99025BNS 14234.32020899  .00000464  00000-0  36891-3 0  6126
+2 31284 099.7993 037.4449 0152205 283.8707 194.6958 13.91656374377753
+1 31285U 99025BNT 14237.10430476  .00000163  00000-0  77484-4 0  7910
+2 31285 098.7554 279.0982 0209354 327.4765 085.9775 14.21804181386719
+1 31286U 99025BNU 14237.54665632  .00003529  00000-0  25139-2 0  7910
+2 31286 100.8271 350.6805 0119394 236.3043 187.2678 13.94916685377622
+1 31287U 99025BNV 14228.30851370  .00000966  00000-0  58754-3 0  5821
+2 31287 099.4074 358.2908 0036507 099.7768 290.7974 14.08453301382693
+1 31288U 99025BNW 14234.84169130  .00001857  00000-0  82977-3 0  7381
+2 31288 098.9027 252.6701 0062068 240.7615 245.1080 14.22898245383266
+1 31289U 99025BNX 14232.09850366  .00010271  00000-0  49597-3 0  8534
+2 31289 097.5661 096.9094 0283634 071.9305 077.1464 14.89864737402560
+1 31290U 99025BNY 14236.53880737  .00002331  00000-0  87025-3 0  7607
+2 31290 101.9434 131.1184 0123608 163.9202 196.5981 14.29298537388234
+1 31291U 99025BNZ 14237.11302235  .00004590  00000-0  16586-2 0  9902
+2 31291 098.5299 164.1263 0084943 077.0675 051.3649 14.31983955386804
+1 31292U 99025BPA 14237.95162946  .00004157  00000-0  22611-2 0  9295
+2 31292 099.0858 239.9084 0057548 000.3797 060.8597 14.11966106381325
+1 31293U 99025BPB 14236.24741005  .00000035  00000-0  28743-4 0  3969
+2 31293 098.7337 243.2548 0129582 142.3621 275.9702 14.29471923388183
+1 31294U 99025BPC 14235.66982436  .00000237  00000-0  15077-3 0  6838
+2 31294 098.9605 291.6665 0105112 202.9973 289.5467 14.10344183386686
+1 31295U 99025BPD 14236.34201286 -.00000050  00000-0 -78612-5 0  1647
+2 31295 098.3910 010.5266 0077489 271.6097 142.1310 13.95741478380113
+1 31296U 99025BPE 14236.84304356  .00001898  00000-0  99135-3 0  1005
+2 31296 099.0830 291.9254 0047027 242.6942 180.0350 14.15126711385162
+1 31297U 99025BPF 14235.37633284  .00000399  00000-0  10572-3 0   842
+2 31297 099.0037 056.5754 0158197 305.2027 172.0325 14.48074622395357
+1 31298U 99025BPG 14236.74692176  .00007919  00000-0  15308-2 0  3298
+2 31298 099.0121 052.7275 0072046 044.6823 084.9105 14.62026448391581
+1 31299U 99025BPH 14237.98027932  .00013457  00000-0  86006-3 0  1249
+2 31299 096.9803 129.6967 0338073 316.7408 105.9817 14.71933066393369
+1 31300U 99025BPJ 14236.67129419  .00001153  00000-0  77774-3 0  1635
+2 31300 099.5737 024.4051 0072340 215.1229 277.4669 14.01475467382556
+1 31302U 99025BPL 14235.88996022  .00000953  00000-0  58075-3 0  8504
+2 31302 099.3868 001.8169 0036516 074.3258 052.6956 14.08395010380509
+1 31303U 99025BPM 14236.80504749 -.00000091  00000-0 -26147-4 0  9826
+2 31303 099.0374 238.0831 0010414 269.5306 213.9884 14.09695894381776
+1 31304U 07015A   14237.10041349  .00004616  00000-0  34728-3 0  4217
+2 31304 097.8867 003.3083 0006096 028.0092 332.1459 15.03036588400018
+1 31305U 07015B   14238.06359052  .00002044  00000-0  17723-3 0  4238
+2 31305 097.9550 010.2803 0013133 063.2902 356.6145 14.98187727399999
+1 31306U 07016A   14238.14880156  .00000105  00000-0  00000+0 0  8093
+2 31306 000.0845 292.6831 0002159 287.6745 186.7092 01.00274077 26839
+1 31307U 07016B   14238.54357111  .00000000  00000-0  10000-3 0  4510
+2 31307 000.0404 052.1128 0003616 074.2558 312.9791 01.00266573 26831
+1 31308U 07016C   14237.37594170  .00001435  00000-0  54362-3 0  5275
+2 31308 005.9179 320.4563 7146874 289.8577 091.4676 02.43993915 62730
+1 31309U 07016D   14239.04619045  .00014290  00000-0  32189-2 0  7751
+2 31309 005.6990 186.0782 5920269 189.1505 151.5395 04.15327883 83259
+1 31311U 99025BPP 14237.65552181  .00001555  00000-0  89900-3 0  1407
+2 31311 099.0323 225.8125 0024143 288.7583 131.8073 14.10339639379020
+1 31312U 99025BPQ 14236.31439936  .00000186  00000-0  16053-3 0   229
+2 31312 099.1376 276.9959 0067429 126.6685 295.4436 13.97420353376563
+1 31313U 99025BPR 14236.09581178  .00000189  00000-0  11248-3 0  7941
+2 31313 098.9974 331.0010 0048054 055.9711 064.7360 14.18383176385134
+1 31314U 99025BPS 14236.30209868  .00000070  00000-0  73245-4 0  1724
+2 31314 099.0995 261.0928 0083640 336.0951 022.9084 14.02063642377225
+1 31316U 99025BPU 14236.88166846  .00001605  00000-0  96580-3 0  6150
+2 31316 099.1384 256.4599 0123529 346.1415 133.7182 14.04550227380529
+1 31317U 99025BPV 14236.16225845  .00005803  00000-0  24028-2 0  1377
+2 31317 099.3814 357.9956 0151933 114.8872 006.6770 14.20941250378303
+1 31319U 99025BPX 14237.31567255  .00000075  00000-0  10939-3 0  6919
+2 31319 098.7359 040.5145 0170618 297.5504 180.2250 13.74585223370327
+1 31320U 99025BPY 14220.52119874  .00000943  00000-0  66210-3 0  3291
+2 31320 098.3395 323.7123 0131074 343.5222 015.8586 13.96371746372390
+1 31321U 99025BPZ 14228.44876788  .00000176  00000-0  12001-3 0  4372
+2 31321 098.9801 301.7306 0032439 024.5724 335.7265 14.11972629378935
+1 31322U 99025BQA 14237.48669134  .00000190  00000-0  20760-3 0  4694
+2 31322 098.5950 323.6881 0241676 241.5878 181.9039 13.71238604372144
+1 31323U 99025BQB 14238.58839846  .00001842  00000-0  11101-2 0  5151
+2 31323 099.3873 002.9156 0038674 078.6920 281.8589 14.07666146378107
+1 31324U 99025BQC 14237.10238575  .00000034  00000-0  42627-4 0  5501
+2 31324 099.1218 340.8750 0050774 012.9887 110.0602 14.12851830382804
+1 31325U 99025BQD 14234.33450529  .00001696  00000-0  11698-2 0  3065
+2 31325 099.2009 268.8273 0088485 169.4715 190.7824 13.98773275375296
+1 31326U 99025BQE 14230.30992435  .00001746  00000-0  93987-3 0  4885
+2 31326 099.0458 263.6884 0055609 036.7290 323.7672 14.13383012377510
+1 31327U 99025BQF 14235.86021919  .00001352  00000-0  22617-3 0  5125
+2 31327 098.9872 110.7816 0193481 238.6276 119.5866 14.60321494393943
+1 31328U 99025BQG 14235.33243292  .00000069  00000-0  42736-4 0  7770
+2 31328 098.6629 279.3889 0107488 118.2689 303.1036 14.27471686386692
+1 31329U 99025BQH 14236.53131140  .00001709  00000-0  57382-3 0  6034
+2 31329 098.8399 339.8332 0091971 150.1412 267.6668 14.36167631385250
+1 31330U 99025BQJ 14237.68443720  .00003148  00000-0  16420-2 0  5230
+2 31330 098.9745 225.0384 0031056 277.8243 139.2912 14.14995786381706
+1 31331U 99025BQK 14236.19627552  .00000179  00000-0  15194-3 0  5951
+2 31331 099.2006 230.5212 0055481 050.9226 009.8070 13.99321528376374
+1 31332U 99025BQL 14235.57825642  .00000754  00000-0  50495-3 0  9005
+2 31332 099.0744 269.9431 0055487 078.4185 074.7032 14.03232751379676
+1 31333U 99025BQM 14237.39403812  .00000661  00000-0  32643-3 0  4983
+2 31333 098.8725 287.6702 0111513 074.4885 286.8570 14.17594206381067
+1 31334U 99025BQN 14238.78582150  .00001915  00000-0  11864-2 0  3456
+2 31334 099.0822 230.8107 0066632 091.9031 269.0235 14.04101680369148
+1 31335U 99025BQP 14237.56379789  .00009247  00000-0  18535-2 0  8716
+2 31335 098.8096 354.5011 0098856 317.4713 041.8856 14.58904309390016
+1 31336U 99025BQQ 14237.18022227  .00000662  00000-0  24587-3 0  7252
+2 31336 098.7051 212.8944 0102738 070.6246 346.1454 14.32554719386717
+1 31337U 99025BQR 14237.95639012  .00003890  00000-0  13433-2 0  6469
+2 31337 099.4403 125.5248 0061111 356.9924 060.2586 14.35407018385751
+1 31338U 99025BQS 14236.55183922  .00001655  00000-0  11958-2 0  4329
+2 31338 098.8895 139.6461 0102822 124.2958 236.7965 13.95463138376426
+1 31339U 99025BQT 14236.34515168  .00000435  00000-0  29972-3 0  7490
+2 31339 099.0795 268.3105 0081110 009.4736 047.0457 14.03086608378376
+1 31340U 99025BQU 14237.18139873  .00001654  00000-0  94998-3 0  5302
+2 31340 099.0445 224.2817 0045488 280.5609 079.0301 14.10239853377833
+1 31341U 99025BQV 14235.72627226  .00001039  00000-0  42554-3 0  9060
+2 31341 099.5276 142.8704 0078213 344.8312 069.8233 14.27997798384463
+1 31342U 99025BQW 14237.13806833  .00000137  00000-0  61267-4 0  6665
+2 31342 098.8830 353.1906 0117849 083.7845 038.0149 14.33877032387789
+1 31344U 99025BQY 14234.55753767  .00008669  00000-0  23078-2 0  3477
+2 31344 099.4949 131.5979 0041527 292.1852 187.7511 14.48277304385550
+1 31345U 99025BQZ 14236.96552235  .00001012  00000-0  74051-3 0  5534
+2 31345 098.1247 284.5084 0089537 282.8593 198.0883 13.95984994376890
+1 31346U 99025BRA 14237.46340631  .00003082  00000-0  38664-3 0  7379
+2 31346 098.8759 099.3244 0223959 056.9773 060.6295 14.66888921394819
+1 31348U 99025BRC 14237.09190167  .00000948  00000-0  48393-3 0  6824
+2 31348 099.0706 336.1051 0037844 337.9829 144.6540 14.17822081376912
+1 31349U 99025BRD 14234.67805986  .00000474  00000-0  35512-3 0  4920
+2 31349 099.0298 178.1769 0070921 051.2158 309.2605 13.98293212371768
+1 31350U 99025BRE 14237.42987825  .00000578  00000-0  25441-3 0  4094
+2 31350 098.7980 312.5533 0074156 269.1317 090.1365 14.25872063385175
+1 31351U 99025BRF 14236.34634438  .00000340  00000-0  23489-3 0  5665
+2 31351 099.0437 271.2293 0097245 084.2825 331.2439 14.03526965379295
+1 31353U 99025BRH 14237.12541074  .00000784  00000-0  27598-3 0  6115
+2 31353 098.9691 335.2464 0255903 043.6614 318.3772 14.21067325383145
+1 31355U 99025BRK 14237.62463142  .00002272  00000-0  58511-3 0   398
+2 31355 098.8780 012.6391 0108779 004.5757 051.1101 14.47685020388905
+1 31356U 99025BRL 14237.30853795  .00001903  00000-0  82150-3 0  6281
+2 31356 098.8667 258.0878 0063756 209.9673 205.7426 14.24577983382992
+1 31357U 99025BRM 14237.95344230 -.00000007  00000-0  18396-4 0  7864
+2 31357 098.9225 225.2740 0049545 219.4606 197.8285 14.18116778382853
+1 31358U 99025BRN 14235.13820890  .00003001  00000-0  11380-2 0   126
+2 31358 098.9452 294.9782 0178376 085.6078 329.2448 14.23462450382237
+1 31359U 99025BRP 14236.75041318  .00001038  00000-0  75590-3 0  5538
+2 31359 099.2823 227.6855 0101865 191.9426 167.9228 13.96080874375134
+1 31360U 99025BRQ 14236.16409775  .00001522  00000-0  12084-2 0  6177
+2 31360 098.0026 211.3538 0137754 011.3310 349.0899 13.88187411373095
+1 31361U 99025BRR 14237.40053390  .00000053  00000-0  48435-4 0  5701
+2 31361 098.8458 292.1682 0046734 053.9490 002.0638 14.16102117382121
+1 31362U 99025BRS 14236.30778015  .00000056  00000-0  51893-4 0  6524
+2 31362 098.8969 257.6689 0019019 030.2934 026.7880 14.15281265381705
+1 31364U 99025BRU 14237.58424530  .00001682  00000-0  12877-2 0  1176
+2 31364 099.3630 245.3238 0119807 258.2422 228.1551 13.91506295372868
+1 31365U 99025BRV 14236.29660157  .00001202  00000-0  60587-3 0   608
+2 31365 098.9524 254.2274 0055244 287.0850 202.7430 14.17495475379210
+1 31366U 99025BRW 14236.60935874  .00002930  00000-0  13073-2 0    61
+2 31366 098.9177 260.1588 0000081 325.4749 162.5000 14.23538796379668
+1 31367U 99025BRX 14237.02062773  .00000602  00000-0  20400-3 0  9817
+2 31367 098.7039 323.5788 0116877 043.1078 078.3773 14.36689762390679
+1 31368U 99025BRY 14237.39513565  .00000400  00000-0  22905-3 0  3797
+2 31368 098.9894 311.5380 0053979 147.6272 212.8232 14.14461596384717
+1 31369U 99025BRZ 14235.92985103  .00000138  00000-0  91139-4 0  4634
+2 31369 098.8450 275.3254 0056344 284.4337 197.9459 14.16188674385364
+1 31370U 99025BSA 14237.87843872  .00000579  00000-0  37949-3 0  9146
+2 31370 099.0494 257.6230 0033829 003.8942 118.0472 14.05923558382634
+1 31371U 99025BSB 14236.96837157  .00000641  00000-0  47229-3 0  7842
+2 31371 099.1833 289.7178 0073173 145.0815 337.7137 13.98004926380281
+1 31372U 99025BSC 14236.98460120  .00001246  00000-0  76868-3 0   102
+2 31372 099.3231 345.5960 0045037 080.3368 348.0538 14.06903300375804
+1 31374U 99025BSE 14238.17227913  .00002018  00000-0  11545-2 0  6078
+2 31374 099.6311 020.7436 0217574 179.1663 186.7055 13.99559061379290
+1 31376U 99025BSG 14236.50155248  .00001619  00000-0  61094-3 0  9452
+2 31376 098.8250 315.3592 0079133 244.2230 183.8839 14.31052855387879
+1 31378U 99025BSJ 14236.57210275  .00000346  00000-0  37659-3 0  7424
+2 31378 100.8012 247.6276 0179311 076.9201 285.1889 13.74475311377348
+1 31379U 99025BSK 14238.14130519  .00006154  00000-0  10400-2 0  6349
+2 31379 099.5073 209.6193 0161143 233.2217 125.0408 14.61608309390802
+1 31380U 99025BSL 14237.98411232  .00003619  00000-0  83800-3 0  4869
+2 31380 096.5618 320.5270 0126981 344.5497 015.1871 14.50670347387417
+1 31381U 99025BSM 14236.41865343  .00000433  00000-0  15362-3 0  5504
+2 31381 098.7577 303.8647 0224240 290.5272 067.1973 14.26835301385623
+1 31383U 99025BSP 14236.48808671  .00000337  00000-0  25371-3 0  9333
+2 31383 099.1667 208.7671 0120181 137.4505 348.1465 13.97650558375776
+1 31384U 99025BSQ 14239.02984730  .00001992  00000-0  10041-2 0  1830
+2 31384 098.4495 259.7626 0518529 318.2198 038.0884 13.63665774366733
+1 31385U 99025BSR 14237.26094739  .00000297  00000-0  98549-4 0  5692
+2 31385 099.0531 043.1821 0142017 023.6998 337.0510 14.40221517391470
+1 31386U 99025BSS 14236.40652694  .00001523  00000-0  14498-2 0    44
+2 31386 098.4658 285.0880 0223734 276.0776 219.7301 13.71555837371829
+1 31387U 99025BST 14237.04450466  .00000186  00000-0  99920-4 0   149
+2 31387 099.0719 324.4578 0252097 217.2170 269.2074 14.09659366382335
+1 31388U 99025BSU 14235.89178477  .00000085  00000-0  79055-4 0  7906
+2 31388 099.0153 263.7369 0046832 268.2112 215.5006 14.05812470385369
+1 31389U 99025BSV 14235.57772088  .00001951  00000-0  11715-2 0   262
+2 31389 099.1386 241.5011 0064835 050.2582 075.9430 14.07070578379820
+1 31391U 06029D   14238.59676093  .00004237  00000-0  19769-3 0  9145
+2 31391 064.5090 308.0026 0039787 278.2182 081.4938 15.18868921434188
+1 31392U 06029E   14236.59687133  .00003600  00000-0  17941-3 0  9278
+2 31392 064.5211 317.5058 0043018 257.5019 102.1290 15.18536660435034
+1 31395U 07018A   14237.58582333 -.00000360  00000-0  00000+0 0  2465
+2 31395 004.8447 061.4425 0007970 061.4229 169.7789 01.00266981 26816
+1 31397U 88005S   14235.50025583  .00001512  00000-0  12260-2 0  5377
+2 31397 082.5402 155.9298 0017483 345.8434 135.9590 13.89407955394592
+1 31398U 88005T   14237.52928477  .00001815  00000-0  14749-2 0  3813
+2 31398 082.5437 159.4312 0021045 307.0738 175.3453 13.89374015404489
+1 31399U 88005U   14236.43368205  .00002530  00000-0  19792-2 0  4785
+2 31399 082.5144 140.3653 0013923 047.1714 072.2784 13.91715787391580
+1 31401U 88005W   14238.02879172  .00001837  00000-0  14099-2 0  5152
+2 31401 082.5356 148.6850 0022769 326.3377 033.5948 13.92612803399333
+1 31402U 88005X   14239.07064190 -.00000173  00000-0  00000+0 0  8795
+2 31402 082.5467 154.8854 0007428 325.0551 035.0600 13.89982869399313
+1 31403U 96017D   14238.11272286  .00012454  00000-0  32299-2 0  1525
+2 31403 098.3605 194.1400 0027377 046.7005 013.7679 14.49660782958362
+1 31404U 79095T   14237.90876400  .00002021  00000-0  10012-2 0  6036
+2 31404 081.2141 091.2236 0021082 106.4671 253.8999 14.16809151410299
+1 31406U 80073H   14236.57443223  .00001654  00000-0  78904-3 0  5227
+2 31406 081.2006 330.0605 0049920 072.8600 287.7344 14.18197012401674
+1 31407U 66041H   14238.06074874  .00000931  00000-0  45878-3 0  1952
+2 31407 090.1372 357.9609 0065133 260.8734 098.5226 14.15895256587543
+1 31409U 05024J   14238.34121089  .00001825  00000-0  11220-3 0    68
+2 31409 097.7027 260.9968 0011549 141.6024 218.5310 15.11307984480088
+1 31410U 99025BSW 14237.44985075  .00001014  00000-0  37062-3 0  6391
+2 31410 098.7388 309.0079 0135911 222.2111 195.6662 14.30199157385868
+1 31411U 99025BSX 14238.14411174  .00000296  00000-0  14678-3 0  5707
+2 31411 098.8432 207.0963 0108624 287.6667 129.4931 14.21668672383945
+1 31412U 99025BSY 14234.41531233  .00000614  00000-0  46956-3 0  7208
+2 31412 098.5102 040.1455 0094637 018.4768 341.9794 13.94774208372251
+1 31413U 99025BSZ 14215.93149614  .00000577  00000-0  26047-3 0  3802
+2 31413 098.7853 272.6776 0071191 260.9493 098.3591 14.24718277377840
+1 31415U 99025BTB 14237.47463632  .00000857  00000-0  44882-3 0  4850
+2 31415 099.6390 119.5927 0076376 108.2821 252.6577 14.15792392378125
+1 31416U 99025BTC 14237.23267483  .00000410  00000-0  14621-3 0  6698
+2 31416 099.0514 020.1161 0147625 098.5933 021.5803 14.33939808383290
+1 31417U 99025BTD 14231.32527530  .00003842  00000-0  12318-2 0    62
+2 31417 099.0565 005.6729 0057217 259.3409 129.7182 14.39190448381437
+1 31418U 99025BTE 14230.95044938  .00002427  00000-0  13837-2 0  3559
+2 31418 099.1602 291.9753 0066689 093.7933 267.0755 14.09572708374752
+1 31419U 99025BTF 14237.39458294  .00001576  00000-0  63099-3 0  3526
+2 31419 098.8124 292.5340 0087589 173.4939 186.7381 14.27695242384731
+1 31420U 99025BTG 14237.26178390  .00000553  00000-0  20021-3 0  4219
+2 31420 097.5022 247.3898 0155638 279.0875 139.0029 14.30252876384719
+1 31421U 99025BTH 14237.91145467  .00001106  00000-0  58044-3 0  2434
+2 31421 098.9730 283.1734 0026917 157.8356 202.3914 14.16129156380410
+1 31422U 99025BTJ 14229.86236259  .00000022  00000-0  40397-4 0  7715
+2 31422 099.0438 252.5040 0036721 032.7852 092.2938 14.05855499377382
+1 31423U 99025BTK 14237.38470264  .00000064  00000-0  49846-4 0  6777
+2 31423 098.7722 273.8714 0036114 280.1344 146.1176 14.20870950383858
+1 31424U 99025BTL 14232.88654597  .00000293  00000-0  19668-3 0  5907
+2 31424 098.4899 099.1580 0094614 296.3467 062.8005 14.05706006377597
+1 31426U 99025BTN 14236.54432994  .00002680  00000-0  17313-2 0  9912
+2 31426 098.6204 341.6912 0369869 222.2655 203.8016 13.74950701366774
+1 31427U 99025BTP 14237.00501868  .00001650  00000-0  75295-3 0  9327
+2 31427 098.9129 248.0233 0055653 231.6261 183.1736 14.22172771378746
+1 31428U 99025BTQ 14237.15235366  .00000842  00000-0  34942-3 0  6683
+2 31428 098.9710 346.3420 0078389 285.5915 191.7294 14.27651708385073
+1 31429U 99025BTR 14236.99150929  .00001017  00000-0  58958-3 0  7269
+2 31429 099.0457 242.3886 0016654 265.9130 150.2345 14.11081980376500
+1 31430U 99025BTS 14235.96220874  .00000943  00000-0  52253-3 0  2763
+2 31430 098.9984 226.0471 0031128 297.0047 118.7623 14.13534170376874
+1 31431U 99025BTT 14237.20509409  .00000780  00000-0  60654-3 0  7631
+2 31431 098.5262 019.6463 0151711 036.0174 086.5322 13.89858856370807
+1 31432U 99025BTU 14237.91885853  .00018203  00000-0  12217-2 0   857
+2 31432 099.0677 215.1653 0185712 325.3223 086.5928 14.93832555393288
+1 31433U 99025BTV 14236.38029814  .00001553  00000-0  10192-2 0  3106
+2 31433 098.4052 014.0302 0131085 262.5940 154.3729 13.99251183375176
+1 31434U 99025BTW 14235.81474660  .00003720  00000-0  12450-2 0  1012
+2 31434 099.0315 358.8201 0059044 264.7037 249.2147 14.37026148381593
+1 31435U 99025BTX 14237.38101443  .00000328  00000-0  89780-4 0  9418
+2 31435 099.0478 077.1560 0161842 312.0021 046.7482 14.47577172386982
+1 31436U 99025BTY 14237.09669176  .00003142  00000-0  13419-2 0  8598
+2 31436 098.9371 279.9066 0147751 110.5359 312.8255 14.20003494377565
+1 31437U 99025BTZ 14237.15147546  .00001850  00000-0  98359-3 0  8218
+2 31437 098.8794 199.0432 0017520 246.6847 169.1809 14.14646084380772
+1 31439U 99025BUB 14236.31937766  .00000355  00000-0  30245-3 0  6035
+2 31439 099.2906 271.9931 0146772 221.1899 199.0126 13.89137042374929
+1 31440U 99025BUC 14235.82653536  .00001110  00000-0  59603-3 0  5579
+2 31440 098.9979 253.5157 0051091 323.4952 036.2741 14.14408385380627
+1 31441U 99025BUD 14236.84116571  .00004241  00000-0  23039-2 0  7726
+2 31441 099.3838 243.4215 0287383 334.4879 024.2327 13.93956690379511
+1 31442U 99025BUE 14236.40100818  .00000381  00000-0  16768-3 0  6199
+2 31442 098.7547 307.1216 0086720 237.8385 121.4361 14.27231827384791
+1 31443U 99025BUF 14236.60106375  .00002527  00000-0  80787-3 0  5348
+2 31443 099.2452 015.3083 0268074 124.6656 238.0102 14.22044560383092
+1 31444U 99025BUG 14238.00959463  .00001791  00000-0  70336-3 0  6464
+2 31444 098.8882 318.5713 0116291 353.5757 006.3925 14.26965971384723
+1 31445U 99025BUH 14236.52702782  .00005994  00000-0  17957-2 0  8077
+2 31445 098.8808 339.0468 0077536 179.0979 238.5763 14.41457576384882
+1 31446U 99025BUJ 14215.62595138  .00002276  00000-0  11462-2 0  3981
+2 31446 098.7583 157.1257 0087097 010.1741 350.0968 14.15402740377559
+1 31447U 99025BUK 14238.03034899  .00001037  00000-0  38859-3 0  5867
+2 31447 098.7293 171.0811 0243813 326.5145 088.0376 14.18843359382602
+1 31448U 99025BUL 14237.84765290  .00000677  00000-0  34377-3 0  5154
+2 31448 098.8784 263.4104 0064553 255.9850 103.4090 14.18296891382709
+1 31449U 99025BUM 14236.15922806  .00000237  00000-0  96996-4 0  5660
+2 31449 098.7212 202.8318 0153888 130.6239 287.0192 14.29753463386069
+1 31450U 99025BUN 14238.00732937  .00006674  00000-0  48251-3 0  7126
+2 31450 098.6050 284.7854 0416761 273.4358 203.9532 14.54322316385357
+1 31451U 99025BUP 14235.78655213  .00000247  00000-0  16685-3 0  6811
+2 31451 099.0450 222.5339 0032184 320.2881 161.7702 14.09436452380655
+1 31452U 99025BUQ 14237.35706286  .00000335  00000-0  21011-3 0  5911
+2 31452 098.9372 276.3464 0041711 344.9040 078.2411 14.10839628380753
+1 31455U 99025BUT 14235.99971244  .00000508  00000-0  25742-3 0  5816
+2 31455 098.9776 295.0798 0225528 223.5152 260.1092 14.08146943379751
+1 31456U 99025BUU 14235.99472400  .00000763  00000-0  31239-3 0  4165
+2 31456 098.7567 300.5700 0084101 241.4647 242.5363 14.28260521384685
+1 31457U 99025BUV 14235.96220299  .00005265  00000-0  62664-3 0  6777
+2 31457 099.0235 131.1931 0209618 268.0004 147.9514 14.70425972393282
+1 31458U 99025BUW 14236.86090632  .00001774  00000-0  49437-3 0  5687
+2 31458 099.2037 097.9725 0099178 110.5033 314.5292 14.44885263386625
+1 31459U 99025BUX 14237.19573033  .00001569  00000-0  71142-3 0  5192
+2 31459 098.1469 014.5776 0134377 098.0335 263.6114 14.18439302380205
+1 31460U 99025BUY 14239.16538987  .00077612  00000-0  59610-2 0  3322
+2 31460 098.3282 128.8010 0117644 178.1028 182.1187 14.96350283382415
+1 31462U 99025BVA 14236.84053362  .00000326  00000-0  21211-3 0  7155
+2 31462 099.0459 241.2511 0033287 332.5785 148.8161 14.09276698378140
+1 31463U 99025BVB 14239.16315666  .00001228  00000-0  36619-3 0  6511
+2 31463 098.9900 356.5537 0238843 147.4298 214.2361 14.27843141383234
+1 31464U 99025BVC 14236.13426203  .00000403  00000-0  25671-3 0  5054
+2 31464 099.0443 215.9559 0045023 324.0147 100.1691 14.09031821378016
+1 31465U 99025BVD 14238.84099579  .00001155  00000-0  76890-3 0  5613
+2 31465 098.5651 063.9362 0133498 336.9917 022.5768 13.96965368374066
+1 31466U 99025BVE 14236.52998057  .00000427  00000-0  15301-3 0  4919
+2 31466 099.0778 342.4746 0309015 119.1039 244.1437 14.15726572379761
+1 31467U 99025BVF 14237.16002263  .00001384  00000-0  11616-2 0  6319
+2 31467 098.6093 004.9554 0179952 169.3700 191.1382 13.82411368370006
+1 31468U 99025BVG 14230.40661821  .00000857  00000-0  25324-3 0  2650
+2 31468 098.5898 283.3796 0189033 003.3526 356.8895 14.36339188384074
+1 31471U 99025BVK 14239.21758692  .00001164  00000-0  76791-3 0  6295
+2 31471 097.9495 228.2281 0187488 224.6301 134.0105 13.93561227378584
+1 31472U 99025BVL 14237.97901742  .00086706  00000-0  10955-2 0    22
+2 31472 099.5481 134.6108 0087328 205.9892 210.8472 15.54701100399325
+1 31473U 99025BVM 14236.92852206  .00001202  00000-0  64663-3 0  6285
+2 31473 098.9608 268.7611 0081000 344.7677 134.7365 14.13142162377515
+1 31474U 99025BVN 14236.76296536  .00001516  00000-0  10600-2 0  6858
+2 31474 099.0772 196.6923 0083938 083.9957 032.6586 13.98322339373537
+1 31475U 99025BVP 14238.05324958  .00001212  00000-0  39875-3 0  6166
+2 31475 098.8771 321.2816 0252000 198.6743 160.5061 14.23722284380681
+1 31476U 99025BVQ 14236.79095029  .00001190  00000-0  72856-3 0  2448
+2 31476 099.0717 221.9104 0062546 275.1954 203.9998 14.06914769375058
+1 31477U 99025BVR 14236.06345690  .00000028  00000-0  46209-4 0   194
+2 31477 099.0909 261.1525 0118829 336.3410 079.8801 14.00860295375745
+1 31478U 99025BVS 14238.05317365  .00003105  00000-0  13132-2 0  9537
+2 31478 102.5974 329.4063 0030563 203.4477 279.5990 14.26531109378993
+1 31480U 99025BVU 14238.11372863  .00002706  00000-0  19679-2 0  9809
+2 31480 098.3590 205.0392 0437204 127.1964 298.4076 13.59445560370089
+1 31481U 99025BVV 14237.83710540  .00005670  00000-0  14685-2 0  9148
+2 31481 099.2557 101.3844 0073413 216.5228 143.0943 14.48665755386227
+1 31482U 99025BVW 14237.92440602  .00000695  00000-0  29757-3 0  6908
+2 31482 098.7541 273.1239 0104562 157.9918 322.2513 14.25092651383499
+1 31483U 99025BVX 14235.44610075  .00001488  00000-0  11314-2 0  8673
+2 31483 102.5179 090.5996 0176148 061.2729 057.3331 13.89203058372922
+1 31484U 99025BVY 14238.90015806  .00003351  00000-0  21522-2 0  6951
+2 31484 101.8404 284.3155 0179908 139.8723 221.6350 13.95582200378018
+1 31485U 99025BVZ 14236.54635935  .00001606  00000-0  20038-2 0  6122
+2 31485 102.7101 130.6709 0511636 072.2186 293.4058 13.22162358357974
+1 31486U 99025BWA 14237.06018697  .00003375  00000-0  16836-2 0  8657
+2 31486 102.2761 185.5514 0028031 034.0815 025.6248 14.17789745378184
+1 31487U 99025BWB 14235.70609064  .00000630  00000-0  56221-3 0  7238
+2 31487 102.4294 057.7738 0136480 061.3358 359.2252 13.86303607371345
+1 31488U 99025BWC 14238.06535966  .00005305  00000-0  22036-2 0  7656
+2 31488 102.6762 330.4075 0096213 082.9722 278.2372 14.24661028379737
+1 31490U 07019A   14238.30620492  .00000185  00000-0  34796-4 0   750
+2 31490 097.9901 342.2032 0022291 085.7552 274.6204 14.75278453390663
+1 31492U 99025BWF 14238.64009142  .00002244  00000-0  98855-3 0  7569
+2 31492 098.9610 277.6872 0153828 141.0271 220.2593 14.17328411376108
+1 31493U 99025BWG 14237.46088712  .00000474  00000-0  42881-3 0  2497
+2 31493 100.1374 126.0549 0128244 147.0834 213.8330 13.85846555370621
+1 31494U 99025BWH 14236.58094810  .00001615  00000-0  70261-3 0  5445
+2 31494 099.5780 136.7301 0034143 135.9978 224.3879 14.25367744379927
+1 31495U 99025BWJ 14237.43814725  .00001021  00000-0  57290-3 0  5545
+2 31495 099.0672 311.3908 0035971 012.0325 348.1315 14.12581866377262
+1 31496U 99025BWK 14237.17870565  .00012358  00000-0  11468-2 0  7779
+2 31496 099.1672 221.0049 0180082 069.4814 292.5620 14.83036520392189
+1 31497U 99025BWL 14235.89890194  .00000243  00000-0  85176-4 0  5325
+2 31497 098.5722 270.6770 0178712 081.9374 041.3177 14.35063517383727
+1 31498U 99025BWM 14237.07335891  .00000735  00000-0  77676-3 0  7532
+2 31498 098.4867 272.3275 0240823 355.9442 057.0783 13.65488179362944
+1 31499U 99025BWN 14237.24428193  .00003210  00000-0  23919-2 0  5573
+2 31499 097.6686 042.2135 0351153 135.4865 227.5076 13.69872667365342
+1 31500U 99025BWP 14237.44935538  .00016328  00000-0  13818-2 0  7870
+2 31500 098.9113 307.5484 0422549 226.0336 191.7726 14.48065413381103
+1 31501U 99025BWQ 14237.84612410  .00000857  00000-0  49686-3 0  3336
+2 31501 099.0527 240.7080 0044483 204.9391 154.9636 14.11111726376539
+1 31502U 99025BWR 14236.75160674  .00001028  00000-0  73530-3 0  5312
+2 31502 099.2212 225.2920 0083725 114.8251 246.6105 13.97848799376844
+1 31503U 99025BWS 14236.16954014  .00000894  00000-0  53024-3 0  4390
+2 31503 100.1332 228.3040 0057241 284.2432 075.2362 14.09971515376943
+1 31504U 99025BWT 14236.51214387  .00004750  00000-0  17030-2 0  8599
+2 31504 101.5166 336.1786 0183768 264.5452 151.3369 14.25674912378759
+1 31505U 99025BWU 14237.37263106  .00003555  00000-0  17361-2 0  7192
+2 31505 101.9321 068.6421 0057769 048.3249 312.2838 14.18140451378187
+1 31507U 99025BWW 14235.28779118  .00000739  00000-0  21895-3 0  9569
+2 31507 098.6101 239.8406 0135987 328.1887 097.4622 14.41325323384312
+1 31508U 99025BWX 14236.00922984  .00001501  00000-0  66898-3 0  7526
+2 31508 098.8916 251.8546 0059694 223.8421 135.8010 14.23396928378997
+1 31509U 99025BWY 14237.56776804  .00000612  00000-0  50123-3 0  8568
+2 31509 098.9738 121.5536 0228769 232.3705 246.8868 13.81758077368739
+1 31510U 99025BWZ 14236.28112389  .00000314  00000-0  17300-3 0  5814
+2 31510 098.8630 260.3898 0039728 005.8911 052.9234 14.18266800378868
+1 31511U 99025BXA 14236.42195816  .00000968  00000-0  52539-3 0  5747
+2 31511 099.0569 298.3554 0137693 053.5788 307.7987 14.10027983375687
+1 31512U 99025BXB 14236.08530215  .00000590  00000-0  20071-3 0  6373
+2 31512 098.7604 322.5215 0168307 080.0976 038.9495 14.32679455382213
+1 31513U 99025BXC 14236.80106127  .00001351  00000-0  78989-3 0  3661
+2 31513 099.0703 252.8223 0036460 343.1680 016.8278 14.09786077375793
+1 31514U 99025BXD 14235.46488576  .00001290  00000-0  82162-3 0  7512
+2 31514 099.2262 315.7094 0065906 109.4859 251.3442 14.04462087373849
+1 31515U 99025BXE 14229.40455716  .00000781  00000-0  53118-3 0  2855
+2 31515 099.1433 292.9492 0066726 142.6703 215.1887 14.01973961372840
+1 31516U 99025BXF 14236.45017483  .00000375  00000-0  17667-3 0  7352
+2 31516 098.8743 309.2183 0159466 251.4877 163.8197 14.19347041378780
+1 31517U 99025BXG 14239.16940700  .00012630  00000-0  38399-2 0  5473
+2 31517 099.1315 011.1352 0036432 229.7350 130.1135 14.41769261380574
+1 31519U 99025BXJ 14235.32840515  .00000312  00000-0  17292-3 0  6387
+2 31519 098.8669 260.2382 0055310 262.9798 153.4121 14.17642376378249
+1 31520U 99025BXK 14236.85199196  .00003213  00000-0  14527-2 0  6278
+2 31520 098.9451 245.5973 0003115 153.0119 328.1610 14.22776766377998
+1 31521U 99025BXL 14236.31232286  .00002103  00000-0  80030-3 0  4344
+2 31521 098.8084 263.3360 0085790 157.9371 202.5337 14.29976236380110
+1 31522U 99025BXM 14237.96958396  .00000933  00000-0  66262-3 0  9237
+2 31522 099.1535 291.9937 0064187 123.0463 359.8536 13.99184747373401
+1 31523U 99025BXN 14237.12920434  .00000050  00000-0  50300-4 0  6085
+2 31523 098.9700 209.2765 0037525 262.6748 157.7120 14.13547485377313
+1 31524U 99025BXP 14233.46433058  .00000151  00000-0  90427-4 0  3724
+2 31524 099.2038 318.7649 0292569 003.8452 356.4455 14.01947296373414
+1 31527U 99025BXS 14237.17931214  .00000109  00000-0  20933-3 0  6153
+2 31527 098.8998 217.4931 0455282 258.9785 095.9822 13.20902155357051
+1 31529U 99025BXU 14237.23883739  .00001229  00000-0  65183-3 0  5429
+2 31529 099.0126 236.1581 0052650 306.5239 053.1065 14.14830028381239
+1 31530U 99025BXV 14234.81693802  .00002365  00000-0  78027-3 0  3658
+2 31530 099.3789 085.9910 0124384 055.4752 305.1148 14.34837781384251
+1 31531U 99025BXW 14236.93419245  .00001612  00000-0  51481-3 0  4482
+2 31531 098.8428 292.8028 0290080 058.3734 304.4258 14.19725278380377
+1 31532U 99025BXX 14236.33279155  .00004179  00000-0  20984-2 0  4711
+2 31532 099.1799 282.1728 0160904 136.4173 224.9839 14.10575718377750
+1 31533U 99025BXY 14236.03380330  .00000338  00000-0  16798-3 0  5103
+2 31533 098.9129 325.9919 0069983 342.3421 017.4951 14.22530390383557
+1 31534U 99025BXZ 14237.35237772  .00002865  00000-0  13523-2 0  2826
+2 31534 098.9886 293.3271 0022433 134.2119 226.0904 14.20479378380142
+1 31535U 99025BYA 14237.17925396  .00000767  00000-0  37013-3 0  5602
+2 31535 098.1051 007.3750 0100748 065.9991 295.1694 14.18527623380910
+1 31536U 99025BYB 14238.12090879  .00003207  00000-0  69456-3 0   173
+2 31536 098.2507 352.4841 0455873 055.8979 308.4583 14.09782951376309
+1 31537U 99025BYC 14238.84953065  .00003556  00000-0  14675-2 0    21
+2 31537 099.0189 071.7905 0553426 231.6654 123.3972 13.66560004364931
+1 31538U 99025BYD 14237.95990169  .00002094  00000-0  85885-3 0  4098
+2 31538 098.4595 135.7895 0072564 103.9676 256.9295 14.26691293381526
+1 31539U 99025BYE 14235.94424228  .00011160  00000-0  27353-2 0  9009
+2 31539 099.0672 025.3166 0050400 219.1902 269.5898 14.51845408384330
+1 31541U 99025BYG 14237.26022181  .00000970  00000-0  27098-3 0  7205
+2 31541 099.0233 040.8501 0119212 043.4736 317.5777 14.44673277386451
+1 31542U 99025BYH 14234.85004749  .00000816  00000-0  49617-3 0  5510
+2 31542 099.0728 251.1744 0055696 027.0514 097.3048 14.08370710376970
+1 31544U 99025BYK 14239.18584831  .00001190  00000-0  71472-3 0  8195
+2 31544 099.0899 228.0129 0034869 321.2911 038.6225 14.06563818377595
+1 31546U 99025BYM 14237.99633800  .00001362  00000-0  92538-3 0  9148
+2 31546 098.2319 305.2724 0185117 275.7500 082.2585 13.93630967370619
+1 31547U 99025BYN 14236.10077438  .00001208  00000-0  74720-3 0  5250
+2 31547 098.9328 179.0618 0068076 348.9189 010.9961 14.06061539376559
+1 31548U 99025BYP 14237.45945752  .00004087  00000-0  12881-2 0  3157
+2 31548 099.3774 100.6788 0128221 021.7388 098.1468 14.36338826382459
+1 31549U 99025BYQ 14227.55067171  .00009724  00000-0  30623-2 0  4527
+2 31549 099.0951 345.8944 0037359 263.6312 099.8162 14.40178056380589
+1 31550U 99025BYR 14237.91801923  .00000761  00000-0  25213-3 0  5142
+2 31550 098.7047 279.9476 0222050 246.3800 111.3928 14.27970762382855
+1 31551U 99025BYS 14238.51791498  .00003055  00000-0  19021-2 0  8180
+2 31551 098.8710 148.6362 0101258 070.0836 291.1688 14.02421161374158
+1 31552U 99025BYT 14227.55531201  .00001195  00000-0  68518-3 0  9255
+2 31552 098.5703 085.1097 0153320 020.5771 340.1484 14.05440854374256
+1 31553U 99025BYU 14236.41896995  .00001265  00000-0  75207-3 0  7838
+2 31553 098.9132 186.4541 0038717 293.2057 196.2812 14.08908237376089
+1 31554U 99025BYV 14237.82977087  .00002106  00000-0  11345-2 0  5999
+2 31554 099.0510 251.3133 0064600 352.2268 130.9602 14.12839969377433
+1 31555U 99025BYW 14238.48560027  .00003278  00000-0  12839-2 0  5782
+2 31555 099.0736 331.0130 0219699 158.4222 202.6875 14.17144029379075
+1 31556U 99025BYX 14238.45391862  .00030860  00000-0  89977-3 0  7832
+2 31556 096.6808 132.4172 0150312 214.3900 144.8047 15.24773321400670
+1 31557U 99025BYY 14238.37165838  .00000450  00000-0  14674-3 0  3049
+2 31557 098.6020 287.1198 0190501 005.3931 354.8695 14.33846345384120
+1 31558U 99025BYZ 14234.23278295  .00000628  00000-0  18640-3 0  8008
+2 31558 098.7469 324.9683 0227334 178.8956 239.8101 14.33084656383599
+1 31559U 99025BZA 14237.07522458  .00002119  00000-0  74695-3 0  6688
+2 31559 098.8442 329.5283 0093447 201.9910 280.5273 14.33438217383132
+1 31560U 99025BZB 14237.83338030  .00000018  00000-0  27965-4 0  6208
+2 31560 098.8874 221.6902 0121111 292.8996 184.3214 14.20331358380650
+1 31561U 99025BZC 14236.37560306  .00000545  00000-0  40156-3 0  8573
+2 31561 099.1400 287.1921 0064198 121.6036 297.3105 13.98876228374519
+1 31562U 99025BZD 14229.72415710  .00000604  00000-0  25725-3 0  7113
+2 31562 099.3107 048.7496 0069775 354.3365 005.7018 14.27948561380817
+1 31563U 99025BZE 14237.71881264  .00000946  00000-0  23226-3 0  9185
+2 31563 099.0033 057.2351 0147939 302.8895 055.8133 14.48745468387368
+1 31564U 99025BZF 14238.22829800  .00009837  00000-0  29265-2 0  4788
+2 31564 098.7425 235.0226 0013937 126.0894 234.1594 14.43294996380728
+1 31565U 99025BZG 14238.05981085  .00002455  00000-0  16642-2 0  7073
+2 31565 100.7083 338.5473 0084811 171.4907 188.7394 13.99709391374066
+1 31566U 99025BZH 14237.09614687  .00001403  00000-0  79392-3 0  8455
+2 31566 098.8746 187.9715 0031334 280.7964 212.6740 14.11530751378753
+1 31567U 99025BZJ 14227.95332050  .00001228  00000-0  12299-2 0  7110
+2 31567 102.3235 269.4308 0230781 280.3535 077.1607 13.69682733370724
+1 31568U 99025BZK 14211.35697818  .00000678  00000-0  62422-3 0  5204
+2 31568 102.0821 259.1675 0161626 081.7624 279.5889 13.82190340370698
+1 31569U 99025BZL 14237.25768698  .00001580  00000-0  14720-2 0  7850
+2 31569 102.6189 039.3067 0208889 254.1153 230.2833 13.75131584367732
+1 31570U 99025BZM 14233.47259436  .00002610  00000-0  18753-2 0  7751
+2 31570 102.6012 108.4705 0195626 080.2734 042.0395 13.89639079370747
+1 31571U 07020A   14237.45008955 -.00000085  00000-0  10321-3 0  1940
+2 31571 051.9933 009.1704 0001993 087.6736 299.5802 12.62267024335063
+1 31573U 07020C   14236.79181519 -.00000074  00000-0  16705-3 0  1159
+2 31573 051.9964 326.7711 0002032 121.4209 028.5157 12.62264714335710
+1 31574U 07020D   14237.93790138 -.00000101  00000-0  14021-4 0  1825
+2 31574 052.0089 055.8105 0001636 085.7703 031.8234 12.62263213334364
+1 31576U 07020F   14236.79437113 -.00000052  00000-0  28751-3 0  1549
+2 31576 052.0081 328.9500 0000988 143.8196 007.1107 12.62267065335705
+1 31577U 07021A   14238.33588240  .00000000  00000-0  10000-3 0   348
+2 31577 000.2538 083.7778 0002899 071.5828 292.0565 01.00267875 25295
+1 31579U 66040AR  14236.97803948  .00000947  00000-0  18662-2 0  3321
+2 31579 100.5279 333.4752 0045491 341.6242 080.2960 13.38288136357501
+1 31581U 99057PC  14239.17518537  .00012326  00000-0  23396-2 0  8138
+2 31581 098.2560 221.2766 0010141 094.2133 266.0720 14.64239566389644
+1 31582U 99057PD  14238.14173730  .00014640  00000-0  28412-2 0  8323
+2 31582 098.2172 208.5096 0009285 045.7992 010.5634 14.63273732383461
+1 31583U 99057PE  14238.11642089  .00002217  00000-0  65532-3 0  6723
+2 31583 098.2909 186.6992 0000586 239.1396 121.0701 14.44419928381620
+1 31586U 99057PH  14236.73370937  .00018858  00000-0  30719-2 0  8135
+2 31586 098.2305 215.0188 0008977 046.2725 313.9223 14.71012101392559
+1 31587U 99057PJ  14236.77569744  .00012344  00000-0  21689-2 0   318
+2 31587 098.2259 218.7423 0012482 089.4746 270.7889 14.67751513385897
+1 31591U 99057PN  14237.72713084  .00006427  00000-0  16009-2 0  6419
+2 31591 098.2672 201.3799 0012387 051.4958 071.7160 14.51949907389033
+1 31592U 99057PP  14236.78636637  .00013896  00000-0  23197-2 0  8699
+2 31592 098.2372 224.8421 0014915 087.5048 272.7864 14.69965794390613
+1 31593U 99057PQ  14238.97164547  .00047701  00000-0  41788-2 0  1803
+2 31593 098.2255 243.5750 0001069 343.2128 016.9553 14.96722397391001
+1 31594U 99057PR  14238.13721263  .00005700  00000-0  15060-2 0  5829
+2 31594 098.2834 197.0855 0010076 090.6442 325.3184 14.49213457388704
+1 31598U 07023A   14238.35336997  .00000643  00000-0  87311-4 0   168
+2 31598 097.8787 061.7341 0001599 087.0766 273.0648 14.82164597390496
+1 31608U 99025BZN 14231.14244283  .00001744  00000-0  31876-3 0  5431
+2 31608 098.4657 190.2114 0239631 242.9052 114.7314 14.50462886383611
+1 31609U 99025BZP 14237.08685186  .00001123  00000-0  83842-3 0  7165
+2 31609 099.0920 186.6074 0104230 171.9518 188.1459 13.94334567369788
+1 31611U 99025BZR 14232.37378593  .00003170  00000-0  13040-2 0  7320
+2 31611 099.0141 284.4440 0127326 125.5701 296.1362 14.23347843374716
+1 31612U 99025BZS 14235.29825731  .00002946  00000-0  33479-3 0  6694
+2 31612 100.4160 261.9233 0207743 086.5370 275.5886 14.73095548389811
+1 31613U 99025BZT 14234.76152161  .00000802  00000-0  80081-3 0  7529
+2 31613 098.4451 212.9796 0374425 109.2919 254.9109 13.53070587357968
+1 31614U 99025BZU 14234.09977990  .00002757  00000-0  13124-2 0  7345
+2 31614 099.0076 283.9995 0079196 164.7786 262.1525 14.18561915374204
+1 31615U 99025BZV 14238.06561888  .00002874  00000-0  16785-2 0  5313
+2 31615 099.1242 188.0259 0262577 287.3692 069.8910 13.93411015371332
+1 31618U 99025BZY 14236.34795905  .00000359  00000-0  17976-3 0  4571
+2 31618 099.4971 064.5848 0171050 034.6391 326.5624 14.15997196376539
+1 31619U 99025BZZ 14237.90701744  .00002098  00000-0  95856-3 0  6963
+2 31619 099.1895 253.9685 0282037 167.7913 312.7774 14.03665379371777
+1 31620U 99025CAA 14237.14317096  .00001035  00000-0  60053-3 0  5515
+2 31620 098.9710 212.4338 0032772 287.3080 072.4553 14.10775782374181
+1 31621U 99025CAB 14237.82900404  .00016720  00000-0  21797-2 0  7668
+2 31621 099.4941 262.4904 0089463 008.4891 351.7804 14.77858046386250
+1 31622U 99025CAC 14237.25684250  .00001594  00000-0  87475-3 0  9823
+2 31622 099.0272 235.1886 0021482 287.6730 195.7677 14.13150803372299
+1 31623U 99025CAD 14233.39085673  .00000190  00000-0  18566-3 0  2985
+2 31623 097.6358 088.2579 0199206 328.1067 030.8154 13.79636933368680
+1 31624U 99025CAE 14235.86586082  .00003013  00000-0  10881-2 0  7860
+2 31624 099.6719 193.9598 0062582 057.9109 357.2556 14.33345602378098
+1 31625U 99025CAF 14235.43406697  .00000535  00000-0  13025-3 0  8453
+2 31625 098.8991 036.1997 0161886 252.8200 164.7592 14.49969016384825
+1 31626U 99025CAG 14236.33644482  .00002657  00000-0  12364-2 0  7393
+2 31626 101.3220 269.7846 0031738 040.8124 319.5412 14.21537911379156
+1 31627U 99025CAH 14237.27369780  .00001106  00000-0  53549-3 0  4210
+2 31627 098.8988 257.4031 0063003 250.9157 108.5189 14.19550007376723
+1 31628U 99025CAJ 14237.38412216  .00001427  00000-0  14411-2 0  7736
+2 31628 102.2770 289.6335 0195620 186.7899 233.1215 13.71744902367087
+1 31629U 99025CAK 14237.55032646  .00000973  00000-0  79509-3 0  7455
+2 31629 102.1685 352.9212 0145240 022.0839 041.6947 13.88636664371733
+1 31630U 99025CAL 14237.45027009  .00004347  00000-0  52202-3 0  6126
+2 31630 098.0520 120.6013 0349772 081.9576 037.6535 14.49326967385444
+1 31631U 99025CAM 14238.91904793  .00002702  00000-0  16791-2 0  7523
+2 31631 099.3829 279.7737 0208221 328.2685 030.6538 13.94905354368136
+1 31632U 99025CAN 14238.10459357  .00005411  00000-0  16210-2 0  6396
+2 31632 098.9933 339.0911 0170865 192.8639 166.8540 14.35119993380465
+1 31633U 99025CAP 14229.36755922  .00000779  00000-0  55366-3 0  4972
+2 31633 099.1502 276.6891 0065013 134.5504 226.0620 13.99609771372631
+1 31634U 99025CAQ 14238.06477963  .00000177  00000-0  16723-3 0  3421
+2 31634 099.1593 181.0918 0093495 138.2468 222.5674 13.91780975372005
+1 31635U 99025CAR 14237.39851443  .00001965  00000-0  82704-3 0  2434
+2 31635 099.4626 088.5945 0055329 352.5348 007.4841 14.26263582379887
+1 31636U 99025CAS 14238.06450409  .00006256  00000-0  41432-3 0  6397
+2 31636 098.8583 180.4465 0216592 247.1094 168.7374 14.90532289392498
+1 31637U 99025CAT 14234.42001775  .00002696  00000-0  13232-2 0  1768
+2 31637 099.1043 302.4604 0062855 221.7275 137.8805 14.17601250374686
+1 31639U 99025CAV 14231.49718586  .00000033  00000-0  59137-4 0  5368
+2 31639 098.6387 058.7492 0162606 213.7363 173.3550 13.83964662368870
+1 31640U 99025CAW 14237.14596417  .00005258  00000-0  49845-3 0  5880
+2 31640 099.2356 203.6534 0249531 179.7966 240.0064 14.73463756388968
+1 31642U 99025CAY 14236.42638544  .00000350  00000-0  14631-3 0  5355
+2 31642 098.7439 307.7471 0130803 134.0621 227.1419 14.27672295381091
+1 31643U 99025CAZ 14236.59383113  .00000699  00000-0  52722-3 0  2797
+2 31643 098.3857 354.8622 0105268 014.6318 345.7299 13.94597579371777
+1 31644U 99025CBA 14236.43305043  .00001751  00000-0  41138-3 0  4158
+2 31644 098.6245 312.7384 0224964 079.6765 282.9664 14.41406005383791
+1 31645U 99025CBB 14237.50774600  .00075566  00000-0  18738-2 0  6175
+2 31645 098.6857 125.0713 0087586 141.3638 341.0668 15.36164254392372
+1 31646U 99025CBC 14237.20228639  .00000494  00000-0  31089-3 0  4765
+2 31646 099.0606 243.1839 0037321 340.6625 019.3030 14.08736855375798
+1 31647U 99025CBD 14235.34238693  .00002344  00000-0  13615-2 0  4524
+2 31647 098.0614 270.9961 0190589 196.9463 224.1176 14.00820341371978
+1 31648U 99025CBE 14237.05349331  .00002032  00000-0  16296-2 0  3292
+2 31648 102.8210 188.4736 0108329 136.6682 224.2942 13.89946070370068
+1 31649U 99025CBF 14238.57391557  .00001376  00000-0  14788-2 0  3517
+2 31649 098.1910 153.8780 0290818 013.7649 108.1259 13.58067567362020
+1 31650U 99025CBG 14238.47774050  .00006830  00000-0  25811-2 0  4847
+2 31650 095.2164 127.2695 0312379 151.5312 210.3816 14.07756029370393
+1 31652U 99025CBJ 14232.27123767  .00005295  00000-0  19340-2 0  4141
+2 31652 095.9325 049.1091 0166662 073.9165 288.0722 14.25621391360961
+1 31655U 99025CBM 14232.23382179  .00001603  00000-0  20144-2 0  3595
+2 31655 099.3097 027.2257 0346277 114.1599 010.1898 13.42973674365954
+1 31656U 99025CBN 14235.79897955  .00001126  00000-0  58079-3 0  7675
+2 31656 099.1476 337.1991 0032190 354.0207 135.7527 14.16991596376836
+1 31657U 99025CBP 14236.38946116  .00001842  00000-0  17367-2 0  6090
+2 31657 102.2384 295.3975 0180458 143.9862 217.3445 13.76239013366076
+1 31658U 99025CBQ 14237.15331681  .00001937  00000-0  15808-2 0  8772
+2 31658 098.1673 209.4750 0272706 166.2969 328.4404 13.74801687363887
+1 31659U 99025CBR 14235.79516578  .00001776  00000-0  33290-3 0  4594
+2 31659 099.0586 086.0936 0200675 280.9254 076.9421 14.54233037385349
+1 31660U 99025CBS 14238.28298080  .00000465  00000-0  23113-3 0  3189
+2 31660 098.8521 269.9711 0114114 240.2138 118.7543 14.18558397377814
+1 31661U 99025CBT 14237.23262356  .00001240  00000-0  73254-3 0   169
+2 31661 099.0861 232.9493 0072365 018.2645 116.4185 14.08407956374692
+1 31663U 99025CBV 14237.86592887  .00001091  00000-0  15318-3 0  6207
+2 31663 098.8808 105.3290 0230309 064.0492 357.1706 14.63280647389273
+1 31664U 99025CBW 14236.33231661  .00000506  00000-0  31124-3 0  6864
+2 31664 099.0181 266.0944 0130079 252.9898 166.1279 14.06064884380121
+1 31665U 99025CBX 14239.12837713  .00000007  00000-0  59984-5 0  6924
+2 31665 098.4744 305.6184 0207655 205.2671 153.8684 13.75205721359638
+1 31666U 99025CBY 14232.33094236  .00001398  00000-0  56781-3 0  7077
+2 31666 098.7905 270.0913 0063091 197.4682 162.4329 14.28159275383241
+1 31667U 99025CBZ 14237.47853248  .00000246  00000-0  13631-3 0  5799
+2 31667 098.9108 320.0243 0053644 016.8900 046.8945 14.19575555378247
+1 31668U 99025CCA 14235.33018059  .00003207  00000-0  10952-2 0  1862
+2 31668 096.5390 267.9373 0114880 232.6686 125.9331 14.33153277378817
+1 31670U 99025CCC 14235.74681382  .00000759  00000-0  83710-3 0  4815
+2 31670 098.4203 230.9086 0275697 062.0508 300.8252 13.59300512360200
+1 31672U 99025CCE 14232.98795687  .00002048  00000-0  84979-3 0  4310
+2 31672 098.9360 293.6163 0174812 101.4986 260.4468 14.19666570379923
+1 31673U 99025CCF 14236.79072400  .00000188  00000-0  89492-4 0  4190
+2 31673 099.3692 086.8718 0133657 004.5337 355.7018 14.27064410382736
+1 31674U 99025CCG 14237.60229831  .00001712  00000-0  95448-3 0  5017
+2 31674 098.8250 177.3855 0041726 293.2349 066.3865 14.11815819377474
+1 31675U 99025CCH 14237.18968561  .00002545  00000-0  15468-2 0  3017
+2 31675 098.4558 030.9183 0147410 260.9138 097.5318 14.01808942371789
+1 31678U 99025CCL 14237.63901740  .00001355  00000-0  32957-3 0  6380
+2 31678 098.8222 186.0912 0369273 198.7846 290.3016 14.20502087379119
+1 31679U 99025CCM 14235.50148771  .00006748  00000-0  22602-2 0  2946
+2 31679 098.8971 335.6466 0081587 148.7622 196.7337 14.35768179379109
+1 31680U 99025CCN 14235.77176076  .00001109  00000-0  15594-3 0  5173
+2 31680 099.8787 069.1178 0197152 339.5837 080.8199 14.67948217391077
+1 31681U 99025CCP 14236.40786975  .00034140  00000-0  23121-2 0  8404
+2 31681 098.9640 097.4078 0037594 250.0092 109.7080 15.05824592385493
+1 31682U 99025CCQ 14235.77298058  .00004213  00000-0  14499-2 0  5047
+2 31682 098.7238 220.6607 0040113 146.8752 213.5984 14.36056816377160
+1 31683U 99025CCR 14237.11030213  .00003790  00000-0  13407-2 0  5323
+2 31683 098.6813 202.2402 0084953 078.7215 342.5092 14.33167775378534
+1 31685U 99025CCT 14237.24736265  .00000241  00000-0  16645-3 0  6472
+2 31685 099.0628 231.7922 0015814 301.4957 125.7995 14.08553578374023
+1 31686U 99025CCU 14236.36841557  .00003143  00000-0  41318-3 0  5250
+2 31686 098.6574 281.3960 0417262 039.3668 021.7876 14.34956438382585
+1 31687U 99025CCV 14236.20047488  .00001739  00000-0  86839-3 0  2225
+2 31687 098.9622 235.2103 0008617 311.0937 048.8972 14.18153179378731
+1 31688U 99025CCW 14238.13599802  .00000229  00000-0  17981-3 0  8234
+2 31688 099.1829 209.0635 0071103 354.5340 062.9915 14.00905273375476
+1 31690U 99025CCY 14237.89890381  .00004861  00000-0  18369-2 0  7151
+2 31690 098.8477 277.4194 0024391 318.6830 041.2506 14.31578262381117
+1 31691U 99025CCZ 14237.81635961  .00001248  00000-0  78062-3 0  4076
+2 31691 099.1371 258.6352 0078776 340.0478 019.7686 14.05065224375342
+1 31692U 99025CDA 14238.08320374  .00001345  00000-0  10630-2 0  6971
+2 31692 099.1310 185.1430 0120299 236.9255 122.0306 13.89982810377025
+1 31694U 99025CDC 14237.80969239  .00018520  00000-0  15084-2 0  7445
+2 31694 101.0553 084.0830 0148799 348.8065 010.9844 14.91292053390694
+1 31695U 99025CDD 14237.87408448  .00002216  00000-0  48055-3 0  7319
+2 31695 098.7058 254.4444 0285744 143.1443 218.9763 14.36792922387100
+1 31696U 99025CDE 14236.53316864  .00000749  00000-0  64439-3 0  3759
+2 31696 097.8193 146.0031 0156828 328.9263 030.2319 13.83682047373904
+1 31698U 07026A   14237.89450356  .00002155  00000-0  10579-3 0  9470
+2 31698 097.4440 244.2175 0002060 075.5447 039.0711 15.19149902399061
+1 31699U 07026B   14239.17009198 -.00028221  00000-0  00000+0 0  1758
+2 31699 097.5040 312.1939 0354947 022.0112 339.6383 14.40116099378146
+1 31709U 99025CDG 14237.78428922  .00002097  00000-0  13071-2 0  6803
+2 31709 098.0077 246.7065 0199577 237.3208 120.7508 13.96414332358652
+1 31710U 99025CDH 14236.58952906  .00011259  00000-0  11854-2 0  7028
+2 31710 098.9498 155.3780 0160877 072.9384 288.9378 14.80444780388556
+1 31711U 99025CDJ 14235.77742336  .00008755  00000-0  15661-2 0  8391
+2 31711 099.0634 070.3987 0110452 081.8931 332.0353 14.63200293382566
+1 31712U 99025CDK 14237.10234465  .00027290  00000-0  17320-2 0  7624
+2 31712 099.0208 210.4448 0133095 340.6857 018.9345 15.01737119390660
+1 31714U 99025CDM 14237.11342668  .00002099  00000-0  10964-2 0  1847
+2 31714 099.0560 282.1464 0059952 009.4279 045.5781 14.14636149371500
+1 31715U 99025CDN 14238.34192817  .00001152  00000-0  34457-3 0  4243
+2 31715 099.3182 061.1109 0250757 227.6084 130.4015 14.28610943379274
+1 31716U 99025CDP 14236.22120549  .00000692  00000-0  54046-3 0  7373
+2 31716 098.5307 023.6394 0149419 037.0307 084.1574 13.90129229366458
+1 31717U 99025CDQ 14237.84290865  .00001885  00000-0  13182-2 0  4560
+2 31717 096.9195 255.8977 0222476 117.8375 244.5525 13.87965104370560
+1 31719U 99025CDS 14215.63267043  .00002338  00000-0  21306-2 0  3196
+2 31719 097.5343 006.8638 0215002 152.7499 208.0570 13.74075630363642
+1 31720U 99025CDT 14236.41538578  .00000870  00000-0  21573-3 0  8293
+2 31720 099.0950 095.3304 0141598 344.6177 015.0732 14.49044782383297
+1 31721U 99025CDU 14237.77801940  .00000556  00000-0  46961-3 0  7085
+2 31721 099.4285 167.7388 0332050 061.6977 353.4349 13.69098807361419
+1 31722U 99025CDV 14238.02577992  .00003093  00000-0  11878-2 0  7427
+2 31722 101.9566 160.5518 0027001 003.6207 356.5724 14.31441370375981
+1 31723U 99025CDW 14237.56446358  .00001982  00000-0  14968-2 0  4534
+2 31723 097.8301 165.9173 0151309 354.9543 005.0645 13.89795903366043
+1 31724U 99025CDX 14237.28595110  .00001994  00000-0  92080-3 0  3797
+2 31724 097.8922 266.0584 0227013 173.1043 187.3345 14.09156315375383
+1 31725U 99025CDY 14235.39441541  .00000497  00000-0  92676-3 0  3345
+2 31725 099.1812 083.6955 0718176 159.6739 203.3837 12.70429264339206
+1 31726U 99025CDZ 14237.27418219  .00001099  00000-0  57070-3 0  5543
+2 31726 099.1624 260.6582 0263442 003.6051 356.6999 14.00505316374407
+1 31727U 99025CEA 14230.30952859  .00000967  00000-0  55510-3 0  6657
+2 31727 099.0240 261.7744 0047940 266.3148 151.5579 14.11250004370530
+1 31729U 99025CEC 14223.93915512  .00002145  00000-0  14802-2 0  4684
+2 31729 099.2733 269.7505 0090211 223.4855 135.9285 13.98384976365952
+1 31731U 99025CEE 14236.14143985  .00001311  00000-0  70671-3 0  6842
+2 31731 099.2847 358.3694 0013005 283.5099 200.8484 14.14602016372215
+1 31732U 99025CEF 14237.39995273  .00000088  00000-0  76637-4 0  4450
+2 31732 099.0147 302.8468 0042021 028.2143 332.1291 14.08621284373402
+1 31733U 99025CEG 14236.73825708  .00002966  00000-0  48127-3 0  9806
+2 31733 099.0745 149.9026 0148700 230.0994 186.3285 14.64992173383510
+1 31734U 99025CEH 14229.33009556  .00000278  00000-0  13346-3 0  4590
+2 31734 098.7684 259.7324 0112620 191.1694 234.2236 14.23209216376106
+1 31735U 99025CEJ 14238.96727428  .00001466  00000-0  56962-3 0  6981
+2 31735 098.7551 301.6818 0063884 212.6776 147.0937 14.28779825376531
+1 31736U 99025CEK 14235.88125161  .00000147  00000-0  10413-3 0  5194
+2 31736 098.9656 249.8361 0013283 090.0680 030.5509 14.12338066374154
+1 31737U 99025CEL 14237.40472343  .00001486  00000-0  30815-3 0  8112
+2 31737 098.4110 296.7238 0194105 222.7864 194.8967 14.50651482381680
+1 31738U 99025CEM 14235.81717251  .00000724  00000-0  55499-3 0  7103
+2 31738 099.6440 233.5044 0344516 105.9470 257.9745 13.71804820363809
+1 31739U 99025CEN 14235.17193410  .00000098  00000-0  65122-4 0  6050
+2 31739 098.8854 200.2771 0129435 342.3095 074.7436 14.17655312373533
+1 31740U 99025CEP 14236.14587660  .00001029  00000-0  48153-3 0  4770
+2 31740 099.8199 199.0248 0031626 188.9288 228.3415 14.22616440374781
+1 31741U 99025CEQ 14238.46260910  .00001490  00000-0  60354-3 0  5943
+2 31741 099.0452 331.3404 0209358 324.0953 034.6789 14.16565225374826
+1 31742U 99025CER 14236.08245494  .00000791  00000-0  32183-3 0  6167
+2 31742 098.7964 314.9897 0091069 164.3215 313.9099 14.28101515377818
+1 31743U 99025CES 14238.08803595  .00000782  00000-0  44953-3 0  6373
+2 31743 099.1461 326.0921 0044926 024.9033 094.3536 14.11855808374598
+1 31744U 99025CET 14238.81725501  .00002579  00000-0  11289-2 0  6545
+2 31744 099.4256 222.2218 0426050 045.5133 318.0495 13.84646248372685
+1 31745U 99025CEU 14237.08971776  .00000894  00000-0  35409-3 0  2265
+2 31745 096.7542 186.6068 0489890 139.8662 223.9782 13.80096738367175
+1 31746U 99025CEV 14236.35555706  .00001633  00000-0  68648-3 0  5363
+2 31746 098.8074 273.0175 0048950 209.8373 208.4692 14.26582390377729
+1 31750U 99025CEZ 14238.03154629  .00001884  00000-0  56768-3 0  4170
+2 31750 098.7335 315.5000 0122589 040.7341 320.3065 14.39506696380721
+1 31751U 99025CFA 14237.94847490  .00005367  00000-0  21384-2 0  4653
+2 31751 098.8878 274.4635 0072019 038.9688 079.9138 14.27578951378340
+1 31752U 99025CFB 14238.41235004  .00000971  00000-0  55873-3 0  2890
+2 31752 098.8983 091.2636 0413439 270.6116 084.7258 13.76003385366273
+1 31753U 99025CFC 14235.94645069  .00000312  00000-0  16122-3 0  6811
+2 31753 098.9746 228.5662 0167629 065.6469 348.8034 14.14752768376676
+1 31754U 99025CFD 14236.53796301  .00000793  00000-0  34660-3 0  6623
+2 31754 098.9865 341.9077 0062497 320.1859 095.7280 14.25782713379633
+1 31755U 99025CFE 14237.31679578  .00000610  00000-0  34482-3 0  2397
+2 31755 099.0445 265.0930 0198450 072.9610 348.7682 14.04290696382485
+1 31756U 99025CFF 14239.18429897  .00001662  00000-0  80304-3 0  5128
+2 31756 099.3859 032.7346 0065176 037.6914 322.9272 14.17490538376990
+1 31757U 99025CFG 14238.86013152  .00000868  00000-0  44276-3 0  2601
+2 31757 099.1336 240.9498 0229550 071.9343 290.7149 14.03034430379218
+1 31758U 99025CFH 14238.84012888  .00008834  00000-0  25215-2 0  7499
+2 31758 098.1238 239.0375 0525818 025.3653 337.2816 13.86400955365835
+1 31759U 99025CFJ 14238.13667944  .00009114  00000-0  34488-2 0  6562
+2 31759 098.6223 201.6184 0010433 076.9561 341.4686 14.31381139377883
+1 31760U 99025CFK 14237.68799712  .00000704  00000-0  33877-3 0  7831
+2 31760 099.3307 038.5202 0059941 078.6730 282.1173 14.21347373375902
+1 31761U 99025CFL 14237.08227983  .00001380  00000-0  44414-3 0  8697
+2 31761 098.7485 345.5189 0602920 307.5289 047.2506 13.69669569362521
+1 31763U 99025CFN 14235.41771838  .00000312  00000-0  23390-3 0  8455
+2 31763 098.5068 184.2305 0580707 222.4012 274.2525 13.40646641356726
+1 31765U 99025CFQ 14237.53468928  .00004262  00000-0  28797-2 0  8571
+2 31765 098.9862 083.5495 0304215 074.4154 353.1753 13.80756500363273
+1 31766U 99025CFR 14236.86467627  .00000283  00000-0  20363-3 0  4883
+2 31766 099.0804 254.6597 0074917 289.0421 193.9208 14.03689205376654
+1 31767U 99025CFS 14235.77927435  .00000009  00000-0  34578-4 0  7996
+2 31767 099.1453 227.7289 0041921 015.8209 106.6783 14.03140633370349
+1 31768U 99025CFT 14236.57347343  .00001708  00000-0  66261-3 0  6764
+2 31768 099.0470 356.9633 0059609 298.7654 117.8585 14.30384111375210
+1 31769U 99025CFU 14238.23541618  .00002054  00000-0  13214-2 0  4910
+2 31769 098.4833 049.6095 0113724 009.9754 350.3740 14.01010374374588
+1 31770U 99025CFV 14238.22925012  .00010055  00000-0  33796-2 0  3382
+2 31770 097.7253 227.9211 0202848 064.1397 297.9807 14.26317603378127
+1 31771U 99025CFW 14236.20693173  .00003069  00000-0  13121-2 0  6435
+2 31771 102.8077 020.8851 0033813 075.0869 285.4035 14.25954260377016
+1 31772U 99025CFX 14236.40311185  .00000788  00000-0  51493-3 0  7721
+2 31772 098.4309 034.4105 0166423 244.4642 143.1991 13.98372279369007
+1 31773U 99025CFY 14237.50655595  .00002001  00000-0  74342-3 0  3331
+2 31773 098.8953 337.4312 0074157 162.1574 198.1970 14.31765182377637
+1 31774U 99025CFZ 14237.90371753  .00000951  00000-0  60324-3 0  3154
+2 31774 099.0723 261.6121 0072897 325.1648 034.4759 14.05090382371224
+1 31776U 99025CGB 14237.13290660  .00000957  00000-0  62609-3 0  4603
+2 31776 099.0056 192.5571 0067002 348.6625 067.7731 14.03536224371657
+1 31779U 99025CGE 14236.48428572  .00000356  00000-0  11153-3 0  6308
+2 31779 099.3232 115.4521 0235277 294.2324 063.4436 14.33463833378448
+1 31780U 99025CGF 14237.15541179  .00000744  00000-0  14833-3 0  7539
+2 31780 099.2841 200.7209 0183214 286.2496 071.8612 14.55825482384194
+1 31781U 99025CGG 14237.35758252  .00002301  00000-0  16585-2 0  6652
+2 31781 099.5256 277.7450 0286973 152.6287 268.4627 13.79933153368439
+1 31782U 99025CGH 14236.47426166  .00000430  00000-0  18097-3 0  5494
+2 31782 098.7530 312.3112 0088855 212.0963 214.0009 14.28756510377489
+1 31783U 99025CGJ 14236.36163488 -.00000035  00000-0  50346-5 0  5406
+2 31783 099.0684 294.8613 0111492 105.0814 317.8520 14.03913808370700
+1 31784U 99025CGK 14237.28599009  .00003569  00000-0  16138-2 0  2253
+2 31784 099.0039 260.0826 0033614 198.1161 161.8942 14.22406999373069
+1 31785U 99025CGL 14231.04785077  .00005057  00000-0  10630-2 0  3902
+2 31785 096.5651 323.6870 0059762 344.6773 010.7375 14.58758154379099
+1 31786U 99025CGM 14233.94198722  .00001931  00000-0  14492-2 0  1713
+2 31786 097.7111 131.8399 0115851 294.8439 063.9774 13.92302384366508
+1 31787U 99025CGN 14237.89870295  .00005739  00000-0  17435-2 0  7169
+2 31787 098.7386 263.1037 0125851 061.9030 299.4812 14.38023750388908
+1 31788U 99025CGP 14237.46387969  .00001371  00000-0  15543-2 0   321
+2 31788 102.5591 111.5154 0517832 339.0962 138.9770 13.26745755357441
+1 31789U 07028A   14238.54635549  .00002140  00000-0  12894-3 0   304
+2 31789 064.5077 060.1908 0003450 303.8301 056.2995 15.10545650393602
+1 31790U 07028B   14238.74781001  .00021476  00000-0  56881-3 0   928
+2 31790 064.4966 304.1392 0023091 294.8755 065.0491 15.37785036395843
+1 31791U 07028C   14237.43878801  .00000051  00000-0  45779-4 0  2258
+2 31791 064.5260 338.4468 0864815 279.1912 155.7433 13.24771107346346
+1 31792U 07029A   14238.36241137  .00000353  00000-0  21717-3 0  9379
+2 31792 070.9626 042.4914 0006972 007.2027 064.0464 14.12403640369221
+1 31793U 07029B   14237.79947189 -.00000246  00000-0 -10364-3 0   499
+2 31793 070.9786 024.9396 0002997 277.4642 183.2575 14.14283861369595
+1 31794U 07029C   14235.98547168  .00000008  00000-0  49530-4 0  1338
+2 31794 071.0413 067.2343 0208412 316.7171 196.7436 13.70807338357911
+1 31795U 07029D   14236.99894885  .00000003  00000-0  44705-4 0  1347
+2 31795 070.9468 067.3424 0224194 012.4726 104.2902 13.67642069357200
+1 31796U 07029E   14236.05488826  .00000012  00000-0  54459-4 0  1302
+2 31796 071.0412 091.6763 0216924 354.6555 159.3352 13.67943018357153
+1 31798U 07030B   14236.79524471  .00213196  19763-4  60390-3 0  2067
+2 31798 098.1851 295.8592 0002481 022.4496 043.0226 15.93409402400327
+1 31799U 07029F   14236.70510117  .00000008  00000-0  50269-4 0  1227
+2 31799 070.9399 083.6445 0227137 050.2105 014.4078 13.65563664356398
+1 31800U 07031A   14238.91034634 -.00000375  00000-0  10000-3 0   576
+2 31800 000.0256 243.2314 0001880 277.9202 257.1803 01.00276420 26233
+1 31802U 99025CGQ 14237.68162524  .00002867  00000-0  33721-3 0  6056
+2 31802 098.2254 194.4015 0208921 264.4790 093.2574 14.71342849384912
+1 31803U 99025CGR 14237.51361231  .00037925  00000-0  15125-2 0  6651
+2 31803 098.0728 123.0249 0285296 186.9041 298.0902 14.94961864378429
+1 31804U 99025CGS 14236.55700961  .00001160  00000-0  78974-3 0  5868
+2 31804 098.3667 346.6901 0161591 278.0142 080.2714 13.95652077368670
+1 31805U 99025CGT 14238.80709418  .00001512  00000-0  53937-3 0  5419
+2 31805 098.3794 253.4629 0578838 261.0484 092.5214 13.68211356353699
+1 31806U 99025CGU 14238.17405811  .00001821  00000-0  15973-2 0  2338
+2 31806 097.7060 016.5685 0371637 257.4811 098.5302 13.59217339362590
+1 31807U 99025CGV 14235.32007009  .00000864  00000-0  27899-3 0  5284
+2 31807 099.1357 042.9375 0131602 104.4871 014.2900 14.37135636380212
+1 31808U 99025CGW 14237.23343968  .00002152  00000-0  14514-2 0  5634
+2 31808 099.2574 243.1331 0094196 177.7175 182.4013 13.99467886368095
+1 31809U 99025CGX 14222.42521773  .00006847  00000-0  21488-2 0  1800
+2 31809 098.8047 288.7477 0037284 212.9266 146.9599 14.40458284376856
+1 31810U 99025CGY 14237.82699057  .00000596  00000-0  17272-3 0  3256
+2 31810 098.7069 261.5366 0255616 192.5286 166.9596 14.31042669378760
+1 31812U 99025CHA 14232.99617393  .00000555  00000-0  40445-3 0  2582
+2 31812 099.1646 297.3820 0066111 150.3093 210.1734 13.99363464368383
+1 31813U 99025CHB 14238.02505943  .00000586  00000-0  18040-3 0  6180
+2 31813 099.4253 174.8525 0160286 148.8552 212.2253 14.38787590386701
+1 31814U 99025CHC 14236.75649221  .00000267  00000-0  33244-3 0  4050
+2 31814 099.7324 213.2512 0235159 273.3277 084.0958 13.63129875361093
+1 31815U 99025CHD 14236.29568716 -.00000182  00000-0 -77162-4 0  5528
+2 31815 098.9513 263.9029 0059717 172.5686 247.1166 14.09638740373653
+1 31816U 99025CHE 14236.17381260  .00000447  00000-0  40137-3 0  7753
+2 31816 098.9376 126.2925 0129871 225.9245 287.8199 13.85599991365521
+1 31817U 99025CHF 14238.51811269  .00002131  00000-0  69800-3 0  5636
+2 31817 098.8501 346.1554 0097595 135.0493 225.8646 14.36842038380318
+1 31819U 99025CHH 14232.30957324  .00000300  00000-0  14141-3 0  5445
+2 31819 098.7454 263.9855 0094781 170.8175 247.7330 14.24655551379392
+1 31820U 99025CHJ 14236.21407758  .00000996  00000-0  18218-3 0  5611
+2 31820 098.9844 027.6788 0283038 339.3403 142.8606 14.45889855381056
+1 31821U 99025CHK 14239.06475729  .00008170  00000-0  43490-2 0  5296
+2 31821 098.1958 192.2756 0448166 359.6533 000.4710 13.72297057315488
+1 31823U 99025CHM 14227.06694176  .00001399  00000-0  52853-3 0  7027
+2 31823 099.5176 143.3807 0064257 002.6734 357.4777 14.32010354376669
+1 31825U 99025CHP 14235.28122950  .00000419  00000-0  20851-3 0  6482
+2 31825 098.9170 260.5701 0179062 296.2842 121.2808 14.14388104372181
+1 31826U 99025CHQ 14231.33879521  .00000194  00000-0  11559-3 0  6258
+2 31826 098.9040 263.7637 0135015 136.9803 287.3049 14.13552347373417
+1 31827U 99025CHR 14237.40958694  .00001274  00000-0  10441-2 0  3998
+2 31827 097.6691 112.5349 0138251 323.8511 035.3106 13.86530274366416
+1 31828U 99025CHS 14238.11337189  .00010200  00000-0  40123-2 0  6653
+2 31828 099.2879 331.0024 0225760 128.8320 350.4508 14.16443001379296
+1 31829U 99025CHT 14234.98764154  .00000163  00000-0  16063-3 0  5867
+2 31829 099.1034 152.6054 0174066 175.6690 245.0901 13.85399075369157
+1 31830U 99025CHU 14237.41593674  .00000914  00000-0  91106-3 0  8146
+2 31830 099.1082 114.1407 0211237 068.2071 347.1059 13.71046663361426
+1 31831U 99025CHV 14225.63080937  .00002691  00000-0  20121-2 0  3766
+2 31831 097.8791 170.3824 0151887 034.8153 326.2589 13.90045585365434
+1 31833U 99025CHX 14234.44531362  .00000433  00000-0  57096-3 0  3056
+2 31833 098.2391 116.5391 0334560 201.6359 157.0060 13.44445344355216
+1 31834U 99025CHY 14237.16469374  .00000861  00000-0  54569-3 0  8683
+2 31834 098.3620 018.1270 0175814 185.6037 174.3164 13.98945914377347
+1 31836U 99025CJA 14235.70982818  .00000896  00000-0  69562-3 0  7312
+2 31836 098.5949 043.6016 0141104 075.2512 348.0071 13.90299278368404
+1 31837U 99025CJB 14237.86410228  .00001579  00000-0  35982-3 0  6534
+2 31837 098.5261 243.6871 0154070 215.1589 143.9363 14.50310164382719
+1 31838U 99025CJC 14238.82138343  .00000737  00000-0  39673-3 0  4553
+2 31838 099.0227 234.0187 0042838 301.9710 057.7771 14.12394394365890
+1 31839U 99025CJD 14212.21566865  .00003081  00000-0  14836-2 0  1154
+2 31839 098.2892 209.4911 0444589 298.9686 056.8799 13.78095739358699
+1 31841U 99025CJF 14238.06455908  .00001443  00000-0  78859-3 0  3320
+2 31841 098.5112 342.6137 0366674 208.0234 150.0917 13.84236604366647
+1 31842U 99025CJG 14237.15460918  .00006027  00000-0  34830-3 0  7875
+2 31842 098.1446 194.0605 0270655 195.4032 233.9745 14.86726241386861
+1 31843U 99025CJH 14237.79789357  .00001806  00000-0  13959-2 0  6515
+2 31843 099.2285 239.1309 0743661 158.3336 205.1061 13.07239801355865
+1 31844U 99025CJJ 14236.31959727  .00000603  00000-0  35751-3 0  7131
+2 31844 100.2986 280.6218 0117276 344.5151 076.2117 14.08952787370535
+1 31847U 99025CJM 14238.18113809  .00001205  00000-0  85395-3 0  2362
+2 31847 099.2669 233.8565 0110910 112.6571 248.6025 13.96795609374010
+1 31848U 99025CJN 14237.79992133  .00003543  00000-0  60931-3 0  8209
+2 31848 096.7116 081.9331 0159761 062.7164 355.5006 14.60978742385206
+1 31849U 99025CJP 14237.36135414  .00010515  00000-0  15759-2 0  3540
+2 31849 097.9669 093.9464 0174680 194.2860 359.1559 14.64932586381911
+1 31850U 99025CJQ 14231.54767441  .00002089  00000-0  40394-3 0  6776
+2 31850 098.4537 144.5085 0329793 179.3981 180.6248 14.35150570375693
+1 31851U 99025CJR 14219.21213477  .00001449  00000-0  14700-2 0  3432
+2 31851 098.8162 343.8993 0235862 137.1897 224.7886 13.66891632357776
+1 31852U 99025CJS 14238.78907765  .00007911  00000-0  17128-2 0  3714
+2 31852 098.8213 077.3834 0551377 236.5312 118.2454 13.92435043362396
+1 31854U 99025CJU 14237.26165880  .00000195  00000-0  16125-3 0  8092
+2 31854 099.1525 263.0756 0081681 055.1341 305.7467 13.98832849374603
+1 31855U 99025CJV 14235.73269419  .00015283  00000-0  13825-2 0  2378
+2 31855 096.6601 050.9650 0299341 187.3179 172.3614 14.67004039385005
+1 31857U 99025CJX 14225.94525186  .00000536  00000-0  59721-3 0  4708
+2 31857 096.1986 289.6481 0341387 144.3595 218.0874 13.50787097355279
+1 31858U 99025CJY 14216.55230425  .00000424  00000-0  42005-3 0   636
+2 31858 097.6391 335.5304 0377432 338.8981 020.8506 13.54839499354650
+1 31861U 99025CKB 14237.13020656 -.00000144  00000-0 -10755-3 0  4799
+2 31861 102.3178 349.4352 0541650 016.9179 344.9255 13.15979189352990
+1 31862U 07032A   14236.36496104 -.00000122  00000-0  00000+0 0  4700
+2 31862 000.0152 271.1383 0000366 288.3880 161.5930 01.00272358 26143
+1 31863U 07032B   14239.12681784  .00000435  00000-0  26767-3 0  2760
+2 31863 045.9169 158.3066 4993174 170.1098 205.5631 05.50722140142958
+1 31864U 07032C   14235.60003597  .00000291  00000-0  00000+0 0  9226
+2 31864 021.1711 276.2552 5752476 325.0580 130.5575 02.01200985 52410
+1 31867U 99057PS  14237.39389009  .00012110  00000-0  14256-2 0  8267
+2 31867 098.0882 287.9896 0053761 258.6475 157.2089 14.83922270385051
+1 31869U 99057PU  14237.78412009  .00036137  00000-0  42090-2 0  9172
+2 31869 098.2344 231.6202 0012447 045.7486 314.4747 14.85081238381650
+1 31870U 99057PV  14236.18851973  .00008916  00000-0  18831-2 0  7745
+2 31870 098.2349 207.3934 0009218 061.7530 353.7885 14.59549021382301
+1 31871U 99057PW  14239.15466375  .00011664  00000-0  24162-2 0  6910
+2 31871 098.2549 211.1734 0012513 081.0538 279.2570 14.60260460383077
+1 31872U 99057PX  14237.14915630  .00007703  00000-0  17687-2 0  6587
+2 31872 098.2447 202.5513 0009340 056.8400 000.0730 14.55727802382019
+1 31873U 99057PY  14237.71461956  .00004781  00000-0  13412-2 0  7089
+2 31873 098.3025 195.2302 0007704 063.5046 057.5544 14.46422690380633
+1 31875U 99057QA  14229.14255939  .00002638  00000-0  69708-3 0  1242
+2 31875 098.2834 191.5507 0008218 097.8057 327.0955 14.49647754379600
+1 31876U 99057QB  14237.61392274  .00004046  00000-0  11064-2 0  4528
+2 31876 098.2750 186.8097 0015699 085.4775 274.8766 14.47675083387208
+1 31877U 99025CKC 14236.51859670  .00001091  00000-0  17053-3 0  7187
+2 31877 099.0062 143.5680 0198969 155.2604 205.8298 14.62891325382712
+1 31878U 99025CKD 14237.19595755  .00001186  00000-0  26171-3 0  5830
+2 31878 099.4949 236.2437 0149926 051.7379 309.7288 14.52979029379704
+1 31879U 99025CKE 14235.84801019  .00000617  00000-0  17781-3 0  5772
+2 31879 099.7490 240.5161 0232266 020.0596 095.4933 14.34677059376274
+1 31880U 99025CKF 14236.77208074  .00000498  00000-0  46082-3 0  5110
+2 31880 100.0484 068.4060 0137576 132.9033 228.3764 13.83566416363033
+1 31882U 99025CKH 14238.02078000  .00000446  00000-0  29792-3 0  1675
+2 31882 098.8669 163.2476 0036964 308.8614 050.7201 14.05810274371397
+1 31883U 99025CKJ 14235.82116576  .00000683  00000-0  16036-3 0  8220
+2 31883 099.0684 103.5814 0158583 308.2453 050.4556 14.51021091379613
+1 31887U 99025CKN 14235.69252303  .00001111  00000-0  45248-3 0  7535
+2 31887 099.5261 144.1674 0048421 009.7196 020.5310 14.29145381373832
+1 31888U 99025CKP 14238.05077725  .00001121  00000-0  64400-3 0  6599
+2 31888 099.1426 323.4000 0027988 011.8760 110.8430 14.11294135373562
+1 31890U 99025CKR 14237.24170893  .00000019  00000-0  36354-4 0  6371
+2 31890 099.0450 242.5213 0074021 342.0809 017.7760 14.08741259372022
+1 31891U 99025CKS 14235.82491036  .00000149  00000-0  21013-3 0  6008
+2 31891 099.7577 244.7433 0229497 291.4432 189.2478 13.62912117361285
+1 31892U 99025CKT 14237.39938663  .00000449  00000-0  15090-3 0  5195
+2 31892 099.3158 066.6118 0231877 349.9795 009.6802 14.28854169373761
+1 31893U 99025CKU 14237.54694595  .00000515  00000-0  10581-3 0  5808
+2 31893 099.0456 130.8887 0200826 225.8200 256.6224 14.54026979383043
+1 31895U 99025CKW 14238.78048612  .00001205  00000-0  12640-2 0  2744
+2 31895 099.0859 076.8459 0250845 181.1128 178.9943 13.62187361359290
+1 31897U 99025CKY 14225.87188933  .00000209  00000-0  11690-3 0  2022
+2 31897 098.8442 249.5614 0085707 255.0614 104.1652 14.19269452372527
+1 31898U 99025CKZ 14237.40000019  .00001684  00000-0  41604-3 0  4313
+2 31898 098.6232 309.0481 0218150 094.8065 267.8186 14.40021406380477
+1 31899U 99025CLA 14236.81068888  .00000677  00000-0  70280-3 0  4768
+2 31899 102.0971 230.2652 0224321 185.5199 174.3449 13.70354348358101
+1 31901U 99025CLC 14237.29680491  .00000268  00000-0  22048-3 0  7796
+2 31901 098.5368 070.6061 0135073 081.2229 280.4203 13.92486841371633
+1 31902U 99025CLD 14236.38649544  .00000276  00000-0  12942-3 0  5520
+2 31902 098.8045 285.0037 0188963 229.5706 189.4014 14.19054782373889
+1 31903U 99025CLE 14237.53450525  .00001717  00000-0  44120-3 0  7894
+2 31903 099.2269 134.1395 0168644 052.0800 069.3696 14.43525143379409
+1 31904U 99025CLF 14236.83038270  .00002604  00000-0  20898-2 0  5705
+2 31904 098.9314 096.2151 0193596 272.6222 085.3385 13.83199486363289
+1 31905U 99025CLG 14237.55140312  .00000569  00000-0  21879-3 0  6932
+2 31905 099.0713 350.0465 0227048 061.9665 000.6616 14.21230089378487
+1 31906U 99025CLH 14236.16828358  .00001470  00000-0  94749-3 0  9652
+2 31906 098.6708 117.9040 0063295 326.3937 184.5665 14.03529492373208
+1 31908U 99025CLK 14237.20982506  .00021530  00000-0  17042-2 0  5134
+2 31908 097.0762 241.5130 0180893 090.7120 271.4829 14.88546451387230
+1 31910U 99025CLM 14235.37619363  .00000989  00000-0  27119-3 0  4042
+2 31910 097.7167 283.7880 0291908 054.5272 006.3487 14.26688935374681
+1 31911U 99025CLN 14234.57971174  .00000382  00000-0  47285-3 0  3722
+2 31911 098.7517 157.2588 0553127 206.1221 151.1163 13.19126716348366
+1 31912U 99025CLP 14215.64365068  .00000205  00000-0  27724-3 0  3448
+2 31912 098.8382 160.0435 0559024 277.5149 076.3715 13.18132840344028
+1 31913U 99025CLQ 14235.83727157  .00000199  00000-0  24708-3 0  3657
+2 31913 099.4595 190.2765 0252000 309.0253 078.0400 13.64164270358022
+1 31914U 99025CLR 14236.84984254  .00000166  00000-0  46671-4 0  7138
+2 31914 099.0364 097.8184 0195089 248.5218 109.5072 14.50317788381831
+1 31915U 99025CLS 14237.89499078  .00000425  00000-0  26423-3 0  4890
+2 31915 099.0282 274.5199 0112880 052.3816 069.4127 14.07218003370143
+1 31916U 99025CLT 14237.22191209  .00001789  00000-0  81261-3 0  4405
+2 31916 099.3670 020.2915 0183037 241.7431 242.4561 14.14719112371757
+1 31917U 99025CLU 14237.32109090  .00000556  00000-0  19320-3 0  5795
+2 31917 098.6995 277.7042 0215135 248.4874 171.5431 14.27591721375075
+1 31919U 99025CLW 14235.78509529  .00000347  00000-0  12184-3 0  5740
+2 31919 099.1597 060.5565 0115340 121.5272 307.9146 14.38076646377288
+1 31920U 99025CLX 14237.40943523  .00004215  00000-0  47630-3 0  7990
+2 31920 098.8220 091.0565 0203669 010.2869 112.6861 14.73261682388019
+1 31921U 99025CLY 14236.27889951  .00000897  00000-0  96110-3 0  6896
+2 31921 099.4153 160.9622 0213486 180.8705 332.2250 13.66972601357720
+1 31922U 99025CLZ 14236.84054722  .00000719  00000-0  69177-3 0   171
+2 31922 098.8142 067.2907 0172642 313.7329 170.5424 13.76845762362207
+1 31923U 99025CMA 14232.33652959  .00000711  00000-0  89691-3 0  7158
+2 31923 098.4251 178.0398 0316095 198.3286 319.8196 13.47563940354759
+1 31924U 99025CMB 14235.47554356  .00000750  00000-0  87313-3 0  9085
+2 31924 098.4103 202.4138 0296720 117.3378 010.2625 13.53921786355848
+1 31926U 99025CMD 14237.93436316  .00001992  00000-0  12165-2 0  9299
+2 31926 099.0891 227.5224 0052182 027.8357 026.4156 14.06485251369922
+1 31929U 99025CME 14237.98770269  .00000493  00000-0  21397-3 0  3315
+2 31929 098.7737 310.7044 0082420 244.0611 115.2059 14.26887657378454
+1 31931U 99025CMG 14238.05806998  .00000680  00000-0  77684-3 0  4270
+2 31931 097.8240 344.6433 0434371 145.1594 217.9213 13.37911743354890
+1 31933U 99025CMJ 14212.82423119  .00032124  00000-0  27891-2 0  5137
+2 31933 099.0753 077.4481 0059058 097.0035 263.8404 14.95687325365298
+1 31934U 99025CMK 14224.24027759  .00002089  00000-0  64869-3 0  3117
+2 31934 098.8550 329.6718 0116030 121.3974 239.8623 14.38365069374014
+1 31935U 99025CML 14236.40959541  .00001606  00000-0  88368-3 0  4634
+2 31935 099.7216 108.6098 0071275 171.9617 188.1658 14.11997096369038
+1 31937U 99025CMN 14229.99008541  .00001188  00000-0  21412-3 0  3403
+2 31937 099.2489 147.8578 0250104 140.4546 221.5676 14.48208109371403
+1 31938U 99025CMP 14236.96540657  .00002326  00000-0  27672-3 0  5803
+2 31938 098.8897 137.8916 0227423 061.6623 355.1787 14.68778712383847
+1 31939U 99025CMQ 14237.47811611  .00030388  00000-0  13718-2 0  5198
+2 31939 098.7667 104.5346 0167058 005.9809 112.0173 15.09252583384911
+1 31942U 99025CMT 14235.41229533  .00002523  00000-0  18599-2 0  1109
+2 31942 098.9685 075.4119 0165938 305.9604 052.6261 13.90093747358519
+1 31944U 99025CMV 14235.98583680  .00000346  00000-0  22103-3 0  3503
+2 31944 099.1217 309.1703 0165897 345.5112 014.1361 14.03632309378366
+1 31945U 99025CMW 14238.86913575  .00001061  00000-0  65002-3 0  9566
+2 31945 099.0866 219.6863 0075416 331.0731 028.6732 14.04411956371440
+1 31946U 99025CMX 14236.27745779  .00000378  00000-0  25567-3 0  5107
+2 31946 099.1216 253.2088 0099232 085.4281 275.8208 14.04028705368251
+1 31947U 99025CMY 14236.29122913  .00002219  00000-0  87657-3 0  4506
+2 31947 098.8482 261.6075 0082457 184.1189 176.0465 14.28212991379311
+1 31948U 99025CMZ 14228.33917178  .00001034  00000-0  61509-3 0  6827
+2 31948 099.4004 000.7334 0031559 082.6660 304.4645 14.09573132370079
+1 31949U 99025CNA 14237.92572513  .00000226  00000-0  13240-3 0  4079
+2 31949 098.9032 293.0565 0133513 130.8149 230.4692 14.13198018372858
+1 31950U 99025CNB 14239.20939681  .00038220  00000-0  16056-2 0  9984
+2 31950 099.1465 247.4752 0163644 050.8530 310.7626 15.11962922385021
+1 31952U 99025CND 14236.27189931  .00000309  00000-0  96726-4 0  7276
+2 31952 099.0341 044.6692 0133671 012.5813 347.8658 14.43461302376746
+1 31953U 99025CNE 14237.94160373  .00002864  00000-0  16347-2 0  7560
+2 31953 099.3706 295.3529 0190570 281.7721 076.2484 14.01808961368592
+1 31954U 99025CNF 14222.33640697  .00000562  00000-0  43009-3 0  2036
+2 31954 098.1408 273.2251 0095319 353.9993 006.0403 13.94795743372405
+1 31955U 99025CNG 14236.79627610  .00001253  00000-0  48700-3 0  7319
+2 31955 099.3256 073.6140 0071002 351.1011 064.3863 14.30460146373037
+1 31956U 99025CNH 14238.36095172  .00001670  00000-0  81197-3 0  3953
+2 31956 099.5297 074.8850 0045336 059.9422 300.5970 14.19245049382355
+1 31957U 99025CNJ 14236.54151164  .00001316  00000-0  51366-3 0  5141
+2 31957 099.4931 141.6542 0060537 010.9478 349.3049 14.30570891372850
+1 31958U 99025CNK 14219.22725153  .00011788  00000-0  23121-2 0  3120
+2 31958 099.0033 018.1574 0063126 099.6789 255.0646 14.61620333374229
+1 31959U 99025CNL 14236.94906682  .00001857  00000-0  10074-2 0  5038
+2 31959 098.6714 146.6231 0043225 267.1795 092.4431 14.13120960379830
+1 31960U 99025CNM 14238.20687583  .00001144  00000-0  88307-3 0  2128
+2 31960 099.7052 010.0125 0147759 038.3299 322.6494 13.90131443362739
+1 31963U 99025CNQ 14237.39660686  .00003206  00000-0  17851-2 0  2907
+2 31963 101.7093 091.0336 0436198 033.5344 329.2786 13.72886130360421
+1 31964U 99025CNR 14238.87952222  .00001215  00000-0  53976-3 0  4204
+2 31964 098.8702 276.4464 0048051 240.8472 118.8375 14.22406540364764
+1 31965U 99025CNS 14237.38064512  .00001741  00000-0  95178-3 0  4547
+2 31965 099.0606 285.9411 0048427 008.6022 351.5142 14.12743967370060
+1 31966U 99025CNT 14237.73382743  .00000867  00000-0  24899-3 0  6043
+2 31966 099.0653 049.1997 0127262 028.4081 332.3968 14.43145181376429
+1 31969U 99025CNW 14229.00308975  .00009710  00000-0  21996-2 0  2756
+2 31969 098.8449 302.4340 0128856 263.9331 094.7712 14.51315677374335
+1 31971U 99025CNY 14239.07175374  .00003922  00000-0  18054-2 0  5317
+2 31971 102.2523 199.1912 0029319 050.6311 309.7917 14.20883541370585
+1 31972U 99025CNZ 14237.05372949  .00000185  00000-0  13790-3 0  8449
+2 31972 098.9369 174.7414 0078215 338.3552 076.9555 14.05298937370766
+1 31973U 99025CPA 14237.19008187  .00002135  00000-0  12153-2 0  5103
+2 31973 098.3701 021.2912 0117613 302.8824 056.1072 14.07373752371333
+1 31974U 99025CPB 14225.44753373  .00001361  00000-0  81641-3 0  7249
+2 31974 098.4095 045.0719 0094075 317.5047 071.5120 14.06327439367954
+1 31976U 99025CPD 14237.90980589  .00002537  00000-0  93345-3 0  5097
+2 31976 100.0242 282.4235 0078626 100.8177 260.2316 14.32005714376942
+1 31977U 99025CPE 14237.68976365  .00000972  00000-0  85433-3 0  5821
+2 31977 098.2088 201.5632 0306842 236.2865 248.2055 13.68051004358389
+1 31978U 99025CPF 14235.46019243  .00000881  00000-0  10145-2 0  5768
+2 31978 098.3847 204.3590 0283564 089.7701 036.9760 13.55584021356832
+1 31979U 99025CPG 14230.83208669  .00001291  00000-0  14964-2 0  2921
+2 31979 099.3821 092.4449 0308246 016.3632 344.7185 13.52346492355193
+1 31980U 99025CPH 14237.83304470  .00000258  00000-0  37179-3 0  3193
+2 31980 097.5885 256.1746 0436186 227.7005 128.8313 13.28675866348134
+1 31981U 99025CPJ 14234.86726834  .00000854  00000-0  12189-2 0  2897
+2 31981 098.4536 117.8321 0402752 062.2761 301.8609 13.29567246347541
+1 31982U 99025CPK 14238.85941273  .00008486  00000-0  78800-3 0  7052
+2 31982 097.6093 091.6461 0202972 128.9292 233.0709 14.80009118387140
+1 31983U 99025CPL 14235.28423880  .00002729  00000-0  17033-3 0  7006
+2 31983 097.6554 029.2762 0388680 342.3865 132.6660 14.64390397379834
+1 31984U 99025CPM 14236.83028714  .00000357  00000-0  19112-3 0  3119
+2 31984 098.8835 253.1845 0066199 241.7446 117.6938 14.18270034371056
+1 31985U 99025CPN 14237.26819566  .00000286  00000-0  13981-3 0  5572
+2 31985 098.1313 035.4843 0163445 070.4697 049.6733 14.17547490371607
+1 31986U 99025CPP 14237.53022112  .00000467  00000-0  27063-3 0  4527
+2 31986 099.7114 129.5362 0130986 358.2785 122.7245 14.10160097368912
+1 31987U 99025CPQ 14237.27618271  .00001252  00000-0  52046-3 0  7824
+2 31987 098.9751 344.5561 0066824 295.9711 119.4642 14.27114317376450
+1 31988U 99025CPR 14231.00325220  .00001057  00000-0  71784-3 0  6494
+2 31988 098.1596 302.0856 0077100 250.9157 108.3649 14.00572628365737
+1 31989U 99025CPS 14236.13642600  .00000352  00000-0  31141-3 0  7714
+2 31989 099.3118 199.5354 0121123 238.1692 184.3402 13.88739666364394
+1 31990U 99025CPT 14236.39461984  .00000097  00000-0  16151-3 0  3781
+2 31990 099.1915 094.5701 0262082 272.3933 212.4294 13.55629989357874
+1 31991U 99025CPU 14237.81898964  .00000007  00000-0  61391-4 0  2992
+2 31991 100.4739 091.0483 0246332 148.4344 213.1836 13.60297799356160
+1 31992U 99025CPV 14216.94159922 -.00000005  00000-0  41625-4 0  1882
+2 31992 099.1729 261.2735 0541861 315.2525 040.5298 13.18865092343424
+1 31993U 99025CPW 14238.33856722  .00000851  00000-0  13040-2 0  5703
+2 31993 099.1905 266.1143 0468002 357.3907 002.5161 13.17485813344374
+1 31994U 99025CPX 14234.38808049  .00000060  00000-0  65948-4 0  6152
+2 31994 098.5576 083.1405 0165065 079.0451 043.5932 13.94432007369881
+1 31995U 99025CPY 14236.44666142  .00001116  00000-0  94755-3 0  3739
+2 31995 098.4279 317.8764 0152634 152.1131 208.8313 13.84013059362021
+1 31996U 99025CPZ 14229.23783800  .00001330  00000-0  16683-2 0  3157
+2 31996 099.2587 029.4947 0333775 099.0441 264.7411 13.44767165351143
+1 31997U 99025CQA 14235.77384691  .00001023  00000-0  12774-2 0  3919
+2 31997 102.5150 223.0044 0315650 123.5808 239.5657 13.48868181353047
+1 31998U 99025CQB 14238.89861789  .00008326  00000-0  17277-2 0  7992
+2 31998 105.5670 273.8163 0117089 241.0279 117.9593 14.55867964381391
+1 31999U 69009C   14239.01483661  .00003072  00000-0  21328-2 0  3649
+2 31999 088.4146 256.8007 1596559 240.8006 102.4604 11.52598462875035
+1 32005U 04021H   14236.55215092  .00001423  00000-0  13218-2 0  5063
+2 32005 071.0977 307.3763 0219688 187.1443 172.6295 13.73519017506295
+1 32006U 04021J   14234.72824194  .00000705  00000-0  64905-3 0  3767
+2 32006 071.0987 247.0501 0189501 101.4677 018.5255 13.78109693502307
+1 32018U 07036A   14238.60080213  .00000000  00000-0  10000-3 0  3783
+2 32018 000.0209 057.5555 0000705 354.3485 044.1437 01.00266915 25889
+1 32019U 07036B   14238.39969942  .00000000  00000-0  10000-3 0  4775
+2 32019 000.0760 246.9656 0003092 280.4891 060.8363 01.00265507 25812
+1 32020U 07036C   14238.47774882  .00038559  00000-0  84836-2 0  8752
+2 32020 002.1454 183.8782 6187268 107.5725 325.2946 03.76171660 73320
+1 32021U 07036D   14231.98068903  .00000925  00000-0  66393-3 0  4225
+2 32021 001.8936 160.2978 7220766 149.9227 348.9359 02.34250548 59068
+1 32025U 06006C   14237.30552072  .00000175  00000-0  30165-3 0  1055
+2 32025 051.7028 031.0312 5099867 232.7092 069.1675 05.23965272143515
+1 32026U 06006D   14237.94927200  .00019149  00000-0  27375-1 0  2379
+2 32026 050.7772 155.7803 4509346 122.6027 344.4652 06.17167036154828
+1 32027U 06006E   14237.54653672  .00001226  00000-0  40254-2 0  9933
+2 32027 051.3402 269.8915 4672600 353.9439 002.0136 05.77497979151331
+1 32028U 06006F   14239.04763034  .00000276  00000-0  48424-3 0  5124
+2 32028 051.6380 115.5741 5135742 165.4937 218.0227 05.15933605139233
+1 32029U 06006G   14238.54676398 -.00007812  00000-0  00000+0 0  3435
+2 32029 051.6246 026.3740 5115533 245.4491 054.0241 05.22514124142308
+1 32030U 06006H   14237.28738742  .00003926  00000-0  20951-2 0  5511
+2 32030 051.7595 306.9947 5024206 286.4845 092.7331 05.47356147146093
+1 32031U 06006J   14238.68172663  .00000023  00000-0  95260-4 0  6288
+2 32031 051.4361 109.8791 5052713 196.3981 138.2195 05.15980629141477
+1 32032U 06006K   14239.09181179  .00004989  00000-0  12685-1 0  7707
+2 32032 051.5282 284.4158 4815254 332.0915 008.8778 05.59632595150518
+1 32033U 06006L   14236.15526469  .00000342  00000-0  57503-3 0  2060
+2 32033 051.6956 041.0223 5091853 225.5169 079.6001 05.23931705142418
+1 32034U 06006M   14234.44337068  .00000065  00000-0  13407-3 0  1859
+2 32034 051.6993 040.8123 5097340 225.6560 079.3049 05.22851017142368
+1 32035U 06006N   14234.61172136  .00001441  00000-0  67654-2 0  7084
+2 32035 051.0175 014.7786 4886263 313.0698 015.1687 05.39338790145043
+1 32036U 06006P   14230.12729270  .00000174  00000-0  32372-3 0  2980
+2 32036 051.7119 032.8113 5101222 230.3782 331.4664 05.24635438143034
+1 32037U 06006Q   14234.62775486  .00002345  00000-0  13621-2 0  3124
+2 32037 051.6524 248.1580 4984557 338.1293 226.3346 05.52578018148076
+1 32038U 06006R   14235.74153808  .00000361  00000-0  42772-3 0  3471
+2 32038 051.7200 023.9300 5116515 236.2881 064.3373 05.24596105143173
+1 32040U 06006T   14235.62599608  .00001829  00000-0  13716-2 0  6044
+2 32040 051.6769 324.5049 5038956 283.1222 062.4240 05.41444786145447
+1 32041U 06006U   14238.79489522  .00030469  00000-0  87478-2 0  9714
+2 32041 051.7453 134.6533 4736228 049.6893 343.0914 06.00641170151199
+1 32042U 06006V   14237.37638616  .00000618  00000-0  71513-3 0  3056
+2 32042 051.7118 013.4819 5106908 244.5342 105.4184 05.26383684143719
+1 32043U 06006W   14237.68435088  .00000030  00000-0  99258-4 0  3997
+2 32043 051.6374 065.9451 5106779 212.3766 049.0338 05.18707528142010
+1 32047U 06006AA  14238.58402366  .00001105  00000-0  40678-2 0  1008
+2 32047 051.4230 272.6691 4733824 003.2502 359.0647 05.65806926149543
+1 32050U 07037A   14238.09695910 -.00000089  00000-0  00000+0 0  1151
+2 32050 000.0034 232.9645 0002890 007.0324 203.1616 01.00257301 25606
+1 32052U 07038A   14237.35744437  .00000017  00000-0  20472-5 0  5178
+2 32052 082.9815 144.1838 0039879 040.5384 319.8740 13.74816510348953
+1 32053U 07038B   14236.12818796  .00000075  00000-0  61541-4 0  5729
+2 32053 082.9797 140.4634 0027349 045.5922 062.8043 13.76178739349103
+1 32060U 07041A   14238.29218789  .00003958  00000-0  16530-3 0  7471
+2 32060 097.8801 313.5579 0001289 102.5804 297.9450 15.24283850385964
+1 32062U 07042A   14238.12601272  .00000091  00000-0  42486-4 0  2413
+2 32062 098.2862 299.2125 0032385 038.2512 019.1662 14.39239648364032
+1 32063U 07042B   14237.77526400  .00000145  00000-0  48139-4 0   692
+2 32063 098.1717 305.3030 0057512 103.4022 043.6423 14.49699687366803
+1 32065U 99057QD  14238.08415212  .00009637  00000-0  22554-2 0  6528
+2 32065 098.2495 197.5111 0012393 054.8190 305.4166 14.54751271379095
+1 32066U 99057QE  14239.15001578  .00004968  00000-0  12333-2 0  3268
+2 32066 098.2667 203.3673 0011601 039.1556 321.0944 14.51856921373579
+1 32071U 99057QK  14237.16137795  .00007778  00000-0  16267-2 0  5123
+2 32071 098.2483 208.2919 0003981 004.9026 054.1510 14.60066903378315
+1 32072U 99057QL  14215.10610090  .00002423  00000-0  64562-3 0  3748
+2 32072 098.2447 175.4128 0004382 240.5299 119.4797 14.49333320372592
+1 32073U 99057QM  14238.82028243  .00133066  00000-0  67247-2 0  9258
+2 32073 098.2146 247.1357 0010393 081.3585 278.9333 15.17039281374727
+1 32074U 99057QN  14239.14608178  .00017726  00000-0  29082-2 0  8096
+2 32074 098.2171 224.2169 0013530 090.1618 270.1633 14.70686294376172
+1 32075U 99057QP  14238.87050249  .00011477  00000-0  21661-2 0  7547
+2 32075 098.2421 221.7757 0012576 104.0443 256.2650 14.64477804375627
+1 32076U 99057QQ  14237.14404185  .00019482  00000-0  32442-2 0  7036
+2 32076 098.2049 206.3447 0014335 042.6712 317.5604 14.69995754374296
+1 32078U 99057QS  14237.79814411  .00026222  00000-0  35616-2 0  8527
+2 32078 098.2392 233.4075 0013761 075.3855 284.8881 14.78728441374818
+1 32079U 99057QT  14237.12577668  .00000496  00000-0  18127-3 0  4312
+2 32079 098.3590 186.2159 0006897 158.8099 258.3628 14.37096339377421
+1 32080U 99057QU  14237.69253500  .00013346  00000-0  26483-2 0  7664
+2 32080 098.2395 212.3702 0011593 030.6185 329.5690 14.62273652377661
+1 32081U 99057QV  14238.09665646  .00005640  00000-0  13559-2 0  7789
+2 32081 098.2219 183.7888 0028244 054.3878 306.0710 14.53474977377099
+1 32082U 99057QW  14236.80971245  .00009857  00000-0  19585-2 0  7578
+2 32082 098.2622 221.3395 0010939 106.2468 012.1322 14.62301394377326
+1 32083U 99057QX  14238.81830602  .00032329  00000-0  42728-2 0  9019
+2 32083 098.1938 224.4211 0005300 352.0325 008.1297 14.80032056380041
+1 32084U 99057QY  14237.74133223  .00006814  00000-0  16699-2 0  4996
+2 32084 098.2637 202.5020 0006082 086.1409 034.0962 14.52729808393510
+1 32085U 99057QZ  14236.17854228  .00006632  00000-0  14949-2 0  6860
+2 32085 098.2677 213.6452 0007238 110.5454 304.3745 14.56650524378633
+1 32086U 99025CQC 14234.43953133  .00001105  00000-0  11735-2 0  5250
+2 32086 099.2437 082.9386 0332229 288.8791 067.6603 13.54894827350923
+1 32087U 99025CQD 14237.78553990  .00005175  00000-0  12058-2 0  3347
+2 32087 098.6483 225.6523 0153287 155.8900 204.9559 14.48273838371518
+1 32088U 99025CQE 14236.29527014  .00000174  00000-0  34089-3 0  2433
+2 32088 102.4370 022.8148 0479654 082.5146 283.0130 13.15450721339906
+1 32089U 99025CQF 14233.32815130  .00000539  00000-0  32717-3 0  3683
+2 32089 099.0244 268.9046 0122996 267.8324 090.8641 14.07013341364171
+1 32090U 99025CQG 14238.36789236  .00001995  00000-0  10443-2 0  2813
+2 32090 099.0477 287.5220 0068802 225.1378 134.1711 14.14296518365182
+1 32092U 99025CQJ 14235.28498068  .00001380  00000-0  79039-3 0  5361
+2 32092 099.0392 262.8335 0037309 358.3639 061.7917 14.10842033364277
+1 32093U 99025CQK 14237.46380560  .00000699  00000-0  27806-3 0  5436
+2 32093 098.7627 318.0827 0089090 202.2636 157.4668 14.29717334375366
+1 32094U 99025CQL 14237.31107266  .00000161  00000-0  12328-3 0  6866
+2 32094 099.0081 268.6292 0036502 013.9852 040.0918 14.06684494365446
+1 32095U 99025CQM 14237.20689053  .00000292  00000-0  17707-3 0  4290
+2 32095 098.9947 242.9191 0081105 299.8855 059.4212 14.12515565366234
+1 32096U 99025CQN 14237.30326322  .00000435  00000-0  41000-3 0  5887
+2 32096 099.4275 264.0353 0146552 018.9284 341.7239 13.82209164357781
+1 32097U 99025CQP 14212.58212031  .00008922  00000-0  12536-2 0  3947
+2 32097 099.0862 135.4472 0167226 310.4850 037.3619 14.68464899372109
+1 32098U 99025CQQ 14237.33577551  .00000002  00000-0  19401-4 0  5010
+2 32098 098.8848 266.8188 0207419 083.2174 279.2518 14.15067678364749
+1 32101U 99025CQT 14237.55049955  .00001176  00000-0  98289-3 0  6981
+2 32101 099.1207 160.0780 0144692 283.0060 075.4506 13.85683954358177
+1 32102U 99025CQU 14239.14304758  .00022709  00000-0  63710-2 0  7430
+2 32102 099.3576 358.4675 0241495 116.1263 246.5471 14.30277459362532
+1 32103U 99025CQV 14236.61634495  .00005029  00000-0  12826-2 0  5463
+2 32103 096.7241 008.1504 0102227 049.9291 006.3017 14.47744865383894
+1 32104U 99025CQW 14237.25820330  .00003214  00000-0  24240-2 0  5401
+2 32104 097.6723 041.6438 0348823 140.0572 222.6810 13.69560626357526
+1 32105U 99025CQX 14237.53253772  .00002055  00000-0  27915-2 0  3696
+2 32105 103.4532 344.2992 0447351 263.6113 163.3497 13.26422435343038
+1 32106U 99025CQY 14237.62470848  .00002185  00000-0  15802-2 0  5724
+2 32106 101.4844 165.0845 0164296 083.5542 278.3779 13.91834544359800
+1 32108U 99025CRA 14238.88139325  .00033950  00000-0  25771-2 0  6223
+2 32108 099.1152 110.6644 0061516 349.7885 010.2585 15.00686977377533
+1 32109U 99025CRB 14237.00988021  .00000438  00000-0  15765-3 0  3687
+2 32109 098.5596 157.8401 0228590 202.5444 156.5165 14.25212482371621
+1 32110U 99025CRC 14237.37400703  .00001065  00000-0  61669-3 0  5947
+2 32110 099.5805 059.1998 0037376 003.0951 112.1158 14.10979803364767
+1 32111U 99025CRD 14236.31484034  .00000228  00000-0  10122-3 0  5791
+2 32111 098.7358 254.1084 0127365 091.4420 326.4185 14.27673460373369
+1 32112U 99025CRE 14237.39141323  .00013051  00000-0  22182-2 0  5585
+2 32112 098.6434 291.4949 0208748 085.8083 330.6312 14.55888533376277
+1 32113U 99025CRF 14237.28125154  .00000624  00000-0  44284-3 0  4396
+2 32113 099.3920 241.9144 0255320 207.1100 220.2623 13.87000947358931
+1 32114U 99025CRG 14237.39897603  .00001795  00000-0  59546-3 0  3873
+2 32114 099.9358 306.3868 0094699 044.9337 315.7763 14.36854056373486
+1 32115U 99025CRH 14233.22525176  .00001935  00000-0  10402-2 0  2327
+2 32115 099.0190 226.6529 0023871 261.8270 097.9608 14.13976669364162
+1 32116U 99025CRJ 14237.25803043  .00013901  00000-0  95321-3 0  2596
+2 32116 099.5516 032.9621 0201362 071.1010 306.5282 14.91124066386374
+1 32117U 99025CRK 14236.32021111  .00000660  00000-0  38659-3 0  6540
+2 32117 098.9823 277.2477 0030223 347.1001 012.9394 14.11608527364676
+1 32118U 99025CRL 14239.10206316  .00006438  00000-0  20226-2 0  6642
+2 32118 102.4155 336.9154 0051324 080.3717 280.3751 14.39757259382558
+1 32119U 99025CRM 14237.80228083  .00000506  00000-0  39818-3 0  4661
+2 32119 099.8986 093.0483 0095870 293.0162 066.0925 13.95101210360747
+1 32120U 99025CRN 14235.71724773  .00006569  00000-0  11043-2 0  7687
+2 32120 098.9071 042.5464 0103670 318.1143 097.8262 14.66484491376419
+1 32123U 99025CRR 14235.37466615  .00000503  00000-0  11101-3 0  9163
+2 32123 098.9626 070.3218 0180609 227.0869 256.0780 14.53006457375673
+1 32124U 99025CRS 14234.56221618  .00004079  00000-0  44010-3 0  5080
+2 32124 098.9906 147.2499 0165742 151.5078 209.4643 14.79493128382585
+1 32125U 99025CRT 14237.44072140  .00004483  00000-0  12607-2 0  4708
+2 32125 099.0083 322.0351 0318622 130.1686 232.8322 14.20577911375911
+1 32126U 99025CRU 14237.20026742  .00000554  00000-0  71630-3 0  3010
+2 32126 099.1048 020.7584 0292787 316.6170 166.6559 13.50118285352284
+1 32127U 99025CRV 14237.70171562  .00000615  00000-0  78214-3 0  3672
+2 32127 099.2044 049.6760 0309487 015.9421 345.1260 13.48682521347050
+1 32128U 99025CRW 14237.20641558  .00000459  00000-0  21859-3 0  5834
+2 32128 099.4161 232.7483 0426765 199.9840 222.2873 13.85584570368039
+1 32129U 99025CRX 14234.55274527  .00001817  00000-0  11738-2 0  8115
+2 32129 099.2255 244.4754 0100632 067.2577 060.7939 14.01738811361342
+1 32130U 99025CRY 14237.99890575  .00000451  00000-0  18581-3 0  4949
+2 32130 098.7459 313.8740 0091750 199.7952 159.9663 14.29416469371807
+1 32132U 99025CSA 14235.31687043  .00001122  00000-0  47214-3 0  5378
+2 32132 098.8194 265.0714 0106942 199.2539 219.2130 14.24750811365822
+1 32133U 99025CSB 14235.41438836  .00000116  00000-0  81141-4 0  5295
+2 32133 098.8864 299.7691 0037481 074.8783 343.7366 14.15729628366204
+1 32134U 99025CSC 14237.34960802  .00001023  00000-0  39988-3 0  6226
+2 32134 098.9698 263.8803 0292699 166.8039 262.4060 14.10888487370711
+1 32135U 99025CSD 14232.80504723  .00040217  00000-0  26552-2 0  4542
+2 32135 098.9460 085.8405 0042042 295.3021 064.5422 15.06573918374907
+1 32136U 99025CSE 14237.91454588  .00000558  00000-0  22834-3 0  4244
+2 32136 098.6890 291.2001 0075408 158.0850 202.3198 14.29522716377295
+1 32137U 99025CSF 14238.81897045  .00005503  00000-0  93895-3 0  5458
+2 32137 098.6761 231.1145 0310404 051.9125 311.0107 14.41915355373348
+1 32138U 99025CSG 14238.37779534  .00001224  00000-0  63752-3 0  3826
+2 32138 098.9777 293.0183 0022093 315.2038 044.5398 14.16374552370764
+1 32139U 99025CSH 14220.87953545  .00001616  00000-0  51939-3 0  5347
+2 32139 098.8149 250.6400 0233395 013.9859 346.5866 14.26450337367599
+1 32141U 99025CSK 14236.37048848  .00000526  00000-0  39115-3 0  5041
+2 32141 099.1480 285.5758 0069646 135.1271 287.0340 13.98348909372678
+1 32143U 99025CSM 14237.32524572  .00000145  00000-0  91308-4 0  4164
+2 32143 098.8501 284.9019 0107931 079.7136 344.1891 14.15497499375113
+1 32146U 99025CSQ 14238.90090524  .00001899  00000-0  87527-3 0  5803
+2 32146 098.9682 280.4253 0133902 150.9426 209.9767 14.16456168365623
+1 32148U 99025CSS 14237.59251990  .00004262  00000-0  53879-3 0  6592
+2 32148 099.0579 159.9346 0204418 147.6809 213.7110 14.68824915381050
+1 32150U 99025CSU 14233.54742516  .00000616  00000-0  13107-3 0  3984
+2 32150 099.1299 153.2630 0185385 275.3964 082.5243 14.53395853377173
+1 32151U 99025CSV 14238.27281544  .00007143  00000-0  15989-2 0  5702
+2 32151 099.0094 041.4366 0069909 072.6421 288.2598 14.55494898376368
+1 32152U 99025CSW 14218.93554165  .00000966  00000-0  37348-3 0  3085
+2 32152 098.7533 279.5949 0076714 261.8106 097.5495 14.30839055378302
+1 32153U 99025CSX 14238.08079000  .00000283  00000-0  76781-4 0  4497
+2 32153 098.5768 318.5844 0228486 015.1151 100.6944 14.41353786376828
+1 32154U 99025CSY 14237.41634499  .00010969  00000-0  19294-2 0  7155
+2 32154 099.0750 074.9227 0108908 084.7321 032.3742 14.63963749373397
+1 32155U 99025CSZ 14237.47608860  .00000534  00000-0  23847-3 0  3901
+2 32155 098.9368 338.4844 0076617 296.8415 126.1004 14.25497315370462
+1 32156U 99025CTA 14235.73458571  .00000223  00000-0  10937-3 0  4341
+2 32156 099.3682 073.3051 0088690 008.8903 054.8094 14.26225851370347
+1 32157U 99025CTB 14235.91083855  .00001082  00000-0  17952-3 0  8242
+2 32157 099.0071 132.5554 0175089 209.8775 149.2340 14.63125760379231
+1 32158U 99025CTC 14235.66038176  .00003059  00000-0  10567-2 0  6003
+2 32158 099.1487 027.2737 0051741 283.6560 075.8865 14.35843144372890
+1 32160U 99025CTE 14237.43644796  .00000626  00000-0  25514-3 0  3423
+2 32160 098.7559 312.0919 0093831 218.9362 199.5122 14.28624605372859
+1 32161U 99025CTF 14237.51373815  .00000316  00000-0  22739-3 0  3842
+2 32161 098.7600 132.9070 0147397 273.7780 084.6621 13.98770092376168
+1 32162U 99025CTG 14238.53394131  .00001542  00000-0  54186-3 0  5957
+2 32162 099.4374 144.9496 0074465 316.1328 043.4447 14.33436986369550
+1 32163U 99025CTH 14229.94595302  .00001075  00000-0  44639-3 0  2877
+2 32163 099.4972 133.3323 0064221 006.2839 353.8950 14.27738716367249
+1 32164U 99025CTJ 14230.58981686  .00001376  00000-0  35579-3 0  4200
+2 32164 099.3173 162.0682 0129983 107.6687 253.8743 14.46873798375129
+1 32165U 99025CTK 14235.65696682  .00000579  00000-0  45797-3 0  4840
+2 32165 098.5685 032.0778 0160783 060.4161 301.2913 13.89138491358585
+1 32166U 99025CTL 14235.40669335  .00003084  00000-0  35814-3 0  6035
+2 32166 098.2557 293.3313 0196682 355.3128 004.6232 14.73244538380974
+1 32167U 99025CTM 14237.26413950  .00000318  00000-0  13356-3 0  2896
+2 32167 098.7524 262.9413 0175334 262.9409 095.1667 14.25045161371619
+1 32168U 99025CTN 14238.84234385  .00000926  00000-0  83730-3 0  4288
+2 32168 101.6783 082.3118 0296939 043.2180 319.2308 13.65683525355505
+1 32169U 99025CTP 14236.45871676  .00001074  00000-0  59136-3 0  6161
+2 32169 098.5727 115.9893 0080228 278.5093 208.2172 14.12030388379888
+1 32170U 99025CTQ 14237.82122379  .00009088  00000-0  16910-2 0  2884
+2 32170 099.1114 095.4339 0096953 063.7631 297.3493 14.62343227377784
+1 32171U 99025CTR 14230.96154206  .00001860  00000-0  20498-2 0  3974
+2 32171 102.8233 143.8219 0552503 110.6039 255.4829 13.22266703343134
+1 32172U 99025CTS 14237.55481544  .00001611  00000-0  27806-3 0  4566
+2 32172 099.0431 142.1895 0169471 211.4689 275.1024 14.61174913380753
+1 32173U 99025CTT 14236.84413837  .00001704  00000-0  85036-3 0  4605
+2 32173 099.6024 096.7754 0076632 297.2255 062.1123 14.16894646366753
+1 32174U 99025CTU 14239.01058727  .00000532  00000-0  24819-3 0  3958
+2 32174 098.9415 307.9738 0163288 140.1072 221.2720 14.13678554365919
+1 32176U 99025CTW 14238.48476616  .00001693  00000-0  58510-3 0  3719
+2 32176 099.3982 127.2786 0067563 284.9053 074.5147 14.34537242373996
+1 32177U 99025CTX 14238.09374956  .00000934  00000-0  36956-3 0  3831
+2 32177 098.9877 350.8676 0075664 272.7922 086.4665 14.29902477373030
+1 32178U 99025CTY 14235.34062993  .00000571  00000-0  33852-3 0  4786
+2 32178 100.2974 280.7650 0110906 345.3385 014.4572 14.09580660365334
+1 32179U 99025CTZ 14237.16445548  .00000208  00000-0  15142-3 0  5803
+2 32179 099.1662 214.8889 0148166 073.8533 287.9014 14.01523015363726
+1 32180U 99025CUA 14237.09481749  .00000066  00000-0  97219-4 0  6999
+2 32180 099.3047 176.1097 0136666 290.8648 124.9056 13.81434247372831
+1 32181U 99025CUB 14238.03695866  .00000968  00000-0  32302-3 0  6747
+2 32181 099.4674 174.6613 0098415 253.9738 163.9154 14.37553684372746
+1 32182U 99025CUC 14236.52469662  .00002522  00000-0  13519-2 0  2879
+2 32182 098.2273 350.2507 0131712 124.5194 236.9132 14.09476771378181
+1 32183U 99025CUD 14236.01079260  .00000239  00000-0  17875-3 0  4320
+2 32183 099.1022 295.9391 0044760 089.7893 027.7053 14.03762417364276
+1 32184U 99025CUE 14237.29363432  .00002974  00000-0  37366-3 0  5370
+2 32184 098.4284 265.4142 0291366 193.5899 165.7333 14.57303706376224
+1 32185U 99025CUF 14237.38595689  .00004162  00000-0  90434-3 0  7303
+2 32185 098.6036 037.1093 0542089 061.7412 303.7370 13.94408173364023
+1 32186U 99025CUG 14237.11099926  .00000454  00000-0  41565-3 0  4430
+2 32186 099.5302 191.5946 0290542 079.9332 283.4463 13.70541882355811
+1 32187U 99025CUH 14236.48719025  .00000190  00000-0  28197-3 0  6748
+2 32187 099.4460 118.8843 0299095 044.9389 075.0620 13.48275501351071
+1 32188U 99025CUJ 14236.30587760  .00004091  00000-0  18985-2 0  2506
+2 32188 099.0390 262.8481 0079395 227.8312 134.2436 14.19598797365392
+1 32189U 99025CUK 14238.19449688  .00002860  00000-0  15687-2 0  4524
+2 32189 099.0244 223.6275 0040328 332.3329 027.3278 14.12209312364762
+1 32190U 99025CUL 14236.55925902  .00003029  00000-0  97238-3 0  5243
+2 32190 098.9329 350.0001 0071403 203.2205 156.2303 14.38765538371152
+1 32191U 99025CUM 14236.26413700  .00000942  00000-0  53402-3 0  4908
+2 32191 099.0619 253.2725 0112787 032.7398 026.2657 14.09317241364841
+1 32192U 99025CUN 14237.30372811  .00000237  00000-0  23213-3 0  6649
+2 32192 098.6437 026.4042 0187389 162.0075 315.8995 13.79907723358184
+1 32193U 99025CUP 14226.75729014  .00003186  00000-0  17287-2 0  1877
+2 32193 098.4782 060.2163 0118475 195.2775 164.4355 14.09519210362481
+1 32194U 99025CUQ 14238.28511900  .00002756  00000-0  81678-3 0  4446
+2 32194 099.1420 051.9429 0087780 123.0734 237.9174 14.42022775372173
+1 32197U 99025CUT 14231.10031373  .00000244  00000-0  10500-3 0  5597
+2 32197 098.8862 325.3110 0176400 327.3110 152.2148 14.25800434367634
+1 32198U 99025CUU 14229.49744207  .00000980  00000-0  74604-3 0  3055
+2 32198 098.3741 330.5969 0107243 032.4035 328.3175 13.93089521367406
+1 32199U 99025CUV 14238.28547375  .00002643  00000-0  72212-3 0  3062
+2 32199 099.1752 048.4603 0147113 295.6697 063.0340 14.42066141369851
+1 32200U 99025CUW 14237.26533569  .00001166  00000-0  74595-3 0  5632
+2 32200 099.1389 246.9603 0045151 349.9423 066.5305 14.04987662363800
+1 32202U 99025CUY 14226.59887761  .00003455  00000-0  20061-2 0  6838
+2 32202 098.3995 003.5657 0133575 320.8007 038.3546 14.04943640359971
+1 32203U 99025CUZ 14237.10831257  .00002108  00000-0  12629-3 0  6541
+2 32203 097.0605 184.4286 0401053 203.5253 216.6256 14.63429812376380
+1 32204U 99025CVA 14237.07134437  .00012032  00000-0  53545-2 0  6957
+2 32204 099.3189 332.4951 0176541 204.7507 280.2193 14.15055828361653
+1 32205U 99025CVB 14234.89290865  .00000202  00000-0  13506-3 0  4692
+2 32205 098.9773 247.2443 0012159 125.4329 352.8721 14.11935636365930
+1 32207U 99025CVD 14235.91345519  .00000427  00000-0  16774-3 0  3121
+2 32207 099.8720 276.3198 0093468 016.3863 344.0304 14.33100096371246
+1 32208U 99025CVE 14238.51653505  .00007546  00000-0  22218-2 0  2417
+2 32208 098.9589 346.8806 0049362 181.7917 178.3590 14.43002326371401
+1 32209U 99025CVF 14237.28397285  .00000963  00000-0  13109-2 0  8861
+2 32209 099.3647 049.1060 0354639 162.9271 324.4766 13.38368093347262
+1 32210U 99025CVG 14238.26839585  .00000471  00000-0  33883-3 0  6152
+2 32210 099.2060 243.7162 0084653 110.6844 250.3450 14.00166278361577
+1 32212U 99025CVJ 14232.09323211  .00000795  00000-0  28322-3 0  5726
+2 32212 099.5824 176.9428 0157666 049.5799 005.6118 14.30813865368838
+1 32213U 99025CVK 14237.28036838  .00000396  00000-0  27232-3 0  1800
+2 32213 099.2220 248.1361 0183412 027.9138 333.1397 13.97395130361001
+1 32214U 99025CVL 14236.30839004  .00001955  00000-0  19788-2 0  5216
+2 32214 099.0574 057.7050 0237975 162.5342 198.4037 13.66513452351735
+1 32216U 99025CVN 14238.47614009  .00002222  00000-0  89691-3 0  4324
+2 32216 099.5373 126.7644 0061568 008.8048 351.4686 14.26922469367202
+1 32217U 99025CVP 14236.53847069  .00001519  00000-0  62933-3 0  5457
+2 32217 099.0960 357.3188 0053986 266.8540 092.6323 14.27388986367105
+1 32218U 99025CVQ 14237.01715630  .00001084  00000-0  38241-3 0  6688
+2 32218 098.7001 307.5634 0089612 122.8058 359.2719 14.34538945369766
+1 32221U 99025CVT 14237.99349501  .00000756  00000-0  17519-3 0  7039
+2 32221 098.4450 314.1740 0168871 185.0535 174.8961 14.49746929374128
+1 32222U 99025CVU 14235.42571890  .00001690  00000-0  84868-3 0  3343
+2 32222 099.1216 308.2112 0106043 232.6613 126.4618 14.15073746363654
+1 32223U 99025CVV 14235.32879868  .00001143  00000-0  72270-3 0  5135
+2 32223 099.1084 268.8572 0058686 058.3358 003.5892 14.05306381361646
+1 32224U 99025CVW 14238.10379797  .00000488  00000-0  20452-3 0  5654
+2 32224 098.9375 349.0743 0082675 177.2167 182.9490 14.28758806368699
+1 32225U 99025CVX 14234.66441728  .00000249  00000-0  16146-3 0  2901
+2 32225 098.8781 174.9878 0074484 286.8074 072.4832 14.10282581363418
+1 32226U 99025CVY 14239.22218926  .00009548  00000-0  24461-2 0  8456
+2 32226 099.4790 159.6682 0051034 235.6817 124.0027 14.49605811376783
+1 32227U 99025CVZ 14235.38661115  .00001940  00000-0  29156-3 0  7670
+2 32227 099.4909 290.3098 0168348 308.3519 105.9731 14.66959018382983
+1 32228U 99025CWA 14236.80235931  .00004151  00000-0  13097-2 0  5549
+2 32228 098.7379 250.8517 0105495 051.2559 309.7999 14.37665943375189
+1 32230U 99025CWC 14233.89521010  .00001577  00000-0  78236-3 0  5933
+2 32230 098.9630 271.3539 0094178 162.8866 323.0360 14.16337566368447
+1 32233U 99025CWF 14236.96963936  .00001375  00000-0  75952-3 0  3806
+2 32233 097.6844 140.4150 0274896 146.4151 215.4888 13.95178012363494
+1 32234U 99025CWG 14236.15911230  .00000696  00000-0  60431-3 0  6172
+2 32234 098.5792 005.6791 0152338 138.6346 345.4452 13.83942690361087
+1 32235U 99025CWH 14238.83376024  .00004409  00000-0  85023-3 0  3027
+2 32235 099.0573 100.7651 0135517 317.6215 041.5067 14.57763525394056
+1 32236U 99025CWJ 14237.94014793  .00024348  00000-0  23769-2 0  6138
+2 32236 099.4855 285.4465 0077144 308.7372 050.6962 14.90171860384296
+1 32237U 99025CWK 14237.26523441  .00027141  00000-0  10071-2 0  5808
+2 32237 100.1320 263.3097 0152154 143.7969 278.0633 15.17329117396670
+1 32238U 99025CWL 14237.94690666  .00007437  00000-0  66753-3 0  6848
+2 32238 098.8472 139.1385 0198805 325.1936 033.6401 14.82155853386206
+1 32241U 99025CWP 14237.59102859  .00002426  00000-0  12549-2 0  4580
+2 32241 098.8968 171.4945 0191434 023.4104 337.5638 14.06877124368078
+1 32242U 99025CWQ 14237.46943523  .00000508  00000-0  49351-3 0  4017
+2 32242 097.2822 322.8688 0174992 350.0876 065.9353 13.76111534359205
+1 32243U 99025CWR 14238.08431756  .00001488  00000-0  91637-3 0  7326
+2 32243 098.2981 284.1743 0331234 063.4044 300.0651 13.82840770363051
+1 32245U 99025CWT 14234.39924861  .00000962  00000-0  26311-3 0  5176
+2 32245 098.5846 301.3420 0162812 312.4972 046.2556 14.42194637375058
+1 32252U 07044A   14237.37706569 -.00000201  00000-0  00000+0 0  4874
+2 32252 000.0223 119.4155 0003264 045.3073 096.5699 01.00269256 25222
+1 32253U 07044B   14238.79118976  .00000000  00000-0  10000-3 0  1880
+2 32253 000.0392 255.7759 0003992 246.2900 074.7010 01.00266952 25284
+1 32254U 07044C   14236.16111277 -.00000406  00000-0  41474-3 0  4554
+2 32254 004.3569 121.7720 7096611 225.1873 351.8877 02.45742705 61555
+1 32255U 07044D   14238.59880668  .00000315  00000-0  36083-2 0  1959
+2 32255 004.4706 279.7582 7165525 281.6478 011.9588 02.26146498 56934
+1 32260U 07047A   14237.76166354  .00000015  00000-0  00000+0 0  3298
+2 32260 053.6213 259.1238 0064275 013.4655 159.1502 02.00553812 50322
+1 32261U 07047B   14239.05863590  .00099670  00000-0  13225-2 0  1883
+2 32261 039.7750 230.3346 4392408 036.7005 346.6557 06.83507366127098
+1 32263U 07048A   14237.16022624 -.00000067  00000-0  20551-3 0  1559
+2 32263 051.9743 187.3926 0000499 287.1707 176.6764 12.62267120317442
+1 32264U 07048B   14238.14565979 -.00000119  00000-0 -84661-4 0  1073
+2 32264 051.9753 275.0696 0000416 161.7493 259.0377 12.62287247316055
+1 32265U 07048C   14237.21421670 -.00000107  00000-0 -17831-4 0  1533
+2 32265 051.9672 141.4191 0000994 022.6387 113.7740 12.62270354318165
+1 32266U 07048D   14237.09322311 -.00000113  00000-0 -51330-4 0  1610
+2 32266 051.9879 098.1605 0001563 034.5937 101.0591 12.62649498318948
+1 32268U 07049A   14237.61973621 -.00000796  00000-0  00000+0 0  2437
+2 32268 065.2368 102.5635 7112386 253.1663 023.4792 02.00430270 50111
+1 32271U 07049D   14232.63143050  .00000213  00000-0 -26621-1 0  9893
+2 32271 064.4984 093.5481 6882557 267.7614 280.6246 02.05494043 51247
+1 32275U 07052A   14238.43305971  .00000031  00000-0  10000-3 0  9092
+2 32275 065.0793 100.2367 0001620 246.1728 107.6616 02.13104954 53182
+1 32276U 07052B   14237.69963007  .00000030  00000-0  10000-3 0  9000
+2 32276 065.0915 100.3164 0011652 343.1135 123.4220 02.13104460 53179
+1 32277U 07052C   14238.59292545  .00000082  00000-0  10000-3 0  7839
+2 32277 065.0944 100.2336 0017455 191.5827 168.4815 02.13208128 53290
+1 32278U 07052D   14236.12462201  .00000025  00000-0  00000+0 0  9200
+2 32278 065.0879 100.0850 0016413 202.4276 257.2568 02.13391247 53130
+1 32280U 07052F   14224.63824773 -.00001831  00000-0 -19915-1 0  2200
+2 32280 065.3737 024.5959 5594150 072.9019 339.0063 04.23365586104897
+1 32281U 07052G   14238.64610167  .00000023  00000-0  20872-3 0  2090
+2 32281 065.4506 024.4816 5617008 063.0128 342.9725 04.23376999105444
+1 32289U 07055A   14238.32576338  .00000036  00000-0  11159-4 0  5206
+2 32289 097.9433 229.7368 0002213 085.8388 274.3088 14.81945880366911
+1 32290U 07055B   14238.16533230  .00006937  00000-0  26961-3 0  9356
+2 32290 097.5715 313.3620 0088402 164.2116 250.3470 15.22749845374926
+1 32293U 07056A   14236.30969453 -.00000296  00000-0  00000+0 0  2587
+2 32293 000.0786 269.3532 0002334 273.0122 196.6269 01.00274042 24882
+1 32294U 07056B   14239.08021203  .00000000  00000-0  10000-3 0  3542
+2 32294 000.0614 005.4435 0003979 155.9980 227.0129 01.00270261 25008
+1 32295U 07056C   14238.10946215  .00003900  00000-0  11041-2 0  5004
+2 32295 005.9797 215.2217 7133670 143.7768 352.2774 02.46859725 58509
+1 32299U 07057A   14238.86928216  .00000000  00000-0  10000-3 0  1798
+2 32299 000.0474 301.0682 0002681 215.6886 136.0386 01.00270817 24802
+1 32301U 07057C   14238.58936796 -.00000018  00000-0  10000-3 0  9139
+2 32301 016.1477 135.0518 5183646 141.8876 269.3808 01.90165625 47022
+1 32303U 99025CWU 14238.05415531  .00005002  00000-0  34572-2 0  2744
+2 32303 097.8273 185.1425 0135180 300.4014 058.3936 13.95151464347934
+1 32304U 99025CWV 14230.92088747  .00000822  00000-0  30433-3 0  2476
+2 32304 099.4017 110.2862 0067225 324.5889 035.1315 14.31081529369229
+1 32305U 99025CWW 14236.76840688  .00002585  00000-0  17073-2 0  4536
+2 32305 098.0083 217.5374 0231008 316.0245 042.2737 13.90230309346689
+1 32306U 99025CWX 14236.09905243  .00031154  00000-0  10587-2 0  5169
+2 32306 098.7833 181.4301 0120879 140.9698 278.7329 15.23604501387223
+1 32308U 99025CWZ 14236.57529323  .00000912  00000-0  71791-3 0  5595
+2 32308 097.7728 156.6970 0120265 258.6964 100.0665 13.90482176345414
+1 32311U 99025CXC 14236.82272082  .00000307  00000-0  52235-3 0  2951
+2 32311 101.7578 236.1051 0443566 206.8721 150.8766 13.21874965343462
+1 32312U 99025CXD 14235.78821229  .00000799  00000-0  65960-3 0  2278
+2 32312 098.7017 075.3963 0140675 133.8919 227.3328 13.87197070373952
+1 32313U 99025CXE 14235.34457144  .00001153  00000-0  86042-3 0  2327
+2 32313 099.3082 265.8954 0148944 201.0613 158.8259 13.91819100359319
+1 32314U 99025CXF 14236.61482759  .00002397  00000-0  48335-3 0  3728
+2 32314 098.8896 010.4326 0241809 089.7928 328.8481 14.45628824373917
+1 32315U 99025CXG 14235.16377925  .00000043  00000-0  98744-4 0  2215
+2 32315 100.8165 212.0083 0230380 157.2556 203.9000 13.65074581361611
+1 32316U 99025CXH 14236.43692808  .00000726  00000-0  30500-3 0  7675
+2 32316 099.5071 139.6321 0056041 356.5343 058.3751 14.28534806371087
+1 32317U 99025CXJ 14238.04645899  .00002350  00000-0  97645-3 0  3565
+2 32317 098.0435 331.4513 0168099 091.0182 271.0363 14.19867046365542
+1 32318U 99025CXK 14238.13618717  .00016352  00000-0  38091-2 0  4449
+2 32318 097.3587 212.7927 0068034 070.7234 290.1308 14.53437151373147
+1 32319U 99025CXL 14227.01085576  .00004254  00000-0  60895-3 0  4914
+2 32319 099.1345 163.2657 0153787 246.0207 112.4442 14.69456285378942
+1 32320U 99025CXM 14230.14868606  .00001029  00000-0  48853-3 0  2697
+2 32320 100.3601 358.5179 0069211 276.1554 083.2566 14.21148944370750
+1 32322U 99025CXP 14237.88231605  .00000380  00000-0  53169-3 0  2314
+2 32322 098.3629 101.3587 0435971 014.6761 047.0859 13.28988271345420
+1 32323U 99025CXQ 14239.06111329  .00001614  00000-0  14635-2 0  3751
+2 32323 098.5920 331.6724 0185147 272.1835 085.8604 13.76162383357880
+1 32324U 99025CXR 14235.70298906  .00000639  00000-0  42994-3 0  5002
+2 32324 099.6282 043.8197 0053525 171.3550 252.0630 14.04004788366634
+1 32325U 99025CXS 14236.47448985  .00001951  00000-0  75005-3 0  3221
+2 32325 098.9509 321.6440 0073232 339.9096 019.9234 14.30158297372340
+1 32326U 99025CXT 14236.02476227  .00000272  00000-0  23021-3 0  5108
+2 32326 098.4364 263.3092 0400134 304.9196 051.4961 13.63331224354030
+1 32329U 99025CXW 14224.11177263  .00000978  00000-0  53171-3 0  2453
+2 32329 099.9558 182.3230 0057286 246.7342 175.3073 14.14323922371481
+1 32330U 99025CXX 14238.28563374  .00001438  00000-0  99441-3 0  2991
+2 32330 098.0449 252.5128 0188095 256.0759 102.0494 13.92312350375900
+1 32331U 99025CXY 14238.44172703  .00001824  00000-0  10242-2 0  4095
+2 32331 099.2068 313.3443 0043458 043.7137 316.7461 14.11386496365272
+1 32332U 99025CXZ 14237.81767510  .00000523  00000-0  34274-3 0  4572
+2 32332 099.4359 243.5878 0320971 250.4775 236.2783 13.84256108358839
+1 32333U 99025CYA 14217.62308810  .00002186  00000-0  16968-2 0  2501
+2 32333 097.8786 159.2471 0135973 028.6520 332.2027 13.89136844357743
+1 32334U 99025CYB 14238.08530359  .00000371  00000-0  28905-3 0  6851
+2 32334 099.0982 184.9200 0070421 051.9252 005.7550 13.97442827362387
+1 32337U 99025CYE 14237.28270619  .00000831  00000-0  10691-2 0  2517
+2 32337 099.2652 040.1525 0332987 082.1219 281.5069 13.44385223346824
+1 32338U 99025CYF 14235.99711963  .00001522  00000-0  61364-3 0  3216
+2 32338 098.8429 311.6222 0077084 192.7657 292.8652 14.27858841367379
+1 32339U 99025CYG 14238.79887296  .00001554  00000-0  69612-3 0  2051
+2 32339 098.9027 249.1001 0048532 227.8957 131.8566 14.21927536359092
+1 32340U 99025CYH 14232.50713670  .00001651  00000-0  62728-3 0  5142
+2 32340 098.9340 334.1469 0070021 278.2939 081.0307 14.31077741376793
+1 32342U 99025CYK 14236.49704563 -.00000042  00000-0  15185-5 0   277
+2 32342 098.9895 243.7204 0008351 163.0038 351.5185 14.12216125357024
+1 32343U 99025CYL 14236.35809297  .00000363  00000-0  18528-3 0  3723
+2 32343 098.8743 273.2429 0160835 094.3450 267.6120 14.14949191371663
+1 32344U 99025CYM 14236.77824221  .00009437  00000-0  10369-2 0  4179
+2 32344 100.3130 226.5897 0175512 077.0222 045.0544 14.77330159391191
+1 32346U 99025CYP 14236.47682907  .00001546  00000-0  13318-2 0  2753
+2 32346 097.8410 137.0122 0166319 058.6409 303.0933 13.81567992357842
+1 32350U 99025CYT 14234.82559030  .00001604  00000-0  32837-3 0  4389
+2 32350 098.7532 252.4358 0337938 058.9547 304.4482 14.31978696381549
+1 32351U 99025CYU 14238.17421417  .00010386  00000-0  79317-3 0  4245
+2 32351 099.0257 212.6197 0197493 316.9320 099.0086 14.87985094383510
+1 32352U 99025CYV 14237.50989015  .00000690  00000-0  23156-3 0  1890
+2 32352 098.7669 336.4393 0133106 116.8269 244.6501 14.35560794373302
+1 32353U 99025CYW 14237.52283370  .00000845  00000-0  72099-3 0  2864
+2 32353 099.0308 139.1888 0150348 282.0660 075.6563 13.84923169361020
+1 32354U 99025CYX 14237.31173622  .00002241  00000-0  11832-2 0  3499
+2 32354 102.9407 274.4958 0245498 054.1942 308.2786 14.01258750367674
+1 32355U 99025CYY 14237.49287847  .00002812  00000-0  11817-2 0  3390
+2 32355 100.3742 340.2516 0158329 120.0352 241.1255 14.20314102373954
+1 32356U 99025CYZ 14237.74036116  .00001277  00000-0  10843-2 0  4719
+2 32356 102.5177 070.7553 0154428 107.0980 314.3101 13.85059506367078
+1 32357U 99025CZA 14238.36875295  .00001051  00000-0  69246-3 0  4574
+2 32357 098.8782 282.4681 0588340 324.3418 031.9611 13.41880761351872
+1 32361U 99025CZE 14234.06596263  .00001502  00000-0  70099-3 0  6040
+2 32361 098.7217 171.1219 0075373 205.9796 210.3137 14.20414513375957
+1 32362U 99025CZF 14237.09171770  .00001634  00000-0  19980-2 0  6631
+2 32362 099.7630 182.0418 0317302 141.6227 220.7947 13.47940380352982
+1 32363U 99025CZG 14237.06507067  .00003463  00000-0  39904-3 0  6508
+2 32363 098.3323 314.0908 0252887 081.7870 035.9597 14.65985334366534
+1 32364U 99025CZH 14238.10352513  .00002052  00000-0  14186-2 0  4188
+2 32364 098.4037 355.3708 0149137 307.8245 050.9497 13.94919553349836
+1 32366U 99025CZK 14238.27426674  .00000902  00000-0  53978-3 0  2406
+2 32366 096.7873 262.5368 0180740 223.4574 135.2851 14.00853924352530
+1 32368U 99025CZM 14237.61843358  .00001974  00000-0  11676-2 0  1976
+2 32368 097.8544 168.6902 0308327 043.4420 319.1674 13.87407169348511
+1 32370U 99025CZP 14236.47775615  .00010747  00000-0  10905-2 0  5002
+2 32370 099.0556 135.9822 0214823 307.1214 051.0532 14.75446780379808
+1 32371U 99025CZQ 14238.36052210  .00004043  00000-0  10799-2 0  4172
+2 32371 099.2786 095.3861 0129030 280.4309 078.3867 14.44160290374545
+1 32372U 99025CZR 14234.58183432  .00000194  00000-0  26964-3 0  3044
+2 32372 097.3286 164.7597 0482130 229.1527 126.6549 13.25785400349261
+1 32373U 07058A   14237.46312543 -.00000160  00000-0  00000+0 0  8067
+2 32373 001.0045 076.4540 0002645 050.3647 189.2366 00.99401815 25434
+1 32374U 07058B   14238.74247711  .00000098  00000-0  16658-3 0  3338
+2 32374 046.1172 115.4928 7177044 332.8887 003.3491 02.34915107 56699
+1 32375U 07058C   14237.10607851 -.00000119  00000-0  00000+0 0  8322
+2 32375 005.4379 057.2170 0236779 099.7724 229.7292 01.04428597 25420
+1 32376U 07059A   14238.31962811 -.00000054  00000-0 -21990-6 0  4567
+2 32376 097.8791 061.7001 0001728 086.2430 273.8991 14.82155824363236
+1 32382U 07061A   14238.33410983  .00000112  00000-0  60445-4 0  3778
+2 32382 098.5763 244.8480 0001508 086.5548 003.2549 14.29982806349680
+1 32384U 07062A   14238.28948256  .00000001  00000-0  00000+0 0  3586
+2 32384 055.5974 084.3817 0013734 307.7747 018.7622 02.00566770 49069
+1 32387U 07063A   14237.93325259 -.00000129  00000-0  00000+0 0  1044
+2 32387 003.2151 068.9775 0010626 010.0743 158.3113 00.99064967 24760
+1 32388U 07063B   14238.20224469  .00000000  00000-0  10000-3 0  3490
+2 32388 000.0115 144.7553 0002534 038.5081 308.7616 01.00267749 24633
+1 32389U 07063C   14237.43489963 -.00000103  00000-0 -81532-3 0  1657
+2 32389 005.9915 348.4681 7121684 265.0757 217.4500 02.30480367 56240
+1 32390U 07063D   14238.68904413  .00000248  00000-0  30349-2 0   857
+2 32390 006.0889 012.1137 7163488 219.6940 056.3626 02.25950438 54985
+1 32393U 07065A   14238.41459575 -.00000057  00000-0  00000+0 0  7435
+2 32393 065.4755 338.9561 0005447 123.4811 114.5094 02.13102819 51893
+1 32394U 07065B   14237.71703071 -.00000061  00000-0  10000-3 0  6575
+2 32394 065.4791 338.9753 0020693 001.9357 025.3012 02.13112031 51821
+1 32395U 07065C   14237.63709723 -.00000062  00000-0  10000-3 0  6602
+2 32395 065.4888 339.0138 0015292 356.5427 096.9194 02.13102845 51810
+1 32396U 07065D   14237.45979767 -.00000063  00000-0  00000+0 0  9025
+2 32396 065.4735 338.7387 0025274 188.8512 192.2957 02.13393140 51969
+1 32398U 07065F   14239.06854071  .00000012  00000-0  19359-3 0  5622
+2 32398 065.2065 254.4624 5546557 094.4061 327.5687 04.23639238102987
+1 32399U 07065G   14238.43667490 -.00000001  00000-0  00000+0 0  5426
+2 32399 065.2627 260.6675 5564422 084.9781 333.1307 04.23818457103166
+1 32404U 08001A   14238.75417641  .00000000  00000-0  10000-3 0  4893
+2 32404 004.5009 344.8497 0004824 153.9201 206.2843 01.00266192 24290
+1 32405U 08001B   14238.46737537  .00000047  00000-0  11446-2 0   825
+2 32405 005.4484 141.3187 7125094 063.9359 350.7599 02.25192821 54424
+1 32406U 99025CZS 14238.89093692  .00007875  00000-0  49131-3 0  6258
+2 32406 098.4058 259.3530 0264902 290.1829 067.1572 14.84754417381096
+1 32407U 99025CZT 14238.36979559  .00012959  00000-0  10812-2 0  4199
+2 32407 098.5050 307.7368 0323150 165.6141 195.6512 14.65944720377511
+1 32408U 99025CZU 14229.09809186  .00002003  00000-0  40808-3 0  2374
+2 32408 098.8159 345.6472 0271626 356.4986 359.6089 14.41570144374651
+1 32409U 99025CZV 14213.05573051  .00001380  00000-0  47794-3 0  3293
+2 32409 099.5569 153.3082 0082384 057.0303 303.7483 14.35632397365621
+1 32410U 99025CZW 14228.34208996  .00008007  00000-0  13462-2 0  3057
+2 32410 097.9208 071.7791 0179974 266.4718 091.2362 14.59697545359005
+1 32411U 99025CZX 14237.24232210  .00000316  00000-0  20338-3 0  3655
+2 32411 098.3095 044.0104 0130972 249.7466 108.9583 14.05403191370956
+1 32414U 99025DAA 14236.24555793  .00000745  00000-0  48863-3 0  4853
+2 32414 099.1606 248.6177 0056185 056.1952 004.5324 14.04511620364729
+1 32416U 99025DAC 14238.07782645  .00000264  00000-0  34611-3 0  3149
+2 32416 100.7840 184.3255 0249040 250.7694 166.2614 13.60323237352284
+1 32417U 99025DAD 14216.56779673  .00016738  00000-0  18965-2 0  1837
+2 32417 097.7628 340.2006 0111456 265.3232 093.5003 14.82000199356787
+1 32418U 99025DAE 14237.71888863  .00001551  00000-0  12442-2 0  4171
+2 32418 098.2140 213.7427 0294282 209.2418 149.2440 13.72460255342506
+1 32419U 99025DAF 14237.89291013  .00000256  00000-0  12588-3 0  3651
+2 32419 097.9037 271.9788 0305615 026.6609 334.9972 14.02770822365810
+1 32422U 99025DAJ 14237.13627464 -.00000002  00000-0  15288-4 0  2565
+2 32422 097.8267 202.4333 0313024 126.0688 295.3961 13.93795751347453
+1 32425U 99025DAM 14238.32504772  .00000473  00000-0  21072-3 0  1787
+2 32425 096.7142 278.5467 0253507 059.2331 303.2609 14.09789082350156
+1 32431U 99025DAT 14237.73976326  .00001590  00000-0  87599-3 0  2245
+2 32431 099.5944 060.6803 0077898 147.4882 212.8081 14.11647384368425
+1 32432U 99025DAU 14237.73070553  .00001384  00000-0  48466-3 0  5247
+2 32432 098.1996 053.5937 0264903 296.1047 061.1962 14.18872288347944
+1 32433U 99025DAV 14237.09053194  .00004767  00000-0  15492-2 0  5081
+2 32433 098.2412 341.1741 0328510 300.1947 056.7066 14.12785290344737
+1 32435U 99025DAX 14237.02972637  .00008600  00000-0  98243-3 0  4858
+2 32435 099.4927 324.1668 0164549 223.2367 135.5825 14.77032533378588
+1 32438U 99025DBA 14223.85155366  .00002493  00000-0  97963-3 0  2433
+2 32438 099.4323 089.4815 0041271 045.2009 315.3147 14.29851751368073
+1 32440U 99025DBC 14223.57192799  .00001062  00000-0  12577-2 0  2366
+2 32440 099.1626 347.0494 0375497 133.1699 230.1469 13.43360932346873
+1 32443U 99025DBF 14235.42031593  .00001790  00000-0  10063-2 0  4694
+2 32443 102.1369 091.8029 0091271 066.5471 294.5316 14.10459755371471
+1 32444U 99025DBG 14236.81764069  .00005712  00000-0  31312-2 0  5374
+2 32444 099.0641 225.4267 0105441 137.6061 341.9877 14.09411343361509
+1 32445U 99025DBH 14237.54840133  .00007601  00000-0  18698-2 0  7646
+2 32445 099.3788 140.0648 0060999 188.2573 171.7621 14.51463701359020
+1 32448U 99025DBL 14237.94030275  .00003870  00000-0  15753-2 0  3763
+2 32448 098.9721 281.9490 0031636 098.3669 262.1356 14.27820416356118
+1 32450U 99025DBN 14237.60663058  .00001399  00000-0  10489-2 0  4418
+2 32450 099.0580 170.9872 0106528 153.4956 207.1600 13.93532957367005
+1 32451U 99025DBP 14237.51537063  .00000965  00000-0  10096-2 0  4259
+2 32451 099.9523 340.2897 0219165 338.6406 020.5697 13.67960224357421
+1 32452U 99025DBQ 14229.05715306  .00014625  00000-0  21564-2 0  1536
+2 32452 098.4385 175.9685 0158625 061.3015 300.4527 14.67084813316541
+1 32453U 99025DBR 14237.48503708  .00000836  00000-0  62201-3 0  5069
+2 32453 099.3756 330.5816 0104854 248.8273 169.0577 13.95393004361226
+1 32454U 99025DBS 14217.63185555  .00007392  00000-0  32060-2 0  3501
+2 32454 098.4665 015.4420 0323154 124.1094 239.2276 14.00067323361943
+1 32455U 99025DBT 14237.48644813  .00001542  00000-0  13254-2 0  3554
+2 32455 101.7319 128.0385 0296511 010.7998 349.9469 13.70561909358087
+1 32456U 99025DBU 14222.70160562  .00000430  00000-0  70315-3 0  2497
+2 32456 103.6688 036.1595 0402515 331.3857 026.5787 13.28648916346220
+1 32457U 99025DBV 14233.88281757  .00000657  00000-0  10398-2 0  2191
+2 32457 100.4541 258.3247 0435388 248.9600 106.4479 13.21594441346221
+1 32458U 99025DBW 14237.10350879  .00001416  00000-0  55437-3 0  2742
+2 32458 098.9858 348.0993 0067510 272.9678 086.3779 14.29930770371044
+1 32459U 99025DBX 14236.30467598  .00000579  00000-0  17486-3 0  4788
+2 32459 098.7205 257.2887 0248677 203.0054 216.3637 14.30120766354373
+1 32460U 99025DBY 14228.34342848  .00000672  00000-0  57085-3 0  4081
+2 32460 098.0218 193.6470 0203215 054.1636 307.8212 13.81019870360733
+1 32461U 99025DBZ 14233.22788461  .00000566  00000-0  60992-3 0  5006
+2 32461 098.3304 226.1183 0250505 338.8295 076.6974 13.64171952342033
+1 32464U 99025DCC 14238.31662062  .00002290  00000-0  44718-3 0  1866
+2 32464 097.4097 271.3632 0224993 055.5611 308.1374 14.48835015377218
+1 32466U 99057RA  14237.69889769  .00035094  00000-0  46588-2 0  6373
+2 32466 098.1568 208.6468 0007146 054.9132 305.2748 14.79666428355449
+1 32467U 99057RB  14226.11953806  .00004400  00000-0  11636-2 0  2316
+2 32467 098.2856 188.4760 0009191 127.5997 235.6086 14.49285299374632
+1 32468U 99057RC  14238.13784805  .00007509  00000-0  16569-2 0  7973
+2 32468 098.2409 202.4975 0010979 053.5633 306.7020 14.57573966366193
+1 32473U 07042C   14238.04991094  .00001559  00000-0  42295-3 0  8552
+2 32473 098.3504 317.8116 0115984 181.7719 301.0051 14.45107243354024
+1 32474U 07042D   14237.37878591  .00001936  00000-0  36591-3 0  7228
+2 32474 098.7261 084.6855 0109640 089.2402 033.4993 14.61883501366357
+1 32475U 66040AS  14237.20653755  .00001458  00000-0  27369-2 0  4887
+2 32475 100.5694 340.3526 0057064 333.5193 093.5242 13.40108971347801
+1 32477U 08002B   14236.76995003  .00007573  00000-0  24051-3 0  8163
+2 32477 041.0374 347.7961 0052158 288.0196 202.7841 15.31522950365805
+1 32478U 08003A   14238.32641773  .00000000  00000-0  10000-3 0  8630
+2 32478 000.0237 255.4841 0002613 340.8938 312.0669 01.00265454 24374
+1 32479U 08003B   14237.40804159 -.00000230  00000-0  00000+0 0  8369
+2 32479 005.2081 058.3781 0186198 125.4503 209.9304 01.04004303 24815
+1 32480U 08003C   14238.39199559 -.00000003  00000-0  00000+0 0  2341
+2 32480 045.6357 183.7298 7102678 326.5490 004.0824 02.30079202 55145
+1 32483U 79009D   14237.39304552 -.00000117  00000-0  00000+0 0  6865
+2 32483 007.1705 187.9051 3661953 016.5337 156.7529 01.69438652 39912
+1 32487U 08006A   14238.60531617  .00000000  00000-0  10000-3 0  3252
+2 32487 000.0286 243.1916 0002766 229.0515 079.7382 01.00271847 23947
+1 32488U 08006B   14238.97981109  .00000016  00000-0  15627-2 0  1948
+2 32488 047.8807 114.3579 7046052 161.8101 249.1717 02.21025100 52790
+1 32493U 06006AG  14231.56820502  .00001490  00000-0  17311-2 0  1386
+2 32493 051.6415 338.1383 5023513 276.8170 047.6123 05.39055947144991
+1 32494U 06006AH  14230.85070173  .00008459  00000-0  14244-1 0  9650
+2 32494 051.7283 038.8207 5082112 229.5388 073.7449 05.24743083142674
+1 32495U 06006AJ  14236.26658876  .00143312  40683-5  61454-2 0   475
+2 32495 051.6957 322.2215 2252388 342.4490 017.3346 10.86662393181537
+1 32496U 06006AK  14225.30894606  .00001439  00000-0  19199-2 0  1794
+2 32496 051.7420 043.8355 5070294 218.9456 339.5139 05.30035652131563
+1 32497U 06006AL  14236.19989995  .00001219  00000-0  15257-2 0  5768
+2 32497 051.7417 012.7032 5068509 242.1517 342.4249 05.30933496133447
+1 32499U 06006AN  14237.47102522  .00004261  00000-0  24701-2 0  4218
+2 32499 051.6928 301.4776 5017746 297.9646 082.2813 05.47492619135573
+1 32500U 08007A   14238.36784223  .00000000  00000-0  10000-3 0  1949
+2 32500 000.0697 267.1791 0003817 306.8488 035.8456 01.00264461 23834
+1 32501U 08007B   14230.14504969  .00002994  00000-0  79028-3 0  6398
+2 32501 028.0496 100.2375 7073369 272.7881 336.4013 02.54430072 57650
+1 32705U 77093E   14239.58820539  .00000249  00000-0  00000+0 0  6285
+2 32705 083.9564 350.8556 7682022 289.4674 000.9692 00.25795446  6164
+1 32708U 08011A   14238.21073745  .00000000  00000-0  10000-3 0  4031
+2 32708 017.1444 079.5489 0047736 006.6647 353.5295 01.00272623 24899
+1 32709U 08011B   14237.82815172 -.00000477  00000-0 -88557-2 0  2833
+2 32709 049.1670 060.4113 6434202 359.8776 000.0241 03.07398309 72368
+1 32711U 08012A   14237.92885867 -.00000063  00000-0  10000-3 0  1092
+2 32711 055.7368 322.7861 0078667 201.0674 158.6667 02.00570528 47271
+1 32712U 08012B   14237.67881251  .00091576  00000-0  98850-3 0  9712
+2 32712 039.8885 050.2870 3804695 326.5117 041.0104 07.93417911132806
+1 32729U 08013A   14237.63584646 -.00000142  00000-0  00000+0 0  4312
+2 32729 000.0221 284.0305 0000274 239.5813 299.8915 01.00272280 23680
+1 32730U 08013B   14239.18935550  .00031128  00000-0  16874-2 0  5946
+2 32730 000.1914 184.7795 6999353 332.1760 003.0184 02.67866646 56872
+1 32751U 08014B   14237.47602325  .00058059  00000-0  46573-3 0  9251
+2 32751 098.1414 200.5519 0006539 249.5061 228.2658 15.70824271358588
+1 32763U 08016A   14236.31306565 -.00000185  00000-0  00000+0 0  3315
+2 32763 004.2747 344.4413 0004219 198.9052 169.0123 01.00272443 23280
+1 32765U 08017A   14238.98685821  .00023772  00000-0  61477-3 0  5742
+2 32765 012.9994 130.4928 0170348 036.2101 325.0122 15.24284882347599
+1 32766U 08017B   14239.07237146  .00185589  00000-0  64481-2 0  5288
+2 32766 013.0016 196.0513 0222877 267.9950 089.5139 15.08072304347018
+1 32767U 08018A   14237.50891461 -.00000345  00000-0  10000-3 0  2937
+2 32767 000.0280 288.5438 0002369 243.8208 116.4648 01.00271626 23350
+1 32768U 08018B   14238.10248953 -.00000280  00000-0  00000+0 0  2086
+2 32768 000.0099 139.3650 0002409 058.1861 103.6012 01.00270159 23347
+1 32769U 08018C   14238.52398744  .00001613  00000-0  32513-3 0  5257
+2 32769 001.7024 080.3836 7138768 025.0555 357.2627 02.46798604 54628
+1 32770U 08018D   14235.75760024  .04761432 -36242-5  62943-2 0  8290
+2 32770 001.4113 252.4211 3068488 045.3323 261.9237 09.49438193 75580
+1 32772U 82029F   14234.57369315 -.00000083  00000-0  10000-3 0  8013
+2 32772 073.2803 353.1772 4588122 115.8062 298.0430 01.93734687 54909
+1 32779U 08019A   14239.07441150  .00000000  00000-0  10000-3 0  8552
+2 32779 000.7149 080.7287 0031561 204.8701 156.4856 01.00268362 23245
+1 32781U 08020A   14237.24150378 -.00000015  00000-0  00000+0 0  8982
+2 32781 056.9316 143.4267 0002080 211.1360 281.6688 01.65405261 39117
+1 32782U 08020B   14236.34829315 -.00000023  00000-0  00000+0 0  8638
+2 32782 055.9486 143.4395 0026017 194.4384 294.8754 01.67952765 38816
+1 32783U 08021A   14238.36540977  .00000457  00000-0  69323-4 0   357
+2 32783 097.9327 297.1002 0013901 041.2428 318.9830 14.78689009341549
+1 32784U 08021B   14237.74861229  .00000871  00000-0  10961-3 0   336
+2 32784 097.6912 284.6781 0013638 325.0358 168.4520 14.84436628342217
+1 32785U 08021C   14238.15613134  .00000839  00000-0  10318-3 0   377
+2 32785 097.6927 287.1363 0012437 322.5952 103.3461 14.85467929342419
+1 32786U 08021D   14238.35501970  .00000954  00000-0  12568-3 0  5017
+2 32786 097.6967 280.2495 0012468 350.8619 009.2380 14.82263377341930
+1 32787U 08021E   14237.22505694  .00001388  00000-0  15622-3 0   202
+2 32787 097.6950 288.7699 0012280 316.1637 043.8604 14.88191646342455
+1 32788U 08021F   14238.13655402  .00003250  00000-0  35150-3 0    69
+2 32788 097.6959 290.7284 0011756 311.2451 048.7752 14.88924075342655
+1 32789U 08021G   14237.42754516  .00004000  00000-0  38041-3 0   478
+2 32789 097.7158 297.2213 0010506 295.9830 186.9994 14.93976162342836
+1 32790U 08021H   14237.45941022  .00001052  00000-0  12831-3 0   274
+2 32790 097.6885 285.6677 0013139 325.8840 158.0606 14.85317382342270
+1 32791U 08021J   14238.05257688  .00001664  00000-0  19247-3 0    20
+2 32791 097.6944 288.1905 0013038 317.2761 042.7441 14.86795701342434
+1 32792U 08021K   14237.63489768  .00000479  00000-0  72339-4 0  9901
+2 32792 097.6639 245.3277 0027031 311.5969 048.2926 14.78305296340825
+1 32794U 08022A   14238.71041653  .00000000  00000-0  10000-3 0  1088
+2 32794 000.0436 260.6211 0002689 266.2356 059.7505 01.00269403 22979
+1 32951U 08024A   14237.67904940  .00000000  00000-0  10000-3 0   951
+2 32951 000.0332 074.6952 0011452 000.6641 020.1045 01.00274298 22923
+1 32952U 08024B   14237.49741882 -.00000216  00000-0  00000+0 0  9769
+2 32952 000.9498 347.3076 6527124 176.2110 166.3986 02.14620208 49106
+1 32953U 08025A   14238.25397793  .00000010  00000-0  00000+0 0  2342
+2 32953 082.5110 157.6552 0020207 008.3858 351.7554 12.43050117283967
+1 32954U 08025B   14238.35437912  .00000024  00000-0  10000-3 0  2926
+2 32954 082.5037 158.2417 0021091 016.2834 343.8919 12.42672793283907
+1 32955U 08025C   14238.28619234  .00000010  00000-0  00000+0 0  3064
+2 32955 082.5085 156.6753 0021659 002.9977 357.1230 12.43282090284033
+1 32956U 08025D   14238.35306416  .00000024  00000-0  10000-3 0  3462
+2 32956 082.5079 158.3502 0021192 008.1912 351.9502 12.42982949283972
+1 32957U 08025E   14236.48040152  .00000008  00000-0 -12638-4 0   344
+2 32957 082.4991 063.5672 0199074 357.3106 028.6537 12.77712345291658
+1 32958U 08026A   14249.47258257  .00000070  00000-0  33237-4 0  2973
+2 32958 098.5483 305.5403 0009652 344.5953 015.5575 14.19466320325375
+1 32959U 08026B   14237.15956525  .00000031  00000-0  24030-4 0  8445
+2 32959 098.9716 063.2975 0071638 120.1911 353.2049 14.41383933328493
+1 32974U 78083S   14234.05691025 -.00000516  00000-0  00000+0 0  7106
+2 32974 067.1248 086.3902 5588751 095.2027 013.4876 01.99591393 57535
+1 32977U 79058S   14235.20045579 -.00000785  00000-0  00000+0 0  4405
+2 32977 068.7421 208.3112 6952572 140.3491 346.8255 01.98195052108241
+1 32982U 79077H   14229.12465243 -.00000171  00000-0  00000+0 0  8043
+2 32982 066.6032 248.4718 6071495 051.0330 010.6391 02.09793839130483
+1 32984U 79101K   14237.43033972 -.00000178  00000-0  00000+0 0  5635
+2 32984 009.1786 134.2253 4826091 024.4570 304.4083 01.82643937 42798
+1 32985U 79101L   14238.14286505  .00000000  00000-0  10000-3 0  5512
+2 32985 008.4787 200.6804 4772535 261.8403 043.2947 01.80683827 43076
+1 32986U 79101M   14237.38461824 -.00000182  00000-0  00000+0 0  8225
+2 32986 008.4455 137.2628 4799932 024.9652 201.5756 01.82660608 43826
+1 32987U 79101N   14238.37883122 -.00000146  00000-0  10000-3 0  7364
+2 32987 008.4023 096.6650 4916196 105.3111 312.4083 01.83541579 43931
+1 32988U 79101P   14238.54113187 -.00000023  00000-0  10000-3 0  4339
+2 32988 008.5274 162.1787 4834343 333.2730 008.3804 01.81208356 44522
+1 32989U 79101Q   14234.40947060 -.00000200  00000-0  00000+0 0  5496
+2 32989 008.8511 111.9722 4756093 071.5702 046.8011 01.85710626 44762
+1 32991U 79101S   14235.48886609 -.00000080  00000-0  00000+0 0  3189
+2 32991 007.9007 221.3059 4764147 232.1620 326.2903 01.79939961 45154
+1 32992U 79101T   14231.49689209 -.00000130  00000-0  00000+0 0  3067
+2 32992 012.2785 275.5509 4569429 092.6979 334.8899 01.78232866 45732
+1 32993U 79101U   14236.31150096 -.00000109  00000-0  00000+0 0  9782
+2 32993 007.9195 198.7092 4724241 273.5501 291.6857 01.81575604 50451
+1 32998U 91075P   14234.15013037 -.00000336  00000-0 -21782-2 0  7104
+2 32998 006.2100 108.4739 6630025 242.4621 341.0319 02.87061997121618
+1 32999U 92021T   14237.44934442 -.00000353  00000-0 -17732-1 0  7023
+2 32999 004.1188 022.2388 7031471 101.5687 307.9284 02.24678939 97438
+1 33000U 78012D   14228.98226638 -.00000075  00000-0  00000+0 0  1977
+2 33000 044.1282 344.8063 2094295 209.8233 136.5116 01.00394615 24069
+1 33051U 08028A   14238.10255810  .00000000  00000-0  10000-3 0  8702
+2 33051 000.0160 067.0746 0004363 083.5709 312.7328 01.00267448980082
+1 33053U 08029A   14238.10335531  .00001376  00000-0  67676-4 0  6363
+2 33053 025.5825 138.8215 0013095 307.9374 051.9977 15.08591440342039
+1 33055U 08030A   14239.20054294  .00000000  00000-0  10000-3 0   313
+2 33055 000.0887 013.9879 0004843 156.6666 219.0321 01.00266693 22738
+1 33056U 08030B   14238.31358775  .00000000  00000-0  10000-3 0  2363
+2 33056 000.0542 130.5451 0005542 037.8699 320.9777 01.00272529 22835
+1 33057U 08030C   14237.58587669  .00002315  00000-0  77268-3 0  3527
+2 33057 001.2758 175.4749 7192292 295.6626 194.8314 02.38742766 52662
+1 33058U 08030D   14236.29365469  .00013825  00000-0  36570-2 0  7204
+2 33058 002.1870 006.1517 6478411 289.9168 013.8041 03.34009158 60649
+1 33059U 08022B   14237.41644873 -.00000149  00000-0  00000+0 0  9765
+2 33059 006.2327 063.0812 0516537 314.6145 022.7053 00.95533763 21770
+1 33060U 08031A   14238.01685175  .00000792  00000-0  15781-3 0  8661
+2 33060 048.4427 204.1523 0006344 151.9512 244.5838 14.71586634332176
+1 33061U 08031B   14238.09370278  .00000634  00000-0  13279-3 0  8941
+2 33061 048.4457 205.1138 0005226 142.0590 271.1506 14.71506858332198
+1 33062U 08031C   14238.15284648  .00000622  00000-0  13164-3 0  8731
+2 33062 048.4424 209.1811 0007244 144.4035 306.4326 14.71229085332137
+1 33063U 08031D   14237.10165118  .00000493  00000-0  11202-3 0  8913
+2 33063 048.4415 218.1166 0008814 128.1975 273.1032 14.70801626331923
+1 33064U 08031E   14237.10064458  .00000480  00000-0  10927-3 0  8648
+2 33064 048.4425 213.8209 0006909 140.9444 267.9373 14.71060442331980
+1 33065U 08031F   14236.50079862  .00000584  00000-0  12570-3 0  8558
+2 33065 048.4443 219.9844 0008016 133.5483 020.3687 14.71213257331854
+1 33066U 08031G   14237.07270363  .00000068  00000-0  44482-4 0  8657
+2 33066 048.4425 232.9758 0007232 098.4034 294.2917 14.68849003331728
+1 33105U 08032A   14249.49077876  .00000021  00000-0  10000-3 0   171
+2 33105 066.0431 069.3381 0005098 261.4550 098.6059 12.80930583290635
+1 33106U 08032B   14238.70517182 -.00000021  00000-0  10000-3 0  5999
+2 33106 065.2408 345.8705 1147163 148.8750 218.5267 09.17445120207180
+1 33108U 08033A   14238.03027330  .00000000  00000-0  10000-3 0  3724
+2 33108 002.8273 059.0078 0004519 095.3462 265.1769 01.00256297 22569
+1 33111U 08033D   14237.98649360  .00000000  00000-0  10000-3 0  8684
+2 33111 002.7957 058.9338 0029221 236.3509 123.8452 01.00279661 22563
+1 33113U 08033F   14237.41127711  .00000056  00000-0  19157-3 0  3166
+2 33113 047.7217 357.1959 7113377 251.6052 025.2863 02.40841249 53334
+1 33153U 08034A   14238.53862981  .00000000  00000-0  10000-3 0  1266
+2 33153 000.0074 170.5161 0002685 337.9031 348.6512 01.00266088 22471
+1 33154U 08034B   14237.80291344  .00000128  00000-0  10000-3 0  3099
+2 33154 000.0589 034.2310 0003854 083.5778 171.2105 01.00271897 22513
+1 33155U 08034C   14239.14548318  .00035145  00000-0  81261-2 0  5168
+2 33155 001.8214 143.6042 6903436 051.0643 352.3546 02.76869394 55456
+1 33156U 08034D   14237.80218926  .00001270  00000-0  53717-3 0  3288
+2 33156 001.5693 229.3907 7213026 241.6096 077.8221 02.35512521 51756
+1 33207U 08035A   14237.19510644 -.00000074  00000-0  10000-3 0  4269
+2 33207 000.0449 287.7922 0002716 246.5603 119.2595 01.00272789 22397
+1 33208U 08035B   14237.22102258 -.00000266  00000-0 -15767-2 0  9917
+2 33208 000.6941 033.0813 7139199 106.0453 270.2028 02.26234418 50484
+1 33272U 08037A   14238.17205476  .00000075  00000-0  29384-4 0  4835
+2 33272 098.0301 281.1508 0015294 343.1756 091.5444 14.51428217322183
+1 33274U 08038A   14238.52894589  .00000000  00000-0  10000-3 0  4186
+2 33274 000.0048 301.2145 0002329 194.2195 173.6156 01.00267751 22143
+1 33275U 08038B   14238.15775080  .00000000  00000-0  10000-3 0  3088
+2 33275 000.0312 296.7134 0002673 255.2903 074.2478 01.00271678 22215
+1 33276U 08038C   14238.21062016  .00004561  00000-0  12466-2 0  3201
+2 33276 002.0829 272.2230 7205706 212.9622 066.4269 02.37564324 51064
+1 33277U 08038D   14237.64196515  .00021006  00000-0  50561-2 0  5720
+2 33277 002.4029 078.3889 6517362 227.6949 044.7984 03.28970301 58768
+1 33278U 08039A   14238.31761103  .00000000  00000-0  10000-3 0  8525
+2 33278 002.9971 350.8368 0002739 158.8244 201.4973 01.00267031 22065
+1 33279U 08039B   14238.80105024  .00002370  00000-0  11008-2 0   111
+2 33279 046.1042 069.5379 4895867 245.9128 056.3269 05.69423688124537
+1 33280U 08039C   14237.46113147  .00000321  00000-0  00000+0 0  5193
+2 33280 022.7994 322.2928 5961022 241.7969 092.6281 02.01436496 44261
+1 33312U 08040A   14238.31994596  .00000312  00000-0  48235-4 0  6706
+2 33312 097.8882 325.4043 0013405 080.1326 280.1399 14.79869726323649
+1 33313U 08040B   14238.34498842  .00000314  00000-0  48528-4 0  6340
+2 33313 097.8796 324.0541 0017306 320.9745 039.0237 14.79854055323591
+1 33314U 08040C   14238.33315613  .00000342  00000-0  52078-4 0  6935
+2 33314 097.8849 325.2992 0025516 093.8400 266.5730 14.79864728323638
+1 33315U 08040D   14238.30321215  .00000329  00000-0  50450-4 0  6531
+2 33315 097.8783 323.8053 0013587 034.6523 325.5573 14.79871641323590
+1 33316U 08040E   14238.35672239  .00000330  00000-0  50630-4 0  6310
+2 33316 097.8763 323.5689 0012183 343.9587 016.1249 14.79868027323595
+1 33318U 08040G   14236.76425915  .00001144  00000-0  12969-3 0   389
+2 33318 097.9559 342.6662 0014328 037.0898 323.1305 14.88302718324273
+1 33319U 08040H   14235.95431624 -.00000005  00000-0  16273-4 0  9988
+2 33319 097.9780 354.0752 0495892 326.1092 168.9591 13.74887766300286
+1 33320U 08041A   14238.32046457  .00000575  00000-0  91974-4 0  5934
+2 33320 098.0733 296.4565 0028658 085.9227 274.5261 14.75347281321423
+1 33321U 08041B   14238.35678326  .00000669  00000-0  10535-3 0  6404
+2 33321 098.0757 297.1332 0037431 101.3581 259.1854 14.75320550321411
+1 33323U 08041D   14237.16183222  .00003211  00000-0  40569-3 0   253
+2 33323 097.7818 296.4561 0028700 088.6126 327.2766 14.82269630321580
+1 33331U 08042A   14238.36172098  .00000273  00000-0  60929-4 0  6136
+2 33331 098.1347 312.4043 0008078 244.4581 115.5789 14.64149776318989
+1 33373U 08044A   14236.22772694 -.00000239  00000-0  00000+0 0   490
+2 33373 000.0188 137.0220 0002156 022.4825 172.9019 01.00268872 21703
+1 33374U 08044B   14236.67229748  .00001157  00000-0  41804-3 0  7090
+2 33374 049.4695 283.2344 5448581 189.3943 351.2465 04.84341045104056
+1 33375U 08044C   14236.28132196 -.00000153  00000-0  00000+0 0  8386
+2 33375 012.4645 327.0636 5983611 348.1771 006.4889 02.03672605 44088
+1 33376U 08045A   14237.64457826  .00000000  00000-0  10000-3 0  1567
+2 33376 000.0307 096.8453 0003587 046.5038 325.4977 01.00267689 21670
+1 33377U 08045B   14238.92226175  .00000010  00000-0  10000-3 0  9201
+2 33377 001.1813 015.4640 6419606 206.5919 095.9000 02.12866319 46059
+1 33378U 08046A   14238.24128264  .00000030  00000-0  10000-3 0  6904
+2 33378 064.9969 099.6691 0022444 331.8313 287.9968 02.13104886 46043
+1 33379U 08046B   14238.36463170  .00000030  00000-0  10000-3 0  6771
+2 33379 065.0062 099.7203 0018948 181.6134 032.9892 02.13101535 46059
+1 33380U 08046C   14237.65208968  .00000030  00000-0  10000-3 0  5887
+2 33380 065.0124 099.7719 0022097 322.2766 037.7006 02.13112266 46037
+1 33383U 08046F   14235.65985900  .00000022  00000-0  00000+0 0  8122
+2 33383 065.0039 099.6627 0018130 203.2248 045.5606 02.13269388 46028
+1 33384U 08046G   14238.91856612  .00000039  00000-0  71743-3 0  2973
+2 33384 065.4205 124.2841 5531593 088.2877 331.0689 04.23098880 91459
+1 33385U 08046H   14238.96907640  .00000065  00000-0  19021-2 0  2606
+2 33385 065.2752 120.4341 5480998 096.2417 325.7316 04.21029056 91442
+1 33393U 08048A   14239.04395737  .00001279  00000-0  15522-3 0  4417
+2 33393 009.3456 199.7432 0013016 090.1459 270.0679 14.82373083320212
+1 33395U 88033K   14237.06460712  .00000159  00000-0  30044-3 0  5612
+2 33395 090.3276 238.4724 0188679 133.3168 299.1347 13.27901271283108
+1 33396U 08049A   14238.32823133  .00000095  00000-0  65206-4 0  3843
+2 33396 098.7035 305.0739 0001235 093.8420 355.6616 14.20043439305888
+1 33397U 08049B   14237.48477345  .00000032  00000-0  37023-4 0   237
+2 33397 098.7155 194.4749 0339750 013.1884 089.3433 13.91477977299557
+1 33398U 08049C   14238.09615232  .00000934  00000-0  15605-3 0  9719
+2 33398 098.7756 142.7122 0030201 112.2210 248.2204 14.72298940316462
+1 33401U 08051A   14238.38149506 -.00002588  00000-0  00000+0 0  1073
+2 33401 004.5084 201.0964 6139742 297.5131 359.2591 00.11439614  2517
+1 33406U 08052B   14238.15289723  .00004501  00000-0  71052-3 0  6698
+2 33406 017.7479 282.5171 6204377 087.2777 346.1658 03.75456402 77784
+1 33408U 08053A   14238.39637186  .00000530  00000-0  56974-4 0  4533
+2 33408 097.5649 239.9216 0019530 063.8258 296.4963 14.92359737317709
+1 33409U 08053B   14238.33184356  .00000471  00000-0  49933-4 0  3444
+2 33409 097.5606 241.4120 0018362 043.8350 316.4299 14.93414302317805
+1 33410U 08053C   14238.09646297  .00003142  00000-0  25367-3 0  9017
+2 33410 097.5923 213.1455 0130773 032.8320 328.0940 14.94037470317284
+1 33411U 08053D   14238.08940687  .00012323  00000-0  71674-3 0  2585
+2 33411 097.5119 256.3568 0010626 031.1723 329.0136 15.12156953318850
+1 33412U 08054A   14238.30696625  .00000207  00000-0  32558-4 0  4390
+2 33412 097.8789 061.6868 0001606 079.1415 280.9967 14.82160277315691
+1 33414U 08055A   14238.75331341  .00000000  00000-0  10000-3 0  5268
+2 33414 000.0169 236.2454 0001161 313.1960 338.6171 01.00266118 21390
+1 33415U 08055B   14238.04855708  .00015411  00000-0  16590-2 0  8667
+2 33415 023.8091 168.4435 6833054 191.6955 347.8351 02.88519565 49224
+1 33433U 08056A   14238.31411987  .00000063  00000-0  41661-4 0  4252
+2 33433 098.5403 227.2161 0013272 179.2113 180.9090 14.29395474302850
+1 33434U 08056B   14238.26471915  .00000035  00000-0  30607-4 0  4969
+2 33434 098.5424 226.9111 0013925 175.9867 184.1429 14.29205733302804
+1 33436U 08057A   14238.29210016  .00000000  00000-0  10000-3 0  3525
+2 33436 000.0326 077.9573 0005270 058.6547 322.1887 01.00269602 21302
+1 33437U 08057B   14236.71745787  .00001166  00000-0  35647-3 0   782
+2 33437 049.5798 041.7382 5007498 051.5488 011.8199 05.55844602116458
+1 33438U 08057C   14239.10457735  .00000000  00000-0  10000-3 0  7815
+2 33438 021.0019 049.1227 5833201 206.5486 105.2979 01.99996863 42407
+1 33446U 08061A   14238.30698570  .00000559  00000-0  89179-4 0  3318
+2 33446 097.6814 277.1685 0018259 038.9805 321.2719 14.75388222308683
+1 33447U 08062A   14238.42460699  .00000000  00000-0  10000-3 0  7627
+2 33447 066.0381 176.3712 7031022 254.9451 023.3547 02.00852211 42011
+1 33450U 08062D   14233.58257803 -.00000363  00000-0 -25208-1 0  9466
+2 33450 064.7884 160.7337 6936922 266.7044 284.0091 02.05238142 42846
+1 33453U 08063A   14237.72236311  .00000000  00000-0  10000-3 0  1353
+2 33453 000.0098 050.1849 0002101 120.7552 294.1894 01.00271741 20934
+1 33454U 08063B   14235.95439160  .00000872  00000-0  33374-3 0  2463
+2 33454 049.4711 295.0972 5438275 144.1646 335.9872 04.85377438100053
+1 33455U 08063C   14238.97208164  .00000025  00000-0  10000-3 0  8194
+2 33455 019.5405 006.2659 5608739 163.6381 226.7448 01.97941181 41290
+1 33456U 08064A   14239.10323779  .00900874  00000-0  57682-3 0  3847
+2 33456 097.1491 326.0597 0007360 248.9840 111.1246 16.17486727319814
+1 33458U 06053D   14231.06435165 -.00000128  00000-0  00000+0 0  5760
+2 33458 004.0311 066.7330 0071509 267.5066 091.8636 01.00300628 22099
+1 33459U 08065A   14239.09802899  .00000000  00000-0  10000-3 0  1500
+2 33459 000.0429 350.3626 0003824 148.2652 244.8865 01.00268477 21017
+1 33460U 08065B   14238.77286904  .00000000  00000-0  10000-3 0   755
+2 33460 000.0659 303.9755 0008050 303.3917 053.8971 01.00271215 20856
+1 33461U 08065C   14234.53580310  .00015122  00000-0  46583-2 0  3763
+2 33461 004.1446 353.9860 6778717 313.0942 020.1462 02.92510041 52250
+1 33462U 08065D   14238.08349366  .00000817  00000-0  68934-3 0  1333
+2 33462 003.9745 082.6488 7208791 127.8738 271.4688 02.34948524 48025
+1 33463U 08066A   14237.90251823 -.00000345  00000-0  10000-3 0  5999
+2 33463 002.0604 056.9101 0002051 195.2623 151.1820 01.00266444 20840
+1 33464U 08066B   14235.94121124 -.00000131  00000-0 -11888-3 0   110
+2 33464 025.1018 044.5202 7183230 058.8982 352.3472 02.32037366 47818
+1 33465U 08066C   14238.17205133  .00000000  00000-0  10000-3 0  6824
+2 33465 001.9078 056.9337 0033118 223.7050 136.7211 01.02090839 21158
+1 33466U 08067A   14237.98975905  .00000032  00000-0  00000+0 0  4654
+2 33466 063.9957 218.3985 0005279 255.5772 104.3520 02.13112422 44107
+1 33467U 08067B   14237.36950294  .00000029  00000-0  10000-3 0  4258
+2 33467 063.9829 218.3814 0023042 248.7707 110.9709 02.13097546 44119
+1 33468U 08067C   14236.06610107  .00000030  00000-0  10000-3 0  5210
+2 33468 063.9875 218.4366 0005718 297.4337 062.5009 02.13108536 44076
+1 33471U 08067F   14236.34235395  .00000029  00000-0  00000+0 0  7863
+2 33471 063.9891 218.3237 0005414 324.5112 201.3223 02.13247490 44096
+1 33472U 08067G   14237.57248454  .00000027  00000-0 -25096-4 0  3367
+2 33472 065.3689 254.2362 5582709 098.4375 325.2970 04.23960633 87621
+1 33473U 08067H   14236.17819175  .00000016  00000-0 -95611-4 0  4018
+2 33473 065.2636 249.4400 5580336 106.9628 352.4543 04.23950749 87605
+1 33492U 09002A   14238.36126200 -.00000136  00000-0 -15558-4 0  8573
+2 33492 098.0555 346.7670 0001377 073.7142 286.4221 14.67555009299377
+1 33493U 09002B   14238.34092947  .00002845  00000-0  30213-3 0  2331
+2 33493 098.2526 057.0071 0016772 211.5965 148.4260 14.89795700302626
+1 33494U 09002C   14237.92027943  .00000449  00000-0  82436-4 0  4390
+2 33494 098.1770 357.6727 0003685 023.9511 123.5224 14.70420727299662
+1 33495U 09002D   14237.81496491  .00000279  00000-0  53439-4 0  4311
+2 33495 098.1887 001.7675 0008901 051.5684 070.0106 14.71332493299876
+1 33496U 09002E   14238.05234213  .00000273  00000-0  52908-4 0  4371
+2 33496 098.1782 359.1863 0006564 032.8583 021.9716 14.70864988299783
+1 33497U 09002F   14237.97054361  .00000483  00000-0  90117-4 0  4250
+2 33497 098.1579 352.6674 0001061 217.3989 277.1779 14.69338451299405
+1 33498U 09002G   14237.60886811  .00001305  00000-0  19832-3 0  4353
+2 33498 098.2019 009.4976 0012030 044.1819 018.2031 14.75735377300294
+1 33499U 09002H   14237.97771348  .00000737  00000-0  12138-3 0  4420
+2 33499 098.1988 006.3598 0010147 051.7312 072.1172 14.73502725300128
+1 33500U 09002J   14237.56629933  .00001184  00000-0  14370-3 0  8263
+2 33500 098.2722 052.8232 0051838 214.0615 145.7268 14.84717906302161
+1 33502U 99025DCF 14236.77014027  .00001778  00000-0  12560-2 0    60
+2 33502 098.9866 162.3358 0113819 110.3011 304.0720 13.96093521290397
+1 33503U 81053MZ  14235.72248633  .00002601  00000-0  70579-3 0  9003
+2 33503 082.9661 329.8994 0023014 171.4849 350.2394 14.47161762293498
+1 33504U 09003A   14237.43924579  .00001725  00000-0  10126-3 0  1111
+2 33504 082.4488 171.2335 0021912 054.2852 085.2259 15.10890401306171
+1 33505U 09003B   14237.93707807  .00000451  00000-0  26947-4 0  5332
+2 33505 082.4773 174.3996 0026341 084.1283 276.2947 15.08258407306095
+1 33508U 67048G   14237.97112205  .00011886  00000-0  13414-1 0  2810
+2 33508 089.6354 134.8038 0029705 042.7909 089.5328 13.70255172320112
+1 33509U 68081K   14237.41573866 -.00000013  00000-0  00000+0 0  7240
+2 33509 007.4045 318.4476 0039258 039.5987 320.7652 01.02062713 35716
+1 33511U 68081M   14237.42378935  .00000052  00000-0  10000-3 0  6767
+2 33511 007.8278 321.5262 0140435 310.9005 047.9825 01.00769336 24425
+1 33512U 68081N   14231.72575922 -.00000396  00000-0  00000+0 0  5081
+2 33512 007.5045 320.8119 0176203 295.3612 062.7808 01.00934497 30098
+1 33513U 68081P   14234.09253584 -.00000157  00000-0  10000-3 0  5363
+2 33513 007.3307 319.4657 0089166 298.6049 060.6020 01.01393480 25471
+1 33514U 71024E   14235.29649285  .00000255  00000-0  92647-3 0  1119
+2 33514 088.1682 246.7905 0066236 358.2362 001.8796 12.89751510488578
+1 33520U 81031M   14230.26821161  .00000027  00000-0  00000+0 0  5548
+2 33520 069.4076 327.9759 5692918 107.9176 325.0426 02.00938821 64487
+1 33521U 81049D   14237.74878434  .00000000  00000-0  10000-3 0  8317
+2 33521 023.3012 353.4674 1644960 046.8589 325.6867 00.82264783 23146
+1 33524U 81071Z   14237.41940192  .00000307  00000-0  00000+0 0  7235
+2 33524 069.6602 320.9280 5782912 101.2418 346.6355 01.98287620690182
+1 33533U 88040G   14234.48743486  .00000488  00000-0  47138-2 0  5985
+2 33533 007.6585 265.6681 7145578 327.3576 041.8824 02.30221691 83682
+1 33534U 88040H   14239.11361537 -.00000462  00000-0  00000+0 0  7040
+2 33534 007.2343 238.8961 7175196 020.5802 357.6658 02.29973802 82427
+1 33535U 88040J   14236.33259398  .00000444  00000-0  33837-2 0  5272
+2 33535 007.5765 240.7829 7132563 015.7835 033.5847 02.32971066 71317
+1 33536U 88081L   14237.72071789 -.00000067  00000-0  00000+0 0  8108
+2 33536 005.8740 149.3316 6962396 085.8350 036.5271 02.15451859 81859
+1 33537U 88081M   14232.27052374 -.00000291  00000-0  00000+0 0  6739
+2 33537 007.1484 026.4761 6993278 319.5244 339.3524 02.16770042 70370
+1 33538U 88081N   14235.56486142 -.00000135  00000-0  12283-2 0  5510
+2 33538 006.9388 191.6247 7203050 330.4181 284.6139 02.23333106 73843
+1 33540U 88081Q   14237.38904112 -.00000115  00000-0  00000+0 0  2973
+2 33540 006.3384 157.6427 6939515 063.3239 044.8442 02.15841114 67463
+1 33541U 88109Q   14237.71851553 -.00000048  00000-0  53663-2 0  6540
+2 33541 007.0850 023.0415 7099203 177.6167 126.3226 02.23867458 95661
+1 33542U 88109R   14237.42367145  .00000022  00000-0  25376-2 0  6268
+2 33542 007.5073 341.1896 7123662 257.0642 035.2961 02.24131072 74959
+1 33543U 88109S   14239.18381124  .00000006  00000-0  62913-4 0  7563
+2 33543 006.8122 258.9785 7177793 063.7033 351.2731 02.25410239 98384
+1 33544U 88109T   14237.44241366  .00000698  00000-0  15269-2 0  6267
+2 33544 006.9218 057.3038 7183381 104.6011 324.4548 02.34261694101703
+1 33545U 88109U   14238.25310802 -.00010512  00000-0  00000+0 0  7217
+2 33545 006.8924 061.6051 7166460 097.5956 341.8137 02.35530420102566
+1 33546U 88109V   14235.50099213 -.00000086  00000-0  56804-3 0  5752
+2 33546 007.3442 002.4752 7121464 215.9322 064.2425 02.23301173 79698
+1 33547U 88109W   14237.32993660 -.00000521  00000-0 -53525-2 0  6127
+2 33547 006.5274 155.3826 7082408 269.7053 178.2036 02.36114334121917
+1 33548U 89006AQ  14238.84089903 -.00000270  00000-0  10000-3 0  5467
+2 33548 009.9448 291.2586 6912074 078.7396 345.9796 02.22236422 72288
+1 33549U 89006AR  14237.25804729  .00001636  00000-0  76913-1 0  5057
+2 33549 007.0012 095.0985 7082730 114.5250 054.4784 02.25078840 72543
+1 33551U 89006AT  14214.65050259 -.00000180  00000-0  00000+0 0  6237
+2 33551 009.4445 002.6496 6862189 302.8618 012.1676 02.20864367 72718
+1 33555U 89006AX  14230.81008103 -.00000042  00000-0  29914-2 0  2723
+2 33555 007.8947 101.5790 7090887 096.7185 063.3711 02.23832550 68382
+1 33556U 89006AY  14237.46449326 -.00000099  00000-0  12526-3 0  6557
+2 33556 009.8547 352.7434 7123221 302.4914 014.3425 02.28986886101509
+1 33557U 89006AZ  14232.57016918 -.00000045  00000-0  00000+0 0  4449
+2 33557 009.2526 247.4339 6966641 165.7294 356.2020 02.22990291 82401
+1 33558U 89006BA  14238.61885928 -.00000288  00000-0  10000-3 0  7274
+2 33558 010.1872 283.7186 6933097 090.2357 342.3235 02.22017382 79299
+1 33560U 89006BC  14235.43276345 -.00000233  00000-0  12525-2 0  6251
+2 33560 010.4798 119.3663 7085486 039.9807 232.1790 02.25030835 83633
+1 33561U 89006BD  14231.56898826 -.00000030  00000-0  00000+0 0  4048
+2 33561 008.4874 238.3311 6990348 189.7999 352.7510 02.22225678 78995
+1 33562U 89006BE  14237.37578580 -.00000165  00000-0  00000+0 0  4898
+2 33562 008.0066 160.9796 7068960 339.8771 174.0412 02.23413789 68409
+1 33563U 89006BF  14231.90816904 -.00000235  00000-0  13869-3 0  3255
+2 33563 008.0172 122.0956 7073252 056.9201 006.7512 02.23708550 81938
+1 33567U 89006BK  14237.34546984  .00000916  00000-0  29152-1 0  4987
+2 33567 008.4706 050.4601 7097639 196.2628 027.7533 02.26511054 81464
+1 33568U 89006BL  14231.25895866 -.00000078  00000-0 -12119-3 0  3963
+2 33568 008.1417 259.7268 7190103 138.3295 307.6633 02.28940863 67888
+1 33569U 89006BM  14237.63490571  .00000287  00000-0  80249-2 0  4572
+2 33569 009.3665 030.2814 7106673 230.9824 213.6043 02.27330196 70754
+1 33572U 89006BQ  14237.45986051 -.00000113  00000-0  00000+0 0  1827
+2 33572 007.1803 181.6072 7027791 305.1844 291.5878 02.23334437 68638
+1 33574U 89006BS  14235.62115338 -.00000114  00000-0  10478-2 0  5501
+2 33574 008.5826 349.7885 7133464 318.9650 048.4534 02.27588194 71144
+1 33578U 89006BW  14232.25896780 -.00000240  00000-0 -56677-3 0  5590
+2 33578 008.1916 289.2115 7160773 080.1654 346.8082 02.29231316 65759
+1 33579U 89006BX  14237.37806431 -.00001207  00000-0 -60802-1 0  7109
+2 33579 010.8302 148.9598 7065913 337.2803 159.0870 02.24628164 98118
+1 33580U 89006BY  14235.87242169 -.00000109  00000-0  73556-3 0  3721
+2 33580 009.1529 346.4916 7149890 320.6761 005.0006 02.27412314 75877
+1 33581U 89006BZ  14227.37191053 -.00000114  00000-0  10536-2 0  4852
+2 33581 008.7366 340.4329 7134790 336.3465 007.4116 02.28597889 70990
+1 33582U 89006CA  14237.50879233 -.00000221  00000-0  00000+0 0  6743
+2 33582 008.0638 304.2149 5948409 095.8616 330.5310 02.03325875 57120
+1 33588U 91003R   14235.22336410 -.00000243  00000-0 -34366-3 0  4166
+2 33588 007.2516 233.1326 6838085 138.9557 338.7465 02.66382611 97755
+1 33589U 91003S   14232.51261259  .00000511  00000-0  15892-1 0  3698
+2 33589 007.1180 045.7658 6777214 162.9693 068.0223 02.63620927 78375
+1 33590U 91003T   14237.47342454 -.00000023  00000-0  16198-2 0  6500
+2 33590 007.5797 289.0403 6794116 027.8147 019.4617 02.66501336107015
+1 33591U 09005A   14249.48150926  .00000308  00000-0  16886-3 0  3559
+2 33591 098.9472 194.2917 0013579 251.7449 108.2740 14.11758394287464
+1 33595U 09007A   14238.48653769  .00000000  00000-0  10000-3 0  5751
+2 33595 000.0069 184.1099 0000402 190.0011 124.6926 01.00268641 20316
+1 33596U 09007B   14238.34664485  .00000000  00000-0  10000-3 0  5079
+2 33596 000.8827 080.1463 0004248 235.9705 125.2013 00.99110901 20325
+1 33597U 09007C   14237.37764400  .00000504  00000-0  81489-3 0  5304
+2 33597 044.3926 271.5393 7227866 268.8153 040.2933 02.29595736 46197
+1 33598U 09007D   14237.41149172 -.00000084  00000-0  00000+0 0  9329
+2 33598 004.7172 065.5447 0194750 320.5163 002.2709 00.97630089 20158
+1 33599U 99025DCG 14238.07871682  .00002549  00000-0  36806-3 0  2710
+2 33599 096.6510 345.0714 0340182 022.1231 339.4907 14.44312727359020
+1 33600U 99025DCH 14238.15641836  .00005502  00000-0  76219-3 0  3757
+2 33600 096.2892 206.6415 0358314 114.5312 249.3851 14.42510492351637
+1 33601U 99025DCJ 14235.52201022  .00000904  00000-0  60674-3 0  6678
+2 33601 098.3513 345.0352 0178235 259.3798 098.7171 13.95631085329328
+1 33603U 99025DCL 14237.46343869  .00001251  00000-0  13921-3 0  4409
+2 33603 098.8196 118.4909 0255903 017.5673 104.6841 14.68449120381334
+1 33605U 99025DCN 14234.91082939  .00000500  00000-0  34878-3 0   974
+2 33605 099.0890 279.6589 0061387 096.6147 264.3617 14.02392179343117
+1 33610U 99025DCT 14228.56040454 -.08293446  00000-0  00000+0 0  1306
+2 33610 099.0783 231.4583 0138490 343.1293 016.5966 15.30677308356745
+1 33612U 99025DCV 14237.71587829  .00000598  00000-0  47022-3 0  2795
+2 33612 098.5717 055.6449 0130587 043.7977 317.3733 13.91371720358869
+1 33613U 99025DCW 14236.32257095  .00001497  00000-0  85806-3 0  3793
+2 33613 099.0417 261.9494 0039549 000.9769 056.9802 14.10617177326381
+1 33614U 99025DCX 14238.00753623  .00014442  00000-0  32244-2 0  2621
+2 33614 096.5686 306.2257 0116630 085.7413 035.4371 14.52679533357046
+1 33617U 99025DDA 14236.87167944  .00011767  00000-0  62378-3 0  8267
+2 33617 098.1529 255.2179 0235151 085.4061 034.5990 14.94756947344140
+1 33618U 99025DDB 14239.08188833  .00002436  00000-0  57312-3 0  4142
+2 33618 098.5167 183.9555 0223434 356.9968 003.0352 14.40216439371164
+1 33619U 99025DDC 14236.30008280  .00001297  00000-0  85266-3 0  4954
+2 33619 099.1568 261.4291 0062615 080.3022 339.2026 14.02780753310985
+1 33621U 99025DDE 14238.12950556  .00000381  00000-0  15295-3 0  2968
+2 33621 098.2101 008.9670 0316536 358.7071 001.3553 14.09513704346535
+1 33622U 99025DDF 14236.22860414  .00001619  00000-0  92696-3 0  3462
+2 33622 099.0871 247.7772 0038553 330.8668 029.0351 14.10594909365327
+1 33623U 99025DDG 14223.02718378  .00001131  00000-0  77634-3 0  1707
+2 33623 098.1891 294.8617 0081706 307.6048 051.8736 13.99697435341141
+1 33625U 99025DDJ 14225.13582355  .00000722  00000-0  16836-3 0  3767
+2 33625 098.7216 186.1143 0320143 230.2499 189.5670 14.31325417348978
+1 33628U 99025DDM 14238.90942080  .00006644  00000-0  94233-3 0  4963
+2 33628 098.3860 280.4520 0202981 052.8435 309.1609 14.63813112348494
+1 33629U 99025DDN 14230.21416715  .00005840  00000-0  10167-2 0  4466
+2 33629 098.6340 219.4103 0203414 137.7982 223.9076 14.55786921332618
+1 33630U 99025DDP 14237.94569486  .00000414  00000-0  22419-3 0  2845
+2 33630 098.5655 132.1382 0145268 038.9516 322.1619 14.12144482328472
+1 33632U 99025DDR 14237.59604084  .00005424  00000-0  17767-2 0  5390
+2 33632 099.0507 009.0641 0060895 240.1111 119.4015 14.37810202332880
+1 33633U 99025DDS 14227.48049459  .00000707  00000-0  49552-3 0  5259
+2 33633 099.2331 221.1687 0109561 105.7868 051.6188 13.98816803326031
+1 33635U 99025DDU 14224.81117893  .00274878  00000-0  11070-1 0  3479
+2 33635 099.1123 079.8926 0008874 041.9252 336.8217 15.23585250333395
+1 33636U 99025DDV 14236.88555948  .00000603  00000-0  28898-3 0  3669
+2 33636 098.8535 255.4332 0076464 210.6336 274.3357 14.21213069328354
+1 33637U 99025DDW 14237.29429818  .00000979  00000-0  46500-3 0  3006
+2 33637 098.8902 265.1761 0102751 259.1763 099.7672 14.19091799328291
+1 33638U 99025DDX 14237.85707016  .00000608  00000-0  65135-3 0  2663
+2 33638 098.4295 244.6087 0286986 023.3971 337.9964 13.60484648353485
+1 33639U 99025DDY 14238.84309269  .00001717  00000-0  85569-3 0  3488
+2 33639 098.9608 265.3489 0068959 312.7389 046.8470 14.15729110328781
+1 33640U 99025DDZ 14235.72563904  .00000782  00000-0  27058-3 0  5114
+2 33640 098.8054 339.0089 0107067 123.6842 237.4892 14.35429519331174
+1 33642U 99025DEB 14237.81602501  .00015899  00000-0  20712-2 0  6536
+2 33642 099.3203 091.8752 0243832 192.7796 166.7368 14.62023386345230
+1 33643U 99025DEC 14238.07191094  .00001906  00000-0  27683-3 0  6063
+2 33643 099.0875 175.3467 0181222 159.4348 259.1748 14.66840375360168
+1 33645U 99025DEE 14236.59897803  .00002338  00000-0  64100-3 0  6639
+2 33645 099.5705 016.3613 0407102 320.6242 036.5968 14.09007693331699
+1 33646U 99025DEF 14237.23173760  .00000594  00000-0  48558-3 0  4551
+2 33646 098.5614 029.9323 0128695 079.3148 043.2740 13.89318975351966
+1 33647U 99025DEG 14237.20236469  .00001044  00000-0  88821-3 0  4205
+2 33647 098.2058 219.6154 0282453 188.9336 170.6671 13.72342189333712
+1 33648U 99025DEH 14237.28255335  .00000129  00000-0  96249-4 0  4338
+2 33648 098.9850 253.7004 0069398 330.3421 029.3822 14.10277276347295
+1 33649U 99025DEJ 14238.28287415  .00007085  00000-0  12063-2 0  5074
+2 33649 098.9774 054.9018 0074413 322.9362 036.7469 14.67590598364208
+1 33650U 99025DEK 14230.95199317  .00000399  00000-0  38744-3 0  6511
+2 33650 099.1437 141.0562 0167409 006.6213 353.7098 13.79326665321353
+1 33651U 99025DEL 14236.74375191  .00000249  00000-0  13365-3 0  2119
+2 33651 098.9115 215.0498 0121846 346.0092 013.7623 14.17990229349729
+1 33655U 99025DEQ 14237.54288060  .00001149  00000-0  30614-3 0  5737
+2 33655 098.7840 354.9386 0120176 008.5105 351.8824 14.46375987367218
+1 33656U 99025DER 14234.32257498  .00000464  00000-0  23937-3 0  2615
+2 33656 098.8588 263.7748 0097626 052.2835 308.7062 14.17367173359444
+1 33657U 99025DES 14236.78230181  .00042814  00000-0  20727-2 0  2841
+2 33657 099.1060 227.5971 0094263 038.7110 013.4529 15.14530369352098
+1 33658U 99025DET 14230.48943184  .00001219  00000-0  15205-2 0  3386
+2 33658 099.5698 122.4702 0316396 120.8176 242.4507 13.47325437330799
+1 33660U 99025DEV 14237.69259336  .00000307  00000-0  27396-3 0  4729
+2 33660 098.5513 042.3647 0113429 068.0031 293.3087 13.88341283342344
+1 33661U 99025DEW 14234.99927074  .00000666  00000-0  71620-3 0  4199
+2 33661 098.3769 239.9782 0249552 348.7740 065.7217 13.63840340321931
+1 33663U 99025DEY 14238.07637852  .00002628  00000-0  16300-2 0  5022
+2 33663 098.9778 184.3211 0174254 177.6757 242.9091 13.98758721354655
+1 33664U 99025DEZ 14237.51788215  .00000197  00000-0  14381-3 0  5770
+2 33664 098.8475 149.3470 0168165 048.5659 312.9815 13.99984911329330
+1 33665U 99025DFA 14237.45601399  .00001044  00000-0  32302-3 0  4584
+2 33665 098.8588 117.3259 0526994 270.7536 083.3296 13.85205168353230
+1 33666U 99025DFB 14237.11117039  .00003448  00000-0  90928-3 0  4950
+2 33666 098.8336 347.9980 0102597 036.1477 324.6654 14.46558465360383
+1 33668U 99025DFD 14235.92509821  .00001838  00000-0  27012-3 0  5285
+2 33668 099.0105 124.9533 0210499 175.1985 185.1302 14.63013794351063
+1 33673U 99025DFJ 14228.34402002  .00000328  00000-0  28724-3 0  4814
+2 33673 099.1966 178.8456 0110571 220.0899 293.5040 13.90173608324446
+1 33674U 99025DFK 14237.40620491  .00000568  00000-0  61516-3 0  3828
+2 33674 098.6154 303.8146 0233229 049.8671 008.2060 13.65461749319677
+1 33675U 99025DFL 14236.29548612  .00002258  00000-0  82182-3 0  5348
+2 33675 099.1897 035.0226 0057223 289.4168 070.0836 14.33361391343349
+1 33676U 99025DFM 14237.22434294  .00000431  00000-0  14191-3 0  4832
+2 33676 099.0401 014.8250 0213607 222.6910 260.8720 14.31763482348921
+1 33678U 99025DFP 14236.58526376  .00000993  00000-0  27373-3 0  4687
+2 33678 099.0597 015.5220 0246380 115.1895 247.5054 14.32908633367233
+1 33679U 99025DFQ 14236.44089240  .00005182  00000-0  84047-3 0  6876
+2 33679 099.3823 111.5269 0363362 016.0774 102.9121 14.36137914343114
+1 33680U 99025DFR 14238.06758339  .00007389  00000-0  18289-2 0  5537
+2 33680 099.4338 168.4816 0101056 261.1056 156.0441 14.49254946380703
+1 33681U 99025DFS 14236.41414152  .00000137  00000-0  12820-3 0  3816
+2 33681 099.2263 211.7523 0105870 158.0359 355.7938 13.95367215326505
+1 33682U 99025DFT 14232.57278591  .00001061  00000-0  64790-3 0  5176
+2 33682 099.4029 359.9351 0040420 093.2598 267.3195 14.07942683338010
+1 33683U 99025DFU 14237.94017671  .00004176  00000-0  15331-2 0  5539
+2 33683 098.3764 131.2699 0082233 047.2201 313.5861 14.31356152335163
+1 33684U 99025DFV 14238.08156399  .00002988  00000-0  41945-3 0  5021
+2 33684 099.0216 340.7785 0464982 272.2842 213.8173 14.24436261340226
+1 33686U 99025DFX 14237.15201204  .00005408  00000-0  13635-2 0  4580
+2 33686 098.8724 359.9743 0084575 080.5371 280.5368 14.49393232362934
+1 33687U 99025DFY 14230.42912302  .00003088  00000-0  39746-3 0  3226
+2 33687 099.0397 087.9707 0279338 241.5003 115.8405 14.58311062364548
+1 33688U 99025DFZ 14235.61224750  .00001370  00000-0  72755-3 0  4912
+2 33688 099.3797 010.8880 0083566 093.6394 267.4338 14.13569707328639
+1 33689U 99025DGA 14238.90254890  .00001429  00000-0  58553-3 0  4775
+2 33689 099.5208 136.9190 0062073 082.4664 278.4050 14.26139379333236
+1 33690U 99025DGB 14237.93722488  .00001637  00000-0  74918-3 0  5777
+2 33690 098.8598 274.0960 0052657 245.9541 234.9162 14.22097351348694
+1 33691U 99025DGC 14237.60890805  .00001607  00000-0  11035-2 0  4508
+2 33691 098.9737 167.2305 0090801 052.3346 308.6011 13.98923295324988
+1 33692U 99025DGD 14239.10257956  .00008024  00000-0  26355-2 0  5322
+2 33692 099.1298 003.3626 0034238 243.0568 116.7604 14.38017851332620
+1 33693U 99025DGE 14235.71828878  .00000403  00000-0  47342-3 0  6013
+2 33693 099.4206 149.5362 0240621 230.4127 159.3208 13.62611937319280
+1 33697U 99025DGJ 14237.35335718  .00001005  00000-0  71876-3 0  2930
+2 33697 099.2363 291.6116 0078989 171.8415 188.3745 13.98148259353395
+1 33698U 99025DGK 14232.36942427  .00000466  00000-0  12341-3 0  3223
+2 33698 099.6379 270.6345 0157234 133.4755 293.8304 14.47575609360142
+1 33699U 99025DGL 14239.03755212  .00012438  00000-0  55612-2 0  6210
+2 33699 098.6816 171.7049 0099458 030.6589 330.0829 14.20064933353058
+1 33700U 99025DGM 14235.51283647  .00004834  00000-0  86414-3 0  4955
+2 33700 099.1255 124.1958 0147585 031.5560 329.4466 14.60557843350854
+1 33701U 99025DGN 14236.43507858  .00000729  00000-0  57510-3 0  5169
+2 33701 098.6023 046.9320 0156667 074.4179 351.2199 13.88862035331529
+1 33706U 99025DGT 14238.03693669  .00007526  00000-0  22347-2 0  5417
+2 33706 098.9166 338.7289 0150132 131.0294 230.3983 14.37175184347746
+1 33707U 99025DGU 14238.44030066  .00003555  00000-0  71428-3 0  5311
+2 33707 099.0854 102.2728 0124368 320.0282 039.2304 14.56829179375367
+1 33708U 99025DGV 14237.16268049  .00006087  00000-0  12997-2 0  6380
+2 33708 099.4725 207.8182 0093403 148.7643 211.9148 14.56580977369544
+1 33709U 99025DGW 14238.77207791  .00009516  00000-0  16372-2 0  3788
+2 33709 099.0730 077.2238 0111623 080.2511 281.1768 14.64566364317472
+1 33710U 99025DGX 14236.35117907  .00000514  00000-0  36670-3 0  4426
+2 33710 099.1834 294.4829 0060247 113.7597 246.9902 14.01116859339867
+1 33711U 99025DGY 14236.44224866  .00000378  00000-0  29899-3 0  5840
+2 33711 099.1554 194.9639 0112863 139.7932 349.8923 13.94672183348586
+1 33712U 99025DGZ 14237.36429066  .00021966  00000-0  21465-2 0  4511
+2 33712 099.5344 296.3983 0069778 342.1048 017.7708 14.90563779380665
+1 33713U 99025DHA 14236.88205995  .00005457  00000-0  90508-3 0  6212
+2 33713 099.0722 111.2293 0195429 359.1873 000.8978 14.58808519346344
+1 33715U 99025DHC 14236.36297158  .00040265  00000-0  28249-2 0  3630
+2 33715 098.9680 084.1078 0032448 284.9944 070.7416 15.04615307346640
+1 33716U 99025DHD 14220.51891115  .00000184  00000-0  84785-4 0  3471
+2 33716 098.8632 324.9677 0094534 188.1647 171.8319 14.30110697356653
+1 33717U 99025DHE 14237.16266129  .00032479  00000-0  44199-2 0  2094
+2 33717 098.8856 008.5989 0042051 063.2498 185.9447 14.78043311361358
+1 33718U 99025DHF 14236.59483244  .00001136  00000-0  85371-3 0  4793
+2 33718 099.7172 025.0063 0119033 284.3998 074.3867 13.93476946356703
+1 33719U 99025DHG 14235.19779953  .00000300  00000-0  18632-3 0  5399
+2 33719 098.9928 222.1268 0035912 305.7896 110.4416 14.12432923338823
+1 33720U 99025DHH 14238.40934547  .00000742  00000-0  28373-3 0  3357
+2 33720 098.6716 288.2413 0094792 096.7354 264.4511 14.31128303359081
+1 33721U 99025DHJ 14234.25254895  .00002869  00000-0  56812-3 0  5913
+2 33721 098.8445 028.8432 0147375 244.6733 238.8641 14.56520705373324
+1 33722U 99025DHK 14235.31563850  .00000655  00000-0  32872-3 0  4466
+2 33722 098.9561 264.4506 0177101 165.1083 195.5400 14.12089079337654
+1 33723U 99025DHL 14238.14910298  .00001374  00000-0  10003-2 0  4621
+2 33723 099.2140 213.1001 0122557 142.0068 218.9319 13.94394811337601
+1 33724U 99025DHM 14236.82914500  .00000435  00000-0  25119-3 0  4054
+2 33724 098.9565 250.9539 0030764 093.4107 031.1887 14.14044346363236
+1 33726U 99025DHP 14235.60164477  .00000061  00000-0  50499-4 0  4416
+2 33726 098.6768 140.4780 0204102 282.4942 195.8882 14.08595010338335
+1 33727U 99025DHQ 14238.20220962  .00007969  00000-0  24223-2 0  2223
+2 33727 099.7538 222.3788 0044250 020.1237 339.7981 14.41844641357560
+1 33728U 99025DHR 14236.59265197  .00001436  00000-0  19106-3 0  5561
+2 33728 098.9565 147.4668 0222567 124.6872 355.9850 14.65841119375984
+1 33729U 99025DHS 14225.83418369  .00047529  00000-0  31883-2 0  4419
+2 33729 099.0129 086.0100 0032299 326.0590 033.8566 15.06239156374161
+1 33730U 99025DHT 14238.48734322  .00001612  00000-0  60186-3 0  4126
+2 33730 099.0337 000.6739 0067876 273.5683 085.8221 14.30659594364850
+1 33731U 99025DHU 14228.34180140  .00000506  00000-0  45936-3 0  5212
+2 33731 099.2494 176.2534 0142575 331.2231 181.1162 13.83795309331233
+1 33733U 99025DHW 14214.88442304  .00002268  00000-0  15285-2 0  5165
+2 33733 099.1035 181.9342 0113015 229.8941 187.3312 13.98522135320269
+1 33734U 99025DHX 14226.05128043  .00000990  00000-0  51610-3 0  4958
+2 33734 099.0199 266.3952 0134937 249.5553 109.1087 14.12353715320139
+1 33735U 99025DHY 14238.76222134  .00003197  00000-0  15560-2 0  3668
+2 33735 099.0357 238.9115 0027253 276.3806 083.4738 14.18018682318684
+1 33736U 99025DHZ 14236.83485565  .00004253  00000-0  15656-2 0  5105
+2 33736 099.6935 188.7931 0049667 099.6002 261.0794 14.32528701326665
+1 33737U 99025DJA 14235.82082752  .00000491  00000-0  37464-3 0  8616
+2 33737 098.4310 002.1584 0141045 311.0564 203.6229 13.93304512311072
+1 33738U 99025DJB 14238.12260537  .00000745  00000-0  51431-3 0  6184
+2 33738 099.2310 204.4716 0200854 079.9723 340.3485 13.92948320316851
+1 33739U 99025DJC 14236.55704803  .00005165  00000-0  14966-2 0  6338
+2 33739 098.9834 002.8456 0077520 191.9764 168.2023 14.43146266325291
+1 33740U 99025DJD 14237.26494334  .00000191  00000-0  13215-3 0  4524
+2 33740 099.0182 241.6854 0000545 317.2530 099.9437 14.10665819319299
+1 33745U 99025DJJ 14231.06776391  .00001230  00000-0  76557-3 0  3967
+2 33745 098.9328 171.6893 0068027 003.4516 356.7108 14.05663061308968
+1 33746U 99025DJK 14236.99092488  .00019133  00000-0  36870-2 0  6544
+2 33746 099.0493 041.6120 0045687 155.0380 334.5220 14.62894820332512
+1 33747U 99025DJL 14231.84247924  .00001204  00000-0  84280-3 0  4649
+2 33747 099.2709 229.7282 0114269 124.5296 353.1111 13.97273755321501
+1 33748U 99025DJM 14237.80830281  .00001260  00000-0  63606-3 0  5345
+2 33748 098.9536 247.3243 0044157 267.9098 091.7020 14.17636246327207
+1 33749U 09008A   14237.75520293  .00000055  00000-0  00000+0 0  1804
+2 33749 000.0231 304.7051 0001685 213.2593 270.8104 01.00272154 20319
+1 33750U 09008B   14237.80716440  .00000000  00000-0  10000-3 0  3293
+2 33750 000.0746 286.1583 0004017 273.2879 078.1329 01.00272001 18912
+1 33751U 09008C   14238.81118418  .00004385  00000-0  82011-3 0  5571
+2 33751 002.0486 094.8604 5659356 212.3981 095.2048 04.55996603 63810
+1 33752U 09008D   14236.92347590  .00003238  00000-0  86239-3 0  3656
+2 33752 001.6199 145.0007 7079378 101.9603 071.5538 02.53572520 47760
+1 33753U 09008E   14239.23694056  .00006345  00000-0  17920-2 0  4884
+2 33753 001.9218 344.9839 6474745 062.4993 347.9191 03.34198944 53674
+1 33754U 09008F   14239.08630112 -.00000002  00000-0  00000+0 0  2523
+2 33754 001.7998 151.3865 7222389 085.6420 345.9896 02.33592961 46481
+1 33757U 93036E   14236.47994979  .00000029  00000-0  20431-4 0  9579
+2 33757 074.0365 293.8541 0015721 235.4553 234.3311 14.31833341289059
+1 33758U 93036F   14237.49918161  .00000799  00000-0  28603-3 0  9912
+2 33758 074.0347 284.9701 0024341 281.8949 186.0288 14.35519056289437
+1 33759U 93036G   14236.44425903  .00001757  00000-0  54301-3 0  1049
+2 33759 074.0239 266.8276 0023271 281.8272 184.0767 14.41905643289870
+1 33760U 93036H   14237.49955042  .00000107  00000-0  47833-4 0  9565
+2 33760 074.0316 280.5866 0022230 300.7333 126.3791 14.33813558289554
+1 33761U 93036J   14237.21979104  .00000492  00000-0  18210-3 0  9676
+2 33761 074.0386 283.2992 0027544 296.5279 123.7734 14.34807450289469
+1 33762U 93036K   14236.85015311  .00000006  00000-0  11656-4 0  9430
+2 33762 074.0415 289.0801 0016702 282.7549 195.5797 14.32746185289255
+1 33763U 93036L   14238.18224293  .00005418  00000-0  15592-2 0  1794
+2 33763 073.9448 253.6462 0024157 258.3449 171.8922 14.44830842289895
+1 33764U 93036M   14238.17764328  .00000240  00000-0  95151-4 0  9700
+2 33764 074.0350 284.1779 0024244 176.3274 252.4276 14.33859936289499
+1 33765U 93036N   14236.39130164  .00002023  00000-0  40991-3 0  1566
+2 33765 074.0239 207.0820 0183980 252.3638 230.2620 14.51826221291704
+1 33766U 93036P   14238.12942201  .00000553  00000-0  23144-3 0  9636
+2 33766 074.1926 001.4407 0071316 286.6492 072.6836 14.26968889287850
+1 33768U 93036R   14236.93591499  .00000144  00000-0  15129-3 0  5618
+2 33768 074.0731 017.7329 0378775 009.9434 122.1866 13.55118852273362
+1 33770U 93036T   14237.49411459  .00003643  00000-0  10002-2 0  1639
+2 33770 074.0392 249.0724 0050216 282.9718 199.0565 14.46657211289883
+1 33772U 97051K   14237.00024118  .00008961  00000-0  24207-2 0  7503
+2 33772 086.4299 012.5692 0046100 037.5638 055.1153 14.47095747288703
+1 33773U 97051L   14236.92529537  .00000575  00000-0  18787-3 0  6115
+2 33773 086.4072 356.4368 0011991 053.8976 306.3329 14.36881624289914
+1 33775U 97051N   14237.10139185  .00000852  00000-0  30253-3 0  5731
+2 33775 086.3729 353.3278 0014589 354.4387 126.9426 14.33233925289198
+1 33776U 97051P   14237.45693060  .00000478  00000-0  16835-3 0  5944
+2 33776 086.4104 002.3087 0014104 356.9610 046.9339 14.32732551289210
+1 33777U 97051Q   14237.06420462  .00001240  00000-0  39810-3 0  6112
+2 33777 086.3902 352.2042 0006548 202.6954 157.3956 14.38675388289992
+1 33779U 93036U   14237.58556404  .00002191  00000-0  75141-3 0   438
+2 33779 074.0500 291.9982 0035158 282.5202 193.7392 14.36408028289267
+1 33782U 93036X   14236.28539552  .00000390  00000-0  15037-3 0  9428
+2 33782 074.0360 292.2234 0024379 287.1574 146.3072 14.33388792289020
+1 33784U 93036Z   14236.78580747  .00002175  00000-0  46020-3 0   900
+2 33784 074.2082 203.5290 0064762 210.8884 222.5561 14.58592011293246
+1 33785U 93036AA  14237.76038315  .00001682  00000-0  58138-3 0   421
+2 33785 073.8869 259.4912 0036735 332.0999 147.4401 14.36201348289114
+1 33786U 93036AB  14238.50767348  .00039994  00000-0  28166-2 0  6138
+2 33786 073.9408 019.5595 0060458 153.4660 207.0152 15.03455649297481
+1 33789U 93036AE  14237.73837245  .00000256  00000-0  19588-3 0  6508
+2 33789 074.0657 217.0930 0251290 207.8193 218.1238 13.84306436279306
+1 33790U 93036AF  14237.79989189  .00031201  00000-0  24103-2 0  7829
+2 33790 073.9108 359.3717 0079049 150.4621 329.6889 14.98909886297763
+1 33791U 93036AG  14236.74107942  .00000332  00000-0  13365-3 0  9803
+2 33791 074.1796 337.0634 0034608 250.1637 226.9375 14.31411628288474
+1 33792U 93036AH  14237.21273269  .00000516  00000-0  54227-3 0  5007
+2 33792 073.9011 062.2410 0443598 141.4322 340.7382 13.40986029270482
+1 33793U 93036AJ  14237.52441012  .00000811  00000-0  39004-3 0  9766
+2 33793 073.9891 011.3346 0089145 008.5604 108.1643 14.18342596285766
+1 33795U 93036AL  14236.20224774  .00001247  00000-0  25416-3 0   550
+2 33795 074.0493 153.8502 0086197 229.9983 281.4207 14.59807599293772
+1 33796U 93036AM  14237.74540903  .00006983  00000-0  22443-2 0  5953
+2 33796 074.0445 340.7562 0069335 306.2707 174.2993 14.38162287287691
+1 33797U 93036AN  14236.76497843  .00000601  00000-0  16892-3 0    25
+2 33797 074.0512 219.0822 0077616 271.4568 222.6149 14.46479381291683
+1 33798U 93036AP  14237.15527841  .00000174  00000-0  59267-4 0  2630
+2 33798 074.0300 236.2643 0097548 288.1009 148.4066 14.41363040290953
+1 33799U 93036AQ  14238.16504677  .00001286  00000-0  40503-3 0   551
+2 33799 074.0427 263.4876 0049185 289.9366 130.6629 14.40708585290283
+1 33804U 93036AV  14236.78625490  .00003460  00000-0  62603-3 0  1643
+2 33804 074.0280 145.4053 0073010 227.9488 213.0521 14.65043446293975
+1 33805U 93036AW  14236.39377308  .00000478  00000-0  12470-3 0  9857
+2 33805 074.0351 184.4515 0069039 322.5224 180.9702 14.50969087292702
+1 33806U 93036AX  14236.74876153  .00004011  00000-0  87570-3 0  1693
+2 33806 074.0903 205.0791 0074043 234.8044 195.7532 14.56465608292473
+1 33811U 93036BC  14237.45956134  .00001548  00000-0  32080-3 0   402
+2 33811 073.8530 108.8223 0074021 322.0930 095.0889 14.59491452293952
+1 33812U 93036BD  14238.17979537  .00008628  00000-0  95765-3 0  7485
+2 33812 074.0314 164.4223 0222147 195.5963 288.9596 14.71016159293361
+1 33813U 93036BE  14237.14914965  .00001818  00000-0  30981-3 0  5667
+2 33813 074.0495 120.8919 0108650 188.1451 295.6538 14.65984555294945
+1 33815U 93036BG  14236.68964892  .00002765  00000-0  10493-2 0   573
+2 33815 073.9930 326.5206 0062770 287.5097 190.9898 14.30455561287697
+1 33816U 93036BH  14237.35860402  .00000406  00000-0  32759-3 0  5992
+2 33816 073.8978 224.9031 0279506 293.6380 063.5627 13.77051751277963
+1 33817U 93036BJ  14238.01624603  .00003329  00000-0  66464-3 0   945
+2 33817 074.0768 160.3094 0069179 248.7348 214.4251 14.60821667293955
+1 33818U 93036BK  14236.68177366  .00001028  00000-0  22796-3 0   401
+2 33818 074.1053 183.7450 0079517 225.1408 199.7972 14.56542025293275
+1 33819U 93036BL  14238.12287157  .00000626  00000-0  27931-3 0  4721
+2 33819 074.1844 029.1105 0099165 318.2060 161.3635 14.22137149287031
+1 33821U 93036BN  14237.74635411  .00004260  00000-0  54416-3 0  6448
+2 33821 074.0569 064.0866 0141510 128.1390 358.4703 14.74872757296904
+1 33822U 93036BP  14238.18267378  .00000845  00000-0  52589-3 0  7187
+2 33822 074.0807 152.7045 0187097 117.5648 007.9790 13.98065885281976
+1 33823U 93036BQ  14237.75936778  .00000414  00000-0  28183-3 0  6518
+2 33823 073.8132 125.3101 0224346 239.7907 177.2950 13.91805045280979
+1 33824U 93036BR  14236.69924479  .00003019  00000-0  63834-3 0  1607
+2 33824 074.0290 185.8906 0107128 240.7869 188.9671 14.56215586292642
+1 33825U 93036BS  14237.45288774  .00001162  00000-0  32534-3 0  5192
+2 33825 073.9958 238.5911 0124151 108.8961 011.7021 14.42798818290702
+1 33826U 93036BT  14236.48108285  .00000306  00000-0  13170-3 0   518
+2 33826 074.0665 006.5929 0127220 005.5239 057.8592 14.24389836286810
+1 33828U 93036BV  14238.15861679  .00000399  00000-0  14577-3 0  9680
+2 33828 074.0495 278.7393 0035022 296.8271 117.4494 14.35857740289824
+1 33830U 93036BX  14236.55414471  .00000941  00000-0  22634-3 0   192
+2 33830 074.0453 184.0075 0064646 276.4968 204.1177 14.53543241292787
+1 33831U 93036BY  14238.13588168  .00045313  00000-0  55585-2 0  7395
+2 33831 074.0234 218.1005 0022696 236.0148 249.4891 14.82690658291699
+1 33832U 93036BZ  14236.64756196  .00001025  00000-0  36022-3 0    07
+2 33832 074.0629 296.5763 0041459 291.3103 193.8362 14.35748868289194
+1 33834U 93036CB  14238.17061976  .00003006  00000-0  57416-3 0  5583
+2 33834 074.0790 151.1645 0074972 227.9874 247.3346 14.62604129294246
+1 33835U 93036CC  14238.14362406  .00001074  00000-0  32027-3 0  9996
+2 33835 074.0629 249.9508 0082748 278.4530 146.7952 14.42334597290868
+1 33836U 93036CD  14236.37359758  .00001591  00000-0  41364-3 0   625
+2 33836 074.0097 201.2421 0038797 336.1688 178.3597 14.50061575291953
+1 33837U 93036CE  14236.09082760  .00000362  00000-0  11119-3 0  9686
+2 33837 074.0142 217.3407 0037724 355.8904 123.4897 14.44805225291433
+1 33838U 93036CF  14236.49026832  .00000435  00000-0  14444-3 0  9763
+2 33838 074.0391 251.2331 0032220 310.8087 200.3208 14.40391330290525
+1 33839U 93036CG  14237.22155223  .00000340  00000-0  78273-4 0  9107
+2 33839 074.0441 149.8468 0096849 235.1939 250.1265 14.56764428293929
+1 33841U 93036CJ  14237.50158913  .00000217  00000-0  87022-4 0  9486
+2 33841 074.0383 283.8568 0023409 295.3414 185.9209 14.33941356289510
+1 33842U 93036CK  14238.14188525  .00000316  00000-0  11455-3 0  5055
+2 33842 074.0348 267.6422 0052782 304.5978 109.7374 14.36683641290078
+1 33843U 93036CL  14237.15481118  .00003881  00000-0  81927-3 0  5826
+2 33843 073.9896 259.6876 0238471 316.4086 100.8146 14.43450822289755
+1 33844U 93036CM  14237.40394510  .00000391  00000-0  16802-3 0  9405
+2 33844 074.0711 333.5155 0054780 306.9567 124.1811 14.27235994287998
+1 33845U 93036CN  14237.68841021  .00004650  00000-0  12017-2 0  5973
+2 33845 074.0535 286.4466 0066536 289.6486 204.7155 14.48888149289495
+1 33848U 93036CR  14236.48581146  .00000846  00000-0  34712-3 0  9909
+2 33848 074.0402 334.5035 0058019 314.7397 132.2820 14.27707703287660
+1 33849U 97051S   14237.75716525  .00009787  00000-0  36521-2 0  6902
+2 33849 086.1173 318.0382 0095406 178.7178 303.4142 14.29321487285927
+1 33850U 97051T   14237.80603516  .00000610  00000-0  21131-3 0  5924
+2 33850 086.3501 346.7392 0010667 004.6740 111.1518 14.34023481289062
+1 33853U 97051W   14236.80210829  .00001126  00000-0  73797-3 0  7433
+2 33853 086.0076 335.3352 0241919 140.7933 349.1217 13.87926162279480
+1 33854U 97051X   14237.15848520  .00003458  00000-0  82763-3 0  6362
+2 33854 086.2344 304.5892 0019435 024.9706 034.3072 14.53216675291273
+1 33855U 97051Y   14237.69059809  .00010064  00000-0  41438-2 0  2580
+2 33855 086.3835 040.7418 0161134 331.9390 156.5734 14.20020893282010
+1 33856U 97051Z   14237.77701155  .00011047  00000-0  15005-2 0  7777
+2 33856 086.3288 317.7938 0011357 024.0486 103.0177 14.78705331292709
+1 33858U 97051AB  14237.41431766  .00010956  00000-0  22199-2 0  6991
+2 33858 086.1435 285.1514 0046366 325.9968 160.5984 14.60486242291203
+1 33859U 97051AC  14237.41880706  .00002101  00000-0  73774-3 0  6195
+2 33859 086.3518 353.3014 0042433 036.8797 004.8721 14.34055408288145
+1 33860U 97051AD  14238.07092828  .00001639  00000-0  50546-3 0  5882
+2 33860 086.3990 351.7748 0014706 041.7072 082.9859 14.40818888290373
+1 33862U 97051AF  14237.10382177  .00001713  00000-0  51097-3 0  6163
+2 33862 086.4204 356.0918 0054996 176.2623 238.0799 14.41630309290516
+1 33864U 97051AH  14237.74517859  .00003108  00000-0  93789-3 0  5839
+2 33864 086.2829 326.4838 0011008 257.1133 226.0368 14.42180917290103
+1 33865U 97051AJ  14237.43412237  .00004809  00000-0  12701-2 0  6193
+2 33865 086.3579 344.4760 0048379 015.0441 071.9470 14.48038417290097
+1 33866U 97051AK  14237.45726697  .00003496  00000-0  18134-2 0  5404
+2 33866 086.3071 009.4769 0127806 240.1659 206.3763 14.10458095284399
+1 33867U 97051AL  14238.13792340  .00004401  00000-0  11423-2 0  6399
+2 33867 086.4225 349.0912 0035306 064.6379 021.4337 14.49173210291752
+1 33868U 97051AM  14237.43299824  .00011476  00000-0  20088-2 0  7276
+2 33868 086.3419 325.4312 0009149 134.2607 317.6449 14.67729117292368
+1 33869U 97051AN  14237.81015179  .00009925  00000-0  37916-2 0  5944
+2 33869 086.3696 013.8001 0095804 129.1750 349.1493 14.28120715286463
+1 33870U 97051AP  14237.85645361  .00000923  00000-0  33160-3 0  5826
+2 33870 086.3851 358.1915 0023616 018.7206 101.0822 14.32656197288947
+1 33872U 97051AR  14237.40347436  .00010913  00000-0  19490-2 0  7349
+2 33872 086.3289 322.9028 0013990 006.4923 083.3002 14.66796463292363
+1 33873U 97051AS  14237.77819535  .00002070  00000-0  56012-3 0  6407
+2 33873 086.3738 344.5831 0022178 038.0951 079.0496 14.47190235290748
+1 33874U 97051AT  14237.77737750  .00004491  00000-0  18643-2 0  6053
+2 33874 086.2968 355.9116 0092479 152.8962 327.6666 14.23996499286288
+1 33875U 97051AU  14237.77152807  .00004410  00000-0  94080-3 0  6868
+2 33875 086.4177 340.0888 0038480 353.5946 125.3747 14.58251902292818
+1 33876U 97051AV  14237.49269797  .00005105  00000-0  12071-2 0  6945
+2 33876 086.2123 307.6380 0035036 006.9018 054.1689 14.53603647290495
+1 33878U 97051AX  14237.77136785  .00010997  00000-0  42204-2 0  5910
+2 33878 086.3206 007.3785 0122595 169.8021 291.7687 14.26334927285812
+1 33879U 97051AY  14237.08775282  .00009691  00000-0  22818-2 0  6814
+2 33879 086.3643 339.9617 0014126 080.7545 333.2049 14.54181515290991
+1 33881U 97051BA  14236.89431088  .00004112  00000-0  18552-2 0  5427
+2 33881 086.3838 022.2789 0106138 186.3417 293.2565 14.19005890285543
+1 33882U 97051BB  14238.17790238  .00013077  00000-0  19829-2 0  7921
+2 33882 086.3043 310.6998 0050834 009.2664 049.7154 14.73150594293387
+1 33883U 97051BC  14237.77654005  .00010061  00000-0  17177-2 0  7247
+2 33883 086.1745 286.9835 0047426 336.6348 085.9350 14.68099315292060
+1 33884U 97051BD  14237.80860744  .00000906  00000-0  27178-3 0  6048
+2 33884 086.3865 348.8566 0009344 174.4864 307.2030 14.41721737290360
+1 33886U 97051BF  14237.41582068  .00000299  00000-0  10300-3 0  5950
+2 33886 086.3890 356.7680 0014570 025.7898 038.6292 14.32596410289177
+1 33887U 97051BG  14237.04659125  .00000223  00000-0  72401-4 0  5384
+2 33887 086.3095 335.4210 0007621 051.8348 001.9639 14.34402331289513
+1 33888U 97051BH  14238.12150231  .00004951  00000-0  18045-2 0  6148
+2 33888 086.3281 353.4048 0063693 075.2386 339.3064 14.31808288287700
+1 33889U 93036CS  14238.16393193  .00009536  00000-0  14276-2 0  2162
+2 33889 074.1193 154.8086 0078967 169.6473 313.8767 14.72646213294032
+1 33890U 93036CT  14238.10238560  .00001903  00000-0  49749-3 0  1077
+2 33890 074.0214 211.3517 0053994 280.0062 204.3037 14.49247273291735
+1 33892U 93036CV  14236.80472469  .00000094  00000-0  58134-4 0  9327
+2 33892 073.8104 358.6668 0128047 038.9356 081.5095 14.14403658284826
+1 33893U 93036CW  14237.39406639  .00004694  00000-0  11144-2 0  3848
+2 33893 074.0423 316.0590 0214705 339.8098 133.2553 14.41086295287921
+1 33894U 93036CX  14237.25606632  .00001286  00000-0  14471-2 0  3344
+2 33894 073.7730 189.2384 0605666 330.0614 026.7069 13.12313458264369
+1 33896U 93036CZ  14235.82745118  .00000592  00000-0  31490-3 0  9683
+2 33896 073.7710 016.9202 0151097 155.7490 354.7679 14.10008730284492
+1 33899U 93036DC  14237.47023266  .00000928  00000-0  27319-3 0   119
+2 33899 074.0593 244.4420 0082551 277.7268 202.8305 14.43198130290973
+1 33900U 93036DD  14238.11865344  .00000738  00000-0  20486-3 0    55
+2 33900 074.0233 204.5374 0059058 287.8115 203.6442 14.47377999292082
+1 33901U 93036DE  14236.27024865  .00004156  00000-0  97304-3 0  1294
+2 33901 073.7967 166.3567 0130391 335.5017 188.4132 14.49828351291499
+1 33903U 93036DG  14236.95811688  .00011395  00000-0  26524-2 0  5762
+2 33903 074.0412 297.2684 0047936 269.2226 090.3444 14.54214915289092
+1 33905U 93036DJ  14237.27322946  .00000569  00000-0  24689-3 0  9344
+2 33905 073.8909 309.9047 0067489 311.1651 114.2303 14.25363245287547
+1 33906U 93036DK  14237.05878920  .00001398  00000-0  56012-3 0  9996
+2 33906 074.0438 338.2907 0058756 303.3940 110.5075 14.28316669287691
+1 33907U 93036DL  14238.12672064  .00002126  00000-0  11749-2 0  5743
+2 33907 074.0579 116.2381 0167416 093.2759 024.5998 14.05093031283105
+1 33908U 93036DM  14237.25345728  .00000854  00000-0  54859-3 0  6311
+2 33908 073.8494 167.8088 0274317 214.5323 271.2947 13.87884247279666
+1 33909U 93036DN  14237.44138951  .00010912  00000-0  31920-2 0  6017
+2 33909 074.0784 352.6317 0072004 303.7040 144.7424 14.42535200287495
+1 33910U 93036DP  14237.14666496  .00015844  00000-0  17976-2 0  5974
+2 33910 074.0625 151.6251 0088513 172.4663 187.7870 14.83490127294054
+1 33911U 93036DQ  14237.59653936  .00001607  00000-0  52847-3 0   276
+2 33911 074.1052 290.1383 0028642 268.1973 215.8237 14.38831562289796
+1 33912U 93036DR  14236.58969611  .00000779  00000-0  26943-3 0  9765
+2 33912 074.0403 275.9472 0017623 288.2890 194.1341 14.37334164289727
+1 33913U 93036DS  14236.51780294  .00000544  00000-0  18484-3 0  9667
+2 33913 074.0366 266.7534 0058151 303.8008 212.2460 14.38071441289999
+1 33914U 93036DT  14237.38918367  .00000650  00000-0  55653-3 0  5852
+2 33914 074.0908 309.9055 0317385 286.0239 150.8932 13.68241977276199
+1 33915U 93036DU  14236.72517373  .00000331  00000-0  13600-3 0  9421
+2 33915 074.0482 331.7714 0120034 349.3761 128.7218 14.27025794287802
+1 33916U 93036DV  14237.38823074  .00000233  00000-0  21554-3 0  5685
+2 33916 074.0532 318.0808 0333680 321.7467 108.4320 13.65358298275615
+1 33917U 93036DW  14237.40664834  .00000628  00000-0  55300-3 0  5433
+2 33917 074.1056 353.1464 0358948 335.1024 023.3131 13.61592767274664
+1 33918U 93036DX  14238.10398646  .00005314  00000-0  10829-2 0  6464
+2 33918 074.0702 187.9530 0076305 228.6379 235.2410 14.59398055292949
+1 33919U 93036DY  14237.45089226  .00003261  00000-0  88176-3 0  1200
+2 33919 074.0547 238.8468 0039851 280.0606 199.7777 14.47712256291098
+1 33920U 93036DZ  14236.42625484  .00000942  00000-0  36164-3 0  9773
+2 33920 074.0729 329.2700 0059162 306.7053 052.8670 14.30882883288087
+1 33921U 93036EA  14238.11524325  .00009472  00000-0  21307-2 0  2046
+2 33921 073.9945 217.4940 0015515 279.9346 199.6735 14.56476941291437
+1 33922U 93036EB  14237.73232758  .00000857  00000-0  27445-3 0  4848
+2 33922 074.0503 250.0208 0027796 308.8094 172.6849 14.40864955290712
+1 33924U 93036ED  14237.47996567  .00000208  00000-0  22264-3 0  5100
+2 33924 073.9170 034.8934 0416675 103.5879 314.2958 13.46315205271779
+1 33928U 93036EH  14237.03917427  .00000452  00000-0  14336-3 0  9492
+2 33928 073.9276 214.5651 0066978 326.0727 097.4944 14.41715997290914
+1 33929U 93036EJ  14236.50601481  .00004230  00000-0  11373-2 0  1659
+2 33929 074.0375 252.6931 0002979 233.4768 278.0083 14.48341122290405
+1 33930U 93036EK  14237.35401188  .00001871  00000-0  62606-3 0   975
+2 33930 074.0346 294.9381 0031496 249.5736 209.8259 14.37810276289079
+1 33931U 93036EL  14238.13486537  .00004473  00000-0  84599-3 0  2848
+2 33931 074.0292 257.6885 0264170 293.9329 174.8548 14.44667681290121
+1 33932U 93036EM  14236.70596652  .00000411  00000-0  16385-3 0  9449
+2 33932 074.0374 305.2588 0043162 306.5589 053.1591 14.31213071288623
+1 33933U 93036EN  14237.68585522  .00000411  00000-0  17141-3 0  4527
+2 33933 074.0936 334.8910 0079683 318.9963 157.6801 14.27678853288100
+1 33934U 93036EP  14236.46242267  .00000793  00000-0  24905-3 0  9961
+2 33934 074.0439 250.5051 0023922 313.6907 197.7387 14.41997062290529
+1 33935U 93036EQ  14237.06055268  .00003807  00000-0  91223-3 0  1342
+2 33935 074.0138 199.1051 0053199 277.8009 081.7115 14.53003944292036
+1 33936U 93036ER  14236.45601338  .00000843  00000-0  24803-3 0    87
+2 33936 074.0235 227.1810 0038529 309.7355 209.2622 14.44827516291149
+1 33938U 93036ET  14236.43106659  .00000380  00000-0  13579-3 0  9637
+2 33938 074.0487 272.9858 0021105 300.6136 120.1780 14.37414431289759
+1 33939U 93036EU  14236.59038659  .00001649  00000-0  54546-3 0   773
+2 33939 074.0300 282.2227 0024828 277.9082 200.1481 14.38590272289294
+1 33940U 93036EV  14237.54434918  .00001081  00000-0  35397-3 0  9614
+2 33940 074.0475 265.9181 0020535 290.3866 190.4353 14.39557642290045
+1 33941U 93036EW  14238.00991389  .00012098  00000-0  14852-2 0  4940
+2 33941 074.0055 082.4029 0081341 174.4665 185.7431 14.80767351295836
+1 33942U 93036EX  14238.12756992  .00000170  00000-0  69991-4 0  9627
+2 33942 074.0372 281.6083 0023166 294.6728 130.4266 14.34075763289494
+1 33944U 93036EZ  14236.28216639  .00000308  00000-0  11522-3 0  9442
+2 33944 074.0423 299.1932 0123550 327.9190 094.0162 14.31933956288720
+1 33945U 93036FA  14236.49433486  .00000104  00000-0  47990-4 0  9473
+2 33945 074.0300 291.6416 0024823 295.5489 170.6057 14.32310061288926
+1 33947U 93036FC  14237.90197071  .00047304  00000-0  38438-2 0  5664
+2 33947 073.9412 040.5732 0065849 166.7904 310.4999 14.97649304296515
+1 33948U 93036FD  14236.25691487  .00000163  00000-0  69473-4 0  9292
+2 33948 074.0362 293.5811 0025875 294.9994 126.4001 14.32469655288819
+1 33950U 97051BK  14237.40734458  .00005259  00000-0  14672-2 0  6411
+2 33950 086.3909 353.4989 0017610 311.1267 137.9931 14.46048782289820
+1 33951U 97051BL  14237.46354850  .00013681  00000-0  30458-2 0  7073
+2 33951 086.4456 008.1107 0008587 315.6744 114.1522 14.56831975289948
+1 33952U 97051BM  14236.76260333  .00003349  00000-0  94301-3 0  4927
+2 33952 086.3602 343.7559 0014939 018.5405 110.3465 14.45541702290222
+1 33953U 97051BN  14237.09592763  .00001234  00000-0  42462-3 0  5721
+2 33953 086.3980 359.6683 0024659 027.8879 030.5550 14.35070610289167
+1 33954U 97051BP  14237.34045709  .00003063  00000-0  92092-3 0  6360
+2 33954 086.3901 359.4047 0023927 330.7499 081.2029 14.42227188289070
+1 33955U 97051BQ  14237.11234604  .00007887  00000-0  23637-2 0  7288
+2 33955 086.3745 003.2732 0048027 028.8733 058.2953 14.42033401288191
+1 33956U 97051BR  14237.43008866  .00006337  00000-0  17068-2 0  7373
+2 33956 086.4269 008.6659 0016317 300.2496 148.7411 14.47774372289123
+1 33959U 97051BU  14237.76745988  .00006194  00000-0  25233-2 0  5658
+2 33959 086.3652 010.9332 0094661 135.1813 326.0725 14.24898442286206
+1 33960U 97051BV  14237.77829755  .00001232  00000-0  37252-3 0  5929
+2 33960 086.2786 324.0596 0009532 185.5174 299.0547 14.41621646290247
+1 33961U 97051BW  14237.42930434  .00005262  00000-0  14165-2 0  6823
+2 33961 086.2803 327.9006 0035609 025.6592 064.9801 14.47465189289893
+1 33962U 97051BX  14237.40137513  .00004072  00000-0  11027-2 0  6360
+2 33962 086.3609 344.9061 0006583 307.7560 140.4030 14.47519488290109
+1 33964U 97051BZ  14237.01578088  .00012378  00000-0  24313-2 0  6646
+2 33964 086.3410 331.9216 0026438 126.9294 292.8690 14.62362194291477
+1 33965U 97051CA  14237.78194360  .00004566  00000-0  13616-2 0  6406
+2 33965 086.3769 348.9864 0007600 331.1437 144.7602 14.42877671290028
+1 33966U 97051CB  14237.43654856  .00000927  00000-0  29650-3 0  5693
+2 33966 086.4003 353.1674 0010065 151.9401 297.3029 14.38585738289948
+1 33967U 97051CC  14237.09640105  .00007732  00000-0  21003-2 0  6536
+2 33967 086.3966 352.1704 0027617 356.3703 057.2980 14.47232751290198
+1 33971U 93036FE  14237.50301152  .00000203  00000-0  80967-4 0  4947
+2 33971 074.0261 278.3109 0021493 297.3156 182.2115 14.34643820288864
+1 33972U 93036FF  14238.17039471  .00001000  00000-0  47162-3 0  1610
+2 33972 074.0041 048.3831 0161837 077.8274 043.7154 14.14417938284583
+1 33973U 93036FG  14236.41975466  .00000176  00000-0  60540-4 0  9616
+2 33973 074.0087 226.2412 0049423 312.3006 202.4131 14.42477764290447
+1 33974U 93036FH  14237.66174948  .00027011  00000-0  25514-2 0  4668
+2 33974 073.9639 066.1704 0056130 211.6194 267.8592 14.92411586295419
+1 33975U 93036FJ  14237.74493248  .00000438  00000-0  28845-3 0  6909
+2 33975 073.8023 099.6897 0199337 214.1721 144.6449 13.95615157282029
+1 33976U 93036FK  14238.04137162  .00039099  00000-0  18874-2 0  7988
+2 33976 073.7955 301.6792 0081053 117.9894 313.5004 15.15567853299293
+1 33980U 93036FP  14238.12446385  .00001080  00000-0  32167-3 0    87
+2 33980 074.0277 230.2699 0039334 303.4547 126.6985 14.43896984290892
+1 33981U 93036FQ  14236.84002940  .00004544  00000-0  68032-3 0  1427
+2 33981 073.8403 056.7362 0088750 259.2770 215.2598 14.72331866295504
+1 33982U 93036FR  14238.07210727  .00000579  00000-0  15116-3 0  9897
+2 33982 074.0757 203.3995 0092723 245.3367 235.9937 14.49317907292489
+1 33983U 93036FS  14237.73882093  .00000700  00000-0  22594-3 0  9772
+2 33983 074.0532 251.7187 0026832 307.5840 172.7705 14.40809751290748
+1 33984U 93036FT  14238.11636492  .00001304  00000-0  36510-3 0   119
+2 33984 074.0174 213.2139 0033152 330.5361 127.4909 14.46791930291792
+1 33986U 93036FV  14237.44334860  .00000611  00000-0  23678-3 0  4845
+2 33986 074.0415 306.8173 0051685 310.8395 155.0234 14.31391582288740
+1 33989U 93036FY  14238.05425000  .00004064  00000-0  91869-3 0  5409
+2 33989 074.0258 180.8951 0046394 296.4446 196.7845 14.55894095292837
+1 33990U 93036FZ  14237.49691765  .00000460  00000-0  46928-3 0  4963
+2 33990 073.9305 040.3856 0421473 107.0070 311.2278 13.45765887271665
+1 33991U 93036GA  14238.13650073  .00051142  00000-0  41379-2 0  7862
+2 33991 074.0029 118.3922 0039301 184.3146 296.9331 14.98890807294820
+1 33992U 93036GB  14237.10433887  .00001058  00000-0  28322-3 0   320
+2 33992 074.0305 210.8885 0076088 273.7068 211.4533 14.47845012291806
+1 33993U 93036GC  14237.05343578  .00004502  00000-0  11013-2 0   439
+2 33993 074.0249 213.7734 0038296 285.4347 187.8854 14.52378451291691
+1 33994U 93036GD  14236.44982890  .00000079  00000-0  33919-4 0  9679
+2 33994 074.0430 252.8288 0024652 328.4343 141.5462 14.39198730290468
+1 33995U 93036GE  14237.44916253  .00000911  00000-0  40697-3 0  9519
+2 33995 074.0701 005.9195 0073874 324.1436 146.4793 14.22654568286891
+1 33996U 93036GF  14237.43029539  .00005615  00000-0  18328-2 0  3527
+2 33996 074.1150 358.6629 0088887 286.7730 134.8952 14.36584246287430
+1 33999U 93036GJ  14237.11953756  .00001740  00000-0  45395-3 0   574
+2 33999 073.9418 196.1280 0081918 297.8083 164.6845 14.48302974291635
+1 34000U 93036GK  14236.77041981  .00003683  00000-0  99639-3 0   980
+2 34000 074.0462 242.1761 0031626 284.6271 127.3629 14.47813465290872
+1 34001U 93036GL  14237.50583458  .00000144  00000-0  60961-4 0  9360
+2 34001 074.0394 283.4644 0022615 295.9514 181.9633 14.33885178289490
+1 34003U 93036GN  14237.32226808  .00000681  00000-0  54885-3 0  6040
+2 34003 074.0826 297.5941 0312890 285.6998 194.5459 13.71921461276597
+1 34004U 93036GP  14236.41534250  .00000890  00000-0  35178-3 0  9851
+2 34004 074.0426 324.0980 0044491 272.3284 215.7494 14.29959680288016
+1 34005U 93036GQ  14237.16147045  .00000101  00000-0  42071-4 0  5051
+2 34005 074.0450 259.8741 0022163 320.0755 101.6680 14.37964526290264
+1 34006U 93036GR  14237.60603779  .00001970  00000-0  66804-3 0   286
+2 34006 074.0736 298.7669 0031777 266.6030 210.6065 14.37089644289215
+1 34007U 93036GS  14236.38250833  .00000999  00000-0  27414-3 0  9856
+2 34007 074.0258 214.0456 0064246 285.8383 227.1699 14.47214307291565
+1 34008U 93036GT  14237.61323135  .00000118  00000-0  54319-4 0  9409
+2 34008 074.0345 296.7423 0024607 215.2222 264.3004 14.31192226288983
+1 34009U 93036GU  14236.67891774  .00000106  00000-0  49988-4 0  9441
+2 34009 074.0379 301.3600 0029884 293.6924 191.9404 14.30890965288772
+1 34010U 93036GV  14238.09759524  .00003112  00000-0  86717-3 0   965
+2 34010 074.0272 229.6834 0032955 296.5229 176.0177 14.46442761291218
+1 34011U 93036GW  14237.42227013  .00000794  00000-0  31902-3 0  4621
+2 34011 074.0224 317.3167 0048116 304.6248 154.6647 14.29198204288185
+1 34012U 93036GX  14237.70901744  .00006850  00000-0  22533-2 0  4610
+2 34012 074.0396 341.7872 0071467 311.2809 119.1022 14.36936094287527
+1 34013U 93036GY  14237.09823388  .00006414  00000-0  14994-2 0  1895
+2 34013 074.0276 225.7348 0049201 270.7118 203.0931 14.54105411291288
+1 34014U 93036GZ  14236.31751980  .00001164  00000-0  29986-3 0   397
+2 34014 074.0269 198.8807 0057095 284.9979 193.5960 14.50286908292073
+1 34015U 93036HA  14236.58949221  .00000951  00000-0  32730-3 0   297
+2 34015 074.0340 282.3237 0035199 304.3928 171.8445 14.36999794289398
+1 34017U 93036HC  14237.38859720  .00008573  00000-0  22001-2 0  5272
+2 34017 074.0281 292.2349 0044710 272.1132 219.2060 14.49785298289112
+1 34018U 93036HD  14237.41548480  .00000240  00000-0  20213-3 0  5654
+2 34018 073.8796 218.3071 0275391 291.1483 193.9919 13.77366932277986
+1 34019U 93036HE  14236.78338796  .00000488  00000-0  22409-3 0  9456
+2 34019 073.9633 344.3324 0071676 349.5547 134.0230 14.22576446286760
+1 34020U 93036HF  14236.36740601  .00004886  00000-0  10783-2 0  1745
+2 34020 074.0426 198.3575 0048264 266.1928 211.0781 14.56880846292249
+1 34021U 93036HG  14236.46511931  .00000454  00000-0  14744-3 0  9588
+2 34021 074.0416 245.8383 0024352 328.0481 184.3626 14.41499701290651
+1 34022U 93036HH  14237.50111088  .00000227  00000-0  88672-4 0  4927
+2 34022 074.0551 281.5385 0025315 296.7915 172.4725 14.34944762289632
+1 34023U 93036HJ  14236.60494159  .00000227  00000-0  89288-4 0  9436
+2 34023 074.0283 280.7733 0021815 297.0103 185.2687 14.34729288289393
+1 34024U 93036HK  14236.40408244  .00000166  00000-0  70938-4 0  9417
+2 34024 074.0473 296.5609 0023724 285.5707 203.0504 14.32279297288973
+1 34026U 93036HM  14236.68472245  .00000136  00000-0  13926-3 0  4832
+2 34026 073.7690 307.9998 0365554 083.1005 039.1433 13.58207331274008
+1 34028U 93036HP  14238.18239828  .00000492  00000-0  59459-3 0  4363
+2 34028 073.8857 175.5565 0556321 281.8916 186.0699 13.17840750266232
+1 34029U 93036HQ  14237.95314335  .00008359  00000-0  11084-2 0  6201
+2 34029 073.9530 065.1426 0106719 182.3886 177.6794 14.76033712296159
+1 34030U 93036HR  14237.81773499  .00010745  00000-0  58886-3 0  7089
+2 34030 073.9719 280.4587 0158973 024.3616 094.8458 15.03996003300802
+1 34031U 93036HS  14237.51424285  .00001268  00000-0  41906-3 0  9765
+2 34031 074.0201 266.1284 0035659 300.8236 181.5284 14.38676048289865
+1 34032U 93036HT  14236.27192230  .00001649  00000-0  54909-3 0   626
+2 34032 074.0377 300.6961 0062329 307.5645 113.8214 14.37329048288682
+1 34033U 93036HU  14237.07056870  .00003691  00000-0  12912-2 0  4827
+2 34033 074.0136 313.9038 0071395 232.5421 197.8665 14.34087055288138
+1 34035U 93036HW  14238.07088855  .00001308  00000-0  51939-3 0  2608
+2 34035 074.0762 338.4168 0064268 309.7282 112.8643 14.28649049287822
+1 34036U 93036HX  14236.64588285  .00001203  00000-0  42027-3 0   141
+2 34036 074.0490 304.6691 0053505 302.1606 182.6990 14.35546440288668
+1 34037U 93036HY  14236.74984152  .00000483  00000-0  20681-3 0  4545
+2 34037 074.0564 336.9208 0062206 320.8878 164.3313 14.26567962287622
+1 34038U 93036HZ  14237.35897877  .00003224  00000-0  97910-3 0  4906
+2 34038 074.0699 285.2489 0039954 275.6626 186.8366 14.42097044289559
+1 34040U 93036JB  14237.76132986  .00000397  00000-0  36225-3 0  5087
+2 34040 073.9608 337.8834 0368053 027.1392 086.0678 13.59447738274190
+1 34041U 93036JC  14238.14500293  .00028978  00000-0  12683-2 0  7753
+2 34041 073.9329 283.6873 0087645 064.2271 001.2374 15.18441468300323
+1 34042U 93036JD  14237.42792376  .00014952  00000-0  14764-2 0  6869
+2 34042 073.8792 001.2741 0106348 169.6602 190.6802 14.87762694297332
+1 34045U 93036JG  14236.49028361  .00000054  00000-0  29308-4 0  9520
+2 34045 074.0388 291.4271 0028278 301.3254 167.8773 14.32494075288993
+1 34046U 93036JH  14237.99633253  .00000614  00000-0  24909-3 0  4437
+2 34046 074.0451 340.3194 0107256 350.1524 125.5121 14.26658961287614
+1 34050U 93036JM  14237.59179576  .00000487  00000-0  33669-3 0  6186
+2 34050 074.0930 195.9916 0231035 171.9526 308.9254 13.89428152280387
+1 34051U 93036JN  14236.16746841  .00002765  00000-0  52947-3 0  1056
+2 34051 073.9925 140.5951 0067529 262.8833 248.2308 14.62879377293753
+1 34053U 93036JQ  14237.77185707  .00000577  00000-0  57460-3 0  4129
+2 34053 073.8481 025.8196 0431225 140.5785 331.0767 13.45389497271578
+1 34054U 93036JR  14237.19719306  .00003554  00000-0  92951-3 0  1088
+2 34054 074.0429 225.0432 0039749 284.7963 176.6267 14.49273006291321
+1 34055U 93036JS  14236.53800006  .00002824  00000-0  68691-3 0  1694
+2 34055 074.1143 250.6397 0107775 248.1597 233.9617 14.49797983290973
+1 34056U 93036JT  14237.81039512  .00001682  00000-0  96087-3 0  5698
+2 34056 074.0691 117.6417 0158924 080.7525 353.4746 14.04157076282919
+1 34057U 93036JU  14236.47281721  .00002994  00000-0  83968-3 0  1182
+2 34057 074.0251 250.3233 0037357 292.0239 220.3820 14.46051409290305
+1 34058U 93036JV  14237.49808453  .00000060  00000-0  74765-4 0  5039
+2 34058 073.9367 003.0638 0387395 058.6595 020.1104 13.52736857272983
+1 34059U 93036JW  14236.45614779  .00000682  00000-0  23536-3 0  9832
+2 34059 074.0443 275.9087 0025316 293.6430 177.5637 14.37553226289527
+1 34060U 93036JX  14238.83047317  .00109735  00000-0  53076-2 0  3784
+2 34060 074.0147 091.3340 0044152 150.3265 210.0963 15.17636246295644
+1 34061U 93036JY  14236.48475631  .00000245  00000-0  95611-4 0  9402
+2 34061 074.0413 284.4027 0023721 296.6446 173.3221 14.34578567289215
+1 34062U 93036JZ  14237.50053832  .00001654  00000-0  49751-3 0  4977
+2 34062 074.0438 290.1801 0152971 316.9406 160.0948 14.36897960289064
+1 34064U 93036KB  14237.99065079  .00000437  00000-0  16710-3 0  9420
+2 34064 074.0352 290.3043 0027098 285.7617 142.6916 14.33467261289109
+1 34065U 93036KC  14236.58282097  .00000155  00000-0  63423-4 0  9438
+2 34065 074.0359 276.9473 0018505 304.2627 175.4436 14.35089827289465
+1 34066U 93036KD  14236.83013755  .00006819  00000-0  16781-2 0  5252
+2 34066 074.0040 011.5637 0303338 065.7398 051.4355 14.28103238285513
+1 34069U 93036KG  14236.60575328  .00004487  00000-0  97114-3 0  1580
+2 34069 074.0213 181.4162 0049624 274.0900 135.9857 14.57771439292426
+1 34070U 93036KH  14236.96687267  .00001405  00000-0  47221-3 0   431
+2 34070 074.0142 280.5406 0045547 303.7439 126.9183 14.37523193289268
+1 34071U 97051CE  14237.38086938  .00000897  00000-0  29535-3 0  6111
+2 34071 086.3542 344.6433 0008309 042.5335 317.6505 14.37124745289615
+1 34073U 97051CG  14238.13584889  .00024476  00000-0  43453-2 0  7760
+2 34073 086.3906 347.8321 0016126 234.3915 210.4018 14.67006672290558
+1 34075U 97051CJ  14237.75926272  .00014501  00000-0  32301-2 0  7325
+2 34075 086.4586 014.3370 0042388 355.9488 112.8927 14.56264551289528
+1 34076U 97051CK  14237.98256694  .00004404  00000-0  85523-3 0  7275
+2 34076 086.3407 323.0779 0049804 343.9865 066.6899 14.62193237291996
+1 34077U 97051CL  14237.79619558  .00001607  00000-0  55689-3 0  5952
+2 34077 086.4007 001.3144 0018630 351.8997 125.1732 14.34996624288299
+1 34079U 97051CN  14236.85644221  .00001650  00000-0  48341-3 0  5950
+2 34079 086.3969 350.3679 0011910 137.5196 347.0471 14.43342770290522
+1 34081U 97051CQ  14238.00599546  .00011039  00000-0  20211-2 0  7196
+2 34081 086.3172 320.0944 0055813 071.1256 343.6946 14.64720634292455
+1 34082U 97051CR  14237.49790914  .00006439  00000-0  24126-2 0  7547
+2 34082 086.3817 037.3594 0194495 307.3558 108.7361 14.21685371283801
+1 34086U 97051CV  14238.12812309  .00003008  00000-0  10508-2 0  3897
+2 34086 086.3937 004.1628 0033779 014.6160 040.3749 14.34643567288432
+1 34088U 97051CX  14237.09529104  .00002607  00000-0  83338-3 0  6341
+2 34088 086.4091 358.6577 0010829 009.5140 043.6291 14.39300955289545
+1 34090U 97051CZ  14237.05843333  .00005962  00000-0  12152-2 0  6941
+2 34090 086.4268 347.3086 0027777 061.3529 299.0470 14.60614275292043
+1 34091U 97051DA  14237.44179063  .00003871  00000-0  16014-2 0  5674
+2 34091 086.3725 012.0403 0086778 142.1894 285.2471 14.24410117286487
+1 34093U 97051DC  14237.42451589  .00007706  00000-0  13385-2 0  6388
+2 34093 086.3078 310.6433 0030567 313.6956 169.2554 14.67765853293218
+1 34095U 97051DE  14237.11052336  .00005991  00000-0  18544-2 0  6783
+2 34095 086.3857 001.8090 0061001 035.8122 017.4486 14.40026678288520
+1 34097U 97051DG  14237.08978880  .00000445  00000-0  20449-3 0  4877
+2 34097 086.2109 341.7192 0104115 204.7208 209.3762 14.16171357285373
+1 34098U 97051DH  14238.13233840  .00006020  00000-0  13694-2 0  7089
+2 34098 086.1428 285.7825 0023779 002.0826 090.7560 14.55637204291363
+1 34099U 97051DJ  14237.77876957  .00005943  00000-0  16897-2 0  6261
+2 34099 086.3748 350.6543 0015742 310.7708 173.7512 14.45169594289704
+1 34100U 97051DK  14237.73173700  .00013190  00000-0  26165-2 0  7157
+2 34100 086.2078 314.0246 0029565 359.7971 122.1295 14.61859726289784
+1 34101U 97051DL  14237.68674942  .00008370  00000-0  35240-2 0  5006
+2 34101 086.3860 030.2683 0135624 242.9839 247.0673 14.20813449284438
+1 34102U 97051DM  14238.14032125  .00005817  00000-0  27810-2 0  5423
+2 34102 086.3847 034.1183 0126475 262.3051 148.8150 14.14888034283777
+1 34103U 97051DN  14237.81235285  .00004177  00000-0  12583-2 0  6676
+2 34103 086.3569 348.8855 0017365 267.6886 216.2381 14.42294343289329
+1 34104U 97051DP  14237.41393649  .00003459  00000-0  83288-3 0  6631
+2 34104 086.3512 334.6776 0008900 129.9185 318.1620 14.53030522291106
+1 34105U 97051DQ  14237.76864622  .00011917  00000-0  27352-2 0  6877
+2 34105 086.3620 344.9522 0020483 218.1464 261.5497 14.55308704290149
+1 34106U 97051DR  14237.39870258  .00002970  00000-0  85587-3 0  5951
+2 34106 086.3705 343.6660 0021721 146.5947 302.3005 14.44308633290338
+1 34107U 97051DS  14238.10604319  .00001116  00000-0  31275-3 0  6086
+2 34107 086.3913 348.6813 0019272 192.3548 286.5072 14.45152274290380
+1 34111U 09009A   14238.36774698 -.00000266  00000-0  10000-3 0  1425
+2 34111 000.0243 134.0763 0001877 004.8334 290.4525 01.00272339 20174
+1 34112U 09009B   14239.09290208  .00000009  00000-0  10000-3 0  1139
+2 34112 034.8440 293.5490 6908686 018.5387 357.6706 02.20446938 44272
+1 34114U 93036KK  14236.82047990  .00001361  00000-0  57950-3 0  4174
+2 34114 074.0726 009.2671 0077967 326.8281 156.5584 14.24511840286822
+1 34115U 93036KL  14237.29186622  .00001865  00000-0  46546-3 0  5059
+2 34115 074.0210 190.5109 0048675 313.1494 167.1692 14.51621557292507
+1 34116U 93036KM  14237.79575410  .00000850  00000-0  28961-3 0  4864
+2 34116 074.0464 271.9868 0018440 290.1993 189.7151 14.37899345290032
+1 34117U 93036KN  14236.34880748  .00000452  00000-0  18283-3 0  9452
+2 34117 074.0448 320.3659 0068434 325.5065 102.9589 14.29462642290267
+1 34118U 93036KP  14237.06795241  .00001775  00000-0  43910-3 0   967
+2 34118 073.9720 214.8127 0137036 288.4901 162.8306 14.47274607290249
+1 34119U 93036KQ  14237.60520367  .00003398  00000-0  11037-2 0   836
+2 34119 074.0535 299.9816 0039205 274.8411 207.5738 14.38796340288098
+1 34120U 93036KR  14237.78743686  .00000345  00000-0  23433-3 0  6938
+2 34120 073.9944 139.3976 0188516 145.8495 271.5958 13.95356248283827
+1 34121U 93036KS  14237.72163551  .00000881  00000-0  66394-3 0  6185
+2 34121 073.9998 235.9559 0268228 246.0777 229.0856 13.80106111280450
+1 34122U 93036KT  14236.47434330  .00000933  00000-0  28078-3 0  9754
+2 34122 074.0459 267.7526 0118497 119.2481 003.9330 14.39967714289934
+1 34123U 93036KU  14236.50897402  .00003094  00000-0  93087-3 0   475
+2 34123 074.0323 271.3939 0022151 269.5824 213.4010 14.42894452289749
+1 34124U 93036KV  14236.50194664  .00003324  00000-0  94998-3 0  9383
+2 34124 074.0327 263.8894 0027471 276.8098 204.6356 14.45289935289904
+1 34126U 93036KX  14237.55561023  .00003318  00000-0  65506-3 0  4828
+2 34126 074.0090 143.5714 0069726 274.7206 149.8976 14.61318524293903
+1 34127U 93036KY  14237.76383286  .00001796  00000-0  95202-3 0  3727
+2 34127 074.1702 111.9432 0138055 006.4862 066.5362 14.09569837283866
+1 34128U 93036KZ  14238.13051780  .00003479  00000-0  93638-3 0  4802
+2 34128 074.0189 226.4358 0081756 280.9419 198.0398 14.46403605290944
+1 34129U 93036LA  14238.09858669  .00001843  00000-0  50176-3 0  4947
+2 34129 074.0499 224.6075 0056667 276.6200 195.7437 14.47250965291161
+1 34130U 93036LB  14237.36114766  .00005143  00000-0  12474-2 0  5262
+2 34130 074.0360 211.0401 0032663 288.9116 182.7095 14.52860311291844
+1 34131U 93036LC  14236.50097964  .00003255  00000-0  88493-3 0   833
+2 34131 074.1247 273.7167 0010444 247.8100 228.5709 14.47877446290272
+1 34134U 93036LF  14238.03214831  .00014677  00000-0  17596-2 0  6572
+2 34134 073.9482 079.2566 0059332 218.3619 264.8243 14.82809551295296
+1 34136U 93036LH  14237.76096123  .00000931  00000-0  16919-3 0  5391
+2 34136 074.0236 111.2325 0116327 199.3165 226.2787 14.63460575294640
+1 34139U 93036LL  14237.03631796  .00001291  00000-0  47711-3 0  4679
+2 34139 074.0401 313.8533 0067254 318.6406 105.1890 14.32160270287733
+1 34141U 93036LN  14237.41740066  .00001170  00000-0  50332-3 0  4450
+2 34141 074.0216 355.6381 0076615 338.5403 085.7967 14.24202818286502
+1 34142U 93036LP  14237.81829332  .00004266  00000-0  89679-3 0  1170
+2 34142 073.9980 159.8725 0058195 271.6732 146.2116 14.58834951292951
+1 34143U 97051DW  14237.10556865  .00005855  00000-0  16093-2 0  5923
+2 34143 086.4019 355.0875 0014038 343.9603 137.0846 14.46809935289380
+1 34145U 97051DY  14237.77414721  .00001191  00000-0  48549-3 0  3460
+2 34145 086.2238 331.6034 0070094 123.5639 006.9104 14.25257110286562
+1 34146U 97051DZ  14238.11834744  .00000772  00000-0  27206-3 0  5082
+2 34146 086.2948 336.6846 0039437 051.9336 024.0920 14.33108497288203
+1 34147U 97051EA  14237.45375243  .00013010  00000-0  38140-2 0  6104
+2 34147 086.4540 026.9193 0077876 092.8167 324.8105 14.42020519287813
+1 34148U 97051EB  14237.11392981  .00008451  00000-0  19209-2 0  6575
+2 34148 086.4131 355.2347 0014773 087.0534 323.9961 14.55814847290497
+1 34150U 97051ED  14237.45479641  .00010059  00000-0  32910-2 0  4539
+2 34150 086.4858 034.0433 0070126 106.4750 306.6897 14.37000972287807
+1 34153U 97051EG  14239.05206847  .00179275  00000-0  66729-2 0  8430
+2 34153 086.2731 291.9841 0022269 228.6733 131.3111 15.27282456295482
+1 34155U 97051EJ  14237.44235058  .00006771  00000-0  20498-2 0  5978
+2 34155 086.4776 021.8068 0046288 032.3657 024.0440 14.41580440288594
+1 34156U 97051EK  14238.11539707  .00011043  00000-0  23552-2 0  6818
+2 34156 086.3183 336.1077 0022929 262.3382 172.6124 14.58666909289586
+1 34157U 97051EL  14237.79929133  .00021494  00000-0  41256-2 0  6719
+2 34157 086.3777 344.9927 0017489 339.1413 145.5686 14.63508706290760
+1 34159U 97051EN  14237.41109118  .00000539  00000-0  19522-3 0  5137
+2 34159 086.3583 352.3252 0032735 054.4102 347.3717 14.31313327288272
+1 34160U 97051EP  14237.44084404  .00001889  00000-0  57614-3 0  6158
+2 34160 086.4148 009.2205 0039464 012.7182 053.2023 14.41051026287985
+1 34169U 65108DC  14235.58635345  .00000236  00000-0  19540-3 0  3309
+2 34169 028.4571 337.1786 6931409 063.9881 008.1203 02.68828886109745
+1 34173U 65108DG  14230.33608067 -.00000199  00000-0 -62744-2 0  2507
+2 34173 027.3422 296.7749 6702640 116.6657 351.5193 02.68234956 91160
+1 34175U 87011F   14226.31142960  .00000306  00000-0  14903-3 0  2934
+2 34175 065.0133 115.5015 0021576 055.8978 300.8616 14.32545316304578
+1 34176U 87011G   14236.94857729  .00000223  00000-0  11826-3 0  4549
+2 34176 065.0155 085.2493 0014073 259.7413 162.9346 14.32823437309855
+1 34178U 92021U   14234.54574197 -.00000536  00000-0 -23234-1 0  4203
+2 34178 003.8500 032.4941 7046956 094.5769 313.9493 02.24494458 70967
+1 34179U 92021V   14237.37231214 -.00000049  00000-0  00000+0 0  5795
+2 34179 004.0149 052.0517 7017783 043.4370 304.6393 02.24261234 52447
+1 34180U 92021W   14238.48232035  .00000000  00000-0  10000-3 0  5894
+2 34180 004.1500 208.5281 6928065 070.8795 348.3555 02.22456028 90188
+1 34181U 92041K   14224.43261566  .00000756  00000-0  22998-2 0  3555
+2 34181 006.5533 002.2414 7045838 229.6183 044.2192 02.48111365 76477
+1 34184U 92072Q   14231.17789000  .00001522  00000-0  55298-3 0  8275
+2 34184 006.9831 192.3336 6676436 162.5683 346.7873 03.05872395138074
+1 34186U 92072S   14234.16592436  .00000090  00000-0  12929-3 0  7153
+2 34186 006.7607 149.9863 6885842 258.8731 328.6247 02.68535012118548
+1 34189U 92072V   14238.08492789  .00000772  00000-0  28663-1 0  4223
+2 34189 006.0304 269.2660 6524397 313.4725 300.3587 02.90495637 96008
+1 34190U 92072W   14231.35434753 -.00000346  00000-0 -16284-2 0  4513
+2 34190 007.2049 008.0297 6578744 120.5738 319.9385 02.97220546106309
+1 34191U 92072X   14231.54109714  .00000100  00000-0  52447-2 0  3652
+2 34191 007.8585 268.8338 6506099 302.2786 089.8613 02.91978867 95527
+1 34192U 92072Y   14232.23479441 -.00000229  00000-0  31745-4 0  6406
+2 34192 008.0555 125.5135 6535476 213.3920 350.1533 03.09863681115058
+1 34193U 92072Z   14235.83441275  .00000011  00000-0  28114-4 0  4895
+2 34193 008.7009 024.4167 6541197 031.7474 354.7535 03.13486022138316
+1 34194U 92072AA  14236.05189609  .00000445  00000-0  63688-3 0  6966
+2 34194 009.8736 319.7278 6108974 081.5847 023.5264 03.76339512146126
+1 34195U 92072AB  14237.51464436 -.00000295  00000-0 -36971-2 0  6142
+2 34195 005.5315 062.4584 6566590 043.8723 344.5649 02.94637016 88915
+1 34196U 92072AC  14231.44434681 -.00000213  00000-0 -65785-2 0  4477
+2 34196 007.7633 035.6201 6468365 061.2259 333.2923 02.90585490 82884
+1 34198U 92072AE  14237.80369861 -.00001006  00000-0 -68201-2 0  7157
+2 34198 009.2611 331.6630 6571744 153.1150 233.3221 03.00546323158914
+1 34199U 92072AF  14232.99180623 -.00000034  00000-0  10000-3 0  6401
+2 34199 006.5406 081.8979 6441809 353.8266 001.1513 02.90323041153460
+1 34204U 99057RF  14239.15831720  .00013295  00000-0  26839-2 0  5917
+2 34204 098.2327 207.2218 0010431 044.3031 315.9495 14.61450830331366
+1 34207U 99057RJ  14236.77030218  .00008264  00000-0  18612-2 0  5985
+2 34207 098.3017 218.1356 0024907 098.2389 262.1635 14.56444509345664
+1 34208U 99057RK  14216.38521454  .00012846  00000-0  28002-2 0  3060
+2 34208 098.2639 184.5455 0011671 099.8843 056.7567 14.57982371344605
+1 34209U 99057RL  14238.14225907  .00004603  00000-0  11374-2 0  3373
+2 34209 098.2707 203.9708 0014642 079.0177 281.3563 14.52453551354904
+1 34210U 99057RM  14238.84195498  .00033244  00000-0  44850-2 0  7016
+2 34210 098.1759 216.8001 0010772 026.3877 333.8377 14.79132127317876
+1 34211U 99057RN  14238.86949329  .00003167  00000-0  71140-3 0  4649
+2 34211 098.2996 203.8340 0084887 048.0302 312.8574 14.54336280603317
+1 34213U 99057RQ  14237.20253626  .00006800  00000-0  15159-2 0  6226
+2 34213 098.2450 210.6055 0012530 351.7549 075.4533 14.57130406369069
+1 34214U 99057RR  14237.14588513  .00010363  00000-0  19411-2 0  7197
+2 34214 098.2281 219.7600 0011846 305.2485 054.7609 14.64947883360361
+1 34217U 99057RU  14211.61318455  .00006630  00000-0  15555-2 0  4677
+2 34217 098.2109 151.6060 0025490 147.2896 213.0383 14.54350040358107
+1 34221U 01049PR  14237.26851971  .00000430  00000-0  39481-4 0  5028
+2 34221 098.5485 045.3526 0086180 013.0090 110.7105 14.98442773667681
+1 34222U 01049PS  14235.76212519  .00051645  00000-0  80123-3 0  6013
+2 34222 097.6176 221.6472 0032786 077.2424 283.2489 15.53203147622712
+1 34223U 02024H   14236.15301104  .00000201  00000-0  15198-3 0  5674
+2 34223 099.0037 201.4885 0132261 038.4027 018.2742 14.00846844607759
+1 34224U 06006AP  14236.83550598  .00001875  00000-0  37163-2 0  4860
+2 34224 052.1401 096.5860 5070930 132.4842 352.8209 05.24213882121482
+1 34226U 06006AR  14238.68426084  .00001890  00000-0  21737-2 0  6554
+2 34226 051.6957 353.0456 5043212 259.5547 042.2868 05.35551520878815
+1 34229U 06006AU  14237.80135512  .00019471  00000-0  91140-2 0  9173
+2 34229 051.3680 200.5912 4739524 044.9199 009.8313 05.94881702128339
+1 34230U 06006AV  14232.60546293  .00001187  00000-0  15015-2 0  3693
+2 34230 051.8172 023.4603 5078297 227.8534 054.4314 05.29201046122910
+1 34233U 06006AY  14236.79598560  .00016073  00000-0  16719-1 0  3213
+2 34233 052.1434 069.7631 5014538 151.9335 248.0131 05.41300391121695
+1 34235U 06006BA  14231.25512589  .00001196  00000-0  17108-2 0  6484
+2 34235 051.7338 020.6466 5051874 237.2126 333.4234 05.31942772121762
+1 34236U 06006BB  14234.38889932  .00001995  00000-0  13991-2 0  2413
+2 34236 051.6923 304.2294 5036197 294.7653 058.2402 05.42540106122819
+1 34237U 06006BC  14231.07464448  .00002331  00000-0  35286-2 0  3044
+2 34237 051.7761 025.4036 4999229 231.5630 072.0905 05.39101773120194
+1 34238U 06006BD  14231.37661568  .00000997  00000-0  19933-2 0  4228
+2 34238 051.5837 106.1697 5113052 183.0514 351.2326 05.18853430118537
+1 34239U 06006BE  14226.03975727  .00013590  00000-0  65242-1 0  2630
+2 34239 050.3738 111.3240 2324401 165.2125 203.0444 09.49707633219770
+1 34241U 06006BG  14231.51060800  .00001098  00000-0  35760-2 0  8065
+2 34241 051.8240 032.9743 4957023 217.9828 066.1544 05.34420006133086
+1 34242U 06006BH  14237.37402714 -.00000295  00000-0 -53540-2 0  4040
+2 34242 053.5395 259.9092 4959825 343.3520 149.1347 05.00074830120756
+1 34243U 06006BJ  14236.42732073  .00000824  00000-0  13533-2 0  5360
+2 34243 051.6788 039.0193 5078796 229.4242 074.1340 05.25850742129004
+1 34244U 06006BK  14236.32803536  .00003957  00000-0  59130-2 0  4512
+2 34244 052.1049 342.2157 4957839 227.2097 078.8657 05.45722337132407
+1 34247U 06006BN  14231.82203435  .00008977  00000-0  11461-1 0  5968
+2 34247 052.1509 056.2889 5047378 163.4717 341.9566 05.33634990128989
+1 34248U 06006BP  14227.46831686  .00002224  00000-0  12575-2 0  6226
+2 34248 051.7197 269.9234 4956745 317.6583 026.2301 05.57915874133564
+1 34249U 06006BQ  14231.31840389  .12445075  19476+0  11229+0 0  8583
+2 34249 050.1816 322.6069 0222849 157.2886 208.9428 15.48381720169836
+1 34250U 06006BR  14231.95865257  .00000471  00000-0  94529-3 0  8391
+2 34250 051.7310 063.0565 5085288 204.5239 347.7095 05.22945116127997
+1 34252U 06006BT  14236.64364846  .00000164  00000-0  31001-3 0  5743
+2 34252 051.6792 044.9123 5097094 224.6063 052.3740 05.22414296127037
+1 34255U 06006BW  14223.00002208  .00026259  00000-0  24638-1 0  2389
+2 34255 051.9930 077.7623 5032234 157.9448 356.5943 05.39743285118615
+1 34256U 06006BX  14238.94303596  .00005814  00000-0  10097-1 0  1032
+2 34256 051.9123 161.6279 5167736 103.7640 316.7005 05.11172803116346
+1 34257U 06006BY  14237.98618633  .00002987  00000-0  65074-2 0  3145
+2 34257 052.0831 135.6918 5102252 107.1698 359.6832 05.18064260119283
+1 34258U 06006BZ  14236.97871979  .00002109  00000-0  36806-2 0  3886
+2 34258 051.8802 114.3854 5116001 144.4842 349.0305 05.18982019118899
+1 34259U 06006CA  14236.47879481 -.00000021  00000-0  00000+0 0  5572
+2 34259 050.9564 281.3672 4778501 128.9873 284.3106 05.08089931158284
+1 34260U 06006CB  14236.89434742  .00002749  00000-0  10265-1 0  5122
+2 34260 051.9182 088.8953 4956609 158.2809 342.5010 05.31923842127929
+1 34261U 06006CC  14237.68059348  .00023697  00000-0  14003-1 0  4753
+2 34261 052.1590 257.7124 4784073 273.0137 268.8100 05.84884564122589
+1 34262U 06006CD  14233.70162131  .00001160  00000-0  34547-2 0  3675
+2 34262 051.7878 119.6629 5065932 148.4042 255.7763 05.19341884115603
+1 34264U 09010A   14238.26104390  .00000000  00000-0  10000-3 0  6005
+2 34264 003.6917 080.4602 0003916 090.2289 270.1470 01.00281452 20103
+1 34265U 09010B   14238.12262161 -.00000152  00000-0  00000+0 0  8020
+2 34265 003.6933 080.8060 0002784 098.5852 187.1672 01.00020677 20036
+1 34270U 93036LQ  14238.06836632  .00000475  00000-0  12900-3 0   193
+2 34270 074.0184 195.0610 0067296 278.3550 206.3775 14.49150576291211
+1 34271U 93036LR  14235.28180434  .00001432  00000-0  51589-3 0  9499
+2 34271 074.0368 307.9742 0043854 297.2666 133.7389 14.34085690286809
+1 34273U 93036LT  14237.42125123  .00001174  00000-0  36153-3 0  3681
+2 34273 074.0434 246.8367 0022960 310.2208 118.7111 14.42463248289113
+1 34274U 93036LU  14236.50736917  .00001105  00000-0  34358-3 0  9785
+2 34274 074.0135 248.1706 0035116 306.0855 180.2958 14.41847643289311
+1 34275U 93036LV  14236.23372858  .00001835  00000-0  57560-3 0   899
+2 34275 074.0335 274.9811 0022689 281.1677 151.2597 14.41155618288437
+1 34276U 93036LW  14237.04121774  .00000844  00000-0  26155-3 0  4416
+2 34276 074.0269 239.9536 0031163 313.0808 105.6350 14.42458880289188
+1 34277U 93036LX  14237.05092218  .00008130  00000-0  14224-2 0  4495
+2 34277 073.7023 097.0050 0054750 083.4521 039.0799 14.67015450292993
+1 34291U 93036MM  14237.75756476  .00053799  00000-0  17560-2 0  8650
+2 34291 074.1664 347.0336 0075150 328.0050 148.5206 15.28763390299696
+1 34292U 93036MN  14237.11703819  .00003293  00000-0  57700-3 0   819
+2 34292 074.0652 139.7569 0084988 204.4805 155.2320 14.65858704293534
+1 34293U 93036MP  14237.12330904  .00005135  00000-0  73509-3 0  4469
+2 34293 073.9684 108.1114 0109149 306.5861 175.3499 14.72822641293727
+1 34294U 93036MQ  14236.98192667  .00008017  00000-0  12316-2 0  3116
+2 34294 073.9656 164.6414 0127097 236.1310 249.3076 14.68344582292030
+1 34295U 93036MR  14238.11295896  .00007135  00000-0  15578-2 0  1179
+2 34295 074.0231 191.9789 0092944 022.7838 080.0564 14.55313324291819
+1 34296U 93036MS  14238.02577755  .00012494  00000-0  12875-2 0  7567
+2 34296 074.0552 161.5650 0180762 178.1814 287.3266 14.78884514292813
+1 34297U 93036MT  14236.49466296  .00000098  00000-0  44381-4 0  9360
+2 34297 074.0485 284.4785 0019197 295.7077 170.5866 14.34204326288771
+1 34298U 93036MU  14238.13316904  .00004402  00000-0  12568-2 0  1190
+2 34298 074.0591 269.6408 0049316 278.1430 081.4135 14.44733922289490
+1 34299U 93036MV  14237.49791262  .00003432  00000-0  74225-3 0  3501
+2 34299 074.0297 281.6661 0256400 317.5346 148.2858 14.40195102288735
+1 34300U 93036MW  14236.30996991  .00001768  00000-0  50521-3 0   992
+2 34300 074.0246 293.9024 0165775 329.1727 147.9814 14.38156469288139
+1 34301U 93036MX  14236.43157589  .00002481  00000-0  88570-3 0    10
+2 34301 074.0286 305.6205 0042593 291.5078 173.1011 14.34174341287931
+1 34302U 93036MY  14236.82838421  .00000833  00000-0  33834-3 0  9128
+2 34302 074.1895 007.4011 0092771 302.1838 178.8509 14.26784511286937
+1 34303U 93036MZ  14237.95089387  .00000953  00000-0  31470-3 0   424
+2 34303 074.0181 323.5149 0195777 003.1979 110.7385 14.29140468287290
+1 34304U 93036NA  14236.84455916  .00001029  00000-0  43699-3 0    68
+2 34304 074.0225 018.5311 0162566 045.5976 071.8729 14.19654680285123
+1 34307U 93036ND  14237.32255734  .00000358  00000-0  36246-3 0  3800
+2 34307 074.0584 053.5110 0409236 056.6004 011.3621 13.48454100271540
+1 34308U 93036NE  14237.28876247  .00001844  00000-0  40950-3 0  1721
+2 34308 074.0003 185.5950 0066531 261.1796 220.0992 14.56461446291489
+1 34313U 93036NK  14236.48722934  .00002397  00000-0  68981-3 0   829
+2 34313 074.0020 243.6316 0063638 298.7729 216.3399 14.44152972289511
+1 34314U 93036NL  14237.31345808  .00000109  00000-0  69770-4 0  3509
+2 34314 074.0194 059.5011 0117688 030.4316 031.2169 14.10955237283733
+1 34315U 93036NM  14238.13779294  .00009183  00000-0  13515-2 0  3944
+2 34315 074.1177 141.0854 0085336 159.9377 315.2127 14.73023173294797
+1 34316U 93036NN  14236.45275346  .00001718  00000-0  47658-3 0   430
+2 34316 074.0822 240.7555 0022408 341.5001 168.8909 14.47160876291029
+1 34317U 93036NP  14237.35141810  .00000108  00000-0  11384-3 0  3486
+2 34317 073.9267 318.0752 0351322 009.6738 061.4460 13.60928243274517
+1 34318U 93036NQ  14238.81749127  .00072346  00000-0  40277-2 0  8013
+2 34318 074.0508 082.6020 0046658 194.8177 165.2153 15.12609043296314
+1 34319U 93036NR  14236.90031278  .00003457  00000-0  10210-2 0  1309
+2 34319 074.0372 273.6642 0035450 280.5033 143.4955 14.43521765289281
+1 34321U 93036NT  14236.43988229  .00000534  00000-0  18004-3 0  9498
+2 34321 074.0313 258.7395 0019819 313.6392 154.3448 14.39356026289756
+1 34322U 93036NU  14238.72826605  .00441544  00000-0  27406-2 0  9273
+2 34322 073.9787 235.2822 0032550 307.3992 052.4765 15.76041152302049
+1 34323U 93036NV  14235.98809388  .00001059  00000-0  34917-3 0   290
+2 34323 073.9702 286.2331 0117997 196.4025 231.7233 14.35482218288312
+1 34324U 93036NW  14238.11620083  .00037451  00000-0  33381-2 0  5262
+2 34324 074.0774 128.2465 0038971 180.4205 300.8123 14.95239945294602
+1 34325U 93036NX  14237.23055309  .00001383  00000-0  91828-3 0  6074
+2 34325 073.8775 152.9621 0225847 226.4836 259.4015 13.90684116279880
+1 34327U 93036NZ  14238.16006780  .00001691  00000-0  39750-3 0   339
+2 34327 074.0111 173.6119 0058707 283.9988 182.8466 14.54188011292402
+1 34330U 93036PC  14236.47290895  .00001633  00000-0  46102-3 0  1142
+2 34330 074.0402 244.5260 0020324 296.4655 216.1013 14.46385658290301
+1 34331U 93036PD  14236.86375237  .00003355  00000-0  10631-2 0  1106
+2 34331 074.0359 292.1864 0054952 186.4817 289.4919 14.39593940288676
+1 34333U 93036PF  14238.16050866  .00010181  00000-0  15970-2 0  5842
+2 34333 074.0521 153.5862 0073008 201.1808 284.6635 14.70941136293380
+1 34337U 93036PK  14238.15365860  .00009481  00000-0  98855-3 0  6316
+2 34337 073.9881 039.7954 0134772 123.0782 355.9920 14.83315799296529
+1 34339U 93036PM  14238.16461959  .00013892  00000-0  18135-2 0  5519
+2 34339 074.0321 157.3016 0118223 193.1605 280.1519 14.75695064293069
+1 34340U 93036PN  14236.60967777  .00000690  00000-0  56387-3 0  5814
+2 34340 074.0797 299.7722 0313078 280.1049 150.2007 13.71135498275836
+1 34341U 93036PP  14236.41664706  .00016107  00000-0  28762-2 0  3329
+2 34341 074.0367 225.3929 0027492 254.1108 260.2417 14.66697105290649
+1 34342U 93036PQ  14237.07195230  .00003879  00000-0  75846-3 0  1005
+2 34342 074.1825 200.3062 0124753 295.5981 192.4495 14.58339674293186
+1 34343U 93036PR  14238.13087779  .00001277  00000-0  40543-3 0    96
+2 34343 074.0299 258.8597 0029479 117.6111 298.1418 14.40730195290168
+1 34344U 93036PS  14236.78422869  .00000935  00000-0  57305-3 0  1151
+2 34344 073.9881 133.7105 0184808 137.4154 290.7581 13.98942380281415
+1 34345U 93036PT  14238.85103902  .00096621  00000-0  35620-2 0  7941
+2 34345 074.0180 046.9313 0085338 073.3939 287.7142 15.24250172296825
+1 34346U 93036PU  14235.91989020  .00000435  00000-0  30554-3 0  9176
+2 34346 074.0050 189.1950 0233205 187.7167 231.1294 13.88839673279403
+1 34350U 97051ES  14237.78870851  .00000531  00000-0  16826-3 0  5203
+2 34350 086.3346 337.2832 0023737 050.3188 070.6719 14.38095180288885
+1 34351U 97051ET  14237.07271413  .00004684  00000-0  12118-2 0  5847
+2 34351 086.4318 357.6294 0043131 000.8687 051.7669 14.49161284289873
+1 34354U 97051EW  14237.42225286  .00008447  00000-0  21214-2 0  4258
+2 34354 086.2238 316.3179 0048718 255.1982 233.3708 14.50477771289086
+1 34356U 97051EY  14237.75076147  .00023652  00000-0  42800-2 0  7382
+2 34356 086.3893 348.9822 0028953 293.3836 066.4333 14.65969273289339
+1 34358U 97051FA  14237.09791907  .00003186  00000-0  96234-3 0  5423
+2 34358 086.3353 341.8185 0017117 256.9940 221.0348 14.42091782288977
+1 34359U 97051FB  14237.03095747  .00007757  00000-0  18605-2 0  5868
+2 34359 086.3699 342.5754 0048611 171.3197 248.2094 14.52630999289776
+1 34360U 97051FC  14237.07190995  .00015303  00000-0  27117-2 0  7221
+2 34360 086.3512 334.6344 0004806 147.5597 266.1537 14.67202092290370
+1 34361U 97051FD  14237.89175544  .00010382  00000-0  26483-2 0  6940
+2 34361 086.3716 356.2015 0037523 333.5055 176.6990 14.50047539288055
+1 34363U 97051FF  14236.87465806  .00006770  00000-0  22491-2 0  6864
+2 34363 086.3595 000.0489 0052071 078.0604 045.9478 14.36850555286799
+1 34364U 97051FG  14237.79406846  .00028341  00000-0  46563-2 0  7434
+2 34364 086.3638 342.6580 0008902 205.1685 276.7401 14.70469049290394
+1 34366U 97051FJ  14236.84856074  .00001100  00000-0  39071-3 0  1124
+2 34366 086.3826 358.3496 0029702 048.7614 073.4364 14.33297305288142
+1 34367U 97051FK  14238.14122918  .00006710  00000-0  20122-2 0  6878
+2 34367 086.4247 008.1391 0034871 014.1915 039.7322 14.42314278288440
+1 34368U 97051FL  14237.10195106  .00007606  00000-0  26909-2 0  6732
+2 34368 086.3973 017.8296 0078259 117.6851 293.1768 14.32781503285729
+1 34373U 97051FR  14238.07512541  .00024464  00000-0  43097-2 0  7392
+2 34373 086.3768 346.1013 0005940 226.8201 187.6456 14.67424146289844
+1 34374U 97051FS  14238.12210094  .00019640  00000-0  42082-2 0  6142
+2 34374 086.4792 016.6931 0020611 289.9150 125.8813 14.58468919289821
+1 34375U 97051FT  14237.45441478  .00000748  00000-0  37606-3 0  3996
+2 34375 086.4321 036.0200 0109788 200.3812 213.9859 14.12146992284828
+1 34376U 97051FU  14239.01497618  .00005045  00000-0  18924-2 0  4737
+2 34376 086.3209 347.2613 0045033 054.3832 306.2005 14.31163455288253
+1 34378U 97051FW  14237.09066529  .00007091  00000-0  25130-2 0  6044
+2 34378 086.3634 009.6695 0078966 112.4208 312.2738 14.32658217285983
+1 34382U 09011C   14236.33643461 -.00000013  00000-0 -91073-2 0  4811
+2 34382 028.5466 194.6116 2273980 227.8413 320.5485 07.34318698146691
+1 34383U 93036PY  14236.47763213  .00002481  00000-0  68582-3 0   720
+2 34383 074.0409 233.8569 0022497 311.5647 171.9792 14.47110423289567
+1 34386U 93036QB  14238.12535990  .00003534  00000-0  10643-2 0   854
+2 34386 074.0327 264.4303 0021297 272.3486 170.6949 14.42805289288348
+1 34387U 93036QC  14236.25531557  .00000302  00000-0  10901-3 0  9376
+2 34387 074.0417 269.6182 0044021 305.6615 174.1553 14.37283189288067
+1 34388U 93036QD  14236.29758637  .00000595  00000-0  21418-3 0  9459
+2 34388 074.0447 285.7057 0019297 276.4835 158.8743 14.35800677287409
+1 34389U 93036QE  14237.45346339  .00000430  00000-0  16130-3 0  4640
+2 34389 074.0215 281.3683 0034077 305.6211 115.3135 14.34366789287421
+1 34390U 93036QF  14237.11581825  .00001802  00000-0  45661-3 0  1053
+2 34390 074.0943 234.4924 0085460 247.5733 181.1107 14.49442732289413
+1 34391U 93036QG  14237.09079693  .00033027  00000-0  13961-2 0  8087
+2 34391 073.9508 329.1912 0103509 051.9797 013.5302 15.18242672296950
+1 34392U 93036QH  14237.85854826  .00059366  00000-0  30021-2 0  7754
+2 34392 073.9264 354.9599 0062952 106.0381 030.4248 15.15002017296056
+1 34393U 93036QJ  14238.10955444  .00010259  00000-0  13982-2 0  4585
+2 34393 073.9816 110.1611 0053235 228.1102 258.9288 14.77788430292726
+1 34394U 93036QK  14238.94172752  .00175118  00000-0  11441-1 0  7903
+2 34394 074.0099 192.3162 0022252 222.0607 137.9378 15.07550271289932
+1 34395U 93036QL  14238.76629175  .00000014  00000-0  39883-5 0  1528
+2 34395 074.0472 266.0283 0015882 241.4240 118.5806 14.44579908287689
+1 34396U 93036QM  14237.15730414  .00001345  00000-0  44646-3 0  4678
+2 34396 074.0431 278.7580 0022332 274.3758 149.1505 14.38620512286936
+1 34397U 93036QN  14236.73610288  .00004141  00000-0  62399-3 0  1127
+2 34397 073.8558 058.6459 0092786 265.6108 196.1065 14.71847162292856
+1 34398U 93036QP  14238.10896414  .00009369  00000-0  16047-2 0  4586
+2 34398 073.9883 192.1563 0171920 254.1779 211.7587 14.59599305290922
+1 34400U 93036QR  14236.83088684  .00001509  00000-0  31557-3 0   263
+2 34400 074.0089 155.0175 0077348 249.5921 165.1166 14.58904082292219
+1 34401U 93036QS  14237.09805649  .00002975  00000-0  78954-3 0  1060
+2 34401 074.0509 238.0489 0077626 272.1247 174.6377 14.47337833290858
+1 34409U 93036RA  14236.30659635  .00000263  00000-0  68445-4 0  8591
+2 34409 074.0669 180.1660 0089259 245.3115 268.5624 14.52552506292214
+1 34410U 93036RB  14235.71194375  .00001209  00000-0  26196-3 0  9309
+2 34410 073.7674 108.1956 0071877 333.6558 089.0976 14.57867734292364
+1 34411U 93036RC  14237.20820028  .00006390  00000-0  10707-2 0  1518
+2 34411 074.0431 150.8786 0109225 316.3140 164.5286 14.66052570292872
+1 34412U 93036RD  14237.30947841  .00001820  00000-0  56660-3 0  2044
+2 34412 073.9574 332.9753 0250780 257.4594 158.5709 14.25224852286120
+1 34413U 93036RE  14237.55352819  .00001296  00000-0  66743-3 0  2889
+2 34413 074.0403 060.7010 0117521 037.5118 017.2442 14.12646220286779
+1 34420U 93036RM  14237.44410308  .00000399  00000-0  78058-4 0  9033
+2 34420 074.0359 113.1996 0118523 206.9618 209.0801 14.62141821293739
+1 34421U 93036RN  14237.73297939  .00017147  00000-0  19962-2 0  5020
+2 34421 073.9825 078.2232 0067104 193.2107 265.1125 14.83627894294510
+1 34422U 93036RP  14237.38812790  .00002927  00000-0  63807-3 0  1585
+2 34422 073.9503 347.5940 0308505 064.7653 298.5135 14.32730662285842
+1 34423U 93036RQ  14237.41862223  .00025510  00000-0  22927-2 0  7009
+2 34423 074.0399 089.8025 0052677 170.8514 254.5948 14.94513316294868
+1 34424U 93036RR  14236.61571726  .00003671  00000-0  74699-3 0   951
+2 34424 074.0246 165.5771 0061141 256.2337 168.9497 14.60257683292116
+1 34425U 93036RS  14237.44859609  .00001445  00000-0  42920-3 0  5104
+2 34425 074.0348 238.5649 0037090 300.7683 172.3883 14.43765615289631
+1 34426U 93036RT  14236.76533054  .00006187  00000-0  13884-2 0  2057
+2 34426 074.0520 215.0165 0020042 290.6138 133.5931 14.56637519290470
+1 34427U 93036RU  14237.09733881  .00005835  00000-0  14009-2 0  1918
+2 34427 074.0268 235.0811 0061240 273.1627 148.9718 14.52485478289825
+1 34428U 93036RV  14238.14108263  .00003945  00000-0  11802-2 0  4940
+2 34428 074.0413 261.2187 0047651 285.4568 159.9440 14.42558496289122
+1 34429U 93036RW  14238.10056284  .00003742  00000-0  92057-3 0   978
+2 34429 074.0160 197.8371 0053764 279.7545 180.2308 14.51751263291292
+1 34430U 93036RX  14237.31539267  .00000404  00000-0  15449-3 0  4403
+2 34430 074.0543 298.9144 0069460 312.8257 121.7978 14.32589543287858
+1 34431U 93036RY  14237.06903390  .00000216  00000-0  10913-3 0  4141
+2 34431 074.0810 017.0218 0076622 312.9122 046.5608 14.20565525285222
+1 34432U 93036RZ  14237.76386612  .00000743  00000-0  48325-3 0  6584
+2 34432 073.8318 110.8746 0197598 205.4527 228.1437 13.95200989280675
+1 34433U 93036SA  14238.13954525  .00000842  00000-0  52533-3 0  6532
+2 34433 074.0223 139.9440 0184476 131.4167 347.9205 13.98159538281328
+1 34434U 93036SB  14236.69570969  .00001097  00000-0  91278-3 0  3920
+2 34434 074.0694 348.5539 0354847 340.5953 134.2630 13.64300501273685
+1 34435U 93036SC  14236.06879567  .00009621  00000-0  11590-2 0  2533
+2 34435 074.0035 098.9316 0059212 229.4899 283.2334 14.82702560293653
+1 34436U 93036SD  14238.13005622  .00025943  00000-0  25197-2 0  7164
+2 34436 073.9795 120.1902 0084398 316.8651 164.1663 14.89836189294604
+1 34439U 93036SG  14236.73731605  .00002691  00000-0  57591-3 0  1699
+2 34439 074.0606 220.8557 0152218 246.5971 167.8998 14.52268666290847
+1 34442U 93036SK  14237.25835977  .00001804  00000-0  37925-3 0  5078
+2 34442 074.0204 160.5198 0083592 242.3701 243.9761 14.58195719292333
+1 34445U 93036SN  14237.12872600  .00005080  00000-0  73419-3 0  5338
+2 34445 074.0197 115.2831 0131838 175.4070 309.1095 14.70619584293016
+1 34446U 93036SP  14237.11780902  .00000221  00000-0  68504-4 0  4657
+2 34446 074.0431 210.3360 0054979 297.9992 187.5162 14.46141917290120
+1 34447U 93036SQ  14235.71374574  .00007661  00000-0  15817-2 0  2634
+2 34447 074.0326 196.1160 0038960 271.9748 152.0192 14.60066707290518
+1 34448U 93036SR  14238.14256753  .00012528  00000-0  26391-2 0  5846
+2 34448 074.0600 230.6022 0008553 290.1600 144.7901 14.59498173289743
+1 34449U 93036SS  14237.15364500  .00001498  00000-0  46482-3 0  4507
+2 34449 074.0537 275.7193 0077789 295.5457 129.6173 14.40270187288024
+1 34451U 93036SU  14237.81355559  .00001720  00000-0  53875-3 0  4767
+2 34451 074.0637 280.6988 0079555 293.6171 189.3030 14.39610956288025
+1 34452U 93036SV  14236.71712792  .00003060  00000-0  41502-3 0  9962
+2 34452 074.0445 067.2816 0131710 158.0624 329.1284 14.73469622295350
+1 34453U 93036SW  14236.36301479  .00002304  00000-0  70779-3 0   789
+2 34453 074.1728 304.6354 0057940 260.0376 220.0490 14.41179730288376
+1 34454U 93036SX  14238.16525350  .00000122  00000-0  51949-4 0  9285
+2 34454 074.0590 282.2269 0039361 298.8299 115.5849 14.34679270288472
+1 34456U 93036SZ  14236.67692664  .00003137  00000-0  10481-2 0   941
+2 34456 074.0512 316.8654 0074812 314.5693 170.6299 14.36284323287129
+1 34457U 93036TA  14237.02801319  .00002543  00000-0  54598-3 0  1164
+2 34457 074.0094 184.3817 0120765 246.9050 234.8414 14.54684372291246
+1 34458U 93036TB  14238.17654911  .00003237  00000-0  10041-2 0  4355
+2 34458 074.0321 271.0473 0024065 269.3617 153.1710 14.41356084288695
+1 34459U 93036TC  14238.17540344  .00000241  00000-0  16216-3 0  5916
+2 34459 074.0814 152.0045 0199793 131.8411 349.9676 13.96145203280700
+1 34462U 93036TF  14237.68488016  .00054467  00000-0  37818-2 0  6844
+2 34462 074.0142 056.0782 0063018 127.1876 358.4245 15.03659006296033
+1 34464U 93036TH  14237.15538061  .00001775  00000-0  38641-3 0   365
+2 34464 074.0259 164.2287 0063363 273.5353 199.2227 14.57529854292206
+1 34465U 93036TJ  14236.36880983  .00002705  00000-0  75954-3 0  1117
+2 34465 074.0766 277.8630 0112374 287.5815 178.0260 14.42811962288607
+1 34468U 93036TM  14238.11334626  .00000440  00000-0  13855-3 0  9331
+2 34468 074.0155 234.4425 0084564 293.6129 178.7125 14.41422422289749
+1 34469U 93036TN  14238.11103505  .00005676  00000-0  14573-2 0  5319
+2 34469 074.0245 232.6502 0021885 286.3366 184.5220 14.50321037289926
+1 34472U 93036TR  14237.39308782  .00000672  00000-0  58776-3 0  2385
+2 34472 074.0849 346.1343 0355700 337.6155 086.7608 13.62237768274595
+1 34473U 93036TS  14238.18097987  .00001800  00000-0  58815-3 0  9314
+2 34473 074.0365 284.2188 0029022 268.4459 154.0197 14.39067291289158
+1 34474U 93036TT  14238.05847620  .00000992  00000-0  65379-3 0  5868
+2 34474 074.0828 199.1125 0237716 181.2449 300.2369 13.90135531279828
+1 34476U 93036TV  14237.48446159  .00000714  00000-0  62514-3 0  1808
+2 34476 074.0161 009.2271 0385141 022.9902 042.1717 13.58133872272927
+1 34477U 93036TW  14236.45612780  .00000938  00000-0  28169-3 0  9781
+2 34477 073.9832 239.3606 0097422 307.9845 204.8598 14.41454213289811
+1 34478U 93036TX  14236.49293089  .00001354  00000-0  38294-3 0  9720
+2 34478 074.0636 262.1331 0103838 100.7551 048.4557 14.43434130289643
+1 34481U 93036UA  14236.69643840  .00000336  00000-0  15387-3 0  8557
+2 34481 073.9842 339.4395 0078550 002.7681 118.9589 14.23598522286390
+1 34482U 93036UB  14236.41564828  .00001054  00000-0  37693-3 0   156
+2 34482 074.0527 312.8080 0085245 321.8681 163.2526 14.33308890287251
+1 34486U 97051GB  14237.36699216  .00002097  00000-0  58702-3 0  5164
+2 34486 086.4185 352.3753 0020687 035.4952 022.2323 14.45586130289996
+1 34487U 97051GC  14237.78789977  .00000368  00000-0  11231-3 0  3494
+2 34487 086.3512 339.1412 0033424 041.2721 086.8362 14.38942165288610
+1 34488U 97051GD  14237.78518468  .00002257  00000-0  59643-3 0  3410
+2 34488 086.3526 333.4738 0027094 023.9746 104.9663 14.48288101290875
+1 34489U 97051GE  14236.92835843  .00004589  00000-0  18518-2 0  3601
+2 34489 086.4249 028.3092 0092282 149.0996 340.0614 14.25452730284665
+1 34490U 97051GF  14237.82059126  .00010734  00000-0  28396-2 0  9874
+2 34490 086.3349 344.1034 0045340 351.9700 134.0990 14.48123913288498
+1 34491U 97051GG  14237.14875238  .00021254  00000-0  45786-2 0   670
+2 34491 086.3625 007.1940 0059006 046.6036 072.5875 14.57249478286190
+1 34492U 97051GH  14237.34455012  .00000947  00000-0  62895-3 0  1844
+2 34492 086.5082 102.2927 0313712 229.7498 253.8423 13.79302004276601
+1 34493U 97051GJ  14237.26496515  .00006741  00000-0  18641-2 0  3703
+2 34493 086.2757 330.0529 0065290 268.8078 143.1092 14.45325908287641
+1 34496U 97051GM  14237.72511753  .00009259  00000-0  39064-2 0  6127
+2 34496 086.3977 033.6507 0126689 241.0828 179.2194 14.21312284283339
+1 34497U 97051GN  14238.10854520  .00000881  00000-0  40412-3 0    06
+2 34497 086.2869 354.5356 0092708 176.2311 308.7873 14.17932117284158
+1 34499U 97051GQ  14237.25177130  .00035664  00000-0  31414-2 0  5809
+2 34499 086.3979 321.9924 0036783 274.1988 137.7981 14.95783961292865
+1 34503U 97051GU  14238.12937417  .00004497  00000-0  11521-2 0  5610
+2 34503 086.3188 323.0694 0014153 051.9170 024.6800 14.50127260290453
+1 34505U 97051GW  14238.97991367  .00043062  00000-0  53031-2 0  1258
+2 34505 086.4011 342.0107 0002375 111.7063 248.4913 14.83023743291459
+1 34508U 97051GZ  14237.43337487  .00001519  00000-0  67233-3 0  4623
+2 34508 086.3816 014.5980 0083688 137.6853 282.5379 14.20692758284832
+1 34510U 97051HB  14238.13306421  .00108475  00000-0  93165-2 0  2638
+2 34510 086.2792 325.5454 0017797 208.0576 229.1694 14.96798645290076
+1 34511U 97051HC  14237.43317071  .00003388  00000-0  11051-2 0  9148
+2 34511 086.3954 001.2382 0025524 352.2603 096.4480 14.38238561287511
+1 34515U 97051HG  14238.08064855  .00018488  00000-0  29307-2 0   425
+2 34515 086.2971 314.1968 0035365 057.7754 012.4836 14.71677027291156
+1 34517U 97051HJ  14236.36186270  .00006898  00000-0  16955-2 0  9765
+2 34517 086.3785 347.9537 0009642 201.8124 217.1598 14.52180692289208
+1 34518U 97051HK  14238.12491454  .00006429  00000-0  16692-2 0  9831
+2 34518 086.4032 356.9316 0019041 298.5970 116.8146 14.49494912288398
+1 34520U 97051HM  14237.83849874  .00009336  00000-0  24369-2 0  9856
+2 34520 086.3801 354.5982 0025340 337.6501 139.6120 14.49186320288319
+1 34521U 97051HN  14237.76209286  .00001466  00000-0  47145-3 0  9063
+2 34521 086.3921 352.4838 0005914 306.2437 183.8213 14.38743656288734
+1 34522U 97051HP  14237.44588704  .00007740  00000-0  26097-2 0  5849
+2 34522 086.3739 009.7468 0070977 111.6940 318.3343 14.35470328285973
+1 34524U 97051HR  14237.45685135  .00003780  00000-0  11936-2 0  5530
+2 34524 086.3539 350.3971 0039097 039.6948 047.9208 14.39595962287818
+1 34525U 97051HS  14237.77882669  .00000648  00000-0  21884-3 0  5003
+2 34525 086.3809 351.8854 0002799 308.7896 174.8367 14.35445124288420
+1 34526U 97051HT  14238.09383225  .00008541  00000-0  23546-2 0  9734
+2 34526 086.3555 350.0518 0025171 344.8085 135.4148 14.46569650288071
+1 34529U 97051HW  14238.05752463  .00000357  00000-0  11370-3 0  8994
+2 34529 086.3707 346.1830 0010971 074.6664 049.6514 14.36988326288874
+1 34530U 97051HX  14238.08507654  .00161690  00000-0  17007-1 0  6839
+2 34530 086.3753 010.9573 0030779 084.4018 328.9468 14.88214479286920
+1 34532U 97051HZ  14238.10017276  .00009111  00000-0  29181-2 0  9851
+2 34532 086.3577 003.0347 0069374 068.4890 292.3685 14.38072004286286
+1 34534U 97051JB  14238.57557681  .02570166  00000-0  14272-1 0  3294
+2 34534 086.2392 291.1050 0019300 254.5809 105.2698 15.75819719294138
+1 34535U 97051JC  14236.72882546  .00005730  00000-0  13060-2 0  9829
+2 34535 086.3465 334.1075 0013537 024.3499 101.6242 14.55654125289875
+1 34538U 97051JF  14236.27077881  .00000682  00000-0  26254-3 0  8516
+2 34538 086.2870 341.8808 0045163 053.7282 335.9773 14.28314957287361
+1 34540U 97051JH  14236.75138140  .00001207  00000-0  32539-3 0  5286
+2 34540 086.3286 327.6191 0030549 043.8294 079.3718 14.46890116290502
+1 34542U 93036UC  14237.12279587  .00004497  00000-0  10575-2 0  1320
+2 34542 074.0302 203.3160 0033500 296.1394 194.9591 14.54332861289202
+1 34544U 93036UE  14237.12553045  .00000049  00000-0  64193-4 0  1287
+2 34544 073.9210 014.5640 0398386 084.6834 032.9657 13.50374057271685
+1 34545U 93036UF  14237.14000547  .00003889  00000-0  10659-2 0  8226
+2 34545 074.0408 253.6751 0026600 277.7553 141.1018 14.47255502289263
+1 34546U 93036UG  14236.95034098  .00000540  00000-0  20060-3 0  3597
+2 34546 074.0352 288.5024 0027672 292.0253 130.6472 14.34379613287484
+1 34547U 93036UH  14235.16786358  .00001242  00000-0  39732-3 0  8459
+2 34547 074.0408 271.1125 0043258 296.8867 119.5674 14.40128986287952
+1 34550U 93036UL  14236.97126009  .00004778  00000-0  19428-2 0  1789
+2 34550 073.9977 059.9281 0207376 105.6715 018.6292 14.16783792282171
+1 34552U 93036UN  14235.96525051  .00002464  00000-0  80884-3 0   626
+2 34552 074.0385 296.9808 0041243 287.1710 136.0712 14.38376958286156
+1 34553U 93036UP  14235.99169688  .00000940  00000-0  33097-3 0  9417
+2 34553 074.0325 287.9779 0031487 291.3859 138.5012 14.35989189286410
+1 34554U 93036UQ  14236.33833801  .00000263  00000-0  10609-3 0  8536
+2 34554 074.0401 295.7553 0026896 289.9343 191.3912 14.32609561286238
+1 34555U 93036UR  14238.13848624  .00003534  00000-0  10757-2 0  1075
+2 34555 074.0330 272.4609 0030583 275.8347 138.5071 14.42147807287129
+1 34556U 93036US  14236.60740095  .00001327  00000-0  44767-3 0    86
+2 34556 074.0330 284.6898 0028099 281.1044 204.8506 14.37763949286616
+1 34557U 93036UT  14238.78961950  .00079199  00000-0  82601-2 0  7181
+2 34557 073.9980 225.5856 0026092 238.5752 121.3376 14.89459927288476
+1 34558U 93036UU  14238.04427545  .00144925  00000-0  62390-2 0  3154
+2 34558 074.0057 098.2739 0036899 154.3479 333.5594 15.21302226292768
+1 34560U 93036UW  14235.62741146  .00001130  00000-0  38605-3 0    19
+2 34560 074.0299 287.3414 0035026 294.1899 189.8877 14.37154002286335
+1 34561U 93036UX  14238.10134828  .00004259  00000-0  11920-2 0  5132
+2 34561 074.0363 246.3886 0053355 283.6722 161.7686 14.45583135287755
+1 34562U 93036UY  14238.48666935  .00035022  00000-0  26932-2 0  3637
+2 34562 073.9815 052.9187 0052812 165.6058 194.7152 15.00517388293557
+1 34563U 93036UZ  14238.16195016  .00000508  00000-0  17888-3 0  9065
+2 34563 074.0399 268.3730 0017303 297.5275 129.4577 14.37304956287920
+1 34564U 93036VA  14238.14270853  .00000236  00000-0  90343-4 0  4697
+2 34564 074.0338 271.4393 0021712 303.2535 111.6871 14.35830795287773
+1 34565U 93036VB  14238.72174934  .00087490  00000-0  80704-2 0  7323
+2 34565 074.0350 219.2383 0023955 233.9709 125.9755 14.94387608291869
+1 34567U 93036VD  14237.43239141  .00000405  00000-0  19273-3 0  4348
+2 34567 074.0457 000.7258 0077011 344.1421 075.7041 14.21007489285567
+1 34569U 93036VF  14237.12791933  .00000755  00000-0  34129-3 0  3454
+2 34569 073.9972 028.7245 0176767 070.2952 045.9088 14.15726487284422
+1 34570U 93036VG  14237.43931716  .00000433  00000-0  29375-3 0  1442
+2 34570 073.9640 146.7589 0202170 174.0636 307.7208 13.93583629280511
+1 34571U 93036VH  14234.98626020  .00001116  00000-0  54427-3 0   533
+2 34571 074.0532 061.6914 0110432 023.3084 104.0232 14.16061279285836
+1 34572U 93036VJ  14236.47281876  .00000977  00000-0  45648-3 0  7914
+2 34572 074.0223 033.9674 0106068 001.2201 062.3211 14.18712728284875
+1 34573U 93036VK  14238.01360487  .00014558  00000-0  16803-2 0   613
+2 34573 074.0080 089.2777 0062566 211.8691 270.6449 14.84222718296880
+1 34574U 93036VL  14237.72915633  .00001420  00000-0  38542-3 0  4590
+2 34574 074.0776 240.7749 0106322 262.2422 213.1514 14.45254446288850
+1 34575U 93036VM  14236.98223389  .00080665  00000-0  63845-2 0  3712
+2 34575 074.0316 182.2947 0015173 229.7944 248.8066 15.00085138291371
+1 34576U 93036VN  14236.47812899  .00000670  00000-0  22082-3 0  8865
+2 34576 074.0399 260.2510 0012019 317.9995 170.4740 14.40044336288696
+1 34577U 93036VP  14237.37092348  .00002908  00000-0  71353-3 0   666
+2 34577 074.0409 201.5233 0038991 299.2995 185.2330 14.52390879290701
+1 34579U 93036VR  14238.13412721  .00000423  00000-0  15080-3 0  3785
+2 34579 074.0560 273.6031 0032704 295.9540 123.8941 14.36911284288199
+1 34581U 93036VT  14237.08914693  .00103184  00000-0  48586-2 0  8123
+2 34581 074.0264 115.9598 0032324 166.7321 309.7225 15.18561189293269
+1 34582U 93036VU  14236.53772396  .00000499  00000-0  18934-3 0  9407
+2 34582 074.0238 297.2447 0059434 319.6526 150.9541 14.32725618286921
+1 34584U 93036VW  14236.78044529  .00026097  00000-0  23805-2 0  3291
+2 34584 074.0440 102.4433 0051582 168.1173 309.9479 14.93974114292850
+1 34585U 93036VX  14237.09074608  .00005587  00000-0  13509-2 0  5257
+2 34585 074.0354 221.2994 0021571 302.6727 057.2354 14.53162947288996
+1 34588U 93036WA  14237.50611216  .00000471  00000-0  17693-3 0  4635
+2 34588 074.0457 288.4055 0022739 282.7137 186.5818 14.34156327287046
+1 34589U 93036WB  14237.31801108  .00000219  00000-0  17798-3 0  1482
+2 34589 073.9268 209.6039 0263330 243.1944 185.4295 13.80902473277635
+1 34590U 93036WC  14237.27669270  .00000263  00000-0  71233-4 0  8347
+2 34590 074.0464 179.6917 0074780 272.4197 210.1186 14.51247440292415
+1 34593U 97051JK  14239.09588279  .00015205  00000-0  37217-2 0  9684
+2 34593 086.3882 358.9390 0022414 352.9827 007.1551 14.52435144288557
+1 34597U 97051JP  14218.83981962  .13618629  71364+0  46559-1 0  3341
+2 34597 086.3347 351.6760 0037968 289.9734 195.2382 15.98721780289461
+1 34609U 93036WE  14237.43702550  .00000800  00000-0  40165-3 0  7654
+2 34609 073.7453 003.4249 0163316 154.4853 274.0096 14.11482475283665
+1 34610U 93036WF  14237.53293059  .00001078  00000-0  71301-3 0  1553
+2 34610 074.0311 178.0218 0214400 162.2411 321.1353 13.92101923279701
+1 34611U 93036WG  14236.47068274  .00001133  00000-0  35223-3 0    09
+2 34611 074.0632 265.1576 0045761 290.3968 190.2668 14.41587664286779
+1 34613U 93036WJ  14237.56936649  .00001704  00000-0  91258-3 0  8880
+2 34613 073.9532 066.9346 0140004 079.0507 338.8485 14.08922254281444
+1 34614U 93036WK  14237.20819233  .00003318  00000-0  23503-2 0  1941
+2 34614 073.8930 240.4739 0299212 299.5522 188.7563 13.78837876274861
+1 34615U 93036WL  14237.22183106  .00000457  00000-0  45679-3 0  1273
+2 34615 074.0048 043.2960 0412413 072.6974 340.4421 13.48025265271350
+1 34616U 93036WM  14236.35372779  .00006859  00000-0  17696-2 0   552
+2 34616 074.0391 282.3907 0035360 258.8565 202.4116 14.49808849286460
+1 34618U 93036WP  14238.52970112  .00027277  00000-0  23503-2 0  3903
+2 34618 073.9673 053.5965 0057823 189.5388 170.5201 14.95957387294277
+1 34619U 93036WQ  14237.13555707  .00000342  00000-0  76593-4 0  7771
+2 34619 074.0496 147.1686 0106171 222.0178 206.4702 14.57354979291047
+1 34620U 93036WR  14237.98634235  .00001403  00000-0  68726-3 0   309
+2 34620 074.0693 068.0892 0136281 043.4067 079.6152 14.14008809281594
+1 34622U 93036WT  14236.94907153  .00000996  00000-0  52350-3 0  7699
+2 34622 074.0348 064.2921 0128837 046.2759 076.9367 14.11188507280960
+1 34624U 93036WV  14239.02997028  .00005523  00000-0  13261-2 0  8805
+2 34624 074.0121 261.2373 0038841 267.1421 092.5783 14.52927588289832
+1 34626U 93036WX  14237.40607506  .00001910  00000-0  50385-3 0  4560
+2 34626 074.0619 214.6532 0045071 288.6191 188.6924 14.49053885291013
+1 34629U 93036XA  14238.17490860  .00009023  00000-0  13234-2 0  3755
+2 34629 073.7898 059.0846 0088437 257.6947 221.5384 14.73010530293766
+1 34631U 93036XC  14236.88580086  .00007838  00000-0  13336-2 0   240
+2 34631 074.0256 163.0674 0043585 248.2953 172.8952 14.68609146291964
+1 34634U 93036XF  14238.07613777  .00000643  00000-0  18123-3 0  8919
+2 34634 074.0556 211.7239 0054441 285.9230 196.5155 14.47044301290541
+1 34635U 93036XG  14236.13539713  .00001025  00000-0  30929-3 0  9499
+2 34635 074.0550 251.8728 0051487 288.3967 134.6108 14.43019328288641
+1 34637U 93036XJ  14238.16251045  .00000962  00000-0  29109-3 0  4509
+2 34637 074.0554 248.7490 0071750 282.6130 147.7052 14.42239135288868
+1 34638U 93036XK  14237.48478194  .00003066  00000-0  88639-3 0  4758
+2 34638 074.0478 258.8748 0017681 275.2301 202.1727 14.44892109288484
+1 34639U 93036XL  14237.14812763  .00003086  00000-0  93874-3 0  3765
+2 34639 074.0377 278.6277 0056927 295.0273 124.9572 14.41567774286733
+1 34641U 93036XN  14236.48317002  .00000790  00000-0  28270-3 0  7974
+2 34641 073.8443 244.7867 0023360 249.4875 262.3966 14.35610362288294
+1 34642U 93036XP  14237.57421589  .00000862  00000-0  60606-3 0  9467
+2 34642 074.0091 196.4119 0233986 200.2417 283.7026 13.87318574279430
+1 34643U 97051JU  14237.77620098  .00004765  00000-0  14597-2 0  2946
+2 34643 086.3923 357.7015 0034981 028.8272 099.8289 14.41220158285395
+1 34645U 97051JW  14238.08601909  .00031140  00000-0  39756-2 0  7635
+2 34645 086.3398 323.3562 0008539 064.1262 296.0839 14.81275930288602
+1 34648U 97051JZ  14237.85398329  .00002881  00000-0  21689-2 0  1451
+2 34648 086.4163 078.8928 0251688 214.5785 208.3032 13.80170102277275
+1 34651U 97051KC  14237.45406881  .00001655  00000-0  10101-2 0  4126
+2 34651 086.2958 032.7322 0205967 058.0312 355.5519 13.95453896279820
+1 34652U 97051KD  14238.02904057  .00001085  00000-0  31513-3 0  9672
+2 34652 086.3417 334.3464 0039013 019.9753 103.8292 14.43041049289057
+1 34657U 97051KJ  14237.03561138  .00011901  00000-0  24088-2 0  9818
+2 34657 086.3236 330.1885 0029583 146.2104 275.0365 14.60946198288798
+1 34661U 09014A   14237.31819134 -.00000072  00000-0  00000+0 0  1194
+2 34661 056.2476 022.3687 0068421 050.0365 293.6329 02.00571134 39762
+1 34662U 09014B   14239.04885196  .00290719  00000-0  10221-2 0  8541
+2 34662 039.9633 292.7513 2534951 160.7318 211.0572 10.54020827128806
+1 34664U 93036XQ  14238.60822931  .00088237  00000-0  50213-2 0  7813
+2 34664 074.0191 098.7520 0040601 156.4353 203.9222 15.12058906294200
+1 34667U 91025L   14237.37558958 -.00004586  00000-0 -10539+0 0  5662
+2 34667 065.9768 163.8908 5426666 274.7500 203.5496 04.33137202 85876
+1 34671U 93036XR  14236.17501969  .00001080  00000-0  35995-3 0  8583
+2 34671 074.0363 276.9191 0025304 291.0605 124.7493 14.38638983286467
+1 34672U 93036XS  14236.54029058  .00000215  00000-0  88889-4 0  4507
+2 34672 074.0364 295.2761 0027415 292.8509 134.5155 14.32286681285778
+1 34674U 93036XU  14236.99894686  .00004902  00000-0  10917-2 0  9805
+2 34674 073.9865 201.6209 0127949 064.7159 358.1561 14.52187469288956
+1 34675U 93036XV  14236.76750563  .00002885  00000-0  87197-3 0  5704
+2 34675 074.0397 271.6373 0044528 291.0481 068.5916 14.42267634286767
+1 34676U 93036XW  14236.92146874  .00032226  00000-0  26289-2 0  3239
+2 34676 073.9663 049.0608 0061561 160.0505 320.8456 14.97806065292495
+1 34678U 93036XY  14237.60819661  .00000013  00000-0  15194-4 0  3636
+2 34678 074.0378 304.9690 0026741 273.2779 211.4779 14.29584903284119
+1 34679U 93036XZ  14237.01136485  .00004368  00000-0  97637-3 0   431
+2 34679 074.0179 195.3500 0059321 263.7050 208.2486 14.55962395290083
+1 34680U 93036YA  14237.14962201  .00000961  00000-0  31180-3 0  2595
+2 34680 074.0493 263.3389 0014671 299.1786 131.2258 14.40211534287010
+1 34681U 93036YB  14238.12631918  .00001826  00000-0  46545-3 0  4913
+2 34681 074.0779 210.2303 0048472 276.0698 209.6053 14.50627094291164
+1 34682U 93036YC  14236.45827554  .00000798  00000-0  24455-3 0  3856
+2 34682 074.0441 242.6595 0026304 318.7647 193.6702 14.43125874289465
+1 34683U 93036YD  14236.44454373  .00000813  00000-0  25810-3 0   728
+2 34683 074.0344 255.7670 0032484 303.1818 173.6157 14.41321387286678
+1 34685U 93036YF  14238.13058851  .00000933  00000-0  31106-3 0  3977
+2 34685 074.0354 265.2716 0022928 298.0957 125.1163 14.38843408290152
+1 34687U 93036YH  14237.14941090  .00008402  00000-0  96633-3 0  3138
+2 34687 073.9327 039.7099 0127509 159.5360 323.0518 14.80143914295600
+1 34689U 93036YK  14237.24533081  .00002764  00000-0  20857-2 0  2642
+2 34689 074.1044 307.6474 0315287 281.8672 133.5809 13.73679017273738
+1 34690U 97051KM  14237.35825374  .00002265  00000-0  74358-3 0  4112
+2 34690 086.3922 355.2463 0009815 024.2768 029.1864 14.37938912285523
+1 34693U 97051KQ  14237.03942491  .00001925  00000-0  51729-3 0  3769
+2 34693 086.3450 333.2845 0027911 020.4955 033.8162 14.47387714287417
+1 34694U 97051KR  14237.41423940  .00051460  00000-0  63305-2 0  7546
+2 34694 086.4282 353.0512 0036366 169.0954 234.8399 14.82271650287848
+1 34696U 97051KT  14234.34607218  .00001887  00000-0  10279-2 0   991
+2 34696 086.2133 002.4512 0149345 335.4560 085.0017 14.06239836281340
+1 34697U 97051KU  14235.39726413  .00011209  00000-0  16414-2 0  1567
+2 34697 086.4459 012.4266 0041422 308.4373 103.9070 14.74948073284460
+1 34698U 97051KV  14237.30754233  .00014565  00000-0  29421-2 0  4891
+2 34698 086.3635 343.0378 0010353 234.4054 177.9602 14.61284315286064
+1 34700U 97051KX  14239.02028865  .00063750  00000-0  48112-2 0  6161
+2 34700 086.3861 330.7756 0023503 008.2905 351.9220 15.02255876289031
+1 34702U 97051KZ  14236.43392844  .00001770  00000-0  42071-3 0  8565
+2 34702 086.3138 319.4094 0044562 339.5506 020.3914 14.52778794290407
+1 34705U 97051LC  14238.14465397  .00010734  00000-0  32494-2 0  8020
+2 34705 086.4813 027.0644 0057835 039.5286 082.6144 14.41253796286693
+1 34706U 97051LD  14236.53143812  .00004987  00000-0  10005-2 0  9395
+2 34706 086.3279 324.3146 0038192 070.0839 350.6259 14.61074055289822
+1 34709U 97051LG  14237.75864243  .00015144  00000-0  31286-2 0  3677
+2 34709 086.3426 334.4664 0016836 235.4917 250.9895 14.60199610289081
+1 34710U 09016A   14236.02089484  .00000049  00000-0  00000+0 0  1772
+2 34710 000.0677 017.2105 0004576 147.7770 184.7343 01.00273338 19746
+1 34711U 09016B   14238.21905853 -.00000024  00000-0  10000-3 0  8544
+2 34711 020.8561 057.8767 5939334 321.5700 008.2246 02.20365331 51467
+1 34712U 09016C   14237.46662398  .00003821  00000-0  40440-3 0  2255
+2 34712 046.0754 197.1493 5153678 249.8753 316.7578 05.39932235104410
+1 34714U 09017B   14238.76371289 -.00000177  00000-0  00000+0 0  7619
+2 34714 020.4813 026.2365 8214529 087.3774 353.0687 01.15192716 22582
+1 34718U 93036YL  14236.88428743  .00027841  00000-0  10789-2 0  2334
+2 34718 073.9742 286.6144 0093705 024.4008 336.1581 15.21958195294299
+1 34719U 93036YM  14238.07022657  .00030758  00000-0  29098-2 0  6420
+2 34719 074.0434 108.3597 0046356 177.5452 301.5291 14.92704964290600
+1 34721U 93036YP  14237.59178366  .00000449  00000-0  33034-3 0  9555
+2 34721 073.9285 191.7009 0246026 229.4744 247.5627 13.85166921278475
+1 34722U 93036YQ  14237.93054781  .00000676  00000-0  37740-3 0  9042
+2 34722 073.8897 068.8027 0183163 078.9162 350.7880 14.04508621282057
+1 34723U 93036YR  14235.89581287  .00006361  00000-0  87026-3 0  1504
+2 34723 074.0035 184.3954 0190296 233.1231 125.2367 14.66931972286488
+1 34724U 93036YS  14237.70739704  .00003872  00000-0  24792-2 0  7753
+2 34724 074.0405 247.7347 0272718 240.7485 239.7297 13.87053212274524
+1 34725U 93036YT  14236.13850016  .00007207  00000-0  22071-2 0  8991
+2 34725 074.2089 352.6282 0048186 238.6187 192.4365 14.41222798286188
+1 34726U 93036YU  14236.75639855  .00000680  00000-0  18567-3 0  9272
+2 34726 074.0322 202.5955 0053598 296.4427 131.9926 14.48474839286216
+1 34727U 93036YV  14237.62317120  .00024148  00000-0  24565-2 0  2449
+2 34727 073.9272 055.2765 0066006 189.1700 288.6826 14.89048610290955
+1 34728U 93036YW  14236.23162245  .00001088  00000-0  26890-3 0  9193
+2 34728 074.0269 184.9625 0059096 289.8886 132.4457 14.52296632287314
+1 34729U 93036YX  14237.09345692  .00001767  00000-0  51302-3 0  9772
+2 34729 074.0301 238.3055 0033881 299.9125 121.4362 14.44777747285273
+1 34730U 93036YY  14237.83214103  .00021672  00000-0  25063-2 0  2615
+2 34730 073.9738 142.0513 0140358 001.4767 062.9297 14.78578859291074
+1 34732U 93036ZA  14238.05317583  .00000246  00000-0  78452-4 0  7473
+2 34732 074.0453 219.7844 0042010 319.9940 106.0531 14.44371409285908
+1 34733U 93036ZB  14237.56722719  .00013958  00000-0  23834-2 0  2853
+2 34733 074.0112 214.8703 0017507 252.3241 108.1528 14.68858426287948
+1 34735U 93036ZD  14237.26148528  .00005192  00000-0  11789-2 0  5605
+2 34735 074.0387 219.4297 0069375 260.9301 098.4007 14.54779500288512
+1 34736U 93036ZE  14238.13397671  .00001804  00000-0  58300-3 0  4749
+2 34736 074.0336 275.4568 0023440 273.0265 145.0477 14.39670636285168
+1 34737U 93036ZF  14237.51780244  .00005694  00000-0  16523-2 0  4744
+2 34737 074.0467 285.8098 0031105 206.6322 221.7051 14.44297615285034
+1 34738U 93036ZG  14236.12276422  .00000318  00000-0  10755-3 0  9171
+2 34738 074.0173 246.5819 0052452 307.8592 112.7769 14.40160949283729
+1 34739U 93036ZH  14237.23155266  .00004310  00000-0  81807-3 0   518
+2 34739 074.0309 162.2506 0079727 227.6677 257.9893 14.62491221291256
+1 34741U 93036ZK  14237.63728774  .00006515  00000-0  90602-3 0  3497
+2 34741 073.9961 168.4408 0187270 222.5659 204.1136 14.66610117290756
+1 34742U 93036ZL  14238.02763360  .00012602  00000-0  15704-2 0  4946
+2 34742 074.0359 094.3096 0070777 173.9030 309.6667 14.80712452293030
+1 34743U 93036ZM  14237.50075410  .00011239  00000-0  18369-2 0  5240
+2 34743 074.0115 164.9916 0040415 246.9683 233.4611 14.70381722289957
+1 34744U 93036ZN  14238.07839326  .00005989  00000-0  13269-2 0  4448
+2 34744 074.0185 191.2329 0053962 264.1912 223.3877 14.56460934288446
+1 34745U 93036ZP  14237.10257603  .00008816  00000-0  17220-2 0  5437
+2 34745 074.0311 188.8601 0029804 284.5374 180.3685 14.62756429289230
+1 34746U 93036ZQ  14238.01605534  .00005612  00000-0  14216-2 0  3597
+2 34746 074.0341 230.6810 0033415 279.2448 140.0283 14.50766454290086
+1 34747U 93036ZR  14237.10242462  .00004982  00000-0  75304-3 0  3049
+2 34747 073.9934 108.0447 0074449 221.8229 263.7187 14.72658059292396
+1 34750U 93036ZU  14238.00385612  .00001157  00000-0  37909-3 0  3699
+2 34750 074.1196 290.1424 0059045 276.0391 153.9918 14.38545207287149
+1 34751U 93036ZV  14237.64102660  .00002713  00000-0  93288-3 0   732
+2 34751 074.0128 307.4600 0045735 272.4369 213.5096 14.35932322286760
+1 34752U 93036ZW  14238.06458573  .00000775  00000-0  14480-3 0  3430
+2 34752 074.0229 118.2195 0098480 216.6123 213.2994 14.63728507291245
+1 34753U 93036ZX  14236.89710418  .00022543  00000-0  23928-2 0  6165
+2 34753 074.0013 128.4894 0036391 282.4409 203.4846 14.88490859291191
+1 34754U 93036ZY  14238.15038153  .00000203  00000-0  78007-4 0  4073
+2 34754 074.0311 266.3832 0032640 307.3288 108.9847 14.36406041288719
+1 34755U 93036ZZ  14237.18331373  .00000192  00000-0  20589-3 0  7000
+2 34755 073.9283 043.5873 0425880 107.4976 006.0249 13.45337844270450
+1 34756U 93036AAA 14237.35796617  .00000405  00000-0  37252-3 0  9178
+2 34756 074.0071 349.2687 0368404 004.8326 049.4148 13.58947570273442
+1 34758U 93036AAC 14237.19494451  .00000187  00000-0  18993-3 0  9902
+2 34758 074.1062 051.4055 0408047 040.3980 072.1801 13.50778667271083
+1 34759U 93036AAD 14236.44001277  .00004750  00000-0  12840-2 0   242
+2 34759 074.0304 272.2294 0030340 264.4829 156.0978 14.47786290291175
+1 34760U 93036AAE 14237.20236347  .00000867  00000-0  45215-3 0  8669
+2 34760 074.0659 054.8753 0106880 032.8007 086.8313 14.13040057283308
+1 34761U 93036AAF 14236.31846869  .00000487  00000-0  20400-3 0  7810
+2 34761 074.0341 325.8060 0045343 278.0115 138.6840 14.28133046286434
+1 34763U 93036AAH 14236.49753795  .00006383  00000-0  22698-2 0   348
+2 34763 074.1798 028.2920 0075495 259.7392 166.1433 14.32923881286844
+1 34764U 97051LH  14237.57444752  .00010068  00000-0  24064-2 0  3112
+2 34764 086.3747 347.5411 0008621 260.4999 099.5233 14.53522884287451
+1 34765U 97051LJ  14237.81976654  .00000626  00000-0  22209-3 0  2579
+2 34765 086.3462 347.2531 0017842 022.8231 104.8702 14.32868094284989
+1 34772U 97051LR  14237.72336095  .00229273  00000-0  99006-2 0  1136
+2 34772 086.3740 327.9314 0013901 244.5767 240.3216 15.21413767290737
+1 34773U 97051LS  14236.36562822  .00003550  00000-0  10758-2 0  8665
+2 34773 086.4197 002.1750 0014266 297.5744 115.4343 14.41985721289533
+1 34774U 97051LT  14237.12343995  .00004454  00000-0  12399-2 0  5337
+2 34774 086.4386 001.9717 0010077 232.2482 181.7257 14.46193983289889
+1 34775U 97051LU  14238.11199312  .00003832  00000-0  13105-2 0  1959
+2 34775 086.3865 359.9261 0028458 008.8876 112.4888 14.35871471286608
+1 34776U 97051LV  14237.44315192  .00056703  00000-0  49430-2 0  5512
+2 34776 086.3719 328.9897 0010958 306.8431 180.2774 14.96566690289412
+1 34779U 09018A   14238.02219714  .00000000  00000-0  10000-3 0  1033
+2 34779 003.4453 065.7286 0083118 178.0850 182.3333 01.00168492 19841
+1 34780U 09018B   14238.54032628  .00005341  00000-0  21964-2 0   806
+2 34780 020.7210 030.5913 7202356 133.2397 315.4706 02.36847317 45343
+1 34781U 93036AAJ 14238.86299250  .00018257  00000-0  28861-2 0  9027
+2 34781 074.0604 173.7302 0054396 328.7411 031.1021 14.71279531287636
+1 34784U 93036AAM 14237.97532534  .00000994  00000-0  26485-3 0  9947
+2 34784 074.0119 195.0810 0063318 285.7019 137.7584 14.48708687287013
+1 34787U 93036AAQ 14237.30264522  .00006163  00000-0  14771-2 0  7278
+2 34787 074.0328 219.7675 0023825 300.2444 059.6360 14.53517761289063
+1 34788U 93036AAR 14238.14494450  .00006210  00000-0  65684-3 0  2499
+2 34788 073.9982 024.1576 0161713 110.9777 011.2139 14.80172053297833
+1 34789U 93036AAS 14237.68396515  .00003331  00000-0  14982-2 0  1440
+2 34789 074.2100 087.9905 0115082 340.6429 088.4684 14.19218630282522
+1 34790U 93036AAT 14236.89763361  .00000841  00000-0  41505-3 0  1064
+2 34790 074.0579 041.5458 0111534 023.4718 099.3892 14.15741399281829
+1 34791U 93036AAU 14236.43301250  .00003625  00000-0  61277-3 0   554
+2 34791 074.0258 130.8694 0068843 245.7340 235.5116 14.68200294294113
+1 34792U 93036AAV 14236.56143895  .00000914  00000-0  31494-3 0  8619
+2 34792 074.0260 276.4382 0019727 291.3627 187.9913 14.37229812281631
+1 34793U 93036AAW 14236.31086969  .00000217  00000-0  85716-4 0  8715
+2 34793 074.0037 278.6142 0055879 323.2847 161.9080 14.34024133281407
+1 34794U 93036AAX 14237.80870783  .00023647  00000-0  19886-2 0  7507
+2 34794 073.9034 017.2137 0080337 154.4342 206.2106 14.95673045295850
+1 34795U 93036AAY 14237.38283831  .00030733  00000-0  26410-2 0  3256
+2 34795 073.9326 118.3429 0116613 349.7563 124.9640 14.92123482291658
+1 34796U 93036AAZ 14237.55790838  .00000566  00000-0  18868-3 0  1153
+2 34796 074.0364 280.0533 0123290 312.6822 168.2246 14.35742584287208
+1 34797U 93036ABA 14238.10062853  .00001365  00000-0  62643-3 0  6709
+2 34797 073.9881 020.2198 0105663 341.8840 135.1732 14.19323251283285
+1 34807U 09019A   14238.27677697  .00022769  00000-0  45225-3 0   415
+2 34807 041.2166 211.7905 0007570 203.2780 290.5956 15.46415934300258
+1 34809U 09019C   14237.43442412  .00021340  00000-0  36049-3 0  4949
+2 34809 041.0852 305.6035 0043451 169.9633 258.5569 15.50017355298890
+1 34811U 09020B   14238.65304720  .00000000  00000-0  10000-3 0  8615
+2 34811 002.3255 354.0177 4761739 138.2548 270.6493 01.81487208 35470
+1 34812U 93036ABB 14238.17345138  .00016642  00000-0  24451-2 0  4575
+2 34812 074.0039 155.1493 0038802 238.5639 238.2836 14.74958553285411
+1 34813U 93036ABC 14228.25975691  .00000608  00000-0  65375-3 0  6812
+2 34813 073.9407 151.6856 0509577 226.5665 293.4610 13.30337128263982
+1 34814U 93036ABD 14235.56845028  .00000473  00000-0  20864-3 0  5975
+2 34814 073.9002 319.5269 0065328 330.5471 090.8525 14.25046944284456
+1 34815U 93036ABE 14235.98668840  .00001339  00000-0  31796-3 0  9036
+2 34815 074.0514 200.3462 0093839 250.7212 173.0006 14.52327275284157
+1 34816U 93036ABF 14237.71925007  .00000081  00000-0  93111-4 0  8549
+2 34816 073.8895 356.3490 0390541 077.4190 351.6847 13.52741791269319
+1 34818U 93036ABH 14234.51644796  .00000226  00000-0  92004-4 0  7022
+2 34818 074.0374 296.1396 0027521 299.3598 122.1090 14.32807785281774
+1 34819U 93036ABJ 14236.81872951  .00001118  00000-0  37649-3 0  1628
+2 34819 074.0269 275.6941 0029327 290.7434 186.3633 14.37986783287273
+1 34820U 93036ABK 14237.99938781  .00012422  00000-0  11031-2 0  2249
+2 34820 073.9884 090.4031 0143466 286.0119 143.1043 14.88558429293167
+1 34821U 93036ABL 14237.38074369  .00040020  00000-0  29898-2 0  4827
+2 34821 074.0226 116.2692 0040941 176.7689 299.2007 15.01937647286930
+1 34822U 93036ABM 14235.98009492  .00006472  00000-0  13587-2 0  9520
+2 34822 074.0232 203.3120 0034358 274.8630 144.0182 14.59453674283880
+1 34823U 93036ABN 14237.68892464  .00000712  00000-0  18325-3 0  6703
+2 34823 074.0430 240.9822 0188469 276.5945 081.3789 14.42100609288080
+1 34825U 97051LZ  14236.82326124  .00003651  00000-0  10970-2 0  1758
+2 34825 086.3816 353.3792 0013384 324.1196 164.6653 14.42423081285110
+1 34827U 97051MB  14236.79808372  .00008989  00000-0  22120-2 0  9607
+2 34827 086.3928 352.1937 0009897 146.6364 342.8107 14.52139060285758
+1 34832U 97051MG  14234.32366071  .05953127  74084-1  25326-1 0  3982
+2 34832 086.3574 331.7739 0027609 294.2678 129.3850 15.91816102286390
+1 34833U 97051MH  14237.56977558  .00001072  00000-0  35292-3 0  2865
+2 34833 086.4020 356.4083 0024517 041.2140 086.4665 14.37136036282655
+1 34839U 09021A   14238.32916878  .00002261  00000-0  10605-3 0  9571
+2 34839 097.2807 311.6471 0032623 348.3665 075.6724 15.20212247296369
+1 34840U 09021B   14237.45151125  .00054524  00000-0  49392-3 0  6124
+2 34840 097.5081 359.1693 0037941 247.1419 112.5833 15.66932167298412
+1 34845U 93036ABP 14238.32569274  .00000256  00000-0  88979-4 0  4141
+2 34845 074.0273 242.9451 0024350 326.2036 033.7598 14.40353432285067
+1 34846U 93036ABQ 14238.01240051  .00000672  00000-0  25170-3 0  8821
+2 34846 074.0374 295.5806 0034353 292.3210 143.1873 14.33339100281098
+1 34847U 93036ABR 14236.85272917  .00006294  00000-0  71803-3 0  6253
+2 34847 074.0505 044.1604 0135604 125.8840 235.5016 14.79809509291405
+1 34850U 93036ABU 14237.39458456  .00007021  00000-0  17487-2 0  1432
+2 34850 074.0201 236.5618 0071168 279.2544 149.2383 14.50318702284828
+1 34852U 93036ABW 14237.51081142  .00000138  00000-0  57885-4 0  4873
+2 34852 074.0323 275.1665 0018206 303.1526 126.9343 14.34809062283101
+1 34853U 93036ABX 14237.30397230  .00005183  00000-0  10505-2 0  6984
+2 34853 074.0769 195.7566 0069460 229.9566 201.4403 14.59960668285970
+1 34854U 93036ABY 14237.46926104  .00000912  00000-0  19578-3 0  5018
+2 34854 074.0384 152.3856 0092013 233.8351 245.2976 14.57598135287091
+1 34855U 93036ABZ 14237.68941853  .00017300  00000-0  19824-2 0  1918
+2 34855 073.9511 074.8190 0062300 207.5283 279.1163 14.84496063287696
+1 34856U 93036ACA 14236.83735763  .00001084  00000-0  23077-3 0  9293
+2 34856 074.0169 158.0735 0087564 241.1573 174.3492 14.57956926285422
+1 34857U 93036ACB 14238.09407253  .00001048  00000-0  32159-3 0  8283
+2 34857 074.0224 251.0808 0091046 298.7023 115.9312 14.40609203282792
+1 34858U 93036ACC 14238.13976428  .00014225  00000-0  25165-2 0  4920
+2 34858 074.0616 215.4613 0079456 252.1467 234.5627 14.65314892284055
+1 34859U 93036ACD 14238.11170645  .00002487  00000-0  73197-3 0  9365
+2 34859 074.0442 251.9564 0010150 308.0596 108.6108 14.44190154282742
+1 34860U 93036ACE 14238.08206874  .00004498  00000-0  12232-2 0    49
+2 34860 074.0309 249.4837 0037316 279.1948 135.5439 14.47378722282943
+1 34861U 93036ACF 14237.20954503  .00002187  00000-0  70022-3 0  9473
+2 34861 074.0358 275.9210 0030047 287.6765 138.8945 14.39919957281828
+1 34863U 93036ACH 14237.43700950  .00015095  00000-0  16679-2 0  3388
+2 34863 074.0201 114.2980 0083914 168.8684 254.9311 14.84848976286326
+1 34866U 97051ML  14237.55031471  .00039461  00000-0  39453-2 0  8732
+2 34866 086.3120 320.1673 0009145 050.8543 309.3495 14.91246976287048
+1 34868U 97051MN  14237.77050093  .00010845  00000-0  32944-2 0  8024
+2 34868 086.5455 046.2699 0156051 123.6678 237.9514 14.35217249281977
+1 34869U 97051MP  14237.16235132  .00008567  00000-0  33620-2 0  9556
+2 34869 086.4538 035.0905 0100151 147.9283 333.8794 14.26531412279082
+1 34870U 97051MQ  14238.05732792  .00001474  00000-0  41385-3 0  7388
+2 34870 086.3259 329.5212 0032339 020.3792 102.2661 14.45061116291126
+1 34873U 93036ACL 14239.13254215  .00005256  00000-0  14985-2 0  9366
+2 34873 074.0201 294.4257 0049817 279.5007 080.1006 14.44470614287493
+1 34874U 93036ACM 14237.01279286  .00000901  00000-0  39280-3 0  6452
+2 34874 074.0450 352.0203 0064634 297.2912 183.2653 14.24316021282394
+1 34875U 93036ACN 14237.74549889  .00000654  00000-0  21507-3 0  7563
+2 34875 074.0472 253.4332 0019424 320.2277 159.7884 14.40110290282486
+1 34877U 93036ACQ 14237.80089390  .00012169  00000-0  11637-2 0  9476
+2 34877 073.9505 359.5367 0125351 149.5419 339.1562 14.87464981292844
+1 34878U 93036ACR 14237.95967716  .00000302  00000-0  32570-3 0  3751
+2 34878 073.9649 079.9913 0452478 136.4431 297.2382 13.39487756265032
+1 34879U 93036ACS 14212.46732523  .00001123  00000-0  12473-2 0  4973
+2 34879 073.9174 225.6794 0562607 316.8859 038.9431 13.19803193261202
+1 34881U 93036ACU 14231.64563779  .00030527  00000-0  11283-2 0  9166
+2 34881 074.0447 331.5745 0083917 019.6118 045.9411 15.24259618291069
+1 34882U 93036ACV 14237.10176161  .00000272  00000-0  65041-4 0  4633
+2 34882 074.0504 151.6410 0091337 257.1002 163.2645 14.56337933287283
+1 34883U 93036ACW 14235.77602789  .00002088  00000-0  11346-2 0  9252
+2 34883 074.1833 148.2861 0164213 047.7213 343.7925 14.06238569280989
+1 34884U 93036ACX 14234.16147848  .00001235  00000-0  39192-3 0  9854
+2 34884 074.0343 271.6391 0023464 294.2752 120.1097 14.40925932278881
+1 34885U 93036ACY 14237.54078194  .00000890  00000-0  30404-3 0  9298
+2 34885 074.0376 272.1623 0021691 291.7004 186.0998 14.37698451280001
+1 34886U 93036ACZ 14237.21858286  .00002863  00000-0  44386-3 0  5989
+2 34886 073.9740 083.5056 0119395 191.3609 168.4864 14.68942980286997
+1 34887U 93036ADA 14238.78134188  .00064649  00000-0  41020-2 0  2259
+2 34887 073.9278 021.8980 0051703 150.4694 209.9946 15.07693480289495
+1 34888U 93036ADB 14238.99707405  .00192619  00000-0  58204-2 0  1105
+2 34888 074.0001 084.0063 0038868 140.8000 219.6553 15.33363513288587
+1 34889U 97051MR  14237.30601930  .00005755  00000-0  15821-2 0  7879
+2 34889 086.3815 350.5413 0009326 296.5520 063.4726 14.46835839285885
+1 34890U 97051MS  14237.62595086  .00007834  00000-0  28997-2 0   152
+2 34890 086.3130 359.8007 0094163 109.4129 310.8986 14.29773628282510
+1 34893U 97051MV  14237.95658684  .00009975  00000-0  26077-2 0   431
+2 34893 086.1599 311.3011 0044844 040.1010 084.5608 14.48696767287744
+1 34895U 97051MX  14238.09293517  .00014004  00000-0  25580-2 0  9457
+2 34895 086.4196 353.9909 0078669 308.2853 051.1300 14.63835787286095
+1 34896U 97051MY  14237.05342455  .00001079  00000-0  29607-3 0  6538
+2 34896 086.3403 330.9218 0038122 016.3141 105.0601 14.45765311284547
+1 34897U 97051MZ  14239.05591249  .00019093  00000-0  37931-2 0  6665
+2 34897 086.4196 357.9859 0007759 158.2318 201.9718 14.62218237285042
+1 34898U 97051NA  14237.25124093  .00003599  00000-0  81501-3 0  6527
+2 34898 086.3418 324.7789 0031946 347.4177 012.6229 14.55597118285306
+1 34899U 97051NB  14237.11141497  .00008560  00000-0  24730-2 0   684
+2 34899 086.4001 004.6592 0044145 035.6337 088.8320 14.43922379280468
+1 34907U 93036ADC 14238.82706488  .00002171  00000-0  70388-3 0  6172
+2 34907 074.0215 279.2777 0023663 287.5280 072.3774 14.38757909281472
+1 34908U 93036ADD 14237.62810337  .00000522  00000-0  21746-3 0  6216
+2 34908 074.0636 329.5460 0048849 295.6876 130.4063 14.28183961282368
+1 34909U 93036ADE 14236.38188733  .00000642  00000-0  12459-3 0  5096
+2 34909 074.0180 123.7610 0112867 214.2730 145.1119 14.61507029288602
+1 34910U 93036ADF 14237.34824370  .00000378  00000-0  42241-3 0  6762
+2 34910 073.8759 099.8327 0485181 199.6963 287.7101 13.32847331266472
+1 34911U 93036ADG 14236.46729315  .00000194  00000-0  49383-4 0  6286
+2 34911 074.0447 156.8620 0090881 252.0168 230.3328 14.55251048285869
+1 34912U 93036ADH 14236.25451286  .00001996  00000-0  37507-3 0  8796
+2 34912 074.1707 175.1296 0077138 191.0490 294.4259 14.63437516287987
+1 34913U 93036ADJ 14236.81958568  .00000011  00000-0  13577-4 0  3978
+2 34913 074.0272 280.0397 0022430 306.1303 174.2527 14.33748517283004
+1 34914U 93036ADK 14237.23208337  .00006380  00000-0  12067-2 0  6236
+2 34914 074.0090 196.8195 0186384 047.8028 014.8503 14.53953645285484
+1 34916U 93036ADM 14235.99410719  .00005788  00000-0  11696-2 0  8957
+2 34916 074.0843 209.7232 0121939 013.7819 041.0349 14.56948563290069
+1 34917U 93036ADN 14237.98862894  .00363511  00000-0  84507-2 0  3085
+2 34917 073.9966 085.8698 0033091 149.1981 211.1178 15.40315058294120
+1 34918U 93036ADP 14237.99631475  .00001335  00000-0  52063-3 0  3981
+2 34918 074.0827 337.1904 0050406 280.3971 079.1500 14.29950081280839
+1 34920U 93036ADR 14235.78979069  .00001517  00000-0  47900-3 0  5688
+2 34920 074.0362 277.5616 0025040 277.2740 082.5569 14.40955728283313
+1 34921U 93036ADS 14237.37438618  .00016246  00000-0  28531-2 0  9694
+2 34921 074.0285 221.5217 0035281 252.1071 230.2393 14.67274587283785
+1 34922U 93036ADT 14235.72609157  .00007533  00000-0  98530-3 0  8189
+2 34922 074.1619 117.0156 0123920 113.3428 248.0841 14.75270988287870
+1 34924U 93036ADV 14237.73870493  .00001166  00000-0  34696-3 0  9570
+2 34924 074.0465 245.7196 0077403 284.1176 191.2873 14.42579989280104
+1 34926U 97051NF  14237.12913318  .00002794  00000-0  15432-2 0  8696
+2 34926 086.1639 355.5326 0183388 009.6106 111.7043 14.02979442281135
+1 34928U 97051NH  14238.06260479  .00003236  00000-0  80049-3 0  3587
+2 34928 086.4099 343.1021 0036242 031.1877 095.1770 14.51351472285267
+1 34931U 97051NL  14237.50839604  .00015588  00000-0  33501-2 0  3674
+2 34931 086.3505 344.6457 0016328 299.7436 185.2012 14.58393740281174
+1 34941U 09027A   14237.78769344 -.00000361  00000-0  10000-3 0  2565
+2 34941 000.0278 003.7225 0003455 243.0731 118.9207 01.00275516 19382
+1 34942U 09027B   14238.10096706  .00000000  00000-0  10000-3 0  6448
+2 34942 007.2254 133.6072 3366680 219.8333 109.8726 01.57275826 30310
+1 34943U 09027C   14237.72576324  .00434915  28633-6  10759-2 0  4975
+2 34943 049.1169 306.1248 4278315 174.8655 349.1576 07.11570751 72823
+1 34944U 93036ADX 14236.79233820  .00000856  00000-0  42070-3 0  4669
+2 34944 073.7668 040.8273 0241438 202.3674 156.6796 14.05180731280474
+1 34945U 93036ADY 14238.03620664  .00039413  00000-0  27764-2 0  2385
+2 34945 073.9110 018.0068 0090247 221.6240 253.6158 15.01539046288158
+1 34946U 93036ADZ 14237.27570725  .00001058  00000-0  28487-3 0  5575
+2 34946 074.0262 205.2368 0065385 280.9499 141.4691 14.48041552283264
+1 34948U 93036AEB 14236.51678536  .00001726  00000-0  57085-3 0  6739
+2 34948 074.0256 290.9322 0032900 275.3210 147.2421 14.38409451281400
+1 34949U 93036AEC 14236.38268211  .00000511  00000-0  10502-3 0  5014
+2 34949 074.0210 130.0409 0100511 232.6155 126.5829 14.60313237286980
+1 34951U 93036AEE 14237.16375266  .00001952  00000-0  41419-3 0  9018
+2 34951 074.0217 162.7663 0077578 247.5334 177.3971 14.58018809285125
+1 34953U 93036AEG 14234.34561579  .00000924  00000-0  24843-3 0  7402
+2 34953 074.0989 236.3920 0086816 256.5140 163.8378 14.47338673281979
+1 34954U 93036AEH 14234.44684465  .00001925  00000-0  61218-3 0  6165
+2 34954 073.9959 278.7657 0036980 295.6757 064.0580 14.40187737281464
+1 34955U 93036AEJ 14237.26482789  .00002407  00000-0  34772-3 0  4815
+2 34955 074.0466 078.1554 0130984 158.3599 320.9992 14.71051815290390
+1 34958U 93036AEM 14238.12938970  .00005119  00000-0  52890-3 0  9495
+2 34958 074.0195 025.2831 0166780 098.9276 024.0500 14.80577363290733
+1 34960U 93036AEP 14238.08017624  .04487581  22713-1  23434-1 0  5940
+2 34960 073.9527 127.8531 0033137 195.5922 292.3368 15.83959942283432
+1 34962U 93036AER 14237.76196821  .00000562  00000-0  19546-3 0  4954
+2 34962 074.0329 265.0094 0022751 305.2876 177.1319 14.37659227282912
+1 34963U 93036AES 14237.02740089  .00001410  00000-0  54997-3 0  4003
+2 34963 074.1840 354.7538 0054503 270.3035 210.8897 14.29752789280608
+1 34964U 93036AET 14238.26165788  .00000990  00000-0  70291-3 0  5220
+2 34964 073.9814 205.6711 0247123 218.6663 139.6456 13.85349830273902
+1 34965U 93036AEU 14237.38257125  .00000481  00000-0  15297-3 0  5253
+2 34965 074.0533 239.7167 0029883 321.9293 102.2094 14.42285392283220
+1 34966U 93036AEV 14237.15989823  .00007377  00000-0  12574-2 0  7398
+2 34966 073.9816 143.4817 0052498 319.4154 111.1527 14.68261485285870
+1 34967U 93036AEW 14236.77589202  .00000682  00000-0  25765-3 0  4489
+2 34967 074.0006 292.3109 0049555 320.7201 039.0096 14.32567123280211
+1 34968U 93036AEX 14237.48669103  .00000245  00000-0  60741-4 0  5321
+2 34968 074.0419 156.3136 0094294 243.0661 234.4725 14.54973388284791
+1 34969U 93036AEY 14227.98594013  .00000343  00000-0  14632-3 0  3035
+2 34969 074.0115 338.5197 0081203 004.2872 355.9422 14.27031985279620
+1 34970U 93036AEZ 14238.12621347  .00009923  00000-0  16760-2 0  6710
+2 34970 074.0200 156.4110 0056875 232.0830 127.5191 14.68434087286361
+1 34971U 93036AFA 14237.18325527  .00000385  00000-0  10211-3 0  4433
+2 34971 073.9818 170.8559 0077186 285.3809 137.8328 14.50632846285175
+1 34972U 93036AFB 14236.10432319  .00001280  00000-0  39517-3 0  6867
+2 34972 073.9981 252.6841 0062196 307.9063 108.5610 14.41300561279413
+1 34976U 93036AFF 14237.32127669  .00001738  00000-0  44018-3 0  9374
+2 34976 074.0683 212.0065 0075167 256.2939 170.5382 14.49994293282010
+1 34977U 93036AFG 14234.23463264  .00002502  00000-0  79084-3 0    08
+2 34977 074.0340 292.2229 0064011 308.4426 106.8299 14.39545524278034
+1 34978U 93036AFH 14237.00482027  .00005558  00000-0  11125-2 0  4699
+2 34978 074.0311 171.1004 0055388 273.5621 214.3505 14.61071776281313
+1 34979U 93036AFJ 14237.31340546  .00001501  00000-0  36939-3 0   526
+2 34979 074.0502 199.7488 0081567 254.8893 175.7431 14.51197855280558
+1 34982U 97051NN  14236.61312624  .00019571  00000-0  25936-2 0  1328
+2 34982 086.4120 337.5454 0021929 351.8307 073.6964 14.79612734283675
+1 34983U 97051NP  14237.09394999  .00006767  00000-0  20355-2 0  5199
+2 34983 086.3727 001.3952 0049963 024.3366 336.0177 14.41788599279929
+1 34985U 97051NR  14238.09283685  .00000545  00000-0  19489-3 0  9437
+2 34985 086.3782 356.1858 0024933 031.2868 093.8937 14.32080985280133
+1 34986U 97051NS  14238.11248399  .00004545  00000-0  14610-2 0  2004
+2 34986 086.3921 001.5341 0035940 006.4231 049.3957 14.38828590279656
+1 34987U 97051NT  14237.45536589  .00007566  00000-0  16673-2 0  9264
+2 34987 086.3492 332.8925 0010751 062.9688 031.3492 14.57269592289966
+1 34989U 93036AFM 14238.12655630  .00003494  00000-0  94012-3 0  4916
+2 34989 074.0265 222.3424 0036691 296.6554 159.6988 14.47996658278721
+1 34990U 93036AFN 14237.79298730  .00000480  00000-0  17658-3 0  4085
+2 34990 074.0470 280.8351 0019406 287.4561 190.8236 14.35253507281712
+1 34991U 93036AFP 14236.32997920  .00004297  00000-0  11415-2 0  4805
+2 34991 074.0462 238.6584 0020169 300.7016 118.7232 14.48795540282151
+1 34992U 93036AFQ 14237.86203854  .00017220  00000-0  99726-3 0  7661
+2 34992 073.8507 283.9458 0104519 116.8266 004.3653 15.07602455293008
+1 34993U 93036AFR 14237.23237326  .00006406  00000-0  18639-2 0  7852
+2 34993 074.0257 300.4548 0055237 290.2523 136.1741 14.43530970281015
+1 34995U 93036AFT 14229.69858225  .00002615  00000-0  71639-3 0  3799
+2 34995 073.8417 233.9712 0057506 209.3608 150.4316 14.46713466280024
+1 34997U 93036AFV 14238.88687376  .00001373  00000-0  55030-3 0  2830
+2 34997 073.8885 323.7140 0128021 052.6638 308.6574 14.23893799279283
+1 34998U 93036AFW 14235.77617046  .00000416  00000-0  14439-3 0  4841
+2 34998 074.0145 261.4878 0025851 314.2134 168.3617 14.38515880279925
+1 34999U 93036AFX 14236.68463231  .00013642  00000-0  24286-2 0  1671
+2 34999 074.0159 194.6259 0031557 265.6838 150.0481 14.66786504282184
+1 35000U 93036AFY 14232.35751639  .00002052  00000-0  50568-3 0  6814
+2 35000 074.0451 222.6813 0089140 269.0965 089.9981 14.50478350280375
+1 35008U 09029A   14238.34192740 -.00000003  00000-0  10000-3 0   599
+2 35008 064.8263 194.1428 6883502 273.9667 016.4425 02.24481107 43040
+1 35009U 09029B   14237.40192465  .00000134  00000-0 -25666-2 0  1735
+2 35009 064.6972 173.1831 6877418 273.2900 016.7688 02.34551757 44396
+1 35012U 93036AFZ 14237.32512422  .00000245  00000-0  79407-4 0  5741
+2 35012 074.0210 227.9290 0086043 289.3283 069.8584 14.42354539280385
+1 35014U 93036AGB 14236.73485465  .00001240  00000-0  38525-3 0  4800
+2 35014 074.0111 250.8274 0017628 307.8349 052.1210 14.42027094282809
+1 35015U 93036AGC 14236.46939812  .00000515  00000-0  19460-3 0  3991
+2 35015 073.9578 293.4224 0094467 356.6234 003.4326 14.31369201280457
+1 35016U 93036AGD 14236.85412272  .00000309  00000-0  12346-3 0  4775
+2 35016 073.9328 296.3200 0124423 016.2400 102.8155 14.28520890277658
+1 35018U 93036AGF 14238.08415633  .00000492  00000-0  45215-3 0  8305
+2 35018 073.9887 354.8890 0375594 021.0732 097.6665 13.57568466271174
+1 35019U 93036AGG 14237.27183106  .00006270  00000-0  14260-2 0  7879
+2 35019 074.0198 213.3306 0040359 273.9383 148.7078 14.55631800282878
+1 35020U 93036AGH 14237.11372744  .00000244  00000-0  56454-4 0  4811
+2 35020 074.0517 141.6108 0099939 238.6601 120.4754 14.57862135285877
+1 35021U 93036AGJ 14237.99833639  .00019595  00000-0  13769-2 0  6263
+2 35021 073.9251 352.5925 0086323 137.6084 223.3642 15.02041062289958
+1 35022U 93036AGK 14236.57329114  .00000903  00000-0  23739-3 0  3859
+2 35022 074.0234 195.3544 0055875 335.6444 024.2049 14.49691757285609
+1 35023U 93036AGL 14237.04126318  .00001598  00000-0  37819-3 0  8933
+2 35023 074.0540 190.2467 0074163 252.7707 236.2498 14.53304432279657
+1 35025U 93036AGN 14236.03768756  .00000479  00000-0  99421-4 0  5607
+2 35025 073.9397 114.9882 0105933 250.9688 175.5877 14.59828449283004
+1 35026U 93036AGP 14236.49394854  .00000091  00000-0  28978-4 0  4598
+2 35026 074.0489 176.2834 0087330 256.6146 220.7128 14.51765316283253
+1 35028U 93036AGR 14238.12561522  .00000142  00000-0  39241-4 0  4660
+2 35028 074.0406 159.2670 0088170 254.7995 165.9070 14.53916257283594
+1 35031U 93036AGU 14237.48047691  .00000179  00000-0  71748-4 0  4419
+2 35031 074.0386 276.1939 0021123 301.8493 121.4300 14.35090211280429
+1 35032U 93036AGV 14235.69591558  .00000666  00000-0  21139-3 0  6351
+2 35032 073.8577 225.7444 0089470 177.1280 297.8754 14.39789520280420
+1 35033U 93036AGW 14237.75288903  .00000605  00000-0  20861-3 0  2673
+2 35033 074.0299 266.8863 0020980 301.6454 058.2653 14.37932665280711
+1 35034U 93036AGX 14237.93169417  .00016960  00000-0  17508-2 0  3329
+2 35034 073.9972 072.7935 0071328 165.0762 195.2727 14.88257499285987
+1 35037U 93036AHA 14237.22198908  .00003049  00000-0  74249-3 0  6087
+2 35037 074.0089 193.9281 0052392 284.2015 075.3329 14.52366687282474
+1 35038U 93036AHB 14236.01683108  .00001055  00000-0  58583-3 0  5734
+2 35038 074.0803 110.2578 0154184 047.1761 018.1174 14.06445879274234
+1 35039U 93036AHC 14235.15403238  .00004206  00000-0  10875-2 0  7579
+2 35039 074.0280 257.8364 0043237 283.2363 143.5114 14.49659348279981
+1 35042U 93036AHF 14237.11817750  .00005433  00000-0  10114-2 0  5925
+2 35042 074.0191 160.2974 0046361 288.5090 071.1835 14.64634460283241
+1 35043U 93036AHG 14237.81068466  .00004823  00000-0  18665-2 0  7557
+2 35043 073.9788 044.6679 0227365 097.6924 324.6125 14.17111653274441
+1 35045U 93036AHJ 14237.30125236  .00000476  00000-0  32296-3 0  4781
+2 35045 073.7201 093.1038 0193949 230.6204 250.7146 13.94349302271031
+1 35047U 93036AHL 14238.12821358  .00013771  00000-0  21613-2 0   511
+2 35047 074.0162 159.6287 0053090 226.7384 132.9352 14.71703678282302
+1 35048U 97051NU  14235.30093126  .00014170  00000-0  22464-2 0  8948
+2 35048 086.3581 330.1986 0014540 057.6894 007.0738 14.72040325282876
+1 35049U 97051NV  14235.76125347  .00001758  00000-0  47084-3 0  9811
+2 35049 086.3829 345.5313 0008726 168.3595 345.9327 14.47727821280627
+1 35050U 97051NW  14237.29508747  .00009297  00000-0  22363-2 0   451
+2 35050 086.3205 333.8681 0019846 000.5949 053.3129 14.53117953280626
+1 35051U 97051NX  14237.59259439  .00000926  00000-0  31500-3 0  6760
+2 35051 086.3321 341.4871 0007486 335.1739 081.6733 14.35519870277156
+1 35052U 97051NY  14237.06808021  .00000311  00000-0  10290-3 0  7414
+2 35052 086.3365 341.6402 0010428 246.3885 239.0560 14.34716705282846
+1 35054U 97051PA  14237.59042989  .00005146  00000-0  13543-2 0  5835
+2 35054 086.3518 347.2412 0024851 319.3365 040.5754 14.48748700282711
+1 35058U 93036AHM 14237.08873814  .00007659  00000-0  10443-2 0  9977
+2 35058 074.0135 109.4849 0106603 175.9318 308.9096 14.74904846285308
+1 35059U 93036AHN 14236.78283793  .00006302  00000-0  15816-2 0  8157
+2 35059 073.9988 231.4786 0039415 285.0575 128.9200 14.51046834281046
+1 35060U 93036AHP 14236.46402791  .00000435  00000-0  16003-3 0  4916
+2 35060 074.0401 279.1536 0019955 297.5435 062.3565 14.35468364279918
+1 35061U 93036AHQ 14235.60086001  .00000806  00000-0  20884-3 0  5548
+2 35061 074.0527 201.2796 0056056 287.0201 194.0306 14.50562462286027
+1 35062U 93036AHR 14236.08852322  .00001195  00000-0  68600-3 0  5291
+2 35062 074.1027 129.2861 0160730 076.7552 348.8772 14.04024854273730
+1 35063U 93036AHS 14238.79658402  .00056075  00000-0  29432-2 0  6630
+2 35063 073.9992 033.0290 0092606 194.7877 165.1102 15.11918934288210
+1 35065U 93036AHU 14237.44713200  .00000487  00000-0  17167-3 0  4436
+2 35065 074.0232 265.4275 0023781 307.1376 115.9760 14.37296594280322
+1 35066U 93036AHV 14237.24521644  .00005313  00000-0  11833-2 0  4452
+2 35066 074.0250 191.8028 0039404 295.1738 064.5342 14.56679040282653
+1 35067U 93036AHW 14239.15870703  .00003518  00000-0  81637-3 0  6130
+2 35067 073.7664 143.4242 0079135 119.5726 241.3846 14.53048981281059
+1 35068U 93036AHX 14238.97186546  .00381544  00000-0  94612-2 0  1729
+2 35068 074.0020 080.5588 0032549 143.6543 216.7408 15.39699367282345
+1 35071U 93036AJA 14238.14839552  .00001206  00000-0  18129-3 0  3797
+2 35071 073.9359 056.7101 0123660 203.5700 155.9823 14.70725236287219
+1 35073U 93036AJC 14237.37662186  .00002297  00000-0  66172-3 0  4535
+2 35073 074.0239 243.9527 0047098 291.6927 130.9622 14.44666443282727
+1 35076U 93036AJF 14236.40418900  .00001636  00000-0  33535-3 0  3569
+2 35076 073.9723 142.7003 0082317 257.6635 101.5457 14.59508293283222
+1 35077U 97051PC  14215.60463076  .00027513  00000-0  65264-2 0  3121
+2 35077 086.2866 339.2790 0025802 073.5636 286.8403 14.53632267276847
+1 35078U 97051PD  14239.06941162  .00014117  00000-0  32995-2 0  3519
+2 35078 086.3977 356.6693 0019309 273.9886 085.9606 14.54638055278246
+1 35080U 97051PF  14239.11450973  .00001628  00000-0  88568-3 0  7899
+2 35080 086.2490 014.2174 0195598 002.8855 357.3874 14.03060695275523
+1 35090U 99025DJS 14235.68393614  .00001337  00000-0  89585-3 0  4826
+2 35090 098.9589 173.5050 0069532 001.6512 358.4871 14.01414958303748
+1 35091U 99025DJT 14236.28587155  .00001488  00000-0  64216-3 0  4516
+2 35091 098.8598 259.9784 0085732 211.1809 148.4267 14.24071272308494
+1 35093U 99025DJV 14232.23932411  .00002606  00000-0  72556-3 0  2357
+2 35093 098.7348 227.3344 0178305 194.4900 165.1001 14.38328382317497
+1 35094U 99025DJW 14233.87719334  .00006784  00000-0  20441-2 0  4668
+2 35094 097.7605 258.2715 0236442 035.4625 085.3277 14.27869124368422
+1 35095U 99025DJX 14237.88323540  .00005206  00000-0  11729-2 0  3020
+2 35095 098.6660 268.7764 0243671 139.6654 222.2893 14.40076844320142
+1 35097U 99025DJZ 14238.55625370  .00006113  00000-0  85544-3 0  4254
+2 35097 098.6287 357.3451 0224460 216.6112 142.0063 14.61688557338349
+1 35099U 99025DKB 14236.85337049  .00016865  00000-0  17290-2 0  2008
+2 35099 098.3846 246.5380 0212676 052.0831 320.3426 14.75179702339971
+1 35102U 99025DKE 14238.82046911  .00001908  00000-0  85200-3 0  3636
+2 35102 098.8581 253.6645 0062697 195.2140 164.7629 14.21699320318076
+1 35104U 99025DKG 14235.26289706  .00000419  00000-0  23865-3 0  4382
+2 35104 098.9354 251.9925 0034625 081.5649 337.3234 14.14918753315219
+1 35105U 99025DKH 14237.17447142  .00000333  00000-0  11594-3 0  3790
+2 35105 098.8564 356.2132 0125309 037.3537 080.9539 14.37862089350804
+1 35109U 99025DKM 14237.88631139  .00000192  00000-0  10311-3 0  3185
+2 35109 098.8395 266.8723 0159928 035.0245 086.4463 14.17266197300399
+1 35111U 99025DKP 14237.62514573  .00000352  00000-0  24175-3 0  3824
+2 35111 099.5413 036.6855 0027540 070.6302 289.7830 14.06497530346350
+1 35114U 99025DKS 14235.70037216  .00012667  00000-0  93648-3 0  3326
+2 35114 097.5269 037.5907 0250829 140.6477 285.1318 14.81457689361090
+1 35116U 99025DKU 14235.26221715  .00000710  00000-0  39679-3 0  2619
+2 35116 099.0102 242.8441 0067473 323.4062 036.2510 14.13008323311817
+1 35117U 99025DKV 14238.25507456  .00001927  00000-0  80100-3 0  3584
+2 35117 098.8762 257.1709 0057268 202.1305 157.7332 14.26732197301487
+1 35118U 99025DKW 14233.80919379  .00003624  00000-0  60069-3 0  4042
+2 35118 097.8627 093.9991 0206862 087.1418 275.3545 14.57593207357438
+1 35119U 99025DKX 14236.48268372  .00002905  00000-0  80339-3 0  3446
+2 35119 099.9522 323.4214 0068973 355.5780 004.4989 14.46296273349949
+1 35120U 99025DKY 14216.26115850  .00002066  00000-0  13659-2 0  3105
+2 35120 097.9838 212.0952 0185024 315.5358 043.0911 13.94542070338690
+1 35121U 99025DKZ 14215.66848188  .00000017  00000-0  32763-4 0  2007
+2 35121 098.3105 005.9507 0155854 335.2573 023.8015 14.02443591333890
+1 35122U 99025DLA 14236.26967859  .00000347  00000-0  21902-3 0  3698
+2 35122 099.0256 240.1122 0025358 319.3551 097.0913 14.10665865299425
+1 35123U 99025DLB 14225.15505898  .00000548  00000-0  29700-3 0  2401
+2 35123 098.9710 298.9365 0060303 357.7052 002.3766 14.15754552307118
+1 35125U 99025DLD 14236.30918495  .00001021  00000-0  51305-3 0  3610
+2 35125 098.2433 068.3895 0065320 137.4096 223.2089 14.17357452339642
+1 35126U 99025DLE 14239.17361824  .00028247  00000-0  33422-2 0  2467
+2 35126 097.2703 214.0558 0144130 074.8970 286.8642 14.77395243336216
+1 35128U 99025DLG 14238.11769326  .00001898  00000-0  12333-2 0  3902
+2 35128 098.3542 349.3612 0145743 284.5256 073.9781 13.98592508325775
+1 35130U 99025DLJ 14236.82523189  .00002958  00000-0  17173-2 0  4182
+2 35130 099.1178 250.5296 0057119 056.7492 303.9133 14.08703462364093
+1 35134U 99025DLN 14238.01025752  .00002794  00000-0  95290-3 0  2679
+2 35134 098.8552 326.8477 0070858 214.5950 145.0674 14.35844689299139
+1 35135U 99025DLP 14234.25754692  .00000352  00000-0  19281-3 0  3972
+2 35135 098.9179 249.9621 0087213 268.0547 150.6531 14.16419883293671
+1 35136U 99025DLQ 14236.81568336  .00001836  00000-0  77202-3 0  3420
+2 35136 098.8669 256.3516 0080963 200.5353 159.2105 14.25316345292132
+1 35137U 99025DLR 14238.31269884  .00003827  00000-0  15325-2 0  4334
+2 35137 099.1654 267.0456 0277578 136.5855 225.7096 14.10028698324968
+1 35139U 99025DLT 14238.29168051  .00000335  00000-0  18710-3 0  3384
+2 35139 098.9147 254.3160 0070814 259.1323 100.1819 14.16325775329282
+1 35140U 99025DLU 14236.35232818  .00000111  00000-0  50272-4 0  4231
+2 35140 098.8130 295.9975 0301841 037.9832 025.0808 14.18150062290786
+1 35141U 99025DLV 14238.27747582  .00001657  00000-0  10760-2 0   636
+2 35141 099.1963 258.4271 0090856 049.3041 311.5973 14.02032076323799
+1 35142U 99025DLW 14237.32829984  .00000216  00000-0  20666-3 0  4405
+2 35142 099.2891 261.9719 0109669 222.4308 195.0813 13.88753192285179
+1 35144U 99025DLY 14237.25014894  .00001400  00000-0  63507-3 0  3658
+2 35144 098.9070 243.5812 0048654 221.2505 138.5018 14.22936204290416
+1 35145U 99025DLZ 14236.22248397  .00015801  00000-0  14384-2 0  4224
+2 35145 099.6432 027.0510 0174152 195.6789 163.8987 14.84391773354082
+1 35146U 99025DMA 14237.26103245  .00003943  00000-0  83476-3 0  4944
+2 35146 098.0033 049.4497 0294735 261.7478 224.0903 14.36064132345109
+1 35147U 99025DMB 14238.93993571  .00001289  00000-0  47447-3 0  3374
+2 35147 099.4902 147.2845 0057784 338.7379 021.1893 14.31733180343293
+1 35148U 99025DMC 14238.20001721  .00002077  00000-0  54495-3 0  4291
+2 35148 098.9547 025.9118 0105008 047.4575 313.5518 14.47157015364023
+1 35150U 99025DME 14229.57419412  .00003161  00000-0  70469-3 0  1453
+2 35150 099.2443 155.5571 0142241 039.2667 336.7840 14.51611129355110
+1 35151U 99025DMF 14238.04087332  .00021867  00000-0  33386-2 0  4753
+2 35151 099.3333 167.0444 0064392 133.5017 227.1563 14.72430022362368
+1 35152U 99025DMG 14234.43489596  .00000631  00000-0  66233-3 0  2843
+2 35152 099.6728 308.2917 0200535 249.2963 108.6585 13.70660713338594
+1 35153U 99025DMH 14237.38117233  .00001043  00000-0  17657-3 0  5169
+2 35153 098.9518 094.8851 0214477 151.8805 209.4174 14.57835996369650
+1 35154U 99025DMJ 14238.26040741  .00000392  00000-0  19637-3 0  3385
+2 35154 099.5051 055.8872 0192189 058.3925 303.5801 14.13495139350161
+1 35155U 99025DMK 14236.35081197  .00000651  00000-0  37969-3 0  3986
+2 35155 098.9587 289.2580 0025260 342.5896 078.1446 14.11934341347569
+1 35156U 99025DML 14235.35960771  .00000248  00000-0  17449-3 0  3882
+2 35156 098.9938 269.2484 0037056 267.8692 149.1807 14.06970404345180
+1 35159U 99025DMP 14232.37549904  .00001433  00000-0  72938-3 0  4843
+2 35159 098.8229 189.9849 0012014 245.1631 266.5765 14.17389714328792
+1 35160U 99025DMQ 14237.27758221  .00000368  00000-0  13677-3 0  3573
+2 35160 099.2467 049.9345 0191055 307.5673 176.7174 14.29398489364924
+1 35161U 99025DMR 14217.29799438  .00007449  00000-0  13321-2 0  3335
+2 35161 099.5649 253.5279 0136194 097.9516 263.7161 14.61327615355032
+1 35162U 99025DMS 14238.02530823  .00003174  00000-0  10816-2 0  2595
+2 35162 096.7395 323.3356 0128228 270.7324 087.9317 14.32408886356521
+1 35164U 99025DMU 14217.51759184  .00001072  00000-0  96547-3 0  2211
+2 35164 098.6278 326.9086 0216359 298.1565 059.9288 13.75974717356351
+1 35165U 99025DMV 14236.79613547  .00001414  00000-0  81335-3 0  3743
+2 35165 099.0298 222.7494 0028720 296.7397 181.7846 14.10712723313089
+1 35167U 99025DMX 14237.95225939  .00000510  00000-0  18483-3 0  4075
+2 35167 098.7923 277.9834 0258420 358.3998 001.6325 14.20956548311251
+1 35168U 99025DMY 14215.68709728  .00000746  00000-0  39943-3 0  3237
+2 35168 098.2071 013.2411 0132062 218.6558 200.5590 14.11409971366501
+1 35169U 99025DMZ 14238.40864533  .00000962  00000-0  24723-3 0  4959
+2 35169 099.1728 092.0466 0193186 134.9986 226.7157 14.42268061328105
+1 35170U 99025DNA 14238.39691761  .00001363  00000-0  92916-3 0  3000
+2 35170 099.8757 096.6171 0109833 340.1011 019.5845 13.98999464326507
+1 35171U 99025DNB 14237.48635011  .00000922  00000-0  83035-3 0  4234
+2 35171 099.0723 137.4844 0157975 302.5845 056.0139 13.81125527314110
+1 35173U 99025DND 14238.39207645  .00000643  00000-0  72873-3 0  3579
+2 35173 099.7315 097.5192 0528791 052.0659 312.6743 13.25803598340318
+1 35174U 99025DNE 14237.97678581  .00005179  00000-0  10463-2 0  3928
+2 35174 098.9641 308.0043 0408239 147.8432 216.5671 14.20312637307997
+1 35175U 99025DNF 14210.82599669  .00000403  00000-0  21887-3 0  1581
+2 35175 098.9086 224.0718 0063321 328.1367 031.5897 14.17002278360219
+1 35176U 99025DNG 14235.41326772  .00000325  00000-0  19554-3 0  2916
+2 35176 098.9111 287.2711 0055780 336.8910 079.6373 14.12935322330762
+1 35177U 99025DNH 14236.34015193  .00000719  00000-0  40851-3 0  2474
+2 35177 098.9847 290.6456 0043889 355.2965 004.7776 14.12674427356686
+1 35180U 99025DNL 14235.48312711  .00001041  00000-0  62579-3 0  3446
+2 35180 099.7159 119.8507 0651178 226.8790 127.6286 13.35601026331389
+1 35183U 99025DNP 14237.20077796  .00001633  00000-0  37944-3 0  4639
+2 35183 098.8855 023.8381 0115834 323.7993 035.4359 14.52474906338609
+1 35185U 99025DNR 14209.34210437  .00006219  00000-0  10420-2 0  1895
+2 35185 099.5602 247.1938 0152558 090.2272 278.1391 14.62761760343648
+1 35186U 99025DNS 14237.57390581  .00000876  00000-0  38135-3 0  3317
+2 35186 099.5754 152.3357 0064070 016.7244 343.5610 14.25869539345850
+1 35189U 99025DNV 14238.86610243  .00001134  00000-0  74839-3 0  3604
+2 35189 099.1900 257.8707 0069499 089.3402 271.6195 14.00535702359864
+1 35190U 99025DNW 14235.70934270  .00002664  00000-0  92497-3 0  3873
+2 35190 098.6645 193.1150 0126107 084.9961 276.6023 14.31981743339116
+1 35191U 99025DNX 14237.33533413  .00000085  00000-0  10189-3 0  4064
+2 35191 099.2527 275.5727 0103332 254.5074 104.4658 13.89560626307294
+1 35192U 99025DNY 14237.54786961  .00008503  00000-0  22385-2 0  3642
+2 35192 099.1305 353.2446 0274785 113.0769 249.9631 14.29161830353871
+1 35194U 99025DPA 14237.59007308  .00002731  00000-0  77028-3 0  3204
+2 35194 098.9822 017.7325 0157035 139.7513 221.5272 14.39624111315593
+1 35195U 99025DPB 14232.21983519  .00000811  00000-0  25508-3 0  4288
+2 35195 099.0336 018.5855 0136321 089.1052 272.5750 14.38185886314545
+1 35196U 99025DPC 14236.39392631  .00001032  00000-0  47095-3 0  4440
+2 35196 098.9849 283.6904 0239971 212.8980 214.9807 14.09698331309294
+1 35200U 99025DPG 14233.40156545  .00000057  00000-0  11871-3 0  4615
+2 35200 098.8944 285.9971 0357091 000.8958 052.9457 13.40045270328720
+1 35201U 99025DPH 14236.86525701  .00000211  00000-0  14576-3 0  4924
+2 35201 099.0215 243.6587 0007018 026.7512 093.9990 14.09840841288379
+1 35202U 99025DPJ 14236.20047864  .00000146  00000-0  26575-3 0  4527
+2 35202 100.2973 223.8050 0388822 057.7311 306.0868 13.30425371308732
+1 35203U 99025DPK 14237.28917536  .00000708  00000-0  10456-2 0  3296
+2 35203 102.0832 257.9584 0533976 016.0944 345.5932 13.11999058333778
+1 35204U 99025DPL 14237.14091323  .00001435  00000-0  74089-3 0  4808
+2 35204 098.9926 293.9279 0060599 337.2831 077.9488 14.15770358322951
+1 35205U 99025DPM 14233.67440109  .00002508  00000-0  14813-2 0  4533
+2 35205 098.9258 186.4941 0076759 340.1983 142.8172 14.07242117340408
+1 35207U 99025DPP 14237.09857152  .00001082  00000-0  46002-3 0  4278
+2 35207 098.7821 204.2277 0083505 149.4336 211.1750 14.25442771325328
+1 35208U 99025DPQ 14237.33245609  .00000889  00000-0  71765-3 0  6106
+2 35208 099.3052 264.5586 0107645 251.1331 166.5057 13.90444626331425
+1 35210U 99025DPS 14236.79303317  .00001480  00000-0  95464-3 0  6334
+2 35210 098.9171 167.3025 0077400 351.7138 063.8139 14.03065416320340
+1 35211U 99025DPT 14235.59691093  .00000667  00000-0  49186-3 0  4652
+2 35211 098.4325 004.1639 0144874 312.6136 103.6851 13.93774102319114
+1 35213U 99025DPV 14236.45252857  .00006837  00000-0  97041-3 0  5526
+2 35213 098.4585 312.0024 0221436 231.6846 126.4262 14.61865705316034
+1 35214U 99025DPW 14238.30099499  .00004089  00000-0  89637-3 0  4320
+2 35214 098.6292 257.7975 0120320 260.8288 098.2310 14.53815973362209
+1 35215U 99025DPX 14219.33189120  .00019456  00000-0  35737-2 0  2507
+2 35215 098.9984 255.9412 0279054 346.2359 013.1330 14.43547850347086
+1 35217U 99025DPZ 14237.60892593  .00000494  00000-0  68029-3 0  4486
+2 35217 101.8829 028.6522 0331418 355.6137 004.2149 13.44638438338316
+1 35219U 99025DQB 14236.27924679  .00006894  00000-0  17417-2 0  5307
+2 35219 099.1407 046.4003 0126928 241.5755 117.2596 14.46601294376628
+1 35220U 99025DQC 14234.08578779  .00001091  00000-0  68894-3 0  2512
+2 35220 099.0146 190.2451 0057267 023.9057 336.4750 14.05460920296789
+1 35221U 99025DQD 14237.45886252  .00002501  00000-0  11661-2 0  4568
+2 35221 098.4411 114.2782 0072607 167.2531 193.0504 14.19902808324311
+1 35222U 99025DQE 14238.04302932  .00010969  00000-0  11078-2 0  5372
+2 35222 098.9296 158.7252 0194254 056.4548 305.5045 14.78200775355631
+1 35223U 99025DQF 14236.43771454  .00000939  00000-0  15179-3 0  4207
+2 35223 098.9470 120.5693 0196619 159.6376 201.2804 14.62135979333293
+1 35224U 99025DQG 14220.87066913  .00010953  00000-0  13027-2 0  3403
+2 35224 098.9549 097.6546 0112450 205.2740 154.3000 14.80123175333804
+1 35225U 99025DQH 14238.73237640  .00005288  00000-0  29287-2 0  3540
+2 35225 103.3098 083.7822 0059849 117.6981 243.0734 14.10355290665438
+1 35226U 99025DQJ 14238.89964049  .00005919  00000-0  12577-2 0  8313
+2 35226 098.9987 045.0571 0075861 058.5481 302.3592 14.57312261400088
+1 35227U 99025DQK 14238.19214906  .00003287  00000-0  79400-3 0  4712
+2 35227 098.9332 026.3084 0092319 030.8598 329.8632 14.51304605351792
+1 35228U 99025DQL 14236.30503578  .00011090  00000-0  15698-2 0  2795
+2 35228 098.5800 274.2140 0086555 202.3906 157.4122 14.74688714350171
+1 35229U 99025DQM 14235.31466106  .00002604  00000-0  14823-2 0  4962
+2 35229 098.4229 056.6341 0100238 311.8981 047.3672 14.08101603344922
+1 35230U 99025DQN 14237.89093728  .00001648  00000-0  76215-3 0  4292
+2 35230 098.4131 110.3847 0069064 150.2129 210.3064 14.20889341303192
+1 35231U 99025DQP 14231.17215926 -.00000073  00000-0 -14119-4 0  3764
+2 35231 098.9644 207.6259 0034709 277.1258 082.5968 14.14258426331442
+1 35233U 99025DQR 14235.26553421  .00001271  00000-0  65363-3 0  4772
+2 35233 098.9886 240.8351 0054302 297.0525 126.8852 14.16374280329533
+1 35234U 99025DQS 14237.34019796  .00001057  00000-0  29454-3 0  4870
+2 35234 098.5385 273.8417 0145425 284.8531 132.5491 14.42517020345699
+1 35235U 99025DQT 14236.18159820  .00012646  00000-0  20698-2 0  5513
+2 35235 099.4619 229.7172 0101037 085.4924 275.7810 14.67584337348263
+1 35236U 99025DQU 14238.11187271  .00000844  00000-0  29864-3 0  4094
+2 35236 098.7937 335.4343 0101513 134.4158 226.5391 14.34413007388101
+1 35237U 99025DQV 14238.14281487  .00010919  00000-0  30091-2 0  5416
+2 35237 099.6057 197.7869 0092022 003.1367 055.0199 14.44567318373285
+1 35241U 99025DQZ 14236.41884565  .00000826  00000-0  65513-3 0  5149
+2 35241 098.5944 035.5282 0160107 085.2344 276.7077 13.87988514303299
+1 35242U 99025DRA 14237.80221218  .00000239  00000-0  36229-3 0  3377
+2 35242 099.9802 213.4493 0315189 202.3154 278.7300 13.44295773311888
+1 35243U 99025DRB 14237.58650791  .00003629  00000-0  10064-2 0  5135
+2 35243 098.8867 358.6431 0140169 130.6707 230.6763 14.41554417310681
+1 35244U 99025DRC 14237.21692308  .00000437  00000-0  31447-3 0  4587
+2 35244 099.2152 238.7168 0071280 077.0873 343.3876 14.01077579303868
+1 35245U 99025DRD 14237.19836927  .00001390  00000-0  99463-3 0  5573
+2 35245 099.2308 225.2565 0082555 135.9369 286.9237 13.97288997302881
+1 35247U 99025DRF 14238.16663679  .00000603  00000-0  28355-3 0   837
+2 35247 098.8591 220.0144 0066720 178.8687 181.2197 14.22591326414151
+1 35248U 07055C   14236.72175855  .00002409  00000-0  45609-3 0  8367
+2 35248 098.0100 142.5370 0170235 082.1225 333.1995 14.56280267356820
+1 35249U 07055D   14236.34205530  .00000586  00000-0  17148-3 0  5818
+2 35249 097.8309 015.5782 0257784 357.3301 002.6492 14.29798712350768
+1 35251U 07055F   14235.77178365  .00001345  00000-0  34138-3 0  6983
+2 35251 097.7917 054.7013 0214502 246.0661 178.2861 14.39429424353272
+1 35252U 07055G   14237.84267538  .00015257  00000-0  93224-3 0  8479
+2 35252 097.8378 251.0686 0004422 197.5706 285.9550 15.10366014365865
+1 35253U 79095U   14236.09539821  .00003324  00000-0  11862-2 0  5708
+2 35253 081.1979 355.7947 0020628 158.4821 326.8118 14.33894475543214
+1 35254U 79095V   14220.05874555  .00004158  00000-0  14903-2 0  4607
+2 35254 081.2101 351.5878 0011572 178.7141 181.4075 14.33788855560746
+1 35255U 79095W   14236.32987388  .00002065  00000-0  10707-2 0  4371
+2 35255 081.2087 096.8667 0015659 187.5295 295.0169 14.14463362338643
+1 35256U 79095X   14237.30441920  .00001603  00000-0  83794-3 0  3540
+2 35256 081.1965 094.4509 0004677 144.4676 215.6461 14.13988237339141
+1 35257U 79095Y   14237.84533684  .00004391  00000-0  20266-2 0  3618
+2 35257 081.1993 079.0425 0010488 107.4516 310.4040 14.20811689308853
+1 35258U 91050M   14236.85751703  .00006162  00000-0  14798-2 0   346
+2 35258 098.2344 204.0008 0029634 087.5640 328.1673 14.53471888310310
+1 35259U 91050N   14237.88717755  .00001292  00000-0  38648-3 0  9035
+2 35259 098.2262 210.2826 0021950 061.3301 001.0650 14.44319218550297
+1 35260U 91050P   14237.46398117  .00001248  00000-0  39016-3 0  8881
+2 35260 098.2714 205.2330 0029827 088.8646 036.3259 14.42115538471703
+1 35261U 91050Q   14237.41874245  .00007398  00000-0  17487-2 0   182
+2 35261 098.2291 205.3809 0031222 083.4257 046.3925 14.54116749312744
+1 35262U 91050R   14237.48740166  .00001372  00000-0  38453-3 0  9175
+2 35262 098.0935 231.6276 0020261 013.9847 111.4438 14.47391371213114
+1 35268U 04035L   14238.28083907  .00004487  00000-0  32649-3 0  4367
+2 35268 097.8369 249.5238 0004438 048.2466 311.9161 15.04321417365880
+1 35269U 04035M   14237.29761809  .00001872  00000-0  33301-3 0  6994
+2 35269 097.7664 058.6314 0166214 040.7737 083.2412 14.59600610523384
+1 35270U 04035N   14236.53288343  .00004971  00000-0  10006-2 0  7203
+2 35270 097.8341 345.4473 0197204 176.9502 241.9078 14.50351451519751
+1 35271U 05024K   14237.85960911  .00002362  00000-0  14561-3 0  7446
+2 35271 097.6905 261.3377 0015428 154.3188 331.6674 15.10865560448660
+1 35272U 05024L   14237.29573179  .00001906  00000-0  11688-3 0  4763
+2 35272 097.6794 261.4588 0016327 152.8870 263.5972 15.11291942482505
+1 35273U 05024M   14237.87710825  .00002517  00000-0  14966-3 0  6245
+2 35273 097.6793 261.9778 0017253 144.4733 339.3539 15.12087420523697
+1 35274U 08056D   14237.21222345  .00000299  00000-0  18503-3 0  6748
+2 35274 098.8794 211.7323 0173068 049.9418 006.6522 14.05088545291561
+1 35275U 08056E   14237.16067367  .00000399  00000-0  17693-3 0  5901
+2 35275 098.6330 212.0441 0141908 219.9799 198.6781 14.23163002294968
+1 35276U 93059K   14236.50701867  .00016532  00000-0  44994-2 0  8931
+2 35276 070.9733 187.6185 0012834 147.0215 213.1728 14.47434208 84551
+1 35277U 93059L   14228.19999722  .03308743  00000-0  27218-1 0  8971
+2 35277 070.8886 138.6207 0033828 192.7671 293.8409 15.66002220 85234
+1 35278U 93036AJG 14237.60929463  .00003478  00000-0  11354-2 0  9170
+2 35278 074.0545 311.6704 0080122 312.3158 170.2549 14.37156261279035
+1 35279U 93036AJH 14236.56863576  .00005592  00000-0  11463-2 0  6916
+2 35279 074.0115 178.3622 0050118 267.9323 214.5407 14.60162058279826
+1 35280U 93036AJJ 14236.86246677  .00002363  00000-0  77788-3 0  5799
+2 35280 074.0372 293.9484 0073647 311.0737 167.6866 14.37225507278161
+1 35281U 93036AJK 14237.38390198  .00001903  00000-0  53350-3 0  6470
+2 35281 074.0046 235.5225 0016078 083.9099 344.4464 14.46656952279887
+1 35282U 93036AJL 14235.57246196  .00003835  00000-0  10903-2 0  8113
+2 35282 074.0952 290.8020 0115741 292.9777 065.9202 14.41829722278531
+1 35283U 93036AJM 14238.05757341  .00010765  00000-0  24136-2 0  8998
+2 35283 074.0406 240.5661 0014481 255.1787 161.1820 14.56610298281485
+1 35284U 93036AJN 14237.48780244  .00000202  00000-0  79763-4 0  4846
+2 35284 074.0490 277.5700 0018665 298.5095 125.2190 14.35212072280164
+1 35285U 93036AJP 14235.74122542  .00001642  00000-0  48499-3 0  3440
+2 35285 074.0356 254.6659 0019724 284.7096 075.1654 14.44217715280572
+1 35286U 93036AJQ 14236.97142060  .00020166  00000-0  11182-2 0  3624
+2 35286 073.9371 338.9438 0064097 128.9492 231.7438 15.11946020290935
+1 35287U 93036AJR 14236.81104286  .00000108  00000-0  48180-4 0  5644
+2 35287 074.0302 281.2651 0019922 299.3817 181.6160 14.33971351276881
+1 35288U 93036AJS 14235.38458726  .00001458  00000-0  43878-3 0  5093
+2 35288 073.9585 233.2642 0053696 318.9414 108.8564 14.42713184281587
+1 35290U 93036AJU 14238.87325885  .00002124  00000-0  66010-3 0  4208
+2 35290 074.0249 257.6884 0017089 288.5609 071.4173 14.40931649283355
+1 35291U 93036AJV 14236.22259381  .00007130  00000-0  80868-3 0  6743
+2 35291 074.0486 050.1701 0122463 135.1165 349.8818 14.81161840287850
+1 35292U 93036AJW 14236.11800478  .00005715  00000-0  99270-3 0  6149
+2 35292 074.0126 153.8696 0051087 250.0389 109.5458 14.67543684282720
+1 35293U 97051PH  14237.51155384  .00008189  00000-0  13994-2 0  8020
+2 35293 086.3273 315.9166 0038779 276.2080 083.4718 14.68298884281610
+1 35294U 97051PJ  14237.62600819  .00004018  00000-0  11455-2 0  7487
+2 35294 086.3369 339.4650 0007944 357.1626 062.8268 14.45026003278705
+1 35296U 97051PL  14237.59618352  .00003602  00000-0  10804-2 0  4208
+2 35296 086.3193 335.6603 0020278 011.2811 052.8050 14.42429621278198
+1 35297U 97051PM  14237.11362534  .00000810  00000-0  28560-3 0  7418
+2 35297 086.3951 359.2400 0016376 354.1759 129.8608 14.33558016277501
+1 35299U 97051PP  14237.07562852  .00001664  00000-0  70387-3 0  8390
+2 35299 086.3000 352.1642 0069939 113.4663 010.1633 14.23621911275020
+1 35319U 99057RX  14236.42722461  .00000345  00000-0  19163-3 0  6436
+2 35319 098.5006 086.7416 0205664 359.8205 117.2948 14.06806138657375
+1 35320U 99057RY  14237.24560421  .00001154  00000-0  23753-3 0  5017
+2 35320 097.8899 232.7640 0002275 107.2164 308.0268 14.62292446414473
+1 35322U 99057SA  14237.70853163  .00000418  00000-0  21348-3 0  4163
+2 35322 098.8264 179.8795 0205365 000.8725 114.6362 14.10500742571889
+1 35323U 99057SB  14236.76777205  .00003750  00000-0  99396-3 0  4172
+2 35323 098.3135 223.2548 0072971 318.6710 040.8974 14.47736681502292
+1 35325U 99057SD  14237.48191508  .00001697  00000-0  29596-3 0  4915
+2 35325 098.4422 123.9263 0023909 041.3146 318.8724 14.69208490556313
+1 35326U 99057SE  14217.54186098  .00000280  00000-0  17757-3 0  1537
+2 35326 098.5273 329.8843 0227156 236.2908 121.6385 13.99248481493725
+1 35327U 99057SF  14225.07575318  .00002961  00000-0  83193-3 0  2550
+2 35327 098.4648 172.3933 0098630 301.4791 058.8543 14.43877751553014
+1 35329U 99057SH  14236.00908726  .00000039  00000-0  31168-4 0  5081
+2 35329 098.4638 143.9912 0133870 229.9507 186.3279 14.26838443630926
+1 35330U 99057SJ  14237.12210800  .00000403  00000-0  13919-3 0  5196
+2 35330 098.4067 186.1130 0084674 296.9519 118.2018 14.39075039601212
+1 35331U 99057SK  14231.64359177  .00001830  00000-0  53781-3 0  2822
+2 35331 098.5422 177.4924 0126375 107.7979 253.7044 14.40398554609749
+1 35332U 99057SL  14236.61080157  .00000033  00000-0  29893-4 0  5155
+2 35332 098.5303 154.6847 0122403 250.8827 231.4625 14.26022804604603
+1 35334U 99057SN  14237.07998854  .00000767  00000-0  22202-3 0  5419
+2 35334 098.3511 193.3522 0079434 188.3182 171.6699 14.45481412444713
+1 35336U 01049PU  14237.30006301  .00001733  00000-0  31711-3 0  1097
+2 35336 097.7056 058.9456 0078509 090.2882 270.7376 14.65031479520909
+1 35339U 01049PX  14235.48823673  .00001054  00000-0  33518-3 0  5071
+2 35339 098.2494 116.9870 0188170 188.5744 171.2213 14.32288420618955
+1 35341U 01049PZ  14236.55257064  .00003007  00000-0  45505-3 0  4829
+2 35341 097.9139 148.8958 0038412 270.6121 213.7604 14.74450154610944
+1 35342U 01049QA  14236.74677637  .00000585  00000-0  30204-3 0  3190
+2 35342 098.2626 202.4236 0373606 042.3475 320.5897 13.87618953510530
+1 35344U 01049QC  14236.42054635  .00001235  00000-0  26257-3 0  3628
+2 35344 098.1338 314.0578 0056739 288.7363 134.4479 14.59854009530159
+1 35345U 01049QD  14237.26223793  .00002705  00000-0  60777-3 0   989
+2 35345 098.0138 247.3358 0073629 034.8008 327.2535 14.55619745552560
+1 35346U 01049QE  14237.57713229  .00002194  00000-0  66741-3 0  4277
+2 35346 098.8170 146.0438 0042203 187.2207 294.1822 14.42617465637059
+1 35347U 01049QF  14235.67771997  .00013394  00000-0  17075-2 0  6623
+2 35347 098.4077 030.7059 0042710 185.4695 238.1967 14.80988593591281
+1 35348U 01049QG  14237.26428591  .00002900  00000-0  59761-3 0  4358
+2 35348 097.9502 247.8200 0059129 283.2487 131.9508 14.60128122651118
+1 35349U 01049QH  14233.84326626  .00006705  00000-0  55505-3 0  2217
+2 35349 097.5330 238.8723 0030515 061.5999 059.0890 14.98828827428203
+1 35350U 01049QJ  14237.09820282  .00000637  00000-0  18843-3 0  3580
+2 35350 098.2699 197.0260 0077629 172.2335 187.9936 14.44950885580745
+1 35351U 01049QK  14238.75495765  .00001328  00000-0  42815-3 0  4731
+2 35351 098.8931 072.6676 0004592 341.3255 018.8245 14.39286376583210
+1 35353U 93014BC  14238.82908743  .00032334  00000-0  48060-2 0  4793
+2 35353 075.7400 257.7597 0082664 354.2170 005.8542 14.72630568299448
+1 35356U 93014BF  14237.45801009  .00003313  00000-0  76332-3 0  4015
+2 35356 075.7562 283.6314 0122996 032.3602 328.4426 14.50974652424943
+1 35359U 93014BJ  14237.47171424  .00004587  00000-0  10844-2 0  5134
+2 35359 075.7533 290.3947 0110165 045.1041 315.9456 14.50619297370669
+1 35360U 93014BK  14225.51766412  .00004770  00000-0  10452-2 0  3479
+2 35360 075.7502 280.6884 0122145 041.0155 320.0359 14.53239719391450
+1 35362U 09032A   14238.36717500  .00000000  00000-0  10000-3 0  9624
+2 35362 000.0421 232.1814 0001306 300.5975 025.4210 01.00266915 18999
+1 35363U 09032B   14235.38989166 -.00000143  00000-0  00000+0 0  6365
+2 35363 010.0826 106.7755 4024727 261.0700 300.7906 01.68697468 31860
+1 35364U 88005Y   14236.50818459  .00000286  00000-0  21529-3 0  1684
+2 35364 082.5546 151.2244 0004385 101.0179 259.1447 13.91151960349173
+1 35365U 88005Z   14236.50338223  .00000587  00000-0  46949-3 0  2634
+2 35365 082.5270 151.6076 0012057 321.1735 038.8723 13.89318931331623
+1 35366U 88005AA  14238.06671590  .00001112  00000-0  89136-3 0  3805
+2 35366 082.5442 153.4854 0012338 322.0437 095.1511 13.89923507309021
+1 35367U 88005AB  14229.54512965  .00001432  00000-0  11761-2 0  2711
+2 35367 082.5209 157.2500 0024346 343.9819 015.6857 13.88576944580558
+1 35368U 88005AC  14236.53179521  .00001084  00000-0  81934-3 0  4665
+2 35368 082.5697 152.5755 0024691 274.3227 205.1273 13.93154565376191
+1 35369U 88005AD  14238.04457412  .00000244  00000-0  19077-3 0  2598
+2 35369 082.5328 154.7993 0021520 337.1086 083.6823 13.88334994379676
+1 35370U 88005AE  14238.04185248  .00000714  00000-0  57536-3 0  3499
+2 35370 082.5254 147.3164 0028098 325.1812 091.4000 13.89042310364357
+1 35371U 88005AF  14237.44786295  .00002963  00000-0  23486-2 0  4778
+2 35371 082.5156 142.5512 0020065 340.4355 019.6037 13.90969308374193
+1 35372U 88005AG  14237.06628940  .00000672  00000-0  55401-3 0  2999
+2 35372 082.5380 160.4336 0017654 322.9326 094.2736 13.87716952364116
+1 35373U 88005AH  14238.08246722  .00000730  00000-0  58333-3 0  3192
+2 35373 082.5311 147.5738 0015357 343.5919 015.7884 13.89669742286984
+1 35374U 06046G   14237.04062150  .00003273  00000-0  16612-3 0  2136
+2 35374 097.5323 248.6494 0070783 266.7461 155.1050 15.15469903428113
+1 35375U 06046H   14236.51850716  .00001156  00000-0  10493-3 0  8934
+2 35375 097.7925 216.8999 0037170 122.8763 001.0872 14.96760390423973
+1 35376U 06046J   14236.59957355  .00001143  00000-0  24739-3 0  6909
+2 35376 097.7404 021.7100 0214606 058.0265 005.2579 14.46577299410718
+1 35378U 06046L   14237.40905331  .00001819  00000-0  35015-3 0  7370
+2 35378 097.7598 081.9232 0186544 335.5379 142.8963 14.54227889407555
+1 35379U 03049F   14238.57933919 -.00001286  00000-0  00000+0 0  3910
+2 35379 099.0200 171.0116 0180951 086.6514 275.5795 13.87933465530535
+1 35380U 03049G   14235.46589387  .00006685  00000-0  10159-2 0  6091
+2 35380 098.0522 307.9787 0060233 201.2392 215.2918 14.73118631439831
+1 35381U 03049H   14236.50746648  .00001856  00000-0  37013-3 0  6244
+2 35381 098.6155 124.0942 0109410 078.2491 043.3383 14.59542111565265
+1 35382U 03049J   14236.29878326  .00000528  00000-0  25497-3 0  5393
+2 35382 098.6216 172.3096 0158459 351.6012 159.2244 14.16304645541655
+1 35383U 03049K   14237.76393784  .00000158  00000-0  47197-4 0  2171
+2 35383 098.6490 079.8508 0052711 075.9839 345.6215 14.55461026562344
+1 35384U 99057SP  14239.17600791  .00011732  00000-0  23103-2 0  4612
+2 35384 098.2528 220.5505 0012271 088.6226 271.6872 14.62563358360817
+1 35386U 99057SR  14238.18016354  .00025864  00000-0  41359-2 0  6986
+2 35386 098.2396 211.7400 0013569 034.1338 021.9814 14.71709916352229
+1 35387U 99057SS  14238.12141270  .00001631  00000-0  50220-3 0  4877
+2 35387 098.3077 189.7188 0005203 083.4880 276.7101 14.42768926343750
+1 35388U 08064C   14236.93841728  .00024722  00000-0  10706-2 0  8490
+2 35388 097.2567 136.7642 0118717 147.6039 273.4032 15.16135864301059
+1 35389U 08064D   14237.13884440  .00026012  00000-0  10421-2 0  9817
+2 35389 097.4758 186.1544 0111810 188.3569 228.9110 15.19340886301115
+1 35391U 95021E   14237.02733042  .00000712  00000-0  26748-3 0  6410
+2 35391 098.2318 255.7797 0007836 096.4565 327.9000 14.34412452377339
+1 35392U 95021F   14237.71030515  .00001020  00000-0  35817-3 0  7727
+2 35392 098.3671 301.8226 0003874 188.2789 294.9128 14.37028904347552
+1 35393U 95021G   14234.61799512  .00000697  00000-0  23942-3 0  6941
+2 35393 098.1911 263.9307 0006395 062.7770 064.2782 14.38928977579408
+1 35397U 07042E   14237.29086984  .00003012  00000-0  64255-3 0  7183
+2 35397 098.7288 047.2249 0118285 140.1735 342.4416 14.55399672353562
+1 35398U 07042F   14236.77747978  .00003076  00000-0  41008-3 0  7038
+2 35398 098.5854 079.0803 0115401 308.7090 108.1883 14.75925418369761
+1 35401U 93041E   14236.84101773  .00003051  00000-0  71120-3 0  4311
+2 35401 089.5140 272.1702 0056597 024.3046 336.0813 14.53632388598744
+1 35404U 02024J   14236.14224773  .00000015  00000-0  28011-4 0  4526
+2 35404 098.7098 199.9598 0051800 316.8980 099.1617 14.19225774629752
+1 35405U 02024K   14237.15129779  .00000244  00000-0  14331-3 0  5602
+2 35405 098.7913 206.8207 0129493 128.0313 290.9506 14.12404109628718
+1 35406U 82116F   14237.70939334  .00003167  00000-0  11805-2 0  1931
+2 35406 081.2438 240.5242 0051429 357.3953 002.7666 14.31075530347843
+1 35407U 82116G   14235.34256532  .00003380  00000-0  12372-2 0  3751
+2 35407 081.2394 234.7628 0041432 330.0420 029.7585 14.32270039403639
+1 35408U 86019FL  14236.82745161  .00000212  00000-0  10840-3 0  7443
+2 35408 098.8301 293.9691 0033750 169.2405 286.1147 14.25323902392548
+1 35410U 70025QR  14238.18067395  .00056300  00000-0  33930-2 0  6906
+2 35410 099.8569 334.7578 0031822 356.2232 075.2234 15.10125985541669
+1 35413U 06029F   14238.85315076  .00015425  00000-0  72823-3 0  7176
+2 35413 064.5167 309.7112 0030987 282.1695 077.6464 15.18746779624124
+1 35414U 01055F   14238.12149207  .00001263  00000-0  42443-2 0  6855
+2 35414 066.0192 176.0404 0078600 248.1550 212.5339 13.01654083588772
+1 35415U 00047D   14238.15547850  .00000233  00000-0  35348-4 0  7175
+2 35415 067.9978 161.7849 0064567 008.8007 351.4247 14.89877115439275
+1 35416U 68012F   14236.67502946  .00000589  00000-0  85990-3 0  1001
+2 35416 089.9539 279.6837 0068963 236.5350 240.6333 13.52836633269864
+1 35417U 04012L   14237.46282816  .00003786  00000-0  60821-3 0   154
+2 35417 097.8968 141.4556 0130425 159.2202 289.8448 14.66617810473031
+1 35418U 06002Z   14236.32396013  .00000759  00000-0  15425-3 0  8341
+2 35418 097.8670 268.1755 0001765 114.6791 305.6270 14.63759922400366
+1 35419U 91082CM  14237.61653013  .00015038  00000-0  44651-2 0  7261
+2 35419 098.4969 175.0037 0066533 324.6308 160.0374 14.42036586527656
+1 35420U 01056M   14236.56886620  .00000170  00000-0  22457-3 0  7600
+2 35420 099.1412 089.7167 0025815 104.2904 310.8949 13.74137748633765
+1 35422U 75124D   14239.00947130  .00001445  00000-0  65560-3 0  4981
+2 35422 081.2317 350.4729 0006790 182.1490 178.0141 14.21897148418726
+1 35423U 77002F   14238.36570676  .00000741  00000-0  40699-3 0  4472
+2 35423 081.2420 267.7052 0010902 241.1427 118.8650 14.10815599383082
+1 35424U 81043M   14235.54485298  .00001700  00000-0  79807-3 0  3136
+2 35424 081.2705 319.4352 0047687 098.5963 261.9964 14.19109836309878
+1 35426U 80073J   14225.97093330  .00001679  00000-0  71886-3 0  2524
+2 35426 081.2315 310.1543 0032966 038.3268 322.0731 14.24632724456373
+1 35427U 72022C   14224.04930360  .00004624  00000-0  17907-2 0  1299
+2 35427 081.2167 133.5246 0049785 151.3776 209.0630 14.29401291432760
+1 35431U 93036AJZ 14225.72706003  .00005799  00000-0  13202-2 0  3057
+2 35431 074.0073 239.7755 0031285 303.2443 056.5426 14.55811585277507
+1 35432U 93036AKA 14236.81305681  .00001310  00000-0  40609-3 0  8149
+2 35432 074.0495 267.0669 0017944 255.1027 218.1303 14.42071930275622
+1 35433U 93036AKB 14237.50095794  .00000276  00000-0  11576-3 0  4325
+2 35433 074.0386 304.6721 0029327 280.2431 079.5363 14.30442271276730
+1 35434U 93036AKC 14239.11450604  .00000177  00000-0  83953-4 0  5038
+2 35434 074.0461 027.5831 0098397 005.0579 355.2004 14.17006079280487
+1 35435U 93036AKD 14235.83693583  .00001150  00000-0  38277-3 0  4768
+2 35435 074.0245 278.9445 0029372 290.9311 182.1455 14.38555522278532
+1 35439U 93036AKH 14237.36675005  .00000859  00000-0  65188-3 0  6477
+2 35439 074.0252 252.5070 0280097 252.2738 166.2773 13.78483316271097
+1 35440U 93036AKJ 14237.12745400  .00000988  00000-0  22471-3 0  4132
+2 35440 074.0207 161.2196 0085984 248.6767 110.4652 14.55125569281179
+1 35441U 93036AKK 14237.59196053  .00000777  00000-0  28470-3 0  5297
+2 35441 074.1475 329.6269 0057579 278.3708 081.0105 14.33562554280588
+1 35442U 93036AKL 14235.82565051  .00001186  00000-0  39067-3 0  6379
+2 35442 074.0443 281.0376 0018963 273.4746 206.9568 14.39149910276944
+1 35443U 93036AKM 14231.13815427  .00002334  00000-0  78907-3 0  4858
+2 35443 074.0125 036.5556 0244477 076.6340 286.1934 14.21887672278415
+1 35444U 93036AKN 14237.78973556  .00013377  00000-0  73953-3 0  6312
+2 35444 073.9174 276.7250 0132690 065.5138 052.9059 15.06589159285498
+1 35445U 93036AKP 14236.96022341  .00000834  00000-0  26303-3 0  6174
+2 35445 074.0491 335.2622 0220826 001.0629 117.2696 14.28910306281028
+1 35446U 93036AKQ 14237.14878591  .00000176  00000-0  49525-4 0  4553
+2 35446 074.0491 177.2291 0080782 262.6754 156.3916 14.51661626280880
+1 35448U 93036AKS 14236.42125123  .00000967  00000-0  33006-3 0  6333
+2 35448 073.9096 249.1926 0015921 218.7243 206.5488 14.37716139278640
+1 35451U 93036AKV 14238.14491060  .00003450  00000-0  49205-3 0  4767
+2 35451 073.9487 054.6754 0120321 198.5352 161.1420 14.72296767287262
+1 35453U 93036AKX 14237.59727862  .00000631  00000-0  26540-3 0  3796
+2 35453 074.0123 333.0514 0083310 350.8380 009.1242 14.26017942273130
+1 35455U 93036AKZ 14236.55378395  .00000694  00000-0  25047-3 0  6665
+2 35455 074.0369 316.6853 0134500 343.5913 016.0901 14.30586358273435
+1 35456U 93036ALA 14236.47827079  .00000876  00000-0  29246-3 0  3591
+2 35456 073.9678 276.8604 0105922 341.8680 017.8571 14.35922063282047
+1 35459U 93036ALD 14223.83157930  .00000319  00000-0  12722-3 0  2099
+2 35459 073.8703 282.1336 0017854 333.1189 026.6710 14.32633209272954
+1 35460U 93036ALE 14238.00859441  .00005780  00000-0  87942-3 0  4042
+2 35460 073.9867 120.6715 0091523 300.1632 059.0554 14.71380155285634
+1 35461U 93036ALF 14236.39843283  .00002819  00000-0  86316-3 0  2873
+2 35461 073.8350 255.9069 0077839 252.6909 106.6398 14.40507947280004
+1 35462U 93036ALG 14237.80551838  .00001144  00000-0  58601-3 0  3847
+2 35462 074.0473 059.0130 0118547 000.8262 359.2827 14.13035197275272
+1 35463U 93036ALH 14238.14656475  .00024775  00000-0  20833-2 0  5133
+2 35463 074.0276 032.9281 0088517 112.7261 248.3310 14.95137314282521
+1 35464U 93036ALJ 14238.15831138  .00003926  00000-0  87382-3 0  6933
+2 35464 074.0197 177.1428 0059530 264.7025 152.9323 14.56199110282701
+1 35465U 93036ALK 14228.13603808  .00000284  00000-0  10314-3 0  4160
+2 35465 074.0020 282.9702 0072765 336.9455 022.8437 14.36325013277831
+1 35467U 93036ALM 14238.03378914  .00010235  00000-0  87926-3 0  7623
+2 35467 074.0424 011.7164 0116323 093.9738 267.5091 14.92358945287055
+1 35468U 93036ALN 14236.06346468  .00007948  00000-0  11649-2 0  7449
+2 35468 074.0420 134.9186 0063723 205.0877 154.7197 14.74334204282746
+1 35469U 93036ALP 14237.25907974  .00000211  00000-0  63678-4 0  4430
+2 35469 074.0185 198.3087 0081795 277.6970 081.4906 14.47019022284448
+1 35470U 93036ALQ 14237.76916832  .00158467  00000-0  51970-2 0  1109
+2 35470 073.9229 004.1781 0031805 121.2980 005.3987 15.30414472288229
+1 35473U 93036ALT 14236.93798922  .00025647  00000-0  25380-2 0  1477
+2 35473 074.0326 136.9706 0045989 191.0603 302.7700 14.90973625284439
+1 35474U 93036ALU 14234.07841025  .00002822  00000-0  78801-3 0  9480
+2 35474 074.0044 243.0559 0003361 030.2542 025.0840 14.46693660280713
+1 35475U 93036ALV 14237.49647140  .00001546  00000-0  53391-3 0  6196
+2 35475 074.0348 292.0586 0042098 297.2622 123.5750 14.36167894280447
+1 35476U 93036ALW 14237.84981852  .00001440  00000-0  46200-3 0  8351
+2 35476 073.9886 255.9288 0030391 148.8946 266.8608 14.40102136281462
+1 35477U 97051PX  14237.15577948  .00004451  00000-0  19288-2 0  4192
+2 35477 086.3879 031.8466 0117257 241.2225 117.5167 14.20463826273183
+1 35478U 97051PY  14226.22931100  .00013269  00000-0  42141-2 0  3700
+2 35478 086.4579 034.8351 0061418 129.2582 231.3542 14.38790374274932
+1 35479U 97051PZ  14237.69296277  .00004333  00000-0  20188-2 0  4107
+2 35479 086.4018 028.9724 0111161 229.9852 129.2959 14.17087705269584
+1 35480U 97051QA  14237.08979230  .00000748  00000-0  24379-3 0  6845
+2 35480 086.3663 347.1322 0015997 037.9367 086.5684 14.37356362278848
+1 35483U 97051QD  14238.15611702  .00008864  00000-0  31980-2 0  6251
+2 35483 086.4379 024.1938 0081112 106.8834 254.1275 14.31688282279830
+1 35484U 97051QE  14239.04210662  .00001111  00000-0  31826-3 0  2693
+2 35484 086.3843 344.9884 0060056 000.5427 359.6323 14.44026923279816
+1 35486U 97051QG  14237.84053317  .00070403  00000-0  78747-2 0   693
+2 35486 086.3819 352.7036 0027599 211.6792 278.4674 14.86292224279791
+1 35487U 97051QH  14236.33406181  .00008056  00000-0  27674-2 0  8997
+2 35487 086.3477 006.2559 0072970 098.9130 291.3813 14.34470705276463
+1 35488U 97051QJ  14237.50849023  .00003008  00000-0  74743-3 0  6949
+2 35488 086.3433 325.7049 0044108 359.9232 000.2381 14.50930400281053
+1 35489U 97051QK  14238.05664419  .00041350  00000-0  54822-2 0  4816
+2 35489 086.3802 342.4109 0018118 058.8477 354.6574 14.79545049283206
+1 35491U 09033A   14238.62496051 -.00000099  00000-0  00000+0 0  5969
+2 35491 000.3911 263.8586 0012013 294.3581 255.7400 01.00274333 18932
+1 35492U 09033B   14236.24234365 -.00000111  00000-0  00000+0 0  7758
+2 35492 012.8942 237.2436 5251504 233.9079 308.0926 01.93167071 36386
+1 35493U 09034A   14238.56613292 -.00000159  00000-0  00000+0 0  9627
+2 35493 000.0183 137.8444 0002710 240.6897 064.0013 01.00269199 18869
+1 35494U 09034B   14237.26618612 -.00000194  00000-0  00000+0 0  7082
+2 35494 023.4141 261.2514 6076211 185.8355 330.0996 02.04373900 38448
+1 35495U 09034C   14236.26713914  .00001215  00000-0  32312-3 0  3561
+2 35495 049.6116 124.1656 5072154 209.8980 344.3710 05.47815682101550
+1 35496U 09035A   14238.29625757  .00000000  00000-0  10000-3 0  2037
+2 35496 003.8025 329.9271 0003503 194.7302 165.4300 01.00269407 18925
+1 35497U 09035B   14238.49179742  .00016031  00000-0  13262-2 0   310
+2 35497 005.6936 224.5927 6078543 042.3638 351.2296 03.96440170 58497
+1 35498U 09036A   14238.16555984  .00000023  00000-0  10000-3 0  9470
+2 35498 082.4843 248.3901 0005723 211.7416 148.3324 12.40806758232795
+1 35499U 09036B   14238.22882047  .00000010  00000-0  00000+0 0   169
+2 35499 082.4894 245.4061 0015167 179.0654 181.0460 12.42873730233095
+1 35500U 09036C   14238.43297438  .00000023  00000-0  10000-3 0  9370
+2 35500 082.4864 246.9048 0006560 176.8187 183.2937 12.41435669232950
+1 35501U 09036D   14235.97590030  .00000023  00000-0  56668-4 0  8449
+2 35501 082.4961 170.0838 0195369 235.6430 170.7487 12.76603035239213
+1 35502U 65108DH  14226.53583475  .00000354  00000-0  21350-2 0  1896
+2 35502 026.7985 144.9385 6650828 179.0855 183.1825 02.94227653 96999
+1 35504U 77047R   14232.65507927 -.00000197  00000-0  00000+0 0  1017
+2 35504 070.2719 274.7086 6131206 311.6533 010.7616 02.00878522 46229
+1 35505U 77047S   14231.49039296  .00000895  00000-0  00000+0 0  6343
+2 35505 066.9738 346.0602 6022311 068.9033 352.8981 02.01647283 58938
+1 35506U 79095Z   14213.37842872  .00003033  00000-0  14464-2 0   701
+2 35506 081.1966 091.0546 0013431 162.0514 197.4410 14.19014233451068
+1 35507U 81031N   14231.26781199 -.00000249  00000-0  00000+0 0  4379
+2 35507 067.2976 028.9863 6055773 083.4501 014.7545 02.01781671 49955
+1 35516U 82116H   14238.40673630  .00000102  00000-0  44232-4 0  4239
+2 35516 081.2551 265.4312 0067933 345.6616 014.2612 14.16342783630796
+1 35517U 86019VQ  14236.01082470  .00000066  00000-0  75181-4 0  3456
+2 35517 098.9092 305.0236 0388555 091.8353 028.1470 13.65254435554994
+1 35518U 87011J   14239.17121831  .00000398  00000-0  14530-3 0  4049
+2 35518 065.0099 077.2583 0014068 259.7463 100.2515 14.32875290306598
+1 35519U 87068CN  14237.79316965  .00002602  00000-0  10481-2 0  3704
+2 35519 082.8432 050.0939 0024326 043.7882 316.5227 14.27580604520456
+1 35520U 87068CP  14237.40139185  .00000134  00000-0  10427-3 0  3902
+2 35520 082.5445 108.9997 0008754 297.9068 186.5343 13.85763825604663
+1 35521U 87068CQ  14238.35389803  .00000200  00000-0  15936-3 0  2668
+2 35521 082.5599 111.1294 0008716 274.3288 085.6876 13.86700604501945
+1 35522U 87068CR  14229.98222179  .00000226  00000-0  18321-3 0  1466
+2 35522 082.5538 120.0623 0020746 355.4131 004.6935 13.85951454575048
+1 35525U 87068CU  14236.43845785  .00000117  00000-0  94345-4 0  4554
+2 35525 082.5490 137.1999 0021956 078.8532 281.5080 13.82302969568966
+1 35528U 88074R   14230.15501770  .00000248  00000-0  35111-3 0  1435
+2 35528 089.9285 011.8161 0102980 302.6807 056.4634 13.52413217323926
+1 35530U 91068AX  14233.77378761  .00000144  00000-0  94931-3 0  1551
+2 35530 082.6912 047.4771 0034119 347.1738 012.6205 12.43979299476689
+1 35532U 91082CP  14237.43360134  .00001837  00000-0  12041-2 0  3981
+2 35532 098.7339 089.2434 0146433 055.9971 062.4412 13.98146314516939
+1 35533U 75052LG  14235.40946882  .00002807  00000-0  13471-2 0  7065
+2 35533 099.7470 076.9529 0018013 297.6645 181.7675 14.19786668591946
+1 35534U 91082CQ  14237.62869448  .00003799  00000-0  18261-2 0  5651
+2 35534 098.7659 181.5861 0061055 075.7090 047.8135 14.18442181524824
+1 35535U 75052LH  14237.37447028 -.00000013  00000-0  26235-4 0  4804
+2 35535 098.8162 060.4308 0094013 294.1059 183.5780 13.78846322572139
+1 35536U 01049QL  14234.89066093  .00000463  00000-0  28808-3 0  4077
+2 35536 098.6173 266.6936 0433009 038.8459 081.3603 13.70945970555777
+1 35538U 06006CF  14235.08911107  .00001612  00000-0  69807-2 0  2948
+2 35538 051.6101 211.9493 5132309 082.6709 330.5135 05.03349851117618
+1 35540U 06006CH  14238.66785075  .00003574  00000-0  72716-2 0  4091
+2 35540 052.1061 127.0653 5099974 111.1367 309.3809 05.19367917118966
+1 35542U 06006CK  14236.25209035  .00000403  00000-0  34286-2 0  2099
+2 35542 051.5211 182.2343 4997825 130.1533 003.2811 05.12624962117729
+1 35548U 07003G   14235.56615743 -.00000368  00000-0  25441-4 0  4305
+2 35548 026.4728 347.1035 7541891 345.4352 006.0329 01.82115020 38742
+1 35549U 07003H   14237.19287133  .00054425  00000-0  31853-1 0  7064
+2 35549 024.2345 126.2849 6946861 037.1252 052.8034 02.68049942 52395
+1 35550U 07003J   14236.23247357 -.00000051  00000-0 -26151-3 0  5090
+2 35550 024.3175 281.0488 7505920 132.3559 321.4238 01.91358189 44948
+1 35551U 07003K   14238.55319642  .00000230  00000-0  22296-2 0  5525
+2 35551 024.4739 194.3595 7273676 265.0898 016.5077 02.14915556 51776
+1 35552U 07003L   14236.54018458 -.00000137  00000-0  48852-3 0  7395
+2 35552 025.9293 282.8762 7487320 093.0991 002.2148 01.93057171 45885
+1 35554U 07003N   14229.37637798 -.00000437  00000-0 -80159-2 0  5290
+2 35554 024.4843 338.9175 7496733 035.0802 356.3023 01.84552102 44808
+1 35557U 07003R   14237.30565184  .00024111  00000-0  28712-1 0  3886
+2 35557 022.9140 141.4944 7032755 037.8256 033.5743 02.54332415 51530
+1 35558U 07003S   14234.34442235 -.00000290  00000-0 -53842-2 0  5776
+2 35558 023.5952 306.1413 7458998 106.3343 332.7802 01.89720447 44029
+1 35563U 07003X   14230.71413789 -.00000189  00000-0 -34060-2 0  2912
+2 35563 023.0323 314.9309 7466287 100.8103 359.0345 01.88559653 40989
+1 35567U 07042G   14236.30085699  .00000367  00000-0  21997-3 0  1725
+2 35567 098.5581 269.0917 0013704 303.2925 056.6973 14.12784691340159
+1 35571U 08053G   14236.95327668  .00002135  00000-0  42787-3 0  8316
+2 35571 097.7447 124.1602 0188550 074.9682 342.0763 14.51992424302562
+1 35572U 08053H   14236.92131179  .00065237  00000-0  15539-2 0  8961
+2 35572 097.5771 262.5515 0038358 309.4734 169.1182 15.40591043309184
+1 35573U 08053J   14238.94376745  .00003581  00000-0  67276-3 0  7167
+2 35573 097.8052 139.7021 0185294 061.8930 300.1364 14.54205021302067
+1 35574U 08056F   14237.86819722  .00001435  00000-0  41074-3 0  6802
+2 35574 098.4191 241.3046 0137452 054.0925 063.0712 14.41172265301584
+1 35575U 08061B   14237.83298760  .00000780  00000-0  27702-3 0  5576
+2 35575 097.7413 092.0730 0245900 103.0608 319.5409 14.21119959294443
+1 35578U 09037A   14238.11252668  .00000686  00000-0  23522-4 0  4809
+2 35578 008.9901 027.8581 0017385 026.8172 333.3048 14.66138625274579
+1 35579U 09037B   14239.08241885  .00001286  00000-0  17936-3 0  1463
+2 35579 009.0449 203.5976 0048027 059.3849 301.1516 14.75782232276326
+1 35580U 93036ALX 14235.43409143  .00000734  00000-0  58618-3 0  5233
+2 35580 073.9096 266.0555 0315739 335.3354 023.2934 13.71956006266959
+1 35583U 93036AMA 14235.81140228 -.00000015  00000-0  30721-5 0  6011
+2 35583 073.9210 022.1108 0404763 090.0908 341.1427 13.49668767267545
+1 35584U 93036AMB 14239.08032859  .00005668  00000-0  28558-2 0  6958
+2 35584 074.0983 122.2150 0160204 063.1738 298.6162 14.09897107248107
+1 35585U 93036AMC 14236.93981575  .00000506  00000-0  44580-3 0  6600
+2 35585 073.9796 316.4337 0338889 348.9552 126.1266 13.64540670272754
+1 35586U 93036AMD 14237.14100844  .00000253  00000-0  26063-3 0  2608
+2 35586 074.0204 045.7250 0412816 058.8262 305.1284 13.48136246267480
+1 35587U 93036AME 14235.32441580  .00000391  00000-0  75211-4 0  4865
+2 35587 074.0053 106.6045 0117109 236.3753 122.6197 14.63131640288105
+1 35589U 93036AMG 14237.89771012  .00007783  00000-0  74269-3 0  5670
+2 35589 073.9726 070.9737 0164250 265.0914 156.7526 14.83778999283925
+1 35591U 93036AMJ 14235.73595734  .00002587  00000-0  71960-3 0  4591
+2 35591 073.9931 256.5282 0056025 299.2180 060.1903 14.46018783280412
+1 35592U 93036AMK 14236.15881692  .00005681  00000-0  65476-3 0  4908
+2 35592 074.0145 041.0317 0138296 134.1171 227.1483 14.79191497285644
+1 35593U 93036AML 14233.96624199  .00000858  00000-0  43254-3 0  4598
+2 35593 074.0861 067.6224 0119745 029.1135 039.4030 14.14147252267193
+1 35594U 93036AMM 14239.07490734  .00002548  00000-0  63536-3 0  6464
+2 35594 073.8246 153.8292 0062760 332.2794 027.5516 14.50405293282617
+1 35596U 93036AMP 14238.19959511  .00012267  00000-0  21692-2 0  3250
+2 35596 073.9306 177.0342 0058833 085.0298 276.1121 14.66290957283485
+1 35598U 93036AMR 14237.98032743  .00014671  00000-0  14102-2 0  4527
+2 35598 073.9083 349.7826 0120226 140.9086 220.0860 14.87677535283264
+1 35600U 93036AMT 14238.27801578  .00003749  00000-0  90734-3 0  3804
+2 35600 074.0011 209.8316 0079313 274.6529 084.5858 14.51488470282299
+1 35602U 93036AMV 14236.60853130  .00001578  00000-0  11841-3 0  6670
+2 35602 074.0272 324.1661 0191350 046.3020 017.4335 14.90161548282089
+1 35604U 93036AMX 14234.73315014  .00002222  00000-0  85699-3 0  3359
+2 35604 074.0297 346.9351 0064059 314.2732 045.3299 14.29714635276500
+1 35605U 93036AMY 14235.76214169  .00001266  00000-0  39613-3 0  4211
+2 35605 073.9100 265.4873 0119483 357.9270 002.1257 14.37767603278418
+1 35606U 93036AMZ 14237.96201515  .00000394  00000-0  43267-3 0  4915
+2 35606 073.8100 070.8867 0469620 198.7325 236.6025 13.35977115260069
+1 35609U 93036ANC 14239.19003277  .00022993  00000-0  42103-2 0  4646
+2 35609 074.0249 193.3158 0022280 279.5960 080.3183 14.65641662282043
+1 35610U 93036AND 14238.13951854  .00009495  00000-0  23263-2 0  9243
+2 35610 074.0168 268.2089 0038990 269.2500 146.5091 14.52096861271289
+1 35611U 93036ANE 14236.59118179  .00001255  00000-0  44519-3 0  5180
+2 35611 074.0326 300.8303 0048552 302.7104 127.4482 14.34873986277656
+1 35612U 93036ANF 14237.11614718  .00007329  00000-0  10818-2 0  9243
+2 35612 074.0200 125.6545 0046850 205.0044 280.7349 14.74691456275428
+1 35613U 93036ANG 14236.16531068  .00005057  00000-0  83615-3 0  6603
+2 35613 073.9902 128.9614 0059776 247.6115 266.2860 14.69432688282329
+1 35614U 93036ANH 14237.32116095  .00001542  00000-0  41458-3 0  5672
+2 35614 073.9665 212.0669 0108731 294.5490 131.2268 14.45511213279510
+1 35615U 97051QM  14237.29113329  .00010486  00000-0  20679-2 0  9703
+2 35615 086.3778 338.6323 0014510 057.7066 302.5549 14.62339384280956
+1 35616U 97051QN  14237.05222430  .00001415  00000-0  40016-3 0  5214
+2 35616 086.3723 341.5913 0022452 042.4567 317.8450 14.44838725278338
+1 35617U 97051QP  14238.73663486  .00010888  00000-0  30868-2 0  5971
+2 35617 086.5080 035.4378 0062369 067.1219 293.7038 14.44430221592163
+1 35618U 97051QQ  14238.03485249  .00000694  00000-0  20411-3 0  5253
+2 35618 086.3469 335.2963 0033187 031.9602 092.0711 14.42038034276177
+1 35619U 97051QR  14238.00799919  .00030196  00000-0  39453-2 0  8149
+2 35619 086.3162 322.0702 0009916 029.2066 096.5791 14.80299565277729
+1 35620U 97051QS  14229.96622511  .00002719  00000-0  16165-2 0  1259
+2 35620 086.4015 064.2399 0257985 152.7303 208.7693 13.91858951264278
+1 35621U 97051QT  14237.97317347  .00020762  00000-0  32099-2 0  3847
+2 35621 086.2797 319.8866 0002869 253.4585 106.9009 14.73180868280096
+1 35622U 97051QU  14236.53527899  .00002875  00000-0  94808-3 0  7390
+2 35622 086.2277 319.2707 0030481 036.3785 020.6133 14.37561567276969
+1 35623U 97051QV  14236.18850596  .00013696  00000-0  38775-2 0  1730
+2 35623 086.4815 039.2505 0091575 142.7530 217.9618 14.43018879271500
+1 35624U 97051QW  14224.42356988  .00006762  00000-0  21351-2 0  6442
+2 35624 086.3710 011.7276 0075667 144.3751 216.2532 14.38484412277643
+1 35625U 97051QX  14238.07978275  .00001592  00000-0  82704-3 0  3991
+2 35625 086.2064 349.8927 0133477 281.8762 204.2567 14.09736398273727
+1 35627U 97051QZ  14239.05827192  .00005449  00000-0  17980-2 0  5904
+2 35627 086.3672 359.2647 0035635 033.2391 327.1544 14.37789533276524
+1 35628U 97051RA  14238.07284900  .00001514  00000-0  47334-3 0  5658
+2 35628 086.3704 346.6637 0019866 034.1663 090.2561 14.40053485274192
+1 35629U 97051RB  14237.15367017  .00007224  00000-0  25522-2 0  7298
+2 35629 086.3869 020.0895 0091276 151.7944 334.8039 14.32232920270352
+1 35631U 97051RD  14236.62002497  .00000330  00000-0  96982-4 0  8562
+2 35631 086.3745 343.5652 0022602 088.6888 336.6071 14.40505243279629
+1 35632U 97051RE  14239.16913881  .00002324  00000-0  10765-2 0  5760
+2 35632 086.4436 037.6759 0123970 235.4750 123.5161 14.16858583269327
+1 35635U 09039A   14238.25434435  .00000059  00000-0  35517-4 0    14
+2 35635 082.9513 055.9599 0019787 000.9750 359.1448 13.89529172258575
+1 35636U 09039B   14237.50294355  .00000044  00000-0  22735-4 0  1111
+2 35636 082.9548 056.3939 0019521 357.3741 061.6585 13.89664404258487
+1 35637U 09039C   14236.45176215  .00000050  00000-0  27627-4 0  8714
+2 35637 082.9537 053.2903 0015078 332.2599 086.9253 13.91138792258626
+1 35643U 93036ANJ 14237.56510154  .00004048  00000-0  10004-2 0  5816
+2 35643 074.0168 210.1403 0060560 273.7684 085.6554 14.51269489282211
+1 35644U 93036ANK 14236.44004778  .00004525  00000-0  74544-3 0  6656
+2 35644 074.0212 150.5638 0048376 275.9217 204.1888 14.70035241286902
+1 35645U 93036ANL 14238.14029088  .00000484  00000-0  23242-3 0  5723
+2 35645 073.9821 015.0975 0095825 015.0561 106.7493 14.19197678283791
+1 35646U 93036ANM 14235.32245522  .00000448  00000-0  48497-3 0  4788
+2 35646 073.8715 089.8776 0475463 180.1129 306.3702 13.35354129266587
+1 35647U 93036ANN 14237.55809796  .00000670  00000-0  25908-3 0  3929
+2 35647 074.0317 306.0516 0053357 319.1458 040.5664 14.31272925273074
+1 35650U 93036ANR 14236.41273271  .00001386  00000-0  40376-3 0  6025
+2 35650 074.0609 248.0344 0038242 288.5717 136.9724 14.44708780276997
+1 35652U 93036ANT 14238.92016508  .00025990  00000-0  39565-2 0   773
+2 35652 074.0178 190.1572 0031626 263.1067 096.7000 14.73579325272524
+1 35653U 93036ANU 14236.94664483  .00012107  00000-0  22971-2 0   718
+2 35653 074.0095 198.6004 0029624 268.2262 146.4765 14.64003539271994
+1 35654U 93036ANV 14237.90232565  .00039823  00000-0  15077-2 0  6919
+2 35654 074.0755 329.1536 0080656 007.2686 352.9661 15.23678922285569
+1 35655U 93036ANW 14238.24065082  .00003426  00000-0  82834-3 0  6428
+2 35655 074.0085 205.5264 0018383 333.6442 026.4255 14.53366684281957
+1 35657U 93036ANY 14238.08938844  .00013552  00000-0  24644-2 0   662
+2 35657 074.0126 192.4244 0029720 262.1384 232.3841 14.65878391272387
+1 35660U 93036APB 14236.42002611  .00000463  00000-0  15085-3 0  5028
+2 35660 074.0424 247.3325 0021208 335.4223 091.2813 14.41316650270558
+1 35661U 93036APC 14236.04559949  .00000907  00000-0  17053-3 0  3958
+2 35661 074.0229 140.0581 0139650 205.5213 153.9016 14.60183433277675
+1 35663U 93036APE 14237.75200134  .00001193  00000-0  39447-3 0  4330
+2 35663 074.0305 270.4328 0017545 278.7331 081.1836 14.38992650272042
+1 35664U 93036APF 14239.14114512  .00006749  00000-0  85447-3 0  5839
+2 35664 073.8559 062.9802 0073122 226.6225 132.9341 14.79842749279118
+1 35667U 93036APJ 14236.73293640  .00000864  00000-0  28006-3 0  3988
+2 35667 074.0609 266.9493 0032653 293.4886 066.2838 14.40164186272776
+1 35668U 93036APK 14236.45556948  .00000333  00000-0  77851-4 0  4751
+2 35668 074.0487 156.1943 0094674 238.3849 241.8743 14.56157795275526
+1 35669U 93036APL 14236.77364823  .00000302  00000-0  29808-3 0  3894
+2 35669 073.8685 004.6538 0406441 107.4766 326.0133 13.50737088262622
+1 35670U 93036APM 14237.41491855  .00001539  00000-0  34579-3 0  6048
+2 35670 073.9099 143.0678 0071275 294.2045 065.1679 14.55887699274040
+1 35671U 93036APN 14234.65582324  .00000286  00000-0  90670-4 0  4720
+2 35671 074.0198 224.7759 0044237 320.0243 160.2459 14.43940754272057
+1 35672U 93036APP 14236.39805375  .00002989  00000-0  72848-3 0  5525
+2 35672 074.0624 216.9408 0060032 261.8091 250.0779 14.52074132273041
+1 35673U 93036APQ 14238.12325497  .00008876  00000-0  16334-2 0  5428
+2 35673 073.9683 154.2054 0037553 288.4062 133.6508 14.65266696274286
+1 35674U 93036APR 14236.32941294  .00000848  00000-0  30502-3 0  5164
+2 35674 074.0716 333.5597 0140618 341.2706 075.6274 14.29976954269127
+1 35675U 93036APS 14237.60952667  .00003090  00000-0  11501-2 0  4093
+2 35675 074.0208 329.6599 0059550 295.8194 126.0636 14.31489557268911
+1 35676U 93036APT 14235.59290748  .00003582  00000-0  89406-3 0  7791
+2 35676 074.0157 224.6597 0046704 289.5549 179.1637 14.51307697279387
+1 35678U 97051RG  14237.28965257  .00007896  00000-0  18876-2 0  1547
+2 35678 086.3691 343.8008 0005311 330.2410 088.5690 14.53513300273714
+1 35679U 97051RH  14237.56717944  .00010885  00000-0  28358-2 0  5538
+2 35679 086.3414 350.2534 0045719 039.0174 021.2806 14.48840232274547
+1 35680U 97051RJ  14235.60654098  .00002876  00000-0  17149-2 0  1132
+2 35680 086.1160 352.5442 0224652 078.9460 283.7243 13.95166804266091
+1 35681U 09041A   14238.29408479  .00000203  00000-0  41456-4 0  6354
+2 35681 097.9598 132.8196 0002128 082.9471 277.1965 14.70407559272286
+1 35682U 09041B   14238.33407620  .00000310  00000-0  62710-4 0  6217
+2 35682 097.9356 121.8500 0011808 175.7624 184.3656 14.67647549271671
+1 35683U 09041C   14238.32392210  .00000109  00000-0  25856-4 0  6503
+2 35683 097.9584 131.9204 0001843 095.5760 264.5621 14.70407117272219
+1 35684U 09041D   14237.77790748  .00000449  00000-0  68741-4 0  5674
+2 35684 098.0571 158.9843 0049078 163.1524 253.9469 14.77884341273452
+1 35685U 09041E   14237.88533026  .00000748  00000-0  98058-4 0  5868
+2 35685 098.1078 172.9332 0062433 135.7001 224.9232 14.82095512274110
+1 35686U 09041F   14237.81424038  .00000792  00000-0  94253-4 0  6047
+2 35686 098.1538 185.8799 0077185 109.9569 310.0020 14.85309274274718
+1 35688U 09041H   14237.07051436 -.00000047  00000-0 -58103-5 0  8384
+2 35688 098.0805 244.0251 0430643 189.6189 207.6871 13.74118316254357
+1 35689U 09041J   14236.32736382  .00000503  00000-0  85220-4 0  8319
+2 35689 097.9839 137.4058 0023765 197.3041 162.7359 14.73361530272258
+1 35696U 09042A   14236.68439603 -.00000326  00000-0  00000+0 0  4579
+2 35696 000.0077 120.7593 0001520 354.2277 204.7416 01.00273022 18437
+1 35697U 09042B   14237.30342618 -.00000124  00000-0  00000+0 0  6511
+2 35697 004.7273 145.7386 3098804 228.3675 349.3750 01.60000076 29152
+1 35699U 93036APU 14238.26712663  .00003468  00000-0  46664-3 0  3910
+2 35699 074.0279 078.3114 0108498 170.8604 189.5122 14.75592712287203
+1 35700U 93036APV 14235.64698982  .00005253  00000-0  15886-2 0  6287
+2 35700 074.0167 311.3681 0057650 297.7305 061.8010 14.41637134278929
+1 35701U 93036APW 14236.55243206  .00000249  00000-0  22214-3 0  4354
+2 35701 074.0155 306.5835 0324347 315.6699 103.1952 13.68237890271033
+1 35702U 93036APX 14237.34468253  .00002337  00000-0  62426-3 0  3138
+2 35702 074.0547 240.0387 0033720 276.2577 083.5621 14.48592540271514
+1 35703U 93036APY 14238.04143978  .00000772  00000-0  14299-3 0  3205
+2 35703 074.0558 123.8064 0110691 195.0586 164.7544 14.63323905288707
+1 35705U 93036AQA 14238.14091498  .00002448  00000-0  99510-3 0  4467
+2 35705 074.3078 046.7771 0065993 219.7742 258.8418 14.26867328267926
+1 35706U 93036AQB 14237.63792635  .00000365  00000-0  34199-3 0  4550
+2 35706 073.8940 337.8520 0374681 055.0698 308.5015 13.57200085268700
+1 35707U 93036AQC 14238.15200014  .00010549  00000-0  24344-2 0  9060
+2 35707 074.0262 257.0530 0036543 262.4682 166.4378 14.54928993277597
+1 35709U 93036AQE 14236.61025356  .00001976  00000-0  74698-3 0  3601
+2 35709 074.0143 334.3465 0066380 321.0611 038.5767 14.30725864270656
+1 35710U 93036AQF 14237.31730502  .00023690  00000-0  34005-2 0  3993
+2 35710 074.0285 190.7266 0026156 262.2005 221.0320 14.76167994272489
+1 35711U 93036AQG 14237.12917049  .00000377  00000-0  86824-4 0  4745
+2 35711 074.0504 154.3700 0096686 233.9049 188.9558 14.56261080277434
+1 35713U 93036AQJ 14213.24023145  .00004043  00000-0  61985-3 0  4529
+2 35713 074.0482 180.9087 0067162 262.4134 097.0810 14.72466012274464
+1 35715U 93036AQL 14238.05712775  .00060950  00000-0  33397-2 0  3771
+2 35715 073.9758 006.9374 0058667 144.4309 216.0818 15.12409140297942
+1 35716U 93036AQM 14236.45265398  .00000166  00000-0  42323-4 0  4122
+2 35716 073.9963 140.1898 0096303 258.3306 226.9117 14.56176777276431
+1 35717U 93036AQN 14238.12419982  .00000536  00000-0  25273-3 0  3606
+2 35717 074.1674 047.8159 0091975 317.5712 041.8526 14.20055205266469
+1 35718U 93036AQP 14236.77490056  .00001099  00000-0  36407-3 0  4277
+2 35718 074.0442 276.3181 0025065 279.7994 080.0490 14.38920022274960
+1 35720U 93036AQR 14238.59567943  .00002018  00000-0  69401-3 0  2968
+2 35720 073.9961 322.2739 0122450 354.4646 005.5523 14.32534714277985
+1 35721U 93036AQS 14236.82366662  .00000943  00000-0  43323-3 0  2665
+2 35721 073.9506 041.8884 0187089 000.6576 359.4107 14.13767229269716
+1 35722U 93036AQT 14238.93303713  .00096185  00000-0  23204-2 0  9124
+2 35722 074.1170 347.3277 0053485 051.0105 309.6373 15.39568070281524
+1 35723U 93036AQU 14236.18752837  .00005886  00000-0  15091-2 0  7867
+2 35723 074.0139 278.0147 0042660 276.0668 140.5095 14.49973465276526
+1 35724U 93036AQV 14234.55611230  .00000424  00000-0  11025-3 0  4558
+2 35724 074.0361 184.4147 0068798 291.3493 191.1299 14.51473721276138
+1 35726U 93036AQX 14237.27972685  .00002663  00000-0  60805-3 0  3192
+2 35726 074.0556 192.2332 0049763 268.3078 091.2518 14.55514141276661
+1 35727U 93036AQY 14238.96873100  .00029733  00000-0  22242-2 0  5597
+2 35727 073.9514 355.5420 0089090 142.1798 218.6201 14.99503383281294
+1 35729U 93036ARA 14237.25230560  .00002919  00000-0  71598-3 0  5751
+2 35729 074.0394 201.3198 0039652 303.7114 117.5903 14.52400306280778
+1 35730U 93036ARB 14236.04028470  .00006458  00000-0  10022-2 0  6267
+2 35730 073.9964 131.4114 0053188 246.0044 113.5555 14.72358358282988
+1 35732U 97051RK  14236.59309817  .00003014  00000-0  10378-2 0  5063
+2 35732 086.2502 335.6808 0058023 064.9769 295.7436 14.34731171273333
+1 35733U 97051RL  14237.33685249  .00018804  00000-0  25673-2 0  2876
+2 35733 086.3871 341.6340 0037340 073.9154 286.6172 14.78031241275550
+1 35734U 97051RM  14238.47399928  .00058977  00000-0  42408-2 0  5546
+2 35734 086.3674 320.4504 0027434 183.6133 176.5428 15.03995781281294
+1 35735U 97051RN  14237.04725236  .00007853  00000-0  15256-2 0  6789
+2 35735 086.3929 337.8004 0020473 339.1157 147.6572 14.62934337276191
+1 35737U 97051RQ  14237.13971069  .00006929  00000-0  24268-2 0  5301
+2 35737 086.4423 026.0648 0062142 118.7103 002.3586 14.33906768280007
+1 35739U 97051RS  14237.14676161  .00012719  00000-0  43036-2 0  5273
+2 35739 086.4066 019.4683 0075489 128.5813 356.2570 14.35125749279873
+1 35741U 97051RU  14239.02831006 -.00000008  00000-0  00000+0 0  5737
+2 35741 086.3699 346.2678 0027731 280.9886 078.8709 14.62832066281615
+1 35742U 97051RV  14235.73076108  .00003879  00000-0  12369-2 0  7392
+2 35742 086.4416 019.4863 0072414 033.8729 030.8846 14.38059720276073
+1 35744U 97051RX  14238.03727089  .00001332  00000-0  36766-3 0  7100
+2 35744 086.3416 331.5494 0034404 017.3174 107.5923 14.45743932275508
+1 35745U 97051RY  14216.25336000  .00011477  00000-0  44826-2 0  5878
+2 35745 086.3685 033.8414 0120580 266.6911 217.8543 14.25599540267348
+1 35747U 97051SA  14229.63076133  .00001092  00000-0  57833-3 0  1022
+2 35747 086.1777 354.7529 0208503 052.2469 309.4959 14.02283273260385
+1 35748U 97051SB  14238.04653128  .00015679  00000-0  32590-2 0  5463
+2 35748 086.3971 350.3827 0001643 257.0484 226.7329 14.60010726270091
+1 35749U 97051SC  14238.06765855  .00004839  00000-0  14133-2 0  6456
+2 35749 086.3861 350.9632 0019631 245.4145 114.5011 14.43796372269786
+1 35750U 97051SD  14237.41480561  .00012617  00000-0  23169-2 0  7738
+2 35750 086.1020 276.5270 0009295 165.8108 251.5072 14.65593756270611
+1 35752U 09043A   14238.21335872  .00000005  00000-0  00000+0 0  8765
+2 35752 054.2643 201.1113 0037024 014.9572 217.1124 02.00563499 36848
+1 35754U 09043C   14237.37945439  .00065867  00000-0  16332-2 0  7235
+2 35754 039.9433 271.8743 5249204 034.2792 017.9787 05.32129548 84169
+1 35755U 09044A   14238.85225428  .00000000  00000-0  10000-3 0   294
+2 35755 000.0407 013.3523 0002994 107.2754 289.1141 01.00265588 18421
+1 35756U 09044B   14238.78346610  .00000000  00000-0  10000-3 0  1352
+2 35756 000.0432 019.3706 0002549 143.2301 250.3338 01.00266398 18409
+1 35757U 09044C   14236.45768613  .00001164  00000-0  66779-3 0  1093
+2 35757 001.7595 087.1721 7206088 271.7986 008.7724 02.36530245 42456
+1 35758U 09044D   14238.64546541  .00080285  00000-0  94249-2 0  4389
+2 35758 002.4037 254.4904 6509815 290.6479 013.5251 03.32666303 50537
+1 35759U 93036ARD 14239.13586084  .00000679  00000-0  14574-3 0  3006
+2 35759 074.0432 151.6169 0090306 240.1996 119.0659 14.56059710284079
+1 35760U 93036ARE 14237.40311462  .00005679  00000-0  94904-3 0  6522
+2 35760 073.9932 133.5355 0058169 242.3166 239.8903 14.68994000284047
+1 35763U 93036ARH 14237.74102417  .00002174  00000-0  67573-3 0  3504
+2 35763 073.8633 256.8138 0094453 227.7947 131.5274 14.39124032282129
+1 35764U 93036ARJ 14234.66756921  .00001102  00000-0  31068-3 0  3676
+2 35764 074.0321 229.9108 0044528 301.7550 057.6525 14.46418699289189
+1 35765U 93036ARK 14236.56791291  .00002947  00000-0  79829-3 0  6013
+2 35765 074.1272 322.5874 0173592 305.2019 053.2985 14.39596133275010
+1 35767U 93036ARM 14237.60044211  .00001932  00000-0  75912-3 0  3743
+2 35767 073.9985 330.6222 0068550 280.5900 078.7532 14.28707200280145
+1 35769U 93036ARP 14238.85985640  .00002722  00000-0  86539-3 0  3030
+2 35769 074.0803 299.7520 0086542 298.0678 061.2232 14.37750373269848
+1 35771U 93036ARR 14231.37539148  .00002646  00000-0  20432-2 0  5767
+2 35771 074.1876 002.1479 0336713 286.9853 099.4614 13.69864009265423
+1 35772U 93036ARS 14237.77470330  .00002807  00000-0  82810-3 0  5101
+2 35772 073.9807 265.1642 0113871 321.0643 038.2349 14.40342022283707
+1 35773U 93036ART 14237.27708572  .00001176  00000-0  31960-3 0  5848
+2 35773 074.0146 205.7634 0061678 287.7941 137.4514 14.47599013278142
+1 35775U 93036ARV 14237.52001388  .00002790  00000-0  65205-3 0  4019
+2 35775 074.0393 194.0615 0039503 297.1565 062.5537 14.54692957279419
+1 35776U 93036ARW 14235.24313714  .00003089  00000-0  73217-3 0  2759
+2 35776 074.0171 082.6699 0381891 350.3416 009.0520 14.18226067271443
+1 35777U 93036ARX 14238.17325352  .00000471  00000-0  50903-3 0  5051
+2 35777 073.7718 051.1978 0458548 192.3069 292.3753 13.37911811245444
+1 35778U 93036ARY 14236.50585377  .00048727  00000-0  46561-2 0  2408
+2 35778 074.0328 171.7488 0025849 221.4829 138.4393 14.92757872277041
+1 35780U 93036ASA 14238.59918689  .00036739  00000-0  12012-2 0  4156
+2 35780 073.8670 224.8083 0102748 032.0933 328.6983 15.26533367281534
+1 35781U 93036ASB 14237.17985061  .00017300  00000-0  24304-2 0  4079
+2 35781 074.0219 174.1897 0040756 231.1356 128.4908 14.76807921283885
+1 35782U 93036ASC 14239.13929279  .00006288  00000-0  11254-2 0  4069
+2 35782 073.9818 150.7986 0039190 302.3122 057.4747 14.66315313266500
+1 35784U 93036ASE 14235.33871082  .00000379  00000-0  11781-3 0  1885
+2 35784 074.0362 230.3187 0046720 305.1865 054.4874 14.43879141270814
+1 35785U 93036ASF 14236.51243747  .00003393  00000-0  11656-2 0  3171
+2 35785 073.9568 309.9265 0074056 264.5455 094.7848 14.34915378273170
+1 35786U 93036ASG 14238.34880560  .00001020  00000-0  30377-3 0  4656
+2 35786 074.0215 235.9541 0055150 290.9639 068.5548 14.43569397282046
+1 35787U 93036ASH 14238.48549014 -.00003195  00000-0  00000+0 0   409
+2 35787 074.0595 281.8508 0034014 191.1137 168.9755 14.34613184280735
+1 35788U 93036ASJ 14237.38229289  .00004023  00000-0  11006-2 0  6448
+2 35788 074.0235 239.5950 0031432 297.7572 129.8506 14.47250422277748
+1 35789U 93036ASK 14233.83813964  .00000186  00000-0  65776-4 0  4016
+2 35789 074.0424 288.8463 0050386 316.4655 043.3009 14.33834603271246
+1 35792U 93036ASN 14225.02280131  .00003260  00000-0  12110-2 0  3181
+2 35792 073.9988 355.0069 0068583 347.9124 012.0167 14.31246684267359
+1 35793U 93036ASP 14238.80924868  .00001680  00000-0  50700-3 0  5087
+2 35793 074.0523 254.8966 0016344 292.6911 067.3000 14.42377450278985
+1 35795U 93036ASR 14238.52865809  .00005296  00000-0  11255-2 0  5401
+2 35795 074.0212 182.4856 0036242 286.3117 073.4553 14.58643054281374
+1 35796U 93036ASS 14235.51845764  .00001900  00000-0  66377-3 0  3677
+2 35796 074.0180 301.5902 0050913 311.5290 048.1373 14.35205326270872
+1 35797U 97051SF  14237.04783801  .00001648  00000-0  46211-3 0  6488
+2 35797 086.3530 336.4534 0026151 031.7240 093.9898 14.45285260275252
+1 35799U 97051SH  14236.32446614  .00005566  00000-0  17503-2 0  5515
+2 35799 085.9430 259.2656 0082106 359.8527 000.2632 14.38384130282803
+1 35800U 97051SJ  14233.95562947  .00004654  00000-0  86508-3 0  4970
+2 35800 086.2776 309.7879 0044977 302.7972 093.9902 14.64323205280055
+1 35802U 97051SL  14237.24136873  .00004949  00000-0  19287-2 0  5802
+2 35802 086.4692 036.3135 0086639 151.6204 327.9590 14.27503881280966
+1 35803U 97051SM  14231.98727793  .00032695  00000-0  54098-2 0  4655
+2 35803 086.2260 316.6259 0024824 338.9629 047.3766 14.69956429269956
+1 35805U 97051SP  14239.15574977  .00001953  00000-0  88485-3 0  6606
+2 35805 086.3327 014.9024 0140675 220.1172 139.0042 14.16899093264911
+1 35806U 97051SQ  14237.62903529  .00001366  00000-0  46970-3 0  3367
+2 35806 086.3552 348.9783 0017171 005.5736 354.5648 14.35297854269200
+1 35809U 97051ST  14238.04276683  .00001661  00000-0  49149-3 0  4136
+2 35809 086.3425 336.8418 0024876 030.9827 093.5565 14.42722192270381
+1 35812U 09046A   14238.05913922  .00000000  00000-0  10000-3 0   543
+2 35812 000.0251 091.4374 0001635 129.2672 247.7254 01.00265104 18448
+1 35821U 93036AST 14235.94863662  .00011862  00000-0  13650-2 0  7598
+2 35821 073.9678 087.0500 0073502 188.5897 234.8001 14.83847255281178
+1 35822U 93036ASU 14235.13938645  .00007541  00000-0  16724-2 0  8612
+2 35822 074.0303 254.7547 0032783 263.4016 162.1793 14.56923649270847
+1 35824U 93036ASW 14236.41446885  .00000865  00000-0  66304-3 0  4973
+2 35824 073.8492 221.3961 0285533 315.5988 114.4562 13.77378927272251
+1 35825U 93036ASX 14236.04667249  .00000394  00000-0  34029-3 0  3371
+2 35825 074.1208 007.7968 0384512 356.4474 003.3919 13.60204453268458
+1 35829U 93036ATB 14237.77013525  .00001685  00000-0  54406-3 0  4925
+2 35829 074.0389 269.9445 0022443 282.4818 077.3826 14.39800510281451
+1 35830U 93036ATC 14217.03898601  .00000842  00000-0  46372-3 0  3083
+2 35830 073.9052 101.8627 0154769 159.2114 201.5413 14.07220150261172
+1 35831U 93036ATD 14225.66722766  .00003997  00000-0  13659-2 0  2040
+2 35831 074.0093 330.3989 0047448 313.1355 045.6913 14.36015061270237
+1 35834U 93036ATG 14236.18845027 -.00000173  00000-0 -77488-4 0  4362
+2 35834 074.0249 059.4934 0116082 025.2109 092.9413 14.11061300257281
+1 35835U 93036ATH 14237.48450073  .00000596  00000-0  46569-3 0  3327
+2 35835 074.0686 289.6540 0324107 292.4451 064.2708 13.72499050266477
+1 35836U 93036ATJ 14235.52325019  .00001057  00000-0  36853-3 0  5333
+2 35836 074.0439 299.7176 0052441 305.2181 054.4068 14.35826585279249
+1 35837U 93036ATK 14234.87207299  .00002341  00000-0  21207-2 0  3218
+2 35837 073.7329 054.7436 0494951 192.2116 239.3237 13.39855814259419
+1 35839U 93036ATM 14235.74824338  .00000836  00000-0  21161-3 0  6014
+2 35839 074.2424 251.2872 0040431 242.9170 239.8789 14.51970362280922
+1 35840U 93036ATN 14221.88898586  .00002963  00000-0  13998-2 0  4033
+2 35840 073.9446 068.9276 0161319 131.9153 230.1342 14.13547512271779
+1 35841U 93036ATP 14238.11789728  .00002914  00000-0  42642-3 0  4333
+2 35841 074.0503 160.8915 0164818 187.3419 172.5732 14.67268111282324
+1 35843U 93036ATR 14237.10603074  .00005705  00000-0  20135-2 0  3806
+2 35843 074.0346 016.9291 0124933 309.8163 164.7344 14.30645420267282
+1 35844U 97051SU  14238.01785319  .00007760  00000-0  16114-2 0  4538
+2 35844 086.3271 327.5062 0028531 098.3338 258.9549 14.59773741268591
+1 35846U 97051SW  14237.58158140  .00000868  00000-0  31080-3 0  2683
+2 35846 086.3838 357.2412 0018578 358.5040 001.6097 14.32850392265094
+1 35848U 97051SY  14238.03807386  .00001435  00000-0  41547-3 0  5299
+2 35848 086.4082 350.6738 0019038 043.6633 316.6207 14.43772159263825
+1 35850U 97051TA  14239.03626051  .00001747  00000-0  50625-3 0  6183
+2 35850 086.3644 339.8656 0021607 036.6175 323.6994 14.44387211275362
+1 35851U 97051TB  14237.11128894  .00007960  00000-0  26136-2 0  5780
+2 35851 086.4268 020.0221 0065838 090.4493 270.4249 14.36978332280334
+1 35853U 97051TD  14238.08513218  .00004722  00000-0  16514-2 0  2933
+2 35853 086.3095 356.7161 0095294 080.1562 281.0563 14.32476135261489
+1 35854U 97051TE  14236.51678716  .00020346  00000-0  44586-2 0  1552
+2 35854 086.3095 326.0617 0010785 191.9025 166.4004 14.57526519275887
+1 35856U 97051TG  14239.04169815  .00008047  00000-0  21658-2 0  6644
+2 35856 086.3861 350.2341 0035197 337.7380 022.2782 14.47707667265965
+1 35857U 97051TH  14234.60721213  .00005810  00000-0  14198-2 0  3405
+2 35857 086.4400 355.4013 0034944 052.4152 003.2038 14.52079052275427
+1 35858U 97051TJ  14237.07296989  .00008046  00000-0  26542-2 0  5061
+2 35858 086.3699 003.6292 0068820 055.9143 304.8560 14.36638857272474
+1 35862U 97051TN  14237.79369549  .00009496  00000-0  23569-2 0  8551
+2 35862 086.3851 351.2518 0016011 303.3426 184.9608 14.51688399269649
+1 35863U 97051TP  14237.11159843  .00005389  00000-0  20090-2 0  4663
+2 35863 086.3571 006.7885 0078711 117.7420 006.4804 14.30101368267067
+1 35865U 09049A   14249.49936975  .00000023  00000-0  10407-4 0  8395
+2 35865 098.5451 294.4186 0002030 213.6507 146.5198 14.21927914257899
+1 35866U 09049B   14237.72796567  .00000039  00000-0  36514-4 0  8811
+2 35866 098.5408 284.5298 0002543 231.3397 267.1801 14.22683707256327
+1 35867U 09049C   14238.10999668  .00008049  00000-0  21830-3 0  7634
+2 35867 097.1414 264.2197 0007170 024.3847 033.1701 15.37852922275307
+1 35868U 09049D   14238.10366163  .00000075  00000-0  52704-4 0  7910
+2 35868 098.5416 284.2720 0003677 223.7819 189.1299 14.22524399256345
+1 35869U 09049E   14238.13290956  .00000002  00000-0  20229-4 0  7513
+2 35869 098.5364 283.1732 0003773 242.0396 176.8675 14.22222680256316
+1 35870U 09049F   14238.13950444  .00007574  00000-0  23346-3 0  4565
+2 35870 097.1583 257.2210 0002133 146.0422 254.5089 15.33873866274775
+1 35871U 09049G   14238.08729792 -.00000008  00000-0  15730-4 0  3430
+2 35871 098.5327 281.3719 0002567 238.5726 121.5201 14.21695439255608
+1 35873U 09050A   14237.93325259 -.00000273  00000-0  10000-3 0   229
+2 35873 000.0499 276.1355 0002314 238.4579 082.7720 01.00270885 18115
+1 35874U 09050B   14234.42556113 -.00000151  00000-0  00000+0 0  6952
+2 35874 012.2991 094.8214 4813968 023.5142 137.9376 01.93077990 34072
+1 35875U 09050C   14236.46345245  .00002837  00000-0  95277-3 0  7644
+2 35875 049.3113 070.2359 6042416 090.2068 357.9238 03.95561616 70517
+1 35881U 93036ATU 14233.67045595  .00003488  00000-0  16279-2 0  5390
+2 35881 074.2161 096.9793 0068099 013.7527 346.5452 14.19510586281503
+1 35883U 93036ATW 14224.74989876  .00000242  00000-0  74914-4 0  2832
+2 35883 074.0237 243.7340 0093863 305.7910 175.9311 14.44288606272493
+1 35885U 93036ATY 14231.57732819  .00000289  00000-0  11577-3 0  3956
+2 35885 074.0312 302.5703 0027047 303.1655 124.2188 14.32503425272142
+1 35886U 93036ATZ 14235.20181953  .00031090  00000-0  24536-2 0  3624
+2 35886 073.9978 065.1756 0057037 159.0001 201.3534 14.99286618283244
+1 35887U 93036AUA 14230.87933684  .00001611  00000-0  75723-3 0  2450
+2 35887 073.9926 051.7620 0126853 063.0236 298.4278 14.15841979262778
+1 35888U 93036AUB 14237.56115111  .00000551  00000-0  15217-3 0  4884
+2 35888 074.0352 202.9834 0060312 282.9158 076.5272 14.48173894264831
+1 35889U 93036AUC 14236.21847887  .00013441  00000-0  11958-2 0  4955
+2 35889 074.0296 071.0663 0078344 122.8371 237.9101 14.93736247268449
+1 35890U 93036AUD 14237.91427351  .00001421  00000-0  54788-3 0  4364
+2 35890 073.9477 311.0076 0085727 261.9266 214.5479 14.29221087260458
+1 35891U 93036AUE 14237.18654054  .00004388  00000-0  56037-3 0  5068
+2 35891 074.0050 051.8204 0141216 148.2792 334.6169 14.74904318269226
+1 35893U 93036AUG 14237.31724603  .00004564  00000-0  14646-2 0  5507
+2 35893 073.6631 216.9302 0083272 294.8806 064.3705 14.37785996261517
+1 35895U 93036AUJ 14238.22805850  .00000806  00000-0  55967-3 0  3217
+2 35895 074.0531 200.5741 0231657 172.5985 250.4544 13.88259282253093
+1 35896U 93036AUK 14239.01941395  .00017518  00000-0  19379-2 0  3125
+2 35896 073.9627 114.9700 0032013 233.9738 125.8973 14.86945988236258
+1 35897U 93036AUL 14229.04325491  .00008707  00000-0  74339-3 0  5637
+2 35897 073.9786 358.7446 0141937 134.2995 226.8489 14.90241586275372
+1 35898U 93036AUM 14237.28708466  .00000755  00000-0  12529-3 0  4042
+2 35898 073.9952 092.2091 0130808 183.8765 176.1509 14.66678996273026
+1 35900U 93036AUP 14235.85234031  .00002371  00000-0  77652-3 0  2580
+2 35900 074.0324 292.2004 0032137 285.5307 197.0714 14.38700453278207
+1 35901U 93036AUQ 14238.38677909  .00001622  00000-0  50130-3 0  5243
+2 35901 074.0283 263.3760 0023369 304.1044 055.7180 14.41960991262426
+1 35902U 93036AUR 14236.84393641  .00000534  00000-0  27695-3 0  2991
+2 35902 073.9895 052.0468 0126392 011.5224 348.7866 14.13152174266101
+1 35903U 93036AUS 14237.99636195  .00001854  00000-0  28832-3 0  3488
+2 35903 074.0680 104.2719 0115165 165.8883 194.5827 14.69416545277950
+1 35904U 93036AUT 14236.58849296  .00001811  00000-0  46695-3 0  3751
+2 35904 074.0286 215.7361 0034677 297.5036 062.2601 14.50429743263753
+1 35905U 93036AUU 14239.11932384  .00002874  00000-0  38141-3 0  5956
+2 35905 074.0379 059.2348 0141360 141.9369 219.2391 14.72953102277202
+1 35906U 93036AUV 14237.47055819  .00008219  00000-0  14172-2 0  7287
+2 35906 074.0283 163.7480 0140800 350.9121 127.0498 14.62276952271456
+1 35911U 97051TU  14237.10345204  .00003690  00000-0  16264-2 0  6106
+2 35911 086.2427 348.8129 0103344 186.9624 298.2190 14.20334605278541
+1 35913U 97051TW  14239.13759983  .00052071  00000-0  55565-2 0  5367
+2 35913 086.5592 017.6030 0118859 219.0239 140.2856 14.83757736267870
+1 35914U 97051TX  14238.08554648  .00023490  00000-0  41564-2 0  6865
+2 35914 086.3623 349.8985 0075213 347.1070 012.8217 14.65383481278605
+1 35915U 97051TY  14237.58073921  .00001862  00000-0  54140-3 0  2602
+2 35915 086.3615 340.4550 0025113 030.0225 330.2361 14.43645726265495
+1 35916U 97051TZ  14237.61618448  .00031605  00000-0  49973-2 0  5143
+2 35916 086.3761 341.7265 0009889 177.7896 182.3367 14.72122162264396
+1 35917U 97051UA  14219.66392294  .00002724  00000-0  69396-3 0   975
+2 35917 086.3899 357.0257 0028192 051.0879 309.2847 14.50076797261919
+1 35918U 97051UB  14237.13091672  .00001025  00000-0  36939-3 0  5980
+2 35918 086.4122 006.3443 0032754 041.8579 082.0947 14.32458668261484
+1 35920U 97051UD  14237.58782528  .00019925  00000-0  37718-2 0  4420
+2 35920 086.3715 342.0725 0015321 289.1729 126.7820 14.64163607265124
+1 35921U 97051UE  14237.25384959  .00003428  00000-0  16752-2 0  5114
+2 35921 086.4246 046.7869 0162197 310.9398 173.0656 14.11142354277405
+1 35922U 97051UF  14228.08568535  .00001864  00000-0  52467-3 0  2551
+2 35922 086.3966 355.6008 0035370 045.0137 315.3922 14.44996982263121
+1 35925U 97051UJ  14238.06643757  .00010245  00000-0  25934-2 0  6288
+2 35925 086.3301 339.3231 0021372 250.7645 229.6527 14.50698278278049
+1 35926U 97051UK  14236.27773806  .00003322  00000-0  87599-3 0  7161
+2 35926 086.3558 339.1416 0012537 057.9079 004.8887 14.48695529270034
+1 35929U 97051UN  14239.01352432  .00002239  00000-0  58978-3 0  6239
+2 35929 086.3560 332.6578 0033476 007.2257 352.9919 14.48769954276659
+1 35931U 09051A   14238.17897126  .00000254  00000-0  75412-4 0  1531
+2 35931 098.2752 331.9170 0003625 108.9665 308.6585 14.50871098260681
+1 35932U 09051B   14237.25909557  .00000477  00000-0  12259-3 0  3866
+2 35932 098.3849 349.6948 0008669 162.8879 197.2612 14.54534158260936
+1 35933U 09051C   14237.29880029  .00000417  00000-0  10799-3 0  6665
+2 35933 098.3850 350.5193 0006525 173.1623 186.9664 14.54828294261023
+1 35934U 09051D   14237.79625379  .00000502  00000-0  12848-3 0   303
+2 35934 098.3793 349.9993 0007172 174.0622 186.0661 14.54553782261089
+1 35935U 09051E   14237.91167157  .00000507  00000-0  13096-3 0  5714
+2 35935 098.3950 351.3647 0009099 163.7134 196.4356 14.54123492261000
+1 35936U 09051F   14238.17599194  .00000075  00000-0  35352-4 0  5398
+2 35936 098.1467 294.3561 0055445 187.4048 249.5921 14.41450739258946
+1 35942U 09054A   14238.25158933 -.00000298  00000-0  00000+0 0   513
+2 35942 000.0295 158.7099 0005072 351.3671 213.9155 01.00270169 17965
+1 35943U 09054B   14236.73073367  .00000006  00000-0  10000-3 0    07
+2 35943 000.0360 098.1291 0002220 052.4716 148.3696 01.00273432 17991
+1 35944U 09054C   14236.48770582  .00000958  00000-0  41301-3 0   502
+2 35944 003.3231 105.9613 7171888 279.6014 007.8382 02.41315429 41906
+1 35945U 09054D   14237.98356378  .00063777  00000-0  57960-2 0  5861
+2 35945 003.2644 319.9116 5286317 222.4298 179.0955 05.19366994 61890
+1 35946U 09055A   14238.33616136  .00000136  00000-0  59460-4 0  4266
+2 35946 098.4162 315.2177 0001086 083.8974 276.2351 14.37690164256100
+1 35953U 09057C   14239.06406095  .00000015  00000-0  77204-5 0  1077
+2 35953 098.7506 279.6002 0003354 327.9704 032.1746 14.15851501250590
+1 35954U 09057D   14237.12607017  .00000671  00000-0  36482-3 0   258
+2 35954 098.7631 278.7217 0002681 318.3240 102.3854 14.15643367250295
+1 35955U 93061K   14236.88570409  .00003805  00000-0  11534-2 0  3618
+2 35955 098.6947 212.8643 0009386 014.5679 043.2275 14.42821989253917
+1 35956U 93036AUW 14235.57137380  .00001830  00000-0  14119-2 0  3644
+2 35956 074.1033 329.0754 0330852 306.3444 050.8013 13.70876518246761
+1 35957U 93036AUX 14225.35891781  .00009441  00000-0  11113-2 0  4752
+2 35957 073.9223 109.2483 0060073 238.0233 121.4371 14.83619840273343
+1 35958U 93036AUY 14233.27237536  .00005554  00000-0  76096-3 0  4343
+2 35958 073.8092 084.7030 0060206 271.0366 088.0751 14.77462630264935
+1 35959U 93036AUZ 14235.87000236  .00000090  00000-0  43092-4 0  4506
+2 35959 074.0327 293.9235 0024271 294.5738 186.5885 14.32132328259672
+1 35960U 93036AVA 14237.31761050  .00004751  00000-0  68875-3 0  5646
+2 35960 074.0175 111.0025 0102854 181.9278 178.1514 14.72745681278419
+1 35961U 93036AVB 14237.19880880  .00000682  00000-0  45455-3 0  2618
+2 35961 073.9264 156.6083 0219898 203.1175 155.9527 13.92007032268100
+1 35962U 93036AVC 14237.53558146  .00003218  00000-0  11529-2 0  4078
+2 35962 074.0168 318.8590 0052749 286.1328 073.4021 14.33594691277608
+1 35965U 93036AVF 14235.40938300  .00004874  00000-0  75935-3 0  4227
+2 35965 074.0423 135.5472 0061040 231.0481 128.4947 14.71967767274202
+1 35966U 93036AVG 14238.24659695  .00002381  00000-0  11805-2 0  4642
+2 35966 074.0613 093.6197 0177369 089.1884 272.8881 14.09849555262677
+1 35968U 93036AVJ 14231.19139619  .00001446  00000-0  22230-3 0  5962
+2 35968 073.7173 054.6836 0108873 289.9106 069.0363 14.70738863287332
+1 35970U 93036AVL 14237.29939678  .00002445  00000-0  60414-3 0  3655
+2 35970 074.0446 206.2751 0048547 278.0061 081.5628 14.51916370264106
+1 35974U 93036AVQ 14235.36091583  .00001953  00000-0  55862-3 0  3754
+2 35974 074.0334 247.5519 0022653 296.1128 122.8857 14.45585461287172
+1 35975U 93036AVR 14238.24785989  .00001538  00000-0  82938-3 0  3747
+2 35975 074.0208 079.7234 0135866 063.4130 298.1497 14.08911111272378
+1 35976U 93036AVS 14237.53777917  .00000893  00000-0  33625-3 0  2641
+2 35976 074.0582 311.0870 0057299 311.6388 047.9801 14.32034536273057
+1 35978U 93036AVU 14230.85208684  .00020944  00000-0  15762-2 0  1897
+2 35978 073.9502 061.9818 0061948 169.2133 186.2123 15.00924235276937
+1 35979U 93036AVV 14237.20871765  .00000843  00000-0  20408-3 0  4871
+2 35979 074.0231 179.7716 0088131 255.3855 168.0549 14.52369175285768
+1 35980U 93036AVW 14226.49130796  .00001372  00000-0  46691-3 0  3390
+2 35980 073.9540 287.1031 0089181 221.0795 138.3984 14.35309419258695
+1 35982U 93036AVY 14237.26361389  .00000875  00000-0  22756-3 0  5253
+2 35982 074.0622 206.1772 0083877 256.1577 103.0240 14.49142188263385
+1 35983U 93036AVZ 14238.25067211  .00007466  00000-0  15841-2 0  2910
+2 35983 074.0132 200.6812 0033029 305.4004 054.3675 14.58962105263911
+1 35984U 93036AWA 14217.38424681  .00007582  00000-0  10667-2 0  4653
+2 35984 074.0308 239.0439 0208323 111.7483 251.2854 14.63610220260107
+1 35986U 93036AWC 14237.34040749  .00003156  00000-0  80578-3 0  3451
+2 35986 074.0239 230.6782 0035024 290.2145 069.4169 14.50571595262381
+1 35987U 93036AWD 14236.57456348  .00000662  00000-0  26959-3 0  3285
+2 35987 074.0089 322.6545 0061978 332.6831 027.1161 14.28399450279119
+1 35989U 93036AWF 14237.50433051  .00000221  00000-0  88790-4 0  5574
+2 35989 074.0381 284.6977 0024533 295.4855 131.1494 14.33692266280642
+1 35991U 93036AWH 14237.30480020  .00006300  00000-0  11050-2 0  2892
+2 35991 073.9315 223.1135 0168072 137.6929 223.7592 14.59057598275619
+1 35993U 93036AWK 14238.57951993  .00001603  00000-0  42674-3 0  2502
+2 35993 074.0216 205.2395 0039603 322.4788 037.4090 14.48039623264175
+1 35996U 93036AWN 14238.79590287  .00002851  00000-0  32776-3 0  2748
+2 35996 074.0279 033.0604 0155062 117.9117 243.8354 14.77360127247308
+1 35997U 93036AWP 14237.76981064  .00000799  00000-0  27242-3 0  3227
+2 35997 074.0492 271.0348 0021509 293.6040 066.2855 14.37942113263140
+1 36000U 93036AWS 14236.45001923  .00001087  00000-0  34896-3 0  2734
+2 36000 074.0249 280.1069 0090113 313.8756 045.1288 14.38359136261583
+1 36002U 93036AWU 14236.41596322  .00001481  00000-0  27888-3 0  4074
+2 36002 074.0160 134.5979 0087950 228.1513 131.2125 14.63100856276868
+1 36004U 93036AWW 14237.90541816  .00007280  00000-0  52632-3 0  6226
+2 36004 073.9054 301.9482 0146030 107.2450 017.8200 14.95939746280154
+1 36005U 93036AWX 14236.31384611  .00000210  00000-0  68781-4 0  5283
+2 36005 074.0279 225.3494 0066374 293.2735 129.6117 14.43509805280434
+1 36008U 93036AXA 14227.42578216  .00002458  00000-0  16313-2 0  1716
+2 36008 074.0231 226.7709 0242383 221.8361 136.4031 13.88612214261704
+1 36010U 97051UR  14235.52724399  .00033976  00000-0  49734-2 0  5520
+2 36010 086.2680 319.5547 0033258 164.9781 195.2434 14.75100121266759
+1 36011U 97051US  14238.03249501  .00000682  00000-0  24371-3 0  2433
+2 36011 086.3463 348.6303 0023671 018.5321 341.6639 14.32571766262542
+1 36012U 97051UT  14232.34259876  .00000593  00000-0  39918-3 0  3343
+2 36012 086.4597 091.6913 0301201 226.6570 130.9139 13.79584815262138
+1 36013U 97051UU  14238.75280855  .00051571  00000-0  59803-2 0  8088
+2 36013 086.3752 338.3327 0009057 158.1779 202.0333 14.85481426267678
+1 36017U 97051UY  14238.60902232  .00007639  00000-0  17912-2 0  3633
+2 36017 086.3828 346.1994 0024548 274.3555 087.9571 14.54240090263348
+1 36019U 97051VA  14233.35064025  .00002565  00000-0  70900-3 0  7017
+2 36019 086.4002 351.9978 0011394 120.8408 293.1642 14.46363066262808
+1 36021U 97051VC  14236.41462067  .00005913  00000-0  26115-2 0  6431
+2 36021 086.4270 038.1001 0134999 235.9609 153.1969 14.18396525260212
+1 36023U 97051VE  14238.03639675  .00002812  00000-0  87201-3 0  4363
+2 36023 086.3451 349.6097 0030298 003.0684 357.0525 14.40592759263413
+1 36024U 97051VG  14238.08770450  .00053025  00000-0  71038-2 0  7259
+2 36024 086.4556 001.0178 0031150 029.0478 331.2468 14.78814970269102
+1 36025U 97051VG  14238.81972468  .00005701  00000-0  19075-2 0  4544
+2 36025 086.5749 057.6309 0099934 113.8136 247.4049 14.34652290263887
+1 36026U 97051VH  14237.30754461  .00016234  00000-0  25148-2 0  8724
+2 36026 086.4149 341.8497 0018788 017.9368 041.9577 14.72993405271549
+1 36027U 97051VJ  14239.01938934  .00014573  00000-0  26728-2 0  6967
+2 36027 086.4246 351.1376 0013399 223.0180 137.0482 14.65777014270766
+1 36028U 97051VK  14237.99341923  .00001496  00000-0  39214-3 0  5479
+2 36028 086.3447 330.1790 0036784 004.5051 355.6625 14.48249367270682
+1 36029U 97051VL  14238.06067309  .00141076  00000-0  79809-2 0  9074
+2 36029 086.4167 336.5696 0009128 280.2113 205.5163 15.12380704272665
+1 36030U 96051M   14236.04377893  .00010312  00000-0  32598-2 0  3710
+2 36030 070.8604 003.7575 0040254 247.6148 112.0719 14.39885535252666
+1 36031U 96051N   14236.83120668  .00005747  00000-0  23098-2 0  8574
+2 36031 070.8633 029.8545 0013955 260.9900 217.9088 14.28473174251705
+1 36032U 09058A   14238.89223538  .00000000  00000-0  10000-3 0  9493
+2 36032 000.0172 266.9592 0002901 218.9929 227.4196 01.00273972 14116
+1 36033U 09058B   14238.43128201  .00000000  00000-0  10000-3 0   913
+2 36033 000.0172 131.7460 0001959 026.2701 331.0421 01.00270876 17723
+1 36034U 09058C   14237.70888218  .00008206  00000-0  80836-3 0  4121
+2 36034 006.2495 029.6693 6848494 071.2194 011.1797 02.86611010 45286
+1 36036U 09059A   14237.13944065  .00000106  00000-0  47878-4 0  4406
+2 36036 098.4458 063.4488 0001211 100.5166 259.6159 14.39741405252830
+1 36037U 09059B   14237.59313824  .00000085  00000-0  31786-4 0  4946
+2 36037 098.2848 069.4922 0012181 253.1231 148.1600 14.52629206255078
+1 36038U 09059C   14238.17247225  .00000339  00000-0  90183-4 0  7618
+2 36038 098.2724 072.7332 0009400 257.6646 217.5407 14.54532607255383
+1 36039U 09059D   14237.88937761  .00001178  00000-0  11857-3 0  5370
+2 36039 098.3525 179.2127 0144067 342.6877 016.9451 14.86044522260733
+1 36042U 93036AXD 14239.09898804  .00013990  00000-0  16438-2 0  4239
+2 36042 073.8761 028.9743 0087429 217.3135 142.2446 14.82085018256445
+1 36045U 93036AXG 14238.41692738  .00001498  00000-0  53650-3 0  2972
+2 36045 073.7760 259.4431 0105372 283.3437 075.6132 14.31879602268973
+1 36046U 93036AXH 14236.54863315  .00000991  00000-0  24741-3 0  1566
+2 36046 074.0259 185.1098 0072654 269.0393 090.2251 14.51402627278655
+1 36047U 93036AXJ 14236.36149362  .00001470  00000-0  41914-3 0  4002
+2 36047 074.0561 242.5885 0027046 295.4369 064.3452 14.45915176283501
+1 36048U 93036AXK 14237.54966704  .00000267  00000-0  10581-3 0  5641
+2 36048 074.0580 291.7176 0029912 293.1347 136.0452 14.33407212264394
+1 36049U 93036AXL 14233.46157248  .00000773  00000-0  25189-3 0  4690
+2 36049 074.0403 269.8165 0021589 301.8747 058.0307 14.40237051259808
+1 36050U 93036AXM 14239.12723147  .00003191  00000-0  41518-3 0  4992
+2 36050 074.0390 055.3828 0141478 140.3932 220.8178 14.73754478277966
+1 36051U 93036AXN 14236.74042550  .00009344  00000-0  18606-2 0  3479
+2 36051 074.0346 258.3846 0028013 252.0348 107.7504 14.61903895261622
+1 36052U 93036AXP 14237.42455126  .00001862  00000-0  56996-3 0  5949
+2 36052 074.0337 261.6871 0021043 280.2404 142.2460 14.42349168265647
+1 36053U 93036AXQ 14235.82934181  .00000753  00000-0  28522-3 0  4935
+2 36053 073.8839 276.8227 0045977 344.3877 130.3445 14.32369078282510
+1 36055U 93036AXS 14235.73810307  .00003273  00000-0  20373-2 0  7051
+2 36055 074.0485 240.2116 0265745 222.5935 263.1329 13.89338879249833
+1 36057U 93036AXU 14235.42555792  .00003711  00000-0  64725-3 0  2976
+2 36057 073.9776 135.0303 0067193 245.5236 233.7962 14.66894975265048
+1 36058U 93036AXV 14237.29864626  .00000756  00000-0  21828-3 0  3337
+2 36058 074.0280 220.8551 0056928 288.6489 070.8405 14.45455126284615
+1 36059U 93036AXW 14236.59982302  .00002222  00000-0  81902-3 0  4062
+2 36059 074.0125 330.7870 0063691 317.8850 041.7561 14.32004997255835
+1 36060U 93036AXX 14235.81846359  .00000276  00000-0  10452-3 0  4293
+2 36060 074.0304 277.5125 0017963 299.7190 179.4621 14.35678608257526
+1 36061U 93036AXY 14236.59441382  .00000303  00000-0  12951-3 0  4036
+2 36061 074.0281 314.6003 0041164 306.0250 053.7052 14.28773528282066
+1 36062U 93036AXZ 14238.73993464  .00011110  00000-0  10026-2 0  4980
+2 36062 073.9484 008.8470 0102578 133.0641 227.9691 14.91448824291128
+1 36064U 93036AYB 14231.80424845  .00001452  00000-0  49957-3 0  2550
+2 36064 073.8470 275.7217 0073444 269.5622 089.5240 14.35426855259204
+1 36066U 93036AYD 14233.20809147  .00033223  00000-0  29188-2 0  5591
+2 36066 073.9817 064.9840 0065930 167.3230 312.1134 14.94734805262385
+1 36067U 93036AYE 14236.73533330  .00002786  00000-0  79618-3 0  5113
+2 36067 074.0232 264.7154 0020241 272.5122 087.3893 14.45459293273298
+1 36069U 93036AYG 14238.22372562  .00012278  00000-0  14171-2 0  4094
+2 36069 074.0561 073.4934 0092690 143.3431 217.4379 14.82576235266981
+1 36070U 93036AYH 14235.72502320  .00006497  00000-0  15477-2 0  5823
+2 36070 074.0343 244.1996 0021653 268.7887 091.0794 14.53823869261847
+1 36071U 93036AYJ 14233.50559005  .00003511  00000-0  10989-2 0  2543
+2 36071 074.0350 287.2221 0041178 287.3093 072.4816 14.40566296275358
+1 36073U 93036AYL 14237.51136839  .00000260  00000-0  10776-3 0  3360
+2 36073 074.0329 297.9513 0027474 285.9534 135.0155 14.31302954260798
+1 36074U 93036AYM 14237.59920219  .00001165  00000-0  47880-3 0  4195
+2 36074 073.9992 328.2086 0056214 295.1860 064.3464 14.27269547271654
+1 36076U 93036AYP 14237.26011592  .00002785  00000-0  70955-3 0  2855
+2 36076 073.8510 207.6392 0058382 180.2098 179.9358 14.50098653262767
+1 36077U 93036AYQ 14238.26860012  .00002233  00000-0  34493-3 0  4943
+2 36077 073.9886 094.4564 0104896 194.2544 165.6124 14.70311523273043
+1 36079U 93036AYS 14237.07068524  .00006391  00000-0  94967-3 0  5493
+2 36079 074.0589 126.5131 0075546 189.9696 236.6524 14.73241970266835
+1 36081U 97051VN  14232.57057475  .00004879  00000-0  18249-2 0  2304
+2 36081 086.2144 341.5558 0066843 117.7193 242.8282 14.30394803259742
+1 36083U 97051VQ  14237.03290825  .00000607  00000-0  21268-3 0  4640
+2 36083 086.3521 349.1707 0031146 051.5261 308.8720 14.33173430263146
+1 36088U 09061A   14238.35422820  .00000239  00000-0  59116-4 0  3270
+2 36088 098.0306 284.5210 0009849 216.2843 143.7689 14.60107071254973
+1 36089U 09061B   14237.20513157  .00000158  00000-0  51406-4 0  4071
+2 36089 098.1013 267.4346 0081536 327.4748 079.0912 14.49206635252939
+1 36090U 09061C   14236.75156212  .00001423  00000-0  33096-3 0  8464
+2 36090 098.2597 297.1990 0086591 290.9935 217.1786 14.54206207252847
+1 36091U 09061D   14235.95414941  .00001449  00000-0  32753-3 0  8155
+2 36091 097.9606 216.9930 0080892 228.9642 189.2504 14.55706281252915
+1 36092U 09061E   14237.73429839  .00000947  00000-0  36644-3 0  9534
+2 36092 098.3755 243.4708 0156699 104.8587 311.2971 14.25675172248509
+1 36093U 09061F   14237.43303697  .00001740  00000-0  64393-3 0  7807
+2 36093 098.1308 174.4254 0157032 052.0920 083.7976 14.26859553248568
+1 36095U 09063A   14238.36094572  .00000064  00000-0  10000-3 0  3173
+2 36095 067.1503 297.2423 0007052 240.2036 218.3371 13.96679144243001
+1 36097U 09064A   14237.38562323 -.00000291  00000-0  00000+0 0  9513
+2 36097 000.0164 080.5733 0001956 075.8640 270.9376 01.00271257 17451
+1 36098U 09064B   14215.29421601 -.00000093  00000-0  00000+0 0  6385
+2 36098 020.7974 169.6775 5650798 141.5398 002.7858 01.76310399 30214
+1 36099U 09057E   14237.39930964  .00002824  00000-0  13920-2 0  3232
+2 36099 098.8249 286.9762 0008732 274.3568 207.8315 14.18291689245460
+1 36100U 09057F   14237.70503830  .00001536  00000-0  79052-3 0  2820
+2 36100 098.7962 282.7044 0008779 310.9293 176.4015 14.16676323247330
+1 36101U 09065A   14237.80316500  .00000139  00000-0  10000-3 0   708
+2 36101 000.0667 355.1437 0003954 164.1816 139.6931 01.00274717 17557
+1 36102U 09065B   14237.35196163 -.00000171  00000-0  00000+0 0  5910
+2 36102 021.2905 319.0822 5877203 232.2282 090.7281 02.20875978 38108
+1 36103U 09065C   14238.89546343  .00001180  00000-0  35082-3 0  9893
+2 36103 049.3326 093.4651 5319906 003.5779 359.1746 05.05691984 86897
+1 36106U 09067A   14238.12830694  .00000000  00000-0  10000-3 0  1300
+2 36106 000.0331 090.4727 0002587 032.8385 342.2693 01.00266107 13843
+1 36107U 09067B   14237.57464397 -.00000143  00000-0  00000+0 0  6479
+2 36107 011.2391 274.8335 4399234 243.2625 310.6431 01.73591876 30015
+1 36110U 09069A   14238.30819832 -.00000095  00000-0 -64343-5 0  2339
+2 36110 098.0721 014.5166 0025129 151.8521 208.4060 14.74668328253644
+1 36111U 09070A   14238.82663568  .00000000  00000-0  10000-3 0  3864
+2 36111 064.2257 218.7288 0006203 298.4436 061.4858 02.13104219 36568
+1 36112U 09070B   14238.38601116  .00000034  00000-0  00000+0 0  3566
+2 36112 064.2073 218.6852 0007128 184.5073 330.9092 02.13101568 36568
+1 36113U 09070C   14238.28502627  .00000034  00000-0  10000-3 0  3715
+2 36113 064.2127 218.6901 0002320 284.0093 200.4734 02.13102002 36569
+1 36115U 09070E   14238.47847728 -.00000030  00000-0  00000+0 0  1790
+2 36115 065.3107 005.8187 5632489 116.4646 311.0473 04.24258102 72594
+1 36116U 09070F   14238.48451906  .00000020  00000-0  13696-3 0  1866
+2 36116 065.1755 000.3510 5637098 123.6954 303.1922 04.24436502 72611
+1 36118U 09070H   14237.18605359  .00000029  00000-0  00000+0 0  6367
+2 36118 064.2144 218.5800 0028379 192.0401 223.7641 02.13351364 36587
+1 36119U 09071A   14237.32457119  .00003667  00000-0  16770-3 0  3435
+2 36119 097.5140 247.5783 0002162 007.8358 352.2910 15.21173585259697
+1 36120U 09071B   14234.61588723  .00000052  00000-0  00000+0 0  3993
+2 36120 097.5082 230.4116 3438577 050.9960 121.7260 05.87180903100470
+1 36121U 09072A   14238.24289476 -.00000043  00000-0  00000+0 0  1787
+2 36121 100.2465 288.7834 0009720 071.3095 288.9084 13.16581933225677
+1 36122U 09072B   14238.18795362 -.00000043  00000-0  00000+0 0  8852
+2 36122 100.2418 287.9118 0007636 079.1569 281.0414 13.16317548225645
+1 36123U 09072C   14236.43711793 -.00000034  00000-0  23557-4 0  8201
+2 36123 100.4601 020.8027 0156853 224.7189 204.3990 13.46036979230469
+1 36131U 09075A   14236.36496086 -.00000122  00000-0  00000+0 0  2676
+2 36131 000.0228 277.7550 0000591 340.0605 103.3533 01.00273137 17127
+1 36132U 87011K   14236.20771383  .00000319  00000-0  15346-3 0  2649
+2 36132 065.0079 087.2337 0012361 248.4520 111.5199 14.32748005290419
+1 36133U 09075C   14235.97290758  .00001268  00000-0  42518-3 0   507
+2 36133 045.9608 156.3401 5233294 316.7499 028.0291 05.19157172 87518
+1 36134U 09071C   14238.13153505  .35963360  26843-5  25956-2 0  6376
+2 36134 097.4127 276.5280 0009274 247.4842 186.2263 16.40516907259533
+1 36135U 99025DRG 14239.08538024  .00016688  00000-0  39708-2 0  4153
+2 36135 098.9208 355.8084 0062695 166.3676 193.9721 14.52672926292281
+1 36138U 99025DRK 14237.45772869  .00003370  00000-0  15430-2 0  4927
+2 36138 099.1474 329.8483 0050425 338.0258 021.8756 14.21437694283013
+1 36139U 99025DRL 14215.73689476  .00002500  00000-0  16934-2 0  2748
+2 36139 097.9271 189.4949 0155564 321.7507 037.3017 13.95326256275146
+1 36140U 99025DRM 14238.26708995  .00006105  00000-0  10753-2 0  3481
+2 36140 098.5751 261.4463 0217520 327.3022 031.4867 14.53649109288068
+1 36141U 99025DRN 14238.19147744  .00001034  00000-0  72105-3 0  2893
+2 36141 098.4791 011.1897 0156419 000.1197 359.9989 13.94934096277563
+1 36142U 99025DRP 14238.26107845  .00000976  00000-0  97023-3 0  2766
+2 36142 098.3874 257.9086 0237349 288.2375 069.2899 13.68643078335793
+1 36148U 99025DRV 14237.78136699  .00002091  00000-0  20028-2 0  4017
+2 36148 098.4134 204.6530 0353013 167.7114 310.6807 13.56778482339040
+1 36149U 99025DRW 14237.80853085  .00001158  00000-0  63599-3 0  3266
+2 36149 099.6324 087.7032 0033300 106.4355 254.0479 14.13709171320378
+1 36150U 99025DRX 14225.78944226  .00000983  00000-0  82355-3 0   904
+2 36150 098.2019 218.7418 0271482 186.7391 172.9793 13.74479415342390
+1 36152U 99025DRZ 14236.85450784  .00001027  00000-0  64806-3 0  2821
+2 36152 099.0846 258.4899 0061578 309.9595 049.6173 14.05582938361989
+1 36153U 99025DSA 14235.32983917  .00001248  00000-0  57952-3 0  3103
+2 36153 098.8675 264.8992 0048900 251.1468 164.8955 14.21903119281999
+1 36154U 99025DSB 14237.77290747  .00002969  00000-0  22428-2 0  4131
+2 36154 097.7070 062.3413 0338829 128.9582 291.1458 13.70768573289701
+1 36155U 99025DSC 14237.75088915  .00001761  00000-0  98947-3 0  3680
+2 36155 098.9882 217.7259 0027831 280.9052 078.8987 14.11643082362835
+1 36156U 99025DSD 14229.87710020  .00001316  00000-0  60201-3 0  3109
+2 36156 098.8922 255.8041 0054684 266.3619 099.1594 14.22428173299401
+1 36159U 99025DSG 14239.14368166  .00006811  00000-0  72680-3 0  2538
+2 36159 099.5263 214.5454 0333023 091.6163 272.3693 14.55762595350239
+1 36160U 99025DSH 14235.14910688  .00000296  00000-0  17288-3 0  2532
+2 36160 098.2018 012.4078 0140339 168.4158 192.0333 14.09939440338841
+1 36162U 99025DSK 14238.24523890  .00002060  00000-0  15155-2 0  3175
+2 36162 097.6346 039.5998 0344357 102.3439 261.6832 13.71638159337270
+1 36163U 99025DSL 14218.30431832  .00002086  00000-0  11932-2 0  3082
+2 36163 099.1152 251.2155 0082376 025.7563 032.5604 14.08972768304394
+1 36167U 99025DSQ 14237.47816480  .00001464  00000-0  53359-3 0  3800
+2 36167 098.7889 323.0115 0090363 188.1983 171.7729 14.32389219294807
+1 36169U 99025DSS 14222.28652562  .00005000  00000-0  10196-2 0  2613
+2 36169 097.9539 048.3278 0172350 343.8579 014.5111 14.52401765351094
+1 36170U 99025DST 14238.17579475  .00001353  00000-0  10837-2 0  2384
+2 36170 097.9961 215.8555 0142901 027.3419 333.4908 13.87510912323010
+1 36172U 99025DSV 14237.77651296  .00000949  00000-0  81321-3 0  2335
+2 36172 098.1531 226.4545 0227967 118.3152 244.1174 13.77572932330432
+1 36173U 99025DSW 14238.29977978  .00000289  00000-0  13506-3 0  2171
+2 36173 098.1383 064.8896 0158771 046.5878 314.8245 14.20270079349401
+1 36177U 99025DTA 14237.32146071  .00000812  00000-0  49533-3 0  1844
+2 36177 099.0289 282.2034 0045110 025.2458 335.0829 14.08416330298370
+1 36181U 99025DTE 14237.11287463  .00005223  00000-0  16043-2 0  4468
+2 36181 098.9176 345.6394 0071138 189.8345 170.1454 14.40580717297381
+1 36182U 99025DTF 14238.04101109  .00001421  00000-0  73747-3 0  3644
+2 36182 099.0761 326.2061 0025507 345.7627 014.2825 14.16320141294142
+1 36184U 99025DTH 14237.36771073  .00001127  00000-0  80245-3 0  4132
+2 36184 098.5497 061.5098 0145823 350.4797 127.2112 13.94380948327369
+1 36186U 99025DTK 14233.90584757  .00002515  00000-0  13569-2 0  2348
+2 36186 099.0632 260.6258 0063260 029.4114 091.2718 14.12611852293421
+1 36188U 99025DTM 14237.25405374  .00001654  00000-0  71728-3 0  3491
+2 36188 098.8711 258.5390 0083844 212.1577 147.4471 14.23748805294034
+1 36190U 99025DTP 14236.28205300  .00001213  00000-0  60407-3 0  2923
+2 36190 098.9244 264.9244 0047345 282.2332 137.8392 14.18348958290457
+1 36194U 99025DTT 14237.60998383  .00006399  00000-0  17398-2 0  2182
+2 36194 099.0453 013.5395 0049985 221.3350 138.4907 14.47140811346682
+1 36196U 99025DTV 14237.32870110  .00001609  00000-0  95180-3 0  3344
+2 36196 099.0990 281.7960 0046404 016.1582 344.0628 14.08657396339165
+1 36197U 99025DTW 14236.35410597  .00000977  00000-0  57555-3 0  2481
+2 36197 099.0392 273.9254 0066817 038.8462 321.7289 14.09209391314571
+1 36198U 99025DTX 14237.74005365  .00001362  00000-0  10197-2 0  3670
+2 36198 098.6191 075.1977 0108900 085.3387 276.0203 13.93395765317889
+1 36199U 99025DTY 14236.99568153  .00000323  00000-0  14970-3 0  3283
+2 36199 098.7644 302.6418 0096144 276.4497 082.5657 14.25173228350821
+1 36200U 99025DTZ 14239.07245581  .00002934  00000-0  16741-2 0  4115
+2 36200 099.4149 349.8630 0081481 145.3081 215.3919 14.08015339312950
+1 36201U 99025DUA 14236.56145983  .00008771  00000-0  45622-3 0  4310
+2 36201 099.3245 357.2146 0180079 302.6016 115.7651 15.03391737364184
+1 36203U 99025DUC 14238.87156502  .00001865  00000-0  45772-3 0  2611
+2 36203 099.1409 104.0506 0136260 003.9197 357.3320 14.48305731307998
+1 36204U 99025DUD 14237.19207061  .00001149  00000-0  57885-3 0  2650
+2 36204 099.3418 026.2664 0024041 029.5666 330.6861 14.18389217358166
+1 36206U 99025DUF 14237.36951559  .00000257  00000-0  15709-3 0  2770
+2 36206 098.9301 293.8667 0032513 337.0167 022.9336 14.14333619347645
+1 36207U 99025DUG 14236.56556435  .00001891  00000-0  15399-2 0  2797
+2 36207 098.6190 008.9874 0179406 156.1342 204.7896 13.83720797338993
+1 36211U 99025DUL 14236.35604253  .00000386  00000-0  14558-3 0  3247
+2 36211 098.8604 277.9768 0296151 274.1330 082.6052 14.16088779358178
+1 36214U 99025DUP 14238.90315287  .00002908  00000-0  15153-2 0  2577
+2 36214 099.0656 282.0784 0057490 260.4049 099.1106 14.13736828339277
+1 36216U 99025DUR 14238.24943450  .00000359  00000-0  20787-3 0  2821
+2 36216 098.9693 242.0563 0046888 276.3796 083.1996 14.14736569343204
+1 36218U 99025DUT 14235.30671413  .00001805  00000-0  50267-3 0  3480
+2 36218 099.1305 061.4246 0118037 070.5084 290.6040 14.43723872312644
+1 36222U 99025DUX 14237.32464762  .00001378  00000-0  64129-3 0  3719
+2 36222 098.8677 266.1625 0061858 242.0459 172.1306 14.21230257365533
+1 36223U 99025DUY 14221.59152073  .00002494  00000-0  15289-2 0  3319
+2 36223 098.3463 348.1169 0146268 312.4896 046.4530 14.01438544346811
+1 36224U 99025DUZ 14236.13965339  .00000102  00000-0  75886-4 0  3206
+2 36224 099.0032 211.0874 0117927 106.2004 255.2170 14.11196712274328
+1 36225U 99025DVA 14237.58899665  .00001238  00000-0  31027-3 0  5510
+2 36225 098.8493 012.1546 0123830 348.1469 011.6750 14.48874921362146
+1 36226U 99025DVB 14237.34726892  .00000852  00000-0  60939-3 0  2732
+2 36226 098.5817 080.9292 0113550 057.1660 304.0377 13.96603690307927
+1 36228U 99025DVD 14237.77481719  .00002994  00000-0  96528-3 0  4438
+2 36228 099.3220 069.6587 0147137 016.3163 039.7356 14.34077096303237
+1 36229U 99025DVE 14237.57511726  .00001742  00000-0  13523-2 0  2418
+2 36229 100.9020 002.2402 0129682 280.7023 141.2470 13.90522320347174
+1 36230U 99025DVF 14236.28841390  .00000788  00000-0  86721-3 0  2791
+2 36230 099.7390 265.8420 0234022 311.5993 046.5197 13.64290517340630
+1 36231U 99025DVG 14235.90460424  .00000003  00000-0  26152-4 0  2967
+2 36231 098.9203 282.9686 0062396 175.6228 184.5501 14.10491357274378
+1 36232U 99025DVH 14238.33965633  .00000214  00000-0  13938-3 0  1814
+2 36232 098.9585 277.0317 0121420 195.2874 164.4575 14.09070462339252
+1 36234U 99025DVK 14235.47663128  .00000005  00000-0  56166-4 0  1585
+2 36234 099.0175 323.4985 0319262 355.4628 004.3666 13.43592424324642
+1 36236U 99025DVM 14235.40271219  .00000182  00000-0  19845-3 0  1405
+2 36236 098.8637 100.0048 0153641 281.1072 077.3293 13.79682391303014
+1 36237U 99025DVN 14237.17631683  .00007715  00000-0  21183-2 0  3641
+2 36237 098.9312 355.9778 0082375 170.4052 189.8734 14.45320761302898
+1 36238U 99025DVP 14236.95596330 -.00000098  00000-0 -29818-4 0  4023
+2 36238 098.9061 289.7539 0022243 145.0115 338.3974 14.11510974289571
+1 36239U 99025DVQ 14232.37828632  .00068026  00000-0  37403-2 0  4692
+2 36239 099.0637 103.6403 0036514 358.7466 160.3034 15.13221332296607
+1 36241U 99025DVS 14232.36607498  .00006843  00000-0  59138-3 0  5026
+2 36241 098.3253 291.1114 0266242 358.3600 058.7815 14.74037937296943
+1 36242U 99025DVT 14213.43116393  .00000915  00000-0  63116-3 0  1596
+2 36242 098.1688 287.1650 0074383 309.5251 049.9454 14.00124632350767
+1 36243U 99025DVU 14237.14860376  .00003499  00000-0  44679-3 0  2659
+2 36243 099.2256 215.0206 0178900 160.8612 199.9427 14.71609064366866
+1 36244U 99025DVV 14237.96319595  .00001226  00000-0  74520-3 0  3680
+2 36244 099.0842 285.8856 0061013 057.2640 065.4261 14.07244995337978
+1 36247U 99025DVY 14236.37635164  .00000383  00000-0  14691-3 0  3192
+2 36247 098.7446 297.4487 0204760 291.0421 066.8969 14.25704954301954
+1 36248U 99025DVZ 14237.71802267  .00001576  00000-0  13083-2 0  2582
+2 36248 098.1443 221.8544 0223098 116.1374 246.2772 13.79002372289280
+1 36254U 99025DWF 14237.19496826  .00001744  00000-0  44579-3 0  2909
+2 36254 099.5901 225.3067 0138858 155.4252 205.3489 14.46405706294112
+1 36255U 99025DWG 14237.89373993  .00000748  00000-0  32911-3 0  2658
+2 36255 099.4630 112.2661 0077304 069.7394 348.5267 14.25204092312732
+1 36257U 99025DWJ 14238.08696881  .00004342  00000-0  18971-2 0  3313
+2 36257 099.0809 331.0435 0029563 107.8196 015.2973 14.24131616289449
+1 36258U 99025DWK 14235.97805830  .00000491  00000-0  85835-4 0  5010
+2 36258 099.0336 148.5873 0215874 171.6068 249.9895 14.59293948306243
+1 36259U 99025DWL 14236.81450466  .00001627  00000-0  78559-3 0  3458
+2 36259 098.9371 245.5778 0007939 102.0251 022.7512 14.20038017294483
+1 36260U 99025DWM 14235.31624113  .00000190  00000-0  12507-3 0  3855
+2 36260 098.9512 249.1332 0017422 122.9607 305.9075 14.13364780295619
+1 36261U 99025DWN 14238.25806346  .00000278  00000-0  33431-3 0  2521
+2 36261 101.3929 255.2386 0361429 245.4505 110.9002 13.42367476290216
+1 36262U 99025DWP 14237.45965397  .00000319  00000-0  15666-3 0  2925
+2 36262 098.8749 325.2651 0062540 292.1715 124.7717 14.23803973307070
+1 36263U 99025DWQ 14236.45100932  .00001259  00000-0  61902-3 0  4066
+2 36263 098.9813 305.8056 0050915 306.9293 109.0356 14.18872290292525
+1 36266U 99025DWT 14238.99862554  .00002301  00000-0  14782-2 0  3123
+2 36266 098.8987 165.0106 0078410 006.2890 353.9721 14.01681055277083
+1 36267U 99025DWU 14227.43418898  .00000441  00000-0  31374-3 0  4063
+2 36267 098.4719 037.2184 0156112 306.3172 081.1569 13.96679009287767
+1 36269U 99025DWW 14234.09794140  .00000998  00000-0  37508-3 0  3782
+2 36269 099.0863 337.1819 0265846 145.0622 338.9411 14.16158550291924
+1 36270U 99025DWX 14232.50753090  .00001746  00000-0  10109-2 0  3472
+2 36270 099.1262 240.2463 0075574 314.4501 200.3900 14.08859151350774
+1 36271U 99025DWY 14237.73140684  .00003181  00000-0  18165-2 0  2083
+2 36271 099.0598 211.9168 0115657 134.8113 226.0869 14.07013043328521
+1 36273U 99025DXA 14237.41174567  .00000149  00000-0  10300-3 0  2824
+2 36273 099.6162 102.3681 0100097 280.1289 078.8601 14.12771039338867
+1 36274U 99025DXB 14239.12260719  .00003077  00000-0  21003-2 0  3803
+2 36274 099.1116 207.0028 0097170 152.2496 208.4367 13.97549120327084
+1 36278U 99025DXF 14236.47098558  .00000426  00000-0  25006-3 0  3670
+2 36278 099.1174 335.5387 0064899 019.6202 042.1541 14.12560466353293
+1 36279U 99025DXG 14236.39109061 -.00000011  00000-0  17661-4 0  3337
+2 36279 098.8956 294.1191 0062308 329.2690 087.8481 14.13179331309495
+1 36280U 99025DXH 14234.31167027  .00001118  00000-0  75649-3 0  4096
+2 36280 099.1404 265.6970 0076810 052.0230 308.7840 14.01020568284705
+1 36281U 99025DXJ 14237.64944682  .00000737  00000-0  97093-3 0  3863
+2 36281 099.2602 028.7683 0327156 076.0237 345.4000 13.43953124291309
+1 36283U 99025DXL 14238.20469265  .00004291  00000-0  82770-3 0  1938
+2 36283 099.4672 242.5466 0155860 003.0849 357.1269 14.56640133379419
+1 36284U 99025DXM 14238.09215598  .00015887  00000-0  29255-2 0  3498
+2 36284 098.8719 358.2191 0065201 078.4137 282.4836 14.64273738345415
+1 36287U 10001A   14237.76766322 -.00000297  00000-0  10000-3 0  3632
+2 36287 001.5596 357.1882 0005301 207.1220 186.0642 01.00270928 16925
+1 36288U 10001B   14235.64939206  .00001708  00000-0  86880-3 0  9712
+2 36288 020.1913 036.8698 7171096 330.0146 009.7903 02.40818540 39454
+1 36289U 08053K   14236.77619474  .00000894  00000-0  91637-4 0  7422
+2 36289 097.5791 235.6939 0015530 039.1157 321.1182 14.92736526303217
+1 36290U 08053L   14237.25970544  .00000828  00000-0  78660-4 0  2597
+2 36290 097.5429 243.1633 0022298 032.0700 328.1873 14.95921350296441
+1 36291U 08056G   14238.92968494  .00000868  00000-0  49708-3 0  7170
+2 36291 098.5215 135.0942 0178388 020.8143 340.0654 14.01832261294858
+1 36292U 08056H   14237.54875769  .00000821  00000-0  51861-3 0  7970
+2 36292 098.6874 153.3477 0177166 064.2239 297.7089 13.99221631295735
+1 36297U 93059M   14237.46563922  .00036788  00000-0  63288-2 0  5477
+2 36297 070.9714 157.4672 0017420 103.8499 012.7677 14.68312178270760
+1 36299U 76005C   14238.04440603  .00000482  00000-0  49035-3 0  6788
+2 36299 082.9745 133.9467 0031210 333.4941 085.4149 13.74728655258636
+1 36300U 76067BZ  14236.99816560  .00000407  00000-0  16682-2 0  9040
+2 36300 065.6757 105.3703 0686937 161.5123 308.4805 12.34452203228373
+1 36301U 69009D   14237.76343720  .00004755  00000-0  32917-2 0    93
+2 36301 088.4230 256.6136 1594065 241.1944 192.3300 11.53158508206108
+1 36302U 75087C   14237.94479433  .00000059  00000-0  25358-4 0  6821
+2 36302 081.2466 306.1327 0104613 054.0589 064.2250 14.08758666283543
+1 36304U 99057SV  14238.53042536  .00003796  00000-0  91461-3 0  3591
+2 36304 098.6875 154.1704 0068002 317.6482 041.9475 14.52472074547361
+1 36307U 80073K   14237.98711697  .00002002  00000-0  93914-3 0  2325
+2 36307 081.2191 329.4017 0030052 095.5530 264.8877 14.19576311289599
+1 36309U 80073M   14215.67268038  .00001848  00000-0  86831-3 0  2096
+2 36309 081.2225 351.8951 0038204 150.7811 209.5653 14.19303517296758
+1 36318U 82025C   14238.25783294  .00001595  00000-0  10204-2 0  1368
+2 36318 082.5484 221.3561 0010195 173.7624 186.4341 14.02860588481787
+1 36319U 82025D   14214.28608007  .00001142  00000-0  65943-3 0  1790
+2 36319 082.5433 203.7702 0024955 187.6043 172.4142 14.08137870581323
+1 36320U 82025E   14238.15404166  .00003751  00000-0  21534-2 0  4714
+2 36320 082.5231 184.3880 0024795 116.5313 243.8407 14.08969077585159
+1 36321U 82025F   14230.24822211  .00001596  00000-0  97464-3 0  2801
+2 36321 082.5343 207.4325 0006623 203.6257 156.4611 14.05454237542995
+1 36322U 82025G   14237.60248073  .00001349  00000-0  77959-3 0  3508
+2 36322 082.5342 191.0661 0026369 139.1700 221.1482 14.08183848590844
+1 36323U 82025H   14233.26289244  .00001641  00000-0  10247-2 0  2850
+2 36323 082.5423 216.3114 0002994 266.2248 093.8531 14.04239509289381
+1 36324U 82025J   14228.27543976  .00001202  00000-0  79852-3 0  1604
+2 36324 082.5167 227.1328 0020193 300.0870 060.2381 14.00525234388901
+1 36326U 82025L   14237.28857875  .00001713  00000-0  11341-2 0  4623
+2 36326 082.5279 233.4723 0031707 264.1411 153.7610 14.00782150496657
+1 36328U 82025N   14238.25208825  .00001093  00000-0  70771-3 0  3418
+2 36328 082.5168 216.6455 0012154 239.1103 120.8615 14.01963513529726
+1 36329U 82025P   14232.13936441  .00000574  00000-0  31959-3 0  1485
+2 36329 082.5333 182.5990 0021528 113.5697 184.5350 14.09349989467440
+1 36330U 82025Q   14216.33334497  .00000996  00000-0  59404-3 0  3210
+2 36330 082.5431 216.7167 0013274 174.6580 185.3322 14.06369170615179
+1 36331U 82025R   14239.14966537  .00001811  00000-0  10930-2 0  3803
+2 36331 082.5379 193.6816 0007211 100.0897 260.1563 14.06600916548140
+1 36334U 82025U   14237.17050037  .00001826  00000-0  11073-2 0  4172
+2 36334 082.5189 196.8070 0017447 177.6589 182.4195 14.05818021583467
+1 36335U 82025V   14237.20686494  .00003265  00000-0  19399-2 0  4414
+2 36335 082.5150 190.2051 0027588 087.5653 332.4992 14.07019989501696
+1 36336U 82025W   14238.25059801  .00001313  00000-0  85647-3 0  2013
+2 36336 082.5402 219.8570 0004576 221.4654 138.6642 14.01707469521841
+1 36337U 82025X   14235.69249755  .00001001  00000-0  65360-3 0  2540
+2 36337 082.5379 224.1221 0019856 236.2375 123.6903 14.01319981538130
+1 36338U 82025Y   14238.12901570  .00001115  00000-0  65525-3 0  2866
+2 36338 082.5387 191.6633 0008088 147.0257 213.0921 14.07311352569383
+1 36339U 82025Z   14232.34975592  .00003998  00000-0  16441-2 0  2650
+2 36339 082.5274 100.8392 0005613 341.6437 018.0427 14.26784105493039
+1 36340U 82025AA  14231.06838745  .00001917  00000-0  97458-3 0  1878
+2 36340 082.5354 151.2768 0032271 038.0220 322.3018 14.15185824585023
+1 36341U 82025AB  14233.64438581  .00001336  00000-0  81948-3 0  2580
+2 36341 082.5300 207.4707 0009934 315.4622 044.5282 14.05089127582313
+1 36342U 82025AC  14236.29284118  .00000390  00000-0  24968-3 0  3073
+2 36342 082.5440 224.5958 0022670 208.7793 151.2128 14.00982522507073
+1 36343U 82025AD  14238.20119860  .00001605  00000-0  10006-2 0  2614
+2 36343 082.5197 198.4179 0021876 277.7474 082.1481 14.04216350538864
+1 36344U 82025AE  14238.42851171  .00001971  00000-0  92372-3 0  1642
+2 36344 082.5325 124.9629 0023726 241.6059 117.9594 14.19627676489485
+1 36346U 82025AG  14210.77392207  .00000897  00000-0  51790-3 0  2198
+2 36346 082.5428 220.6478 0012866 112.1450 247.8363 14.08020566520483
+1 36347U 82025AH  14236.85971862  .00001394  00000-0  10287-2 0  1755
+2 36347 082.5492 278.5504 0018258 112.4990 247.7980 13.94714154396796
+1 36348U 82025AJ  14237.11137973  .00002442  00000-0  14189-2 0  2653
+2 36348 082.4955 173.0593 0017193 100.0134 260.3007 14.08283690623254
+1 36349U 82025AK  14236.12342821  .00003349  00000-0  19047-2 0  4088
+2 36349 082.5228 181.5558 0019838 059.3686 300.9441 14.09504391598811
+1 36350U 82025AL  14239.16860855  .00000866  00000-0  50895-3 0  3749
+2 36350 082.5126 188.5040 0014304 134.0493 226.2337 14.08002038608864
+1 36351U 82025AM  14237.67825864  .00001357  00000-0  85684-3 0  2755
+2 36351 082.5492 215.9887 0019897 212.3101 147.6988 14.03413207376941
+1 36353U 82025AP  14223.33874816  .00001588  00000-0  10439-2 0  1082
+2 36353 082.5413 231.8705 0006660 238.5830 121.4890 14.01365221621478
+1 36354U 82025AQ  14237.24833573  .00001769  00000-0  10922-2 0  3858
+2 36354 082.5190 200.7792 0013447 151.1638 275.3115 14.04842138578266
+1 36355U 82025AR  14239.17127053  .00002401  00000-0  14262-2 0  2205
+2 36355 082.5279 189.6734 0011754 147.6578 212.5793 14.07460643596229
+1 36358U 10002A   14238.73873527 -.00000043 -14451-6  10000-3 0  3367
+2 36358 000.0077 252.2374 0002134 316.9726 116.6302 01.00268621 15360
+1 36359U 10002B   14236.73013909 -.00000179  00000-0  00000+0 0  6328
+2 36359 003.5045 068.9778 0207364 142.6938 060.6432 01.04042760 17378
+1 36360U 10002C   14238.82716972 -.00000476  00000-0  00000+0 0  1732
+2 36360 046.3172 022.0166 7154915 117.5940 330.3869 02.34643734 38749
+1 36364U 06015H   14238.12661271  .00014134  00000-0  94112-3 0  4277
+2 36364 097.8928 262.6072 0014906 035.4755 000.2983 15.07145461248225
+1 36365U 06015J   14237.99261782  .00001096  00000-0  14606-3 0  3592
+2 36365 097.9288 212.3349 0025382 008.4150 351.7483 14.81443612245512
+1 36366U 93036AYT 14236.87223528  .00001592  00000-0  81143-3 0  4608
+2 36366 074.0733 068.6715 0118072 034.6499 025.3568 14.12966069278681
+1 36367U 93036AYU 14235.80456832  .00000478  00000-0  37955-3 0  1967
+2 36367 074.0957 278.9792 0290991 251.7494 105.1762 13.75997743258489
+1 36368U 93036AYV 14223.22999087  .00012086  00000-0  67192-2 0  4387
+2 36368 074.2236 176.2587 0143321 083.6525 278.1975 14.06025421245635
+1 36369U 93036AYW 14238.40536438  .00001255  00000-0  38883-3 0  4596
+2 36369 074.0453 255.6515 0032367 295.6737 064.1285 14.41916076261993
+1 36371U 93036AYY 14235.83696880  .00001058  00000-0  37169-3 0  3474
+2 36371 074.0290 293.7112 0025190 263.9614 214.6535 14.36031374259607
+1 36372U 93036AYZ 14236.53704222  .00002922  00000-0  10494-2 0  3802
+2 36372 074.0266 321.1016 0039351 284.2169 075.4448 14.33861660259528
+1 36375U 93036AZC 14231.38604345  .00002804  00000-0  72323-3 0  1625
+2 36375 074.0534 244.3844 0021979 301.3712 123.2633 14.50352505274321
+1 36376U 93036AZD 14237.41357520  .00013371  00000-0  12883-2 0  4747
+2 36376 074.0042 134.5077 0159469 337.1109 022.3038 14.83806588260635
+1 36378U 93036AZF 14237.93443465  .00006730  00000-0  94479-3 0  4956
+2 36378 074.0586 091.4574 0107067 159.9380 200.6053 14.73688615262550
+1 36379U 93036AZG 14236.52210057  .00000286  00000-0  11661-3 0  3861
+2 36379 074.0217 297.1579 0049391 321.3500 038.4090 14.31273295280282
+1 36380U 93036AZH 14236.44955445  .00009522  00000-0  15520-2 0  3231
+2 36380 074.0060 151.1794 0041345 257.2103 102.4446 14.70508250264346
+1 36381U 93036AZJ 14219.79534098  .00002238  00000-0  82835-3 0  2777
+2 36381 074.0357 002.4791 0058320 341.1356 018.8248 14.31970357252755
+1 36384U 93036AZM 14235.76678679  .00002052  00000-0  62193-3 0  5377
+2 36384 074.0342 269.8383 0021861 277.1166 082.7505 14.42750405270955
+1 36385U 93036AZN 14236.87099656  .00001567  00000-0  41552-3 0  5357
+2 36385 073.9905 299.3486 0239695 356.0057 124.4609 14.33895854258844
+1 36387U 93036AZQ 14235.92111228  .00001879  00000-0  70904-3 0  4756
+2 36387 074.0076 336.5637 0067855 328.3627 031.3406 14.30782372253541
+1 36390U 97051VU  14238.98474977  .00000689  00000-0  19009-3 0  3018
+2 36390 086.3138 323.6009 0049699 355.3964 004.7274 14.46139764284235
+1 36395U 10005A   14235.35832590 -.00000090  00000-0  10000-3 0   212
+2 36395 027.9689 159.2383 0001134 170.6557 028.3233 01.00268298 16778
+1 36396U 10005B   14238.15953189  .00000000  00000-0  10000-3 0  7387
+2 36396 028.3551 163.7784 6407358 305.5818 010.4379 02.28856662 37922
+1 36397U 10006A   14239.18598955  .00000000  00000-0  10000-3 0  9493
+2 36397 000.0102 285.3539 0002608 215.2911 185.5573 01.00264300 15562
+1 36398U 10006B   14237.75520293 -.00000204  00000-0  00000+0 0  5606
+2 36398 003.9688 069.7441 0467252 340.4471 016.9891 00.86944280 14375
+1 36399U 10006C   14236.46366175  .00001602  00000-0  16615-2 0   903
+2 36399 045.9066 072.3507 7283924 092.4891 359.0505 02.24212128 36307
+1 36400U 10007A   14237.36296183  .00000030  00000-0  10000-3 0  2929
+2 36400 064.9829 099.5096 0029259 355.4827 128.7028 02.13102545 34897
+1 36401U 10007B   14236.79412134  .00000028  00000-0  10000-3 0  2761
+2 36401 064.9754 099.5151 0006659 082.6259 235.6489 02.13102627 34872
+1 36402U 10007C   14237.46605422  .00000030  00000-0  10000-3 0  2887
+2 36402 064.9652 099.4767 0001152 123.7688 032.8474 02.13102140 34891
+1 36403U 10007D   14237.18555207  .00000029  00000-0  00000+0 0  5978
+2 36403 064.9742 099.3825 0019513 191.7258 269.6042 02.13312944 34924
+1 36407U 10007H   14234.26233230  .00000003  00000-0 -19833-3 0  9196
+2 36407 065.3451 283.2591 5597977 119.8837 306.9409 04.23369628 69157
+1 36411U 10008A   14238.17578057  .00000000  00000-0  10000-3 0  2427
+2 36411 000.4165 264.8352 0003506 312.6194 045.0620 01.00283786    27
+1 36412U 10008B   14238.24568769  .00000000  00000-0  10000-3 0  6205
+2 36412 011.6756 159.2546 5214671 193.4435 144.1265 01.92899799947041
+1 36413U 10009A   14238.95551072 -.00000058  00000-0  50262-4 0  5156
+2 36413 063.4060 305.6007 0154494 000.6013 359.5164 13.45102432220019
+1 36414U 10009B   14238.88119338 -.00000071  00000-0  30406-4 0  4741
+2 36414 063.4090 305.0748 0154870 000.2836 359.8223 13.45102791220024
+1 36415U 10009C   14239.17879919  .00000162  00000-0  25477-3 0  7916
+2 36415 063.4161 305.1213 0158869 004.3929 355.8906 13.45102881220037
+1 36416U 10009D   14237.24654478 -.00000044  00000-0  45153-4 0  7389
+2 36416 063.4489 135.2898 0286727 000.2740 359.8404 13.69422135223733
+1 36417U 10009E   14236.44264765 -.00000031  00000-0  93468-4 0  7969
+2 36417 063.4063 314.0732 0153521 000.1665 075.9135 13.44928587219610
+1 36418U 10009F   14236.43498861 -.00000025  00000-0  10301-3 0  7850
+2 36418 063.4068 315.9043 0152182 359.7623 073.5382 13.44706454219569
+1 36419U 93036AZS 14236.61978707  .00001612  00000-0  66788-3 0  3346
+2 36419 073.8542 340.9198 0117752 356.9468 060.3812 14.23715940266765
+1 36420U 93036AZT 14237.48012237  .00000178  00000-0  72643-4 0  3963
+2 36420 074.0382 280.3860 0020168 296.3130 063.5941 14.34231177259523
+1 36422U 93036AZV 14236.43476072  .00005264  00000-0  85962-3 0  3878
+2 36422 074.0154 145.7140 0141494 330.9469 028.3874 14.64661004277032
+1 36423U 93036AZW 14225.45568568  .00002944  00000-0  12516-2 0  1415
+2 36423 073.8330 146.1094 0335755 172.9091 195.4667 13.99498468258066
+1 36424U 93036AZX 14236.92253941  .00003257  00000-0  14742-2 0  4342
+2 36424 074.1829 080.8598 0112993 323.3702 100.2859 14.19035787251160
+1 36430U 93036BAD 14238.01519261  .00000365  00000-0  16756-3 0  3277
+2 36430 074.0082 349.8740 0105691 013.5165 346.8516 14.21864593255814
+1 36435U 93036BAJ 14213.77103956  .00001609  00000-0  63283-3 0  1961
+2 36435 073.8364 358.6500 0106525 024.4303 336.2330 14.27009377250788
+1 36437U 93036BAL 14238.34659058  .00001309  00000-0  41621-3 0  3705
+2 36437 073.9562 242.2685 0030977 318.9049 040.9774 14.40668206261610
+1 36439U 93036BAN 14237.27036405  .00001008  00000-0  10292-2 0  1560
+2 36439 073.9687 084.6927 0457100 135.8165 228.0871 13.39642216251204
+1 36441U 93036BAQ 14237.05930734  .00002614  00000-0  28808-3 0  3960
+2 36441 073.8504 001.0228 0183644 239.9774 245.0457 14.76610935258810
+1 36442U 93036BAR 14236.83111262  .00001393  00000-0  46442-3 0  4499
+2 36442 073.9920 280.1507 0042456 303.7166 172.8612 14.38011218260892
+1 36447U 93036BAW 14237.81603131  .00009936  00000-0  11624-2 0  4083
+2 36447 073.9408 042.3528 0116016 221.2711 202.7072 14.80387431261190
+1 36448U 93036BAX 14230.01169554  .00002826  00000-0  10262-2 0  3521
+2 36448 074.0965 346.7041 0046698 260.4010 098.9711 14.33141242243918
+1 36451U 93036BBA 14238.22787519  .00000908  00000-0  46271-3 0  3892
+2 36451 073.9427 081.0923 0217480 052.3334 309.7146 14.05568889261595
+1 36453U 93036BBC 14236.75547345  .00000659  00000-0  23077-3 0  3455
+2 36453 073.9314 269.3556 0092065 349.3344 010.5342 14.34769176252864
+1 36454U 93036BBD 14235.30711914  .00006382  00000-0  14398-2 0  1970
+2 36454 074.0125 214.4635 0015650 011.1414 349.0093 14.56429168250244
+1 36459U 93036BBJ 14237.93381718  .00002069  00000-0  11415-2 0   885
+2 36459 074.0281 094.7509 0147667 077.6789 284.1090 14.06696803275045
+1 36461U 93036BBL 14238.05588763  .00007981  00000-0  79931-3 0  3745
+2 36461 073.9316 024.8522 0109513 157.4231 203.0792 14.87097071256466
+1 36462U 93036BBM 14238.12814373  .00012313  00000-0  14109-2 0  3743
+2 36462 073.8288 037.0885 0076410 280.0845 079.1718 14.83861823278975
+1 36467U 93036BBS 14237.02255942  .00001823  00000-0  81616-3 0  3615
+2 36467 073.8630 014.6318 0148023 036.3694 324.7149 14.17626696253656
+1 36470U 93036BBV 14238.27683173  .00001866  00000-0  55508-3 0  3717
+2 36470 073.8659 222.5376 0070267 169.4258 190.7776 14.42465007255994
+1 36471U 93036BBW 14237.58099818  .00013107  00000-0  92229-3 0  4508
+2 36471 073.9000 318.0982 0109298 115.3916 245.9298 15.00301127280131
+1 36474U 93036BBZ 14238.05723501  .00019425  00000-0  15467-2 0  5684
+2 36474 073.9362 001.8400 0092910 125.3682 350.6914 14.96938775264152
+1 36476U 93036BCB 14237.79111350  .00003741  00000-0  10819-2 0  3935
+2 36476 074.0354 261.6348 0025700 275.4079 201.0081 14.44693406271361
+1 36479U 93036BCE 14237.35264010  .00008745  00000-0  11506-2 0  5049
+2 36479 074.0387 095.5523 0089683 169.2348 315.7539 14.77481523267499
+1 36480U 93036BCF 14235.32086687  .00015423  00000-0  27557-2 0  4399
+2 36480 074.0170 221.6505 0013265 265.5240 094.4414 14.66868874248765
+1 36483U 97051VZ  14238.07137238  .00000712  00000-0  24341-3 0  3378
+2 36483 086.3886 354.9286 0008912 002.5727 357.5513 14.34991627265711
+1 36486U 97051WC  14237.01047380  .00002584  00000-0  66566-3 0  3871
+2 36486 086.3681 340.4185 0019212 009.9451 350.2327 14.49660739283902
+1 36487U 97051WD  14238.17037834  .00002350  00000-0  13027-2 0  5048
+2 36487 086.3782 047.1472 0200888 023.3819 337.6418 14.01183882247068
+1 36488U 97051WE  14238.11120931  .00014453  00000-0  33473-2 0  4249
+2 36488 086.4516 008.7809 0029475 280.9882 078.8010 14.54746499267795
+1 36489U 97051WF  14224.09808951  .00004865  00000-0  11972-2 0  2274
+2 36489 086.4256 008.4077 0016059 021.9487 338.2403 14.52026910276054
+1 36490U 97051WG  14239.06653359  .00001395  00000-0  43297-3 0  5374
+2 36490 086.3843 348.4234 0004355 105.1983 255.0191 14.41167518267127
+1 36491U 97051WH  14237.60781209  .00009097  00000-0  22344-2 0  4587
+2 36491 086.3499 353.9935 0065269 003.6271 356.7073 14.50952169268579
+1 36492U 97051WJ  14237.11911000  .00005114  00000-0  14718-2 0  6043
+2 36492 086.4319 003.5584 0015218 257.7675 224.9033 14.44566561274826
+1 36493U 97051WK  14239.01034019  .00001697  00000-0  54310-3 0  5292
+2 36493 086.3690 346.5370 0017616 031.7795 328.4954 14.39584404274707
+1 36495U 97051WM  14211.75275853  .00009014  00000-0  22953-2 0  3126
+2 36495 086.4119 014.1937 0026844 059.7079 300.6777 14.50332098244335
+1 36496U 97051WN  14237.51031087  .00048088  00000-0  46278-2 0  5210
+2 36496 086.3405 320.6995 0018512 254.5706 105.3477 14.92629967258452
+1 36497U 97051WP  14237.94488853  .00001206  00000-0  43032-3 0  3928
+2 36497 086.1647 308.5240 0077877 353.2466 006.7706 14.31747901267480
+1 36499U 10010A   14237.49718373 -.00000017  00000-0  00000+0 0  4175
+2 36499 000.0193 219.0408 0003067 303.7307 230.9792 01.00275922 16286
+1 36500U 10010B   14232.25718296 -.00000216  00000-0  00000+0 0  6477
+2 36500 026.4263 094.8251 6385317 258.7147 328.1809 02.24377653 36206
+1 36501U 10010C   14238.08784764  .00003331  00000-0  53307-3 0  3567
+2 36501 049.6050 136.3209 4943333 102.3389 350.8229 05.71723426 91668
+1 36502U 06015K   14237.61952735  .00031866  00000-0  15405-2 0  1277
+2 36502 097.9427 261.4286 0004646 133.7211 350.4769 15.18546118247257
+1 36508U 10013A   14238.13091209  .00000143  00000-0  34636-4 0  3235
+2 36508 092.0321 314.1132 0007641 216.5005 143.5682 14.52175421232258
+1 36509U 10013B   14236.21008947  .00000044  00000-0  24723-4 0  7555
+2 36509 091.9164 259.7825 0273261 286.0920 071.0329 13.93261051222594
+1 36510U 10013C   14234.31351702  .00000776  00000-0  15888-3 0  7010
+2 36510 092.0371 318.1337 0023737 248.7758 111.0918 14.60527880232670
+1 36516U 10016A   14238.10168911 -.00000130  00000-0  00000+0 0   584
+2 36516 000.0576 292.2153 0001314 244.3637 093.2816 01.00272462 15888
+1 36517U 10016B   14238.35735162  .00000038  00000-0  10000-3 0  4541
+2 36517 003.3245 059.1749 0709504 064.3739 303.1501 01.20446666 19001
+1 36518U 10016C   14236.40346058 -.00000028  00000-0 -52683-4 0    77
+2 36518 046.1386 280.7896 7097323 116.7064 355.0804 02.42664830 38235
+1 36519U 10017A   14237.91076666  .00000023  00000-0  90731-5 0  3287
+2 36519 082.9603 177.8328 0034874 213.6855 146.2082 13.71350075216808
+1 36520U 10017B   14236.82852814  .00000190  00000-0  19033-3 0  7053
+2 36520 082.9630 176.0608 0034408 198.2754 217.7694 13.72632281216818
+1 36524U 93036BCJ 14235.67605259  .00059875  00000-0  20320-2 0  2879
+2 36524 074.0160 351.7641 0071314 044.2998 313.4354 15.27766712261960
+1 36528U 93036BCN 14239.07245280  .00000404  00000-0  18193-3 0  1683
+2 36528 074.0279 008.2282 0098379 306.4875 052.7710 14.19645597254707
+1 36529U 93036BCP 14237.13195375  .00002255  00000-0  12614-2 0  2989
+2 36529 074.0539 148.4744 0189140 125.6702 236.2208 14.02620763251184
+1 36530U 93036BCQ 14237.23215227  .00004741  00000-0  11289-2 0  6041
+2 36530 074.0249 203.8333 0038448 287.5642 072.1321 14.53621412249479
+1 36531U 93036BCR 14231.78838201  .00002583  00000-0  17479-2 0  2347
+2 36531 074.1154 262.0708 0267652 227.6307 254.0291 13.84877721244294
+1 36532U 93036BCS 14238.32126713  .00004103  00000-0  74239-3 0  3139
+2 36532 073.9940 126.5824 0083110 270.6856 088.6261 14.64460482257530
+1 36533U 93036BCT 14237.38573154  .00000640  00000-0  20270-3 0  4678
+2 36533 074.0151 239.5627 0057049 302.2473 121.7543 14.41249348250853
+1 36535U 93036BCV 14231.48762589  .00014178  00000-0  23445-2 0  2234
+2 36535 073.8667 164.4735 0056301 084.3985 271.1814 14.69306577256637
+1 36538U 93036BCY 14237.27935839  .00036954  00000-0  38035-2 0  5296
+2 36538 074.1840 201.1507 0023741 190.7547 169.3131 14.89906032271654
+1 36539U 93036BCZ 14238.13814520  .00001080  00000-0  32035-3 0  1604
+2 36539 074.0286 229.4976 0037751 304.6223 177.4990 14.44116810242103
+1 36540U 93036BDA 14236.83601105  .00000903  00000-0  31421-3 0  5698
+2 36540 074.0358 282.7445 0025552 285.9071 189.0912 14.36694261266837
+1 36541U 93036BDB 14233.89907772  .00003565  00000-0  10911-2 0  3348
+2 36541 074.0179 313.2103 0049458 300.9346 058.3116 14.41438692261776
+1 36542U 93036BDC 14238.08760536  .00011461  00000-0  10545-2 0  6227
+2 36542 073.7997 014.0433 0118496 296.3300 185.9265 14.89564938268224
+1 36543U 93036BDD 14235.74020377  .00003665  00000-0  10613-2 0  3488
+2 36543 073.8413 245.9878 0069568 234.1938 125.2740 14.43442674261498
+1 36544U 93036BDE 14238.07767595  .00046057  00000-0  26492-2 0  4832
+2 36544 073.9432 015.4837 0119130 215.4736 268.9565 15.06344601266468
+1 36548U 93036BDJ 14237.67686169  .00012689  00000-0  25827-2 0  2415
+2 36548 074.0230 210.6161 0034640 279.6111 134.5502 14.60710559270776
+1 36549U 93036BDK 14237.93844656  .00100568  00000-0  51832-2 0  5762
+2 36549 074.0039 085.9063 0029997 220.0048 139.8938 15.15483013271524
+1 36550U 93036BDL 14236.77234944  .00000427  00000-0  21139-3 0  4027
+2 36550 074.0490 025.2577 0088338 349.6446 010.2908 14.18334233260234
+1 36551U 93036BDM 14237.39838898  .00001422  00000-0  29532-3 0  4532
+2 36551 073.9050 135.2994 0109337 264.1964 094.6538 14.57508781258785
+1 36553U 93036BDP 14238.08118117  .00004185  00000-0  77883-3 0  4616
+2 36553 074.0515 147.2525 0066705 242.9124 176.6559 14.63995203266498
+1 36554U 93036BDQ 14237.16660334  .00004777  00000-0  86166-3 0  2572
+2 36554 074.0152 164.8973 0068275 234.7028 124.9090 14.65264019265349
+1 36556U 93036BDS 14238.06086596  .00029906  00000-0  41053-2 0  5036
+2 36556 074.0162 184.9643 0027565 247.7384 240.1921 14.77991398251849
+1 36557U 93036BDT 14236.83718180  .00000650  00000-0  23191-3 0  4006
+2 36557 073.9873 287.6700 0047887 315.1671 044.5525 14.35601078252697
+1 36558U 93036BDU 14237.79170317  .00001027  00000-0  33811-3 0  4242
+2 36558 074.0481 264.2544 0020186 296.9642 186.0260 14.39357970259237
+1 36559U 93036BDV 14228.36471318  .00001245  00000-0  10120-2 0  3429
+2 36559 074.1382 007.6250 0348372 330.6923 027.5036 13.66237958244988
+1 36561U 93036BDX 14237.54327921  .00024003  00000-0  36248-2 0  3002
+2 36561 074.1012 190.9143 0063335 332.3830 027.3982 14.72848541260864
+1 36566U 97051WV  14234.30213113  .00003931  00000-0  21254-2 0  4780
+2 36566 086.4367 061.2821 0200113 048.6274 073.5286 14.02682328260689
+1 36568U 97051WX  14237.50737503  .00015815  00000-0  30652-2 0  6082
+2 36568 086.3045 319.1242 0025269 207.5622 209.0859 14.62982214261478
+1 36571U 06002AA  14236.41497809  .00000766  00000-0  15711-3 0  7195
+2 36571 097.9839 294.9090 0001453 120.7173 303.1952 14.63338351230416
+1 36581U 10021A   14237.10632244  .00000119  00000-0  00000+0 0  8670
+2 36581 000.0578 034.7157 0004239 112.7801 247.5707 01.00269525 15659
+1 36582U 10021B   14238.15868943  .00000073  00000-0  00000+0 0   169
+2 36582 000.0122 077.3579 0001612 107.3143 219.9516 01.00273522 15740
+1 36583U 10021C   14237.39281406  .00006222  00000-0  18482-2 0   188
+2 36583 002.9165 089.8194 7212993 057.4453 036.3342 02.36602353 36123
+1 36584U 10021D   14235.87344553  .00013649  00000-0  31956-2 0  1120
+2 36584 002.8621 324.4480 6522291 324.9870 343.6073 03.28405296 42159
+1 36585U 10022A   14238.74220390  .00000000  00000-0  10000-3 0  6864
+2 36585 055.9701 021.2303 0036178 039.2091 321.0622 02.00575021 31110
+1 36586U 10022B   14237.38656444 -.00000070  00000-0  00000+0 0  6387
+2 36586 055.7755 026.9700 0240615 069.1344 265.6406 01.90939526 29603
+1 36587U 09075B   14236.17787207 -.00000089  00000-0  00000+0 0  5707
+2 36587 020.0960 218.1014 5803876 073.3277 004.7110 01.99419072 31167
+1 36588U 10023A   14237.60728744 -.00000082  00000-0 -97649-4 0  1949
+2 36588 100.4373 063.7954 0017517 024.3369 016.6718 13.15820952203484
+1 36589U 10023B   14236.79523470 -.00000018  00000-0  36418-4 0  6702
+2 36589 100.4959 191.7370 0226134 075.5938 341.1789 13.58320469209896
+1 36590U 10024A   14238.85364462  .00000000  00000-0  10000-3 0  2140
+2 36590 001.6203 032.0272 0002305 295.1660 065.6375 01.00271384 15545
+1 36591U 10024B   14237.90967458  .00014367  00000-0  81690-3 0  5170
+2 36591 020.8756 022.1649 6381943 224.9752 346.0639 03.53207617 44848
+1 36592U 10025A   14237.79627383  .00000129  00000-0  10000-3 0  8035
+2 36592 000.0232 222.1642 0002668 316.3451 108.1180 01.00274653 15663
+1 36593U 10025B   14236.25579891 -.00000198  00000-0  00000+0 0  5103
+2 36593 019.4057 351.5721 5623990 077.7506 282.9335 02.07420203 31998
+1 36594U 10025C   14237.08703991  .00001293  00000-0  31373-3 0  9590
+2 36594 049.4914 236.1650 5446237 190.2909 341.0932 04.87014098 74378
+1 36596U 10027A   14238.33178859  .00000658  00000-0  67298-4 0  6274
+2 36596 097.6148 256.9746 0010822 225.2736 134.7625 14.93743495228598
+1 36597U 10027B   14237.56117511  .00000935  00000-0  10434-3 0  3462
+2 36597 097.5729 214.0802 0065858 170.2419 190.0095 14.87773142227508
+1 36598U 10028A   14238.30049209  .00000147  00000-0  49198-4 0  6081
+2 36598 098.3015 061.5797 0000864 222.9506 137.1627 14.50045823222058
+1 36599U 10028B   14238.34749832  .00000159  00000-0  47789-4 0  2134
+2 36599 098.4273 061.7708 0056831 242.7858 116.7547 14.54802960221369
+1 36600U 10028C   14237.99225904 -.00000016  00000-0  12628-4 0  2436
+2 36600 098.2409 241.8453 0375162 015.4130 042.9207 13.72458804210182
+1 36601U 10028D   14236.46513487  .00000208  00000-0  68672-4 0  1378
+2 36601 098.3294 053.6409 0016812 214.3433 198.1625 14.47395850221315
+1 36602U 10028E   14236.67030552  .00000840  00000-0  18630-3 0  1694
+2 36602 098.2531 074.7771 0019704 310.7672 096.2431 14.59587154222872
+1 36605U 10030A   14237.94489728 -.00002052  00000-0 -94600-4 0  4878
+2 36605 097.4431 244.2613 0002087 100.3335 289.6993 15.19138083231814
+1 36606U 10030B   14237.41573837  .00000279  00000-0  54506-4 0  1679
+2 36606 097.4165 029.4686 0440165 292.1707 116.3909 14.22822109216861
+1 36613U 93036BEB 14238.18789441  .00013139  00000-0  12430-2 0  3487
+2 36613 074.0557 078.4529 0071693 152.1208 208.5150 14.91728917253920
+1 36614U 93036BEC 14237.45378371  .00001207  00000-0  41749-3 0  2795
+2 36614 074.0319 282.2546 0025273 283.1329 076.7004 14.36657271267250
+1 36616U 93036BEE 14233.40466727  .00035425  00000-0  29072-2 0  1939
+2 36616 074.0079 128.5387 0030994 261.6407 221.2113 14.98674586246716
+1 36617U 93036BEF 14238.43400263  .00007593  00000-0  16694-2 0  3079
+2 36617 073.9906 283.9306 0151483 179.5357 180.6483 14.50730595269500
+1 36622U 93036BEL 14239.05656119  .00001103  00000-0  22550-3 0  4146
+2 36622 074.0251 144.2687 0097117 227.2889 132.0562 14.57846426238251
+1 36625U 93036BEP 14236.36384668  .00001331  00000-0  27355-3 0  3169
+2 36625 073.8844 125.5233 0072705 287.9970 192.2675 14.60094322259405
+1 36626U 93036BEQ 14237.98445640  .00003173  00000-0  25432-3 0  3044
+2 36626 074.0494 345.5445 0178453 046.9159 314.6798 14.88861401257233
+1 36629U 93036BET 14237.45118449  .00038620  00000-0  36113-2 0  2583
+2 36629 073.9714 141.1859 0074927 359.0345 115.8878 14.91796365259753
+1 36630U 93036BEU 14237.56927166  .00001669  00000-0  61066-3 0  2131
+2 36630 073.9587 306.8483 0061083 315.4405 044.0836 14.32696827278708
+1 36632U 93036BEW 14236.51920114  .00000588  00000-0  23260-3 0  3856
+2 36632 074.0077 307.0653 0042846 307.3945 052.3306 14.30688376242278
+1 36641U 97051XB  14238.48560594  .00100226  00000-0  78652-2 0  7664
+2 36641 086.2593 323.2982 0034960 240.6580 119.1661 15.00498950267260
+1 36642U 97051XC  14238.07010944  .00005024  00000-0  13988-2 0  4308
+2 36642 086.3810 353.4443 0026918 278.8814 080.9770 14.46017739265869
+1 36644U 99025DXN 14237.68230560  .00000666  00000-0  80584-3 0  3052
+2 36644 098.4178 199.9104 0300950 134.3546 228.2907 13.51629852238632
+1 36645U 99025DXP 14237.13413039  .00000542  00000-0  70342-3 0  2645
+2 36645 098.5027 195.0844 0325357 265.3844 090.8604 13.46063504239266
+1 36647U 99025DXR 14210.54115585  .00001281  00000-0  11169-2 0  1278
+2 36647 096.1531 320.9169 0278932 289.3912 067.6853 13.70598166338508
+1 36652U 99025DXW 14238.21575632  .00000993  00000-0  64145-3 0  3770
+2 36652 099.1318 232.4481 0067049 048.0495 312.6479 14.04207703319255
+1 36653U 99025DXX 14238.22458501  .00066694  00000-0  45197-2 0  2007
+2 36653 098.3571 239.2784 0077327 033.1534 327.5441 15.03733814363405
+1 36654U 99025DXY 14236.99235112  .00016371  00000-0  29590-2 0  2816
+2 36654 099.5176 163.6861 0248519 048.3685 013.6674 14.48375471267384
+1 36656U 99025DYA 14236.32028737  .00000296  00000-0  36301-3 0  1882
+2 36656 097.4137 269.2666 0350669 334.8691 023.5766 13.47893068336616
+1 36657U 99025DYB 14237.08393870  .00001474  00000-0  37476-3 0  3267
+2 36657 099.4071 194.8596 0140896 089.8611 332.8087 14.46724271270369
+1 36658U 99025DYC 14233.86985430  .00001808  00000-0  82771-3 0  3123
+2 36658 098.9377 247.6946 0093145 265.4733 093.5409 14.20430769309179
+1 36659U 99025DYD 14235.57370805  .00000051  00000-0  83906-4 0  1543
+2 36659 099.7724 003.7458 0146433 101.3423 260.3847 13.82075138357464
+1 36660U 99025DYE 14237.32399147  .00000509  00000-0  32462-3 0  2156
+2 36660 099.0172 280.0680 0047523 025.2788 335.0697 14.07648785312603
+1 36661U 99025DYF 14237.21783902  .00001644  00000-0  89177-3 0  2629
+2 36661 099.0172 228.9377 0024125 256.9621 102.8927 14.13713700295445
+1 36662U 99025DYG 14239.06193080  .00008104  00000-0  16223-2 0  1108
+2 36662 096.5810 337.5851 0059902 298.7118 060.8569 14.60720563305676
+1 36664U 99025DYJ 14236.83006025  .00000087  00000-0  57455-4 0  2404
+2 36664 098.9423 231.1400 0175676 019.4679 097.6131 14.16500099256196
+1 36665U 99025DYK 14237.26967596  .00001788  00000-0  10420-2 0  3074
+2 36665 098.4169 043.5207 0165488 218.1555 140.7271 14.03051270274508
+1 36668U 99025DYN 14238.34344741  .00000482  00000-0  30405-3 0  2264
+2 36668 099.0127 279.2212 0057210 023.6261 336.7444 14.08168871292917
+1 36669U 99025DYP 14233.37747309  .00010997  00000-0  18031-2 0  1485
+2 36669 099.0403 067.9143 0062221 030.0885 343.8099 14.69621703299919
+1 36670U 99025DYQ 14226.24956110  .00002483  00000-0  11217-2 0  2950
+2 36670 098.9241 234.3051 0047065 267.5966 091.9493 14.22450499292668
+1 36671U 99025DYR 14238.30408714  .00053622  00000-0  39338-2 0  1407
+2 36671 097.3006 256.2668 0110436 000.5512 359.6010 14.98459163337628
+1 36672U 99025DYS 14216.71199435  .00007879  00000-0  16307-2 0  1668
+2 36672 099.0042 023.3203 0069926 122.9722 233.2608 14.59038643291751
+1 36674U 99025DYU 14235.21561125  .00014917  00000-0  31900-2 0  2685
+2 36674 099.0619 030.5593 0041827 140.4306 219.9876 14.58337134297589
+1 36675U 99025DYV 14237.49716442  .00001283  00000-0  67952-3 0  3558
+2 36675 099.1825 341.6463 0041548 017.4499 342.8090 14.15154194292268
+1 36676U 99025DYW 14236.45909959  .00000302  00000-0  11400-3 0  3087
+2 36676 098.7298 327.9187 0108405 093.4992 329.5509 14.35258731297138
+1 36677U 99025DYX 14237.92723559  .00000867  00000-0  55389-3 0  2787
+2 36677 099.1013 270.9716 0065110 329.8718 150.7126 14.05236877325361
+1 36678U 99025DYY 14238.37854549  .00000420  00000-0  14924-3 0  3362
+2 36678 098.6295 290.9247 0165749 037.2677 323.9541 14.32173494258750
+1 36679U 99025DYZ 14234.26613748  .00000402  00000-0  29501-3 0  1568
+2 36679 099.1561 253.8847 0090006 035.3236 325.3893 13.99670398324836
+1 36680U 99025DZA 14237.39119363  .00000692  00000-0  33063-3 0  2875
+2 36680 098.9276 286.6466 0205423 162.2874 258.3918 14.11878628256814
+1 36681U 99025DZB 14236.32569565  .00000293  00000-0  21260-3 0  2953
+2 36681 099.0586 276.9120 0047200 049.2255 010.1769 14.03755241289623
+1 36682U 99025DZC 14236.80949901  .00000711  00000-0  79049-3 0  2271
+2 36682 098.4393 248.7164 0254140 037.7217 324.1335 13.61205760262077
+1 36684U 99025DZE 14210.97027562  .00001229  00000-0  45580-3 0  2305
+2 36684 099.4835 114.8981 0068757 038.2884 322.3406 14.32975303271743
+1 36685U 99025DZF 14237.24497700  .00002302  00000-0  43845-3 0  3205
+2 36685 098.8945 048.1511 0150222 224.3954 134.5121 14.58205844358390
+1 36686U 99025DZG 14237.72721167  .00000798  00000-0  19458-3 0  2889
+2 36686 099.0316 058.2308 0164061 309.7861 048.8980 14.48157617355494
+1 36687U 99025DZH 14235.93017958 -.00000015  00000-0  17023-4 0  1932
+2 36687 098.6579 123.5079 0093927 345.0611 014.7732 14.02254426321597
+1 36689U 99025DZK 14237.23687235  .00001066  00000-0  99560-3 0  1605
+2 36689 098.4503 235.7073 0357978 052.6777 310.6104 13.58315599318818
+1 36691U 99025DZM 14238.74327510  .00001335  00000-0  10144-2 0  1465
+2 36691 098.6772 059.7325 0158413 115.9598 245.8439 13.88056281369462
+1 36692U 99025DZN 14237.47090171  .00000217  00000-0  20521-3 0  2072
+2 36692 100.0206 117.1477 0119057 079.1685 282.2846 13.89902480336631
+1 36693U 99025DZP 14232.30932339  .00003142  00000-0  73567-3 0  2721
+2 36693 097.6111 256.2748 0217469 206.2730 152.4898 14.41726492366638
+1 36694U 99025DZQ 14238.05716746  .00000592  00000-0  32973-3 0  2241
+2 36694 098.8512 176.4284 0119009 109.7313 251.6262 14.11175358353178
+1 36695U 99025DZR 14236.37612608  .00000445  00000-0  11020-3 0  3784
+2 36695 098.5547 289.7746 0278938 314.8625 042.9968 14.36522456302874
+1 36696U 99025DZS 14237.04913431  .00001260  00000-0  71649-3 0  2854
+2 36696 098.8043 169.1894 0029546 264.4859 152.6362 14.11448920306273
+1 36697U 99025DZT 14236.40157674  .00002999  00000-0  36586-3 0  2988
+2 36697 098.8250 082.2692 0194187 031.7622 087.3951 14.71727803284406
+1 36699U 99025DZV 14237.89046417  .00000216  00000-0  11553-3 0  3782
+2 36699 098.8197 261.5953 0099163 199.4501 284.3682 14.20417026276415
+1 36700U 99025DZW 14238.15321507  .00000996  00000-0  90739-3 0  2834
+2 36700 099.8185 002.1563 0161901 145.4829 215.6962 13.80168670322587
+1 36701U 99025DZX 14237.11537267  .00000837  00000-0  97387-3 0  1819
+2 36701 102.7326 329.7212 0293394 121.8309 241.1014 13.56196894358157
+1 36702U 99025DZY 14215.65353274  .00002072  00000-0  11662-2 0  2757
+2 36702 098.4057 001.3281 0122391 298.9219 060.0678 14.07721457333145
+1 36703U 99025DZZ 14237.70612420  .00002143  00000-0  14798-2 0  2278
+2 36703 097.8428 193.8008 0133236 290.4048 189.1780 13.95852214334861
+1 36706U 99025EAC 14235.42983750  .00010602  00000-0  41443-2 0  3643
+2 36706 098.7827 109.9477 0084365 295.4734 063.7737 14.27779834337572
+1 36707U 99025EAD 14237.20495476  .00000752  00000-0  46254-3 0  3602
+2 36707 099.0889 237.8288 0052355 240.2747 119.3105 14.08085971274435
+1 36710U 99025EAG 14238.31448043  .00001099  00000-0  44506-3 0  3015
+2 36710 098.7655 272.3943 0092661 151.8385 208.7925 14.27464702312471
+1 36711U 99025EAH 14237.27921475  .00001628  00000-0  91143-3 0  2976
+2 36711 100.8214 043.4457 0161413 049.9955 070.1733 14.06185712302573
+1 36712U 99025EAJ 14236.54086465  .00004500  00000-0  13450-2 0  1567
+2 36712 098.9353 349.0620 0078045 178.3985 181.5783 14.41689856314213
+1 36713U 99025EAK 14235.39712478  .00002175  00000-0  32241-3 0  3030
+2 36713 098.4703 299.4477 0257822 258.0265 099.1599 14.56228904360203
+1 36714U 99025EAL 14237.33239276  .00001058  00000-0  59612-3 0  2755
+2 36714 098.9903 273.6984 0033699 341.4936 018.4066 14.12290073306283
+1 36716U 99025EAN 14235.59251366  .00000095  00000-0  10932-3 0  2579
+2 36716 099.1490 161.9060 0151353 167.5629 192.9333 13.86293838336906
+1 36719U 99025EAR 14237.49082202  .00000783  00000-0  40319-3 0  2895
+2 36719 098.5730 135.4708 0108325 213.7409 145.6847 14.14971235289329
+1 36721U 99025EAT 14231.52240847  .00111099  00000-0  48677-2 0  5235
+2 36721 099.0496 127.3778 0020363 259.5150 100.3786 15.21337060266810
+1 36723U 99025EAV 14226.14883986  .00035583  00000-0  47026-2 0  1490
+2 36723 098.8757 000.7189 0043242 069.4171 291.2171 14.79368936290870
+1 36725U 99025EAX 14237.88019155  .00022219  00000-0  21515-2 0  2469
+2 36725 099.4996 279.7307 0069955 337.7842 022.1150 14.90911406266880
+1 36726U 99025EAY 14231.81592265  .00004644  00000-0  68062-3 0  1443
+2 36726 099.0097 077.5055 0142947 256.8630 101.2022 14.69421310301324
+1 36729U 99025EBB 14238.31056746  .00000173  00000-0  12810-3 0  2429
+2 36729 098.9859 282.5217 0048084 021.9361 338.3781 14.07398685294054
+1 36730U 99025EBC 14235.05354557  .00003280  00000-0  12404-2 0  4242
+2 36730 099.6339 166.1361 0042132 103.5770 313.5151 14.31538787258101
+1 36731U 99025EBD 14237.52331213  .00001586  00000-0  66587-3 0  3137
+2 36731 099.1108 000.6785 0052112 266.2504 093.2771 14.26709111294008
+1 36732U 99025EBE 14237.54567249  .00005400  00000-0  68681-3 0  3709
+2 36732 098.9504 143.5153 0179787 111.0954 011.8018 14.71308007302847
+1 36733U 99025EBF 14235.76232074  .00000819  00000-0  65271-3 0  3652
+2 36733 099.1204 166.4901 0159456 202.2431 157.1867 13.88206000250471
+1 36734U 99025EBG 14238.09385538  .00001594  00000-0  97974-3 0  3652
+2 36734 098.9326 185.1645 0046387 338.7833 077.4352 14.06544372244470
+1 36735U 99025EBH 14237.13574201  .00001530  00000-0  58538-3 0  2645
+2 36735 099.1352 009.9444 0107253 002.9571 357.1662 14.29097470351896
+1 36736U 99025EBJ 14237.81146649  .00001336  00000-0  79882-3 0  2933
+2 36736 099.0979 253.0805 0077539 294.8576 064.4877 14.07448805305099
+1 36737U 99025EBK 14227.87510070  .00040522  00000-0  26691-2 0  3763
+2 36737 099.0466 098.6396 0048595 018.7312 341.5685 15.06411304248029
+1 36740U 99025EBN 14237.52178340  .00012414  00000-0  42247-2 0  2639
+2 36740 098.5285 143.3577 0050499 272.4152 087.1926 14.35930545312164
+1 36741U 99025EBP 14237.69784174  .00002832  00000-0  17437-2 0  1709
+2 36741 098.4384 036.2731 0119338 251.1737 107.4653 14.02790321301786
+1 36743U 99025EBR 14238.28334188  .00001151  00000-0  63070-3 0  2353
+2 36743 098.9838 254.6024 0057202 310.0086 049.5846 14.13085102306197
+1 36744U 10032A   14238.97927836  .00000000  00000-0  10000-3 0  9195
+2 36744 000.0326 071.2410 0001022 138.3628 246.2922 01.00266296 15429
+1 36745U 10032B   14238.15722117  .00000138  00000-0  00000+0 0  8197
+2 36745 000.0553 353.9868 0003377 166.8888 260.5198 01.00274103 15428
+1 36746U 10032C   14238.51191738  .00005674  00000-0  16949-2 0  8863
+2 36746 001.4310 168.1331 7213522 358.8368 000.0177 02.36352111 35347
+1 36747U 10032D   14239.05192264  .00010162  00000-0  41745-2 0   489
+2 36747 001.9772 069.2608 6819886 174.2997 202.4246 02.85887145 38808
+1 36792U 10034A   14238.10313748 -.00000289  00000-0  10000-3 0  9387
+2 36792 000.0367 320.0175 0002187 228.7477 137.5449 01.00273483 15140
+1 36793U 10034B   14237.33502841 -.00000022  00000-0  00000+0 0  7485
+2 36793 019.4164 357.6235 5546177 042.1936 351.6716 02.04325402 30785
+1 36794U 10034C   14236.75453255  .00001265  00000-0  40156-3 0  4650
+2 36794 049.5072 312.1086 5568904 114.3142 010.1527 04.66520421 69328
+1 36795U 10035A   14238.33287687  .00000408  00000-0  62613-4 0  6150
+2 36795 097.9377 296.1634 0016411 106.2310 254.0716 14.78679531222586
+1 36796U 10035B   14238.26295057  .00001271  00000-0  15902-3 0  4765
+2 36796 098.0094 328.1210 0015122 091.4551 268.8395 14.84015223222980
+1 36797U 10035C   14238.29441319  .00000838  00000-0  10793-3 0  5057
+2 36797 098.0146 329.3651 0013229 100.5142 259.7581 14.83677475223041
+1 36798U 10035D   14238.33036135  .00000294  00000-0  61674-4 0  5689
+2 36798 098.0444 305.3920 0001482 073.5264 286.6108 14.66434517220745
+1 36799U 10035E   14238.25711133  .00001847  00000-0  21779-3 0  4954
+2 36799 098.0166 330.7898 0015001 091.3592 268.9350 14.85925856223126
+1 36800U 10035F   14237.80079880  .00001660  00000-0  17313-3 0  3549
+2 36800 097.9694 333.7263 0025378 128.5607 231.7890 14.90935952223930
+1 36801U 10035G   14236.36396416  .00009261  00000-0  79305-3 0  8737
+2 36801 098.0378 338.3125 0009354 075.5985 324.9341 14.97769249223337
+1 36827U 10028F   14238.08973434  .00000141  00000-0  56012-4 0  1900
+2 36827 098.3691 044.4544 0041922 249.8332 109.8345 14.41737952212499
+1 36828U 10036A   14237.87844348 -.00000150  00000-0  10000-3 0   981
+2 36828 054.3971 203.7023 0035563 200.8315 005.9029 01.00267194 14961
+1 36830U 10037A   14238.57005595  .00000000  00000-0  10000-3 0  9078
+2 36830 000.0324 205.7851 0005849 304.2512 022.9145 01.00269199 15031
+1 36831U 10037B   14238.28979565  .00000004  00000-0  10000-3 0  8741
+2 36831 000.0241 114.8481 0004820 031.1172 295.7595 01.00274914 15046
+1 36832U 10037C   14237.35057071  .00003623  00000-0  14116-2 0  8356
+2 36832 002.1083 185.7938 7200216 353.5382 278.8934 02.37661205 34488
+1 36833U 10037D   14236.35300207  .00009645  00000-0  33828-2 0   823
+2 36833 002.2446 086.3327 6689243 196.9370 017.2587 03.03933719 39038
+1 36834U 10038A   14238.33948828  .00000365  00000-0  52741-4 0  4991
+2 36834 097.8726 233.5327 0001917 095.8747 264.2688 14.81849733218665
+1 36835U 10038B   14238.83834161  .00011117  00000-0  21983-3 0  2089
+2 36835 097.6286 315.1469 0090583 257.2940 101.8688 15.42619433225412
+1 36858U 82025AV  14214.32068019  .00003191  00000-0  20460-2 0  2113
+2 36858 082.5251 228.2328 0019047 282.9766 076.9278 14.02934136432611
+1 36860U 82025AX  14231.30836938  .00000640  00000-0  41798-3 0   905
+2 36860 082.5234 228.2567 0017857 037.5752 322.6424 14.00870117527521
+1 36861U 82025AY  14237.18107560  .00001991  00000-0  12242-2 0  3005
+2 36861 082.5259 195.7415 0013529 128.0046 232.2350 14.05120273580724
+1 36862U 82025AZ  14212.41400651  .00000502  00000-0  31484-3 0   972
+2 36862 082.5421 242.7337 0015672 332.1410 027.7973 14.02720675418914
+1 36863U 82025BA  14237.23789688  .00001498  00000-0  95430-3 0  3519
+2 36863 082.5247 212.9035 0004514 258.2341 101.8236 14.03074391519487
+1 36864U 82025BB  14237.69791585  .00000464  00000-0  30091-3 0  2848
+2 36864 082.5498 229.1954 0019931 226.4796 133.4901 14.00763380533998
+1 36865U 82025BC  14213.74747860  .00000576  00000-0  33790-3 0   555
+2 36865 082.5434 211.7971 0019131 123.2238 237.2124 14.06569335526422
+1 36867U 82025BE  14219.25944488  .00001656  00000-0  98945-3 0  1233
+2 36867 082.5336 211.6163 0021676 109.2818 184.6835 14.06550845582705
+1 36875U 81043N   14237.18987742  .00004859  00000-0  16516-2 0  4248
+2 36875 081.2588 208.6026 0018900 120.8680 239.4367 14.36396962550902
+1 36876U 81043P   14231.92412247  .00005964  00000-0  10934-2 0   778
+2 36876 081.2313 099.1759 0024858 303.4150 056.4008 14.65485641593276
+1 36877U 81043Q   14238.24299248  .00010827  00000-0  18511-2 0  4660
+2 36877 081.2281 082.6974 0018966 107.3916 252.9597 14.68691306507777
+1 36878U 81043R   14238.53266065  .00001844  00000-0  90618-3 0  4190
+2 36878 081.2701 320.9766 0054552 100.5322 260.2487 14.16919967255712
+1 36879U 81043S   14238.52161306  .00001844  00000-0  88925-3 0  2402
+2 36879 081.2637 319.7898 0052121 095.8938 264.8665 14.17988406229424
+1 36881U 05011C   14236.05360630  .00005171  00000-0  22181-2 0  5381
+2 36881 098.9205 267.5554 0005631 227.6016 186.8245 14.25217363251550
+1 36886U 79095AB  14238.00662598  .00007394  00000-0  12219-2 0  5272
+2 36886 081.1812 123.9665 0010977 281.4331 078.7466 14.70262725603443
+1 36887U 79095AC  14237.88665801  .00005242  00000-0  58018-3 0   787
+2 36887 081.2173 094.0791 0020972 152.4681 207.9564 14.87062298577653
+1 36888U 79095AD  14238.00829327  .00018977  00000-0  23146-2 0  4571
+2 36888 081.1758 119.8340 0005745 161.9010 198.2407 14.83249033632526
+1 36890U 79095AF  14238.02426161  .00012167  00000-0  17428-2 0  5128
+2 36890 081.1730 133.6879 0007492 345.5997 071.3866 14.76486606606976
+1 36891U 79095AG  14235.60351668  .00004707  00000-0  94697-3 0  4808
+2 36891 081.1846 184.1600 0016085 047.1129 313.1417 14.61390679564855
+1 36892U 79095AH  14237.14991035  .00474415  00000-0  62514-2 0  3783
+2 36892 081.1282 035.4217 0017159 309.9060 076.0285 15.56680017581173
+1 36893U 79095AJ  14231.05163660  .00073361  00000-0  37994-2 0  1881
+2 36893 081.1479 148.6241 0007764 030.9570 318.8400 15.15846582636975
+1 36894U 79095AK  14237.86921510  .00002721  00000-0  77192-3 0  3646
+2 36894 081.2126 294.3308 0015058 268.8187 091.1506 14.45211455578846
+1 36896U 79095AM  14237.91414902  .00037403  00000-0  33977-2 0  3205
+2 36896 081.1786 096.6380 0010797 145.5615 214.6304 14.95040232571203
+1 36897U 79095AN  14236.57340695  .00010600  00000-0  17457-2 0  5290
+2 36897 081.1747 182.5127 0018384 050.2171 310.3957 14.70344165601919
+1 36898U 79095AP  14237.14386727  .00012536  00000-0  22034-2 0  2262
+2 36898 081.1733 160.6092 0010831 347.0859 079.9225 14.67546338565043
+1 36899U 79095AQ  14235.22980793  .00011432  00000-0  22844-2 0  5719
+2 36899 081.1564 200.8890 0009045 256.1163 162.4598 14.61801257600344
+1 36901U 79095AS  14236.80699796  .00002750  00000-0  83364-3 0  3646
+2 36901 081.1916 278.2700 0004235 006.8465 353.2780 14.42057591556862
+1 36902U 79095AT  14238.59494796  .00005663  00000-0  12150-2 0  3985
+2 36902 081.1803 190.6069 0007819 033.5800 326.6382 14.58669918600203
+1 36903U 79095AU  14235.58869679  .00006749  00000-0  14415-2 0  3171
+2 36903 081.1879 206.2643 0007094 083.3471 276.8534 14.58759046477558
+1 36904U 79095AV  14235.97766509  .00017370  00000-0  21140-2 0  9231
+2 36904 081.1891 113.7026 0012551 319.4598 040.5677 14.83298877497078
+1 36906U 79095AX  14237.47107817  .00003144  00000-0  95900-3 0  5170
+2 36906 081.1849 306.9941 0014700 143.9685 277.0914 14.41714908593430
+1 36907U 79095AY  14236.45369978  .00014032  00000-0  21730-2 0  4756
+2 36907 081.2032 141.7734 0015745 326.3047 033.7156 14.73056379557925
+1 36908U 79095AZ  14233.57542886  .00008384  00000-0  14432-2 0  3986
+2 36908 081.1902 179.9205 0013599 054.1185 305.9460 14.68449833493893
+1 36910U 79095BB  14237.29492215  .00016662  00000-0  20497-2 0  3494
+2 36910 081.1747 088.2935 0018114 220.0643 139.9232 14.82794218379640
+1 36911U 79095BC  14236.32962385  .00000743  00000-0  38769-3 0  2391
+2 36911 081.2012 097.7910 0009641 130.6361 229.5676 14.13586249279759
+1 36912U 79095BD  14238.02671752  .00013123  00000-0  16610-2 0  3900
+2 36912 081.1939 128.1856 0012159 189.7659 170.3592 14.81681593542361
+1 36913U 79095BE  14223.50543236  .00006231  00000-0  18073-2 0  3685
+2 36913 081.2373 307.5658 0019611 178.1908 181.9911 14.44201592589075
+1 36914U 79095BF  14239.03241914  .00003765  00000-0  68911-3 0  3629
+2 36914 081.1950 148.2293 0012039 250.7716 109.2681 14.65849880555725
+1 36915U 79095BG  14237.50477053  .00013036  00000-0  23624-2 0  4337
+2 36915 081.1972 164.8513 0014546 027.2787 332.9175 14.66153364604778
+1 36916U 79095BH  14238.86385102  .00003566  00000-0  11289-2 0  3566
+2 36916 081.1810 296.3300 0015358 091.4751 268.8686 14.40104439591591
+1 36918U 79095BK  14237.52312659  .00007810  00000-0  20807-2 0  3435
+2 36918 081.1929 312.9937 0019754 095.3975 322.8933 14.48301211609120
+1 36919U 79095BL  14236.38553615  .00020151  00000-0  23473-2 0  5389
+2 36919 081.1618 116.0409 0006200 237.0743 122.9873 14.85144568602994
+1 36920U 79095BM  14237.12046819  .00022471  00000-0  35830-2 0  5452
+2 36920 081.1759 174.0948 0041586 010.9291 349.2806 14.71247371595897
+1 36921U 79095BN  14238.21301045  .00008294  00000-0  18122-2 0  4281
+2 36921 081.1892 195.2525 0006826 133.6010 226.5816 14.57718821593390
+1 36922U 79095BP  14237.59970023  .00005187  00000-0  11763-2 0  3810
+2 36922 081.2247 197.6477 0012934 116.2132 244.1695 14.55935089519526
+1 36923U 79095BQ  14236.31383022  .00002478  00000-0  12663-2 0  2164
+2 36923 081.2069 095.1339 0011084 118.4297 241.8020 14.15312115296465
+1 36924U 71120M   14239.15634513  .00072372  00000-0  48407-2 0  1608
+2 36924 081.2134 148.2317 0004691 331.5454 028.6024 15.06968597437211
+1 36927U 71120Q   14238.78791152  .00048032  00000-0  43891-2 0  9507
+2 36927 081.2224 156.2766 0005977 316.5254 043.5991 14.95051275269923
+1 36928U 71120R   14232.23225850  .00051686  00000-0  38851-2 0  5649
+2 36928 081.2207 158.4177 0007815 326.0499 034.0221 15.02306899264127
+1 36929U 71120S   14235.77089167  .00033959  00000-0  36689-2 0  4921
+2 36929 081.2409 159.9974 0006183 108.6840 251.5046 14.88156142298321
+1 36930U 71120T   14237.15728784  .00031093  00000-0  39306-2 0  3714
+2 36930 081.2301 168.8242 0014093 348.3345 011.7537 14.81639524231100
+1 36935U 87011P   14228.08191710  .00000347  00000-0  16286-3 0  2260
+2 36935 065.0083 106.9867 0014383 252.0053 107.9471 14.33000453279812
+1 36936U 87011Q   14235.94707565  .00000193  00000-0  10692-3 0  3035
+2 36936 065.0022 083.0246 0012914 258.5270 166.0086 14.33023899276153
+1 36937U 87011R   14236.93374396  .00000294  00000-0  14349-3 0  2188
+2 36937 065.0114 082.6832 0014130 250.8362 109.1015 14.33058508284212
+1 36939U 87011T   14238.99302730  .00000301  00000-0  14573-3 0  2369
+2 36939 065.0144 076.4820 0012145 242.4220 117.6013 14.33185926284508
+1 36940U 87011U   14238.20597289  .00000307  00000-0  15063-3 0  2451
+2 36940 065.0108 087.0629 0011521 244.3032 115.8130 14.32270417262048
+1 36943U 87011X   14238.92437333  .00000322  00000-0  15654-3 0  3023
+2 36943 065.0086 085.0734 0015018 239.8420 120.2479 14.32148860231134
+1 36944U 87011Y   14237.21101046  .00000206  00000-0  11354-3 0  2959
+2 36944 065.0111 089.7223 0015827 265.8905 203.9954 14.32178476236546
+1 36945U 87011Z   14228.33814071  .00000173  00000-0  99084-4 0  1939
+2 36945 065.0146 104.1737 0011416 257.0949 021.8725 14.33378098285425
+1 36946U 87011AA  14238.98627946  .00000299  00000-0  14686-3 0  1758
+2 36946 065.0213 083.0441 0015436 249.4245 110.2595 14.32519784260146
+1 36947U 87011AB  14238.94310696  .00000310  00000-0  14926-3 0  2624
+2 36947 065.0099 075.5780 0012735 246.9679 113.0840 14.33126970261858
+1 36948U 87011AC  14238.92826741  .00000286  00000-0  14270-3 0  2822
+2 36948 065.0037 082.1288 0016805 254.2383 105.7247 14.32325449256634
+1 36949U 87011AD  14237.94569564  .00000239  00000-0  12442-3 0  3043
+2 36949 065.0179 084.9644 0012149 261.5170 163.1859 14.32634621257239
+1 36951U 87011AF  14237.19780498  .00000276  00000-0  13832-3 0  1249
+2 36951 065.0079 085.8452 0016769 265.5521 094.2972 14.32569315254564
+1 36963U 06006CV  14234.53226399  .00002886  00000-0  20076-2 0  4640
+2 36963 051.6122 322.7061 5035468 290.8372 045.1811 05.42835154118657
+1 36964U 06006CW  14232.44662405  .00012225  00000-0  81615-2 0  5994
+2 36964 052.0753 041.9445 5104879 183.0757 046.5439 05.32160369120766
+1 36965U 07003AB  14231.68976541 -.00000201  00000-0  26420-2 0  2674
+2 36965 026.4105 032.8767 7579450 268.1272 010.9463 01.74674742 32434
+1 36967U 07003AD  14231.38319689  .00000195  00000-0  48622-1 0  3137
+2 36967 027.4809 043.0801 7380706 232.9278 035.0914 01.84676991 48569
+1 36968U 07003AE  14231.60870895  .00000188  00000-0  23811-2 0  4254
+2 36968 026.1078 322.0773 7564097 029.6419 357.0302 01.85868603 48682
+1 36970U 07003AG  14230.19990044  .00000106  00000-0  91681-2 0  3742
+2 36970 026.1294 051.3460 7496513 241.6659 026.0404 01.76577406 42610
+1 36971U 07003AH  14232.58449727 -.00000321  00000-0  26215-3 0  3073
+2 36971 026.2190 011.2251 7612207 308.5833 011.5488 01.75624545 36572
+1 36972U 81043T   14233.17388624  .00019953  00000-0  24422-2 0  5163
+2 36972 081.2335 038.6622 0022368 315.5028 044.4386 14.82929147558085
+1 36980U 65108DL  14228.73122909  .00000007  00000-0  33236-4 0  1345
+2 36980 026.6506 214.1394 6791837 211.9282 351.4739 02.70476806 88731
+1 36982U 65108DN  14237.26988470  .00001251  00000-0  18468-2 0  2686
+2 36982 026.7708 010.8096 6399723 101.1807 332.3195 03.35942656 76081
+1 36983U 65108DP  14235.38500056  .00007244  00000-0  12782-2 0  9620
+2 36983 027.0080 060.1605 4938986 206.4385 087.2167 05.71491058340100
+1 36985U 10040A   14238.28389610  .00003939  00000-0  16785-3 0  4934
+2 36985 097.4827 359.9528 0012128 193.9373 250.1492 15.23489780222725
+1 36986U 99025EBS 14227.37640155  .00001219  00000-0  86784-3 0  3313
+2 36986 099.1379 193.9038 0118258 134.2521 226.8421 13.96051728237513
+1 36987U 99025EBT 14234.85355209  .00000280  00000-0  42066-3 0  2533
+2 36987 100.8407 102.2339 0328558 082.5979 281.2609 13.42709731243785
+1 36989U 99025EBV 14237.81599024  .00000698  00000-0  58859-3 0  1202
+2 36989 098.2011 230.6184 0270662 148.0358 213.7540 13.74839161275801
+1 36990U 99025EBW 14235.74371455  .00000365  00000-0  42808-3 0   689
+2 36990 096.5655 054.7680 0303510 125.2811 237.6676 13.53382690269843
+1 36994U 99025ECA 14235.76687619 -.00000102  00000-0 -49550-4 0  3324
+2 36994 098.5815 070.4348 0118018 113.4659 304.6625 13.89557679237674
+1 36995U 99025ECB 14219.22128290  .00000275  00000-0  19671-3 0  1623
+2 36995 098.2923 015.8839 0039444 187.4922 172.6128 14.04002764349975
+1 36996U 99025ECC 14236.54488262  .00001529  00000-0  78369-3 0  2539
+2 36996 098.3284 350.6978 0279396 191.3937 168.0846 13.98512233279217
+1 36997U 99025ECD 14237.15504802  .00003967  00000-0  10165-2 0  2130
+2 36997 098.6185 205.2585 0171822 113.8317 248.0870 14.42405499333320
+1 36999U 99025ECF 14238.52379963  .00003129  00000-0  27324-2 0  1563
+2 36999 099.1660 138.1086 0197891 095.4753 266.9481 13.77273749310138
+1 37001U 99025ECH 14238.24671304  .00001159  00000-0  71288-3 0  2708
+2 37001 099.0778 259.6487 0041033 349.8635 010.1225 14.07237056326673
+1 37003U 99025ECK 14236.37495288  .00000450  00000-0  38049-3 0  2045
+2 37003 099.2859 288.8637 0099629 251.8769 107.1517 13.90825247253634
+1 37006U 99025ECN 14236.34479717  .00000932  00000-0  22231-3 0  2900
+2 37006 099.3551 086.5661 0317685 011.5384 349.2861 14.30121911253314
+1 37007U 99025ECP 14233.45105040  .00003442  00000-0  15732-2 0  2608
+2 37007 099.0890 308.1869 0111034 184.3964 175.6069 14.18938139255197
+1 37008U 99025ECQ 14217.41939869  .00000095  00000-0  94872-4 0  2448
+2 37008 099.1936 276.1524 0066416 185.9490 173.8266 13.99267386251334
+1 37009U 99025ECR 14230.95372969  .00003385  00000-0  18032-2 0   518
+2 37009 102.3430 140.3238 0124767 189.7987 169.1873 14.10563261363300
+1 37011U 99025ECT 14237.51757292  .00007074  00000-0  21895-2 0  4352
+2 37011 098.8989 336.7047 0076921 199.1372 160.6921 14.39831932235314
+1 37012U 99025ECU 14236.59335502  .00001344  00000-0  10491-2 0  2426
+2 37012 098.5983 002.8725 0225147 145.1466 216.4359 13.82531273332293
+1 37015U 99025ECX 14228.90915968  .00012859  00000-0  20007-2 0   600
+2 37015 096.3818 283.5898 0066306 222.8200 136.6324 14.71596404300035
+1 37016U 99025ECY 14223.74301473  .00020681  00000-0  48205-2 0  2567
+2 37016 095.8477 039.6746 0111289 015.0241 344.6273 14.51002013294358
+1 37017U 99025ECZ 14238.99260067  .00003441  00000-0  93150-3 0  2750
+2 37017 098.7274 157.6387 0370766 063.9729 299.9618 14.14046998328372
+1 37018U 99025EDA 14236.47110757  .00001669  00000-0  94592-3 0  2573
+2 37018 098.5305 323.6469 0369059 309.2990 047.6127 13.82025501319689
+1 37019U 99025EDB 14238.37561133  .00000831  00000-0  33442-3 0  2952
+2 37019 098.8822 298.8259 0209684 062.0560 300.1682 14.19484086277270
+1 37021U 99025EDD 14233.33611405  .00000544  00000-0  22387-3 0  2906
+2 37021 098.8309 279.6284 0203179 041.3235 019.0001 14.20444215276317
+1 37024U 99025EDG 14226.47817610  .00009898  00000-0  29176-2 0  1241
+2 37024 099.3416 092.1674 0054073 309.2396 051.6695 14.42967907256970
+1 37025U 99025EDH 14225.62686498  .00001691  00000-0  92453-3 0  1125
+2 37025 098.2409 010.1982 0058630 211.6795 148.1333 14.12310199364945
+1 37026U 99025EDJ 14236.81172550  .00001697  00000-0  77030-3 0  3074
+2 37026 098.8952 252.7964 0054314 233.1914 126.3680 14.22431559290661
+1 37028U 99025EDL 14228.99796312  .00001438  00000-0  91725-3 0  1072
+2 37028 099.2400 309.0427 0043637 110.4711 250.0220 14.04781174361243
+1 37030U 99025EDN 14237.42076349  .00002560  00000-0  13141-2 0   952
+2 37030 099.7283 108.4978 0038957 125.3980 235.1365 14.15988251302532
+1 37033U 99025EDR 14222.80036932  .00003297  00000-0  93423-3 0   742
+2 37033 099.6894 234.7089 0115346 287.5040 328.5948 14.42532617353142
+1 37035U 99025EDT 14239.13712948  .00001723  00000-0  10454-2 0  1044
+2 37035 100.6163 347.3523 0071691 048.3836 312.3919 14.05047829645991
+1 37036U 99025EDU 14238.35764050  .00000246  00000-0  18315-3 0  2763
+2 37036 099.0985 291.2454 0130189 011.0815 349.3208 14.00141397350676
+1 37038U 99025EDW 14226.34194004  .00003064  00000-0  15404-2 0  1324
+2 37038 099.0369 267.7103 0064012 248.0292 111.6005 14.16173305327024
+1 37040U 99025EDY 14237.32269449  .00001808  00000-0  93769-3 0  2015
+2 37040 099.6022 071.0194 0090262 337.2971 022.4207 14.14183148290268
+1 37042U 99025EEA 14235.76548452  .00001498  00000-0  55333-3 0  2736
+2 37042 098.7975 231.7556 0114107 104.4054 256.9824 14.30363734356165
+1 37043U 99025EEB 14237.58182991  .00011114  00000-0  41916-2 0  2985
+2 37043 099.3344 010.5314 0120511 235.1797 185.5359 14.27599035312466
+1 37044U 99025EEC 14236.46095559  .00000598  00000-0  35654-3 0  3297
+2 37044 098.9853 314.2210 0615448 313.2838 041.8369 13.43375630283785
+1 37045U 99025EED 14231.14213523  .00001890  00000-0  12759-2 0  1240
+2 37045 098.3585 338.8419 0145258 344.3030 015.3655 13.96529741337754
+1 37046U 99025EEE 14237.28032701  .00000661  00000-0  35518-3 0  2895
+2 37046 098.9320 256.3726 0053549 283.2070 134.5064 14.15691250306772
+1 37047U 99025EEF 14237.32757421  .00002097  00000-0  20038-2 0  2866
+2 37047 099.0839 065.9216 0288829 235.2804 122.0561 13.64605941357653
+1 37048U 99025EEG 14236.17884024  .00000132  00000-0  17545-3 0  2115
+2 37048 098.9069 020.9315 0262501 102.4865 260.5652 13.61625911300449
+1 37049U 99025EEH 14214.52443524  .00002947  00000-0  15651-2 0  1814
+2 37049 099.2083 317.4311 0051807 101.6273 259.0719 14.13668298335515
+1 37051U 99025EEK 14238.13813837  .00017061  00000-0  39343-2 0  4458
+2 37051 098.9391 358.4102 0062821 157.6068 328.0075 14.54134021262844
+1 37053U 99025EEM 14237.23190399  .00001456  00000-0  58563-3 0  2849
+2 37053 099.1751 022.6241 0061672 327.3595 153.9553 14.28749643289744
+1 37054U 99025EEN 14236.39015226  .00000157  00000-0  96714-4 0  2579
+2 37054 098.8623 285.7424 0106625 088.9940 329.9459 14.15584108299432
+1 37056U 99025EEQ 14239.10506608  .00002926  00000-0  55908-3 0  3466
+2 37056 098.9050 004.1740 0312391 148.4113 213.6738 14.37131206280223
+1 37057U 99025EER 14236.80908608  .00000245  00000-0  16015-3 0  2969
+2 37057 099.2874 244.7257 0292795 241.7080 115.4223 13.92327808271269
+1 37058U 99025EES 14238.22981046  .00005403  00000-0  25049-2 0  2636
+2 37058 096.7281 236.4599 0131256 238.9874 119.9299 14.16554180254876
+1 37060U 99025EEU 14229.70400611  .00000289  00000-0  23412-3 0  1635
+2 37060 099.1883 195.2236 0086196 131.4827 229.3527 13.96421727342540
+1 37064U 99025EEY 14235.47912159  .00001258  00000-0  10604-2 0  4329
+2 37064 098.9380 112.5355 0144063 259.7611 223.6553 13.85013105255331
+1 37065U 99025EEZ 14234.32106253  .00000573  00000-0  78366-3 0  2218
+2 37065 103.3095 049.1016 0322313 055.7434 307.3831 13.46095700326266
+1 37067U 99025EFB 14237.55404561  .00003351  00000-0  32480-2 0  2180
+2 37067 099.2591 137.0689 0229170 171.9887 188.5636 13.69326038294515
+1 37069U 99025EFD 14238.51856303  .00001395  00000-0  18014-2 0  2299
+2 37069 095.8444 126.1995 0470393 042.8556 320.8709 13.24302706329023
+1 37070U 99025EFE 14226.53712235  .00007368  00000-0  15285-2 0  2131
+2 37070 098.8140 343.1226 0151506 007.6019 351.7627 14.53486514254958
+1 37077U 99025EFM 14235.69394917  .00000462  00000-0  17109-3 0  3304
+2 37077 099.0990 029.1478 0106081 178.6469 249.4963 14.34351600257367
+1 37079U 99025EFP 14237.25002510  .00001501  00000-0  78673-3 0  2504
+2 37079 099.0120 247.0575 0023878 181.7709 178.3129 14.15693708287394
+1 37080U 99025EFQ 14232.37938034  .00001414  00000-0  95786-3 0  1767
+2 37080 098.1662 273.3888 0179351 312.7702 045.8312 13.94170142299194
+1 37084U 93036BFE 14236.84120365  .00001669  00000-0  20876-3 0  2922
+2 37084 074.0332 047.6863 0149931 130.7462 230.7255 14.75504374253067
+1 37085U 93036BFF 14238.01222142  .00001123  00000-0  18915-3 0  3006
+2 37085 073.9823 093.9868 0104900 210.9713 148.5294 14.67295877250676
+1 37086U 93036BFG 14236.61077723  .00003681  00000-0  90320-3 0  4567
+2 37086 074.0083 212.3785 0067398 276.4317 202.9906 14.51388493226418
+1 37087U 93036BFH 14233.71404986  .00003250  00000-0  89782-3 0  3922
+2 37087 074.0366 014.1020 0248982 046.7475 315.0838 14.30423254250505
+1 37088U 93036BFJ 14236.58251307  .00004231  00000-0  10227-2 0  4308
+2 37088 074.0261 210.6413 0035534 291.3550 182.9017 14.53029588235597
+1 37089U 93036BFK 14238.12464460  .00001974  00000-0  78457-3 0  2755
+2 37089 074.0441 048.8275 0221602 069.0445 293.4262 14.16797447247623
+1 37092U 93036BFN 14238.39118252  .00004224  00000-0  10904-2 0  2723
+2 37092 074.0301 256.5515 0025319 263.4363 096.3911 14.50106037258498
+1 37093U 93036BFP 14229.32022226  .00003139  00000-0  61200-3 0  1338
+2 37093 074.0254 219.6030 0181349 065.0295 357.3551 14.53422635246972
+1 37094U 93036BFQ 14238.01949957  .00000673  00000-0  28855-3 0  3964
+2 37094 074.1183 010.3076 0101218 335.6921 023.9553 14.23988459258777
+1 37095U 93036BFR 14236.41845729  .00000983  00000-0  66572-3 0  2599
+2 37095 073.8485 153.8397 0227177 242.6913 114.9864 13.89930604274199
+1 37101U 93036BFX 14236.74096626  .00000900  00000-0  27825-3 0  3696
+2 37101 074.0469 257.2537 0068702 291.5470 067.8446 14.41437346231004
+1 37102U 93036BFY 14229.93954431  .00005353  00000-0  57945-3 0  1980
+2 37102 074.0436 095.1570 0075233 171.7560 188.4812 14.86421767234763
+1 37103U 93036BFZ 14237.95456012  .00010943  00000-0  17581-2 0  3258
+2 37103 073.7900 088.2239 0083331 025.7382 334.7897 14.69363217252720
+1 37105U 93036BGB 14237.36773366  .00002765  00000-0  14219-2 0  3785
+2 37105 073.8950 245.8682 0420089 260.5763 094.7650 13.78594029264312
+1 37108U 93036BGE 14238.06620606  .00000857  00000-0  36207-3 0  3955
+2 37108 074.0536 001.6661 0121501 006.4565 116.0696 14.23166523267256
+1 37110U 93036BGG 14236.36515948  .00003163  00000-0  60281-3 0  3807
+2 37110 073.8038 108.4685 0070909 301.4043 179.9016 14.62895391236861
+1 37114U 93036BGL 14237.33573832  .00003001  00000-0  93340-3 0  2009
+2 37114 073.8231 242.2675 0063867 245.2144 114.1333 14.40272880255691
+1 37118U 93036BGQ 14237.49391328  .00001537  00000-0  49456-3 0  2559
+2 37118 074.0298 267.2617 0016832 277.6646 153.2770 14.40104562256028
+1 37122U 93036BGU 14234.67819681  .00029568  00000-0  16439-2 0  4862
+2 37122 073.8122 347.5454 0110200 259.4585 163.9576 15.08435405249146
+1 37123U 93036BGV 14226.41090597  .00004412  00000-0  11207-2 0  2376
+2 37123 074.0212 247.1765 0011415 300.4087 059.5936 14.51011293234867
+1 37124U 93036BGW 14238.90313940  .00003484  00000-0  11861-2 0  3818
+2 37124 074.0291 332.4372 0107712 348.5482 011.3703 14.33254964253958
+1 37125U 93036BGX 14237.55727951  .00006696  00000-0  14802-2 0  3243
+2 37125 074.0222 195.6192 0033983 311.4305 047.6313 14.57079674223149
+1 37126U 93036BGY 14238.23562221  .00000329  00000-0  59947-4 0  1546
+2 37126 073.9537 081.2502 0141387 201.7525 157.7752 14.64384478244844
+1 37127U 93036BGZ 14236.54828175  .00003066  00000-0  10639-2 0  2873
+2 37127 074.0210 312.3279 0043042 285.3096 074.2897 14.35480441253718
+1 37131U 93036BHD 14238.40859169  .00003182  00000-0  91117-3 0  3604
+2 37131 074.0272 258.4374 0024586 264.0475 095.8067 14.45258321259348
+1 37132U 93036BHE 14237.23680787  .00001588  00000-0  39263-3 0   837
+2 37132 074.0030 186.6864 0057747 277.4531 081.9780 14.51898686231241
+1 37136U 97051XG  14238.02893916  .00000751  00000-0  35247-3 0  2965
+2 37136 086.1804 329.8832 0088413 173.4088 186.8771 14.18134093272024
+1 37137U 10041A   14238.37804353 -.00000058  00000-0  10000-3 0  1628
+2 37137 065.0601 339.4031 0022414 152.8352 281.0208 02.13102413 30992
+1 37138U 10041B   14237.58030355 -.00000063  00000-0  00000+0 0  1647
+2 37138 065.0772 339.4900 0036363 166.6615 197.0199 02.13102828 30973
+1 37139U 10041C   14238.37592885 -.00000058  00000-0  00000+0 0  1528
+2 37139 065.0793 339.4536 0020084 017.4738 011.1155 02.13102670 30999
+1 37140U 10041D   14237.44185700 -.00000064  00000-0  00000+0 0  5229
+2 37140 065.0705 339.2896 0028511 189.9314 196.0728 02.13454562 31023
+1 37143U 10041G   14238.76878856 -.00000028  00000-0  00000+0 0  1102
+2 37143 064.9002 203.1569 5695452 138.8469 282.3315 04.25036207 61642
+1 37144U 10041H   14238.71020324 -.00000008  00000-0  00000+0 0   182
+2 37144 065.0685 207.2943 5674294 133.0721 291.2064 04.24887950 61639
+1 37148U 74089FH  14236.77889529  .00002748  00000-0  32869-2 0  8116
+2 37148 101.5842 050.6527 0074419 159.3509 318.5131 13.67112304199478
+1 37150U 10042A   14238.09966469  .00000000  00000-0  10000-3 0  1581
+2 37150 000.0271 143.7582 0000324 266.4714 084.8912 01.00263537 14652
+1 37151U 10042B   14238.89489740  .00243146  00000-0  94453-3 0   316
+2 37151 024.8631 146.3213 4925632 005.4877 358.4116 05.93971100 57819
+1 37152U 10043A   14238.10963859  .00000020  00000-0  75223-4 0  4366
+2 37152 082.4544 242.6843 0001150 100.6060 259.5149 12.42875310179742
+1 37153U 10043B   14238.24772694 -.00000006  00000-0 -11935-3 0  7196
+2 37153 082.4559 244.8205 0009005 081.0940 279.1157 12.40706329179570
+1 37154U 10043C   14238.09685105  .00000021  00000-0  81182-4 0  2338
+2 37154 082.4593 242.0652 0014903 018.4543 341.7076 12.42887689179837
+1 37155U 10043D   14238.01903395  .00000049  00000-0  14865-3 0  6523
+2 37155 082.4632 179.4369 0199316 135.5056 274.9357 12.78524125184996
+1 37158U 10045A   14237.43259492 -.00000205  00000-0  00000+0 0  8681
+2 37158 040.5981 174.2994 0753235 270.2295 182.3505 01.00264865 14484
+1 37159U 10045B   14237.33193801  .00017747  00000-0  11561-2 0  6360
+2 37159 031.8605 244.9908 6485475 124.7614 353.6235 03.38002314 40836
+1 37165U 10047A   14238.34427492  .00000044  00000-0  13906-4 0  3374
+2 37165 097.8032 274.4866 0030490 354.3978 005.6890 14.74668825211356
+1 37166U 10047B   14238.36289816  .00000587  00000-0  85865-4 0   296
+2 37166 097.8070 283.2162 0024607 345.0918 014.9566 14.79106592211817
+1 37167U 10047C   14238.26726893  .00000513  00000-0  76027-4 0  9925
+2 37167 097.7911 279.3011 0023758 344.2431 015.8040 14.78982843211791
+1 37170U 10049A   14237.70216602  .00001318  00000-0  00000+0 0  1087
+2 37170 064.5251 021.3193 7246056 281.6576 093.1876 02.00478338 28589
+1 37171U 10049B   14237.31441487 -.00000057  00000-0  00000+0 0  5282
+2 37171 064.2559 018.8257 7149351 285.3942 051.0275 02.04338943 29126
+1 37179U 10051A   14238.31466987  .00000236  00000-0  28456-4 0  2933
+2 37179 097.6205 256.3180 0012729 278.3135 081.6630 14.92257903211665
+1 37180U 10051B   14238.33408705  .00000165  00000-0  21586-4 0  3132
+2 37180 097.6190 255.8160 0010704 296.4569 063.5578 14.92081327211659
+1 37181U 10051C   14237.65172954  .00000768  00000-0  68362-4 0  2671
+2 37181 097.5510 234.2657 0116105 238.6921 250.5479 14.94052180211531
+1 37182U 10051D   14237.42690602  .00007282  00000-0  49227-3 0   249
+2 37182 097.5946 266.4740 0005593 267.9672 203.8515 15.06840596212309
+1 37185U 10053A   14238.22539189 -.00000220  00000-0  10000-3 0  9854
+2 37185 000.0525 295.6138 0002794 065.3196 329.3793 01.00271984 14209
+1 37186U 10053B   14235.38459654 -.00000233  00000-0  00000+0 0  5076
+2 37186 022.3649 043.5102 6042297 121.6905 305.4662 02.17042103 30573
+1 37187U 10053C   14238.40393152  .00005983  00000-0  13960-2 0  9783
+2 37187 049.5531 314.8577 5227420 193.0098 145.3957 05.22312591 73196
+1 37188U 10054A   14237.42229402 -.00000113  00000-0 -53145-4 0  1697
+2 37188 052.0025 280.4376 0000467 130.3657 332.3906 12.62269186178459
+1 37189U 10054B   14237.45797262 -.00000115  00000-0 -61189-4 0  1739
+2 37189 052.0002 280.3598 0000575 114.7783 329.2542 12.62267876178451
+1 37190U 10054C   14236.70209405 -.00000110  00000-0 -36630-4 0  1755
+2 37190 052.0016 282.4227 0001374 123.1507 033.6379 12.62269109178361
+1 37191U 10054D   14236.47237742 -.00000117  00000-0 -75141-4 0  6735
+2 37191 052.0054 238.9873 0000176 027.6750 131.0112 12.62267667179089
+1 37192U 10054E   14236.81240350 -.00000075  00000-0  16119-3 0  1751
+2 37192 051.9960 326.6629 0000316 067.6303 085.4128 12.62265973177616
+1 37193U 10054F   14237.43251189 -.00000095  00000-0  49541-4 0  1706
+2 37193 052.0042 235.5668 0000146 089.5625 026.5761 12.62271181179206
+1 37198U 08011C   14238.64145385  .00000417  00000-0  13275-2 0   524
+2 37198 049.2506 019.4096 6543631 035.2402 354.0825 03.10908398 43835
+1 37199U 08011D   14237.92905882  .00000280  00000-0  91371-2 0  7103
+2 37199 049.1504 070.5410 6398859 350.9263 312.2874 03.06524728 43233
+1 37200U 08011E   14233.81566897  .00000032  00000-0  00000+0 0   653
+2 37200 048.7025 112.2914 6290902 318.3997 307.0010 03.02141885 42489
+1 37201U 08011F   14233.64428429  .00000413  00000-0  13917-1 0  9513
+2 37201 049.0895 076.7481 6389137 346.0661 006.8802 03.06010766 43039
+1 37202U 08011G   14238.41706987 -.00000361  00000-0  00000+0 0  7903
+2 37202 049.2218 063.7510 6413372 356.2011 000.6502 03.07034989 43359
+1 37203U 08011H   14238.40419028 -.00002006  00000-0  00000+0 0   451
+2 37203 048.6525 034.4191 6331019 037.4439 353.1232 03.19162503917299
+1 37204U 08011J   14237.86900605  .00000230  00000-0  74002-2 0  7434
+2 37204 049.1557 070.5006 6402024 350.6690 332.6514 03.06508137 43200
+1 37205U 08011K   14235.59100925  .00000354  00000-0  11944-1 0  6947
+2 37205 049.1212 076.3748 6391445 345.7050 009.1779 03.05943026 43102
+1 37206U 10056A   14238.78435808  .00001307  00000-0  51618-3 0  8928
+2 37206 002.6617 309.6305 7192501 290.5208 010.0260 02.38197987 32579
+1 37207U 10056B   14238.60137266  .00000000  00000-0  10000-3 0  1255
+2 37207 000.0863 302.9598 0000188 171.2243 186.9121 01.00266325 14043
+1 37208U 10056C   14234.71174928  .00001730  00000-0  50998-3 0  8102
+2 37208 002.8052 296.8445 7160539 311.5557 229.5556 02.42889051 32834
+1 37209U 10056D   14238.81415623  .00081490  00000-0  35784-2 0  9802
+2 37209 002.5165 328.6789 5940606 247.2297 041.6535 04.19674686 46126
+1 37210U 10057A   14237.64042705 -.00000127  00000-0  10000-3 0   469
+2 37210 000.7640 044.4560 0007826 152.1643 167.7679 01.00272471 14057
+1 37212U 10058A   14237.25110851  .00000184  00000-0  10000-3 0  4553
+2 37212 062.8351 187.6968 6775836 275.6333 259.1843 02.00604234 27910
+1 37213U 10058B   14237.59923191 -.00001041  00000-0  00000+0 0  5123
+2 37213 062.8607 181.6339 6848763 276.1610 267.0640 02.00414703 27884
+1 37214U 10059A   14249.49392634  .00000098  00000-0  46781-4 0  1733
+2 37214 098.8523 197.9013 0000545 243.7771 116.3845 14.19482153198878
+1 37215U 10059B   14238.11200314  .00000055  00000-0  28897-4 0  1207
+2 37215 098.8811 256.9176 0088852 206.0502 153.6204 14.45851035200848
+1 37216U 10060A   14238.33649991  .00000265  00000-0  39820-4 0  2215
+2 37216 097.8794 061.7151 0001558 079.5493 280.5893 14.82157909205785
+1 37218U 10061A   14237.42455513 -.00000133  00000-0  10000-3 0  9986
+2 37218 004.4564 323.4457 0011993 184.2129 237.4571 01.00271745 13970
+1 37219U 10061B   14234.47604693 -.00000211  00000-0  00000+0 0  5533
+2 37219 017.2658 146.5679 5489226 324.4243 269.5095 01.94591264 26701
+1 37220U 10061C   14235.99164476  .00002727  00000-0  87491-3 0  7014
+2 37220 049.3842 114.8313 5512386 070.9522 004.4888 04.75619058 65189
+1 37234U 10064A   14237.89639340 -.00000353  00000-0  00000+0 0   643
+2 37234 000.1059 270.1381 0001583 280.7583 235.9358 01.00273722 13786
+1 37235U 10064B   14239.07608284  .00054718  00000-0  31067-2 0  1250
+2 37235 024.2857 102.5376 6843495 051.1510 352.2931 02.88619608 31755
+1 37236U 77087D   14237.70263391  .00000490  00000-0  49141-3 0   545
+2 37236 082.9698 110.0442 0035379 148.2485 274.1306 13.75486792852411
+1 37237U 10065A   14238.10344240 -.00000249  00000-0  10000-3 0  8775
+2 37237 000.0453 292.8507 0001676 231.3016 173.8598 01.00272401 13759
+1 37238U 10065B   14237.85196362 -.00000017  00000-0  00000+0 0  7921
+2 37238 000.0256 126.3867 0002786 032.5231 187.8214 01.00270293 13740
+1 37239U 10065C   14227.79396919  .40008553 -35020-4  58347-3 0  8174
+2 37239 002.1382 027.8031 0251202 099.9467 300.1675 15.98974176 61791
+1 37241U 88089D   14237.35315097  .00001025  00000-0  48368-3 0   531
+2 37241 098.7496 330.7774 0024384 096.4570 263.9385 14.21832078338168
+1 37242U 88089E   14237.44223049  .00001195  00000-0  63120-3 0   426
+2 37242 098.6823 312.6855 0011712 014.0886 117.9815 14.15647519337384
+1 37253U 10066K   14238.49820534  .00008110  00000-0  90148-3 0  1555
+2 37253 034.5044 064.9984 4355664 163.5834 216.9530 06.74869670 90306
+1 37256U 10068A   14238.63206792  .00000000  00000-0  10000-3 0   187
+2 37256 054.2841 323.1376 0030508 201.7714 158.1832 01.00273411 13564
+1 37258U 10069A   14238.80156442  .00000000  00000-0  10000-3 0  9780
+2 37258 000.0540 288.0625 0002557 169.8138 174.6360 01.00271858 13577
+1 37259U 10069B   14238.31562889  .00000000  00000-0  10000-3 0  4991
+2 37259 023.6307 157.9518 6170480 114.9674 319.3707 02.21628097 29652
+1 37260U 10069C   14238.85322973  .00002904  00000-0  76364-3 0  9164
+2 37260 049.5943 064.5541 5082388 195.4133 140.4189 05.44669253 72302
+1 37264U 10070A   14238.36975372 -.00000231  00000-0  00000+0 0  9569
+2 37264 000.0226 159.8968 0005193 349.2022 288.5734 01.00272506 13420
+1 37265U 10070B   14237.88188013 -.00000378  00000-0  00000+0 0  9678
+2 37265 000.0163 112.5345 0001250 063.1648 231.8342 01.00269943 13441
+1 37266U 10070C   14237.48327583  .00001103  00000-0  43896-3 0  7119
+2 37266 004.0196 022.2797 7207426 241.7273 084.6699 02.36137623 30940
+1 37267U 10070D   14236.23339205  .00016753  00000-0  43451-2 0   167
+2 37267 003.1764 289.4742 6663195 074.2220 352.7296 03.08699724 35300
+1 37269U 93036BHH 14232.34700921  .00001605  00000-0  84755-3 0   979
+2 37269 074.1573 111.2609 0132193 024.3698 336.3676 14.10228505254921
+1 37270U 93036BHJ 14235.60400664  .00001397  00000-0  13779-2 0  3040
+2 37270 073.9325 087.8813 0463070 155.4254 206.9708 13.40347004215962
+1 37271U 93036BHK 14237.60316916  .00003972  00000-0  84583-3 0  2906
+2 37271 074.0451 205.5044 0022929 287.3241 072.5699 14.59161722225010
+1 37273U 93036BHM 14221.61949356  .00004248  00000-0  13949-2 0  2388
+2 37273 074.0126 324.3236 0039058 307.5211 052.2345 14.38182837223835
+1 37275U 93036BHP 14223.40049949  .00002149  00000-0  11373-2 0  2071
+2 37275 073.9548 121.6424 0183783 166.3843 194.3541 14.06025821246067
+1 37278U 93036BHS 14237.29403470  .00000896  00000-0  39223-3 0  3544
+2 37278 073.7931 090.2788 0346994 248.6817 107.6348 13.97774736216679
+1 37280U 93036BHU 14228.40448277  .00001414  00000-0  80974-3 0  1650
+2 37280 074.0171 127.0975 0166595 121.5124 240.5692 14.03595528233481
+1 37282U 93036BHW 14237.60495490  .00004579  00000-0  11510-2 0  3749
+2 37282 073.8999 201.5258 0086883 119.8449 002.8444 14.49262737271266
+1 37283U 93036BHX 14235.26099759  .00010016  00000-0  10225-2 0  1303
+2 37283 073.9944 087.9344 0061651 183.9665 176.4938 14.89285421260249
+1 37287U 93036BJB 14236.84452782  .00005816  00000-0  33282-3 0  4259
+2 37287 074.0532 306.3883 0153772 019.3887 093.1858 15.03310752254688
+1 37291U 93036BJF 14239.11082160  .00021516  00000-0  29317-2 0  4401
+2 37291 074.0119 149.4732 0104987 342.7048 017.1050 14.74843633230511
+1 37292U 93036BJG 14235.36790755  .00001065  00000-0  72608-3 0  1700
+2 37292 074.1354 225.8046 0246304 186.2409 173.5638 13.87399525272449
+1 37293U 93036BJH 14238.85704670  .00000915  00000-0  35759-3 0  3069
+2 37293 073.9253 307.7972 0087757 012.8537 347.5303 14.27435401224262
+1 37294U 93036BJJ 14238.33997828  .00002616  00000-0  67288-3 0  3277
+2 37294 074.0791 238.0770 0044793 261.2286 098.3966 14.50071184244187
+1 37295U 93036BJK 14233.25187835  .00000729  00000-0  18877-3 0  3445
+2 37295 074.0130 193.7774 0059458 300.3804 059.1487 14.50725024223911
+1 37296U 93036BJL 14238.45421648  .00002736  00000-0  94302-3 0  1283
+2 37296 073.8479 278.1114 0084706 282.4811 079.5388 14.34400250218871
+1 37297U 93036BJM 14235.61183118  .00003162  00000-0  78219-3 0  2347
+2 37297 074.0311 216.7414 0021019 321.3116 038.6132 14.52300742250379
+1 37299U 93036BJP 14235.21548846  .00007677  00000-0  16494-2 0  1663
+2 37299 073.8678 196.7247 0065085 138.7799 279.7981 14.57390998255825
+1 37301U 93036BJR 14239.14672576  .00039406  00000-0  46050-2 0  2343
+2 37301 074.0018 163.2189 0032468 000.4254 359.7445 14.84695215234702
+1 37302U 93036BJS 14237.09250899  .00019785  00000-0  31572-2 0   659
+2 37302 074.0163 197.2211 0026341 272.3442 215.5625 14.71630899203987
+1 37303U 93036BJT 14216.34247483  .00005063  00000-0  97846-3 0  1630
+2 37303 074.0163 222.4864 0049116 299.3716 323.0874 14.62893542239550
+1 37305U 93036BJV 14228.55422735  .00000815  00000-0  34598-3 0  1807
+2 37305 073.8714 317.4203 0057145 013.4623 346.7925 14.26097151258806
+1 37306U 93036BJW 14238.36656032  .00003456  00000-0  85135-3 0  3097
+2 37306 074.0583 243.2727 0109290 266.2595 092.5055 14.49030243279713
+1 37307U 93036BJX 14237.17605055  .00005815  00000-0  10323-2 0  1944
+2 37307 074.0345 161.9850 0042084 258.6276 101.0828 14.66852881274652
+1 37309U 93036BJZ 14236.34175060  .00008905  00000-0  11091-2 0  4794
+2 37309 074.0411 114.3811 0106854 160.4474 320.7260 14.78571056267188
+1 37312U 93036BKC 14236.46672575  .00000471  00000-0  16702-3 0  4047
+2 37312 074.0335 271.4860 0022225 303.0813 122.9889 14.37053437267718
+1 37314U 93036BKE 14236.68061608  .00004292  00000-0  62902-3 0  5085
+2 37314 073.9393 097.0499 0102709 299.0595 116.6633 14.72355307247534
+1 37315U 93036BKF 14232.49010311  .00000776  00000-0  26249-3 0  1067
+2 37315 074.0294 277.8247 0020712 302.7247 057.1910 14.38431660240231
+1 37316U 93036BKG 14236.76448095  .00001537  00000-0  45131-3 0  4785
+2 37316 074.0391 259.6331 0083805 291.7989 188.5965 14.42658265262043
+1 37320U 93036BKL 14237.53010128  .00001402  00000-0  32521-3 0  3327
+2 37320 074.0530 178.3892 0069464 249.8861 109.4665 14.54566908261920
+1 37321U 93036BKM 14236.52252710  .00009295  00000-0  16171-2 0  4434
+2 37321 074.0349 181.8370 0027200 270.6391 089.3767 14.67967037261775
+1 37322U 93036BKN 14224.19124428  .00004170  00000-0  67984-3 0  3018
+2 37322 074.0060 167.8303 0076832 229.8908 129.5256 14.69339598209118
+1 37323U 93036BKP 14237.69701321  .00013397  00000-0  12112-2 0  3520
+2 37323 073.9170 352.3411 0113370 135.8218 225.5289 14.90623059265352
+1 37325U 93036BKR 14237.33647003  .00004417  00000-0  10476-2 0  3455
+2 37325 074.1278 239.1813 0052730 240.8430 118.7451 14.53425578264931
+1 37326U 93036BKS 14235.59191443  .00000601  00000-0  16216-3 0  3094
+2 37326 074.0303 204.0214 0072073 277.4706 081.8269 14.48681720257262
+1 37327U 93036BKT 14238.36466226  .00001700  00000-0  50197-3 0  2329
+2 37327 074.0289 250.3459 0029804 283.8514 076.0103 14.44046284260356
+1 37328U 93036BKU 14238.99621113  .00025290  00000-0  28219-2 0  3147
+2 37328 074.0105 126.4373 0045042 289.6699 070.0119 14.86223993266630
+1 37329U 93036BKV 14238.11418022  .00005890  00000-0  10634-2 0  2892
+2 37329 074.0298 165.7134 0052282 241.3998 118.5151 14.65782693265330
+1 37330U 93036BKW 14235.22733956  .00000620  00000-0  15930-3 0  4252
+2 37330 074.0218 184.1141 0066872 328.0396 094.7517 14.51141576264752
+1 37331U 93036BKX 14237.70577786  .00000384  00000-0  16694-3 0  3484
+2 37331 074.0795 342.0204 0065180 315.9143 113.9132 14.26329741260278
+1 37334U 93036BLA 14234.31430559  .00007266  00000-0  86590-3 0  3597
+2 37334 074.0291 089.1531 0090188 163.3496 322.0771 14.81562444263978
+1 37335U 93036BLB 14237.87203061  .00002999  00000-0  10331-2 0  2549
+2 37335 074.0058 312.2963 0054522 300.9544 058.3802 14.35528542211599
+1 37336U 93036BLC 14237.49909843  .00000050  00000-0  28373-4 0  2744
+2 37336 074.0412 295.5616 0031619 299.5381 121.5254 14.31505592237460
+1 37337U 93036BLD 14236.34792977  .00001676  00000-0  40877-3 0  4396
+2 37337 074.0253 208.2754 0045304 284.2141 147.0686 14.52882692259917
+1 37340U 93036BLG 14235.49949194  .00000181  00000-0  74602-4 0  3607
+2 37340 074.0257 286.0393 0020495 297.6075 124.9537 14.33599851249443
+1 37341U 93036BLH 14236.37138892  .00007370  00000-0  11192-2 0  4871
+2 37341 073.9954 129.3910 0051124 243.0662 236.5904 14.73333996258842
+1 37342U 93036BLJ 14232.18064775  .00004922  00000-0  11378-2 0  3421
+2 37342 073.7402 150.2129 0039385 007.3626 352.7589 14.54987197256317
+1 37343U 93036BLK 14236.57717287  .00001071  00000-0  39540-3 0  2740
+2 37343 074.0258 330.8804 0130396 227.2518 131.7602 14.29110513242390
+1 37344U 11001A   14239.08926719  .00000000  00000-0  10000-3 0   530
+2 37344 000.3689 080.7918 0004894 145.6590 217.1806 01.00271300 13246
+1 37345U 11001B   14237.95187964 -.00000221  00000-0  00000+0 0  5644
+2 37345 002.3130 066.0634 0150787 331.2073 038.1826 01.02800289 16055
+1 37347U 11001D   14237.40130957  .00013525  39029-5  65232-3 0  9729
+2 37347 050.3617 302.2720 2091037 119.5468 336.1528 11.19252854141057
+1 37363U 11005B   14238.73045303  .00005439  00000-0  20078-3 0  1300
+2 37363 099.4173 115.2985 0378225 053.4670 310.1249 14.80243542191598
+1 37372U 11009A   14237.79573341  .00000030  00000-0  10000-3 0   380
+2 37372 064.9773 099.4076 0005511 234.1336 303.6253 02.13112408 27181
+1 37373U 11009B   14235.38254419  .00000019  00000-0  00000+0 0  4719
+2 37373 064.9683 101.5262 0074896 125.7164 136.8163 02.08582725 26553
+1 37379U 01055G   14237.24124791  .00001829  00000-0  43165-2 0   843
+2 37379 066.1056 299.3762 0141810 152.7074 270.1863 13.22335067595563
+1 37381U 08006C   14237.58504579 -.00000130  00000-0  00000+0 0  5727
+2 37381 006.1205 044.2266 0262203 212.2105 003.2535 00.95121484 21948
+1 37384U 11013A   14238.40072964 -.00000132  00000-0  10000-3 0  9419
+2 37384 056.5983 083.7169 0024345 184.7517 329.0329 01.00289861 12431
+1 37385U 11013B   14237.74928249 -.00000135  00000-0 -17954-2 0  8497
+2 37385 055.4015 126.7177 6788716 355.9083 000.7045 02.63320204 31524
+1 37387U 11015A   14238.35610745  .00000023  00000-0  30306-4 0  6780
+2 37387 098.6607 312.0934 0004218 070.9770 289.1869 14.21652947173929
+1 37388U 11015B   14238.28381461  .00000060  00000-0  45110-4 0  6828
+2 37388 098.6628 315.6897 0014805 358.3336 001.7793 14.23862515174161
+1 37389U 11015C   14238.36095271  .00000024  00000-0  29445-4 0  6901
+2 37389 098.6655 316.5793 0014247 358.5981 001.5166 14.24120075174201
+1 37390U 11015D   14237.15344619  .00000032  00000-0  30633-4 0  9400
+2 37390 098.5272 303.9891 0018491 019.3811 032.6691 14.26999709174360
+1 37392U 11016A   14237.10653589  .00000138  00000-0  10000-3 0  7856
+2 37392 000.0520 281.3565 0000952 348.8526 134.2297 01.00275263 12282
+1 37393U 11016B   14237.80360713  .00000085  00000-0  10000-3 0  9301
+2 37393 000.0035 164.0279 0001157 356.3620 155.3770 01.00273718 12328
+1 37394U 11016C   14237.22251649  .00007923  00000-0  13761-2 0  7981
+2 37394 005.1476 194.3818 7168766 146.5416 352.6680 02.43502239 28788
+1 37395U 11016D   14239.13500760  .00037390  00000-0  49617-2 0  1114
+2 37395 005.5535 287.4869 5963725 315.7299 009.7405 04.11556189 31389
+1 37398U 11018A   14238.14067306  .00000000  00000-0  10000-3 0  4300
+2 37398 064.4102 272.1486 7038533 280.2494 013.4039 02.00623656 24261
+1 37399U 11018B   14237.39314141  .00000598  00000-0 -85900-2 0  5280
+2 37399 064.5986 267.3073 7086443 280.8677 173.7945 02.01001867 24253
+1 37400U 99025EFS 14233.63505911  .00000069  00000-0  80096-4 0  2830
+2 37400 098.9113 007.5751 0415265 088.8038 339.1252 13.59448078240527
+1 37401U 99025EFT 14237.24464652  .00000560  00000-0  20846-3 0  1862
+2 37401 098.8032 241.6647 0184502 090.5518 271.6717 14.26950738264867
+1 37402U 99025EFU 14238.82453082  .00002135  00000-0  69913-3 0  1995
+2 37402 099.3589 097.4429 0034024 328.5541 031.4095 14.38164790564827
+1 37403U 99025EFV 14239.10984414  .00012928  00000-0  32899-2 0  3182
+2 37403 098.9383 352.2627 0068063 173.3244 186.9360 14.49314861292134
+1 37404U 99025EFW 14236.30435420  .00000585  00000-0  28242-3 0  3005
+2 37404 098.8103 266.3356 0049062 314.3809 103.3272 14.21894029239450
+1 37405U 99025EFX 14236.85067250  .00005254  00000-0  14616-2 0  1834
+2 37405 098.6799 247.0363 0102290 348.4932 133.3821 14.43787201286892
+1 37406U 99025EFY 14235.60102128  .00000736  00000-0  52245-3 0  2170
+2 37406 098.4454 015.4080 0166464 301.2520 057.2393 13.94125128235302
+1 37408U 99025EGA 14236.61544101  .00007731  00000-0  29993-2 0  2901
+2 37408 098.6179 171.0221 0091190 077.9904 046.0482 14.27917234224062
+1 37410U 99025EGC 14230.24036569  .00001272  00000-0  10621-2 0  1294
+2 37410 098.1088 234.1174 0140860 074.0063 287.6844 13.85359609337193
+1 37412U 99025EGE 14236.33691077  .00002663  00000-0  12451-2 0  1673
+2 37412 098.9832 284.1237 0024554 151.7914 208.4014 14.21020285257753
+1 37413U 99025EGF 14229.97609804  .00003002  00000-0  13310-2 0  1687
+2 37413 098.6521 143.4846 0085869 254.2919 105.4177 14.21864726279609
+1 37414U 99025EGG 14223.26732818  .00002291  00000-0  14743-2 0   214
+2 37414 098.0326 226.0503 0220086 331.4328 084.5880 13.92774068330993
+1 37415U 99025EGH 14237.09069139  .00000096  00000-0  16669-3 0   952
+2 37415 098.9782 340.2813 0287265 266.2012 090.6637 13.49850622352174
+1 37416U 99025EGJ 14235.10805613  .00002081  00000-0  97518-3 0   394
+2 37416 099.2281 349.0477 0054324 012.3823 347.8324 14.20573886292913
+1 37417U 99025EGK 14237.31551721  .00000255  00000-0  18423-3 0  2287
+2 37417 099.0566 263.6251 0079431 293.1307 066.1978 14.04128922292253
+1 37418U 99025EGL 14237.22828824  .00001015  00000-0  27230-2 0  1660
+2 37418 098.6178 027.8348 1087508 137.8330 348.8254 11.88641821214652
+1 37419U 99025EGM 14237.31747639  .00003312  00000-0  18440-2 0  1963
+2 37419 098.5889 269.9717 0515070 071.3545 294.2793 13.60183121189827
+1 37420U 99025EGN 14238.30348114  .00000044  00000-0  62650-4 0  1840
+2 37420 099.1646 276.0688 0073899 127.1440 233.6455 13.96244708287699
+1 37421U 99025EGP 14225.90941266  .00000124  00000-0  18439-3 0  1361
+2 37421 098.8737 269.9558 0414683 023.4667 338.4788 13.38029385235349
+1 37422U 99025EGQ 14237.88758829  .00001963  00000-0  10827-2 0  1121
+2 37422 099.0393 259.5031 0044134 344.5378 015.4389 14.12235781289405
+1 37423U 99025EGR 14237.33509875  .00000310  00000-0  23572-3 0  2710
+2 37423 099.1543 289.0915 0059510 106.5906 254.1804 14.00328207251709
+1 37424U 99025EGS 14237.23172115  .00000990  00000-0  47540-3 0  2156
+2 37424 097.1893 048.2169 0247060 221.9110 136.3314 14.05805146270165
+1 37425U 99025EGT 14237.99375714  .00000865  00000-0  78980-3 0   724
+2 37425 097.1686 301.3280 0171096 278.8569 079.3612 13.78691393280699
+1 37428U 99025EGW 14238.80777090  .00002231  00000-0  12635-2 0  2254
+2 37428 097.7340 215.5096 0082619 355.0012 005.0796 14.08393948362575
+1 37429U 99025EGX 14237.93480304  .00000285  00000-0  19410-3 0  1140
+2 37429 099.0379 292.5381 0110272 083.1684 278.1998 14.04866315338519
+1 37430U 99025EGY 14236.80243463  .00001115  00000-0  64781-3 0  2156
+2 37430 099.0593 240.7195 0023144 301.8959 057.9804 14.10716082347862
+1 37431U 99025EGZ 14233.38885223  .00011003  00000-0  18408-2 0  1120
+2 37431 099.7367 287.1922 0064687 200.2982 189.8601 14.68664948297227
+1 37432U 99025EHA 14225.86888215  .00001416  00000-0  37350-3 0   909
+2 37432 098.6282 256.8530 0231774 153.2529 208.1764 14.35795804357443
+1 37433U 99025EHB 14238.13979608  .00002860  00000-0  21769-2 0  2048
+2 37433 098.1206 201.9827 0288259 135.4044 227.0697 13.76492189373615
+1 37434U 99025EHC 14237.66337320  .00004425  00000-0  13647-2 0   510
+2 37434 099.1627 044.3791 0075841 170.7147 331.3147 14.40298964347741
+1 37435U 99025EHD 14232.86615855  .00000990  00000-0  57828-3 0  1581
+2 37435 099.0085 261.3213 0046136 247.8856 111.7313 14.10270393305356
+1 37436U 99025EHE 14237.71126587  .00000567  00000-0  40144-3 0  2405
+2 37436 099.1736 214.5157 0065775 039.2001 321.3902 14.00914554318319
+1 37437U 99025EHF 14238.97656840  .00000508  00000-0  25534-3 0  1775
+2 37437 098.9154 280.3355 0119981 321.3743 037.9373 14.12790986298626
+1 37438U 99025EHG 14232.83213200  .00000699  00000-0  43386-3 0  1680
+2 37438 099.0745 231.5219 0030990 347.5288 132.8177 14.08249920326045
+1 37439U 99025EHH 14236.74274827  .00001308  00000-0  88251-3 0  2046
+2 37439 099.1598 217.9717 0074845 058.6645 302.1833 14.00912759271744
+1 37440U 99025EHJ 14238.37235322  .00003022  00000-0  14090-2 0  1881
+2 37440 098.9946 289.1570 0076153 147.7343 212.5319 14.19689544370394
+1 37441U 99025EHK 14231.79660327  .00000489  00000-0  77921-3 0  1278
+2 37441 099.1473 224.2253 0528929 118.5229 247.1553 13.07892018280485
+1 37442U 99025EHL 14238.27096571  .00003234  00000-0  10188-2 0  2568
+2 37442 099.1614 040.4566 0049568 257.0209 102.5290 14.40422633264194
+1 37444U 99025EHN 14238.19226776  .00002034  00000-0  48922-3 0  2670
+2 37444 099.1318 019.8336 0306072 162.4912 198.6525 14.29783916260822
+1 37445U 99025EHP 14237.19237467  .00000857  00000-0  36432-3 0  3012
+2 37445 099.3134 025.4734 0187967 135.0015 226.6612 14.18970375258669
+1 37447U 99025EHR 14237.77225205  .00000636  00000-0  39134-3 0  2134
+2 37447 099.0691 220.3441 0045386 335.8647 024.1120 14.08765352274575
+1 37448U 99025EHS 14237.23574652  .00000801  00000-0  59034-3 0  2796
+2 37448 099.6286 236.4539 0350581 094.1694 269.9634 13.72732740360009
+1 37449U 99025EHT 14237.43165355  .00005038  00000-0  62569-3 0  3206
+2 37449 098.8695 101.7256 0181949 098.6071 263.5794 14.72034822264257
+1 37451U 99025EHV 14236.39918418  .00040602  00000-0  39628-2 0  2898
+2 37451 098.8392 038.5355 0060038 252.8542 106.6094 14.90916051262467
+1 37452U 99025EHW 14227.53808214  .00002661  00000-0  89509-3 0  2478
+2 37452 098.9932 343.6595 0055535 279.0603 080.4222 14.37153946310496
+1 37453U 99025EHX 14238.06151750  .00000313  00000-0  32173-3 0  1662
+2 37453 097.6615 321.8827 0429928 050.8427 312.9842 13.46407727338193
+1 37454U 99025EHY 14237.42800517  .00007749  00000-0  15972-2 0  6453
+2 37454 098.9955 043.8703 0074174 056.0799 357.1193 14.59042514227425
+1 37455U 99025EHZ 14222.11921194  .00003310  00000-0  54582-3 0  2535
+2 37455 099.4125 182.4341 0235256 206.4421 152.3177 14.54647187239491
+1 37456U 99025EJA 14237.34607519  .00002043  00000-0  40660-3 0  2645
+2 37456 098.9730 064.6347 0131372 273.3781 085.3894 14.58041380272047
+1 37457U 99025EJB 14237.68383830  .00001220  00000-0  82206-3 0  2255
+2 37457 099.0695 192.8624 0084449 063.7558 297.2383 14.00722377279691
+1 37460U 99025EJE 14237.50454610  .00001737  00000-0  82785-3 0  4386
+2 37460 098.5506 141.1948 0082223 169.6481 190.6412 14.18775899238190
+1 37462U 99025EJG 14230.30988018  .00004651  00000-0  50739-3 0   662
+2 37462 098.9009 059.6272 0224334 267.7448 089.8551 14.71900234307676
+1 37463U 99025EJH 14235.50812709  .00001910  00000-0  52361-3 0  2539
+2 37463 098.7417 327.7648 0134368 010.3058 350.0837 14.43146227309158
+1 37464U 99025EJJ 14210.59551184  .00001442  00000-0  15554-2 0  1620
+2 37464 102.7050 134.8494 0514655 043.4335 320.6333 13.29618777313066
+1 37465U 99025EJK 14216.79834994  .00001901  00000-0  65788-3 0  1593
+2 37465 099.3394 076.4846 0067899 324.1109 035.7119 14.35748279294852
+1 37466U 99025EJL 14235.17647985  .00002258  00000-0  71255-3 0  1759
+2 37466 099.1228 012.3964 0148757 354.2095 359.1531 14.35230474296629
+1 37467U 99025EJM 14237.49652915  .00007670  00000-0  21262-2 0   446
+2 37467 099.4550 122.3047 0037910 275.9491 083.6683 14.46467656256340
+1 37468U 99025EJN 14237.36546116  .00001403  00000-0  98140-3 0   435
+2 37468 098.1250 280.1490 0096364 282.9152 076.0535 13.97670053250516
+1 37469U 99025EJP 14238.23992803  .00004348  00000-0  92692-3 0  5185
+2 37469 098.9673 042.4220 0090476 004.6545 355.5262 14.56966229229468
+1 37470U 99025EJQ 14238.27632303  .00002172  00000-0  99044-3 0  3647
+2 37470 098.9120 259.6982 0032050 045.7066 314.6397 14.22407172225092
+1 37471U 99025EJR 14236.53622435  .00001828  00000-0  28720-3 0  2346
+2 37471 098.6917 359.7427 0226471 276.8108 080.7588 14.58340041299214
+1 37472U 99025EJS 14237.28879265  .00018884  00000-0  26943-2 0  2888
+2 37472 098.9845 057.3835 0053572 017.2960 343.0055 14.75797556227902
+1 37473U 99025EJT 14236.16006374  .00002616  00000-0  41941-3 0  2891
+2 37473 099.2272 011.9164 0404716 326.3203 031.2843 14.30301975254050
+1 37474U 99025EJU 14238.74221118  .00002304  00000-0  59953-3 0  2103
+2 37474 099.2423 058.7205 0225269 117.6329 244.8401 14.35555221235723
+1 37475U 99025EJV 14233.90482039  .00002074  00000-0  98571-3 0  1830
+2 37475 098.9902 284.6143 0121906 168.5582 191.7914 14.16717836253047
+1 37477U 99025EJX 14233.94329984  .00000614  00000-0  36630-3 0  2719
+2 37477 098.9650 266.4187 0031563 350.7184 127.6751 14.10847947235900
+1 37478U 99025EJY 14238.32857648 -.00000051  00000-0 -23284-4 0  2360
+2 37478 099.6473 276.4125 0576215 356.6040 003.0906 12.92612442212484
+1 37479U 99025EJZ 14227.37139329  .00000798  00000-0  48674-3 0  1301
+2 37479 099.0331 278.5266 0034844 041.4249 319.1648 14.08674807284775
+1 37483U 93036BLL 14238.36243327  .00000289  00000-0  97843-4 0  3015
+2 37483 073.9760 240.2832 0099412 313.6543 045.6340 14.38680236246791
+1 37484U 93036BLM 14235.78712704  .00000735  00000-0  29946-3 0  2360
+2 37484 073.8294 282.8330 0049464 007.2658 352.9013 14.28634160256834
+1 37486U 93036BLP 14238.41717380  .00001750  00000-0  10555-2 0  2251
+2 37486 073.6942 148.3591 0304703 259.8465 096.8199 13.86845062249637
+1 37487U 93036BLQ 14235.57829159  .00001113  00000-0  43807-3 0  4302
+2 37487 073.9485 319.2631 0057013 334.3890 025.3856 14.29537803217773
+1 37488U 93036BLR 14237.18882164  .00005184  00000-0  10034-2 0  2537
+2 37488 073.9624 184.6366 0107991 034.0660 326.5108 14.59881045285176
+1 37491U 93036BLU 14237.52336866  .00000369  00000-0  31873-3 0  2515
+2 37491 073.9127 286.5303 0337648 334.4673 024.0097 13.66761716240050
+1 37492U 93036BLV 14237.15754554  .00003565  00000-0  70708-3 0  2479
+2 37492 074.0085 154.0399 0056400 275.0984 084.3746 14.61604747265096
+1 37493U 93036BLW 14221.47432195  .00022627  00000-0  38135-2 0  2211
+2 37493 074.0247 265.5466 0019094 271.4089 089.0207 14.69317652226538
+1 37494U 93036BLX 14237.70719856  .00001137  00000-0  33440-3 0  2271
+2 37494 074.0011 252.3569 0113771 126.2390 234.6993 14.41147233253856
+1 37495U 93036BLY 14237.98848923  .00002045  00000-0  33652-3 0  3264
+2 37495 074.0067 116.0764 0088212 206.6018 153.1025 14.68715299255037
+1 37496U 93036BLZ 14238.31471104  .00001798  00000-0  47289-3 0  2901
+2 37496 073.9686 240.8355 0152396 130.7750 230.6450 14.43130261256712
+1 37498U 93036BMB 14237.81420172  .00001051  00000-0  35980-3 0  2981
+2 37498 074.0482 277.9702 0019144 279.8478 080.0490 14.37404807262173
+1 37499U 93036BMC 14236.84240918  .00000136  00000-0  60517-4 0  2441
+2 37499 074.0385 296.8869 0030337 297.8112 182.0534 14.31674132260389
+1 37500U 93036BMD 14238.87830698  .00004159  00000-0  20232-3 0  4607
+2 37500 073.9625 253.7333 0214239 027.1556 334.1148 15.00312938271996
+1 37501U 93036BME 14219.16493933  .00004267  00000-0  71159-3 0  1483
+2 37501 074.0061 153.1954 0080061 266.3402 083.6535 14.68188181249799
+1 37503U 93036BMG 14238.10837084  .00013844  00000-0  26489-2 0  9742
+2 37503 074.0127 197.2196 0027831 264.0719 223.1308 14.63629586238974
+1 37506U 93036BMK 14236.46122239  .00003301  00000-0  99632-3 0  2584
+2 37506 074.0637 287.0861 0034913 277.7155 081.9945 14.42494069255861
+1 37508U 93036BMM 14237.41919264  .00003858  00000-0  87574-3 0  2505
+2 37508 073.7752 151.7813 0117252 332.9258 026.6235 14.52231654249004
+1 37509U 93036BMN 14234.58428169  .00163179  00000-0  17578-2 0  3735
+2 37509 073.8302 202.2205 0039031 015.0011 004.8588 15.62124282257905
+1 37510U 93036BMP 14237.16477574  .00002284  00000-0  50585-3 0  3272
+2 37510 074.0192 186.7118 0051153 268.9492 090.6176 14.56985391265113
+1 37511U 93036BMQ 14238.01708848  .00010303  00000-0  12389-2 0  2100
+2 37511 074.0516 129.4682 0050279 201.1885 158.8610 14.83111098243534
+1 37515U 93036BMU 14238.04745611  .00002728  00000-0  96632-3 0  4126
+2 37515 074.1659 351.8697 0104287 301.6547 171.1509 14.31998540260817
+1 37516U 93036BMV 14238.02458484  .00059480  00000-0  31238-2 0  5087
+2 37516 073.8336 340.9451 0043358 189.1715 293.6508 15.14591162262496
+1 37518U 93036BMX 14238.36778378  .00001428  00000-0  41188-3 0  2760
+2 37518 074.0106 235.4466 0038901 293.5975 066.1384 14.45183441259059
+1 37521U 93036BNA 14236.37723406  .00003628  00000-0  55898-3 0  1693
+2 37521 074.0623 128.0179 0084103 189.3393 170.5801 14.71435719264097
+1 37527U 93036BNG 14236.59652897  .00004761  00000-0  10881-2 0  3084
+2 37527 074.0115 200.5314 0045362 277.4849 202.8231 14.55361769265693
+1 37528U 93036BNH 14236.36452969  .00000407  00000-0  13242-3 0  2827
+2 37528 074.0407 244.0007 0024723 328.8882 031.0815 14.41796463263209
+1 37529U 93036BNJ 14235.71474062  .00002732  00000-0  75716-3 0  3473
+2 37529 074.0295 251.7762 0062485 285.4495 073.9767 14.45946516262618
+1 37530U 93036BNK 14237.49618291  .00000255  00000-0  10688-3 0  2762
+2 37530 074.0367 301.6912 0029679 286.7380 131.1192 14.30826727261508
+1 37531U 93036BNL 14237.54487797  .00001840  00000-0  70357-3 0  3024
+2 37531 074.0287 324.6822 0063807 320.6541 038.9981 14.30283127260660
+1 37532U 93036BNM 14236.75142509  .00000213  00000-0  79575-4 0  3155
+2 37532 074.0512 266.1887 0017863 315.2779 162.7133 14.37729188255283
+1 37533U 93036BNN 14238.10221337  .00000937  00000-0  58353-3 0  2145
+2 37533 074.0724 151.5373 0187581 112.6515 249.4575 13.97840176255085
+1 37535U 93036BNQ 14236.48169918  .00000802  00000-0  24511-3 0  5370
+2 37535 074.0275 239.1023 0038116 306.5950 181.2556 14.43093453255913
+1 37537U 93036BNS 14236.49722538  .00000176  00000-0  71678-4 0  3016
+2 37537 074.0127 281.3992 0055391 321.0321 038.6844 14.33671293258206
+1 37538U 93036BNT 14238.57916220  .00002687  00000-0  67430-3 0  4796
+2 37538 074.0179 210.5018 0052299 276.3732 083.1956 14.50478254229498
+1 37543U 93036BNY 14238.07859344  .00011214  00000-0  11542-2 0  4327
+2 37543 073.9766 027.8557 0116873 134.6545 226.4285 14.85358126252821
+1 37544U 93036BNZ 14238.50470511  .00005578  00000-0  11718-2 0  2308
+2 37544 073.9868 181.1823 0040009 008.0476 352.1673 14.59331916260858
+1 37546U 93036BPB 14236.44521959  .00001156  00000-0  37998-3 0  3201
+2 37546 074.0363 276.1186 0019906 275.7141 084.1743 14.39306041254899
+1 37547U 93036BPC 14237.25714614  .00002588  00000-0  64064-3 0  2814
+2 37547 074.0410 208.6055 0033730 310.1189 049.7115 14.52160399257011
+1 37548U 97051XH  14238.07858951  .00001309  00000-0  48052-3 0  3641
+2 37548 086.3552 355.6398 0037908 033.4598 326.8180 14.31655259266403
+1 37549U 97051XJ  14237.08574885  .00004977  00000-0  16361-2 0  3813
+2 37549 086.3966 010.7676 0055310 045.9462 314.7081 14.37232684265028
+1 37550U 97051XK  14236.58237389  .00001440  00000-0  45038-3 0  3911
+2 37550 086.3907 352.0387 0003507 163.1258 256.5630 14.40115751266240
+1 37554U 97051XP  14234.60677908  .00016771  00000-0  29683-2 0  4372
+2 37554 086.3885 345.5711 0036982 090.7098 269.8353 14.66802132228967
+1 37555U 97051XQ  14238.18554203  .00001939  00000-0  60777-3 0  2774
+2 37555 086.4795 024.5670 0063282 055.4300 305.0495 14.38991438252430
+1 37557U 97051XS  14237.71625235  .00005755  00000-0  27625-2 0  3997
+2 37557 086.3846 037.9932 0143564 297.5899 116.7737 14.13532240260576
+1 37559U 97051XU  14236.52608935  .00032370  00000-0  33601-2 0  4608
+2 37559 086.2906 312.6284 0014121 331.8861 028.1601 14.89730956238943
+1 37560U 97051XV  14236.77393644  .00004810  00000-0  20133-2 0  2584
+2 37560 086.4003 030.5078 0119641 218.4083 208.7716 14.22101481238137
+1 37562U 97051XX  14239.03551241  .00001429  00000-0  49569-3 0  4565
+2 37562 086.3823 355.7389 0033968 039.0175 321.3952 14.35349450269010
+1 37564U 97051XZ  14238.58669821  .00013478  00000-0  27203-2 0  4938
+2 37564 086.3689 345.4480 0010255 216.8116 143.2885 14.61483731254249
+1 37565U 97051YA  14236.59617554  .00000686  00000-0  21192-3 0  2649
+2 37565 086.3606 342.1032 0017105 064.8064 295.4819 14.39861737257421
+1 37566U 97051YB  14236.36255706  .00009679  00000-0  24322-2 0  5665
+2 37566 086.4581 018.5718 0035800 063.5592 326.6440 14.50791318241222
+1 37567U 10038C   14238.03648441  .00003010  00000-0  59464-3 0  5012
+2 37567 097.9581 172.1607 0160908 280.7710 134.9699 14.55221958210109
+1 37568U 10038D   14237.04971187  .00003235  00000-0  75738-3 0  5908
+2 37568 097.9544 153.0900 0195692 004.0873 051.6051 14.44164420209303
+1 37569U 10038E   14238.00897255  .00003256  00000-0  68477-3 0  5274
+2 37569 097.9059 158.2033 0173564 304.1559 110.3003 14.51187027209517
+1 37570U 10038F   14236.59271072  .00002820  00000-0  65183-3 0  5818
+2 37570 097.9024 147.1656 0192336 353.0565 124.9374 14.45186092211381
+1 37571U 08026C   14237.62298676  .00000175  00000-0  18588-3 0  3262
+2 37571 098.9088 165.8976 0248594 254.0216 230.2037 13.73806728298787
+1 37572U 08026D   14236.57994450  .00000165  00000-0  17499-3 0  3583
+2 37572 098.8251 150.3374 0244969 233.3355 251.7409 13.74570931302508
+1 37573U 08026E   14238.07070755  .00000194  00000-0  18984-3 0  3711
+2 37573 098.8180 162.4082 0226601 187.1991 232.4383 13.78755013297033
+1 37574U 08026F   14236.54869763  .00000076  00000-0  10211-3 0  3564
+2 37574 098.8787 154.9597 0254011 260.9404 096.2925 13.72464162296302
+1 37578U 99025EKB 14234.27517006  .00002005  00000-0  78748-3 0  2196
+2 37578 098.8330 261.2387 0081740 187.2538 172.7489 14.28624274294706
+1 37579U 99025EKC 14238.51262301  .00001081  00000-0  64123-3 0   477
+2 37579 099.2485 340.5580 0039853 058.8447 302.9319 14.09428575308833
+1 37580U 99025EKD 14235.77923789  .00000367  00000-0  24193-3 0  3335
+2 37580 099.1134 223.9694 0130116 193.8953 291.3866 14.04012037571535
+1 37581U 99025EKE 14237.14460797  .00000576  00000-0  26994-3 0  4002
+2 37581 098.7188 211.9608 0116539 067.3806 352.7209 14.20336961629953
+1 37582U 99057SX  14238.10648994  .00004934  00000-0  11818-2 0  3922
+2 37582 098.2541 201.9585 0011371 055.1045 305.1729 14.53913271288202
+1 37584U 74015H   14236.84732466  .00001076  00000-0  31656-3 0  1530
+2 37584 099.0988 099.6193 0106127 266.2819 092.6283 14.42873708372916
+1 37585U 91082CR  14237.22136868  .00004921  00000-0  18483-2 0  5191
+2 37585 098.7641 233.5188 0005130 276.2158 141.7163 14.32031321261995
+1 37586U 04025L   14238.07861865  .00000838  00000-0  42572-3 0  5155
+2 37586 098.1919 285.8223 0333900 331.7591 085.5517 13.93163058204135
+1 37588U 99025EKG 14226.99097838  .00001113  00000-0  78251-3 0   470
+2 37588 098.1244 286.9361 0096422 319.9655 039.2995 13.97733860334854
+1 37589U 99025EKH 14230.56518036  .00002701  00000-0  22520-2 0  1424
+2 37589 099.1155 153.7439 0154724 336.0802 029.6497 13.83968437250872
+1 37591U 99025EKK 14234.25120910  .00002250  00000-0  14451-2 0  2892
+2 37591 098.4352 013.3498 0151691 309.5068 049.2995 13.98668442276442
+1 37593U 99025EKM 14237.46845031  .00001401  00000-0  58480-3 0  3235
+2 37593 098.9660 313.0518 0191198 107.7937 319.6605 14.18407059273798
+1 37594U 99025EKN 14237.20875177  .00000136  00000-0  10284-3 0  2460
+2 37594 099.0702 231.7699 0088420 347.9181 068.0861 14.08151313196674
+1 37597U 99025EKR 14233.58116530  .00003729  00000-0  12332-2 0   915
+2 37597 098.3088 359.0241 0315304 305.4530 051.5669 14.13972721301608
+1 37598U 99025EKS 14235.77140281  .00001291  00000-0  69370-3 0  1445
+2 37598 098.9962 230.1629 0013593 217.3297 266.3944 14.14706756290817
+1 37600U 99025EKU 14225.44396207  .00003145  00000-0  24701-2 0   978
+2 37600 098.9100 307.4921 0467074 023.2001 330.6517 13.51253496321715
+1 37602U 11021A   14237.30317184 -.00000297  00000-0  00000+0 0  6431
+2 37602 000.0353 315.0143 0001550 200.6911 223.9044 01.00271520 12609
+1 37603U 11021B   14234.04108461 -.00000160  00000-0  00000+0 0  4679
+2 37603 014.8179 043.9846 4874321 250.7709 074.9663 01.92768150 22811
+1 37604U 11021C   14237.18163337  .00000649  00000-0  33755-3 0   967
+2 37604 049.3585 272.7713 6038753 171.4819 350.6847 03.92083042 45922
+1 37605U 11022A   14236.73052023  .00000067  00000-0  10000-3 0  8520
+2 37605 000.0351 255.2695 0005327 352.7030 042.9611 01.00271982 11985
+1 37606U 11022B   14238.12300677  .00000119  10487-7  10000-3 0  8005
+2 37606 000.0304 090.8243 0001345 038.0578 337.6345 01.00266795 12012
+1 37607U 11022C   14238.91069619  .00005262  00000-0  44949-3 0   638
+2 37607 001.8654 196.4081 7009025 183.4691 165.4235 02.65628345 29449
+1 37609U 90081CV  14234.88413827  .00000133  00000-0  10436-3 0  1084
+2 37609 098.8740 269.8160 0068659 002.9075 357.2480 14.06539468545540
+1 37610U 90081CW  14237.34552457  .00000248  00000-0  27330-3 0  2723
+2 37610 098.9978 278.2172 0155255 138.1222 223.1927 13.75557137572688
+1 37612U 90081CY  14232.86589359  .00000863  00000-0  30199-3 0  2717
+2 37612 098.6147 236.3526 0037145 199.3333 279.5923 14.37292293595136
+1 37613U 90081CZ  14236.00765899  .00000630  00000-0  50165-3 0  3384
+2 37613 098.9378 154.3446 0191191 029.1524 332.0007 13.86424063532156
+1 37614U 90081DA  14238.29830022  .00000071  00000-0  70068-4 0  1965
+2 37614 098.8929 268.0132 0079001 074.4366 286.5682 14.04122760511345
+1 37616U 90081DC  14237.96805704  .00000070  00000-0  87387-4 0  2972
+2 37616 099.2069 299.7757 0103345 138.2643 345.3381 13.90360495574754
+1 37617U 90081DD  14237.88740950 -.00000131  00000-0 -56014-4 0  1551
+2 37617 098.9271 273.2152 0012157 076.3187 283.9260 14.03515196587074
+1 37619U 90081DF  14236.33587963 -.00000039  00000-0  31598-5 0  2799
+2 37619 098.8984 277.7747 0010917 232.1022 127.9048 14.05597124600875
+1 37620U 90081DG  14230.88680066  .00000960  00000-0  44204-3 0  1442
+2 37620 098.6313 270.2547 0010257 349.5780 010.5057 14.23397909480724
+1 37622U 90081DJ  14236.86530360  .00000868  00000-0  32125-3 0  3885
+2 37622 098.6693 240.5885 0038528 263.3331 215.8363 14.34498074711463
+1 37623U 90081DK  14236.33091938  .00000174  00000-0  11175-3 0  2411
+2 37623 098.8037 267.3501 0021642 276.1176 083.7532 14.15242416617515
+1 37624U 90081DL  14238.32802820  .00000057  00000-0  60686-4 0  2088
+2 37624 098.8994 272.5091 0011475 249.7640 110.2256 14.06732433604973
+1 37625U 90081DM  14237.91827744  .00001031  00000-0  39953-3 0  3339
+2 37625 098.5246 275.6468 0003723 033.3094 326.8425 14.32085153613657
+1 37626U 90081DN  14236.78267541  .00000152  00000-0  20178-3 0  3676
+2 37626 098.8524 074.4752 0166291 258.6012 159.7153 13.69265863551124
+1 37635U 78026HW  14236.34653850  .00000686  00000-0  36461-3 0  2791
+2 37635 099.2072 069.4276 0052179 100.4215 260.2851 14.16316874570799
+1 37636U 78026HX  14234.37423994  .00000504  00000-0  35978-3 0  2057
+2 37636 098.8222 292.2747 0047120 184.6570 175.4183 14.01192727564655
+1 37639U 78026JA  14236.54657587  .00000232  00000-0  23888-3 0  2907
+2 37639 098.9095 343.1105 0118645 167.6315 251.6890 13.82480821675883
+1 37640U 78026JB  14232.35387618  .00000779  00000-0  42425-3 0  1968
+2 37640 099.0660 062.9529 0047625 048.1367 312.4302 14.14671032551283
+1 37641U 78026JC  14238.13266720  .00000672  00000-0  29965-3 0  3330
+2 37641 098.5166 221.4271 0080069 038.0586 322.6212 14.24184846742856
+1 37642U 78026JD  14238.09819682  .00006526  00000-0  81222-3 0  4202
+2 37642 098.0715 333.9080 0048954 255.5996 227.4280 14.82005066699530
+1 37643U 78026JE  14236.77405242  .00000319  00000-0  15308-3 0  3248
+2 37643 098.5458 219.6759 0045799 161.0108 321.4684 14.24966164628900
+1 37644U 78026JF  14235.80438896  .00000619  00000-0  33154-3 0  2637
+2 37644 099.0390 077.0635 0061576 055.5528 008.3109 14.15865305589527
+1 37645U 78026JG  14238.27079401  .00000108  00000-0  38862-4 0   830
+2 37645 098.7694 049.2690 0051015 277.2463 082.2884 14.51990042462338
+1 37646U 78026JH  14224.08855625  .00001541  00000-0  96954-3 0   988
+2 37646 099.0279 163.4870 0098318 001.3586 358.6992 14.03498491580676
+1 37647U 78026JJ  14238.22550134  .00000414  00000-0  45516-3 0  2211
+2 37647 098.7445 252.4053 0240881 190.6627 168.9394 13.65441248568086
+1 37648U 78026JK  14237.29078998  .00000102  00000-0  54711-4 0  2280
+2 37648 098.3788 252.4188 0104675 038.2628 019.0811 14.27778811593985
+1 37649U 78026JL  14237.98597076 -.00000001  00000-0  35272-4 0  2741
+2 37649 098.9928 305.6033 0056851 248.2520 111.2581 13.87616562577805
+1 37650U 78026JM  14235.86679637  .00009154  00000-0  10999-2 0  3826
+2 37650 099.0689 097.1710 0038086 331.7117 092.1667 14.83728271539198
+1 37651U 78026JN  14236.44621423  .00000707  00000-0  34712-3 0  3074
+2 37651 099.1126 121.8248 0039694 208.2490 151.6278 14.20728450589706
+1 37652U 78026JP  14237.88559903  .00000379  00000-0  21831-3 0  2316
+2 37652 098.5463 274.3302 0027695 227.3922 132.4913 14.14569304533862
+1 37653U 78026JQ  14238.74784581 -.00000082  00000-0  00000+0 0  2802
+2 37653 098.7929 211.5380 0039462 154.5946 205.7640 14.03594575571558
+1 37654U 78026JR  14237.33062624  .00000121  00000-0  56903-4 0  2580
+2 37654 098.3495 267.9769 0113484 159.0193 265.8272 14.31769938594810
+1 37655U 78026JS  14231.79484785  .00000128  00000-0  10344-3 0  1833
+2 37655 098.6984 211.4204 0013420 137.3973 222.8070 14.05907825583164
+1 37656U 78026JT  14238.19168951  .00000173  00000-0  12345-3 0  4778
+2 37656 098.6153 224.0106 0018076 307.1895 052.7474 14.09129772584447
+1 37657U 78026JU  14233.75758329  .00000785  00000-0  34916-3 0  1662
+2 37657 098.5138 213.9338 0026528 328.7057 031.2591 14.25487993503920
+1 37658U 78026JV  14231.60386725 -.00000012  00000-0  24039-4 0  2270
+2 37658 099.2582 359.3239 0067159 288.1918 128.9608 13.96188567576810
+1 37661U 78026JY  14236.82978973  .00000105  00000-0  21538-3 0  2413
+2 37661 098.8883 240.3687 0334279 041.3001 321.2907 13.31209586580933
+1 37662U 78026JZ  14236.17448123  .00000103  00000-0  77824-4 0  2789
+2 37662 098.6494 220.3002 0037118 100.3950 315.9082 14.12622522625944
+1 37663U 78026KA  14233.74836911  .00000280  00000-0  15889-3 0  1244
+2 37663 098.6511 211.6670 0038276 226.2276 133.5657 14.17202378591744
+1 37665U 78026KC  14237.93300303  .00000513  00000-0  24892-3 0  2831
+2 37665 099.1079 144.3204 0033343 252.3018 107.4313 14.22737098592052
+1 37666U 78026KD  14237.75127483  .00000374  00000-0  21140-3 0  2061
+2 37666 098.6485 214.0313 0039134 041.9945 318.4241 14.15559154597493
+1 37667U 78026KE  14237.79184462  .00001857  00000-0  46988-3 0  3476
+2 37667 098.1209 238.4212 0045454 310.6559 048.9637 14.51460443617747
+1 37668U 78026KF  14237.14411116  .00000154  00000-0  10578-3 0  2604
+2 37668 098.7199 212.1809 0040612 024.2030 035.1175 14.12491013604134
+1 37669U 78026KG  14237.18559149 -.00000105  00000-0 -39504-4 0  3709
+2 37669 098.8091 209.1304 0011315 214.0619 201.8057 14.04223968667776
+1 37670U 78026KH  14236.86203885  .00000016  00000-0  48665-4 0  2894
+2 37670 098.7939 243.7961 0070615 296.9867 183.0347 13.86617462578198
+1 37671U 78026KJ  14237.12579518  .00000560  00000-0  26966-3 0  2662
+2 37671 098.5625 215.8621 0031376 060.6736 299.7571 14.22344630610471
+1 37672U 78026KK  14236.80034788  .00000081  00000-0  69496-4 0  2239
+2 37672 098.7165 212.3028 0022988 225.3037 253.6224 14.10525929628932
+1 37673U 11024A   14238.12309281  .00000271  00000-0  50739-4 0   199
+2 37673 098.0131 244.3364 0001468 106.2983 295.4590 14.72302172172524
+1 37677U 11026A   14237.47949515 -.00000369  00000-0  00000+0 0  9630
+2 37677 000.0563 285.7452 0004092 260.9178 070.1127 01.00273876 11719
+1 37681U 99025EKW 14220.44159986  .00035387  00000-0  38190-2 0  1031
+2 37681 099.0922 087.1578 0072128 089.7103 034.5588 14.86353918211568
+1 37683U 99025EKY 14231.06166783  .00000964  00000-0  87059-3 0   633
+2 37683 098.0065 317.4320 0637133 061.2715 305.1320 13.18439042328453
+1 37685U 99025ELA 14238.18882170  .00003221  00000-0  21076-2 0  1951
+2 37685 098.0069 222.8244 0228653 304.0995 057.3519 13.90813161233341
+1 37686U 99025ELB 14237.41732614  .00000335  00000-0  48246-3 0  1530
+2 37686 099.0854 304.3865 0403536 158.0540 203.8272 13.32649399249479
+1 37688U 99025ELD 14212.45899954 -.00000153  00000-0  00000+0 0   811
+2 37688 099.0842 207.8919 0057146 084.4861 276.3293 14.10260025295465
+1 37690U 99025ELF 14238.86567367  .00000653  00000-0  39818-3 0  2119
+2 37690 099.1035 257.3411 0045030 023.8564 336.5147 14.05508908287823
+1 37691U 99025ELG 14231.06135021  .00005030  00000-0  12884-2 0   310
+2 37691 098.4453 333.1677 0509204 163.2997 198.7067 13.93889815273834
+1 37692U 99025ELH 14238.32082092  .00003101  00000-0  13986-2 0  1914
+2 37692 098.9384 265.7439 0009158 110.1461 250.0792 14.22910012247834
+1 37693U 99025ELJ 14233.92523709  .00000295  00000-0  21211-3 0  1519
+2 37693 099.0819 277.9590 0084064 113.8344 246.9362 14.02815981253192
+1 37694U 99025ELK 14236.38725096  .00001308  00000-0  87732-3 0  2456
+2 37694 098.2210 301.3267 0184259 272.9318 085.0778 13.94464273238917
+1 37697U 99025ELN 14236.48702779  .00005003  00000-0  12293-2 0   535
+2 37697 096.6071 323.6444 0061605 024.3334 336.4393 14.51469227299828
+1 37698U 99025ELP 14237.84072657  .00000733  00000-0  70260-3 0  1728
+2 37698 097.9796 091.1471 0377326 346.5288 012.6009 13.55167949316973
+1 37699U 99025ELQ 14237.17980453  .00001268  00000-0  99362-3 0  1679
+2 37699 097.9725 220.9187 0135895 355.5800 004.3003 13.89313094243630
+1 37701U 99025ELS 14237.27757183  .00003212  00000-0  24999-2 0  2907
+2 37701 097.6538 036.4275 0334740 133.5562 347.7013 13.69685326191859
+1 37703U 99025ELU 14229.50536310  .00001799  00000-0  86484-3 0  1964
+2 37703 099.0880 322.6934 0055428 346.3959 013.5618 14.19379822288556
+1 37704U 99025ELV 14237.15793652  .00000775  00000-0  83710-3 0  2399
+2 37704 098.3359 219.5412 0259662 351.9306 007.7562 13.62206946216130
+1 37705U 99025ELW 14233.33104674  .00005293  00000-0  88965-3 0  1785
+2 37705 099.5275 266.0023 0131531 028.3854 332.4429 14.64567818305335
+1 37706U 99025ELX 14226.27173762  .00000989  00000-0  60800-3 0  1869
+2 37706 099.0979 238.5228 0057758 055.5993 006.4940 14.07185395318240
+1 37707U 99025ELY 14237.35746764  .00000648  00000-0  18337-3 0  3221
+2 37707 100.2297 067.7878 0176096 325.7051 156.7329 14.41735099264189
+1 37708U 99025ELZ 14238.78970917  .00004336  00000-0  93426-3 0  1643
+2 37708 098.1984 076.2356 0372855 245.6618 110.5692 14.23078684330460
+1 37710U 99025EMB 14236.29825707  .00000622  00000-0  76286-3 0   385
+2 37710 099.1234 061.9775 0274024 286.9425 070.1995 13.54697186314771
+1 37712U 99025EMD 14214.01221498  .00000390  00000-0  16634-3 0  1452
+2 37712 098.7535 287.5424 0091811 286.5670 072.2736 14.28465716310910
+1 37713U 99025EME 14235.76491784  .00000793  00000-0  69213-3 0  1251
+2 37713 098.0827 221.5720 0160618 106.7645 255.0988 13.82383622297190
+1 37715U 99025EMG 14237.82029248  .00000314  00000-0  27036-3 0  1575
+2 37715 099.2974 254.1976 0118794 176.0444 184.1438 13.90881954251965
+1 37716U 99025EMH 14234.86420111  .00000990  00000-0  54046-3 0  1314
+2 37716 099.0003 244.1573 0039266 157.8981 202.3895 14.14042273289307
+1 37717U 99025EMJ 14236.48208456  .00001306  00000-0  38333-3 0  3518
+2 37717 098.7097 320.7872 0136699 017.9591 044.7020 14.40316911295049
+1 37718U 99025EMK 14236.85035968  .00020074  00000-0  10568-2 0  2731
+2 37718 099.1270 247.9155 0129576 319.6296 039.5364 15.08625864270032
+1 37719U 99025EML 14237.95692248  .00001225  00000-0  47939-3 0  2633
+2 37719 099.4700 139.2869 0065875 321.6234 037.9583 14.30432112261250
+1 37722U 99025EMP 14234.34131138  .00003114  00000-0  54858-3 0  2900
+2 37722 098.3719 269.8893 0183550 079.3805 337.8372 14.57849156306360
+1 37723U 99025EMQ 14239.00301549  .00002940  00000-0  12615-2 0  2128
+2 37723 099.0744 319.1183 0159111 172.9819 187.4124 14.18243135292493
+1 37730U 11030A   14238.32740583  .00000228  00000-0  57210-4 0  4957
+2 37730 098.1351 315.9797 0007483 293.3120 066.7302 14.59919942167317
+1 37731U 11030B   14238.17848176  .00000335  00000-0  58466-4 0  9899
+2 37731 097.9093 309.0595 0059583 299.7583 112.0419 14.73262357168771
+1 37732U 11030C   14237.96506804  .00001441  00000-0  56393-3 0  5201
+2 37732 097.9517 220.8368 0172501 030.5921 030.6066 14.23014579162890
+1 37733U 11030D   14237.12662183  .00000791  00000-0  30503-3 0  5283
+2 37733 098.3724 286.1596 0159029 058.4080 354.9466 14.26096650163136
+1 37734U 11030E   14236.13514667  .00001174  00000-0  28435-3 0  5666
+2 37734 097.8991 265.6894 0094030 293.4270 118.6582 14.52137713165751
+1 37735U 11030F   14236.26846751  .00001355  00000-0  31427-3 0  5647
+2 37735 098.3756 327.3317 0094107 331.6606 091.4360 14.54044290165982
+1 37737U 11032A   14237.84081545  .00000000  00000-0  10000-3 0  9013
+2 37737 000.4929 081.6844 0028089 178.8875 183.0731 01.00269573 11474
+1 37739U 11033A   14238.06530068 -.00000074  00000-0  16503-3 0  8767
+2 37739 051.9852 187.7200 0000174 272.0489 167.5878 12.62269844148616
+1 37740U 11033B   14238.11368543 -.00000110  00000-0 -36330-4 0  9474
+2 37740 051.9726 096.2997 0000958 034.4940 106.5989 12.62264329144094
+1 37741U 11033C   14237.81621135 -.00000112  00000-0 -44060-4 0  9459
+2 37741 052.0004 053.7720 0000689 093.1169 009.9298 12.62268528144818
+1 37742U 11033D   14236.94392052 -.00000090  00000-0  76805-4 0  9463
+2 37742 051.9889 010.9567 0000532 093.1319 062.7737 12.62266029145445
+1 37743U 11033E   14237.74170866 -.00000101  00000-0  13068-4 0  9454
+2 37743 051.9981 008.8448 0001005 072.3630 019.6526 12.62266173145586
+1 37744U 11033F   14237.46927061 -.00000101  00000-0  13294-4 0  9362
+2 37744 051.9938 324.6797 0001048 101.1356 338.7952 12.62263084146260
+1 37746U 11034A   14238.43631751  .00000000  00000-0  10000-3 0  7615
+2 37746 000.0320 265.2709 0001253 229.0098 080.4199 01.00266784 10901
+1 37747U 11034B   14237.64493994  .00002402  00000-0  81709-3 0  9651
+2 37747 017.9213 246.8978 6020197 018.0590 056.7195 03.97962246 44576
+1 37748U 11035A   14238.09046521  .00000000  00000-0  10000-3 0  8290
+2 37748 000.0218 313.2186 0001268 228.6078 081.9979 01.00268303 11442
+1 37749U 11035B   14238.79645521  .00000000  00000-0  10000-3 0  6741
+2 37749 000.0159 267.9162 0000188 344.6867 095.5770 01.00267751 11559
+1 37750U 11035C   14237.59874032  .00000151  00000-0  29062-3 0  8580
+2 37750 045.4786 128.8630 6435939 164.5277 344.6105 03.30293668 37415
+1 37751U 11035D   14235.59602999 -.00000204  00000-0  00000+0 0  4639
+2 37751 002.4619 074.3841 0727154 291.5009 265.0198 01.12713536 12784
+1 37753U 11036A   14238.13065986  .00000000  00000-0  10000-3 0  1538
+2 37753 055.0719 141.7033 0033550 018.4283 341.7480 02.00562186 22781
+1 37754U 11036B   14237.34023213 -.00000015  00000-0  00000+0 0  4555
+2 37754 054.8122 146.2558 0288373 055.9592 149.3402 01.90193252 21599
+1 37755U 11037A   14240.72877727 -.00000807  00000-0  00000+0 0  1141
+2 37755 050.0645 113.6058 7991585 175.4651 003.4292 00.11752770  1344
+1 37756U 11037B   14236.58858962  .00000368  00000-0  10470-3 0  5142
+2 37756 051.4531 006.9709 1919336 298.9260 198.4309 11.22726361127081
+1 37762U 78012E   14235.73135164  .00014329  00000-0  28692-2 0  1336
+2 37762 029.4331 066.5736 6456574 105.1107 330.4681 03.38263354 36713
+1 37763U 11038A   14237.90226763 -.00000085  00000-0  10000-3 0  7739
+2 37763 054.7103 205.8992 0030094 203.0880 344.3094 01.00262078 11397
+1 37765U 11039A   14238.34140117  .00000281  00000-0  68125-4 0  4106
+2 37765 098.2357 003.4609 0012209 358.9640 001.1545 14.60159694163949
+1 37766U 11039B   14238.14089530  .00000373  00000-0  77499-4 0  9747
+2 37766 098.2797 016.3337 0046767 191.7951 269.9656 14.65296000164466
+1 37767U 11039C   14237.71140645  .00001296  00000-0  48638-3 0  5388
+2 37767 097.8710 269.3078 0160647 080.2514 056.4585 14.26138814159919
+1 37768U 11039D   14236.80572963  .00000864  00000-0  32777-3 0  5567
+2 37768 098.3674 325.9126 0157840 117.9657 355.9981 14.26782734159828
+1 37769U 11039E   14238.15769722  .00002761  00000-0  60528-3 0  6080
+2 37769 098.4302 015.2421 0093197 030.6887 068.9293 14.55801926162968
+1 37770U 11039F   14236.81101594  .00001195  00000-0  28593-3 0  5793
+2 37770 097.8707 306.0458 0101856 359.9825 119.7083 14.52160645162453
+1 37775U 11041A   14238.18843999  .00000000  00000-0  10000-3 0  7010
+2 37775 000.0855 046.2555 0004048 037.9340 337.2818 01.00274492 11225
+1 37776U 11041B   14238.45781918  .00000000  00000-0  10000-3 0  8610
+2 37776 000.0405 280.4526 0000586 347.6265 341.3193 01.00268501 11302
+1 37777U 11041C   14235.43235956  .00000466  00000-0  24655-3 0  6617
+2 37777 002.1635 024.4056 7212819 024.9604 209.8132 02.34687158 25709
+1 37778U 11041D   14237.58542693  .00044648  00000-0  81022-2 0  8886
+2 37778 002.3283 315.7311 6714578 161.9230 113.4380 03.02913493 28771
+1 37779U 11042A   14238.16347969  .00000132  00000-0  00000+0 0  6266
+2 37779 000.0222 191.1356 0069785 317.7117 283.0416 01.00399876 11187
+1 37781U 11043A   14238.32962291  .00000615  00000-0  64244-3 0  2692
+2 37781 099.3527 248.1455 0001770 098.5999 261.5355 13.79297629152589
+1 37782U 11043B   14238.15231946  .00000076  00000-0  36820-4 0  8822
+2 37782 099.4105 003.8433 0195256 055.3200 044.2754 14.36811624158805
+1 37784U 70103H   14211.75688782 -.00001775  00000-0 -48093+0 0  7252
+2 37784 055.9002 113.6509 1285233 013.1519 014.0481 08.42159518985576
+1 37787U 11035E   14237.66494039 -.00000070  00000-0  00000+0 0  3003
+2 37787 024.2949 085.4865 6145054 341.0232 243.2705 02.06029453 21478
+1 37788U 11044A   14238.15694204  .00000502  00000-0  92582-4 0   619
+2 37788 098.2036 333.4928 0040561 098.7689 324.6703 14.69365062162127
+1 37789U 11044B   14238.31523600  .00000080  00000-0  25458-4 0  3745
+2 37789 098.1490 314.3630 0011931 018.4918 341.6717 14.61726598161133
+1 37790U 11044C   14238.30912392  .00000134  00000-0  39176-4 0  3995
+2 37790 098.1833 322.9349 0012967 150.1782 210.0161 14.57947967161537
+1 37791U 11044D   14238.33963425  .00000191  00000-0  45487-4 0  3919
+2 37791 098.1766 323.9537 0023571 105.3496 255.0320 14.64030585161634
+1 37792U 11044E   14238.36213015  .00000551  00000-0  89929-4 0  2554
+2 37792 098.2292 343.2907 0060748 079.3443 281.4587 14.73844869162676
+1 37793U 11044F   14238.36201581  .00000423  00000-0  76021-4 0  3086
+2 37793 098.2113 337.5877 0048934 090.5931 270.0893 14.71093053162371
+1 37794U 11044G   14237.48345317  .00000297  00000-0  70138-4 0   286
+2 37794 098.1635 316.6763 0014246 087.0131 003.4951 14.60906579161145
+1 37795U 11044H   14238.00713025  .00000029  00000-0  36713-4 0  2535
+2 37795 098.2179 169.0111 0410609 080.7029 045.2840 13.71767505151433
+1 37796U 11044J   14237.17984847  .00000278  00000-0  69213-4 0  4927
+2 37796 098.1549 312.2165 0015265 058.2268 354.1047 14.58845720160858
+1 37797U 11044K   14236.73797696  .00008910  00000-0  71478-3 0  7214
+2 37797 098.2510 007.3486 0047011 015.3053 092.6299 14.99472429163905
+1 37799U 11045B   14238.49190656  .00000002  00000-0  10000-3 0  7268
+2 37799 051.2552 169.0858 5598520 027.1492 353.4505 03.90416561 43099
+1 37804U 11047A   14237.89639340 -.00000353  00000-0  00000+0 0  8747
+2 37804 000.0338 250.5265 0002706 010.1507 165.9521 01.00273468 10845
+1 37806U 11048A   14238.12539385  .00000000  00000-0  10000-3 0  8300
+2 37806 000.0834 091.6268 0000861 148.5331 219.1651 01.00267580 10828
+1 37807U 11048B   14237.93450153 -.00000154  00000-0  00000+0 0  4317
+2 37807 002.0807 070.1133 0235196 338.6675 207.8468 01.04263565 11169
+1 37808U 11048C   14236.70672432 -.00000173  00000-0 -58684-3 0  5754
+2 37808 047.8908 069.9736 7146861 259.2395 020.0556 02.28612492 24338
+1 37809U 11049A   14238.51262810  .00000000  00000-0  10000-3 0  6143
+2 37809 000.0373 039.0396 0003739 087.1664 305.9414 01.00265297 10780
+1 37810U 11049B   14239.06305028  .00000000  00000-0  10000-3 0  5773
+2 37810 000.0583 355.0729 0005638 145.4745 237.5135 01.00275399 10788
+1 37811U 11049C   14237.29216525  .00000816  00000-0  29597-3 0  7587
+2 37811 002.8460 041.9835 7197217 021.6650 310.2701 02.37843491 24906
+1 37812U 11049D   14239.11516108  .00064629  00000-0  73286-2 0  8925
+2 37812 002.4647 265.7815 6419975 307.3592 009.7833 03.45493698 31252
+1 37816U 11051A   14238.29487826 -.00000075  00000-0  10000-3 0  8195
+2 37816 000.0680 324.6603 0006216 210.1769 258.4666 01.00272661 10728
+1 37817U 11051B   14237.47227433 -.00000074  00000-0  00000+0 0  4359
+2 37817 000.3433 314.8431 6815251 331.4295 017.7123 02.20352879 23475
+1 37818U 11052A   14238.68405800  .00000394  00000-0  18845-2 0  9405
+2 37818 063.4436 031.5345 4459387 209.0990 116.4566 06.02738754 64107
+1 37820U 11053A   14238.28751317  .00022665  00000-0  22232-3 0  3272
+2 37820 042.7692 249.3473 0003590 085.3454 033.7413 15.65597680167052
+1 37826U 11054A   14238.11701183  .00000000  00000-0  10000-3 0  6976
+2 37826 000.0132 311.3689 0003265 227.4363 120.4979 01.00263774 10696
+1 37827U 11054B   14234.24665848  .00000073  00000-0  00000+0 0  3493
+2 37827 017.3897 132.2893 5576903 300.0410 210.0965 02.07656000 23098
+1 37828U 11054C   14236.48197950  .00003374  00000-0  74777-3 0  5143
+2 37828 049.4947 330.2961 5625018 220.0224 336.4179 04.60588024 46178
+1 37829U 11055A   14238.53400968  .00000000  00000-0  10000-3 0  8627
+2 37829 064.5492 218.8779 0010163 258.5359 101.3425 02.13104920 22553
+1 37830U 11055B   14237.60662921  .00000033  00000-0  00000+0 0  3654
+2 37830 064.5050 220.1348 0093298 130.5315 027.7701 02.09554280 22162
+1 37831U 91032D   14237.08091369  .00001817  00000-0  64457-3 0  5105
+2 37831 098.6372 273.0057 0006119 119.7647 293.2117 14.35698834151312
+1 37832U 91032E   14236.13034269  .00002170  00000-0  78797-3 0  5113
+2 37832 098.6507 271.6210 0013253 129.8510 322.3919 14.34278954151091
+1 37834U 11056A   14237.48864934  .00000036  00000-0  00000+0 0  6592
+2 37834 000.0239 032.5579 0002160 128.4822 168.5537 01.00274130 10664
+1 37835U 11056B   14236.19849242 -.00000311  00000-0  00000+0 0  4286
+2 37835 017.8641 194.9138 5718130 264.3734 315.1948 01.96801134 20718
+1 37836U 11057A   14238.14486890  .00000000  00000-0  10000-3 0  6956
+2 37836 000.0701 021.9453 0004167 143.1964 237.3988 01.00273314 10582
+1 37838U 11058A   14239.01161381 -.00000052  00000-0  00000+0 0  7203
+2 37838 019.9845 212.1692 0009408 335.9876 024.0518 14.09678211148284
+1 37839U 11058B   14238.11969064  .00000388  00000-0  65341-4 0  6808
+2 37839 019.9610 191.0904 0019170 035.1242 034.3018 14.12328473148453
+1 37840U 11058C   14238.24750723  .00000264  00000-0  00000+0 0  8142
+2 37840 019.9604 206.3733 0013652 348.4795 011.5426 14.10717094148303
+1 37841U 11058D   14235.39395903  .00000347  00000-0  45742-4 0  6812
+2 37841 019.9713 228.2837 0011792 303.1493 179.1585 14.10366060147858
+1 37842U 11058E   14237.97917993  .00000330  00000-0  24061-4 0  7205
+2 37842 019.7944 093.0641 0060003 243.0627 225.7989 14.20897576149326
+1 37843U 11059A   14238.63456139 -.00000245  00000-0  10000-3 0  5279
+2 37843 000.0288 054.8982 0002636 079.5975 313.7516 01.00270992 11031
+1 37844U 11059B   14236.20529611 -.00000102  00000-0  00000+0 0  4554
+2 37844 030.7759 054.8939 6627622 056.6192 173.2657 02.27324757 23574
+1 37845U 11059C   14237.83835510  .00004203  00000-0  77848-3 0  5759
+2 37845 049.7187 011.5186 4634496 137.4445 357.1275 06.22530140 63823
+1 37846U 11060A   14238.27567736  .00000000  00000-0  10000-3 0  4109
+2 37846 055.1149 100.5701 0002129 318.8384 041.2570 01.70475935 17725
+1 37847U 11060B   14238.20901606  .00000063  00000-0  10000-3 0  4177
+2 37847 055.1161 100.5678 0002990 291.7263 068.3532 01.70477550 17727
+1 37848U 11060C   14234.14692471 -.00000021  00000-0  00000+0 0  3533
+2 37848 055.1310 101.9349 0008172 279.3820 273.0672 01.67042771 17306
+1 37849U 11061A   14249.45368813  .00000103  00000-0  48945-4 0  8636
+2 37849 098.7721 188.7585 0000534 141.3338 218.8381 14.19518709148126
+1 37850U 93036BPE 14237.59550814  .00002657  00000-0  95294-3 0  3039
+2 37850 074.0169 318.6625 0053236 289.9382 069.6039 14.33621877147606
+1 37851U 11061B   14238.14023130  .00005965  00000-0  41123-3 0  8971
+2 37851 101.7157 301.0491 0217012 216.6388 197.4799 14.89409158153030
+1 37852U 11061C   14237.40690062  .00006670  00000-0  44790-3 0  9017
+2 37852 101.7149 301.5381 0212849 215.5060 275.7255 14.90794277152984
+1 37853U 11061D   14237.80098076  .00006071  00000-0  41504-3 0  8956
+2 37853 101.7080 300.6748 0214836 215.2067 266.5243 14.89986568153023
+1 37854U 11061E   14237.45673767  .00006050  00000-0  40075-3 0  8773
+2 37854 101.7116 302.2716 0212703 213.0566 270.4716 14.91358089153032
+1 37855U 11061F   14238.12632222  .00007153  00000-0  47786-3 0  8861
+2 37855 101.7126 302.5167 0214765 212.5387 146.2428 14.90644423153097
+1 37862U 65063AE  14232.05738259  .00002527  00000-0  17922-1 0  7106
+2 37862 069.2278 253.2840 0676811 336.3491 047.7899 11.93586628226681
+1 37863U 82001E   14238.39004635  .00000142  00000-0  55161-4 0  1571
+2 37863 074.0481 136.6469 0022191 065.0922 295.2520 14.38210989581416
+1 37866U 93036BPD 14234.74024992  .00423352  00000-0  64956-2 0  4415
+2 37866 073.9370 015.1201 0020540 099.6846 260.6689 15.52517828205877
+1 37867U 11064A   14238.41702196  .00000035  00000-0  00000+0 0  8199
+2 37867 064.5289 218.9797 0019061 253.8283 061.8318 02.13102059 21900
+1 37868U 11064B   14238.70964084 -.00000046  00000-0  10000-3 0  8174
+2 37868 064.5377 219.0042 0016813 255.3413 104.4647 02.13104914 21864
+1 37869U 11064C   14238.37720485  .00000035  00000-0  00000+0 0  8142
+2 37869 064.5443 218.9965 0023669 279.0539 141.3538 02.13102160 21871
+1 37870U 11064D   14237.39329014  .00000025  00000-0  00000+0 0  3221
+2 37870 064.6476 214.1436 0353614 325.0219 118.1946 02.25565182 23095
+1 37871U 11064E   14237.02567903  .00000205  00000-0  18238-3 0  5298
+2 37871 052.6098 041.7874 5761189 245.3452 338.0486 04.29699916 43791
+1 37874U 11066A   14238.27023984  .00012092  00000-0  24659-3 0   855
+2 37874 097.3252 324.9469 0003658 235.0558 210.1282 15.46355805156613
+1 37875U 11066B   14238.31446631  .00005367  00000-0  21933-3 0  1545
+2 37875 097.3110 310.0028 0012396 033.1050 035.7600 15.24714725155651
+1 37884U 87079BP  14237.17516092  .00015091  00000-0  49969-2 0  4674
+2 37884 064.9904 202.2442 5362574 167.2387 215.2041 04.98198121114897
+1 37885U 90105AF  14234.83409555  .00009206  00000-0  19735-2 0  3830
+2 37885 098.3278 184.0565 0063442 078.5005 282.3309 14.57624068236497
+1 37886U 71114E   14237.21158170  .00000080  00000-0  34996-4 0  1601
+2 37886 074.0255 184.5109 0023751 139.2007 221.0933 14.38005576590615
+1 37887U 71114F   14236.46228562  .00000137  00000-0  52043-4 0  2361
+2 37887 074.0175 168.7123 0014848 165.0527 195.1095 14.39739686638607
+1 37888U 66040AT  14236.97239633 -.00000798  00000-0 -14233-2 0  7908
+2 37888 100.6548 346.7266 0039436 009.9855 051.9040 13.37496419257869
+1 37889U 66040AU  14236.83430387  .00000814  00000-0  16280-2 0  5913
+2 37889 100.5786 338.8761 0058331 342.2046 141.5309 13.37642790233442
+1 37890U 66040AV  14235.77610484  .00000819  00000-0  16716-2 0  6476
+2 37890 100.5379 328.8257 0044908 356.5176 156.0672 13.36484903143395
+1 37891U 66040AW  14237.47863434  .00000089  00000-0  26688-3 0  4186
+2 37891 100.5407 330.8826 0077478 011.7499 348.5410 13.34971622156512
+1 37892U 66040AX  14234.81996465  .00000839  00000-0  17121-2 0  3580
+2 37892 100.5189 326.6434 0045798 000.3223 126.9130 13.36387738783544
+1 37893U 66040AY  14237.49608948  .00000630  00000-0  12711-2 0  2582
+2 37893 100.5206 332.6907 0058281 344.7279 077.5128 13.38045375227275
+1 37894U 99025EMT 14238.07847366  .00005843  00000-0  19343-2 0  2046
+2 37894 099.0081 326.0427 0127048 016.2715 344.2490 14.33811642211539
+1 37896U 99025EMV 14231.09436174  .00014084  00000-0  12164-2 0  1729
+2 37896 098.5958 327.7638 0296928 212.2921 273.1359 14.69053565248884
+1 37897U 99025EMW 14224.27620123  .00001729  00000-0  87439-3 0   540
+2 37897 098.8992 244.6642 0019329 285.3010 084.7434 14.17394333328047
+1 37900U 99025EMZ 14236.55444455  .00000615  00000-0  48285-3 0  1440
+2 37900 102.3313 012.3743 0257429 035.4510 326.3231 13.83204059251510
+1 37901U 99025ENA 14237.16984937  .00002900  00000-0  66580-3 0   988
+2 37901 097.9022 007.7946 0177971 337.5632 021.8419 14.46934728250713
+1 37902U 99025ENB 14226.19184893  .00000910  00000-0  11945-2 0  1886
+2 37902 098.6835 216.7583 0353906 035.3910 327.1628 13.40382474221382
+1 37903U 99025ENC 14238.16206167  .00003432  00000-0  21592-2 0  1214
+2 37903 098.1895 207.5285 0366343 300.7404 051.0816 13.76558922337536
+1 37904U 99025END 14237.47078924  .00002498  00000-0  95755-3 0  1108
+2 37904 098.3297 111.8223 0095923 058.6371 302.3884 14.28855465219670
+1 37905U 99025ENE 14237.79173247  .00001066  00000-0  91486-3 0   913
+2 37905 099.4452 238.6412 0144617 323.9300 035.0692 13.84524309195311
+1 37906U 99025ENF 14235.69542820  .00000477  00000-0  47643-3 0  1291
+2 37906 099.3898 180.7915 0172495 030.9034 330.4130 13.76556705267993
+1 37907U 99025ENG 14233.87970439  .00001318  00000-0  90870-3 0  1410
+2 37907 099.2378 251.5569 0087750 158.5090 201.9376 13.99243648252011
+1 37908U 99025ENH 14238.13739903  .00000663  00000-0  28099-3 0  2376
+2 37908 099.1008 011.8376 0083130 217.0007 142.5088 14.27130475200503
+1 37909U 99025ENJ 14237.72047574  .00000938  00000-0  91137-3 0  1431
+2 37909 098.8583 053.5142 0211948 039.7820 019.9769 13.72336696249726
+1 37911U 99025ENL 14236.20652898  .00001106  00000-0  95815-3 0  2466
+2 37911 099.4634 228.4033 0161363 349.9320 064.4366 13.82772301194434
+1 37912U 99025ENM 14227.29848190  .00000910  00000-0  72594-3 0  2199
+2 37912 099.0872 156.6051 0117870 225.1893 290.9449 13.90436584195158
+1 37913U 99025ENN 14237.40118401  .00004078  00000-0  12079-2 0  1637
+2 37913 098.9083 301.7698 0180416 348.9712 010.7540 14.34925583199189
+1 37914U 99025ENP 14237.57009343  .00001144  00000-0  73601-3 0  1663
+2 37914 098.9189 167.3961 0082055 005.0517 355.1235 14.03481952301118
+1 37915U 99025ENQ 14234.33712537  .00001014  00000-0  83359-3 0   959
+2 37915 098.3029 270.9237 0229697 128.8989 233.2873 13.79639019296102
+1 37917U 99025ENS 14237.98923335  .00000634  00000-0  42461-3 0  1862
+2 37917 099.1105 302.8772 0051164 066.6842 293.9645 14.03957622308291
+1 37918U 99025ENT 14237.52450262  .00000441  00000-0  20642-3 0  2467
+2 37918 098.9901 343.3379 0063025 318.5838 041.0793 14.24458616451230
+1 37919U 99025ENU 14237.50714304  .00000379  00000-0  19605-3 0  1989
+2 37919 099.0375 342.7439 0050695 294.6064 064.9611 14.20455245238138
+1 37920U 99025ENV 14233.80711850  .00001555  00000-0  96142-3 0  1868
+2 37920 099.1131 246.3958 0072649 349.2950 010.6144 14.05543789213608
+1 37921U 99025ENW 14234.77374985  .00000166  00000-0  15648-3 0  2006
+2 37921 099.2814 217.0728 0084333 151.1516 209.4355 13.93304719251506
+1 37923U 99025ENY 14238.86100558  .00061705  00000-0  42931-2 0  5367
+2 37923 099.0910 104.8423 0064124 359.7181 000.4490 15.03800800804629
+1 37925U 99025EPA 14236.33775071  .00001993  00000-0  57440-3 0  1740
+2 37925 099.1439 065.4182 0101843 123.5689 237.4941 14.42947989221518
+1 37926U 99025EPB 14236.07598948  .00001067  00000-0  64180-3 0  4517
+2 37926 099.0363 273.2126 0065325 045.0538 008.1350 14.07952958162699
+1 37927U 99025EPC 14236.82716423  .00001904  00000-0  92329-3 0  3066
+2 37927 098.9372 253.4507 0015187 091.8175 268.4740 14.19558630250142
+1 37928U 99025EPD 14236.02163155  .00000714  00000-0  29989-3 0  2134
+2 37928 098.8278 317.6464 0085628 183.2613 176.8019 14.27045916225300
+1 37929U 99025EPE 14237.29004007  .00002098  00000-0  37159-3 0  1498
+2 37929 099.0070 060.0627 0198787 030.0592 331.1971 14.56495380215061
+1 37930U 11068A   14238.28939488  .00000030  00000-0  28381-4 0   874
+2 37930 098.4552 236.4004 0014678 173.9194 186.2169 14.29526897146698
+1 37931U 11068B   14238.29979068  .00000040  00000-0  32127-4 0  1037
+2 37931 098.4538 236.5469 0013444 176.3426 183.7860 14.29706124144347
+1 37932U 11068C   14237.50017311  .00000045  00000-0  38801-4 0  7907
+2 37932 098.3905 211.2848 0038043 149.3694 319.2166 14.21644739143401
+1 37933U 11069A   14238.06980927  .00000000  00000-0  10000-3 0  8028
+2 37933 000.0258 084.8814 0001614 075.9484 304.0346 01.00266605 10236
+1 37934U 11069B   14236.20021366 -.00000086  00000-0  00000+0 0  4426
+2 37934 001.8359 033.5970 3871783 043.4902 310.8444 01.71595144 17144
+1 37935U 11069C   14237.17706958 -.00000187  00000-0 -84670-3 0  4715
+2 37935 048.5119 098.4357 7123077 235.5803 346.9716 02.29274087 22928
+1 37938U 11071A   14237.73235182  .00000030  00000-0  00000+0 0  7954
+2 37938 064.9934 099.6149 0012405 236.1071 035.2596 02.13102467 21466
+1 37939U 11071B   14234.52140704  .00000011  00000-0  00000+0 0  3577
+2 37939 064.9642 101.0530 0077418 123.1365 340.2113 02.09025086 20998
+1 37941U 11072A   14238.80271459  .00006012  00000-0  28088-3 0  1562
+2 37941 097.3896 165.2037 0001256 112.8688 247.3195 15.19826230152095
+1 37948U 11073A   14237.70390941  .00000000  00000-0  10000-3 0  7827
+2 37948 054.3857 322.5811 0031091 200.9635 158.9885 01.00281256 10152
+1 37950U 11074A   14238.23122576  .00000094  00000-0  00000+0 0  5643
+2 37950 000.0536 273.5142 0001779 267.5864 253.5249 01.00270986 10033
+1 37951U 11074B   14238.29268647  .00000000  00000-0  10000-3 0  7532
+2 37951 002.8029 247.2716 0005415 300.0034 059.5298 01.00266641  9937
+1 37952U 11074C   14238.28555202 -.00000203  00000-0  00000+0 0  4895
+2 37952 001.9976 046.1886 0732918 111.0014 257.8466 00.89627053  8580
+1 37953U 11074D   14238.74667898  .03622339  00000-0  13417-3 0  5299
+2 37953 046.8285 352.8557 0991008 234.9467 115.2900 14.19532052 18941
+1 37956U 93036BPF 14236.58766352  .00003927  00000-0  88516-3 0  3467
+2 37956 074.0476 197.0429 0058335 270.0697 212.0096 14.55654468197956
+1 37957U 93036BPG 14238.36088344  .00004569  00000-0  11179-2 0  3467
+2 37957 074.0375 251.5324 0025943 250.9803 108.9948 14.52599785195842
+1 37958U 93036BPH 14226.72914743  .00008754  00000-0  17987-2 0  2075
+2 37958 074.0158 241.3209 0025807 310.0851 049.6664 14.60527915158885
+1 37960U 93036BPK 14237.41469419  .00000627  00000-0  32962-3 0  2758
+2 37960 074.0621 142.0930 0275982 057.4823 305.2654 13.98138986197602
+1 37961U 93036BPL 14235.79199426  .00000706  00000-0  22792-3 0  2260
+2 37961 074.0477 264.9142 0058627 297.1727 184.6963 14.40014796205075
+1 37962U 93036BPM 14223.35079781  .00007927  00000-0  14374-2 0  1954
+2 37962 074.0704 230.8989 0114773 251.2694 107.4974 14.62175920268636
+1 37965U 93036BPQ 14235.61427029  .00033092  00000-0  26346-2 0  3609
+2 37965 074.0357 104.7534 0042785 175.9928 184.1611 14.99505776186458
+1 37966U 93036BPR 14237.62407642  .00002664  00000-0  70986-3 0  2163
+2 37966 074.0013 210.7637 0026980 340.5236 140.8520 14.48766262253064
+1 37967U 93036BPS 14238.08494717  .00000520  00000-0  21701-3 0  2254
+2 37967 074.0247 027.4377 0201679 058.8539 303.2210 14.18180717227696
+1 37968U 93036BPT 14235.29053905  .00000952  00000-0  14825-3 0  1296
+2 37968 073.9992 094.9142 0143158 174.5679 185.3100 14.67870919255893
+1 37969U 93036BPU 14238.26832841  .00001486  00000-0  78862-3 0  2094
+2 37969 073.9659 098.6113 0186395 134.5613 227.0675 14.05911903230465
+1 37970U 93036BPV 14217.81456714  .00012155  00000-0  77888-3 0  2750
+2 37970 074.0015 025.6239 0100206 144.2011 201.5794 15.04439449266201
+1 37971U 93036BPW 14229.76087756  .00001014  00000-0  44096-3 0  1929
+2 37971 074.0026 014.7070 0101374 029.4360 331.2441 14.22602761248965
+1 37973U 93036BPY 14237.87445918  .00000555  00000-0  21674-3 0  2028
+2 37973 074.0395 304.1186 0044223 304.6390 055.0538 14.31440422242922
+1 37974U 93036BPZ 14233.03436888  .00005556  00000-0  42318-3 0  1730
+2 37974 074.0482 357.9259 0138035 067.2281 294.3419 14.94960411248031
+1 37975U 93036BQA 14229.76048904  .00001409  00000-0  49880-3 0  1817
+2 37975 074.0123 017.3256 0200384 279.2238 078.5216 14.24951359268620
+1 37976U 93036BQB 14238.15066664  .00010501  00000-0  16386-2 0  1529
+2 37976 074.0459 165.2366 0047807 219.8327 139.9537 14.72185213236934
+1 37977U 93036BQC 14238.47991522  .00002292  00000-0  78118-3 0  2380
+2 37977 073.9789 292.8268 0047475 300.9029 058.7947 14.35806767219318
+1 37978U 93036BQD 14237.17108924  .00001583  00000-0  33217-3 0  2555
+2 37978 074.0778 179.5874 0101719 216.7541 142.6747 14.57353804243858
+1 37979U 93036BQE 14238.18500190  .00025592  00000-0  28153-2 0  2322
+2 37979 074.0621 191.2901 0213152 015.6862 345.1495 14.72321720250582
+1 37980U 93036BQF 14233.65214925  .00032421  00000-0  33806-2 0  1463
+2 37980 073.9455 226.1888 0025484 081.8441 278.7041 14.89382406244404
+1 37981U 93036BQG 14238.82166454  .00003794  00000-0  11588-2 0  1601
+2 37981 073.9934 288.8045 0046297 285.3956 074.2571 14.41232413245783
+1 37983U 93036BQJ 14233.25864617  .00006241  00000-0  12951-2 0   245
+2 37983 074.0192 197.1284 0035666 287.9505 137.1719 14.59963134263756
+1 37984U 93036BQK 14238.21979938  .00008326  00000-0  15954-2 0  2334
+2 37984 073.8973 179.9677 0072470 099.3452 261.8261 14.62226805240770
+1 37985U 93036BQL 14237.43157642  .00000023  00000-0  17517-4 0  2221
+2 37985 074.0243 273.5172 0022771 310.1398 109.8179 14.34552308239672
+1 37986U 93036BQM 14237.77119363  .00005766  00000-0  15331-2 0  2923
+2 37986 074.0264 255.8295 0019067 267.0750 215.2895 14.48686580220392
+1 37988U 93036BQP 14236.35037042  .00000871  00000-0  23712-3 0  3220
+2 37988 074.0703 233.8082 0096401 263.8735 158.5147 14.46349410641781
+1 37990U 93036BQR 14233.59581139  .00001673  00000-0  59203-3 0  2377
+2 37990 074.0239 320.2311 0069196 328.9797 093.7602 14.34030858204440
+1 37993U 93036BQU 14237.43306861  .00001088  00000-0  37126-3 0  2105
+2 37993 074.0313 279.4455 0038405 296.7005 121.8091 14.37203417205793
+1 37994U 93036BQV 14237.14860203  .00000284  00000-0  11121-3 0  7074
+2 37994 074.0380 287.7088 0026817 297.7040 129.6152 14.33744217178490
+1 37995U 93036BQW 14237.40844836  .00005302  00000-0  99579-3 0  2443
+2 37995 073.9907 152.5576 0052566 261.4011 098.1198 14.64048570646405
+1 37996U 93036BQX 14223.62089595  .00001843  00000-0  13709-2 0  1463
+2 37996 074.0786 332.4655 0329424 328.9955 029.2075 13.72939536663863
+1 37997U 93036BQY 14234.96170304  .00002680  00000-0  99107-3 0  1458
+2 37997 074.0216 332.3694 0059030 296.9576 062.5552 14.31898537267209
+1 37998U 93036BQZ 14236.84351975  .00000625  00000-0  22592-3 0  2703
+2 37998 074.0390 282.7027 0024558 292.5321 182.9685 14.35419170263192
+1 37999U 93036BRA 14234.71606877  .00006202  00000-0  13606-2 0  1994
+2 37999 074.0383 261.4496 0032597 267.0278 092.7288 14.57483055262349
+1 38000U 93036BRB 14238.79569441  .00005844  00000-0  17705-2 0  1743
+2 38000 074.0384 294.3698 0052374 287.7213 071.8714 14.41459347225224
+1 38001U 93036BRC 14237.13938780  .00001095  00000-0  23186-3 0  2473
+2 38001 074.0147 148.6881 0092754 239.6054 186.1609 14.57896702242434
+1 38004U 93036BRF 14236.44714449  .00001566  00000-0  49430-3 0  3433
+2 38004 074.0371 273.1594 0030126 266.5374 093.2335 14.40854139257283
+1 38006U 93036BRH 14238.99894115  .00001128  00000-0  52451-3 0  2054
+2 38006 073.8623 001.2255 0111793 029.0127 331.7641 14.17279896242733
+1 38011U 11076E   14238.28891828  .00000680  00000-0  92152-4 0  9843
+2 38011 097.8908 315.5848 0001704 087.1427 272.9988 14.82054385145602
+1 38012U 11076F   14238.26973545  .00000181  00000-0  48697-4 0   166
+2 38012 098.1924 312.2511 0001392 073.3356 286.8002 14.58566826143315
+1 38013U 11076G   14238.16706712  .00001406  00000-0  14438-3 0  7754
+2 38013 097.9231 329.1776 0009564 180.7557 238.7088 14.91999127146335
+1 38014U 11077A   14238.16366534  .00000129  00000-0  00000+0 0  5542
+2 38014 000.0226 133.6116 0002320 039.8405 262.2518 01.00272229  9892
+1 38015U 11077B   14218.37776897  .00010615  00000-0  95046-3 0  7991
+2 38015 023.9133 346.7897 7119850 063.3893 351.0627 02.51093275 20636
+1 38016U 97051YC  14238.14080097  .00012133  00000-0  35206-2 0  3922
+2 38016 086.4139 012.8856 0054298 040.0774 084.1817 14.43425961166305
+1 38017U 97051YD  14226.83240979  .00002805  00000-0  16874-2 0  3490
+2 38017 086.3515 050.0081 0214003 108.1761 316.1688 13.95714525187356
+1 38019U 97051YF  14238.16339355  .00013174  00000-0  51268-2 0  4609
+2 38019 086.4112 029.1151 0106889 195.3811 289.9772 14.26594727233935
+1 38020U 97051YG  14236.20727204  .00002952  00000-0  15406-2 0  5706
+2 38020 086.3231 035.0976 0204467 047.7546 076.7207 14.04015728258347
+1 38022U 97051YJ  14237.55990461  .00001427  00000-0  59057-3 0  2292
+2 38022 086.2845 345.6958 0060186 080.1358 280.6620 14.25003964280295
+1 38023U 97051YK  14237.19050225  .00006751  00000-0  28974-2 0  2645
+2 38023 086.4284 042.5247 0124804 257.9758 100.7421 14.20548957249944
+1 38024U 97051YL  14237.19171362  .00004212  00000-0  19222-2 0  2929
+2 38024 086.4884 051.9152 0123774 259.4168 099.3057 14.17406054259303
+1 38025U 97051YM  14237.79943580  .00004910  00000-0  25387-2 0  3638
+2 38025 086.4977 069.0753 0196117 020.8335 033.9065 14.05403231274504
+1 38026U 97051YN  14237.60346003  .00033439  00000-0  61668-2 0  3311
+2 38026 086.4269 007.1684 0016376 019.8279 340.3567 14.65256263227853
+1 38028U 97051YQ  14237.59619395  .00000528  00000-0  16626-3 0  2742
+2 38028 086.3329 336.8729 0030136 046.2523 018.2419 14.38239848237004
+1 38030U 97051YS  14239.09641171  .00016045  00000-0  58722-2 0  4070
+2 38030 086.4005 024.3769 0113365 172.6084 187.7298 14.29441327188115
+1 38033U 97051YV  14236.94290767  .00006119  00000-0  12243-2 0  4254
+2 38033 086.2850 313.3527 0030577 326.1942 033.7318 14.61407851646223
+1 38034U 97051YW  14237.53510681  .00012545  00000-0  22061-2 0  4418
+2 38034 086.3593 330.0497 0020028 042.7249 014.9234 14.67417902252340
+1 38035U 97051YX  14216.11696821  .00062851  00000-0  78120-2 0  2983
+2 38035 086.3574 345.7634 0006778 193.6467 292.4159 14.82229958199865
+1 38038U 11079A   14238.33625450  .00000106  00000-0  51965-4 0   264
+2 38038 098.4617 312.5733 0001192 067.5166 292.6149 14.35389492140339
+1 38039U 11079B   14237.45797966  .00002593  00000-0  20525-3 0  8525
+2 38039 098.4836 022.9975 0196153 100.3746 299.6040 14.87691792145007
+1 38040U 11080A   14238.12320844 -.00000075  00000-0  16129-3 0  8104
+2 38040 052.0000 187.9701 0000297 050.6592 020.4294 12.62269539124353
+1 38041U 11080B   14238.16910113 -.00000073  00000-0  17153-3 0  8211
+2 38041 052.0052 187.9550 0000485 116.2413 344.8335 12.62268765124341
+1 38042U 11080C   14238.11570157 -.00000084  00000-0  11199-3 0  8279
+2 38042 052.0068 143.2637 0000285 005.7389 086.7250 12.62268428125077
+1 38043U 11080D   14238.15632122 -.00000112  00000-0 -48541-4 0  8214
+2 38043 052.0072 233.1918 0000293 011.3781 065.2833 12.62261820123573
+1 38044U 11080E   14238.13812984 -.00000083  00000-0  11622-3 0  8203
+2 38044 051.9878 142.0394 0000351 061.8561 044.8814 12.62268019125068
+1 38045U 11080F   14237.06824428 -.00000072  00000-0  17821-3 0  8251
+2 38045 051.9888 145.6475 0000352 053.7499 048.5317 12.62267284124937
+1 38046U 12001A   14238.31314256  .00003888  00000-0  17730-3 0   122
+2 38046 097.3988 313.6990 0003129 119.7441 310.3814 15.21217572145980
+1 38047U 12001B   14237.16706057  .00011076  00000-0  28618-3 0  1035
+2 38047 097.4152 325.5569 0008484 127.4466 295.7527 15.39260369146621
+1 38049U 12002A   14237.73062166 -.00000372  00000-0  10000-3 0  7521
+2 38049 000.4062 291.1985 0003127 278.6175 139.1197 01.00270464  9635
+1 38050U 12002B   14237.65831962  .00000737  00000-0  16073-2 0  4438
+2 38050 024.1413 122.7406 7233129 068.3710 353.3062 02.28016452 21721
+1 38051U 11062C   14238.17341943  .00132947  00000-0  10428-2 0  8449
+2 38051 051.6214 228.0281 0007399 081.2217 014.9651 15.70589633145070
+1 38054U 93036BRL 14236.27740975  .00001343  00000-0  13786-2 0  3709
+2 38054 073.9565 053.4855 0409934 108.9163 311.2544 13.45614207172030
+1 38055U 93036BRM 14225.59344492  .00001658  00000-0  37637-3 0   783
+2 38055 074.0131 195.9639 0100686 270.6209 088.9847 14.53815274195311
+1 38056U 93036BRN 14237.54189171  .00000669  00000-0  55923-3 0  1367
+2 38056 073.9262 313.8643 0353808 014.7442 346.3672 13.64857032194880
+1 38057U 93036BRP 14238.02194563  .00001073  00000-0  62549-3 0  1488
+2 38057 074.0136 125.9123 0185800 132.1044 229.6189 14.01333276248478
+1 38058U 93036BRQ 14237.20982655  .00001131  00000-0  10187-2 0  2447
+2 38058 074.0100 066.3829 0456873 076.7468 288.3748 13.46017925161515
+1 38059U 93036BRR 14229.13147431  .00046789  00000-0  27054-2 0  1679
+2 38059 073.9734 050.2597 0056188 177.2181 182.5394 15.10693165246442
+1 38060U 93036BRS 14237.51865919  .00000892  00000-0  22264-3 0  2349
+2 38060 074.0480 186.6437 0073767 262.1294 214.7915 14.51550275251184
+1 38061U 93036BRT 14237.48703273  .00009895  00000-0  22659-2 0  7388
+2 38061 073.9795 260.9295 0045531 267.2344 210.8314 14.55071415156935
+1 38062U 93036BRU 14233.60944935  .00001240  00000-0  33546-3 0  1806
+2 38062 074.0249 230.2825 0036979 305.7231 054.0984 14.47336293492786
+1 38063U 93036BRV 14237.38401232  .00004009  00000-0  66289-3 0  3206
+2 38063 074.0180 134.2499 0113601 199.0826 160.6073 14.66460911182733
+1 38064U 93036BRW 14237.39448276  .00000680  00000-0  21880-3 0  2698
+2 38064 074.0262 254.3166 0063783 300.4244 059.0617 14.40092353179102
+1 38065U 93036BRX 14237.18153156  .00002814  00000-0  88541-3 0  6339
+2 38065 074.0354 277.8188 0025681 284.5777 130.7953 14.40692528149553
+1 38066U 93036BRY 14237.42288003  .00005487  00000-0  14898-2 0  5361
+2 38066 074.0333 267.0074 0027591 281.6993 078.1070 14.47580268162943
+1 38067U 93036BRZ 14237.48635432  .00000722  00000-0  17771-3 0  1301
+2 38067 074.0178 174.3510 0084000 261.3489 097.7751 14.52120061198746
+1 38072U 12002C   14234.30607505 -.00000265  00000-0  00000+0 0  4678
+2 38072 000.4635 294.1334 0058103 251.0852 232.8869 00.99396831  9315
+1 38077U 12006A   14238.04142323 -.00000022  00000-0  10000-3 0  5042
+2 38077 069.4900 099.4929 0008926 169.7227 190.3986 12.54930397116025
+1 38078U 12006B   14237.48121304  .00026493  33031-5  54091-3 0  1224
+2 38078 069.4660 251.7051 0584745 299.6141 174.2581 14.53081573131690
+1 38079U 12006C   14238.17707683  .00067627  45883-5  69290-3 0  9443
+2 38079 069.4498 165.7482 0337185 253.2053 226.5459 15.17948794134050
+1 38080U 12006D   14238.19860585  .00074008  48108-5  72207-3 0  2852
+2 38080 069.4417 162.4509 0327827 252.7681 103.7367 15.20767572134118
+1 38081U 12006E   14238.21783023  .00063032  44757-5  62177-3 0  3416
+2 38081 069.4608 164.7713 0336570 252.9608 225.7756 15.18838693134071
+1 38082U 12006F   14239.01232277  .01285452  00000-0  13151-2 0  5326
+2 38082 069.4156 110.5074 0076822 225.8333 133.6724 16.04327366135534
+1 38083U 12006G   14238.11996499  .00127143  76965-5  84811-3 0  5455
+2 38083 069.4428 141.0331 0242713 239.1524 118.5578 15.44748729134683
+1 38084U 12006H   14238.13139642  .00064230  44743-5  66468-3 0  4584
+2 38084 069.4489 169.5978 0347437 255.3309 216.9856 15.15692985133943
+1 38085U 12006J   14237.97126920  .00064080  44163-5  69293-3 0  3027
+2 38085 069.4556 175.1406 0364933 257.8008 098.2066 15.11266125133786
+1 38086U 12006K   14237.45720617  .00026462  34915-5  24811-3 0  5513
+2 38086 069.4975 203.8136 0547087 268.1770 243.8226 14.75756847132931
+1 38087U 12007A   14237.10518662 -.00000186  00000-0  00000+0 0  5533
+2 38087 000.0487 333.1590 0001487 194.1009 181.8979 01.00271651  9291
+1 38088U 12007B   14238.58405934  .00000059  00000-0  10000-3 0  3793
+2 38088 025.1520 257.3318 6180268 328.4650 006.0606 02.22067686 20483
+1 38089U 12007C   14237.45087656  .00001535  00000-0  31984-3 0  5118
+2 38089 049.6322 054.9022 5097903 270.8554 049.7338 05.44667533 49901
+1 38091U 12008A   14238.92073853  .00000000  00000-0  10000-3 0  7315
+2 38091 000.9265 003.9646 0002508 150.3971 210.8388 01.00271167  9244
+1 38095U 12008C   14233.50092028  .00033893  00000-0  49404-2 0   120
+2 38095 021.0569 024.2793 7143399 125.0640 352.6523 02.47037212 21301
+1 38098U 12011A   14238.71443078 -.00000073  00000-0  00000+0 0  5474
+2 38098 000.0212 041.4406 0002289 137.6296 125.1036 01.00271650  8906
+1 38099U 12011B   14238.21433225  .00000000  00000-0  10000-3 0  2575
+2 38099 029.0120 285.3746 7739240 325.2611 003.2566 01.11829668  9904
+1 38100U 12011C   14238.68986365  .00000011  00000-0  43055-5 0  4524
+2 38100 050.7034 043.5057 5083806 359.4556 000.1475 05.40421535 47641
+1 38101U 12012A   14238.46141259  .00000000  00000-0  10000-3 0  7496
+2 38101 000.6348 315.0689 0001974 174.2332 186.1371 01.00295585  8821
+1 38104U 12012D   14238.02354388  .00379111  00000-0  10000-3 0  3544
+2 38104 000.6338 313.2315 0010154 321.3344 038.9676 00.99587690  8793
+1 38105U 12012E   14237.35378661  .00005161  00000-0  78224-3 0  7581
+2 38105 047.4183 295.8608 6459172 331.0566 005.0650 03.38835092 26120
+1 38107U 12013A   14239.14254738  .00000000  00000-0  10000-3 0  7676
+2 38107 000.0419 087.5470 0003158 100.4076 275.1446 01.00267975  8926
+1 38110U 99025EPF 14238.86630711  .00000918  00000-0  65131-3 0  1425
+2 38110 098.1241 264.1681 0208013 314.9618 043.5307 13.87844295215263
+1 38111U 99025EPG 14239.13290807  .00022934  00000-0  10170-2 0  2677
+2 38111 099.2325 306.3071 0114958 309.1530 050.0031 15.15718080217088
+1 38112U 99025EPH 14236.36184739  .00013218  00000-0  50492-3 0   963
+2 38112 098.2879 101.9691 0016942 144.7324 002.3237 15.26649994288712
+1 38114U 99025EPK 14236.79874687  .00002795  00000-0  15471-2 0   505
+2 38114 097.9252 248.0447 0163139 114.2293 247.6239 14.05435699280679
+1 38115U 99025EPL 14226.25723654  .00003059  00000-0  23055-2 0   368
+2 38115 097.7001 041.4750 0351308 169.6493 191.1896 13.69319435317339
+1 38116U 99025EPM 14235.83737420  .00000561  00000-0  32649-3 0  2142
+2 38116 099.0292 232.0832 0076995 321.4231 157.8452 14.11301891263017
+1 38119U 99025EPQ 14230.34116887  .00002822  00000-0  22374-2 0   934
+2 38119 098.6347 270.0193 0390144 201.5504 156.0420 13.61765970222426
+1 38120U 99025EPR 14236.53222344  .00005635  00000-0  19070-2 0  2294
+2 38120 098.3897 135.6013 0060986 052.8960 070.1459 14.36123475231387
+1 38121U 99025EPS 14231.39014839  .00000490  00000-0  24085-3 0  1209
+2 38121 099.0647 298.4164 0242375 271.3153 086.0579 14.08323956255818
+1 38122U 99025EPT 14229.29688975  .00000659  00000-0  18833-3 0  1429
+2 38122 098.6803 257.1323 0262292 213.2603 145.1711 14.30485425205457
+1 38123U 99025EPU 14210.87124001  .00000774  00000-0  11997-2 0  1026
+2 38123 100.4975 238.9163 0446465 337.8966 020.3465 13.20669106235428
+1 38124U 99025EPV 14239.09217940 -.00000004  00000-0  00000+0 0   663
+2 38124 097.8267 350.7379 0360479 175.7395 184.7409 13.39495831331386
+1 38127U 99025EPY 14234.55149998  .00000920  00000-0  37624-3 0   795
+2 38127 098.9807 345.7363 0066038 285.2238 074.1404 14.28634301310903
+1 38129U 99025EQA 14237.13920109  .00001276  00000-0  10428-2 0  1311
+2 38129 097.9855 197.5776 0144442 041.0237 320.0778 13.86331480213354
+1 38130U 99025EQB 14229.98601452  .00000398  00000-0  44025-3 0  1656
+2 38130 098.6142 297.9992 0230982 063.0708 299.3835 13.65844866191676
+1 38131U 99025EQC 14218.12586062  .00001773  00000-0  12682-2 0  1572
+2 38131 097.9110 182.2316 0142514 027.1288 333.8661 13.93498021228229
+1 38132U 99025EQD 14233.83391474  .00002648  00000-0  14440-2 0   844
+2 38132 099.2495 233.7303 0207162 235.9221 122.2129 14.02711422253148
+1 38134U 99025EQF 14232.25722300  .00001961  00000-0  12360-2 0  1811
+2 38134 098.4830 035.2596 0133085 293.1843 065.5289 14.01080842245995
+1 38135U 99025EQG 14234.15382262  .00000962  00000-0  37322-3 0  1403
+2 38135 098.9272 213.8298 0246752 038.7516 323.0768 14.16970481257169
+1 38136U 99025EQH 14219.16154525  .00002698  00000-0  23405-2 0   679
+2 38136 098.6086 347.0476 0157792 267.9286 089.7647 13.81434607246394
+1 38137U 99025EQJ 14237.76035962  .00000197  00000-0  15414-3 0  1449
+2 38137 099.1341 222.0638 0050300 004.3965 355.7051 14.03124221270914
+1 38138U 99025EQK 14238.31306431  .00001309  00000-0  73919-3 0  2007
+2 38138 099.0299 263.6052 0052460 241.7777 117.6453 14.11366211197605
+1 38139U 99025EQL 14234.16689597  .00008284  00000-0  26265-2 0  1160
+2 38139 099.1326 004.1346 0034401 243.1382 116.6286 14.39963004291392
+1 38140U 99025EQM 14235.81748209  .00001711  00000-0  77688-3 0   647
+2 38140 098.9097 252.1553 0064367 240.2288 098.1752 14.22118545291552
+1 38142U 99025EQP 14234.30324579  .00003823  00000-0  11696-2 0  2051
+2 38142 098.7108 258.1967 0109869 049.6867 311.3857 14.38941188198580
+1 38143U 99025EQQ 14238.14397286  .00000859  00000-0  61022-3 0  1305
+2 38143 099.1519 207.1744 0070928 064.7716 355.5757 13.99162738193703
+1 38144U 99025EQR 14237.55927993  .00000587  00000-0  72466-3 0  1205
+2 38144 099.0375 000.4477 0308678 309.9443 048.4691 13.50749576289908
+1 38147U 99025EQU 14236.84758541  .00000294  00000-0  16945-3 0  1766
+2 38147 098.9299 252.2328 0052684 272.6547 086.8597 14.16195440289651
+1 38148U 99025EQV 14236.45246992  .00001308  00000-0  12192-2 0  1043
+2 38148 099.0410 105.3268 0191069 029.0099 332.0393 13.75839639300953
+1 38149U 99025EQW 14237.41349572  .00000201  00000-0  10668-3 0  1698
+2 38149 098.7823 298.9023 0081131 310.3529 049.0499 14.22558362255694
+1 38150U 99025EQX 14238.89050801  .00004897  00000-0  14056-2 0  1269
+2 38150 098.6888 268.0769 0109825 019.2541 341.3238 14.41446070262297
+1 38152U 99025EQZ 14232.85184402  .00031803  00000-0  26193-2 0  1853
+2 38152 099.0727 102.4039 0058971 027.2195 331.2602 14.97640061656855
+1 38155U 99025ERC 14238.16621760  .00000677  00000-0  48132-3 0  2022
+2 38155 098.4359 011.3966 0131223 305.0467 053.7871 13.96620253291601
+1 38156U 99025ERD 14236.79338404  .00011150  00000-0  19763-2 0  3093
+2 38156 099.0757 073.2465 0109159 090.5775 270.7934 14.63609890207385
+1 38157U 99025ERE 14239.09851161  .00001093  00000-0  39966-3 0  1743
+2 38157 099.7033 104.9548 0314441 008.6533 352.0363 14.08946176185855
+1 38158U 99025ERF 14233.32618344  .00000393  00000-0  45403-3 0  1316
+2 38158 099.6845 273.8350 0223841 304.9936 053.0329 13.65597732247711
+1 38159U 99025ERG 14238.05844086  .00000719  00000-0  51622-3 0  1475
+2 38159 099.2750 328.3792 0065550 110.2765 250.5326 13.99357900253354
+1 38160U 99025ERH 14238.24168116  .00002881  00000-0  16216-2 0  1809
+2 38160 099.0993 255.0101 0037063 342.6889 017.3015 14.10884931273718
+1 38162U 99025ERK 14238.83178032  .00003509  00000-0  17792-2 0  1374
+2 38162 099.8088 061.6506 0239250 029.2152 332.2620 14.02337266254238
+1 38164U 99025ERM 14237.81801369 -.00005972  00000-0 -10661-2 0   958
+2 38164 099.0800 095.1932 0085881 350.2740 009.6959 14.64127178235694
+1 38165U 99025ERN 14238.47541564  .00001644  00000-0  75231-3 0  2306
+2 38165 099.0321 325.6856 0038652 306.4754 053.3352 14.21058650293082
+1 38166U 99025ERP 14237.14961984  .00001575  00000-0  10317-2 0  2746
+2 38166 099.1201 218.6295 0083512 085.5239 336.1938 14.01918836225757
+1 38167U 99025ERQ 14214.53402927  .00018511  00000-0  34396-2 0  1326
+2 38167 098.7761 322.3895 0101833 022.0086 038.7844 14.61882670227874
+1 38168U 99025ERR 14237.27344464  .00001399  00000-0  79553-3 0  2337
+2 38168 099.0343 268.3213 0056572 012.6351 347.5727 14.10760803244212
+1 38169U 99025ERS 14238.46799693  .00001218  00000-0  49092-3 0  1534
+2 38169 098.9454 328.0158 0061140 325.3861 034.3837 14.27012563236027
+1 38170U 99025ERT 14233.87842300  .00001679  00000-0  80726-3 0  1721
+2 38170 098.9833 267.5559 0155318 002.0624 358.0600 14.14075398227293
+1 38171U 99025ERU 14238.04369756  .00006748  00000-0  93763-3 0  1351
+2 38171 099.4676 177.7373 0333939 310.4267 046.7627 14.46555354240898
+1 38172U 99025ERV 14237.24553536  .00000287  00000-0  41010-3 0  2029
+2 38172 100.5081 041.8701 0287734 265.3985 091.5647 13.50282704316394
+1 38174U 10047D   14237.02494507  .00000554  00000-0  19197-3 0  3069
+2 38174 097.9646 169.3303 0214281 232.3812 188.1042 14.27189522201200
+1 38175U 10047E   14237.11973530  .00000541  00000-0  18440-3 0  4357
+2 38175 098.0587 188.2877 0209776 239.1980 178.2934 14.28614810647306
+1 38176U 11068D   14235.32361234  .00000714  00000-0  23842-3 0  3099
+2 38176 098.5816 261.8176 0127424 173.9203 251.4635 14.36055715140491
+1 38177U 11068E   14234.26818527  .00000607  00000-0  20711-3 0  4560
+2 38177 098.4209 234.5623 0143482 160.7793 267.1428 14.34254565139990
+1 38178U 11068F   14237.80088115  .00000646  00000-0  24849-3 0  3069
+2 38178 098.4092 225.2320 0138476 168.4266 313.1487 14.28436427141069
+1 38179U 11068G   14237.82367049  .00000409  00000-0  20956-3 0  3969
+2 38179 098.6570 235.8300 0138572 223.8961 258.8087 14.15895775141515
+1 38180U 11068H   14235.83540749  .00000348  00000-0  17470-3 0  2777
+2 38180 098.5959 227.2857 0151277 222.1362 257.7255 14.16770793139956
+1 38183U 66040BB  14236.48078854  .00000641  00000-0  13394-2 0  2827
+2 38183 100.4761 324.5510 0050757 000.6712 057.6517 13.35813877131130
+1 38184U 10051E   14237.13106778  .00002709  00000-0  52130-3 0  4831
+2 38184 097.8344 183.5512 0176002 094.7978 322.7715 14.54864762203870
+1 38186U 10051G   14237.36278233  .00033106  00000-0  12504-2 0  4839
+2 38186 097.6303 274.1167 0057024 162.9772 197.3396 15.25385629210654
+1 38187U 11069D   14235.79674598 -.00000088  00000-0  00000+0 0  1958
+2 38187 001.9692 033.3449 3863833 043.7500 341.4167 01.71975379 14825
+1 38188U 93036BSC 14227.93024174  .00003194  00000-0  11238-2 0  2217
+2 38188 074.0062 321.4923 0053326 330.3368 029.5562 14.34483905165145
+1 38189U 93036BSD 14230.77648674  .00005406  00000-0  12936-2 0  2057
+2 38189 074.0022 259.1723 0022187 262.0020 097.9023 14.53657511164556
+1 38191U 93036BSF 14237.92508282  .00004164  00000-0  14306-2 0   707
+2 38191 074.0122 311.6968 0053041 297.2248 177.0486 14.35585188206358
+1 38192U 93036BSG 14236.35320866  .00004527  00000-0  11713-2 0  2955
+2 38192 074.0295 245.5652 0032260 279.0902 141.7033 14.49854250184287
+1 38195U 93036BSK 14236.36589387  .00003611  00000-0  10577-2 0  1830
+2 38195 073.8374 238.2210 0060166 228.1222 195.7036 14.43245306224850
+1 38196U 93036BSL 14237.00122238  .00002181  00000-0  66432-3 0  1812
+2 38196 073.8949 354.7981 0235634 317.3293 040.8651 14.27890521181055
+1 38197U 93036BSM 14238.07221693  .00003606  00000-0  12184-2 0  1475
+2 38197 073.9519 018.7841 0260673 084.2482 278.7903 14.19790746266597
+1 38198U 93036BSN 14224.69308160  .00003921  00000-0  83746-3 0  1253
+2 38198 074.0306 229.3241 0057278 284.6222 074.8596 14.58171793219444
+1 38199U 93036BSP 14233.64498186  .00000114  00000-0  11269-3 0  1259
+2 38199 073.9600 334.5533 0382335 354.4350 005.2586 13.60179827212837
+1 38204U 93036BSU 14220.13443097  .00003990  00000-0  13668-2 0  1436
+2 38204 073.9784 019.9921 0090458 349.9906 010.4162 14.34239930272580
+1 38205U 93036BSV 14236.41700352  .00013478  00000-0  14436-2 0  2971
+2 38205 074.0127 131.2731 0155035 327.0330 152.8252 14.80225766260640
+1 38206U 93036BSW 14237.92535280  .00013682  00000-0  26081-2 0  1172
+2 38206 074.1586 332.6314 0171378 289.8413 068.4348 14.55011729235105
+1 38208U 93036BSY 14237.80926078  .00001776  00000-0  57653-3 0  2666
+2 38208 074.0226 270.2264 0019636 284.8110 190.3615 14.39511062162978
+1 38209U 93036BSZ 14233.30100735  .00031925  00000-0  21649-2 0   642
+2 38209 074.1190 098.0842 0066305 105.7724 259.3705 15.04485832264477
+1 38210U 93036BTA 14236.28650841  .00005319  00000-0  12459-2 0  3002
+2 38210 074.0262 213.9354 0035336 280.4354 079.2827 14.54423115151776
+1 38211U 93036BTB 14238.99270160  .00020230  00000-0  38413-2 0  5655
+2 38211 074.0278 247.3311 0021958 271.4036 088.5108 14.64020243148452
+1 38212U 93036BTC 14237.34464518  .00000942  00000-0  17061-3 0  1466
+2 38212 074.0550 119.3597 0121299 188.1753 171.7443 14.63181126210554
+1 38213U 93036BTD 14235.41942688  .00002579  00000-0  78335-3 0  1236
+2 38213 074.0440 272.7479 0025195 285.7329 073.9492 14.42473153242572
+1 38214U 93036BTE 14238.56054578  .00008672  00000-0  16308-2 0  2151
+2 38214 074.0377 193.0809 0023502 274.1110 085.7864 14.64431400251605
+1 38215U 93036BTF 14238.14461551  .00005830  00000-0  16599-2 0  4932
+2 38215 074.0348 270.8800 0022320 277.3133 138.4441 14.45350644144007
+1 38216U 93036BTG 14235.47394858  .00006463  00000-0  15359-2 0  1754
+2 38216 074.0347 261.6044 0021887 251.6652 177.7183 14.53929658190593
+1 38218U 93036BTJ 14211.91997804  .00008599  00000-0  18349-2 0  2552
+2 38218 074.0313 292.3287 0018518 303.9022 177.8753 14.58905080161979
+1 38219U 93036BTK 14230.91550144  .00004396  00000-0  69174-3 0  1324
+2 38219 073.6448 085.7874 0071864 102.9494 256.5200 14.71116370259558
+1 38220U 93036BTL 14235.78682704  .00001352  00000-0  43804-3 0  1976
+2 38220 074.0377 277.3983 0022003 278.1190 081.7469 14.39808171256043
+1 38221U 93036BTM 14233.33317583  .00002959  00000-0  67977-3 0  1641
+2 38221 074.0072 228.9680 0107952 277.8094 081.1310 14.52416118192519
+1 38224U 97051YY  14236.18110073  .00006706  00000-0  28862-2 0  2549
+2 38224 086.3929 032.6290 0117993 242.4551 244.3862 14.20824625252195
+1 38225U 97051YZ  14235.25212993  .00002720  00000-0  16267-2 0  1481
+2 38225 086.3630 051.3318 0211105 094.6145 267.7240 13.96281785173591
+1 38226U 97051ZA  14237.32962324  .00005259  00000-0  17698-2 0  1997
+2 38226 086.3898 356.1038 0007687 359.5080 357.6054 14.36939647265408
+1 38227U 97051ZB  14236.58043908  .00002460  00000-0  71511-3 0  1449
+2 38227 086.3189 333.7734 0010483 039.9357 320.3036 14.43915440263172
+1 38228U 97051ZC  14229.62218391  .00000764  00000-0  32972-3 0  1899
+2 38228 086.2992 354.7444 0066600 115.9747 245.1468 14.21980889263162
+1 38229U 97051ZD  14237.79880297  .00002113  00000-0  14112-2 0  1544
+2 38229 086.3865 064.7996 0242185 143.0497 218.8710 13.87339378239679
+1 38231U 97051ZF  14235.60005823  .00006310  00000-0  18000-2 0  2745
+2 38231 086.2610 338.0483 0072900 063.7156 297.3415 14.43507744265314
+1 38232U 97051ZG  14237.22200663  .00009063  00000-0  36926-2 0  2133
+2 38232 086.4580 045.5566 0115102 212.6337 146.7706 14.23800198269741
+1 38233U 97051ZH  14238.15882096  .00004490  00000-0  24100-2 0  2627
+2 38233 086.2304 011.9257 0181273 003.2792 120.1815 14.04761782241155
+1 38234U 97051ZJ  14237.70089850  .00004663  00000-0  14535-2 0   569
+2 38234 086.4631 022.6056 0070341 030.5983 329.8733 14.39289244246973
+1 38235U 97051ZK  14231.64411579  .00007548  00000-0  19753-2 0  1983
+2 38235 086.4020 000.2327 0002952 022.2223 337.9108 14.49240695648876
+1 38236U 97051ZL  14236.59897169  .00002095  00000-0  83017-3 0  1770
+2 38236 086.2569 343.5092 0078291 115.5160 245.3389 14.26746008190835
+1 38237U 97051ZM  14239.06066529  .00005637  00000-0  14379-2 0  3977
+2 38237 086.3884 354.6381 0018513 316.4275 043.5956 14.50537139601847
+1 38240U 97051ZQ  14216.03296195  .00145703  00000-0  10248-1 0  1659
+2 38240 086.2214 315.1956 0025716 256.4045 103.8073 15.04115554262709
+1 38243U 97051ZT  14227.63892140  .00006038  00000-0  17284-2 0  2524
+2 38243 086.3576 355.9189 0037553 020.0976 339.8999 14.44498721199872
+1 38244U 97051ZU  14235.59463179  .00006169  00000-0  13823-2 0  1377
+2 38244 086.4429 002.6085 0007596 140.2736 219.3838 14.56495971241032
+1 38245U 12016A   14237.80347755  .00000110  00000-0  10000-3 0  6542
+2 38245 000.0061 146.6386 0001034 358.8656 165.3209 01.00273769  8665
+1 38246U 12016B   14235.97431818  .00001390  00000-0  27008-3 0  5381
+2 38246 049.5625 234.6910 5146336 211.2441 104.1107 05.36346651 45455
+1 38247U 12016C   14230.53161210 -.00000262  00000-0  00000+0 0  3032
+2 38247 024.8272 024.3593 6151210 297.9393 013.6464 02.19983614 18629
+1 38248U 12017A   14238.30353247  .00001512  00000-0  99730-4 0  6360
+2 38248 097.5624 244.4698 0002894 024.3252 069.9710 15.08953391128533
+1 38249U 12017B   14237.11795805  .00009675  00000-0  27322-3 0  6881
+2 38249 097.5014 261.2541 0035692 091.5536 268.9797 15.35932050129956
+1 38250U 12018A   14237.68364374  .00000004  00000-0  10000-3 0  7400
+2 38250 055.5661 088.7250 0023276 197.0917 057.1450 01.86233468 15955
+1 38251U 12018B   14237.72502074  .00000003  00000-0  10000-3 0  7552
+2 38251 055.5013 088.2149 0026162 191.2497 136.2368 01.86234320 15950
+1 38252U 12018C   14238.74742699  .00007459  00000-0  15471-2 0  8789
+2 38252 055.0630 045.1134 5796163 056.1454 346.3137 04.34440820 35320
+1 38253U 12018D   14238.57371853  .00061807  00000-0  83339-3 0  6808
+2 38253 055.0254 236.7300 4748388 150.2291 248.4141 06.20171042 44114
+1 38256U 12020A   14238.38984556  .00004089  00000-0  17499-3 0  6828
+2 38256 097.4436 357.7447 0014571 224.4491 220.4522 15.23285411128202
+1 38257U 12021A   14238.36977579  .00006158  00000-0  21495-3 0  6241
+2 38257 097.3334 004.7212 0002297 235.0492 186.4388 15.29956701128191
+1 38258U 12021B   14238.35791762  .00062716  00000-0  44210-3 0  5790
+2 38258 097.3217 022.8921 0002992 133.3091 309.9154 15.73895803129410
+1 38262U 07019B   14237.52809324  .00000932  00000-0  29283-3 0  4163
+2 38262 097.8114 121.7715 0190423 136.7467 343.1173 14.32580260352700
+1 38263U 07019C   14237.47240861  .00000637  00000-0  23093-3 0  3752
+2 38263 097.9010 115.0331 0232144 285.7902 198.3491 14.22648225374783
+1 38264U 08061C   14236.93008534  .00000649  00000-0  24708-3 0  2789
+2 38264 097.9037 109.0022 0269878 188.5651 229.8283 14.15650629294129
+1 38265U 09069B   14238.13674080  .00000650  00000-0  24170-3 0  2413
+2 38265 097.8037 196.1377 0247818 144.3997 274.0815 14.19204623239475
+1 38266U 09069C   14238.17320725  .00000405  00000-0  16486-3 0  3962
+2 38266 097.9235 211.7631 0267620 204.3935 219.8004 14.14461060238130
+1 38267U 10040B   14236.84323153  .00017526  00000-0  12876-2 0  5157
+2 38267 097.2749 243.0777 0164759 070.1725 050.8810 14.93171247643093
+1 38268U 10040C   14237.87952785  .00026510  00000-0  15401-2 0  5511
+2 38268 097.2057 248.6971 0124497 348.7228 128.9624 15.05661929207653
+1 38269U 12020B   14237.42421290  .00007081  00000-0  59451-3 0  5207
+2 38269 097.3913 301.9849 0164240 291.9286 066.4544 14.88673533124015
+1 38270U 12020C   14238.08977579  .00006681  00000-0  62488-3 0  4789
+2 38270 097.2657 284.4355 0188324 303.7609 054.5787 14.81883576123668
+1 38271U 79095BR  14236.94634017  .00001053  00000-0  56997-3 0  2363
+2 38271 081.2047 102.0200 0007319 088.6820 271.4608 14.11864656163181
+1 38272U 79095BS  14237.35283278  .00000709  00000-0  37895-3 0  1934
+2 38272 081.2027 101.4150 0017127 179.6533 180.4443 14.12192085165164
+1 38273U 79095BT  14236.38955157  .00001581  00000-0  83712-3 0  2253
+2 38273 081.2139 101.1518 0004358 176.7798 301.2112 14.13288613189376
+1 38274U 79095BU  14237.37126497  .00001313  00000-0  69088-3 0   960
+2 38274 081.2035 097.2022 0021475 159.8184 200.4179 14.13407702151720
+1 38275U 79095BV  14236.33064908  .00000960  00000-0  48948-3 0  2358
+2 38275 081.2013 098.3197 0010464 199.6604 160.4168 14.15046668204057
+1 38276U 79095BW  14233.95914530  .00000813  00000-0  44332-3 0  2405
+2 38276 081.2003 105.5502 0011174 216.9780 201.8438 14.11275128786961
+1 38278U 79095BY  14238.33619758  .00001094  00000-0  59347-3 0  2727
+2 38278 081.2059 100.8784 0007733 043.9004 316.2796 14.11772391148534
+1 38279U 79095BZ  14237.93077727  .00003543  00000-0  17074-2 0  1479
+2 38279 081.2003 090.2382 0004617 342.8469 081.4388 14.18542060219367
+1 38280U 79095CA  14237.98459760  .00001155  00000-0  61011-3 0  2207
+2 38280 081.2014 098.7039 0000915 216.8792 210.1133 14.13260603197021
+1 38281U 88005AJ  14212.18208968  .00000844  00000-0  68596-3 0   898
+2 38281 082.5434 176.1457 0014033 009.1379 350.9580 13.88834136261926
+1 38282U 88005AK  14231.51746705  .00001241  00000-0  98272-3 0  1890
+2 38282 082.5412 156.5667 0024470 357.9063 125.9060 13.90595779184341
+1 38285U 88005AN  14231.11023212  .00001137  00000-0  93587-3 0  1427
+2 38285 082.5769 165.5844 0017881 021.3465 338.6215 13.88348962362881
+1 38286U 88005AP  14236.52841674  .00000654  00000-0  51849-3 0  2775
+2 38286 082.5326 153.1961 0042999 343.7272 136.1525 13.89581456288069
+1 38287U 88005AQ  14238.46472771  .00000745  00000-0  61438-3 0  1202
+2 38287 082.5258 156.4002 0014342 270.6573 089.3421 13.89051189212122
+1 38288U 81043W   14233.63014067  .00000562  00000-0  27694-3 0  1788
+2 38288 081.2715 328.6514 0055141 112.0057 248.6761 14.15523414186285
+1 38289U 82025BF  14237.21830098  .00002067  00000-0  12647-2 0   386
+2 38289 082.5272 200.4083 0013504 195.5746 226.9726 14.05423859527329
+1 38293U 10059C   14236.17685307  .00000020  00000-0  26434-4 0  2632
+2 38293 098.8824 206.1080 0010830 236.0700 180.2107 14.28394499191624
+1 38294U 10059D   14235.80382185  .00000148  00000-0  16015-3 0  2623
+2 38294 098.6336 065.2329 0268629 114.2402 315.4155 13.70732241179097
+1 38295U 10059E   14237.36679580  .00000213  00000-0  22251-3 0  2481
+2 38295 098.6472 063.4780 0275639 116.3138 002.8971 13.68458749180807
+1 38296U 10059F   14235.85422608  .00000150  00000-0  15809-3 0  2774
+2 38296 098.6974 083.4545 0248316 091.7213 336.9272 13.74433585187268
+1 38297U 10059G   14235.80550006  .00000139  00000-0  14814-3 0  2552
+2 38297 098.6637 079.4187 0245637 082.4108 340.5417 13.74872958185828
+1 38298U 10027C   14237.04123963  .00002858  00000-0  49613-3 0  3976
+2 38298 097.7604 163.0862 0210994 109.2896 309.2102 14.55325082218903
+1 38299U 10027D   14237.12003596  .00002363  00000-0  41834-3 0  3883
+2 38299 097.9008 183.8544 0214447 133.4928 294.7157 14.54288062218748
+1 38300U 10027E   14235.60334612  .00003509  00000-0  57929-3 0  3530
+2 38300 097.7014 157.1327 0200726 089.7803 030.9476 14.58467580216019
+1 38301U 10027F   14238.08977000  .00003877  00000-0  63744-3 0  3811
+2 38301 097.8493 184.1087 0202578 100.1813 316.8893 14.58380903213021
+1 38302U 10027G   14237.56207412  .00003286  00000-0  57753-3 0  3858
+2 38302 097.6592 145.1431 0217415 108.7367 013.1069 14.53936721216119
+1 38303U 10009G   14237.51651889  .00000625  00000-0  94052-3 0   972
+2 38303 063.4153 251.3468 0182237 002.4509 357.7256 13.54716145213821
+1 38304U 10009H   14237.43508369  .00000126  00000-0  63985-3 0  1651
+2 38304 063.3199 233.6456 0094006 227.8856 209.4501 13.03490431212405
+1 38305U 10009J   14236.52672357 -.00000048  00000-0  10000-3 0  2071
+2 38305 063.4976 285.8299 0113537 141.0194 219.8938 12.99676882211810
+1 38307U 11066E   14238.96427918  .00018344  00000-0  13973-2 0  5091
+2 38307 097.3155 232.7049 0198508 074.4818 287.8726 14.87682753148096
+1 38308U 11066F   14236.79834728  .00023627  00000-0  16276-2 0  5091
+2 38308 097.2725 233.0129 0172743 043.3352 078.4553 14.94440274150490
+1 38309U 11079C   14238.04704984  .00001556  00000-0  42190-3 0  3557
+2 38309 098.3904 315.0466 0125503 198.2504 284.9209 14.44514384504795
+1 38310U 11079D   14237.52360192  .00001838  00000-0  51523-3 0  3238
+2 38310 098.6654 338.5229 0135752 226.0909 196.8785 14.42055226513721
+1 38311U 11079E   14238.07250182  .00001015  00000-0  32614-3 0  3212
+2 38311 098.4463 310.9410 0127112 222.1253 257.0865 14.37038742513350
+1 38312U 11079F   14236.46037162  .00000673  00000-0  23938-3 0  2807
+2 38312 098.4365 303.0866 0126679 237.4314 189.8532 14.33162385507920
+1 38313U 11043C   14234.12686465  .00000001  00000-0  59384-4 0  2031
+2 38313 099.4627 195.3320 0220616 275.4384 144.9908 13.50264618147935
+1 38314U 11043D   14235.70556895 -.00000015  00000-0  40785-4 0  1737
+2 38314 099.4836 182.3080 0267936 324.4984 152.7862 13.40705047146428
+1 38315U 11043E   14237.72000119  .00000050  00000-0  12558-3 0  2077
+2 38315 099.5068 204.5594 0218839 270.0663 087.5398 13.50664702143274
+1 38316U 11043F   14237.14658690  .00000025  00000-0  94005-4 0  2044
+2 38316 099.4805 196.5812 0230437 285.5011 139.3272 13.48310966146910
+1 38317U 12001D   14236.30641323  .00022020  00000-0  10558-2 0  6022
+2 38317 097.3295 269.3880 0095670 177.8389 243.6227 15.14871005137622
+1 38318U 12001E   14237.30857906  .00009626  00000-0  84657-3 0  4803
+2 38318 097.4306 247.5701 0192166 294.6519 119.8607 14.83560542137103
+1 38321U 08064G   14238.83620302  .00109378  00000-0  22972-2 0  5748
+2 38321 097.4202 188.3093 0073138 098.8646 262.1430 15.42413041307944
+1 38322U 08064H   14238.07906516  .00026749  00000-0  11560-2 0  5447
+2 38322 097.4147 166.9981 0119038 183.9574 233.8156 15.16160764303732
+1 38323U 08056J   14234.47667889  .00000462  00000-0  33171-3 0  4442
+2 38323 098.4707 099.5284 0204934 120.9921 358.2082 13.91544611291835
+1 38324U 08056K   14235.34310391  .00005439  00000-0  13284-2 0  1250
+2 38324 098.5596 273.0596 0146019 127.3684 233.9767 14.46710911240645
+1 38325U 09072D   14238.20003848 -.00000011  00000-0  59937-4 0  1680
+2 38325 100.4563 022.6359 0155898 220.6951 138.2482 13.46051196167873
+1 38326U 10051H   14238.06114619  .00001637  00000-0  35766-3 0  3558
+2 38326 097.7916 164.3284 0200203 128.6672 289.8000 14.47263112195575
+1 38327U 11068J   14237.69986350  .00000329  00000-0  25264-3 0  4263
+2 38327 098.6439 189.4541 0206752 305.2761 175.0561 13.90157237139143
+1 38328U 01049QP  14237.93261986  .00018268  00000-0  95686-3 0  5458
+2 38328 097.5484 210.3452 0049697 041.1483 023.3053 15.14767696700168
+1 38329U 91082CS  14237.22994947  .00007464  00000-0  25576-2 0  3204
+2 38329 098.7695 235.1939 0008616 291.6672 068.4126 14.36456744391023
+1 38330U 88005AR  14229.50018125  .00001283  00000-0  99819-3 0   813
+2 38330 082.5247 145.7486 0024893 319.0610 040.8660 13.91636118328857
+1 38331U 12023A   14238.18199432  .00000000  00000-0  10000-3 0  5036
+2 38331 000.0166 230.3305 0001882 281.2455 012.2743 01.00267170  8387
+1 38332U 12023B   14237.89600741 -.00000345  00000-0  10000-3 0  5688
+2 38332 000.0499 274.6546 0001718 265.6848 248.1322 01.00272811  8386
+1 38333U 12023C   14238.84575693  .00003646  00000-0  14698-2 0  4649
+2 38333 001.5865 052.4119 7236112 145.1329 297.6736 02.32720179 19212
+1 38334U 12023D   14239.02264889  .00010628  00000-0  35154-2 0  7059
+2 38334 002.0379 004.7777 6914813 234.2525 041.1506 02.74210116 21005
+1 38337U 12025A   14237.95690782  .00000275  00000-0  70976-4 0  8667
+2 38337 098.2009 176.9486 0000915 079.1233 281.0080 14.57142901120922
+1 38338U 12025B   14238.34369610  .00000252  00000-0  60107-4 0  1488
+2 38338 098.0944 176.4028 0010567 296.4554 063.5559 14.61566702121345
+1 38339U 12025C   14238.33771146  .00000623  00000-0  11437-3 0  9660
+2 38339 098.2671 193.1642 0007000 282.2759 077.7717 14.69252678121896
+1 38340U 12025D   14237.80227314  .00001154  00000-0  18906-3 0  9473
+2 38340 098.2675 196.2052 0012088 320.5927 039.4415 14.72696538122045
+1 38341U 12025E   14237.62871512  .00000773  00000-0  10384-3 0  6216
+2 38341 098.5270 234.7887 0057834 210.3902 149.3953 14.81486802122736
+1 38342U 12026A   14238.87993010 -.00000187  00000-0  00000+0 0  5695
+2 38342 000.0435 283.8236 0001642 232.7509 044.1171 01.00270321  8357
+1 38343U 12026B   14235.92921308 -.00000069  00000-0  00000+0 0  2865
+2 38343 010.9878 105.7680 4202377 132.5683 271.4381 01.76901335 14709
+1 38344U 12026C   14238.96233954  .00004024  00000-0  88214-3 0  5073
+2 38344 049.1464 169.6333 6409995 310.1264 009.3057 03.44326445 27819
+1 38345U 12025F   14236.76377704  .00003613  00000-0  55119-3 0  3496
+2 38345 098.2531 193.2791 0006014 263.1095 096.9428 14.74492658121723
+1 38346U 12025G   14237.78678839  .00003495  00000-0  53408-3 0  4154
+2 38346 098.2623 195.7298 0005726 257.4818 102.5749 14.74440487121995
+1 38347U 12025H   14237.42571463  .00001714  00000-0  28172-3 0  3848
+2 38347 098.2658 193.9918 0008649 252.2172 107.8091 14.71920304121879
+1 38352U 12028A   14237.72316936  .00000000  00000-0  10000-3 0  6539
+2 38352 000.0122 254.9692 0001784 005.0288 072.3794 01.00263575  8467
+1 38353U 12028B   14237.74452251  .00049415 -30580-6  67126-3 0  9511
+2 38353 026.9548 008.7818 5920917 246.4155 042.7358 04.26360701 26286
+1 38354U 12029A   14239.22569800 -.00000043  00000-0  00000+0 0  5025
+2 38354 100.2203 352.1482 0003851 173.8438 186.3858 13.15061738107764
+1 38355U 12029B   14236.39823892 -.00000037  00000-0  14748-4 0  3924
+2 38355 100.1694 027.9211 0162159 196.1438 163.4489 13.46053784109922
+1 38356U 12030A   14237.61169487 -.00000073  00000-0  00000+0 0  6290
+2 38356 000.0124 070.4589 0003528 090.3015 199.2494 01.00271815  8295
+1 38357U 12030B   14238.85364336  .00000006  00000-0  20090-3 0  3790
+2 38357 000.4326 307.6331 7096780 326.9579 004.7291 02.25328529 18419
+1 38358U 12031A   14237.45126182  .00001470  00000-0  89871-4 0  5197
+2 38358 006.0235 190.5250 0013335 289.4346 070.4675 14.84764011119374
+1 38360U 65027BM  14236.00623686  .00000218  00000-0  70846-3 0  2809
+2 38360 090.2796 254.8918 0034624 123.3284 237.1161 12.98941058133919
+1 38362U 65027BP  14236.34172947  .00000067  00000-0  21300-3 0   864
+2 38362 090.2969 260.7172 0036297 296.0186 063.7049 12.95506050449484
+1 38363U 65027BQ  14233.07208977 -.00000175  00000-0 -61073-3 0  1869
+2 38363 090.2872 259.8312 0031836 112.6498 247.7996 12.99300824565485
+1 38364U 65027BR  14233.35914683  .00000290  00000-0  10056-2 0  2152
+2 38364 090.2923 261.9597 0029360 299.0349 060.7829 12.95148695562168
+1 38365U 65027BS  14237.77876408  .00000027  00000-0  69186-4 0  1602
+2 38365 090.2672 245.5853 0021583 197.3078 162.7309 12.97481778556883
+1 38368U 65027BV  14237.89013724  .00000101  00000-0  33657-3 0  1967
+2 38368 090.2962 263.0316 0020727 301.2130 058.6958 12.94861806548628
+1 38369U 65027BW  14237.80884434 -.00000074  00000-0 -28293-3 0  2370
+2 38369 090.2850 256.6617 0028265 242.3535 117.4715 12.96633187629161
+1 38370U 65027BX  14232.03461806  .00000037  00000-0  10000-3 0   929
+2 38370 090.2926 260.2127 0022759 167.3765 193.0818 12.98920096415445
+1 38371U 65027BY  14212.44963471  .00000951  00000-0  29736-2 0  1390
+2 38371 090.3001 261.6081 0027721 055.3659 305.0073 13.03578629541577
+1 38372U 65027BZ  14233.88326516  .00000267  00000-0  90611-3 0  1510
+2 38372 090.3319 283.0354 0033049 233.9082 125.8976 12.96434662626376
+1 38373U 65027CA  14229.10855500  .00000673  00000-0  22298-2 0  1438
+2 38373 090.3129 280.9746 0036489 098.8499 261.6757 12.99262579599787
+1 38374U 65027CB  14237.07875707 -.00000485  00000-0 -16504-2 0  1453
+2 38374 090.2953 263.8684 0028490 113.0151 247.3980 12.99373675609940
+1 38375U 65027CC  14235.82265927  .00000035  00000-0  10000-3 0  1334
+2 38375 090.2927 257.8962 0031072 348.8479 011.2041 12.93645678468370
+1 38376U 65027CD  14236.32914876  .00000586  00000-0  20740-2 0  2844
+2 38376 090.2933 261.4169 0028484 299.6834 060.1450 12.94629928645789
+1 38377U 65027CE  14238.34235559  .00000556  00000-0  19492-2 0  2101
+2 38377 090.2905 260.4345 0031622 273.4002 086.2759 12.95246920593511
+1 38378U 65027CF  14213.81943145  .00000909  00000-0  29292-2 0  1171
+2 38378 090.2263 231.4639 0037560 175.4399 184.6708 13.01399300571736
+1 38379U 65027CG  14238.99087355  .00000871  00000-0  29177-2 0  1541
+2 38379 090.2924 254.4127 0024895 113.1650 246.1015 12.98740906572737
+1 38381U 65027CJ  14217.90642415 -.00000310  00000-0 -10792-2 0  1448
+2 38381 090.3038 267.7414 0023765 168.6552 191.5767 12.98418074569241
+1 38382U 65027CK  14230.34065263  .00000659  00000-0  23103-2 0   759
+2 38382 090.2687 259.8320 0043978 314.1893 045.3580 12.95214978502995
+1 38383U 65027CL  14235.05236738  .00000035  00000-0  10000-3 0   964
+2 38383 090.3120 261.8999 0026745 287.6550 072.2156 12.95438075539423
+1 38384U 65027CM  14236.32547038 -.00000224  00000-0 -79910-3 0  1883
+2 38384 090.2958 264.5480 0020868 180.4597 179.6508 12.97245164527795
+1 38385U 65027CN  14236.79652803  .00000035  00000-0  10000-3 0  1829
+2 38385 090.2738 247.9815 0044557 244.2789 115.4161 12.95491586493426
+1 38386U 65027CP  14228.13288282  .00000546  00000-0  17985-2 0  1482
+2 38386 090.3212 280.9942 0036155 137.8480 222.5432 12.99414485501364
+1 38387U 65027CQ  14235.31936191  .00000035  00000-0  10000-3 0  1542
+2 38387 090.2796 254.2868 0033857 274.5811 085.1516 12.95298708505303
+1 38388U 65027CR  14228.09360949  .00001170  00000-0  39627-2 0  1245
+2 38388 090.3050 271.0035 0030688 244.6551 115.1391 12.98109730523864
+1 38390U 65027CT  14238.83208339 -.00000391  00000-0  10000-3 0  1997
+2 38390 090.2735 249.8425 0029003 244.2074 115.6615 12.96211670472803
+1 38391U 65027CU  14239.02822363 -.00000328  00000-0  10000-3 0  1090
+2 38391 090.2898 263.5027 0038789 248.8222 110.9354 12.96560249437933
+1 38392U 65027CV  14237.84019741  .00000035  00000-0  10000-3 0  1271
+2 38392 090.3217 263.0469 0027154 299.6950 060.3459 12.94385236497367
+1 38393U 65027CW  14238.36543363  .00000036  00000-0  10000-3 0  1341
+2 38393 090.3030 266.6790 0017001 220.2209 140.1180 12.96888475538475
+1 38395U 65027CY  14237.34418693  .00000036  00000-0  10000-3 0  1167
+2 38395 090.2945 267.4185 0028897 191.4508 168.6734 12.96844117535724
+1 38396U 65027CZ  14235.83184338 -.00000443  00000-0 -15765-2 0  3063
+2 38396 090.2927 260.0328 0031740 283.0266 076.7311 12.96184648573181
+1 38397U 65027DA  14232.08784421  .00000119  00000-0  37675-3 0  1888
+2 38397 090.3024 267.6796 0041983 142.1329 218.2758 12.98402852775328
+1 38398U 65027DB  14231.03536083  .00000098  00000-0  32241-3 0  2524
+2 38398 090.3007 265.9305 0030810 293.7650 066.0239 12.95525962642077
+1 38399U 65027DC  14229.55355556 -.00000225  00000-0 -82078-3 0  1383
+2 38399 090.2998 267.2717 0026620 319.0633 040.8487 12.95462771694424
+1 38400U 65027DD  14234.84580384 -.00000019  00000-0 -90650-4 0  1492
+2 38400 090.2999 267.2512 0032208 211.9199 147.9971 12.96890363544735
+1 38401U 65027DE  14237.32417064  .00000515  00000-0  18346-2 0  4530
+2 38401 090.2883 258.8050 0029977 336.4866 023.4881 12.94001997770312
+1 38402U 65027DF  14237.87488280 -.00000146  00000-0 -56799-3 0  1645
+2 38402 090.2839 255.9095 0027984 017.2665 342.9399 12.92423084413318
+1 38403U 65027DG  14236.33968391  .00000294  00000-0  10425-2 0  2459
+2 38403 090.2944 260.4621 0026835 330.9058 029.0563 12.93589472773980
+1 38404U 65027DH  14236.49090389  .00000772  00000-0  26147-2 0  1807
+2 38404 090.2825 256.4491 0021255 166.1836 193.9871 12.97986097497527
+1 38405U 65027DJ  14237.36502062 -.00000148  00000-0 -53153-3 0  2348
+2 38405 090.3085 270.1639 0030475 176.5904 183.5430 12.97734640628986
+1 38406U 65027DK  14227.86497745  .00000007  00000-0  00000+0 0   220
+2 38406 090.2979 261.5890 0025880 149.0550 317.1003 12.98551329496332
+1 38407U 65027DL  14227.35576139  .00000603  00000-0  21293-2 0  1032
+2 38407 090.2988 257.3465 0026441 327.6884 032.0748 12.94862482316850
+1 38409U 65027DN  14234.36176485  .00000508  00000-0  17233-2 0  1238
+2 38409 090.3086 270.4040 0039818 215.0874 144.7623 12.97373820628156
+1 38410U 65027DP  14239.01757963 -.00000856  00000-0  10000-3 0  2103
+2 38410 090.2850 261.5359 0033548 278.8126 080.9793 12.95863298794739
+1 38411U 65027DQ  14234.84306510 -.00000256  00000-0 -92853-3 0  2121
+2 38411 090.3001 265.5758 0037804 272.2048 087.4743 12.95569015686227
+1 38412U 65027DR  14237.82606879  .00000133  00000-0  45902-3 0  2332
+2 38412 090.2809 255.2560 0025145 006.9492 353.1970 12.93245698574182
+1 38413U 65027DS  14238.05916198 -.00000348  00000-0 -12103-2 0  1310
+2 38413 090.2897 260.2643 0030765 159.5668 200.6691 12.98185627565559
+1 38414U 65027DT  14216.33676665  .00000036  00000-0  10000-3 0   169
+2 38414 090.2901 242.6110 0040907 010.3076 350.6227 12.96184123579043
+1 38415U 65027DU  14238.34197716  .00000299  00000-0  96104-3 0  1206
+2 38415 090.2995 264.7834 0029380 031.2527 329.0335 13.00436677583977
+1 38416U 65027DV  14232.34797549  .00000492  00000-0  17322-2 0  1626
+2 38416 090.2908 259.7805 0030755 313.4436 046.4125 12.94740543439278
+1 38417U 65027DW  14237.00074299  .00000098  00000-0  32274-3 0  1171
+2 38417 090.2896 262.3432 0032062 309.2322 050.6063 12.94986218565023
+1 38418U 65027DX  14238.83126390 -.00000010  00000-0  10000-3 0   878
+2 38418 090.2899 259.3432 0032402 106.0943 254.4338 12.99173103530143
+1 38419U 65027DY  14236.84612605  .00000396  00000-0  14053-2 0  2292
+2 38419 090.2846 256.1908 0029011 322.9010 037.0103 12.93990410422388
+1 38421U 65027EA  14236.02078086  .00000968  00000-0  29212-2 0  2269
+2 38421 090.2851 251.5971 0022851 350.8101 009.2603 13.06176057584419
+1 38422U 65027EB  14237.04253782  .00000106  00000-0  34808-3 0  6177
+2 38422 090.3080 273.9663 0034647 245.8960 113.8534 12.96007368783325
+1 38423U 65027EC  14237.86666857  .00000505  00000-0  17998-2 0  3304
+2 38423 090.2928 259.9853 0027685 012.0328 348.1446 12.93918964546677
+1 38424U 65027ED  14236.82523193 -.00000378  00000-0 -12586-2 0  1615
+2 38424 090.2830 253.5973 0022876 076.6988 283.6684 13.01234558642526
+1 38425U 65027EE  14237.83708835  .00000240  00000-0  84688-3 0  2986
+2 38425 090.2867 257.7664 0039136 006.9167 353.2483 12.93415264403354
+1 38426U 65027EF  14237.40689994  .00000570  00000-0  20072-2 0  1930
+2 38426 090.2904 260.3500 0032553 311.5786 048.2544 12.94947129546633
+1 38427U 65027EG  14236.79925418 -.00000248  00000-0 -92753-3 0  2241
+2 38427 090.2765 251.2794 0028158 288.1298 071.6754 12.93666908589278
+1 38428U 65027EH  14235.81851153  .00000035  00000-0  10000-3 0  1479
+2 38428 090.2929 262.7065 0039955 247.9773 111.7129 12.95985352576454
+1 38429U 65027EJ  14238.84497933 -.00001620  00000-0  10000-3 0  1335
+2 38429 090.2743 251.4275 0038098 217.8442 142.0567 12.96439586494864
+1 38430U 65027EK  14229.88715441 -.00000429  00000-0 -15169-2 0  2190
+2 38430 090.3105 270.3083 0043571 212.6540 147.1885 12.96453268 17043
+1 38431U 65027EL  14231.31430528  .00000653  00000-0  21782-2 0  2030
+2 38431 090.2656 247.6664 0026581 132.9752 227.3604 12.98861672494231
+1 38433U 65027EN  14213.39115146  .00001188  00000-0  35460-2 0  1329
+2 38433 090.2873 257.9263 0027308 344.5858 015.4322 13.06961775573460
+1 38434U 65027EP  14234.35339726 -.00000220  00000-0 -82332-3 0  3108
+2 38434 090.2826 255.8344 0032203 016.9149 343.3036 12.93932691579459
+1 38436U 65027ER  14237.29557872  .00000214  00000-0  70251-3 0  1218
+2 38436 090.2723 251.2357 0032128 162.5208 197.7027 12.98277828587359
+1 38437U 65027ES  14236.03491274  .00000079  00000-0  25803-3 0  3497
+2 38437 090.2804 256.5555 0034907 321.4312 038.4313 12.94281043640907
+1 38438U 65027ET  14238.07295116  .00000378  00000-0  13740-2 0  3309
+2 38438 090.2859 256.2809 0031957 019.1518 341.0793 12.92182967472718
+1 38439U 65027EU  14234.41120698  .00000617  00000-0  20974-2 0  3062
+2 38439 090.3212 279.3842 0029182 247.8798 111.9224 12.97530714656408
+1 38440U 65027EV  14233.86099584 -.00000515  00000-0 -18034-2 0  2007
+2 38440 090.2988 266.0283 0037222 236.6067 123.1491 12.97148527638677
+1 38441U 65027EW  14236.29876287  .00000060  00000-0  18788-3 0  2607
+2 38441 090.2874 257.4164 0030278 338.1314 021.8511 12.94574536483104
+1 38442U 65027EX  14216.37538899  .00000035  00000-0  10000-3 0   866
+2 38442 090.2953 255.0162 0033401 053.2505 307.1645 12.92832880472566
+1 38443U 65027EY  14211.55398479  .00001089  00000-0  36471-2 0  1477
+2 38443 090.2802 252.9614 0025815 205.3436 153.7343 12.98913494576596
+1 38444U 65027EZ  14238.80444639  .00000189  00000-0  10000-3 0  1892
+2 38444 090.2944 260.1555 0025805 339.8180 020.2509 12.94437529565997
+1 38445U 65027FA  14235.31704312  .00000484  00000-0  17264-2 0  2294
+2 38445 090.2853 257.1427 0029280 351.1554 008.9045 12.93928288482097
+1 38446U 65027FB  14209.44898172  .00000464  00000-0  15053-2 0  1345
+2 38446 090.3088 276.7332 0016724 054.5101 305.7430 13.00513726263686
+1 38448U 65027FD  14230.81432766  .00000820  00000-0  27494-2 0  1916
+2 38448 090.2782 256.7803 0031924 135.4684 224.5514 12.98580716536080
+1 38449U 65027FE  14237.35066516  .00000506  00000-0  18009-2 0  1732
+2 38449 090.2882 260.8009 0028977 312.1199 047.7274 12.94143156534260
+1 38450U 65027FF  14232.81746041  .00000399  00000-0  13270-2 0  1036
+2 38450 090.2704 257.7147 0016745 142.3277 217.8764 12.98668018533360
+1 38452U 65027FH  14232.03051189 -.00000072  00000-0 -29190-3 0  1280
+2 38452 090.2783 251.7473 0015464 304.1153 055.8498 12.93038376532662
+1 38453U 65027FJ  14237.84513883  .00000489  00000-0  17589-2 0  1861
+2 38453 090.2835 257.0243 0026247 353.2988 006.7598 12.93247893465349
+1 38454U 65027FK  14236.81142526 -.00000276  00000-0 -10265-2 0  1646
+2 38454 090.2862 257.0831 0032779 357.4342 002.6603 12.93852982532876
+1 38455U 65027FL  14232.01362037  .00000036  00000-0  10000-3 0  1118
+2 38455 090.2734 254.7774 0028795 251.4032 108.4490 12.96480180529254
+1 38456U 65027FM  14226.83141025  .00000851  00000-0  29647-2 0   732
+2 38456 090.2765 248.7288 0022033 240.5715 119.0059 12.96003827530113
+1 38457U 65027FN  14238.82809479 -.00000091  00000-0  10000-3 0  2114
+2 38457 090.2801 254.0100 0028924 218.8751 141.0865 12.97019006531399
+1 38458U 65027FP  14234.33180706  .00000348  00000-0  12673-2 0  1314
+2 38458 090.2893 256.4724 0030153 023.2644 036.1293 12.92020234553073
+1 38459U 65027FQ  14220.05488552  .00000034  00000-0  10000-3 0  1448
+2 38459 090.2827 256.1013 0029501 056.1840 304.2790 12.91912599220803
+1 38460U 65027FR  14233.35497838  .00000030  00000-0  81413-4 0   941
+2 38460 090.2753 254.4236 0028049 001.0726 061.9804 12.93484544197104
+1 38469U 97051ZW  14237.69579900  .00004947  00000-0  25485-2 0   940
+2 38469 086.2904 024.9192 0207612 332.9939 026.0116 14.04547846274387
+1 38470U 97051ZX  14235.77604937  .00003959  00000-0  16539-2 0  1468
+2 38470 086.5056 052.0688 0122009 202.9335 156.6398 14.22004479278672
+1 38471U 97051ZY  14224.06702302  .00014536  00000-0  34060-2 0  1635
+2 38471 086.3090 335.9273 0010878 020.3689 339.6259 14.54435610225206
+1 38474U 97051AAB 14236.55307864  .00000753  00000-0  23884-3 0  2583
+2 38474 086.3512 342.2954 0031033 044.2456 316.1215 14.38486807268900
+1 38477U 97051AAE 14238.00922363  .00000001  00000-0 -94856-5 0  1119
+2 38477 086.4331 138.6405 0491382 295.1090 059.6318 13.33234647213370
+1 38478U 93036BTN 14239.05104213  .00005172  00000-0  84680-3 0  2139
+2 38478 074.0226 129.6171 0067352 219.0460 140.6333 14.69225005212846
+1 38479U 93036BTP 14236.81999944  .00000963  00000-0  47041-3 0  1608
+2 38479 074.0164 046.4540 0122019 034.6202 326.2351 14.15477202242474
+1 38480U 93036BTQ 14239.11840457  .00007738  00000-0  92440-3 0  1206
+2 38480 073.8683 037.5365 0094494 251.2618 107.8781 14.80959931246760
+1 38481U 93036BTR 14236.59171270  .00000828  00000-0  59732-3 0  1284
+2 38481 073.9369 208.0282 0263381 255.2330 101.9515 13.83086204247299
+1 38483U 93036BTT 14228.33080196  .00001247  00000-0  59432-3 0  1097
+2 38483 074.2651 104.2235 0133301 355.2857 004.7127 14.15710564255531
+1 38485U 93036BTV 14236.53151588  .00001902  00000-0  45704-3 0  1303
+2 38485 074.0228 193.4976 0053002 280.3099 079.2082 14.53243265573652
+1 38486U 93036BTW 14234.59689935  .00001455  00000-0  56370-3 0  2136
+2 38486 073.9672 325.4518 0056857 315.4184 107.4130 14.30043262161773
+1 38487U 93036BTX 14238.36546905  .00001623  00000-0  33205-3 0  1526
+2 38487 074.0068 139.2116 0086209 240.6194 118.6344 14.59382410193941
+1 38489U 99025ERY 14236.78717436  .00000930  00000-0  83044-3 0  1767
+2 38489 098.1982 222.6290 0243065 177.1130 183.1348 13.73958228189266
+1 38490U 99025ERZ 14222.42403134  .00000713  00000-0  46973-3 0   209
+2 38490 099.1568 292.6681 0051812 109.1889 251.5006 14.04490747201902
+1 38491U 99025ESA 14237.27228361  .00000196  00000-0  14978-3 0  1101
+2 38491 099.2778 253.6856 0237570 123.7857 297.6330 13.91714134216026
+1 38492U 99025ESB 14237.39622717  .00001257  00000-0  11580-2 0   415
+2 38492 098.6370 293.4632 0307865 043.6161 318.8569 13.64940471188466
+1 38495U 99025ESE 14237.32012091  .00001152  00000-0  13409-2 0  1494
+2 38495 099.1826 070.0099 0281527 306.7185 050.8393 13.55236835192445
+1 38496U 99025ESF 14235.29165027  .00000618  00000-0  42180-3 0   693
+2 38496 099.1040 259.2163 0088856 013.3490 346.9996 14.01779151230511
+1 38497U 99025ESG 14224.10119555  .00004341  00000-0  15560-2 0   853
+2 38497 098.6809 193.7125 0088504 166.4403 193.9184 14.32262625238674
+1 38498U 99025ESH 14227.40531037 -.00000206  00000-0 -30687-3 0   826
+2 38498 099.7496 290.7698 0576592 048.8478 316.0419 12.90937531227850
+1 38500U 99025ESK 14238.40289002  .00000658  00000-0  69341-3 0  1317
+2 38500 098.6634 313.7368 0240244 065.3415 297.1738 13.65881501193418
+1 38501U 99025ESL 14235.79189974  .00008976  00000-0  19298-2 0  1017
+2 38501 097.3576 225.9984 0071489 044.3712 316.2124 14.57122701293468
+1 38502U 99025ESM 14231.43269682  .00000805  00000-0  51008-3 0   670
+2 38502 099.1692 301.9518 0043429 086.2322 336.6328 14.06440966362437
+1 38503U 99025ESN 14239.14358397  .00002741  00000-0  62970-3 0  1637
+2 38503 099.5066 216.4499 0133905 102.0225 259.6492 14.50083776174059
+1 38504U 99025ESP 14238.20568555  .00002266  00000-0  14928-2 0  1892
+2 38504 098.0206 226.2463 0228453 303.9259 054.0450 13.90735011271083
+1 38505U 99025ESQ 14218.04370509  .00002367  00000-0  16281-2 0   696
+2 38505 098.3620 309.3158 0178393 050.1218 311.9081 13.92827832269025
+1 38506U 99025ESR 14230.00561530  .00004409  00000-0  28902-2 0   897
+2 38506 099.0211 151.6898 0197055 288.5530 070.6937 13.93559367193121
+1 38511U 99025ESW 14237.21214597  .00005580  00000-0  25056-2 0   349
+2 38511 096.6539 222.8396 0147587 233.7005 124.8335 14.17030390352365
+1 38512U 99025ESX 14228.97825282  .00000567  00000-0  60818-3 0  1383
+2 38512 098.3535 232.6208 0245127 345.9445 040.8056 13.64981378612240
+1 38513U 99025ESY 14237.68198926  .00002480  00000-0  45007-3 0  1233
+2 38513 097.6220 200.1567 0444862 216.9701 139.1142 14.18583193355325
+1 38515U 99025ETA 14237.90494394  .00000688  00000-0  43038-3 0  1890
+2 38515 099.0507 256.9813 0037723 004.9762 114.1982 14.07747910254599
+1 38516U 99025ETB 14233.91814936  .00000106  00000-0  52615-4 0  2175
+2 38516 098.6242 265.9724 0115605 123.8860 359.1735 14.31548807257409
+1 38517U 99025ETC 14214.49827457  .00007391  00000-0  21985-2 0  1693
+2 38517 098.7262 233.5455 0135054 108.1310 253.4638 14.38258886238309
+1 38518U 99025ETD 14230.21991044  .00003230  00000-0  12410-2 0   809
+2 38518 099.1991 017.6720 0041783 015.6121 344.6829 14.29993514237541
+1 38519U 99025ETE 14233.64624788  .00001172  00000-0  11379-2 0  1344
+2 38519 099.3660 169.8984 0194611 100.1608 262.1552 13.73512059278336
+1 38521U 63038Q   14235.50502245  .00000102  00000-0  15667-3 0  1721
+2 38521 090.1036 316.0452 0042375 106.5383 254.0408 13.44814223439391
+1 38522U 63038R   14235.67101486  .00004364  00000-0  42993-2 0  4876
+2 38522 090.1102 316.9603 0089655 287.3979 071.7398 13.76804226541588
+1 38523U 66005N   14238.08688404  .00013712  00000-0  15744-2 0  2051
+2 38523 089.9942 184.1623 0035822 235.7789 124.0042 14.85319820608592
+1 38524U 64083N   14237.77535797  .00017474  00000-0  91040-2 0  5120
+2 38524 089.8575 156.4993 0097341 109.1377 305.7222 14.12041410579050
+1 38525U 64083P   14234.53274425  .00012170  00000-0  61015-2 0  5521
+2 38525 089.8539 158.2468 0130869 115.2910 008.9852 14.12179822579591
+1 38526U 64083Q   14238.08738616  .00008772  00000-0  56992-2 0  6839
+2 38526 089.9226 175.3461 0063533 173.7421 313.5793 14.01467027495656
+1 38527U 64083R   14238.83043336  .00007068  00000-0  44814-2 0  4544
+2 38527 089.9097 173.9277 0075449 194.0057 165.9507 14.02545911301032
+1 38530U 67048H   14238.94061816  .00006000  00000-0  73493-2 0  6741
+2 38530 089.6754 142.9306 0040753 324.0663 035.8222 13.65261300169126
+1 38531U 71046C   14236.91482754  .00000150  00000-0  18353-3 0  1434
+2 38531 074.0170 087.5672 0014916 273.6264 086.3149 13.74057777571368
+1 38532U 75064E   14234.72407325  .00001110  00000-0  53747-3 0  1867
+2 38532 081.2703 240.8505 0016056 165.7324 194.4437 14.17787219294446
+1 38533U 77024D   14237.60608917  .00003779  00000-0  18460-2 0   961
+2 38533 081.2496 347.6387 0038379 265.8657 152.9944 14.17448022182717
+1 38534U 79095CB  14236.33805982  .00002858  00000-0  15021-2 0   723
+2 38534 081.2210 099.3204 0026548 140.8501 219.4599 14.13705110281340
+1 38535U 79095CC  14238.88340235  .00002705  00000-0  13259-2 0  1050
+2 38535 081.1976 089.5328 0006324 059.9424 300.2859 14.17817682296842
+1 38537U 83109E   14214.78993529  .00002057  00000-0  63609-3 0  1130
+2 38537 081.1630 036.1397 0067870 134.6404 226.0981 14.39663686380793
+1 38538U 83109F   14234.67759009  .00003795  00000-0  11275-2 0  1281
+2 38538 081.1556 011.5655 0073833 068.2551 290.7200 14.41499775389460
+1 38539U 88005AS  14212.18420375  .00001354  00000-0  10977-2 0   483
+2 38539 082.5367 171.5893 0032572 022.6033 034.6757 13.89194590376658
+1 38540U 88005AT  14210.87544080  .00001920  00000-0  11076-2 0  1288
+2 38540 082.5487 065.0433 0025857 044.3962 315.7774 14.08485947534525
+1 38541U 88005AU  14238.03723005  .00000321  00000-0  24103-3 0  2239
+2 38541 082.5407 147.2160 0012366 052.3360 307.8202 13.91612677303648
+1 38542U 88005AV  14227.52196322  .00000816  00000-0  65813-3 0   834
+2 38542 082.5278 159.9877 0025715 359.7638 000.3508 13.89183438130629
+1 38543U 88005AW  14234.79042493  .00002333  00000-0  12936-2 0  1105
+2 38543 082.5707 057.2527 0011126 338.3983 021.6558 14.10851383501018
+1 38544U 88005AX  14230.51099418  .00001518  00000-0  12265-2 0  1649
+2 38544 082.5296 154.2381 0017410 358.5857 001.6147 13.89639924364091
+1 38546U 91032F   14237.07620123  .00000405  00000-0  16799-3 0  2390
+2 38546 098.6392 270.5859 0012932 131.5545 283.8489 14.31767607140900
+1 38547U 91032G   14235.32729288  .00000102  00000-0  58528-4 0  2143
+2 38547 098.6563 266.1100 0006030 090.7276 331.7138 14.28461918525868
+1 38551U 12035A   14238.63462367  .00000000  00000-0  10000-3 0  4908
+2 38551 000.0317 071.7678 0002532 063.2847 321.1123 01.00269346  7891
+1 38552U 12035B   14238.56442185 -.00000054  00000-0  10000-3 0    59
+2 38552 000.4787 179.7603 0000638 031.4251 326.2849 01.00268597  7972
+1 38553U 12035C   14237.43953041  .00001747  00000-0  93970-3 0  4783
+2 38553 006.0376 105.8683 7239262 104.2517 339.1910 02.31996558 17978
+1 38554U 12035D   14239.08845785  .00008766  00000-0  33342-2 0  5529
+2 38554 005.7368 092.6320 7109445 133.8705 312.7470 02.48740117 18697
+1 38557U 06006CX  14236.01468623  .00001099  00000-0  15795-2 0  2403
+2 38557 051.8183 289.3178 4932093 292.5277 335.0014 05.50126145 95210
+1 38558U 06006CY  14237.70938885  .00128169  00000-0  17043-1 0   855
+2 38558 051.2103 053.4956 3548843 085.2949 315.4982 08.18206889118290
+1 38559U 06006CZ  14237.96996334  .00003845  00000-0  74179-2 0  2429
+2 38559 051.9937 125.5242 5113526 120.9227 001.0642 05.18018203 83690
+1 38565U 08011L   14235.26619655 -.00000351  00000-0 -23678-2 0  3333
+2 38565 049.2832 035.9989 6492954 020.0167 119.7233 03.09937270 50208
+1 38566U 08011M   14234.23848080 -.00007412  00000-0 -67728-1 0  7002
+2 38566 048.8070 004.6822 6096462 053.7053 001.0925 03.59080994 41745
+1 38567U 08011N   14234.23319922  .00000050  00000-0  00000+0 0  3497
+2 38567 048.9971 142.8113 6337755 282.1866 272.5302 02.94714020 37390
+1 38568U 08011P   14235.39456417 -.00002000  00000-0 -26490-1 0  5132
+2 38568 050.1931 051.7616 6387812 354.8796 000.8441 03.17547493 37701
+1 38569U 08011Q   14237.07025841 -.00002921  00000-0 -25067+0 0  3422
+2 38569 048.7866 110.8187 6322577 318.0015 007.9544 03.00834177 38001
+1 38571U 08011S   14237.19284604  .00000051  00000-0  00000+0 0  2768
+2 38571 049.2665 124.4769 6331036 292.4460 316.9532 02.98398314 35329
+1 38572U 08011T   14234.31105338  .00000019  00000-0  00000+0 0  4335
+2 38572 048.7132 090.7838 6353728 340.1054 201.0784 03.03147876 40485
+1 38573U 08011U   14237.26519714  .00000034  00000-0  00000+0 0  4810
+2 38573 048.8654 105.7401 6325497 322.0276 264.1549 03.02031059 37508
+1 38575U 08011W   14229.62352458  .00000091  00000-0  12450-2 0  4754
+2 38575 049.0364 022.5013 6377829 036.1934 353.4629 03.23013952 36589
+1 38576U 08011X   14235.57960860 -.00000156  00000-0 -28876-3 0  3032
+2 38576 049.3338 018.1841 6495611 033.6717 354.2509 03.16953535 42300
+1 38577U 08011Y   14236.39614265  .00000480  00000-0  48014-2 0  3672
+2 38577 049.2369 062.7755 6561049 356.0605 013.8217 02.99540555 40687
+1 38578U 08011Z   14238.48021940  .00000319  00000-0  63715-2 0  2784
+2 38578 047.9089 053.7890 6489638 034.9037 354.1536 03.00731035 35605
+1 38579U 08011AA  14238.38395743  .00000028  00000-0  74892-3 0  3966
+2 38579 048.9025 071.6819 6475110 352.6932 001.2341 02.98994912 36304
+1 38580U 08011AB  14237.27404026  .00000029  00000-0  00000+0 0  3103
+2 38580 048.7883 106.1494 6461698 331.1089 005.0017 02.93609042 36090
+1 38581U 08011AC  14238.78800382  .00001963  00000-0  42122-2 0  3209
+2 38581 049.1617 330.5869 6119437 071.8482 342.9845 03.70825968 41558
+1 38583U 08011AE  14234.46070113 -.00000160  00000-0 -48508-3 0  2982
+2 38583 049.4376 026.1856 6529454 025.2927 355.8320 03.11292661 38550
+1 38585U 08011AG  14237.38288887 -.00000020  00000-0  19259-3 0  3006
+2 38585 049.3455 359.7889 6519047 049.0115 008.0830 03.19233530 39057
+1 38586U 08011AH  14233.33566818  .00000049  00000-0  00000+0 0  3450
+2 38586 049.1870 144.7414 6404275 277.0808 278.1269 02.91804800 35933
+1 38589U 08011AL  14235.29948615  .00000207  00000-0  15044-1 0  2922
+2 38589 048.5382 101.4629 6376648 334.1365 341.8339 02.95146326 35897
+1 38590U 08011AM  14236.91263491  .00000064  00000-0  00000+0 0  4158
+2 38590 048.7763 141.0742 6452926 286.3169 015.4811 02.87932394 34655
+1 38592U 08011AP  14234.62440567 -.00001173  00000-0 -20001-1 0  5405
+2 38592 048.7722 037.1996 6404371 030.5416 354.6368 03.12603519 35797
+1 38593U 08011AQ  14237.33062688  .00000660  00000-0  40291-2 0  3928
+2 38593 049.3622 047.7513 6573125 007.1337 186.2243 03.02867356 38718
+1 38594U 08011AR  14231.38607612 -.00000082  00000-0 -12408-2 0  2883
+2 38594 049.1534 078.1691 6550762 342.7507 240.7722 02.97091570 38047
+1 38597U 08011AU  14238.27099807 -.00001056  00000-0  00000+0 0  3909
+2 38597 049.7343 030.9878 6374397 019.7087 356.5274 03.29865599 34364
+1 38599U 08011AW  14238.62080619  .00000057  00000-0  32385-2 0  3601
+2 38599 048.5592 107.6624 6528370 327.5563 005.4885 02.83437878 36163
+1 38600U 08011AX  14231.63370434 -.00000041  00000-0 -11682-3 0  2742
+2 38600 049.1780 025.6755 6513127 031.3527 011.8663 03.11788057 39506
+1 38601U 08011AY  14238.72150221  .00007513  00000-0  40341-2 0  6959
+2 38601 048.1597 308.8058 6266312 122.5126 313.3975 03.60156691 46199
+1 38602U 08011AZ  14238.48238690  .00000003  00000-0  10051-4 0  4569
+2 38602 048.8807 018.4836 6519910 043.5823 352.4387 03.14109267 44139
+1 38603U 08011BA  14236.49321389 -.00000196  00000-0 -28818-3 0  2110
+2 38603 049.9509 034.9648 6508286 002.2311 359.5517 03.13728886 39717
+1 38604U 08011BB  14235.62138607  .00000208  00000-0  25350-2 0  2124
+2 38604 049.3400 043.0842 6481552 012.4747 357.9411 03.08965115 41418
+1 38605U 08011BC  14230.09367742 -.00000159  00000-0 -32263-2 0  1616
+2 38605 049.1662 065.5392 6422055 355.1470 024.3018 03.07170020 38965
+1 38606U 08011BD  14235.24083177  .00000439  00000-0  29107-2 0  4644
+2 38606 048.6830 029.6847 6533906 039.4733 004.3030 03.06844312 41186
+1 38607U 08011BE  14236.12562124 -.00000097  00000-0 -23518-2 0  2995
+2 38607 049.6468 078.2469 6429233 331.0118 304.3883 03.05899850 39889
+1 38608U 08011BF  14237.86878551  .00006885  00000-0  94575-2 0  8314
+2 38608 048.3173 301.4814 5913687 124.1118 119.6180 04.03607034 40211
+1 38609U 08011BG  14236.25423314 -.00000912  00000-0 -78762-2 0  4278
+2 38609 048.3785 020.5492 6446650 050.1498 350.8128 03.14267234 41412
+1 38610U 08011BH  14238.78076110  .00000015  00000-0  54033-3 0  2645
+2 38610 049.1032 076.1832 6387405 345.7255 002.4782 03.05966969 39974
+1 38612U 08011BK  14236.22500751 -.00000660  00000-0 -44859-1 0  3874
+2 38612 048.1148 075.4773 6351685 013.5272 192.8038 03.00516574 39302
+1 38614U 08011BM  14237.41084731  .00000041  00000-0  00000+0 0  2578
+2 38614 049.0607 110.7267 6304148 313.1506 321.3147 03.02837369 35425
+1 38619U 08011BS  14234.96014319  .00000301  00000-0  10951-1 0  2707
+2 38619 049.0862 079.5724 6381364 343.1743 327.2769 03.05785668 34391
+1 38622U 08011BV  14238.57073263 -.00000818  00000-0  00000+0 0  2857
+2 38622 049.3006 035.6178 6507173 019.7769 356.7235 03.09065148 32465
+1 38624U 08011BX  14232.39789363 -.00000213  00000-0 -14992-2 0  2418
+2 38624 048.8291 030.2605 6476158 035.6838 007.2823 03.11895330 31743
+1 38625U 08011BY  14236.44779973 -.00000245  00000-0 -51395-3 0  3533
+2 38625 049.1566 013.9050 6479701 041.2431 352.7532 03.19116436764349
+1 38631U 08011CE  14238.47354828  .00000172  00000-0  23467-2 0  3741
+2 38631 049.4080 046.9829 6408555 004.0121 359.2831 03.14829910 38220
+1 38636U 08011CK  14237.32243826 -.00000007  00000-0  48301-3 0  3758
+2 38636 049.4621 035.4659 6524548 016.2401 011.0839 03.09087772 37931
+1 38640U 08011CP  14233.60639153 -.00000093  00000-0 -25139-2 0  2750
+2 38640 048.8459 071.3703 6455958 356.5396 197.0259 03.01836443 37174
+1 38642U 08011CR  14225.74102987 -.00000035  00000-0  77256-3 0  1660
+2 38642 048.8802 056.5373 6419196 010.1573 356.5861 03.08147863 37326
+1 38643U 08011CS  14233.60669247 -.00001141  00000-0 -14341-1 0  4850
+2 38643 049.9570 059.5122 6446581 345.9575 294.0344 03.10913517 37811
+1 38645U 08011CU  14233.74293551  .00000005  00000-0 -66389-4 0  3328
+2 38645 049.0720 071.8388 6400846 351.0640 221.1957 03.06399553 41759
+1 38646U 08011CV  14238.33102676 -.00000613  00000-0  00000+0 0  5539
+2 38646 049.0950 075.0862 6392537 346.8534 002.2795 03.05926244 43166
+1 38647U 08011CW  14234.32654750 -.00000350  00000-0 -17065-1 0  3640
+2 38647 049.0429 086.2054 6362795 337.5656 171.1064 03.05282383 42949
+1 38648U 08011CX  14238.42595345  .00000790  00000-0  75594-2 0  4526
+2 38648 049.1824 052.6322 6532077 005.1619 359.1634 03.03117644 43154
+1 38649U 08011CY  14235.29163187 -.00003916  00000-0 -53960-1 0  6130
+2 38649 049.1005 033.5562 6347093 028.0781 224.9417 03.22275044 43851
+1 38650U 08011CZ  14237.19724953 -.00000372  00000-0 -10899-1 0  3298
+2 38650 049.1438 070.6362 6398448 351.1444 134.6161 03.06578633 42954
+1 38651U 08011DA  14237.44602410 -.00000542  00000-0 -18004-1 0  4667
+2 38651 049.1122 074.3941 6392037 347.9264 013.3240 03.06005437 42868
+1 38652U 12036A   14238.75886603  .00000000  00000-0  10000-3 0  5133
+2 38652 000.0746 268.8419 0002212 263.0259 081.2122 01.00269130  7820
+1 38653U 12036B   14234.16177015 -.00000237  00000-0  00000+0 0  2602
+2 38653 023.1698 063.7770 6084913 268.9826 025.3192 02.17150602 16797
+1 38654U 12036C   14236.31951688  .00002708  00000-0  66992-3 0  4431
+2 38654 049.6370 335.1479 5210138 142.2106 269.4314 05.25299528 40443
+1 38655U 88005AY  14236.00268018  .00001774  00000-0  12579-2 0  1277
+2 38655 082.5407 134.1803 0022649 252.8817 106.9581 13.97071082399550
+1 38657U 09072E   14237.46396646  .00000074  00000-0  27551-3 0  2669
+2 38657 100.4034 320.3804 0132744 307.2796 051.6261 13.22028515222622
+1 38658U 09072F   14237.82718872 -.00000074  00000-0 -96489-4 0  2871
+2 38658 100.2179 238.5250 0136326 000.1224 120.8750 13.04719627215413
+1 38659U 09072G   14237.96783633  .00000293  00000-0  99346-3 0  2970
+2 38659 100.3320 265.2293 0135499 024.8937 087.5357 13.04917577221076
+1 38660U 09072H   14236.84501311 -.00000264  00000-0 -78544-3 0  3731
+2 38660 100.4062 225.3922 0157208 085.7728 030.2569 12.92188092212904
+1 38661U 12029C   14238.09802458  .00000060  00000-0  25088-3 0  2784
+2 38661 100.1924 354.5031 0125297 188.5468 171.3513 13.18994148104802
+1 38662U 12029D   14236.54723387  .00000076  00000-0  28980-3 0  3070
+2 38662 100.2319 355.6222 0131809 193.8950 165.8522 13.18818801104581
+1 38663U 12029E   14237.53382630  .00000262  00000-0  85900-3 0  1679
+2 38663 100.2388 343.0586 0139163 206.0444 153.3616 13.08016418103924
+1 38664U 12029F   14237.12905965 -.00000005  00000-0  10000-3 0  2123
+2 38664 100.1703 342.4285 0137722 196.8070 162.8467 13.11734101106599
+1 38665U 71035E   14231.59309665  .00000122  00000-0  50092-4 0  1052
+2 38665 074.0496 327.7712 0030023 077.3105 283.1696 14.36540363560898
+1 38666U 71035F   14228.00153689  .00000124  00000-0  51327-4 0  1018
+2 38666 074.0427 346.4523 0027137 106.9141 253.4922 14.36163031555486
+1 38667U 74071E   14233.58758050  .00000125  00000-0  52559-4 0  1259
+2 38667 074.0496 323.3198 0021184 126.2401 234.0640 14.35371088598970
+1 38670U 07003AJ  14231.45896590 -.00000202  00000-0  31994-2 0  1424
+2 38670 027.0792 044.2871 7431194 238.9223 021.6375 01.81642656 26491
+1 38673U 86010H   14235.36748658  .00009521  00000-0  16527-1 0  1669
+2 38673 030.6848 297.1813 6823041 255.4538 025.2759 02.78971686 83617
+1 38674U 06042D   14225.32821198 -.00000408  57266-6  00000+0 0  1433
+2 38674 039.9206 319.6138 5180581 015.0215 355.8457 05.45929530 86926
+1 38675U 06052D   14229.69231672  .00878523  41097-5  26848-3 0   122
+2 38675 039.8663 083.4913 1349550 130.7487 297.3114 13.26003238193245
+1 38682U 79009E   14237.28244311 -.00000134  00000-0  00000+0 0  2816
+2 38682 008.0990 202.7773 3620716 343.7331 006.9545 01.68543409 38035
+1 38683U 79009F   14232.13619854 -.00000119  00000-0  10000-3 0  2766
+2 38683 007.1127 184.5698 3702782 022.4341 350.0432 01.69476114 25849
+1 38684U 80018E   14238.54390604  .00000000  00000-0  10000-3 0  3702
+2 38684 009.2652 342.3277 4496374 069.3743 332.3276 01.77172125 30149
+1 38685U 80018F   14236.80909595 -.00000137  00000-0  00000+0 0  4152
+2 38685 009.3854 009.8899 4407708 011.8396 355.7166 01.76171842 42761
+1 38687U 79101W   14236.90982786 -.00000084  00000-0  00000+0 0  5364
+2 38687 008.4449 215.3600 4756232 237.0229 067.9885 01.80183711 37366
+1 38688U 79101X   14235.94843072 -.00000206  00000-0  00000+0 0  5380
+2 38688 008.1061 146.5246 4923509 007.5510 357.7183 01.80684578 27885
+1 38689U 79101Y   14237.05873439 -.00000117  00000-0  00000+0 0  1506
+2 38689 007.7869 185.6235 4794051 295.1886 023.0907 01.81033306 41597
+1 38690U 68081Q   14237.63511263  .00000000  00000-0  10000-3 0  6253
+2 38690 008.2179 324.6552 0266721 310.7641 047.0576 00.99327279 36262
+1 38691U 68081R   14237.65568907  .00000000  00000-0  10000-3 0  3418
+2 38691 007.0782 320.1198 0192500 273.3042 084.6024 01.00710204 41694
+1 38693U 68081T   14229.93831692 -.00000049  00000-0  00000+0 0  1626
+2 38693 006.2120 314.1293 0107415 232.3762 126.7395 01.02821413 25189
+1 38694U 68081U   14230.38007832 -.00000105  00000-0  00000+0 0  1330
+2 38694 007.3295 315.5121 0094934 120.9776 240.0547 01.03508092 25273
+1 38696U 68081W   14238.28457946 -.00000036  00000-0  10000-3 0  1725
+2 38696 007.7804 323.6015 0206071 257.1930 100.6055 00.99491411 24082
+1 38697U 68081X   14238.11543193 -.00000106  00000-0  00000+0 0  3958
+2 38697 005.7737 328.7969 0437373 135.7949 249.7582 01.01457140 31243
+1 38698U 68081Y   14228.15765186 -.00000214  00000-0  00000+0 0  3668
+2 38698 005.6979 309.4741 0161649 244.4798 113.9308 01.04391759 40687
+1 38699U 68081Z   14230.93553835  .00000039  00000-0  10000-3 0  1054
+2 38699 007.5545 320.8860 0102283 280.4229 078.5303 01.00854191 16577
+1 38700U 68081AA  14237.46671072 -.00000008  00000-0  00000+0 0  1979
+2 38700 006.9476 316.1520 0115955 235.4629 123.5164 01.02727757 20414
+1 38701U 68081AB  14235.40559793  .00000031  00000-0  10000-3 0  1203
+2 38701 007.0540 319.4341 0202678 265.5741 092.2135 01.01158510 19371
+1 38702U 68081AC  14218.40485274 -.00000093  00000-0  00000+0 0  1638
+2 38702 008.1609 319.6242 0183358 042.8336 318.6842 01.02204224 25430
+1 38703U 68081AD  14230.18022460 -.00000223  00000-0  10000-3 0  2082
+2 38703 006.3770 309.4062 0260501 120.2238 242.4549 01.05422890 30499
+1 38704U 68081AE  14237.82632382  .00000000  00000-0  10000-3 0  4580
+2 38704 005.1946 311.7339 0192495 257.5720 100.3639 01.02203738 31949
+1 38707U 12039A   14238.29939878  .00001823  00000-0  90187-4 0  4081
+2 38707 097.4700 151.7749 0001908 085.6379 069.9279 15.19079835116248
+1 38708U 12039B   14238.69817773  .00002219  00000-0  10596-3 0  3955
+2 38708 097.4690 151.2609 0001726 085.3719 274.8235 15.19072275116251
+1 38709U 12039C   14237.39993760 -.00000257  00000-0 -92067-4 0  8123
+2 38709 098.9628 170.5051 0010709 327.2468 032.7998 14.23715580108710
+1 38710U 12039D   14238.23012560  .00005450  00000-0  19668-3 0  9909
+2 38710 097.4706 155.2084 0001511 347.9008 012.2199 15.28932487116470
+1 38711U 12039E   14237.45943200  .00000032  00000-0  34212-4 0  8810
+2 38711 098.9608 170.3562 0011543 328.9463 031.1031 14.23889415108727
+1 38714U 99025ETF 14230.92512099  .00005160  00000-0  15800-2 0  1535
+2 38714 097.8911 276.0061 0270741 122.9091 239.8180 14.23061011199365
+1 38716U 99025ETH 14233.79633225  .00000767  00000-0  86338-3 0   778
+2 38716 098.4198 218.5321 0283794 089.8468 028.9206 13.57214030244715
+1 38717U 99025ETJ 14228.28024898  .00001084  00000-0  72581-3 0   887
+2 38717 098.9586 169.3838 0070764 023.9563 334.9965 14.01797306195533
+1 38720U 99025ETM 14236.26693581  .00004289  00000-0  24078-2 0  2428
+2 38720 099.1406 247.0465 0065223 051.7355 005.6007 14.10002238217989
+1 38721U 99025ETN 14229.87955420  .00001613  00000-0  88792-3 0  1095
+2 38721 099.0273 266.1853 0088244 274.0823 085.5629 14.11149823255984
+1 38722U 99025ETP 14236.10286503  .00001196  00000-0  49128-3 0  2120
+2 38722 099.3536 356.4115 0269018 325.8122 032.6110 14.11402702247102
+1 38723U 99025ETQ 14236.76865861  .00002079  00000-0  92298-3 0  1624
+2 38723 099.4878 080.8255 0048050 029.5248 030.4919 14.23630335180796
+1 38725U 99025ETS 14238.30343074  .00001469  00000-0  80565-3 0  1788
+2 38725 098.9997 275.7065 0046497 218.9793 140.7331 14.12876665182218
+1 38726U 99025ETT 14238.05709610  .00002755  00000-0  13340-2 0  2521
+2 38726 099.1422 332.8410 0097946 208.3329 276.0965 14.16840078176040
+1 38727U 99025ETU 14236.75038373  .00000829  00000-0  65911-3 0  1316
+2 38727 098.6248 064.6717 0121986 128.5481 292.0742 13.90322571146799
+1 38728U 99025ETV 14234.89466554  .00001242  00000-0  35579-3 0  2369
+2 38728 099.2404 120.5245 0117397 110.2016 310.6229 14.43077131188108
+1 38730U 12040A   14238.14851034  .00000092  00000-0  10000-3 0  6163
+2 38730 000.4703 269.5433 0005087 297.5787 197.4152 01.00271713  7743
+1 38732U 94089D   14237.32462233  .00000479  00000-0  25977-3 0  5826
+2 38732 098.7808 321.5228 0014205 230.1735 129.8191 14.17074220107491
+1 38733U 12041A   14238.22104495  .00000010  00000-0  00000+0 0  2259
+2 38733 082.4687 243.9535 0019856 106.2939 254.0330 12.42354961 94266
+1 38734U 12041B   14238.05588361  .00000024  00000-0  10000-3 0  6680
+2 38734 082.4726 243.6065 0020732 096.5065 263.8376 12.42893340 94281
+1 38735U 12041C   14238.09427720  .00000024  00000-0  10000-3 0  6596
+2 38735 082.4717 243.9463 0018212 101.4950 258.8188 12.42561196 94260
+1 38736U 12041D   14238.08252493  .00000010  00000-0  00000+0 0  6678
+2 38736 082.4770 243.9462 0022847 097.0955 263.2720 12.42884313 94275
+1 38737U 12041E   14236.42514576 -.00000022  00000-0 -12168-3 0  3526
+2 38737 082.4781 209.3996 0224201 293.7116 064.0608 12.81791641 97031
+1 38740U 12043A   14237.88180709 -.00000041  00000-0  00000+0 0  5913
+2 38740 000.0159 146.5035 0001891 213.3681 000.1283 01.00273014  7588
+1 38741U 12043B   14238.38678309  .00000000  00000-0  10000-3 0  4972
+2 38741 000.0163 172.6566 0002177 013.5084 318.6558 01.00272107  7593
+1 38742U 12043C   14238.98808184  .00003416  00000-0  12868-2 0  4512
+2 38742 005.3569 142.8457 7238302 078.2550 348.2026 02.32638525 17398
+1 38743U 12043D   14237.13527359  .00014635  00000-0  48683-2 0  4868
+2 38743 005.9468 099.5116 6897729 159.0216 255.3331 02.76405359 18992
+1 38744U 12044A   14237.37537198  .00024838  34805-5  60760-3 0  8303
+2 38744 049.9089 269.4866 2188466 048.0746 328.7036 11.08066844 79331
+1 38745U 12044B   14236.76599046  .00014509  18149-5  41271-3 0  4046
+2 38745 049.9091 358.3960 2470302 334.5868 015.1143 10.48210554 77111
+1 38746U 12044C   14236.78371843  .00005822  00000-0  36644-3 0  4859
+2 38746 049.6970 045.1466 2530783 312.7078 028.6119 10.24967456 75976
+1 38747U 12044D   14237.90544346  .00082411  48684-5  18101-2 0   470
+2 38747 049.8748 227.9675 2051965 084.2135 298.7399 11.37514493 80306
+1 38749U 12045A   14237.16006972 -.00000302  00000-0  00000+0 0  4418
+2 38749 000.0197 080.9272 0002543 088.6004 163.4432 01.00271995  7428
+1 38750U 12045B   14237.44256159  .00001212  00000-0  54692-3 0  3717
+2 38750 000.3606 328.0318 7228530 308.3553 013.3332 02.33224059 17024
+1 38752U 12046A   14237.43761038 -.00000046  00000-0  12944-3 0  3153
+2 38752 010.2109 307.3192 6814473 290.8555 037.0804 02.67332527 19393
+1 38753U 12046B   14239.13058612  .00000079  00000-0  94419-3 0  3332
+2 38753 010.2060 309.5210 6822477 286.5784 013.0491 02.65859075 19345
+1 38755U 12047A   14238.28569351  .00000145  00000-0  41001-4 0  2396
+2 38755 098.1926 304.7436 0001335 083.8138 276.3222 14.58553407104398
+1 38756U 12047B   14238.13122045  .00000471  00000-0  77751-4 0  1400
+2 38756 098.2274 327.5710 0013375 156.2621 203.9207 14.75049637105498
+1 38757U 12047C   14237.78312412  .00000472  00000-0  75576-4 0  6285
+2 38757 098.1048 318.7130 0006419 173.6326 186.4966 14.76364201105531
+1 38771U 12049A   14249.45995912  .00000102  00000-0  46552-4 0  5799
+2 38771 098.6772 308.1852 0001556 334.5613 025.6129 14.21499830102117
+1 38774U 12050A   14237.94613524  .00000009  00000-0  00000+0 0  6151
+2 38774 054.7937 208.3877 0026302 199.3703 065.8348 01.86232893 13343
+1 38775U 12050B   14238.07907455  .00000010  00000-0  00000+0 0  6114
+2 38775 054.8993 207.9605 0019503 219.3123 180.5597 01.86233075 13349
+1 38778U 12051A   14233.46951301  .00000000  00000-0  10000-3 0  4296
+2 38778 000.0215 230.2428 0000927 251.2009 045.5680 01.00275169  7018
+1 38779U 12051B   14238.77324616  .00000000  00000-0  10000-3 0  5043
+2 38779 000.0120 264.0059 0006666 207.4095 224.8067 01.00266269  6351
+1 38780U 12051C   14234.31946218  .00002068  00000-0  53074-3 0  4389
+2 38780 005.9231 221.8934 7219937 038.2882 083.0392 02.35918072 16061
+1 38781U 12051D   14236.07228508  .00053514  00000-0  58412-2 0  5990
+2 38781 006.3240 115.3332 6383850 248.3253 342.1170 03.50805086 20489
+1 38782U 12052A   14238.34208924  .00000479  00000-0  72656-4 0  1091
+2 38782 097.9669 316.6775 0024323 175.2582 184.8873 14.78398778102829
+1 38783U 99025ETX 14238.25812613  .00001419  00000-0  34407-3 0  1123
+2 38783 098.8309 262.3993 0329498 154.4608 207.1684 14.26486578207159
+1 38784U 99025ETY 14235.62547603  .00003016  00000-0  78675-3 0  1878
+2 38784 099.4066 166.2878 0089556 206.5765 275.5714 14.47998543155879
+1 38785U 99025ETZ 14233.17986289  .00002168  00000-0  14508-2 0   740
+2 38785 098.0148 213.6364 0234401 340.0017 077.6902 13.89330559242899
+1 38787U 99025EUB 14238.22025732  .00000943  00000-0  96751-3 0   414
+2 38787 098.3321 233.0847 0248124 312.8814 045.1781 13.65864058230799
+1 38789U 99025EUD 14236.43742163  .00000784  00000-0  23491-3 0  1281
+2 38789 098.7941 316.5350 0253699 281.3264 134.3933 14.29036825207834
+1 38790U 99025EUE 14236.85299258  .00001028  00000-0  60826-3 0  1477
+2 38790 099.0694 265.7046 0083578 291.0801 068.1080 14.08299867220582
+1 38791U 99025EUF 14237.56431245  .00002230  00000-0  11174-2 0   769
+2 38791 099.2285 353.4245 0020239 356.6843 003.4193 14.17647603182439
+1 38792U 99025EUG 14234.45184325  .00004260  00000-0  72147-3 0  1314
+2 38792 099.6144 303.3341 0138470 038.6090 322.4911 14.63820493205100
+1 38794U 99025EUJ 14236.80905501  .00000669  00000-0  68019-3 0   977
+2 38794 099.0544 093.8694 0223146 069.0084 293.4711 13.69728618194022
+1 38795U 99025EUK 14216.98613905  .00000951  00000-0  12065-2 0   523
+2 38795 098.7567 131.5116 0535192 337.0594 006.1527 13.17893867237185
+1 38796U 99025EUL 14238.14209292  .00004988  00000-0  13486-2 0  1686
+2 38796 098.9107 357.4392 0077954 138.3500 218.5503 14.46450792207324
+1 38797U 99025EUM 14232.01175868  .00000025  00000-0  78661-4 0   649
+2 38797 099.5601 158.2271 0249286 276.8609 080.4201 13.59174858171927
+1 38799U 99025EUP 14238.90730650  .00001788  00000-0  57149-3 0  1028
+2 38799 098.7765 292.7832 0220231 305.1356 052.9851 14.26750302204642
+1 38801U 99025EUR 14236.34362537  .00001408  00000-0  39154-3 0  1297
+2 38801 098.3306 085.2254 0394951 037.4251 325.5662 14.10580930234616
+1 38802U 99025EUS 14214.37941137  .00000251  00000-0  15310-3 0   490
+2 38802 098.9053 270.2356 0038690 030.4681 329.7385 14.14479134273276
+1 38804U 99025EUU 14224.98683385  .00001584  00000-0  14174-2 0   685
+2 38804 097.5555 296.3169 0421570 000.5527 353.1178 13.51498646262954
+1 38805U 99025EUV 14236.39912522  .00020770  00000-0  26439-2 0  2263
+2 38805 099.0994 095.4857 0082998 085.7250 275.3436 14.79162717186131
+1 38806U 99025EUW 14238.30655558  .00000769  00000-0  56612-3 0  1576
+2 38806 098.5503 058.3232 0142749 357.6066 002.4522 13.93619909197923
+1 38807U 99025EUX 14233.86114302  .00001438  00000-0  14812-2 0   792
+2 38807 098.4516 253.3466 0244419 015.1816 345.6236 13.65172915191972
+1 38808U 99025EUY 14238.21791574  .00002456  00000-0  90095-3 0  1047
+2 38808 098.9267 248.5200 0177008 210.0704 147.9752 14.25420498295031
+1 38809U 99025EUZ 14237.33636870  .00000466  00000-0  21539-3 0  1481
+2 38809 098.9817 271.5337 0252409 194.5793 228.8886 14.10216886177936
+1 38810U 99025EVA 14238.37774133  .00001501  00000-0  10623-2 0  1553
+2 38810 099.3566 302.9091 0137764 186.7656 173.0386 13.94983341195492
+1 38811U 99025EVB 14238.20463659  .00002390  00000-0  13738-2 0  2484
+2 38811 099.0765 226.9556 0061187 011.3208 348.9521 14.09326828197059
+1 38812U 99025EVC 14235.75553466  .00000710  00000-0  80983-3 0  1073
+2 38812 098.4248 218.4800 0285099 092.2191 271.0092 13.56503568189831
+1 38813U 99025EVD 14236.55562678  .00000547  00000-0  31734-3 0  1436
+2 38813 099.2617 000.7268 0007297 187.3077 232.6111 14.13263454198445
+1 38814U 99025EVE 14237.24540333  .00004198  00000-0  22342-2 0  1067
+2 38814 098.4463 036.4032 0135051 221.2545 137.8516 14.09354878251844
+1 38816U 99025EVG 14236.76005016  .00002547  00000-0  10482-2 0  1797
+2 38816 098.8654 220.7622 0119017 226.1322 132.9976 14.24053438199466
+1 38818U 99025EVJ 14236.00647603  .00000457  00000-0  17882-3 0  1723
+2 38818 098.6870 303.0393 0099498 103.8930 015.7800 14.31476981106767
+1 38819U 99025EVK 14236.29443836  .00000437  00000-0  24638-3 0   978
+2 38819 098.9097 268.1514 0084710 124.2429 236.6657 14.13611367105503
+1 38820U 99025EVL 14238.18650584  .00001896  00000-0  15558-2 0  1320
+2 38820 098.2337 220.2679 0294706 213.5817 208.0791 13.72178087102798
+1 38822U 99025EVN 14210.26600160  .00001197  00000-0  94639-3 0   697
+2 38822 098.1284 232.9811 0135896 099.0097 262.6381 13.88837217298363
+1 38823U 99025EVP 14236.77729646  .00001106  00000-0  82156-3 0   571
+2 38823 099.2385 217.9261 0121273 151.1173 209.6666 13.93769018302079
+1 38824U 99025EVQ 14234.88926918  .00001361  00000-0  10751-2 0  1567
+2 38824 099.3655 259.5717 0124552 293.0682 065.7385 13.89852138156058
+1 38825U 99025EVR 14237.42641471  .00000877  00000-0  80675-3 0   944
+2 38825 098.9356 087.6708 0230732 335.5652 143.2434 13.74063495175095
+1 38827U 99025EVT 14230.93779658  .00001531  00000-0  53885-3 0  1294
+2 38827 098.8801 279.0397 0264647 087.4425 275.7336 14.18537985189822
+1 38828U 99025EVU 14233.61061660  .00002993  00000-0  67107-3 0  1688
+2 38828 099.5405 028.1966 0384902 041.7897 320.8588 14.20430110178564
+1 38829U 99025EVV 14236.28390543  .00000212  00000-0  16345-3 0  1028
+2 38829 099.1277 250.5138 0043094 042.1560 318.2907 14.03337467181377
+1 38831U 99025EVX 14239.13901584  .00000631  00000-0  40454-3 0   528
+2 38831 099.1262 210.7637 0060353 021.4669 338.9475 14.02364053303109
+1 38832U 99025EVY 14238.08950221  .00000940  00000-0  70994-3 0  1991
+2 38832 099.1260 186.9135 0101412 150.8326 209.8551 13.94193454157680
+1 38833U 12053A   14238.11619672 -.00000061  00000-0  00000+0 0  7082
+2 38833 054.7804 320.7064 0021204 008.9880 351.1104 02.00558996 13844
+1 38834U 12053B   14237.51518308 -.00000072  00000-0  00000+0 0  2773
+2 38834 054.4512 323.4470 0285113 050.2242 312.7348 01.89444705 13078
+1 38836U 80073N   14237.59006024  .00003084  00000-0  15503-2 0   698
+2 38836 081.2235 340.0979 0044678 112.5866 307.8775 14.15743024 97465
+1 38837U 80073P   14237.96345142  .00003698  00000-0  16778-2 0  1863
+2 38837 081.2199 330.8592 0041200 104.8449 016.1707 14.21259034132928
+1 38838U 80073Q   14236.55672523  .00004828  00000-0  14149-2 0  1129
+2 38838 081.2108 175.2216 0027780 004.3377 347.4786 14.43570026602564
+1 38840U 83022M   14237.88251310  .00002242  00000-0  81252-3 0  3123
+2 38840 098.4498 245.6439 0011954 285.2282 192.8644 14.34317426635608
+1 38841U 83022N   14235.27040630  .00004925  00000-0  15435-2 0  1897
+2 38841 098.4429 247.9159 0009944 273.3734 147.3174 14.41015708152752
+1 38842U 05017F   14237.10504263  .00001987  00000-0  27646-3 0  2161
+2 38842 097.8175 182.6964 0070307 118.7029 242.1536 14.77202628214138
+1 38843U 74029D   14230.03677593 -.00000015  00000-0  56566-4 0   482
+2 38843 064.9697 095.6901 0030393 012.4739 347.7183 13.95398389285874
+1 38845U 88019G   14236.85535642  .00000001  00000-0  84203-4 0   812
+2 38845 065.0452 045.8128 0059524 252.4105 107.0419 13.79986955138000
+1 38857U 12055A   14238.32069894  .00000005  00000-0  10000-3 0  2838
+2 38857 055.0690 220.5251 0004501 239.2748 120.6560 01.70476437 11641
+1 38858U 12055B   14238.84208545 -.00000005  00000-0  10000-3 0  2756
+2 38858 055.0485 220.5092 0003370 222.0192 137.9291 01.70475504 11605
+1 38859U 12055C   14233.93290287  .00000032  00000-0  00000+0 0  2402
+2 38859 055.0836 221.5386 0008296 259.1967 100.6987 01.66706726 11311
+1 38860U 12056A   14238.29939452  .00000406  00000-0  61569-4 0  1241
+2 38860 097.9286 314.2174 0023223 303.2792 056.6199 14.79182770100674
+1 38861U 12056B   14238.32911864  .00000712  00000-0  10279-3 0  1097
+2 38861 097.9300 314.0714 0017849 305.0082 054.9463 14.79198620100620
+1 38863U 12056D   14236.11720380  .00001237  00000-0  16477-3 0  3580
+2 38863 097.9360 313.4238 0015033 306.2320 053.7502 14.81398916100379
+1 38864U 12056E   14237.09165043  .00068832  00000-0  52565-3 0  6538
+2 38864 098.1701 037.2544 0068297 276.3601 082.9883 15.68795966104611
+1 38867U 12057A   14236.20332417 -.00000304  00000-0  00000+0 0  4111
+2 38867 000.0482 292.9059 0001582 232.5589 187.1499 01.00272930  6845
+1 38868U 12057B   14238.00540394 -.00000171  00000-0  10000-3 0  3607
+2 38868 001.3869 080.8091 0508558 321.1839 036.0770 00.88382241  6023
+1 38869U 12057C   14237.15654093  .00005992  00000-0  27434-2 0  4047
+2 38869 046.6518 337.6184 7324846 184.5972 160.0759 02.21710689 14805
+1 38880U 12044M   14237.90250134  .00098904  48242-5  22845-2 0  6994
+2 38880 049.8473 255.8537 2086372 064.0253 316.0307 11.29621762 72452
+1 38881U 12044N   14237.05097655  .00064932  27507-5  10603-2 0  9311
+2 38881 050.5051 335.7640 2212975 302.3516 038.1680 11.07480754 70833
+1 38884U 12044R   14237.21886541  .00006876  17147-5  21533-3 0  4853
+2 38884 050.0206 358.1285 2481216 326.1782 020.2517 10.45371498 69993
+1 38886U 12044T   14237.53526288  .00099464  53639-5  20463-2 0  7640
+2 38886 050.0410 240.1614 1997218 058.6708 319.4345 11.49813408 72865
+1 38888U 12044V   14237.35400958  .00026690  26681-5  66650-3 0  5967
+2 38888 050.0616 300.3585 2303973 008.7699 354.7054 10.83770058 71460
+1 38890U 12044X   14237.73597659  .00091365  56279-5  16744-2 0  7559
+2 38890 050.1002 205.0679 1872533 081.6001 299.1594 11.77650090 73715
+1 38894U 12044AB  14237.00806163  .00216012  88179-5  35997-2 0  6198
+2 38894 049.7061 141.9396 1681082 165.4012 200.2285 12.19508613 74713
+1 38895U 12044AC  14238.02217552  .00173613  72834-5  33768-2 0  7432
+2 38895 049.6565 151.3340 1707459 165.3419 200.4086 12.11763242 74627
+1 38898U 12044AF  14238.89684500  .00166993  00000-0  28673-2 0  8480
+2 38898 049.9483 058.8291 1533083 218.2367 129.9677 12.50679297 76967
+1 38900U 12044AH  14231.30127048  .10946282  12617-4  31249-2 0  9520
+2 38900 050.2285 214.6411 0083641 349.9052 010.2076 16.17765940 80287
+1 38901U 12044AJ  14238.12350414  .00731966  77529-4  63573-2 0  7002
+2 38901 050.0349 259.0368 0838679 339.3943 017.4928 14.12217638 80095
+1 38902U 12044AK  14238.07093685  .00151607  65322-5  26101-2 0  8375
+2 38902 049.7597 099.1223 1608813 203.0811 148.9112 12.34553591 75852
+1 38905U 12044AN  14237.97231576  .00159441  68888-5  30476-2 0  7596
+2 38905 050.0321 130.6501 1777417 150.1651 221.3694 11.97146698 75413
+1 38906U 12044AP  14237.11543087  .00105864  56722-5  22690-2 0  7195
+2 38906 049.9957 160.6781 1864117 130.5290 247.3523 11.77283146 74678
+1 38908U 12044AR  14237.45714126  .00344149  17139-4  36693-2 0   862
+2 38908 049.6944 328.5684 1283453 312.5379 037.3820 13.11543119 78498
+1 38909U 12044AS  14239.06780740  .01633564  00000-0  43188-2 0  1975
+2 38909 050.0885 110.3179 0385287 091.9624 272.7079 15.29175125 83321
+1 38910U 12044AT  14214.95902452  .15756368  12664-4  67891-2 0  9032
+2 38910 050.1274 239.4929 0096637 334.7035 024.9242 16.11210535 78841
+1 38911U 12044AU  14231.42727541  .00162829  79900-5  19435-2 0  8616
+2 38911 049.7592 018.6455 1222385 268.3057 077.7777 13.23374021 77061
+1 38914U 12044AX  14238.57508844  .00119474  00000-0  18320-2 0  7669
+2 38914 050.1508 222.3506 1718026 064.6100 312.3034 12.12618606 70789
+1 38916U 12044AZ  14238.09748988  .00425306  28696-4  37736-2 0   971
+2 38916 049.9615 259.3065 0936871 343.4370 013.7746 13.90276428 80054
+1 38917U 12044BA  14239.05256297  .00683752  00000-0  45663-2 0  1791
+2 38917 050.1888 282.9392 0746172 302.7278 050.3848 14.36460619 79566
+1 38918U 12044BB  14237.59169242  .00166732  72356-5  29313-2 0  7952
+2 38918 049.9575 050.3439 1457301 228.6806 117.9374 12.66780064 76978
+1 38921U 12044BE  14232.47706687  .00033134  19723-5  80586-3 0  6551
+2 38921 050.2809 027.5607 2339827 280.9594 053.8651 10.76536264 69112
+1 38922U 12044BF  14236.43886584  .00015876  20374-5  42916-3 0  5143
+2 38922 050.0782 332.3323 2412596 341.7666 010.9378 10.60625961 70572
+1 38925U 12044BJ  14218.88694173  .15721551  12094-4  67489-2 0  8532
+2 38925 049.9307 168.6781 0081646 062.5244 298.4018 16.13856320 80371
+1 38926U 12044BK  14239.07029962  .00062632  00000-0  14168-2 0  5967
+2 38926 050.0584 270.2819 2230013 031.9930 339.9079 10.99834499 67129
+1 38927U 12044BL  14231.28561668  .00249094  12776-4  28170-2 0  6973
+2 38927 050.0089 333.6595 1060197 282.4450 065.9981 13.59614710 78141
+1 38941U 12044CA  14237.73227160  .00118368  59353-5  25832-2 0  7415
+2 38941 049.5898 200.0796 1837874 132.1647 245.0670 11.82553067 73491
+1 38948U 12044CH  14237.35285950  .00043903  29520-5  10746-2 0  5085
+2 38948 050.0996 290.5518 2265718 013.7019 351.6073 10.91759970 71398
+1 38953U 12059A   14238.63470584 -.00000160  00000-0  10000-3 0  5796
+2 38953 000.4614 284.5677 0004078 205.2932 153.4826 01.00267410  6811
+1 38954U 12059B   14230.42490125  .00032588  00000-0  22127-2 0  4518
+2 38954 020.3137 330.4170 7020538 353.6806 000.7651 02.64631219 16584
+1 38955U 12044CN  14239.06048005  .00375058  00000-0  38190-2 0  2627
+2 38955 049.8390 300.4683 0981979 324.1412 029.7488 13.78207274 76247
+1 38960U 12044CT  14236.34602366  .00024906  20947-5  69189-3 0  3597
+2 38960 050.1542 342.2169 2366033 329.3570 018.7719 10.69614563 69812
+1 38961U 12044CU  14237.42661274  .00044423  30169-5  10616-2 0  4472
+2 38961 050.1120 285.1602 2258520 016.8178 349.6514 10.93550402 71589
+1 38962U 12044CV  14238.74855437  .00320621  00000-0  39105-2 0  7497
+2 38962 050.0522 063.7941 1275983 205.2514 148.0623 13.11205350 76275
+1 38963U 12044CW  14237.95573455  .01750462  67414-3  79561-2 0  7785
+2 38963 049.7695 150.8529 0459440 092.6866 272.6739 15.05430716 81573
+1 38965U 12044CY  14232.78989384  .20781595  11585-4  80839-2 0  9351
+2 38965 049.9312 136.4501 0078535 090.3855 270.6137 16.15448609 81569
+1 38967U 12044DA  14238.93234443  .00266585  00000-0  19704-2 0  1968
+2 38967 049.9397 204.2652 0767739 027.5143 336.4898 14.30198239 77227
+1 38972U 12044DF  14237.82974612  .00216362  50411-5  82524-3 0  5318
+2 38972 050.1464 012.7702 1408991 235.1607 110.8732 12.96079347 77268
+1 38977U 12061A   14237.02386365 -.00000144  00000-0  00000+0 0  5461
+2 38977 001.4621 085.4057 0005315 080.8676 159.5900 01.00270609  6918
+1 38978U 12061B   14238.43062541  .00000000  00000-0  10000-3 0  4863
+2 38978 000.0398 258.0975 0000480 147.3489 174.2284 01.00267059  5903
+1 38979U 12061C   14237.99109503 -.00000229  00000-0 -11612-2 0  3104
+2 38979 048.1584 190.5724 7118734 161.1558 252.5890 02.27640153 14673
+1 38980U 12061D   14235.72005967 -.00000144  00000-0  00000+0 0  2621
+2 38980 001.7243 073.2954 0798665 005.2066 356.0367 01.12485725  7111
+1 38991U 12062A   14238.42518736 -.00000264  00000-0  10000-3 0  4560
+2 38991 000.0777 087.7500 0002283 109.8447 215.0699 01.00272520  6612
+1 38992U 12062B   14238.16305388  .00000114  00000-0  00000+0 0  4219
+2 38992 000.0684 336.5738 0001967 183.5762 254.4665 01.00271467  6625
+1 38993U 12062C   14237.38706755  .00003945  00000-0  78431-3 0  4049
+2 38993 002.4846 271.3216 7224166 015.3312 358.4242 02.36064549 15095
+1 38994U 12062D   14232.32155884  .00063193  00000-0  70171-2 0  5314
+2 38994 002.1621 228.5140 6791356 099.6757 336.7970 02.94015579 16856
+1 38995U 12063A   14237.66139610  .00000134  00000-0  00000+0 0  5347
+2 38995 063.4235 096.9466 7038678 293.8002 010.0266 02.00596542 13026
+1 38996U 12063B   14230.64926574  .00000000  00000-0  10000-3 0  2560
+2 38996 063.3244 095.5518 7094237 294.7690 009.5293 02.00037943 12853
+1 38997U 12064A   14238.33088262  .00014907  00000-0  27523-3 0   139
+2 38997 097.3442 248.9266 0028668 150.3405 265.4765 15.48727765 98804
+1 38998U 12064B   14237.55764540  .00003894  00000-0  13614-3 0  7702
+2 38998 097.3487 242.7770 0009533 134.9147 225.2869 15.30104594 98323
+1 38999U 12064C   14238.35178951  .00007243  00000-0  22644-3 0    20
+2 38999 097.3470 244.5176 0009855 121.7938 346.4360 15.33411258 98508
+1 39000U 12064D   14237.08140071  .00011811  00000-0  28315-3 0  5410
+2 39000 097.3438 249.3582 0006354 245.0282 115.0305 15.41537037 98707
+1 39001U 12064E   14237.47311630  .00048007  00000-0  17247-2 0  5794
+2 39001 097.5783 235.0313 0079648 160.8833 199.5424 15.25479525 95805
+1 39008U 12065A   14237.19713079 -.00000299  00000-0  10000-3 0  3717
+2 39008 000.0076 135.3642 0002887 010.3797 197.0926 01.00271418  6544
+1 39009U 12065B   14236.93039495  .00000046  00000-0  10000-3 0  2901
+2 39009 029.6914 169.4529 6928063 281.0456 013.9296 02.23059724 14380
+1 39010U 12065C   14237.35873427  .00004389  00000-0  87075-3 0  3766
+2 39010 049.6476 090.9297 4708394 151.6931 244.9998 06.08952470 38869
+1 39011U 12066A   14237.44627662 -.00000067  00000-0  38879-4 0  8478
+2 39011 063.3802 234.1152 0057807 358.4059 001.6774 13.45109091 85851
+1 39012U 12066B   14239.15642047 -.00000384  00000-0  10000-3 0  8795
+2 39012 063.3837 229.7281 0058227 358.6425 001.4805 13.45109142 91485
+1 39013U 12066C   14238.26409642 -.00000162  00000-0 -12005-3 0   546
+2 39013 063.3823 231.1803 0057692 358.0682 002.0114 13.45108549 85991
+1 39014U 12066D   14237.13983952 -.00000056  00000-0  38917-4 0  2985
+2 39014 063.4368 165.4877 0207237 012.9242 347.6995 13.70108636 87393
+1 39015U 12066E   14238.11285659 -.00000021  00000-0  11767-3 0  3182
+2 39015 063.3818 236.0362 0070390 004.7477 355.4201 13.43940203 85865
+1 39016U 12066F   14238.08297171 -.00000034  00000-0  94699-4 0  3169
+2 39016 063.3816 235.0305 0072159 005.9343 354.2521 13.44310986 85895
+1 39017U 12067A   14238.15348275  .00000000  00000-0  10000-3 0  5157
+2 39017 000.0134 100.4788 0002208 026.3708 350.2208 01.00269268  6466
+1 39019U 12068A   14238.30386468  .00000153  00000-0  42744-4 0   114
+2 39019 098.1954 312.2861 0001452 080.3313 279.8058 14.58552568 92170
+1 39020U 12069A   14238.98673583  .00000000  00000-0  10000-3 0  7069
+2 39020 000.0483 010.3401 0003520 145.3896 245.1564 01.00269904  6370
+1 39021U 12069B   14238.40250193  .00000005  00000-0  10000-3 0  3303
+2 39021 000.9265 336.9582 6871494 266.2182 020.0875 02.21894814 14007
+1 39022U 12070A   14238.53282813  .00000000  00000-0  10000-3 0  5413
+2 39022 000.0337 268.4589 0002902 217.4972 095.4455 01.00271068  5684
+1 39023U 12070B   14230.92316635 -.00000233  00000-0  10000-3 0  2954
+2 39023 025.0974 162.8936 6309983 205.1579 101.9553 02.09996773 13008
+1 39024U 12070C   14236.68269685 -.00000047  00000-0 -54899-3 0  3371
+2 39024 047.4806 113.4502 7153811 162.1497 249.7116 02.28099655 14192
+1 39026U 12072A   14237.75151079  .00004943  00000-0  26078-3 0  1318
+2 39026 097.3214 274.8182 0052389 185.0158 175.0557 15.14798675 93909
+1 39027U 12072B   14237.17219442  .00001360  00000-0  82540-4 0  6417
+2 39027 097.3270 272.1105 0066354 198.4082 161.4747 15.10363589 93659
+1 39028U 12072C   14237.41442696  .00009989  00000-0  43301-3 0  4812
+2 39028 097.3617 281.4315 0041478 177.5941 182.5503 15.21774810 94091
+1 39029U 12072D   14237.03972880  .00007548  00000-0  36022-3 0  1340
+2 39029 097.2827 271.7444 0050532 179.8652 180.2605 15.18192969 93838
+1 39030U 12073A   14238.31878235  .00000143  00000-0  35803-4 0  8881
+2 39030 098.0961 133.3343 0016276 127.8939 232.3729 14.64773948 90113
+1 39034U 12075A   14237.80361476  .00000084  00000-0  10000-3 0  4593
+2 39034 000.0783 328.9870 0003392 194.0552 152.9618 01.00270177  6260
+1 39035U 12075B   14238.71895299  .00000000  00000-0  10000-3 0  4633
+2 39035 000.0223 108.3986 0002462 010.9773 359.5568 01.00271112  6221
+1 39036U 12075C   14231.38677708  .00002732  00000-0  10788-2 0  3638
+2 39036 002.7314 337.4436 7256327 336.6973 002.6548 02.30732573 13943
+1 39037U 12075D   14232.42742769  .00025421  00000-0  79855-2 0  4748
+2 39037 002.2564 325.0434 7065053 006.5426 359.1471 02.55018562 14653
+1 39038U 12064F   14237.10836813  .00073505  00000-0  21956-2 0  5837
+2 39038 097.1705 200.4030 0074343 130.8185 358.1546 15.31584997 95851
+1 39043U 88006J   14237.13734938  .00009300  00000-0  33653-2 0  5008
+2 39043 099.0014 112.3372 0047515 309.0066 050.6891 14.33047028 90098
+1 39046U 88006M   14236.43254230  .00000832  00000-0  46360-3 0  3385
+2 39046 098.8456 094.3849 0087774 081.9324 036.9119 14.11730624 85776
+1 39049U 94074Z   14237.04814353  .00021262  00000-0  11081-2 0  5301
+2 39049 098.1832 265.4289 0002809 148.9314 211.2083 15.16010654 67170
+1 39052U 99057SZ  14236.54151898  .00000485  00000-0  60389-4 0  2862
+2 39052 098.6999 129.3262 0067085 241.5756 117.8685 14.86505128102359
+1 39054U 92047AV  14238.97138903  .00004123  00000-0  27568-1 0  3961
+2 39054 065.7281 208.3158 2675897 041.4488 336.1447 08.77868882 53213
+1 39055U 90081DP  14229.86129395  .00000426  00000-0  24000-3 0   678
+2 39055 098.7436 261.3150 0010967 209.2144 150.7640 14.15496910109816
+1 39056U 81053NA  14231.49962358  .00000636  00000-0  77854-3 0   201
+2 39056 082.9528 155.6898 0131177 015.3968 345.4837 13.60715565 87405
+1 39057U 13001A   14238.11308386  .00000029  00000-0  13704-3 0  8029
+2 39057 082.5006 023.3182 0027517 073.6075 286.8026 12.42894287 72970
+1 39058U 13001B   14238.12254384  .00000033  00000-0  16626-3 0  7658
+2 39058 082.5020 022.7027 0017024 080.2302 280.0700 12.43932777 73027
+1 39059U 13001C   14238.22143368  .00000010  00000-0  00000+0 0  7851
+2 39059 082.5041 023.4591 0025823 082.5076 277.8940 12.42890583 72974
+1 39060U 13001D   14236.44238127  .00000010  00000-0  00000+0 0  3107
+2 39060 082.4937 024.3351 0014517 111.9677 248.2947 12.42545580 72732
+1 39068U 13003A   14237.84716287  .00039476 -33307-6  71217-3 0  5734
+2 39068 080.2544 280.3637 0679614 006.9819 354.0356 14.34645341 80881
+1 39069U 13003B   14236.45202771  .00020287 -61953-6  39657-3 0  3782
+2 39069 080.2590 287.9692 0740117 026.5683 337.1497 14.19999471 80305
+1 39070U 13004A   14238.46403282  .00000000  00000-0  10000-3 0  4612
+2 39070 006.5329 330.5860 0008567 231.4215 128.6110 01.00274696908501
+1 39071U 13004B   14239.05376584 -.00000006  00000-0  10000-3 0  2168
+2 39071 025.4323 240.9102 5884103 337.3086 004.7529 02.09790037 12027
+1 39072U 13005A   14237.77308390 -.00000111  00000-0 -40222-4 0  4752
+2 39072 052.0053 053.9139 0001014 098.5699 261.5283 12.62270598 72255
+1 39073U 13005B   14237.73356425 -.00000107  00000-0 -19242-4 0  4721
+2 39073 051.9816 053.5844 0001608 085.6448 274.4602 12.62268805 72254
+1 39074U 13005C   14237.43184227 -.00000085  00000-0  10215-3 0  4845
+2 39074 051.9968 325.0306 0000627 109.2800 250.8134 12.62267996 73718
+1 39075U 13005D   14237.42473981 -.00000086  00000-0  96942-4 0  4813
+2 39075 052.0096 010.3419 0000483 303.0622 057.0198 12.62266976 72968
+1 39076U 13005E   14237.01384073 -.00000113  00000-0 -52498-4 0  4733
+2 39076 051.9879 100.8562 0000572 074.1235 285.9694 12.62267574 71401
+1 39077U 13005F   14237.11259395 -.00000105  00000-0 -94062-5 0  4761
+2 39077 051.9789 100.3837 0000479 048.6207 311.4700 12.62264878 71422
+1 39078U 13006A   14238.80491946  .00000000  00000-0  10000-3 0  4625
+2 39078 000.0428 237.5593 0004926 301.7442 024.4433 01.00267610  5726
+1 39079U 13006B   14237.94426429  .00000117  00000-0  00000+0 0  3469
+2 39079 000.0218 138.6259 0001547 043.6152 177.7583 01.00272792  5714
+1 39080U 13006C   14237.27788495 -.00010041  00000-0 -39337-2 0  4201
+2 39080 006.5152 048.2300 7261396 286.7843 010.4006 02.29536963 12784
+1 39081U 13006D   14230.48155687  .00018849  00000-0  68432-2 0  3590
+2 39081 005.9977 039.1057 7074983 308.6690 006.8877 02.53290454 13335
+1 39084U 13008A   14237.68628903  .00000316  00000-0  80280-4 0  5724
+2 39084 098.2156 306.9587 0000714 073.6918 286.4355 14.57113181 81577
+1 39086U 13009A   14237.37410207  .00001299  00000-0  49778-3 0  5962
+2 39086 098.5435 064.5252 0002624 088.6989 271.4507 14.32249504 78137
+1 39087U 13009B   14238.00952414  .00000275  00000-0  11282-3 0  4528
+2 39087 098.6151 072.2350 0014216 102.0437 258.2353 14.34631789 78323
+1 39088U 13009C   14237.62500622  .00000173  00000-0  77827-4 0  5465
+2 39088 098.6165 071.3938 0012150 091.7128 268.5440 14.33913224 78245
+1 39089U 13009D   14237.63659939  .00000113  00000-0  56128-4 0  4557
+2 39089 098.6159 071.5699 0011635 092.4163 267.8351 14.34084301 78259
+1 39090U 13009E   14237.53276103 -.00000029  00000-0  54567-5 0  4368
+2 39090 098.6243 072.1920 0010338 099.2005 261.0348 14.34580589 78260
+1 39091U 13009F   14238.09779209  .00000125  00000-0  59817-4 0  4487
+2 39091 098.6168 072.5490 0011199 105.5803 254.6616 14.34716024 78357
+1 39092U 13009G   14238.14583734  .00000236  00000-0  99180-4 0  4570
+2 39092 098.6158 072.4640 0010522 099.2443 260.9949 14.34590170 78352
+1 39093U 13009H   14237.56769545  .00000115  00000-0  44758-4 0  4401
+2 39093 098.6267 083.3415 0044617 204.3296 155.5791 14.46253580 78866
+1 39094U 13009J   14236.64915414  .00000469  00000-0  18060-3 0  2594
+2 39094 098.6207 070.8670 0012571 094.3350 265.9271 14.34839591 78124
+1 39095U 73086HH  14236.74097255 -.00000010  00000-0  28172-3 0   823
+2 39095 102.0483 214.5065 0058720 087.1917 273.5860 12.30545593432124
+1 39096U 73086HJ  14231.29879803  .00000131  00000-0  13353-2 0   687
+2 39096 101.2897 034.3095 0074766 306.0405 053.4241 12.36299599513518
+1 39097U 73086HK  14235.77135445 -.00000043  00000-0  57795-5 0  1283
+2 39097 102.0211 208.1110 0031455 164.3581 195.8550 12.33844391512971
+1 39099U 77065GJ  14228.82698728  .00003392  00000-0  11001-2 0  1457
+2 39099 028.3591 107.7364 0408488 322.4769 107.6518 13.98383378602125
+1 39100U 77065GK  14219.99384634  .00004581  00000-0  56413-3 0  1049
+2 39100 029.3006 129.1573 0514974 165.9509 195.6026 14.17027330618280
+1 39101U 77065GL  14236.47234722  .00003276  00000-0  32009-3 0  1993
+2 39101 029.3174 015.1099 0408311 022.4121 339.3865 14.43639294776479
+1 39103U 86019VR  14237.98265430  .00000469  00000-0  17253-3 0   805
+2 39103 098.5414 299.4680 0024929 082.7335 278.0758 14.37006405655879
+1 39104U 86019VS  14238.01058520  .00000896  00000-0  27112-3 0  1148
+2 39104 098.4424 308.7820 0048085 133.1582 227.3758 14.44034055534204
+1 39105U 86019VT  14229.98174889  .00000212  00000-0  14165-3 0  1250
+2 39105 099.0181 288.3795 0119568 260.5577 222.8821 14.08165785585235
+1 39106U 86019VU  14233.40167772  .00000076  00000-0  58109-4 0   733
+2 39106 098.8857 297.7814 0064183 247.0904 112.3273 14.17987025520934
+1 39107U 86019VV  14238.90232828  .00000592  00000-0  33132-3 0  1641
+2 39107 099.1300 274.1144 0160092 224.5101 134.3591 14.04461002482372
+1 39109U 93036BTY 14238.14871445  .00000894  00000-0  20630-3 0  1532
+2 39109 074.0512 167.8824 0078248 250.4306 108.8465 14.54988445142267
+1 39110U 93036BTZ 14231.09261697  .00000404  00000-0  81764-4 0   287
+2 39110 073.9596 121.4496 0117823 243.0746 186.1045 14.60776907108203
+1 39111U 93036BUA 14237.77334356  .00001941  00000-0  61630-3 0  1526
+2 39111 074.0356 271.9633 0029022 279.4813 080.3062 14.40420576 82880
+1 39112U 99025EVZ 14236.57871259  .00001933  00000-0  81040-3 0  1704
+2 39112 099.1542 005.4140 0050898 284.7465 074.8077 14.26541496 81226
+1 39113U 99025EWA 14237.39171757  .00001053  00000-0  67490-3 0   392
+2 39113 099.0817 301.6767 0046952 054.8982 305.6242 14.05046591 79884
+1 39114U 99025EWB 14224.86653123  .00002175  00000-0  12037-2 0   643
+2 39114 099.0601 257.9402 0082037 313.3288 046.1059 14.10740305 77253
+1 39119U 09049J   14236.36914090  .00000031  00000-0  33586-4 0  2865
+2 39119 098.5335 279.6511 0003520 233.9761 126.1091 14.21631154 81759
+1 39122U 13012A   14237.39789162 -.00000030  00000-0  00000+0 0  3319
+2 39122 000.0216 136.3301 0002922 041.6302 182.0409 01.00272040  5225
+1 39123U 13012B   14233.93831570 -.00000355  00000-0  00000+0 0  1731
+2 39123 018.6378 045.6951 5506684 139.7515 278.0019 02.05419551 10536
+1 39124U 13012C   14238.96342331  .00002101  00000-0  32313-3 0  2975
+2 39124 049.4225 154.0490 5702860 272.5410 027.0852 04.50415978 23269
+1 39127U 13014A   14238.67913369  .00000000  00000-0  10000-3 0  3867
+2 39127 000.0206 092.4078 0001637 097.4018 282.2227 01.00268948  5039
+1 39128U 13014B   14237.09947782 -.00000175  00000-0  00000+0 0  2160
+2 39128 014.2843 082.5449 4790340 100.1087 315.3579 01.90427305  9433
+1 39129U 13014C   14237.41921200  .00002087  00000-0  58134-3 0  3220
+2 39129 049.3379 241.6374 6136094 210.5125 091.9216 03.81942521 18915
+1 39132U 13015C   14238.57788348  .00001922  00000-0  14430-3 0  5340
+2 39132 064.8765 281.4083 0038298 292.6734 067.0863 15.01808570 74146
+1 39133U 13015D   14239.10276257  .00001535  00000-0  11746-3 0  4247
+2 39133 064.8761 280.1776 0036543 292.5507 067.2252 15.01144034 74216
+1 39134U 13015E   14239.12485352  .00004792  00000-0  32377-3 0  6836
+2 39134 064.8752 273.9160 0033888 295.9896 063.8239 15.05867217 74341
+1 39135U 13015F   14239.07554212  .00004401  00000-0  30204-3 0  6343
+2 39135 064.8754 274.6972 0033925 296.2099 063.6038 15.05292268 74325
+1 39136U 13015G   14238.22281809  .00003126  00000-0  22815-3 0  6666
+2 39136 064.8705 277.4815 0032879 295.7122 064.0662 15.05171560 74191
+1 39150U 13018A   14238.96932821  .00000501  00000-0  71833-4 0  4738
+2 39150 098.0277 317.8285 0019914 115.9099 244.4677 14.76461100 71962
+1 39151U 13018B   14238.12328028  .00000820  00000-0  12144-3 0  2815
+2 39151 098.0392 318.2117 0019284 124.5969 235.7063 14.77695407 71874
+1 39152U 13018C   14238.39321789  .00000994  00000-0  14524-3 0  4326
+2 39152 098.0157 317.1201 0018643 119.4068 240.9010 14.77841554 71907
+1 39153U 13018D   14238.23390097  .00000932  00000-0  13665-3 0  4190
+2 39153 098.0384 318.3865 0018615 123.3801 236.9185 14.77856656 71904
+1 39154U 13018E   14238.13943721  .00000405  00000-0  69110-4 0  4268
+2 39154 098.3422 333.5005 0021208 102.8422 257.5156 14.74396429 71731
+1 39155U 13019A   14238.34828712  .00000035  00000-0  00000+0 0  3878
+2 39155 064.6967 218.7876 0019041 249.0057 059.2344 02.13102148 10374
+1 39156U 13019B   14236.17718163  .00000033  00000-0  00000+0 0  1692
+2 39156 064.6372 219.5727 0071682 125.8246 234.8379 02.08295072 10090
+1 39157U 13020A   14237.55409948  .00000000  00000-0  10000-3 0  4025
+2 39157 000.0501 286.3762 0001472 185.7830 159.0446 01.00267553  4892
+1 39158U 13020B   14237.23471861  .00004687  00000-0  13736-2 0  3420
+2 39158 026.8911 315.9429 7574612 057.6345 353.7162 01.92794183  9099
+1 39159U 13021A   14238.33406686 -.00000009  00000-0  15337-4 0  4198
+2 39159 098.6896 317.2216 0005341 100.6332 259.5457 14.22806036 67715
+1 39160U 13021B   14238.32042758  .00000268  00000-0  61461-4 0  4965
+2 39160 098.0940 313.9628 0001454 081.6217 278.5194 14.62937221 69617
+1 39161U 13021C   14238.32989950  .00000683  00000-0  12178-3 0  4163
+2 39161 098.0942 318.7051 0010289 164.0444 196.1103 14.70109745 69905
+1 39162U 13021D   14237.91277510  .00000563  00000-0  16223-3 0  2340
+2 39162 098.7165 335.1126 0099458 069.3716 291.8107 14.45892275 68714
+1 39163U 13022A   14237.80244082  .00000032  00000-0  00000+0 0  3544
+2 39163 000.0571 340.4824 0003155 130.2785 159.1062 01.00271539  4749
+1 39164U 13022B   14238.58455106  .00000000  00000-0  10000-3 0  1708
+2 39164 018.3622 060.1943 5395271 118.8629 305.4374 02.02203235  9472
+1 39165U 13022C   14235.28125139  .00001860  00000-0  36759-3 0  5723
+2 39165 049.4324 194.3683 5726521 239.8821 051.7305 04.45088805 20675
+1 39166U 13023A   14236.97310587 -.00000002  00000-0  10000-3 0  4802
+2 39166 055.2548 081.2694 0013810 009.1760 350.9340 02.00563262  9348
+1 39167U 13023B   14235.21649055 -.00000005  00000-0  00000+0 0  1832
+2 39167 055.6208 082.1232 0175237 299.7795 058.5740 01.91783013  8892
+1 39172U 13026A   14239.20270471  .00000000  00000-0  10000-3 0  3073
+2 39172 000.0211 290.9146 0001735 230.9424 205.8969 01.00263899  4426
+1 39173U 13026B   14230.33792334 -.00000143  00000-0  00000+0 0   875
+2 39173 028.5879 002.9032 7634766 244.9987 022.3953 01.10503672  4881
+1 39174U 13026C   14237.07807494  .00000934  00000-0  50078-3 0  3467
+2 39174 050.7430 063.9087 5172593 078.2088 333.3076 05.24644612 23467
+1 39177U 13028A   14238.29121955  .00000055  00000-0  24890-4 0  4142
+2 39177 098.2594 311.9936 0015433 037.5898 322.6374 14.51222414 64489
+1 39186U 13030A   14238.33137631  .00002578  00000-0  80232-4 0  3400
+2 39186 097.2358 309.0066 0015733 143.8338 283.0878 15.34091693 65420
+1 39188U 13031A   14237.45674226 -.00000029  00000-0  00000+0 0  1027
+2 39188 000.0464 341.5278 0003048 185.3312 193.1479 05.00116599 21309
+1 39189U 13031B   14237.40708181 -.00000029  00000-0  10000-3 0   946
+2 39189 000.0464 345.7302 0005261 194.8271 179.4417 05.00113764 21302
+1 39190U 13031C   14239.03407093 -.00000018  00000-0  10000-3 0   967
+2 39190 000.0792 211.1553 0003150 056.0097 300.5451 04.99339402 21370
+1 39191U 13031D   14233.35931980 -.00000035  00000-0  00000+0 0   968
+2 39191 000.0424 337.9465 0003226 180.6499 201.4148 05.00115476 21105
+1 39192U 13031E   14230.92246459 -.00000031  00000-0  00000+0 0   954
+2 39192 000.1135 258.5073 0008325 132.1723 329.3663 05.20985298 21848
+1 39194U 13032A   14238.29950412  .00005282  00000-0  20919-3 0  3349
+2 39194 074.7333 078.2820 0001076 259.2914 223.8750 15.25631339 64700
+1 39195U 13032B   14237.39627218  .00003185  00000-0  12731-3 0  3382
+2 39195 074.7333 080.8731 0003470 270.9442 089.1365 15.25514703 64538
+1 39197U 13033A   14238.06049691  .00000232  00000-0  40129-4 0  3779
+2 39197 097.8990 061.8269 0027499 253.3378 106.4760 14.76906685 62551
+1 39198U 13033B   14238.06443835  .00000481  00000-0  73532-4 0  3701
+2 39198 097.9125 063.0579 0022549 245.6926 114.1930 14.78055669 62593
+1 39199U 13034A   14238.28887156  .00000000  00000-0  10000-3 0  2453
+2 39199 027.4153 133.4020 0018492 184.3292 175.7181 01.00269496  3900
+1 39200U 13034B   14238.47082730  .00002972  00000-0  82551-3 0  3701
+2 39200 017.7498 172.3674 6036136 070.9315 342.7455 03.97005471 16623
+1 39201U 98017E   14238.02551256  .00396100  00000-0  17022-1 0  4429
+2 39201 098.6194 322.3128 0016477 236.4184 123.5475 15.20738149 61170
+1 39202U 13035A   14238.31447513  .00000284  00000-0  69432-4 0  2719
+2 39202 098.1570 028.1506 0012642 036.3422 323.8652 14.59570028 59346
+1 39203U 13035B   14238.09918215  .00000217  00000-0  61230-4 0  3453
+2 39203 098.2045 026.6500 0053138 096.7776 263.9471 14.54118289 59096
+1 39204U 13035C   14238.06282528  .00002777  00000-0  65825-3 0  2143
+2 39204 098.3405 030.9219 0102025 062.3537 298.7969 14.51667206 58921
+1 39205U 13035D   14238.09153691  .00002704  00000-0  66576-3 0  2150
+2 39205 097.9350 010.1029 0108558 049.0903 311.9631 14.49454327 58829
+1 39208U 13037A   14238.30844922  .00000216  00000-0  46214-4 0  3529
+2 39208 098.0385 254.2660 0008856 165.7429 194.4018 14.67888012 59032
+1 39209U 13037B   14238.27819354  .00000205  00000-0  44534-4 0  2831
+2 39209 098.0362 253.8258 0005111 144.4855 215.6686 14.67568240 58993
+1 39210U 13037C   14238.30817034  .00000450  00000-0  47068-4 0   622
+2 39210 097.6789 252.5552 0033840 135.1436 225.2521 14.94039808 59997
+1 39211U 13037D   14237.37518411  .00002645  00000-0  17951-3 0  5086
+2 39211 098.0518 274.7401 0139060 147.7293 213.2534 14.99772562 60116
+1 39212U 13037E   14236.14425964  .00000834  00000-0  14942-3 0  2375
+2 39212 098.0401 252.4744 0006973 168.6108 191.5256 14.69306830 58725
+1 39213U 13037F   14236.27896038  .00000269  00000-0  53457-4 0  1864
+2 39213 098.0330 252.7333 0012904 170.8650 189.2793 14.69531234 58775
+1 39214U 13037G   14236.53337545  .00000294  00000-0  60523-4 0  3263
+2 39214 098.0155 250.7142 0015137 111.0089 249.2736 14.67351243 58391
+1 39215U 13038A   14238.16751491  .00000126  00000-0  00000+0 0  2886
+2 39215 000.4752 040.0373 0002077 102.3439 277.1201 01.00271511  4029
+1 39216U 13038B   14238.09419433 -.00000172  00000-0  00000+0 0  5409
+2 39216 000.0539 263.2005 0001381 291.4717 255.5693 01.00272553  4051
+1 39217U 13038C   14237.30192897  .00035330  00000-0  41953-2 0  4884
+2 39217 003.4023 234.4253 6606829 210.2439 084.3586 03.19077356 10564
+1 39218U 13038D   14236.86202364  .00001428  00000-0  38008-3 0  2816
+2 39218 003.1795 279.3341 7243993 130.5240 319.2614 02.33028833  9097
+1 39226U 13030C   14231.98344382  .00011627  00000-0  25933-3 0  2109
+2 39226 097.2321 304.9796 0007552 177.8212 182.4154 15.43693549309021
+1 39227U 13042A   14238.30788486  .00000346  00000-0  28864-4 0  1903
+2 39227 097.5989 063.7621 0009738 162.6973 322.7137 15.04779712 55444
+1 39228U 13042B   14237.46074352  .00000985  00000-0  24035-3 0  3209
+2 39228 097.5387 007.5525 0460465 194.0076 164.7961 14.05542281 51654
+1 39229U 13042C   14238.12406747  .00017843  00000-0  70277-3 0  3403
+2 39229 097.5923 071.2688 0021671 134.3726 225.9291 15.25450048 55898
+1 39231U 13037H   14237.92502059  .00000728  00000-0  31764-3 0  1433
+2 39231 098.0916 219.8958 0262316 121.3576 241.3552 14.09583011 51505
+1 39233U 13044A   14238.16751491  .00000128  00000-0  00000+0 0  2919
+2 39233 000.0498 353.4567 0001515 188.1637 238.5373 01.00276055  3675
+1 39234U 13044B   14238.54319779  .00000000  00000-0  10000-3 0  3039
+2 39234 000.0630 264.7319 0007010 353.8255 345.6844 01.00269630  3658
+1 39235U 13044C   14237.01000431  .00001134  00000-0  36366-3 0  2551
+2 39235 004.1180 325.8685 7253248 113.9944 334.2169 02.31078480  8242
+1 39236U 13044D   14238.29302326  .00027296  00000-0  45350-2 0  2842
+2 39236 003.7850 315.2872 6909008 139.8737 300.5723 02.77122859  8849
+1 39237U 13045A   14238.17818925  .00000000  00000-0  10000-3 0  2803
+2 39237 000.0224 078.5094 0003208 006.0479 018.9966 01.00272422  3648
+1 39238U 13045B   14238.15988368 -.00000033  00000-0  00000+0 0  1442
+2 39238 026.1437 215.7053 6383429 120.8117 316.7747 02.10660735  7572
+1 39239U 13046A   14238.75369858  .00000302  00000-0  10000-3 0  1563
+2 39239 063.4146 017.1406 0040513 006.1121 354.0747 13.45109471 50296
+1 39240U 13046B   14238.75391244  .00000026  00000-0  10000-3 0  1539
+2 39240 063.4157 017.1575 0040321 006.3016 353.8864 13.45108199 50214
+1 39241U 13046C   14238.23331939 -.00000041  00000-0  81901-4 0   826
+2 39241 063.4146 017.6004 0040167 005.0339 355.1080 13.45109628 48228
+1 39242U 13046D   14237.74810251 -.00000064  00000-0  32781-4 0  1975
+2 39242 063.4690 341.1954 0183468 016.7863 343.9139 13.69691851 49013
+1 39243U 13046E   14236.73337386 -.00000076  00000-0  24222-4 0  1960
+2 39243 063.4163 023.6204 0052142 016.5209 343.7501 13.44176953 47962
+1 39244U 13046F   14237.95146977 -.00000050  00000-0  68589-4 0  1933
+2 39244 063.4170 021.1305 0050149 015.4689 344.7855 13.43799998 48111
+1 39247U 67053L   14237.09828822  .00047636  00000-0  68392-2 0  3217
+2 39247 069.9422 029.6612 0002549 020.8432 099.1506 14.76193471 47008
+1 39249U 13048A   14238.07819971  .00000024  00000-0  10000-3 0  3605
+2 39249 082.4872 152.1838 0014961 260.9127 099.0258 12.42885892 43230
+1 39250U 13048B   14238.18932788  .00000010  00000-0  00000+0 0  3207
+2 39250 082.4858 152.2340 0017478 293.7253 066.1973 12.42887664 43255
+1 39251U 13048C   14237.97976572  .00000010  00000-0  00000+0 0  3348
+2 39251 082.4907 152.7498 0014738 256.9529 102.9906 12.42935488 43201
+1 39252U 13048D   14238.05594024  .00000028  00000-0  66798-4 0  2986
+2 39252 082.4864 136.9170 0221191 177.4643 182.7637 12.79891063 44525
+1 39253U 13049A   14238.32403581  .00000042  00000-0 -28250-4 0  2972
+2 39253 029.7218 176.5141 0137039 347.9521 011.7795 13.55089552 46993
+1 39254U 13049B   14236.68295651  .00000116  00000-0  44005-4 0  1568
+2 39254 029.7045 123.0585 0182569 126.8165 234.9310 13.75112175 47440
+1 39255U 13049C   14237.75604076  .00000123  00000-0  30557-4 0  2659
+2 39255 029.7519 038.5647 0114143 176.4317 183.7101 14.00850136 48455
+1 39260U 13052A   14238.31527378  .00000011  00000-0  26314-4 0   437
+2 39260 098.7659 309.0618 0001795 074.1158 286.0225 14.19472877 47838
+1 39261U 13052B   14237.13185591  .00000022  00000-0  24732-4 0  2755
+2 39261 098.7967 316.3079 0032990 134.1866 226.2037 14.32900670 48118
+1 39262U 13053A   14238.31875007  .00160341  11425-4  41158-3 0  1157
+2 39262 096.5871 317.5589 0041652 314.3594 125.1824 15.93682455 53341
+1 39265U 13055A   14238.10893284  .00005262  00000-0  17463-3 0  2893
+2 39265 080.9944 345.3508 0760749 312.8097 041.1490 14.04889823 46299
+1 39266U 13055B   14237.39829304  .00006740  00000-0  21875-3 0  3071
+2 39266 080.9873 345.2297 0754110 313.1313 040.8995 14.06788488 46210
+1 39267U 13055C   14237.13568548  .00004909  00000-0  16470-3 0  2860
+2 39267 080.9970 346.7800 0768311 317.0265 037.3241 14.03048866 46112
+1 39268U 13055D   14237.56633162  .00006411  00000-0  21277-3 0  2976
+2 39268 081.0169 345.0051 0746092 311.4301 042.4904 14.07988538 46279
+1 39269U 13055E   14238.32092582  .00004351  00000-0  14072-3 0  2658
+2 39269 081.0044 345.2517 0765686 311.9087 041.9076 14.04397309 46324
+1 39270U 13055F   14237.58251683  .00002920  00000-0  98619-4 0  2566
+2 39270 081.0087 346.5522 0770422 315.5898 038.5758 14.02409999 46198
+1 39271U 13055G   14237.71556725  .00006467  00000-0  19626-3 0  3186
+2 39271 080.9892 344.6838 0749363 309.3722 044.3317 14.09239390 46310
+1 39280U 13055R   14237.66654476  .00066366  00000-0  14195-2 0  3259
+2 39280 080.9800 328.1359 0504439 264.4687 089.9875 14.68153921 47290
+1 39285U 13056A   14238.16109531  .00000135  00000-0  00000+0 0  3123
+2 39285 000.0675 300.4238 0001642 230.3861 249.8550 01.00273785  3349
+1 39286U 13056B   14236.19011961 -.00000117  00000-0  00000+0 0  1437
+2 39286 023.2358 280.7850 6030959 111.9213 320.1824 02.18175131  7155
+1 39287U 13056C   14239.00200666  .00000222  00000-0  94634-4 0  1979
+2 39287 049.5331 089.0529 5213651 208.6109 108.7135 05.19377883 17169
+1 39290U 13055Y   14237.33576520  .00038159  00000-0  95856-3 0  4149
+2 39290 080.9818 332.8122 0567427 277.7637 075.9482 14.51589281 45941
+1 39292U 13055AA  14237.30072364  .00051837  00000-0  11748-2 0  3880
+2 39292 080.9758 330.3830 0531337 270.4893 083.5471 14.61334838 45670
+1 39293U 13055AB  14237.68945419  .00038310  00000-0  96060-3 0  4324
+2 39293 080.9859 332.2945 0565723 276.2501 077.4586 14.51983897 46042
+1 39294U 66040BC  14237.18826910  .00001124  00000-0  22936-2 0  2170
+2 39294 100.4541 320.8673 0050576 347.1879 012.7957 13.35372764 82232
+1 39295U 66040BD  14236.74319677  .00000857  00000-0  17595-2 0  1153
+2 39295 100.4908 323.8410 0045251 002.1757 357.9556 13.35883273111716
+1 39296U 68081AG  14237.29215223 -.00000119  00000-0  00000+0 0   784
+2 39296 008.0464 322.1739 0155368 295.8380 062.6576 01.00599326 35648
+1 39299U 68081AK  14237.44932351  .00000053  00000-0  00000+0 0   171
+2 39299 008.1774 322.6935 0107066 349.1628 024.5585 01.00401336 23916
+1 39301U 92093JS  14236.33987214  .00000259  00000-0  17211-3 0   792
+2 39301 070.8831 237.1543 0035261 234.2610 125.5663 14.10262502616953
+1 39302U 92093JT  14237.12279842  .00000551  00000-0  32790-3 0   820
+2 39302 070.9765 043.2716 0161876 001.7385 358.4247 14.05327832497704
+1 39303U 92093JU  14236.61120746  .00000133  00000-0  99381-4 0  1559
+2 39303 070.9237 326.1589 0062852 142.3901 218.1639 14.10688643587118
+1 39304U 92093JV  14237.33459726  .00000251  00000-0  19447-3 0  1031
+2 39304 071.2060 113.0570 0091129 068.7648 052.4243 13.99729956630295
+1 39305U 92093JW  14234.38512853  .00000133  00000-0  11687-3 0  1212
+2 39305 070.9607 237.2285 0096061 272.3441 155.3539 14.00238368653522
+1 39306U 94029AER 14234.24202283  .00003873  00000-0  97288-3 0   722
+2 39306 081.7667 055.0147 0383759 077.0250 287.3478 14.14885599583331
+1 39307U 94029AES 14237.46510681  .00003252  00000-0  51606-3 0  1630
+2 39307 081.9669 144.9423 0270304 119.6512 243.2118 14.50246238612848
+1 39308U 94029AET 14237.47722693  .00001130  00000-0  30859-3 0  1955
+2 39308 081.9727 280.0650 0473852 258.6767 096.0831 13.96622957 73490
+1 39309U 94029AEU 14238.89186260  .00005197  00000-0  12776-2 0  1074
+2 39309 081.7428 074.7323 0279536 179.4812 180.7241 14.31284934545721
+1 39310U 94029AEV 14237.62165203  .00003560  00000-0  85106-3 0   765
+2 39310 081.8268 199.1332 0308528 331.2157 027.2517 14.28281842225291
+1 39311U 94029AEW 14235.78273269  .00002607  00000-0  55305-3 0  1785
+2 39311 081.4359 249.9206 0262010 119.0230 002.7302 14.39515457595645
+1 39312U 94029AEX 14235.17545079  .00000895  00000-0  16446-3 0   879
+2 39312 081.9933 179.3832 0274640 130.3438 232.2195 14.42921469539453
+1 39313U 94029AEY 14238.89668141  .00005387  00000-0  70413-3 0  1357
+2 39313 081.7967 272.2352 0152557 239.3287 119.3305 14.72589446 67859
+1 39314U 94029AEZ 14233.71725422  .00001253  00000-0  24141-3 0   961
+2 39314 081.6614 231.9363 0224606 141.4927 220.1869 14.47874172595735
+1 39315U 94029AFA 14238.91308101  .00001627  00000-0  58020-3 0  1183
+2 39315 081.5004 317.0486 0455453 176.7292 183.7508 13.89044112645527
+1 39316U 94029AFB 14237.58614818  .00008217  00000-0  77787-3 0  2264
+2 39316 082.0160 182.7432 0092714 336.2795 146.6961 14.90262366577726
+1 39317U 94029AFC 14236.45501421  .00004862  00000-0  41349-3 0  1856
+2 39317 082.0007 148.2999 0086165 264.2410 216.3750 14.94758502662327
+1 39318U 94029AFD 14236.47819566  .00000585  00000-0  94607-4 0  1114
+2 39318 081.9549 301.4483 0207223 191.4275 228.8318 14.56433306651133
+1 39319U 94029AFE 14236.47726615  .00000480  00000-0  73464-4 0  1108
+2 39319 081.9479 283.1799 0206559 147.5658 213.8438 14.58130354650281
+1 39320U 94029AFF 14235.17932779  .00000590  00000-0  15712-3 0   894
+2 39320 081.7629 190.8688 0322999 125.0060 238.1854 14.20133577604431
+1 39321U 94029AFG 14238.03503970  .00000855  00000-0  30696-3 0  1163
+2 39321 082.2920 137.6962 0465187 101.5409 263.8347 13.85934955585595
+1 39322U 94029AFH 14236.29085817  .00001090  00000-0  24101-3 0   610
+2 39322 081.9357 224.8364 0299178 085.7669 277.7910 14.32108516589028
+1 39323U 94029AFJ 14238.05094759  .00003095  00000-0  60682-3 0  1221
+2 39323 081.9967 156.2704 0244221 051.9242 310.3705 14.45168356589627
+1 39324U 08011DB  14227.53002998  .00000460  00000-0  12923-1 0   385
+2 39324 047.9819 066.7804 6480557 021.7800 356.4911 03.00319076 35179
+1 39330U 08011DH  14236.95856547 -.00000540  00000-0 -82376-2 0   735
+2 39330 049.8073 084.9920 6511817 317.7194 007.3080 03.01094420 29725
+1 39332U 10042D   14238.74394786  .00000007  00000-0  84100-4 0  1348
+2 39332 023.6296 154.4909 7460423 202.2445 090.7580 01.93183860 20366
+1 39333U 10042E   14238.95445826  .00000008  00000-0  26071-3 0  1224
+2 39333 023.8135 170.2531 7430902 173.7494 208.1672 01.90411704 18286
+1 39334U 10042F   14238.77793435 -.00000008  00000-0  00000+0 0  1891
+2 39334 025.4167 223.4250 7374069 065.0377 352.0268 01.86354379 21411
+1 39335U 10042G   14236.12019870 -.00000461  00000-0 -61228-2 0  1620
+2 39335 027.1334 170.4712 7375779 134.4920 355.2060 01.97114462 22779
+1 39336U 10042H   14238.20011431 -.00000451  00000-0  00000+0 0  1038
+2 39336 024.1797 154.9710 7411884 195.7306 113.7348 01.98164131 17501
+1 39337U 10042J   14234.19896098 -.00000229  00000-0  73972-3 0   992
+2 39337 024.2751 193.9057 7502092 124.5372 329.6532 01.82998194 16841
+1 39338U 10057C   14236.95882567 -.00000046  00000-0  17315-2 0  1010
+2 39338 019.7903 138.1387 7185460 017.1214 357.9902 02.24916762 23970
+1 39339U 10057D   14238.28933585  .00000018  00000-0  10000-3 0   951
+2 39339 020.5085 196.1697 7201458 262.4626 018.1686 02.14438634 22967
+1 39340U 10057E   14237.24525360 -.00000065  00000-0  11442-2 0  1602
+2 39340 019.4581 135.2659 7195759 025.8388 356.9968 02.25609337 24219
+1 39341U 10057F   14237.62117134  .00016252  00000-0  27126-1 0  1464
+2 39341 018.8865 107.8359 7155981 081.7987 320.4357 02.37625338 24758
+1 39342U 10057G   14236.83587272 -.00000112  00000-0  67591-3 0   900
+2 39342 019.9142 159.0648 7197547 336.5750 002.7356 02.20547176 23799
+1 39343U 10057H   14236.90301856  .00001297  00000-0  10405-1 0  1018
+2 39343 021.8715 149.7390 7191020 330.0873 003.6775 02.25817631 24307
+1 39345U 10057K   14234.07918677  .00001329  00000-0  14739-2 0   303
+2 39345 020.1483 094.4040 7157303 091.3381 343.7743 02.40178853 25024
+1 39346U 10057L   14235.80618259 -.00000082  00000-0  20977-4 0  1220
+2 39346 020.1754 174.8395 7207127 304.1654 007.2878 02.17856060 24690
+1 39347U 10057M   14237.04441373  .00009451  00000-0  12411-1 0  1601
+2 39347 020.1093 093.8450 7134765 092.9418 343.1420 02.41436967 26050
+1 39348U 10057N   14236.48162285 -.00000045  00000-0  93148-3 0  1600
+2 39348 020.2099 127.8318 7221398 030.8563 356.4157 02.24961697 25068
+1 39349U 10057P   14236.91437839 -.00000100  00000-0  12654-2 0  1120
+2 39349 020.3581 133.7236 7148484 019.1027 357.7026 02.28393667 26374
+1 39350U 10057Q   14237.20979761 -.00000074  00000-0  12770-2 0   803
+2 39350 019.8786 145.9561 7205333 001.5064 359.8675 02.22348609 21980
+1 39351U 10057R   14237.46764285 -.00000125  00000-0 -34368-3 0  1150
+2 39351 020.4573 159.2951 7106950 330.5044 003.7015 02.26359058 25039
+1 39352U 10057S   14236.00419220 -.00000015  00000-0  10180-2 0  1204
+2 39352 020.3754 171.9492 7219390 306.7882 006.8035 02.17983155 23304
+1 39353U 10057T   14237.51566185 -.00000309  00000-0 -27616-2 0  1068
+2 39353 019.8496 153.7630 7154377 347.4631 332.4286 02.23880274 23503
+1 39354U 10057U   14238.30187131  .00000098  00000-0  14253-2 0   950
+2 39354 020.1182 156.1932 7190064 340.3872 002.3232 02.21747499 21944
+1 39355U 10057V   14238.15993660  .00000042  00000-0  47686-3 0   615
+2 39355 020.1341 134.3469 7155272 019.9422 357.6847 02.27432343 21883
+1 39356U 10057W   14237.16857990  .00000656  00000-0  46324-2 0  1519
+2 39356 020.3519 131.9916 7204204 021.9768 357.4908 02.26261898 21531
+1 39357U 13037J   14238.99011824  .00000249  00000-0  43574-4 0  3674
+2 39357 098.0402 254.9366 0008874 165.6948 194.5004 14.67888237 49148
+1 39358U 13057A   14238.30514523  .00000766  00000-0  87630-4 0   320
+2 39358 074.9762 173.2058 0011739 209.3328 150.7204 14.87425042 45363
+1 39359U 13057B   14237.76666446  .00003802  00000-0  20560-3 0  2685
+2 39359 075.0136 154.5165 0087553 328.7505 030.8504 15.11677297 45980
+1 39360U 13058A   14238.18906666 -.00000006  00000-0  00000+0 0  2908
+2 39360 000.0354 051.1229 0001273 281.4557 309.3471 01.00273817  3098
+1 39361U 13058B   14234.71095904 -.00000167  00000-0  00000+0 0  1141
+2 39361 023.0725 257.4029 6100348 105.3211 326.1543 02.17393893  6530
+1 39362U 13058C   14239.00817888  .00001665  00000-0  54700-3 0  2179
+2 39362 049.5456 080.5183 5220790 192.6784 146.3014 05.20569212 15844
+1 39363U 13059A   14238.37177235  .00003672  00000-0  18487-3 0  9679
+2 39363 097.5138 306.5506 0000954 141.8831 284.5016 15.17829380 45704
+1 39364U 13059B   14237.78884645  .00002875  00000-0  14556-3 0  2416
+2 39364 097.5129 304.4047 0060349 317.3426 042.3129 15.16251782 45514
+1 39365U 13059C   14237.44674684  .00082200  00000-0  21359-2 0  3521
+2 39365 097.6863 312.5097 0061125 251.8184 107.6398 15.36717122 45556
+1 39366U 13059D   14237.13805345  .00117600  00000-0  27098-2 0  3639
+2 39366 097.3063 297.2249 0053839 239.2201 120.3739 15.40624897 45492
+1 39369U 13055AC  14237.76585775  .00011660  00000-0  37658-3 0  2912
+2 39369 081.0014 343.9437 0734437 308.6901 045.0730 14.11060409 41970
+1 39371U 13060B   14239.07966878 -.00065131  00000-0  00000+0 0  2745
+2 39371 019.5149 292.9296 6373007 276.4101 019.5195 03.48743012 10250
+1 39372U 11066G   14237.48750293  .00015971  00000-0  31270-3 0   375
+2 39372 097.3226 323.7461 0003676 204.3941 210.7748 15.47476770142549
+1 39375U 13062A   14238.17848723  .00000000  00000-0  10000-3 0  2882
+2 39375 000.0362 096.6458 0003249 105.4972 266.4723 01.00270136  2882
+1 39376U 13062B   14237.89564844  .00000000  00000-0  10000-3 0  1362
+2 39376 000.5192 090.0701 0256565 354.5809 006.6183 01.04204443  3006
+1 39377U 13062C   14237.82514320  .00000339  00000-0  94375-3 0  2408
+2 39377 048.4443 340.4229 7220984 068.2917 350.4129 02.28574074  6556
+1 39380U 13064A   14237.67541242  .00003282  00000-0  14117-3 0  2428
+2 39380 040.5176 066.3177 0000503 252.6493 107.4284 15.23865252 42480
+1 39381U 13064B   14230.01638041  .00005176  00000-0  19013-3 0  2192
+2 39381 040.5037 104.6857 0006497 286.4842 073.5143 15.28428131 41379
+1 39382U 13064C   14238.86049150  .00124550  00000-0  18304-2 0  3797
+2 39382 040.4897 025.7499 0021570 025.6038 334.6363 15.54272145 43016
+1 39383U 13064D   14237.83169704  .00010575  00000-0  37426-3 0  2362
+2 39383 040.5076 058.3536 0007431 346.4726 013.5888 15.28965778 42576
+1 39384U 13064E   14238.64834473  .00038253  00000-0  98567-3 0  3014
+2 39384 040.4980 042.2783 0013365 010.4191 349.7404 15.38243912 42829
+1 39385U 13064F   14235.58451757  .00014681  00000-0  47044-3 0  2220
+2 39385 040.5282 068.2265 0006171 010.6078 349.7415 15.31991228 42276
+1 39386U 13064G   14238.64591992  .00015608  00000-0  51344-3 0  2674
+2 39386 040.5019 051.3193 0002989 022.8714 337.2740 15.30674306 42416
+1 39387U 13064H   14236.90769267  .00023414  00000-0  65136-3 0  2807
+2 39387 040.5218 055.1280 0012138 357.0511 003.0212 15.36188021 42537
+1 39388U 13064J   14237.65598502  .00025080  00000-0  69905-3 0  2778
+2 39388 040.5245 051.1732 0008536 027.7226 332.4063 15.36139174 42647
+1 39389U 13064K   14237.73107737  .00014175  00000-0  46261-3 0  2430
+2 39389 040.5012 055.7214 0007656 356.6733 003.4146 15.31411016 41452
+1 39390U 13064L   14237.45262266  .00013438  00000-0  44634-3 0  2488
+2 39390 040.5045 058.1031 0004839 010.4596 349.6326 15.30889691 41717
+1 39391U 13064M   14237.91241447  .00013491  00000-0  44857-3 0  2451
+2 39391 040.5042 055.4292 0004691 013.3921 346.7055 15.30854957 40548
+1 39392U 13064N   14237.92132622  .00007408  00000-0  27924-3 0  2128
+2 39392 040.5081 059.9979 0004568 353.0233 007.0533 15.27189802 41114
+1 39393U 13064P   14237.74051490  .00013353  00000-0  43915-3 0  2463
+2 39393 040.5246 056.2858 0007271 359.9905 000.0950 15.31201710 41720
+1 39394U 13064Q   14237.43814377  .00012884  00000-0  42818-3 0  2404
+2 39394 040.5217 058.3854 0006349 351.7112 008.3602 15.30890814 41636
+1 39395U 13064R   14237.70499823  .00012529  00000-0  42433-3 0  2241
+2 39395 040.5049 057.3283 0004658 001.1510 358.9444 15.30302798 42429
+1 39396U 13064S   14237.85273148  .00024237  00000-0  68036-3 0  2738
+2 39396 040.5203 049.9758 0011127 004.8761 355.2220 15.35905637 41778
+1 39397U 13064T   14237.73646710  .00008065  00000-0  29838-3 0  2126
+2 39397 040.5040 060.3198 0002490 013.2126 346.8833 15.27732779 41700
+1 39398U 13064U   14236.94507991  .00017008  00000-0  52923-3 0  2506
+2 39398 040.5342 059.1987 0006495 011.7735 348.3237 15.32853371 40551
+1 39399U 13064V   14237.42227642  .00013316  00000-0  43969-3 0  2477
+2 39399 040.5244 058.2827 0006827 354.0434 006.0315 15.31076857 40598
+1 39400U 13064W   14235.61819490  .00009613  00000-0  33589-3 0  2086
+2 39400 040.5102 070.6615 0006382 320.4123 039.8293 15.29456095 40328
+1 39401U 13064X   14237.95557948  .00013882  00000-0  45720-3 0  2424
+2 39401 040.5214 055.2667 0006363 349.5480 010.5245 15.31139600 41480
+1 39402U 13064Y   14237.73105750  .00013297  00000-0  44304-3 0  2372
+2 39402 040.5021 056.6185 0005984 354.0578 006.0269 15.30788745 42288
+1 39403U 13064Z   14237.91118195  .00006928  00000-0  26599-3 0  2122
+2 39403 040.5322 061.3052 0001868 083.5802 276.5276 15.26645883 40606
+1 39404U 13064AA  14236.91224216  .00008456  00000-0  30909-3 0  2133
+2 39404 040.5226 065.0492 0002908 005.7013 354.3800 15.28092212 41844
+1 39405U 13064AB  14235.57758828  .00007934  00000-0  27528-3 0  2027
+2 39405 040.5069 070.2481 0006570 346.7205 013.5745 15.29843855 39999
+1 39406U 13064AC  14236.91229553  .00013688  00000-0  45266-3 0  2285
+2 39406 040.5067 061.0682 0005486 004.5622 355.5236 15.31018262 39012
+1 39407U 13064AD  14237.87825402  .00014101  00000-0  46360-3 0  2284
+2 39407 040.5281 055.6681 0005162 016.9649 343.1350 15.31193202 40364
+1 39408U 13064AE  14236.92011730  .00013606  00000-0  45116-3 0  2312
+2 39408 040.5050 061.1176 0005035 004.3345 355.7492 15.30936689 42331
+1 39409U 13064AF  14236.55820015  .00011694  00000-0  39291-3 0  2307
+2 39409 040.5126 063.8538 0005306 002.6217 357.4681 15.30599369 40503
+1 39410U 13065A   14238.20779760 -.00000045  00000-0  00000+0 0  8660
+2 39410 100.4469 311.9765 0003031 253.3999 106.6780 13.14928068 36685
+1 39411U 13065B   14236.75753979 -.00000021  00000-0  42617-4 0  1373
+2 39411 100.3830 322.7454 0140946 082.5474 279.1644 13.43443232 37288
+1 39416U 13066A   14238.13896628  .00000409  00000-0  56813-4 0  2599
+2 39416 097.7701 308.3365 0043028 017.8203 342.4506 14.82479906 41135
+1 39417U 13066B   14238.09674583  .00000999  00000-0  14030-3 0  3868
+2 39417 097.7699 306.3024 0062616 017.5219 342.8183 14.78273142 41022
+1 39418U 13066C   14238.34508720  .00000621  00000-0  60330-4 0  8543
+2 39418 097.7843 314.5731 0024020 118.9622 241.4036 14.96003296 41540
+1 39419U 13066D   14238.30039993 -.00000462  00000-0 -39938-4 0  8614
+2 39419 097.7820 312.8441 0015559 082.3964 277.9031 14.92003217 41431
+1 39420U 13066E   14237.74652354  .00000711  00000-0  13684-3 0  2455
+2 39420 097.7538 298.0737 0142837 035.6147 325.4463 14.60172889 40463
+1 39421U 13066F   14238.30192591  .00000884  00000-0  10878-3 0  8584
+2 39421 097.7748 309.5535 0033441 020.7319 339.5263 14.85065686 41230
+1 39422U 13066G   14238.34145724  .00000900  00000-0  10518-3 0  8574
+2 39422 097.7777 310.6569 0024698 028.6017 331.6545 14.87346955 41294
+1 39423U 13066H   14238.40654706  .00000465  00000-0  10317-3 0  7704
+2 39423 097.7491 295.1513 0179306 043.6075 317.9144 14.51847033 40321
+1 39424U 13066J   14237.23729416  .00000662  00000-0  10968-3 0  2432
+2 39424 097.7640 302.0653 0096543 026.2565 334.3509 14.70435164 40667
+1 39425U 13066K   14238.14340189  .00000347  00000-0  51761-4 0  2505
+2 39425 097.7709 307.2012 0053822 017.0560 343.2444 14.79899141 41088
+1 39426U 13066L   14238.13674949  .00000454  00000-0  81146-4 0  2340
+2 39426 097.7594 301.7685 0108211 025.9052 334.7543 14.67760088 40722
+1 39427U 13066M   14237.76330899  .00000744  00000-0  13201-3 0  2384
+2 39427 097.7578 300.3844 0118854 029.5082 331.2756 14.65535022 40582
+1 39428U 13066N   14237.71566529  .00001314  00000-0  23320-3 0  2401
+2 39428 097.7565 299.3605 0128985 032.2233 328.6801 14.63525949 40504
+1 39429U 13066P   14237.14519069  .00001022  00000-0  19891-3 0  2400
+2 39429 097.7545 296.3952 0154585 040.8276 320.4397 14.57723596 40299
+1 39430U 13066Q   14238.22389061  .00000884  00000-0  17530-3 0  7586
+2 39430 097.7506 297.1245 0157129 038.0993 323.1185 14.56969447 40419
+1 39431U 13066R   14238.19587980  .00000470  00000-0  11112-3 0  2321
+2 39431 097.7424 292.5170 0205897 051.2200 310.7188 14.46057046 40124
+1 39432U 13066S   14237.45917691  .00001390  00000-0  16279-3 0  2406
+2 39432 097.7750 309.1122 0035298 019.9497 340.3170 14.86205840 41137
+1 39433U 13066T   14237.20510037  .00001728  00000-0  19849-3 0  2437
+2 39433 097.7737 308.9726 0034930 019.7952 340.4641 14.86690096 41108
+1 39434U 13066U   14238.38794552  .00004456  00000-0  47441-3 0  3053
+2 39434 097.7742 310.6295 0031719 016.7063 343.5211 14.89064342 41286
+1 39436U 13066W   14237.57212179  .00009005  00000-0  90238-3 0  3074
+2 39436 097.7759 310.1592 0025728 022.9991 337.2357 14.91344205 41219
+1 39437U 13066X   14238.10762034  .00007915  00000-0  81851-3 0  3276
+2 39437 097.7845 310.5235 0026184 018.9383 341.3214 14.90112685 41279
+1 39438U 13066Y   14238.19366247  .00000737  00000-0  11087-3 0  2348
+2 39438 097.7676 305.2108 0074649 018.6082 341.7836 14.75518130 40950
+1 39439U 13066Z   14237.46991012  .00001679  00000-0  23755-3 0  2411
+2 39439 097.7695 304.7772 0072644 020.4711 339.9424 14.76590586 40820
+1 39440U 13066AA  14237.61804068  .00000846  00000-0  13146-3 0  2388
+2 39440 097.7650 303.6227 0084834 022.2992 338.1869 14.73210046 40800
+1 39441U 13066AB  14237.98591543  .00000615  00000-0  98264-4 0  2323
+2 39441 097.7632 303.8941 0085160 021.4820 338.9935 14.72945386 40814
+1 39442U 13066AC  14238.18718876  .00001563  00000-0  18163-3 0  2374
+2 39442 097.7761 309.8385 0035286 017.9281 342.3252 14.86328860 40022
+1 39443U 13066AD  14238.19835101  .00002869  00000-0  32789-3 0  2502
+2 39443 097.7738 309.6086 0029166 025.1541 335.1152 14.86510014 40026
+1 39444U 13066AE  14238.07106011  .00001147  00000-0  15909-3 0  2302
+2 39444 097.7665 306.3315 0062383 017.1705 343.1613 14.78510582 39790
+1 39445U 13066AF  14237.19586675  .00001033  00000-0  14417-3 0  2300
+2 39445 097.7716 305.4879 0062518 020.6742 339.6989 14.78467238 39237
+1 39446U 13066AG  14237.90784764  .00000901  00000-0  13349-3 0  2372
+2 39446 097.7690 304.9658 0074125 019.9250 340.4821 14.75655093 39690
+1 39448U 13066AJ  14238.14195161  .00000034  00000-0  29013-4 0  1404
+2 39448 097.6694 251.7396 0680501 178.8892 181.3955 13.42394717 37279
+1 39449U 13066AK  14237.38960191  .00018580  00000-0  11289-2 0  2975
+2 39449 097.7925 317.6083 0032840 127.0135 233.4253 15.10075457 41624
+1 39450U 13066AL  14237.79924863  .00001224  00000-0  12938-3 0  2462
+2 39450 097.7799 311.6028 0016026 051.1721 309.0890 14.90950407 41287
+1 39451U 13067A   14237.64039246  .00002052  00000-0  10000-3 0  2682
+2 39451 087.7585 194.2396 0002927 057.2131 302.9344 15.17788459 41934
+1 39452U 13067B   14237.55410477  .00003734  00000-0  11161-3 0  2498
+2 39452 087.3578 182.6940 0003619 061.0401 299.1214 15.34225929 42224
+1 39453U 13067C   14237.55405026  .00003521  00000-0  10520-3 0  2721
+2 39453 087.3575 184.0935 0003607 063.1949 296.9671 15.34223597 42185
+1 39454U 13067D   14238.21381053  .00006621  00000-0  17858-3 0  2386
+2 39454 087.5605 187.3879 0012622 037.1600 323.0532 15.37511495 42444
+1 39455U 13068A   14238.35640636  .00000073  00000-0  33206-4 0  8699
+2 39455 097.9526 268.4026 0013876 109.8787 250.3905 14.43555704 39575
+1 39460U 13071A   14238.40940221  .00000000  00000-0  10000-3 0  2384
+2 39460 000.0365 259.7149 0001986 256.8495 060.3486 01.00265498  2620
+1 39476U 13073A   14238.18151512  .00000053  00000-0  10000-3 0  3542
+2 39476 000.0260 079.5931 0000551 131.3326 251.3750 01.00270817  2699
+1 39477U 13073B   14236.37040129  .00001420  00000-0  37703-3 0  1819
+2 39477 050.7809 072.2284 5195388 327.6726 009.1184 05.26455243 13382
+1 39481U 13075A   14238.27230139  .00000000  00000-0  10000-3 0  1824
+2 39481 000.0158 264.7607 0004077 245.8218 194.6710 01.00266774  2600
+1 39482U 13075B   14239.03169374  .00556494  00000-0  96406-1 0  1456
+2 39482 024.2320 257.6244 7507786 317.0715 004.1898 02.01580213  4821
+1 39483U 13076A   14238.23204291  .00000010  00000-0  00000+0 0  7443
+2 39483 082.4893 336.5594 0020989 135.0141 225.2644 12.42865726 30305
+1 39484U 13076B   14238.20478474  .00000010  00000-0  00000+0 0  7548
+2 39484 082.4936 336.6209 0023358 136.7199 223.5726 12.42875033 30362
+1 39485U 13076C   14238.25928947  .00000010  00000-0  00000+0 0  7437
+2 39485 082.4886 336.5621 0022698 149.8394 210.3998 12.42893810 30315
+1 39486U 13076D   14236.85562371  .00000013  00000-0  00000+0 0  1580
+2 39486 082.4871 325.9108 0233972 060.7041 301.7224 12.82931107 31034
+1 39487U 13077A   14238.91126262 -.00000296  00000-0  00000+0 0  2839
+2 39487 000.0501 288.4343 0001847 029.1726 125.5280 01.00261967  3141
+1 39488U 13077B   14238.94250851 -.00000185  00000-0  10000-3 0  1623
+2 39488 000.4482 354.8718 0501036 176.7743 186.3714 00.89561828  2265
+1 39489U 13077C   14237.88859995  .00178199 -57908-6  74089-3 0  1612
+2 39489 048.7032 204.6742 7353085 053.6912 003.3490 02.24801764  5054
+1 39490U 13078A   14238.26044619  .00000879  00000-0  98018-4 0  7402
+2 39490 082.4194 082.0506 0017921 182.2829 177.8317 14.85823507 35845
+1 39491U 13078B   14238.27258852  .00000981  00000-0  10638-3 0  7326
+2 39491 082.4190 081.6175 0022967 179.5171 180.6079 14.87019250 35777
+1 39492U 13078C   14238.27982975  .00000690  00000-0  75939-4 0  7207
+2 39492 082.4185 081.9294 0020307 185.0364 175.0657 14.86008949 35759
+1 39494U 13073C   14233.58131626 -.00000106  00000-0  10000-3 0   799
+2 39494 025.3267 243.5528 7743450 222.8672 040.1474 01.09865771  1874
+1 39497U 13076E   14238.27333054  .00000010  00000-0  00000+0 0  2931
+2 39497 082.4924 336.6334 0018238 140.2096 220.0315 12.42668414 30133
+1 39498U 14001A   14238.56326875  .00000000  00000-0  10000-3 0  1995
+2 39498 000.0914 264.4555 0002391 274.0354 073.0027 01.00267896  2314
+1 39500U 14002A   14237.58512201 -.00000138  00000-0  00000+0 0  1966
+2 39500 000.0552 153.6416 0004724 357.0543 112.2234 01.00272672  2274
+1 39504U 14004A   14238.38354816 -.00000172  00000-0  00000+0 0  1549
+2 39504 006.8770 338.0532 0003165 178.7990 211.0327 01.00707999  2203
+1 39505U 14004B   14237.24926973 -.00000460  00000-0  00000+0 0   913
+2 39505 025.3521 309.8978 5756833 232.5492 059.9282 02.06536486  4403
+1 39508U 14006A   14238.18386409  .00001857  00000-0  10000-3 0  2025
+2 39508 000.0119 092.4531 0001766 080.2826 302.5866 01.00269976  2099
+1 39509U 14006B   14238.25399947  .00000000  00000-0  10000-3 0  1843
+2 39509 000.0332 086.9348 0001930 144.7236 232.0770 01.00274693  2278
+1 39510U 14006C   14238.63410823  .00003318  00000-0  14809-2 0  1614
+2 39510 006.1152 199.3762 7268354 346.2111 001.3110 02.28454910  4583
+1 39511U 14006D   14238.90901878  .00033648  00000-0  10025-1 0  2053
+2 39511 005.8340 200.1908 7220248 347.6599 001.1903 02.35519227  4643
+1 39522U 14007A   14237.98411336  .00000130  00000-0  10000-3 0  1962
+2 39522 000.0694 273.6503 0002515 290.3753 166.4168 01.00274344  1963
+1 39523U 14007B   14238.04629736  .00000000  00000-0  10000-3 0  1063
+2 39523 013.3607 094.2318 4639623 039.2122 346.8316 01.88485747  3638
+1 39524U 14007C   14234.98416700  .00000697  00000-0  47950-3 0  1187
+2 39524 049.3629 019.5158 6182567 074.4504 342.5889 03.71225229  6992
+1 39528U 98067DT  14238.10472327  .00106087  00000-0  70318-3 0  5452
+2 39528 051.6370 095.1465 0002312 182.5225 177.5763 15.74681819 30137
+1 39533U 14008A   14237.96939998 -.00000068  00000-0  00000+0 0  2183
+2 39533 054.9129 325.8325 0009596 185.2409 174.8011 02.00563415  3732
+1 39534U 14008B   14236.15193102 -.00000083  00000-0  10000-3 0   802
+2 39534 054.6459 326.3530 0223385 036.3272 325.2082 01.90802742  3511
+1 39535U 99025EWC 14233.38067221  .00000400  00000-0  30014-3 0   549
+2 39535 099.1701 287.3155 0066984 138.2761 222.3539 13.99271965 82813
+1 39536U 99025EWD 14233.64866581  .00000528  00000-0  60109-3 0   500
+2 39536 099.6325 185.2319 0259368 316.3477 041.7405 13.61431069 54201
+1 39537U 99025EWE 14237.63855141  .00001093  00000-0  10853-2 0   546
+2 39537 099.2152 137.8099 0201944 097.2110 265.2042 13.71692078 63086
+1 39539U 99025EWG 14233.83325827  .00002399  00000-0  37918-3 0   361
+2 39539 098.9757 100.9227 0140279 220.5342 138.5566 14.67082334 61883
+1 39541U 99025EWJ 14232.20809959  .00000822  00000-0  44961-3 0   351
+2 39541 099.0042 227.5438 0081022 310.3542 049.0375 14.13166856 31070
+1 39543U 99025EWL 14238.37171543  .00000355  00000-0  32106-3 0   504
+2 39543 099.0576 089.8422 0359627 095.3473 268.8786 13.63469083 28556
+1 39544U 99025EWM 14235.98353562  .00000333  00000-0  24635-3 0   618
+2 39544 098.9185 159.0256 0060896 350.2103 009.7584 14.01220688 31423
+1 39545U 93036BUB 14236.42862005  .00001347  00000-0  80639-3 0   670
+2 39545 073.9450 148.9826 0223853 198.7507 160.4922 13.96307996149993
+1 39546U 93036BUC 14236.50883221  .00001217  00000-0  27417-3 0   843
+2 39546 074.0070 164.7488 0082494 258.0702 224.7690 14.55497727196586
+1 39547U 93036BUD 14233.79140339  .00001478  00000-0  45997-3 0   525
+2 39547 074.0245 267.1895 0020051 292.9066 188.3699 14.41742574118038
+1 39548U 93036BUE 14234.77067308  .00003303  00000-0  90332-3 0   194
+2 39548 074.0203 259.3117 0011768 176.0926 303.9469 14.47584979130971
+1 39549U 93036BUF 14236.43102089  .00003804  00000-0  10642-2 0   805
+2 39549 074.0287 261.3347 0018316 157.7770 264.8296 14.46381029156680
+1 39550U 93036BUG 14231.63796676  .00001049  00000-0  34599-3 0   419
+2 39550 074.1222 344.4860 0129978 324.3708 034.8549 14.34658366 73014
+1 39551U 93036BUH 14229.98495668  .00007700  00000-0  22563-2 0   486
+2 39551 074.0005 343.9784 0071358 330.0136 029.4251 14.42555007 75502
+1 39552U 93036BUJ 14237.23274426  .00004798  00000-0  11144-2 0   905
+2 39552 074.0413 194.0991 0043395 322.7797 096.9243 14.54660158155395
+1 39553U 93036BUK 14232.27040775 -.00000027  00000-0 -19607-5 0   259
+2 39553 073.8417 200.5983 0149622 194.5111 231.6337 13.88762528180925
+1 39554U 93036BUL 14234.38272346  .00001843  00000-0  49765-3 0   650
+2 39554 074.0385 229.1511 0025611 318.7386 110.0200 14.48373609 41023
+1 39556U 98067DZ  14237.84413459  .00102561  00000-0  71034-3 0  5060
+2 39556 051.6390 097.9364 0001797 187.5104 172.5868 15.73678224 28161
+1 39560U 98067ED  14238.06788372  .00148111  00000-0  80445-3 0  4661
+2 39560 051.6445 094.2239 0005471 232.3765 127.6740 15.79019102 28174
+1 39567U 98067EL  14239.07557870  .00077269  00000-0  58373-3 0  5309
+2 39567 051.6380 092.6538 0003832 214.6497 145.4766 15.71728556 28085
+1 39572U 14009A   14238.48835116  .00059095  00000-0  37742-3 0  2485
+2 39572 065.0075 157.8311 0019967 281.1413 078.8016 15.75691061 28167
+1 39574U 14009C   14238.57947297  .00007994  00000-0  11463-3 0  1933
+2 39574 065.0194 168.2604 0010184 271.1054 088.9448 15.55765095 27970
+1 39576U 14009E   14238.62485491  .00097344  00000-0  46384-3 0  2618
+2 39576 065.0056 154.3603 0020429 288.2392 071.7065 15.82133107 28240
+1 39577U 14009F   14239.11340132  .00909228  00000-0  75545-3 0  3442
+2 39577 064.9933 145.0688 0015953 264.9624 095.0204 16.13163051 28462
+1 39583U 93036BUN 14234.90931316  .00001676  00000-0  54085-3 0   597
+2 39583 073.9432 326.3816 0214670 260.0732 097.0855 14.27747662192931
+1 39584U 93036BUP 14237.63225929  .00008678  00000-0  18809-2 0  1017
+2 39584 074.1124 215.1873 0057785 345.3029 136.0418 14.57240239 40122
+1 39585U 93036BUQ 14238.47952449  .00000515  00000-0  12298-3 0   473
+2 39585 074.0443 176.9476 0076217 262.4988 096.7998 14.51890835245481
+1 39586U 93036BUR 14238.07659833  .00000478  00000-0  24303-3 0   367
+2 39586 074.0070 029.3955 0109575 033.5961 327.2232 14.15427787264142
+1 39587U 93036BUS 14237.04757333  .00006121  00000-0  57215-3 0   693
+2 39587 074.0215 009.1096 0141658 095.9695 265.7650 14.86956601233001
+1 39588U 93036BUT 14236.61004751  .00003063  00000-0  10653-2 0   624
+2 39588 074.1372 337.9878 0086224 298.2741 118.5419 14.33793261130472
+1 39589U 93036BUU 14239.14165375  .00003637  00000-0  66341-3 0   292
+2 39589 074.0294 162.6969 0051656 247.5389 112.0799 14.65098259227270
+1 39590U 93036BUV 14236.46353277  .00003335  00000-0  96849-3 0   613
+2 39590 074.0341 265.2023 0023253 273.8133 154.1503 14.44563896162412
+1 39591U 93036BUW 14234.82536000  .00000416  00000-0  15576-3 0   603
+2 39591 074.0227 284.8393 0034403 311.8940 168.7820 14.34524532479913
+1 39592U 70025QT  14237.63061770 -.00000046  00000-0  00000+0 0  1418
+2 39592 100.0127 131.9704 0002439 357.9570 002.1653 13.51502337 27488
+1 39593U 97051AAF 14238.54423792  .00021558  00000-0  40854-2 0   406
+2 39593 086.3503 334.6579 0016328 040.5905 319.7016 14.64281275113132
+1 39594U 97051AAG 14238.07637560  .00002584  00000-0  82045-3 0   727
+2 39594 086.4133 000.3973 0011071 298.7278 061.2808 14.39623488 39816
+1 39595U 97051AAH 14218.72430621  .00014900  00000-0  45617-2 0   477
+2 39595 086.3908 012.1960 0071687 103.5373 259.1656 14.40185391 75885
+1 39596U 99057TA  14230.08893040  .00003401  00000-0  98954-3 0   733
+2 39596 098.2953 178.6924 0005618 141.1640 218.9956 14.44847949 76146
+1 39597U 01049QQ  14239.03960485  .00012777  00000-0  17935-2 0   959
+2 39597 097.5850 163.4303 0118977 148.9340 211.9475 14.72648882542528
+1 39599U 08011DK  14235.89658304 -.00000274  00000-0 -71885-2 0   530
+2 39599 049.5900 065.4328 6340817 341.5870 003.2284 03.14413854  8773
+1 39600U 10057X   14234.32762716 -.00000248  00000-0  24703-3 0   646
+2 39600 019.8281 130.2497 7225498 030.5016 356.4017 02.24262695  6186
+1 39601U 12044DU  14237.08564558  .00074207  50794-5  17548-2 0  1414
+2 39601 049.9637 196.0083 1991683 104.2617 278.6410 11.49187764 52221
+1 39602U 79095CD  14237.96806702  .00001983  00000-0  11063-2 0   743
+2 39602 081.2155 104.1946 0015505 157.7263 202.4898 14.10508963 56243
+1 39603U 79095CE  14238.92199299  .00001603  00000-0  92623-3 0   928
+2 39603 081.2178 103.9228 0009702 140.8527 219.3826 14.08965042 56214
+1 39604U 79095CF  14237.28048733  .00008418  00000-0  18296-2 0  1096
+2 39604 081.2100 217.2800 0020081 078.2540 342.0499 14.57851739600134
+1 39605U 79095CG  14236.36510539  .00001499  00000-0  80818-3 0   612
+2 39605 081.2009 102.1465 0011908 182.5393 301.3119 14.12284423103018
+1 39606U 79095CH  14227.97134781  .00002042  00000-0  10812-2 0   465
+2 39606 081.2004 105.6370 0014427 148.2186 212.0329 14.13653155 83825
+1 39607U 79095CJ  14224.96875602  .00002920  00000-0  14779-2 0   265
+2 39607 081.2161 109.9166 0008649 184.2422 175.8756 14.15872633102910
+1 39608U 79095CK  14236.36622834  .00001750  00000-0  94363-3 0   381
+2 39608 081.2044 102.1477 0010868 179.7156 303.9272 14.12329004116615
+1 39609U 65027FS  14234.86611348 -.00000228  00000-0 -82272-3 0   346
+2 39609 090.2966 263.8540 0025856 251.7401 232.9668 12.96397464137373
+1 39610U 91050S   14237.84257924  .00003745  00000-0  12006-2 0  1107
+2 39610 098.3046 193.8148 0030859 139.0261 221.3272 14.39785908 29264
+1 39612U 14010A   14238.39342453  .00000000  00000-0  10000-3 0  1567
+2 39612 000.0183 246.6039 0003526 336.0965 309.5987 01.00274232  1804
+1 39613U 14010B   14238.91116590 -.00000293  00000-0  00000+0 0  1556
+2 39613 000.0464 291.2365 0001989 334.2071 177.4889 01.00282770  1645
+1 39614U 14010C   14237.84213743  .00000000  00000-0  10000-3 0  1163
+2 39614 000.2333 063.3399 0675148 346.0282 017.2024 00.90577287  1502
+1 39615U 14010D   14236.87859031  .00001225  00000-0  15201-2 0   922
+2 39615 048.5341 126.2981 7252280 038.8604 355.5318 02.27600419  3616
+1 39616U 14011A   14238.21271282 -.00000299  00000-0  00000+0 0  1414
+2 39616 000.0296 017.2601 0004390 182.7777 159.9433 01.00271079  1648
+1 39617U 14011B   14237.91712649  .00000000  00000-0  10000-3 0  1287
+2 39617 000.0447 319.1774 0002997 176.0308 200.6413 01.00274660   740
+1 39618U 14011C   14239.07809675  .00001832  00000-0  77331-3 0  1030
+2 39618 003.2706 272.1812 7263055 309.0384 006.1505 02.29264816  3599
+1 39619U 14011D   14238.04945372  .00018234  00000-0  68432-2 0  1262
+2 39619 002.9765 277.6191 7236499 304.0744 007.0712 02.32914477  3586
+1 39620U 14012A   14237.10030417  .00000029  00000-0  10000-3 0  1033
+2 39620 064.8537 099.5718 0015233 338.9678 122.6425 02.13103668  3322
+1 39621U 14012B   14235.22692374  .00000019  00000-0  00000+0 0   528
+2 39621 064.8049 099.7612 0076626 131.9359 228.8118 02.08924812  3184
+1 39624U 14014A   14238.34526264  .00000228  00000-0  58229-4 0  4700
+2 39624 098.2435 291.4204 0013589 116.1201 244.1404 14.59232641 21613
+1 39625U 14014B   14238.17535148  .00000783  00000-0  64439-4 0  1481
+2 39625 098.3148 301.2061 0144092 291.8181 066.7765 14.94958527 22110
+1 39626U 14014C   14237.69428473  .00001299  00000-0  33193-3 0   901
+2 39626 098.0383 284.6327 0113645 133.3582 227.7205 14.48223064 21356
+1 39627U 14014D   14238.55242977  .00001139  00000-0  44817-3 0   820
+2 39627 098.0738 279.7966 0187477 095.8367 266.4698 14.20122011 21066
+1 39628U 14014E   14239.13663403  .00002521  00000-0  62409-3 0  1012
+2 39628 098.4789 293.6823 0113319 129.1096 232.0733 14.48166175 21572
+1 39629U 14014F   14236.85567901  .00000310  00000-0  13575-3 0   805
+2 39629 098.4841 285.2095 0182647 106.1152 256.0212 14.21594208 20848
+1 39634U 14016A   14238.29284425  .00000090  00000-0  28818-4 0  4334
+2 39634 098.1809 244.5912 0001446 080.6888 279.4481 14.59198906 21080
+1 39635U 14017A   14237.80364524  .00000061  00000-0  00000+0 0  1198
+2 39635 030.7958 310.5437 0024481 186.4418 181.3138 01.00274396  1552
+1 39636U 14017B   14238.55472127  .00004359  00000-0  10198-2 0  1603
+2 39636 019.0080 203.1556 6067271 022.0629 355.5692 03.93356963  5668
+1 39637U 87060E   14236.57231866  .00000075  00000-0  65960-4 0   716
+2 39637 065.0104 224.4082 0014081 251.0341 108.9218 14.31340590 21482
+1 39638U 87060F   14237.32328317  .00000072  00000-0  65532-4 0   744
+2 39638 065.0087 222.6269 0015823 246.1850 113.7567 14.30851630 21375
+1 39639U 87060G   14237.45700007  .00000075  00000-0  66497-4 0   743
+2 39639 065.0094 222.1740 0015734 250.6590 109.2795 14.30908896203984
+1 39640U 87060H   14238.37810828  .00000081  00000-0  68103-4 0   697
+2 39640 065.0114 219.2881 0014050 256.3570 103.5914 14.31442250 20843
+1 39641U 87060J   14235.42335669  .00000075  00000-0  66349-4 0   677
+2 39641 065.0083 227.8304 0014400 251.2854 108.6668 14.30972769771467
+1 39642U 87060K   14236.34839732  .00000071  00000-0  64886-4 0   726
+2 39642 065.0114 225.3984 0014198 250.0081 109.9488 14.30817402 21300
+1 39643U 87060L   14236.43116290  .00000075  00000-0  65819-4 0   736
+2 39643 065.0129 224.8204 0014602 248.6954 111.2575 14.31354265 20955
+1 39644U 87060M   14236.49261438  .00000074  00000-0  65332-4 0   748
+2 39644 065.0119 224.5683 0014601 251.2386 108.7117 14.31432316 21263
+1 39645U 87060N   14220.74093159  .00000192  00000-0  11046-3 0   522
+2 39645 065.0110 268.8969 0016500 238.4411 121.8490 14.31037335 18683
+1 39646U 87060P   14238.34906494  .00000075  00000-0  66232-4 0   734
+2 39646 065.0134 219.6408 0014992 246.1301 113.8218 14.31062136 21667
+1 39647U 87060Q   14237.40332680  .00000071  00000-0  64996-4 0   721
+2 39647 065.0122 222.4992 0013833 251.4930 108.4653 14.30757148 21458
+1 39648U 14018A   14212.63900704  .00029804  00000-0  32496-3 0  1175
+2 39648 051.6449 238.5753 0048574 298.8991 060.7644 15.61173083 17558
+1 39654U 87060R   14238.92540841  .00000195  00000-0  74117-4 0   719
+2 39654 065.0067 218.0644 0013939 260.0338 099.9648 14.30902456 19329
+1 39655U 87060S   14237.37760066  .00000077  00000-0  66941-4 0   761
+2 39655 065.0068 222.3282 0016228 252.1191 107.8119 14.30997109 19747
+1 39656U 87060T   14236.38240400  .00000077  00000-0  66844-4 0   668
+2 39656 065.0082 225.0226 0015391 249.2256 110.7372 14.31154794 19527
+1 39657U 87060U   14237.08122771  .00000053  00000-0  57867-4 0   509
+2 39657 065.0082 223.0554 0015224 258.8805 101.0567 14.31154715 19578
+1 39658U 87060V   14236.57675829  .00000078  00000-0  67013-4 0   714
+2 39658 065.0126 224.4384 0014339 252.1871 107.7653 14.31298138 19870
+1 39659U 87060W   14237.48416839  .00000083  00000-0  69145-4 0   792
+2 39659 065.0087 221.8830 0015024 251.3192 108.6261 14.31312258 20612
+1 39660U 87060X   14238.36399604  .00000088  00000-0  71577-4 0   632
+2 39660 065.0085 219.6739 0014188 251.7189 108.2402 14.30924494 20236
+1 39661U 87060Y   14238.95693856  .00000210  00000-0  79226-4 0   775
+2 39661 065.0085 217.7571 0014365 262.3555 097.6375 14.31257888 20251
+1 39662U 87060Z   14236.37750983  .00000090  00000-0  71599-4 0   798
+2 39662 065.0098 225.0338 0016105 249.0912 110.8514 14.31203052 19741
+1 39663U 87060AA  14238.56374377  .00000179  00000-0  67731-4 0   804
+2 39663 065.0088 219.0239 0014964 256.9504 103.0387 14.31016192 20144
+1 39664U 87060AB  14237.37478205  .00000075  00000-0  66444-4 0   724
+2 39664 065.0073 222.3342 0015845 249.3745 110.5642 14.31020848 20086
+1 39666U 87060AD  14236.36760144  .00000090  00000-0  71590-4 0   668
+2 39666 065.0089 225.0224 0015510 250.6040 109.3352 14.31295888 19828
+1 39667U 87060AE  14238.95872957  .00000208  00000-0  78418-4 0   670
+2 39667 065.0128 217.8324 0014896 256.0179 103.9726 14.31240357 20112
+1 39668U 87060AF  14238.95880510  .00000193  00000-0  72721-4 0   837
+2 39668 065.0092 217.7816 0014648 262.7778 097.2118 14.31239679 21804
+1 39669U 87060AG  14236.44827619  .00000077  00000-0  66882-4 0   709
+2 39669 065.0178 224.9304 0015134 243.6553 116.2981 14.31194750 19753
+1 39670U 87060AH  14237.35615046  .00000077  00000-0  66790-4 0   721
+2 39670 065.0127 222.3377 0015340 242.9181 117.0433 14.31201020 19883
+1 39671U 87060AJ  14236.38287611  .00000074  00000-0  65880-4 0   756
+2 39671 065.0148 225.1005 0015585 248.5515 111.3954 14.31150606 19844
+1 39672U 87060AK  14236.39564137  .00000074  00000-0  65875-4 0   708
+2 39672 065.0085 225.0698 0015764 247.2858 112.6596 14.31032294 19957
+1 39673U 87060AL  14238.35456147  .00000078  00000-0  67647-4 0   701
+2 39673 065.0134 219.6783 0015796 248.5682 111.3709 14.31011848 20238
+1 39674U 87060AM  14238.56538501  .00000170  00000-0  64226-4 0   703
+2 39674 065.0105 219.0627 0014369 259.5609 100.4333 14.31000392 20159
+1 39675U 87060AN  14237.57488808  .00000076  00000-0  66768-4 0   762
+2 39675 065.0107 221.7403 0015570 251.6969 108.2445 14.31112906 20123
+1 39676U 87060AP  14238.55692765  .00000040  00000-0  53177-4 0   784
+2 39676 065.0115 219.0322 0015313 248.8459 111.0884 14.31077499 20148
+1 39677U 87060AQ  14237.37416928  .00000078  00000-0  67458-4 0   721
+2 39677 065.0056 222.3052 0015121 250.5054 109.4414 14.31024729 19885
+1 39678U 14021A   14239.20263589  .00000149  00000-0  35339-4 0  5385
+2 39678 051.6164 237.7183 0000341 097.7332 262.4140 14.53683638 19510
+1 39679U 14021B   14237.45749579  .00001588  00000-0  10317-3 0  1112
+2 39679 051.6164 218.0244 0188679 164.8840 195.7884 15.01036531 19647
+1 39688U 76004E   14236.23348135 -.00000189  00000-0  00000+0 0   300
+2 39688 012.3978 324.4616 0028433 146.1178 214.1307 01.00235666 35443
+1 39689U 76004F   14238.32883374 -.00000049  00000-0  10000-3 0    43
+2 39689 012.4301 324.7084 0098825 299.7015 059.3979 01.00165191 23642
+1 39690U 77055C   14237.61292947  .00002280  00000-0  20009-3 0   524
+2 39690 075.8337 327.4577 0032525 226.0078 198.2164 14.96573390 41585
+1 39691U 91009DE  14229.04221515  .00000333  00000-0  32091-2 0   352
+2 39691 074.0585 245.7312 0151899 324.1413 062.8947 12.20777567 32997
+1 39692U 91009DF  14235.55792686  .00000021  00000-0  28100-3 0   359
+2 39692 074.0943 291.6158 0101165 236.2971 122.8398 12.37191340 33925
+1 39693U 91009DG  14225.62321663 -.00000004  00000-0  10000-3 0   228
+2 39693 074.0315 199.3846 0129339 304.9474 053.9597 12.20770314453210
+1 39694U 91009DH  14232.51777260 -.00000004  00000-0  10000-3 0   133
+2 39694 074.0824 284.2586 0134215 334.9172 024.5414 12.18205013452293
+1 39696U 91009DK  14237.26034075  .00000135  00000-0  13564-2 0   234
+2 39696 074.0569 207.4569 0185041 284.0808 073.9168 12.21040433394941
+1 39697U 91009DL  14221.38898886  .00000001  00000-0  14825-3 0   198
+2 39697 074.0521 238.0411 0149853 307.6584 051.1364 12.20392766419863
+1 39698U 91009DM  14235.34602006  .00000085  00000-0  91407-3 0   369
+2 39698 074.0475 222.3365 0186857 299.6190 125.9325 12.20539441456955
+1 39699U 91009DN  14231.62142702  .00000009  00000-0  22874-3 0   255
+2 39699 074.1110 329.1037 0149511 356.3012 003.6488 12.16621003504738
+1 39700U 91009DP  14210.00252417  .00000224  00000-0  20465-2 0    85
+2 39700 073.9241 067.2467 0120290 255.1738 103.6580 12.27907403431448
+1 39701U 91009DQ  14229.00067253  .00000107  00000-0  10940-2 0   186
+2 39701 073.9899 098.8831 0132689 260.3767 164.2629 12.24381560 33406
+1 39702U 91009DR  14233.93611527 -.00000186  00000-0 -16825-2 0   258
+2 39702 074.2308 078.2576 0187736 254.9474 103.0717 12.14667550 33270
+1 39704U 92060F   14234.37677367 -.00000023  00000-0  29647-2 0   256
+2 39704 007.9216 126.4389 7146943 115.1193 006.6617 02.10740776  5890
+1 39705U 92060G   14238.11587396 -.00000002  00000-0  00000+0 0   295
+2 39705 008.1909 081.5088 7138716 206.5317 085.0021 02.11927112  5973
+1 39706U 92060H   14222.52485823 -.00000006  00000-0  00000+0 0   379
+2 39706 007.0099 151.3363 7037829 274.1343 015.2833 02.15857969 83076
+1 39707U 92093JX  14237.30492510  .00001811  00000-0  94573-3 0   410
+2 39707 071.1128 230.5210 0110713 329.4732 029.9974 14.12646145 34139
+1 39708U 92093JY  14237.18635595  .00001884  00000-0  31550-3 0   651
+2 39708 071.2905 051.6489 0093986 266.4492 214.8705 14.68325006609506
+1 39709U 92093JZ  14236.60856715  .00000093  00000-0  10095-3 0   503
+2 39709 071.1504 322.0595 0148735 345.0936 014.5812 13.90506040516889
+1 39710U 92093KA  14234.83196131  .00000583  00000-0  36919-3 0   267
+2 39710 071.2212 050.6742 0086977 345.5219 014.3417 14.06132328532401
+1 39711U 92093KB  14233.26162274  .00000283  00000-0  21774-3 0   322
+2 39711 070.8400 192.6490 0093988 119.2345 308.2398 13.99449012579966
+1 39712U 92093KC  14220.92202352  .00000576  00000-0  37547-3 0   201
+2 39712 071.1164 060.0635 0097042 194.9041 165.0466 14.04202746507587
+1 39713U 92093KD  14238.96612748  .00000532  00000-0  34021-3 0   294
+2 39713 071.1078 348.0662 0091598 140.9911 219.8805 14.05752845498134
+1 39714U 92093KE  14237.18557440  .00000315  00000-0  15877-3 0   315
+2 39714 071.0860 158.0531 0097934 006.6862 353.5544 14.21146485 39154
+1 39715U 92093KF  14236.17029170  .00000438  00000-0  20637-3 0   460
+2 39715 071.0155 049.4785 0006378 286.8327 193.9302 14.25416984 39411
+1 39717U 92093KH  14237.98791796  .00000411  00000-0  30661-3 0   225
+2 39717 070.6880 112.2572 0102934 357.7609 002.2400 13.98481211530345
+1 39718U 92093KJ  14237.33082443  .00002015  00000-0  76140-3 0   467
+2 39718 071.1973 212.3905 0043548 281.7428 148.2689 14.31933458 39490
+1 39719U 92093KK  14234.45249023 -.00000000  00000-0  30681-4 0   494
+2 39719 071.2956 252.1596 0099782 330.8911 098.8875 13.95371313 38148
+1 39720U 92093KL  14237.40150584  .00000877  00000-0  28394-3 0   495
+2 39720 070.7906 238.5996 0029334 110.7729 316.6123 14.41611080 39697
+1 39721U 92093KM  14235.43147133  .00000101  00000-0  10329-3 0   368
+2 39721 071.1896 257.2924 0128784 168.9544 191.4446 13.93369306576396
+1 39722U 92093KN  14236.45352206  .00000117  00000-0  10863-3 0   495
+2 39722 070.8932 260.0296 0106003 104.7393 322.9145 13.98363802 38400
+1 39724U 92093KQ  14236.53983916  .00000336  00000-0  25245-3 0   431
+2 39724 070.8526 188.1618 0089198 120.8068 357.8901 13.99637770621350
+1 39725U 92093KR  14237.10773037  .00000386  00000-0  24886-3 0   432
+2 39725 071.1776 041.7858 0095672 060.2591 053.2160 14.06748384 39062
+1 39726U 92093KS  14236.43935421 -.00000005  00000-0  30011-4 0   476
+2 39726 071.1561 273.5753 0125101 284.4539 135.1262 13.90231674 38273
+1 39727U 14023A   14237.80479632 -.00000289  00000-0  00000+0 0   994
+2 39727 004.5885 302.0879 0001914 229.5440 187.1846 01.00274639519271
+1 39728U 14023B   14237.90942256  .00000045  00000-0  00000+0 0  1072
+2 39728 000.0445 255.4537 0000932 353.6754 110.8581 01.00269580  1200
+1 39729U 14023C   14237.11372728 -.00000209  00000-0  00000+0 0   743
+2 39729 001.1956 014.3032 0579189 168.3132 194.4402 00.92545294  1117
+1 39730U 14023D   14238.35015239  .00002646  00000-0  15588-2 0   817
+2 39730 047.4323 258.3781 7267223 031.0574 356.6308 02.27620281  2733
+1 39731U 14024A   14238.29544435  .00000058  00000-0  31311-4 0  3774
+2 39731 098.5180 309.7398 0001330 075.8705 284.2639 14.41972365 17042
+1 39732U 14025A   14239.12837303  .00499356  00000-0  21748-3 0  4202
+2 39732 081.3810 307.8016 0038892 093.7556 266.8825 16.20482244 18196
+1 39741U 14026A   14237.75448740 -.00000007  00000-0  00000+0 0   867
+2 39741 055.0682 141.2270 0002994 159.4840 200.5570 02.00574348  2019
+1 39748U 07029M   14238.53914971  .00305438  00000-0  87803-1 0  1370
+2 39748 070.8928 038.2504 0049740 060.8469 299.8132 14.44038740368653
+1 39761U 14028A   14238.21292152  .00000010  00000-0  00000+0 0  3010
+2 39761 082.4466 290.3269 0021882 107.5812 252.7665 12.42614481 11798
+1 39762U 14028B   14238.26875788  .00000010  00000-0  00000+0 0  3029
+2 39762 082.4527 290.2970 0022918 105.6534 254.7073 12.42884141 11805
+1 39763U 14028C   14238.24550825  .00000010  00000-0  00000+0 0  3008
+2 39763 082.4498 290.2356 0022817 102.6893 257.6748 12.43268526 11809
+1 39764U 14028D   14237.22151614  .00000013  00000-0  00000+0 0   649
+2 39764 082.4391 286.5211 0229957 052.5824 309.5964 12.83490256 12057
+1 39765U 14028E   14239.14794353  .00000023  00000-0  44138-4 0  2802
+2 39765 082.4480 287.8416 0370115 057.1641 306.4991 13.14259434 12039
+1 39766U 14029A   14238.32765631  .00000144  00000-0  26116-4 0  3081
+2 39766 097.9199 334.4183 0001735 082.8297 277.3103 14.79473889 13923
+1 39767U 14029B   14237.86766946  .00000706  00000-0  97075-4 0  1163
+2 39767 097.8726 333.7508 0007599 058.3180 301.8782 14.81351850 13871
+1 39768U 14029C   14238.15779706  .00000699  00000-0  94451-4 0  1071
+2 39768 097.8715 334.1261 0009095 079.7841 280.4444 14.82100623 13929
+1 39769U 14029D   14238.38846507  .00000501  00000-0  72072-4 0  3036
+2 39769 097.8772 334.2183 0005336 032.6417 327.5140 14.80568662 13945
+1 39770U 14029E   14237.84885179  .00001196  00000-0  15464-3 0  1104
+2 39770 097.8728 333.9396 0012080 086.4286 273.8294 14.82712558 13866
+1 39771U 14029F   14238.25303544  .00001196  00000-0  12924-3 0   963
+2 39771 098.1170 338.0599 0019083 019.9447 340.2517 14.90198566 14058
+1 39773U 14030A   14238.36500407  .00000000  00000-0  10000-3 0   838
+2 39773 000.0559 101.2020 0001772 116.6091 251.2712 01.00272147895452
+1 39774U 14030B   14238.85737744  .00000127  00000-0  32671-3 0   545
+2 39774 000.2981 035.2071 7214840 221.2298 060.0334 02.28594656881136
+1 39777U 97051AAJ 14237.87889488  .00002480  00000-0  10951-2 0   344
+2 39777 085.9840 287.1143 0094874 166.4012 193.9557 14.20535985 39347
+1 39778U 97051AAK 14235.61315342  .00000910  00000-0  30419-3 0   492
+2 39778 086.3886 355.8636 0010728 338.1386 021.9354 14.36394908 39352
+1 39779U 97051AAL 14231.61990646  .00003561  00000-0  13953-2 0    77
+2 39779 086.2971 354.8940 0077019 115.2833 245.3967 14.27576892116432
+1 39781U 97051AAN 14236.83302679  .00003623  00000-0  24441-2 0   312
+2 39781 086.3845 076.7605 0312137 252.6292 103.9995 13.79274220147971
+1 39782U 97051AAP 14233.66217715  .00005140  00000-0  12626-2 0    89
+2 39782 086.4265 356.8963 0018212 041.7647 022.0897 14.52092219136042
+1 39783U 97051AAQ 14236.96766423  .00002509  00000-0  94607-3 0   302
+2 39783 086.1784 321.5909 0080527 131.8200 228.9324 14.29243155126995
+1 39784U 97051AAR 14237.13699418  .00010916  00000-0  37539-2 0   280
+2 39784 086.3794 019.9614 0099179 139.6201 221.7869 14.33176993132835
+1 39785U 97051AAS 14234.09793117  .00005743  00000-0  15041-2 0   370
+2 39785 086.4032 008.4936 0052959 018.7791 338.6788 14.48328324133975
+1 39786U 97051AAT 14239.04752468  .00007083  00000-0  18901-2 0   619
+2 39786 086.3821 349.2151 0009578 268.7319 091.3276 14.48460455116460
+1 39787U 97051AAU 14237.94901162  .00002810  00000-0  87169-3 0   429
+2 39787 086.2173 317.3874 0050784 059.4130 301.2538 14.40075174133554
+1 39788U 97051AAV 14237.76530471  .00013402  00000-0  55140-2 0   265
+2 39788 086.3572 049.7718 0193232 080.1091 282.2274 14.17239200189546
+1 39790U 97051AAX 14238.90617225  .00002307  00000-0  64225-3 0   119
+2 39790 086.1914 303.4152 0051655 027.5753 332.8670 14.45672354275619
+1 39792U 97051AAZ 14237.26853929  .00003232  00000-0  20080-2 0   514
+2 39792 086.4347 064.7239 0189297 070.3267 291.9427 13.96278304 25640
+1 39793U 97051ABA 14214.12854742  .00011035  00000-0  23605-2 0   188
+2 39793 086.4052 355.2504 0006152 146.3450 214.3281 14.58685298489265
+1 39794U 97051ABB 14233.55222582  .00008049  00000-0  17790-2 0   198
+2 39794 086.3431 331.8815 0034008 005.6670 354.4915 14.56811812135015
+1 39795U 97051ABC 14238.58550025  .00025158  00000-0  45518-2 0   237
+2 39795 086.3604 342.0579 0019594 159.6299 200.5700 14.66116913196357
+1 39796U 97051ABD 14212.86555062  .00001658  00000-0  51159-3 0   178
+2 39796 086.3419 007.0469 0096219 145.5353 215.0760 14.38158001450917
+1 39797U 08046J   14237.71473340  .00003701  00000-0  44816-2 0   592
+2 39797 065.4527 116.7467 5690108 092.3266 330.2572 04.36954468  3885
+1 39798U 08046K   14238.52175221  .00000186  00000-0  49066-2 0   451
+2 39798 065.0257 118.7168 5482296 096.9973 325.2415 04.22964652  3784
+1 39799U 08046L   14235.80563489  .00000598  00000-0  12732-1 0   329
+2 39799 065.2908 121.2363 5517357 096.2815 326.0464 04.21392851  3992
+1 39800U 08046M   14238.96901164  .00000033  00000-0  42225-3 0   470
+2 39800 065.3304 119.1843 5586927 095.4504 327.3448 04.22024688  4101
+1 39801U 08046N   14239.13901684  .00000088  00000-0  44382-3 0   429
+2 39801 065.2370 115.9424 5552575 097.4360 325.6971 04.40589214  4335
+1 39802U 08046P   14238.73219344  .00000835  00000-0  32266-2 0   449
+2 39802 065.3511 117.1361 5629086 093.4154 329.0359 04.33252062  3840
+1 39803U 08046Q   14238.85478282  .00000314  00000-0  98359-2 0   415
+2 39803 065.0570 119.0960 5459533 096.8948 325.0710 04.22551574  3750
+1 39804U 08046R   14238.53558154  .00000654  00000-0  77030-2 0   452
+2 39804 066.1403 119.3138 5529058 093.8496 327.7645 04.31135697  3821
+1 39805U 87020ED  14236.83252895 -.00000004  00000-0  10000-3 0   147
+2 39805 073.5955 034.3321 0022059 289.7882 070.0720 12.42592738391944
+1 39806U 87020EE  14222.38720021  .00000117  00000-0  10208-2 0   181
+2 39806 073.6315 239.4342 0069276 041.9884 318.6569 12.38113003529022
+1 39807U 87020EF  14223.40463977  .00000180  00000-0  20179-3 0   112
+2 39807 074.0345 245.2545 0027312 219.4553 140.4605 13.77767793448680
+1 39808U 87020EG  14237.96316096  .00000221  00000-0  17154-2 0   303
+2 39808 073.6178 088.8255 0042346 270.2775 156.5453 12.42873651521306
+1 39810U 87020EJ  14233.24701594  .00000091  00000-0  79643-3 0   132
+2 39810 073.7064 181.7680 0035550 208.3984 151.3770 12.41019444468511
+1 39811U 87020EK  14233.82996632  .00000274  00000-0  20498-2 0   222
+2 39811 073.6161 053.4306 0017164 235.0947 124.4096 12.44843428485753
+1 39812U 87020EL  14236.41604572 -.00000004  00000-0  10000-3 0    85
+2 39812 073.6220 134.2903 0041336 317.5548 042.2491 12.39445848480100
+1 39813U 87020EM  14234.83145957  .00000164  00000-0  12462-2 0   233
+2 39813 073.6390 035.6794 0028270 184.3034 243.8204 12.46637898 34385
+1 39814U 87020EN  14237.18456006  .00000042  00000-0  42798-3 0   180
+2 39814 073.6142 061.1587 0025111 268.0192 091.7953 12.42616373441543
+1 39815U 87020EP  14212.02929701 -.00000004  00000-0  10000-3 0   140
+2 39815 073.6018 102.5925 0028476 334.8469 025.1136 12.41718442166354
+1 39816U 87020EQ  14232.81530026  .00000807  00000-0  10738-3 0   146
+2 39816 074.0455 278.1506 0034799 142.8367 217.5212 14.81148786516477
+1 39817U 87020ER  14237.63011756  .00000111  00000-0  83553-3 0   228
+2 39817 073.7162 331.5845 0022421 014.9729 050.7884 12.50594650466913
+1 39819U 87020ET  14238.29838982 -.00000003  00000-0  10000-3 0   128
+2 39819 073.6694 098.9853 0025317 188.9326 171.1129 12.42821241403741
+1 39820U 87020EU  14236.79440053  .00000095  00000-0  79336-3 0   285
+2 39820 073.6342 036.5330 0020699 197.7328 225.6794 12.44763039471974
+1 39821U 87020EV  14225.39167583  .00000071  00000-0  46983-3 0   167
+2 39821 073.2342 246.7304 0099387 252.6558 106.3608 12.67532662 33461
+1 39822U 87020EW  14226.05935472 -.00000004  00000-0  10000-3 0    47
+2 39822 073.9971 005.8297 0113190 277.8623 081.5292 12.28563999449551
+1 39823U 87020EX  14235.76860410  .00000139  00000-0  11147-2 0   168
+2 39823 073.7085 160.8999 0048354 169.9688 216.2746 12.43461410490434
+1 39824U 87020EY  14209.33968249 -.00000003  00000-0  10000-3 0    93
+2 39824 073.6638 080.1668 0028731 256.4152 103.5389 12.44736939426599
+1 39825U 87020EZ  14222.98670427 -.00000004  00000-0  10000-3 0   112
+2 39825 073.6123 068.0213 0020875 290.4673 069.4291 12.42575382451059
+1 39827U 87020FB  14237.19800922  .00000012  00000-0  21784-3 0   128
+2 39827 073.5859 063.4430 0029003 291.9981 067.8336 12.41688381412294
+1 39828U 87020FC  14229.73599765  .00000069  00000-0  88998-3 0    98
+2 39828 074.3046 245.8672 0205551 230.3344 127.9879 12.06661482139683
+1 39829U 87020FD  14226.92313503  .00000054  00000-0  52073-3 0    78
+2 39829 073.5969 078.7091 0028628 306.4483 053.3922 12.41941531430673
+1 39830U 87020FE  14235.69071057  .00000092  00000-0  76111-3 0   216
+2 39830 073.5988 008.0823 0024358 246.1191 113.7303 12.45733709 28933
+1 39832U 87020FG  14236.35443527  .00000011  00000-0  21428-3 0   141
+2 39832 073.6067 106.8219 0037387 327.4223 146.9947 12.40371043 34174
+1 39833U 87020FH  14235.39715432  .00000140  00000-0  94640-3 0   220
+2 39833 073.7788 247.7429 0028907 288.6287 071.1628 12.56838636515789
+1 39834U 87020FJ  14225.50893164 -.00000004  00000-0  10000-3 0   129
+2 39834 073.5941 165.6348 0045973 048.7237 311.7386 12.37935638250687
+1 39835U 91009DT  14228.35306406  .00000077  00000-0  82224-3 0    98
+2 39835 074.0502 215.5939 0186109 294.3830 063.7880 12.21918197415458
+1 39836U 91009DU  14237.80650377 -.00000003  00000-0  10000-3 0    79
+2 39836 073.9006 286.3773 0136044 180.8983 179.4034 12.29253680192937
+1 39837U 91009DV  14237.09156258  .00002096  00000-0  75305-2 0   374
+2 39837 073.8183 030.8846 0034829 358.3060 001.7988 12.94969631480030
+1 39839U 91009DX  14237.47105340  .00000008  00000-0  16557-3 0   213
+2 39839 073.8302 165.7485 0092925 235.5858 123.6263 12.49364302365692
+1 39840U 91009DY  14238.11449246  .00002096  00000-0  39228-2 0   323
+2 39840 073.8427 162.5642 0127672 253.5054 105.1143 13.36456490550547
+1 39841U 92093KT  14236.32569564  .00004604  00000-0  75488-3 0   196
+2 39841 070.7592 224.3550 0055645 109.6143 315.5724 14.70254018 40662
+1 39842U 92093KU  14237.28249273  .00005492  00000-0  13512-2 0   134
+2 39842 070.9680 095.1868 0058834 311.0516 048.5549 14.51640927597386
+1 39843U 92093KV  14235.47322136  .00002731  00000-0  75054-3 0   384
+2 39843 070.9361 282.5130 0050536 145.5073 214.6192 14.47151823598003
+1 39844U 92093KW  14237.52204679  .00001254  00000-0  53425-3 0   224
+2 39844 070.6566 270.3145 0049685 022.0731 338.2520 14.26530179557748
+1 39845U 92093KX  14237.03014047  .00001232  00000-0  77402-3 0   282
+2 39845 070.9804 000.6722 0140830 292.7961 186.2961 14.01633266551644
+1 39847U 92093KZ  14230.13394603  .00000714  00000-0  28447-3 0   118
+2 39847 071.0251 041.6034 0064745 017.6472 342.5208 14.30784878553894
+1 39848U 92093LA  14236.28296641  .00001890  00000-0  74838-3 0    92
+2 39848 071.2359 104.1977 0061496 043.5443 317.0346 14.29084251546419
+1 39849U 92093LB  14235.49978131  .00000278  00000-0  20661-3 0   225
+2 39849 070.8673 166.9973 0088099 078.6539 034.8629 14.01720847 38376
+1 39852U 92093LE  14236.79997922  .00000863  00000-0  30899-3 0   305
+2 39852 071.0116 285.4719 0004977 018.4972 098.8324 14.36827030595804
+1 39853U 92093LF  14237.72175152  .00002863  00000-0  43406-3 0   369
+2 39853 071.2851 348.0910 0086607 240.1419 191.0521 14.72522536 40681
+1 39854U 92093LG  14235.34552554  .00000761  00000-0  44917-3 0   117
+2 39854 071.0295 208.9501 0091341 228.4982 130.8752 14.08974135313019
+1 39855U 92093LH  14237.59369797  .00005824  00000-0  23660-2 0   208
+2 39855 070.5307 330.6714 0121248 204.6921 154.8371 14.24054518 39443
+1 39857U 92093LK  14209.83016923  .00001000  00000-0  53154-3 0   143
+2 39857 070.9089 016.8885 0069665 324.9219 034.5422 14.14732166311601
+1 39858U 92093LL  14238.00084233  .00003102  00000-0  97120-3 0   421
+2 39858 070.9464 013.1314 0054345 196.2984 163.6198 14.40588126497393
+1 39860U 92093LN  14238.57371178  .00000499  00000-0  22051-3 0   251
+2 39860 070.7927 318.4506 0032086 303.7945 056.0607 14.22944651586929
+1 39861U 92093LP  14234.39847052  .00012241  00000-0  65773-3 0   332
+2 39861 071.2427 239.5542 0050726 291.4384 068.1386 15.13903363659223
+1 39862U 92093LQ  14232.87208847  .00000922  00000-0  23956-3 0    23
+2 39862 070.8388 070.0405 0089255 116.8312 159.8548 14.50142465480375
+1 39863U 92093LR  14236.82811521  .00001345  00000-0  84189-3 0   409
+2 39863 070.9872 281.5480 0166482 166.9532 315.0283 13.99775547588810
+1 39864U 92093LS  14237.17634381  .00000855  00000-0  51308-3 0   295
+2 39864 071.1519 052.2712 0128767 005.6293 108.3314 14.05636733 38774
+1 39865U 92093LT  14238.01652897  .00000668  00000-0  28567-3 0   307
+2 39865 071.0197 003.8892 0005479 256.2212 222.2379 14.28554322597311
+1 39866U 92093LU  14234.25038316  .00002962  00000-0  13568-2 0   284
+2 39866 071.2860 193.2388 0110557 291.3962 130.3730 14.18947695 38746
+1 39869U 93016AT  14219.16557684  .00002798  00000-0  14057-2 0   179
+2 39869 071.0008 040.7313 0129424 246.7575 106.6357 14.13094091523212
+1 39870U 93016AU  14233.92352387  .00001867  00000-0  97136-3 0   136
+2 39870 070.9694 048.4494 0137901 263.2720 095.2398 14.11167418582982
+1 39871U 93016AV  14237.39677203  .00002470  00000-0  32388-3 0   352
+2 39871 071.0330 253.6435 0076900 101.8035 320.4199 14.79377762612934
+1 39872U 93016AW  14238.07334671  .00001079  00000-0  80947-3 0   277
+2 39872 070.9911 120.0140 0148326 295.4801 132.9418 13.91717961605979
+1 39873U 93016AX  14238.46207716  .00001699  00000-0  83321-3 0   312
+2 39873 070.4176 281.0015 0108664 233.9683 125.1804 14.14656603 39192
+1 39874U 93016AY  14236.83309176  .00003487  00000-0  16313-2 0   385
+2 39874 070.9495 295.5073 0120563 189.7936 289.8774 14.17171789612132
+1 39876U 93016BA  14236.04994874  .00004150  00000-0  20509-2 0   329
+2 39876 070.9816 007.9149 0133982 235.8799 241.1753 14.13365392 39096
+1 39878U 93016BC  14223.24892956  .00003469  00000-0  19278-2 0    83
+2 39878 070.9749 166.0754 0157731 344.8515 014.7906 14.05663796 37561
+1 39879U 93016BD  14237.82418814  .00005213  00000-0  26464-2 0   264
+2 39879 071.0044 034.5341 0141352 240.0614 184.8783 14.11329609544375
+1 39881U 93016BF  14237.89146478  .00000845  00000-0  60709-3 0   298
+2 39881 070.9939 073.8451 0137448 255.9526 102.5687 13.95450129493618
+1 39882U 93016BG  14236.04093898  .00004150  00000-0  20491-2 0   322
+2 39882 070.9614 004.9307 0131303 240.5970 240.5021 14.13589781584266
+1 39884U 93016BJ  14235.85237534  .00002737  00000-0  14350-2 0    99
+2 39884 070.9762 051.7295 0137161 264.3858 160.9242 14.10394657497610
+1 39885U 93016BK  14219.32847919  .00005764  00000-0  23697-2 0   231
+2 39885 070.9600 192.6118 0102444 111.6806 249.5268 14.24528924 17031
+1 39886U 93016BL  14236.96859031  .00001139  00000-0  27182-3 0   437
+2 39886 071.0193 351.3563 0066280 095.3228 020.8994 14.54609445595063
+1 39887U 93016BM  14236.41272227  .00002960  00000-0  16306-2 0   230
+2 39887 070.9812 144.1531 0155172 322.8842 151.7522 14.06441820500696
+1 39888U 93016BN  14237.33497921  .00001696  00000-0  93619-3 0   309
+2 39888 070.9866 226.1228 0111942 112.0998 313.0543 14.09726299522158
+1 39889U 93016BP  14236.05400720  .00004532  00000-0  14631-2 0   442
+2 39889 070.9375 014.0290 0095781 012.9544 347.4016 14.37073471570162
+1 39891U 93016BR  14236.59782113  .00000778  00000-0  31899-3 0   313
+2 39891 070.9972 221.2574 0006563 127.3128 232.8315 14.30258271593298
+1 39892U 93016BS  14231.01606195  .00004524  00000-0  21520-2 0   379
+2 39892 070.9544 351.4864 0112432 219.9984 138.8051 14.16626830582938
+1 39895U 93016BV  14233.90913447  .00000247  00000-0  21053-3 0    36
+2 39895 070.9839 325.6666 0122607 169.8957 188.5019 13.93163141492626
+1 39896U 93016BW  14230.80880122  .00002677  00000-0  12504-2 0   226
+2 39896 070.9721 010.9004 0131098 236.8496 122.0471 14.15846580568746
+1 39897U 93016BX  14233.88717051  .00002831  00000-0  14116-2 0    41
+2 39897 070.9525 063.4348 0135040 279.2736 079.3613 14.12208326229352
+1 39899U 93016BZ  14237.55605501  .00003568  00000-0  87540-3 0   340
+2 39899 070.9890 311.0426 0010523 301.0028 120.9052 14.53034373546215
+1 39900U 93016CA  14236.46780641  .00005054  00000-0  20353-2 0   329
+2 39900 070.9474 165.3146 0101315 106.4274 254.8019 14.25704038589426
+1 39901U 93016CB  14237.23950714  .00003165  00000-0  18465-2 0   137
+2 39901 070.9698 178.1914 0163918 352.4337 007.2513 14.02694753433109
+1 39902U 93016CC  14237.23828824  .00000018  00000-0  56656-4 0   257
+2 39902 071.0014 090.5525 0191837 164.1256 310.8925 13.73192850609976
+1 39903U 93016CD  14228.44978602  .00000198  00000-0  19827-3 0    90
+2 39903 070.9881 153.3452 0134469 331.1105 028.3720 13.85620226571081
+1 39905U 93016CF  14237.56564993  .00003628  00000-0  18916-2 0   299
+2 39905 070.9633 316.1503 0136941 244.7686 178.3269 14.10463343583108
+1 39906U 93016CG  14237.12622020  .00004315  00000-0  22616-2 0  7112
+2 39906 070.9800 037.2809 0134904 253.8327 104.7911 14.10201738514418
+1 39907U 93016CH  14236.06954028  .00000140  00000-0  14750-3 0   229
+2 39907 070.9947 125.3709 0134830 313.4518 108.4679 13.86872233 38051
+1 39908U 93016CJ  14236.88066094  .00000144  00000-0  87525-4 0   299
+2 39908 071.0068 330.5337 0010074 202.1423 266.4475 14.21702097569538
+1 39910U 93016CL  14233.62292230  .00000518  00000-0  23526-3 0   468
+2 39910 071.0073 337.4536 0010358 205.7952 154.3128 14.21697368 24984
+1 39911U 93016CM  14238.09965343  .00000089  00000-0  12666-3 0   294
+2 39911 070.9993 131.8412 0201150 204.8540 223.4862 13.71681272563609
+1 39912U 94029AFK 14236.22300988  .00005713  00000-0  62076-3 0   469
+2 39912 081.3453 201.3670 0123714 228.8599 190.1012 14.82451992556005
+1 39913U 94029AFL 14237.52648386  .00000819  00000-0  30992-3 0    61
+2 39913 081.5872 319.8448 0603530 345.4709 012.9723 13.60918576526513
+1 39914U 94029AFM 14236.61474832  .00001898  00000-0  52285-3 0   432
+2 39914 081.3410 181.2553 0459372 160.0084 327.9629 13.98706928 38540
+1 39915U 94029AFN 14223.21964531  .00008049  00000-0  42252-3 0   297
+2 39915 082.0020 029.8539 0143083 184.7154 294.6843 15.07029735645950
+1 39916U 94029AFP 14236.41941091  .00004078  00000-0  71304-3 0   401
+2 39916 081.5861 278.0588 0224463 150.3486 270.3292 14.52472099 39881
+1 39918U 94029AFR 14237.85764526  .00017020  00000-0  77858-3 0   320
+2 39918 082.0425 074.8418 0042728 234.5373 125.1870 15.19579371619104
+1 39919U 94029AFS 14234.18136961  .00000575  00000-0  13761-3 0   320
+2 39919 081.8576 199.7300 0303817 242.2054 114.8030 14.27951393595592
+1 39921U 94029AFU 14236.38471175  .00000516  00000-0  16825-3 0   336
+2 39921 081.5441 276.5971 0427012 292.4207 063.2441 13.96600050528542
+1 39922U 94029AFV 14237.91367530  .00002079  00000-0  34572-3 0   285
+2 39922 081.5994 085.5187 0186884 211.0322 147.9733 14.58781869604992
+1 39923U 94029AFW 14231.37671262  .00002523  00000-0  10804-2 0   241
+2 39923 082.1568 105.6715 0636783 118.0000 248.7064 13.50180474 16782
+1 39924U 94029AFX 14236.10683030  .00001364  00000-0  20171-3 0   302
+2 39924 081.8631 155.1227 0145312 008.4048 050.6474 14.67571245579615
+1 39925U 94029AFY 14237.85178210  .00012633  00000-0  15278-2 0   363
+2 39925 081.5042 082.5092 0161246 139.6981 221.6312 14.74692642554953
+1 39926U 94029AFZ 14235.89190024  .00000525  00000-0  15425-3 0   286
+2 39926 081.8426 278.2794 0327891 187.5463 298.7151 14.15335908554784
+1 39927U 94029AGA 14237.70479345  .00002061  00000-0  23565-3 0   354
+2 39927 081.8323 014.8077 0083989 034.6140 023.8867 14.83017107 40920
+1 39928U 94029AGB 14238.91962366  .00005568  00000-0  12312-2 0   485
+2 39928 081.0343 103.2572 0330950 098.3285 265.4986 14.28452462505724
+1 39929U 94029AGC 14236.42992598  .00000981  00000-0  22718-3 0   273
+2 39929 081.9508 276.2129 0309278 217.4275 203.3629 14.28927079 39333
+1 39930U 94029AGD 14236.35038852  .00005243  00000-0  54603-3 0   286
+2 39930 081.5712 252.0453 0127384 054.4838 306.8176 14.83747020452107
+1 39932U 94029AGF 14235.84084730  .00000666  00000-0  18105-3 0   222
+2 39932 081.8189 261.3972 0340378 190.8473 290.9546 14.17245902566748
+1 39935U 81053NB  14236.82797690  .00000423  00000-0  32248-3 0   329
+2 39935 082.8251 270.2509 0036013 279.1508 203.9796 13.91134573 38247
+1 39936U 81053NC  14228.43911468  .00000885  00000-0  78543-3 0    48
+2 39936 083.1488 125.4865 0073578 274.0693 085.4223 13.82616964523006
+1 39937U 81053ND  14236.06655271  .00000651  00000-0  58687-3 0   198
+2 39937 082.8905 150.3424 0073519 075.5585 342.9818 13.81296034 37859
+1 39938U 81053NE  14237.57724778  .00000850  00000-0  10165-2 0   183
+2 39938 083.0761 317.6346 0144342 310.2694 112.8774 13.61815141 37665
+1 39939U 81053NF  14235.94281838  .00000375  00000-0  37320-3 0   206
+2 39939 082.8223 110.9579 0073724 306.6690 052.7630 13.74698831512220
+1 39941U 81053NH  14236.28670309  .00000953  00000-0  92077-3 0   204
+2 39941 083.0261 092.3259 0109737 094.9011 266.4198 13.76189722537400
+1 39942U 81053NJ  14236.32428827  .00000632  00000-0  51015-3 0   162
+2 39942 083.1788 097.9196 0051128 331.5841 028.1446 13.88308456530185
+1 39943U 81053NK  14237.13171418  .00000714  00000-0  92798-3 0   292
+2 39943 083.0670 017.4347 0155021 247.8622 236.1042 13.55995805 37496
+1 39944U 81053NL  14237.78602152  .00004023  00000-0  12038-2 0   484
+2 39944 082.8383 269.5773 0021853 306.1389 053.7782 14.42579300 39875
+1 39945U 81053NM  14236.58217655  .00000196  00000-0  17846-3 0   325
+2 39945 082.9565 182.7846 0038122 240.1706 244.0485 13.78368154598105
+1 39947U 81053NP  14237.61848500  .00000686  00000-0  82143-3 0   192
+2 39947 083.0187 201.0660 0124942 203.9176 280.9202 13.62431295620126
+1 39948U 81053NQ  14236.86283686  .00000588  00000-0  78602-3 0   328
+2 39948 083.0615 076.9780 0197259 154.5554 267.1581 13.50900975564382
+1 39949U 81053NR  14236.76764041  .00000745  00000-0  63398-3 0   250
+2 39949 082.8310 036.4017 0049177 335.7234 086.7077 13.85523443437810
+1 39950U 81053NS  14237.98611002  .00000788  00000-0  80127-3 0   307
+2 39950 083.1724 331.0469 0119252 173.9831 186.2768 13.72571371492023
+1 39951U 81053NT  14237.69407530  .00001917  00000-0  13341-2 0   314
+2 39951 082.8330 008.0197 0067539 200.7879 219.9497 13.97181775653207
+1 39953U 81053NV  14233.88778729  .00000265  00000-0  35008-3 0    44
+2 39953 082.9776 291.6507 0176606 051.9874 309.6922 13.51192589459575
+1 39954U 81053NW  14228.23683195  .00001442  00000-0  80089-3 0   238
+2 39954 082.9107 320.2688 0049713 277.6699 081.8832 14.09932824 37561
+1 39955U 81053NX  14237.29687622  .00000558  00000-0  58647-3 0   258
+2 39955 083.4172 249.7420 0113543 312.0614 047.1173 13.70595624498499
+1 39956U 81053NY  14238.12182007  .00000849  00000-0  91442-3 0   308
+2 39956 083.0280 174.3330 0137199 035.7396 022.4213 13.68297032693439
+1 39957U 81053NZ  14238.56955189  .00000057  00000-0  60076-4 0   161
+2 39957 082.9199 174.0949 0038891 082.9077 277.6965 13.74117939507211
+1 39958U 81053PA  14235.41361175  .00000704  00000-0  77421-3 0   169
+2 39958 083.0263 113.9074 0085920 204.6023 278.2928 13.69297254461247
+1 39959U 81053PB  14236.24515168  .00000021  00000-0  69418-5 0   245
+2 39959 082.9609 207.1023 0037951 315.4786 102.2383 13.74892573552960
+1 39960U 81053PC  14232.76598121  .00000109  00000-0  14057-3 0   244
+2 39960 083.1523 248.7917 0237601 007.6258 352.8573 13.42939066501996
+1 39961U 81053PD  14236.57117251  .00000505  00000-0  41625-3 0   318
+2 39961 082.7785 330.0258 0058076 353.3239 067.3566 13.86562945752233
+1 39962U 81053PE  14215.36424869  .00000438  00000-0  42542-3 0   155
+2 39962 082.8187 099.9562 0076721 298.6461 060.6750 13.76286222586286
+1 39963U 81053PF  14236.74836000  .00000628  00000-0  75996-3 0   302
+2 39963 083.0075 245.1855 0136420 048.5034 072.3539 13.61036051578303
+1 39964U 81053PG  14236.56926109  .00001277  00000-0  40725-3 0   351
+2 39964 083.0946 157.2254 0052403 193.7300 284.0377 14.38322562692617
+1 39965U 81053PH  14235.35143759  .00000374  00000-0  34544-3 0   315
+2 39965 082.9661 233.8340 0042892 282.1804 144.7145 13.79717381614531
+1 39966U 81053PJ  14239.11427347  .00001054  00000-0  81556-3 0   391
+2 39966 082.7151 178.7319 0042956 163.4578 196.8474 13.92300212680483
+1 39967U 81053PK  14237.34051076  .00000767  00000-0  60932-3 0   303
+2 39967 082.9254 086.5417 0032548 327.7354 156.6752 13.89829629 38415
+1 39969U 87068CV  14230.99703824  .00001813  00000-0  96809-3 0   187
+2 39969 082.5150 323.1137 0018308 146.0541 337.7150 14.12719584584757
+1 39970U 87068CW  14238.08759734  .00001264  00000-0  78796-3 0   295
+2 39970 082.5430 021.0343 0013850 305.7670 054.1680 14.04120447521706
+1 39971U 87068CX  14236.44970145  .00000572  00000-0  51607-3 0   221
+2 39971 082.4633 126.0162 0063489 293.1312 187.4538 13.81557281621305
+1 39972U 87068CY  14236.86717830  .00000257  00000-0  20706-3 0   314
+2 39972 082.4911 076.9354 0020299 002.2381 056.9694 13.86974696578041
+1 39973U 87068CZ  14237.15168592  .00001439  00000-0  56736-3 0   318
+2 39973 083.0380 163.8787 0025281 193.6720 166.3785 14.28376409 39485
+1 39974U 87068DA  14236.15842712  .00000925  00000-0  59936-3 0   236
+2 39974 082.5440 032.1049 0008791 039.7884 085.6583 14.01738338569946
+1 39975U 87068DB  14236.23082325  .00000342  00000-0  21810-3 0   347
+2 39975 082.5968 060.5203 0103358 325.4570 156.2283 13.98677530 38440
+1 39976U 87068DC  14238.21556272  .00000663  00000-0  47875-3 0   227
+2 39976 082.5505 065.9710 0011101 136.1137 223.8489 13.95303038529899
+1 39977U 87068DD  14239.16112926  .00004350  00000-0  15610-2 0   405
+2 39977 082.4613 203.6829 0021870 242.0353 117.9092 14.33811165 39811
+1 39978U 87068DE  14239.12423196  .00000551  00000-0  44717-3 0   349
+2 39978 082.4137 021.9470 0049127 017.3079 343.0210 13.89469155541101
+1 39979U 87068DF  14234.50743176  .00003328  00000-0  16233-2 0   313
+2 39979 082.5375 303.2852 0036024 091.6667 327.0042 14.17495348 38827
+1 39980U 87068DG  14238.10366799  .00016000  00000-0  38015-2 0   354
+2 39980 082.5133 175.0998 0018932 020.5592 339.6364 14.53708888 33392
+1 39981U 87068DH  14232.36144484  .00000403  00000-0  31472-3 0   139
+2 39981 082.5556 101.3620 0008044 243.5855 116.4737 13.89970002472577
+1 39982U 87068DJ  14236.34317193  .00000114  00000-0  83288-4 0   302
+2 39982 082.5448 093.6799 0016562 202.7341 280.8461 13.88066013609219
+1 39983U 87068DK  14220.11787190  .00001436  00000-0  78372-3 0   180
+2 39983 082.1585 136.6711 0086408 305.2972 120.2175 14.09691915589658
+1 39984U 87068DL  14236.09404808  .00001569  00000-0  85043-3 0   266
+2 39984 082.8425 167.0469 0017765 080.6976 334.6421 14.11834447 38730
+1 39985U 87068DM  14219.83512698  .00000725  00000-0  48780-3 0    65
+2 39985 082.5264 049.6538 0013885 139.9587 220.4003 13.99367670575408
+1 39988U 08011DM  14239.23544984 -.00000274  00000-0  10000-3 0  1030
+2 39988 049.0422 248.2421 5651135 195.3292 135.8564 02.86444740 32871
+1 39993U 08011DS  14236.75851406 -.00000017  00000-0  00000+0 0   118
+2 39993 051.1606 081.9670 6362635 298.0978 021.4385 03.17670861 31397
+1 39999U 02040F   14217.57031776 -.00000207  00000-0  10000-3 0    92
+2 39999 007.9645 045.7060 0088223 021.5335 338.9214 01.01972784 12648
+1 40000U 04042D   14230.10607143  .00000100  00000-0  00000+0 0   155
+2 40000 007.5977 050.9165 0063390 317.0308 042.6723 01.00244705 20087
+1 40001U 14032A   14238.25320072  .00000030  00000-0  00000+0 0   661
+2 40001 064.7953 099.6077 0006161 194.0613 296.8046 02.13103341  1540
+1 40002U 14032B   14237.02276658  .00000029  00000-0  00000+0 0   361
+2 40002 064.8172 099.6572 0082997 121.5715 239.3394 02.09162873  1496
+1 40010U 14033A   14238.30757881  .00000308  00000-0  45806-4 0  2152
+2 40010 097.9786 132.7275 0019301 018.8611 341.3298 14.81747656  9995
+1 40011U 14033B   14238.34979781  .00000710  00000-0  10185-3 0  2093
+2 40011 097.9776 132.4989 0028287 002.1542 357.9781 14.79358108  9982
+1 40012U 14033C   14238.30256298  .00000955  00000-0  15762-3 0  2122
+2 40012 097.9708 131.5749 0061338 345.8602 014.0894 14.71506971  9925
+1 40013U 14033D   14238.89394955 -.00000366  00000-0  00000+0 0  2166
+2 40013 097.9653 133.8395 0027613 066.3272 294.1531 14.86363028 10104
+1 40014U 14033E   14238.33642306  .00001184  00000-0  12268-3 0  2095
+2 40014 097.9867 133.8561 0035683 119.7143 240.7654 14.91550103 10069
+1 40015U 14033F   14238.25984873  .00000618  00000-0  94370-4 0  2079
+2 40015 097.9750 132.1347 0038600 353.6164 006.4548 14.76878857  9967
+1 40016U 14033G   14238.30884035  .00000316  00000-0  54626-4 0  2092
+2 40016 097.9720 131.8956 0049753 348.8772 011.1334 14.74300265  9955
+1 40017U 14033H   14238.30209674  .00001331  00000-0  14555-3 0  2110
+2 40017 097.9836 133.5691 0026707 110.4680 249.9394 14.89343447 10048
+1 40018U 14033J   14238.27666968  .00000251  00000-0  49697-4 0  2026
+2 40018 097.9680 131.2844 0072855 345.2220 014.6828 14.69064751  9812
+1 40019U 14033K   14238.27145060  .00000267  00000-0  54884-4 0  2034
+2 40019 097.9669 130.9672 0085742 344.1888 015.6610 14.66207756  9846
+1 40020U 14033L   14238.24094778  .00000411  00000-0  80744-4 0  2004
+2 40020 097.9654 130.8432 0089302 344.2648 015.5749 14.65397945  9779
+1 40021U 14033M   14238.27583193  .00001520  00000-0  18213-3 0  1969
+2 40021 097.9750 133.0636 0016086 073.1733 287.1295 14.85499687  9984
+1 40022U 14033N   14238.27783130  .00000984  00000-0  12039-3 0  1955
+2 40022 097.9761 133.0601 0015614 069.2402 291.0468 14.85418435  9971
+1 40023U 14033P   14238.34394825  .00001467  00000-0  17608-3 0  1856
+2 40023 097.9808 133.1536 0015283 070.4167 289.8693 14.85479171  9997
+1 40024U 14033Q   14238.28025587  .00001382  00000-0  16666-3 0  1899
+2 40024 097.9773 133.0468 0014953 068.2673 292.0144 14.85389951  9984
+1 40025U 14033R   14238.28133631  .00001173  00000-0  14260-3 0  1919
+2 40025 097.9772 133.0465 0014924 069.9406 290.3413 14.85350232  9992
+1 40026U 14033S   14239.15695432  .00001474  00000-0  17111-3 0  1922
+2 40026 097.9807 133.9692 0014168 067.1676 293.1547 14.85383122 10122
+1 40027U 14033T   14238.21644735  .00000903  00000-0  11147-3 0  1917
+2 40027 097.9820 133.0154 0015052 068.1083 292.1738 14.85287264  9981
+1 40028U 14033U   14238.35595464  .00001176  00000-0  14345-3 0  2004
+2 40028 097.9785 133.1317 0016648 067.7011 292.5963 14.85189518  9990
+1 40029U 14033V   14238.22952510  .00003124  00000-0  37162-3 0  1949
+2 40029 097.9814 132.9974 0016826 061.5508 298.7468 14.85019408  9977
+1 40030U 14033W   14238.29799647  .00001168  00000-0  14333-3 0  1860
+2 40030 097.9734 133.0132 0014342 064.1669 296.1015 14.84982273  9996
+1 40031U 14033X   14238.22477305  .00000934  00000-0  11509-3 0  1916
+2 40031 097.9821 133.0050 0016695 063.2333 297.0590 14.85243474  9963
+1 40032U 14033Y   14238.23158069  .00001184  00000-0  14527-3 0  1945
+2 40032 097.9762 132.9528 0014197 062.9057 297.3627 14.84961446  9981
+1 40033U 14033Z   14238.23234384  .00001562  00000-0  18953-3 0  1836
+2 40033 097.9828 133.0028 0015380 061.9475 298.3332 14.84959057  9989
+1 40034U 14033AA  14238.24390377  .00001084  00000-0  17864-3 0  1900
+2 40034 097.9732 131.5135 0061829 344.9208 015.0175 14.71309660  9909
+1 40035U 14033AB  14238.23376087  .00001604  00000-0  19426-3 0  1894
+2 40035 097.9807 133.0111 0014305 060.1132 300.1569 14.84995482  9973
+1 40036U 14033AC  14238.23834714  .00000940  00000-0  11698-3 0  1964
+2 40036 097.9817 133.0133 0014764 060.2668 300.0015 14.84820816  9987
+1 40037U 14033AD  14238.30729396  .00000656  00000-0  83784-4 0  1962
+2 40037 097.9801 133.0526 0016306 060.6022 299.6828 14.84737643  9989
+1 40038U 14033AE  14238.24591252  .00004483  00000-0  53268-3 0  1970
+2 40038 097.9791 132.9914 0017117 058.2046 302.0831 14.84842332  9971
+1 40039U 14033AF  14238.25566542  .00000547  00000-0  71529-4 0  1985
+2 40039 097.9800 132.9784 0016226 057.3398 302.9372 14.84388472  9988
+1 40040U 14033AG  14238.25151581  .00003614  00000-0  43260-3 0  1898
+2 40040 097.9844 132.9976 0016197 053.5547 306.7197 14.84674571  9976
+1 40041U 14033AH  14238.24854949  .00004302  00000-0  51234-3 0  1969
+2 40041 097.9837 133.0011 0015876 053.9646 306.3085 14.84786195  9976
+1 40042U 14033AJ  14238.26174739  .00001501  00000-0  18506-3 0  1967
+2 40042 097.9836 132.9805 0017503 055.1147 305.1701 14.84315021  9972
+1 40043U 14033AK  14238.26900891  .00000763  00000-0  12539-3 0  1974
+2 40043 097.9717 131.6173 0062723 348.5665 011.4120 14.72240692  9760
+1 40044U 14033AL  14238.27301352  .00000681  00000-0  11314-3 0  1949
+2 40044 097.9708 131.6147 0061683 348.8440 011.1401 14.72147944  9776
+1 40045U 14033AM  14238.24017837  .00001212  00000-0  19821-3 0  1929
+2 40045 097.9753 131.5206 0062050 345.3032 014.6378 14.71405816  9629
+1 40046U 14033AN  14238.24130120  .00001333  00000-0  21732-3 0  1895
+2 40046 097.9709 131.5156 0061532 345.2861 014.6552 14.71389510  9758
+1 40047U 14033AP  14238.17698851 -.00000065  00000-0 -11858-4 0   383
+2 40047 097.8908 120.2720 0570886 009.5070 351.6362 13.61231762  9161
+1 40048U 14033AQ  14238.72260617  .00009989  00000-0  88833-3 0   838
+2 40048 097.9906 134.6308 0047020 123.4767 237.1461 14.95265344 10149
+1 40049U 14033AR  14238.23399153  .00001000  00000-0  12386-3 0   660
+2 40049 097.9829 133.0044 0014959 061.6012 298.6707 14.84893541  9849
+1 40051U 98067ER  14237.64137348  .00078324  00000-0  98253-3 0  1135
+2 40051 051.6493 113.1314 0003103 111.4092 248.7057 15.59033505 10391
+1 40052U 07029Q   14237.84420888  .00084619  00000-0  76372-1 0   151
+2 40052 071.0532 064.2584 0353874 023.9855 337.6521 13.58492391  8350
+1 40053U 14034A   14238.38875693 -.00000046  00000-0  00000+0 0  1982
+2 40053 098.1993 304.9415 0001407 077.8069 282.3295 14.58559192  8343
+1 40054U 14034B   14238.21211114 -.00000053  00000-0  00000+0 0  1367
+2 40054 098.2519 306.2833 0016393 085.4000 274.9321 14.73167529  8396
+1 40055U 14034C   14238.20127815  .00000766  00000-0  12615-3 0  1764
+2 40055 098.2528 306.3257 0015870 091.6662 268.6365 14.73409761  8395
+1 40056U 14034D   14238.26914240  .00007629  00000-0  11812-2 0  1365
+2 40056 098.2532 306.3963 0016433 094.5518 265.7543 14.73411070  8407
+1 40057U 14034E   14238.31300355  .00001199  00000-0  18990-3 0  1864
+2 40057 098.2485 306.4683 0013376 099.3840 260.8908 14.74070444  8418
+1 40058U 14034F   14237.30458651 -.00000055  00000-0  00000+0 0   898
+2 40058 098.1864 305.2001 0022699 165.5327 194.6573 14.77331680  8242
+1 40059U 14035A   14239.12075874 -.00002075  00000-0  00000+0 0   584
+2 40059 098.2039 179.2818 0001697 094.6426 265.5461 14.57085879  8125
+1 40060U 14035B   14239.06843863  .00000071  00000-0  10000-3 0   207
+2 40060 098.1726 133.2875 3067222 128.3255 263.5517 06.11237815  3402
+1 40061U 14036A   14238.19917778  .00000010  00000-0  00000+0 0  1758
+2 40061 082.5111 106.3321 0025168 185.8613 174.2177 12.43904873  6669
+1 40062U 14036B   14238.21747377  .00000010  00000-0  00000+0 0  1646
+2 40062 082.5114 106.3233 0019752 195.7030 164.3433 12.42526587  6666
+1 40063U 14036C   14238.19620834  .00000010  00000-0  00000+0 0  1608
+2 40063 082.5132 106.3066 0020889 183.4869 176.6066 12.42874634  6665
+1 40064U 14036D   14236.58057697  .00000013  00000-0  00000+0 0   502
+2 40064 082.5071 105.1652 0226754 150.4121 211.0032 12.81698250  6668
+1 40065U 09021G   14238.26372736  .00060262  00000-0  24393-2 0   711
+2 40065 097.2571 311.5289 0017351 356.5067 003.6099 15.24327512  8171
+1 40066U 09021H   14237.47755154  .00122044  00000-0  43593-2 0   825
+2 40066 097.2663 311.0092 0011721 005.7908 354.3673 15.28271203  8086
+1 40067U 09021J   14237.49459147  .00124994  00000-0  45356-2 0   860
+2 40067 097.2854 311.1072 0011037 012.5954 347.5672 15.27745823  8081
+1 40068U 09021K   14238.18852823  .00031962  00000-0  14005-2 0   427
+2 40068 097.2857 311.6267 0025880 330.4949 029.6314 15.21632749  7562
+1 40069U 14037A   14238.25677155 -.00000029  00000-0  71427-5 0  1417
+2 40069 098.8021 289.9236 0004605 300.6016 059.4718 14.20570821  6896
+1 40070U 14037B   14238.26356014  .00000134  00000-0  41011-4 0  1600
+2 40070 098.3752 289.7104 0140233 074.2175 287.4443 14.51351577  7049
+1 40071U 14037C   14238.28724582  .00000524  00000-0  77675-4 0  1576
+2 40071 098.3992 292.0867 0010121 101.5716 258.6639 14.79548552  7178
+1 40072U 14037D   14238.27674450  .00000410  00000-0  62000-4 0  1552
+2 40072 098.3979 292.0945 0007915 099.3953 260.8165 14.79862803  7172
+1 40073U 14037E   14238.27019184  .00000176  00000-0  30861-4 0  1537
+2 40073 098.3985 292.1108 0007284 102.7270 257.4779 14.80051466  7172
+1 40074U 14037F   14238.25854098  .00001175  00000-0  16121-3 0  1595
+2 40074 098.3989 292.1305 0006596 110.2659 249.9271 14.80453128  7170
+1 40075U 14037G   14238.32658606  .00000667  00000-0  94795-4 0  1590
+2 40075 098.3985 292.1982 0007445 120.1526 240.0429 14.80416194  7185
+1 40076U 14037H   14238.39394196 -.00002547  00000-0 -32639-3 0  1565
+2 40076 098.3928 292.2231 0007035 114.3134 245.8859 14.80354169  7190
+1 40078U 14037K   14237.15949641  .00000266  00000-0  70102-4 0   944
+2 40078 098.3789 288.6092 0140016 077.4276 284.2535 14.51388977  6889
+1 40079U 14038A   14236.12419881 -.00000032  00000-0  10000-3 0   155
+2 40079 000.0345 345.0690 0002450 218.6346 156.2841 05.00116854  2225
+1 40080U 14038B   14233.75000000 -.00000035  00000-0  00000+0 0    60
+2 40080 000.0342 352.7008 0002240 170.0661 061.1929 05.00117366  2129
+1 40081U 14038C   14237.19036009 -.00000030  00000-0  00000+0 0    77
+2 40081 000.0343 324.1149 0003086 232.6283 163.2754 05.00117484  2293
+1 40082U 14038D   14233.75000000 -.00000035  00000-0  00000+0 0   130
+2 40082 000.0326 354.9777 0003644 165.2742 303.8439 05.00117179  2107
+1 40083U 14038E   14237.29501161 -.00000026  00000-0  00000+0 0   127
+2 40083 000.0940 103.7809 0012142 060.6274 195.6274 05.21128383  2349
+1 40084U 14039A   14229.29024689  .00007029  00000-0  10177-3 0   427
+2 40084 051.6505 156.7720 0015258 348.8275 161.1117 15.57018267  5371
+1 40086U 14040A   14237.38779706  .00000406  00000-0  10665-3 0   533
+2 40086 047.0043 212.6262 0084735 241.7226 117.5090 14.64584989  6120
+1 40087U 14040B   14239.16262313  .00000421  00000-0  74323-4 0   576
+2 40087 047.0041 204.1773 0085418 249.7306 109.4866 14.64549663  6387
+1 40088U 14040C   14237.73160716  .00000340  00000-0  95157-4 0   547
+2 40088 047.0063 211.0194 0085099 243.4211 115.7962 14.64490929  6160
+1 40089U 14040D   14238.14377443  .00000164  00000-0  64200-4 0   416
+2 40089 047.0076 209.0742 0085640 245.2771 113.9160 14.64222746  6221
+1 40090U 14040E   14237.80434962  .00000449  00000-0  11520-3 0   434
+2 40090 047.0062 210.7189 0085944 243.6320 115.5778 14.64163184  6178
+1 40091U 14040F   14238.14824327  .00000353  00000-0  98552-4 0   481
+2 40091 047.0082 209.1085 0086295 244.9524 114.2358 14.63919989  6225
+1 40092U 11043G   14238.22722096  .00113718  00000-0  77671-1 0   421
+2 40092 099.3670 249.1181 0091322 051.9811 308.9824 13.96938989  5812
+1 40093U 11043H   14232.25779741  .00050113  00000-0  38098-1 0   315
+2 40093 099.3964 243.2899 0021643 261.4490 098.1861 13.93267682  4977
+1 40094U 11043J   14238.00335742  .00085203  00000-0  64546-1 0   577
+2 40094 099.3214 248.0188 0182479 132.0298 229.8295 13.85818018  5885
+1 40095U 14041A   14238.53484788  .00100418  00000-0  42415-3 0  1246
+2 40095 064.8778 152.4586 0207950 048.4679 313.4682 15.59353694  6016
+1 40096U 14041B   14238.59454076  .00186440  00000-0  69149-3 0   588
+2 40096 064.8889 151.8237 0189794 047.7850 313.9811 15.65013861  6031
+1 40103U 14044A   14224.50651772  .00004711  00000-0  88426-4 0   454
+2 40103 051.6467 180.4080 0006852 002.1761 104.8243 15.50662829  2118
+1 40104U 98067ES  14236.13274303  .03878113  25560-1  46728-2 0   303
+2 40104 051.6211 115.0130 0015698 221.1777 138.8237 16.10574236  3936
+1 40105U 14045A   14236.18781704  .00000022  00000-0  00000+0 0   158
+2 40105 054.9956 261.2900 0005040 226.2180 133.8016 01.97404421   431
+1 40106U 14045B   14238.50867128 -.00000017  00000-0  10000-3 0   208
+2 40106 055.3139 260.2982 0232400 287.8447 069.6920 01.90830423   461
+1 40107U 14046A   14237.90251823 -.00000348  00000-0  00000+0 0   204
+2 40107 000.0489 276.2446 0000820 275.1506 212.8688 01.00269313   259
+1 40108U 14046B   14237.13700093  .00026383 -45163-6  12175-2 0   197
+2 40108 024.2652 256.1777 7296766 193.1989 124.4662 02.29693762   454
+1 40109U 14047A   14239.19887012 -.00000092  00000-0  10000-3 0   600
+2 40109 063.4002 305.1400 0008181 347.7744 012.3580 13.53267144  2566
+1 40110U 14047B   14239.21485715 -.00000090  00000-0  10000-3 0   573
+2 40110 063.4005 305.6418 0004858 022.3055 337.8672 13.45107550  2712
+1 40111U 14047C   14239.21466955 -.00000090  00000-0  10000-3 0   557
+2 40111 063.4001 305.6414 0005149 019.4439 340.7273 13.45107724815515
+1 40112U 14047D   14238.23308128 -.00000087  00000-0  96841-5 0   168
+2 40112 063.4554 306.4026 0141674 022.6804 338.0413 13.69283636  2329
+1 40113U 14047E   14234.53537348 -.00000090  00000-0  00000+0 0   177
+2 40113 063.4048 317.6809 0012763 039.3981 320.7972 13.43904392  1786
+1 40114U 14047F   14231.56185790 -.00000090  00000-0  00000+0 0   145
+2 40114 063.4052 325.3194 0010237 041.3772 318.8026 13.43527561  1394
+1 40115U 14048A   14238.41588696 -.00000055  00000-0  00000+0 0   488
+2 40115 097.9881 308.4033 0001401 051.7727 308.3619 14.85038825  1871
+1 40117U 98067ET  14239.05477907  .00000004  00000-0  70179-7 0   368
+2 40117 051.6439 108.3107 0004035 065.5036 294.6904 15.50770332  1299
+1 40118U 14049A   14238.40596028 -.00000054  00000-0  00000+0 0   321
+2 40118 098.0240 309.7146 0011131 205.4731 154.5936 14.80535936  1073
+1 40119U 14049B   14237.99713942 -.00000055  00000-0  00000+0 0   164
+2 40119 098.0218 309.3101 0017918 187.0001 173.1019 14.82493723  1012
+1 40120U 14049C   14238.58020576  .00011313  00000-0  24365-3 0    67
+2 40120 098.1196 310.5771 0188221 346.0040 013.6536 15.27852027  1055
+1 40121U 08046S   14238.44922278  .00010349  00000-0  22374-3 0   115
+2 40121 098.1209 310.4381 0187593 346.2976 013.3723 15.27845639   626
+1 40122U 98067EU  14238.23138955  .00027294  00000-0  46572-3 0   210
+2 40122 051.6462 112.3575 0005085 094.5650 356.1430 15.51114276 36741
+1 40123U 98067EV  14238.23133399  .00026762  00000-0  45614-3 0   213
+2 40123 051.6470 112.3583 0005132 099.7144 351.7272 15.51156359 36741
+1 40124U 98067EW  14239.11767134  .00031070  00000-0  52300-3 0   254
+2 40124 051.6443 107.9797 0001647 083.0492 277.1203 15.51075744 54910
+1 40125U 98067EX  14238.60200672  .00005440  00000-0  91522-4 0   248
+2 40125 051.6444 110.5346 0001542 082.3717 277.7971 15.51091078 36835
+1 40126U 98067EY  14239.05328008  .00081584  00000-0  13632-2 0   329
+2 40126 051.6496 108.2858 0000681 061.4547 299.0210 15.51284608 36923
+1 40127U 98067EZ  14239.05353817  .00014604  00000-0  24612-3 0   247
+2 40127 051.6444 108.3025 0005244 087.5675 272.6435 15.51028169 36929
+1 40128U 14050A   14237.55743343 -.00000020  00000-0  00000+0 0    90
+2 40128 049.6939 087.4701 2327482 024.6222 209.7200 02.04744871    52
+1 40129U 14050B   14238.71435098 -.00000026  00000-0  10000-3 0    63
+2 40129 049.6892 087.4318 2330606 024.8323 344.9459 02.04924183    88
+1 40130U 14050C   14235.78612850 -.00000025  00000-0  00000+0 0    55
+2 40130 049.7076 087.5770 2323095 024.6378 345.0419 02.05024164    23
+1 40131U 98067FA  14239.11756755  .00039722  00000-0  66185-3 0   112
+2 40131 051.6455 107.9813 0006359 085.3829 274.8405 15.51338937   830
+1 40132U 98067FB  14238.17827451  .00025762  00000-0  44079-3 0   117
+2 40132 051.6453 112.6392 0006745 083.8949 064.8605 15.51060624   653
+1 40133U 98067FC  14239.11929272  .00000014  00000-0  23528-6 0   186
+2 40133 051.6462 107.9934 0007130 072.3416 287.8880 15.51049285 37094
+1 40134U 98067FD  14238.23525525  .00026270  00000-0  44995-3 0   104
+2 40134 051.6475 112.3717 0007439 076.5804 024.3937 15.51014081 36965
diff --git a/data/TLE_20160119.txt b/data/TLE_20160119.txt
new file mode 100644
index 0000000..9c38ce9
--- /dev/null
+++ b/data/TLE_20160119.txt
@@ -0,0 +1,46047 @@
+0 VANGUARD 1
+1     5U 58002B   16016.46598842 +.00000156 +00000-0 +17814-3 0  9996
+2     5 034.2565 159.5399 1848289 290.3856 050.8247 10.84730586029971
+0 VANGUARD 2
+1 00011U 59001A   16017.87281776  .00000143  00000-0  69969-4 0  9999
+2 00011  32.8698 347.7953 1469517 150.9808 218.1150 11.85234209425309
+0 VANGUARD R/B
+1 00012U 59001B   16017.92534535  .00000182  00000-0  85271-4 0  9997
+2 00012  32.9078 231.5306 1668641 240.0006 102.4708 11.43964234337819
+0 VANGUARD R/B
+1 00016U 58002A   16017.42803539  .00000255  00000-0  32358-3 0  9997
+2 00016  34.2776 132.0070 2029565 276.8308  60.6954 10.48636135289471
+0 VANGUARD 3
+1 00020U 59007A   16016.84739019  .00000210  00000-0  84348-4 0  9992
+2 00020  33.3441 168.5812 1669454 349.9652   7.1160 11.55128986 43947
+0 EXPLORER 7
+1 00022U 59009A   16018.20052624  .00002055  00000-0  18215-3 0  9996
+2 00022  50.2846  97.9157 0145124 226.2409 132.6452 14.93063111984217
+0 TIROS 1
+1 00029U 60002B   16018.16370064  .00000060  00000-0  40161-4 0  9994
+2 00029  48.3809 355.8368 0024086 177.7464 182.3560 14.73987787980776
+0 TRANSIT 2A
+1 00045U 60007A   16017.89680583  .00000152  00000-0  65626-4 0  9991
+2 00045  66.6960 309.8030 0250627  48.1322 314.0868 14.33445571891565
+0 SOLRAD 1 (GREB)
+1 00046U 60007B   16017.58046589  .00000481  00000-0  11699-3 0  9995
+2 00046  66.6909  83.2178 0218532 253.7429 103.9540 14.48776175905411
+0 THOR ABLESTAR R/B
+1 00047U 60007C   16017.53162744  .00000042  00000-0  34579-4 0  9999
+2 00047  66.6659 146.8881 0223655  41.6228 320.1658 14.41763749902588
+0 DELTA 1 R/B
+1    50U 60009B   16016.62081335 -.00000097 +00000-0 -11131-3 0  9990
+2    50 047.2324 090.0032 0114320 196.2348 163.4763 12.20095851473183
+0 ECHO 1 DEB (METAL OBJ)
+1 00051U 60009C   16018.12989771 -.00000044  00000-0  40946-3 0  9996
+2 00051  47.2135 295.5090 0106687  48.2341 312.7508 12.18262170467520
+0 ECHO 1 DEB (METAL OBJ)
+1 00053U 60009E   16016.83720061 -.00000085  00000-0  00000+0 0  9997
+2 00053  47.2740 194.8216 0097890 354.3364   5.6312 12.17181712472029
+0 COURIER 1B
+1 00058U 60013A   16018.17566309  .00000103  00000-0  31396-4 0  9996
+2 00058  28.3290 354.0149 0165047  41.2877 320.0020 13.46299246721718
+0 THOR ABLESTAR R/B
+1    59U 60013B   16016.94010491 +.00000114 +00000-0 +38854-4 0  9994
+2    59 028.2463 226.2149 0189140 063.9156 298.0726 13.52933239727921
+0 SCOUT X-1 R/B
+1    82U 61004B   16016.48371519 +.00000042 +00000-0 +62214-4 0  9998
+2    82 038.8596 052.5252 1168852 216.2551 135.3125 12.25734445609737
+0 SCOUT X-1 DEB
+1 00085U 61004C   16018.12443227  .00002506  00000-0  56417-3 0  9994
+2 00085  38.7777 294.3017 0418444 237.8465 118.1032 14.14770945702108
+0 EXPLORER 11
+1 00107U 61013A   16017.84256642  .00001527  00000-0  18988-3 0  9993
+2 00107  28.7869 281.9344 0552322 119.3387 246.3502 14.07603354738230
+0 THOR ABLE DEB (YO)
+1 00115U 60002D   16017.45088164  .00000611  00000-0  10181-3 0  9998
+2 00115  48.1672 105.9772 0035308 342.4353  17.5336 14.82566105973531
+0 TRANSIT 4A
+1 00116U 61015A   16017.86292567 -.00000017  00000-0  46338-4 0  9998
+2 00116  66.8081 190.0898 0070309  56.1701 304.6045 13.91671225767912
+0 SOLRAD 3/INJUN 1
+1 00117U 61015B   16017.22701455 -.00000037  00000-0  31221-4 0  9997
+2 00117  66.8127 274.5053 0071343  76.3373 284.5636 13.89782993765858
+0 THOR ABLESTAR R/B
+1 00118U 61015C   16016.97329664  .00000048  00000-0  81538-4 0  9994
+2 00118  66.7627 176.4488 0076986  66.8355 294.0816 14.01481927783435
+0 THOR ABLESTAR DEB
+1 00119U 61015D   16017.49483969  .00000374  00000-0  19396-3 0  9996
+2 00119  66.7285 151.0174 0100031 130.1080 230.8836 14.22694478817186
+0 THOR ABLESTAR DEB
+1 00120U 61015E   16017.13530518  .00000295  00000-0  15101-3 0  9994
+2 00120  66.7050 238.6756 0122656 228.4677 130.5847 14.24629252806340
+0 THOR ABLESTAR DEB
+1 00121U 61015F   16017.49713100 -.00000025  00000-0  35664-4 0  9993
+2 00121  66.7481 129.9922 0089325 143.7914 216.9261 13.99592776793990
+0 THOR ABLESTAR DEB
+1 00122U 61015G   16017.21266092  .00001567  00000-0  28321-3 0  9999
+2 00122  66.7512  47.1013 0079002 315.0876  44.3867 14.67370459854339
+0 THOR ABLESTAR DEB
+1   123U 61015H   16016.61235818 +.00000282 +00000-0 +11805-3 0  9997
+2   123 066.6853 076.4698 0114997 170.7872 189.5378 14.36533491832581
+0 THOR ABLESTAR DEB
+1 00124U 61015J   16017.87342181  .00000250  00000-0  12650-3 0  9993
+2 00124  66.5414 200.1241 0082679 247.4029 111.8306 14.29711811815037
+0 THOR ABLESTAR DEB
+1 00125U 61015K   16017.17170651  .00000252  00000-0  19925-3 0  9992
+2 00125  66.8765  64.7956 0079039 321.5429  38.0040 14.05127600783019
+0 THOR ABLESTAR DEB
+1 00126U 61015L   16017.20920553  .00000503  00000-0  20051-3 0  9992
+2 00126  66.7135  86.2045 0067664 178.9965 181.1285 14.35269386818165
+0 THOR ABLESTAR DEB
+1 00127U 61015M   16017.18792782  .00000646  00000-0  23644-3 0  9990
+2 00127  66.8322 294.2568 0071505  28.8221 331.6803 14.37672358818946
+0 THOR ABLESTAR DEB
+1 00128U 61015N   16017.81118185  .00000023  00000-0  66243-4 0  9992
+2 00128  66.6767 320.0928 0089789  41.9619 318.8297 14.01036612782588
+0 THOR ABLESTAR DEB
+1 00130U 61015Q   16018.20871354 -.00000024  00000-0  37154-4 0  9994
+2 00130  66.7725 314.3054 0079428  76.5190 284.4728 13.98572709780086
+0 THOR ABLESTAR DEB
+1 00131U 61015R   16017.49313422  .00000022  00000-0  66116-4 0  9999
+2 00131  66.7334 213.7089 0083800 204.0760 155.6397 14.00481223771156
+0 THOR ABLESTAR DEB
+1 00132U 61015S   16017.15053778 -.00000047  00000-0  23448-4 0  9997
+2 00132  66.6607   9.2965 0081015 238.2717 121.0448 13.94232221773809
+0 THOR ABLESTAR DEB
+1 00133U 61015T   16017.53433847  .00000141  00000-0  10696-3 0  9993
+2 00133  67.1173 107.1350 0060714 285.0906  74.3476 14.17432274794285
+0 THOR ABLESTAR DEB
+1 00134U 61015U   16016.51286650  .00000004  00000-0  57124-4 0  9995
+2 00134  66.8805  42.6353 0077088  51.6805 309.1175 13.96649284774726
+0 THOR ABLESTAR DEB
+1 00136U 61015W   16018.03426122  .00000513  00000-0  21480-3 0  9996
+2 00136  67.5297 252.9431 0054425 237.9211 121.6604 14.32501106811619
+0 THOR ABLESTAR DEB
+1 00138U 61015Y   16017.59361144  .00000312  00000-0  25717-3 0  9994
+2 00138  67.1553  70.0928 0034817 221.8148 138.0279 14.01105431769996
+0 THOR ABLESTAR DEB
+1 00141U 61015AB  16017.22498708  .00000205  00000-0  24025-3 0  9997
+2 00141  66.5900 355.6101 0055951   1.5450 358.5787 13.86400105744540
+0 THOR ABLESTAR DEB
+1   144U 61015AE  16016.58430619 +.00000085 +00000-0 +13193-3 0  9995
+2   144 066.5005 063.4378 0049952 268.0452 091.4903 13.89746039755755
+0 THOR ABLESTAR DEB
+1 00145U 61015AF  16017.18348136  .00000165  00000-0  15927-3 0  9991
+2 00145  66.9271  72.2112 0067575 220.0550 139.5541 14.00974569784060
+0 THOR ABLESTAR DEB
+1 00147U 61015AH  16017.51456785  .00000257  00000-0  16264-3 0  9997
+2 00147  66.6201 101.0763 0058483 208.6554 151.1320 14.18320126794899
+0 THOR ABLESTAR DEB
+1 00148U 61015AJ  16017.14835430  .00000262  00000-0  19935-3 0  9999
+2 00148  65.7778 330.5456 0139680  91.5998 270.1084 14.04822986224441
+0 THOR ABLESTAR DEB
+1   150U 61015AL  16016.94990591 +.00000424 +00000-0 +46950-3 0  9996
+2   150 066.2467 255.6125 0070365 298.0844 061.3122 13.80687234582924
+0 THOR ABLESTAR DEB
+1   152U 61015AN  16016.90255596 -.00000131 +00000-0 -24916-4 0  9999
+2   152 066.5945 268.1491 0161544 258.7958 099.4933 14.08858065789377
+0 THOR ABLESTAR DEB
+1 00154U 61015AQ  16018.16747833  .00000125  00000-0  12614-3 0  9993
+2 00154  66.6595 353.5505 0077495 104.1486 256.8225 14.04133226782879
+0 THOR ABLESTAR DEB
+1 00155U 61015AR  16017.49892504  .00000683  00000-0  25050-3 0  9992
+2 00155  66.8797 249.8884 0051596 320.0669  39.6644 14.37893664813365
+0 THOR ABLESTAR DEB
+1 00158U 61015AU  16016.57404117  .00000266  00000-0  82933-3 0  9992
+2 00158  67.0734  76.1523 0609263  31.2254 332.3499 12.64997650523967
+0 THOR ABLESTAR DEB
+1 00159U 61015AV  16017.37285298  .00000204  00000-0  63826-3 0  9991
+2 00159  65.5268 354.3810 0369781 168.1531 192.8495 13.01810676586057
+0 TIROS 3
+1 00162U 61017A   16017.45375911 -.00000072  00000-0  26406-4 0  9996
+2 00162  47.9007   0.0525 0044328 128.2532 232.2362 14.43902977867225
+0 MIDAS 3
+1   163U 61018A   16016.95307874 -.00000002 +00000-0 -11323-2 0  9999
+2   163 091.1724 035.5837 0100091 010.5602 349.7345 08.91832983774848
+0 DELTA 1 DEB (YO)
+1 00167U 61017D   16016.52461330  .00000193  00000-0  14773-3 0  9995
+2 00167  47.8439 194.6317 0091802  27.6238 332.9481 14.22549310823330
+0 THOR ABLESTAR DEB
+1 00172U 61015AY  16016.95544613  .00000146  00000-0  28389-3 0  9998
+2 00172  67.0665 216.5211 0138595 244.6203 114.0458 13.57004116689051
+0 THOR ABLESTAR DEB
+1   177U 61015BB  16016.94612519 +.00000078 +00000-0 +79646-4 0  9990
+2   177 066.6652 188.6281 0123662 228.9478 130.0875 14.13278551803497
+0 THOR ABLESTAR DEB
+1   178U 61015BC  16016.88439000 -.00000015 +00000-0 +46848-4 0  9996
+2   178 066.8665 290.9188 0080893 191.8302 168.0880 13.92227762767589
+0 MIDAS 3 DEB
+1 00188U 61018C   16018.04699375  .00000045  00000-0  15217-1 0  9998
+2 00188  91.1730  38.1150 0111920 245.9514 112.9614  8.93794736778701
+0 MIDAS 4
+1   192U 61028A   16016.83819956 +.00000012 +00000-0 +67026-2 0  9998
+2   192 095.8479 143.4220 0139934 090.9480 270.7408 08.67758628718158
+0 MIDAS 4 DEB
+1   194U 61028C   16016.58538937 +.00000052 +00000-0 +23581-1 0  9990
+2   194 095.8296 162.7663 0357029 335.0816 023.3172 08.70022514722354
+0 MIDAS 4 DEB
+1 00195U 61028D   16016.74916911 -.00000002  00000-0  57048-3 0  9994
+2 00195  95.8631 127.6593 0165750 162.9003 197.7520  8.65616427714184
+0 MIDAS 3 DEB
+1 00196U 61018D   16017.52617311  .00000001  00000-0 -31911-3 0  9993
+2 00196  91.1754  34.0139 0112904 140.2370 220.6842  8.89675761770778
+0 TRANSIT 4B
+1 00202U 61031A   16017.90343485  .00000073  00000-0  61483-4 0  9992
+2 00202  32.4393 325.7806 0101248 134.2378 226.6607 13.63481086701664
+0 THOR ABLESTAR R/B
+1   204U 61031C   16016.64123370 +.00000034 +00000-0 +13486-4 0  9990
+2   204 032.4430 069.8345 0098608 160.0836 200.3672 13.64828063702925
+0 TRAAC
+1 00205U 61031B   16017.47033246  .00000038  00000-0  19328-4 0  9990
+2 00205  32.4419  86.1302 0102421 307.5537  51.5816 13.62377584700528
+0 THOR ABLESTAR DEB
+1 00210U 61015BE  16018.18809677  .00000254  00000-0  28925-3 0  9998
+2 00210  66.4588 353.0910 0045695 184.8694 175.1941 13.85371140738551
+0 THOR ABLESTAR DEB
+1   223U 61015BK  16016.91897723 -.00000025 +00000-0 +41266-4 0  9991
+2   223 066.8888 183.4053 0066033 162.3812 197.9579 13.88562523762632
+0 THOR ABLESTAR DEB
+1 00224U 61015BL  16018.18979307  .00000422  00000-0  29305-3 0  9991
+2 00224  66.7369  24.7475 0068426 201.2867 230.9074 14.07292073777256
+0 THOR ABLESTAR DEB
+1 00225U 61015BM  16017.76048664  .00000538  00000-0  22325-3 0  9991
+2 00225  66.8013 121.4645 0110069 185.6429 174.3439 14.30659051813322
+0 TIROS 4
+1 00226U 62002A   16017.15500846 -.00000056  00000-0  32257-4 0  9999
+2 00226  48.2962 277.1298 0077882  84.0449 276.9319 14.45509051838842
+0 DELTA 1 DEB (YO)
+1   227U 62002B   16016.64746057 +.00000108 +00000-0 +82793-4 0  9996
+2   227 048.1486 111.6924 0132761 263.3909 095.1858 14.37980213796578
+0 DELTA 1 DEB (YO)
+1 00228U 62002C   16017.40570980  .00001593  00000-0  14860-3 0  9990
+2 00228  48.4293 146.7889 0015895 330.9112  29.0924 14.99486705893081
+0 THOR ABLESTAR DEB
+1 00230U 61015BN  16018.20321290 -.00000016  00000-0  42870-4 0  9996
+2 00230  66.8837  28.0147 0090786  30.3850 330.2450 13.95974391775340
+0 THOR ABLESTAR DEB
+1 00232U 61015BQ  16017.15218352 -.00000017  00000-0  41906-4 0  9995
+2 00232  66.8212 269.9507 0063901 292.4495  66.9829 13.98984068775168
+0 THOR ABLESTAR DEB
+1 00233U 61015BR  16017.84200600  .00001571  00000-0  35463-3 0  9994
+2 00233  66.8508 248.9835 0035132 253.1898 106.5361 14.58659747821214
+0 THOR ABLESTAR DEB
+1 00234U 61015BS  16016.98378539  .00000086  00000-0  10569-3 0  9996
+2 00234  66.8758 244.3458 0071250   9.2849 350.9534 14.01890303778491
+0 THOR ABLESTAR DEB
+1 00235U 61015BT  16018.22686022  .00000433  00000-0  26209-3 0  9999
+2 00235  66.9553  67.9906 0171373 310.0032  48.6119 14.08201685785996
+0 THOR ABLESTAR DEB
+1 00243U 61015BY  16017.48961522  .00000354  00000-0  31325-3 0  9993
+2 00243  66.4641 172.5732 0031257 348.9863  11.0527 13.96345603752161
+0 THOR ABLESTAR DEB
+1 00244U 61015BZ  16016.98490677  .00000028  00000-0  77506-4 0  9996
+2 00244  66.8393 205.1425 0076441 267.8442  91.3884 13.94423088769031
+0 THOR ABLESTAR DEB
+1 00245U 61015CA  16017.48527381  .00000475  00000-0  29501-3 0  9993
+2 00245  66.0691  34.3197 0064292 248.3835 111.0392 14.13070864790270
+0 THOR ABLESTAR DEB
+1 00246U 61015CB  16017.39230197 -.00000026  00000-0  42365-4 0  9997
+2 00246  66.8694  16.0842 0071969 294.0334  65.3222 13.85685962 97279
+0 THOR ABLESTAR DEB
+1 00252U 61015CD  16017.53914564  .00000044  00000-0  11855-3 0  9995
+2 00252  67.0783 148.9797 0050028 114.3783 318.7718 13.75836412728304
+0 THOR ABLESTAR DEB
+1 00253U 61015CE  16018.21425567  .00001947  00000-0  44759-3 0  9994
+2 00253  66.9301  47.3981 0035433 302.7462  57.0238 14.57242100821272
+0 THOR ABLESTAR DEB
+1 00254U 61015CF  16017.73011401  .00000759  00000-0  25625-3 0  9990
+2 00254  66.7778 347.8402 0066225  74.8328 286.0088 14.41116472824901
+0 THOR ABLESTAR DEB
+1   260U 61015CG  16016.80195578 +.00000681 +00000-0 +27438-3 0  9990
+2   260 066.7708 145.7233 0045537 074.7092 285.9035 14.33360555810064
+0 THOR ABLESTAR DEB
+1 00261U 61015CH  16017.49395217  .00000046  00000-0  82764-4 0  9998
+2 00261  66.6804 171.5642 0083413  58.2539 302.6637 13.99719308779592
+0 THOR ABLESTAR DEB
+1 00262U 61015CJ  16017.87570012  .00000465  00000-0  16882-3 0  9991
+2 00262  66.4666 280.8869 0081745 199.4990 160.2981 14.40395639809438
+0 THOR ABLESTAR DEB
+1   263U 61015CK  16016.84140666 +.00000413 +00000-0 +15296-3 0  9997
+2   263 066.5311 257.3102 0102818 056.8111 060.9015 14.39412631834973
+0 THOR ABLESTAR DEB
+1 00264U 61015CL  16018.09911191  .00000798  00000-0  36994-3 0  9990
+2 00264  66.5285 159.9424 0020850 127.8593 232.4392 14.25869690790573
+0 THOR ABLESTAR DEB
+1   268U 61015CN  16016.96746863 +.00001099 +00000-0 +34747-2 0  9998
+2   268 067.9394 336.1916 0651283 009.0155 044.7521 12.49962397477564
+0 MIDAS 5 (STRONGBACK)
+1   271U 62010A   16016.82658407 +.00000000 +00000-0 -82726-3 0  9992
+2   271 086.6673 149.2594 0327753 021.5661 339.8697 09.41304688847782
+0 MIDAS 5 DEB
+1 00273U 62010C   16017.32135139  .00000042  00000-0  75743-2 0  9997
+2 00273  86.6628 133.5945 0329242 237.4611 119.4089  9.43800239852742
+0 MIDAS 5 DEB
+1 00274U 62010D   16017.39412359 -.00000012  00000-0 -35559-2 0  9997
+2 00274  86.6698 164.0346 0342027 139.7818 222.8931  9.39338615844018
+0 THOR ABLESTAR DEB
+1   299U 61015CQ  16016.68401776 +.00000024 +00000-0 +97214-4 0  9999
+2   299 067.1666 204.1645 0197770 237.5174 120.6644 13.67604391708666
+0 TIROS 5
+1 00309U 62025A   16017.72130774 -.00000017  00000-0  33537-4 0  9997
+2 00309  58.0910  93.3726 0200311  86.4461 275.9451 14.56499782827334
+0 DELTA 1 DEB (YO)
+1 00312U 62025C   16016.96445637  .00000233  00000-0  78361-4 0  9996
+2 00312  58.2483 163.5095 0206832 301.0148  57.0711 14.53763392805372
+0 THOR ABLESTAR DEB
+1 00318U 61015CU  16017.59045643  .00002197  00000-0  27277-3 0  9993
+2 00318  66.5358  59.6528 0072934   9.1068 351.1358 14.83000496867621
+0 THOR ABLESTAR DEB
+1   320U 61015CW  16016.84306843 +.00000100 +00000-0 +69075-4 0  9990
+2   320 066.9057 158.6137 0133314 049.9066 311.3628 14.26887407825321
+0 THOR ABLESTAR DEB
+1 00323U 61015CZ  16017.22437965  .00000454  00000-0  27974-3 0  9999
+2 00323  66.8409  13.6192 0079085 349.6573  10.2886 14.12669978791253
+0 THOR ABLESTAR DEB
+1 00324U 61015DA  16017.86289341  .00000312  00000-0  21750-3 0  9992
+2 00324  66.8658 245.9873 0074802 302.0174  57.3662 14.09728170786982
+0 THOR ABLESTAR DEB
+1   325U 61015DB  16016.53753346 +.00000507 +00000-0 +28508-3 0  9991
+2   325 066.9166 074.1284 0059065 018.4034 341.9177 14.17463336793310
+0 THOR ABLESTAR DEB
+1 00327U 61015DD  16018.16163698 -.00000003  00000-0  58695-4 0  9992
+2 00327  66.5433  37.8822 0107023  69.9289 291.3268 13.89462535758712
+0 THOR ABLESTAR DEB
+1 00329U 61015DF  16016.72092889  .00000098  00000-0  20036-3 0  9997
+2 00329  66.7810 281.3369 0115602   1.5184  29.8610 13.65024071711082
+0 THOR ABLESTAR DEB
+1 00330U 61015DG  16017.83820732  .00000375  00000-0  29592-3 0  9992
+2 00330  66.9820 353.0455 0047025  82.9721 277.6710 14.01534028763612
+0 THOR ABLESTAR DEB
+1 00333U 61015DK  16016.86171637  .00001220  00000-0  29418-3 0  9997
+2 00333  66.7133 180.9981 0061412 309.6452  49.9250 14.55685387833236
+0 THOR ABLESTAR DEB
+1 00334U 61015DL  16017.53519133 -.00000023  00000-0  40726-4 0  9997
+2 00334  66.9245  72.7449 0083220 327.5013  32.0957 13.91166195767359
+0 THOR ABLESTAR DEB
+1 00335U 61015DM  16017.40675407  .00000265  00000-0  17330-3 0  9992
+2 00335  66.8430 113.9624 0035365 101.5507 258.9559 14.16369381788296
+0 THOR ABLESTAR DEB
+1 00336U 61015DN  16018.17665069  .00000016  00000-0  99001-4 0  9991
+2 00336  67.0306  53.0888 0081677 332.3894  86.8176 13.68242268719352
+0 THOR ABLESTAR DEB
+1 00337U 61015DP  16017.85960386  .00000272  00000-0  35250-3 0  9995
+2 00337  67.0076 245.1270 0099277 114.2763 246.8718 13.74019797722364
+0 TELSTAR 1
+1   340U 62029A   16016.94664610 -.00000139 +00000-0 -75892-3 0  9995
+2   340 044.7853 198.1801 2427092 139.3940 011.9238 09.12867636784981
+0 DELTA 1 R/B
+1   341U 62029B   16016.69015525 +.00000148 +00000-0 +13303-2 0  9999
+2   341 044.8034 114.1790 2413476 235.1648 317.1770 09.14222395787265
+0 THOR ABLESTAR DEB
+1 00350U 61015DQ  16018.04198028  .00000207  00000-0  12400-3 0  9998
+2 00350  66.9113 231.6766 0125089 151.1473 209.6617 14.20475709823119
+0 THOR ABLESTAR DEB
+1 00351U 61015DR  16017.22864003  .00001395  00000-0  36958-3 0  9994
+2 00351  66.7520  47.6909 0039432 343.8714  16.1137 14.51329761823329
+0 THOR ABLESTAR DEB
+1 00353U 61015DT  16017.23188749  .00004500  00000-0  54370-3 0  9992
+2 00353  66.5062  66.1797 0015828  91.4018 268.8919 14.84656679834364
+0 THOR ABLESTAR DEB
+1   354U 61015DU  16016.95832293 +.00000056 +00000-0 +18199-3 0  9992
+2   354 067.0651 012.3827 0164651 082.5352 307.3680 13.47962272964953
+0 THOR ABLESTAR DEB
+1   355U 61015DV  16016.95710227 +.00000832 +00000-0 +15615-2 0  9996
+2   355 067.2224 356.3021 0254632 014.1473 017.6091 13.31518233642286
+0 THOR ABLESTAR DEB
+1 00357U 61015DX  16018.20754731  .00000433  00000-0  32956-3 0  9991
+2 00357  66.8110  28.5690 0011237   6.8742 353.2496 14.02928358762043
+0 FTV 3502
+1 00369U 62039A   16017.83406832  .00000784  00000-0  96817-4 0  9991
+2 00369  98.4810 152.3503 0094477 132.7693 228.1516 14.82976176851450
+0 TIROS 6
+1 00397U 62047A   16017.48787558  .00000292  00000-0  54848-4 0  9991
+2 00397  58.3062  50.3478 0005914   3.8410 356.2679 14.87871806866814
+0 DELTA 1 DEB (YO)
+1 00399U 62047C   16018.16837958  .00015518  00000-0  35345-3 0  9996
+2 00399  58.4072 138.5392 0001879  49.9097  14.5973 15.43195615874898
+0 THOR ABLESTAR DEB
+1 00402U 61015EB  16017.21779921  .00001408  00000-0  48726-3 0  9995
+2 00402  66.6640  18.3115 0041708 229.9054 129.8389 14.38161379791703
+0 THOR ABLESTAR DEB
+1 00403U 61015EC  16017.78504845 -.00000007  00000-0  64031-4 0  9992
+2 00403  66.8412  41.9945 0027529 291.5602 178.4165 13.80647529746552
+0 THOR ABLESTAR DEB
+1   404U 61015ED  16016.79287728 -.00000042 +00000-0 +34215-4 0  9991
+2   404 066.4713 141.8564 0559987 045.4358 319.0996 12.89935421552270
+0 THOR ABLESTAR DEB
+1 00405U 61015EE  16017.22177152  .00000128  00000-0  23727-3 0  9999
+2 00405  66.8934  34.7208 0092223 271.1608 161.2839 13.65582913713075
+0 THOR ABLESTAR DEB
+1 00406U 61015EF  16017.89134838  .00000376  00000-0  51718-3 0  9993
+2 00406  66.7815 287.9493 0117152  51.3167  16.2644 13.66267070701657
+0 THOR ABLESTAR DEB
+1 00407U 61015EG  16017.51357432  .00002069  00000-0  60942-3 0  9990
+2 00407  66.3242 195.1317 0092195 294.8150  97.6678 14.43327653778775
+0 THOR ABLESTAR DEB
+1 00408U 61015EH  16018.17192546  .00000193  00000-0  27611-3 0  9999
+2 00408  66.7856 161.1211 0069229 181.9538 235.1545 13.74526720783211
+0 THOR ABLESTAR DEB
+1 00409U 61015EJ  16017.70966591  .00000358  00000-0  19465-3 0  9998
+2 00409  66.7161 116.8391 0066281  28.4140 332.0542 14.22167123800267
+0 THOR ABLESTAR DEB
+1 00410U 61015EK  16017.11526510 -.00000016  00000-0  60636-4 0  9997
+2 00410  66.6934 139.5465 0016398 334.9221  81.2993 13.76007306737119
+0 THOR ABLESTAR DEB
+1   414U 61015EP  16016.85542061 -.00000008 +00000-0 +68831-4 0  9996
+2   414 066.4461 315.2209 0055202 284.8989 107.8339 13.76955760738190
+0 THOR ABLESTAR DEB
+1 00416U 61015ER  16017.18684017  .00000083  00000-0  88554-4 0  9999
+2 00416  66.5247 300.5411 0077948 197.5158 162.3239 14.11941455794874
+0 THOR ABLESTAR DEB
+1 00417U 61015ES  16017.42988528 -.00000078  00000-0  23055-5 0  9992
+2 00417  66.7453 226.3141 0077180 313.8303  45.6424 14.16649412798735
+0 THOR ABLESTAR DEB
+1 00420U 61015EV  16017.21458232  .00000339  00000-0  16298-3 0  9995
+2 00420  66.8161  97.1119 0089100 176.4452 183.7300 14.28099947810218
+0 ALOUETTE 1 (S-27)
+1 00424U 62049A   16017.21026919  .00000047  00000-0  44509-4 0  9993
+2 00424  80.4660  58.2628 0022340 330.0084  94.2233 13.69040410660739
+0 THOR AGENA B R/B
+1 00426U 62049B   16017.49291265  .00000039  00000-0  35817-4 0  9996
+2 00426  80.4695  63.8386 0017001 309.8772 157.3148 13.68408363660457
+0 ANNA 1B
+1 00446U 62060A   16017.53412626 -.00000127  00000-0 -32184-5 0  9997
+2 00446  50.1438  62.0499 0070247 246.4073 276.2871 13.35248876595912
+0 THOR ABLESTAR R/B
+1 00447U 62060B   16016.86704703 -.00000095  00000-0  59232-4 0  9998
+2 00447  50.1317 323.9906 0065904 322.4511  69.6111 13.39011193602775
+0 THOR ABLESTAR DEB
+1 00461U 61015EX  16017.96557785  .00001155  00000-0  27366-3 0  9990
+2 00461  67.5065 215.3773 0047163 348.7698  11.2363 14.56867267828675
+0 THOR ABLESTAR DEB
+1 00463U 61015EZ  16017.77724178  .00001034  00000-0  33517-3 0  9994
+2 00463  66.7726 145.0542 0062565 259.5265  99.8786 14.41848210819882
+0 THOR ABLESTAR DEB
+1 00465U 61015FB  16017.19141028  .00000681  00000-0  29167-3 0  9992
+2 00465  66.3171 339.2938 0044934 252.2537 107.3651 14.30520837801261
+0 THOR ABLESTAR DEB
+1 00467U 61015FD  16017.49102801  .00000934  00000-0  13391-2 0  9995
+2 00467  66.5560 218.5425 0256302 111.9477 250.9030 13.47616158767610
+0 THOR ABLESTAR DEB
+1 00469U 61015FF  16017.29565094  .00000411  00000-0  19530-3 0  9994
+2 00469  66.8368 329.5429 0063950 179.3020 180.8179 14.27883995809611
+0 THOR ABLESTAR DEB
+1 00470U 61015FG  16018.20937359  .00000113  00000-0  12108-3 0  9998
+2 00470  66.2318 299.1822 0061560  89.1657 271.6477 14.04675029778202
+0 THOR ABLESTAR DEB
+1 00474U 61015FL  16017.19928304  .00003720  00000-0  58007-3 0  9994
+2 00474  66.2481 117.0455 0032445 239.7772 200.7909 14.73799454828280
+0 THOR ABLESTAR DEB
+1 00475U 61015FM  16017.83720018  .00000914  00000-0  50997-3 0  9990
+2 00475  66.2296 163.1704 0160299 253.7656 104.5740 14.09208937750817
+0 THOR ABLESTAR DEB
+1 00478U 61015FQ  16016.78789979  .00002361  00000-0  55665-3 0  9992
+2 00478  66.0726 140.3827 0051556 169.4116 190.8088 14.55394327827951
+0 THOR ABLESTAR DEB
+1 00479U 61015FR  16017.24074037  .00008637  00000-0  10957-2 0  9993
+2 00479  66.6827 324.6042 0017950 301.5105  58.4265 14.82023313803823
+0 THOR ABLESTAR DEB
+1   480U 61015FS  16016.92394662 +.00000511 +00000-0 +21381-3 0  9995
+2   480 066.2371 199.5302 0086888 017.0605 343.3378 14.32121147809010
+0 RELAY 1 (A-15)
+1   503U 62068A   16016.66091100 -.00000014 +00000-0 +00000-0 0  9993
+2   503 047.5206 252.8602 2844845 285.5724 071.1635 07.78150331509302
+0 EXPLORER 16
+1 00506U 62070A   16017.51996679 -.00000075  00000-0  44951-4 0  9993
+2 00506  52.0045  72.4110 0277712 303.3755  54.0872 13.85064452681993
+0 THOR AGENA B DEB
+1 00510U 62049C   16016.71252433  .00000052  00000-0  48675-4 0  9999
+2 00510  80.5143 113.2570 0015580 204.9063 320.4160 13.69646434662232
+0 THOR AGENA B DEB
+1 00511U 62049D   16017.95686890  .00000051  00000-0  49353-4 0  9998
+2 00511  80.4288   2.1486 0032392  39.0069 350.1106 13.68145773659939
+0 DELTA 1 R/B
+1 00515U 62068B   16016.49403661 -.00000020  00000-0  00000+0 0  9992
+2 00515  47.5058 197.7317 2836845 334.9941  13.6072  7.79224454511488
+0 THOR ABLESTAR DEB
+1 00516U 61015FT  16018.22603970  .00000040  00000-0  95394-4 0  9998
+2 00516  65.9962  28.4634 0078699  21.9015 338.5390 13.90888857759756
+0 THOR ABLESTAR DEB
+1 00530U 61015FU  16017.30040905  .00000041  00000-0  80969-4 0  9998
+2 00530  66.8811 344.8486 0076938  33.9703 326.6271 13.98088252776255
+0 THOR ABLESTAR DEB
+1 00537U 61015FW  16017.89161365  .00000181  00000-0  28907-3 0  9991
+2 00537  67.2224 190.8121 0179602 246.5394 235.1273 13.62231327497283
+0 THOR ABLESTAR DEB
+1 00538U 61015FX  16018.22842278  .00000946  00000-0  29995-3 0  9996
+2 00538  67.8116  33.6984 0027874 135.5483 224.7875 14.43659370813411
+0 THOR ABLESTAR DEB
+1 00541U 61015GA  16017.19123987  .00000133  00000-0  17879-3 0  9990
+2 00541  67.2196  85.6363 0080321 328.1634  31.4602 13.84475006745892
+0 THOR ABLESTAR DEB
+1 00543U 61015GC  16017.54690400  .00000063  00000-0  15450-3 0  9995
+2 00543  67.0315 161.3903 0066247  38.7462  31.3320 13.67973963716824
+0 THOR ABLESTAR DEB
+1   544U 61015GD  16016.96199310 -.00000026 +00000-0 +56748-4 0  9991
+2   544 066.8753 298.9647 0193226 294.2708 139.5084 13.54391985686198
+0 THOR ABLESTAR DEB
+1 00545U 61015GE  16016.54740482  .00000147  00000-0  23027-3 0  9994
+2 00545  67.2333  78.7213 0159314  36.6720 324.5128 13.68507309709963
+0 THOR ABLESTAR DEB
+1 00548U 61015GH  16017.55921420  .00000455  00000-0  10010-3 0  9992
+2 00548  66.6759  73.1193 0113271 138.1679 222.8164 14.63563526866907
+0 THOR ABLESTAR DEB
+1 00549U 61015GJ  16018.16067868 -.00000021  00000-0  79250-4 0  9990
+2 00549  66.6953 111.4619 0212144 155.1309 284.9491 13.35574379655321
+0 THOR ABLESTAR DEB
+1 00552U 61015GM  16017.46538461  .00000612  00000-0  52417-3 0  9998
+2 00552  67.7443  21.0466 0099238 114.8179 246.3268 13.90657821727184
+0 THOR ABLESTAR DEB
+1 00558U 61015GQ  16017.33930340 -.00000247  00000-0 -45546-3 0  9993
+2 00558  65.6980 353.0416 0474843 180.0810 334.6617 12.85508600560943
+0 THOR ABLESTAR DEB
+1 00559U 61015GR  16017.47416709  .00001281  00000-0  40318-3 0  9996
+2 00559  66.6091 156.7455 0068482  36.6729 323.9032 14.42364132799055
+0 THOR ABLESTAR DEB
+1 00560U 61015GS  16017.12850876  .00000899  00000-0  11200-2 0  9998
+2 00560  67.1598 197.6142 0322270 167.4415 193.4925 13.48883483640613
+0 THOR ABLESTAR DEB
+1 00561U 61015GT  16017.24364859  .00000292  00000-0  12464-2 0  9993
+2 00561  67.7582  21.3513 0639766   6.2142  69.5734 12.39751724469819
+0 TELSTAR 2 (A-41)
+1 00573U 63013A   16017.49261894 -.00000080  00000-0 -74831-3 0  9992
+2 00573  42.7822  38.0745 4010555 200.5953 342.2044  6.39259762343102
+0 MIDAS 6 (FTV 1169)
+1 00574U 63014A   16018.15259836  .00000022  00000-0  88854-2 0  9994
+2 00574  87.3405 198.0468 0030412  11.2145 348.9382  8.65270138889085
+0 DELTA 1 R/B
+1 00575U 63013B   16017.38787934 -.00000113  00000-0 -17815-2 0  9995
+2 00575  42.8012 350.5991 4008554 252.2283 323.2888  6.40215511232543
+0 DASH 1
+1 00589U 63014D   16017.92339585  .00000017  00000-0  67794-2 0  9998
+2 00589  87.3431 193.8005 0085700 173.5293 186.6687  8.65538992665011
+0 WESTFORD NEEDLES
+1   602U 63014E   16016.85005320 +.00000006 +00000-0 +12674-2 0  9997
+2   602 087.3475 193.1303 0010855 019.1166 341.0096 08.67213405668028
+0 ERS 6
+1 00608U 63014C   16016.40035077 -.00000004  00000-0 -30759-2 0  9990
+2 00608  87.3397 196.2232 0028696 190.3231 169.7037  8.65280765664677
+0 HITCH HIKER 1
+1 00614U 63025B   16018.21225757  .00016151  00000-0  37236-3 0  9992
+2 00614  81.9852 216.5085 0655325 205.8742 150.8286 14.34936147363696
+0 MIDAS 7 / ERS 10
+1 00622U 63030A   16017.49268660  .00000002  00000-0 -29234-5 0  9996
+2 00622  88.4023  63.6612 0036732 269.5011  90.1630  8.57930658134059
+0 WESTFORD NEEDLES
+1 00628U 63014F   16016.50944982  .00000003  00000-0  00000+0 0  9997
+2 00628  87.3335 204.5382 0017398  96.9039 263.3794  8.63353735660868
+0 WESTFORD NEEDLES
+1 00629U 63014G   16017.87955644  .00000019  00000-0  77442-2 0  9990
+2 00629  87.3417 194.4918 0037480 192.2723 167.7221  8.65522840665095
+0 ATLAS AGENA B DEB
+1 00630U 63030C   16017.52953335  .00000013  00000-0  53549-2 0  9993
+2 00630  88.4048  56.0303 0013616 328.1339  31.8688  8.59837075648167
+0 ATLAS AGENA B DEB
+1   631U 63030E   16016.52783757 -.00000019 +00000-0 -10755-1 0  9991
+2   631 088.3973 069.4385 0206764 276.2054 081.5278 08.55890971640100
+0 SYNCOM 2 (A 26)
+1 00634U 63031A   16011.00162447 -.00000120  00000-0  00000+0 0  9992
+2 00634  35.6977 353.1307 0006049 145.7960  48.6566  1.00296825192140
+0 ERS 9
+1 00635U 63030B   16017.41492844 -.00000022  00000-0 -12161-1 0  9995
+2 00635  88.4063  67.0942 0053418 251.0945 108.4109  8.57932544644598
+0 THOR ABLESTAR DEB
+1 00643U 61015GU  16017.98835895  .00000427  00000-0  77250-3 0  9993
+2 00643  66.3725 330.2951 0348599 347.6944  11.5741 13.28810335604061
+0 THOR ABLESTAR DEB
+1 00644U 61015GV  16017.21812149  .00000391  00000-0  59767-3 0  9990
+2 00644  67.0993 344.4856 0155328 317.4594 137.7441 13.56995858681484
+0 THOR ABLESTAR DEB
+1 00645U 61015GW  16016.41095922 -.00000007  00000-0  11538-3 0  9993
+2 00645  66.5914  28.4567 0408375 124.8029 345.3287 13.03100177584285
+0 THOR ABLESTAR DEB
+1 00648U 61015GZ  16018.15858554  .00000458  00000-0  65816-3 0  9994
+2 00648  65.8784 140.6749 0211560 272.9397 140.2816 13.56332028683308
+0 THOR ABLESTAR DEB
+1 00649U 61015HA  16017.86520539  .00000202  00000-0  77131-3 0  9991
+2 00649  66.2652 258.2236 0555762  57.7646  18.7063 12.64297607512198
+0 THOR ABLESTAR DEB
+1 00652U 61015HD  16018.17362128  .00000434  00000-0  29508-3 0  9990
+2 00652  66.6964  29.1211 0079355 145.9098 214.7122 14.07786722757757
+0 THOR ABLESTAR DEB
+1 00653U 61015HE  16017.93629806  .00000279  00000-0  39453-3 0  9990
+2 00653  67.4535 209.3117 0154725 113.2809 356.6355 13.64814062698569
+0 THOR ABLESTAR DEB
+1 00655U 61015HG  16017.77298498  .00000560  00000-0  13319-2 0  9998
+2 00655  67.2560 239.0169 0368404  38.9412  33.5807 13.07223937589966
+0 THOR ABLESTAR DEB
+1 00656U 61015HH  16018.15808006 -.00001054  00000-0 -21151-2 0  9998
+2 00656  66.2890   5.0932 0675461 170.2308 191.2640 12.66895170485475
+0 THOR ABLESTAR DEB
+1 00657U 61015HJ  16018.15845144  .00000458  00000-0  11376-2 0  9996
+2 00657  66.2091  21.6796 0328835 157.8509 275.4377 13.10862530606410
+0 THOR ABLESTAR DEB
+1 00658U 61015HK  16017.31149905  .00002306  00000-0  31451-2 0  9996
+2 00658  65.8689 328.5009 0364870 199.7050 158.9585 13.36547351551054
+0 THOR ABLESTAR DEB
+1 00659U 61015HL  16016.75844762  .00000321  00000-0  10231-2 0  9995
+2 00659  67.1643 294.9786 0585377 129.8980 265.7290 12.65169881509558
+0 THOR ABLESTAR DEB
+1 00660U 61015HM  16018.17743627  .00001479  00000-0  34014-3 0  9994
+2 00660  66.5248  25.2477 0037875  68.2523   4.5488 14.57968608827671
+0 THOR ABLESTAR R/B
+1 00669U 63038A   16017.96734328  .00000039  00000-0  51272-4 0  9991
+2 00669  90.1013 318.4317 0024602 227.8646 174.9806 13.45935681568552
+0 TRANSIT 5B-1
+1   670U 63038B   16016.89240870 +.00000076 +00000-0 +11358-3 0  9999
+2   670 090.0905 321.0163 0043262 119.1037 275.3367 13.44232843563183
+0 RADIATION SAT (5E 1)
+1 00671U 63038C   16017.98585098  .00000089  00000-0  13477-3 0  9993
+2 00671  90.0915 320.8031 0042359  83.5545 320.4725 13.44738690564430
+0 THOR ABLESTAR DEB
+1 00672U 63038D   16017.33849866 -.00000434  00000-0 -54359-3 0  9999
+2 00672  90.0998 318.4029 0039358 215.6155 265.3622 13.65203925583077
+0 VELA 1
+1   692U 63039C   16014.18990329 -.00000883 +00000-0 +00000-0 0  9991
+2   692 037.4630 358.9880 5708138 168.2397 358.4191 00.22233131004777
+0 ATLAS CENTAUR 2 R/B
+1 00694U 63047A   16017.52561585  .00001975  00000-0  24566-3 0  9999
+2 00694  30.3594 126.3107 0590160 230.7767 123.8995 14.01533285610161
+0 ATLAS CENTAUR 2 DEB
+1 00698U 63047D   16018.18693763  .00000469  00000-0  14895-3 0  9991
+2 00698  29.9257  64.1251 0549898 205.0626 152.2283 13.68771559576634
+0 ATLAS CENTAUR 2 DEB
+1   700U 63047F   16016.76144460 +.00000135 +00000-0 +27376-4 0  9991
+2   700 030.4820 147.6748 0724495 325.6058 029.9603 13.38440022539994
+0 ATLAS CENTAUR 2 DEB
+1 00701U 63047G   16017.57670571  .00000389  00000-0  11116-3 0  9994
+2 00701  30.0129  87.9973 0531518 354.5937   4.9076 13.76456896585523
+0 WESTFORD NEEDLES
+1   702U 63014H   16016.38393646 +.00000017 +00000-0 +67781-2 0  9998
+2   702 087.3443 193.6320 0056577 314.8123 044.8141 08.65611684665000
+0 THOR ABLESTAR R/B
+1 00703U 63049A   16017.36261618  .00000037  00000-0  42255-4 0  9992
+2 00703  89.9305 104.3030 0018124  98.5811 313.7509 13.49785870566552
+0 TRANSIT 5B-2
+1 00704U 63049B   16018.24583543  .00000039  00000-0  47471-4 0  9992
+2 00704  89.9303 104.8545 0036737  71.1813 300.5760 13.46779713559951
+0 TRANSIT 5E 3
+1 00705U 63049C   16016.80012839  .00000046  00000-0  59188-4 0  9994
+2 00705  89.9306 104.7900 0034919  41.5093 106.3235 13.47276485560354
+0 THOR ABLESTAR DEB
+1 00706U 63049D   16016.74838025  .00000157  00000-0  21380-3 0  9996
+2 00706  89.9409 106.4428 0024894   5.5924 151.4295 13.55033385568351
+0 THOR ABLESTAR DEB
+1 00715U 63049E   16018.20219584  .00000430  00000-0  47138-3 0  9995
+2 00715  89.9589 108.3227 0025804  25.6525   3.1687 13.70707243582262
+0 TIROS 8
+1 00716U 63054A   16017.47461073  .00000115  00000-0  50532-4 0  9995
+2 00716  58.4958  22.6603 0028726  53.2316 307.1352 14.69206871777432
+0 DELTA 1 DEB
+1   720U 63054C   16016.84851385 +.00000315 +00000-0 +12353-3 0  9999
+2   720 058.4736 354.5605 0111789 350.1973 009.6872 14.46631730730587
+0 SCOUT X-4 R/B
+1   721U 63053B   16016.83113094 +.00000151 +00000-0 +84991-4 0  9992
+2   721 078.6084 254.6956 1087730 122.6522 248.4261 12.53542198373211
+0 SCOUT X-4 DEB
+1 00722U 63053C   16017.85762231  .00004937  00000-0  20994-2 0  9996
+2 00722  78.5414 160.7196 0535614 174.1390 186.6377 13.68233770467286
+0 SCOUT X-4 DEB
+1 00724U 63053E   16018.05393365  .00002783  00000-0  70183-3 0  9992
+2 00724  78.5999  18.3327 0408560 109.2830 255.2989 14.10900885495466
+0 THOR AGENA D R/B
+1 00727U 64001A   16017.98817593 -.00000007  00000-0  34170-4 0  9999
+2 00727  69.9051 170.1589 0016471 252.9592 246.3311 13.95301972647043
+0 GGSE 1 (GGRS)
+1 00728U 64001B   16017.51392387  .00000001  00000-0  39307-4 0  9998
+2 00728  69.9083 108.4943 0015184 215.5559 144.4536 13.97032735648807
+0 SECOR 1B
+1 00729U 64001C   16017.54192758 -.00000021  00000-0  24449-4 0  9996
+2 00729  69.9000 168.7350 0016976 271.4593 152.4756 13.94838496646814
+0 SOLRAD 7A
+1 00730U 64001D   16017.52245126 -.00000005  00000-0  35507-4 0  9993
+2 00730  69.9059 160.8685 0016482 242.6600 181.3949 13.95541324530487
+0 GREB
+1 00731U 64001E   16016.87206780 -.00000001  00000-0  38515-4 0  9992
+2 00731  69.9059 155.6543 0016476 240.8778 287.5471 13.95757807647148
+0 SCOUT X-4 DEB
+1 00732U 63053H   16017.80855188  .00003095  00000-0  12974-2 0  9999
+2 00732  78.5907 137.2810 0537355  32.6829 330.6383 13.68525677470254
+0 THOR AGENA D R/B
+1 00733U 64002A   16017.05661354  .00000088  00000-0  50432-4 0  9994
+2 00733  99.0785 170.7211 0033191 239.7419 120.0476 14.32178801708284
+0 OPS 3367 A
+1 00734U 64002B   16017.19806850  .00000020  00000-0  26473-4 0  9996
+2 00734  98.9690 115.2405 0015179  41.7296 318.5039 14.28744162705557
+0 OPS 3367 B
+1 00735U 64002C   16017.20320715  .00000009  00000-0  22468-4 0  9997
+2 00735  98.9792 112.0165 0017528 133.6341 226.6296 14.27706058703891
+0 RELAY 2
+1 00737U 64003A   16018.10030774 -.00000025  00000-0  00000+0 0  9995
+2 00737  46.4536 304.7052 2583531  79.0474 308.7365  7.39541192404995
+0 DELTA 1 R/B
+1 00738U 64003B   16017.85025978  .00000051  00000-0  10762-1 0  9993
+2 00738  46.4538 312.7823 2588307  71.7176 314.6041  7.39341053404437
+0 ATLAS CENTAUR 2 DEB
+1 00739U 63047H   16017.54885520  .00000638  00000-0  94492-4 0  9990
+2 00739  30.4209 214.9324 0648428 136.2417 229.1461 13.82104904614536
+0 THOR AGENA B R/B
+1   741U 64004B   16016.58265575 +.00000004 +00000-0 -12058-4 0  9998
+2   741 081.4894 031.1838 0170871 251.8583 256.0837 13.23614614509712
+0 THOR AGENA B DEB
+1 00742U 64004C   16017.17443088  .00000037  00000-0  52610-4 0  9995
+2 00742  81.4688 303.9812 0171876 154.0981 206.8875 13.25860067513209
+0 THOR AGENA B DEB
+1 00743U 64004D   16017.64411286  .00000110  00000-0  20527-3 0  9996
+2 00743  81.5210  37.0202 0175678  51.2802  85.0196 13.26371942513836
+0 THOR ABLESTAR DEB
+1 00745U 63038E   16017.37143999  .00000227  00000-0  32125-3 0  9993
+2 00745  90.1059 317.3670 0015812 202.5341 282.9599 13.54186991576563
+0 ELEKTRON 1
+1   746U 64006A   16016.90768101 +.00000319 +00000-0 +10636-3 0  9991
+2   746 060.8491 255.8412 3032543 334.9839 012.9826 09.02699940722910
+0 ELEKTRON 1 DEB
+1 00750U 64006C   16017.06149624  .00011903  00000-0  15851-2 0  9991
+2 00750  60.7725 200.4138 1745063 195.6462 158.3160 11.69532886393017
+0 THOR ABLESTAR DEB
+1 00753U 63049F   16017.47108863  .00000116  00000-0  15690-3 0  9991
+2 00753  89.9394 106.1735 0031792 111.7798   9.3634 13.53486758566280
+0 OPS 4412 (TRANSIT 9)
+1 00801U 64026A   16017.98345134  .00000254  00000-0  12657-3 0  9994
+2 00801  90.5033 335.7422 0050706  44.9081 315.6191 14.14231105648715
+0 SCOUT X-4 DEB
+1 00805U 64026B   16017.99572174  .00000641  00000-0  26261-3 0  9991
+2 00805  89.9112  13.0929 0035234 127.9477 232.4909 14.25912620647067
+0 SCOUT X-4 R/B
+1 00809U 64026D   16018.13184471  .00000227  00000-0  12599-3 0  9990
+2 00809  90.4995 329.7188 0039723 331.9700  27.9344 14.08763999642872
+0 OPS 4467 A
+1 00812U 64031A   16017.68509394  .00000005  00000-0  25834-4 0  9995
+2 00812  99.8322  46.2002 0004924 305.2007  54.8707 14.23730477675429
+0 OPS 4467 B
+1 00813U 64031B   16017.64877958  .00000003  00000-0  25283-4 0  9992
+2 00813  99.8417  45.2540 0005545  21.0532 339.0870 14.22952596674398
+0 THOR AGENA D R/B
+1 00815U 64031C   16017.48557917  .00000056  00000-0  45226-4 0  9993
+2 00815  99.8342 162.7982 0011690 200.6701 159.4004 14.27144109678725
+0 ELEKTRON 3
+1 00829U 64038A   16017.48886870  .00000650  00000-0  17468-3 0  9994
+2 00829  60.8048  15.9373 2992255  60.8268 325.8850  9.12948456667175
+0 ELEKTRON 3 DEB
+1   831U 64038C   16016.58609117 +.00006620 +00000-0 +77548-3 0  9992
+2   831 060.7105 062.6720 1655446 042.0164 329.6491 11.90868825902771
+0 OPS 3662 (VELA 3)
+1 00836U 64040A   16017.94636704  .00000016  00000-0  00000+0 0  9991
+2 00836  80.3783 319.3775 3663330 237.3181 359.8980  0.23923823 44992
+0 DELTA 1 R/B
+1   862U 64047B   16016.38767706 -.00000141 +00000-0 -10072-2 0  9995
+2   862 016.7098 344.6228 7120376 149.7937 003.3973 02.05086025180062
+0 EXPLORER 20
+1 00870U 64051A   16017.32070144  .00000060  00000-0  40370-4 0  9991
+2 00870  79.8987  94.6970 0098011 192.4011 167.4733 13.91022896604975
+0 SCOUT X-4 R/B
+1 00871U 64051B   16018.17230213  .00000123  00000-0  77360-4 0  9990
+2 00871  79.8960 302.1378 0086859 190.6041 169.3291 13.99054619613343
+0 COSMOS 44
+1 00876U 64053A   16017.22441913  .00000125  00000-0  43433-4 0  9999
+2 00876  65.0607  17.2023 0152449 308.6594  50.0946 14.63564925732283
+0 SL-3 R/B
+1 00877U 64053B   16018.19890223  .00000071  00000-0  39485-4 0  9991
+2 00877  65.0786 359.9376 0079973 304.9982  54.3627 14.59205096726225
+0 OGO 1
+1 00879U 64054A   16019.38163744 -.00000259  00000-0  00000+0 0  9992
+2 00879  88.6989 334.0733 4850487 193.6988 359.1246  0.37811525 15487
+0 THOR ABLESTAR R/B
+1 00893U 64063A   16018.00104022  .00000063  00000-0  76621-4 0  9999
+2 00893  90.1381   6.9009 0025678 164.8372 252.2101 13.56079043537025
+0 OPS 5798 (TRANSIT 5B-4)
+1 00897U 64063B   16017.88986377  .00000083  00000-0  11036-3 0  9999
+2 00897  90.1429   6.0343 0021269  73.0315 345.4163 13.53376054531233
+0 EXPLORER 22
+1 00899U 64064A   16017.86681242  .00000099  00000-0  82762-4 0  9995
+2 00899  79.6927 323.7163 0119831 252.3173 106.4865 13.81944354579912
+0 CALSPHERE 1
+1 00900U 64063C   16017.19616994  .00000354  00000-0  37564-3 0  9998
+2 00900  90.1399   3.7569 0025054 223.6060 136.3124 13.72625241549086
+0 OPS 5798 DEB
+1   901U 64063D   16016.92232520 +.00000089 +00000-0 +11701-3 0  9998
+2   901 090.1462 005.7676 0021010 044.5890 344.1241 13.54530845531386
+0 CALSPHERE 2
+1   902U 64063E   16016.94196671 +.00000044 +00000-0 +51914-4 0  9999
+2   902 090.1433 006.0735 0020059 108.0758 284.9208 13.52626244341960
+0 OPS 5798 DEB
+1   903U 64063F   16016.94413834 +.00000488 +00000-0 +49385-3 0  9993
+2   903 090.1468 001.2051 0024896 103.5833 284.1241 13.75826234550680
+0 SCOUT X-4 R/B
+1 00907U 64064B   16016.98942037  .00000087  00000-0  74028-4 0  9992
+2 00907  79.6924 353.4230 0121229 319.9175  39.3075 13.80159841578172
+0 EXPLORER 25 (INJUN-4)
+1 00932U 64076B   16017.18969478  .00000258  00000-0  91006-4 0  9999
+2 00932  81.3405  53.4893 1133383 220.5510 130.5600 12.63690334337911
+0 SCOUT X-4 R/B
+1 00933U 64076C   16017.73428242  .00000342  00000-0  10898-3 0  9993
+2 00933  81.3367 252.0625 1074526 140.3905 228.0947 12.76882354350178
+0 THOR ABLESTAR R/B
+1 00953U 64083A   16018.02425970  .00000055  00000-0  61131-4 0  9999
+2 00953  89.9947 188.8517 0034667  71.1767  40.3936 13.58585887532663
+0 THOR ABLESTAR DEB
+1   956U 64083B   16016.94349054 +.00000186 +00000-0 +21422-3 0  9992
+2   956 089.9771 183.8396 0030254 154.7825 359.3847 13.65791287536661
+0 OPS 6582 (TRANSIT 5E-5)
+1 00959U 64083C   16017.06445171  .00000124  00000-0  14956-3 0  9992
+2 00959  89.9901 187.8043 0041643   6.6178 112.2105 13.61424011532946
+0 EXPLORER 26 (EPE-D)
+1 00963U 64086A   16017.83921654  .00089887 -75957-5  13635-2 0  9994
+2 00963  19.7181 227.8851 1469799  88.2661 288.4897 12.65479126975073
+0 OPS 6582 (TRANSIT 5B-5)
+1   965U 64083D   16016.92497918 +.00000020 +00000-0 +14917-4 0  9992
+2   965 090.0019 191.1284 0038710 237.1774 288.8166 13.56675165527869
+0 THOR ABLESTAR DEB
+1   967U 64083F   16016.93124073 +.00000186 +00000-0 +21444-3 0  9999
+2   967 089.9804 184.9108 0029612 161.3854 353.2235 13.65694798536589
+0 SCOUT X-4 DEB
+1 00976U 64064C   16017.27078860  .00000137  00000-0  78231-4 0  9991
+2 00976  79.3170 116.5137 0118217 332.6165  26.8795 14.04494349609117
+0 SCOUT X-4 DEB
+1 00977U 64064D   16017.44358399  .00000192  00000-0  17672-3 0  9991
+2 00977  80.0447 176.5948 0129117 254.6157 104.0696 13.77147479566237
+0 TIROS 9
+1 00978U 65004A   16017.14703761  .00000274  00000-0  37039-3 0  9991
+2 00978  96.3951 164.6295 1158404 337.4984  17.8957 12.10850847251600
+0 DELTA 1 R/B
+1   979U 65004B   16016.80317165 +.00000062 +00000-0 +10345-3 0  9999
+2   979 096.4016 212.4822 1142387 257.3375 089.7846 12.14552597253623
+0 TITAN 3A TRANSTAGE R/B
+1  1000U 65008B   16016.92621481 +.00000002 +00000-0 -85029-3 0  9997
+2  1000 032.1474 359.3043 0009284 288.9050 071.0440 09.88887855840774
+0 TITAN 3A (TRUSS)
+1  1001U 65008A   16016.84045063 +.00000008 +00000-0 +00000-0 0  9993
+2  1001 032.1419 170.4185 0016304 119.0965 241.1167 09.90725519844178
+0 LES 1
+1  1002U 65008C   16016.44402674 +.00000004 +00000-0 -59952-3 0  9995
+2  1002 032.1464 058.0460 0014199 198.5831 161.4148 09.88351236839759
+0 THOR ABLESTAR DEB
+1 01099U 64083G   16017.84771661  .00000136  00000-0  16407-3 0  9996
+2 01099  89.9520 176.5217 0041599 351.3957 131.5849 13.61724956465138
+0 SECOR 3
+1 01208U 65016E   16017.38143367  .00000009  00000-0  45231-4 0  9997
+2 01208  70.0799   0.5712 0018139  38.8869 113.0555 13.95498780588885
+0 GGSE 2
+1 01244U 65016B   16018.15285676  .00000002  00000-0  39619-4 0  9999
+2 01244  70.0796   2.0657 0018814  41.7448 318.5090 13.95542364587853
+0 THOR AGENA D R/B
+1 01245U 65016J   16017.18568445 -.00000004  00000-0  34524-4 0  9993
+2 01245  70.0793 302.2454 0020422  12.3574 347.8029 13.96903657589444
+0 OPS 4988 (GREB 6)
+1 01271U 65016A   16017.88532745  .00000017  00000-0  50561-4 0  9995
+2 01271  70.0806 340.8524 0019263  25.8466   4.9099 13.96026800588481
+0 PORCUPINE 1
+1 01272U 65016H   16017.53163205 -.00000041  00000-0  85295-5 0  9990
+2 01272  70.0794  46.6931 0019548  67.7222 292.5953 13.94152589586666
+0 SOLRAD 7B
+1 01291U 65016D   16018.21203848 -.00000013  00000-0  29457-4 0  9991
+2 01291  70.0789  37.3056 0018324  68.2113   1.0540 13.94516513586950
+0 GGSE 3
+1 01292U 65016C   16018.06282898  .00000075  00000-0  86121-4 0  9995
+2 01292  70.0755 196.6416 0022098 304.2109  55.6905 14.00382745592474
+0 OSCAR 3
+1 01293U 65016F   16017.21245156  .00000274  00000-0  19951-3 0  9995
+2 01293  70.0746   8.9915 0019608 209.2090 150.7927 14.06009651597676
+0 DELTA 1 DEB
+1 01312U 65004C   16017.51846444  .00000115  00000-0  13771-3 0  9992
+2 01312  96.3523 329.8660 1119898 316.6195  35.1810 12.27293588277550
+0 DELTA 1 DEB
+1 01313U 65004D   16017.45817418 -.00000286  00000-0 -41745-3 0  9998
+2 01313  96.4150 350.3712 1178407 106.9387 266.4029 12.00292290230403
+0 OPS 4682 (SNAPSHOT)
+1 01314U 65027A   16018.21345807 -.00000001  00000-0 -32509-4 0  9991
+2 01314  90.3054 270.4205 0031634 123.5797  34.5562 12.91744669140440
+0 SECOR 4 (EGRS 4)
+1 01315U 65027B   16017.23905441 -.00000053  00000-0 -22081-3 0  9999
+2 01315  90.3123 280.7956 0032546  54.1733  68.5072 12.92588091396001
+0 OPS 4682 DEB
+1 01316U 65027C   16017.34209675 -.00000095  00000-0 -26186-3 0  9994
+2 01316  90.3002 290.4783 0026270 165.4397 194.7498 13.18285815417806
+0 INTELSAT 1-F1
+1  1317U 65028A   16016.27161911 -.00000292 +00000-0 +00000-0 0  9999
+2  1317 001.5987 300.4734 0004402 214.4531 004.4836 01.00307774089028
+0 DELTA 1 R/B(2)
+1  1318U 65028B   16016.80618521 -.00000069 +00000-0 +00000-0 0  9995
+2  1318 017.5654 245.4552 6940743 355.3342 011.3664 02.11819873026692
+0 EXPLORER 27
+1 01328U 65032A   16017.49430328 -.00000060  00000-0  34034-4 0  9993
+2 01328  41.1851  86.8626 0243650 323.8877  34.5636 13.38468773479029
+0 SL-8 DEB
+1 01335U 65020E   16017.21994533 -.00000053  00000-0  40465-4 0  9998
+2 01335  56.0806  28.7484 0542715 129.2060 235.8411 13.79088700484830
+0 SCOUT X-4 R/B
+1  1358U 65032B   16016.76571259 -.00000032 +00000-0 +74041-4 0  9995
+2  1358 041.1915 122.4298 0249834 265.4079 270.2810 13.37946878478051
+0 TITAN 3A TRANSTAGE R/B
+1 01359U 65034A   16017.14914745  .00000008  00000-0 -24090-3 0  9993
+2 01359  32.1211 298.2015 0494712 296.1010  58.9373  9.17121976699779
+0 LES 2
+1  1360U 65034B   16015.60684420 +.00000007 +00000-0 +41769-1 0  9996
+2  1360 032.1704 050.6491 3967781 314.0531 019.3874 04.64826062861030
+0 LCS 1
+1 01361U 65034C   16017.80107174  .00000008  00000-0 -19233-4 0  9993
+2 01361  32.1363 207.4999 0007246   9.4668 350.5965  9.89289312833573
+0 OPS 4682 DEB
+1 01389U 65027D   16017.82308016 -.00000067  00000-0 -21602-3 0  9993
+2 01389  89.7262 301.6755 0030009 348.7202  70.6139 13.10681555412303
+0 SL-8 DEB
+1  1392U 65020AH  16016.87362732 +.00003716 +00000-0 +50920-3 0  9996
+2  1392 055.8806 264.8228 0359343 053.0216 310.3111 14.44703769541314
+0 OPS 4682 DEB
+1 01399U 65027E   16015.21778059  .00000429  00000-0  14375-2 0  9991
+2 01399  90.3147 288.0675 0010150 266.0125  93.9836 12.98281151 68867
+0 OPS 8480 (TRANSIT 5B-6)
+1  1420U 65048A   16016.78210317 +.00000068 +00000-0 +90191-4 0  9991
+2  1420 089.9663 317.0839 0072321 293.6827 094.0890 13.51242719489605
+0 THOR ABLESTAR DEB
+1 01425U 65048C   16017.83466300  .00000038  00000-0  45051-4 0  9990
+2 01425  89.9636 316.6547 0075057  34.7428  17.6211 13.48734014488204
+0 THOR ABLESTAR R/B
+1 01428U 65048B   16018.21662888  .00000051  00000-0  61729-4 0  9990
+2 01428  89.9633 317.2318 0058736  58.4304  66.1581 13.52466466495056
+0 TIROS 10
+1 01430U 65051A   16017.59620386  .00000063  00000-0  32112-4 0  9991
+2 01430  98.0831 192.8054 0056982  20.7803 339.5685 14.40119846648744
+0 DELTA 1 R/B
+1 01433U 65051B   16017.20279784  .00000247  00000-0  66505-4 0  9991
+2 01433  98.6054  50.8461 0044195 123.3565 237.1874 14.56248118661428
+0 THOR ABLESTAR DEB
+1 01435U 65048D   16017.86982206  .00000397  00000-0  43935-3 0  9998
+2 01435  89.9739 318.7897 0069723 175.9707 248.1706 13.69194697506482
+0 OPS 6577 (VELA 5)
+1 01458U 65058A   16014.21723198 -.00000669  00000-0  00000+0 0  9998
+2 01458  23.6076  10.4807 4974544 203.0179   0.3624  0.21292996 78069
+0 OPS 6564 (VELA 6)
+1 01459U 65058B   16019.05498865 -.00000943  00000-0  00000+0 0  9991
+2 01459   5.8926  65.4393 4423262 285.4785 358.1791  0.21418376 39900
+0 SL-8 DEB
+1 01477U 65020BB  16017.53277508  .00000164  00000-0  43560-3 0  9996
+2 01477  55.4956 162.7809 0588244 348.5091  10.2878 12.96033907385023
+0 SL-8 DEB
+1 01478U 65020BC  16017.51992531  .00000388  00000-0  25158-3 0  9996
+2 01478  56.0907  54.9133 0649666 221.5145 133.4701 13.43855493431362
+0 SL-8 DEB
+1  1479U 65020BD  16016.57223190 -.00000207 +00000-0 -20091-3 0  9993
+2  1479 056.0320 065.2168 0769465 172.9071 188.3510 12.58444784317229
+0 SL-8 DEB
+1 01480U 65020BE  16017.78309111  .00000064  00000-0  21512-3 0  9995
+2 01480  56.0667 199.5736 0859957 160.6700 202.9063 12.62429734330040
+0 SCOUT B R/B
+1 01502U 65063B   16018.12013997 -.00000031  00000-0  21463-4 0  9991
+2 01502  69.2290 243.5172 0789849 309.4806 222.4197 11.78530323170263
+0 THOR ABLESTAR DEB
+1 01504U 65065A   16018.23351421  .00000076  00000-0  12296-3 0  9995
+2 01504  89.8256 290.2798 0065235 211.9312 314.5393 13.39245562458945
+0 SECOR 5 (EGRS 5)
+1 01506U 65063A   16017.55678569 -.00000038  00000-0 -26580-4 0  9996
+2 01506  69.2305 239.4892 0792215 302.9254  70.3161 11.78616881170404
+0 THOR ABLESTAR R/B
+1 01508U 65065B   16017.79614183  .00000003  00000-0 -10558-4 0  9997
+2 01508  90.1087 252.1822 0040240 257.5843 146.0085 13.35923156458141
+0 DODECAPOLE 2
+1 01510U 65065C   16017.89055361  .00001410  00000-0  10929-2 0  9990
+2 01510  90.0288   9.1423 0039212 216.3017 143.5497 13.91867140502406
+0 THOR ABLESTAR DEB
+1 01511U 65065D   16017.16957575  .00000029  00000-0  37195-4 0  9990
+2 01511  89.8063 249.8893 0070671  98.4320  14.5648 13.33925662453903
+0 TEMPSAT 1
+1 01512U 65065E   16017.15266690  .00000024  00000-0  27743-4 0  9994
+2 01512  89.8041 251.6784 0071251 128.7784 345.7192 13.33387108453096
+0 OPS 8464 (TRANSIT 5B-7)
+1 01514U 65065F   16017.17693265  .00000047  00000-0  71686-4 0  9990
+2 01514  89.8033 272.0470 0071886  71.6481  38.7159 13.34869427454242
+0 NAVSPASUR ROD 1
+1 01515U 65065G   16018.14715579  .00000086  00000-0  12094-3 0  9992
+2 01515  89.8333 243.6542 0063858 125.8456   0.7768 13.48217953467980
+0 CALSPHERE 4(A)
+1 01520U 65065H   16017.88655706  .00000058  00000-0  96176-4 0  9996
+2 01520  90.1056 118.0357 0069337  29.9519  63.4113 13.35684796455339
+0 THOR ABLESTAR DEB
+1 01521U 65065K   16017.13989350  .00000014  00000-0  79129-5 0  9992
+2 01521  89.8378 237.6407 0070858 137.8115 345.3153 13.33120393452954
+0 THOR ABLESTAR DEB
+1 01522U 65065L   16017.74331089  .00000023  00000-0  28067-4 0  9994
+2 01522  90.1724  71.1726 0072706 130.1277 356.7212 13.33576644453248
+0 DELTA 1 DEB
+1 01529U 65051D   16017.22884222  .00000083  00000-0  57074-4 0  9997
+2 01529  98.8631 118.8571 0036387 346.2728  13.7457 14.22696925614974
+0 SL-8 DEB
+1 01549U 65020CV  16017.45164224  .00000318  00000-0  57346-3 0  9995
+2 01549  56.1766 121.2854 0840117 254.9124  95.7433 12.62592925334805
+0 COSMOS 80
+1 01570U 65070A   16017.33945661 -.00000105  00000-0 -53193-4 0  9996
+2 01570  56.0577 350.9060 0102230 203.9378 306.8032 12.52753031305119
+0 COSMOS 81
+1 01571U 65070B   16018.17246756 -.00000098  00000-0 -15517-4 0  9998
+2 01571  56.0616   2.4416 0089591  15.5724  78.1957 12.48823569297983
+0 COSMOS 82
+1 01572U 65070C   16017.18446456 -.00000092  00000-0  12424-4 0  9995
+2 01572  56.0612 349.6399 0075598 217.0887 250.6146 12.45080686290945
+0 COSMOS 83
+1  1573U 65070D   16016.95179192 -.00000084 +00000-0 +68854-4 0  9999
+2  1573 056.0556 359.8903 0071248 067.9831 326.1395 12.41006105283167
+0 COSMOS 84
+1 01574U 65070E   16017.46285793 -.00000099  00000-0 -57913-4 0  9993
+2 01574  56.0549   5.6374 0062163 264.1801 270.0873 12.36996130276207
+0 SL-8 R/B
+1 01575U 65070F   16018.05340731 -.00000107  00000-0 -58021-4 0  9995
+2 01575  56.1253  52.4024 0095673 337.0242  38.7799 12.56959105312945
+0 VANGUARD DEB
+1 01576U 58002C   16016.56742770  .00001390  00000-0  13663-2 0  9990
+2 01576  34.2278 101.1768 1441952 199.8803 153.9480 11.68562178372002
+0 PORCUPINE 2
+1 01577U 65065J   16017.15867536  .00000066  00000-0  10961-3 0  9990
+2 01577  89.8460 236.6391 0070543  31.6540  85.3566 13.35653973455186
+0 OPS 8068
+1 01580U 65072A   16017.68499104  .00000085  00000-0  40279-4 0  9999
+2 01580  98.6254 252.9189 0236183  91.4199 271.4049 14.27354259610750
+0 THOR ALTAIR R/B
+1 01583U 65072D   16018.09684752  .00000656  00000-0  13688-3 0  9990
+2 01583  98.2231 155.5030 0163273 108.0507 253.8555 14.55235677633556
+0 COSMOS 86
+1 01584U 65073A   16017.39876376 -.00000098  00000-0 -13540-4 0  9999
+2 01584  56.0598   9.6569 0212193 173.2665 337.1522 12.51861094301550
+0 COSMOS 87
+1  1585U 65073B   16016.61205435 -.00000091 +00000-0 +22990-4 0  9997
+2  1585 056.0627 068.5898 0199823 321.9060 207.9307 12.47415837291196
+0 COSMOS 88
+1  1586U 65073C   16016.60805713 -.00000107 +00000-0 -88395-4 0  9992
+2  1586 056.0609 088.0435 0189313 141.2150 023.9155 12.43307452285455
+0 COSMOS 89
+1 01587U 65073D   16018.15014461 -.00000094  00000-0 -13869-4 0  9996
+2 01587  56.0577 123.4896 0170416 324.7903 101.9402 12.38947481278015
+0 COSMOS 90
+1 01588U 65073E   16018.15957682 -.00000087  00000-0  38715-4 0  9996
+2 01588  56.0543 166.6411 0162967 133.7193 278.5827 12.34556612270003
+0 SL-8 R/B
+1 01589U 65073F   16017.23206225 -.00000072  00000-0  15330-3 0  9996
+2 01589  56.0528 302.3571 0167354  83.1814  81.1083 12.33013661266914
+0 SL-8 DEB
+1 01590U 65073G   16017.80514657 -.00000282  00000-0 -12001-2 0  9997
+2 01590  56.0910 254.6397 0167889 340.2396  91.8804 12.47975999283601
+0 SL-8 DEB
+1  1591U 65073H   16016.92021005 +.00000011 +00000-0 +73133-3 0  9992
+2  1591 056.0565 193.6666 0151811 311.3927 199.4921 12.41878442275959
+0 THOR ABLESTAR DEB
+1 01608U 64083H   16017.38531334  .00000519  00000-0  48270-3 0  9990
+2 01608  89.8619 149.9934 0017777 147.1673 265.7494 13.80772933549867
+0 OV1-2
+1 01613U 65078A   16017.21088979  .00002955  00000-0  29413-3 0  9999
+2 01613 144.2274 221.2366 1239399 318.5868  32.7153 12.75848561225944
+0 ATLAS D R/B
+1 01616U 65078B   16017.82311806  .00005429  00000-0  51609-3 0  9998
+2 01616 144.2437  10.3425 1111684  45.6120 323.0473 13.04217257250298
+0 SL-8 DEB
+1 01617U 65073J   16018.19537201 -.00000294  00000-0 -14870-2 0  9999
+2 01617  56.1296 296.8727 0239021  57.5374  89.6424 12.33622834261304
+0 SL-8 DEB
+1 01618U 65073K   16017.18858244  .00000210  00000-0  23534-2 0  9994
+2 01618  56.1806 292.1292 0231708  83.1198  81.6299 12.29596734255546
+0 SL-8 DEB
+1  1634U 65020ED  16016.86558885 +.00000152 +00000-0 +48117-3 0  9996
+2  1634 056.1605 323.8057 0833882 013.8043 348.4232 12.47174754287700
+0 OV2-1
+1 01641U 65082C   16017.46427511  .00000145  00000-0  27076-4 0  9994
+2 01641  32.2979  44.0428 0019171  11.0453 349.0611 14.53082080663607
+0 TITAN 3C TRANSTAGE DEB
+1 01642U 65082D   16017.19352282  .00000366  00000-0  42586-4 0  9995
+2 01642  32.0953 299.8202 0026066 261.1060  98.6638 14.78757607694769
+0 TITAN 3C TRANSTAGE DEB
+1  1646U 65082H   16016.82564192 +.00000462 +00000-0 +67612-4 0  9997
+2  1646 032.3105 150.5608 0002430 099.2167 260.8759 14.71453633658925
+0 TITAN 3C TRANSTAGE DEB
+1  1653U 65082Q   16016.39401138 +.00000205 +00000-0 +31866-4 0  9994
+2  1653 032.1209 001.5940 0042524 253.1996 106.3981 14.62019700654042
+0 TITAN 3C TRANSTAGE DEB
+1 01668U 65082AF  16017.74596201  .00000654  00000-0  91591-4 0  9995
+2 01668  32.0694 136.4587 0016324 135.1541 225.0427 14.73767448677167
+0 TITAN 3C TRANSTAGE DEB
+1 01671U 65082AJ  16016.95031590  .00000164  00000-0  31300-4 0  9994
+2 01671  32.1603 218.1365 0054705 334.4146  25.3794 14.51332896654102
+0 TITAN 3C TRANSTAGE DEB
+1 01672U 65082AK  16016.35190869  .00004539  00000-0  66880-3 0  9994
+2 01672  32.3680  17.7952 0077521 340.7505  19.0226 14.72178232610247
+0 TITAN 3C TRANSTAGE DEB
+1 01680U 65082AT  16017.20977213  .00000176  00000-0  26530-4 0  9996
+2 01680  32.2575  11.1726 0021542 149.0179 211.1743 14.63379791677058
+0 TITAN 3C TRANSTAGE DEB
+1 01682U 65082AV  16017.82567341  .00000754  00000-0  13268-3 0  9998
+2 01682  32.4084 252.2837 0056471  87.4133 273.2981 14.63876047652908
+0 TITAN 3C TRANSTAGE DEB
+1 01684U 65082AX  16016.50387277  .00000368  00000-0  10244-3 0  9994
+2 01684  32.2166  63.5753 0188373  98.3994 263.8043 14.31599902596067
+0 TITAN 3C TRANSTAGE DEB
+1 01716U 65082BX  16017.48903530  .00000224  00000-0  43828-4 0  9990
+2 01716  32.1893 200.9664 0040746 307.4488  52.2453 14.53846523654697
+0 TITAN 3C TRANSTAGE DEB
+1 01722U 65082CD  16017.29542651  .00000317  00000-0  58763-4 0  9996
+2 01722  32.4201   7.2488 0029132  45.5155 314.7870 14.59751688663602
+0 EXPLORER 29 (GEOS 1)
+1 01726U 65089A   16017.82422088 -.00000088  00000-0 -93572-4 0  9991
+2 01726  59.3852 298.4530 0711887 254.0584 135.3138 11.97044360194688
+0 DELTA 1 R/B
+1 01729U 65089B   16018.19349355 -.00000116  00000-0 -26215-3 0  9991
+2 01729  59.3951 286.3180 0710210 228.1677 305.3821 11.97494730195366
+0 EXPLORER 30
+1 01738U 65093A   16017.49515040 -.00000014  00000-0  40728-4 0  9996
+2 01738  59.7060 198.2066 0135965 155.9244 204.8230 14.40040434629256
+0 SCOUT X-4 R/B
+1 01739U 65093B   16017.59417835  .00000185  00000-0  83484-4 0  9995
+2 01739  59.7057  52.3359 0080455 320.1139  39.4008 14.51104340638647
+0 A-1 (ASTERIX)
+1 01778U 65096A   16016.99639287  .00000239  00000-0  71467-4 0  9999
+2 01778  34.2531 216.9870 0752054  53.8048 312.9808 13.46631945451000
+0 ALOUETTE 2
+1 01804U 65098A   16018.14555149  .00000314  00000-0  10223-3 0  9990
+2 01804  79.7992 259.3990 1345722 354.3412   4.3649 12.25072100212822
+0 DIAMANT R/B
+1 01805U 65096B   16017.83570652  .00000342  00000-0  73059-4 0  9998
+2 01805  34.2519 262.4867 0622874 270.6548  82.2821 13.78278098478337
+0 EXPLORER 31 (ISIS-X)
+1 01806U 65098B   16018.01738493  .00000404  00000-0  13960-3 0  9994
+2 01806  79.8107 227.4468 1435879   8.3874 353.8625 12.05394638189819
+0 THOR AGENA B R/B
+1 01807U 65098C   16017.47029033  .00000208  00000-0  63327-4 0  9992
+2 01807  79.8359   6.7486 1353076 146.3644 223.1284 12.23283754207304
+0 FR 1
+1 01814U 65101A   16017.19792066  .00000299  00000-0  57264-4 0  9990
+2 01814  75.8672  32.4881 0004776 127.4301 232.7313 14.66180707519128
+0 SCOUT X-4 R/B
+1 01815U 65101B   16017.82622877  .00000879  00000-0  12352-3 0  9995
+2 01815  75.8475 184.2215 0005034 353.6792   6.4329 14.78269839526186
+0 TITAN 3C TRANSTAGE DEB
+1 01829U 65082DU  16018.17111543  .00000692  00000-0  90254-4 0  9991
+2 01829  32.2927 335.9647 0030863 246.7852 112.9548 14.76925178677851
+0 TITAN 3C TRANSTAGE DEB
+1 01833U 65082DY  16018.19143502  .00000507  00000-0  96806-4 0  9992
+2 01833  32.2275 326.7930 0079461 155.2859 205.1622 14.57743294633961
+0 TITAN 3C TRANSTAGE DEB
+1 01835U 65082EA  16016.77233540  .00001007  00000-0  94987-4 0  9992
+2 01835  32.3922 254.4390 0016189 355.1134   4.9365 14.91234755698959
+0 TITAN 3C TRANSTAGE DEB
+1 01857U 65082EQ  16016.97412502  .00036828  00000-0  62950-3 0  9998
+2 01857  31.8789 249.8411 0008550 316.3087  43.6901 15.50030860686803
+0 TITAN 3C TRANSTAGE DEB
+1  1859U 65082ES  16016.78672901 +.00000244 +00000-0 +55969-4 0  9996
+2  1859 032.1257 161.4190 0069731 348.2833 011.6185 14.46203094635654
+0 TITAN 3C TRANSTAGE R/B
+1 01863U 65108A   16018.09098903  .00003122  00000-0  12174-2 0  9997
+2 01863  26.8690  35.8860 6132336 295.6583  14.4100  3.81105733221111
+0 OPS 1509 (TRANSIT 10)
+1 01864U 65109A   16017.75308784  .00000075  00000-0  59694-4 0  9996
+2 01864  89.0728 247.9171 0109868 217.5356 141.8105 13.78038128512590
+0 SCOUT A R/B
+1 01865U 65109B   16018.18869232  .00000052  00000-0  39501-4 0  9995
+2 01865  89.0758 258.4069 0111020 308.7948  50.3341 13.76097720510933
+0 TITAN 3C TRANSTAGE DEB
+1 01883U 65082EY  16017.03504429  .00001314  00000-0  96731-4 0  9992
+2 01883  32.0939  13.9302 0022544   4.8355 355.2515 15.00746167712865
+0 TITAN 3C TRANSTAGE DEB
+1 01915U 65082FZ  16017.82148457  .00000223  00000-0  40368-4 0  9993
+2 01915  31.8787 316.5221 0030349 218.3463 141.5017 14.55659358661337
+0 THOR ALTAIR DEB
+1  1931U 65072E   16016.84613735 +.00000444 +00000-0 +14136-3 0  9995
+2  1931 098.9477 255.8750 0256222 358.6884 001.3595 14.28200636649131
+0 THOR ABLESTAR DEB
+1 01942U 61015HS  16018.24037803  .00000351  00000-0  85720-3 0  9996
+2 01942  67.2603  42.2877 0354454 347.3515  91.7977 13.10698999618656
+0 THOR ABLESTAR DEB
+1 01943U 61015HT  16017.66551356  .00000566  00000-0  29488-3 0  9993
+2 01943  66.8566 220.4718 0063422 257.8185 101.5801 14.20617174803632
+0 THOR AGENA B DEB
+1 01948U 65098F   16017.43556334  .00002556  00000-0  54497-3 0  9998
+2 01948  79.8545 163.6491 0882819 128.5632 239.8020 13.29797459300042
+0 THOR AGENA B DEB
+1  1951U 65098G   16016.68196514 +.00002798 +00000-0 +59852-3 0  9996
+2  1951 079.6230 268.6439 0892417 029.7249 335.1630 13.27930072299563
+0 OPS 1593 (TRANSIT 11)
+1 01952U 66005A   16018.18886839  .00000078  00000-0  69716-4 0  9999
+2 01952  90.2265 273.8341 0218467 189.6315 170.0626 13.67013518486872
+0 SCOUT A R/B
+1  1953U 66005B   16016.77143241 +.00000056 +00000-0 +51354-4 0  9991
+2  1953 090.2278 275.5569 0226782 307.6693 050.4085 13.64405293484036
+0 TITAN 3C TRANSTAGE DEB
+1 01959U 65082GU  16017.49147560  .00000221  00000-0  38721-4 0  9996
+2 01959  31.7902  63.4772 0065621  78.4423 282.3572 14.55593725658830
+0 TITAN 3C TRANSTAGE DEB
+1 01961U 65082GW  16017.28742842  .00001358  00000-0  12615-3 0  9995
+2 01961  31.8663   2.1364 0005758  36.8084 323.2960 14.91903523695110
+0 TITAN 3C TRANSTAGE DEB
+1  1964U 65082GZ  16016.91338949 +.00000373 +00000-0 +13145-3 0  9991
+2  1964 032.1888 318.8208 0195607 169.8727 190.5927 14.19404219576141
+0 ESSA 1 (OT-3)
+1 01982U 66008A   16017.18257021  .00000059  00000-0  27079-4 0  9994
+2 01982  97.8914 261.5029 0080764 309.3681  50.0376 14.46747167628510
+0 DELTA 1 R/B
+1 01983U 66008B   16017.53534665  .00000362  00000-0  80267-4 0  9991
+2 01983  97.7626  29.0893 0071835 219.1196 140.4800 14.61088556637382
+0 MIDAS 4 DEB
+1  2009U 61028E   16016.82866360 +.00000018 +00000-0 +96285-2 0  9992
+2  2009 095.8333 148.8385 0122206 031.3055 329.5005 08.68990122059510
+0 SCOUT X-4 DEB
+1 02011U 65032D   16013.80636157 -.00000010  00000-0  13417-3 0  9998
+2 02011  41.1916 176.0248 0114871 353.0084 145.0537 13.36579398467748
+0 DIAPASON (D1-A)
+1 02016U 66013A   16017.72668516  .00000363  00000-0  10613-3 0  9997
+2 02016  34.0940 135.7708 1189663 331.8834  22.2196 12.59211412259710
+0 DIAMANT R/B
+1 02017U 66013B   16017.48011614  .00000582  00000-0  15013-3 0  9994
+2 02017  34.0714 189.2461 1085283 257.8613  89.8576 12.82388885279825
+0 TITAN 3C TRANSTAGE DEB
+1 02050U 65082JL  16017.88110594  .00000541  00000-0  13302-3 0  9991
+2 02050  32.2650 217.5946 0091259 175.8853 184.2556 14.45955074627857
+0 SCOUT X-4 DEB
+1 02088U 65093D   16017.15270068  .00000283  00000-0  10128-3 0  9993
+2 02088  59.7199 100.4036 0094293 107.4474 253.6904 14.53620071620802
+0 ESSA 2 (OT-2)
+1  2091U 66016A   16016.86557832 -.00000017 +00000-0 +12649-3 0  9993
+2  2091 101.0029 343.3940 0039236 074.1526 313.8496 12.69363221310925
+0 THOR AGENA B DEB
+1 02092U 65098H   16017.89436941  .00000772  00000-0  26134-3 0  9995
+2 02092  79.8678 346.2410 1324803 299.3200  48.1855 12.28672451212404
+0 DELTA 1 R/B
+1 02096U 66016B   16017.76279787 -.00000017  00000-0  13207-3 0  9999
+2 02096 101.1994 301.2838 0040073  16.1543  38.1938 12.69830404311692
+0 TRANSIT 5B-1 DEB
+1 02097U 63038G   16017.32514468  .00000384  00000-0  47974-3 0  9995
+2 02097  90.1115 315.8203 0035829 284.4059 230.4123 13.62642706581105
+0 DELTA 1 DEB
+1  2118U 66008D   16016.59283443 +.00000339 +00000-0 +10458-3 0  9990
+2  2118 098.1046 311.1739 0133344 318.7326 040.3845 14.42569366586891
+0 OPS 1117 (TRANSIT 12)
+1 02119U 66024A   16017.66610655  .00000103  00000-0  91263-4 0  9990
+2 02119  89.7016 215.2731 0145590 355.3203   4.6590 13.74385796493083
+0 SCOUT A R/B
+1 02120U 66024B   16017.22907995  .00000067  00000-0  55776-4 0  9998
+2 02120  89.7162 258.2187 0152245 116.7836 244.8994 13.71954324490736
+0 OV1-4
+1 02121U 66025A   16017.50246503  .00000336  00000-0  58335-4 0  9995
+2 02121 144.5051 333.2457 0084251 228.0679 131.2786 13.86847229523232
+0 OV1-5
+1 02122U 66025B   16017.19987870  .00000286  00000-0  36927-4 0  9997
+2 02122 144.6327 193.0478 0048009 247.8423 232.9792 13.65782754485299
+0 OV1-5 R/B
+1 02123U 66025C   16017.45981184  .00000285  00000-0  35841-4 0  9992
+2 02123 144.6390 183.0950 0047282 252.6216 143.7529 13.65551684485114
+0 OV1-4 R/B
+1 02124U 66025D   16017.90361590  .00000332  00000-0  52451-4 0  9995
+2 02124 144.5132  13.1153 0081757 306.5299  52.7882 13.87279561523570
+0 OPS 0340
+1 02125U 66026A   16017.21753590  .00000248  00000-0  58387-4 0  9996
+2 02125  98.2920 240.4586 0155406 221.4562 137.4763 14.56349527626296
+0 SCOUT A DEB
+1 02140U 66005C   16018.16622870  .00000197  00000-0  22809-3 0  9993
+2 02140  89.8746  88.7994 0319022 348.3093  11.0766 13.47010590446783
+0 SCOUT A DEB
+1 02141U 66005D   16017.52650957  .00000157  00000-0  90361-4 0  9995
+2 02141  90.0646 199.8906 0127794 207.6179 151.8175 14.01606785535817
+0 OAO 1
+1 02142U 66031A   16017.86773470  .00000047  00000-0  23574-4 0  9998
+2 02142  35.0442 220.0596 0006851   9.7713 350.3107 14.33838842605273
+0 ATLAS AGENA D R/B
+1 02144U 66031B   16017.83354010  .00000150  00000-0  50465-4 0  9996
+2 02144  35.0412 180.5525 0008513   1.7886 358.2834 14.42511593613504
+0 OPS 1527 (OV3-1)
+1 02150U 66034A   16017.49108119  .00003676  00000-0  23067-3 0  9998
+2 02150  82.3740  77.3115 1667390  75.8021 302.1908 12.00623250938142
+0 THOR AGENA B DEB
+1 02153U 65098J   16017.34677484  .00000745  00000-0  24454-3 0  9995
+2 02153  79.7471 122.7981 1307269 268.9196 142.4935 12.33141131217195
+0 DELTA 1 DEB
+1 02154U 66008E   16017.73026457  .00000326  00000-0  69309-4 0  9993
+2 02154  97.8656 286.1280 0052402 182.6239 177.4697 14.64343117642654
+0 NIMBUS 2
+1 02173U 66040A   16017.38186774 -.00000020  00000-0  53218-4 0  9994
+2 02173 100.3267 110.6090 0055171 229.0348 173.2764 13.33494752417078
+0 THOR AGENA B R/B
+1 02174U 66040B   16017.11315140 -.00000015  00000-0  62978-4 0  9994
+2 02174 100.4728 166.7899 0056306  20.5913 103.7577 13.36042387421648
+0 OPS 0082 (TRANSIT 13)
+1 02176U 66041A   16017.98545931  .00000069  00000-0  37435-4 0  9993
+2 02176  90.1406   7.7714 0074224 248.5565 110.7687 14.02733409534575
+0 THOR ALTAIR DEB
+1 02177U 66026D   16017.82993293  .00000724  00000-0  12584-3 0  9993
+2 02177  98.9367 322.6410 0166777 218.3669 140.5574 14.63253767605627
+0 SCOUT A R/B
+1 02180U 66041B   16017.51289900  .00000073  00000-0  40888-4 0  9999
+2 02180  90.1391   8.1440 0080957  52.6025 308.2488 13.99937241531440
+0 OPS 1427 (OV3-4)
+1 02201U 66052A   16017.84397033  .00000080  00000-0  18790-3 0  9992
+2 02201  40.8631 285.3038 2235351  96.8727 288.9277 10.09561386827502
+0 SCOUT B R/B
+1  2206U 66052B   16016.64511505 +.00000167 +00000-0 +26585-3 0  9993
+2  2206 040.8696 120.0680 2214711 295.4044 043.4021 10.13544790816720
+0 OPS 9381 (GGTS)
+1 02207U 66053A   16016.54384307 -.00000090  00000-0  00000+0 0  9998
+2 02207   2.0773  55.6426 0028476 154.1865 309.9401  1.07979677195078
+0 OPS 9311 (IDSCS 1)
+1 02215U 66053B   16013.35752793 -.00000113  00000-0  00000+0 0  9997
+2 02215   2.0569  56.1384 0029270 139.9983 317.9736  1.07909650 93547
+0 OPS 9312 (IDSCS 2)
+1 02216U 66053C   16017.26495130 -.00000060  00000-0  00000+0 0  9992
+2 02216   2.0352  55.9622 0030674 133.6441 178.1112  1.07849916194949
+0 OPS 9313 (IDSCS 3)
+1 02217U 66053D   16013.27028769 -.00000117  00000-0  00000+0 0  9993
+2 02217   1.9838  55.5474 0033805 124.9695 287.3338  1.07755034 98810
+0 OPS 9314 (IDSCS 4)
+1 02218U 66053E   15360.37577968 -.00000125  00000-0  00000+0 0  9998
+2 02218   1.8564  53.6968 0041117 113.5588 313.7513  1.07585467194247
+0 OPS 9315 (IDSCS 5)
+1 02219U 66053F   16017.51408126 -.00000090  00000-0  00000+0 0  9995
+2 02219   1.8250  53.9720 0049504 104.1417 348.5767  1.07398457 98537
+0 OPS 9316 (IDSCS 6)
+1  2220U 66053G   16016.62092213 -.00000119 +00000-0 +00000-0 0  9997
+2  2220 001.6953 051.5931 0062393 097.6569 064.0790 01.07156960098289
+0 OPS 9317 (IDSCS 7)
+1  2221U 66053H   16016.43555473 -.00000127 +00000-0 +00000-0 0  9998
+2  2221 001.5839 050.4700 0078535 091.9705 018.5828 01.06870256010367
+0 TITAN 3C TRANSTAGE R/B
+1  2222U 66053J   16016.89937046 -.00000141 +00000-0 +00000-0 0  9995
+2  2222 001.4558 050.3730 0161790 087.3803 337.2995 01.06720908089787
+0 DELTA 1 DEB
+1 02223U 66016C   16016.87268786 -.00000042  00000-0  19043-4 0  9992
+2 02223 101.2522  39.2920 0093487 355.4237 127.6488 12.87640264337749
+0 DELTA 1 DEB
+1 02224U 66016D   16015.29472039 -.00000012  00000-0  17767-3 0  9993
+2 02224 101.1163 140.0819 0137391 195.9192 220.9387 12.52070195270000
+0 SCOUT A DEB
+1 02226U 65109D   16017.75690604 -.00000069  00000-0 -10204-3 0  9992
+2 02226  89.0615 306.6311 0246959 242.7897 114.7894 13.50202462440712
+0 PAGEOS 1
+1 02253U 66056A   16017.81996947  .00022543  00000-0  30861+0 0  9996
+2 02253  85.7564 267.9605 2773323  32.2630 342.1132  8.32949608 11183
+0 THOR AGENA D R/B
+1 02255U 66056B   16016.82218974  .00000002  00000-0  00000+0 0  9993
+2 02255  86.9596 159.2874 0050790  12.9039 347.3057  7.94761352438389
+0 PAGEOS 1 DEB
+1 02256U 66056C   16016.29524961 -.00000030  00000-0 -31737-1 0  9997
+2 02256  86.9161 142.4778 0043330  57.4589 303.0393  7.93731192436873
+0 ATLAS D DEB
+1 02327U 66063B   16017.54772174  .00000609  00000-0  23241-3 0  9997
+2 02327 144.1973 240.5815 0032973  62.6064 297.7977 13.98967255504910
+0 ATLAS D R/B
+1 02328U 66063C   16017.23702834  .00000247  00000-0 -41458-6 0  9992
+2 02328 144.2300 259.5966 0009821 352.2340 144.8220 13.69758766478954
+0 ATLAS D DEB
+1 02329U 66063D   16017.95542510  .00000648  00000-0  31893-3 0  9998
+2 02329 144.2781  41.6843 0018410 226.9949 171.6481 13.88231070493430
+0 SL-8 DEB
+1 02334U 65020EH  16017.58343052  .00000152  00000-0  33219-3 0  9999
+2 02334  55.6726  85.9332 0592622  55.2084 310.3161 13.08796630353194
+0 ATLAS D DEB
+1 02337U 66063E   16016.87105655  .00000290  00000-0  44949-4 0  9992
+2 02337 144.2338 345.7516 0005034 113.0015 269.3676 13.71642954479928
+0 SCOUT A DEB
+1 02353U 66024C   16017.14194834  .00000328  00000-0  29902-3 0  9998
+2 02353  89.3901 256.7946 0154563  48.7655 312.6711 13.75855726492244
+0 WESTFORD NEEDLES
+1  2359U 63014J   16013.06904280 +.00000252 +00000-0 +89784-1 0  9999
+2  2359 087.1590 041.5934 0680910 293.8340 059.2602 08.68869814583884
+0 WESTFORD NEEDLES
+1  2361U 63014L   16016.89984811 +.00000130 +00000-0 +58400-1 0  9990
+2  2361 087.3870 182.7528 0128355 152.4975 208.2746 08.66076729665543
+0 WESTFORD NEEDLES
+1 02362U 63014M   16017.66146136  .00002530  00000-0  19954+0 0  9992
+2 02362  86.3052 269.1812 1812164 122.8133 256.0420  8.75513886672130
+0 WESTFORD NEEDLES
+1  2364U 63014P   16016.61909924 -.00000397 +00000-0 -17868+0 0  9993
+2  2364 087.5942 253.1084 0262923 165.1121 195.7659 08.66563103666251
+0 WESTFORD NEEDLES
+1 02365U 63014Q   16017.27989735  .00002463  00000-0  86934+0 0  9999
+2 02365  87.2031 129.1839 0714506 325.7083  29.9549  8.67833105667045
+0 WESTFORD NEEDLES
+1 02366U 63014R   16011.20434029  .00007275  00000-0  25189-1 0  9991
+2 02366  85.1735  88.4967 2726265 272.7556  56.8170  8.93489825107588
+0 WESTFORD NEEDLES
+1 02367U 63014S   16017.42497535  .00000261  00000-0  37376-1 0  9992
+2 02367  86.8700  22.5517 1464762 211.5055 138.9399  8.74615381676497
+0 MIDAS 4 DEB
+1  2371U 61028F   16016.61568154 -.00000007 +00000-0 -12041-2 0  9999
+2  2371 095.8108 218.3457 0148863 249.9817 108.4955 08.69562969723066
+0 WESTFORD NEEDLES
+1 02375U 63014W   16017.04709860 -.00000125  00000-0 -12704-1 0  9995
+2 02375  86.3527 246.0350 1727405 113.0528 266.1428  8.74651137602151
+0 WESTFORD NEEDLES
+1  2377U 63014X   16013.55349279 -.00000018 +00000-0 -93972-2 0  9991
+2  2377 087.4701 174.7014 0215602 358.3393 001.6731 08.67674695595298
+0 WESTFORD NEEDLES
+1  2378U 63014Y   16016.84889707 +.00000072 +00000-0 +31150-1 0  9999
+2  2378 087.3143 165.2281 0179724 042.7876 318.6814 08.66428143665894
+0 WESTFORD NEEDLES
+1 02379U 63014Z   16017.40424394  .00001105  00000-0  16271-1 0  9995
+2 02379  85.2732 161.9451 2437098  21.9678 356.7903  8.81809947672779
+0 WESTFORD NEEDLES
+1 02380U 63014AA  16016.67568123  .00001209  00000-0  49542+0 0  9994
+2 02380  87.2739 101.0116 0461820 295.9307  59.4656  8.67749591668288
+0 WESTFORD NEEDLES
+1 02381U 63014AB  16016.25959156  .00001222  00000-0  43676+0 0  9996
+2 02381  87.2140 131.8636 0697381 325.0403  30.6495  8.67747608594106
+0 SCOUT A DEB
+1 02386U 66024D   16017.76814289  .00000148  00000-0  12462-3 0  9998
+2 02386  90.1474 289.3964 0131359  35.5094 325.4728 13.79794515179161
+0 OV3-3
+1 02389U 66070A   16017.81608405  .00003749  00000-0  21022-3 0  9991
+2 02389  81.3869 219.9928 1270520  59.7110 312.3576 12.85811818103340
+0 OPS 2366 (TRANSIT 14)
+1  2401U 66076A   16016.92582400 +.00000089 +00000-0 +11430-3 0  9995
+2  2401 088.8665 146.1283 0033178 178.8758 329.4441 13.53219390436502
+0 OPS 0856
+1 02403U 66077A   16017.70520060 -.00000048  00000-0 -24613-1 0  9991
+2 02403  90.1523 241.0965 0029069 265.1564  94.5968  8.59894526199807
+0 SECOR 7 (EGRS 7)
+1 02411U 66077B   16017.58626018  .00000002  00000-0  16435-3 0  9999
+2 02411  90.1573 241.9517 0027584 266.8521  92.9174  8.59618960550925
+0 ERS 15
+1  2412U 66077C   16016.57688489 +.00000002 +00000-0 +00000-0 0  9996
+2  2412 090.1567 241.8299 0015429 268.3295 091.5789 08.59067686063722
+0 SCOUT A R/B
+1 02413U 66076B   16016.82521060  .00000068  00000-0  86108-4 0  9994
+2 02413  88.8678 150.4033 0030624 266.6413 259.4180 13.51433763435250
+0 OPS 6026 (DMSP 4A F1)
+1 02418U 66082A   16017.69414768  .00000076  00000-0  34898-4 0  9996
+2 02418  98.3703 244.6862 0119804  19.3910 341.1780 14.41537238584790
+0 THOR BURNER 2 R/B
+1 02422U 66082B   16017.19122336  .00000112  00000-0  43748-4 0  9998
+2 02422  98.3798 249.1168 0113560 262.4574  96.3705 14.43930944586766
+0 WESTFORD NEEDLES
+1  2431U 63014AC  16016.88683553 +.00000071 +00000-0 +29890-1 0  9991
+2  2431 087.5154 182.1804 0232945 081.7258 280.9941 08.67803057039405
+0 THOR ABLESTAR DEB
+1 02432U 63049G   16018.18347877  .00000051  00000-0  67347-4 0  9991
+2 02432  89.9313 104.9281 0034806  27.3661  31.0128 13.47735774560854
+0 ESSA 3 (TOS-A)
+1 02435U 66087A   16017.27037470 -.00000049  00000-0 -47677-4 0  9996
+2 02435 101.0879 117.0119 0064338  91.9017 332.8801 12.56836279261501
+0 DELTA 1 R/B
+1  2436U 66087B   16016.89557892 -.00000026 +00000-0 +85920-4 0  9996
+2  2436 101.0239 157.5647 0065222 089.0163 271.8387 12.57543389261891
+0 OPS 1920
+1 02481U 66089A   16017.28716010 -.00000021  00000-0 -11623-1 0  9993
+2 02481  89.6520  67.1001 0031206 159.0195 201.1943  8.59251121546171
+0 SCOUT B DEB
+1 02498U 66052C   16011.84955327  .00001178  00000-0  10533-2 0  9995
+2 02498  40.6119 314.6846 2094447  18.9569 351.6957 10.51813718346718
+0 PAGEOS 1 DEB
+1  2511U 66056D   16016.90454758 +.00000014 +00000-0 +11905-1 0  9990
+2  2511 087.0144 197.1401 0023766 078.1808 282.1662 07.93363404050858
+0 INTELSAT 2-F1
+1  2514U 66096A   16016.10537348 -.00000513 +00000-0 +00000-0 0  9994
+2  2514 017.8678 052.6534 6374406 299.3647 011.9721 02.00328991018505
+0 SCOUT B DEB
+1  2516U 66052D   16013.52998013 -.00000099 +00000-0 -16087-3 0  9996
+2  2516 041.0266 211.4065 2222926 295.4574 043.2884 09.99746462942971
+0 DELTA 1 DEB
+1  2518U 66087C   16016.44718932 -.00000031 +00000-0 +50329-4 0  9993
+2  2518 100.8470 099.5368 0081459 118.4498 303.6774 12.42619572234839
+0 SECOR 8 (EGRS 8)
+1  2520U 66089B   16016.58354190 +.00000001 +00000-0 -42213-3 0  9994
+2  2520 089.6513 067.2132 0016373 145.6418 214.5495 08.58905556055284
+0 LES 2 DEB
+1 02529U 65034D   16016.24867353 -.00000025  00000-0  00000+0 0  9995
+2 02529  32.1714  49.6792 3967518 315.5571  18.6788  4.64837920843793
+0 WESTFORD NEEDLES
+1 02530U 63014AJ  16017.80938465 -.00000302  00000-0 -10597+0 0  9990
+2 02530  87.2698 142.5727 0732659  41.6545 112.1434  8.68741968609397
+0 WESTFORD NEEDLES
+1 02531U 63014AK  16017.36091069  .00000034  00000-0  13795-1 0  9997
+2 02531  87.2824 174.0437 0149765  69.4876 292.1983  8.67144177 97546
+0 SCOUT A DEB
+1 02580U 66076C   16016.20626675  .00000085  00000-0  72017-4 0  9992
+2 02580  89.1457 267.7655 0093961 319.9513 167.0446 13.76988621468533
+0 ATS 1
+1 02608U 66110A   16016.15703584 -.00000223  00000-0  00000+0 0  9994
+2 02608   3.8454 300.9313 0007402 250.3097 308.8306  1.00330119 96629
+0 OV1-9
+1 02610U 66111A   16017.14039155  .00000229  00000-0  95790-4 0  9994
+2 02610  99.0945  42.1345 2289109  50.4747 327.7265 10.36307550838296
+0 THOR ABLESTAR DEB
+1 02620U 63049H   16017.76947167  .00000181  00000-0  23623-3 0  9993
+2 02620  89.9390 106.3263 0018199 107.7805  15.9775 13.58155503574429
+0 OV1-10 R/B
+1 02621U 66111C   16018.10917360  .00000263  00000-0  34151-4 0  9998
+2 02621  93.3961  25.6301 0062112 163.3239 197.0045 14.80512092632346
+0 OV1-9 R/B
+1 02622U 66111D   16016.82335742  .00000745  00000-0  29804-3 0  9997
+2 02622  99.1157 121.9798 2246191 188.3385 167.3285 10.45170704846586
+0 INTELSAT 2-F2
+1 02639U 67001A   16017.10760793 -.00000171  00000-0  00000+0 0  9991
+2 02639   5.6181 303.1354 0014228 272.6839 278.6253  1.00227636 81117
+0 DELTA 1 R/B(2)
+1 02643U 67001D   16018.11936072  .00004316  00000-0  14854-2 0  9992
+2 02643  25.8582   4.5457 6256466 145.6568 278.3022  3.64021482610991
+0 SCOUT A DEB
+1 02644U 66041D   16018.12485330  .00000219  00000-0  18597-3 0  9990
+2 02644  90.1007 358.5403 0215311 344.1473  15.3020 13.75244809475743
+0 OPS 9321 (IDSCS 8)
+1 02645U 67003A   16016.42210000 -.00000060  00000-0  00000+0 0  9992
+2 02645   1.8035  50.3269 0035498  40.3527 331.9567  1.08316226193243
+0 SL-8 DEB
+1  2647U 65073L   16016.53534470 -.00000030 +00000-0 +43424-3 0  9999
+2  2647 056.0638 253.5344 0185843 043.6221 029.2924 12.43144627643456
+0 OPS 9322 (IDSCS 9)
+1  2649U 67003B   16010.17828412 -.00000103 +00000-0 +00000-0 0  9993
+2  2649 001.7854 048.7796 0034570 038.9557 323.1230 01.08282247098178
+0 OPS 9323 (IDSCS 10)
+1  2650U 67003C   16016.60288255 -.00000058 +00000-0 +00000-0 0  9993
+2  2650 001.7692 048.5170 0034092 032.5965 057.5272 01.08221205099279
+0 OPS 9324 (IDSCS 11)
+1 02651U 67003D   16016.52551078 -.00000078  00000-0  00000+0 0  9992
+2 02651   1.7199  47.6993 0034178  20.4975  74.6076  1.08104913 99163
+0 OPS 9325 (IDSCS 12)
+1  2652U 67003E   16016.23672238 -.00000067 +00000-0 +00000-0 0  9992
+2  2652 001.6433 047.6491 0036776 004.0550 334.9180 01.07942545099034
+0 OPS 9326 (IDSCS 13)
+1 02653U 67003F   16016.35817719 -.00000115  00000-0  00000+0 0  9994
+2 02653   1.5735  44.7082 0042240 350.5563 128.0854  1.07749218 91729
+0 OPS 9327 (IDSCS 14)
+1 02654U 67003G   16016.69363053 -.00000133  00000-0  00000+0 0  9999
+2 02654   1.4679  43.5089 0052560 337.5400  66.0595  1.07511815 98620
+0 OPS 9328 (IDSCS 15)
+1 02655U 67003H   16016.10987105 -.00000092  00000-0  00000+0 0  9990
+2 02655   1.3747  38.7765 0066446 330.7205  89.8687  1.07229758 98165
+0 ESSA 4 (TOS-B)
+1 02657U 67006A   16017.55339200 -.00000024  00000-0  12303-3 0  9990
+2 02657 102.0561 357.8990 0073198 190.7181 278.4643 12.69830953270181
+0 DELTA 1 R/B
+1  2661U 67006B   16016.64659317 -.00000041 +00000-0 +38239-4 0  9994
+2  2661 101.9630 262.9041 0064744 313.8114 074.7158 12.67917556265966
+0 OPS 6073 (DMSP 4A F2)
+1 02669U 67010A   16017.48694650  .00000044  00000-0  37365-4 0  9990
+2 02669  99.1073 213.6016 0049304 212.0438 147.7741 14.26885964542222
+0 DIAMANT R/B
+1 02671U 67011B   16017.43363804  .00000024  00000-0  32126-4 0  9991
+2 02671  39.9477  18.7993 0361275  86.3998 277.8004 14.26383744512054
+0 DIADEME 1
+1 02674U 67011A   16017.42434662  .00001335  00000-0  21336-3 0  9990
+2 02674  39.9268  41.2130 0270674 218.0147 140.1246 14.53327566534134
+0 DIADEME 2
+1 02680U 67014A   16018.12737444  .00000201  00000-0  11959-3 0  9993
+2 02680  39.4415  28.7319 0720045  44.2602 321.3472 13.37729822366674
+0 DIAMANT R/B
+1 02682U 67014B   16017.32354478  .00000075  00000-0  58382-4 0  9999
+2 02682  39.4655 317.3256 0761348 269.1108  82.2392 13.28855879357529
+0 DIAMANT DEB
+1 02684U 67014C   16017.13384615  .00002250  00000-0  64923-3 0  9990
+2 02684  39.9637 351.6134 0509030 322.3313  34.2799 13.90186682409973
+0 DIAMANT DEB
+1 02685U 67014F   16018.07020067  .00000595  00000-0  15070-3 0  9992
+2 02685  38.9409 257.8451 0446544 258.4063  96.6244 14.09644808428642
+0 DELTA 1 DEB
+1  2700U 65089C   16016.71313206 -.00000059 +00000-0 +89355-4 0  9993
+2  2700 059.5985 350.9004 0716898 193.8672 228.5877 12.08856823251468
+0 THOR ABLESTAR DEB
+1 02701U 65048E   16017.39470162  .00000225  00000-0  27622-3 0  9991
+2 02701  89.9686 318.4334 0062218 325.3764 152.8784 13.62150958503758
+0 SCOUT A DEB
+1 02702U 66076D   16018.13878774  .00000080  00000-0  12873-3 0  9999
+2 02702  88.5670  72.3166 0089175 170.0997 245.2450 13.35763015388976
+0 DELTA 1 DEB
+1 02706U 67006C   16017.09162786 -.00000051  00000-0 -13281-4 0  9995
+2 02706 102.1982 228.2435 0035385 167.9461 318.9192 12.60801409253569
+0 DELTA 1 DEB
+1 02707U 67006D   16016.21046190 -.00000035  00000-0  55814-4 0  9998
+2 02707 101.8055 110.0263 0149489 107.4116 309.7741 12.79252423286189
+0 INTELSAT 2-F3
+1 02717U 67026A   16007.10917060 -.00000056  00000-0  00000+0 0  9997
+2 02717   4.6942 306.4522 0023794 274.9487 275.9538  1.00269828 81994
+0 THOR BURNER 2 R/B
+1 02741U 67010B   16017.86382057  .00000082  00000-0  51281-4 0  9993
+2 02741  99.0210 167.4562 0054387 137.3603 223.1818 14.27766861542844
+0 OPS 0100 (TRANSIT 15)
+1 02754U 67034A   16017.43322251  .00000075  00000-0  93995-4 0  9996
+2 02754  90.2554 310.0083 0021540 106.4172  30.2460 13.56665484410898
+0 SCOUT A R/B
+1 02755U 67034B   16017.41009145  .00000093  00000-0  12538-3 0  9992
+2 02755  90.2423 327.6294 0024466 252.1192 221.3523 13.53607970407941
+0 ESSA 5
+1 02757U 67036A   16017.89900172 -.00000045  00000-0  17741-4 0  9998
+2 02757 101.9820  39.8076 0043123 192.3606 235.3854 12.68494421257170
+0 DELTA 1 R/B
+1 02758U 67036B   16018.18675574 -.00000058  00000-0 -50078-4 0  9992
+2 02758 101.8481 105.6929 0040701 254.8487 104.8090 12.68795108257372
+0 OPS 6638 (VELA 7)
+1 02765U 67040A   16018.23567680 -.00000601  00000-0  00000+0 0  9997
+2 02765   4.9363   2.8702 4141791 201.0619 359.9164  0.21811175 38231
+0 TITAN 3C TRANSTAGE R/B
+1 02770U 67040F   16019.40444730 -.00001307  00000-0  00000+0 0  9997
+2 02770  33.0130  47.0213 8369571  91.4173 359.5008  0.50944303 85123
+0 DELTA 1 DEB
+1 02775U 66087D   16017.75518671 -.00000046  00000-0 -16580-5 0  9990
+2 02775 101.4050  80.3635 0124263 351.1126 136.6416 12.71589176287333
+0 SCOUT A DEB
+1 02777U 67034C   16017.84832061  .00000493  00000-0  29696-3 0  9991
+2 02777  90.2439 148.6099 0126243 249.8620 108.8942 14.01865016476649
+0 SCOUT A DEB
+1 02778U 67034D   16017.04352044 -.00000069  00000-0 -14968-3 0  9999
+2 02778  89.8003 112.9834 0123542 253.1143 160.1697 13.34054753366277
+0 TITAN 3C TRANSTAGE DEB
+1  2789U 65082KR  16016.89914728 +.00002043 +00000-0 +36176-3 0  9994
+2  2789 032.2869 309.2709 0106016 111.3967 249.8029 14.62142682519320
+0 WESTFORD NEEDLES
+1 02796U 63014AQ  16017.64885142  .00000876  00000-0  37959+0 0  9994
+2 02796  87.3085 105.6998 0326487 291.9106  64.7344  8.67521691595296
+0 TITAN 3C TRANSTAGE DEB
+1 02799U 65082KX  16017.43909328  .00000455  00000-0  72271-4 0  9998
+2 02799  32.0550  43.7715 0037605  92.1925  47.9869 14.66701191596650
+0 SCOUT B DEB
+1 02800U 66070D   16017.44337100  .00003784  00000-0  53750-3 0  9991
+2 02800  81.4143  68.5661 1544822 182.9704 176.1293 12.08377555121503
+0 COSMOS 158
+1 02801U 67045A   16017.08959863 -.00000002  00000-0  84491-5 0  9990
+2 02801  74.0379 214.7222 0058454 275.1308  84.3175 14.36552431550658
+0 SL-8 R/B
+1 02802U 67045B   16017.52003926  .00000086  00000-0  32877-4 0  9991
+2 02802  74.0115  48.4241 0067792 227.8728 131.6656 14.43544806554429
+0 OPS 7218 (TRANSIT 16)
+1 02807U 67048A   16016.84793933  .00000089  00000-0  12269-3 0  9992
+2 02807  89.6457 123.8312 0021948 131.7243  16.4694 13.50100738395020
+0 SCOUT A R/B
+1  2811U 67048B   16016.85982686 +.00000063 +00000-0 +84629-4 0  9995
+2  2811 089.6485 126.2985 0020237 167.0929 341.7816 13.48912633393684
+0 THOR AGENA D R/B
+1 02825U 67053B   16018.24576999  .00000007  00000-0  43234-4 0  9992
+2 02825  69.9733 311.5220 0004213  62.9327  42.6381 13.97037446561335
+0 OPS 5712 (P/L 160)
+1 02826U 67053A   16018.19742963  .00001257  00000-0  36202-3 0  9997
+2 02826  69.9294   6.6732 0004470 342.3792  17.7184 14.46978230514011
+0 GGSE 4
+1 02828U 67053C   16017.86527390  .00000017  00000-0  50030-4 0  9996
+2 02828  69.9727 306.1334 0004876  63.8784 352.8618 13.97326208477296
+0 GGSE 5
+1 02834U 67053D   16017.40850087 -.00000015  00000-0  28176-4 0  9990
+2 02834  69.9733 353.8368 0004530 107.3085  56.1673 13.95744462475917
+0 TIMATION 1
+1 02847U 67053E   16017.78250159  .00000090  00000-0  95436-4 0  9994
+2 02847  69.9656 153.3062 0006969 334.4943  25.5820 14.01543985481100
+0 SECOR 9 (EGRS 9)
+1  2861U 67065A   16014.72659536 +.00000033 +00000-0 +19392-1 0  9997
+2  2861 090.1748 303.1944 0073167 112.7212 248.1378 08.36652653482687
+0 OPS 9331 (IDSCS 16)
+1  2862U 67066A   16016.28347547 -.00000112 +00000-0 +00000-0 0  9992
+2  2862 005.7587 299.5296 0069196 324.4594 217.8310 01.09955620095357
+0 OPS 9332 (IDSCS 17)
+1 02863U 67066B   16017.48496141 -.00000066  00000-0  00000+0 0  9998
+2 02863   5.7474 299.7613 0067468 321.8335 215.5718  1.09896364 83052
+0 OPS 9333 (IDSCS 18)
+1 02864U 67066C   16015.23772464 -.00000095  00000-0  00000+0 0  9997
+2 02864   5.8439 300.0174 0063421 316.1687 162.7134  1.09785848 89847
+0 OPS 9334 (IDSCS 19)
+1 02865U 67066D   16014.06453294 -.00000082  00000-0  00000+0 0  9991
+2 02865   5.8907 300.5501 0058157 306.5790 196.3955  1.09623953 88633
+0 LES 5
+1 02866U 67066E   16018.18238881 -.00000077  00000-0  00000+0 0  9996
+2 02866   5.9840 301.0467 0055411 295.7050 263.8850  1.09419185 89417
+0 DODGE 1
+1  2867U 67066F   16016.75110786 -.00000118 +00000-0 +00000-0 0  9998
+2  2867 006.1233 301.7060 0052433 275.6038 227.7690 01.09168331091842
+0 TITAN 3C TRANSTAGE R/B
+1 02868U 67066G   16016.52254701 -.00000078  00000-0  00000+0 0  9994
+2 02868   6.2260 302.7198 0077477 254.2781 235.9814  1.08906610 86909
+0 SURCAL 159
+1 02872U 67053F   16017.14073857  .00000008  00000-0  42821-4 0  9999
+2 02872  69.9742 263.3824 0005396   6.5262 353.5914 13.98666068478596
+0 OPS 5712 (P/L 152)
+1 02873U 67053G   16017.87557120  .00000011  00000-0  45703-4 0  9996
+2 02873  69.9751 297.5133 0005086  48.2568  15.8437 13.97696329477619
+0 OPS 5712 (P/L 153)
+1 02874U 67053H   16018.19450856  .00000008  00000-0  44477-4 0  9994
+2 02874  69.9747 341.4340 0004279  93.4242 357.5753 13.96250225476344
+0 AURORA 1
+1  2876U 67065B   16016.77033094 +.00000013 +00000-0 +73710-2 0  9998
+2  2876 090.1714 302.7073 0072177 114.7259 246.1111 08.36562538071440
+0 THOR BURNER 2 R/B
+1 02877U 67065C   16017.27137109  .00000001  00000-0 -61621-3 0  9994
+2 02877  90.1732 302.8927 0066847 117.2530 243.5135  8.36603375483121
+0 ATLAS CENTAUR 2 DEB
+1 02886U 63047K   16018.18290889  .00000089  00000-0  12566-4 0  9996
+2 02886  29.8736  62.9847 0646205 184.8518 174.5537 13.29191229369914
+0 DELTA 1 DEB
+1 02888U 65089D   16007.84902818 -.00000067  00000-0  31907-4 0  9996
+2 02888  59.2015 169.2331 0716892 214.2110 300.2648 11.87336292122065
+0 SCOUT A DEB
+1 02889U 66005E   16017.07785786  .00000107  00000-0  22982-3 0  9991
+2 02889  89.4821 337.8488 0169489 106.5941  27.4592 13.17324246335907
+0 SURCAL 150B
+1 02909U 67053J   16018.20403397  .00001882  00000-0  41594-3 0  9990
+2 02909  69.9495 101.9194 0003882 212.4534 147.6366 14.58833503521967
+0 OPS 7202 (DMSP 4A F3)
+1 02920U 67080A   16017.16748028  .00000007  00000-0  27384-4 0  9990
+2 02920  99.0508 210.4921 0038634  22.7575 337.5300 14.14624789495237
+0 SL-8 DEB
+1 02934U 65020EM  16017.39842113  .00000045  00000-0  73633-3 0  9991
+2 02934  55.5929 148.4867 0360775 161.7344 234.6603 12.50083463226733
+0 THOR BURNER 2 R/B
+1 02940U 67080B   16017.68021083  .00000044  00000-0  45106-4 0  9997
+2 02940  98.9542 228.5021 0036990 301.5845  58.1720 14.16292920496892
+0 WESTFORD NEEDLES
+1 02949U 63014AS  16017.20384400  .00000968  00000-0  95959-1 0  9995
+2 02949  86.1987 278.6085 1667283 151.3176   2.7058  8.77649759978231
+0 OPS 4947 (TRANSIT 17)
+1 02965U 67092A   16017.86895624  .00000075  00000-0  95954-4 0  9997
+2 02965  89.2464 299.3170 0046362 294.4875 133.0237 13.52827125382310
+0 SCOUT A R/B
+1 02967U 67092B   16016.74554015  .00000074  00000-0  95563-4 0  9996
+2 02967  89.2462 297.8105 0046021 327.3628  60.8594 13.51922193381531
+0 INTELSAT 2-F4
+1 02969U 67094A   16017.17303801 -.00000266  00000-0  00000+0 0  9994
+2 02969   4.7957 301.2394 0016425 226.1603 330.2635  1.00311523 78643
+0 DELTA 1 R/B(2) *
+1 02971U 67094C   16017.63735868  .00002225  00000-0  14744-2 0  9999
+2 02971  28.3884  26.6966 6671420  81.9058 343.4811  3.04314837441721
+0 DELTA 1 DEB
+1  2976U 67036C   16016.93201542 -.00000037 +00000-0 +58020-4 0  9996
+2  2976 102.1820 182.4623 0098267 155.0743 359.0628 12.81973527280203
+0 DELTA 1 DEB
+1 02977U 67036D   16017.68079994 -.00000043  00000-0 -95031-6 0  9997
+2 02977 101.3923  54.6703 0059772 199.9320 279.8992 12.56757710236002
+0 OPS 1264 (DMSP 4A F4)
+1 02980U 67096A   16016.96668961  .00000197  00000-0  51429-4 0  9994
+2 02980  99.2076 340.7635 0100190 112.6773 248.5054 14.59004241552965
+0 THOR BURNER 2 R/B
+1 02985U 67096B   16017.38124359  .00000241  00000-0  55015-4 0  9999
+2 02985  99.1165 293.7491 0090223 185.1799 174.8476 14.63923580557070
+0 SCOUT X-4 DEB
+1 02986U 64026E   16018.17605742  .00000190  00000-0  11018-3 0  9995
+2 02986  90.5232 335.5819 0055182  81.6449 279.0984 14.05292733640639
+0 SCOUT A DEB
+1 02989U 66005F   16017.49106976  .00000225  00000-0  14575-3 0  9996
+2 02989  89.7127  45.3712 0111061 302.3832  56.6635 13.97206559465875
+0 SCOUT A DEB
+1 02994U 67092C   16018.04735184  .00000287  00000-0  19908-3 0  9993
+2 02994  89.4339 221.7376 0095253 190.7915 169.1220 13.94382073444920
+0 WESTFORD NEEDLES
+1 02997U 63014AU  16015.14456299 -.00001853  00000-0 -32351+0 0  9996
+2 02997  86.6170 265.3601 1293076 177.1841 183.7270  8.78569880982711
+0 ATS 3
+1  3029U 67111A   16016.28743949 -.00000094 +00000-0 +00000-0 0  9994
+2  3029 005.7145 302.8129 0013544 113.0324 057.4922 01.00272043176488
+0 ESSA 6 (TOS-D)
+1  3035U 67114A   16016.92954649 -.00000045 +00000-0 +12190-4 0  9999
+2  3035 102.1419 338.8510 0048710 142.5822 252.0989 12.54208063205679
+0 DELTA 1 R/B
+1 03036U 67114B   16018.12827959 -.00000028  00000-0  11802-3 0  9996
+2 03036 102.1239 335.5114 0047901 152.3057 335.7883 12.54085295206004
+0 SL-8 DEB
+1  3038U 65020EN  16016.94051592 +.00000531 +00000-0 +20464-3 0  9994
+2  3038 056.1931 284.7833 0529788 094.1418 272.0259 13.85710981695125
+0 SL-8 DEB *
+1 03045U 65070G   16017.70304314  .00000118  00000-0  13008-2 0  9991
+2 03045  55.4364 136.6408 0293844  16.2110 126.8784 12.44109161215946
+0 COSMOS 192
+1 03047U 67116A   16018.21725506  .00000110  00000-0  31829-4 0  9998
+2 03047  74.0119  36.4043 0007255  50.1876 309.9925 14.55430930545593
+0 SL-8 R/B
+1 03048U 67116B   16018.23963377  .00000146  00000-0  36727-4 0  9992
+2 03048  74.0091 287.7535 0007549 262.1540 266.4232 14.59855229550791
+0 DELTA 1 DEB
+1 03051U 67114C   16015.15713476 -.00000033  00000-0  63947-4 0  9995
+2 03051 101.4161  90.2425 0089364 195.9916 193.5257 12.62173392219490
+0 COSMOS 198
+1 03081U 67127A   16017.92108732 -.00000087  00000-0  17766-5 0  9990
+2 03081  65.1426 151.1691 0024295 355.5068   4.5777 13.93224162444203
+0 EXPLORER 36 (GEOS 2)
+1 03093U 68002A   16017.84177521 -.00000074  00000-0  15714-5 0  9996
+2 03093 105.7883 129.9459 0318842 158.5008 315.7266 12.83522323249760
+0 DELTA 1 R/B
+1 03094U 68002B   16017.49222001 -.00000056  00000-0  60667-4 0  9998
+2 03094 105.8071 188.7363 0312996 114.3276 253.1988 12.85060506251748
+0 ATLAS AGENA B DEB
+1 03121U 63030F   16018.23254893 -.00000015  00000-0 -86567-2 0  9993
+2 03121  88.4004  61.3163 0033737 272.4288  87.2700  8.57967063880886
+0 SCOUT A DEB
+1 03122U 67092D   16017.83944289  .00000204  00000-0  40974-3 0  9997
+2 03122  89.0671  66.6518 0185318 305.2374 106.9056 13.24959820330379
+0 DELTA 1 DEB
+1 03123U 67114D   16017.75479477 -.00000041  00000-0  49263-4 0  9997
+2 03123 102.4203 307.2135 0028571  81.4089 335.5805 12.47999308195014
+0 THOR ABLESTAR DEB
+1 03124U 61015HX  16017.07156543  .00001531  00000-0  18505-2 0  9990
+2 03124  66.9857 260.4797 0345898 171.7859 188.9071 13.46297565656181
+0 THOR ABLESTAR DEB
+1 03125U 61015HY  16017.19827123  .00000558  00000-0  11079-2 0  9990
+2 03125  67.5568  36.4060 0308497  43.0490  31.5508 13.24713664643899
+0 DELTA 1 DEB
+1 03126U 68002C   16018.18020883 -.00000097  00000-0 -74323-4 0  9995
+2 03126 106.0575 111.3743 0321113  78.8669 353.1369 12.82293902247239
+0 DELTA 1 DEB
+1  3127U 68002D   16015.30512394 -.00000028 +00000-0 +15102-3 0  9992
+2  3127 105.3251 167.3322 0321817 225.0808 201.8367 12.84713456250176
+0 COSMOS 203
+1 03129U 68011A   16017.51595943 -.00000125  00000-0 -26871-3 0  9994
+2 03129  74.0515  47.7114 0013288 292.2623 233.8838 13.18202663305208
+0 SL-8 R/B
+1 03131U 68011B   16017.52138628 -.00000019  00000-0  25984-6 0  9999
+2 03131  74.0515  64.0329 0015184 314.2966  45.6876 13.17930870304660
+0 ATLAS AGENA B DEB
+1 03132U 63030G   16017.23981886 -.00000020  00000-0 -11026-1 0  9996
+2 03132  88.4023  64.2569 0124969 269.3269  89.3260  8.57860417133647
+0 OPS 7034 (TRANSIT 18)
+1 03133U 68012A   16018.22280863  .00000073  00000-0  97604-4 0  9994
+2 03133  89.9593 277.3729 0074475 201.9476 278.0196 13.50928958357343
+0 SCOUT A R/B
+1 03137U 68012B   16016.81229182  .00000064  00000-0  85255-4 0  9997
+2 03137  89.9578 276.8582 0074443 264.1199 136.5161 13.49723085356025
+0 COSMOS 209
+1 03158U 68023A   16017.68831441 -.00000070  00000-0  13362-4 0  9993
+2 03158  65.3321  68.7764 0041141 334.4135  25.4899 13.97694257439838
+0 THOR ABLESTAR DEB
+1 03164U 61015HZ  16017.54202304  .00000440  00000-0  35648-3 0  9999
+2 03164  66.7483 187.7711 0051392 193.1665 166.8080 13.98753566555718
+0 TRANSIT 5B-1 DEB
+1 03166U 63038H   16017.88267253  .00000067  00000-0  98932-4 0  9990
+2 03166  90.0911 320.8952 0043511 103.3236 317.1396 13.44503064564026
+0 OV1-13
+1  3173U 68026A   16016.64960917 +.00000046 +00000-0 +91093-4 0  9998
+2  3173 099.9745 247.1416 3811747 069.1887 327.1271 07.25347685262284
+0 OV1-14
+1 03174U 68026B   16016.15089245 -.00000171  00000-0 -33447-3 0  9990
+2 03174 100.0630 282.7136 3979445 243.1527 326.8403  6.96294142211688
+0 OV1-14 R/B
+1 03177U 68026C   16017.21007501 -.00000113  00000-0 -19284-3 0  9995
+2 03177 100.0530 290.3464 3987006 229.7869 335.5388  6.97205475212277
+0 OV1-13 R/B
+1 03212U 68026D   16017.64528007  .00000026  00000-0  43310-4 0  9990
+2 03212  99.9445 259.3994 3843054  16.2259 353.3345  7.27762009265080
+0 SCOUT A DEB
+1 03213U 68012C   16018.20205412  .00000241  00000-0  19597-3 0  9999
+2 03213  90.1800  24.5860 0052725 182.6787 307.4742 13.86901589348039
+0 SCOUT A DEB
+1  3214U 68012D   16016.60491307 +.00000137 +00000-0 +25421-3 0  9999
+2  3214 090.0103 134.7754 0187781 057.7164 069.9405 13.28249112079336
+0 COSMOS 220
+1 03229U 68040A   16017.69540312  .00000291  00000-0  47226-4 0  9996
+2 03229  74.0277  82.1401 0038908 247.9963 111.7076 14.75755121549952
+0 SL-8 R/B
+1 03230U 68040B   16017.82786915  .00000762  00000-0  83054-4 0  9996
+2 03230  74.0343 196.2679 0032059 284.9083  74.8549 14.89658303558613
+0 WESTFORD NEEDLES
+1 03239U 63014BD  16017.53520935  .00000018  00000-0  71761-2 0  9991
+2 03239  87.3397 197.0458 0030660  11.0438 349.1084  8.65344645664855
+0 WESTFORD NEEDLES
+1 03244U 63014BJ  16017.53791841  .00000019  00000-0  76884-2 0  9995
+2 03244  87.3387 197.2212 0026361  16.5351 343.6358  8.65187039888940
+0 WESTFORD NEEDLES
+1  3255U 63014BV  16016.87951702 +.00000008 +00000-0 +20699-2 0  9998
+2  3255 087.3300 174.9897 0124254 081.8986 279.5944 08.66578982051792
+0 OPS 7869 (DMSP 4B F1)
+1 03266U 68042A   16018.19524509  .00000009  00000-0  27967-4 0  9992
+2 03266  98.9882 224.6455 0053061   2.3325 357.8085 14.15165438375583
+0 WESTFORD NEEDLES *
+1 03267U 63014CF  16017.33809355  .00000176  00000-0  13060-3 0  9990
+2 03267  88.4023 154.7384 1693525 283.4227  58.4234 11.32520859112103
+0 THOR BURNER 2 R/B
+1 03271U 68042B   16017.67331376  .00000024  00000-0  34110-4 0  9993
+2 03271  98.8876 234.3024 0051362 305.6976  53.9424 14.16591412458684
+0 OPS 9341 (IDSCS 20)
+1 03284U 68050A   16018.04454248 -.00000079  00000-0  00000+0 0  9999
+2 03284   1.1094 356.0786 0012880 134.0629 325.9575  1.07853749 93926
+0 OPS 9342 (IDSCS 21)
+1  3285U 68050B   16016.46577383 -.00000118 +00000-0 +00000-0 0  9995
+2  3285 001.0912 356.6735 0014656 133.4298 038.4771 01.07819471187149
+0 OPS 9343 (IDSCS 22)
+1  3286U 68050C   16014.09109154 -.00000102 +00000-0 +00000-0 0  9993
+2  3286 001.0943 354.9351 0018211 131.2849 309.2971 01.07757689006433
+0 OPS 9344 (IDSCS 23)
+1 03287U 68050D   16016.50167935 -.00000094  00000-0  00000+0 0  9992
+2 03287   1.1018 352.1606 0025236 129.4866  26.4917  1.07640208186888
+0 OPS 9345 (IDSCS 24)
+1 03288U 68050E   16016.47620192 -.00000054  00000-0  00000+0 0  9994
+2 03288   1.1430 346.8842 0035359 130.3933 328.0540  1.07477448 98599
+0 OPS 9346 (IDSCS 25)
+1 03289U 68050F   16015.68198425 -.00000131  00000-0  00000+0 0  9992
+2 03289   1.1465 343.6164 0046697 131.5029 329.4539  1.07288207 98424
+0 OPS 9347 (IDSCS 26)
+1 03290U 68050G   16016.80387722 -.00000055  00000-0  00000+0 0  9994
+2 03290   1.2234 337.2315 0062701 135.5269 108.6466  1.07034659 98181
+0 OPS 9348 (IDSCS 27)
+1  3291U 68050H   16014.36920110 -.00000123 +00000-0 +00000-0 0  9995
+2  3291 001.2651 332.6177 0078905 138.2003 024.6714 01.06767692185380
+0 TITAN 3C TRANSTAGE R/B
+1  3292U 68050J   16016.39514609 -.00000117 +00000-0 +00000-0 0  9996
+2  3292 000.9959 003.9045 0162956 337.1876 231.7933 01.05594934006324
+0 EXPLORER 38 (RAE-A)
+1 03307U 68055A   16016.81850476 -.00000010  00000-0  00000+0 0  9991
+2 03307 120.8676 326.8982 0007957  30.1672 329.9388  6.42572688115096
+0 DELTA 1 R/B
+1  3315U 68055B   16016.86293324 +.00000008 +00000-0 +88139-4 0  9998
+2  3315 120.6411 242.6330 2702063 110.5944 012.2621 09.25054676589485
+0 EXPLORER 40 (INJUN-5)
+1 03338U 68066B   16017.83722518  .00000049  00000-0  39531-4 0  9992
+2 03338  80.6621 112.7522 1133877 163.1997 201.0118 12.22805058113391
+0 SCOUT B R/B
+1 03341U 68066C   16017.19677176  .00000000  00000-0 -17686-4 0  9999
+2 03341  80.6616  89.7411 1120964  99.9646 272.9574 12.25054946115243
+0 ESSA 7 (TOS-E)
+1 03345U 68069A   16017.09864721 -.00000046  00000-0 -14385-4 0  9993
+2 03345 101.5838  68.6831 0026693  36.0066  19.5229 12.52969787168988
+0 DELTA 1 R/B
+1 03346U 68069B   16016.81737171 -.00000053  00000-0 -57328-4 0  9993
+2 03346 101.5433  68.2952 0023784 252.6564 237.9887 12.54290550171074
+0 TITAN 3C TRANSTAGE DEB
+1 03373U 65082ML  16017.17965176  .00000519  00000-0  14936-3 0  9995
+2 03373  30.9964 294.9426 0206086 282.2157  75.5449 14.26581243525343
+0 TITAN 3C TRANSTAGE DEB
+1 03386U 65082MY  16017.50296427  .00000943  00000-0  10955-3 0  9990
+2 03386  32.3752  87.7762 0007978 128.6560 231.4810 14.82870598679441
+0 SCOUT B DEB
+1 03392U 68066H   16017.40596565  .00002022  00000-0  98368-3 0  9991
+2 03392  80.6734  21.2323 0513043 195.4007 163.1019 13.65909363228167
+0 DELTA 1 DEB
+1  3416U 68069C   16016.67967519 -.00000051 +00000-0 -22865-4 0  9992
+2  3416 101.7087 081.7243 0119246 158.1970 356.0509 12.67047982192410
+0 DELTA 1 DEB
+1 03417U 68069D   16016.40909999 -.00000024  00000-0  14974-3 0  9992
+2 03417 101.8168 324.3915 0064719 288.0192 191.3693 12.39688177451729
+0 OV2-5
+1 03428U 68081A   16017.03210507  .00000070  00000-0  00000+0 0  9999
+2 03428   6.6451 316.0809 0087376 310.0680 215.6265  1.01555330 82759
+0 LES 6
+1  3431U 68081D   16016.37903502 -.00000293 +00000-0 +00000-0 0  9992
+2  3431 007.3245 316.6491 0010739 307.0254 288.3472 01.00290121082634
+0 TITAN 3C TRANSTAGE R/B
+1 03432U 68081E   16015.67520578 -.00000289  00000-0  00000+0 0  9997
+2 03432   6.6911 315.9950 0101054 304.3885 221.0609  1.01516921 83323
+0 TITAN 3C TRANSTAGE DEB
+1  3454U 65082PP  16016.58797022 +.00001592 +00000-0 +17750-3 0  9991
+2  3454 032.2660 129.3303 0023748 183.3384 176.7114 14.84944064677788
+0 TITAN 3C TRANSTAGE DEB
+1 03462U 65082PT  16016.40785791  .00001390  00000-0  99466-4 0  9992
+2 03462  32.0254  37.5435 0021132 186.5750 173.4630 15.01817299710208
+0 TITAN 3C TRANSTAGE DEB
+1 03488U 65082QJ  16017.53175074  .00000512  00000-0  77057-4 0  9999
+2 03488  32.2289 193.5459 0028317 265.0577  94.6839 14.69942423658237
+0 TITAN 3C TRANSTAGE DEB
+1 03494U 65082QQ  16017.78823652  .00000273  00000-0  48946-4 0  9994
+2 03494  31.8917 251.2253 0029013 284.5213  75.2209 14.58163997649491
+0 COSMOS 249
+1 03504U 68091A   16018.20015192  .00000116  00000-0  73333-4 0  9993
+2 03504  62.3535  21.0272 0994378 324.0151  29.7639 12.95583550227200
+0 COSMOS 249 DEB
+1 03506U 68091C   16017.85471735 -.00000043  00000-0  27907-4 0  9990
+2 03506  62.3675 244.9786 0953822 226.9015 124.8270 12.89285111215458
+0 COSMOS 249 DEB
+1 03509U 68091F   16018.18572891  .00002221  00000-0  26956-3 0  9996
+2 03509  62.3714 271.8820 0341097 262.7434  93.4752 14.52935600347416
+0 OPS 4078 (DMSP 4B F2)
+1 03510U 68092A   16017.21676256  .00000023  00000-0  26535-4 0  9994
+2 03510  98.3667 246.6440 0030448   9.2028 350.9705 14.27055105455009
+0 THOR BURNER 2 R/B
+1 03522U 68092B   16017.04549137  .00000074  00000-0  44984-4 0  9999
+2 03522  98.2992 181.0659 0029414 190.7584 169.2973 14.29346606457078
+0 COSMOS 252
+1 03530U 68097A   16017.79743715 -.00000063  00000-0  18305-4 0  9990
+2 03530  62.3255 124.0579 0993126 354.0102   4.9687 12.87369678215794
+0 COSMOS 252 DEB
+1 03549U 68097B   16017.51762339  .00001330  00000-0  22740-3 0  9997
+2 03549  62.3064  81.4476 0474432  62.1300 302.6974 14.19375042325243
+0 COSMOS 252 DEB
+1 03551U 68097D   16017.85068033  .00001541  00000-0  47138-3 0  9999
+2 03551  62.2991 325.9489 0645683 310.6913  43.9688 13.65526058287130
+0 COSMOS 252 DEB
+1  3554U 68097G   16016.75788863 +.00000622 +00000-0 +17297-3 0  9992
+2  3554 062.2671 077.5075 0649220 073.2037 293.9150 13.73359332301281
+0 COSMOS 252 DEB
+1 03555U 68097H   16017.48149876 -.00000028  00000-0  30849-4 0  9999
+2 03555  62.3118 179.6992 0931824  86.3930 284.3009 13.06127303240165
+0 COSMOS 252 DEB
+1  3557U 68097K   16016.87871216 +.00000250 +00000-0 +11647-3 0  9993
+2  3557 062.3047 036.3112 0872088 133.4824 234.2148 13.19527093251729
+0 COSMOS 252 DEB
+1 03558U 68097L   16017.55736380  .00004380  00000-0  49211-3 0  9998
+2 03558  62.1890 151.4533 0222230 289.9923 144.0700 14.71974767376245
+0 COSMOS 252 DEB
+1  3559U 68097M   16016.90018360 +.00002914 +00000-0 +63775-3 0  9990
+2  3559 062.2962 325.7707 0572470 025.0996 337.6736 13.90028480312699
+0 COSMOS 252 DEB
+1 03561U 68097P   16017.43853028  .00002920  00000-0  55671-3 0  9993
+2 03561  62.2744 259.5046 0541252  39.8300 324.1188 14.00798755304207
+0 COSMOS 252 DEB
+1 03565U 68097R   16017.47359545  .00001262  00000-0  29373-3 0  9994
+2 03565  62.2980  92.1473 0541931   5.9160 354.7943 13.95801527309095
+0 COSMOS 252 DEB
+1 03569U 68097V   16017.70289909  .00001550  00000-0  44939-3 0  9995
+2 03569  62.3083  86.4123 0597778 288.5989  65.1040 13.76334992292942
+0 COSMOS 256
+1 03576U 68106A   16016.48788373 -.00000305  00000-0 -74533-3 0  9999
+2 03576  74.0485  33.6002 0032709  81.7613  84.1644 13.16788413265262
+0 SL-8 R/B
+1  3577U 68106B   16016.90964772 -.00000053 +00000-0 -85327-4 0  9990
+2  3577 074.0524 310.6377 0034982 344.3597 051.3675 13.18909463267910
+0 COSMOS 249 DEB
+1 03583U 68091R   16015.09971411  .00000574  00000-0  10051-2 0  9993
+2 03583  62.0909  51.3340 0688328 286.5675  66.0828 12.82457419196051
+0 COSMOS 249 DEB
+1 03584U 68091S   16016.75053166  .00002196  00000-0  46416-3 0  9993
+2 03584  62.3208 121.2150 0443469 311.3526  45.0158 14.14893560319856
+0 SCOUT A DEB
+1 03591U 66041E   16017.51821153  .00000160  00000-0  95588-4 0  9992
+2 03591  90.1406   7.7748 0073581 266.2662  93.0103 14.02559411534580
+0 THOR ABLESTAR DEB
+1 03592U 65048F   16018.11673880  .00000187  00000-0  23079-3 0  9992
+2 03592  89.9688 318.6426 0064337  17.0670  45.2273 13.61050127502920
+0 OAO 2
+1 03597U 68110A   16017.44230201  .00000085  00000-0  28904-4 0  9991
+2 03597  34.9950  26.8048 0005228  65.2199 294.9035 14.45703954483080
+0 ATLAS CENTAUR R/B
+1 03598U 68110B   16017.42690760  .00000225  00000-0  56439-4 0  9990
+2 03598  34.9949  15.0053 0049434 355.8952   4.1331 14.54166923491209
+0 OPS 7684
+1 03605U 68112B   16017.78420883  .00000051  00000-0  25852-3 0  9998
+2 03605  80.3611  10.8728 0054183 265.8628 147.8073 12.60351369165276
+0 COSMOS 249 DEB
+1 03606U 68091Y   16017.83847510  .00000410  00000-0  38810-3 0  9998
+2 03606  62.2488 250.3353 0784517 155.1200 208.9854 12.98999053208454
+0 COSMOS 249 DEB
+1 03609U 68091AB  16017.49426004  .00000292  00000-0  99429-4 0  9996
+2 03609  62.2859 193.2319 0748141 305.2231  48.0932 13.54138757188839
+0 OV1-5 DEB
+1 03611U 66025E   16017.61220807  .00005476  00000-0  56666-3 0  9995
+2 03611 144.5601 280.3502 0018603 183.9769 176.0793 14.85644602566814
+0 ESSA 8 (TOS-F)
+1 03615U 68114A   16017.83848362 -.00000048  00000-0 -35956-4 0  9998
+2 03615 101.2437  34.1966 0031457 234.7948 174.6258 12.56192792159429
+0 DELTA 1 R/B
+1 03616U 68114B   16017.48420242 -.00000055  00000-0 -81689-4 0  9995
+2 03616 101.4123  57.8442 0013306 224.3829 242.7648 12.51341934153222
+0 OPS 7684 DEB
+1 03617U 68112C   16017.45435721  .00000038  00000-0  17735-3 0  9998
+2 03617  80.1798  20.4676 0044473 302.3717 213.3900 12.63319868171040
+0 OPS 7684 DEB
+1  3618U 68112D   16016.92938035 +.00000031 +00000-0 +15210-3 0  9995
+2  3618 080.5354 013.6203 0083679 317.8619 069.4548 12.55704387157559
+0 INTELSAT 3-F2
+1  3623U 68116A   16016.77008641 -.00000119 +00000-0 +00000-0 0  9995
+2  3623 012.8143 322.3451 0098138 359.1501 179.5188 00.90193920048462
+0 ISIS 1
+1 03669U 69009A   16017.99103085  .00000054  00000-0  33448-4 0  9993
+2 03669  88.4358 204.9738 1711915 356.7945   2.3146 11.29387000930693
+0 DELTA 1 R/B
+1  3670U 69009B   16016.88174690 +.00000374 +00000-0 +25828-3 0  9999
+2  3670 088.4377 177.8818 1643650 235.7255 107.7310 11.43741035944037
+0 OPS 2644
+1 03673U 69010B   16016.88761726  .00000015  00000-0  47260-4 0  9993
+2 03673  80.3929  72.9764 0023149 278.9949 202.2172 12.63297881163467
+0 INTELSAT 3-F3
+1  3674U 69011A   16016.63020166 -.00000206 +00000-0 +00000-0 0  9994
+2  3674 017.9297 332.3309 0173755 279.4897 273.3631 00.84931021034385
+0 COSMOS 249 DEB *
+1 03679U 68091AE  16017.50633707  .00001224  00000-0  29733-3 0  9991
+2 03679  62.7480 163.0673 0679891  61.8501 304.9516 13.68583927261055
+0 COSMOS 252 DEB *
+1 03686U 68097AD  16017.23595974  .00001783  00000-0  18092-2 0  9993
+2 03686  62.2625 350.2228 0689345  46.0538 319.5257 13.05225906199476
+0 COSMOS 252 DEB *
+1 03690U 68097AH  16018.14779775 -.00000178  00000-0 -95048-4 0  9999
+2 03690  62.3495 291.4589 0784793 213.8409 141.0068 12.87065406200878
+0 OPS 0757 (TACSAT)
+1 03691U 69013A   16018.08325785 -.00000207  00000-0  00000+0 0  9991
+2 03691   5.9336 306.0443 0019914 241.1959  42.1575  1.00450681159264
+0 TITAN 3C TRANSTAGE R/B
+1 03692U 69013B   16018.09378440 -.00000253  00000-0  00000+0 0  9990
+2 03692   7.7380 308.2722 0153379 108.4244  75.0027  0.97609549 75093
+0 COSMOS 249 DEB
+1 03695U 68091AL  16018.21181669  .00001115  00000-0  12723-2 0  9992
+2 03695  62.2374 347.4938 0718245 104.4745 263.6990 12.96030766178594
+0 COSMOS 252 DEB *
+1 03713U 68097AQ  16017.44567851  .00000054  00000-0  15257-3 0  9991
+2 03713  62.2210  35.8090 0678432 206.4246 150.0618 13.01869484193400
+0 THOR ABLESTAR DEB
+1 03740U 61015JB  16017.32776475  .00000226  00000-0  17013-3 0  9998
+2 03740  66.3347 106.2442 0095823 249.2055 109.8744 14.09501542786890
+0 ATLAS CENTAUR 2 DEB
+1 03741U 63047L   16018.19128625  .00000703  00000-0  17740-3 0  9997
+2 03741  29.8891  78.4994 0336741  84.0174 279.8684 14.16150026370700
+0 SL-8 DEB *
+1 03743U 65020ES  16017.69162093 -.00000038  00000-0  41466-3 0  9997
+2 03743  56.6638 109.7980 0257638 303.7258 210.6471 12.20295889110375
+0 THOR ABLESTAR DEB
+1 03744U 61015JC  16017.92863807  .00001576  00000-0  13025-2 0  9991
+2 03744  66.9803 335.7645 0152223  12.9853 347.5075 13.86264201352013
+0 SL-8 DEB *
+1 03745U 65020ET  16017.94925022 -.00000025  00000-0  43974-3 0  9998
+2 03745  56.0167 247.2516 0160653 187.9548 272.6184 12.50447120165925
+0 THOR ABLESTAR DEB
+1 03748U 61015JD  16016.88652095 -.00000058  00000-0 -16090-4 0  9997
+2 03748  67.7479 332.8884 0527840 172.2086 222.9457 12.78432756207962
+0 SL-8 DEB
+1  3749U 65020EU  16016.90322070 +.00001156 +00000-0 +50481-3 0  9997
+2  3749 056.1130 207.8138 0507883 100.5906 265.2665 13.77379759274904
+0 SCOUT X-4 DEB
+1 03750U 63053J   16017.75824985  .00002832  00000-0  82602-3 0  9991
+2 03750  78.5967 269.3790 0409690 291.2553  64.5319 14.04898250268195
+0 THOR ABLESTAR DEB
+1  3752U 61015JE  16016.56472213 +.00000335 +00000-0 +56554-3 0  9993
+2  3752 067.6246 192.3000 0214326 037.9866 071.6338 13.47392737292234
+0 COSMOS 249 DEB *
+1 03753U 68091AR  16017.88838638  .00002943  00000-0  42575-3 0  9993
+2 03753  62.4396 340.3348 0265679 258.6842 129.1499 14.57085381376031
+0 COSMOS 249 DEB
+1 03755U 68091AT  16017.20450146  .00000938  00000-0  12678-2 0  9997
+2 03755  62.2496 264.0191 0790284  24.0487 339.5375 12.76226844161082
+0 COSMOS 249 DEB
+1  3757U 68091AU  16016.97132034 +.00001436 +00000-0 +32456-3 0  9996
+2  3757 061.9914 290.9677 0497609 277.2117 161.0440 14.04377584295348
+0 COSMOS 249 DEB *
+1 03758U 68091AV  16017.86618735  .00000441  00000-0  64878-3 0  9991
+2 03758  62.2595 250.6397 0786767  21.3396 341.8556 12.76895157127756
+0 ESSA 9 (TOS-G)
+1  3764U 69016A   16016.88303328 -.00000052 +00000-0 -44819-4 0  9990
+2  3764 101.8720 077.1528 0050772 248.7822 163.6256 12.49833599512555
+0 DELTA 1 R/B
+1 03767U 69016B   16018.14439161 -.00000053  00000-0 -47620-4 0  9993
+2 03767 101.8813  76.4439 0050966 127.2535 288.6035 12.51400709141558
+0 COSMOS 252 DEB
+1 03784U 68097AW  16017.51953973  .00000492  00000-0  44661-3 0  9998
+2 03784  62.2550 221.9629 0645774 255.8861  96.9597 13.23554935584083
+0 COSMOS 252 DEB
+1 03785U 68097AX  16017.38826160  .00000974  00000-0  13966-2 0  9999
+2 03785  62.2641  14.5944 0784702 347.5400  10.7124 12.74061200 72607
+0 COSMOS 252 DEB
+1 03788U 68097BA  16018.19767412 -.00000135  00000-0 -64738-3 0  9991
+2 03788  61.8765 300.3084 0571880 191.2731 324.3328 11.88169734 48962
+0 COSMOS 249 DEB *
+1 03790U 68091AX  16017.20830162  .00000447  00000-0  20759-3 0  9991
+2 03790  62.9912  87.3629 0768605 342.7212  14.8903 13.32539728259169
+0 COSMOS 249 DEB
+1  3793U 68091BA  16016.91152490 +.00000715 +00000-0 +79057-3 0  9995
+2  3793 062.2296 199.2545 0668136 170.2561 191.2179 13.07942483202294
+0 COSMOS 249 DEB
+1 03794U 68091BB  16018.17208678  .00001030  00000-0  97924-3 0  9990
+2 03794  62.2692 348.8188 0663534 112.4833 254.7783 13.14346126209122
+0 THOR ABLESTAR DEB
+1 03810U 65065P   16017.20371726  .00000316  00000-0  48104-3 0  9997
+2 03810  89.8064 257.0430 0061891 120.0014   7.9961 13.49152708745584
+0 DELTA 1 DEB
+1 03811U 68114C   16017.12095144 -.00000040  00000-0  39770-4 0  9999
+2 03811 101.9335  79.2876 0138425 194.9852 222.1144 12.76255577193339
+0 DELTA 1 DEB
+1 03812U 68114D   16017.35376450 -.00000022  00000-0  17452-3 0  9999
+2 03812 102.0313 328.0262 0071565 284.3286 231.9876 12.37687836127384
+0 COSMOS 252 DEB
+1 03814U 68097BC  16016.08984040  .00000748  00000-0  11492-2 0  9991
+2 03814  62.2766  40.1585 0769181 311.2803  42.4336 12.74379058171962
+0 COSMOS 272
+1 03818U 69024A   16018.16638779 -.00000216  00000-0 -50315-3 0  9992
+2 03818  73.9886 227.1676 0018397  60.5334  74.8700 13.17865393253296
+0 SL-8 R/B
+1 03819U 69024B   16017.55708513 -.00000055  00000-0 -88819-4 0  9991
+2 03819  73.9881 161.5613 0010279 339.3167  88.9392 13.19453890255669
+0 OV1-19
+1 03825U 69025C   16016.67288536  .00000226  00000-0  13162-3 0  9995
+2 03825 104.7397 259.4903 2691157 317.0428  24.8676  9.55633403620143
+0 OV1-19 R/B
+1 03827U 69025E   16017.42418290  .00000147  00000-0  93105-4 0  9991
+2 03827 104.7125  46.1173 2626133 131.3678 254.4904  9.66207319632008
+0 OPS 2644 DEB
+1 03840U 69010C   16016.31081647  .00000050  00000-0  25190-3 0  9990
+2 03840  80.6089 137.7357 0032351   9.3138  18.2535 12.58476737155026
+0 OPS 2644 DEB
+1 03841U 69010D   16016.46961126  .00000023  00000-0  93102-4 0  9995
+2 03841  80.1751  19.2137 0031105 255.6245 225.0941 12.66677086169370
+0 THOR ABLESTAR DEB
+1  3842U 61015JF  16016.81469275 +.00000071 +00000-0 +15486-3 0  9991
+2  3842 066.7389 026.2393 0126183 112.6023 248.8450 13.69947808713781
+0 COSMOS 252 DEB
+1 03843U 68097BG  16017.51494065  .00000386  00000-0  52408-3 0  9996
+2 03843  62.2692 152.8889 0716803   5.3551 355.4603 12.93975354174536
+0 EXPLORER 38 DEB
+1 03848U 68055C   16017.77504064 -.00000010  00000-0  00000+0 0  9996
+2 03848 120.8751 338.5938 0014986  81.4676 278.7623  6.42501725 15663
+0 COSMOS 249 DEB
+1  3874U 68091BH  16016.46418078 +.00002351 +00000-0 +22619-2 0  9991
+2  3874 062.2619 265.2655 0687879 061.3000 305.5369 13.07458679201785
+0 NIMBUS 3
+1 03890U 69037A   16017.37786628 -.00000016  00000-0  49981-4 0  9990
+2 03890  99.9677 289.3766 0038933 224.7941 242.8522 13.42497708290815
+0 SECOR 13 (EGRS 13)
+1  3891U 69037B   16016.75323368 -.00000024 +00000-0 +36295-4 0  9993
+2  3891 099.9608 287.6100 0039613 169.5166 202.5617 13.42829285291126
+0 THORAD AGENA D R/B
+1 03892U 69037C   16017.82806451 -.00000044  00000-0  92597-6 0  9993
+2 03892  99.9878 292.3699 0038617 294.7586 105.9287 13.41869898289288
+0 COSMOS 252 DEB
+1 03898U 68097BK  16015.64160861  .00000500  00000-0  68136-3 0  9995
+2 03898  62.2731 253.4403 0761541 348.8699   9.6226 12.84080850184197
+0 COSMOS 252 DEB
+1 03899U 68097BL  16017.46867879  .00007659  00000-0  86198-3 0  9991
+2 03899  62.1743  53.3399 0180561 180.1074 179.9999 14.76281585248507
+0 COSMOS 252 DEB
+1 03900U 68097BM  16017.42188162  .00003854  00000-0  70731-3 0  9990
+2 03900  62.2225 104.5790 0377276 230.3491 210.8930 14.30192137340352
+0 COSMOS 252 DEB *
+1  3901U 68097BN  16016.87330009 +.00000182 +00000-0 +20219-3 0  9995
+2  3901 061.2737 130.8920 0844491 133.0157 234.4813 12.91318871185756
+0 COSMOS 249 DEB *
+1 03908U 68091BL  16017.89762900  .00000108  00000-0  31643-3 0  9999
+2 03908  63.3824 228.6028 0295311 359.4466 103.5652 13.32386538274775
+0 COSMOS 249 DEB
+1  3911U 68091BP  16016.45670803 +.00001077 +00000-0 +32482-3 0  9992
+2  3911 062.9229 186.8597 0856208 074.6771 294.7147 13.27333678160836
+0 COSMOS 249 DEB
+1  3912U 68091BQ  16016.72639495 +.00000723 +00000-0 +11441-2 0  9993
+2  3912 062.2559 283.4844 0790161 350.1101 008.5071 12.69538119161761
+0 COSMOS 249 DEB
+1 03923U 68091BR  16017.59683468  .00000848  00000-0  59203-3 0  9997
+2 03923  62.2294  70.8485 0646590  15.1836 346.7607 13.32676770227657
+0 SCOUT X-1 DEB
+1 03927U 61004F   16017.70090764  .00002263  00000-0  61089-3 0  9990
+2 03927  38.9276 232.7619 0495735 287.7122  67.0109 13.94733270591232
+0 SL-8 DEB *
+1  3931U 65020EV  16016.71078418 -.00000097 +00000-0 -39971-4 0  9990
+2  3931 056.0617 132.3371 0198150 136.1653 012.5660 12.35106564307117
+0 THOR ABLESTAR DEB
+1 03932U 61015JG  16017.16872992  .00000244  00000-0  58857-3 0  9995
+2 03932  65.8011  66.8413 0292367   7.1161  25.0119 13.23850344648394
+0 COSMOS 252 DEB *
+1 03938U 68097BS  16018.17822425  .00000409  00000-0  21490-3 0  9992
+2 03938  63.0022 107.0806 1168243  48.7186  25.8504 12.51232938 94800
+0 INTELSAT 3-F4
+1 03947U 69045A   16017.51079068 -.00000137  00000-0  00000+0 0  9999
+2 03947  12.9192 319.2379 0025796 344.4146 174.0934  0.90044505124932
+0 OPS 6909 (VELA 9)
+1 03954U 69046D   16014.50440939  .00000848  00000-0  00000+0 0  9991
+2 03954  53.8667 255.3795 6420073  85.4514   0.4279  0.21514749 36636
+0 TITAN 3C TRANSTAGE R/B
+1 03956U 69046F   16020.25104335 -.00000104  00000-0  00000+0 0  9995
+2 03956  21.2280  12.3681 8098130 202.4604 359.9665  0.46196845 44585
+0 SL-8 DEB *
+1  3965U 65020EY  16016.66556528 +.00000105 +00000-0 +15410-2 0  9992
+2  3965 056.3016 104.2165 0261275 224.7439 290.2191 12.26283511282499
+0 DELTA 1 DEB
+1 03974U 68069E   16017.91068140 -.00000028  00000-0  12473-3 0  9997
+2 03974 102.1898  20.1646 0035428 238.3283 189.6926 12.53203552171204
+0 DELTA 1 DEB
+1 03975U 68069F   16017.64077586 -.00000045  00000-0  14049-4 0  9993
+2 03975 102.0749  43.0679 0043127 281.4982 195.7703 12.53469787171866
+0 TITAN 3C TRANSTAGE DEB
+1 03978U 65082SE  16016.60999240  .00000353  00000-0  58346-4 0  9992
+2 03978  32.5653 141.6391 0036517  55.3280 305.0807 14.65448892888371
+0 THOR ABLESTAR DEB
+1 04005U 61015JK  16018.09023157  .00000123  00000-0  19803-3 0  9995
+2 04005  66.7522 105.4384 0097618 318.9611 112.9985 13.75468254364827
+0 COSMOS 249 DEB *
+1 04008U 68091BY  16017.51916501  .00001232  00000-0  26018-3 0  9997
+2 04008  62.8438 148.1004 0643421  95.9937 271.4764 13.80540080313192
+0 THOR ABLESTAR DEB
+1 04014U 61015JM  16017.50802409  .00000146  00000-0  55996-3 0  9993
+2 04014  67.6241 196.3848 0817108 299.3190  82.1001 12.27897320447079
+0 SCOUT X-1 DEB
+1 04026U 61004G   16017.83700336  .00001455  00000-0  45749-3 0  9995
+2 04026  38.8398 179.4140 0572261 270.2781  83.2424 13.75919628606263
+0 THOR ABLESTAR DEB
+1 04028U 61015JQ  16017.77543228  .00000531  00000-0  14370-3 0  9997
+2 04028  66.7530 241.6482 0106444  23.8074 336.7906 14.52605155820416
+0 OPS 1127 (DMSP 4B F3)
+1 04047U 69062A   16017.52288008  .00000051  00000-0  38387-4 0  9995
+2 04047  98.8395 201.2504 0043962 223.2638 136.5087 14.28522216418593
+0 THOR BURNER 2 R/B
+1 04048U 69062B   16018.17555395  .00000062  00000-0  40212-4 0  9996
+2 04048  98.7478 224.9063 0042924 124.6346 235.8895 14.30820362420616
+0 DELTA 1 DEB
+1 04053U 69064C   16017.18559520  .00084642 -28373-5  24058-3 0  9992
+2 04053  30.2697  80.7755 0333501 217.0519 140.6650 15.38893897 13044
+0 ATS 5
+1 04068U 69069A   16016.96379417  .00000003  00000-0  00000+0 0  9990
+2 04068   8.7657 310.2548 0006597 258.8218 275.3371  0.99493187 97067
+0 ATLAS CENTAUR R/B
+1  4069U 69069B   16016.27911452 +.00000112 +00000-0 +00000-0 0  9998
+2  4069 017.3889 065.5251 6669248 088.9643 340.6543 02.04798232347231
+0 COSMOS 292
+1 04070U 69070A   16018.21270759  .00000086  00000-0  27319-4 0  9992
+2 04070  74.0498 286.2908 0009462 136.9131 223.2774 14.53390622453908
+0 SL-8 R/B
+1 04071U 69070B   16017.59115016  .00000179  00000-0  41217-4 0  9993
+2 04071  74.0480  30.0884 0012234 145.2117 214.9853 14.62456592462337
+0 SL-8 DEB
+1 04084U 69070C   16017.51286877  .00000048  00000-0  20962-4 0  9992
+2 04084  74.0660 201.9150 0022241 346.5375  13.5187 14.46018025445844
+0 SOICAL (CONE)
+1 04132U 69082K   16018.16983292  .00000511  00000-0  24830-3 0  9998
+2 04132  69.9951 177.4632 0012143 287.2717  72.7074 14.23731656379213
+0 THORAD AGENA D DEB
+1 04133U 69082CP  16017.19844145  .00001790  00000-0  30446-3 0  9994
+2 04133  69.9161  17.7149 0036417  44.9906 315.4178 14.70431141427915
+0 THORAD AGENA D DEB
+1 04135U 69082DP  16017.69000993  .00000136  00000-0  86664-4 0  9993
+2 04135  69.9814  30.7184 0047577   8.3944 351.7960 14.21665976391071
+0 COSMOS 304
+1  4138U 69091A   16016.88684130 +.00000001 +00000-0 +78363-5 0  9996
+2  4138 074.0397 128.9850 0013068 354.1883 005.9121 14.45962340437854
+0 SL-8 R/B
+1 04139U 69091B   16017.18240475  .00000260  00000-0  57097-4 0  9998
+2 04139  74.0332  15.6901 0007185 245.0022 115.0399 14.62624180453583
+0 THORAD AGENA D DEB
+1  4141U 69082AJ  16016.90327837 +.00001087 +00000-0 +22307-3 0  9991
+2  4141 069.8816 045.7194 0056300 237.7596 121.8080 14.62573580425926
+0 THORAD AGENA D DEB
+1 04143U 69082M   16017.41941281  .00000455  00000-0  25291-3 0  9998
+2 04143  70.1135   2.5391 0025987 257.7238 102.0970 14.16952704379340
+0 THORAD AGENA D DEB
+1 04144U 69082N   16016.66712571  .00000876  00000-0  24352-3 0  9997
+2 04144  70.0827 105.0988 0046880 229.1658 130.5408 14.49081761414516
+0 THORAD AGENA D DEB
+1 04145U 69082P   16018.12571411  .00000251  00000-0  16703-3 0  9995
+2 04145  70.0567 183.4064 0061167 332.6617  27.1282 14.11016335381588
+0 THORAD AGENA D DEB
+1 04149U 69082T   16017.23876582  .00000502  00000-0  27679-3 0  9990
+2 04149  70.3075 324.4346 0037219 356.7207   3.3661 14.16519366380046
+0 THORAD AGENA D DEB
+1 04154U 69082W   16016.74714979  .00000138  00000-0  11638-3 0  9995
+2 04154  70.0700 119.5573 0045775 130.7172 229.7929 14.05677530115218
+0 THORAD AGENA D DEB
+1  4155U 69082X   16016.73333353 +.00000397 +00000-0 +16923-3 0  9997
+2  4155 070.0493 042.2456 0057450 094.5107 266.2583 14.31067009394504
+0 THORAD AGENA D DEB
+1 04157U 69082Z   16017.54544028  .00001411  00000-0  24146-3 0  9996
+2 04157  70.0208  73.3470 0041812 336.2312  23.6900 14.70504906432135
+0 THORAD AGENA D DEB
+1 04158U 69082AA  16017.72196128 -.00000202  00000-0 -80094-4 0  9995
+2 04158  70.0016 203.4875 0047429 234.3856 125.2835 14.11249059378369
+0 THORAD AGENA D R/B
+1 04159U 69082AB  16017.54278162  .00000003  00000-0  54944-4 0  9997
+2 04159  69.9629 140.0410 0114802  11.3402 349.0236 13.72332022317204
+0 THORAD AGENA D DEB
+1 04160U 69082AC  16018.19065393  .00007308  00000-0  53315-3 0  9996
+2 04160  70.0401  17.1840 0025569 321.2109  38.7216 15.03832388444562
+0 THORAD AGENA D DEB
+1 04161U 69082AD  16017.22887679 -.00000008  00000-0  30823-4 0  9990
+2 04161  70.0203  97.6631 0063716 236.9717 122.5260 13.98877298363132
+0 THORAD AGENA D DEB
+1 04164U 69082AG  16018.12893005  .00001022  00000-0  48203-3 0  9999
+2 04164  70.0824   4.0238 0042432 328.2170  31.6389 14.22096712369522
+0 SOICAL (CYLINDER)
+1 04166U 69082J   16017.51569814  .00005790  00000-0  63820-3 0  9999
+2 04166  69.9686  85.8312 0006360 302.9179  57.1362 14.88009664411169
+0 TEMPSAT 2
+1 04168U 69082H   16018.17070769 -.00000017  00000-0  26638-4 0  9995
+2 04168  70.0155 297.4283 0018016  34.7521  76.8641 13.95456441357539
+0 THORAD AGENA D DEB
+1 04169U 69082AM  16017.09862771  .00000699  00000-0  18826-3 0  9992
+2 04169  70.1885 270.6968 0041962 218.4551 141.3593 14.51510218416709
+0 THORAD AGENA D DEB
+1 04171U 69082AP  16018.18733914  .00000413  00000-0  17840-3 0  9991
+2 04171  70.0791 138.3930 0036926  26.8509 333.4516 14.30697501394997
+0 THORAD AGENA D DEB
+1 04173U 69082AR  16017.53058094  .00001118  00000-0  25605-3 0  9991
+2 04173  70.0753  48.9084 0039996 215.1372 144.7129 14.57775737417350
+0 THORAD AGENA D DEB
+1 04174U 69082AS  16016.70635555  .00000412  00000-0  18060-3 0  9996
+2 04174  69.9931 282.4594 0048365 163.4792 196.7921 14.29677629397497
+0 THORAD AGENA D DEB
+1 04177U 69082AV  16018.21746236  .00000326  00000-0  29838-3 0  9995
+2 04177  70.0721 313.9745 0123615 261.5829  97.1245 13.88058543328377
+0 THORAD AGENA D DEB
+1 04178U 69082AW  16017.82925855  .00000710  00000-0  25592-3 0  9998
+2 04178  69.8457 179.1691 0078920  93.3054 267.7104 14.35939516392440
+0 THORAD AGENA D DEB
+1  4180U 69082AY  16016.85921486 +.00000237 +00000-0 +10742-3 0  9994
+2  4180 069.9816 306.0479 0073510 083.1606 277.7875 14.31525077402940
+0 THORAD AGENA D DEB
+1 04187U 69082BA  16017.29920595  .00001460  00000-0  28971-3 0  9992
+2 04187  69.9632 346.0879 0032818 269.4993  90.2387 14.63994919429771
+0 THORAD AGENA D DEB
+1 04190U 69082BD  16017.09920088  .00001806  00000-0  27180-3 0  9996
+2 04190  70.0299 262.0617 0031339 345.1093  14.9128 14.75876720426959
+0 THORAD AGENA D DEB
+1 04193U 69082BG  16017.88979731  .00002597  00000-0  87975-3 0  9991
+2 04193  69.9361 210.4554 0119209 206.8671 152.6251 14.33923094343590
+0 THORAD AGENA D DEB
+1 04200U 69082BP  16017.80706851  .00002919  00000-0  40936-3 0  9997
+2 04200  70.0854  15.7143 0031783 257.0313 102.7287 14.78200415428447
+0 THORAD AGENA D DEB
+1 04205U 69082BU  16017.41691059  .00000200  00000-0  10518-3 0  9996
+2 04205  70.0599  16.0680 0066670  12.0938 348.1765 14.25922685559403
+0 THORAD AGENA D DEB
+1  4206U 69082BV  16016.89722038 +.00003733 +00000-0 +51212-3 0  9990
+2  4206 069.9310 200.7728 0028839 134.6223 225.7285 14.78963272423121
+0 THORAD AGENA D DEB
+1 04207U 69082BW  16017.13882569  .00000775  00000-0  20408-3 0  9991
+2 04207  69.9661 283.8317 0036537 243.8462 115.8913 14.52438452413326
+0 THORAD AGENA D DEB
+1 04208U 69082BX  16017.43036098  .00000350  00000-0  18561-3 0  9999
+2 04208  70.0873 141.6849 0014214 183.8790 176.2222 14.21331840468997
+0 THORAD AGENA D DEB
+1 04209U 69082BY  16017.53162326  .00000011  00000-0  40767-4 0  9993
+2 04209  70.0318 166.2662 0042414 318.5251  41.2642 14.04412000370257
+0 THORAD AGENA D DEB
+1 04211U 69082CA  16016.52178998  .00000060  00000-0  64547-4 0  9992
+2 04211  70.0743  59.0483 0030128  61.3374 299.0763 14.09888972376972
+0 THORAD AGENA D DEB
+1 04214U 69082CD  16017.50796391  .00000347  00000-0  12666-3 0  9999
+2 04214  70.0518 176.5754 0060939  26.8914 333.5351 14.39823157412504
+0 THORAD AGENA D DEB
+1 04216U 69082CF  16017.48439933  .00000065  00000-0  53950-4 0  9993
+2 04216  70.1052 218.8146 0049666 339.2931  20.6175 14.22145239620777
+0 THORAD AGENA D DEB
+1 04217U 69082CG  16017.84497697  .00000450  00000-0  17712-3 0  9998
+2 04217  70.0394 189.3513 0040378 294.0701  65.6203 14.34860433401995
+0 THORAD AGENA D DEB
+1 04218U 69082CH  16017.23011356  .00000612  00000-0  18597-3 0  9998
+2 04218  70.1009  68.8852 0038980   7.2014 352.9670 14.46282663407930
+0 AZUR (GRS A)
+1 04221U 69097A   16017.53338080  .00011514  00000-0  55431-3 0  9998
+2 04221 102.6982   8.2458 0661459 336.0595  21.1062 14.17344328175831
+0 THORAD AGENA D DEB
+1  4227U 69082CJ  16016.89847642 +.00002125 +00000-0 +29392-3 0  9990
+2  4227 069.8824 050.2144 0042164 350.1227 009.9088 14.79009304415895
+0 THORAD AGENA D DEB
+1  4231U 69082CN  16016.76852689 +.00000803 +00000-0 +26684-3 0  9990
+2  4231 070.2788 161.3766 0038676 232.7751 126.9849 14.40671365402700
+0 OPS 7613 (P/L 4)
+1 04237U 69082E   16017.39322468  .00000010  00000-0  46026-4 0  9996
+2 04237  70.0162 304.4058 0018429  40.3117  98.2185 13.95401320356104
+0 OPS 7613 (P/L 5)
+1 04247U 69082F   16017.85661684  .00000013  00000-0  48521-4 0  9999
+2 04247  70.0161 302.0043 0018469  38.1598  18.4837 13.95412841356191
+0 THORAD AGENA D DEB
+1 04249U 69082CY  16018.17843968  .00000057  00000-0  52651-4 0  9991
+2 04249  70.0625 162.3047 0058661  39.4402 321.0964 14.19149604382458
+0 SKYNET 1
+1 04250U 69101A   16016.33455478 -.00000109  00000-0  00000+0 0  9991
+2 04250   8.2808 311.3084 0024704 219.7103 321.2385  1.00274198 96358
+0 DELTA 1 R/B
+1 04251U 69101B   16017.74000902  .00001052  00000-0  45053-3 0  9994
+2 04251  27.7311 118.0000 5646643 310.0019  12.6627  4.52440893505107
+0 COSMOS 312
+1 04254U 69103A   16017.80377749 -.00000006  00000-0  30000-4 0  9998
+2 04254  74.0217 130.4953 0022264  43.3904  70.1118 13.27104170235499
+0 SL-8 R/B
+1 04255U 69103B   16017.61689481 -.00000067  00000-0 -10141-3 0  9998
+2 04255  74.0138  22.8408 0011972 313.3119 184.5225 13.29510010239223
+0 OPS 7613 (P/L 1)
+1 04256U 69082B   16017.84547449  .00000047  00000-0  70260-4 0  9992
+2 04256  70.0081 206.0355 0019506 352.6920   7.3900 13.98187531358713
+0 TIMATION 2
+1 04257U 69082C   16018.22180970  .00000010  00000-0  45963-4 0  9990
+2 04257  70.0161 294.9835 0018715  33.8167 119.1025 13.95709017356358
+0 OPS 7613 (P/L 3)
+1 04259U 69082D   16018.23241032 -.00000021  00000-0  23722-4 0  9992
+2 04259  70.0164 323.7115 0018247  52.9896  48.4585 13.94682875451987
+0 THORAD AGENA D DEB
+1 04276U 69082DK  16017.53719654  .00002026  00000-0  36410-3 0  9996
+2 04276  70.0635 192.4039 0022712 113.9298 246.4228 14.67989355420682
+0 THORAD AGENA D DEB
+1 04277U 69082DL  16017.74189697  .00000123  00000-0  10597-3 0  9992
+2 04277  70.0220  13.8499 0044263 245.7273 113.9211 14.06734075374027
+0 OPS 7613 (P/L 6)
+1 04295U 69082G   16018.20594210 -.00000017  00000-0  26659-4 0  9995
+2 04295  70.0137 304.4933 0018042  53.3746 306.9015 13.95093687355412
+0 INTELSAT 3-F6
+1 04297U 70003A   16018.12357991 -.00000254  00000-0  00000+0 0  9996
+2 04297   7.8451 308.0469 0012218 334.6105 209.9591  0.99159428139404
+0 DELTA 1 R/B
+1 04298U 70003B   16017.87165570  .00000695  00000-0  65022-3 0  9995
+2 04298  28.1087 314.8139 6616024 292.7426  12.6439  3.11509571443409
+0 THORAD AGENA D DEB
+1 04311U 69082DR  16017.25347164  .00001149  00000-0  25708-3 0  9991
+2 04311  70.3381 313.3472 0068989   9.9411 350.3075 14.57790734421434
+0 ITOS 1 (TIROS M)
+1 04320U 70008A   16018.14006678 -.00000065  00000-0 -12428-3 0  9995
+2 04320 101.9049  80.5324 0028975 101.8151 312.9815 12.52037116298337
+0 OSCAR 5
+1 04321U 70008B   16017.15341873 -.00000063  00000-0 -11321-3 0  9994
+2 04321 101.8215  83.1246 0028008  84.4073 331.1318 12.52170400101776
+0 DELTA 1 R/B
+1 04322U 70008C   16017.26990227 -.00000053  00000-0 -54525-4 0  9993
+2 04322 101.8091  83.3446 0028760 116.6794 291.9096 12.51884907101359
+0 THORAD AGENA D DEB
+1 04326U 69082DZ  16018.20646239  .00000248  00000-0  12080-3 0  9996
+2 04326  70.0561  31.7121 0068325  13.5654 346.7283 14.27566719394668
+0 SERT 2
+1  4327U 70009A   16016.88208275 +.00000135 +00000-0 +24232-3 0  9991
+2  4327 099.2923 131.5666 0004023 283.3623 224.6764 13.58407133276849
+0 OPS 0054 (DMSP 5A F1)
+1 04331U 70012A   16017.17306098  .00000100  00000-0  53865-4 0  9992
+2 04331  99.0129  35.5477 0058023 301.0620  58.4875 14.32533197392812
+0 THOR BURNER 2 R/B
+1 04332U 70012B   16017.21602621  .00000065  00000-0  41450-4 0  9996
+2 04332  98.8465 124.0276 0061572 102.3273 258.4811 14.30608480391214
+0 NATO 2A
+1 04353U 70021A   16016.61772529 -.00000072  00000-0  00000+0 0  9997
+2 04353   8.8829 315.0000 0003696 228.4262  45.0152  1.00277340 87737
+0 DELTA 1 R/B
+1 04354U 70021B   16016.59803916  .00002918  00000-0  99981-3 0  9990
+2 04354  25.2181 112.5328 6505736 128.5069 309.9131  3.29165815249441
+0 NIMBUS 4
+1  4362U 70025A   16016.72549581 -.00000023 +00000-0 +38464-4 0  9999
+2  4362 100.0596 276.4711 0006843 262.4142 117.3561 13.44571858245548
+0 TOPO 1
+1  4363U 70025B   16016.64832059 -.00000027 +00000-0 +31318-4 0  9991
+2  4363 100.1124 262.0773 0001443 312.5300 076.3622 13.46548096249131
+0 OPS 7044 (VELA 12)
+1 04366U 70027A   16014.42542044  .00000942  00000-0  00000+0 0  9996
+2 04366  48.4862 223.8427 6376701  79.4605 359.8813  0.21474201 29540
+0 THORAD AGENA D R/B
+1 04367U 70025C   16017.51115197  .00000012  00000-0  89654-4 0  9998
+2 04367 100.0924 333.2446 0035863 358.4962 107.9729 13.51242562269176
+0 COSMOS 332
+1 04369U 70028A   16017.12978540  .00000071  00000-0  24811-4 0  9998
+2 04369  74.0349 228.6741 0006674 316.1942  43.8689 14.51318402416479
+0 SL-8 R/B
+1 04370U 70028B   16017.21461917  .00000207  00000-0  49686-4 0  9993
+2 04370  74.0402 355.1265 0014605  40.8466 319.3791 14.59696686936544
+0 INTELSAT 3-F7
+1 04376U 70032A   16012.71290862  .00000140  00000-0  00000+0 0  9991
+2 04376   6.5792 302.8339 0004367 292.4572 159.6009  1.00197969167488
+0 DELTA 1 R/B
+1 04377U 70032B   16016.79406290  .00003318  00000-0  70574-3 0  9995
+2 04377  26.8083 201.3972 5979850 260.5090  31.2326  4.06674954473005
+0 DFH-1
+1 04382U 70034A   16017.82212855 -.00000113  00000-0 -37638-5 0  9998
+2 04382  68.4200 196.1749 1052662 139.1674 229.3307 13.07041592147863
+0 COSMOS 336
+1  4383U 70036A   16016.94345322 -.00000001 +00000-0 +10078-3 0  9991
+2  4383 074.0304 347.4815 0013609 068.0693 325.3305 12.47607365082429
+0 COSMOS 337
+1 04384U 70036B   16018.21357255 -.00000005  00000-0  76539-4 0  9991
+2 04384  74.0311 329.5613 0053187 145.7735 320.2317 12.39203708 68975
+0 COSMOS 338
+1  4385U 70036C   16016.91779216 +.00000005 +00000-0 +14723-3 0  9997
+2  4385 074.0279 163.6134 0032539 309.1615 216.1841 12.43321089075257
+0 COSMOS 339
+1  4386U 70036D   16016.88538095 +.00000001 +00000-0 +10724-3 0  9995
+2  4386 074.0270 173.5105 0014832 132.2005 035.9713 12.51817657089442
+0 COSMOS 340
+1  4387U 70036E   16016.96516593 -.00000022 +00000-0 -34096-4 0  9998
+2  4387 074.0291 347.8946 0040601 275.2444 139.7080 12.56275695096783
+0 COSMOS 341
+1 04388U 70036F   16017.46858369 -.00000010  00000-0  36089-4 0  9995
+2 04388  74.0291  10.4321 0082108 244.9446 285.1576 12.64284509110626
+0 COSMOS 342
+1 04389U 70036G   16017.54564612 -.00000000  00000-0  81622-4 0  9992
+2 04389  74.0258 201.0614 0100884  47.9975   6.5220 12.68268717117314
+0 COSMOS 343
+1 04390U 70036H   16017.84022236  .00000004  00000-0  11166-3 0  9996
+2 04390  74.0271 173.9454 0059247  67.4613  39.7968 12.60397577104235
+0 SL-8 R/B
+1 04391U 70036J   16016.95022807  .00000030  00000-0  35717-3 0  9999
+2 04391  74.0284 139.4035 0076245 347.8499 149.8197 12.34968059 61796
+0 SL-3 R/B
+1 04394U 70037B   16017.16200061  .00002551  00000-0  94990-4 0  9996
+2 04394  81.2432 261.1005 0044031  86.9388 273.6884 15.26129645485850
+0 METEOR 1-5
+1 04419U 70047A   16017.55373708  .00000124  00000-0  56431-4 0  9999
+2 04419  81.2166  23.4605 0040650 108.7041 251.8552 14.15336870350600
+0 SL-3 R/B
+1 04420U 70047B   16017.39442012  .00000101  00000-0  47179-4 0  9992
+2 04420  81.2311 118.8069 0086457 269.4946  89.6318 14.11986083345571
+0 COSMOS 252 DEB *
+1 04421U 68097CF  16017.88706555  .00001504  00000-0  33606-3 0  9991
+2 04421  62.7490 235.0790 0743369 355.3377   4.0975 13.58676353247412
+0 THORAD AGENA D DEB
+1 04432U 69082ED  16017.71066881  .00000175  00000-0  94733-4 0  9993
+2 04432  69.9772 236.9535 0057581 296.2046  63.3162 14.26663292392728
+0 THORAD AGENA D DEB
+1 04435U 69082EG  16017.85889127  .00001293  00000-0  29238-3 0  9996
+2 04435  70.0238  67.3947 0020087  28.8592 331.3653 14.58357143410263
+0 THORAD AGENA D DEB
+1 04438U 69082EK  16017.53171697  .00000754  00000-0  18850-3 0  9999
+2 04438  70.0996 186.5261 0059095 302.6484  56.8959 14.54401895421028
+0 THORAD AGENA D DEB
+1 04449U 69082EU  16017.13337703  .00000539  00000-0  20140-3 0  9995
+2 04449  69.9742 193.8900 0062299 268.3577  91.0413 14.36000588393813
+0 THORAD AGENA D DEB
+1 04451U 69082EW  16018.05942938  .00000513  00000-0  16468-3 0  9992
+2 04451  70.0368 244.2489 0035391 111.0564 249.4358 14.44451420405803
+0 THORAD AGENA D DEB
+1 04453U 69082EY  16018.17934438 -.00000148  00000-0 -53435-4 0  9995
+2 04453  70.1319 163.9694 0036636 252.2100 107.5015 14.09686344372863
+0 THORAD AGENA D DEB
+1 04468U 69082FM  16016.48632110  .00000071  00000-0  10576-3 0  9996
+2 04468  70.0738 144.8996 0084213 116.0037 244.9767 13.84459534329544
+0 INTELSAT 3-F8
+1  4478U 70055A   16016.89369815 -.00000196 +00000-0 +00000-0 0  9990
+2  4478 003.2268 297.8778 0346582 173.9350 020.3142 01.02265872083927
+0 DELTA 1 R/B
+1 04486U 70055B   16018.10576559  .00088961  00000-0  16733-2 0  9997
+2 04486  27.9817 312.3900 4453934   1.1258 359.6258  6.70549912562807
+0 DELTA 1 DEB
+1 04499U 68069G   16016.10327248 -.00000058  00000-0 -83241-4 0  9993
+2 04499 101.8615  79.5718 0029007 154.3855 236.5616 12.51210592167760
+0 NNSS 19 (TRANSIT 19)
+1 04507U 70067A   16017.30677113  .00000065  00000-0  79936-4 0  9998
+2 04507  89.8271 271.6537 0171828 327.0740 170.9507 13.50593269234252
+0 OPS 0203 (DMSP 5A F2)
+1 04512U 70070A   16017.48131316  .00000104  00000-0  51920-4 0  9994
+2 04512  98.8917 150.9505 0065534  89.5618 271.3075 14.34436210366526
+0 THOR BURNER 2 R/B
+1 04513U 70070B   16018.05907405  .00000099  00000-0  52138-4 0  9994
+2 04513  98.9839 175.5480 0067459 194.6440 165.2789 14.32908992365166
+0 SCOUT A R/B
+1 04515U 70067B   16017.29685178  .00000099  00000-0  12898-3 0  9995
+2 04515  89.8262 271.0723 0175239  31.5009  84.5434 13.49124433232907
+0 THORAD AGENA D DEB
+1 04519U 69082FW  16018.22422163  .00004056  00000-0  46315-3 0  9999
+2 04519  70.0512 331.7058 0027443 359.3582   0.7531 14.86572021437936
+0 THORAD AGENA D DEB
+1  4547U 69082GN  16016.75315023 +.00000488 +00000-0 +21775-3 0  9990
+2  4547 069.9898 161.3944 0035331 031.5208 328.8021 14.28123330388081
+0 SCOUT A DEB
+1  4555U 66041F   16016.89961632 +.00001100 +00000-0 +36010-3 0  9999
+2  4555 090.1391 000.7584 0048813 316.1126 043.6200 14.37365036876017
+0 COSMOS 367
+1 04564U 70079A   16017.88644035 -.00000065  00000-0  19692-4 0  9998
+2 04564  65.2790 354.9534 0048283  92.5429 284.4751 13.78417151279499
+0 COSMOS 371
+1 04578U 70083A   16017.92743575  .00000117  00000-0  34736-4 0  9995
+2 04578  73.9971 181.1131 0002904 337.7896  22.3140 14.53726540393167
+0 SL-8 R/B
+1 04579U 70083B   16018.11992929  .00000164  00000-0  40192-4 0  9992
+2 04579  74.0033 359.0043 0009651 143.2178 216.9652 14.60230323399449
+0 COSMOS 372
+1 04588U 70086A   16018.21886339  .00000059  00000-0  29209-4 0  9992
+2 04588  74.0570 349.4544 0013733 336.7503 123.7379 14.35885059367395
+0 SL-8 R/B
+1 04589U 70086B   16017.84639418  .00000225  00000-0  77383-4 0  9996
+2 04589  74.0582 192.7756 0020834 182.0413 178.0662 14.41359837372880
+0 COSMOS 374
+1 04594U 70089A   16018.18875262  .00000076  00000-0  60691-4 0  9990
+2 04594  62.9308   6.1131 0995991  77.7161 293.3404 12.94680656176427
+0 SL-11 R/B
+1 04597U 70089B   16017.52343787 -.00000039  00000-0  23456-4 0  9990
+2 04597  62.9314 156.8606 1007959  81.4818 289.8935 12.94630462267539
+0 COSMOS 375
+1 04598U 70091A   16017.85387720  .00000005  00000-0  38311-4 0  9993
+2 04598  62.8084 266.7711 0992134 114.0887 256.7064 12.96008473135046
+0 THORAD AGENA D DEB
+1 04603U 70025F   16017.53363719  .00000777  00000-0  79866-3 0  9999
+2 04603  99.6549   5.5943 0018643 177.5961 301.2895 13.79511015267388
+0 THORAD AGENA D DEB
+1 04607U 70025K   16018.13526369 -.00000153  00000-0 -55219-3 0  9998
+2 04607 100.1858 162.2154 0616898 140.7475 280.0198 12.30236119 53924
+0 THORAD AGENA D DEB
+1 04611U 70025P   16017.04106269  .00000512  00000-0  34809-3 0  9994
+2 04611  99.8837  32.2480 0138280 284.1389  74.4441 14.00820131323185
+0 THORAD AGENA D DEB
+1 04612U 70025Q   16017.20463744  .00000698  00000-0  50776-3 0  9993
+2 04612  99.7625  11.7743 0090596 154.8971 205.6634 13.98044495313167
+0 THORAD AGENA D DEB
+1 04613U 70025R   16018.05912577  .00000697  00000-0  35550-3 0  9993
+2 04613  98.9394  48.1334 0109926 266.7547  92.1045 14.15991863322482
+0 THORAD AGENA D DEB
+1 04614U 70025S   16017.53454471  .00000359  00000-0  33959-3 0  9996
+2 04614 100.1155  40.1853 0081706 343.8157  16.0390 13.87300806298514
+0 THORAD AGENA D DEB
+1 04615U 70025T   16017.83590373  .00000223  00000-0  30231-3 0  9992
+2 04615 100.1909 236.9970 0061112  32.4990  30.2225 13.70839230281744
+0 COSMOS 374 DEB
+1 04616U 70089C   16017.56843042  .00000072  00000-0  10728-3 0  9998
+2 04616  62.8022 109.2472 0977726  26.5655 338.2179 12.69822905 78979
+0 COSMOS 374 DEB
+1 04617U 70089D   16017.51840821  .00000913  00000-0  25964-3 0  9998
+2 04617  62.9187 184.1796 0397851 255.8644  99.7907 14.13882640227577
+0 COSMOS 374 DEB
+1 04621U 70089H   16018.01530647  .00001444  00000-0  52537-3 0  9997
+2 04621  62.9236 171.1660 0719241 180.9928 178.9715 13.45258331168891
+0 COSMOS 375 DEB
+1 04628U 70091H   16016.78298778  .00001585  00000-0  30984-3 0  9993
+2 04628  62.7670  95.2771 0500045  18.5594 343.2988 14.08944367223096
+0 COSMOS 375 DEB
+1  4629U 70091J   16016.82655386 +.00000383 +00000-0 +17261-3 0  9999
+2  4629 062.8498 312.3409 0948514 014.7375 347.9336 13.00698391134733
+0 OPS 5960
+1 04630U 70093A   16017.50057050 -.00000113  00000-0  00000+0 0  9994
+2 04630   8.1430 121.8466 1406418 105.1092 276.1576  1.20217746198092
+0 TITAN 3C TRANSTAGE R/B
+1 04632U 70093B   16015.80907473 -.00000103  00000-0  00000+0 0  9999
+2 04632   8.1513 121.4145 1412261 105.1551 258.3838  1.20232480 96631
+0 COSMOS 375 DEB
+1 04634U 70091L   16017.83607788  .00000751  00000-0  24589-3 0  9990
+2 04634  62.8102 173.0542 0528787 284.4278  69.8659 13.87110260214494
+0 COSMOS 375 DEB
+1 04635U 70091M   16017.86970824  .00000155  00000-0  88453-4 0  9997
+2 04635  62.8080 193.0612 0946004 140.4330 226.9780 13.03540136145419
+0 THORAD AGENA D DEB
+1 04636U 70025U   16017.46121062  .00000223  00000-0  31922-3 0  9997
+2 04636 100.0615 187.3621 0034264  57.0866   1.4928 13.67689920275327
+0 THORAD AGENA D DEB
+1 04637U 70025V   16018.05600964  .00000185  00000-0  29219-3 0  9990
+2 04637  99.7148 309.0376 0023315 221.5203 204.6884 13.63395394269552
+0 THORAD AGENA D DEB
+1 04638U 70025W   16017.49788574  .00008184  00000-0  19731-2 0  9996
+2 04638  99.9973  14.0128 0020237  46.9552 313.3329 14.53412667304785
+0 THORAD AGENA D DEB
+1 04639U 70025X   16017.30572235  .00000064  00000-0  21072-3 0  9993
+2 04639  99.8857 146.2057 0114912 153.4497 262.0937 13.32328464223086
+0 THORAD AGENA D DEB
+1 04640U 70025Y   16017.49312994  .00000205  00000-0  45622-3 0  9993
+2 04640  99.6965 199.1963 0121904 138.6141 278.4506 13.36771230224013
+0 THORAD AGENA D DEB
+1 04643U 70025AB  16017.54256053  .00000062  00000-0  15637-3 0  9999
+2 04643  99.7820 280.0613 0011513  41.0760  81.4421 13.54052595257332
+0 THORAD AGENA D DEB
+1 04644U 70025AC  16017.41368072  .00000051  00000-0  13274-3 0  9994
+2 04644  99.8824 257.6935 0009717 157.4818 256.6313 13.58401047260923
+0 THORAD AGENA D DEB
+1 04645U 70025AD  16016.83277428  .00000052  00000-0  28813-3 0  9990
+2 04645  99.9035  77.2341 0328972 359.2357  53.1125 12.85879931146859
+0 THORAD AGENA D DEB
+1 04649U 70025AH  16017.43537204  .00002161  00000-0  33223-3 0  9996
+2 04649  99.8788 182.8366 0086795  29.7118 330.8972 14.72482143385117
+0 THORAD AGENA D DEB
+1 04650U 70025AJ  16017.78390517  .00000145  00000-0  11414-3 0  9998
+2 04650  99.8302 112.0825 0121256 352.2193   7.7088 14.05023025323302
+0 THORAD AGENA D DEB
+1 04651U 70025AK  16017.87051366  .00000478  00000-0  38829-3 0  9993
+2 04651 100.1468 246.4162 0051358  86.4620 274.2410 13.95190044304891
+0 THORAD AGENA D DEB
+1 04652U 70025AL  16017.51221183  .00000442  00000-0  43516-3 0  9991
+2 04652  99.6849  34.0396 0032863 226.6025 287.9774 13.84421140290591
+0 THORAD AGENA D DEB
+1 04653U 70025AM  16017.77260049  .00001537  00000-0  66932-3 0  9997
+2 04653 100.0284  39.2522 0028525 252.1122 107.6942 14.25641575322191
+0 THORAD AGENA D DEB
+1 04654U 70025AN  16017.14480079  .00000756  00000-0  51827-3 0  9995
+2 04654 100.0131  90.0025 0031872 271.8148  87.9364 14.03009058305471
+0 THORAD AGENA D DEB
+1 04655U 70025AP  16018.06091487  .00000230  00000-0  32441-3 0  9997
+2 04655  99.9635 291.5390 0056076  59.0201  66.1447 13.67648948278206
+0 THORAD AGENA D DEB
+1 04656U 70025AQ  16017.35008472  .00000300  00000-0  41240-3 0  9996
+2 04656  99.5482 291.6984 0023533  28.5670  88.9342 13.66763578273944
+0 THORAD AGENA D DEB
+1 04657U 70025AR  16017.50928814  .00000284  00000-0  38579-3 0  9997
+2 04657 100.1593  10.3178 0016429 328.2995 141.3143 13.68870546274416
+0 THORAD AGENA D DEB
+1 04658U 70025AS  16016.97051902  .00000618  00000-0  53713-3 0  9991
+2 04658  99.9748  17.8067 0027689 191.9093 168.1411 13.90341646289192
+0 THORAD AGENA D DEB
+1 04659U 70025AT  16017.25889132  .00000447  00000-0  44614-3 0  9998
+2 04659 100.0941 140.2899 0011446 124.1671 236.0568 13.84157679281701
+0 COSMOS 375 DEB
+1 04665U 70091S   16017.89216286  .00000731  00000-0  22324-3 0  9992
+2 04665  62.5429 289.0758 0766227 197.3298 160.0193 13.46197625140817
+0 COSMOS 374 DEB
+1 04667U 70089K   16017.38413040  .00000688  00000-0  20680-3 0  9996
+2 04667  62.9306   7.6634 0752599 106.2816 262.2286 13.49681322173994
+0 COSMOS 374 DEB
+1 04668U 70089L   16018.17117213  .00000036  00000-0  60617-4 0  9990
+2 04668  62.9670   6.9856 0977726   5.2167 355.8165 12.86326743120760
+0 THORAD AGENA D DEB
+1 04672U 70025AV  16017.20145398  .00000084  00000-0  18808-3 0  9990
+2 04672  99.7369 282.7228 0037875 247.8896 273.0622 13.54020454254897
+0 THORAD AGENA D DEB
+1 04675U 70025AY  16016.75277161 -.00000021  00000-0  37370-4 0  9994
+2 04675  99.9597 282.4091 0001594  59.2902 332.2187 13.51187205256387
+0 THORAD AGENA D DEB
+1 04676U 70025AZ  16016.78404855  .00000070  00000-0  16925-3 0  9995
+2 04676  99.9093 300.2698 0005275  46.6669 335.7417 13.54516290259785
+0 THORAD AGENA D DEB
+1  4677U 70025BA  16016.93039269 +.00000082 +00000-0 +18149-3 0  9999
+2  4677 100.1429 005.3536 0009182 247.8829 139.9563 13.57266954262324
+0 THORAD AGENA D DEB
+1 04679U 70025BC  16017.17284894  .00000142  00000-0  23213-3 0  9999
+2 04679 100.1082 328.1231 0018547  50.9107  73.6463 13.65888770271021
+0 THORAD AGENA D DEB
+1 04681U 70025BE  16018.10497950  .00000046  00000-0  21968-3 0  9993
+2 04681  99.9039 128.4852 0241362 127.5777 357.4490 13.07330531178547
+0 THORAD AGENA D DEB
+1 04682U 70025BF  16018.11938089  .00000101  00000-0  31380-3 0  9999
+2 04682  99.7525 190.1811 0152814 134.2537 341.3543 13.23167374205373
+0 THORAD AGENA D DEB
+1 04683U 70025BG  16018.10764209  .00000227  00000-0  53061-3 0  9999
+2 04683 100.2309 315.0475 0124941  50.9374  69.2173 13.33261000220913
+0 THORAD AGENA D DEB
+1 04685U 70025BJ  16017.83710825  .00000255  00000-0  43651-3 0  9990
+2 04685 100.0283 337.1912 0054512 335.9032  78.3784 13.54547129254310
+0 THORAD AGENA D DEB
+1 04686U 70025BK  16016.19030435  .00000119  00000-0  23798-3 0  9990
+2 04686 100.2167 276.0336 0035774 109.4044  44.5418 13.55734623255364
+0 THORAD AGENA D DEB
+1 04687U 70025BL  16018.18279497  .00000054  00000-0  15178-3 0  9996
+2 04687  99.7014 271.1022 0028607  64.8831  86.1239 13.50089531251412
+0 THORAD AGENA D DEB
+1 04688U 70025BM  16017.34350067  .00000199  00000-0  37205-3 0  9992
+2 04688 100.1435 336.9021 0020636 249.5571 267.9060 13.52374272253844
+0 THORAD AGENA D DEB
+1 04689U 70025BN  16017.23740307  .00000076  00000-0  17335-3 0  9997
+2 04689  99.7225 282.4440 0069675 226.6101 257.9620 13.54474269255680
+0 COSMOS 374 DEB
+1 04698U 70089Q   16016.49342861  .00000459  00000-0  38995-3 0  9997
+2 04698  63.1381  50.8554 0581792 253.4487 100.1887 13.37774580163980
+0 COSMOS 374 DEB
+1  4699U 70089R   16016.94429930 +.00002315 +00000-0 +39585-3 0  9990
+2  4699 062.9431 320.6276 0514678 136.7651 227.5028 14.10027000169468
+0 THORAD AGENA D DEB
+1 04705U 70025BT  16016.97738135  .00000244  00000-0  41310-3 0  9999
+2 04705 100.1581  12.5015 0044081 320.8203  99.7021 13.56282394254735
+0 THORAD AGENA D DEB
+1 04706U 70025BU  16016.67453623  .00000003  00000-0  82346-4 0  9991
+2 04706 100.0290 274.8892 0034301 348.5087  39.7394 13.45365586246213
+0 THORAD AGENA D DEB
+1 04708U 70025BW  16017.40838008  .00000815  00000-0  83146-3 0  9998
+2 04708 100.0523 160.8190 0072528 248.0807 180.1118 13.78965768270177
+0 THORAD AGENA D DEB
+1 04709U 70025BX  16017.46434933  .00001245  00000-0  40667-3 0  9993
+2 04709 100.0230 298.0593 0099357 237.1038 122.0554 14.38129925354882
+0 THORAD AGENA D DEB
+1 04710U 70025BY  16017.73023497  .00000060  00000-0  15477-3 0  9999
+2 04710  99.9802 278.6447 0004359 227.6499 199.0434 13.54553113258803
+0 COSMOS 374 DEB
+1 04711U 70089S   16017.83577468  .00000138  00000-0  12768-3 0  9999
+2 04711  63.1504 210.3662 0703507 220.0769 134.6286 13.29368354167471
+0 COSMOS 375 DEB
+1  4712U 70091T   16016.80730674 +.00000597 +00000-0 +18038-3 0  9994
+2  4712 062.7864 161.7194 0554474 341.9293 016.2707 13.87581334213583
+0 THORAD AGENA D DEB
+1 04715U 70025BZ  16017.22185947 -.00000247  00000-0 -18676-3 0  9990
+2 04715  99.3653  98.1042 0037829 135.1184 286.0173 13.82384163288699
+0 THORAD AGENA D DEB
+1 04716U 70025CA  16017.40284588 -.00000412  00000-0 -26713-3 0  9997
+2 04716  99.9759 139.3026 0006950 118.0436 286.5841 13.95203134294072
+0 THORAD AGENA D DEB
+1 04717U 70025CB  16017.32364471  .00000065  00000-0  16326-3 0  9990
+2 04717  99.9924 314.8413 0002063 256.1005 255.7531 13.54091624258948
+0 THORAD AGENA D DEB
+1 04718U 70025CC  16017.64079604  .00000239  00000-0  18634-3 0  9994
+2 04718 100.0479  54.0193 0101955 311.5438  47.7013 14.01017637321526
+0 THORAD AGENA D DEB
+1 04719U 70025CD  16017.16342749  .00000253  00000-0  21916-3 0  9998
+2 04719  99.9307  89.0035 0125730 219.1189 140.0827 13.93000657312983
+0 THORAD AGENA D DEB
+1 04720U 70025CE  16017.66393093  .00000260  00000-0  20644-3 0  9998
+2 04720  99.9866 276.4171 0094246  38.9777 321.8128 13.99378533318307
+0 COSMOS 375 DEB
+1 04723U 70091U   16017.85177614  .00009996  00000-0  86587-3 0  9997
+2 04723  62.7365 209.8816 0253426 156.5156 204.7749 14.76036295268475
+0 COSMOS 375 DEB
+1 04724U 70091V   16018.17982615  .00001336  00000-0  33319-3 0  9994
+2 04724  62.7890  72.1795 0518727 348.0179  10.8898 13.96909063225430
+0 COSMOS 375 DEB
+1 04727U 70091Y   16017.84548013  .00000803  00000-0  24287-3 0  9992
+2 04727  62.6990 204.5892 0496273 281.1358  73.4294 13.95680413219734
+0 COSMOS 375 DEB
+1 04728U 70091Z   16017.14811025  .00000109  00000-0  84453-4 0  9993
+2 04728  62.9082 284.5311 0689035 230.3360 123.4924 13.47032951163765
+0 THORAD AGENA D DEB
+1 04733U 70025CG  16018.01396951  .00001063  00000-0  27321-3 0  9999
+2 04733  99.9143  31.7674 0123901 269.8333  88.8658 14.48537387373581
+0 THORAD AGENA D DEB
+1 04734U 70025CH  16017.82353390  .00000301  00000-0  31195-3 0  9996
+2 04734 100.1016 111.7865 0084722 137.7367 223.0354 13.83136349296844
+0 THORAD AGENA D DEB
+1 04735U 70025CJ  16017.81615228  .00002439  00000-0  74923-3 0  9997
+2 04735  99.6475 130.4013 0058795 174.5926 185.5907 14.41698482343564
+0 THORAD AGENA D DEB
+1 04736U 70025CK  16017.41776872  .00000803  00000-0  56603-3 0  9995
+2 04736 100.0609 327.3610 0106085 275.9495  82.9582 13.98849784314712
+0 THORAD AGENA D DEB
+1 04737U 70025CL  16017.76119661  .00001612  00000-0  95773-3 0  9991
+2 04737  99.0366 270.8860 0036352  51.7574 308.6858 14.08612339309989
+0 THORAD AGENA D DEB
+1 04738U 70025CM  16017.84442484  .00001251  00000-0  82384-3 0  9996
+2 04738 100.0983 248.6176 0053976  95.1394 265.5932 14.03353780305789
+0 THORAD AGENA D DEB
+1 04739U 70025CN  16017.70978963  .00000857  00000-0  76594-3 0  9995
+2 04739  99.9261 288.2604 0004500   1.4270  52.0328 13.87679347285778
+0 THORAD AGENA D DEB
+1 04741U 70025CQ  16017.39086185 -.00000018  00000-0  48614-4 0  9992
+2 04741 100.2721 157.8505 0787786  86.3197 341.1474 11.93944041995596
+0 THORAD AGENA D DEB
+1  4742U 70025CR  16016.79550506 +.00000096 +00000-0 +21186-3 0  9998
+2  4742 099.9757 316.3935 0019863 139.7012 249.8840 13.53343908255269
+0 THORAD AGENA D DEB
+1 04743U 70025CS  16016.81322223  .00000216  00000-0  37260-3 0  9999
+2 04743  99.9724 331.1896 0034874  40.2619 349.5546 13.56192704257524
+0 THORAD AGENA D DEB
+1 04744U 70025CT  16018.19951228  .00000022  00000-0  97039-4 0  9992
+2 04744  99.9625 285.1313 0015470 305.1358 209.8756 13.55969320260138
+0 THORAD AGENA D DEB
+1 04745U 70025CU  16017.80613501  .00000734  00000-0  63719-3 0  9996
+2 04745 100.0802 326.6634 0029359 291.8521  97.4741 13.89829516292343
+0 THORAD AGENA D DEB
+1 04746U 70025CV  16018.20602896  .00006326  00000-0  13407-2 0  9998
+2 04746  99.9891 123.3254 0005851  32.2265 327.9285 14.59638771327714
+0 THORAD AGENA D DEB
+1 04748U 70025CW  16017.85989850  .00000151  00000-0  25864-3 0  9999
+2 04748 100.1342  28.6025 0005330 294.6419 186.1869 13.61953799265369
+0 THORAD AGENA D DEB
+1 04749U 70025CX  16018.24194804  .00000842  00000-0  87202-3 0  9992
+2 04749  99.3469 270.3218 0013717  47.9265  61.8105 13.78699636278805
+0 THORAD AGENA D DEB
+1 04751U 70025CZ  16017.33125291  .00000543  00000-0  56553-3 0  9991
+2 04751 100.1061 137.2997 0007414 176.6353 245.8341 13.80581816280168
+0 THORAD AGENA D DEB
+1 04752U 70025DA  16017.23080670  .00001282  00000-0  87587-3 0  9994
+2 04752  99.8738 123.7269 0020140 325.3557  34.6293 14.01796007299889
+0 THORAD AGENA D DEB
+1 04753U 70025DB  16017.20829821  .00000393  00000-0  43910-3 0  9995
+2 04753 100.0174 239.2657 0006165  70.8559  45.3069 13.78155810278496
+0 THORAD AGENA D DEB
+1 04754U 70025DC  16017.90533522  .00001470  00000-0  89101-3 0  9992
+2 04754  99.6151 358.1695 0020180  47.2281 313.0579 14.08050254296379
+0 THORAD AGENA D DEB
+1 04755U 70025DD  16017.74243324  .00000850  00000-0  77494-3 0  9996
+2 04755 100.1690 200.3569 0006099 227.1751 198.4636 13.86628584282723
+0 THORAD AGENA D DEB
+1 04756U 70025DE  16017.29950317  .00000061  00000-0  17086-3 0  9999
+2 04756 100.0478 292.9982 0028347  87.0282  36.1720 13.48575519249749
+0 THORAD AGENA D DEB
+1 04757U 70025DF  16018.23138881  .00000214  00000-0  33929-3 0  9993
+2 04757  99.7501 266.1604 0013994  42.2206  82.3621 13.61417323263399
+0 THORAD AGENA D DEB
+1 04759U 70025DH  16017.22590341  .00000371  00000-0  46789-3 0  9998
+2 04759 100.0112 163.1774 0003104 230.5273 251.5263 13.71209308273731
+0 THORAD AGENA D DEB
+1 04764U 70025DJ  16017.86266360  .00003944  00000-0  24893-2 0  9995
+2 04764  99.4915 145.9130 0033660 231.2856 128.5298 14.04491934289450
+0 THORAD AGENA D DEB
+1 04765U 70025DK  16018.16126238  .00001889  00000-0  50577-3 0  9994
+2 04765  99.6163 205.1875 0068267 289.6978  69.6855 14.48339718354687
+0 THORAD AGENA D DEB
+1 04766U 70025DL  16017.62633464  .00000000  00000-0  68721-4 0  9994
+2 04766 100.1353  60.8669 0009579  58.8638  64.6959 13.55257303261733
+0 THORAD AGENA D DEB
+1  4767U 70025DM  16016.66282297 +.00000169 +00000-0 +23920-3 0  9999
+2  4767 099.9424 275.3154 0051456 232.9989 155.4538 13.71306716280414
+0 THORAD AGENA D DEB
+1 04768U 70025DN  16017.34708544  .00000083  00000-0  15135-3 0  9998
+2 04768 100.1510 158.1521 0030332 278.0260 135.6812 13.69513431277462
+0 THORAD AGENA D DEB
+1 04769U 70025DP  16017.53774123  .00002826  00000-0  66840-3 0  9992
+2 04769  99.6343 219.8148 0050953 123.2303 237.3788 14.54302742317125
+0 THORAD AGENA D DEB
+1 04772U 70025DS  16017.82666659  .00000401  00000-0  95859-3 0  9991
+2 04772  99.7709 347.5782 0176625 303.5083  84.2513 13.23768607198956
+0 THORAD AGENA D DEB
+1 04773U 70025DT  16017.77580568  .00000106  00000-0  22062-3 0  9998
+2 04773  99.8922 312.7079 0032217 314.7877  98.8224 13.54852050253212
+0 THORAD AGENA D DEB
+1 04774U 70025DU  16017.52285389  .00000667  00000-0  75369-3 0  9995
+2 04774  99.8284 358.8266 0044823 242.2614 236.8440 13.74174036267192
+0 THORAD AGENA D DEB
+1 04776U 70025DW  16017.28987039  .00000818  00000-0  69539-3 0  9991
+2 04776 100.1087 278.2421 0022930 340.1077 145.3640 13.90703108208877
+0 THORAD AGENA D DEB
+1 04777U 70025DX  16018.14715130  .00000445  00000-0  45744-3 0  9997
+2 04777 100.0081 203.0775 0008886 316.3541 157.7019 13.82451451280446
+0 THORAD AGENA D DEB
+1 04778U 70025DY  16017.09524373  .00000141  00000-0  27306-3 0  9995
+2 04778  99.9236 323.0406 0036022 103.0609 323.5048 13.54323812256916
+0 COSMOS 381
+1 04783U 70102A   16017.48746602  .00000012  00000-0  36693-4 0  9998
+2 04783  74.0302 201.5993 0031094 332.7548  56.9952 13.74736600263574
+0 SL-8 R/B
+1 04784U 70102B   16017.51288360 -.00000013  00000-0  10041-4 0  9996
+2 04784  74.0311 125.2118 0027325 253.1522 183.6204 13.76599657266196
+0 COSMOS 382
+1  4786U 70103A   16016.97096968 -.00000023 +00000-0 +00000-0 0  9990
+2  4786 055.8637 232.7463 1332324 323.5470 185.4539 08.42042862388178
+0 SL-12 R/B(AUX MOTOR)
+1 04789U 70103B   16017.41574319 -.00000094  00000-0 -32032-2 0  9995
+2 04789  51.5906 172.1666 1799619 225.7190 153.6091  9.06805793494934
+0 SL-12 R/B(AUX MOTOR)
+1  4790U 70103C   16016.96708980 +.00000052 +00000-0 +48927-2 0  9991
+2  4790 051.5938 310.6707 1786426 121.8163 329.7357 09.05045525491682
+0 NOAA 1
+1 04793U 70106A   16017.27041744 -.00000054  00000-0 -52622-4 0  9993
+2 04793 101.8790  77.2675 0032245 171.4181 231.2508 12.53975540 64365
+0 DELTA 1 R/B(CEP 1)
+1 04794U 70106B   16017.14071931 -.00000055  00000-0 -61131-4 0  9997
+2 04794 101.8028  82.1404 0037218 189.3107 225.2985 12.53231554455317
+0 COSMOS 385
+1 04799U 70108A   16017.20386809 -.00000011  00000-0  11770-4 0  9999
+2 04799  74.0199 245.7869 0004642 290.3092 208.4863 13.76731781265663
+0 SL-8 R/B
+1 04800U 70108B   16016.94372476  .00000096  00000-0  11748-3 0  9993
+2 04800  74.0201 168.6185 0009592 340.7888  19.2871 13.78640252268301
+0 SL-3 R/B
+1 04814U 70113B   16017.52519451  .00003563  00000-0  11902-3 0  9999
+2 04814  81.1455 287.3476 0029611  48.4467 311.9301 15.30299646455403
+0 THORAD AGENA D DEB
+1 04818U 70025DZ  16017.74476712  .00000165  00000-0  51058-3 0  9992
+2 04818  99.8007 176.5336 0260712 312.7633 173.2835 13.08852526182516
+0 THORAD AGENA D DEB
+1 04819U 70025EA  16017.11942565  .00001639  00000-0  91339-3 0  9991
+2 04819 100.1025 176.3343 0045467 294.3370  65.3053 14.12173654305053
+0 THORAD AGENA D DEB
+1 04820U 70025EB  16017.16788697  .00002354  00000-0  97721-3 0  9998
+2 04820  99.7028 190.0014 0024801 347.8061  12.2513 14.27454598298451
+0 THORAD AGENA D DEB
+1 04821U 70025EC  16016.80113992  .00000372  00000-0  58387-3 0  9992
+2 04821  99.8265 307.8220 0010589 347.1764  38.3260 13.57262364260305
+0 THORAD AGENA D DEB
+1 04822U 70025ED  16017.15274581  .00001819  00000-0  12077-2 0  9996
+2 04822  99.4059 356.7683 0061105 156.1818 204.2195 14.01814378256211
+0 COSMOS 374 DEB
+1 04823U 70089T   16017.21207574  .00000201  00000-0  21275-3 0  9997
+2 04823  63.0106 318.0696 0985764 111.1728 259.7379 12.63993331 73707
+0 DELTA 1 DEB
+1 04841U 68055D   16017.41694387  .00000037  00000-0  13957-3 0  9996
+2 04841 120.7749 194.2755 2671061  16.8237  10.4751  9.28413299 75593
+0 THORAD AGENA D DEB
+1 04842U 70025EE  16017.97263304  .00000914  00000-0  70912-3 0  9997
+2 04842  99.9416   8.5164 0017618 357.0889  68.3670 13.95526976291123
+0 OPS 0100 DEB *
+1 04843U 67034E   16018.10610786  .00000077  00000-0  10520-3 0  9999
+2 04843  90.3804 349.4707 0028388   5.1115 124.6895 13.51790086760199
+0 THORAD AGENA D DEB
+1 04851U 70025EF  16017.83666720  .00009083  00000-0  17433-2 0  9995
+2 04851  99.8626 140.5896 0007723 169.1977 190.9387 14.63981493323117
+0 THORAD AGENA D DEB
+1 04852U 70025EG  16017.59186126  .00006173  00000-0  10380-2 0  9997
+2 04852  99.6895 246.2032 0018162 124.2166 236.0758 14.69962980345766
+0 THORAD AGENA D DEB
+1 04853U 70025EH  16017.51954137  .00021348  00000-0  18084-2 0  9995
+2 04853  99.6929   2.6362 0018606  98.6448 261.6877 14.97899461353146
+0 THORAD AGENA D DEB
+1 04854U 70025EJ  16017.29096153  .00000132  00000-0  25368-3 0  9998
+2 04854  99.7202 279.8460 0018361  42.9224  77.1320 13.55616570257283
+0 THORAD AGENA D DEB
+1 04855U 70025EK  16017.90831251  .00000246  00000-0  32845-3 0  9997
+2 04855  99.9201 130.5368 0015540  56.9171  70.0943 13.70930624275837
+0 THORAD AGENA D DEB
+1 04856U 70025EL  16016.76608927  .00000363  00000-0  22158-3 0  9999
+2 04856  99.7318 138.6612 0157795 283.2321  75.1285 14.07152772335515
+0 THORAD AGENA D DEB
+1 04857U 70025EM  16017.51761425  .00000992  00000-0  54246-3 0  9998
+2 04857  99.7901 212.8007 0055170 235.7090 123.8849 14.13954102284802
+0 THORAD AGENA D DEB
+1 04859U 70025EP  16017.53053601  .00000415  00000-0  63809-3 0  9997
+2 04859  99.9969 355.3093 0050503  63.1207  61.6063 13.57496978251660
+0 THORAD AGENA D DEB
+1 04861U 70025ER  16017.79323072  .00011420  00000-0  16119-2 0  9999
+2 04861  99.7096 326.2743 0020298 334.7027  25.3182 14.77277975349480
+0 THORAD AGENA D DEB
+1 04864U 70025EU  16017.32098728  .00000056  00000-0  15716-3 0  9994
+2 04864  99.5391 288.7859 0046151 271.2005 205.2500 13.48402210248598
+0 THORAD AGENA D DEB
+1 04867U 70025EX  16017.11289194  .00000125  00000-0  11239-3 0  9996
+2 04867  99.6386  71.2201 0136354 331.0490  28.3156 13.98584197323034
+0 THORAD AGENA D DEB
+1 04868U 70025EY  16017.40474142  .00000314  00000-0  26830-3 0  9991
+2 04868  99.7464 179.6214 0059177 180.4717 179.6395 13.94449228304726
+0 THORAD AGENA D DEB
+1 04871U 70025FB  16017.88040834  .00008626  00000-0  12785-2 0  9991
+2 04871  99.7194 350.4830 0019765 358.5379   1.5763 14.75295171349316
+0 INTELSAT 4-F2
+1 04881U 71006A   16016.47391066 -.00000067  00000-0  00000+0 0  9998
+2 04881  12.7397 322.7549 0013537 333.9377 266.5819  0.98835742 84025
+0 ATLAS CENTAUR R/B
+1 04882U 71006B   16017.48690130 -.00000259  00000-0 -20999-2 0  9991
+2 04882  28.2664  43.9731 7178695 209.2520 296.5728  2.20670436362394
+0 THORAD AGENA D DEB
+1 04895U 69082HE  16018.20927292  .00000419  00000-0  16402-3 0  9990
+2 04895  70.1735  70.5349 0047804 307.4238  52.2544 14.35247307397196
+0 NATO 2B
+1  4902U 71009A   16016.40702172 -.00000098 +00000-0 +00000-0 0  9997
+2  4902 009.8337 312.7690 0001454 159.4005 044.4470 01.00272983080488
+0 DELTA 1 R/B
+1 04903U 71009B   16017.51181395  .00002431  00000-0  60044-3 0  9998
+2 04903  25.3488 185.8848 6075897  11.9678 357.6315  3.91608174442902
+0 TITAN 3C TRANSTAGE DEB
+1 04907U 65082SV  16017.87126203  .00000297  00000-0  57822-4 0  9991
+2 04907  32.4866 308.2156 0048960  67.8349 292.7487 14.56983253662818
+0 THORAD AGENA D DEB
+1 04910U 70025FG  16018.19031098  .00001788  00000-0  12930-2 0  9996
+2 04910  99.4323 276.9941 0118287 289.9071  68.9377 13.94717803273798
+0 THORAD AGENA D DEB
+1 04911U 70025FH  16017.40402111  .00000822  00000-0  41497-3 0  9997
+2 04911  99.9686  73.7168 0073259  75.5167 285.4118 14.18166232331711
+0 THORAD AGENA D DEB
+1 04912U 70025FJ  16017.72765129  .00000750  00000-0  43745-3 0  9992
+2 04912  99.7192  97.1205 0044138  42.0216 318.4324 14.11559327316423
+0 THORAD AGENA D DEB
+1  4913U 70025FK  16016.75213831 +.00000033 +00000-0 +54236-4 0  9995
+2  4913 099.8387 122.9692 0137267 336.0418 023.4395 13.98534547321848
+0 THORAD AGENA D DEB
+1 04914U 70025FL  16017.84579390 -.00000100  00000-0 -79023-4 0  9990
+2 04914  99.4119  61.6114 0090530 210.0404 203.4330 13.57444370257906
+0 THORAD AGENA D DEB
+1 04917U 70025FP  16017.11021420  .00016189  00000-0  12590-2 0  9995
+2 04917  99.6937  67.2009 0015494 128.3249 231.9364 15.01309624353990
+0 THORAD AGENA D DEB
+1 04918U 70025FQ  16017.68551510  .00000163  00000-0  41845-3 0  9997
+2 04918  99.4743  67.0736 0165488 202.6509 274.1917 13.27327463209511
+0 THORAD AGENA D DEB
+1 04919U 70025FR  16016.80299331  .00000961  00000-0  60057-3 0  9993
+2 04919 100.0752 323.3248 0047958 343.1826  16.7747 14.07070278313987
+0 THORAD AGENA D DEB
+1 04920U 70025FS  16018.16030091  .00000219  00000-0  41274-3 0  9998
+2 04920  99.4150  83.6072 0093211 161.3149 227.0167 13.47743206241438
+0 THORAD AGENA D DEB
+1 04921U 70025FT  16017.70869597  .00001369  00000-0  57699-3 0  9994
+2 04921  99.7585  26.9863 0057523 130.7112 229.9081 14.26758123331043
+0 COSMOS 394
+1 04922U 71010A   16017.90111018  .00001024  00000-0  43961-4 0  9996
+2 04922  65.8252 152.4945 0005792   7.3437 352.7787 15.28554447474575
+0 THORAD AGENA D DEB
+1 04928U 70025FU  16016.60569005  .00000633  00000-0  22707-2 0  9994
+2 04928  99.7321  75.3819 0434775 271.9110 262.5616 12.71212111115598
+0 THORAD AGENA D DEB
+1 04929U 70025FV  16018.11284980  .00000162  00000-0  72704-3 0  9999
+2 04929  99.6591 214.6115 0458550 292.3277 190.3392 12.63584831104445
+0 THORAD AGENA D DEB
+1 04932U 70025FY  16018.18452725  .00000910  00000-0  84460-3 0  9997
+2 04932  99.7812 155.6961 0031734 304.2079 180.5135 13.84976339275552
+0 THORAD AGENA D DEB
+1 04934U 70025GA  16017.21496145  .00000188  00000-0  26301-3 0  9993
+2 04934 100.0206 270.1919 0005485 165.1510 320.5964 13.71522948274960
+0 THORAD AGENA D DEB
+1 04935U 70025GB  16017.65387502  .00000308  00000-0  32335-3 0  9996
+2 04935  99.8633 263.1854 0065422 239.5732 174.9271 13.82687408291314
+0 THORAD AGENA D DEB
+1 04938U 69082HJ  16017.61790241  .00001702  00000-0  36636-3 0  9991
+2 04938  70.1353 103.7307 0030483 311.0837  48.7670 14.59923120415926
+0 COSMOS 375 DEB
+1 04942U 70091AK  16016.79160782  .00000013  00000-0  56832-4 0  9992
+2 04942  63.0749 150.5384 0907071  12.8880 349.3710 12.93512938123249
+0 THORAD AGENA D DEB
+1 04943U 70025GD  16016.99391383  .00000269  00000-0  78562-3 0  9991
+2 04943  99.6968 296.3504 0229620 358.7691  58.7851 13.09527745184075
+0 THORAD AGENA D DEB
+1  4945U 70025GF  16016.89697623 +.00000910 +00000-0 +86492-3 0  9992
+2  4945 099.8699 172.6058 0098678 015.9160 344.5055 13.81632932268249
+0 THORAD AGENA D DEB
+1 04946U 70025GG  16018.17373992  .00000426  00000-0  47890-3 0  9997
+2 04946  99.7335   2.7397 0014833 163.2018 256.8425 13.76936164279320
+0 THORAD AGENA D DEB
+1  4948U 70025GJ  16016.88607255 +.00000175 +00000-0 +31737-3 0  9991
+2  4948 099.4738 355.0439 0217937 262.9125 123.6133 13.45743420225777
+0 THORAD AGENA D DEB
+1 04950U 70025GL  16017.88588291  .00000026  00000-0  16516-3 0  9996
+2 04950  99.7771 169.4419 0222459 150.4906   3.5203 13.09473834185990
+0 THORAD AGENA D DEB
+1 04951U 70025GM  16018.06531865  .00000076  00000-0  16745-3 0  9992
+2 04951 100.1902 201.2048 0017742 238.0740 236.3105 13.59798838265763
+0 TANSEI 1 (MS-T1)
+1 04952U 71011A   16017.37754659  .00000085  00000-0  24207-4 0  9993
+2 04952  29.6690 346.0581 0079795 264.4413 231.2830 13.58454977231415
+0 OPS 5268 (DMSP 5A F3)
+1 04953U 71012A   16017.02667408  .00000138  00000-0  57218-4 0  9999
+2 04953  98.5142 167.7245 0037357 276.1049  83.5884 14.40113331351442
+0 THOR BURNER 2 R/B
+1 04954U 71012B   16017.67700715  .00000102  00000-0  48253-4 0  9990
+2 04954  98.6568 195.3401 0038201  61.0618 299.4391 14.38052088349467
+0 COSMOS 397
+1 04964U 71015A   16017.84565410 -.00000009  00000-0  32770-4 0  9998
+2 04964  65.7225 267.2997 1034151 324.5759  29.0584 12.74147656 85648
+0 THORAD AGENA D DEB
+1 04968U 70025GN  16018.09495546  .00000093  00000-0  18520-3 0  9990
+2 04968 100.1811 209.1417 0020196 161.7272 316.8428 13.61197788267355
+0 THORAD AGENA D DEB
+1 04970U 70025GQ  16017.69886946  .00000201  00000-0  34126-3 0  9997
+2 04970  99.7442 296.5237 0038389  47.4014 342.0881 13.57389981258715
+0 THORAD AGENA D DEB
+1 04971U 70025GR  16017.82876244 -.00000175  00000-0 -43957-3 0  9997
+2 04971  99.9181 324.1537 0345315 266.4437 116.5454 12.83267459140073
+0 THORAD AGENA D DEB
+1 04973U 70025GT  16018.23426057  .00000884  00000-0  63986-3 0  9997
+2 04973  99.9829 107.9970 0084914  93.0143 268.0738 13.97898731308012
+0 THORAD AGENA D DEB
+1 04977U 70025GX  16017.60422389 -.00000007  00000-0  62310-4 0  9994
+2 04977 100.2136  53.3891 0019666 248.0649 268.6011 13.51871998256360
+0 THORAD AGENA D DEB
+1 04979U 70025GZ  16016.20917513  .00000053  00000-0  13653-3 0  9994
+2 04979  99.9807 104.6306 0012401 233.3613 156.5288 13.58870005265096
+0 THORAD AGENA D DEB
+1 04980U 70025HA  16017.94450440  .00000164  00000-0  27740-3 0  9994
+2 04980  99.6427 278.2458 0008605 109.5910 311.0556 13.60214295263375
+0 THORAD AGENA D DEB
+1 04982U 70025HC  16017.21763088  .00000037  00000-0  14580-3 0  9998
+2 04982  99.8346 113.5269 0080734 207.5412 207.0295 13.39907087234207
+0 THORAD AGENA D DEB
+1 04986U 70025HG  16017.23450436  .00000013  00000-0  10156-3 0  9993
+2 04986 100.0019 285.0555 0054130 325.3026 189.2338 13.42302836240455
+0 THORAD AGENA D DEB
+1 04987U 70025HH  16017.19236174  .00000009  00000-0  81953-4 0  9999
+2 04987  99.5431  83.8530 0038545 249.8011 178.9482 13.48521405250625
+0 THORAD AGENA D DEB
+1 04988U 70025HJ  16017.56897316  .00000220  00000-0  33652-3 0  9999
+2 04988 100.0233 229.6925 0015667 171.6443 206.8910 13.63906809265224
+0 THORAD AGENA D DEB
+1 04989U 70025HK  16018.01035775  .00000725  00000-0  92474-3 0  9991
+2 04989  99.6981 188.1148 0133654 170.1736 310.1801 13.63016637242280
+0 THORAD AGENA D DEB
+1 04990U 70025HL  16017.29295894  .00000889  00000-0  71423-3 0  9994
+2 04990 100.0003 134.8579 0061744 101.4923 259.3176 13.92831105289754
+0 THORAD AGENA D DEB
+1 04991U 70025HM  16017.43559111 -.00000038  00000-0  11803-4 0  9990
+2 04991 100.0235  94.7422 0021305  99.7987 321.4930 13.53305513260160
+0 THORAD AGENA D DEB
+1 04992U 70025HN  16017.43168093  .00000126  00000-0  23160-3 0  9991
+2 04992 100.0028  85.5098 0015901 134.8654 290.9031 13.59797725266237
+0 THORAD AGENA D DEB
+1  4993U 70025HP  16016.80648713 +.00000491 +00000-0 +38279-3 0  9996
+2  4993 100.2054 057.2648 0094493 345.0651 014.7721 13.96058609307700
+0 THORAD AGENA D DEB
+1 04996U 70025HS  16017.40943625  .00001123  00000-0  85176-3 0  9997
+2 04996 100.3415 310.8293 0084715  40.8971 319.8501 13.94784229286400
+0 THORAD AGENA D DEB
+1 04997U 70025HT  16017.71367638  .00000303  00000-0  26711-3 0  9995
+2 04997  99.9191 290.9386 0047810 193.6161 166.3710 13.93535694304259
+0 THORAD AGENA D DEB
+1 04998U 70025HU  16018.20197792 -.00000026  00000-0  28929-4 0  9990
+2 04998  99.8985 291.2243 0010203 109.0372  36.8594 13.52779260259330
+0 THORAD AGENA D DEB
+1 05000U 70025HW  16017.64024784  .00000191  00000-0  72251-3 0  9990
+2 05000  99.7681  51.0572 0499624 223.3532 259.2501 12.67748393109713
+0 COSMOS 397 DEB
+1 05010U 71015D   16017.76674674  .00001290  00000-0  43282-3 0  9996
+2 05010  65.8456 146.5262 0710629 299.7020  53.5108 13.49752004133556
+0 COSMOS 397 DEB
+1 05011U 71015E   16017.51951933  .00001328  00000-0  35143-3 0  9995
+2 05011  65.6729  53.5882 0512955  56.6773 308.2334 13.94814121187087
+0 COSMOS 397 DEB
+1 05012U 71015F   16018.12188142  .00002275  00000-0  51005-3 0  9995
+2 05012  65.7462 245.4740 0543792 314.1148  41.6372 13.94383522165216
+0 COSMOS 397 DEB
+1 05013U 71015G   16018.19293891  .00001337  00000-0  55102-3 0  9991
+2 05013  65.7905 334.1438 0885985 330.3540  24.9923 13.08779398106146
+0 COSMOS 397 DEB
+1 05014U 71015H   16018.19420657  .00000903  00000-0  30032-3 0  9997
+2 05014  65.5958  65.6874 0645660 145.3251 219.1722 13.63330395155487
+0 COSMOS 397 DEB
+1 05015U 71015J   16017.14125818  .00001717  00000-0  55129-3 0  9991
+2 05015  65.7112  72.1231 0712270 259.3803  92.6320 13.50446585149704
+0 COSMOS 397 DEB
+1  5016U 71015K   16016.91860315 +.00000983 +00000-0 +35504-3 0  9993
+2  5016 065.8182 199.5357 0714897 085.8071 282.4284 13.46861680139071
+0 COSMOS 397 DEB
+1 05017U 71015L   16016.58477529  .00000901  00000-0  35071-3 0  9997
+2 05017  65.7129  52.7852 0767064  19.2792 343.5647 13.34581267130684
+0 COSMOS 397 DEB
+1 05018U 71015M   16018.05550918  .00000064  00000-0  65706-4 0  9995
+2 05018  65.7140 349.5400 1011055 303.7946  47.0720 12.79491084 92645
+0 COSMOS 397 DEB
+1 05019U 71015N   16018.21973502  .00001879  00000-0  48880-3 0  9990
+2 05019  65.6919 358.3391 0526470  71.6450 294.1125 13.92148832179318
+0 COSMOS 374 DEB
+1 05020U 70089W   16017.49205025  .00000920  00000-0  31552-3 0  9993
+2 05020  62.9252 214.9402 0769617 152.5677 211.8270 13.39832352168078
+0 THORAD AGENA D DEB
+1 05024U 70025HY  16017.57295765  .00000551  00000-0  29559-3 0  9990
+2 05024  99.8388 244.7911 0092112 244.7022 114.4583 14.15757058333033
+0 THORAD AGENA D DEB
+1 05025U 70025HZ  16016.38784029  .00000148  00000-0  30733-3 0  9993
+2 05025 100.0395 319.2114 0044528 303.9726 175.5900 13.49200816246346
+0 THORAD AGENA D DEB
+1 05026U 70025JA  16017.88656184  .00000407  00000-0  51335-3 0  9999
+2 05026 100.2123 342.2560 0037417   0.9896  60.4031 13.70571146263224
+0 COSMOS 374 DEB *
+1 05028U 70089Z   16018.15434016  .00000865  00000-0  55419-3 0  9995
+2 05028  63.2524 221.6316 0789280 175.6167 185.2325 13.10856137126164
+0 SCOUT A DEB
+1 05036U 70067C   16017.29510764  .00001307  00000-0  62162-3 0  9994
+2 05036  89.8702 298.4987 0026346 131.3062 229.0401 14.18768634315931
+0 COSMOS 397 DEB
+1 05042U 71015P   16017.59647151  .00001595  00000-0  48982-3 0  9992
+2 05042  65.6147 230.9047 0677407 200.6808 156.5588 13.58780510132059
+0 COSMOS 400
+1 05050U 71020A   16017.53968477 -.00000075  00000-0  60982-5 0  9997
+2 05050  65.8228 187.1203 0013415 242.6278 176.1844 13.72127239246347
+0 SL-8 R/B
+1 05051U 71020B   16017.88468019  .00000006  00000-0  88593-4 0  9993
+2 05051  65.8171 351.5703 0047644 169.9866 213.7869 13.75787291250750
+0 SL-8 DEB
+1 05052U 71020C   16017.87028112 -.00000055  00000-0  27804-4 0  9992
+2 05052  65.8205 146.8859 0013837 251.9631 255.0411 13.73311476247175
+0 THORAD AGENA D DEB
+1 05060U 70025JE  16017.06138527  .00000335  00000-0  18650-3 0  9996
+2 05060  99.9946 317.1258 0153086 122.7958 238.8062 14.12849194340046
+0 THORAD AGENA D DEB
+1 05061U 70025JF  16017.85404464  .00020486  00000-0  17488-2 0  9996
+2 05061  99.6833   0.9467 0012799  94.0439 266.2240 14.97681963353013
+0 THORAD AGENA D DEB
+1 05063U 70025JH  16017.96989682  .00003114  00000-0  12259-2 0  9990
+2 05063  99.8611 178.9944 0016632 182.3796 177.7306 14.30002088305663
+0 THORAD AGENA D DEB
+1 05066U 70025JL  16017.16024005  .00000515  00000-0  39883-3 0  9999
+2 05066  99.8736 262.3774 0068085 245.6973 113.7066 13.96929062309086
+0 THORAD AGENA D DEB
+1 05067U 70025JM  16018.20113544  .00000137  00000-0  23449-3 0  9994
+2 05067  99.9832  99.3349 0006594  84.4025 329.7712 13.63086093267256
+0 COSMOS 374 DEB
+1 05076U 70089AP  16018.12333746  .00000120  00000-0  80316-4 0  9992
+2 05076  62.7887 273.4268 1034687 129.0871 240.6869 12.84012843107047
+0 COSMOS 397 DEB
+1  5088U 71015Q   16016.93547254 +.00000737 +00000-0 +32914-3 0  9997
+2  5088 065.7129 277.2410 0819068 114.3691 254.5035 13.20155618123904
+0 COSMOS 397 DEB
+1 05091U 71015S   16016.87002754  .00000951  00000-0  28297-3 0  9992
+2 05091  65.7139 178.6293 0568305  48.5604 316.2860 13.81549994175561
+0 COSMOS 397 DEB
+1 05094U 71015U   16017.76746650  .00006303  00000-0  14521-2 0  9995
+2 05094  65.6875 143.4086 0533551 223.4222 132.3651 13.93909006154485
+0 COSMOS 397 DEB
+1  5097U 71015W   16016.53170177 +.00001103 +00000-0 +42787-3 0  9996
+2  5097 065.7393 036.2793 0806900 350.6694 008.0076 13.26574856131498
+0 COSMOS 397 DEB
+1 05098U 71015X   16017.51225322  .00000497  00000-0  20451-3 0  9998
+2 05098  65.8341 206.2840 0763772 306.5876  46.7189 13.36081210141736
+0 COSMOS 397 DEB
+1 05103U 71015AC  16017.87052967  .00005926  00000-0  77679-3 0  9993
+2 05103  65.7396 176.0999 0270401 113.3099 249.6709 14.58750220241792
+0 ISIS 2
+1  5104U 71024A   16016.92713543 +.00000009 +00000-0 -11595-4 0  9997
+2  5104 088.1701 203.3026 0043261 199.9651 322.2378 12.67831199072686
+0 COSMOS 402
+1 05105U 71025A   16017.11300943 -.00000072  00000-0  14926-4 0  9998
+2 05105  64.9791 203.9700 0031555  37.7949 100.4991 13.73033799245738
+0 THOR DELTA 1 R/B
+1 05106U 71024B   16017.52739369  .00000024  00000-0  65729-4 0  9994
+2 05106  88.1710 200.9009 0044752 137.1699 276.9730 12.68781131 74336
+0 COSMOS 405
+1 05117U 71028A   16017.17223947  .00003263  00000-0  11163-3 0  9991
+2 05117  81.2634 245.6460 0012434 117.0341  29.2660 15.29873463433595
+0 SL-3 R/B
+1 05118U 71028B   16017.86370357  .00001160  00000-0  63393-4 0  9993
+2 05118  81.2555  25.9332 0049219 190.7713 169.2465 15.12440823426139
+0 M-4S R/B
+1 05126U 71011B   16018.16852808  .00000078  00000-0  98654-5 0  9990
+2 05126  29.6833  34.5540 0012357 137.8408 222.3120 13.75985101259746
+0 THORAD AGENA D DEB
+1 05129U 70025JN  16017.32389856  .00000666  00000-0  10185-2 0  9995
+2 05129  99.3149 303.0377 0206812 300.9983 177.0639 13.47361958220439
+0 COSMOS 397 DEB
+1  5144U 71015AG  16016.43133699 +.00001231 +00000-0 +36019-3 0  9999
+2  5144 065.7190 037.5209 0564690 065.8118 300.0902 13.81896940169491
+0 THORAD AGENA D DEB
+1 05146U 70025JQ  16017.81183765  .00000019  00000-0  85138-4 0  9993
+2 05146  99.9068 100.7029 0043639 200.1754 284.7936 13.61817201271629
+0 THORAD AGENA D DEB
+1 05149U 70025JS  16017.62787663  .00000803  00000-0  43858-3 0  9995
+2 05149  99.6583  49.9426 0061011 311.6265  47.9688 14.14427920322731
+0 THORAD AGENA D DEB
+1 05150U 70025JT  16017.81615960  .00000840  00000-0  75010-3 0  9994
+2 05150  99.4794 327.5191 0094607 153.7210 206.8789 13.85479631282399
+0 THORAD AGENA D DEB
+1 05151U 70025JU  16017.13235928  .00000198  00000-0  31573-3 0  9994
+2 05151 100.0729  69.2977 0000521 316.0179 107.1497 13.62632173765559
+0 THORAD AGENA D DEB
+1 05153U 70025JW  16016.47646750  .00000221  00000-0  38589-3 0  9992
+2 05153 100.1389   6.1692 0034274 325.4241 189.3832 13.55482896253604
+0 THORAD AGENA D DEB
+1 05154U 70025JX  16018.05221971  .00003360  00000-0  98454-3 0  9997
+2 05154  99.8562  44.7937 0005489 307.9690  52.1000 14.44714167317491
+0 COSMOS 397 DEB
+1 05155U 71015AJ  16017.14235501  .00001385  00000-0  30442-3 0  9999
+2 05155  65.3525 286.2100 0459889 199.2995 159.0162 14.11376717206022
+0 COSMOS 397 DEB
+1 05156U 71015AK  16017.49614633  .00002227  00000-0  66362-3 0  9991
+2 05156  65.6891  33.4555 0714322 296.5168  56.4349 13.52359667149591
+0 THORAD AGENA D DEB
+1 05165U 70025JY  16017.46074011  .00013431  00000-0  17302-2 0  9996
+2 05165  99.7091 341.5261 0013972 268.8256  91.1350 14.81167283350395
+0 COSMOS 407
+1 05174U 71035A   16017.86147124  .00000061  00000-0  31587-4 0  9996
+2 05174  74.0422 220.3370 0019649 254.1393 105.7593 14.33141889335824
+0 SL-8 R/B
+1 05175U 71035B   16017.51017196  .00000091  00000-0  38798-4 0  9998
+2 05175  74.0482  79.8038 0028947  55.1379 305.2490 14.37764510340682
+0 COSMOS 409
+1 05180U 71038A   16017.36436303  .00000220  00000-0  61361-3 0  9990
+2 05180  74.0031 340.7631 0023711 238.9335 233.3082 13.17753531151332
+0 SL-8 R/B
+1 05181U 71038B   16017.15414487  .00000046  00000-0  15901-3 0  9992
+2 05181  73.9975 224.6728 0054816 117.9429  12.7446 13.20632243155747
+0 THORAD AGENA D DEB
+1 05183U 70025JZ  16017.51494388  .00000301  00000-0  36441-3 0  9993
+2 05183 100.0823   2.4410 0033818 324.6675 151.5709 13.75185139281675
+0 THORAD AGENA D DEB
+1 05185U 70025KB  16017.53208515  .00000901  00000-0  82248-3 0  9994
+2 05185  99.6317 264.6919 0072833 257.5496 222.2895 13.84958011273927
+0 COSMOS 397 DEB
+1 05187U 71015AM  16017.82329028  .00000937  00000-0  31129-3 0  9992
+2 05187  65.6496 220.4413 0671000   3.5943 356.9589 13.58597880153551
+0 COSMOS 374 DEB
+1  5188U 70089AZ  16016.83588674 -.00000154 +00000-0 -98925-4 0  9998
+2  5188 063.9969 319.2019 0903957 213.0551 141.0711 12.58995721392997
+0 COSMOS 374 DEB *
+1 05189U 70089BA  16017.54140746  .00002672  00000-0  30879-3 0  9990
+2 05189  62.5904 148.7876 0297791 357.0307   2.8989 14.61072295734942
+0 COSMOS 397 DEB
+1 05192U 71015AP  16017.46769374  .00001693  00000-0  33014-3 0  9995
+2 05192  65.5614  57.2662 0363554 103.9345 260.2453 14.31396031220350
+0 COSMOS 397 DEB
+1  5197U 71015AT  16016.44024693 +.00000289 +00000-0 +15087-3 0  9995
+2  5197 065.5395 054.7215 0751229 123.6933 243.8060 13.33047552125154
+0 THORAD AGENA D DEB
+1 05203U 70025KE  16017.47416847  .00000215  00000-0  60385-3 0  9993
+2 05203  99.8586 251.8217 0225508 295.8317 185.9479 13.15066462183098
+0 COSMOS 411
+1 05210U 71041A   16017.55623646 -.00000026  00000-0 -54952-4 0  9992
+2 05210  74.0153  85.1094 0111158 100.7204   5.7517 12.64932549 64064
+0 COSMOS 412
+1 05211U 71041B   16017.50847440 -.00000007  00000-0  63383-4 0  9994
+2 05211  74.0151  27.7492 0036119 296.1316 221.4007 12.39836715262368
+0 COSMOS 413
+1  5212U 71041C   16016.83651359 -.00000018 +00000-0 -14967-4 0  9999
+2  5212 074.0124 229.5325 0020894 083.6666 044.6378 12.43803590029431
+0 COSMOS 414
+1 05213U 71041D   16018.19291595 -.00000016  00000-0 -37984-6 0  9997
+2 05213  74.0171 293.5639 0041998  41.8066  68.4618 12.51093297 41687
+0 COSMOS 415
+1 05214U 71041E   16016.64098470 -.00000014  00000-0  16272-4 0  9995
+2 05214  74.0143  83.3272 0032611 240.2691 288.0947 12.47436976 35505
+0 COSMOS 416
+1  5215U 71041F   16016.92736331 -.00000003 +00000-0 +77930-4 0  9998
+2  5215 074.0156 012.2257 0076413 072.1598 311.1936 12.58012788052463
+0 COSMOS 417
+1  5216U 71041G   16016.95296887 -.00000017 +00000-0 -13241-5 0  9991
+2  5216 074.0129 232.6762 0096213 273.2596 195.1723 12.61392768058064
+0 COSMOS 418
+1 05217U 71041H   16017.49475081  .00000003  00000-0  11828-3 0  9997
+2 05217  74.0147 154.3242 0060632 239.2100 183.4314 12.54525019 47149
+0 SL-8 R/B
+1 05218U 71041J   16017.84705331 -.00000040  00000-0 -20558-3 0  9994
+2 05218  74.0290 345.4308 0067590 271.3448 109.7053 12.32177224226560
+0 THORAD AGENA D DEB
+1 05220U 70025KG  16017.89423763 -.00001453  00000-0 -39179-2 0  9996
+2 05220  99.8540 260.2102 0388864 207.1162 216.3789 12.89236086140922
+0 COSMOS 397 DEB
+1 05222U 71015AW  16017.86890804  .00002063  00000-0  70407-3 0  9995
+2 05222  65.7249 170.7112 0719455 230.4354 123.1001 13.46391432147968
+0 SL-8 DEB
+1  5225U 70102D   16016.76285900 +.00000219 +00000-0 +19694-3 0  9999
+2  5225 074.0241 126.5882 0017463 208.5894 305.0695 13.89736136278241
+0 COSMOS 422
+1 05238U 71046A   16017.85957633  .00000010  00000-0  35132-4 0  9996
+2 05238  74.0209 339.2036 0013931  48.7658  16.5309 13.72049263236027
+0 SL-8 R/B
+1  5239U 71046B   16016.90629054 +.00000002 +00000-0 +26649-4 0  9999
+2  5239 074.0238 271.3555 0011553 313.2456 101.1105 13.73832632238293
+0 COSMOS 374 DEB
+1  5240U 70089BF  16016.49148364 +.00000113 +00000-0 +18200-3 0  9997
+2  5240 062.8739 053.7273 0857635 223.1068 129.9619 12.77136063064958
+0 THOR ABLESTAR DEB
+1 05265U 65065Q   16017.39522708  .00000147  00000-0  24793-3 0  9991
+2 05265  90.1006 251.6644 0040227  32.9673  16.5465 13.41331383462806
+0 COSMOS 397 DEB
+1 05272U 71015BB  16017.17808633  .00000795  00000-0  33088-3 0  9997
+2 05272  65.5615 283.8791 0764740  74.2113 294.1847 13.32894153138196
+0 COSMOS 397 DEB
+1 05277U 71015BE  16017.14390963  .00000056  00000-0  61629-4 0  9994
+2 05277  65.7365  23.1650 0913466 100.0151 270.5083 12.97974066767948
+0 COSMOS 397 DEB
+1 05280U 71015BF  16017.78998913  .00001395  00000-0  54546-3 0  9993
+2 05280  65.6610 172.1351 0772907 142.1139 223.6975 13.31966774135802
+0 SL-8 DEB
+1 05300U 71035C   16017.40511984  .00003942  00000-0  36951-3 0  9996
+2 05300  74.0230   7.9164 0005356 355.2417   4.8715 14.94381286366409
+0 SL-8 DEB
+1 05301U 71035D   16018.16179599  .00000913  00000-0  17287-3 0  9999
+2 05301  74.0315  53.6904 0009659 128.8841 231.3191 14.65835400353006
+0 COSMOS 252 DEB *
+1 05322U 68097CJ  16018.19713652  .00000033  00000-0  93147-4 0  9996
+2 05322  61.2851  17.8283 0741794 159.6774 203.5473 13.11265459214050
+0 COSMOS 374 DEB
+1 05337U 70089BS  16017.89002933  .00001748  00000-0  14560-2 0  9999
+2 05337  62.9505 344.7914 0819504 358.8744   1.0388 12.91789740660791
+0 THORAD AGENA D DEB
+1 05347U 70025KL  16017.55139100  .00000482  00000-0  48645-3 0  9996
+2 05347  99.9992  16.9611 0045238  31.8862  94.8366 13.82574725231075
+0 THORAD AGENA D DEB
+1 05349U 70025KN  16017.60226743  .00001958  00000-0  14256-2 0  9993
+2 05349  99.8439 258.2720 0072867  26.2018 334.2800 13.96307570216325
+0 SL-8 DEB
+1 05358U 70086D   16017.56569630  .00003259  00000-0  27253-3 0  9998
+2 05358  74.0259  63.0632 0001637 188.7302 171.3856 14.98949888440261
+0 THORAD AGENA D DEB
+1 05359U 70025KQ  16017.76715620  .00000368  00000-0  47789-3 0  9990
+2 05359  99.9709 128.9406 0002609   6.3301 148.7828 13.69461930272187
+0 THOR DELTA 1 DEB
+1 05360U 71024C   16017.95577234  .00000029  00000-0  92743-4 0  9995
+2 05360  88.2881  18.8324 0042045 178.1488 211.1577 12.67848044 72972
+0 OV1-5 DEB
+1 05361U 66025G   16017.37867997  .00001977  00000-0  74401-3 0  9998
+2 05361 144.6198 298.0311 0032879 120.7557 239.6373 14.21981879824210
+0 OV1-20/OV1-21 DEB
+1  5384U 71067N   16016.86365614 +.00000153 +00000-0 +57446-4 0  9993
+2  5384 087.6293 343.5491 0080668 179.3576 180.7734 14.23558000301813
+0 THORAD AGENA D DEB *
+1 05387U 70025KS  16017.49149086  .00001334  00000-0  88813-2 0  9994
+2 05387 101.0536 205.7447 0618039 192.3964 196.6940 12.06203167862606
+0 THORAD AGENA D DEB
+1 05388U 70025KT  16017.04182537  .00000252  00000-0  55549-3 0  9993
+2 05388  99.7731  55.7567 0137782 350.0442  74.8742 13.34791243218014
+0 THORAD AGENA D DEB
+1 05389U 70025KU  16017.70849041 -.00000034  00000-0  12817-4 0  9998
+2 05389  99.9031 291.6832 0204608  85.1321 308.0051 13.10756071189645
+0 THORAD AGENA D DEB
+1 05390U 70025KV  16017.18014373  .00000716  00000-0  72231-3 0  9995
+2 05390 100.0301 111.1840 0052915  99.0026 321.1354 13.80529631283828
+0 THORAD AGENA D DEB
+1 05392U 70025KX  16017.89068321  .00000997  00000-0  67933-3 0  9991
+2 05392 100.0577 235.8116 0049522  68.3094 292.3330 14.02099217310729
+0 OV1-20/OV1-21 AKM
+1 05395U 71067K   16017.16952853  .00000421  00000-0  13384-3 0  9996
+2 05395  87.6213 295.3224 0061856  73.5147 287.2836 14.36685193311031
+0 OV1-21 R/B
+1 05397U 71067B   16017.08192502  .00000070  00000-0  24965-4 0  9994
+2 05397  87.6281  11.6437 0083295 155.7222 204.7926 14.17387592295712
+0 RIGIDSPHERE 2 (LCS 4)
+1 05398U 71067E   16017.81892965  .00000323  00000-0  10808-3 0  9997
+2 05398  87.6246 308.6124 0063170 185.8651 174.1814 14.33358361328810
+0 COSMOS 397 DEB *
+1  5414U 71015BL  16016.86463347 +.00000021 +00000-0 +63878-4 0  9992
+2  5414 066.7668 173.4334 0079464 040.3877 320.3070 14.01757890291952
+0 COSMOS 397 DEB
+1 05416U 71015BN  16018.22714513  .00000667  00000-0  77900-3 0  9996
+2 05416  65.7897  69.9759 0069872 350.6611  68.5829 13.74238927769713
+0 THORAD AGENA D DEB
+1 05422U 70025LA  16017.49634025  .00001162  00000-0  55331-3 0  9995
+2 05422 100.0314 325.0570 0106596 179.5915 180.5361 14.18749909315296
+0 COSMOS 434 DEB
+1 05426U 71069C   16017.85646669  .00000654  00000-0  13838-3 0  9996
+2 05426  49.5340 235.3160 0078012 220.2152 139.2985 14.69683290347308
+0 THORAD AGENA D DEB
+1 05430U 69082HW  16016.70040036  .00000437  00000-0  24489-3 0  9995
+2 05430  70.1083 125.9595 0059031 118.6412 242.0660 14.16017197374292
+0 EOLE 1 (CAS-A)
+1 05435U 71071A   16018.10688929  .00000263  00000-0  99338-4 0  9999
+2 05435  50.1423 332.7734 0111093  36.1299 324.7071 14.54761239342463
+0 SCOUT B-1 R/B
+1 05438U 71071B   16017.53495056  .00000270  00000-0  96555-4 0  9991
+2 05438  50.1452 197.4947 0108526 127.7609 233.3212 14.57231302344379
+0 DELTA 1 DEB
+1 05443U 67114E   16016.41663407 -.00000045  00000-0 -97912-5 0  9994
+2 05443 101.4331  80.0777 0061811 354.1749  71.8380 12.56708538209553
+0 THORAD AGENA D DEB
+1  5446U 70025LE  16016.89897730 +.00001118 +00000-0 +13659-2 0  9995
+2  5446 100.4619 235.4460 0089631 049.4562 066.3106 13.66704826254762
+0 SCOUT A DEB
+1 05447U 70067D   16016.17270125  .00000300  00000-0  53898-3 0  9998
+2 05447  89.8290 287.6493 0311566 212.2978 145.8683 13.22827432184855
+0 SHINSEI (MS-F2)
+1 05485U 71080A   16017.39174058  .00000035  00000-0  42025-4 0  9995
+2 05485  32.0547 359.6297 0640269  92.2366 275.1626 12.74116441 64045
+0 M-4S R/B
+1 05498U 71080B   16017.21330582  .00000059  00000-0  49834-4 0  9997
+2 05498  32.0335  78.1340 0574418 256.5576  97.0396 12.88315174 86820
+0 THORAD AGENA D DEB
+1 05502U 70025LG  16017.15575105  .00003002  00000-0  10989-2 0  9994
+2 05502  99.5358 100.6578 0029326  80.7648 279.6848 14.33508012308782
+0 THORAD AGENA D DEB
+1 05507U 70025LL  16018.01728553  .00001142  00000-0  64159-3 0  9994
+2 05507  99.3173 196.4819 0030733  21.4432 338.8019 14.12455554312735
+0 TITAN 3C TRANSTAGE DEB
+1 05515U 65108M   16016.11239031 -.00000086  00000-0  00000+0 0  9994
+2 05515  27.7330 257.1889 6618576 198.7954 355.7811  2.65765782118077
+0 THORAD AGENA D DEB
+1 05519U 69082HY  16018.14519686  .00000327  00000-0  12764-3 0  9996
+2 05519  70.0551  38.3236 0052029 175.1915 184.9724 14.37122864404317
+0 COSMOS 397 DEB
+1 05527U 71015BR  16017.19110853  .00000344  00000-0  27031-3 0  9993
+2 05527  66.8966  36.5456 0099519 245.0262 114.0460 14.00909743256045
+0 COSMOS 397 DEB
+1 05529U 71015BT  16017.02962816  .00000578  00000-0  24669-3 0  9994
+2 05529  66.8442 243.6800 0052725 100.3576 260.3473 14.31186914313953
+0 COSMOS 397 DEB
+1 05531U 71015BV  16017.20644200  .00000568  00000-0  26146-3 0  9992
+2 05531  66.6655  90.9349 0042047 249.6311 110.0266 14.27827528308886
+0 COSMOS 444
+1 05547U 71086A   16017.76264574 -.00000010  00000-0  31245-4 0  9990
+2 05547  74.0253 222.1225 0119229  98.1609 338.0368 12.62075154 39430
+0 COSMOS 445
+1 05548U 71086B   16016.47097265 -.00000011  00000-0  31557-4 0  9996
+2 05548  74.0282  23.3665 0104151 287.5903 241.6431 12.58169954 32914
+0 COSMOS 446
+1 05549U 71086C   16017.90523387 -.00000003  00000-0  78772-4 0  9996
+2 05549  74.0265 174.7436 0082872 102.7296  64.2395 12.54404254 27048
+0 COSMOS 447
+1 05550U 71086D   16016.84192921 -.00000004  00000-0  80299-4 0  9994
+2 05550  74.0304 331.0341 0066868 287.6564  99.9781 12.50569418 20761
+0 COSMOS 448
+1  5551U 71086E   16016.75751363 -.00000010 +00000-0 +35964-4 0  9992
+2  5551 074.0290 126.0858 0048281 115.5304 038.3457 12.46712897014318
+0 COSMOS 449
+1 05552U 71086F   16017.55340600 -.00000024  00000-0 -67897-4 0  9996
+2 05552  74.0285  84.0638 0037278 175.2010 289.7049 12.38685849  1731
+0 COSMOS 450
+1 05553U 71086G   16017.22219076 -.00000016  00000-0 -12696-5 0  9992
+2 05553  74.0298 287.3803 0043112 324.4469 149.1025 12.42650280  8082
+0 COSMOS 451
+1 05554U 71086H   16017.79820734 -.00000020  00000-0 -36220-4 0  9997
+2 05554  74.0276 257.8245 0052701  33.0710  33.3730 12.34264106994627
+0 SL-8 R/B
+1  5555U 71086J   16016.94945674 +.00000096 +00000-0 +97290-3 0  9999
+2  5555 074.0174 181.5149 0075249 042.2101 126.3727 12.26929059982306
+0 THOR BURNER 2 R/B
+1 05556U 71087B   16017.04966937  .00000046  00000-0  41059-4 0  9996
+2 05556  99.1328 177.1728 0061970 257.8494 101.5736 14.22858139293651
+0 OPS 4311 (DMSP 5B F1)
+1 05557U 71087A   16017.36803198  .00000084  00000-0  52920-4 0  9992
+2 05557  99.0328 279.9473 0052444  77.8565 282.8483 14.26942162298059
+0 ASTEX 1
+1 05560U 71089A   16017.53257451  .00000242  00000-0  65744-4 0  9996
+2 05560  92.7114  37.2695 0014589 321.9302  38.0870 14.47748262326373
+0 PROSPERO (BLACK ARROW)
+1 05580U 71093A   16017.89232201  .00000461  00000-0  10294-3 0  9990
+2 05580  82.0420 357.7103 0530372 235.0817 119.9429 13.93845555219025
+0 BLACK ARROW R/B
+1 05581U 71093B   16017.49980524  .00001011  00000-0  23169-3 0  9992
+2 05581  82.0399  26.5113 0535891 332.0675  25.2634 13.92564293216798
+0 OPS 9431 (DSCS 2-1)
+1 05587U 71095A   16017.54425762 -.00000134  00000-0  00000+0 0  9995
+2 05587  10.2502 314.1515 0005592 242.4381  15.9759  1.00279039 83853
+0 OPS 9432 (DSCS 2-2)
+1  5588U 71095B   16016.11106023 -.00000049 +00000-0 +00000-0 0  9990
+2  5588 010.2063 314.4631 0004553 312.4054 242.7349 01.00305634009213
+0 TITAN 3C TRANSTAGE R/B
+1 05589U 71095C   16017.44349600 -.00000115  00000-0  00000+0 0  9991
+2 05589  12.0057 318.8559 0150135  78.5129  98.6070  0.97187960 82445
+0 COSMOS 252 DEB *
+1  5595U 68097CW  16016.54953519 +.00007974 +00000-0 +75894-3 0  9992
+2  5595 062.7229 038.9447 0176527 313.8811 044.7809 14.83060494051403
+0 COSMOS 397 DEB
+1 05597U 71015CA  16018.09222443  .00002028  00000-0  52109-3 0  9994
+2 05597  66.5767   7.5369 0021411  62.9861 297.3430 14.52161951317572
+0 OV1-5 DEB
+1 05599U 66025H   16017.53770944  .00001356  00000-0  32262-3 0  9994
+2 05599 144.6203 259.2237 0044128   4.5078 355.6016 14.39873371553952
+0 COSMOS 457
+1 05614U 71099A   16018.22019678  .00000208  00000-0  59945-3 0  9998
+2 05614  74.0371 306.8994 0024038 244.0857 287.1571 13.16028750121510
+0 SL-8 R/B
+1 05615U 71099B   16017.17166975 -.00000045  00000-0 -65450-4 0  9995
+2 05615  74.0306 238.2636 0022159 146.0971 352.3160 13.17592142123940
+0 TITAN 3C TRANSTAGE DEB
+1 05632U 65108N   16016.56275662  .00009766  00000-0  74528-2 0  9995
+2 05632  25.9792 114.3260 5921835 160.7096 237.6424  4.07209741181799
+0 THORAD AGENA D DEB
+1 05635U 69082JF  16018.03231010  .00000636  00000-0  26441-3 0  9995
+2 05635  69.9494 243.5460 0005640 290.1887  69.8629 14.30857717323119
+0 COSMOS 465
+1 05683U 71111A   16017.50500584  .00000005  00000-0  29129-4 0  9997
+2 05683  74.0282 136.5828 0027505 358.8111  72.0326 13.74145538211078
+0 SL-8 R/B
+1 05685U 71111B   16017.48638135  .00000062  00000-0  86117-4 0  9993
+2 05685  74.0277  40.3125 0024026 228.5880 236.8522 13.76743451214506
+0 THORAD AGENA D DEB
+1 05690U 70025LV  16017.29702060  .00000083  00000-0  19658-3 0  9998
+2 05690  99.8409 310.7410 0049516  69.7063  81.9940 13.50713577253069
+0 THORAD AGENA D DEB
+1 05691U 70025LW  16018.12446251  .00000954  00000-0  70977-3 0  9997
+2 05691  99.1630  83.5073 0031120 329.5451  30.3903 13.97317799297465
+0 THORAD AGENA D DEB
+1 05692U 70025LX  16017.51550036  .00000130  00000-0  25053-3 0  9998
+2 05692  99.6728 117.9553 0116446 169.8498 255.4382 13.52620334 50208
+0 THORAD AGENA D DEB
+1 05694U 70025LZ  16017.07809955  .00007702  00000-0  16852-2 0  9996
+2 05694  99.8226 324.6731 0026431  17.8321 342.3794 14.57860103317521
+0 THORAD AGENA D DEB
+1 05696U 70025MB  16018.22256385 -.00000142  00000-0 -14846-3 0  9994
+2 05696  99.4068 260.4813 0055949  59.0223  64.9610 13.53532675251892
+0 THORAD AGENA D DEB
+1 05698U 70025MD  16017.20130112  .00000082  00000-0  17327-3 0  9990
+2 05698  99.7246 273.3022 0008057 184.1139 299.7088 13.58815380 73929
+0 COSMOS 468
+1 05705U 71114A   16018.15603191  .00000050  00000-0  26488-4 0  9990
+2 05705  74.0182  29.5987 0016624 267.7167  92.2082 14.35567284305675
+0 SL-8 R/B
+1 05707U 71114B   16017.42036006  .00000120  00000-0  47534-4 0  9999
+2 05707  74.0293 319.7780 0024287 152.4501 207.7946 14.38664525308473
+0 INTELSAT 4-F3
+1 05709U 71116A   16011.98385281  .00000110  00000-0  00000+0 0  9991
+2 05709  13.9839 332.5024 0009674 354.2246 185.9271  0.99618458 80952
+0 THOR ABLESTAR DEB
+1  5715U 61015JS  16016.97203793 +.00000591 +00000-0 +81000-3 0  9992
+2  5715 066.5736 016.2593 0175639 263.8983 121.4831 13.59475499684058
+0 THOR ABLESTAR DEB
+1  5716U 61015JT  16016.85203867 +.00000635 +00000-0 +17446-3 0  9994
+2  5716 066.6975 180.6230 0084445 000.8033 359.3195 14.51733893806923
+0 COSMOS 397 DEB
+1 05720U 71015CB  16017.56183908  .00000024  00000-0  61280-4 0  9990
+2 05720  66.7279  87.3424 0098459 114.9582 246.1772 14.05474365227061
+0 COSMOS 469
+1 05721U 71117A   16017.98982079 -.00000064  00000-0  26730-4 0  9992
+2 05721  64.4867 171.7660 0034428   0.5221 165.1159 13.76007919214076
+0 AUREOLE 1
+1 05729U 71119A   16017.53071635  .00001883  00000-0  14806-3 0  9999
+2 05729  73.9584  92.7652 0817272 355.1730   4.1829 13.73134788116640
+0 SL-8 R/B
+1 05730U 71119B   16017.87459286  .00005766  00000-0  37619-3 0  9991
+2 05730  73.8979 328.5573 0713254 310.8446  43.2903 13.98873447133418
+0 METEOR 1-10
+1 05731U 71120A   16017.76364299  .00000190  00000-0  97867-4 0  9999
+2 05731  81.2601 125.4576 0024333  54.7633 305.5811 14.11422051259537
+0 SL-3 R/B
+1 05732U 71120B   16017.83970212  .00000140  00000-0  77092-4 0  9999
+2 05732  81.2511 261.9043 0052105  55.1799 305.4255 14.05906266266389
+0 THORAD AGENA D DEB
+1 05736U 70025MH  16017.00165365  .00000215  00000-0  65505-3 0  9998
+2 05736 101.4205  45.0907 0229906 269.6321 117.7932 13.12072909193971
+0 THOR ABLESTAR DEB
+1 05745U 61015JU  16017.78521712  .00001531  00000-0  80578-3 0  9993
+2 05745  67.0726 124.1118 0087806 187.3220 172.6599 14.14651222725024
+0 THOR ABLESTAR DEB
+1 05746U 61015JV  16017.76101944  .00000083  00000-0  99599-4 0  9998
+2 05746  66.3004 243.5353 0052787 239.0379 120.5511 14.06651814746435
+0 THOR ABLESTAR DEB
+1 05748U 61015JX  16016.54448068  .00000171  00000-0  28359-3 0  9999
+2 05748  67.5627  61.0197 0133294 251.4771 182.3667 13.63476483635712
+0 THORAD AGENA D DEB
+1  5755U 69082JP  16016.89088783 +.00000799 +00000-0 +30692-3 0  9990
+2  5755 069.9281 043.4369 0011410 249.7987 110.1912 14.33972282387645
+0 THORAD AGENA D DEB
+1 05758U 69082JS  16017.36908157 -.00000012  00000-0  38205-4 0  9990
+2 05758  69.8047 219.3922 0045170 358.4559  71.5974 13.80561050338708
+0 COSMOS 397 DEB
+1  5763U 71015CF  16016.47587886 +.00001054 +00000-0 +15522-2 0  9999
+2  5763 066.9026 055.5914 0387594 220.4891 136.6723 13.31123355145222
+0 INTELSAT 4-F4
+1  5775U 72003A   16015.87308432 -.00000147 +00000-0 +00000-0 0  9997
+2  5775 014.0798 334.7830 0001581 296.6827 246.9413 00.99822288008519
+0 SL-8 DEB
+1 05778U 71114C   16017.04697958  .00001000  00000-0  17265-3 0  9999
+2 05778  74.0113 242.5750 0009652 200.9944 159.0832 14.69859621338362
+0 THOR ABLESTAR DEB
+1 05785U 61015JZ  16016.79687285  .00000161  00000-0  21033-3 0  9994
+2 05785  65.6415 267.2745 0151953 281.0559  77.3449 13.81378551760303
+0 THOR ABLESTAR DEB
+1 05786U 61015KA  16017.23020028  .00000213  00000-0  19246-3 0  9992
+2 05786  67.1216 247.7690 0128817 203.6729 155.8397 13.97103190742692
+0 THORAD AGENA D DEB
+1 05794U 69082JW  16016.78456005  .00001064  00000-0  29919-3 0  9993
+2 05794  70.0038 141.4727 0036337 216.3108 143.5559 14.48216274858882
+0 THOR ABLESTAR DEB
+1 05808U 61015KC  16017.22910725  .00002459  00000-0  28540-3 0  9999
+2 05808  66.5936 313.2920 0052681  96.9228 263.7895 14.86412259836847
+0 ATLAS CENTAUR R/B
+1 05816U 72003B   16017.26134397 -.00000053  00000-0  17587-2 0  9991
+2 05816  28.0152 114.9601 7171138  45.5088 356.9245  2.20868757354315
+0 THORAD AGENA D DEB *
+1 05824U 70025MJ  16018.01473883  .00000505  00000-0  43057-3 0  9995
+2 05824  97.8677 188.4369 0616891 214.0856 141.9176 13.26044103 23661
+0 THOR ABLESTAR DEB
+1 05826U 61015KE  16017.88142338  .00000234  00000-0  23281-3 0  9994
+2 05826  66.6825 343.8121 0081739 319.1212  40.3755 13.93189715740692
+0 THORAD AGENA D DEB
+1 05842U 70025ML  16017.82138969  .00003050  00000-0  74012-3 0  9999
+2 05842  99.9964 116.7484 0041863 245.0764 114.6073 14.53343021344579
+0 COSMOS 475
+1 05846U 72009A   16017.48237735  .00000019  00000-0  42332-4 0  9993
+2 05846  74.0506 329.0648 0022633   4.3812 135.3587 13.76124428204065
+0 SL-8 R/B
+1 05847U 72009B   16017.49211726  .00000078  00000-0  98274-4 0  9998
+2 05847  74.0476 200.8094 0031167 252.9284 136.3896 13.79233749208720
+0 SL-8 DEB
+1  5858U 71114D   16016.74092176 +.00001786 +00000-0 +27181-3 0  9994
+2  5858 074.0096 135.0632 0005666 111.0414 249.1366 14.74769050341382
+0 COSMOS 252 DEB *
+1 05871U 68097DK  16017.47784801  .00000057  00000-0  56029-4 0  9993
+2 05871  62.8069  62.5230 0949050 139.5640 227.9997 13.03414364217472
+0 THOR ABLESTAR DEB
+1 05876U 61015KF  16017.39825268 -.00000256  00000-0 -50775-3 0  9999
+2 05876  65.6750   5.3010 0732869 240.2971 112.3156 12.47357593690691
+0 OPS 5058 (DMSP 5B F2)
+1 05903U 72018A   16018.18111283  .00000050  00000-0  41950-4 0  9994
+2 05903  99.0607  65.5646 0050834 231.6324 128.0281 14.23918341349085
+0 THOR BURNER 2 R/B
+1 05904U 72018B   16017.22467489  .00000010  00000-0  24909-4 0  9992
+2 05904  99.0554  63.0717 0047552 195.4148 164.5584 14.23327681271876
+0 COSMOS 480
+1  5905U 72019A   16016.96871605 +.00000034 +00000-0 +51736-4 0  9997
+2  5905 082.9771 324.2867 0018092 334.3675 093.7182 13.19842239110260
+0 SL-8 R/B
+1  5907U 72019B   16016.92676391 +.00000068 +00000-0 +13170-3 0  9996
+2  5907 082.9723 282.2192 0020489 184.2701 227.0500 13.22179974113541
+0 METEOR 1-11
+1 05917U 72022A   16017.11515632  .00000016  00000-0  24553-5 0  9995
+2 05917  81.2253  29.0847 0030749 261.1380  98.6308 14.08616402249101
+0 SL-3 R/B
+1 05918U 72022B   16017.35844379  .00000108  00000-0  57898-4 0  9994
+2 05918  81.2386 105.8370 0057920 339.9374  19.9517 14.05794192245384
+0 TIROS 2 DEB *
+1  5922U 60016E   16016.90010727 -.00000082 +00000-0 +54754-4 0  9991
+2  5922 047.0291 194.9459 0040467 077.4961 083.6490 13.69665941229912
+0 THORAD AGENA D DEB
+1  5957U 70025MN  16016.94601625 +.00002211 +00000-0 +10079-2 0  9992
+2  5957 099.6536 022.0518 0037535 105.5318 255.0005 14.22438142626800
+0 THORAD AGENA D DEB
+1 05958U 70025MP  16017.46300192  .00000396  00000-0  57430-3 0  9991
+2 05958  99.3981 334.0385 0054038  93.9495  28.1870 13.60772756257715
+0 THORAD AGENA D DEB *
+1  5967U 70025MQ  16016.93203646 +.00000411 +00000-0 +17136-2 0  9994
+2  5967 101.6691 021.7357 0124156 234.2477 154.6708 12.89576360147589
+0 DELTA 1 DEB
+1 05971U 67006E   16016.71478209 -.00000045  00000-0  19928-4 0  9996
+2 05971 101.9464  91.0633 0112313 308.4279 208.3758 12.73363365277014
+0 DELTA 1 DEB
+1 05975U 70021C   16016.66991903  .00001317  00000-0  69488-3 0  9993
+2 05975  25.3829 169.9631 6652724  53.2278 350.9649  3.07336142253220
+0 DELTA 1 R/B(2)
+1 05977U 69011B   16017.54060741  .00004769  00000-0  85648-3 0  9997
+2 05977  29.5305 210.7753 5825612 283.1460  20.9929  4.30684583330549
+0 TITAN 3C TRANSTAGE DEB
+1 05986U 65108Q   16016.49884706  .00000564  00000-0  95437-3 0  9994
+2 05986  26.8689 193.3996 6320418 306.7710  10.3946  3.44244967164442
+0 DELTA 1 DEB *
+1  5987U 67001S   16016.74275305 -.00000020 +00000-0 +26918-3 0  9992
+2  5987 026.4118 128.2838 6733149 181.1486 175.7406 02.86272488269461
+0 TITAN 3C TRANSTAGE DEB
+1 05991U 65108R   16017.52338925 -.00000051  00000-0  00000+0 0  9992
+2 05991  27.2996 166.0695 6541703 172.2048 189.5499  2.63636431139703
+0 TITAN 3C TRANSTAGE DEB
+1  5998U 65108T   16016.31189438 +.00001579 +00000-0 +89732-2 0  9995
+2  5998 026.5068 088.5645 6602780 240.4640 251.9170 02.99286694034338
+0 THORAD AGENA D DEB
+1 06014U 70025MR  16018.18873459  .00001020  00000-0  81434-3 0  9992
+2 06014 100.0055 111.7558 0058928 163.3490 196.9620 13.92842500288487
+0 COSMOS 489
+1 06019U 72035A   16017.88210829  .00000012  00000-0  35711-4 0  9990
+2 06019  74.0188 172.7455 0024898 216.3546 253.6612 13.75890069194046
+0 SL-8 R/B
+1 06020U 72035B   16017.73544065 -.00000025  00000-0 -20733-5 0  9993
+2 06020  74.0190  58.0277 0019997 134.6644   8.7327 13.78746026197999
+0 INTELSAT 4-F5
+1 06052U 72041A   16017.02054812  .00000101  00000-0  00000+0 0  9995
+2 06052  13.5071 329.9716 0004727 208.9120 151.1008  1.00111973 83786
+0 ATLAS CENTAUR R/B
+1 06058U 72041B   16017.56642419  .00000034  00000-0  34560-3 0  9993
+2 06058  26.5111  79.9896 7209174 114.1168 333.2131  2.22300554352714
+0 COSMOS 494
+1 06059U 72043A   16017.53267153  .00000043  00000-0  23991-4 0  9998
+2 06059  74.0532 213.6272 0011153 221.6011 138.4294 14.35467930278549
+0 SL-8 R/B
+1 06061U 72043B   16017.63179249  .00000144  00000-0  53571-4 0  9999
+2 06061  74.0564  54.1338 0021084 311.7851  48.1502 14.40427284283937
+0 SL-8 DEB
+1 06063U 72043C   16016.71737366  .00002556  00000-0  30659-3 0  9999
+2 06063  74.0381 128.8294 0004624 210.6837 149.4072 14.84610492304707
+0 SL-8 DEB
+1 06065U 72043D   16018.22323091  .00001073  00000-0  18103-3 0  9998
+2 06065  74.0692  73.9437 0011810  54.3801 305.8469 14.70736868296408
+0 COSMOS 482 DESCENT CRAFT
+1 06073U 72023E   16018.16105489  .00021912  46607-5  11439-3 0  9994
+2 06073  52.0678 277.3235 1662677 207.3937 142.8809 12.37781259296432
+0 METEOR 1-12
+1 06079U 72049A   16017.67070429 -.00000030  00000-0 -27046-4 0  9992
+2 06079  81.2253  54.7896 0009930 313.6770  46.3573 14.03019080227894
+0 SL-3 R/B
+1 06080U 72049B   16017.45760466  .00000077  00000-0  43274-4 0  9997
+2 06080  81.2409 122.1169 0048452 227.0198 132.6902 14.00842490224861
+0 COSMOS 504
+1 06117U 72057A   16017.16245527  .00000007  00000-0  12284-3 0  9990
+2 06117  74.0259 169.7791 0111153  90.8061  19.9232 12.63561333  6274
+0 COSMOS 505
+1 06118U 72057B   16017.43739279 -.00000008  00000-0  48174-4 0  9993
+2 06118  74.0298 322.2256 0093370 267.8226 230.7897 12.59761547   299
+0 COSMOS 506
+1 06119U 72057C   16017.71274817 -.00000024  00000-0 -51826-4 0  9994
+2 06119  74.0272 106.3402 0072141  70.3710  83.7983 12.56148027994589
+0 COSMOS 507
+1  6120U 72057D   16016.90428715 -.00000022 +00000-0 -38339-4 0  9996
+2  6120 074.0263 248.9445 0054654 232.9367 257.4639 12.52600704988643
+0 COSMOS 508
+1 06121U 72057E   16017.24032008 -.00000018  00000-0 -13517-4 0  9997
+2 06121  74.0258  36.5178 0033254  39.2369  35.1537 12.48849722982984
+0 COSMOS 509
+1  6122U 72057F   16016.95122311 -.00000002 +00000-0 +95320-4 0  9996
+2  6122 074.0248 190.3855 0016276 242.7922 272.9015 12.44947641976526
+0 COSMOS 510
+1 06123U 72057G   16017.88909196 -.00000006  00000-0  67138-4 0  9994
+2 06123  74.0294 342.3741 0009057 181.4267 240.4349 12.41025752970667
+0 COSMOS 511
+1 06124U 72057H   16017.50178303 -.00000005  00000-0  83044-4 0  9995
+2 06124  74.0275 145.2832 0031618   6.8724  61.4444 12.36835759963988
+0 SL-8 R/B
+1 06125U 72057J   16017.89129175 -.00000080  00000-0 -54318-3 0  9996
+2 06125  74.0147   8.7997 0069722 312.2650  51.6968 12.30893635954254
+0 LANDSAT 1 (ERTS 1)
+1 06126U 72058A   16017.46632011 -.00000112  00000-0 -48673-4 0  9993
+2 06126  98.9920 333.9106 0007540 200.3335 159.7529 13.97500179216853
+0 DELTA 1 R/B
+1 06127U 72058B   16017.52328530  .00000536  00000-0  84057-4 0  9993
+2 06127  98.5095   9.5186 0107910 150.9919 209.7343 14.73443231628810
+0 THORAD AGENA D DEB
+1 06139U 70025MV  16018.17903558  .00000609  00000-0  50080-3 0  9998
+2 06139  99.1514 275.5559 0074422 306.5500  52.8824 13.91971450298701
+0 COSMOS 514
+1 06148U 72062A   16017.81729286  .00000025  00000-0  87751-5 0  9994
+2 06148  82.9666 256.3464 0011335  88.0274 319.3631 13.81744718188524
+0 SL-8 R/B
+1 06149U 72062B   16017.17749264  .00000001  00000-0 -13144-4 0  9991
+2 06149  82.9671 237.2149 0008607 356.6667 123.8178 13.82861114190154
+0 OAO 3 (COPERNICUS)
+1 06153U 72065A   16017.69938707  .00000152  00000-0  37149-4 0  9995
+2 06153  35.0074 102.8545 0006786 183.9869 308.4036 14.57738035305478
+0 COSMOS 516
+1 06154U 72066A   16017.21947461 -.00000071  00000-0  17315-4 0  9996
+2 06154  64.8114 286.5386 0055052 120.8434  41.9196 13.77653375184065
+0 ATLAS CENTAUR R/B
+1 06155U 72065B   16017.82547551  .00000370  00000-0  62555-4 0  9996
+2 06155  35.0028 238.1974 0037491  45.3291 315.0453 14.71080618315870
+0 THORAD AGENA D DEB
+1 06157U 70025MX  16017.55752682  .00001241  00000-0  80789-3 0  9991
+2 06157  99.8926 143.5226 0010429 330.6519  29.4058 14.04634873310518
+0 THORAD AGENA D DEB *
+1 06159U 70025MY  16017.84368022  .00001230  00000-0  52055-2 0  9998
+2 06159 101.2112  80.3998 0068262 248.3795 165.4740 12.84674954167056
+0 THORAD AGENA D DEB
+1 06160U 70025MZ  16017.19673307  .00005836  00000-0  22251-2 0  9994
+2 06160 100.4478 104.0795 0073098 206.1874 153.5597 14.29840877276178
+0 THORAD AGENA D DEB
+1 06167U 70025NB  16017.45905921  .00000238  00000-0  34877-3 0  9999
+2 06167 100.1229 191.5567 0032053 199.6822 214.7860 13.65717706275916
+0 TRIAD 1
+1 06173U 72069A   16017.70863223  .00000249  00000-0  61375-4 0  9998
+2 06173  89.8516 238.5019 0055080  52.5200 352.8191 14.48626231279763
+0 COSMOS 249 DEB *
+1 06176U 68091CG  16018.13662397 -.00000032  00000-0  63390-4 0  9998
+2 06176  65.7268   9.6184 0471647 199.3585 158.8989 13.06410187662253
+0 SCOUT B-1 R/B
+1 06180U 72069B   16017.54028221  .00000594  00000-0  10873-3 0  9998
+2 06180  89.8907 231.9868 0041548 164.1257 196.1272 14.64169198290786
+0 COSMOS 520
+1 06192U 72072A   16016.65204161 -.00000059  00000-0  00000+0 0  9999
+2 06192  72.9067 355.1668 4865330 311.7045 325.0418  2.01316822318577
+0 COSMOS 521
+1 06206U 72074A   16017.84407850 -.00000071  00000-0  96621-5 0  9993
+2 06206  65.8268 280.5430 0006811 185.5114 243.4642 13.72432105169889
+0 SL-8 R/B
+1 06207U 72074B   16017.85372245 -.00000048  00000-0  33674-4 0  9996
+2 06207  65.8242 118.8162 0021340 350.5557 145.3092 13.75574568173704
+0 SL-8 DEB
+1 06210U 72074C   16017.84063582 -.00000042  00000-0  40737-4 0  9992
+2 06210  65.8245 257.7786 0009853 188.5685 242.0402 13.73336012170370
+0 DELTA 1 DEB *
+1 06213U 66087E   16018.23489553  .00001628  00000-0  48874-2 0  9994
+2 06213 101.8608 280.4439 0057827 125.4793  25.8038 13.08709502296589
+0 DELTA 1 DEB
+1 06214U 66016E   16016.49991001  .00000075  00000-0  64571-3 0  9997
+2 06214 101.3236   0.0756 0117201 126.0386 355.6388 12.61989556295115
+0 THORAD AGENA D DEB
+1 06216U 70025NE  16017.07986046  .00000627  00000-0  19436-3 0  9995
+2 06216  99.0625  63.5309 0244425 358.2766   1.7547 14.29360258351803
+0 OPS 8180 (STP RADSAT)
+1 06217U 72076B   16017.23025293  .00000205  00000-0  46717-4 0  9995
+2 06217  98.5499 117.2135 0010269  22.1778 337.9867 14.66312407301738
+0 ATLAS F BURNER 2 R/B
+1 06218U 72076C   16017.83402158  .00000089  00000-0  31556-4 0  9996
+2 06218  98.5054 296.6826 0012780  53.4765 306.7606 14.55286416293157
+0 NOAA 2 (ITOS-D)
+1 06235U 72082A   16017.54679641 -.00000013  00000-0  19924-3 0  9995
+2 06235 101.6032 346.8913 0003652 270.7528 202.7192 12.53077163978734
+0 OSCAR 6
+1  6236U 72082B   16016.84423689 -.00000013 +00000-0 +19582-3 0  9997
+2  6236 101.6304 345.0574 0003791 240.1073 149.2296 12.53127523978412
+0 DELTA 1 R/B
+1  6237U 72082C   16016.83501546 -.00000072 +00000-0 -19371-4 0  9999
+2  6237 102.7995 064.4105 0362134 017.5685 102.5740 13.18521093081027
+0 SL-8 DEB *
+1 06252U 65020FD  16016.56906060 -.00000072  00000-0  14264-3 0  9994
+2 06252  56.0353 235.2286 0189057 355.4877  28.8874 12.29912524197209
+0 METEOR 1-13
+1 06256U 72085A   16018.12724486  .00000102  00000-0  51470-4 0  9995
+2 06256  81.2709 236.8630 0027248 127.5734 232.7917 14.08819921219958
+0 SL-3 R/B
+1 06257U 72085B   16017.33901299 -.00000013  00000-0 -15604-4 0  9999
+2 06257  81.2609 298.3969 0057882 143.5017 217.0120 14.06372861216836
+0 COSMOS 528
+1  6262U 72087A   16016.86047484 -.00000022 +00000-0 -30748-4 0  9997
+2  6262 074.0350 265.0913 0065443 333.7318 155.6484 12.61554067990034
+0 COSMOS 529
+1 06264U 72087B   16017.24000707 -.00000025  00000-0 -52212-4 0  9992
+2 06264  74.0350  78.7956 0042007 175.5943 240.8305 12.57156664983160
+0 COSMOS 530
+1 06265U 72087C   16016.73956907 -.00000016  00000-0  30548-5 0  9996
+2 06265  74.0358 103.1053 0086500 151.5142  12.2287 12.65612223996410
+0 COSMOS 531
+1 06266U 72087D   16016.86107858 -.00000008  00000-0  52424-4 0  9991
+2 06266  74.0332 174.3893 0031660 294.7175 223.5105 12.54748670979330
+0 COSMOS 532
+1 06267U 72087E   16018.17747322 -.00000017  00000-0  17838-5 0  9995
+2 06267  74.0370 297.8401 0108415 320.7649 183.3038 12.69672726  2977
+0 COSMOS 533
+1 06268U 72087F   16017.21869064 -.00000012  00000-0  20089-4 0  9994
+2 06268  74.0346  24.5815 0096681  63.3378  12.5179 12.67546683999520
+0 COSMOS 534
+1 06269U 72087G   16018.15753475 -.00000024  00000-0 -37750-4 0  9994
+2 06269  74.0325 181.0671 0076908 240.4241 168.7232 12.63614272993438
+0 COSMOS 535
+1  6270U 72087H   16016.97113102 -.00000017 +00000-0 -81341-5 0  9999
+2  6270 074.0349 354.6103 0053412 082.3854 332.6113 12.59293619986268
+0 SL-8 R/B
+1 06271U 72087J   16018.18938015 -.00000082  00000-0 -52589-3 0  9995
+2 06271  74.0382 240.5710 0080475 251.0725 242.6621 12.34551269947671
+0 OPS 7323 (DMSP 5B F3)
+1 06275U 72089A   16017.67824094  .00000104  00000-0  59604-4 0  9994
+2 06275  98.6219 232.4897 0035394 338.0377  21.9286 14.27599689241990
+0 THOR BURNER 2 R/B
+1 06276U 72089B   16018.15453407  .00000023  00000-0  30856-4 0  9993
+2 06276  98.7398 235.2954 0035694 309.2459  50.5552 14.21123168236345
+0 SL-8 DEB
+1  6277U 72062C   16016.61350928 +.00000022 +00000-0 +58887-5 0  9992
+2  6277 082.8536 031.2547 0007330 110.6546 028.9724 13.83277130179480
+0 ANIK A1 (TELESAT 1)
+1 06278U 72090A   16018.11620275 -.00000245  00000-0  00000+0 0  9992
+2 06278  13.7996 332.2034 0010619 103.4306  66.5187  0.98830218 81440
+0 SCOUT B-1 DEB
+1 06284U 72069D   16017.33735181  .00000926  00000-0  18012-3 0  9992
+2 06284  90.4697 132.7285 0047611 154.0609 206.3006 14.61825830191498
+0 SL-8 DEB
+1 06289U 69024C   16017.33515367  .00000130  00000-0  33984-3 0  9998
+2 06289  73.9871   6.9579 0012251 195.2544 290.3563 13.26355683261277
+0 SL-6 R/B(2)
+1 06302U 72072E   16017.42025465 -.00000154  00000-0  00000+0 0  9992
+2 06302  65.4041 210.7131 6750157 352.8857   1.0470  2.03775335155173
+0 NIMBUS 5
+1 06305U 72097A   16018.19875998 -.00000031  00000-0  23979-4 0  9990
+2 06305 100.0417 278.5677 0009048  61.4856  51.5216 13.44101203114085
+0 DELTA 1 R/B
+1  6306U 72097B   16016.90742495 -.00000051 +00000-0 -50831-4 0  9993
+2  6306 099.8357 101.6132 0270411 067.5013 060.1861 12.88382961026377
+0 COSMOS 539
+1 06319U 72102A   16017.86892692  .00000006  00000-0  10895-3 0  9998
+2 06319  74.0156 170.1319 0024370 323.8157 190.7877 12.75379135  5480
+0 SL-8 R/B
+1 06320U 72102B   16016.74607539 -.00000012  00000-0  23352-4 0  9991
+2 06320  74.0157 107.1098 0025124 243.3184 286.5750 12.76923869  7780
+0 COSMOS 540
+1 06323U 72104A   16017.74846105  .00000049  00000-0  25623-4 0  9993
+2 06323  74.0788 230.2946 0017043  90.0168 270.2939 14.36310571253086
+0 SL-8 R/B
+1 06324U 72104B   16017.17929992  .00000110  00000-0  40397-4 0  9991
+2 06324  74.0779 344.0113 0010529 258.3610 101.6366 14.43262525260981
+0 COSMOS 546
+1 06350U 73005A   16017.85385709 -.00000329  00000-0 -64615-7 0  9994
+2 06350  50.6438 262.0666 0014577  12.4405 347.6914 15.19597515363307
+0 METEOR 1-14
+1 06392U 73015A   16017.51422512  .00000041  00000-0  17112-4 0  9994
+2 06392  81.2446  17.7562 0011444 242.6267 117.3738 14.07521834197785
+0 SL-3 R/B
+1 06393U 73015B   16017.79272436  .00000161  00000-0  91216-4 0  9993
+2 06393  81.2552  86.3736 0057911 281.5604  77.9066 14.04945137194487
+0 SL-8 DEB
+1 06396U 72104D   16016.72447806  .00001869  00000-0  22169-3 0  9997
+2 06396  74.1115 245.6255 0005663  92.5214 267.6614 14.85277023284653
+0 ANIK A2 (TELESAT 2)
+1 06437U 73023A   16018.02454932  .00000041  00000-0  00000+0 0  9994
+2 06437  14.1606 335.7450 0012515 312.8136 220.5359  0.99800193 82369
+0 METEOR 1-15
+1 06659U 73034A   16017.14476498  .00000128  00000-0  65822-4 0  9999
+2 06659  81.1896  11.8787 0027565 357.2236   2.8777 14.09838202191588
+0 SL-3 R/B
+1 06660U 73034B   16017.45812926  .00000207  00000-0  11762-3 0  9996
+2 06660  81.2325 145.6719 0047551 100.7054 259.9474 14.05765131185808
+0 COSMOS 564
+1  6675U 73037A   16016.69679755 -.00000022 +00000-0 -35343-4 0  9990
+2  6675 074.0189 078.9057 0055657 215.7233 278.1086 12.56553438954374
+0 COSMOS 565
+1 06676U 73037B   16017.19043164 -.00000008  00000-0  53686-4 0  9999
+2 06676  74.0188  14.3158 0026764 234.5672 203.9198 12.48918939942776
+0 COSMOS 566
+1 06677U 73037C   16017.83343745 -.00000028  00000-0 -76742-4 0  9990
+2 06677  74.0186 267.9491 0030841  84.9101 343.6598 12.51650167946855
+0 COSMOS 567
+1 06678U 73037D   16017.53413610  .00000003  00000-0  11896-3 0  9996
+2 06678  74.0168 175.1042 0045616 335.1609  90.3047 12.54051745950757
+0 COSMOS 568
+1 06679U 73037E   16018.21985227  .00000000  00000-0  94304-4 0  9994
+2 06679  74.0199 345.2104 0066585 108.6402 354.2717 12.58893438958406
+0 COSMOS 569
+1 06680U 73037F   16018.09871951 -.00000017  00000-0 -45504-6 0  9990
+2 06680  74.0178 258.0111 0078897   6.1429 147.7470 12.61117973961844
+0 COSMOS 570
+1  6681U 73037G   16016.86793529 -.00000024 +00000-0 -39694-4 0  9997
+2  6681 074.0167 166.9536 0092777 263.9000 251.5660 12.63470222965123
+0 COSMOS 571
+1 06682U 73037H   16018.18700368 -.00000024  00000-0 -38224-4 0  9992
+2 06682  74.0184  70.6568 0102348 149.9890 266.3963 12.65860416969219
+0 SL-8 R/B
+1 06683U 73037J   16016.76463398 -.00000016  00000-0 -98312-5 0  9990
+2 06683  74.0221 294.6371 0071149 340.3834  48.0934 12.32133844916689
+0 COSMOS 574
+1 06707U 73042A   16017.83204715  .00000034  00000-0  21063-4 0  9994
+2 06707  82.9513 115.0779 0021429  13.0999 134.9265 13.72088439569341
+0 SL-8 R/B
+1 06708U 73042B   16018.19693657  .00000061  00000-0  49155-4 0  9994
+2 06708  82.9462  80.0312 0012318 217.1692 195.5718 13.74058241133986
+0 THOR ABLESTAR DEB
+1 06747U 61015KM  16017.91229113  .00000162  00000-0  17127-3 0  9990
+2 06747  66.5992 190.7869 0145864 206.3656 152.9949 13.92518645761916
+0 THOR ABLESTAR DEB
+1 06748U 61015KN  16017.78773993  .00001376  00000-0  80062-3 0  9992
+2 06748  66.8998 258.8282 0077311 268.1920  91.0314 14.10065474752166
+0 COSMOS 249 DEB
+1 06752U 68091CJ  16017.16450385  .00001580  00000-0  16488-2 0  9994
+2 06752  62.2786  16.3833 0684927  25.6264 337.7065 13.04884003161840
+0 COSMOS 249 DEB
+1 06764U 68091CK  16017.75155881 -.00000017  00000-0  15500-3 0  9995
+2 06764  62.3324 213.0683 0772457  19.7745  59.6301 12.37215384254857
+0 THORAD AGENA D DEB
+1 06765U 70025NG  16017.42056584  .00000118  00000-0  23828-3 0  9993
+2 06765  99.7787 293.2786 0015791 109.0496 314.0165 13.54295272256083
+0 THORAD AGENA D DEB
+1 06766U 70025NH  16016.74381986  .00000410  00000-0  31400-3 0  9995
+2 06766 100.1424 299.1276 0077736 149.6278 210.9419 13.98628355302744
+0 THORAD AGENA D DEB
+1 06767U 70025NF  16017.63648364  .00001044  00000-0  82790-3 0  9993
+2 06767  99.1544 265.5063 0021011 201.7690 158.2579 13.93545508586376
+0 ATLAS CENTAUR R/B
+1 06779U 71116B   16017.56842491 -.00000138  00000-0 -57674-3 0  9995
+2 06779  27.6658 160.8646 7195771 318.0748  10.2766  2.19596734335070
+0 OPS 8364 (DMSP 4)
+1 06787U 73054A   16018.07637449  .00000162  00000-0  77279-4 0  9998
+2 06787  98.6560 173.9105 0026861  51.6138 308.7452 14.31535786207637
+0 THOR BURNER 2 R/B
+1 06788U 73054B   16017.41685473  .00000056  00000-0  42029-4 0  9993
+2 06788  98.7598 175.0693 0027127 304.9430  54.9202 14.25960048203466
+0 INTELSAT 4-F7
+1  6796U 73058A   16016.48134066 +.00000023 +00000-0 +00000-0 0  9992
+2  6796 014.4535 336.2274 0003135 147.2025 020.5357 00.99145128097920
+0 ATLAS CENTAUR R/B
+1 06797U 73058B   16016.17609025  .00000039  00000-0  70489-3 0  9999
+2 06797  27.9155  16.8894 7208256   3.4468   9.0345  2.21608034342850
+0 OPS 8314 (2)
+1 06822U 72079C   16017.86068534  .00000019  00000-0  19246-3 0  9993
+2 06822  95.6412   2.2604 0028677 298.2524 176.7697 12.55507900982661
+0 TITAN 3D DEB
+1  6823U 72079D   16016.75580303 +.00000007 +00000-0 +12125-3 0  9990
+2  6823 095.7885 196.6444 0052565 092.5544 028.0751 12.54720836980928
+0 TITAN 3D DEB
+1 06824U 72079E   16017.47324661  .00000019  00000-0  18465-3 0  9990
+2 06824  95.5005 195.0873 0006384 195.9057 190.1506 12.56324141983760
+0 COSMOS 585
+1 06825U 73064A   16017.24075186 -.00000003  00000-0  71912-4 0  9997
+2 06825  74.0245 355.2068 0019281 318.4726 142.3281 12.68186297961182
+0 SL-8 R/B
+1  6826U 73064B   16016.91139372 -.00000008 +00000-0 +45774-4 0  9991
+2  6826 074.0222 289.3959 0029781 241.8773 166.2793 12.69703006963573
+0 COSMOS 586
+1 06828U 73065A   16018.22027994  .00000033  00000-0  18529-4 0  9991
+2 06828  82.9423 101.7836 0027851  16.1016  12.8513 13.75090464124510
+0 SL-8 R/B
+1  6829U 73065B   16016.66453280 +.00000035 +00000-0 +20129-4 0  9990
+2  6829 082.9409 069.6264 0021778 242.5031 234.4692 13.77113713126658
+0 THOR ABLESTAR DEB
+1  6842U 61015KP  16016.95724690 +.00000102 +00000-0 +50437-3 0  9994
+2  6842 066.7290 196.2359 0654573 033.3320 039.0612 12.44749196858819
+0 COSMOS 397 DEB
+1 06843U 71015CK  16016.57608062  .00002083  00000-0  48681-3 0  9996
+2 06843  65.6660 231.9404 0479942  20.2276 341.7114 14.04275338191211
+0 COSMOS 397 DEB
+1  6844U 71015CL  16016.63112074 +.00000977 +00000-0 +29644-3 0  9995
+2  6844 065.8996 244.2312 0645738 239.3149 114.2761 13.66627302098824
+0 COSMOS 588
+1 06845U 73069A   16017.12561409 -.00000006  00000-0  66185-4 0  9998
+2 06845  74.0015   2.4680 0027750  85.0165 345.7233 12.48584632927769
+0 COSMOS 589
+1  6846U 73069B   16016.90538444 -.00000009 +00000-0 +44716-4 0  9996
+2  6846 073.9984 186.1040 0047451 220.9266 307.9874 12.53180994934594
+0 COSMOS 590
+1  6847U 73069C   16016.72747086 -.00000016 +00000-0 -26713-6 0  9999
+2  6847 074.0009 268.2155 0034832 314.3743 074.2529 12.51056935931280
+0 COSMOS 591
+1 06848U 73069D   16018.01230473  .00000001  00000-0  95017-4 0  9994
+2 06848  73.9980 213.8993 0089544 191.3691 283.8263 12.61690942948068
+0 COSMOS 592
+1  6849U 73069E   16016.75651985 -.00000008 +00000-0 +45004-4 0  9998
+2  6849 074.0013 131.2503 0097876 092.1228 061.1360 12.63846139951038
+0 COSMOS 593
+1 06850U 73069F   16018.16838209 -.00000029  00000-0 -68920-4 0  9999
+2 06850  74.0026 293.0778 0078578 280.2041 189.8110 12.59660202944949
+0 COSMOS 594
+1  6851U 73069G   16016.96344377 -.00000003 +00000-0 +79705-4 0  9998
+2  6851 074.0011 015.2506 0067040 014.4394 014.6448 12.57593289941378
+0 COSMOS 595
+1 06852U 73069H   16017.53275856 -.00000021  00000-0 -29387-4 0  9990
+2 06852  74.0015  98.3447 0054850 110.7878 353.1913 12.55431412938350
+0 SL-8 R/B
+1 06853U 73069J   16018.18696263 -.00000083  00000-0 -57644-3 0  9996
+2 06853  74.0043  22.6647 0086921 305.3298 123.3339 12.29000428897753
+0 NNSS 20 (TRANSIT 20)
+1 06909U 73081A   16017.96509568  .00000140  00000-0  13225-3 0  9997
+2 06909  89.8407 321.6758 0159344 110.5077 251.3269 13.70364913308456
+0 SCOUT A-1 R/B
+1  6910U 73081B   16016.89775190 +.00000063 +00000-0 +54540-4 0  9996
+2  6910 089.8356 319.5498 0160294 155.7285 205.1536 13.69020401106231
+0 COSMOS 606
+1 06916U 73084A   16016.34831068 -.00000465  00000-0  00000+0 0  9996
+2 06916  71.6030 236.0794 5153221 260.1028 270.7183  2.00631979309197
+0 NOAA 3
+1 06920U 73086A   16017.57811919 -.00000025  00000-0  14047-3 0  9994
+2 06920 101.8634 352.4809 0006721 325.4665 146.8399 12.40356263910495
+0 DELTA 1 R/B
+1 06921U 73086B   16017.48844192 -.00000019  00000-0  19469-3 0  9990
+2 06921 102.0501 343.2477 0014861  12.1070 348.0347 12.36975627919994
+0 OPS 6630 (2)
+1  6938U 73088D   16016.95847242 -.00000023 +00000-0 -23236-4 0  9994
+2  6938 096.9396 148.1516 0026425 016.8387 097.3530 12.57058739935133
+0 COSMOS 614
+1 06965U 73098A   16017.83194096  .00000081  00000-0  34700-4 0  9995
+2 06965  74.0546 205.2125 0023072   4.0782 356.0556 14.38853696207479
+0 SL-8 R/B
+1 06966U 73098B   16017.21065581  .00000110  00000-0  40787-4 0  9999
+2 06966  74.0565 100.0160 0021974 208.9604 151.0335 14.42810842210977
+0 OPS 9433 (DSCS 2-3)
+1 06973U 73100A   16016.20946934 -.00000167  00000-0  00000+0 0  9991
+2 06973  13.5862 322.8943 0029213 133.8285  66.8299  0.97656333 82721
+0 OPS 9434 (DSCS 2-4)
+1  6974U 73100B   16014.90201025 -.00000047 +00000-0 +00000-0 0  9990
+2  6974 013.0473 324.1787 0072075 335.0178 203.8918 00.97517536810504
+0 TITAN 3C TRANSTAGE R/B
+1 06976U 73100D   16016.55113404 -.00000221  00000-0  00000+0 0  9991
+2 06976  14.9446 326.2511 0261332  24.4861 126.5706  0.94997654 75563
+0 COSMOS 617
+1 06985U 73104A   16017.88569325  .00000006  00000-0  11988-3 0  9990
+2 06985  74.0271 182.0365 0096081 175.2046 353.3898 12.63470057941036
+0 COSMOS 618
+1  6986U 73104B   16016.97197367 +.00000001 +00000-0 +10950-3 0  9996
+2  6986 074.0306 347.5004 0026391 074.1034 341.0561 12.49876404919907
+0 COSMOS 619
+1 06987U 73104C   16018.16341679 -.00000024  00000-0 -47547-4 0  9997
+2 06987  74.0284 257.8629 0040944 328.7863 148.3973 12.52180281923766
+0 COSMOS 620
+1 06988U 73104D   16018.17225285 -.00000014  00000-0  11108-4 0  9995
+2 06988  74.0284  85.3443 0022688 219.6039 203.5851 12.47261252916227
+0 COSMOS 621
+1  6989U 73104E   16016.88933942 -.00000023 +00000-0 -43318-4 0  9997
+2  6989 074.0273 165.9335 0050667 213.8557 303.0216 12.54621331927117
+0 COSMOS 622
+1  6990U 73104F   16016.97025340 -.00000006 +00000-0 +56992-4 0  9995
+2  6990 074.0302 354.5047 0073600 014.6737 013.8833 12.59061887933978
+0 COSMOS 623
+1 06991U 73104G   16018.17604888 -.00000016  00000-0 -37215-5 0  9990
+2 06991  74.0281  76.5153 0061915 110.7094 346.6225 12.56900221931010
+0 COSMOS 624
+1 06992U 73104H   16018.15888668 -.00000026  00000-0 -49165-4 0  9996
+2 06992  74.0295 268.9156 0086693 278.4043 194.4996 12.61229796937637
+0 SL-8 R/B
+1  6993U 73104J   16016.92575659 -.00000008 +00000-0 +63254-4 0  9997
+2  6993 074.0344 010.6366 0092731 317.0471 065.0361 12.30307676889582
+0 AUREOLE 2
+1 07003U 73107A   16018.19121023  .00004769  00000-0  20051-3 0  9990
+2 07003  73.9304 322.3495 0407017  69.5729 294.8652 14.71568806137387
+0 SL-8 R/B
+1 07004U 73107B   16017.35739031  .00011052  00000-0  21616-3 0  9993
+2 07004  73.9404  95.5187 0221568  96.2170 266.4319 15.25074450158013
+0 COSMOS 626
+1 07005U 73108A   16017.71668777 -.00000082  00000-0  31954-5 0  9993
+2 07005  65.4384  84.1971 0061964 228.5607 275.8549 13.85336931128014
+0 COSMOS 627
+1 07008U 73109A   16017.66986544  .00000038  00000-0  24258-4 0  9994
+2 07008  82.9519  44.8582 0033508 111.2408  27.9889 13.72809176106293
+0 SL-8 R/B
+1  7009U 73109B   16016.90229818 +.00000024 +00000-0 +95146-5 0  9995
+2  7009 082.9516 326.7603 0018247 245.9193 144.1014 13.76806625111890
+0 DELTA 1 DEB
+1 07012U 73086C   16016.85595230 -.00000041  00000-0  19813-4 0  9997
+2 07012 101.5829  59.5874 0062715 238.9966 173.2789 12.47339758920355
+0 DELTA 1 DEB
+1 07013U 73086D   16017.86240663  .00000024  00000-0  43135-3 0  9990
+2 07013 101.6046 355.1430 0067859 181.0090 244.3013 12.51508277926738
+0 DELTA 1 DEB
+1 07014U 73086E   16017.15051700  .00000067  00000-0  18901-3 0  9995
+2 07014 101.6832 288.4710 0405854   3.5955 356.7927 13.22481360 33586
+0 DELTA 1 DEB
+1 07015U 73086F   16017.84590728 -.00000035  00000-0 -37463-4 0  9992
+2 07015 101.7594 359.3528 0401421 102.2039 319.6527 11.66169965796719
+0 DELTA 1 DEB
+1 07016U 73086G   16016.74021347  .00000024  00000-0  10074-2 0  9990
+2 07016 101.7034 113.3822 0527442 254.2247 268.9233 11.45348880764150
+0 DELTA 1 DEB
+1 07017U 73086H   16017.29853919  .00000123  00000-0  10508-2 0  9992
+2 07017 102.1554 161.9095 0148849  42.5264  24.4869 12.51635248911442
+0 DELTA 1 DEB
+1  7018U 73086J   16016.90101543 +.00000020 +00000-0 +48802-3 0  9994
+2  7018 101.9590 344.6338 0012249 245.0121 139.3220 12.38910219907289
+0 DELTA 1 DEB
+1  7019U 73086K   16016.89584638 +.00000021 +00000-0 +46864-3 0  9990
+2  7019 101.8292 353.4830 0065138 088.6789 299.8570 12.42383505912338
+0 DELTA 1 DEB
+1 07020U 73086L   16017.13712131  .00000001  00000-0  43131-3 0  9993
+2 07020 102.0192 215.0188 0160703 279.8681 195.8951 12.14381584870009
+0 DELTA 1 DEB
+1 07021U 73086M   16017.14717301  .00000272  00000-0  25420-2 0  9999
+2 07021 101.6445 221.7283 0177643  83.5461  32.9160 12.29504686881510
+0 DELTA 1 DEB
+1 07022U 73086N   16018.00050154 -.00000027  00000-0  12850-3 0  9995
+2 07022 102.3058 300.2646 0190914  38.2115  24.6153 12.44355747915803
+0 DELTA 1 DEB
+1 07023U 73086P   16017.42681525  .00000016  00000-0  46888-3 0  9998
+2 07023 101.8393 353.8498 0026843 168.9145 346.5979 12.35898004902730
+0 DELTA 1 DEB
+1 07024U 73086Q   16017.61406918  .00000519  00000-0  25566-2 0  9998
+2 07024 101.8610 242.8657 0067686 301.8540 122.1637 12.77567511946924
+0 DELTA 1 DEB
+1  7025U 73086R   16016.86700554 -.00000094 +00000-0 -10271-2 0  9995
+2  7025 101.9013 227.1295 0460335 097.7350 335.9606 11.54248231778321
+0 DELTA 1 DEB
+1 07026U 73086S   16017.78760648  .00000120  00000-0  92500-3 0  9992
+2 07026 102.0786 301.9602 0127241 293.6035  86.0145 12.61313264934961
+0 DELTA 1 DEB
+1 07027U 73086T   16017.45976400  .00000295  00000-0  27344-2 0  9998
+2 07027 101.8904 330.0862 0054830 230.2461 251.4114 12.33650177894937
+0 DELTA 1 DEB
+1 07028U 73086U   16017.49252119 -.00000121  00000-0 -68851-3 0  9996
+2 07028 102.2801 343.2779 0082751 337.2670 133.0349 12.24656820885964
+0 DELTA 1 DEB
+1 07029U 73086V   16016.85781788 -.00000020  00000-0  18832-3 0  9996
+2 07029 101.9560 351.0568 0012542   9.7658  19.5907 12.37098809905517
+0 DELTA 1 DEB
+1 07030U 73086W   16017.74768890 -.00000033  00000-0  10084-3 0  9991
+2 07030 102.2947  99.9468 0092842 178.8484 334.5712 12.23876294884646
+0 DELTA 1 DEB
+1 07031U 73086X   16018.15680307 -.00000047  00000-0 -26219-4 0  9998
+2 07031 101.8762  74.7870 0009602   3.1776  64.1915 12.38526403907378
+0 DELTA 1 DEB
+1 07032U 73086Y   16017.00017122 -.00000015  00000-0  23191-3 0  9990
+2 07032 101.9658 354.0879 0029382 210.6213 192.8658 12.34650545901621
+0 DELTA 1 DEB
+1 07033U 73086Z   16018.20050060 -.00000059  00000-0 -97144-4 0  9991
+2 07033 102.0552  88.1603 0027339 259.3263 169.4204 12.41850059905656
+0 DELTA 1 DEB
+1  7034U 73086AA  16016.97032612 +.00000001 +00000-0 +31159-3 0  9995
+2  7034 101.6339 018.7572 0016821 336.8735 055.9748 12.43524808913011
+0 DELTA 1 DEB
+1 07035U 73086AB  16018.00813958  .00000044  00000-0  10526-2 0  9993
+2 07035 101.7294  22.4181 0318006  44.9820  18.6571 11.82975031820751
+0 DELTA 1 DEB
+1 07036U 73086AC  16018.07576522  .00000098  00000-0  90838-3 0  9998
+2 07036 101.5771  61.3242 0001197 326.2259  61.5000 12.51731451921065
+0 DELTA 1 DEB
+1 07037U 73086AD  16017.06551899  .00000057  00000-0  11872-2 0  9992
+2 07037 101.9956  55.5398 0321769  94.6267 282.1805 11.86479396827138
+0 DELTA 1 DEB
+1  7038U 73086AE  16016.78808456 +.00000272 +00000-0 +28457-2 0  9991
+2  7038 102.1679 299.7966 0125604 148.7972 224.0151 12.23260562881168
+0 DELTA 1 DEB
+1  7039U 73086AF  16016.85755032 -.00000024 +00000-0 +15256-3 0  9991
+2  7039 102.4801 162.7655 0131078 137.0082 030.8618 12.49103434922044
+0 DELTA 1 DEB
+1 07040U 73086AG  16018.20954606  .00000126  00000-0  71509-3 0  9997
+2 07040 102.4953 112.2478 0192123  29.0506  25.0246 12.81468413970319
+0 DELTA 1 DEB
+1 07041U 73086AH  16017.17386483  .00000207  00000-0  19108-2 0  9991
+2 07041 101.5426 203.2800 0185537 164.3165 250.7661 12.33057026885404
+0 DELTA 1 DEB
+1 07042U 73086AJ  16017.46592698  .00000703  00000-0  96572-3 0  9993
+2 07042 101.7214 297.0606 0326688 104.3195 259.4428 13.43150086 51277
+0 DELTA 1 DEB
+1 07043U 73086AK  16016.60484874  .00000012  00000-0  24137-3 0  9996
+2 07043 102.1411  68.6913 0215778 325.3285 193.5729 12.84692192976122
+0 DELTA 1 DEB
+1 07044U 73086AL  16016.60466196  .00000050  00000-0  68411-3 0  9999
+2 07044 102.5099  67.5996 0088255  26.5584 128.1086 12.44392086916240
+0 DELTA 1 DEB
+1 07045U 73086AM  16017.52160715 -.00000006  00000-0  34149-3 0  9993
+2 07045 102.2404 351.7588 0077349 243.6080 234.5584 12.25919272881548
+0 DELTA 1 DEB
+1 07046U 73086AN  16016.53870196  .00000005  00000-0  41872-3 0  9994
+2 07046 102.1705 350.0265 0057725 336.5830 146.0959 12.29252676886705
+0 DELTA 1 DEB
+1 07048U 73086AQ  16017.42259328  .00000069  00000-0  17302-2 0  9993
+2 07048 101.6036 178.8819 0488430 301.0409  81.2850 11.50622380766364
+0 DELTA 1 DEB
+1 07049U 73086AR  16017.40218828 -.00000294  00000-0 -31478-2 0  9994
+2 07049 101.8220 317.0453 0251897 239.8242 241.3644 11.93081043831041
+0 DELTA 1 DEB
+1 07050U 73086AS  16017.65304066  .00000274  00000-0  19244-2 0  9996
+2 07050 101.4377  39.5227 0044517  97.1634  20.7026 12.55838611920914
+0 DELTA 1 DEB
+1  7051U 73086AT  16016.90040780 +.00000006 +00000-0 +43003-3 0  9998
+2  7051 102.2102 348.9079 0066424 045.3140 343.7915 12.28715849885439
+0 DELTA 1 DEB
+1  7052U 73086AU  16016.88888536 -.00000002 +00000-0 +32422-3 0  9995
+2  7052 101.9538 344.5804 0024111 034.5728 349.8885 12.37168845904530
+0 DELTA 1 DEB
+1 07053U 73086AV  16017.68082619 -.00000004  00000-0  28464-3 0  9996
+2 07053 102.1265  62.2092 0041254 315.1496 167.4724 12.48030850920003
+0 DELTA 1 DEB
+1 07054U 73086AW  16017.18888758  .00000063  00000-0  27796-3 0  9991
+2 07054 101.4410 122.2817 0314778 115.8523 306.1360 13.03265285  5062
+0 DELTA 1 DEB
+1  7055U 73086AX  16016.60544078 +.00000030 +00000-0 +92492-3 0  9991
+2  7055 102.6977 297.8319 0343354 235.3991 250.3248 11.83988973823402
+0 DELTA 1 DEB
+1 07056U 73086AY  16017.43248617 -.00000031  00000-0  11094-3 0  9995
+2 07056 102.2402 343.0903 0087674  38.1265  85.3654 12.23951406884880
+0 DELTA 1 DEB
+1 07057U 73086AZ  16017.16280248 -.00000022  00000-0  18057-3 0  9998
+2 07057 102.0902 350.0134 0034532 356.3701  70.6026 12.32989147899242
+0 DELTA 1 DEB
+1 07058U 73086BA  16017.86094912  .00000159  00000-0  12806-2 0  9992
+2 07058 101.4948  21.2542 0008682 310.5960 116.9113 12.52730067922865
+0 DELTA 1 DEB
+1 07059U 73086BB  16017.19829737 -.00000214  00000-0 -15111-2 0  9996
+2 07059 101.9647 245.0462 0110595  17.0921  95.3767 12.25777987883264
+0 DELTA 1 DEB
+1 07060U 73086BC  16017.87683909  .00000015  00000-0  41747-3 0  9994
+2 07060 101.8382 350.7951 0024733  20.1295  35.4945 12.44602365916252
+0 DELTA 1 DEB
+1  7061U 73086BD  16016.91804230 +.00000073 +00000-0 +73395-3 0  9999
+2  7061 102.5309 358.1676 0141232 263.6711 123.5213 12.55206223930277
+0 DELTA 1 DEB
+1  7063U 73086BF  16016.60689020 -.00000418 +00000-0 -98273-3 0  9992
+2  7063 102.4539 254.2602 0296623 253.3486 132.7169 12.99503884998095
+0 DELTA 1 DEB
+1 07064U 73086BG  16017.75632494 -.00000076  00000-0 -13811-3 0  9998
+2 07064 101.4783 113.4055 0181629 116.4773  12.4900 12.74880980961737
+0 DELTA 1 DEB
+1 07065U 73086BH  16017.75447383  .00000110  00000-0  12529-2 0  9991
+2 07065 101.9511  86.9709 0048308 275.1026 207.1035 12.33336429895391
+0 DELTA 1 DEB
+1 07066U 73086BJ  16017.36790574 -.00000010  00000-0  25123-3 0  9997
+2 07066 101.7705  66.9234 0057089 125.9606   5.1963 12.38711262903706
+0 DELTA 1 DEB
+1 07068U 73086BL  16016.11216019  .00000228  00000-0  10967-2 0  9997
+2 07068 102.3327 298.7011 0214275 127.7150 347.0370 12.81203475971647
+0 DELTA 1 DEB
+1 07069U 73086BM  16017.47477630  .00001597  00000-0  21049-2 0  9999
+2 07069 102.7893 346.6742 0259646 118.9123 243.8309 13.50405220 47724
+0 DELTA 1 DEB
+1 07071U 73086BP  16016.82278172 -.00000063  00000-0 -14099-3 0  9997
+2 07071 101.9368  85.4514 0007180  88.0248 339.5691 12.41165866911397
+0 DELTA 1 DEB
+1 07072U 73086BQ  16017.07155671 -.00000022  00000-0  15708-3 0  9996
+2 07072 101.7176  64.6698 0011865 221.3898 193.4617 12.42464719913075
+0 DELTA 1 DEB
+1  7073U 73086BR  16016.88648630 +.00000002 +00000-0 +39028-3 0  9995
+2  7073 101.9683 352.3423 0064899 022.0101 005.6177 12.28527438891715
+0 DELTA 1 DEB
+1 07074U 73086BS  16016.53620667 -.00000024  00000-0  10813-3 0  9994
+2 07074 101.9696 264.2809 0176750  71.8531  45.6508 12.72075006958756
+0 DELTA 1 DEB
+1 07075U 73086BT  16017.93298413  .00000411  00000-0  15161-2 0  9999
+2 07075 101.6311   7.8347 0171071  21.1623  31.9167 12.95949321973758
+0 DELTA 1 DEB
+1 07076U 73086BU  16017.88093292 -.00000015  00000-0  21688-3 0  9995
+2 07076 101.8109 358.9630 0013039 276.2313 152.8025 12.39700944909242
+0 DELTA 1 DEB
+1  7079U 73086BX  16016.90382595 -.00000028 +00000-0 +12606-3 0  9991
+2  7079 102.0065 076.0020 0036998 053.0306 349.3980 12.34065181893777
+0 DELTA 1 DEB
+1 07080U 73086BY  16017.16556536  .00000531  00000-0  31429-2 0  9991
+2 07080 101.9379 221.1780 0092661  71.6862  37.9368 12.63088896928727
+0 DELTA 1 DEB
+1 07081U 73086BZ  16017.43049529  .00000031  00000-0  39712-3 0  9990
+2 07081 102.3392 191.8196 0166131 297.9078 128.9042 12.69438827953163
+0 DELTA 1 DEB
+1 07082U 73086CA  16017.98068466  .00000114  00000-0  93434-3 0  9995
+2 07082 101.7755 165.3872 0035411 129.5311 346.8581 12.58828297929909
+0 DELTA 1 DEB
+1  7083U 73086CB  16016.41572160 +.00000041 +00000-0 +69963-3 0  9993
+2  7083 102.0768 353.4378 0066237 229.8763 286.3052 12.31952467895376
+0 DELTA 1 DEB
+1 07084U 73086CC  16016.81929595 -.00000018  00000-0  20503-3 0  9998
+2 07084 101.9029 125.6645 0153335  90.5042  62.8857 12.25108272886897
+0 DELTA 1 DEB
+1 07085U 73086CD  16017.86988601  .00000069  00000-0  66990-3 0  9993
+2 07085 102.1722 357.7428 0097631 312.6423 116.0618 12.59579401937386
+0 DELTA 1 DEB
+1  7086U 73086CE  16016.68687866 +.00000005 +00000-0 +35714-3 0  9992
+2  7086 101.6721 022.2480 0012732 129.7205 283.0616 12.40474474909179
+0 DELTA 1 DEB
+1 07087U 73086CF  16017.70643946  .00003748  00000-0  43156-2 0  9993
+2 07087 102.1395 280.7855 0204194 285.1097  97.8994 13.61802888673605
+0 DELTA 1 DEB
+1 07088U 73086CG  16017.85268323  .00000331  00000-0  14158-2 0  9997
+2 07088 102.4395 216.3444 0259982  66.3496  49.2850 12.82123408965045
+0 DELTA 1 DEB
+1 07091U 73086CK  16017.02239586 -.00000088  00000-0 -57658-3 0  9993
+2 07091 102.0589  44.7863 0281853 147.3128 274.0742 11.96015830841541
+0 DELTA 1 DEB
+1 07092U 73086CL  16017.23305685 -.00000240  00000-0 -44787-3 0  9990
+2 07092 101.8400 251.1911 0318386 191.2286 294.0540 13.05807446  6246
+0 DELTA 1 DEB
+1 07093U 73086CM  16017.82275609 -.00000005  00000-0  34630-3 0  9992
+2 07093 102.2705 347.5674 0070132 160.2767 229.8763 12.26882571879065
+0 COSMOS 628
+1 07094U 74001A   16017.44357294  .00000035  00000-0  21022-4 0  9994
+2 07094  82.9579 117.8185 0035819 331.8701  76.3912 13.75694259107885
+0 SL-8 R/B
+1 07095U 74001B   16017.20106272  .00000080  00000-0  62856-4 0  9997
+2 07095  82.9482  61.5231 0038239 140.8267 279.9307 13.78546225111628
+0 DELTA 1 DEB
+1  7124U 73086CN  16016.86542971 -.00000017 +00000-0 +23155-3 0  9992
+2  7124 102.1910 348.5364 0052772 232.4703 141.1963 12.30001610894041
+0 DELTA 1 DEB
+1 07126U 73086CQ  16017.63026723  .00000120  00000-0  10716-2 0  9994
+2 07126 101.7914  44.7172 0293611 204.7778 281.1313 12.38925734903266
+0 DELTA 1 DEB
+1 07127U 73086CR  16017.49390582  .00000404  00000-0  49105-2 0  9995
+2 07127 101.9653 316.5482 0267572  51.7089   1.8524 12.00541481848873
+0 DELTA 1 DEB
+1 07128U 73086CS  16017.15185935  .00000417  00000-0  25676-2 0  9994
+2 07128 101.6106  82.5307 0012169  22.6648   6.2443 12.62722946933192
+0 DELTA 1 DEB
+1 07129U 73086CT  16017.18421778 -.00000094  00000-0 -58649-3 0  9996
+2 07129 102.0794 106.6303 0248720  96.3653 322.1855 12.03836876849896
+0 DELTA 1 DEB
+1 07130U 73086CU  16017.19380498  .00001977  00000-0  54474-2 0  9992
+2 07130 102.4175 111.3778 0075826 172.6699 260.4269 13.13932234958809
+0 DELTA 1 DEB
+1  7131U 73086CV  16016.90879178 +.00000185 +00000-0 +22465-2 0  9994
+2  7131 101.8810 171.2009 0184228 202.0084 316.7725 12.13418255863745
+0 DELTA 1 DEB
+1 07132U 73086CW  16017.39037294  .00000072  00000-0  86025-3 0  9992
+2 07132 101.7629 357.9831 0022071 245.1353 274.5572 12.40524944908107
+0 DELTA 1 DEB
+1 07133U 73086CX  16017.21767192  .00000037  00000-0  60049-3 0  9990
+2 07133 101.9393  99.4811 0039428 264.7434 166.0736 12.41324730908665
+0 DELTA 1 DEB
+1 07134U 73086CY  16018.21527105 -.00000022  00000-0  14816-3 0  9996
+2 07134 101.8153 120.7995 0010030  64.2717   4.5742 12.52563100924114
+0 DELTA 1 DEB
+1 07135U 73086CZ  16017.22196142 -.00000074  00000-0 -13971-3 0  9999
+2 07135 102.2294 110.9547 0144036 148.9764 211.9915 12.61013286934039
+0 DELTA 1 DEB
+1 07136U 73086DA  16016.62789353  .00000132  00000-0  11195-2 0  9993
+2 07136 101.6072  57.7361 0047626 276.8283 238.0223 12.52498140925424
+0 DELTA 1 DEB
+1 07137U 73086DB  16017.48895874  .00000223  00000-0  15934-2 0  9991
+2 07137 101.3898  22.1489 0047090  10.7799 144.8664 12.56901755928888
+0 DELTA 1 DEB
+1 07138U 73086DC  16017.18051074 -.00000051  00000-0 -72149-4 0  9999
+2 07138 101.8564  62.8476 0054512 122.7168 324.4989 12.31736368897703
+0 DELTA 1 DEB
+1  7139U 73086DD  16016.81545631 +.00000526 +00000-0 +45388-2 0  9994
+2  7139 102.1620 134.3418 0058680 333.7542 181.8081 12.34864021895215
+0 DELTA 1 DEB
+1 07140U 73086DE  16017.49930491  .00000017  00000-0  47512-3 0  9990
+2 07140 101.8931 345.9198 0023093 131.1890 351.4693 12.35995671902994
+0 DELTA 1 DEB
+1 07141U 73086DF  16017.51664525  .00000162  00000-0  15665-2 0  9990
+2 07141 102.2421   6.5892 0022328 121.6931   0.0514 12.39372502903788
+0 DELTA 1 DEB
+1 07142U 73086DG  16016.71980586 -.00000110  00000-0 -55067-3 0  9996
+2 07142 102.0511  92.4973 0045704 201.9416 313.3920 12.31869709897251
+0 DELTA 1 DEB
+1 07143U 73086DH  16016.17635922 -.00000048  00000-0 -26064-4 0  9994
+2 07143 102.2718  86.0806 0048706 165.5584 221.2286 12.32901129898676
+0 DELTA 1 DEB
+1 07145U 73086DK  16018.21446775 -.00000037  00000-0  27667-4 0  9996
+2 07145 101.9299 227.8230 0317711 287.6679 190.6289 11.81383328819965
+0 DELTA 1 DEB
+1 07146U 73086DL  16017.47844709 -.00000190  00000-0 -10778-2 0  9997
+2 07146 101.7934 307.8519 0050851 141.6005 269.8679 12.41106531902017
+0 DELTA 1 DEB
+1 07147U 73086DM  16017.51604791 -.00000016  00000-0  20858-3 0  9995
+2 07147 101.7534  25.7518 0055221 117.9036 359.3618 12.32889746898473
+0 DELTA 1 DEB
+1 07148U 73086DN  16017.65771995  .00000205  00000-0  21782-2 0  9997
+2 07148 102.2774  88.4890 0126331 278.3311 238.1068 12.26249611887828
+0 DELTA 1 DEB
+1 07149U 73086DP  16017.74119264  .00000018  00000-0  47874-3 0  9996
+2 07149 102.0964 108.8283 0058217 206.3879 309.2344 12.39021559904019
+0 DELTA 1 DEB
+1 07150U 73086DQ  16018.21333529  .00000300  00000-0  30251-2 0  9997
+2 07150 101.9351 123.7884 0125240 341.3496  46.3395 12.25164718881501
+0 DELTA 1 DEB
+1  7151U 73086DR  16016.73492156 -.00000054 +00000-0 -83778-4 0  9997
+2  7151 102.6838 103.3660 0165339 178.3191 337.7236 12.17088257871413
+0 DELTA 1 DEB
+1 07152U 73086DS  16018.02436390 -.00000024  00000-0  15542-3 0  9999
+2 07152 101.9521  45.8281 0081303 132.7331 284.5839 12.28383244891991
+0 DELTA 1 DEB
+1 07153U 73086DT  16018.05691894  .00000006  00000-0  38783-3 0  9996
+2 07153 101.8106  38.9800 0032571 335.8488  88.0378 12.35393575901243
+0 DELTA 1 DEB
+1 07155U 73086DU  16017.88352902 -.00000073  00000-0 -18599-3 0  9991
+2 07155 102.4194 150.4486 0123017 236.3751 249.8447 12.39339587904988
+0 DELTA 1 DEB
+1 07156U 73086DV  16017.76782265 -.00000056  00000-0 -15909-3 0  9991
+2 07156 101.9800  68.4305 0137431  92.9599  23.3910 12.14492676871071
+0 DELTA 1 DEB
+1  7158U 73086DW  16016.49886803 -.00000022 +00000-0 +18456-3 0  9997
+2  7158 102.1830 343.8719 0041324 100.3491 018.2862 12.31711901896685
+0 DELTA 1 DEB
+1 07160U 73086DY  16017.66392338  .00000104  00000-0  11774-2 0  9990
+2 07160 101.8508  38.4362 0086464 168.4491 316.7589 12.33799214896706
+0 DELTA 1 DEB
+1 07161U 73086DZ  16016.46363450 -.00000026  00000-0  13803-3 0  9991
+2 07161 101.9515 347.4606 0015206 320.1758 159.6036 12.41071152910991
+0 DELTA 1 DEB
+1 07162U 73086EA  16016.66948001  .00001164  00000-0  53834-2 0  9995
+2 07162 101.5449  80.4421 0090915   3.5874 165.3448 12.77920570941658
+0 DELTA 1 DEB
+1 07163U 73086EB  16017.52501414 -.00000019  00000-0  20716-3 0  9998
+2 07163 102.1605 349.3463 0064102 128.3736 343.1085 12.31192368896002
+0 DELTA 1 DEB
+1 07164U 73086EC  16017.58894449  .00000249  00000-0  13743-2 0  9993
+2 07164 101.3813  53.0162 0083846 113.8719  40.3803 12.74313580954328
+0 DELTA 1 DEB
+1 07165U 73086ED  16017.15760964 -.00000627  00000-0 -15668-2 0  9991
+2 07165 101.6877  75.6196 0184060 124.6255 300.3259 13.08117245992384
+0 DELTA 1 DEB
+1 07166U 73086EE  16017.54886784  .00000018  00000-0  45804-3 0  9992
+2 07166 101.8297 358.8351 0011838 130.0106 355.0725 12.40829687908927
+0 DELTA 1 DEB
+1 07167U 73086EF  16018.22160360  .00000210  00000-0  16552-2 0  9995
+2 07167 101.8770 118.5536 0043187 217.7790 170.3729 12.50896866918190
+0 DELTA 1 DEB
+1 07168U 73086EG  16017.70091560 -.00000564  00000-0 -53224-2 0  9994
+2 07168 102.3597 281.3504 0181903 271.5614 101.3195 12.11358464864623
+0 DELTA 1 DEB
+1 07169U 73086EH  16017.26637918  .00000104  00000-0  75831-3 0  9996
+2 07169 101.7150  19.7668 0127967 100.9069 330.4596 12.67024830947715
+0 DELTA 1 DEB
+1 07170U 73086EJ  16018.13306713  .00001518  00000-0  53020-2 0  9996
+2 07170 101.6926  82.6244 0112158 257.2914 157.7097 12.96765712969518
+0 DELTA 1 DEB
+1 07173U 73086EK  16017.14209642  .00000822  00000-0  70491-2 0  9990
+2 07173 102.2678 133.5505 0220653  68.8436  51.9277 12.27198726711321
+0 DELTA 1 DEB
+1 07174U 73086EL  16018.18505609 -.00000239  00000-0 -19208-2 0  9991
+2 07174 102.0953 263.1746 0308154 321.0886 192.8082 12.07657730872295
+0 DELTA 1 DEB
+1 07175U 73086EM  16018.22464333  .00000301  00000-0  12318-2 0  9998
+2 07175 102.6122  15.4590 0201869 236.1732 194.0132 12.91058758978314
+0 DELTA 1 DEB
+1 07176U 73086EN  16017.45891988 -.00000061  00000-0 -40586-4 0  9998
+2 07176 102.2400 325.6793 0176816 274.1333 210.8201 12.75321665963032
+0 DELTA 1 DEB
+1 07177U 73086EP  16017.17729792  .00000235  00000-0  68024-3 0  9998
+2 07177 102.0370 195.8311 0254865 155.0472 260.2243 13.12619063  5623
+0 DELTA 1 DEB
+1 07179U 73086EQ  16016.83475922  .00003372  00000-0  60914-2 0  9999
+2 07179 102.6986 334.4551 0100777 311.3652  76.1631 13.40355674973995
+0 DELTA 1 DEB
+1 07180U 73086ER  16017.15842803  .00000226  00000-0  12152-2 0  9999
+2 07180 102.2232 131.8092 0153226  93.6652  27.6475 12.76329574955347
+0 DELTA 1 DEB
+1 07181U 73086ES  16016.63248845  .00000000  00000-0  28768-3 0  9999
+2 07181 102.3578 276.8690 0102328  68.2389 321.8207 12.56455970932815
+0 DELTA 1 DEB
+1 07182U 73086ET  16017.21890759 -.00000023  00000-0  10264-3 0  9990
+2 07182 102.4777 113.2004 0341046  74.3599 341.3576 12.74743985203244
+0 DELTA 1 DEB
+1 07183U 73086EU  16018.09624304  .00000135  00000-0  94277-3 0  9998
+2 07183 102.3660  87.0630 0119780  33.4207 357.1860 12.67263977942957
+0 DELTA 1 DEB
+1 07184U 73086EV  16016.97608348  .00001238  00000-0  38994-2 0  9992
+2 07184 102.2869 163.7707 0191652 114.4226   2.2569 13.00668682988442
+0 DELTA 1 DEB
+1 07185U 73086EW  16017.83391284  .00000175  00000-0  19547-2 0  9999
+2 07185 101.8496 337.0976 0157143   7.8717  19.6343 12.22410811877312
+0 DELTA 1 DEB
+1 07186U 73086EX  16018.00878689  .00000925  00000-0  29403-2 0  9994
+2 07186 101.8081 181.8368 0235925 252.6546 228.2948 12.97954502984947
+0 DELTA 1 DEB
+1 07190U 73086EY  16018.17378606  .00001711  00000-0  18268-2 0  9992
+2 07190 102.7066 142.4609 0249156 284.9979  72.3698 13.63570700 59834
+0 DELTA 1 DEB
+1  7191U 73086EZ  16010.33828859 +.00000116 +00000-0 +15263-2 0  9993
+2  7191 102.0994 051.7687 0258432 209.6052 216.7701 12.11732208434144
+0 DELTA 1 DEB
+1 07192U 73086FA  16018.19026878 -.00000092  00000-0 -89847-3 0  9992
+2 07192 102.2209 276.8698 0440879 144.2816  10.0167 11.59683954786446
+0 DELTA 1 DEB
+1 07193U 73086FB  16017.88369101  .00000435  00000-0  46564-2 0  9994
+2 07193 101.8292 344.3171 0301362  71.2907 316.0906 12.07664699855619
+0 DELTA 1 DEB
+1 07194U 73086FC  16016.75988912 -.00000081  00000-0 -70349-3 0  9995
+2 07194 102.6960 117.0689 0547358 171.9690 344.8671 11.49252136767102
+0 DELTA 1 DEB
+1 07195U 73086FD  16016.99616803  .00000848  00000-0  11345-2 0  9998
+2 07195 103.1933 166.9463 0325164 202.9606 155.6690 13.45035194 42255
+0 DELTA 1 DEB
+1 07196U 73086FE  16016.87371741 -.00000033  00000-0  94150-4 0  9999
+2 07196 102.3267 247.2954 0051700 108.4266 319.5337 12.46859453920008
+0 DELTA 1 DEB
+1 07198U 73086FG  16017.49265369 -.00000158  00000-0 -40029-3 0  9992
+2 07198 102.3412 236.7794 0147297 211.8474 221.1851 12.86394087969333
+0 DELTA 1 DEB
+1 07200U 73086FJ  16017.22349720  .00000465  00000-0  54681-2 0  9998
+2 07200 102.5069 135.5082 0296353 315.5474 102.7241 12.01065528845818
+0 DELTA 1 DEB
+1 07202U 73086FL  16017.13579515  .00000008  00000-0  12620-3 0  9998
+2 07202 102.0273  93.4084 0295488  15.1299  42.9499 13.20514236 19003
+0 DELTA 1 DEB
+1 07203U 73086FM  16017.46587938  .00000221  00000-0  28805-3 0  9992
+2 07203 102.0180  15.3643 0451720  77.2471 287.8729 13.38520212 51584
+0 METEOR 1-16
+1 07209U 74011A   16017.47583761 -.00000012  00000-0 -13317-4 0  9991
+2 07209  81.2280 163.5439 0039941  73.0332 287.5212 14.13810669157926
+0 SL-3 R/B
+1 07210U 74011B   16017.07911968  .00000144  00000-0  67831-4 0  9997
+2 07210  81.2357 193.7960 0081823  49.0562 311.7655 14.12999434156951
+0 MIRANDA (X-4)
+1 07213U 74013A   16017.38313917  .00000203  00000-0  67476-4 0  9997
+2 07213  97.9080 113.0627 0119638 121.0919 240.2078 14.42629399191338
+0 OPS 8579 (DMSP 5B F5)
+1 07218U 74015A   16018.18954433  .00000056  00000-0  39164-4 0  9996
+2 07218  99.0130 273.9385 0057044 187.8475 172.1820 14.30464632177334
+0 THOR BURNER 2A R/B
+1 07219U 74015B   16017.86734191  .00000051  00000-0  40901-4 0  9994
+2 07219  99.0853 169.4970 0065615  82.5544 278.3084 14.24963001171665
+0 SCOUT D-1 R/B
+1 07228U 74013B   16018.19661863  .00000199  00000-0  69068-4 0  9992
+2 07228  97.9025 101.8971 0109489 187.6630 172.2893 14.41496483190143
+0 COSMOS 637
+1  7229U 74017A   16016.47728363 -.00000196 +00000-0 +00000-0 0  9990
+2  7229 009.4613 313.4736 0041674 310.6220 283.1181 01.00785628083853
+0 WESTAR 1
+1 07250U 74022A   16016.95764874  .00000073  00000-0  00000+0 0  9992
+2 07250  14.1785 337.1060 0007824 276.9587 265.1801  0.99889975 84321
+0 COSMOS 641
+1  7265U 74024A   16016.80054553 -.00000016 +00000-0 +55627-5 0  9999
+2  7265 074.0175 049.0684 0061111 310.1413 164.9312 12.57298242915441
+0 COSMOS 642
+1  7266U 74024B   16016.67588080 -.00000017 +00000-0 +37602-5 0  9996
+2  7266 074.0182 082.2284 0104392 291.9733 238.5522 12.65776799928313
+0 COSMOS 643
+1 07267U 74024C   16018.10928376 -.00000019  00000-0 -17201-4 0  9998
+2 07267  74.0161 244.5809 0082020 121.1731 354.7627 12.61531524922279
+0 COSMOS 644
+1  7268U 74024D   16016.87847098 +.00000008 +00000-0 +13283-3 0  9993
+2  7268 074.0165 164.7108 0094065 030.6631 123.6504 12.63632526925124
+0 COSMOS 645
+1 07269U 74024E   16017.35642876 -.00000009  00000-0  41978-4 0  9990
+2 07269  74.0200 324.2690 0072867 214.5552 266.2426 12.59482733919055
+0 COSMOS 646
+1 07270U 74024F   16017.46495436 -.00000026  00000-0 -64407-4 0  9994
+2 07270  74.0173 136.5825 0051005  60.3499   4.5768 12.54971023912211
+0 COSMOS 647
+1  7271U 74024G   16016.85410015 -.00000010 +00000-0 +39202-4 0  9994
+2  7271 074.0148 219.4612 0038966 157.6051 333.7363 12.52820814908621
+0 COSMOS 648
+1  7272U 74024H   16016.91018404 -.00000006 +00000-0 +69453-4 0  9994
+2  7272 074.0203 314.2814 0033901 283.0982 177.5625 12.50323224904917
+0 SL-8 R/B
+1 07273U 74024J   16018.17417183  .00000038  00000-0  43731-3 0  9996
+2 07273  74.0260 333.9274 0074945 115.2655 347.1440 12.30430595875178
+0 METEOR 1-17
+1 07274U 74025A   16017.51448087  .00000132  00000-0  69869-4 0  9998
+2 07274  81.2221  41.1674 0016391 263.3636  96.5669 14.08341292143069
+0 SL-3 R/B
+1 07275U 74025B   16017.78404959 -.00000001  00000-0 -78035-5 0  9991
+2 07275  81.2437  95.0453 0054774 249.3981 110.1308 14.06565596140711
+0 MOLNIYA 2-9
+1 07276U 74026A   16016.83905103  .00000103  00000-0  92458-4 0  9990
+2 07276  62.5963 268.7506 7070343 283.2989  12.4443  2.45089999191941
+0 COSMOS 650
+1 07281U 74028A   16017.50939613 -.00000012  00000-0  23518-4 0  9997
+2 07281  74.0421  29.1629 0021997 241.3046 287.1289 12.69521070933639
+0 SL-8 R/B
+1 07284U 74028B   16017.21228527 -.00000024  00000-0 -35170-4 0  9994
+2 07284  74.0417 312.1075 0016429 135.3866 327.8827 12.71585047936565
+0 COSMOS 651
+1 07291U 74029A   16017.15335428 -.00000080  00000-0  82239-5 0  9995
+2 07291  64.9697 244.8125 0053051 245.0246 114.5303 13.92906970120865
+0 COSMOS 654
+1 07297U 74032A   16017.21705750 -.00000078  00000-0  92450-5 0  9994
+2 07297  64.9495   8.6698 0046249 115.2362 325.2721 13.79452200100451
+0 SMS 1
+1 07298U 74033A   16017.52787825 -.00000029  00000-0  00000+0 0  9993
+2 07298  12.9407 312.8872 0018671 315.2783 256.5923  0.98612080 82369
+0 ATS 6
+1 07318U 74039A   16017.89865491 -.00000253  00000-0  00000+0 0  9997
+2 07318  10.4437 314.4218 0030647 210.8422 349.6207  1.01982020 83344
+0 TITAN 3C TRANSTAGE R/B
+1 07324U 74039C   16017.46638852  .00000110  00000-0  00000+0 0  9997
+2 07324  11.2975 316.8739 0026302 242.1108 288.6318  1.00662974 81315
+0 COSMOS 660
+1 07337U 74044A   16017.86805714  .00002521  00000-0  13024-3 0  9996
+2 07337  82.9466 205.7560 0559615  93.8289 272.7040 14.35225245 92569
+0 COSMOS 663
+1 07349U 74048A   16017.40395507  .00000040  00000-0  25487-4 0  9998
+2 07349  82.9519 112.4158 0026373  76.5105 355.5319 13.75513355 85503
+0 SL-8 R/B
+1 07350U 74048B   16017.53960060 -.00000010  00000-0 -24973-4 0  9994
+2 07350  82.9436  67.7509 0015931 322.4234 145.1575 13.77658886 88511
+0 METEOR 1-18
+1 07363U 74052A   16018.20088248  .00000070  00000-0  39362-4 0  9999
+2 07363  81.2254  56.7909 0016481 276.0364  83.8923 13.99789863120297
+0 SL-3 R/B
+1 07364U 74052B   16017.83571767  .00000007  00000-0 -37536-5 0  9994
+2 07364  81.2330 287.8007 0049967 154.7982 205.5641 14.05905541128819
+0 OPS 7518 (NTS 1)
+1 07369U 74054A   16016.35731847  .00000052  00000-0  00000+0 0  9993
+2 07369 124.7143 199.3666 0074104 212.2103 229.5580  3.07213829465793
+0 SL-6 R/B(2)
+1  7373U 74026E   16016.13492289 +.00000275 +00000-0 +13023-2 0  9996
+2  7373 062.3630 107.4462 7320218 274.1476 013.1501 02.06519186308336
+0 MOLNIYA 2-10
+1 07376U 74056A   16017.00640567  .00000877  00000-0  13468-2 0  9994
+2 07376  62.0768  27.4714 7491687 285.4314   9.2613  2.00957316303277
+0 SL-6 R/B(2)
+1 07382U 74056D   16016.71886545  .00000469  00000-0  14781-3 0  9993
+2 07382  62.2813 190.2839 6746612 255.8865  25.8951  2.91442398255001
+0 MOLNIYA 1-S
+1  7392U 74060A   16016.89611516 +.00000097 +00000-0 +00000-0 0  9995
+2  7392 010.0523 313.4393 0009422 164.1630 012.7071 01.00220596096028
+0 SL-12 R/B(AUX MOTOR)
+1 07400U 74060E   16016.56366636 -.00000167  00000-0  00000+0 0  9997
+2 07400  45.6788  24.1170 6615400 103.1866 333.3968  2.54696574137759
+0 OPS 6983 (DMSP 5C F1)
+1 07411U 74063A   16017.52051328  .00000140  00000-0  74518-4 0  9998
+2 07411  98.7158 198.7489 0041369 333.4997  26.4068 14.27604743151685
+0 THOR BURNER 2A R/B
+1 07412U 74063B   16017.46635763  .00000046  00000-0  40088-4 0  9993
+2 07412  98.7881 198.6828 0045716 176.7337 183.4148 14.22778324148323
+0 COSMOS 675
+1 07424U 74069A   16016.59308578 -.00000020  00000-0 -18265-4 0  9992
+2 07424  74.0584  34.3035 0037365 104.0008  31.9046 12.67140355914485
+0 SL-8 R/B
+1 07426U 74069B   16017.34401780  .00000019  00000-0  18333-3 0  9998
+2 07426  74.0592 335.6108 0043762  27.3061 126.3077 12.68795362301936
+0 COSMOS 676
+1 07433U 74071A   16017.86541031  .00000103  00000-0  47500-4 0  9993
+2 07433  74.0460 203.1921 0014866 264.9008  95.0446 14.32428944158409
+0 SL-8 R/B
+1 07434U 74071B   16018.21215202  .00000092  00000-0  39974-4 0  9995
+2 07434  74.0473  81.5261 0019570 121.3680 238.9392 14.36531659162616
+0 COSMOS 677
+1 07435U 74072A   16018.20705001 -.00000011  00000-0  28972-4 0  9995
+2 07435  74.0344  41.8423 0043619  92.5632 334.6707 12.57972468898135
+0 COSMOS 678
+1 07436U 74072B   16017.24250435 -.00000013  00000-0  17259-4 0  9993
+2 07436  74.0361 289.3008 0042398 242.3889 232.9995 12.41753110873580
+0 COSMOS 679
+1 07437U 74072C   16017.54741716  .00000000  00000-0  11050-3 0  9991
+2 07437  74.0323 191.7219 0027615 142.6049 274.4685 12.44374751877588
+0 COSMOS 680
+1 07438U 74072D   16016.71964865 -.00000011  00000-0  29370-4 0  9990
+2 07438  74.0359 110.4790 0015443  32.5852 136.0931 12.46595023880811
+0 COSMOS 681
+1 07439U 74072E   16018.20194897 -.00000003  00000-0  83102-4 0  9991
+2 07439  74.0352  18.4092 0004573 330.6281 110.5911 12.49021527884654
+0 COSMOS 682
+1 07440U 74072F   16018.20048473 -.00000020  00000-0 -26724-4 0  9998
+2 07440  74.0369 295.1198 0008643  17.3292  93.1980 12.51246028888001
+0 COSMOS 683
+1 07441U 74072G   16017.88874244 -.00000008  00000-0  49289-4 0  9991
+2 07441  74.0323 212.5095 0021147 288.6716 176.0266 12.53464626891313
+0 COSMOS 684
+1 07442U 74072H   16017.43566275 -.00000018  00000-0 -13461-4 0  9990
+2 07442  74.0349 130.1586 0032818 203.6970 220.1246 12.55666739894568
+0 SL-8 R/B
+1 07443U 74072J   16018.11003280  .00000020  00000-0  32139-3 0  9992
+2 07443  74.0333 250.2258 0132289 297.6935 174.1889 12.22837671845330
+0 WESTAR 2
+1 07466U 74075A   16016.74275171 -.00000215  00000-0  00000+0 0  9992
+2 07466  14.2084 338.1403 0003075 189.6474  15.3939  0.99863856 99653
+0 COSMOS 689
+1 07476U 74079A   16018.21220637  .00000019  00000-0  45790-5 0  9990
+2 07476  82.9432 100.7262 0029098 239.7353 174.9919 13.72107002 65095
+0 SL-8 R/B
+1  7477U 74079B   16016.70348999 +.00000017 +00000-0 +11280-5 0  9990
+2  7477 082.9416 065.9885 0035078 104.0365 031.9803 13.74080154067257
+0 DELTA 1 DEB
+1 07488U 73086FU  16017.03321116  .00004876  00000-0  11702-1 0  9990
+2 07488 101.6949 196.2163 0460963 284.4355 200.0089 12.90323832820570
+0 DELTA 1 DEB
+1 07489U 73086FV  16016.86080407 -.00000002  00000-0  36127-3 0  9994
+2 07489 102.1846 345.2957 0061949 294.5448  92.9851 12.29507742892116
+0 METEOR 1-19
+1 07490U 74083A   16017.82321326 -.00000064  00000-0 -43197-4 0  9994
+2 07490  81.1881 263.8873 0031051  28.7976 331.4900 14.09936372119123
+0 SL-3 R/B
+1 07493U 74083B   16017.39806327  .00000235  00000-0  13070-3 0  9992
+2 07493  81.1839 304.3611 0038329  84.5377 276.0163 14.07609109116114
+0 NOAA 4
+1 07529U 74089A   16017.55450679 -.00000017  00000-0  17156-3 0  9999
+2 07529 101.5641 352.3255 0008860 303.9742 164.2672 12.53111532883324
+0 OSCAR 7
+1 07530U 74089B   16017.52309289 -.00000011  00000-0  20292-3 0  9997
+2 07530 101.5535 352.1049 0011680 245.8464 225.9782 12.53619108884113
+0 INTASAT
+1 07531U 74089C   16017.54516931 -.00000044  00000-0 -38477-5 0  9997
+2 07531 101.5541 352.5361 0010717 256.2669 215.5284 12.53510718883922
+0 THORAD DELTA 1 R/B
+1 07532U 74089D   16017.49870428 -.00000055  00000-0 -88009-4 0  9993
+2 07532 101.8472  90.5217 0067083 175.8689 311.8609 12.39860136863873
+0 INTELSAT 4-F8
+1  7544U 74093A   16014.97702494 +.00000109 +00000-0 +00000-0 0  9997
+2  7544 014.4973 341.7812 0001285 156.8869 011.4516 00.99783112087222
+0 ATLAS CENTAUR R/B
+1 07545U 74093B   16017.30445638 -.00000036  00000-0 -35660-3 0  9996
+2 07545  26.0009 247.6084 7184820 337.9096 240.3999  2.21135350202707
+0 SKYNET 2B
+1  7547U 74094A   16013.71572164 -.00000310 +00000-0 +00000-0 0  9996
+2  7547 011.7563 323.5743 0001114 269.8069 274.4636 01.00243288086589
+0 OPS 6630 DEB
+1  7559U 73088E   16016.72604957 -.00000017 +00000-0 +50686-5 0  9995
+2  7559 096.8056 297.3085 0048282 003.4972 024.7436 12.55957443933315
+0 SL-8 DEB
+1 07560U 72062D   16018.03180014  .00000049  00000-0  19753-4 0  9990
+2 07560  82.9735 237.8529 0067359 339.6492  20.1998 14.05672973218314
+0 METEOR 1-20
+1 07574U 74099A   16017.75725053  .00000169  00000-0  86616-4 0  9998
+2 07574  81.2327  75.3353 0015215 295.0637  64.8955 14.11372730114169
+0 SL-3 R/B
+1 07575U 74099B   16017.38767810  .00000155  00000-0  78964-4 0  9997
+2 07575  81.2457  97.3873 0048805 295.7201  63.8936 14.10981504113813
+0 SYMPHONIE 1
+1  7578U 74101A   16016.11050376 -.00000260 +00000-0 +00000-0 0  9996
+2  7578 012.8100 324.2025 0004299 265.6475 255.7525 00.99961296079163
+0 COSMOS 700
+1 07593U 74105A   16017.90759035  .00000057  00000-0  41712-4 0  9995
+2 07593  82.9520 350.4134 0025368 142.8975 245.9212 13.76678488 62362
+0 SL-8 R/B
+1 07594U 74105B   16018.20468334  .00000075  00000-0  58643-4 0  9990
+2 07594  82.9500 312.4144 0016735  10.5763  98.6392 13.78813347 65063
+0 LANDSAT 2
+1 07615U 75004A   16017.78149562  .00000125  00000-0  12057-3 0  9998
+2 07615  98.8753  65.9454 0008929  18.0363 342.1115 13.96628625 88464
+0 DELTA 1 R/B
+1  7616U 75004B   16016.55658611 -.00000049 +00000-0 -72951-5 0  9991
+2  7616 097.7055 209.4253 0186806 342.1644 017.3028 14.04922533086045
+0 COSMOS 706
+1 07625U 75007A   16018.15896499 -.00000430  00000-0  00000+0 0  9993
+2 07625  68.3306  84.7581 5585761  46.8683 353.7505  2.00859257160365
+0 SL-6 R/B(2)
+1 07629U 75007D   16016.44199134 -.00000212  00000-0  00000+0 0  9997
+2 07629  68.9813  73.4912 5696948  25.4760  11.1298  2.00856401161600
+0 STARLETTE
+1 07646U 75010A   16017.46491881 -.00000142  00000-0  29429-5 0  9991
+2 07646  49.8245 357.8117 0205631  97.9183 264.5101 13.82299158 68385
+0 DIAMANT B-P4 R/B
+1 07647U 75010B   16017.51405934 -.00000104  00000-0  28495-4 0  9991
+2 07647  49.8242 192.0702 0218432 290.1671  67.5848 13.81727334 65358
+0 SMS 2
+1 07648U 75011A   16017.47394527  .00000075  00000-0  00000+0 0  9996
+2 07648  13.4802 327.6661 0012548 173.6070   4.5704  0.99509138 97886
+0 DIAMANT B-P4 DEB
+1 07654U 75010C   16017.44477786 -.00000054  00000-0  60657-4 0  9995
+2 07654  49.8469  19.7561 0175724 254.2206 103.9253 13.93994354 79379
+0 DIAMANT B-P4 DEB
+1 07655U 75010D   16018.07693265  .00000007  00000-0  10359-3 0  9998
+2 07655  49.8032  47.8413 0181670 359.4016   0.6639 13.93062633 78183
+0 DIAMANT B-P4 DEB
+1  7659U 75010E   16016.89161694 +.00000035 +00000-0 +12263-3 0  9993
+2  7659 049.8153 245.9779 0189285 140.4728 221.0149 13.92015547075199
+0 COSMOS 708
+1 07663U 75012A   16017.84774471 -.00000028  00000-0  67260-4 0  9990
+2 07663  69.2342 345.4995 0024440  42.5667 337.8393 12.68259378895462
+0 SL-8 R/B
+1  7665U 75012B   16016.91608081 -.00000067 +00000-0 -12655-3 0  9993
+2  7665 069.2269 249.9385 0021867 011.8555 058.1327 12.70347856897956
+0 COSMOS 711
+1 07678U 75016A   16017.21023604 -.00000025  00000-0 -60420-4 0  9995
+2 07678  74.0031  55.0116 0020099 198.5300 229.6614 12.47035649861353
+0 COSMOS 712
+1  7679U 75016B   16016.94474645 +.00000001 +00000-0 +10990-3 0  9998
+2  7679 074.0015 178.5264 0050898 258.4321 272.4037 12.53410952870569
+0 COSMOS 713
+1 07680U 75016C   16017.21858289 -.00000015  00000-0  37434-5 0  9991
+2 07680  74.0030  95.6067 0058081 154.3375 235.9575 12.55618821874149
+0 COSMOS 714
+1 07681U 75016D   16017.91038956 -.00000005  00000-0  68644-4 0  9995
+2 07681  74.0054 331.7880 0028710  85.5116 295.0103 12.49251438864746
+0 COSMOS 715
+1 07682U 75016E   16018.18704634 -.00000012  00000-0  28212-4 0  9994
+2 07682  74.0035 139.5400 0022455 327.3098 101.8553 12.44697218428928
+0 COSMOS 716
+1  7683U 75016F   16016.96310567 -.00000021 +00000-0 -37224-4 0  9991
+2  7683 074.0004 225.7067 0021356 102.2446 004.1658 12.42400479854178
+0 COSMOS 717
+1 07684U 75016G   16018.16642089 -.00000019  00000-0 -23914-4 0  9991
+2 07684  74.0048 319.8096 0036124 219.7846 247.8443 12.39788817850671
+0 COSMOS 718
+1 07685U 75016H   16017.82951472 -.00000022  00000-0 -40210-4 0  9995
+2 07685  74.0025 254.6167 0038814 345.9274  90.7933 12.51340686867845
+0 SL-8 R/B
+1 07686U 75016J   16018.19839674 -.00000013  00000-0  21217-4 0  9991
+2 07686  74.0028 281.7268 0164834 287.8580 186.6684 12.20978137822267
+0 METEOR 1-21
+1 07714U 75023A   16017.22241709 -.00000025  00000-0 -21447-4 0  9999
+2 07714  81.2125 335.0180 0031763 275.6128  84.1420 14.07921689412442
+0 SL-3 R/B
+1 07715U 75023B   16017.13364309  .00000002  00000-0 -67686-5 0  9992
+2 07715  81.2207  12.0797 0051567 144.9731 215.4848 14.06702427 92984
+0 COSMOS 723
+1 07718U 75024A   16017.87358029 -.00000083  00000-0  76165-5 0  9990
+2 07718  64.7164 262.0250 0059371 309.0793 124.8365 13.89471875 70511
+0 COSMOS 724
+1 07727U 75025A   16017.53493752 -.00000051  00000-0  25027-4 0  9992
+2 07727  65.5875 214.9376 0046006  72.2469 288.3617 13.98892330 83900
+0 GEOS 3
+1 07734U 75027A   16016.73427718 -.00000115  00000-0  29064-4 0  9998
+2 07734 114.9875 285.8214 0027329 259.1410 100.6591 14.18562765109808
+0 DELTA 1 R/B
+1 07735U 75027B   16017.48050455 -.00000082  00000-0  40841-4 0  9991
+2 07735 114.9740 202.3671 0043300 207.1417 152.7399 14.24458700116620
+0 COSMOS 726
+1 07736U 75028A   16017.48141002  .00000055  00000-0  40042-4 0  9994
+2 07736  82.9969 154.0283 0024610 290.0377 136.4053 13.78169779 49993
+0 SL-8 R/B
+1 07737U 75028B   16017.83871517  .00000042  00000-0  25044-4 0  9996
+2 07737  82.9952 120.5974 0018613 166.5416 309.3944 13.80299958 52561
+0 COSMOS 729
+1 07768U 75034A   16017.59635192  .00000046  00000-0  33356-4 0  9996
+2 07768  82.9622  52.0655 0021946 313.4781 157.3812 13.73338366 41253
+0 SL-8 R/B
+1 07769U 75034B   16017.53653738  .00000059  00000-0  45870-4 0  9995
+2 07769  82.9604  24.3431 0018152 195.6274 276.4197 13.74819654 43245
+0 MOLNIYA 1-29
+1  7780U 75036A   16015.59983731 +.00000667 +00000-0 -60154-3 0  9990
+2  7780 061.6198 211.0336 7301273 265.3827 016.1164 02.00654705298576
+0 ANIK A3 (TELESAT-3)
+1  7790U 75038A   16016.23087244 -.00000231 +00000-0 +00000-0 0  9997
+2  7790 014.3592 340.6103 0003964 257.6842 113.7774 01.00067287091890
+0 SL-6 R/B(2)
+1  7800U 75036D   16015.96187232 +.00001031 +00000-0 +38865-3 0  9995
+2  7800 062.2186 309.6650 7454063 256.6240 018.2863 01.96674638292310
+0 INTELSAT 4-F1
+1 07815U 75042A   16017.47434397 -.00000076  00000-0  00000+0 0  9998
+2 07815  14.6850 342.6343 0013254 179.2894 317.7585  0.99262819 84269
+0 COSMOS 732
+1 07820U 75045A   16017.53636604 -.00000026  00000-0 -58346-4 0  9996
+2 07820  74.0177  76.1781 0043144 210.2447 257.5100 12.56667077864635
+0 COSMOS 733
+1 07822U 75045B   16018.12302491 -.00000004  00000-0  82501-4 0  9993
+2 07822  74.0181  10.7094 0052658  33.2158  33.7081 12.38794958838233
+0 COSMOS 734
+1 07823U 75045C   16017.78813964 -.00000019  00000-0 -22277-4 0  9998
+2 07823  74.0168 258.0032 0017314  72.4580 350.9569 12.51745735857388
+0 COSMOS 735
+1 07824U 75045D   16017.08833398 -.00000003  00000-0  85844-4 0  9996
+2 07824  74.0190 348.4645 0008518 219.9743 211.7643 12.49317274853690
+0 COSMOS 736
+1 07825U 75045E   16017.52079275 -.00000028  00000-0 -81273-4 0  9992
+2 07825  74.0178  78.9563 0009976  46.9333  58.4168 12.46837392850075
+0 COSMOS 737
+1  7826U 75045F   16016.72325637 -.00000023 +00000-0 -53148-4 0  9995
+2  7826 074.0175 267.1566 0037870 281.1318 107.4803 12.41697524842100
+0 COSMOS 738
+1 07827U 75045G   16017.48359796  .00000002  00000-0  12813-3 0  9991
+2 07827  74.0156 175.3947 0025194 163.5048 252.1509 12.44192732846156
+0 COSMOS 739
+1  7828U 75045H   16016.87752905 +.00000001 +00000-0 +10558-3 0  9996
+2  7828 074.0160 170.2879 0031563 329.3634 199.8334 12.54151873860601
+0 SL-8 R/B
+1 07831U 75045J   16016.84968337  .00000023  00000-0  34469-3 0  9996
+2 07831  73.9862 267.3632 0130422 111.8105 296.9823 12.20793680811135
+0 DELTA 1 DEB
+1 07836U 72058G   16016.70134869  .00000262  00000-0  14627-3 0  9991
+2 07836  98.0339 282.0129 0335217 219.7133 137.9049 13.92839279 53418
+0 DELTA 1 DEB
+1 07838U 72058J   16016.77693908  .00000054  00000-0  40396-4 0  9996
+2 07838  98.1227 137.2388 0330630 111.1318 252.5520 13.97044153 58067
+0 DELTA 1 DEB
+1  7839U 72058K   16016.73445920 +.00000601 +00000-0 +14545-3 0  9996
+2  7839 098.6419 083.1641 0191205 062.1151 299.9262 14.46404456093765
+0 DELTA 1 DEB
+1 07846U 72058S   16017.37951085  .00000217  00000-0  62460-4 0  9992
+2 07846  98.5538 299.3599 0153452 229.6165 129.1550 14.48609887137630
+0 DELTA 1 DEB
+1  7849U 72058V   16016.82153020 +.00000403 +00000-0 +20311-3 0  9992
+2  7849 098.0200 162.9756 0344203 021.1082 340.3900 13.94117862022257
+0 DELTA 1 DEB
+1 07850U 72058W   16017.73485987  .00001037  00000-0  27789-3 0  9995
+2 07850  98.1978  85.3789 0211408 116.0975 246.2136 14.37775107 91803
+0 DELTA 1 DEB
+1  7851U 72058X   16016.86250958 +.00012582 +00000-0 +93857-3 0  9993
+2  7851 098.6229 341.2360 0077863 330.3752 029.3069 15.00600364103909
+0 DELTA 1 DEB
+1 07865U 72058AM  16018.16053096  .00015613  00000-0  75046-3 0  9995
+2 07865  97.9729  80.8543 0058420 102.7532 258.0238 15.17382735126658
+0 DELTA 1 DEB
+1  7890U 72058BG  16016.93536662 +.00002483 +00000-0 +50287-3 0  9992
+2  7890 098.8632 160.0976 0171664 183.2418 176.7679 14.53391110084758
+0 DELTA 1 DEB
+1  7892U 72058BJ  16016.90258446 +.00000367 +00000-0 +74028-4 0  9991
+2  7892 098.6039 086.1698 0113704 050.0858 311.0270 14.64009943127669
+0 DELTA 1 DEB
+1 07893U 72058BK  16018.19096248  .00000468  00000-0  28870-3 0  9990
+2 07893  97.7995 331.9681 0404758  32.4732 330.0645 13.74850952 28482
+0 ATLAS CENTAUR R/B
+1 07902U 75042B   16016.51423248  .00000080  00000-0  60070-3 0  9993
+2 07902  25.5166  90.1721 7210699 297.6486 188.1290  2.21000439196894
+0 DELTA 1 DEB
+1  7907U 72058BS  16016.80928715 +.00000267 +00000-0 +13394-3 0  9997
+2  7907 097.7316 316.3732 0283577 076.9038 286.3617 14.03691802045262
+0 NIMBUS 6
+1 07924U 75052A   16017.22397778 -.00000050  00000-0 -59369-5 0  9995
+2 07924 100.3302 240.5526 0008135  21.9001  86.7970 13.40691538986647
+0 DELTA 1 DEB
+1  7933U 72058CB  16016.90039763 +.00000644 +00000-0 +21906-3 0  9990
+2  7933 098.6508 342.2465 0309732 266.0541 090.5178 14.16565874056541
+0 OPS 6381 (SSU 1)
+1 07937U 75051C   16017.84596520  .00000019  00000-0  14977-3 0  9999
+2 07937  95.0941 311.2806 0007799 112.1522 308.2301 12.68142212879508
+0 SSU 1 DEB
+1 07938U 75051D   16016.49076957 -.00000005  00000-0  21888-4 0  9993
+2 07938  94.9718 223.2471 0038727 143.6009 277.3922 12.72064809884661
+0 SSU 1 DEB
+1 07939U 75051E   16017.94977884  .00000009  00000-0  10531-3 0  9999
+2 07939  95.1783  33.9652 0026422 191.3223 238.8659 12.64459947873974
+0 DELTA 1 DEB
+1 07940U 72058CF  16017.14198577  .00000362  00000-0  15632-3 0  9990
+2 07940  98.0380  71.8028 0348193 356.8145   3.0807 14.01789248207243
+0 DELTA 1 R/B
+1 07946U 75052B   16017.16282598 -.00000017  00000-0  42194-4 0  9994
+2 07946 100.0398 249.1036 0046194 109.3523   3.4057 13.53547072220753
+0 DELTA 1 DEB
+1 07957U 72058CM  16018.16280537  .00000507  00000-0  29284-3 0  9998
+2 07957  99.0055 119.5531 0536913   1.0246 359.1871 13.58333258311148
+0 DELTA 1 DEB
+1 07958U 72058CN  16018.08031786  .00000114  00000-0  71940-4 0  9991
+2 07958  97.6751  59.7665 0316910 202.1757 156.5445 13.95690254194736
+0 DELTA 1 DEB
+1  7959U 72058CP  16016.83283332 +.00000779 +00000-0 +32286-3 0  9995
+2  7959 098.0323 291.0607 0249316 335.7037 023.2544 14.13676852210179
+0 DELTA 1 DEB
+1 07979U 72058DA  16017.83963480  .00000237  00000-0  16969-3 0  9996
+2 07979  97.8663 318.8998 0412641  72.2451 312.1659 13.68822360 20871
+0 DELTA 1 DEB
+1 08004U 72058DF  16017.66103533  .00000993  00000-0  32649-3 0  9994
+2 08004  97.6176  75.1642 0217881 255.7935 101.8959 14.27622714230754
+0 MOLNIYA 2-13
+1 08015U 75063A   16016.71579838  .00001787  00000-0 -74282-3 0  9997
+2 08015  61.5150 215.1787 7357249 261.5605  17.0602  2.00434490296950
+0 SL-6 R/B(2)
+1 08018U 75063D   16016.92114973  .00001313  00000-0  39591-3 0  9996
+2 08018  62.0726 301.8310 7468571 253.9104  19.3500  1.96848030291065
+0 METEOR 2-1
+1 08026U 75064A   16017.76058327 -.00000001  00000-0 -76340-5 0  9999
+2 08026  81.2801 112.8397 0022050 199.7037 160.3285 14.10213465 83478
+0 SL-3 R/B
+1 08027U 75064B   16017.09592459  .00000188  00000-0  10371-3 0  9999
+2 08027  81.2958 193.6841 0054808 284.9412  74.5693 14.07280216 79741
+0 SL-3 DEB
+1 08039U 75064C   16016.69302828  .00000063  00000-0  29189-4 0  9996
+2 08039  81.2955 146.7888 0014677 208.1165 151.9214 14.08867319 82204
+0 DELTA 1 R/B
+1  8063U 75072B   16016.89352011 +.00041791 -26370-6 +40948-3 0  9996
+2  8063 089.1148 100.9677 0340249 285.8233 070.5749 15.17979517795198
+0 COSMOS 755
+1 08072U 75074A   16017.55509389  .00000018  00000-0  31210-5 0  9990
+2 08072  82.9039  32.4766 0026565 289.8755 184.5930 13.73909180 26454
+0 SL-8 R/B
+1  8073U 75074B   16016.89608519 +.00000041 +00000-0 +26755-4 0  9995
+2  8073 082.9012 353.2725 0022592 124.2964 264.6722 13.75895684028833
+0 DELTA 1 DEB
+1 08084U 72058DK  16018.02302892  .00000277  00000-0  19335-3 0  9994
+2 08084  98.5856 184.2891 0557091  86.1291 280.3322 13.47605273127918
+0 SL-3 DEB
+1  8110U 75064D   16016.91711324 +.00000067 +00000-0 +29672-4 0  9997
+2  8110 081.3471 188.6085 0034211 028.8398 331.4655 14.10963551085017
+0 SYMPHONIE 2
+1  8132U 75077A   16016.44253186 -.00000099 +00000-0 +00000-0 0  9996
+2  8132 012.3708 322.4781 0007487 284.4124 288.1216 00.99961583104413
+0 DELTA 1 R/B(2)
+1  8134U 75077C   16015.57396905 +.00000072 +00000-0 +14647-3 0  9993
+2  8134 013.0989 172.8533 7149263 036.9460 355.3912 02.36935254190745
+0 THORAD DELTA 1 DEB
+1 08136U 74089E   16018.20112867 -.00000059  00000-0 -75530-4 0  9999
+2 08136 101.4679  88.7358 0074456 155.5489 267.3834 12.64735469896115
+0 THORAD DELTA 1 DEB
+1 08137U 74089F   16017.55609900  .00000023  00000-0  31485-3 0  9995
+2 08137 100.9322  49.0191 0096391  65.2443  88.8801 12.70880855907872
+0 THORAD DELTA 1 DEB
+1 08139U 74089H   16017.05198448 -.00000026  00000-0  93649-4 0  9997
+2 08139 101.1977  35.4207 0050550  33.1806  28.7572 12.61707810895552
+0 THORAD DELTA 1 DEB
+1 08140U 74089J   16017.51011735 -.00000013  00000-0  20505-3 0  9999
+2 08140 101.4927   4.6436 0043209 244.4306 230.7719 12.46611018873673
+0 THORAD DELTA 1 DEB
+1  8141U 74089K   16016.95478905 -.00000016 +00000-0 +19052-3 0  9991
+2  8141 101.3752 023.6645 0089063 062.7019 327.2524 12.36070318857389
+0 THORAD DELTA 1 DEB
+1 08142U 74089L   16017.88985626  .00003526  00000-0  22478-1 0  9990
+2 08142 101.4110 175.0098 0389742 129.6559  24.7480 12.33447043811629
+0 THORAD DELTA 1 DEB
+1  8143U 74089M   16016.92536693 +.00000044 +00000-0 +45624-3 0  9993
+2  8143 101.2795 007.7038 0194757 162.2003 198.6022 12.60809802893199
+0 THORAD DELTA 1 DEB
+1 08144U 74089N   16017.54236752  .00000016  00000-0  34829-3 0  9990
+2 08144 101.3144  23.3982 0146866  61.9723  90.9791 12.53500505882963
+0 THORAD DELTA 1 DEB
+1 08145U 74089P   16017.82228626  .00000268  00000-0  18065-2 0  9995
+2 08145 101.3113 316.0281 0027635 153.5231 228.8785 12.59355675891549
+0 THORAD DELTA 1 DEB
+1 08146U 74089Q   16017.91361697 -.00000013  00000-0  18246-3 0  9993
+2 08146 101.4731 347.6386 0183614 296.4063 123.4954 12.54632898884329
+0 THORAD DELTA 1 DEB
+1 08151U 74089R   16017.54585691 -.00000182  00000-0 -45441-3 0  9995
+2 08151 101.8316 253.0870 0336502 195.4675 234.5619 12.80689248921974
+0 THORAD DELTA 1 DEB
+1 08152U 74089S   16017.54352331  .00000033  00000-0  44506-3 0  9993
+2 08152 101.4146 353.2523 0057348 243.1361 235.3011 12.59693794891913
+0 THORAD DELTA 1 DEB
+1 08153U 74089T   16017.51319506 -.00000146  00000-0 -10946-2 0  9995
+2 08153 100.9000 218.5215 0284624 143.0556 249.3254 12.09218192818846
+0 THORAD DELTA 1 DEB
+1 08154U 74089U   16018.13731635 -.00000014  00000-0  18955-3 0  9998
+2 08154 101.5712 345.4602 0006113  37.7503  27.3238 12.52337443882273
+0 THORAD DELTA 1 DEB
+1 08156U 74089W   16018.16893376  .00000036  00000-0  43338-3 0  9990
+2 08156 101.9400 223.2142 0077670 300.0766 180.0951 12.67319406901656
+0 THORAD DELTA 1 DEB
+1 08157U 74089X   16017.88511747 -.00000045  00000-0 -10598-4 0  9993
+2 08157 101.6745 352.6239 0135568 180.4473 237.5906 12.47186500873826
+0 THORAD DELTA 1 DEB
+1 08158U 74089Y   16017.71769773 -.00000015  00000-0  17615-3 0  9992
+2 08158 101.8433  61.5694 0069662 136.4010 342.3063 12.61345116894393
+0 THORAD DELTA 1 DEB
+1 08159U 74089Z   16017.97286973  .00000718  00000-0  41302-2 0  9995
+2 08159 101.5794  28.6347 0124246 358.0393   2.0184 12.62431203878509
+0 THORAD DELTA 1 DEB
+1 08160U 74089AA  16017.69798948 -.00000047  00000-0 -16367-6 0  9990
+2 08160 101.8151  78.8238 0138703   6.3037 115.0798 12.63275525897802
+0 THORAD DELTA 1 DEB
+1 08161U 74089AB  16018.03245554 -.00000150  00000-0 -12193-2 0  9994
+2 08161 101.2110 190.2728 0369375  85.3930  35.5705 11.97922607796881
+0 THORAD DELTA 1 DEB
+1  8162U 74089AC  16016.97027558 +.00000908 +00000-0 +64361-2 0  9991
+2  8162 100.8601 208.0922 0168715 168.7460 350.8649 12.43546180845925
+0 THORAD DELTA 1 DEB
+1 08163U 74089AD  16016.94929558  .00000882  00000-0  62534-2 0  9991
+2 08163 102.4605 260.9303 0303491 101.0297 262.5051 12.35961604840663
+0 THORAD DELTA 1 DEB
+1 08164U 74089AE  16017.52087730 -.00000013  00000-0  23371-3 0  9998
+2 08164 101.5741 341.1906 0120828 209.4911 269.4542 12.28886006847621
+0 THORAD DELTA 1 DEB
+1 08165U 74089AF  16018.09680880 -.00000025  00000-0  11662-3 0  9990
+2 08165 101.4214  53.5865 0020516  42.6741 340.0442 12.49853774877903
+0 THORAD DELTA 1 DEB
+1 08166U 74089AG  16017.22075109  .00000042  00000-0  54956-3 0  9998
+2 08166 101.5545 358.8649 0039598  82.7880  36.0659 12.51050898878577
+0 THORAD DELTA 1 DEB
+1 08167U 74089AH  16017.49385884  .00001631  00000-0  44545-2 0  9999
+2 08167 101.3942 210.6785 0122541  31.9608  23.2741 13.13063465925406
+0 THORAD DELTA 1 DEB
+1  8168U 74089AJ  16016.90355998 -.00000023 +00000-0 +12315-3 0  9994
+2  8168 101.4028 357.2882 0020919 068.0754 319.5862 12.52593032882191
+0 THORAD DELTA 1 DEB
+1 08169U 74089AK  16018.04843634 -.00000102  00000-0 -18576-3 0  9995
+2 08169 102.5309 195.8156 0146614 152.8919 325.7981 12.86382595911216
+0 THORAD DELTA 1 DEB
+1 08170U 74089AL  16018.16180603  .00001963  00000-0  26659-2 0  9994
+2 08170 101.6683 259.9962 0095037 207.4737 304.9769 13.59187051967010
+0 THORAD DELTA 1 DEB
+1 08172U 74089AN  16017.87919553 -.00000022  00000-0  13314-3 0  9998
+2 08172 101.5626 345.8768 0052633 218.5269 196.8491 12.54844912885924
+0 THORAD DELTA 1 DEB
+1 08173U 74089AP  16017.39667302  .00000027  00000-0  44331-3 0  9995
+2 08173 101.4973 359.4697 0112013 241.5130 286.0337 12.51350842879322
+0 THORAD DELTA 1 DEB
+1  8174U 74089AQ  16016.89120539 +.00000034 +00000-0 +48469-3 0  9990
+2  8174 101.4645 006.5925 0065349 111.1013 279.1769 12.52903432881734
+0 THORAD DELTA 1 DEB
+1  8175U 74089AR  16015.49629060 +.00001565 +00000-0 +92962-2 0  9995
+2  8175 102.4083 025.6837 0211676 338.7448 177.0377 12.53742612850998
+0 THORAD DELTA 1 DEB
+1 08177U 74089AT  16017.62785829 -.00000002  00000-0  35687-3 0  9998
+2 08177 101.1172 270.4521 0265045 195.2722 176.4059 12.05056778811776
+0 THORAD DELTA 1 DEB
+1 08178U 74089AU  16015.66822964  .00001500  00000-0  95354-2 0  9992
+2 08178 102.4068 278.4557 0236564 311.3156 104.8773 12.47307960850474
+0 THORAD DELTA 1 DEB
+1  8179U 74089AV  16016.85505780 +.00000005 +00000-0 +36765-3 0  9990
+2  8179 101.4927 332.3851 0099353 203.9236 181.4501 12.33681602853806
+0 THORAD DELTA 1 DEB
+1 08180U 74089AW  16017.51128106  .00000286  00000-0  23916-2 0  9993
+2 08180 100.8815  93.0717 0108149 350.1342 124.4070 12.39648824861998
+0 THORAD DELTA 1 DEB
+1 08181U 74089AX  16017.65288707 -.00000058  00000-0 -11222-3 0  9990
+2 08181 101.6161 264.1905 0070798  16.3979  53.2936 12.39950029863127
+0 THORAD DELTA 1 DEB
+1 08182U 74089AY  16016.87758478  .00000716  00000-0  36119-2 0  9991
+2 08182 100.5366 352.0911 0144061 234.8214 153.0551 12.70887272882454
+0 THORAD DELTA 1 DEB
+1 08183U 74089AZ  16018.21222579 -.00000057  00000-0 -15599-3 0  9990
+2 08183 100.8218 254.9941 0105997 266.6014 217.0749 12.32652824852406
+0 THORAD DELTA 1 DEB
+1 08184U 74089BA  16017.79967940 -.00000045  00000-0 -36107-5 0  9998
+2 08184 101.6662  89.3548 0063913 249.5495 218.6999 12.47476096874876
+0 THORAD DELTA 1 DEB
+1 08185U 74089BB  16017.86129782  .00000010  00000-0  38325-3 0  9993
+2 08185 101.5330 109.4992 0071697 204.9529 271.6390 12.40206867863463
+0 MOLNIYA 2-14
+1  8195U 75081A   16015.97791839 -.00000401 +00000-0 -31868-2 0  9995
+2  8195 061.4285 185.1310 7338369 267.0280 015.2233 02.00587310295664
+0 KIKU 1 (ETS 1)
+1 08197U 75082A   16017.15907433 -.00000124  00000-0  39472-5 0  9992
+2 08197  46.9897  26.6572 0085632  11.4317  30.0663 13.59495634  5078
+0 COSMOS 761
+1 08285U 75086A   16016.72135699 -.00000017  00000-0 -88828-5 0  9994
+2 08285  74.0101 103.2683 0051677  80.6291  76.2401 12.55759842849091
+0 COSMOS 762
+1 08286U 75086B   16017.20109102 -.00000020  00000-0 -26748-4 0  9995
+2 08286  74.0108 283.2921 0030123 301.0830 173.3570 12.50852492841947
+0 COSMOS 763
+1  8287U 75086C   16016.93916080 -.00000006 +00000-0 +71054-4 0  9999
+2  8287 074.0066 190.6173 0023045 339.1330 189.2970 12.43514793830874
+0 COSMOS 764
+1  8288U 75086D   16016.88462119 -.00000018 +00000-0 -16495-4 0  9995
+2  8288 074.0103 280.0264 0029431 110.0424 017.9648 12.41043068827254
+0 COSMOS 765
+1 08289U 75086E   16017.48188808 -.00000012  00000-0  28751-4 0  9994
+2 08289  74.0096  20.2159 0046518 223.9655 250.8864 12.38244849823438
+0 COSMOS 766
+1 08290U 75086F   16017.98803959  .00000000  00000-0  10319-3 0  9998
+2 08290  74.0068 194.3271 0042600 197.4109 281.4874 12.53243212845552
+0 COSMOS 767
+1  8291U 75086G   16016.92523192 -.00000002 +00000-0 +91064-4 0  9990
+2  8291 074.0097 010.4709 0019026 059.4464 323.9908 12.48473311838221
+0 COSMOS 768
+1 08292U 75086H   16017.23518714 -.00000022  00000-0 -45971-4 0  9999
+2 08292  74.0103  98.0439 0013279 203.4864 217.1442 12.46065081834908
+0 METEOR 1-22
+1 08293U 75087A   16017.22373366 -.00000059  00000-0 -37765-4 0  9994
+2 08293  81.2560  97.8760 0074952 340.3005  19.5275 14.12188063 76360
+0 SL-3 R/B
+1 08294U 75087B   16017.87667284  .00000252  00000-0  13210-3 0  9992
+2 08294  81.2088 165.7171 0107536  58.4659 302.6960 14.08527546 72163
+0 SL-8 R/B
+1 08295U 75086J   16017.20896985 -.00000102  00000-0 -79996-3 0  9990
+2 08295  74.0074 228.5658 0126981 166.5583 331.9457 12.22098027799791
+0 THORAD DELTA 1 DEB
+1 08296U 74089BD  16016.22434228  .00000275  00000-0  24906-2 0  9991
+2 08296 102.3950 120.8766 0210551 173.3393 217.6398 12.31357882880686
+0 THORAD DELTA 1 DEB
+1 08299U 74089BG  16017.49199471  .00002606  00000-0  30914-2 0  9998
+2 08299 102.1766  22.4499 0442197   6.9884 353.7136 13.33937310961316
+0 THORAD DELTA 1 DEB
+1 08300U 74089BH  16016.99400616 -.00000056  00000-0 -23633-3 0  9991
+2 08300 100.8656 204.8419 0349793  36.7076 117.5393 11.99253291799052
+0 THORAD DELTA 1 DEB
+1 08301U 74089BJ  16017.38224882  .00009144  00000-0  78939-2 0  9998
+2 08301 102.9927 315.0512 0106134  13.8515 346.5499 13.84236069 15557
+0 THORAD DELTA 1 DEB
+1 08303U 74089BL  16016.30315575 -.00000078  00000-0 -22229-3 0  9992
+2 08303 101.5084 304.1995 0035675 352.6226 161.9928 12.51876194876942
+0 THORAD DELTA 1 DEB
+1 08305U 74089BN  16017.00393502 -.00000020  00000-0  16590-3 0  9998
+2 08305 101.4424  48.1114 0094677 211.3275 216.8049 12.34915671855699
+0 THORAD DELTA 1 DEB
+1 08306U 74089BP  16016.73129275  .00000114  00000-0  10428-2 0  9998
+2 08306 101.9375 101.8125 0081179 162.3643 350.8623 12.49188362871810
+0 THORAD DELTA 1 DEB
+1 08307U 74089BQ  16017.89182856  .00000015  00000-0  63443-3 0  9997
+2 08307 101.1326   6.9857 0453533 311.4865  72.7998 11.74904787766896
+0 THORAD DELTA 1 DEB
+1 08308U 74089BR  16016.22340755  .00000000  00000-0  30722-3 0  9996
+2 08308 101.8681 104.9344 0062569  90.7338 294.7972 12.45581009871617
+0 THORAD DELTA 1 DEB
+1  8310U 74089BT  16016.87339400 -.00000042 +00000-0 +11627-4 0  9996
+2  8310 101.8498 103.0367 0066553 208.1457 218.3452 12.40262189863767
+0 THORAD DELTA 1 DEB
+1 08311U 74089BU  16018.15165963 -.00000010  00000-0  23060-3 0  9999
+2 08311 101.5904 354.8189 0036879 354.2370 136.0740 12.45421198871970
+0 DELTA 1 DEB
+1 08314U 72058EG  16017.52028543  .00000708  00000-0  10293-3 0  9995
+2 08314  98.4870   8.3201 0098086 155.9585 204.6249 14.76251122305755
+0 DELTA 1 DEB
+1 08319U 72058EM  16018.18910203  .00000131  00000-0  41140-4 0  9992
+2 08319  98.5125 288.5575 0142795 128.0553 233.3625 14.50454520286511
+0 COSMOS 770
+1  8325U 75089A   16016.63527958 +.00000021 +00000-0 +18619-4 0  9998
+2  8325 082.9564 044.6501 0029114 026.7481 119.3683 13.19709678941599
+0 SL-8 R/B
+1  8326U 75089B   16016.91863189 -.00000041 +00000-0 -13079-3 0  9997
+2  8326 082.9551 014.0739 0022769 271.3444 098.3295 13.21479299944017
+0 INTELSAT 4A-F1
+1 08330U 75091A   16017.17647772 -.00000157  00000-0  00000+0 0  9995
+2 08330  14.4114 341.5586 0005476 179.2432   9.9870  0.99938746 83439
+0 ATLAS CENTAUR R/B
+1 08331U 75091B   16017.34621189  .00000132  00000-0  10399-2 0  9996
+2 08331  21.9706  64.6284 7221268 311.1632   6.0306  2.21856243324307
+0 COSMOS 773
+1 08343U 75094A   16017.48427323  .00000056  00000-0  28741-4 0  9998
+2 08343  74.0560 121.0953 0010998 168.7265 191.4136 14.34850436107017
+0 SL-8 R/B
+1 08344U 75094B   16017.12575034  .00000072  00000-0  31696-4 0  9994
+2 08344  74.0578 358.3438 0021193  26.0015 334.2199 14.39027316111309
+0 N-1 R/B
+1 08352U 75082B   16017.34961159 -.00000048  00000-0  10292-3 0  9993
+2 08352  46.9882 311.3869 0084234  87.7916  61.5233 13.60771801  6085
+0 COSMOS 775
+1  8357U 75097A   16015.62566152 -.00000362 +00000-0 +00000-0 0  9999
+2  8357 010.9629 316.3419 0007914 057.5854 078.8803 01.00258268093608
+0 GOES 1 (SMS-C)
+1  8366U 75100A   16016.59873425 +.00000030 +00000-0 +00000-0 0  9996
+2  8366 012.7931 324.5714 0005569 255.2993 343.0254 01.00259317146914
+0 THORAD DELTA 1 DEB
+1 08394U 74089BW  16017.70076627 -.00000050  00000-0 -48885-4 0  9996
+2 08394 102.5687  79.1746 0175885 183.9190 300.0021 12.20203463475751
+0 THORAD DELTA 1 DEB
+1  8395U 74089BX  16015.93249272 +.00000947 +00000-0 +53167-2 0  9998
+2  8395 100.8215 187.9301 0047706 106.7058 051.3876 12.64712699081763
+0 THORAD DELTA 1 DEB
+1  8396U 74089BY  16016.43931682 -.00000062 +00000-0 -10773-3 0  9995
+2  8396 102.2739 340.2005 0063781 254.1124 222.3008 12.42565207870130
+0 THORAD DELTA 1 DEB
+1 08397U 74089BZ  16017.34024831  .00004295  00000-0  42056-2 0  9994
+2 08397 101.7521 333.0150 0053595  31.7168 122.1962 13.79199030978766
+0 THORAD DELTA 1 DEB
+1 08398U 74089CA  16017.87701961 -.00000019  00000-0  21701-3 0  9995
+2 08398 102.0546   5.1953 0077038 286.1593 137.6685 12.26522182599167
+0 THORAD DELTA 1 DEB
+1 08399U 74089CB  16017.17227492 -.00000009  00000-0  26576-3 0  9995
+2 08399 101.9643  77.7491 0154986 254.2334 114.7171 12.38680238864366
+0 THORAD DELTA 1 DEB
+1 08400U 74089CC  16018.05521030 -.00000006  00000-0  26772-3 0  9996
+2 08400 101.7085  63.4167 0055003 216.7503 172.7370 12.44339089872412
+0 THORAD DELTA 1 DEB
+1 08401U 74089CD  16015.55021705  .00000033  00000-0  41840-3 0  9995
+2 08401 101.8097  28.2306 0061145  69.3742  81.4894 12.66577832903777
+0 THORAD DELTA 1 DEB
+1 08403U 74089CF  16017.57159671 -.00000051  00000-0 -61665-4 0  9995
+2 08403 101.4276 254.7874 0053557 189.3066 238.9557 12.46609511875715
+0 THORAD DELTA 1 DEB
+1 08404U 74089CG  16018.21818484  .00001381  00000-0  52426-2 0  9990
+2 08404 101.1689 266.7772 0067213 143.2956 341.4195 12.92135467905427
+0 THORAD DELTA 1 DEB
+1 08405U 74089CH  16018.12072804  .00000706  00000-0  12572-1 0  9996
+2 08405 102.7096  85.3809 0688819 320.8866  34.4210 11.29356980702311
+0 THORAD DELTA 1 DEB
+1  8406U 74089CJ  16016.80998726 +.00000547 +00000-0 +35603-2 0  9994
+2  8406 101.4080 311.4614 0021540 088.8070 293.8667 12.56463776884061
+0 THORAD DELTA 1 DEB
+1  8407U 74089CK  16016.97172154 +.00000071 +00000-0 +55279-3 0  9996
+2  8407 101.1555 017.6463 0232373 236.1186 180.4964 12.65837452903853
+0 SL-6 R/B(2)
+1  8418U 75081D   16014.88643745 +.00000151 +00000-0 -26905-3 0  9992
+2  8418 061.6669 252.5648 7447296 259.1199 017.2352 01.97542599290040
+0 COSMOS 778
+1 08419U 75103A   16017.66846723  .00000046  00000-0  32635-4 0  9998
+2 08419  82.9721 217.3096 0022541  30.1354  36.0689 13.74559160 16269
+0 SL-8 R/B
+1 08421U 75103B   16017.88609620  .00000097  00000-0  82975-4 0  9996
+2 08421  82.9724 179.9045 0021926 242.2608 283.1021 13.76693048 18012
+0 MOLNIYA 3-3
+1 08425U 75105A   16016.58375795  .00000589  00000-0  72521-4 0  9993
+2 08425  61.2206 208.5947 7399782 258.8902  17.7367  2.00691628294361
+0 THORAD DELTA 1 DEB
+1  8435U 74089CL  16016.83054793 -.00000008 +00000-0 +30403-3 0  9993
+2  8435 101.6282 136.7366 0164668 280.5542 236.7999 12.20701605835062
+0 THORAD DELTA 1 DEB
+1 08436U 74089CM  16017.70632612 -.00000048  00000-0 -42389-4 0  9995
+2 08436 101.7476 273.3397 0087624 342.6258  38.5756 12.35375818857287
+0 THORAD DELTA 1 DEB
+1 08437U 74089CN  16017.89219994 -.00000014  00000-0  17689-3 0  9996
+2 08437 101.4308 349.8888 0045507 342.4816  75.2249 12.58083081890651
+0 THORAD DELTA 1 DEB
+1 08438U 74089CP  16017.23369981  .00000377  00000-0  46599-3 0  9990
+2 08438 101.6895 101.3814 0122514  63.2897   9.6499 13.70943160  2961
+0 THORAD DELTA 1 DEB
+1  8439U 74089CQ  16016.91673490 +.00000205 +00000-0 +91919-3 0  9994
+2  8439 102.3915 011.5984 0098995 100.7074 260.5183 12.93722715923822
+0 COSMOS 783
+1 08458U 75112A   16017.75832521  .00000054  00000-0  29482-4 0  9997
+2 08458  74.0597 101.5542 0011629  34.4594 325.7308 14.32690168 95737
+0 SL-8 R/B
+1 08459U 75112B   16017.30647044  .00000074  00000-0  34071-4 0  9995
+2 08459  74.0630 340.4668 0017414 279.0710  80.8473 14.36684461 99957
+0 SL-6 R/B(2)
+1 08462U 75105D   16015.73275297  .00000931  00000-0  20273-4 0  9994
+2 08462  61.7003 269.0833 7460080 254.1152  19.2970  1.98134723289246
+0 COSMOS 785
+1 08473U 75116A   16017.55583741 -.00000091  00000-0 -33757-5 0  9997
+2 08473  65.0778  67.9137 0079421 183.8687 327.5936 13.82159242 23630
+0 SATCOM 1
+1 08476U 75117A   16017.22494149 -.00000284  00000-0  00000+0 0  9990
+2 08476  14.5337 341.6589 0019513 179.9052   5.5984  0.99606018 91749
+0 DELTA 1 DEB *
+1 08495U 72058FQ  16016.67810165  .00015574  00000-0  72110-2 0  9991
+2 08495 101.4767  99.4113 1088128 300.4390  49.3550 12.63880632763458
+0 RADUGA 1
+1 08513U 75123A   16017.89865491 -.00000091  00000-0  00000+0 0  9990
+2 08513  11.3238 318.1834 0007933 174.9094  21.8835  1.00247214156809
+0 METEOR 1-23
+1 08519U 75124A   16018.14754225 -.00000049  00000-0 -34218-4 0  9995
+2 08519  81.2415 231.6625 0012783 305.8982  54.1002 14.10785931 60879
+0 SL-3 R/B
+1 08520U 75124B   16017.36057814 -.00000105  00000-0 -67585-4 0  9996
+2 08520  81.2897 307.3403 0033110 334.4240  25.5291 14.08900175 58428
+0 DELTA 1 DEB
+1 08539U 72058GN  16017.73582057  .00000334  00000-0  14673-3 0  9993
+2 08539  97.3153 297.0155 0212246 132.6438 229.2850 14.16682476235483
+0 DELTA 1 DEB
+1 08542U 72058GR  16016.83729338  .00000190  00000-0  12571-3 0  9997
+2 08542  97.9350  55.5298 0358998 277.9222  78.1343 13.83649083193151
+0 DELTA 1 DEB
+1 08544U 72058GT  16017.09312343  .00000109  00000-0  14219-3 0  9993
+2 08544  97.4206 212.4344 0847861  24.3579 339.5261 12.72545323 33981
+0 SL-12 R/B(AUX MOTOR)
+1 08546U 75123D   16017.70386070 -.00000145  00000-0 -56218-3 0  9994
+2 08546  45.7601 282.8674 5889373  81.7506 337.3833  3.97294377539250
+0 THORAD DELTA 1 DEB
+1 08554U 74089CR  16016.45781308  .00000025  00000-0  41443-3 0  9996
+2 08554 101.4229 354.4033 0031527 141.8573 335.0075 12.55884727886310
+0 THORAD DELTA 1 DEB
+1 08555U 74089CS  16016.61411374 -.00000331  00000-0 -18068-2 0  9996
+2 08555 101.3650 245.6823 0066115 300.0110  83.8430 12.52924837876702
+0 THORAD DELTA 1 DEB
+1 08556U 74089CT  16017.73112622  .00000146  00000-0  11762-2 0  9991
+2 08556 101.4329 286.0099 0082823  81.2066 304.3075 12.52919657881024
+0 THORAD DELTA 1 DEB
+1 08560U 74089CX  16017.35671675  .00000365  00000-0  56453-3 0  9992
+2 08560 102.1032 303.5369 0410478  18.7301 342.8431 13.30492086987930
+0 THORAD DELTA 1 DEB
+1  8561U 74089CY  16016.91489550 +.00000195 +00000-0 +12858-2 0  9994
+2  8561 101.5757 001.2336 0065261 169.6325 218.4935 12.65001200893925
+0 THORAD DELTA 1 DEB
+1 08562U 74089CZ  16017.91570784  .00000016  00000-0  51867-3 0  9992
+2 08562 101.5821  45.6931 0263478 227.8352 255.2892 12.15011133893638
+0 THORAD DELTA 1 DEB
+1 08563U 74089DA  16018.13244127  .00000068  00000-0  68796-3 0  9993
+2 08563 101.2767 243.8870 0083020 104.0965  53.6105 12.52725248879976
+0 THORAD DELTA 1 DEB
+1 08564U 74089DB  16017.08872839  .00000467  00000-0  27302-2 0  9994
+2 08564 101.2455 328.9337 0050073 129.8347 294.3604 12.65202082892439
+0 THORAD DELTA 1 DEB
+1 08566U 74089DD  16018.03344128  .00000009  00000-0  29032-3 0  9992
+2 08566 101.7727  51.3797 0084632  81.5567 335.0340 12.66399600900772
+0 THORAD DELTA 1 DEB
+1 08567U 74089DE  16017.53567036  .00000494  00000-0  82797-2 0  9996
+2 08567 100.6515 216.2068 0722531 323.1496  57.9416 11.30436605695493
+0 CTS
+1 08585U 76004A   16017.48595453  .00000085  00000-0  00000+0 0  9993
+2 08585  12.2939 321.6711 0014728 174.5726  13.3024  1.00295380 84147
+0 COSMOS 789
+1 08591U 76005A   16017.82997704  .00000039  00000-0  25382-4 0  9998
+2 08591  82.9762 121.0326 0029938   1.5851 115.0027 13.72955699  3482
+0 THORAD DELTA 1 DEB
+1 08592U 74089DF  16016.07855810 -.00000047  00000-0 -37190-4 0  9997
+2 08592 101.6691 232.9128 0129588 281.9700 232.3040 12.31527180850486
+0 THORAD DELTA 1 DEB
+1 08593U 74089DG  16017.88467942 -.00000052  00000-0 -21370-4 0  9992
+2 08593 101.8637 128.7144 0224138  92.8956  24.3498 12.71033458909247
+0 THORAD DELTA 1 DEB
+1 08594U 74089DH  16018.11596581 -.00000009  00000-0  18030-3 0  9991
+2 08594 101.8280 213.2132 0128706 119.3475   1.9181 12.72592362909991
+0 THORAD DELTA 1 DEB
+1 08595U 74089DJ  16017.88147547  .00000075  00000-0  10089-2 0  9996
+2 08595 101.5337 119.1464 0147040 293.4150 187.1394 12.25249390841817
+0 THORAD DELTA 1 DEB
+1  8596U 74089DK  16016.76519146 -.00000009 +00000-0 +19045-3 0  9991
+2  8596 101.6179 120.0683 0087846 287.3407 230.8648 12.68484941904381
+0 SL-8 R/B
+1 08597U 76005B   16017.33447307  .00000023  00000-0  77654-5 0  9992
+2 08597  82.9730  86.1128 0024278 227.3081 187.1661 13.75092138  6052
+0 NTS 1 AKM
+1  8599U 74054C   16016.30466006 +.00000051 +00000-0 +00000-0 0  9996
+2  8599 124.7134 199.0317 0065696 211.2694 204.8289 03.07180304268535
+0 MOLNIYA 1-32
+1  8601U 76006A   16015.77673460 +.00000410 +00000-0 -10854-2 0  9993
+2  8601 062.3648 281.7751 7322370 263.7539 016.6325 01.99927038005811
+0 COSMOS 791
+1  8607U 76008A   16016.91899166 -.00000001 +00000-0 +96266-4 0  9990
+2  8607 074.0526 188.0737 0055051 246.4114 268.6679 12.54989318831049
+0 COSMOS 792
+1 08608U 76008B   16018.09281725 -.00000002  00000-0  86823-4 0  9997
+2 08608  74.0563 354.4643 0033952  94.9533 334.8955 12.50368229824709
+0 COSMOS 793
+1 08609U 76008C   16017.87070303 -.00000016  00000-0 -19862-5 0  9997
+2 08609  74.0556 273.9979 0046478 356.1859  73.2487 12.52591472827910
+0 COSMOS 794
+1 08610U 76008D   16017.51024991 -.00000027  00000-0 -77454-4 0  9994
+2 08610  74.0550  76.7498 0027164 207.5919 257.8290 12.48105920821334
+0 COSMOS 795
+1 08611U 76008E   16018.13087025 -.00000000  00000-0  10565-3 0  9990
+2 08611  74.0543 161.2029 0020283 327.0137  84.0940 12.45744459817972
+0 COSMOS 796
+1 08612U 76008F   16017.15860515 -.00000008  00000-0  55791-4 0  9994
+2 08612  74.0533 256.2213 0027142 109.0774  55.5609 12.43119434814023
+0 COSMOS 797
+1 08613U 76008G   16017.21834796 -.00000006  00000-0  67351-4 0  9997
+2 08613  74.0565 344.6723 0032796 236.3578 227.5119 12.40641502810424
+0 COSMOS 798
+1 08614U 76008H   16017.65706848 -.00000012  00000-0  21821-4 0  9991
+2 08614  74.0544  88.2959 0047844 357.9615 113.5539 12.37714571806211
+0 SL-8 R/B
+1  8615U 76008J   16016.92648340 +.00000017 +00000-0 +29913-3 0  9996
+2  8615 074.0574 321.2726 0133590 338.6259 054.0672 12.20832783781218
+0 INTELSAT 4A-F2
+1 08620U 76010A   16017.57501890 -.00000046  00000-0  00000+0 0  9990
+2 08620  14.4960 341.2075 0007636 212.0714  26.1784  0.99682413582750
+0 ATLAS CENTAUR R/B
+1 08621U 76010B   16017.48264583 -.00000089  00000-0  36111-3 0  9999
+2 08621  21.8288 332.1102 7192944  86.0049  79.5230  2.20595233204714
+0 COSMOS 800
+1 08645U 76011A   16017.18022031  .00000019  00000-0  42511-5 0  9998
+2 08645  82.9711  28.4839 0022792 105.2546 308.1595 13.71945364    17
+0 SL-8 R/B
+1 08646U 76011B   16017.05803265 -.00000017  00000-0 -33928-4 0  9992
+2 08646  82.9696 353.0143 0004456 307.4166 120.0930 13.73828000  2572
+0 DELTA 1 DEB
+1 08678U 75004F   16017.85369942 -.00000011  00000-0  10506-4 0  9995
+2 08678  97.6521 162.7978 0178663  67.9948 294.0100 14.08873604103084
+0 DELTA 1 DEB
+1 08679U 75004G   16017.46908577  .00001485  00000-0  29929-3 0  9999
+2 08679  98.8078   1.6359 0216913 231.4277 126.7307 14.49457386108099
+0 DELTA 1 DEB
+1 08682U 75004J   16017.75153475  .00000209  00000-0  10572-3 0  9991
+2 08682  97.7988 100.9794 0156959 151.9384 209.0367 14.17785931111275
+0 DELTA 1 DEB
+1 08685U 75004M   16017.20291735  .00000164  00000-0  52851-4 0  9993
+2 08685  97.9560 273.8692 0049125 183.3471 176.7402 14.49714153157818
+0 COSMOS 803
+1 08688U 76014A   16017.43705772  .00001594  00000-0  54798-4 0  9994
+2 08688  65.8460 340.3911 0026807 303.8156  56.0435 15.33743403205554
+0 MARISAT 1
+1 08697U 76017A   16016.55178640  .00000014  00000-0  00000+0 0  9995
+2 08697  13.3193 332.5162 0008173 119.1878  72.1175  0.99206758144343
+0 SL-6 R/B(2)
+1 08701U 76006D   16016.33675617 -.00000215  00000-0  26101-3 0  9999
+2 08701  61.7578 160.2088 7347332 261.8164  17.0554  2.07472082302902
+0 UME 1 (ISS 1)
+1 08709U 76019A   16017.53986015  .00000048  00000-0  11176-3 0  9990
+2 08709  69.6744 140.4185 0009901 167.0836 268.7098 13.71349177995821
+0 N-1 R/B
+1 08710U 76019B   16017.98619356 -.00000027  00000-0  28659-4 0  9995
+2 08710  69.6745 193.0407 0012910 183.2441 350.5345 13.69827373994461
+0 COSMOS 807
+1 08744U 76022A   16017.84873336  .00002856  00000-0  15197-3 0  9994
+2 08744  82.9297 238.5310 0586219 239.7789 256.4510 14.29482149  2605
+0 LES 8
+1  8746U 76023A   16014.26578503 -.00000104 +00000-0 +00000-0 0  9997
+2  8746 014.7907 091.8876 0014362 028.8919 344.8972 01.00268623091518
+0 LES 9
+1 08747U 76023B   16014.26578600 -.00000107  00000-0  00000+0 0  9998
+2 08747  14.7509  91.8802 0021791  70.0220 304.0078  1.00274457 91500
+0 TITAN 3C TRANSTAGE R/B
+1  8751U 76023F   16016.00359308 -.00000033 +00000-0 +00000-0 0  9998
+2  8751 013.7104 097.4473 0147577 343.4982 120.9979 00.98261078145803
+0 SL-8 DEB
+1 08756U 74071C   16017.84261118  .00001776  00000-0  27129-3 0  9996
+2 08756  74.0511 177.0291 0003416 156.9330 203.1998 14.74602262327125
+0 SL-8 DEB
+1  8757U 75094D   16016.86342459 +.00002270 +00000-0 +25628-3 0  9994
+2  8757 074.0282 291.0155 0002480 242.5857 117.5071 14.87198152333616
+0 SL-8 DEB
+1 08764U 70102E   16017.03625807  .00000109  00000-0  11601-3 0  9993
+2 08764  74.0359 240.4481 0022853 255.2712 231.7577 13.85279009275114
+0 SATCOM 2
+1 08774U 76029A   16017.83247209 -.00000107  00000-0  00000+0 0  9998
+2 08774  15.1091 344.7825 0056567 141.3929  35.5372  0.98622665 81992
+0 THORAD DELTA 1 DEB
+1 08784U 74089DL  16016.70451890  .00000366  00000-0  15551-2 0  9997
+2 08784 100.2463 286.5408 0217030 304.3695  81.2255 12.82853985 34989
+0 THORAD DELTA 1 DEB
+1 08785U 74089DM  16016.16165991 -.00000527  00000-0 -47089-2 0  9994
+2 08785 101.0103 266.3129 0266729 228.1327 289.0546 12.11709619620078
+0 THORAD DELTA 1 DEB
+1 08786U 74089DN  16016.74606631  .00000004  00000-0  34952-3 0  9994
+2 08786 101.9673 108.5463 0052220 306.1712 209.4098 12.44001756867357
+0 THORAD DELTA 1 DEB
+1 08788U 74089DQ  16017.69468045 -.00000052  00000-0 -42054-4 0  9994
+2 08788 102.3310  72.0076 0071051 261.7013 218.6916 12.39764078864096
+0 THORAD DELTA 1 DEB
+1 08789U 74089DR  16017.55073995 -.00000023  00000-0  14136-3 0  9992
+2 08789 101.6280  14.1587 0105986 146.4376 338.1227 12.38855466861614
+0 THORAD DELTA 1 DEB
+1 08790U 74089DS  16017.43289484  .00000020  00000-0  37057-3 0  9996
+2 08790 101.4301 354.6925 0041473 332.8909 179.9859 12.58682932890330
+0 DELTA 1 DEB *
+1  8791U 66087F   16015.94490874 +.00000108 +00000-0 +81061-3 0  9998
+2  8791 101.2449 013.3895 0139303 209.2016 182.2559 12.62449776264019
+0 METEOR 1-24
+1 08799U 76032A   16018.01484756  .00000033  00000-0  11156-4 0  9996
+2 08799  81.2585 334.2046 0033917 207.6393 152.2977 14.11423723 47719
+0 SL-3 R/B
+1 08800U 76032B   16017.42294704  .00000102  00000-0  48830-4 0  9991
+2 08800  81.2512   0.0388 0094659 207.6665 151.9453 14.10057228 45356
+0 NATO 3A
+1 08808U 76035A   16016.67160817  .00000007  00000-0  00000+0 0  9991
+2 08808  12.3536 332.1111 0026515 225.9044 347.5031  0.99849829709268
+0 LAGEOS 1
+1  8820U 76039A   16016.64540410 +.00000001 +00000-0 +00000-0 0  9992
+2  8820 109.8592 316.0907 0044029 036.2506 217.0279 06.38664885670488
+0 LAGEOS 1 AKM
+1  8822U 76039C   16016.76917156 +.00000002 +00000-0 +00000-0 0  9993
+2  8822 109.8601 319.8705 0043847 032.3499 348.5423 06.38867526926238
+0 METEOR 1-10 DEB
+1 08826U 71120C   16017.52772299  .00001117  00000-0  25493-3 0  9999
+2 08826  81.2355  11.6882 0008488 284.4464  75.5789 14.55228654294813
+0 METEOR 1-10 DEB
+1  8827U 71120D   16016.91648182 +.00000080 +00000-0 +34566-4 0  9995
+2  8827 081.2667 095.6521 0012386 313.2104 046.8035 14.15564132269745
+0 NOAA 1 DEB *
+1 08828U 70106C   16017.48640102  .00000091  00000-0  10218-2 0  9994
+2 08828 101.7985 357.7018 0031529 342.8479 141.2058 12.38809492 40233
+0 SL-8 DEB
+1 08829U 74071D   16017.70850316  .00000705  00000-0  16745-3 0  9999
+2 08829  74.0636 275.9465 0015447 329.0109  31.0141 14.55755700258800
+0 TITAN 3C TRANSTAGE DEB
+1  8832U 76023J   16011.82340263 -.00000023 +00000-0 +00000-0 0  9992
+2  8832 013.7010 097.5429 0149724 342.3523 002.4942 00.98260372080163
+0 COMSTAR 1
+1 08838U 76042A   16017.64395957  .00000029  00000-0  00000+0 0  9999
+2 08838  14.4845 341.8293 0006437 250.1318 310.2479  0.99827251 82655
+0 ATLAS CENTAUR R/B
+1  8840U 76042B   16016.62392580 -.00000139 +00000-0 +12692-2 0  9994
+2  8840 021.5694 066.9355 7168219 072.6556 014.9492 02.22444011206667
+0 METEOR 1-25
+1 08845U 76043A   16017.64358435  .00000180  00000-0  92139-4 0  9995
+2 08845  81.2604  59.7273 0038338 289.1376  70.5646 14.11396825188636
+0 SL-3 R/B
+1 08846U 76043B   16017.33700363 -.00000005  00000-0 -10220-4 0  9992
+2 08846  81.2155  95.2840 0039585  33.5982 326.7686 14.08469648 38322
+0 P 76-5
+1 08860U 76047A   16017.23493123  .00000033  00000-0  92622-4 0  9999
+2 08860  99.6541 120.8244 0041494 334.4549  76.6685 13.67485012976628
+0 SCOUT B-1 R/B
+1 08861U 76047B   16018.23278270  .00000017  00000-0  73771-4 0  9991
+2 08861  99.6313 136.4678 0042541 101.7588 316.3227 13.66163190975783
+0 SCOUT B-1 DEB
+1  8867U 76047C   16016.65869635 +.00000044 +00000-0 +11928-3 0  9997
+2  8867 099.2615 350.8425 0073631 240.1190 179.1047 13.56401865960022
+0 SCOUT B-1 DEB
+1 08868U 76047D   16017.56075852  .00000085  00000-0  12838-3 0  9995
+2 08868 100.0988 229.0314 0050811  21.5171  33.0725 13.80142051992927
+0 COSMOS 823
+1 08873U 76051A   16017.55521344  .00000008  00000-0 -81155-5 0  9993
+2 08873  82.9648  56.7220 0022523   6.2597 147.5432 13.73259293985350
+0 SL-8 R/B
+1 08874U 76051B   16017.48796675  .00000126  00000-0  11659-3 0  9997
+2 08874  82.9585  25.6132 0022881 298.5851 170.3403 13.74885548987425
+0 MARISAT 3
+1  8882U 76053A   16016.70116251 -.00000142 +00000-0 +00000-0 0  9992
+2  8882 015.0306 336.3053 0127479 234.3430 201.4259 00.95899275084677
+0 COSMOS 825
+1 08889U 76054A   16017.53274943 -.00000016  00000-0 -20724-5 0  9996
+2 08889  74.0002 100.5677 0058193 149.9073 316.3335 12.55686383814928
+0 COSMOS 826
+1 08890U 76054B   16017.59721883 -.00000004  00000-0  89439-4 0  9997
+2 08890  74.0018 355.4994 0040664 259.5219 146.2120 12.38507993790143
+0 COSMOS 827
+1 08891U 76054C   16017.86100506  .00000000  00000-0  10531-3 0  9992
+2 08891  73.9982 188.1434 0049445 259.5172 266.2237 12.53254869229345
+0 COSMOS 828
+1  8892U 76054D   16016.87685505 -.00000017 +00000-0 -39615-5 0  9996
+2  8892 074.0013 273.4205 0035988 357.6105 134.6853 12.50934415807747
+0 COSMOS 829
+1 08893U 76054E   16018.10649182 -.00000004  00000-0  78365-4 0  9995
+2 08893  74.0018 354.5144 0024883 104.0146 327.2127 12.48628338804817
+0 COSMOS 830
+1 08894U 76054F   16017.48217564 -.00000025  00000-0 -62770-4 0  9998
+2 08894  74.0010  82.1254 0016475 228.4999 241.2121 12.46209753801248
+0 COSMOS 831
+1  8895U 76054G   16016.87663606 -.00000002 +00000-0 +99143-4 0  9991
+2  8895 073.9987 172.2732 0020556 010.1795 144.3934 12.43698851797301
+0 COSMOS 832
+1 08896U 76054H   16017.79698402 -.00000023  00000-0 -56178-4 0  9991
+2 08896  73.9996 257.1812 0024107 144.6938 280.9017 12.41274844794140
+0 SL-8 R/B
+1 08897U 76054J   16017.19495159  .00000050  00000-0  60787-3 0  9998
+2 08897  73.9964 240.6696 0125984 246.9302 248.9744 12.21039834764952
+0 THORAD AGENA D DEB
+1 08908U 70025NJ  16018.15042203 -.00003695  00000-0 -27621-2 0  9997
+2 08908 101.6910 326.8073 0159030 265.7729  92.5232 13.87884627214004
+0 COSMOS 836
+1 08923U 76061A   16017.20784544  .00000038  00000-0  23395-4 0  9998
+2 08923  74.0538  80.8143 0018134 184.0075 176.0934 14.33008293 65472
+0 SL-8 R/B
+1 08924U 76061B   16017.22367338  .00000124  00000-0  50767-4 0  9998
+2 08924  74.0601 333.0132 0013989   1.3863  99.2369 14.36940566 69466
+0 DELTA 1 DEB
+1 08951U 75004AH  16016.99888187  .00000426  00000-0  92499-4 0  9990
+2 08951  97.7573  22.3279 0031554 286.0461  73.7268 14.62353278115307
+0 DELTA 1 DEB
+1 08954U 75004AL  16017.22381338  .00000650  00000-0  21890-3 0  9991
+2 08954  97.7535 133.5990 0139096 120.4218 241.0798 14.34498171 64733
+0 DELTA 1 DEB
+1  8956U 75004AN  16016.78296929 +.00000604 +00000-0 +10307-3 0  9994
+2  8956 098.3089 073.2186 0030567 182.6383 177.4667 14.72485945100857
+0 DELTA 1 DEB
+1 08958U 75004AQ  16017.75582592  .00000306  00000-0  77766-4 0  9990
+2 08958  98.0209  91.7700 0039449 109.9730 250.5724 14.56733477107653
+0 DELTA 1 DEB
+1 08959U 75004AR  16017.31735033  .00000248  00000-0  84353-4 0  9998
+2 08959  98.4115 299.2481 0067099  19.9955 340.3841 14.43502902 93550
+0 DELTA 1 DEB
+1 08964U 75004AW  16017.69523917  .00000260  00000-0  10557-3 0  9999
+2 08964  97.6911 248.4100 0104892 274.8867  84.0349 14.31568928 76184
+0 DELTA 1 DEB
+1 08968U 75004BA  16017.85290365  .00000203  00000-0  93149-4 0  9995
+2 08968  97.6271  46.2136 0135947 321.9835  37.1811 14.24890173 66638
+0 DELTA 1 DEB
+1 08969U 75004BB  16017.22933307  .00000363  00000-0  13633-3 0  9993
+2 08969  97.6967 117.8509 0128112 111.7217 249.7663 14.31903398 71066
+0 DELTA 1 DEB
+1 08970U 75004BC  16017.19508047  .00000621  00000-0  20058-3 0  9996
+2 08970  97.3295 287.3704 0119004  84.7520 276.7237 14.37807030 71930
+0 DELTA 1 DEB
+1 08978U 75004BL  16016.88078479  .00000613  00000-0  97077-4 0  9997
+2 08978  98.2385  56.0421 0031944 258.7713 100.9904 14.75698217125934
+0 DELTA 1 DEB
+1  8980U 75004BN  16016.90408388 +.00000439 +00000-0 +97345-4 0  9993
+2  8980 097.8953 334.3652 0045058 117.9269 242.6505 14.61033094091006
+0 DELTA 1 DEB
+1 08981U 75004BP  16017.82634478  .00001020  00000-0  32139-3 0  9993
+2 08981  97.7106 148.0097 0131261 273.5211  85.0974 14.37443501 68506
+0 DELTA 1 DEB
+1 09003U 75004CM  16018.14821238  .00000587  00000-0  91687-4 0  9998
+2 09003  98.2052  83.6744 0027677 251.8583 107.9612 14.76462500126430
+0 PALAPA 1
+1  9009U 76066A   16016.13977149 -.00000065 +00000-0 +00000-0 0  9990
+2  9009 014.3568 342.1105 0004055 186.5137 356.3462 01.00107533089857
+0 COSMOS 839
+1 09011U 76067A   16017.15142776 -.00000033  00000-0  80947-4 0  9994
+2 09011  65.8542  56.1361 0708137 322.8649  32.5278 12.32821381791189
+0 SL-8 R/B
+1 09013U 76067B   16017.87429647 -.00000093  00000-0 -12044-3 0  9999
+2 09013  65.8657 288.8761 0721598 275.3232 140.4861 12.35319934782874
+0 SL-8 DEB
+1 09016U 76067C   16016.65223676 -.00000010  00000-0  16060-3 0  9991
+2 09016  65.8675  90.9757 0707323 299.3134 237.7755 12.32607573778740
+0 COSMOS 841
+1 09022U 76069A   16017.71094669  .00000055  00000-0  28138-4 0  9994
+2 09022  74.0436  79.9618 0012717  11.5592 348.5850 14.35636841 66736
+0 SL-8 R/B
+1 09023U 76069B   16017.82641246  .00000110  00000-0  43907-4 0  9999
+2 09023  74.0450 329.6701 0018980 263.0783  96.8213 14.39456950 70528
+0 COSMOS 842
+1 09025U 76070A   16018.00992919  .00000038  00000-0  24299-4 0  9992
+2 09025  82.9893 331.4972 0029107  69.5826   1.2685 13.74017650980037
+0 DELTA 1 DEB
+1 09040U 75004DE  16017.67886766  .00000045  00000-0  23448-4 0  9992
+2 09040  97.9657 277.8778 0047563 171.0540 189.1513 14.47047266 63139
+0 DELTA 1 DEB
+1 09042U 75004DG  16017.85906837  .00000126  00000-0  51471-4 0  9993
+2 09042  97.9005 181.4344 0064282 107.4851 253.3378 14.39688168 92499
+0 SL-8 R/B
+1 09044U 76070B   16018.16281796  .00000042  00000-0  27387-4 0  9990
+2 09044  82.9884 294.1021 0012814 292.6974 174.5092 13.76196540982933
+0 COMSTAR 2
+1 09047U 76073A   16012.76186388  .00000110  00000-0  00000+0 0  9991
+2 09047  14.3895 342.1509 0002755 237.1927 198.6639  0.99977673145443
+0 NOAA 5
+1 09057U 76077A   16017.53970711 -.00000046  00000-0 -22925-4 0  9992
+2 09057 101.7753  11.4924 0009674 172.3961 298.6510 12.37772169784086
+0 COSMOS 846
+1 09061U 76078A   16017.14345734  .00000054  00000-0  39972-4 0  9993
+2 09061  82.9307  10.1149 0041712  14.8223  31.7900 13.76370313252180
+0 SL-8 R/B
+1 09062U 76078B   16017.88491584  .00000001  00000-0 -14381-4 0  9990
+2 09062  82.9339 333.6691 0027529 228.1781 184.1475 13.78374470984823
+0 DELTA 1 R/B
+1 09063U 76077B   16018.16070480 -.00000015  00000-0  17812-3 0  9996
+2 09063 101.5189   6.1538 0061490 108.3558  23.8410 12.50411946843767
+0 DELTA 1 DEB
+1  9293U 75004DU  16016.72037932 +.00000219 +00000-0 +58113-4 0  9990
+2  9293 097.9534 288.5129 0083532 221.3291 138.1567 14.55637875088354
+0 DELTA 1 DEB
+1 09313U 75004EQ  16017.82519954  .00000092  00000-0  41563-4 0  9994
+2 09313  97.5704 244.1742 0087170 286.9244  72.2403 14.37477199 89368
+0 DELTA 1 DEB
+1 09320U 75004EX  16017.19226139  .00000164  00000-0  40754-4 0  9993
+2 09320  98.4054 279.2207 0057446 126.5916 234.0591 14.63667427 33973
+0 OPS 6630 DEB
+1  9323U 73088F   16016.35585109 +.00000007 +00000-0 +15342-3 0  9998
+2  9323 097.0511 308.1578 0022685 259.5341 218.1585 12.58941634837771
+0 ATLAS CENTAUR R/B
+1 09329U 76073B   16018.22813532 -.00000013  00000-0 -21886-3 0  9992
+2 09329  21.7788  69.5528 7185382 152.2142 320.1151  2.23619346191688
+0 THORAD DELTA 1 R/B(2)
+1  9330U 74101G   16016.22942525 +.00000792 +00000-0 +19061-2 0  9990
+2  9330 013.1967 025.0838 7228226 265.2220 016.7539 02.28348908331752
+0 RADUGA 2
+1  9416U 76092A   16015.88727564 -.00000006 +00000-0 +00000-0 0  9991
+2  9416 011.9194 320.1235 0029287 280.7940 257.2543 01.00280297091187
+0 COSMOS 858
+1 09443U 76098A   16017.81918062  .00000053  00000-0  28255-4 0  9994
+2 09443  74.0503 275.6170 0015133 253.6590 106.2898 14.34000818 53722
+0 SL-8 R/B
+1 09444U 76098B   16017.97394763  .00000159  00000-0  61364-4 0  9993
+2 09444  74.0501 166.7535 0012196  78.1878 282.0643 14.37751753494747
+0 MARISAT 2
+1  9478U 76101A   16013.72803755 -.00000198 +00000-0 +00000-0 0  9990
+2  9478 012.6242 336.8262 0104328 260.3144 258.2698 00.97591037086202
+0 METEOR 1-26
+1 09481U 76102A   16017.49344238  .00000209  00000-0  11170-3 0  9994
+2 09481  81.2187 156.8411 0023126 216.8010 143.1575 14.09714515 17910
+0 SL-3 R/B
+1 09482U 76102B   16017.22146696  .00000006  00000-0 -38908-5 0  9990
+2 09482  81.2733 249.8468 0052162 159.8345 200.4902 14.07537648 15065
+0 COSMOS 860
+1 09486U 76103A   16018.21976309 -.00000078  00000-0  11229-4 0  9992
+2 09486  64.7009  46.7561 0048554 154.8740 271.4334 13.81241975357920
+0 COSMOS 861
+1 09494U 76104A   16017.88515547 -.00000069  00000-0  18514-4 0  9991
+2 09494  64.8571 201.5115 0064312 243.2502 217.1659 13.81558436980730
+0 COSMOS 862
+1 09495U 76105A   16017.70081303 -.00000443  00000-0  00000+0 0  9994
+2 09495  69.5459 264.2202 6312025 314.2293   8.9141  2.00852463165384
+0 EKRAN 1
+1 09503U 76107A   16017.01467574  .00000035  00000-0  00000+0 0  9994
+2 09503  11.9925 320.4384 0060375  70.2051 150.1167  1.00235272160400
+0 COSMOS 864
+1 09509U 76108A   16018.19218404  .00000031  00000-0  16201-4 0  9998
+2 09509  82.9407  89.5073 0028967 322.1471  93.8526 13.75306761967946
+0 SL-8 R/B
+1 09510U 76108B   16018.17380452 -.00000008  00000-0 -23560-4 0  9993
+2 09510  82.9345  49.4641 0025942 186.8726 173.2080 13.77515016970728
+0 DELTA 1 DEB
+1 09567U 75004FP  16017.41529567  .00000018  00000-0  23352-4 0  9995
+2 09567  97.8929  74.3995 0127315 169.4070 190.9838 14.20082326 67667
+0 DELTA 1 DEB
+1 09568U 73086FW  16017.55448260 -.00001224  00000-0 -11724-1 0  9998
+2 09568 101.4604 227.5955 0326949 161.7018 228.7086 12.05504632846524
+0 SL-8 DEB *
+1 09569U 73098D   16017.83606253  .00002111  00000-0  26856-3 0  9999
+2 09569  74.0547 297.4957 0013332 272.5168  87.4484 14.82233471345804
+0 DELTA 1 DEB
+1 09570U 73086FX  16016.67901426 -.00000053  00000-0 -74712-4 0  9999
+2 09570 101.6742  80.6445 0067546  43.6996 113.8853 12.41199585906151
+0 SL-8 DEB
+1 09572U 75112C   16016.81457786  .00005321  00000-0  42153-3 0  9998
+2 09572  74.0307  18.3345 0003476 224.3773 135.7136 15.00823626129032
+0 COSMOS 871
+1  9588U 76118A   16016.85207855 -.00000021 +00000-0 -28106-4 0  9993
+2  9588 074.0301 140.1825 0029958 001.4086 168.2729 12.55719076792703
+0 COSMOS 872
+1 09589U 76118B   16017.82514072 -.00000019  00000-0 -15979-4 0  9995
+2 09589  74.0302  55.3733 0042691 255.0231 218.0691 12.58053538796374
+0 COSMOS 873
+1  9590U 76118C   16016.75914640 -.00000017 +00000-0 -10496-4 0  9990
+2  9590 074.0303 111.3179 0020429 179.6781 340.8134 12.46366670779345
+0 COSMOS 874
+1 09591U 76118D   16017.53138469 -.00000002  00000-0  99655-4 0  9992
+2 09591  74.0276 194.8722 0033612 285.7343 128.8598 12.43954348776242
+0 COSMOS 875
+1  9592U 76118E   16016.92443439 -.00000014 +00000-0 +13577-4 0  9993
+2  9592 074.0277 220.3809 0017034 089.4330 336.3005 12.53464627789486
+0 COSMOS 876
+1 09593U 76118F   16017.86812498 -.00000010  00000-0  36750-4 0  9997
+2 09593  74.0313 288.0879 0046936  22.9095  39.1821 12.41280824772476
+0 COSMOS 877
+1  9594U 76118G   16016.95894939 -.00000011 +00000-0 +28993-4 0  9998
+2  9594 074.0325 297.4727 0006420 191.5684 266.0046 12.51286941786390
+0 COSMOS 878
+1 09595U 76118H   16017.47120586 -.00000004  00000-0  80791-4 0  9993
+2 09595  74.0306  21.6705 0005973  97.4104  15.1889 12.48893818783271
+0 SL-8 R/B
+1 09598U 76118J   16017.52550307 -.00000065  00000-0 -44882-3 0  9998
+2 09598  74.0152 144.1199 0137041   0.8337  66.7608 12.24128194747889
+0 COSMOS 883
+1 09610U 76122A   16017.50774346 -.00000000  00000-0 -16389-4 0  9998
+2 09610  82.9527 203.4662 0036147  48.6922   7.5983 13.75897521962092
+0 SL-8 R/B
+1 09613U 76122B   16017.50934632 -.00000019  00000-0 -34472-4 0  9990
+2 09613  82.9534 175.8968 0029174 295.8089 122.7140 13.77377311964163
+0 DELTA 1 DEB
+1 09619U 75004FU  16018.19437336  .00000572  00000-0  18497-3 0  9999
+2 09619  97.4330  91.2172 0116695 217.5089 141.7918 14.38382539123918
+0 COSMOS 886
+1  9634U 76126A   16016.90487769 +.00000019 +00000-0 +50932-4 0  9991
+2  9634 065.8353 308.3039 1086253 009.0693 352.8291 12.56103776802336
+0 COSMOS 887
+1 09637U 76128A   16017.84294227  .00000031  00000-0  15801-4 0  9995
+2 09637  82.9415 105.3935 0046447  78.9745  59.9095 13.76166321960847
+0 SL-8 R/B
+1 09638U 76128B   16017.75608806  .00000018  00000-0  31427-5 0  9996
+2 09638  82.9369  68.0269 0030190 312.2321 186.3006 13.78189804963475
+0 COSMOS 886 DEB
+1  9648U 76126E   16016.89405115 +.00017810 +00000-0 +10078-2 0  9991
+2  9648 065.7766 173.3453 0261734 243.3115 114.0995 14.88517976953769
+0 COSMOS 886 DEB
+1 09649U 76126F   16016.82781352  .00000306  00000-0  33281-3 0  9999
+2 09649  65.9310 265.9420 0918055 120.4345 249.0618 12.68319817798133
+0 COSMOS 886 DEB
+1 09650U 76126G   16017.53666434  .00000434  00000-0  12409-3 0  9994
+2 09650  65.8128 182.8946 0914608 317.3320  36.0049 13.21564436850760
+0 COSMOS 886 DEB
+1 09651U 76126H   16017.85652635  .00001422  00000-0  52084-3 0  9999
+2 09651  65.7953  15.8436 0837395   9.1859 352.3462 13.22264657847475
+0 COSMOS 886 DEB
+1 09652U 76126J   16017.47182110  .00000378  00000-0  24555-3 0  9995
+2 09652  65.8322  91.6650 0917784 178.1703 182.3088 12.89958323817826
+0 COSMOS 886 DEB
+1 09653U 76126K   16016.99529168  .00000927  00000-0  40851-3 0  9997
+2 09653  65.7702 241.7378 0830069  57.7161 310.1555 13.17708084841830
+0 COSMOS 886 DEB
+1  9654U 76126L   16016.90764425 +.00002027 +00000-0 +85572-3 0  9998
+2  9654 065.7761 311.2751 0763573 021.7480 341.4214 13.29905498849944
+0 COSMOS 886 DEB
+1  9655U 76126M   16016.65903576 +.00001103 +00000-0 +24497-3 0  9996
+2  9655 065.7925 102.5657 0734781 123.4846 243.8659 13.60789579869493
+0 COSMOS 886 DEB
+1 09656U 76126N   16017.42159163  .00000319  00000-0  26485-3 0  9995
+2 09656  65.8231  12.2827 0898406 255.3442  94.6421 12.84461840811144
+0 METEOR 2-2
+1 09661U 77002A   16017.47624840  .00000135  00000-0  78577-4 0  9995
+2 09661  81.2668 148.8980 0010252 205.3742 154.6923 14.03503755996979
+0 SL-3 R/B
+1 09662U 77002B   16017.85744872  .00000045  00000-0  21230-4 0  9990
+2 09662  81.2731 206.8991 0053223  72.9938 287.7051 14.00873999994344
+0 SL-3 DEB
+1  9663U 77002C   16016.39914904 +.00000052 +00000-0 +26106-4 0  9999
+2  9663 081.2672 155.9353 0006801 197.4683 162.6251 14.02428979996289
+0 SL-3 DEB
+1 09664U 77002D   16017.15249938  .00000096  00000-0  55290-4 0  9997
+2 09664  81.2666 167.8740 0007805 251.2167 108.8153 14.01865108995871
+0 THORAD AGENA D DEB
+1 09666U 70025NK  16017.86032116  .00000851  00000-0  11782-2 0  9998
+2 09666  99.2905 122.6398 0118392 357.5821 126.5925 13.58087970235692
+0 THORAD AGENA D DEB
+1 09668U 70025NM  16017.59248813  .00001945  00000-0  59002-3 0  9996
+2 09668 100.1312 245.9331 0065831 142.7813 217.7960 14.42442825 29486
+0 DELTA 1 DEB
+1 09674U 72058HQ  16017.64065907  .00003841  00000-0  19976-3 0  9991
+2 09674  98.0004 263.1956 0058385 119.0694 241.6401 15.15244536328760
+0 DELTA 1 DEB
+1  9681U 75004GC  16016.91489901 +.00000085 +00000-0 +38289-4 0  9992
+2  9681 098.0241 270.8362 0056348 354.9737 005.0881 14.41314642095592
+0 THORAD DELTA 1 DEB
+1  9695U 74089DU  16016.70971129 +.00000007 +00000-0 +98528-4 0  9990
+2  9695 102.9949 292.7273 0297378 222.1360 135.6549 13.44996492927898
+0 THORAD DELTA 1 DEB
+1 09696U 74089DV  16016.78201344 -.00000087  00000-0 -44315-3 0  9998
+2 09696 100.8552 307.6189 0188811 286.7412  99.2574 12.21327048834702
+0 THORAD DELTA 1 DEB
+1 09697U 74089DW  16017.21557272  .00000002  00000-0  28492-3 0  9995
+2 09697 101.7544 111.6619 0147170 224.7816 169.7062 12.53237439883188
+0 THORAD DELTA 1 DEB
+1 09699U 74089DY  16017.85668457 -.00000017  00000-0  20371-3 0  9990
+2 09699 101.5850 335.0332 0123965 178.3025 213.3164 12.29180271850484
+0 DELTA 1 DEB
+1 09701U 73086FZ  16017.46428382  .00002164  00000-0  69059-2 0  9997
+2 09701 102.7272 204.0294 0080708 248.0173 169.1870 13.03574597952753
+0 DELTA 1 DEB
+1 09702U 73086GA  16017.74507888 -.00000860  00000-0 -11703-1 0  9993
+2 09702 103.1275 309.1340 0727736  37.4352  15.6538 11.37636946757569
+0 DELTA 1 DEB *
+1  9703U 73086GB  16016.97121069 -.00000063 +00000-0 +18714-4 0  9997
+2  9703 065.7212 257.1977 0132669 208.4418 253.1384 13.66552183064035
+0 SL-8 DEB
+1 09704U 76069C   16017.32141596  .00002822  00000-0  31029-3 0  9996
+2 09704  74.0572 346.0247 0006832 264.7232  95.3169 14.88121078397213
+0 DELTA 1 DEB
+1  9710U 75004GU  16016.81114346 +.00000275 +00000-0 +13508-3 0  9999
+2  9710 097.6926 331.7012 0159543 019.3706 341.3444 14.17339550824867
+0 COSMOS 886 DEB
+1 09721U 76126S   16017.94251942  .00000047  00000-0  47396-4 0  9996
+2 09721  65.8406 233.7422 1074229 185.5354 173.2953 12.75111162810847
+0 COSMOS 886 DEB
+1 09722U 76126T   16017.29571522 -.00000422  00000-0 -74012-3 0  9997
+2 09722  65.7591 107.6882 0806498  73.9195 294.9017 12.48737118761420
+0 COSMOS 886 DEB
+1 09723U 76126U   16017.83211628  .00001714  00000-0  18964-2 0  9992
+2 09723  65.7559 263.9654 0735355  81.6939 286.6714 12.92855977805887
+0 COSMOS 886 DEB
+1 09724U 76126V   16017.39083904  .00000512  00000-0  27739-3 0  9994
+2 09724  65.8256 110.2286 0815985  70.5013 298.2265 13.14573944836594
+0 DELTA 1 DEB
+1  9726U 73086GC  16015.39927603 +.00000008 +00000-0 +46764-3 0  9998
+2  9726 102.2148 351.3566 0081015 271.6480 244.5853 12.26207201814654
+0 THORAD DELTA 1 DEB
+1 09730U 74089DZ  16017.34414315  .00001083  00000-0  28515-2 0  9992
+2 09730 101.7243 153.5260 0080754 146.3903 241.4492 13.18196868940292
+0 COSMOS 890
+1 09737U 77004A   16017.78604995  .00000039  00000-0  26592-4 0  9997
+2 09737  82.9595  80.0779 0026941  43.6759  91.3343 13.71607495951183
+0 SL-8 R/B
+1  9738U 77004B   16016.60032111 -.00000013 +00000-0 -29547-4 0  9990
+2  9738 082.9591 044.4728 0015096 263.7938 216.0728 13.73635718953570
+0 NATO 3B
+1 09785U 77005A   16018.02824522 -.00000092  00000-0  00000+0 0  9990
+2 09785  14.7670 341.2995 0045293 312.5886 267.0822  0.95268559 80560
+0 DELTA 1 R/B(1)
+1 09786U 77005B   16018.16621379  .00000337  00000-0  78451-4 0  9992
+2 09786  28.0085 276.5580 0417634 105.6281 259.0749 13.94392411980747
+0 THORAD DELTA 1 DEB
+1 09795U 74089EA  16017.44678429  .00000024  00000-0  33271-3 0  9992
+2 09795 102.0648 203.3522 0300243  71.7435 321.4135 12.61708923892949
+0 COSMOS 886 DEB
+1 09797U 76126X   16018.14051814  .00000642  00000-0  51098-3 0  9992
+2 09797  65.8193 323.7081 0929832 334.5931  21.1976 12.76218908802179
+0 COSMOS 886 DEB *
+1  9798U 76126Y   16016.91997862 -.00000003 +00000-0 +94372-4 0  9993
+2  9798 065.7536 176.7180 0124984 148.2907 010.5273 13.60817523930710
+0 COSMOS 886 DEB *
+1  9799U 76126Z   16016.94442071 +.00000045 +00000-0 +57636-4 0  9991
+2  9799 065.6016 210.5738 1020322 309.2737 042.1956 12.77219078163446
+0 COSMOS 886 DEB
+1  9807U 76126AA  16016.69978097 +.00002828 +00000-0 +59991-3 0  9991
+2  9807 065.7901 231.9226 0542558 346.9810 011.7705 13.96271022899379
+0 COSMOS 886 DEB
+1 09816U 76126AC  16016.86202909  .00000814  00000-0  21467-3 0  9992
+2 09816  65.8031  68.7576 0671457  90.0866 277.7086 13.67865539883770
+0 COSMOS 886 DEB
+1 09818U 76126AE  16017.53478926  .00014257  00000-0  17956-2 0  9996
+2 09818  65.7502 189.5883 0323020 165.7573 195.2911 14.51663168926768
+0 COSMOS 886 DEB
+1 09819U 76126AF  16017.81729201  .00001941  00000-0  44664-3 0  9996
+2 09819  65.8950 260.5014 0552896  57.8583 307.4906 13.92021006901790
+0 COSMOS 886 DEB
+1  9820U 76126AG  16016.91412241 +.00000019 +00000-0 +31199-3 0  9995
+2  9820 065.7940 209.2654 0870372 052.8287 088.4438 11.92429205570720
+0 COSMOS 886 DEB
+1 09821U 76126AH  16017.31855058  .00004221  00000-0  68924-3 0  9993
+2 09821  65.7722 305.5040 0434674 264.9529  90.1822 14.24515774914931
+0 COSMOS 886 DEB
+1 09822U 76126AJ  16016.53419725  .00000341  00000-0  18946-3 0  9992
+2 09822  65.7875  56.7683 0959910 264.0148  85.0835 12.89480614816450
+0 COSMOS 886 DEB
+1 09823U 76126AK  16017.91879918  .00000764  00000-0  37026-3 0  9999
+2 09823  65.7968 196.9686 0942494 213.8653 139.8627 12.93558753822758
+0 COSMOS 886 DEB
+1 09824U 76126AL  16016.88835471  .00000462  00000-0  13092-3 0  9993
+2 09824  65.8114 191.8582 0914692 316.1728  37.0107 13.21464703850476
+0 COSMOS 886 DEB
+1 09826U 76126AN  16016.85609058  .00001374  00000-0  44690-3 0  9993
+2 09826  65.8454 172.2350 0809343 273.3228  77.5645 13.32166045853521
+0 COSMOS 886 DEB
+1  9827U 76126AP  16016.95649074 +.00002551 +00000-0 +42751-3 0  9991
+2  9827 065.8013 337.5697 0419455 220.9869 135.8992 14.26968050915334
+0 MOLNIYA 2-17
+1 09829U 77010A   16015.81100432 -.00000961  00000-0 -12463-2 0  9991
+2 09829  62.2935 311.1744 7388879 249.1790  22.6648  2.00819456285244
+0 DELTA 1 DEB
+1 09835U 73086GD  16017.83871625 -.00000454  00000-0 -70201-2 0  9991
+2 09835 101.3480 327.6109 0666062 247.6592 130.6675 11.33053081683317
+0 TANSEI 3 (MS-T3)
+1 09841U 77012A   16017.58555423 -.00000031  00000-0  19870-4 0  9995
+2 09841  65.7621  67.6275 1735256 258.9808  81.1997 10.73804189525494
+0 TANSEI 3 DEB
+1 09843U 77012C   16017.49592846 -.00000021  00000-0  48751-4 0  9996
+2 09843  65.7540  43.0011 1732811 267.3384  72.8992 10.74639164526122
+0 COSMOS 894
+1 09846U 77013A   16017.54667105  .00000038  00000-0  24330-4 0  9991
+2 09846  82.9431  29.4569 0030004   4.9388 108.0700 13.73907127950101
+0 SL-8 R/B
+1 09848U 77013B   16018.14002150  .00000137  00000-0  12674-3 0  9990
+2 09848  82.9496   8.3970 0015243 244.4794 163.0370 13.75505212952327
+0 SL-6 R/B(2)
+1 09850U 77010E   16015.90805848 -.00000518  00000-0 -11372-3 0  9995
+2 09850  62.7018 327.9342 7394640 248.3863  23.0569  2.02423238283504
+0 KIKU 2 (ETS 2)
+1 09852U 77014A   16011.80282954 -.00000233  00000-0  00000+0 0  9998
+2 09852  13.2521 327.7263 0004770 256.5713 271.8351  0.99998162 89116
+0 PALAPA 2
+1 09862U 77018A   16015.37164884 -.00000206  00000-0  00000+0 0  9990
+2 09862  14.5994 346.2615 0002858 304.5755 233.1630  1.00031538105025
+0 DELTA 1 R/B(2)
+1 09864U 77018B   16017.59119971  .00097924  00000-0  15626-2 0  9990
+2 09864  24.4378  90.5145 4641148 238.8149  67.5644  6.38200170556818
+0 MOLNIYA 1-36
+1  9880U 77021A   16015.80312848 +.00001191 +00000-0 +19296-2 0  9990
+2  9880 061.9701 275.1713 7381593 260.3465 017.3973 02.00853300182360
+0 COSMOS 862 DEB
+1 09896U 76105N   16017.45110385 -.00000299  00000-0  13564-1 0  9994
+2 09896  64.6665 185.0120 7331877 354.6586   0.4316  1.99644348173370
+0 METEOR 1-27
+1 09903U 77024A   16017.88653396  .00000211  00000-0  11569-3 0  9993
+2 09903  81.2538 222.4521 0036571 306.0571  53.7213 14.08224819992417
+0 SL-3 R/B
+1 09904U 77024B   16017.84012911 -.00000066  00000-0 -46530-4 0  9999
+2 09904  81.2618 268.7618 0054707 344.1213  15.8238 14.06810830990207
+0 SL-3 DEB
+1 09907U 77024C   16017.44880954  .00001958  00000-0  58131-3 0  9996
+2 09907  82.9213 164.4483 0010827 188.8819 171.2186 14.42841892974978
+0 SL-6 R/B(2)
+1 09921U 77027D   16016.25523828  .00000052  00000-0  00000+0 0  9999
+2 09921  72.6221 290.3861 5355972 286.3604 184.1695  1.98904978281603
+0 SL-6 R/B(2)
+1 09927U 77021D   16014.73460902 -.00001045  00000-0 -27570-3 0  9993
+2 09927  62.6852 327.7004 7389150 247.2760  23.7841  2.01929692204418
+0 ESA/GOES
+1 09931U 77029A   16016.88523266 -.00000556  00000-0  00000+0 0  9997
+2 09931  27.6756  24.0678 6609235 229.6384  50.9093  1.96178657277225
+0 MOLNIYA 3-7
+1 09941U 77032A   16017.24517325 -.00000669  00000-0 -12612-2 0  9993
+2 09941  61.8522 283.7150 7406997 253.1173  20.3563  2.00754118283739
+0 COSMOS 886 DEB
+1 09951U 76126AR  16017.80805007  .00000488  00000-0  21875-3 0  9995
+2 09951  65.8224 171.5729 0832753  19.3287 343.7433 13.19601658557108
+0 COSMOS 886 DEB
+1 09953U 76126AT  16017.87503960  .00001037  00000-0  50170-3 0  9998
+2 09953  65.8278 272.2699 0876088  85.3412 284.7009 13.05015372831336
+0 COSMOS 886 DEB *
+1 09954U 76126AU  16018.12670897  .00000061  00000-0  61474-4 0  9998
+2 09954  65.7015 295.9175 0914829 185.3340 173.7396 13.00317284132919
+0 COSMOS 886 DEB
+1  9955U 76126AV  16016.51533434 +.00000126 +00000-0 +10127-3 0  9995
+2  9955 065.8462 060.9626 1077250 304.3556 046.0041 12.62804170508692
+0 COSMOS 886 DEB
+1 09956U 76126AW  16016.24243476 -.00000099  00000-0 -71970-4 0  9995
+2 09956  65.7961 111.2575 0931727 323.6561  30.4465 12.36128923760734
+0 COSMOS 886 DEB
+1 09958U 76126AY  16018.06766712  .00000454  00000-0  60912-3 0  9998
+2 09958  65.8703  20.0605 0904713   0.3697 359.7793 12.58779403784383
+0 COSMOS 886 DEB
+1  9960U 76126BA  16016.94174055 +.00000555 +00000-0 +47894-3 0  9995
+2  9960 065.8665 204.3130 0876931 171.5763 190.1148 12.82917225789534
+0 COSMOS 886 DEB
+1 09961U 76126BB  16017.19935045  .00000897  00000-0  28212-3 0  9990
+2 09961  65.8077 318.3109 0636284 124.0891 242.2243 13.67211340878100
+0 COSMOS 886 DEB
+1 09962U 76126BC  16017.47944191  .00001419  00000-0  42339-3 0  9991
+2 09962  65.7712  35.8596 0665966 205.6296 151.0316 13.62294135875407
+0 COSMOS 886 DEB
+1  9963U 76126BD  16016.89316886 +.00001881 +00000-0 +64010-3 0  9994
+2  9963 065.7990 323.3913 0836492 354.8084 004.4660 13.24615960848763
+0 COSMOS 886 DEB
+1 09964U 76126BE  16017.50172073  .00000677  00000-0  39400-3 0  9999
+2 09964  65.8031  36.9920 0844528 151.9732 212.9568 13.04952029828580
+0 COSMOS 886 DEB
+1 09965U 76126BF  16016.13673223 -.00000176  00000-0 -37261-3 0  9990
+2 09965  65.7997 275.1405 0895546 214.5248 308.2239 12.12832862727997
+0 COSMOS 886 DEB
+1 09966U 76126BG  16017.87762571  .00002833  00000-0  10958-2 0  9991
+2 09966  65.7887 346.5823 0710457 321.4136  33.8099 13.42660019858834
+0 COSMOS 252 DEB
+1 09973U 68097DV  16017.49503900  .00000485  00000-0  20114-3 0  9991
+2 09973  62.4077  49.2717 0668435 158.3282 204.7511 13.55582463513468
+0 DELTA 1 DEB
+1 09975U 73086GE  16017.40144435  .00000818  00000-0  62128-2 0  9992
+2 09975 102.4898 177.2174 0093026 322.8110  64.6920 12.42164345621042
+0 DELTA 1 DEB
+1 09976U 73086GF  16017.86879295  .00000041  00000-0  68440-3 0  9994
+2 09976 102.0571 352.4386 0044851 312.5849  78.3565 12.34778869826908
+0 DELTA 1 DEB
+1 09977U 73086GG  16017.92988248  .00000154  00000-0  12632-2 0  9997
+2 09977 102.0763  21.3403 0070871 248.9377 179.4653 12.52680632847389
+0 DELTA 1 DEB
+1 09978U 73086GH  16018.04524623  .00000014  00000-0  46295-3 0  9993
+2 09978 101.7992  57.1881 0053810 136.7230 253.0649 12.32879248824282
+0 DELTA 1 DEB
+1 09979U 73086GJ  16017.89201630 -.00000005  00000-0  43328-3 0  9991
+2 09979 101.9320 178.7697 0611602 207.0297 318.9080 11.49415458969634
+0 SL-6 R/B(2)
+1  9980U 77032D   16015.88609526 +.00000188 +00000-0 +22202-3 0  9990
+2  9980 062.4312 146.3475 7158379 249.9875 024.7632 02.30361103158771
+0 TANSEI 3 DEB
+1  9981U 77012E   16016.50511472 -.00000035 +00000-0 +88596-5 0  9993
+2  9981 065.2075 067.6607 1681829 067.0457 309.8793 10.83204401537928
+0 TANSEI 3 DEB
+1 09982U 77012F   16017.58272036  .00000178  00000-0  54855-3 0  9999
+2 09982  65.9038 335.7533 1721238 336.2949  16.7016 10.80203954535589
+0 TANSEI 3 DEB
+1 09983U 77012G   16017.25601679 -.00000090  00000-0 -16165-3 0  9990
+2 09983  65.5978 324.7153 1709437 172.0632 191.1503 10.75018607528727
+0 THORAD DELTA 1 DEB
+1 09984U 74089EB  16017.87970584 -.00000004  00000-0  28881-3 0  9996
+2 09984 101.7959 348.1938 0095460   4.2210  23.8278 12.40336877866172
+0 THORAD DELTA 1 DEB
+1  9985U 74089EC  16016.91211633 -.00000000 +00000-0 +28242-3 0  9991
+2  9985 101.4736 005.0941 0048102 105.1908 283.5842 12.48724023877763
+0 THORAD DELTA 1 DEB
+1 09986U 74089ED  16017.17411382  .00004036  00000-0  51830-2 0  9994
+2 09986 103.3622 242.2505 0519483  18.5503 343.3789 13.18381666926808
+0 THORAD DELTA 1 DEB
+1 09987U 74089EE  16017.21426014 -.00000362  00000-0 -20652-2 0  9996
+2 09987 101.4720 262.2382 0096095 309.6947 172.5782 12.49896623874047
+0 THORAD DELTA 1 DEB
+1 09988U 74089EF  16017.53058553  .00001148  00000-0  95707-3 0  9996
+2 09988 103.0652  15.2959 0257324 292.4729  64.9347 13.77795101978910
+0 THORAD DELTA 1 DEB
+1 09989U 74089EG  16017.84283884  .00000684  00000-0  50727-2 0  9994
+2 09989 103.0016 325.3741 0195568 328.0845  57.4329 12.41120734829045
+0 SMS 1 AKM
+1 09998U 74033F   16016.54645734 -.00000138  00000-0  00000+0 0  9996
+2 09998   2.3062 238.5709 0252485 130.4474 189.8909  1.16185626 91003
+0 OPS 9437 (DSCS 2-7)
+1 10000U 77034A   16016.66818699 -.00000173  00000-0  00000+0 0  9990
+2 10000  15.7636 333.6114 0020487 259.1632 289.3485  0.96674418128758
+0 OPS 9438 (DSCS 2-8)
+1 10001U 77034B   16018.02412376 -.00000092  00000-0  00000+0 0  9995
+2 10001  16.0999 337.1301 0030297  55.4798 159.3125  0.95426187 81215
+0 TITAN 3C TRANSTAGE R/B
+1 10002U 77034C   16016.07895352 -.00000212  00000-0  00000+0 0  9992
+2 10002  16.3445 334.8443 0296954   1.2827 161.7205  0.95556175 76774
+0 COSMOS 909
+1 10010U 77036A   16016.95197348 -.00000038 +00000-0 +58398-4 0  9994
+2 10010 065.8670 313.2954 0697483 094.2362 273.8587 12.30332201717299
+0 SL-8 R/B
+1 10011U 77036B   16018.15468470 -.00000097  00000-0 -15983-3 0  9994
+2 10011  65.8629 231.0551 0692084  76.2872  50.0812 12.32236596739632
+0 SL-8 DEB
+1 10013U 77036C   16017.31617168 -.00000001  00000-0  19475-3 0  9997
+2 10013  65.8710 308.3679 0696489  83.3904 358.9920 12.30708749737441
+0 COSMOS 911
+1 10019U 77039A   16017.73354525  .00000018  00000-0  24140-5 0  9991
+2 10019  82.9470  73.5836 0025249 156.8922 342.8402 13.75193078939390
+0 SL-8 R/B
+1 10020U 77039B   16017.51618675 -.00000022  00000-0 -36787-4 0  9994
+2 10020  82.9433  27.9214 0030285 320.5908 204.6179 13.77954027942744
+0 INTELSAT 4A-F4
+1 10024U 77041A   16017.41585953 -.00000220  00000-0  00000+0 0  9995
+2 10024  14.8022 346.5973 0013815 178.2588  34.6523  0.99441700 83446
+0 ATLAS CENTAUR R/B
+1 10025U 77041B   16014.48379951 -.00000060 +00000-0 -47172-3 0  9997
+2 10025 021.1532 145.2473 7205491 289.2228 156.1756 02.22693089313123
+0 COSMOS 917
+1 10059U 77047A   16017.65884977  .00000046  00000-0  00000+0 0  9998
+2 10059  66.1359 349.0075 6342937  48.7391 350.7034  2.00608703282911
+0 GOES 2
+1 10061U 77048A   16017.47366779  .00000044  00000-0  00000+0 0  9995
+2 10061  13.8969 333.3378 0016267 298.3616 256.5824  0.99394438 85704
+0 DELTA 1 R/B(1)
+1 10062U 77048B   16016.85642494  .00000272  00000-0  69968-4 0  9994
+2 10062  28.4132 183.5636 0737173  80.5712 287.7333 13.36455607877650
+0 SL-6 R/B(2)
+1 10089U 77047D   16016.41478656 -.00000572 +00000-0 +00000-0 0  9993
+2 10089 068.2777 013.7968 6230541 015.8519 357.0770 01.99316873184617
+0 NTS 2
+1 10091U 77053A   16016.31522182 -.00000023 +00000-0 +00000-0 0  9997
+2 10091 064.3039 039.4346 0061779 230.1817 170.1384 02.00446739282415
+0 COSMOS 921
+1 10095U 77055A   16017.78885487  .00000334  00000-0  34973-4 0  9999
+2 10095  75.8340 149.2312 0038539  14.2989 345.9284 14.91502851 87104
+0 SL-14 R/B
+1 10096U 77055B   16017.96677356  .00000237  00000-0  27260-4 0  9997
+2 10096  75.8327 196.4107 0042356  81.6070 278.9919 14.88403459 85442
+0 SL-3 R/B
+1 10114U 77057B   16017.86093627  .00001277  00000-0  69765-4 0  9993
+2 10114  97.2097 220.2316 0013485 329.3497  30.6948 15.15937548105304
+0 COSMOS 923
+1 10120U 77059A   16017.83129696  .00000062  00000-0  33035-4 0  9997
+2 10120  74.0493 116.4823 0014150 252.4384 107.5221 14.31842705 11709
+0 SL-8 R/B
+1 10121U 77059B   16018.20390685  .00000109  00000-0  46727-4 0  9992
+2 10121  74.0485 357.8360 0017737 119.3339 240.9588 14.35726361 15809
+0 THORAD AGENA D DEB
+1 10136U 70025NQ  16017.71563821 -.00000021  00000-0  37791-4 0  9998
+2 10136  99.9576 282.4480 0001596  34.0060  20.8551 13.51554609256867
+0 COSMOS 926
+1 10137U 77062A   16017.89339104  .00000041  00000-0  28011-4 0  9997
+2 10137  82.9434 292.9566 0033449 129.4151 298.8599 13.72262025928985
+0 SL-8 R/B
+1 10138U 77062B   16016.76215550  .00000016  00000-0  83125-6 0  9992
+2 10138  82.9407 267.6563 0021588  32.5641   0.1101 13.73796772928425
+0 COSMOS 928
+1 10141U 77064A   16017.75967716  .00000019  00000-0  37692-5 0  9996
+2 10141  82.9659  74.0775 0037355 210.0365 289.4140 13.76584704934445
+0 SL-8 R/B
+1 10142U 77064B   16017.71000443  .00000119  00000-0  10107-3 0  9999
+2 10142  82.9642  42.4972 0043285  89.6591  46.9345 13.78582572936905
+0 HIMAWARI 1 (GMS 1)
+1 10143U 77065A   16018.02824522  .00000035  00000-0  00000+0 0  9992
+2 10143  14.0476 333.0230 0016620 150.0844  76.9590  0.99245745 83466
+0 DELTA 1 R/B(1)
+1 10144U 77065B   16017.87589266  .00000634  00000-0  17130-3 0  9999
+2 10144  29.0599 281.2571 0859703  96.6233 273.2798 13.21405590859025
+0 COSMOS 931
+1 10150U 77068A   16016.32740659  .00000740  00000-0  00000+0 0  9995
+2 10150  69.1859 266.4767 5336211  69.3425  33.7838  2.00378355282428
+0 SL-6 R/B(2)
+1 10155U 77054D   16017.39500603 -.00000097  00000-0  75898-3 0  9993
+2 10155  62.2912 176.7174 7249483 266.1961  16.2594  2.09247681183252
+0 RADUGA 3
+1 10159U 77071A   16017.90789961  .00000092  00000-0  00000+0 0  9992
+2 10159  12.4353 322.3880 0010671 190.2505 341.3680  1.00208464138911
+0 SL-6 R/B(2)
+1 10167U 77068D   16017.61812128  .00000207  00000-0  00000+0 0  9995
+2 10167  66.8126 347.7642 6056661  69.8137 343.3442  1.99815643204828
+0 DELTA 1 DEB
+1 10177U 77065F   16017.50370633  .00001618  00000-0  27030-3 0  9994
+2 10177  28.2314 167.1324 0570915 270.7774  82.7439 13.93703977763584
+0 DELTA 1 DEB
+1 10178U 77065G   16017.75958183 -.00001052  00000-0 -35699-2 0  9997
+2 10178  28.7262 253.0249 0923828 281.2000 131.1462 12.05107430550805
+0 DELTA 1 DEB
+1 10183U 77065M   16016.72991823 +.00002413 +00000-0 +69872-3 0  9998
+2 10183 029.2092 134.3948 0560173 146.2521 217.5037 13.77512764883281
+0 DELTA 1 DEB
+1 10184U 77065N   16017.51902945  .00000350  00000-0  67129-4 0  9996
+2 10184  29.0750 134.3937 0788360  86.9957 282.0441 13.41773894855214
+0 DELTA 1 DEB
+1 10188U 77065S   16017.38795918  .00000436  00000-0  87319-4 0  9993
+2 10188  29.0676  20.5342 0707434 153.0010 210.9228 13.55552318873450
+0 DELTA 1 DEB
+1 10198U 77065AB  16017.72572085  .00000561  00000-0  37624-3 0  9992
+2 10198  29.5715 251.7928 0661648 248.4589 104.4211 13.20036737825702
+0 DELTA 1 DEB
+1 10201U 77065AE  16017.83044108  .00000589  00000-0  93393-4 0  9995
+2 10201  29.0923 241.0023 0711657 269.8524  82.0548 13.63767226887784
+0 DELTA 1 DEB
+1 10204U 77065AH  16017.40444493  .00007624  00000-0  12993-2 0  9994
+2 10204  28.8411  54.7441 0320401 276.5277  79.8926 14.38931035923983
+0 DELTA 1 DEB
+1 10206U 77065AK  16018.07107164  .00000064  00000-0 -62614-5 0  9991
+2 10206  29.2191 357.9945 0604380 155.2797 207.8012 13.30032394825254
+0 DELTA 1 DEB
+1 10207U 77065AL  16016.83027244 -.00000257  00000-0 -62393-3 0  9991
+2 10207  29.0898 179.6919 0692776 338.6483  18.6437 12.67608169770405
+0 DELTA 1 DEB
+1 10208U 77065AM  16016.83940177 +.00002957 +00000-0 +53679-3 0  9995
+2 10208 028.9328 235.1429 0482731 014.0805 347.2721 14.08967201904652
+0 DELTA 1 DEB
+1 10211U 77065AQ  16016.49503837  .00001064  00000-0  21124-2 0  9996
+2 10211  29.4728  65.8040 0681876 258.7103  93.6112 12.65820789627841
+0 DELTA 1 DEB
+1 10214U 77065AT  16016.88453911  .00001001  00000-0  42022-3 0  9991
+2 10214  28.8717 251.7672 0589031 296.2965  57.8246 13.54879041853288
+0 DELTA 1 DEB
+1 10220U 77065AX  16017.18492862  .00004391  00000-0  19408-2 0  9996
+2 10220  29.1434  15.6496 0492780 326.5502  30.4838 13.72190757868992
+0 DELTA 1 DEB
+1 10221U 77065AY  16017.89721149  .00004122  00000-0  56993-3 0  9991
+2 10221  29.0515 270.0951 0454580  78.2460 286.8740 14.24047076926093
+0 DELTA 1 DEB
+1 10227U 77065BE  16016.91675789 +.00000332 +00000-0 +86624-4 0  9991
+2 10227 028.9500 209.3758 0718034 342.6630 015.0551 13.42226955862146
+0 DELTA 1 DEB
+1 10229U 77065BG  16018.17435977  .00003795  00000-0  99531-3 0  9992
+2 10229  28.8033 339.2747 0260059 250.2337 107.0019 14.28817222139197
+0 DELTA 1 DEB
+1 10230U 77065BH  16017.82858533  .00004822  00000-0  50024-3 0  9998
+2 10230  29.0185 256.5348 0232608 205.7389 153.1463 14.69867230958552
+0 DELTA 1 DEB
+1 10234U 77065BM  16017.58447112  .00002190  00000-0  24362-3 0  9994
+2 10234  28.9550  77.8396 0453311 137.5190 226.1399 14.30324967930962
+0 DELTA 1 DEB
+1 10235U 77065BN  16016.93905574 +.00016517 +00000-0 +64719-3 0  9992
+2 10235 028.8452 265.0178 0158954 313.7000 045.0527 15.13311320973212
+0 DELTA 1 DEB
+1 10240U 77065BR  16016.58626052  .00001079  00000-0  79238-3 0  9999
+2 10240  29.3923 110.7471 0719787 332.2183  24.1637 13.09786900572492
+0 DELTA 1 DEB
+1 10246U 77065BX  15361.39453993  .04311286  59536-1  38935-2 0  9993
+2 10246  28.9897 103.1559 0005169 344.6501  15.3970 16.17052838962290
+0 DELTA 1 DEB
+1 10250U 77065CB  16017.85304076  .00002137  00000-0  45758-3 0  9996
+2 10250  29.0766 293.9273 0594540  16.5776 345.3375 13.82550305779256
+0 DELTA 1 DEB
+1 10251U 77065CC  16018.14403325  .00002120  00000-0  30002-3 0  9995
+2 10251  28.9769   6.2080 0725500   5.5889 355.2286 13.71509026893298
+0 DELTA 1 DEB
+1 10252U 77065CD  16017.46050362  .00000339  00000-0  11356-3 0  9990
+2 10252  28.8422  69.2934 0786304 158.3710 205.2033 13.20310397836139
+0 DELTA 1 DEB
+1 10261U 77065CN  16017.03104220  .00002241  00000-0  25285-3 0  9996
+2 10261  29.0204 252.2885 0369427 252.4179 103.5728 14.44278020934332
+0 DELTA 1 DEB
+1 10262U 77065CP  16017.72342449  .00002196  00000-0  48613-3 0  9999
+2 10262  29.0655 163.0274 0685719 218.9675 135.9494 13.64038683884802
+0 COSMOS 939
+1 10282U 77079A   16017.50920311  .00000005  00000-0  12843-3 0  9995
+2 10282  74.0222 189.6721 0018760  96.3403   4.9529 12.54237447758270
+0 COSMOS 940
+1 10286U 77079B   16016.75685339 -.00000019 +00000-0 -14904-4 0  9991
+2 10286 074.0248 029.5497 0044604 268.7770 204.5871 12.58843669733579
+0 COSMOS 941
+1 10287U 77079C   16016.95546448 -.00000014 +00000-0 +11476-4 0  9996
+2 10287 074.0256 111.2817 0031353 012.2164 107.1066 12.56494976732226
+0 COSMOS 942
+1 10288U 77079D   16016.92618784 -.00000017 +00000-0 -11787-4 0  9996
+2 10288 074.0233 247.0116 0044381 023.6679 108.3527 12.42209693723910
+0 COSMOS 943
+1 10289U 77079E   16016.87151638 -.00000017 +00000-0 -54786-5 0  9998
+2 10289 074.0247 266.9489 0007801 189.4375 302.3624 12.52044231729623
+0 COSMOS 944
+1 10290U 77079F   16016.89272859 +.00000000 +00000-0 +10494-3 0  9997
+2 10290 074.0262 350.2419 0004956 130.0520 255.9452 12.49654141728235
+0 COSMOS 945
+1 10291U 77079G   16016.87170213 -.00000021 +00000-0 -36621-4 0  9993
+2 10291 074.0247 075.0495 0018282 188.2051 222.7774 12.47198232726796
+0 COSMOS 946
+1 10292U 77079H   16018.15197148 -.00000000  00000-0  10867-3 0  9992
+2 10292  74.0242 153.7169 0031407 287.5557 127.2189 12.44870432745248
+0 SL-8 R/B
+1 10293U 77079J   16016.74000664 -.00000018 +00000-0 -25660-4 0  9990
+2 10293 074.0268 103.9099 0135939 318.5552 213.1383 12.25206396494480
+0 SIRIO
+1 10294U 77080A   16014.92909642 -.00000117 +00000-0 +00000-0 0  9991
+2 10294 014.1718 338.0368 0003626 068.2269 117.8016 01.00271587079754
+0 DELTA 1 R/B(1)
+1 10295U 77080B   16017.61798763  .00000117  00000-0  54971-4 0  9990
+2 10295  27.1005  71.1923 0766697 250.4407 101.1780 12.47953336752229
+0 DELTA 1 DEB
+1 10305U 77065DB  16017.80878140  .00003697  00000-0  87407-3 0  9999
+2 10305  29.0541 201.5347 0232538 355.8031   4.0611 14.36850493892028
+0 DELTA 1 DEB
+1 10306U 77065DC  16017.33476487  .00000698  00000-0  16594-3 0  9993
+2 10306  29.1051  35.7893 0708036  60.7922 306.1589 13.54756439873585
+0 DELTA 1 DEB
+1 10314U 77065DL  16018.03275812  .00000364  00000-0  96502-4 0  9997
+2 10314  28.7867 271.2662 0699186 248.4917 245.5345 13.43116324846845
+0 DELTA 1 DEB
+1 10338U 77065DM  16017.41586080  .00001885  00000-0  36900-3 0  9990
+2 10338  29.0680  61.4800 0675226 254.0380  98.4816 13.69839156889957
+0 DELTA 1 DEB
+1 10346U 77065DV  16017.51015515  .00000722  00000-0  31239-3 0  9999
+2 10346  29.2188 170.2171 0726701 107.8286 260.2846 13.29313529848264
+0 COSMOS 951
+1 10352U 77087A   16017.74023755  .00000029  00000-0  14453-4 0  9990
+2 10352  82.9699  95.2094 0034405 172.3570 302.8974 13.74068514922393
+0 SL-8 R/B
+1 10355U 77087B   16017.76271914  .00000010  00000-0 -55416-5 0  9993
+2 10355  82.9695  69.6532 0034663  56.4432  81.6488 13.75750942924465
+0 COSMOS 952
+1 10358U 77088A   16017.85582302 -.00000079  00000-0  89104-5 0  9999
+2 10358  64.9366 281.7462 0042217 172.3949 257.6048 13.83576256937247
+0 EKRAN 2
+1 10365U 77092A   16016.63927222 -.00000044  00000-0  00000+0 0  9995
+2 10365  12.5228 322.9456 0038601 264.7999 187.3054  1.00218561 96807
+0 PROGNOZ 6
+1 10370U 77093A   16020.00808787 +.00000866 +00000-0 +00000-0 0  9994
+2 10370 087.8441 319.3810 7056844 247.4860 000.7591 00.25333315001991
+0 THORAD DELTA 1 DEB
+1 10392U 74089EH  16017.12337248 -.00000053  00000-0 -40217-4 0  9996
+2 10392 101.7176  83.8941 0050590 221.6060 167.5320 12.60065128895781
+0 THORAD DELTA 1 DEB
+1 10393U 74089EJ  16016.93036480 -.00000001 +00000-0 +33882-3 0  9990
+2 10393 101.4995 192.0631 0157539 090.3623 068.8624 12.23917165844694
+0 DELTA 1 DEB
+1 10395U 73086GK  16017.88213765  .00030587  00000-0  87298-1 0  9995
+2 10395 102.8198 132.0269 0565225 319.0676 153.1186 12.65513818892643
+0 COSMOS 839 DEB
+1 10410U 76067D   16017.87232811 -.00000064  00000-0 -36898-4 0  9999
+2 10410  66.0927 310.3631 0686743 179.9467 259.3733 12.32939358779530
+0 COSMOS 839 DEB
+1 10411U 76067E   16017.85995557 -.00000045  00000-0  35809-4 0  9990
+2 10411  66.0205 100.8862 0660058  15.9803  72.8573 12.29052963773844
+0 COSMOS 839 DEB
+1 10412U 76067F   16017.52398616 -.00000042  00000-0  52561-4 0  9999
+2 10412  65.6754 192.9470 0691690 335.8945  84.1019 12.33776052780704
+0 COSMOS 839 DEB
+1 10413U 76067G   16016.38755064  .00000282  00000-0  13184-2 0  9998
+2 10413  65.8769   1.1276 0688199 332.7160 182.6891 12.29220886771800
+0 COSMOS 839 DEB
+1 10414U 76067H   16017.77354207 -.00000076  00000-0 -13450-3 0  9997
+2 10414  65.8778 142.3474 0620744  67.3761  78.8474 12.18377279759265
+0 COSMOS 839 DEB
+1 10415U 76067J   16017.51295837 -.00000149  00000-0 -46164-3 0  9992
+2 10415  65.8376  43.0694 0677885 140.4367  10.2529 12.18777749759777
+0 COSMOS 839 DEB
+1 10416U 76067K   16016.99018928 -.00000085  00000-0 -15635-3 0  9996
+2 10416  65.7143 222.7450 0649746  22.8976  84.3936 12.20352832761928
+0 COSMOS 839 DEB
+1 10417U 76067L   16017.54905058 -.00000036  00000-0  57790-4 0  9992
+2 10417  65.5836 152.9735 0725737  71.3669   5.8868 12.46685852 55814
+0 COSMOS 839 DEB
+1 10436U 76067M   16016.59318235 +.00000068 +00000-0 +41468-3 0  9990
+2 10436 066.0274 076.1397 0698160 274.3667 246.6149 12.37547028783581
+0 COSMOS 839 DEB
+1 10437U 76067N   16017.86671888  .00000082  00000-0  54542-3 0  9991
+2 10437  65.8188 232.5464 0666642  78.4908  10.1725 12.30530916773727
+0 COSMOS 839 DEB
+1 10438U 76067P   16017.24316112  .00000256  00000-0  17917-2 0  9997
+2 10438  65.9352   4.6590 0648554  42.2970  45.6355 12.09016817744051
+0 COSMOS 839 DEB
+1 10439U 76067Q   16016.61194730 -.00000056 +00000-0 -82255-5 0  9998
+2 10439 065.7872 088.4463 0667537 196.6232 320.6018 12.24688294767039
+0 COSMOS 839 DEB
+1 10440U 76067R   16018.12004612  .00000144  00000-0  60948-3 0  9996
+2 10440  65.6453 263.4629 0720318  10.4715 138.9583 12.39744252786615
+0 COSMOS 839 DEB
+1 10441U 76067S   16018.10990484 -.00000226  00000-0 -10701-2 0  9990
+2 10441  65.7381 352.5383 0605449  72.5141   3.4431 12.11758071749636
+0 COSMOS 839 DEB
+1 10442U 76067T   16016.93283203 -.00000088 +00000-0 -19180-3 0  9991
+2 10442 066.0093 345.8854 0654133 170.1145 227.3514 12.16637518756478
+0 COSMOS 839 DEB
+1 10443U 76067U   16017.19279484  .00000131  00000-0  49092-3 0  9999
+2 10443  65.8130  84.0797 0735237 292.0294  90.3702 12.46595718796165
+0 COSMOS 839 DEB
+1 10444U 76067V   16017.73369984  .00000087  00000-0  33450-3 0  9996
+2 10444  65.7982 145.3922 0752399 271.4381  80.0627 12.51076121803425
+0 COSMOS 839 DEB
+1 10445U 76067W   16016.95259152 -.00000207 +00000-0 -90028-3 0  9995
+2 10445 065.9558 359.4910 0658357 354.1145 031.7377 12.09085922744575
+0 COSMOS 839 DEB
+1 10446U 76067X   16016.69508350 -.00000065  00000-0 -73884-4 0  9998
+2 10446  65.8797 224.5947 0629414  75.5782  32.6037 12.16761320756819
+0 COSMOS 839 DEB
+1 10447U 76067Y   16017.73770804 -.00000054  00000-0  95395-5 0  9999
+2 10447  65.8603 239.6375 0716635 275.9783 145.5239 12.36782316784131
+0 COSMOS 839 DEB
+1 10448U 76067Z   16016.52170196  .00000000  00000-0  16136-3 0  9998
+2 10448  66.1648 168.8161 0753829 321.6631  92.4475 12.37010483784185
+0 COSMOS 839 DEB
+1 10449U 76067AA  16017.85962115 -.00000037  00000-0  46799-4 0  9996
+2 10449  66.0315 269.4707 0756112 169.7326 192.0152 12.45463609796936
+0 COSMOS 839 DEB
+1 10450U 76067AB  16018.13211461 -.00000025  00000-0  79702-4 0  9998
+2 10450  65.7422 261.7416 0743693  62.0166 305.4056 12.46742239798757
+0 COSMOS 839 DEB
+1 10451U 76067AC  16016.58241306 -.00000079 +00000-0 -52682-4 0  9995
+2 10451 065.8546 058.3034 0772017 179.6326 180.5408 12.45782768796972
+0 COSMOS 839 DEB
+1 10452U 76067AD  16017.53793214 -.00000246  00000-0 -13035-2 0  9995
+2 10452  65.8437  51.4563 0604586 263.5839 257.4020 12.05842738741211
+0 COSMOS 839 DEB
+1 10453U 76067AE  16017.46702013 -.00000017  00000-0  11458-3 0  9998
+2 10453  65.8084 263.2974 0723922 344.7290  64.0446 12.42152730791348
+0 COSMOS 839 DEB
+1 10454U 76067AF  16016.83882529 -.00000184 +00000-0 -27809-3 0  9993
+2 10454 065.6623 295.9387 0738873 197.9307 159.4308 12.54043912804967
+0 MOLNIYA 3-8
+1 10455U 77105A   16016.02057965 +.00001499 +00000-0 +12995-2 0  9994
+2 10455 062.6139 345.5684 7425484 262.1506 016.3055 02.00620519280101
+0 TRANSAT
+1 10457U 77106A   16016.95317993 +.00000058 +00000-0 +77163-4 0  9999
+2 10457 089.7649 184.0305 0025394 177.6607 336.1211 13.48533120879810
+0 COSMOS 962
+1 10459U 77107A   16017.24307659  .00000056  00000-0  43018-4 0  9993
+2 10459  82.9498  73.0370 0027096 281.1642 141.4713 13.74644128917030
+0 SL-8 R/B
+1 10461U 77107B   16016.69301640 -.00000004  00000-0 -20034-4 0  9996
+2 10461  82.9463  37.5752 0033967 154.3509 343.2380 13.76748320919564
+0 SCOUT D-1 R/B
+1 10462U 77106B   16017.55452752  .00000067  00000-0  92592-4 0  9998
+2 10462  89.7645 184.0042 0024169 197.8394 231.0992 13.48069395304579
+0 COSMOS 839 DEB
+1 10463U 76067AG  16016.61301150 -.00000054 +00000-0 +93055-6 0  9999
+2 10463 065.8239 082.3949 0690016 038.2930 108.8171 12.32287237777645
+0 COSMOS 839 DEB
+1 10464U 76067AH  16016.93634954 +.00000026 +00000-0 +22760-3 0  9996
+2 10464 065.8282 190.4486 0724601 280.9174 246.7858 12.45692345793203
+0 COSMOS 839 DEB
+1 10465U 76067AJ  16016.14398073  .00000210  00000-0  56213-3 0  9994
+2 10465  65.5677  45.4965 0741313  20.2725 342.6129 12.57875894808755
+0 COSMOS 839 DEB
+1 10466U 76067AK  16017.62988387  .00000161  00000-0  57121-3 0  9996
+2 10466  65.8421  84.1395 0720519 231.9944 289.9803 12.48729108797072
+0 DELTA 1 DEB
+1 10469U 77065EB  16017.44173492  .00000274  00000-0  20663-3 0  9997
+2 10469  29.1257  71.9688 0872221 270.9714  79.1127 12.70762692786470
+0 DELTA 1 DEB
+1 10470U 77065EC  16017.82036565  .00000455  00000-0  97559-4 0  9990
+2 10470  29.0917 207.4741 0637877 358.5320   1.3398 13.67499242889209
+0 DELTA 1 DEB
+1 10471U 77065ED  16017.77546171  .00000374  00000-0  79560-4 0  9996
+2 10471  29.0653 155.0634 0861669 283.5675  67.0420 13.21658178848928
+0 DELTA 1 DEB
+1 10478U 77065EL  16017.31249985  .00003309  00000-0  52777-3 0  9997
+2 10478  29.2676 351.8830 0559773  34.8240 328.7692 13.99947301900977
+0 SL-6 R/B(2)
+1 10485U 77105E   16016.97117286 -.00001070  00000-0 -61411-4 0  9990
+2 10485  63.0293  36.5808 7430290 259.9175  17.0295  1.97241422275051
+0 METEOSAT 1
+1 10489U 77108A   16017.90774925  .00000085  00000-0  00000+0 0  9995
+2 10489  13.1046 326.7327 0012603 336.6613 192.0611  1.00171884 99119
+0 DELTA 1 R/B(1)
+1 10490U 77108B   16017.84058770  .00001138  00000-0  27456-3 0  9991
+2 10490  28.2974 306.6194 1174157  41.9493 326.5242 12.65953670747234
+0 COSMOS 963
+1 10491U 77109A   16016.75704633 -.00000078  00000-0 -23344-3 0  9994
+2 10491  82.9332 305.3522 0014830 322.8677  65.8269 13.17564482834951
+0 SL-8 R/B
+1 10492U 77109B   16017.81537407  .00000047  00000-0  84001-4 0  9998
+2 10492  82.9244 274.0898 0019003 232.2581 192.3418 13.19644617837223
+0 COSMOS 967
+1 10512U 77116A   16017.49601523 -.00000075  00000-0  60236-5 0  9991
+2 10512  65.8349 141.7100 0028521 297.9025 128.8089 13.74994047912660
+0 SL-8 R/B
+1 10513U 77116B   16016.83071475 -.00000062  00000-0  19343-4 0  9994
+2 10513  65.8342 332.3964 0035987 289.4536  88.9398 13.78450570916628
+0 METEOR 2-3
+1 10514U 77117A   16017.09353402  .00000050  00000-0  21012-4 0  9990
+2 10514  81.2061   8.0981 0022486 295.4062  64.4781 14.10344986958773
+0 SL-3 R/B
+1 10515U 77117B   16017.67127270 -.00000076  00000-0 -51120-4 0  9990
+2 10515  81.2414  59.5100 0028132 261.2081  98.5902 14.08633484957083
+0 SAKURA 1A (CS-1A)
+1 10516U 77118A   16016.53252282 -.00000131  00000-0  00000+0 0  9995
+2 10516  14.5953 336.4026 0003169 271.7238 347.8110  0.98913270 98072
+0 DELTA 1 R/B(1)
+1 10517U 77118B   16017.16222620  .00000566  00000-0  84167-4 0  9991
+2 10517  28.6607 290.9277 0849606 167.1945 195.1687 13.39032507839816
+0 SL-8 DEB
+1 10518U 77116C   16017.60467729 -.00000037  00000-0  44145-4 0  9996
+2 10518  65.8314  65.4275 0027215 294.3343 230.3148 13.76916554914392
+0 DELTA 1 DEB *
+1 10519U 77118C   16018.12295818  .00000177  00000-0  24497-4 0  9997
+2 10519  29.0609  11.9833 0832930 157.8666 206.0115 13.25614947830944
+0 COSMOS 968
+1 10520U 77119A   16017.29132939  .00000061  00000-0  29945-4 0  9996
+2 10520  74.0312 287.1501 0017654 359.4118   0.7011 14.35934308993027
+0 SL-8 R/B
+1 10521U 77119B   16017.53574807  .00000093  00000-0  37569-4 0  9994
+2 10521  74.0283 143.0569 0022269 280.6468  79.2179 14.40583246997858
+0 SL-8 DEB
+1 10524U 77119C   16017.63750354  .00000966  00000-0  18663-3 0  9993
+2 10524  74.0275 218.8149 0010379  92.0805 268.1552 14.64830207  7535
+0 SL-8 DEB
+1 10525U 77119D   16018.07835531  .00000779  00000-0  15687-3 0  9999
+2 10525  74.0220 246.2619 0011919 152.1626 208.0181 14.63295101  6383
+0 SL-8 DEB
+1 10526U 77116D   16018.10890696  .00000043  00000-0  12349-3 0  9990
+2 10526  65.8339 145.5946 0027731   8.7371  44.1019 13.77672155912667
+0 COSMOS 970
+1 10531U 77121A   16017.41481380 -.00000071  00000-0  80157-5 0  9997
+2 10531  65.8546 313.9706 0152683 238.3187 262.8566 13.59773720282531
+0 COSMOS 970 DEB
+1 10535U 77121C   16017.04281435  .00000174  00000-0  25908-3 0  9993
+2 10535  65.8504 224.1825 0118214 144.8836  14.4071 13.73427434900249
+0 COSMOS 971
+1 10536U 77122A   16017.86150887  .00000063  00000-0  51784-4 0  9990
+2 10536  82.9350 178.1937 0021702 156.2458 312.0565 13.73165675907364
+0 SL-8 R/B
+1 10537U 77122B   16017.85595756  .00000092  00000-0  80075-4 0  9995
+2 10537  82.9346 140.1535 0020153  24.7856  86.9252 13.75219981910123
+0 COSMOS 972
+1 10539U 77123A   16018.22132321  .00000004  00000-0  85496-5 0  9991
+2 10539  75.8355 102.4538 0302845 173.3666 187.1628 13.88758187928323
+0 SL-14 R/B
+1 10541U 77123B   16016.69895203 +.00000023 +00000-0 +19221-4 0  9991
+2 10541 075.8368 096.8442 0299481 160.9499 200.3134 13.88913562928259
+0 INTELSAT 4A-F3
+1 10557U 78002A   16015.52953050 -.00000000 +00000-0 +00000-0 0  9998
+2 10557 014.6869 348.0362 0005585 211.9404 290.9811 00.99916964010727
+0 COSMOS 970 DEB
+1 10562U 77121D   16016.50441270  .00000036  00000-0  20862-3 0  9999
+2 10562  65.8702  47.4783 0086254  56.6111  59.6042 13.35596841853469
+0 COSMOS 970 DEB
+1 10563U 77121E   16017.77508609  .00000521  00000-0  50629-3 0  9993
+2 10563  65.8481 237.6211 0098400  59.9778 301.1009 13.85771349909760
+0 COSMOS 970 DEB
+1 10564U 77121F   16016.73410177  .00000047  00000-0  13478-3 0  9995
+2 10564  65.8650 283.6055 0141713 126.0710 266.9326 13.69341761899967
+0 COSMOS 970 DEB
+1 10565U 77121G   16017.20594404  .00000034  00000-0  13367-3 0  9998
+2 10565  65.8305 292.8219 0127605 273.1939 239.9211 13.64017551890382
+0 COSMOS 970 DEB
+1 10566U 77121H   16017.02350458  .00002747  00000-0  42837-2 0  9994
+2 10566  65.7889 244.8182 0413826 137.6606 225.7166 13.22536128825798
+0 COSMOS 970 DEB
+1 10567U 77121J   16017.91128216 -.00000017  00000-0  84368-4 0  9994
+2 10567  65.7924 202.8865 0093629 101.7165  14.7235 13.55018766882737
+0 COSMOS 970 DEB
+1 10568U 77121K   16017.48806184  .00000227  00000-0  34205-3 0  9990
+2 10568  65.7699 273.2140 0194649  99.7255 262.5844 13.63215890888455
+0 COSMOS 970 DEB
+1 10569U 77121L   16016.92544763 +.00000191 +00000-0 +25951-3 0  9999
+2 10569 065.3995 135.1874 0150396 285.6594 072.7915 13.76376862905949
+0 COSMOS 970 DEB
+1 10570U 77121M   16017.25428421  .00001239  00000-0  14082-2 0  9996
+2 10570  65.3682 329.8919 0007006 292.0336 176.1684 13.73962227884245
+0 COSMOS 970 DEB
+1 10571U 77121N   16017.87140926  .00000259  00000-0  28551-3 0  9994
+2 10571  65.9365 206.9095 0144850 167.0533 193.4318 13.83370382913031
+0 COSMOS 970 DEB
+1 10572U 77121P   16017.51430749  .00000064  00000-0  13337-3 0  9991
+2 10572  65.0338 139.6888 0180072 176.1888 184.0591 13.78044506911425
+0 COSMOS 970 DEB
+1 10573U 77121Q   16017.79890228 -.00000005  00000-0  10077-3 0  9998
+2 10573  66.3648 118.4284 0084041  86.6909 359.4932 13.51221098876271
+0 COSMOS 970 DEB
+1 10574U 77121R   16016.90235211 +.00000116 +00000-0 +25320-3 0  9995
+2 10574 065.5457 189.6218 0124538 346.6930 165.1843 13.58928540883675
+0 COSMOS 970 DEB
+1 10575U 77121S   16016.66913212 -.00000014 +00000-0 +80697-4 0  9990
+2 10575 065.8793 090.8742 0119148 186.7747 337.5253 13.60231781887713
+0 COSMOS 970 DEB
+1 10576U 77121T   16016.62606164 +.00000019 +00000-0 +11053-3 0  9995
+2 10576 065.8386 087.8537 0146335 232.0809 279.6468 13.65728223895183
+0 COSMOS 970 DEB
+1 10577U 77121U   16017.49438898  .00000032  00000-0  12285-3 0  9992
+2 10577  65.7969 299.3389 0139476 330.4823  78.1572 13.67775718897691
+0 COSMOS 970 DEB
+1 10578U 77121V   16016.84573071  .00000084  00000-0  18352-3 0  9992
+2 10578  65.7713 279.1656 0130476  39.1753  84.7931 13.67331515897323
+0 COSMOS 970 DEB
+1 10579U 77121W   16016.75628630 +.00000045 +00000-0 +24083-3 0  9990
+2 10579 065.6473 284.1133 0067856 287.3069 104.5017 13.32392718849473
+0 COSMOS 970 DEB
+1 10580U 77121X   16016.83599692 +.00000093 +00000-0 +28888-3 0  9996
+2 10580 065.6814 133.9205 0070705 137.6106 305.6693 13.43255929863127
+0 COSMOS 976
+1 10581U 78005A   16017.87878093 -.00000017  00000-0 -98460-5 0  9992
+2 10581  74.0329 300.6376 0004679  38.5906  30.9096 12.51243304736732
+0 COSMOS 977
+1 10584U 78005B   16017.59961529 -.00000013  00000-0  16508-4 0  9998
+2 10584  74.0296  69.4620 0040392 146.8072 327.0123 12.57931425745958
+0 COSMOS 978
+1 10585U 78005C   16016.80287932 -.00000004 +00000-0 +74561-4 0  9994
+2 10585 074.0305 149.9845 0029606 248.6270 279.8069 12.55644286731715
+0 COSMOS 979
+1 10586U 78005D   16016.86234742 -.00000011 +00000-0 +33795-4 0  9994
+2 10586 074.0283 226.1657 0017297 324.3714 167.6339 12.53444775730451
+0 COSMOS 980
+1 10587U 78005E   16017.18303675 -.00000010  00000-0  42202-4 0  9995
+2 10587  74.0309  22.3987 0008134 343.2207  92.8470 12.48896251733395
+0 COSMOS 981
+1 10588U 78005F   16016.91484182 -.00000019 +00000-0 -25649-4 0  9995
+2 10588 074.0306 107.4730 0019594 055.9294 351.1583 12.46415420726390
+0 COSMOS 982
+1 10589U 78005G   16017.20933144 -.00000001  00000-0  10563-3 0  9994
+2 10589  74.0282 186.3795 0032767 159.3036 311.8594 12.44088610726739
+0 COSMOS 983
+1 10590U 78005H   16016.88933098 -.00000021 +00000-0 -36411-4 0  9991
+2 10590 074.0317 276.2182 0047400 251.1676 238.7874 12.41461855722850
+0 SL-8 R/B
+1 10591U 78005J   16017.12731431  .00000067  00000-0  73287-3 0  9996
+2 10591  74.0342 165.2428 0145410 210.8131 200.7148 12.23313380268359
+0 COSMOS 985
+1 10599U 78007A   16017.23487160  .00000054  00000-0  38650-4 0  9997
+2 10599  82.9425 335.3509 0053947  37.7100  75.2463 13.76634579908656
+0 SL-8 R/B
+1 10600U 78007B   16016.87631370 +.00000048 +00000-0 +33039-4 0  9992
+2 10600 082.9412 305.3584 0047154 316.6768 074.0156 13.78389950910456
+0 COSMOS 839 DEB
+1 10613U 76067AM  16016.68825053 -.00000403 +00000-0 -73082-3 0  9990
+2 10613 065.7959 273.1568 0716277 220.2323 134.3524 12.60307707809484
+0 COSMOS 839 DEB
+1 10614U 76067AN  16017.87918642 -.00000042  00000-0  40693-4 0  9991
+2 10614  65.7330 279.1666 0738036 163.4141 279.8316 12.41125526788178
+0 COSMOS 839 DEB
+1 10615U 76067AP  16016.75495267 +.00000421 +00000-0 +12330-2 0  9996
+2 10615 066.0046 140.4375 0670974 187.0812 327.0466 12.56669325079909
+0 COSMOS 839 DEB
+1 10616U 76067AQ  16017.79532675  .00000074  00000-0  35103-3 0  9995
+2 10616  65.5923 208.9797 0722351  51.3252 315.0138 12.46904806795974
+0 COSMOS 839 DEB
+1 10617U 76067AR  16016.97018063 -.00000017 +00000-0 +11983-3 0  9993
+2 10617 065.6371 338.4711 0733891 041.9728 014.7377 12.36280888783636
+0 COSMOS 839 DEB
+1 10618U 76067AS  16016.73007348 +.00000042 +00000-0 +29753-3 0  9993
+2 10618 065.8430 119.7511 0732901 285.1343 235.9021 12.38613386786214
+0 COSMOS 839 DEB
+1 10619U 76067AT  16016.52189211 -.00000036  00000-0  74086-4 0  9995
+2 10619  65.8308  44.7548 0663633  19.6671 129.1082 12.33115214779502
+0 COSMOS 839 DEB
+1 10620U 76067AU  16017.20831707  .00000376  00000-0  15460-2 0  9992
+2 10620  65.9588  31.9772 0647770  61.5635  10.5134 12.40319694783571
+0 COSMOS 839 DEB
+1 10621U 76067AV  16016.85477869 +.00000035 +00000-0 +35265-3 0  9996
+2 10621 066.0267 020.7561 0670209 345.8591 065.3706 12.30893700775659
+0 COSMOS 839 DEB
+1 10622U 76067AW  16017.21371277 -.00000068  00000-0 -39539-4 0  9991
+2 10622  65.9057  36.1274 0747187 196.8916 251.2373 12.33650317779908
+0 COSMOS 839 DEB
+1 10623U 76067AX  16017.28346182  .00000381  00000-0  13710-2 0  9993
+2 10623  65.7810 329.3352 0692475  48.9897  96.6189 12.41945900789026
+0 DELTA 1 DEB
+1 10626U 77065EV  16017.20388432  .00001238  00000-0  30290-3 0  9996
+2 10626  29.1814   7.4846 0715851 246.5173 105.8596 13.53279688865472
+0 DELTA 1 DEB
+1 10627U 77065EW  16016.65333500 -.00000179  00000-0 -16683-3 0  9996
+2 10627  28.9691 162.4036 0671238  24.0744 338.9737 13.23716181823403
+0 DELTA 1 DEB
+1 10629U 77065EY  16017.80781011  .00000110  00000-0  51954-4 0  9994
+2 10629  29.8317 213.3972 0825234 285.1306  65.9488 12.77428607791119
+0 DELTA 1 DEB
+1 10630U 77065EZ  16016.19044791 -.00000081  00000-0 -18682-3 0  9993
+2 10630  29.2388 298.8353 0806607 291.7339  59.9279 12.72024950 21694
+0 IUE
+1 10637U 78012A   16012.87606394 -.00000243  00000-0  00000+0 0  9997
+2 10637  43.6732 343.2989 1519126 201.6658 340.1593  1.00057476 91471
+0 DELTA 1 DEB
+1 10642U 76077C   16017.77689432 -.00000052  00000-0 -79065-4 0  9991
+2 10642 102.1735  74.6259 0102398   0.1963 111.0723 12.21690805760832
+0 DELTA 1 DEB
+1 10643U 76077D   16016.82976491  .00000007  00000-0  51144-3 0  9996
+2 10643 102.1633 147.0459 0170523 176.6813 339.6224 12.10112918744282
+0 DELTA 1 DEB
+1 10644U 76077E   16017.72465164  .00000044  00000-0  48375-3 0  9990
+2 10644 101.3850  68.7432 0107009  61.0775  59.3439 12.61382377815162
+0 DELTA 1 DEB
+1 10645U 76077F   16017.78614412 -.00000366  00000-0 -37801-2 0  9999
+2 10645 102.4067 101.3907 0225815 180.7282 302.2386 11.99039723729488
+0 DELTA 1 DEB
+1 10646U 76077G   16017.03261263 -.00000043  00000-0 -96961-5 0  9997
+2 10646 102.2053  34.0719 0144247 146.1610 273.5251 12.14350611750783
+0 DELTA 1 DEB
+1 10647U 76077H   16017.67589571  .00000018  00000-0  65909-3 0  9999
+2 10647 103.0162  72.4637 0165687  83.6627  38.0965 12.11081203745979
+0 DELTA 1 DEB
+1 10648U 76077J   16016.95863008 +.00000041 +00000-0 +77956-3 0  9991
+2 10648 101.9043 195.7645 0131402 332.1967 184.9908 12.20418045756259
+0 DELTA 1 DEB
+1 10649U 76077K   16017.68297405 -.00000214  00000-0 -22758-2 0  9998
+2 10649 102.2897 278.0788 0376535 222.8491 162.6389 11.80038477702887
+0 DELTA 1 DEB
+1 10650U 76077L   16016.72039200 -.00000035  00000-0  42441-4 0  9994
+2 10650 102.0866 279.6097 0438292 284.6238  82.2680 11.57244338671163
+0 DELTA 1 DEB
+1 10652U 76077N   16017.19500604 -.00001552  00000-0 -17770-1 0  9999
+2 10652 103.0146 288.5615 0250941   0.1120 359.9936 11.96671497723479
+0 DELTA 1 DEB
+1 10653U 76077P   16017.69578785 -.00000053  00000-0 -49800-4 0  9997
+2 10653 102.8312  54.8757 0128824 238.4395 240.8899 12.24044692764022
+0 DELTA 1 DEB
+1 10654U 76077Q   16017.79642780 -.00000277  00000-0 -75127-3 0  9994
+2 10654 102.4865 134.9659 0187969 295.1146 222.9560 12.92502154851684
+0 DELTA 1 DEB
+1 10655U 76077R   16017.83067637  .00000051  00000-0  93961-3 0  9996
+2 10655 103.1263  48.9085 0274602  56.6656 347.4095 12.10882543746041
+0 DELTA 1 DEB
+1 10656U 76077S   16017.15412149 -.00000045  00000-0 -84207-5 0  9994
+2 10656 101.9728  71.7364 0077158  21.2743 349.5255 12.36867334781612
+0 DELTA 1 DEB
+1 10657U 76077T   16016.95851266 -.00000017 +00000-0 +23653-3 0  9993
+2 10657 102.0524 005.6685 0083651 001.4083 023.0062 12.25609179766211
+0 DELTA 1 DEB
+1 10658U 76077U   16018.21839508 -.00000019  00000-0  20230-3 0  9990
+2 10658 101.9595  12.2829 0057093  40.3750  26.3187 12.29880894772610
+0 DELTA 1 DEB
+1 10659U 76077V   16017.55181985  .00000122  00000-0  17391-2 0  9993
+2 10659 102.2078 129.8645 0176335 234.0830 195.1037 12.09142817743064
+0 DELTA 1 DEB
+1 10660U 76077W   16017.85346720 -.00000010  00000-0  41234-3 0  9999
+2 10660 102.2609 322.5183 0400361   5.3944  14.4894 11.67304599685619
+0 DELTA 1 DEB
+1 10661U 76077X   16016.87855694 +.00001653 +00000-0 +39031-2 0  9990
+2 10661 101.1643 355.7476 0125572 010.8170 022.0864 13.22634869829610
+0 DELTA 1 DEB
+1 10662U 76077Y   16017.72626734 -.00000325  00000-0 -96857-3 0  9994
+2 10662 100.9977  75.3663 0223803  49.5851  72.9957 12.89518332847134
+0 DELTA 1 DEB
+1 10663U 76077Z   16017.24544534  .00006300  00000-0  69600-2 0  9991
+2 10663 100.6078 271.6266 0165344  57.1220 304.5712 13.66551364907143
+0 KYOKKO 1 (EXOS A)
+1 10664U 78014A   16017.23726465 -.00000068  00000-0 -34212-4 0  9999
+2 10664  65.3742 333.5050 1909358 218.0578 126.9126 10.75443853489032
+0 UME 2 (ISS-B)
+1 10674U 78018A   16018.22253878 -.00000036  00000-0  24112-4 0  9999
+2 10674  69.3632 358.8195 0166922 277.3560 174.1036 13.43593809860072
+0 N-1 R/B
+1 10675U 78018B   16017.35185588 -.00000031  00000-0  32379-4 0  9994
+2 10675  69.3605 324.4911 0164547 268.4240 266.7869 13.44607300860889
+0 COSMOS 990
+1 10676U 78019A   16017.84215561  .00000052  00000-0  26648-4 0  9999
+2 10676  74.0408 296.2813 0015761 122.8741 237.3931 14.36053352984170
+0 SL-8 R/B
+1 10677U 78019B   16017.50157731  .00000191  00000-0  69003-4 0  9993
+2 10677  74.0366 175.9689 0015022  13.2560 346.8986 14.39935694988126
+0 OPS 5111 (NAVSTAR 1)
+1 10684U 78020A   16018.13631131  .00000071  00000-0  00000+0 0  9998
+2 10684  62.7662 168.3156 0078113 193.8382  56.4476  1.98070731261089
+0 COSMOS 991
+1 10692U 78022A   16017.49639047  .00000066  00000-0  51541-4 0  9996
+2 10692  82.9881 172.8331 0037528 133.9684 285.7929 13.76266671902356
+0 SL-8 R/B
+1 10693U 78022B   16017.90784524  .00000036  00000-0  20082-4 0  9997
+2 10693  82.9889 152.9662 0022299  61.2132  51.1185 13.77395488903867
+0 LANDSAT 3
+1 10702U 78026A   16018.15814862 -.00000210  00000-0 -12132-3 0  9991
+2 10702  98.8491  61.9966 0014425 197.8589 232.2840 13.96634116930868
+0 OSCAR 8
+1 10703U 78026B   16017.99484491  .00000237  00000-0  19256-3 0  9995
+2 10703  98.8123 352.0440 0005785 336.4251  67.5280 13.99187245932406
+0 DELTA 1 R/B
+1 10704U 78026C   16017.87095768  .00000020  00000-0  51161-4 0  9990
+2 10704  98.9209 330.0806 0073063 165.6574 194.6680 13.87748297958679
+0 DELTA 1 DEB
+1 10706U 76077AB  16017.79574807 -.00001692  00000-0 -51421-2 0  9998
+2 10706 101.4863  96.0478 0399613  60.3713  58.2752 12.80354611832614
+0 DELTA 1 DEB
+1 10707U 76077AC  16016.53526012 -.00001114  00000-0 -12350-1 0  9991
+2 10707 102.2446 249.7861 0277001 287.2333 133.7455 11.96964402722694
+0 DELTA 1 DEB
+1 10708U 76077AD  16017.75312885  .00000668  00000-0  38613-2 0  9990
+2 10708 101.5835  69.7655 0165702  14.4149  99.8428 12.60708073808452
+0 DELTA 1 DEB
+1 10709U 76077AE  16017.73634822  .00000287  00000-0  22505-2 0  9997
+2 10709 101.8781  71.8896 0030267 156.9831 322.2168 12.47488387792289
+0 DELTA 1 DEB
+1 10710U 76077AF  16017.85112341  .00000541  00000-0  66335-2 0  9991
+2 10710 101.8106 154.3656 0271374 171.8846 343.4295 11.97672628722658
+0 DELTA 1 DEB
+1 10711U 76077AG  16017.49064560 -.00000026  00000-0  14319-3 0  9996
+2 10711 101.9649  14.6026 0063663  99.1864  55.4842 12.29188724771638
+0 DELTA 1 DEB
+1 10712U 76077AH  16016.54248947 +.00000243 +00000-0 +22540-2 0  9999
+2 10712 102.2049 107.7507 0081573 224.7635 254.5856 12.35754240777167
+0 DELTA 1 DEB
+1 10713U 76077AJ  16017.41464213 -.00002800  00000-0 -94153-2 0  9995
+2 10713 101.4667 318.2626 0154593  17.6233  96.2514 12.94104840834696
+0 DELTA 1 DEB
+1 10714U 76077AK  16017.22977293  .00000451  00000-0  69429-2 0  9998
+2 10714 103.3535 124.7289 0616928 177.8872 247.2211 11.50752307654948
+0 DELTA 1 DEB
+1 10715U 76077AL  16017.30048630 -.00000358  00000-0 -48794-2 0  9992
+2 10715 102.5375 146.8009 0433628  87.2389 304.4861 11.63630874679973
+0 DELTA 1 DEB
+1 10716U 76077AM  16018.17053060  .00003833  00000-0  18776-1 0  9997
+2 10716 102.8343  92.2288 0174773 165.9129 252.9393 12.68545368792875
+0 DELTA 1 DEB
+1 10717U 76077AN  16016.52812022 -.00000021 +00000-0 +20232-3 0  9995
+2 10717 102.1153 007.8851 0099904 197.2475 285.1367 12.23164854762571
+0 DELTA 1 DEB
+1 10718U 76077AP  16018.09979598  .00000054  00000-0  71427-3 0  9999
+2 10718 102.0861  75.4880 0051412  27.9906  27.2657 12.42429635788645
+0 DELTA 1 DEB
+1 10719U 76077AQ  16016.36278103  .00000405  00000-0  50948-2 0  9996
+2 10719 101.9289 319.8771 0232832 199.8268 283.7563 11.99860517725217
+0 DELTA 1 DEB
+1 10720U 76077AR  16016.82734042 -.00000168 +00000-0 -12053-2 0  9991
+2 10720 102.0625 337.2123 0361105 325.5575 046.4827 12.05350317737495
+0 DELTA 1 DEB
+1 10721U 76077AS  16017.57437977 -.00000204  00000-0 -86566-3 0  9994
+2 10721 101.8142 231.5928 0046312 285.4078 131.2346 12.63230954808382
+0 ATLAS CENTAUR R/B
+1 10722U 78002B   16017.25366453  .00000046  00000-0  33944-3 0  9994
+2 10722  21.2172 205.4136 7157580  10.5612 168.0975  2.21783384203401
+0 DELTA 1 R/B(2)
+1 10723U 78012C   16017.39731862  .00019742  00000-0  11282-2 0  9994
+2 10723  29.3115  37.5591 5260831 173.4001 198.0683  5.26159201317497
+0 DELTA 1 DEB
+1 10728U 75027C   16017.86928050 -.00000060  00000-0  50962-4 0  9995
+2 10728 115.2112  35.6616 0065372 232.9044 126.6047 14.23486074113670
+0 DELTA 1 DEB
+1 10730U 75027E   16017.19466715 -.00000429  00000-0 -19382-3 0  9999
+2 10730 114.9517  80.2775 0095569 140.7272 220.0773 13.93426240 74227
+0 COSMOS 994
+1 10731U 78028A   16018.21246503  .00000041  00000-0  27446-4 0  9998
+2 10731  82.9337 308.0569 0024139  43.4517 118.2439 13.73162365896132
+0 SL-8 R/B
+1 10732U 78028B   16016.76908885 +.00000066 +00000-0 +53195-4 0  9992
+2 10732 082.9327 274.6723 0018127 248.0205 144.5071 13.75289657898311
+0 COSMOS 996
+1 10744U 78031A   16017.53245502  .00000031  00000-0  16754-4 0  9997
+2 10744  82.9251  49.8849 0035751 255.9917 211.6720 13.76424754898834
+0 SL-8 R/B
+1 10745U 78031B   16017.15487613  .00000149  00000-0  13106-3 0  9994
+2 10745  82.9258  18.9092 0036447 111.6606 316.8245 13.78479636901213
+0 DELTA 1 DEB
+1 10746U 76077AT  16017.78576277  .00002280  00000-0  57505-2 0  9995
+2 10746 101.8649  96.1025 0271501 168.6027 311.0878 13.08236367854237
+0 DELTA 1 DEB
+1 10747U 76077AU  16017.49538477 -.00001415  00000-0 -20981-2 0  9993
+2 10747 101.0766 234.1007 0157360  33.6424  27.0730 13.46528634894982
+0 DELTA 1 DEB
+1 10748U 76077AV  16016.95031917 -.00000007 +00000-0 +30529-3 0  9996
+2 10748 101.9703 009.7735 0073057 115.1646 274.0632 12.29424310771153
+0 DELTA 1 DEB
+1 10749U 76077AW  16016.70627697 -.00000050  00000-0 -41168-4 0  9997
+2 10749 102.5357  96.5151 0090872 248.4056 268.0131 12.23493202763575
+0 DELTA 1 DEB
+1 10750U 76077AX  16016.51404666  .00001856  00000-0  18897-2 0  9991
+2 10750 101.6784  23.6686 0521524 201.3523 156.5094 13.30939107854573
+0 DELTA 1 DEB
+1 10751U 76077AY  16016.91941366 +.00005868 +00000-0 +76020-1 0  9997
+2 10751 102.1070 165.2940 0652322 254.7948 268.4378 11.53738889658496
+0 DELTA 1 DEB
+1 10752U 76077AZ  16017.68689949 -.00000359  00000-0 -10634-2 0  9991
+2 10752 101.7850  73.8224 0366233 177.8159 308.4624 12.77795608817562
+0 DELTA 1 DEB
+1 10754U 76077BB  16016.43709444 -.00000029  00000-0  13852-3 0  9997
+2 10754 102.1600   3.5621 0122964 303.4768 218.5692 12.21592615760944
+0 DELTA 1 DEB
+1 10755U 76077BC  16016.90451273 -.00000014 +00000-0 +25445-3 0  9999
+2 10755 102.0187 006.9395 0081454 338.0948 050.5794 12.25940882766895
+0 DELTA 1 DEB
+1 10756U 76077BD  16016.70736868 +.00002588 +00000-0 +19508-1 0  9992
+2 10756 101.1320 133.0759 0188271 235.8559 122.4524 12.35984420768549
+0 DELTA 1 DEB
+1 10757U 76077BE  16017.88597588  .00000167  00000-0  23612-2 0  9990
+2 10757 101.9129 358.7078 0231782 143.5578 275.8678 11.99556868727624
+0 DELTA 1 DEB
+1 10758U 76077BF  16017.37232793  .00000000  00000-0  44663-3 0  9995
+2 10758 102.3903  71.7385 0154674 335.9507  86.9914 12.12637562747988
+0 DELTA 1 DEB
+1 10759U 76077BG  16017.87548213  .00000262  00000-0  23050-2 0  9994
+2 10759 102.4743 120.6194 0074324 111.3206  10.0008 12.39406600779825
+0 DELTA 1 DEB
+1 10760U 76077BH  16017.88803605  .00000773  00000-0  43133-2 0  9997
+2 10760 101.4744   2.2685 0545254  67.2534 326.2029 12.28448902757959
+0 DELTA 1 DEB
+1 10761U 76077BJ  16017.86839777 -.00002401  00000-0 -30301-2 0  9990
+2 10761 101.4205 162.0712 1049140 214.5615 138.2736 12.29715561743038
+0 DELTA 1 DEB
+1 10762U 76077BK  16017.84920922 -.00003107  00000-0 -31061-1 0  9999
+2 10762 102.8520  18.0317 0731756 155.0333 208.8012 11.61299200649882
+0 DELTA 1 DEB
+1 10763U 76077BL  16016.88898444 -.00000026  00000-0  13320-3 0  9992
+2 10763 101.8473  36.0720 0047522 183.0001 298.2101 12.33661319777384
+0 DELTA 1 DEB
+1 10764U 76077BM  16016.94970241 +.00000227 +00000-0 +28967-2 0  9990
+2 10764 102.0668 356.7243 0225540 071.7222 312.3619 12.04391547736627
+0 DELTA 1 DEB
+1 10765U 76077BN  16017.17707095 -.00000045  00000-0 -18486-4 0  9999
+2 10765 102.1932 324.4760 0130507 233.5352 261.0085 12.16483327754009
+0 DELTA 1 DEB
+1 10766U 76077BP  16017.98095426 -.00000015  00000-0  23126-3 0  9999
+2 10766 101.9043  21.5116 0053563 327.3110  87.9986 12.31180342774285
+0 DELTA 1 DEB
+1 10767U 76077BQ  16017.55513931 -.00000000  00000-0  35637-3 0  9993
+2 10767 101.9182  12.4068 0065081 313.8485 164.5517 12.31667386774536
+0 DELTA 1 DEB
+1 10768U 76077BR  16016.46793218  .00000011  00000-0  49849-3 0  9992
+2 10768 102.6631   4.3331 0073502 214.4547 275.5615 12.28229097769118
+0 DELTA 1 DEB
+1 10769U 76077BS  16016.99056508 -.00000026  00000-0  10653-3 0  9993
+2 10769 101.4184  33.6097 0096007 304.0199 111.9000 12.52454646803305
+0 COSMOS 1000
+1 10776U 78034A   16017.23991888  .00000042  00000-0  27795-4 0  9996
+2 10776  82.9445 287.9568 0034008 326.2257 143.9674 13.75295076896666
+0 SL-8 R/B
+1 10777U 78034B   16017.81149942  .00000001  00000-0 -14542-4 0  9999
+2 10777  82.9417 254.6325 0025482 202.0178 205.2025 13.77368535899306
+0 INTELSAT 4A-F6
+1 10778U 78035A   16015.30708638 -.00000014 +00000-0 +00000-0 0  9990
+2 10778 014.5408 347.4265 0009147 218.6779 021.7255 01.00248406083995
+0 ATLAS CENTAUR R/B
+1 10779U 78035B   16016.91193733 -.00000028 +00000-0 +98102-3 0  9991
+2 10779 021.2888 249.9509 7196414 052.8781 006.2614 02.22653273307119
+0 YURI (BSE)
+1 10792U 78039A   16017.84582199 -.00000263  00000-0  00000+0 0  9998
+2 10792  13.3751 328.3962 0018487 216.4891 326.4295  1.00337556 80608
+0 DELTA 1 R/B(1)
+1 10793U 78039B   16017.88283018  .00000241  00000-0  57732-4 0  9995
+2 10793  28.2337 289.5218 0884440 308.5824  43.8656 13.05187524796358
+0 TRAAC DEB
+1 10796U 61031D   16017.47680789  .00000052  00000-0  38364-4 0  9993
+2 10796  32.4423  46.8221 0101692   6.6809 143.1811 13.62939881700965
+0 OPS 6182 (DMSP 5D-1 F2)
+1 10820U 78042A   16017.14305672  .00000183  00000-0  79728-4 0  9994
+2 10820  98.5568 203.6984 0010240 131.7169 228.4894 14.34936680967194
+0 DELTA 1 DEB
+1 10823U 76077BT  16016.87628741 -.00000013 +00000-0 +21017-3 0  9997
+2 10823 101.5447 030.4632 0043869 035.3720 084.5363 12.43455701790418
+0 DELTA 1 DEB
+1 10824U 76077BU  16017.23750013  .00003925  00000-0  67016-2 0  9999
+2 10824 101.9893 112.2420 0071226 263.6036 153.2086 13.44685388863141
+0 DELTA 1 DEB
+1 10825U 76077BV  16017.87993005 -.00000016  00000-0  21333-3 0  9992
+2 10825 101.7492  18.6169 0043472   3.2891  67.4869 12.34607870777892
+0 DELTA 1 DEB
+1 10826U 76077BW  16017.45434068  .00002808  00000-0  18068-1 0  9995
+2 10826 101.8303 322.8902 0183235 293.8164 185.5111 12.48216672772946
+0 DELTA 1 DEB
+1 10828U 76077BY  16017.25692287 -.00000025  00000-0  16933-3 0  9995
+2 10828 102.0327  18.1037 0099637 252.8916 176.4180 12.22293084761984
+0 DELTA 1 DEB
+1 10829U 76077BZ  16016.42372782 +.00000082 +00000-0 +98638-3 0  9993
+2 10829 101.8663 090.9504 0035193 028.3517 041.4191 12.36177034779187
+0 DELTA 1 DEB
+1 10830U 76077CA  16018.16290257 -.00000062  00000-0 -17125-3 0  9996
+2 10830 101.8659 270.2419 0089325 346.7479 171.3046 12.28277422769759
+0 DELTA 1 DEB
+1 10831U 76077CB  16017.74538110  .00004943  00000-0  31390-1 0  9991
+2 10831 102.2053 312.2115 0178836 132.8042 228.8217 12.48889770779205
+0 DELTA 1 DEB
+1 10832U 76077CC  16017.03443631 -.00000024  00000-0  16950-3 0  9991
+2 10832 102.0235  54.1598 0121012 127.4891 261.7423 12.19788755757850
+0 DELTA 1 DEB
+1 10833U 76077CD  16018.07862025  .00000093  00000-0  10944-2 0  9990
+2 10833 101.9564  50.1066 0110655 312.4149  68.8065 12.33226680773433
+0 DELTA 1 DEB
+1 10834U 76077CE  16017.53987272  .00000756  00000-0  78407-2 0  9997
+2 10834 100.4094 232.8737 0149598 254.1997 134.6378 12.15094893743526
+0 DELTA 1 DEB
+1 10835U 76077CF  16016.96564039 +.00003195 +00000-0 +65804-2 0  9993
+2 10835 102.0047 036.8169 0072472 121.2339 301.1383 13.32706348852785
+0 DELTA 1 DEB
+1 10836U 76077CG  16016.43137139 -.00000089  00000-0 -51551-3 0  9999
+2 10836 102.0345 342.5282 0181731 204.9763 280.7991 12.07355711740428
+0 DELTA 1 DEB
+1 10837U 76077CH  16017.76384885  .00000020  00000-0  69202-3 0  9994
+2 10837 102.3256 122.0454 0200355 236.9002 281.4920 12.04072083735812
+0 DELTA 1 DEB
+1 10838U 76077CJ  16016.14046544 -.00000052  00000-0 -55275-4 0  9996
+2 10838 102.0868  80.9747 0040381 105.9979 282.4836 12.40785034787186
+0 DELTA 1 DEB
+1 10839U 76077CK  16018.17932925  .00006365  00000-0  67520-2 0  9994
+2 10839 102.0208  94.3679 0041887 151.2519 265.1901 13.74410966883235
+0 DELTA 1 DEB
+1 10840U 76077CL  16017.83255764 -.00000080  00000-0 -33902-3 0  9995
+2 10840 102.8313  83.7076 0141502  98.8800  11.2480 12.15962354752884
+0 DELTA 1 DEB
+1 10841U 76077CM  16017.95105707  .00000005  00000-0  30690-3 0  9996
+2 10841 101.4360  13.0297 0068578 265.5166 121.9448 12.52837813803750
+0 DELTA 1 DEB
+1 10842U 76077CN  16016.87819817  .00000292  00000-0  16940-2 0  9990
+2 10842 102.1827 348.4644 0287626 137.3803 253.2836 12.58789603676217
+0 DELTA 1 DEB
+1 10843U 76077CP  16016.53639321 -.00000021 +00000-0 +12610-3 0  9996
+2 10843 101.2902 032.4750 0117143 230.4723 285.3880 12.58268655810700
+0 DELTA 1 DEB
+1 10844U 76077CQ  16017.74597825  .00000720  00000-0  11364-2 0  9992
+2 10844 101.2223 192.6896 0147540 309.4556 171.3073 13.50229585894669
+0 DELTA 1 DEB
+1 10845U 76077CR  16015.90975850 +.00000008 +00000-0 +53381-3 0  9992
+2 10845 102.2746 261.5947 0176793 348.5716 076.8592 12.09759592743294
+0 OTS 2
+1 10855U 78044A   16016.68491204 -.00000250  00000-0  00000+0 0  9997
+2 10855  14.6519 340.9875 0011161 254.2026 294.0138  0.99143063166267
+0 DELTA 1 R/B(1)
+1 10856U 78044B   16016.89127980 +.00000013 +00000-0 -49350-3 0  9990
+2 10856 027.9315 187.5169 1094298 076.4811 077.9335 10.29735478418841
+0 DELTA 1 DEB
+1 10864U 76077CS  16017.58187756  .00000014  00000-0  63479-3 0  9995
+2 10864 101.0811  57.2423 0369109  33.2428 119.8417 11.74974573694644
+0 DELTA 1 DEB
+1 10865U 76077CT  16017.05678060 -.00000048  00000-0 -58457-4 0  9991
+2 10865 102.1042  55.3577 0111912  80.0347 309.2166 12.20298786759150
+0 DELTA 1 DEB
+1 10866U 76077CU  16018.15413666 -.00000021  00000-0  22490-3 0  9990
+2 10866 102.8138 208.8619 0150459 312.2235 159.5316 12.30352445772423
+0 DELTA 1 DEB
+1 10867U 76077CV  16016.63103006  .00000970  00000-0  34409-2 0  9990
+2 10867 101.7983  67.0374 0266362 269.5262 245.5668 12.88004148826364
+0 DELTA 1 DEB
+1 10868U 76077CW  16017.19073229  .00000039  00000-0  65394-3 0  9990
+2 10868 102.4147 120.7824 0104952 146.4934 278.0215 12.36251479772696
+0 DELTA 1 DEB
+1 10869U 76077CX  16017.62092977 -.00000013  00000-0  24669-3 0  9993
+2 10869 102.3670  59.1058 0025733 353.0246 161.5990 12.42965221788857
+0 DELTA 1 DEB
+1 10870U 76077CY  16017.71818090 -.00000037  00000-0  46618-4 0  9992
+2 10870 101.7460  55.2690 0024858 224.5535 256.0728 12.46594740789913
+0 DELTA 1 DEB
+1 10871U 76077CZ  16017.71021089  .00000006  00000-0  34213-3 0  9999
+2 10871 101.9477  67.8813 0279808  20.2090  95.5844 12.36079770777545
+0 DELTA 1 DEB
+1 10872U 76077DA  16017.57148821  .00000000  00000-0  36198-3 0  9996
+2 10872 101.5530 258.8115 0086699 218.5048 206.5785 12.26421467765793
+0 DELTA 1 DEB
+1 10873U 76077DB  16016.73467117  .00000029  00000-0  72439-3 0  9995
+2 10873 102.2731 286.3885 0141073  18.9520   3.8427 12.13834857750073
+0 DELTA 1 DEB
+1 10874U 76077DC  16016.95782906 +.00000740 +00000-0 +23734-2 0  9999
+2 10874 102.0243 022.0510 0096975 330.9688 061.5924 13.05807376839701
+0 DELTA 1 DEB
+1 10875U 76077DD  16016.84274458 -.00000002 +00000-0 +27776-3 0  9999
+2 10875 101.4702 012.6965 0033353 287.8000 190.6418 12.46766013794958
+0 DELTA 1 DEB
+1 10876U 76077DE  16016.86581670 +.00000131 +00000-0 +11805-2 0  9996
+2 10876 102.5615 165.0294 0100408 073.9433 082.3047 12.48401783796311
+0 COSMOS 970 DEB
+1 10877U 77121Y   16017.81365526  .00000039  00000-0  11696-3 0  9990
+2 10877  65.7680 264.4601 0149554 324.3786  34.7364 13.74597414905827
+0 COSMOS 970 DEB
+1 10878U 77121Z   16017.20896078  .00000024  00000-0  12284-3 0  9993
+2 10878  65.8411 292.7551 0125090 261.2370 251.7373 13.63483796890320
+0 COSMOS 970 DEB
+1 10879U 77121AA  16018.12950770  .00000194  00000-0  27520-3 0  9993
+2 10879  65.8275 150.7073 0127360 209.6878 149.6915 13.74150173902011
+0 COSMOS 970 DEB
+1 10880U 77121AB  16017.87171843  .00000000  00000-0  94132-4 0  9992
+2 10880  65.8416 276.6363 0121508 264.3461 166.9227 13.64104463890704
+0 COSMOS 970 DEB
+1 10881U 77121AC  16017.38038807  .00000029  00000-0  11885-3 0  9995
+2 10881  65.8455  13.2815 0137409 201.3802 158.1484 13.67979028897099
+0 COSMOS 970 DEB
+1 10882U 77121AD  16016.37645510  .00000160  00000-0  23610-3 0  9994
+2 10882  65.8259  88.9396 0138983 194.7512 164.9478 13.74810215903216
+0 COSMOS 970 DEB
+1 10883U 77121AE  16016.99562258  .00000120  00000-0  20536-3 0  9990
+2 10883  65.8417 250.6270 0121670 175.8490 297.2997 13.73026975900036
+0 COSMOS 970 DEB
+1 10884U 77121AF  16017.46502465  .00000097  00000-0  15452-3 0  9992
+2 10884  66.3870 240.1389 0193706  49.1018 312.6647 13.76516410908559
+0 COSMOS 970 DEB
+1 10885U 77121AG  16017.34269855  .00000305  00000-0  45979-3 0  9992
+2 10885  65.7944 355.5012 0060044  42.3504  29.4471 13.66093575887658
+0 COSMOS 970 DEB
+1 10886U 77121AH  16017.85448425 -.00000087  00000-0 -80870-5 0  9991
+2 10886  65.8468 329.0325 0114212 200.1880 191.1945 13.71213792898344
+0 COSMOS 970 DEB
+1 10887U 77121AJ  16017.17731633  .00000251  00000-0  28531-3 0  9998
+2 10887  65.7457 296.6855 0160097   7.1442 353.1850 13.81290825912682
+0 COSMOS 970 DEB
+1 10888U 77121AK  16017.87239902  .00000105  00000-0  23324-3 0  9991
+2 10888  65.5171 330.0870 0111130  61.7768 330.9710 13.61084602887990
+0 COSMOS 970 DEB
+1 10889U 77121AL  16017.80067277  .00000209  00000-0  28794-3 0  9990
+2 10889  65.8270 136.3456 0136162 201.2637 158.2735 13.73966925902276
+0 COSMOS 970 DEB
+1 10890U 77121AM  16016.12327700  .00000089  00000-0  18110-3 0  9993
+2 10890  65.7760 226.8902 0135622   0.4095  83.4679 13.69573261898428
+0 OPS 5112 (NAVSTAR 2)
+1 10893U 78047A   16016.39718598 -.00000023 +00000-0 +00000-0 0  9997
+2 10893 064.1103 034.0426 0440098 049.1622 150.3123 02.01626022277019
+0 ATLAS F R/B
+1 10894U 78047B   16016.55245440 +.00000010 +00000-0 -11572-2 0  9991
+2 10894 064.4381 234.9030 4862208 277.7490 072.4978 05.03069497685095
+0 COSMOS 1011
+1 10917U 78053A   16017.51409696  .00000049  00000-0  34868-4 0  9992
+2 10917  82.9162  27.4429 0037770 130.3248 339.0418 13.75238984889363
+0 SL-8 R/B
+1 10918U 78053B   16017.88476057 -.00000016  00000-0 -31799-4 0  9994
+2 10918  82.9149 353.2871 0030507  15.2117  42.9816 13.77261855891806
+0 MOLNIYA 1-40
+1 10925U 78055A   16016.02214222 -.00000517 +00000-0 +19812-3 0  9999
+2 10925 062.4937 018.7602 7438768 266.0443 014.7427 02.00539594275659
+0 COSMOS 1013
+1 10930U 78056A   16016.54821513 -.00000019  00000-0 -25176-4 0  9999
+2 10930  74.0264  32.7976 0048946 232.8270 289.5076 12.37772665699587
+0 COSMOS 1014
+1 10931U 78056B   16016.82149355 -.00000008 +00000-0 +55571-4 0  9997
+2 10931 074.0287 302.7563 0032625 129.1277 260.3960 12.40444701703066
+0 COSMOS 1015
+1 10932U 78056C   16017.76284446 -.00000016  00000-0 -22678-5 0  9996
+2 10932  74.0236 223.3881 0027138  13.2016  61.4665 12.42767078706588
+0 COSMOS 1016
+1 10933U 78056D   16017.78235649 -.00000008  00000-0  57350-4 0  9994
+2 10933  74.0270 139.6835 0017846 253.3400 218.7674 12.45253273709999
+0 COSMOS 1017
+1 10934U 78056E   16018.21656485 -.00000025  00000-0 -65068-4 0  9994
+2 10934  74.0261  60.6793 0020784 129.5645 296.2866 12.47559926713216
+0 COSMOS 1018
+1 10935U 78056F   16016.96269782 +.00000001 +00000-0 +10936-3 0  9990
+2 10935 074.0284 344.4213 0028907 017.6217 037.7453 12.49856240716011
+0 COSMOS 1019
+1 10936U 78056G   16017.82195681 -.00000027  00000-0 -70101-4 0  9994
+2 10936  74.0266 266.3060 0041535 282.6982 142.1138 12.52105357719394
+0 COSMOS 1020
+1 10937U 78056H   16016.89618328 -.00000001  00000-0  91505-4 0  9991
+2 10937  74.0242 185.4423 0049252 177.3979 254.6805 12.54502045722563
+0 SL-8 R/B
+1 10938U 78056J   16017.13060509 -.00000127  00000-0 -10422-2 0  9999
+2 10938  74.0184 205.6231 0132567 142.9163 310.3208 12.21537132677358
+0 SL-6 R/B(2)
+1 10949U 78055E   16016.28203104 +.00000377 +00000-0 +68568-3 0  9995
+2 10949 062.9333 049.4454 7445852 263.6077 015.4834 01.97007336165189
+0 GOES 3
+1 10953U 78062A   16017.55132903 -.00000125  00000-0  00000+0 0  9992
+2 10953  13.9803 336.8165 0003100 202.2040  31.6291  1.00279785 90785
+0 DELTA 1 R/B(1)
+1 10954U 78062B   16017.94151486  .00000605  00000-0  15455-3 0  9999
+2 10954  28.4257 204.6146 0699468 154.6791 208.9793 13.50651761846817
+0 COSMOS 1023
+1 10961U 78063A   16017.86095250  .00000061  00000-0  29880-4 0  9999
+2 10961  74.0741 221.3674 0017541 267.7946  92.1198 14.36367530966993
+0 SL-8 R/B
+1 10962U 78063B   16017.50545813  .00000108  00000-0  41641-4 0  9997
+2 10962  74.0804  92.6802 0024174 130.3735 229.9537 14.40986304971441
+0 SEASAT 1
+1 10967U 78064A   16017.80176911  .00000077  00000-0  63097-4 0  9999
+2 10967 107.9961 300.7254 0001594 303.5972  56.5020 14.43497351972082
+0 COSMOS 1024
+1 10970U 78066A   16018.07114979 -.00000115  00000-0  00000+0 0  9995
+2 10970  67.2063  45.6649 6083189  51.3738 349.1222  2.00466780275144
+0 SL-14 R/B
+1 10974U 78067B   16017.36310460  .00000232  00000-0  23159-4 0  9998
+2 10974  82.4842 298.6236 0015931 254.8855 105.0600 14.87107180 30746
+0 COMSTAR 3
+1 10975U 78068A   16016.94815432 -.00000118 +00000-0 +00000-0 0  9992
+2 10975 014.9815 349.7543 0023846 221.7508 344.0906 00.99195357008456
+0 ATLAS CENTAUR R/B
+1 10976U 78068B   16017.14347492 -.00000107  00000-0  14831-2 0  9999
+2 10976  21.9047  20.9679 7181587 301.2684 337.5178  2.22311177304751
+0 GEOS 2
+1 10981U 78071A   16017.53357001 -.00000052  00000-0  00000+0 0  9998
+2 10981  13.4606 328.9471 0006380 259.2564 272.6551  0.99380138136183
+0 RADUGA 4
+1 10987U 78073A   16016.94833925 +.00000003 +00000-0 +00000-0 0  9990
+2 10987 012.9285 325.2392 0012360 273.1904 279.6582 01.00344780081452
+0 THORAD DELTA 1 DEB
+1 10990U 74089EK  16018.10654692 -.00000050  00000-0 -30887-4 0  9993
+2 10990 101.4731  88.5786 0074702 145.1503 276.4793 12.64970603900734
+0 COSMOS 1027
+1 10991U 78074A   16017.45491214  .00000044  00000-0  29089-4 0  9991
+2 10991  82.9384 324.6200 0025709 222.2141 277.1699 13.76410374882027
+0 SL-8 R/B
+1 10992U 78074B   16017.21554553  .00000054  00000-0  38000-4 0  9996
+2 10992  82.9354 299.9809 0020123 133.2205  20.0337 13.77804319883674
+0 SL-6 R/B(2)
+1 10998U 78066D   16017.01155315 -.00000553  00000-0  00000+0 0  9993
+2 10998  67.2816  41.3400 6181951  48.6290 350.2361  1.99903248274245
+0 JIKIKEN (EXOS-B)
+1 11027U 78087A   16018.12018673  .00149027 -71771-7  64577-3 0  9991
+2 11027  31.1120 290.1177 4296689  18.4196 353.3120  7.06178086399114
+0 M-3H R/B
+1 11028U 78087B   16017.80595235  .00018687  00000-0  96260-3 0  9990
+2 11028  31.2240 179.7233 4508008  90.9914 319.1818  6.54505114462841
+0 COSMOS 1034
+1 11042U 78091A   16016.96532817 -.00000021 +00000-0 -35212-4 0  9990
+2 11042 074.0336 243.5243 0037135 031.9128 071.9016 12.53146148705662
+0 COSMOS 1035
+1 11044U 78091B   16016.86395241 -.00000025 +00000-0 -50921-4 0  9997
+2 11044 074.0340 158.4790 0049778 283.9902 245.0589 12.55650789709076
+0 COSMOS 1036
+1 11045U 78091C   16017.53856777 -.00000002  00000-0  90801-4 0  9994
+2 11045  74.0378 322.4649 0023900 124.4828 356.0178 12.50798324702780
+0 COSMOS 1037
+1 11046U 78091D   16017.23832604 -.00000020  00000-0 -29238-4 0  9992
+2 11046  74.0349  45.0807 0013666 237.7871 192.9018 12.48359068699439
+0 COSMOS 1038
+1 11047U 78091E   16018.15747942 -.00000015  00000-0  11965-5 0  9997
+2 11047  74.0362 127.1743 0005496  45.5729  24.5342 12.45884159287451
+0 COSMOS 1039
+1 11048U 78091F   16017.51353547 -.00000013  00000-0  13841-4 0  9993
+2 11048  74.0351  31.3010 0045637  36.9066 119.0423 12.37983476207008
+0 COSMOS 1040
+1 11049U 78091G   16018.23859130 -.00000020  00000-0 -34536-4 0  9996
+2 11049  74.0372 295.6957 0031022 292.9822 222.5545 12.40832896689321
+0 COSMOS 1041
+1 11050U 78091H   16017.53576466 -.00000005  00000-0  77410-4 0  9998
+2 11050  74.0323 215.1826 0019768 181.3460 207.5156 12.43277167692561
+0 SL-8 R/B
+1 11051U 78091J   16016.96971209 +.00000033 +00000-0 +44601-3 0  9994
+2 11051 074.0418 252.0490 0136727 330.7797 135.8565 12.20500172661318
+0 OPS 5113 (NAVSTAR 3)
+1 11054U 78093A   16017.73025550 -.00000028  00000-0  00000+0 0  9990
+2 11054  63.6225  51.3867 0082741 230.0812  87.6823  1.93503081267071
+0 MOLNIYA 3-10
+1 11057U 78095A   16016.94743612  .00000242  00000-0  60825-3 0  9995
+2 11057  62.4659 125.1958 7138804 263.2107  18.3951  2.34211976298653
+0 TIROS N
+1 11060U 78096A   16017.73062186  .00000054  00000-0  48302-4 0  9996
+2 11060  98.9665  58.5986 0010746  20.0372 340.1223 14.18091014139788
+0 TIROS N DEB
+1 11061U 78096B   16017.82318881  .00004076  00000-0  45245-3 0  9993
+2 11061  98.8471 128.1625 0000720  30.1485 329.9769 14.87892608965764
+0 TIROS N DEB
+1 11062U 78096C   16018.20371812  .00004297  00000-0  42678-3 0  9992
+2 11062  98.8599 150.1128 0000515 306.9976  53.1192 14.92359022967021
+0 SL-6 R/B(2)
+1 11076U 78083D   16017.98019228  .00000648  00000-0  00000+0 0  9992
+2 11076  67.8900 359.1263 5775035  87.7956 333.5666  1.99091839164169
+0 SL-6 R/B(2)
+1 11079U 78095E   16016.41712470  .00000192  00000-0 -11534-2 0  9996
+2 11079  62.6434 188.8709 7132408 267.8609  16.6423  2.22293424181461
+0 NIMBUS 7
+1 11080U 78098A   16018.17790694 -.00000003  00000-0  37637-4 0  9995
+2 11080  99.4094 141.5354 0008194 241.7491 188.1101 13.84267404880746
+0 DELTA 1 R/B(+CAMEO)
+1 11081U 78098B   16018.20591241  .00000010  00000-0  49491-4 0  9995
+2 11081  99.6196 233.1308 0028782 194.0107 273.5889 13.85597730721316
+0 COSMOS 1045
+1 11084U 78100A   16018.15926788  .00000026  00000-0  22351-3 0  9996
+2 11084  82.5466  33.6516 0012486  15.2446  52.1246 11.96752893626537
+0 RADIO 1
+1 11085U 78100B   16017.55396630  .00000040  00000-0  40925-3 0  9990
+2 11085  82.5465  37.4912 0013211  23.3200 148.0025 11.96542099626146
+0 RADIO 2
+1 11086U 78100C   16016.51303072 -.00000022  00000-0 -39486-3 0  9996
+2 11086  82.5475  36.4824 0012475  19.1462 136.7221 11.96719672626249
+0 SL-14 R/B
+1 11087U 78100D   16016.51750284  .00000003  00000-0 -77184-4 0  9994
+2 11087  82.5465  30.0104 0009284   2.4333 112.7393 11.97021357626731
+0 COSMOS 1048
+1 11111U 78105A   16016.82390004  .00000049  00000-0  26834-4 0  9996
+2 11111  74.0275 105.4026 0015548  52.3915 307.8645 14.34127476942915
+0 SL-8 R/B
+1 11112U 78105B   16017.59996780  .00000119  00000-0  48668-4 0  9992
+2 11112  74.0307  36.6287 0034815 316.0300  43.8084 14.37043060945547
+0 SL-8 DEB
+1 11113U 78105C   16018.21997433  .00001017  00000-0  19220-3 0  9998
+2 11113  74.0300 307.0368 0006863  29.6304 330.5252 14.65782174960748
+0 SL-8 DEB
+1 11114U 78105D   16016.69293209 +.00001683 +00000-0 +26125-3 0  9990
+2 11114 074.0136 121.7817 0007261 268.2240 091.8101 14.73951534965729
+0 NATO 3C
+1 11115U 78106A   16017.69710793 -.00000244  00000-0  00000+0 0  9998
+2 11115  14.7365 348.3651 0007684 243.3830 302.5670  0.98485927617879
+0 COSMOS 1051
+1 11128U 78109A   16016.77260185 -.00000006 +00000-0 +60573-4 0  9990
+2 11128 074.0172 130.2762 0057841 045.6273 107.8477 12.55909188701469
+0 COSMOS 1052
+1 11129U 78109B   16017.18940044 -.00000004  00000-0  72571-4 0  9995
+2 11129  74.0137 205.5295 0049130 142.5073 264.8774 12.53672438698805
+0 COSMOS 1053
+1 11130U 78109C   16017.85585929 -.00000021  00000-0 -28399-4 0  9997
+2 11130  74.0178 280.1119 0037891 229.5405 193.9649 12.51445056695871
+0 COSMOS 1054
+1 11131U 78109D   16017.09067101 -.00000004  00000-0  76949-4 0  9995
+2 11131  74.0178 354.5621 0027786 323.1815 105.8957 12.49260125692830
+0 COSMOS 1055
+1 11132U 78109E   16018.23896874 -.00000024  00000-0 -55658-4 0  9997
+2 11132  74.0167  72.5408 0016005  71.8456 356.6581 12.46901157689771
+0 COSMOS 1056
+1 11133U 78109F   16017.55368209 -.00000005  00000-0  78540-4 0  9991
+2 11133  74.0160 154.5200 0020318 210.8098 220.6681 12.44466364686395
+0 COSMOS 1057
+1 11134U 78109G   16017.26826119 -.00000012  00000-0  24230-4 0  9994
+2 11134  74.0140 234.3415 0022249 335.9359  70.9572 12.42081989683131
+0 COSMOS 1058
+1 11135U 78109H   16018.24073956 -.00000009  00000-0  46816-4 0  9997
+2 11135  74.0191 320.2517 0035675  82.0417  24.8149 12.39456769679702
+0 SL-8 R/B
+1 11136U 78109J   16017.79011019 -.00000042  00000-0 -26764-3 0  9996
+2 11136  74.0139 261.3409 0130336 138.7785 222.3180 12.19179272652189
+0 OPS 5114 (NAVSTAR 4)
+1 11141U 78112A   16017.47670582  .00000106  00000-0  00000+0 0  9997
+2 11141  62.5323 182.2664 0103856  27.4112 342.4863  1.92895012155862
+0 ATLAS F R/B
+1 11142U 78112B   16017.44085619  .00000066  00000-0  17900-3 0  9992
+2 11142  63.7565 180.6332 4925983 346.3559  14.2264  5.34599414712420
+0 OPS 9441 (DSCS 2-11)
+1 11144U 78113A   16014.58508640 -.00000131  00000-0  00000+0 0  9994
+2 11144  16.7438 347.3864 0024529 114.2504  61.8138  0.94032814 75725
+0 OPS 9442 (DSCS 2-12)
+1 11145U 78113B   16017.01262884 -.00000044  00000-0  00000+0 0  9996
+2 11145  15.0129 340.4579 0002882 102.3609  81.7776  0.98440473 79668
+0 TITAN 3C TRANSTAGE R/B
+1 11147U 78113D   16016.79985711 -.00000211 +00000-0 +00000-0 0  9990
+2 11147 017.6445 342.0367 0270212 330.0288 277.0777 00.93757244078694
+0 ANIK B1 (TELESAT-4)
+1 11153U 78116A   16015.98754515  .00000086  00000-0  00000+0 0  9994
+2 11153  14.8082 350.7978 0026118 223.6958 312.1797  0.99807656 98050
+0 GORIZONT 1
+1 11158U 78118A   16016.25741290 -.00000186 +00000-0 +00000-0 0  9991
+2 11158 017.1948 278.6684 3399203 170.5976 197.9411 01.00234298084781
+0 COSMOS 1066
+1 11165U 78121A   16017.57934548  .00000203  00000-0  10365-3 0  9996
+2 11165  81.2375  11.0796 0051253  88.3710 272.3331 14.11545789424959
+0 SL-3 R/B
+1 11166U 78121B   16016.95835824 +.00000142 +00000-0 +67368-4 0  9993
+2 11166 081.2413 329.1844 0065477 296.4717 062.9748 14.13671473910645
+0 COSMOS 1067
+1 11168U 78122A   16016.71701064 -.00000001 +00000-0 -34839-4 0  9991
+2 11168 082.9703 247.4186 0036924 122.7389 346.6602 13.20136070769109
+0 SL-8 R/B
+1 11170U 78122B   16016.95972661 -.00000020 +00000-0 -80731-4 0  9996
+2 11170 082.9692 218.9465 0025414 358.7127 165.9626 13.22008623770200
+0 COSMOS 1072
+1 11238U 79003A   16017.45777595  .00000046  00000-0  31993-4 0  9997
+2 11238  82.9427 140.3958 0038488 123.1628 303.0226 13.74107477855233
+0 SL-8 R/B
+1 11239U 79003B   16016.80545709 +.00000057 +00000-0 +42551-4 0  9990
+2 11239 082.9398 112.6026 0041455 039.8214 091.9764 13.75794241856458
+0 METEOR 1-29
+1 11251U 79005A   16017.13113469  .00003406  00000-0  10569-3 0  9991
+2 11251  97.7778 199.5566 0018978 106.1093 254.2240 15.33988312560273
+0 SCATHA
+1 11256U 79007A   16016.45271319 +.00000017 +00000-0 +00000-0 0  9992
+2 11256 017.6449 334.6370 1792895 009.0736 121.9120 01.01526541103825
+0 AYAME 1 (ECS 1)
+1 11261U 79009A   16016.64694333 -.00000060 +00000-0 +00000-0 0  9995
+2 11261 007.5005 167.7042 3635638 051.0216 338.0382 01.68579087112019
+0 SL-14 R/B
+1 11267U 79011B   16017.99083044  .00000259  00000-0  24946-4 0  9992
+2 11267  82.5253 356.7657 0017908 141.9535 218.2951 14.88701654998666
+0 EKRAN 3
+1 11273U 79015A   16016.81978234 -.00000321 +00000-0 +00000-0 0  9999
+2 11273 013.1381 326.8742 0040751 259.0190 284.9218 01.00272331096860
+0 METEOR 2-4
+1 11288U 79021A   16017.21792260  .00000203  00000-0  10441-3 0  9991
+2 11288  81.2159 264.0166 0023065 287.2435  72.6212 14.11788083898499
+0 SL-3 R/B
+1 11289U 79021B   16017.19163131  .00000152  00000-0  75267-4 0  9999
+2 11289  81.2487 308.5116 0074321 260.5218  98.7548 14.11528924897897
+0 SL-3 DEB
+1 11290U 79021C   16017.13819728  .00000215  00000-0  11268-3 0  9995
+2 11290  81.2026 262.6827 0032335  56.0611 304.3627 14.10772773897640
+0 COSMOS 1081
+1 11296U 79024A   16016.94577814 -.00000019 +00000-0 -17645-4 0  9999
+2 11296 074.0343 107.8093 0038508 105.4719 013.8434 12.57234764690842
+0 COSMOS 1082
+1 11297U 79024B   16018.18933484  .00000001  00000-0  10283-3 0  9996
+2 11297  74.0320 185.6606 0027041 205.7832 197.5959 12.54908186287940
+0 COSMOS 1083
+1 11298U 79024C   16018.11891914 -.00000009  00000-0  44917-4 0  9992
+2 11298  74.0326 263.2705 0015245 288.2155 226.4844 12.52560808684845
+0 COSMOS 1084
+1 11299U 79024D   16016.92536359 -.00000001 +00000-0 +95790-4 0  9996
+2 11299 074.0354 337.7815 0000949 074.7504 313.6124 12.50437507681616
+0 COSMOS 1085
+1 11300U 79024E   16017.52665475 -.00000004  00000-0  81726-4 0  9995
+2 11300  74.0333 147.3014 0024485   9.9181  61.1500 12.45242888675036
+0 COSMOS 1086
+1 11301U 79024F   16017.23654353 -.00000022  00000-0 -42821-4 0  9991
+2 11301  74.0333  62.1184 0011525 288.5629 134.4171 12.47831567678392
+0 COSMOS 1087
+1 11302U 79024G   16018.16753266 -.00000009  00000-0  48871-4 0  9993
+2 11302  74.0305 225.9703 0036749 112.5842 341.2998 12.42830279671792
+0 COSMOS 1088
+1 11303U 79024H   16016.96178951 -.00000012 +00000-0 +29344-4 0  9990
+2 11303 074.0361 317.0202 0052286 209.1224 218.5757 12.40112547667897
+0 SL-8 R/B
+1 11304U 79024J   16016.79416626 -.00000014 +00000-0 -42855-5 0  9992
+2 11304 074.0405 121.2322 0143925 075.3521 097.1472 12.24191019646276
+0 COSMOS 1089
+1 11308U 79026A   16017.54743866  .00000031  00000-0  16091-4 0  9990
+2 11308  82.9750  80.8294 0022232 196.0145 275.5446 13.75125164846853
+0 SL-8 R/B
+1 11309U 79026B   16016.56378995  .00000095  00000-0  80608-4 0  9994
+2 11309  82.9686  49.2628 0020558  95.0564 265.2941 13.77058560848916
+0 COSMOS 1091
+1 11320U 79028A   16017.55094757  .00000030  00000-0  16117-4 0  9993
+2 11320  82.9227  77.3114 0029621 326.6588 146.5666 13.74612034844797
+0 SL-8 R/B
+1 11321U 79028B   16017.19532758 -.00000003  00000-0 -18776-4 0  9997
+2 11321  82.9200  47.5742 0017901 229.4949 197.3761 13.76432407846916
+0 COSMOS 1092
+1 11326U 79030A   16018.07456234  .00000059  00000-0  45391-4 0  9999
+2 11326  82.9498 342.7273 0027843 279.5221 128.5456 13.75319053 79829
+0 SL-8 R/B
+1 11327U 79030B   16017.86454941  .00000065  00000-0  49877-4 0  9999
+2 11327  82.9519 319.2285 0027448 182.2364 231.0823 13.76975131848081
+0 RADUGA 5
+1 11343U 79035A   16015.65141384 -.00000164 +00000-0 +00000-0 0  9993
+2 11343 013.2715 327.4720 0002288 178.8585 283.1148 01.00293984091193
+0 OPS 6392 (FLTSATCOM 2)
+1 11353U 79038A   16016.13345825 -.00000181 +00000-0 +00000-0 0  9996
+2 11353 014.5817 339.2372 0016760 330.1308 220.6771 00.98545024132882
+0 COSMOS 1104
+1 11378U 79046A   16017.50913278  .00000045  00000-0  30857-4 0  9992
+2 11378  82.9464   0.7292 0033589  34.5554  84.9255 13.75756491838740
+0 SL-8 R/B
+1 11379U 79046B   16017.44935120  .00000069  00000-0  53842-4 0  9991
+2 11379  82.9459 332.1358 0020565 209.0908 290.7777 13.77388633820302
+0 NOAA 6
+1 11416U 79057A   16017.55284256  .00000155  00000-0  72098-4 0  9994
+2 11416  98.5296   5.5120 0010061 342.7906  17.2936 14.33300879906063
+0 COSMOS 1109
+1 11417U 79058A   16016.70201022 +.00000818 +00000-0 +00000-0 0  9998
+2 11417 069.1513 033.5397 6345014 334.7889 004.4418 02.01389847157226
+0 COSMOS 1110
+1 11425U 79060A   16017.45892707  .00000045  00000-0  25896-4 0  9995
+2 11425  74.0148  11.5132 0015434 258.1673 101.7747 14.33137819909635
+0 SL-8 R/B
+1 11427U 79060B   16017.85948880  .00000115  00000-0  47294-4 0  9999
+2 11427  74.0176 257.8268 0019904 164.3683 195.8090 14.37226735913740
+0 GORIZONT 2
+1 11440U 79062A   16015.88543756 -.00000012 +00000-0 +00000-0 0  9997
+2 11440 013.5402 329.6060 0006493 244.0733 284.7635 01.00246592099864
+0 MOLNIYA 1-44
+1 11474U 79070A   16018.13611516  .00126829  22166-5  68786-3 0  9998
+2 11474  62.0979  45.4604 2204662 287.1892  50.0565 11.20325985503278
+0 WESTAR 3
+1 11484U 79072A   16017.22479100 -.00000274  00000-0  00000+0 0  9996
+2 11484  14.9007 355.3263 0005814 238.5211 293.1789  0.99955247102572
+0 COSMOS 1124
+1 11509U 79077A   16017.99738628 -.00000146  00000-0  00000+0 0  9994
+2 11509  66.7688  18.2021 6291275  59.3894 347.9477  2.00999079267015
+0 COSMOS 1125
+1 11510U 79078A   16017.85347218  .00000049  00000-0  27331-4 0  9995
+2 11510  74.0362 287.8566 0012748 350.1864   9.9036 14.33033646900877
+0 SL-8 R/B
+1 11511U 79078B   16016.94897574 +.00000036 +00000-0 +21257-4 0  9997
+2 11511 074.0350 185.9215 0016030 200.0356 160.0170 14.36683817904079
+0 COSMOS 1130
+1 11538U 79084A   16016.78198653 -.00000001 +00000-0 +88905-4 0  9993
+2 11538 074.0250 136.1414 0052139 110.8446 043.1986 12.56213812665067
+0 COSMOS 1131
+1 11539U 79084B   16016.91719809 -.00000004 +00000-0 +74300-4 0  9998
+2 11539 074.0218 198.2978 0045996 192.6995 345.4763 12.54337192662565
+0 COSMOS 1132
+1 11540U 79084C   16017.78854742 -.00000026  00000-0 -60505-4 0  9999
+2 11540  74.0237 254.2888 0036802 256.8855 168.3045 12.52613456660634
+0 COSMOS 1133
+1 11541U 79084D   16016.96190142 -.00000006 +00000-0 +62054-4 0  9994
+2 11541 074.0268 313.8909 0028297 332.1794 094.6469 12.50830515592083
+0 COSMOS 1134
+1 11542U 79084E   16016.93960131 -.00000004 +00000-0 +81141-4 0  9991
+2 11542 074.0249 013.6387 0018212 050.3431 333.7831 12.49026821655592
+0 COSMOS 1135
+1 11543U 79084F   16016.58796596 -.00000020 +00000-0 -26970-4 0  9993
+2 11543 074.0247 078.5979 0019023 163.9383 267.2217 12.47052088652875
+0 COSMOS 1136
+1 11544U 79084G   16016.76922216 -.00000003 +00000-0 +86161-4 0  9992
+2 11544 074.0248 136.9703 0016379 263.1351 251.6817 12.45259903650537
+0 COSMOS 1137
+1 11545U 79084H   16017.18930409 -.00000005  00000-0  77726-4 0  9992
+2 11545  74.0216 205.4150 0026605 354.2073  52.5644 12.43149622648039
+0 SL-8 R/B
+1 11546U 79084J   16016.88447634 -.00000931 +00000-0 -83984-2 0  9992
+2 11546 074.0205 154.7008 0125257 078.5915 092.5336 12.22316876620036
+0 SL-6 R/B(2)
+1 11550U 79077D   16017.72915722 -.00000596  00000-0  00000+0 0  9992
+2 11550  66.7236   6.1223 6252410  67.0966 345.4936  1.98959106264411
+0 EKRAN 4
+1 11561U 79087A   16017.84628093 -.00000223  00000-0  00000+0 0  9997
+2 11561  13.4525 328.9012 0004374  38.7305 141.6034  1.00231396 94787
+0 SL-12 R/B(2)
+1 11567U 74017F   16017.32002407 -.00000133  00000-0  00000+0 0  9999
+2 11567   9.3088 313.1515 0048708 320.6214 201.6403  1.01006098154241
+0 SL-12 R/B(2)
+1 11568U 75123F   16015.94808304 +.00000129 +00000-0 +00000-0 0  9990
+2 11568 011.0845 317.5029 0012291 106.5974 068.9982 01.00501433083758
+0 SL-12 R/B(2)
+1 11569U 76107F   16016.64167937 +.00000037 +00000-0 +00000-0 0  9990
+2 11569 011.2135 317.8705 0007802 088.7768 099.7575 01.01454528146899
+0 SL-12 R/B(2)
+1 11570U 77071F   16016.07062907 -.00000047 +00000-0 +00000-0 0  9993
+2 11570 013.8851 326.3961 0007344 032.7822 202.0358 00.97736303082204
+0 SL-12 R/B(2)
+1 11571U 77092G   16016.30661780 -.00000228  00000-0  00000+0 0  9997
+2 11571  11.8602 320.9712 0007214  68.8114 139.2025  1.01283355 84395
+0 COSMOS 1140
+1 11573U 79089A   16017.84046273  .00000097  00000-0  41966-4 0  9995
+2 11573  74.0648 204.4696 0016065 191.0837 168.9965 14.36474630898890
+0 SL-8 R/B
+1 11574U 79089B   16017.74619332  .00000086  00000-0  35230-4 0  9992
+2 11574  74.0701  92.2493 0014874 131.5989 228.6444 14.40540206902779
+0 EKRAN 2 DEB
+1 11581U 77092H   16017.70202814 -.00000376  00000-0  00000+0 0  9996
+2 11581  12.4426 322.6502 0005788 151.2438  17.4145  1.00223988 66208
+0 COSMOS 1141
+1 11585U 79090A   16017.86028694  .00000054  00000-0  39412-4 0  9995
+2 11585  82.9508 135.4890 0028794 345.5791 130.6692 13.76894620821462
+0 SL-8 R/B
+1 11586U 79090B   16017.79625993  .00000018  00000-0  29430-5 0  9993
+2 11586  82.9454  98.0025 0026285 225.2619 274.6603 13.78941073823979
+0 SL-8 DEB
+1 11587U 78007C   16016.15447660  .00002337  00000-0  59475-3 0  9999
+2 11587  82.9191  54.2798 0010332 242.9565 117.0579 14.50317078841628
+0 METEOR 2-5
+1 11605U 79095A   16017.38107507  .00000006  00000-0 -38303-5 0  9998
+2 11605  81.2120 330.1854 0010673 156.0287 204.1381 14.07022766858587
+0 SL-3 R/B
+1 11608U 79095B   16017.06300229  .00000010  00000-0 -15767-5 0  9996
+2 11608  81.2145 352.8112 0054684 173.6851 186.5019 14.06087709857405
+0 OPS 9443 (DSCS 2-13)
+1 11621U 79098A   16015.32479807 -.00000108  00000-0  00000+0 0  9996
+2 11621  16.2740 346.7673 0005425  20.4671 149.1109  0.95598526579033
+0 OPS 9444 (DSCS 2-14)
+1 11622U 79098B   16017.20284362 -.00000208  00000-0  00000+0 0  9997
+2 11622  15.0414 342.0819 0003079 307.4950 256.1828  0.98352407 74554
+0 TITAN 3C TRANSTAGE R/B
+1 11623U 79098C   16017.58601873 -.00000226  00000-0  00000+0 0  9999
+2 11623  16.9255 342.5409 0311682 335.5468 145.3288  0.95319233 86386
+0 OPS 4682 DEB
+1 11631U 65027F   16016.23888914  .00000310  00000-0  10670-2 0  9999
+2 11631  90.2998 270.1849 0032567 348.6718 132.7201 12.95679604633111
+0 SATCOM 3
+1 11635U 79101A   16017.23738905 -.00000049  00000-0  00000+0 0  9999
+2 11635   8.8875  88.8009 4827213 116.8832 284.9963  1.82532541154511
+0 DELTA 1 R/B(1)
+1 11636U 79101B   16017.15295631  .00000092  00000-0  14477-4 0  9990
+2 11636  28.2169  48.6680 1268194 124.4712 248.2215 12.19672331532314
+0 GORIZONT 3
+1 11648U 79105A   16017.84674140 -.00000241  00000-0  00000+0 0  9998
+2 11648  13.6299 330.7408 0013619 166.5592  11.4921  1.00343064 84327
+0 COSMOS 1150
+1 11667U 80003A   16018.24412458  .00000029  00000-0  14055-4 0  9998
+2 11667  82.9528 103.9773 0033301  71.8714 315.7030 13.73435333804674
+0 SL-8 R/B
+1 11668U 80003B   16016.66671235  .00000013  00000-0 -17660-5 0  9993
+2 11668  82.9478  68.9936 0020662 312.1523 168.3337 13.75592950807020
+0 OPS 6393 (FLTSATCOM 3)
+1 11669U 80004A   16015.20967249 -.00000302  00000-0  00000+0 0  9992
+2 11669  12.7890 338.7921 0026180 153.4237   5.5379  1.00342994131788
+0 SL-14 R/B
+1 11672U 80005B   16018.06947237  .00000254  00000-0  25172-4 0  9996
+2 11672  82.5138 206.4622 0015667 227.0671 132.9232 14.87729175946651
+0 SL-12 R/B(2)
+1 11676U 75097F   16017.43404273  .00000104  00000-0  00000+0 0  9995
+2 11676  10.9691 316.3933 0020270 113.0154  41.5647  1.00118459 81042
+0 COSMOS 1153
+1 11680U 80007A   16017.40930683  .00000034  00000-0  19372-4 0  9992
+2 11680  82.9336 106.0514 0038479 120.8019 289.0153 13.73596308803215
+0 SL-8 R/B
+1 11681U 80007B   16017.68464532  .00000013  00000-0 -16626-5 0  9996
+2 11681  82.9309  77.9125 0035936 353.2014 120.3213 13.75414276805381
+0 SL-12 R/B(2)
+1 11684U 79105E   16014.94856207 +.00000019 +00000-0 +00000-0 0  9995
+2 11684 014.4398 333.0868 0018983 201.9646 336.8635 00.98681923083460
+0 OPS 5117 (NAVSTAR 5)
+1 11690U 80011A   16017.68503799  .00000073  00000-0  00000+0 0  9998
+2 11690  63.1971 166.6285 0433461 191.3344 191.0665  2.00573862277430
+0 COSMOS 1156
+1 11691U 80012A   16017.42255446 -.00000017  00000-0 -41615-5 0  9998
+2 11691  74.0219 113.0872 0049508 300.6652 127.0830 12.56842997648713
+0 COSMOS 1157
+1 11692U 80012B   16016.98186634 -.00000007  00000-0  56571-4 0  9995
+2 11692  74.0185 190.2564 0039045  41.1899 119.7305 12.54512839645603
+0 COSMOS 1158
+1 11693U 80012C   16016.91369647 -.00000024 +00000-0 -51729-4 0  9996
+2 11693 074.0209 262.9880 0026979 129.8152 007.7142 12.52296075642462
+0 COSMOS 1159
+1 11694U 80012D   16017.24361233 -.00000005  00000-0  72830-4 0  9991
+2 11694  74.0230 334.8779 0018901 231.1343 233.5187 12.50073732639823
+0 COSMOS 1160
+1 11695U 80012E   16017.19904553 -.00000022  00000-0 -39971-4 0  9993
+2 11695  74.0209  51.5077 0011379 355.2844  68.5574 12.47724306636740
+0 COSMOS 1161
+1 11696U 80012F   16016.76694854 -.00000005 +00000-0 +72794-4 0  9996
+2 11696 074.0213 135.8019 0021471 134.5837 019.8555 12.45122967633054
+0 COSMOS 1162
+1 11697U 80012G   16016.96563021 -.00000012 +00000-0 +25932-4 0  9990
+2 11697 074.0179 213.9336 0030373 248.7192 268.1171 12.42694048629890
+0 COSMOS 1163
+1 11698U 80012H   16016.74184473 -.00000008  00000-0  59922-4 0  9998
+2 11698  74.0235 304.0076 0045589 349.1192  25.2879 12.39902725626094
+0 SL-8 R/B
+1 11699U 80012J   16017.49258144 -.00000034  00000-0 -16818-3 0  9995
+2 11699  74.0162 128.1574 0142546 270.3293 163.6931 12.22599100603766
+0 ATLAS 35F R/B
+1 11705U 80011B   16017.04734784 -.00000533  00000-0 -39381-2 0  9995
+2 11705  63.8703  10.5104 5106261 349.2880   2.9779  4.97646824650037
+0 RADUGA 6
+1 11708U 80016A   16015.60097066 -.00000171 +00000-0 +00000-0 0  9999
+2 11708 013.4922 329.8917 0005351 215.1782 225.6588 01.00343914084002
+0 AYAME 2 (ECS-2)
+1 11715U 80018A   16017.34593414 -.00000079  00000-0  00000+0 0  9996
+2 11715   9.1538 348.2744 4396591  57.8398  14.1727  1.75491517168256
+0 SL-12 R/B(2)
+1 11728U 80016D   16017.32073301 -.00000074  00000-0  00000+0 0  9999
+2 11728  14.8736 333.7668 0017204 198.9517 332.0223  0.97621735 82465
+0 COSMOS 1168
+1 11735U 80022A   16017.17112963  .00000039  00000-0  24387-4 0  9994
+2 11735  82.9443 211.0038 0035690 172.0800 325.5393 13.74912829797633
+0 SL-8 R/B
+1 11736U 80022B   16017.88288787  .00000063  00000-0  48372-4 0  9998
+2 11736  82.9422 181.6829 0034571  98.0965  67.3997 13.76402878799720
+0 COSMOS 1171
+1 11750U 80026A   16017.50838459 -.00000073  00000-0  75908-5 0  9992
+2 11750  65.8425 125.4092 0023036 339.3170 101.3035 13.73693279795328
+0 SL-8 R/B
+1 11751U 80026B   16017.21620741 -.00000043  00000-0  38260-4 0  9990
+2 11751  65.8422 341.0570 0007136 346.7722 102.5767 13.77003196798708
+0 SL-8 DEB
+1 11752U 80026C   16016.82427248 -.00000049 +00000-0 +32605-4 0  9997
+2 11752 065.8426 086.0075 0025133 330.9819 129.6568 13.74993457795990
+0 COSMOS 1174
+1 11765U 80030A   16017.19277314  .00001401  00000-0  75281-4 0  9993
+2 11765  66.0865 263.2140 0567625 265.8562  87.7503 14.36976361832500
+0 COSMOS 1174 DEB
+1 11778U 80030K   16017.79386437  .00000212  00000-0  12195-3 0  9993
+2 11778  66.4820 327.4679 0474335 193.0181 165.8293 13.80670551777167
+0 OPS 5118 (NAVSTAR 6)
+1 11783U 80032A   16017.53166469 -.00000026  00000-0  00000+0 0  9996
+2 11783  63.5786  15.7952 0489597  60.5252 169.6602  2.03455187264364
+0 COSMOS 1176
+1 11788U 80034A   16017.44442194 -.00000082  00000-0  80609-5 0  9996
+2 11788  64.8296 357.0605 0052627 323.0302  36.7139 13.92927770819535
+0 DELTA 1 R/B(2) *
+1 11792U 66096C   16017.50813759  .00002686  00000-0  38976-2 0  9997
+2 11792  17.8760 148.0045 6215516 124.1708 310.7616  3.60969943291962
+0 COSMOS 1181
+1 11803U 80039A   16017.92374262  .00000049  00000-0  35819-4 0  9996
+2 11803  82.9466 148.1085 0022933  35.3183  82.0961 13.73942059787875
+0 SL-8 R/B
+1 11804U 80039B   16016.90903409 +.00000048 +00000-0 +33694-4 0  9993
+2 11804 082.9448 115.0277 0019709 242.5607 254.7281 13.76110388789962
+0 SL-3 R/B
+1 11822U 80044B   16017.20186244  .00005536  00000-0  13442-3 0  9998
+2 11822  81.2344 123.2384 0013376 328.7405  31.3040 15.40713420952981
+0 GORIZONT 4
+1 11841U 80049A   16017.28300883 -.00000264  00000-0  00000+0 0  9995
+2 11841  14.5639 335.0076 0005639 249.8870 140.7918  0.98631256196039
+0 SL-6 R/B(2)
+1 11847U 80050B   16016.49630808 -.00000252  00000-0  21093-3 0  9994
+2 11847  64.1839  97.2841 7386883   5.0125 359.5681  1.99578669258979
+0 SL-3 R/B
+1 11849U 80051B   16018.21365764  .00059384  00000-0  32857-3 0  9994
+2 11849  97.6889 318.9684 0001936  29.7646 330.3730 15.79436150957443
+0 SL-12 R/B(2)
+1 11862U 80049F   16014.04307558 -.00000135  00000-0  00000+0 0  9992
+2 11862  15.0192 335.6895 0028176 119.1940 343.0120  0.97938142 82912
+0 COSMOS 1190
+1 11869U 80056A   16017.49659407  .00000077  00000-0  37069-4 0  9996
+2 11869  74.0462 149.9068 0014250 210.9029 149.1286 14.33500846857872
+0 SL-8 R/B
+1 11870U 80056B   16017.73371244  .00000048  00000-0  25074-4 0  9996
+2 11870  74.0526  76.0738 0015894 161.7802 198.3925 14.36765646860634
+0 COSMOS 1191
+1 11871U 80057A   16016.92334917 -.00000181 +00000-0 +00000-0 0  9991
+2 11871 067.8766 352.2925 5724481 084.8233 151.9960 02.00845695167023
+0 COSMOS 1192
+1 11875U 80058A   16016.90441501 -.00000016 +00000-0 +21857-5 0  9997
+2 11875 074.0189 103.2725 0049226 152.1073 255.2503 12.57152834630206
+0 COSMOS 1193
+1 11876U 80058B   16016.94790727 -.00000006 +00000-0 +63145-4 0  9993
+2 11876 074.0162 176.5348 0039676 245.3669 277.9486 12.54896696627302
+0 COSMOS 1194
+1 11877U 80058C   16017.80767678 -.00000016  00000-0 -19941-5 0  9997
+2 11877  74.0165 245.0954 0027361 320.5050  39.4008 12.52746996624852
+0 COSMOS 1195
+1 11878U 80058D   16016.82374446 +.00000000 +00000-0 +10555-3 0  9997
+2 11878 074.0204 316.7164 0015327 051.4437 337.7771 12.50563678621742
+0 COSMOS 1196
+1 11879U 80058E   16017.20323841 -.00000015  00000-0  84748-5 0  9998
+2 11879  74.0179  27.3518 0004714 173.8241 259.1302 12.48358494619101
+0 COSMOS 1197
+1 11880U 80058F   16016.91307596 -.00000016 +00000-0 -36597-5 0  9997
+2 11880 074.0187 104.2947 0013760 329.8690 076.8116 12.45961242615724
+0 COSMOS 1198
+1 11881U 80058G   16018.14428539  .00000007  00000-0  15969-3 0  9992
+2 11881  74.0163 173.4216 0021439  83.7583  30.6200 12.43744446613245
+0 COSMOS 1199
+1 11882U 80058H   16016.67147605 -.00000017  00000-0 -13929-4 0  9999
+2 11882  74.0174 257.7631 0036625 175.7676 214.0038 12.41158860609714
+0 SL-8 R/B
+1 11883U 80058J   16018.17782463 -.00000002  00000-0  10818-3 0  9990
+2 11883  74.0113  71.7325 0132424  84.8326 330.0784 12.23905391587528
+0 SL-6 R/B(2)
+1 11888U 80057D   16016.57805828  .00000176  00000-0  00000+0 0  9996
+2 11888  66.9618 332.5810 6099429  70.5646 343.3296  1.99476447258885
+0 MOLNIYA 3-13
+1 11896U 80063A   16017.32109863  .00000166  00000-0  41813-2 0  9991
+2 11896  62.7806 119.6978 7240657 263.0405  17.5308  2.00640311260131
+0 SL-6 R/B(2)
+1 11909U 80063D   16016.21069459 -.00000125 +00000-0 +00000-0 0  9996
+2 11909 062.8058 183.2660 7140677 263.6061 018.2055 01.96644083254792
+0 SL-12 R/B(2)
+1 11926U 78118C   16016.92219029 -.00000176 +00000-0 +00000-0 0  9997
+2 11926 016.2781 274.4084 3387333 177.7328 052.8089 01.01604526132913
+0 SL-12 R/B(2)
+1 11941U 78073F   16013.98889711 -.00000099  00000-0  00000+0 0  9991
+2 11941  14.4343 329.4663 0011277  73.3808  99.9415  0.97568951126148
+0 METEOR 2-6
+1 11962U 80073A   16018.12240102  .00000214  00000-0  11227-3 0  9998
+2 11962  81.2211 204.5445 0037481 106.6584 253.8707 14.10496274818741
+0 SL-3 R/B
+1 11963U 80073B   16017.18440564 -.00000030  00000-0 -24507-4 0  9992
+2 11963  81.2759 265.4901 0074583 102.1572 258.7967 14.09636087817695
+0 GOES 4
+1 11964U 80074A   16017.28941263 -.00000324  00000-0  00000+0 0  9999
+2 11964  14.6922 340.5624 0031115 356.0782  27.5368  0.99233188 89891
+0 GOES 4 AKM
+1 11970U 80074C   16010.85801216 -.00000187  00000-0  00000+0 0  9992
+2 11970  23.7022 347.2994 1702785 178.7766 355.1455  0.81532722105189
+0 COSMOS 1176 FUEL CORE
+1 11971U 80034D   16016.83311497 -.00000078 +00000-0 +10919-4 0  9994
+2 11971 064.8334 130.9962 0052531 275.9047 168.1166 13.96848019814213
+0 DELTA 1 R/B(2)
+1 11984U 67026C   16017.00184929  .00001387  00000-0  47982-3 0  9994
+2 11984  26.0328   5.1647 4633840 209.4268 113.8205  6.15708696310987
+0 TRANSIT 11 DEB
+1 11991U 66005H   16018.23354572  .00000504  00000-0  41435-3 0  9994
+2 11991  90.2091 258.0066 0184992  68.9388  49.2117 13.80396970496443
+0 DELTA 1 DEB
+1 12000U 73086GL  16017.89935536  .00000004  00000-0  37489-3 0  9998
+2 12000 101.8700   1.4617 0020890 127.9090 260.0614 12.36123594 78176
+0 RADUGA 7
+1 12003U 80081A   16016.41878939 -.00000067 +00000-0 +00000-0 0  9990
+2 12003 013.5747 331.4823 0013076 220.8339 323.7662 01.00161779085153
+0 COSMOS 1217
+1 12032U 80085A   16016.72986561 -.00000914 +00000-0 +00000-0 0  9992
+2 12032 068.8371 054.2114 6580695 012.6153 132.5200 02.01013000205756
+0 SBS 1
+1 12065U 80091A   16017.11420262 -.00000035  00000-0  00000+0 0  9993
+2 12065  15.0467 352.7780 0003368  96.9179 318.3630  0.99815169 91756
+0 COSMOS 1223
+1 12078U 80095A   16016.58673509  .00000188  00000-0  00000+0 0  9993
+2 12078  70.6313 205.5655 4943580  58.1384 274.5686  2.00713520257259
+0 SL-6 R/B(2)
+1 12086U 80095E   16017.93518669 -.00000853  00000-0  00000+0 0  9997
+2 12086  67.5675  50.0613 5783477  99.5006 354.9074  1.99088758255403
+0 COSMOS 1225
+1 12087U 80097A   16017.72691909  .00000045  00000-0  30979-4 0  9991
+2 12087  82.9445  49.4850 0055484 216.4684 280.8889 13.74447690761180
+0 SL-8 R/B
+1 12088U 80097B   16016.93537023 +.00000005 +00000-0 -10815-4 0  9994
+2 12088 082.9407 006.9419 0050333 075.1256 285.5468 13.76906103763819
+0 INTELSAT 502
+1 12089U 80098A   16016.18522016 -.00000219  00000-0  00000+0 0  9996
+2 12089  15.2211 359.8787 0014407 233.0541 304.5287  0.98891511 96089
+0 COSMOS 1226
+1 12091U 80099A   16018.22080030  .00000031  00000-0  16587-4 0  9995
+2 12091  82.9430 299.5541 0032577 221.1732 248.0344 13.74461674760571
+0 SL-8 R/B
+1 12092U 80099B   16016.76910043  .00000015  00000-0 -15702-6 0  9992
+2 12092  82.9423 268.4766 0031205 111.1873 280.1823 13.76908030763081
+0 OPS 4988 DEB
+1 12099U 65016K   16016.87678477  .00000181  00000-0  15140-3 0  9991
+2 12099  70.0761 159.5588 0022029 285.1406 238.3455 14.02713795593530
+0 OPS 4682 DEB
+1 12102U 65027G   16017.21224992  .00000353  00000-0  12148-2 0  9991
+2 12102  90.3064 278.9915 0039488  10.9175 146.9508 12.95823534397369
+0 COSMOS 1228
+1 12107U 80102A   16016.56098810 -.00000014  00000-0  13777-4 0  9998
+2 12107  73.9952  36.4916 0045082  15.7203 146.2883 12.58592232611137
+0 COSMOS 1229
+1 12108U 80102B   16017.71974708 -.00000012  00000-0  23468-4 0  9992
+2 12108  73.9947 115.1988 0031064 118.6151  49.7952 12.56065556608048
+0 COSMOS 1230
+1 12109U 80102C   16018.24341435 -.00000015  00000-0  66782-5 0  9997
+2 12109  73.9935  56.6341 0040668  48.9994  16.7480 12.57866116610436
+0 COSMOS 1231
+1 12110U 80102D   16016.85166432 -.00000021 +00000-0 -31504-4 0  9997
+2 12110 073.9942 083.7683 0036308 077.0241 329.9335 12.57079841609044
+0 COSMOS 1232
+1 12111U 80102E   16016.95021100 -.00000018 +00000-0 -98721-5 0  9992
+2 12111 073.9948 109.5705 0032087 104.2082 015.5641 12.56273607608029
+0 COSMOS 1233
+1 12112U 80102F   16017.50487880 -.00000013  00000-0  16028-4 0  9999
+2 12112  73.9945 132.7194 0028651 125.9620 307.1169 12.55528244607356
+0 COSMOS 1234
+1 12113U 80102G   16017.52544367 -.00000019  00000-0 -19767-4 0  9996
+2 12113  73.9946  96.6097 0034131  87.3834  17.4217 12.56655326608737
+0 COSMOS 1235
+1 12114U 80102H   16018.22022557 -.00000018  00000-0 -13336-4 0  9992
+2 12114  73.9937 110.9400 0031609 107.3471 279.1718 12.56177088608279
+0 SL-8 R/B
+1 12115U 80102J   16017.91149094 -.00000084  00000-0 -43258-3 0  9992
+2 12115  73.9876 224.6064 0020509 272.4226 193.1198 12.52358675603372
+0 EKRAN 6
+1 12120U 80104A   16018.02412376 -.00000049  00000-0  00000+0 0  9993
+2 12120  13.7811 332.4577 0007066 302.4746 277.5518  1.00321299 89262
+0 COSMOS 1238
+1 12138U 81003A   16017.22165308  .00001735  00000-0  12571-3 0  9994
+2 12138  82.9577 295.4124 0722567  76.0967 291.9446 13.93134536738030
+0 SL-8 R/B
+1 12139U 81003B   16017.18000467  .00004895  00000-0  24620-3 0  9992
+2 12139  82.9481 247.3538 0488642 346.8206  12.0582 14.50438463771925
+0 COSMOS 1241
+1 12149U 81006A   16017.82222963 -.00000068  00000-0  13554-4 0  9998
+2 12149  65.8244 126.3916 0017924 219.3468 286.5153 13.72158817753189
+0 SL-8 R/B
+1 12150U 81006B   16017.86106133 -.00000023  00000-0  58932-4 0  9994
+2 12150  65.8223 272.2160 0042488 102.7796 324.6519 13.76843147758234
+0 SL-8 DEB
+1 12151U 81006C   16017.55627579 -.00000053  00000-0  28973-4 0  9998
+2 12151  65.8234  68.3876 0015759 206.7502 318.9899 13.73757805754534
+0 SL-3 R/B
+1 12155U 81008B   16017.41573700  .00003522  00000-0  12380-3 0  9992
+2 12155  81.1653 319.9717 0030602 313.4078  46.4610 15.28636449913444
+0 MOLNIYA 1-49
+1 12156U 81009A   16016.54330409 +.00000871 +00000-0 +00000-0 0  9991
+2 12156 064.4851 134.4428 6755538 252.7653 032.5841 02.05694597173270
+0 SL-6 R/B(2)
+1 12159U 81009D   16016.34784868 -.00000339 +00000-0 +00000-0 0  9994
+2 12159 064.4000 149.9650 6759505 255.0674 042.8541 02.06698466255995
+0 DELTA 1 DEB
+1 12164U 78026D   16017.93279855  .00000478  00000-0  18477-3 0  9999
+2 12164  98.4797   1.5846 0065387 212.6137 209.6577 14.33335440961568
+0 DELTA 1 DEB
+1 12165U 78026E   16017.16883282  .00000068  00000-0  61936-4 0  9994
+2 12165  98.8271 352.8047 0044709 107.5650 315.9489 14.10268024583776
+0 DELTA 1 DEB
+1 12166U 78026F   16017.54072311  .00000184  00000-0  11407-3 0  9996
+2 12166  98.7437 353.9015 0037196 253.7427 220.7927 14.16270532801311
+0 DELTA 1 DEB
+1 12167U 78026G   16016.64040446 +.00000197 +00000-0 +11542-3 0  9995
+2 12167 098.5828 067.4505 0164695 272.5813 241.0002 14.12142378794524
+0 DELTA 1 DEB
+1 12168U 78026H   16016.76900446  .00000058  00000-0  68486-4 0  9990
+2 12168  98.9716 301.6307 0176791 160.6115 226.7761 13.92079879771484
+0 DELTA 1 DEB
+1 12169U 78026J   16016.96416220 +.00000258 +00000-0 +11340-3 0  9993
+2 12169 098.4811 004.2314 0072547 099.4659 322.6736 14.29802565816267
+0 DELTA 1 DEB
+1 12170U 78026K   16018.16570752  .00000157  00000-0  96121-4 0  9999
+2 12170  98.7073 354.9894 0045182 126.0019   3.0726 14.18407847803719
+0 DELTA 1 DEB
+1 12171U 78026L   16018.14958513  .00000253  00000-0  18916-3 0  9995
+2 12171  98.8272 348.9347 0036879 215.2274 207.6409 14.03158831789279
+0 DELTA 1 DEB
+1 12172U 78026M   16017.88183376  .00000178  00000-0  95745-4 0  9995
+2 12172  98.6218 359.7199 0061698 100.5177 315.8526 14.23284667810904
+0 DELTA 1 DEB
+1 12174U 78026P   16017.99796870  .00000166  00000-0  11969-3 0  9990
+2 12174  98.8355 351.2726 0042042 204.6261 197.5270 14.09209399796171
+0 DELTA 1 DEB
+1 12175U 78026Q   16018.01050289 -.00000023  00000-0  17027-4 0  9997
+2 12175  99.2951 155.3669 0063305 290.9174 179.3227 13.95530744776784
+0 DELTA 1 DEB
+1 12176U 78026R   16017.52806169  .00000036  00000-0  62895-4 0  9995
+2 12176  98.8489 347.7647 0065406 168.8279 302.1960 13.88331553770662
+0 DELTA 1 DEB
+1 12177U 78026S   16017.54640690 -.00000025  00000-0  11272-4 0  9995
+2 12177  98.8146 254.9639 0156773 174.8667 252.1807 13.92132577770629
+0 DELTA 1 DEB
+1 12178U 78026T   16018.21469991  .00000037  00000-0  62020-4 0  9993
+2 12178  99.2220 136.4888 0062006 355.3787  71.3122 13.93446480775495
+0 DELTA 1 DEB
+1 12179U 78026U   16016.76681921  .00000653  00000-0  39106-3 0  9993
+2 12179  99.3534 214.1337 0172515 235.3540 185.0598 14.03643943779993
+0 DELTA 1 DEB
+1 12181U 78026W   16017.78019998  .00000079  00000-0  49282-4 0  9997
+2 12181  98.4731   9.8876 0100460 182.0385 178.0399 14.24931477815073
+0 DELTA 1 DEB
+1 12183U 78026Y   16017.18752796  .00000137  00000-0  95336-4 0  9999
+2 12183  98.7757 352.6870 0037328 137.9639 350.2074 14.13364528798835
+0 DELTA 1 DEB
+1 12185U 78026AA  16016.54599707  .00000176  00000-0  11691-3 0  9995
+2 12185  99.2663 223.1985 0096244 193.7380 196.9630 14.11958159792196
+0 DELTA 1 DEB
+1 12189U 78026AE  16018.19473692  .00000010  00000-0  40458-4 0  9997
+2 12189  99.0745 104.5431 0067681 336.7881  75.2414 13.92934123105487
+0 DELTA 1 DEB
+1 12190U 78026AF  16017.77553530  .00000433  00000-0  31804-3 0  9995
+2 12190  98.6658  39.2237 0013463  24.9996  31.2276 14.00680749784367
+0 DELTA 1 DEB
+1 12193U 78026AJ  16018.01340088  .00000702  00000-0  61534-3 0  9990
+2 12193  98.8665  38.4641 0268850 289.7013  67.5318 13.73584417727554
+0 DELTA 1 DEB
+1 12194U 78026AK  16016.93134724 +.00005923 +00000-0 +79870-3 0  9990
+2 12194 098.9368 183.5634 0032717 295.6330 064.1499 14.79221207824158
+0 DELTA 1 DEB
+1 12195U 78026AL  16018.15353520  .00000020  00000-0  47622-4 0  9998
+2 12195  98.9386  88.9010 0062016  43.1733  11.0699 13.92538359774186
+0 DELTA 1 DEB
+1 12198U 78026AP  16017.41066191 -.00000148  00000-0 -64281-4 0  9997
+2 12198  99.3497 180.9025 0117460 270.9347  87.8360 13.99882358778875
+0 DELTA 1 DEB
+1 12200U 78026AR  16016.85564975 +.00000065 +00000-0 +39243-4 0  9997
+2 12200 098.3366 031.0769 0112393 213.1960 269.8636 14.29748093820275
+0 DELTA 1 DEB
+1 12203U 78026AU  16017.88101515  .00000546  00000-0  20570-3 0  9997
+2 12203  98.4224   7.3010 0065673 315.1362 108.6497 14.34048474818683
+0 DELTA 1 DEB
+1 12204U 78026AV  16017.50656016  .00000193  00000-0  92228-4 0  9996
+2 12204  98.5090   4.5157 0082359 179.7023 180.4221 14.27567339814895
+0 DELTA 1 DEB
+1 12206U 78026AX  16017.05645230  .00000210  00000-0  15961-3 0  9992
+2 12206  98.6896 204.7823 0171666 193.3316 166.3282 13.96783680769313
+0 DELTA 1 DEB
+1 12209U 78026BA  16016.96524361 +.00000446 +00000-0 +17602-3 0  9990
+2 12209 098.4847 003.2270 0061316 125.6647 297.5522 14.32667464802755
+0 DELTA 1 DEB
+1 12211U 78026BC  16016.82735329 +.00000347 +00000-0 +22614-3 0  9995
+2 12211 099.1986 140.4085 0122198 177.4877 182.6930 14.05476993784812
+0 DELTA 1 DEB
+1 12212U 78026BD  16017.86242491 -.00000017  00000-0  19489-4 0  9996
+2 12212  99.0380 109.1148 0026133 306.7506 176.4885 13.97444282780991
+0 DELTA 1 DEB
+1 12216U 78026BH  16017.15082170  .00000655  00000-0  44422-3 0  9999
+2 12216  98.7453 198.2992 0206312 151.7708 209.4821 13.93541605763383
+0 DELTA 1 DEB
+1 12217U 78026BJ  16017.49125407  .00000371  00000-0  19896-3 0  9990
+2 12217  98.6199 351.0426 0020651 270.5361 208.6572 14.18753123800627
+0 DELTA 1 DEB
+1 12218U 78026BK  16018.22343916 -.00000094  00000-0 -35223-4 0  9997
+2 12218  99.2321 130.7356 0053462  67.5878   0.0596 13.96693833778854
+0 DELTA 1 DEB
+1 12222U 78026BP  16017.54513810  .00000047  00000-0  67642-4 0  9994
+2 12222  98.7533  16.6078 0072911  71.0822  55.2317 13.91057639772614
+0 DELTA 1 DEB
+1 12223U 78026BQ  16017.20277139  .00000125  00000-0  10671-3 0  9995
+2 12223  98.9006 344.6531 0040467 202.3709 287.9345 14.03402887789452
+0 DELTA 1 DEB
+1 12225U 78026BS  16017.87445300  .00000333  00000-0  23233-3 0  9996
+2 12225  99.2890 173.2622 0038109  33.4275 133.0659 14.05490433785830
+0 DELTA 1 DEB
+1 12226U 78026BT  16016.76617461 +.00004395 +00000-0 +21307-2 0  9994
+2 12226 098.9134 023.0096 0141014 060.4690 351.7336 14.13818425748201
+0 DELTA 1 DEB
+1 12227U 78026BU  16017.95755810  .00000757  00000-0  11164-3 0  9997
+2 12227  98.7847 168.2086 0097732  19.8728 340.6244 14.75688220857931
+0 DELTA 1 DEB
+1 12230U 78026BX  16017.80495321  .00001195  00000-0  22078-3 0  9996
+2 12230  97.9577  63.4813 0072386  46.5247 314.1945 14.65535033841468
+0 DELTA 1 DEB
+1 12234U 78026CB  16017.39381824  .00000086  00000-0  82942-4 0  9991
+2 12234  98.8162 350.3806 0028301 202.8210 311.0612 14.02895822788684
+0 DELTA 1 DEB
+1 12236U 78026CD  16017.99784214  .00000349  00000-0  29335-3 0  9997
+2 12236  98.7623  24.1943 0222636 192.3861 193.9229 13.83156560753665
+0 DELTA 1 DEB
+1 12237U 78026CE  16017.21883586  .00001088  00000-0  84113-3 0  9991
+2 12237  98.8465 292.5330 0307822 186.3623 338.0911 13.74708556720518
+0 DELTA 1 DEB
+1 12242U 78026CK  16018.15395270  .00000317  00000-0  25625-3 0  9996
+2 12242  98.8270  74.8256 0067351 326.4107  93.3939 13.96339730778657
+0 DELTA 1 DEB
+1 12246U 78026CP  16017.15201321 -.00000056  00000-0 -68477-5 0  9998
+2 12246  99.1636 161.1984 0056823  19.8816  64.8618 14.01944216784686
+0 DELTA 1 DEB
+1 12250U 78026CT  16017.92981162  .00000440  00000-0  20791-3 0  9996
+2 12250  98.5925 353.8099 0023993 330.9853  91.2939 14.24530087806140
+0 DELTA 1 DEB
+1 12255U 78026CY  16017.10052388 -.00000099  00000-0 -38851-4 0  9999
+2 12255  98.7305  60.6456 0014408 184.0792 233.2988 14.00466633 97019
+0 DELTA 1 DEB
+1 12256U 78026CZ  16017.45517513  .00000636  00000-0  37377-3 0  9990
+2 12256  98.9875 324.9344 0097459 215.5966 143.8678 14.09401136776063
+0 DELTA 1 DEB
+1 12257U 78026DA  16018.02537448  .00000052  00000-0  62835-4 0  9994
+2 12257  99.4239 192.7934 0102610 297.6732  61.4049 14.02324576783338
+0 DELTA 1 DEB
+1 12262U 78026DF  16018.20471781  .00001049  00000-0  63743-3 0  9992
+2 12262  98.7569 160.3286 0113281 117.0305 329.8266 14.05168163769113
+0 DELTA 1 DEB
+1 12263U 78026DG  16016.56518359  .00000227  00000-0  36070-3 0  9993
+2 12263  98.9062 239.7796 0456563 331.5349  53.5220 13.23094330665620
+0 DELTA 1 DEB
+1 12265U 78026DJ  16017.06658112  .00001235  00000-0  59620-3 0  9999
+2 12265  98.5726 196.2603 0151339 260.3401 217.7786 14.14577594773428
+0 DELTA 1 DEB
+1 12266U 78026DK  16016.80309197  .00001269  00000-0  97260-3 0  9996
+2 12266  98.8247 315.9100 0159307  51.0513 310.4721 13.89205906754935
+0 DELTA 1 DEB
+1 12269U 78026DN  16017.09774027  .00001033  00000-0  21504-3 0  9996
+2 12269  98.0048  56.6334 0065134 324.1654  91.7359 14.60786617836380
+0 DELTA 1 DEB
+1 12270U 78026DP  16016.55588597  .00000050  00000-0  72324-4 0  9998
+2 12270  98.7964  50.9732 0067878  98.3313  56.2528 13.89939667771886
+0 DELTA 1 DEB
+1 12274U 76077DF  16018.03084150 -.00000040  00000-0  33127-4 0  9995
+2 12274 102.1735  54.6023 0105471 319.5225  68.6764 12.22117054559609
+0 DELTA 1 DEB
+1 12278U 78026DW  16017.78330579  .00000970  00000-0  40473-3 0  9997
+2 12278  99.0798 323.1100 0049576 205.4763 184.5153 14.28027544798785
+0 DELTA 1 DEB
+1 12279U 78026DX  16018.12019564  .00001859  00000-0  33130-3 0  9994
+2 12279  98.8278  76.9159 0034609 269.9176  89.8061 14.68041373804690
+0 DELTA 1 DEB
+1 12283U 78026EB  16017.94207237  .00000075  00000-0  47186-4 0  9990
+2 12283  98.4886   6.6111 0093290 150.1421 264.3485 14.25540038784804
+0 DELTA 1 DEB
+1 12284U 78026EC  16018.21500025  .00000374  00000-0  27699-3 0  9991
+2 12284  99.0269 112.5572 0102011 209.8567 203.8603 13.98982178772193
+0 DELTA 1 DEB
+1 12285U 78026ED  16017.54249238  .00000221  00000-0  15304-3 0  9994
+2 12285  98.7354   9.1697 0052967 231.7664 255.4902 14.07975281628205
+0 DELTA 1 DEB
+1 12288U 78026EG  16017.79340544  .00000444  00000-0  24400-3 0  9990
+2 12288  99.2164 220.9523 0085221 135.4590 287.8212 14.15210013792581
+0 DELTA 1 DEB
+1 12290U 78026EJ  16018.15398981  .00000197  00000-0  13029-3 0  9992
+2 12290  98.6576 353.3970 0082741 241.6648 117.6160 14.10585853777520
+0 DELTA 1 DEB
+1 12291U 78026EK  16017.46146369  .00000698  00000-0  34258-3 0  9990
+2 12291  99.2150 321.3837 0054152 116.7466   4.0124 14.20419853792475
+0 DELTA 1 DEB
+1 12292U 78026EL  16017.08392227  .00000390  00000-0  28873-3 0  9990
+2 12292  98.6188 215.3376 0061171  55.3393  67.1170 13.99810432757774
+0 DELTA 1 DEB
+1 12294U 78026EN  16017.04378896  .00000254  00000-0  90888-4 0  9999
+2 12294  98.2204  35.9201 0098091 198.8840 160.8701 14.39236321826452
+0 KIKU 3 (ETS 4)
+1 12295U 81012A   16017.31209483  .00004877  00000-0  67386-3 0  9995
+2 12295  28.4232 155.0821 5089224 286.3606  25.2048  5.48570873424980
+0 COSMOS 1244
+1 12297U 81013A   16018.13943647  .00000048  00000-0  33967-4 0  9991
+2 12297  82.9511  19.2961 0030594   6.0725  66.8680 13.74951983396842
+0 SL-8 R/B
+1 12298U 81013B   16018.10943807 -.00000001  00000-0 -16705-4 0  9999
+2 12298  82.9488 351.6938 0028446 253.2538 156.5111 13.76497171754204
+0 COSMOS 1247
+1 12303U 81016A   16016.70984390 -.00000680 +00000-0 +00000-0 0  9994
+2 12303 067.6797 287.2020 5842835 067.0463 004.2445 02.02513745258132
+0 ESIAFI 1 (COMSTAR 4)
+1 12309U 81018A   16018.08025573 -.00000071  00000-0  00000+0 0  9997
+2 12309  14.5356 346.8010 0003394 280.6822 308.3809  1.00266945129310
+0 SL-6 R/B(2)
+1 12311U 81016E   16016.57922722 -.00000476 +00000-0 +00000-0 0  9992
+2 12311 068.7520 262.0663 5525054 065.9560 341.2881 02.04675494260949
+0 COSMOS 1249
+1 12319U 81021A   16018.21052503 -.00000083  00000-0  59031-5 0  9997
+2 12319  64.9656 327.3142 0036518  53.3975  41.4725 13.86586188767772
+0 COSMOS 1250
+1 12320U 81022A   16017.68236485 -.00000028  00000-0 -68444-4 0  9990
+2 12320  74.0298  83.4523 0051378 103.2357  13.4366 12.58222487601696
+0 COSMOS 1251
+1 12321U 81022B   16017.78772046 -.00000011  00000-0  31799-4 0  9994
+2 12321  74.0299 140.3775 0044345 178.3556 291.1198 12.56433424599439
+0 COSMOS 1252
+1 12322U 81022C   16017.15894161 -.00000000  00000-0  97515-4 0  9995
+2 12322  74.0270 194.7836 0035252 237.9297 170.0787 12.54755021597223
+0 COSMOS 1253
+1 12323U 81022D   16017.43089279 -.00000018  00000-0 -16838-4 0  9992
+2 12323  74.0305 117.4389 0018427 322.5291 104.9697 12.45789973585864
+0 COSMOS 1254
+1 12324U 81022E   16017.76700022 -.00000021  00000-0 -31714-4 0  9999
+2 12324  74.0278 246.9777 0026714 301.3675 122.9512 12.53073790595164
+0 COSMOS 1255
+1 12325U 81022F   16017.84234572 -.00000020  00000-0 -23262-4 0  9999
+2 12325  74.0318 299.1288 0017006   0.1138  55.5397 12.51437338593091
+0 COSMOS 1256
+1 12326U 81022G   16018.09213759 -.00000002  00000-0  90391-4 0  9998
+2 12326  74.0303 358.0205 0011843 112.5873 315.3428 12.49547280590721
+0 COSMOS 1257
+1 12327U 81022H   16018.20067318 -.00000020  00000-0 -26156-4 0  9999
+2 12327  74.0287  52.7130 0007730 234.1692 191.8486 12.47805669588520
+0 SL-8 R/B
+1 12328U 81022J   16017.17384140 -.00000061  00000-0 -41849-3 0  9990
+2 12328  74.0225  67.7105 0149434  52.3117   2.0482 12.23730914557856
+0 KYOKKO 1 DEB
+1 12329U 78014C   16017.53383085  .00000024  00000-0  75181-4 0  9999
+2 12329  65.2650 168.6182 1887692  11.0811 352.6255 10.79307922492348
+0 KYOKKO 1 DEB
+1 12330U 78014D   16017.24243115 -.00000102  00000-0 -71161-4 0  9991
+2 12330  65.3715 302.7048 1905730 215.2726 321.6096 10.77403204272020
+0 KYOKKO 1 DEB
+1 12331U 78014E   16016.26228683 +.00000342 +00000-0 +42026-3 0  9997
+2 12331 064.8170 106.7452 1818064 359.3888 022.8141 10.95409926491259
+0 COSMOS 839 DEB
+1 12332U 76067AY  16017.84167697 -.00000083  00000-0 -95157-4 0  9994
+2 12332  66.0613 281.6845 0728828 246.3897 181.0226 12.32293939624435
+0 COSMOS 839 DEB
+1 12333U 76067AZ  16017.90509010 -.00000033  00000-0  62492-4 0  9991
+2 12333  65.9266 195.1344 0724700  47.9628  56.9524 12.45132304101324
+0 COSMOS 1174 DEB
+1 12343U 80030R   16017.87243556  .00002263  00000-0  53795-3 0  9994
+2 12343  66.4307 219.7610 0263272  58.2392 304.4068 14.36846441792013
+0 RADUGA 8
+1 12351U 81027A   16016.55961735 +.00000043 +00000-0 +00000-0 0  9992
+2 12351 013.8636 332.3172 0086892 162.1277 047.7202 01.00401625084352
+0 COSMOS 1174 DEB
+1 12354U 80030Y   16017.49369871  .00001868  00000-0  12358-3 0  9993
+2 12354  66.1094 262.4609 0425389 135.9293 227.6566 14.57862823842829
+0 ATLAS CENTAUR R/B
+1 12363U 81018B   16016.19566810 -.00000047 +00000-0 -10098-3 0  9997
+2 12363 020.1690 216.3420 7183538 212.6257 052.4868 02.21978009282871
+0 DELTA 1 DEB
+1 12372U 78026EP  16017.18206282  .00000743  00000-0  23671-3 0  9998
+2 12372  98.3694   4.5118 0042766 184.4094 232.4310 14.42098933751517
+0 DELTA 1 DEB
+1 12373U 78026EQ  16017.91291324 -.00000152  00000-0 -72398-4 0  9998
+2 12373  98.7042   2.3366 0015298 345.4376  43.6062 14.01885622759093
+0 COSMOS 1261
+1 12376U 81031A   16017.33196834 -.00000830  00000-0  00000+0 0  9995
+2 12376  69.2296 309.4244 5557564  91.6743  97.7258  2.00841096151115
+0 SL-6 R/B(2)
+1 12384U 81031D   16017.83991554 -.00000694  00000-0  00000+0 0  9999
+2 12384  68.4713 323.8953 5642401  86.9541   1.5714  2.03546808258691
+0 COSMOS 1263
+1 12388U 81033A   16017.15546766  .00002923  00000-0  18749-3 0  9990
+2 12388  82.9584  29.6968 0676616 321.7581  33.7370 14.06316842734179
+0 SL-8 DEB
+1 12404U 80022C   16017.64455665  .00001535  00000-0  61271-3 0  9993
+2 12404  82.9236  92.2318 0011417 239.6530 120.3527 14.27943948821451
+0 KYOKKO 1 DEB
+1 12406U 78014F   16016.31913336 +.00000248 +00000-0 +34697-3 0  9992
+2 12406 065.8827 100.5846 1829210 021.0123 345.7006 10.89570764484735
+0 COSMOS 1266
+1 12409U 81037A   16017.90235987 -.00000093  00000-0 -49637-6 0  9992
+2 12409  64.7606 278.9546 0051221 273.3369 158.4824 13.90420185764082
+0 DELTA 1 DEB
+1 12427U 78026ET  16018.09264921  .00000923  00000-0  36444-3 0  9996
+2 12427  99.0902 315.9703 0125887 180.8954 302.9632 14.27351644839182
+0 COSMOS 1266 FUEL CORE
+1 12435U 81037D   16016.92675037 -.00000083 +00000-0 +69706-5 0  9992
+2 12435 064.7693 128.0608 0034229 250.7451 209.8087 13.93115584766262
+0 COSMOS 1269
+1 12442U 81041A   16017.22364245  .00000035  00000-0  22804-4 0  9998
+2 12442  74.0547 100.3904 0010124 195.8553 164.2283 14.32099630811545
+0 SL-8 R/B
+1 12443U 81041B   16018.21304248  .00000098  00000-0  44020-4 0  9999
+2 12443  74.0543  31.0621 0005840 262.7387  97.3101 14.34619534814031
+0 ATLAS CENTAUR R/B
+1 12445U 80098B   16017.86613627  .00004486  00000-0  76324-3 0  9992
+2 12445  23.6309 272.6222 4250251 104.8698 304.8480  6.88948503798472
+0 SL-12 R/B(2)
+1 12447U 80081F   16015.31666127 -.00000287 +00000-0 +00000-0 0  9998
+2 12447 013.7662 332.0813 0006218 282.9827 273.0550 00.99964244126345
+0 METEOR 2-7
+1 12456U 81043A   16017.07461765  .00000025  00000-0  64164-5 0  9998
+2 12456  81.2653 195.4262 0048488 110.4650 250.1737 14.10250026783029
+0 SL-3 R/B
+1 12457U 81043B   16017.78267301  .00000050  00000-0  21760-4 0  9999
+2 12457  81.2742 256.7718 0062831 193.9641 165.9794 14.07180224780054
+0 NOVA 1
+1 12458U 81044A   16017.21642672  .00000007  00000-0 -40224-5 0  9997
+2 12458  89.9800 123.1137 0013774   3.3384  57.0907 13.22931483673793
+0 SL-3 R/B
+1 12465U 81046B   16017.75357947  .00001403  00000-0  77112-4 0  9999
+2 12465  81.2420 257.3061 0034153 244.8316 114.9368 15.12947581889342
+0 SL-12 R/B(2)
+1 12471U 80104E   16017.58540586 -.00000251  00000-0  00000+0 0  9992
+2 12471  13.1431 330.5789 0028701  92.1035 334.3396  1.01344340 81407
+0 GOES 5
+1 12472U 81049A   16017.42522625  .00000077  00000-0  00000+0 0  9994
+2 12472  14.6737 350.6580 0005638 223.1449 273.2972  1.00272176 84819
+0 INTELSAT 501
+1 12474U 81050A   16016.64191742 +.00000021 +00000-0 +00000-0 0  9993
+2 12474 015.2348 357.7863 0007021 213.7656 208.3616 00.98851270100065
+0 ATLAS CENTAUR R/B
+1 12497U 81050B   16018.11477603  .00004645  00000-0  45753-3 0  9998
+2 12497  23.9425  13.6146 3591445 134.8276 260.7071  8.13807386858742
+0 COSMOS 1275
+1 12504U 81053A   16018.10625515  .00000051  00000-0  37962-4 0  9997
+2 12504  82.9590 192.6568 0039383 342.8114 155.2881 13.74280852737077
+0 SL-8 R/B
+1 12508U 81053B   16016.86736498 -.00000015  00000-0 -30476-4 0  9990
+2 12508  82.9591 166.4272 0037076 212.3872 301.9824 13.76279020744287
+0 DELTA 1 DEB
+1 12527U 76077DG  16018.04597529 -.00000017  00000-0  20108-3 0  9994
+2 12527 101.7547  35.9246 0038628 272.2900 112.2278 12.37814025681609
+0 DELTA 1 DEB
+1 12528U 76077DH  16017.16435220 -.00000012  00000-0  27885-3 0  9990
+2 12528 102.0248   6.7774 0078045 265.1979 227.7282 12.27035788704803
+0 DELTA 1 DEB
+1 12529U 76077DJ  16017.80863785 -.00002425  00000-0 -41922-1 0  9990
+2 12529 103.5038 154.8511 0768712 350.2610   8.4189 11.17202183407034
+0 DELTA 1 DEB
+1 12530U 76077DK  16017.54611817 -.00000029  00000-0  12870-3 0  9999
+2 12530 102.0335   9.0755 0126628 287.7381 184.0287 12.26940887616802
+0 DELTA 1 DEB
+1 12531U 76077DL  16016.91858498 -.00000020 +00000-0 +18787-3 0  9992
+2 12531 101.7333 013.9691 0134683 124.2116 266.7645 12.18315324584242
+0 DELTA 1 DEB
+1 12532U 76077DM  16017.76108112  .00000913  00000-0  41110-2 0  9993
+2 12532 102.1303  86.9734 0265868 218.6035 261.1955 12.71674585626135
+0 DELTA 1 DEB
+1 12533U 76077DN  16018.08654907  .00000214  00000-0  17602-2 0  9991
+2 12533 101.6626  57.6255 0107028 329.4847  55.4862 12.45647497682772
+0 DELTA 1 DEB
+1 12534U 76077DP  16016.71208297 -.00000254 +00000-0 -16010-2 0  9995
+2 12534 102.0463 097.3042 0062580 258.4272 271.5869 12.37876274698737
+0 DELTA 1 DEB
+1 12535U 76077DQ  16017.95323509 -.00000002  00000-0  51044-3 0  9994
+2 12535 102.2751  10.1682 0400974 128.8072 263.7606 11.66202083620081
+0 DELTA 1 DEB
+1 12536U 76077DR  16017.45665733  .00001130  00000-0  14549-1 0  9997
+2 12536 101.9249 207.8420 0500039  39.3146 353.0291 11.72387703607376
+0 DELTA 1 DEB
+1 12537U 76077DS  16017.72198397 -.00000088  00000-0 -46600-3 0  9993
+2 12537 102.4657  97.2294 0161643  51.7283  74.3364 12.11374372576258
+0 DELTA 1 DEB
+1 12538U 76077DT  16017.84698660  .00000236  00000-0  30513-2 0  9993
+2 12538 102.6814 132.7594 0199223 178.6391 337.9182 12.05460406574305
+0 DELTA 1 DEB
+1 12539U 76077DU  16017.35422626  .00002906  00000-0  12590-1 0  9997
+2 12539 101.5266 169.0221 0278321 356.2537  31.7849 12.70777661645403
+0 DELTA 1 DEB
+1 12540U 76077DV  16017.29220584  .00000512  00000-0  38633-2 0  9999
+2 12540 102.4343 305.4193 0039603 162.7958 352.6525 12.46146606626812
+0 DELTA 1 DEB
+1 12542U 76077DX  16011.48232678 -.00000016  00000-0  17086-3 0  9993
+2 12542 101.4595   7.8636 0061245  67.9216  86.2442 12.51862146601290
+0 COSMOS 839 DEB
+1 12543U 76067BA  16016.55880019 +.00000159 +00000-0 +75161-3 0  9999
+2 12543 066.0347 065.0741 0648840 243.0578 277.8140 12.41921053785103
+0 METEOSAT 2
+1 12544U 81057A   16016.44903501 -.00000063  00000-0  00000+0 0  9996
+2 12544  15.2560 353.1540 0033209 278.3616 214.7192  0.98724336 86325
+0 APPLE
+1 12545U 81057B   16016.66087848 -.00000071 +00000-0 +00000-0 0  9998
+2 12545 014.1671 336.5787 0023613 127.7881 061.9593 01.00052726084320
+0 CAT 3
+1 12546U 81057C   16016.66209910 +.00006355 +00000-0 +75105-3 0  9996
+2 12546 010.1723 286.0177 6239922 078.9828 341.2144 03.71225010256249
+0 COSMOS 1249 FUEL CORE
+1 12551U 81021C   16017.51389362 -.00000090  00000-0  38779-6 0  9998
+2 12551  64.9665 103.9086 0043856 346.0873 101.6218 13.90477783772864
+0 NOAA 7
+1 12553U 81059A   16017.51926869  .00000033  00000-0  39202-4 0  9996
+2 12553  98.9831 345.8854 0010561 287.0655 181.5477 14.17174510786150
+0 NOAA 7 DEB
+1 12559U 81059B   16017.19732397  .00000945  00000-0  26260-3 0  9998
+2 12559  99.0119 200.5147 0002270 287.9255 126.1920 14.48930650805544
+0 NOAA 7 DEB
+1 12560U 81059C   16017.22501466  .00000940  00000-0  26429-3 0  9997
+2 12560  99.0088 196.1205 0001842 284.8945 165.2907 14.48399334805279
+0 EKRAN 7
+1 12564U 81061A   16016.07062907  .00000022  00000-0  00000+0 0  9992
+2 12564  13.9115 334.0381 0003062 281.6914 305.4819  1.00225538 91347
+0 DELTA 1 DEB
+1 12580U 76077DY  16016.85790286 +.00000167 +00000-0 +38035-2 0  9997
+2 12580 102.4421 331.1690 0620547 028.6086 357.6011 11.27998743555952
+0 DELTA 1 DEB
+1 12581U 76077DZ  16017.48745880 -.00000047  00000-0 -15537-3 0  9990
+2 12581 102.4266 239.1984 0380969 102.9090 330.4588 11.70110425620722
+0 METEOR PRIRODA
+1 12585U 81065A   16018.17922745  .00002379  00000-0  11707-3 0  9994
+2 12585  97.3725   1.4252 0016757  48.6305  79.7919 15.18836688883906
+0 SL-3 R/B
+1 12586U 81065B   16017.51117013  .00001603  00000-0  10465-3 0  9995
+2 12586  97.4439   6.3385 0019691 170.5443 189.6161 15.09089785878552
+0 RADUGA 9
+1 12618U 81069A   16016.94778126 -.00000366 +00000-0 +00000-0 0  9996
+2 12618 013.9413 334.3961 0001667 228.8843 001.9470 01.00315120009198
+0 DYNAMICS EXPLORER 1
+1 12624U 81070A   16017.49426917  .00000101  00000-0  25724-3 0  9993
+2 12624  89.9366  34.4960 6236436  38.1537 352.7475  3.52440826591137
+0 COSMOS 1285
+1 12627U 81071A   16015.97323108 +.00000292 +00000-0 +00000-0 0  9994
+2 12627 069.2157 315.4815 5626557 090.9484 099.0523 01.98050038171132
+0 FLTSATCOM 5
+1 12635U 81073A   16015.55868133  .00000007  00000-0  00000+0 0  9994
+2 12635  19.6506 351.5898 0006091  63.0973 330.2983  0.98603253 95603
+0 COSMOS 1287
+1 12636U 81074A   16018.14144384 -.00000001  00000-0  10273-3 0  9991
+2 12636  74.0325 163.1559 0031310 267.7811 143.5332 12.44304823565593
+0 COSMOS 1288
+1 12637U 81074B   16018.23030598 -.00000026  00000-0 -72484-4 0  9994
+2 12637  74.0335  89.9022 0017992 198.8213 217.0356 12.46660860567936
+0 COSMOS 1289
+1 12638U 81074C   16017.97338896 -.00000005  00000-0  68542-4 0  9993
+2 12638  74.0306 200.8550 0024294  97.0617  57.5297 12.54667622578032
+0 COSMOS 1290
+1 12639U 81074D   16018.13707203 -.00000021  00000-0 -30442-4 0  9992
+2 12639  74.0325 259.5887 0014928 169.8076 345.2483 12.52779336575662
+0 COSMOS 1291
+1 12640U 81074E   16017.34565314 -.00000004  00000-0  75799-4 0  9995
+2 12640  74.0359 321.6264 0005158 230.7930 250.4659 12.50833642573134
+0 COSMOS 1292
+1 12641U 81074F   16018.17611507 -.00000012  00000-0  28170-4 0  9994
+2 12641  74.0330  27.1073 0007314  88.9190 339.3347 12.48688300570557
+0 COSMOS 1293
+1 12642U 81074G   16017.53393050 -.00000013  00000-0  21461-4 0  9991
+2 12642  74.0337 138.6621 0035612  29.1413  46.8089 12.56661183580473
+0 COSMOS 1294
+1 12643U 81074H   16017.15646755 -.00000026  00000-0 -53272-4 0  9993
+2 12643  74.0326  73.7938 0047006 307.4773  81.5961 12.58712682583003
+0 SL-8 R/B
+1 12644U 81074J   16016.94210318 -.00000094 +00000-0 -69443-3 0  9993
+2 12644 074.0328 007.0683 0130996 193.0510 195.0943 12.25934409541497
+0 INTERCOSMOS 22
+1 12645U 81075A   16017.15395724  .00000106  00000-0  44865-4 0  9998
+2 12645  81.2176  13.1286 0062703 318.5074  41.1349 14.18273885781052
+0 SL-3 R/B
+1 12646U 81075B   16017.68388785  .00000117  00000-0  51994-4 0  9999
+2 12646  81.2250  60.4280 0067946  26.6453 107.1235 14.15807754778730
+0 DELTA 1 DEB
+1 12647U 76077EA  16017.20592499 -.00000898  00000-0 -10693-1 0  9999
+2 12647 100.6558 112.2637 0382606 139.8100 251.5496 11.84032452637767
+0 COSMOS 1275 DEB
+1 12648U 81053C   16017.48455634  .00000191  00000-0  16936-3 0  9991
+2 12648  82.9710 160.5167 0015336  93.4035 331.9445 13.80011277733044
+0 COSMOS 1275 DEB
+1 12649U 81053D   16017.88262819  .00000396  00000-0  37660-3 0  9991
+2 12649  82.9191 160.8813 0048908  20.3736 144.9959 13.77897772727310
+0 COSMOS 1275 DEB
+1 12650U 81053E   16017.21914530  .00000304  00000-0  28377-3 0  9998
+2 12650  82.9357 191.1622 0062161  64.0159  59.1192 13.77904028727265
+0 COSMOS 1275 DEB
+1 12652U 81053G   16017.52929894  .00000497  00000-0  35608-3 0  9991
+2 12652  82.9419  41.6544 0050608 185.6162 302.3397 13.94590318664953
+0 COSMOS 1275 DEB
+1 12653U 81053H   16018.24140657  .00000261  00000-0  21579-3 0  9995
+2 12653  82.9363  86.8625 0029765 311.2465 107.1575 13.85201555735709
+0 COSMOS 1275 DEB
+1 12654U 81053J   16017.19496400  .00000441  00000-0  27148-3 0  9997
+2 12654  82.9887 285.5067 0032939 263.8934 205.9055 14.03281070754239
+0 COSMOS 1275 DEB
+1 12655U 81053K   16017.54545814  .00000042  00000-0  27705-4 0  9998
+2 12655  82.9591 169.6906 0032101 268.0033 166.8271 13.76228828730155
+0 COSMOS 1275 DEB
+1 12656U 81053L   16017.63471060  .00000296  00000-0  23038-3 0  9995
+2 12656  82.9606  55.3510 0025942 166.5910 311.2378 13.89055193740394
+0 COSMOS 1275 DEB
+1 12657U 81053M   16017.07039944  .00015810  00000-0  11953-2 0  9995
+2 12657  82.7194  24.7036 0014656 279.7693  80.1877 15.02172166801923
+0 COSMOS 1275 DEB
+1 12658U 81053N   16017.20139709  .00000854  00000-0  45168-3 0  9999
+2 12658  82.9673 273.9329 0043469 325.0821 200.6277 14.12275476751658
+0 COSMOS 1275 DEB
+1 12659U 81053P   16017.23541300  .00000421  00000-0  36429-3 0  9997
+2 12659  82.7489 289.7609 0064340 156.6307 322.4405 13.83236145728158
+0 COSMOS 1275 DEB
+1 12660U 81053Q   16016.48710029 +.00000468 +00000-0 +55511-3 0  9995
+2 12660 082.8544 017.4128 0142513 093.2794 060.3614 13.61306890703783
+0 COSMOS 1275 DEB
+1 12661U 81053R   16017.88941124  .00000425  00000-0  46286-3 0  9995
+2 12661  82.7997 230.7389 0127463 242.6785 177.9632 13.67383132709906
+0 COSMOS 1275 DEB
+1 12662U 81053S   16016.86989383 +.00000121 +00000-0 +10678-3 0  9991
+2 12662 082.9573 165.9731 0021741 237.2893 274.5118 13.77197787730964
+0 COSMOS 1275 DEB
+1 12663U 81053T   16017.44288745  .00000444  00000-0  38364-3 0  9991
+2 12663  82.9551 142.2704 0054320 158.9630 270.8386 13.83650674732904
+0 COSMOS 1275 DEB
+1 12664U 81053U   16017.85835828  .00000280  00000-0  28671-3 0  9995
+2 12664  82.8917 217.2942 0078736  33.6014  27.7986 13.71710023720745
+0 COSMOS 1275 DEB
+1 12665U 81053V   16016.83095252  .00000220  00000-0  19017-3 0  9990
+2 12665  82.9692 140.6926 0036650  97.5244  58.9516 13.81639624733973
+0 COSMOS 1275 DEB
+1 12666U 81053W   16017.93165319  .00000252  00000-0  25643-3 0  9992
+2 12666  82.8727 175.8627 0070552   7.0928 149.9967 13.72042985721509
+0 COSMOS 1275 DEB
+1 12667U 81053X   16017.50793289  .00000342  00000-0  31330-3 0  9999
+2 12667  82.8376  27.5420 0035787 329.2944 185.5722 13.80170896729620
+0 COSMOS 1275 DEB
+1 12668U 81053Y   16018.20948551  .00000233  00000-0  14566-3 0  9993
+2 12668  83.1051  79.4987 0056152 172.8517 241.4678 13.99912952753914
+0 COSMOS 1275 DEB
+1 12669U 81053Z   16017.53653705  .00000843  00000-0  61726-3 0  9990
+2 12669  83.0031 190.5559 0076514  17.0677  45.4435 13.93386103733999
+0 COSMOS 1275 DEB
+1 12670U 81053AA  16017.90808907  .00000348  00000-0  32608-3 0  9996
+2 12670  82.9441 162.5073 0056045 312.8648 164.7278 13.78460864729686
+0 COSMOS 1275 DEB
+1 12671U 81053AB  16017.20118605  .00000305  00000-0  19130-3 0  9997
+2 12671  82.9142 283.2244 0018993 260.3883 221.3048 14.01527932746102
+0 COSMOS 1275 DEB
+1 12672U 81053AC  16017.44818172  .00000274  00000-0  24358-3 0  9993
+2 12672  82.9452 141.4672 0030417 192.9387 235.5825 13.81057380733222
+0 COSMOS 1275 DEB
+1 12673U 81053AD  16018.20237169  .00000862  00000-0  57156-3 0  9995
+2 12673  82.8537 254.4551 0047689 155.0817 327.1564 13.99812327741703
+0 COSMOS 1275 DEB
+1 12674U 81053AE  16016.76682546 +.00000303 +00000-0 +30718-3 0  9993
+2 12674 082.9387 295.9328 0104757 111.3020 279.2636 13.71348973717926
+0 COSMOS 1275 DEB
+1 12675U 81053AF  16016.89772144 +.00000315 +00000-0 +29805-3 0  9990
+2 12675 082.9359 218.9255 0067267 157.3256 269.8811 13.77111494724475
+0 COSMOS 1275 DEB
+1 12676U 81053AG  16017.24341321  .00000344  00000-0  29456-3 0  9994
+2 12676  82.9454 104.3791 0046600  89.2838 322.3555 13.83712349734487
+0 HIMAWARI 2 (GMS 2)
+1 12677U 81076A   16016.50541921 -.00000186  00000-0  00000+0 0  9991
+2 12677  14.5664 341.3970 0012695 224.2050 191.7686  0.99549130 94344
+0 DELTA 1 R/B(2)
+1 12679U 81070E   16017.61412863  .00000090  00000-0  24837-3 0  9993
+2 12679  89.9463  35.6461 6226913  50.0346  54.6113  3.52246826441285
+0 SL-6 R/B(2)
+1 12680U 81071D   16016.83774505 -.00000759 +00000-0 +00000-0 0  9999
+2 12680 067.9285 348.4541 5899666 084.7866 000.1104 01.99225734168950
+0 COSMOS 1295
+1 12681U 81077A   16017.34320661  .00000030  00000-0  14202-4 0  9997
+2 12681  82.9175  75.2182 0045448 105.3586 304.6815 13.76347486729217
+0 SL-8 R/B
+1 12682U 81077B   16018.17367237 -.00000017  00000-0 -31719-4 0  9999
+2 12682  82.9146  42.0739 0033801 353.7054  72.9900 13.78514589731771
+0 COSMOS 1275 DEB
+1 12690U 81053AJ  16016.92353221 +.00001061 +00000-0 +10010-2 0  9998
+2 12690 082.9522 297.8385 0098506 036.8509 089.5835 13.78250368719074
+0 COSMOS 1275 DEB
+1 12692U 81053AL  16016.76144341 +.00000809 +00000-0 +33345-3 0  9999
+2 12692 082.8996 244.8345 0075697 047.7680 312.9892 14.24198065775508
+0 COSMOS 1275 DEB
+1 12693U 81053AM  16018.07228110  .00000051  00000-0  17914-4 0  9997
+2 12693  83.1479 346.4927 0049899 303.9606 145.7321 14.14014427450084
+0 COSMOS 1275 DEB
+1 12694U 81053AN  16016.68726726  .00000208  00000-0  24902-3 0  9997
+2 12694  83.0825 276.9125 0115196 197.2703 191.4340 13.59830198705870
+0 COSMOS 1275 DEB
+1 12695U 81053AP  16016.81305595  .00000483  00000-0  52368-3 0  9992
+2 12695  83.0097 151.1278 0118530 141.0678  11.3450 13.67968433708382
+0 COSMOS 1275 DEB
+1 12696U 81053AQ  16016.84494366 +.00000292 +00000-0 +40212-3 0  9994
+2 12696 083.0731 046.2129 0153750 009.3182 108.3298 13.50686770693750
+0 COSMOS 1275 DEB
+1 12697U 81053AR  16017.82565492  .00000559  00000-0  53530-3 0  9996
+2 12697  82.7794  39.0694 0086392  13.5285  50.1228 13.77125449722920
+0 COSMOS 1275 DEB
+1 12698U 81053AS  16017.01849312  .00001244  00000-0  64904-3 0  9993
+2 12698  82.9129 220.2348 0014523 272.2823  87.6692 14.13754799752025
+0 COSMOS 1275 DEB
+1 12699U 81053AT  16017.21373345  .00000578  00000-0  54561-3 0  9991
+2 12699  82.9496 285.5173 0091583 329.6980 184.5679 13.77902847720637
+0 COSMOS 1275 DEB
+1 12700U 81053AU  16017.73632354  .00000608  00000-0  37337-3 0  9995
+2 12700  82.7845  21.5022 0047638  98.4395 262.2181 14.03619205753013
+0 COSMOS 1275 DEB
+1 12701U 81053AV  16017.15571911  .00000697  00000-0  56958-3 0  9991
+2 12701  82.8527 319.5586 0043140  59.9564   3.7329 13.87895964736327
+0 COSMOS 1275 DEB
+1 12703U 81053AX  16017.47806130  .00000559  00000-0  34334-3 0  9993
+2 12703  82.9730 274.1449 0015291  26.7719  27.7832 14.03962133752774
+0 COSMOS 1275 DEB
+1 12704U 81053AY  16017.19532515  .00000252  00000-0  26775-3 0  9996
+2 12704  82.9890  23.1073 0088517  68.5176  62.5961 13.68617501716821
+0 COSMOS 1275 DEB
+1 12705U 81053AZ  16017.21690845  .00000342  00000-0  23380-3 0  9990
+2 12705  82.8943 301.9368 0029779  92.5143  76.9829 13.96731455742344
+0 COSMOS 1275 DEB
+1 12706U 81053BA  16017.74601380  .00000059  00000-0  44788-4 0  9996
+2 12706  82.8853 271.1566 0104992 222.0655 192.3585 13.74895263716013
+0 COSMOS 1275 DEB
+1 12707U 81053BB  16016.96690475 +.00000252 +00000-0 +31277-3 0  9996
+2 12707 083.0099 223.7136 0130490 024.7171 095.8782 13.57622158702469
+0 COSMOS 1275 DEB
+1 12708U 81053BC  16017.37775071  .00001893  00000-0  71523-3 0  9999
+2 12708  82.8784 329.3507 0036413  84.0760 276.4575 14.30505946766796
+0 COSMOS 1275 DEB
+1 12709U 81053BD  16016.88012870 +.00000148 +00000-0 +17111-3 0  9991
+2 12709 082.9735 144.9358 0123976 305.2484 206.9217 13.60430836705220
+0 COSMOS 1275 DEB
+1 12710U 81053BE  16016.89600264 +.00000656 +00000-0 +72592-3 0  9992
+2 12710 083.0157 146.4438 0121741 078.6948 282.7855 13.67187801709213
+0 COSMOS 1275 DEB
+1 12711U 81053BF  16017.48478141  .00000080  00000-0  70592-4 0  9996
+2 12711  82.9657 300.6653 0063846 286.9731 124.8187 13.72381383721490
+0 COSMOS 1275 DEB
+1 12712U 81053BG  16018.20024657  .00000672  00000-0  59720-3 0  9993
+2 12712  82.9877 281.7910 0073884  83.8934  73.0400 13.82102961725448
+0 COSMOS 1275 DEB
+1 12713U 81053BH  16017.47385462  .00001212  00000-0  61421-3 0  9998
+2 12713  82.9522 184.0909 0018037  62.7130 349.8991 14.15234895751472
+0 COSMOS 1275 DEB
+1 12714U 81053BJ  16017.87500081  .00000245  00000-0  30504-3 0  9992
+2 12714  82.9765 183.4009 0126982  76.6216 284.9049 13.57347682700868
+0 COSMOS 1275 DEB
+1 12715U 81053BK  16017.78684508  .00000857  00000-0  36686-3 0  9996
+2 12715  83.1157 209.1131 0070897 299.8016 187.9778 14.22609776773802
+0 COSMOS 1275 DEB
+1 12719U 81053BL  16018.18447711  .00000526  00000-0  41129-3 0  9999
+2 12719  82.9583  50.4475 0019844 119.3206 305.7829 13.90273837740626
+0 COSMOS 1275 DEB
+1 12720U 81053BM  16018.23270731  .00000712  00000-0  63221-3 0  9997
+2 12720  83.2534 279.1945 0112300 206.4297 268.9943 13.80714458584327
+0 COSMOS 1275 DEB
+1 12722U 81053BP  16018.17312918  .00000421  00000-0  35531-3 0  9996
+2 12722  82.9026  80.1482 0067857 215.5764 196.9008 13.84580138732229
+0 COSMOS 1275 DEB
+1 12723U 81053BQ  16017.52364850  .00001649  00000-0  63079-3 0  9998
+2 12723  82.9487  95.0432 0012038  78.1420 344.1950 14.30139785764558
+0 COSMOS 1275 DEB
+1 12724U 81053BR  16017.36097272  .00000906  00000-0  60566-3 0  9995
+2 12724  82.9415 328.7367 0016782 184.5946 335.1023 13.99927257745067
+0 COSMOS 1275 DEB
+1 12725U 81053BS  16017.53255678  .00000758  00000-0  71715-3 0  9994
+2 12725  83.1398 218.3066 0107498 321.3577  95.4258 13.77435453717161
+0 COSMOS 1275 DEB
+1 12726U 81053BT  16018.07588237  .00000713  00000-0  49458-3 0  9995
+2 12726  82.9535  12.9400 0043282  18.5041  45.2481 13.97215747743257
+0 COSMOS 1275 DEB
+1 12727U 81053BU  16018.11201367  .00000449  00000-0  36034-3 0  9999
+2 12727  83.2803 240.7968 0095808 250.7595 230.6731 13.86630649730451
+0 COSMOS 1275 DEB
+1 12728U 81053BV  16017.17441053  .00000073  00000-0  60603-4 0  9996
+2 12728  82.8081  76.4835 0055700   5.3594  47.0096 13.74948174715349
+0 COSMOS 1275 DEB
+1 12729U 81053BW  16017.20834105  .00000383  00000-0  48607-3 0  9998
+2 12729  83.0469 279.2682 0132635  36.4327  81.7611 13.57468006563440
+0 COSMOS 1275 DEB
+1 12730U 81053BX  16017.54872167  .00001270  00000-0  63021-3 0  9990
+2 12730  82.9445 178.3539 0017837  41.0430  28.6984 14.16403202756942
+0 COSMOS 1275 DEB
+1 12731U 81053BY  16016.91515616 +.00000250 +00000-0 +23157-3 0  9997
+2 12731 082.9372 181.8586 0083934 059.5090 092.0418 13.77022928727224
+0 COSMOS 1275 DEB
+1 12732U 81053BZ  16018.15860220  .00000176  00000-0  13019-3 0  9993
+2 12732  82.9872  54.4240 0052998 188.3395 232.1228 13.89202468148963
+0 COSMOS 1275 DEB
+1 12733U 81053CA  16017.69121287  .00001707  00000-0  83406-3 0  9993
+2 12733  82.8693 112.1348 0025658 209.5719 150.4011 14.17329251755816
+0 COSMOS 1275 DEB
+1 12735U 81053CC  16017.16058172  .00000048  00000-0  36405-4 0  9994
+2 12735  83.1436 254.8381 0093427 116.0208   5.8933 13.67837860714165
+0 COSMOS 1275 DEB
+1 12736U 81053CD  16016.69862828  .00000433  00000-0  57093-3 0  9996
+2 12736  83.0322 278.0165 0129701 124.8340 269.0054 13.55322337700052
+0 COSMOS 1275 DEB
+1 12737U 81053CE  16018.15353216  .00000604  00000-0  64387-3 0  9990
+2 12737  82.9954 169.9316 0160830 192.2834 294.9406 13.67050228706642
+0 COSMOS 1275 DEB
+1 12739U 81053CG  16017.72583566  .00001272  00000-0  55893-3 0  9991
+2 12739  82.9433 115.4439 0011471 201.6864 158.3835 14.22831795763013
+0 COSMOS 1275 DEB
+1 12740U 81053CH  16017.17553447  .00001285  00000-0  61319-3 0  9991
+2 12740  82.8434  64.0931 0021773  93.3933 326.6164 14.18421695756072
+0 COSMOS 1275 DEB
+1 12741U 81053CJ  16016.76155683 +.00000423 +00000-0 +34874-3 0  9995
+2 12741 082.9518 125.8080 0061332 102.6231 050.8524 13.85920813733393
+0 COSMOS 1275 DEB
+1 12742U 81053CK  16016.93329359 +.00000067 +00000-0 +55258-4 0  9992
+2 12742 082.9464 202.6515 0048590 079.8729 076.4910 13.73280422726622
+0 COSMOS 1275 DEB
+1 12743U 81053CL  16016.99214588  .00000402  00000-0  38356-3 0  9998
+2 12743  82.9274 173.5090 0060470  48.7074 100.4454 13.77448272727439
+0 COSMOS 1275 DEB
+1 12744U 81053CM  16017.16249149  .00000982  00000-0  51265-3 0  9997
+2 12744  82.9348 254.1871 0026737   2.6696 357.4619 14.13378212751051
+0 COSMOS 1275 DEB
+1 12745U 81053CN  16018.17164547  .00000393  00000-0  32577-3 0  9999
+2 12745  83.1389  49.1353 0045438  25.5165  41.1525 13.85916388731759
+0 COSMOS 1275 DEB
+1 12746U 81053CP  16017.84903437  .00001052  00000-0  57111-3 0  9996
+2 12746  82.9427 292.5187 0051701 106.1655 254.5220 14.10834578748927
+0 COSMOS 1275 DEB
+1 12747U 81053CQ  16016.81636332 +.00000481 +00000-0 +59538-3 0  9990
+2 12747 083.0689 304.6731 0134813 009.6730 012.3893 13.59331428701661
+0 COSMOS 1275 DEB
+1 12748U 81053CR  16016.25936148  .00000152  00000-0  14605-3 0  9998
+2 12748  82.9901 289.9608 0045791 116.9585   3.0033 13.73278574724218
+0 COSMOS 1275 DEB
+1 12749U 81053CS  16016.88431980 +.00000218 +00000-0 +21425-3 0  9993
+2 12749 082.8097 064.5624 0061629 317.0843 163.6864 13.73925799723366
+0 COSMOS 1275 DEB
+1 12751U 81053CU  16017.39491562  .00000209  00000-0  18718-3 0  9996
+2 12751  82.9451 138.9802 0029338 199.7816 224.1384 13.79511115731632
+0 COSMOS 1275 DEB
+1 12752U 81053CV  16018.13969703  .00000576  00000-0  68761-3 0  9997
+2 12752  83.0223 242.1398 0128839  17.8050  98.8259 13.62135105702599
+0 COSMOS 1275 DEB
+1 12753U 81053CW  16017.24568435  .00000404  00000-0  40314-3 0  9990
+2 12753  82.8061 114.6276 0100598 170.5031 258.5825 13.73518728718536
+0 COSMOS 1275 DEB
+1 12755U 81053CY  16016.77999880  .00003457  00000-0  87589-3 0  9997
+2 12755  82.9406 310.8177 0013430  21.5948   7.3402 14.50620308774977
+0 COSMOS 1275 DEB
+1 12756U 81053CZ  16017.20370664  .00002371  00000-0  65761-3 0  9992
+2 12756  82.9889 286.1967 0022872  10.0835 111.4585 14.46094457780907
+0 COSMOS 1275 DEB
+1 12757U 81053DA  16016.92004714 +.00000290 +00000-0 +26159-3 0  9997
+2 12757 082.9498 179.7250 0060018 315.0592 198.4428 13.80066163728282
+0 COSMOS 1275 DEB
+1 12758U 81053DB  16017.64512459  .00000314  00000-0  28927-3 0  9990
+2 12758  82.8626  79.6731 0059732  83.6004  69.4037 13.78817581727371
+0 COSMOS 1275 DEB
+1 12759U 81053DC  16017.40864703  .00000601  00000-0  39658-3 0  9999
+2 12759  82.8632 152.6899 0050878 162.5102 251.8998 13.99572086749800
+0 COSMOS 1275 DEB
+1 12766U 81053DK  16016.46353360 +.00000255 +00000-0 +27899-3 0  9993
+2 12766 082.9441 022.9461 0102141 336.1745 177.9278 13.66931511711628
+0 COSMOS 1275 DEB
+1 12767U 81053DL  16017.97334883  .00000450  00000-0  26363-3 0  9992
+2 12767  82.9601 204.6217 0038088 146.3520   7.4689 14.05775664756660
+0 COSMOS 1275 DEB
+1 12768U 81053DM  16016.23616199  .00000303  00000-0  25512-3 0  9996
+2 12768  82.9324  92.6371 0053149 108.0118 305.7408 13.84067857733079
+0 COSMOS 1275 DEB
+1 12769U 81053DN  16016.72926091 +.00000150 +00000-0 +14635-3 0  9990
+2 12769 082.8219 117.7510 0073662 101.0508 062.5401 13.71492913720195
+0 COSMOS 1275 DEB
+1 12771U 81053DQ  16017.53735005  .00000461  00000-0  51993-3 0  9999
+2 12771  82.8678  46.7544 0163731 125.6959 353.1719 13.62889255701395
+0 COSMOS 1275 DEB
+1 12772U 81053DR  16017.84970669  .00001268  00000-0  77102-3 0  9997
+2 12772  82.9240 311.5003 0054375 319.7033  40.0114 14.04807186743372
+0 COSMOS 1275 DEB
+1 12773U 81053DS  16017.06257932  .00002345  00000-0  10946-2 0  9992
+2 12773  82.9650 127.0129 0169490 244.3261 183.9545 14.12814214735452
+0 COSMOS 1275 DEB
+1 12775U 81053DU  16016.88504050  .00000835  00000-0  10521-2 0  9990
+2 12775  83.3338 335.2287 0158322  22.0207   6.1600 13.57682582695400
+0 COSMOS 1275 DEB
+1 12779U 81053DV  16017.53713116  .00004672  00000-0  88264-3 0  9995
+2 12779  82.5607  91.7369 0012037 125.5345 299.7101 14.64237692776080
+0 COSMOS 1275 DEB
+1 12780U 81053DW  16017.72591432  .00000314  00000-0  25307-3 0  9991
+2 12780  82.9478  75.8146 0022156 196.8475 312.4889 13.87372844737420
+0 COSMOS 1275 DEB
+1 12781U 81053DX  16017.19496543  .00000174  00000-0  15264-3 0  9995
+2 12781  83.1747 174.9171 0072593 349.4643  76.4656 13.78910641724210
+0 COSMOS 1275 DEB
+1 12782U 81053DY  16017.48600921  .00000339  00000-0  35346-3 0  9991
+2 12782  83.0002   9.8396 0077813   5.9906 119.9771 13.71329194711874
+0 COSMOS 1299
+1 12783U 81081A   16017.54518238 -.00000071  00000-0  14797-4 0  9991
+2 12783  65.1145 192.2847 0022943  81.3674 341.4794 13.85352876740345
+0 COSMOS 1300
+1 12785U 81082A   16018.15768280  .00001673  00000-0  86707-4 0  9994
+2 12785  82.5028 223.0146 0000621 143.7899 355.7057 15.15534637873659
+0 SL-14 R/B
+1 12786U 81082B   16017.32527712  .00000185  00000-0  18968-4 0  9997
+2 12786  82.4893  94.8172 0018240 156.5569 203.6482 14.84572154858123
+0 N-2 R/B(2)
+1 12787U 81012C   16016.36776265  .00006684  00000-0  62233-3 0  9996
+2 12787  28.0724 124.7735 6124190 250.2239  36.8901  3.89130145384618
+0 COSMOS 1302
+1 12791U 81084A   16018.14586307  .00000057  00000-0  29939-4 0  9999
+2 12791  74.0285 356.7240 0018788 344.0243  16.0314 14.33967544797742
+0 SL-8 R/B
+1 12792U 81084B   16017.18368772  .00000075  00000-0  33995-4 0  9994
+2 12792  74.0299 267.0646 0014409 314.3598 204.9681 14.37380758800774
+0 SL-8 DEB
+1 12793U 81084C   16016.90318188 +.00000816 +00000-0 +17422-3 0  9999
+2 12793 074.0335 300.4088 0002600 182.2556 177.8599 14.60519600811688
+0 COSMOS 1304
+1 12803U 81087A   16017.64326142  .00000036  00000-0  17252-4 0  9991
+2 12803  82.9334  45.2699 0044464 259.2047 224.1803 13.87422283115693
+0 SL-8 R/B
+1 12804U 81087B   16017.17670661 -.00000034  00000-0 -41146-4 0  9997
+2 12804  82.9292  16.7340 0042476 179.0531 230.2020 13.89226518741577
+0 COSMOS 1299 FUEL CORE
+1 12808U 81081C   16017.50672608 -.00000077  00000-0  10171-4 0  9995
+2 12808  65.1165   8.5779 0016525   1.7988  83.6897 13.88590085744477
+0 COSMOS 931 DEB
+1 12815U 77068E   16017.61329109 -.00000382  00000-0  00000+0 0  9994
+2 12815  68.9372 127.6637 5378969  48.6852   0.3683  2.01159794 75264
+0 COSMOS 1124 DEB
+1 12816U 79077F   16016.99149286 -.00000084  00000-0  00000+0 0  9992
+2 12816  67.1613  22.6310 6151588  94.4215 359.7193  2.11824628273897
+0 COSMOS 1191 DEB
+1 12817U 80057E   16016.65900742 +.00000779 +00000-0 +00000-0 0  9999
+2 12817 067.2697 356.0706 5980953 076.0171 041.1518 01.99826100173182
+0 COSMOS 1305
+1 12818U 81088A   16016.92063022 +.00000040 +00000-0 +00000-0 0  9997
+2 12818 063.3725 200.8364 4525722 207.9070 340.1120 05.46072413684992
+0 DELTA 1 DEB
+1 12825U 78026EW  16017.86866147  .00000079  00000-0  93237-4 0  9996
+2 12825  99.2223 137.5746 0060397 338.4114 144.2495 13.93624848775173
+0 SL-6 R/B(2)
+1 12827U 81088F   16016.91408809 +.00000017 +00000-0 +00000-0 0  9996
+2 12827 063.5081 164.1161 4430675 204.3704 346.7848 05.48800562688374
+0 COSMOS 1191 DEB
+1 12834U 80057F   16016.20481641  .00000093  00000-0  00000+0 0  9999
+2 12834  67.9922   4.7771 5656106  89.8551 353.2074  2.00303851165082
+0 COSMOS 1308
+1 12835U 81091A   16018.21361580  .00000044  00000-0  30167-4 0  9999
+2 12835  82.9215 123.0827 0026328 266.0874 157.3624 13.75350436722999
+0 SL-8 R/B
+1 12836U 81091B   16017.23420579  .00000035  00000-0  19812-4 0  9999
+2 12836  82.9189 103.9496 0022796 193.2866 195.5362 13.76476951724229
+0 AUREOLE 3
+1 12848U 81094A   16017.19717112  .00003654  00000-0  22766-3 0  9993
+2 12848  82.4845   5.7374 0609745 279.5048  73.7761 14.20667844716117
+0 SL-14 R/B
+1 12849U 81094B   16017.87819728  .00000604  00000-0  54329-4 0  9998
+2 12849  82.4906 202.8099 0905485   2.8807 357.7066 13.49611127672263
+0 SL-12 R/B(2)
+1 12850U 81069F   16015.22860416 -.00000191 +00000-0 +00000-0 0  9994
+2 12850 015.2494 338.0491 0018561 093.5618 275.2045 00.97700271079042
+0 SL-12 R/B(2)
+1 12851U 81061F   16017.96778873 -.00000090  00000-0  00000+0 0  9992
+2 12851  13.4628 332.7520 0003727 280.4671 267.1999  1.01012002 85634
+0 SL-12 DEB
+1 12854U 70103G   16017.81455176  .00006573  00000-0  67174-1 0  9990
+2 12854  50.4466 230.5967 0894506  33.3436 332.0573 11.39654278935368
+0 SBS 2
+1 12855U 81096A   16016.81622549 -.00000381 +00000-0 +00000-0 0  9999
+2 12855 014.8457 355.7148 0005583 172.7442 002.6589 01.00137099080517
+0 TANSEI 3 DEB
+1 12857U 77012H   16017.42213491 -.00000174  00000-0 -43285-3 0  9990
+2 12857  66.3002 124.9509 1692299  80.0440 352.8799 10.77389588361814
+0 SCOUT D-1 DEB
+1 12858U 77106C   16017.67848058  .00000097  00000-0  13927-3 0  9997
+2 12858  89.5151 180.9950 0015846 259.4478 219.6579 13.48475618779278
+0 COSMOS 970 DEB
+1 12860U 77121AN  16017.11733980  .00000019  00000-0  11820-3 0  9997
+2 12860  65.8067 225.2684 0131995 339.2199 105.2236 13.62459349793323
+0 COSMOS 970 DEB
+1 12861U 77121AP  16017.71883028  .00000119  00000-0  34754-3 0  9995
+2 12861  65.7738 113.1200 0108657 281.1230 234.3755 13.39109244761726
+0 COSMOS 970 DEB
+1 12862U 77121AQ  16016.78200435 +.00000734 +00000-0 +45916-3 0  9992
+2 12862 066.2102 151.9731 0158054 303.0377 211.7884 14.04395759815597
+0 COSMOS 970 DEB
+1 12863U 77121AR  16018.12364740  .00000355  00000-0  53255-3 0  9997
+2 12863  65.7862  26.6332 0054636  83.3254 350.0970 13.64717253789688
+0 COSMOS 970 DEB
+1 12864U 77121AS  16016.79586637 +.00000614 +00000-0 +57340-3 0  9997
+2 12864 065.8337 145.7295 0091446 103.8851 053.7288 13.87251673789840
+0 COSMOS 970 DEB
+1 12865U 77121AT  16016.88315411  .00000400  00000-0  53654-3 0  9995
+2 12865  65.7732 181.5891 0062810  59.6444  89.1907 13.70173021575620
+0 COSMOS 970 DEB
+1 12866U 77121AU  16017.71314995  .00000025  00000-0  13659-3 0  9999
+2 12866  65.8180 118.8978 0103969  11.5110  62.7160 13.57699567787835
+0 COSMOS 970 DEB
+1 12867U 77121AV  16016.47878346 +.00000231 +00000-0 +58172-3 0  9995
+2 12867 065.9497 140.6992 0088369 219.7529 215.7292 13.35720760778011
+0 COSMOS 970 DEB
+1 12868U 77121AW  16017.98364752  .00000350  00000-0  48582-3 0  9990
+2 12868  65.7644 206.3258 0054930  99.5627  55.5476 13.69776694890708
+0 COSMOS 970 DEB
+1 12869U 77121AX  16016.86618612 +.00000353 +00000-0 +45596-3 0  9999
+2 12869 065.7925 337.4280 0093870 337.5944 049.0312 13.72870561896564
+0 COSMOS 970 DEB
+1 12870U 77121AY  16016.92465762 +.00000383 +00000-0 +39968-3 0  9993
+2 12870 065.7263 034.5788 0112003 052.3400 023.8045 13.83876988902379
+0 COSMOS 1312
+1 12879U 81098A   16017.14537942  .00000006  00000-0 -29978-4 0  9999
+2 12879  82.5984  38.6678 0008101 130.1568 290.3650 12.42340942555389
+0 SL-14 R/B
+1 12880U 81098B   16017.54013089  .00000005  00000-0 -37633-4 0  9992
+2 12880  82.5982  30.7468 0008237  80.4572  31.7076 12.42837068556101
+0 THOR DELTA 1 R/B
+1 12889U 81100C   16018.18745797  .00000039  00000-0  39230-4 0  9995
+2 12889  99.8589 199.8370 1317551 358.2244 116.4698 12.17804202518406
+0 COSMOS 1261 DEB
+1 12892U 81031E   16016.69667936 -.00000656 +00000-0 +00000-0 0  9999
+2 12892 067.8257 100.6011 5728072 071.2165 022.0578 02.00155573183230
+0 COSMOS 1261 DEB
+1 12893U 81031F   16015.53194633 +.00000957 +00000-0 +00000-0 0  9994
+2 12893 067.2834 346.3292 6069454 076.2427 341.1057 02.01140106235563
+0 COSMOS 1261 DEB
+1 12894U 81031G   16015.10235110 -.00000510  00000-0  00000+0 0  9999
+2 12894  69.5737 291.3999 5484624  97.6219   6.2946  2.00489982245282
+0 RADUGA 10
+1 12897U 81102A   16016.94742898 -.00000082 +00000-0 +00000-0 0  9995
+2 12897 013.9756 335.1135 0005148 166.5272 026.4325 01.00295061079190
+0 SL-3 R/B
+1 12904U 81103B   16017.86708429  .00000687  00000-0  46817-4 0  9999
+2 12904  81.1782 145.0199 0027985 325.4040  34.5360 15.04690045415165
+0 COSMOS 931 DEB
+1 12906U 77068F   16017.70047838  .00000163  00000-0  00000+0 0  9997
+2 12906  66.3625   0.0083 6295986  56.0102 359.2779  2.01184079260077
+0 COSMOS 1030 DEB
+1 12907U 78083E   16016.83174926 +.00000016 +00000-0 +00000-0 0  9996
+2 12907 067.2227 050.7364 5977669 071.6683 356.0511 02.00334236258304
+0 COSMOS 1317
+1 12933U 81108A   16018.13852948  .00000116  00000-0  00000+0 0  9999
+2 12933  71.6889 255.2833 4546424  76.3087 200.8840  2.00306627250103
+0 SL-6 R/B(2)
+1 12940U 81108D   16018.06928256 -.00000226  00000-0  00000+0 0  9998
+2 12940  68.8272 148.9336 5480410  70.6508 313.2877  1.99125004248807
+0 COSMOS 970 DEB
+1 12942U 77121AZ  16018.19016086 -.00000012  00000-0  11393-3 0  9997
+2 12942  65.8320 322.5714 0103489 160.3858 318.7007 13.36515932685423
+0 COSMOS 1275 DEB
+1 12947U 81053EB  16017.52817067  .00000245  00000-0  36353-3 0  9995
+2 12947  83.0952 209.6069 0203859 178.8367 211.7148 13.41990963670867
+0 COSMOS 1275 DEB
+1 12949U 81053ED  16017.05783550  .00000335  00000-0  24967-3 0  9992
+2 12949  82.8435 236.3867 0029524 181.2129 331.0852 13.91930893731333
+0 COSMOS 1275 DEB
+1 12950U 81053EE  16018.13942616  .00000444  00000-0  23160-3 0  9999
+2 12950  83.0132 173.5132 0056089 102.2342 312.9682 14.11604483763830
+0 COSMOS 1275 DEB
+1 12952U 81053EG  16017.15077318  .00000404  00000-0  29263-3 0  9996
+2 12952  82.9611   3.7018 0009463 357.6638 131.1866 13.94171266732487
+0 COSMOS 1275 DEB
+1 12962U 81053EH  16017.57495873  .00000700  00000-0  50432-3 0  9994
+2 12962  82.9647  49.9969 0026775 352.3934 165.6675 13.95310242729396
+0 COSMOS 1275 DEB
+1 12963U 81053EJ  16017.12226588  .00000283  00000-0  25362-3 0  9991
+2 12963  82.9478 140.8587 0026212 150.4441 260.0673 13.80741203720806
+0 COSMOS 1275 DEB
+1 12964U 81053EK  16017.22999106  .00000017  00000-0  10396-5 0  9994
+2 12964  82.9452  77.6570 0039761  43.1156  17.9817 13.80144168724363
+0 COSMOS 1275 DEB
+1 12966U 81053EM  16018.18067309  .00000709  00000-0  46107-3 0  9998
+2 12966  82.9483 335.1986 0032540 279.4656 141.7263 14.01038228731743
+0 SATCOM 3R
+1 12967U 81114A   16017.48981124  .00000085  00000-0  00000+0 0  9994
+2 12967  15.1079   5.9638 0006890 231.5389 256.4944  1.00119973 90098
+0 COSMOS 1320
+1 12975U 81116A   16017.80160294 -.00000015  00000-0  63343-5 0  9997
+2 12975  73.9805 244.4823 0096876 342.7074  90.3346 12.28003739530499
+0 COSMOS 1321
+1 12976U 81116B   16016.83654248 -.00000023 +00000-0 -68655-4 0  9997
+2 12976 073.9796 234.8913 0094552 335.3588 160.4108 12.28357574530583
+0 COSMOS 1322
+1 12977U 81116C   16017.55505713 -.00000008  00000-0  64459-4 0  9990
+2 12977  73.9791 224.0778 0093520 320.1882  66.9987 12.28686887531300
+0 COSMOS 1323
+1 12978U 81116D   16016.93472376 -.00000014 +00000-0 +12350-4 0  9990
+2 12978 073.9792 210.8245 0090475 307.1618 121.1875 12.29165790531599
+0 COSMOS 1324
+1 12979U 81116E   16017.83640697 -.00000001  00000-0  12118-3 0  9991
+2 12979  73.9793 193.4978 0088077 286.7459 179.6716 12.29697010532600
+0 COSMOS 1325
+1 12980U 81116F   16017.88471031 -.00000003  00000-0  10601-3 0  9999
+2 12980  73.9802 181.7712 0085999 272.6626 197.6137 12.30093655533109
+0 COSMOS 1326
+1 12981U 81116G   16018.14431166 -.00000005  00000-0  92548-4 0  9998
+2 12981  73.9815 159.6511 0082943 245.3144 166.5941 12.30813113514479
+0 COSMOS 1327
+1 12982U 81116H   16018.09626144 -.00000014  00000-0  14601-4 0  9999
+2 12982  73.9826 135.8889 0077368 222.9472 190.3735 12.31604612535018
+0 SL-8 R/B
+1 12983U 81116J   16016.96523706 -.00000043 +00000-0 -25568-3 0  9990
+2 12983 073.9845 344.1748 0113655 086.2441 329.8935 12.24759336260658
+0 COSMOS 1247 DEB
+1 12984U 81016F   16017.45763604 -.00000566  00000-0  00000+0 0  9997
+2 12984  67.8574 288.9008 5789069  68.6341 162.3223  2.02683603252862
+0 COSMOS 1328
+1 12987U 81117A   16017.52315903  .00000977  00000-0  64131-4 0  9990
+2 12987  82.5151  22.9228 0010573 217.9065 142.1419 15.06530130854689
+0 SL-14 R/B
+1 12988U 81117B   16018.10190917  .00000219  00000-0  22953-4 0  9997
+2 12988  82.5232 197.3835 0019558 110.9499  29.3636 14.84536865843249
+0 COSMOS 1247 DEB
+1 12992U 81016H   16016.29334279 -.00000307 +00000-0 +00000-0 0  9993
+2 12992 067.8617 293.4610 5788535 070.0230 009.5050 02.02543920154734
+0 COSMOS 1285 DEB
+1 12993U 81071E   16016.90913772 +.00000357 +00000-0 +00000-0 0  9998
+2 12993 068.5013 339.4876 5785505 089.5452 001.5224 01.97853232162932
+0 INTELSAT 503
+1 12994U 81119A   16016.97802675 -.00000113  00000-0  00000+0 0  9998
+2 12994  15.1074   0.4680 0022953 144.7053 234.7629  0.99465723 88912
+0 EKRAN 2 DEB
+1 12996U 77092J   16017.62833602  .00000083  00000-0  00000+0 0  9997
+2 12996  12.6029 323.0806 0010768 189.7718  27.5464  1.00047693 46440
+0 RADIO 3
+1 12997U 81120A   16018.04998782  .00000007  00000-0 -24947-4 0  9991
+2 12997  82.9569 214.1964 0058010 311.1628 163.3350 12.15810237512775
+0 RADIO 8
+1 12998U 81120B   16017.07768314  .00000041  00000-0  38070-3 0  9998
+2 12998  82.9580  20.6051 0018175 342.4490  78.8025 12.03145223496928
+0 RADIO 5
+1 12999U 81120C   16016.94833402 -.00000017 +00000-0 -30386-3 0  9992
+2 12999 082.9586 353.5560 0013629 196.7692 189.2430 12.05238816499283
+0 RADIO 4
+1 13000U 81120D   16017.14211044 -.00000066  00000-0 -85680-3 0  9992
+2 13000  82.9625 334.2559 0020089  82.3686  53.7236 12.06862779501551
+0 RADIO 7
+1 13001U 81120E   16017.24026381 -.00000068  00000-0 -86251-3 0  9999
+2 13001  82.9612 305.5745 0023616 315.1862 200.9387 12.08890126504036
+0 RADIO 6
+1 13002U 81120F   16017.12427307  .00000003  00000-0 -75884-4 0  9999
+2 13002  82.9574 241.7490 0051909  65.3410  49.2712 12.13786250510144
+0 SL-8 R/B
+1 13003U 81120G   16017.23166841  .00000091  00000-0  11180-2 0  9998
+2 13003  82.9554 165.6273 0081447 232.7673 193.1275 11.91502015482564
+0 ATLAS CENTAUR R/B
+1 13007U 81119B   16017.07788630  .00013728  00000-0  72327-3 0  9990
+2 13007  23.5473 294.4445 3193271 198.2482 147.0616  8.96514929829343
+0 MARECS A
+1 13010U 81122A   16016.63942212 -.00000133  00000-0  00000+0 0  9999
+2 13010  15.6905 358.1403 0118108 172.3030 250.1343  0.95038805 75190
+0 CAT 4
+1 13011U 81122B   16016.92417844 +.00000719 +00000-0 +27391-3 0  9995
+2 13011 010.5814 313.3887 6639223 091.4001 339.5185 03.11050699239839
+0 MOLNIYA 1-52
+1 13012U 81123A   16017.75088730  .00001310  00000-0  14222+0 0  9990
+2 13012  64.4131 204.7408 6526165 261.3258  87.5053  2.00575988249659
+0 SL-6 R/B(2)
+1 13016U 81123D   16017.63887515  .00000012  00000-0  64223-2 0  9996
+2 13016  64.0258 341.6380 6860275 255.4342 343.7899  2.33009499270463
+0 COSMOS 1275 DEB
+1 13017U 81053EP  16017.85522376  .00000587  00000-0  42377-3 0  9998
+2 13017  82.9328 341.1220 0035970  59.2209 329.7309 13.94747599726433
+0 COSMOS 1275 DEB
+1 13018U 81053EQ  16017.80388664  .00000692  00000-0  55554-3 0  9992
+2 13018  82.6785 127.1662 0050926 320.1850 169.8621 13.88815248716866
+0 COSMOS 1275 DEB
+1 13019U 81053ER  16017.37495730  .00000833  00000-0  62873-3 0  9997
+2 13019  82.9451 121.9510 0079607 122.5765 304.1312 13.91551746716427
+0 COSMOS 1275 DEB
+1 13020U 81053ES  16017.21048927  .00000232  00000-0  21412-3 0  9991
+2 13020  82.6923 271.1740 0118328 310.3535 174.8685 13.76040730707074
+0 COSMOS 1275 DEB
+1 13021U 81053ET  16018.14202884  .00000619  00000-0  42406-3 0  9994
+2 13021  83.1484 264.2096 0022617 158.9012 326.5162 13.98021062727654
+0 COSMOS 1275 DEB
+1 13022U 81053EU  16017.79839903  .00000475  00000-0  24120-3 0  9996
+2 13022  82.9171  46.9630 0046944 188.3295 223.4113 14.13449899747768
+0 COSMOS 1275 DEB
+1 13024U 81053EW  16017.32771421  .00000533  00000-0  35715-3 0  9994
+2 13024  82.9285 328.8304 0049325   5.5350 115.8796 13.98540640727873
+0 COSMOS 1275 DEB
+1 13026U 81053EX  16018.16095390  .00001754  00000-0  65760-3 0  9992
+2 13026  82.9398  92.8925 0021156 120.6815 319.1552 14.31088687747703
+0 COSMOS 1331
+1 13027U 82001A   16017.39581341  .00000057  00000-0  28106-4 0  9996
+2 13027  74.0494 303.8165 0023065 111.2943  28.5171 14.36540462781506
+0 SL-8 R/B
+1 13028U 82001B   16017.22040846  .00000114  00000-0  46059-4 0  9990
+2 13028  74.0421 260.6580 0018744 109.3835 250.9347 14.38204982782811
+0 SL-8 DEB *
+1 13029U 82001C   16017.02159707  .00000730  00000-0  15838-3 0  9990
+2 13029  73.9711 219.7588 0008264 117.1028  35.9756 14.59986853739748
+0 SL-8 DEB
+1 13030U 82001D   16017.81138876  .00001806  00000-0  24417-3 0  9991
+2 13030  74.0214 272.6861 0012037  42.1268  22.0904 14.79799714805711
+0 COSMOS 1333
+1 13033U 82003A   16018.21548606  .00000035  00000-0  21742-4 0  9999
+2 13033  82.9425  94.4378 0031421 329.2607  45.4201 13.73168219704511
+0 SL-8 R/B
+1 13034U 82003B   16017.71154407  .00000098  00000-0  85763-4 0  9998
+2 13034  82.9362  60.0573 0031771 199.5150 300.1810 13.75311140706454
+0 SATCOM 4
+1 13035U 82004A   16017.17995630  .00000072  00000-0  00000+0 0  9999
+2 13035  15.2492   9.3005 0009585 100.4810 293.8437  0.99587783 87316
+0 COSMOS 1275 DEB
+1 13053U 81053EY  16017.83675414  .00000524  00000-0  59047-3 0  9991
+2 13053  83.0785 270.7910 0118677 161.6130 292.4889 13.65838054703824
+0 EKRAN 8
+1 13056U 82009A   16017.67236275 -.00000085  00000-0  00000+0 0  9990
+2 13056  14.2291 336.3556 0030716 238.4787 317.7147  0.99949808 80591
+0 COSMOS 1339
+1 13065U 82012A   16017.25874213  .00000050  00000-0  36245-4 0  9994
+2 13065  82.9011 276.9271 0042969 333.0667 144.1939 13.75469429701863
+0 SL-8 R/B
+1 13066U 82012B   16017.24475319  .00000088  00000-0  73818-4 0  9996
+2 13066  82.8959 247.2133 0042492 240.6974 249.9930 13.77195249704054
+0 COSMOS 1340
+1 13067U 82013A   16018.15957394  .00002737  00000-0  13412-3 0  9993
+2 13067  81.1869  15.3634 0005005 101.5466  24.0492 15.17824527849494
+0 SL-3 R/B
+1 13068U 82013B   16017.48799843  .00001503  00000-0  10017-3 0  9990
+2 13068  81.2046  92.1166 0021648 220.4006 139.5611 15.06351031845694
+0 WESTAR 4
+1 13069U 82014A   16017.24597432 -.00000175  00000-0  00000+0 0  9998
+2 13069  15.1911   8.7701 0006213 215.8514 147.6560  0.99779054 87846
+0 MOLNIYA 1-53
+1 13070U 82015A   16017.75395787  .00000568  00000-0 -40473-3 0  9994
+2 13070  62.6043 209.0324 7127883 262.1358 138.6659  2.00668126248246
+0 COSMOS 1275 DEB
+1 13073U 81053EZ  16016.96970338 +.00000084 +00000-0 +74851-4 0  9991
+2 13073 082.9364 224.4530 0087281 220.5738 271.2882 13.71588778723727
+0 COSMOS 1275 DEB
+1 13074U 81053FA  16017.86227209  .00000323  00000-0  28959-3 0  9997
+2 13074  82.9482 149.5430 0032626 185.6582 295.1040 13.81181243731307
+0 SL-6 R/B(2)
+1 13075U 82015D   16016.63221893 -.00000414  00000-0 -74151-2 0  9991
+2 13075  63.0001 266.7662 7205169 262.7092  18.0631  1.97160706243949
+0 COSMOS 1341
+1 13080U 82016A   16016.92928502 -.00000563 +00000-0 +00000-0 0  9995
+2 13080 068.0993 258.9808 5863239 056.8359 303.6911 02.00455238158445
+0 INTELSAT 504
+1 13083U 82017A   16016.64191742 +.00000030 +00000-0 +00000-0 0  9994
+2 13083 015.1710 000.7437 0029101 152.9211 265.9882 00.99223568104006
+0 SL-6 R/B(2)
+1 13090U 82016D   16018.13160772  .00000461  00000-0  00000+0 0  9993
+2 13090  65.8544 212.0079 6581357  41.0519 228.7514  2.03130204251342
+0 GORIZONT 5
+1 13092U 82020A   16017.17601272 -.00000228  00000-0  00000+0 0  9990
+2 13092  15.2271 339.7731 0034369 153.1461  17.6302  0.98533184 84095
+0 COSMOS 1344
+1 13110U 82024A   16017.45178907  .00000025  00000-0  10090-4 0  9999
+2 13110  82.9240 359.4704 0029593 132.6429  39.3557 13.73946374695391
+0 SL-8 R/B
+1 13111U 82024B   16016.89277931 +.00000109 +00000-0 +95831-4 0  9993
+2 13111 082.9266 335.0624 0042043 072.8277 299.0298 13.75804289697111
+0 METEOR 2-8
+1 13113U 82025A   16018.19597260  .00000054  00000-0  33771-4 0  9995
+2 13113  82.5378 248.4353 0018651 129.4009 347.4772 13.85351174709344
+0 SL-14 R/B
+1 13114U 82025B   16018.20512454  .00000018  00000-0  27155-5 0  9990
+2 13114  82.5388 253.3309 0015006 154.9521 323.6303 13.84650095709007
+0 COSMOS 1346
+1 13120U 82027A   16017.20818725  .00014599  00000-0  20414-3 0  9996
+2 13120  81.1295  84.2528 0001722 278.8831  81.2224 15.56688229852706
+0 SL-3 R/B
+1 13121U 82027B   16017.44423203  .00000817  00000-0  51645-4 0  9995
+2 13121  81.1663 352.5396 0029647  77.5250 282.9288 15.07580128839109
+0 COSMOS 1348
+1 13124U 82029A   16016.92911502 +.00000044 +00000-0 +00000-0 0  9993
+2 13124 072.2699 281.3664 4499154 089.9576 180.6477 02.00279023247177
+0 COSMOS 1349
+1 13127U 82030A   16018.19857230  .00000034  00000-0  19910-4 0  9999
+2 13127  82.9306  99.0554 0031010 179.6009 236.8621 13.73761640693388
+0 SL-8 R/B
+1 13128U 82030B   16017.50435564  .00000027  00000-0  12424-4 0  9991
+2 13128  82.9244  67.2373 0030071  65.6228  42.8782 13.75727307694679
+0 INSAT 1A
+1 13129U 82031A   16011.89024443 -.00000267  00000-0  00000+0 0  9998
+2 13129  14.1374 337.6529 0020972 304.1260 240.9797  1.00359982128229
+0 OPS 4682 DEB
+1 13131U 65027H   16017.63875374  .00000414  00000-0  14168-2 0  9998
+2 13131  90.2816 256.4456 0027979 358.7798  30.6807 12.96678002397947
+0 N-1 DEB
+1 13132U 78018C   16017.99608997 -.00000034  00000-0  27715-4 0  9990
+2 13132  69.2035 225.3498 0207502 140.4402 295.2960 13.34764477846143
+0 TANSEI 3 DEB
+1 13133U 77012J   16018.17169480 -.00000288  00000-0 -70450-3 0  9999
+2 13133  65.8344 141.2113 1656609  57.7526   1.2840 10.87578077530789
+0 COSMOS 1354
+1 13148U 82037A   16017.84973921  .00000058  00000-0  31307-4 0  9996
+2 13148  74.0360 202.5361 0010030 219.6896 241.1597 14.31789987760596
+0 SL-8 R/B
+1 13149U 82037B   16017.81729142  .00000098  00000-0  43305-4 0  9993
+2 13149  74.0426 119.7066 0011892  89.8183  53.8776 14.35152207763575
+0 COSMOS 1356
+1 13153U 82039A   16018.13400288  .00005169  00000-0  16519-3 0  9993
+2 13153  81.0925 149.7113 0003296  71.5505 288.6090 15.32253567840463
+0 SL-3 R/B
+1 13154U 82039B   16018.19849820  .00000715  00000-0  57914-4 0  9996
+2 13154  81.1844  92.8316 0041043 169.4636 190.7453 14.97850108826488
+0 COSMOS 1357
+1 13160U 82040A   16016.85710009  .00000001  00000-0  10344-3 0  9995
+2 13160  74.0113 148.4094 0049398 145.1921  14.8930 12.56008779545289
+0 COSMOS 1358
+1 13161U 82040B   16016.94946400 -.00000004 +00000-0 +79227-4 0  9992
+2 13161 074.0086 211.9842 0042396 229.0426 283.5558 12.53939609542458
+0 COSMOS 1359
+1 13162U 82040C   16018.19375012 -.00000024  00000-0 -52480-4 0  9992
+2 13162  74.0120 270.4341 0031569 296.8549 180.2584 12.51987052541791
+0 COSMOS 1360
+1 13163U 82040D   16016.83531211  .00000002  00000-0  11809-3 0  9990
+2 13163  74.0135 328.4367 0022574  13.0388  15.3450 12.50145407262515
+0 COSMOS 1361
+1 13164U 82040E   16018.21663345 -.00000007  00000-0  57111-4 0  9992
+2 13164  74.0115  27.5352 0013256 103.9015 330.8874 12.48158427535799
+0 COSMOS 1362
+1 13165U 82040F   16017.65801292 -.00000024  00000-0 -56031-4 0  9995
+2 13165  74.0119  90.3172 0018541 217.9458 311.4485 12.46109182533200
+0 COSMOS 1363
+1 13166U 82040G   16016.88937560 -.00000004  00000-0  86697-4 0  9996
+2 13166  74.0110 151.9602 0019968 320.3908 205.6885 12.44111619530657
+0 COSMOS 1364
+1 13167U 82040H   16017.84178023 -.00000003  00000-0  94707-4 0  9995
+2 13167  74.0088 219.5435 0031726  43.4414  87.7372 12.41841797528042
+0 SL-8 R/B
+1 13168U 82040J   16016.72671282 -.00000013 +00000-0 +22244-4 0  9995
+2 13168 074.0515 100.9211 0136788 290.6009 241.0840 12.22868077504322
+0 SL-6 R/B(2)
+1 13169U 82029D   16017.59398703  .00000792  00000-0  00000+0 0  9997
+2 13169  69.5238 167.8996 5282272  63.1200 342.5976  2.04134256251350
+0 COSMOS 1365
+1 13175U 82043A   16017.53751520 -.00000073  00000-0  13440-4 0  9994
+2 13175  65.0686  43.8633 0071721 285.5453 238.7580 13.89587731711674
+0 COSMOS 1366
+1 13177U 82044A   16015.62572394 -.00000155 +00000-0 +00000-0 0  9990
+2 13177 015.2428 339.2211 0003506 347.6911 092.1157 01.00286792095452
+0 COSMOS 1367
+1 13205U 82045A   16016.73644303  .00000177  00000-0  00000+0 0  9998
+2 13205  70.7617 229.5600 4905320  79.7090 327.6690  2.00624189246579
+0 COSMOS 1371
+1 13241U 82051A   16017.84036166  .00000072  00000-0  36700-4 0  9995
+2 13241  74.0448 339.8261 0014452 289.0526  70.9059 14.31589772755453
+0 SL-8 R/B
+1 13242U 82051B   16017.87404866  .00000004  00000-0  10428-4 0  9999
+2 13242  74.0416 219.9841 0025247 190.5047 268.3915 14.35788854759510
+0 COSMOS 1372
+1 13243U 82052A   16017.72826472 -.00000080  00000-0  89023-5 0  9999
+2 13243  64.9033  86.5238 0029327   0.4972 136.7902 13.85945510119401
+0 COSMOS 1375
+1 13259U 82055A   16018.11911001  .00000102  00000-0  16871-3 0  9999
+2 13259  65.8301 216.2022 0030766 268.4098 225.6749 13.82748362688044
+0 SL-8 R/B
+1 13260U 82055B   16017.54760797 -.00000040  00000-0  42415-4 0  9997
+2 13260  65.8329 111.3474 0040708 326.5810 120.6104 13.74249856688456
+0 SL-8 DEB
+1 13261U 82055C   16017.53852376 -.00000047  00000-0  35977-4 0  9994
+2 13261  65.8329 199.9925 0006182   1.1636  69.0305 13.72571677684306
+0 WESTAR 5
+1 13269U 82058A   16016.77418809  .00000051  00000-0  00000+0 0  9997
+2 13269  15.3464  10.7328 0018264 183.3102 266.5234  0.99211868 81782
+0 COSMOS 1378
+1 13271U 82059A   16017.82356182  .00002767  00000-0  12835-3 0  9992
+2 13271  82.4669   7.1778 0006039 304.5964 125.3267 15.19639615831475
+0 SL-14 R/B
+1 13272U 82059B   16017.19603107  .00000178  00000-0  18241-4 0  9997
+2 13272  82.5109 264.9054 0019393  29.0466 331.1824 14.84476805815197
+0 COSMOS 1382
+1 13295U 82064A   16016.92473094 -.00000620 +00000-0 +00000-0 0  9991
+2 13295 067.8255 112.7354 5518481 083.0591 225.0094 02.00667857204241
+0 SL-6 R/B(2)
+1 13298U 82064D   16017.19832363  .00000584  00000-0  00000+0 0  9999
+2 13298  68.2797 343.7078 5739946  90.3485 112.5316  2.03265329172447
+0 COSMOS 1383
+1 13301U 82066A   16017.24608184  .00000032  00000-0  20558-4 0  9997
+2 13301  82.9330 286.2795 0026550 316.4765 153.6187 13.68631978675634
+0 SL-8 R/B
+1 13302U 82066B   16017.24869041  .00000001  00000-0 -15251-4 0  9990
+2 13302  82.9313 263.3721 0038120 218.6728 261.3829 13.70274058677412
+0 COSMOS 1386
+1 13353U 82069A   16017.51610238  .00000046  00000-0  31696-4 0  9990
+2 13353  82.9613  42.0758 0037402 267.4932 202.5474 13.76333478683984
+0 SL-8 R/B
+1 13354U 82069B   16017.09560097  .00000127  00000-0  10804-3 0  9998
+2 13354  82.9593   5.8030 0052724 142.6449 217.8394 13.78811059686535
+0 THOR ABLESTAR DEB
+1 13364U 61015KS  16017.87946852  .00000310  00000-0  40241-3 0  9992
+2 13364  66.2615 199.7559 0104292 205.3877 266.3768 13.73153257889651
+0 LANDSAT 4
+1 13367U 82072A   16017.83912692  .00002123  00000-0  11934-3 0  9993
+2 13367  98.1861 132.9563 0014314 152.3108 321.5778 15.14470710806835
+0 COSMOS 1388
+1 13375U 82073A   16017.55343769 -.00000017  00000-0 -50804-5 0  9998
+2 13375  74.0157 108.6653 0052313 193.1974 269.4655 12.57450465537632
+0 COSMOS 1389
+1 13376U 82073B   16016.90102991 +.00000002 +00000-0 +11251-3 0  9990
+2 13376 074.0130 173.9664 0042682 275.8848 239.5219 12.55347564534754
+0 COSMOS 1390
+1 13377U 82073C   16016.85344750 -.00000011 +00000-0 +29770-4 0  9993
+2 13377 074.0127 236.1531 0030834 342.9945 146.8142 12.53322175532264
+0 COSMOS 1391
+1 13378U 82073D   16016.84772920 -.00000012  00000-0  24287-4 0  9996
+2 13378  74.0166 295.2070 0019965  55.0938  45.2449 12.51379472530145
+0 COSMOS 1392
+1 13379U 82073E   16016.93101029 -.00000001 +00000-0 +95263-4 0  9993
+2 13379 074.0159 357.2498 0008825 133.4575 255.3702 12.49336722213492
+0 COSMOS 1393
+1 13380U 82073F   16016.60248751 -.00000023 +00000-0 -47895-4 0  9996
+2 13380 074.0144 061.8311 0009256 287.2257 241.8883 12.47213156524773
+0 COSMOS 1394
+1 13381U 82073G   16016.73934338 -.00000008 +00000-0 +52196-4 0  9996
+2 13381 074.0153 124.0572 0012960 061.4780 093.1157 12.45142383522270
+0 COSMOS 1395
+1 13382U 82073H   16017.50801678 -.00000004  00000-0  80318-4 0  9996
+2 13382  74.0121 193.1551 0026410 135.6857 286.7027 12.42817502519770
+0 SL-8 R/B
+1 13386U 82073J   16017.22152126 -.00000021  00000-0 -63123-4 0  9991
+2 13386  74.0054 107.8431 0154393 167.2632 255.2560 12.21066938493109
+0 SL-3 R/B
+1 13403U 82079B   16017.18710470  .00000933  00000-0  61730-4 0  9996
+2 13403  81.1705 141.2582 0034739 179.3680 180.7594 15.05925334818893
+0 COSMOS 1372 FUEL CORE
+1 13416U 82052D   16017.53391999 -.00000078  00000-0  10594-4 0  9994
+2 13416  64.9007 227.9121 0031853 304.8005  71.8876 13.89892364708462
+0 ANIK D1 (TELESAT 6)
+1 13431U 82082A   16016.06446612  .00000090  00000-0  00000+0 0  9993
+2 13431  15.0705   6.9041 0008481 241.8479 299.9620  1.00099223 55506
+0 COSMOS 1275 DEB
+1 13455U 81053FB  16017.84034220  .00011261  00000-0  13633-2 0  9992
+2 13455  82.8532 228.6240 0010906 341.8076 145.9155 14.83531069754496
+0 COSMOS 1275 DEB
+1 13456U 81053FC  16017.45238513  .00001410  00000-0  13342-2 0  9993
+2 13456  82.8528 359.7371 0161633 276.2143 202.9822 13.74892190688128
+0 COSMOS 1275 DEB
+1 13458U 81053FE  16016.88650774 +.00000813 +00000-0 +56968-3 0  9996
+2 13458 083.0958 151.8501 0023969 122.2004 238.1494 13.97049765727184
+0 COSMOS 1275 DEB
+1 13460U 81053FG  16017.55669991  .00000493  00000-0  49130-3 0  9992
+2 13460  83.1318 177.3930 0090406 237.3749 194.5938 13.74438429699989
+0 COSMOS 1275 DEB
+1 13462U 81053FJ  16016.95320782 +.00000631 +00000-0 +69915-3 0  9996
+2 13462 082.8182 358.5920 0167992 212.2105 175.8192 13.64538203667553
+0 COSMOS 1275 DEB
+1 13464U 81053FL  16017.10520537  .00001400  00000-0  70048-3 0  9990
+2 13464  82.9137 230.6917 0039103 357.0480 129.9073 14.15738866716421
+0 COSMOS 1275 DEB
+1 13465U 81053FM  16017.84237359  .00017259  00000-0  12291-2 0  9993
+2 13465  82.9798  57.0064 0015126 140.8935 345.4470 15.04416449438629
+0 COSMOS 1275 DEB
+1 13466U 81053FN  16016.93345044 +.00000594 +00000-0 +76325-3 0  9997
+2 13466 083.0771 354.0616 0149156 137.6656 252.3149 13.56542401664703
+0 COSMOS 1275 DEB
+1 13467U 81053FP  16017.18204396  .00001573  00000-0  63806-3 0  9998
+2 13467  82.9506  93.4678 0028287 102.2379 287.6066 14.26937360744271
+0 COSMOS 1275 DEB
+1 13468U 81053FQ  16018.07710795  .00000371  00000-0  30833-3 0  9992
+2 13468  82.7083 242.1528 0065864 169.8125 309.9796 13.85130107689978
+0 COSMOS 1275 DEB
+1 13470U 81053FS  16017.90050397  .00000212  00000-0  34119-3 0  9996
+2 13470  82.8220 335.9244 0241537  42.6997   9.6952 13.33281156636052
+0 COSMOS 1275 DEB
+1 13471U 81053FT  16017.25888286  .00000855  00000-0  63745-3 0  9991
+2 13471  82.8124 281.3551 0054938 111.0150  16.3449 13.93047807697153
+0 COSMOS 1275 DEB
+1 13472U 81053FU  16017.45605855  .00002119  00000-0  11422-2 0  9992
+2 13472  82.8586 161.0265 0014762 153.1377 265.5595 14.12285126710326
+0 COSMOS 1275 DEB
+1 13473U 81053FV  16017.84493646  .00001286  00000-0  72314-3 0  9991
+2 13473  82.8417 143.9239 0054045 177.5615 342.8223 14.09039747710805
+0 COSMOS 1275 DEB *
+1 13474U 81053FW  16017.86143933  .00001242  00000-0  50219-3 0  9997
+2 13474  82.9291 156.5000 0015730 325.1988 189.0491 14.27105292917643
+0 COSMOS 1275 DEB
+1 13476U 81053FY  16018.14217760  .00000790  00000-0  57934-3 0  9999
+2 13476  82.8058 256.6074 0054278  40.7570  80.3101 13.93938946698723
+0 COSMOS 1275 DEB
+1 13477U 81053FZ  16018.20929142  .00002266  00000-0  11943-2 0  9990
+2 13477  83.0019  69.2664 0066453 246.9336 112.4826 14.12472683706099
+0 COSMOS 1275 DEB
+1 13478U 81053GA  16016.84621098  .00000521  00000-0  49267-3 0  9991
+2 13478  82.8705 148.0438 0095939 275.7948 239.8709 13.77511887685106
+0 COSMOS 1275 DEB
+1 13479U 81053GB  16018.06530121  .00003027  00000-0  57071-3 0  9990
+2 13479  82.8964  16.4569 0033181 223.2659 136.5940 14.63899433754025
+0 COSMOS 1275 DEB
+1 13480U 81053GC  16017.92945373  .00000802  00000-0  62903-3 0  9993
+2 13480  82.9669 180.3456 0072893 173.5513 313.5047 13.89557742693281
+0 COSMOS 1275 DEB
+1 13481U 81053GD  16016.86840133 +.00001860 +00000-0 +73583-3 0  9995
+2 13481 083.0021 251.6737 0044087 346.5866 013.4143 14.27985613719194
+0 COSMOS 1275 DEB
+1 13482U 81053GE  16017.50564808  .00002726  00000-0  60302-3 0  9997
+2 13482  82.8941 100.3724 0049276 148.6563 309.4541 14.56171308722700
+0 COSMOS 1275 DEB
+1 13483U 81053GF  16017.05415812  .00000882  00000-0  48920-3 0  9991
+2 13483  82.9256 219.7763 0011032 256.4144 221.0622 14.10183064710237
+0 COSMOS 1275 DEB
+1 13484U 81053GG  16018.17599025  .00000476  00000-0  34583-3 0  9994
+2 13484  82.9194  41.1069 0032144 201.1468 232.2308 13.94213222695113
+0 COSMOS 1275 DEB
+1 13485U 81053GH  16017.37554211  .00000078  00000-0  61096-4 0  9992
+2 13485  82.9436 122.8255 0067626 196.4670 228.5409 13.78648387689828
+0 COSMOS 1275 DEB
+1 13486U 81053GJ  16018.07751088  .00001765  00000-0  60215-3 0  9997
+2 13486  82.8972  25.8569 0017215 356.6711  70.7349 14.35908359721782
+0 COSMOS 1275 DEB
+1 13487U 81053GK  16017.09045282  .00002375  00000-0  10495-2 0  9993
+2 13487  82.9705  18.6020 0067050 106.6201 320.3368 14.21706475703324
+0 COSMOS 1275 DEB
+1 13488U 81053GL  16016.94407398 +.00000454 +00000-0 +66350-3 0  9995
+2 13488 083.0854 195.8935 0205810 167.9241 345.6692 13.44439608640636
+0 COSMOS 1275 DEB
+1 13489U 81053GM  16016.95889016 +.00000445 +00000-0 +69088-3 0  9999
+2 13489 083.1405 358.5203 0240132 126.1919 290.5972 13.37798442632817
+0 COSMOS 1275 DEB
+1 13490U 81053GN  16017.17065036  .00000081  00000-0  67678-4 0  9994
+2 13490  82.8391  93.5703 0066796 260.8851 128.1795 13.75652851686119
+0 COSMOS 1275 DEB *
+1 13491U 81053GP  16017.25917612  .00000140  00000-0  13462-3 0  9997
+2 13491  82.9313 287.9468 0017605 206.2174 281.7837 13.73475030730796
+0 KIKU 4 (ETS 3)
+1 13492U 82087A   16018.22685466 -.00000105  00000-0  13190-4 0  9994
+2 13492  44.6175 338.3651 0012284 292.6658 198.0455 13.70938065670975
+0 N-1 R/B
+1 13493U 82087B   16017.14901306 -.00000078  00000-0  50973-4 0  9998
+2 13493  44.6241  35.3464 0172769  22.8220   9.6284 13.44486395639628
+0 SL-8 DEB *
+1 13497U 78063C   16016.95958657 +.00000717 +00000-0 +17487-3 0  9991
+2 13497 074.0555 016.3049 0010692 116.9193 271.3314 14.54481543775440
+0 SL-8 DEB *
+1 13498U 81041C   16017.08615567  .00000829  00000-0  18974-3 0  9993
+2 13498  74.0200  15.0642 0011190 323.4902 101.9210 14.57237929849535
+0 SL-8 DEB *
+1 13499U 76069D   16017.29225093  .00000665  00000-0  17254-3 0  9990
+2 13499  74.0585 313.9659 0014735  86.3689  68.3010 14.51655632864940
+0 SL-8 DEB *
+1 13500U 78019C   16017.21458319  .00000964  00000-0  19291-3 0  9996
+2 13500  74.0581 206.0063 0010373 230.4059 129.6193 14.63207103 68833
+0 COSMOS 839 DEB
+1 13501U 76067BB  16017.35873396 -.00000017  00000-0  15005-3 0  9998
+2 13501  66.0402 332.0632 0636794 289.4926 249.4301 12.37512062570198
+0 THOR ABLESTAR DEB
+1 13502U 61015KT  16017.55780130  .00003110  00000-0  34648-2 0  9990
+2 13502  66.4642 145.4438 0306552 352.7881  82.6431 13.54228605633287
+0 COSMOS 970 DEB
+1 13503U 77121BA  16017.22838737 -.00000063  00000-0  12026-4 0  9990
+2 13503  66.4721 338.1892 0081913 187.8455 280.5489 13.50971119643369
+0 COSMOS 970 DEB
+1 13504U 77121BB  16018.22813601 -.00000056  00000-0  19869-4 0  9999
+2 13504  66.1167  75.6102 0194302  60.7814 358.0265 13.76960204902747
+0 COSMOS 970 DEB
+1 13505U 77121BC  16017.42905955  .00000549  00000-0  91926-3 0  9994
+2 13505  65.3592  18.1954 0015930 148.7196   1.2064 13.54420826741132
+0 COSMOS 886 DEB
+1 13507U 76126BK  16017.86337435  .00000023  00000-0  32798-3 0  9999
+2 13507  65.7542 190.0073 0876134 141.1820 339.8059 11.92032984507629
+0 N-1 DEB
+1 13510U 82087C   16017.20563965 -.00000139  00000-0 -38548-4 0  9993
+2 13510  44.5782 310.6576 0169871 243.8652 259.6493 13.55346355644723
+0 THOR ABLESTAR DEB
+1 13511U 61015KU  16017.37299801  .00000120  00000-0  22737-3 0  9995
+2 13511  65.8428 127.4257 0128523 228.5604 193.6513 13.66199580771621
+0 THOR ABLESTAR DEB
+1 13512U 61015KV  16017.88749123  .00002097  00000-0  12166-2 0  9998
+2 13512  65.4954 182.2530 0053264 241.3253 270.3914 14.10236061802682
+0 THOR ABLESTAR DEB
+1 13513U 61015KW  16018.19830758  .00000306  00000-0  33943-3 0  9997
+2 13513  65.6817  94.4832 0101553 206.0338 185.8523 13.83495279792736
+0 THOR ABLESTAR DEB
+1 13514U 61015KX  16017.56069684  .00000214  00000-0  37105-3 0  9992
+2 13514  66.7167  86.6559 0252982 287.6178 185.8776 13.49113897751499
+0 COSMOS 839 DEB
+1 13515U 76067BC  16016.09601499 -.00000177  00000-0 -41706-3 0  9991
+2 13515  65.8957 268.6712 0662117 205.7706 311.3488 12.40618275607961
+0 COSMOS 839 DEB
+1 13516U 76067BD  16017.96135509 -.00000041  00000-0  50096-4 0  9995
+2 13516  65.6579 218.5265 0729383  20.9957  44.4171 12.32316016 56714
+0 SL-8 DEB
+1 13517U 65020FF  16017.19745873  .00000279  00000-0  32721-3 0  9995
+2 13517  55.5701 327.7206 0556680 135.9587 333.0899 13.35479991627132
+0 THORAD AGENA D DEB
+1 13518U 70025NR  16017.55728686  .00000708  00000-0  74025-3 0  9990
+2 13518 100.0557 236.0678 0004577 289.2190  90.5262 13.79176044725521
+0 DELTA 1 DEB
+1 13524U 73086GM  16017.14120565  .00000030  00000-0  53983-3 0  9992
+2 13524 102.8225  75.2073 0049235 131.2094 290.3678 12.47573958603289
+0 DELTA 1 DEB
+1 13525U 73086GN  16017.88511223  .00000013  00000-0  35598-3 0  9992
+2 13525 101.4642  19.4440 0079894 108.7904 328.9839 12.50720406621765
+0 THORAD DELTA 1 DEB
+1 13527U 74089EN  16017.75219906  .00000561  00000-0  36723-2 0  9995
+2 13527 102.9145  78.8801 0370428 189.3565 287.5731 12.38691109599832
+0 THORAD DELTA 1 DEB
+1 13528U 74089EP  16017.76217553  .00000220  00000-0  12707-2 0  9991
+2 13528 103.1171 116.4971 0071282  51.7830 102.7365 12.75818122644643
+0 DELTA 1 DEB
+1 13529U 76077EB  16017.26650962  .00000151  00000-0  28709-2 0  9993
+2 13529 101.8536 256.7177 0383553  70.6188  44.7354 11.65735130499133
+0 DELTA 1 DEB
+1 13530U 76077EC  16018.05815713  .00000152  00000-0  15256-2 0  9994
+2 13530 102.4371  44.4564 0127114  72.9104 352.7942 12.35801783592903
+0 DELTA 1 DEB
+1 13531U 76077ED  16016.93338811 +.00000003 +00000-0 +45407-3 0  9996
+2 13531 102.2395 012.6200 0141369 311.9250 075.1308 12.17090342493226
+0 DELTA 1 DEB
+1 13532U 76077EE  16016.48988597 -.00000151  00000-0 -13057-2 0  9990
+2 13532 102.1448 206.1903 0285968 304.4187  78.7403 11.93842741507755
+0 DELTA 1 DEB
+1 13533U 76077EF  16016.18526476 -.00000226  00000-0 -27338-2 0  9992
+2 13533 101.8847  96.3712 0360557  81.8465 309.4698 11.74155489589176
+0 DELTA 1 DEB
+1 13534U 76077EG  16016.41707450 +.00000007 +00000-0 +64707-3 0  9999
+2 13534 101.8629 294.1156 0400678 300.6446 103.2133 11.68059703581053
+0 DELTA 1 DEB
+1 13535U 76077EH  16018.15844267 -.00000050  00000-0 -41542-4 0  9994
+2 13535 101.9506  78.1677 0023198 206.8567 167.1408 12.39022275678072
+0 DELTA 1 DEB
+1 13536U 76077EJ  16016.60733575 -.00000030  00000-0  10688-3 0  9995
+2 13536 101.7577  62.1380 0421059 265.0336 256.1898 11.75687506611232
+0 DELTA 1 DEB
+1 13537U 76077EK  16017.55035161 -.00000004  00000-0  34888-3 0  9996
+2 13537 102.0280   9.5958 0075371 266.9696 216.4398 12.26988591667066
+0 DELTA 1 DEB
+1 13538U 76077EL  16016.71079442 -.00000070 +00000-0 -24233-3 0  9991
+2 13538 102.3275 094.0567 0106803 051.9899 099.5444 12.21681288581550
+0 DELTA 1 DEB
+1 13539U 76077EM  16016.92540822 +.00000025 +00000-0 +89677-3 0  9991
+2 13539 101.8792 263.1974 0409756 118.6742 010.2257 11.65042578510656
+0 COSMOS 1408
+1 13552U 82092A   16018.17425817  .00002859  00000-0  11727-3 0  9993
+2 13552  82.5692  81.6742 0021496  64.7605 295.5857 15.23617848818461
+0 SL-14 R/B
+1 13553U 82092B   16018.08871485  .00000254  00000-0  27496-4 0  9998
+2 13553  82.5691 354.8780 0020292 313.2989 101.0676 14.84010241800492
+0 EKRAN 9
+1 13554U 82093A   16016.70116251 +.00000105 +00000-0 +00000-0 0  9993
+2 13554 014.0169 338.0041 0027599 262.3946 171.9906 01.00269021081850
+0 DELTA 1 DEB
+1 13561U 78026EY  16018.12188904  .00001454  00000-0  73111-3 0  9998
+2 13561  98.8760 149.7764 0164761 336.3354 107.4917 14.11248484757922
+0 DELTA 1 DEB
+1 13562U 78026EZ  16018.21820872  .00000510  00000-0  21669-3 0  9999
+2 13562  98.5312 359.0186 0038478  86.5318 341.4205 14.29021673810092
+0 DELTA 1 DEB
+1 13563U 78026FA  16017.53539477  .00000196  00000-0  11162-3 0  9999
+2 13563  98.6279   4.0417 0045964  90.9997  34.0067 14.19758737743172
+0 DELTA 1 DEB
+1 13564U 78026FB  16018.21079002  .00000161  00000-0  15088-3 0  9992
+2 13564  98.9157 117.7184 0206669 215.0954 174.2967 13.85609469693953
+0 DELTA 1 DEB
+1 13565U 78026FC  16017.73512709  .00000251  00000-0  21634-3 0  9999
+2 13565  98.9545  94.5510 0067940 359.6828 125.2808 13.94486764706699
+0 DELTA 1 DEB
+1 13566U 78026FD  16016.91455067 +.00000570 +00000-0 +23799-3 0  9990
+2 13566 098.5520 356.2394 0036922 058.0242 329.6645 14.29595659741335
+0 DELTA 1 DEB
+1 13567U 78026FE  16017.74435829  .00001111  00000-0  77532-3 0  9993
+2 13567  98.8533 286.0457 0217990 102.9912 282.2471 13.89658883681262
+0 DELTA 1 DEB
+1 13569U 78026FG  16016.87627220  .00001022  00000-0  59064-3 0  9997
+2 13569  99.1633 345.3552 0114054  85.0028 304.4682 14.08064153746367
+0 DELTA 1 DEB
+1 13570U 78026FH  16017.55316037  .00000661  00000-0  23838-3 0  9994
+2 13570  98.4733   3.1958 0049838  10.5896 104.3081 14.36158550803443
+0 DELTA 1 DEB
+1 13571U 78026FJ  16017.53647221  .00001113  00000-0  34496-3 0  9990
+2 13571  98.1779  25.5769 0022746  31.8917  91.1217 14.42809261803171
+0 DELTA 1 DEB
+1 13572U 78026FK  16017.48897529  .00002090  00000-0  83266-3 0  9997
+2 13572  99.0416 311.7915 0140623  44.3012  46.3476 14.24431590770047
+0 DELTA 1 DEB
+1 13573U 78026FL  16017.80466933  .00000037  00000-0  64416-4 0  9991
+2 13573  98.9240 328.6243 0073217 155.4361 235.2567 13.88322378755783
+0 DELTA 1 DEB
+1 13574U 78026FM  16017.54023362  .00000257  00000-0  15751-3 0  9999
+2 13574  98.5804   2.1616 0039576 174.2993 310.4273 14.13553219768912
+0 DELTA 1 DEB
+1 13575U 78026FN  16016.87787306 -.00000154  00000-0 -69685-4 0  9994
+2 13575  98.8465 343.9914 0018853 181.5528 206.1640 14.04249877771157
+0 DELTA 1 DEB
+1 13579U 78026FS  16018.17342592  .00000459  00000-0  23311-3 0  9998
+2 13579  98.4933   4.0456 0018752 297.3336  62.5932 14.20432320773351
+0 DELTA 1 DEB
+1 13580U 78026FT  16017.19286471  .00000543  00000-0  20535-3 0  9993
+2 13580  98.4809   2.5649 0051544  62.4271 298.2136 14.34338815696770
+0 COSMOS 1410
+1 13589U 82096A   16016.72860591  .00000016  00000-0  40550-4 0  9998
+2 13589  82.6105 281.2212 0006486 348.1644  39.4863 12.42296674511566
+0 SL-14 R/B
+1 13590U 82096B   16016.92135910 +.00000008 +00000-0 -12291-4 0  9995
+2 13590 082.6099 274.9846 0006280 351.3261 142.7749 12.42663606511020
+0 COSMOS 1365 FUEL CORE
+1 13594U 82043D   16018.10140258 -.00000078  00000-0  95020-5 0  9993
+2 13594  65.0664 202.4907 0066227 249.3471 203.3446 13.93119075716306
+0 INTELSAT 505
+1 13595U 82097A   16015.92222815 -.00000030 +00000-0 +00000-0 0  9997
+2 13595 015.4295 003.8826 0024024 301.4965 228.1948 00.98405659090580
+0 COSMOS 1412
+1 13600U 82099A   16017.19586758 -.00000079  00000-0  95876-5 0  9999
+2 13600  64.8125 238.0780 0040858  64.7726  72.8530 13.86185910672623
+0 COSMOS 1413 (GLONASS)
+1 13603U 82100A   16017.90404778  .00000111  00000-0  00000+0 0  9990
+2 13603  63.9720 199.2505 0006185  14.2122 132.4481  2.13866836259850
+0 COSMOS 1414 (GLONASS)
+1 13606U 82100D   16017.95688157  .00000112  00000-0  00000+0 0  9994
+2 13606  63.9765 202.5025 0065871  20.9758 345.7833  2.13103918258936
+0 COSMOS 1415 (GLONASS)
+1 13607U 82100E   16016.17749265  .00000107  00000-0  00000+0 0  9990
+2 13607  63.9531 199.2773 0003119  18.9221 287.0164  2.13810375259746
+0 SL-12 R/B(AUX MOTOR)
+1 13608U 82100F   16017.16840425  .00021529  00000-0  86676-3 0  9999
+2 13608  52.0530 163.1658 4014904 132.7542 268.9577  7.44849588683065
+0 SL-12 R/B(AUX MOTOR)
+1 13609U 82100G   16016.11326918  .00004869  00000-0  75624-3 0  9999
+2 13609  52.0501 304.3349 5027682 185.9525 164.6639  5.57950301596566
+0 SL-12 R/B(2)
+1 13610U 82100H   16017.49365461  .00000111  00000-0  00000+0 0  9997
+2 13610  63.9542 198.4167 0007888 193.1937 337.6819  2.14005172260458
+0 COSMOS 1417
+1 13617U 82102A   16018.08994753  .00000054  00000-0  40329-4 0  9993
+2 13617  82.9673 188.1279 0033382 247.8018 250.8796 13.75312608668441
+0 SL-8 R/B
+1 13618U 82102B   16016.88831207 -.00000011  00000-0 -27094-4 0  9993
+2 13618  82.9677 162.6099 0032811 139.4812  25.2354 13.76701500670099
+0 COSMOS 1275 DEB
+1 13619U 81053GQ  16017.39786259  .00000924  00000-0  62255-3 0  9999
+2 13619  83.0393 139.2430 0032448 323.6274  94.7971 13.99305722690281
+0 GORIZONT 6
+1 13624U 82103A   16016.09764762 -.00000150 +00000-0 +00000-0 0  9992
+2 13624 014.0850 339.6646 0004091 203.9075 224.5581 01.00380607082791
+0 SL-12 R/B(2)
+1 13630U 82103E   16016.13345825  .00000027  00000-0  00000+0 0  9990
+2 13630  14.0433 339.6182 0010066  98.8482  91.3033  1.00342654 83379
+0 SATCOM C5
+1 13631U 82105A   16015.57075016 -.00000116  00000-0  00000+0 0  9992
+2 13631  15.0276   6.4413 0005592 275.8295 292.0103  1.00273048 88192
+0 DSCS 2-15
+1 13636U 82106A   16015.31591818 -.00000133  00000-0  00000+0 0  9992
+2 13636  16.3671 357.7969 0003674 181.9814 356.1406  0.95090313 68035
+0 TITAN 34D IUS R/B(2)
+1 13643U 82106D   16016.42086706 -.00000182  00000-0  00000+0 0  9992
+2 13643  15.2922 347.0277 0044228 321.2005 245.9957  0.99380385 81952
+0 COSMOS 1420
+1 13648U 82109A   16018.24110178  .00000045  00000-0  25663-4 0  9997
+2 13648  73.9962 318.9104 0021104 232.5191 285.5584 14.33725068734726
+0 SL-8 R/B
+1 13649U 82109B   16017.16746512  .00000035  00000-0  20818-4 0  9991
+2 13649  73.9988 244.9074 0018384 166.4133 338.1158 14.36977494737355
+0 SBS 3
+1 13651U 82110B   16015.46167103 -.00000334 +00000-0 +00000-0 0  9990
+2 13651 015.1408 008.2815 0004724 334.9541 048.4526 00.99926489008516
+0 ANIK C3 (TELESAT-5)
+1 13652U 82110C   16013.39113240 -.00000295  00000-0  00000+0 0  9999
+2 13652  15.1471   8.1027 0003172 243.4961 307.4656  0.99906987130415
+0 COSMOS 1412 FUEL CORE
+1 13653U 82099E   16017.49320734 -.00000092  00000-0 -72107-6 0  9999
+2 13653  64.8279  33.1864 0039576 340.4700 172.9341 13.90076166690987
+0 SBS 3 R/B(PAM-D)
+1 13658U 82110D   16017.41116674  .00000430  00000-0  96840-3 0  9997
+2 13658  23.6102  82.5370 7109940 195.2958 119.8044  2.44897313208438
+0 ANIK C3 R/B(PAM-D)
+1 13666U 82110E   16013.29341233  .00001394  00000-0  17270-2 0  9998
+2 13666  23.3803  61.7557 7106934 245.1051  28.4464  2.45294246242961
+0 RADUGA 11
+1 13669U 82113A   16017.96778873 -.00000063  00000-0  00000+0 0  9999
+2 13669  15.2614 345.7300 0043309 192.3092 344.1979  0.97707331 84368
+0 METEOR 2-9
+1 13718U 82116A   16017.23138850  .00000083  00000-0  35303-4 0  9992
+2 13718  81.2506 121.4718 0053854  27.5185 332.8821 14.15398432708418
+0 SL-3 R/B
+1 13719U 82116B   16017.89699396  .00000153  00000-0  71341-4 0  9992
+2 13719  81.2558 146.1279 0072132  26.3002  89.8597 14.14570204707378
+0 SL-3 DEB
+1 13720U 82116C   16017.35456602 -.00000025  00000-0 -19220-4 0  9994
+2 13720  81.2500 120.3916 0056046  23.7977  37.1867 14.15432686708477
+0 OPS 9845 (DMSP 5D-2 F6)
+1 13736U 82118A   16017.56178847  .00000078  00000-0  47756-4 0  9999
+2 13736  98.5776 207.3723 0007162 338.8463  21.2422 14.29175847721819
+0 LES 8 9/SOL 11A B DEB *
+1 13753U 76023K   16017.75866216 -.00000284  00000-0  00000+0 0  9997
+2 13753  12.7680 326.9165 0004653 272.6673 263.7305  1.01343277 83968
+0 COSMOS 1428
+1 13757U 83001A   16018.13245579  .00000056  00000-0  40443-4 0  9997
+2 13757  82.9121   0.2010 0036163  79.0554 331.3637 13.76798918658644
+0 SL-8 R/B
+1 13758U 83001B   16017.97999939  .00000063  00000-0  47342-4 0  9998
+2 13758  82.9128 334.7039 0027270 352.5866  74.2470 13.78683999660535
+0 COSMOS 1429
+1 13761U 83002A   16017.51956939  .00000001  00000-0  11832-3 0  9992
+2 13761  74.0219 181.2684 0032824  16.6027  39.4103 12.43389435497859
+0 COSMOS 1430
+1 13762U 83002B   16016.75238554 -.00000005 +00000-0 +74793-4 0  9995
+2 13762 074.0247 114.4327 0020875 308.8888 220.1196 12.45674787500492
+0 COSMOS 1431
+1 13763U 83002C   16016.85422369 -.00000022 +00000-0 -42842-4 0  9996
+2 13763 074.0234 054.1732 0012058 213.4303 200.1748 12.47697763502670
+0 COSMOS 1432
+1 13764U 83002D   16017.89079873 -.00000000  00000-0  10276-3 0  9990
+2 13764  74.0255 349.3524 0002321  19.7828   8.9035 12.49834173505657
+0 COSMOS 1433
+1 13765U 83002E   16016.87566891 -.00000012 +00000-0 +28314-4 0  9995
+2 13765 074.0255 288.9168 0014320 301.0050 172.4693 12.51895459508002
+0 COSMOS 1434
+1 13766U 83002F   16017.73655155 -.00000015  00000-0  70988-5 0  9992
+2 13766  74.0217 231.7949 0023985 231.3694 196.4943 12.53766819510365
+0 COSMOS 1435
+1 13767U 83002G   16016.93636904 +.00000004 +00000-0 +12139-3 0  9994
+2 13767 074.0221 175.8364 0034002 171.2865 358.5867 12.55656838512284
+0 COSMOS 1436
+1 13768U 83002H   16016.93393536 -.00000010  00000-0  33562-4 0  9998
+2 13768  74.0248 114.6865 0042867  89.1567 318.1374 12.57683267514976
+0 SL-8 R/B
+1 13769U 83002J   16016.88162979 -.00000032 +00000-0 -17066-3 0  9993
+2 13769 074.0050 085.5234 0135154 067.5161 342.2868 12.21325512471252
+0 COSMOS 1437
+1 13770U 83003A   16017.69217493  .00008218  00000-0  17953-3 0  9995
+2 13770  81.1606  59.5277 0006535 270.6429  89.4066 15.44008145806612
+0 SL-3 R/B
+1 13771U 83003B   16017.15901992  .00001992  00000-0  12288-3 0  9999
+2 13771  81.1540 238.9164 0035071 274.6065  85.1154 15.09002536795791
+0 COSMOS 397 DEB
+1 13776U 71015CN  16017.42570359  .00000295  00000-0  21401-3 0  9995
+2 13776  65.8613 348.6291 0505498 131.9252   1.3881 13.60309272623074
+0 IRAS
+1 13777U 83004A   16018.15444620 -.00000199  00000-0 -10518-3 0  9991
+2 13777  98.9658 213.2692 0020637  50.8419  56.0406 14.00364932354298
+0 DELTA 1 R/B
+1 13778U 83004B   16017.84072810  .00000109  00000-0  93927-4 0  9990
+2 13778 100.0349 296.0632 0021472 140.7977 219.4749 14.08902614694318
+0 SAKURA 2A (CS-2A)
+1 13782U 83006A   16017.34790491 -.00000287  00000-0  00000+0 0  9997
+2 13782  15.0649 354.4667 0013186 231.4044 334.3211  0.99408093 90075
+0 IRAS DEB
+1 13783U 83004C   16017.55220860  .00000243  00000-0  18222-3 0  9997
+2 13783  98.9221 209.8134 0017359 106.7415 318.5633 14.03658974686412
+0 COSMOS 1275 DEB
+1 13796U 81053GT  16017.54492484  .00000716  00000-0  68300-3 0  9992
+2 13796  83.0216  66.2128 0115521  26.8877 100.5644 13.76384560658895
+0 COSMOS 1275 DEB
+1 13797U 81053GU  16018.14600424  .00000324  00000-0  27915-3 0  9997
+2 13797  82.8394 331.6787 0051287 203.7698 250.7374 13.83153737677645
+0 COSMOS 1275 DEB
+1 13798U 81053GV  16017.78993900  .00000365  00000-0  35465-3 0  9995
+2 13798  83.0122  26.6633 0086745 355.3362  68.0689 13.75383449719044
+0 COSMOS 1275 DEB
+1 13799U 81053GW  16016.52667287  .00000563  00000-0  56828-3 0  9999
+2 13799  83.1340 216.7195 0092300 359.4901  68.1130 13.73828857661167
+0 COSMOS 1275 DEB
+1 13800U 81053GX  16018.21778394 -.00000457  00000-0 -57583-3 0  9995
+2 13800  83.2331 291.3912 0180136  16.6990  97.4626 13.59355259636478
+0 COSMOS 1275 DEB
+1 13801U 81053GY  16018.09019981  .00001058  00000-0  64051-3 0  9996
+2 13801  82.8060 149.3653 0037777   3.8813 356.2645 14.05257658684141
+0 COSMOS 1275 DEB
+1 13802U 81053GZ  16018.15887994  .00000277  00000-0  26864-3 0  9993
+2 13802  82.8035  83.3330 0062640  33.5046  29.5659 13.75380542702318
+0 COSMOS 1275 DEB
+1 13803U 81053HA  16017.84065019  .00000523  00000-0  34482-3 0  9994
+2 13803  82.8214 243.3658 0055904 191.9816 261.4485 13.99316306679891
+0 COSMOS 1275 DEB
+1 13804U 81053HB  16017.72281309  .00001417  00000-0  78929-3 0  9991
+2 13804  82.9538  10.3179 0048589 249.8618 163.9009 14.09788154682625
+0 COSMOS 1275 DEB
+1 13806U 81053HD  16018.00268532  .00025049  00000-0  16331-2 0  9993
+2 13806  82.8874   1.4201 0015579 131.8987 289.9462 15.07674073728365
+0 COSMOS 1275 DEB
+1 13807U 81053HE  16017.50259004  .00001571  00000-0  79070-3 0  9996
+2 13807  82.9545 177.2790 0013120 359.6656   0.4512 14.15836022440163
+0 COSMOS 1275 DEB
+1 13808U 81053HF  16017.23948620  .00000433  00000-0  36005-3 0  9993
+2 13808  83.0370 303.8327 0062666 203.3955 275.4489 13.85655473662765
+0 COSMOS 1275 DEB
+1 13809U 81053HG  16018.10561944  .00001788  00000-0  49018-3 0  9993
+2 13809  82.8270  32.4603 0036843  62.0311   3.4365 14.46263158721646
+0 COSMOS 1275 DEB
+1 13810U 81053HH  16017.55687196  .00000601  00000-0  71391-3 0  9993
+2 13810  83.0126 227.3461 0129819  10.0186  18.7368 13.62472225637795
+0 COSMOS 1275 DEB
+1 13811U 81053HJ  16017.33345098  .00000949  00000-0  59341-3 0  9998
+2 13811  82.9434 322.9594 0024793 147.6406   9.9595 14.03559073679717
+0 COSMOS 1275 DEB
+1 13812U 81053HK  16017.04691744  .00001582  00000-0  84568-3 0  9992
+2 13812  83.2604  25.7204 0043708 306.9245 105.9155 14.12166521686613
+0 COSMOS 1275 DEB
+1 13813U 81053HL  16017.35822572  .00000738  00000-0  45908-3 0  9999
+2 13813  82.9415 326.9771 0050480 147.9941 334.4211 14.03103262679275
+0 COSMOS 1275 DEB
+1 13814U 81053HM  16017.82746803  .00001814  00000-0  74760-3 0  9998
+2 13814  82.9356 147.2658 0012583 268.8392 215.0109 14.26372547693313
+0 COSMOS 1275 DEB
+1 13815U 81053HN  16018.08533830  .00000766  00000-0  77365-3 0  9991
+2 13815  83.0327 143.1668 0115386 286.0011 197.7259 13.73290775646688
+0 COSMOS 1275 DEB
+1 13816U 81053HP  16017.08310817  .00000954  00000-0  82948-3 0  9991
+2 13816  82.9883  25.7865 0171182 135.7943 286.0525 13.78568868650340
+0 COSMOS 1275 DEB
+1 13817U 81053HQ  16017.88841715  .00000733  00000-0  49453-3 0  9995
+2 13817  82.9475 343.0414 0026962 314.3213  74.7749 13.99092877723542
+0 SL-3 R/B
+1 13819U 83010B   16017.15370220  .00001865  00000-0  10021-3 0  9996
+2 13819  81.1146  42.7837 0032134 260.6023  99.1571 15.13991669795461
+0 DELTA 1 DEB
+1 13825U 78026FU  16018.08010605  .00001274  00000-0  54001-3 0  9995
+2 13825  99.0585  46.8816 0140066  28.0730  35.5111 14.22068239696067
+0 DELTA 1 DEB
+1 13826U 78026FV  16017.86629870  .00001094  00000-0  24949-3 0  9999
+2 13826  98.0416  32.5045 0044740 162.0975 198.1812 14.57109962746289
+0 DELTA 1 DEB
+1 13827U 78026FW  16017.97225569  .00000806  00000-0  21621-3 0  9993
+2 13827  98.1483  21.6687 0074260 318.0548  70.1030 14.49204179728384
+0 MOLNIYA 3-20
+1 13875U 83015A   16016.47459834  .00001265  00000-0  78020-1 0  9991
+2 13875  63.9969 276.8732 6885371 266.9943 113.2872  2.00683972176735
+0 EKRAN 10
+1 13878U 83016A   16017.28373891 -.00000144  00000-0  00000+0 0  9990
+2 13878  16.7256 345.1354 0034343 288.4448 262.8798  0.95030550 83062
+0 SL-6 R/B(2)
+1 13882U 83015E   16016.17811082 -.00001040 +00000-0 -75792-3 0  9991
+2 13882 064.3037 336.1523 7013693 268.1748 319.1508 01.96759335236067
+0 MOLNIYA 1-56
+1 13890U 83019A   16016.31557444  .00001065  00000-0  00000+0 0  9990
+2 13890  63.7884 314.6918 7103858 265.8631 223.2341  1.99924831239753
+0 SL-6 R/B(2)
+1 13897U 83019D   16017.63536027 -.00000422  00000-0  59221-2 0  9996
+2 13897  63.8580 354.3729 7188809 263.4632 348.7537  1.96610704235786
+0 SL-12 R/B(2)
+1 13899U 82020F   16016.18367564 -.00000150  00000-0  00000+0 0  9992
+2 13899  15.2590 339.2618 0025266 109.7740 106.6524  0.98637248 83489
+0 SL-12 R/B(2)
+1 13900U 79015D   16016.81978234 -.00000327 +00000-0 +00000-0 0  9994
+2 13900 012.4688 324.8689 0011431 217.1782 328.9045 01.01343537088499
+0 ASTRON
+1 13901U 83020A   16022.51644814  .00000078  00000-0  00000+0 0  9995
+2 13901  50.5920 253.6774 6499618 147.0962   0.8252  0.24296545 42193
+0 SL-6 DEB
+1 13904U 81088G   16016.30579463 -.00000014 +00000-0 +23728-3 0  9994
+2 13904 063.1755 115.1605 4649865 222.0333 261.9011 05.48249685457526
+0 TITAN 3C TRANSTAGE DEB
+1 13906U 65108U   16016.50389484  .00000023  00000-0  39967-3 0  9996
+2 13906  26.1530 134.4008 6764519 305.9880  17.2270  2.77223802237711
+0 METEOSAT 1 AKM
+1 13907U 77108D   16016.15981346 -.00000159  00000-0  00000+0 0  9999
+2 13907  14.5448 326.8280 0083030  38.3424 129.1149  0.97802915 75410
+0 SL-6 DEB
+1 13908U 81088H   16017.23715735 -.00000015  00000-0  00000+0 0  9990
+2 13908  63.2038 314.8317 4571875 222.5376 334.5258  5.43590767437130
+0 SL-6 DEB
+1 13909U 81088J   16016.31089318  .00001204  00000-0  43981-2 0  9998
+2 13909  63.1972  65.0956 4677689 288.3400 105.4245  5.74683728448428
+0 SL-6 DEB
+1 13910U 81088K   16015.14636110 +.00000030 +00000-0 +00000-0 0  9997
+2 13910 062.9904 245.9570 4702331 241.7493 321.9758 05.42998718459824
+0 SL-6 DEB
+1 13911U 81088L   16018.09467643 -.00000910  00000-0 -13558-1 0  9990
+2 13911  63.5430 294.1870 4343662 201.9057 131.8772  5.91839143504158
+0 OV2-3
+1 13912U 65108V   16017.68210867  .00018865  00000-0  13071-2 0  9991
+2 13912  26.5311 159.0394 5695252 113.7062 314.4440  4.55711051386861
+0 COSMOS 1447
+1 13916U 83021A   16017.85953991  .00000048  00000-0  33785-4 0  9990
+2 13916  82.9473 296.4413 0038060   6.3067  56.2214 13.75026870646615
+0 SL-8 R/B
+1 13917U 83021B   16016.78815959  .00000053  00000-0  38108-4 0  9993
+2 13917  82.9440 271.2034 0027188 258.0707 133.1169 13.76778300648390
+0 NOAA 8
+1 13923U 83022A   16017.52346087  .00000092  00000-0  53797-4 0  9999
+2 13923  98.4762  15.2993 0014322 240.0954 119.8806 14.28493708708128
+0 THOR ABLESTAR DEB
+1 13942U 61015KZ  16016.58770405 -.00000174 +00000-0 -23611-3 0  9992
+2 13942 065.8632 058.6255 0387167 153.3725 010.0293 13.04289048572019
+0 COSMOS 886 DEB *
+1 13943U 76126BM  16016.67068060  .00001399  00000-0  75700-3 0  9993
+2 13943  65.5743  90.0804 0084365 301.5854 222.7577 14.14003068603069
+0 COSMOS 839 DEB
+1 13946U 76067BE  16016.53175822  .00000345  00000-0  12356-2 0  9997
+2 13946  66.0601 179.1757 0651484 136.7192 291.6241 12.48936289497397
+0 COSMOS 839 DEB
+1 13947U 76067BF  16017.52400671  .00000044  00000-0  43333-3 0  9997
+2 13947  65.7173  46.3634 0673011 347.4788 168.0960 12.24091950383681
+0 COSMOS 970 DEB
+1 13948U 77121BD  16017.74207767  .00000469  00000-0  53385-3 0  9994
+2 13948  65.7627 241.4854 0065346  23.5174  50.8797 13.78583245778367
+0 COSMOS 1448
+1 13949U 83023A   16017.11209911  .00000035  00000-0  20832-4 0  9998
+2 13949  82.9560  10.8596 0028848 318.6018 110.5872 13.75840599646937
+0 SL-8 R/B
+1 13950U 83023B   16017.86810671 -.00000009  00000-0 -23680-4 0  9990
+2 13950  82.9538 353.7555 0035784 272.6539 148.4755 13.76802439647968
+0 SL-12 R/B(2)
+1 13954U 82113F   16015.60395549 -.00000188 +00000-0 +00000-0 0  9999
+2 13954 015.3750 345.4644 0025190 190.4882 304.7456 00.97572435082757
+0 TITAN 3C TRANSTAGE DEB
+1 13957U 65108W   16016.52655366 +.00000210 +00000-0 +15178-2 0  9994
+2 13957 026.3341 112.9566 6755596 310.1615 024.3725 02.78645017280885
+0 TITAN 3C TRANSTAGE DEB
+1 13958U 65108X   16015.10782273 -.00000149  00000-0 -10744-2 0  9993
+2 13958  27.0992 333.5538 6807142 231.2259 322.3122  2.69774991116040
+0 COSMOS 1285 DEB
+1 13961U 81071F   16015.12195550 -.00000562 +00000-0 +00000-0 0  9992
+2 13961 069.8136 272.6681 5497824 092.5794 015.4774 01.98120438246873
+0 TDRS 1
+1 13969U 83026B   16017.42148863 -.00000046  00000-0  00000+0 0  9998
+2 13969  13.8532 349.9400 0021269 175.4905 315.3667  0.98743859 92782
+0 IUS R/B(2)
+1 13970U 83026C   16016.59188346 -.00000116  00000-0  00000+0 0  9995
+2 13970   1.8162 340.6300 1872990 153.1921 287.8871  1.32156741158267
+0 IUS R/B(1)
+1 13971U 83026D   16017.41059189  .00005760  00000-0  86993-3 0  9998
+2 13971  25.8360 148.2390 6206585 339.5734   3.7503  3.75069001357475
+0 RADUGA 12
+1 13974U 83028A   16015.05200477 -.00000042  00000-0  00000+0 0  9999
+2 13974  14.5097 343.3592 0003021 244.2629 332.8791  1.00256689131203
+0 SL-12 R/B(2)
+1 13983U 83028F   16016.23087731 -.00000236 +00000-0 +00000-0 0  9992
+2 13983 014.5468 343.4077 0024457 124.4836 243.6859 01.00065025119740
+0 SATCOM 1R
+1 13984U 83030A   16016.46422586 -.00000202 +00000-0 +00000-0 0  9995
+2 13984 015.1532 012.5316 0003390 019.2611 169.5237 00.99850372092486
+0 COSMOS 1452
+1 13991U 83031A   16017.21365479  .00000053  00000-0  28699-4 0  9996
+2 13991  74.0506 309.2575 0015526 137.9846 326.3593 14.32944997711883
+0 SL-8 R/B
+1 13992U 83031B   16017.79766294  .00000128  00000-0  53141-4 0  9993
+2 13992  74.0515 234.1971 0005400 332.6880  82.8069 14.36003950714684
+0 COSMOS 1191 DEB
+1 13999U 80057G   16017.93017183 -.00000869  00000-0  00000+0 0  9991
+2 13999  66.9727 324.5078 6046620  69.4033 123.0151  2.01314738253460
+0 COSMOS 931 DEB
+1 14000U 77068G   16016.31313229  .00000672  00000-0  00000+0 0  9995
+2 14000  69.3275 265.2018 5305591  69.8592  29.6886  2.00739890258484
+0 SL-12 R/B(2)
+1 14005U 79062D   16017.17609657 -.00000176  00000-0  00000+0 0  9994
+2 14005  14.8876 333.2902 0005607 192.0544 349.1227  0.97670607 84700
+0 COSMOS 1455
+1 14032U 83037A   16018.16125669  .00001802  00000-0  92948-4 0  9990
+2 14032  82.5156 236.3306 0016776 271.8773  88.0538 15.15624667783175
+0 SL-14 R/B
+1 14033U 83037B   16017.39793494  .00000200  00000-0  21322-4 0  9991
+2 14033  82.5086 112.0704 0018320  22.5252 337.6763 14.83588718402980
+0 OPS 4682 DEB
+1 14047U 65027J   16017.68932902  .00000341  00000-0  11805-2 0  9995
+2 14047  90.2972 266.5211 0033439  19.4705  36.1919 12.95507197341708
+0 OPS 4682 DEB
+1 14048U 65027K   16017.68530995 -.00000353  00000-0 -12343-2 0  9995
+2 14048  90.3067 279.4213 0013695 240.7009 147.3669 12.97878384560350
+0 OPS 4682 DEB
+1 14049U 65027L   16017.65971547 -.00000675  00000-0 -24732-2 0  9997
+2 14049  90.3047 272.2098 0027455  60.8373 327.5956 12.93804485566348
+0 GOES 6
+1 14050U 83041A   16017.21286226  .00000045  00000-0  00000+0 0  9998
+2 14050  14.8016 355.4866 0003670 193.4028 230.0119  1.00259772177916
+0 DELTA 1 R/B(1)
+1 14051U 83041B   16017.19049022  .00002962  00000-0  27266-3 0  9994
+2 14051  25.3348  42.9677 1105749   8.9011 352.9492 13.06543454510712
+0 COSMOS 1459
+1 14057U 83042A   16017.81947900  .00000038  00000-0  22413-4 0  9994
+2 14057  82.9746 112.9862 0049903  28.1169  90.2097 13.76495449642715
+0 SL-8 R/B
+1 14059U 83042B   16016.73208147  .00000062  00000-0  45785-4 0  9993
+2 14059  82.9720  86.0006 0041167 280.2755 212.4144 13.78539077644469
+0 COSMOS 1461
+1 14064U 83044A   16017.67328502  .00002843  00000-0  25328-3 0  9992
+2 14064  65.0029  81.8269 0122798 252.9212 105.8423 14.92504839646234
+0 GOES 6 AKM
+1 14069U 83041C   16014.29736825 -.00000202 +00000-0 +00000-0 0  9995
+2 14069 021.6739 352.1165 1644952 030.4473 355.3618 00.84340001007722
+0 INTELSAT 506
+1 14077U 83047A   16016.18509058 -.00000236  00000-0  00000+0 0  9992
+2 14077  15.2972   6.8430 0038073 233.0888 291.3752  0.99165387 86349
+0 COSMOS 1464
+1 14084U 83048A   16017.84965838  .00000046  00000-0  32828-4 0  9993
+2 14084  82.9474 139.2565 0030066 188.8015 286.5401 13.74409759637674
+0 SL-8 R/B
+1 14085U 83048B   16016.77895921 +.00000050 +00000-0 +35129-4 0  9992
+2 14085 082.9453 113.8938 0034841 110.8175 051.0020 13.76267191639231
+0 SL-12 R/B(2)
+1 14086U 83016F   16013.65279095 -.00000217 +00000-0 +00000-0 0  9992
+2 14086 013.6607 336.5932 0017271 219.4068 281.6553 01.01097223084471
+0 DELTA 1 R/B
+1 14096U 83051B   16016.78348407 -.00000225  00000-0 -34148-3 0  9996
+2 14096  72.3018 146.4502 1094569  15.3733 347.7912 12.09703105441304
+0 SL-12 R/B(2)
+1 14114U 82044F   16018.05898574 -.00000022  00000-0  00000+0 0  9995
+2 14114  15.1737 338.8447 0013781  98.9198  63.1394  1.00243741 83333
+0 SL-12 R/B(2)
+1 14115U 82093F   16016.23732532 -.00000227  00000-0  00000+0 0  9996
+2 14115  13.5147 336.3836 0008740 209.9476 320.0578  1.01252970 85312
+0 SL-12 R/B(2)
+1 14117U 82009F   16017.38210216 -.00000291  00000-0  00000+0 0  9993
+2 14117  13.7113 334.9228 0035543  95.4702 306.8397  1.00982079 85139
+0 COSMOS 374 DEB
+1 14122U 70089CW  16017.19856806  .00002220  00000-0  55924-3 0  9996
+2 14122  62.9062  36.3170 0384365 259.4609 178.5679 14.17452896696035
+0 EUTELSAT 1-F1 (ECS 1)
+1 14128U 83058A   16014.90983122 -.00000232  00000-0  00000+0 0  9993
+2 14128  15.3270   2.7389 0007578 115.8480  88.1539  0.98870653 80603
+0 OSCAR 10
+1 14129U 83058B   16016.55496119 -.00000191 +00000-0 +00000-0 0  9997
+2 14129 026.4072 117.2655 6036632 166.5932 351.7938 02.05870210217163
+0 SL-6 DEB
+1 14131U 81088M   16017.77248105  .00002591  00000-0  72405-2 0  9991
+2 14131  63.0101 142.8449 3942939 219.0587 331.2766  6.96287341626509
+0 NAHUEL I2 (ANIK C2)
+1 14133U 83059B   16014.19415664 -.00000117 +00000-0 +00000-0 0  9995
+2 14133 015.3137 009.5153 0033308 017.4879 169.5173 00.99124611008407
+0 PALAPA B1
+1 14134U 83059C   16017.74341152  .00000053  00000-0  00000+0 0  9997
+2 14134  14.9935   3.4386 0002227 291.8434 278.2401  1.00194871 82728
+0 ANIK C2 R/B(PAM-D)
+1 14135U 83059D   16015.30269655  .00002244  00000-0  16077-2 0  9993
+2 14135  23.2900  55.0052 6990318 271.1611  16.5011  2.61686549220492
+0 PALAPA B1 R/B(PAM-D)
+1 14136U 83059E   16016.25528519  .00001071  00000-0  10397-2 0  9992
+2 14136  25.6788 281.6996 7020165 333.7240   3.4950  2.57885042247192
+0 COSMOS 1470
+1 14147U 83061A   16017.53128847  .00001876  00000-0  11404-3 0  9993
+2 14147  82.4877 186.0210 0013598 227.4598 132.5484 15.09821937526832
+0 SL-14 R/B
+1 14148U 83061B   16017.15335939  .00000195  00000-0  21019-4 0  9991
+2 14148  82.5174  33.8105 0020337 234.4877 192.0325 14.83119105758204
+0 HILAT
+1 14154U 83063A   16017.77664993  .00000219  00000-0  69419-4 0  9996
+2 14154  82.0251  86.5443 0039188 265.3533 235.8078 14.36151458701662
+0 SCOUT G-1 R/B
+1 14155U 83063B   16017.59946845  .00000221  00000-0  64721-4 0  9990
+2 14155  82.0225  51.9380 0039414 152.1703  16.5095 14.39779172703953
+0 GALAXY 1
+1 14158U 83065A   16017.49897867 -.00000122  00000-0  00000+0 0  9999
+2 14158  14.9854  15.9553 0004712 221.1138 138.1432  1.00100568 92668
+0 GORIZONT 7
+1 14160U 83066A   16014.96057682 -.00000076  00000-0  00000+0 0  9993
+2 14160  15.1843 347.2095 0014367 245.5333 328.5331  0.98346656117351
+0 COSMOS 1473
+1 14171U 83069A   16018.22107015 -.00000025  00000-0 -46596-4 0  9997
+2 14171  74.0255  87.2294 0044682 300.4528 113.6136 12.58707858495254
+0 COSMOS 1474
+1 14172U 83069B   16016.87881975 -.00000022 +00000-0 -36377-4 0  9994
+2 14172 074.0246 151.5059 0032955 022.2451 153.5129 12.56619048492379
+0 COSMOS 1475
+1 14173U 83069C   16016.96699613 -.00000013 +00000-0 +18376-4 0  9999
+2 14173 074.0227 213.6702 0021194 088.4538 019.8310 12.54525197489895
+0 COSMOS 1476
+1 14174U 83069D   16018.19774676 -.00000016  00000-0 -25205-5 0  9994
+2 14174  74.0259 272.0830 0010805 158.5002   1.9783 12.52490114487863
+0 COSMOS 1477
+1 14175U 83069E   16016.84448103 +.00000001 +00000-0 +10772-3 0  9991
+2 14175 074.0277 335.5821 0001701 152.4647 233.4808 12.50404194485041
+0 COSMOS 1478
+1 14176U 83069F   16016.57012424 -.00000021  00000-0 -36094-4 0  9995
+2 14176  74.0250  40.2409 0011125 107.1598  55.5523 12.48211198482588
+0 COSMOS 1479
+1 14177U 83069G   16017.41447280 -.00000022  00000-0 -45115-4 0  9997
+2 14177  74.0262 102.2019 0023689 197.0399 235.6860 12.46053796480133
+0 COSMOS 1480
+1 14178U 83069H   16017.48618171  .00000000  00000-0  11460-3 0  9993
+2 14178  74.0241 172.4192 0036723 263.6186 152.0926 12.43652520477294
+0 SL-8 R/B
+1 14179U 83069J   16016.83444157 +.00000032 +00000-0 +40109-3 0  9990
+2 14179 074.0238 315.9689 0130147 133.7207 257.2522 12.26017106456004
+0 COSMOS 1481
+1 14182U 83070A   16016.29279877 -.00000909 +00000-0 +00000-0 0  9998
+2 14182 067.5953 139.4235 6807007 011.8616 001.1836 02.03580515162648
+0 OPS 9794 (NAVSTAR 8)
+1 14189U 83072A   16016.59957030 +.00000105 +00000-0 +00000-0 0  9991
+2 14189 062.1381 179.0694 0149182 034.6779 036.7251 01.91718937153787
+0 ATLAS 75E R/B
+1 14190U 83072B   16016.75888738 -.00000015 +00000-0 -13655-3 0  9994
+2 14190 063.7933 004.9655 5698962 000.1693 359.9218 03.86834689459540
+0 SL-6 R/B(2)
+1 14191U 83070D   16016.04004373 +.00000980 +00000-0 +00000-0 0  9996
+2 14191 067.2545 162.4618 6792987 021.0478 316.2070 02.03380300162204
+0 COSMOS 1481 DEB
+1 14192U 83070E   16017.17238428 -.00000284  00000-0  00000+0 0  9999
+2 14192  67.1714 136.2296 6891149  13.3862   5.2445  2.03126215162343
+0 SL-12 R/B(2)
+1 14193U 80060F   16016.94778126 -.00000270 +00000-0 +00000-0 0  9990
+2 14193 012.9078 328.6619 0019507 184.7097 051.3841 01.01607311009348
+0 SL-12 R/B(2)
+1 14194U 81027F   16017.77731159 -.00000096  00000-0  00000+0 0  9997
+2 14194  15.3434 336.5278 0016032 124.4464  39.8958  0.97662555 83055
+0 SL-12 R/B(2)
+1 14195U 81102F   16014.78410234 -.00000374 +00000-0 +00000-0 0  9998
+2 14195 013.9102 334.8662 0008928 131.0932 051.8765 01.00185186084853
+0 SL-3 R/B
+1 14208U 83075B   16017.64181738  .00000925  00000-0  60229-4 0  9990
+2 14208  97.3666  42.9910 0041734 111.3485 249.2206 15.09612753769557
+0 SL-3 DEB
+1 14209U 83075C   16018.17692105  .00001331  00000-0  70712-4 0  9995
+2 14209  97.4364  89.7853 0028749 145.1011 215.2115 15.16694160775593
+0 SCOUT G-1 DEB
+1 14222U 83063C   16017.14722263  .00000586  00000-0  11421-3 0  9994
+2 14222  82.3753 287.5874 0020623 113.2319 247.1058 14.61409751720919
+0 SCOUT G-1 DEB
+1 14223U 83063D   16017.33807890  .00000430  00000-0  13813-3 0  9991
+2 14223  81.6563 348.1261 0055802   9.8871 117.8021 14.36862140698931
+0 COSMOS 1275 DEB
+1 14228U 81053HR  16016.73614744 +.00000732 +00000-0 +71221-3 0  9992
+2 14228 082.9681 024.3447 0100093 192.8563 220.2161 13.76057275644814
+0 SL-3 DEB
+1 14229U 83075D   16016.99024491  .00000886  00000-0  80899-4 0  9993
+2 14229  97.4382  26.1492 0027932 195.6620 217.7778 14.97175352761376
+0 ARABSAT 1DR (TELSTAR 3A)
+1 14234U 83077A   16015.86854992 -.00000349  00000-0  00000+0 0  9999
+2 14234  15.1606  15.8790 0022529  72.9646 114.1555  0.99527365 91085
+0 COSMOS 1486
+1 14240U 83079A   16017.88484051  .00000079  00000-0  37626-4 0  9995
+2 14240  74.0566 162.3762 0014831 302.5484 173.5004 14.33773392696813
+0 SL-8 R/B
+1 14241U 83079B   16017.76759777  .00000100  00000-0  43244-4 0  9991
+2 14241  74.0606 111.9751 0018254 313.4344  46.5289 14.36028168698673
+0 SAKURA 2B (CS-2B)
+1 14248U 83081A   16016.53263546 -.00000128 +00000-0 +00000-0 0  9999
+2 14248 015.3597 357.8915 0004926 277.3623 321.0899 00.98811268086087
+0 COSMOS 1490 (GLONASS)
+1 14258U 83084A   16016.48569100  .00000108  00000-0  00000+0 0  9998
+2 14258  64.0705 203.6913 0015113 356.8308 163.3764  2.13102356252453
+0 COSMOS 1491 (GLONASS)
+1 14259U 83084B   16016.54207468 +.00000107 +00000-0 +00000-0 0  9992
+2 14259 063.9473 192.8440 0025245 323.9770 065.2149 02.15434827254174
+0 COSMOS 1492 (GLONASS)
+1 14260U 83084C   16017.72708197  .00000112  00000-0  00000+0 0  9995
+2 14260  64.0639 204.9466 0000362 348.9441 216.5427  2.12758879252070
+0 SL-12 R/B(2)
+1 14264U 83084F   16017.95621057  .00000112  00000-0  00000+0 0  9993
+2 14264  64.0618 204.2303 0008467 197.2527 167.6947  2.12926836252273
+0 SL-12 R/B(AUX MOTOR)
+1 14277U 83084G   16015.33614429 +.00000793 +00000-0 +43632-3 0  9999
+2 14277 051.9731 349.5757 5468432 130.4627 291.9682 04.78219048535580
+0 SL-12 R/B(AUX MOTOR)
+1 14278U 83084H   16015.29795139  .00000103  00000-0  62885-4 0  9990
+2 14278  52.1017 193.7030 5360879 186.2702 162.7017  4.95547728543464
+0 RADUGA 13
+1 14307U 83088A   16017.77851064 -.00000025  00000-0  00000+0 0  9992
+2 14307  15.3592 347.4919 0015347 324.2610 158.4033  0.98172186 81596
+0 INSAT 1B
+1 14318U 83089B   16017.13564529 -.00000021  00000-0  00000+0 0  9998
+2 14318  14.9481   1.0416 0010632 163.9455  61.5425  1.00378503 87031
+0 SATCOM 2R
+1 14328U 83094A   16015.46182350 -.00000280 +00000-0 +00000-0 0  9995
+2 14328 015.0115 019.8533 0014338 317.9937 060.0453 00.99411984117721
+0 SL-12 R/B(2)
+1 14333U 83088F   16015.18425093 -.00000177 +00000-0 +00000-0 0  9992
+2 14333 015.6147 348.0155 0011535 045.5178 128.5110 00.97615948079172
+0 SL-8 DEB *
+1 14344U 82037C   16016.93703883 +.00000500 +00000-0 +15167-3 0  9999
+2 14344 074.0583 100.5307 0016471 088.3523 028.4451 14.44705131698725
+0 SL-8 DEB *
+1 14345U 79089C   16017.69087738  .00000911  00000-0  18353-3 0  9997
+2 14345  74.0238 103.7318 0009713   9.4022 145.4382 14.63012368720946
+0 SL-8 DEB
+1 14346U 81041D   16016.62546936  .00001281  00000-0  21265-3 0  9998
+2 14346  74.0413  83.0737 0006975 105.2453  47.0517 14.71279864733011
+0 COSMOS 1275 DEB
+1 14357U 81053HT  16017.07968692  .00000846  00000-0  50033-3 0  9991
+2 14357  82.8595 137.1041 0020876  92.2411 321.9247 14.06585621668071
+0 COSMOS 1275 DEB
+1 14358U 81053HU  16018.16837980  .00001269  00000-0  82701-3 0  9995
+2 14358  82.8155  60.2560 0193843 255.7485 167.8932 13.93088392651830
+0 COSMOS 1275 DEB
+1 14364U 81053JA  16018.23704296  .00000944  00000-0  54962-3 0  9990
+2 14364  82.7854 101.3841 0022795 325.7058  61.9953 14.07552125691121
+0 GALAXY 2
+1 14365U 83098A   16017.52841314  .00000074  00000-0  00000+0 0  9990
+2 14365  14.9436  16.3245 0003463 313.4437 171.3276  1.00198091 94100
+0 COSMOS 1500
+1 14372U 83099A   16017.15609679  .00002313  00000-0  11827-3 0  9995
+2 14372  82.5166 134.0373 0017598  83.0770 332.9405 15.16035296759424
+0 SL-14 R/B
+1 14373U 83099B   16017.13447971  .00000213  00000-0  22809-4 0  9999
+2 14373  82.5401   7.7072 0021483 130.0373 276.7894 14.83561181744217
+0 EKRAN 11
+1 14377U 83100A   16016.94796744 -.00000076 +00000-0 +00000-0 0  9992
+2 14377 014.2729 341.6299 0005158 230.5297 317.1417 01.00212488009223
+0 SL-12 R/B(2)
+1 14394U 83100F   16017.75680925 -.00000314  00000-0  00000+0 0  9998
+2 14394  13.8575 340.4166 0015766  55.2179  76.8557  1.01055645118577
+0 SL-8 DEB *
+1 14398U 82051C   16017.23789850  .00000556  00000-0  14785-3 0  9992
+2 14398  74.0468  63.7631 0001535  42.0319  25.8998 14.50898513801122
+0 COSMOS 1503
+1 14401U 83103A   16017.13994235  .00000056  00000-0  30361-4 0  9994
+2 14401  74.0423 212.5357 0013567 188.6876 308.9020 14.32080464685062
+0 SL-8 R/B
+1 14402U 83103B   16017.81022642  .00000070  00000-0  32991-4 0  9991
+2 14402  74.0472 120.4900 0025710  89.3306  54.7987 14.35783292688227
+0 COSMOS 1275 DEB
+1 14405U 81053JD  16017.52026712  .00000396  00000-0  37094-3 0  9995
+2 14405  83.2690 299.0108 0070846 286.1377 197.3545 13.78340238720958
+0 COSMOS 1275 DEB
+1 14406U 81053JE  16017.44804690  .00001091  00000-0  64691-3 0  9992
+2 14406  82.8503 179.3549 0029485 249.6477 169.8620 14.06579916685782
+0 COSMOS 1275 DEB
+1 14407U 81053JF  16017.19789879  .00001173  00000-0  68794-3 0  9995
+2 14407  82.7685  76.7506 0045457 328.8198  31.0280 14.06942195685542
+0 COSMOS 1275 DEB
+1 14408U 81053JG  16017.91032675  .00000372  00000-0  40052-3 0  9998
+2 14408  82.9606  76.3024 0122544 107.2541  13.8521 13.67570770707423
+0 COSMOS 1275 DEB
+1 14409U 81053JH  16017.02919789  .00000562  00000-0  63457-3 0  9996
+2 14409  83.0283 205.1142 0128149 210.4747 273.6677 13.65597035777574
+0 COSMOS 249 DEB
+1 14410U 68091CL  16017.72994331  .00002140  00000-0  11505-2 0  9998
+2 14410  62.2212 239.9453 0492330  23.1314  36.0243 13.67183578579892
+0 COSMOS 249 DEB
+1 14412U 68091CN  16017.54580172  .00000161  00000-0  32446-3 0  9993
+2 14412  62.2988 214.6963 0754504 263.6621  87.7988 12.78541235601418
+0 COSMOS 249 DEB *
+1 14417U 68091CT  16017.18663502  .00006446  00000-0  54231-3 0  9995
+2 14417  62.2498  38.2529 0290729  98.2809 330.8455 14.71784539652431
+0 COSMOS 252 DEB
+1 14420U 68097EB  16017.22492113  .00005379  00000-0  62626-3 0  9999
+2 14420  62.2527 303.8973 0252053 310.1351 212.4605 14.66215462673060
+0 INTELSAT 507
+1 14421U 83105A   16018.10422942  .00000044  00000-0  00000+0 0  9996
+2 14421  15.1592   4.7411 0004086 302.2800 235.8864  0.99695713 99415
+0 COSMOS 249 DEB
+1 14430U 68091CV  16016.76683160  .00002574  00000-0  30737-2 0  9997
+2 14430  62.2447 285.8546 0721482  57.5652 339.1321 12.91234994609181
+0 COSMOS 1275 DEB
+1 14440U 81053JK  16017.61329470  .00000057  00000-0  54573-4 0  9997
+2 14440  82.9222  81.2167 0112514 350.8205 139.9319 13.60806279696033
+0 COSMOS 1275 DEB
+1 14441U 81053JL  16017.48183630  .00002274  00000-0  15154-2 0  9992
+2 14441  83.1210 278.7035 0050465 342.1808  69.2893 14.00138991739607
+0 COSMOS 970 DEB
+1 14442U 77121BE  16017.38260878  .00000544  00000-0  67210-3 0  9992
+2 14442  65.3715 348.3535 0006385 314.7410 203.2707 13.73574133878402
+0 COSMOS 970 DEB
+1 14443U 77121BF  16017.04904435  .00000946  00000-0  28134-3 0  9998
+2 14443  65.5852 221.4329 0146181 275.2327 254.5595 14.42282965785492
+0 COSMOS 970 DEB
+1 14444U 77121BG  16017.42413332  .00000612  00000-0  76041-3 0  9992
+2 14444  65.7977 232.1434 0057064 356.0816  59.6879 13.71393849714396
+0 COSMOS 970 DEB
+1 14445U 77121BH  16017.73747729  .00001992  00000-0  10163-2 0  9991
+2 14445  66.4805 124.6533 0097339 145.7375   5.4049 14.15353899649993
+0 COSMOS 397 DEB
+1 14446U 71015CQ  16017.61289831  .00000374  00000-0  58349-3 0  9992
+2 14446  65.5709 248.0380 0065708 327.1762  61.8371 13.61546195298851
+0 COSMOS 1506
+1 14450U 83108A   16017.53819269  .00000040  00000-0  24869-4 0  9999
+2 14450  82.9282 220.4053 0042619 191.3270 197.1783 13.76191138434724
+0 SL-8 R/B
+1 14451U 83108B   16017.52139775  .00000156  00000-0  13916-3 0  9994
+2 14451  82.9281 196.2760 0033476  92.4526 320.5302 13.77923056620128
+0 METEOR 2-10
+1 14452U 83109A   16017.15187698  .00000061  00000-0  18864-4 0  9995
+2 14452  81.1606 238.1687 0091771  80.9321 280.2229 14.26381688675317
+0 SL-3 R/B
+1 14453U 83109B   16017.26977812  .00000081  00000-0  27110-4 0  9999
+2 14453  81.1668 266.2997 0105836 118.7972 242.3885 14.24633150673926
+0 SL-3 DEB
+1 14454U 83109C   16016.77357505  .00000066  00000-0  21024-4 0  9997
+2 14454  81.1619 242.2542 0096481  89.5095  28.9073 14.25611805675090
+0 DELTA 1 DEB
+1 14458U 78026FY  16017.06839959  .00000141  00000-0  11096-3 0  9995
+2 14458  98.6101  43.7244 0070136 356.3710  69.3203 14.04937353676680
+0 DELTA 1 DEB
+1 14460U 78026GA  16017.20949966 -.00000015  00000-0  25445-4 0  9999
+2 14460  98.8318 281.4192 0257852 189.1665 326.8983 13.56890522622343
+0 DELTA 1 DEB
+1 14461U 78026GB  16017.19032220  .00000497  00000-0  24930-3 0  9994
+2 14461  99.1995 263.9429 0096836 146.3620 338.6225 14.18928427780379
+0 DELTA 1 DEB
+1 14463U 78026GD  16018.13317226  .00000674  00000-0  37453-3 0  9994
+2 14463  99.0917 182.4619 0130530 301.8623 110.7135 14.10429223761168
+0 DELTA 1 DEB
+1 14464U 78026GE  16017.25804046  .00000188  00000-0  17554-3 0  9998
+2 14464  99.2061 132.6528 0061204   4.1498  59.2325 13.93186173691110
+0 DELTA 1 DEB
+1 14465U 78026GF  16018.16394786  .00000623  00000-0  39404-3 0  9997
+2 14465  98.7971 255.5848 0122737 173.4486 313.6549 14.03919907684063
+0 THORAD AGENA D DEB
+1 14466U 70025NS  16017.35787109  .00001721  00000-0  67532-3 0  9997
+2 14466  99.9756 274.7169 0070807 287.5804 137.1392 14.29634793766452
+0 THORAD AGENA D DEB
+1 14467U 70025NT  16017.70374315  .00000150  00000-0  25452-3 0  9998
+2 14467 100.0189  87.4248 0002907 172.9270 342.2807 13.62253031643669
+0 THORAD AGENA D DEB
+1 14469U 70025NV  16017.31605652 -.00000184  00000-0 -33797-3 0  9998
+2 14469 101.6049 301.9389 0270695   6.2998 114.7524 13.06279294649470
+0 DELTA 1 DEB
+1 14470U 73086GP  16018.05384517  .00000279  00000-0  13786-2 0  9994
+2 14470 101.8051  48.0234 0113977 356.9681  72.1725 12.81199208544436
+0 DELTA 1 DEB
+1 14471U 76077EN  16015.93699041 +.00000039 +00000-0 +73224-3 0  9991
+2 14471 102.0565 025.9795 0129922 203.9156 186.5304 12.24679101473268
+0 DELTA 1 DEB
+1 14472U 76077EP  16016.88891017 -.00000029 +00000-0 +14358-3 0  9997
+2 14472 102.2798 005.7387 0155604 345.8033 043.4435 12.16215380470762
+0 DELTA 1 DEB
+1 14473U 73086GQ  16017.54729953  .00000944  00000-0  72898-2 0  9995
+2 14473 102.3845  19.8475 0222416 107.6940  12.9721 12.34717213464289
+0 THORAD DELTA 1 DEB
+1 14474U 74089EQ  16017.86048265  .00001044  00000-0  10788-1 0  9996
+2 14474 100.6803 155.5841 0298044 257.9648 259.8491 12.06604234461734
+0 THORAD DELTA 1 DEB
+1 14475U 74089ER  16016.82874227  .00000018  00000-0  34815-3 0  9996
+2 14475 101.0904 332.6261 0126517 253.7036 133.3068 12.57978012504701
+0 THORAD AGENA D DEB
+1 14478U 70025NW  16018.15098208 -.00008247  00000-0 -32763-1 0  9992
+2 14478 100.5103 114.2745 0553160 133.1666 303.3444 12.46387897440493
+0 DELTA 1 DEB
+1 14480U 73086GR  16017.51308096  .00002265  00000-0  49111-2 0  9991
+2 14480 102.6179 224.6298 0103028 202.9167 188.1865 13.28950944547041
+0 COSMOS 1508
+1 14483U 83111A   16017.83939194  .00003305  00000-0  24149-3 0  9999
+2 14483  82.9094 319.4655 0757296 340.6594  16.7182 13.86458680591913
+0 DELTA 1 DEB
+1 14493U 77065FJ  16017.75057637  .00000805  00000-0  14414-3 0  9991
+2 14493  28.9539 231.6313 0627676 267.3103  85.5506 13.77952220705597
+0 DELTA 1 DEB
+1 14496U 77065FM  16016.90999130  .00003987  00000-0  13880-2 0  9992
+2 14496  29.1586 235.9568 0327602 181.1338 299.2667 14.07544179698017
+0 DELTA 1 DEB
+1 14497U 77065FN  16016.90445601 +.00001953 +00000-0 +66962-2 0  9992
+2 14497 029.2919 290.5360 0895612 121.9984 312.1028 12.04395124521713
+0 COSMOS 886 DEB
+1 14501U 76126BN  16017.88350064  .00002678  00000-0  43715-3 0  9998
+2 14501  65.7093 201.3876 0440040 299.1609 169.6427 14.24304881615448
+0 COSMOS 886 DEB
+1 14502U 76126BP  16018.22793696  .00000862  00000-0  31694-3 0  9996
+2 14502  65.7829  94.2787 0789719 337.3014  48.7395 13.32745090650102
+0 COSMOS 886 DEB
+1 14503U 76126BQ  16015.96616290  .00000055  00000-0  16444-3 0  9999
+2 14503  65.8544 222.8779 1014017 290.0683  59.4053 12.29760348105213
+0 COSMOS 1275 DEB
+1 14504U 81053JM  16017.21252289  .00000587  00000-0  38638-3 0  9998
+2 14504  83.1954 300.6480 0034595  74.4828  82.3702 13.99942770749481
+0 OPS 1294 (DMSP 5D-2 F7)
+1 14506U 83113A   16017.32960998  .00000079  00000-0  49322-4 0  9993
+2 14506  98.5548 262.2720 0010295 290.2486 203.5522 14.27832051672744
+0 DELTA 1 DEB
+1 14509U 76077EQ  16017.75340984 -.00000081  00000-0 -39007-3 0  9994
+2 14509 102.4965  84.5269 0156328  22.9777  94.0737 12.12080497472020
+0 DELTA 1 DEB
+1 14510U 76077ER  16017.78332581 -.00000379  00000-0 -39198-2 0  9993
+2 14510 102.4378 124.5175 0223014 177.8797 338.8754 11.99337878472110
+0 COSMOS 970 DEB
+1 14511U 77121BJ  16017.54186734  .00000111  00000-0  42612-3 0  9994
+2 14511  64.6800  67.1110 0163688 318.2628 190.6933 13.21492668606089
+0 TANSEI 3 DEB
+1 14512U 77012K   16018.18049542 -.00000097  00000-0 -15950-3 0  9990
+2 14512  65.7518 305.6163 1723029 257.4489  82.9160 10.76698901690608
+0 OPS 4682 DEB
+1 14515U 65027M   16016.12415390 -.00000123  00000-0 -45506-3 0  9996
+2 14515  90.3021 271.6889 0033395 350.3671   9.6805 12.96116218537721
+0 COSMOS 1510
+1 14521U 83115A   16017.20208567 -.00000033  00000-0 -11402-3 0  9995
+2 14521  73.6169   8.0347 0027293  19.2011  40.6259 12.41149936457301
+0 SL-14 R/B
+1 14522U 83115B   16017.42672720 -.00000023  00000-0 -42423-4 0  9993
+2 14522  73.6177 353.6232 0025833   8.6508 160.5713 12.41571259457331
+0 INSAT 1B R/B(PAM-D)
+1 14524U 83089C   16017.33805402  .00002177  00000-0  48866-3 0  9996
+2 14524  24.3473 274.4083 6166155 273.0776  22.7339  3.78973005343593
+0 GORIZONT 8
+1 14532U 83118A   16015.32520207 -.00000136 +00000-0 +00000-0 0  9991
+2 14532 015.2204 348.7547 0024522 092.2429 092.7004 00.98269622083100
+0 COSMOS 1513
+1 14546U 83120A   16018.00109058  .00000038  00000-0  23396-4 0  9991
+2 14546  82.9393 167.8206 0039453  54.6735  84.4953 13.74149796610168
+0 SL-8 R/B
+1 14547U 83120B   16017.85350361  .00000029  00000-0  13966-4 0  9991
+2 14547  82.9335 116.4597 0045987 231.0364 271.1247 13.77073142369409
+0 SL-12 R/B(2)
+1 14548U 83118F   16015.62591455  .00000015  00000-0  00000+0 0  9998
+2 14548  14.4174 346.3827 0047238 240.7213 173.6932  1.00251441 99738
+0 COSMOS 1515
+1 14551U 83122A   16017.43777810  .00002304  00000-0  11962-3 0  9995
+2 14551  82.5008 325.8609 0005887 296.2970 201.4209 15.15639536491520
+0 SL-14 R/B
+1 14552U 83122B   16017.63658809  .00000220  00000-0  23937-4 0  9995
+2 14552  82.5228 200.1591 0018636  64.6505 295.6637 14.83289683732602
+0 COSMOS 1275 DEB
+1 14556U 81053JP  16016.97993345  .00000559  00000-0  63672-3 0  9997
+2 14556  83.0102 208.6464 0142574 351.1656 161.0734 13.64219549592920
+0 COSMOS 1275 DEB
+1 14557U 81053JQ  16017.88547750  .00001800  00000-0  10247-2 0  9993
+2 14557  82.7999 161.1350 0045906  41.7161  86.1588 14.08784413742299
+0 COSMOS 1275 DEB
+1 14558U 81053JR  16016.96766692 +.00001427 +00000-0 +70005-3 0  9994
+2 14558 082.9287 187.5366 0021303 179.3333 345.4800 14.17068253752639
+0 DELTA 1 DEB
+1 14559U 78026GG  16017.84210584  .00003472  00000-0  67195-3 0  9991
+2 14559  99.0043 129.7791 0054853  86.1764  36.8394 14.63120759784622
+0 DELTA 1 DEB
+1 14563U 77065FP  16016.89034570 +.00002058 +00000-0 +33555-3 0  9993
+2 14563 029.1584 215.1473 0505159 071.2581 294.2117 14.08324645248728
+0 DELTA 1 DEB
+1 14564U 77065FQ  16016.70822935 +.00001677 +00000-0 +17033-2 0  9992
+2 14564 028.6869 142.8773 0799736 149.6977 349.9105 12.81796775580093
+0 DELTA 1 DEB
+1 14565U 77065FR  16017.05245181  .00000541  00000-0  81877-3 0  9991
+2 14565  29.2132 323.4380 0884187 201.5520 255.3707 12.43864931568285
+0 SL-8 DEB
+1 14568U 83001C   16017.92164761  .00001714  00000-0  77794-3 0  9997
+2 14568  82.8996 357.9601 0019188 173.1858 186.9588 14.21260603755264
+0 N-1 DEB
+1 14569U 82087D   16016.28434091 -.00000098 +00000-0 +23212-4 0  9997
+2 14569 044.8436 346.2628 0122353 024.6067 115.4475 13.55642545688131
+0 COSMOS 1519 (GLONASS)
+1 14590U 83127A   16016.24093681 -.00000024 +00000-0 +00000-0 0  9994
+2 14590 065.6653 093.6304 0012294 195.3168 226.4209 02.13101050190062
+0 COSMOS 1520 (GLONASS)
+1 14591U 83127B   16017.10784564 -.00000032  00000-0  00000+0 0  9996
+2 14591  65.6596  93.5225 0025443 183.5809 195.9208  2.13102923190149
+0 COSMOS 1521 (GLONASS)
+1 14592U 83127C   16016.22021346 -.00000025 +00000-0 +00000-0 0  9994
+2 14592 065.6818 090.4072 0059044 201.2599 220.9679 02.13837517250233
+0 SL-12 R/B(2)
+1 14595U 83127F   16017.05621956 -.00000032  00000-0  00000+0 0  9999
+2 14595  65.6749  89.7595 0065882 198.3377  74.7089  2.13937792190090
+0 SL-12 R/B(AUX MOTOR)
+1 14607U 83127G   16017.57941153  .00000595  00000-0  60265-3 0  9990
+2 14607  52.0498 202.6207 5567022 200.9456 122.1807  4.55861533517059
+0 SL-12 R/B(AUX MOTOR)
+1 14608U 83127H   16017.11966346  .00001002  00000-0  43743-3 0  9998
+2 14608  51.6139 326.4620 5488926 157.7747 240.3810  4.77048321454792
+0 COSMOS 1522
+1 14611U 84001A   16017.51212088 -.00000022  00000-0 -41887-4 0  9996
+2 14611  74.0075  55.9850 0018968  98.1872   8.9962 12.47014384458383
+0 COSMOS 1523
+1 14612U 84001B   16017.19930022 -.00000026  00000-0 -57384-4 0  9999
+2 14612  74.0048  77.5418 0042586 253.2846 161.7277 12.58597237471884
+0 COSMOS 1524
+1 14613U 84001C   16017.78555196 -.00000011  00000-0  34310-4 0  9997
+2 14613  74.0087 134.4505 0032440 323.8091 190.7796 12.56688934469712
+0 COSMOS 1525
+1 14614U 84001D   16016.92193123 -.00000003 +00000-0 +79126-4 0  9996
+2 14614 074.0057 189.3638 0021618 020.4838 147.8693 12.54855548467217
+0 COSMOS 1526
+1 14615U 84001E   16016.95636388 -.00000019 +00000-0 -17430-4 0  9993
+2 14615 074.0062 243.2538 0011452 086.7733 016.1336 12.53000972465062
+0 COSMOS 1527
+1 14616U 84001F   16017.87264138 -.00000015  00000-0  61106-5 0  9991
+2 14616  74.0104 298.9645 0001124 128.6385 298.0169 12.51050729 51980
+0 COSMOS 1528
+1 14617U 84001G   16016.96645304 -.00000003 +00000-0 +85974-4 0  9994
+2 14617 074.0088 359.9541 0009927 002.4956 027.1729 12.48986218460431
+0 COSMOS 1529
+1 14618U 84001H   16016.78199448 -.00000008 +00000-0 +50524-4 0  9996
+2 14618 074.0090 120.5251 0031424 160.8126 009.3453 12.44817344282123
+0 SL-8 R/B
+1 14619U 84001J   16017.17577440  .00000040  00000-0  47727-3 0  9998
+2 14619  73.9994 315.8371 0126825  99.5831   1.7093 12.24838977432427
+0 DELTA 1 DEB
+1 14620U 81070J   16011.49568749 +.00000203 +00000-0 +49794-3 0  9991
+2 14620 089.9211 030.6946 6019827 133.3040 296.0468 03.79830434375708
+0 DELTA 1 DEB
+1 14621U 81070K   16017.17517839  .00000554  00000-0  97493-3 0  9995
+2 14621  89.8331  31.6872 6095492 185.5624 162.0910  3.75187534334283
+0 COSMOS 1531
+1 14624U 84003A   16017.54826473  .00000050  00000-0  38350-4 0  9994
+2 14624  82.9307  66.1398 0018750 224.8057 249.4195 13.72115786601406
+0 SL-8 R/B
+1 14625U 84003B   16017.53743520  .00000137  00000-0  12840-3 0  9996
+2 14625  82.9248  30.3426 0023153  85.5434  24.2552 13.74300966605385
+0 COSMOS 1275 DEB
+1 14627U 81053JT  16017.19911089  .00000801  00000-0  55231-3 0  9998
+2 14627  82.7858 174.0480 0045727 240.4630 240.6439 13.97667749629293
+0 SL-3 DEB
+1 14631U 83075E   16018.17741496  .00003043  00000-0  10914-3 0  9991
+2 14631  97.8214 193.7138 0007865 223.7399 136.3217 15.29536199760940
+0 SL-3 DEB
+1 14632U 77002E   16018.00857898  .00000065  00000-0  34672-4 0  9990
+2 14632  81.2738 213.6937 0053648  90.3590  26.3309 14.00427000818648
+0 YURI 2A (BS-2A)
+1 14659U 84005A   16016.07150325 -.00000001  00000-0  00000+0 0  9990
+2 14659  15.2807 358.1652 0009811 163.9631  16.4376  0.99051006 80610
+0 STTW-T1
+1 14670U 84008A   16017.42486729  .00000790  00000-0  34316-3 0  9991
+2 14670  36.1492  43.1612 3008331 266.6218  59.0933  8.98248619 41314
+0 COSMOS 1535
+1 14679U 84010A   16017.54972082  .00000014  00000-0 -19022-5 0  9997
+2 14679  82.9583  87.2361 0042899 151.4688 321.6310 13.75025222572386
+0 SL-8 R/B
+1 14680U 84010B   16016.76399407 +.00000080 +00000-0 +65558-4 0  9992
+2 14680 082.9558 064.5822 0039153 064.3307 072.9949 13.76485815604614
+0 COSMOS 1536
+1 14699U 84013A   16017.19192330  .00001435  00000-0  10044-3 0  9993
+2 14699  82.5268 109.8752 0013551  24.6105 335.5766 15.04460018735343
+0 SL-14 R/B
+1 14700U 84013B   16017.31122525  .00000178  00000-0  18901-4 0  9993
+2 14700  82.5381 279.7400 0018576 230.2568 269.5050 14.83084444724384
+0 OPS 4682 DEB
+1 14715U 65027N   16018.15870157 -.00000384  00000-0 -13965-2 0  9991
+2 14715  90.2713 253.1278 0034993  29.2044  94.9380 12.94884473517038
+0 OPS 4682 DEB
+1 14716U 65027P   16017.67984258 -.00000379  00000-0 -13164-2 0  9991
+2 14716  90.3059 278.3636 0028831 272.1380 116.6862 12.98158858946393
+0 OPS 4682 DEB
+1 14717U 65027Q   16016.84116770  .00000023  00000-0  54639-4 0  9994
+2 14717  90.2748 253.0287 0028217  19.3437 110.1374 12.96151187623386
+0 RADUGA 14
+1 14725U 84016A   16017.94540297 -.00000162  00000-0  00000+0 0  9992
+2 14725  14.4593 346.3226 0002008 178.3544  11.6016  1.00298008 79947
+0 COSMOS 1317 DEB
+1 14734U 81108E   16015.34264179  .00000172  00000-0  00000+0 0  9995
+2 14734  70.8080 222.2914 4721144  70.1487  75.3798  2.01757353206860
+0 COSMOS 1317 DEB
+1 14735U 81108F   16010.47828831  .00000172  00000-0  00000+0 0  9996
+2 14735  71.1628 238.7287 4606445  75.2583  47.7042  2.01412208217669
+0 COSMOS 1317 DEB
+1 14736U 81108G   16015.42812491  .00000107  00000-0  00000+0 0  9990
+2 14736  71.7524 258.6662 4529004  77.8151  58.9752  2.00251988157090
+0 COSMOS 1275 DEB
+1 14739U 81053JX  16016.85581314  .00000922  00000-0  69464-3 0  9995
+2 14739  83.0098 212.9097 0061954  48.1827  14.0426 13.92348223731554
+0 COSMOS 1275 DEB
+1 14740U 81053JY  16017.02177583  .00000825  00000-0  77250-3 0  9990
+2 14740  83.1376 229.7604 0110494   6.1042 150.5482 13.77917711593138
+0 COSMOS 1275 DEB
+1 14741U 81053JZ  16016.29347433 +.00000221 +00000-0 +29723-3 0  9994
+2 14741 082.9679 325.7076 0163641 285.3518 229.5587 13.50882516688732
+0 TITAN 3C TRANSTAGE DEB
+1 14756U 65108Y   16016.76850029 +.00003553 +00000-0 +39333-3 0  9994
+2 14756 026.5414 195.5878 4669687 221.1814 092.1592 06.20441541403759
+0 COSMOS 1538
+1 14759U 84019A   16017.50762843  .00000037  00000-0  22626-4 0  9990
+2 14759  74.0396  35.3264 0020397  29.1141  80.5710 14.33521555668048
+0 SL-8 R/B
+1 14760U 84019B   16017.38831008  .00000073  00000-0  34358-4 0  9993
+2 14760  74.0445 349.8324 0028491 334.0030 138.2751 14.35748490669412
+0 LANDSAT 5
+1 14780U 84021A   16017.85378614  .00000769  00000-0  77866-4 0  9992
+2 14780  98.0244 114.7444 0093293  69.4366 291.6831 14.90887871698921
+0 OSCAR 11 (UoSAT 2)
+1 14781U 84021B   16017.19125368  .00000320  00000-0  46101-4 0  9997
+2 14781  97.7727  73.6716 0010010  92.1788 268.0572 14.82644182713730
+0 COSMOS 1540
+1 14783U 84022A   16016.63942212 -.00000113  00000-0  00000+0 0  9997
+2 14783  15.6253 344.6238 0009459 176.0462 259.4195  1.00284991 82852
+0 INTELSAT 508
+1 14786U 84023A   16014.24255484 -.00000168 +00000-0 +00000-0 0  9995
+2 14786 015.8974 010.0813 0017149 134.9761 043.5561 00.97293317008922
+0 COSMOS 1541
+1 14790U 84024A   16016.79392644 +.00000007 +00000-0 +00000-0 0  9994
+2 14790 072.0341 290.4539 4784306 100.8576 144.9654 02.00514103205647
+0 SL-6 R/B(2)
+1 14796U 84024D   16017.13232620  .00000139  00000-0  00000+0 0  9991
+2 14796  70.9459 247.2295 4916262  91.7762 276.6394  2.02882814236111
+0 COSMOS 886 DEB
+1 14799U 76126BR  16017.28675778 -.00000448  00000-0 -26073-2 0  9995
+2 14799  65.8142 324.9400 0889807 252.8314 272.1729 11.68853871375727
+0 COSMOS 886 DEB
+1 14800U 76126BS  16016.47697625  .00000048  00000-0  13213-2 0  9999
+2 14800  65.7624 179.9405 0618957 209.1352 182.4873 11.48475784389729
+0 SL-8 DEB *
+1 14801U 75112D   16018.14398179  .00000729  00000-0  17822-3 0  9999
+2 14801  74.0626 128.1929 0007932 267.5355 161.1730 14.54338706934429
+0 SL-8 DEB *
+1 14802U 77059C   16018.23467421  .00000927  00000-0  19414-3 0  9998
+2 14802  74.0624 319.8902 0010377 340.3580 143.6331 14.61192411810340
+0 SL-8 DEB *
+1 14803U 78019D   16017.56805418  .00003157  00000-0  27705-3 0  9993
+2 14803  74.0276  51.9936 0002361 355.2221 161.8784 14.97082896865614
+0 SL-8 DEB
+1 14805U 79078C   16018.15338769  .00002030  00000-0  25959-3 0  9995
+2 14805  74.0587 166.0259 0003622 308.1760 107.2029 14.82090075759567
+0 SL-8 DEB *
+1 14806U 79078D   16017.18522748  .00000565  00000-0  15150-3 0  9993
+2 14806  74.0345  63.0843 0002713 161.0341 254.2899 14.50464739987621
+0 SL-8 DEB *
+1 14807U 79089D   16017.29364234  .00002886  00000-0  29241-3 0  9996
+2 14807  74.0694  91.6728 0005042 249.3422 170.8574 14.91428237873788
+0 SL-8 DEB *
+1 14808U 80056C   16016.78485485 +.00000561 +00000-0 +17744-3 0  9991
+2 14808 074.0405 144.5114 0016054 324.7365 185.8429 14.42385626679627
+0 SL-8 DEB *
+1 14809U 80056D   16018.14877681  .00000515  00000-0  14965-3 0  9998
+2 14809  74.0365  21.7094 0010756 190.1852 293.1776 14.46795952741657
+0 SL-8 DEB *
+1 14810U 81084D   16016.91446001 +.00000618 +00000-0 +18176-3 0  9995
+2 14810 073.9527 182.8284 0015930 102.5918 049.5441 14.45741386719351
+0 SL-8 DEB
+1 14811U 82037D   16016.76063088  .00000559  00000-0  17631-3 0  9997
+2 14811  74.0282 133.3059 0019910 353.3723 157.1938 14.42532790757336
+0 SL-8 DEB
+1 14812U 83031C   16018.19151074  .00000422  00000-0  13531-3 0  9999
+2 14812  74.0590 293.0319 0018240 290.6911 221.7864 14.42381074703142
+0 SL-8 DEB *
+1 14813U 83079C   16017.47482440  .00000513  00000-0  16538-3 0  9997
+2 14813  74.0351 155.7861 0017720   2.1718  59.5157 14.41682662794673
+0 SL-8 DEB *
+1 14816U 76098C   16017.44298782  .00000722  00000-0  17944-3 0  9998
+2 14816  74.0373  13.0489 0014670 199.4297 313.2584 14.53572958882621
+0 SL-8 DEB *
+1 14817U 76098D   16016.79972803 +.00002375 +00000-0 +27318-3 0  9991
+2 14817 074.0801 284.9700 0008247 153.8127 314.9137 14.86375631897355
+0 SL-8 DEB *
+1 14818U 77059D   16017.91021994  .00001642  00000-0  24868-3 0  9994
+2 14818  74.0679 305.3999 0004300  54.3963  19.6145 14.75041130890528
+0 COSMOS 1544
+1 14819U 84027A   16018.17903150  .00003026  00000-0  12470-3 0  9994
+2 14819  82.4847 185.5896 0016225  56.3805 303.8977 15.23587671737170
+0 SL-14 R/B
+1 14820U 84027B   16017.39956315  .00000200  00000-0  21427-4 0  9994
+2 14820  82.5441 108.0128 0017997 329.8763  30.1416 14.83445076719343
+0 EKRAN 12
+1 14821U 84028A   16016.47745961 -.00000130 +00000-0 +00000-0 0  9990
+2 14821 016.2871 347.0906 0003608 058.5005 085.3846 00.96061497097475
+0 DELTA 1 DEB
+1 14839U 77065FS  16017.98674384  .00002023  00000-0  69686-2 0  9998
+2 14839  28.9872 272.2082 0997261  67.0363  38.8871 11.88192408706780
+0 SL-8 DEB *
+1 14865U 75094E   16017.99636876  .00000997  00000-0  19740-3 0  9997
+2 14865  74.0286 340.8941 0004524 227.7153 195.9785 14.63697691680330
+0 SL-8 DEB *
+1 14866U 79060C   16017.75579785  .00001889  00000-0  23352-3 0  9999
+2 14866  74.0372 244.2679 0002277 232.7605 244.4148 14.83577034691888
+0 COSMOS 1546
+1 14867U 84031A   16018.02720346 -.00000103  00000-0  00000+0 0  9996
+2 14867  14.4935 346.8738 0024274 270.9199 302.6551  1.00258441 79787
+0 THORAD DELTA 1 DEB
+1 14879U 74089ES  16015.74859078 -.00000067 +00000-0 -27709-3 0  9991
+2 14879 101.2653 328.1553 0213500 223.6771 254.4489 12.15288868094968
+0 THORAD DELTA 1 DEB
+1 14880U 74089ET  16017.22030571  .00000011  00000-0  41055-3 0  9994
+2 14880 101.2138 269.0721 0155447  22.7523  97.9427 12.30260878541761
+0 THORAD DELTA 1 DEB
+1 14881U 74089EU  16017.38209672 -.00000048  00000-0 -31634-4 0  9997
+2 14881 101.6909  73.5576 0064720   1.5351  62.4141 12.41989479568716
+0 DELTA 1 DEB
+1 14883U 73086GS  16017.76727314  .00000145  00000-0  21095-2 0  9999
+2 14883 102.0672 127.5875 0252223 220.7267 297.3915 11.99515611171487
+0 COSMOS 1547
+1 14884U 84033A   16016.40590880 -.00000632  00000-0  00000+0 0  9992
+2 14884  69.1421 195.5569 6273121  35.3212   3.8846  2.00802211173161
+0 SL-6 R/B(2)
+1 14894U 84033D   16016.43521989 -.00000132  00000-0  00000+0 0  9995
+2 14894  68.9423 148.4967 6583158  16.4321 357.2568  2.03824210175913
+0 STTW-T2
+1 14899U 84035A   16017.88779810 -.00000337  00000-0  00000+0 0  9997
+2 14899  14.5358 352.0810 0007252 111.8723  71.4459  1.00372908 91951
+0 CZ-3 R/B
+1 14900U 84035B   16017.84533061  .00000464  00000-0  99108-3 0  9993
+2 14900  30.4672 243.2888 7184995  49.2054 353.7781  2.33721494202676
+0 DELTA 1 DEB
+1 14904U 76077ES  16017.35102061  .00000361  00000-0  20812-2 0  9993
+2 14904 102.7415 199.4649 0007574   9.5719 109.3371 12.70162764468789
+0 DELTA 1 DEB
+1 14905U 76077ET  16018.11511258 -.00000140  00000-0 -10696-2 0  9997
+2 14905 102.1550 222.3155 0183886  94.6723  23.5480 12.07123143459655
+0 COSMOS 970 DEB
+1 14906U 77121BK  16016.46571758  .00000215  00000-0  31313-3 0  9997
+2 14906  65.9530 126.2297 0127823 259.1457 225.1545 13.70549468608954
+0 COSMOS 970 DEB
+1 14907U 77121BL  16016.92211593 +.00000144 +00000-0 +31937-3 0  9990
+2 14907 066.0288 349.0949 0075788 227.4824 163.5070 13.53617512686281
+0 DELTA 1 DEB
+1 14908U 78026GH  16017.85938946  .00001064  00000-0  64438-3 0  9991
+2 14908  99.0360 334.9432 0103586   1.7028  23.9019 14.06007426737539
+0 DELTA 1 DEB
+1 14909U 78026GJ  16017.48240855  .00001259  00000-0  93192-3 0  9991
+2 14909  98.7101 194.7521 0160700 275.8558 139.3044 13.91095565715915
+0 DELTA 1 DEB
+1 14910U 78026GK  16017.18190108  .00000466  00000-0  24790-3 0  9992
+2 14910  99.1726 209.8048 0017180 205.8430 219.0602 14.18579126651580
+0 DELTA 1 DEB
+1 14913U 78026GN  16016.67202916  .00000623  00000-0  27588-3 0  9992
+2 14913  98.6218 357.2476 0099527  60.4753 357.0308 14.23917495704737
+0 DELTA 1 DEB
+1 14914U 78026GP  16018.16898537  .00000549  00000-0  20504-3 0  9997
+2 14914  98.4764   4.6366 0047962  58.6952  70.4362 14.35073521771971
+0 COSMOS 839 DEB
+1 14919U 76067BG  16017.55498654 -.00000086  00000-0 -11821-3 0  9993
+2 14919  65.8035 118.1427 0715940  94.5768   0.2929 12.30289166 94049
+0 COSMOS 1275 DEB
+1 14925U 81053KA  16017.45397376  .00000915  00000-0  46560-3 0  9996
+2 14925  82.8646 118.7829 0027970 317.6612 174.3297 14.14718339741066
+0 SL-3 DEB
+1 14928U 83075F   16017.07310512  .00001480  00000-0  91279-4 0  9996
+2 14928  97.8147 146.4174 0033288 180.7794 235.6492 15.11161339742251
+0 GORIZONT 9
+1 14940U 84041A   16017.82405544 -.00000278  00000-0  00000+0 0  9999
+2 14940  14.4740 347.4897 0007902 190.6264 328.7507  1.00245922 83882
+0 SL-12 R/B(2)
+1 14943U 84041D   16017.61826256 -.00000207  00000-0  00000+0 0  9998
+2 14943  15.1330 349.2952 0014558 131.0353  38.9432  0.98628277 83750
+0 SL-12 R/B(2)
+1 14948U 84022F   16016.94778126 -.00000311 +00000-0 +00000-0 0  9996
+2 14948 015.7573 344.9017 0018914 042.6020 178.0701 00.99866341123287
+0 SL-3 DEB
+1 14950U 77117C   16017.23164736  .00000159  00000-0  84739-4 0  9999
+2 14950  81.2533  60.2647 0036179 251.3603 180.7736 14.08661392957018
+0 SL-12 R/B(2)
+1 14951U 84031F   16016.48855068 -.00000215  00000-0  00000+0 0  9992
+2 14951  14.8225 347.7191 0015657 158.8915  77.9964  0.99423065 81961
+0 COSMOS 1550
+1 14965U 84043A   16017.82586640  .00000052  00000-0  39385-4 0  9997
+2 14965  82.9748 135.3215 0026429 155.6384 318.2822 13.72748286588218
+0 SL-8 R/B
+1 14966U 84043B   16016.77788214 +.00000046 +00000-0 +32129-4 0  9994
+2 14966 082.9749 113.9090 0017332 069.0295 094.6274 13.74463165588639
+0 COSMOS 1553
+1 14973U 84046A   16017.50290635  .00000067  00000-0  53651-4 0  9998
+2 14973  82.9346 194.3611 0033460  89.6858 322.8012 13.75279418589123
+0 SL-8 R/B
+1 14974U 84046B   16017.54524553 -.00000003  00000-0 -17848-4 0  9992
+2 14974  82.9356 166.6564 0045068   8.0353  60.3637 13.76894886591095
+0 COSMOS 1554 (GLONASS)
+1 14977U 84047A   16016.58255175 -.00000027 +00000-0 +00000-0 0  9993
+2 14977 065.6439 092.7890 0014326 234.3293 044.7862 02.13102153022801
+0 COSMOS 1555 (GLONASS)
+1 14978U 84047B   16016.27733289 -.00000024 +00000-0 +00000-0 0  9994
+2 14978 065.6430 093.2579 0013951 191.9296 206.9282 02.13100134218427
+0 COSMOS 1556 (GLONASS)
+1 14979U 84047C   16017.60789880 -.00000036  00000-0  00000+0 0  9993
+2 14979  65.6399  94.0589 0009605 205.7901 273.2284  2.12913405246152
+0 SL-12 R/B(2)
+1 14984U 84047F   16016.21060748 -.00000023  00000-0  00000+0 0  9996
+2 14984  65.6511  93.1260 0006309 275.9394 151.3381  2.13163166246508
+0 CHINASAT 5 (SPACENET 1)
+1 14985U 84049A   16014.30470145 -.00000235  00000-0  00000+0 0  9998
+2 14985  14.6137  22.5111 0006889 208.6293 146.2506  0.99998401 93234
+0 COSMOS 1559
+1 14998U 84052A   16018.19959744 -.00000009  00000-0  47728-4 0  9996
+2 14998  74.0124 145.4194 0025581   4.0799  64.9869 12.43930740436872
+0 COSMOS 1560
+1 14999U 84052B   16017.52898492 -.00000027  00000-0 -74880-4 0  9995
+2 14999  74.0123  85.2556 0014561 286.9722 177.6524 12.46066155439256
+0 COSMOS 1561
+1 15000U 84052C   16016.48804648 -.00000020 +00000-0 -25974-4 0  9996
+2 15000 074.0117 033.1652 0015282 186.8291 284.7951 12.47938995441081
+0 COSMOS 1562
+1 15001U 84052D   16016.90619078  .00000000  00000-0  10471-3 0  9996
+2 15001  74.0142 336.3951 0014225  72.4638 317.2872 12.49912094443610
+0 COSMOS 1563
+1 15002U 84052E   16017.87040376 -.00000023  00000-0 -43196-4 0  9991
+2 15002  74.0131 281.0778 0024405 357.9680  68.4475 12.51785287178446
+0 COSMOS 1564
+1 15003U 84052F   16016.84013521 -.00000017 +00000-0 -41103-5 0  9990
+2 15003 074.0100 232.4447 0033450 295.6749 197.9378 12.53529314447538
+0 COSMOS 1565
+1 15004U 84052G   16017.83962057  .00000003  00000-0  11972-3 0  9990
+2 15004  74.0105 176.7712 0044088 233.0207 280.9413 12.55406361450066
+0 COSMOS 1566
+1 15005U 84052H   16018.11253887 -.00000017  00000-0 -26456-5 0  9999
+2 15005  74.0131 120.8385 0051136 159.0888 267.8692 12.57325637452317
+0 SL-8 R/B
+1 15006U 84052J   16017.44911015  .00000066  00000-0  72818-3 0  9992
+2 15006  74.0139 351.2487 0133298 318.5374 208.6703 12.23681876413496
+0 COSMOS 1570
+1 15031U 84056A   16018.21794244  .00000063  00000-0  33326-4 0  9992
+2 15031  74.0676  12.7749 0013811 308.7873 140.3751 14.31652946650364
+0 SL-8 R/B
+1 15032U 84056B   16018.21868326  .00000069  00000-0  33500-4 0  9996
+2 15032  74.0727 299.3632 0018470 234.0770 125.8669 14.34631344652921
+0 SL-8 DEB
+1 15033U 84056C   16017.84952015  .00000481  00000-0  15286-3 0  9992
+2 15033  74.0727 293.6084 0011992  44.2294  24.1945 14.42500338653234
+0 NAVSTAR 9 (USA 1)
+1 15039U 84059A   16016.54099795 +.00000100 +00000-0 +00000-0 0  9997
+2 15039 062.1689 175.1641 0173399 029.0329 017.1407 01.92303703224976
+0 SL-12 R/B(AUX MOTOR)
+1 15053U 84047G   16017.44368046  .00000276  00000-0  33398-3 0  9991
+2 15053  52.0821 295.0568 5580598 132.7548 290.2668  4.58076216508341
+0 SL-12 R/B(AUX MOTOR)
+1 15054U 84047H   16015.39210295  .00003837  00000-0  55138-3 0  9998
+2 15054  51.9527 167.9374 4989398 323.5951  11.0211  5.64688002471794
+0 COSMOS 1574
+1 15055U 84062A   16017.90758194  .00000037  00000-0  23411-4 0  9999
+2 15055  82.9568   6.7607 0026564 210.4802 211.8957 13.74265968583349
+0 SL-8 R/B
+1 15056U 84062B   16016.92332597 +.00000097 +00000-0 +83809-4 0  9999
+2 15056 082.9575 341.0722 0026427 097.7854 287.1687 13.76221313585023
+0 RADUGA 15
+1 15057U 84063A   16017.14956935  .00000116  00000-0  00000+0 0  9993
+2 15057  14.5037 347.3124 0003436 160.3858  51.2608  1.00327809102949
+0 COSMOS 1577
+1 15077U 84067A   16017.48139206  .00000054  00000-0  39720-4 0  9997
+2 15077  82.9588 140.5865 0036062 177.5685 253.6582 13.75376595330825
+0 SL-8 R/B
+1 15078U 84067B   16018.20547475  .00000035  00000-0  19304-4 0  9995
+2 15078  82.9569 115.5129 0026525  96.0465 264.3716 13.77086124585697
+0 COSMOS 1579
+1 15085U 84069A   16017.52650216 -.00000071  00000-0  14899-4 0  9992
+2 15085  65.0486 229.9530 0062874 258.6989 111.8507 13.86031262598854
+0 COSMOS 1581
+1 15095U 84071A   16017.13199494  .00000938  00000-0  00000+0 0  9994
+2 15095  67.9310 331.1041 6040083  80.0123 110.4694  1.99698999204657
+0 SL-6 R/B(2)
+1 15098U 84071D   16016.57007089 -.00000501  00000-0  00000+0 0  9999
+2 15098  69.0751 233.6935 5774439  58.6010 352.4941  2.04069167235062
+0 METEOR 2-11
+1 15099U 84072A   16017.98557235  .00000045  00000-0  27069-4 0  9991
+2 15099  82.5291 191.4228 0012728 341.7178 129.4472 13.85001119593859
+0 SL-14 R/B
+1 15100U 84072B   16017.50632450  .00000035  00000-0  18149-4 0  9993
+2 15100  82.5285 194.5414 0011866   2.4137  49.9235 13.84417262593418
+0 SL-12 R/B(2)
+1 15139U 84028F   16016.66746949 -.00000076 +00000-0 +00000-0 0  9990
+2 15139 013.6926 339.5484 0020788 300.9515 297.5749 01.01429569085869
+0 SL-12 R/B(2)
+1 15141U 83066F   16016.60603446 -.00000065  00000-0  00000+0 0  9999
+2 15141  15.5473 347.7405 0008122 106.3544 136.8529  0.97615959 80884
+0 GORIZONT 10
+1 15144U 84078A   16016.67989721 +.00000084 +00000-0 +00000-0 0  9997
+2 15144 014.4904 348.5037 0004991 232.4546 332.7075 01.00303884116426
+0 COSMOS 1586
+1 15147U 84079A   16003.11618265 -.00002178  68861-5  00000+0 0  9998
+2 15147  61.0999 283.2687 0760795 198.3624 158.8514 14.82266472230321
+0 HIMAWARI 3 (GMS 3)
+1 15152U 84080A   16011.85403002 -.00000349 +00000-0 +00000-0 0  9992
+2 15152 014.9431 357.5068 0002756 037.0505 144.0920 00.99833403114614
+0 EUTELSAT 1-F2 (ECS 2)
+1 15158U 84081A   16016.40639991 -.00000283  00000-0  00000+0 0  9999
+2 15158  15.4641   6.0629 0007710 142.8408 266.6748  0.98799219 79715
+0 TELECOM 1A
+1 15159U 84081B   16017.87529918 -.00000251  00000-0  00000+0 0  9994
+2 15159  15.5918   6.8458 0036438 302.7205 276.1171  0.98401558 81189
+0 ARIANE 3 DEB (SYLDA)
+1 15166U 84081D   16018.00059557  .00000383  00000-0  71326-2 0  9992
+2 15166   7.0423 352.4073 7002430 355.8954   9.0638  2.42267053187324
+0 COSMOS 1589
+1 15171U 84084A   16018.08224994  .00000029  00000-0  13603-3 0  9990
+2 15171  82.6002 327.1374 0007323  57.1108  70.4032 12.42190816425909
+0 SL-14 R/B
+1 15172U 84084B   16017.21736334  .00000025  00000-0  10654-3 0  9990
+2 15172  82.6011 322.4048 0007724  60.0336  58.6517 12.42580667426192
+0 SL-12 R/B(2)
+1 15181U 84078F   16017.96763822  .00000009  00000-0  00000+0 0  9999
+2 15181  14.5330 348.7589 0022004 116.8881  58.2331  1.00352955 84867
+0 CCE 1 (AMPTE)
+1 15199U 84088A   16016.62075325 -.00000248 +00000-0 +00000-0 0  9992
+2 15199 005.0754 357.1287 7671969 277.1971 350.5899 01.53321265142059
+0 DELTA 1 R/B(1)
+1 15202U 84088D   16017.73753852  .00000454  00000-0  24099-3 0  9993
+2 15202  28.9136 124.9631 1990339 222.5036 120.3193 10.80535751237906
+0 DELTA 1 DEB
+1 15205U 84088E   16016.85281943  .00000117  00000-0  44884-4 0  9996
+2 15205  28.7235 208.9221 1927280 351.0001 124.6708 10.92613892821229
+0 DELTA 1 R/B(2)
+1 15206U 84088F   16016.33468435 -.00000583 +00000-0 -15617-1 0  9991
+2 15206 027.6007 269.6382 7750253 303.9127 328.4563 01.58298155178122
+0 MOLNIYA 1-62
+1 15214U 84089A   16016.68196234 -.00001150  00000-0  84366-3 0  9993
+2 15214  63.5831 348.9169 7324920 261.9531 339.2487  1.97959016197869
+0 EKRAN 13
+1 15219U 84090A   16016.68476156 -.00000171  00000-0  00000+0 0  9995
+2 15219  16.3594 350.3471 0015941 119.5261  58.1111  0.96024784 80551
+0 SL-6 R/B(2)
+1 15223U 84089D   16017.54757831  .00000079  00000-0  89958-2 0  9994
+2 15223  64.0303  68.0557 7136679 261.9481 336.0547  1.95616458223877
+0 SBS 4
+1 15235U 84093B   16015.17172244 -.00000214  00000-0  00000+0 0  9998
+2 15235  15.0912  14.3947 0005577 353.9946 121.4860  0.98763605 91148
+0 LEASAT 2
+1 15236U 84093C   16016.13824565 -.00000132  00000-0  00000+0 0  9995
+2 15236  16.5879 348.9426 0032602 183.1267  16.8222  0.97456228 91040
+0 TELSTAR 302
+1 15237U 84093D   16016.54571444 -.00000053  00000-0  00000+0 0  9998
+2 15237  14.9092  19.4552 0001125 152.4431  35.0240  0.99772965 86754
+0 LEASAT 2 PKM
+1 15244U 84093E   16018.06648201  .00001442  00000-0  49860-3 0  9994
+2 15244  27.1421 156.4970 4522426 248.7341  58.1314  6.33589478666048
+0 SBS 4 R/B(PAM-D)
+1 15245U 84093F   16016.92215033 +.00000983 +00000-0 +60626-3 0  9993
+2 15245 022.4932 194.1771 6943957 234.7499 039.6976 02.68748506285788
+0 TELSTAR 3C R/B(PAM-D)
+1 15246U 84093G   16016.17887695  .00000617  00000-0  69825-3 0  9994
+2 15246  25.1386 358.7795 7123429 157.6160 263.6488  2.43134918263770
+0 COSMOS 1593 (GLONASS)
+1 15259U 84095A   16017.31156450  .00000112  00000-0  00000+0 0  9991
+2 15259  64.0776 203.6310 0021215 200.0733   0.8509  2.13105631197466
+0 COSMOS 1594 (GLONASS)
+1 15260U 84095B   16016.80699000 +.00000110 +00000-0 +00000-0 0  9998
+2 15260 064.0395 204.9257 0006862 177.9731 191.0360 02.12637094243620
+0 COSMOS 1595 (GLONASS)
+1 15261U 84095C   16016.66912905 +.00000109 +00000-0 +00000-0 0  9993
+2 15261 063.9900 202.4849 0039304 206.2776 117.4113 02.13103468218447
+0 SL-12 R/B(2)
+1 15264U 84095F   16016.85117878 +.00000110 +00000-0 +00000-0 0  9995
+2 15264 064.0248 203.1227 0008201 075.5679 179.9033 02.13045813238564
+0 SL-12 R/B(AUX MOTOR)
+1 15265U 84095G   16016.89185779 +.00008004 +00000-0 +13972-2 0  9999
+2 15265 051.9803 349.0097 5114856 083.6736 329.8211 05.42914358463192
+0 SL-12 R/B(AUX MOTOR)
+1 15266U 84095H   16016.11931093  .00001534  00000-0  30505-3 0  9996
+2 15266  51.9934 287.2202 5534935 248.4737  45.7407  4.74794304511809
+0 COSMOS 1596
+1 15267U 84096A   16016.17842808  .00000831  00000-0 -48565+0 0  9990
+2 15267  67.8402  34.9044 5819898 102.2597 350.3711  2.00393043229746
+0 SL-6 R/B(2)
+1 15270U 84096D   16016.79407668 -.00000412  00000-0  00000+0 0  9990
+2 15270  69.2475 264.7792 5642070 102.8350 141.7984  2.04773779234515
+0 NAVSTAR 10 (USA 5)
+1 15271U 84097A   16016.95501704 -.00000027  00000-0  00000+0 0  9998
+2 15271  63.2201  43.2913 0121197 224.8339 266.0908  1.92618386223031
+0 ATLAS 14E R/B
+1 15272U 84097B   16016.66455160 -.00000078 +00000-0 +00000-0 0  9998
+2 15272 063.8794 287.5770 5649264 355.3267 017.1756 03.90007316446559
+0 COSMOS 1598
+1 15292U 84100A   16017.21839149  .00000033  00000-0  18840-4 0  9995
+2 15292  82.9468  99.7750 0033045 163.5914 225.6044 13.72934367570289
+0 SL-8 R/B
+1 15293U 84100B   16017.75043721  .00000074  00000-0  61383-4 0  9993
+2 15293  82.9401  71.0533 0023557  67.2158  61.3459 13.74998733516729
+0 GALAXY 3
+1 15308U 84101A   16016.65741950  .00000075  00000-0  00000+0 0  9993
+2 15308  14.9151  19.2555 0007340 272.3452 285.3946  0.99834803114272
+0 COSMOS 1579 FUEL CORE
+1 15330U 84069D   16016.51510664 -.00000088 +00000-0 +12464-5 0  9990
+2 15330 065.0551 037.3584 0042340 217.6231 297.7387 13.89847881603257
+0 COSMOS 1602
+1 15331U 84105A   16018.23789396  .00001753  00000-0  10093-3 0  9996
+2 15331  82.5405 107.1473 0014175 269.0723  90.8883 15.11727103703889
+0 SL-14 R/B
+1 15332U 84105B   16017.87464454  .00000230  00000-0  25197-4 0  9992
+2 15332  82.5368 310.6420 0019632 273.2874 146.1212 14.83194551690056
+0 COSMOS 1603
+1 15333U 84106A   16017.51967272  .00000168  00000-0  11307-3 0  9998
+2 15333  71.0282  94.2311 0022008 273.4014  86.4591 14.14028758615229
+0 SL-12 R/B(2)
+1 15334U 84106B   16017.61354608  .00000303  00000-0  18146-3 0  9992
+2 15334  71.0021  48.1514 0003901 340.2096  19.8875 14.14928316496072
+0 SL-12 R/B(AUX MOTOR)
+1 15335U 84106C   16017.92498975  .00000121  00000-0  93035-4 0  9992
+2 15335  66.5525 151.3062 0020588 295.2127 203.7706 14.22008479623459
+0 SL-12 R/B(AUX MOTOR)
+1 15338U 84106F   16017.42477266  .00000014  00000-0  47886-4 0  9994
+2 15338  66.5716   0.3213 0010427   1.6001 358.5121 14.18055464618754
+0 OPS 4682 DEB
+1 15340U 65027R   16017.41600926 -.00000003  00000-0 -36174-4 0  9996
+2 15340  90.2978 270.2012 0036326 332.1225  79.7307 12.97257694491685
+0 COSMOS 1604
+1 15350U 84107A   16017.26244494 -.00000309  00000-0  00000+0 0  9996
+2 15350  69.6649 187.5841 5155744  77.8925 249.3884  2.00302925229216
+0 ERBS
+1 15354U 84108B   16017.85461788  .00006004  00000-0  16274-3 0  9994
+2 15354  57.0087 194.6867 0011634 179.1085 180.9991 15.39019059718571
+0 SL-6 R/B(2)
+1 15355U 84107D   16017.19853488 -.00000722  00000-0  00000+0 0  9991
+2 15355  67.5801 100.4465 5705406  90.1367   0.2809  2.03365512232363
+0 COSMOS 1605
+1 15359U 84109A   16017.80252843  .00000026  00000-0  10861-4 0  9990
+2 15359  82.9403  91.7684 0047537 134.7774   4.4921 13.75131406569332
+0 SL-8 R/B
+1 15360U 84109B   16017.78680064  .00000002  00000-0 -13406-4 0  9992
+2 15360  82.9392  72.8399 0042543  60.6863  76.9739 13.76717684570536
+0 NOVA 3
+1 15362U 84110A   16018.19779088  .00000058  00000-0  11825-3 0  9999
+2 15362  90.0318  52.8892 0030723 213.2810 188.0932 13.22702529509138
+0 COSMOS 1606
+1 15369U 84111A   16017.77705791  .00002307  00000-0  12382-3 0  9998
+2 15369  82.5285 270.1367 0016824 246.1261 113.8209 15.14347732702274
+0 SL-14 R/B
+1 15370U 84111B   16017.81631946  .00000211  00000-0  22744-4 0  9991
+2 15370  82.5184 131.5304 0019926 320.2055  39.7697 14.83502812687610
+0 COSMOS 1607
+1 15378U 84112A   16017.89260425 -.00000068  00000-0  19000-4 0  9990
+2 15378  64.9903 186.3558 0041408 184.6547 338.4091 13.83543120579048
+0 ARABSAT 1D (ANIK D2)
+1 15383U 84113B   16013.32593685 -.00000136 +00000-0 +00000-0 0  9990
+2 15383 015.1153 014.5425 0028247 281.9578 223.7001 00.98906007077189
+0 LEASAT 1
+1 15384U 84113C   16016.46875355 -.00000151 +00000-0 +00000-0 0  9993
+2 15384 013.9416 006.4818 0032521 205.0715 013.2343 00.98544184086426
+0 SPACENET 2
+1 15385U 84114A   16017.08538311  .00000095  00000-0  00000+0 0  9997
+2 15385  14.3121  25.8849 0006391 317.8213 215.2519  0.99751859 89012
+0 MARECS B2
+1 15386U 84114B   16017.11077505 -.00000180  00000-0  00000+0 0  9991
+2 15386  16.6349   5.0296 0114769 315.2809 226.4975  0.95928050 76165
+0 ANIK D2 R/B(PAM-D)
+1 15387U 84113D   16018.08790343 -.00000053  00000-0  54219-3 0  9994
+2 15387  25.6851 343.1315 7087895  78.8399 347.3629  2.46471806270260
+0 ARIANE 3 R/B
+1 15388U 84114C   16016.60488516  .00002881  00000-0  24023-2 0  9997
+2 15388   7.0502 181.3960 6955965 131.4294 313.3917  2.65319075202805
+0 LEASAT 1 PKM
+1 15390U 84113E   16017.68452622  .00001206  00000-0  30993-3 0  9991
+2 15390  27.0269 209.6291 4520023 314.1654  16.5151  6.37058513558123
+0 NATO 3D
+1 15391U 84115A   16017.67107322 -.00000124  00000-0  00000+0 0  9998
+2 15391  13.9495  21.7747 0097665  40.2226 148.7921  0.94954694111756
+0 DELTA 1 R/B(1)
+1 15392U 84115B   16016.73156193 +.00000175 +00000-0 +19851-4 0  9999
+2 15392 021.4887 155.6192 1034434 115.5380 255.5534 12.45515406401651
+0 COSMOS 1610
+1 15398U 84118A   16017.53273178  .00000029  00000-0  15048-4 0  9992
+2 15398  82.9478  62.7657 0030513 289.9539 232.3864 13.73671521562913
+0 SL-8 R/B
+1 15399U 84118B   16017.64907969  .00000024  00000-0  89946-5 0  9991
+2 15399  82.9444  28.5268 0034358 156.5800 341.9224 13.76016427564961
+0 DELTA 1 R/B(2)
+1 15402U 84115C   16017.05112764  .00000371  00000-0  10065-2 0  9997
+2 15402  23.0685 302.6169 7159466  54.2116 352.7498  2.35200843203518
+0 NOAA 9
+1 15427U 84123A   16017.52092478  .00000057  00000-0  51028-4 0  9991
+2 15427  98.7447 323.3087 0014941 359.9437 130.1005 14.15932398605258
+0 MOLNIYA 1-63
+1 15429U 84124A   16016.35664906 +.00001227 +00000-0 +00000-0 0  9995
+2 15429 063.7551 055.5751 6925238 274.9323 081.5126 02.00593371227737
+0 SL-6 R/B(2)
+1 15439U 84124H   16016.39310403  .00000005  00000-0  11146+0 0  9995
+2 15439  64.2206  68.5349 6909859 272.4672  37.2857  1.96358111179997
+0 COSMOS 1617
+1 15469U 85003A   16015.51159976  .00000013  00000-0  14246-4 0  9992
+2 15469  82.6115  13.9477 0000173 182.3290 177.7765 12.62455850428458
+0 COSMOS 1618
+1 15470U 85003B   16017.86754047  .00000006  00000-0 -24769-4 0  9998
+2 15470  82.6038 354.7054 0004114 211.7400 172.8664 12.62982043429511
+0 COSMOS 1619
+1 15471U 85003C   16016.85670376  .00000011  00000-0  24321-5 0  9999
+2 15471  82.6091 318.1448 0021062  87.7891 297.7597 12.66184130432834
+0 COSMOS 1620
+1 15472U 85003D   16017.88725485  .00000016  00000-0  30433-4 0  9991
+2 15472  82.6037 324.7185 0016037 134.2333 280.0932 12.65052813431840
+0 COSMOS 1621
+1 15473U 85003E   16016.40776319  .00000006  00000-0 -27463-4 0  9990
+2 15473  82.6120 343.2055 0012547 158.0336  12.6054 12.64468966430993
+0 COSMOS 1622
+1 15474U 85003F   16018.11415488  .00000006  00000-0 -24210-4 0  9995
+2 15474  82.6090 348.3246 0009115 173.7218 277.9425 12.63792698430458
+0 SL-14 R/B
+1 15475U 85003G   16016.99194269  .00000017  00000-0  36554-4 0  9996
+2 15475  82.6121 106.2196 0038431  73.4817 338.5298 12.55151091420495
+0 COSMOS 1624
+1 15482U 85006A   16017.90925928  .00000048  00000-0  26934-4 0  9998
+2 15482  74.0442 301.3205 0013871  29.8652  34.5839 14.32898075619677
+0 SL-8 R/B
+1 15483U 85006B   16018.15542340  .00000004  00000-0  10524-4 0  9990
+2 15483  74.0435 222.2356 0019343 327.6667 164.3365 14.36090444622479
+0 GORIZONT 11
+1 15484U 85007A   16016.18518206 -.00000082  00000-0  00000+0 0  9997
+2 15484  14.5129 350.2469 0002653 196.0098 349.5954  1.00257577114463
+0 SL-12 R/B(2)
+1 15487U 85007D   16016.39836481 -.00000126  00000-0  00000+0 0  9990
+2 15487  13.4053 347.2035 0018610 196.8352  14.1245  1.03022670116621
+0 SL-8 DEB
+1 15490U 85006C   16016.94170784 +.00000732 +00000-0 +18419-3 0  9990
+2 15490 074.0355 348.3488 0003897 329.0470 031.0462 14.52998698629920
+0 SL-8 DEB
+1 15491U 85006D   16018.05227193  .00000420  00000-0  13287-3 0  9994
+2 15491  74.0425 239.9298 0017054 181.0474 299.0492 14.43158759621920
+0 COSMOS 1626
+1 15494U 85009A   16017.84665179  .00002520  00000-0  11370-3 0  9990
+2 15494  82.4792  45.6124 0004175  73.7154 338.5718 15.20558917690264
+0 SL-14 R/B
+1 15495U 85009B   16017.85999005  .00000202  00000-0  21557-4 0  9994
+2 15495  82.5267 311.0565 0018906 230.9215 129.0319 14.83665444673403
+0 COSMOS 1607 FUEL CORE
+1 15503U 84112C   16018.19655460 -.00000077  00000-0  10329-4 0  9996
+2 15503  64.9955 347.3441 0025339 189.6420 170.4159 13.87481380568685
+0 COSMOS 1627
+1 15505U 85011A   16017.88782822  .00000060  00000-0  47232-4 0  9999
+2 15505  82.9219 350.3261 0042912 141.0329 248.4145 13.74302092552828
+0 SL-8 R/B
+1 15506U 85011B   16017.97000251  .00000089  00000-0  75589-4 0  9996
+2 15506  82.9218 326.0969 0037622  48.5405  17.2422 13.76115631554343
+0 METEOR 2-12
+1 15516U 85013A   16017.86384617  .00000075  00000-0  52983-4 0  9996
+2 15516  82.5337 126.5650 0016110 173.4159 307.9048 13.85594586565340
+0 SL-14 R/B
+1 15517U 85013B   16018.24451973  .00000023  00000-0  71214-5 0  9992
+2 15517  82.5377 132.5340 0014473 198.8011 172.0104 13.84866922564085
+0 COSMOS 252 DEB
+1 15519U 68097EF  16011.76901463 +.00000263 +00000-0 +16364-3 0  9990
+2 15519 062.3756 139.8372 0888627 234.9079 116.5461 13.03268696322665
+0 SL-3 DEB
+1 15521U 74083C   16018.21762170 -.00000097  00000-0 -62924-4 0  9993
+2 15521  81.2101 297.4275 0040133  51.2971  69.8387 14.08869822122993
+0 COSMOS 839 DEB
+1 15523U 76067BH  16017.32648076 -.00000008  00000-0  12291-3 0  9990
+2 15523  65.9344  81.2355 0745637 356.3610  67.3721 12.47486248151176
+0 SL-8 DEB *
+1 15528U 82109D   16017.64541914  .00000655  00000-0  16502-3 0  9993
+2 15528  74.0233  92.8543 0010631  33.2690 125.4596 14.53100645663913
+0 OPS 4682 DEB
+1 15529U 65027S   16017.64918848 -.00000509  00000-0 -17654-2 0  9996
+2 15529  90.2975 271.2285 0035282 292.7460  97.3609 12.97845903664810
+0 OPS 4682 DEB
+1 15530U 65027T   16018.21364377 -.00000266  00000-0 -94454-3 0  9998
+2 15530  90.3146 294.8930 0034061 331.7903 183.9444 12.97144438564511
+0 COSMOS 249 DEB
+1 15535U 68091CY  16018.15018564  .00004992  00000-0  83855-3 0  9995
+2 15535  62.3934 319.1518 0505948  27.1605 335.4966 14.10890055416345
+0 DELTA 1 DEB
+1 15540U 76077EU  16016.61273637 -.00001511  00000-0 -17891-1 0  9998
+2 15540 102.7089 255.1394 0576580 255.8101 125.5009 11.66397405351830
+0 COSMOS 1275 DEB
+1 15541U 81053KC  16017.11437416  .00000182  00000-0  14776-3 0  9994
+2 15541  82.8912 346.1677 0033059 350.7566 126.5472 13.84811434595377
+0 COSMOS 1275 DEB
+1 15542U 81053KD  16017.23097431  .00000433  00000-0  41891-3 0  9994
+2 15542  83.0066 353.9706 0072326 245.1133 175.7447 13.76552072703007
+0 COSMOS 886 DEB
+1 15555U 76126BT  16016.86685024 +.00000085 +00000-0 +15784-3 0  9997
+2 15555 065.7843 182.6744 0973688 239.3993 110.7481 12.50819473090693
+0 THOR ABLESTAR DEB
+1 15558U 61015LE  16017.78116703  .00000044  00000-0  84184-4 0  9992
+2 15558  65.5884  63.1291 0046175  42.0254 318.4348 14.03275444590698
+0 COSMOS 970 DEB
+1 15559U 77121BM  16016.92482683 +.00000010 +00000-0 +10640-3 0  9994
+2 15559 065.5774 189.8732 0134665 241.0455 274.0187 13.64223174541670
+0 ARABSAT 1A
+1 15560U 85015A   16017.11088939  .00000112  00000-0  00000+0 0  9993
+2 15560  14.9618   5.2586 0005478 246.4897 299.4783  1.00429637 87917
+0 BRAZILSAT 1
+1 15561U 85015B   16016.18539550 -.00000133  00000-0  00000+0 0  9994
+2 15561  14.9889  18.7874 0006877 238.0149 288.1156  0.99552947 88725
+0 ARIANE 3 R/B
+1 15562U 85015C   16017.57540382  .00001116  00000-0  78720-3 0  9993
+2 15562   6.7048 188.5229 6749039 246.9548  31.5530  2.93874495251227
+0 COSMOS 1629
+1 15574U 85016A   16016.26861606 -.00000220 +00000-0 +00000-0 0  9996
+2 15574 014.5870 349.6198 0006527 174.9665 021.5913 01.00255272112309
+0 SL-12 R/B(2)
+1 15581U 85016F   16017.27789419 -.00000339  00000-0  00000+0 0  9997
+2 15581  14.9562 350.8168 0026598 156.1974 203.2468  0.99405941 84113
+0 COSMOS 1633
+1 15592U 85020A   16017.49702929  .00003864  00000-0  14896-3 0  9996
+2 15592  82.5398 116.1419 0014478 195.8998 164.1788 15.25922351685420
+0 SL-14 R/B
+1 15593U 85020B   16018.17427735  .00000223  00000-0  23870-4 0  9991
+2 15593  82.5364  25.4897 0010408 309.3002 104.5564 14.84161562667831
+0 GEOSAT
+1 15595U 85021A   16017.21571183 -.00000012  00000-0  40737-4 0  9993
+2 15595 108.0506 103.1801 0002695 250.8180 181.2958 14.37924773616067
+0 ATLAS 41E R/B
+1 15596U 85021B   16017.49196258  .00000067  00000-0  62207-4 0  9995
+2 15596 108.0369 197.3790 0031443  84.3288 303.6758 14.41593724618893
+0 COSMOS 1634
+1 15597U 85022A   16017.84592442  .00000072  00000-0  59148-4 0  9997
+2 15597  82.9411 154.8718 0035208 206.3663 263.5111 13.75032294547777
+0 SL-8 R/B
+1 15598U 85022B   16017.90550244  .00000071  00000-0  56867-4 0  9993
+2 15598  82.9392 130.8564 0023483 112.5518  26.7637 13.76546382549434
+0 ATLAS 41E DEB
+1 15614U 85021D   16017.70833487  .00000501  00000-0  11622-3 0  9999
+2 15614 108.2404  22.9143 0017365 311.2188  48.7470 14.67969017637821
+0 ATLAS 41E DEB
+1 15615U 85021E   16016.94420307  .00000267  00000-0  11323-3 0  9995
+2 15615 107.8123 273.3753 0044969   3.2231 126.0978 14.45753940617981
+0 ATLAS 41E DEB
+1 15616U 85021F   16016.52462149  .00010598  00000-0  81027-3 0  9996
+2 15616 107.4767 352.1497 0031478   5.3522 118.1265 15.02140188632403
+0 COSMOS 1635
+1 15617U 85023A   16018.17180675  .00000001  00000-0  11558-3 0  9993
+2 15617  74.0525 199.5555 0024013  52.7685 354.1162 12.43208693399323
+0 COSMOS 1636
+1 15618U 85023B   16017.13972429 -.00000001  00000-0  10520-3 0  9994
+2 15618  74.0553 142.7806 0013066 335.4926  76.1486 12.45307266401567
+0 COSMOS 1637
+1 15619U 85023C   16016.90818051 -.00000012 +00000-0 +22536-4 0  9992
+2 15619 074.0547 090.8271 0015742 232.8064 176.4993 12.47191807403468
+0 COSMOS 1638
+1 15620U 85023D   16017.19577270 -.00000018  00000-0 -18831-4 0  9991
+2 15620  74.0550  35.8807 0014796 125.4484 304.3037 12.49162020405896
+0 COSMOS 1639
+1 15621U 85023E   16017.84457287 -.00000001  00000-0  96088-4 0  9990
+2 15621  74.0570 343.5301 0024324  53.5509 329.0825 12.51003088408044
+0 COSMOS 1640
+1 15622U 85023F   16018.15186419 -.00000024  00000-0 -49990-4 0  9998
+2 15622  74.0573 293.3907 0033873 348.3781 116.1745 12.52785509410087
+0 COSMOS 1641
+1 15623U 85023G   16017.80444256 -.00000022  00000-0 -35908-4 0  9998
+2 15623  74.0538 245.5293 0044205 294.4996 141.2348 12.54505837411980
+0 COSMOS 1642
+1 15624U 85023H   16018.15644981  .00000005  00000-0  12982-3 0  9990
+2 15624  74.0528 193.6186 0051452 225.4813 184.0484 12.56335070414079
+0 SL-8 R/B
+1 15625U 85023J   16016.72030182 -.00000045 +00000-0 -29695-3 0  9999
+2 15625 074.0546 112.4635 0145383 088.3451 064.7317 12.19895720252665
+0 EKRAN 14
+1 15626U 85024A   16016.50631853 -.00000100 +00000-0 +00000-0 0  9996
+2 15626 016.9693 353.7065 0022540 265.1241 121.7341 00.94797101086213
+0 INTELSAT 510
+1 15629U 85025A   16017.30906214 -.00000240  00000-0  00000+0 0  9999
+2 15629  15.4984  13.2790 0034506 274.9573  95.9070  0.98287154 77876
+0 SL-12 R/B(2)
+1 15630U 85024D   16016.15298494 -.00000189  00000-0  00000+0 0  9998
+2 15630  14.1551 345.5184 0014839 154.3882 344.8108  1.01227892113948
+0 NAHUEL I1 (ANIK C1)
+1 15642U 85028B   16017.24036859  .00000060  00000-0  00000+0 0  9998
+2 15642  14.3841  26.0820 0011180  49.0573 334.6089  0.99664178118179
+0 LEASAT 3
+1 15643U 85028C   16017.25302632 -.00000181  00000-0  00000+0 0  9990
+2 15643  17.5329 346.2366 0079040 202.2471 185.2492  0.96963733 99786
+0 ANIK C1 R/B(PAM-D)
+1 15644U 85028D   16017.75987724  .00000643  00000-0  43385-3 0  9996
+2 15644  22.8686 138.7573 6923050  72.2034 347.8815  2.69805852282598
+0 GSTAR 1
+1 15677U 85035A   16017.26002299 -.00000120  00000-0  00000+0 0  9995
+2 15677  14.5083  22.9663 0004055 294.6594 146.6494  1.00272664 87096
+0 TELECOM 1B
+1 15678U 85035B   16016.18508295 -.00000116 +00000-0 +00000-0 0  9999
+2 15678 014.7823 355.3088 0003909 251.9778 283.8044 01.00270207098865
+0 ARIANE 3 DEB (SYLDA)
+1 15680U 85035D   16017.40287731  .00035241  00000-0  36657-2 0  9992
+2 15680   6.7990 246.3885 3769461 245.3333  71.1883  7.80496430484238
+0 SL-12 R/B(2)
+1 15693U 84063F   16017.38492752 -.00000111  00000-0  00000+0 0  9993
+2 15693  13.1988 343.6199 0018290 158.9085 237.0394  1.03288457 87772
+0 COSMOS 1650 (GLONASS)
+1 15697U 85037A   16017.55106102  .00000112  00000-0  00000+0 0  9999
+2 15697  64.1178 203.9177 0030212  14.0597 353.3418  2.13102379215294
+0 COSMOS 1651 (GLONASS)
+1 15698U 85037B   16016.47243936  .00000108  00000-0  00000+0 0  9992
+2 15698  64.0984 203.6263 0012745  12.8306 324.7131  2.13126531238696
+0 COSMOS 1652 (GLONASS)
+1 15699U 85037C   16016.67110015 +.00000109 +00000-0 +00000-0 0  9998
+2 15699 064.0980 203.8330 0015490 014.4701 003.4569 02.13067311238604
+0 SL-12 R/B(2)
+1 15702U 85037F   16017.05916381  .00000111  00000-0  00000+0 0  9998
+2 15702  64.0929 202.7625 0031792   9.3763 128.0627  2.13321358238918
+0 SL-12 R/B(AUX MOTOR)
+1 15714U 85037G   16016.85131926  .00003439  00000-0  84734-3 0  9998
+2 15714  51.8193 158.4661 5553154 100.1752 323.7528  4.70353084497006
+0 SL-12 R/B(AUX MOTOR)
+1 15715U 85037H   16016.23662133 +.00003220 +00000-0 +94424-3 0  9995
+2 15715 051.9876 108.7184 5241187 355.7252 001.1578 05.18352340419684
+0 MOLNIYA 3-24
+1 15738U 85040A   16016.28485225  .00000108  00000-0  34084-1 0  9990
+2 15738  64.4806 100.5110 6402577 271.2976 153.8152  2.55628337243989
+0 SL-6 R/B(2)
+1 15741U 85040D   16016.23912588 +.00000957 +00000-0 +77322-1 0  9990
+2 15741 064.4725 018.0634 7006419 273.5437 107.3093 01.96817930220100
+0 COSMOS 1655
+1 15751U 85041A   16017.90438589  .00000028  00000-0  14736-4 0  9993
+2 15751  82.9501 345.9936 0025939 207.0646 211.9667 13.71675158533533
+0 SL-8 R/B
+1 15752U 85041B   16017.86575241  .00000015  00000-0 -76840-6 0  9999
+2 15752  82.9508 327.4636 0025218 124.1844 248.7015 13.73081465535016
+0 COSMOS 1656
+1 15755U 85042A   16017.21036823 -.00000048  00000-0 -31299-6 0  9996
+2 15755  71.1101  12.4192 0033834 137.3786 222.9975 14.20382545587281
+0 SL-8 DEB
+1 15756U 83079D   16018.02861206  .00001073  00000-0  20589-3 0  9990
+2 15756  74.0524 338.3863 0008022  36.0618 324.1090 14.64988411619818
+0 COSMOS 886 DEB
+1 15762U 76126BU  16016.50822804 -.00000037  00000-0  46976-4 0  9993
+2 15762  65.6633  56.8332 0745358 154.6493 209.3125 12.58223945223687
+0 SCOUT A-1 DEB
+1 15764U 73081C   16016.72721829 +.00000216 +00000-0 +23464-3 0  9995
+2 15764 090.4687 106.2552 0183570 293.7180 220.7544 13.64126046617645
+0 COSMOS 1275 DEB
+1 15766U 81053KE  16017.35101611  .00001524  00000-0  68049-3 0  9997
+2 15766  82.9453 134.4043 0007583 261.0351  98.9974 14.22135192571658
+0 COSMOS 1275 DEB
+1 15767U 81053KF  16018.11296558  .00002209  00000-0  90846-3 0  9999
+2 15767  82.9208 133.9077 0005927  32.7181 327.4370 14.26599796571762
+0 COSMOS 1275 DEB
+1 15768U 81053KG  16017.13013876  .00001233  00000-0  78501-3 0  9991
+2 15768  83.0765 241.8501 0057165  25.5606  98.1736 14.02127207558982
+0 SL-3 DEB
+1 15769U 81043C   16017.12600070  .00000003  00000-0 -53814-5 0  9995
+2 15769  81.2753 261.7204 0061148 207.8981 151.8906 14.06828599619843
+0 SL-12 R/B(2)
+1 15772U 85042D   16017.37036779 -.00000030  00000-0  79283-5 0  9996
+2 15772  71.1090 346.1575 0033602 129.1601 341.2425 14.21155737588027
+0 SL-12 R/B(AUX MOTOR)
+1 15773U 85042E   16017.54942179  .00000010  00000-0  39164-4 0  9996
+2 15773  66.5880 156.4992 0033804 354.0007  75.3276 14.26843608593459
+0 SL-12 R/B(AUX MOTOR)
+1 15774U 85042F   16017.84522275  .00000026  00000-0  48744-4 0  9992
+2 15774  66.5855 221.9658 0018861  60.3894  28.3349 14.23736503591747
+0 COSMOS 249 DEB
+1 15775U 68091DA  16017.52994141  .00000373  00000-0  59576-3 0  9997
+2 15775  62.3070  48.1351 0694093 246.9027 275.8489 12.89771606 76056
+0 COSMOS 1275 DEB
+1 15780U 81053KH  16017.87275100  .00000568  00000-0  45237-3 0  9996
+2 15780  82.8197 317.8820 0054270 218.0066 196.8813 13.88873151551651
+0 THOR ABLESTAR DEB
+1 15783U 61015LG  16016.73857633  .00001108  00000-0  27732-3 0  9997
+2 15783  67.0431 279.3858 0058857 159.3053 235.3091 14.54242353627458
+0 SL-8 DEB
+1 15784U 79060D   16018.13500961  .00001139  00000-0  21704-3 0  9999
+2 15784  74.0006 158.0436 0003635 183.0713 226.5705 14.65281102633842
+0 SL-8 DEB
+1 15785U 84019C   16017.27478744  .00000874  00000-0  19712-3 0  9998
+2 15785  74.0377   1.8728 0011414 286.4755  73.5155 14.57823628778677
+0 DELTA 1 DEB
+1 15788U 78026GT  16018.16523975  .00000476  00000-0  40478-3 0  9999
+2 15788  98.8274  84.7135 0125837 180.8284 237.6347 13.88352507675309
+0 DELTA 1 DEB
+1 15789U 73086GT  16017.88592690  .00000915  00000-0  57512-2 0  9993
+2 15789 103.5037  13.3216 0450468 191.4260 290.3548 12.31538943365562
+0 COSMOS 1660
+1 15821U 85047A   16017.77419978 -.00000010  00000-0  49804-4 0  9999
+2 15821  73.6226 235.7817 0026621 117.2873 312.9728 12.40751560385946
+0 SL-14 R/B
+1 15822U 85047B   16017.03255334 -.00000019  00000-0 -17418-4 0  9999
+2 15822  73.6222 221.5176 0024284 106.5132  62.1446 12.41258135386455
+0 MORELOS 1
+1 15824U 85048B   16015.56493206 -.00000122 +00000-0 +00000-0 0  9999
+2 15824 015.1514 016.8948 0000295 141.6025 340.1067 00.99472686079390
+0 ARABSAT 1B
+1 15825U 85048C   16016.18516681 -.00000069  00000-0  00000+0 0  9991
+2 15825  15.0160   8.3794 0018310 277.1502 249.1562  1.00390923 97264
+0 TELSTAR 303
+1 15826U 85048D   16017.97005669  .00000034  00000-0  00000+0 0  9990
+2 15826  14.8155  20.4059 0004345 193.6975 316.7972  0.99867063 91478
+0 COSMOS 1661
+1 15827U 85049A   16016.23350573 -.00001029 +00000-0 +00000-0 0  9994
+2 15827 067.3036 327.7256 6329812 150.9017 340.8333 02.00489171224000
+0 SL-6 R/B(2)
+1 15830U 85049D   16017.02734817 -.00000924  00000-0  00000+0 0  9995
+2 15830  67.4478  66.5505 6209300  76.6369   0.5979  1.98665639221872
+0 MORELOS 1 R/B(PAM-D)
+1 15832U 85048F   16016.11662261 +.00000362 +00000-0 +11664-2 0  9994
+2 15832 025.6458 055.6241 7157353 237.5823 033.8244 02.36622080205555
+0 ARABSAT 1B R/B(PAM-D)
+1 15836U 85048G   16016.16447856  .00000078  00000-0  37619-3 0  9997
+2 15836  26.8430  41.4870 7129228 122.9225 325.3070  2.39606284262488
+0 TELSTAR 3D R/B(PAM-D)
+1 15837U 85048H   16016.70222315  .00000274  00000-0  51282-3 0  9999
+2 15837  25.3646 250.2217 7249326 228.8042  41.4898  2.26950363197489
+0 INTELSAT 511
+1 15873U 85055A   16016.11173868  .00000079  00000-0  00000+0 0  9991
+2 15873  15.0836  12.9625 0010661 335.7517 189.4778  1.00101487 86447
+0 ATLAS CENTAUR R/B
+1 15874U 85055B   16016.19097201  .00000851  00000-0  54888-3 0  9991
+2 15874  23.2827  28.6089 6580882  40.4620 353.3773  3.17426233313949
+0 ARIANE 1 R/B
+1 15876U 85056B   16016.60573015  .00005661  00000-0  51288-2 0  9996
+2 15876   7.9024 182.5289 6324930 138.0107 293.3999  3.48802419265807
+0 COSMOS 1666
+1 15889U 85058A   16017.84510461  .00002466  00000-0  12568-3 0  9994
+2 15889  82.4903 147.1598 0019115  55.9972 108.5788 15.16162743663882
+0 SL-14 R/B
+1 15890U 85058B   16017.57245678  .00000212  00000-0  22927-4 0  9999
+2 15890  82.5252  24.0733 0022289 121.8355  15.6682 14.83212752648333
+0 COSMOS 1670
+1 15930U 85064A   16018.20332199 -.00000079  00000-0  93021-5 0  9993
+2 15930  64.9407 286.7277 0067389 194.6407 320.7908 13.83708571527874
+0 OSCAR 30
+1 15935U 85066A   16016.96715803 +.00000044 +00000-0 +64872-4 0  9990
+2 15935 090.1165 043.8905 0168084 206.7497 214.2445 13.35574447481578
+0 OSCAR 24
+1 15936U 85066B   16017.18695098  .00000048  00000-0  72450-4 0  9994
+2 15936  90.1042  38.3032 0168811 210.2118 193.1557 13.35458099483778
+0 SCOUT G-1 R/B
+1 15938U 85066C   16017.16239929  .00000043  00000-0  63935-4 0  9994
+2 15938  90.1077  39.7301 0168464 224.7907 133.9533 13.35048885481280
+0 COSMOS 1674
+1 15944U 85069A   16018.15408519  .00002450  00000-0  12248-3 0  9991
+2 15944  82.5089  19.8258 0019856 124.0906 236.2215 15.16808927659672
+0 SL-14 R/B
+1 15945U 85069B   16017.75434814  .00000182  00000-0  18944-4 0  9994
+2 15945  82.5272 256.6187 0019670 182.0512 178.0626 14.83812026644446
+0 RADUGA 16
+1 15946U 85070A   16017.08318613 -.00000247  00000-0  00000+0 0  9993
+2 15946  14.6072 351.4445 0004361 216.3578 213.0548  1.00374576 84074
+0 SCOUT G-1 DEB
+1 15950U 85066D   16018.07812019  .00001261  00000-0  10148-2 0  9995
+2 15950  89.9304 338.9600 0116635 204.1881 286.7181 13.86947174512944
+0 SCOUT G-1 DEB
+1 15951U 85066E   16017.41397054  .00002543  00000-0  23469-2 0  9994
+2 15951  89.7877 242.4974 0133155  83.7416  37.2911 13.78371627508199
+0 COSMOS 1675
+1 15952U 85071A   16017.70486241 -.00000987  00000-0 -16004-2 0  9999
+2 15952  64.5890 223.0971 6648991  19.4967 357.0790  3.01939738271632
+0 SL-12 R/B(2)
+1 15963U 85070F   16016.20688567 -.00000187  00000-0  00000+0 0  9996
+2 15963  15.6155 354.3292 0008848  98.3133  75.1771  0.97805680 82485
+0 COSMOS 1677
+1 15986U 85075A   16018.13020998 -.00000083  00000-0  70723-5 0  9998
+2 15986  64.6801 235.0430 0081019 299.0299 206.2034 13.86539574530671
+0 OPTUS A1 (AUSSAT 1)
+1 15993U 85076B   16014.14389000 -.00000235 +00000-0 +00000-0 0  9991
+2 15993 015.1848 012.8677 0005369 250.3764 190.8463 00.99759907081619
+0 ASC 1
+1 15994U 85076C   16016.59696377 -.00000153 +00000-0 +00000-0 0  9990
+2 15994 014.8991 017.6985 0005877 282.4911 289.3808 01.00314758079825
+0 LEASAT 4
+1 15995U 85076D   16016.36874598 -.00000081  00000-0  00000+0 0  9998
+2 15995  13.9546 357.8904 0009176 254.7888 275.8425  0.97798311 80916
+0 OPTUS A1 R/B(PAM-D)
+1 15996U 85076E   16017.68087623  .00000420  00000-0  64655-3 0  9996
+2 15996  25.7415 200.4806 7172254  49.5982 353.7182  2.35884467204766
+0 LEASAT 4 PKM
+1 16001U 85076F   16017.16744516  .00000621  00000-0  29971-3 0  9993
+2 16001  27.4127  62.7917 5064893  68.7113 336.9918  5.43009098584268
+0 ASC 1 R/B(PAM-D)
+1 16007U 85076G   16016.66227645  .00000125  00000-0  28331-3 0  9990
+2 16007  26.4809 224.4496 7153339 305.0374   7.2489  2.35311267256619
+0 COSMOS 1680
+1 16011U 85079A   16017.53193906  .00000036  00000-0  22664-4 0  9992
+2 16011  74.0536  70.6650 0013874 106.9853 253.2820 14.33099347587088
+0 SL-8 R/B
+1 16012U 85079B   16017.13594011  .00000026  00000-0  17732-4 0  9990
+2 16012  74.0600   3.0740 0014098  32.1116 328.0892 14.36164085589562
+0 SCOUT G-1 DEB
+1 16020U 85066F   16016.95411498 -.00000008  00000-0 -25951-4 0  9995
+2 16020  90.2821 278.7216 0140822 321.4407 160.0955 13.40299719486441
+0 COSMOS 1684
+1 16064U 85084A   16016.62040944 -.00000791  00000-0  00000+0 0  9992
+2 16064  67.4607 292.9554 5940675 168.0671 334.7898  2.00713689222082
+0 SL-6 R/B(2)
+1 16070U 85084D   16017.66876341  .00000708  00000-0  00000+0 0  9999
+2 16070  70.4051 245.7274 5082520 106.5693 259.4875  2.03973001225842
+0 INTELSAT 512
+1 16101U 85087A   16016.60984296  .00000029  00000-0  00000+0 0  9995
+2 16101  15.1977  17.3681 0010428 227.5942 311.3575  0.99112360 92606
+0 COSMOS 1687
+1 16103U 85088A   16017.66770130  .00000001  00000-0  00000+0 0  9995
+2 16103  69.7118 200.4053 5143881  90.1712 266.8735  2.00544842221965
+0 SL-6 R/B(2)
+1 16106U 85088D   16016.06941396 -.00000706 +00000-0 +00000-0 0  9999
+2 16106 067.4632 066.1555 5805289 103.8669 323.9369 02.04657739226213
+0 SL-3 R/B
+1 16111U 85090B   16017.49671343  .00007622  00000-0  15845-3 0  9997
+2 16111  97.3565 112.8434 0020707 103.2273 257.1288 15.45710973664285
+0 NAVSTAR 11 (USA 10)
+1 16129U 85093A   16017.52956007  .00000117  00000-0  00000+0 0  9991
+2 16129  62.6817 189.7599 0215111  42.4053 295.7002  1.89368548157378
+0 ATLAS 55E R/B
+1 16137U 85093B   16016.32279093 -.00000010 +00000-0 +00000-0 0  9994
+2 16137 063.5931 151.7313 5740887 000.8375 004.2002 03.91033090432296
+0 COSMOS 1690
+1 16138U 85094A   16016.85371064 +.00000005 +00000-0 -29829-4 0  9993
+2 16138 082.6090 135.7885 0020858 342.8336 183.4989 12.66011885398713
+0 COSMOS 1691
+1 16139U 85094B   16018.13910862  .00000034  00000-0  13144-3 0  9995
+2 16139  82.6105 186.1614 0001452 149.0418 260.7179 12.62383770395413
+0 COSMOS 1692
+1 16140U 85094C   16017.14572395  .00000025  00000-0  78599-4 0  9998
+2 16140  82.6026 142.0617 0018252  34.8278  18.3897 12.64907194397805
+0 COSMOS 1693
+1 16141U 85094D   16017.86302186  .00000008  00000-0 -17266-4 0  9993
+2 16141  82.6113 157.9820 0015679  54.2220 100.9705 12.64346406397266
+0 COSMOS 1694
+1 16142U 85094E   16017.47826443  .00000026  00000-0  82825-4 0  9990
+2 16142  82.6092 165.4972 0012547  75.9848  31.8182 12.63675385396486
+0 COSMOS 1695
+1 16143U 85094F   16017.98091324 -.00000000  00000-0 -60076-4 0  9997
+2 16143  82.6030 169.7022 0008235 110.1907 343.9093 12.62886127395674
+0 SL-14 R/B
+1 16144U 85094G   16017.20076638  .00000007  00000-0 -19685-4 0  9990
+2 16144  82.6091 277.9384 0035985 324.1649 190.5258 12.54861694386837
+0 COSMOS 1697
+1 16181U 85097A   16017.17610568 -.00000021  00000-0  14229-4 0  9991
+2 16181  70.9653  75.1962 0018156 350.6716   9.4066 14.13371646426427
+0 SL-16 R/B
+1 16182U 85097B   16017.60373348 -.00000070  00000-0 -11365-4 0  9995
+2 16182  71.0033  14.9084 0006399 158.4117 346.5138 14.16190912563080
+0 COSMOS 1698
+1 16183U 85098A   16017.53214152  .00000795  00000-0  00000+0 0  9997
+2 16183  71.0363 257.9881 5018624 106.2619 154.0198  2.00778969221508
+0 SL-6 R/B(2)
+1 16186U 85098D   16016.50173434 -.00000225 +00000-0 +00000-0 0  9993
+2 16186 069.6002 204.5233 5140096 095.6542 333.3411 02.03421785224459
+0 METEOR 3-1
+1 16191U 85100A   16016.96567544 -.00000110 +00000-0 -31665-3 0  9990
+2 16191 082.5456 207.6516 0020554 146.0451 321.9490 13.17206997453492
+0 SL-14 R/B
+1 16194U 85100B   16018.08422501 -.00000904  00000-0 -27538-2 0  9995
+2 16194  82.6415   5.8260 0017340 134.4062 293.1227 13.07008219441719
+0 COSMOS 1700
+1 16199U 85102A   16015.45644008 -.00000271 +00000-0 +00000-0 0  9997
+2 16199 014.6605 353.0342 0005626 163.6330 213.9774 01.00295239113516
+0 COSMOS 1375 DEB
+1 16202U 82055D   16017.86202377  .00000118  00000-0  14420-3 0  9995
+2 16202  65.8307 337.3089 0076454 133.6332 254.3470 13.96212580706805
+0 COSMOS 1375 DEB
+1 16203U 82055E   16017.50909959 -.00000055  00000-0  23657-4 0  9991
+2 16203  65.8345 156.5942 0058070 114.5768 313.4408 13.88902454702702
+0 COSMOS 1375 DEB
+1 16204U 82055F   16018.00814501 -.00000052  00000-0  28899-4 0  9996
+2 16204  65.8318 220.2529 0030049 221.1809 291.7527 13.79774853523341
+0 COSMOS 1375 DEB
+1 16205U 82055G   16017.86923720  .00000178  00000-0  26120-3 0  9996
+2 16205  65.8268 245.1917 0052666 144.0480 296.5546 13.76627624514074
+0 COSMOS 1375 DEB
+1 16206U 82055H   16016.97211384 +.00000001 +00000-0 +87763-4 0  9990
+2 16206 065.8325 215.2565 0010366 122.4564 041.5392 13.73128602683961
+0 COSMOS 1375 DEB
+1 16207U 82055J   16016.83415013 -.00000036 +00000-0 +55274-4 0  9992
+2 16207 065.8348 157.8008 0086337 215.7550 297.1965 13.57540981498567
+0 COSMOS 1375 DEB
+1 16208U 82055K   16017.50870914 -.00000055  00000-0  26752-4 0  9993
+2 16208  65.8344  38.9430 0051546 302.8036 210.6722 13.75936487519052
+0 COSMOS 1375 DEB
+1 16209U 82055L   16017.86727484 -.00000071  00000-0  97605-5 0  9990
+2 16209  65.8344 249.0380 0009195  56.7522  20.4956 13.71262549518917
+0 COSMOS 1375 DEB
+1 16210U 82055M   16017.67716428 -.00000065  00000-0  16134-4 0  9997
+2 16210  65.8347 107.4535 0024278 174.1719 349.6859 13.74375620517435
+0 COSMOS 1375 DEB
+1 16211U 82055N   16018.22503028 -.00000014  00000-0  74288-4 0  9998
+2 16211  65.8364 340.1708 0024912 149.3726 319.2010 13.69900443511943
+0 SL-12 R/B(2)
+1 16214U 85102D   16016.62184961 -.00000070 +00000-0 +00000-0 0  9999
+2 16214 014.4708 352.4929 0016818 058.2546 088.9724 01.00614295086569
+0 LEASAT 3 PKM
+1 16229U 85028E   16017.55860020  .00002456  00000-0  49998-3 0  9993
+2 16229  26.9667  28.4263 4853779  82.1772 328.3221  5.84845411484437
+0 RADUGA 17
+1 16250U 85107A   16016.26417590  .00000064  00000-0  00000+0 0  9992
+2 16250  14.6242 352.6045 0011180 144.1211 264.8546  1.00171462113692
+0 COSMOS 1703
+1 16262U 85108A   16017.58111725  .00001874  00000-0  11558-3 0  9997
+2 16262  82.4883  36.9106 0008895 242.7320 117.3004 15.09346916640940
+0 SL-14 R/B
+1 16263U 85108B   16018.20488737  .00000174  00000-0  18524-4 0  9991
+2 16263  82.5023 238.3289 0018758 245.9330 253.6422 14.82871484627916
+0 COSMOS 1691 DEB
+1 16266U 85094K   16017.43686293  .00000189  00000-0  95319-3 0  9991
+2 16266  82.6040 161.9433 0003561 129.4200 284.9379 12.65522652396515
+0 COSMOS 1691 DEB
+1 16267U 85094L   16016.12300157  .00000250  00000-0  74949-3 0  9994
+2 16267  82.5908 263.2462 0034411 240.4573 274.4508 13.03628187 48123
+0 COSMOS 1691 DEB
+1 16268U 85094M   16018.13864848  .00000138  00000-0  76710-3 0  9993
+2 16268  82.7117  35.3153 0079676  37.3373  28.4822 12.55410356379469
+0 COSMOS 1691 DEB
+1 16269U 85094N   16017.60026637  .00000033  00000-0  12233-3 0  9995
+2 16269  82.6217 202.8567 0011571 108.5469 318.7793 12.62127675394036
+0 COSMOS 1691 DEB
+1 16270U 85094P   16016.96640201 +.00000080 +00000-0 +30618-3 0  9993
+2 16270 082.7293 233.7428 0257960 166.5749 263.4496 12.68193025399445
+0 COSMOS 1691 DEB
+1 16271U 85094Q   16017.88136289  .00000035  00000-0  13506-3 0  9999
+2 16271  82.6074 174.6927 0006813 125.7329  30.0244 12.62960842395649
+0 COSMOS 1691 DEB
+1 16272U 85094R   16018.18674582  .00000402  00000-0  18679-2 0  9990
+2 16272  82.6173  83.8988 0040933 127.0793 287.6392 12.73604631404298
+0 MORELOS 2
+1 16274U 85109B   16017.21236289  .00000024  00000-0  00000+0 0  9996
+2 16274  13.6611  29.8149 0001602  71.6177 335.3769  0.99559809 99436
+0 OPTUS A2 (AUSSAT 2)
+1 16275U 85109C   16015.52300216 -.00000119  00000-0  00000+0 0  9997
+2 16275  15.0375  14.1222 0006882 224.4039 326.8582  0.99934922100040
+0 SATCOM K2
+1 16276U 85109D   16017.15824620 -.00000088  00000-0  00000+0 0  9994
+2 16276  14.3067  26.1136 0012434 193.9541 321.5794  0.99610781 87759
+0 COSMOS 1704
+1 16291U 85110A   16017.53634514  .00000028  00000-0  13848-4 0  9998
+2 16291  82.9341  63.7285 0030533 218.9709 303.2153 13.74570507511620
+0 SL-8 R/B
+1 16292U 85110B   16018.19005274  .00000140  00000-0  12615-3 0  9992
+2 16292  82.9309  27.9731 0031811  92.3943 268.0857 13.76900490514168
+0 MORELOS 2 R/B(PAM-D)
+1 16293U 85109F   16017.39184591  .00000406  00000-0  10014-2 0  9997
+2 16293  25.5850 184.5658 7174881 143.5099 298.5593  2.34164260191237
+0 OPTUS A2 R/B(PAM-D)
+1 16294U 85109G   16016.63437654  .00000280  00000-0  55208-3 0  9990
+2 16294  25.8990 165.3092 7175150 317.8667   5.1278  2.35537381212136
+0 SATCOM K2 R/B(PAM-D2)
+1 16295U 85109H   16015.57825322  .00000318  00000-0  61977-3 0  9998
+2 16295  26.4461  43.1330 7136241 314.9928   5.6573  2.39825600184196
+0 COSMOS 1707
+1 16326U 85113A   16017.45723350  .00001788  00000-0  10186-3 0  9993
+2 16326  82.5134 355.5679 0009509 288.5439  71.4758 15.12187780639229
+0 SL-14 R/B
+1 16327U 85113B   16017.53512185  .00000195  00000-0  20958-4 0  9995
+2 16327  82.5326 215.3486 0017659 250.9247 139.0083 14.83245295625294
+0 SL-12 R/B(2)
+1 16339U 85107F   16016.87333630 -.00000097 +00000-0 +00000-0 0  9997
+2 16339 015.6952 355.6201 0013993 022.7718 154.0073 00.97494975090289
+0 COSMOS 1709
+1 16368U 85116A   16017.53537689  .00000040  00000-0  26931-4 0  9995
+2 16368  82.9438  47.4145 0033591 287.8710 181.0138 13.74422698508583
+0 SL-8 R/B
+1 16369U 85116B   16016.91730803 +.00000146 +00000-0 +13180-3 0  9998
+2 16369 082.9373 012.6788 0036727 163.1066 219.4303 13.76757964510507
+0 COSMOS 1375 DEB
+1 16375U 82055P   16017.87288238 -.00000038  00000-0  41944-4 0  9991
+2 16375  65.8323 228.9805 0035109 242.9647 213.7530 13.80006356523156
+0 COSMOS 1375 DEB
+1 16376U 82055Q   16018.19725875  .00000260  00000-0  26856-3 0  9991
+2 16376  65.8290 280.9117 0023437 205.9008 233.1544 13.92111822530398
+0 COSMOS 1375 DEB
+1 16377U 82055R   16018.11658381  .00000471  00000-0  38081-3 0  9998
+2 16377  65.8263 107.7252 0042497 194.0204 241.5577 13.99151485534386
+0 COSMOS 1375 DEB
+1 16378U 82055S   16016.96632036 -.00000019 +00000-0 +59774-4 0  9991
+2 16378 065.8310 227.5937 0042676 258.9897 169.6619 13.80747354523008
+0 COSMOS 1375 DEB
+1 16379U 82055T   16017.85684622 -.00000077  00000-0  41894-5 0  9998
+2 16379  65.8383 309.4892 0020150 207.9876 220.6925 13.77900953101319
+0 COSMOS 1375 DEB
+1 16380U 82055U   16016.73760271 -.00000030  00000-0  60365-4 0  9993
+2 16380  65.8348 236.0877 0047014 162.6180 327.5704 13.63820930505695
+0 COSMOS 1375 DEB
+1 16381U 82055V   16018.08099440 -.00000075  00000-0  43106-5 0  9991
+2 16381  65.8355 248.1829 0064771 198.7506 313.6674 13.63475899505485
+0 COSMOS 1375 DEB
+1 16382U 82055W   16017.53534539  .00001296  00000-0  61992-3 0  9990
+2 16382  65.7463 164.4257 0024819  42.9658  22.5496 14.22428917547251
+0 COSMOS 1375 DEB
+1 16383U 82055X   16017.27309883 -.00000009  00000-0  76254-4 0  9994
+2 16383  65.8314 310.3419 0039941  58.9778  96.7607 13.73590882512538
+0 COSMOS 1375 DEB
+1 16384U 82055Y   16017.16952626 -.00000045  00000-0  38850-4 0  9992
+2 16384  65.8330  48.1635 0031536 115.3618 305.1118 13.69246049510075
+0 COSMOS 1375 DEB
+1 16385U 82055Z   16017.11357001  .00000546  00000-0  57359-3 0  9993
+2 16385  65.8309 354.6294 0025102 358.7856  84.2550 13.82977155519985
+0 COSMOS 1375 DEB
+1 16386U 82055AA  16017.88742946 -.00000079  00000-0 -34185-7 0  9993
+2 16386  65.8360 329.8263 0037404  32.9547   0.4148 13.69563851681598
+0 COSMOS 1375 DEB
+1 16387U 82055AB  16016.90603397 -.00000072 +00000-0 +97178-5 0  9993
+2 16387 065.8373 357.2208 0050766 177.7307 207.0367 13.84679383528240
+0 SL-16 DEB
+1 16389U 85097C   16018.20360011  .00000073  00000-0  10482-3 0  9993
+2 16389  71.0028  92.4070 0189849 202.9592 156.2943 13.75985953518051
+0 SL-16 DEB
+1 16390U 85097D   16017.91875835  .00000043  00000-0  80581-4 0  9992
+2 16390  70.9702 198.6321 0206746  27.1085 334.0631 13.71966799513348
+0 SL-16 DEB
+1 16391U 85097E   16017.51012620  .00000008  00000-0  45945-4 0  9990
+2 16391  70.9974  73.6866 0193038 224.9212 248.0308 13.76457388518584
+0 SL-16 DEB
+1 16392U 85097F   16016.96251588 -.00000030 +00000-0 +12545-4 0  9993
+2 16392 070.9696 121.3006 0202949 304.1349 175.5178 13.74281765515406
+0 MOLNIYA 3-27
+1 16393U 85117A   16017.07468397 -.00000100  00000-0  15558-1 0  9990
+2 16393  64.7047 336.2262 6832126 279.6680  70.8684  2.12398868224426
+0 COSMOS 1710 (GLONASS)
+1 16396U 85118A   16016.20781421 -.00000025  00000-0  00000+0 0  9994
+2 16396  65.4451  90.0513 0011793 213.6398 214.1380  2.13103035234032
+0 COSMOS 1711 (GLONASS)
+1 16397U 85118B   16017.08280309 -.00000033  00000-0  00000+0 0  9990
+2 16397  65.4552  90.1715 0009473 199.0040 172.6353  2.13101339233990
+0 COSMOS 1712 (GLONASS)
+1 16398U 85118C   16016.80742294 -.00000031 +00000-0 +00000-0 0  9995
+2 16398 065.4309 090.6215 0009725 018.5891 106.9769 02.12920131233045
+0 SL-6 R/B(2)
+1 16402U 85117F   16016.31107841  .00000546  00000-0  15650-1 0  9997
+2 16402  64.0915  88.8064 6859011 275.3272  86.3225  1.96546997215833
+0 SL-12 R/B(2)
+1 16404U 85118F   16018.07617057 -.00000039  00000-0  00000+0 0  9999
+2 16404  65.4498  89.7805 0006168  18.8112 248.0374  2.13164994234288
+0 METEOR 2-13
+1 16408U 85119A   16018.21222209  .00000056  00000-0  35780-4 0  9997
+2 16408  82.5348  45.2973 0016421  19.0872  50.7792 13.85317646519708
+0 SL-14 R/B
+1 16409U 85119B   16018.21439610  .00000031  00000-0  14710-4 0  9997
+2 16409  82.5354  50.4155 0015790  41.4997  27.1161 13.84785580519412
+0 SL-12 R/B(AUX MOTOR)
+1 16445U 85118K   16017.96426927  .00001928  00000-0  98860-3 0  9997
+2 16445  64.7338 123.9640 5815532 183.0667 170.7618  4.25886758465444
+0 SL-12 R/B(AUX MOTOR)
+1 16446U 85118L   16016.99813327  .00000753  00000-0  30289-3 0  9990
+2 16446  64.8432 352.9311 5765047 192.5194 142.9194  4.34688023470750
+0 COSMOS 1716
+1 16449U 86002A   16016.81440088 -.00000023  00000-0 -49946-4 0  9990
+2 16449  73.9884  38.7327 0017165  33.2234  76.7375 12.46867426366615
+0 COSMOS 1717
+1 16450U 86002B   16018.12767256 -.00000009  00000-0  45853-4 0  9993
+2 16450  73.9892 143.3450 0024530 212.1538 203.7626 12.42943628362482
+0 COSMOS 1718
+1 16451U 86002C   16017.49337644 -.00000027  00000-0 -76532-4 0  9996
+2 16451  73.9891  87.2166 0012676 132.0420 331.6322 12.45044979364705
+0 COSMOS 1719
+1 16452U 86002D   16017.08618168 -.00000001  00000-0  98150-4 0  9996
+2 16452  73.9907 345.3228 0019643 297.0470 138.5556 12.48827404368778
+0 COSMOS 1720
+1 16453U 86002E   16017.89164598 -.00000020  00000-0 -25829-4 0  9994
+2 16453  73.9907 296.1759 0028696 235.8332 187.5396 12.50581290370813
+0 COSMOS 1721
+1 16454U 86002F   16016.90941513 -.00000021 +00000-0 -32943-4 0  9992
+2 16454 073.9877 249.8458 0036341 175.6751 314.5583 12.52330561372438
+0 COSMOS 1722
+1 16455U 86002G   16018.00846189  .00000001  00000-0  10532-3 0  9994
+2 16455  73.9859 202.7751 0045306 121.8293  37.8887 12.53986267374534
+0 COSMOS 1723
+1 16456U 86002H   16016.84802567 -.00000004 +00000-0 +71496-4 0  9998
+2 16456 073.9882 156.0460 0051831 057.3025 096.3661 12.55746833376060
+0 SL-8 R/B
+1 16457U 86002J   16018.20444398 -.00000077  00000-0 -58299-3 0  9991
+2 16457  73.9912  11.4732 0134815 187.2293 297.4853 12.20755421241822
+0 SATCOM K1
+1 16482U 86003B   16016.64125426  .00000086  00000-0  00000+0 0  9995
+2 16482  14.4932  24.9230 0003900 205.1381 161.5539  0.99552141 86569
+0 SATCOM K1 R/B(PAM-D2)
+1 16483U 86003C   16016.75772887  .00000671  00000-0  70668-3 0  9998
+2 16483  26.8990 250.2562 7105523  99.0052 340.3704  2.44836065260353
+0 COSMOS 1725
+1 16493U 86005A   16018.21716116  .00000039  00000-0  25493-4 0  9992
+2 16493  82.9349 122.8084 0022005 357.6580  64.6811 13.74595620549936
+0 SL-8 R/B
+1 16494U 86005B   16016.75476102 +.00000033 +00000-0 +18816-4 0  9993
+2 16494 082.9321 096.6618 0018426 241.3633 246.6168 13.76447938506477
+0 COSMOS 1726
+1 16495U 86006A   16017.13742530  .00002763  00000-0  12232-3 0  9996
+2 16495  82.4726 228.5503 0013339 198.3740 161.7016 15.21168180637654
+0 SL-14 R/B
+1 16496U 86006B   16017.85013241  .00000215  00000-0  22923-4 0  9995
+2 16496  82.5271 133.1193 0018648 338.1312 140.2634 14.83918857620778
+0 RADUGA 18
+1 16497U 86007A   16016.25119769 -.00000189  00000-0  00000+0 0  9990
+2 16497  15.2540 354.7954 0071797 103.3643  51.6134  0.98812578108315
+0 COSMOS 1727
+1 16510U 86008A   16017.32696964  .00000031  00000-0  16557-4 0  9997
+2 16510  82.9484 265.9814 0038961  36.9250  99.9875 13.74339335503485
+0 SL-8 R/B
+1 16511U 86008B   16016.79763388  .00000024  00000-0  94133-5 0  9992
+2 16511  82.9431 243.6028 0023085 289.4025 117.8694 13.75808980505135
+0 STTW-1
+1 16526U 86010A   16018.03407904  .00000090  00000-0  00000+0 0  9996
+2 16526  14.8957 357.6455 0004824 197.6449 340.2305  1.00275650117304
+0 COSMOS 1729
+1 16527U 86011A   16016.39296015 -.00000034 +00000-0 +00000-0 0  9994
+2 16527 070.5457 327.6282 5208452 146.1499 350.0146 02.00703441219441
+0 CZ-3 R/B
+1 16528U 86010B   16017.39544585  .00000082  00000-0  21178-3 0  9997
+2 16528  30.5151 128.5143 7189548 302.2609   7.6906  2.31512551201104
+0 SL-6 R/B(2)
+1 16533U 86011F   16017.60087737  .00000568  00000-0  00000+0 0  9995
+2 16533  70.7763 278.5153 5134960 119.0640  99.0880  2.04045310206517
+0 COSMOS 1732
+1 16593U 86015A   16017.13570007  .00000002  00000-0  13839-3 0  9991
+2 16593  73.6106   3.2747 0027963 117.3039 313.5146 12.41027521356139
+0 SL-14 R/B
+1 16594U 86015B   16018.09461481 -.00000004  00000-0  94013-4 0  9990
+2 16594  73.6116 348.0415 0026045 103.7595 327.3406 12.41482987356817
+0 BS-2B (YURI 2B)
+1 16597U 86016A   16017.23758738 -.00000240  00000-0  00000+0 0  9993
+2 16597  15.3024   5.6982 0013737 139.5150 224.2448  0.99294469 90434
+0 COSMOS 1733
+1 16611U 86018A   16017.05183544  .00001465  00000-0  76722-4 0  9997
+2 16611  82.4894 190.1757 0012649 339.3704  20.7016 15.15003817630650
+0 SL-14 R/B
+1 16612U 86018B   16017.72150934  .00000176  00000-0  18130-4 0  9996
+2 16612  82.5155  60.9608 0019092  60.3848  78.6694 14.84033749514859
+0 SPOT 1
+1 16613U 86019A   16017.87758505  .00000372  00000-0  70803-4 0  9995
+2 16613  98.7650  28.1808 0143109 198.8399 228.7986 14.64619570253898
+0 VIKING
+1 16614U 86019B   16017.75554808  .00000142  00000-0  12144-2 0  9990
+2 16614  98.8234 292.0848 4686633  61.8233 358.5329  5.50543165601035
+0 ARIANE 1 R/B
+1 16615U 86019C   16017.24381203  .00000086  00000-0  49153-4 0  9991
+2 16615  98.6798  80.6687 0012762 124.1590 281.8486 14.31558340565538
+0 ARIANE 1 DEB
+1 16616U 86019D   16018.17560331  .00000107  00000-0  60014-4 0  9999
+2 16616  98.6642  84.4610 0006895 288.3621 128.7915 14.28792582555217
+0 COSMOS 1736
+1 16647U 86024A   16017.23181984 -.00000070  00000-0  17005-4 0  9990
+2 16647  64.9891 350.3535 0044125 347.2664 101.9616 13.79400667503932
+0 GSTAR 2
+1 16649U 86026A   16017.66656505  .00000080  00000-0  00000+0 0  9999
+2 16649  14.8889  19.9863 0003795 275.3973 272.9817  0.99796240 78728
+0 BRAZILSAT 2
+1 16650U 86026B   16016.50322128 -.00000154 +00000-0 +00000-0 0  9998
+2 16650 014.4681 024.1378 0006034 233.1112 212.1474 00.99647053008478
+0 ARIANE 3 R/B
+1 16657U 86026C   16017.64143314  .00000099  00000-0  90067-3 0  9991
+2 16657   6.6774 104.3675 7243656 176.1218 196.4666  2.24497108194337
+0 COSMOS 1738
+1 16667U 86027A   16017.14935522 -.00000031  00000-0  00000+0 0  9999
+2 16667  15.2094 353.8170 0009535  17.3648 160.2905  1.00246121109197
+0 SL-12 R/B(2)
+1 16676U 86027F   16017.89497630 -.00000101  00000-0  00000+0 0  9992
+2 16676  16.2444 356.9347 0032043  47.4524 138.8879  0.97687964 82925
+0 COSMOS 1741
+1 16681U 86030A   16017.51436074  .00000078  00000-0  38019-4 0  9994
+2 16681  74.0231 163.6152 0020240 276.5552 145.8481 14.32874838554604
+0 SL-8 R/B
+1 16682U 86030B   16018.19813116  .00000079  00000-0  36484-4 0  9991
+2 16682  74.0270  93.6715 0015020 197.9221 228.2954 14.35714316557122
+0 THORAD AGENA D DEB
+1 16715U 70025PA  16016.56529286  .00000089  00000-0  18372-3 0  9992
+2 16715 100.0954  54.7694 0006335 211.2684 304.9145 13.59999782528370
+0 COSMOS 1743
+1 16719U 86034A   16017.42829760  .00002074  00000-0  11316-3 0  9996
+2 16719  82.5541 137.6403 0011019 276.1322 148.6172 15.13795050617504
+0 SL-14 R/B
+1 16720U 86034B   16018.09992363  .00000226  00000-0  24694-4 0  9993
+2 16720  82.5539   2.6121 0020480   8.6121  35.7637 14.83183878602767
+0 COSMOS 1745
+1 16727U 86037A   16017.48693449  .00000042  00000-0  28148-4 0  9992
+2 16727  82.9564  33.3860 0031443   7.6073 101.0889 13.74153639487008
+0 SL-8 R/B
+1 16728U 86037B   16018.07093161 -.00000031  00000-0 -46633-4 0  9993
+2 16728  82.9545   0.3622 0030155 206.9712 221.0952 13.76652833489526
+0 EKRAN 15
+1 16729U 86038A   16018.02241186 -.00000082  00000-0  00000+0 0  9990
+2 16729  16.1944 355.0989 0012610 271.3130 298.6133  0.96545775 81625
+0 SL-12 R/B(2)
+1 16732U 86038D   16016.68476156  .00000040  00000-0  00000+0 0  9994
+2 16732  14.1921 349.3463 0018277  82.4962  96.1051  1.01367114 86052
+0 METEOR 2-14
+1 16735U 86039A   16018.23662519  .00000039  00000-0  20932-4 0  9990
+2 16735  82.5354  74.9649 0016165  96.2387 324.1944 13.85244680498441
+0 SL-14 R/B
+1 16736U 86039B   16017.76468147  .00000016  00000-0  11369-5 0  9999
+2 16736  82.5374  78.4681 0014271 108.0025 252.2692 13.84733311498237
+0 COSMOS 1748
+1 16758U 86042A   16017.18952728 -.00000002  00000-0  92775-4 0  9991
+2 16758  74.0206 319.6665 0009771  51.7390  53.7875 12.50733854352387
+0 COSMOS 1749
+1 16759U 86042B   16017.76451359 -.00000014  00000-0  12705-4 0  9998
+2 16759  74.0189 121.1214 0048112 167.9947   0.1529 12.58049640360353
+0 COSMOS 1750
+1 16760U 86042C   16017.88471259  .00000001  00000-0  10683-3 0  9991
+2 16760  74.0164 173.5589 0040118 238.0351 233.9622 12.56108978358266
+0 COSMOS 1751
+1 16761U 86042D   16016.94620189 -.00000010  00000-0  38145-4 0  9991
+2 16761  74.0190 117.4371 0024170 358.5889  48.1394 12.44843002345995
+0 COSMOS 1752
+1 16762U 86042E   16018.21780906 -.00000019  00000-0 -21796-4 0  9992
+2 16762  74.0174  58.9766 0012549 293.8916 130.8473 12.46965214348446
+0 COSMOS 1753
+1 16763U 86042F   16017.68641356 -.00000003  00000-0  87870-4 0  9995
+2 16763  74.0183   9.1685 0010108 181.9038 292.9827 12.48851686350418
+0 COSMOS 1754
+1 16764U 86042G   16018.17897834 -.00000020  00000-0 -26320-4 0  9998
+2 16764  74.0181 269.2148 0020423 348.8703 126.6629 12.52555527179203
+0 COSMOS 1755
+1 16765U 86042H   16018.02433470 -.00000000  00000-0  99973-4 0  9996
+2 16765  74.0155 222.8509 0029783 291.2139 223.7400 12.54287666356327
+0 SL-8 R/B
+1 16766U 86042J   16017.29953281 -.00000028  00000-0 -11553-3 0  9990
+2 16766  74.0109 308.3481 0133663 303.9064 216.4849 12.23523051322907
+0 GORIZONT 12
+1 16769U 86044A   16016.69803745 +.00000106 +00000-0 +00000-0 0  9994
+2 16769 014.6965 355.0716 0006156 217.6438 197.2113 01.00241796109114
+0 COSMOS 1758
+1 16791U 86046A   16017.50082588  .00001495  00000-0  10672-3 0  9997
+2 16791  82.4703 175.2443 0018069  49.4228 310.8567 15.03704744608019
+0 SL-14 R/B
+1 16792U 86046B   16016.97532278  .00000212  00000-0  23083-4 0  9991
+2 16792  82.4845 329.0277 0023869 192.4734 234.6781 14.83023748598223
+0 SL-12 R/B(2)
+1 16797U 86044F   16015.18426617 -.00000181 +00000-0 +00000-0 0  9991
+2 16797 015.6620 357.7889 0008944 124.6346 039.9081 00.97670175105671
+0 COSMOS 1759
+1 16798U 86047A   16017.44023630  .00000048  00000-0  33716-4 0  9999
+2 16798  82.9224 135.0033 0025621  61.6595   4.6881 13.74915223484216
+0 SL-8 R/B
+1 16799U 86047B   16016.75101388  .00000041  00000-0  25984-4 0  9991
+2 16799  82.9214 105.2979 0065232 282.3048 236.8548 13.77252545420023
+0 COSMOS 1736 FUEL CORE
+1 16809U 86024E   16016.96374874 -.00000085 +00000-0 +26760-5 0  9996
+2 16809 064.9876 241.1335 0035344 333.2835 124.2020 13.81636013506544
+0 COSMOS 1761
+1 16849U 86050A   16016.92963598 +.00000012 +00000-0 +00000-0 0  9995
+2 16849 069.6139 226.5731 5266979 111.9990 248.6751 02.00308113216341
+0 SL-6 R/B(2)
+1 16854U 86050D   16016.18003275 -.00000062  00000-0  00000+0 0  9991
+2 16854  68.7562 175.9763 5339020  97.1967 285.5754  2.02802767218774
+0 COSMOS 1763
+1 16860U 86052A   16018.14428660  .00000056  00000-0  27166-4 0  9996
+2 16860  74.0336  16.5452 0032316 233.5799 126.2375 14.38045349547274
+0 SL-8 R/B
+1 16864U 86052B   16017.88279786  .00000140  00000-0  52114-4 0  9998
+2 16864  74.0308 328.8546 0033499 191.2833 168.7575 14.40371997548584
+0 SL-8 DEB
+1 16865U 86052C   16017.52062991  .00009978  00000-0  57022-3 0  9998
+2 16865  73.9984 176.7010 0011107 298.6033 119.0433 15.12737450576791
+0 SL-8 DEB
+1 16866U 86052D   16003.64768794  .21484099  20188-5  21701-2 0  9993
+2 16866  73.9329  33.1031 0004460 266.8037  93.5241 16.37908098579779
+0 SL-8 DEB
+1 16867U 86052E   16016.87055147 +.00001684 +00000-0 +26452-3 0  9991
+2 16867 074.0218 171.9681 0016931 315.8731 044.1090 14.73356462565716
+0 SL-12 R/B(2)
+1 16870U 86007F   16017.82977348 -.00000120  00000-0  00000+0 0  9999
+2 16870  15.6773 355.6932 0029395  81.6667  90.1777  0.97797587105420
+0 COSMOS 1766
+1 16881U 86055A   16017.91362640  .00001295  00000-0  79524-4 0  9992
+2 16881  82.5074 168.4889 0018095  73.5802 286.7414 15.09111424603542
+0 SL-14 R/B
+1 16882U 86055B   16017.50477985  .00000272  00000-0  30516-4 0  9999
+2 16882  82.5214 357.1899 0018761 312.7714 186.8263 14.83005049591305
+0 EGS (AJISAI)
+1 16908U 86061A   16017.89283332 -.00000093  00000-0  33994-4 0  9993
+2 16908  50.0111 322.0686 0011280 220.1067 179.4498 12.44482508  7154
+0 JAS 1 (FUJI 1)
+1 16909U 86061B   16017.08779249 -.00000093  00000-0  27274-4 0  9996
+2 16909  50.0171 328.5397 0011103 204.0255 246.9046 12.44464992338428
+0 H-1 R/B(MABES)
+1 16910U 86061C   16018.19896447 -.00000080  00000-0  11725-3 0  9990
+2 16910  50.0064 333.6421 0071621 161.5155 328.5669 12.32558834325669
+0 COSMOS 1771
+1 16917U 86062A   16017.23905102 -.00000090  00000-0 -14543-5 0  9996
+2 16917  64.9825 104.9341 0035152 107.0332 284.9082 13.82488325486122
+0 COSMOS 1777
+1 16952U 86070A   16018.17429613  .00000048  00000-0  27238-4 0  9991
+2 16952  74.0041 247.0675 0026876 213.5817 285.5262 14.32988030534301
+0 SL-8 R/B
+1 16953U 86070B   16017.52857704  .00000142  00000-0  56519-4 0  9995
+2 16953  74.0119 147.9038 0011356 134.6747 225.5333 14.37198563537823
+0 COSMOS 1778 (GLONASS)
+1 16961U 86071A   16018.01971728  .00000112  00000-0  00000+0 0  9999
+2 16961  64.1027 203.0211 0004250 204.0808 143.9101  2.13102221228327
+0 COSMOS 1779 (GLONASS)
+1 16962U 86071B   16016.63972336 +.00000109 +00000-0 +00000-0 0  9999
+2 16962 064.1073 203.1215 0008658 038.3927 015.5580 02.13102953228170
+0 COSMOS 1780 (GLONASS)
+1 16963U 86071C   16017.31144825  .00000112  00000-0  00000+0 0  9993
+2 16963  64.0909 202.8845 0004565 299.5043 259.8776  2.13101152228301
+0 SL-12 R/B(2)
+1 16968U 86071F   16016.43420692  .00000108  00000-0  00000+0 0  9994
+2 16968  64.0981 202.4087 0020587 213.1575 155.7677  2.13266611228524
+0 NOAA 10
+1 16969U 86073A   16017.56521216  .00000047  00000-0  36007-4 0  9999
+2 16969  98.4762  35.8697 0012090 359.7012 111.2759 14.27946339526700
+0 COSMOS 1782
+1 16986U 86074A   16017.80484524  .00001149  00000-0  77389-4 0  9998
+2 16986  82.5064 263.3049 0010098 313.7059  46.3331 15.05759395593129
+0 SL-14 R/B
+1 16987U 86074B   16018.20919252  .00000165  00000-0  17408-4 0  9998
+2 16987  82.5156  73.6144 0018946 155.9987 260.6762 14.82852837582009
+0 COSMOS 1783
+1 16993U 86075A   16018.05628503  .00000474  00000-0  16483-2 0  9998
+2 16993  62.7836 170.1673 5847865 217.3899  82.3680  4.02174342430268
+0 SL-6 R/B(2)
+1 16996U 86075D   16016.80064275 -.00000410 +00000-0 -92521-2 0  9991
+2 16996 063.1083 214.3358 5672042 204.4243 079.4531 04.03354863431457
+0 DELTA 1 DEB
+1 17000U 76077EX  16017.77687196 -.00003249  00000-0 -53844-1 0  9996
+2 17000 102.4603 304.6435 0697464 245.9792 131.6323 11.29052860307581
+0 COSMOS 839 DEB
+1 17018U 76067BJ  16017.30680515 -.00000449  00000-0 -13282-2 0  9993
+2 17018  66.0277 347.9843 0642706 252.0196 264.6031 12.44570516410096
+0 THORAD DELTA 1 DEB
+1 17023U 74089EW  16016.01141019 +.00000030 +00000-0 +39858-3 0  9991
+2 17023 101.2022 041.2728 0052579 348.9665 039.7296 12.63712371427929
+0 DELTA 1 DEB
+1 17024U 77065FT  16017.43343434 -.00000822  00000-0 -19369-2 0  9996
+2 17024  29.4361 108.4682 0876244  55.0114 312.9569 12.31666199965275
+0 COSMOS 1275 DEB
+1 17025U 81053KJ  16016.63707117  .00000403  00000-0  38029-3 0  9990
+2 17025  82.8265  78.1695 0073160 273.0424 241.7999 13.77878879539972
+0 COSMOS 1275 DEB
+1 17026U 81053KK  16016.55054020  .00000543  00000-0  46377-3 0  9990
+2 17026  83.1342 134.1386 0075800  38.4098  88.9211 13.83967589540307
+0 COSMOS 1771 FUEL CORE
+1 17035U 86062C   16017.20714598 -.00000081  00000-0  73896-5 0  9997
+2 17035  64.9943 288.9487 0022585  69.3106  84.3673 13.86382206481278
+0 RADUGA 19
+1 17046U 86082A   16016.95644412 -.00000009  00000-0  00000+0 0  9990
+2 17046  15.3536 358.2003 0008871 108.4019  70.8503  0.98458252105496
+0 SL-12 R/B(2)
+1 17065U 86082F   16017.34790491 -.00000159  00000-0  00000+0 0  9990
+2 17065  15.7268 358.8122 0024680  77.0350 124.3190  0.97598759 78689
+0 COSMOS 1791
+1 17066U 86086A   16017.87756645  .00000064  00000-0  49353-4 0  9999
+2 17066  82.9456 200.9902 0042084  66.2924  44.3176 13.75722423465214
+0 SL-8 R/B
+1 17067U 86086B   16017.55368208  .00000055  00000-0  39604-4 0  9997
+2 17067  82.9443 175.5865 0033845 344.5052  83.1716 13.77637074466610
+0 POLAR BEAR
+1 17070U 86088A   16017.88271076  .00000079  00000-0  70937-4 0  9995
+2 17070  89.5451 351.9095 0037349 220.6211 194.3522 13.74685716463097
+0 SCOUT G-1 R/B
+1 17071U 86088B   16017.45667713  .00000077  00000-0  68091-4 0  9992
+2 17071  89.5384 344.5910 0036944 206.6119 267.2198 13.75016288463359
+0 MOLNIYA 1-69
+1 17078U 86089A   16016.33250012 +.00000755 +00000-0 +37965-1 0  9992
+2 17078 064.0221 081.2993 6905045 277.0107 059.5931 02.00993614213771
+0 SL-6 R/B(2)
+1 17081U 86089D   16015.61182666 +.00000043 +00000-0 -54601-1 0  9992
+2 17081 063.8968 154.8752 6687579 279.8440 013.6456 01.95714951208448
+0 GORIZONT 13
+1 17083U 86090A   16016.30272660 -.00000147  00000-0  00000+0 0  9994
+2 17083  16.0549   0.7800 0018018 262.5665 153.3500  0.96726194 81865
+0 COSMOS 1375 DEB
+1 17090U 82055AC  16018.15132154 -.00000054  00000-0  25832-4 0  9999
+2 17090  65.8355  36.2300 0041546 131.5765 289.0039 13.83760762525706
+0 OPS 4682 DEB
+1 17093U 65027U   16016.19740441  .00000536  00000-0  18349-2 0  9995
+2 17093  90.3032 272.7513 0024858 326.2189 188.9585 12.96904273456084
+0 COSMOS 1375 DEB
+1 17102U 82055AD  16017.69308091 -.00000098  00000-0 -27067-4 0  9997
+2 17102  65.8338   5.6406 0070837 163.2900 248.6561 13.60853535502528
+0 COSMOS 1375 DEB
+1 17103U 82055AE  16017.55365266  .00000137  00000-0  22602-3 0  9991
+2 17103  65.8278 194.3335 0018138  86.0148 339.5677 13.75512856515291
+0 COSMOS 1375 DEB
+1 17104U 82055AF  16017.54200925  .00000056  00000-0  14364-3 0  9997
+2 17104  65.8326 189.1958 0032706   8.2449  58.0191 13.74578949515452
+0 COSMOS 1375 DEB
+1 17105U 82055AG  16017.89811675  .00000077  00000-0  16844-3 0  9994
+2 17105  65.8304 243.9670 0022101 131.3132 324.8760 13.73705194514047
+0 COSMOS 1375 DEB
+1 17106U 82055AH  16016.86021271  .00000162  00000-0  21871-3 0  9997
+2 17106  65.8293 169.8154 0030612 258.8035 253.4403 13.83980242693815
+0 COSMOS 1375 DEB
+1 17107U 82055AJ  16017.52370943  .00000559  00000-0  43799-3 0  9998
+2 17107  65.8230 111.4032 0030437 206.7262 252.6997 13.99739377534196
+0 COSMOS 1375 DEB
+1 17108U 82055AK  16018.23978859  .00000172  00000-0  24677-3 0  9993
+2 17108  65.8332  57.5055 0015043   4.1753  64.9664 13.79274471518651
+0 ARIANE 1 DEB
+1 17117U 86019M   16018.17694443  .00001065  00000-0  34764-3 0  9994
+2 17117  98.4938  61.3923 0088141 306.7751  93.2883 14.38498912511071
+0 ARIANE 1 DEB
+1 17118U 86019N   16016.59612640  .00000912  00000-0  41703-3 0  9999
+2 17118  98.8281  50.9643 0144602 189.5591 322.5911 14.18527840494323
+0 ARIANE 1 DEB
+1 17121U 86019R   16017.75645475  .00000382  00000-0  16340-3 0  9994
+2 17121  98.6111  81.8165 0059325 168.1908 307.2693 14.29531152513862
+0 ARIANE 1 DEB
+1 17122U 86019S   16018.14750519  .00002386  00000-0  34371-3 0  9995
+2 17122  98.1131  50.7277 0008440 284.7217 116.3459 14.77273971535823
+0 SL-12 R/B(2)
+1 17125U 86090D   16015.53732507 +.00000093 +00000-0 +00000-0 0  9996
+2 17125 014.7584 356.7020 0007430 094.4500 265.6604 01.00184954106701
+0 ARIANE 1 DEB
+1 17128U 86019X   16017.51653787  .00005669  00000-0  89274-3 0  9999
+2 17128  98.3276 113.2367 0056608 216.4555 143.2791 14.71816056519036
+0 ARIANE 1 DEB
+1 17129U 86019Y   16016.85248639 +.00000060 +00000-0 +44436-4 0  9994
+2 17129 098.7576 083.8015 0034060 137.6166 353.6877 14.24716656464782
+0 COSMOS 1794
+1 17138U 86092A   16016.90249110 -.00000025 +00000-0 -62465-4 0  9991
+2 17138 074.0145 090.9325 0021693 216.0503 262.1940 12.45614575325676
+0 COSMOS 1795
+1 17139U 86092B   16016.48322216 -.00000015 +00000-0 +49259-5 0  9999
+2 17139 074.0133 034.8196 0009280 133.3220 018.4702 12.47763590327957
+0 COSMOS 1796
+1 17140U 86092C   16017.41443394 -.00000002  00000-0  90006-4 0  9997
+2 17140  74.0153 345.3662 0014942  24.0573  95.1293 12.49589892330209
+0 COSMOS 1797
+1 17141U 86092D   16016.87575146 -.00000016 +00000-0 +27890-5 0  9995
+2 17141 074.0158 293.4498 0019170 287.9257 185.4120 12.51589921332022
+0 COSMOS 1798
+1 17142U 86092E   16017.07627617 -.00000017  00000-0 -68238-5 0  9993
+2 17142  74.0120 244.3943 0028927 228.9673 240.8717 12.53420945334234
+0 COSMOS 1799
+1 17143U 86092F   16017.83653488 -.00000005  00000-0  67033-4 0  9990
+2 17143  74.0112 195.6520 0037316 167.8405 298.9708 12.55222185336246
+0 COSMOS 1800
+1 17144U 86092G   16017.86244890 -.00000008  00000-0  48816-4 0  9998
+2 17144  74.0136 148.2583 0046829 114.2518  58.8882 12.56988453338129
+0 COSMOS 1801
+1 17145U 86092H   16018.21633229 -.00000014  00000-0  11286-4 0  9995
+2 17145  74.0130  99.3464 0054060  48.1468 341.3364 12.58795006340099
+0 SL-8 R/B
+1 17146U 86092J   16017.87101597  .00000010  00000-0  22230-3 0  9990
+2 17146  74.0163 295.4769 0124251 167.0618 260.9397 12.23623693302703
+0 SL-6 R/B(2)
+1 17147U 86091D   16018.13834679  .00000199  00000-0  00000+0 0  9999
+2 17147  69.4240 279.6122 5756944  93.2161  68.5336  2.03984780217246
+0 ARIANE 1 DEB
+1 17153U 86019AG  16018.17932605  .00000661  00000-0  17334-3 0  9994
+2 17153  98.3426  67.4346 0017273 194.5397 165.5303 14.52346194481891
+0 ARIANE 1 DEB
+1 17155U 86019AJ  16017.50054503  .00005858  00000-0  73971-3 0  9996
+2 17155  99.0491  21.5623 0035719 145.4923 338.5552 14.81915107528121
+0 COSMOS 1802
+1 17159U 86093A   16017.39840376  .00000037  00000-0  24153-4 0  9993
+2 17159  82.9309 113.5057 0041338 251.1610 177.0945 13.72693063460017
+0 SL-8 R/B
+1 17160U 86093B   16016.83615693 +.00000017 +00000-0 +19491-5 0  9993
+2 17160 082.9278 088.1053 0039859 148.8627 348.2146 13.74575077461520
+0 SCOUT G-1 DEB
+1 17164U 85066G   16016.91297223 +.00000007 +00000-0 -10632-4 0  9997
+2 17164 089.3560 092.7395 0204774 064.2702 347.5229 13.32533678479588
+0 COSMOS 1691 DEB
+1 17168U 85094S   16016.90269081 +.00000855 +00000-0 +27845-2 0  9994
+2 17168 082.5800 270.1483 0047171 033.7747 100.8025 13.00101905407157
+0 COSMOS 1803
+1 17177U 86094A   16016.99336102  .00000005  00000-0 -40366-4 0  9996
+2 17177  82.6056 177.2741 0004412 101.4361  17.8714 12.41552170320098
+0 SL-14 R/B
+1 17178U 86094B   16017.47568451  .00000005  00000-0 -37667-4 0  9995
+2 17178  82.6063 170.8766 0003395 128.2962 285.2094 12.42039820320642
+0 COSMOS 1805
+1 17191U 86097A   16017.48857079  .00001322  00000-0  77878-4 0  9991
+2 17191  82.4751 178.0280 0005757  57.9015 302.2773 15.10777844585607
+0 SL-14 R/B
+1 17192U 86097B   16017.57737116  .00000220  00000-0  23894-4 0  9996
+2 17192  82.5052  21.3415 0017173   9.6788 129.8205 14.83398042572099
+0 ARIANE 1 DEB
+1 17199U 86019BB  16017.88478533  .00017417  00000-0  12930-2 0  9999
+2 17199  98.6957  11.2369 0023964 215.1393 144.8249 15.02898062534402
+0 ARIANE 1 DEB
+1 17203U 86019BF  16016.64660689 +.00000021 +00000-0 +37896-4 0  9996
+2 17203 099.0886 074.3067 0133090 015.1208 136.5480 14.05092535491369
+0 ARIANE 1 DEB
+1 17212U 86019BQ  16017.16369547  .00006008  00000-0  65400-3 0  9995
+2 17212  98.5779 226.1930 0019022 181.4934 298.9535 14.88320980533406
+0 COSMOS 1806
+1 17213U 86098A   16017.31059881 -.00000558  00000-0  00000+0 0  9993
+2 17213  68.8638 320.4392 5635651 163.9811 359.4768  2.00803269213051
+0 SL-6 R/B(2)
+1 17216U 86098D   16018.14543477 -.00000088  00000-0  00000+0 0  9995
+2 17216  69.7838 262.1802 5397570 127.3316  78.8504  2.04004244216821
+0 ARIANE 1 DEB
+1 17219U 86019BR  16018.03733862  .00000977  00000-0  28652-3 0  9991
+2 17219  98.6243 179.5126 0042116 118.2395   3.9182 14.45619215524112
+0 ARIANE 1 DEB
+1 17233U 86019CF  16018.13240640  .00002787  00000-0  40472-3 0  9990
+2 17233  98.4614 181.3615 0016552 113.2160 336.8081 14.76768416540837
+0 COSMOS 1808
+1 17239U 86100A   16017.23675537  .00000030  00000-0  17048-4 0  9997
+2 17239  82.9355  99.0589 0032040 340.0288  71.9383 13.71951063456068
+0 SL-8 R/B
+1 17240U 86100B   16016.69439994  .00000045  00000-0  31501-4 0  9999
+2 17240  82.9301  71.2153 0029036 215.3665 277.3810 13.73952583 99143
+0 COSMOS 1809
+1 17241U 86101A   16017.72143385  .00000035  00000-0  17866-4 0  9999
+2 17241  82.5293  68.7412 0016165  37.9721 101.5429 13.84064253468907
+0 SL-14 R/B
+1 17242U 86101B   16017.55288112  .00000015  00000-0  21114-6 0  9990
+2 17242  82.5299  73.6763 0016217  59.1375  48.7093 13.83268124468302
+0 ARIANE 3 DEB *
+1 17253U 86026E   16009.38273152  .00004780  00000-0  15313-1 0  9990
+2 17253   6.3115 354.4818 6597247 322.8303   5.9292  3.04217759232147
+0 ARIANE 3 DEB *
+1 17254U 86026F   16017.08197794 -.00000058  00000-0 -10921-3 0  9992
+2 17254   8.0731  50.7760 6719901 171.1659 212.7282  2.87789025234111
+0 ARIANE 1 DEB
+1 17255U 85056C   16016.77597214  .00000931  00000-0  40303-2 0  9995
+2 17255   8.2371 259.7514 6568968 135.5431 301.3862  3.05258804227421
+0 SL-14 DEB
+1 17268U 86101C   16017.61785477  .00000237  00000-0  16400-3 0  9996
+2 17268  82.6138  64.4127 0026525 322.7103 193.2855 13.95232374476049
+0 SL-14 DEB
+1 17269U 86101D   16017.20916818  .00000264  00000-0  20825-3 0  9993
+2 17269  82.6369 181.0304 0015785 344.5323 135.5688 13.88174497469049
+0 SL-14 DEB
+1 17270U 86101E   16017.19967668  .00000283  00000-0  21585-3 0  9997
+2 17270  82.4349 279.2286 0002799 108.2788  56.3944 13.90566942471868
+0 SL-14 DEB
+1 17271U 86101F   16018.07686435  .00000277  00000-0  18116-3 0  9995
+2 17271  82.4102 139.6084 0026992 258.0996 224.3326 13.99020887480017
+0 SL-14 DEB
+1 17272U 86101G   16018.21430850  .00000421  00000-0  25316-3 0  9991
+2 17272  82.4917 191.3183 0012038 177.8362 306.2034 14.04785889483317
+0 SL-14 DEB
+1 17273U 86101H   16018.04245959  .00000400  00000-0  23328-3 0  9995
+2 17273  82.5352 226.7605 0012115  89.7913  64.1115 14.06321430484538
+0 SL-14 DEB
+1 17274U 86101J   16017.03768759  .00000402  00000-0  30675-3 0  9997
+2 17274  82.5272  43.1419 0030073 259.2455 129.9612 13.91143824470205
+0 METEOR 2-15
+1 17290U 87001A   16017.86298016  .00000020  00000-0  47415-5 0  9998
+2 17290  82.4676 273.7622 0014006  45.8577   6.3765 13.84962752467337
+0 SL-14 R/B
+1 17291U 87001B   16017.80291394  .00000010  00000-0 -42800-5 0  9998
+2 17291  82.4682 275.8862 0012311  54.6559   7.7509 13.84557001467214
+0 COSMOS 1812
+1 17295U 87003A   16017.82353241  .00002176  00000-0  12075-3 0  9999
+2 17295  82.5168 292.5805 0005029 105.0316 255.1472 15.13258776580834
+0 SL-14 R/B
+1 17296U 87003B   16017.50519494  .00000254  00000-0  28129-4 0  9992
+2 17296  82.5312 148.0009 0020437 121.8843 238.4364 14.83076639566535
+0 COSMOS 1814
+1 17303U 87006A   16017.23649588  .00000047  00000-0  25609-4 0  9992
+2 17303  74.0560  23.2341 0025196 345.2386  98.5102 14.34873369516811
+0 SL-8 R/B
+1 17304U 87006B   16017.87861024  .00000081  00000-0  35610-4 0  9995
+2 17304  74.0607 319.6094 0030991 286.9519  72.8239 14.37549336519107
+0 ARIANE 1 DEB
+1 17316U 86019CY  16018.20045046  .00001950  00000-0  27941-3 0  9990
+2 17316  98.0684 105.6705 0006521 197.2892 232.1723 14.77707189544342
+0 ARIANE 1 DEB
+1 17325U 85056D   16017.59439760  .00005853  00000-0  14756-2 0  9996
+2 17325   7.3844  45.3584 6482526  73.3372 344.9276  3.33722467239863
+0 MOLNIYA 3-31
+1 17328U 87008A   16018.08734303  .00000296  00000-0  30418-1 0  9992
+2 17328  64.1298  26.2781 7034399 274.0527  17.2318  2.00587355208907
+0 SL-6 R/B(2)
+1 17333U 87008D   16017.42848705 -.00000841  00000-0  83592-1 0  9995
+2 17333  64.0035  92.8313 6888369 277.2605 262.0960  1.97092550208632
+0 COSMOS 1816
+1 17359U 87009A   16017.97182666  .00000048  00000-0  35156-4 0  9995
+2 17359  82.9265 326.5981 0032690   7.4640  61.1706 13.74397475452905
+0 SL-8 R/B
+1 17360U 87009B   16017.35386777  .00000048  00000-0  33744-4 0  9999
+2 17360  82.9211 293.1523 0031869 194.8139 305.0049 13.76670193455085
+0 COSMOS 1818
+1 17369U 87011A   16017.52889553 -.00000080  00000-0  74289-5 0  9997
+2 17369  65.0116  99.8632 0021697 275.7882 171.6904 14.31397882564681
+0 ARIANE 1 DEB
+1 17423U 86019FJ  16016.61909231 +.00000672 +00000-0 +43361-3 0  9991
+2 17423 099.1447 073.9441 0176528 138.1198 015.4322 13.98947652482680
+0 CZ-3 DEB
+1 17425U 86010C   16016.22787861 +.00000259 +00000-0 +76620-3 0  9999
+2 17425 030.8736 209.7383 6601240 212.4498 080.1193 03.04557202041699
+0 ARIANE 1 DEB
+1 17429U 86019FQ  16017.13591423  .00001442  00000-0  40029-3 0  9999
+2 17429  99.0566 274.3453 0066374 250.3420 109.0599 14.46958386519091
+0 ARIANE 1 DEB
+1 17478U 86019HR  16017.17272914  .00000159  00000-0  81311-4 0  9992
+2 17478  98.6467  87.0206 0041224  92.9525 295.1738 14.27765531514081
+0 COSMOS 1821
+1 17525U 87017A   16017.82947390  .00000035  00000-0  21137-4 0  9996
+2 17525  82.9141 111.4200 0038260  88.6561  34.0114 13.73676554433289
+0 SL-8 R/B
+1 17526U 87017B   16017.72300378  .00000090  00000-0  76479-4 0  9995
+2 17526  82.9016  66.1557 0039356 322.6477 176.8685 13.76778498435289
+0 MOS 1A (MOMO 1)
+1 17527U 87018A   16017.86454487  .00000381  00000-0  27823-3 0  9994
+2 17527  99.2641  17.2370 0008053 270.6321 153.5338 14.02431753477086
+0 N-2 R/B
+1 17528U 87018B   16017.54245759  .00000192  00000-0  50985-4 0  9996
+2 17528  97.4024  29.2082 0154255 117.2381 357.2594 14.50575312524974
+0 COSMOS 1823
+1 17535U 87020A   16018.24412159 -.00000018  00000-0 -98837-6 0  9994
+2 17535  73.6026 105.0494 0029346 289.9473  99.3418 12.41313354310157
+0 SL-14 R/B
+1 17536U 87020B   16017.40932503 -.00000014  00000-0  23867-4 0  9996
+2 17536  73.6121 103.5669 0027578 274.7129 158.7121 12.41611376274285
+0 ARIANE 1 DEB
+1 17543U 86019HX  16016.86523917 +.00000163 +00000-0 +10870-3 0  9998
+2 17543 098.9042 085.3174 0122597 128.0045 287.2284 14.10207763495404
+0 GOES 7
+1 17561U 87022A   16016.28933609 -.00000249  00000-0  00000+0 0  9998
+2 17561  15.0430  11.3667 0004167 267.7398  95.5379  0.99910050 88961
+0 DELTA 1 R/B(2)
+1 17563U 87022C   16017.21233233  .00002368  00000-0  97616-3 0  9996
+2 17563  17.7967 352.0877 6236443  40.0441 352.2734  3.66200881254892
+0 COSMOS 1825
+1 17566U 87024A   16017.21236265  .00001683  00000-0  83207-4 0  9990
+2 17566  82.5051  82.2003 0003608 189.3453 170.7714 15.17182679575419
+0 SL-14 R/B
+1 17567U 87024B   16017.96528727  .00000208  00000-0  22376-4 0  9992
+2 17567  82.5311 322.1310 0017753 247.4322 112.5015 14.83544386559928
+0 COSMOS 1827
+1 17582U 87026A   16017.39452473  .00000026  00000-0  80471-4 0  9990
+2 17582  82.5709 113.9791 0012103 167.3681 261.0219 12.64905192331979
+0 COSMOS 1828
+1 17583U 87026B   16016.86901126 -.00000000 +00000-0 -58041-4 0  9998
+2 17583 082.5670 094.9048 0019765 108.0599 302.1776 12.66201482333072
+0 COSMOS 1829
+1 17584U 87026C   16018.02240527  .00000022  00000-0  66284-4 0  9990
+2 17584  82.5729 143.2513 0001124 120.4585 330.7721 12.62624944329683
+0 COSMOS 1830
+1 17585U 87026D   16017.38603531  .00000020  00000-0  54206-4 0  9996
+2 17585  82.5631 124.2838 0004053 209.8953 213.4673 12.63514568330507
+0 COSMOS 1831
+1 17586U 87026E   16016.92102581 +.00000006 +00000-0 -27903-4 0  9994
+2 17586 082.5605 098.5393 0015496 146.3945 256.1719 12.65446404332251
+0 COSMOS 1832
+1 17587U 87026F   16016.98150919  .00000024  00000-0  71329-4 0  9999
+2 17587  82.5698 121.2376 0008617 182.6394 267.6602 12.64240778331237
+0 SL-14 R/B
+1 17588U 87026G   16018.09772509  .00000012  00000-0  79689-5 0  9994
+2 17588  82.5658 225.4815 0038337  30.3995 134.2893 12.55686393322493
+0 COSMOS 1833
+1 17589U 87027A   16017.87051677  .00000296  00000-0  18469-3 0  9998
+2 17589  70.9135 189.7180 0018624  13.6069 346.5550 14.12853774487376
+0 SL-16 R/B
+1 17590U 87027B   16017.78847418  .00000113  00000-0  80689-4 0  9998
+2 17590  71.0025 157.3543 0005100 345.1064  14.9909 14.16714115490989
+0 ARIANE 1 DEB
+1 17608U 86019KK  16017.31817146  .00028734  00000-0  18698-2 0  9990
+2 17608  98.2818 156.1367 0021045 136.1786 224.1114 15.07741417524556
+0 RADUGA 20
+1 17611U 87028A   16016.46422477 -.00000131  00000-0  00000+0 0  9996
+2 17611  17.0842   1.7181 0023827  80.6763  45.7383  0.95962406101788
+0 COSMOS 1275 DEB
+1 17614U 81053KL  16016.99842576  .00000822  00000-0  56066-3 0  9998
+2 17614  82.7897 199.7094 0051990 301.1510 223.2584 13.98202089555425
+0 COSMOS 1275 DEB
+1 17615U 81053KM  16016.59835291  .00001002  00000-0  62630-3 0  9996
+2 17615  82.8622 238.8239 0045325  30.5080 359.1643 14.03317706558078
+0 COSMOS 1275 DEB
+1 17616U 81053KN  16017.52936770  .00000413  00000-0  46754-3 0  9999
+2 17616  83.0394 216.5661 0123872 199.2958 190.1092 13.64936026523016
+0 COSMOS 1275 DEB
+1 17617U 81053KP  16016.77820024 +.00000529 +00000-0 +59244-3 0  9996
+2 17617 082.8583 040.7380 0188700 113.1256 301.8020 13.61819683523766
+0 COSMOS 1275 DEB
+1 17618U 81053KQ  16017.43119481  .00001493  00000-0  99538-3 0  9990
+2 17618  82.8503 254.7002 0051883 130.2041 347.7487 13.99880666560835
+0 COSMOS 1275 DEB
+1 17619U 81053KR  16017.51937350  .00001364  00000-0  66684-3 0  9996
+2 17619  82.9497 186.8793 0022412  93.5813 336.6669 14.17179366574760
+0 COSMOS 1275 DEB
+1 17620U 81053KS  16018.15061807  .00001540  00000-0  74614-3 0  9992
+2 17620  83.1819 180.0879 0028080 302.9670  56.8811 14.17660513572755
+0 COSMOS 1275 DEB
+1 17621U 81053KT  16018.22852345  .00002072  00000-0  10357-2 0  9990
+2 17621  82.7936  92.4727 0047814 206.0399 153.8374 14.15780634567073
+0 COSMOS 1275 DEB
+1 17623U 81053KV  16016.28036498  .00000462  00000-0  36027-3 0  9993
+2 17623  82.8074 306.4701 0057091 253.0970 234.4275 13.89645308550160
+0 COSMOS 1275 DEB
+1 17624U 81053KW  16017.31295985  .00001305  00000-0  55392-3 0  9990
+2 17624  82.8551 327.0540 0014648 282.3080 231.0342 14.24672675580459
+0 COSMOS 1275 DEB
+1 17625U 81053KX  16017.37319512  .00000846  00000-0  62971-3 0  9990
+2 17625  82.7909 234.2294 0045436  50.6771  67.0630 13.93411620238052
+0 COSMOS 1275 DEB
+1 17626U 81053KY  16016.55490527 +.00000015 +00000-0 -22697-6 0  9999
+2 17626 082.8681 057.7605 0144927 178.0847 336.4043 13.59950284521949
+0 COSMOS 1275 DEB
+1 17627U 81053KZ  16017.09581558  .00000603  00000-0  44879-3 0  9990
+2 17627  82.9297  38.2739 0046257 248.4264 167.3393 13.93016756555310
+0 COSMOS 1275 DEB
+1 17629U 81053LB  16016.81981348 +.00000510 +00000-0 +58968-3 0  9993
+2 17629 082.9890 238.7410 0165636 183.4141 298.2151 13.61728705519695
+0 COSMOS 1275 DEB
+1 17631U 81053LD  16017.48911478  .00000542  00000-0  64280-3 0  9996
+2 17631  82.9333 118.4827 0129670  63.9876  52.6807 13.62282952523539
+0 COSMOS 1275 DEB
+1 17632U 81053LE  16016.94089473 +.00000290 +00000-0 +35372-3 0  9998
+2 17632 083.0871 016.8997 0149551 165.6083 222.3142 13.57875428518833
+0 COSMOS 1275 DEB
+1 17633U 81053LF  16017.51510633  .00001231  00000-0  12246-2 0  9990
+2 17633  83.0734  26.9841 0186129 252.8155 234.1801 13.70184592518522
+0 COSMOS 1275 DEB
+1 17635U 81053LH  16017.87672482  .00001165  00000-0  69274-3 0  9992
+2 17635  82.8320 183.0045 0042540 358.5822   1.5223 14.06240312562140
+0 COSMOS 1275 DEB
+1 17637U 81053LK  16018.22884469  .00000627  00000-0  77699-3 0  9996
+2 17637  83.0708 350.9716 0137154 206.4455 217.4894 13.59591158519030
+0 COSMOS 1275 DEB
+1 17638U 81053LL  16018.20367255  .00000677  00000-0  76341-3 0  9992
+2 17638  82.9952 176.9998 0120848 293.7175 129.2527 13.66333131525008
+0 COSMOS 1275 DEB
+1 17639U 81053LM  16017.30017013  .00000831  00000-0  10628-2 0  9994
+2 17639  83.0009 316.1361 0163624  70.5123  87.6422 13.56420402514858
+0 COSMOS 1275 DEB
+1 17640U 81053LN  16015.38020205 +.00001303 +00000-0 +64511-3 0  9995
+2 17640 082.9196 160.1487 0022513 119.6848 240.6576 14.16468296270558
+0 COSMOS 1275 DEB
+1 17641U 81053LP  16017.70304456  .00001151  00000-0  68138-3 0  9997
+2 17641  82.7615  99.0903 0059367  94.4372  63.1470 14.06005244575575
+0 COSMOS 1275 DEB
+1 17642U 81053LQ  16017.88842642  .00001064  00000-0  46078-3 0  9993
+2 17642  82.8722 342.3417 0040589 163.1904 197.0635 14.23061022594094
+0 THOR ABLESTAR DEB
+1 17648U 61015LH  16017.32040441  .00001693  00000-0  98712-3 0  9991
+2 17648  65.7261 128.9314 0088596 261.2681  97.8356 14.09204313220497
+0 THORAD AGENA D DEB
+1 17658U 69082KU  16016.14931894 +.00000217 +00000-0 +19528-3 0  9993
+2 17658 070.3557 185.4705 0055479 085.2770 027.8955 13.95126780040052
+0 OPS 4682 DEB
+1 17666U 65027V   16017.22013542 -.00001137  00000-0 -40090-2 0  9999
+2 17666  90.3068 274.9851 0036060 354.9839 167.2258 12.96091738456929
+0 ARIANE 1 DEB
+1 17702U 86019LU  16017.08478037  .00000472  00000-0  13977-3 0  9996
+2 17702  98.5125  59.6098 0005726 214.2888 199.6034 14.47791714527976
+0 SL-12 R/B(2)
+1 17705U 87028D   16018.16371380 -.00000252  00000-0  00000+0 0  9999
+2 17705  15.6790 356.8683 0023131   7.8668 148.3113  0.99878179106471
+0 AGILA 1 (PALAPA B2P)
+1 17706U 87029A   16014.04048495 -.00000061 +00000-0 +00000-0 0  9991
+2 17706 014.6560 022.3547 0004000 262.5250 097.4662 00.99902619004490
+0 THOR ABLESTAR DEB
+1 17713U 61015LR  16017.13964183  .00000141  00000-0  15853-3 0  9993
+2 17713  66.2103 187.8265 0074385 234.4485 244.5437 13.96149641568971
+0 THORAD AGENA D DEB
+1 17716U 70025PE  16017.22176466  .00002708  00000-0  10551-2 0  9996
+2 17716  99.5077 125.7670 0031882 257.5297 166.2656 14.30416901571361
+0 THORAD AGENA D DEB
+1 17717U 70025PF  16016.65170401 +.00001822 +00000-0 +36078-3 0  9995
+2 17717 099.9824 261.3067 0092422 245.1321 114.0243 14.61349860604960
+0 THORAD AGENA D DEB
+1 17719U 70025PH  16017.29408441  .00003130  00000-0  12957-2 0  9999
+2 17719  99.0469 140.5884 0102007 280.9575 142.7582 14.24610777574835
+0 THORAD AGENA D DEB
+1 17720U 70025PJ  16016.78480312  .00001787  00000-0  11875-2 0  9995
+2 17720  99.6299 324.1687 0036256 210.0674 179.4430 14.02454332570510
+0 OPS 4682 DEB
+1 17722U 65027W   16017.61756037 -.00000105  00000-0 -39211-3 0  9996
+2 17722  90.2847 257.5428 0016767 301.3163  90.6564 12.96701475451594
+0 COSMOS 374 DEB *
+1 17725U 70089DC  16017.41199692  .00000172  00000-0  11150-3 0  9993
+2 17725  62.7518 152.3079 0779529 312.9145  72.6261 13.28530206468466
+0 THORAD DELTA 1 DEB
+1 17728U 74089EX  16016.90464509 +.00000033 +00000-0 +58182-3 0  9997
+2 17728 101.4417 359.6579 0107784 207.9621 179.6376 12.34601643392714
+0 COSMOS 970 DEB *
+1 17732U 77121BP  16018.07200053  .00000577  00000-0  46951-3 0  9998
+2 17732  65.8098 259.8678 0187979 325.0295  33.8544 13.89396042560564
+0 SL-8 DEB
+1 17754U 85079C   16017.29682519  .00000560  00000-0  17041-3 0  9997
+2 17754  74.0425 327.5228 0018383 263.9668 248.9347 14.44305808590288
+0 SL-3 DEB
+1 17755U 82116D   16017.14008911  .00000088  00000-0  38576-4 0  9991
+2 17755  81.2557 150.5518 0069903  39.8738  19.5109 14.14199144707192
+0 DELTA 1 DEB
+1 17764U 78026GW  16017.90345454  .00000038  00000-0  45081-4 0  9990
+2 17764  98.8160 351.9970 0048169 122.4918 294.5319 14.10711096583704
+0 DELTA 1 DEB
+1 17765U 78026GX  16017.77932759  .00000134  00000-0  12576-3 0  9995
+2 17765  99.0690 113.8590 0041395 312.8508 205.7684 13.97456338568861
+0 DELTA 1 DEB
+1 17768U 78026HA  16016.22048791  .00000480  00000-0  16528-3 0  9996
+2 17768  98.3137  10.0619 0081455 333.6236  88.5356 14.38397463775202
+0 COSMOS 1275 DEB
+1 17792U 81053LR  16017.83978749  .00001033  00000-0  66194-3 0  9999
+2 17792  82.9556 332.4217 0015399 182.0694 207.2235 14.02380054562610
+0 COSMOS 1275 DEB
+1 17793U 81053LS  16016.31170642  .00000743  00000-0  13110-2 0  9994
+2 17793  83.1507 148.5254 0275395 313.2604  70.3358 13.28151152491540
+0 COSMOS 1375 DEB
+1 17794U 82055AL  16017.74760003  .00000307  00000-0  30847-3 0  9995
+2 17794  65.8209 260.4102 0042548  66.0605 353.7559 13.91129629522189
+0 COSMOS 1375 DEB
+1 17795U 82055AM  16016.57620850 -.00000079  00000-0 -26051-5 0  9993
+2 17795  65.8344  58.8931 0075615 211.6304 304.1311 13.59704605501140
+0 COSMOS 1375 DEB
+1 17796U 82055AN  16017.70178627  .00000343  00000-0  27435-3 0  9997
+2 17796  65.8213 220.2011 0032810  81.7626 347.9585 14.03123541197438
+0 COSMOS 1375 DEB
+1 17797U 82055AP  16017.88370014  .00000353  00000-0  37401-3 0  9996
+2 17797  65.8281 182.3626 0019458 301.2074 208.5128 13.86676800524175
+0 COSMOS 1375 DEB
+1 17798U 82055AQ  16017.62979178 -.00000065  00000-0  16790-4 0  9995
+2 17798  65.8365  93.0615 0080190 213.5101 262.9494 13.59059896500334
+0 COSMOS 1375 DEB
+1 17799U 82055AR  16016.77567206  .00000277  00000-0  28176-3 0  9990
+2 17799  65.8401 290.5233 0025052 195.0998 196.7069 13.92061518529794
+0 COSMOS 1375 DEB
+1 17800U 82055AS  16017.23172126 -.00000063  00000-0  19238-4 0  9992
+2 17800  65.8366 333.3684 0026828 152.0250 316.5775 13.70194174511450
+0 COSMOS 1375 DEB
+1 17801U 82055AT  16018.18374005  .00001421  00000-0  74733-3 0  9996
+2 17801  65.8348  15.8323 0021481  73.1895   4.6503 14.17116058544885
+0 COSMOS 1375 DEB
+1 17802U 82055AU  16016.52075541  .00000090  00000-0  17601-3 0  9998
+2 17802  65.8325 182.9125 0037380   9.0143  99.1173 13.75505502514840
+0 COSMOS 1375 DEB
+1 17803U 82055AV  16017.20750381  .00000026  00000-0  10392-3 0  9996
+2 17803  65.8335 343.6614 0050966 304.6836 159.6696 13.79242070519051
+0 COSMOS 1375 DEB
+1 17804U 82055AW  16018.19582671  .00000613  00000-0  51938-3 0  9994
+2 17804  65.8209  40.4672 0023809 316.3226 126.6859 13.94727136526227
+0 COSMOS 1375 DEB
+1 17805U 82055AX  16017.08495028  .00000631  00000-0  52669-3 0  9993
+2 17805  65.8226 356.5974 0017280 337.0797  92.6115 13.95422321527139
+0 COSMOS 1375 DEB
+1 17806U 82055AY  16016.95510950 -.00000048 +00000-0 +32185-4 0  9996
+2 17806 065.8319 202.4226 0067084 255.7586 256.5511 13.80408834521593
+0 COSMOS 1375 DEB
+1 17807U 82055AZ  16017.98418176  .00000261  00000-0  33707-3 0  9994
+2 17807  65.8305 212.1839 0051593  40.1329 111.6151 13.78115586514900
+0 ARIANE 1 DEB
+1 17815U 86019ME  16016.69334971  .00000357  00000-0  13306-3 0  9993
+2 17815  98.4720  84.0935 0029052  50.3902 104.0855 14.37523906515666
+0 COSMOS 839 DEB
+1 17838U 76067BK  16016.90672987 +.00000856 +00000-0 +31337-2 0  9993
+2 17838 065.9900 338.4089 0644240 344.3755 042.7356 12.43454611092104
+0 SL-8 DEB
+1 17842U 86030C   16017.40513838  .00000476  00000-0  15240-3 0  9998
+2 17842  74.0251 112.1414 0014977  90.7021 345.2824 14.42167893517404
+0 SL-8 DEB
+1 17843U 86030D   16016.33378282 +.00000500 +00000-0 +15860-3 0  9998
+2 17843 074.0344 115.5248 0013445 059.0545 357.7606 14.42515765555625
+0 SL-14 DEB
+1 17844U 86101K   16016.94945009 +.00000522 +00000-0 +31386-3 0  9997
+2 17844 082.5045 203.5405 0016750 137.0304 016.2678 14.05077552483254
+0 SL-12 R/B(2)
+1 17872U 76092F   16017.90714735  .00000065  00000-0  00000+0 0  9990
+2 17872  11.8916 320.2444 0013154  88.3295  89.3818  1.00251531 80790
+0 SL-12 R/B(2)
+1 17873U 79035E   16017.03896782  .00000071  00000-0  00000+0 0  9995
+2 17873  13.2224 327.2624 0028558 146.8757  33.5385  1.00171860147052
+0 SL-12 R/B(2)
+1 17874U 84016F   16015.62556234 -.00000294 +00000-0 +00000-0 0  9998
+2 17874 014.4553 346.4186 0037529 128.6811 319.4697 01.00305130084695
+0 SL-12 R/B(2)
+1 17875U 84090F   16016.13345825 +.00000083 +00000-0 +00000-0 0  9995
+2 17875 013.9861 343.5313 0012925 066.4893 119.2053 01.01260284118336
+0 COSMOS 1842
+1 17911U 87038A   16018.01654622  .00002022  00000-0  12179-3 0  9996
+2 17911  82.5271 337.9620 0010700 218.6172 141.4294 15.10224422563878
+0 SL-14 R/B
+1 17912U 87038B   16016.94818063 +.00000236 +00000-0 +26130-4 0  9996
+2 17912 082.5019 175.6244 0021451 131.1943 229.1126 14.82822409529998
+0 SL-12 R/B(2)
+1 17939U 79087C   16016.94833925 -.00000037 +00000-0 +00000-0 0  9998
+2 17939 013.2437 328.2180 0042491 247.8301 303.0035 01.00496391009219
+0 GORIZONT 14
+1 17969U 87040A   16015.58660002 -.00000078 +00000-0 +00000-0 0  9997
+2 17969 015.7356 353.2678 0028474 119.5915 309.3918 00.97657389082693
+0 SL-12 R/B(2)
+1 17972U 87040D   16017.17651584 -.00000048  00000-0  00000+0 0  9999
+2 17972  13.5716 345.8804 0018397 215.0758 331.3580  1.03015850 86830
+0 COSMOS 1844
+1 17973U 87041A   16017.86785231 -.00000292  00000-0 -12764-3 0  9990
+2 17973  70.8993 281.7131 0031272 185.3080 174.7715 14.14017581480150
+0 SL-16 R/B
+1 17974U 87041B   16017.88642992 -.00000103  00000-0 -27552-4 0  9992
+2 17974  71.0086 277.6080 0011637 104.6098 325.2252 14.17192087483532
+0 COSMOS 1850
+1 18095U 87049A   16017.54209664  .00000063  00000-0  32588-4 0  9991
+2 18095  74.0380 168.6361 0014513  25.9599  39.6512 14.33093561495190
+0 SL-8 R/B
+1 18096U 87049B   16017.76634717  .00000088  00000-0  38832-4 0  9992
+2 18096  74.0426  94.0380 0021251  29.1443 331.0891 14.36333890497844
+0 COSMOS 1851
+1 18103U 87050A   16016.58595510 +.00000388 +00000-0 +00000-0 0  9994
+2 18103 070.5001 329.2372 5310049 146.6122 026.0879 02.00544801209489
+0 SL-6 R/B(2)
+1 18106U 87050D   16016.72146183 -.00000668  00000-0  00000+0 0  9992
+2 18106  69.8817 285.7934 5469593 135.7544  35.8498  2.03576996209910
+0 COSMOS 1852
+1 18113U 87051A   16017.67605968 -.00000023  00000-0 -50882-4 0  9991
+2 18113  74.0046  97.8826 0017164 200.0360 271.2083 12.44835477299342
+0 COSMOS 1853
+1 18114U 87051B   16017.51415081 -.00000018  00000-0 -12880-4 0  9990
+2 18114  74.0031  42.9648 0005363 101.4246  67.6240 12.46966919301541
+0 COSMOS 1854
+1 18115U 87051C   16018.09260595 -.00000008  00000-0  52454-4 0  9992
+2 18115  74.0048 355.4059 0014242 353.3451  75.5905 12.48775103303509
+0 COSMOS 1855
+1 18116U 87051D   16017.82101156 -.00000015  00000-0  89547-5 0  9992
+2 18116  74.0062 306.6575 0020377 267.0720 155.9083 12.50678546305455
+0 COSMOS 1856
+1 18117U 87051E   16016.92483694 -.00000016 +00000-0 +34107-5 0  9996
+2 18117 074.0032 260.8742 0030037 215.5780 273.1906 12.52476698307037
+0 COSMOS 1857
+1 18118U 87051F   16016.96445095 -.00000010 +00000-0 +35221-4 0  9995
+2 18118 074.0009 215.5791 0038280 160.0488 308.0671 12.54217136308793
+0 COSMOS 1858
+1 18119U 87051G   16017.84023149  .00000000  00000-0  98878-4 0  9991
+2 18119  74.0024 168.1212 0047829 107.3705   1.9487 12.55983073310986
+0 COSMOS 1859
+1 18120U 87051H   16017.48055137 -.00000021  00000-0 -29507-4 0  9993
+2 18120  74.0046 118.4248 0056594  41.2477  36.1465 12.57896456312933
+0 SL-8 R/B
+1 18121U 87051J   16017.87765551  .00000006  00000-0  18699-3 0  9995
+2 18121  74.0094 305.2059 0131689 152.1265 264.9873 12.22520818275995
+0 COSMOS 1860
+1 18122U 87052A   16017.54868619 -.00000068  00000-0  18426-4 0  9998
+2 18122  65.0091 169.7020 0046111   1.9657  67.7055 13.84794915446299
+0 DMSP 5D-2 F8 (USA 26)
+1 18123U 87053A   16017.49301481  .00000098  00000-0  68746-4 0  9995
+2 18123  98.7384 209.0911 0012657 297.3354  62.6533 14.18467106477676
+0 COSMOS 1861
+1 18129U 87054A   16018.19787131  .00000032  00000-0  17757-4 0  9994
+2 18129  82.9252 257.3991 0013002  83.7895  31.4333 13.72971295431666
+0 SL-8 R/B
+1 18130U 87054B   16017.15939227 -.00000055  00000-0 -71656-4 0  9991
+2 18130  82.9225 214.4209 0017190  15.2698 344.8974 13.76503362434729
+0 SL-8 DEB
+1 18131U 87054C   16017.09235005  .00000134  00000-0  12588-3 0  9992
+2 18131  82.9170 256.6798 0031692  99.6013  24.5772 13.73991667430843
+0 COSMOS 1862
+1 18152U 87055A   16017.74772648  .00001007  00000-0  69232-4 0  9996
+2 18152  82.4949  76.9882 0014284 166.9151 193.2449 15.04781633551970
+0 SL-14 R/B
+1 18153U 87055B   16018.15779184  .00000163  00000-0  17063-4 0  9992
+2 18153  82.4985 228.9134 0021333 347.2933  12.7741 14.83066492541878
+0 COSMOS 1864
+1 18160U 87057A   16017.85410810  .00000040  00000-0  25453-4 0  9992
+2 18160  82.9346 110.3825 0032119  15.4868 125.1248 13.75543970412215
+0 SL-8 R/B
+1 18161U 87057B   16017.82889095  .00000054  00000-0  39789-4 0  9997
+2 18161  82.9348  96.1906 0030150 320.4479 173.5850 13.76914988413162
+0 COSMOS 1867
+1 18187U 87060A   16017.87130089 -.00000066  00000-0  12985-4 0  9999
+2 18187  65.0090 233.7509 0020254 276.6628  83.2151 14.31068346490117
+0 COSMOS 1869
+1 18214U 87062A   16017.72241623  .00000783  00000-0  50695-4 0  9998
+2 18214  82.5008 236.9162 0013822 148.3245 211.8818 15.06692284550713
+0 SL-14 R/B
+1 18215U 87062B   16018.19980854  .00000176  00000-0  18662-4 0  9991
+2 18215  82.5108  47.1706 0021316  29.3344  38.0504 14.82991323539498
+0 VIKING DEB
+1 18231U 86019RN  16016.34822120 +.00000716 +00000-0 +75726-2 0  9998
+2 18231 098.9291 310.2644 4670644 038.7048 093.8556 05.53126882547402
+0 DELTA 1 DEB
+1 18232U 76077EY  16017.84852883  .00012988  00000-0  21179-1 0  9993
+2 18232 102.9601 110.4344 0092520 312.4970 170.3239 13.46225941513302
+0 COSMOS 1860 FUEL CORE
+1 18241U 87052D   16017.52578853 -.00000079  00000-0  84966-5 0  9991
+2 18241  65.0099 338.4464 0044273 319.1238 153.2456 13.88907214110625
+0 COSMOS 1814 DEB *
+1 18257U 87006C   16017.47072605  .00000812  00000-0  18719-3 0  9990
+2 18257  74.0373  28.9759 0005352   4.9951 355.1266 14.56932014600089
+0 OPS 4682 DEB
+1 18268U 65027X   16017.66106405  .00000186  00000-0  62530-3 0  9992
+2 18268  90.3025 268.2691 0031428 358.3704   1.7308 12.96276974593243
+0 OPS 4682 DEB
+1 18269U 65027Y   16016.13488702 -.00000001  00000-0 -30970-4 0  9999
+2 18269  90.3052 275.8198 0026115  69.1411 291.2501 12.94381620 77419
+0 OPS 4682 DEB
+1 18270U 65027Z   16017.67219655  .00000524  00000-0  18189-2 0  9994
+2 18270  90.2914 263.8566 0030435  14.0578  40.2890 12.95854538423799
+0 OPS 4682 DEB
+1 18271U 65027AA  16017.65588564 -.00000006  00000-0 -45659-4 0  9992
+2 18271  90.3020 271.1322 0033365  37.6502 350.8345 12.95803061396658
+0 COSMOS 839 DEB
+1 18272U 76067BL  16017.54799183  .00000046  00000-0  33497-3 0  9996
+2 18272  65.8513 214.9956 0695992 290.8383  91.4813 12.39375745292835
+0 SL-8 DEB
+1 18274U 86052F   16016.85332065  .00000864  00000-0  19871-3 0  9996
+2 18274  74.0480 171.8448 0031587 328.8428 183.7734 14.56682249553248
+0 COSMOS 1275 DEB
+1 18275U 81053LT  16016.65732197 -.00000121 +00000-0 -15925-3 0  9995
+2 18275 082.9299 084.6874 0124811 315.2357 200.3780 13.64450010537092
+0 COSMOS 1275 DEB *
+1 18276U 81053LU  16017.38075488  .00000135  00000-0  12250-3 0  9991
+2 18276  82.9286 241.9688 0014740  35.7687  31.9699 13.76191575432451
+0 COSMOS 1375 DEB
+1 18278U 82055BA  16016.92725788 +.00000301 +00000-0 +32866-3 0  9990
+2 18278 065.8298 179.0192 0046814 286.5827 155.8099 13.86407234523988
+0 COSMOS 1375 DEB
+1 18279U 82055BB  16017.54751317  .00000444  00000-0  43056-3 0  9998
+2 18279  65.8023  69.5171 0046478 114.6095  34.3710 13.89140726517986
+0 COSMOS 1691 DEB
+1 18282U 85094T   16017.31879447  .00000375  00000-0  17226-2 0  9990
+2 18282  82.6259 126.3006 0016622 146.9082 269.3452 12.74543931401634
+0 ARIANE 1 DEB *
+1 18290U 86019RY  16017.14954045  .00000209  00000-0  70402-4 0  9999
+2 18290  97.9415 137.8343 0093908 200.9273 158.8065 14.43484076618388
+0 DELTA 1 DEB
+1 18302U 78026HD  16016.48752201 +.00000249 +00000-0 +23394-3 0  9999
+2 18302 098.8818 305.9254 0242541 292.5713 114.8864 13.77844184548795
+0 METEOR 2-16
+1 18312U 87068A   16017.54296788  .00000049  00000-0  30103-4 0  9992
+2 18312  82.5556  74.9246 0011056 292.3137 176.3613 13.84702391435940
+0 SL-14 R/B
+1 18313U 87068B   16017.50136376  .00000020  00000-0  42572-5 0  9998
+2 18313  82.5572  79.0617 0008989 318.9683  41.0800 13.84156794435833
+0 KIKU 5 (ETS 5)
+1 18316U 87070A   16017.36682786 -.00000136  00000-0  00000+0 0  9992
+2 18316  15.3192   8.8304 0007594 288.0892 133.8396  0.99337126 91101
+0 EKRAN 16
+1 18328U 87073A   16017.52058970 -.00000103  00000-0  00000+0 0  9992
+2 18328  16.2032 359.9556 0004229 179.5608 348.6819  0.96483807100301
+0 SL-12 R/B(2)
+1 18331U 87073D   16015.60395792 -.00000053 +00000-0 +00000-0 0  9994
+2 18331 014.3207 354.4545 0013564 056.6745 068.4228 01.01378794091917
+0 COSMOS 1875
+1 18334U 87074A   16016.94697911 +.00000041 +00000-0 +16014-3 0  9995
+2 18334 082.5670 186.5286 0014286 149.1223 005.2797 12.66245661310584
+0 COSMOS 1876
+1 18335U 87074B   16016.91059067 +.00000025 +00000-0 +77864-4 0  9990
+2 18335 082.5708 233.9324 0005139 102.3298 027.0713 12.62721896306947
+0 COSMOS 1877
+1 18336U 87074C   16016.85294019  .00000033  00000-0  12512-3 0  9999
+2 18336  82.5610 215.6813 0001408  34.8622  91.1396 12.63548508307943
+0 COSMOS 1878
+1 18337U 87074D   16016.94949113 +.00000026 +00000-0 +83859-4 0  9997
+2 18337 082.5671 211.9194 0003198 229.3894 287.2566 12.64280435308550
+0 COSMOS 1879
+1 18338U 87074E   16017.99317255  .00000008  00000-0 -13840-4 0  9994
+2 18338  82.5687 204.3262 0006606 216.0401 255.4176 12.64939343309536
+0 COSMOS 1880
+1 18339U 87074F   16017.48756838  .00000022  00000-0  59490-4 0  9999
+2 18339  82.5599 189.6308 0009954 193.1941 219.7197 12.65449428310021
+0 SL-14 R/B
+1 18340U 87074G   16017.37356036 -.00000000  00000-0 -67031-4 0  9993
+2 18340  82.5716 316.4236 0041071  76.3298  41.7336 12.55546788299858
+0 OPTUS A3 (AUSSAT 3)
+1 18350U 87078A   16017.01297647  .00000020  00000-0  00000+0 0  9999
+2 18350  14.2990  23.5601 0007581 260.0737 271.8863  0.98903549102899
+0 EUTELSAT 1-F4 (ECS 4)
+1 18351U 87078B   16018.10029384 -.00000047  00000-0  00000+0 0  9992
+2 18351  15.2703  15.0892 0010049 283.6126 252.8801  0.98688119 89200
+0 COSMOS 1883 (GLONASS)
+1 18355U 87079A   16016.21532112 -.00000027 +00000-0 +00000-0 0  9994
+2 18355 065.1752 086.1295 0006585 277.6141 139.7763 02.13100958220451
+0 COSMOS 1884 (GLONASS)
+1 18356U 87079B   16016.91698880 -.00000032 +00000-0 +00000-0 0  9993
+2 18356 065.1914 086.3619 0017196 222.2318 068.7682 02.13102583220598
+0 COSMOS 1885 (GLONASS)
+1 18357U 87079C   16016.85257398 -.00000032 +00000-0 +00000-0 0  9992
+2 18357 065.1892 086.3084 0017191 209.5180 107.5012 02.13103350204066
+0 SL-12 R/B(2)
+1 18360U 87079F   16016.40324741 -.00000028 +00000-0 +00000-0 0  9999
+2 18360 065.1964 085.1037 0008082 270.8605 108.2371 02.13418115220722
+0 OSCAR 27
+1 18361U 87080A   16016.87270598 +.00000071 +00000-0 +10269-3 0  9991
+2 18361 090.3468 318.0898 0105826 140.1344 220.7638 13.44388245389412
+0 OSCAR 29
+1 18362U 87080B   16016.87445183 +.00000075 +00000-0 +11042-3 0  9990
+2 18362 090.3474 318.3022 0107018 155.5624 238.1924 13.43983300389095
+0 SCOUT G-1 R/B
+1 18363U 87080C   16016.93891662  .00000073  00000-0  10771-3 0  9991
+2 18363  90.3474 318.2174 0105700 166.9414 235.2979 13.43728718389157
+0 SCOUT G-1 DEB
+1 18365U 87080E   16016.53883400  .00000163  00000-0  23308-3 0  9990
+2 18365  90.3423 306.2437 0107287 275.7488 144.8986 13.50971089393847
+0 SL-12 R/B(AUX MOTOR)
+1 18374U 87079G   16017.30833795  .00002125  00000-0  56744-3 0  9996
+2 18374  64.8468 262.0606 5820684 183.4036 169.6936  4.29755973440482
+0 SL-12 R/B(AUX MOTOR)
+1 18375U 87079H   16016.27343022 -.00000510 +00000-0 -22447-1 0  9990
+2 18375 064.7120 117.5454 5589913 315.8505 043.5110 04.00041913428437
+0 COSMOS 1888
+1 18384U 87084A   16014.36915525 -.00000287 +00000-0 +00000-0 0  9997
+2 18384 014.7501 359.7677 0004315 197.0540 006.1658 01.00332513103511
+0 SL-12 R/B(2)
+1 18387U 87084D   16017.22179959 -.00000190  00000-0  00000+0 0  9993
+2 18387  14.8348   0.1475 0030003 150.7874  29.0560  1.00059573110769
+0 COSMOS 1891
+1 18402U 87087A   16017.51570493  .00000044  00000-0  31056-4 0  9991
+2 18402  82.9232 154.8053 0049236 302.4636 129.0102 13.73628587416597
+0 SL-8 R/B
+1 18403U 87087B   16016.90593211 +.00000052 +00000-0 +36946-4 0  9999
+2 18403 082.9202 117.9046 0057750 186.6141 311.6585 13.76452987418880
+0 SL-16 DEB
+1 18410U 87041C   16017.79602549  .00000006  00000-0  44778-4 0  9991
+2 18410  70.9878  21.7941 0201508  42.5621  14.3447 13.73284485436916
+0 SL-16 DEB
+1 18411U 87041D   16017.16110576 -.00000003  00000-0  36912-4 0  9996
+2 18411  71.0346 349.0576 0192215 250.7106 204.8263 13.75628932439268
+0 SL-16 DEB
+1 18412U 87041E   16017.28567572 -.00000009  00000-0  30937-4 0  9999
+2 18412  71.0306 334.8212 0196775 274.1694  83.6942 13.76052574439510
+0 COSMOS 1375 DEB
+1 18413U 82055BC  16015.84800843  .00000267  00000-0  39997-3 0  9990
+2 18413  65.8252 287.4212 0080208 197.8152 225.6028 13.67754967504058
+0 COSMOS 1375 DEB
+1 18414U 82055BD  16017.36713412  .00000129  00000-0  20188-3 0  9994
+2 18414  65.8327 356.5055 0021756 316.7929 193.0561 13.80062319520014
+0 COSMOS 1375 DEB
+1 18415U 82055BE  16016.90366991  .00000317  00000-0  44615-3 0  9990
+2 18415  65.8270 199.4764 0068558 167.7917 263.8726 13.69642646505886
+0 SL-16 DEB
+1 18416U 87027C   16017.16402988  .00000033  00000-0  67653-4 0  9994
+2 18416  71.0318 186.4197 0185846 146.2936 325.8040 13.76761502448311
+0 SL-16 DEB
+1 18417U 87027D   16017.85264050 -.00000059  00000-0 -13787-4 0  9996
+2 18417  70.9970 248.7656 0204546 279.0860 171.2841 13.73843731445272
+0 THORAD AGENA D DEB
+1 18418U 70025PL  16018.10599581  .00000466  00000-0  56532-3 0  9990
+2 18418 100.1595 254.5019 0004436 318.1729 203.0980 13.72270908268792
+0 COSMOS 1892
+1 18421U 87088A   16017.51313920  .00001556  00000-0  82281-4 0  9998
+2 18421  82.5000  67.6196 0014442 258.5371 101.4239 15.14670107540364
+0 SL-14 R/B
+1 18422U 87088B   16017.22214644  .00000208  00000-0  22759-4 0  9997
+2 18422  82.5136 301.2495 0019287 346.4331 166.1418 14.82821680525200
+0 SCOUT G-1 DEB
+1 18426U 86088C   16017.07298793  .00000135  00000-0  13094-3 0  9990
+2 18426  89.1347 238.3967 0070469  57.7234  72.1288 13.72533768459211
+0 OPS 4682 DEB
+1 18427U 65027AB  16016.69302841  .00001463  00000-0  47859-2 0  9998
+2 18427  90.2913 267.0061 0022424 265.0001 124.0149 13.00702840463298
+0 COSMOS 839 DEB
+1 18428U 76067BM  16016.53663204 +.00000328 +00000-0 +10575-2 0  9995
+2 18428 065.7360 056.3843 0803115 257.4902 265.6990 12.32905618133201
+0 DELTA 1 DEB
+1 18429U 76077EZ  16016.72147617 -.00000278  00000-0 -24878-2 0  9990
+2 18429 102.8366 100.9119 0230557 145.4094   6.1580 12.06088703255830
+0 COSMOS 252 DEB
+1 18431U 68097EJ  16016.92709698 +.00000055 +00000-0 +55946-4 0  9994
+2 18431 062.3452 150.0858 0888563 079.8496 290.1422 13.16531814947103
+0 COSMOS 1894
+1 18443U 87091A   16016.44212422 -.00000307 +00000-0 +00000-0 0  9991
+2 18443 014.7765 359.3186 0005555 233.4352 337.3207 01.00360776082666
+0 SL-12 R/B(2)
+1 18446U 87091D   16017.08133647 -.00000310  00000-0  00000+0 0  9999
+2 18446  14.7880 359.4416 0022756 166.3688 290.7527  1.00192820 91910
+0 DELTA 1 DEB
+1 18463U 76077FA  16016.94960855 +.00000001 +00000-0 +39543-3 0  9997
+2 18463 102.0734 013.5603 0094933 187.5039 200.1046 12.23565104763176
+0 DELTA 1 DEB
+1 18467U 78026HE  16016.92750480 +.00000218 +00000-0 +11165-3 0  9996
+2 18467 098.5812 002.0170 0095097 247.8667 139.4326 14.22615419603609
+0 COSMOS 249 DEB
+1 18468U 68091DD  16016.09969362 +.00000554 +00000-0 +80967-3 0  9996
+2 18468 062.2622 273.3200 0780888 001.3855 358.9050 12.76572501113075
+0 DELTA 1 DEB
+1 18469U 78026HF  16016.66538936 -.00000046  00000-0 -18221-5 0  9992
+2 18469  98.9024  85.5190 0045775 288.5200 226.1214 13.96663309574902
+0 DELTA 1 DEB
+1 18470U 73086GU  16017.15995373  .00000033  00000-0  80280-3 0  9998
+2 18470 101.8590 100.1662 0180034 313.8268  72.5352 12.06594122360891
+0 COSMOS 839 DEB
+1 18471U 76067BN  16017.71480512  .00000445  00000-0  10348-2 0  9991
+2 18471  65.7553 125.8079 0979165 219.1950 303.0174 12.19109586263506
+0 DELTA 1 DEB
+1 18472U 73086GV  16017.00624116 -.00000023  00000-0  10788-3 0  9994
+2 18472 101.5240  24.5086 0014695 288.2048  95.7208 12.77445642438850
+0 DELTA 1 DEB
+1 18475U 75004HK  16016.73604990  .00000196  00000-0  55068-4 0  9997
+2 18475  98.0591 120.6922 0049039 195.3060 164.6657 14.55221096615024
+0 SL-16 DEB
+1 18476U 87041F   16017.49639104  .00000018  00000-0  56794-4 0  9991
+2 18476  70.9905  57.7579 0206577  36.7466  70.3574 13.72423366435912
+0 COSMOS 1375 DEB
+1 18477U 82055BF  16016.86396286 +.00001572 +00000-0 +84697-3 0  9991
+2 18477 065.8305 327.0386 0028568 229.2287 162.6989 14.15435897536659
+0 OPS 4682 DEB
+1 18479U 65027AC  16017.68229384  .00000374  00000-0  12830-2 0  9996
+2 18479  90.2990 270.2967 0031247 346.5240  41.7310 12.96249723455537
+0 COSMOS 252 DEB
+1 18490U 68097EN  16017.00595907  .00003058  00000-0  49451-3 0  9994
+2 18490  62.7284 174.2162 0577538 112.2097 254.1250 13.99760308802705
+0 COSMOS 970 DEB
+1 18494U 77121BQ  16016.42524883 +.00000038 +00000-0 +14726-3 0  9998
+2 18494 065.8215 009.5305 0120297 331.9362 182.9069 13.60358874349809
+0 SCOUT A-1 DEB
+1 18496U 73081D   16016.29315751  .00000155  00000-0  13338-3 0  9996
+2 18496  90.0889 109.0419 0132927 257.0054 163.3002 13.79542934402823
+0 SL-8 DEB *
+1 18500U 75112E   16016.53987581 +.00000554 +00000-0 +15051-3 0  9999
+2 18500 074.0433 212.9949 0013304 342.5743 048.4682 14.49860202622033
+0 SL-8 DEB *
+1 18501U 78019E   16017.74152990  .00000811  00000-0  17079-3 0  9999
+2 18501  74.0563 243.9204 0011774 292.3247 180.6627 14.61129589630976
+0 SL-8 DEB *
+1 18502U 82051D   16016.67885873  .00000645  00000-0  17221-3 0  9999
+2 18502  74.0631  95.5668 0002081 283.1070 238.6062 14.50358908619242
+0 SL-8 DEB *
+1 18504U 76098E   16017.70037900  .00001430  00000-0  23250-3 0  9992
+2 18504  74.0382 105.1641 0011056 184.8179 303.4162 14.72043542633242
+0 COSMOS 1275 DEB
+1 18505U 81053LW  16016.84337817  .00000879  00000-0  69879-3 0  9997
+2 18505  83.2888 321.6790 0077875 176.6158 212.2663 13.88745376544102
+0 COSMOS 1375 DEB
+1 18507U 82055BG  16016.80033931 -.00000057  00000-0  26492-4 0  9992
+2 18507  65.8342 126.9532 0035676 118.8663  45.4871 13.66122720677648
+0 SL-8 DEB *
+1 18509U 82051E   16017.38133644  .00000702  00000-0  18334-3 0  9997
+2 18509  74.0069 353.8821 0010311 224.0967 287.3860 14.51274669525132
+0 SL-8 DEB *
+1 18510U 82051F   16017.42523862  .00000686  00000-0  18357-3 0  9995
+2 18510  73.9933   3.0483 0015787 268.4758 216.9062 14.50166737537075
+0 SL-8 DEB *
+1 18512U 77119E   16017.93090456  .00001204  00000-0  20159-3 0  9990
+2 18512  74.0335 102.1959 0005386 236.8701 241.9986 14.70967075647009
+0 THORAD AGENA D DEB
+1 18513U 70025PN  16016.04057324  .00000866  00000-0  47922-3 0  9998
+2 18513  99.7757 222.2591 0059537 203.2806 310.5974 14.13527332585634
+0 COSMOS 374 DEB
+1 18517U 70089DD  16017.84349844  .00005513  00000-0  11164-2 0  9994
+2 18517  62.4172   0.6214 0509871  37.1362 326.3838 14.03255143334912
+0 COSMOS 886 DEB
+1 18518U 76126BW  16017.99668057  .00000167  00000-0  33524-3 0  9994
+2 18518  65.7584 238.6678 0730834 163.9017 318.9315 12.78076960262356
+0 SL-8 DEB *
+1 18519U 84019D   16016.77045568 +.00000874 +00000-0 +19703-3 0  9994
+2 18519 074.0462 014.8498 0012872 286.6648 073.3103 14.57857759505367
+0 SCOUT G-1 DEB
+1 18525U 86088D   16017.93455773  .00000173  00000-0  14457-3 0  9994
+2 18525  89.9717   2.0071 0003626 218.9797 193.5341 13.84802548471971
+0 SL-8 DEB
+1 18526U 87049C   16017.00684574  .00000613  00000-0  15384-3 0  9993
+2 18526  74.0371 211.9649 0003513 348.0389 166.2130 14.53455565505850
+0 SL-16 DEB
+1 18527U 87027E   16016.91443276 +.00000001 +00000-0 +41112-4 0  9991
+2 18527 070.9930 206.4108 0197175 280.9808 076.9170 13.75026800446151
+0 SCOUT G-1 DEB
+1 18530U 87080F   16016.78391308 +.00000091 +00000-0 +11919-3 0  9997
+2 18530 090.3804 026.1410 0084471 285.5536 128.0896 13.55075114399990
+0 OPS 4682 DEB
+1 18533U 65027AD  16017.65232814 -.00000009  00000-0 -58209-4 0  9995
+2 18533  90.3013 270.5118 0026474  23.3411   5.0846 12.95114010401764
+0 OPS 4682 DEB
+1 18534U 65027AE  16018.19020861  .00000192  00000-0  65786-3 0  9991
+2 18534  90.3180 286.1373 0035155  11.1057 157.3211 12.94874151348870
+0 OPS 4682 DEB
+1 18538U 65027AF  16017.96407471 -.00000067  00000-0 -26889-3 0  9999
+2 18538  90.2991 267.6014 0029966  53.8085   4.6082 12.94365544  3538
+0 THORAD DELTA 1 DEB
+1 18539U 74089EZ  16016.91887098 +.00000158 +00000-0 +12729-2 0  9995
+2 18539 101.3760 354.5950 0034021 329.9510 055.8422 12.52749234115996
+0 DELTA 1 DEB
+1 18540U 76077FC  16016.15867318  .00002642  00000-0  17507-1 0  9993
+2 18540 103.7033  74.1264 0495760 217.4915 164.3138 12.20444542912658
+0 WESTFORD NEEDLES
+1 18543U 63014DJ  16010.34122257 -.00001141  00000-0 -44395+0 0  9992
+2 18543  87.2392 139.4035 0590572  51.2712 313.9446  8.66734384789749
+0 SL-8 DEB
+1 18545U 86100C   16017.52647859  .00000942  00000-0  61038-3 0  9995
+2 18545  82.9259 222.0709 0015700 205.2446 183.0904 14.01712979471567
+0 COSMOS 249 DEB
+1 18549U 68091DE  16017.41028381  .00001083  00000-0  13572-2 0  9995
+2 18549  62.2173 176.0891 0714058 136.9864 257.4534 12.92233901137085
+0 SL-16 DEB
+1 18550U 87027F   16017.46813744  .00000013  00000-0  48804-4 0  9997
+2 18550  71.0258 121.5215 0181428 139.2482 222.2358 13.78457301449981
+0 COSMOS 249 DEB
+1 18551U 68091DF  16017.17987759  .00000483  00000-0  24659-3 0  9996
+2 18551  62.2944  60.4755 0771135  56.0125  44.5553 13.27830478140519
+0 SL-8 DEB
+1 18552U 86086C   16016.67201970 +.00001068 +00000-0 +58987-3 0  9990
+2 18552 082.9215 270.6667 0028786 130.7412 258.6663 14.10369069485106
+0 COSMOS 252 DEB
+1 18556U 68097EP  16017.98410716  .00003646  00000-0  23541-2 0  9992
+2 18556  62.2064 333.6678 0537183  11.4946 349.7786 13.50500066981205
+0 COSMOS 1375 DEB
+1 18560U 82055BH  16018.17555987  .00000003  00000-0  94413-4 0  9991
+2 18560  65.8323  46.5983 0033904 100.8738 322.2495 13.69065262417852
+0 SCOUT G-1 DEB
+1 18561U 87080G   16017.39073752  .00000130  00000-0  18359-3 0  9998
+2 18561  90.3422 335.2732 0113356 292.4474 229.8044 13.50837692393759
+0 SCOUT G-1 DEB
+1 18562U 87080H   16016.87725116  .00000177  00000-0  28499-3 0  9996
+2 18562  90.0426 162.2197 0181626 151.5459   2.7942 13.38676308381615
+0 COSMOS 1275 DEB *
+1 18565U 81053LY  16016.23363100 +.00001031 +00000-0 +19187-2 0  9997
+2 18565 082.4397 109.8063 0126827 025.3844 003.3413 13.35401479179658
+0 TVSAT 1
+1 18570U 87095A   16016.22695652 -.00000023 +00000-0 +00000-0 0  9997
+2 18570 015.0628 000.4239 0055749 030.8629 068.3012 00.98916451091206
+0 ARIANE 3 DEB
+1 18571U 87078F   16017.76479992  .00024402  00000-0  18010-2 0  9994
+2 18571   6.7613 101.8300 5917259 168.2205 216.1884  4.21229746261536
+0 COSMOS 1897
+1 18575U 87096A   16014.41345098 -.00000304 +00000-0 +00000-0 0  9990
+2 18575 014.8522 000.5461 0000750 020.5835 338.4542 01.00266601103017
+0 SL-12 R/B(2)
+1 18578U 87096D   16015.31673285 -.00000300  00000-0  00000+0 0  9990
+2 18578  14.7202   0.1103 0023032 148.5657  25.8167  1.00566698 99826
+0 COSMOS 1898
+1 18585U 87098A   16017.13565637  .00000038  00000-0  23171-4 0  9999
+2 18585  74.0042 242.7855 0020195  50.2939 309.9989 14.33484380470493
+0 SL-8 R/B
+1 18586U 87098B   16017.51436987  .00000139  00000-0  56014-4 0  9991
+2 18586  74.0059 166.6709 0021383 342.5256  79.1809 14.36694004473166
+0 ELEKTRON 1 DEB *
+1 18589U 64006N   15356.63511328 -.00006242  00000-0 -63037-1 0  9992
+2 18589  58.7936 246.3367 1934785 274.8477  63.5425  9.79785657101772
+0 DELTA 1 DEB *
+1 18591U 76077FD  16016.62361657  .00008345  00000-0  14390+0 0  9997
+2 18591 101.0789 268.4480 1210685 355.0538  26.9305 10.59922363189290
+0 COSMOS 1275 DEB
+1 18592U 81053LZ  16018.03155421  .00001113  00000-0  57149-3 0  9994
+2 18592  82.9440 229.4105 0012283  67.4057  86.2024 14.14527335 72660
+0 COSMOS 252 DEB *
+1 18597U 68097EQ  16017.20294176  .00000564  00000-0  94591-3 0  9992
+2 18597  62.2646 309.8792 0774711 330.3806  25.5326 12.70535548103564
+0 SL-6 DEB
+1 18598U 81088N   16017.09235637 -.00000073  00000-0 -11107-3 0  9991
+2 18598  63.2251 314.6615 4746670 214.4696 283.9411  5.73760260697921
+0 DELTA 1 DEB *
+1 18599U 76077FE  16017.39281317  .00008055  00000-0  60423-1 0  9992
+2 18599 100.7695 167.9687 0768059 261.6416 117.9476 11.77071679331207
+0 DELTA 1 DEB
+1 18600U 76077FF  16016.25001779 -.00000029 +00000-0 +28751-4 0  9996
+2 18600 102.0500 302.9819 0793888 327.5104 207.1793 10.91271169053040
+0 COSMOS 1275 DEB
+1 18601U 81053MB  16016.43691558  .00001317  00000-0  80562-3 0  9994
+2 18601  82.7987 186.5972 0057374 199.3411 193.1961 14.04420990445120
+0 COSMOS 249 DEB
+1 18602U 68091DG  16017.85724360  .00001884  00000-0  20955-2 0  9995
+2 18602  62.2336 311.3960 0707586 115.9356 288.3423 12.97619398151133
+0 MIDAS 5 DEB
+1 18603U 62010G   16016.85898679  .00000048  00000-0  88562-2 0  9994
+2 18603  86.6797 156.9975 0286424  46.4680 107.3869  9.40897254 20968
+0 COSMOS 839 DEB
+1 18606U 76067BP  16011.69036119 +.00001017 +00000-0 +35544-2 0  9993
+2 18606 065.8387 107.6259 0645271 283.9082 233.5218 12.45608833336317
+0 COSMOS 1678 DEB *
+1 18608U 85077K   16017.22126878  .00000653  00000-0  16098-3 0  9992
+2 18608  74.0478  97.0261 0011835 346.8303  35.6880 14.54123942525608
+0 WESTFORD NEEDLES
+1 18615U 63014DK  16015.03162294 -.00000110  00000-0 -98367-2 0  9994
+2 18615  86.0850 218.9237 1786709 152.9748 339.6372  8.75266107712641
+0 THORAD AGENA D DEB
+1 18616U 69082LB  16016.60145088 +.00000554 +00000-0 +48925-3 0  9998
+2 18616 070.1322 230.9942 0169558 174.3520 218.6026 13.83628415417721
+0 RADUGA 21
+1 18631U 87100A   16016.59076008  .00000067  00000-0  00000+0 0  9996
+2 18631  15.2602   0.3010 0003164 187.8927   1.8890  1.00206613102926
+0 SL-12 R/B(2)
+1 18634U 87100D   16017.74804093 -.00000052  00000-0  00000+0 0  9995
+2 18634  14.1921 356.8664 0017554 165.7422  39.4223  1.03397473106129
+0 COSMOS 1275 DEB
+1 18637U 81053MC  16016.42499024  .00001239  00000-0  72893-3 0  9997
+2 18637  82.9688  12.3809 0055370 284.0501  75.4521 14.06577365560336
+0 COSMOS 1275 DEB
+1 18639U 81053ME  16017.34076727  .00000348  00000-0  40295-3 0  9993
+2 18639  83.0650 339.4261 0149532 159.5152 353.0614 13.61568478519793
+0 COSMOS 1275 DEB
+1 18640U 81053MF  16016.78523231  .00000755  00000-0  71087-3 0  9994
+2 18640  83.2117 303.0271 0089682 248.9122 141.9303 13.78432977536488
+0 DELTA 1 DEB
+1 18645U 73086GX  16016.73392448 +.00000170 +00000-0 +16431-2 0  9997
+2 18645 102.1798 108.7275 0118414 209.1424 307.6714 12.36711918393568
+0 DELTA 1 DEB
+1 18647U 73086GY  16012.36405189  .00000085  00000-0  87404-3 0  9995
+2 18647 101.6594  64.2388 0073761 305.7699 116.9876 12.46791380867064
+0 COSMOS 252 DEB *
+1 18648U 68097ED  16017.52215401  .00000043  00000-0  11801-3 0  9993
+2 18648  62.2162  73.4511 0622788 160.1137 202.5353 13.21034347154784
+0 SL-8 DEB *
+1 18650U 79078E   16017.52620848  .00002389  00000-0  26034-3 0  9991
+2 18650  74.0644  88.9551 0006237 283.6759  76.3728 14.88583055615205
+0 THOR ABLESTAR DEB *
+1 18651U 61015LW  16015.90622955 -.00000050 +00000-0 +22152-4 0  9997
+2 18651 065.6943 190.3638 0752217 246.0818 188.4140 12.40298831132357
+0 COSMOS 1900
+1 18665U 87101A   16018.05520376 -.00000007  00000-0  22739-4 0  9992
+2 18665  66.0825 197.4772 0045731 282.4945  77.1046 14.54364127495321
+0 OPS 4682 DEB
+1 18670U 65027AG  16017.61291119  .00000848  00000-0  29762-2 0  9995
+2 18670  90.2853 258.6268 0033405  54.1628 306.2587 12.95411146 73149
+0 DELTA 1 DEB
+1 18671U 73086GZ  16016.09457347 +.00000015 +00000-0 +43349-3 0  9992
+2 18671 101.7784 066.6732 0108531 332.8828 054.1700 12.38962475165067
+0 OPS 4682 DEB
+1 18675U 65027AH  16016.91774227 +.00000060 +00000-0 +17949-3 0  9999
+2 18675 090.2813 255.9063 0025361 249.3905 240.1885 12.98325223364739
+0 SL-14 DEB
+1 18680U 86101L   16018.08618126  .00000510  00000-0  30960-3 0  9994
+2 18680  82.5431 254.0806 0013370 121.8450  37.3270 14.04553763483036
+0 SL-8 DEB
+1 18681U 87049D   16017.30794317  .00000508  00000-0  16293-3 0  9998
+2 18681  74.0323 113.6169 0017638 194.4485 221.2163 14.41936928496836
+0 WESTFORD NEEDLES
+1 18688U 63014DM  16016.66038840 -.00000003 +00000-0 -26486-2 0  9997
+2 18688 087.3461 203.9025 0023890 020.3593 335.1491 08.65101986790294
+0 COSMOS 839 DEB *
+1 18689U 76067BR  16016.42832352 +.00000002 +00000-0 +32837-3 0  9999
+2 18689 065.8146 175.6736 0940811 344.7066 038.8966 11.55503168951215
+0 OPS 4682 DEB
+1 18691U 65027AJ  16018.17735661  .00000086  00000-0  27708-3 0  9998
+2 18691  90.2838 262.8698 0026505  15.4328 111.7614 12.95542523332578
+0 THORAD DELTA 1 DEB
+1 18693U 74089FA  16017.67561387 -.00000515  00000-0 -20475-2 0  9996
+2 18693 101.6760  59.6920 0178809  19.2719  96.4000 12.75418822293691
+0 SL-8 DEB
+1 18697U 87098C   16016.31289725  .00000691  00000-0  17753-3 0  9996
+2 18697  74.0015 318.8057 0005342  47.9354 108.8496 14.52123090479764
+0 SL-8 DEB
+1 18698U 87098D   16017.78800275  .00000608  00000-0  18679-3 0  9994
+2 18698  73.9884 140.8325 0016069 231.2294 281.8193 14.43684819473410
+0 COSMOS 1903
+1 18701U 87105A   16016.30784261 +.00000257 +00000-0 +00000-0 0  9997
+2 18701 068.9155 012.4977 5599193 175.6396 192.9163 02.00792662206363
+0 SL-6 R/B(2)
+1 18704U 87105D   16017.51790686  .00000711  00000-0  00000+0 0  9996
+2 18704  65.6427 159.2301 6591602 154.3733 284.9902  2.04194051173357
+0 COSMOS 1904
+1 18709U 87106A   16017.17122470  .00000023  00000-0  78345-5 0  9993
+2 18709  82.9132  16.2726 0027287 190.8137 217.6224 13.74184879407491
+0 SL-8 R/B
+1 18710U 87106B   16017.88458352  .00000052  00000-0  37863-4 0  9995
+2 18710  82.9116 351.4646 0024646  90.4497 329.3268 13.76007597409337
+0 EKRAN 17
+1 18715U 87109A   16016.68540740 -.00000141 +00000-0 +00000-0 0  9992
+2 18715 016.3487 006.3209 0042903 147.3522 332.3635 00.95882297084338
+0 SL-12 R/B(2)
+1 18718U 87109D   16016.32766042 -.00000128 +00000-0 +00000-0 0  9996
+2 18718 014.6868 000.8191 0066791 175.7480 031.1543 01.00826902093692
+0 COSMOS 1823 DEB
+1 18725U 87020C   16017.36234098 -.00000116  00000-0 -75133-3 0  9992
+2 18725  73.7662 339.4382 0074920 238.3233 238.1971 12.38143028268744
+0 COSMOS 1823 DEB
+1 18727U 87020E   16016.96559292 -.00000042 +00000-0 -12170-3 0  9995
+2 18727 073.3585 022.6047 0086325 115.1681 272.7780 12.64668377295803
+0 COSMOS 1823 DEB
+1 18728U 87020F   16016.49276894  .00000230  00000-0  19468-2 0  9991
+2 18728  73.6210 286.1244 0063822  76.3986  33.2084 12.35512138266100
+0 COSMOS 1823 DEB
+1 18729U 87020G   16018.11062531 -.00000102  00000-0 -77977-3 0  9994
+2 18729  73.8134  16.7428 0129642 169.8213 260.1627 12.23359403254093
+0 COSMOS 1823 DEB
+1 18730U 87020H   16017.94774147 -.00000200  00000-0 -18475-2 0  9995
+2 18730  73.9327 359.6881 0183666 314.4301  75.4054 12.13142725243594
+0 COSMOS 1823 DEB
+1 18731U 87020J   16017.69538977  .00000033  00000-0  36387-3 0  9992
+2 18731  73.6285 103.3906 0019996 237.2106 240.8276 12.43275661273750
+0 COSMOS 1823 DEB
+1 18733U 87020L   16018.15883536  .00005123  00000-0  80527-2 0  9999
+2 18733  73.4410 272.8342 0059568 168.4704 344.4807 13.49602736330607
+0 COSMOS 1823 DEB
+1 18737U 87020Q   16016.66588221 -.00000023 +00000-0 -43376-4 0  9999
+2 18737 073.6043 106.2915 0028766 283.6664 248.7708 12.41444195272450
+0 COSMOS 1823 DEB
+1 18742U 87020V   16018.20076914 -.00001030  00000-0 -60953-2 0  9995
+2 18742  73.5122 102.7884 0064187 310.1731  74.6663 12.56074320284248
+0 COSMOS 1823 DEB
+1 18746U 87020Z   16017.05118862  .00001051  00000-0  50855-2 0  9991
+2 18746  73.4964 341.5080 0046064 265.5009 222.8155 12.74098524288712
+0 COSMOS 1823 DEB
+1 18747U 87020AA  16017.53368523 -.00000009  00000-0  66519-4 0  9995
+2 18747  73.6243 190.4818 0041827 329.0571 102.6380 12.38741403269802
+0 COSMOS 1908
+1 18748U 88001A   16017.53530546  .00002243  00000-0  12661-3 0  9991
+2 18748  82.4731 212.5253 0013256 228.4885 131.5209 15.12599617527628
+0 SL-14 R/B
+1 18749U 88001B   16018.17814589  .00000170  00000-0  17923-4 0  9999
+2 18749  82.5131  68.4173 0018121 206.4108 211.9185 14.82999738513998
+0 COSMOS 1823 DEB
+1 18751U 87020AC  16018.10180855 -.00000097  00000-0 -65608-3 0  9999
+2 18751  73.6301 352.4051 0075353 129.6407   0.3032 12.32739017263752
+0 COSMOS 1823 DEB
+1 18752U 87020AD  16017.74339581  .00000114  00000-0  75579-3 0  9997
+2 18752  73.9209 278.3493 0061030 328.6167  60.4789 12.59721251290655
+0 COSMOS 1823 DEB
+1 18753U 87020AE  16018.11947594  .00000125  00000-0  10004-2 0  9992
+2 18753  73.4485 265.6354 0022094  41.1477  79.7633 12.45110775275720
+0 COSMOS 1823 DEB
+1 18754U 87020AF  16016.75233501 -.00000010 +00000-0 +43893-4 0  9995
+2 18754 073.6339 297.5724 0077530 186.9951 202.0889 12.63745805294145
+0 COSMOS 1823 DEB
+1 18755U 87020AG  16016.76933803  .00000179  00000-0  14340-2 0  9997
+2 18755  73.6389 133.7205 0036382 258.1528 257.2571 12.42024198272797
+0 COSMOS 1823 DEB
+1 18756U 87020AH  16017.37448557  .00000092  00000-0  78028-3 0  9991
+2 18756  73.6323 101.7682 0031144 227.8057 202.1445 12.43407425273633
+0 COSMOS 1823 DEB
+1 18757U 87020AJ  16017.08541171  .00001421  00000-0  42184-2 0  9996
+2 18757  73.6869 332.9806 0043345 215.1859 273.2404 13.08554864307477
+0 COSMOS 1823 DEB
+1 18758U 87020AK  16017.61551523  .00000001  00000-0  14214-3 0  9995
+2 18758  73.6233 221.5383 0052870  10.1348  47.7360 12.37802847267710
+0 SL-12 DEB
+1 18764U 85042G   16016.91527387 +.00000171 +00000-0 +73010-4 0  9995
+2 18764 066.5905 193.9527 0095349 182.7173 326.6412 14.44672073454076
+0 SL-12 DEB
+1 18765U 85042H   16017.15433841  .00000598  00000-0  19841-3 0  9998
+2 18765  66.5819 268.7938 0012037 289.1221  70.8580 14.44570001464542
+0 SL-12 DEB
+1 18766U 85042J   16017.34177351  .00001064  00000-0  46097-3 0  9993
+2 18766  66.5709 340.8174 0058993 350.4450  84.9709 14.27285984445566
+0 SL-12 DEB
+1 18767U 85042K   16018.08364252  .00000333  00000-0  27047-3 0  9996
+2 18767  66.5908  11.3380 0156135 256.3173 102.0482 13.96251416419132
+0 DELTA 1 DEB
+1 18775U 78026HH  16016.90173426 +.00000348 +00000-0 +27845-3 0  9991
+2 18775 099.3653 174.6347 0063927 283.4172 232.3968 13.97036922384977
+0 DELTA 1 DEB
+1 18779U 78026HJ  16017.64882286  .00001135  00000-0  57800-3 0  9997
+2 18779  99.0146 264.2567 0086739 250.9225 138.3488 14.15967779452791
+0 OPS 4682 DEB
+1 18783U 65027AK  16015.71020668 -.00000361  00000-0 -12368-2 0  9994
+2 18783  90.3112 290.6319 0024997 191.1831 197.1840 12.99263895322641
+0 OPS 4682 DEB
+1 18784U 65027AL  16016.66704784 +.00000391 +00000-0 +13495-2 0  9991
+2 18784 090.2994 265.7339 0043484 034.5173 354.4843 12.95796591309483
+0 THORAD AGENA D DEB
+1 18785U 70025PQ  16017.23526334  .00000128  00000-0  23650-3 0  9996
+2 18785 100.0011 113.0468 0002643  75.4082 313.5625 13.59577770402347
+0 COSMOS 1909
+1 18788U 88002A   16016.96704564 +.00000035 +00000-0 +13276-3 0  9995
+2 18788 082.6108 176.3393 0000435 328.0406 198.7241 12.62779146290644
+0 COSMOS 1910
+1 18789U 88002B   16018.17346713  .00000023  00000-0  69098-4 0  9990
+2 18789  82.6031 158.1235 0004576 183.4046 230.3397 12.63541767291829
+0 COSMOS 1911
+1 18790U 88002C   16017.43879707  .00000031  00000-0  11198-3 0  9990
+2 18790  82.6096 154.8273 0008755 143.9158 278.0925 12.64305092292529
+0 COSMOS 1912
+1 18791U 88002D   16017.20907402  .00000033  00000-0  12008-3 0  9993
+2 18791  82.6106 147.8154 0012137 127.5498 309.9802 12.64978638293167
+0 COSMOS 1913
+1 18792U 88002E   16017.41453477  .00000025  00000-0  75971-4 0  9995
+2 18792  82.6015 131.9217 0015293 103.3896 320.2830 12.65627221293810
+0 COSMOS 1914
+1 18793U 88002F   16016.96005947  .00000025  00000-0  76017-4 0  9992
+2 18793  82.6085 129.3102 0018607  64.6671  27.4178 12.66357063294529
+0 SL-14 R/B
+1 18794U 88002G   16016.61476403  .00000012  00000-0  85132-5 0  9999
+2 18794  82.5998 252.9030 0037779 354.1527  33.2617 12.55550138283542
+0 COSMOS 1823 DEB
+1 18800U 87020AL  16016.85272699  .00000039  00000-0  42266-3 0  9991
+2 18800  73.5913 170.2490 0051116  25.9439 128.1538 12.38760624269741
+0 COSMOS 1823 DEB
+1 18801U 87020AM  16017.23876645  .00000214  00000-0  10761-2 0  9995
+2 18801  73.1321 308.5930 0128270 132.0851  22.4487 12.74390759303117
+0 COSMOS 1823 DEB
+1 18802U 87020AN  16017.50647817  .00000031  00000-0  40290-3 0  9991
+2 18802  73.5903  57.5344 0106805 282.1055 196.7972 12.30004344259399
+0 COSMOS 1823 DEB
+1 18803U 87020AP  16017.01848123 -.00000005  00000-0  10516-3 0  9991
+2 18803  73.4475 234.3338 0083768   7.0796 144.3745 12.31770788262056
+0 COSMOS 1823 DEB
+1 18804U 87020AQ  16017.69166466 -.00000014  00000-0  22612-4 0  9990
+2 18804  73.6045 102.7008 0028216 286.0924 229.2484 12.41449507272050
+0 COSMOS 1823 DEB
+1 18805U 87020AR  16016.38032610 +.00000017 +00000-0 +24017-3 0  9991
+2 18805 073.7073 151.4430 0019957 128.6980 263.4173 12.43143132272016
+0 COSMOS 1823 DEB
+1 18806U 87020AS  16017.00186606  .00000098  00000-0  91871-3 0  9998
+2 18806  73.4797 212.7792 0084302 278.7416 206.4940 12.34598795263441
+0 COSMOS 1823 DEB
+1 18807U 87020AT  16018.10296256  .00033677  00000-0  46710-1 0  9993
+2 18807  73.7795 249.7205 0279030 115.7128   5.0606 13.43024582979418
+0 SL-12 DEB
+1 18819U 85042L   16017.85639524  .00005282  00000-0  81608-3 0  9996
+2 18819  66.5608 183.9061 0016258 137.3001 340.7708 14.74016811465855
+0 METEOR 2-17
+1 18820U 88005A   16018.22183425  .00000041  00000-0  23378-4 0  9995
+2 18820  82.5442 112.7535 0015688 340.7282  38.5328 13.85381487413874
+0 SL-14 R/B
+1 18821U 88005B   16017.79396133  .00000019  00000-0  36273-5 0  9993
+2 18821  82.5443 113.2205 0014002 350.9037 121.0964 13.85096540413794
+0 DMSP 5D-2 F9 (USA 29)
+1 18822U 88006A   16017.54128817  .00000083  00000-0  52228-4 0  9998
+2 18822  98.6917 255.4089 0007356  87.0378 273.1644 14.27047398453622
+0 COSMOS 375 DEB
+1 18866U 70091AV  16016.76726209  .00000852  00000-0  36731-3 0  9997
+2 18866  62.6801 159.7694 0762992 266.9454  84.4079 13.32473661207542
+0 DELTA 1 DEB
+1 18870U 73086HA  16016.27839900 -.00000410  00000-0 -41714-2 0  9996
+2 18870 101.7897 317.4008 0355076 227.8585 298.4473 11.93363655 21007
+0 CS 3A
+1 18877U 88012A   16017.15512029 -.00000091  00000-0  00000+0 0  9990
+2 18877  14.9769  24.8585 0011286 232.3951 311.9089  0.98135833 90329
+0 COSMOS 1922
+1 18881U 88013A   16016.74291556 +.00000624 +00000-0 +00000-0 0  9991
+2 18881 068.6920 259.7191 5805209 141.3507 279.5087 02.00487545204226
+0 SL-6 R/B(2)
+1 18883U 88013C   16018.13941831 -.00000456  00000-0  00000+0 0  9999
+2 18883  68.2626 189.2273 5599247 118.1159 118.1134  2.04046297207876
+0 COSMOS 1275 DEB
+1 18902U 81053MG  16016.35216465  .00001826  00000-0  79090-3 0  9998
+2 18902  82.9471 152.7840 0008306 139.5699 220.6103 14.23811380164252
+0 LEASAT 1 DEB *
+1 18904U 84113F   16017.14879477  .00025892  00000-0  48836-2 0  9998
+2 18904  26.6691  20.4209 4343070 346.1409   4.9660  6.71766235520778
+0 DELTA 1 DEB
+1 18906U 73086HB  16016.61066725 -.00000059 +00000-0 -64249-4 0  9990
+2 18906 102.3073 059.1570 0089284 101.8554 050.1727 12.55839045294452
+0 COSMOS 886 DEB
+1 18907U 76126BY  16017.06898806  .00000563  00000-0  15543-3 0  9992
+2 18907  65.8176 126.1605 0913835 316.9950  36.3027 13.21302817344159
+0 THOR ABLESTAR DEB
+1 18908U 61015LY  16016.71495053  .00001488  00000-0  34572-3 0  9992
+2 18908  65.7282 274.0929 0124254 221.9512 137.2023 14.53625896482462
+0 COSMOS 1823 DEB
+1 18910U 87020AU  16016.51367316  .00000113  00000-0  88403-3 0  9993
+2 18910  73.6773  51.5117 0008875  86.4685  33.9651 12.47519645276353
+0 DIAMANT DEB *
+1 18911U 67014M   16017.81241877  .00011189  00000-0  10121-2 0  9998
+2 18911  38.7594 277.9958 0185991 198.8414 160.5401 14.82781628446753
+0 STTW-2
+1 18922U 88014A   16017.48422421 -.00000202  00000-0  00000+0 0  9999
+2 18922  15.0008  13.7549 0003733 102.5423 257.5231  1.00299366101979
+0 COSMOS 1924
+1 18937U 88016A   16016.92700442 -.00000014 +00000-0 +10843-4 0  9999
+2 18937 074.0061 101.0394 0035385 287.8368 191.3629 12.44572264265351
+0 COSMOS 1925
+1 18938U 88016B   16017.49334902 -.00000021  00000-0 -36554-4 0  9993
+2 18938  74.0046  44.4756 0024881 240.5699 229.0904 12.46797571267921
+0 COSMOS 1926
+1 18939U 88016C   16017.08982774 -.00000005  00000-0  75559-4 0  9994
+2 18939  74.0062 354.5647 0012276 180.9490 253.4708 12.48804517269910
+0 COSMOS 1927
+1 18940U 88016D   16017.85844756 -.00000016  00000-0 -10907-5 0  9998
+2 18940  74.0075 301.6735 0007906 192.3263 223.6280 12.50865431272100
+0 COSMOS 1928
+1 18941U 88016E   16016.95689617 -.00000024 +00000-0 -50727-4 0  9994
+2 18941 074.0042 252.9106 0011223 203.3878 263.8960 12.52839121180419
+0 COSMOS 1929
+1 18942U 88016F   16017.48718458 -.00000003  00000-0  83157-4 0  9999
+2 18942  74.0024 203.7465 0020060 160.9135 228.0249 12.54751804276013
+0 COSMOS 1930
+1 18943U 88016G   16016.87424162 +.00000001 +00000-0 +10610-3 0  9998
+2 18943 074.0045 157.8993 0028867 119.2192 038.5432 12.56583474277540
+0 COSMOS 1931
+1 18944U 88016H   16016.96497838 -.00000011 +00000-0 +28408-4 0  9996
+2 18944 074.0061 108.5314 0039644 053.7539 060.4217 12.58510854279519
+0 SL-8 R/B
+1 18945U 88016J   16017.80239711 -.00000011  00000-0  28573-4 0  9998
+2 18945  74.0064 250.0885 0139814 133.2791 295.4832 12.23979164244771
+0 MOLNIYA 1-71
+1 18946U 88017A   16017.07253030  .00000120  00000-0  60815-2 0  9992
+2 18946  64.0007  40.1366 7097859 271.5065 344.2383  2.00658868204082
+0 SL-6 R/B(2)
+1 18949U 88017D   16017.09071108 -.00000426  00000-0  75634-2 0  9996
+2 18949  64.2419 338.7607 7026168 277.1062  86.3399  2.10113612193196
+0 SPACENET 3R
+1 18951U 88018A   16016.20133634 -.00000015 +00000-0 +00000-0 0  9992
+2 18951 013.1200 032.4141 0005945 198.5782 208.0843 00.99657102086694
+0 TELECOM 1C
+1 18952U 88018B   16017.65440554 -.00000045  00000-0  00000+0 0  9997
+2 18952  15.2655  22.3939 0096704  55.5643 336.6491  0.97955207 78183
+0 ARIANE 3 R/B
+1 18953U 88018C   16017.41257116  .00000673  00000-0  13509-2 0  9999
+2 18953   6.8899  77.6172 7145856 200.4802 101.9844  2.39056453233822
+0 COSMOS 1932
+1 18957U 88019A   16017.87974270 -.00000062  00000-0  24662-4 0  9998
+2 18957  65.0431 175.3824 0029945  69.6578  92.8023 13.79659924404435
+0 COSMOS 1933
+1 18958U 88020A   16017.11862665  .00000679  00000-0  48823-4 0  9990
+2 18958  82.5286 242.5880 0010510 237.7650 122.2558 15.02673360513861
+0 SL-14 R/B
+1 18959U 88020B   16017.62654466  .00000199  00000-0  21306-4 0  9999
+2 18959  82.5361  33.4715 0017999  44.7237 315.5425 14.83233402504008
+0 IRS 1A
+1 18960U 88021A   16018.17717360 -.00000083  00000-0 -26336-4 0  9998
+2 18960  99.3421  62.6509 0014405 187.0707 215.8780 13.96715242322510
+0 SL-3 R/B
+1 18961U 88021B   16017.53764994 -.00000253  00000-0 -13721-3 0  9995
+2 18961  99.2867  10.2546 0053660 201.8887 265.2378 14.00539799423098
+0 WESTFORD NEEDLES
+1 18962U 63014DN  16017.17385711  .00000865  00000-0  30648+0 0  9997
+2 18962  87.0989 266.8849 0625965 128.0202  28.9743  8.72562242894631
+0 OPS 4682 DEB
+1 18964U 65027AM  16017.65381536  .00000212  00000-0  71603-3 0  9995
+2 18964  90.2923 261.9904 0037859  22.5687   5.7633 12.96248248362526
+0 OPS 4682 DEB
+1 18965U 65027AN  16018.19667755 -.00000134  00000-0 -48978-3 0  9990
+2 18965  90.3154 288.5272 0046362  21.2616 137.4585 12.96537193457584
+0 OPS 4682 DEB
+1 18967U 65027AP  16014.42312679  .00000442  00000-0  15508-2 0  9998
+2 18967  90.3063 274.2445 0027690  55.2086 357.9996 12.94913877325674
+0 COSMOS 1823 DEB
+1 18969U 87020AW  16017.34997279 -.00000025  00000-0 -56004-4 0  9993
+2 18969  73.6213 115.8643 0039741 252.4519 168.2103 12.42816457271806
+0 COSMOS 1934
+1 18985U 88023A   16017.81126071  .00000022  00000-0  74270-5 0  9992
+2 18985  82.9569  94.2386 0040422 330.2230 158.6942 13.76397837273033
+0 SL-8 R/B
+1 18986U 88023B   16017.54246074  .00000017  00000-0  13841-5 0  9990
+2 18986  82.9529  68.2442 0040799 227.3629 240.1927 13.78590165399455
+0 COSMOS 970 DEB
+1 18998U 77121BS  16017.66908529  .00000154  00000-0  23157-3 0  9994
+2 18998  65.8280 100.8065 0132060 194.4935 318.0766 13.74848255417441
+0 DELTA 1 DEB
+1 19000U 76077FH  16016.81091617 -.00000023  00000-0  18136-3 0  9992
+2 19000 102.0445   2.1373 0078369 275.0767 203.6684 12.26695754260421
+0 COSMOS 1823 DEB
+1 19005U 87020BA  16017.84031713 -.00000420  00000-0 -29092-2 0  9996
+2 19005  73.8722 305.9939 0035070 315.2145 101.7841 12.42803526273153
+0 COSMOS 1823 DEB
+1 19006U 87020BB  16017.12490508  .00004407  00000-0  71044-2 0  9990
+2 19006  73.4656  13.7651 0078095 260.4875 176.8869 13.47569327324532
+0 DELTA 1 DEB
+1 19008U 84088G   16016.28052678 +.00001632 +00000-0 +92154-3 0  9994
+2 19008 028.7408 072.6057 1827799 313.1221 087.0894 11.13646208144267
+0 GORIZONT 15
+1 19017U 88028A   16015.50662252 -.00000153 +00000-0 +00000-0 0  9995
+2 19017 016.0080 004.2753 0033468 099.3074 027.7783 00.97828868082271
+0 SL-12 R/B(2)
+1 19020U 88028D   16016.66848862 -.00000105 +00000-0 +00000-0 0  9997
+2 19020 016.0538 004.0469 0016630 030.3989 176.9870 00.97784940099260
+0 COSMOS 397 DEB
+1 19024U 71015DN  16018.22525561 -.00000169  00000-0 -11791-3 0  9994
+2 19024  66.2786 308.1420 0516066 247.3699 268.3383 13.22850191342223
+0 COSMOS 1275 DEB
+1 19025U 81053MH  16017.27354347  .00001553  00000-0  86159-3 0  9990
+2 19025  82.7140 354.6974 0028667 305.9210 115.7804 14.10463636564845
+0 COSMOS 1275 DEB
+1 19026U 81053MJ  16009.88928075 +.00000668 +00000-0 +69489-3 0  9997
+2 19026 083.1700 349.0880 0121714 322.4994 063.2141 13.70991186528513
+0 COSMOS 1275 DEB
+1 19027U 81053MK  16017.20279660  .00001511  00000-0  10434-2 0  9995
+2 19027  83.0173 274.5890 0073087 150.5527 337.0117 13.97279000548386
+0 WESTFORD NEEDLES
+1 19030U 63014DY  16017.95829459  .00000015  00000-0  58486-2 0  9992
+2 19030  87.3704 227.6205 0011805 141.9375 218.2314  8.64259475804084
+0 DELTA 1 DEB
+1 19033U 73086HC  16016.47902854  .00000239  00000-0  18298-2 0  9997
+2 19033 101.6265   0.8524 0036213 242.5478 249.3634 12.51206914407570
+0 COSMOS 1937
+1 19038U 88029A   16017.14142541  .00000017  00000-0  14894-4 0  9993
+2 19038  74.0445 236.9320 0024384 181.8329 321.8524 14.35124052454224
+0 SL-8 R/B
+1 19039U 88029B   16017.88391039  .00000058  00000-0  27679-4 0  9993
+2 19039  74.0471 170.1395 0022683 112.3059 359.0660 14.38280835456629
+0 SL-3 R/B
+1 19046U 88032B   16017.76618264  .00001530  00000-0  12089-3 0  9998
+2 19046  97.5987  71.3187 0036766 297.9224  61.8280 15.01661542495124
+0 COSMOS 1275 DEB
+1 19047U 81053ML  16017.67285473  .00001015  00000-0  59659-3 0  9999
+2 19047  82.7865 100.3110 0028724 312.6871 201.5229 14.07005456568165
+0 SL-8 DEB
+1 19048U 88029C   16017.85214385  .00001023  00000-0  22022-3 0  9997
+2 19048  74.0229 182.7030 0012075 104.5824  14.2947 14.59761700467361
+0 WESTFORD NEEDLES
+1 19051U 63014EA  16016.41092675 +.00001152 +00000-0 +51359+0 0  9999
+2 19051 087.3522 170.1019 0265660 015.8466 345.0513 08.66485458113436
+0 DELTA 1 DEB
+1 19054U 77065FX  16018.02239802  .00008097  00000-0  23762-2 0  9992
+2 19054  28.8259 275.9752 0233363 106.5078 256.1269 14.27824416546217
+0 WESTFORD NEEDLES
+1 19059U 63014EG  16016.48271650 +.00000011 +00000-0 +36331-2 0  9995
+2 19059 087.3408 191.3167 0003020 258.8780 125.7915 08.66411186884288
+0 OSCAR 23
+1 19070U 88033A   16017.76763185  .00000022  00000-0  25650-4 0  9993
+2 19070  90.3514 255.5284 0190825 155.4829 249.9892 13.27372929342929
+0 OSCAR 32
+1 19071U 88033B   16018.17130279 -.00000005  00000-0 -29091-4 0  9998
+2 19071  90.3513 255.6202 0189216 144.1891 332.5844 13.27561264343183
+0 SCOUT G-1 R/B
+1 19072U 88033C   16016.71394505  .00000074  00000-0  13227-3 0  9998
+2 19072  90.3514 255.2839 0189891 168.4881 226.3215 13.27105404342589
+0 COSMOS 1940
+1 19073U 88034A   16016.68006752 +.00000024 +00000-0 +00000-0 0  9997
+2 19073 014.7834 000.7743 0022203 193.2180 339.2601 01.00654087083054
+0 SL-12 R/B(2)
+1 19076U 88034D   16017.14935522 -.00000046  00000-0  00000+0 0  9992
+2 19076  14.9802   1.4524 0022110  94.1273  77.0052  1.00117023101128
+0 SCOUT G-1 DEB
+1 19077U 88033D   16017.11427132  .00000516  00000-0  81595-3 0  9995
+2 19077  90.2872 231.6302 0154597  33.2518  89.7124 13.44042397352888
+0 SCOUT G-1 DEB
+1 19078U 88033E   16016.62234352  .00000235  00000-0  39094-3 0  9996
+2 19078  90.5403 148.1427 0158734 287.2947 202.7945 13.40013845354327
+0 EKRAN 18
+1 19090U 88036A   16016.67755755 -.00000149 +00000-0 +00000-0 0  9990
+2 19090 016.6790 003.8574 0009854 337.9992 149.8266 00.95179605080809
+0 SL-12 R/B(2)
+1 19094U 88036E   16017.41585953 -.00000289  00000-0  00000+0 0  9992
+2 19094  14.5094 357.1387 0020337  87.6908 114.5589  1.01116391 83350
+0 SL-8 DEB *
+1 19102U 82051G   16018.02351917  .00000670  00000-0  16972-3 0  9994
+2 19102  74.0484   6.8367 0012169 208.1615 207.4135 14.52788858462082
+0 DELTA 1 DEB
+1 19105U 75004HN  16016.61055100  .00000220  00000-0  63288-4 0  9999
+2 19105  98.8227  61.2459 0064001 222.0870 290.5179 14.53957745629991
+0 ATLAS CENTAUR 2 DEB
+1 19106U 63047T   16017.35983557  .00009011  00000-0  13003-2 0  9997
+2 19106  30.3691  26.1974 0162468 305.8879  52.6750 14.66301265473583
+0 WESTFORD NEEDLES
+1 19109U 63014EJ  16017.29901887 -.00000779  00000-0 -14025+0 0  9999
+2 19109  86.4480 134.9057 1334571  30.6612 336.5799  8.72104304748643
+0 COSMOS 1691 DEB
+1 19111U 85094V   16016.78562543 +.00000232 +00000-0 +11310-2 0  9998
+2 19111 082.6088 134.6668 0022569 141.6302 014.2550 12.68726386290649
+0 COSMOS 886 DEB
+1 19112U 76126BZ  16018.14469615  .00000796  00000-0  21341-3 0  9994
+2 19112  65.8270  22.6753 0947448   3.8824 356.8919 13.13918159200048
+0 OPS 4682 DEB
+1 19113U 65027AQ  16001.25216637  .00000841  00000-0  26560-2 0  9999
+2 19113  90.3087 275.8277 0032367 163.9522 350.4584 13.02791203360603
+0 COSMOS 1943
+1 19119U 88039A   16017.21293652  .00000305  00000-0  18208-3 0  9994
+2 19119  71.0044 107.3958 0009769 131.5665 254.5080 14.15050055428969
+0 SL-16 R/B
+1 19120U 88039B   16017.85557848  .00000050  00000-0  47005-4 0  9991
+2 19120  71.0161 335.8729 0024274 260.7827  99.0552 14.19132200433136
+0 NSS 513 (INTELSAT 513)
+1 19121U 88040A   16017.22164825 -.00000234  00000-0  00000+0 0  9998
+2 19121  14.9452  21.8639 0009611 355.4417 166.1355  0.98577162 77080
+0 ARIANE 2 R/B
+1 19122U 88040B   16017.74442318  .00000086  00000-0  18198-2 0  9996
+2 19122   7.6453  21.0595 7141645  87.2233 345.2610  2.33140058184883
+0 SL-16 DEB
+1 19125U 88039C   16016.94483173 +.00000040 +00000-0 +72668-4 0  9996
+2 19125 071.0330 302.1303 0179982 006.4001 353.9340 13.78864791391670
+0 SL-16 DEB
+1 19126U 88039D   16018.17081821  .00000040  00000-0  74091-4 0  9990
+2 19126  71.0345 358.1317 0184468   8.3791  85.0383 13.77095781390454
+0 SL-16 DEB
+1 19127U 88039E   16016.75158984 +.00000113 +00000-0 +14714-3 0  9994
+2 19127 070.9892 126.4790 0210306 210.9440 304.6469 13.71937327384817
+0 SL-16 DEB
+1 19128U 88039F   16016.94004780 +.00000088 +00000-0 +12395-3 0  9994
+2 19128 070.9841 110.7174 0207773 234.3571 243.1413 13.72123429385147
+0 SL-14 DEB
+1 19133U 78100F   16017.54627270  .00002014  00000-0  12652-1 0  9995
+2 19133  82.3649 256.7967 0142699 301.3687 105.9978 12.50366412658572
+0 SL-14 DEB
+1 19134U 78100G   16018.23773269  .00002916  00000-0  15130-1 0  9998
+2 19134  82.3149 127.8881 0138859 230.0957 156.3871 12.64817009668090
+0 SL-14 DEB
+1 19136U 78100J   16017.18965399  .00001242  00000-0  31015-2 0  9992
+2 19136  82.4194 276.8088 0426902 200.5862 285.9619 12.90895515717364
+0 SL-14 DEB
+1 19137U 78100K   16018.06893185  .00001850  00000-0  11725-1 0  9994
+2 19137  82.3191 216.9498 0035252 278.4355 204.0866 12.52289518656744
+0 SL-14 DEB
+1 19138U 78100L   16017.58839470  .00000231  00000-0  18247-2 0  9997
+2 19138  82.3100 216.6335 0169935 295.6743 119.0123 12.29323386240993
+0 SL-14 DEB
+1 19139U 78100M   16016.35618209 +.00000037 +00000-0 +52288-3 0  9995
+2 19139 082.1419 030.8238 0145226 290.0377 130.9500 11.70270953182039
+0 SCOUT G-1 DEB
+1 19140U 88033F   16017.17856913  .00001230  00000-0  15390-2 0  9998
+2 19140  90.3169 249.7907 0229390 130.1478 359.0588 13.53383198356468
+0 COSMOS 1823 DEB
+1 19141U 87020BD  16017.19803581  .00006250  00000-0  10609-1 0  9993
+2 19141  73.9471  77.7127 0029283 241.6853 182.4916 13.45152011314409
+0 SL-14 DEB
+1 19143U 78100P   16018.21816503  .00001266  00000-0  53042-2 0  9997
+2 19143  81.6995 299.6680 0332294 311.0123 212.8664 12.67178706275853
+0 SL-14 DEB
+1 19144U 78100Q   16016.89026199 +.00000067 +00000-0 +82694-3 0  9998
+2 19144 082.6172 174.8098 0044707 048.8000 107.3267 11.89231083201089
+0 THORAD AGENA D DEB
+1 19150U 70025PS  16017.90624293  .00001972  00000-0  17549-2 0  9997
+2 19150 100.3490 165.4058 0030338  53.2271 104.5986 13.85930523377000
+0 COSMOS 1932 FUEL CORE
+1 19162U 88019D   16016.94121564 -.00000079 +00000-0 +85536-5 0  9990
+2 19162 065.0447 350.4687 0015027 008.9658 024.1732 13.83870352397672
+0 COSMOS 1946 (GLONASS)
+1 19163U 88043A   16016.54345075 +.00000109 +00000-0 +00000-0 0  9990
+2 19163 064.2042 203.8547 0005028 138.8729 232.2076 02.13102119214528
+0 COSMOS 1947 (GLONASS)
+1 19164U 88043B   16018.13195877  .00000113  00000-0  00000+0 0  9995
+2 19164  64.1992 203.7456 0017810 208.6907 352.2767  2.13103608210324
+0 COSMOS 1948 (GLONASS)
+1 19165U 88043C   16016.64524729 +.00000109 +00000-0 +00000-0 0  9998
+2 19165 064.1862 203.6542 0003323 325.7094 078.5456 02.13103464214932
+0 SL-12 R/B(2)
+1 19168U 88043F   16017.30567390  .00000112  00000-0  00000+0 0  9999
+2 19168  64.1878 202.2377 0010667 212.5246 297.6682  2.13497385215613
+0 SL-12 R/B(AUX MOTOR)
+1 19169U 88043G   16016.82752904 +.00001018 +00000-0 +75808-3 0  9991
+2 19169 065.0997 194.7955 5788682 164.1884 226.9085 04.25877540428659
+0 SL-12 R/B(AUX MOTOR)
+1 19170U 88043H   16017.61688526  .00000214  00000-0  29256-3 0  9992
+2 19170  64.9334 209.6352 5731129 208.3872 102.5314  4.24784594428427
+0 SL-14 DEB
+1 19174U 78100R   16017.88653784  .00000277  00000-0  24401-2 0  9991
+2 19174  81.9075 320.4474 0151171  79.2901 338.9476 12.21823851234408
+0 SL-14 DEB
+1 19175U 78100S   16018.04729782  .00006500  00000-0  22482-1 0  9994
+2 19175  82.4306   5.3380 0260322  28.2109  36.3088 12.86554169265844
+0 SL-14 DEB
+1 19176U 78100T   16017.64208914  .00000543  00000-0  67930-2 0  9998
+2 19176  82.0892  70.2219 0152902  41.4934  79.5023 11.95333420206331
+0 SL-14 DEB
+1 19178U 78100U   16017.13816244  .00000326  00000-0  32627-2 0  9999
+2 19178  82.1232 260.8367 0039508 297.7760 181.7765 12.15075965224184
+0 SCOUT G-1 DEB
+1 19181U 88033G   16016.59419012 +.00000248 +00000-0 +49175-3 0  9990
+2 19181 089.9152 325.5419 0251705 141.0769 283.6517 13.20954363334843
+0 THORAD DELTA 1 DEB
+1 19183U 74089FD  16017.79810657  .00000939  00000-0  22302-2 0  9990
+2 19183 103.5284 131.2176 0187591   4.1787 149.7105 13.21490908277499
+0 OPS 4682 DEB
+1 19185U 65027AR  16016.67953522 +.00000450 +00000-0 +15508-2 0  9997
+2 19185 090.2968 267.0471 0037650 353.7282 034.3398 12.96195118457041
+0 COSMOS 1950
+1 19195U 88046A   16017.53791833 -.00000003  00000-0  10354-3 0  9995
+2 19195  73.5983 164.7323 0024365 237.2868 186.3589 12.40881358251989
+0 SL-14 R/B
+1 19196U 88046B   16017.48448063 -.00000011  00000-0  48143-4 0  9991
+2 19196  73.5994 150.8129 0021291 227.0193 195.7866 12.41396164252536
+0 COSMOS 1953
+1 19210U 88050A   16017.93525392  .00000925  00000-0  64016-4 0  9994
+2 19210  82.5178 173.6326 0012975 215.4697 144.5668 15.04461009500191
+0 SL-14 R/B
+1 19211U 88050B   16017.87856039  .00000243  00000-0  26910-4 0  9997
+2 19211  82.5282 325.2595 0022537  22.5575  29.7212 14.82853410490270
+0 METEOSAT 3
+1 19215U 88051A   16016.13269400 -.00000107  00000-0  00000+0 0  9997
+2 19215  15.9194  14.0965 0006120 258.5859 286.2331  0.96947262 86504
+0 PAS 1
+1 19217U 88051C   16015.56108263 -.00000012  00000-0  00000+0 0  9999
+2 19217  12.2330  36.2393 0006478 230.8741 130.5303  0.99387455110354
+0 ARIANE 44LP DEB
+1 19219U 88051E   16016.86076186  .00001540  00000-0  60454-3 0  9992
+2 19219  10.1983  62.7367 6829229 277.4125  15.5908  2.84710664247518
+0 COSMOS 886 DEB
+1 19221U 76126CB  16018.18401248  .00000777  00000-0  84573-3 0  9992
+2 19221  65.8338  94.3012 0875127 298.0568  53.4624 12.71496985166174
+0 NOVA 2
+1 19223U 88052A   16016.90248266 +.00000023 +00000-0 +33926-4 0  9993
+2 19223 089.9688 088.7724 0028724 260.9148 150.8593 13.22620616331216
+0 SL-14 DEB
+1 19226U 78100V   16017.43646522  .00000208  00000-0  24810-2 0  9990
+2 19226  82.5301   2.1868 0040294 330.4239 188.1016 11.99668921210111
+0 SL-14 DEB
+1 19227U 78100W   16017.37654339  .00027308  00000-0  21089-1 0  9993
+2 19227  81.9223 157.9101 0567352  50.8080 314.2040 13.35883605916058
+0 SL-14 DEB
+1 19228U 78100X   16018.16633369  .00000697  00000-0  28213-2 0  9991
+2 19228  82.4710  65.3613 0084214 167.3597 248.1254 12.83740436262865
+0 SL-14 DEB
+1 19229U 78100Y   16017.18125329 -.00004940  00000-0 -14673-1 0  9996
+2 19229  82.3262 309.2226 0127776 273.2804 155.6566 13.05336839680333
+0 SL-14 DEB
+1 19230U 78100Z   16016.47288834  .00000015  00000-0  85496-4 0  9991
+2 19230  82.5349   5.0593 0014294 324.5083 163.8154 11.98571165210819
+0 SL-14 DEB
+1 19232U 78100AB  16016.99328168  .00000035  00000-0  49962-3 0  9994
+2 19232  82.3301 198.3452 0193495 275.2166 249.4736 11.67400698179248
+0 SL-14 DEB
+1 19233U 78100AC  16017.87381300  .00000592  00000-0  67101-2 0  9992
+2 19233  82.5619 317.6740 0048512  52.9967   3.9442 12.05764839216676
+0 SL-14 DEB
+1 19234U 78100AD  16018.08660975 -.00000837  00000-0 -13241-1 0  9994
+2 19234  82.4265 139.1627 0115445 156.6990 325.3691 11.79278082190670
+0 SL-8 DEB
+1 19235U 70102G   16018.14788294  .00000118  00000-0  11644-3 0  9998
+2 19235  74.0204  72.9418 0004289 183.6540 207.2205 13.88969924558027
+0 THORAD AGENA D DEB
+1 19238U 70025PT  16017.64679428  .00000680  00000-0  79858-3 0  9992
+2 19238  99.8528  53.9908 0047057 172.6845 312.9840 13.71728235417868
+0 OPS 4682 DEB
+1 19242U 65027AS  16018.03376425 -.00000516  00000-0 -17293-2 0  9992
+2 19242  90.3098 291.0064 0029041 104.9219 316.9204 13.00366211 36291
+0 COSMOS 886 DEB
+1 19244U 76126CA  16017.35928829  .00000690  00000-0  17017-2 0  9996
+2 19244  66.0510 343.3033 0722851  49.7641 100.0861 12.55688411 49791
+0 P/L 153 DEB
+1 19245U 67053K   16017.86499047  .00000255  00000-0  15114-3 0  9991
+2 19245  69.9578 171.2987 0006880 235.0328 275.9062 14.18330116490751
+0 THORAD AGENA D DEB
+1 19250U 70025PU  16017.88119411  .00002901  00000-0  32073-2 0  9998
+2 19250  99.4069 142.2327 0189574 246.4230 241.3756 13.65218472364620
+0 COSMOS 1954
+1 19256U 88053A   16016.96584184  .00000065  00000-0  32457-4 0  9992
+2 19256  74.0467 161.5789 0015628  28.2560 331.9436 14.33877161441824
+0 SL-8 R/B
+1 19257U 88053B   16017.78396935  .00000086  00000-0  37631-4 0  9991
+2 19257  74.0495  85.8423 0019168 105.4453  30.7671 14.37278727444578
+0 SL-8 DEB
+1 19260U 88053C   16018.23034265  .00000596  00000-0  16025-3 0  9990
+2 19260  74.0638 309.4154 0007043 354.4549 156.2008 14.50180268449758
+0 SL-8 DEB
+1 19261U 88053D   16017.26641020  .00000644  00000-0  17443-3 0  9995
+2 19261  74.0567 315.2743 0009774  35.4403  87.2088 14.49685873449185
+0 OKEAN 1
+1 19274U 88056A   16017.31860979  .00001499  00000-0  10392-3 0  9999
+2 19274  82.5072 292.6002 0011169 283.8212  76.1771 15.04882699497195
+0 SL-14 R/B
+1 19275U 88056B   16017.80400510  .00000190  00000-0  20561-4 0  9992
+2 19275  82.5163  94.7042 0021664 104.5889 255.7730 14.82530025486749
+0 THORAD AGENA D DEB
+1 19290U 70025PV  16016.25043459  .00000196  00000-0  33829-3 0  9995
+2 19290  99.7463 293.5598 0028025  50.2234 103.8671 13.56928013522211
+0 DELTA 1 DEB
+1 19291U 73086HD  16016.88937654  .00000154  00000-0  12938-2 0  9995
+2 19291 101.5434  34.4269 0043483 292.9204 187.3121 12.49927838257932
+0 THOR ABLESTAR DEB
+1 19293U 61015MA  16013.53702817 +.00000028 +00000-0 +19078-3 0  9999
+2 19293 066.9458 040.0039 0330781 120.7077 035.4349 13.11099652328329
+0 COSMOS 252 DEB
+1 19294U 68097EE  16017.86701769  .00001291  00000-0  14636-2 0  9999
+2 19294  62.2250 166.2156 0684935 164.3791 357.0533 13.01415370309268
+0 SL-14 DEB
+1 19295U 78100AE  16016.97164237 +.00000122 +00000-0 +91860-3 0  9997
+2 19295 081.9843 211.4901 0497110 002.1953 149.5691 12.05344046214574
+0 WESTFORD NEEDLES
+1 19299U 63014EL  16016.48125999  .00001717  00000-0  65350+0 0  9999
+2 19299  87.2477 117.7708 0608933 304.8531 111.0875  8.67315909898388
+0 THOR ABLESTAR DEB
+1 19302U 61015MC  16017.24345097  .00000448  00000-0  32203-3 0  9996
+2 19302  66.8470 330.3239 0060735 225.5043 134.1071 14.05018887419736
+0 DELTA 1 DEB
+1 19306U 76077FJ  16016.18729858 -.00000113  00000-0 -69745-3 0  9999
+2 19306 102.1671 268.4625 0145340 298.0769 219.6953 12.15222949213491
+0 COSMOS 252 DEB
+1 19309U 68097ES  16017.68887028  .00000391  00000-0  21242-3 0  9991
+2 19309  62.3805 129.8582 0907683 224.4822 127.9759 13.01076112 90157
+0 DELTA 1 DEB
+1 19311U 75004HP  16017.41584797  .00000414  00000-0  16477-3 0  9998
+2 19311  97.6373  11.8982 0148330 193.8360 165.8739 14.27072943444280
+0 TANSEI 3 DEB
+1 19314U 77012L   16017.58097217  .00000041  00000-0  91943-4 0  9994
+2 19314  65.3667  96.1515 1871580 183.2363 175.4824 10.84219641784530
+0 DELTA 1 DEB
+1 19316U 76077FK  16017.43968141 -.00000298  00000-0 -28729-2 0  9999
+2 19316 102.0886   0.6696 0209357 139.7871  15.3252 12.03454786356019
+0 COSMOS 249 DEB
+1 19317U 68091DH  16016.94121416 +.00000618 +00000-0 +20145-3 0  9997
+2 19317 062.8324 159.1948 0808220 131.2802 236.0753 13.36664576338223
+0 COSMOS 1959
+1 19324U 88062A   16017.49853706  .00000023  00000-0  83631-5 0  9991
+2 19324  82.9493  63.0155 0033017 315.2138 154.5868 13.76046144380827
+0 SL-8 R/B
+1 19325U 88062B   16016.64303833 +.00000096 +00000-0 +80696-4 0  9996
+2 19325 082.9492 047.4287 0032507 245.3708 264.8505 13.77511444344013
+0 INSAT 1C
+1 19330U 88063A   16017.13564529 -.00000000  00000-0  00000+0 0  9991
+2 19330  14.9914   1.7045 0001764  66.8771 158.5735  1.00240588 82075
+0 EUTELSAT 1-F5 (ECS 5)
+1 19331U 88063B   16017.74356311 -.00000179  00000-0  00000+0 0  9994
+2 19331  15.3347  18.8952 0007127  60.2847 133.7014  0.98166700 77054
+0 METEOR 3-2
+1 19336U 88064A   16016.81263530 -.00000007 +00000-0 -49829-4 0  9995
+2 19336 082.5448 144.1037 0016750 002.0823 163.9220 13.17166797320803
+0 SL-14 R/B
+1 19337U 88064B   16017.86250505 -.00000045  00000-0 -14862-3 0  9990
+2 19337  82.5487 145.2428 0016133  32.2567 144.0428 13.17215392321254
+0 COSMOS 1961
+1 19344U 88066A   16018.02241186 -.00000169  00000-0  00000+0 0  9995
+2 19344  14.8724   3.1706 0000370  18.4385 183.5169  1.00269608100922
+0 SL-12 R/B(2)
+1 19347U 88066D   16016.29163105 -.00000231  00000-0  00000+0 0  9999
+2 19347  15.3671   4.5758 0029196  45.4627 343.8692  0.98662071 98419
+0 THORAD AGENA D DEB
+1 19351U 70025PW  16016.88130640  .00000258  00000-0  34896-3 0  9995
+2 19351 100.0958 346.7886 0028798 125.8368 264.0758 13.69795888409484
+0 OPS 4682 DEB
+1 19355U 65027AT  16017.71428242 -.00000327  00000-0 -11533-2 0  9997
+2 19355  90.2871 261.1885 0037806 332.0428  88.8506 12.97028134309698
+0 DELTA 1 DEB
+1 19359U 78026HM  16017.44909418  .00000925  00000-0  30971-3 0  9993
+2 19359  98.2933   7.0638 0022591 130.0536  23.5156 14.39410479953690
+0 DELTA 1 DEB
+1 19360U 73086HE  16017.49862078  .00000345  00000-0  24555-2 0  9997
+2 19360 101.9871  17.8516 0043002 221.9504 293.8145 12.53410269404922
+0 COSMOS 249 DEB
+1 19362U 68091DJ  16017.94123241  .00001250  00000-0  33752-3 0  9997
+2 19362  62.7923 219.3171 0514034 228.6345 126.9413 13.94863296386625
+0 THORAD AGENA D DEB
+1 19363U 70025PY  16017.14916961  .00000170  00000-0  28918-3 0  9997
+2 19363 100.1011 359.9868 0005075 183.0773 237.8945 13.60598765525462
+0 DELTA 1 DEB
+1 19365U 75004HQ  16017.70135996  .00000484  00000-0  19308-3 0  9995
+2 19365  97.6573 355.0171 0144495 258.6879  99.8039 14.26722965436563
+0 COSMOS 397 DEB
+1 19367U 71015DS  16017.98516610  .00000122  00000-0  17659-3 0  9997
+2 19367  65.7110 217.8906 0161462  80.1556  68.1598 13.80610231397535
+0 TIROS 8 DEB
+1 19396U 63054E   16017.76494646  .00001039  00000-0  12672-3 0  9991
+2 19396  58.4745 128.7865 0020657 340.8604  19.1665 14.90865836486124
+0 GORIZONT 16
+1 19397U 88071A   16016.32766042 -.00000246 +00000-0 +00000-0 0  9990
+2 19397 014.9354 003.2742 0011685 330.6165 234.9498 00.99985938100190
+0 SL-12 R/B(2)
+1 19400U 88071D   16018.16371380 -.00000165  00000-0  00000+0 0  9995
+2 19400  14.7350   2.7756 0019962 142.2315   7.9215  1.00536737 94591
+0 OSCAR 25
+1 19419U 88074A   16017.14465213  .00000072  00000-0  10716-3 0  9999
+2 19419  89.9745  19.9206 0098062 121.6718 282.3320 13.42123775341379
+0 OSCAR 31
+1 19420U 88074B   16016.96067723 +.00000035 +00000-0 +42841-4 0  9998
+2 19420 089.9750 019.9105 0096329 116.5056 299.3295 13.42135255341181
+0 SCOUT G-1 R/B
+1 19421U 88074C   16016.95296679 +.00000072 +00000-0 +10861-3 0  9999
+2 19421 089.9751 019.9729 0096953 141.3585 276.3144 13.41595562340694
+0 THORAD AGENA D DEB
+1 19422U 70025QA  16016.83007095  .00000212  00000-0  32633-3 0  9993
+2 19422 100.1395 236.8481 0011199 122.7851 298.2252 13.64067200527629
+0 THORAD AGENA D DEB
+1 19423U 70025QB  16017.75510157  .00005541  00000-0  12694-2 0  9998
+2 19423  99.7905 111.3128 0045367 167.1958 345.1465 14.55470962570091
+0 COSMOS 886 DEB
+1 19425U 76126CC  16017.19712139  .00002333  00000-0  91837-2 0  9992
+2 19425  66.2319 287.8800 0331148 202.9817 324.9092 12.73516652130069
+0 DELTA 1 DEB
+1 19429U 77065FY  16018.04456361  .00004403  00000-0  68194-3 0  9997
+2 19429  29.1072 265.7991 0514706  66.1455 299.2193 14.09458122345943
+0 COSMOS 839 DEB
+1 19439U 76067BS  16017.40479208  .00000483  00000-0  18498-2 0  9998
+2 19439  65.8723  11.9406 0700278 265.8285 252.6198 12.35587995964613
+0 COSMOS 1823 DEB
+1 19440U 87020CA  16016.95967145  .00000092  00000-0  48774-3 0  9999
+2 19440  73.7515  55.4191 0163185   5.6828  64.9085 12.75619829293631
+0 SL-6 R/B(2)
+1 19448U 88076D   16018.17105309  .00179925  55132-5  45759-3 0  9994
+2 19448  63.1044  73.2890 0785611 249.9013 101.5904 14.40306714449783
+0 SL-14 DEB
+1 19450U 78100AH  16016.97956873  .00000066  00000-0  73422-3 0  9996
+2 19450  82.5489  21.0985 0012533 329.6585  57.5613 11.98064269203136
+0 SL-8 DEB
+1 19451U 88016K   16017.01501495  .00000097  00000-0  96266-3 0  9991
+2 19451  74.0015 208.5804 0132489  95.7849  62.8984 12.26713430235696
+0 COSMOS 1375 DEB
+1 19453U 82055BL  16017.52237241  .00000892  00000-0  39742-3 0  9990
+2 19453  65.8078 205.0667 0066371 312.0831  79.2042 14.26633608428215
+0 DELTA 1 DEB
+1 19455U 77065GA  16016.44101527  .00016612  00000-0  25980-2 0  9999
+2 19455  28.7679  95.8037 0255057 229.1966 128.6229 14.52045675268494
+0 FENGYUN 1A
+1 19467U 88080A   16017.85303824 -.00000044  00000-0  85331-6 0  9994
+2 19467  99.0948 345.8686 0014923  51.7746 308.4760 14.03028992400726
+0 CZ-4 R/B
+1 19468U 88080B   16016.99752243  .00000171  00000-0  13464-3 0  9997
+2 19468  99.1089 352.8568 0071923  20.2197  23.9932 14.03504407400747
+0 COSMOS 1375 DEB
+1 19473U 82055BM  16017.54476162  .00000445  00000-0  44039-3 0  9990
+2 19473  65.8254 214.9011 0032378 325.2789  66.5609 13.88170672437361
+0 COSMOS 886 DEB
+1 19475U 76126CD  16017.47320716  .00000976  00000-0  56056-3 0  9990
+2 19475  65.8299 197.8872 0836527 113.4303 255.6894 13.05606599211787
+0 DELTA 1 DEB
+1 19478U 81070L   16016.54224480  .00000329  00000-0  11598-2 0  9998
+2 19478  89.9798  35.3153 6090366 283.5747 224.8630  3.67907044291835
+0 COSMOS 252 DEB
+1 19479U 68097ET  16016.57938189  .00001357  00000-0  43806-3 0  9994
+2 19479  62.8123  11.6759 0557686 286.7840  67.2748 13.79600817365904
+0 GSTAR 3
+1 19483U 88081A   16017.58982025 -.00000122  00000-0  00000+0 0  9999
+2 19483  15.8622 355.6533 0003519 110.2070 117.6127  1.00272671 96477
+0 SBS 5
+1 19484U 88081B   16013.06184396 -.00000293  00000-0  00000+0 0  9993
+2 19484  12.8307  33.4922 0009340 223.3219 193.3862  0.99794233 91389
+0 COSMOS 1970 (GLONASS)
+1 19501U 88085A   16016.52273759 -.00000030  00000-0  00000+0 0  9992
+2 19501  64.9667  83.0988 0006046  45.0196 316.7863  2.13102077212768
+0 COSMOS 1971 (GLONASS)
+1 19502U 88085B   16016.64840046 -.00000031 +00000-0 +00000-0 0  9997
+2 19502 064.9627 083.0367 0020924 016.7095 292.5023 02.13101849198274
+0 COSMOS 1972 (GLONASS)
+1 19503U 88085C   16016.21494475 -.00000027  00000-0  00000+0 0  9996
+2 19503  64.9854  83.3793 0002528 230.4307 194.9282  2.13102193212759
+0 SL-12 R/B(2)
+1 19505U 88085E   16017.19180285 -.00000034  00000-0  00000+0 0  9995
+2 19505  64.9776  82.1144 0009624 223.5119  67.7029  2.13369552212962
+0 CS 3B
+1 19508U 88086A   16016.72852277 +.00000034 +00000-0 +00000-0 0  9994
+2 19508 014.2805 027.1396 0007625 231.8925 335.5942 00.99223649099501
+0 OPS 4682 DEB
+1 19511U 65027AU  16017.20761572  .00000007  00000-0 -94931-6 0  9992
+2 19511  90.2892 262.1929 0034596 344.8306 141.6026 12.96497956308802
+0 DELTA 1 DEB
+1 19512U 73086HF  16016.88117576 -.00000006  00000-0  30194-3 0  9996
+2 19512 101.9652 354.1840 0029186 196.4475 197.8469 12.35012633247734
+0 SCOUT G-1 DEB
+1 19515U 88074D   16016.90516150 +.00000274 +00000-0 +41615-3 0  9992
+2 19515 089.9459 004.4194 0091928 295.1471 091.6218 13.48566408344842
+0 SCOUT G-1 DEB
+1 19516U 88074E   16018.03005911  .00000222  00000-0  33457-3 0  9995
+2 19516  89.9639  25.0804 0086929 264.7967 151.5417 13.48924468345849
+0 TITAN 3C TRANSTAGE DEB
+1 19518U 65108Z   16016.64123918  .00000580  00000-0  42722-2 0  9994
+2 19518  26.4182 250.5996 6660051 340.3110   8.0118  2.90110506234293
+0 NOAA 11
+1 19531U 88089A   16017.29409460 -.00000019  00000-0  12031-4 0  9993
+2 19531  98.6222  88.9108 0012277  82.1065 278.1502 14.15175986409640
+0 SL-12 R/B(AUX MOTOR)
+1 19535U 88085F   16017.56530124  .00001033  00000-0  53169-3 0  9997
+2 19535  64.9980 323.9397 5745873 208.4109 102.3306  4.35577529427948
+0 SL-12 R/B(AUX MOTOR)
+1 19537U 88085G   16016.27264056 -.00000071 +00000-0 -45712-3 0  9992
+2 19537 065.1979 325.9079 5566531 250.9528 043.1593 04.34654763429025
+0 TDRS 3
+1 19548U 88091B   16016.40161019 -.00000308  00000-0  00000+0 0  9990
+2 19548  14.7473  13.6765 0039994 304.8332 239.1345  1.00275227 87211
+0 IUS R/B(1)
+1 19549U 88091C   16017.02148430  .00003556  00000-0  13218-2 0  9997
+2 19549  26.3584 254.1073 6929393  77.0680 346.6449  2.71818170250388
+0 IUS R/B(2)
+1 19550U 88091D   16015.42026836 -.00000112  00000-0  00000+0 0  9994
+2 19550  15.2801   6.0495 0020649 204.9443 213.5063  1.00451869 91868
+0 COSMOS 1974
+1 19554U 88092A   16018.06701436  .00000416  00000-0  00000+0 0  9994
+2 19554  69.6622 342.1612 5519819 160.7569  23.7760  2.00478181199890
+0 SL-6 R/B(2)
+1 19557U 88092D   16016.78878237 -.00000719 +00000-0 +00000-0 0  9996
+2 19557 069.1389 281.7262 5713624 142.6637 074.4758 02.04127683203384
+0 SCOUT G-1 DEB
+1 19559U 88074F   16017.69018112  .00000184  00000-0  28792-3 0  9993
+2 19559  89.3896 268.4762 0096245  30.8763  22.6377 13.44647345343280
+0 COSMOS 252 DEB
+1 19561U 68097EU  16017.54579028  .00004628  00000-0  63059-3 0  9993
+2 19561  62.2654  48.2801 0270719 264.2713 177.7692 14.57803913335420
+0 COSMOS 1823 DEB
+1 19562U 87020CD  16016.85495828  .00003843  00000-0  74936-2 0  9992
+2 19562  74.4140 169.0869 0085709  47.0047 112.5846 13.35063755718062
+0 COSMOS 1975
+1 19573U 88093A   16017.87055062  .00001041  00000-0  74492-4 0  9997
+2 19573  82.5224 124.7599 0013317 253.8386 106.1374 15.03368784482211
+0 SL-14 R/B
+1 19574U 88093B   16018.17746972  .00000177  00000-0  18696-4 0  9992
+2 19574  82.5323 267.4625 0022283  21.5621  90.3867 14.83107591472967
+0 OPS 4682 DEB
+1 19576U 65027AV  16018.19772738  .00000697  00000-0  23151-2 0  9994
+2 19576  90.3018 273.6807 0025299 194.7931 322.7195 12.99227319304455
+0 SCOUT G-1 DEB
+1 19577U 88074G   16016.49840512  .00000092  00000-0  14072-3 0  9991
+2 19577  90.5454 294.0268 0092463  68.1427   3.6418 13.44262424342475
+0 SL-14 DEB
+1 19580U 78100AL  16016.43318751  .00000109  00000-0  49497-3 0  9991
+2 19580  82.6535 163.2435 0303688  46.6224   8.8544 12.55827767220104
+0 DELTA 1 DEB
+1 19590U 73086HG  16017.44256184 -.00000022  00000-0  17999-3 0  9990
+2 19590 102.1118 350.3963 0046082  65.7228  60.3160 12.31786581387061
+0 TITAN 3C TRANSTAGE DEB
+1 19592U 65108AA  16016.25165346  .00000521  00000-0  24151-2 0  9995
+2 19592  26.5765 116.9851 6747446 262.3633  54.0052  2.81496535237970
+0 OPS 4682 DEB
+1 19593U 65027AW  16017.65653572 -.00000133  00000-0 -50230-3 0  9993
+2 19593  90.3066 270.8258 0029410   8.3561  20.1317 12.94692300309916
+0 DELTA 1 DEB
+1 19594U 78026HN  16016.38478584  .00002409  00000-0  12700-2 0  9999
+2 19594  98.7603   1.6911 0124153 277.1644  81.5426 14.10993728165718
+0 TITAN 3C TRANSTAGE DEB
+1 19595U 65108AB  16016.32056160  .00002184  00000-0  17488-2 0  9991
+2 19595  27.0326 332.3906 6063270   1.3052 359.6723  3.86438441294586
+0 RADUGA 22
+1 19596U 88095A   16015.86576769 -.00000334  00000-0  00000+0 0  9997
+2 19596  14.8762   3.8116 0004042 124.5454  73.1765  1.00263888 83549
+0 DELTA 1 DEB
+1 19599U 84088H   16017.69447602  .00000127  00000-0  52859-4 0  9997
+2 19599  28.7109 213.3268 1925157 355.5353  51.6525 10.92858604821026
+0 COSMOS 1977
+1 19608U 88096A   16017.87283388  .00000113  00000-0  00000+0 0  9991
+2 19608  69.0495 289.8418 5775485 148.9847  42.1442  2.00841754199525
+0 SL-6 R/B(2)
+1 19611U 88096D   16016.87706561 -.00000229 +00000-0 +00000-0 0  9997
+2 19611 068.3990 224.1079 5783036 131.3546 295.2518 02.04275273203161
+0 TDF 1
+1 19621U 88098A   16016.11180729 -.00000040  00000-0  00000+0 0  9999
+2 19621  14.6803  23.9588 0011274 183.6361 333.4352  0.99196039 96027
+0 ARIANE 2 R/B
+1 19622U 88098B   16017.69523872  .00004297  00000-0  94240-3 0  9994
+2 19622   3.7247 150.2750 6427892 282.4493  16.8274  3.41964283286559
+0 DELTA 1 DEB
+1 19638U 77065GB  16015.95362448 +.00005512 +00000-0 +17983-1 0  9998
+2 19638 030.9875 252.2056 0673511 025.0785 082.6898 12.41816581099368
+0 COSMOS 1823 DEB
+1 19640U 87020CE  16015.86457612 +.00000257 +00000-0 +26419-2 0  9997
+2 19640 073.5496 340.7445 0169008 283.4524 102.0487 12.16624441130046
+0 SL-3 DEB
+1 19643U 78121C   16017.90344244  .00000032  00000-0  10064-4 0  9997
+2 19643  81.2417 313.9669 0064063 251.9028 172.0029 14.15030385405742
+0 SL-14 DEB
+1 19646U 78100AM  16016.86763132  .00003632  00000-0  13444-1 0  9993
+2 19646  82.1451 154.6164 0176845 185.6824 333.3775 12.87291616932032
+0 COSMOS 1980
+1 19649U 88102A   16018.22790359  .00000034  00000-0  42585-4 0  9996
+2 19649  71.0012  68.7323 0005345 350.5356   9.5664 14.14635712401600
+0 SL-16 R/B
+1 19650U 88102B   16017.44842999 -.00000119  00000-0 -36188-4 0  9997
+2 19650  71.0000  21.6284 0016664 252.3394 107.5909 14.15730165402858
+0 SL-16 DEB
+1 19656U 88102C   16016.57598641 +.00000049 +00000-0 +86780-4 0  9991
+2 19656 070.9816 071.1933 0211798 173.3851 187.0127 13.71097059357586
+0 SL-16 DEB
+1 19657U 88102D   16017.18065141  .00000035  00000-0  72731-4 0  9990
+2 19657  70.9826  59.2150 0210084 139.4217 279.5666 13.71438868358293
+0 SL-16 DEB
+1 19658U 88102E   16016.95720310 +.00000043 +00000-0 +78542-4 0  9996
+2 19658 071.0232 008.9209 0197024 032.9741 358.3912 13.74262201360843
+0 SL-16 DEB
+1 19659U 88102F   16016.49703973  .00000001  00000-0  39902-4 0  9993
+2 19659  71.0380 305.1136 0189642 301.4936 168.5431 13.76561792363351
+0 OPS 4682 DEB
+1 19664U 65027AX  16018.11683631 -.00000508  00000-0 -16839-2 0  9995
+2 19664  90.2848 261.0119 0027509 219.3563 296.1293 13.01044517561696
+0 THORAD AGENA D DEB
+1 19667U 70025QC  16017.44615852  .00000230  00000-0  87674-3 0  9993
+2 19667  99.7087   1.6520 0342162 267.7097 251.5995 12.83349118293517
+0 EKRAN 19
+1 19683U 88108A   16017.88866490 -.00000106  00000-0  00000+0 0  9993
+2 19683  16.1132   8.3876 0027562 124.6425  43.8281  0.96651539 96804
+0 SL-12 R/B(2)
+1 19686U 88108D   16015.87240139 -.00000213 +00000-0 +00000-0 0  9999
+2 19686 014.6837 002.9232 0013776 109.4160 078.2388 01.01513866085813
+0 SKYNET 4B
+1 19687U 88109A   16015.45508972 -.00000151  00000-0  00000+0 0  9997
+2 19687  15.3136  10.9890 0007991 221.6018 138.3638  0.99673857 80290
+0 ASTRA 1A
+1 19688U 88109B   16017.68118527 -.00000242  00000-0  00000+0 0  9999
+2 19688  12.2689  36.6376 0011050  19.0709 100.1167  0.98339135 78705
+0 ARIANE 44LP R/B
+1 19689U 88109C   16017.22184316 -.00000036  00000-0  30610-3 0  9994
+2 19689   7.2668 324.5089 7193146 285.5102  11.1895  2.28743391190799
+0 STTW-3
+1 19710U 88111A   16016.93313609 -.00000377 +00000-0 +00000-0 0  9993
+2 19710 014.7727 019.8853 0003818 105.0953 078.3363 01.00281886092695
+0 COSMOS 1987 (GLONASS)
+1 19749U 89001A   16017.52638429  .00000112  00000-0  00000+0 0  9995
+2 19749  64.1400 202.8031 0004175 241.0448  64.9253  2.13103615210287
+0 COSMOS 1988 (GLONASS)
+1 19750U 89001B   16017.13475345  .00000111  00000-0  00000+0 0  9999
+2 19750  64.1606 203.0650 0012511 209.9391 101.5851  2.13102260210298
+0 COSMOS 1989 (ETALON 1)
+1 19751U 89001C   16018.02267959  .00000112  00000-0  00000+0 0  9990
+2 19751  64.1506 202.7236 0020137 207.5344 233.4853  2.13156248210370
+0 SL-12 DEB
+1 19753U 89001E   16016.17533025  .00000107  00000-0  00000+0 0  9990
+2 19753  64.1504 202.7654 0020437 203.0008 112.4731  2.13160572210775
+0 SL-12 R/B(2)
+1 19754U 89001F   16016.71101322 +.00000110 +00000-0 +00000-0 0  9997
+2 19754 064.1445 201.7769 0010962 242.0461 320.9790 02.13421898210507
+0 SL-12 R/B(AUX MOTOR)
+1 19755U 89001G   16016.20327334 -.00000022  00000-0 -87367-3 0  9993
+2 19755  65.2200 281.9018 5526600 248.4933 336.0250  4.25440633419194
+0 GORIZONT 17
+1 19765U 89004A   16016.67731992 -.00000071  00000-0  00000+0 0  9995
+2 19765  15.1934   6.1165 0017530  74.8384 117.1735  0.99066975 97879
+0 COSMOS 1992
+1 19769U 89005A   16017.54129223  .00000066  00000-0  32352-4 0  9998
+2 19769  74.0467  15.7099 0021081  78.1068 282.2446 14.34730258411455
+0 SL-8 R/B
+1 19770U 89005B   16017.34422280  .00000078  00000-0  33960-4 0  9996
+2 19770  74.0462 281.5964 0004112 140.1200   0.2591 14.38648052412230
+0 INTELSAT 515
+1 19772U 89006A   16017.61365616  .00000035  00000-0  00000+0 0  9995
+2 19772  14.2214  27.4116 0017632  16.1312 175.1719  0.99102937 86933
+0 ARIANE 2 R/B
+1 19773U 89006B   16016.57780396  .00000009  00000-0  15525-3 0  9999
+2 19773   8.0768  97.9568 7164896  90.4273 344.0696  2.28261250223599
+0 SL-12 R/B(2)
+1 19776U 89004F   16016.18513633 -.00000199  00000-0  00000+0 0  9994
+2 19776  15.5918   6.9632 0019533  31.7577 134.4291  0.97995037 81189
+0 SL-12 R/B(2)
+1 19777U 88095F   16016.01021806 -.00000049  00000-0  00000+0 0  9996
+2 19777  15.6441   6.1537 0016674 172.1108 358.3183  0.97938270 85010
+0 COSMOS 1994
+1 19785U 89009A   16017.18025882  .00000001  00000-0 -51820-4 0  9997
+2 19785  82.6197 254.0074 0013373 332.7702 141.6851 12.64268492242882
+0 COSMOS 1995
+1 19786U 89009B   16017.26783922  .00000009  00000-0 -88713-5 0  9993
+2 19786  82.6239 280.8490 0004393  90.7705  26.4739 12.62126731240650
+0 COSMOS 1996
+1 19787U 89009C   16017.19425843  .00000008  00000-0 -13821-4 0  9997
+2 19787  82.6132 264.4681 0007625  44.0497  72.7279 12.62842691241467
+0 COSMOS 1997
+1 19788U 89009D   16017.78284734  .00000006  00000-0 -26402-4 0  9992
+2 19788  82.6188 260.1094 0010296 355.2501  72.7918 12.63609942242317
+0 COSMOS 1998
+1 19789U 89009E   16016.90014224 +.00000010 +00000-0 -49374-5 0  9990
+2 19789 082.6092 239.6561 0016183 309.9395 050.0275 12.64841851243066
+0 COSMOS 1999
+1 19790U 89009F   16016.95227206 +.00000012 +00000-0 +77564-5 0  9996
+2 19790 082.6160 236.2337 0019265 265.3624 221.6143 12.65653404243990
+0 SL-14 R/B
+1 19791U 89009G   16018.00304289  .00000032  00000-0  13032-3 0  9992
+2 19791  82.6142 354.4598 0035176 164.5397 255.7903 12.54854190233791
+0 SL-6 R/B(2)
+1 19799U 89011D   16017.93017183  .00000968  00000-0  12261+0 0  9995
+2 19799  67.0785 195.6563 6442521 126.1393 190.8165  2.04162799163936
+0 NAVSTAR 13 (USA 35)
+1 19802U 89013A   16016.51812227  .00000083  00000-0  00000+0 0  9993
+2 19802  54.3081 223.3273 0039445 151.3881 172.5241  1.85321962188621
+0 MOLNIYA 1-75
+1 19807U 89014A   16016.29159868 +.00000124 +00000-0 +85197-2 0  9998
+2 19807 063.6268 192.4501 6826789 281.5049 014.4164 02.00569159197087
+0 SL-6 R/B(2)
+1 19810U 89014D   16017.69547213 -.00000092  00000-0 -15379-2 0  9993
+2 19810  63.5094 121.0923 6835295 280.8108 220.1061  2.07397256203863
+0 EXOS D (AKEBONO)
+1 19822U 89016A   16017.84357984  .00030117  68969-6  64240-3 0  9994
+2 19822  75.0413 152.7971 2024791 216.5475 127.9099 11.43600688849512
+0 COSMOS 2004
+1 19826U 89017A   16018.14071718  .00000081  00000-0  72330-4 0  9994
+2 19826  82.9503 204.0316 0030514  15.8402 121.9801 13.72206099347098
+0 SL-8 R/B
+1 19827U 89017B   16017.87885060 -.00000002  00000-0 -17495-4 0  9993
+2 19827  82.9505 182.0044 0030512 292.9980 180.0915 13.74042601348813
+0 SL-8 DEB
+1 19831U 89005C   16017.18503237  .00000724  00000-0  18610-3 0  9990
+2 19831  74.0682 158.2111 0013799  74.8202 339.8131 14.51958475419520
+0 DELTA 1 DEB
+1 19834U 72058JM  16017.86064655  .00000304  00000-0  71229-4 0  9994
+2 19834  98.6061 340.3050 0138397 234.1901 153.7025 14.56848348245143
+0 METEOR 2-18
+1 19851U 89018A   16017.88526269  .00000060  00000-0  39677-4 0  9993
+2 19851  82.5229 328.5680 0013505  34.0879 346.2934 13.85666579359274
+0 SL-14 R/B
+1 19852U 89018B   16017.50217803  .00000029  00000-0  12615-4 0  9992
+2 19852  82.5224 344.4289 0018725  74.8345  64.4522 13.84031061358071
+0 COSMOS 1275 DEB
+1 19853U 81053MN  16013.31740135 +.00000545 +00000-0 +63390-3 0  9996
+2 19853 082.9854 142.3779 0127225 258.2983 130.1937 13.63827764174837
+0 SL-12 R/B(AUX MOTOR)
+1 19856U 89001H   16017.21809395 -.00000026  00000-0  73682-5 0  9999
+2 19856  65.0126 289.3140 5679522 210.0147 322.2282  4.25193232418712
+0 ARIANE 1 DEB
+1 19857U 85056P   16013.22020345 -.00000122 +00000-0 -18084-2 0  9993
+2 19857 007.2513 008.4625 7097883 193.6449 097.2221 02.29035461010414
+0 JCSAT 1
+1 19874U 89020A   16014.91086213 -.00000323  00000-0  00000+0 0  9998
+2 19874  14.2933  26.9329 0001349 186.5197 351.0639  0.99535695 90960
+0 METEOSAT 4 (MOP 1)
+1 19876U 89020B   16017.58999171 -.00000085  00000-0  00000+0 0  9997
+2 19876  15.6594  18.6534 0017376 113.2262  99.7588  0.97108512 76070
+0 TDRS 4
+1 19883U 89021B   16017.41017025 -.00000191  00000-0  00000+0 0  9995
+2 19883  12.5359  21.7976 0021369 235.8337 320.3831  0.98483646270568
+0 IUS R/B(1)
+1 19884U 89021C   16017.91665044  .00005664  00000-0  78371-3 0  9990
+2 19884  26.5235  45.8068 6004454 351.7176   1.6897  4.05287898312805
+0 WESTFORD NEEDLES
+1 19891U 63014ET  16010.89674800 -.00000001 +00000-0 -16347-2 0  9998
+2 19891 087.3691 165.7292 0206916 211.9861 307.8858 08.66449035059781
+0 COSMOS 2008
+1 19902U 89025A   16017.78686572 -.00000015  00000-0  11377-4 0  9999
+2 19902  74.0107 133.0727 0050717 299.8275 228.9623 12.57811590231565
+0 COSMOS 2009
+1 19903U 89025B   16016.96877286 -.00000006 +00000-0 +64719-4 0  9991
+2 19903 074.0079 181.3572 0041221 004.2783 161.4492 12.55892007229348
+0 COSMOS 2010
+1 19904U 89025C   16016.96980433 -.00000022 +00000-0 -36432-4 0  9991
+2 19904 074.0076 227.3780 0030026 055.0378 051.8502 12.54017486141057
+0 COSMOS 2011
+1 19905U 89025D   16016.91298015 -.00000016 +00000-0 +14347-5 0  9999
+2 19905 074.0105 272.8413 0020403 114.5869 012.5502 12.52155604225716
+0 COSMOS 2012
+1 19906U 89025E   16017.21738649 -.00000003  00000-0  86920-4 0  9997
+2 19906  74.0125 320.3661 0010437 178.3146 289.6856 12.50192324224047
+0 COSMOS 2013
+1 19907U 89025F   16016.96742074 -.00000005 +00000-0 +72738-4 0  9990
+2 19907 074.0102 010.6794 0010461 300.9573 087.5825 12.48125429221781
+0 COSMOS 2014
+1 19908U 89025G   16016.85777338 -.00000018 +00000-0 -18697-4 0  9999
+2 19908 074.0095 056.4995 0011802 053.2944 000.1051 12.46238437219886
+0 COSMOS 2015
+1 19909U 89025H   16016.66355190 -.00000012  00000-0  22630-4 0  9992
+2 19909  74.0110 110.4903 0024758 115.4094  42.8936 12.44016347217892
+0 SL-8 R/B
+1 19910U 89025J   16016.84612510 +.00000027 +00000-0 +38493-3 0  9994
+2 19910 074.0059 243.3163 0132070 334.7217 081.4281 12.23258772197357
+0 IUS R/B(2)
+1 19913U 89021D   16016.40892998 -.00000194 +00000-0 +00000-0 0  9991
+2 19913 013.6322 351.9299 0022846 101.3044 068.9514 01.00620006087378
+0 TELE-X
+1 19919U 89027A   16017.88400093 -.00000312  00000-0  00000+0 0  9998
+2 19919  14.4982  25.9195 0004269 188.4652 353.5974  0.99183142 79543
+0 ARIANE 2 R/B
+1 19920U 89027B   16016.23381241 +.00001352 +00000-0 +39892-3 0  9990
+2 19920 004.0274 001.0687 5352474 169.4595 317.2010 05.00275599387836
+0 COSMOS 2016
+1 19921U 89028A   16018.21754867  .00000038  00000-0  23518-4 0  9999
+2 19921  82.9638 117.6578 0039797   9.7082  53.0515 13.75011754343470
+0 SL-8 R/B
+1 19922U 89028B   16017.55366841  .00000039  00000-0  23857-4 0  9994
+2 19922  82.9594  90.0376 0035213 251.8805 221.2428 13.77161100346124
+0 RADUGA 23
+1 19928U 89030A   16006.92990345 -.00000369 +00000-0 +00000-0 0  9992
+2 19928 014.8521 005.5662 0018707 110.5358 084.0630 01.00269935096609
+0 SL-12 R/B(2)
+1 19931U 89030D   16015.45097051 -.00000115  00000-0  00000+0 0  9994
+2 19931  15.5876   7.7055 0016710 114.0921  92.3915  0.97922162 82775
+0 SL-8 DEB
+1 19945U 89005D   16018.17773779  .00000469  00000-0  13867-3 0  9991
+2 19945  74.0607 281.7789 0023634 219.4032 263.5536 14.45996446237111
+0 WESTFORD NEEDLES
+1 19946U 63014EU  16017.15559023  .00003387  00000-0  19676+0 0  9997
+2 19946  85.9620  71.7177 1960815 339.9127  21.5631  8.76050673857599
+0 THORAD AGENA D DEB
+1 19948U 70025QD  16017.23512824  .00000081  00000-0  37978-3 0  9993
+2 19948  99.5659  32.8269 0416217  76.9832 345.6444 12.73632307242082
+0 COSMOS 375 DEB
+1 19949U 70091AX  16016.39897185 +.00000865 +00000-0 +27206-3 0  9992
+2 19949 062.6203 029.7226 0547544 237.0778 117.6467 13.84627868351019
+0 OPS 4682 DEB
+1 19950U 65027AY  16015.17350382  .00000285  00000-0  10025-2 0  9991
+2 19950  90.3097 273.3803 0030952  74.2091 286.2437 12.93897287203993
+0 ARIANE 1 DEB
+1 19951U 85056Q   16016.78161346 +.00000011 +00000-0 +15731-2 0  9990
+2 19951 007.5859 188.2073 7045591 176.3113 352.5325 02.27520455021047
+0 OPS 4682 DEB
+1 19954U 65027AZ  16016.83176836 +.00000015 +00000-0 +23827-4 0  9996
+2 19954 090.3033 329.3338 0027909 180.8574 207.7746 13.01710741280063
+0 COSMOS 375 DEB
+1 19960U 70091AY  16017.87774573 -.00000342  00000-0 -10161-3 0  9998
+2 19960  62.9110 178.4791 0852371 203.1936 240.6435 13.10896377296896
+0 THOR ABLESTAR DEB *
+1 19961U 61015MJ  16017.92438634  .00000079  00000-0  14823-3 0  9990
+2 19961  65.6437 354.8218 0170665 297.2008  94.3987 13.76700592416723
+0 OPS 4682 DEB
+1 19964U 65027BA  16017.17004060 -.00000113  00000-0 -42756-3 0  9996
+2 19964  90.3114 279.1807 0026222  77.4398  81.4686 12.95093046 59337
+0 IUS R/B(1)
+1 19970U 89033C   16017.56452295  .00002586  00000-0  59202-3 0  9994
+2 19970  27.8805 154.6625 6075606 265.7908  27.1800  3.92134845352304
+0 FTV 1401 DEB *
+1 19981U 62058B   16017.84357189  .00000003  00000-0  00000+0 0  9991
+2 19981  86.6779 148.5133 0330710 300.2574 221.6220  9.42833207947310
+0 WESTFORD NEEDLES
+1 20005U 63014EV  16011.56101057  .00026432  00000-0  34228-1 0  9992
+2 20005  84.6407  81.1222 2866415 262.9564  64.1246  8.98917880864368
+0 DELTA 1 DEB
+1 20008U 78026HR  16016.08494834  .00000247  00000-0  21476-3 0  9993
+2 20008  98.8100  71.8773 0206546 308.4553  79.7065 13.85545715485210
+0 COSMOS 249 DEB
+1 20011U 68091DN  16018.00326703  .00000784  00000-0  93874-3 0  9998
+2 20011  62.2216 225.2150 0693803 155.1812   1.2093 12.99232446147755
+0 DELTA 1 DEB
+1 20012U 76077FM  16017.42836032  .00000437  00000-0  19644-2 0  9995
+2 20012 102.0339  89.8996 0102363 160.9268 261.9779 12.84732707103423
+0 COSMOS 839 DEB
+1 20014U 76067BT  16015.99248650  .00000195  00000-0  81101-3 0  9998
+2 20014  65.8962 210.2179 0666787 193.7432 325.2456 12.44225991  6817
+0 SL-14 DEB
+1 20016U 78100AQ  16017.64837939  .00009068  00000-0  33042-1 0  9995
+2 20016  82.6613  91.0462 0562970 205.8157 311.7003 12.50765651964244
+0 WESTFORD NEEDLES
+1 20023U 63014EZ  16018.10287197  .00005445  00000-0  33450-1 0  9996
+2 20023  84.8473 248.7574 2617956 106.9363 283.2624  8.90607448673687
+0 COSMOS 2022 (GLONASS)
+1 20024U 89039A   16016.82142095 -.00000032 +00000-0 +00000-0 0  9998
+2 20024 064.7796 080.5941 0007307 224.0711 273.5705 02.13102153207264
+0 COSMOS 2023 (GLONASS)
+1 20025U 89039B   16016.78681809 -.00000032  00000-0  00000+0 0  9994
+2 20025  64.7958  80.8030 0017819 204.2481  75.7298  2.13103789207254
+0 COSMOS 2024 (ETALON 2)
+1 20026U 89039C   16016.77823260 -.00000032  00000-0  00000+0 0  9993
+2 20026  64.7917  80.3525 0016511 222.9328 218.6804  2.13204524207383
+0 SL-12 R/B(2)
+1 20028U 89039E   16017.87330591 -.00000036  00000-0  00000+0 0  9991
+2 20028  64.8042  79.3420 0010105 308.1975 323.4794  2.13484493193309
+0 DELTA 1 DEB
+1 20029U 78026HS  16017.47304828  .00000434  00000-0  15684-3 0  9995
+2 20029  98.3682   9.8302 0065163 185.5632 326.8762 14.37046291394269
+0 OPS 4682 DEB
+1 20031U 65027BB  16017.23024122  .00000503  00000-0  17279-2 0  9993
+2 20031  90.2893 264.1362 0032501 349.5332 134.1160 12.96538103274291
+0 COSMOS 970 DEB
+1 20032U 77121BW  16016.95824339 +.00001538 +00000-0 +38325-3 0  9993
+2 20032 065.6658 215.5680 0492977 004.9956 062.0458 14.00262010119050
+0 SUPERBIRD A
+1 20040U 89041A   16016.54500416 +.00000031 +00000-0 +00000-0 0  9991
+2 20040 015.1712 006.0124 0008816 275.6836 226.8926 00.99747846096518
+0 DFS 1
+1 20041U 89041B   16015.38718012 -.00000221 +00000-0 +00000-0 0  9998
+2 20041 014.5196 021.1362 0016931 213.3868 283.0015 01.00670158086181
+0 SL-12 DEB
+1 20044U 89039F   16017.07949560 -.00000034  00000-0  00000+0 0  9991
+2 20044  64.7917  80.3340 0017512 222.5356 128.5623  2.13205075205532
+0 COSMOS 2026
+1 20045U 89042A   16017.45365932  .00000043  00000-0  28298-4 0  9996
+2 20045  82.9411 351.9458 0040577 149.9264 322.3295 13.75983233336373
+0 SL-8 R/B
+1 20046U 89042B   16017.85885338  .00000016  00000-0 -16283-6 0  9992
+2 20046  82.9391 327.9578 0043457  76.6656 340.8850 13.78045334338141
+0 OPS 4682 DEB
+1 20048U 65027BC  16010.65687277  .00001105  00000-0  36785-2 0  9998
+2 20048  90.2820 253.0853 0024876 241.2867 145.9456 12.99348138332257
+0 DELTA 1 DEB
+1 20051U 76077FN  16015.02541898 -.00000017 +00000-0 +25947-3 0  9994
+2 20051 102.2874 049.2549 0154420 193.5619 197.9390 12.14340567155784
+0 NAVSTAR 14 (USA 38)
+1 20061U 89044A   16017.09959404 -.00000054  00000-0  00000+0 0  9998
+2 20061  55.4700  15.6617 0020908 127.5405 279.2594  1.88855908189964
+0 SL-12 R/B(AUX MOTOR)
+1 20081U 89039G   16016.42926561 -.00000008  00000-0  16586-3 0  9997
+2 20081  65.1699  25.4039 5548746 283.5740 112.5095  4.38254814417385
+0 SL-12 R/B(AUX MOTOR)
+1 20082U 89039H   16016.45711355 -.00000015 +00000-0 +17473-3 0  9998
+2 20082 065.2007 044.0620 5563220 260.8392 035.5313 04.36124338416772
+0 RADUGA 1-1
+1 20083U 89048A   16016.32971171 -.00000246  00000-0  00000+0 0  9999
+2 20083  15.3561   7.9638 0016317  56.5133 146.2378  0.98710132 93701
+0 SL-12 R/B(2)
+1 20086U 89048D   16017.49897867 -.00000047  00000-0  00000+0 0  9999
+2 20086  15.6602   8.4752 0018214  50.1436 316.3957  0.97889603 95029
+0 COSMOS 1275 DEB
+1 20087U 81053MP  16016.83462457 +.00000652 +00000-0 +66705-3 0  9997
+2 20087 082.9921 057.5072 0107009 310.5483 100.5716 13.72720376331585
+0 DELTA 1 DEB
+1 20088U 76077FP  16016.94482088 -.00000002 +00000-0 +36140-3 0  9992
+2 20088 102.0190 012.9271 0085057 332.8730 054.4886 12.26483274190875
+0 COSMOS 1275 DEB
+1 20089U 81053MQ  16017.86249383  .00001243  00000-0  83912-3 0  9990
+2 20089  82.7551 169.2754 0043755   9.6383 350.5615 13.99244357201292
+0 COSMOS 397 DEB
+1 20090U 71015DU  16017.96268008  .00001229  00000-0  33141-3 0  9998
+2 20090  65.6873 217.0839 0532485  49.9510  94.0933 13.90895585212133
+0 COSMOS 1275 DEB
+1 20100U 81053MR  16016.35391528  .00000047  00000-0  54594-4 0  9992
+2 20100  82.8920 237.2560 0171789 355.1238 126.1659 13.42895835344378
+0 TITAN 3C TRANSTAGE DEB
+1 20102U 65108AC  16016.71216839 -.00000042  00000-0  69955-3 0  9990
+2 20102  26.8763 269.2376 6770855 353.0940   6.0305  2.74723672215862
+0 NADEZHDA 1
+1 20103U 89050A   16017.54698887  .00000055  00000-0  42279-4 0  9996
+2 20103  82.9586 230.2022 0036283 276.9883 143.5993 13.74519882331157
+0 SL-8 R/B
+1 20104U 89050B   16017.10778248 -.00000037  00000-0 -52033-4 0  9990
+2 20104  82.9542 195.7169 0043466 192.5747 301.8263 13.77233692333448
+0 GORIZONT 18
+1 20107U 89052A   16016.56065502 -.00000050 +00000-0 +00000-0 0  9993
+2 20107 015.1007 007.4962 0038553 248.2504 254.6420 00.99402838096598
+0 SL-12 R/B(2)
+1 20110U 89052D   16017.99123689 -.00000180  00000-0  00000+0 0  9999
+2 20110  14.0033   3.7879 0033218 170.9511 191.4888  1.03061319 99890
+0 OLYMPUS 1
+1 20122U 89053A   16017.35500242 -.00000215  00000-0  00000+0 0  9996
+2 20122  14.8166   9.0112 0017949 241.4565 300.0311  1.01370780 82291
+0 ARIANE 3 DEB
+1 20127U 88063E   16016.66197416 -.00000071 +00000-0 -97505-4 0  9991
+2 20127 008.0122 008.9287 7162320 219.4512 056.8234 02.33402727229838
+0 SL-14 DEB
+1 20129U 89080E   16018.16735348  .00002770  00000-0  11186-2 0  9997
+2 20129  82.5070 157.6451 1013146 178.0214 308.6793 12.82821299213686
+0 OPS 4682 DEB
+1 20131U 65027BD  16017.95621794 -.00000586  00000-0 -20224-2 0  9998
+2 20131  90.2966 267.6035 0034034 290.6356 128.5108 12.97981137271233
+0 COSMOS 2034
+1 20149U 89059A   16017.92885964  .00000054  00000-0  41181-4 0  9991
+2 20149  82.9427 145.6864 0031818  29.4755 109.9134 13.73402485327317
+0 SL-8 R/B
+1 20150U 89059B   16017.43385661  .00000057  00000-0  43498-4 0  9994
+2 20150  82.9415 117.4550 0027566 285.7864 119.7811 13.75614404329342
+0 TVSAT 2
+1 20168U 89062A   16017.48369509 -.00000102  00000-0  00000+0 0  9994
+2 20168  13.7265  29.2297 0004486 181.7618 341.3139  0.99841325 96514
+0 HIPPARCOS
+1 20169U 89062B   16016.91784503 -.00000064 +00000-0 +58583-3 0  9997
+2 20169 007.1231 353.3063 7199038 322.4280 004.3924 02.26132746183293
+0 ARIANE 44LP R/B
+1 20170U 89062C   16017.21704517  .00001150  00000-0  17220-2 0  9998
+2 20170   7.5938   2.9567 7112775 285.4558  11.4984  2.44375426221346
+0 THOR ABLESTAR DEB
+1 20174U 61015MK  16016.16448853  .00000082  00000-0  17116-3 0  9999
+2 20174  67.0618 276.7114 0493700 174.8964 340.3038 13.25871315210756
+0 NAVSTAR 15 (USA 42)
+1 20185U 89064A   16017.33392713  .00000091  00000-0  00000+0 0  9998
+2 20185  54.1031 219.8394 0012518 268.2450  21.6640  1.86085272185419
+0 SIRIUS W (MARCOPOLO 1)
+1 20193U 89067A   16016.43212575 -.00000090  00000-0  00000+0 0  9997
+2 20193  13.1556  32.7213 0007210 278.2934 234.4527  0.99184176 79425
+0 COSMOS 2037
+1 20196U 89068A   16017.17594348 -.00000012  00000-0  43728-4 0  9997
+2 20196  73.5670   8.2956 0026213 219.1865 218.7766 12.40579466195257
+0 SL-14 R/B
+1 20197U 89068B   16016.92762605 -.00000009 +00000-0 +62106-4 0  9990
+2 20197 073.5662 002.8072 0024723 215.8647 172.5769 12.40752009194180
+0 HIMAWARI 4 (GMS 4)
+1 20217U 89070A   16018.02880664 -.00000067  00000-0  00000+0 0  9999
+2 20217  15.4770  19.1966 0043314  50.0719 135.9491  0.97410370 95486
+0 ARIANE 3 DEB
+1 20229U 89053C   16017.64543082  .00000053  00000-0  45012-3 0  9990
+2 20229   5.9937 196.5780 7199584 254.3317  21.7043  2.30658288211029
+0 H-1 R/B(1)
+1 20230U 89070B   16017.90103733  .00203906 -45691-6  12023-2 0  9994
+2 20230  28.2282 231.9577 3630081   1.2220 359.4869  8.30410326462637
+0 COSMOS 2038
+1 20232U 89074A   16016.91455980 +.00000009 +00000-0 -10296-4 0  9994
+2 20232 082.5754 112.0368 0012765 086.4291 323.1930 12.65348008190327
+0 COSMOS 2039
+1 20233U 89074B   16017.18220485  .00000012  00000-0  57321-5 0  9999
+2 20233  82.5818 108.1247 0015578  42.2228 341.5571 12.66179216217426
+0 COSMOS 2040
+1 20234U 89074C   16017.46392575  .00000035  00000-0  13660-3 0  9992
+2 20234  82.5870 153.2322 0003568 314.0573 111.0161 12.62546315213985
+0 COSMOS 2041
+1 20235U 89074D   16017.41671387  .00000013  00000-0  10517-4 0  9994
+2 20235  82.5854 126.1988 0009941 111.1125 319.9293 12.64765029216126
+0 COSMOS 2042
+1 20236U 89074E   16016.84636718 +.00000033 +00000-0 +12383-3 0  9994
+2 20236 082.5842 132.8795 0006300 131.6261 034.7602 12.64145803330976
+0 COSMOS 2043
+1 20237U 89074F   16016.83602098  .00000030  00000-0  10828-3 0  9997
+2 20237  82.5783 136.4525 0003210 195.0621 323.9756 12.63433833214711
+0 SL-14 R/B
+1 20238U 89074G   16018.11614291  .00000013  00000-0  17081-4 0  9999
+2 20238  82.5900 238.9802 0039099 281.6138 236.7586 12.55294573207179
+0 INTERCOSMOS 24
+1 20261U 89080A   16018.07100348  .00000278  00000-0  79943-4 0  9998
+2 20261  82.5947 344.2251 1204582 206.7743 146.5991 12.55694041201184
+0 SL-14 R/B
+1 20262U 89080C   16017.51576830  .00000257  00000-0  74503-4 0  9994
+2 20262  82.5920  26.9842 1237528 354.4863   4.3574 12.48773885197229
+0 GORIZONT 19
+1 20263U 89081A   16014.02782147 -.00000363  00000-0  00000+0 0  9994
+2 20263  14.8817   7.0467 0007252 208.9873  15.0371  1.00313989 96311
+0 SL-12 R/B(2)
+1 20266U 89081D   16017.07514753 -.00000239  00000-0  00000+0 0  9993
+2 20266  14.7530   6.6571 0023529  21.1597  22.8574  1.00618445 81072
+0 MAGION 2
+1 20281U 89080B   16017.15571202  .00000300  00000-0  80699-4 0  9995
+2 20281  82.6066 328.9007 1192888 145.7244 222.7052 12.58500097202692
+0 SL-14 DEB
+1 20282U 89080D   16018.07233072  .00031826  00000-0  14151-2 0  9993
+2 20282  82.4974 153.3915 0191574  97.5914 264.7119 15.06335749132480
+0 COSMOS 839 DEB
+1 20283U 76067BW  16017.05902928 -.00000361  00000-0 -10194-2 0  9990
+2 20283  65.7176  18.3623 0642126 167.1894 308.6176 12.45187058210251
+0 COSMOS 1803 DEB *
+1 20284U 86094C   16017.60128877  .00000042  00000-0  24218-3 0  9993
+2 20284  83.1989  63.7200 0236595 181.3818 335.1924 12.30132840 97753
+0 COSMOS 1823 DEB
+1 20285U 87020DP  16018.14896720 -.00000138  00000-0 -10206-2 0  9992
+2 20285  73.6421  83.7034 0084298 178.4389 208.7175 12.29915037200559
+0 COSMOS 1980 DEB
+1 20301U 88102J   16017.61409889 -.00000023  00000-0  12981-4 0  9996
+2 20301  70.9971  81.3720 0015574 171.1484 350.7612 14.14028425367887
+0 NAVSTAR 16 (USA 47)
+1 20302U 89085A   16017.13329994 -.00000073  00000-0  00000+0 0  9992
+2 20302  55.5668 319.0656 0007228  17.5248 231.9516  1.89424391186474
+0 DELTA 2 R/B(1)
+1 20303U 89085B   16017.14910853  .00007219  00000-0  27723-3 0  9997
+2 20303  35.6326  20.7724 0117691 291.5882  67.2338 15.19534255421733
+0 METEOR 3-3
+1 20305U 89086A   16018.08918691  .00000441  00000-0  13359-2 0  9991
+2 20305  82.5454 217.5259 0007859 102.3759  15.6002 13.04592279250954
+0 SL-14 R/B
+1 20306U 89086B   16017.30864880 -.00000030  00000-0 -11176-3 0  9998
+2 20306  82.5540 103.5013 0017222  48.1272   9.6820 13.16215563260251
+0 SL-14 DEB
+1 20308U 89080G   16018.18966501  .00001120  00000-0  37099-3 0  9995
+2 20308  82.6464 168.8015 0965066  72.3437 349.8606 12.98375636223229
+0 DELTA 1 DEB
+1 20309U 76077FQ  16016.23453715  .00000107  00000-0  15916-2 0  9997
+2 20309 102.6806 113.5586 0193527  75.2351 314.8494 12.08005403121907
+0 INTELSAT 602
+1 20315U 89087A   16017.22719626 -.00000293  00000-0  00000+0 0  9997
+2 20315  11.6013  37.6872 0004585 155.0229 161.2593  0.99009512 93660
+0 ARIANE 44L R/B
+1 20316U 89087B   16017.46850607  .00008629  00000-0  17060-2 0  9996
+2 20316   7.3745  79.4511 6371913 260.1881  27.2489  3.50144377234963
+0 HIMAWARI 4 AKM
+1 20317U 89070C   16017.96700329 -.00000092  00000-0  00000+0 0  9999
+2 20317  14.9722   9.0737 0242526 321.0639 218.8500  0.98761034 85578
+0 COBE
+1 20322U 89089A   16018.11414870  .00000230  00000-0  17129-3 0  9993
+2 20322  98.9749  34.5258 0007704 262.8775 140.9469 14.04754426340905
+0 DELTA 1 R/B
+1 20323U 89089B   16017.70096599  .00000156  00000-0  49933-4 0  9998
+2 20323  97.0689  40.8976 0070427 265.7578  93.5568 14.48077721379977
+0 COBE DEB
+1 20324U 89089C   16016.96340772 +.00000318 +00000-0 +18386-3 0  9998
+2 20324 098.8238 030.6707 0011584 235.7397 181.9164 14.15893514346632
+0 THORAD AGENA D DEB
+1 20326U 70025QE  16017.93055289  .00005746  00000-0  17399-2 0  9996
+2 20326  99.8850 153.9168 0070150 110.9554  18.3003 14.41339687371311
+0 COSMOS 970 DEB *
+1 20327U 77121BY  16018.09975359  .00002484  00000-0  22413-3 0  9998
+2 20327  65.8032 191.8057 0470132 353.2979   6.1962 14.39213852205522
+0 COBE DEB
+1 20328U 89089D   16017.49688998  .00000224  00000-0  17016-3 0  9991
+2 20328  98.9776  31.7851 0001878 259.8364 216.7987 14.03776519339591
+0 COSMOS 2050
+1 20330U 89091A   16015.58813642 +.00000637 +00000-0 +00000-0 0  9991
+2 20330 067.3879 019.1500 5869948 199.1244 333.5932 02.00564655191467
+0 SL-6 R/B(2)
+1 20333U 89091D   16017.19626205  .00000082  00000-0  00000+0 0  9993
+2 20333  69.1591 314.5741 5782010 152.5576  51.6252  2.04193562168078
+0 SL-3 DEB
+1 20348U 72049C   16017.74104441  .00000086  00000-0  47994-4 0  9990
+2 20348  81.2404 114.4656 0048457 205.2782 154.6013 14.01591982225345
+0 DELTA 1 DEB
+1 20349U 76077FR  16017.34156675  .00000929  00000-0  16949-1 0  9997
+2 20349 102.5762 314.4371 0630092  50.2994  96.0247 11.32709600967026
+0 SL-14 DEB
+1 20359U 89080K   16016.33353065 +.00014821 +00000-0 +76690-3 0  9993
+2 20359 082.5326 136.8265 0206821 018.2934 036.4428 14.99397782309024
+0 THORAD AGENA D DEB
+1 20360U 70025QF  16015.91278870  .00002413  00000-0  23338-2 0  9991
+2 20360 100.4152 179.4454 0030133 337.8922 179.0740 13.80801017303513
+0 NAVSTAR 17 (USA 49)
+1 20361U 89097A   16017.12459866  .00000025  00000-0  00000+0 0  9997
+2 20361  54.0020 145.6382 0021072 258.2002  41.7771  1.89174392177382
+0 DELTA 2 R/B(1)
+1 20362U 89097B   16018.21379847  .00012458  00000-0  26878-3 0  9997
+2 20362  35.6117 334.8505 0078039 263.1497 224.6467 15.40492369419867
+0 RADUGA 24
+1 20367U 89098A   16015.56088258  .00000065  00000-0  00000+0 0  9997
+2 20367  15.1889   8.1345 0004610 197.4902 164.3625  1.00226325 94872
+0 SL-12 R/B(2)
+1 20370U 89098D   16017.34790491 -.00000165  00000-0  00000+0 0  9990
+2 20370  15.8971  10.3678 0016856  99.4518  89.9796  0.97853315 80694
+0 COSMOS 2054
+1 20391U 89101A   16016.84085454 -.00000310 +00000-0 +00000-0 0  9991
+2 20391 014.9008 008.0130 0002878 220.8878 140.4081 01.00205448095726
+0 SL-12 R/B(2)
+1 20394U 89101D   16016.44996758 -.00000095 +00000-0 +00000-0 0  9998
+2 20394 015.5174 010.0872 0010822 146.8188 048.4425 00.98247441081791
+0 SKYNET 4A
+1 20401U 90001A   16016.38522674 -.00000007  00000-0  00000+0 0  9995
+2 20401  13.0744  17.6131 0016757 220.7939 228.9271  0.98997106 91207
+0 JCSAT 2
+1 20402U 90001B   16016.44748610 -.00000079  00000-0  00000+0 0  9992
+2 20402  12.3520  45.1723 0064419 223.3972 216.3910  0.98537925 77821
+0 SKYNET 4A R/B(PAM-D2)
+1 20404U 90001D   16016.38996365  .00001518  00000-0  11436-2 0  9995
+2 20404  21.7172 308.9664 7076955 339.0999   2.5821  2.50909407215393
+0 LEASAT 5
+1 20410U 90002B   16014.53942278 -.00000344 +00000-0 +00000-0 0  9992
+2 20410 011.5282 016.0640 0003867 287.4746 144.7809 00.99599438080510
+0 LEASAT 5 PKM (SSUS-A)
+1 20411U 90002C   16016.61718325 +.00001423 +00000-0 +37829-3 0  9998
+2 20411 027.1909 136.3370 4639659 037.2579 347.3241 06.17251659492557
+0 COSMOS 1481 DEB
+1 20412U 83070F   16016.46258825 +.00000283 +00000-0 +00000-0 0  9994
+2 20412 069.0014 138.8905 6530108 013.6174 357.6786 02.04354315194485
+0 SL-12 R/B(2)
+1 20413U 83020D   16017.64680208 -.00000046  00000-0  00000+0 0  9992
+2 20413  49.4394 255.0105 6794532 144.5619   1.3665  0.24703904 16589
+0 COSMOS 2056
+1 20432U 90004A   16017.19975212  .00000050  00000-0  27570-4 0  9995
+2 20432  74.0335 283.0226 0022728 182.6589 177.4445 14.33202850358925
+0 SL-8 R/B
+1 20433U 90004B   16018.17478032  .00000131  00000-0  53527-4 0  9994
+2 20433  74.0339 223.3937 0040109 119.2702  19.9296 14.35903987361134
+0 SL-8 DEB
+1 20434U 90004C   16017.06551167  .00000422  00000-0  13637-3 0  9993
+2 20434  74.0429 228.2408 0015812 359.5288 126.1190 14.42086812361280
+0 SL-8 DEB
+1 20435U 90004D   16017.86871662  .00000695  00000-0  17474-3 0  9992
+2 20435  74.0299 323.4915 0016026 193.9883 225.5213 14.53067165369219
+0 SPOT 2
+1 20436U 90005A   16018.15764163  .00000386  00000-0  70091-4 0  9996
+2 20436  98.6986 251.6864 0147277  60.3698 301.2085 14.65880354357430
+0 OSCAR 14 (UOSAT 3)
+1 20437U 90005B   16017.83473613  .00000064  00000-0  40216-4 0  9997
+2 20437  98.6063 318.1743 0009523 257.5910 161.3258 14.32193094357293
+0 OSCAR 15 (UOSAT 4)
+1 20438U 90005C   16017.48980352  .00000032  00000-0  29073-4 0  9995
+2 20438  98.6530 319.7917 0009157 316.7717 160.7419 14.30941057356388
+0 OSCAR 16 (PACSAT)
+1 20439U 90005D   16017.84259536  .00000061  00000-0  38660-4 0  9993
+2 20439  98.5616 316.0894 0009768 244.6211 181.7766 14.32603393357472
+0 OSCAR 17 (DOVE)
+1 20440U 90005E   16017.84137716  .00000078  00000-0  44566-4 0  9990
+2 20440  98.5427 315.9368 0009920 230.0073 195.3325 14.32989414357690
+0 OSCAR 18 (WEBERSAT)
+1 20441U 90005F   16017.40435481  .00000060  00000-0  38218-4 0  9991
+2 20441  98.5467 314.8595 0010433 240.6319 230.9134 14.32652402357492
+0 OSCAR 19 (LUSAT)
+1 20442U 90005G   16017.80701914  .00000062  00000-0  38627-4 0  9999
+2 20442  98.5320 314.9557 0010815 230.7324 129.2902 14.32791509357675
+0 ARIANE 40 R/B
+1 20443U 90005H   16017.71340605  .00000211  00000-0  85280-4 0  9999
+2 20443  98.7806  41.0283 0011456  91.8795  23.6225 14.37786172360608
+0 NAVSTAR 18 (USA 50)
+1 20452U 90008A   16017.39270925 -.00000004  00000-0  00000+0 0  9996
+2 20452  55.2791 267.1201 0012528 234.7494  12.8693  1.89597232184125
+0 DELTA 2 R/B(1)
+1 20453U 90008B   16017.16475916  .00002622  00000-0  15596-3 0  9996
+2 20453  35.6275  23.1958 0299137 194.8917 164.2828 14.80583524371453
+0 COSMOS 2058
+1 20465U 90010A   16017.49804047  .00001009  00000-0  85375-4 0  9990
+2 20465  82.4887  24.4568 0014446 230.5780 129.4165 14.96960434408027
+0 SL-14 R/B
+1 20466U 90010B   16017.46149322  .00000220  00000-0  25177-4 0  9994
+2 20466  82.5050 136.0556 0019395 233.0184 126.9255 14.81177591401003
+0 CRRES DEB (CANISTER)
+1 20469U 90065T   16015.97094230  .00000405  00000-0  29162-3 0  9990
+2 20469  17.6984 219.5822 6970470 303.3641   8.2810  2.63296102183888
+0 TRANSIT 5B-1 DEB
+1 20470U 63038N   16017.71574956  .00047931  00000-0  52679-2 0  9997
+2 20470  90.0914 300.5425 0017802  12.3920  11.5800 14.87301950337693
+0 STTW-4
+1 20473U 90011A   16011.63708141 -.00000222 +00000-0 +00000-0 0  9993
+2 20473 014.7266 020.7864 0002158 112.8499 294.7953 01.00230795094842
+0 CZ-3 R/B
+1 20474U 90011B   16017.60342160  .00011430  00000-0  16326-2 0  9994
+2 20474  30.1522 216.8193 6764760  68.5628 348.0066  2.96865603249909
+0 MOS 1B (MOMO 1B)
+1 20478U 90013A   16017.52045206  .00000064  00000-0  80819-4 0  9993
+2 20478  99.2210 333.2480 0006361  69.5182  39.4518 13.95376171241691
+0 DEBUT (ORIZURU)
+1 20479U 90013B   16017.55664615 -.00000023  00000-0  11052-4 0  9997
+2 20479  99.0404 245.4266 0539841 113.4586 281.9448 12.83814065215672
+0 JAS 1B (FUJI 2)
+1 20480U 90013C   16017.88518789 -.00000023  00000-0  11580-4 0  9991
+2 20480  99.0377 242.7959 0541001 121.2121 310.6160 12.83408592215490
+0 ARIANE 3 DEB
+1 20488U 88063F   16017.81459873  .00000001  00000-0  16936-3 0  9996
+2 20488   7.2421 213.2424 4976047  57.4726  21.7177  4.97413918466429
+0 H-1 R/B
+1 20491U 90013D   16016.95571539 -.00000625 +00000-0 -11115-2 0  9993
+2 20491 099.0535 149.8172 0469025 082.4338 021.7130 13.03530840233352
+0 RADUGA 25
+1 20499U 90016A   16016.67731992  .00000089  00000-0  00000+0 0  9994
+2 20499  14.9090   8.4983 0003260 194.4653 355.1895  1.00223224 94795
+0 SL-12 R/B(2)
+1 20502U 90016D   16016.19692113 +.00000080 +00000-0 +00000-0 0  9999
+2 20502 014.9874 008.8423 0041260 143.7336 058.7661 01.00027093094704
+0 COSMOS 839 DEB *
+1 20503U 76067BX  16017.91987732  .00000288  00000-0  16884-3 0  9995
+2 20503  65.7356 192.3964 0909428 126.5848 242.2404 12.97955397211890
+0 WESTFORD NEEDLES
+1 20504U 63014FD  16015.54660149 +.00000002 +00000-0 +00000-0 0  9995
+2 20504 086.5155 039.2610 1910873 213.9604 320.5931 08.76474349088717
+0 COSMOS 1275 DEB
+1 20505U 81053MS  16017.00402671  .00001511  00000-0  59624-3 0  9991
+2 20505  83.1607  31.8722 0020113 258.1007 101.7925 14.28429388423746
+0 NADEZHDA 2
+1 20508U 90017A   16017.52312522  .00000059  00000-0  46486-4 0  9995
+2 20508  82.9558   3.2870 0042934 241.0633 240.8256 13.74219247298135
+0 SL-8 R/B
+1 20509U 90017B   16018.06979176  .00000095  00000-0  81808-4 0  9997
+2 20509  82.9544 347.1471 0043430 162.3648 197.9029 13.75518429299362
+0 OKEAN 2
+1 20510U 90018A   16018.18791068  .00001022  00000-0  83617-4 0  9996
+2 20510  82.5180 306.7100 0010925 287.9374 204.9203 14.98302063404169
+0 SL-14 R/B
+1 20511U 90018B   16018.21500199  .00000149  00000-0  16734-4 0  9999
+2 20511  82.5223  74.5871 0017694  10.2119  47.9627 14.79840636395758
+0 INTELSAT 603
+1 20523U 90021A   16016.84192728 -.00000281  00000-0  00000+0 0  9990
+2 20523  11.0433  39.1296 0004967 283.9716  49.7676  0.99481579 87509
+0 COSMOS 2061
+1 20527U 90023A   16017.37938244  .00000030  00000-0  16687-4 0  9990
+2 20527  82.9376  96.1235 0031520  26.8815  20.0034 13.72101058293438
+0 SL-8 R/B
+1 20528U 90023B   16017.21371595  .00000006  00000-0 -98022-5 0  9992
+2 20528  82.9353  85.3430 0032312  24.7329 354.6016 13.72812489294106
+0 NAVSTAR 19 (USA 54)
+1 20533U 90025A   16016.60457519 -.00000051 +00000-0 +00000-0 0  9997
+2 20533 055.4838 024.4858 0038664 147.4157 357.4624 01.91038107182333
+0 COSMOS 2063
+1 20536U 90026A   16017.67838713  .00000601  00000-0  00000+0 0  9997
+2 20536  67.3689  49.4351 6000056 191.1200 353.9027  1.99595484188341
+0 USA 55
+1 20547U 90028B   16017.08594791  .00001023  00000-0  39914-4 0  9991
+2 20547  94.0900 205.7808 0087502  31.9218 328.7285 15.23008702420456
+0 COSMOS 2064
+1 20549U 90029A   16017.47453863 -.00000004  00000-0  85517-4 0  9990
+2 20549  73.9823   7.0074 0017970 281.2382 243.9199 12.47172499174052
+0 COSMOS 2065
+1 20550U 90029B   16018.16021824 -.00000012  00000-0  29539-4 0  9998
+2 20550  73.9839 319.6772 0009176 266.9697 208.0666 12.49152752176006
+0 COSMOS 2066
+1 20551U 90029C   16017.17860400 -.00000024  00000-0 -43886-4 0  9995
+2 20551  73.9816  73.6797 0048657 127.1488 295.6685 12.59652350185754
+0 COSMOS 2067
+1 20552U 90029D   16017.41137818 -.00000013  00000-0  17373-4 0  9992
+2 20552  73.9824 115.5044 0039961 182.9343 243.5172 12.57877575184110
+0 COSMOS 2068
+1 20553U 90029E   16016.89088557 -.00000025 +00000-0 -50756-4 0  9995
+2 20553 073.9806 155.6229 0031558 221.7432 301.0563 12.56215767182228
+0 COSMOS 2069
+1 20554U 90029F   16016.95039738 -.00000003 +00000-0 +82685-4 0  9991
+2 20554 073.9788 196.2900 0022550 264.6665 263.5481 12.54485021180602
+0 COSMOS 2070
+1 20555U 90029G   16017.74093374 -.00000017  00000-0 -42567-5 0  9998
+2 20555  73.9795 236.1806 0014035 292.8760 131.9985 12.52749155179332
+0 COSMOS 2071
+1 20556U 90029H   16017.81770851 -.00000026  00000-0 -63769-4 0  9995
+2 20556  73.9825 279.5972 0002647 352.5935  76.4875 12.50888335177595
+0 SL-8 R/B
+1 20557U 90029J   16016.96563002 +.00000088 +00000-0 +92252-3 0  9993
+2 20557 073.9821 202.1302 0152278 181.9676 290.8256 12.23145483150982
+0 ASIASAT 1
+1 20558U 90030A   16015.26279593 -.00000179 +00000-0 +00000-0 0  9996
+2 20558 013.4427 031.8590 0005483 224.9227 243.2467 00.99242201008440
+0 CZ-3 R/B
+1 20559U 90030B   16016.47850919 +.00030208 +00000-0 +13242-2 0  9997
+2 20559 030.8356 068.7446 5686114 258.7815 035.5764 04.59134164040236
+0 NEWSAT-1 (PALAPA B2R)
+1 20570U 90034A   16017.38559799 -.00000344  00000-0  00000+0 0  9991
+2 20570  12.6508  35.2717 0006625  48.8406 313.0333  0.99532629 92408
+0 DELTA 2 R/B
+1 20571U 90034B   16017.19995944  .00001376  00000-0  16170-3 0  9991
+2 20571  22.7474  28.4534 0510649  16.7188 344.9467 14.11432151318894
+0 COSMOS 2074
+1 20577U 90036A   16017.57470133  .00000018  00000-0  34641-5 0  9996
+2 20577  82.9414  42.1454 0027274  15.8126  94.8749 13.74590277291419
+0 SL-8 R/B
+1 20578U 90036B   16017.53567157 -.00000056  00000-0 -72723-4 0  9992
+2 20578  82.9415  23.4500 0012486 347.6238 125.9626 13.76330990292893
+0 HST
+1 20580U 90037B   16017.50189609  .00001315  00000-0  71914-4 0  9993
+2 20580  28.4686 180.2210 0002983  22.9316  34.8289 15.08071565212186
+0 COSMOS 2076
+1 20596U 90040A   16016.27161998 -.00000456  00000-0  00000+0 0  9997
+2 20596  68.5725  32.8521 5727243 184.9185 281.0310  2.00579678188437
+0 SL-6 R/B(2)
+1 20599U 90040D   16017.74003102 -.00000433  00000-0  00000+0 0  9990
+2 20599  69.2585 313.7681 5900101 149.3447 265.1264  2.03484105191160
+0 MACSAT 1 (M 1)
+1 20607U 90043A   16017.77121052  .00000298  00000-0  42041-4 0  9995
+2 20607  89.7598   7.2382 0097491 128.4467 232.5552 14.71234155375650
+0 MACSAT 2 (M 2)
+1 20608U 90043B   16018.09859443  .00000492  00000-0  66068-4 0  9995
+2 20608  89.7644   7.1407 0091265  28.4819 332.1345 14.74856802377519
+0 SCOUT G-1 R/B
+1 20609U 90043C   16017.84311258  .00004399  00000-0  22826-3 0  9998
+2 20609  89.7858 357.1711 0039506 250.5298 109.1675 15.15276944392594
+0 COSMOS 2079 (GLONASS)
+1 20619U 90045A   16016.60236454 -.00000031 +00000-0 +00000-0 0  9995
+2 20619 064.6384 078.9452 0040720 210.0944 233.9421 02.13103103199680
+0 COSMOS 2080 (GLONASS)
+1 20620U 90045B   16016.21514311 -.00000028 +00000-0 +00000-0 0  9991
+2 20620 064.6347 078.9196 0018268 034.1544 024.0192 02.13102928199520
+0 COSMOS 2081 (GLONASS)
+1 20621U 90045C   16017.75156657 -.00000036  00000-0  00000+0 0  9995
+2 20621  64.6507  79.0784 0030258 222.1457 267.5334  2.13104588199783
+0 SL-12 R/B(2)
+1 20623U 90045E   16016.22187034 -.00000028 +00000-0 +00000-0 0  9993
+2 20623 064.6572 078.0036 0016547 344.2201 065.8756 02.13415836200134
+0 COSMOS 2082
+1 20624U 90046A   16017.85214087  .00000086  00000-0  69944-4 0  9993
+2 20624  71.0391 215.2460 0012744  95.5158 264.7418 14.14189858324198
+0 SL-16 R/B
+1 20625U 90046B   16017.82669898 -.00000275  00000-0 -11816-3 0  9991
+2 20625  70.9991 152.8486 0014166 181.9754 330.6651 14.14590168324810
+0 SL-16 DEB
+1 20626U 90046C   16016.89086987 +.00000038 +00000-0 +74742-4 0  9993
+2 20626 071.0177 085.8430 0206090 143.5405 328.9113 13.72135850284149
+0 SL-16 DEB
+1 20627U 90046D   16016.68662043 +.00000113 +00000-0 +15114-3 0  9995
+2 20627 070.9752 101.0975 0216561 246.3468 273.6050 13.70228243282418
+0 SL-16 DEB
+1 20628U 90046E   16017.52520277  .00000045  00000-0  83022-4 0  9990
+2 20628  70.9778  61.9335 0210589 186.9584 172.8584 13.71693277284040
+0 SL-16 DEB
+1 20629U 90046F   16016.55739973  .00000019  00000-0  56197-4 0  9992
+2 20629  71.0250  54.3805 0197290  79.1332  71.4258 13.73364564285570
+0 SL-12 R/B(AUX MOTOR)
+1 20630U 90045F   16017.92255246  .00000094  00000-0  45604-4 0  9995
+2 20630  65.3825 198.7732 5565780 245.9865  47.6392  4.31461205401770
+0 SL-12 R/B(AUX MOTOR)
+1 20631U 90045G   16017.22468751  .00000111  00000-0  44522-3 0  9993
+2 20631  64.9084 100.6471 5515532 304.5484  15.0615  4.45840259406827
+0 INSAT 1D
+1 20643U 90051A   16017.07930311 -.00000179  00000-0  00000+0 0  9996
+2 20643  13.9271  27.8128 0013057 107.6567  90.5890  1.00274258 80598
+0 GORIZONT 20
+1 20659U 90054A   16016.99941530 -.00000300  00000-0  00000+0 0  9997
+2 20659  15.0313   9.9948 0007746 151.8580  49.1037  1.00292082 93547
+0 SL-12 R/B(2)
+1 20662U 90054D   16015.62584424  .00000118  00000-0  00000+0 0  9991
+2 20662  14.9396   9.7056 0011890 353.3794   6.6309  1.00505437 93540
+0 COSMOS 2084
+1 20663U 90055A   16017.78962181  .00000480  00000-0  61825-4 0  9991
+2 20663  62.7933 150.8828 0108469  37.5716 323.2892 14.90952948382797
+0 SL-6 R/B(2)
+1 20666U 90055D   16017.50937053  .00000377  00000-0  50756-4 0  9990
+2 20666  62.7848  72.1314 0124215  58.0462 303.2638 14.91336315384102
+0 INTELSAT 604
+1 20667U 90056A   16017.20067053 -.00000030  00000-0  00000+0 0  9992
+2 20667  11.4775  40.1277 0009138 223.7955 190.9580  0.98432671 95807
+0 TITAN 3 R/B(2)
+1 20669U 90056C   16017.03217619  .00003747  00000-0  14674-2 0  9992
+2 20669  24.3976 304.3620 7126939   9.4097 358.7990  2.46532787214596
+0 METEOR 2-19
+1 20670U 90057A   16017.73741719  .00000016  00000-0  82694-6 0  9992
+2 20670  82.5443  63.1202 0015265 331.1695 162.4138 13.84650461291537
+0 SL-14 R/B
+1 20671U 90057B   16017.70815432  .00000015  00000-0  13358-6 0  9994
+2 20671  82.5457  62.6575 0014527 332.3994 167.3507 13.84597693291592
+0 TITAN 3C TRANSTAGE DEB
+1 20672U 65108AD  16011.39213740 -.00000199  00000-0 -13042-2 0  9998
+2 20672  27.0947  14.6069 6796538 162.0562 357.3629  2.69757881222374
+0 COSMOS 886 DEB
+1 20673U 76126CG  16017.74043062  .00004782  00000-0  95641-3 0  9990
+2 20673  65.6099  75.9241 0477752 259.1214  95.5773 14.09348747186399
+0 ARIANE 3 DEB
+1 20674U 84081E   16016.74186534 +.00000060 +00000-0 +32557-2 0  9992
+2 20674 006.8459 094.6066 6990902 153.0560 007.8111 02.40614663205860
+0 COSMOS 2085
+1 20693U 90061A   16015.59462359 -.00000079  00000-0  00000+0 0  9998
+2 20693  14.9661  10.2530 0005326 199.8664 189.7600  1.00263884 93330
+0 SL-12 R/B(2)
+1 20696U 90061D   16017.88745340 -.00000385  00000-0  00000+0 0  9999
+2 20696  14.9455  10.1792 0032996 118.7249  68.4396  1.00250990 92276
+0 TDF 2
+1 20705U 90063A   16017.14883498 -.00000133  00000-0  00000+0 0  9999
+2 20705  13.8307  31.0927 0051387 223.8927 293.9906  0.98614111 95752
+0 DFS 2
+1 20706U 90063B   16016.59220363 -.00000048 +00000-0 +00000-0 0  9990
+2 20706 012.3900 035.5112 0005978 215.7379 160.7067 00.99542623085057
+0 COSMOS 2087
+1 20707U 90064A   16016.85274590 -.00000388 +00000-0 +00000-0 0  9999
+2 20707 067.3128 058.3825 6201434 131.9917 187.0917 02.00289353186557
+0 SL-6 R/B(2)
+1 20710U 90064D   16017.79849985 -.00000646  00000-0  35086+0 0  9991
+2 20710  68.4855 330.8254 6288101 131.5869  23.3290  2.04544941190363
+0 CRRES
+1 20712U 90065A   16016.51278105  .00001011  00000-0  71776-3 0  9999
+2 20712  17.6843 136.2822 7119675 144.5858 295.3343  2.45614729215724
+0 ATLAS 1 CENTAUR R/B
+1 20713U 90065B   16016.74158647  .00000279  00000-0  35802-3 0  9998
+2 20713  17.5605 179.7483 6915517  25.7848 356.4612  2.68657444239317
+0 ARIANE 44L R/B
+1 20717U 90063C   16016.77165770 +.00000190 +00000-0 +66096-3 0  9999
+2 20717 003.9810 274.0107 7158009 120.1177 328.4709 02.33922910207104
+0 ARIANE 44L DEB (SPELDA)
+1 20718U 90063D   16016.84328578  .00000627  00000-0  62104-3 0  9996
+2 20718   5.1722 112.5718 6228057  65.9383 345.4813  3.60929453280948
+0 COSMOS 2088
+1 20720U 90066A   16016.65814418 -.00000013 +00000-0 +32204-4 0  9993
+2 20720 073.5995 090.3257 0026365 298.3595 229.9597 12.40726520153258
+0 SL-14 R/B
+1 20721U 90066B   16016.60281704 -.00000013 +00000-0 +32671-4 0  9993
+2 20721 073.5987 081.6114 0024643 291.8428 237.6657 12.41061748153770
+0 NAVSTAR 20 (USA 63)
+1 20724U 90068A   16017.18623251  .00000098  00000-0  00000+0 0  9997
+2 20724  53.6175 208.1625 0042476 271.9005  27.6650  1.87182634178715
+0 COSMOS 2090
+1 20735U 90070A   16017.84346071  .00000032  00000-0  11226-3 0  9991
+2 20735  82.5644 196.3732 0014780  89.3411  20.3331 12.65265286175193
+0 COSMOS 2091
+1 20736U 90070B   16016.87059620 +.00000017 +00000-0 +37762-4 0  9992
+2 20736 082.5755 236.6510 0003614 088.7468 040.1157 12.62473339172255
+0 COSMOS 2092
+1 20737U 90070C   16018.10764352  .00000030  00000-0  10665-3 0  9993
+2 20737  82.5659 220.0292 0004636 124.5630 356.2856 12.63260488173379
+0 COSMOS 2093
+1 20738U 90070D   16016.94895416 +.00000028 +00000-0 +95344-4 0  9995
+2 20738 082.5721 217.2205 0009067 115.2120 051.4449 12.64010306173742
+0 COSMOS 2094
+1 20739U 90070E   16018.14816787  .00000039  00000-0  15324-3 0  9995
+2 20739  82.5731 210.0249 0011852 105.1263 324.2719 12.64672370174695
+0 COSMOS 2095
+1 20740U 90070F   16017.16963755  .00000038  00000-0  14194-3 0  9999
+2 20740  82.5713 193.4477 0019392  56.5713 351.1512 12.66049300175841
+0 SL-14 R/B
+1 20741U 90070G   16016.92745288 +.00000022 +00000-0 +71404-4 0  9993
+2 20741 082.5792 308.7303 0034775 292.3906 179.3053 12.55689661166066
+0 TITAN 3C TRANSTAGE DEB
+1 20760U 65108AE  16017.39826409  .00000117  00000-0  95514-3 0  9997
+2 20760  27.0812 221.3372 6705772   6.5624 252.5160  2.82068563220997
+0 THOR 1 (MARCOPOLO 2)
+1 20762U 90074A   16016.38577263 -.00000222  00000-0  00000+0 0  9998
+2 20762  11.9249  37.8607 0005527 193.3526 193.8626  0.99213314 92765
+0 DELTA 2 R/B
+1 20763U 90074B   16017.84382450  .00002962  00000-0  27627-3 0  9993
+2 20763  24.7600 247.0253 0402004  96.9447 267.6945 14.44076569325219
+0 MARCOPOLO 2 R/B(PAM-D)
+1 20764U 90074C   16016.84231075  .00000116  00000-0  57931-3 0  9999
+2 20764  20.7398 148.1867 7272792 224.2084 354.0422  2.17572710200838
+0 BS-3A (YURI 3A)
+1 20771U 90077A   16013.76596215 -.00000134 +00000-0 +00000-0 0  9991
+2 20771 014.3009 031.4791 0014510 187.8514 000.4531 00.98811979097951
+0 COSMOS 2098
+1 20774U 90078A   16017.53150815  .00001908  00000-0  14876-3 0  9994
+2 20774  82.9461  60.7224 0825366 194.4824 163.1336 13.70613964249294
+0 SL-8 R/B
+1 20775U 90078B   16017.38022071  .00005605  00000-0  28377-3 0  9999
+2 20775  82.9312 110.7748 0604458 130.4731 235.0795 14.27075677274956
+0 SKYNET 4C
+1 20776U 90079A   16016.74204820 -.00000045  00000-0  00000+0 0  9997
+2 20776  13.5211  21.4616 0003353 281.9540  78.0384  1.00273401 92795
+0 EUTELSAT 2-F1
+1 20777U 90079B   16018.15450150 -.00000037  00000-0  00000+0 0  9995
+2 20777  13.5865  30.9372 0007664 196.6113 328.0229  0.99347643 72973
+0 FENGYUN 1B
+1 20788U 90081A   16017.77688156 -.00000222  00000-0 -11594-3 0  9997
+2 20788  98.9029  51.9786 0016913 136.3275 223.9233 14.02632633298550
+0 CZ-4 R/B
+1 20791U 90081D   16017.80592289  .00000071  00000-0  87027-4 0  9991
+2 20791  99.0350  70.9499 0053584  38.3401  71.9027 13.92595333289456
+0 CZ-4 DEB
+1 20792U 90081E   16017.04280197  .00000376  00000-0  21717-3 0  9991
+2 20792  98.7317  49.1821 0018008 131.7766 228.4949 14.14800404305181
+0 CZ-4 DEB
+1 20793U 90081F   16017.82016480  .00000419  00000-0  23747-3 0  9993
+2 20793  98.7080  49.6443 0022521  91.3078 355.5472 14.15087018305201
+0 CZ-4 DEB
+1 20797U 90081G   16017.90192308  .00000348  00000-0  20889-3 0  9995
+2 20797  98.7318  50.4410 0008734 189.2296 293.7886 14.13139030304247
+0 CZ-4 DEB
+1 20798U 90081H   16017.16072377  .00000425  00000-0  23646-3 0  9997
+2 20798  98.6804  47.9768 0010713  78.6652 281.5726 14.16199043305861
+0 GOES 2 AKM
+1 20799U 77048G   16017.36607921  .00000056  00000-0  00000+0 0  9992
+2 20799  12.3448 323.3321 0224080 348.8352 142.0324  1.00571016 79707
+0 METEOSAT 4 AKM
+1 20800U 89020E   16017.51967657  .00000036  00000-0  00000+0 0  9998
+2 20800  14.2574   3.4330 0129612 153.5510 341.8926  1.00441077 78270
+0 GOES 3 AKM
+1 20801U 78062D   16017.41291056 -.00000338  00000-0  00000+0 0  9991
+2 20801  14.3301 329.8761 0113184 337.9516 282.9376  0.99479008 92872
+0 COSMOS 2100
+1 20804U 90083A   16017.82945588  .00000037  00000-0  22153-4 0  9995
+2 20804  82.9407 103.5776 0038205  77.1774  61.9362 13.74281830271066
+0 SL-8 R/B
+1 20805U 90083B   16017.78760808  .00000056  00000-0  41595-4 0  9993
+2 20805  82.9368  84.3342 0031367  38.3991  90.4839 13.75792014272395
+0 CRRES DEB (CANISTER)
+1 20811U 90065C   16016.99500969  .00000631  00000-0  31434-3 0  9991
+2 20811  17.6872 231.0041 6977836 282.2019  13.1399  2.63105806221266
+0 METEOR 2-20
+1 20826U 90086A   16018.07439984  .00000054  00000-0  34961-4 0  9997
+2 20826  82.5259 347.8927 0012049 255.0231 151.1320 13.84202765278351
+0 SL-14 R/B
+1 20827U 90086B   16017.44791987  .00000027  00000-0  11084-4 0  9993
+2 20827  82.5275 351.4706 0011474 269.4474 202.2114 13.83872725278116
+0 NAVSTAR 21 (USA 64)
+1 20830U 90088A   16016.98814505  .00000020  00000-0  00000+0 0  9993
+2 20830  54.0588 142.0551 0019131 215.1805  73.5457  1.87754242181438
+0 SL-14 DEB
+1 20834U 89080L   16017.74990234  .00053792  00000-0  20705-2 0  9997
+2 20834  82.4567 118.3429 0182543 145.6151 215.7056 15.11998681 37448
+0 SMS 2 AKM
+1 20835U 75011F   16017.20014142 -.00000056  00000-0  00000+0 0  9992
+2 20835  12.2936 320.7416 0094814  24.4504 120.2688  0.98585734 79205
+0 SL-12 R/B(2)
+1 20836U 74060F   16013.82946480 -.00000362 +00000-0 +00000-0 0  9990
+2 20836 010.0442 313.2563 0015239 109.6237 103.9021 01.00314448007821
+0 METEOSAT 2 AKM (MAGE 1)
+1 20837U 81057F   16015.87272637 -.00000039 +00000-0 +00000-0 0  9999
+2 20837 014.6292 337.8023 0071895 108.4555 067.9038 00.99364422081584
+0 IUS R/B(1)
+1 20843U 90090C   16017.63451331  .00001983  00000-0  93692-3 0  9999
+2 20843  28.1365 148.8713 6779271 324.6830   5.1990  2.90846620253046
+0 CZ-4 DEB
+1 20846U 90081J   16017.80278860  .00000180  00000-0  22894-3 0  9999
+2 20846  98.9542 219.9168 0203456  58.2954  67.6436 13.66332142262191
+0 CZ-4 DEB
+1 20847U 90081K   16017.78793536  .00005432  00000-0  77330-3 0  9999
+2 20847  98.5730 223.4011 0017839 272.1114  87.8051 14.77181740329478
+0 CZ-4 DEB
+1 20848U 90081L   16017.77158742  .00000186  00000-0  20134-3 0  9994
+2 20848  99.0706 298.0585 0216467 173.1169 248.5708 13.74736245263902
+0 CZ-4 DEB
+1 20849U 90081M   16018.14260433  .00000752  00000-0  44053-3 0  9993
+2 20849  98.7952  71.3950 0044241 161.4946 198.7846 14.10748825299032
+0 CZ-4 DEB
+1 20850U 90081N   16016.93969078 +.00000205 +00000-0 +96582-4 0  9999
+2 20850 098.8578 018.1682 0075529 205.7076 184.2835 14.28896787319311
+0 CZ-4 DEB
+1 20852U 90081Q   16017.16776041  .00000758  00000-0  38950-3 0  9990
+2 20852  98.6658  50.8789 0017610  71.6015 288.7074 14.18127541305821
+0 CZ-4 DEB
+1 20853U 90081R   16017.21378647  .00001292  00000-0  45703-3 0  9995
+2 20853  98.4562  68.1131 0023290 266.9406 136.8459 14.36137171310052
+0 CZ-4 DEB
+1 20855U 90081T   16018.20472463 -.00000096  00000-0 -30300-4 0  9999
+2 20855  98.8670  54.8350 0025037  76.7774 333.4638 14.08607490304129
+0 CZ-4 DEB
+1 20858U 90081W   16018.09185584  .00000849  00000-0  27885-3 0  9991
+2 20858  98.5830  34.1437 0038326  81.3646 315.5692 14.40421995316886
+0 CZ-4 DEB
+1 20861U 90081Z   16017.47513571  .00001914  00000-0  52956-3 0  9998
+2 20861  98.3614  74.1719 0015297 323.0672 159.8145 14.47711007319510
+0 CZ-4 DEB
+1 20862U 90081AA  16017.84736787  .00000071  00000-0  12632-3 0  9996
+2 20862  99.0250 105.4909 0236893 323.3096 149.1799 13.59353968256353
+0 CZ-4 DEB
+1 20864U 90081AC  16017.85663608  .00000335  00000-0  25070-3 0  9993
+2 20864  99.0934  94.5725 0069000 330.3874 144.6891 14.00549024286997
+0 CZ-4 DEB
+1 20865U 90081AD  16018.15972803  .00001788  00000-0  50317-3 0  9993
+2 20865  98.2194  56.4162 0032984 252.0246 150.4584 14.46700945321123
+0 CZ-4 DEB
+1 20866U 90081AE  16017.39982433  .00000507  00000-0  33272-3 0  9998
+2 20866  98.8113  51.7595 0071412 200.6417 286.3037 14.05241481293082
+0 CZ-4 DEB
+1 20867U 90081AF  16017.04723582  .00000058  00000-0  61366-4 0  9996
+2 20867  98.8550  50.9300 0106394 201.7295 211.8874 14.03685821292873
+0 CZ-4 DEB
+1 20868U 90081AG  16018.15708446  .00000106  00000-0  13490-3 0  9990
+2 20868  99.1279  96.6240 0172541 263.6525 123.7505 13.77544588269540
+0 CZ-4 DEB
+1 20870U 90081AJ  16018.08559537  .00000287  00000-0  18912-3 0  9994
+2 20870  98.7737  48.4352 0033490 317.7312 102.3082 14.09184735297050
+0 SBS 6
+1 20872U 90091A   16016.42720359 -.00000184 +00000-0 +00000-0 0  9998
+2 20872 006.9690 054.1492 0003654 061.5371 332.5523 00.98994944008431
+0 GALAXY 6
+1 20873U 90091B   16016.32242735 +.00000059 +00000-0 +00000-0 0  9995
+2 20873 010.9186 040.2534 0005569 170.4775 220.6556 00.99764456008498
+0 ARIANE 44L R/B
+1 20874U 90091C   16017.98163337  .00353978 -57424-6  19371-2 0  9992
+2 20874   7.5722  32.3439 5404591 297.0497  18.3039  5.11653246297742
+0 CZ-4 DEB
+1 20876U 90081AL  16018.15021214  .00000655  00000-0  28268-3 0  9998
+2 20876  98.6399  48.1169 0018569 220.6265 185.3809 14.27773317313508
+0 CZ-4 DEB
+1 20877U 90081AM  16016.96595780 +.00001743 +00000-0 +48901-3 0  9995
+2 20877 098.3440 040.7521 0022507 218.9915 202.5399 14.47066353315990
+0 CZ-4 DEB
+1 20878U 90081AN  16017.15009744  .00001995  00000-0  55139-3 0  9998
+2 20878  98.3519  50.2884 0017183 318.1122  83.2350 14.47717729314702
+0 CZ-4 DEB
+1 20879U 90081AP  16018.23759838  .00000547  00000-0  39592-3 0  9992
+2 20879  99.2266 105.8590 0110576 143.6935 276.8157 13.97942734283122
+0 CZ-4 DEB
+1 20881U 90081AR  16017.63321777  .00000673  00000-0  27233-3 0  9994
+2 20881  98.5805  43.1043 0080116  41.7760 318.9501 14.29194649307468
+0 CZ-4 DEB
+1 20883U 90081AT  16017.65254264  .00000610  00000-0  27127-3 0  9997
+2 20883  98.5558  45.2934 0015100  42.3244  72.4168 14.26397155307120
+0 CZ-4 DEB
+1 20884U 90081AU  16017.15170567  .00000772  00000-0  42127-3 0  9992
+2 20884  98.7991  80.7201 0030658  61.6045 298.8213 14.14796443116744
+0 CZ-4 DEB
+1 20885U 90081AV  16017.63836921  .00000053  00000-0  77575-4 0  9997
+2 20885  99.1971  87.3051 0066680 239.0906 286.7923 13.90097799281866
+0 CZ-4 DEB
+1 20886U 90081AW  16017.86862470  .00000048  00000-0  10333-3 0  9993
+2 20886  99.0289  77.6374 0248470 137.2037 288.1214 13.53955859247726
+0 CZ-4 DEB
+1 20887U 90081AX  16016.81785994 +.00000884 +00000-0 +32254-3 0  9997
+2 20887 098.4883 038.8982 0023870 040.7326 011.3061 14.35336492312274
+0 CZ-4 DEB
+1 20888U 90081AY  16018.14608714  .00001204  00000-0  52775-3 0  9997
+2 20888  99.1831  70.7567 0225616 227.8771 130.3030 14.13020069288438
+0 CZ-4 DEB
+1 20889U 90081AZ  16018.22377721  .00000528  00000-0  37096-3 0  9995
+2 20889  99.0825  98.2452 0075872 338.0051  21.7863 14.01296354287369
+0 CZ-4 DEB
+1 20890U 90081BA  16017.55488191  .00000220  00000-0  16090-3 0  9996
+2 20890  98.8348  51.1833 0013644   1.1318 152.8432 14.05830901296096
+0 CZ-4 DEB
+1 20891U 90081BB  16017.21857095  .00000126  00000-0  17458-3 0  9997
+2 20891  99.0366 249.2518 0216357  81.7287  39.6379 13.64426538257297
+0 CZ-4 DEB
+1 20892U 90081BC  16017.46356821  .00000651  00000-0  61856-3 0  9990
+2 20892  99.0221 332.0657 0167567  50.0309  72.1112 13.78199407266222
+0 CZ-4 DEB
+1 20893U 90081BD  16017.10219156  .00001658  00000-0  50105-3 0  9994
+2 20893  98.3940  56.4709 0009107  27.0193  30.3054 14.43653696313758
+0 CZ-4 DEB
+1 20894U 90081BE  16017.54947400  .00000545  00000-0  24916-3 0  9998
+2 20894  98.6362  46.4361 0020674 299.4912 214.0642 14.25431089307644
+0 CZ-4 DEB
+1 20895U 90081BF  16017.00369397  .00001241  00000-0  40558-3 0  9997
+2 20895  98.5745  21.6919 0032554 142.4761 276.1193 14.39995584315630
+0 CZ-4 DEB
+1 20898U 90081BJ  16017.94629750  .00002412  00000-0  54285-3 0  9998
+2 20898  98.2885  11.2182 0039012 326.3484  85.8943 14.56885116324303
+0 CZ-4 DEB
+1 20899U 90081BK  16017.78363119  .00001515  00000-0  53768-3 0  9993
+2 20899  98.5525  91.9005 0015188 137.2049 341.8115 14.35835945308244
+0 CZ-4 DEB
+1 20900U 90081BL  16016.94533285 +.00001736 +00000-0 +65398-3 0  9993
+2 20900 099.0607 177.1203 0051580 269.4785 243.3386 14.32086966299638
+0 CZ-4 DEB
+1 20902U 90081BN  16017.51520932  .00000519  00000-0  39290-3 0  9994
+2 20902  99.1942 102.8350 0080574 153.9654 275.5549 13.97007271283563
+0 CZ-4 DEB
+1 20903U 90081BP  16017.00812932  .00000262  00000-0  12580-3 0  9991
+2 20903  98.7573  49.6891 0058930  64.2915   0.6520 14.26079639311751
+0 CZ-4 DEB
+1 20904U 90081BQ  16017.07019030  .00001157  00000-0  41961-3 0  9996
+2 20904  98.4435  44.7249 0026717  42.9150  16.4308 14.35003791310755
+0 CZ-4 DEB
+1 20905U 90081BR  16017.36153219  .00046756  00000-0  24399-2 0  9996
+2 20905  98.3069 158.0568 0004254 258.4306 154.1416 15.15767601326157
+0 CZ-4 DEB
+1 20906U 90081BS  16016.78634183 +.00000027 +00000-0 +61778-4 0  9991
+2 20906 099.1296 135.6413 0107096 101.4320 052.8184 13.81175656273263
+0 CZ-4 DEB
+1 20907U 90081BT  16016.77450005  .00002557  00000-0  62772-3 0  9994
+2 20907  98.3277  36.3217 0011822  27.8258  28.0307 14.53171103317607
+0 CZ-4 DEB
+1 20912U 90081BV  16018.06437139  .00000596  00000-0  26671-3 0  9996
+2 20912  98.6170  46.8201 0016106 286.3043 127.2028 14.26232833306621
+0 CZ-4 DEB
+1 20913U 90081BW  16018.06308922  .00000155  00000-0  10986-3 0  9997
+2 20913  98.7985  49.1308 0102251 315.6773  96.7985 14.08854072295976
+0 CZ-4 DEB
+1 20915U 90081BY  16017.62972464  .00000274  00000-0  14133-3 0  9998
+2 20915  98.7229  50.9722 0036836 292.9994 191.9971 14.22579618307755
+0 INMARSAT 2-F1
+1 20918U 90093A   16017.51510543 -.00000151  00000-0  00000+0 0  9997
+2 20918  10.8494  32.1925 0009329 255.1065 124.5073  0.98875536 88646
+0 GORIZONT 21
+1 20923U 90094A   16018.10133711  .00000113  00000-0  00000+0 0  9995
+2 20923  14.9654  10.7990 0008089 187.8102 345.7883  1.00357414 92302
+0 SL-12 R/B(2)
+1 20926U 90094D   16016.73628047 +.00000088 +00000-0 +00000-0 0  9998
+2 20926 014.8013 010.3977 0031526 053.9790 145.9723 01.00856706092853
+0 SATCOM C1
+1 20945U 90100A   16017.07049756  .00000028  00000-0  00000+0 0  9992
+2 20945   9.6686  42.7089 0010068 280.4076 254.5291  0.99180427 89510
+0 GSTAR 4
+1 20946U 90100B   16017.75482892 -.00000092  00000-0  00000+0 0  9992
+2 20946  11.1421  40.2269 0010192 228.5864 215.8201  0.99140783 86581
+0 ARIANE 42P R/B
+1 20947U 90100C   16018.13145366  .00004059  00000-0  10601-2 0  9995
+2 20947   7.3193  89.5237 6468969 285.3807  15.5846  3.35214530233847
+0 GORIZONT 22
+1 20953U 90102A   16015.52275699 -.00000179 +00000-0 +00000-0 0  9997
+2 20953 014.8878 011.0824 0005460 235.9218 140.1178 01.00156181092217
+0 NAVSTAR 22 (USA 66)
+1 20959U 90103A   16017.22138769  .00000088  00000-0  00000+0 0  9996
+2 20959  54.2511 185.5739 0113111  11.0844 349.1536  2.00568182184139
+0 GOES 1 AKM
+1 20962U 75100F   16017.84828406 -.00000357  00000-0  00000+0 0  9992
+2 20962  10.8104 315.6425 0294687 323.1287 229.9193  1.01934663 97355
+0 CZ-4 DEB
+1 20969U 90081CB  16017.19838380  .00000820  00000-0  31382-3 0  9999
+2 20969  98.5410  42.0396 0049059 177.9985 274.8746 14.32574163310886
+0 CZ-4 DEB
+1 20971U 90081CD  16017.32223967  .00061921  00000-0  26363-2 0  9997
+2 20971  98.5592 315.8570 0002743  19.2334 340.9002 15.22742344329585
+0 CZ-4 DEB
+1 20972U 90081CE  16017.00493187  .00000561  00000-0  23116-3 0  9993
+2 20972  98.5596  43.6284 0019672 161.2784 259.9092 14.30542547309705
+0 CZ-4 DEB
+1 20973U 90081CF  16016.74904102  .00001541  00000-0  43871-3 0  9997
+2 20973  98.5642  31.6616 0047479 304.6452 109.8382 14.46098608318936
+0 CZ-4 DEB
+1 20974U 90081CG  16016.75058397 +.00000563 +00000-0 +25856-3 0  9991
+2 20974 098.6348 045.5787 0015113 330.6979 084.7020 14.25093333306896
+0 DMSP 5D-2 F10 (USA 68)
+1 20978U 90105A   16017.50969443  .00000216  00000-0  83837-4 0  9998
+2 20978  98.5590 331.0461 0074607  60.9792 299.8845 14.37775413315926
+0 COSMOS 2109 (GLONASS)
+1 21006U 90110A   16017.67911108  .00000112  00000-0  00000+0 0  9991
+2 21006  64.1039 201.8320 0081527 186.9065 140.8732  2.13102474195440
+0 COSMOS 2110 (GLONASS)
+1 21007U 90110B   16016.91583582 +.00000111 +00000-0 +00000-0 0  9999
+2 21007 064.1278 202.1632 0043471 183.7656 115.1487 02.13100987195396
+0 COSMOS 2111 (GLONASS)
+1 21008U 90110C   16018.20471272  .00000112  00000-0  00000+0 0  9996
+2 21008  64.1055 201.8724 0012506 236.5094 353.7329  2.13098969195195
+0 SL-12 R/B(2)
+1 21011U 90110F   16016.74112914  .00000110  00000-0  00000+0 0  9990
+2 21011  64.1044 201.3894 0004268 250.4897 161.1918  2.13260255195589
+0 SL-12 R/B(AUX MOTOR)
+1 21012U 90110G   16017.43993586  .00000612  00000-0  68548-3 0  9992
+2 21012  65.2736  89.2535 5770133 218.6467  81.2215  4.27984369389875
+0 SL-12 R/B(AUX MOTOR)
+1 21013U 90110H   16017.79506238  .00007662  00000-0  95263-3 0  9992
+2 21013  64.9881 178.4822 5623955 200.7711 122.0355  4.63704335408049
+0 COSMOS 2112
+1 21014U 90111A   16017.63151478  .00000049  00000-0  26925-4 0  9991
+2 21014  74.0467  55.0105 0026542 100.0978 260.3169 14.33254495312483
+0 SL-8 R/B
+1 21015U 90111B   16018.13070075  .00000113  00000-0  48016-4 0  9998
+2 21015  74.0512   3.1487 0020975  33.4355  38.6733 14.35818386412058
+0 RADUGA 26
+1 21016U 90112A   16016.06942238  .00000029  00000-0  00000+0 0  9991
+2 21016  14.9043  11.6069 0001272 349.4437 196.2773  1.00302256 92085
+0 SL-12 R/B(2)
+1 21019U 90112D   16017.08259315 -.00000301  00000-0  00000+0 0  9998
+2 21019  14.9433  11.7411 0024660  85.1385   8.3772  1.00033141 81955
+0 COSMOS 2114
+1 21028U 90114A   16018.12015726  .00000025  00000-0  77763-4 0  9999
+2 21028  82.5793 142.5847 0003496 274.1507 138.9163 12.62709345155694
+0 COSMOS 2115
+1 21029U 90114B   16018.17890078  .00000016  00000-0  32039-4 0  9993
+2 21029  82.5700 126.9658 0003361 170.3346 235.5065 12.63454916156393
+0 COSMOS 2116
+1 21030U 90114C   16016.74960775 +.00000009 +00000-0 -78858-5 0  9991
+2 21030 082.5761 124.5230 0006065 107.6736 045.8137 12.64242080156684
+0 COSMOS 2117
+1 21031U 90114D   16017.21970266  .00000013  00000-0  97249-5 0  9990
+2 21031  82.5769 117.5529 0009601  86.4343 333.2743 12.64933617157606
+0 COSMOS 2118
+1 21032U 90114E   16017.30791810  .00000006  00000-0 -23032-4 0  9998
+2 21032  82.5668 104.2051 0012254  61.6503 359.1931 12.65474413158128
+0 COSMOS 2119
+1 21033U 90114F   16017.17496339  .00000011  00000-0  35971-5 0  9993
+2 21033  82.5733 100.9615 0014949  18.8089  42.1321 12.66277986158834
+0 SL-14 R/B
+1 21034U 90114G   16018.15597578  .00000018  00000-0  47361-4 0  9992
+2 21034  82.5641 210.7420 0038668 243.4852 186.7336 12.55507344149175
+0 RADUGA 1-2
+1 21038U 90116A   16018.15395079  .00000079  00000-0  00000+0 0  9991
+2 21038  14.9335  11.7078 0002592  49.0828 160.6251  1.00265258 91778
+0 SL-12 R/B(2)
+1 21041U 90116D   16017.51832193 -.00000066  00000-0  00000+0 0  9994
+2 21041  15.5667  13.7593 0029804 356.7519  25.7885  0.97941475 89263
+0 SL-12 R/B(2)
+1 21046U 90102D   16017.22071581 -.00000211  00000-0  00000+0 0  9990
+2 21046  15.5852  13.3790 0018214 118.8115 218.6696  0.97868984 81359
+0 NATO 4A
+1 21047U 91001A   16016.26565532 -.00000215  00000-0  00000+0 0  9991
+2 21047  12.7530  22.0059 0005255 174.9135 352.7433  0.98285133 90756
+0 DELTA 2 R/B
+1 21048U 91001B   16016.15825547 +.00000159 +00000-0 -41444-4 0  9994
+2 21048 018.4595 298.1565 1189207 223.5464 126.4712 11.85246088084670
+0 NATO 4A R/B(PAM-D)
+1 21049U 91001C   16015.46044880 +.00000026 +00000-0 -60514-3 0  9992
+2 21049 025.2905 159.6750 7082254 243.0756 100.2169 02.26549351207037
+0 ATS 5 AKM
+1 21052U 69069C   16017.88516741 -.00000221  00000-0  00000+0 0  9990
+2 21052   9.4348 312.9823 0130177 197.9894  41.9784  0.98181087 77946
+0 ITALSAT 1
+1 21055U 91003A   16017.95703528 -.00000314  00000-0  00000+0 0  9998
+2 21055  14.2813  25.4523 0014033 297.5857 244.1032  0.99958611 79166
+0 EUTELSAT 2-F2
+1 21056U 91003B   16014.80029907 -.00000165  00000-0  00000+0 0  9996
+2 21056  13.0212  33.7059 0002393 133.8274 241.0209  0.98942055 78642
+0 INFORMATOR 1
+1 21087U 91006A   16017.48633110  .00000042  00000-0  27568-4 0  9993
+2 21087  82.9422  64.1070 0036298  54.5071  58.3599 13.75224504252983
+0 SL-8 R/B
+1 21088U 91006B   16018.16983157  .00000110  00000-0  95671-4 0  9995
+2 21088  82.9405  43.8275 0021736 327.9131  96.2318 13.77020508254589
+0 COSMOS 2123
+1 21089U 91007A   16017.84520682  .00000032  00000-0  17536-4 0  9998
+2 21089  82.9242 281.0844 0030455 105.7870 321.4632 13.74628912251676
+0 SL-8 R/B
+1 21090U 91007B   16017.84045472  .00000011  00000-0 -45104-5 0  9990
+2 21090  82.9215 263.0664 0021580  39.1818 321.0896 13.76317642252967
+0 SL-8 DEB
+1 21091U 91007C   16018.11218481  .00000141  00000-0  12176-3 0  9998
+2 21091  82.9295 248.9477 0028203 355.3097 158.0273 13.79548585254853
+0 COSMOS 2125
+1 21100U 91009A   16017.86053109 -.00000007  00000-0  60821-4 0  9999
+2 21100  74.0319 333.9669 0009752 159.9125 262.8833 12.49912996137706
+0 COSMOS 2126
+1 21101U 91009B   16016.85502528 -.00000023 +00000-0 -51492-4 0  9995
+2 21101 074.0298 063.1255 0019389 337.5838 134.6947 12.46015885133838
+0 COSMOS 2127
+1 21102U 91009C   16016.93397273 -.00000006 +00000-0 +63509-4 0  9996
+2 21102 074.0299 015.4602 0007697 278.6757 103.3961 12.48125590135748
+0 COSMOS 2128
+1 21103U 91009D   16018.17659389 -.00000018  00000-0 -13995-4 0  9992
+2 21103  74.0317 289.5270 0014139  52.5212 307.7124 12.51869996139507
+0 COSMOS 2129
+1 21104U 91009E   16017.38305654 -.00000024  00000-0 -50378-4 0  9991
+2 21104  74.0284 249.2049 0024797   6.1560 105.1075 12.53687509141058
+0 COSMOS 2130
+1 21105U 91009F   16016.87525619 -.00000002  00000-0  83910-4 0  9993
+2 21105  74.0283 171.6844 0044277 277.8909 154.5257 12.57122717144117
+0 COSMOS 2131
+1 21106U 91009G   16017.78005119 -.00000014  00000-0  15198-4 0  9999
+2 21106  74.0307 129.8255 0052377 221.3305 307.5928 12.58903909145847
+0 COSMOS 2132
+1 21107U 91009H   16017.01416084 -.00000012  00000-0  26233-4 0  9993
+2 21107  74.0271 209.8825 0034495 317.9845 211.7493 12.55445253142617
+0 SL-8 R/B
+1 21108U 91009J   16017.29806916 -.00000021  00000-0 -56058-4 0  9990
+2 21108  74.0556 321.9132 0176321 311.7459 160.0755 12.18436950  2513
+0 SL-8 DEB
+1 21109U 91009K   16016.86199796 +.00000542 +00000-0 +51609-2 0  9995
+2 21109 074.0328 299.6302 0168980 321.5964 141.5487 12.19880474109310
+0 SL-8 DEB
+1 21110U 91009L   16016.98791061  .00000237  00000-0  25711-2 0  9999
+2 21110  74.0479 190.8369 0225486 219.4914 307.8014 12.09330574 99095
+0 COSMOS 2133
+1 21111U 91010A   16017.00579402 -.00000169  00000-0  00000+0 0  9995
+2 21111  14.5431  15.9103 0003227 127.4722  55.0404  1.00269729 91288
+0 SL-8 DEB
+1 21115U 91009M   16018.03178705  .00000027  00000-0  39666-3 0  9998
+2 21115  74.0395   2.6186 0181595  13.5500  44.1865 12.16492219106952
+0 MOLNIYA 1-80
+1 21118U 91012A   16017.56652894 -.00000404  00000-0  34179-2 0  9991
+2 21118  62.8788 249.9861 7207817 290.8369   9.8712  2.05242182182927
+0 SL-6 R/B(2)
+1 21121U 91012D   16016.78849664 +.00001104 +00000-0 -89325-2 0  9992
+2 21121 063.0309 216.2041 7024422 288.5857 011.2975 02.05792416018921
+0 SL-3 DEB
+1 21126U 64053C   16016.58807848 +.00000133 +00000-0 +47060-4 0  9990
+2 21126 065.0759 228.3536 0076558 290.4471 103.6990 14.64837895708214
+0 COSMOS 839 DEB
+1 21128U 76067BY  16017.40178640  .00000158  00000-0  70621-3 0  9998
+2 21128  66.0415  54.9560 0683838 245.5687 232.2995 12.40194954144853
+0 SL-12 R/B(2)
+1 21129U 91010F   16016.18558606 +.00000024 +00000-0 +00000-0 0  9995
+2 21129 014.5264 015.4671 0017864 136.1771 042.0585 01.00139313091572
+0 COSMOS 2135
+1 21130U 91013A   16018.18911910  .00000045  00000-0  28354-4 0  9992
+2 21130  82.8257 216.9933 0066873  48.8717  87.8289 13.78475338252234
+0 SL-8 R/B
+1 21131U 91013B   16017.86903846  .00000073  00000-0  55077-4 0  9999
+2 21131  82.8249 197.3775 0063559 338.5741 130.5558 13.80151763253632
+0 RADUGA 27
+1 21132U 91014A   16015.52281797 -.00000206  00000-0  00000+0 0  9996
+2 21132  15.4455  12.0709 0001745 210.1870 167.4763  1.00170304 91145
+0 SL-12 R/B(2)
+1 21135U 91014D   16016.40568378 -.00000089  00000-0  00000+0 0  9999
+2 21135  14.5884   8.8866 0021985  40.2227  54.2427  1.03430174 94013
+0 SL-8 DEB
+1 21136U 91009N   16017.45057470 -.00000016  00000-0 -34570-4 0  9991
+2 21136  73.9984  26.1108 0287330 176.7111 302.4920 11.96962420 88983
+0 SL-8 DEB
+1 21137U 91009P   16017.35731086 -.00000016  00000-0 -70823-5 0  9995
+2 21137  74.0470 325.9527 0151477 335.7805 143.3598 12.18029944107569
+0 SL-8 DEB
+1 21138U 91009Q   16016.67256838 -.00000008  00000-0  52759-4 0  9994
+2 21138  74.0824 105.5204 0216684   8.4923 144.9676 12.29140046118648
+0 ASTRA 1B
+1 21139U 91015A   16016.10907826 -.00000043  00000-0  00000+0 0  9996
+2 21139   8.5443  48.7821 0010124 236.6744 143.4787  0.98508764 78851
+0 METEOSAT 5 (MOP 2)
+1 21140U 91015B   16017.34841734 -.00000229  00000-0  00000+0 0  9996
+2 21140  14.7566  22.6144 0010790 193.2110  11.1141  0.98452986 92744
+0 INMARSAT 2-F2
+1 21149U 91018A   16016.80517838 -.00000237 +00000-0 +00000-0 0  9993
+2 21149 010.2284 033.6076 0005005 224.9567 318.2449 00.98725908005921
+0 INMARSAT 2-F2 R/B(PAM-D)
+1 21151U 91018C   16017.58517520  .00012531  00000-0  10205-2 0  9999
+2 21151  23.2508  79.9191 4326780 276.0113  37.8280  6.82643439468324
+0 NADEZHDA 3
+1 21152U 91019A   16017.25119671  .00000037  00000-0  23592-4 0  9993
+2 21152  82.9255 244.5757 0040610 231.5231 267.1560 13.74197141245956
+0 SL-8 R/B
+1 21153U 91019B   16016.71572056 +.00000159 +00000-0 +14777-3 0  9993
+2 21153 082.9229 227.1204 0029638 151.9634 253.0227 13.75817329247247
+0 SL-8 DEB
+1 21154U 91009R   16016.24193939 +.00000267 +00000-0 +32528-2 0  9993
+2 21154 074.2586 120.1176 0195314 231.9282 155.6618 12.01038669092565
+0 SL-8 DEB
+1 21155U 91009S   16016.84188799 +.00000004 +00000-0 +15572-3 0  9998
+2 21155 073.9250 325.8808 0143103 118.8350 272.1625 12.30659352119769
+0 SL-8 DEB
+1 21156U 91009T   16016.59028935 -.00000013  00000-0  14547-4 0  9999
+2 21156  73.9119 247.5921 0146361  40.6322 346.2884 12.33837833120240
+0 SL-8 DEB
+1 21157U 91009U   16016.82287779  .00000004  00000-0  17047-3 0  9995
+2 21157  73.9517 127.2543 0175307 261.2748 269.9006 12.24096387111431
+0 SL-8 DEB
+1 21158U 91009V   16017.34119041  .00000013  00000-0  26997-3 0  9994
+2 21158  74.1007  97.0798 0141453  40.6216  24.5075 12.13879458102144
+0 SL-8 DEB
+1 21159U 91009W   16017.13210428 -.00000009  00000-0  47882-4 0  9996
+2 21159  73.9420  15.7090 0143566 144.5483 294.2226 12.29006769115872
+0 SL-8 DEB
+1 21160U 91009X   16016.90622663  .00000017  00000-0  28023-3 0  9993
+2 21160  74.0386 180.2935 0131104 166.1545   2.3074 12.24717481111989
+0 SL-8 DEB
+1 21161U 91009Y   16017.00410036 -.00000019  00000-0 -41726-4 0  9995
+2 21161  74.0758 318.4235 0132866 279.1206 152.6753 12.19403682107174
+0 SL-8 DEB
+1 21162U 91009Z   16016.88807015 -.00000015  00000-0 -16294-5 0  9997
+2 21162  73.9770  67.8984 0136811 141.3801 329.7089 12.27789199114781
+0 SL-8 DEB
+1 21163U 91009AA  16016.93870692 +.00000028 +00000-0 +35270-3 0  9990
+2 21163 073.9449 349.5791 0136005 109.5903 281.7248 12.30613222116766
+0 SL-8 DEB
+1 21164U 91009AB  16016.97007562 -.00000010 +00000-0 +50044-4 0  9992
+2 21164 074.0435 242.9030 0126388 235.6007 233.3061 12.21995121108033
+0 SL-8 DEB
+1 21165U 91009AC  16016.88024520 -.00000122 +00000-0 -11165-2 0  9990
+2 21165 074.1606 175.8574 0159871 024.2592 046.7505 12.12111320100094
+0 SL-8 DEB
+1 21166U 91009AD  16016.84549727 -.00000027  00000-0 -11329-3 0  9995
+2 21166  74.0653 318.5542 0123040 300.2007  87.8445 12.19156127106898
+0 SL-8 DEB
+1 21167U 91009AE  16017.89148609 -.00000035  00000-0 -16346-3 0  9999
+2 21167  73.9164 350.0549 0136950 160.6909 229.2921 12.29276924116256
+0 SL-8 DEB
+1 21168U 91009AF  16016.44303748 -.00000002 +00000-0 +11746-3 0  9999
+2 21168 073.8978 012.8197 0199855 220.0295 296.7142 12.27670257114216
+0 SL-8 DEB
+1 21169U 91009AG  16016.88149461 -.00000008 +00000-0 +65442-4 0  9997
+2 21169 073.9935 190.4722 0132429 259.6405 169.7973 12.22842301110069
+0 SL-8 DEB
+1 21170U 91009AH  16016.76611659 +.00000073 +00000-0 +88039-3 0  9996
+2 21170 074.1123 124.2321 0150849 053.2414 100.5332 12.12924501101005
+0 SL-8 DEB
+1 21171U 91009AJ  16018.14428307  .00000007  00000-0  19973-3 0  9995
+2 21171  73.9499 178.4771 0194438 319.8123 156.5121 12.21692299109370
+0 SL-8 DEB
+1 21172U 91009AK  16017.71457370 -.00000016  00000-0 -17404-4 0  9990
+2 21172  74.0350 110.3424 0132664  90.2805  26.9586 12.27658113114733
+0 SL-8 DEB
+1 21173U 91009AL  16017.76205356 -.00000023  00000-0 -75984-4 0  9996
+2 21173  74.1124 348.1002 0137565 247.3913 189.9153 12.19211571107069
+0 SL-8 DEB
+1 21174U 91009AM  16017.53292970  .00000228  00000-0  27012-2 0  9992
+2 21174  74.0897  35.5622 0275959  39.2003 118.2469 11.99174654 88643
+0 SL-8 DEB
+1 21175U 91009AN  16018.17877050 -.00000008  00000-0  53938-4 0  9997
+2 21175  73.9358  19.1865 0146598 159.7394 278.3881 12.28541617115612
+0 SL-8 DEB
+1 21176U 91009AP  16018.08420400 -.00000024  00000-0 -80957-4 0  9991
+2 21176  74.0656 334.6530 0207055 306.9272 180.2489 12.18004897106042
+0 SL-8 DEB
+1 21177U 91009AQ  16016.71163044 -.00000228 +00000-0 -21830-2 0  9997
+2 21177 074.1082 111.7817 0144798 045.4407 108.4071 12.13453240101441
+0 SL-8 DEB
+1 21178U 91009AR  16017.53701483  .00000004  00000-0  18087-3 0  9995
+2 21178  74.0963  41.6972 0141222 333.8991 197.3170 12.16288088107063
+0 SL-8 DEB
+1 21179U 91009AS  16016.82369412 +.00000147 +00000-0 +15938-2 0  9998
+2 21179 073.9919 331.3353 0120727 081.8158 293.2128 12.16199268106695
+0 SL-8 DEB
+1 21180U 91009AT  16016.77427218 -.00000052 +00000-0 -32005-3 0  9995
+2 21180 074.0636 129.0656 0105287 057.2617 096.8952 12.28466045113428
+0 SL-8 DEB
+1 21181U 91009AU  16016.81674922 +.00000046 +00000-0 +54549-3 0  9995
+2 21181 073.9471 172.0706 0206491 317.8354 108.8801 12.22285956109213
+0 SL-8 DEB
+1 21182U 91009AV  16017.53543862  .00000045  00000-0  54843-3 0  9990
+2 21182  73.9957 230.5338 0154074 303.4122  79.4814 12.21543396108600
+0 SL-8 DEB
+1 21183U 91009AW  16017.19709825 -.00000152  00000-0 -14991-2 0  9996
+2 21183  74.1871 325.8311 0217249 161.7636 330.5205 12.05546919 93443
+0 SL-8 DEB
+1 21184U 91009AX  16016.85074959 -.00000031 +00000-0 -15172-3 0  9991
+2 21184 074.0264 292.0943 0133014 334.0941 127.7226 12.19065801105350
+0 SL-8 DEB
+1 21185U 91009AY  16016.88778818 +.00000124 +00000-0 +13156-2 0  9990
+2 21185 074.0239 350.2683 0204163 038.6935 347.9271 12.16083687103505
+0 SL-8 DEB
+1 21186U 91009AZ  16017.44018150  .00000130  00000-0  14650-2 0  9997
+2 21186  74.1039 122.6594 0146743  66.3536   6.4595 12.12893084101028
+0 SL-8 DEB
+1 21187U 91009BA  16016.79825765 +.00000147 +00000-0 +16880-2 0  9998
+2 21187 074.2486 297.0794 0177341 025.5262 006.0653 12.09206302097400
+0 MOLNIYA 3-40
+1 21196U 91022A   16017.59798914 -.00001107  00000-0  25162-2 0  9998
+2 21196  63.1004 235.8382 7146783 290.8922  10.1489  2.03022217182108
+0 SL-6 R/B(2)
+1 21199U 91022D   16015.68100043 +.00000640 +00000-0 -29929-1 0  9994
+2 21199 063.1671 199.5961 6955557 286.9623 009.9614 02.05831755186253
+0 SL-8 DEB
+1 21208U 91009BB  16016.96994010 +.00000084 +00000-0 +80064-3 0  9997
+2 21208 073.9590 001.0775 0146364 099.0778 293.6498 12.30669339113785
+0 SL-8 DEB
+1 21209U 91009BC  16016.97116631 +.00000006 +00000-0 +18301-3 0  9993
+2 21209 074.0350 202.3257 0134505 197.6258 331.4428 12.23663793107928
+0 SL-8 DEB
+1 21210U 91009BD  16016.94507612 -.00000026 +00000-0 -10502-3 0  9994
+2 21210 074.0943 018.4880 0138033 312.1602 069.5515 12.17384327102199
+0 SL-8 DEB
+1 21211U 91009BE  16016.93990300 -.00000132 +00000-0 -10701-2 0  9992
+2 21211 074.0973 344.6442 0203018 259.5149 128.6428 12.19278188103456
+0 SL-8 DEB
+1 21212U 91009BF  16018.16961885 -.00000223  00000-0 -22160-2 0  9999
+2 21212  74.1571 278.6137 0232649 145.8003 327.8842 12.06835290 93042
+0 COSMOS 2139 (GLONASS)
+1 21216U 91025A   16017.65383314 -.00000035  00000-0  00000+0 0  9995
+2 21216  64.4225  76.1774 0014746 223.3192 136.6253  2.13104302192951
+0 COSMOS 2140 (GLONASS)
+1 21217U 91025B   16017.31910169 -.00000034  00000-0  00000+0 0  9992
+2 21217  64.4148  76.1143 0022575 227.5610 139.7559  2.13101031192944
+0 COSMOS 2141 (GLONASS)
+1 21218U 91025C   16016.61881105 -.00000031 +00000-0 +00000-0 0  9990
+2 21218 064.4101 076.0643 0003903 253.6245 257.3009 02.13103392192899
+0 SL-12 R/B(AUX MOTOR)
+1 21220U 91025F   16016.57665506 +.00000054 +00000-0 +10116-3 0  9999
+2 21220 065.1775 249.5779 5522223 294.2608 018.7663 04.39413541383150
+0 SL-12 R/B(2)
+1 21221U 91025E   16016.42689064 -.00000030 +00000-0 +00000-0 0  9992
+2 21221 064.4177 075.9389 0012604 223.0907 173.6363 02.13166132192934
+0 ANIK E2
+1 21222U 91026A   16016.94026250 -.00000283 +00000-0 +00000-0 0  9993
+2 21222 010.6161 041.8504 0008699 269.2602 271.1343 00.99129793079340
+0 ARIANE 44P R/B
+1 21223U 91026B   16017.34711205  .00000039  00000-0  54970-3 0  9996
+2 21223   4.1306 327.8167 7185440 179.5360 182.4307  2.30731682184741
+0 SL-12 R/B(AUX MOTOR)
+1 21226U 91025G   16016.49557723 +.00002170 +00000-0 +89146-3 0  9997
+2 21226 064.7881 029.2554 4803119 269.8858 037.2857 05.86105842428384
+0 SPACENET 4 (ASC 2)
+1 21227U 91028A   16017.50098230 -.00000350  00000-0  00000+0 0  9994
+2 21227  10.1099  42.8894 0006764 223.6490 159.9910  0.99571524 88518
+0 DELTA 2 R/B
+1 21228U 91028B   16017.50374057  .00000216  00000-0  17209-4 0  9993
+2 21228  24.0003 269.2154 1143781 253.4545 155.9732 12.53215718132911
+0 SPACENET 4 R/B(PAM-D)
+1 21229U 91028C   16018.22049200 -.00000019  00000-0  00000+0 0  9991
+2 21229  22.2050 295.1997 6894483 101.9306 133.4334  2.19698689198875
+0 COSMOS 2142
+1 21230U 91029A   16017.50897630  .00000045  00000-0  32577-4 0  9999
+2 21230  82.9566 162.6798 0037697 351.5902  74.1369 13.73086696240579
+0 SL-8 R/B
+1 21231U 91029B   16017.44013581  .00000070  00000-0  57192-4 0  9996
+2 21231  82.9539 131.4408 0034147 231.9398 195.1174 13.75701326242733
+0 METEOR 3-4
+1 21232U 91030A   16016.92571900 +.00000208 +00000-0 +51227-3 0  9990
+2 21232 082.5432 355.0595 0011990 303.5925 084.9009 13.16612259188558
+0 SL-14 R/B
+1 21233U 91030B   16018.11251477  .00000228  00000-0  56668-3 0  9994
+2 21233  82.5470   0.2723 0016144 322.3941 165.8076 13.16327810188599
+0 SL-8 DEB
+1 21234U 91009CT  16017.93167650  .00000143  00000-0  12734-2 0  9990
+2 21234  74.0093   0.3339 0125000   4.7777  23.2405 12.32407876118292
+0 SL-8 DEB
+1 21249U 91009BG  16017.47644807 -.00000039  00000-0 -21828-3 0  9990
+2 21249  74.0716 263.0314 0124021 213.7407 212.9998 12.22128383109404
+0 SL-8 DEB
+1 21250U 91009BH  16017.29827046  .00000059  00000-0  70960-3 0  9991
+2 21250  74.0637 334.6438 0141966 317.7626 216.0080 12.18568863106179
+0 SL-8 DEB
+1 21251U 91009BJ  16017.68592859 -.00000159  00000-0 -10876-2 0  9998
+2 21251  73.9528 249.8921 0150379 326.0762  90.4852 12.35714551121380
+0 SL-8 DEB
+1 21252U 91009BK  16016.60304334 +.00000006 +00000-0 +17679-3 0  9997
+2 21252 074.1033 237.5177 0125199 119.1357 271.4822 12.24595649111194
+0 SL-8 DEB
+1 21253U 91009BL  16017.17147113  .00000136  00000-0  15036-2 0  9999
+2 21253  74.1145  91.8606 0147613   8.6010  20.0386 12.14533969102717
+0 SL-8 DEB
+1 21254U 91009BM  16016.94995523 +.00000003 +00000-0 +14139-3 0  9997
+2 21254 073.8909 106.6514 0189947 278.8175 198.7843 12.39300811124916
+0 SL-8 DEB
+1 21255U 90111C   16018.17502530  .00000449  00000-0  13950-3 0  9994
+2 21255  74.0397 291.7969 0014899 297.3864 190.5991 14.43815212316274
+0 SL-8 DEB
+1 21256U 91009BN  16018.14925641 -.00000102  00000-0 -12389-2 0  9993
+2 21256  73.9782 285.7020 0247265 183.5821 295.2334 11.83918457 71421
+0 COSMOS 1275 DEB *
+1 21257U 81053MT  16016.68825126 +.00000151 +00000-0 +13715-3 0  9993
+2 21257 082.9198 270.1037 0034457 063.4810 316.1493 13.76783613250471
+0 NOAA 12
+1 21263U 91032A   16017.52991014  .00000011  00000-0  22979-4 0  9990
+2 21263  98.6106  45.9740 0013517 354.4787   5.6242 14.25795724283109
+0 DELTA 1 DEB
+1 21268U 75052D   16016.80417709  .00000231  00000-0  75067-3 0  9992
+2 21268  99.9044 314.7533 0200703 358.5094  26.1347 13.05999499177352
+0 DELTA 1 DEB
+1 21269U 75052E   16016.71627203  .00000007  00000-0  10958-3 0  9994
+2 21269  99.7738  92.0700 0118727  19.4102 137.9569 13.22934807192535
+0 DELTA 1 DEB
+1 21270U 75052F   16016.94766894 +.00000410 +00000-0 +17724-2 0  9996
+2 21270 099.4334 004.5045 0453821 058.7779 331.7117 12.57689889130437
+0 DELTA 1 DEB
+1 21271U 75052G   16017.71693583 -.00000321  00000-0 -78998-3 0  9991
+2 21271  99.6037  68.7917 0257363  27.5227  90.4460 13.01536289173145
+0 DELTA 1 DEB
+1 21272U 75052H   16017.28822019 -.00000209  00000-0 -51347-3 0  9996
+2 21272  99.8974 136.3830 0309781 125.8305 265.9423 12.92689004 98344
+0 DELTA 1 DEB
+1 21273U 75052J   16017.62795631 -.00000010  00000-0  65910-4 0  9995
+2 21273 100.1742 261.7570 0036723  65.5326 323.8634 13.37549154985090
+0 DELTA 1 DEB
+1 21275U 75052L   16016.94479300 +.00000016 +00000-0 +96959-4 0  9995
+2 21275 100.1857 188.7316 0034110 168.3211 345.4802 13.51298144218382
+0 DELTA 1 DEB
+1 21276U 75052M   16016.65962057 -.00000028  00000-0  36606-4 0  9997
+2 21276 100.4005 240.9461 0046267 159.7007 234.5252 13.35238994204208
+0 DELTA 1 DEB
+1 21277U 75052N   16017.83381082  .00000075  00000-0  27760-3 0  9993
+2 21277  99.6599  26.9931 0134018 159.7639 324.3429 13.18508926188855
+0 DELTA 1 DEB
+1 21278U 75052P   16018.15954318  .00000159  00000-0  65635-3 0  9994
+2 21278  99.8417 255.9134 0391904 230.8387 287.8015 12.76868083151306
+0 DELTA 1 DEB
+1 21279U 75052Q   16017.67081907  .00000005  00000-0  69501-4 0  9993
+2 21279  99.7163 257.9126 0055765 337.5352  86.5945 13.56872121223398
+0 DELTA 1 DEB
+1 21280U 75052R   16016.66967803  .00000021  00000-0  92943-4 0  9995
+2 21280  99.7885 261.2898 0051621  57.1432 326.5514 13.55437708222098
+0 DELTA 1 DEB
+1 21281U 75052S   16017.54150214 -.00000008  00000-0  66303-4 0  9991
+2 21281  99.7480  58.0770 0057751  82.3195  91.1338 13.33804808202875
+0 DELTA 1 DEB
+1 21282U 75052T   16017.30557647  .00000016  00000-0  13041-3 0  9995
+2 21282  99.8100 137.8787 0099304 299.6675 114.6610 13.24434994194460
+0 DELTA 1 DEB
+1 21283U 75052U   16017.48016299  .00000099  00000-0  41665-3 0  9992
+2 21283  99.7894 105.4898 0243976 223.9393 201.0148 12.97283093169715
+0 DELTA 1 DEB
+1 21284U 75052V   16018.20091194  .00000022  00000-0  13095-3 0  9993
+2 21284  99.7125 242.3218 0077772 104.9360   4.9108 13.30706092199964
+0 DELTA 1 DEB
+1 21285U 75052W   16017.17553112 -.00000046  00000-0 -15746-5 0  9997
+2 21285 100.1278 262.0470 0019289 201.9693 316.4726 13.41003476209468
+0 DELTA 1 DEB
+1 21286U 75052X   16016.85636775 -.00000018 +00000-0 +50459-4 0  9996
+2 21286 099.9091 297.8699 0053417 332.6152 068.4580 13.33266183202337
+0 DELTA 1 DEB
+1 21287U 75052Y   16017.06914861 -.00000048  00000-0 -21074-4 0  9991
+2 21287  99.6775  40.2446 0131137 173.6279 250.1466 13.17781553188705
+0 DELTA 1 DEB
+1 21288U 75052Z   16016.72007932 -.00000039 +00000-0 -12478-4 0  9994
+2 21288 099.6876 097.3445 0353652 207.4281 309.8757 12.75378383149996
+0 DELTA 1 DEB
+1 21289U 75052AA  16016.73286385 +.00000383 +00000-0 +12382-2 0  9999
+2 21289 099.9865 281.5565 0245098 309.5863 072.7467 12.99253445170391
+0 DELTA 1 DEB
+1 21290U 75052AB  16016.72796453  .00000179  00000-0  94242-3 0  9991
+2 21290  99.5558 290.4297 0512936 120.7052 272.1780 12.42941721120411
+0 DELTA 1 DEB
+1 21291U 75052AC  16018.07680822  .00000143  00000-0  17005-3 0  9997
+2 21291  99.8158 325.6054 0139707 244.1288 177.3505 13.80709002242846
+0 DELTA 1 DEB
+1 21292U 75052AD  16017.37466713  .00000252  00000-0  35628-3 0  9993
+2 21292  99.8401 166.6191 0227157 221.7959 195.1161 13.56835871221666
+0 DELTA 1 DEB
+1 21293U 75052AE  16017.54180707  .00000121  00000-0  50697-3 0  9997
+2 21293  99.9309 133.2872 0274008 169.2509 254.4660 12.91099271162543
+0 DELTA 1 DEB
+1 21294U 75052AF  16016.75268700 +.00000026 +00000-0 +19647-3 0  9994
+2 21294 099.8865 134.5087 0251386 068.8968 094.3103 12.93753006164505
+0 DELTA 1 DEB
+1 21295U 75052AG  16018.15220337  .00000026  00000-0  12721-3 0  9991
+2 21295 100.1082 230.0187 0019507 206.2101 271.8886 13.41823431207805
+0 DELTA 1 DEB
+1 21296U 75052AH  16016.32100512 +.00000187 +00000-0 +56424-3 0  9997
+2 21296 099.6171 157.6810 0238126 100.4259 293.5541 13.09502231178131
+0 DELTA 1 DEB
+1 21297U 75052AJ  16017.76123373  .00000081  00000-0  25082-3 0  9996
+2 21297  99.9336 307.9812 0071170  80.1022 309.2079 13.32549264199829
+0 COSMOS 2143
+1 21299U 91033A   16017.05064713  .00000013  00000-0  13778-4 0  9994
+2 21299  82.5718 218.3340 0012940  57.2374 111.3242 12.63833549138203
+0 COSMOS 2144
+1 21300U 91033B   16018.13221239  .00000021  00000-0  57651-4 0  9992
+2 21300  82.5751 236.4080 0005106  86.3518 273.8156 12.62303133136930
+0 COSMOS 2145
+1 21301U 91033C   16016.93757774 +.00000020 +00000-0 +51856-4 0  9997
+2 21301 082.5654 221.7372 0008661 083.3057 276.9020 12.63064220137294
+0 COSMOS 2146
+1 21302U 91033D   16017.48723878  .00000020  00000-0  52624-4 0  9991
+2 21302  82.5729 212.1567 0015849  42.7984 317.4339 12.64471110138816
+0 COSMOS 2147
+1 21303U 91033E   16018.15534494  .00000029  00000-0  99708-4 0  9994
+2 21303  82.5644 198.3084 0018495  22.8098  26.8346 12.65067223139432
+0 COSMOS 2148
+1 21304U 91033F   16018.13379325  .00000030  00000-0  10384-3 0  9997
+2 21304  82.5712 194.7032 0022491 347.4556 103.1017 12.65891663140167
+0 SL-14 R/B
+1 21305U 91033G   16018.22162731  .00000006  00000-0 -23065-4 0  9994
+2 21305  82.5675 305.5340 0036786 240.5935 228.6371 12.54795832130261
+0 DELTA 1 DEB
+1 21317U 75052AK  16015.82662826  .00001110  00000-0  21771-2 0  9999
+2 21317 100.0741 331.2179 0231495   2.3566  24.5254 13.28657556174542
+0 DELTA 1 DEB
+1 21318U 75052AL  16017.83323464  .00003066  00000-0  13153-2 0  9992
+2 21318  99.3856  44.1467 0179445 290.7353 142.2743 14.17348954246755
+0 DELTA 1 DEB
+1 21319U 75052AM  16017.36412199  .00000788  00000-0  22276-2 0  9999
+2 21319  99.6914 152.1142 0236832 309.2270 104.6712 13.05352130174050
+0 DELTA 1 DEB
+1 21320U 75052AN  16016.99600102  .00000122  00000-0  17395-3 0  9991
+2 21320  99.6226 167.7098 0129573 212.0169 261.7340 13.72021428233876
+0 DELTA 1 DEB
+1 21324U 75052AS  16016.96516742 +.00001097 +00000-0 +27410-2 0  9998
+2 21324 099.5747 000.7788 0320802 057.7200 009.0617 13.04934656169001
+0 DELTA 1 DEB
+1 21325U 75052AT  16017.86990199  .00001579  00000-0  13291-2 0  9998
+2 21325  99.7401 133.1770 0126188 185.4445 295.5404 13.85981483234338
+0 DELTA 1 DEB
+1 21326U 75052AU  16017.23073807  .00000057  00000-0  18749-3 0  9992
+2 21326 100.2040 255.1563 0030493 252.2297 233.3201 13.40805598206351
+0 DELTA 1 DEB
+1 21327U 75052AV  16016.85250102 -.00000033  00000-0  59906-5 0  9992
+2 21327  99.7279 330.7121 0281467 105.3770 287.3837 12.89627913160944
+0 DELTA 1 DEB
+1 21329U 75052AX  16017.73702898  .00002280  00000-0  13264-2 0  9995
+2 21329  99.7004  71.3609 0229811  34.9074  78.3449 13.97347577232560
+0 DELTA 1 DEB
+1 21330U 75052AY  16016.62877359  .00000195  00000-0  37762-3 0  9992
+2 21330 100.3491 251.7955 0309027  16.7579   8.7373 13.32838173198644
+0 DELTA 1 DEB
+1 21331U 75052AZ  16016.65868764 -.00000010  00000-0  65787-4 0  9992
+2 21331 100.1490 260.9161 0025817 304.8254  85.1398 13.39376457207800
+0 SL-8 DEB
+1 21332U 91009CP  16017.43530522  .00000487  00000-0  48839-2 0  9992
+2 21332  74.1964 150.0659 0153466 288.8656 130.8690 12.16569649 56858
+0 DELTA 1 DEB
+1 21333U 75052BB  16017.57480178 -.00000014  00000-0  51227-4 0  9993
+2 21333  99.8610 242.5709 0004123 115.3243 298.8056 13.45030463213020
+0 DELTA 1 DEB
+1 21335U 75052BD  16016.72729051 +.00005836 +00000-0 +52996-2 0  9995
+2 21335 099.1430 299.5120 0064636 322.3945 066.7747 13.82908528212674
+0 DELTA 1 DEB
+1 21336U 75052BE  16017.55764728 -.00006852  00000-0 -14419-1 0  9996
+2 21336  99.2090 261.2202 0158079 161.4958 271.4178 13.26343044185919
+0 DELTA 1 DEB
+1 21338U 75052BG  16017.21904814 -.00000038  00000-0  55258-5 0  9992
+2 21338  99.6415 124.0675 0061318 107.6875 282.3596 13.34518591201403
+0 DELTA 1 DEB
+1 21339U 75052BH  16016.86865405 +.00000034 +00000-0 +25514-3 0  9990
+2 21339 099.5660 347.4314 0374619 246.4222 138.6844 12.73176342145395
+0 DELTA 1 DEB
+1 21341U 75052BK  16017.23359935  .00000110  00000-0  52874-3 0  9995
+2 21341  99.7698 284.3591 0499878 160.6992   4.4374 12.57600134131805
+0 DELTA 1 DEB
+1 21342U 75052BL  16017.75856692  .00001049  00000-0  46719-3 0  9998
+2 21342 100.0057 184.5096 0160160  72.5330  41.5452 14.18749671264162
+0 DELTA 1 DEB
+1 21343U 75052BM  16017.16231305  .00002359  00000-0  14303-2 0  9990
+2 21343  98.7006 105.2778 0100209 230.3732 128.8560 14.04838138235298
+0 DELTA 1 DEB
+1 21345U 75052BP  16017.38565091 -.00000112  00000-0 -19449-3 0  9992
+2 21345  99.4219 311.5695 0191796 294.2710 189.1102 13.09279047176793
+0 DELTA 1 DEB
+1 21346U 75052BQ  16017.98393089 -.00016067  00000-0 -14147-1 0  9999
+2 21346  99.2227 173.2152 0164507  38.2100  82.4480 13.79277556198014
+0 DELTA 1 DEB
+1 21347U 75052BR  16017.91766046  .00004171  00000-0  74102-2 0  9999
+2 21347  99.3760 153.6198 0442662 320.9582 158.3836 13.10462311164455
+0 DELTA 1 DEB
+1 21350U 75052BU  16017.48254366  .00017425  00000-0  22979-2 0  9993
+2 21350  99.3767 207.1500 0014436 343.2334  68.9853 14.80092333255980
+0 DELTA 1 DEB
+1 21351U 75052BV  16016.68312748 +.00000000 +00000-0 +87572-4 0  9997
+2 21351 099.8999 284.1927 0066221 081.2993 308.8897 13.31334956197917
+0 DELTA 1 DEB
+1 21352U 75052BW  16017.54516350  .00000803  00000-0  18771-2 0  9993
+2 21352  99.5093  35.6060 0299125 141.3713  11.4664 13.11995184174723
+0 DELTA 1 DEB
+1 21353U 75052BX  16016.17004522 -.00000111  00000-0 -36138-3 0  9997
+2 21353  99.5553 265.0091 0521850 234.9353 254.5455 12.40301996116109
+0 DELTA 1 DEB
+1 21354U 75052BY  16017.07484753  .00000710  00000-0  15253-2 0  9993
+2 21354  99.4942 187.6845 0232744  92.0258  23.0236 13.23539405184825
+0 DELTA 1 DEB
+1 21355U 75052BZ  16016.96720091 -.00000030 +00000-0 +26351-4 0  9998
+2 21355 099.7109 277.5145 0149427 247.9950 177.7808 13.13982156182487
+0 DELTA 1 DEB
+1 21356U 75052CA  16017.27699734  .00000023  00000-0  13216-3 0  9999
+2 21356  99.7203 124.9144 0093469  59.3754 356.8566 13.30036583196689
+0 DELTA 1 DEB
+1 21358U 75052CC  16017.04601736  .00000151  00000-0  48348-3 0  9997
+2 21358  99.5697 200.8604 0170413 311.7790 167.6946 13.13686629180610
+0 DELTA 1 DEB
+1 21359U 75052CD  16018.19591914  .00013551  00000-0  18665-2 0  9997
+2 21359  99.5325 247.2665 0041673 135.4476 343.6460 14.77792889271062
+0 DELTA 1 DEB
+1 21360U 75052CE  16017.19788616 -.00000029  00000-0  25448-4 0  9991
+2 21360  99.6908 231.8903 0077770 142.2485 330.0667 13.29217999196525
+0 DELTA 1 DEB
+1 21361U 75052CF  16016.24506796  .00000578  00000-0  36137-2 0  9997
+2 21361  99.6117 106.4722 0719608 304.8532  71.2094 11.98857824 74946
+0 DELTA 1 DEB
+1 21362U 75052CG  16017.88717326 -.00006281  00000-0 -25399-1 0  9998
+2 21362  99.5876 162.7736 0599381 162.5382 355.3071 12.39217974108024
+0 DELTA 1 DEB
+1 21363U 75052CH  16016.56659248 -.00000165  00000-0 -34267-3 0  9992
+2 21363  99.6617 234.7392 0175527  83.9526 306.1022 13.09739512178601
+0 DELTA 1 DEB
+1 21364U 75052CJ  16017.90958443 -.00000156  00000-0 -35633-3 0  9999
+2 21364  99.6515 358.8638 0253096 259.3734 125.5983 12.95702923164938
+0 DELTA 1 DEB
+1 21365U 75052CK  16017.76327647 -.00000066  00000-0 -86433-4 0  9995
+2 21365  99.7338  86.7728 0232283 157.6926 324.2252 12.97997088168131
+0 DELTA 1 DEB
+1 21366U 75052CL  16017.70925275  .00000081  00000-0  22333-3 0  9994
+2 21366 100.1006 259.5764 0021420 227.1663 166.4421 13.42537598207552
+0 DELTA 1 DEB
+1 21367U 75052CM  16016.55337088 +.00000011 +00000-0 +10737-3 0  9994
+2 21367 099.6885 232.0130 0074645 101.9125 287.6603 13.30475333196709
+0 DELTA 1 DEB
+1 21368U 75052CN  16017.53655963 -.00000016  00000-0  37405-4 0  9997
+2 21368  99.7057 234.8700 0076483 150.8693 272.5598 13.58987434223156
+0 DELTA 1 DEB
+1 21369U 75052CP  16017.89267750  .00003372  00000-0  16003-2 0  9996
+2 21369  99.6756   2.8363 0100834  22.3837 358.4107 14.17642409251608
+0 DELTA 1 DEB
+1 21370U 75052CQ  16016.68743773 -.00000034 +00000-0 +20439-4 0  9991
+2 21370 099.9499 281.0674 0079314 245.3001 145.9075 13.27860438194749
+0 DELTA 1 DEB
+1 21371U 75052CR  16016.82074562  .00000024  00000-0  16483-3 0  9992
+2 21371  99.7477 337.7236 0152444 323.7228  64.3325 13.13943746182541
+0 DELTA 1 DEB
+1 21372U 75052CS  16017.16186932  .00000059  00000-0  21436-3 0  9998
+2 21372 100.4892 180.7340 0061403 243.5535 208.7567 13.33098062199419
+0 DELTA 1 DEB
+1 21373U 75052CT  16016.82642591  .00000069  00000-0  22656-3 0  9995
+2 21373  99.8851 329.3353 0075890  90.1241 299.1123 13.31831198198140
+0 DELTA 1 DEB
+1 21374U 75052CU  16017.41573703  .00000126  00000-0  18695-3 0  9992
+2 21374  99.6386 168.5375 0266885 134.5239 251.1042 13.57348338217366
+0 DELTA 1 DEB
+1 21377U 75052CX  16017.55505648  .00000931  00000-0  18325-2 0  9996
+2 21377 100.0564  10.3817 0240504  11.6222 102.7844 13.28138641188131
+0 DELTA 1 DEB
+1 21380U 75052DA  16017.73174123  .00000369  00000-0  54378-3 0  9994
+2 21380  99.4846  89.2780 0056660 169.0339 315.9249 13.60226218221531
+0 DELTA 1 DEB
+1 21382U 75052DC  16017.86286456  .00011289  00000-0  20492-1 0  9994
+2 21382  99.4791 152.5408 0385394 345.1574  13.8481 13.15834189152380
+0 DELTA 1 DEB
+1 21383U 75052DD  16016.08461686 +.00000086 +00000-0 +45766-3 0  9994
+2 21383 099.6824 069.9781 0363623 329.9159 058.5277 12.72543910144364
+0 DELTA 1 DEB
+1 21384U 75052DE  16017.70773164  .00000401  00000-0  13576-2 0  9996
+2 21384  99.6893 289.4848 0300990  74.4133 340.6139 12.90336365160562
+0 DELTA 1 DEB
+1 21386U 75052DG  16017.44810001  .00000335  00000-0  78461-3 0  9992
+2 21386  99.6023 301.5710 0189059 324.5541  86.7122 13.25359621188958
+0 DELTA 1 DEB
+1 21387U 75052DH  16016.77801103 +.00000062 +00000-0 +17481-3 0  9993
+2 21387 099.4876 128.2249 0045760 352.4009 163.3372 13.44689506208178
+0 DELTA 1 DEB
+1 21388U 75052DJ  16016.78606757  .00000031  00000-0  11440-3 0  9998
+2 21388  99.6090 320.2781 0072161   3.8528  24.5541 13.50013985214174
+0 AURORA 2
+1 21392U 91037A   16017.51869545 -.00000162  00000-0  00000+0 0  9994
+2 21392  12.2689  36.6378 0007540 198.4877 176.6956  0.99014201 89069
+0 DELTA 2 R/B
+1 21393U 91037B   16016.88428057  .00006158  00000-0  50008-3 0  9990
+2 21393  24.9793 206.2854 0929318 137.1751 230.5012 13.46827268181266
+0 AURORA 2 R/B(PAM-D)
+1 21394U 91037C   16016.27317543 -.00000231  00000-0  00000+0 0  9991
+2 21394  24.1998  33.2308 6847447 248.5765 269.7660  2.22015058199886
+0 OKEAN 3
+1 21397U 91039A   16017.28426139  .00000705  00000-0  66758-4 0  9992
+2 21397  82.5223 269.2561 0018409 160.9010 199.2904 14.92021869332695
+0 SL-14 R/B
+1 21398U 91039B   16017.87827005  .00000212  00000-0  25061-4 0  9990
+2 21398  82.5235 346.7671 0023061  75.9934 343.4314 14.79565577327564
+0 SL-8 DEB
+1 21400U 91009BP  16016.91162512 +.00000005 +00000-0 +15677-3 0  9991
+2 21400 073.9664 229.3683 0185671 277.2043 223.1208 12.36577562049140
+0 SL-8 DEB
+1 21401U 91009BQ  16016.59789616  .00000007  00000-0  21388-3 0  9994
+2 21401  74.1340  64.6315 0145643 298.7516 218.3694 12.16699106104453
+0 SL-8 DEB
+1 21402U 91009BR  16016.55969078 +.00000084 +00000-0 +94422-3 0  9997
+2 21402 074.0292 318.9796 0134945 001.4941 112.0412 12.18157542105387
+0 SL-8 DEB
+1 21403U 91009BS  16017.85358914  .00000367  00000-0  31066-2 0  9991
+2 21403  73.9381 334.8580 0131535 107.8638 281.9604 12.31236672116668
+0 SL-8 DEB
+1 21404U 91009BT  16017.74930118  .00000048  00000-0  44001-3 0  9992
+2 21404  73.9604 120.8275 0184455 161.5732 325.2309 12.41163054125222
+0 SL-8 DEB
+1 21405U 91009BU  16016.70871199  .00000074  00000-0  79747-3 0  9995
+2 21405  73.9575 254.4187 0226537  30.2079  74.9872 12.18610867104728
+0 SL-8 DEB
+1 21406U 91009BV  16017.26024707  .00000080  00000-0  77376-3 0  9996
+2 21406  73.9168 320.1162 0133391 128.4160  40.4281 12.31270037112623
+0 SL-8 DEB
+1 21407U 91009BW  16016.61240345 +.00000205 +00000-0 +17361-2 0  9999
+2 21407 073.8512 253.2675 0177892 157.7311 230.9450 12.32110705117869
+0 SL-8 DEB
+1 21408U 91009BX  16018.02127356  .00000209  00000-0  21392-2 0  9996
+2 21408  74.0279  10.1301 0198439  54.6856   3.7841 12.15568030103424
+0 COSMOS 2150
+1 21418U 91041A   16017.87320995  .00000064  00000-0  33816-4 0  9994
+2 21418  74.0337 207.7164 0017392 201.1201 261.1639 14.31513391284865
+0 SL-8 R/B
+1 21419U 91041B   16016.99277925  .00000059  00000-0  30368-4 0  9994
+2 21419  74.0392 165.4479 0041780 219.9599 279.4165 14.33777681286348
+0 SL-8 DEB
+1 21420U 91041C   16016.49378216  .00000517  00000-0  17217-3 0  9992
+2 21420  74.0668 164.0132 0005698 342.6608  78.1462 14.40113357287381
+0 COSMOS 2151
+1 21422U 91042A   16017.48505307  .00000605  00000-0  57865-4 0  9990
+2 21422  82.4996  18.0340 0013358 214.1633 145.8728 14.91491799331474
+0 SL-14 R/B
+1 21423U 91042B   16017.74462421  .00000161  00000-0  18356-4 0  9998
+2 21423  82.4938  84.0068 0018728 138.4594 221.8047 14.79594354326213
+0 MOLNIYA 1-81
+1 21426U 91043A   16016.70732681  .00000276  00000-0  00000+0 0  9994
+2 21426  63.4484 254.1658 7081649 283.7297  12.2557  2.00619295180139
+0 SL-6 R/B(2)
+1 21429U 91043D   16016.85548192 +.00000777 +00000-0 +12413-2 0  9995
+2 21429 063.3373 310.5816 7285497 285.6864 012.8009 01.96658372176584
+0 DELTA 1 DEB
+1 21433U 75052DR  16017.19665883 -.00000020  00000-0  38101-4 0  9993
+2 21433  99.8126 236.3577 0059701 317.7714 153.1870 13.48915035215322
+0 DELTA 1 DEB
+1 21434U 75052DS  16016.17420251 -.00000129  00000-0 -50379-3 0  9990
+2 21434  99.4626 263.3331 0656960 244.4626 279.0690 12.16024382 96617
+0 DELTA 1 DEB
+1 21437U 75052DV  16016.91315541 +.00000058 +00000-0 +20028-3 0  9997
+2 21437 100.3643 167.4669 0056581 106.0538 047.5596 13.36292395204143
+0 DELTA 1 DEB
+1 21438U 75052DW  16017.24595175  .00000067  00000-0  22639-3 0  9998
+2 21438  99.7231 120.3610 0081058  54.1393 335.4302 13.29928737198684
+0 DELTA 1 DEB
+1 21439U 75052DX  16017.88846252  .00004432  00000-0  85681-2 0  9999
+2 21439  99.9926 167.8586 0401613 305.0221 213.0498 13.10569488159854
+0 DELTA 1 DEB
+1 21441U 75052DZ  16016.57895409 -.00000043  00000-0 -15525-4 0  9993
+2 21441  99.6657 230.6583 0303446 284.2164  96.3700 12.83764881157556
+0 DELTA 1 DEB
+1 21442U 75052EA  16017.83979687 -.00000021  00000-0  49062-4 0  9993
+2 21442  99.5335 334.4699 0371500 294.4537  89.4377 12.90510352146082
+0 DELTA 1 DEB
+1 21443U 75052EB  16016.30820939  .00000001  00000-0  89621-4 0  9992
+2 21443  99.9152 286.5991 0068950  74.2480  44.1395 13.31241326200323
+0 DELTA 1 DEB
+1 21444U 75052EC  16015.36388623  .00000477  00000-0  15984-2 0  9993
+2 21444  99.6787 330.8004 0267708 351.0595 163.9250 12.93403442164873
+0 DELTA 1 DEB
+1 21445U 75052ED  16017.16848440 -.00000005  00000-0  77027-4 0  9998
+2 21445  99.6545 193.6582 0082047 158.6156 253.9797 13.28264636197924
+0 DELTA 1 DEB
+1 21446U 75052EE  16017.84696811  .00000058  00000-0  35085-3 0  9991
+2 21446  99.6949  68.2928 0371905   3.8695  45.0780 12.71214555146341
+0 DELTA 1 DEB
+1 21448U 75052EG  16016.84887657 -.00000001 +00000-0 +92539-4 0  9999
+2 21448 099.6877 326.9918 0130712 105.8799 279.4263 13.17975720188347
+0 DELTA 1 DEB
+1 21450U 75052EJ  16016.53940039  .00000087  00000-0  25736-3 0  9999
+2 21450  99.8777 322.3158 0060560  13.3138  36.3147 13.34233849202166
+0 DELTA 1 DEB
+1 21452U 75052EL  16017.15329251  .00002332  00000-0  10857-1 0  9998
+2 21452  99.7803 245.8912 0586550  66.7731  54.2107 12.32887790105789
+0 DELTA 1 DEB
+1 21453U 75052EM  16016.75979737 +.00000168 +00000-0 +45927-3 0  9997
+2 21453 100.0334 293.6721 0121174 067.2251 319.7458 13.26042051194451
+0 DELTA 1 DEB
+1 21457U 75052ER  16016.80105747 +.00001224 +00000-0 +19363-2 0  9997
+2 21457 099.9627 310.3736 0308927 335.6806 048.4861 13.34498423193618
+0 DELTA 1 DEB
+1 21458U 75052ES  16017.86103737  .00000389  00000-0  17205-2 0  9996
+2 21458  99.8088 139.6610 0566070 238.4792 250.4622 12.43718244120830
+0 DELTA 1 DEB
+1 21459U 75052ET  16017.20323153  .00000026  00000-0  12929-3 0  9998
+2 21459 100.0492 256.5897 0053085 359.8158 119.9575 13.40453733207695
+0 DELTA 1 DEB
+1 21460U 75052EU  16016.75745054 -.00000055 +00000-0 -29760-4 0  9993
+2 21460 099.7547 125.7962 0086681 141.5045 013.9607 13.27868383196772
+0 DELTA 1 DEB
+1 21461U 75052EV  16017.87722631  .00000062  00000-0  22660-3 0  9991
+2 21461  99.6404 355.6993 0205319  19.1249  41.3475 13.19543657189291
+0 DELTA 1 DEB
+1 21463U 75052EX  16016.32160186 +.00000282 +00000-0 +43836-3 0  9995
+2 21463 099.8587 162.6154 0156287 332.7098 087.0247 13.55375084219696
+0 DELTA 1 DEB
+1 21464U 75052EY  16018.04979301  .00000098  00000-0  37569-3 0  9995
+2 21464  99.8635 187.7786 0222428 160.2492 326.9696 13.04773370165308
+0 DELTA 1 DEB
+1 21465U 75052EZ  16018.19711392  .00000237  00000-0  45694-3 0  9999
+2 21465 100.0213 258.3393 0069143  83.8990  40.3155 13.47086522213158
+0 DELTA 1 DEB
+1 21466U 75052FA  16018.04386066  .00000118  00000-0  36586-3 0  9998
+2 21466  99.6703  47.7416 0136662 103.4174 286.7157 13.20898657189854
+0 DELTA 1 DEB
+1 21467U 75052FB  16016.88286093 +.00000085 +00000-0 +20628-3 0  9991
+2 21467 099.8065 238.1012 0026213 323.2432 105.0916 13.48984311215001
+0 DELTA 1 DEB
+1 21469U 75052FD  16017.04288936  .00000172  00000-0  76231-3 0  9998
+2 21469  99.6686  64.4629 0366561 317.3112  67.4442 12.73662246146809
+0 DELTA 1 DEB
+1 21470U 75052FE  16017.49926807  .00000149  00000-0  30230-3 0  9998
+2 21470  99.8610 234.7170 0099860 330.2932  93.3811 13.48547194214241
+0 DELTA 1 DEB
+1 21471U 75052FF  16017.32538755  .00000026  00000-0  80369-4 0  9995
+2 21471  99.5331 164.5174 0256184 161.5364 230.3362 13.54770060221374
+0 DELTA 1 DEB
+1 21472U 75052FG  16016.40731062 +.00000637 +00000-0 +80680-3 0  9993
+2 21472 099.8154 176.1287 0255697 274.8324 138.4758 13.54929472215965
+0 DELTA 1 DEB
+1 21473U 75052FH  16018.00765866  .00000288  00000-0  38197-3 0  9999
+2 21473  99.5962 169.7474 0250171 163.2803 318.6771 13.56582859217023
+0 DELTA 1 DEB
+1 21475U 75052FK  16018.09363030  .00000019  00000-0  91501-4 0  9998
+2 21475  99.8113 235.1098 0092113  34.0368 117.5108 13.53641118217163
+0 DELTA 1 DEB
+1 21492U 75052FM  16016.21539834  .00000063  00000-0  21375-3 0  9996
+2 21492  99.8587 280.4387 0062370  12.1050 139.9839 13.33143672201913
+0 DELTA 1 DEB
+1 21493U 75052FN  16017.57989476  .00003504  00000-0  13262-1 0  9995
+2 21493  99.6304 238.0001 0807206 335.5943  44.3058 12.14432129 84983
+0 DELTA 1 DEB
+1 21496U 75052FR  16017.80590916  .00000134  00000-0  56121-3 0  9990
+2 21496  99.8590 308.3762 0343377 107.4173 319.6955 12.81858093155401
+0 DELTA 1 DEB
+1 21497U 75052FS  16016.56806314 -.00000024 +00000-0 +35766-4 0  9997
+2 21497 099.7419 051.2553 0059678 125.2305 028.9392 13.32646814201181
+0 DELTA 1 DEB
+1 21498U 75052FT  16016.33296977 +.00000345 +00000-0 +11839-2 0  9999
+2 21498 099.6905 329.8718 0268146 355.2247 158.8564 12.93504348163979
+0 DELTA 1 DEB
+1 21499U 75052FU  16017.78112054  .00000709  00000-0  15054-2 0  9990
+2 21499  99.6268 321.8380 0162286  93.8735 297.6424 13.29339551188060
+0 DELTA 1 DEB
+1 21500U 75052FV  16017.81533729  .00001413  00000-0  53669-3 0  9991
+2 21500 100.0207 313.9748 0198861 274.1027 108.0749 14.22792412270597
+0 DELTA 1 DEB
+1 21501U 75052FW  16018.00160419 -.00000011  00000-0  77677-4 0  9996
+2 21501  99.7764 178.6569 0552784 142.3290 346.0035 12.46815762123545
+0 DELTA 1 DEB
+1 21504U 75052FZ  16016.49332391  .00000045  00000-0  29385-3 0  9998
+2 21504  99.7804 199.9884 0552928 124.7907 306.1860 12.47650918120651
+0 DELTA 1 DEB
+1 21506U 75052GB  16016.43309338  .00000381  00000-0  10723-2 0  9997
+2 21506  99.5925 172.6543 0178239  16.3988   6.8436 13.12681606177475
+0 DELTA 1 DEB
+1 21512U 75052GH  16018.13085391 -.00000052  00000-0 -10374-4 0  9994
+2 21512 100.2424 253.8495 0037296 358.0331 133.2032 13.39786555199715
+0 DELTA 1 DEB
+1 21514U 75052GK  16017.98325560  .00000651  00000-0  15548-2 0  9992
+2 21514  99.8558 279.6279 0322557  20.0246  45.3893 13.09356012164215
+0 DELTA 1 DEB
+1 21515U 75052GL  16017.42176065 -.00000198  00000-0 -45764-3 0  9998
+2 21515  99.7067  71.4875 0277406 217.3951 267.0688 12.97662621169285
+0 DELTA 1 DEB
+1 21516U 75052GM  16017.56195781  .00000067  00000-0  22312-3 0  9997
+2 21516  99.9034 287.1461 0070930  84.3752  37.8621 13.32077187188933
+0 DELTA 1 DEB
+1 21523U 75052GU  16018.04217874  .00000347  00000-0  20318-2 0  9991
+2 21523  99.5668 232.3352 0715805 252.7935 273.6480 12.05743877 50994
+0 REX
+1 21527U 91045A   16018.18257608  .00000059  00000-0  19768-4 0  9998
+2 21527  89.5533  94.6176 0069571 165.4502 194.8715 14.22839048274500
+0 SCOUT G-1 R/B
+1 21528U 91045B   16017.80764130  .00000137  00000-0  50592-4 0  9997
+2 21528  89.5546  95.3902 0070237 100.0826  36.3664 14.25633228275706
+0 SCOUT G-1 DEB
+1 21529U 91045C   16017.76278252  .00000413  00000-0  14155-3 0  9999
+2 21529  89.5907 121.3814 0052866 215.2982 144.4712 14.33837542280277
+0 SCOUT G-1 DEB
+1 21532U 91045D   16017.85575409  .00000374  00000-0  13235-3 0  9991
+2 21532  89.5093  51.3596 0066048 309.1886 176.8344 14.31735725278601
+0 GORIZONT 23
+1 21533U 91046A   16016.84085454 -.00000225  00000-0  00000+0 0  9995
+2 21533  15.2664  14.7012 0009078 228.1749 126.5797  0.98908697 83107
+0 SL-12 R/B(2)
+1 21536U 91046D   16016.36962753 -.00000294  00000-0  00000+0 0  9997
+2 21536  14.7147  12.9487 0019050 153.0990 207.1564  1.00928798 85390
+0 DELTA 1 DEB
+1 21542U 75052GW  16017.88948140  .00000093  00000-0  26398-3 0  9993
+2 21542 100.2189 143.6702 0050102  47.3133  76.6487 13.37114445204882
+0 DELTA 1 DEB
+1 21543U 75052GX  16017.85513954  .00013782  00000-0  11456-1 0  9998
+2 21543  99.6967 339.5460 0101425 304.1710  83.1701 13.86349640206688
+0 DELTA 1 DEB
+1 21544U 75052GY  16018.04088380  .00013872  00000-0  25111-2 0  9995
+2 21544  99.9879 189.9625 0103242 205.1541 275.5196 14.63052351261632
+0 DELTA 1 DEB
+1 21545U 75052GZ  16017.98512681  .00000105  00000-0  30267-3 0  9998
+2 21545  99.6157  29.6575 0232067  73.3145 342.7130 13.21210288190753
+0 DELTA 1 DEB
+1 21546U 75052HA  16018.03008036  .00000372  00000-0  19373-2 0  9990
+2 21546  99.5393  49.6214 0615047  53.0114 339.3305 12.25729262102738
+0 DELTA 1 DEB
+1 21547U 75052HB  16017.03241903  .00000546  00000-0  71619-3 0  9997
+2 21547  99.9141 184.1918 0255454 328.8930 145.3187 13.53546330216263
+0 DELTA 1 DEB
+1 21548U 75052HC  16018.20310616  .00000237  00000-0  85676-3 0  9991
+2 21548  99.8072  96.3875 0246680 307.4044 107.0303 12.95100339167385
+0 DELTA 1 DEB
+1 21549U 75052HD  16016.24834343 +.00000644 +00000-0 +18528-2 0  9995
+2 21549 099.8455 272.3301 0204416 352.1653 129.5973 13.07186870175777
+0 DELTA 1 DEB
+1 21550U 75052HE  16017.39710112  .00000263  00000-0  12333-2 0  9996
+2 21550  99.8239 174.9776 0549903 269.2667 112.5535 12.44744509119388
+0 DELTA 1 DEB
+1 21551U 75052HF  16016.24506981  .00000094  00000-0  30864-3 0  9999
+2 21551  99.8032 107.4901 0106945 324.6198  97.6044 13.23755587191329
+0 NAVSTAR 23 (USA 71)
+1 21552U 91047A   16016.67519289  .00000001  00000-0  00000+0 0  9997
+2 21552  54.4838 129.8984 0028803  70.5117  32.9740  1.91857858178386
+0 DELTA 1 DEB
+1 21565U 75052HK  16016.54146845  .00000400  00000-0  14838-2 0  9999
+2 21565  99.8304 219.2550 0373837 357.0739  63.5601 12.77656522148189
+0 DELTA 1 DEB
+1 21566U 75052HL  16017.82821741  .00000217  00000-0  85958-3 0  9995
+2 21566  99.6184 149.1198 0324764 289.5458 227.6259 12.82999369156024
+0 DELTA 1 DEB
+1 21567U 75052HM  16017.41666926  .00000240  00000-0  31608-3 0  9992
+2 21567  99.4992 177.5980 0254408 122.7835 267.2618 13.57707414219567
+0 DELTA 1 DEB
+1 21568U 75052HN  16017.96796238  .00000384  00000-0  50724-3 0  9992
+2 21568  99.6851 169.5680 0253105 258.6405 228.1149 13.55098988213248
+0 DELTA 1 DEB
+1 21570U 75052HQ  16016.54985051  .00001038  00000-0  61213-2 0  9992
+2 21570  99.5050  54.7243 0713883 237.9725 287.5924 12.01832830890658
+0 ERS 1
+1 21574U 91050A   16017.94029865  .00000170  00000-0  70683-4 0  9998
+2 21574  98.3964 329.2743 0034139  58.7543 301.6982 14.37437717283424
+0 OSCAR 22 (UoSAT 5)
+1 21575U 91050B   16018.01545760  .00000095  00000-0  44338-4 0  9999
+2 21575  98.7552  15.9640 0008045  42.8306 317.3507 14.40706761286955
+0 ORBCOMM-X
+1 21576U 91050C   16018.08946047  .00000129  00000-0  54161-4 0  9993
+2 21576  98.7458  26.2947 0004581  60.9760 299.1887 14.41330579286917
+0 TUBSAT A
+1 21577U 91050D   16017.86068597  .00000069  00000-0  37010-4 0  9991
+2 21577  98.7760  13.6914 0007327  85.3363 274.8661 14.39313705286132
+0 SARA
+1 21578U 91050E   16017.50852936  .00000396  00000-0  10593-3 0  9990
+2 21578  98.5047  18.2694 0003328  27.0068  86.9629 14.53592729293389
+0 CRRES DEB (CANISTER)
+1 21588U 90065D   16016.36191787 +.00000526 +00000-0 +76151-3 0  9996
+2 21588 018.4784 034.2788 7039791 308.1829 007.0746 02.52149408029850
+0 CRRES DEB (CANISTER)
+1 21589U 90065E   16015.91908919 +.00000349 +00000-0 +27058-3 0  9995
+2 21589 017.7377 222.2374 6980383 295.9991 009.7334 02.61210312031077
+0 CRRES DEB (CANISTER)
+1 21590U 90065F   16017.87814473  .00001523  00000-0  11559-2 0  9998
+2 21590  20.2955 286.5254 6985475  10.9121 358.5821  2.62640999219878
+0 CRRES DEB (CANISTER)
+1 21591U 90065G   16016.59065568 +.00000023 +00000-0 +55961-3 0  9990
+2 21591 018.8840 024.6679 7022235 002.0094 166.0843 02.40935306025871
+0 CRRES DEB (CANISTER) *
+1 21592U 90065H   16016.08326501 -.00001323 +00000-0 -57982-2 0  9992
+2 21592 018.3998 042.8050 6715309 191.7068 137.1459 02.86140204021191
+0 CRRES DEB (CANISTER)
+1 21593U 90065J   16016.19360674  .00005831  00000-0  65217-3 0  9991
+2 21593  17.1374 189.6421 6322864 265.4942  24.9003  3.59445009241788
+0 CRRES DEB (CANISTER)
+1 21594U 90065K   16016.62030353  .00000107  00000-0  69483-3 0  9998
+2 21594  16.6584 189.0520 7070473 103.1543 338.1432  2.44330688215362
+0 DELTA 1 DEB
+1 21598U 75052HS  16017.83947764  .00000234  00000-0  87494-3 0  9991
+2 21598  99.6046 133.9399 0352816 274.3058 246.7431 12.83214323156167
+0 DELTA 1 DEB
+1 21601U 75052HV  16016.11026663  .00000176  00000-0  80508-3 0  9996
+2 21601  99.7812 214.3238 0541168  79.1414  42.7890 12.49156435121130
+0 DELTA 1 DEB
+1 21602U 75052HW  16017.10076147  .00001098  00000-0  17991-2 0  9998
+2 21602  99.8227  60.8682 0084621 265.3704 149.5949 13.48523272200031
+0 ARIANE 40 R/B
+1 21610U 91050F   16017.20034796  .00000063  00000-0  34012-4 0  9994
+2 21610  98.6780  62.4588 0003973  59.1445 342.8998 14.40692491285674
+0 SL-12 DEB *
+1 21623U 87036L   16017.33812314  .00005411  00000-0  23808-2 0  9992
+2 21623  62.6965 140.1385 3129569 110.8771 285.2063  8.76459538777565
+0 CRRES DEB (CANISTER)
+1 21634U 90065L   16015.96842920  .00000890  00000-0  46872-3 0  9996
+2 21634  17.7542 245.3755 6988160 253.2287  24.6835  2.62350381217594
+0 CRRES DEB (CANISTER)
+1 21635U 90065M   16015.09051165  .00000239  00000-0  30547-3 0  9993
+2 21635  17.9180 195.6394 6940444 333.4448   3.4436  2.66622132230760
+0 CRRES DEB (CANISTER)
+1 21636U 90065N   16016.25699078 -.00000152  00000-0  20369-3 0  9990
+2 21636  18.0305  13.9572 7157927  74.5660 348.9203  2.33749203207168
+0 CRRES DEB (CANISTER)
+1 21637U 90065P   16016.50883886  .00000159  00000-0  31179-3 0  9998
+2 21637  17.7498 134.2516 6939950  93.9242 340.9977  2.66022653221746
+0 TDRS 5
+1 21639U 91054B   16017.86270725  .00000076  00000-0  00000+0 0  9994
+2 21639  13.9664  27.0578 0024046 320.0774 272.4603  1.00277332 89567
+0 IUS R/B(1)
+1 21640U 91054C   16015.28104072 +.00002855 +00000-0 +98885-3 0  9990
+2 21640 026.3913 164.4666 6842919 232.2101 044.0618 02.83498569227987
+0 IUS R/B(2)
+1 21641U 91054D   16016.56906455  .00000010  00000-0  00000+0 0  9997
+2 21641  16.3198  10.2318 0038233 244.2149 246.0673  1.00240801 87777
+0 COSMOS 2054 DEB
+1 21648U 89101G   16001.65257968 -.00000069  00000-0  00000+0 0  9991
+2 21648  15.6379  10.4460 0033492 227.5483 144.2591  0.97849392 78722
+0 INTELSAT 605
+1 21653U 91055A   16017.00365025 -.00000210  00000-0  00000+0 0  9996
+2 21653   9.3965  45.7108 0004455 193.6331 347.0569  0.99323975 89187
+0 METEOR 3-5
+1 21655U 91056A   16018.19999795 -.00000077  00000-0 -23237-3 0  9990
+2 21655  82.5586 306.5969 0012184 288.3742  71.6055 13.17073053174335
+0 SL-14 R/B
+1 21656U 91056B   16016.88558587 +.00000128 +00000-0 +30154-3 0  9996
+2 21656 082.5586 307.0654 0012357 293.3032 101.5541 13.17044227173909
+0 WESTFORD NEEDLES
+1 21660U 63014FG  16016.10394421 +.00000378 +00000-0 +27687-1 0  9996
+2 21660 086.3208 062.0306 1818620 312.4456 054.5130 08.79914963731669
+0 COSMOS 2154
+1 21666U 91059A   16017.48849223  .00000031  00000-0  17501-4 0  9992
+2 21666  82.9050  53.5392 0024673 348.5188 120.5958 13.73282245223029
+0 SL-8 R/B
+1 21667U 91059B   16018.19390984  .00000140  00000-0  13048-3 0  9999
+2 21667  82.9046  33.3874 0019418 251.5193 157.0262 13.75071545224784
+0 BS-3B (YURI 3B)
+1 21668U 91060A   16016.86689002 -.00000262 +00000-0 +00000-0 0  9993
+2 21668 012.6224 025.4814 0002688 129.8560 077.5869 00.98792805091720
+0 DELTA 1 DEB
+1 21674U 75052JA  16017.36717630  .00002397  00000-0  93277-3 0  9999
+2 21674 100.0730 326.8522 0154229  34.6328  87.7993 14.24627800266775
+0 DELTA 1 DEB
+1 21677U 75052JD  16017.14295697  .00000041  00000-0  23056-3 0  9994
+2 21677  99.8925 237.6886 0477943  88.9457  29.0959 12.71082830144962
+0 DELTA 1 DEB
+1 21678U 75052JE  16016.66898637  .00000193  00000-0  45690-3 0  9990
+2 21678 100.0118  78.7489 0370963 116.6454  34.4179 13.12481422176487
+0 DELTA 1 DEB
+1 21680U 75052JG  16017.82126821  .00000020  00000-0  20701-3 0  9996
+2 21680  99.5881 344.7733 0382175 293.0082  92.4931 12.71947770140479
+0 DELTA 1 DEB
+1 21682U 75052JJ  16017.84460369  .00000876  00000-0  59232-2 0  9997
+2 21682  99.4198   8.1916 0859323  58.1779   8.3738 11.72339620 49212
+0 DELTA 1 DEB
+1 21686U 75052JN  16018.14968444  .00002314  00000-0  15899-2 0  9992
+2 21686  99.9947   0.4685 0201149  30.3492 330.9133 13.91294308223136
+0 IRS 1B
+1 21688U 91061A   16017.49918356  .00000057  00000-0  71439-4 0  9992
+2 21688  98.9723 325.4129 0023896 322.4041 146.7822 13.97257027137481
+0 SL-3 R/B
+1 21689U 91061B   16017.16094992  .00000293  00000-0  22329-3 0  9993
+2 21689  99.3754  75.2705 0025734  65.6523 294.7324 14.01779177247311
+0 SCOUT G-1 DEB
+1 21691U 91045E   16017.92778824  .00000548  00000-0  14675-3 0  9993
+2 21691  89.8326 344.3854 0017682 136.8715 280.2189 14.47046113290083
+0 TITAN 3C TRANSTAGE DEB
+1 21692U 65108AF  16017.67234782  .00000175  00000-0  11226-2 0  9991
+2 21692  28.3016 245.5033 6183163  93.0680 348.9428  3.51905426272170
+0 COSMOS 2155
+1 21702U 91064A   16018.15681792  .00000056  00000-0  00000+0 0  9997
+2 21702  14.9277  13.3725 0003814 225.0556 311.3185  1.00209686 89197
+0 SL-12 R/B(2)
+1 21703U 91064B   16016.74855019 -.00000136  00000-0  00000+0 0  9996
+2 21703  15.0423  13.8319 0004209 252.6644 287.8816  0.99903817 82128
+0 MOLNIYA 3-41
+1 21706U 91065A   16016.45081463 +.00001187 +00000-0 +56377-2 0  9999
+2 21706 063.9516 079.8811 6999906 278.4030 038.9808 02.04342336179015
+0 SL-8 DEB
+1 21711U 91041D   16016.39338362 +.00000583 +00000-0 +17328-3 0  9998
+2 21711 074.0215 005.3400 0013144 345.0774 165.6586 14.45344552290249
+0 SCOUT G-1 DEB
+1 21712U 91045F   16017.98562769  .00000276  00000-0  10882-3 0  9996
+2 21712  89.2957 186.6367 0138110  65.5404  56.2425 14.21225650269447
+0 THORAD AGENA D DEB
+1 21721U 70025QG  16017.81527351  .00000484  00000-0  65841-3 0  9997
+2 21721 100.0790 106.2436 0009492 153.1832 331.9901 13.64878058205734
+0 SL-8 DEB
+1 21722U 91009BY  16016.68014483 +.00000070 +00000-0 +11372-2 0  9994
+2 21722 074.0560 102.0224 0371863 232.3409 287.2817 11.77097211044234
+0 COSMOS 397 DEB
+1 21723U 71015DW  16016.54881221 +.00002845 +00000-0 +54954-3 0  9993
+2 21723 065.6943 055.6018 0432359 211.8746 303.8462 14.19205769225953
+0 SL-8 DEB
+1 21724U 91009BZ  16018.02736800  .00000004  00000-0  17438-3 0  9997
+2 21724  73.9767 233.3530 0206989 331.1255 147.4275 12.20312275 82847
+0 SL-12 DEB
+1 21725U 87036N   16018.08859902  .00134486  00000-0  55152-1 0  9993
+2 21725  65.1079 281.5171 1537580  76.3730 300.3255 11.80621732910792
+0 ANIK E1
+1 21726U 91067A   16016.80502789 -.00000249  00000-0  00000+0 0  9999
+2 21726  10.6141  42.2509 0014027 222.4713 307.3178  0.99176768 79547
+0 ARIANE 44P R/B
+1 21727U 91067B   16016.87479922 +.00000431 +00000-0 +12083-2 0  9998
+2 21727 003.8426 184.2675 7195925 089.9307 344.6522 02.31809291165958
+0 COSMOS 2157
+1 21728U 91068A   16018.05061327  .00000014  00000-0  17993-4 0  9992
+2 21728  82.5766 228.1597 0004924 133.1944 226.9560 12.63164380120753
+0 COSMOS 2158
+1 21729U 91068B   16017.07219641  .00000021  00000-0  55641-4 0  9998
+2 21729  82.5814 224.1734 0005286  61.4514  53.1899 12.63966826121330
+0 COSMOS 2159
+1 21730U 91068C   16017.82623130  .00000029  00000-0  98066-4 0  9991
+2 21730  82.5810 202.1167 0013101 312.3842 155.0436 12.65951870123191
+0 COSMOS 2160
+1 21731U 91068D   16016.64648911 +.00000020 +00000-0 +49628-4 0  9996
+2 21731 082.5840 219.6692 0008671 030.8253 002.8547 12.64610284121634
+0 COSMOS 2161
+1 21732U 91068E   16018.13352718  .00000034  00000-0  12541-3 0  9998
+2 21732  82.5743 205.1502 0010385 357.4754  72.8714 12.65186724122548
+0 COSMOS 2162
+1 21733U 91068F   16018.11863612  .00000006  00000-0 -25290-4 0  9993
+2 21733  82.5865 243.2428 0006394 195.8835 276.9247 12.62369788120088
+0 SL-14 R/B
+1 21734U 91068G   16017.80611964 -.00000005  00000-0 -88783-4 0  9996
+2 21734  82.5839 319.9151 0106974 231.2758 155.2787 12.54220078113087
+0 SL-8 DEB
+1 21750U 91009CQ  16016.38281491 +.00000016 +00000-0 +25564-3 0  9996
+2 21750 074.0720 162.1797 0105238 122.8973 266.7676 12.28280017110611
+0 SL-12 DEB
+1 21752U 83127J   16017.83948669  .00022183  00000-0  21738+0 0  9992
+2 21752  53.8621 315.1837 1042181 251.0232  97.4960 11.20721145883406
+0 DELTA 1 DEB
+1 21754U 75052JQ  16017.42965185  .00000096  00000-0  27228-3 0  9992
+2 21754  99.7236   4.8567 0076920  80.7983  72.9752 13.34055332190300
+0 GORIZONT 24
+1 21759U 91074A   16014.97556557 -.00000190  00000-0  00000+0 0  9996
+2 21759  15.2417  16.2871 0021892 171.2852  44.6187  0.98443647 87560
+0 SL-12 R/B(2)
+1 21762U 91074D   16017.13837654  .00000093  00000-0  00000+0 0  9992
+2 21762  14.9584  14.9012 0002962 180.3349  22.2015  0.99701289 81731
+0 INTELSAT 601
+1 21765U 91075A   16016.21793067  .00000077  00000-0  00000+0 0  9995
+2 21765   9.3411  44.7705 0005676 219.0809 140.9113  0.99590246 88426
+0 CRRES DEB (CANISTER)
+1 21777U 90065Q   16017.58913745 -.00000002  00000-0 -30502-4 0  9999
+2 21777  18.3224 204.7441 6953396  33.0225   2.8046  2.39818941191886
+0 CRRES DEB (CANISTER)
+1 21778U 90065R   16016.37371447 +.00000915 +00000-0 +77109-3 0  9997
+2 21778 017.9897 067.7688 7062547 269.7255 016.4206 02.51572323034519
+0 COSMOS 2165
+1 21779U 91077A   16017.84326529  .00000027  00000-0  86931-4 0  9994
+2 21779  82.6080 141.3724 0011992  81.6724  33.7718 12.64827628116445
+0 COSMOS 2166
+1 21780U 91077B   16016.85819152 +.00000036 +00000-0 +14107-3 0  9990
+2 21780 082.6003 151.8563 0004640 145.2254 023.5891 12.63357957114771
+0 COSMOS 2167
+1 21781U 91077C   16016.88269809 +.00000040 +00000-0 +16089-3 0  9998
+2 21781 082.6066 147.9951 0008516 099.5753 064.1402 12.64187256115481
+0 COSMOS 2168
+1 21782U 91077D   16018.14231207  .00000015  00000-0  21463-4 0  9996
+2 21782  82.5986 127.7377 0014853  59.2351  12.0828 12.65442411117022
+0 COSMOS 2169
+1 21783U 91077E   16017.38712957  .00000033  00000-0  11802-3 0  9993
+2 21783  82.6053 125.1009 0018207  22.2041  39.1205 12.66216555117619
+0 COSMOS 2170
+1 21784U 91077F   16017.86537019  .00000035  00000-0  13453-3 0  9997
+2 21784  82.6089 167.0325 0001373 251.4984 277.3790 12.62505936114413
+0 SL-14 R/B
+1 21785U 91077G   16017.55423868  .00000011  00000-0  61288-5 0  9995
+2 21785  82.5947 234.8448 0037727 255.6356 162.8238 12.55064392107860
+0 COSMOS 2172
+1 21789U 91079A   16016.26877219 -.00000128 +00000-0 +00000-0 0  9991
+2 21789 014.8735 014.4499 0006206 254.4091 291.1291 01.00265348009202
+0 SL-12 R/B(2)
+1 21792U 91079D   16017.20481395 -.00000197  00000-0  00000+0 0  9991
+2 21792  15.3213  16.0322 0001811  27.8294 328.8748  0.98621337 86974
+0 COSMOS 2173
+1 21796U 91081A   16017.83656296  .00000032  00000-0  17120-4 0  9994
+2 21796  82.9570 105.7382 0049850 163.7105 335.8728 13.75441933211812
+0 SL-8 R/B
+1 21797U 91081B   16017.81639676  .00000057  00000-0  40917-4 0  9993
+2 21797  82.9539  85.6566 0039457  95.2766  42.3063 13.77350473213311
+0 EUTELSAT 2-F3
+1 21803U 91083A   16016.59618525 +.00000044 +00000-0 +00000-0 0  9998
+2 21803 012.9109 033.9243 0004529 215.5098 322.1775 00.99294043083785
+0 ATLAS 2 CENTAUR R/B
+1 21804U 91083B   16016.82442961 +.00000085 +00000-0 +25310-2 0  9992
+2 21804 016.9767 272.2461 7349044 093.3979 358.2468 01.91147697168442
+0 TELECOM 2A
+1 21813U 91084A   16014.12917199 +.00000036 +00000-0 +00000-0 0  9997
+2 21813 012.0014 037.4515 0006141 207.0484 142.9210 00.98949692086411
+0 INMARSAT 2-F3
+1 21814U 91084B   16017.50948764 -.00000127  00000-0  00000+0 0  9996
+2 21814  10.6990  38.5555 0009428 347.3787  32.5752  0.96062626 86708
+0 ARIANE 44L R/B
+1 21815U 91084C   16016.90140908 +.00000721 +00000-0 +16201-2 0  9996
+2 21815 004.0766 301.3610 7202574 005.8483 359.2733 02.31530064200357
+0 ARIANE 44L DEB (SPELDA)
+1 21818U 91084D   16016.62533251 +.00005610 +00000-0 +25353-2 0  9995
+2 21818 004.1832 145.7681 6539607 310.8583 008.5873 03.23220582230155
+0 INTERCOSMOS 25
+1 21819U 91086A   16018.14456964  .00000207  00000-0  32402-4 0  9994
+2 21819  82.5581  13.2147 1527547 104.5327 272.9604 12.04001048 50165
+0 SL-14 R/B
+1 21820U 91086B   16018.17250036  .00000338  00000-0  68940-4 0  9992
+2 21820  82.5614  62.8296 1576976 272.7128  69.5167 11.93086940 45244
+0 RADUGA 28
+1 21821U 91087A   16017.20704748  .00000112  00000-0  00000+0 0  9999
+2 21821  14.8782  15.0502 0002847 105.9148  99.7071  1.00276439 88201
+0 SL-12 R/B(2)
+1 21824U 91087D   16017.58884310 -.00000039  00000-0  00000+0 0  9996
+2 21824  15.4656  17.0245 0015119 327.1892  50.3055  0.98016943 86219
+0 SL-14 DEB
+1 21826U 91086C   16016.47974412  .00018004  00000-0  17071-2 0  9996
+2 21826  82.5811  26.7760 0758896 325.9561  29.5025 13.79186987120159
+0 SL-14 DEB
+1 21827U 91086D   16018.12927491  .00012429  00000-0  10597-2 0  9997
+2 21827  82.4442 254.8808 0707860 292.2231 190.0007 13.92440762122561
+0 STTW-5
+1 21833U 91088A   16015.26370895 -.00000020 +00000-0 +00000-0 0  9999
+2 21833 031.5565 269.2088 6582681 234.9296 044.9338 02.27643105272563
+0 MAGION 3
+1 21835U 91086E   16017.45749911  .00002325  00000-0  43200-3 0  9992
+2 21835  82.5385 348.9078 1504443  25.0687 341.6317 12.09638561 52441
+0 DMSP 5D-2 F11 DEB
+1 21836U 91082E   16017.50320406  .00004609  00000-0  84127-3 0  9999
+2 21836  98.7559 338.0080 0001038 221.6535 233.1485 14.66498551265337
+0 COSMOS 2177 (GLONASS)
+1 21853U 92005A   16017.68814078  .00000112  00000-0  00000+0 0  9995
+2 21853  64.0396 200.9627 0009690 185.3898 206.2120  2.13101758186568
+0 COSMOS 2178 (GLONASS)
+1 21854U 92005B   16016.87137916 +.00000110 +00000-0 +00000-0 0  9994
+2 21854 064.0455 201.0231 0027685 016.0900 341.6745 02.13106209186457
+0 COSMOS 2179 (GLONASS)
+1 21855U 92005C   16017.29198351  .00000112  00000-0  00000+0 0  9993
+2 21855  64.0449 201.0185 0007427 207.0132 333.0053  2.13103044186529
+0 SL-12 R/B(2)
+1 21858U 92005F   16017.31245119  .00000111  00000-0  00000+0 0  9993
+2 21858  64.0431 200.6393 0004350  55.7150 126.2297  2.13217029175326
+0 SL-8 DEB
+1 21861U 91009CA  16015.91945369 +.00000059 +00000-0 +65464-3 0  9998
+2 21861 074.0222 185.0602 0137162 201.4189 314.5916 12.24606324110836
+0 COSMOS 2180
+1 21875U 92008A   16017.51877984  .00000055  00000-0  42040-4 0  9990
+2 21875  82.9279 159.6491 0038848 115.8051 314.0089 13.73701325198813
+0 SL-8 R/B
+1 21876U 92008B   16017.84794565  .00000027  00000-0  11993-4 0  9992
+2 21876  82.9285 140.9559 0035412  37.5712 123.0642 13.75570387200391
+0 OSCAR 30 DEB
+1 21878U 85066H   16018.20038161  .00000533  00000-0  81296-3 0  9998
+2 21878  90.0673  25.8083 0154959 331.4312 117.2662 13.46372640486547
+0 NAVSTAR 24 (USA 79)
+1 21890U 92009A   16017.45931845 -.00000068  00000-0  00000+0 0  9998
+2 21890  55.4491 304.8941 0036084 344.3524 189.2954  1.91830410173270
+0 DELTA 2 R/B(1)
+1 21891U 92009B   16017.53787158  .00001270  00000-0  10339-3 0  9999
+2 21891  19.9961 154.1992 0047543 184.8247 175.1715 14.82486054289486
+0 SUPERBIRD B1
+1 21893U 92010A   16016.80501043 -.00000082  00000-0  00000+0 0  9990
+2 21893  11.9928  37.3369 0009202  34.8577 354.3542  0.99055859 86643
+0 INSAT 2R (ARABSAT 1C)
+1 21894U 92010B   16017.15409536 -.00000017  00000-0  00000+0 0  9992
+2 21894  10.9789  41.3597 0031505 190.2212 343.2734  0.98683639 86686
+0 COSMOS 2181
+1 21902U 92012A   16017.17483241  .00000025  00000-0  10590-4 0  9999
+2 21902  82.9413 233.2773 0027909 202.9791 296.9122 13.72351769194859
+0 SL-8 R/B
+1 21903U 92012B   16017.51360584 -.00000047  00000-0 -66312-4 0  9991
+2 21903  82.9352 206.4006 0043905  91.8743 297.7209 13.74433565196594
+0 METEOSAT 5 AKM
+1 21904U 91015E   16016.48707105  .00000044  00000-0  00000+0 0  9995
+2 21904  14.3792  10.6486 0157027 134.7236 355.3861  1.00138587 78387
+0 SL-14 DEB
+1 21905U 91086F   16017.62133873  .00006032  00000-0  67696-3 0  9997
+2 21905  82.5060  96.5404 0840467  43.9369 322.5550 13.57850324109775
+0 GALAXY 5
+1 21906U 92013A   16017.64877009  .00000066  00000-0  00000+0 0  9990
+2 21906   9.2015  46.1483 0011573 352.3544  17.5749  0.99284596 78646
+0 ATLAS 1 CENTAUR R/B
+1 21907U 92013B   16017.43371271 -.00000232  00000-0  00000+0 0  9994
+2 21907  19.5245  73.3038 6957530 212.5607  85.2781  2.25612115196618
+0 DELTA 1 DEB
+1 21910U 75052JR  16015.88803249 -.00000160 +00000-0 -44174-3 0  9999
+2 21910 099.6808 136.2504 0335542 110.2896 016.2097 12.79471007137177
+0 CZ-4 DEB
+1 21911U 90081CH  16016.78247255  .00000372  00000-0  16101-3 0  9990
+2 21911  98.7297  46.1462 0053030 308.4276 106.9992 14.29426677306599
+0 COSMOS 1934 DEB
+1 21912U 88023C   16017.21604437  .00000290  00000-0  25094-3 0  9992
+2 21912  82.9552  57.9741 0039086 183.5349 247.6012 13.82698419275962
+0 SL-14 DEB
+1 21913U 78100AR  16018.04760025  .00000173  00000-0  20639-2 0  9995
+2 21913  82.5466  17.7307 0016230 283.0197 146.7322 11.99129728 52579
+0 DELTA 1 DEB
+1 21914U 75052JS  16017.01635127  .00000099  00000-0  72199-3 0  9995
+2 21914  99.4470 224.1242 0636348   6.3959 154.1335 12.13152270 65570
+0 SL-8 DEB
+1 21918U 91009CB  16016.44567223 +.00000023 +00000-0 +34637-3 0  9998
+2 21918 074.0815 286.9108 0127829 229.1237 252.9635 12.21768283107467
+0 SL-8 DEB
+1 21919U 91009CC  16017.39022030  .00000145  00000-0  22570-2 0  9993
+2 21919  74.0653 166.1975 0359071 297.8190  86.0901 11.74733162 63216
+0 GORIZONT 25
+1 21922U 92017A   16016.05729793 -.00000109 +00000-0 +00000-0 0  9992
+2 21922 014.8217 016.1485 0022846 010.4397 192.9824 00.99841473086949
+0 SL-12 R/B(2)
+1 21925U 92017D   16017.95604303 -.00000353  00000-0  00000+0 0  9994
+2 21925  14.6054  15.0840 0020526 318.7532 220.3387  1.01091646 86932
+0 NAVSTAR 25 (USA 80)
+1 21930U 92019A   16016.78550258 -.00000055 +00000-0 +00000-0 0  9991
+2 21930 054.9474 076.7515 0031755 271.9469 024.4950 01.87659491170057
+0 DELTA 1 DEB
+1 21933U 75052JT  16018.09966464 -.00000030  00000-0  13938-4 0  9999
+2 21933  99.3140  75.8662 0171861  62.5951 330.9650 13.22117256169554
+0 DELTA 1 DEB
+1 21934U 75052JU  16017.50894896  .00000028  00000-0  20499-3 0  9999
+2 21934  99.6820 317.8696 0294422 287.7593 122.2074 12.92419786152284
+0 SL-12 DEB
+1 21935U 83127M   16017.75472124 -.00000779  00000-0 -43149-2 0  9996
+2 21935  52.0213 177.5597 4619486 341.0190  45.9661  5.75410067426066
+0 SL-8 DEB
+1 21936U 91009CD  16017.32880152  .00000132  00000-0  16086-2 0  9993
+2 21936  74.0659 344.2631 0260885  25.5022 127.6923 12.00930126 52081
+0 COSMOS 2184
+1 21937U 92020A   16018.22296374  .00000034  00000-0  21134-4 0  9998
+2 21937  82.9308  47.8097 0031960 287.7945 141.8533 13.73121768190644
+0 SL-8 R/B
+1 21938U 92020B   16016.48681574 -.00000041  00000-0 -58480-4 0  9999
+2 21938  82.9280  24.8046 0028805 194.0335 274.5784 13.75232999192139
+0 TELECOM 2B
+1 21939U 92021A   16017.54916647 -.00000127  00000-0  00000+0 0  9995
+2 21939  12.3608  35.4719 0008782 359.7002 192.7296  0.99522664 79528
+0 INMARSAT 2-F4
+1 21940U 92021B   16015.38272970 -.00000143  00000-0  00000+0 0  9999
+2 21940   8.8140  35.4540 0000790 128.1485  41.7672  0.97944223 86624
+0 ARIANE 44L+ R/B
+1 21941U 92021C   16018.12499955  .00103616 -73024-6  11543-2 0  9997
+2 21941   4.0206 341.9055 4764170 170.8550 202.6165  6.18274972305818
+0 ARIANE 44L+ DEB (SPELDA)
+1 21942U 92021D   16018.21266252  .00002598  00000-0  20519-2 0  9997
+2 21942   4.3180 110.6457 6224939 283.3572  17.9661  3.63500068252117
+0 SL-8 DEB
+1 21943U 91009CE  16017.64443672 -.00000011  00000-0  35218-4 0  9995
+2 21943  73.9516 240.6291 0136613  37.4570  20.9336 12.19179182106643
+0 CRRES DEB (CANISTER)
+1 21948U 90065S   16017.37131776  .00003917  00000-0  67098-3 0  9997
+2 21948  17.5897 142.3843 6452076   2.9103 359.4271  3.39391991228913
+0 SL-8 DEB
+1 21955U 91009CF  16016.78122418  .00000104  00000-0  12676-2 0  9997
+2 21955  74.2930   3.8495 0160062  33.6545  32.3507 12.07868239 96088
+0 COSMOS 839 DEB *
+1 21957U 76067BV  16017.02498527 -.00000046  00000-0  31875-4 0  9991
+2 21957  65.4661  29.5193 0735531 220.5071 133.8918 12.63594588120012
+0 SL-8 DEB
+1 21958U 91009CG  16016.26148488 -.00000021 +00000-0 -68311-4 0  9997
+2 21958 073.9668 304.9401 0132313 099.5632 056.6319 12.16693294103977
+0 SL-8 DEB
+1 21959U 91009CH  16017.10752241  .00000100  00000-0  11000-2 0  9997
+2 21959  73.9691 276.2521 0127394  58.6710  61.0938 12.18504945105362
+0 PALAPA B4
+1 21964U 92027A   16015.51785637 -.00000115  00000-0  00000+0 0  9994
+2 21964   9.1510  45.1222 0004304 238.1297 281.4629  0.99930712 86476
+0 DELTA 2 R/B(1)
+1 21965U 92027B   16018.05754371  .00000523  00000-0  96233-4 0  9998
+2 21965  19.6797 276.1194 1377027 145.4250 224.3888 12.18117364 51041
+0 DELTA 2 R/B(2)
+1 21966U 92027C   16016.48583440 -.00000099 +00000-0 +00000-0 0  9993
+2 21966 022.1519 125.2307 6477061 164.5245 232.8263 02.05327864177619
+0 DELTA 1 DEB
+1 21969U 75052JV  16017.50346003  .00000371  00000-0  75339-3 0  9993
+2 21969  99.0124   0.0676 0114078 114.4957  10.8761 13.37186687192123
+0 THOR ABLESTAR DEB *
+1 21970U 61015ML  16016.48614252  .00007889  00000-0  37890-3 0  9990
+2 21970  65.9891  37.2302 0287745 318.4705  39.4867 14.89788001275330
+0 DELTA 1 DEB
+1 21972U 75052JW  16016.21436355  .00000052  00000-0  25910-3 0  9990
+2 21972  99.6652 288.9510 0338325  10.3799 145.0592 12.91422740123550
+0 COSMOS 2187
+1 21976U 92030A   16017.50591674 -.00000002  00000-0  87381-4 0  9995
+2 21976  74.0007 186.6112 0050480 347.8700  66.8006 12.55679573 83036
+0 COSMOS 2188
+1 21977U 92030B   16016.84353167  .00000001  00000-0  10265-3 0  9999
+2 21977  74.0030 148.1724 0058805 295.8660 137.7618 12.57494460 84514
+0 COSMOS 2189
+1 21978U 92030C   16017.05277382 -.00000016  00000-0  32144-5 0  9997
+2 21978  74.0005 224.2062 0040185  29.4375 127.1600 12.53972556 81518
+0 COSMOS 2190
+1 21979U 92030D   16018.16720869 -.00000021  00000-0 -31715-4 0  9993
+2 21979  74.0023 260.1374 0030898  75.4511  42.1719 12.52230239 80157
+0 COSMOS 2191
+1 21980U 92030E   16018.17425203 -.00000022  00000-0 -46755-4 0  9991
+2 21980  74.0029  65.2213 0018217   6.5412  48.9956 12.44522196 73524
+0 COSMOS 2192
+1 21981U 92030F   16018.19944046 -.00000001  00000-0  10416-3 0  9995
+2 21981  74.0028  19.8293 0009781 281.0019 158.1524 12.46642630 75352
+0 COSMOS 2193
+1 21982U 92030G   16017.15653484 -.00000003  00000-0  81095-4 0  9998
+2 21982  74.0054 300.9347 0021044 126.1000 339.4471 12.50403138 78464
+0 COSMOS 2194
+1 21983U 92030H   16018.07812546 -.00000008  00000-0  50132-4 0  9990
+2 21983  74.0047 341.8978 0017341 206.1261 229.0962 12.48423312 76868
+0 SL-8 R/B
+1 21984U 92030J   16017.50790024  .00000110  00000-0  11466-2 0  9992
+2 21984  74.0002 171.3071 0124202 220.4018 196.5126 12.22218330 54190
+0 DELTA 1 DEB
+1 21985U 75052JX  16017.25774475  .00003211  00000-0  33586-2 0  9994
+2 21985  99.6197 129.5011 0042627 157.5544 235.3244 13.75515533189772
+0 THOR ABLESTAR DEB
+1 21986U 61015MM  16015.23783718  .00000118  00000-0  11758-3 0  9996
+2 21986  66.8779 294.4036 0103538 290.4507 146.8420 14.04553537218526
+0 NSS K (INTELSAT K)
+1 21989U 92032A   16016.66691103 -.00000139 +00000-0 +00000-0 0  9995
+2 21989 011.4378 041.8381 0087042 262.2549 245.5124 00.97181679095512
+0 SL-14 DEB
+1 21997U 78100AS  16016.50742440 +.00052062 +00000-0 +66064-1 0  9992
+2 21997 082.5221 085.1925 0419083 326.2929 031.2176 13.31839526119628
+0 COSMOS 2195
+1 22006U 92036A   16018.06802808  .00000070  00000-0  56598-4 0  9992
+2 22006  82.9344 358.6964 0038501  81.8456 347.1059 13.74890096181503
+0 SL-8 R/B
+1 22007U 92036B   16017.49747220  .00000033  00000-0  18128-4 0  9991
+2 22007  82.9339 326.5185 0029776 331.1234 166.0565 13.77890063112293
+0 NAVSTAR 26 (USA 83)
+1 22014U 92039A   16016.18696403 +.00000035 +00000-0 +00000-0 0  9991
+2 22014 055.5493 248.8672 0003298 231.3192 128.7239 01.87911247003760
+0 DELTA 2 R/B(1)
+1 22015U 92039B   16018.18234824  .00003292  00000-0  13974-3 0  9994
+2 22015  20.7170  33.7820 0053198 158.8923 201.3723 15.14707773312279
+0 COSMOS 2196
+1 22017U 92040A   16016.71530078 -.00001089  00000-0 -97630-3 0  9990
+2 22017  61.7763 263.6459 7427361 214.2091  61.1846  2.00967353148305
+0 SL-8 DEB
+1 22025U 91009CJ  16016.88320473 -.00000004 +00000-0 +86603-4 0  9991
+2 22025 073.9416 333.0373 0141129 095.4747 296.3533 12.31311634117015
+0 INSAT 2A
+1 22027U 92041A   16016.80502789 -.00000094 +00000-0 +00000-0 0  9996
+2 22027 014.1569 025.9341 0009084 198.4243 347.2538 01.00238915085922
+0 EUTELSAT 2-F4
+1 22028U 92041B   16017.54440797 -.00000004  00000-0  00000+0 0  9999
+2 22028  12.2669  36.9893 0008883 188.8824 343.7294  0.99075780 78547
+0 ARIANE 44L R/B
+1 22032U 92041C   16017.48247627  .00001746  00000-0  66478-3 0  9992
+2 22032   6.9804  55.6049 5619220  78.0168 336.8981  4.57317926295639
+0 COSMOS 2197
+1 22034U 92042A   16017.42014429  .00000037  00000-0  14335-3 0  9998
+2 22034  82.5961 139.2442 0011005 286.0723 134.8563 12.64135078 84957
+0 COSMOS 2198
+1 22035U 92042B   16017.49413287  .00000037  00000-0  14823-3 0  9993
+2 22035  82.5982 156.7810 0004785 303.0022  57.0609 12.62584960 83641
+0 COSMOS 2199
+1 22036U 92042C   16017.51395953  .00000027  00000-0  92953-4 0  9996
+2 22036  82.5991 174.9052 0010193 293.3154 125.4765 12.60959458 82254
+0 COSMOS 2200
+1 22037U 92042D   16016.81568091 +.00000036 +00000-0 +14295-3 0  9996
+2 22037 082.5896 144.1965 0006577 310.4982 204.7075 12.63219985083851
+0 COSMOS 2201
+1 22038U 92042E   16017.88082571  .00000030  00000-0  10907-3 0  9999
+2 22038  82.5913 160.6889 0007344 287.1257 228.3174 12.61687331 82929
+0 COSMOS 2202
+1 22039U 92042F   16017.45774109  .00000025  00000-0  82620-4 0  9994
+2 22039  82.5974 156.3233 0006917 291.2651 129.9168 12.62570443 83635
+0 SL-14 R/B
+1 22040U 92042G   16016.96322390 +.00000005 +00000-0 -37288-4 0  9991
+2 22040 082.6026 235.0004 0042288 108.9237 025.2334 12.55313897077100
+0 GORIZONT 26
+1 22041U 92043A   16017.23034811 -.00000164  00000-0  00000+0 0  9995
+2 22041  14.8096  17.7147 0034826 175.2727 186.3291  0.99246083 85745
+0 SL-12 R/B(2)
+1 22044U 92043D   16016.41222505 -.00000106 +00000-0 +00000-0 0  9993
+2 22044 015.3356 019.1256 0023563 102.2414 074.8756 00.97831759082336
+0 GEOTAIL
+1 22049U 92044A   16019.40932421 -.00001104  00000-0  00000+0 0  9994
+2 22049   3.9574 229.7961 5207500 296.7821 356.3774  0.19217882  8457
+0 COSMOS 2206 (GLONASS)
+1 22056U 92047A   16016.43776350 -.00000030 +00000-0 +00000-0 0  9990
+2 22056 064.2733 074.7398 0009685 254.5470 147.2108 02.13106172182541
+0 COSMOS 2204 (GLONASS)
+1 22057U 92047B   16016.73231867 -.00000032  00000-0  00000+0 0  9994
+2 22057  64.2832  74.8672 0006379 343.6445  12.4495  2.13103500182574
+0 COSMOS 2205 (GLONASS)
+1 22058U 92047C   16016.81528056 -.00000032 +00000-0 +00000-0 0  9994
+2 22058 064.2792 074.8221 0011329 239.7923 238.5593 02.13102864182467
+0 SL-12 R/B(2)
+1 22061U 92047F   16018.13664773 -.00000035  00000-0  00000+0 0  9994
+2 22061  64.2864  74.0094 0003335 303.7156   6.9230  2.13331619182859
+0 SL-12 R/B(AUX MOTOR)
+1 22066U 92047G   16016.47150476  .00000068  00000-0  15902-3 0  9990
+2 22066  64.7395 103.3706 5670550 327.1964   7.8095  4.34721450366275
+0 TOPEX/POSEIDON
+1 22076U 92052A   16016.78833495 -.00000054 +00000-0 +28424-4 0  9990
+2 22076 066.0416 115.7599 0007832 268.1819 259.3683 12.81002440096232
+0 OSCAR 23 (KITSAT 1)
+1 22077U 92052B   16017.87700542 -.00000048  00000-0  56648-4 0  9990
+2 22077  66.0865 328.0455 0015599 263.9302 128.4250 12.86510568100973
+0 S80/T
+1 22078U 92052C   16018.19688992 -.00000048  00000-0  54105-4 0  9997
+2 22078  66.0867 318.4008 0016828 260.2344  99.6775 12.86781103101297
+0 ARIANE 42P R/B
+1 22079U 92052D   16016.91011391 +.00000007 +00000-0 +30352-3 0  9990
+2 22079 066.0644 236.8326 0074277 231.2289 206.2842 12.77840780093293
+0 COSMOS 2208
+1 22080U 92053A   16018.20175690  .00000038  00000-0  24413-4 0  9996
+2 22080  74.0431 353.9443 0012350  22.9872  75.7679 14.30596873223043
+0 SL-8 R/B
+1 22081U 92053B   16017.16402402  .00000081  00000-0  38474-4 0  9995
+2 22081  74.0459 302.0768 0035168  36.5197 323.8342 14.33293265224768
+0 OPTUS B1 (AUSSAT B1)
+1 22087U 92054A   16016.31416578 +.00000022 +00000-0 +00000-0 0  9992
+2 22087 007.9003 050.2272 0004551 040.3051 347.4846 00.99205103096961
+0 OPTUS B1 R/B(STAR 63F)
+1 22089U 92054C   16016.91690145  .00000233  00000-0  40086-3 0  9999
+2 22089  22.6922 146.6201 7279102  92.5051 344.4764  2.22333160188030
+0 SATCOM C4
+1 22096U 92057A   16016.33586241 -.00000247 +00000-0 +00000-0 0  9992
+2 22096 009.7601 044.5003 0005710 197.8088 336.3553 00.99019444087232
+0 DELTA 2 R/B(1)
+1 22097U 92057B   16017.14013907  .00000075  00000-0  46307-3 0  9998
+2 22097  25.1922 240.1707 0506584 105.4203  71.1024 10.92070397933779
+0 DELTA 2 R/B(2)
+1 22098U 92057C   16018.07517042 -.00000038  00000-0  00000+0 0  9997
+2 22098  19.6914 222.4962 6743554 120.5100  11.5109  2.17557277185917
+0 ARIANE 3 DEB
+1 22101U 88063G   16016.60527233 +.00011156 +00000-0 +84827-2 0  9998
+2 22101 007.8053 174.4999 4524366 187.8231 161.5782 06.24014635092826
+0 NAVSTAR 27 (USA 84)
+1 22108U 92058A   16015.14417059 -.00000042  00000-0  00000+0 0  9997
+2 22108  55.7785 299.8407 0233865 335.8752  23.0849  2.00568231171003
+0 DELTA 2 R/B(1)
+1 22109U 92058B   16017.84287917  .00000836  00000-0  69870-4 0  9990
+2 22109  19.7821 245.6350 0037000 184.5881 175.4194 14.73047133254076
+0 COSMOS 2209
+1 22112U 92059A   16015.65569426 -.00000030  00000-0  00000+0 0  9992
+2 22112  14.8185  16.8467 0009199 202.9187   9.0655  1.00380271 85499
+0 SL-12 R/B(2)
+1 22115U 92059D   16015.52519318  .00000086  00000-0  00000+0 0  9996
+2 22115  14.9382  17.3848 0014055 228.3209 277.0097  0.99794245 84375
+0 HISPASAT 1A
+1 22116U 92060A   16016.93623499 -.00000288 +00000-0 +00000-0 0  9997
+2 22116 011.0382 040.3848 0008940 209.9383 324.6188 00.99317476081716
+0 SATCOM C3
+1 22117U 92060B   16016.83506201 -.00000161  00000-0  00000+0 0  9997
+2 22117   9.4223  46.4092 0024364 278.1852  74.9570  0.97011817 84853
+0 SL-8 DEB
+1 22132U 91009CR  16016.95963887 -.00000049 +00000-0 -34189-3 0  9991
+2 22132 074.0585 007.3894 0142879 005.0796 023.0506 12.16787762104378
+0 FREJA
+1 22161U 92064A   16017.50609412 -.00000053  00000-0  24918-4 0  9992
+2 22161  63.0034 309.8910 0733142 271.4587 128.2734 13.30208801127726
+0 HELLAS SAT 1 (DFS 3)
+1 22175U 92066A   16016.42479197  .00000078  00000-0  00000+0 0  9991
+2 22175  11.5639  38.0337 0004162 224.0663 213.7370  0.99731194 82651
+0 DELTA 2 R/B(1)
+1 22176U 92066B   16017.17823711  .00000104  00000-0  77898-3 0  9993
+2 22176  25.0877  25.2197 0965659 349.5458  81.4285 10.85554337923646
+0 DELTA 2 R/B(2)
+1 22177U 92066C   16017.64911294 -.00000147  00000-0  00000+0 0  9995
+2 22177  19.2858 105.3231 6840899  52.2504   5.9215  2.18729606185963
+0 MOLNIYA 3-42
+1 22178U 92067A   16016.33749898 +.00000182 +00000-0 +00000-0 0  9990
+2 22178 063.1572 160.7352 6896824 288.8353 011.9337 02.20433808028509
+0 SL-6 R/B(2)
+1 22181U 92067D   16017.19294187  .00001179  00000-0  33068-2 0  9994
+2 22181  63.3612 231.2739 7159080 287.0130  10.9348  2.00778313167140
+0 COSMOS 2211
+1 22182U 92068A   16018.07607885  .00000015  00000-0  24235-4 0  9993
+2 22182  82.5927 230.2462 0007532 156.8697 317.6541 12.63985469 72456
+0 COSMOS 2212
+1 22183U 92068B   16017.10625986  .00000010  00000-0 -59550-5 0  9994
+2 22183  82.5867 235.9987 0002192 159.4863 200.6317 12.63046100 71513
+0 COSMOS 2213
+1 22184U 92068C   16017.70998602 -.00000003  00000-0 -75403-4 0  9996
+2 22184  82.5979 248.0649 0003015 102.6270 317.3578 12.62525752 71165
+0 COSMOS 2214
+1 22185U 92068D   16018.20572278  .00000006  00000-0 -28437-4 0  9997
+2 22185  82.5904 252.5590 0008635 114.0731   8.1490 12.61505514 70352
+0 COSMOS 2215
+1 22186U 92068E   16017.19199203  .00000011  00000-0  10561-6 0  9994
+2 22186  82.6005 266.3712 0012393 132.6515 227.5622 12.60847154 69649
+0 COSMOS 2216
+1 22187U 92068F   16016.91441795 +.00000025 +00000-0 +81357-4 0  9994
+2 22187 082.5942 246.5149 0005238 116.7623 243.4004 12.62493150070835
+0 SL-14 R/B
+1 22188U 92068G   16016.83633475 +.00000032 +00000-0 +13589-3 0  9993
+2 22188 082.6011 323.1236 0045280 347.8287 040.1140 12.54887776064431
+0 SL-6 R/B(2)
+1 22192U 92069D   16017.39175422 -.00001016  00000-0  00000+0 0  9998
+2 22192  68.5275  10.9062 6333424 112.9440   6.6815  2.02819704167233
+0 LAGEOS 2
+1 22195U 92070B   16016.81007609 -.00000009 +00000-0 +00000-0 0  9992
+2 22195 052.6449 151.0519 0137878 323.6997 082.7492 06.47294268549341
+0 IRIS R/B
+1 22196U 92070D   16017.59390781  .00020001  27824-5  60554-3 0  9999
+2 22196  41.1413  44.5088 1721536 356.1274   2.7467 12.02684482901191
+0 LAGEOS 2 AKM (MAGE 1S)
+1 22197U 92070E   16016.77261324 -.00000009  00000-0  00000+0 0  9994
+2 22197  52.6423 148.5985 0137101 326.0431  33.1418  6.47401271549423
+0 SL-8 DEB
+1 22198U 91009CS  16016.86332328 +.00000061 +00000-0 +61994-3 0  9999
+2 22198 073.9178 329.7857 0144773 137.0034 254.1319 12.30441205116256
+0 GALAXY 7
+1 22205U 92072A   16017.27365172 -.00000001  00000-0  00000+0 0  9990
+2 22205  12.3896  35.2202 0009831 276.1146 282.1659  0.99701138 78998
+0 COSMOS 2218
+1 22207U 92073A   16018.20310159  .00000020  00000-0  50738-5 0  9991
+2 22207  82.9203  71.2550 0033873 126.1201 292.1118 13.72844630163389
+0 SL-8 R/B
+1 22208U 92073B   16017.59528105  .00000039  00000-0  24694-4 0  9996
+2 22208  82.9167  46.8876 0035183  40.1351  70.7984 13.75109092165051
+0 EKRAN 20
+1 22210U 92074A   16017.96684112 -.00000269  00000-0  00000+0 0  9998
+2 22210  14.6717  18.0706 0004801 151.3370  25.8824  1.00315146 85036
+0 SL-12 R/B(2)
+1 22213U 92074D   16017.01679804 -.00000290  00000-0  00000+0 0  9993
+2 22213  14.4394  17.2255 0018486  48.0104 134.4881  1.01148313 87335
+0 COSMOS 2219
+1 22219U 92076A   16017.06557489 -.00000281  00000-0 -12405-3 0  9997
+2 22219  71.0575 197.8839 0015542  99.9134 260.3744 14.13576931195135
+0 SL-16 R/B
+1 22220U 92076B   16017.73739470 -.00000194  00000-0 -73213-4 0  9993
+2 22220  71.0005  66.3238 0013986 330.2671 168.1444 14.16389518197641
+0 SL-16 DEB
+1 22221U 92076C   16018.16068350  .00000054  00000-0  86963-4 0  9993
+2 22221  71.0427 157.5754 0184708 195.6347 218.9484 13.76903548163999
+0 SL-16 DEB
+1 22222U 92076D   16016.84362427  .00000061  00000-0  99655-4 0  9999
+2 22222  71.0008 314.8387 0215094  40.3956 321.2893 13.69883649157895
+0 SL-16 DEB
+1 22223U 92076E   16016.96731338 +.00000031 +00000-0 +67852-4 0  9995
+2 22223 071.0344 199.8684 0196941 270.4829 208.2922 13.75285701162068
+0 SL-16 DEB
+1 22224U 92076F   16016.86184365 +.00000037 +00000-0 +74508-4 0  9999
+2 22224 070.9881 182.7486 0196394 346.2023 013.3753 13.74344128161664
+0 NAVSTAR 28 (USA 85)
+1 22231U 92079A   16016.26403571  .00000036  00000-0  00000+0 0  9997
+2 22231  55.4547 247.5162 0083482 292.0636 241.0664  2.00565866169605
+0 COSMOS 2221
+1 22236U 92080A   16017.51233117  .00000656  00000-0  70070-4 0  9997
+2 22236  82.5076 187.0478 0015494 273.9929  85.9517 14.87240687250519
+0 SL-14 R/B
+1 22237U 92080B   16018.17278564  .00000158  00000-0  18501-4 0  9994
+2 22237  82.5105 237.7011 0021286  92.6040  46.8090 14.78225758247201
+0 COSMOS 2222
+1 22238U 92081A   16016.41625498 +.00000867 +00000-0 +00000-0 0  9991
+2 22238 063.6901 255.5578 6935096 193.2777 129.2477 02.00368146169542
+0 SL-6 R/B(2)
+1 22241U 92081D   16017.74107173  .00000895  00000-0  00000+0 0  9997
+2 22241  68.8163 241.9957 6042074 131.1248 299.4660  2.03441933171986
+0 GORIZONT 27
+1 22245U 92082A   16017.38631818 -.00000380  00000-0  00000+0 0  9990
+2 22245  14.7322  17.9947 0013453 276.1739  86.1412  1.00182986 89042
+0 SL-12 R/B(2)
+1 22248U 92082D   16017.95703528 -.00000099  00000-0  00000+0 0  9991
+2 22248  15.2745  19.9392 0005856 359.6015 187.3164  0.98023438 82838
+0 SUPERBIRD A1
+1 22253U 92084A   16016.64137293 +.00000026 +00000-0 +00000-0 0  9994
+2 22253 007.9193 046.3223 0011328 071.5348 082.8870 00.99118742084105
+0 HIMAWARI 3 AKM
+1 22266U 84080E   16016.55745446 -.00000048  00000-0  00000+0 0  9994
+2 22266  14.8178 350.8010 0132568   5.4367 146.6667  0.99749372 79615
+0 COSMOS 2224
+1 22269U 92088A   16018.10377683  .00000092  00000-0  00000+0 0  9999
+2 22269  14.0693  20.9364 0006816 193.9950 319.9060  1.00336757 84021
+0 SL-12 R/B(2)
+1 22272U 92088D   16016.49121522 -.00000222  00000-0  00000+0 0  9998
+2 22272  14.1003  21.2728 0007064  69.1250 119.7572  1.00051301 84328
+0 NAVSTAR 29 (USA 87)
+1 22275U 92089A   16017.27017725  .00000014  00000-0  00000+0 0  9996
+2 22275  55.2891 259.4023 0045527  23.2718 276.4566  1.88247989165353
+0 DELTA 2 R/B(1)
+1 22276U 92089B   16018.21642407  .00000970  00000-0  63875-4 0  9998
+2 22276  20.2871 315.1286 0064029 161.7248 340.0766 14.83701608246070
+0 COSMOS 2226
+1 22282U 92092A   16017.54840185  .00000004  00000-0  15882-3 0  9999
+2 22282  73.6230 161.3713 0028550  79.6803 346.8656 12.41238594 45460
+0 SL-14 R/B
+1 22283U 92092B   16018.11368025 -.00000007  00000-0  75701-4 0  9993
+2 22283  73.6269  10.3785 0059646 251.0225 173.1078 12.48277464 51517
+0 COSMOS 2227
+1 22284U 92093A   16017.85216051  .00000236  00000-0  15105-3 0  9990
+2 22284  70.9770 237.8689 0020173 236.8648 123.0539 14.13255390189692
+0 SL-16 R/B
+1 22285U 92093B   16017.11934374 -.00000284  00000-0 -12195-3 0  9996
+2 22285  71.0194 216.9461 0005436 221.2743 138.7969 14.14986714189399
+0 COSMOS 2228
+1 22286U 92094A   16017.43265258  .00000688  00000-0  73217-4 0  9990
+2 22286  82.5229 141.1963 0021528  39.9502 320.3294 14.87301446245676
+0 SL-14 R/B
+1 22287U 92094B   16017.50275172  .00000234  00000-0  29244-4 0  9993
+2 22287  82.5232 193.8344 0023915 212.5267 147.4473 14.77963910242232
+0 SL-16 DEB
+1 22289U 92093D   16017.88802161  .00000081  00000-0  48942-4 0  9995
+2 22289  70.8335 320.9671 0059029  59.6507   1.8362 14.31301734203761
+0 SL-16 DEB
+1 22290U 92093E   16017.19845501  .00000008  00000-0  47641-4 0  9990
+2 22290  71.0529 316.2499 0197451 314.7616 147.5544 13.74549319155894
+0 SL-16 DEB
+1 22291U 92093F   16017.72938541  .00000036  00000-0  74015-4 0  9993
+2 22291  71.0126 359.1918 0207752  35.2879  20.9201 13.71713308154343
+0 SL-16 DEB
+1 22292U 92093G   16017.19825623  .00000055  00000-0  93488-4 0  9997
+2 22292  71.0065  32.3475 0208058  90.3403 341.7388 13.70297194147946
+0 SL-16 DEB
+1 22293U 92093H   16016.94892712 +.00000032 +00000-0 +69792-4 0  9999
+2 22293 071.0590 336.3398 0199604 292.0420 065.9587 13.73908928149997
+0 SL-16 DEB
+1 22294U 92093J   16017.48283782 -.00000091  00000-0 -24115-4 0  9998
+2 22294  71.0583  26.3368 0099738 176.4934 298.6094 14.10119246187017
+0 SL-16 DEB
+1 22295U 92093K   16016.80833307 -.00000162 +00000-0 -67244-4 0  9997
+2 22295 071.0069 119.7515 0097848 009.2691 133.0653 14.06007709182294
+0 SL-16 DEB
+1 22296U 92093L   16017.19234910  .00001565  00000-0  55400-3 0  9992
+2 22296  70.8477  59.3389 0076622 191.2670 227.2746 14.34524353188306
+0 SL-16 DEB
+1 22297U 92093M   16017.48095771  .00000155  00000-0  12000-3 0  9998
+2 22297  70.9486 132.5701 0099593 149.6468 211.0469 14.04783565179272
+0 COSMOS 2230
+1 22307U 93001A   16017.70619909  .00000053  00000-0  40395-4 0  9996
+2 22307  82.9388 220.1733 0023723 312.8666 101.3110 13.73512999145210
+0 SL-8 R/B
+1 22308U 93001B   16017.55628895  .00000130  00000-0  11933-3 0  9995
+2 22308  82.9333 191.8123 0023031 202.8130 216.4156 13.75654267155276
+0 TDRS 6
+1 22314U 93003B   16018.05420126 -.00000304  00000-0  00000+0 0  9990
+2 22314  13.4527  29.9104 0008795 280.3088 140.2545  1.00267190 84244
+0 IUS R/B(1)
+1 22315U 93003C   16017.37809893  .00003403  00000-0  67288-3 0  9994
+2 22315  26.9364 310.5475 6386267  84.0384 340.4252  3.48259057241207
+0 IUS R/B(2)
+1 22316U 93003D   16016.59711522 -.00000127 +00000-0 +00000-0 0  9996
+2 22316 013.2139 013.6431 0064940 027.4129 189.5341 01.00097258089090
+0 COSMOS 2232
+1 22321U 93006A   16017.64785661 -.00000681  00000-0  00000+0 0  9991
+2 22321  67.7187  58.7643 5989251 195.3339 132.6507  2.00614811168308
+0 SL-6 R/B(2)
+1 22324U 93006D   16017.93746825 -.00000132  00000-0  00000+0 0  9996
+2 22324  68.1594  26.3605 6012742 181.7219  58.2071  2.03722374170956
+0 SL-16 DEB
+1 22326U 92093P   16017.46525795  .00000493  00000-0  38720-3 0  9995
+2 22326  70.6611  20.6944 0152319 217.7892 297.3274 13.91741747164694
+0 SL-16 DEB
+1 22327U 92093Q   16017.12658866  .00001120  00000-0  17630-3 0  9990
+2 22327  71.1240 141.0834 0097874 329.6296 153.5396 14.71838828221845
+0 SL-16 DEB
+1 22329U 92093S   16018.22275655  .00001467  00000-0  24038-3 0  9999
+2 22329  70.9014 101.6826 0075989  52.3817 308.4199 14.70744557220157
+0 SL-16 DEB
+1 22330U 92093T   16018.18032303  .00000121  00000-0  99712-4 0  9995
+2 22330  70.4167  50.1983 0117644 294.8636 131.9732 14.05664903179476
+0 SL-16 DEB
+1 22331U 92093U   16017.54238105 -.00000072  00000-0 -15614-4 0  9999
+2 22331  70.9226  75.2094 0076373 166.5227 298.0429 14.04420855181288
+0 SL-16 DEB
+1 22332U 92093V   16016.40084584 +.00011955 +00000-0 +15662-2 0  9995
+2 22332 070.5445 118.9558 0024925 248.2641 181.8617 14.80288723200956
+0 SL-16 DEB
+1 22333U 92093W   16018.16364442  .00000261  00000-0  85863-4 0  9995
+2 22333  71.0043 168.6478 0128011 158.4057 202.2549 14.42950723211637
+0 SL-16 DEB
+1 22335U 92093Y   16017.86502603  .00000020  00000-0  45274-4 0  9991
+2 22335  71.1650 291.4927 0116919 191.2613 231.4095 13.94926290169905
+0 SL-16 DEB
+1 22336U 92093Z   16017.85727939  .00000647  00000-0  50596-3 0  9999
+2 22336  71.1335 315.6656 0123073 274.9894 144.7334 13.92349645168039
+0 SL-16 DEB
+1 22337U 92093AA  16016.77504419 -.00000014 +00000-0 +22537-4 0  9990
+2 22337 071.2865 240.7253 0148507 169.2999 191.1330 13.84101212163170
+0 SL-16 DEB
+1 22338U 92093AB  16016.66973241  .00000776  00000-0  16523-3 0  9993
+2 22338  70.6198 253.6217 0090700 286.9855  89.1880 14.60172490219208
+0 SL-16 DEB
+1 22339U 92093AC  16016.95400079 +.00000043 +00000-0 +32320-4 0  9991
+2 22339 070.8092 215.5495 0129938 244.7486 114.0132 14.33836824184619
+0 SL-16 DEB
+1 22340U 92093AD  16018.24161561 -.00000005  00000-0  29063-4 0  9996
+2 22340  70.8764 324.7996 0099327 113.4454 358.0654 13.94107409172635
+0 SL-16 DEB
+1 22341U 92093AE  16017.79725100  .00000460  00000-0  36909-3 0  9991
+2 22341  70.7474 351.5080 0135252  16.8686  54.5400 13.91864423168417
+0 SL-16 DEB
+1 22342U 92093AF  16018.19497721  .00000302  00000-0  25652-3 0  9990
+2 22342  70.6996 284.5239 0118337  71.3266  87.1114 13.92317732168592
+0 SL-16 DEB
+1 22343U 92093AG  16016.85415932  .00000575  00000-0  35270-3 0  9995
+2 22343  70.9589 125.0924 0095159 124.8381  15.6538 14.07652421180574
+0 SL-16 DEB
+1 22344U 92093AH  16017.16781782  .00000034  00000-0  47256-4 0  9998
+2 22344  71.0983  82.7854 0113675 184.4978 175.5130 14.04147377174724
+0 SL-16 DEB
+1 22347U 92093AL  16017.19848940  .00001036  00000-0  75342-3 0  9993
+2 22347  70.8388 331.7344 0176710 128.3776 335.4986 13.91406925159389
+0 SL-16 DEB
+1 22348U 92093AM  16017.18655623  .00000354  00000-0  23208-3 0  9993
+2 22348  71.2613  67.8187 0106336 133.0008 284.1841 14.05702415178667
+0 SL-16 DEB
+1 22349U 92093AN  16017.23797537  .00000117  00000-0  13577-3 0  9996
+2 22349  70.8218   4.3800 0181440 112.5218 348.2993 13.80355869157954
+0 SL-16 DEB
+1 22350U 92093AP  16017.51375836  .00000122  00000-0  10211-3 0  9991
+2 22350  70.9099  47.4808 0071408 314.5583 208.7744 14.05377883181680
+0 SL-16 DEB
+1 22351U 92093AQ  16017.90894743  .00000135  00000-0  11474-3 0  9994
+2 22351  70.9060 208.4657 0108424 295.0211 184.8868 14.01418281176689
+0 SL-16 DEB
+1 22352U 92093AR  16016.92427432 -.00000020 +00000-0 +17679-4 0  9991
+2 22352 070.8912 159.0718 0078263 308.6850 199.8962 14.00377498176214
+0 SL-16 DEB
+1 22353U 92093AS  16016.96816331 +.00000282 +00000-0 +18688-3 0  9995
+2 22353 070.9675 229.7031 0119769 179.9720 296.9504 14.06294840176190
+0 SL-16 DEB
+1 22354U 92093AT  16016.95646242 +.00000046 +00000-0 +63901-4 0  9994
+2 22354 071.1442 270.1930 0141928 098.4863 349.0969 13.92086359168733
+0 SL-16 DEB
+1 22356U 92093AV  16017.21661084  .00003443  00000-0  10039-2 0  9993
+2 22356  70.6853 306.5029 0060640 300.0499 179.8860 14.43802419188704
+0 SL-16 DEB
+1 22357U 92093AW  16017.89223196  .00001897  00000-0  27418-3 0  9997
+2 22357  70.8690 266.8142 0073634 127.3922 316.6293 14.75838889225649
+0 SL-16 DEB
+1 22358U 92093AX  16017.52982495  .00000013  00000-0  46105-4 0  9996
+2 22358  71.2248 186.3191 0148849 254.0667 161.5141 13.84317044164655
+0 SL-16 DEB
+1 22359U 92093AY  16017.52399780  .00000688  00000-0  53524-3 0  9996
+2 22359  70.7432 177.7715 0169995 130.9203 288.5469 13.89437759162195
+0 SL-16 DEB
+1 22361U 92093BA  16016.91483204 +.00000069 +00000-0 +97737-4 0  9994
+2 22361 070.7666 345.9222 0190154 212.3441 178.5073 13.79240730157912
+0 SL-16 DEB
+1 22362U 92093BB  16018.12650730  .00000631  00000-0  54414-3 0  9999
+2 22362  70.8969 177.2488 0202352 181.8906 293.5938 13.81299404155236
+0 SL-16 DEB
+1 22363U 92093BC  16017.71886325  .00000131  00000-0  12587-3 0  9995
+2 22363  71.0334 211.2267 0149147 281.4912 209.6700 13.92134331168830
+0 SL-16 DEB
+1 22366U 92093BF  16017.17816765  .00001523  00000-0  64008-3 0  9990
+2 22366  71.1234 285.1927 0131760 243.5207 229.6904 14.22825170179151
+0 SL-16 DEB
+1 22367U 92093BG  16017.86334779  .00000075  00000-0  95338-4 0  9999
+2 22367  70.9015 314.4984 0186051  52.5375   6.1531 13.82693773162537
+0 SL-16 DEB
+1 22368U 92093BH  16016.83831094 +.00000244 +00000-0 +75537-4 0  9995
+2 22368 071.2456 288.4556 0116678 051.0088 345.2802 14.46991253191444
+0 SL-16 DEB
+1 22369U 92093BJ  16017.85716214  .00000001  00000-0  33311-4 0  9990
+2 22369  70.8867 329.5753 0098240  94.9222 266.3114 13.94143082171967
+0 SL-16 DEB
+1 22370U 92093BK  16016.95323192 +.00000298 +00000-0 +20463-3 0  9992
+2 22370 070.9743 186.0790 0109820 128.6958 037.4792 14.04430813178035
+0 SL-16 DEB
+1 22371U 92093BL  16017.17824881  .00000026  00000-0  51264-4 0  9992
+2 22371  71.1664 281.3564 0113221 189.6937 333.2628 13.92717448169867
+0 SL-16 DEB
+1 22374U 92093BP  16018.17530589  .00000448  00000-0  38418-3 0  9998
+2 22374  70.7892 288.5852 0179959 122.7217  29.3526 13.84968940159883
+0 SL-16 DEB
+1 22375U 92093BQ  16017.54959487  .00000021  00000-0  44353-4 0  9994
+2 22375  70.8168 103.1975 0090297 184.3448 283.2251 14.00621103176663
+0 SL-16 DEB
+1 22376U 92093BR  16017.06637434  .00000505  00000-0  25939-3 0  9992
+2 22376  70.8908 240.3412 0059597  60.4961  59.3293 14.19199274185407
+0 SL-16 DEB
+1 22377U 92093BS  16017.72799074  .00000209  00000-0  15159-3 0  9999
+2 22377  71.0937 222.4357 0056939   5.2070 354.9629 14.06691808180450
+0 SL-16 DEB
+1 22379U 92093BU  16017.19875096  .00000212  00000-0  15661-3 0  9993
+2 22379  70.7069  44.3978 0095801 251.8548 107.2117 14.04659352175512
+0 SL-16 DEB
+1 22381U 92093BW  16017.03690738  .00005079  00000-0  96689-3 0  9992
+2 22381  70.5441 245.0421 0031728 341.8909  18.1103 14.64273626195967
+0 SL-16 DEB
+1 22382U 92093BX  16017.16321468  .00000251  00000-0  22677-3 0  9991
+2 22382  70.8659 272.9528 0167927 318.6237 196.3585 13.87127559161699
+0 SL-16 DEB
+1 22387U 92093CC  16017.46381024  .00000308  00000-0  22118-3 0  9996
+2 22387  70.8914 254.4138 0112769   6.1633  60.7054 14.01752556173611
+0 SL-16 DEB
+1 22388U 92093CD  16016.76949139 +.00000733 +00000-0 +43207-3 0  9990
+2 22388 070.9531 228.3153 0112099 213.1580 272.5832 14.08168781175743
+0 SL-16 DEB
+1 22390U 92093CF  16018.19242512 -.00000142  00000-0 -61015-4 0  9997
+2 22390  71.1736  61.4355 0077616 346.0515  13.8457 14.02878222140018
+0 SL-16 DEB
+1 22392U 92093CH  16018.15504867  .00000699  00000-0  11947-3 0  9992
+2 22392  70.8919 273.6242 0106231 144.4745 334.3565 14.69301790224065
+0 SL-16 DEB
+1 22393U 92093CJ  16016.73373304 +.00000578 +00000-0 +37720-3 0  9998
+2 22393 071.1240 107.0424 0122989 016.1565 142.3365 14.02687847173821
+0 SL-16 DEB
+1 22394U 92093CK  16017.52815481 -.00000066  00000-0 -13318-4 0  9996
+2 22394  71.2802 133.2334 0081110 180.9633 179.1343 14.05187577176492
+0 SL-16 DEB
+1 22395U 92093CL  16016.96982168 +.00001918 +00000-0 +86193-3 0  9996
+2 22395 071.1524 331.5770 0092714 301.9127 123.7669 14.21336935177708
+0 SL-16 DEB
+1 22396U 92093CM  16016.36116816  .00005264  00000-0  90370-3 0  9990
+2 22396  70.6542 110.8964 0014728   1.8034  59.7323 14.69109962202454
+0 SL-16 DEB
+1 22397U 92093CN  16018.13791282  .00000589  00000-0  28609-3 0  9995
+2 22397  70.8044  34.6356 0039727 184.4900 243.6175 14.22108725188343
+0 SL-16 DEB
+1 22398U 92093CP  16017.10694105  .00000403  00000-0  27000-3 0  9997
+2 22398  70.9537 256.2744 0117483 233.0468 125.9846 14.03563723174974
+0 SL-16 DEB
+1 22400U 92093CR  16017.53564987  .00000164  00000-0  16007-3 0  9991
+2 22400  71.2390 163.4563 0159846 191.9061 243.9306 13.86905044165650
+0 SL-16 DEB
+1 22403U 92093CU  16017.54765588  .00000214  00000-0  16283-3 0  9997
+2 22403  70.8920 181.3215 0085861 329.3167  95.2360 14.03093998175698
+0 SL-16 DEB
+1 22404U 92093CV  16016.57741317  .00001722  00000-0  23158-3 0  9998
+2 22404  71.0539  65.0864 0083935  58.2923 100.4267 14.78469887224061
+0 SL-16 DEB
+1 22405U 92093CW  16016.93707258 +.00000090 +00000-0 +41951-4 0  9994
+2 22405 071.0372 285.7716 0126902 170.4007 189.9600 14.39767839186735
+0 SL-16 DEB
+1 22406U 92093CX  16017.80285163  .00000174  00000-0  18307-3 0  9999
+2 22406  70.7536 279.5719 0177568 195.0386 224.2359 13.81317465158549
+0 SL-16 DEB
+1 22407U 92093CY  16017.81403942  .00000222  00000-0  22031-3 0  9991
+2 22407  70.8611   4.8115 0180764  34.0953  38.0360 13.81671768158685
+0 SL-16 DEB
+1 22408U 92093CZ  16016.57776258 +.00000642 +00000-0 +40143-3 0  9997
+2 22408 071.0923 071.7022 0126155 056.2465 092.1653 14.04424894172957
+0 SL-16 DEB
+1 22409U 92093DA  16018.16197414  .00000244  00000-0  63549-4 0  9990
+2 22409  71.1335  11.7227 0126007 130.4313 313.4321 14.55060583215608
+0 SL-16 DEB
+1 22410U 92093DB  16016.80016863 +.00000130 +00000-0 +12192-3 0  9990
+2 22410 071.0872 141.2536 0111712 258.5530 255.8551 13.95727559170797
+0 SL-16 DEB
+1 22415U 92093DG  16017.38842289  .00000169  00000-0  12905-3 0  9992
+2 22415  71.1174   6.7952 0127718 304.0020  54.9016 14.02838849175433
+0 SL-16 DEB
+1 22416U 92093DH  16017.65717727  .00000163  00000-0  12628-3 0  9997
+2 22416  70.9607 104.7039 0082502 258.9832 216.0434 14.05162932181401
+0 SL-16 DEB
+1 22417U 92093DJ  16016.89961567 +.00000017 +00000-0 +42261-4 0  9991
+2 22417 071.1841 160.4561 0085157 059.7346 067.6406 13.97015626174251
+0 SL-16 DEB
+1 22418U 92093DK  16017.50714756  .00000287  00000-0  20900-3 0  9991
+2 22418  71.1282 143.7192 0130425  36.2638  40.2065 14.00116143173201
+0 SL-16 DEB
+1 22419U 92093DL  16017.34598786  .00000065  00000-0  77694-4 0  9994
+2 22419  71.1780 263.5242 0106191 141.9100 218.9582 13.94332003170979
+0 SL-16 DEB
+1 22420U 92093DM  16017.55343565  .00002543  00000-0  37443-3 0  9992
+2 22420  70.9899  95.2537 0075303 232.1964 245.0841 14.74558960223404
+0 SL-16 DEB
+1 22421U 92093DN  16017.68252147  .00000465  00000-0  28342-3 0  9991
+2 22421  71.0362 110.8555 0098688 302.7339 210.2796 14.08879150181216
+0 SL-16 DEB
+1 22422U 92093DP  16017.84024487  .00000177  00000-0  14943-3 0  9996
+2 22422  71.1841 177.1704 0092511  61.2258  51.6659 13.98289348172732
+0 SL-16 DEB
+1 22423U 92093DQ  16017.80166234 -.00000008  00000-0  25336-4 0  9993
+2 22423  71.2796 294.1866 0101761 300.4392  58.6698 13.94985021171474
+0 SL-16 DEB
+1 22425U 92093DS  16017.23974148  .00000119  00000-0  11796-3 0  9999
+2 22425  71.1771 296.7303 0114021 172.7020 350.4103 13.93214219168713
+0 SL-16 DEB
+1 22426U 92093DT  16017.19576501  .00000711  00000-0  33587-3 0  9996
+2 22426  71.3534 294.2719 0139668 168.1670 353.9777 14.17891066183070
+0 SL-16 DEB
+1 22429U 92093DW  16017.45856683  .00023967  00000-0  91102-3 0  9995
+2 22429  71.0931 148.7186 0030003 100.5316 259.9248 15.26303286235981
+0 SL-16 DEB
+1 22430U 92093DX  16018.21014648  .00000105  00000-0  10515-3 0  9997
+2 22430  71.2365 300.5398 0115402  24.0361 127.2843 13.94500073170371
+0 SL-16 DEB
+1 22432U 92093DZ  16017.63398071  .00000422  00000-0  29520-3 0  9997
+2 22432  70.8335 226.5749 0105310 151.2281 276.1787 14.01513181172346
+0 SL-16 DEB
+1 22433U 92093EA  16017.40770853  .00002353  00000-0  76431-3 0  9993
+2 22433  71.1642   8.0775 0088100 276.9783  82.1338 14.37678482187385
+0 SL-16 DEB
+1 22435U 92093EC  16017.50388458  .00002120  00000-0  69642-3 0  9990
+2 22435  71.3417 249.8214 0081607 176.7064 254.3330 14.37480832184939
+0 SL-16 DEB
+1 22436U 92093ED  16017.76537561  .00001148  00000-0  27029-3 0  9992
+2 22436  71.5133 262.6860 0060753 174.9769 251.1924 14.55261535210052
+0 SL-16 DEB
+1 22437U 92093EE  16016.85274104 +.00000889 +00000-0 +29463-3 0  9998
+2 22437 071.3375 081.2234 0042149 359.4484 000.6600 14.39917556199824
+0 SL-16 DEB
+1 22438U 92093EF  16016.78150821 +.00007709 +00000-0 +12443-2 0  9997
+2 22438 071.3318 244.2264 0043652 262.2766 216.0140 14.71040769194972
+0 SL-16 DEB
+1 22441U 92093EJ  16017.76787432  .00000363  00000-0  25919-3 0  9996
+2 22441  71.1976  98.0351 0089208 311.7394 186.1692 14.01888971176843
+0 SL-16 DEB
+1 22442U 92093EK  16017.82699777  .00001790  00000-0  79451-3 0  9993
+2 22442  71.1091 304.4220 0144306 250.0473 108.5061 14.18937171177209
+0 SL-16 DEB
+1 22443U 92093EL  16017.71999487  .00003033  00000-0  11101-2 0  9992
+2 22443  71.1021 110.2853 0078129 243.2967 238.5187 14.31970838182615
+0 SL-16 DEB
+1 22444U 92093EM  16017.19947421  .00000279  00000-0  19309-3 0  9994
+2 22444  71.3224  97.8639 0078770  39.6193 349.1798 14.05579666177879
+0 SL-16 DEB
+1 22445U 92093EN  16017.85977887  .00000572  00000-0  33471-3 0  9999
+2 22445  71.2740 287.0934 0066459   4.4380 355.7317 14.11294186181606
+0 NAVSTAR 30 (USA 88)
+1 22446U 93007A   16017.48264583 -.00000055  00000-0  00000+0 0  9992
+2 22446  55.4287  17.8684 0024057 320.9144 239.4901  1.88091678162506
+0 DELTA 2 R/B(1)
+1 22447U 93007B   16018.22140956  .00004048  00000-0  15200-3 0  9990
+2 22447  20.8556  20.5298 0048730 151.4526 307.7091 15.20100339254720
+0 SL-16 DEB
+1 22451U 92093EQ  16017.54215259  .00000048  00000-0  65187-4 0  9998
+2 22451  71.1353 229.2387 0129608  86.6517 323.9627 13.93357813170090
+0 SL-16 DEB
+1 22453U 92093ES  16017.15979277  .00000443  00000-0  38536-3 0  9990
+2 22453  70.8048 270.1218 0170696  80.2139  81.0199 13.84956827160219
+0 SL-16 DEB
+1 22454U 92093ET  16018.14339939  .00000102  00000-0  99289-4 0  9991
+2 22454  70.9185 293.2064 0107607 344.3260  15.4529 13.98059391173205
+0 SL-16 DEB
+1 22455U 92093EU  16016.83262874  .00001474  00000-0  69610-3 0  9996
+2 22455  70.8730 256.5447 0121007   4.1130 119.1465 14.17662664173324
+0 SL-16 DEB
+1 22456U 92093EV  16016.84839039 +.00001340 +00000-0 +64110-3 0  9993
+2 22456 071.2531 267.5296 0128588 276.9234 214.5980 14.16590833171752
+0 SL-16 DEB
+1 22458U 92093EX  16017.98934234  .00000039  00000-0  55760-4 0  9990
+2 22458  70.8543 132.1505 0071967  40.9017  78.9272 14.01252948176159
+0 SL-16 DEB
+1 22459U 92093EY  16016.96066244 +.00002974 +00000-0 +98568-3 0  9997
+2 22459 071.1791 209.7507 0085518 132.0750 017.2345 14.36569313182076
+0 SL-16 DEB
+1 22468U 92093FH  16017.21061084  .00003263  00000-0  12480-2 0  9993
+2 22468  71.1691  59.4782 0106184 330.1170  97.6575 14.28293950175677
+0 SL-16 DEB
+1 22471U 92093FL  16017.16038674  .00002579  00000-0  67619-3 0  9994
+2 22471  71.1334 273.2915 0073178 271.3658 240.5982 14.48623038189247
+0 SL-16 DEB
+1 22473U 92093FN  16017.31937900  .00003339  00000-0  11556-2 0  9996
+2 22473  71.3427  84.1153 0092166 359.9030 126.4484 14.34001040178685
+0 SL-16 DEB
+1 22474U 92093FP  16017.44819870  .00001143  00000-0  76843-3 0  9998
+2 22474  71.3076  24.4346 0187531 230.6900 295.0653 13.94491678158043
+0 SL-16 DEB
+1 22475U 92093FQ  16017.25850761  .00004780  00000-0  90614-3 0  9994
+2 22475  71.2964 317.8019 0036547  22.1316 338.1402 14.64329306202429
+0 SL-16 DEB
+1 22476U 92093FR  16017.40532025  .00001015  00000-0  14000-2 0  9994
+2 22476  71.5491 163.3954 0491231 205.4360 152.1791 13.19563448100776
+0 SL-16 DEB
+1 22477U 92093FS  16018.15412788  .00002845  00000-0  47302-3 0  9995
+2 22477  70.8709 166.2828 0073011 164.6225 248.7217 14.69304699215512
+0 SL-16 DEB
+1 22478U 92093FT  16017.82280689  .00004909  00000-0  94017-3 0  9990
+2 22478  71.3215  13.5840 0038640   8.8712 351.3112 14.63803672201236
+0 SL-16 DEB
+1 22480U 92093FV  16017.81849741  .00003034  00000-0  99562-3 0  9990
+2 22480  71.1206 359.2997 0074213  13.6436  59.0721 14.37554196185822
+0 SL-16 DEB
+1 22481U 92093FW  16017.21336505  .00014953  00000-0  21790-2 0  9993
+2 22481  71.2659  99.1835 0046731 258.2581 101.3330 14.75146731186584
+0 COSMOS 2233
+1 22487U 93008A   16017.24114966  .00000054  00000-0  39869-4 0  9999
+2 22487  82.9465 123.6999 0036892 303.8822 116.7994 13.75737693147259
+0 SL-8 R/B
+1 22488U 93008B   16016.75358719 +.00000063 +00000-0 +47557-4 0  9994
+2 22488 082.9440 103.4977 0024407 233.0898 243.6247 13.77683628152720
+0 OXP 1
+1 22489U 93009A   16017.09285985  .00000298  00000-0  32044-4 0  9993
+2 22489  24.9645 254.7490 0040806 274.9839 218.1481 14.44755165210660
+0 SCD 1
+1 22490U 93009B   16017.87723711  .00000269  00000-0  24183-4 0  9998
+2 22490  24.9692 243.1828 0042924 284.9488 177.3879 14.44407957210878
+0 PEGASUS R/B
+1 22491U 93009C   16017.61124553  .00000446  00000-0  58772-4 0  9998
+2 22491  24.9773 121.3011 0048017   9.4883 118.1696 14.52905464215722
+0 SL-16 DEB
+1 22493U 92093GC  16017.96600918  .00000472  00000-0  14404-3 0  9996
+2 22493  71.0420 326.4641 0109742 173.1402 187.1271 14.43774764221451
+0 SL-16 DEB
+1 22494U 92093GD  16018.01295291  .00000555  00000-0  40180-3 0  9990
+2 22494  70.8261   7.1885 0189456 179.7624 238.9729 13.92584723157811
+0 SL-16 DEB
+1 22495U 92093GE  16017.51536477  .00004328  00000-0  13090-2 0  9990
+2 22495  71.1836 185.3645 0012642 110.0649 305.9296 14.42828456185066
+0 SL-16 DEB
+1 22496U 92093GF  16016.95884189 +.00000058 +00000-0 +70684-4 0  9994
+2 22496 071.2137 200.0767 0089536 025.2045 137.5273 13.96917008171446
+0 SL-16 DEB
+1 22499U 92093GJ  16017.05827359  .00002517  00000-0  81890-3 0  9997
+2 22499  71.4083   3.2736 0072951 130.5455 297.1982 14.38140691180979
+0 SL-16 DEB
+1 22500U 92093GK  16016.76046974 +.00000310 +00000-0 +15413-3 0  9990
+2 22500 070.8502 299.2372 0063856 153.1188 207.3271 14.23686266188342
+0 SL-16 DEB
+1 22502U 92093GM  16016.50999650  .00000118  00000-0  12584-3 0  9994
+2 22502  70.8183 133.5251 0156714 313.0842 176.8714 13.87936910166526
+0 SL-16 DEB
+1 22503U 92093GN  16016.97196140 +.00020830 +00000-0 +20464-2 0  9997
+2 22503 071.1821 324.4632 0013993 009.8956 060.1127 14.92061016201347
+0 SL-16 DEB
+1 22504U 92093GP  16017.42356411  .00004378  00000-0  12402-2 0  9990
+2 22504  71.3009 134.9426 0065932 164.5043 259.4556 14.44773762190104
+0 SL-16 DEB
+1 22506U 92093GR  16017.80809313  .00154318  00000-0  53515-2 0  9998
+2 22506  70.6494 355.6754 0002507 191.0942 169.0183 15.29044884192838
+0 SL-16 DEB
+1 22509U 92093GU  16016.95725487 +.00000523 +00000-0 +29050-3 0  9991
+2 22509 071.1431 338.5424 0121315 243.1343 175.2393 14.11961659176950
+0 COSMOS 2234 (GLONASS)
+1 22512U 93010A   16017.63973595  .00000112  00000-0  00000+0 0  9990
+2 22512  64.0578 200.9882 0019875 201.1114 169.9208  2.13103541178138
+0 COSMOS 2236 (GLONASS)
+1 22513U 93010B   16016.63953137 +.00000109 +00000-0 +00000-0 0  9997
+2 22513 064.0502 200.9595 0003776 121.9767 273.4825 02.13105519178305
+0 COSMOS 2235 (GLONASS)
+1 22514U 93010C   16016.78624176  .00000110  00000-0  00000+0 0  9993
+2 22514  64.0743 201.1641 0011426 181.0096  49.7280  2.13101869178304
+0 SL-12 R/B(2)
+1 22517U 93010F   16016.46999311 +.00000109 +00000-0 +00000-0 0  9996
+2 22517 064.0549 200.0746 0018756 217.4471 217.6077 02.13410481179325
+0 THORAD AGENA D DEB
+1 22532U 70025QN  16017.45379446  .00000517  00000-0  71518-3 0  9993
+2 22532 100.1008  14.0845 0003807  98.4518  56.4057 13.63590391134501
+0 THORAD AGENA D DEB
+1 22533U 70025QP  16017.51252030  .00000764  00000-0  10213-2 0  9998
+2 22533 100.0898   2.8540 0002596  94.4618  28.5121 13.63932594134110
+0 SL-16 DEB
+1 22537U 92093GX  16017.60289462  .00000913  00000-0  57389-3 0  9992
+2 22537  71.1731 204.8668 0113439 114.1477 247.1552 14.03814804169714
+0 SL-16 DEB
+1 22543U 92093HD  16017.52917216  .00002542  00000-0  97336-3 0  9991
+2 22543  71.3626  63.6403 0098490 313.8287 167.5050 14.28852637176630
+0 SL-16 DEB
+1 22544U 92093HE  16017.84339831  .00003800  00000-0  14850-2 0  9995
+2 22544  71.2462 180.0349 0137053 250.2029 237.9305 14.25136681169984
+0 SL-16 DEB
+1 22545U 92093HF  16015.36530834 +.00001368 +00000-0 +16549-2 0  9991
+2 22545 071.5641 153.6547 0418489 256.5158 129.4762 13.36318653112814
+0 SL-16 DEB
+1 22546U 92093HG  16017.15567918  .00002987  00000-0  10630-2 0  9997
+2 22546  71.3799  40.9880 0095757 251.7020 107.3678 14.32521734177858
+0 SL-16 DEB
+1 22547U 92093HH  16017.02326575  .00003548  00000-0  91869-3 0  9994
+2 22547  71.4401 239.4888 0066076 307.7580  51.7588 14.49184886190452
+0 SL-16 DEB
+1 22549U 92093HK  16017.36803297  .00000548  00000-0  32435-3 0  9995
+2 22549  71.2279 147.4220 0114817 328.4735  62.0692 14.08726096174703
+0 SL-16 DEB
+1 22551U 92093HM  16017.78221329  .00000048  00000-0  65972-4 0  9992
+2 22551  70.8649 283.8362 0093189 118.6590 242.3931 13.96006705172767
+0 SL-16 DEB
+1 22552U 92093HN  16017.87360131  .00006981  00000-0  12233-2 0  9990
+2 22552  71.0683 301.5305 0029757 264.4495  95.3262 14.67821438198968
+0 SL-16 DEB
+1 22553U 92093HP  16014.79463720  .05869511  17106+0  10083-1 0  9992
+2 22553  71.3535 155.4566 0016225 346.6594  13.4201 16.11311893211940
+0 SL-16 DEB
+1 22554U 92093HQ  16016.25231126  .00002144  00000-0  73727-3 0  9997
+2 22554  71.4033 316.3796 0075686 132.2238 350.6807 14.35459651185473
+0 RADUGA 29
+1 22557U 93013A   16016.18563182 +.00000061 +00000-0 +00000-0 0  9992
+2 22557 014.6578 019.1894 0000772 134.9753 041.7656 01.00300272083526
+0 START 1
+1 22561U 93014A   16018.10367022  .00000024  00000-0  14614-4 0  9996
+2 22561  75.7620   2.4373 0195287 210.2221 220.6971 14.21691139183417
+0 SL-18 R/B
+1 22562U 93014B   16017.71708547  .00000090  00000-0  35868-4 0  9991
+2 22562  75.7601 226.8491 0165542  16.1954  51.8609 14.28882602188654
+0 UFO 1 (USA 98)
+1 22563U 93015A   16016.87032192 -.00000128 +00000-0 +00000-0 0  9994
+2 22563 017.8671 140.7963 0009314 142.5970 252.1223 00.99250591086949
+0 COSMOS 2237
+1 22565U 93016A   16017.49118334 -.00000214  00000-0 -89764-4 0  9994
+2 22565  70.8467  57.3913 0005625 178.8630 281.4414 14.12435324176538
+0 SL-16 R/B
+1 22566U 93016B   16017.70374000 -.00000244  00000-0 -10142-3 0  9999
+2 22566  71.0074  71.0294 0011464 210.7837 149.2615 14.14917239178217
+0 SL-18 DEB
+1 22567U 93014C   16018.10266988  .00000523  00000-0  16248-3 0  9999
+2 22567  75.7534 239.5797 0165817  41.3739  78.2660 14.34729922188001
+0 SL-18 DEB
+1 22568U 93014D   16016.59512140 +.00000553 +00000-0 +16926-3 0  9991
+2 22568 075.7481 227.6672 0167126 040.0712 352.8527 14.35273194187766
+0 SL-16 DEB
+1 22571U 92093HT  16017.55917147  .00002943  00000-0  13666-2 0  9996
+2 22571  71.3582  76.6374 0151084 242.5345 116.0352 14.15564989161730
+0 SL-16 DEB
+1 22574U 92093HW  16016.80788422  .00001022  00000-0  62369-3 0  9990
+2 22574  71.0861 148.9814 0143122 141.1228  20.1730 14.03327861166889
+0 SL-16 DEB
+1 22575U 93016C   16016.90968571  .00000062  00000-0  97772-4 0  9993
+2 22575  71.0015 185.2765 0205932 161.8921 350.8136 13.72510100142407
+0 SL-16 DEB
+1 22576U 93016D   16017.50232725  .00000041  00000-0  78641-4 0  9997
+2 22576  70.9938 166.8142 0201754 190.4822 228.7041 13.72807047142823
+0 SL-16 DEB
+1 22577U 93016E   16018.21141255  .00000020  00000-0  20838-4 0  9996
+2 22577  71.0402  29.6150 0116516  35.9386  39.7208 14.42661742200756
+0 SL-16 DEB
+1 22578U 93016F   16017.84836987  .00000170  00000-0  55341-4 0  9991
+2 22578  71.0658 298.2248 0116334 274.9836 140.5464 14.49136053203910
+0 SL-16 DEB
+1 22579U 93016G   16017.17700796  .00000132  00000-0  51214-4 0  9999
+2 22579  71.0298  33.2238 0105575  42.7282  28.9015 14.43989776200299
+0 NAVSTAR 31 (USA 90)
+1 22581U 93017A   16016.73238728 -.00000056 +00000-0 +00000-0 0  9994
+2 22581 054.4119 073.7032 0002055 350.4806 011.3769 01.88946570017300
+0 COSMOS 2239
+1 22590U 93020A   16017.76616242  .00000018  00000-0  23970-5 0  9996
+2 22590  82.9312  84.8838 0024444 108.1847  31.3045 13.75358650144201
+0 SL-8 R/B
+1 22591U 93020B   16017.55505052  .00000089  00000-0  74382-4 0  9990
+2 22591  82.9280  64.9716 0025762  24.0433  86.9751 13.77343278145642
+0 COSMOS 2241
+1 22594U 93022A   16018.07629715  .00097951 -27749-6  16331-3 0  9995
+2 22594  61.3689 101.3054 5581489 286.1371  21.6142  4.84253551178255
+0 SL-16 DEB
+1 22598U 92093HX  16018.04490855  .00000254  00000-0  19421-3 0  9991
+2 22598  70.6460  31.2184 0091641   4.2219  27.2250 14.01151801174506
+0 SL-18 DEB
+1 22599U 93014E   16017.50598552  .00000735  00000-0  20706-3 0  9991
+2 22599  75.7564 163.2806 0152365 289.9229  68.5576 14.40348207190923
+0 SL-16 DEB
+1 22600U 93016J   16016.97077497 +.00000008 +00000-0 +44809-4 0  9990
+2 22600 070.9110 205.9674 0161924 234.8043 290.2016 13.81870448150033
+0 SL-16 DEB
+1 22601U 93016K   16016.78537868 -.00000019 +00000-0 +21398-4 0  9994
+2 22601 071.0447 064.0705 0177660 344.5077 015.0628 13.78317173146863
+0 SL-16 DEB
+1 22602U 93016L   16016.95846219 +.00000047 +00000-0 +82478-4 0  9993
+2 22602 071.0409 196.3915 0199146 120.0346 316.5161 13.73322820142747
+0 SL-16 DEB
+1 22603U 93016M   16017.44286566 -.00000010  00000-0  29292-4 0  9998
+2 22603  70.9978   1.5795 0158041  47.8609 115.2835 13.78492999147542
+0 SL-16 DEB
+1 22604U 93016N   16016.81336987 -.00000037 +00000-0 +45445-5 0  9990
+2 22604 070.9946 060.6737 0167631 097.8652 013.4003 13.76269361145567
+0 SL-16 DEB
+1 22605U 93016P   16017.57900126  .00000103  00000-0  11224-3 0  9996
+2 22605  70.9995  86.6590 0131714 187.1218 288.4561 13.89664657155937
+0 SL-16 DEB
+1 22606U 93016Q   16017.01244876  .00000175  00000-0  17388-3 0  9995
+2 22606  70.9996 226.5842 0153912 290.4446 236.0124 13.86265052151729
+0 SL-16 DEB
+1 22607U 93016R   16017.58980190 -.00000032  00000-0  97611-5 0  9996
+2 22607  70.9938  73.8208 0171580 111.5602  37.5488 13.75698655145393
+0 SL-16 DEB
+1 22608U 93016S   16017.87789911 -.00000018  00000-0  22472-4 0  9993
+2 22608  71.0014 198.2585 0133017 292.2138 180.2569 13.84471715152722
+0 SL-16 DEB
+1 22609U 93016T   16016.94340890 +.00000143 +00000-0 +14913-3 0  9998
+2 22609 070.9916 192.3091 0141087 293.2857 224.1778 13.86754112152372
+0 SL-16 DEB
+1 22610U 93016U   16016.76426013 -.00000030 +00000-0 +13251-4 0  9993
+2 22610 071.0031 296.2984 0215888 257.1452 100.5449 13.67654194138419
+0 SL-16 DEB
+1 22611U 93016V   16017.80591529  .00000049  00000-0  82901-4 0  9992
+2 22611  70.9933  58.7207 0169042 103.1626  10.3110 13.77448000145836
+0 SL-16 DEB
+1 22612U 93016W   16017.65560154  .00001398  00000-0  70676-3 0  9999
+2 22612  70.9843  99.3919 0088887 333.7946 141.3848 14.15895032166112
+0 SL-16 DEB
+1 22613U 93016X   16017.14443553  .00000255  00000-0  27210-3 0  9994
+2 22613  70.9972 186.4919 0198921 182.2306 299.3261 13.74507782141877
+0 SL-16 DEB
+1 22614U 93016Y   16017.89093421  .00000241  00000-0  22696-3 0  9990
+2 22614  70.9980 182.6379 0134093 282.9967 231.0571 13.87193787152831
+0 SL-16 DEB
+1 22615U 93016Z   16017.55355669  .00000365  00000-0  31061-3 0  9992
+2 22615  71.0019 186.6788 0139751 279.5235 138.1692 13.89440980152845
+0 SL-16 DEB
+1 22616U 93016AA  16017.50322050  .00000043  00000-0  81435-4 0  9990
+2 22616  70.9939 157.0172 0188191 172.2262 255.9912 13.73209176142794
+0 SL-16 DEB
+1 22617U 93016AB  16017.53511073  .00000252  00000-0  23023-3 0  9999
+2 22617  71.0001 200.9088 0140712 292.8694 132.9406 13.88171449152370
+0 SL-16 DEB
+1 22618U 93016AC  16016.80932509  .00000148  00000-0  16299-3 0  9991
+2 22618  70.9940 313.3332 0157705  13.3428 347.1773 13.81773271148942
+0 SL-16 DEB
+1 22619U 93016AD  16017.83290539 -.00000008  00000-0  32002-4 0  9993
+2 22619  70.9996 139.3981 0185241 142.4260  29.0196 13.73518340143073
+0 SL-16 DEB
+1 22620U 93016AE  16017.85924980 -.00000017  00000-0  22866-4 0  9998
+2 22620  71.0027 220.2533 0136490 304.8425 149.0440 13.83802698151565
+0 SL-12 R/B(2)
+1 22624U 93013D   16016.20601828 -.00000154  00000-0  00000+0 0  9993
+2 22624  15.2212  21.2078 0012829  28.5515 156.5662  0.98015111 81667
+0 COSMOS 2242
+1 22626U 93024A   16017.51985862  .00000668  00000-0  71119-4 0  9998
+2 22626  82.5224 168.7784 0020001  39.0225 321.2431 14.87309509229340
+0 SL-14 R/B
+1 22627U 93024B   16017.53592478  .00000194  00000-0  23594-4 0  9996
+2 22627  82.5204 219.8653 0022626 217.1486 200.4971 14.77987971225836
+0 SL-16 DEB
+1 22645U 93016AF  16018.09819199  .00000346  00000-0  32324-3 0  9990
+2 22645  70.9882  14.7031 0171583  60.3138   6.9835 13.82091141146649
+0 COSMOS 2245
+1 22646U 93030A   16018.18937405  .00000023  00000-0  69457-4 0  9998
+2 22646  82.5822 222.3326 0011657 263.7506 164.7695 12.63974604 46794
+0 COSMOS 2246
+1 22647U 93030B   16017.75134116  .00000019  00000-0  44485-4 0  9998
+2 22647  82.5828 227.0552 0009863 272.6832  87.3131 12.63547873 46385
+0 COSMOS 2247
+1 22648U 93030C   16017.11748279  .00000005  00000-0 -31298-4 0  9994
+2 22648  82.5770 226.9270 0008102 291.3006 186.5520 12.63179003 46002
+0 COSMOS 2248
+1 22649U 93030D   16017.67854809  .00000039  00000-0  15513-3 0  9990
+2 22649  82.5759 223.3508 0009118 287.7818  72.2278 12.63434727 46281
+0 COSMOS 2249
+1 22650U 93030E   16016.89586324 +.00000010 +00000-0 -34477-6 0  9992
+2 22650 082.5833 232.1212 0007435 293.7694 194.8555 12.63100453045739
+0 COSMOS 2250
+1 22651U 93030F   16016.96697071 +.00000011 +00000-0 +10557-5 0  9995
+2 22651 082.5810 230.3513 0008975 281.6060 191.7276 12.63065901045758
+0 SL-14 R/B
+1 22652U 93030G   16017.12565895  .00000007  00000-0 -21735-4 0  9998
+2 22652  82.5847 232.3609 0007675 294.3276 184.0539 12.63136838 46007
+0 ASTRA 1C
+1 22653U 93031A   16017.08580676  .00000028  00000-0  00000+0 0  9998
+2 22653   7.6273  50.9184 0005111 236.2416 296.0350  0.98837678 77863
+0 ARASENE
+1 22654U 93031B   16017.43842258 -.00000095  00000-0  00000+0 0  9990
+2 22654   2.5405 285.1480 2890027 309.4837 206.2386  1.42205527113322
+0 ARIANE 42L R/B
+1 22655U 93031C   16016.73129305  .00001393  00000-0  93331-3 0  9998
+2 22655   4.8766 213.0901 6877107 160.5558 250.7034  2.76496954206567
+0 NAVSTAR 32 (USA 91)
+1 22657U 93032A   16016.60231741 -.00000051 +00000-0 +00000-0 0  9994
+2 22657 054.6741 055.2781 0081858 340.9509 166.8265 02.00551978162403
+0 SL-16 DEB
+1 22665U 92093JA  16016.70872689  .00000155  00000-0  12209-3 0  9993
+2 22665  71.0783 269.2485 0067341  98.5485 293.6621 14.04823584167221
+0 ARIANE 42P+ DEB
+1 22670U 92072C   16017.33551718  .00003652  00000-0  78552-3 0  9991
+2 22670   6.7244 307.8496 6345818 208.1340  94.2738  3.53432845619840
+0 MOLNIYA 1-86
+1 22671U 93035A   16018.23169044  .00000461  00000-0  18373-3 0  9999
+2 22671  62.9205 160.4229 4939713 329.0032   9.4134  5.62302425220489
+0 COSMOS 2251
+1 22675U 93036A   16017.63388058  .00000021  00000-0  17325-4 0  9994
+2 22675  74.0395  78.8012 0025850 321.2886  38.6412 14.32459509180069
+0 SL-8 R/B
+1 22676U 93036B   16017.21290402  .00000023  00000-0  17685-4 0  9995
+2 22676  74.0422  47.3048 0019434 204.7524 155.2698 14.33844520181241
+0 COSMOS 2252
+1 22687U 93038A   16016.81146038  .00000034  00000-0  12862-3 0  9992
+2 22687  82.5839 138.5150 0007122 342.8582 171.8539 12.63235847 40446
+0 COSMOS 2253
+1 22688U 93038B   16017.45362444  .00000027  00000-0  94658-4 0  9991
+2 22688  82.5878 158.1905 0010646 341.5691  18.5013 12.61503083 39145
+0 COSMOS 2254
+1 22689U 93038C   16017.42247078  .00000014  00000-0  19680-4 0  9992
+2 22689  82.5829 121.7218 0011223 335.5551  92.8700 12.64826913 41903
+0 COSMOS 2255
+1 22690U 93038D   16016.86740222  .00000035  00000-0  13486-3 0  9990
+2 22690  82.5860 139.4872 0005216 355.3721 171.5634 12.63249570 41139
+0 COSMOS 2256
+1 22691U 93038E   16016.80637670  .00000006  00000-0 -24062-4 0  9999
+2 22691  82.5767 127.2935 0006891   3.6660 153.9411 12.63856589 41610
+0 COSMOS 2257
+1 22692U 93038F   16016.80849754  .00000029  00000-0  10554-3 0  9992
+2 22692  82.5800 145.6568 0007294 340.1957  19.8850 12.62181537 40216
+0 SL-14 R/B
+1 22693U 93038G   16017.50874706  .00000008  00000-0 -13486-4 0  9992
+2 22693  82.5828 220.9926 0046028 183.4799 262.7267 12.54803024 34220
+0 HGS 4 (GALAXY 4)
+1 22694U 93039A   16016.59202068 -.00000120 +00000-0 +00000-0 0  9997
+2 22694 013.7059 028.7142 0014868 211.2616 164.2120 01.00265666080859
+0 RADCAL
+1 22698U 93041A   16017.87090491  .00000085  00000-0  30427-4 0  9990
+2 22698  89.5319 260.2995 0090032  21.4728 339.0202 14.23296320171386
+0 SCOUT G-1 R/B
+1 22699U 93041B   16017.79542583  .00000168  00000-0  63928-4 0  9990
+2 22699  89.5310 259.0256 0087771   0.1860 359.9349 14.24789962171733
+0 NAVSTAR 33 (USA 92)
+1 22700U 93042A   16017.11858157 -.00000063  00000-0  00000+0 0  9999
+2 22700  55.9306 302.1213 0009851 306.7225 279.9444  1.89430837165094
+0 SCOUT G-1 DEB
+1 22706U 93041C   16017.97125377  .00000383  00000-0  11482-3 0  9993
+2 22706  89.2906  11.4728 0027067 251.6512 138.2843 14.40857731181829
+0 SCOUT G-1 DEB
+1 22707U 93041D   16018.07547809  .00000248  00000-0  93322-4 0  9998
+2 22707  90.0672 244.5296 0146879 151.1113 209.8313 14.23165673168430
+0 HISPASAT 1B
+1 22723U 93048A   16016.59749984 -.00000024 +00000-0 +00000-0 0  9996
+2 22723 010.1963 042.2533 0010189 203.7708 337.5315 00.99717452081890
+0 INSAT 2B
+1 22724U 93048B   16017.15024162  .00000114  00000-0  00000+0 0  9992
+2 22724  12.4289  34.7971 0015371 135.4875  39.0282  0.99968640 82551
+0 ARIANE 44L+ R/B
+1 22725U 93048C   16016.62759723 +.00000628 +00000-0 +52743-3 0  9997
+2 22725 006.8555 085.3841 6988569 101.6442 337.8275 02.61203286211679
+0 NOAA 13
+1 22739U 93050A   16017.28681565 -.00000011  00000-0  17086-4 0  9995
+2 22739  98.6355  80.6560 0009186 204.5422 202.1490 14.12639560156466
+0 SL-6 R/B(2)
+1 22744U 93051D   16014.01524322  .00000589  00000-0  29715-2 0  9996
+2 22744  65.4004 301.9849 7143848 164.8019  27.3905  2.05601492166994
+0 NAVSTAR 34 (USA 94)
+1 22779U 93054A   16017.26960969 -.00000061  00000-0  00000+0 0  9997
+2 22779  55.4739 355.1725 0099849 103.7991 102.3724  2.00457754163967
+0 METEOR 2-21
+1 22782U 93055A   16017.54977139 -.00000015  00000-0 -27318-4 0  9996
+2 22782  82.5479  73.5777 0023713  80.8403  26.6124 13.83782604130246
+0 TEMISAT
+1 22783U 93055B   16018.21168079  .00000022  00000-0  66588-5 0  9996
+2 22783  82.5504  74.8188 0024226  77.7015 282.6855 13.83667458130312
+0 SL-14 R/B
+1 22784U 93055C   16018.20363387  .00000019  00000-0  34312-5 0  9991
+2 22784  82.5495  75.6681 0023410  85.7232 333.2018 13.83410271130181
+0 ATLAS 1 CENTAUR R/B(1)
+1 22788U 93056B   16018.16575822  .00345677 -82522-5  76932-3 0  9999
+2 22788  26.8517 319.4381 0469619 232.7579 122.9248 15.12331219711743
+0 ACTS
+1 22796U 93058B   16016.54571444 -.00000114 +00000-0 +00000-0 0  9996
+2 22796 013.6356 029.2049 0020008 349.0182 187.9511 01.00271792088754
+0 TOS R/B
+1 22797U 93058D   16016.86384043  .00000227  00000-0  38516-3 0  9999
+2 22797  15.4008   4.8363 7385936   8.6073 359.0484  2.10082785167949
+0 NOAA 13 DEB
+1 22801U 93050C   16018.14274450  .00008793  00000-0  10103-2 0  9997
+2 22801  98.9711  69.1793 0003436 256.6840 166.0555 14.86097391176866
+0 COSMOS 2263
+1 22802U 93059A   16017.21952706 -.00000159  00000-0 -58901-4 0  9991
+2 22802  70.9264 327.7069 0025694 285.9532 174.0116 14.13106740152104
+0 SL-16 R/B
+1 22803U 93059B   16017.82073420 -.00000036  00000-0  57019-5 0  9999
+2 22803  70.9896 257.5095 0014883  92.5396 267.7432 14.16732428155142
+0 SL-16 DEB
+1 22804U 93059C   16017.55294733  .00000048  00000-0  85935-4 0  9991
+2 22804  70.9757  67.4887 0208648 104.2572   7.7496 13.71221570117609
+0 SL-16 DEB
+1 22805U 93059D   16017.49975043  .00000028  00000-0  68310-4 0  9991
+2 22805  70.9735  95.8556 0212654 155.3707 299.4128 13.69963878116661
+0 SL-16 DEB
+1 22806U 93059E   16018.22303676  .00000039  00000-0  76559-4 0  9997
+2 22806  71.0198  52.5251 0201062   9.5148  55.0677 13.73109872119242
+0 SL-16 DEB
+1 22807U 93059F   16017.86356745  .00000035  00000-0  72964-4 0  9994
+2 22807  71.0185  86.9380 0204976  61.3605  57.8308 13.71797566118111
+0 SL-16 DEB
+1 22812U 92093JB  16017.19614200  .00000840  00000-0  57968-3 0  9996
+2 22812  70.6905 312.9266 0135470  94.8273 266.8322 13.97832450150261
+0 SL-16 DEB
+1 22816U 92093JC  16017.82408994  .00002700  00000-0  13074-2 0  9997
+2 22816  71.4621 163.7817 0125970  67.2243  81.4712 14.15170767166570
+0 SPOT 3
+1 22823U 93061A   16017.96062238  .00000016  00000-0  29097-4 0  9995
+2 22823  98.8751 332.5861 0016062 298.7450  61.2112 14.19127070155304
+0 STELLA
+1 22824U 93061B   16018.22467644 -.00000010  00000-0  14328-4 0  9992
+2 22824  98.7480 326.7898 0007475 105.2943  32.4371 14.27360522162401
+0 KITSAT B
+1 22825U 93061C   16017.87458818  .00000067  00000-0  43578-4 0  9996
+2 22825  98.7391 333.3584 0009226  45.5420 314.6515 14.29932302163613
+0 POSAT 1
+1 22826U 93061D   16016.90384857 +.00000067 +00000-0 +43216-4 0  9990
+2 22826 098.7334 332.5258 0009684 040.0023 320.1871 14.30253978163385
+0 HEALTHSAT 1
+1 22827U 93061E   16017.97321630  .00000092  00000-0  52048-4 0  9990
+2 22827  98.7417 337.9331 0009075   6.3532  35.3229 14.31116428164183
+0 ITAMSAT
+1 22828U 93061F   16016.94419922  .00000060  00000-0  40123-4 0  9995
+2 22828  98.7245 331.6067 0010115  10.5561 349.5832 14.30562952131984
+0 EYESAT A
+1 22829U 93061G   16017.89514696  .00000060  00000-0  39953-4 0  9994
+2 22829  98.7277 334.8373 0009758 359.5436  66.7546 14.30903985164232
+0 ARIANE 40 R/B
+1 22830U 93061H   16017.08306598  .00000034  00000-0  30410-4 0  9997
+2 22830  98.8802  14.5533 0010963   3.2812  38.2820 14.31393286164271
+0 RADUGA 30
+1 22836U 93062A   16017.00579402 -.00000174  00000-0  00000+0 0  9995
+2 22836  14.5092  20.9460 0006070 217.1514 320.8512  1.00269485 81622
+0 SL-12 R/B(2)
+1 22839U 93062D   16016.18538025 -.00000025 +00000-0 +00000-0 0  9998
+2 22839 014.4799 020.8418 0007828 336.0350 187.0751 01.00246129080707
+0 SL-8 DEB
+1 22840U 91009CK  16018.07794258  .00000140  00000-0  11423-2 0  9991
+2 22840  73.9571 237.8562 0173396 306.5302 214.0440 12.38005200 21336
+0 SL-8 DEB
+1 22841U 91009CL  16017.04794743 -.00000025  00000-0 -90245-4 0  9992
+2 22841  74.0398 221.7719 0130165 213.3568 317.5674 12.22907811109874
+0 SL-8 DEB
+1 22842U 91009CM  16017.54986727  .00000082  00000-0  74436-3 0  9997
+2 22842  73.8800 196.6324 0137976  38.4886  18.9192 12.35854643120641
+0 SL-8 DEB
+1 22843U 91009CN  16016.73394360 -.00000094 +00000-0 -54182-3 0  9995
+2 22843 074.0260 293.1956 0242526 282.8588 101.9322 12.37686498021844
+0 SL-14 DEB
+1 22845U 91086G   16018.12327446  .00114005  00000-0  17660-2 0  9993
+2 22845  82.3373 170.0412 0157425 267.7132  90.6082 15.40713683 98051
+0 DELTA 2 DEB
+1 22849U 92089D   16017.41729351  .00038182  37328-6  32677-3 0  9999
+2 22849  34.9243 124.7169 2732982  25.6397 345.7551 10.06302755538417
+0 ARIANE 44L+ DEB
+1 22850U 92021E   16017.51382825 -.00000154  00000-0  72866-4 0  9994
+2 22850   3.4225 183.5708 7048275 139.8502 145.2276  2.24731442186818
+0 INTELSAT 701
+1 22871U 93066A   16017.40986469 -.00000227  00000-0  00000+0 0  9996
+2 22871   3.2117  69.8659 0004395 221.5830 302.8553  1.00272617 81215
+0 NAVSTAR 35 (USA 96)
+1 22877U 93068A   16017.04976282 -.00000021  00000-0  00000+0 0  9998
+2 22877  53.9385 119.8292 0119023  64.1024 229.2933  2.00568908162856
+0 GORIZONT 28
+1 22880U 93069A   16016.27871367 +.00000075 +00000-0 +00000-0 0  9994
+2 22880 014.5023 021.3341 0029822 073.1369 334.4428 00.99651936081211
+0 SL-12 R/B(2)
+1 22883U 93069D   16017.56290439  .00000023  00000-0  00000+0 0  9997
+2 22883  14.4138  20.7126 0004431 272.6252 251.2178  1.00495252 80835
+0 COSMOS 2266
+1 22888U 93070A   16018.08861206  .00000049  00000-0  35689-4 0  9992
+2 22888  82.9499  15.1918 0048231   0.1474  63.9274 13.74881522111634
+0 SL-8 R/B
+1 22889U 93070B   16016.86561340  .00000000  00000-0 -14569-4 0  9995
+2 22889  82.9454 342.9352 0048649 240.0179 148.9142 13.77822257116400
+0 GORIZONT 29
+1 22907U 93072A   16015.59587051 -.00000069 +00000-0 +00000-0 0  9990
+2 22907 014.4534 021.1127 0013353 254.6122 127.1209 01.00109057081075
+0 SL-12 R/B(2)
+1 22910U 93072D   16016.37624473 -.00000040  00000-0  00000+0 0  9999
+2 22910  13.7649  18.6441 0016319  70.5251 330.1519  1.03163498 83491
+0 SOLIDARIDAD 1
+1 22911U 93073A   16016.55868484 -.00000103  00000-0  00000+0 0  9993
+2 22911  12.3920  34.7017 0007286 174.4405   0.0537  1.00278875 79766
+0 METEOSAT 6
+1 22912U 93073B   16017.04332065 -.00000074  00000-0  00000+0 0  9997
+2 22912  12.7492  32.3744 0006779 172.3183 201.6297  0.98982098 79343
+0 ARIANE 44LP+ R/B
+1 22913U 93073C   16017.96515066  .00042140  00000-0  16241-2 0  9999
+2 22913   6.7259 189.2067 4257347 113.4506 296.3085  7.01100711382838
+0 COSMOS 1934 DEB
+1 22919U 88023D   16017.49265218  .00000547  00000-0  43643-3 0  9995
+2 22919  82.9485  14.7633 0037113  47.4423  81.9921 13.88926349278857
+0 NATO 4B
+1 22921U 93076A   16018.10133711  .00000119  00000-0  00000+0 0  9994
+2 22921  11.8447  28.1595 0003497 269.1116 248.7456  1.00274512 80963
+0 DELTA 2 R/B(2)
+1 22923U 93076C   16016.65548978 -.00000241 +00000-0 -11826-2 0  9998
+2 22923 023.2470 091.7249 7105965 193.5260 355.7061 02.24103050181069
+0 TELSTAR 401
+1 22927U 93077A   16017.06080895 -.00000074  00000-0  00000+0 0  9990
+2 22927  14.2805  24.9898 0004182  56.8044 303.2649  1.00279364 80429
+0 DIRECTV 1 (DBS 1)
+1 22930U 93078A   16018.08515877  .00000014  00000-0  00000+0 0  9994
+2 22930   5.8335  58.0415 0008408 123.9061  47.0910  0.98982767 88404
+0 THAICOM 1
+1 22931U 93078B   16016.59449331 -.00000104  00000-0  00000+0 0  9991
+2 22931   5.5567  58.3640 0005649 149.0809 309.9134  0.99185409 80190
+0 MOLNIYA 1-87
+1 22949U 93079A   16016.17723977 +.00006080 +00000-0 +11912-2 0  9991
+2 22949 062.0415 046.2136 7505168 279.8498 010.3925 02.01245575027401
+0 SL-6 R/B(2)
+1 22952U 93079D   16016.04429377  .00000332  00000-0  52570-3 0  9998
+2 22952  62.6150 338.6657 7418351 282.9076  10.3393  2.06863405166032
+0 GALS 1
+1 22963U 94002A   16017.15024162  .00000114  00000-0  00000+0 0  9998
+2 22963  13.8723  27.6254 0011835 142.0963  40.4152  1.00229732 80557
+0 SL-12 R/B(2)
+1 22966U 94002D   16016.52177718 -.00000108 +00000-0 +00000-0 0  9992
+2 22966 014.9752 017.6972 0039207 047.2992 149.5443 00.99465974079235
+0 METEOR 3-6
+1 22969U 94003A   16017.81457335 -.00000064  00000-0 -19791-3 0  9997
+2 22969  82.5613 252.0505 0015194   1.5973 358.5196 13.16974161 56578
+0 TUBSAT B
+1 22970U 94003B   16017.71896329 -.00000017  00000-0 -75441-4 0  9991
+2 22970  82.5612 251.8300 0016156 358.3270  59.9110 13.16950847 56608
+0 SL-14 R/B
+1 22971U 94003C   16018.18498454  .00000109  00000-0  25189-3 0  9994
+2 22971  82.5609 250.8012 0016229 354.8913 126.5961 13.17056700 56713
+0 VEP
+1 22979U 94007B   16016.72591854 -.00000067 +00000-0 -15137-3 0  9999
+2 22979 028.8185 263.4790 7216704 319.2655 005.0469 02.25468064180428
+0 H-2 R/B
+1 22980U 94007C   16018.06180201  .00002748  00000-0  98582-3 0  9991
+2 22980  28.4706 241.7047 6800841  96.5549 338.6070  2.88753410213966
+0 RADUGA 1-3
+1 22981U 94008A   16017.96526775 -.00000317  00000-0  00000+0 0  9996
+2 22981  14.4673  22.1543 0002768 192.4103 348.3939  1.00249446 80376
+0 SL-12 R/B(2)
+1 22984U 94008D   16017.53259411 -.00000151  00000-0  00000+0 0  9998
+2 22984  14.9781  23.9837 0018909 321.0218 160.1809  0.97966999 78423
+0 SJ-4
+1 22996U 94010A   16016.27421523  .00004078  00000-0  22572-3 0  9992
+2 22996  28.8117  12.3395 5687087 249.2621  43.0826  4.58128037271514
+0 COSMOS 2268
+1 22999U 94011A   16016.91556317 +.00000004 +00000-0 -39926-4 0  9995
+2 22999 082.5749 243.3499 0009851 161.6103 327.7292 12.61139608009214
+0 COSMOS 2269
+1 23000U 94011B   16017.70252736  .00000010  00000-0 -24882-5 0  9998
+2 23000  82.5652 229.5640 0007151 159.0204 270.3728 12.61870339 10121
+0 COSMOS 2270
+1 23001U 94011C   16017.08881568  .00000027  00000-0  88933-4 0  9994
+2 23001  82.5709 225.2088 0007478 165.3863 309.4901 12.62829725 10780
+0 COSMOS 2271
+1 23002U 94011D   16016.71100793  .00000023  00000-0  67242-4 0  9994
+2 23002  82.5628 214.1779 0007400 185.3231 174.7783 12.63430944 11224
+0 COSMOS 2272
+1 23003U 94011E   16018.15793712  .00000028  00000-0  91783-4 0  9996
+2 23003  82.5692 209.2105 0012229 162.0637 198.0889 12.64308986 12117
+0 COSMOS 2273
+1 23004U 94011F   16017.09311539  .00000012  00000-0  75020-5 0  9992
+2 23004  82.5720 225.9863 0005270 175.4847 299.9779 12.62826736 10781
+0 SL-14 R/B
+1 23005U 94011G   16017.82276171  .00000008  00000-0 -11032-4 0  9994
+2 23005  82.5795 298.3848 0041190 339.5410  73.3819 12.55184792  4807
+0 SL-8 DEB
+1 23007U 93036C   16017.37195432  .00000493  00000-0  16153-3 0  9997
+2 23007  74.0293 340.5222 0011243 151.3901 332.6819 14.40951612181665
+0 RADUGA 31
+1 23010U 94012A   16017.52238831 -.00000094  00000-0  00000+0 0  9992
+2 23010  14.4391  22.1211 0000927 174.8306 178.3345  1.00339598 80205
+0 SL-12 R/B(2)
+1 23013U 94012D   16018.09940039 -.00000066  00000-0  00000+0 0  9997
+2 23013  14.9119  23.8263 0030703  24.9738 150.8282  0.98108199 78518
+0 GALAXY 1R
+1 23016U 94013A   16017.10829758 -.00000137  00000-0  00000+0 0  9995
+2 23016   8.1528  48.2160 0004422 212.1559 178.7606  0.99220212 79475
+0 DELTA 2 R/B(2)
+1 23018U 94013C   16016.45130457 -.00000324  00000-0  00000+0 0  9993
+2 23018  24.4961 235.3939 6514648  72.3529 288.8044  2.02384790161971
+0 NAVSTAR 36 (USA 100)
+1 23027U 94016A   16016.49964998 -.00000051  00000-0  00000+0 0  9992
+2 23027  54.5178  56.3485 0104478   8.5683 346.7016  2.00565983160137
+0 COSMOS 2276 (GLONASS)
+1 23043U 94021A   16016.92192765 -.00000033 +00000-0 +00000-0 0  9990
+2 23043 064.1641 074.0115 0012355 180.7823 122.4490 02.13099433169168
+0 COSMOS 2277 (GLONASS)
+1 23044U 94021B   16017.72744696 -.00000035  00000-0  00000+0 0  9997
+2 23044  64.1574  73.8948 0048429 211.5403 114.4577  2.13103786169448
+0 COSMOS 2275 (GLONASS)
+1 23045U 94021C   16016.17758109 -.00000029  00000-0  00000+0 0  9993
+2 23045  64.1481  73.8784 0024280  33.3357  35.1191  2.13102072169416
+0 SL-12 R/B(2)
+1 23048U 94021F   16016.85894865 -.00000032 +00000-0 +00000-0 0  9996
+2 23048 064.1701 073.3784 0011882 234.9055 044.6732 02.13316635169572
+0 GOES 8
+1 23051U 94022A   16017.27722527 -.00000121  00000-0  00000+0 0  9991
+2 23051  10.6921  44.0207 0009262 221.9263 326.3521  0.98906435 86496
+0 COSMOS 2278
+1 23087U 94023A   16017.49730025  .00000225  00000-0  14391-3 0  9993
+2 23087  71.0549 358.8396 0011195 281.0732 216.9659 14.13708267121472
+0 SL-16 R/B
+1 23088U 94023B   16017.87705721 -.00000294  00000-0 -12836-3 0  9991
+2 23088  71.0004 285.7048 0003633 206.2078 153.8861 14.14633088122521
+0 SL-16 DEB
+1 23089U 94023C   16017.88422116  .00000055  00000-0  91248-4 0  9995
+2 23089  71.0270 334.3235 0200418 333.6000  25.4994 13.73523418 89517
+0 SL-16 DEB
+1 23090U 94023D   16018.18293437  .00000002  00000-0  42363-4 0  9999
+2 23090  71.0343 300.9085 0194748 274.1539  83.7327 13.74897143 90728
+0 SL-16 DEB
+1 23091U 94023E   16017.15737491  .00000038  00000-0  75580-4 0  9995
+2 23091  70.9845 313.0129 0200806  37.7619  70.6172 13.73020356 89053
+0 COSMOS 2279
+1 23092U 94024A   16017.45693518  .00000059  00000-0  43907-4 0  9992
+2 23092  82.9503 156.7919 0036479  90.1319 270.4018 13.76326113 91000
+0 SL-8 R/B
+1 23093U 94024B   16016.84063804 +.00000027 +00000-0 +11926-4 0  9995
+2 23093 082.9488 139.2587 0010292 021.7966 338.3628 13.77682036559957
+0 SL-16 DEB
+1 23094U 94023F   16016.91002432 +.00000069 +00000-0 +10363-3 0  9992
+2 23094 070.9890 305.5561 0201791 357.4841 113.3517 13.73520226089087
+0 STEP 2
+1 23105U 94029A   16017.50553973  .00001216  00000-0  16233-3 0  9995
+2 23105  81.9495  21.2357 0107395 287.1107  71.8362 14.74874765158105
+0 PEGASUS R/B
+1 23106U 94029B   16017.53295329  .00000478  00000-0  68918-4 0  9994
+2 23106  81.9596  53.9965 0128135  11.5420 348.8673 14.68794124156504
+0 GORIZONT 30
+1 23108U 94030A   16015.05604880 -.00000220  00000-0  00000+0 0  9998
+2 23108  14.3669  22.1319 0006004 194.7497 251.5841  1.00243859 79323
+0 SL-12 R/B(2)
+1 23111U 94030D   16016.63024840 -.00000134 +00000-0 +00000-0 0  9994
+2 23111 013.5697 019.1486 0044661 086.1880 102.3688 01.03840354082154
+0 METEOSAT 6 AKM
+1 23118U 93073E   16011.34063442 -.00000296 +00000-0 +00000-0 0  9990
+2 23118 014.6776 021.2694 0062407 005.5142 160.1658 00.99992695009114
+0 INTELSAT 702
+1 23124U 94034A   16017.77354459  .00000140  00000-0  00000+0 0  9995
+2 23124   3.5584  68.1138 0002094 201.8730 158.0281  1.00271985 93248
+0 STRV 1A
+1 23125U 94034B   16015.34399129  .00008354  00000-0  10006-2 0  9995
+2 23125   7.1947 154.8436 6671246 114.6953 326.0467  3.10182931210576
+0 STRV 1B
+1 23126U 94034C   16017.14631875  .00002813  00000-0  60088-3 0  9993
+2 23126   7.3251  55.2652 6599256 311.3743   8.2177  3.17982397214701
+0 ARIANE 44LP+ R/B
+1 23127U 94034D   16017.54374028  .00000005  00000-0  47349-3 0  9998
+2 23127   7.7106   4.9721 7237628  70.0652 350.4060  2.24905155175785
+0 COSMOS 2282
+1 23168U 94038A   16016.83897900 -.00000210 +00000-0 +00000-0 0  9996
+2 23168 013.5180 025.2336 0005197 014.6834 353.4091 01.00282417078891
+0 SL-12 R/B(2)
+1 23171U 94038D   16014.10367662 -.00000263 +00000-0 +00000-0 0  9993
+2 23171 013.6771 026.0228 0021803 050.8600 021.6359 00.99431739078167
+0 INTELSAT 2 (PAS 2)
+1 23175U 94040A   16016.10972622 -.00000201 +00000-0 +00000-0 0  9992
+2 23175 005.8003 060.2226 0004108 251.8781 142.2573 00.99193313077904
+0 BS-3N
+1 23176U 94040B   16016.80419831 -.00000251  00000-0  00000+0 0  9992
+2 23176   8.8777  47.3062 0005179 253.9930 269.9080  0.99154871 78466
+0 ARIANE 44L+ R/B
+1 23177U 94040C   16016.66161772 +.00000283 +00000-0 +78030-3 0  9991
+2 23177 007.3202 223.5851 7208707 160.3948 256.5381 02.28816906176774
+0 NADEZHDA 4
+1 23179U 94041A   16017.47199414  .00000048  00000-0  33388-4 0  9995
+2 23179  82.9484 330.8829 0033997 291.6893 207.6722 13.76512706 80609
+0 SL-8 R/B
+1 23180U 94041B   16017.17711998  .00000033  00000-0  18166-4 0  9992
+2 23180  82.9480 315.7446 0027725 232.7696 245.1704 13.77913371 81706
+0 APSTAR 1
+1 23185U 94043A   16017.34265155 -.00000280  00000-0  00000+0 0  9995
+2 23185   9.1569  45.1942 0004718 260.5662 255.8370  0.99379141 78630
+0 COSMOS 2285
+1 23189U 94045A   16017.20896561  .00000007  00000-0  32022-4 0  9997
+2 23189  74.0300 278.6758 0024812  21.3747  91.1865 13.72247198 74862
+0 SL-8 R/B
+1 23190U 94045B   16017.86225397  .00000076  00000-0  10454-3 0  9994
+2 23190  74.0269 238.2171 0019853 313.7019  46.2455 13.74042029 76303
+0 APEX
+1 23191U 94046A   16018.19699580  .00009694  00000-0  33768-3 0  9990
+2 23191  69.9297 326.4327 0650573 238.6861 114.9017 14.27249521 42610
+0 DIRECTV 2 (DBS 2)
+1 23192U 94047A   16017.10816797 -.00000060  00000-0  00000+0 0  9991
+2 23192   7.5432  51.9334 0012716 236.5162 145.0810  0.98633762 88152
+0 COSMOS 2286
+1 23194U 94048A   16016.18803185 +.00000613 +00000-0 +00000-0 0  9992
+2 23194 067.5352 046.4304 6211582 191.8198 326.6803 02.00677650157141
+0 SL-6 R/B(2)
+1 23197U 94048D   16016.40421584 -.00000613  00000-0  00000+0 0  9999
+2 23197  67.9882  15.5587 6201947 180.3121 338.7762  2.03849673159687
+0 APEX R/B
+1 23198U 94046B   16017.50528308  .00003763  00000-0  19999-3 0  9991
+2 23198  69.9657 268.0606 0931443 234.1655 116.9418 13.59195946 22157
+0 BRAZILSAT B1
+1 23199U 94049A   16016.36744645  .00000067  00000-0  00000+0 0  9995
+2 23199   7.3340  52.2367 0003996 144.7456 286.3020  0.99246475 89190
+0 TURKSAT 1B
+1 23200U 94049B   16017.60795126 -.00000006  00000-0  00000+0 0  9990
+2 23200   9.6750  44.6938 0012284   9.3505 180.7749  0.99044543 77557
+0 ARIANE 44LP+ R/B
+1 23201U 94049C   16016.64405027  .00000788  00000-0  10234-2 0  9991
+2 23201   6.8020 202.3117 7186527 276.0588  13.4220  2.35529339177989
+0 COSMOS 2287 (GLONASS)
+1 23203U 94050A   16017.13491532 -.00000047  00000-0  00000+0 0  9992
+2 23203  66.4905 326.7349 0008390  56.6506 194.2016  2.13100689166820
+0 COSMOS 2289 (GLONASS)
+1 23204U 94050B   16016.99107169 -.00000046  00000-0  00000+0 0  9995
+2 23204  66.4778 326.6534 0010397 326.5827  33.3573  2.13101660166820
+0 COSMOS 2288 (GLONASS)
+1 23205U 94050C   16017.10990602 -.00000047  00000-0  00000+0 0  9993
+2 23205  66.4844 326.6965 0002256 323.0407 215.2295  2.13102683166822
+0 SL-12 R/B(2)
+1 23208U 94050F   16016.68423591 -.00000043 +00000-0 +00000-0 0  9993
+2 23208 066.4721 325.7997 0026102 230.6178 188.4885 02.13427611167051
+0 OPTUS B3
+1 23227U 94055A   16017.43432398 -.00000092  00000-0  00000+0 0  9991
+2 23227   6.5651  54.1703 0005868 236.3154 146.3367  1.00271684 78309
+0 OPTUS B3 PKM
+1 23229U 94055C   16016.48961420 +.00000290 +00000-0 +84822-3 0  9997
+2 23229 023.4211 233.7660 7369777 030.4279 356.8648 02.11527650163460
+0 ETS 6
+1 23230U 94056A   16016.73277211 -.00000096  00000-0  00000+0 0  9993
+2 23230  12.4902 180.3887 5019393 325.3360  39.8061  1.67092288130652
+0 ARIANE 44LP DEB
+1 23232U 91015H   16016.46775160 +.00000698 +00000-0 +16766-2 0  9999
+2 23232 006.9398 330.0276 5373737 354.3039 139.4848 04.76091708346778
+0 ARIANE 44L+ DEB
+1 23237U 92021G   16016.56588787 -.00000070 +00000-0 +14630-2 0  9993
+2 23237 003.2901 177.8854 7042335 159.0321 105.9614 02.24959220180076
+0 ARIANE 44L+ DEB
+1 23238U 92021H   16016.70077633 -.00000341 +00000-0 -14766-1 0  9994
+2 23238 003.4038 234.4004 7031056 042.9673 117.1875 02.24523812196700
+0 ARIANE 44L+ DEB
+1 23239U 92021J   16015.46541269 -.00000029  00000-0  00000+0 0  9994
+2 23239   3.9025 304.7412 6983658 269.0641 304.1440  2.23815172183788
+0 ARIANE 44L+ DEB
+1 23240U 92021K   16016.29241762 -.00000004  00000-0  00000+0 0  9996
+2 23240   3.7337 326.1285 6970010 231.2191 350.1290  2.23356509179029
+0 ARIANE 44L+ DEB
+1 23241U 92021L   16016.76992123 -.00000029  00000-0  54657-2 0  9990
+2 23241   3.2535 186.8256 7048718 144.5258 135.5671  2.24609794178481
+0 ARIANE 44L+ DEB
+1 23242U 92021M   16016.73722699 -.00000149  00000-0  12860-2 0  9990
+2 23242   3.2677 225.4948 7054435  61.8553   1.3582  2.24674730177278
+0 ARIANE 2 DEB
+1 23243U 89027C   16017.09739003  .00000103  00000-0  41480-2 0  9999
+2 23243   3.0299  61.3687 7192823  91.3914 337.2835  2.20049069176758
+0 ARIANE 44L+ DEB
+1 23244U 92021N   16017.53722380 -.00000055  00000-0  00000+0 0  9994
+2 23244   3.9771 136.2039 6872474 219.1651  93.2824  2.21420492174894
+0 ARIANE 44L+ DEB
+1 23245U 92021P   16017.37771900 -.00000104  00000-0 -29368-2 0  9996
+2 23245   3.6751 278.7462 7007856 325.5672 243.5854  2.24785919165504
+0 ETS 6 DEB
+1 23248U 94056C   16017.31095782 -.00000051  00000-0  00000+0 0  9999
+2 23248  12.7429 124.3752 5179315  72.3978 192.5301  1.70296409132899
+0 DMSP 5D-2 F12 DEB
+1 23250U 94057D   16017.11764721  .00001352  00000-0  39855-3 0  9995
+2 23250  98.3325  76.1410 0007493  66.9533 351.8671 14.45148049114689
+0 CZ-4 DEB
+1 23254U 90081CK  16016.43610714  .00000603  00000-0  21931-3 0  9992
+2 23254  98.6982 357.2053 0071891 339.8232 176.4685 14.35445822138862
+0 CZ-4 DEB
+1 23258U 90081CP  16017.32964301  .00000206  00000-0  12515-3 0  9996
+2 23258  98.7525  50.8080 0022189 182.3656 240.9873 14.16573058222988
+0 CZ-4 DEB
+1 23259U 90081CQ  16016.00767675 +.00000636 +00000-0 +28894-3 0  9990
+2 23259 098.6361 044.9869 0018569 349.7798 010.3002 14.25204942267196
+0 CZ-4 DEB
+1 23260U 90081CR  16018.04507336  .00002817  00000-0  56716-3 0  9991
+2 23260  98.1125  47.0448 0016608  78.3353 310.4870 14.62225087282358
+0 CZ-4 DEB
+1 23261U 90081CS  16017.55043662  .00001456  00000-0  46641-3 0  9998
+2 23261  98.4618  38.9939 0026170  14.9870 138.2691 14.40810820292054
+0 SL-8 DEB
+1 23263U 91009CU  16016.95740088 -.00000077 +00000-0 -66730-3 0  9991
+2 23263 074.1250 207.3567 0162302 125.3025 028.9766 12.10336355174761
+0 SL-8 DEB
+1 23265U 91009CW  16010.78608676 +.00000172 +00000-0 +15683-2 0  9998
+2 23265 073.9971 137.5305 0163276 214.9301 298.3651 12.27941271111806
+0 COSMOS 2291
+1 23267U 94060A   16016.82462010 -.00000141 +00000-0 +00000-0 0  9993
+2 23267 014.2164 023.4581 0005772 147.1448 227.7805 01.00281929078056
+0 SL-12 R/B(2)
+1 23270U 94060D   16016.83566394 -.00000193 +00000-0 +00000-0 0  9995
+2 23270 014.2551 023.7868 0005622 053.8401 321.7124 01.00089945077486
+0 SL-16 DEB
+1 23275U 92093JF  16017.76012127  .00000204  00000-0  17236-3 0  9991
+2 23275  71.2472 298.8377 0105310  19.8635 340.6531 13.96013562130181
+0 DMSP 5D-2 F12 DEB
+1 23277U 94057E   16017.79859172  .00005042  00000-0  10466-2 0  9999
+2 23277  98.1886  26.6312 0011542 148.3518 295.6501 14.60538523117459
+0 COSMOS 2292
+1 23278U 94061A   16017.46734668  .00002689  00000-0  24000-3 0  9995
+2 23278  82.9842 164.1205 0886950 213.2942 140.9312 13.54653587 41197
+0 SL-8 R/B
+1 23279U 94061B   16017.50947548  .00004528  00000-0  30763-3 0  9991
+2 23279  82.9701  18.7191 0759480  38.6803 326.6304 13.87865336 53451
+0 SL-16 DEB
+1 23282U 92093JG  16017.87440610  .00002306  00000-0  10066-2 0  9991
+2 23282  71.1895 316.8069 0094239 263.8780 151.2246 14.22544637130243
+0 SL-12 DEB
+1 23292U 85118P   16017.15697890  .00000038  00000-0  16531-3 0  9991
+2 23292  65.2202 348.8441 5614021 142.8196 274.0647  4.44862600370508
+0 SL-12 DEB
+1 23293U 85118Q   16017.80797005  .00000161  00000-0  16223-2 0  9997
+2 23293  65.6963 258.5349 5541022  62.9525   1.3509  4.26761388343272
+0 SL-12 DEB
+1 23297U 85118U   16016.26333781  .00000817  00000-0  28040-1 0  9994
+2 23297  66.6822 214.7700 5084305 189.0781 156.4259  4.68227376381970
+0 ARIANE 42P+ DEB
+1 23301U 92072D   16011.15805636 +.00000322 +00000-0 +78250-2 0  9993
+2 23301 006.8630 176.4017 6105308 131.1199 300.3891 03.47303574029188
+0 SL-16 DEB
+1 23302U 92093JH  16017.83650641  .00000304  00000-0  20096-3 0  9998
+2 23302  71.1278  71.2235 0128127 338.6556 140.3406 14.05236676118980
+0 SL-16 DEB
+1 23303U 93059G   16017.43678438  .00004255  00000-0  58711-3 0  9996
+2 23303  71.1115 148.7245 0017762  79.0457 338.1314 14.78654561181612
+0 NSS 703 (INTELSAT 703)
+1 23305U 94064A   16017.57121459 -.00000316  00000-0  00000+0 0  9995
+2 23305   5.1232  60.3455 0006563 189.2745 203.8777  0.99306748 77955
+0 COSMOS 700 DEB
+1 23308U 74105C   16017.71290387  .00000585  00000-0  46889-3 0  9991
+2 23308  82.9461 282.1455 0020560 267.4726 121.7807 13.89130903148288
+0 DELTA 1 DEB
+1 23309U 75052JY  16016.77281258 +.00000142 +00000-0 +64698-3 0  9993
+2 23309 099.6778 050.9085 0386113 045.4273 004.6582 12.71038480142432
+0 DELTA 1 DEB
+1 23310U 75052JZ  16017.19464218  .00000065  00000-0  32552-3 0  9999
+2 23310  99.9225 101.4509 0323326 268.1092 147.4106 12.89045031 95026
+0 SOLIDARIDAD 2
+1 23313U 94065A   16016.46403940 -.00000211  00000-0  00000+0 0  9994
+2 23313   6.3932  55.5006 0006546 224.1915 315.3643  0.98865596 77794
+0 THAICOM 2
+1 23314U 94065B   16016.70388359  .00000065  00000-0  00000+0 0  9994
+2 23314   4.6923  61.8821 0003592 159.5472 215.2946  0.99584729 77755
+0 OKEAN 4
+1 23317U 94066A   16017.17339041  .00000530  00000-0  56285-4 0  9992
+2 23317  82.5367 244.3746 0019704 344.6692 112.0831 14.87011874149094
+0 SL-14 R/B
+1 23318U 94066B   16017.31729360  .00000155  00000-0  17811-4 0  9991
+2 23318  82.5427 287.7607 0024930 129.2182  10.3586 14.78678107146257
+0 EXPRESS 1
+1 23319U 94067A   16016.40379137 -.00000285 +00000-0 +00000-0 0  9998
+2 23319 012.5885 034.2553 0007078 172.6761 355.1168 00.99825657077591
+0 SL-12 R/B(2)
+1 23322U 94067D   16016.33444899 -.00000124  00000-0  00000+0 0  9993
+2 23322  14.7109  19.1389 0004146  52.3302 152.8238  1.00262630 77842
+0 IRS P2
+1 23323U 94068A   16017.50080339  .00000045  00000-0  38908-4 0  9994
+2 23323  98.7201 323.6534 0001066  82.5241  51.6135 14.23653105103952
+0 IRS P2 R/B
+1 23324U 94068B   16016.99833576  .00000027  00000-0  35734-4 0  9990
+2 23324  98.9972 339.2047 0056438 277.5761 132.1900 14.17026430 98987
+0 ELEKTRO (GOMS)
+1 23327U 94069A   16016.59207404 -.00000152  00000-0  00000+0 0  9998
+2 23327  14.5525  23.6804 0009233 173.9233 209.4146  1.00287367 77711
+0 SL-12 R/B(2)
+1 23330U 94069D   16017.49986480 -.00000048  00000-0  00000+0 0  9994
+2 23330  14.5446  23.7408 0019962  51.9319  34.9471  1.00142373 77605
+0 ASTRA 1D
+1 23331U 94070A   16016.46403940 -.00000295  00000-0  00000+0 0  9992
+2 23331   6.7451  53.3041 0003708 244.7106 297.0644  1.00272173 78016
+0 RESURS O1
+1 23342U 94074A   16017.82370248  .00000252  00000-0  41271-4 0  9995
+2 23342  98.1351  45.7515 0001111  64.7982 347.2710 14.79098862141453
+0 SL-16 R/B
+1 23343U 94074B   16018.13635237  .00000071  00000-0  17861-4 0  9990
+2 23343  98.2070  42.2843 0005677 290.3855 110.1739 14.76624206140671
+0 RESURS O1 DEB
+1 23344U 94074C   16018.14064168  .00000403  00000-0  98823-4 0  9997
+2 23344  98.4132  63.2638 0128837 339.4927  87.7016 14.53275859120415
+0 RESURS O1 DEB
+1 23345U 94074D   16017.85945961  .00000168  00000-0  65419-4 0  9997
+2 23345  97.9022 124.6133 0197344  88.5713  25.5553 14.29987199104085
+0 RESURS O1 DEB
+1 23346U 94074E   16016.85407009  .00000444  00000-0  14906-3 0  9994
+2 23346  98.2636 158.2107 0181836 245.4039 112.8105 14.33126769106021
+0 RESURS O1 DEB
+1 23347U 94074F   16017.19988297  .00000292  00000-0  76732-4 0  9993
+2 23347  97.8753 290.6135 0134855 118.3829  45.3418 14.50358925118258
+0 COSMOS 2295 (GLONASS)
+1 23396U 94076A   16017.61543909  .00000112  00000-0  00000+0 0  9994
+2 23396  63.9843 200.3910 0038690 186.7466 164.7517  2.13103059164676
+0 COSMOS 2296 (GLONASS)
+1 23397U 94076B   16017.09492693  .00000111  00000-0  00000+0 0  9999
+2 23397  63.9717 200.3170 0008237 276.6221 202.1021  2.13100113164661
+0 COSMOS 2294 (GLONASS)
+1 23398U 94076C   16016.80668147 +.00000110 +00000-0 +00000-0 0  9997
+2 23398 063.9615 200.2126 0003326 015.6067 357.8792 02.13102033164613
+0 SL-12 R/B(2)
+1 23401U 94076F   16016.64666978 +.00000109 +00000-0 +00000-0 0  9992
+2 23401 063.9702 199.0294 0012778 311.0672 252.4292 02.13553573164964
+0 SL-12 R/B(AUX MOTOR)
+1 23402U 94076G   16017.52930868  .00000088  00000-0  82805-4 0  9996
+2 23402  65.2174 221.7514 5672364 315.0532  11.0877  4.25910991327828
+0 SL-12 R/B(AUX MOTOR)
+1 23403U 94076H   16016.20163638  .00000055  00000-0  54529-4 0  9990
+2 23403  65.3176 229.6240 5660056 318.4782 271.9033  4.26939439328218
+0 COSMOS 2297
+1 23404U 94077A   16018.19723789  .00000028  00000-0  40315-4 0  9999
+2 23404  71.0133 293.1047 0017235 217.4399 295.0072 14.13453062 91160
+0 SL-16 R/B
+1 23405U 94077B   16017.86675877  .00000105  00000-0  78603-4 0  9994
+2 23405  70.9816 220.9462 0002691 333.5464  26.5521 14.15177828 92464
+0 SL-16 DEB
+1 23406U 94077C   16017.89250949 -.00000046  00000-0 -22067-5 0  9997
+2 23406  71.0330 289.2155 0205224 288.8795 137.9106 13.72646771 59370
+0 SL-16 DEB
+1 23407U 94077D   16017.86165931  .00000021  00000-0  60055-4 0  9990
+2 23407  71.0349 281.0203 0202760 254.4817 172.3952 13.72997892 59679
+0 SL-16 DEB
+1 23408U 94077E   16017.25380626 -.00000010  00000-0  31265-4 0  9994
+2 23408  70.9885 308.0251 0214102 355.9693 157.0265 13.70537049 57686
+0 SL-16 DEB
+1 23409U 94077F   16017.84645689  .00000085  00000-0  89855-4 0  9992
+2 23409  70.8809 268.2993 0089443  76.5596 284.5466 13.97570879 78845
+0 SL-16 DEB
+1 23410U 94077G   16016.94429293 +.00000058 +00000-0 +98877-4 0  9999
+2 23410 070.9814 008.9195 0220016 070.7818 318.0472 13.68035233055431
+0 GEO IK
+1 23411U 94078A   16017.49454144 -.00000018  00000-0 -52248-5 0  9996
+2 23411  73.6108 220.2261 0028437  35.6847 345.0400 12.40808257957486
+0 SL-14 R/B
+1 23412U 94078B   16017.84817891 -.00000009  00000-0  60482-4 0  9995
+2 23412  73.6132 214.4825 0043714 348.8581 114.0519 12.40985247957765
+0 TELSTAR 11 (ORION 1)
+1 23413U 94079A   16016.52280619 -.00000240 +00000-0 +00000-0 0  9996
+2 23413 009.7612 044.6910 0020387 274.8049 122.5920 00.98582871076459
+0 DFH-3 1
+1 23415U 94080A   16016.20185648 -.00000256 +00000-0 +00000-0 0  9998
+2 23415 014.5359 019.2694 0098355 277.1571 156.9334 01.00970002097258
+0 SL-16 DEB
+1 23418U 94077J   16013.82080019 +.00000081 +00000-0 +73744-4 0  9992
+2 23418 071.0066 158.4708 0077344 150.4977 210.0541 14.07481539127365
+0 MOLNIYA 1-88
+1 23420U 94081A   16016.37632028 +.00000077 +00000-0 +20170-3 0  9995
+2 23420 062.9961 064.6604 6335204 298.4123 012.5629 03.34502677035295
+0 LUCH
+1 23426U 94082A   16017.61024887  .00000017  00000-0  00000+0 0  9998
+2 23426  13.9192  28.9496 0004173 138.1748 349.1196  1.00271727 77216
+0 SL-12 R/B(2)
+1 23429U 94082D   16013.39256999 -.00000254  00000-0  00000+0 0  9997
+2 23429  13.8102  28.7620 0025780  37.2016  97.5164  1.00802974 77583
+0 COSMOS 2298
+1 23431U 94083A   16017.15497766  .00000027  00000-0  20346-4 0  9995
+2 23431  74.0279 231.8169 0016283   1.7943 136.3105 14.30219407 99804
+0 SL-8 R/B
+1 23432U 94083B   16017.53178050  .00000055  00000-0  29377-4 0  9994
+2 23432  74.0318 162.7219 0004621 145.9115 279.9632 14.33425643102271
+0 COSMOS 2298 DEB
+1 23433U 94083C   16016.74185912  .00000509  00000-0  17606-3 0  9997
+2 23433  74.0092 133.7476 0012761 273.0473 240.1755 14.38288924102436
+0 COSMOS 2298 DEB
+1 23434U 94083D   16017.06087903  .00000323  00000-0  12695-3 0  9992
+2 23434  74.0301 252.6252 0012846 276.5584 201.2978 14.33198148 99127
+0 RADIO ROSTO
+1 23439U 94085A   16017.90564332 -.00000033  00000-0  28060-3 0  9990
+2 23439  64.8199 334.2109 0161555 334.1665  25.1256 11.27564478867369
+0 SL-19 R/B
+1 23440U 94085B   16017.18039818 -.00000034  00000-0  23645-3 0  9993
+2 23440  64.8360 352.1447 0185472 320.1001 120.6817 11.27129710867100
+0 COSMOS 2299
+1 23441U 94086A   16017.62763242  .00000023  00000-0  65663-4 0  9993
+2 23441  82.5666 213.2112 0007646 195.9487 164.1365 12.63701430971434
+0 COSMOS 2300
+1 23442U 94086B   16018.08910269  .00000026  00000-0  84244-4 0  9997
+2 23442  82.5601 217.4466 0002545 211.7868 265.9709 12.62724372970761
+0 COSMOS 2301
+1 23443U 94086C   16017.50684310  .00000011  00000-0  10938-5 0  9993
+2 23443  82.5696 229.2464 0001864 128.9342 313.0454 12.62137340970231
+0 COSMOS 2302
+1 23444U 94086D   16017.14482228  .00000013  00000-0  15136-4 0  9994
+2 23444  82.5631 233.8293 0007148 141.6617 339.7374 12.61187320969450
+0 COSMOS 2303
+1 23445U 94086E   16017.72267332  .00000000  00000-0 -60594-4 0  9991
+2 23445  82.5728 246.0036 0010973 154.0357 268.9824 12.60472844968974
+0 COSMOS 2304
+1 23446U 94086F   16017.10139178  .00000020  00000-0  54378-4 0  9994
+2 23446  82.5684 229.1393 0004153 149.2271 326.5231 12.62108301970150
+0 SL-14 R/B
+1 23447U 94086G   16016.75225067 +.00000012 +00000-0 +11386-4 0  9991
+2 23447 082.5689 286.3569 0037465 320.8273 065.9949 12.55484087964880
+0 RADUGA 32
+1 23448U 94087A   16016.59211978 -.00000165  00000-0  00000+0 0  9997
+2 23448  14.1537  24.6513 0009572 183.0204 201.1768  1.00271669 94792
+0 SL-12 R/B(2)
+1 23451U 94087D   16016.35727831 -.00000293  00000-0  00000+0 0  9997
+2 23451  14.1716  24.6906 0007039  38.0904 326.4210  1.00094723 76958
+0 NOAA 14
+1 23455U 94089A   16017.53612789 -.00000005  00000-0  19882-4 0  9993
+2 23455  98.7359  99.4163 0009424 183.2911 301.6161 14.14065928 85829
+0 NOAA 14 DEB
+1 23457U 94089B   16016.99265729  .00007210  00000-0  95191-3 0  9992
+2 23457  98.9242  24.8491 0000073 208.4528 204.6010 14.80385034104929
+0 INTELSAT 704
+1 23461U 95001A   16016.64574273  .00000026  00000-0  00000+0 0  9990
+2 23461   5.3883  59.2917 0002482 148.2069  33.2038  0.99178126 76739
+0 TSIKADA
+1 23463U 95002A   16017.90346331  .00000042  00000-0  30107-4 0  9999
+2 23463  82.9295 307.7235 0037562 261.5159 162.7128 13.72448822 51008
+0 ASTRID
+1 23464U 95002B   16017.86203473  .00000067  00000-0  56701-4 0  9999
+2 23464  82.9298 311.0042 0039665 274.1197  85.5425 13.72476991 50733
+0 FAISAT
+1 23465U 95002C   16017.23250947  .00000030  00000-0  16978-4 0  9991
+2 23465  82.9294 312.5271 0036156 281.1738 187.0725 13.71863058 50522
+0 SL-8 R/B
+1 23466U 95002D   16017.89498104  .00000034  00000-0  19460-4 0  9996
+2 23466  82.9265 288.6782 0034117 195.8281 234.2368 13.74369803 52375
+0 ATLAS 2 CENTAUR R/B
+1 23468U 95003B   16018.10067727  .00003679  00000-0  99423-3 0  9991
+2 23468  26.7506 332.7927 6101295  53.0598 348.5944  3.87652460261487
+0 SL-19 DEB
+1 23479U 94085C   16017.57912220  .00001488  00000-0  36667-1 0  9994
+2 23479  65.0441  61.3616 0072800 105.3321 332.8550 11.44198201878518
+0 SL-19 DEB
+1 23480U 94085D   16017.29162734  .00000288  00000-0  77603-2 0  9995
+2 23480  64.7071  48.1376 0205221  82.4745  11.0909 11.42846346874069
+0 SL-19 DEB
+1 23482U 94085E   16018.08660318  .00008961  00000-0  21465+0 0  9994
+2 23482  64.8098 345.8078 0409254 122.6461 326.5594 11.28907440866805
+0 SL-19 DEB
+1 23483U 94085F   16016.56457350 -.00000047 +00000-0 -14827-3 0  9993
+2 23483 064.7291 053.4248 0180667 087.5884 082.4268 11.22853244863318
+0 SL-19 DEB
+1 23484U 94085G   16018.11034626  .00000420  00000-0  13804-1 0  9999
+2 23484  64.7338 137.6798 0225419  48.8304 357.8726 11.20646580861595
+0 SL-19 DEB
+1 23485U 94085H   16017.75181649  .00004264  00000-0  11979+0 0  9996
+2 23485  64.6730 265.9015 0147679  76.4007 285.3316 11.29568090867826
+0 SL-19 DEB
+1 23486U 94085J   16016.69337355 -.00000051  00000-0 -26934-3 0  9999
+2 23486  64.9058 106.2022 0181895 254.0128 263.9264 11.24916745864497
+0 SL-19 DEB
+1 23487U 94085K   16017.83573492 -.00000056  00000-0 -36629-3 0  9998
+2 23487  64.9406 318.5955 0175628 216.8625 171.8151 11.30348246869380
+0 SL-19 DEB
+1 23488U 94085L   16017.76903051  .00000946  00000-0  27194-1 0  9990
+2 23488  64.9943  84.5471 0222493 177.9239 276.2137 11.27812785865965
+0 SL-19 DEB
+1 23489U 94085M   16017.47156909 -.00000931  00000-0 -24742-1 0  9993
+2 23489  64.9436  42.8697 0187234 232.9231 238.3103 11.28193194866923
+0 SL-19 DEB
+1 23490U 94085N   16017.52774440 -.00000019  00000-0  70607-3 0  9996
+2 23490  64.8246 163.3279 0137747 327.7048  96.4315 11.20476729861856
+0 SL-19 DEB
+1 23491U 94085P   16017.93926162  .00000552  00000-0  13749-1 0  9995
+2 23491  64.8307 197.3756 0357209 210.8133 309.7571 11.35338914871298
+0 SL-19 DEB
+1 23492U 94085Q   16016.44049921 -.00000056  00000-0 -36348-3 0  9993
+2 23492  64.9524 307.3732 0178307 204.0237 269.4439 11.31090717869843
+0 SL-19 DEB
+1 23493U 94085R   16017.77879800 -.00000499  00000-0 -12383-1 0  9990
+2 23493  64.9412 291.4027 0149384 215.9105 177.0619 11.31634944870301
+0 SL-19 DEB
+1 23494U 94085S   16016.59508266 -.00006663 +00000-0 -13590+0 0  9993
+2 23494 064.9509 074.5660 0213551 140.6322 012.9279 11.53221497142934
+0 SL-19 DEB
+1 23495U 94085T   16016.87839287 -.00000043 +00000-0 -28751-4 0  9991
+2 23495 065.0254 342.1186 0172696 127.6101 263.6730 11.31012085869575
+0 SL-19 DEB
+1 23496U 94085U   16017.78633039 -.00015025  00000-0 -39511+0 0  9997
+2 23496  64.8448 293.2456 0199577 301.8153  60.1449 11.32554685868691
+0 COSMOS 2307 (GLONASS)
+1 23511U 95009A   16016.19667956 -.00000029  00000-0  00000+0 0  9999
+2 23511  64.1715  74.4137 0004490 142.0888 282.8424  2.13105027162383
+0 COSMOS 2308 (GLONASS)
+1 23512U 95009B   16017.72725387 -.00000035  00000-0  00000+0 0  9990
+2 23512  64.1631  74.2899 0006749 299.8801 345.3640  2.13099430162407
+0 COSMOS 2309 (GLONASS)
+1 23513U 95009C   16016.33450965 -.00000030  00000-0  00000+0 0  9999
+2 23513  64.1633  74.4960 0030946 217.8923 147.7911  2.13052090162341
+0 SL-12 R/B(2)
+1 23516U 95009F   16016.71846331 -.00000032  00000-0  00000+0 0  9992
+2 23516  64.1770  73.8182 0019289 248.8880  33.6843  2.13307728162548
+0 HIMAWARI 5 (GMS 5)
+1 23522U 95011B   16016.19955266  .00000052  00000-0  00000+0 0  9993
+2 23522  12.0588  35.2724 0004491  69.6371 119.1629  0.99404346 75834
+0 H-2 R/B(2)
+1 23523U 95011C   16016.03303598 +.00002139 +00000-0 +66487-3 0  9995
+2 23523 025.3758 309.4216 6656661 229.9961 049.7471 03.08777727212629
+0 HIMAWARI 5 AKM
+1 23524U 95011D   16016.12990315 -.00000003  00000-0  00000+0 0  9999
+2 23524  13.9007  22.3065 0228155 269.5828 269.3198  1.01259196 77050
+0 COSMOS 2310
+1 23526U 95012A   16017.78664389  .00000021  00000-0  66478-5 0  9990
+2 23526  82.9444  70.7972 0022989  53.3557  83.4429 13.71823093 42655
+0 SL-8 R/B
+1 23527U 95012B   16017.53607748 -.00000004  00000-0 -20185-4 0  9997
+2 23527  82.9409  53.2862 0019029 317.5660 207.6954 13.73526558 43889
+0 INTELSAT 705
+1 23528U 95013A   16016.49873765 -.00000208 +00000-0 +00000-0 0  9992
+2 23528 004.9883 061.0751 0013742 010.9742 342.0695 00.98973717075871
+0 DMSP 5D-2 F13 DEB
+1 23535U 95015C   16016.83411536  .00001859  00000-0  49765-3 0  9990
+2 23535  98.6123 142.1580 0003094 351.5477 170.0200 14.49462074 86429
+0 BRAZILSAT B2
+1 23536U 95016A   16016.80955156 -.00000296 +00000-0 +00000-0 0  9991
+2 23536 006.3676 055.1011 0002608 258.0426 030.7509 01.00271198076247
+0 HOT BIRD 1
+1 23537U 95016B   16017.55202257  .00000067  00000-0  00000+0 0  9996
+2 23537   8.2274  49.4516 0001605 114.2351  13.1609  0.99314235 75944
+0 ARIANE 44LP+ R/B
+1 23538U 95016C   16017.25722255  .00014824  00000-0  18721-2 0  9997
+2 23538   6.3771 303.0345 6658305 179.2891 182.8504  3.11794620195955
+0 ORBCOMM FM 1
+1 23545U 95017A   16017.54368434  .00001370  00000-0  24000-3 0  9993
+2 23545  69.9702 148.7994 0006818 330.7044 103.0470 14.70027488106238
+0 ORBCOMM FM 2
+1 23546U 95017B   16017.86425267  .00001424  00000-0  25541-3 0  9998
+2 23546  69.9719 155.0489 0009195 322.3454  37.7045 14.68885828106171
+0 ORBVIEW 1 (MICROLAB)
+1 23547U 95017C   16017.16775915  .00000378  00000-0  94104-4 0  9999
+2 23547  69.9799 280.8646 0007833  39.4205 320.7502 14.59173557102885
+0 PEGASUS R/B
+1 23548U 95017D   16017.68106929  .00000120  00000-0  46531-4 0  9996
+2 23548  69.9892  69.3389 0008298 134.4604 359.0885 14.50295671 99178
+0 AMSC 1
+1 23553U 95019A   16017.08904570 -.00000123  00000-0  00000+0 0  9996
+2 23553   9.3823  44.6963 0004041 235.7847 124.2060  1.00272427 76027
+0 ERS 2
+1 23560U 95021A   16017.49918332  .00003975  00000-0  20114-3 0  9992
+2 23560  98.5079 297.3513 0002354 253.3031 106.7941 15.17729252 96922
+0 ARIANE 40+ R/B
+1 23561U 95021B   16017.88944414  .00000171  00000-0  72279-4 0  9991
+2 23561  98.7557   2.1622 0006928 356.1565  33.6972 14.37694367 87060
+0 SL-19 DEB
+1 23564U 94085V   16016.63273404 -.00000034  00000-0  21800-3 0  9991
+2 23564  64.9922 232.3833 0187663 150.0459 246.2695 11.34784946857329
+0 INTELSAT 706
+1 23571U 95023A   16016.93607755 -.00000285 +00000-0 +00000-0 0  9999
+2 23571 003.4824 067.2534 0003445 179.3167 340.9767 00.99053675075640
+0 GOES 9
+1 23581U 95025A   16016.94726275 -.00000024 +00000-0 +00000-0 0  9993
+2 23581 010.2021 043.1822 0001842 136.0697 006.6262 00.98798046075177
+0 SL-6 R/B(2)
+1 23587U 95026D   16017.77350652 -.00000858  00000-0  25789+0 0  9999
+2 23587  66.2326 130.7153 6617682 143.2574   1.8653  2.03327550153351
+0 ATLAS 2 CENTAUR R/B
+1 23590U 95027B   16017.31593158  .00003518  00000-0  11315-2 0  9992
+2 23590  26.7284 264.3014 6104913 115.5926 318.0012  3.86293281263023
+0 DMSP 5D-2 F13 DEB
+1 23595U 95015E   16017.78110109  .00013207  00000-0  15233-2 0  9995
+2 23595  98.7147 313.9324 0004753   7.7342  44.4041 14.85795996 94530
+0 DIRECTV 3 (DBS/NIMIQ 3)
+1 23598U 95029A   16016.79820284 -.00000104  00000-0  00000+0 0  9991
+2 23598   5.5610  59.1769 0006599 271.4099  88.5066  0.99003312 75095
+0 COSMOS 2315
+1 23603U 95032A   16018.12794319  .00000045  00000-0  32798-4 0  9997
+2 23603  82.9028 194.1142 0030514 341.5115 155.3868 13.72811010 29090
+0 SL-8 R/B
+1 23604U 95032B   16016.96211669 -.00000037 +00000-0 -54727-4 0  9999
+2 23604 082.9033 181.3064 0023454 237.0612 297.3138 13.74251377029749
+0 CERISE
+1 23606U 95033B   16017.85991469  .00001097  00000-0  11067-3 0  9998
+2 23606  98.2392 287.9345 0004622 193.5077 166.6018 14.93329879109605
+0 UPM/LBSAT
+1 23607U 95033C   16017.44133828  .00000400  00000-0  63303-4 0  9999
+2 23607  98.3559 183.5412 0006812 122.7252 237.4615 14.77947217103822
+0 ARIANE 40+3 R/B
+1 23608U 95033D   16018.21576350  .00001405  00000-0  13284-3 0  9995
+2 23608  98.2283 279.2514 0017661 151.5698 208.6489 14.95346225110627
+0 TDRS 7
+1 23613U 95035B   16018.08500832 -.00000211  00000-0  00000+0 0  9993
+2 23613  14.6963  20.7484 0020592  12.6987 198.7288  1.00277982 75014
+0 IUS R/B(1)
+1 23614U 95035C   16017.58999552  .00000432  00000-0  31989-3 0  9997
+2 23614  25.9212 241.1459 7053160 307.9641   7.2139  2.52307154180287
+0 IUS R/B(2)
+1 23615U 95035D   16016.94378668 -.00000379 +00000-0 +00000-0 0  9994
+2 23615 016.6646 020.3581 0008467 080.2467 103.5900 01.00502739075174
+0 SL-12 DEB
+1 23616U 92047J   16017.40535022  .00127376 -17594-6  14028-2 0  9992
+2 23616  64.2309 172.8169 4880019   0.0797 359.9538  5.98138485370419
+0 COSMOS 2316 (GLONASS)
+1 23620U 95037A   16016.32465630 -.00000039  00000-0  00000+0 0  9992
+2 23620  66.5474 327.1068 0012643 156.0052  95.5234  2.13101521159413
+0 COSMOS 2317 (GLONASS)
+1 23621U 95037B   16016.42448648 -.00000040  00000-0  00000+0 0  9996
+2 23621  66.5588 327.2015 0009278 171.9765  19.8353  2.13101257159417
+0 COSMOS 2318 (GLONASS)
+1 23622U 95037C   16016.51403625 -.00000041  00000-0  00000+0 0  9994
+2 23622  66.5495 327.1198 0022468 110.2495 104.3840  2.13101120159418
+0 SL-12 R/B(2)
+1 23625U 95037F   16017.39936642 -.00000050  00000-0  00000+0 0  9994
+2 23625  66.5351 326.2389 0005874 206.2693   8.9608  2.13421820159673
+0 INTELSAT 4 (PAS 4)
+1 23636U 95040A   16016.73787418 -.00000168 +00000-0 +00000-0 0  9993
+2 23636 004.8221 063.2807 0029210 156.9232 327.0093 00.97128796074191
+0 ARIANE 42L+3 R/B
+1 23637U 95040B   16016.33565425 -.00000110  00000-0  59134-4 0  9995
+2 23637   4.4001 285.3911 7210815 146.7879  48.5222  2.18662468163407
+0 KOREASAT 1
+1 23639U 95041A   16017.40707758 -.00000299  00000-0  00000+0 0  9995
+2 23639  13.3089  31.5115 0001642 220.7890 330.4481  0.99670889 74758
+0 DELTA 2 R/B(1)
+1 23640U 95041B   16017.17297446  .00000123  00000-0  33477-4 0  9993
+2 23640  26.6750  91.0886 0289634 355.4242  23.8304 13.27993716993551
+0 DELTA 2 R/B(2)
+1 23641U 95041C   16018.15395079 -.00000015  00000-0  00000+0 0  9996
+2 23641  20.6765  29.7701 6425347 355.8459 239.9981  2.70395780202130
+0 MOLNIYA 3-47
+1 23642U 95042A   16016.41499713 +.00003396 +00000-0 +12397-2 0  9994
+2 23642 062.1443 021.9388 7505945 279.3894 010.5081 02.01189975149705
+0 SL-6 R/B(2)
+1 23645U 95042D   16016.15273764  .00000452  00000-0  44732-3 0  9993
+2 23645  61.8436  85.6150 7512986 275.8856  11.3171  1.96015949146250
+0 JCSAT 3
+1 23649U 95043A   16016.97842655 -.00000169  00000-0  00000+0 0  9991
+2 23649   8.9491  42.7978 0011914 329.5510  28.0332  0.99147077 74143
+0 NSTAR A
+1 23651U 95044A   16016.71148573 -.00000001  00000-0  00000+0 0  9990
+2 23651   8.5381  48.0858 0014915 263.9824  92.3933  0.99128027 74256
+0 COSMOS 2319
+1 23653U 95045A   16017.92575216 -.00000307  00000-0  00000+0 0  9994
+2 23653  13.8974  26.4446 0008024 171.7055 185.0950  1.00364881 74649
+0 SL-12 R/B(2)
+1 23656U 95045D   16017.03859225 -.00000303  00000-0  00000+0 0  9990
+2 23656  13.9079  26.6539 0018180 306.0165 113.0372  1.00165286 74550
+0 SICH 1
+1 23657U 95046A   16017.16840875  .00000562  00000-0  62125-4 0  9994
+2 23657  82.5257  26.3801 0022215 357.3932   2.7165 14.85485807100718
+0 SL-14 R/B
+1 23659U 95046C   16017.53817193  .00000118  00000-0  13018-4 0  9998
+2 23659  82.5292  64.8126 0027073 122.1842 349.4198 14.78145849 98221
+0 TELSTAR 4 (TELSTAR 402R)
+1 23670U 95049A   16016.61748034 -.00000184  00000-0  00000+0 0  9995
+2 23670  10.1286  42.0612 0005440 223.5076 338.4057  1.00293596 74399
+0 ARIANE 42L+3 R/B
+1 23671U 95049B   16017.53206029  .00000894  00000-0  17482-2 0  9993
+2 23671   7.0910 146.1233 7248966 138.3040 308.6524  2.26493919165767
+0 LUCH 1
+1 23680U 95054A   16017.77851064 -.00000113  00000-0  00000+0 0  9990
+2 23680  13.4262  33.4243 0003484  56.6919  21.4443  1.00266775 74264
+0 SL-12 R/B(2)
+1 23683U 95054D   16016.50162997 -.00000381  00000-0  00000+0 0  9990
+2 23683  13.4111  33.3918 0017116 356.0484  19.8490  1.00348808 74237
+0 ASTRA 1E
+1 23686U 95055A   16016.10913162 -.00000050 +00000-0 +00000-0 0  9992
+2 23686 004.4822 063.5375 0009042 264.0469 103.0832 00.98790503074180
+0 ARIANE 42L+3 R/B
+1 23687U 95055B   16016.80944985 -.00000097  00000-0  15819-3 0  9995
+2 23687   4.9820 273.2308 7245985 347.6492   1.4987  2.21685672163560
+0 ATLAS 2 CENTAUR R/B
+1 23697U 95057B   16016.27383260  .00023681  00000-0  15330-2 0  9992
+2 23697  26.8480 357.1919 5411483 124.8483 298.5671  5.01046720286456
+0 COSMOS 2322
+1 23704U 95058A   16017.55205616 -.00000061  00000-0 -70422-5 0  9997
+2 23704  70.9872  46.6169 0008318 172.1921 344.0720 14.13350295 42847
+0 SL-16 R/B
+1 23705U 95058B   16017.15597766  .00000209  00000-0  13209-3 0  9994
+2 23705  71.0215  33.7718 0012385 355.8366   4.2651 14.15078213 44041
+0 SL-16 DEB
+1 23706U 95058C   16016.86523826  .00000076  00000-0  11024-3 0  9993
+2 23706  71.0038 338.2426 0198213  45.3819 343.2677 13.73579584 13054
+0 SL-16 DEB
+1 23707U 95058D   16017.16872137  .00000035  00000-0  72433-4 0  9997
+2 23707  70.9975  15.0110 0203231 102.0164 336.2120 13.71757311 11860
+0 SL-16 DEB
+1 23708U 95058E   16017.22106616 -.00000026  00000-0  15918-4 0  9993
+2 23708  71.0535 314.2788 0187929 306.3862 163.8229 13.75921075 14961
+0 SL-16 DEB
+1 23709U 95058F   16017.22153509  .00000037  00000-0  73625-4 0  9997
+2 23709  71.0410 356.4213 0198013  19.5517  78.2942 13.73974036 13391
+0 RADARSAT
+1 23710U 95059A   16017.24562181  .00000122  00000-0  63367-4 0  9999
+2 23710  98.5821  26.9229 0001183  76.6772 283.4542 14.30554085 54569
+0 SURFSAT
+1 23711U 95059B   16017.50807703  .00000027  00000-0  13775-3 0  9992
+2 23711 100.5114   5.3215 0368469  47.7686  57.1563 13.12679501968003
+0 ISO
+1 23715U 95062A   16017.31402370 -.00000274  00000-0  11512-2 0  9991
+2 23715   2.7262  58.3744 8370332  28.1005 358.9089  1.01996779 74857
+0 ARIANE 44P+3 R/B
+1 23716U 95062B   16017.33356099 -.00000491  00000-0 -55028-3 0  9993
+2 23716   4.6726 324.7440 8366057 316.7639   2.4279  0.94999992 70124
+0 GALS 2
+1 23717U 95063A   16017.54440797 -.00000074  00000-0  00000+0 0  9999
+2 23717  12.4618  34.7607 0008867 234.6498 299.6870  0.99878785 73671
+0 SL-12 R/B(2)
+1 23720U 95063D   16016.18553271  .00000023  00000-0  00000+0 0  9997
+2 23720  14.4482  22.2622 0041267  92.0494  76.2575  1.00258660 73812
+0 AMOS 5I (ASIASAT 2)
+1 23723U 95064A   16017.09067581 -.00000164  00000-0  00000+0 0  9993
+2 23723   4.1431  65.0374 0012542 221.2682 151.1414  0.99303603 73633
+0 ASIASAT 2 PKM
+1 23725U 95064C   16016.65772252 +.00002265 +00000-0 +52177-3 0  9993
+2 23725 025.7656 149.1456 5680008 250.2191 042.3305 04.51356289271447
+0 TELECOM 2C
+1 23730U 95067A   16015.82616099 -.00000186 +00000-0 +00000-0 0  9992
+2 23730 010.1160 043.9761 0019630 210.1351 149.7878 00.97942083073194
+0 INSAT 2C
+1 23731U 95067B   16014.32064044 -.00000038  00000-0  00000+0 0  9999
+2 23731  11.4104  39.4813 0005551 233.0712 210.7840  0.99775857 73415
+0 ARIANE 44L+3 R/B
+1 23732U 95067C   16018.12581007  .00000793  00000-0  43992-3 0  9993
+2 23732   7.0488  15.5326 6822879 164.0373 238.6130  2.83267548187165
+0 COSMOS 2325 (GLONASS)
+1 23734U 95068A   16016.60422744 -.00000042 +00000-0 +00000-0 0  9997
+2 23734 066.5509 327.0519 0018766 262.4699 299.2182 02.13101874156311
+0 COSMOS 2324 (GLONASS)
+1 23735U 95068B   16016.45805966 -.00000040  00000-0  00000+0 0  9999
+2 23735  66.5475 327.0118 0007012 227.5310 132.4164  2.13101966156379
+0 COSMOS 2323 (GLONASS)
+1 23736U 95068C   16016.92896389 -.00000045 +00000-0 +00000-0 0  9997
+2 23736 066.5377 326.9363 0006453 202.2604 066.5108 02.13101618156138
+0 SL-12 R/B(2)
+1 23739U 95068F   16016.92704494 -.00000045 +00000-0 +00000-0 0  9995
+2 23739 066.5342 326.2801 0008647 211.3870 055.0979 02.13373137156514
+0 GALAXY 3R
+1 23741U 95069A   16017.04483057 -.00000184  00000-0  00000+0 0  9995
+2 23741   9.3428  44.6198 0004232 212.5645 140.3803  1.00325422 73663
+0 IRS 1C
+1 23751U 95072A   16017.86774918  .00000060  00000-0  46461-4 0  9997
+2 23751  98.6289 323.6996 0001227  93.2668 331.3308 14.22463349 40986
+0 SKIPPER
+1 23752U 95072B   16017.46844361  .00000005  00000-0  21048-4 0  9997
+2 23752  98.8386 335.0593 0005002 335.8568 135.1187 14.25770314 43519
+0 SL-6 R/B
+1 23753U 95072C   16017.98968773  .00000041  00000-0  35782-4 0  9999
+2 23753  98.8336 338.8866 0002998 323.6808  79.7585 14.26485974 43850
+0 ECHOSTAR 1
+1 23754U 95073A   16017.24405044 -.00000250  00000-0  00000+0 0  9990
+2 23754   0.0184  38.5032 0002413 277.5074 170.7867  1.00269487 73305
+0 ECHOSTAR 1 PKM
+1 23756U 95073C   16017.67332674  .00015847  00000-0  93743-3 0  9994
+2 23756  24.0537 203.1920 6394466  44.8012 351.8207  3.51289492208302
+0 XTE
+1 23757U 95074A   16017.95777967  .00012873  00000-0  13787-3 0  9991
+2 23757  22.9849 249.7534 0004245  27.0165 333.0550 15.61212771116606
+0 INTELSAT 3R (PAS 3R)
+1 23764U 96002A   16018.14968266  .00000060  00000-0  00000+0 0  9992
+2 23764   5.1542  60.0393 0016669 188.2264 351.0717  0.99084073 73117
+0 AFRICASAT 1 (MEASAT 1)
+1 23765U 96002B   16015.80869359 +.00000060 +00000-0 +00000-0 0  9997
+2 23765 006.7416 053.7504 0006685 220.4308 181.9272 00.99060637073153
+0 ARIANE 44L+3 R/B
+1 23766U 96002C   16017.40105470  .00007599  00000-0  13001-2 0  9994
+2 23766   7.0934 137.9674 6518115 347.8854   1.8848  3.30211307197985
+0 ABS 1A (KOREASAT 2)
+1 23768U 96003A   16017.21068839  .00000105  00000-0  00000+0 0  9991
+2 23768   7.4124  51.3267 0002069 217.4020 318.7454  0.99793001 73249
+0 DELTA 2 R/B(2)
+1 23770U 96003C   16018.12111662 -.00000146  00000-0  00000+0 0  9994
+2 23770  20.8700 147.1058 6884523 182.3509 124.0600  2.19761931160715
+0 COSMOS 2327
+1 23773U 96004A   16017.65703587  .00000032  00000-0  17316-4 0  9994
+2 23773  82.9818  44.1099 0049248  72.1810  66.9290 13.74444563  3357
+0 SL-8 R/B
+1 23774U 96004B   16018.12683656  .00000150  00000-0  13745-3 0  9994
+2 23774  82.9779  22.6371 0043758 355.5301  71.2781 13.76429924  4880
+0 GORIZONT 31
+1 23775U 96005A   16014.14668097 -.00000287  00000-0  00000+0 0  9994
+2 23775  13.6802  27.6171 0022228 146.5852 315.4794  0.99896738 73010
+0 SL-12 R/B(2)
+1 23778U 96005D   16016.59492803 -.00000066  00000-0  00000+0 0  9993
+2 23778  14.1755  29.3362 0012424 102.3972 103.3220  0.97672745 71268
+0 PAKSAT 1 (ANATOLIA 1)
+1 23779U 96006A   16017.65576162  .00000115  00000-0  00000+0 0  9998
+2 23779   3.2750  70.0037 0005550 120.6732 211.2249  0.99589335 72944
+0 NSTAR B
+1 23781U 96007A   16016.80419831 -.00000240 +00000-0 +00000-0 0  9998
+2 23781 007.5181 051.5995 0012654 205.7411 314.3920 00.99264250072689
+0 GONETS D1 1
+1 23787U 96009A   16018.03571399  .00000047  00000-0  19620-3 0  9996
+2 23787  82.5744 213.9688 0011201  48.2412 311.9639 12.64024085918802
+0 GONETS D1 2
+1 23788U 96009B   16018.02753902  .00000038  00000-0  15372-3 0  9998
+2 23788  82.5677 217.6679 0007125  59.4592 300.7200 12.63131154918155
+0 GONETS D1 3
+1 23789U 96009C   16018.02300393  .00000058  00000-0  26234-3 0  9992
+2 23789  82.5758 227.8262 0005580  48.9273 311.2299 12.62584400917743
+0 COSMOS 2328
+1 23790U 96009D   16016.83041737 +.00000009 +00000-0 -11274-4 0  9991
+2 23790 082.5752 228.2825 0007742 040.8311 319.3359 12.62521985917380
+0 COSMOS 2329
+1 23791U 96009E   16017.14292162  .00000023  00000-0  70133-4 0  9991
+2 23791  82.5695 232.2122 0008860  32.6823  87.2249 12.61622615916942
+0 COSMOS 2330
+1 23792U 96009F   16016.86244256 +.00000001 +00000-0 -53401-4 0  9997
+2 23792 082.5790 244.3066 0011953 035.0411 325.1464 12.60887170916184
+0 SL-14 R/B
+1 23793U 96009G   16017.23611574  .00000014  00000-0  22866-4 0  9995
+2 23793  82.5715 286.3137 0044425 190.4507 338.3171 12.55061505912221
+0 POLAR
+1 23802U 96013A   16016.40738150 -.00000272 +00000-0 +00000-0 0  9998
+2 23802 078.3847 283.4908 7474278 345.0839 001.5810 01.29842062095451
+0 REX 2
+1 23814U 96014A   16018.19661580  .00000095  00000-0  36146-4 0  9998
+2 23814  90.1246 311.4435 0022436   5.3635 354.7794 14.24397457 31955
+0 PEGASUS R/B
+1 23815U 96014B   16017.37106341  .00000109  00000-0  41930-4 0  9990
+2 23815  90.1107 315.2139 0022296   7.1821 104.3336 14.24637933 31975
+0 INTELSAT 707
+1 23816U 96015A   16017.15392060  .00000003  00000-0  00000+0 0  9994
+2 23816   2.5160  74.0726 0066769 261.4709 248.0336  0.98480276 72497
+0 OPS 0856 DEB
+1 23820U 66077D   15362.66868818 -.00014017  00000-0 -12435+0 0  9998
+2 23820  87.3347 251.1543 2491096 289.9742  45.1240  8.96482475748785
+0 IRS B3
+1 23827U 96017A   16017.86217472  .00000080  00000-0  55473-4 0  9993
+2 23827  98.6792 316.1758 0004489  89.3435 270.8258 14.22423372 29006
+0 PSLV R/B
+1 23828U 96017B   16017.48784211  .00000031  00000-0  33318-4 0  9992
+2 23828  98.6596 318.3352 0034615 134.9179 225.4816 14.21846217 28493
+0 OPS 0856 DEB
+1 23830U 66077G   16016.72765547  .00000009  00000-0  00000+0 0  9997
+2 23830  88.9416 107.3573 1859961 125.6968  21.5967  8.71609382683052
+0 NAVSTAR 37 (USA 117)
+1 23833U 96019A   16016.39700604 -.00000053  00000-0  00000+0 0  9995
+2 23833  54.1616  52.6502 0009547 282.4460 234.9002  1.94618278144853
+0 COSMOS 985 DEB
+1 23836U 78007D   16018.20162199  .00000646  00000-0  44850-3 0  9990
+2 23836  82.9337 175.4798 0044052 175.9904 303.2287 13.97008764398827
+0 INMARSAT 3-F1
+1 23839U 96020A   16016.84874792 -.00000001 +00000-0 +00000-0 0  9997
+2 23839 002.9969 069.9738 0006855 229.9357 185.8049 01.00271493072174
+0 ATLAS 2A CENTAUR R/B
+1 23840U 96020B   16016.41992958 -.00000016 +00000-0 +00000-0 0  9993
+2 23840 021.2466 213.8046 6985627 300.4243 007.1913 02.24210373162120
+0 ASTRA 1F
+1 23842U 96021A   16018.09955120  .00000129  00000-0  00000+0 0  9995
+2 23842   0.0684 306.0677 0003776 350.3976 260.5915  1.00270198 72199
+0 SL-12 R/B(2)
+1 23845U 96021D   16017.80095058 -.00000130  00000-0  00000+0 0  9994
+2 23845   7.2766  87.4261 4032725 187.2146 101.8450  1.64342097118715
+0 MSAT M1
+1 23846U 96022A   16017.12331137 -.00000092  00000-0  00000+0 0  9999
+2 23846   6.9380  52.9108 0005619 249.3319 110.6208  1.00272011 72290
+0 ARIANE 42P+3 R/B
+1 23847U 96022B   16016.37334638  .00000971  00000-0  78370-3 0  9999
+2 23847   6.9308  37.5900 6759568  13.9717 358.0710  2.92119488191313
+0 MSX DEB
+1 23859U 96024C   16017.77693730 -.00000283  00000-0 -16664-3 0  9996
+2 23859  98.6939  26.5471 0087323 159.5648 253.3012 13.97496356  5306
+0 PALAPA C2
+1 23864U 96030A   16017.63353334 -.00000250  00000-0  00000+0 0  9993
+2 23864   4.6253  62.3641 0001263 218.5978 209.6350  1.00272584 72046
+0 INTELSAT 24 (AMOS 1)
+1 23865U 96030B   16016.62927135 -.00000065  00000-0  00000+0 0  9992
+2 23865   6.1629  57.7006 0008934 125.7582 248.3339  0.97116505 71621
+0 ARIANE 44L+3 R/B
+1 23866U 96030C   16017.22782555  .00000548  00000-0  50558-3 0  9997
+2 23866   4.3167  65.5709 6953402 151.0088 277.7051  2.66491571177209
+0 ARIANE 44L+3 DEB (SPELDA
+1 23867U 96030D   16018.05300723  .00001340  00000-0  15794-2 0  9996
+2 23867   3.8128 259.1909 6782963 134.4166 306.8181  2.85924606185947
+0 GALAXY 9
+1 23877U 96033A   16015.15448212 -.00000119  00000-0  00000+0 0  9999
+2 23877   6.0022  56.8137 0007189  92.1013 295.5659  0.99536935 71817
+0 DELTA 2 R/B(2)
+1 23879U 96033C   16016.44774525 -.00000240  00000-0  00000+0 0  9998
+2 23879  22.7915 118.4544 6761428 193.9850 175.8393  2.11150354151604
+0 GORIZONT 32
+1 23880U 96034A   16016.41608609 -.00000309 +00000-0 +00000-0 0  9994
+2 23880 013.5735 028.2828 0010395 253.0582 289.1121 01.00173120071939
+0 SL-12 R/B(2)
+1 23883U 96034D   16017.87729186 -.00000209  00000-0  00000+0 0  9990
+2 23883  14.0303  30.0704 0027602   1.1311 188.9004  0.97948114 70274
+0 INTELSAT 709
+1 23915U 96035A   16017.51159966 -.00000230  00000-0  00000+0 0  9995
+2 23915   2.9567  71.4873 0014069 170.9974 175.3356  0.99180342 71653
+0 MIDAS 4 DEB
+1 23933U 61028G   16017.61451391 -.00000003  00000-0  00000+0 0  9995
+2 23933  95.8359 212.6524 0852801 184.5114 176.5079  8.70913719784156
+0 TOMS EP
+1 23940U 96037A   16017.46140859  .00000348  00000-0  90922-4 0  9996
+2 23940  98.0233 164.8711 0029744  89.4694 312.7416 14.54781972 38743
+0 APSTAR 1A
+1 23943U 96039A   16016.65914742 -.00000259 +00000-0 +00000-0 0  9997
+2 23943 008.3569 044.1984 0023869 249.3311 223.5053 00.99195077004905
+0 ARABSAT 2A
+1 23948U 96040A   16016.97842655 -.00000182  00000-0  00000+0 0  9996
+2 23948  11.2923  39.2475 0004347 261.4828  99.4791  0.99228139 71128
+0 TURKSAT 1C
+1 23949U 96040B   16018.09567866 -.00000112  00000-0  00000+0 0  9993
+2 23949   6.3064  54.9385 0004854 130.7241  43.7542  1.00163503 71520
+0 ARIANE 44L+3 R/B
+1 23950U 96040C   16016.42918956 +.00000886 +00000-0 +87110-3 0  9998
+2 23950 006.8258 226.4688 7019024 159.5944 255.8887 02.57345380170655
+0 OPS 0856 DEB
+1 23952U 66077M   16001.02204311  .00000761  00000-0  50424-1 0  9998
+2 23952  88.9812  21.9593 1662436 291.4666  74.2244  9.07264938716814
+0 NAVSTAR 38 (USA 126)
+1 23953U 96041A   16017.25808539  .00000083  00000-0  00000+0 0  9997
+2 23953  53.9276 181.2585 0155424  56.0884 215.7170  2.00554720142935
+0 ARIANE 2 DEB
+1 23966U 88098F   16016.67924966 +.00002319 +00000-0 +20598-2 0  9993
+2 23966 003.3759 167.1315 6334905 251.8342 032.9487 03.47894599249853
+0 ATLAS 2 CENTAUR R/B
+1 23968U 96042B   16017.95770856  .00000774  00000-0  58564-3 0  9990
+2 23968  26.8666 318.6277 6439205 281.5489  17.2164  3.36009611227926
+0 PEGASUS DEB
+1 23975U 94029V   16018.18431252  .00009544  00000-0  10631-2 0  9997
+2 23975  82.4515 270.0527 0213371 325.7626 161.3161 14.71792557  9909
+0 PEGASUS DEB
+1 23986U 94029AG  16017.26608869  .00002107  00000-0  17831-3 0  9995
+2 23986  82.0485 289.3990 0073727   2.1667 119.0178 14.95428046 59054
+0 CERISE DEB
+1 23994U 95033E   16018.21224271  .00020258  00000-0  45568-3 0  9992
+2 23994  98.2982  63.3356 0007075  91.0408 311.2058 15.43345389 61433
+0 PEGASUS DEB
+1 24007U 94029BC  16018.02314257  .00001016  00000-0  10089-3 0  9996
+2 24007  81.9239 201.8016 0083390 143.7351 341.3037 14.88112469 58246
+0 PEGASUS DEB
+1 24051U 94029CY  16018.24287093  .00001375  00000-0  38124-3 0  9994
+2 24051  81.2921 103.8193 0469191  82.6546 338.4234 13.96555456982929
+0 PEGASUS DEB
+1 24082U 94029ED  16017.83591220  .00001275  00000-0  13829-3 0  9996
+2 24082  81.9096 278.5541 0087936 107.2643 297.1138 14.84536292 53811
+0 PEGASUS DEB
+1 24091U 94029EN  16017.25796909  .00000856  00000-0  83425-4 0  9997
+2 24091  82.0014 282.0320 0088228 144.9867 337.7694 14.88333717 63167
+0 PEGASUS DEB
+1 24092U 94029EP  16018.19233470  .00270124  00000-0  22435-2 0  9990
+2 24092  82.0164 126.3776 0030063 281.6038 150.1720 15.68778362 56574
+0 PEGASUS DEB
+1 24097U 94029EU  16017.80965396  .00005274  00000-0  38017-3 0  9997
+2 24097  81.9990  12.9335 0081288  81.9882 279.0556 15.01270635 65900
+0 PEGASUS DEB
+1 24102U 94029EZ  16017.88868722  .00016365  00000-0  45323-3 0  9998
+2 24102  81.8713 337.4339 0022496  24.0939 336.1350 15.36585906 98232
+0 PEGASUS DEB
+1 24126U 94029FZ  16017.21446574  .00000785  00000-0  21226-3 0  9993
+2 24126  81.8100 283.5158 0359432 185.2734 295.8383 14.14799691 13859
+0 PEGASUS DEB
+1 24129U 94029GC  16017.14158196  .00001986  00000-0  55168-3 0  9994
+2 24129  81.4822   3.1513 0596640 329.9589 114.7833 13.74706475975780
+0 PEGASUS DEB
+1 24138U 94029GM  16016.85531634 +.00009742 +00000-0 +98232-3 0  9990
+2 24138 081.5644 343.5249 0135703 327.2406 032.0443 14.84325195030877
+0 PEGASUS DEB
+1 24151U 94029HA  16017.16012281  .00000361  00000-0  63009-4 0  9995
+2 24151  82.0207 241.3918 0168424  68.2600 293.6430 14.56133974 38695
+0 PEGASUS DEB
+1 24163U 94029HN  16018.19742427  .00002424  00000-0  17403-3 0  9992
+2 24163  82.0607 282.1681 0049974 300.9153 211.5975 15.02887550 62158
+0 PEGASUS DEB
+1 24165U 94029HQ  16017.23908096  .00001900  00000-0  39851-3 0  9993
+2 24165  82.1846  98.3758 0280587 356.7334  53.0356 14.37409231  8284
+0 PEGASUS DEB
+1 24197U 94029JY  16017.43106487  .00000614  00000-0  76661-4 0  9996
+2 24197  82.0931  98.3951 0092814  70.5304  50.7615 14.77633407134156
+0 ITALSAT 2
+1 24208U 96044A   16017.50735694 -.00000344  00000-0  00000+0 0  9994
+2 24208  11.1804  37.9299 0020922  50.8811 329.9239  1.00784128 71310
+0 TELECOM 2D
+1 24209U 96044B   16016.18346819 -.00000072  00000-0  00000+0 0  9993
+2 24209   7.9664  49.9893 0017407 268.8200 146.4519  0.98446958 71111
+0 PEGASUS DEB
+1 24213U 94029KL  16017.45737122  .00001887  00000-0  50647-3 0  9991
+2 24213  81.4680  12.6780 0592356  28.8241 334.4313 13.76610427636924
+0 PEGASUS DEB
+1 24227U 94029LA  16017.54867422  .00001120  00000-0  16557-3 0  9995
+2 24227  82.0456 182.2787 0163092 141.0178 289.0687 14.65604404 43902
+0 PEGASUS DEB
+1 24236U 94029LK  16017.51938261  .00002825  00000-0  52972-3 0  9996
+2 24236  81.4461  64.8726 0463963 291.6892  63.5492 14.13116804993474
+0 PEGASUS DEB
+1 24239U 94029LN  16017.59926853  .00001332  00000-0  26364-3 0  9999
+2 24239  81.5260  56.7795 0227935 358.9693 128.2674 14.46522755 23808
+0 ADEOS
+1 24277U 96046A   16017.96459355  .00000067  00000-0  43722-4 0  9993
+2 24277  98.6596 323.3665 0002107  61.7735 298.3659 14.29312704 12473
+0 JAS 2
+1 24278U 96046B   16016.84223087 -.00000011  00000-0  26929-4 0  9991
+2 24278  98.5737 322.0556 0349482 237.0440 119.6648 13.53062882958912
+0 H-2 R/B
+1 24279U 96046C   16017.87640509 -.00000012  00000-0  28687-4 0  9992
+2 24279  98.6925  21.4379 0300392 165.7190 258.5361 13.47040714954736
+0 CHINASAT 7
+1 24282U 96048A   16011.05273422 -.00000086 +00000-0 +00000-0 0  9994
+2 24282 023.7211 286.0856 2970019 104.4332 036.0615 01.06657707078078
+0 SL-16 DEB
+1 24284U 95058G   16016.94742154 +.00000269 +00000-0 +15360-3 0  9992
+2 24284 070.8612 220.1024 0010373 108.6526 251.5724 14.18478435044042
+0 FAST
+1 24285U 96049A   16017.18915593  .00002947  00000-0  24603-3 0  9995
+2 24285  82.9627 270.6816 1890452 204.4310 145.4441 11.49408038791435
+0 PEGASUS R/B
+1 24286U 96049B   16018.14764400  .00003105  00000-0  24334-3 0  9990
+2 24286  82.9510 233.0601 1847010  61.9417 315.6001 11.59278844795841
+0 MAGION 5
+1 24292U 96050B   16016.31623832 -.00000025  00000-0  00000+0 0  9998
+2 24292  63.8411   5.6498 5145138 241.5610 255.1793  4.14705472293552
+0 INTERBALL AURORA
+1 24293U 96050C   16017.05633896 -.00000024  00000-0  00000+0 0  9991
+2 24293  63.8373   5.7978 5146527 241.5614  57.7212  4.14715187293625
+0 SL-6 R/B(2)
+1 24296U 96050F   16016.45147876 -.00000033 +00000-0 +00000-0 0  9996
+2 24296 063.9421 016.6113 5072275 242.2514 329.8232 04.15049619293738
+0 COSMOS 2333
+1 24297U 96051A   16017.68154355  .00000263  00000-0  16544-3 0  9991
+2 24297  70.9035  60.3286 0025699 257.5548 241.4747 14.13257406999179
+0 SL-16 R/B
+1 24298U 96051B   16017.51857440 -.00000071  00000-0 -11878-4 0  9994
+2 24298  70.8348  71.2425 0019186 234.1817 125.7521 14.12387973998867
+0 SL-16 DEB
+1 24299U 96051C   16016.95367131 +.00000011 +00000-0 +48190-4 0  9994
+2 24299 071.0402 343.8429 0187852 053.6138 308.2129 13.75117747971647
+0 SL-16 DEB
+1 24300U 96051D   16017.43180767  .00000032  00000-0  68302-4 0  9999
+2 24300  71.0311   7.4771 0193942 108.3712  11.5636 13.73932662971078
+0 SL-16 DEB
+1 24301U 96051E   16016.51742999 +.00000001 +00000-0 +40888-4 0  9994
+2 24301 070.9950 034.7616 0208397 160.0266 321.0524 13.71743552969110
+0 SL-16 DEB
+1 24302U 96051F   16017.55745914 -.00000049  00000-0 -56314-5 0  9996
+2 24302  70.9865  53.4146 0210765 209.3939 306.4459 13.70459214968726
+0 SL-16 DEB
+1 24303U 96051G   16016.83507994 +.00000284 +00000-0 +18976-3 0  9990
+2 24303 071.1080 328.5105 0069815 020.1872 007.1317 14.08022223995145
+0 COSMOS 2334
+1 24304U 96052A   16018.14350633  .00000038  00000-0  24032-4 0  9992
+2 24304  82.9334  14.6557 0030869  46.2965   0.8295 13.73515920970770
+0 UNAMSAT
+1 24305U 96052B   16017.48955601  .00000052  00000-0  39067-4 0  9995
+2 24305  82.9357  14.8459 0031155  42.9643 317.3937 13.73760163970897
+0 SL-8 R/B
+1 24306U 96052C   16017.08121023  .00000016  00000-0  82858-6 0  9993
+2 24306  82.9340   3.9269 0026738  24.6327 335.6099 13.74895696971631
+0 INMARSAT 3-F2
+1 24307U 96053A   16017.22179959 -.00000133  00000-0  00000+0 0  9995
+2 24307   1.5808  80.3641 0007267 213.6566 246.4120  1.00272353 70888
+0 ECHOSTAR 2
+1 24313U 96055A   16016.36120050 -.00000233  00000-0  00000+0 0  9997
+2 24313   6.0316  56.2642 0002059  25.4324  82.4840  1.00207627 70909
+0 AMC-1 (GE-1)
+1 24315U 96054A   16017.03673822  .00000050  00000-0  00000+0 0  9999
+2 24315   0.5019  87.7667 0002898 213.0504  59.1364  1.00270537 70881
+0 NAVSTAR 39 (USA 128)
+1 24320U 96056A   16017.20284362 -.00000057  00000-0  00000+0 0  9991
+2 24320  55.9808   7.7476 0023826 138.8970  46.4827  1.86497982139543
+0 PEGASUS DEB
+1 24340U 94029NR  16016.64207152 +.00001796 +00000-0 +82059-3 0  9998
+2 24340 081.5765 076.0852 0899769 328.2593 189.8749 12.99829256029678
+0 PEGASUS DEB
+1 24378U 94029QF  16017.18437231  .00000311  00000-0  57333-4 0  9992
+2 24378  82.0315 276.6543 0175285 157.9939 202.8907 14.52850376145806
+0 EXPRESS 2
+1 24435U 96058A   16016.59215789 -.00000164  00000-0  00000+0 0  9997
+2 24435  13.8261  28.0943 0009100 240.7636 141.3505  1.00211793 70702
+0 SL-12 R/B(2)
+1 24438U 96058D   16017.01746221 -.00000098  00000-0  00000+0 0  9994
+2 24438  14.1849  24.9579 0006038  24.9576 147.1696  1.00187290 70702
+0 PEGASUS DEB
+1 24487U 94029UL  16017.32342692  .00017459  00000-0  54218-3 0  9994
+2 24487  81.9485 141.6470 0037444 201.7715 158.1936 15.32535145 62757
+0 PEGASUS DEB
+1 24529U 94029WD  16017.89393038  .00001126  00000-0  12997-3 0  9995
+2 24529  81.9799 330.1615 0128057  23.0923  28.9956 14.78943169689462
+0 PEGASUS DEB
+1 24547U 94029WX  16017.70009236  .00015051  00000-0  46066-3 0  9995
+2 24547  82.0284 238.4567 0045806 241.2165 183.9472 15.32641513172383
+0 PEGASUS DEB
+1 24581U 94029YH  16017.22205807  .00000615  00000-0  25221-3 0  9992
+2 24581  81.5534 267.5425 0806974 194.8513 300.9994 13.20555811932148
+0 PEGASUS DEB
+1 24594U 94029YW  16016.74395725  .00001899  00000-0  49397-3 0  9996
+2 24594  81.4729 290.0314 0535742 130.3334 267.8124 13.87791366977856
+0 PEGASUS DEB
+1 24602U 94029ZE  16017.36324257  .00001502  00000-0  54209-3 0  9996
+2 24602  81.5327 135.4754 0791257 288.7030  62.9858 13.29098885938933
+0 ARABSAT 2B
+1 24652U 96063A   16017.40986469 -.00000269  00000-0  00000+0 0  9991
+2 24652   2.7048  73.2892 0006226 198.3749 322.4614  0.99415139 70639
+0 MEASAT 2
+1 24653U 96063B   16017.92374682 -.00000237  00000-0  00000+0 0  9992
+2 24653   6.6641  53.7376 0009474 174.4192   9.2048  1.00270413 70219
+0 ARIANE 44L R/B
+1 24654U 96063C   16017.80729725  .00000598  00000-0  11059-2 0  9990
+2 24654   3.8996 191.1550 7158031 163.6522 244.7869  2.37206512161758
+0 EUTE 48A (HB2)
+1 24665U 96067A   16018.09892775  .00000104  00000-0  00000+0 0  9998
+2 24665   5.4777  58.7165 0006094 236.1691 265.8999  1.00272825 70545
+0 INMARSAT 3-F3
+1 24674U 96070A   16017.57137609  .00000027  00000-0  00000+0 0  9996
+2 24674   2.4176  74.3496 0006031 230.5747 195.2802  1.00273763 69827
+0 ATLAS 2A CENTAUR R/B
+1 24675U 96070B   16017.97678005 -.00000107  00000-0  00000+0 0  9991
+2 24675  22.3456 261.5754 7024217  58.4788   7.5016  2.22626991155257
+0 COSMOS 2336
+1 24677U 96071A   16017.84493755  .00000032  00000-0  18758-4 0  9997
+2 24677  82.9433 128.1533 0024238  29.6208  85.2781 13.71490661954935
+0 SL-8 R/B
+1 24678U 96071B   16017.39649395  .00000054  00000-0  41784-4 0  9990
+2 24678  82.9404 109.9546 0023421 316.2193 111.1180 13.73594938956215
+0 SL-19 DEB
+1 24679U 94085Y   16012.21629302 -.00000021 +00000-0 +57916-3 0  9994
+2 24679 064.9873 301.4888 0182226 165.6507 349.0559 11.32204869034941
+0 PEGASUS DEB
+1 24682U 94029AAQ 16017.43290088  .00003642  00000-0  50979-3 0  9993
+2 24682  82.1267 167.4581 0177796 306.3433  52.1471 14.66977299 21778
+0 ISO DEB
+1 24700U 95062C   16016.53160062 -.00000387  00000-0  00000+0 0  9990
+2 24700   5.1029 331.5261 8243781 310.3956 133.9052  1.00257954 70613
+0 SL-19 DEB
+1 24703U 94085Z   16016.23624728  .00000063  00000-0  31730-2 0  9995
+2 24703  64.7321 114.2420 0196664  89.2146 298.4751 11.20658969806239
+0 TRANSIT 10 DEB
+1 24705U 65109E   16018.15108943  .00000912  00000-0  60804-3 0  9999
+2 24705  89.0667 231.2979 0093190 185.7364 295.8593 13.98204585968026
+0 ARIANE 3 DEB
+1 24712U 86026G   16017.51612585 -.00000170  00000-0 -75906-3 0  9996
+2 24712   8.5235  97.3167 6732410  97.3379 337.4461  2.86480503198276
+0 AMC-2 (GE-2)
+1 24713U 97002A   16017.24435128 -.00000239  00000-0  00000+0 0  9993
+2 24713   3.3673  68.7632 0005088 231.8298 182.6218  1.00271082 20187
+0 NAHUEL 1A
+1 24714U 97002B   16016.11021409 -.00000274  00000-0  00000+0 0  9991
+2 24714   6.9056  53.5905 0005551 142.5798 277.9398  0.99388079 69277
+0 ARIANE 44L R/B
+1 24715U 97002C   16017.07066648  .00004566  00000-0  92437-3 0  9998
+2 24715   7.2045 193.3278 6045249 217.9766  77.9950  3.97368287207874
+0 HALCA (MUSES B)
+1 24720U 97005A   16017.84517998  .00000141  00000-0  38066-3 0  9994
+2 24720  31.1688 192.3011 5997767  43.9109  31.8583  3.82876463263812
+0 M-5 R/B
+1 24721U 97005B   16017.49742093  .00033172 -75549-6  70965-3 0  9993
+2 24721  31.1482 176.5705 2609181 347.1609   7.3211 10.22540112514186
+0 ARIANE 44L DEB
+1 24722U 91003E   16016.06459317 -.00000906  00000-0 -39012-2 0  9993
+2 24722   7.2161  11.2863 6621864 209.9146  85.6961  2.98288555203698
+0 ARIANE 44L DEB
+1 24723U 91003F   16017.30776747 -.00000075  00000-0 -71981-3 0  9990
+2 24723   6.8351  33.7166 6838323 188.2025 347.8649  2.64773504190401
+0 ARIANE 44L DEB
+1 24724U 91003G   16016.64828351  .00000229  00000-0  94216-3 0  9991
+2 24724   6.1264 126.3829 6787303   0.1572 359.9137  2.80748356197120
+0 COSMOS 2337
+1 24725U 97006A   16018.18551477  .00000036  00000-0  14610-3 0  9990
+2 24725  82.6091 169.5765 0010167  85.8492 274.3760 12.60662625870884
+0 COSMOS 2338
+1 24726U 97006B   16016.84883016 +.00000034 +00000-0 +13357-3 0  9994
+2 24726 082.6008 159.7421 0006041 072.2634 287.9115 12.61332104870945
+0 COSMOS 2339
+1 24727U 97006C   16017.49642620  .00000005  00000-0 -29762-4 0  9998
+2 24727  82.6056 154.0115 0001468  95.0536 334.5295 12.62312267871958
+0 GONETS D1 4
+1 24728U 97006D   16017.90560763 -.00000013  00000-0 -12738-3 0  9996
+2 24728  82.6050 141.5690 0008136 174.3897 185.7289 12.63835087873000
+0 GONETS D1 5
+1 24729U 97006E   16017.92439698 -.00000003  00000-0 -74560-4 0  9992
+2 24729  82.5980 145.5628 0002999 222.6770 137.4099 12.62902126872364
+0 GONETS D1 6
+1 24730U 97006F   16017.92007052 -.00000019  00000-0 -16270-3 0  9999
+2 24730  82.6079 154.9600 0001064 317.9595  42.1415 12.62402970872013
+0 SL-14 R/B
+1 24731U 97006G   16016.95753291 +.00000007 +00000-0 -18739-4 0  9994
+2 24731 082.5978 208.6431 0040626 256.1797 274.0936 12.55240486866735
+0 INTELSAT 26 (JCSAT 4)
+1 24732U 97007A   16016.73266170  .00000013  00000-0  00000+0 0  9990
+2 24732   6.6314  54.0192 0003260 228.2526 159.2618  1.00272893 69132
+0 ARIANE 44L DEB
+1 24741U 91003H   16017.54471400 -.00000105  00000-0 -16368-3 0  9996
+2 24741   6.6654  99.4907 6802574  58.8607  11.6575  2.64783832190166
+0 INTELSAT 801
+1 24742U 97009A   16017.43887400 -.00000266  00000-0  00000+0 0  9997
+2 24742   6.0321  57.2262 0011766 255.2360 120.2071  0.98738110 69073
+0 DIRECTV 6 (TEMPO 2)
+1 24748U 97011A   16016.80462166 -.00000169 +00000-0 +00000-0 0  9997
+2 24748 008.2618 049.1992 0033176 221.2542 139.1423 00.99033343068814
+0 ARIANE 44L DEB
+1 24751U 91003K   16017.73478789  .00003124  00000-0  42868-2 0  9990
+2 24751   6.9361 239.1800 6340419 118.8476 318.1053  3.43786300221113
+0 SL-8 DEB
+1 24752U 91006C   16017.43663162  .00000205  00000-0  18178-3 0  9997
+2 24752  82.9189  18.1663 0022396 272.0288 241.9986 13.80264372 26615
+0 ARIANE 1 DEB
+1 24754U 79104C   16016.64147296  .00131816  00000-0  17148-1 0  9998
+2 24754  17.6855  60.4938 4979866 286.4302  25.9966  5.67152931337964
+0 DMSP 5D-2 F14 DEB
+1 24756U 97012B   16017.14377644  .00012298  00000-0  11504-2 0  9999
+2 24756  98.8332  51.9100 0001396 221.2865 174.7234 14.94280383988588
+0 COSMOS 2340
+1 24761U 97015A   16017.08934140 -.00000954  00000-0  00000+0 0  9994
+2 24761  66.9801 102.9496 6333147 208.5945 325.0208  2.00826364137533
+0 SL-6 R/B(2)
+1 24764U 97015D   16017.80104968 -.00000471  00000-0  00000+0 0  9998
+2 24764  66.7718  55.3224 6582528 197.0496 137.5449  2.03167782139319
+0 DMSP 5D-2 F14 DEB
+1 24765U 97012C   16017.08207442  .00032672  00000-0  19400-2 0  9991
+2 24765  98.8159  63.1586 0004690 165.8473 251.5603 15.11239141988935
+0 THAICOM 3
+1 24768U 97016A   16017.50615304 -.00000202  00000-0  00000+0 0  9993
+2 24768   7.8122  51.0756 0084198 314.2141  56.2324  0.98753148 68392
+0 BSAT-1A
+1 24769U 97016B   16016.76717508 -.00000186  00000-0  00000+0 0  9991
+2 24769   4.1556  61.8017 0006281 195.5483 246.4130  0.99119751 68484
+0 COSMOS 2341
+1 24772U 97017A   16017.24406207  .00000027  00000-0  13701-4 0  9991
+2 24772  82.9205  53.9081 0025629   8.1357  62.2599 13.71373848938620
+0 SL-8 R/B
+1 24773U 97017B   16017.55310730 -.00000042  00000-0 -61438-4 0  9990
+2 24773  82.9191  36.5487 0023167 301.7992 229.3260 13.73567276939976
+0 DMSP 5D-2 F14 DEB
+1 24777U 97012D   16017.51943457  .00004768  00000-0  95044-3 0  9999
+2 24777  98.8885   7.7980 0002157 250.2008 226.6392 14.62511596983356
+0 DMSP 5D-2 F14 DEB
+1 24778U 97012E   16017.87933079  .00002453  00000-0  70356-3 0  9996
+2 24778  98.8300 250.3173 0006344  53.8457   9.1545 14.45865220978812
+0 GOES 10
+1 24786U 97019A   16016.10910113 -.00000080  00000-0  00000+0 0  9991
+2 24786   8.5167  47.4442 0030181 149.0236 233.5429  0.99121214 68347
+0 IRIDIUM 8
+1 24792U 97020A   16017.53095327  .00000077  00000-0  20602-4 0  9999
+2 24792  86.3981 174.6573 0002008  92.2209 267.9217 14.34217654979149
+0 IRIDIUM 7
+1 24793U 97020B   16017.52460303  .00000178  00000-0  56380-4 0  9993
+2 24793  86.3985 174.9145 0002007  93.7366 266.4059 14.34219216979145
+0 IRIDIUM 6
+1 24794U 97020C   16017.51822060  .00000163  00000-0  51094-4 0  9996
+2 24794  86.3984 174.8596 0001983  94.7137 265.4285 14.34217008979140
+0 IRIDIUM 5
+1 24795U 97020D   16017.51193157  .00000187  00000-0  59587-4 0  9996
+2 24795  86.3967 174.9071 0002062  97.0027 263.1404 14.34218890979221
+0 IRIDIUM 4
+1 24796U 97020E   16017.54528976  .00000266  00000-0  86415-4 0  9999
+2 24796  86.3978 174.1419 0002023  89.1053 313.7393 14.35034904979211
+0 DELTA 2 R/B
+1 24797U 97020F   16017.85622029  .00000491  00000-0  10140-3 0  9999
+2 24797  86.8976 182.4190 0224153 238.3694 236.1255 14.43783784983443
+0 DFH-3 2
+1 24798U 97021A   16016.73234917  .00000096  00000-0  00000+0 0  9993
+2 24798   9.8853  42.9678 0004467  25.1900   1.4576  1.00183855 68445
+0 COSMOS 2342
+1 24800U 97022A   16016.15002877 -.00001125  00000-0  00000+0 0  9997
+2 24800  65.1991 298.2989 7034595 186.6968 355.2349  1.99562562136467
+0 SL-6 R/B(2)
+1 24803U 97022D   16018.20714419 -.00000872  00000-0  00000+0 0  9998
+2 24803  65.6960 257.4462 7022639 169.3888  38.4209  2.04239927139347
+0 THOR 2A
+1 24808U 97025A   16016.31546929 +.00000015 +00000-0 +00000-0 0  9994
+2 24808 005.9574 055.6116 0006702 218.1681 211.9852 00.98969702008422
+0 DELTA 2 R/B(1)
+1 24809U 97025B   16017.55026888  .00000176  00000-0  32967-4 0  9998
+2 24809  26.2965 124.8564 0666538 330.9640 139.6284 13.29954162907410
+0 DELTA 2 R/B(2)
+1 24810U 97025C   16016.63192413 +.00000017 +00000-0 +00000-0 0  9999
+2 24810 019.2146 218.8010 6930780 345.2856 005.4290 02.16108659147376
+0 GALAXY 25 (TELSTAR 5)
+1 24812U 97026A   16016.31574372 -.00000170  00000-0  00000+0 0  9995
+2 24812   0.0126  30.6632 0002670 254.0456 211.0335  1.00270760 68203
+0 SL-12 R/B(2)
+1 24815U 97026D   16016.80239587 -.00000191 +00000-0 +00000-0 0  9992
+2 24815 018.0900 084.1752 5355953 358.5253 057.2395 01.89870527129317
+0 PEGASUS DEB
+1 24817U 94029ABU 16016.16909953 +.00000558 +00000-0 +16443-3 0  9991
+2 24817 081.6922 262.7717 0418354 154.9264 336.4702 14.01413740986025
+0 SL-8 DEB
+1 24818U 77087C   16016.56612119  .00000233  00000-0  20963-3 0  9998
+2 24818  82.9663  48.7429 0029990 344.4557 169.9197 13.79789854925902
+0 INMARSAT 3-F4
+1 24819U 97027A   16017.07713574 -.00000300  00000-0  00000+0 0  9991
+2 24819   4.8533  60.6750 0004300 239.8050 149.2122  1.00273829 68217
+0 INSAT 2D
+1 24820U 97027B   16018.10133711 -.00000161  00000-0  00000+0 0  9992
+2 24820  13.2003  22.4510 0323721  20.0493 140.5696  1.04793608 71284
+0 COSMOS 2344
+1 24827U 97028A   16016.66242498 -.00000048 +00000-0 -29461-4 0  9994
+2 24827 063.3327 089.8156 0956689 024.4555 146.7969 11.07892766753020
+0 SL-12 R/B(2)
+1 24829U 97028C   16016.77785697 -.00000005 +00000-0 +60216-3 0  9995
+2 24829 063.3668 115.4667 0940375 009.1953 165.2873 11.07236068752509
+0 SL-12 DEB
+1 24833U 97028F   16017.75558824 -.00000200  00000-0 -22970-2 0  9991
+2 24833  63.3611 130.1937 0943669  11.3460 137.4486 11.06619837752287
+0 FENGYUN 2A
+1 24834U 97029A   16016.46354466 -.00000167 +00000-0 +00000-0 0  9995
+2 24834 013.1075 035.9550 0101164 144.0316 039.1888 00.96050992066851
+0 IRIDIUM 914
+1 24836U 97030A   16017.58093853  .00000218  00000-0  64661-4 0  9996
+2 24836  86.3943 192.2482 0002745  53.7387  11.4007 14.38635984974674
+0 IRIDIUM 12
+1 24837U 97030B   16017.53813416  .00000011  00000-0 -33066-5 0  9995
+2 24837  86.3956 206.0314 0001943  86.3314 325.9362 14.34218771972894
+0 IRIDIUM 10
+1 24839U 97030D   16017.52061905  .00000027  00000-0  26433-5 0  9990
+2 24839  86.3953 206.0218 0002014  89.2643 298.0258 14.34218503972902
+0 IRIDIUM 13
+1 24840U 97030E   16017.54449414  .00000012  00000-0 -29229-5 0  9990
+2 24840  86.3957 206.1407 0002099  86.0658 326.2927 14.34219208972891
+0 IRIDIUM 16
+1 24841U 97030F   16017.53604350  .00000219  00000-0  67869-4 0  9991
+2 24841  86.4032 206.3371 0003065 135.8996 224.2446 14.36601108973408
+0 IRIDIUM 911
+1 24842U 97030G   16017.55757934  .00000252  00000-0  66583-4 0  9990
+2 24842  86.4458 207.4134 0014961  14.9566  41.8286 14.44800204978347
+0 COSMOS 2344 DEB
+1 24843U 97028G   16017.70199287  .00000094  00000-0  20945-2 0  9990
+2 24843  63.3664  65.4474 0919275   9.0260  73.7700 11.09763278752621
+0 INTELSAT 802
+1 24846U 97031A   16016.64110274 -.00000047  00000-0  00000+0 0  9994
+2 24846   4.0489  65.3844 0030314 201.5372 124.7250  0.98107983 67607
+0 SL-16 DEB
+1 24866U 96051H   16017.18783974  .00000365  00000-0  22887-3 0  9993
+2 24866  71.1247 306.0600 0063164 333.2238  26.5625 14.09977607996223
+0 IRIDIUM 15
+1 24869U 97034A   16017.60022074  .00000089  00000-0  24756-4 0  9993
+2 24869  86.3948 237.7183 0002037  87.6797 299.8401 14.34220783969872
+0 IRIDIUM 17
+1 24870U 97034B   16017.58979881  .00000198  00000-0  61724-4 0  9996
+2 24870  86.3953 236.5671 0003161  90.5204 323.6584 14.35625507970047
+0 IRIDIUM 920
+1 24871U 97034C   16017.59838387  .00000178  00000-0  50967-4 0  9998
+2 24871  86.3964 223.9965 0010005 234.0814 178.5390 14.39358330972048
+0 IRIDIUM 18
+1 24872U 97034D   16017.55686002  .00000097  00000-0  27397-4 0  9991
+2 24872  86.3951 237.9636 0001931  90.1110 270.0307 14.34220500969867
+0 IRIDIUM 921
+1 24873U 97034E   16017.53341291  .00002164  00000-0  13155-3 0  9991
+2 24873  86.3964 309.8951 0010409 108.7992 304.2293 15.09851139 10104
+0 NAVSTAR 43 (USA 132)
+1 24876U 97035A   16017.03752462  .00000039  00000-0  00000+0 0  9996
+2 24876  55.7112 247.4948 0044591 115.3566 245.1747  2.00562240135457
+0 SUPERBIRD C
+1 24880U 97036A   16016.06754587 -.00000084  00000-0  00000+0 0  9995
+2 24880   5.8062  57.7864 0010424 236.2094 123.6947  0.99069106 67587
+0 ORBVIEW 2 (SEASTAR)
+1 24883U 97037A   16017.19618974  .00000111  00000-0  56062-4 0  9997
+2 24883  98.5123 127.6284 0002437 170.8153 189.3076 14.33275485977847
+0 PAS 6
+1 24891U 97040A   16016.37041200 -.00000177 +00000-0 +00000-0 0  9991
+2 24891 013.8312 349.9821 0690358 164.6851 031.1577 00.93698489041254
+0 ARIANE 44P R/B
+1 24892U 97040B   16016.63367477  .00006396  00000-0  17140-2 0  9991
+2 24892   7.3055 200.9649 6417969 140.2136 291.1928  3.42302998190424
+0 SL-3 DEB
+1 24893U 88032C   16018.15538699  .00000706  00000-0  66754-4 0  9994
+2 24893  97.6314  69.0920 0039057  62.5186   4.7951 14.96251858259580
+0 COSMOS 2345
+1 24894U 97041A   16016.50909862 -.00000323 +00000-0 +00000-0 0  9990
+2 24894 013.1270 030.8248 0167941 201.5496 160.7752 01.00152924067525
+0 SL-12 R/B(2)
+1 24897U 97041D   16016.26441128 -.00000136 +00000-0 +00000-0 0  9994
+2 24897 013.1841 031.0733 0362236 201.7398 334.3938 01.00016274067309
+0 ABS 3 (AGILA 2)
+1 24901U 97042A   16018.11620275 -.00000141  00000-0  00000+0 0  9994
+2 24901   3.9337  66.4211 0006998 234.9265 201.6611  1.00271052 67396
+0 IRIDIUM 26
+1 24903U 97043A   16017.33521021  .00000188  00000-0  58826-4 0  9993
+2 24903  86.3987 111.2167 0002057  99.4592 323.7528 14.35151521963840
+0 IRIDIUM 25
+1 24904U 97043B   16017.36557943  .00000285  00000-0  94520-4 0  9998
+2 24904  86.3983 111.5264 0002046 102.8641 257.2783 14.34223847963743
+0 IRIDIUM 46
+1 24905U 97043C   16017.37826452  .00000285  00000-0  94612-4 0  9996
+2 24905  86.3991 112.0274 0002027  98.7776 261.3649 14.34223739963759
+0 IRIDIUM 23
+1 24906U 97043D   16018.22003870  .00000274  00000-0  90780-4 0  9993
+2 24906  86.3992 111.1393 0001985  97.1329 319.3034 14.34213806963882
+0 IRIDIUM 22
+1 24907U 97043E   16017.41631105  .00000299  00000-0  99818-4 0  9990
+2 24907  86.3993 112.1138 0002068  98.8630 261.2800 14.34224027963757
+0 DELTA 1 DEB
+1 24911U 81070M   16006.02822847  .00000029  00000-0  46138-4 0  9996
+2 24911  89.7546  38.3911 6231417  46.7429   4.1517  3.52150190236576
+0 NOAA 7 DEB
+1 24914U 81059F   16017.05969101  .00001104  00000-0  39143-3 0  9998
+2 24914  98.6210   6.8468 0025974 299.6682  60.1918 14.36314523957805
+0 INTELSAT 5 (PAS 5)
+1 24916U 97046A   16017.44514438 -.00000151  00000-0  00000+0 0  9993
+2 24916   2.5356  73.7537 0004534 229.1043 130.6810  1.00271125 67476
+0 SL-12 R/B(2)
+1 24919U 97046D   16016.64193130 -.00000076  00000-0  00000+0 0  9995
+2 24919  13.6040 104.9757 4789697  74.2278 351.0635  1.79819108120789
+0 FORTE
+1 24920U 97047A   16017.17806902  .00000069  00000-0  52820-4 0  9998
+2 24920  69.9553 308.0887 0020140  48.8669 311.4186 14.26145624956399
+0 PEGASUS R/B
+1 24921U 97047B   16018.19041248  .00000034  00000-0  38407-4 0  9993
+2 24921  69.9731 323.4851 0019464  27.8586  68.3629 14.25452945956411
+0 DUMMY MASS 1
+1 24925U 97048A   16017.84710476  .00000175  00000-0  17207-4 0  9996
+2 24925  86.3366 281.4210 0009316  73.3674 286.8572 14.85038618994951
+0 DUMMY MASS 2
+1 24926U 97048B   16017.81750664  .00000186  00000-0  18615-4 0  9993
+2 24926  86.3366 282.4657 0010194  78.5964 347.7286 14.84807612994814
+0 W75/ABS-1B (HOT BIRD 3)
+1 24931U 97049A   16017.28008964 -.00000083  00000-0  00000+0 0  9991
+2 24931   5.4455  57.6433 0023426 299.4793 171.4535  1.02479229 67737
+0 METEOSAT 7
+1 24932U 97049B   16016.63611288  .00000041  00000-0  00000+0 0  9992
+2 24932   9.9910  42.1523 0001899 283.1830  76.8289  1.00275453 67278
+0 AMC-3 (GE-3)
+1 24936U 97050A   16017.07931373 -.00000281  00000-0  10000-3 0  9999
+2 24936   0.0303 280.8489 0002687 352.2043 164.4215  1.00270425 67303
+0 ATLAS 2AS CENTAUR R/B
+1 24937U 97050B   16017.01892518  .00000547  00000-0  40088-3 0  9994
+2 24937  18.6707 272.5018 7381924 282.7202  10.6183  2.11512192132579
+0 IRIDIUM 29
+1 24944U 97051A   16017.47248045  .00000204  00000-0  65350-4 0  9993
+2 24944  86.3997 143.0324 0002096  86.9038 273.2398 14.34538357960344
+0 IRIDIUM 32
+1 24945U 97051B   16017.44511036  .00000252  00000-0  83020-4 0  9991
+2 24945  86.3996 143.1438 0001946  95.3922 264.7495 14.34219560960356
+0 IRIDIUM 33
+1 24946U 97051C   16017.44579984  .00000165  00000-0  52592-4 0  9991
+2 24946  86.3911 143.0318 0009692 120.2415 306.8845 14.33456537960017
+0 IRIDIUM 28
+1 24948U 97051E   16017.47434838  .00000198  00000-0  61990-4 0  9992
+2 24948  86.4001 142.5565 0002137 104.3553 299.3637 14.35438118960451
+0 IRIDIUM 30
+1 24949U 97051F   16017.43879163  .00000258  00000-0  84998-4 0  9993
+2 24949  86.3998 143.2343 0001891  96.8032 263.3378 14.34218855960334
+0 IRIDIUM 31
+1 24950U 97051G   16017.43242571  .00000266  00000-0  87934-4 0  9994
+2 24950  86.3997 143.2375 0002100  93.9953 266.1483 14.34220063960347
+0 COSMOS 2346
+1 24953U 97052A   16018.22164589  .00000038  00000-0  22144-4 0  9997
+2 24953  82.9247 314.6630 0038889 209.8058 259.9109 13.79571635922340
+0 FAISAT 2V
+1 24954U 97052B   16018.20455398  .00000054  00000-0  36771-4 0  9996
+2 24954  82.9249 313.6219 0038729 205.7257 265.1033 13.79914466922454
+0 SL-8 R/B
+1 24955U 97052C   16017.40108712  .00000045  00000-0  27285-4 0  9993
+2 24955  82.9234 299.9446 0030359 147.2376 351.2588 13.81483591923399
+0 NIMBUS 2 DEB
+1 24956U 66040C   16017.30139131  .00001148  00000-0  17922-2 0  9995
+2 24956 100.4760 278.4717 0054151 325.3913 157.4018 13.52538248424360
+0 NSS 5 (INTELSAT 803)
+1 24957U 97053A   16017.14016104  .00000099  00000-0  00000+0 0  9990
+2 24957   2.8371  72.0055 0003803 233.6404 271.3197  1.00274944 67098
+0 MOLNIYA 1-90
+1 24960U 97054A   16013.99870245  .00106666  24019-7  46516-2 0  9993
+2 24960  62.2403  50.9744 7439939 278.9053 351.6330  2.11952359134845
+0 SL-6 R/B(2)
+1 24963U 97054D   15360.33243941  .00018381 -13886-6  90687-4 0  9991
+2 24963  61.8926 101.6205 7548498 271.6983  12.1730  2.00361886131502
+0 IRIDIUM 19
+1 24965U 97056A   16017.48655779  .00000071  00000-0  18128-4 0  9991
+2 24965  86.3981 174.6832 0002023  93.2132 266.9296 14.34216534958499
+0 IRIDIUM 35
+1 24966U 97056B   16017.49923889  .00000084  00000-0  22895-4 0  9993
+2 24966  86.3981 174.6755 0002009  93.8728 266.2697 14.34217590958474
+0 IRIDIUM 36
+1 24967U 97056C   16017.50093116  .00000211  00000-0  66410-4 0  9990
+2 24967  86.3992 174.1350 0002180  89.0930 332.8443 14.35485609958743
+0 IRIDIUM 37
+1 24968U 97056D   16017.54362975  .00000029  00000-0  33949-5 0  9996
+2 24968  86.3984 174.8283 0002009  92.2984 267.8442 14.34218121958481
+0 IRIDIUM 34
+1 24969U 97056E   16017.49289185  .00000076  00000-0  20137-4 0  9998
+2 24969  86.3983 174.7868 0002061  93.4895 266.6536 14.34218181958477
+0 IRS 1D
+1 24971U 97057A   16018.16325328  .00000115  00000-0  55874-4 0  9997
+2 24971  98.3653 335.2909 0052798 317.2650  42.4436 14.33793831957472
+0 PEGASUS DEB
+1 24973U 94029ACF 16016.22360705 +.00000950 +00000-0 +22916-3 0  9995
+2 24973 082.0197 282.7070 0339759 314.1159 204.7563 14.22877662006446
+0 SL-8 DEB
+1 24974U 92053C   16016.38696907  .00000353  00000-0  14527-3 0  9990
+2 24974  74.0553 117.3422 0023951 340.4977  85.3337 14.30345077977305
+0 PEGASUS DEB
+1 24978U 94029ACL 16016.55383185  .00004544  00000-0  56494-3 0  9994
+2 24978  81.4445 220.3429 0349528 307.9546  49.0531 14.47517417999814
+0 PEGASUS DEB
+1 24980U 94029ACN 16017.95227705  .00004818  00000-0  10208-2 0  9993
+2 24980  81.5939 358.1809 0310529   9.7541 350.9482 14.33042158998671
+0 PEGASUS DEB
+1 24985U 94029ACT 16016.02894952  .00000786  00000-0  26552-3 0  9999
+2 24985  81.5179 243.4775 0669127 240.5297 112.7505 13.53825772 82614
+0 SL-12 DEB
+1 24990U 87079J   16016.82038320 +.00001495 +00000-0 +10222-2 0  9993
+2 24990 064.6998 300.1181 5483119 193.3007 142.8537 04.73474003321879
+0 PEGASUS DEB
+1 24996U 94029ADD 16018.21699165  .00001225  00000-0  31299-3 0  9996
+2 24996  82.1965 199.1004 0345972 357.7126   2.2449 14.19588462953598
+0 TITAN 3C TRANSTAGE DEB
+1 25000U 68081G   16016.06844119  .00000023  00000-0  00000+0 0  9991
+2 25000   6.8658 317.2904 0123229 308.1304 232.9135  1.01028992 86917
+0 TITAN 3C TRANSTAGE DEB
+1 25001U 68081H   16018.16494003  .00000038  00000-0  00000+0 0  9994
+2 25001   6.5755 315.4321 0072963   4.2301 201.4813  1.01696539 79649
+0 ECHOSTAR 3
+1 25004U 97059A   16017.07681381 -.00000292  00000-0  00000+0 0  9993
+2 25004   1.0956  82.3711 0002340 245.2648 114.1484  1.00271307 67003
+0 APSTAR 2R (TELSTAR 10)
+1 25010U 97062A   16017.35517934 -.00000060  00000-0  00000+0 0  9990
+2 25010   2.9327  71.6868 0014974 199.6991 244.3484  0.99207462 66738
+0 IABS R/B
+1 25021U 97065C   16016.64140473 -.00000038  00000-0  00000+0 0  9991
+2 25021  13.7735  26.4814 0029289  57.0830 310.2154  1.01062013 68044
+0 MAQSAT H
+1 25023U 97066A   16016.22351891 -.00000166 +00000-0 -96403-3 0  9995
+2 25023 007.8799 307.9434 6498620 284.0105 312.0357 03.09982187205802
+0 MAQSAT B
+1 25024U 97066B   16017.46185822 -.00000059  00000-0 -26313-3 0  9996
+2 25024   7.8698 305.8703 6511148 287.3045 204.3144  3.08828717205586
+0 TEAMSAT
+1 25025U 97066C   16016.28079956 -.00000053 +00000-0 -43634-3 0  9995
+2 25025 007.9161 328.6063 6504188 241.9852 317.8362 03.07949194017948
+0 ARIANE 5 DEB (SPELTRA)
+1 25026U 97066D   16016.50541921 -.00000044 +00000-0 -21598-3 0  9992
+2 25026 007.9029 316.2760 6511375 266.5007 158.0757 03.08194910205075
+0 SL-8 DEB
+1 25027U 92053D   16017.85554887  .00000409  00000-0  14492-3 0  9996
+2 25027  74.0338 293.5946 0005138 258.9040 162.7917 14.37646750981943
+0 SL-8 DEB
+1 25028U 93036D   16016.61760567 +.00000425 +00000-0 +15612-3 0  9999
+2 25028 074.0440 105.2362 0009950 175.7309 251.7513 14.35681558057240
+0 NAVSTAR 44 (USA 135)
+1 25030U 97067A   16017.10662522 -.00000063  00000-0  00000+0 0  9997
+2 25030  56.8170 308.9033 0152994 213.3034 331.8244  2.00553948133368
+0 IRIDIUM 43
+1 25039U 97069A   16017.55050320  .00000019  00000-0 -42372-6 0  9990
+2 25039  86.3945 237.8861 0002152  85.2090 274.9352 14.34221761952262
+0 IRIDIUM 41
+1 25040U 97069B   16017.55579980  .00000084  00000-0  23014-4 0  9991
+2 25040  86.3950 237.8524 0001905  91.9361 328.1887 14.34221031952261
+0 IRIDIUM 40
+1 25041U 97069C   16017.56952118  .00000081  00000-0  21822-4 0  9993
+2 25041  86.3938 238.0716 0002952  75.5536 284.5987 14.34222474952289
+0 IRIDIUM 39
+1 25042U 97069D   16017.57589448  .00000173  00000-0  54803-4 0  9994
+2 25042  86.3953 238.1163 0001796  91.5229 268.6173 14.34221284952262
+0 IRIDIUM 38
+1 25043U 97069E   16017.59986766  .00000187  00000-0  57819-4 0  9996
+2 25043  86.3951 235.6306 0002457 116.1146 295.1808 14.35904883952601
+0 KUPON
+1 25045U 97070A   16016.52190022 -.00000202 +00000-0 +00000-0 0  9999
+2 25045 013.7724 028.2593 0006813 209.4060 150.5873 01.00240107066499
+0 SL-12 R/B(2)
+1 25048U 97070D   16017.34265155 -.00000298  00000-0  00000+0 0  9997
+2 25048  14.0267  27.7554 0012819  65.8387 107.2569  0.99638822 66143
+0 SIRIUS 2 (GE-1E)
+1 25049U 97071A   16016.72971486  .00000078  00000-0  00000+0 0  9996
+2 25049   5.7404  58.2130 0003497 220.6042 317.6961  0.99403419 66385
+0 INDOSTAR 1
+1 25050U 97071B   16018.21460997  .00000125  00000-0  00000+0 0  9997
+2 25050   8.5024  47.2929 0004352 208.4519 338.9027  1.00220893 66626
+0 SL-12 R/B(AUX MOTOR)
+1 25053U 97070E   16017.24366511 -.00000074  00000-0  39791-2 0  9994
+2 25053  45.9544 275.8988 6841890  21.4491 357.0158  2.41728506159911
+0 SL-12 R/B(AUX MOTOR)
+1 25054U 97070F   16016.81420640  .00011011  00000-0  96426-3 0  9992
+2 25054  46.5876 176.0319 4736680  73.8399 331.9525  6.11010236344564
+0 SL-8 DEB
+1 25057U 90036C   16017.88967203  .00000207  00000-0  17775-3 0  9994
+2 25057  82.9426 342.7386 0022122 127.1836 262.7357 13.82154875185596
+0 JCSAT 5
+1 25067U 97075A   16017.44478971 -.00000217  00000-0  00000+0 0  9997
+2 25067   4.6438  62.2241 0007174 219.1120 145.0686  1.00270271 66416
+0 EQUATOR S
+1 25068U 97075B   16016.83035521 -.00000084  00000-0  15959-2 0  9994
+2 25068   4.4388 139.2492 8231170 230.8470  22.4878  1.07732309 71423
+0 ASTRA 1G
+1 25071U 97076A   16017.01414515  .00000040  00000-0  00000+0 0  9993
+2 25071   1.2749  79.8312 0003778 226.0906 234.8779  1.00272779 66399
+0 SL-12 R/B(2)
+1 25074U 97076D   16016.44548642 -.00000094  00000-0  00000+0 0  9991
+2 25074  12.2026 306.3323 4342199 217.3631 348.5799  1.71942730113811
+0 IRIDIUM 42
+1 25077U 97077A   16017.58526510  .00000136  00000-0  41332-4 0  9995
+2 25077  86.3954 237.8675 0002125  93.3895 266.7544 14.34444125948134
+0 IRIDIUM 44
+1 25078U 97077B   16017.57860258  .00000188  00000-0  55790-4 0  9995
+2 25078  86.3950 228.7168 0003032 121.6915 294.9629 14.37978652949399
+0 SL-8 DEB
+1 25085U 91009CX  16016.84762861 -.00000176  00000-0 -14307-2 0  9998
+2 25085  74.1112 317.0430 0184749 195.4140 195.0107 12.22697700946179
+0 GALAXY 8
+1 25086U 97078A   16016.86998735 -.00000330 +00000-0 +00000-0 0  9998
+2 25086 010.9599 040.1236 0006939 280.7992 253.1602 00.99706215066017
+0 ARIANE 1 DEB
+1 25098U 79104D   16016.32566333  .00015639  00000-0  11144-1 0  9996
+2 25098  17.6126  84.1009 5782121 188.6686 153.8297  4.28181704279288
+0 IRIDIUM 45
+1 25104U 97082A   16017.49589274  .00000273  00000-0  90305-4 0  9994
+2 25104  86.3994 143.2565 0002456 134.1915 225.9483 14.34218081946318
+0 IRIDIUM 24
+1 25105U 97082B   16017.33258154  .00000197  00000-0  56657-4 0  9995
+2 25105  86.3931  93.7219 0009793 241.0814 162.1450 14.39721652948497
+0 IRIDIUM 47
+1 25106U 97082C   16017.38472116  .00000274  00000-0  90681-4 0  9998
+2 25106  86.3980 111.4064 0001949  98.5588 261.5829 14.34220395946288
+0 IRIDIUM 49
+1 25108U 97082E   16017.34013612  .00000293  00000-0  97705-4 0  9993
+2 25108  86.3982 111.5139 0002020  99.3789 325.8808 14.34223952946293
+0 INTELSAT 804
+1 25110U 97083A   16016.73263883 -.00000009  00000-0  00000+0 0  9999
+2 25110   9.0149  45.6614 0007157 224.1723 170.8997  1.00394737 66288
+0 ORBCOMM FM 8
+1 25112U 97084A   16017.78719844  .00000649  00000-0  25811-3 0  9991
+2 25112  45.0159 156.6515 0008775 225.6589 134.3541 14.38174629945970
+0 ORBCOMM FM 10
+1 25113U 97084B   16017.47437932  .00000294  00000-0  14264-3 0  9999
+2 25113  45.0173 159.2026 0007176 197.9666 162.0929 14.38160713945915
+0 ORBCOMM FM 11
+1 25114U 97084C   16017.88224910  .00000419  00000-0  18319-3 0  9999
+2 25114  45.0157 156.6545 0007783 203.8339 156.2150 14.38168265945970
+0 ORBCOMM FM 12
+1 25115U 97084D   16017.79624227  .00000380  00000-0  17064-3 0  9998
+2 25115  45.0160 156.8396 0006903 201.5656 158.4903 14.38153788945964
+0 ORBCOMM FM 9
+1 25116U 97084E   16017.45741948  .00000423  00000-0  18461-3 0  9992
+2 25116  45.0168 158.9865 0007514 190.5477 169.5215 14.38156404945916
+0 ORBCOMM FM 5
+1 25117U 97084F   16017.77019354  .00000144  00000-0  93419-4 0  9994
+2 25117  45.0163 157.6759 0003581 210.6350 149.4290 14.38156154945950
+0 ORBCOMM FM 6
+1 25118U 97084G   16017.48951840  .00000278  00000-0  13750-3 0  9995
+2 25118  45.0161 158.8568 0003199 211.5563 177.6881 14.38149398945929
+0 ORBCOMM FM 7
+1 25119U 97084H   16017.49998206  .00000457  00000-0  19554-3 0  9991
+2 25119  45.0157 158.9823 0004811 200.5099 159.5556 14.38181094945921
+0 HGS-1 (ASIASAT 3)
+1 25126U 97086A   16018.22308464 -.00000261  00000-0  00000+0 0  9990
+2 25126   6.8762  63.7799 0043965 303.7522 154.6404  1.00259002 67014
+0 SKYNET 4D
+1 25134U 98002A   16017.51868782 -.00000178  00000-0  00000+0 0  9990
+2 25134   9.9580  35.6740 0003155 115.0251 260.7608  0.99152234 65726
+0 DELTA 2 R/B(1)
+1 25135U 98002B   16017.39378297  .00000137  00000-0  22814-4 0  9990
+2 25135  26.8850  13.3987 0356658  78.3181  67.8376 13.62324853897995
+0 DELTA 2 R/B(2)
+1 25136U 98002C   16016.80597907 -.00000114 +00000-0 +00000-0 0  9992
+2 25136 023.1545 145.6737 6982982 139.0347 003.3805 02.19859822144715
+0 DELTA 2 DEB
+1 25138U 98002E   16016.84126230 +.00000285 +00000-0 +13614-3 0  9991
+2 25138 026.8758 163.7037 0333729 072.8981 082.6225 13.68551677900010
+0 BRAZILSAT B3
+1 25152U 98006A   16017.13068400 -.00000182  00000-0  00000+0 0  9996
+2 25152   3.0444  71.2353 0003441 258.4554 101.3854  1.00273115 65786
+0 INMARSAT 3-F5
+1 25153U 98006B   16018.17247509 -.00000226  00000-0  00000+0 0  9990
+2 25153   1.5534  74.3103 0005456 244.1166 199.0897  0.99891176 65754
+0 TRANSIT 5B-2 DEB
+1 25156U 63049N   16018.20101699  .00000395  00000-0  57331-3 0  9994
+2 25156  89.9343 105.2780 0034623 299.9586 116.3555 13.53401166884563
+0 ORBCOMM FM 3
+1 25158U 98007B   16017.49606022  .00000411  00000-0  21274-3 0  9994
+2 25158 107.9747 313.4475 0046858  90.9180 269.7326 14.28724255932563
+0 ORBCOMM FM 4
+1 25159U 98007C   16017.81323336  .00000413  00000-0  21293-3 0  9998
+2 25159 107.9741 314.5493 0042357  91.0776 269.5214 14.28994082932665
+0 CELESTIS 02/TAURUS R/B
+1 25160U 98007D   16017.53177647 -.00000048  00000-0  36133-4 0  9996
+2 25160 107.9496 235.8557 0062323 168.0567 247.7974 14.21409689930147
+0 TAURUS DEB
+1 25161U 98007E   16016.81116909 +.00000100 +00000-0 +96249-4 0  9993
+2 25161 107.9597 276.2740 0059060 124.1018 281.6566 14.25014408931163
+0 GLOBALSTAR M001
+1 25162U 98008A   16017.17111713 -.00000096  00000-0  56084-5 0  9992
+2 25162  52.0030 261.2267 0000822 177.2318 351.0596 12.38075794817826
+0 GLOBALSTAR M004
+1 25163U 98008B   16017.73652742 -.00000096  00000-0  44810-4 0  9990
+2 25163  52.0001 102.4494 0003081 214.8703 286.4705 12.63249605827195
+0 GLOBALSTAR M002
+1 25164U 98008C   16017.82184173 -.00000070  00000-0  12948-3 0  9997
+2 25164  51.9981 220.8611 0001576  45.2913 314.8035 11.61455095784602
+0 GLOBALSTAR M003
+1 25165U 98008D   16017.89218922 -.00000177  00000-0 -93456-3 0  9997
+2 25165  51.9744 332.1964 0005836 200.2540 193.7064 12.11857923816413
+0 IRIDIUM 52
+1 25169U 98010A   16017.56610899  .00000027  00000-0  24283-5 0  9993
+2 25169  86.3958 206.2908 0002065  90.0058 270.1375 14.34218217937733
+0 IRIDIUM 56
+1 25170U 98010B   16017.55977665 -.00000093  00000-0 -40409-4 0  9993
+2 25170  86.3954 206.3958 0001787  93.3859 266.7541 14.34213887937714
+0 IRIDIUM 54
+1 25171U 98010C   16017.52169893  .00000023  00000-0  12376-5 0  9991
+2 25171  86.3958 206.3277 0002057  89.4960 270.6472 14.34218615937871
+0 IRIDIUM 50
+1 25172U 98010D   16017.56422067  .00000010  00000-0 -33627-5 0  9990
+2 25172  86.3961 206.2689 0001951  83.0738 332.9106 14.34219135937714
+0 IRIDIUM 53
+1 25173U 98010E   16017.57243647  .00000015  00000-0 -15520-5 0  9994
+2 25173  86.3960 206.2713 0001982  85.6434 274.4989 14.34218766937726
+0 COMETS
+1 25175U 98011A   16016.26143523 -.00000070 +00000-0 +19668-3 0  9990
+2 25175 030.1667 356.9774 5295712 139.7598 355.5416 04.38919318295730
+0 SL-14 DEB
+1 25187U 87068N   16017.15738771  .00001809  00000-0  85882-3 0  9998
+2 25187  82.5518 262.8680 0010388 114.1424 246.0843 14.19032657917443
+0 SL-14 DEB
+1 25199U 87068AA  16018.20013976  .00000427  00000-0  42189-3 0  9999
+2 25199  82.3648  69.1703 0096808 178.8271 181.3129 13.74502914895777
+0 SL-14 DEB
+1 25203U 87068AE  16016.80890798  .00000503  00000-0  21897-3 0  9992
+2 25203  82.2722 317.0407 0100011 132.6806 228.2854 14.19637333924767
+0 SL-14 DEB
+1 25204U 87068AF  16016.53182677 +.00000942 +00000-0 +73149-3 0  9997
+2 25204 082.4318 041.4572 0118458 221.5874 257.9263 13.88474029900717
+0 SL-14 DEB
+1 25205U 87068AG  16017.53008709  .00000291  00000-0  21862-3 0  9994
+2 25205  82.5372  25.2806 0015304 158.5431 325.9744 13.91212700907844
+0 SL-14 DEB
+1 25214U 87068AR  16017.87229291  .00000965  00000-0  63744-3 0  9995
+2 25214  82.5455 347.8659 0016729  52.5161 335.4196 14.00663964911137
+0 SL-14 DEB
+1 25221U 87068AY  16017.48098905  .00000235  00000-0  29934-3 0  9999
+2 25221  82.2977 183.8802 0168340  78.0705 335.7328 13.53564695883735
+0 SL-14 DEB
+1 25225U 87068BC  16018.03308492  .00001768  00000-0  10869-2 0  9998
+2 25225  82.5078  13.2653 0081526 253.2212 169.9597 14.03547311907772
+0 SL-14 DEB
+1 25226U 87068BD  16018.21185117  .00001518  00000-0  10625-2 0  9999
+2 25226  82.5261  62.0458 0075167  42.1533  25.1020 13.96501102905015
+0 SL-14 DEB
+1 25227U 87068BE  16017.71146794  .00002198  00000-0  11151-2 0  9992
+2 25227  82.5344 277.2867 0012103 175.4616 246.6442 14.15581944915939
+0 EUTE 16B (HB 4)
+1 25237U 98013A   16016.15981346 -.00000177  00000-0  00000+0 0  9996
+2 25237   3.3628  69.4086 0003338 201.7366 224.6087  0.98277625 65756
+0 NSS 806 (INTELSAT 806)
+1 25239U 98014A   16016.46403940 -.00000287  00000-0  00000+0 0  9994
+2 25239   0.0569  27.4341 0004601 264.3335 303.0970  1.00272466 65507
+0 SL-14 DEB
+1 25246U 87068BP  16018.01957333  .00000772  00000-0  40072-3 0  9997
+2 25246  82.2510  12.4210 0084506   6.0174  51.0218 14.11961457919476
+0 ATLAS CENTAUR DEB
+1 25253U 78068C   16017.75485050 -.00000032  00000-0  59010-5 0  9991
+2 25253  21.4930 223.6176 7064258  23.4345   7.2321  2.25006794152310
+0 SL-16 DEB
+1 25254U 93059H   16017.86506716  .00000057  00000-0  48348-4 0  9991
+2 25254  70.9863 191.3993 0014380  42.0842  69.1734 14.21107225957213
+0 SL-3 DEB
+1 25255U 81043D   16017.72009182 -.00000001  00000-0 -79791-5 0  9990
+2 25255  81.2821 253.4529 0045581 171.1231 249.8195 14.07824483986903
+0 SPOT 4
+1 25260U 98017A   16018.22240932  .00000211  00000-0  61727-4 0  9991
+2 25260  98.3960  95.1544 0013958  60.0196 300.2385 14.53366997926908
+0 ARIANE 40 R/B
+1 25261U 98017B   16017.97801483  .00000173  00000-0  78177-4 0  9991
+2 25261  98.4837 327.5836 0003360 160.8614 240.7560 14.33421774931068
+0 IRIDIUM 51
+1 25262U 98018A   16017.51827608  .00000235  00000-0  76781-4 0  9998
+2 25262  86.3977 174.9474 0001896  89.6160 270.5253 14.34218405937105
+0 IRIDIUM 61
+1 25263U 98018B   16017.54997267  .00000081  00000-0  21817-4 0  9990
+2 25263  86.3983 174.7920 0002006  93.5285 266.6140 14.34218297932816
+0 DELTA 1 DEB
+1 25270U 68055E   16017.81384722  .00000299  00000-0  80116-3 0  9999
+2 25270 120.6168 353.3104 2203533 329.2875  19.5432 10.00031678750074
+0 IRIDIUM 55
+1 25272U 98019A   16017.48316299  .00000270  00000-0  89257-4 0  9996
+2 25272  86.3995 143.0397 0001986  96.9450 263.1972 14.34220528932009
+0 IRIDIUM 57
+1 25273U 98019B   16017.45780201  .00000264  00000-0  87248-4 0  9993
+2 25273  86.3999 143.3346 0001985  96.6547 263.4875 14.34219759932003
+0 IRIDIUM 58
+1 25274U 98019C   16017.46413924  .00000259  00000-0  85401-4 0  9993
+2 25274  86.4001 143.5143 0001906  96.9944 263.1468 14.34219778932009
+0 IRIDIUM 59
+1 25275U 98019D   16017.47046687  .00000255  00000-0  83944-4 0  9999
+2 25275  86.3996 143.3929 0001969  93.5125 266.6296 14.34221103932007
+0 IRIDIUM 60
+1 25276U 98019E   16017.47683169  .00000259  00000-0  85579-4 0  9992
+2 25276  86.3993 143.0302 0002003  97.2323 262.9101 14.34219783932003
+0 ARIANE 44LP DEB
+1 25279U 89062E   16018.02590928  .00001430  00000-0  18593-2 0  9997
+2 25279   7.4206 320.4718 7072031  11.0647 358.5149  2.48829045168349
+0 TRACE
+1 25280U 98020A   16017.64514030  .00002385  00000-0  14654-3 0  9995
+2 25280  97.5242 215.9782 0025023  12.4791  27.6860 15.10789832972357
+0 PEGASUS R/B
+1 25281U 98020B   16017.49348343  .00001898  00000-0  10855-3 0  9998
+2 25281  97.5714 204.2341 0012227 107.1178 305.5244 15.13849285974265
+0 ARIANE 44LP DEB
+1 25282U 89062F   16016.72975594  .00001194  00000-0  22818-2 0  9994
+2 25282   7.0027 187.5169 6917392 275.2543  15.6794  2.67047988174925
+0 START 1 DEB
+1 25284U 93014F   16017.38685487  .00000127  00000-0  49354-4 0  9991
+2 25284  75.7632 320.9387 0185082 151.5635 347.9330 14.25826605926932
+0 IRIDIUM 62
+1 25285U 98021A   16017.57778464  .00000225  00000-0  73346-4 0  9991
+2 25285  86.3955  79.8954 0002054  97.2014 262.9415 14.34219307930977
+0 IRIDIUM 63
+1 25286U 98021B   16017.31449821  .00000170  00000-0  53126-4 0  9999
+2 25286  86.3983  80.3787 0002133  87.9999 325.5643 14.34549641930949
+0 IRIDIUM 64
+1 25287U 98021C   16017.31137901  .00000225  00000-0  73442-4 0  9997
+2 25287  86.3957  80.0448 0002341  97.5649 262.5812 14.34219889930915
+0 IRIDIUM 65
+1 25288U 98021D   16017.52704299  .00000221  00000-0  71679-4 0  9997
+2 25288  86.3955  79.8674 0002071 100.1975 259.9455 14.34219394930963
+0 IRIDIUM 66
+1 25289U 98021E   16017.55641808  .00000225  00000-0  73132-4 0  9997
+2 25289  86.3954  79.7628 0002091  96.8982  22.0838 14.34219177930965
+0 IRIDIUM 67
+1 25290U 98021F   16017.53972161  .00000238  00000-0  78017-4 0  9997
+2 25290  86.3955  79.8986 0002160  96.9600 263.1842 14.34219054930979
+0 IRIDIUM 68
+1 25291U 98021G   16017.54608113  .00000224  00000-0  73013-4 0  9998
+2 25291  86.3957  80.0049 0002093  95.3793 264.7641 14.34219155930940
+0 GLOBALSTAR M014
+1 25306U 98023A   16017.54019668 -.00000061  00000-0  30369-3 0  9994
+2 25306  51.9803 216.9359 0001712 103.6202 282.3360 11.65403619790257
+0 GLOBALSTAR M006
+1 25307U 98023B   16017.49502426 -.00000077  00000-0  14927-3 0  9997
+2 25307  51.9959 166.7403 0002076  92.9429 310.0729 12.62266251817982
+0 GLOBALSTAR M015
+1 25308U 98023C   16017.64643247 -.00000082  00000-0 -19812-3 0  9997
+2 25308  51.9829  81.8758 0012998  83.6851  85.1813 11.48806906799252
+0 GLOBALSTAR M008
+1 25309U 98023D   16017.22010777 -.00000095  00000-0  10222-4 0  9998
+2 25309  51.9974  87.1943 0003364 132.5744 243.8391 12.35949916812909
+0 NILESAT
+1 25311U 98024A   16017.15353060 -.00000068  00000-0  00000+0 0  9997
+2 25311   2.4586  74.9174 0030589 198.7208 302.7240  0.97393022 64879
+0 BSAT-1B
+1 25312U 98024B   16016.18173307 -.00000157 +00000-0 +00000-0 0  9994
+2 25312 003.8886 072.5973 0006404 173.2262 227.5189 00.99118493008442
+0 COSMOS 2350
+1 25315U 98025A   16017.01297647 -.00000115  00000-0  00000+0 0  9998
+2 25315  11.8422  34.7234 0003700  94.4933  66.1005  1.00286469 64904
+0 SL-12 R/B(2)
+1 25318U 98025D   16016.47361497 -.00000298  00000-0  00000+0 0  9997
+2 25318  11.8552  34.7575 0028941  34.5108 156.6610  1.00048315 64758
+0 IRIDIUM 69
+1 25319U 98026A   16017.39398138  .00000228  00000-0  68200-4 0  9996
+2 25319  86.4007 103.1490 0003216 132.6394 273.8224 14.38539497928746
+0 IRIDIUM 71
+1 25320U 98026B   16017.32882541  .00000185  00000-0  53657-4 0  9999
+2 25320  86.3986  99.3165 0001204 161.4994 265.5368 14.38966860929149
+0 COSMOS 2351
+1 25327U 98027A   16016.31100223  .00000799  00000-0  00000+0 0  9995
+2 25327  66.5994 136.2608 6366750 217.1673 281.9197  2.00810297129622
+0 SL-6 R/B(2)
+1 25330U 98027D   16016.80516289 -.00000385 +00000-0 +00000-0 0  9999
+2 25330 065.8008 072.6705 6819370 210.3927 085.9327 02.03482385131472
+0 ECHOSTAR 4
+1 25331U 98028A   16017.14883498 -.00000099  00000-0  00000+0 0  9999
+2 25331   5.9920  51.4602 0017920 212.7745 283.6592  0.98951195 64716
+0 SL-12 R/B(2)
+1 25334U 98028D   16016.79985711 -.00000083 +00000-0 +00000-0 0  9997
+2 25334 016.7216 347.5748 4863520 048.8759 207.0169 01.82174848117725
+0 NOAA 15
+1 25338U 98030A   16017.56381966  .00000084  00000-0  54484-4 0  9991
+2 25338  98.7806  21.4318 0009586 266.2276  93.7807 14.25695354919387
+0 SL-12 R/B(2)
+1 25339U 96053D   16018.16409734 -.00000084  00000-0  00000+0 0  9997
+2 25339  13.0479  34.6559 0056161 217.1312 324.1894  0.98093272 63376
+0 IRIDIUM 70
+1 25342U 98032A   16017.59339922  .00000218  00000-0  70605-4 0  9998
+2 25342  86.3961  80.2024 0002048  96.5426  16.8916 14.34219252925058
+0 IRIDIUM 72
+1 25343U 98032B   16017.58102133  .00000235  00000-0  76875-4 0  9994
+2 25343  86.3955  79.8530 0002143  96.6708  18.4080 14.34218898925053
+0 IRIDIUM 73
+1 25344U 98032C   16017.53604589  .00000231  00000-0  55638-4 0  9992
+2 25344  86.4407  61.2812 0002255  74.8815  38.3996 14.48877560932749
+0 IRIDIUM 74
+1 25345U 98032D   16017.59517282  .00000289  00000-0  80617-4 0  9990
+2 25345  86.4467  80.1765 0002350  99.1537  12.4738 14.42944384928251
+0 IRIDIUM 75
+1 25346U 98032E   16017.59839096  .00000233  00000-0  76288-4 0  9999
+2 25346  86.3959  80.0799 0002159  96.4473  75.4678 14.34219112925624
+0 METEOSAT 7 AKM
+1 25353U 97049E   16015.18270457  .00000122  00000-0  00000+0 0  9998
+2 25353  12.6885  31.9985 0080624 233.3321 298.1396  1.00644401 73785
+0 CHINASAT 5A (CHINASTAR1)
+1 25354U 98033A   16018.25626946 -.00000284  00000-0  00000+0 0  9992
+2 25354   0.1714  89.4189 0002865 294.0521 327.2255  1.00259466 69102
+0 THOR 3
+1 25358U 98035A   16016.86368354 -.00000052  00000-0  00000+0 0  9992
+2 25358   4.5214  62.4148 0003121 229.1705 130.7710  1.00271247 64563
+0 DELTA 2 R/B(1)
+1 25359U 98035B   16017.87993966  .00000097  00000-0 -13814-4 0  9999
+2 25359  26.3860 250.1377 0513815 308.2311 154.3018 12.94432634833753
+0 DELTA 2 R/B(2)
+1 25360U 98035C   16014.33368709 -.00000136 +00000-0 +00000-0 0  9993
+2 25360 018.7978 130.5577 6952649 305.6325 013.7209 02.11089243135439
+0 COSMOS 2352
+1 25363U 98036A   16016.70982584 +.00000012 +00000-0 +34094-4 0  9999
+2 25363 082.5921 087.0811 0351502 328.4708 194.4051 12.20081132783340
+0 COSMOS 2353
+1 25364U 98036B   16016.90843547 +.00000016 +00000-0 +69056-4 0  9997
+2 25364 082.5889 073.2042 0354863 282.5478 073.6120 12.21790094784446
+0 COSMOS 2354
+1 25365U 98036C   16017.18384718  .00000020  00000-0  99187-4 0  9992
+2 25365  82.5826  76.8986 0352153 310.2187  72.5761 12.20828645783889
+0 COSMOS 2355
+1 25366U 98036D   16016.65619356 +.00000011 +00000-0 +34762-4 0  9991
+2 25366 082.5879 073.2241 0352351 284.9798 250.0780 12.21758190784409
+0 COSMOS 2356
+1 25367U 98036E   16018.17932406  .00000015  00000-0  62491-4 0  9999
+2 25367  82.5786  63.5538 0355232 266.6362  89.4019 12.22379895785001
+0 COSMOS 2357
+1 25368U 98036F   16018.20016807  .00000010  00000-0  18894-4 0  9995
+2 25368  82.5852  59.7154 0355617 239.2381 117.3223 12.23334886785607
+0 SL-14 R/B
+1 25369U 98036G   16016.76423977  .00000010  00000-0 -15020-4 0  9994
+2 25369  82.5922 125.6475 0344553 113.7584  51.0682 12.14676499779899
+0 INTELSAT 805
+1 25371U 98037A   16017.24555448 -.00000113  00000-0  00000+0 0  9992
+2 25371   0.0225  51.5195 0003587 265.0266 162.6626  0.99530344 64427
+0 RESURS O1-N4
+1 25394U 98043A   16017.45826883  .00000002  00000-0  19043-4 0  9999
+2 25394  98.4961 330.1286 0001977  43.8070  64.6948 14.24467214910788
+0 FASAT B
+1 25395U 98043B   16018.19175013  .00000064  00000-0  45236-4 0  9995
+2 25395  98.5014 331.2888 0003045  17.6222 342.5063 14.25071600911008
+0 TMSAT
+1 25396U 98043C   16017.10282675  .00000072  00000-0  49546-4 0  9996
+2 25396  98.5209 328.7238 0003464  49.2749  13.8749 14.24369094910560
+0 TECHSAT 1B
+1 25397U 98043D   16018.09837986  .00000020  00000-0  27522-4 0  9990
+2 25397  98.5494 327.1081 0002363  73.5490 286.5948 14.23579131910368
+0 WESTPAC
+1 25398U 98043E   16017.81747200 -.00000021  00000-0  95458-5 0  9995
+2 25398  98.5591 325.3882 0002270  61.3999 298.7408 14.22806374910066
+0 SAFIR 2
+1 25399U 98043F   16017.43830306  .00000059  00000-0  43807-4 0  9994
+2 25399  98.5121 329.5138 0001952  22.4138 337.7127 14.24524485910698
+0 SL-16 R/B
+1 25400U 98043G   16017.99152649  .00000028  00000-0  29362-4 0  9991
+2 25400  98.4174 338.7962 0010125  13.7942 346.3513 14.25366150911536
+0 SL-16 DEB
+1 25401U 98043H   16016.95175633 +.00000135 +00000-0 +11732-3 0  9995
+2 25401 098.4459 026.7681 0164428 099.8167 323.9663 13.93574014890576
+0 SL-16 DEB
+1 25402U 98043J   16016.81053803 +.00000092 +00000-0 +91967-4 0  9996
+2 25402 099.1984 330.2760 0153726 257.3691 131.0439 13.95672280891847
+0 SL-16 DEB
+1 25403U 98043K   16016.66031377 +.00000006 +00000-0 +37213-4 0  9991
+2 25403 098.5893 268.7917 0213587 194.2182 194.6482 13.77597972880435
+0 CHINASAT 5B (SINOSAT 1)
+1 25404U 98044A   16016.52184571 -.00000110 +00000-0 +00000-0 0  9990
+2 25404 003.4244 068.6840 0010599 150.8979 183.8889 00.99176818064160
+0 CZ-3B R/B
+1 25405U 98044B   16017.40741534  .00000046  00000-0  61709-3 0  9990
+2 25405  18.6421 291.5066 7153470  85.3474 249.6123  2.25603342144246
+0 COSMOS 2360
+1 25406U 98045A   16018.17178371 -.00000172  00000-0 -66489-4 0  9993
+2 25406  70.8554  25.6610 0009106 234.2757 125.7517 14.12541689901250
+0 SL-16 R/B
+1 25407U 98045B   16018.15759511 -.00000124  00000-0 -38861-4 0  9993
+2 25407  71.0117  45.8277 0010341 272.8017  87.1923 14.15738122903147
+0 SL-16 DEB
+1 25409U 98045C   16016.88155744 -.00000016 +00000-0 +25212-4 0  9996
+2 25409 071.0804 265.8029 0195765 284.8989 200.9410 13.74330717876086
+0 SL-16 DEB
+1 25410U 98045D   16018.15309091  .00000059  00000-0  96827-4 0  9992
+2 25410  70.9802 273.1512 0206921 103.2724   7.9950 13.70733858874026
+0 SL-16 DEB
+1 25411U 98045E   16016.84237302 +.00000111 +00000-0 +14704-3 0  9994
+2 25411 070.9882 285.2042 0209688 077.8912 284.5594 13.70529059873421
+0 SL-16 DEB
+1 25412U 98045F   16017.87988516  .00000020  00000-0  57378-4 0  9993
+2 25412  71.0779 228.9604 0188027 284.7923 175.7155 13.76027367877329
+0 ORBCOMM FM 17
+1 25413U 98046A   16016.91053382 +.00000150 +00000-0 +11075-3 0  9990
+2 25413 044.9943 192.9197 0002102 062.6411 297.4648 14.30285597910377
+0 ORBCOMM FM 18
+1 25414U 98046B   16017.44358883  .00000342  00000-0  17746-3 0  9998
+2 25414  44.9947 166.9967 0003309  65.6050 294.5141 14.32163739910933
+0 ORBCOMM FM 19
+1 25415U 98046C   16017.89888932  .00000306  00000-0  16415-3 0  9993
+2 25415  44.9948 165.0905 0001941  67.1776  70.0079 14.32166022911003
+0 ORBCOMM FM 20
+1 25416U 98046D   16017.90992703  .00000224  00000-0  13397-3 0  9993
+2 25416  44.9953 165.2983 0001583 178.4528 322.5274 14.32166713910964
+0 ORBCOMM FM 16
+1 25417U 98046E   16017.47416370  .00000274  00000-0  15269-3 0  9992
+2 25417  44.9976 168.7838 0002367  96.7434 263.3681 14.32163823910936
+0 ORBCOMM FM 15
+1 25418U 98046F   16016.95516782  .00000292  00000-0  15925-3 0  9992
+2 25418  44.9980 171.5220 0003274  89.8526  63.5850 14.32163624910861
+0 ORBCOMM FM 14
+1 25419U 98046G   16017.42931039  .00000225  00000-0  13459-3 0  9998
+2 25419  44.9977 169.1444 0002038  92.4618 298.2273 14.32161975910939
+0 ORBCOMM FM 13
+1 25420U 98046H   16017.51317325  .00000280  00000-0  15466-3 0  9997
+2 25420  44.9982 169.2440 0003670  69.8609 338.8027 14.32163617910972
+0 IRIDIUM 03
+1 25431U 98048A   16017.41896794  .00000282  00000-0  93476-4 0  9992
+2 25431  86.3987 111.7603 0001981 100.3236 306.1986 14.34223406911543
+0 IRIDIUM 76
+1 25432U 98048B   16017.37246807  .00000278  00000-0  92071-4 0  9997
+2 25432  86.3984 111.5507 0002036  95.1191 333.3099 14.34223791911527
+0 PEGASUS DEB
+1 25442U 94029ADX 16017.98172812  .00001273  00000-0  28362-3 0  9991
+2 25442  81.7676  29.1107 0286663 251.8422 105.1360 14.33997616  4851
+0 SL-14 DEB
+1 25444U 87068BX  16017.49179260  .00000334  00000-0  24488-3 0  9990
+2 25444  82.5562  27.3540 0020248 100.2765  54.7999 13.93030879896231
+0 PEGASUS DEB
+1 25445U 94029ADZ 16016.48391512 +.00000614 +00000-0 +10355-3 0  9999
+2 25445 081.9902 203.4210 0157336 046.8440 344.6303 14.60013895980179
+0 PEGASUS DEB
+1 25449U 94029AED 16017.40680973  .00001534  00000-0  86588-3 0  9991
+2 25449  82.1452 147.5564 0981804  57.0604   0.3395 12.75937231813453
+0 SL-14 DEB
+1 25454U 87068CC  16017.49759095  .00002698  00000-0  17185-2 0  9991
+2 25454  82.1713 188.2417 0087488 257.4255 157.1918 14.01527913104369
+0 ST 1
+1 25460U 98049A   16016.56460642 -.00000180 +00000-0 +00000-0 0  9994
+2 25460 003.4878 068.6734 0007547 198.1463 233.6612 00.98749359007507
+0 ARIANE 44P R/B
+1 25461U 98049B   16017.42992956  .00019354  00000-0  24921-2 0  9991
+2 25461   4.1764 129.6953 6595849 149.7963 274.5496  3.20375969171653
+0 ASTRA 2A
+1 25462U 98050A   16018.10422942  .00000138  00000-0  00000+0 0  9992
+2 25462   0.0942 252.8208 0000882 286.3663   3.2455  1.00269850 63600
+0 SL-12 R/B(2)
+1 25465U 98050D   16017.07783334 -.00000065  00000-0  00000+0 0  9995
+2 25465  14.6457  93.8598 4974485  90.4495 299.4505  1.82825864116113
+0 IRIDIUM 82
+1 25467U 98051A   16017.53783891  .00000127  00000-0  38318-4 0  9993
+2 25467  86.3956 238.0483 0002097  95.2319 264.9116 14.34221290912568
+0 IRIDIUM 81
+1 25468U 98051B   16017.53149665  .00000149  00000-0  46198-4 0  9998
+2 25468  86.3949 237.6973 0002153  88.1873 271.9570 14.34219993908787
+0 IRIDIUM 80
+1 25469U 98051C   16017.59271838  .00000085  00000-0  23309-4 0  9991
+2 25469  86.3952 237.9351 0002137  84.7734 329.4135 14.34219581908795
+0 IRIDIUM 77
+1 25471U 98051E   16017.59969376  .00000149  00000-0  46124-4 0  9996
+2 25471  86.3943 237.5535 0001913  85.3932 332.2275 14.34218122913991
+0 INTELSAT 7 (PAS 7)
+1 25473U 98052A   16017.93872879 -.00000155  00000-0  00000+0 0  9994
+2 25473   2.1369  76.7445 0003995 182.6117 177.1368  1.00273020 63512
+0 ORBCOMM FM 21
+1 25475U 98053A   16017.80990858  .00000238  00000-0  13926-3 0  9997
+2 25475  45.0095 250.2940 0001775  33.6738 326.4221 14.32191806904211
+0 ORBCOMM FM 22
+1 25476U 98053B   16017.16672036  .00000280  00000-0  15445-3 0  9997
+2 25476  45.0089 254.3332 0003232  10.5206 131.9926 14.32332498904102
+0 ORBCOMM FM 23
+1 25477U 98053C   16018.05772883 -.00000095  00000-0  16601-4 0  9999
+2 25477  45.0094 249.3641 0002917  25.4289 334.6700 14.32193108904409
+0 ORBCOMM FM 24
+1 25478U 98053D   16017.84228314  .00000309  00000-0  16544-3 0  9993
+2 25478  45.0094 252.2144 0002108  27.8185  28.5298 14.32178807904347
+0 ORBCOMM FM 25
+1 25479U 98053E   16017.12646683  .00000248  00000-0  14300-3 0  9998
+2 25479  45.0086 254.3266 0004796  32.3181 327.7958 14.32206996904246
+0 ORBCOMM FM 26
+1 25480U 98053F   16017.16831671  .00000124  00000-0  97704-4 0  9990
+2 25480  45.0075 243.1280 0006806  57.1569  94.4715 14.32075784904368
+0 ORBCOMM FM 27
+1 25481U 98053G   16017.12855681  .00000243  00000-0  14099-3 0  9991
+2 25481  45.0070 254.3810 0001070  66.6179 293.4779 14.32202059904231
+0 ORBCOMM FM 28
+1 25482U 98053H   16017.87962369  .00000242  00000-0  13847-3 0  9995
+2 25482  45.0079 205.5555 0004618  78.9259  55.7288 14.33061184904924
+0 PEGASUS R/B(2)
+1 25484U 98053K   16017.51164975  .00000034  00000-0  52644-4 0  9993
+2 25484  44.5305 133.7733 0065111 181.3285 235.0200 14.41494176911818
+0 MOLNIYA 1-91
+1 25485U 98054A   16018.15865333  .00000508  00000-0  84768-3 0  9999
+2 25485  61.8704 198.5747 7321901 265.4078  94.3945  2.00716972126780
+0 SL-6 R/B(2)
+1 25488U 98054D   16016.78300692  .00001144  00000-0  88835-3 0  9997
+2 25488  62.0157 248.0415 7396417 260.9974  16.9586  1.96489724124101
+0 TAURUS R/B
+1 25490U 98055B   16017.56943027  .00000254  00000-0  39470-4 0  9996
+2 25490  85.0676  24.7507 0015952 162.2859 197.8913 14.68459124926711
+0 EUTELSAT W2
+1 25491U 98056A   16017.41185075 -.00000284  00000-0  00000+0 0  9999
+2 25491   4.8707  62.0897 0004356 137.6213 222.3820  0.99266466 63110
+0 SIRIUS 3
+1 25492U 98056B   16015.53772548 -.00000149  00000-0  00000+0 0  9998
+2 25492   5.5365  56.4092 0002283 240.6092 119.3773  0.99033787 63323
+0 EUTE 25A (HB 5)
+1 25495U 98057A   16017.53140748 -.00000101  00000-0  00000+0 0  9993
+2 25495   2.4140  74.4321 0007116 285.3838 149.8701  0.98457049 63152
+0 ATLAS 2A CENTAUR R/B
+1 25502U 98058B   16017.54100037  .00002527  00000-0  71442-3 0  9996
+2 25502  27.0966  58.3211 5984965 344.9228   3.1020  4.04723170231802
+0 MAQSAT/ARIANE 5
+1 25503U 98059A   16017.70145536 -.00000013  00000-0 -88529-3 0  9993
+2 25503   6.8184 118.9484 7007842 107.0821  10.9869  2.24571610141496
+0 SCD 2
+1 25504U 98060A   16017.59965483  .00000291  00000-0  31730-4 0  9993
+2 25504  24.9964  84.8096 0017165 324.4987 189.1239 14.43938470910190
+0 PEGASUS R/B
+1 25506U 98060B   16017.28931975  .00000298  00000-0  31956-4 0  9997
+2 25506  24.9982 331.6250 0023395 149.5495 359.9120 14.45981027911318
+0 SEDSAT 1
+1 25509U 98061B   16016.69410537  .00000280  00000-0  42535-4 0  9997
+2 25509  31.4315 120.7670 0347312 145.5278 216.8395 14.30120044900007
+0 DELTA 2 R/B(1)
+1 25510U 98061C   16017.54025831  .00000694  00000-0  11028-3 0  9994
+2 25510  31.4334 222.9117 0329153 180.3203 201.3465 14.36916576902940
+0 AFRISTAR
+1 25515U 98063A   16018.22504831  .00000113  00000-0  00000+0 0  9999
+2 25515   2.3020  70.9261 0004319 225.3021 282.8269  1.00270326 62998
+0 AMC-5 (GE-5)
+1 25516U 98063B   16018.11374959 -.00000220  00000-0  00000+0 0  9994
+2 25516   4.4436  63.7134 0003947 225.3368 217.9395  0.99336421 63077
+0 PAN SAT
+1 25520U 98064B   16017.82870929  .00002300  00000-0  75780-4 0  9997
+2 25520  28.4567 258.7220 0005517  42.4310 317.6710 15.27212545955239
+0 INTELSAT 8 (PAS 8)
+1 25522U 98065A   16017.75846442 -.00000041  00000-0  00000+0 0  9994
+2 25522   0.0235  89.9120 0003004 209.5950 259.1326  1.00272428 62983
+0 SL-12 R/B(2)
+1 25525U 98065D   16017.62562133 -.00000048  00000-0  00000+0 0  9992
+2 25525  17.0823 161.0497 5211105 194.9973 304.2496  1.88161644118251
+0 NIMBUS 2 DEB
+1 25526U 66040D   16017.46717044  .00001400  00000-0  18600-2 0  9996
+2 25526 100.5855  79.1542 0049372 210.3362 282.0369 13.62269407146399
+0 IRIDIUM 2
+1 25527U 98066A   16017.45320546  .00004084  00000-0  22069-3 0  9992
+2 25527  85.5324 336.7885 0009765 171.4223 328.1730 15.14363479939612
+0 IRIDIUM 86
+1 25528U 98066B   16017.54705173  .00000011  00000-0 -30945-5 0  9997
+2 25528  86.3951 205.7657 0001690  88.7717 271.3672 14.34219543905314
+0 IRIDIUM 84
+1 25530U 98066D   16017.57876148  .00000011  00000-0 -32300-5 0  9991
+2 25530  86.3952 205.9084 0001955  86.3956 273.7464 14.34219435902959
+0 IRIDIUM 83
+1 25531U 98066E   16017.54070932  .00000025  00000-0  19482-5 0  9996
+2 25531  86.3953 206.0287 0002025  90.0834 270.0594 14.34217611900309
+0 ARIANE 44LP DEB
+1 25538U 88109E   16017.63288839 -.00000161  00000-0  60764-3 0  9996
+2 25538   6.7550 106.2807 7205500   2.0878  18.2580  2.22296540141301
+0 ARIANE 44LP DEB
+1 25539U 88109F   16016.04454356 -.00000006  00000-0  26539-3 0  9990
+2 25539   7.1617 353.0260 6934166 220.9141  58.5045  2.62494910159246
+0 ARIANE 44LP DEB
+1 25540U 88109G   16016.11436596 +.00002653 +00000-0 +38016-2 0  9997
+2 25540 006.6196 214.4267 6806985 148.2142 282.1476 02.81874386163878
+0 ARIANE 44LP DEB
+1 25541U 88109H   16017.69355338  .00001549  00000-0  63292-2 0  9993
+2 25541   6.9437 288.2781 7137141   0.4923 359.9503  2.36109223147000
+0 ARIANE 44LP DEB
+1 25542U 88109J   16017.04374393  .00000504  00000-0  18596-2 0  9992
+2 25542   6.9721 288.7445 7187340 359.3900   0.0852  2.31508319150094
+0 ARIANE 44LP DEB
+1 25543U 88109K   16016.87375999 -.00000009  00000-0  48049-3 0  9994
+2 25543   7.1364 309.6564 7197610 317.7406   5.2779  2.29402655149171
+0 ISS (ZARYA)
+1 25544U 98067A   16018.27038796  .00010095  00000-0  15715-3 0  9995
+2 25544  51.6427  90.6544 0006335  30.9473  76.2262 15.54535921981506
+0 BONUM 1
+1 25546U 98068A   16015.74457762  .00000056  00000-0  00000+0 0  9998
+2 25546   3.2209  69.9731 0004374 233.4189 126.4500  0.99036275 62842
+0 DELTA 2 R/B(2)
+1 25548U 98068C   16017.09266008 -.00000076  00000-0  00000+0 0  9994
+2 25548  19.4206 221.7579 6987379  39.4018 354.7545  2.15168483134868
+0 EUTE 115 WEST A(SATMEX 5
+1 25558U 98070A   16016.14821188 -.00000177 +00000-0 +00000-0 0  9992
+2 25558 002.1291 076.4619 0002736 274.3108 085.4430 01.00272002062879
+0 SWAS
+1 25560U 98071A   16017.82107498  .00001113  00000-0  11589-3 0  9990
+2 25560  69.8996 118.6937 0011335 252.3334 107.6584 14.92843835928464
+0 PEGASUS R/B
+1 25561U 98071B   16017.81307651  .00000825  00000-0  92292-4 0  9993
+2 25561  69.9158 148.0063 0009788 241.6561 118.3607 14.90957372928011
+0 SL-8 DEB
+1 25563U 90111D   16017.63572869  .00000425  00000-0  15042-3 0  9990
+2 25563  74.0507  87.9640 0019863  39.3769 122.9252 14.37445068311510
+0 PEGASUS DEB
+1 25566U 94029AEE 16017.19130573  .00095278  00000-0  10967-1 0  9997
+2 25566  82.1741  93.3155 0272277 223.9500 133.9765 14.62179731832584
+0 NADEZHDA 5
+1 25567U 98072A   16017.90964713  .00000036  00000-0  23144-4 0  9992
+2 25567  82.9471   8.5241 0024860 220.0600 154.6172 13.71805267856407
+0 ASTRID 2
+1 25568U 98072B   16017.90945091  .00000091  00000-0  82446-4 0  9992
+2 25568  82.9489   7.5220 0024059 212.5955 211.3090 13.72449585856589
+0 SL-8 R/B
+1 25569U 98072C   16017.07248624  .00000090  00000-0  79292-4 0  9993
+2 25569  82.9449 351.8756 0021745 142.5478 287.2947 13.73936051857490
+0 IRIDIUM 20
+1 25577U 98074A   16017.39094474  .00000291  00000-0  96782-4 0  9997
+2 25577  86.3983 111.4717 0002088  99.1784 260.9648 14.34223774894365
+0 IRIDIUM 11
+1 25578U 98074B   16017.34633620  .00000281  00000-0  93140-4 0  9999
+2 25578  86.3982 111.6970 0002154 103.2576 321.2558 14.34223737903325
+0 INTELSAT 6B (PAS 6B)
+1 25585U 98075A   16016.90930773 -.00000173 +00000-0 +00000-0 0  9998
+2 25585 006.4458 055.3467 0014701 084.7194 237.0116 00.99152550062262
+0 ARIANE 42L R/B
+1 25586U 98075B   16017.52365818  .00001188  00000-0  41509-3 0  9998
+2 25586   7.4661  78.2391 5836495 103.2616 324.5725  4.24587031208137
+0 COSMOS 2361
+1 25590U 98076A   16017.91683850  .00000045  00000-0  32702-4 0  9993
+2 25590  82.9361 137.5360 0030575 237.9014 261.9982 13.72905471855096
+0 SL-8 R/B
+1 25592U 98076B   16016.84153340 +.00000035 +00000-0 +21654-4 0  9995
+2 25592 082.9357 129.9946 0025539 199.5485 284.8366 13.74054251855360
+0 COSMOS 2364 (GLONASS)
+1 25593U 98077A   16016.84923807 +.00000108 +00000-0 +00000-0 0  9999
+2 25593 063.2543 194.9072 0019803 039.9352 181.4598 02.13103028132588
+0 COSMOS 2363 (GLONASS)
+1 25594U 98077B   16017.73043028  .00000108  00000-0  00000+0 0  9996
+2 25594  63.2479 194.8329 0016867  31.4105 204.6422  2.13103547132682
+0 COSMOS 2362 (GLONASS)
+1 25595U 98077C   16016.40534796  .00000107  00000-0  00000+0 0  9996
+2 25595  63.2609 194.9524 0003933 110.2376 236.6907  2.13103827132653
+0 SL-12 R/B(2)
+1 25598U 98077F   16018.13598711  .00000106  00000-0  00000+0 0  9997
+2 25598  63.2607 194.1778 0009234 273.6081 307.5546  2.13407809132883
+0 FENGYUN 2A AKM
+1 25611U 97029C   16015.92403078 -.00000204 +00000-0 +00000-0 0  9995
+2 25611 013.1492 029.0807 0216197 332.1337 206.5321 01.02877847009430
+0 NIMBUS 2 DEB
+1 25612U 66040E   16015.25315512  .00003363  00000-0  45646-2 0  9991
+2 25612 100.4937 290.3995 0048312 231.5433 282.9899 13.59637220916492
+0 NIMBUS 2 DEB
+1 25613U 66040F   16017.55768412  .00001206  00000-0  18988-2 0  9991
+2 25613 100.4564 244.1595 0032269 352.1085  36.7059 13.52206919423844
+0 NIMBUS 2 DEB
+1 25614U 66040G   16017.65236503  .00001177  00000-0  18620-2 0  9994
+2 25614 100.4905 276.8253 0069285 355.5685  66.1354 13.51279178955658
+0 ROCSAT 1
+1 25616U 99002A   16017.48373220  .00004745  00000-0  19950-3 0  9991
+2 25616  34.9568 164.9300 0029748 113.1273 247.2580 15.22402592930583
+0 DELTA R/B(1)
+1 25619U 99003B   16017.51072396  .00012936 -33149-5  47795-3 0  9994
+2 25619  22.4604  63.5687 2393366   0.2776 359.8586 10.58434385602779
+0 GLOBALSTAR M023
+1 25621U 99004A   16017.52589941 -.00000127  00000-0 -12803-3 0  9995
+2 25621  52.0120  82.2241 0010065  92.0861  48.8457 12.62334892781513
+0 GLOBALSTAR M040
+1 25622U 99004B   16017.18397065 -.00000161  00000-0 -32189-3 0  9999
+2 25622  51.9928  82.4710 0000371 124.0005 254.8656 12.61848369781378
+0 GLOBALSTAR M036
+1 25623U 99004C   16018.07547228  .00000030  00000-0  16475-2 0  9999
+2 25623  51.9982 301.8496 0012220 312.8145 149.2274 11.86530736770830
+0 GLOBALSTAR M038
+1 25624U 99004D   16017.42888231 -.00000108  00000-0 -11066-3 0  9990
+2 25624  51.9968 253.4916 0002721  63.7855   6.9191 12.32412356778327
+0 GALAXY 26 (TELSTAR 6)
+1 25626U 99005A   16017.77946729 -.00000107  00000-0  00000+0 0  9998
+2 25626   3.7283  79.2544 0002469 152.2732 268.6389  0.98995752 61924
+0 SL-12 R/B(2)
+1 25629U 99005D   16016.36428567 -.00000157  00000-0  00000+0 0  9995
+2 25629  17.5153 253.4369 5335281 207.8059 358.5891  1.89591446117182
+0 JCSAT 6
+1 25630U 99006A   16018.08515877 -.00000166  00000-0  00000+0 0  9990
+2 25630   1.2419  82.6259 0002005 222.7283 284.1617  1.00270363 61862
+0 ARGOS
+1 25634U 99008A   16018.16736141 -.00000001  00000-0  20136-4 0  9999
+2 25634  98.6889  86.8669 0009191 253.3639 159.5965 14.19275165875274
+0 ORSTED
+1 25635U 99008B   16018.10720772  .00000216  00000-0  58754-4 0  9991
+2 25635  96.4471  38.4790 0140982  93.3739 268.3597 14.47823125891569
+0 SUNSAT
+1 25636U 99008C   16017.12709121  .00000079  00000-0  27690-4 0  9990
+2 25636  96.4481  23.2514 0146336 162.0377 198.6069 14.44517174890129
+0 DELTA 2 R/B
+1 25637U 99008D   16017.16896421  .00000138  00000-0  41076-4 0  9995
+2 25637  96.4493  32.9059 0144319 125.4960 278.1297 14.46379809890876
+0 ARABSAT 3A
+1 25638U 99009A   16017.07882606 -.00000143  00000-0  00000+0 0  9991
+2 25638   5.8760  57.2046 0007374 232.3653 297.4492  1.00114974 61899
+0 SKYNET 4E
+1 25639U 99009B   16017.27670214  .00000013  00000-0  00000+0 0  9999
+2 25639   9.6155  32.7857 0003619 265.6527 283.2552  1.00272009 61877
+0 RADUGA 1-4
+1 25642U 99010A   16016.94726275 -.00000260 +00000-0 +00000-0 0  9993
+2 25642 013.5247 037.1708 0006070 190.3848 318.3562 01.00349475061801
+0 SL-12 R/B(2)
+1 25645U 99010D   16016.82477057 -.00000201 +00000-0 +00000-0 0  9999
+2 25645 013.8773 038.8182 0022454 236.1400 123.3328 00.98046471060395
+0 GLOBALSTAR M022
+1 25649U 99012A   16017.48740846 -.00000090  00000-0 -43947-4 0  9995
+2 25649  52.0045 277.9681 0001529 205.5740 206.2054 12.02412350762783
+0 GLOBALSTAR M041
+1 25650U 99012B   16018.08837581 -.00000076  00000-0  12515-3 0  9996
+2 25650  52.0030  52.8691 0002846  88.8457 306.5178 11.96580533766933
+0 GLOBALSTAR M046
+1 25651U 99012C   16017.88981523 -.00000032  00000-0  62024-3 0  9992
+2 25651  52.0075 352.4259 0002105 214.0127 165.8699 12.09319943768001
+0 GLOBALSTAR M037
+1 25652U 99012D   16017.82099183 -.00000075  00000-0  16236-3 0  9990
+2 25652  51.9977 213.3268 0002745 114.2829 314.6069 12.62283592777099
+0 SL-3 DEB
+1 25655U 88032D   16016.90363987 +.00001560 +00000-0 +12008-3 0  9999
+2 25655 097.5964 070.8871 0047137 293.1928 119.2543 15.02301711493510
+0 ASIASAT 3S
+1 25657U 99013A   16017.44433192 -.00000208  00000-0  00000+0 0  9992
+2 25657   1.4609  80.7390 0004224 196.1347 149.8602  1.00270129 61679
+0 SL-12 R/B(2)
+1 25660U 99013D   16016.64809012 -.00000145 +00000-0 +00000-0 0  9996
+2 25660 014.5798 052.9148 4613192 221.4135 319.7396 01.74920302107530
+0 SEA LAUNCH DEMO
+1 25661U 99014A   16016.22089125 -.00000056  00000-0  75448-3 0  9999
+2 25661   1.2512 323.0822 7161898   8.6710 358.8812  2.23249698137095
+0 BLOCK DM-SL R/B
+1 25662U 99014B   16016.74855019  .00000036  00000-0  47622-3 0  9990
+2 25662   1.1249 281.5190 7165552  93.2994 179.9424  2.24294827137729
+0 INSAT 2E (APR-1)
+1 25666U 99016A   16016.79950565 -.00000155 +00000-0 +00000-0 0  9992
+2 25666 004.3619 063.9596 0009057 184.0802 325.9790 00.99662739013529
+0 ARIANE 42P R/B
+1 25667U 99016B   16017.59073788  .00001521  00000-0  52171-3 0  9991
+2 25667   4.3060 249.7296 6081125 309.0478  10.9898  3.88939419187638
+0 EUTE 21A (EUTE W3)
+1 25673U 99018A   16017.27350126 -.00000116  00000-0  00000+0 0  9999
+2 25673   2.4370  74.7628 0004760 215.8480 305.0054  0.98430062 61354
+0 GLOBALSTAR M045
+1 25676U 99019A   16017.58997745 -.00000120  00000-0 -23589-3 0  9998
+2 25676  51.9986  24.5827 0000282 308.5974 213.4705 12.26934135771533
+0 GLOBALSTAR M019
+1 25677U 99019B   16017.71984059 -.00000174  00000-0 -88191-3 0  9997
+2 25677  51.9879 273.1249 0000726 160.3997 215.2299 12.13790946767761
+0 GLOBALSTAR M044
+1 25678U 99019C   16018.13860953 -.00000076  00000-0  11216-3 0  9995
+2 25678  51.9956 153.2674 0005322 239.0621 172.8138 11.90169090761929
+0 GLOBALSTAR M042
+1 25679U 99019D   16018.20765685 -.00000108  00000-0 -15050-3 0  9997
+2 25679  52.0029  35.4000 0002793  84.9188 352.4983 12.21985913765003
+0 LANDSAT 7
+1 25682U 99020A   16018.07366211  .00000039  00000-0  18710-4 0  9998
+2 25682  98.2316  90.3974 0001076  99.2700 260.8624 14.57098145891434
+0 OSCAR 36 (UOSAT 12)
+1 25693U 99021A   16017.85631618  .00000071  00000-0  27956-4 0  9990
+2 25693  64.5562 276.8481 0023257 215.9585 210.2284 14.80591790903729
+0 SS-18 R/B
+1 25695U 99021C   16016.90177370 -.00000054 +00000-0 +20858-4 0  9993
+2 25695 064.5595 314.4009 0534905 128.5925 268.7701 13.71885823838008
+0 ABRIXAS
+1 25721U 99022A   16017.93023668  .00018577  00000-0  24630-3 0  9997
+2 25721  48.4486 187.3367 0010197 212.8830 147.1484 15.58151656928988
+0 SL-8 R/B
+1 25723U 99022C   16017.46369697  .00009669  00000-0  20596-3 0  9991
+2 25723  48.4200  26.2089 0012694  70.0915  85.8725 15.45426778926337
+0 ORION 3
+1 25727U 99024A   16016.55659403 +.00000080 +00000-0 -54614-3 0  9990
+2 25727 019.8284 093.2134 0041314 087.3168 273.1888 10.39144803673179
+0 FENGYUN 1C
+1 25730U 99025A   16017.98760870  .00001694  00000-0  91579-3 0  9996
+2 25730  98.9637 348.0413 0018644 249.6344 154.1540 14.13874784859402
+0 SJ-5
+1 25731U 99025B   16017.51347641  .00000003  00000-0  26376-4 0  9990
+2 25731  99.0458   9.0868 0016279 301.2734  58.6843 14.12299398860197
+0 CZ-4B R/B
+1 25732U 99025C   16017.54184308  .00000018  00000-0  31065-4 0  9990
+2 25732  98.9608   7.7995 0038225 121.3241 348.7654 14.17595721863435
+0 CZ-4B DEB
+1 25733U 99025D   16017.07936262  .00000200  00000-0  12467-3 0  9990
+2 25733  98.9728   9.8312 0014306 220.4650 139.5460 14.15917405861416
+0 TERRIERS
+1 25735U 99026A   16017.88891692  .00004636  00000-0  11089-3 0  9995
+2 25735  97.1297 186.0259 0006705  94.5158  48.7090 15.41936641926634
+0 MUBLCOM
+1 25736U 99026B   16018.20557674  .00000485  00000-0  13958-3 0  9997
+2 25736  97.7682 132.0255 0005686 173.4968 186.6302 14.48509030878480
+0 NIMIQ 1
+1 25740U 99027A   16017.47755639 -.00000208  00000-0  00000+0 0  9996
+2 25740   0.0334  77.9193 0005384 222.2401 261.5785  1.00272184 61061
+0 SL-12 R/B(2)
+1 25743U 99027D   16016.87119638 -.00000123 +00000-0 +00000-0 0  9992
+2 25743 017.3706 288.3549 5186978 139.5828 123.0166 01.87835530114393
+0 PEGASUS DEB
+1 25750U 94029AEG 16018.16319047  .00010303  00000-0  77552-3 0  9996
+2 25750  82.3864 279.1206 0101617 105.7244 255.5216 14.98287668887286
+0 KITSAT 3
+1 25756U 99029A   16017.81713025  .00000116  00000-0  38863-4 0  9996
+2 25756  98.4206 289.2237 0014418  29.7853 330.4161 14.53568655882476
+0 TUBSAT
+1 25757U 99029B   16017.57229380 -.00000049  00000-0 -90817-6 0  9992
+2 25757  98.4386 282.5275 0015156  79.8185 280.4725 14.51312654881538
+0 IRS P4 (OCEANSAT 1)
+1 25758U 99029C   16017.35784150  .00000131  00000-0  42911-4 0  9990
+2 25758  98.1989 102.9967 0004293  68.6416 333.2174 14.52214315881723
+0 PSLV R/B
+1 25759U 99029D   16017.80819237  .00000099  00000-0  34768-4 0  9990
+2 25759  98.4142 290.0909 0019949  23.1517  18.1663 14.53708176882632
+0 ARIANE 1 DEB
+1 25765U 79104G   16017.57809179  .00000094  00000-0  11658-3 0  9994
+2 25765  19.8720 127.4788 5716236  84.2071 334.7234  4.28661871259930
+0 ARIANE 1 DEB
+1 25766U 79104H   16003.95347985 -.00000297  00000-0 -11856-2 0  9990
+2 25766  20.6206 209.3593 5863348 288.0954  18.7484  4.00622968240070
+0 ARIANE 1 DEB
+1 25767U 79104J   16017.03427289  .00028717  00000-0  32529-2 0  9996
+2 25767  17.8546 343.1147 3697990   9.0604 356.1302  7.92645491477516
+0 ARIANE 1 DEB
+1 25768U 79104K   16014.93409282  .00000090  00000-0  63243-3 0  9998
+2 25768  17.7052 173.5546 5273537 312.6578  13.9515  4.73358491287428
+0 GLOBALSTAR M025
+1 25770U 99031A   16016.78956347 -.00000058 +00000-0 +28454-3 0  9996
+2 25770 051.9778 206.5552 0002104 111.3326 023.9374 11.22516904095462
+0 GLOBALSTAR M049
+1 25771U 99031B   16017.13435050 -.00000045  00000-0  69898-3 0  9993
+2 25771  51.9884  67.7567 0001971  93.9851 266.1170 11.12083982734800
+0 GLOBALSTAR M047
+1 25772U 99031C   16017.45962740 -.00000081  00000-0 -30287-3 0  9991
+2 25772  51.9848  32.4231 0016481 117.8724 242.3753 11.31885184756481
+0 GLOBALSTAR M052
+1 25773U 99031D   16016.78391450 -.00000031 +00000-0 +11759-2 0  9997
+2 25773 051.9831 225.5275 0001535 199.0533 288.5101 11.15016732094842
+0 DELTA 2 R/B
+1 25774U 99031E   16017.53186216 -.00000101  00000-0  33325-4 0  9997
+2 25774  51.5262 222.3043 0375425 348.8483  28.2744 13.46400390816864
+0 IRIDIUM 14
+1 25777U 99032A   16017.24751762  .00000222  00000-0  72276-4 0  9994
+2 25777  86.3957  80.0651 0002025  98.6738 324.5720 14.34218702880582
+0 IRIDIUM 21
+1 25778U 99032B   16017.55242180  .00000215  00000-0  69703-4 0  9991
+2 25778  86.3956  79.9623 0002193  92.8046 267.3401 14.34218781874065
+0 ASTRA 1H
+1 25785U 99033A   16016.39895084 -.00000290  00000-0  00000+0 0  9992
+2 25785   2.8207  72.2023 0002743 223.6833 275.2694  1.00273041 60635
+0 SL-12 R/B(2)
+1 25788U 99033D   16016.11155573 -.00000188 +00000-0 +00000-0 0  9994
+2 25788 016.7543 037.4380 5068120 085.7851 012.2458 01.85814677112406
+0 QUIKSCAT
+1 25789U 99034A   16018.14581242  .00000004  00000-0  19451-4 0  9997
+2 25789  98.6071 208.8026 0001877  96.6605 263.4789 14.27234283863579
+0 FUSE 1
+1 25791U 99035A   16017.23915258  .00000295  00000-0  33993-4 0  9997
+2 25791  24.9858 336.1823 0010265 357.6890 136.6205 14.42647899873937
+0 MIDAS 3 DEB
+1 25793U 61018F   16017.01993951 -.00000038  00000-0 -13796-1 0  9994
+2 25793  91.1991  47.4494 0096491 300.0255  59.1074  8.93114732661753
+0 COSMOS 1220 DEB
+1 25795U 80089CJ  16016.95178083 +.00002196 +00000-0 +15145-3 0  9995
+2 25795 064.9818 328.7282 0101680 318.7286 040.6179 15.04579621996820
+0 SL-12 DEB
+1 25798U 89001K   16017.73992294 -.00000537  00000-0 -32820-2 0  9993
+2 25798  64.8580 353.1085 4545616 128.7384  49.3284  5.82565985348742
+0 SL-12 DEB
+1 25803U 87079N   16011.83987614 +.00000865 +00000-0 +46713-3 0  9997
+2 25803 064.8168 170.3447 5108958 045.7069 346.2893 05.33566428023312
+0 SL-12 DEB
+1 25804U 87079P   16017.84705586  .00004462  00000-0  21948-2 0  9990
+2 25804  64.9849 207.5141 4505313  49.5969 341.8762  6.32834756368253
+0 SL-12 DEB
+1 25808U 87079T   16018.06017915  .00004440  00000-0  33695-2 0  9999
+2 25808  65.0307 281.9865 4818649 135.7807 274.8749  5.76479032306199
+0 SL-12 DEB
+1 25809U 87079U   16017.72156797  .00007075  00000-0  28512-2 0  9993
+2 25809  65.0543 228.3311 4651915  36.1206 347.8708  6.10973626355783
+0 SL-12 DEB
+1 25818U 89101Q   16018.13682429 -.00002520  00000-0 -11046-1 0  9998
+2 25818  46.0423 112.7786 3351079  34.7978  17.4302  7.80882980496694
+0 ARIANE 1 DEB
+1 25822U 84023D   16018.05944696 -.00000015  00000-0  00000+0 0  9991
+2 25822   7.9920 105.6021 6699612  85.3236 281.7182  2.53652240157998
+0 ARIANE 1 DEB
+1 25823U 84023E   16017.33300416  .00000075  00000-0  36948-2 0  9996
+2 25823   8.0270 337.4089 6827471 341.2996  54.2543  2.61299771160411
+0 ARIANE 1 DEB
+1 25824U 84023F   16016.45488522 -.00000099  00000-0 -33719-3 0  9996
+2 25824   7.7794 145.0584 6797470   8.3202   8.8875  2.56725320157000
+0 NIMBUS 2 DEB
+1 25825U 66040H   16017.48333411  .00001184  00000-0  17578-2 0  9994
+2 25825 100.3401 197.1212 0057232 216.2450 199.9445 13.55520763425004
+0 SL-14 DEB
+1 25834U 78100AW  16017.59205867  .00015500  00000-0  16315-1 0  9993
+2 25834  82.2155  64.6683 0131513  71.0534  80.0371 13.70929849813142
+0 ARIANE 1 DEB
+1 25837U 79104L   16015.60280990  .00036157  00000-0  21296-2 0  9997
+2 25837  17.9975 122.2879 3229972 220.6049  39.2952  8.88250206477369
+0 COSMOS 1285 DEB
+1 25838U 81071G   16013.66157582 -.00000640 +00000-0 +00000-0 0  9995
+2 25838 068.9528 317.5321 5687456 087.5122 009.8469 01.98231294012697
+0 COSMOS 1285 DEB
+1 25839U 81071H   16015.65591926 -.00000162  00000-0  00000+0 0  9999
+2 25839  68.4189 329.8784 5814986  85.2234  32.5105  1.98336129136672
+0 COSMOS 1285 DEB
+1 25840U 81071J   16015.51544100  .00000345  00000-0  00000+0 0  9990
+2 25840  69.5406 299.1723 5561461  89.5640  30.6514  1.98045350133713
+0 ARIANE 44LP DEB
+1 25844U 89062H   16017.34139619  .00007364  00000-0  57417-2 0  9995
+2 25844   7.6453 334.6143 6765903 337.4234   3.1938  2.90305282170098
+0 MOLNIYA 3-50
+1 25847U 99036A   16016.88482432 -.00000315  00000-0 -57609-3 0  9997
+2 25847  62.6007 326.9198 7396315 261.3243  16.9013  2.00667385121092
+0 SL-6 R/B(2)
+1 25850U 99036D   16016.96532222 -.00000066  00000-0 -40541-3 0  9993
+2 25850  63.0592  14.9139 7389357 258.0683  18.2222  1.96643109118699
+0 GLOBALSTAR M035
+1 25851U 99037A   16018.09304884 -.00000079  00000-0 -56516-3 0  9995
+2 25851  51.9929 161.9373 0014410 166.7676 236.9346 11.04500528716370
+0 GLOBALSTAR M032
+1 25852U 99037B   16017.48804649 -.00000055  00000-0  38912-3 0  9995
+2 25852  51.9914 225.7452 0001146  78.6116 281.4813 11.19019167749880
+0 GLOBALSTAR M051
+1 25853U 99037C   16018.13271414 -.00000072  00000-0  74043-5 0  9993
+2 25853  51.9808  54.3727 0001029 275.4701 120.1842 11.42150236739554
+0 GLOBALSTAR M030
+1 25854U 99037D   16017.51832560 -.00000078  00000-0 -59826-4 0  9998
+2 25854  51.9886  80.4701 0003023 334.7216  25.3452 11.55047986752783
+0 OKEAN O
+1 25860U 99039A   16017.52673012  .00000360  00000-0  59572-4 0  9993
+2 25860  98.1244 351.3131 0001463  66.9479  44.9875 14.76260417887607
+0 SL-16 R/B
+1 25861U 99039B   16017.87615682  .00000203  00000-0  35305-4 0  9995
+2 25861  98.0328 342.0915 0014615 308.6679 103.8029 14.78260074889494
+0 SL-16 DEB
+1 25862U 99039C   16016.71839287  .00000293  00000-0  92601-4 0  9998
+2 25862  97.8173 293.5255 0166215 246.3730 111.9935 14.39306411865131
+0 SL-16 DEB
+1 25863U 99039D   16016.96742687 +.00000270 +00000-0 +84769-4 0  9994
+2 25863 098.6885 003.1326 0158783 107.1737 319.1199 14.41708489866462
+0 SL-16 DEB
+1 25864U 99039E   16017.86260558  .00000264  00000-0  91491-4 0  9990
+2 25864  98.7427 349.6970 0172191 248.3747 140.2946 14.36412509863567
+0 SL-16 DEB
+1 25865U 99039F   16017.72234115  .00000361  00000-0  12180-3 0  9991
+2 25865  97.7872 252.3822 0189047  64.0603 337.3455 14.32367423861123
+0 CXO
+1 25867U 99040B   16019.70814962  .00000490  00000-0  00000+0 0  9996
+2 25867  76.3661 301.5454 7245202 264.4835   0.4969  0.37797160 14109
+0 IUS R/B(1)
+1 25868U 99040C   16017.42552809  .00005872  00000-0  75046-3 0  9998
+2 25868  28.4238 262.9872 4580032  91.2058 319.7567  6.34722082363825
+0 IUS R/B(2)
+1 25869U 99040D   16016.66438418  .00000002  00000-0  00000+0 0  9997
+2 25869  33.5461 236.5047 8050469 160.8938 122.8665  0.97231978 58524
+0 GLOBALSTAR M048
+1 25872U 99041A   16016.94293786 -.00000060 +00000-0 +25904-3 0  9999
+2 25872 051.9335 219.2472 0013279 354.6963 154.0339 11.33804894735097
+0 GLOBALSTAR M026
+1 25873U 99041B   16018.14207799 -.00000102  00000-0  10639-4 0  9990
+2 25873  52.0018 347.6713 0001796 195.0126 248.7677 12.62508486760366
+0 GLOBALSTAR M043
+1 25874U 99041C   16016.92973959 -.00000052 +00000-0 +48334-3 0  9999
+2 25874 051.9364 189.9778 0012805 204.4437 325.5551 11.25649605735566
+0 GLOBALSTAR M028
+1 25875U 99041D   16018.09670537 -.00000086  00000-0  90697-4 0  9993
+2 25875  51.9641   3.5413 0063480 166.8126 193.4412 12.50467341760068
+0 DELTA 2 R/B
+1 25876U 99041E   16017.50130302  .00000082  00000-0  54367-4 0  9999
+2 25876  51.7648 194.8114 0533243 322.6337  33.8594 14.03653931842039
+0 TELKOM 1
+1 25880U 99042A   16017.82143769 -.00000354  00000-0  00000+0 0  9994
+2 25880   0.0097 211.2652 0002143 122.1081 187.0358  1.00269553 60228
+0 CZ-1 DEB
+1 25882U 70034D   16016.50695221  .00001147  00000-0  14011-3 0  9996
+2 25882  68.3804 339.3489 0774112 202.4691 154.0718 13.71661120813186
+0 GLOBALSTAR M024
+1 25883U 99043A   16016.81019160 -.00000128  00000-0 -22323-2 0  9998
+2 25883  51.9981 220.7573 0000975 169.2857 326.2248 11.10129524732911
+0 GLOBALSTAR M027
+1 25884U 99043B   16018.19323345 -.00000094  00000-0  54970-4 0  9991
+2 25884  52.0083  33.6917 0000673 141.5247 293.6079 12.62270852757488
+0 GLOBALSTAR M054
+1 25885U 99043C   16017.96881572 -.00000057  00000-0  36364-3 0  9992
+2 25885  52.0115 182.8407 0002755 333.1771 205.1157 11.39152614727536
+0 GLOBALSTAR M053
+1 25886U 99043D   16016.96881653 -.00000054 +00000-0 +42384-3 0  9998
+2 25886 052.0000 301.6749 0003708 001.5896 078.5368 11.27623590731537
+0 COSMOS 2366
+1 25892U 99045A   16017.21696611  .00000039  00000-0  24581-4 0  9996
+2 25892  82.9281  65.0839 0032357 155.6705 266.1407 13.74427809822382
+0 SL-8 R/B
+1 25893U 99045B   16016.52993300 +.00000100 +00000-0 +86345-4 0  9990
+2 25893 082.9249 049.8016 0030134 100.8470 006.3394 13.76466935823459
+0 ABS 7 (KOREASAT 3)
+1 25894U 99046A   16017.51159966 -.00000372  00000-0  00000+0 0  9995
+2 25894   0.0160  70.6399 0002839 259.8249  86.1687  1.00265615 59020
+0 YAMAL 101
+1 25896U 99047A   16013.29162178 -.00000142  00000-0  00000+0 0  9993
+2 25896  13.0622  32.3436 0084022 319.8606 218.5817  0.99873416 59751
+0 YAMAL 102
+1 25897U 99047B   16017.74695375  .00000085  00000-0  00000+0 0  9993
+2 25897  10.2191  42.1301 0005997 233.7113 310.2490  0.99991150 59958
+0 SL-12 R/B(2)
+1 25900U 99047E   16018.10012418  .00000084  00000-0  00000+0 0  9999
+2 25900  13.0143  32.1482 0098864 319.2925 213.5208  1.00113346 59886
+0 DELTA 2 DEB
+1 25904U 94016D   15361.92963411  .00024336 -33072-7  53366-3 0  9998
+2 25904  34.5603 296.1802 2901014 352.8448  35.5025  9.63631116499808
+0 GLOBALSTAR M058
+1 25907U 99049A   16018.22449666 -.00000088  00000-0 -51834-4 0  9992
+2 25907  51.9947 288.3781 0001959  83.5972  84.9044 11.93090367742376
+0 GLOBALSTAR M050
+1 25908U 99049B   16017.84908953 -.00000152  00000-0 -72284-3 0  9992
+2 25908  51.9962 194.0340 0009249  26.0069 112.7611 12.07370566737582
+0 GLOBALSTAR M033
+1 25909U 99049C   16017.26246436  .00000079  00000-0  16469-2 0  9998
+2 25909  51.9931 305.2001 0012918  77.1082 283.1208 12.20249400748638
+0 GLOBALSTAR M055
+1 25910U 99049D   16017.48232175 -.00000117  00000-0 -19973-3 0  9998
+2 25910  52.0021 122.3258 0007634 179.2971 260.4172 12.29322956745568
+0 ECHOSTAR 5
+1 25913U 99050A   16016.34758175  .00000030  00000-0  00000+0 0  9999
+2 25913   5.4085  59.7645 0008198 201.3235 213.6448  0.98744477 59396
+0 IKONOS 2
+1 25919U 99051A   16018.16767127  .00000079  00000-0  15344-4 0  9990
+2 25919  98.0642 103.3418 0008796  49.7737 310.4263 14.86654691872864
+0 GALAXY 27 (TELSTAR 7)
+1 25922U 99052A   16016.70470252 -.00000014 +00000-0 +00000-0 0  9992
+2 25922 002.2006 075.6926 0005436 214.2695 145.4866 01.00270985013576
+0 ABS 6 (LMI 1)
+1 25924U 99053A   16016.23838396 -.00000128 +00000-0 +00000-0 0  9996
+2 25924 000.0351 074.3674 0002151 210.7337 074.8591 01.00269837059730
+0 SL-12 R/B(2)
+1 25927U 99053D   16016.44784580 -.00000130  00000-0  00000+0 0  9999
+2 25927  17.3120  27.0054 5338160 194.1190 258.0756  1.89349591112804
+0 ARIANE 44LP DEB
+1 25928U 91015J   16016.55395741 +.00000456 +00000-0 +34134-2 0  9997
+2 25928 007.4980 066.2691 6676372 203.2000 287.2820 02.89654438188678
+0 NAVSTAR 46 (USA 145)
+1 25933U 99055A   16017.28061039 -.00000049  00000-0  00000+0 0  9997
+2 25933  51.2996 100.3422 0160131  85.6882  14.1795  2.00565585119270
+0 CZ-3 DEB
+1 25936U 86010D   16013.76557135  .00006776  00000-0  98805-2 0  9998
+2 25936  30.4324 179.0975 6816526  71.6940 347.4877  2.80563158153324
+0 DIRECTV 1R
+1 25937U 99056A   16018.11835325 -.00000242  00000-0  00000+0 0  9997
+2 25937   2.7968  72.0086 0006212 173.6565 255.4023  0.98962761 59550
+0 BLOCK DM-SL R/B
+1 25938U 99056B   16016.89920679 -.00000184 +00000-0 +00000-0 0  9994
+2 25938 000.4804 042.4768 6467069 260.1013 168.2021 02.12166603126070
+0 CBERS 1
+1 25940U 99057A   16017.95506905  .00000086  00000-0  45033-4 0  9997
+2 25940  98.4378 321.6380 0006224  96.1890 310.7583 14.35302388851784
+0 SACI 1
+1 25941U 99057B   16017.79514988  .00000211  00000-0  64358-4 0  9991
+2 25941  98.5202 281.0859 0009038  13.6438  27.0179 14.51570450860526
+0 CZ-4 R/B
+1 25942U 99057C   16017.49679171  .00000218  00000-0  86634-4 0  9993
+2 25942  98.5478 322.1664 0098696 306.8838 164.8577 14.35634836851334
+0 GLOBALSTAR M057
+1 25943U 99058A   16016.85419468 -.00000124 +00000-0 -28163-3 0  9995
+2 25943 052.0001 027.7193 0003348 129.8696 230.2448 12.24710391745505
+0 GLOBALSTAR M059
+1 25944U 99058B   16017.55685094 -.00000119  00000-0 -83064-4 0  9990
+2 25944  52.0030 168.6252 0001891  68.0676   5.7385 12.62268550749621
+0 GLOBALSTAR M056
+1 25945U 99058C   16018.10341672 -.00000004  00000-0  98105-3 0  9997
+2 25945  51.9941 237.7318 0001308 147.1678  25.3603 12.04703097748284
+0 GLOBALSTAR M031
+1 25946U 99058D   16017.86279091 -.00000011  00000-0  80644-3 0  9992
+2 25946  51.9983 336.2461 0001752  43.2087 341.0089 12.15934434746500
+0 TELSTAR 12 (ORION 2)
+1 25949U 99059A   16018.09378440 -.00000130  00000-0  00000+0 0  9996
+2 25949   0.0135 349.9553 0002651 320.3051 185.4185  1.00271071 59393
+0 AMC-4 (GE-4)
+1 25954U 99060A   16017.07931378 -.00000281  00000-0  10000-3 0  9998
+2 25954   0.0230  52.8417 0000089 328.2163  56.4218  1.00270675 59346
+0 GLOBALSTAR M039
+1 25961U 99062A   16017.74052994 -.00000095  00000-0  50107-4 0  9996
+2 25961  51.9882 299.7388 0001366 322.9020  56.6627 12.62130959746027
+0 GLOBALSTAR M034
+1 25962U 99062B   16017.84074778 -.00000059  00000-0  34131-3 0  9990
+2 25962  51.9891 308.3484 0014936  25.0197  11.0920 11.79373996732679
+0 GLOBALSTAR M029
+1 25963U 99062C   16017.52655394 -.00000112  00000-0 -46642-4 0  9997
+2 25963  51.9946  75.4256 0001491 160.0464 339.3616 12.62269345755701
+0 GLOBALSTAR M061
+1 25964U 99062D   16017.65047787 -.00000076  00000-0  75083-4 0  9992
+2 25964  51.9803  87.4127 0005188 344.4297 174.0492 11.76723948716669
+0 ATLAS 2A CENTAUR R/B
+1 25968U 99063B   16018.20552008  .00014292  00000-0  11342-2 0  9996
+2 25968  26.8772  93.9221 5716950 269.4226  28.5951  4.51657749225001
+0 HELIOS 1B
+1 25977U 99064A   16017.82982626  .00000661  00000-0  90574-4 0  9998
+2 25977  98.1356 114.6981 0002190 124.7725 235.3694 14.81870004867527
+0 CLEMENTINE
+1 25978U 99064B   16018.16362468  .00001164  00000-0  11204-3 0  9994
+2 25978  98.2585 200.5356 0008212 178.4362 317.6359 14.95089743873906
+0 ARIANE 40 R/B
+1 25979U 99064C   16017.49331961  .00001578  00000-0  15343-3 0  9991
+2 25979  98.2702 198.4304 0006087 201.6080 158.4883 14.94131919873006
+0 ORBCOMM FM 30
+1 25980U 99065A   16017.15967271  .00000333  00000-0  17412-3 0  9993
+2 25980  45.0336  65.4351 0005995 209.4389 185.9740 14.32164205841559
+0 ORBCOMM FM 31
+1 25981U 99065B   16018.18540853  .00000298  00000-0  16125-3 0  9991
+2 25981  45.0255  56.6769 0005924 228.5382 131.4956 14.32157112841680
+0 ORBCOMM FM 32
+1 25982U 99065C   16017.55404809  .00000114  00000-0  94250-4 0  9995
+2 25982  45.0207  57.2384 0008004 221.9867 295.1121 14.31766625841625
+0 ORBCOMM FM 33
+1 25983U 99065D   16017.15487532  .00000306  00000-0  15751-3 0  9997
+2 25983  45.0314  36.3518 0008457 178.0404 208.7506 14.34436132841912
+0 ORBCOMM FM 36
+1 25984U 99065E   16017.19510456  .00000322  00000-0  17057-3 0  9993
+2 25984  45.0390  67.6838 0001442 161.1146 198.9754 14.32146439841542
+0 ORBCOMM FM 35
+1 25985U 99065F   16017.18083334  .00000316  00000-0  16793-3 0  9992
+2 25985  45.0421  69.1820 0005286 227.5758 132.4642 14.32163184841547
+0 ORBCOMM FM 34
+1 25986U 99065G   16017.16680969  .00000313  00000-0  16690-3 0  9991
+2 25986  45.0413  68.5562 0004470 197.0613 163.0084 14.32178186841548
+0 XMM
+1 25989U 99066A   16017.10470860 -.00000609  00000-0  00000+0 0  9999
+2 25989  67.0761  30.8272 8161153  94.5483   0.1900  0.50161145 18295
+0 ARIANE 5 R/B
+1 25990U 99066B   16018.56995893 -.00000180  00000-0  00000+0 0  9994
+2 25990  63.5887  91.3247 6158333  77.6456 359.8795  0.55316506 20328
+0 DMSP 5D-2 F15 DEB
+1 25992U 99067B   16018.21477641  .00000807  00000-0  31251-3 0  9996
+2 25992  98.4977  96.9711 0007813 172.5983 249.4041 14.32677756837831
+0 DMSP 5D-2 F15 DEB
+1 25993U 99067C   16017.82250961  .00000777  00000-0  30208-3 0  9994
+2 25993  98.4205  78.4487 0005062 190.2577 223.5576 14.32556543837354
+0 TERRA
+1 25994U 99068A   16018.15366383  .00000127  00000-0  38327-4 0  9999
+2 25994  98.2032  94.6052 0000969  88.3566 271.7743 14.57110693855524
+0 DELTA 1 DEB
+1 25997U 75052BA  16016.89051762  .00001495  00000-0  66462-3 0  9999
+2 25997  99.9988 151.7503 0167040 155.4600   4.8781 14.17561603130160
+0 SL-14 DEB
+1 25998U 91068H   16016.94328763 +.00000022 +00000-0 +73019-4 0  9991
+2 25998 082.6765 014.2677 0035868 318.3184 071.2924 12.53584713735564
+0 SL-14 DEB
+1 25999U 91068J   16016.81933251 +.00000146 +00000-0 +75607-3 0  9993
+2 25999 082.6996 334.6483 0062279 050.3752 335.5334 12.61370199748762
+0 SL-14 DEB
+1 26000U 91068K   16017.19577527  .00000086  00000-0  53310-3 0  9999
+2 26000  82.7207  96.3235 0043460 227.2123 162.6782 12.44944532730460
+0 SL-14 DEB
+1 26001U 91068L   16018.17980565  .00000010  00000-0 -58697-5 0  9992
+2 26001  82.2247  47.0649 0092963  78.8926 350.5616 12.67586481752610
+0 SL-14 DEB
+1 26002U 91068M   16017.89348207  .00000379  00000-0  14743-2 0  9990
+2 26002  81.9699 168.4349 0146320 165.3405 350.0013 12.83500945758806
+0 SL-14 DEB
+1 26003U 91068N   16016.00809559 +.00001520 +00000-0 +86096-2 0  9994
+2 26003 082.7205 030.3869 0101574 332.3764 054.3152 12.59372775744139
+0 SL-14 DEB
+1 26004U 91068P   16018.19361953  .00001719  00000-0  88074-2 0  9996
+2 26004  82.5713 284.2455 0055685 116.0153   1.9447 12.67885442748524
+0 SL-14 DEB
+1 26005U 91068Q   16016.71324097 +.00000160 +00000-0 +83869-3 0  9998
+2 26005 082.6036 286.4106 0057311 106.7786 281.6013 12.61221368748696
+0 SL-14 DEB
+1 26006U 91068R   16017.25259227  .00000035  00000-0  12836-3 0  9998
+2 26006  82.6100 278.6277 0097266 110.1355   8.2422 12.62440409749569
+0 SL-14 DEB
+1 26007U 91068S   16017.55640661  .00000003  00000-0 -47350-4 0  9994
+2 26007  82.6968  60.3448 0010900 321.5060 193.9514 12.48335692741331
+0 SL-14 DEB
+1 26008U 91068T   16017.78411293  .00000021  00000-0  50542-4 0  9993
+2 26008  82.6298 283.4659 0092773  78.9087 336.5143 12.63062438750087
+0 SL-14 DEB
+1 26009U 91068U   16017.73902659  .00000276  00000-0  11405-2 0  9995
+2 26009  82.4910 116.5504 0129450 106.1992  46.9573 12.78828202758110
+0 SL-14 DEB
+1 26010U 91068V   16017.71911981  .00000018  00000-0  54541-4 0  9997
+2 26010  82.7357 107.1816 0049997 240.0025 238.1699 12.44331695730868
+0 SL-14 DEB
+1 26011U 91068W   16016.48167765  .00000071  00000-0  34214-3 0  9997
+2 26011  82.4224 199.3521 0057597 188.0154 200.2709 12.60701611748288
+0 SL-14 DEB
+1 26012U 91068X   16017.24296119 -.00000127  00000-0 -94016-3 0  9999
+2 26012  82.7339  89.6036 0037813 220.2486 194.6067 12.46765389740064
+0 SL-14 DEB
+1 26013U 91068Y   16018.07209443  .00000063  00000-0  32435-3 0  9990
+2 26013  82.7139  24.1249 0024788 246.0077 185.2488 12.55147157744998
+0 SL-14 DEB
+1 26014U 91068Z   16016.74944152 -.00000000 +00000-0 -71902-4 0  9992
+2 26014 082.7438 109.2134 0043517 249.7789 281.4952 12.44448735738688
+0 SL-14 DEB
+1 26015U 91068AA  16017.48651404  .00000029  00000-0  97828-4 0  9994
+2 26015  82.4770 215.3504 0068511 126.8587 248.4143 12.62117401117877
+0 SL-14 DEB
+1 26016U 91068AB  16017.70869280  .00000089  00000-0  28150-3 0  9990
+2 26016  81.9093 111.2169 0237479  72.2668  79.9989 12.84493085132686
+0 SL-14 DEB
+1 26017U 91068AC  16017.69921252  .00000025  00000-0  10743-3 0  9996
+2 26017  82.6920  91.4031 0059290 277.6865 203.5099 12.43244292107244
+0 SL-14 DEB
+1 26018U 91068AD  16017.65836161 -.00000001  00000-0 -78993-4 0  9995
+2 26018  82.7148  88.7421 0017817 255.1523 263.8029 12.45331232108652
+0 SL-14 DEB
+1 26019U 91068AE  16016.77315941  .00000135  00000-0  86334-3 0  9999
+2 26019  82.6511 116.9156 0283369 223.9791 308.5096 12.36380824103941
+0 SL-14 DEB
+1 26020U 91068AF  16016.49597970  .00001620  00000-0  86978-2 0  9997
+2 26020  82.7430  23.3603 0069334 316.3202 200.8280 12.64165725114875
+0 SL-14 DEB
+1 26021U 91068AG  16017.02527771  .00000604  00000-0  19904-2 0  9996
+2 26021  81.7767   8.7788 0229898  20.0639  33.6497 12.91048624135137
+0 SL-14 DEB
+1 26022U 91068AH  16017.02137183  .00000073  00000-0  34832-3 0  9999
+2 26022  82.4574 213.2164 0077913 109.6996  59.1742 12.61448576118260
+0 SL-14 DEB
+1 26023U 91068AJ  16016.38551856 -.00000039  00000-0 -32106-3 0  9991
+2 26023  82.5789 350.9073 0016625  92.3348  63.1995 12.50584561111979
+0 SL-14 DEB
+1 26024U 91068AK  16015.39397990 +.00000209 +00000-0 +14559-2 0  9997
+2 26024 082.7025 169.6508 0270968 299.5555 085.8672 12.33144361103263
+0 SL-14 DEB
+1 26025U 91068AL  16012.45666175  .00000211  00000-0  14609-2 0  9995
+2 26025  82.7279 176.6720 0259415 270.1005 115.7797 12.34503885108085
+0 SL-14 DEB
+1 26026U 91068AM  16017.02603289  .00000067  00000-0  30333-3 0  9993
+2 26026  82.5099 227.4425 0091942 127.2821 358.3799 12.62994269756704
+0 SL-14 DEB
+1 26027U 91068AN  16017.67409898  .00000179  00000-0  13336-2 0  9992
+2 26027  83.2854  91.1002 0117137  85.4489  34.1069 12.33712960745384
+0 SL-14 DEB
+1 26028U 91068AP  16018.13836140  .00000116  00000-0  73453-3 0  9997
+2 26028  82.6975  79.7535 0021223 257.4225 129.7550 12.45616570760504
+0 SL-14 DEB
+1 26029U 91068AQ  16017.22966648  .00000040  00000-0  18378-3 0  9995
+2 26029  82.5745 304.7808 0037791 261.9059 252.6495 12.56204898767661
+0 SL-14 DEB
+1 26030U 91068AU  16012.52698126 +.00000162 +00000-0 +78846-3 0  9999
+2 26030 082.6771 295.4599 0086338 004.6410 116.6681 12.66314750110400
+0 KOMPSAT
+1 26032U 99070A   16018.14941970  .00000339  00000-0  66052-4 0  9997
+2 26032  97.8025 178.6662 0005717 122.1517 238.0233 14.68707555860161
+0 ACRIMSAT
+1 26033U 99070B   16017.45189752  .00000251  00000-0  58695-4 0  9990
+2 26033  97.8617 175.5892 0028231 172.4085 187.7550 14.62008861856754
+0 CELESTIS 03/TAURUS R/B
+1 26034U 99070C   16017.80840040  .00005856  00000-0  43755-3 0  9990
+2 26034  98.2868 166.0997 0015512  86.8612 273.4386 15.03139334867771
+0 TAURUS DEB
+1 26035U 99070D   16017.08084898  .00000213  00000-0  51809-4 0  9994
+2 26035  97.8976 167.9269 0026663 184.6591 307.5727 14.61530259856467
+0 DELTA 1 DEB
+1 26036U 75052KA  16017.65922189  .00001244  00000-0  44386-3 0  9992
+2 26036  99.9693 275.7661 0127308 180.5517 246.3610 14.32002798886196
+0 SL-12 DEB
+1 26037U 87079W   16016.44614372  .00000340  00000-0  14791-2 0  9995
+2 26037  64.9778 165.9699 5493460 235.9576  59.4960  4.48282800290149
+0 GALAXY 11
+1 26038U 99071A   16017.35033424 -.00000132  00000-0  00000+0 0  9990
+2 26038   0.0367 120.4303 0005165 240.5370 220.8700  1.00484667 58961
+0 COSMOS 2368
+1 26042U 99073A   16017.21048572  .00000932  00000-0  00000+0 0  9999
+2 26042  67.1141 205.9248 5639415 237.6567  37.9419  2.00412706117627
+0 SL-6 R/B(2)
+1 26045U 99073D   16017.96882459 -.00000537  00000-0  00000+0 0  9996
+2 26045  66.3779 178.4811 6102112 230.7098  78.4557  2.04178463119753
+0 TITAN 3C TRANSTAGE DEB
+1 26048U 65108AG  16017.89037941  .00002439  00000-0  15874-2 0  9991
+2 26048  26.4801 292.7811 6374718 155.0274 258.6789  3.44680703199934
+0 TITAN 3C TRANSTAGE DEB
+1 26049U 65108AH  16016.88802023 +.00001059 +00000-0 +20145-2 0  9995
+2 26049 027.1862 240.9308 4861980 171.6600 201.0107 05.56854255324614
+0 GALAXY 10R
+1 26056U 00002A   16018.15937491  .00000098  00000-0  00000+0 0  9992
+2 26056   6.2564  55.8710 0002716 158.8542  17.4583  0.99635951 58423
+0 CHINASAT 22
+1 26058U 00003A   16016.67175925 -.00000151 +00000-0 +00000-0 0  9998
+2 26058 006.3580 054.6740 0007616 211.7228 276.3917 00.97323551008956
+0 OPAL
+1 26063U 00004C   16017.80080686  .00000051  00000-0  37252-4 0  9991
+2 26063 100.1925 280.7471 0036193 325.6610  34.2231 14.36591958837230
+0 FALCONSAT
+1 26064U 00004D   16017.74479633  .00000029  00000-0  30034-4 0  9995
+2 26064 100.1954 276.9883 0037596 338.4393  54.8203 14.36062135836983
+0 MINOTAUR R/B
+1 26066U 00004F   16017.44207752  .00000059  00000-0  39470-4 0  9991
+2 26066 100.1934 291.7124 0032717 304.8313 183.3966 14.37511767837699
+0 COSMOS 2369
+1 26069U 00006A   16018.19781932  .00000390  00000-0  23325-3 0  9995
+2 26069  70.9949 359.9700 0012704 288.2919  71.6820 14.13317954823217
+0 SL-16 R/B
+1 26070U 00006B   16018.17185645  .00000108  00000-0  79843-4 0  9998
+2 26070  71.0031 321.1889 0014615  53.5175 306.7292 14.15407393824453
+0 HISPASAT 1C
+1 26071U 00007A   16017.04465936 -.00000221  00000-0  00000+0 0  9990
+2 26071   0.0382  53.7130 0002451 257.5269  96.8857  1.00271037 58498
+0 ATLAS 2AS CENTAUR R/B
+1 26072U 00007B   16017.75254472  .00022833  00000-0  98651-3 0  9995
+2 26072  18.1148 256.2251 4281258 321.5251  14.5875  6.95933746301325
+0 SL-16 DEB
+1 26073U 00006C   16017.68235343  .00000015  00000-0  53753-4 0  9996
+2 26073  71.0782 104.2315 0194851   3.3966 151.9058 13.73895133799913
+0 SL-16 DEB
+1 26074U 00006D   16017.53418897  .00000046  00000-0  86292-4 0  9996
+2 26074  70.9637 122.7282 0215645 193.8129 258.8392 13.69370347838079
+0 SL-16 DEB
+1 26075U 00006E   16016.83418005  .00000081  00000-0  11264-3 0  9995
+2 26075  71.0651  69.7295 0189528  19.9048  91.5443 13.75523753800694
+0 SL-16 DEB
+1 26077U 00006G   16017.20132367  .00000038  00000-0  75557-4 0  9991
+2 26077  70.9706  70.0588 0202530 121.1701 297.0706 13.72498867798950
+0 IUS DEB
+1 26078U 99040F   16017.60954136  .00008276  00000-0  60158-3 0  9990
+2 26078  28.4938  35.6468 4582137 233.5100  75.0721  6.39062364245939
+0 MINOTAUR DEB
+1 26079U 00004G   16017.45027199  .00000386  00000-0  13171-3 0  9993
+2 26079 100.2036 327.2927 0032995 217.0245 259.7641 14.43221964838301
+0 PICOSAT 1&2 (TETHERED)
+1 26080U 00004H   16017.30863678  .00000304  00000-0  10874-3 0  9996
+2 26080 100.2013 326.8655 0031017 218.2621 141.6361 14.42681584837917
+0 GLOBALSTAR M063
+1 26081U 00008A   16017.48836679 -.00000110  00000-0 -31971-4 0  9990
+2 26081  51.9971 122.2117 0002118 106.2049 333.3940 12.62268437743731
+0 GLOBALSTAR M062
+1 26082U 00008B   16017.80568318 -.00000088  00000-0  74167-4 0  9996
+2 26082  51.9844 125.4563 0005843 328.0440 198.2666 12.43330658731394
+0 GLOBALSTAR M060
+1 26083U 00008C   16017.35220449 -.00000105  00000-0 -14288-3 0  9995
+2 26083  52.0040 320.5307 0002791 321.5775 217.4877 12.17527205733620
+0 GLOBALSTAR M064
+1 26084U 00008D   16017.18662299 -.00000054  00000-0  42005-3 0  9990
+2 26084  52.0048 307.3514 0001678 315.1520  44.9177 11.88462450758307
+0 DUMSAT
+1 26086U 00009A   16017.50972275 -.00000011  00000-0  13607-4 0  9997
+2 26086  64.8526  54.4968 0017909 265.4246 242.0256 14.95010369869491
+0 GARUDA 1
+1 26089U 00011A   16018.09292722 -.00000018  00000-0  00000+0 0  9995
+2 26089   1.0142 156.8174 0004219  96.6852 264.6410  0.99918832 58329
+0 SL-12 R/B(2)
+1 26090U 00011B   16017.07034529 -.00000036  00000-0  00000+0 0  9993
+2 26090  17.0583 319.6983 5383247 202.9500 230.9175  1.90702373110980
+0 PICOSAT 3
+1 26091U 00004J   16017.47457134  .00000677  00000-0  19746-3 0  9992
+2 26091 100.2089 355.0582 0029639 135.3584 224.9997 14.48141285838836
+0 PICOSAT 4
+1 26092U 00004K   16017.79558092  .00000337  00000-0  11786-3 0  9992
+2 26092 100.1865 319.0514 0033512 209.0676 150.8643 14.43006979837232
+0 PICOSAT 5
+1 26093U 00004L   16017.94255467  .00000781  00000-0  21440-3 0  9991
+2 26093 100.2101  10.0700 0031310  95.7932 264.6826 14.50533075839971
+0 PICOSAT 6
+1 26094U 00004M   16017.74599740  .00000323  00000-0  11590-3 0  9992
+2 26094 100.1903 315.0895 0033603 230.2190 129.6033 14.42066035836541
+0 SUPERBIRD 4
+1 26095U 00012A   16017.46248731 -.00000102  00000-0  00000+0 0  9998
+2 26095   0.0260  93.0847 0001971 209.0879 142.6476  1.00269817 58294
+0 ARIANE 44LP R/B
+1 26096U 00012B   16017.28753392  .00000869  00000-0  97956-3 0  9992
+2 26096   5.2284  19.8963 7099416  47.7475 353.8426  2.47894574136610
+0 EXPRESS 2A
+1 26098U 00013A   16016.80477411 -.00000164  00000-0  00000+0 0  9996
+2 26098   8.1983  48.4598 0007214 274.7230  93.1126  0.98257868 58012
+0 SL-12 R/B(2)
+1 26101U 00013D   16016.27575829 +.00000073 +00000-0 +00000-0 0  9993
+2 26101 012.5541 033.9356 0005416 314.8333 074.5348 01.00760133058308
+0 MTI
+1 26102U 00014A   16018.07162105  .00009241  00000-0  23233-3 0  9996
+2 26102  97.5134 163.7728 0009489 341.7101 108.5541 15.40145285874887
+0 TAURUS R/B
+1 26103U 00014B   16018.16991434  .00001085  00000-0  69519-4 0  9998
+2 26103  97.1702  47.2712 0028216 260.3467  99.4575 15.10196637869146
+0 FREGAT RB/CLUSTER 2
+1 26106U 00015A   16017.15958704  .00000058  00000-0  10556-3 0  9998
+2 26106  65.1413 269.1040 5436047  90.4065  18.3029  4.58521784263404
+0 ASIASTAR
+1 26107U 00016A   16017.88417987 -.00000342  00000-0  00000+0 0  9999
+2 26107   0.6197  80.3339 0004724 217.9504 241.7512  1.00270007 58015
+0 INSAT 3B
+1 26108U 00016B   16017.00713726 -.00000279  00000-0  00000+0 0  9993
+2 26108   3.3164  69.3719 0005779 161.4938 198.4304  0.99661069 57840
+0 ARIANE 5 DEB (SYLDA)
+1 26109U 00016C   16018.19017197 -.00000084  00000-0  59582-3 0  9991
+2 26109   6.8324 296.6125 7155115 209.0738 350.9028  2.27284920131163
+0 ARIANE 5 R/B
+1 26110U 00016D   16018.07206391 -.00000116  00000-0  14216-3 0  9997
+2 26110   7.1536   9.5224 7093253  63.0728 351.1059  2.27171673131411
+0 COSMOS 1823 DEB
+1 26111U 87020DS  16016.65051767  .00000141  00000-0  11484-2 0  9995
+2 26111  73.6011  97.1294 0032300 286.7584 228.0557 12.42343351310349
+0 IMAGE
+1 26113U 00017A   16017.56832472  .00000101  00000-0  46906-2 0  9992
+2 26113  94.0412 245.4769 7605751   7.7909 359.4883  1.68640377 97373
+0 DELTA 2 R/B(2)
+1 26115U 00017C   16017.29709505 -.00000260  00000-0 -18735-1 0  9990
+2 26115  94.0414 245.5895 7601283   9.7248 359.3065  1.68205718 97100
+0 CZ-4 DEB
+1 26118U 99057E   16017.45162437  .00001944  00000-0  85528-3 0  9994
+2 26118  99.0429 336.2354 0306596 105.4346 258.0903 14.02417136807765
+0 CZ-4 DEB
+1 26119U 99057F   16016.70756185 +.00000691 +00000-0 +61069-3 0  9993
+2 26119 099.4003 109.3285 0504235 287.7642 244.8014 13.42350015774723
+0 CZ-4 DEB
+1 26121U 99057H   16017.15205197  .00002032  00000-0  20150-3 0  9995
+2 26121  98.7184 332.5967 0062290  31.8999 328.5965 14.91727172856901
+0 CZ-4 DEB
+1 26122U 99057J   16017.14915126  .00000626  00000-0  55154-3 0  9994
+2 26122  98.8973 173.3754 0540047 244.0084 168.0812 13.36966124771092
+0 CZ-4 DEB
+1 26123U 99057K   16016.81491147  .00000554  00000-0  14245-3 0  9996
+2 26123  98.6866 222.7049 0068894  58.3301  74.9240 14.52941126836783
+0 CZ-4 DEB
+1 26125U 99057M   16016.80084512 +.00000610 +00000-0 +31009-3 0  9991
+2 26125 099.0032 317.1485 0262668 053.3347 336.0935 14.03058085808341
+0 CZ-4 DEB
+1 26126U 99057N   16017.38781640  .00000734  00000-0  24496-3 0  9991
+2 26126  98.4948 334.5127 0106142 349.6130 167.5093 14.37338117828531
+0 CZ-4 DEB
+1 26127U 99057P   16016.95280716 +.00000831 +00000-0 +22015-3 0  9995
+2 26127 098.0147 182.2084 0118184 352.9702 133.0241 14.47191588831100
+0 CZ-4 DEB
+1 26128U 99057Q   16016.95968634 +.00001162 +00000-0 +16063-3 0  9992
+2 26128 098.7103 190.2221 0037898 313.3777 199.6852 14.79879302850690
+0 CZ-4 DEB
+1 26129U 99057R   16018.13012075  .00000388  00000-0  31761-3 0  9995
+2 26129  99.0739  72.1197 0454542 222.9957 133.4818 13.55553234782300
+0 CZ-4 DEB
+1 26132U 99057U   16017.12746772  .00002128  00000-0  73523-3 0  9991
+2 26132  98.7414 348.1330 0144359  18.9422 109.2241 14.31170290821427
+0 CZ-4 DEB
+1 26134U 99057W   16017.61585560  .00000529  00000-0  40517-3 0  9993
+2 26134  98.9648  51.3585 0440425 131.2182 348.5242 13.59124598783582
+0 CZ-4 DEB
+1 26137U 99057Z   16018.17308137 -.00000286  00000-0 -11005-3 0  9993
+2 26137  98.7112 237.6895 0331480 216.0305 267.0221 13.96198056804230
+0 CZ-4 DEB
+1 26140U 99057AC  16017.83183605  .00002073  00000-0  56279-3 0  9996
+2 26140  99.3886 236.9400 0203106 307.8081 181.4419 14.37435973824975
+0 CZ-4 DEB
+1 26141U 99057AD  16017.81283772  .00004697  00000-0  58625-3 0  9992
+2 26141  98.4113 302.2921 0021067 278.5425 146.5155 14.82763711845475
+0 CZ-4 DEB
+1 26142U 99057AE  16017.72034595  .00000203  00000-0  15160-3 0  9996
+2 26142  98.7803 105.9886 0308657  48.6940 107.1943 13.83692407798001
+0 CZ-4 DEB
+1 26143U 99057AF  16017.36444266  .00000366  00000-0  33538-3 0  9996
+2 26143  99.0459 302.4504 0485807  34.8969  83.0274 13.44979475776112
+0 DMSP 5D-2 F15 DEB
+1 26146U 99067D   16017.51948825  .00003697  00000-0  65273-3 0  9998
+2 26146  98.8651  18.0201 0006525  27.1827  93.9176 14.68127075840070
+0 DMSP 5D-2 F15 DEB
+1 26147U 99067E   16017.17233880  .00001951  00000-0  60837-3 0  9991
+2 26147  98.8660 237.0037 0007975  97.0394  22.8962 14.42029770840176
+0 CZ-4 DEB
+1 26150U 99057AL  16016.47101850  .00000127  00000-0  10547-3 0  9994
+2 26150  98.9503 209.9181 0364089 116.5532 304.8130 13.75287066791813
+0 CZ-4 DEB
+1 26151U 99057AM  16016.68146102 -.00000323 +00000-0 -27829-3 0  9998
+2 26151 099.4626 284.7548 0623168 219.2587 150.6563 13.15211766758358
+0 CZ-4 DEB
+1 26152U 99057AN  16016.80892465  .00001335  00000-0  12062-2 0  9997
+2 26152  99.2134 328.2030 0533173  14.7854  15.7430 13.35129909770045
+0 CZ-4 DEB
+1 26154U 99057AQ  16017.37166712 -.00000112  00000-0 -63958-4 0  9997
+2 26154  99.5353 129.9966 0533782 138.7559 225.5199 13.35970287770307
+0 CZ-4 DEB
+1 26155U 99057AR  16017.89041755  .00002556  00000-0  77288-3 0  9996
+2 26155  98.5212 357.9789 0191682 344.8330  43.8678 14.33181759821883
+0 CZ-4 DEB
+1 26158U 99057AU  16018.18479265  .00001593  00000-0  67908-3 0  9991
+2 26158  98.8858 328.8876 0217619  52.6955   0.7104 14.14592306814369
+0 CZ-4 DEB
+1 26159U 99057AV  16017.75930147  .00000069  00000-0  64338-4 0  9997
+2 26159  99.1848 301.3704 0330974 231.0791 183.3712 13.86847132798968
+0 CZ-4 DEB
+1 26162U 99057AY  16018.11898540  .00001078  00000-0  50793-3 0  9992
+2 26162  99.0474 340.2846 0285363 111.7652 251.4140 14.02645400808097
+0 CZ-4 DEB
+1 26168U 99057BE  16016.90954208 +.00000151 +00000-0 +66507-4 0  9999
+2 26168 098.5587 317.8512 0104764 350.3985 052.7334 14.33769122828492
+0 CZ-4 DEB
+1 26172U 99057BJ  16018.20742496  .00017573  00000-0  36380-3 0  9994
+2 26172  98.6210 146.6445 0034207  47.9137 312.5008 15.45226784869975
+0 CZ-4 DEB
+1 26175U 99057BM  16016.71230022  .00000256  00000-0  19947-3 0  9998
+2 26175  98.8337  93.3505 0339019 246.3800 272.6655 13.76539357795298
+0 CZ-4 DEB
+1 26178U 99057BQ  16017.55608032  .00002814  00000-0  44606-3 0  9996
+2 26178  98.5558 236.7336 0045572 192.5437 197.8279 14.72389486838116
+0 CZ-4 DEB
+1 26181U 99057BT  16016.99304486  .00000319  00000-0  78316-4 0  9997
+2 26181  98.7129  17.2281 0014445 318.5296  98.6418 14.59374036842179
+0 CZ-4 DEB
+1 26184U 99057BW  16017.83884589  .00000386  00000-0  14363-3 0  9996
+2 26184  98.5764 322.5503 0109947   3.2956  53.3308 14.34316695828032
+0 CZ-4 DEB
+1 26187U 99057BZ  16016.75016364 +.00000911 +00000-0 +13221-3 0  9993
+2 26187 098.5317 128.9956 0057333 217.4669 142.2538 14.77683940851340
+0 CZ-4 DEB
+1 26188U 99057CA  16018.01418428  .00010219  00000-0  96374-3 0  9994
+2 26188  98.8452 173.1576 0029752 224.6095 254.2597 14.93682546842271
+0 CZ-4 DEB
+1 26191U 99057CD  16017.87806525  .00000657  00000-0  20961-3 0  9994
+2 26191  98.5221 336.3143 0098126 263.8847 153.3812 14.40414111829783
+0 CZ-4 DEB
+1 26193U 99057CF  16017.48545461  .00001771  00000-0  23390-3 0  9999
+2 26193  98.5533  82.9326 0013005   0.3470 127.5980 14.81391056848920
+0 CZ-4 DEB
+1 26194U 99057CG  16018.07762307  .00000477  00000-0  10935-3 0  9999
+2 26194  97.9197  58.3051 0053409  63.7311 349.0718 14.58895694840238
+0 CZ-4 DEB
+1 26196U 99057CJ  16018.21630420  .00000165  00000-0  14001-3 0  9999
+2 26196  98.9149 117.0682 0344719 285.4274  99.7473 13.75634188793870
+0 CZ-4 DEB
+1 26198U 99057CL  16016.94631287  .00000548  00000-0  16325-3 0  9997
+2 26198  98.3913 333.9469 0077637  88.7784 312.5431 14.45241561832139
+0 CZ-4 DEB
+1 26199U 99057CM  16018.12872058  .00001265  00000-0  31915-3 0  9992
+2 26199  98.4084 346.4067 0087043  51.7721  77.9431 14.50573856832937
+0 CZ-4 DEB
+1 26200U 99057CN  16016.84184055  .00000903  00000-0  19376-3 0  9990
+2 26200  97.8813  26.8175 0057400  53.1516 307.4929 14.59872917839832
+0 CZ-4 DEB
+1 26202U 99057CQ  16016.77681657 +.00000419 +00000-0 +15718-3 0  9992
+2 26202 098.5473 307.8963 0113010 050.3018 340.0516 14.33215002826274
+0 CZ-4 DEB
+1 26203U 99057CR  16016.95255936 +.00000189 +00000-0 +83571-4 0  9997
+2 26203 098.4170 279.3334 0114540 102.3797 318.0289 14.29950794824925
+0 CZ-4 DEB
+1 26205U 99057CT  16016.16320974  .00000574  00000-0  61592-3 0  9993
+2 26205  99.1946  91.8580 0655985 250.5267 102.3879 13.09046089754759
+0 CZ-4 DEB
+1 26207U 99057CV  16017.84970064  .00001492  00000-0  37865-3 0  9998
+2 26207  98.5731 358.7047 0109559 232.4890 190.0375 14.48829308829903
+0 CZ-4 DEB
+1 26208U 99057CW  16017.18150598  .00000351  00000-0  10017-3 0  9991
+2 26208  98.0461 355.5432 0075368 272.0383 216.4842 14.49386224835780
+0 CZ-4 DEB
+1 26209U 99057CX  16016.89049034 +.00000413 +00000-0 +96386-4 0  9994
+2 26209 098.6165 345.8984 0030543 331.0297 055.4127 14.60038387841677
+0 CZ-4 DEB
+1 26211U 99057CZ  16017.21132098  .00000198  00000-0  21654-3 0  9992
+2 26211  98.9382 145.4378 0547542 327.8422 147.2227 13.31097257767834
+0 CZ-4 DEB
+1 26214U 99057DC  16017.15637006  .00002231  00000-0  26653-3 0  9991
+2 26214  98.6294 166.3001 0032220 251.6171 194.6415 14.85042598851868
+0 CZ-4 DEB
+1 26218U 99057DG  16017.78492827  .00002029  00000-0  44413-3 0  9993
+2 26218  98.6758 276.7604 0081598 173.6902 186.5342 14.56845629834380
+0 CZ-4 DEB
+1 26220U 99057DJ  16018.09717435  .00000255  00000-0  48202-4 0  9996
+2 26220  98.7085 175.9957 0075683  12.0299 114.1749 14.72157699849982
+0 CZ-4 DEB
+1 26222U 99057DL  16016.87747419  .00000450  00000-0  13448-3 0  9997
+2 26222  98.4244 336.0190 0080601  90.1831 270.8597 14.45802953833155
+0 CZ-4 DEB
+1 26225U 99057DP  16017.17315817  .00005637  00000-0  70155-3 0  9997
+2 26225  98.4672 307.0571 0019103 329.1270 139.4899 14.82823669844161
+0 CZ-4 DEB
+1 26227U 99057DR  16016.47166277 +.00000692 +00000-0 +19938-3 0  9993
+2 26227 098.4089 336.7888 0082423 109.8759 001.0792 14.45876166832730
+0 CZ-4 DEB
+1 26228U 99057DS  16017.28399225  .00108028  00000-0  23000-2 0  9991
+2 26228  98.3582 281.6532 0010690 172.9440 187.1958 15.44484432847228
+0 CZ-4 DEB
+1 26231U 99057DV  16016.80986061  .00002908  00000-0  26583-3 0  9992
+2 26231  98.7092 321.3860 0049878  76.6124 312.7058 14.95031037855991
+0 CZ-4 DEB
+1 26233U 99057DX  16017.81100494  .00004282  00000-0  44177-3 0  9990
+2 26233  98.5315 103.8953 0007360 298.6954 184.3356 14.90780775850402
+0 CZ-4 DEB
+1 26234U 99057DY  16016.41137272 +.00000278 +00000-0 +81369-4 0  9996
+2 26234 098.6161 319.1848 0011264 325.4634 154.2790 14.51569750837958
+0 CZ-4 DEB
+1 26235U 99057DZ  16016.70748365 +.00001599 +00000-0 +29108-3 0  9999
+2 26235 098.4610 293.5689 0029104 119.4160 271.1188 14.67303786842410
+0 CZ-4 DEB
+1 26236U 99057EA  16017.44706459  .00000190  00000-0  75864-4 0  9997
+2 26236  98.5216 322.9001 0091626 260.7752 222.6537 14.36973314829953
+0 CZ-4 DEB
+1 26239U 99057ED  16016.88498647 +.00011337 +00000-0 +11004-2 0  9993
+2 26239 097.9877 084.8541 0036851 283.2690 128.3218 14.92297653843024
+0 CZ-4 DEB
+1 26241U 99057EF  16016.79552807 +.00000195 +00000-0 +83142-4 0  9999
+2 26241 098.5613 309.9117 0113458 052.7423 333.6491 14.31947176826923
+0 EUTE 16C (SESAT 1)
+1 26243U 00019A   16017.80110304  .00000081  00000-0  00000+0 0  9997
+2 26243   3.2890  69.0543 0003300 236.6106 113.8400  1.00273150 57646
+0 SL-12 R/B(2)
+1 26246U 00019D   16016.63713699  .00000081  00000-0  00000+0 0  9996
+2 26246  12.7975  34.3462 0017696 218.9326 151.3607  0.99553343 57269
+0 CZ-4 DEB
+1 26257U 99057ET  16018.11850023  .00003659  00000-0  37330-3 0  9990
+2 26257  98.5128  82.3296 0010989 236.6765 123.3399 14.91320448850154
+0 CZ-4 DEB
+1 26259U 99057EV  16016.84226789  .00001298  00000-0  33742-3 0  9996
+2 26259  98.5103 347.2544 0092070 163.9589 228.2226 14.48893612830922
+0 CZ-4 DEB
+1 26260U 99057EW  16017.18605419  .00001293  00000-0  33668-3 0  9999
+2 26260  98.4583 350.6474 0087220 167.5515 259.8331 14.49069917830814
+0 CZ-4 DEB
+1 26262U 99057EY  16017.46622503  .00001841  00000-0  44800-3 0  9994
+2 26262  98.4589 347.4138 0067158  26.6932  92.1053 14.52643823833044
+0 CZ-4 DEB
+1 26265U 99057FB  16016.83096238  .00000864  00000-0  28764-3 0  9992
+2 26265  98.5819 326.4339 0105184 340.8780  45.7417 14.37141959827685
+0 CZ-4 DEB
+1 26266U 99057FC  16017.46952336  .00001280  00000-0  33568-3 0  9994
+2 26266  98.5333 344.6020 0102597 189.8198 170.0991 14.47930415830514
+0 CZ-4 DEB
+1 26268U 99057FE  16017.86159115  .00002957  00000-0  41281-3 0  9997
+2 26268  98.6951 147.1742 0008869 266.7261 224.6069 14.78521716845717
+0 CZ-4 DEB
+1 26270U 99057FG  16017.92492735  .00002403  00000-0  47006-3 0  9992
+2 26270  98.2664   1.1815 0069021 265.3364 147.4436 14.62313962835559
+0 CZ-4 DEB
+1 26272U 99057FJ  16017.86482654  .00002483  00000-0  57113-3 0  9994
+2 26272  98.4227 352.5621 0080113  13.3134  16.6684 14.54386007833604
+0 CZ-4 DEB
+1 26273U 99057FK  16017.48628741  .00000425  00000-0  72587-4 0  9999
+2 26273  98.7409 188.7699 0068653  36.1241  28.3281 14.73353084848600
+0 CZ-4 DEB
+1 26275U 99057FM  16017.18112928  .00001941  00000-0  36466-3 0  9992
+2 26275  98.1511   4.6292 0069527 212.3656 278.9880 14.64307940836339
+0 CZ-4 DEB
+1 26277U 99057FP  15357.63187016  .05774406  13814+0  73714-2 0  9990
+2 26277  97.9985  37.4134 0001319 298.0151 190.7513 16.14797848841829
+0 CZ-4 DEB
+1 26280U 99057FS  16017.50427515  .00000175  00000-0  72890-4 0  9995
+2 26280  98.5349 322.8575 0086935 287.0953 125.3547 14.35953349828321
+0 CZ-4 DEB
+1 26283U 99057FV  16017.88939230  .00000723  00000-0  21034-3 0  9993
+2 26283  98.4691 339.3119 0091123 155.1138 267.5185 14.44881764830731
+0 CZ-4 DEB
+1 26284U 99057FW  16017.80125640  .00004515  00000-0  68232-3 0  9992
+2 26284  98.0556   9.8651 0053048   3.9378  71.2410 14.73817816839580
+0 CZ-4 DEB
+1 26286U 99057FY  16016.85294676  .00001290  00000-0  33347-3 0  9990
+2 26286  98.3699 340.5672 0076285  22.6285   7.1305 14.49917179834531
+0 CZ-4 DEB
+1 26294U 99057GG  16016.83763067 +.00000654 +00000-0 +19357-3 0  9990
+2 26294 098.4924 337.3493 0090407 166.0023 224.6553 14.44421674831793
+0 GALAXY 4R
+1 26298U 00020A   16016.32731178 -.00000131  00000-0  00000+0 0  9990
+2 26298   7.7380  50.3202 0005782 174.2428   3.9668  0.99842927 57673
+0 ARIANE 42L R/B
+1 26299U 00020B   16018.09909819  .00014645  00000-0  14279-2 0  9996
+2 26299   7.5476  27.7242 6004888  75.9668 340.7509  4.06830827197898
+0 CZ-4 DEB
+1 26300U 99057GL  16018.13842771  .00001275  00000-0  32386-3 0  9990
+2 26300  98.3748 345.6246 0082985  50.6943  10.4939 14.50432376833028
+0 CZ-4 DEB
+1 26306U 99057GP  16017.10899488  .00000193  00000-0  78561-4 0  9993
+2 26306  98.5357 320.2282 0098380 297.8162 128.5923 14.35686033827161
+0 CZ-4 DEB
+1 26310U 99057GT  16017.44387144  .00000536  00000-0  17286-3 0  9993
+2 26310  98.5436 336.1529 0098033 262.0180 214.1235 14.40712950828717
+0 CZ-4 DEB
+1 26313U 99057GW  16016.48492758  .00000719  00000-0  20638-3 0  9995
+2 26313  98.4474 339.0296 0088091 145.3981 332.2547 14.45693933831119
+0 CZ-4 DEB
+1 26321U 99057HE  16016.96881737 +.00003645 +00000-0 +56031-3 0  9993
+2 26321 098.0499 014.4514 0057433 094.1952 293.5388 14.73031157838106
+0 CZ-4 DEB
+1 26323U 99057HG  16017.46545119  .00000858  00000-0  24014-3 0  9991
+2 26323  98.4368 339.0584 0081621  95.3349  30.3492 14.46711961832115
+0 CZ-4 DEB
+1 26329U 99057HN  16018.15812348  .00001708  00000-0  40666-3 0  9991
+2 26329  98.4407 352.5742 0086212  66.9125  61.4429 14.52880750832281
+0 CZ-4 DEB
+1 26333U 99057HS  16017.85798657  .00002225  00000-0  43647-3 0  9995
+2 26333  98.2002 359.3416 0063797 215.2484 206.3809 14.62460903835996
+0 CZ-4 DEB
+1 26336U 99057HV  16016.85455206 +.00001706 +00000-0 +42285-3 0  9997
+2 26336 098.2903 348.3509 0075941 051.6716 338.6820 14.51473535831658
+0 CZ-4 DEB
+1 26338U 99057HX  16017.45375013  .00000263  00000-0  10014-3 0  9995
+2 26338  98.5201 326.1194 0092824 284.4416 185.5103 14.36642626829944
+0 CZ-4 DEB
+1 26339U 99057HY  16017.20180707  .00002168  00000-0  41860-3 0  9992
+2 26339  98.1566   2.7342 0063427 211.8578 213.5556 14.63209533835281
+0 CZ-4 DEB
+1 26347U 99057JG  16017.43624150  .00000858  00000-0  24459-3 0  9990
+2 26347  98.4342 338.4482 0064390  72.8649  48.6265 14.46554277830450
+0 CZ-4 DEB
+1 26350U 99057JK  16018.14243422  .00007992  00000-0  43510-3 0  9997
+2 26350  98.5982 258.9672 0012773 302.6625 216.9570 15.14701488854705
+0 CZ-4 DEB
+1 26351U 99057JL  16017.85959380  .00000561  00000-0  16709-3 0  9997
+2 26351  98.2421 339.0440 0063636  46.0782 314.5638 14.45625900834156
+0 GOES 11
+1 26352U 00022A   16017.06674855 -.00000081  00000-0  00000+0 0  9997
+2 26352   3.9051  79.6715 0004407 144.3644  14.3275  0.99040524 57315
+0 NAVSTAR 47 (USA 150)
+1 26360U 00025A   16017.50585442  .00000073  00000-0  00000+0 0  9991
+2 26360  53.0718 176.4379 0047578  74.7714 291.6902  2.00561454114979
+0 SIMSAT 1
+1 26365U 00026A   16017.84660028  .00000890  00000-0  42973-4 0  9995
+2 26365  86.3488 176.2960 0012272 124.0885 358.2553 15.17072798864987
+0 SIMSAT 2
+1 26366U 00026B   16018.00565786  .00000822  00000-0  38567-4 0  9999
+2 26366  86.3510 174.0536 0009919  79.5029  16.5249 15.17985062865442
+0 EUTE 36A (EUTE W4)
+1 26369U 00028A   16017.15496206  .00000146  00000-0  00000+0 0  9994
+2 26369   0.0645   7.5803 0004462 290.4113 269.8744  1.00269408 57330
+0 GORIZONT 33
+1 26372U 00029A   16016.52210488 -.00000378  00000-0  00000+0 0  9993
+2 26372  11.2833  37.4803 0002345 183.9099 193.3510  1.00366660 57268
+0 BREEZE-M R/B
+1 26373U 00029B   16016.54500538  .00000057  00000-0  00000+0 0  9997
+2 26373  11.0165  36.6377 0272144 237.7368 237.0268  1.00354756 57242
+0 TSX-5
+1 26374U 00030A   16017.17639338  .00002772  00000-0  24790-3 0  9993
+2 26374  68.9312 263.9829 0658399 141.0668 223.9815 14.02138886783546
+0 PEGASUS R/B
+1 26375U 00030B   16017.51240056  .00001393  00000-0  13986-3 0  9990
+2 26375  68.9546 184.2837 0682731  77.4271 290.2263 13.94996506786200
+0 NTS 2 AKM
+1 26376U 77053C   16016.19618764 -.00000022 +00000-0 +00000-0 0  9997
+2 26376 064.4402 018.9054 0338036 231.7105 209.6967 02.04280294116429
+0 EXPRESS 3A
+1 26378U 00031A   16017.34265155 -.00000228  00000-0  00000+0 0  9998
+2 26378   6.2197  56.3601 0006390 158.1632 348.0972  0.98769559 56640
+0 SL-12 R/B(2)
+1 26381U 00031D   16013.35784689 -.00000249  00000-0  00000+0 0  9990
+2 26381  12.4739  35.2537 0008949  10.2806 176.2475  0.99443642 56497
+0 FENGYUN 2B
+1 26382U 00032A   16016.83536300 -.00000193 +00000-0 +00000-0 0  9992
+2 26382 009.2283 045.0697 0005142 207.9200 144.6527 01.00104186056843
+0 CZ-3A R/B
+1 26383U 00032B   16017.49121322  .00015141  00000-0  11259-2 0  9998
+2 26383  27.1501 229.4917 6460338  31.5902 354.6635  3.41164397159728
+0 NADEZHDA 6
+1 26384U 00033A   16018.19766789  .00000197  00000-0  44552-4 0  9999
+2 26384  98.0790  88.0410 0014658 219.3457 140.6689 14.66152752831199
+0 TZINGHUA 1
+1 26385U 00033B   16017.51973536  .00000145  00000-0  36531-4 0  9996
+2 26385  98.1070  86.3991 0014347 277.0919 137.3026 14.64246801830325
+0 SNAP 1
+1 26386U 00033C   16017.74175833  .00000376  00000-0  74021-4 0  9998
+2 26386  98.0780  91.2658 0011183 175.6331 184.4973 14.68061272831656
+0 SL-8 R/B
+1 26387U 00033D   16017.84803331  .00000275  00000-0  56108-4 0  9995
+2 26387  98.0376  87.3543 0026800 174.2267 312.3153 14.68072892832116
+0 TDRS 8
+1 26388U 00034A   16016.59958570 -.00000238 +00000-0 +00000-0 0  9990
+2 26388 006.5966 060.5944 0005958 205.4864 154.4822 01.00270469057035
+0 ATLAS 2A CENTAUR R/B
+1 26389U 00034B   16017.53658042  .00008338  00000-0  10584-2 0  9995
+2 26389  26.8806  86.2807 5572360 297.3054  17.2517  4.71752882221887
+0 SIRIUS 1
+1 26390U 00035A   16017.83723453  .00000104  00000-0  00000+0 0  9992
+2 26390  59.6982 234.2213 2595770 267.6604 183.0433  1.00275792 56954
+0 SL-12 R/B(2)
+1 26393U 00035D   16016.25260929 -.00000218  00000-0  00000+0 0  9991
+2 26393  60.7846  40.0146 7563532 259.4876 222.0859  1.45656874 82715
+0 COSMOS 2371
+1 26394U 00036A   16016.59191396 -.00000070  00000-0  00000+0 0  9997
+2 26394  11.2742  38.2293 0002231 145.0342 216.0273  1.00266938 56880
+0 SL-12 R/B(2)
+1 26397U 00036D   16017.63583675 -.00000317  00000-0  00000+0 0  9995
+2 26397  11.2596  38.1407 0015946 331.5489 115.0171  1.00205769 56843
+0 ECHOSTAR 6
+1 26402U 00038A   16017.60762520 -.00000158  00000-0  00000+0 0  9992
+2 26402   3.2002  69.9272 0003550 228.0324 301.0195  1.00271615 56779
+0 NAVSTAR 48 (USA 151)
+1 26407U 00040A   16017.35485108 -.00000053  00000-0  00000+0 0  9990
+2 26407  56.6973   5.2858 0202363 266.5614 267.1186  2.00569789113643
+0 CLUSTER II-FM6
+1 26410U 00041A   16015.44325183  .00000161  00000-0  00000+0 0  9998
+2 26410 131.7788 327.4876 5327486 139.8759 359.0207  0.44190337 15209
+0 CLUSTER II-FM7
+1 26411U 00041B   16020.02401820 -.00000322  00000-0  00000+0 0  9992
+2 26411 130.8085 329.3294 5809249 146.3129 359.1999  0.44224053 15304
+0 CZ-4 DEB
+1 26416U 99057JM  16017.53226959  .00003086  00000-0  50496-3 0  9999
+2 26416  98.0941  14.1518 0055574 117.1616   5.0329 14.70513561834547
+0 CZ-4 DEB
+1 26423U 99057JU  16018.07857119  .00005290  00000-0  64076-3 0  9993
+2 26423  97.9148  49.1980 0056963  33.7548  27.4678 14.82900914838514
+0 CZ-4 DEB
+1 26429U 99057KA  16017.77696279  .00025268  00000-0  12634-2 0  9992
+2 26429  98.4049 283.2705 0019137 184.8121 175.2928 15.17275514842985
+0 CZ-4 DEB
+1 26430U 99057KB  16017.59753695  .00007653  00000-0  74225-3 0  9993
+2 26430  98.2784  48.4006 0048025  61.8702 298.7356 14.92103701836409
+0 CZ-4 DEB
+1 26432U 99057KD  16016.75298281  .00001523  00000-0  43695-3 0  9994
+2 26432  98.6899 358.2085 0134393 207.7004 151.6982 14.41323894819810
+0 CZ-4 DEB
+1 26436U 99057KH  16016.80741179 +.00000545 +00000-0 +63568-3 0  9997
+2 26436 099.4992 150.7489 0716342 328.6222 027.3947 12.95181066110033
+0 CZ-4 DEB
+1 26441U 99057KN  16017.16735045  .00002081  00000-0  41331-3 0  9999
+2 26441  98.2153 356.2875 0061866 232.1644 127.3948 14.62050223830844
+0 CZ-4 DEB
+1 26442U 99057KP  16017.87931742  .00000965  00000-0  25974-3 0  9994
+2 26442  98.1402 351.0450 0065934 347.5565  41.9353 14.48917966829047
+0 CZ-4 DEB
+1 26443U 99057KQ  16017.83320613  .00000370  00000-0  12944-3 0  9993
+2 26443  98.5383 328.8313 0097732 261.4425 125.6824 14.38474611826224
+0 CZ-4 DEB
+1 26444U 99057KR  16015.67218213 +.00000765 +00000-0 +17238-3 0  9995
+2 26444 098.5034 278.8892 0080179 293.8684 095.4145 14.57526126833786
+0 CZ-4 DEB
+1 26446U 99057KT  16017.83147628  .00000871  00000-0  27755-3 0  9991
+2 26446  98.5831 335.3672 0107160 327.1596  32.2962 14.39195215823057
+0 CZ-4 DEB
+1 26448U 99057KV  16017.44863486  .00004302  00000-0  80032-3 0  9997
+2 26448  98.3964  14.2680 0080649 354.2208   5.8054 14.63568882833026
+0 CZ-4 DEB
+1 26449U 99057KW  16017.41313317  .00000469  00000-0  14713-3 0  9991
+2 26449  98.4967 334.3267 0087768 170.5867 313.3747 14.42975741829155
+0 INTELSAT 9 (PAS 9)
+1 26451U 00043A   16018.18269220 -.00000283  00000-0  00000+0 0  9994
+2 26451   2.5225  73.9834 0002939 212.7806 212.9261  1.00271408 56714
+0 BLOCK DM-SL R/B
+1 26452U 00043B   16017.82138772 -.00000009  00000-0  00000+0 0  9998
+2 26452   1.7090  38.4333 6703891 359.0637 349.7301  2.16745952122541
+0 CZ-4 DEB
+1 26454U 99057KZ  16016.89932624 +.00001794 +00000-0 +43025-3 0  9996
+2 26454 098.3101 346.0982 0076118 348.4355 031.1535 14.52957714817180
+0 FENGYUN 2B AKM
+1 26460U 00032C   16016.86998735 -.00000280 +00000-0 +00000-0 0  9993
+2 26460 011.8049 038.4474 0023132 293.4666 241.9311 01.00195166084079
+0 CLUSTER II-FM5
+1 26463U 00045A   16019.88814027 -.00000241  00000-0  00000+0 0  9992
+2 26463 134.2584 326.9328 5490324 143.7989 359.2353  0.44267712 15808
+0 CLUSTER II-FM8
+1 26464U 00045B   16012.64741699 +.00000151 +00000-0 +00000-0 0  9994
+2 26464 131.7672 327.4570 5333695 139.8353 275.3391 00.44213282003453
+0 BRAZILSAT B4
+1 26469U 00046A   16017.90887444 -.00000222  00000-0  00000+0 0  9992
+2 26469   0.6007  88.8357 0002933 210.9708  60.1444  1.00271519 56506
+0 NILESAT 102
+1 26470U 00046B   16016.18515918 -.00000066  00000-0  00000+0 0  9993
+2 26470   0.6107  85.2609 0006204 207.2153 242.2647  1.00272328 56482
+0 ARIANE 44LP DEB (SPELDA)
+1 26471U 00046C   16016.87573083 +.00014774 +00000-0 +32892-2 0  9994
+2 26471 003.4875 154.0308 5726838 115.8254 312.6722 04.44612682181599
+0 TITAN 4B R/B
+1 26474U 00047B   16017.52923755  .00000970  00000-0  96901-4 0  9992
+2 26474  67.9926 192.8942 0057050 176.0386 184.1220 14.94963256838148
+0 DM-F3
+1 26476U 00048A   16018.10878434  .00024890  29178-6  60301-4 0  9998
+2 26476  27.3420  67.7127 5618072 149.9955 259.6340  4.77854287236941
+0 RADUGA 1-5
+1 26477U 00049A   16016.64125426  .00000100  00000-0  00000+0 0  9993
+2 26477  11.1626  38.7550 0001725 206.1475 147.8021  1.00299107 56343
+0 SL-12 R/B(2)
+1 26480U 00049D   16017.58522588 -.00000042  00000-0  00000+0 0  9997
+2 26480  11.4493  39.9803 0014829 274.5970 102.3991  0.98189953 55056
+0 JB-3 A
+1 26481U 00050A   16018.01116233  .00089428  53173-5  19691-3 0  9993
+2 26481  97.1873  25.7661 0001778 120.1139 240.0315 15.98170916861710
+0 SIRIUS 2
+1 26483U 00051A   16015.53560943 -.00000018 +00000-0 +00000-0 0  9997
+2 26483 064.4697 114.3372 2790009 267.0893 193.8823 01.00283935007028
+0 SL-12 R/B(2)
+1 26486U 00051D   16016.39613484 +.00000235 +00000-0 +00000-0 0  9994
+2 26486 062.6657 158.1503 6579858 267.0977 015.9739 01.45766483081770
+0 EUROBIRD 4A(EUTELSAT W1)
+1 26487U 00052A   16016.80525436 -.00000094  00000-0  00000+0 0  9994
+2 26487   3.5910  71.7182 0015105 198.4257 164.9973  0.98180204 56003
+0 ARIANE 44P R/B
+1 26488U 00052B   16017.52201940  .00001356  00000-0  19335-2 0  9991
+2 26488   7.3570  72.7847 7239885 237.6666  32.4795  2.28619213125805
+0 ARIANE 44LP R/B
+1 26490U 00046D   16017.47823664  .00003043  00000-0  13626-2 0  9996
+2 26490   2.7159 171.7928 7015380  77.8564 346.9462  2.60409166135202
+0 ASTRA 2B
+1 26494U 00054A   16017.97410914  .00000143  00000-0  00000+0 0  9991
+2 26494   1.1617  80.2284 0003119 214.6706 203.9507  1.00274367 56105
+0 AMC-7 (GE-7)
+1 26495U 00054B   16017.05268987  .00000079  00000-0  00000+0 0  9990
+2 26495   0.0369  46.3990 0002481 242.7494  70.8248  1.00271237 56119
+0 ARIANE 5 R/B
+1 26496U 00054C   16017.58726304  .00000056  00000-0  62787-3 0  9990
+2 26496   6.9447 210.1937 7165994 354.6117 162.7905  2.24137458125655
+0 ARIANE 5 DEB (SYLDA)
+1 26497U 00054D   16017.40716829 -.00000032  00000-0  13824-3 0  9996
+2 26497   6.7755 169.6391 7162683  72.8744 354.6378  2.27334705127144
+0 COSMOS 1375 DEB
+1 26498U 82055BP  16017.23644970  .00000459  00000-0  39433-3 0  9992
+2 26498  65.8198 322.1089 0036712 273.2940 155.8030 13.96017258805848
+0 COSMOS 1249 COOLANT
+1 26503U 81021E   16015.17741006  .00000013  00000-0  82201-4 0  9998
+2 26503  64.9572 208.3805 0034943  45.9686  68.8693 13.90833337803807
+0 COSMOS 1249 COOLANT
+1 26504U 81021F   16017.11560248  .00000039  00000-0  10259-3 0  9993
+2 26504  64.9613 195.8504 0037374  32.3762  78.7959 13.91147487811513
+0 COSMOS 1249 COOLANT
+1 26505U 81021G   16016.88686735 +.00000044 +00000-0 +10618-3 0  9992
+2 26505 064.9654 203.7474 0038540 025.5662 334.7296 13.91171636074640
+0 COSMOS 1249 COOLANT
+1 26506U 81021H   16018.10185477  .00000038  00000-0  10207-3 0  9994
+2 26506  64.9564 194.2055 0035197  45.6388 314.7549 13.91098853811730
+0 COSMOS 1249 COOLANT
+1 26508U 81021K   16016.97761755  .00000022  00000-0  89245-4 0  9990
+2 26508  64.9646 208.1294 0039066  23.0561  53.5694 13.90929726810431
+0 COSMOS 1249 COOLANT
+1 26509U 81021L   16017.15787447  .00000020  00000-0  87674-4 0  9990
+2 26509  64.9630 209.7947 0038878  28.0881 332.2268 13.90874540805180
+0 COSMOS 1249 COOLANT
+1 26510U 81021M   16017.19929488  .00000025  00000-0  91957-4 0  9993
+2 26510  64.9626 221.6401 0039155  31.3357  83.2372 13.90665423803678
+0 COSMOS 1249 COOLANT
+1 26511U 81021N   16017.21328968  .00000019  00000-0  87873-4 0  9998
+2 26511  64.9585 222.9860 0034360  45.4323  69.8291 13.90451674811285
+0 COSMOS 1249 COOLANT
+1 26512U 81021P   16018.13518696  .00000029  00000-0  94365-4 0  9995
+2 26512  64.9641 198.1432 0038862  24.0258  90.2836 13.91096992805600
+0 COSMOS 1579 COOLANT
+1 26513U 84069E   16016.92118206 +.00000040 +00000-0 +10295-3 0  9991
+2 26513 065.0541 120.1190 0058835 241.6169 231.1831 13.90209921129256
+0 COSMOS 1579 COOLANT
+1 26514U 84069F   16015.94469842 +.00000054 +00000-0 +11496-3 0  9997
+2 26514 065.0492 130.2241 0057959 249.7975 109.6850 13.89998452118756
+0 COSMOS 1579 COOLANT
+1 26516U 84069H   16015.57606631  .00000044  00000-0  10512-3 0  9994
+2 26516  65.0488  90.9353 0058618 247.0483 179.2680 13.90987521803681
+0 COSMOS 1579 COOLANT
+1 26517U 84069J   16017.88791933  .00000033  00000-0  97750-4 0  9999
+2 26517  65.0512 119.1180 0059539 247.0416 222.3348 13.89976084826856
+0 COSMOS 1579 COOLANT
+1 26519U 84069L   16014.83214272  .00000063  00000-0  12303-3 0  9992
+2 26519  65.0496 143.3230 0058304 250.7586 189.3694 13.89610575807789
+0 COSMOS 1579 COOLANT
+1 26520U 84069M   16017.71554462  .00000036  00000-0  10108-3 0  9993
+2 26520  65.0485 126.5634 0059803 252.6791 179.4556 13.89786721804897
+0 COSMOS 1579 COOLANT
+1 26521U 84069N   16017.61443465  .00000042  00000-0  10388-3 0  9990
+2 26521  65.0499 101.6138 0060304 246.3095 181.2894 13.90587104805849
+0 COSMOS 1579 COOLANT
+1 26522U 84069P   16012.90319881  .00000077  00000-0  13200-3 0  9996
+2 26522  65.0508 117.4464 0059871 244.7439 114.7412 13.90643874804505
+0 COSMOS 1579 COOLANT
+1 26523U 84069Q   16012.86066601  .00000070  00000-0  12567-3 0  9999
+2 26523  65.0480 102.3861 0059398 248.1726 111.3013 13.90884184804770
+0 TITAN 3C TRANSTAGE DEB
+1 26524U 65108AK  16016.35094275 -.00000724 +00000-0 -61935-2 0  9999
+2 26524 026.8580 318.3607 6719243 288.3720 327.2090 02.79664850026121
+0 TITAN 3C TRANSTAGE DEB
+1 26525U 65108AL  16016.38046190 -.00000097  00000-0  80798-3 0  9997
+2 26525  26.5121  66.8330 6710443  48.0048   7.6344  2.81388191163773
+0 TITAN 3C TRANSTAGE DEB
+1 26526U 65108AM  16017.25233677 -.00000186  00000-0 -12798-2 0  9997
+2 26526  27.1773  62.0137 6532301 127.3837 349.6717  3.05354812175629
+0 TITAN 3C TRANSTAGE DEB
+1 26528U 65108AP  16015.88951547  .00000622  00000-0  40115-1 0  9995
+2 26528  27.7105 316.9518 6660535  30.8354   1.3179  2.67868217166892
+0 TITAN 3C TRANSTAGE DEB
+1 26529U 65108AQ  16016.59601303 -.00000064 +00000-0 -87388-4 0  9995
+2 26529 026.4329 164.9692 6835038 318.8239 011.6822 02.65337820018630
+0 TITAN 3C TRANSTAGE DEB
+1 26530U 65108AR  16016.29600359  .00000340  00000-0  14417-2 0  9990
+2 26530  27.2379  27.8122 6765253 339.6497  70.4775  2.80709949169560
+0 ARIANE 1 DEB
+1 26533U 79104P   16016.23095060 -.00000025  00000-0  00000+0 0  9996
+2 26533  16.0707 299.2751 5766185 218.2502 349.2407  3.66566131213041
+0 ARIANE 1 DEB
+1 26534U 79104Q   16016.05840779 -.00000236  00000-0 -88768-3 0  9998
+2 26534  16.2395 338.4799 7021511 229.8761  44.1715  2.48468630141226
+0 ARIANE 1 DEB
+1 26535U 79104R   16017.16231732  .00001498  00000-0  17683-2 0  9991
+2 26535  19.8640  63.9883 6147739  91.6356 334.8831  3.71807322209368
+0 NOAA 16
+1 26536U 00055A   16017.56370637 -.00000008  00000-0  19649-4 0  9996
+2 26536  98.9170  88.0573 0010205 351.3001   8.7993 14.13132621789936
+0 SAUDISAT 1A
+1 26545U 00057A   16018.13976291  .00000258  00000-0  48036-4 0  9998
+2 26545  64.5536 247.4033 0048756 301.9163  57.7206 14.84422480827730
+0 MEGSAT 1
+1 26546U 00057B   16017.52942268  .00000858  00000-0  10349-3 0  9999
+2 26546  64.5543 151.9192 0045520 288.3618  71.2543 14.90004582829668
+0 UNISAT
+1 26547U 00057C   16018.11049590  .00000721  00000-0  91092-4 0  9996
+2 26547  64.5493 198.8124 0050241 306.2849  53.3624 14.89182785828727
+0 TIUNGSAT 1
+1 26548U 00057D   16017.49495925  .00000709  00000-0  91418-4 0  9992
+2 26548  64.5501 173.7584 0046151 293.3955 134.0934 14.88537901829184
+0 SAUDISAT 1B
+1 26549U 00057E   16017.45133146  .00000378  00000-0  63741-4 0  9993
+2 26549  64.5547 280.4099 0050312 307.6998  51.9552 14.83060442827000
+0 DNEPR 1 R/B
+1 26550U 00057F   16017.87737484 -.00000063  00000-0  17348-4 0  9990
+2 26550  64.5589 255.4788 0548319 228.3149 211.1900 13.80654284771465
+0 NSS 11 (AAP-1)
+1 26554U 00059A   16016.81653986 -.00000353  00000-0  00000+0 0  9997
+2 26554   0.0385 294.1014 0001108   2.3381 221.3833  1.00271584 56054
+0 SL-12 R/B(2)
+1 26557U 00059D   16017.21455810 -.00000127  00000-0  00000+0 0  9990
+2 26557  14.9128 119.3861 5082323  31.3543 334.3304  1.86633952104281
+0 NSAT 110
+1 26559U 00060A   16017.82977348 -.00000361  00000-0  00000+0 0  9996
+2 26559   0.0218  76.0829 0000530 122.9061 326.4730  1.00271437 55999
+0 HETE 2
+1 26561U 00061A   16016.99052718  .00002663  00000-0  11764-3 0  9991
+2 26561   1.9505 341.6986 0018550 107.2867 252.9206 15.06143751836702
+0 PEGASUS R/B
+1 26562U 00061B   16017.05408715  .00002519  00000-0  10322-3 0  9991
+2 26562   1.9609 257.9485 0017806 269.9204  89.8798 15.07602495837165
+0 COSMOS 2375 (GLONASS)
+1 26564U 00063A   16016.51694369 -.00000030 +00000-0 +00000-0 0  9993
+2 26564 064.9469 082.5811 0005873 055.9307 304.1840 02.13101752118709
+0 COSMOS 2376 (GLONASS)
+1 26565U 00063B   16016.85414885 -.00000032 +00000-0 +00000-0 0  9996
+2 26565 064.9507 082.5848 0001870 018.9564 289.9204 02.13103702118745
+0 COSMOS 2374 (GLONASS)
+1 26566U 00063C   16016.82142095 -.00000032  00000-0  00000+0 0  9994
+2 26566  64.9327  82.4094 0064220 217.5442 280.2021  2.13099935118741
+0 SL-12 R/B(2)
+1 26569U 00063F   16017.64327655 -.00000036  00000-0  00000+0 0  9999
+2 26569  64.9581  81.9198 0012133   2.8618 112.7805  2.13430958118957
+0 THURAYA 1
+1 26578U 00066A   16016.43959270 -.00000181  00000-0  00000+0 0  9993
+2 26578   6.4044  28.2468 0009843 260.1730 165.2959  0.98988762 55498
+0 AMC-6 (GE-6)
+1 26580U 00067A   16016.30665976 -.00000267  00000-0  00000+0 0  9995
+2 26580   0.0456 290.8108 0002498   4.4568 218.2955  1.00270729 55837
+0 SL-12 R/B(2)
+1 26583U 00067D   16016.05937293 +.00000030 +00000-0 +00000-0 0  9992
+2 26583 018.5467 026.1538 5511084 217.3223 087.4049 01.93856451107457
+0 INTELSAT 12 (PAS 12)
+1 26590U 00068A   16017.15425914  .00000128  00000-0  00000+0 0  9992
+2 26590   0.0648 263.6974 0003063  43.7871 269.0426  1.00271134 55650
+0 ARIANE 44LP R/B
+1 26591U 00068B   16017.15464131  .00001277  00000-0  61257-3 0  9998
+2 26591   6.4786 160.3125 6780824  33.0751 355.0244  2.90283145143069
+0 BEIDOU 1
+1 26599U 00069A   16017.74789046 -.00000217  00000-0  00000+0 0  9996
+2 26599   6.2414  57.0039 0009653 285.0303 218.0484  0.98911831 55601
+0 COSMOS 1823 DEB
+1 26601U 87020DT  16016.69190264 -.00000010 +00000-0 +54105-4 0  9994
+2 26601 073.6031 107.8446 0029238 292.0898 223.5267 12.41247432808002
+0 NAVSTAR 49 (USA 154)
+1 26605U 00071A   16017.37350269  .00000044  00000-0  00000+0 0  9994
+2 26605  55.2807 245.4081 0085110 248.9288 233.8137  2.00558933111249
+0 INTELSAT 1R (PAS 1R)
+1 26608U 00072A   16017.17777550 -.00000291  00000-0  00000+0 0  9997
+2 26608   0.0505 232.2132 0001373  44.7933 213.0198  1.00268952 55516
+0 AMSAT OSCAR 40
+1 26609U 00072B   16017.14035507 -.00000263  00000-0  00000+0 0  9993
+2 26609   9.1425 320.2630 7966662 302.6276   4.8429  1.25588118 69843
+0 STRV 1C
+1 26610U 00072C   16015.94180851 -.00000227 +00000-0 +28077-2 0  9991
+2 26610 006.1871 201.3962 7333340 203.4962 088.8330 02.03491791112608
+0 STRV 1D
+1 26611U 00072D   16016.22321751 -.00000249 +00000-0 +73062-4 0  9990
+2 26611 006.1917 202.2115 7334642 201.8744 008.9525 02.03348204013065
+0 ARIANE 5 R/B
+1 26612U 00072E   16017.88028853  .00000142  00000-0 -39467-2 0  9992
+2 26612   6.3720 227.4237 7333489 152.3793 287.9870  2.01720943111845
+0 ARIANE 5 DEB (SYLDA)
+1 26613U 00072F   16016.93702263 -.00000258 +00000-0 +21045-2 0  9993
+2 26613 006.2527 208.6845 7333371 189.5454 144.2815 02.02986194112019
+0 DELTA 1 DEB
+1 26614U 78026HU  16017.27518604  .00002851  00000-0  10402-2 0  9995
+2 26614  98.5927 129.3835 0106138 186.7362 227.4007 14.30727197788280
+0 EO 1
+1 26619U 00075A   16018.13766469  .00000466  00000-0  97190-4 0  9990
+2 26619  97.9021  64.0767 0008659 306.9096  53.1337 14.64186651808016
+0 SAC C
+1 26620U 00075B   16017.96776650  .00000246  00000-0  62478-4 0  9992
+2 26620  98.0645 333.1229 0001418  74.5632 325.7888 14.58509470806035
+0 MUNIN
+1 26621U 00075C   16017.16060648  .00000302  00000-0  29245-3 0  9995
+2 26621  95.4062 323.3535 0712087 328.0764  27.9006 13.04075317721100
+0 DELTA 2 R/B
+1 26622U 00075D   16017.84169236 -.00000968  00000-0 -84579-3 0  9995
+2 26622  95.4329 334.1984 0717950 322.1801  81.3275 13.04382014721350
+0 DELTA 2 DEB (DPAF)
+1 26623U 00075E   16017.48303053  .00006735  00000-0  46190-3 0  9996
+2 26623  98.0342 156.7528 0003030 323.5460  36.5559 15.06370662817915
+0 ANIK F1
+1 26624U 00076A   16017.99123688 -.00000085  00000-0  00000+0 0  9997
+2 26624   0.0259 141.3040 0001087  97.1901 127.8865  1.00271215 55594
+0 SIRIUS 3
+1 26626U 00077A   16017.83869451 -.00000128  00000-0  00000+0 0  9996
+2 26626  64.4410 354.0454 2667165 268.9087  60.7229  1.00272882 55434
+0 SL-12 R/B(2)
+1 26629U 00077D   16017.07383701  .00000177  00000-0  00000+0 0  9997
+2 26629  61.7554 201.8125 4363405 263.4833 237.3505  1.45598549 80326
+0 EROS A1
+1 26631U 00079A   16018.14478477  .00057919  00000-0  75052-3 0  9995
+2 26631  97.5442 122.7333 0003573 303.7985  96.0780 15.58691773839782
+0 ASTRA 2D
+1 26638U 00081A   16016.72125581 +.00000058 +00000-0 +00000-0 0  9992
+2 26638 002.6539 072.5927 0002019 223.2296 136.6082 01.00271911014768
+0 AMC-8 (GE-8)
+1 26639U 00081B   16017.52261887  .00000095  00000-0  00000+0 0  9992
+2 26639   0.0188 343.6750 0002802 327.9434 213.8758  1.00272649 55136
+0 BEIDOU 1B
+1 26643U 00082A   16016.05058721 -.00000110  00000-0  00000+0 0  9995
+2 26643   7.1526  52.4503 0080310 354.9109   5.0318  0.99249798 55088
+0 COSMOS 1579 COOLANT
+1 26646U 84069T   16017.91241991  .00000022  00000-0  89339-4 0  9992
+2 26646  65.0469 111.8170 0059371 252.4180 225.1372 13.90212260776235
+0 COSMOS 1579 COOLANT
+1 26647U 84069U   16012.94758674 +.00000061 +00000-0 +12036-3 0  9994
+2 26647 065.0475 134.3860 0060124 254.5571 104.8846 13.90113998121370
+0 CZ-4 DEB
+1 26650U 99057LG  16018.08252529  .00001371  00000-0  19733-3 0  9996
+2 26650  98.5853  64.8581 0012208  40.1312  17.6741 14.78138461834560
+0 CZ-4 DEB
+1 26654U 99057LL  16017.09156315  .00001692  00000-0  53612-3 0  9996
+2 26654  98.6912 335.0412 0136129 275.0888  83.4772 14.36299914801893
+0 CZ-4 DEB
+1 26658U 99057LQ  16016.83333480  .00000728  00000-0  21033-3 0  9992
+2 26658  98.3613 336.8642 0078348 101.9298 289.2473 14.45720735810542
+0 CZ-4 DEB
+1 26661U 99057LT  16016.89077191  .00002444  00000-0  50842-3 0  9993
+2 26661  98.3102 358.0019 0071588 308.1048  81.3985 14.59395554823372
+0 TURKSAT 2A
+1 26666U 01002A   16017.55997261  .00000136  00000-0  00000+0 0  9997
+2 26666   0.1073  65.6971 0004058 248.2327  46.0178  1.00272002 55020
+0 NIMBUS 2 DEB
+1 26669U 66040J   16017.84023860  .00002247  00000-0  29593-2 0  9996
+2 26669 100.2200 153.6339 0037130  86.0809  67.9083 13.62093796769103
+0 NIMBUS 2 DEB
+1 26670U 66040K   16016.03043140  .00002259  00000-0  27550-2 0  9995
+2 26670 100.2663 213.4472 0043693  18.1550 132.7561 13.66724826427811
+0 COSMOS 1188 DEB
+1 26675U 80050E   16016.13591219 -.00000505  00000-0  00000+0 0  9994
+2 26675  71.4415 324.4519 6061569 322.2004   7.7332  1.94407823154868
+0 COSMOS 1188 DEB
+1 26676U 80050F   16015.33488485  .00000007  00000-0  47594+0 0  9991
+2 26676  69.0075 310.5749 6570376 341.1456  41.1567  1.93645570132395
+0 COSMOS 1188 DEB
+1 26677U 80050G   16017.64457287 -.00000416  00000-0  00000+0 0  9990
+2 26677  73.1458 330.3629 5693760 302.5919 323.4332  1.93184865155623
+0 COSMOS 1217 DEB
+1 26678U 80085E   16017.77423076  .00000168  00000-0  00000+0 0  9995
+2 26678  64.9549 224.1435 6725333  52.8471 351.4096  2.11883606125826
+0 COSMOS 1285 DEB
+1 26680U 81071L   16016.44648823 -.00000256  00000-0  00000+0 0  9995
+2 26680  67.2657  22.9382 6093206  78.6622 340.4021  1.98221014132547
+0 ARIANE 1 DEB
+1 26681U 84023G   16017.52467788  .00000231  00000-0  37728-2 0  9997
+2 26681   8.8819 316.9868 6880086  11.0629 119.5772  2.59216933161915
+0 ARIANE 1 DEB
+1 26683U 85056H   16015.34381810 -.00000049  00000-0  32612-3 0  9991
+2 26683   5.6980 264.5953 7096576  75.0967  26.0766  2.22808007129001
+0 ARIANE 1 DEB
+1 26684U 85056J   16014.58501523 +.00000013 +00000-0 +10566-2 0  9995
+2 26684 005.5663 152.2076 7081568 287.5611 022.0249 02.36047096147076
+0 ARIANE 1 DEB
+1 26685U 85056K   16016.31890591 -.00000095 +00000-0 +00000-0 0  9996
+2 26685 007.0338 253.2667 7056644 073.2861 172.8383 02.16505789018420
+0 NAVSTAR 50 (USA 156)
+1 26690U 01004A   16017.55746807  .00000076  00000-0  00000+0 0  9997
+2 26690  53.0008 179.4153 0167303 250.2941  99.4747  2.00564840109654
+0 SKYNET 4F
+1 26695U 01005B   16017.34907118 -.00000258  00000-0  00000+0 0  9997
+2 26695   8.2579  40.5067 0003370 258.4492 268.8920  1.00274236 54739
+0 ARIANE 44L R/B
+1 26696U 01005C   16016.68927733 +.00001928 +00000-0 +11852-2 0  9993
+2 26696 007.0541 095.2309 7061599 153.0884 274.6225 02.53604477129987
+0 DELTA 1 DEB
+1 26701U 75052KB  16018.12923351  .00000469  00000-0  63074-3 0  9999
+2 26701  99.9416 183.7140 0261118 339.1940  69.3048 13.52316899747508
+0 ODIN
+1 26702U 01007A   16018.09655436  .00001836  00000-0  12981-3 0  9991
+2 26702  97.6337  34.3943 0011909  21.7109 338.4620 15.06087480813939
+0 SL-18 R/B
+1 26703U 01007B   16017.52844855  .00000548  00000-0  54235-4 0  9992
+2 26703  97.7260  29.4412 0005230  96.6210 263.5606 14.95830105811225
+0 ARIANE 2 DEB
+1 26717U 89006C   16016.64676013 -.00000094  00000-0  77337-3 0  9997
+2 26717   7.9487 151.3531 7161823 346.0423   9.8257  2.26204424124317
+0 EUTE 28A (EB 1)
+1 26719U 01011A   16018.09329126  .00000145  00000-0  00000+0 0  9995
+2 26719   0.0651  20.3467 0004859 260.4929 262.7371  1.00270194 54448
+0 BSAT-2A
+1 26720U 01011B   16016.87513669 -.00000310 +00000-0 +00000-0 0  9994
+2 26720 002.9732 071.0498 0005704 159.8107 339.8071 00.99180329054245
+0 ARIANE 5 R/B
+1 26721U 01011C   16016.69203395 -.00000093 +00000-0 -19348-2 0  9993
+2 26721 001.1410 196.1933 7051175 042.9995 005.8185 02.24561336121916
+0 ARIANE 5 DEB (SYLDA)
+1 26722U 01011D   16016.80505616 -.00000111 +00000-0 -61371-2 0  9992
+2 26722 001.5998 214.7104 7064772 008.5700 273.5808 02.22874668121030
+0 XM-2
+1 26724U 01012A   16017.37781819 -.00000120  00000-0  00000+0 0  9997
+2 26724   1.0785  79.6248 0005358 302.0160  57.3845  0.99084552 54343
+0 BLOCK DM-SL R/B
+1 26725U 01012B   16017.51876586 -.00000182  00000-0 -27569-2 0  9991
+2 26725   0.9927 283.5019 7061860 338.2900 321.0960  2.23577122121187
+0 ARIANE 2 DEB
+1 26726U 89006D   16015.27136495 -.00000037  00000-0  31535-3 0  9997
+2 26726   7.9258 122.4238 7161444  44.2047 341.8369  2.27096463124646
+0 ARIANE 2 DEB
+1 26727U 89006E   16016.65781006 -.00000025  00000-0  75824-3 0  9991
+2 26727   8.1295 124.4024 7149685  38.4714   5.3015  2.27867386124948
+0 ARIANE 2 DEB
+1 26728U 89006F   16017.17199726  .00001893  00000-0  63692-2 0  9994
+2 26728   8.3183  10.6765 7120627 265.2827  17.7414  2.39052790128116
+0 ARIANE 2 DEB
+1 26729U 89006G   16017.54905851 -.00000026  00000-0  45847-4 0  9992
+2 26729   8.3666  50.7805 7187514 183.2331 166.3229  2.29730911124703
+0 OPS 4682 DEB
+1 26731U 65027BE  16017.98218959  .00000050  00000-0  15465-3 0  9994
+2 26731  90.3141 276.2962 0026800 101.4933 319.3797 12.93716560968899
+0 OPS 4682 DEB
+1 26732U 65027BF  16017.19098947  .00000768  00000-0  27331-2 0  9991
+2 26732  90.3052 273.7343 0043618  86.3320  67.7620 12.94223336  2919
+0 OPS 4682 DEB
+1 26733U 65027BG  16018.17333022  .00000150  00000-0  51759-3 0  9994
+2 26733  90.3014 270.6365 0033328  94.9919  30.6359 12.93516771706156
+0 EKRAN 21
+1 26736U 01014A   16017.51190383 -.00000299  00000-0  00000+0 0  9995
+2 26736  10.8958  45.1512 0026612 330.4333  40.2099  0.99587216 54034
+0 BREEZE-M R/B
+1 26738U 01014C   16017.10820610 -.00000137  00000-0  00000+0 0  9996
+2 26738  11.2938  45.8301 0171327 137.7925 253.6133  0.97964765 52944
+0 PEGASUS DEB
+1 26740U 94029AEH 16018.07324281  .00002823  00000-0  26803-3 0  9993
+2 26740  81.8711 296.8308 0118933 285.7303 133.8686 14.87937981925969
+0 ARIANE 42P+ DEB
+1 26741U 92072J   16016.53310053  .00001057  00000-0  30259-1 0  9997
+2 26741   8.1293  59.4474 6529103 334.2976  46.9657  2.91929318174034
+0 GSAT 1
+1 26745U 01015A   16017.48369509 -.00000244  00000-0  00000+0 0  9990
+2 26745  10.6440  36.3314 0238649 191.7247 324.9700  1.03823616 56022
+0 CZ-4 DEB
+1 26754U 99057MB  16017.22970430  .00002294  00000-0  35091-3 0  9994
+2 26754  98.4459 303.9779 0062932 260.1489  99.2609 14.73515665790302
+0 CZ-4 DEB
+1 26755U 99057MC  16016.52633252  .00003265  00000-0  56417-3 0  9999
+2 26755  98.2420 122.6678 0067878 186.2923 236.2297 14.67603027785536
+0 CZ-4 DEB
+1 26756U 99057MD  16017.34850481  .00000171  00000-0  68732-4 0  9993
+2 26756  98.4857 324.8048 0083730 227.5039 289.4683 14.37993122776952
+0 XM-1
+1 26761U 01018A   16017.17256589 -.00000265  00000-0  00000+0 0  9993
+2 26761   0.0581  95.0510 0001068 282.4206 121.7122  1.00271826 53884
+0 BLOCK DM-SL R/B
+1 26762U 01018B   16016.85838885 -.00000199 +00000-0 -30303-3 0  9993
+2 26762 001.4305 345.1135 7064435 307.3850 010.0294 02.23849525120217
+0 TITAN 3C TRANSTAGE DEB
+1 26763U 65108AS  16016.95562459  .00000217  00000-0  39123-2 0  9993
+2 26763  26.4208 327.7177 6761288 350.7590   9.5458  2.73892419147995
+0 TITAN 3C TRANSTAGE DEB
+1 26764U 65108AT  16008.44230881 -.00000042  00000-0 -15568-3 0  9996
+2 26764  26.2582 238.4715 6811844 227.8179 351.6896  2.66420279144140
+0 TITAN 3C TRANSTAGE DEB
+1 26765U 65108AU  16009.51367623 -.00000325  00000-0 -58628-2 0  9998
+2 26765  27.2206  48.3159 6728852 226.3480 349.7159  2.68605200145142
+0 INTELSAT 10 (PAS 10)
+1 26766U 01019A   16018.03407904  .00000116  00000-0  00000+0 0  9998
+2 26766   0.4482  87.2716 0002659 206.9668 242.4073  1.00273194 53790
+0 BLOCK DM R/B
+1 26769U 01019D   16016.79950565 -.00000058  00000-0  00000+0 0  9994
+2 26769  17.8071  46.3784 5183525 336.9681 208.5784  1.86698139100087
+0 TITAN 3C TRANSTAGE DEB
+1 26777U 65108AV  16017.35104825 -.00000157  00000-0  00000+0 0  9995
+2 26777  26.8614 103.1345 6682805 359.0363  10.3334  2.56687962149840
+0 TITAN 3C TRANSTAGE DEB
+1 26778U 65108AW  16016.42226821 +.00000418 +00000-0 +73168-2 0  9991
+2 26778 027.5442 149.6408 6794948 265.6456 019.2576 02.64739339011984
+0 TITAN 3C TRANSTAGE DEB
+1 26779U 65108AX  16016.47658086 +.00000428 +00000-0 +19388-1 0  9993
+2 26779 026.7109 077.4136 6758216 312.5092 033.1741 02.60122672085047
+0 TITAN 3C TRANSTAGE DEB
+1 26780U 65108AY  16013.74834687 -.00000097  00000-0  00000+0 0  9997
+2 26780  26.7353 283.1196 6324113 356.0801   4.5034  2.58790405142726
+0 TITAN 3C TRANSTAGE DEB
+1 26781U 65108AZ  16015.89950352 +.00000168 +00000-0 +67162-3 0  9998
+2 26781 027.2594 268.3328 6342733 256.3916 029.9841 03.33763904192370
+0 TITAN 3C TRANSTAGE DEB
+1 26782U 65108BA  16017.83128621  .00021674  00000-0  20244-2 0  9995
+2 26782  26.4615 302.2989 3940330 339.1009   8.4719  7.50573878419655
+0 TITAN 3C TRANSTAGE DEB
+1 26783U 65108BB  16017.71809157  .00000041  00000-0  00000+0 0  9993
+2 26783  27.3871 154.0220 6580840  64.4746  10.9019  2.68086485155921
+0 COSMOS 1247 DEB
+1 26786U 81016J   16013.50576757  .00000233  00000-0  00000+0 0  9995
+2 26786  68.3640 268.0990 5630027  65.1720 342.2535  2.05221202146614
+0 ARIANE 1 DEB
+1 26787U 85056M   16016.58045664 -.00000405 +00000-0 -35707-1 0  9990
+2 26787 007.4883 351.4558 6994954 231.7786 351.8913 02.26290997020630
+0 CZ-3 DEB
+1 26788U 86010E   16015.49824326 -.00000005  00000-0 -25463-3 0  9997
+2 26788  30.7695 259.2259 6845050 294.0894 341.9258  2.62296790148593
+0 DELTA 2 DEB
+1 26789U 99055D   16017.40523172  .00211950  17344-5  39181-3 0  9996
+2 26789  38.5175  46.4881 2266580 147.1144 229.3508 11.15068976341871
+0 DELTA 2 DEB
+1 26791U 92019D   16017.35505153  .00014846  00000-0  30960-3 0  9992
+2 26791  34.6628  36.2242 3935379 184.3781 170.8584  7.64485834394723
+0 ARIANE 44LP DEB
+1 26794U 91015L   16015.36785985 -.00000049 +00000-0 -60738-3 0  9990
+2 26794 007.0775 134.2323 6632622 062.6852 287.9642 02.87287404018403
+0 SL-12 DEB
+1 26795U 90102G   16017.61679642  .00001195  00000-0  20824+0 0  9998
+2 26795  45.9930 248.8630 0760224 344.4921  22.3646  9.30997180511859
+0 ARIANE 44LP DEB
+1 26799U 89062J   16016.87264018  .00132293  00000-0  17351-1 0  9996
+2 26799   7.6843 318.7156 5576370 338.4170   5.1643  4.70990265188663
+0 ARIANE 3 DEB
+1 26806U 88081G   16017.62694277 -.00000036  00000-0  00000+0 0  9994
+2 26806   5.6909 139.5572 7046422  97.2996 353.4227  2.17238544123101
+0 ARIANE 3 DEB
+1 26807U 88081H   16016.65101310 -.00000105  00000-0  00000+0 0  9995
+2 26807   5.7255 121.5459 7055708 130.7651   1.5817  2.17350382130693
+0 ARIANE 44LP DEB
+1 26808U 88109L   16017.57507683  .00000028  00000-0  45088-2 0  9993
+2 26808   6.4586 280.1149 7229718  30.0532 233.8082  2.14393369123270
+0 ARIANE 3 DEB
+1 26809U 88063J   16017.42308775  .00003819  00000-0  45545-2 0  9997
+2 26809   6.9481 291.1895 6942261  26.9216 356.3111  2.65605440150925
+0 ARIANE 44LP DEB
+1 26810U 88109M   16017.90744831  .00001159  00000-0  56407-1 0  9993
+2 26810   6.9179 315.6821 7166913 315.8154 302.5619  2.16251489123254
+0 ARIANE 44LP DEB
+1 26812U 88109P   16016.30126765 -.00000095  00000-0  00000+0 0  9993
+2 26812   7.0442   0.0599 7011592 229.2453 313.0140  2.21613578140072
+0 SL-12 DEB
+1 26813U 89001P   16017.98156124  .00029872  00000-0  76526-1 0  9994
+2 26813  65.4080 263.6444 2162614 164.6157 203.2798 10.02049090491444
+0 NIMBUS 2 DEB
+1 26816U 66040L   16016.74782501 +.00001040 +00000-0 +17693-2 0  9990
+2 26816 100.3498 123.1198 0058801 003.6512 158.7884 13.47175289730327
+0 TRANSIT 14 DEB
+1 26817U 66076H   16009.05392161  .00000481  00000-0  58326-3 0  9992
+2 26817  88.8464 126.1194 0038600 209.3094 150.5900 13.64336849786505
+0 COSMOS 2378
+1 26818U 01023A   16016.97135358  .00000015  00000-0 -29714-6 0  9992
+2 26818  82.9262 160.5825 0032448 196.1106 163.9044 13.73893343732517
+0 SL-8 R/B
+1 26819U 01023B   16017.97286784  .00000005  00000-0 -10244-4 0  9999
+2 26819  82.9262 147.8684 0023669 154.4125 340.4162 13.75486931733474
+0 THORAD AGENA D DEB
+1 26821U 70025QQ  16016.88387551 +.00001518 +00000-0 +65217-3 0  9991
+2 26821 099.9954 085.5560 0071771 348.6166 071.0833 14.25164291161186
+0 DELTA 1 DEB
+1 26822U 75052KC  16017.53116723  .00000019  00000-0  19432-3 0  9994
+2 26822  99.6433 215.4414 0312711 281.9553 103.5348 12.83335974743064
+0 DELTA 1 DEB
+1 26823U 75052KD  16018.12108544  .00000559  00000-0  96152-3 0  9996
+2 26823  99.9995 165.8008 0048455 122.2514 289.0535 13.48737235193619
+0 INTELSAT 901
+1 26824U 01024A   16018.09378440 -.00000152  00000-0  00000+0 0  9998
+2 26824   0.0174  43.8400 0003111 240.6035 208.2406  1.00271092 53463
+0 DELTA 1 DEB
+1 26826U 75052KE  16017.41814414  .00000324  00000-0  10040-2 0  9991
+2 26826  99.5980 358.8858 0299504 154.2851   0.1152 12.97643988152213
+0 DELTA 1 DEB
+1 26827U 75052KF  16016.76599968 +.00000356 +00000-0 +84991-3 0  9995
+2 26827 099.7770 119.2736 0112590 268.6071 245.4773 13.27922665089791
+0 DELTA 1 DEB
+1 26828U 75052KG  16017.87818552  .00004116  00000-0  36790-2 0  9993
+2 26828  99.5479 170.8239 0069156 214.6189 308.3460 13.83927898151110
+0 DELTA 1 DEB
+1 26829U 75052KH  16016.88633730 -.00000082 +00000-0 -11156-3 0  9997
+2 26829 099.5972 173.4028 0257514 077.6203 076.0011 13.09618352018264
+0 DELTA 1 DEB
+1 26830U 75052KJ  16017.96315584  .00000311  00000-0  80462-3 0  9992
+2 26830  99.6600  16.9061 0140094 119.4049 270.1406 13.21838192714336
+0 DELTA 1 DEB
+1 26831U 75052KK  16014.91740834  .00001689  00000-0  23338-2 0  9992
+2 26831  99.8100   5.4763 0071939 291.2955  97.3353 13.58714804135253
+0 DELTA 1 DEB
+1 26832U 75052KL  16016.04722492  .00000106  00000-0  70062-3 0  9999
+2 26832  99.6434  85.2594 0623661 195.6753 289.3825 12.21049856998046
+0 DELTA 1 DEB
+1 26833U 75052KM  16016.67640675  .00000104  00000-0  52028-3 0  9991
+2 26833  99.7261  93.8107 0368093 301.6822 216.7845 12.72962455786947
+0 DELTA 1 DEB
+1 26834U 75052KN  16017.22984227 -.00000037  00000-0  13879-4 0  9996
+2 26834 100.0798 110.9985 0057140 158.5382 231.5614 13.32820656721493
+0 DELTA 1 DEB
+1 26835U 75052KP  16018.20260645  .00000582  00000-0  69574-3 0  9993
+2 26835  99.5859 134.7380 0043141 265.0818 159.5607 13.71219278198361
+0 DELTA 1 DEB
+1 26836U 75052KQ  16016.78904231 +.00000026 +00000-0 +14756-3 0  9996
+2 26836 099.7177 219.2657 0104543 257.3809 164.5512 13.26360949103719
+0 DELTA 1 DEB
+1 26837U 75052KR  16016.86000328 +.00000566 +00000-0 +15782-2 0  9998
+2 26837 099.7378 150.4213 0283810 324.0936 192.0267 13.03680497755797
+0 DELTA 1 DEB
+1 26838U 75052KS  16017.35297557  .00000617  00000-0  19441-2 0  9999
+2 26838  99.2689 327.8495 0313684 107.8313  41.1214 12.91785442 20703
+0 DELTA 1 DEB
+1 26839U 75052KT  16017.47059726  .00000077  00000-0  25153-3 0  9995
+2 26839  99.7798  16.3897 0083003 283.5344 232.0507 13.29732780160802
+0 DELTA 1 DEB
+1 26840U 75052KU  16015.60327495  .00000058  00000-0  34631-3 0  9991
+2 26840  99.6940  65.8874 0364604  16.9111 135.7713 12.72097139108949
+0 DELTA 1 DEB
+1 26841U 75052KV  16015.90479140 -.00000011 +00000-0 +69414-4 0  9998
+2 26841 099.9277 346.9641 0523584 301.0032 076.8809 12.83324989082181
+0 DELTA 1 DEB
+1 26842U 75052KW  16017.21333116  .00001051  00000-0  12418-2 0  9991
+2 26842  99.7696 259.6919 0044031  30.5612  94.5834 13.69953510895568
+0 DELTA 1 DEB
+1 26843U 75052KX  16017.68905301  .00000019  00000-0  13826-3 0  9992
+2 26843  99.7808  88.7809 0117795  61.1354 105.3685 13.21581872 36618
+0 DELTA 1 DEB
+1 26844U 75052KY  16016.10016956 +.00000161 +00000-0 +28013-3 0  9990
+2 26844 099.9732 239.4857 0047567 294.7431 217.9335 13.59357140175676
+0 DELTA 1 DEB
+1 26845U 75052KZ  16016.70757130 -.00000263  00000-0 -85125-3 0  9995
+2 26845  99.1931 288.9087 0439135 246.5034 137.5238 12.64583163979968
+0 DELTA 1 DEB
+1 26846U 75052LA  16018.12501928  .00000253  00000-0  76026-3 0  9993
+2 26846  99.8143 313.6424 0172600 103.7697  21.2628 13.11608015898130
+0 DELTA 1 DEB
+1 26847U 75052LB  16016.96474911 -.00000005 +00000-0 +78089-4 0  9993
+2 26847 099.6803 188.2343 0089997 225.6772 295.0754 13.26873545908357
+0 SL-3 DEB
+1 26848U 75124C   16017.16119780  .00000119  00000-0  61006-4 0  9993
+2 26848  81.2792 300.3138 0008776 309.2593  50.7798 14.09341243823455
+0 ARIANE 42P+ DEB
+1 26850U 92072K   16016.52479220 -.00000333 +00000-0 -13309-1 0  9994
+2 26850 007.5257 168.3557 6476916 154.7576 260.7997 02.90118476173186
+0 DELTA 2 DEB
+1 26851U 92058E   16017.44127424  .00011174  00000-0  35672-3 0  9999
+2 26851  34.8554  45.5503 4268145 132.4339 272.6233  7.00577221376866
+0 ASTRA 2C
+1 26853U 01025A   16017.52016900  .00000037  00000-0  00000+0 0  9999
+2 26853   0.0553 309.1401 0003172 338.5926  76.1700  1.00270941 53447
+0 SL-12 R/B(2)
+1 26855U 01025C   16018.08707685 -.00000027  00000-0  00000+0 0  9990
+2 26855  15.1578 123.8146 5013471 279.1584 147.4798  1.84793739 98500
+0 ICO F2
+1 26857U 01026A   16016.22205216 -.00000038 +00000-0 +00000-0 0  9993
+2 26857 044.9496 041.1640 0016175 202.2281 222.7996 03.92441483056397
+0 ATLAS 2AS CENTAUR R/B
+1 26858U 01026B   16015.91524096 -.00000008 +00000-0 +00000-0 0  9996
+2 26858 044.9195 264.8560 0091012 131.1787 118.1386 04.15707293221343
+0 DELTA 1 DEB
+1 26861U 78026HV  16017.76935355  .00000112  00000-0  58798-4 0  9999
+2 26861  98.3783  20.3091 0102453 339.4691  20.2387 14.27968321648685
+0 ARTEMIS
+1 26863U 01029A   16018.16580973  .00000094  00000-0  00000+0 0  9994
+2 26863  12.1317  38.6177 0005583 267.5029 251.9583  1.00273725 54263
+0 MOLNIYA 3-51
+1 26867U 01030A   16018.17225699  .00002758  00000-0  69470-3 0  9991
+2 26867  62.4341 174.7955 7083821 264.2025 287.7190  2.52776731109654
+0 SL-6 R/B(2)
+1 26870U 01030D   16017.13212183  .00000510  00000-0  11271-3 0  9994
+2 26870  62.3945 239.2828 7391713 258.3580  18.0632  2.12199696104752
+0 GOES 12
+1 26871U 01031A   16017.10845005 -.00000151  00000-0  00000+0 0  9994
+2 26871   5.3897  64.1747 0010123 214.2302 166.7488  0.99136571 53029
+0 SL-14 R/B
+1 26874U 01032B   16017.76192141  .00019560  00000-0  13988-3 0  9992
+2 26874  82.4629  86.8096 0009552  65.6352 294.5907 15.73508770811778
+0 COSMOS 2379
+1 26892U 01037A   16016.80492657  .00000089  00000-0  00000+0 0  9999
+2 26892   9.6310  42.5483 0006282 162.2537 218.0137  1.00305513 52724
+0 SL-12 R/B(2)
+1 26895U 01037D   16017.51419275 -.00000377  00000-0  00000+0 0  9997
+2 26895   9.5977  42.6787 0018346 341.0862  31.2907  1.00237327 52733
+0 LRE
+1 26898U 01038A   16017.03478151  .00003673  00000-0  36320-3 0  9995
+2 26898  28.3798 263.0154 7152105 209.8726  76.0518  2.46822160123967
+0 H-2A R/B
+1 26899U 01038B   16017.69990331  .00002316  00000-0  49610-3 0  9996
+2 26899  28.1462 275.5957 7142116 205.2248  88.1384  2.46419054123737
+0 INTELSAT 902
+1 26900U 01039A   16017.71542325  .00000023  00000-0  00000+0 0  9998
+2 26900   0.0335  77.6562 0003303 239.3948 119.0454  1.00273623 52634
+0 ARIANE 44L R/B
+1 26901U 01039B   16017.72105707  .00001819  00000-0  72035-3 0  9994
+2 26901   7.4611  32.9477 6906500 186.8904 153.1850  2.74732225129271
+0 COSMOS 1249 COOLANT
+1 26911U 81021Q   16017.92295289  .00000024  00000-0  91321-4 0  9998
+2 26911  64.9609 208.8170 0038093  33.6384  35.6053 13.90647641752008
+0 ATLAS 75E DEB
+1 26916U 83072D   16004.94420344 -.00003368  21299-4  00000+0 0  9992
+2 26916  62.1442 125.0352 1142899  50.3532  49.6389 13.88614766358077
+0 COSMOS 1217 DEB
+1 26918U 80085G   16016.34819005  .00000538  00000-0  00000+0 0  9996
+2 26918  69.3330  38.2488 6420969 358.7252  19.7376  2.05511950137500
+0 COSMOS 1217 DEB
+1 26919U 80085H   16014.08068996 -.00000539  00000-0  00000+0 0  9993
+2 26919  69.5523  63.5283 6217623 359.5193   0.2532  2.05001908136892
+0 ATLAS 55E DEB
+1 26921U 85093C   16017.48616029  .00000066  00000-0  00000+0 0  9997
+2 26921  63.9016 194.9287 5538166  24.1916   1.3478  3.89997542332001
+0 ARIANE 1 DEB
+1 26922U 84023H   16016.51109648 -.00000149 +00000-0 +00000-0 0  9991
+2 26922 009.1972 031.2511 6471463 256.3794 125.7184 02.77168038178490
+0 ARIANE 1 DEB
+1 26924U 84023J   16016.41868241 -.00000076 +00000-0 +00000-0 0  9992
+2 26924 007.9774 148.9090 6722846 011.7065 003.6889 02.51852400022303
+0 ATLAS 14E DEB
+1 26926U 84097C   16016.26525163 -.00000295 +00000-0 -17320-3 0  9991
+2 26926 062.9487 117.8870 6032361 022.8298 355.3844 03.94004684335019
+0 EUTE 8 WEST A (AB 2)
+1 26927U 01042A   16018.17268854 -.00000112  00000-0  00000+0 0  9994
+2 26927   0.0642  24.4306 0006285 272.8897 229.3488  1.00271068 52393
+0 PICOSAT 9
+1 26930U 01043B   16018.22248410 -.00000000  00000-0  31853-4 0  9992
+2 26930  67.0025 303.9752 0007582 308.2313  51.8105 14.30586460746805
+0 PCSAT
+1 26931U 01043C   16017.39824338  .00000056  00000-0  53295-4 0  9993
+2 26931  67.0522 344.5023 0007446 274.4257  85.5993 14.30378467746434
+0 SAPPHIRE
+1 26932U 01043D   16017.85419141  .00000010  00000-0  35939-4 0  9992
+2 26932  67.0571 344.9559 0008001 287.1725  72.8500 14.30191558746534
+0 RADUGA 1-6
+1 26936U 01045A   16016.36590772 -.00000127  00000-0  00000+0 0  9999
+2 26936  10.7290  43.8549 0017136 119.4170 285.8168  0.97744932 51381
+0 SL-12 R/B(2)
+1 26939U 01045D   16016.64173152  .00000032  00000-0  00000+0 0  9996
+2 26939  10.4577  42.4612 0025701 282.9680  78.8129  1.00323032 52707
+0 TES
+1 26957U 01049A   16018.15681318  .00001684  00000-0  10865-3 0  9994
+2 26957  97.6743 111.5475 0040267 350.3074   9.7349 15.09049239780551
+0 PROBA 1
+1 26958U 01049B   16018.17684836  .00001518  00000-0  13864-3 0  9993
+2 26958  97.4965 359.7962 0072432 258.4626 100.8449 14.94548873774438
+0 BIRD 2
+1 26959U 01049C   16018.19939897  .00003991  00000-0  13506-3 0  9996
+2 26959  97.7610 293.4534 0011865  51.1433 309.0864 15.31185641787277
+0 PSLV R/B
+1 26960U 01049D   16017.44703108  .00002585  00000-0  17766-3 0  9999
+2 26960  97.6197 343.5677 0059314 126.4947 234.1764 15.05410879776270
+0 NIMBUS 2 DEB
+1 26962U 66040M   16017.23253311  .00001047  00000-0  18202-2 0  9993
+2 26962 100.3215 108.0470 0046270  15.7687  44.6947 13.45980724715888
+0 COSMOS 917 DEB
+1 26964U 77047E   16015.10968176  .00000100  00000-0  00000+0 0  9993
+2 26964  66.5536 319.1052 5942129  63.4369 344.6934  2.02600440500336
+0 DELTA 2 DEB
+1 26967U 93017E   16016.04812562  .00012315  00000-0  40380-3 0  9992
+2 26967  34.9422   8.7549 4382907   9.9428 356.5156  6.79795297352893
+0 SL-16 DEB
+1 26968U 93016AJ  16016.97060444 +.00000620 +00000-0 +25664-3 0  9992
+2 26968 070.9983 225.4830 0006561 059.6466 048.2239 14.30522078183931
+0 COSMOS 1024 DEB
+1 26975U 78066F   16016.31010454 +.00000428 +00000-0 +00000-0 0  9992
+2 26975 067.9691 046.8543 6006943 032.5113 353.4004 02.05667599139373
+0 COSMOS 1191 DEB
+1 26977U 80057H   16016.33701033 -.00000854  00000-0  00000+0 0  9992
+2 26977  67.3811   1.0851 5928510  78.3646 339.2395  1.99717606104160
+0 COSMOS 1191 DEB
+1 26978U 80057J   16016.51190053  .00000029  00000-0  00000+0 0  9990
+2 26978  67.5279   7.6045 5842386  81.8886  21.9957  1.99642364112198
+0 SL-16 DEB
+1 26980U 92093JK  16017.16093699  .00003515  00000-0  10769-2 0  9995
+2 26980  71.1148 121.3994 0095271 127.9206 306.3563 14.39795320183910
+0 COSMOS 1823 DEB
+1 26982U 87020DU  16017.64247089  .00000031  00000-0  35559-3 0  9993
+2 26982  73.6018  98.3788 0031164 286.0331 228.4793 12.42140734720759
+0 DIRECTV 4S
+1 26985U 01052A   16016.53477972 -.00000121  00000-0  00000+0 0  9990
+2 26985   0.0190  50.6103 0002245 243.8226 272.2888  1.00270685 51841
+0 COSMOS 2382 (GLONASS)
+1 26987U 01053A   16017.64510025  .00000107  00000-0  00000+0 0  9996
+2 26987  62.9468 193.6246 0006183 184.0969 140.9138  2.13105365109940
+0 COSMOS 2381 (GLONASS)
+1 26988U 01053B   16016.67584896 +.00000107 +00000-0 +00000-0 0  9997
+2 26988 062.9507 193.6727 0035197 208.7343 188.3413 02.13105507109957
+0 COSMOS 2380 (GLONASS)
+1 26989U 01053C   16017.05911124  .00000107  00000-0  00000+0 0  9998
+2 26989  62.9430 193.6394 0003370  14.6481 161.3077  2.13103185109933
+0 SL-12 R/B(2)
+1 26992U 01053F   16016.62002490 +.00000106 +00000-0 +00000-0 0  9991
+2 26992 062.9530 192.7297 0014350 281.1779 132.9650 02.13597350110238
+0 JASON
+1 26997U 01055A   16018.20966895 -.00000068  00000-0 -27922-4 0  9997
+2 26997  66.0395  97.5095 0009176 269.2860 120.7177 12.83983830660614
+0 TIMED
+1 26998U 01055B   16018.12700951  .00000351  00000-0  42698-4 0  9998
+2 26998  74.0712 261.8197 0000517 295.0771  65.0355 14.87596390764738
+0 DELTA 2 DEB (DPAF)
+1 27000U 01055D   16018.19503166 -.00000041  00000-0  85422-4 0  9998
+2 27000  66.0414  45.5332 0013191 285.9532 145.8305 12.84631487661983
+0 METEOR 3M
+1 27001U 01056A   16017.86242047 -.00000015  00000-0  32830-4 0  9997
+2 27001  99.3307 166.7643 0012859 256.4923 223.1425 13.68796659704619
+0 KOMPASS
+1 27002U 01056B   16017.89287994  .00000008  00000-0  57633-4 0  9990
+2 27002  99.2671 169.7341 0018828 237.3255 277.0077 13.70251634705365
+0 BADR B
+1 27003U 01056C   16017.42669514 -.00000014  00000-0  32643-4 0  9994
+2 27003  99.2703 168.2817 0019551 237.2951 122.6311 13.70212037705326
+0 MAROC TUBSAT
+1 27004U 01056D   16016.85673190 -.00000022  00000-0  23766-4 0  9991
+2 27004  99.2757 167.1522 0019089 241.0135 286.2218 13.70111455705202
+0 REFLECTOR
+1 27005U 01056E   16018.17863404  .00000017  00000-0  66598-4 0  9991
+2 27005  99.2498 173.5526 0017905 234.3468 125.6012 13.70629953705462
+0 SL-16 R/B
+1 27006U 01056F   16017.52221231 -.00000046  00000-0 -39386-5 0  9996
+2 27006  99.2341 170.7088 0014187 214.8751 186.2405 13.70970868705709
+0 SL-16 DEB
+1 27007U 01056G   16018.01388159  .00000471  00000-0  54876-3 0  9994
+2 27007  99.1597 207.6839 0012569 221.2155 138.8046 13.73758302705814
+0 ARIANE 3 DEB
+1 27025U 86026J   16017.07609425  .00000214  00000-0  48474-3 0  9993
+2 27025   6.3941 215.3947 7079858 320.6451   5.0005  2.43012208130171
+0 ARIANE 3 DEB
+1 27026U 88081J   16016.97160947 +.00000091 +00000-0 +20335-2 0  9994
+2 27026 007.5262 252.6139 7127776 192.2198 351.8592 02.31309652177883
+0 ARIANE 3 DEB
+1 27027U 88081K   16016.52950089 -.00000321  00000-0 -61528-2 0  9997
+2 27027   7.9814 206.9009 7137195 272.2372  17.4893  2.20991859135199
+0 ARIANE 2 DEB
+1 27029U 89006J   16016.55314508 -.00000061  00000-0  16777-2 0  9996
+2 27029   8.1998 166.2023 7131303 313.5815   5.9074  2.27519945120744
+0 ARIANE 2 DEB
+1 27030U 89006K   16016.64262799 -.00000174  00000-0 -74552-3 0  9994
+2 27030   8.3818  53.4261 7139300 178.4885 186.2895  2.33442740120840
+0 ARIANE 2 DEB
+1 27031U 89006L   16016.28866877  .00003609  00000-0  49763-2 0  9991
+2 27031   7.7498 196.3567 6822102 255.1223  25.3803  2.80377112131959
+0 ARIANE 2 DEB
+1 27032U 89006M   16017.52162557 -.00000014  00000-0  51026-3 0  9998
+2 27032   8.2523 111.9328 7149722  62.1506   3.7942  2.28546748121402
+0 ARIANE 2 DEB
+1 27033U 89006N   16017.38959612 -.00000072  00000-0 -77311-3 0  9999
+2 27033   8.2354  84.3042 7131916 116.6400 356.4535  2.31574682121492
+0 ARIANE 2 DEB
+1 27034U 89006P   16016.59260588 -.00000027 +00000-0 +42434-3 0  9996
+2 27034 007.7983 240.8082 7105921 175.3928 160.3644 02.24808847118980
+0 ARIANE 2 DEB
+1 27035U 89006Q   16016.55680989  .00000634  00000-0  10173-1 0  9990
+2 27035   8.3667  96.5706 7089783  93.1684 342.4596  2.32512559122063
+0 ARIANE 2 DEB
+1 27036U 89006R   16012.65133164 -.00000066  00000-0 -11473-3 0  9993
+2 27036   8.3463 194.7261 7155291 257.2686  13.5581  2.25681083119931
+0 ARIANE 2 DEB
+1 27037U 89006S   16014.57727120 -.00000082  00000-0 -32773-3 0  9992
+2 27037   7.9136 111.0279 7165067  66.1703 350.4620  2.27389507118826
+0 ARIANE 2 DEB
+1 27038U 89006T   16016.12353723 -.00000068 +00000-0 +81559-4 0  9990
+2 27038 008.6328 037.7612 7205307 206.8663 082.7486 02.29636481121369
+0 ARIANE 2 DEB
+1 27039U 89006U   16015.52513572 -.00000096  00000-0  46624-3 0  9998
+2 27039   7.9106 156.1928 7162010 336.5839  11.7206  2.26098928120019
+0 ARIANE 2 DEB
+1 27040U 89006V   16016.63018416 -.00000023 +00000-0 +37217-2 0  9997
+2 27040 008.1179 323.8549 7057447 011.7639 208.5238 02.23782092118256
+0 ARIANE 2 DEB
+1 27041U 89006W   16017.33898369  .00000067  00000-0  38102-3 0  9991
+2 27041   8.2903  87.6591 7184008 108.2459 336.4024  2.27590556120704
+0 ARIANE 2 DEB
+1 27042U 89006X   16016.45653866 -.00000084 +00000-0 -10216-3 0  9992
+2 27042 007.7646 220.6305 7127798 213.3532 019.1855 02.25066358015760
+0 ARIANE 2 DEB
+1 27043U 89006Y   16016.53235988 -.00000055 +00000-0 +16732-3 0  9999
+2 27043 007.8245 229.6224 7118288 196.4498 026.1595 02.24997543118820
+0 ARIANE 2 DEB
+1 27044U 89006Z   16017.45690829 -.00000136  00000-0 -13120-2 0  9999
+2 27044   7.9716  83.1353 7126732 120.4638 358.5098  2.32436106119606
+0 ARIANE 2 DEB
+1 27045U 89006AA  16011.86032328 -.00000057  00000-0 -67734-3 0  9996
+2 27045   8.1206 225.4877 7123032 202.3871  11.6854  2.25335917117419
+0 ARIANE 2 DEB
+1 27046U 89006AB  16016.96979501 +.00000204 +00000-0 +10078-1 0  9995
+2 27046 007.8439 274.3943 7076356 109.0472 357.9076 02.24187575026377
+0 ARIANE 44LP DEB
+1 27047U 89062K   16017.82550477  .00000495  00000-0  14442-2 0  9993
+2 27047   9.0935 242.3480 6898069 121.8645 323.0082  2.65328835158581
+0 ARIANE 44LP DEB
+1 27048U 89062L   16017.90937792  .00022728  00000-0  14832-1 0  9997
+2 27048   8.6153 348.7550 6294058 280.4922  18.6019  3.55215729164644
+0 CRRES DEB (CANISTER)
+1 27051U 90065U   16015.94389596 +.00000642 +00000-0 +47146-3 0  9998
+2 27051 017.8909 117.3412 6916178 117.8950 326.6550 02.72102391027899
+0 CRRES DEB (CANISTER)
+1 27052U 90065V   16017.11277629  .00000311  00000-0  26010-3 0  9993
+2 27052  17.7431 189.7958 6940108 356.2088   0.4111  2.65214409166078
+0 COSMOS 2384
+1 27055U 01058A   16017.86016814 -.00000014  00000-0 -13911-3 0  9997
+2 27055  82.5462 139.9794 0009989 176.5551 183.5613 12.59813970646407
+0 COSMOS 2385
+1 27056U 01058B   16018.18514635 -.00000015  00000-0 -14467-3 0  9996
+2 27056  82.5368 131.8162 0006246 159.0178 201.1174 12.60502919646800
+0 COSMOS 2386
+1 27057U 01058C   16017.89042040 -.00000011  00000-0 -12071-3 0  9995
+2 27057  82.5446 128.8291 0001788  68.3523 291.7758 12.61533552647283
+0 GONETS D1 7
+1 27058U 01058D   16018.01307657  .00000012  00000-0  86615-5 0  9995
+2 27058  82.5367 121.6324 0002866 348.8451  11.2581 12.62012865647557
+0 GONETS D1 8
+1 27059U 01058E   16017.87728464  .00000004  00000-0 -37160-4 0  9994
+2 27059  82.5425 128.0229 0001527 158.0413 202.0744 12.61470984647257
+0 GONETS D1 9
+1 27060U 01058F   16017.85631013  .00000005  00000-0 -31879-4 0  9999
+2 27060  82.5416 118.3952 0007133 293.5096  66.5246 12.62988710648034
+0 SL-14 R/B
+1 27061U 01058G   16016.96636987 +.00000030 +00000-0 +12271-3 0  9997
+2 27061 082.5440 175.3021 0042484 314.3925 162.1820 12.53926659643224
+0 PSLV DEB
+1 27089U 01049AH  16017.85006807  .00000677  00000-0  74849-4 0  9995
+2 27089  97.7999 308.4935 0062765  30.3223  16.3007 14.89305988762466
+0 PSLV DEB
+1 27097U 01049AR  16017.07572223  .00012867  00000-0  54700-3 0  9995
+2 27097  97.4098 137.6654 0052269 228.1160 131.5612 15.21902569764062
+0 PSLV DEB
+1 27105U 01049AZ  16018.08861686  .00032852  00000-0  53960-3 0  9994
+2 27105  97.3765  18.4031 0012434 167.9447 192.2106 15.52256116101493
+0 PSLV DEB
+1 27114U 01049BJ  16018.20758479  .00029720  00000-0  76058-3 0  9996
+2 27114  97.8339  12.9753 0008080 284.4568  75.5779 15.39342725765555
+0 PSLV DEB
+1 27115U 01049BK  16017.50427532  .00016417  00000-0  47572-3 0  9990
+2 27115  97.7220   6.7109 0023632   9.9294 111.1512 15.35362122769573
+0 PSLV DEB
+1 27119U 01049BP  16016.86466843  .00004008  00000-0  26128-3 0  9997
+2 27119  97.7296 346.7875 0035620 198.9065 191.5724 15.07977133765220
+0 PSLV DEB
+1 27121U 01049BR  16017.21810807  .00006105  00000-0  41031-3 0  9993
+2 27121  97.3962  94.7323 0050993 266.1570 153.4642 15.06053963757644
+0 PSLV DEB
+1 27123U 01049BT  16017.30644739  .00000829  00000-0  16603-3 0  9998
+2 27123  97.4030 314.4436 0045982  36.4961 323.9362 14.63376931749283
+0 PSLV DEB
+1 27124U 01049BU  16017.46543523  .00000880  00000-0  12473-3 0  9993
+2 27124  97.9591 332.9057 0037731 125.3943 348.9611 14.79063073756241
+0 PSLV DEB
+1 27125U 01049BV  16017.79436432  .00032373  00000-0  80410-3 0  9998
+2 27125  97.4906 279.5934 0004590  26.4052 333.7427 15.40256015763363
+0 PSLV DEB
+1 27126U 01049BW  16017.80172412  .00002561  00000-0  27995-3 0  9991
+2 27126  98.2438 245.0769 0043848 118.8593  15.8172 14.88127725759289
+0 PSLV DEB
+1 27127U 01049BX  16018.16222525  .00002623  00000-0  24910-3 0  9996
+2 27127  97.5383  45.1513 0034790 260.1534 140.5200 14.93899002760605
+0 PSLV DEB
+1 27128U 01049BY  16018.16260845  .00007613  00000-0  53134-3 0  9998
+2 27128  97.4816 150.6669 0066317 163.1784 282.1216 15.03838951759728
+0 PSLV DEB
+1 27129U 01049BZ  16018.18155416  .00004268  00000-0  48741-3 0  9999
+2 27129  97.8586   2.0194 0040128 305.5679 114.2174 14.86025063754586
+0 PSLV DEB
+1 27130U 01049CA  16017.47130602  .00000570  00000-0  87913-4 0  9999
+2 27130  97.9612 328.3627 0018335  99.3597  17.0113 14.77061308756189
+0 PSLV DEB
+1 27132U 01049CC  16017.15085523  .00002801  00000-0  19601-3 0  9994
+2 27132  97.6198 345.7335 0050725 140.6431 348.4010 15.05056843776024
+0 PSLV DEB
+1 27133U 01049CD  16017.34522848  .00000391  00000-0  83632-4 0  9990
+2 27133  97.7099 146.6130 0047273 106.3128 254.3282 14.62983164749622
+0 PSLV DEB
+1 27136U 01049CG  16017.86404225  .00001551  00000-0  17480-3 0  9994
+2 27136  97.8970 336.9295 0041096 275.8388 136.6297 14.87506504777565
+0 PSLV DEB
+1 27141U 01049CM  16017.86400713  .00000866  00000-0  11531-3 0  9997
+2 27141  97.8757 332.5319 0054629 351.5264  32.0164 14.81255790758152
+0 PSLV DEB
+1 27142U 01049CN  16016.82133381  .00000515  00000-0  21420-3 0  9996
+2 27142  97.3948 317.8477 0287847 234.1280 150.1128 14.09740832722693
+0 PSLV DEB
+1 27146U 01049CS  16017.83603682  .00001749  00000-0  25576-3 0  9994
+2 27146  98.0531 336.2855 0051373 320.7906  94.6992 14.76124068753616
+0 PSLV DEB
+1 27147U 01049CT  16018.12033950  .00006070  00000-0  49624-3 0  9995
+2 27147  97.6506  57.7376 0022057 220.1853 207.5836 14.99536882774451
+0 PSLV DEB
+1 27150U 01049CW  16017.52294795  .00006164  00000-0  37521-3 0  9995
+2 27150  97.8792 357.0104 0037934  34.5154 325.8526 15.10191617806385
+0 PSLV DEB
+1 27151U 01049CX  16018.17454721  .00003280  00000-0  23447-3 0  9993
+2 27151  97.6364 353.0389 0037239 253.6079 236.6472 15.04624329765756
+0 PSLV DEB
+1 27152U 01049CY  16017.85563661  .00001392  00000-0  18265-3 0  9996
+2 27152  98.0147 338.2568 0037037 185.9516 174.1262 14.81463711755644
+0 PSLV DEB
+1 27153U 01049CZ  16017.84893285  .00002204  00000-0  22199-3 0  9998
+2 27153  97.8690 342.2274 0039252 235.1150 124.6377 14.91657175760785
+0 PSLV DEB
+1 27160U 01049DG  16017.15486602  .00000222  00000-0  47390-4 0  9990
+2 27160  98.0607 319.3768 0048529  10.2116 113.5692 14.67420819752962
+0 PSLV DEB
+1 27216U 01049FL  16017.63076581  .00003928  00000-0  32982-3 0  9992
+2 27216  98.2145 260.0865 0030112  67.5344 316.7888 14.98625220760139
+0 PSLV DEB
+1 27218U 01049FN  16017.13185667  .00003826  00000-0  46975-3 0  9999
+2 27218  99.0263  77.6930 0264535 169.4605 191.2294 14.61991590737267
+0 PSLV DEB
+1 27226U 01049FW  16016.87090839  .00003179  00000-0  33069-3 0  9995
+2 27226  97.8035 348.2951 0027555 352.6915   7.3897 14.90311044758450
+0 PSLV DEB
+1 27255U 01049HB  16016.89005475  .00002814  00000-0  31347-3 0  9993
+2 27255  97.7365 356.4787 0047111  64.9030 325.8111 14.87066656758152
+0 PSLV DEB
+1 27267U 01049HP  16017.88156956  .00002007  00000-0  22528-3 0  9992
+2 27267  97.9451 345.6089 0048532 112.8461 247.7890 14.87087413757011
+0 INSAT 3C
+1 27298U 02002A   16017.00715675 -.00000086  00000-0  00000+0 0  9992
+2 27298   0.0158 350.6661 0003306 319.2841 242.4962  1.00270667 51218
+0 ARIANE 42L R/B
+1 27299U 02002B   16017.41554882  .00000045  00000-0  15808-3 0  9999
+2 27299   3.7523 114.1331 7250722 100.3009 340.9157  2.20998683112553
+0 PSLV DEB
+1 27305U 01049KB  16017.81361922  .00000781  00000-0  13361-3 0  9991
+2 27305  98.0676 325.0962 0044869 352.8263  60.0322 14.71020972753700
+0 PSLV DEB
+1 27353U 01049MA  16017.17345474  .00004193  00000-0  28928-3 0  9993
+2 27353  97.6068   9.1206 0028837 108.8721 251.5637 15.06004171758960
+0 MDS 1
+1 27367U 02003A   16017.46512351  .00034015  00000-0  20087-2 0  9994
+2 27367  28.6286  63.5424 5422665  50.1798 346.3060  4.99725676168881
+0 DASH/VEP 3
+1 27368U 02003B   16018.01252637  .00000488  00000-0  93949-3 0  9990
+2 27368  28.4289 196.5543 7190234 227.5687  44.0241  2.32404056117030
+0 H-2A R/B
+1 27369U 02003C   16016.38046208 -.00000021  00000-0  00000+0 0  9990
+2 27369  24.3071 330.5032 6870995 215.8088 354.3990  2.37190232120193
+0 RHESSI
+1 27370U 02004A   16017.87816439  .00005860  00000-0  23702-3 0  9992
+2 27370  38.0376 308.0664 0012055 189.7683 170.2853 15.24600081767328
+0 PEGASUS R/B
+1 27371U 02004B   16017.84966564  .00001407  00000-0  98665-4 0  9999
+2 27371  38.0276 220.6223 0010710 185.9032 174.1605 15.07296463764297
+0 IRIDIUM 91
+1 27372U 02005A   16017.46463554  .00000246  00000-0  80699-4 0  9998
+2 27372  86.4011 143.7985 0002281 101.1215 326.9716 14.34219645737565
+0 IRIDIUM 90
+1 27373U 02005B   16017.55899547  .00000049  00000-0  85843-5 0  9992
+2 27373  86.4464 205.9845 0001756  85.6108 274.5293 14.42944251736853
+0 IRIDIUM 94
+1 27374U 02005C   16017.36612897  .00000299  00000-0  99828-4 0  9997
+2 27374  86.3983 111.8086 0001264  71.2084 357.2765 14.34224312741870
+0 IRIDIUM 95
+1 27375U 02005D   16017.48951687  .00000261  00000-0  85989-4 0  9996
+2 27375  86.4010 143.5719 0001970  94.6901 265.4520 14.34219179736855
+0 IRIDIUM 96
+1 27376U 02005E   16017.53730377  .00000068  00000-0  17137-4 0  9999
+2 27376  86.4011 174.9973 0002933  63.0402 297.1093 14.34215943742065
+0 ECHOSTAR 7
+1 27378U 02006A   16017.61365616 -.00000010  00000-0  00000+0 0  9995
+2 27378   0.0256 321.7678 0001699 308.6629 308.1365  1.00269306 50924
+0 INTELSAT 904
+1 27380U 02007A   16016.73260834  .00000041  00000-0  00000+0 0  9990
+2 27380   0.0523 278.9701 0003451  21.6542 138.6961  1.00271904 50956
+0 CZ-4 DEB
+1 27384U 99057MJ  16017.95996258  .00005072  00000-0  67005-3 0  9997
+2 27384  98.1911  22.6150 0054787 108.2494 282.6254 14.79411436820100
+0 CZ-4 DEB
+1 27385U 99057MK  16016.26574556  .00007025  00000-0  78227-3 0  9992
+2 27385  98.0355  25.0761 0052518 346.0554  13.9208 14.86414117804233
+0 ENVISAT
+1 27386U 02009A   16018.11769402  .00000023  00000-0  21706-4 0  9998
+2 27386  98.3055  76.7818 0001080  73.3512 286.7795 14.37851465726918
+0 ARIANE 5 R/B
+1 27387U 02009B   16017.44601014  .00000030  00000-0  25173-4 0  9998
+2 27387  98.3960 332.2954 0031394 238.3391 121.4732 14.35880632727388
+0 TDRS 9
+1 27389U 02011A   16018.11390007 -.00000109  00000-0  00000+0 0  9990
+2 27389   4.1916  86.5544 0021626 221.8714 197.7177  1.00271974 52306
+0 ATLAS 2A CENTAUR R/B
+1 27390U 02011B   16017.14117417  .00043027  00000-0  15866-2 0  9990
+2 27390  26.6867 350.3323 5769601 159.5616 239.0363  4.46739408177101
+0 GRACE 1
+1 27391U 02012A   16017.84295903  .00012161  00000-0  12065-3 0  9990
+2 27391  88.9939  35.5438 0006989  19.0018  72.5112 15.65612183776320
+0 GRACE 2
+1 27392U 02012B   16018.14593303  .00011873  00000-0  11775-3 0  9996
+2 27392  88.9946  35.5689 0006898  17.8659 342.2852 15.65620641776363
+0 JCSAT 8
+1 27399U 02015A   16017.44846637 -.00000175  00000-0  00000+0 0  9998
+2 27399   0.0057 318.8434 0001617 321.2495 151.6423  1.00272083 50488
+0 ASTRA 3A
+1 27400U 02015B   16017.36630775  .00000059  00000-0  00000+0 0  9996
+2 27400   2.8264  71.3798 0001224 212.9625 146.8925  1.00272942 50577
+0 ARIANE 44L DEB (SPELDA)
+1 27401U 02015C   16017.68569345  .00193903  00000-0  58277-2 0  9999
+2 27401   3.6220 254.0777 5754552  48.2852 348.3600  4.49860593154106
+0 ARIANE 44L R/B
+1 27402U 02015D   16017.86796666  .00000242  00000-0  35902-3 0  9992
+2 27402   3.8332 351.0702 7082494 222.8834  53.0192  2.47935435121227
+0 INTELSAT 903
+1 27403U 02016A   16017.34296818 -.00000248  00000-0  00000+0 0  9995
+2 27403   0.0332  72.6798 0003277 230.9570 261.5246  1.00272475 50504
+0 SL-12 R/B(2)
+1 27404U 02016B   16017.23856189 -.00000206  00000-0  00000+0 0  9991
+2 27404  24.8792 284.9210 6204543  84.5538 338.6645  2.06291606103993
+0 CRRES DEB (CANISTER)
+1 27405U 90065W   16016.37853878  .00000728  00000-0  32398-3 0  9996
+2 27405  17.8529  54.1953 6453765 150.3735 271.1070  3.35913249189138
+0 NIMBUS 2 DEB
+1 27406U 66040AL  16014.91624508 +.00001136 +00000-0 +17389-2 0  9993
+2 27406 100.2933 173.0621 0051112 238.4519 274.0789 13.53771723075188
+0 NSS 7
+1 27414U 02019A   16016.73435167 -.00000164  00000-0  00000+0 0  9991
+2 27414   0.8284  86.0071 0002541 207.8789  66.0700  1.00272431 50416
+0 SPOT 5
+1 27421U 02021A   16018.14488195  .00000179  00000-0  50944-4 0  9990
+2 27421  98.4798  72.7650 0136606 106.5238 255.1018 14.51748720710792
+0 IDEFIX/ARIANE 42P
+1 27422U 02021B   16017.15588661  .00000011  00000-0  20158-4 0  9999
+2 27422  98.2399  40.0103 0011713 334.4544  25.6059 14.29227744712826
+0 AQUA
+1 27424U 02022A   16017.15416823  .00000359  00000-0  89844-4 0  9994
+2 27424  98.2186 319.9011 0000868  59.9459   0.1490 14.57104394728988
+0 DIRECTV 5 (TEMPO 1)
+1 27426U 02023A   16016.98399581 -.00000065  00000-0  00000+0 0  9995
+2 27426   0.0156  29.7898 0003604 268.4675  61.7063  1.00270492 50169
+0 SL-12 R/B(2)
+1 27429U 02023D   16015.77948800 -.00000157  00000-0  00000+0 0  9990
+2 27429  18.2846 278.7909 5358465 339.4525  12.0336  1.90583768 95415
+0 HAIYANG 1
+1 27430U 02024A   16018.07141338  .00000131  00000-0  65669-4 0  9998
+2 27430  98.2455  17.4935 0009403 148.2928 255.7517 14.30751826713943
+0 FENGYUN 1D
+1 27431U 02024B   16017.94297650 -.00000043  00000-0  72929-6 0  9995
+2 27431  98.9565 344.6428 0016395  98.2927 312.3009 14.09575406703664
+0 CZ-4B R/B
+1 27432U 02024C   16017.49407550  .00000034  00000-0  40575-4 0  9997
+2 27432  98.9157 344.2119 0051391  56.3186  50.5521 14.14000935705772
+0 CZ-4B DEB
+1 27433U 02024D   16017.51836015  .00000165  00000-0  11439-3 0  9994
+2 27433  98.9026 346.4056 0015566  70.5401 289.7451 14.12015553704254
+0 COSMOS 2389
+1 27436U 02026A   16017.39655984  .00000035  00000-0  19776-4 0  9998
+2 27436  82.9520 103.5382 0047693  73.3719 334.4631 13.74892923684450
+0 SL-8 R/B
+1 27437U 02026B   16017.21407391  .00000043  00000-0  28363-4 0  9998
+2 27437  82.9507  92.8748 0044431  30.5042  21.2263 13.76545742685261
+0 INTELSAT 905
+1 27438U 02027A   16017.15900521 -.00000193  00000-0  00000+0 0  9996
+2 27438   0.0044   0.9781 0002300 282.1805 225.5941  1.00272483 49828
+0 EXPRESS 4A
+1 27441U 02029A   16016.80496469 +.00000129 +00000-0 +00000-0 0  9993
+2 27441 005.1671 060.0558 0003250 092.7803 271.2060 01.00699674049826
+0 SL-12 R/B(2)
+1 27444U 02029D   16016.87513669 -.00000327 +00000-0 +00000-0 0  9996
+2 27444 011.0673 040.0759 0011055 274.4105 256.1032 00.99272667049326
+0 GALAXY 3C
+1 27445U 02030A   16016.94232828 -.00000160  00000-0  00000+0 0  9996
+2 27445   0.0085  35.2721 0001606 309.2880  15.4175  1.00275815 49814
+0 BLOCK DM-SL R/B
+1 27446U 02030B   16017.39962940  .00000080  00000-0  54357-3 0  9990
+2 27446   1.1199 339.1893 7513968 131.6783 323.5678  1.94852429 96340
+0 IRIDIUM 97
+1 27450U 02031A   16017.50557249  .00000072  00000-0  18491-4 0  9992
+2 27450  86.3979 174.8773 0002207  96.0500 264.0948 14.34216755716173
+0 IRIDIUM 98
+1 27451U 02031B   16017.57407531  .00000112  00000-0  32833-4 0  9999
+2 27451  86.3944 238.1351 0002188  88.6187 327.5383 14.34220736717250
+0 NOAA 17
+1 27453U 02032A   16017.53213977  .00000063  00000-0  44672-4 0  9996
+2 27453  98.3648 358.1748 0010557 275.0876  84.9100 14.24919077705187
+0 EUTE 5 WEST A (STELLAT5)
+1 27460U 02035A   16017.68998558 -.00000053  00000-0  00000+0 0  9990
+2 27460   0.0385   6.7416 0006031 285.8058  67.3694  1.00270056 49613
+0 NSTAR C
+1 27461U 02035B   16017.46183174 -.00000321  00000-0  00000+0 0  9995
+2 27461   3.6632  67.9091 0003163 263.5132  87.1312  1.00268929 49528
+0 ARIANE 5 R/B
+1 27462U 02035C   16017.52050789 -.00000151  00000-0 -13426-2 0  9999
+2 27462   5.5377  62.4497 7167230 181.9721 122.9142  2.22668452110153
+0 ARIANE 5 DEB (SYLDA)
+1 27463U 02035D   16016.56229898 -.00000110  00000-0  11719-2 0  9999
+2 27463   5.7938  18.9354 7158775 271.3866 287.6111  2.26487269111891
+0 COSMOS 2390
+1 27464U 02036A   16018.06886891  .00000019  00000-0  65720-4 0  9990
+2 27464  82.4806 202.7529 0024303 297.2478  62.6124 12.44558283614724
+0 COSMOS 2391
+1 27465U 02036B   16018.01412272  .00000014  00000-0  31552-4 0  9995
+2 27465  82.4805 200.8768 0025065 296.0803  63.7698 12.44870394614866
+0 SL-8 R/B
+1 27466U 02036C   16017.55780699  .00000026  00000-0  11700-3 0  9990
+2 27466  82.4816 204.7999 0043102 310.0416 103.0496 12.44331147614511
+0 TITAN 4B DEB
+1 27469U 00047C   16016.64466760  .00000082  00000-0  20775-4 0  9997
+2 27469  67.9963 249.1875 0067660 197.0724 195.2975 14.88608083733761
+0 COSMOS 2392
+1 27470U 02037A   16017.77669703 -.00000307  00000-0 -21434-2 0  9990
+2 27470  63.4326 107.2934 0424373 351.0317 178.4121 12.06776031594314
+0 SL-12 R/B(2)
+1 27473U 02037D   16018.03347953  .00000025  00000-0  76690-3 0  9993
+2 27473  63.4397 211.9700 0447838 346.3326 177.3078 12.01391440591607
+0 SL-12 DEB
+1 27476U 02037G   16016.91290076 +.00000023 +00000-0 +74452-3 0  9996
+2 27476 063.4376 208.3019 0450167 346.9818 159.9802 12.01881470591553
+0 MIDAS 4 DEB
+1 27478U 61028H   16016.81769270 -.00000151 +00000-0 -65529-1 0  9996
+2 27478 095.8558 138.5307 0308771 094.8429 061.9312 08.66687507261171
+0 TRANSIT 5B-1 DEB
+1 27479U 63038P   16017.79222986  .00008539  00000-0  53009-2 0  9993
+2 27479  90.1014 320.2603 0049044 318.0344  71.2441 14.04377895692022
+0 CZ-4 DEB
+1 27482U 90081CU  16017.01805921  .00000286  00000-0  18912-3 0  9992
+2 27482  98.7824  49.6824 0009463 273.6193 118.5454 14.09213991772338
+0 M-5 DEB
+1 27489U 97005G   16016.39629022  .00008109  00000-0  68396-3 0  9991
+2 27489  31.4474   5.1809 4978344  57.5227 341.3180  5.70636371282566
+0 SL-16 DEB
+1 27491U 98043L   16017.14618324  .00000111  00000-0  12659-3 0  9990
+2 27491  98.9126 228.8700 0207059  15.7766 344.9711 13.79214836881743
+0 CZ-4 DEB
+1 27492U 99057MM  16017.88086688  .00001504  00000-0  38915-3 0  9990
+2 27492  98.3606 347.2476 0092286 133.7730 227.1147 14.48795024771825
+0 CZ-4 DEB
+1 27493U 99057MN  16017.42838564  .00000433  00000-0  13568-3 0  9996
+2 27493  98.4348 331.9668 0082399 118.2378  10.9263 14.43583867801739
+0 COSMOS 2392 DEB
+1 27494U 02037H   16017.21848495 -.00000012  00000-0  41550-3 0  9996
+2 27494  63.4674  59.0498 0401462 335.2407  82.5352 12.10466708593551
+0 EUTE 8 WEST C (HB 6)
+1 27499U 02038A   16017.58468931  .00000146  00000-0  00000+0 0  9993
+2 27499   0.0875 299.7794 0002890  75.7296 344.4811  1.00269180 49088
+0 ATLAS 5 CENTAUR R/B
+1 27500U 02038B   16017.12510850  .00017440  00000-0  21999-2 0  9992
+2 27500  18.1703 336.6694 6860444 160.9564 249.2019  2.84365283110871
+0 ECHOSTAR 8
+1 27501U 02039A   16016.53104515 -.00000250  00000-0  00000+0 0  9994
+2 27501   0.0147  75.7707 0002777 221.6702 292.2090  1.00270626 49129
+0 SL-12 R/B(2)
+1 27504U 02039B   16015.86065198 -.00000486 +00000-0 +00000-0 0  9997
+2 27504 023.3749 016.6122 5965976 257.7780 033.1954 02.01828527098815
+0 EUTE 12 WEST A (AB 1)
+1 27508U 02040A   16017.75953082 -.00000245  00000-0  00000+0 0  9993
+2 27508   0.0662  10.5787 0000736 285.6224  63.7721  1.00100991 49113
+0 METEOSAT 8 (MSG 1)
+1 27509U 02040B   16017.22228752  .00000009  00000-0  00000+0 0  9992
+2 27509   3.9320  60.3275 0001551 244.7478 254.6681  1.00276262 49105
+0 ARIANE 5 R/B
+1 27510U 02040C   16016.81638939 +.00000004 +00000-0 +70833-3 0  9990
+2 27510 005.3222 048.4770 7157310 300.5270 115.0951 02.27191675111120
+0 ARIANE 5 DEB (SYLDA)
+1 27511U 02040D   16017.89515955 -.00000048  00000-0  19960-2 0  9994
+2 27511   5.7675  84.0822 7174145 224.3944 255.0383  2.25272509110078
+0 INTELSAT 906
+1 27513U 02041A   16018.15073130  .00000004  00000-0  00000+0 0  9994
+2 27513   0.0623 267.4142 0003118  33.3973 294.5780  1.00271614 48838
+0 DRTS
+1 27516U 02042B   16018.08464473 -.00000251  00000-0  00000+0 0  9999
+2 27516   4.0988  65.1848 0003031 253.0863 279.8555  1.00270293 48915
+0 H-2A R/B(2)
+1 27518U 02042D   16016.64695099  .00000082  00000-0  51247-3 0  9995
+2 27518  28.4447 167.8342 7118770 185.0261 159.2918  2.36279380115315
+0 KALPANA 1 (METSAT 1)
+1 27525U 02043A   16017.63425122 -.00000094  00000-0  00000+0 0  9993
+2 27525   5.4675  58.8305 0015582 220.2148 139.6552  1.00272598 48905
+0 HISPASAT 1D
+1 27528U 02044A   16017.22494149 -.00000225  00000-0  00000+0 0  9993
+2 27528   0.0575 295.0513 0005750   5.3903 226.6002  1.00272585 48803
+0 PSLV DEB
+1 27530U 01049MV  16017.23044674  .00007207  00000-0  26408-3 0  9995
+2 27530  97.5474 118.0623 0034493 301.2517  58.5344 15.27756768754322
+0 NADEZHDA 7
+1 27534U 02046A   16017.26019675  .00000023  00000-0  78368-5 0  9996
+2 27534  82.9349 260.9077 0037495 101.7340  37.5809 13.72662175666766
+0 SL-8 R/B
+1 27535U 02046B   16017.20992964  .00000039  00000-0  24617-4 0  9996
+2 27535  82.9316 249.5756 0037873  63.9744  54.4561 13.74322203667553
+0 CZ-4 DEB
+1 27536U 99057MP  16016.86208846 +.00001131 +00000-0 +30858-3 0  9992
+2 27536 098.1988 352.6229 0034644 249.6219 140.3686 14.48857895731975
+0 PSLV DEB
+1 27538U 01049MW  16017.90330245  .00002070  00000-0  13630-3 0  9995
+2 27538  97.5500 349.7332 0047456  89.2844 324.9276 15.07726403755583
+0 INTEGRAL
+1 27540U 02048A   16016.24436031  .00000797  00000-0  00000+0 0  9991
+2 27540  52.3209 212.0988 8053509 258.9557   0.2698  0.37721410 12353
+0 OPS 4682 DEB
+1 27545U 65027BH  16016.49085916 -.00000022  00000-0 -10901-3 0  9999
+2 27545  90.3035 270.7379 0027280 116.7912   5.5562 12.92700432663576
+0 EUTE 25C (EUTE W5)
+1 27554U 02051A   16017.78042499  .00000009  00000-0  00000+0 0  9997
+2 27554   0.3143  93.4346 0013569 207.0821 158.3192  1.00374269 48226
+0 DELTA 4 R/B
+1 27555U 02051B   16017.44230889 -.00000036  00000-0  64883-3 0  9997
+2 27555  13.6754 102.6132 7117771 228.7676 122.3770  2.35544662113167
+0 ALSAT 1
+1 27559U 02054A   16018.09665258  .00000382  00000-0  68406-4 0  9997
+2 27559  97.7820 188.0196 0021638 208.8939 268.2713 14.71890365703233
+0 MOZHAYETS
+1 27560U 02054B   16017.97061232  .00000282  00000-0  71877-4 0  9992
+2 27560  98.1314 155.8386 0040225 276.7896  82.8721 14.57410494696808
+0 RUBIN 3/SL-8
+1 27561U 02054C   16017.86344089  .00000149  00000-0  44402-4 0  9991
+2 27561  98.1842 153.6113 0045681 334.4092  25.4845 14.55478033697172
+0 TDRS 10
+1 27566U 02055A   16017.32955630  .00000070  00000-0  00000+0 0  9992
+2 27566   4.1255  60.7730 0012252 214.7847 145.0982  1.00264105 48081
+0 ATLAS 2A CENTAUR R/B
+1 27567U 02055B   16017.50054358  .00082805  00000-0  18484-2 0  9994
+2 27567  26.8083 184.4936 4934482 139.5309 270.2918  5.85601711206893
+0 COSMOS 1176 COOLANT
+1 27568U 80034E   16005.69837597 +.00000260 +00000-0 +20918-3 0  9990
+2 27568 064.8233 053.7470 0052778 302.0152 057.5796 14.07206869143408
+0 COSMOS 1249 COOLANT
+1 27569U 81021R   16017.87563572  .00000048  00000-0  10947-3 0  9995
+2 27569  64.9588 194.6218 0036210  39.6946 320.6757 13.91088888688232
+0 COSMOS 1249 COOLANT
+1 27570U 81021S   16015.12771098  .00000023  00000-0  89541-4 0  9997
+2 27570  64.9590 201.1424 0036646  37.7908  72.2036 13.91122185708759
+0 COSMOS 1249 COOLANT
+1 27571U 81021T   16017.89875091  .00000041  00000-0  10433-3 0  9995
+2 27571  64.9613 205.3587 0038292  32.7028  34.4088 13.90890203686371
+0 COSMOS 1579 COOLANT
+1 27573U 84069X   16015.60421359  .00000058  00000-0  11601-3 0  9999
+2 27573  65.0452  90.3395 0059321 253.1379 178.1002 13.90927498688123
+0 DELTA 1 DEB
+1 27575U 77065GE  16016.82472072 +.00000252 +00000-0 +74590-4 0  9995
+2 27575 029.1233 322.7789 0525982 208.1319 172.4734 13.63959837869107
+0 DELTA 1 DEB
+1 27576U 75052LD  16016.52647307 -.00000004 +00000-0 +47295-4 0  9990
+2 27576 099.7706 216.9040 0117521 052.7716 003.5505 13.67743066240269
+0 DELTA 1 DEB
+1 27577U 75052LE  16017.96469487  .00000350  00000-0  65711-3 0  9996
+2 27577  99.0644 186.6650 0080863 215.1773 297.3749 13.44032777 26170
+0 DELTA 1 DEB
+1 27578U 75052LF  16017.41505081  .00000636  00000-0  76254-3 0  9999
+2 27578  99.7546 187.5947 0046593 270.8540 118.5397 13.70647565737000
+0 PSLV DEB
+1 27580U 01049MY  16016.81328763 +.00000364 +00000-0 +64212-4 0  9990
+2 27580 097.9512 329.0035 0046251 229.2063 130.5129 14.72626473720698
+0 PSLV DEB
+1 27582U 01049NA  16017.52754555  .00001065  00000-0  15332-3 0  9990
+2 27582  98.3841 232.3709 0056248  67.5636 293.1518 14.77590660728712
+0 PSLV DEB
+1 27583U 01049NB  16016.80420404 +.00006230 +00000-0 +41530-3 0  9992
+2 27583 097.5954 017.8122 0016637 207.5247 276.6090 15.07318313734272
+0 PSLV DEB
+1 27585U 01049ND  16016.29893006  .00000725  00000-0  11485-3 0  9998
+2 27585  97.9993 308.0928 0061754 255.1290 257.0969 14.74058540740290
+0 PSLV DEB
+1 27586U 01049NE  16018.03739057  .00003431  00000-0  17919-3 0  9993
+2 27586  97.3242  48.8281 0049727 352.1784   7.8668 15.15490370743247
+0 ARIANE 2 DEB
+1 27593U 88040C   16017.28254770 -.00000102  00000-0  29064-3 0  9994
+2 27593   7.7279  46.0381 7178295  34.4138 355.9996  2.28886127112604
+0 ARIANE 2 DEB
+1 27594U 88040D   16016.47533553 +.00000032 +00000-0 +95824-3 0  9992
+2 27594 007.9727 029.6630 7168758 065.9772 350.8580 02.31648778112880
+0 ARIANE 2 DEB
+1 27595U 88040E   16017.62898752 -.00000088  00000-0  34328-3 0  9990
+2 27595   7.6966  46.8222 7180155  33.0172 356.1885  2.28683079112523
+0 ARIANE 1 DEB
+1 27596U 86019VN  16017.13077550  .00000586  00000-0  18893-3 0  9997
+2 27596  98.3341  72.9279 0046199  26.5881  26.3403 14.42130423 64792
+0 ADEOS 2
+1 27597U 02056A   16018.08247881  .00000121  00000-0  66314-4 0  9995
+2 27597  98.3062   5.5746 0002060  68.8753 332.7894 14.27171335681805
+0 FEDSAT
+1 27598U 02056B   16018.17184289  .00000054  00000-0  37944-4 0  9990
+2 27598  98.3582 347.2405 0008579 333.1637  26.9101 14.28563703682664
+0 WEOS
+1 27599U 02056C   16017.52214917  .00000090  00000-0  51678-4 0  9991
+2 27599  98.3184 353.1511 0009476 338.6479  21.4307 14.29303734682843
+0 MICRO LABSAT
+1 27600U 02056D   16017.19384414  .00000079  00000-0  47084-4 0  9990
+2 27600  98.3166 352.0082 0010429 338.4885  88.2765 14.29493764682949
+0 H-2A R/B
+1 27601U 02056E   16017.17923733  .00000067  00000-0  39842-4 0  9992
+2 27601  98.4349  95.1306 0072653  27.9741  24.0639 14.31678493683830
+0 ARIANE 2 DEB
+1 27602U 89006AC  16016.29456693  .00000199  00000-0  12158-1 0  9995
+2 27602   7.2652 268.8986 7054623 121.1439  20.2432  2.25157326117304
+0 NSS 6
+1 27603U 02057A   16017.78262237 -.00000279  00000-0  00000+0 0  9992
+2 27603   0.0226  49.0362 0003234 230.3089 214.0316  1.00270012 47989
+0 ARIANE 44L R/B
+1 27604U 02057B   16016.85436747  .00001665  00000-0  13257-2 0  9999
+2 27604   7.3234 112.5179 7200025  21.8817 357.3799  2.35380529107849
+0 RUBIN 2
+1 27605U 02058A   16017.12144835  .00000104  00000-0  35814-4 0  9998
+2 27605  64.5543 246.7338 0080665 247.5668 111.6876 14.74714228703229
+0 LATINSAT B
+1 27606U 02058B   16018.19471143  .00000166  00000-0  46814-4 0  9992
+2 27606  64.5570 313.0972 0090791 250.8134 108.3124 14.71852952701937
+0 SAUDISAT 1C
+1 27607U 02058C   16017.84604797  .00000301  00000-0  63364-4 0  9997
+2 27607  64.5548 263.2111 0079892 247.4004 111.8632 14.75023379702943
+0 UNISAT 2
+1 27608U 02058D   16017.93452319  .00000337  00000-0  65682-4 0  9993
+2 27608  64.5536 195.9941 0062467 241.4189 118.0620 14.77548677704359
+0 TRAILBLAZER 2
+1 27609U 02058E   16017.52465111  .00000132  00000-0  37604-4 0  9999
+2 27609  64.5561 148.8548 0046299 234.9589 124.7168 14.78285142705307
+0 SL-24 R/B
+1 27610U 02058F   16017.82227779 -.00000050  00000-0  20119-4 0  9993
+2 27610  64.5567 166.5918 0305216 334.7884 124.5692 14.28024544681661
+0 PLEM COVER
+1 27611U 02058G   16017.86446544  .00003844  00000-0  28423-3 0  9999
+2 27611  64.5441 287.9639 0029558 246.8457 112.9545 15.04398638709811
+0 LATINSAT A
+1 27612U 02058H   16017.83043993  .00000452  00000-0  79213-4 0  9994
+2 27612  64.5550 161.4687 0053476 238.2067 121.3822 14.78986651704781
+0 SL-6 R/B(2)
+1 27616U 02059D   16015.82918767 -.00001013  00000-0  18762-3 0  9992
+2 27616  63.0012 311.4958 7437373 246.2462  23.8072  2.05418572 97919
+0 COSMOS 2394 (GLONASS)
+1 27617U 02060A   16016.34719877 -.00000028  00000-0  00000+0 0  9991
+2 27617  65.1192  83.5112 0000800  29.3380 330.7254  2.13102210101673
+0 COSMOS 2396 (GLONASS)
+1 27618U 02060B   16017.26066637 -.00000035  00000-0  00000+0 0  9991
+2 27618  65.1224  83.4615 0011821 147.1254 268.1035  2.13100455101682
+0 COSMOS 2395 (GLONASS)
+1 27619U 02060C   16016.64873398 -.00000031  00000-0  00000+0 0  9999
+2 27619  65.1308  83.5784 0008844 271.9555  11.8272  2.13103892101656
+0 SL-12 R/B(2)
+1 27620U 02060D   16016.92490649 -.00000033 +00000-0 +00000-0 0  9999
+2 27620 065.1293 082.9132 0003206 245.8364 044.8862 02.13449261101841
+0 ARIANE 2 DEB
+1 27625U 88098H   16016.30263800 -.00000007  00000-0 -28772-2 0  9998
+2 27625   4.1726  27.9573 7233101 140.3499 270.0368  2.00792259 98700
+0 ARIANE 2 DEB
+1 27626U 88098J   16017.55445454 -.00000145  00000-0  00000+0 0  9997
+2 27626   4.0353 111.0205 6421498 190.6108 285.1251  2.76067866162268
+0 SL-14 DEB
+1 27628U 87068CK  16017.19052397  .00000184  00000-0  13056-3 0  9996
+2 27628  82.5163 348.2267 0027337  60.0582 300.3292 13.92430588828018
+0 SL-14 DEB
+1 27629U 87068CL  16018.16430136  .00004632  00000-0  12638-2 0  9992
+2 27629  82.2705 280.8040 0022490 300.0360  59.8603 14.47066093770086
+0 NIMIQ 2
+1 27632U 02062A   16017.55305707  .00000128  00000-0  00000+0 0  9997
+2 27632   0.9297  85.1074 0002221 294.3922 340.4898  1.00272025 47749
+0 BREEZE-M R/B
+1 27633U 02062B   16016.43072544 -.00000186  00000-0  00000+0 0  9999
+2 27633  17.0051   5.4880 4899253 122.0044   4.5301  1.83738777 87576
+0 COSMOS 1579 COOLANT
+1 27638U 84069Y   16015.63007547  .00000058  00000-0  11690-3 0  9991
+2 27638  65.0500 103.4939 0059518 247.0390 112.4387 13.90713844681007
+0 SL-14 DEB
+1 27639U 87068CM  16017.86877941  .00000138  00000-0  13463-3 0  9993
+2 27639  82.5094 164.0476 0069125 124.9899  29.5003 13.71220102733696
+0 CORIOLIS
+1 27640U 03001A   16017.64918365  .00000047  00000-0  43754-4 0  9998
+2 27640  98.7503  28.7035 0013973 355.5064 142.0721 14.18882010674691
+0 CHIPSAT
+1 27643U 03002B   16017.21524487  .00002140  00000-0  14508-3 0  9993
+2 27643  94.0597 116.3827 0019307 112.5926 247.7354 15.06607136711592
+0 BREEZE-M DEB (TANK)
+1 27646U 02062C   16016.83980314  .00000052  00000-0  23938-3 0  9990
+2 27646  49.5695  35.0334 5441130 335.6753  21.4500  4.61540087219811
+0 ARIANE 3 DEB
+1 27648U 84081F   16013.61127539  .00000209  00000-0  33406-1 0  9991
+2 27648   4.6027 196.3353 7175598 280.2700  12.2910  2.10184379126378
+0 ARIANE 2 DEB
+1 27649U 89006AD  16017.58949867 -.00000143  00000-0  00000+0 0  9990
+2 27649   8.5077  39.5226 7006496 217.6045 123.9368  2.23118568116366
+0 ARIANE 2 DEB
+1 27650U 89006AE  16016.01770584 +.00000185 +00000-0 +57825-3 0  9993
+2 27650 008.6996 012.6638 7212628 258.0432 019.9924 02.30930784119896
+0 SORCE
+1 27651U 03004A   16017.87324502  .00000797  00000-0  98974-4 0  9998
+2 27651  39.9967 318.0575 0024193 211.4731 148.4611 14.88155122703836
+0 PEGASUS R/B
+1 27652U 03004B   16018.15362973  .00000388  00000-0  59815-4 0  9992
+2 27652  40.0061  27.3812 0020734 111.6784 248.6214 14.84944007703099
+0 PSLV DEB
+1 27653U 01049NQ  16016.83869865  .00000711  00000-0  10376-3 0  9993
+2 27653  97.9548 332.8460 0064761 170.5107 219.3747 14.77488435727435
+0 PSLV DEB
+1 27655U 01049NS  16017.54553411  .00001514  00000-0  41177-3 0  9996
+2 27655  97.2361  45.5106 0179235 343.1329  16.3950 14.39598330712366
+0 PSLV DEB
+1 27657U 01049NU  16018.17564963  .00004520  00000-0  40611-3 0  9994
+2 27657  97.8849 357.8590 0031057  91.8581 324.4156 14.95840029734707
+0 ISIS 2 DEB
+1 27658U 71024D   16018.03594625  .00000560  00000-0  26326-2 0  9994
+2 27658  88.1734 200.6940 0051055 145.1863 335.0503 12.73214979605584
+0 ARIANE 44LP DEB
+1 27659U 89062P   16017.03120324  .00000002  00000-0  16908-2 0  9992
+2 27659   6.9666 331.5952 7059234   8.5775  58.8184  2.32635850143583
+0 ARIANE 44LP DEB
+1 27660U 89062Q   16016.41540172 -.00000014  00000-0  11997-2 0  9999
+2 27660   6.6963 170.4040 7067733 318.6403   5.3054  2.38659794144804
+0 ARIANE 44LP DEB
+1 27661U 91015M   16012.39278368 -.00000155 +00000-0 -38935-4 0  9999
+2 27661 005.3628 191.8598 6708160 355.3594 000.5988 02.92610905141933
+0 ARIANE 44LP DEB
+1 27662U 91015N   16014.94664387 +.00000063 +00000-0 +19233-3 0  9998
+2 27662 005.8405 145.6645 6344287 067.3356 345.7762 03.41600483042696
+0 NAVSTAR 51 (USA 166)
+1 27663U 03005A   16016.19582206 -.00000049  00000-0  00000+0 0  9992
+2 27663  56.7732   5.0387 0083519  16.5692 165.1299  2.00562015 94988
+0 XSS 10
+1 27664U 03005B   16017.79324654  .00000768  00000-0  95999-4 0  9994
+2 27664  39.7483 242.2489 0178851  20.8900 339.9077 14.78070755698691
+0 DELTA 2 R/B(1)
+1 27665U 03005C   16017.77799193 -.00000084  00000-0  31110-6 0  9996
+2 27665  39.5743 219.6163 0008248 163.4532 259.4753 14.28385960677071
+0 ARIANE 44L DEB
+1 27669U 91075E   16015.06780889  .00001552  00000-0  19213-2 0  9992
+2 27669   7.8757 275.1889 5906922 218.4456  79.4364  4.05283585178312
+0 ARIANE 44L DEB
+1 27671U 91075G   16017.17058235  .00000443  00000-0  45007-2 0  9990
+2 27671   7.0094 356.4103 5239664  49.4130  19.4238  4.73257884236593
+0 ARIANE 44L DEB
+1 27673U 91075J   16017.03917129  .00000036  00000-0  85854-3 0  9996
+2 27673   6.5860 191.1717 6670341  67.8200 347.6569  2.87794127143846
+0 ARIANE 44L DEB
+1 27674U 91075K   16016.38534326 +.00002529 +00000-0 +10584-2 0  9994
+2 27674 007.3986 041.6791 5828443 334.3921 005.6034 04.25148951179541
+0 CZ-4 DEB
+1 27676U 99057MQ  16016.31950410 +.00000593 +00000-0 +20700-3 0  9994
+2 27676 098.5765 328.0044 0107817 005.1659 355.0613 14.35727281680244
+0 CZ-4 DEB
+1 27677U 99057MR  16017.33130473  .00000273  00000-0  88886-4 0  9992
+2 27677  98.4369 322.7848 0078132  23.5392 127.4276 14.44633146720407
+0 CZ-4 DEB
+1 27678U 99057MS  16016.07660019  .00000137  00000-0  62864-4 0  9994
+2 27678  98.5717 315.5555 0109950  34.7220  29.0342 14.32229382712343
+0 PEGASUS DEB
+1 27679U 94029AEJ 16015.42446708  .00001114  00000-0  28353-3 0  9994
+2 27679  81.9818 264.0841 0337247 356.6292   3.2610 14.21008604728849
+0 INTELSAT 907
+1 27683U 03007A   16016.75513825 -.00000211  00000-0  00000+0 0  9990
+2 27683   0.0186  65.5139 0002987 229.5852  64.8528  1.00271729 47240
+0 ARIANE 44L R/B
+1 27684U 03007B   16017.28453107  .00021863  00000-0  23614-2 0  9990
+2 27684   6.9556 288.5219 6632136  37.6841 353.8699  3.15868373122801
+0 ARIANE 42P+ DEB
+1 27685U 92072M   16017.67452946  .00004367  00000-0  59075-2 0  9994
+2 27685   6.6088 193.2999 6413421  98.2435 333.9989  3.34374808177786
+0 CZ-4 DEB
+1 27687U 99057MT  16016.05996543  .00000092  00000-0  44620-4 0  9996
+2 27687  98.5038 319.4459 0088834 251.5740 107.5773 14.36596409706937
+0 CZ-4 DEB
+1 27688U 99057MU  16016.83612133  .00000549  00000-0  16854-3 0  9997
+2 27688  98.4816 336.7522 0092855 194.3285 197.3778 14.43160818716178
+0 SL-16 DEB
+1 27689U 01056H   16017.79901377 -.00000009  00000-0  72680-4 0  9999
+2 27689 100.0313 100.9937 0207537 261.6986 212.5950 13.25746249682141
+0 SL-16 DEB
+1 27690U 01056J   16017.34061237 -.00000058  00000-0 -27954-4 0  9993
+2 27690 100.2312 150.5547 0183558 142.4115 274.0322 13.30702570684567
+0 NAVSTAR 52 (USA 168)
+1 27704U 03010A   16017.49519727 -.00000028  00000-0  00000+0 0  9993
+2 27704  53.5976 119.6935 0232032 254.6868 105.2507  2.00561492 93812
+0 DELTA 2 R/B(2) (PAM-D)
+1 27706U 03010C   16018.14356384  .00307475  37584-5  85252-3 0  9999
+2 27706  38.8083 351.7316 1360483  78.3337 296.6489 13.09814886333007
+0 INSAT 3A
+1 27714U 03013A   16017.58951394 -.00000268  00000-0  00000+0 0  9993
+2 27714   0.0244 285.2733 0002576 192.8610 304.0458  1.00271209 46815
+0 GALAXY 12
+1 27715U 03013B   16017.30365269  .00000049  00000-0  00000+0 0  9990
+2 27715   0.0629 242.1893 0002040  15.6321 198.6415  1.00272632 46865
+0 ARIANE 5 R/B
+1 27716U 03013C   16018.16565545  .00000051  00000-0  36053-2 0  9998
+2 27716   1.1671 118.7456 7061385 252.1538 201.3516  2.24031440104585
+0 ARIANE 5 DEB (SYLDA)
+1 27717U 03013D   16016.65797516 -.00000008  00000-0  16814-2 0  9992
+2 27717   1.4859 134.4369 7079823 221.1320  95.1850  2.22424904103810
+0 ASIASAT 4
+1 27718U 03014A   16018.22597235 -.00000371  00000-0  00000+0 0  9995
+2 27718   0.0101  11.2822 0001107 237.7980  71.4293  1.00268738 46786
+0 DELTA 1 DEB
+1 27720U 65004E   16005.58540794 -.00000326  00000-0 -38688-3 0  9996
+2 27720  96.4899 235.9526 1169435 290.5981  57.3595 12.08657831593226
+0 TITAN 3C TRANSTAGE DEB
+1 27721U 65082UT  16016.80448648  .00000766  00000-0  21559-3 0  9990
+2 27721  31.6364 231.7387 0125261  46.8358 314.2664 14.37944726702693
+0 TITAN 3C TRANSTAGE DEB
+1 27722U 65108BC  16017.89203076 -.00000181  00000-0  00000+0 0  9990
+2 27722  27.1903 331.8905 6673767 345.6524   6.4009  2.54384414127301
+0 THORAD AGENA D DEB
+1 27725U 69082LH  16017.34221360  .00003906  00000-0  48529-3 0  9993
+2 27725  70.0136   2.1690 0015494 200.5332 228.6984 14.83286559222127
+0 DELTA 1 DEB
+1 27726U 75004HS  16015.43878683  .00000081  00000-0  48888-4 0  9999
+2 27726  97.7786   5.7457 0107335 289.9295  69.0349 14.23658161793907
+0 DELTA 1 DEB
+1 27727U 76077FS  16017.99823737 -.00000028  00000-0  14315-3 0  9993
+2 27727 102.6173  47.5839 0411764  28.5353   3.2174 11.68239865665038
+0 DELTA 1 DEB
+1 27728U 76077FT  16016.96707457 +.00000356 +00000-0 +49650-2 0  9992
+2 27728 102.4711 015.2531 0396353 283.0041 101.7277 11.81872543976803
+0 DELTA 1 DEB
+1 27729U 77065GF  16017.76029092  .00001244  00000-0  26576-3 0  9992
+2 27729  28.6515 261.3779 0497313 288.6562  66.0651 13.97532283753108
+0 ARIANE 1 DEB
+1 27732U 79104S   16017.33817458  .00000445  00000-0  65258-1 0  9996
+2 27732  16.5429   0.8222 7322677 340.5415   1.8889  1.93275965105412
+0 COSMOS 1275 DEB
+1 27733U 81053MU  16017.51843065  .00001154  00000-0  69708-3 0  9990
+2 27733  83.1169 218.7902 0034350 139.5436 220.8301 14.05488030832021
+0 COSMOS 1275 DEB
+1 27734U 81053MV  16017.35013589  .00000822  00000-0  61663-3 0  9996
+2 27734  83.1172  31.2388 0104862 181.4273 178.6610 13.90791086 26112
+0 COSMOS 1275 DEB
+1 27735U 81053MW  16017.75711140  .00000912  00000-0  89124-3 0  9991
+2 27735  83.0518 128.7915 0103433 135.4826  18.4880 13.75797518100729
+0 SL-8 DEB
+1 27736U 81120H   16017.34195755  .00000032  00000-0  22975-3 0  9994
+2 27736  82.9602 231.2604 0054534  10.2669 110.1905 12.14968175589381
+0 SL-8 DEB
+1 27737U 81120J   16017.79066282  .00000146  00000-0  15287-2 0  9999
+2 27737  82.9601 316.6907 0028882  36.7598 352.2293 12.08038291703754
+0 SL-8 DEB
+1 27738U 81120K   16017.88907619  .00000014  00000-0  47766-4 0  9991
+2 27738  82.9556 218.6823 0056185 337.1606  87.0600 12.15581199766579
+0 COSMOS 1579 COOLANT
+1 27739U 84069Z   16003.79731631  .00000053  00000-0  11304-3 0  9992
+2 27739  65.0498 147.6589 0058742 247.8675 183.0813 13.90469009694269
+0 ARIANE 3 DEB
+1 27740U 84114E   16018.05625678  .00025943 -35254-5  10139-2 0  9997
+2 27740   6.7554 358.9440 2901876 111.9582 322.2905  9.56354723670888
+0 SL-3 DEB
+1 27741U 85090C   16017.19885029  .00003659  00000-0  10950-3 0  9991
+2 27741  97.2970  90.3721 0024566 171.6662 188.4994 15.34891935753175
+0 COSMOS 1823 DEB
+1 27742U 87020DV  16017.79156768 -.00011229  00000-0 -74192-2 0  9995
+2 27742  74.1846 279.1884 0108107 295.6626  63.3372 13.98771258821811
+0 SL-8 DEB
+1 27743U 91009CY  16017.78520873 -.00000271  00000-0 -24000-2 0  9997
+2 27743  74.0662 309.8001 0139494 284.4241 102.3978 12.19938839791680
+0 SL-8 DEB
+1 27744U 91009CZ  16016.82113484 +.00000011 +00000-0 +24274-3 0  9992
+2 27744 074.0559 322.0494 0176242 312.0469 074.1792 12.18518910002184
+0 SL-8 DEB
+1 27745U 91009DA  16018.19036909  .00000013  00000-0  22296-3 0  9995
+2 27745  73.9247 323.3952 0142667 116.5429 347.1190 12.30725228880519
+0 SL-8 DEB
+1 27746U 91009DB  16016.23838728 -.00000190 +00000-0 -17527-2 0  9996
+2 27746 074.1026 102.7941 0174066 038.2229 351.2391 12.14084130111889
+0 SL-8 DEB
+1 27747U 91009DC  16013.22379259  .00000179  00000-0  18723-2 0  9996
+2 27747  73.9639 285.0981 0084131 106.0539  49.9533 12.18947810797445
+0 SL-8 DEB
+1 27748U 91009DD  16016.81699896  .00000013  00000-0  26391-3 0  9995
+2 27748  74.0544 315.3389 0177304 306.3423  80.3316 12.19202275830563
+0 SL-16 DEB
+1 27749U 92093JL  16015.87023013  .00000729  00000-0  38333-3 0  9990
+2 27749  71.1055 308.5910 0119233 276.9679 141.7959 14.13755262754829
+0 SL-16 DEB
+1 27750U 92093JM  16017.86104647  .00001464  00000-0  68340-3 0  9994
+2 27750  71.1585 214.2038 0099801 117.9037 243.2240 14.19378681736208
+0 SL-16 DEB
+1 27751U 92093JN  16016.58920452  .00002905  00000-0  79019-3 0  9999
+2 27751  71.1671 230.8450 0044656 295.4408  64.2115 14.47725661108007
+0 START 1 DEB
+1 27752U 93014G   16018.20518671  .00000119  00000-0  46409-4 0  9994
+2 27752  75.7626 315.7430 0185241 144.4209 285.8506 14.25940102721233
+0 SL-16 DEB
+1 27760U 94077M   16016.25161697 +.00001104 +00000-0 +29465-3 0  9995
+2 27760 071.0006 313.6887 0061078 299.4522 211.3882 14.49599153836933
+0 DELTA 2 DEB
+1 27761U 96056D   16009.94200477  .00250219  44146-6  45119-3 0  9995
+2 27761  34.8339 228.5945 2371157  18.2476  93.5286 10.92929527365793
+0 CZ-4 DEB
+1 27762U 99057MV  16017.88268671  .00000341  00000-0  17546-3 0  9999
+2 27762  98.5181 249.8719 0182038 218.9193 204.8473 14.12953011728757
+0 FREGAT DEB
+1 27763U 00015B   16017.70973662  .00002877  00000-0  16049-2 0  9992
+2 27763  64.6778 209.0671 4804081  43.4286 345.7899  5.81986661282661
+0 DELTA 2 DEB
+1 27764U 00025D   16017.66725079  .00103221  92582-6  40547-3 0  9994
+2 27764  38.7583 127.4223 3004526 120.5898 272.5188  9.56679790327223
+0 DELTA 2 DEB
+1 27765U 00040D   16017.53026375  .00114088  46084-6  34578-3 0  9997
+2 27765  38.8727 189.4060 2380693 315.2365  27.8729 10.87491991368650
+0 SL-8 DEB
+1 27768U 02054D   16017.37122560  .00001053  00000-0  21832-3 0  9990
+2 27768  98.1169 163.4673 0034537 252.7754 106.9666 14.61899009698138
+0 SL-8 DEB
+1 27769U 02054E   16017.93828196  .00001170  00000-0  22735-3 0  9994
+2 27769  98.0569 167.2207 0036578 202.5103 157.4497 14.64588988699290
+0 GLOBALSTAR DEB
+1 27772U 99031F   16016.90908756 +.00002204 +00000-0 +58917-2 0  9995
+2 27772 052.0165 346.9310 0127660 286.3429 099.6217 13.15640221639612
+0 COSMOS 2397
+1 27775U 03015A   16018.02082985 -.00000373  00000-0  00000+0 0  9990
+2 27775   8.2982  46.6322 0042557 266.6561 277.2751  1.00481469 46720
+0 SL-12 R/B(2)
+1 27780U 03015F   16016.80489609 +.00000083 +00000-0 +00000-0 0  9992
+2 27780 008.2950 046.8493 0009726 290.7079 083.7478 01.00291746046357
+0 GALEX
+1 27783U 03017A   16017.37974771  .00000381  00000-0  53855-4 0  9990
+2 27783  28.9993   2.4781 0003630 352.1623   7.8908 14.61865665679726
+0 PEGASUS R/B
+1 27784U 03017B   16017.23091551  .00000317  00000-0  41402-4 0  9996
+2 27784  29.0054 350.0144 0005147 327.5689 152.1891 14.61744030679867
+0 DELTA 1 DEB
+1 27788U 65089E   16016.89680705 -.00000189 +00000-0 -52869-3 0  9990
+2 27788 059.3846 130.5293 0625300 132.7916 335.9169 12.23406457147593
+0 TITAN 3C TRANSTAGE DEB
+1 27792U 65108BG  16016.21702051 -.00000060  00000-0  57272-3 0  9992
+2 27792  26.5156  54.8598 6806870  66.4895 348.7707  2.76283842161305
+0 TITAN 3C TRANSTAGE DEB
+1 27793U 65108BH  16017.51114491  .00000933  00000-0  35943-2 0  9990
+2 27793  26.3887 150.8788 6604541 127.9150 312.2177  3.02280507172406
+0 TITAN 3C TRANSTAGE DEB
+1 27794U 65108BJ  16017.60763731 -.00000063  00000-0  15165-2 0  9997
+2 27794  26.6603 325.8543 6738754 323.3360 336.5977  2.76145985163315
+0 ARIANE 1 DEB
+1 27795U 79104T   16017.67989795  .00000508  00000-0  82278-2 0  9998
+2 27795  15.4185 353.9327 7340308 341.2937 309.6779  2.00906793106006
+0 COSMOS 1261 DEB
+1 27796U 81031H   16016.32951873 -.00000918 +00000-0 +00000-0 0  9995
+2 27796 067.4004 336.9728 6016356 076.3847 008.6807 02.01765829109104
+0 COSMOS 1275 DEB
+1 27797U 81053MX  16015.85853160  .00000428  00000-0  58968-3 0  9991
+2 27797  83.1419 217.0808 0195742 267.9898 150.0101 13.49133998728121
+0 COSMOS 1285 DEB
+1 27798U 81071M   16012.36935031 +.00000823 +00000-0 +00000-0 0  9993
+2 27798 069.7525 283.6132 5511390 089.7379 012.0985 01.98171426110007
+0 COSMOS 1285 DEB
+1 27800U 81071P   16012.13866153  .00000738  00000-0  00000+0 0  9994
+2 27800  67.5411  25.9170 5951780  86.4847 357.1820  1.97628972118084
+0 COSMOS 1285 DEB
+1 27801U 81071Q   16016.50009685 -.00000007  00000-0  00000+0 0  9999
+2 27801  67.4190  21.8164 6028543  82.5392   7.7298  1.97963789108322
+0 COSMOS 1285 DEB
+1 27802U 81071R   16016.24499505 -.00000371  00000-0  00000+0 0  9999
+2 27802  69.5492 310.3175 5565356  95.8743   3.7496  1.97580295134044
+0 COSMOS 1375 DEB
+1 27803U 82055BQ  16017.89566824  .00000508  00000-0  42131-3 0  9990
+2 27803  65.8181 190.4047 0033964 222.0714 286.8928 13.97275745259963
+0 SL-14 DEB
+1 27804U 91068AR  16018.01617925 -.00002702  00000-0 -14085-1 0  9994
+2 27804  82.6270 316.0374 0102386 285.1133 208.0429 12.66288706629227
+0 SL-12 DEB
+1 27805U 92047L   16016.27859107 +.00004508 +00000-0 +23777-2 0  9992
+2 27805 065.1760 061.1128 4795231 037.6042 347.9045 05.84603148288808
+0 CZ-4 DEB
+1 27806U 99057MW  16017.04104315  .00000086  00000-0  46338-4 0  9998
+2 27806  98.5827 314.0499 0111679  71.3576 345.4345 14.30718093739269
+0 GSAT 2
+1 27807U 03018A   16017.17514799 -.00000292  00000-0  00000+0 0  9997
+2 27807   4.0471  65.3934 0007136 230.5901 199.1674  0.99853250 46467
+0 HELLAS-SAT 2
+1 27811U 03020A   16017.91250146  .00000142  00000-0  00000+0 0  9993
+2 27811   0.0340 253.5460 0004044  37.6408 193.0460  1.00269278 46214
+0 BEIDOU 1C
+1 27813U 03021A   16016.66645586 +.00000065 +00000-0 +00000-0 0  9998
+2 27813 004.2523 066.2454 0011260 159.2226 006.6415 00.99768967046343
+0 COSMOS 2398
+1 27818U 03023A   16017.54381347  .00000057  00000-0  45049-4 0  9992
+2 27818  82.9462  57.4443 0033012  77.5003 282.9844 13.72121832632083
+0 SL-8 R/B
+1 27819U 03023B   16017.55453157  .00000047  00000-0  33626-4 0  9990
+2 27819  82.9461  46.6509 0047725  62.9870 101.3843 13.74170212632915
+0 AMC-9 (GE-12)
+1 27820U 03024A   16017.54901597 -.00000226  00000-0  00000+0 0  9993
+2 27820   0.0467 291.7680 0003063  10.7747 288.4895  1.00272168 46190
+0 BREEZE-M DEB (TANK)
+1 27821U 03024B   16017.05196334  .00009536  00000-0  81474-3 0  9995
+2 27821  49.6161  17.5141 4981938 356.6019   0.9872  5.69862194250766
+0 THURAYA 2
+1 27825U 03026A   16017.15353060  .00000121  00000-0  00000+0 0  9996
+2 27825   4.4568  26.9108 0004841 262.0167 286.3714  1.00272439 46212
+0 BLOCK DM-SL R/B
+1 27826U 03026B   16016.88643226 -.00000090 +00000-0 +00000-0 0  9999
+2 27826 005.7344 246.7246 6972078 004.6904 014.0514 02.22046492102259
+0 BSAT-2C
+1 27830U 03028A   16017.55106197  .00000056  00000-0  00000+0 0  9992
+2 27830   2.0223  75.7249 0008125 201.2583 255.1849  0.99199960 46097
+0 OPTUS C1
+1 27831U 03028B   16017.81503650 -.00000158  00000-0  00000+0 0  9991
+2 27831   0.0407 227.1497 0002914  50.5397 288.3827  1.00271237 46181
+0 ARIANE 5 R/B
+1 27832U 03028C   16016.42635192 -.00000183  00000-0  60867-4 0  9995
+2 27832   6.9014 115.4206 7182994 354.8173   9.1591  2.24752175103479
+0 ARIANE 5 DEB (SYLDA)
+1 27833U 03028D   16017.41429106 -.00000172  00000-0  56784-3 0  9992
+2 27833   6.6723 112.1289 7158306   2.4036   8.5967  2.26012797103980
+0 MONITOR-E/SL-19
+1 27840U 03031A   16017.64561213  .00000016  00000-0  18485-4 0  9998
+2 27840  98.1995  31.7989 0097275 235.9351 233.6328 14.38839973659034
+0 DTUSAT
+1 27842U 03031C   16018.01268550  .00000105  00000-0  67277-4 0  9992
+2 27842  98.6846  27.6850 0009569  20.6817 339.4746 14.21994665651103
+0 MOST
+1 27843U 03031D   16017.89154784  .00000024  00000-0  31393-4 0  9991
+2 27843  98.7158  27.3618 0010901  64.9551 295.2756 14.20508543650652
+0 CUTE-1
+1 27844U 03031E   16018.02391614  .00000149  00000-0  87249-4 0  9992
+2 27844  98.6944  28.4747 0010417  44.7304 315.4712 14.21902382650965
+0 QUAKESAT
+1 27845U 03031F   16018.09894686  .00000189  00000-0  10545-3 0  9995
+2 27845  98.7016  29.3211 0009762  65.1623 295.0569 14.21851392650827
+0 AAU CUBESAT
+1 27846U 03031G   16017.52109634  .00000112  00000-0  70336-4 0  9996
+2 27846  98.6847  27.1977 0009570  22.0948 338.0640 14.21996869651034
+0 CANX-1
+1 27847U 03031H   16018.00396580  .00000100  00000-0  65053-4 0  9996
+2 27847  98.6853  27.6277 0009574  21.0197 339.1372 14.21950671651056
+0 CUBESAT XI-IV
+1 27848U 03031J   16017.81642089  .00000125  00000-0  77010-4 0  9996
+2 27848  98.7042  28.2876 0010442  52.7492 307.4636 14.21535124650833
+0 ECHOSTAR 12 (RAINBOW 1)
+1 27852U 03033A   16017.04374898 -.00000291  00000-0  00000+0 0  9993
+2 27852   0.0337 300.2001 0001607 316.0422 174.0480  1.00273327 45847
+0 ATLAS 5 CENTAUR R/B
+1 27853U 03033B   16016.39307824 -.00000234  00000-0  00000+0 0  9993
+2 27853  18.4582   8.9465 6022537  92.8611  11.8003  2.11265978 96491
+0 GALAXY 23 (TELSTAR 13)
+1 27854U 03034A   16016.67486947 +.00000005 +00000-0 +00000-0 0  9996
+2 27854 000.0114 055.0061 0003234 251.0903 291.3913 01.00272732045600
+0 BLOCK DM-SL R/B
+1 27855U 03034B   16017.95231627 -.00000216  00000-0 -52967-3 0  9990
+2 27855   0.7039 324.8414 7150895 311.6299  13.1055  2.24646582102164
+0 SCISAT 1
+1 27858U 03036A   16017.46051560  .00000251  00000-0  40589-4 0  9992
+2 27858  73.9341 127.6647 0008452 339.3621  20.7211 14.76963501669486
+0 PEGASUS R/B
+1 27859U 03036B   16017.74515762  .00000479  00000-0  68091-4 0  9993
+2 27859  73.9302  97.7806 0007689 350.1928   9.9096 14.79986724670386
+0 TITAN 3C TRANSTAGE DEB
+1 27864U 65108BK  16015.10137876 -.00000056  00000-0 -38518-2 0  9993
+2 27864  26.7010 220.6369 6689414 303.5552 330.6295  2.66336715130634
+0 TITAN 3C TRANSTAGE DEB
+1 27865U 65108BL  16012.83871797  .00000016  00000-0  95957-3 0  9993
+2 27865  26.7343 143.2431 6709598 235.2430  14.2737  2.60141437130237
+0 TITAN 3C TRANSTAGE DEB
+1 27867U 65108BN  16016.34664662 -.00000186  00000-0  00000+0 0  9996
+2 27867  26.4589  56.1886 6612171  65.1854   4.8343  2.66662004137862
+0 COSMOS 2400
+1 27868U 03037A   16018.05455056  .00000004  00000-0 -39757-4 0  9990
+2 27868  82.4683 194.3259 0022786  98.5925 261.7739 12.45127052564324
+0 COSMOS 2401
+1 27869U 03037B   16017.94065068 -.00000000  00000-0 -72970-4 0  9999
+2 27869  82.4684 192.4314 0023563  98.9973 261.3778 12.45446624564461
+0 SL-8 R/B
+1 27870U 03037C   16017.83616348  .00000127  00000-0  82317-3 0  9995
+2 27870  82.4687 196.9004 0024714  95.6572  12.7594 12.44761923564093
+0 TITAN 3C TRANSTAGE DEB
+1 27878U 65108BP  16017.19858936 -.00000095  00000-0  84471-3 0  9998
+2 27878  26.5282  40.9866 6707413  88.2900 356.6304  2.82761956136291
+0 TITAN 3C TRANSTAGE DEB
+1 27879U 65108BQ  16014.09688610 -.00000190 +00000-0 -25782-2 0  9991
+2 27879 026.8726 315.0609 6772629 170.1825 348.5975 02.60327705020480
+0 OV1-5 DEB
+1 27880U 66025J   16017.49950097  .00003495  00000-0  10342-2 0  9995
+2 27880 144.5895 339.0556 0022756 346.4143  13.5942 14.37880755673368
+0 COSMOS 887 DEB
+1 27881U 76128C   16017.62798617  .00000507  00000-0  45314-3 0  9993
+2 27881  82.9376  81.8117 0041123 354.6276 127.6850 13.82296195728982
+0 COSMOS 903 DEB
+1 27882U 77027F   16017.38388810  .00000314  00000-0  00000+0 0  9991
+2 27882  63.7282 155.9372 7182025  38.0539   6.3335  1.97754300131485
+0 COSMOS 917 DEB
+1 27883U 77047F   16016.91400098 +.00000822 +00000-0 +00000-0 0  9990
+2 27883 066.0385 299.8747 6085165 058.4782 007.6724 02.02107746098517
+0 COSMOS 917 DEB
+1 27884U 77047G   16016.96123612  .00000736  00000-0  00000+0 0  9993
+2 27884  65.9757 307.7381 6135882  58.5295  42.1253  2.01647338 97283
+0 COSMOS 917 DEB
+1 27886U 77047J   16007.38930370  .00000299  00000-0  00000+0 0  9992
+2 27886  68.7349 128.5482 5289352  59.9131 337.0743  1.94429080106317
+0 COSMOS 917 DEB
+1 27888U 77047L   16015.88464235 +.00000758 +00000-0 +00000-0 0  9991
+2 27888 066.0898 303.1715 6079271 059.0761 346.7799 02.01983574141349
+0 COSMOS 1191 DEB
+1 27897U 80057K   16015.11436105 +.00000688 +00000-0 +00000-0 0  9999
+2 27897 067.1245 008.6690 6035123 074.6162 341.5263 01.99203214094160
+0 COSMOS 1191 DEB
+1 27898U 80057L   16015.16163214  .00000526  00000-0  00000+0 0  9993
+2 27898  67.5564   6.7818 5841792  82.1149 357.5362  1.99683903102978
+0 COSMOS 1217 DEB
+1 27899U 80085J   16016.14663442 +.00000659 +00000-0 +00000-0 0  9990
+2 27899 067.9564 022.8281 6774055 015.7790 011.5702 02.02565719099146
+0 COSMOS 1261 DEB
+1 27901U 81031J   16016.26082536 +.00000747 +00000-0 +00000-0 0  9996
+2 27901 067.4835 070.5093 5966920 068.4877 000.4176 02.01159764104328
+0 COSMOS 1261 DEB
+1 27902U 81031K   16015.33972463  .00000663  00000-0  00000+0 0  9997
+2 27902  67.5735  76.1125 5949770  66.4217 343.6917  2.01197692 98506
+0 COSMOS 1382 DEB
+1 27903U 82064E   16016.62836771 -.00000324  00000-0  00000+0 0  9994
+2 27903  68.8321 149.4643 5474386  69.4686 356.0685  1.96047773 96280
+0 COSMOS 1382 DEB
+1 27905U 82064G   16016.45156560  .00000785  00000-0  00000+0 0  9998
+2 27905  67.9358 122.5368 5437329  83.9979 350.4518  2.00207341108709
+0 COSMOS 1481 DEB
+1 27906U 83070H   16016.49467583 -.00000550  00000-0  00000+0 0  9992
+2 27906  65.8043  13.1441 7244942   8.4560  57.3851  2.05025026142065
+0 COSMOS 1481 DEB
+1 27907U 83070J   16017.45738589  .00000979  00000-0  00000+0 0  9991
+2 27907  66.5746 153.6977 7038821  21.8287   5.1252  1.98536538133433
+0 COSMOS 1579 COOLANT
+1 27908U 84069AA  16009.69178959  .00000027  00000-0  92239-4 0  9991
+2 27908  65.0445 112.1202 0060785 257.3555 102.0708 13.90721158653648
+0 COSMOS 1579 COOLANT
+1 27910U 84069AC  16015.67113578  .00000063  00000-0  12067-3 0  9995
+2 27910  65.0545 111.0021 0057972 238.2659 193.8799 13.90701540663828
+0 COSMOS 1579 COOLANT
+1 27913U 84069AF  15353.90757091  .00000102  00000-0  15176-3 0  9990
+2 27913  65.0439 179.6806 0060973 259.0784 100.3416 13.90559245657600
+0 SL-12 DEB
+1 27918U 87079AB  16018.10621373  .00000380  00000-0  20362-1 0  9992
+2 27918  65.1991 308.3368 5230597 140.8779 272.0858  4.44477667202092
+0 SL-12 DEB
+1 27923U 87079AG  16017.36696244  .00031494  00000-0  13013-1 0  9999
+2 27923  64.8959 332.2606 3889607 170.6850 199.5413  7.40907489221179
+0 MOZHAYETS 4
+1 27939U 03042A   16018.05215650  .00000298  00000-0  62202-4 0  9994
+2 27939  97.8637 175.7515 0014119  66.2961 293.9707 14.66291318657678
+0 RUBIN 4/SL-8
+1 27940U 03042B   16017.39178285  .00000238  00000-0  53011-4 0  9996
+2 27940  97.8854 171.0205 0015424 106.8962 253.3934 14.64813214657325
+0 NIGERIASAT 1
+1 27941U 03042C   16017.48454128  .00000528  00000-0  72980-4 0  9998
+2 27941  97.7501 205.7088 0051145 105.7757 254.9104 14.81219508659972
+0 UK-DMC
+1 27942U 03042D   16017.61972274  .00000443  00000-0  65620-4 0  9990
+2 27942  97.7395 202.3135 0061775 317.9270  41.7207 14.78732497659932
+0 BILSAT 1
+1 27943U 03042E   16018.17231013  .00000140  00000-0  35071-4 0  9993
+2 27943  97.8806 171.9760 0012777  81.1043 279.1589 14.64204828657409
+0 LARETS
+1 27944U 03042F   16018.17765557 -.00000297  00000-0 -48924-4 0  9995
+2 27944  97.8960 168.3797 0013770  90.7293 269.5479 14.63122297657283
+0 KAISTSAT 4
+1 27945U 03042G   16017.91076743  .00000207  00000-0  47468-4 0  9990
+2 27945  97.8675 173.8935 0013569  83.1208  68.2634 14.64600958657485
+0 ARIANE 5 R/B
+1 27946U 03043B   16017.28941332  .00000015  00000-0  16850-2 0  9993
+2 27946   7.8295 304.7815 7170663 207.4947 296.2144  2.23486664100507
+0 EUTE 33A (EB 3)
+1 27948U 03043A   16018.16252015  .00000141  00000-0  00000+0 0  9993
+2 27948   1.3403  80.3428 0002024 181.4398 304.5642  1.00269921 45193
+0 ARIANE 5 DEB (SPELTRA)
+1 27950U 03043D   16016.47282182 +.00000014 +00000-0 +15054-2 0  9993
+2 27950 007.3556 304.7081 7142601 213.1164 006.8922 02.24846003101090
+0 INSAT 3E
+1 27951U 03043E   16017.54387318  .00000024  00000-0  00000+0 0  9993
+2 27951   1.4635  81.1436 0019831 163.4854 290.2697  1.00804005 45115
+0 ARIANE 5 DEB (SYLDA)
+1 27952U 03043F   16015.65812417 -.00000088  00000-0 -11984-2 0  9995
+2 27952   7.3425 292.8933 7133006 236.4353  14.2508  2.25841878101445
+0 BLOCK DM-SL R/B
+1 27953U 03044B   16018.00723745 -.00000034  00000-0  00000+0 0  9998
+2 27953   0.2812  53.1412 6582582 357.4090   0.8342  2.14421248 96359
+0 HORIZONS 1 (GALAXY 13)
+1 27954U 03044A   16017.89113778  .00000038  00000-0  00000+0 0  9997
+2 27954   0.0150  51.4010 0002488 218.2324  40.8900  1.00271736 45029
+0 SL-12 DEB
+1 27958U 87079AX  16014.98366409  .00002944  00000-0  47817-2 0  9997
+2 27958  64.8680 263.9812 5577834 199.4044 125.9607  4.50672316200103
+0 SL-12 DEB
+1 27976U 88085W   16002.20688952  .00010747  00000-0  97939+0 0  9994
+2 27976  59.6512 303.4473 3536276 139.6232 253.8791  6.40441400280371
+0 ARIANE 44L DEB
+1 28039U 91003M   16016.47521233 -.00000077  00000-0  00000+0 0  9990
+2 28039   6.9802 167.6885 6658271 270.5207  17.5802  2.58108829174400
+0 ARIANE 44LP DEB
+1 28040U 91015P   16017.75689036 -.00000164  00000-0  00000+0 0  9990
+2 28040   7.9204  53.4168 6457023 244.6130 309.1167  2.76618669140959
+0 ARIANE 44L DEB
+1 28041U 91075L   16016.31537644 -.00000127  00000-0 -99911-3 0  9998
+2 28041   7.3430 326.5023 6580273 165.9787 332.5938  2.84576870143007
+0 SL-16 DEB
+1 28042U 92093JP  16016.51728106  .00000228  00000-0  15652-3 0  9997
+2 28042  70.8789  45.8633 0069601   2.8677 148.9727 14.08745028976423
+0 PSLV R/B
+1 28050U 03046B   16017.51015138  .00000062  00000-0  51846-4 0  9993
+2 28050  98.5893 334.5798 0050947 338.2707 129.6746 14.16643425633455
+0 IRS P6
+1 28051U 03046A   16018.17222590  .00000081  00000-0  56591-4 0  9992
+2 28051  98.6738  98.1018 0004408  37.6164 322.5326 14.21649415635968
+0 DMSP 5D-3 F16 DEB
+1 28055U 03048B   16016.51453750 +.00000827 +00000-0 +40341-3 0  9991
+2 28055 098.5660 021.4788 0002664 077.2090 047.2444 14.20716938632893
+0 DMSP 5D-3 F16 DEB
+1 28056U 03048C   16016.90449992 +.00000814 +00000-0 +40092-3 0  9997
+2 28056 098.5681 022.5207 0003160 082.0042 278.1493 14.20232948633117
+0 CBERS 2
+1 28057U 03049A   16018.17659225  .00000079  00000-0  41749-4 0  9996
+2 28057  98.2610 347.0954 0000987  36.3735 323.7520 14.35484302641482
+0 CHUANG XIN 1 (CZ-1)
+1 28058U 03049B   16017.45066100  .00000106  00000-0  41747-4 0  9990
+2 28058  98.5403 143.9830 0013687 137.9115 263.7748 14.46773363646090
+0 CZ-4 R/B
+1 28059U 03049C   16017.70611385  .00000069  00000-0  28763-4 0  9991
+2 28059  98.6334 245.1574 0050710  22.2920  21.5446 14.52415057648708
+0 SERVIS 1
+1 28060U 03050A   16018.16685807  .00000006  00000-0  54564-4 0  9995
+2 28060  99.3893  33.1709 0020781 255.0159 147.3905 13.71685652611581
+0 SL-19 R/B
+1 28061U 03050B   16018.21724970 -.00000259  00000-0 -13779-3 0  9991
+2 28061  99.5438 237.1258 0146942  62.6370 298.9659 13.97378836623199
+0 CZ-4 DEB
+1 28067U 99057MX  16016.83809363 +.00001325 +00000-0 +36243-3 0  9999
+2 28067 098.4543 344.3458 0093569 178.1927 181.9621 14.46351452691612
+0 CZ-4 DEB
+1 28068U 99057MY  16016.32548652  .00000593  00000-0  18117-3 0  9991
+2 28068  98.4777 336.1423 0091189 195.2836 164.5596 14.43221553669751
+0 CZ-4 DEB
+1 28069U 99057MZ  16017.83960859  .00000716  00000-0  20758-3 0  9997
+2 28069  98.4288 336.4161 0080626  97.3751 263.6612 14.45562307704187
+0 CZ-4 DEB
+1 28070U 99057NA  16017.11330192  .00001028  00000-0  27648-3 0  9993
+2 28070  98.3482 338.5954 0072139  29.2292 331.2908 14.48627817703811
+0 CZ-4 DEB
+1 28071U 99057NB  16017.05120550  .00000095  00000-0  47949-4 0  9992
+2 28071  98.5006 302.4880 0108368 349.6733  66.4621 14.33046118702694
+0 CZ-4 DEB
+1 28072U 99057NC  16017.14903046  .00000486  00000-0  15935-3 0  9995
+2 28072  98.5262 332.7840 0097239 248.0767 168.9224 14.40298399672606
+0 CZ-4 DEB
+1 28073U 99057ND  16017.41907966  .00000197  00000-0  71702-4 0  9995
+2 28073  98.4612 329.4641 0085717 133.4878 355.1248 14.41418734684398
+0 CZ-4 DEB
+1 28074U 99057NE  16018.06501338  .00000125  00000-0  58848-4 0  9998
+2 28074  98.5690 317.9901 0105470  19.4405  41.6631 14.32468815679937
+0 CZ-4 DEB
+1 28075U 99057NF  16017.09080521  .00000514  00000-0  17745-3 0  9999
+2 28075  98.5730 330.2222 0105026 332.3337  27.2284 14.37063415666038
+0 DMSP 5D-3 F16 DEB
+1 28080U 03048D   16017.50196821  .00000981  00000-0  45837-3 0  9998
+2 28080  98.5954  51.1430 0005045  98.1897  38.9800 14.22572896631352
+0 DMSP 5D-3 F16 DEB
+1 28081U 03048E   16017.53040398  .00002011  00000-0  84275-3 0  9994
+2 28081  98.5097  40.1151 0012725  76.7495 283.5105 14.27031341630599
+0 CHINASAT 20
+1 28082U 03052A   16018.02736667 -.00000335  00000-0  00000+0 0  9994
+2 28082   2.4955  73.8410 0005128 228.6489 287.4088  1.00266928 44622
+0 YAMAL 202
+1 28089U 03053A   16018.10169348  .00000110  00000-0  00000+0 0  9997
+2 28089   0.0262  71.9914 0002208 217.6239 272.8436  1.00270100 44542
+0 YAMAL 201
+1 28094U 03053B   16017.94193076 -.00000155  00000-0  00000+0 0  9999
+2 28094   1.2340  82.3147 0005933 193.5186 259.9593  1.00310213 46725
+0 COSMOS 2404 (GLONASS)
+1 28112U 03056A   16016.48572339  .00000107  00000-0  00000+0 0  9990
+2 28112  63.2221 196.9943 0037518  87.8643 247.4253  2.13087862 94178
+0 COSMOS 2402 (GLONASS)
+1 28113U 03056B   16016.85035359 +.00000109 +00000-0 +00000-0 0  9991
+2 28113 063.2408 197.0301 0035211 084.3856 129.1678 02.13105037094174
+0 COSMOS 2403 (GLONASS)
+1 28114U 03056C   16016.98363030  .00000109  00000-0  00000+0 0  9995
+2 28114  63.2456 197.0583 0040586  63.7344 161.6919  2.13104976 94196
+0 BREEZE-M R/B
+1 28115U 03056D   16016.46932595 +.00000107 +00000-0 +00000-0 0  9996
+2 28115 063.2028 196.8733 0055631 092.6924 328.0802 02.13128221094153
+0 BREEZE-M DEB (TANK)
+1 28116U 03056E   16016.45054789 +.00000079 +00000-0 +20051-3 0  9995
+2 28116 052.9684 087.1946 5705387 018.4363 355.8576 04.37300752190436
+0 ATLAS 3B CENTAUR R/B
+1 28118U 03057B   16018.10972649  .00084947  00000-0  16696-2 0  9991
+2 28118  28.1511 336.9956 3412484 313.6950  22.6390  8.64121083243008
+0 SL-12 R/B(2)
+1 28119U 03053E   16017.80131648  .00000037  00000-0  00000+0 0  9997
+2 28119  10.0976  42.8399 0230693 206.0646 179.2072  1.00046735 46653
+0 NAVSTAR 53 (USA 175)
+1 28129U 03058A   16017.15182922  .00000078  00000-0  00000+0 0  9997
+2 28129  52.8773 179.4776 0077553 244.5241 114.6569  2.00395909 88517
+0 AMOS 2
+1 28132U 03059A   16018.17086345 -.00000045  00000-0  00000+0 0  9992
+2 28132   0.0393  85.2430 0004113 222.8387 226.4350  1.00273120 44259
+0 FREGAT R/B
+1 28133U 03059B   16016.61663654 -.00000247  00000-0  00000+0 0  9998
+2 28133  22.8737 118.4887 5916459  85.1859   0.8965  2.01462468 88737
+0 SESAT 2 (EXPRESS AM-22)
+1 28134U 03060A   16017.94540297 -.00000147  00000-0  00000+0 0  9994
+2 28134   0.0655  88.4564 0000601 150.7955 297.9926  1.00269574 44141
+0 ESTRELA DU SOL-TELSTAR14
+1 28137U 04001A   16016.10920023 -.00000063 +00000-0 +00000-0 0  9997
+2 28137 003.6023 067.4297 0007222 212.8973 153.1227 00.98830186043985
+0 BLOCK DM-SL R/B
+1 28138U 04001B   16018.00661997  .00000066  00000-0  10774-2 0  9994
+2 28138   0.7065 340.5641 7136143  47.6869 356.5731  2.24697744 98686
+0 SL-12 R/B(2)
+1 28139U 03060D   16017.08580676 -.00000131  00000-0  00000+0 0  9992
+2 28139   9.9497  42.9577 0017652 142.1398  37.6258  1.00326878 44000
+0 DELTA 1 DEB (YO)
+1 28144U 76066D   16016.44662459 +.00000485 +00000-0 +25246-3 0  9997
+2 28144 024.5353 138.3493 4479328 315.8118 016.0465 06.35313957081427
+0 AMC-10 (GE-10)
+1 28154U 04003A   16017.62188046  .00000078  00000-0  00000+0 0  9991
+2 28154   0.0473 282.5076 0001191  23.2180 259.6001  1.00270257 43794
+0 ATLAS 2AS CENTAUR R/B
+1 28155U 04003B   16017.52281923  .00006203  00000-0  14478-2 0  9992
+2 28155  12.2383 297.2119 6631669  54.4598 350.5495  3.13263673117087
+0 MOLNIYA 1-93
+1 28163U 04005A   16018.08509016  .00204030  23615-4  12881-3 0  9997
+2 28163  63.1555 342.7047 7243945 244.0388  27.6659  2.40734133 87453
+0 SL-6 R/B(2)
+1 28164U 04005B   16017.28129246  .00000755  00000-0  49372-3 0  9994
+2 28164  63.8320  12.8047 7537342 243.0278  24.5778  1.97330346 85691
+0 MBSAT
+1 28184U 04007A   16016.79081968 +.00000033 +00000-0 +00000-0 0  9992
+2 28184 000.0117 337.9958 0002216 334.7347 148.5830 01.00269883014180
+0 EUTE 7A (EUTE W3A)
+1 28187U 04008A   16017.02879333  .00000039  00000-0  00000+0 0  9999
+2 28187   0.0625   4.9240 0004140 273.8004 214.5065  1.00271748 43430
+0 BREEZE-M DEB (TANK)
+1 28188U 04008B   16016.13696128  .00004627  00000-0  52290-3 0  9999
+2 28188  49.5131  53.2028 5167278 338.0781   6.1127  5.37456807224772
+0 NAVSTAR 54 (USA 177)
+1 28190U 04009A   16017.30016215 -.00000052  00000-0  00000+0 0  9993
+2 28190  55.6960  66.4351 0111201  37.5038  32.8117  2.00386759 86680
+0 DELTA 2 DEB
+1 28193U 04009D   16017.46754482  .00054365  61511-6  41169-3 0  9998
+2 28193  38.8511  53.4888 3512342  86.5530 312.2302  8.51778654272841
+0 RADUGA 1-7
+1 28194U 04010A   16016.70309975 -.00000080  00000-0  00000+0 0  9991
+2 28194   8.9199  51.3111 0004217 157.7522 229.3434  1.00379969 43252
+0 NIMBUS 2 DEB
+1 28200U 66040N   16017.17568523 -.00000744  00000-0 -15413-2 0  9993
+2 28200  99.8811 245.1093 0048152  42.5818  80.2363 13.27858340627088
+0 NIMBUS 2 DEB
+1 28201U 66040P   16018.21765481  .00001345  00000-0  21533-2 0  9998
+2 28201 100.2890 115.2991 0062812 289.8235  99.8793 13.50288298690926
+0 NIMBUS 2 DEB
+1 28202U 66040Q   16018.16015487  .00002311  00000-0  34980-2 0  9991
+2 28202 100.1481  98.6087 0012798 223.7347 165.9054 13.53609951657532
+0 NIMBUS 2 DEB
+1 28203U 66040R   16016.50921679  .00000677  00000-0  12695-2 0  9999
+2 28203 100.3307 101.6288 0049375  87.8763  32.6766 13.42527958673635
+0 NIMBUS 2 DEB
+1 28204U 66040S   16016.15583814  .00001787  00000-0  25864-2 0  9991
+2 28204 100.1956  90.7719 0051031 169.4363 220.8706 13.56332088629051
+0 NIMBUS 2 DEB
+1 28205U 66040T   16017.82927366  .00000981  00000-0  17963-2 0  9997
+2 28205 100.3380  80.5432 0050162 115.2750 298.9839 13.42753910580636
+0 NIMBUS 2 DEB
+1 28206U 66040U   16018.19945199  .00000645  00000-0  12476-2 0  9994
+2 28206 100.3791 103.4066 0054011 137.4646 251.2003 13.40617859581307
+0 NIMBUS 2 DEB
+1 28207U 66040V   16015.93417446 +.00001271 +00000-0 +18687-2 0  9999
+2 28207 100.2747 180.0120 0059878 222.5160 291.6700 13.55854910094985
+0 NIMBUS 2 DEB
+1 28208U 66040W   16017.89511403  .00001090  00000-0  16833-2 0  9995
+2 28208 100.2968 172.4094 0057559 233.2402 281.7322 13.53188074739084
+0 NIMBUS 2 DEB
+1 28209U 66040X   16012.84605227  .00001263  00000-0  19996-2 0  9999
+2 28209 100.3109 144.1705 0048733 275.2088 236.9999 13.51456194620640
+0 COSMOS 1249 COOLANT
+1 28211U 81021U   16003.27305850  .00000034  00000-0  98433-4 0  9994
+2 28211  64.9635 234.0291 0036669  33.4935  77.0538 13.91353654651212
+0 SUPERBIRD 6
+1 28218U 04011A   16016.66691103 -.00000029 +00000-0 +00000-0 0  9995
+2 28218 009.2879 045.5409 0027292 298.1429 204.7495 00.99463930042608
+0 TANSUO 1
+1 28220U 04012A   16017.84191101  .00002075  00000-0  17932-3 0  9990
+2 28220  97.6289 336.7902 0012424  81.5688 278.6942 14.98240939639089
+0 NAXING 1
+1 28221U 04012B   16017.84332255  .00000515  00000-0  54489-4 0  9994
+2 28221  97.6466 329.8276 0012185 111.4003 248.8518 14.93245443638472
+0 CZ-2C R/B
+1 28222U 04012C   16017.97921369  .00001958  00000-0  12793-3 0  9992
+2 28222  97.4541 341.0241 0050571 154.0592 248.6878 15.07928760642782
+0 CZ-2C DEB
+1 28225U 04012F   16017.53683754  .00024327  00000-0  12971-2 0  9992
+2 28225  97.4292 190.9128 0037376 171.9500 188.2340 15.14550986631755
+0 CZ-2C DEB
+1 28226U 04012G   16017.74499610  .00166404  00000-0  21789-2 0  9992
+2 28226  97.8411  16.8511 0012944 182.4140 177.7054 15.57934797633093
+0 GP-B
+1 28230U 04014A   16017.87354703  .00000392  00000-0  51703-4 0  9990
+2 28230  89.8699 131.2548 0002371 107.1079 253.0403 14.78344145632816
+0 CZ-2C DEB
+1 28232U 04012J   16016.85500959 +.00018270 +00000-0 +12492-2 0  9997
+2 28232 097.8924 302.5428 0067097 237.2085 163.5284 15.04336812625744
+0 EXPRESS AM-11
+1 28234U 04015A   16017.52065837 -.00000163  00000-0  00000+0 0  9990
+2 28234   8.0637  49.5680 0008871 199.0321 160.0841  0.99234590 42610
+0 H-2A DEB
+1 28237U 02003D   16016.33087746 +.00000880 +00000-0 +12376-2 0  9996
+2 28237 028.2627 167.3771 7164313 277.0423 013.4202 02.37225760118458
+0 DIRECTV 7S
+1 28238U 04016A   16016.83896565 -.00000007  00000-0  00000+0 0  9995
+2 28238   0.0197   8.5834 0003388 292.9239 357.1377  1.00272444 42933
+0 SL-12 R/B(2)
+1 28240U 04015D   16018.16529756 -.00000008  00000-0  00000+0 0  9991
+2 28240   9.6278  43.5899 0020370 229.4513 316.3295  1.00720036 43157
+0 H-2A DEB
+1 28243U 02003E   16016.03460592  .00001193  00000-0  14731-2 0  9999
+2 28243  28.3875 174.9482 7156366 263.7893  17.9839  2.38682301113736
+0 AMC-11 (GE-11)
+1 28252U 04017A   16017.49169039  .00000059  00000-0  00000+0 0  9990
+2 28252   0.0246 337.6812 0002443 335.6728 208.9810  1.00271703 42566
+0 ROCSAT 2
+1 28254U 04018A   16018.07721249  .00000106  00000-0  10000-3 0  9993
+2 28254  98.9627  84.4803 0003126 124.0941 348.2081 14.00766056596342
+0 TAURUS R/B
+1 28255U 04018B   16018.23791015  .00000042  00000-0  24171-4 0  9994
+2 28255  99.0734 115.9997 0015671 152.6314 260.1777 14.50065095616872
+0 SL-12 R/B(2)
+1 28256U 04010F   16016.45402539  .00000111  00000-0  00000+0 0  9996
+2 28256   8.9208  51.5421 0027191 265.6774 169.1153  1.00115946 42635
+0 COSMOS 1247 DEB
+1 28270U 81016L   16015.53318294  .00000854  00000-0  00000+0 0  9999
+2 28270  67.7170 290.5099 5833391  68.2123  47.8444  2.02458816109543
+0 COSMOS 1579 COOLANT
+1 28273U 84069AJ  15361.82270579  .00000038  00000-0  10061-3 0  9997
+2 28273  65.0484 141.7403 0060862 251.1908 108.2548 13.90962848600924
+0 COSMOS 1932 DEB
+1 28275U 88019F   16015.78324166  .00000034  00000-0  11416-3 0  9993
+2 28275  65.0438 154.4684 0029056  66.3138   4.5103 13.81509770605390
+0 SL-14 DEB
+1 28277U 91068AS  16015.25262852  .00000654  00000-0  21409-2 0  9998
+2 28277  82.6194 109.9227 0066897 164.8301 226.1328 12.99082734602611
+0 SL-14 DEB
+1 28278U 91068AT  16017.32857906  .00000989  00000-0  40047-2 0  9999
+2 28278  82.2772  25.2712 0043832 226.4207 195.2597 12.84942404603284
+0 ARIANE 42P+ DEB
+1 28279U 92072N   16017.75847296 -.00000044  00000-0  43802-2 0  9999
+2 28279   7.8045 167.9410 6476083 139.4953 359.7250  2.90208292128286
+0 ARIANE 42P+ DEB
+1 28280U 92072P   16016.74504200  .00001211  00000-0  61886-1 0  9991
+2 28280   8.2201  49.3652 6474683  15.2532  63.7708  2.91635195144809
+0 SL-18 DEB
+1 28283U 93014L   16016.84140552  .00008056  00000-0  11302-2 0  9991
+2 28283  75.7465  72.0926 0062509 157.2370 203.1608 14.76166518629936
+0 SL-18 DEB
+1 28284U 93014M   16016.97112052  .00004820  00000-0  98609-3 0  9991
+2 28284  75.7511 115.8496 0104633 223.0054 136.2909 14.57541761624563
+0 SL-18 DEB
+1 28288U 93014R   16016.91081723 +.00015695 +00000-0 +16138-2 0  9997
+2 28288 075.7368 356.1283 0046971 053.3410 307.2085 14.89476742624332
+0 SL-18 DEB
+1 28290U 93014T   16017.80948142  .00006212  00000-0  96863-3 0  9995
+2 28290  75.7484  58.5635 0057888 144.6757 215.8283 14.71881406624450
+0 SL-18 DEB
+1 28291U 93014U   16018.00142337  .00012717  00000-0  13788-2 0  9992
+2 28291  75.7387  26.2555 0047135  96.0457 264.6107 14.87367645636773
+0 SL-18 DEB
+1 28292U 93014V   16017.81151984  .00000627  00000-0  19662-3 0  9994
+2 28292  75.7583 191.7355 0152041 327.7116  31.4805 14.35407972673392
+0 DMSP 5D-2 F11 DEB
+1 28300U 91082M   16017.49366507  .00001144  00000-0  50481-3 0  9999
+2 28300  98.7969  22.8018 0010488 233.7328 279.9178 14.25279176608756
+0 DMSP 5D-2 F11 DEB
+1 28302U 91082P   16016.96467992  .00000655  00000-0  34205-3 0  9994
+2 28302  98.8660  17.8823 0031668  25.5569 334.7163 14.17665653606585
+0 DMSP 5D-2 F11 DEB
+1 28303U 91082Q   16017.49832255  .00000076  00000-0  50664-4 0  9997
+2 28303  98.5953  11.9027 0028657 324.6038 160.2744 14.25030843610596
+0 DMSP 5D-2 F11 DEB
+1 28304U 91082R   16017.48930228  .00000047  00000-0  46247-4 0  9996
+2 28304  98.8964  12.4311 0012313 337.1521 148.7910 14.16166583606774
+0 DMSP 5D-2 F11 DEB
+1 28307U 91082U   16017.17225091 -.00000054  00000-0 -51358-5 0  9990
+2 28307  99.0449   7.0938 0039863 103.0186  28.9152 14.09652167603885
+0 DMSP 5D-2 F11 DEB
+1 28308U 91082V   16017.76408237  .00000512  00000-0  24752-3 0  9994
+2 28308  98.8013  22.0107 0014356 259.3011 155.6182 14.22871223607748
+0 DMSP 5D-2 F11 DEB
+1 28309U 91082W   16017.89287043  .00000065  00000-0  49327-4 0  9998
+2 28309  98.7079  12.8875 0016032  67.0681 358.8885 14.21608789609078
+0 DMSP 5D-2 F11 DEB
+1 28310U 91082X   16017.24542916  .00002219  00000-0  80841-3 0  9990
+2 28310  98.7321  30.5003 0010945 181.7053 237.7880 14.34129509609694
+0 DMSP 5D-2 F11 DEB
+1 28312U 91082Z   16016.96156729 +.00000462 +00000-0 +23767-3 0  9995
+2 28312 098.8502 015.7425 0010751 282.0151 077.9820 14.20163910606593
+0 DMSP 5D-2 F11 DEB
+1 28313U 91082AA  16017.28542660  .00005662  00000-0  14867-2 0  9992
+2 28313  98.7347  47.8811 0024186 151.5475 208.7043 14.49397189609605
+0 DMSP 5D-2 F11 DEB
+1 28315U 91082AC  16017.10137803  .00001545  00000-0  10339-2 0  9990
+2 28315  98.6709 196.3530 0138049  90.3269  30.2195 13.97745595595836
+0 DMSP 5D-2 F11 DEB
+1 28317U 91082AE  16017.48927030  .00000499  00000-0  26427-3 0  9995
+2 28317  98.7266  17.3817 0127659 339.8065 147.3053 14.13974244604981
+0 DMSP 5D-2 F11 DEB
+1 28318U 91082AF  16017.02704546  .00002971  00000-0  11541-2 0  9998
+2 28318  98.8188  36.6536 0055511 357.8731  31.7650 14.29812208605657
+0 DMSP 5D-2 F11 DEB
+1 28319U 91082AG  16017.10367110  .00002504  00000-0  10275-2 0  9995
+2 28319  98.7722 337.9450 0065037 311.5041  48.0569 14.26855182605372
+0 DMSP 5D-2 F11 DEB
+1 28320U 91082AH  16018.19309334  .00028265  00000-0  33603-2 0  9993
+2 28320  98.7251  95.7689 0023014 125.3447 234.9920 14.84170225610436
+0 DMSP 5D-2 F11 DEB
+1 28321U 91082AJ  16017.83114762  .00002162  00000-0  80797-3 0  9998
+2 28321  98.7326  30.9995 0010441 182.2342 303.0710 14.32868350608581
+0 DMSP 5D-2 F11 DEB
+1 28322U 91082AK  16017.92333890  .00000429  00000-0  32690-3 0  9997
+2 28322  98.5869 185.8274 0115425 344.7023 175.0238 13.95507711596779
+0 DMSP 5D-2 F11 DEB
+1 28323U 91082AL  16016.88786640 +.00011362 +00000-0 +29689-2 0  9998
+2 28323 098.5403 352.6040 0065389 009.4184 350.8218 14.48277580067451
+0 DMSP 5D-2 F11 DEB
+1 28325U 91082AN  16017.61673185  .00002023  00000-0  99573-3 0  9995
+2 28325  98.6130 255.9335 0081424 138.7984 250.8624 14.16939288600958
+0 DMSP 5D-2 F11 DEB
+1 28326U 91082AP  16015.78681120  .00001585  00000-0  79761-3 0  9999
+2 28326  98.9846  19.8186 0067953 182.9440 177.1343 14.16714143601508
+0 DMSP 5D-2 F11 DEB
+1 28327U 91082AQ  16017.83749140  .00001578  00000-0  70175-3 0  9997
+2 28327  98.8694  14.4259 0030547 291.3455 187.7392 14.24136589605327
+0 DMSP 5D-2 F11 DEB
+1 28328U 91082AR  16017.52166926  .00005768  00000-0  19004-2 0  9997
+2 28328  98.8959  36.8416 0073543 117.2057 243.6648 14.36996474603089
+0 DMSP 5D-2 F11 DEB
+1 28329U 91082AS  16016.37495625 +.00001458 +00000-0 +78299-3 0  9995
+2 28329 098.9765 355.5982 0092413 266.3026 092.7574 14.12419965598379
+0 DMSP 5D-2 F11 DEB
+1 28330U 91082AT  16016.77620756  .00001522  00000-0  79134-3 0  9997
+2 28330  98.9285 338.1541 0094091 219.7141 257.6960 14.13960485600059
+0 DMSP 5D-2 F11 DEB
+1 28331U 91082AU  16015.28643372 +.00001815 +00000-0 +55329-3 0  9997
+2 28331 098.3526 039.7433 0044978 121.9905 238.5669 14.42546191132518
+0 DMSP 5D-2 F11 DEB
+1 28332U 91082AV  16017.97798837  .00015020  00000-0  26778-2 0  9991
+2 28332  98.7831  75.5833 0034110 212.0847 147.8279 14.66736740607465
+0 DMSP 5D-2 F11 DEB
+1 28333U 91082AW  16016.85306978  .00002243  00000-0  83260-3 0  9992
+2 28333  98.7281  29.9357 0011903 184.1952 298.1805 14.33163718607299
+0 DMSP 5D-2 F11 DEB
+1 28334U 91082AX  16016.33965172 +.00002208 +00000-0 +10364-2 0  9998
+2 28334 098.8489 331.2813 0083101 087.9940 065.4983 14.19307944601676
+0 DMSP 5D-2 F11 DEB
+1 28335U 91082AY  16017.20965230  .00001330  00000-0  57351-3 0  9994
+2 28335  98.8348  21.5667 0012990 257.0285 102.9444 14.26229257605959
+0 DMSP 5D-2 F11 DEB
+1 28338U 91082BB  16016.28672449  .00002297  00000-0  83734-3 0  9998
+2 28338  98.7263  30.4877 0013051 173.3397 186.7963 14.34037485606576
+0 DMSP 5D-2 F11 DEB
+1 28340U 91082BD  16017.00984318  .00005451  00000-0  14675-2 0  9995
+2 28340  98.7511  37.9763 0022697 169.6486 190.5178 14.48242831605819
+0 DMSP 5D-2 F11 DEB
+1 28342U 91082BF  16016.84406324  .00001556  00000-0  81107-3 0  9991
+2 28342  98.9101 329.1402 0086947 196.2189 190.4403 14.14085343598679
+0 DMSP 5D-2 F11 DEB
+1 28343U 91082BG  16017.18512647  .00001566  00000-0  83859-3 0  9993
+2 28343  99.0055   6.4541 0085249 259.9202  99.2343 14.12776669598389
+0 DMSP 5D-2 F11 DEB
+1 28344U 91082BH  16017.50989277  .00001861  00000-0  71960-3 0  9995
+2 28344  98.7504  27.8033 0009122 185.3223 329.6983 14.31311634605678
+0 DMSP 5D-2 F11 DEB
+1 28345U 91082BJ  16017.22669626  .00003239  00000-0  19360-2 0  9994
+2 28345  98.6724 176.4982 0128826  38.6988 322.3323 14.03738645592652
+0 DMSP 5D-2 F11 DEB
+1 28346U 91082BK  16016.52457343  .00002181  00000-0  81229-3 0  9997
+2 28346  98.7255  30.3348 0013850 193.7387 319.7717 14.33013452605166
+0 DMSP 5D-2 F11 DEB
+1 28348U 91082BM  16017.05926059  .00005975  00000-0  14326-2 0  9990
+2 28348  98.6416  54.0860 0010674  71.3601 288.8753 14.53816291607396
+0 DMSP 5D-2 F11 DEB
+1 28349U 91082BN  16017.16060336  .00001719  00000-0  85195-3 0  9995
+2 28349  98.8799 347.9689 0077547 196.0130 222.7240 14.17011284598273
+0 COSMOS 2406
+1 28352U 04021A   16017.50244383 -.00000107  00000-0 -32749-4 0  9990
+2 28352  71.0054 123.3716 0013937 172.0120 262.8742 14.11442751597943
+0 SL-16 R/B
+1 28353U 04021B   16017.72482011 -.00000020  00000-0  14268-4 0  9996
+2 28353  71.0005  81.5461 0007350 263.9290  96.0994 14.14165144599143
+0 SL-16 DEB
+1 28354U 04021C   16016.95750374 +.00000061 +00000-0 +10254-3 0  9995
+2 28354 070.9577 358.5964 0225818 280.5525 077.0207 13.68178032578857
+0 SL-16 DEB
+1 28355U 04021D   16018.23679399 -.00000007  00000-0  36561-4 0  9997
+2 28355  70.9698  12.0297 0231316 253.9195 198.8199 13.67433611578869
+0 SL-16 DEB
+1 28356U 04021E   16016.51187525 -.00000053  00000-0 -10550-4 0  9994
+2 28356  71.0641  39.0033 0222343 204.6455 279.2707 13.68640961579138
+0 SL-16 DEB
+1 28357U 04021F   16017.10283988 -.00000018  00000-0  21623-4 0  9994
+2 28357  71.0760 345.9094 0198957 132.3173 349.6650 13.72748367580959
+0 INTELSAT 1002
+1 28358U 04022A   16016.84241793 -.00000020  00000-0  00000+0 0  9998
+2 28358   0.0172 106.4186 0000812 137.2917 174.2636  1.00272389 42484
+0 BREEZE-M DEB (TANK)
+1 28359U 04022B   16016.85377613 +.00007244 +00000-0 +96880-3 0  9990
+2 28359 049.5135 202.5147 4680125 148.7448 250.4634 06.17241964253272
+0 BREEZE-M R/B
+1 28360U 04022C   16016.51159778 -.00000129 +00000-0 +00000-0 0  9997
+2 28360 024.4083 318.3283 5949909 042.6187 202.4843 02.01487653084666
+0 NAVSTAR 55 (USA 178)
+1 28361U 04023A   16017.26875550  .00000051  00000-0  00000+0 0  9997
+2 28361  54.2475 241.0533 0105321 211.1108  88.8688  2.00555186 84766
+0 APSTAR 5 (TELSTAR 18)
+1 28364U 04024A   16017.75689036 -.00000304  00000-0  00000+0 0  9999
+2 28364   0.0563 265.6037 0002732  33.7812 227.6942  1.00272929 42411
+0 BLOCK DM-SL R/B
+1 28365U 04024B   16016.53788109 -.00000042 +00000-0 -59498-4 0  9996
+2 28365 000.1157 294.2908 5974334 140.2482 059.3584 03.73340662157607
+0 APRIZESAT 2
+1 28366U 04025A   16018.02159613  .00000061  00000-0  33231-4 0  9992
+2 28366  98.3372 302.1616 0108343 153.9564 206.7131 14.36520530605482
+0 SL-24 R/B
+1 28367U 04025B   16016.94914596 +.00000035 +00000-0 +37608-4 0  9994
+2 28367 098.1721 009.6058 0351319 012.6796 014.1778 13.88102074585119
+0 DEMETER
+1 28368U 04025C   16017.22934226  .00000595  00000-0  97910-4 0  9992
+2 28368  97.7182  35.1372 0002200  95.6139 264.5306 14.73904395619468
+0 SAUDICOMSAT 1
+1 28369U 04025D   16017.33915740  .00000161  00000-0  50310-4 0  9997
+2 28369  98.1237 337.8599 0033726 175.6821 184.4672 14.52207766611779
+0 SAUDICOMSAT 2
+1 28370U 04025E   16018.10750800  .00000170  00000-0  57839-4 0  9992
+2 28370  98.2384 328.8991 0056798 284.9223  74.5686 14.47172423609816
+0 SAUDISAT 2
+1 28371U 04025F   16018.17710381  .00000128  00000-0  40460-4 0  9995
+2 28371  98.0614 343.2776 0026579 136.2447 224.0861 14.54139694612849
+0 APRIZESAT 1
+1 28372U 04025G   16017.44703904  .00000117  00000-0  41688-4 0  9999
+2 28372  98.1875 332.3473 0045390 232.7946 126.9101 14.49388705610715
+0 UNISAT 3
+1 28373U 04025H   16017.83287268  .00000294  00000-0  94053-4 0  9993
+2 28373  98.2792 324.8270 0068839 339.0495  20.7879 14.45230892609315
+0 SL-24 DEB
+1 28374U 04025J   16017.55725959  .00000289  00000-0  67921-4 0  9995
+2 28374  97.8792  29.5186 0021195  91.5846  22.6322 14.60948423615325
+0 AMSAT ECHO
+1 28375U 04025K   16017.41814435  .00000134  00000-0  52457-4 0  9996
+2 28375  98.3155 316.9480 0083554  43.2906 317.4809 14.41741722607354
+0 AURA
+1 28376U 04026A   16018.17834493  .00000330  00000-0  83257-4 0  9998
+2 28376  98.2189 323.0646 0001270  83.8456 276.2887 14.57100783612176
+0 ANIK F2
+1 28378U 04027A   16016.59904900 -.00000056 +00000-0 +00000-0 0  9993
+2 28378 000.0186 019.4288 0000676 185.8618 014.7355 01.00263322003145
+0 ARIANE 5 R/B
+1 28379U 04027B   16017.61629970  .00000100  00000-0 -17200-2 0  9991
+2 28379   6.4489 141.2571 7289026  91.2064   4.4291  2.07925252 87390
+0 COSMOS 2407
+1 28380U 04028A   16017.14239589  .00000038  00000-0  23280-4 0  9991
+2 28380  82.9576  11.0407 0040980  88.7467 271.8397 13.76018098576888
+0 SL-8 R/B
+1 28381U 04028B   16016.93510957 +.00000045 +00000-0 +29582-4 0  9998
+2 28381 082.9578 359.3418 0032797 040.1221 351.9664 13.78174642577718
+0 DOUBLESTAR (TC-2)
+1 28382U 04029A   16017.89387253  .00000126  00000-0  32952-3 0  9991
+2 28382  87.7887 306.2076 7274759 201.6967  96.0795  2.23135876 89792
+0 METEOR 2-7 DEB
+1 28388U 81043E   16016.11240389  .00000695  00000-0  29432-3 0  9990
+2 28388  81.2649 160.0458 0046445  15.8400 344.4218 14.23944565599323
+0 METEOR 2-7 DEB
+1 28389U 81043F   16016.11398956  .00000747  00000-0  31277-3 0  9993
+2 28389  81.2724 159.3781 0040316  15.2003 345.0376 14.24714925592817
+0 AMAZONAS
+1 28393U 04031A   16017.35866904 -.00000296  00000-0  00000+0 0  9996
+2 28393   0.6860  86.1906 0002087 197.4108 266.3172  1.00273023 41981
+0 BREEZE-M R/B
+1 28394U 04031B   16016.67972455  .00000119  00000-0  00000+0 0  9993
+2 28394   8.5371 156.1823 6248596 241.4653  77.6454  2.10285373 87956
+0 BREEZE-M DEB (TANK)
+1 28395U 04031C   16016.32921351  .00003178  00000-0  50307-3 0  9992
+2 28395  49.3869 158.2201 5324473  59.6419 342.4124  5.09526357206807
+0 SJ-6A
+1 28413U 04035A   16018.35361249 -.00000059  00000-0 -66598-8 0  9997
+2 28413  97.8243  27.4507 0015935 297.6492  62.3125 14.94016091618256
+0 SJ-6B
+1 28414U 04035B   16018.21088251 -.00000279  00000-0 -20928-4 0  9999
+2 28414  97.8243  27.3659 0004994 289.6999  70.3694 14.93737592618200
+0 CZ-4 R/B
+1 28415U 04035C   16017.64754910  .00001394  00000-0  98695-4 0  9991
+2 28415  97.7875  36.9457 0054967  73.1946 287.5300 15.05353254620848
+0 CZ-4 DEB
+1 28416U 04035D   16017.72119068  .00025438  00000-0  56192-3 0  9990
+2 28416  97.6371  64.0193 0003878  64.7299  52.8144 15.43841194622231
+0 GSAT 3 (EDUSAT)
+1 28417U 04036A   16016.10907064 -.00000079 +00000-0 +00000-0 0  9993
+2 28417 004.2271 065.0193 0002311 134.8064 228.5709 00.99264499041344
+0 COSMOS 2408
+1 28419U 04037A   16017.94305268 -.00000007  00000-0 -11901-3 0  9994
+2 28419  82.4802 188.1515 0015225 326.6640  33.3481 12.45601312514569
+0 COSMOS 2409
+1 28420U 04037B   16018.05378424  .00000002  00000-0 -57944-4 0  9995
+2 28420  82.4824 189.7191 0013013 333.6635  26.3786 12.45265888514460
+0 SL-8 R/B
+1 28421U 04037C   16016.92841509 -.00000076 +00000-0 -60863-3 0  9994
+2 28421 082.4803 193.8695 0020942 351.7868 177.2016 12.44355970513777
+0 PSLV DEB
+1 28429U 01049NP  16017.05309990  .00006036  00000-0  37862-3 0  9993
+2 28429  97.4992  50.6452 0017248 183.5136 176.5974 15.09557700666688
+0 PSLV DEB
+1 28430U 01049NW  16016.20140408  .00003873  00000-0  30704-3 0  9992
+2 28430  97.5392  10.4652 0040600  82.3098 278.2733 15.00466627684773
+0 PSLV DEB
+1 28431U 01049NX  16017.73043888  .00019034  00000-0  59671-3 0  9996
+2 28431  97.6676 117.6432 0015518 104.5405 255.7558 15.32997525696112
+0 PSLV DEB
+1 28432U 01049NY  16017.07484371  .00001715  00000-0  30702-3 0  9991
+2 28432  97.7810 121.9006 0077937 351.4267   8.5600 14.66104607670224
+0 SL-16 DEB
+1 28436U 01056K   16017.20404286  .00000036  00000-0  15097-3 0  9990
+2 28436  99.4054 237.0807 0192541 332.9168 136.9979 13.28582303683463
+0 SL-16 DEB
+1 28437U 01056L   16017.84079634 -.00000011  00000-0  55249-4 0  9994
+2 28437  99.3665 218.1508 0202191  19.0221 105.6785 13.27252321682869
+0 CZ-4B DEB
+1 28438U 02024E   16016.95313930 +.00001113 +00000-0 +45293-3 0  9992
+2 28438 098.4322 021.7767 0022203 234.5133 125.3978 14.29300813708916
+0 DELTA 1 DEB
+1 28443U 62002E   16017.04562282  .00000055  00000-0  54093-4 0  9990
+2 28443  48.2696 259.2011 0076463 171.8184 328.8807 14.54414368754062
+0 AMC-15
+1 28446U 04041A   16017.48911870 -.00000098  00000-0  00000+0 0  9993
+2 28446   0.0469 292.1902 0002288 351.4755 263.6822  1.00271247 41244
+0 BREEZE-M R/B
+1 28447U 04041B   16016.44333005 -.00000038 +00000-0 +00000-0 0  9992
+2 28447 017.2197 276.4684 5159351 087.5617 232.2797 01.86974332076855
+0 CZ-2C R/B
+1 28448U 04029B   16017.09523312 -.00000002  00000-0 -99007-3 0  9993
+2 28448  87.7340 303.3383 7267747 221.6096  51.1755  2.14873690 86633
+0 FENGYUN 2C
+1 28451U 04042A   16016.73754789 -.00000125 +00000-0 +00000-0 0  9993
+2 28451 006.4994 054.3481 0004928 243.7576 283.8810 00.98083769003852
+0 RITE TARGET 1
+1 28454U 02056F   16018.18895248  .00000307  00000-0  12996-3 0  9997
+2 28454  98.2711   5.1741 0009601 315.6034  44.4379 14.31872142659373
+0 RITE TARGET 2
+1 28455U 02056G   16016.90804986 +.00000341 +00000-0 +14274-3 0  9994
+2 28455 098.2729 003.5357 0010128 321.8378 038.2088 14.31927973129995
+0 EXPRESS AM-1
+1 28463U 04043A   16016.30484047  .00000070  00000-0  00000+0 0  9994
+2 28463   4.4936  63.1556 0012615 166.3867 220.9032  0.99194656 40965
+0 SL-12 R/B(2)
+1 28466U 04043D   16017.49956456  .00000098  00000-0  00000+0 0  9996
+2 28466   9.2544  44.4609 0005565  75.2544  16.1846  1.00139008 41011
+0 JB-3 C
+1 28470U 04044A   16018.13470731  .00000804  00000-0  65624-4 0  9994
+2 28470  97.3583 319.3343 0036436 292.5509  67.1860 15.01615633615481
+0 AMC-16
+1 28472U 04048A   16017.11468749 -.00000215  00000-0  00000+0 0  9992
+2 28472   0.0376 304.1079 0002235 349.9571 138.1953  1.00270894 40673
+0 ATLAS 5 CENTAUR R/B
+1 28473U 04048B   16016.38150253 -.00000063 +00000-0 +00000-0 0  9991
+2 28473 017.6207 196.7820 5744087 062.1701 250.9904 02.06081586083392
+0 NAVSTAR 56 (USA 180)
+1 28474U 04045A   16017.36381416 -.00000027  00000-0  00000+0 0  9994
+2 28474  53.9898 118.9586 0154721 235.4134 136.3427  2.00559455 82134
+0 DELTA 2 R/B(2) (PAM-D)
+1 28476U 04045C   16017.98127775  .00135143  90372-6  77738-3 0  9990
+2 28476  38.8290 210.0787 2189517 331.7157  17.9890 11.22862299283261
+0 BREEZE-M DEB (TANK)
+1 28477U 04041C   16017.32436949  .00000127  00000-0  80187-2 0  9998
+2 28477  47.0056 186.7057 6892684  97.5152 356.4702  2.23822279 91923
+0 SHIYUAN 2 (SY-2)
+1 28479U 04046A   16018.19431604  .00000259  00000-0  63225-4 0  9996
+2 28479  98.2348  33.0137 0009414 302.3900  57.6386 14.60440291594215
+0 CZ-2C R/B
+1 28480U 04046B   16017.89383451  .00000056  00000-0  37163-4 0  9997
+2 28480  98.1656 141.9462 0141132 308.7855 158.8348 14.25562188580679
+0 CZ-2C DEB
+1 28481U 04046C   16017.45932161  .00001396  00000-0  43423-3 0  9991
+2 28481  98.0900 156.3698 0132252 147.1614 258.2102 14.37495757582937
+0 CZ-2C DEB
+1 28482U 04046D   16017.50601443  .00001385  00000-0  46209-3 0  9997
+2 28482  98.7033 342.3970 0135605 326.1405 151.4907 14.34144358581801
+0 CZ-2C DEB
+1 28483U 04046E   16016.61499955 +.00001093 +00000-0 +31098-3 0  9998
+2 28483 098.0371 220.0531 0114169 056.3028 345.5232 14.43413543585222
+0 CZ-2C DEB
+1 28484U 04046F   16016.92571779 +.00000780 +00000-0 +24119-3 0  9996
+2 28484 098.6776 023.2421 0109070 217.9917 162.6445 14.40893869584038
+0 SWIFT
+1 28485U 04047A   16016.72812344  .00002253  00000-0  13182-3 0  9997
+2 28485  20.5563 149.9465 0011570 184.7910 175.2414 15.02694542610236
+0 FENGYUN 2C AKM
+1 28491U 04042C   16015.56108263 -.00000308 +00000-0 +00000-0 0  9990
+2 28491 008.2988 045.8644 0024809 235.5603 117.0184 01.01344765041030
+0 NANOSAT(1)
+1 28493U 04049B   16018.18758102  .00000250  00000-0  47064-4 0  9993
+2 28493  98.2725  74.2614 0004282 188.0500 172.0639 14.73085627594956
+0 PARASOL
+1 28498U 04049G   16018.12579689  .00000254  00000-0  53236-4 0  9995
+2 28498  98.5078  41.5835 0016706 119.8782 240.4084 14.68275536590599
+0 ARIANE 5 R/B
+1 28499U 04049H   16018.17160141  .00000196  00000-0  31641-4 0  9991
+2 28499  98.1272  90.8844 0094080  80.8551 332.2774 14.79615152597688
+0 COSMOS 2413 (GLONASS)
+1 28508U 04053A   16016.60685063 +.00000107 +00000-0 +00000-0 0  9991
+2 28508 063.1376 195.5675 0009997 173.4197 248.8972 02.13104004086059
+0 COSMOS 2411 (GLONASS)
+1 28509U 04053B   16016.47303059  .00000107  00000-0  00000+0 0  9998
+2 28509  63.1324 195.5358 0005635 160.6596 175.5439  2.13101716 86047
+0 COSMOS 2412 (GLONASS)
+1 28510U 04053C   16017.22968131  .00000109  00000-0  00000+0 0  9994
+2 28510  63.1439 195.5891 0004468 227.7930 346.7571  2.13103152 86065
+0 SL-12 R/B(2)
+1 28512U 04053E   16016.37783785 +.00000106 +00000-0 +00000-0 0  9999
+2 28512 063.1381 195.2543 0016855 220.4027 156.1700 02.13315412086133
+0 GOES 7 AKM
+1 28520U 87022F   16017.14935522 -.00000209  00000-0  00000+0 0  9993
+2 28520  15.2744 353.7427 1061289 344.5238 196.8051  0.98771090 39855
+0 COSMOS 2414
+1 28521U 05002A   16018.12261657  .00000057  00000-0  35057-4 0  9997
+2 28521  82.9473  38.9113 0040943  12.3443 347.8714 13.87561777556715
+0 SL-8 R/B
+1 28522U 05002B   16017.50080815  .00000154  00000-0  11251-3 0  9991
+2 28522  82.9454  28.5599 0044490 310.2485 157.5189 13.89470052557377
+0 TATIANA
+1 28523U 05002C   16017.49451865  .00000072  00000-0  47860-4 0  9992
+2 28523  82.9478  41.0553 0038600  21.9222 338.3582 13.87381382556500
+0 NSS 10 (AMC-12)
+1 28526U 05003A   16017.34250078 -.00000260  00000-0  00000+0 0  9993
+2 28526   0.0481 293.0228 0002910 351.0004 278.0548  1.00271919 40175
+0 BREEZE-M R/B
+1 28527U 05003B   16016.63744119  .00000034  00000-0  00000+0 0  9997
+2 28527  19.6221  59.3995 5383368 149.0299 227.1374  1.93168919 77273
+0 BREEZE-M DEB (TANK)
+1 28528U 05003C   16016.93764695 +.00001564 +00000-0 +36393-3 0  9999
+2 28528 049.5450 355.3056 5182019 081.1392 331.8160 05.30581380206475
+0 XTAR-EUR
+1 28542U 05005A   16016.59866184  .00000143  00000-0  00000+0 0  9999
+2 28542   0.0202 289.1461 0002451   1.8875  68.9234  1.00271441 40038
+0 SLOSHSAT
+1 28544U 05005C   16017.38130240  .00004707  00000-0  12811-2 0  9992
+2 28544   7.2343   0.5552 7135667 322.7101   4.5024  2.46445645 93964
+0 MAQSAT/ARIANE 5
+1 28545U 05005D   16018.15376274  .00005766  00000-0  10994-2 0  9994
+2 28545   7.2850  17.3791 7170627 288.5680  10.3430  2.43025276 92893
+0 TITAN 3C TRANSTAGE DEB
+1 28550U 65108BR  16016.35366244 -.00000154 +00000-0 -20465-2 0  9998
+2 28550 026.9190 033.6047 6710629 145.4439 356.1826 02.75154576034362
+0 TITAN 3C TRANSTAGE DEB
+1 28551U 65108BS  16016.67976986  .00003598  00000-0  91854-2 0  9997
+2 28551  27.0347 177.4664 6126415 177.0944 189.6556  3.68242508169305
+0 TITAN 3C TRANSTAGE DEB
+1 28552U 65108BT  16012.15123518  .00000001  00000-0  16509-3 0  9993
+2 28552  26.3962 249.9115 6743278 341.3890   2.8584  2.81367087131091
+0 TITAN 3C TRANSTAGE DEB
+1 28553U 65108BU  16015.42166578 -.00000312  00000-0 -23836-2 0  9997
+2 28553  26.9083   7.4825 6785953 217.3904 349.7377  2.71958578117414
+0 METEOR 2-5 DEB
+1 28554U 79095C   16016.97266006  .00002707  00000-0  10081-2 0  9992
+2 28554  81.1910 221.1945 0011389 234.9819 125.0295 14.31794212664787
+0 METEOR 2-5 DEB
+1 28555U 79095D   16017.27362242  .00001047  00000-0  38978-3 0  9998
+2 28555  81.1989 223.0216 0018206 258.9674 100.9461 14.31375923701936
+0 ARIANE 1 DEB
+1 28556U 79104V   16017.59736424  .00000315  00000-0  32032-1 0  9992
+2 28556  16.0288 268.7803 7300041 164.7670  47.5315  1.95522236 96750
+0 ARIANE 2 DEB
+1 28562U 88040F   16016.28234149  .00000062  00000-0  12503-2 0  9991
+2 28562   7.6699   8.7056 7101205 110.0308 334.7651  2.38740172110978
+0 ARIANE 2 DEB
+1 28563U 88098L   16017.10679016 -.00000017  00000-0 -39823-2 0  9999
+2 28563   3.6577 256.7038 7230183  60.6501 181.9689  2.07022768 96558
+0 ARIANE 2 DEB
+1 28565U 89006AG  16016.88564408 -.00000114  00000-0 -36633-3 0  9998
+2 28565   8.3500  51.2304 7128923 183.5021 165.4242  2.34670788100944
+0 ARIANE 2 DEB
+1 28566U 89006AH  16014.66678843  .00000106  00000-0  68503-2 0  9991
+2 28566   6.5265 174.6112 7089011 305.2354   7.4309  2.27345227 98625
+0 ARIANE 2 DEB
+1 28567U 89006AJ  16016.95787584 -.00000033  00000-0 -51135-4 0  9995
+2 28567   7.7446  60.7737 7137819 166.9739 232.1696  2.33169129110260
+0 ARIANE 2 DEB
+1 28570U 89006AM  16016.38427914 -.00000020 +00000-0 +25975-2 0  9990
+2 28570 006.9711 151.6094 7103667 350.8638 005.7368 02.28235578102236
+0 ARIANE 44L DEB
+1 28573U 91003N   16017.56609907 -.00000161  00000-0 -71262-3 0  9996
+2 28573   7.0833  93.5693 6807805  58.0030  16.6689  2.64455553120416
+0 ARIANE 44L DEB
+1 28574U 91003P   16016.07815976 -.00000202  00000-0 -13965-3 0  9999
+2 28574   6.9248   3.8202 6663236 235.3576  43.4599  2.95986531136771
+0 ARIANE 44L DEB
+1 28575U 91075M   16018.21721964  .00000030  00000-0  61169-2 0  9995
+2 28575   6.9609   7.0799 6582910  82.6414   6.2369  2.82444535142894
+0 ARIANE 44L DEB
+1 28576U 91075N   16016.22504263 -.00000116  00000-0 -56868-4 0  9995
+2 28576   7.2145 338.8235 6577375 144.5646 345.6612  2.83466968145549
+0 ARIANE 44L+ DEB
+1 28577U 92021R   16015.26896411 -.00000033 +00000-0 +00000-0 0  9990
+2 28577 003.9252 312.4632 6989194 261.8922 330.9634 02.23352088092674
+0 SL-12 DEB
+1 28578U 92047M   16017.06544392  .00000707  00000-0  22526-2 0  9993
+2 28578  67.0779 245.8044 5533328 208.9340 345.5112  4.49065747182660
+0 SL-12 DEB
+1 28584U 92047T   16015.32439217  .00006297  00000-0  82307-2 0  9999
+2 28584  64.9916 289.7501 4556915 298.7227  23.1786  6.10968264198487
+0 SL-12 DEB
+1 28589U 92047Y   16015.17112197  .00005000  00000-0  20114-1 0  9990
+2 28589  65.5142  61.3037 5188824 256.2881  43.1673  4.96295055189024
+0 THOR BURNER 2A DEB
+1 28591U 74015C   16016.92800763 +.00000106 +00000-0 +69891-4 0  9995
+2 28591 098.9661 134.3116 0047292 182.6962 256.1761 14.20686849569481
+0 THOR BURNER 2A DEB
+1 28592U 74015D   16017.51470348  .00005653  00000-0  10218-2 0  9993
+2 28592  99.0447 314.7758 0080460  49.7310   3.0372 14.64755340579766
+0 THOR BURNER 2A DEB
+1 28593U 74015E   16016.42629575  .00000637  00000-0  25378-3 0  9992
+2 28593  99.1169 192.3775 0064616  47.0415 313.6160 14.31144744570074
+0 METEOR 2-5 DEB
+1 28594U 79095E   16016.05757595  .00001606  00000-0  71399-3 0  9990
+2 28594  81.1990 284.7303 0005380  11.4933 348.6366 14.22563497589867
+0 METEOR 2-5 DEB
+1 28595U 79095F   16017.36689396  .00003102  00000-0  10921-2 0  9995
+2 28595  81.1925 249.9895 0006277 300.5480  59.5084 14.34676358594922
+0 METEOR 2-9 DEB
+1 28598U 82116E   16011.43647792  .00005459  00000-0  15328-2 0  9995
+2 28598  81.2382  59.9224 0035972 212.5387 147.4883 14.45495610586927
+0 METEOR 2-7 DEB
+1 28599U 81043H   16017.36963284  .00003461  00000-0  10255-2 0  9994
+2 28599  81.2508  38.5335 0015494 203.5196 156.5287 14.43142530698504
+0 METEOR 2-7 DEB
+1 28600U 81043J   16016.75519968 +.00001651 +00000-0 +43877-3 0  9991
+2 28600 081.2422 025.8396 0009487 018.8317 341.3224 14.48245449131421
+0 METEOR 2-7 DEB
+1 28601U 81043K   16017.55805924  .00001917  00000-0  69004-3 0  9996
+2 28601  81.2645 117.9203 0039510 243.5125 116.2004 14.33018951613906
+0 METEOR 2-12 DEB
+1 28603U 85013C   16015.90256872 +.00002067 +00000-0 +14761-2 0  9994
+2 28603 082.5234 094.9582 0022584 096.7500 263.6238 13.96746006128531
+0 EXPLORER 38 DEB
+1 28608U 68055M   16018.10458071 -.00000010  00000-0  00000+0 0  9991
+2 28608 120.8738 326.9796 0012327  46.4550 108.2105  6.42260308115146
+0 NIMBUS 2 DEB
+1 28609U 66040Y   16017.10016499  .00000735  00000-0  13619-2 0  9993
+2 28609 100.3387 115.6741 0054495 113.3952   7.4336 13.42843058561198
+0 NIMBUS 2 DEB
+1 28610U 66040Z   16017.28598558  .00000850  00000-0  14272-2 0  9999
+2 28610 100.5018 188.8064 0044859   5.9605 116.4456 13.48990119566812
+0 NIMBUS 2 DEB
+1 28611U 66040AA  16014.96340439  .00003816  00000-0  33778-2 0  9992
+2 28611 100.2660 286.5410 0048404 164.9354 256.6684 13.85168535609538
+0 NIMBUS 2 DEB
+1 28612U 66040AB  16015.58987448  .00001467  00000-0  20043-2 0  9990
+2 28612 100.4254 291.1132 0043382 154.7453 328.6354 13.60473326655670
+0 NIMBUS 2 DEB
+1 28613U 66040AC  16018.13647623  .00000838  00000-0  12518-2 0  9992
+2 28613 100.3824 250.2883 0048821 240.3978 278.4048 13.56312861646694
+0 NIMBUS 2 DEB
+1 28615U 66040AE  16017.48413019  .00002024  00000-0  25594-2 0  9998
+2 28615 100.2475 206.6062 0038683  65.8349 323.9480 13.64742373632424
+0 NIMBUS 2 DEB
+1 28617U 66040AG  16016.66956196  .00001679  00000-0  22936-2 0  9999
+2 28617 100.4077 265.7403 0047349 151.8102 226.9007 13.60155401675816
+0 NIMBUS 2 DEB
+1 28618U 66040AH  16017.77519825  .00002244  00000-0  28025-2 0  9991
+2 28618 100.2443 220.5372 0047392  45.2614  13.6122 13.65199391633519
+0 NIMBUS 2 DEB
+1 28619U 66040AJ  16017.52300772  .00001942  00000-0  25372-2 0  9990
+2 28619 100.3100 230.1945 0042720  90.9248 301.4962 13.62729947594265
+0 NIMBUS 2 DEB
+1 28620U 66040AK  16017.70640939  .00000932  00000-0  17294-2 0  9996
+2 28620 100.4134 102.1641 0063755 143.4913  10.6018 13.41756560540529
+0 NIMBUS 2 DEB
+1 28621U 66040AM  16017.71983633  .00002549  00000-0  21614-2 0  9996
+2 28621 100.2692 108.5853 0041112 216.7945 307.4204 13.88206676787700
+0 MTSAT 1R
+1 28622U 05006A   16017.47618106 -.00000193  00000-0  00000+0 0  9992
+2 28622   0.7128  84.1215 0019813 204.2056 306.8280  0.98913557 39862
+0 XM-3
+1 28626U 05008A   16017.24555448 -.00000214  00000-0  00000+0 0  9996
+2 28626   0.0211 208.7698 0000077 292.5273 338.0877  1.00269270 39920
+0 BLOCK DM-SL R/B
+1 28627U 05008B   16016.79968037 -.00000039  00000-0  00000+0 0  9993
+2 28627   0.8963 322.9203 6543359  80.9819 190.7628  2.13874379 85026
+0 INMARSAT 4-F1
+1 28628U 05009A   16017.29259255 -.00000271  00000-0  00000+0 0  9994
+2 28628   2.8042   4.7779 0003097 292.9710  67.2167  1.00271412 39545
+0 EXPRESS AM-2
+1 28629U 05010A   16017.49897867 -.00000147  00000-0  00000+0 0  9998
+2 28629   1.2870  81.3841 0000444 191.7704 102.8514  1.00271739 39578
+0 SL-12 R/B(AUX MOTOR)
+1 28632U 05010D   16017.21531186  .00019166  00000-0  11793-2 0  9995
+2 28632  47.2995 117.0012 5684937 298.7507  16.0886  4.57835431153403
+0 SL-12 R/B(2)
+1 28634U 05010F   16017.52033853 -.00000115  00000-0  00000+0 0  9990
+2 28634   8.8863  46.1833 0024398 177.7628 153.7199  1.00337665 39577
+0 APSTAR 6
+1 28638U 05012A   16017.27789405 -.00000327  00000-0  00000+0 0  9994
+2 28638   0.0147  66.3299 0002001 224.5392  59.3006  1.00272917 64266
+0 DART
+1 28642U 05014A   16017.40474829  .00062847  30394-5  33482-3 0  9999
+2 28642  96.5804 310.2303 0054129 283.8414  75.6835 15.78325565594705
+0 SPACEWAY 1
+1 28644U 05015A   16017.60778690 -.00000112  00000-0  00000+0 0  9997
+2 28644   0.0448 234.9507 0000232 347.7231   9.6535  1.00272108 39377
+0 BLOCK DM-SL R/B
+1 28645U 05015B   16017.38410867  .00004586  00000-0  84252-3 0  9995
+2 28645   0.4688  17.1730 6848126 323.3249   2.5799  2.84863715102080
+0 CARTOSAT-1
+1 28649U 05017A   16018.21400432  .00000595  00000-0  78990-4 0  9990
+2 28649  97.9153  93.0375 0001262 329.2636  30.8485 14.83436854579481
+0 HAMSAT
+1 28650U 05017B   16017.50983990  .00001200  00000-0  13583-3 0  9998
+2 28650  97.5934   5.5564 0025048  44.4624 315.8598 14.87986726579310
+0 PSLV R/B
+1 28651U 05017C   16017.81242999  .00000476  00000-0  79072-4 0  9990
+2 28651  97.8820 313.1100 0073332 297.1162  62.2579 14.73033816574545
+0 NOAA 18
+1 28654U 05018A   16017.52149349  .00000048  00000-0  51290-4 0  9994
+2 28654  99.1955  20.5242 0015202  80.7632 279.5257 14.12261794549323
+0 BREEZE-M R/B
+1 28656U 04008C   16016.53332448  .00000192  00000-0  00000+0 0  9996
+2 28656  11.9551 176.9990 6107190 276.4628  23.4503  1.97317305 79167
+0 DIRECTV 8
+1 28659U 05019A   16015.96105875 -.00000122  00000-0  00000+0 0  9994
+2 28659   0.0163  56.9868 0003449 240.9205  62.0423  1.00271528 39034
+0 BREEZE-M R/B
+1 28660U 05019B   16016.79200787 -.00000115  00000-0  00000+0 0  9998
+2 28660  12.0918 331.0741 3357247  10.3439 190.9942  1.54371238 60087
+0 BREEZE-M DEB (TANK)
+1 28661U 05019C   16016.54774519  .00002368  00000-0  88538-3 0  9998
+2 28661  49.3613  68.2458 6116521 185.2918 162.8182  3.84178087142821
+0 OPS 0856 DEB
+1 28664U 66077AD  16017.74951299  .00000166  00000-0  10147-1 0  9990
+2 28664  88.9921 137.3681 1934442 197.7078 154.6024  8.75269868340266
+0 SCOUT G-1 DEB
+1 28672U 88074H   16004.29246793  .00000542  00000-0  77882-3 0  9991
+2 28672  89.9653  17.1433 0087967 305.1212 111.9829 13.53131795580155
+0 SCOUT G-1 DEB
+1 28676U 88074M   16017.26325440  .00000356  00000-0  55987-3 0  9998
+2 28676  89.9508  15.7568 0092117  26.2431  33.4070 13.46694247627389
+0 SL-12 DEB
+1 28685U 92047AJ  16018.18378030  .00331052  18939-4  47164-2 0  9999
+2 28685  64.1336 318.2909 0795101 219.3178 134.7524 14.13996468394485
+0 GALAXY 28 (IA 8)
+1 28702U 05022A   16017.41622211 -.00000195  00000-0  00000+0 0  9997
+2 28702   0.0217  56.4767 0003067 179.1803 301.4466  1.00269462 38680
+0 SL-12 R/B(2)
+1 28704U 05023H   16016.80520862 +.00000116 +00000-0 +00000-0 0  9994
+2 28704 008.6120 046.8087 0015587 230.1756 156.8722 01.00810759038859
+0 SL-8 DEB
+1 28706U 90017C   16017.69390699  .00000625  00000-0  55587-3 0  9992
+2 28706  83.0886  24.0763 0083405  31.1762  10.4892 13.81627707532129
+0 EXPRESS AM-3
+1 28707U 05023A   16017.45418720 -.00000331  00000-0  00000+0 0  9997
+2 28707   0.0367 181.8154 0000581 172.8874  28.1049  1.00269916 38718
+0 SJ-7
+1 28737U 05024A   16018.19471944  .00000998  00000-0  95974-4 0  9997
+2 28737  97.6636  30.9514 0030923 235.4165 124.4136 14.94922094577858
+0 CZ-2D R/B
+1 28738U 05024B   16018.16362059  .00001416  00000-0  90669-4 0  9993
+2 28738  97.5619  57.3511 0012003 345.2108  14.8768 15.10122898577907
+0 CZ-2D DEB
+1 28739U 05024C   16016.53464211  .00005275  00000-0  40967-3 0  9998
+2 28739  97.5949 128.2418 0104680  41.6859 319.2281 14.97454700561797
+0 CZ-2D DEB
+1 28740U 05024D   16016.85310873 +.00006805 +00000-0 +72341-3 0  9990
+2 28740 097.7150 156.6937 0141238 227.5067 287.6950 14.82185823559140
+0 CZ-2D DEB
+1 28742U 05024F   16017.40373875  .00007219  00000-0  68813-3 0  9994
+2 28742  97.6298 186.7184 0125569 133.0680 228.1132 14.87805460560137
+0 ASTRO E2
+1 28773U 05025A   16017.48373320  .00002501  00000-0  12938-3 0  9998
+2 28773  31.3842  43.4198 0005162 208.4759 151.5606 15.14114383578924
+0 CZ-2D DEB
+1 28785U 05024G   16016.86480554 +.00007006 +00000-0 +58526-3 0  9997
+2 28785 097.6409 170.2090 0112109 098.8921 262.5011 14.93995511560754
+0 IPSTAR 1
+1 28786U 05028A   16017.51896987 -.00000372  00000-0  00000+0 0  9996
+2 28786   0.0242  54.0242 0002418 232.3281 136.3451  1.00267094 38209
+0 ARIANE 5 R/B
+1 28787U 05028B   16017.07217100 -.00000001  00000-0  11193-3 0  9990
+2 28787   6.8886 239.0684 7157102 166.5858 215.4936  2.26558721 86387
+0 GALAXY 14
+1 28790U 05030A   16016.64148287 +.00000029 +00000-0 +00000-0 0  9999
+2 28790 000.0128 008.5960 0002533 285.2994 287.5199 01.00271972038178
+0 SCOUT B DEB
+1 28796U 65063F   15361.58140341  .00000143  00000-0  11213-2 0  9992
+2 28796  69.2129 336.5415 0737668 181.4212 177.1116 11.91734499475778
+0 SCOUT B DEB
+1 28797U 65063G   16017.09397169  .00000146  00000-0  10899-2 0  9992
+2 28797  69.2000 172.5071 0726334 114.0245   4.7561 11.95872323484681
+0 SCOUT B DEB
+1 28800U 65063K   16012.51971245 -.00000544  00000-0 -24783-2 0  9993
+2 28800  69.2064  56.9016 0795911  44.3939  21.9944 12.00682161494764
+0 TITAN 3C TRANSTAGE DEB
+1 28804U 65108BW  16016.14437704 -.00000135  00000-0  00000+0 0  9995
+2 28804  27.5350 330.9788 6580170 166.8134 351.7873  2.64658639113132
+0 TITAN 3C TRANSTAGE DEB
+1 28805U 65108BX  16016.39742490  .00000131  00000-0  58101-3 0  9998
+2 28805  26.1245 151.5877 6796127 270.9433  17.2933  2.74914968117346
+0 OICETS
+1 28809U 05031A   16018.16999762  .00000007  00000-0  58494-5 0  9993
+2 28809  98.0531  68.6143 0019126   7.1196 353.0294 14.99340825566802
+0 INDEX
+1 28810U 05031B   16017.85745219  .00001122  00000-0  12365-3 0  9990
+2 28810  98.0808 338.2423 0030039  74.7161 285.7373 14.89335333563203
+0 SL-24 R/B
+1 28811U 05031C   16016.95802953 +.00000131 +00000-0 +54392-4 0  9996
+2 28811 097.7761 169.2251 0412805 112.9281 000.8225 13.99926354531242
+0 SL-24 DEB
+1 28812U 05031D   16018.16454932  .00002153  00000-0  17680-3 0  9996
+2 28812  98.1266  48.7297 0021172  21.0232  22.9995 15.00202131565653
+0 SL-24 DEB
+1 28813U 05031E   16017.45612098  .00003169  00000-0  19363-3 0  9995
+2 28813  97.9918  93.7649 0014129 337.8771 152.4953 15.11003116568588
+0 TITAN 3C TRANSTAGE DEB
+1 28821U 65108CJ  16014.78180972 -.00000271  00000-0 -58966-1 0  9992
+2 28821  28.0609 276.7126 6529904 255.5113  28.4994  2.63563567111143
+0 MONITOR-E 1
+1 28822U 05032A   16017.89912430  .00011076  00000-0  25027-3 0  9997
+2 28822  97.1534  31.5660 0004305  40.5427 319.6141 15.43336638575934
+0 TITAN 3C TRANSTAGE DEB
+1 28833U 65108CK  16017.28708880 -.00000164  00000-0  00000+0 0  9991
+2 28833  27.8716 103.8413 6565100 208.6900  27.1487  2.64697366123425
+0 TITAN 3C TRANSTAGE DEB
+1 28837U 65108CP  16013.58384076 +.00000000 +00000-0 +00000-0 0  9990
+2 28837 025.6265 143.8366 6511779 058.9560 005.2502 02.63380356033822
+0 TITAN 3C TRANSTAGE DEB
+1 28838U 65108CQ  16017.65570786 -.00000067  00000-0 -92257-3 0  9991
+2 28838  26.1303 214.1206 6750752 282.9541  14.5185  2.69384630123747
+0 PSLV DEB
+1 28850U 01049PC  16016.76328397  .00009040  00000-0  50547-3 0  9993
+2 28850  97.6367  14.2831 0018512 179.6216 180.5032 15.13566787625901
+0 PSLV DEB
+1 28851U 01049PD  16016.72926497  .00003076  00000-0  31883-3 0  9990
+2 28851  97.8466 351.7524 0044251  97.2369 263.3882 14.90028326618434
+0 PSLV DEB
+1 28852U 01049PE  16016.11705130 +.00000328 +00000-0 +58892-4 0  9990
+2 28852 097.9755 325.8385 0044009 226.9666 198.6885 14.72537558138269
+0 PSLV DEB
+1 28853U 01049PF  16018.14898416  .00001200  00000-0  15553-3 0  9992
+2 28853  97.8758 341.1120 0038990  93.6182 331.5425 14.82127653640723
+0 PSLV DEB
+1 28855U 01049PH  16017.16733406  .00002406  00000-0  25487-3 0  9998
+2 28855  97.6650  10.1470 0002138  91.2105 268.9358 14.90039072731601
+0 PSLV DEB
+1 28859U 01049PM  16017.16409159  .00005076  00000-0  35758-3 0  9995
+2 28859  97.6708   8.2598 0020718 194.3054 165.7588 15.05296542684015
+0 ANIK F1-R
+1 28868U 05036A   16017.99123689 -.00000084  00000-0  00000+0 0  9990
+2 28868   0.0213  56.7977 0002541 281.6488  27.9048  1.00270632 38024
+0 BREEZE-M R/B
+1 28869U 05036B   16017.42100717  .00000052  00000-0  00000+0 0  9990
+2 28869   9.6038 253.8528 6274535  96.1119 333.7256  2.10738961 79746
+0 BREEZE-M DEB (TANK)
+1 28870U 05036C   16016.13660528  .00002263  00000-0  55170-3 0  9998
+2 28870  49.3858 267.5480 5475848  42.6642 348.8620  4.82663581213955
+0 NAVSTAR 57 (USA 183)
+1 28874U 05038A   16016.26436557 -.00000048  00000-0  00000+0 0  9999
+2 28874  55.8631  63.6648 0111214 247.8063 156.8239  2.00569536 75510
+0 DELTA 2 R/B(2) (PAM-D)
+1 28876U 05038C   16017.18445107  .00007195  00000-0  77617-3 0  9995
+2 28876  39.5208  64.6066 5640403 356.6155   0.8360  4.62169827160718
+0 GALAXY 15
+1 28884U 05041A   16017.50847610  .00000069  00000-0  00000+0 0  9990
+2 28884   0.0251 316.6065 0001967 357.9872 211.7917  1.00270857 37481
+0 SYRACUSE 3A
+1 28885U 05041B   16018.09940039  .00000118  00000-0  00000+0 0  9990
+2 28885   0.0149  51.3256 0003805 246.3671 262.0151  1.00270309 37597
+0 ARIANE 5 R/B
+1 28886U 05041C   16016.43420150 -.00000133 +00000-0 -41623-4 0  9994
+2 28886 007.5049 199.5931 7198774 072.7139 179.9613 02.24332933084041
+0 ARIANE 5 DEB (SYLDA)
+1 28887U 05041D   16017.84342394  .00000203  00000-0  28169-2 0  9998
+2 28887   6.9278 179.4882 7189325 117.4864 330.6678  2.26407009 84715
+0 BEIJING 1 (TSINGHUA)
+1 28890U 05043A   16018.13322200  .00000117  00000-0  32754-4 0  9992
+2 28890  97.8214 194.6809 0014994 343.5777  16.4925 14.61078509545068
+0 TOPSAT
+1 28891U 05043B   16018.15266425  .00000101  00000-0  29468-4 0  9992
+2 28891  97.8292 193.6132 0016591 348.4979  11.5835 14.61135125544991
+0 UWE-1
+1 28892U 05043C   16018.04977012  .00000436  00000-0  93613-4 0  9996
+2 28892  97.8239 198.0039 0015988 340.8451  19.2149 14.63010076545115
+0 SINAH 1
+1 28893U 05043D   16017.49070456  .00000280  00000-0  65525-4 0  9999
+2 28893  97.8242 196.0109 0014959 348.0238  26.8048 14.61301804544993
+0 SSETI-EXPRESS
+1 28894U 05043E   16017.10094767  .00000199  00000-0  49088-4 0  9994
+2 28894  97.8274 194.2826 0016948 353.9449   6.1545 14.61279698544813
+0 CUBESAT XI-V
+1 28895U 05043F   16017.48150990  .00000501  00000-0  10605-3 0  9996
+2 28895  97.8217 199.1331 0016544 343.1513  16.9139 14.63060971544925
+0 SSETI-EXPRESS DEB
+1 28897U 05043H   16017.18676771  .00000500  00000-0  10498-3 0  9994
+2 28897  97.8196 199.0763 0015787 341.5660  72.8829 14.63473385537245
+0 MOZ.5/SAFIR/RUBIN 5/SL-8
+1 28898U 05043G   16017.55384435  .00000197  00000-0  49962-4 0  9990
+2 28898  97.8601 185.9095 0020180  16.4959 343.6894 14.60037944544446
+0 INMARSAT 4-F2
+1 28899U 05044A   16016.51618716  .00000003  00000-0  00000+0 0  9990
+2 28899   2.4750   4.8611 0002882 296.0938  64.1385  1.00271669 37350
+0 BLOCK DM-SL R/B
+1 28900U 05044B   16017.58422003  .00001085  00000-0  44228-3 0  9998
+2 28900   2.8058 108.5502 7125962  63.0549 350.8681  2.46166518 87661
+0 TELKOM 2
+1 28902U 05046A   16017.00206682 -.00000372  00000-0  00000+0 0  9997
+2 28902   0.0182 233.0833 0001351  76.4809 285.0380  1.00270538 37091
+0 SPACEWAY 2
+1 28903U 05046B   16017.10052870 -.00000136  00000-0  00000+0 0  9995
+2 28903   0.0075 123.6404 0000157  41.7756 247.6421  1.00272670 37358
+0 ARIANE 5 R/B
+1 28904U 05046C   16016.50500865 +.00000032 +00000-0 +17149-3 0  9991
+2 28904 006.8480 191.6484 7192353 214.1421 065.4914 02.29046066084971
+0 ARIANE 5 DEB (SYLDA)
+1 28905U 05046D   16016.27652691  .00004648  00000-0  18031-2 0  9998
+2 28905   7.0206  50.6112 6146749 128.5864 304.2983  3.79040074104218
+0 COSMOS 2416
+1 28908U 05048A   16016.83907980 +.00000015 +00000-0 +30966-4 0  9996
+2 28908 082.4658 220.0751 0007299 024.5161 107.0014 12.55464431461497
+0 GONETS D1M 1
+1 28909U 05048B   16018.05568709  .00000060  00000-0  30681-3 0  9998
+2 28909  82.4661 220.5830 0006910   9.5920 350.5298 12.55150341461547
+0 SL-8 R/B
+1 28910U 05048C   16018.08765433  .00000029  00000-0  11846-3 0  9993
+2 28910  82.4644 222.1440 0016145 296.9931 177.8046 12.54884672461383
+0 INSAT 4A
+1 28911U 05049A   16017.44613140 -.00000174  00000-0  00000+0 0  9999
+2 28911   0.0269  98.8186 0007552 182.4430  78.6347  1.00271565 36956
+0 METEOSAT 9 (MSG 2)
+1 28912U 05049B   16018.16389565  .00000051  00000-0  00000+0 0  9994
+2 28912   1.2148  65.5616 0003175 243.5111 236.5249  1.00264244 36948
+0 ARIANE 5 R/B
+1 28913U 05049C   16017.82143769 -.00000056  00000-0  10271-2 0  9991
+2 28913   4.0843 301.3108 7148998  32.6772 204.7433  2.24859993 82771
+0 ARIANE 5 DEB (SYLDA)
+1 28914U 05049D   16016.94833925 -.00000026 +00000-0 +17293-2 0  9992
+2 28914 004.3656 315.1566 7169316 006.5052 241.8011 02.23437876082197
+0 COSMOS 2419 (GLONASS)
+1 28915U 05050A   16017.80468612 -.00000037  00000-0  00000+0 0  9995
+2 28915  65.2538  83.2795 0014870 346.6261 290.7246  2.13112618 78323
+0 COSMOS 2418 (GLONASS)
+1 28916U 05050B   16016.62960498 -.00000030 +00000-0 +00000-0 0  9998
+2 28916 065.2713 083.3978 0014854 328.3314 171.6434 02.13104093078279
+0 COSMOS 2417 (GLONASS)
+1 28917U 05050C   16018.13582131 -.00000037  00000-0  00000+0 0  9997
+2 28917  65.2565  83.2827 0016205 127.7556 176.3023  2.13103934 78323
+0 SL-12 R/B(2)
+1 28918U 05050D   16017.59707949 -.00000036  00000-0  00000+0 0  9992
+2 28918  65.2661  82.8007 0008540 222.0798  70.4740  2.13504933 78465
+0 SL-12 R/B(AUX MOTOR)
+1 28919U 05050E   16017.34102454  .00000248  00000-0  42565-3 0  9996
+2 28919  64.9524 341.7891 5756104  15.8555 356.4261  4.23580172155157
+0 SL-12 R/B(AUX MOTOR)
+1 28920U 05050F   16017.06955813  .00000366  00000-0  42732-3 0  9999
+2 28920  65.0529 339.1217 5781265   4.5915 358.9379  4.23832279155177
+0 GIOVE-A
+1 28922U 05051A   16015.53919770 -.00000030  00000-0  00000+0 0  9991
+2 28922  56.8300  93.6454 0004085  23.6013 336.4627  1.69416677 62297
+0 FREGAT R/B
+1 28923U 05051B   16012.63899822 -.00000016  00000-0  00000+0 0  9999
+2 28923  56.8163  95.0859 0012693 206.7587 158.0350  1.68647577 61850
+0 EUTE 172A (GE 23)
+1 28924U 05052A   16017.81817961 -.00000017  00000-0  00000+0 0  9991
+2 28924   0.0636  18.0284 0006605 275.6225 289.5312  1.00270814 36845
+0 BREEZE-M R/B
+1 28925U 05052B   16017.45713800 -.00000081  00000-0  00000+0 0  9990
+2 28925  19.3081  58.8992 5367011  90.6324 273.1331  1.94150597 71298
+0 BREEZE-M DEB (TANK)
+1 28926U 05052C   16016.70496344 +.00002745 +00000-0 +38451-3 0  9992
+2 28926 049.5363 206.3931 5197850 228.8026 073.1664 05.30787449189626
+0 ALOS
+1 28931U 06002A   16017.56779518  .00000394  00000-0  87201-4 0  9992
+2 28931  97.9060  63.0842 0002022 112.7692 247.3723 14.62096334531963
+0 H-2A R/B
+1 28932U 06002B   16017.82214847  .00000984  00000-0  99511-4 0  9993
+2 28932  98.2295 273.8635 0090779 201.7037 207.7202 14.90588232540862
+0 ECHOSTAR 10
+1 28935U 06003A   16016.55939346 -.00000063  00000-0  00000+0 0  9993
+2 28935   0.0459 288.8203 0001589   1.7082 276.0634  1.00270762 36360
+0 BLOCK DM-SL R/B
+1 28936U 06003B   16016.56299582 -.00000182 +00000-0 +00000-0 0  9999
+2 28936 000.2287 280.7693 6798826 189.9287 018.5202 02.19494542079536
+0 MTSAT 2
+1 28937U 06004A   16017.32308612 -.00000252  00000-0  00000+0 0  9998
+2 28937   0.0266 271.8629 0003596  32.2479  73.4043  1.00272384 36210
+0 H-2A R/B
+1 28938U 06004B   16017.54484489  .00019353  00000-0  25076-2 0  9994
+2 28938  28.2283 239.9537 6951641  60.8103 350.7297  2.72172664 90251
+0 ASTRO F (AKARI)
+1 28939U 06005A   16017.83125592  .00010342  00000-0  35873-3 0  9991
+2 28939  98.2181 159.5404 0120204 171.1875 189.1510 15.23310875534348
+0 BREEZE-M R/B
+1 28944U 06006B   16016.78224602 -.00000035 +00000-0 +00000-0 0  9993
+2 28944 050.7428 323.2269 4807813 028.8070 353.9106 05.07310805164847
+0 SPAINSAT
+1 28945U 06007A   16017.75929291 -.00000226  00000-0  00000+0 0  9990
+2 28945   0.0534 242.5906 0004992  22.0589  95.2741  1.00273005 36094
+0 EUTE 9A (HB 7A)
+1 28946U 06007B   16017.65119220  .00000051  00000-0  00000+0 0  9998
+2 28946   0.0524  72.0977 0006212 219.5545  68.2623  1.00270931 36173
+0 ARIANE 5 DEB (SYLDA)
+1 28947U 06007C   16017.76262929  .00028885  00000-0  35144-2 0  9991
+2 28947   4.6596 201.0973 6007379  56.0051 347.3547  4.05441538100708
+0 ARIANE 5 R/B
+1 28948U 06007D   16017.13952628  .00002079  00000-0  67439-3 0  9995
+2 28948   4.6023 199.2887 7127279  52.8401 353.0105  2.47256595 85484
+0 SL-18 DEB
+1 28950U 93014AB  16017.53981862  .00011777  00000-0  18068-2 0  9996
+2 28950  75.7417  98.9946 0076914 213.9135 204.8721 14.71625022590629
+0 SL-18 DEB
+1 28953U 93014AE  16017.50971117  .00044461  00000-0  27905-2 0  9994
+2 28953  75.7105  50.3246 0017738 182.6376 177.4735 15.08952113569338
+0 SL-18 DEB
+1 28955U 93014AG  16016.90318854 +.00007616 +00000-0 +12010-2 0  9994
+2 28955 075.7463 096.7857 0079733 201.4227 158.3612 14.70361926125162
+0 SL-18 DEB
+1 28956U 93014AH  16013.89548308 +.00007044 +00000-0 +11986-2 0  9995
+2 28956 075.7453 087.2682 0084188 185.0444 174.9897 14.66832423102963
+0 SL-18 DEB
+1 28958U 93014AK  16017.82831482  .00008268  00000-0  11830-2 0  9999
+2 28958  75.7451  67.3359 0063845 146.0741 214.4551 14.75269845576972
+0 SL-18 DEB
+1 28961U 93014AN  16013.60743328  .00041511  00000-0  34299-2 0  9998
+2 28961  75.7355  70.8652 0029958 178.5219 333.1436 14.98398971567048
+0 METEOR 2-5 DEB
+1 28972U 79095H   15353.86824604  .00006812  00000-0  17734-2 0  9994
+2 28972  81.1942 204.5078 0011716 129.1581 231.0654 14.49477947574603
+0 METEOR 2-5 DEB
+1 28973U 79095J   16015.50339973 +.00001525 +00000-0 +73427-3 0  9990
+2 28973 081.2061 306.4207 0005550 003.7967 356.3249 14.18333203154312
+0 METEOR 2-5 DEB
+1 28974U 79095K   16016.10024382  .00002493  00000-0  12152-2 0  9995
+2 28974  81.2108 308.7688 0011072 133.9176 226.2915 14.17827818514962
+0 METEOR 2-15 DEB
+1 28975U 87001C   16017.40655272  .00000710  00000-0  52928-3 0  9990
+2 28975  82.4628 254.6962 0023911 344.2287 136.6335 13.93529033526045
+0 NIMBUS 2 DEB
+1 28977U 66040AN  16017.97728041  .00001275  00000-0  23422-2 0  9992
+2 28977 100.4793 126.7976 0063032 184.5209 226.1911 13.41630126502039
+0 NIMBUS 2 DEB
+1 28978U 66040AP  16017.22634718  .00000705  00000-0  13391-2 0  9999
+2 28978 100.3895 121.9035 0051528 158.1560 232.1696 13.41499976418397
+0 DELTA 1 DEB
+1 28979U 76077FU  16017.77922562 -.00000605  00000-0 -12804-1 0  9996
+2 28979 102.0297 323.3916 0806146 263.3604  87.5086 10.94837173468605
+0 ST5-A
+1 28980U 06008A   16016.87476821 +.00015451 +00000-0 +75431-3 0  9997
+2 28980 105.5108 134.8041 2095102 146.2129 229.2092 11.17034725385298
+0 ST5-B
+1 28981U 06008B   16017.86837702  .00018902  32503-5  44180-3 0  9996
+2 28981 105.4886 329.0418 1760281 246.8215  93.8268 11.98722011395984
+0 ST5-C
+1 28982U 06008C   16016.75163531 +.00026912 +29267-5 +76356-3 0  9999
+2 28982 105.5236 267.2830 1875610 335.8291 016.4772 11.71296152082046
+0 PEGASUS R/B
+1 28983U 06008D   16017.77890915  .00014698  20529-5  69725-3 0  9998
+2 28983 105.5369 147.3358 2073803 138.6849 239.1209 11.22445593385901
+0 CZ-3 DEB
+1 28984U 90011C   16016.35011519 +.00003266 +00000-0 +13789-1 0  9997
+2 28984 030.3964 022.4256 6279833 013.7702 034.1010 03.43280487041695
+0 METEOR 2-6 DEB
+1 28986U 80073C   16018.15076681  .00001367  00000-0  57789-3 0  9997
+2 28986  81.2138 168.4421 0033380  20.0266 340.2214 14.24791463568586
+0 METEOR 2-6 DEB
+1 28987U 80073D   16017.66784539  .00002239  00000-0  90838-3 0  9992
+2 28987  81.2183 158.0713 0034688 335.3567  24.5954 14.27091181597380
+0 METEOR 2-17 DEB
+1 28988U 88005C   16017.50006873  .00001620  00000-0  12793-2 0  9993
+2 28988  82.5350 105.6968 0010900 274.0944  85.8974 13.91011002502719
+0 METEOR 2-17 DEB
+1 28989U 88005D   16017.50096456  .00001022  00000-0  73267-3 0  9990
+2 28989  82.5358  88.3433 0028077 239.3362 182.4512 13.96039741524827
+0 METEOR 2-17 DEB
+1 28990U 88005E   16017.50801220  .00000693  00000-0  52331-3 0  9997
+2 28990  82.5213  89.8863 0007561 263.4279 153.7918 13.92848743518035
+0 METEOR 2-17 DEB
+1 28991U 88005F   16017.16125279  .00000878  00000-0  64769-3 0  9996
+2 28991  82.5317  86.2640 0013196 186.8159 204.4634 13.94421849535248
+0 METEOR 2-17 DEB
+1 28992U 88005G   16016.59362421  .00000242  00000-0  18547-3 0  9993
+2 28992  82.5392 111.6041 0006240  19.5673  44.9647 13.89547672529303
+0 METEOR 2-17 DEB
+1 28993U 88005H   16015.99259426  .00000621  00000-0  49192-3 0  9998
+2 28993  82.5288 103.1380 0006012 211.0797 149.0011 13.90028435497986
+0 METEOR 2-17 DEB
+1 28994U 88005J   16017.99119391  .00000987  00000-0  77461-3 0  9992
+2 28994  82.5480 108.9229 0006277 349.8548 133.8492 13.91052659527055
+0 METEOR 2-17 DEB
+1 28995U 88005K   16017.92429605  .00002064  00000-0  15583-2 0  9992
+2 28995  82.5390  94.8627 0007168 146.5130 336.2178 13.93712774516646
+0 BREEZE-M R/B
+1 28998U 03024C   16016.51097123 -.00000057  00000-0  00000+0 0  9999
+2 28998  17.0340 144.4934 5136201 108.4360 110.1823  1.82403470 66694
+0 AYAME 2 DEB
+1 28999U 80018D   16017.19773152 -.00000082  00000-0  00000+0 0  9994
+2 28999   8.8992 346.3765 4368796  63.1751   2.6866  1.75800582 65763
+0 SCATHA AKM
+1 29000U 79007C   16016.46386825 -.00000023  00000-0  00000+0 0  9995
+2 29000  17.5821 334.6981 1773653   8.8485 145.0441  1.01588123 39275
+0 SATCOM 3 DEB
+1 29001U 79101D   16015.53277596 -.00000065  00000-0  00000+0 0  9998
+2 29001   9.0706  75.8207 4873970 141.8152 297.6540  1.82748816 66678
+0 SATCOM 3 DEB
+1 29002U 79101E   16017.61025527 -.00000054  00000-0  00000+0 0  9993
+2 29002   8.8166  98.5361 4817067  97.9204 338.0119  1.81817352 66317
+0 SATCOM 3 DEB
+1 29003U 79101F   16017.40722693 -.00000094  00000-0  00000+0 0  9993
+2 29003   8.8711  57.4078 4904462 181.2060 295.4220  1.83314099 66643
+0 SATCOM 3 DEB
+1 29004U 79101G   16015.32116961 -.00000056  00000-0  00000+0 0  9996
+2 29004   8.6106  91.5645 4861139 113.1420 166.7548  1.81345796 65813
+0 TIROS 6 DEB
+1 29006U 62047F   16012.47730037 +.00000192 +00000-0 +50425-4 0  9999
+2 29006 058.3112 010.2645 0010248 157.5970 202.5521 14.81040470136934
+0 ELEKTRON 3 DEB
+1 29008U 64038G   16017.69152309  .00000612  00000-0  15638-3 0  9995
+2 29008  60.8300  94.7817 2925427  90.4282 302.7452  9.26695849381092
+0 TITAN 3C TRANSTAGE DEB
+1 29013U 65108CV  16015.40193400 -.00000105  00000-0 -14209-2 0  9995
+2 29013  26.3409  86.7028 6786301 124.3649 354.9276  2.68923441113372
+0 EKRAN 2 DEB
+1 29014U 77092K   16015.96482970 -.00000300 +00000-0 +00000-0 0  9993
+2 29014 012.4490 322.6843 0020265 230.0888 218.8434 01.00132380009175
+0 ARIANE 1 DEB
+1 29017U 79104Z   16012.72450699 -.00000348  00000-0 -65679-2 0  9994
+2 29017  15.9723 285.8034 7277850 144.7090  14.7082  1.95524545 81101
+0 COSMOS 1176 COOLANT
+1 29019U 80034F   15362.28418721  .00000244  00000-0  22202-3 0  9997
+2 29019  64.8268 240.2950 0053069 310.3771  49.2669 14.01091470557183
+0 ARIANE 2 DEB
+1 29023U 89006AP  16017.81884811  .00000419  00000-0  21915-1 0  9996
+2 29023   7.9789 270.1654 7065692 117.2461 354.2175  2.24787980 93400
+0 ARIANE 44L DEB
+1 29024U 91003Q   16012.09233410 -.00000376  00000-0 -17360-2 0  9999
+2 29024   7.0484  33.4421 6628808 167.0115 226.3320  2.96261725115283
+0 ARIANE 44L+ DEB
+1 29026U 92021S   16018.20392172 -.00000056  00000-0  00000+0 0  9996
+2 29026   4.1196 333.6323 6946185 198.8649 274.3141  2.23712465 89842
+0 SL-18 DEB
+1 29029U 93014AW  16017.88296546  .00008573  00000-0  12596-2 0  9990
+2 29029  75.7457  82.0179 0066875 180.0961 180.0221 14.74004339528232
+0 SL-18 DEB
+1 29030U 93014AX  16017.55736589  .00005279  00000-0  90480-3 0  9991
+2 29030  75.7462  97.7182 0073360 203.5178 156.2642 14.67126777519791
+0 PEGASUS DEB
+1 29033U 94029AEQ 16017.73783810  .00002560  00000-0  59482-3 0  9997
+2 29033  81.9805 280.5119 0290320  72.0174 291.2423 14.31818965681692
+0 METEOR 2-5 DEB
+1 29036U 79095N   16017.16636035  .00018982  00000-0  21150-2 0  9994
+2 29036  81.1724 321.4228 0029451  71.9797 288.4621 14.86663048577262
+0 CZ-4 DEB
+1 29039U 99057NJ  16017.87995832  .00001333  00000-0  31294-3 0  9991
+2 29039  98.1955 348.0382 0063693 266.1490 122.2494 14.54872199692657
+0 CZ-4 DEB
+1 29040U 99057NK  16017.10970918  .00000357  00000-0  11588-3 0  9996
+2 29040  98.4205 330.0353 0081477 126.8113 234.0587 14.42783171672160
+0 CZ-4 DEB
+1 29042U 04035J   16016.85858712  .00000812  00000-0  75110-4 0  9996
+2 29042  97.7864  28.7963 0007185 230.9941 129.0642 14.97283081571150
+0 CZ-4 DEB
+1 29043U 04035K   16016.79999333 +.00000351 +00000-0 +35607-4 0  9990
+2 29043 097.8044 029.0665 0007003 268.6750 091.3669 14.97061196549189
+0 JCSAT 9
+1 29045U 06010A   16017.57106413 -.00000338  00000-0  00000+0 0  9993
+2 29045   0.0114  53.6345 0001998 238.7767 161.6311  1.00270584 35803
+0 BLOCK DM-SL R/B
+1 29046U 06010B   16017.27939477 -.00000094  00000-0  26750-1 0  9996
+2 29046   0.1227 242.1925 6790528 267.2956 358.4234  2.19414936 78276
+0 FORMOSAT 3A
+1 29047U 06011A   16017.53965452  .00000219  00000-0  10252-3 0  9999
+2 29047  71.9791 161.2762 0051872 321.2981  38.4442 14.28454911510989
+0 FORMOSAT 3B
+1 29048U 06011B   16018.20796178  .00000088  00000-0  51471-4 0  9995
+2 29048  71.9681  72.6228 0046801 276.1746 138.9045 14.28409214513572
+0 FORMOSAT 3C
+1 29049U 06011C   16017.84503041  .00000098  00000-0  55411-4 0  9999
+2 29049  72.0186 235.8962 0036158 316.1682  43.6586 14.28425664509294
+0 FORMOSAT 3D
+1 29050U 06011D   16017.50797732  .00000452  00000-0  10678-3 0  9995
+2 29050  72.0147 186.5980 0049939  13.1067 347.1369 14.58163654521248
+0 FORMOSAT 3E
+1 29051U 06011E   16018.01381308  .00000209  00000-0  97446-4 0  9990
+2 29051  72.0065 140.5242 0068995 194.3463 165.5716 14.28435359511905
+0 FORMOSAT 3F
+1 29052U 06011F   16018.05074296  .00000178  00000-0  86664-4 0  9995
+2 29052  72.0325 209.8919 0042066 281.1929  78.4480 14.28540028510222
+0 MINOTAUR R/B
+1 29053U 06011G   16016.90422737 +.00016692 +00000-0 +24479-3 0  9998
+2 29053 072.0020 131.1972 0010928 209.4433 150.6156 15.55474550543200
+0 ASTRO F DEB (LENS COVER)
+1 29054U 06005E   16016.58218135 +.00000631 +00000-0 +14174-3 0  9998
+2 29054 098.2318 028.8295 0008443 245.3401 114.6919 14.59817868526534
+0 ASTRA 1KR
+1 29055U 06012A   16017.27417825  .00000110  00000-0  00000+0 0  9992
+2 29055   0.0772 305.1308 0005041 348.1865 300.6970  1.00269200 35603
+0 ATLAS 5 CENTAUR R/B
+1 29056U 06012B   16015.67019050 +.00000094 +00000-0 +00000-0 0  9995
+2 29056 023.6748 277.8274 5412927 203.1062 018.8586 01.96351546069848
+0 OPS 4682 DEB
+1 29059U 65027BJ  16018.18639137  .00000093  00000-0  31136-3 0  9998
+2 29059  90.3018 270.9343 0030761  93.3910  61.1245 12.93198748663925
+0 OPS 4682 DEB
+1 29060U 65027BK  16015.70400022  .00000467  00000-0  16645-2 0  9996
+2 29060  90.3077 274.4941 0031339  88.3418 301.5853 12.93777992971926
+0 OPS 4682 DEB
+1 29061U 65027BL  16016.68754559 -.00000252 +00000-0 -94184-3 0  9991
+2 29061 090.3122 282.3734 0031272 092.9388 283.8533 12.93708571736382
+0 SL-14 DEB
+1 29065U 78100AX  16017.44529551  .00000091  00000-0  10460-2 0  9991
+2 29065  82.5380   9.2619 0018277 322.6061 194.2895 11.98554679549812
+0 METEOR 2-17 DEB
+1 29067U 88005M   16016.94951683 +.00001929 +00000-0 +14400-2 0  9996
+2 29067 082.5318 091.9447 0030758 241.3682 240.9830 13.94113371119006
+0 DMSP 5D-2 F11 DEB
+1 29068U 91082BP  16017.59678993  .00006651  00000-0  19741-2 0  9998
+2 29068  98.8644  56.9888 0053277  52.8237  97.2033 14.42777155520588
+0 DMSP 5D-2 F11 DEB
+1 29069U 91082BQ  16017.08796388  .00001697  00000-0  84803-3 0  9999
+2 29069  98.8969 334.0466 0088074 156.6093 264.6930 14.16125849575659
+0 DMSP 5D-2 F11 DEB
+1 29070U 91082BR  16017.22572898  .00001843  00000-0  72856-3 0  9993
+2 29070  98.7976  26.1952 0014222 225.9460 134.0551 14.30177459591757
+0 DMSP 5D-2 F11 DEB
+1 29071U 91082BS  16015.10882487 +.00001618 +00000-0 +85908-3 0  9999
+2 29071 098.9325 337.2333 0098077 257.8266 101.1906 14.12584120591762
+0 DMSP 5D-2 F11 DEB
+1 29072U 91082BT  16016.94339273 +.00007541 +00000-0 +21486-2 0  9994
+2 29072 098.8835 048.1942 0068792 104.4380 014.2171 14.44150643586303
+0 DMSP 5D-2 F11 DEB
+1 29073U 91082BU  16017.86388707  .00002543  00000-0  92856-3 0  9990
+2 29073  98.7110  34.1535 0016205 183.4776 176.6298 14.33837181588548
+0 DMSP 5D-2 F11 DEB
+1 29074U 91082BV  16016.48688300  .00001483  00000-0  61699-3 0  9993
+2 29074  98.8176  23.4739 0011696 236.6182 277.0692 14.27882360588063
+0 DMSP 5D-2 F11 DEB
+1 29075U 91082BW  16016.62359608  .00017083  00000-0  23827-2 0  9999
+2 29075  98.6065  77.9608 0027237 263.6717  96.1389 14.77523016552205
+0 DMSP 5D-2 F11 DEB
+1 29077U 91082BY  16017.95740342  .00001819  00000-0  10733-2 0  9999
+2 29077  98.5983 208.4052 0107652 293.5042  65.4844 14.06197667593281
+0 DMSP 5D-2 F11 DEB
+1 29078U 91082BZ  16017.20248118  .00001334  00000-0  59617-3 0  9999
+2 29078  98.8803  14.6815 0022070 304.3381  55.5709 14.24265744582737
+0 EROS B
+1 29079U 06014A   16018.16900730  .00006354  00000-0  30614-3 0  9995
+2 29079  97.4802 138.0681 0009717  38.8674  80.5028 15.19043012539642
+0 SL-18 R/B
+1 29080U 06014B   16017.16533784  .00017024  00000-0  20071-3 0  9999
+2 29080  97.6506 232.3522 0002820 117.4036 242.7508 15.61443343542684
+0 DMSP 5D-2 F11 DEB
+1 29081U 91082CA  16016.18641672 +.00016927 +00000-0 +33584-2 0  9999
+2 29081 098.5527 008.9200 0052350 343.2987 016.6487 14.61395453598957
+0 DMSP 5D-2 F11 DEB
+1 29082U 91082CB  16017.91353706  .00005950  00000-0  14352-2 0  9996
+2 29082  98.6433  54.2898 0011625  72.2755 287.9708 14.53530081586218
+0 DMSP 5D-2 F11 DEB
+1 29083U 91082CC  16016.85795729 +.00002962 +00000-0 +10020-2 0  9992
+2 29083 098.7103 035.4694 0012982 151.0501 209.1408 14.37563905583786
+0 DMSP 5D-2 F11 DEB
+1 29084U 91082CD  16016.10984887  .00015042  00000-0  22147-2 0  9992
+2 29084  98.6109  74.2882 0005001 311.3486  78.9644 14.75484341598912
+0 DMSP 5D-2 F11 DEB
+1 29086U 91082CF  16016.56173485  .00003765  00000-0  10989-2 0  9998
+2 29086  98.6512  45.9367 0010466 117.8230  33.9363 14.44652693558437
+0 DMSP 5D-2 F11 DEB
+1 29087U 91082CG  16017.80584357  .00002685  00000-0  93979-3 0  9992
+2 29087  98.7623  28.3757 0010555 160.2368 199.9228 14.35965496604201
+0 DMSP 5D-2 F11 DEB
+1 29088U 91082CH  16016.99000884  .00002311  00000-0  84928-3 0  9990
+2 29088  98.7315  32.0429 0013189 172.3647 187.7740 14.33617728595212
+0 DMSP 5D-2 F11 DEB
+1 29089U 91082CJ  16017.11828469  .00009835  00000-0  17745-2 0  9993
+2 29089  98.6194  70.4420 0007300  21.4393  32.8125 14.66679974606626
+0 DMSP 5D-2 F11 DEB
+1 29090U 91082CK  16017.77143668  .00002635  00000-0  96071-3 0  9999
+2 29090  98.7263   3.7899 0017963 213.2031 269.9709 14.33859410603033
+0 YAOGAN 1
+1 29092U 06015A   16017.13320463  .00000322  00000-0  46776-4 0  9992
+2 29092  98.0029  21.9611 0001432  88.1431 313.8566 14.82572797525755
+0 CZ-4B R/B
+1 29093U 06015B   16017.49185403  .00005122  00000-0  14158-3 0  9996
+2 29093  97.4859 112.3570 0072818  11.1063 349.1766 15.34830778538136
+0 SL-16 DEB
+1 29094U 92093JQ  16017.46285104  .00002621  00000-0  11728-2 0  9994
+2 29094  71.2921 300.6759 0146350 328.4062  30.8337 14.17916134687925
+0 SL-16 DEB
+1 29096U 93016AK  16011.51102748  .00011633  00000-0  19724-2 0  9991
+2 29096  70.9252  63.6661 0068624 235.3557 124.1111 14.67826235625106
+0 SL-16 DEB
+1 29097U 93016AL  16016.86603553  .00000077  00000-0  86823-4 0  9991
+2 29097  71.0065 329.8136 0124410  72.9305 319.8385 13.93597121745620
+0 SL-16 DEB
+1 29098U 93016AM  16017.04163578  .00000334  00000-0  20548-3 0  9998
+2 29098  70.9016 243.1368 0086374 148.5689 283.8951 14.10866349706471
+0 SL-16 DEB
+1 29100U 93016AP  16017.81782311  .00000391  00000-0  25543-3 0  9992
+2 29100  70.7341 164.5100 0079541 223.9678 135.5094 14.07070029696532
+0 SL-16 DEB
+1 29101U 93016AQ  16015.41385752  .00003439  00000-0  12917-2 0  9991
+2 29101  70.9313 291.8527 0125277 357.3953   2.6507 14.28018672671082
+0 SL-16 DEB
+1 29102U 93016AR  16017.39295719  .00003037  00000-0  12021-2 0  9994
+2 29102  70.9384  44.4204 0107818 119.6951 241.4963 14.26548927683668
+0 PSLV DEB
+1 29104U 01049PN  16017.24738697  .00007121  00000-0  40791-3 0  9996
+2 29104  97.5179  23.7519 0023746  49.8620 310.4686 15.12674535617599
+0 SL-16 DEB
+1 29105U 04021G   16017.23049277  .00001503  00000-0  12989-2 0  9993
+2 29105  70.9244 330.0953 0225252 289.5921  68.0989 13.77073551577145
+0 MSG 2 DEB (COOLER COVER)
+1 29106U 05049E   16016.00118805 -.00000237  00000-0  00000+0 0  9995
+2 29106   7.0254  59.6516 0019258 166.6122 193.4527  1.01169407 36413
+0 CLOUDSAT
+1 29107U 06016A   16018.17499195  .00000209  00000-0  56450-4 0  9998
+2 29107  98.2192 323.5604 0001118 120.2501 239.8808 14.57110566517284
+0 CALIPSO
+1 29108U 06016B   16017.83054369  .00000431  00000-0  10580-3 0  9991
+2 29108  98.2196 322.8041 0001231  80.4615 279.6723 14.57114172517167
+0 DELTA 2 DEB (DPAF)
+1 29110U 06016D   16016.92061081 +.00001358 +00000-0 +21927-3 0  9998
+2 29110 098.3459 081.9832 0002676 342.8387 104.1849 14.73106350520048
+0 SL-14 DEB
+1 29126U 85108Q   16018.12868186  .00010072  00000-0  49578-3 0  9994
+2 29126  82.5725 244.7861 0006733 147.9351 212.2294 15.17848345526755
+0 TRANSIT 14 DEB
+1 29138U 66076J   16017.49521271  .00005865  00000-0  47321-2 0  9997
+2 29138  88.8229 129.6714 0030847 254.0394 235.1034 13.89966138496787
+0 THOR BURNER 2A DEB
+1 29139U 74015F   16016.31067330  .00000436  00000-0  18757-3 0  9992
+2 29139  99.1071 184.4462 0065120  62.3264  56.7310 14.28789525536152
+0 GOES 13
+1 29155U 06018A   16016.88538442 -.00000260  00000-0  00000+0 0  9991
+2 29155   0.2752  97.2946 0001771 303.0306 319.6704  1.00271070 35374
+0 DELTA 4 R/B
+1 29156U 06018B   16016.28289696 +.00000008 +00000-0 +00000-0 0  9990
+2 29156 013.1900 354.1416 5237368 254.9419 249.9026 01.93075493068042
+0 EUTE 113 WEST A(SATMEX 6
+1 29162U 06020A   16015.99473240 -.00000044 +00000-0 +00000-0 0  9998
+2 29162 000.0247 106.4564 0002830 192.5589 060.9408 01.00272270035324
+0 THAICOM 5
+1 29163U 06020B   16017.49790098 -.00000131  00000-0  00000+0 0  9995
+2 29163   0.0457 263.6527 0007242  29.6746  80.7550  1.00271408 35397
+0 ARIANE 5 DEB (SYLDA)
+1 29164U 06020C   16016.31161225 +.00052634 +00000-0 +32531-2 0  9991
+2 29164 006.8569 327.6197 5210818 235.7134 063.7539 05.33920181138921
+0 ARIANE 5 R/B
+1 29165U 06020D   16017.22823601  .00009072  00000-0  75498-3 0  9994
+2 29165   7.2448 111.1380 6719309 317.6413   6.6968  3.04658496 91005
+0 SCOUT B DEB
+1 29168U 65063S   16016.88017457  .00003078  00000-0  19377-1 0  9996
+2 29168  69.3041  91.8133 0601532 210.1109 268.4023 12.11021721434236
+0 TRANSIT 15 DEB
+1 29180U 67034J   16014.74911275  .00008035  00000-0  57797-2 0  9991
+2 29180  90.2105 299.3783 0060164 326.7452  61.8205 13.95903840482329
+0 DELTA 1 DEB
+1 29182U 68002F   16017.50820568  .00000040  00000-0  25917-3 0  9998
+2 29182 105.7807 131.0758 0272308  61.9210 300.9128 13.17741265548454
+0 DELTA 1 DEB
+1 29183U 68002G   16015.67220175  .00000904  00000-0  18550-2 0  9996
+2 29183 105.7857 315.0498 0254377 180.2968 303.0882 13.27084184564287
+0 DELTA 1 DEB
+1 29184U 68002H   16004.10830786  .00000677  00000-0  17884-2 0  9994
+2 29184 105.8064 338.5976 0275621 260.5739  95.1462 13.10813352518037
+0 DELTA 1 DEB
+1 29185U 68002J   16011.46052884 +.00000087 +00000-0 +38691-3 0  9992
+2 29185 105.7930 109.6691 0250020 023.0251 338.1820 13.14810570565658
+0 DELTA 1 DEB
+1 29186U 68002K   16011.07213259 -.00000186  00000-0 -32427-3 0  9998
+2 29186 105.8001 327.1277 0311891 317.1522 104.6895 12.91649395526359
+0 DELTA 1 DEB
+1 29187U 68002L   16017.96266355 -.00000088  00000-0 -33131-4 0  9993
+2 29187 105.8035 299.1654 0297619 350.6312  67.7690 12.90118873515827
+0 COSMOS 860 COOLANT
+1 29194U 76103G   16017.38599689  .00000264  00000-0  26112-3 0  9991
+2 29194  64.6886   5.3081 0031117 129.7048 303.7883 13.95623374640203
+0 COSMOS 860 COOLANT
+1 29195U 76103H   16016.29355760 +.00000037 +00000-0 +11080-3 0  9997
+2 29195 064.6998 285.8064 0042193 143.4371 216.9581 13.85830317112224
+0 COSMOS 860 COOLANT
+1 29196U 76103J   16017.32235133  .00000044  00000-0  11639-3 0  9992
+2 29196  64.6991 280.3499 0042770 143.0710 322.8233 13.85915093650294
+0 ATLAS F DEB
+1 29197U 78047C   16018.15326435  .00005117  00000-0  56494-2 0  9993
+2 29197  63.8739 101.3815 2935315 164.7855 313.6552  8.90966129399106
+0 METEOR 2-5 DEB
+1 29198U 79095P   15361.60779499 +.00003796 +00000-0 +13772-2 0  9993
+2 29198 081.2021 227.1776 0011900 157.5234 202.6473 14.33166577118642
+0 METEOR 2-6 DEB
+1 29199U 80073E   16011.21261732  .00002934  00000-0  12453-2 0  9996
+2 29199  81.2185 182.3191 0031692  50.1478 307.5988 14.24871506505691
+0 METEOR 2-6 DEB
+1 29200U 80073F   16014.10245919  .00003920  00000-0  14132-2 0  9991
+2 29200  81.2128 155.4139 0036396 324.6038  35.2730 14.33163753510099
+0 METEOR 2-6 DEB
+1 29201U 80073G   16015.75554474 +.00002194 +00000-0 +91540-3 0  9994
+2 29201 081.2141 169.7773 0032678 015.1174 345.0974 14.25675927114712
+0 COSMOS 1412 COOLANT
+1 29204U 82099F   16014.00936638 -.00000040  00000-0  43195-4 0  9993
+2 29204  64.8129 223.9273 0041941  60.8151  14.1219 13.87369623555367
+0 SCOUT G-1 DEB
+1 29207U 87080K   15357.43085237 -.00001514  00000-0 -14968-2 0  9999
+2 29207  90.3214 293.0093 0119452 124.9964 236.0832 13.75836993519883
+0 SCOUT G-1 DEB
+1 29212U 88033H   15353.98012940  .00001101  00000-0  15936-2 0  9997
+2 29212  90.3178 245.2634 0152152 117.1621 304.8153 13.50130045559855
+0 CZ-4 DEB
+1 29213U 99057NL  16016.58632083 +.00014735 +00000-0 +71157-3 0  9990
+2 29213 098.6815 251.2864 0027250 169.8835 190.2950 15.18458699606509
+0 CZ-4B DEB
+1 29215U 02024F   16017.17602002  .00000188  00000-0  23683-3 0  9992
+2 29215  98.7556 356.8474 0248708 115.4968 308.9245 13.61937309669768
+0 CZ-4B DEB
+1 29216U 02024G   16016.62312157 +.00000150 +00000-0 +18725-3 0  9991
+2 29216 098.8313 067.4520 0230314 038.1603 113.3344 13.67038421179340
+0 CZ-2D DEB
+1 29217U 05024H   16017.09043994  .00007942  00000-0  70635-3 0  9991
+2 29217  97.6206 120.2097 0123819 137.9888 223.0909 14.90576610558532
+0 RESURS DK-1
+1 29228U 06021A   16018.17894467  .00000503  00000-0  45957-4 0  9996
+2 29228  69.9381 330.5648 0002343  12.1951 347.9258 15.01735845530624
+0 KAZSAT 1
+1 29230U 06022A   16016.33221755 -.00000252 +00000-0 +00000-0 0  9998
+2 29230 005.3449 059.9279 0004578 142.1115 347.4164 00.99234830034883
+0 SL-12 R/B(2)
+1 29233U 06022D   16016.82492105 -.00000010 +00000-0 +00000-0 0  9996
+2 29233 007.7510 049.4125 0048118 301.1805 047.7713 01.01002430035330
+0 GALAXY 16
+1 29236U 06023A   16017.10052594 -.00000136  00000-0  00000+0 0  9994
+2 29236   0.0306 252.6381 0002617  35.7181 124.7789  1.00272634 35125
+0 BLOCK DM-SL R/B
+1 29237U 06023B   16016.42962480 -.00000051  00000-0  00000+0 0  9999
+2 29237   0.8474 357.5149 6607744 174.7845 358.8838  2.15886322 75565
+0 GENESIS 1
+1 29252U 06029A   16017.94301193  .00002420  00000-0  13527-3 0  9991
+2 29252  64.5053 170.1624 0042979 243.2120 258.1419 15.15424511523561
+0 BREEZE-M R/B
+1 29254U 06032B   16017.35467377 -.00000042  00000-0  00000+0 0  9996
+2 29254  13.2437  16.2884 6074838 126.1272 335.5729  2.06436333 71305
+0 SL-24 DEB
+1 29256U 06029C   16018.22277343  .00000032  00000-0  44907-4 0  9990
+2 29256  64.5840 329.1889 0791334  49.7426 317.0118 13.33667737463372
+0 COSMOS 2422
+1 29260U 06030A   16018.24556756  .00001281  00000-0  00000+0 0  9995
+2 29260  64.5527 265.7214 7008896 253.4008 339.2511  2.00760235 69562
+0 SL-6 R/B(2)
+1 29261U 06030B   16017.23207657  .00000371  00000-0  10206+0 0  9995
+2 29261  64.6298 264.4839 6598197 270.7133 153.7828  2.05483368 71147
+0 TRANSIT 15 DEB
+1 29265U 67034K   16017.74625695  .00008489  00000-0  49680-2 0  9991
+2 29265  90.2020 292.9014 0041147 156.0307 204.2804 14.07776086592333
+0 KOMPSAT 2
+1 29268U 06031A   16018.20868048  .00000195  00000-0  48180-4 0  9999
+2 29268  98.1449 280.0410 0017966 179.6515 180.4705 14.62078233505597
+0 SL-19 R/B
+1 29269U 06031B   16017.21421137  .00000934  00000-0  81030-4 0  9996
+2 29269  98.1841 116.3096 0128682 102.0610 259.5063 14.93623923515232
+0 EUTE HOT BIRD 13B (HB 8)
+1 29270U 06032A   16017.14665127  .00000077  00000-0  00000+0 0  9991
+2 29270   0.0701  32.1891 0005590 281.4158 228.1563  1.00272141 34712
+0 BREEZE-M DEB (TANK)
+1 29271U 06032C   16016.95285203 +.00002697 +00000-0 +58899-3 0  9996
+2 29271 049.5528 330.1987 5339309 308.2326 014.6919 05.05348869169951
+0 JCSAT 10
+1 29272U 06033A   16016.94026250 -.00000354  00000-0  00000+0 0  9998
+2 29272   0.0192 322.9555 0001635 331.2890 288.0454  1.00270673 34619
+0 SYRACUSE 3B
+1 29273U 06033B   16017.03150416 -.00000053  00000-0  00000+0 0  9998
+2 29273   0.0237  79.6473 0005950 209.7084 192.6529  1.00271333 34609
+0 ARIANE 5 DEB (SYLDA)
+1 29274U 06033C   16016.70530616  .00042874  00000-0  61275-2 0  9996
+2 29274   5.7704 119.6151 6300128 148.0538 273.6884  3.61787408 95176
+0 ARIANE 5 R/B
+1 29275U 06033D   16016.44064708 +.00004824 +00000-0 +13283-2 0  9991
+2 29275 006.2561 077.7836 7149056 227.7482 044.4398 02.44744723081131
+0 TRANSIT 15 DEB
+1 29276U 67034L   16016.75480001  .00006563  00000-0  50246-2 0  9994
+2 29276  90.2294 306.6729 0052405 340.0317  49.3837 13.92583180482458
+0 SCOUT B DEB
+1 29277U 68066L   16016.74685089 +.00006074 +00000-0 +17137-2 0  9992
+2 29277 080.6108 031.6531 0367120 212.2631 145.5609 14.12768459104470
+0 SCOUT B DEB
+1 29279U 68066N   16017.04829899  .00001575  00000-0  94540-3 0  9992
+2 29279  80.6175 282.1499 0620575  88.7335 278.4770 13.38419007612754
+0 SL-8 DEB
+1 29282U 81120L   16017.30386786  .00000078  00000-0  81355-3 0  9991
+2 29282  82.9585  13.2004 0017800 305.4445 117.0818 12.03844797582852
+0 SL-8 DEB
+1 29283U 81120M   16017.79306998  .00000150  00000-0  15811-2 0  9996
+2 29283  82.9620 322.1408 0032622  51.3689 309.0283 12.07736955524966
+0 SL-8 DEB
+1 29284U 81120N   16017.48724884 -.00000089  00000-0 -11761-2 0  9994
+2 29284  82.9588  33.5491 0034026  15.4804 139.1435 12.02386372498673
+0 SL-8 DEB
+1 29285U 81120P   16005.67303955  .00000003  00000-0 -70965-4 0  9993
+2 29285  82.9573 253.6667 0047540 127.7067 262.2673 12.13281383503960
+0 SL-8 DEB
+1 29286U 81120Q   16017.91621248 -.00000035  00000-0 -51469-3 0  9995
+2 29286  82.9751 352.7816 0002795  45.5922 345.5355 12.05872604498098
+0 SL-8 DEB
+1 29288U 81120S   16015.33702984  .00000024  00000-0  17023-3 0  9992
+2 29288  82.9671 342.7395 0012798  51.6461 308.5746 12.06684132522170
+0 SL-8 DEB
+1 29289U 81120T   16016.56839731 -.00000006 +00000-0 -15707-3 0  9999
+2 29289 082.9577 221.0831 0056040 339.2218 049.4765 12.15548260115084
+0 SL-8 DEB
+1 29290U 81120U   16016.20580105 -.00000059  00000-0 -74392-3 0  9993
+2 29290  82.9627 291.2390 0025091 223.6741 291.7016 12.10345014602775
+0 METEOR 2-5 DEB
+1 29291U 79095Q   16015.04220094 +.00002800 +00000-0 +11765-2 0  9999
+2 29291 081.1906 293.1004 0021342 008.1098 352.0422 14.25531115134168
+0 METEOR 2-5 DEB
+1 29292U 79095R   16017.05804352  .00001771  00000-0  83397-3 0  9995
+2 29292  81.1986 296.2217 0012972  46.4181 313.8070 14.19531199578200
+0 METEOR 2-5 DEB
+1 29293U 79095S   15354.36604393  .00002486  00000-0  12136-2 0  9992
+2 29293  81.2028 327.7585 0007923 162.4709 197.6741 14.17760244596668
+0 COSMOS 1275 DEB
+1 29295U 81053MY  16016.86595291 +.00000634 +00000-0 +67924-3 0  9997
+2 29295 082.9603 058.7374 0112710 013.3889 106.3222 13.69575448170551
+0 METEOR 2-17 DEB
+1 29299U 88005N   16015.65895853 +.00001099 +00000-0 +82465-3 0  9991
+2 29299 082.5377 098.2079 0035402 280.2346 079.4828 13.93413926152444
+0 METEOR 2-17 DEB
+1 29300U 88005P   16014.56721215  .00000953  00000-0  73781-3 0  9992
+2 29300  82.5339 106.1858 0017126  79.7360 343.0249 13.91732138488063
+0 METEOR 2-17 DEB
+1 29301U 88005Q   16016.55000152  .00000309  00000-0  23386-3 0  9995
+2 29301  82.5361  98.6266 0014419 348.7082  74.8542 13.91149227484971
+0 METEOR 2-17 DEB
+1 29302U 88005R   16017.48766354  .00000779  00000-0  55237-3 0  9993
+2 29302  82.5384  78.6312 0021133  81.3260 338.3018 13.96444861494015
+0 SL-12 DEB
+1 29317U 89039Y   16016.10084571 +.00000050 +00000-0 +52588-3 0  9997
+2 29317 065.1954 006.3193 5478461 275.2332 027.6391 04.49241079013513
+0 SL-12 DEB
+1 29325U 89039AG  16016.32264617 -.00000007  00000-0  15212-3 0  9997
+2 29325  65.1763 341.9676 5505862 276.2073  26.9042  4.49403643153385
+0 SL-12 DEB
+1 29328U 89039AK  16016.50114656 +.00000354 +00000-0 +71786-2 0  9998
+2 29328 065.3294 114.4058 5466115 273.1734 070.6632 04.28171764147931
+0 KOREASAT 5
+1 29349U 06034A   16017.51434519 -.00000368  00000-0  00000+0 0  9994
+2 29349   0.0155  48.5032 0000636 216.8153 149.2508  1.00272195 34501
+0 BLOCK DM-SL R/B
+1 29350U 06034B   16017.40707758 -.00000031  00000-0  00000+0 0  9999
+2 29350   0.3803 104.0115 6367848 262.3697 290.0298  2.12149991 72898
+0 COSMOS 1823 DEB
+1 29355U 87020DW  16015.93101946 +.00000132 +00000-0 +10625-2 0  9999
+2 29355 073.6308 099.1622 0032969 239.3162 239.2364 12.44166305115869
+0 COSMOS 1823 DEB
+1 29356U 87020DX  16017.98732733 -.00000175  00000-0 -11066-2 0  9990
+2 29356  73.6570 121.6811 0035773 187.9869 290.1712 12.44756259612532
+0 COSMOS 1823 DEB
+1 29357U 87020DY  16015.84335800  .00000016  00000-0  12618-3 0  9995
+2 29357  73.7890 191.1836 0220074  31.4066  30.8320 12.85187966545414
+0 COSMOS 1823 DEB
+1 29358U 87020DZ  16017.14652026  .00004247  00000-0  93834-2 0  9991
+2 29358  73.9049 193.6841 0009572  17.4695 342.6726 13.28191724545976
+0 COSMOS 1823 DEB
+1 29359U 87020EA  16011.75071137 -.00000015 +00000-0 +19077-4 0  9990
+2 29359 073.6152 129.2886 0030364 290.4934 221.5295 12.41080945056233
+0 COSMOS 1823 DEB
+1 29360U 87020EB  16017.66883015  .00000358  00000-0  28288-2 0  9995
+2 29360  73.7085 270.0898 0063830 280.2587 108.7239 12.39057578674899
+0 SCOUT G-1 DEB
+1 29362U 88033J   16017.42932962  .00000233  00000-0  43118-3 0  9994
+2 29362  90.3436 255.6406 0202900 147.3621 337.7609 13.29485359538576
+0 DELTA 2 DEB
+1 29363U 00075F   16002.95017735  .00021003  00000-0  76318-2 0  9994
+2 29363  95.3682  64.3527 0371095 143.9731 218.4292 14.01197836551816
+0 CHINASAT 22A
+1 29398U 06038A   16017.00189885 -.00000328  00000-0  00000+0 0  9995
+2 29398   4.8810  61.1620 0006006 204.0255 312.8568  1.00272642 34262
+0 SL-12 DEB
+1 29414U 89039BS  16016.27531108 +.00000111 +00000-0 +89194-3 0  9997
+2 29414 065.2369 015.7782 5443108 268.0748 032.0639 04.53795120042020
+0 SL-12 DEB
+1 29441U 89039CQ  16017.70884521  .00003408  00000-0  95819-2 0  9998
+2 29441  62.8866 189.0217 3963228  23.1539 350.6998  6.92813692210090
+0 SL-12 DEB
+1 29443U 89039CS  16018.17095069 -.00000048  00000-0  00000+0 0  9996
+2 29443  62.3652 303.1111 4607804 124.6692 287.7946  4.96427828166913
+0 COSMOS 1249 COOLANT *
+1 29444U 81021W   16015.41093928  .00000040  00000-0  10699-3 0  9996
+2 29444  64.9643 294.5033 0036354  48.3202  66.8990 13.88835345562451
+0 CZ-3 DEB
+1 29445U 84035D   16017.61547978  .00008292  00000-0  16880-1 0  9991
+2 29445  30.3132 232.9237 7077553  67.9857 349.8317  2.46261987 95354
+0 CZ-3 DEB
+1 29446U 84035E   16016.63230805  .00002631  00000-0  63519-2 0  9994
+2 29446  30.7210 228.1187 7069842  66.6737 350.0961  2.46348215 95362
+0 CZ-3 DEB
+1 29447U 86010F   16011.42185520  .00001077  00000-0  59568-2 0  9997
+2 29447  31.1429 352.3596 7172969 309.0598   6.4501  2.30546998 90669
+0 SL-12 DEB
+1 29449U 89039CT  15355.83894834 -.00000045  00000-0  00000+0 0  9992
+2 29449  63.3816 296.3251 4995023  16.1346   4.0116  4.21456331145458
+0 SL-12 DEB
+1 29450U 89039CU  15357.17318941 -.00002508  00000-0 -34724-1 0  9992
+2 29450  64.8609 241.2904 5526199 336.6670   5.6946  4.28812308147654
+0 HINODE (SOLAR B)
+1 29479U 06041A   16018.07478283  .00000272  00000-0  60215-4 0  9996
+2 29479  98.1543  20.7182 0018148  44.3875 315.8779 14.64615641497846
+0 NAVSTAR 58 (USA 190)
+1 29486U 06042A   16017.57473279 -.00000063  00000-0  00000+0 0  9999
+2 29486  55.7318 302.9192 0084481 332.6111 220.1035  2.00563250 68255
+0 SL-12 DEB
+1 29489U 89039DZ  16014.60657268  .00001972  00000-0  14953-1 0  9995
+2 29489  64.6283 219.2595 5557929 331.1530   7.0582  4.33808088149451
+0 DIRECTV 9S
+1 29494U 06043A   16017.60795126 -.00000124  00000-0  00000+0 0  9999
+2 29494   0.0245 271.4450 0003192  23.1943 299.5648  1.00271718 33962
+0 OPTUS D1
+1 29495U 06043B   16016.61744348 -.00000119 +00000-0 +00000-0 0  9995
+2 29495 000.0482 294.7257 0003153 356.5341 206.4796 01.00271535033970
+0 ARIANE 5 R/B
+1 29498U 06043E   16017.91324595  .00004886  00000-0  49884-3 0  9990
+2 29498   6.9726 293.0350 6743734 226.4475  53.1080  3.00660649 88287
+0 METOP-A
+1 29499U 06044A   16017.90959491  .00000043  00000-0  39525-4 0  9993
+2 29499  98.7183  78.9599 0001035 167.2396 179.2576 14.21488652479784
+0 SJ-6C
+1 29505U 06046A   16018.17307414  .00000645  00000-0  65798-4 0  9994
+2 29505  97.8012  16.7922 0004012  31.0560 329.0864 14.94045510502810
+0 SJ-6D
+1 29506U 06046B   16018.18123117 -.00000224  00000-0 -16102-4 0  9992
+2 29506  97.8176  15.7821 0003594  77.2083 282.9548 14.93012056502550
+0 CZ-4 R/B
+1 29507U 06046C   16017.49556350  .00001003  00000-0  85780-4 0  9997
+2 29507  97.7857  18.8228 0035775 198.7225 161.2684 14.99488660503593
+0 CZ-4 DEB
+1 29508U 06046D   16017.66340028  .00024252  00000-0  61585-3 0  9997
+2 29508  97.6693  50.0144 0004879  73.6149 286.5632 15.39641990505603
+0 CZ-4 DEB
+1 29509U 06046E   16017.48370961  .00001031  00000-0  10383-3 0  9997
+2 29509  97.9277   1.7849 0043928 285.6700  73.9675 14.92792363499983
+0 SINOSAT 2
+1 29516U 06048A   16017.66799667 -.00000099  00000-0  00000+0 0  9990
+2 29516   5.2317 100.7941 0041626 175.7259 184.1267  0.92882006 32076
+0 CZ-3 R/B
+1 29517U 06048B   16017.91429343  .00084314 -92414-7  11096-2 0  9999
+2 29517  28.4551 234.8566 4627419  30.7219 349.7001  6.41574697133066
+0 CZ-2C DEB
+1 29519U 04029D   16014.18506848  .00272744  00000-0  28761-1 0  9994
+2 29519  88.0929 262.6609 4341488 138.6809 269.5404  6.77778297132817
+0 XM-4
+1 29520U 06049A   16017.23148627 -.00000032  00000-0  00000+0 0  9990
+2 29520   0.0266 189.0320 0000384 101.3759 153.7675  1.00270728 33858
+0 BLOCK DM-SL R/B
+1 29521U 06049B   16017.82378241 -.00000039  00000-0  00000+0 0  9990
+2 29521   0.1596 207.8708 6924898 151.9607 210.6198  2.18869720 73706
+0 DMSP 5D-3 F17 DEB
+1 29524U 06050C   16018.05096554  .00000735  00000-0  37285-3 0  9996
+2 29524  98.8394  35.8963 0005369  14.7790  48.5430 14.19090539475449
+0 DMSP 5D-3 F17 DEB
+1 29525U 06050D   16017.79981627  .00000864  00000-0  42940-3 0  9998
+2 29525  98.8276  37.1072 0003906  21.3688  31.2343 14.19743548475559
+0 ARABSAT 4B
+1 29526U 06051A   16018.16596796  .00000133  00000-0  00000+0 0  9997
+2 29526   0.0540 328.2194 0005620 331.7327 262.7828  1.00269269 33751
+0 BREEZE-M R/B
+1 29527U 06051B   16016.27505676 -.00000100 +00000-0 +00000-0 0  9991
+2 29527 014.3651 048.2591 6339361 241.4946 041.5958 02.09460002070234
+0 BREEZE-M DEB (TANK)
+1 29528U 06051C   16017.80640477  .00000020  00000-0  47860-3 0  9999
+2 29528  51.4345  33.8118 6022193   2.1783  10.1799  3.64249855122309
+0 CRRES DEB (CANISTER)
+1 29530U 90065X   16015.83301286  .00000024  00000-0  16277-3 0  9995
+2 29530  17.7847 243.3684 7119024 305.6752   7.3334  2.42678991120783
+0 CRRES DEB (CANISTER)
+1 29531U 90065Y   16017.09890461  .00000045  00000-0  29060-3 0  9991
+2 29531  17.4986 216.7955 7111727   9.0999 358.9801  2.44358656 88580
+0 CRRES DEB (CANISTER)
+1 29532U 90065Z   16016.43634427 +.00001153 +00000-0 +92328-3 0  9995
+2 29532 017.9161 056.2774 7042276 296.3039 009.3472 02.54465748034354
+0 CRRES DEB (CANISTER)
+1 29533U 90065AA  16016.41634584  .00002365  00000-0  15565-2 0  9991
+2 29533  17.5231 144.7962 7093950 136.3517 340.7234  2.48920783149544
+0 DELTA 2 DEB
+1 29534U 05038D   16016.41369564 +.00002531 +00000-0 +41198-3 0  9998
+2 29534 039.4103 189.6721 5878591 205.7475 106.6196 04.23288119145234
+0 CZ-4B DEB
+1 29536U 06015C   16017.30531953  .00001205  00000-0  26011-3 0  9992
+2 29536  97.8397 142.7518 0167497  74.5877 287.3754 14.51633156509195
+0 CZ-4B DEB
+1 29537U 06015D   16017.19958810  .00001685  00000-0  37010-3 0  9998
+2 29537  97.8675 172.7342 0174840 120.9176 240.9339 14.49670508508564
+0 CZ-4B DEB
+1 29538U 06015E   16016.99908082  .00001436  00000-0  27500-3 0  9999
+2 29538  97.7846 205.0072 0149488 338.4943 175.2550 14.58382198510262
+0 CZ-4B DEB
+1 29539U 06015F   16016.26328853  .00001549  00000-0  29583-3 0  9990
+2 29539  97.7647 181.2893 0139650 311.2168 171.6288 14.59254324511388
+0 DMSP 5D-3 F17 DEB
+1 29600U 06050BS  16017.10597189  .00000972  00000-0  47165-3 0  9997
+2 29600  98.8225  37.3307 0007394  42.1972 353.8610 14.20665324473748
+0 NAVSTAR 59 (USA 192)
+1 29601U 06052A   16016.75054780 -.00000051  00000-0  00000+0 0  9997
+2 29601  56.7433   3.9429 0055984  34.7890 325.5871  2.00579069 67155
+0 DMSP 5D-3 F17 DEB
+1 29637U 06050BV  16017.68152620  .00001784  00000-0  82382-3 0  9999
+2 29637  98.8228  39.1676 0009675 197.3960 299.9798 14.22214935472177
+0 FENGYUN 2D
+1 29640U 06053A   16017.50478819 -.00000371  00000-0  10000-3 0  9998
+2 29640   3.4930  67.0883 0001144  30.7853 323.7349  1.00277830 33410
+0 FENGYUN 2D AKM
+1 29642U 06053C   16016.45465265 -.00000206 +00000-0 +00000-0 0  9997
+2 29642 005.0336 062.7767 0099851 315.2016 197.5822 00.99355017008457
+0 WILDBLUE 1
+1 29643U 06054A   16016.59904900 -.00000057  00000-0  00000+0 0  9991
+2 29643   0.0138  95.6536 0001879 189.9674 294.3104  1.00271472 33396
+0 AMC-18
+1 29644U 06054B   16017.48911870 -.00000099  00000-0  00000+0 0  9991
+2 29644   0.0358 300.4721 0002942 341.2982 265.7017  1.00271104 33411
+0 ARIANE 5 DEB (SYLDA)
+1 29645U 06054C   16018.07688670  .00980542 -42191-6  48607-2 0  9998
+2 29645   2.4254 231.0761 4758635 153.2198 242.4307  6.22449396106804
+0 ARIANE 5 R/B
+1 29646U 06054D   16017.14708259  .00001204  00000-0  49285-3 0  9991
+2 29646   2.5554 206.7231 7112831 197.7878 110.3618  2.48290090 78774
+0 MEASAT 3
+1 29648U 06056A   16017.07066111 -.00000251  00000-0  00000+0 0  9991
+2 29648   0.0382 175.4192 0000774  75.3835 342.0732  1.00271691 33411
+0 BREEZE-M DEB (TANK)
+1 29649U 06056B   16018.04196520 -.00000182  00000-0 -11849-4 0  9990
+2 29649  49.4683 251.0241 5384102 199.4357 127.8198  4.97687746162016
+0 BREEZE-M R/B
+1 29650U 06056C   16016.67646252 -.00000046 +00000-0 +00000-0 0  9992
+2 29650 016.3497 109.5376 4996741 259.4228 128.4423 01.86162341061730
+0 ETS 8
+1 29656U 06059A   16016.44808503 -.00000251 +00000-0 +00000-0 0  9993
+2 29656 004.6239 062.3907 0005390 249.0443 110.8722 01.00273369033327
+0 H-2A R/B
+1 29657U 06059B   16016.79561027 +.00014346 +00000-0 +83285-3 0  9997
+2 29657 028.7060 320.2557 5551920 282.4180 023.5135 04.79151145113607
+0 MERIDIAN 1
+1 29668U 06061A   16017.86327980  .00000187  00000-0  00000+0 0  9997
+2 29668  65.2701 152.7373 6851223 248.5983 348.1084  2.00612916 66410
+0 SL-4 R/B
+1 29669U 06061B   16016.30906907 -.00000805 +00000-0 +00000-0 0  9997
+2 29669 065.5193 164.0526 6763941 250.8933 043.8580 01.98230879065571
+0 COSMOS 2425 (GLONASS)
+1 29670U 06062A   16017.67296602 -.00000055  00000-0  10000-3 0  9996
+2 29670  65.6969 322.2469 0023171 341.3670 256.7033  2.13105080 70523
+0 COSMOS 2426 (GLONASS)
+1 29671U 06062B   16017.86986117 -.00000057  00000-0  10000-3 0  9997
+2 29671  65.7143 322.3187 0015370 171.7003  79.4056  2.13103117 70539
+0 COSMOS 2424 (GLONASS)
+1 29672U 06062C   16018.02539028 -.00000058  00000-0  10000-3 0  9993
+2 29672  65.6987 322.2441 0014719 170.4193  16.7563  2.13102175 70539
+0 SL-12 R/B(2)
+1 29673U 06062D   16017.53002515 -.00000054  00000-0  00000+0 0  9996
+2 29673  65.6986 321.9364 0017653 203.2801  39.6456  2.13404246 70832
+0 MSG 2 DEB (BAFFLE COVER)
+1 29676U 05049F   16016.31848429 -.00000159  00000-0  00000+0 0  9996
+2 29676   6.9577  59.3630 0047525 301.9267 160.2210  1.02231239 35129
+0 COROT
+1 29678U 06063A   16018.09985197  .00000492  00000-0  10807-3 0  9995
+2 29678  90.0247  13.3640 0204954  60.1292 302.0103 14.43761884465591
+0 SL-12 R/B(AUX MOTOR)
+1 29680U 06062G   16017.80711586  .00000117  00000-0  28206-3 0  9990
+2 29680  65.0053 331.7729 5729587  35.6607 256.4793  4.23360024140070
+0 SL-12 R/B(AUX MOTOR)
+1 29682U 06062H   16018.16179709  .00000085  00000-0  47137-3 0  9995
+2 29682  64.9838 330.8180 5662952  48.1548   9.4174  4.23467169140153
+0 LAPAN-TUBSAT
+1 29709U 07001A   16018.15210053  .00000264  00000-0  39676-4 0  9995
+2 29709  97.6458   8.2093 0012925 349.4217  10.6721 14.81893198487557
+0 CARTOSAT 2AT
+1 29710U 07001B   16018.13740885  .00000434  00000-0  66331-4 0  9993
+2 29710  97.9973  78.7049 0002096  47.3212 312.8189 14.78655729486932
+0 PEHUENSAT 1
+1 29712U 07001D   16017.47703733  .00007039  00000-0  46672-3 0  9995
+2 29712  97.5926  41.2478 0006666 241.2527 118.8032 15.07566957489346
+0 PSLV R/B
+1 29713U 07001E   16017.50615180  .00000913  00000-0  11380-3 0  9990
+2 29713  97.7003 359.3354 0025359 355.8427   4.2574 14.84567238487391
+0 FENGYUN 1C DEB
+1 29733U 99025X   16017.15037466 -.00000105  00000-0 -12230-3 0  9995
+2 29733  99.2143 236.0357 0585008 216.9863 273.1988 12.90903809423852
+0 FENGYUN 1C DEB
+1 29734U 99025Y   16018.09066454  .00001276  00000-0  23103-2 0  9997
+2 29734  99.1395 169.7820 0640493 300.0170 104.3209 12.82547387420937
+0 FENGYUN 1C DEB
+1 29735U 99025Z   16017.85084595  .00000527  00000-0  10143-2 0  9995
+2 29735  99.3680 163.4410 0732632 190.6021 167.8864 12.66645702415373
+0 FENGYUN 1C DEB
+1 29736U 99025AA  16017.77090126  .00000483  00000-0  11900-2 0  9997
+2 29736  99.4479 126.7958 0733498 353.1420 161.5271 12.53451540411853
+0 FENGYUN 1C DEB
+1 29737U 99025AB  16017.46073346  .00001425  00000-0  31324-2 0  9998
+2 29737  99.5650 185.9954 0726229 341.8974  75.4459 12.58549156412905
+0 FENGYUN 1C DEB
+1 29738U 99025AC  16017.47929517  .00000099  00000-0  24239-3 0  9994
+2 29738  99.4648 112.6973 0821577  99.2525 270.2322 12.48659226409402
+0 FENGYUN 1C DEB
+1 29740U 99025AE  16017.85541849  .00000736  00000-0  19472-2 0  9997
+2 29740  99.0497 150.2891 1015726 159.8124 204.6314 12.02066928394215
+0 FENGYUN 1C DEB
+1 29741U 99025AF  16017.36655434  .00000659  00000-0  18314-2 0  9998
+2 29741  99.1727 167.2233 1047983 267.0296  94.0380 11.95065020392005
+0 FENGYUN 1C DEB
+1 29746U 99025AL  16017.51951929  .00009747  00000-0  18417-1 0  9998
+2 29746  99.5702  23.2895 1068898 299.6425 227.7795 12.08465409379612
+0 FENGYUN 1C DEB
+1 29748U 99025AN  16016.73231392  .00022744  00000-0  69947-1 0  9994
+2 29748 100.2967 130.1975 1282458 222.8147 126.5758 11.47867884367014
+0 FENGYUN 1C DEB
+1 29750U 99025AQ  16016.87835744 +.00000176 +00000-0 +13138-3 0  9991
+2 29750 099.1084 024.5894 0036799 003.3972 117.4111 14.07246772461632
+0 FENGYUN 1C DEB
+1 29751U 99025AR  16017.47813064  .00000137  00000-0  79713-4 0  9999
+2 29751  98.8990  24.9972 0092205 144.9007   9.5530 14.21479489466732
+0 FENGYUN 1C DEB
+1 29753U 99025AT  16017.16005542  .00004399  00000-0  11753-2 0  9993
+2 29753  98.8764 143.7135 0065141 123.2605 237.4851 14.47627407470182
+0 FENGYUN 1C DEB
+1 29754U 99025AU  16017.76431034  .00000433  00000-0  26745-3 0  9992
+2 29754  98.9950  92.0059 0038304  31.6309  91.6671 14.10294243462983
+0 FENGYUN 1C DEB
+1 29756U 99025AW  16018.19491970  .00002742  00000-0  87036-3 0  9992
+2 29756  99.2507 253.9371 0050810 257.3176 226.3793 14.40170674469890
+0 FENGYUN 1C DEB
+1 29758U 99025AY  16016.79485116  .00001308  00000-0  69733-3 0  9994
+2 29758  98.9809  58.9949 0031259 249.3313 164.4255 14.14883734463165
+0 FENGYUN 1C DEB
+1 29760U 99025BA  16017.04793967  .00000186  00000-0  12996-3 0  9994
+2 29760  99.0263  41.0599 0132961 249.1585 109.5301 14.06326138462251
+0 FENGYUN 1C DEB
+1 29762U 99025BC  16017.11645472  .00000170  00000-0  83369-4 0  9997
+2 29762  98.7420  60.2774 0213458   2.5247  55.6912 14.18831407466198
+0 FENGYUN 1C DEB
+1 29763U 99025BD  16017.13724897  .00000283  00000-0  18615-3 0  9995
+2 29763  98.9298  64.3999 0129913 279.3322 148.3286 14.05767678462103
+0 FENGYUN 1C DEB
+1 29765U 99025BF  16017.54783199  .00000137  00000-0  11939-3 0  9992
+2 29765  99.1737  29.9189 0052043  29.2997 123.3290 14.01459955460886
+0 FENGYUN 1C DEB
+1 29766U 99025BG  16018.13241704  .00000694  00000-0  55548-3 0  9992
+2 29766  98.6621 162.8498 0161029 145.1191 269.5321 13.87922806455539
+0 FENGYUN 1C DEB
+1 29767U 99025BH  16017.86935884  .00001867  00000-0  91835-3 0  9993
+2 29767  98.2115 350.3231 0390391  61.4236 330.9061 13.85473643453685
+0 FENGYUN 1C DEB
+1 29769U 99025BK  16017.44334897  .00001615  00000-0  10539-2 0  9998
+2 29769  99.1150 347.1220 0104912  69.1051  57.3701 14.01116609459222
+0 FENGYUN 1C DEB
+1 29770U 99025BL  16017.79475940  .00000835  00000-0  51983-3 0  9995
+2 29770  99.0800  58.7668 0072336   9.0100  43.9516 14.06466332461132
+0 FENGYUN 1C DEB
+1 29771U 99025BM  16018.09187122  .00004409  00000-0  21002-2 0  9991
+2 29771  99.5212 170.3767 0100821 269.1040  89.8579 14.17250987459492
+0 FENGYUN 1C DEB
+1 29772U 99025BN  16017.73862135  .00000567  00000-0  41356-3 0  9992
+2 29772  98.4650 115.5984 0146659 330.2877 184.4729 13.94838873457729
+0 FENGYUN 1C DEB
+1 29773U 99025BP  16017.21976112  .00000241  00000-0  12689-3 0  9993
+2 29773  98.8144 103.7978 0050818 296.4070 116.8817 14.22418941467284
+0 FENGYUN 1C DEB
+1 29774U 99025BQ  16017.23262071  .00000127  00000-0  79795-4 0  9993
+2 29774  99.1018 150.8911 0051495 357.2799  49.3046 14.20613708466969
+0 FENGYUN 1C DEB
+1 29775U 99025BR  16017.73518490  .00007387  00000-0  10241-2 0  9992
+2 29775  99.0260 290.8451 0070798 216.2275 143.4126 14.76579424476549
+0 FENGYUN 1C DEB
+1 29776U 99025BS  16017.90746741  .00000203  00000-0  15083-3 0  9994
+2 29776  99.1185  25.1993 0023297 305.3439 171.2589 14.06287982462399
+0 FENGYUN 1C DEB
+1 29777U 99025BT  16017.88067703  .00000089  00000-0  10362-3 0  9993
+2 29777  99.3007 337.6559 0093437 216.6041 204.4945 13.91093469457465
+0 FENGYUN 1C DEB
+1 29779U 99025BV  16017.51167949  .00000133  00000-0  97508-4 0  9996
+2 29779  98.9978  36.6093 0064719 328.8010  30.9326 14.11055233463777
+0 FENGYUN 1C DEB
+1 29780U 99025BW  16017.02787652  .00000771  00000-0  49120-3 0  9997
+2 29780  99.2624 122.1834 0045953 122.7092 237.8518 14.06260064460878
+0 FENGYUN 1C DEB
+1 29781U 99025BX  16018.07012204  .00000146  00000-0  12642-3 0  9993
+2 29781  99.1004  50.3993 0073971 140.2128 282.4727 14.00028387459896
+0 FENGYUN 1C DEB
+1 29782U 99025BY  16016.91157720 +.00000896 +00000-0 +61872-3 0  9999
+2 29782 099.1184 352.1443 0070814 129.4114 256.9940 14.00611989459109
+0 FENGYUN 1C DEB
+1 29783U 99025BZ  16017.45193465  .00003945  00000-0  56440-3 0  9999
+2 29783  98.9401 273.0174 0096613 144.1654 303.0368 14.74127918477450
+0 FENGYUN 1C DEB
+1 29784U 99025CA  16017.87292862  .00000438  00000-0  20365-3 0  9998
+2 29784  98.9604 135.6058 0063734 282.5343 195.8226 14.24800918468048
+0 FENGYUN 1C DEB
+1 29785U 99025CB  16017.53425037  .00003534  00000-0  74066-3 0  9991
+2 29785  99.0434 247.1688 0078558 342.6639  17.1877 14.58527009474012
+0 FENGYUN 1C DEB
+1 29786U 99025CC  16017.01249586  .00000021  00000-0  38247-4 0  9998
+2 29786  99.0742  30.9995 0079335  18.9746   7.8779 14.07467127462584
+0 FENGYUN 1C DEB
+1 29788U 99025CE  16016.65319053 +.00001191 +00000-0 +68769-3 0  9996
+2 29788 099.0240 050.4754 0045775 016.7140 132.2318 14.10484852462023
+0 FENGYUN 1C DEB
+1 29789U 99025CF  16017.01200684  .00000557  00000-0  72979-3 0  9990
+2 29789  99.7026 287.7353 0313394 304.4188 175.9040 13.47461077442169
+0 FENGYUN 1C DEB
+1 29790U 99025CG  16017.14938432  .00000372  00000-0  16577-3 0  9992
+2 29790  99.1184 171.9858 0082636 184.7778 175.2621 14.27260173468787
+0 FENGYUN 1C DEB
+1 29791U 99025CH  16017.20820752  .00001482  00000-0  56038-3 0  9994
+2 29791  99.0088 151.9250 0063462 243.8842 237.3396 14.31752461468857
+0 FENGYUN 1C DEB
+1 29792U 99025CJ  16017.10925484  .00000518  00000-0  34865-3 0  9995
+2 29792  99.0870  65.7850 0055636 102.2256 312.0020 14.04405453460590
+0 FENGYUN 1C DEB
+1 29793U 99025CK  16018.19535571  .00000673  00000-0  49784-3 0  9998
+2 29793  98.4427 103.8572 0151161 354.4920  57.6042 13.93120313457190
+0 FENGYUN 1C DEB
+1 29794U 99025CL  16017.19692862  .00000272  00000-0  17749-3 0  9996
+2 29794  98.2697 103.5257 0166653 267.2417 145.6604 14.03072929460703
+0 FENGYUN 1C DEB
+1 29795U 99025CM  16017.28610241 -.00000029  00000-0  95213-5 0  9993
+2 29795  98.9460 280.3282 0114248 119.0806   4.2492 13.91625640457486
+0 FENGYUN 1C DEB
+1 29796U 99025CN  16016.95889904 +.00000422 +00000-0 +28078-3 0  9990
+2 29796 099.1389 015.7744 0055848 306.2503 082.4522 14.06172260461510
+0 FENGYUN 1C DEB
+1 29798U 99025CQ  16017.90984155  .00000269  00000-0  23919-3 0  9990
+2 29798  99.3249 349.5474 0126823 314.0697 107.0299 13.90095430455805
+0 FENGYUN 1C DEB
+1 29800U 99025CS  16017.98289914  .00000978  00000-0  82299-3 0  9996
+2 29800  98.2976  19.9736 0154434 157.6058 259.4972 13.84587825453887
+0 FENGYUN 1C DEB
+1 29801U 99025CT  16017.85761750  .00000160  00000-0  70070-4 0  9994
+2 29801  98.7836 129.6351 0108328  74.2916  39.0040 14.33362464471151
+0 FENGYUN 1C DEB
+1 29802U 99025CU  16016.85421789  .00001683  00000-0  70533-3 0  9993
+2 29802  98.8262  58.6108 0067754 196.2244 216.9196 14.26110367466510
+0 FENGYUN 1C DEB
+1 29803U 99025CV  16017.63964598  .00004229  00000-0  15726-2 0  9992
+2 29803  98.9920  78.8249 0069826 119.9570  42.0841 14.31280772465146
+0 FENGYUN 1C DEB
+1 29804U 99025CW  16016.95756819 -.00000117 +00000-0 -43474-4 0  9999
+2 29804 099.0994 034.9249 0097882 300.5215 119.5206 14.03600295461359
+0 FENGYUN 1C DEB
+1 29805U 99025CX  16017.90321110  .00000033  00000-0  77445-4 0  9998
+2 29805  99.6608 358.2440 0189252 214.6757 202.1170 13.71777698451143
+0 FENGYUN 1C DEB
+1 29806U 99025CY  16017.01319338  .00000366  00000-0  24410-3 0  9992
+2 29806  99.0520  39.9352 0028698 347.5778  41.9922 14.07311178462177
+0 FENGYUN 1C DEB
+1 29807U 99025CZ  16018.05660475  .00000200  00000-0  14381-3 0  9992
+2 29807  99.0365  41.1568 0082346  42.8087  14.6247 14.06422231462390
+0 FENGYUN 1C DEB
+1 29808U 99025DA  16017.11982659  .00002575  00000-0  12109-2 0  9992
+2 29808  99.0303  84.7020 0037081 219.1994 197.9753 14.20552895463834
+0 FENGYUN 1C DEB
+1 29809U 99025DB  16017.91416063  .00000331  00000-0  10879-3 0  9993
+2 29809  98.8440 156.8237 0124933 317.3042 159.4133 14.41115618473267
+0 FENGYUN 1C DEB
+1 29810U 99025DC  16017.16632410  .00000243  00000-0  12141-3 0  9994
+2 29810  99.2333 192.9753 0069831 317.0160  95.2850 14.25079293468168
+0 FENGYUN 1C DEB
+1 29811U 99025DD  16018.07679267  .00002501  00000-0  11648-2 0  9996
+2 29811  99.0306  63.3017 0078514 233.4573 180.3691 14.19837218463243
+0 FENGYUN 1C DEB
+1 29812U 99025DE  16017.78152716  .00000817  00000-0  59400-3 0  9996
+2 29812  98.4564 106.6430 0151135 352.4575 133.1104 13.93568709457254
+0 FENGYUN 1C DEB
+1 29813U 99025DF  16016.97167171 +.00000068 +00000-0 +65654-4 0  9995
+2 29813 099.0686 027.3254 0011944 318.2397 071.7034 14.08685525463175
+0 FENGYUN 1C DEB
+1 29814U 99025DG  16017.10168440  .00002814  00000-0  86351-3 0  9999
+2 29814  99.1460 207.0010 0055127 216.4932 269.1274 14.41647405469918
+0 FENGYUN 1C DEB
+1 29815U 99025DH  16017.62911619  .00000818  00000-0  17141-3 0  9994
+2 29815  98.4282  60.9959 0229534 100.8670 261.8443 14.47270277474100
+0 FENGYUN 1C DEB
+1 29816U 99025DJ  16017.19334228  .00001811  00000-0  51825-3 0  9993
+2 29816  98.8672 102.1325 0303426 244.5326 168.2327 14.22831746465626
+0 FENGYUN 1C DEB
+1 29817U 99025DK  16016.79748074 +.00000166 +00000-0 +11699-3 0  9994
+2 29817 098.8857 079.6399 0011894 220.7672 205.4140 14.10840150463458
+0 FENGYUN 1C DEB
+1 29818U 99025DL  16016.73933998  .00000042  00000-0  52045-4 0  9994
+2 29818  98.9140 298.8938 0117961  37.4988 352.0566 14.02531684460777
+0 FENGYUN 1C DEB
+1 29819U 99025DM  16018.11782765  .00000205  00000-0  14213-3 0  9998
+2 29819  99.0358  78.9040 0203019  49.2810   9.3522 13.99644421460095
+0 FENGYUN 1C DEB
+1 29820U 99025DN  16018.05415178  .00000132  00000-0  12018-3 0  9994
+2 29820  99.1565  43.1053 0068854 149.0236 265.7134 13.98802275459607
+0 FENGYUN 1C DEB
+1 29821U 99025DP  16017.50845993  .00001096  00000-0  39927-3 0  9994
+2 29821  99.2804  17.3421 0399858  60.6236  56.5720 13.98838622458416
+0 FENGYUN 1C DEB
+1 29825U 99025DT  16017.76657853  .00005352  00000-0  37622-3 0  9991
+2 29825  98.7020 301.9992 0145223  95.8309 265.9486 14.97397641484139
+0 FENGYUN 1C DEB
+1 29827U 99025DV  16017.67797573  .00000205  00000-0  12124-3 0  9999
+2 29827  98.7958  52.4552 0025560 305.9117 178.6457 14.18002580465915
+0 FENGYUN 1C DEB
+1 29828U 99025DW  16017.14367966  .00000152  00000-0  12744-3 0  9990
+2 29828  99.1050  76.8922 0066884 147.6697 267.6356 14.01617665460014
+0 FENGYUN 1C DEB
+1 29832U 99025EA  16017.82626215  .00000176  00000-0  44247-4 0  9995
+2 29832  98.9001 234.1393 0205580  85.3032 277.1607 14.52438458477191
+0 FENGYUN 1C DEB
+1 29833U 99025EB  16017.78367208  .00001170  00000-0  22816-3 0  9997
+2 29833  99.0419 305.9956 0160220 170.0955 190.3464 14.57394271476865
+0 FENGYUN 1C DEB
+1 29834U 99025EC  16016.84762887  .00015889  00000-0  15038-2 0  9995
+2 29834  98.2704 332.5759 0135340 309.5777  76.8521 14.86995068477436
+0 FENGYUN 1C DEB
+1 29835U 99025ED  16018.15629888  .00000064  00000-0  32117-4 0  9993
+2 29835  99.0586 247.8460 0171712 294.9360 184.2142 14.41349090473853
+0 FENGYUN 1C DEB
+1 29836U 99025EE  16018.09102803  .00000413  00000-0  11137-3 0  9996
+2 29836  98.0053 238.6745 0181639 110.7573  48.6456 14.43314230473600
+0 FENGYUN 1C DEB
+1 29837U 99025EF  16017.20163487  .00012683  00000-0  10864-2 0  9991
+2 29837  98.4680  76.7981 0094689  40.9751 354.6759 14.94253477477223
+0 FENGYUN 1C DEB
+1 29840U 99025EJ  16017.44394674  .00004843  00000-0  85164-3 0  9990
+2 29840  99.0135 249.1574 0107854 331.0727  28.4521 14.64421941474386
+0 FENGYUN 1C DEB
+1 29841U 99025EK  16017.89541645  .00000546  00000-0  14775-3 0  9998
+2 29841  98.8203 147.4659 0220179 276.4574 209.0477 14.39024162472530
+0 FENGYUN 1C DEB
+1 29842U 99025EL  16017.39694116  .00000941  00000-0  27854-3 0  9997
+2 29842  98.6322 338.4749 0144461 227.6232 293.1389 14.40020045471376
+0 FENGYUN 1C DEB
+1 29843U 99025EM  16017.51103162  .00000463  00000-0  18135-3 0  9999
+2 29843  98.8133 109.7462 0203628 303.8997 120.3830 14.23832370467736
+0 FENGYUN 1C DEB
+1 29844U 99025EN  16017.22511905  .00000767  00000-0  29314-3 0  9994
+2 29844  98.9031 124.0946 0185600 173.9400 186.4086 14.24646366467720
+0 FENGYUN 1C DEB
+1 29845U 99025EP  16017.50548196  .00000288  00000-0  14737-3 0  9999
+2 29845  98.7742  50.8495 0084916 182.9035 309.6829 14.21122660466877
+0 FENGYUN 1C DEB
+1 29846U 99025EQ  16017.57271780  .00000089  00000-0  64057-4 0  9999
+2 29846  98.9786  12.5608 0086160 199.3146 282.6124 14.17486761466022
+0 FENGYUN 1C DEB
+1 29847U 99025ER  16017.88181891  .00000274  00000-0  20530-3 0  9990
+2 29847  99.0339  42.2149 0087011   9.2090 112.9900 14.01117018460774
+0 FENGYUN 1C DEB
+1 29848U 99025ES  16018.24529707  .00000855  00000-0  49187-3 0  9998
+2 29848  98.3136 120.1326 0137802 244.0101 143.4165 14.07001317461370
+0 FENGYUN 1C DEB
+1 29849U 99025ET  16018.16490394  .00000672  00000-0  50709-3 0  9998
+2 29849  99.2145  83.1439 0092989 267.9648 147.3006 13.95815641458192
+0 FENGYUN 1C DEB
+1 29850U 99025EU  16017.87577050  .00000602  00000-0  48395-3 0  9993
+2 29850  98.1038 342.0926 0114057 351.2029  61.3426 13.90854392456563
+0 FENGYUN 1C DEB
+1 29851U 99025EV  16017.83639352  .00000200  00000-0  21132-3 0  9998
+2 29851  99.3642 321.2473 0145955  39.5989  18.6247 13.81443269454141
+0 FENGYUN 1C DEB
+1 29852U 99025EW  16017.39531740  .00000763  00000-0  58547-3 0  9996
+2 29852  99.1841 315.8128 0159214 260.3459 228.8883 13.90608441455558
+0 FENGYUN 1C DEB
+1 29853U 99025EX  16017.15075076  .00000395  00000-0  33229-3 0  9997
+2 29853  98.4419  77.3502 0175788 113.1638 248.8147 13.85920133454919
+0 FENGYUN 1C DEB
+1 29854U 99025EY  16017.33597737  .00000242  00000-0  24667-3 0  9998
+2 29854  99.1677 289.3473 0150699  25.7766  93.8283 13.81161761453963
+0 FENGYUN 1C DEB
+1 29855U 99025EZ  16017.88155291  .00001627  00000-0  11786-2 0  9999
+2 29855  98.1769 341.4205 0220399  51.0502   2.5830 13.86708247454522
+0 FENGYUN 1C DEB
+1 29856U 99025FA  16017.71473994  .00003239  00000-0  98488-3 0  9991
+2 29856  98.6699 164.9798 0447016 107.2485  18.5470 13.97684117454737
+0 FENGYUN 1C DEB
+1 29857U 99025FB  16017.47603887  .00000810  00000-0  78272-3 0  9992
+2 29857  98.4316  19.1081 0209679 332.5339  26.4853 13.73125278450539
+0 FENGYUN 1C DEB
+1 29858U 99025FC  16018.15536834  .00000209  00000-0  24454-3 0  9991
+2 29858  99.1183 241.9398 0214852 204.7152 278.9490 13.69595986449720
+0 FENGYUN 1C DEB
+1 29859U 99025FD  16017.75413630  .00001138  00000-0  10718-2 0  9994
+2 29859  98.3901 292.5174 0325720 110.9709 252.6609 13.61674393446356
+0 FENGYUN 1C DEB
+1 29860U 99025FE  16017.00918259  .00000843  00000-0  90029-3 0  9997
+2 29860  98.6144  23.6196 0250823 208.6422 216.6883 13.63591652446896
+0 FENGYUN 1C DEB
+1 29865U 99025FK  16018.20067741  .00000868  00000-0  16032-3 0  9995
+2 29865  98.9227 282.8777 0167588 109.6692  49.2456 14.59719990478168
+0 FENGYUN 1C DEB
+1 29866U 99025FL  16017.78569461  .00000510  00000-0  97880-4 0  9999
+2 29866  98.2688  68.6986 0223907 313.3693 110.0298 14.53725262477149
+0 FENGYUN 1C DEB
+1 29868U 99025FN  16018.09666741  .00001187  00000-0  17956-3 0  9991
+2 29868  98.4405  54.4137 0273918 126.5604 259.3978 14.53934503475582
+0 FENGYUN 1C DEB
+1 29869U 99025FP  16017.20786822  .00000353  00000-0  14328-3 0  9991
+2 29869  98.8962 141.4033 0094487 138.8965 289.6820 14.31402137470211
+0 FENGYUN 1C DEB
+1 29870U 99025FQ  16017.18474318  .00000001  00000-0  16382-4 0  9997
+2 29870  98.5795  68.9559 0122556  49.3514 348.7029 14.27990325469600
+0 FENGYUN 1C DEB
+1 29871U 99025FR  16017.87089259  .00000969  00000-0  38485-3 0  9990
+2 29871  98.9637 145.0006 0071652 216.7673 259.6875 14.29769340469196
+0 FENGYUN 1C DEB
+1 29872U 99025FS  16017.66389606  .00000588  00000-0  17434-3 0  9995
+2 29872  98.7308  47.3265 0265782 197.9027 289.6329 14.28793843468643
+0 FENGYUN 1C DEB
+1 29873U 99025FT  16018.22075259  .00000174  00000-0  15764-3 0  9990
+2 29873  99.2833 115.3214 0090814 284.5197 127.9950 13.95140032458659
+0 FENGYUN 1C DEB
+1 29874U 99025FU  16017.78668950  .00002101  00000-0  12602-2 0  9996
+2 29874  98.3966 116.3043 0142631 249.8694 235.8994 14.03020139459089
+0 FENGYUN 1C DEB
+1 29875U 99025FV  16017.49410956 -.00000016  00000-0  11509-4 0  9997
+2 29875  98.7319  99.5062 0083548 154.6964 329.0008 14.24222328468374
+0 FENGYUN 1C DEB
+1 29876U 99025FW  16018.12788963  .00000128  00000-0  79229-4 0  9991
+2 29876  98.2676 225.4440 0063812  82.7994  38.9153 14.18446316466409
+0 FENGYUN 1C DEB
+1 29877U 99025FX  16017.07994647  .00000363  00000-0  19179-3 0  9991
+2 29877  98.8389  45.5881 0049014 229.3060 191.2652 14.19331437466100
+0 FENGYUN 1C DEB
+1 29878U 99025FY  16018.15192100  .00001802  00000-0  67667-3 0  9990
+2 29878  97.0052  79.3413 0127832 273.1587  85.4980 14.28080788465984
+0 FENGYUN 1C DEB
+1 29880U 99025GA  16017.43711334  .00001088  00000-0  77623-3 0  9998
+2 29880  98.1751 337.8114 0256134  49.7357  72.9903 13.84506781454290
+0 FENGYUN 1C DEB
+1 29881U 99025GB  16017.55322377  .00000975  00000-0  11576-2 0  9995
+2 29881  98.7192   2.3869 0312159  41.3691  74.6134 13.50798219443112
+0 FENGYUN 1C DEB
+1 29884U 99025GE  16017.47786848  .00001065  00000-0  44435-3 0  9998
+2 29884  99.6005 350.2551 0053971  20.1011 101.2477 14.27904564468285
+0 FENGYUN 1C DEB
+1 29885U 99025GF  16017.21747748  .00000163  00000-0  10290-3 0  9997
+2 29885  98.2803 167.1590 0121701 136.4163 348.4148 14.11856021464071
+0 FENGYUN 1C DEB
+1 29886U 99025GG  16018.05012541  .00003193  00000-0  12122-2 0  9998
+2 29886  99.2217 186.5716 0043627 288.1115 192.8464 14.31288265466434
+0 FENGYUN 1C DEB
+1 29887U 99025GH  16017.89091334  .00001862  00000-0  51357-3 0  9992
+2 29887  98.9742   2.5381 0331218   3.6230  25.7307 14.20441994465193
+0 FENGYUN 1C DEB
+1 29888U 99025GJ  16017.45938643  .00000469  00000-0  18481-3 0  9991
+2 29888  98.9723 107.7220 0296674 178.4090 181.8098 14.12574906463846
+0 FENGYUN 1C DEB
+1 29889U 99025GK  16018.22186032  .00000148  00000-0  99644-4 0  9990
+2 29889  99.5425 238.3186 0160208 337.2642 139.5936 14.09998378463341
+0 FENGYUN 1C DEB
+1 29890U 99025GL  16017.12535246  .00001123  00000-0  64578-3 0  9996
+2 29890  99.5297 223.2313 0017542  88.5165 271.8014 14.11490816462975
+0 FENGYUN 1C DEB
+1 29891U 99025GM  16016.65224796  .00000114  00000-0  10986-3 0  9992
+2 29891  99.1009  82.3924 0066486 182.8521 331.3111 13.97774184459275
+0 FENGYUN 1C DEB
+1 29892U 99025GN  16017.36733596  .00001844  00000-0  92440-3 0  9991
+2 29892  99.2295  52.6340 0275524 287.4002 191.2252 14.00117616457843
+0 FENGYUN 1C DEB
+1 29893U 99025GP  16018.15568574  .00000061  00000-0  88400-4 0  9994
+2 29893  98.5135  77.1116 0174290 220.7863 194.9639 13.78215126453209
+0 FENGYUN 1C DEB
+1 29894U 99025GQ  16017.46781447  .00000331  00000-0  33674-3 0  9996
+2 29894  99.5058 343.6319 0174038 153.2631 334.7194 13.77480252452464
+0 FENGYUN 1C DEB
+1 29895U 99025GR  16018.00751213  .00002956  00000-0  15335-2 0  9994
+2 29895  99.9362 194.6097 0377388 201.6141 286.9527 13.84729798452705
+0 FENGYUN 1C DEB
+1 29896U 99025GS  16017.74570652  .00000383  00000-0  44920-3 0  9996
+2 29896  99.5345 301.3416 0246428 355.3530  32.2416 13.62450105447661
+0 FENGYUN 1C DEB
+1 29897U 99025GT  16016.78572811  .00001680  00000-0  20725-2 0  9996
+2 29897  98.6479 307.2281 0322715  75.8054 314.2168 13.46540919441424
+0 FENGYUN 1C DEB
+1 29898U 99025GU  16017.43208389  .00001254  00000-0  95937-3 0  9991
+2 29898  98.2039 185.2811 0486541 352.5996  34.0908 13.50387010441586
+0 FENGYUN 1C DEB
+1 29899U 99025GV  16017.56112418  .00000043  00000-0  10264-3 0  9998
+2 29899  98.7131 292.2210 0355123 161.5211 327.0100 13.36581543439392
+0 FENGYUN 1C DEB
+1 29901U 99025GX  16017.74448378 -.00000047  00000-0 -12051-4 0  9992
+2 29901  98.8064 298.2294 0383816 271.2713 141.2652 13.31662107437720
+0 FENGYUN 1C DEB
+1 29903U 99025GZ  16017.80913964  .00002100  00000-0  52921-3 0  9998
+2 29903  99.0172 208.1281 0086404  10.8405 349.4624 14.50103031473100
+0 FENGYUN 1C DEB
+1 29904U 99025HA  16017.16931428  .00000880  00000-0  23922-3 0  9995
+2 29904  99.0618 185.0762 0233279 156.6063 261.7711 14.35483415470960
+0 FENGYUN 1C DEB
+1 29905U 99025HB  16017.43315060  .00020821  00000-0  24954-2 0  9996
+2 29905  99.2518 335.2752 0039446  21.7095 101.8861 14.83550274474300
+0 FENGYUN 1C DEB
+1 29906U 99025HC  16017.33589911  .00001457  00000-0  67171-3 0  9997
+2 29906  98.8943  51.3939 0052657 245.1636 114.4059 14.21927771465393
+0 FENGYUN 1C DEB
+1 29907U 99025HD  16017.51325963  .00000307  00000-0  23302-3 0  9994
+2 29907  99.1623 357.4518 0089924 153.9847 331.2717 13.99477400458859
+0 FENGYUN 1C DEB
+1 29909U 99025HF  16018.09027796  .00001384  00000-0  59323-3 0  9991
+2 29909  98.8396  56.6616 0064861 196.8370 218.5952 14.25375729466589
+0 FENGYUN 1C DEB
+1 29911U 99025HH  16017.51593416  .00000542  00000-0  32156-3 0  9997
+2 29911  99.0438  32.7353 0032106 330.6923 181.7745 14.11692921463303
+0 FENGYUN 1C DEB
+1 29912U 99025HJ  16017.77316289  .00001379  00000-0  65295-3 0  9996
+2 29912  98.9517  40.1727 0058627 254.7266 161.4178 14.20466010465091
+0 FENGYUN 1C DEB
+1 29913U 99025HK  16016.57944792 +.00000104 +00000-0 +91717-4 0  9994
+2 29913 099.0348 044.5879 0064256 318.8467 193.4576 14.04613546461433
+0 FENGYUN 1C DEB
+1 29914U 99025HL  16017.73023959  .00000420  00000-0  30421-3 0  9992
+2 29914  99.1889  22.5588 0036054  52.5791   2.4323 14.01919684460982
+0 FENGYUN 1C DEB
+1 29915U 99025HM  16017.34226628  .00006897  00000-0  95357-3 0  9991
+2 29915  99.0354 296.2394 0070557 219.8809 139.7201 14.76738268476534
+0 FENGYUN 1C DEB
+1 29916U 99025HN  16017.47144567  .00000320  00000-0  41612-3 0  9997
+2 29916  99.1912 203.8755 0277757  89.9160 302.4714 13.53648588444798
+0 FENGYUN 1C DEB
+1 29917U 99025HP  16017.81544596  .00000642  00000-0  70986-3 0  9995
+2 29917  98.9244 123.3128 0237692 238.3273 250.6573 13.63910939447774
+0 FENGYUN 1C DEB
+1 29918U 99025HQ  16016.86305852 +.00001217 +00000-0 +62138-3 0  9999
+2 29918 098.9672 355.5691 0016213 255.4396 133.7351 14.17514121463860
+0 FENGYUN 1C DEB
+1 29919U 99025HR  16017.47552409  .00000052  00000-0  74819-4 0  9996
+2 29919  98.5554 104.3910 0140112 144.4944 279.5398 13.83878140455027
+0 FENGYUN 1C DEB
+1 29920U 99025HS  16017.57284719  .00000597  00000-0  43583-3 0  9992
+2 29920  98.4680 118.0027 0138048 328.1465 158.2789 13.95171584457821
+0 FENGYUN 1C DEB
+1 29921U 99025HT  16017.04078186 -.00000017  00000-0  17538-4 0  9994
+2 29921  99.0849  41.3025 0048622  84.7175 329.4279 14.03410182461093
+0 FENGYUN 1C DEB
+1 29922U 99025HU  16016.89249303 +.00000067 +00000-0 +77220-4 0  9996
+2 29922 099.2363 345.1839 0094954 152.6390 227.5528 13.97063057459075
+0 FENGYUN 1C DEB
+1 29923U 99025HV  16017.74641762  .00000292  00000-0  19370-3 0  9998
+2 29923  98.9982  43.8856 0018213 316.3231  97.7629 14.09204666462965
+0 FENGYUN 1C DEB
+1 29924U 99025HW  16016.69531157 +.00000133 +00000-0 +10454-3 0  9996
+2 29924 099.0528 031.5035 0026844 348.0198 065.3104 14.08139268462817
+0 FENGYUN 1C DEB
+1 29925U 99025HX  16017.65613101  .00006037  00000-0  11077-2 0  9994
+2 29925  99.0255 255.5665 0075745 305.6093 118.5312 14.64309567474750
+0 FENGYUN 1C DEB
+1 29926U 99025HY  16017.15530046  .00000457  00000-0  14060-3 0  9992
+2 29926  98.6237  82.8946 0264447 194.2741 185.1368 14.28261885469092
+0 FENGYUN 1C DEB
+1 29927U 99025HZ  16017.88527979  .00001709  00000-0  70142-3 0  9998
+2 29927  99.0790 150.1213 0031645   1.0264 120.5951 14.28210897467136
+0 FENGYUN 1C DEB
+1 29928U 99025JA  16017.76660020  .00000406  00000-0  37579-3 0  9991
+2 29928  99.3051 317.0013 0150003 342.9406  46.1498 13.83455021454424
+0 FENGYUN 1C DEB
+1 29929U 99025JB  16017.34322586  .00000583  00000-0  45997-3 0  9997
+2 29929  98.6076 143.6320 0147974 104.1027 316.9695 13.90209879455961
+0 FENGYUN 1C DEB
+1 29930U 99025JC  16018.24466525  .00000223  00000-0  11465-3 0  9995
+2 29930  98.9568 121.7227 0167858 263.2956 124.3089 14.18223736466134
+0 FENGYUN 1C DEB
+1 29931U 99025JD  16017.52074588  .00000443  00000-0  31680-3 0  9995
+2 29931  99.1913  17.8173 0032326  34.5236  84.0506 14.02417927461072
+0 FENGYUN 1C DEB
+1 29932U 99025JE  16018.03332138  .00000215  00000-0  13682-3 0  9990
+2 29932  98.9540  38.9171 0038553 294.6242 128.1705 14.13659209464642
+0 FENGYUN 1C DEB
+1 29933U 99025JF  16018.17355846  .00001840  00000-0  77726-3 0  9991
+2 29933  98.8174 356.6471 0010920 197.1327 291.3971 14.26806703466464
+0 FENGYUN 1C DEB
+1 29934U 99025JG  16017.86036729  .00000525  00000-0  14849-3 0  9999
+2 29934  98.9189 177.8709 0134496 325.5237  33.7282 14.45229770473826
+0 FENGYUN 1C DEB
+1 29935U 99025JH  16017.60554919  .00000058  00000-0  46655-4 0  9990
+2 29935  98.3681 232.9442 0153255 162.5800 261.3443 14.12748658464715
+0 FENGYUN 1C DEB
+1 29936U 99025JJ  16017.19793753  .00000101  00000-0  49634-4 0  9995
+2 29936  98.6377 102.9459 0119055  74.0259 287.4002 14.32747821471104
+0 FENGYUN 1C DEB
+1 29937U 99025JK  16018.09463473  .00000252  00000-0  18805-3 0  9991
+2 29937  99.1451  27.1381 0032098   1.6243  42.0438 14.03836308461931
+0 FENGYUN 1C DEB
+1 29938U 99025JL  16017.55056800  .00000234  00000-0  16888-3 0  9993
+2 29938  98.9694  49.6535 0034370  26.6078 127.1384 14.06017784462136
+0 FENGYUN 1C DEB
+1 29939U 99025JM  16017.64805620  .00000037  00000-0  44411-4 0  9991
+2 29939  98.9416  40.9278 0066049 313.4249 155.6209 14.11480715464376
+0 FENGYUN 1C DEB
+1 29940U 99025JN  16017.82888376  .00000479  00000-0  27445-3 0  9999
+2 29940  98.9395  47.2308 0079717 328.0950  83.1993 14.12660487463792
+0 FENGYUN 1C DEB
+1 29941U 99025JP  16018.18928105  .00003078  00000-0  70176-3 0  9992
+2 29941  98.9125 181.2504 0074202 354.6962  91.6340 14.54951562473113
+0 FENGYUN 1C DEB
+1 29942U 99025JQ  16016.98525933  .00000722  00000-0  34110-3 0  9992
+2 29942  98.9549  18.0311 0054688 298.1467 114.9527 14.22210643463809
+0 FENGYUN 1C DEB
+1 29943U 99025JR  16016.94066193 -.00000098 +00000-0 -29986-4 0  9991
+2 29943 099.0171 034.7042 0035567 343.5082 052.5673 14.09145022463499
+0 FENGYUN 1C DEB
+1 29944U 99025JS  16017.30909343  .00001270  00000-0  19051-3 0  9998
+2 29944  99.0000 280.7061 0260994 153.7465 326.6399 14.56220412475756
+0 FENGYUN 1C DEB
+1 29945U 99025JT  16016.88461958  .00000131  00000-0  11048-3 0  9999
+2 29945  99.1412  25.4105 0031207   1.2908 115.8098 14.04486480461896
+0 FENGYUN 1C DEB
+1 29946U 99025JU  16016.56908362 +.00000041 +00000-0 +50229-4 0  9995
+2 29946 098.9812 049.5053 0083993 064.7359 088.0898 14.05871944461826
+0 FENGYUN 1C DEB
+1 29947U 99025JV  16017.87267456 -.00000104  00000-0 -38483-4 0  9993
+2 29947  99.2105  25.3946 0042154  53.5311  66.4803 14.01677172460814
+0 FENGYUN 1C DEB
+1 29948U 99025JW  16017.08583700  .00000037  00000-0  49425-4 0  9991
+2 29948  98.9670  52.2258 0084975 292.4249 125.8457 14.04861038461820
+0 FENGYUN 1C DEB
+1 29949U 99025JX  16016.60035666 -.00000163 +00000-0 -71069-4 0  9993
+2 29949 099.0904 029.0720 0024023 350.9838 158.7340 14.06362135462464
+0 FENGYUN 1C DEB
+1 29950U 99025JY  16017.89232789  .00000069  00000-0  65645-4 0  9998
+2 29950  99.0873  21.0696 0033102 330.6999  91.4438 14.09158444463546
+0 FENGYUN 1C DEB
+1 29952U 99025KA  16017.47299191  .00031372  00000-0  98112-3 0  9999
+2 29952  99.3736 185.5122 0080832  47.3033 313.4971 15.29892500482958
+0 FENGYUN 1C DEB
+1 29953U 99025KB  16018.12758205  .00000202  00000-0  19536-3 0  9990
+2 29953  99.2199  72.9840 0111320 357.6829  55.1163 13.88449061456658
+0 FENGYUN 1C DEB
+1 29954U 99025KC  16017.34326682  .00000904  00000-0  41474-3 0  9999
+2 29954 100.1499 164.2131 0088866 222.1580 137.2735 14.22348327466717
+0 FENGYUN 1C DEB
+1 29955U 99025KD  16016.95309596 +.00001164 +00000-0 +56116-3 0  9999
+2 29955 099.3364 192.1477 0009515 141.3552 011.8441 14.20808835465247
+0 FENGYUN 1C DEB
+1 29956U 99025KE  16018.08401491  .00000243  00000-0  17536-3 0  9993
+2 29956  99.1379  21.6703 0054158  24.8052  15.3629 14.05540978462476
+0 FENGYUN 1C DEB
+1 29957U 99025KF  16017.06963315  .00001052  00000-0  61118-3 0  9993
+2 29957  98.9979  65.9859 0066021  52.8049   3.2981 14.09825909462282
+0 FENGYUN 1C DEB
+1 29958U 99025KG  16016.63675761 +.00000089 +00000-0 +72312-4 0  9999
+2 29958 098.9968 034.8491 0059350 146.0695 214.4294 14.11565307463783
+0 FENGYUN 1C DEB
+1 29959U 99025KH  16016.96362763 +.00000178 +00000-0 +13924-3 0  9993
+2 29959 099.1556 021.9088 0042164 320.8203 099.5355 14.04407277461412
+0 FENGYUN 1C DEB
+1 29960U 99025KJ  16017.66923873  .00000316  00000-0  18765-3 0  9990
+2 29960  98.8584  69.0209 0097410 164.3614 322.8294 14.12007430463816
+0 FENGYUN 1C DEB
+1 29961U 99025KK  16017.85566193  .00000151  00000-0  83460-4 0  9992
+2 29961  98.8853 123.8939 0075781 270.6784  88.5711 14.24038252468297
+0 FENGYUN 1C DEB
+1 29962U 99025KL  16017.90312009  .00000163  00000-0  12195-3 0  9993
+2 29962  99.0679  37.7093 0111471 264.8999 145.3799 14.05440372461932
+0 FENGYUN 1C DEB
+1 29963U 99025KM  16017.82106407  .00000580  00000-0  27879-3 0  9996
+2 29963  98.9186 118.3276 0055030 248.0557 239.3514 14.22018726466820
+0 FENGYUN 1C DEB
+1 29964U 99025KN  16018.16658382  .00000514  00000-0  37600-3 0  9999
+2 29964  98.4507 114.0651 0143913 314.4855  44.4615 13.95207589458149
+0 FENGYUN 1C DEB
+1 29965U 99025KP  16017.03122765  .00000015  00000-0  41849-4 0  9993
+2 29965  99.1654  45.8468 0146598 256.5252 155.6416 13.94392397458591
+0 FENGYUN 1C DEB
+1 29966U 99025KQ  16016.93957500 +.00000323 +00000-0 +17211-3 0  9992
+2 29966 099.4341 274.8350 0042586 118.0613 242.4877 14.20499272466299
+0 FENGYUN 1C DEB
+1 29967U 99025KR  16016.99606150  .00000933  00000-0  54868-3 0  9997
+2 29967  99.1215  31.3371 0088692  66.0774 322.9381 14.08600372461722
+0 FENGYUN 1C DEB
+1 29968U 99025KS  16016.93216645 -.00000128 +00000-0 -49861-4 0  9994
+2 29968 098.9735 049.8803 0092872 065.4886 054.1161 14.05523322462102
+0 FENGYUN 1C DEB
+1 29969U 99025KT  16016.54557164  .00001215  00000-0  64324-3 0  9992
+2 29969  99.0196  39.5102 0050403 333.2505 178.4748 14.15033099463326
+0 FENGYUN 1C DEB
+1 29970U 99025KU  16018.16584757  .00000453  00000-0  16220-3 0  9997
+2 29970  98.8167 137.7191 0103040  63.5756  55.4462 14.35948006471623
+0 FENGYUN 1C DEB
+1 29971U 99025KV  16016.95346171 +.00000633 +00000-0 +38333-3 0  9998
+2 29971 099.0836 032.4362 0026244 323.5180 095.9947 14.10050861462703
+0 FENGYUN 1C DEB
+1 29972U 99025KW  16017.86113590  .00000997  00000-0  30522-3 0  9992
+2 29972  98.8943 159.0705 0096553  35.3628 116.4222 14.41468403472022
+0 FENGYUN 1C DEB
+1 29973U 99025KX  16018.04814303  .00000127  00000-0  11204-3 0  9995
+2 29973  99.0712  47.3063 0067595 120.4478 293.6356 14.00812268460344
+0 FENGYUN 1C DEB
+1 29974U 99025KY  16018.07683775  .00001038  00000-0  67678-3 0  9994
+2 29974  99.1189  73.7661 0053746 108.5271 281.2428 14.03934030460799
+0 FENGYUN 1C DEB
+1 29975U 99025KZ  16017.49587659  .00000432  00000-0  32378-3 0  9990
+2 29975  99.1304 321.2756 0115580 143.6681 280.2916 13.96758463459362
+0 FENGYUN 1C DEB
+1 29976U 99025LA  16017.55210796  .00000292  00000-0  17952-3 0  9998
+2 29976  99.1575  46.4106 0276773 103.9730  51.6701 13.95242383458745
+0 FENGYUN 1C DEB
+1 29977U 99025LB  16017.75075275  .00000717  00000-0  51156-3 0  9998
+2 29977  98.4661 120.4590 0136770 318.8421 198.5449 13.95908337458164
+0 FENGYUN 1C DEB
+1 29978U 99025LC  16016.95672907 +.00000289 +00000-0 +24249-3 0  9992
+2 29978 099.3120 000.4872 0076986 165.4907 256.7639 13.94945975458663
+0 FENGYUN 1C DEB
+1 29979U 99025LD  16017.45819098  .00000442  00000-0  21191-3 0  9997
+2 29979  98.7830  88.9283 0114780 218.4989 264.6368 14.20537620466767
+0 FENGYUN 1C DEB
+1 29980U 99025LE  16017.36437786  .00000210  00000-0  15286-3 0  9990
+2 29980  98.8311 292.2049 0089206 347.4367 130.1852 14.04750634461990
+0 FENGYUN 1C DEB
+1 29981U 99025LF  16017.47842710  .00015311  00000-0  83337-3 0  9990
+2 29981  98.8957   0.2622 0105115 187.7646 172.1957 15.09865632483788
+0 FENGYUN 1C DEB
+1 29982U 99025LG  16018.16902204  .00000536  00000-0  12438-3 0  9990
+2 29982  99.4005  59.1252 0148572 321.5141  77.9348 14.53717040476543
+0 FENGYUN 1C DEB
+1 29983U 99025LH  16018.22925999  .00002939  00000-0  69221-3 0  9995
+2 29983  99.1643 276.7230 0081673  93.7376  26.8225 14.53164361473049
+0 FENGYUN 1C DEB
+1 29985U 99025LK  16017.00183409 -.00000065  00000-0 -10876-4 0  9997
+2 29985  99.0372  29.9355 0028322 330.6667  85.9345 14.09800053463687
+0 FENGYUN 1C DEB
+1 29986U 99025LL  16016.93737127 +.00001089 +00000-0 +61417-3 0  9992
+2 29986 099.4352 186.6907 0027744 069.2181 084.1259 14.12450524462702
+0 FENGYUN 1C DEB
+1 29987U 99025LM  16016.69292023 +.00001329 +00000-0 +96527-3 0  9994
+2 29987 098.9864 291.5517 0095778 181.2359 197.4976 13.95924690457070
+0 FENGYUN 1C DEB
+1 29988U 99025LN  16017.85832267  .00001404  00000-0  56909-3 0  9998
+2 29988  98.9955  35.2036 0180822  96.0145  26.5057 14.20805254464750
+0 FENGYUN 1C DEB
+1 29989U 99025LP  16017.68679182  .00000100  00000-0  69666-4 0  9992
+2 29989  98.8061  62.5539 0127941 101.2811  11.6195 14.13769258464956
+0 FENGYUN 1C DEB
+1 29991U 99025LR  16018.02118966  .00002575  00000-0  11280-2 0  9997
+2 29991 102.2170 166.1441 0014150 198.1612 273.4923 14.25119383465212
+0 FENGYUN 1C DEB
+1 29992U 99025LS  16017.37149814  .00000065  00000-0  59613-4 0  9997
+2 29992  98.9293  44.5685 0089362 333.4338 154.5177 14.10554893463924
+0 FENGYUN 1C DEB
+1 29993U 99025LT  16016.94354481 -.00000054 +00000-0 -51304-5 0  9998
+2 29993 099.1230 014.6585 0039480 353.6534 006.4129 14.07297252462755
+0 FENGYUN 1C DEB
+1 29994U 99025LU  16016.99389581 -.00000229  00000-0 -11321-3 0  9990
+2 29994  99.2318  27.1554 0138570 140.3246 274.1581 14.00934201460568
+0 FENGYUN 1C DEB
+1 29996U 99025LW  16017.84228257  .00000993  00000-0  73017-3 0  9995
+2 29996  99.1908 327.1967 0150906 236.6864 177.5819 13.92809063456233
+0 FENGYUN 1C DEB
+1 29997U 99025LX  16017.00946456  .00000665  00000-0  50259-3 0  9991
+2 29997  99.1959  43.7306 0081112 199.2150 219.7573 13.96169324458660
+0 FENGYUN 1C DEB
+1 29998U 99025LY  16017.05800788  .00000724  00000-0  37847-3 0  9998
+2 29998  99.3619 192.4970 0005749 122.1764 237.9967 14.17818658465148
+0 FENGYUN 1C DEB
+1 29999U 99025LZ  16017.79662148  .00000271  00000-0  13275-3 0  9992
+2 29999  98.8004  67.6228 0201156  85.6646 326.6075 14.15376138465205
+0 TITAN 3C TRANSTAGE DEB
+1 30000U 68081J   16015.95035152  .00000097  00000-0  00000+0 0  9994
+2 30000   6.8889 317.5535 0143620 328.4330 203.1602  1.00905017 40799
+0 FENGYUN 1C DEB
+1 30001U 99025MA  16016.88044716 +.00001804 +00000-0 +99812-3 0  9996
+2 30001 098.9689 349.3505 0056844 324.3009 064.2731 14.11817138461382
+0 FENGYUN 1C DEB
+1 30003U 99025MC  16017.45295258 -.00000109  00000-0 -54507-4 0  9993
+2 30003  99.2590 307.6553 0147116  14.1206 100.2969 13.83124088454632
+0 FENGYUN 1C DEB
+1 30004U 99025MD  16017.20102012  .00000374  00000-0  23884-3 0  9997
+2 30004  99.0463 103.0395 0041724  60.3525 352.6237 14.09297256462869
+0 FENGYUN 1C DEB
+1 30005U 99025ME  16017.86946442  .00000536  00000-0  63979-3 0  9992
+2 30005  99.2787 173.3425 0364096 179.2321 180.9448 13.46428243442269
+0 FENGYUN 1C DEB
+1 30007U 99025MG  16017.53774575  .00001096  00000-0  62627-3 0  9995
+2 30007  99.1494 116.3842 0076485 102.5633 325.9144 14.10293484462368
+0 FENGYUN 1C DEB
+1 30008U 99025MH  16017.46822722  .00001837  00000-0  65440-3 0  9995
+2 30008  99.3590 294.8731 0065714 322.4324  92.2116 14.34432318469581
+0 FENGYUN 1C DEB
+1 30009U 99025MJ  16016.75329217 +.00000540 +00000-0 +40362-3 0  9994
+2 30009 099.2619 016.3364 0081917 172.6844 187.5534 13.97645169458642
+0 FENGYUN 1C DEB
+1 30010U 99025MK  16018.24523304  .00000077  00000-0  52347-4 0  9997
+2 30010  98.8161 111.5231 0075001 186.2745 227.7750 14.23250276468199
+0 FENGYUN 1C DEB
+1 30012U 99025MM  16018.10381054  .00000201  00000-0  20576-3 0  9995
+2 30012  99.3734 328.9265 0138693   4.5944  58.5469 13.83974418455137
+0 FENGYUN 1C DEB
+1 30013U 99025MN  16017.81725530  .00000149  00000-0  15815-3 0  9995
+2 30013  99.2595 315.2590 0130211 319.8904 100.0150 13.85861421455735
+0 FENGYUN 1C DEB
+1 30015U 99025MQ  16018.24236262  .00000526  00000-0  25738-3 0  9998
+2 30015  99.1987 171.3112 0042850  27.5825  94.1703 14.22029712467054
+0 FENGYUN 1C DEB
+1 30016U 99025MR  16017.11325772  .00001486  00000-0  46027-3 0  9999
+2 30016  98.8856 150.3220 0086638  85.3570 328.9921 14.40621938471192
+0 FENGYUN 1C DEB
+1 30017U 99025MS  16017.07240846  .00000269  00000-0  52969-4 0  9994
+2 30017  98.7959 193.1579 0235753  77.8581 284.8917 14.55273173477900
+0 FENGYUN 1C DEB
+1 30018U 99025MT  16017.81115907  .00001170  00000-0  24056-3 0  9993
+2 30018  98.8399 196.0794 0154146 123.2467   0.9483 14.55509739476944
+0 FENGYUN 1C DEB
+1 30019U 99025MU  16017.21863953  .00001747  00000-0  63655-3 0  9997
+2 30019  98.2080 126.0151 0198501  86.3754 344.6610 14.23884635464401
+0 FENGYUN 1C DEB
+1 30020U 99025MV  16017.53405679  .00000617  00000-0  38670-3 0  9995
+2 30020  99.0986  46.3088 0185948  32.1377 125.2477 14.00078266460119
+0 FENGYUN 1C DEB
+1 30021U 99025MW  16017.03460356 -.00000091  00000-0 -28493-4 0  9995
+2 30021  99.0094  47.2552 0072979 314.5968  74.1931 14.03871526461737
+0 FENGYUN 1C DEB
+1 30022U 99025MX  16017.85089515  .00000032  00000-0  34244-4 0  9994
+2 30022  98.8440 114.0850 0067902 208.8898 263.8186 14.22156221467869
+0 FENGYUN 1C DEB
+1 30023U 99025MY  16016.88592806 +.00000192 +00000-0 +13880-3 0  9998
+2 30023 099.0606 108.2488 0046008 078.7917 346.3337 14.07610155462605
+0 FENGYUN 1C DEB
+1 30024U 99025MZ  16017.34301160  .00006812  00000-0  41015-3 0  9998
+2 30024  98.6456 301.3944 0208838 340.7334  18.6070 14.94739617485411
+0 FENGYUN 1C DEB
+1 30025U 99025NA  16017.14389527  .00010776  00000-0  67507-3 0  9998
+2 30025  98.3107 139.7145 0211271 142.5630 219.0521 14.92850677482008
+0 FENGYUN 1C DEB
+1 30026U 99025NB  16017.99348179  .00008400  00000-0  73076-3 0  9999
+2 30026  99.1223  38.7026 0145551  29.8820 331.0603 14.89400047481203
+0 FENGYUN 1C DEB
+1 30027U 99025NC  16017.20668568  .00019452  00000-0  58202-3 0  9994
+2 30027  98.2597 129.9184 0170539   6.9351  39.2154 15.21420521481928
+0 FENGYUN 1C DEB
+1 30028U 99025ND  16017.71114353  .00000599  00000-0  14521-3 0  9997
+2 30028  98.4111  64.9507 0203509 122.9763 354.7852 14.44787822474207
+0 FENGYUN 1C DEB
+1 30030U 99025NF  16017.05188226  .00002002  00000-0  37503-3 0  9993
+2 30030  99.7322 186.1534 0121714  51.1359 310.0622 14.61637408476199
+0 FENGYUN 1C DEB
+1 30031U 99025NG  16017.49016623  .00006356  00000-0  99492-3 0  9994
+2 30031  99.2029 348.6713 0085968 274.6478  84.4910 14.70698917476438
+0 FENGYUN 1C DEB
+1 30032U 99025NH  16017.84916366  .00001891  00000-0  21340-3 0  9993
+2 30032  97.3011 340.1943 0232454 119.9987 242.4512 14.69925020476846
+0 FENGYUN 1C DEB
+1 30035U 99025NL  16017.51042216  .00000053  00000-0  33589-4 0  9992
+2 30035  99.2790 313.3933 0117463 126.6853 286.9549 14.35791328472185
+0 FENGYUN 1C DEB
+1 30036U 99025NM  16017.77753818  .00000623  00000-0  17607-3 0  9993
+2 30036  98.6619  39.1828 0212933 247.9343 164.8322 14.37147585471571
+0 FENGYUN 1C DEB
+1 30037U 99025NN  16017.14766418  .00000123  00000-0  54821-4 0  9990
+2 30037  98.5526  69.8781 0180418 348.8358  71.1599 14.30978290470365
+0 FENGYUN 1C DEB
+1 30038U 99025NP  16017.08103613  .00000230  00000-0  67399-4 0  9999
+2 30038  98.5565  58.2424 0278243  84.0841 337.8495 14.32667011470517
+0 FENGYUN 1C DEB
+1 30039U 99025NQ  16017.39115116  .00002035  00000-0  54855-3 0  9992
+2 30039  97.0231 142.9823 0148490  40.2229 356.4125 14.42368075470268
+0 FENGYUN 1C DEB
+1 30040U 99025NR  16017.45542920  .00001270  00000-0  62519-3 0  9994
+2 30040  98.2844 178.4158 0043644 113.6090 311.9969 14.18708317464742
+0 FENGYUN 1C DEB
+1 30041U 99025NS  16016.85222318  .00000156  00000-0  11707-3 0  9999
+2 30041  99.5502 229.6372 0036695 146.3484 281.9094 14.09350250462970
+0 FENGYUN 1C DEB
+1 30043U 99025NU  16017.82938109  .00000529  00000-0  19539-3 0  9996
+2 30043  98.4377 234.0465 0325478  79.9510 283.8216 14.10606733462580
+0 FENGYUN 1C DEB
+1 30044U 99025NV  16017.23322554  .00001281  00000-0  56784-3 0  9992
+2 30044  98.2040 126.5062 0126971  73.4869 288.0215 14.20392133464627
+0 FENGYUN 1C DEB
+1 30045U 99025NW  16017.48432829  .00001707  00000-0  10994-2 0  9992
+2 30045  99.0524 327.0115 0120039  92.6634   1.7234 14.00896860458520
+0 FENGYUN 1C DEB
+1 30047U 99025NY  16018.19776388  .00000226  00000-0  21042-3 0  9996
+2 30047  99.9012 253.4008 0132014 164.9136 313.4789 13.89476401456518
+0 FENGYUN 1C DEB
+1 30048U 99025NZ  16017.13944624  .00000141  00000-0  15815-3 0  9997
+2 30048  98.7261 133.0410 0189546 263.4782 219.9111 13.78136904452925
+0 FENGYUN 1C DEB
+1 30050U 99025PB  16017.53251381  .00000542  00000-0  49011-3 0  9995
+2 30050  96.8045 209.3479 0180847 203.6633 222.8491 13.79209246452920
+0 FENGYUN 1C DEB
+1 30052U 99025PD  16017.55271834  .00000187  00000-0  19670-3 0  9997
+2 30052  99.6686  30.7026 0296795 251.4914 225.3053 13.69783107450103
+0 FENGYUN 1C DEB
+1 30053U 99025PE  16017.20037738  .00001319  00000-0  79555-3 0  9999
+2 30053  98.6424  87.6158 0387921  76.4307 351.9414 13.76462437450681
+0 FENGYUN 1C DEB
+1 30054U 99025PF  16017.51317853  .00000284  00000-0  30135-3 0  9994
+2 30054  99.7359  25.0731 0283495 310.2596 179.6747 13.66834030449159
+0 FENGYUN 1C DEB
+1 30056U 99025PH  16017.74311079  .00001250  00000-0  11641-2 0  9999
+2 30056  98.3801 288.0980 0330897 110.6353 310.9935 13.61521303446378
+0 FENGYUN 1C DEB
+1 30057U 99025PJ  16018.07626808  .00000560  00000-0  69259-3 0  9998
+2 30057  98.8547  53.3810 0305829  60.2955 354.0750 13.50669703443557
+0 FENGYUN 1C DEB
+1 30058U 99025PK  16017.66819398  .00000399  00000-0  54939-3 0  9990
+2 30058  99.9609  58.1194 0323469  60.1179  62.5431 13.44937599442048
+0 FENGYUN 1C DEB
+1 30059U 99025PL  16017.98477058  .00000146  00000-0  22293-3 0  9997
+2 30059  98.8214  26.7443 0331232  93.4620 322.7573 13.44079161442066
+0 FENGYUN 1C DEB
+1 30060U 99025PM  16017.83988134  .00000652  00000-0  92514-3 0  9990
+2 30060  99.3474 125.0086 0361511   5.2518 114.2349 13.36347341438607
+0 FENGYUN 1C DEB
+1 30061U 99025PN  16017.10134750  .00000858  00000-0  11686-2 0  9996
+2 30061 101.8911 190.2184 0399355  72.6840  43.7785 13.34171626437359
+0 FENGYUN 1C DEB
+1 30062U 99025PP  16017.86342685  .00000507  00000-0  34596-3 0  9995
+2 30062  99.0883  40.4080 0050878  65.6998  58.1304 14.03842478461381
+0 FENGYUN 1C DEB
+1 30063U 99025PQ  16017.74524796  .00000018  00000-0  31622-4 0  9993
+2 30063  98.8070  83.5647 0033616  66.9717  46.8184 14.14733695465261
+0 FENGYUN 1C DEB
+1 30064U 99025PR  16017.01265106  .00000100  00000-0  77424-4 0  9993
+2 30064  98.9787  34.9858 0066528 303.0269 109.9053 14.12454104464287
+0 FENGYUN 1C DEB
+1 30065U 99025PS  16018.02001140  .00000071  00000-0  89305-4 0  9990
+2 30065  98.6556 188.5780 0132628 160.8025 319.7400 13.85915957455748
+0 FENGYUN 1C DEB
+1 30066U 99025PT  16017.80236206  .00000064  00000-0  50263-4 0  9992
+2 30066  98.8033  49.8077 0119981 221.6664 193.2646 14.17329110465992
+0 FENGYUN 1C DEB
+1 30067U 99025PU  16017.34565834  .00000407  00000-0  13225-3 0  9991
+2 30067  98.6844 119.2567 0164544 301.4622  88.4305 14.37238693471893
+0 FENGYUN 1C DEB
+1 30068U 99025PV  16017.05937074 -.00000034  00000-0  44341-5 0  9991
+2 30068  98.8911  51.3996 0194763 167.3547 193.2612 14.10108642463511
+0 FENGYUN 1C DEB
+1 30069U 99025PW  16017.80227407  .00000083  00000-0  80706-4 0  9994
+2 30069  98.9828  63.5144 0050928  84.2866   5.2682 14.02912410461205
+0 FENGYUN 1C DEB
+1 30070U 99025PX  16018.00953472  .00001514  00000-0  66947-3 0  9997
+2 30070  98.2412  31.3363 0399571  15.9331  34.4312 13.89380767454915
+0 FENGYUN 1C DEB
+1 30071U 99025PY  16017.54850529  .00001422  00000-0  64014-3 0  9996
+2 30071  98.8928  49.5610 0060999 231.7939 283.2240 14.22929082465677
+0 FENGYUN 1C DEB
+1 30072U 99025PZ  16016.76324498  .00001514  00000-0  89699-3 0  9999
+2 30072  99.1359  55.2029 0085451  40.4376 320.3102 14.07387770460454
+0 FENGYUN 1C DEB
+1 30073U 99025QA  16017.91329935  .00000810  00000-0  53103-3 0  9998
+2 30073  99.3941 151.6897 0066826 193.0553 289.0041 14.04083820460443
+0 FENGYUN 1C DEB
+1 30074U 99025QB  16016.83617982 +.00001688 +00000-0 +11064-2 0  9994
+2 30074 099.1450 345.4349 0108883 076.3667 284.9595 14.00587029458868
+0 FENGYUN 1C DEB
+1 30075U 99025QC  16017.09259527  .00000112  00000-0  11935-3 0  9990
+2 30075  99.2444 326.8409 0091361 192.2135 231.3703 13.91540075457509
+0 FENGYUN 1C DEB
+1 30076U 99025QD  16017.63646959  .00000140  00000-0  17418-3 0  9993
+2 30076  99.4352  58.2683 0178385 244.0296 240.7833 13.74570323451968
+0 FENGYUN 1C DEB
+1 30077U 99025QE  16017.88695870 -.00000072  00000-0 -16124-4 0  9997
+2 30077  99.0854  30.1776 0020793 313.8090 164.2682 14.06712204462708
+0 FENGYUN 1C DEB
+1 30078U 99025QF  16016.57193994  .00000631  00000-0  40096-3 0  9996
+2 30078  99.1237  45.7336 0055692  35.0735 117.7413 14.06838114460919
+0 FENGYUN 1C DEB
+1 30079U 99025QG  16017.46972088  .00000437  00000-0  32645-3 0  9990
+2 30079  99.2410 355.9149 0082182 132.6858 347.5660 13.98551643459617
+0 FENGYUN 1C DEB
+1 30080U 99025QH  16017.11946336  .00000031  00000-0  40138-4 0  9998
+2 30080  98.8931  66.7025 0136004 220.0949 194.5347 14.08577414462980
+0 FENGYUN 1C DEB
+1 30081U 99025QJ  16017.04099491  .00000026  00000-0  50423-4 0  9994
+2 30081  99.1523  47.2697 0078304 200.1526 213.2847 13.95857024458723
+0 FENGYUN 1C DEB
+1 30082U 99025QK  16017.42307130  .00002153  00000-0  31643-3 0  9994
+2 30082  98.8389 271.2068 0169946  15.3973  72.1039 14.67344789479420
+0 FENGYUN 1C DEB
+1 30085U 99025QN  16017.48821579  .00005007  00000-0  57896-3 0  9990
+2 30085  98.3919 114.9929 0122550 347.1397 142.7181 14.80743252478505
+0 FENGYUN 1C DEB
+1 30086U 99025QP  16016.93695175 +.00000343 +00000-0 +25520-3 0  9998
+2 30086 099.1612 014.9459 0062849 064.2842 325.5147 14.00902404460083
+0 FENGYUN 1C DEB
+1 30087U 99025QQ  16017.01175528  .00000632  00000-0  19173-3 0  9992
+2 30087  98.7846  28.6227 0244764 347.0831  64.0526 14.30151976469483
+0 FENGYUN 1C DEB
+1 30088U 99025QR  16017.70327008  .00000371  00000-0  12684-3 0  9991
+2 30088  98.5979  70.9772 0218811 162.4459 315.4834 14.29546713469528
+0 FENGYUN 1C DEB
+1 30089U 99025QS  16017.21239715  .00000390  00000-0  17472-3 0  9996
+2 30089  98.8957 129.1092 0076896 238.6994 184.2401 14.26741638468694
+0 FENGYUN 1C DEB
+1 30090U 99025QT  16018.23288659  .00000377  00000-0  18403-3 0  9992
+2 30090  99.3674 261.3144 0063210 326.7432 158.8460 14.23482698467783
+0 FENGYUN 1C DEB
+1 30092U 99025QV  16017.23644188  .00000372  00000-0  15096-3 0  9996
+2 30092  98.7064 105.5954 0094989  76.5238 301.4629 14.30805055469598
+0 FENGYUN 1C DEB
+1 30093U 99025QW  16017.21472161  .00000896  00000-0  33887-3 0  9994
+2 30093  98.7655 111.4646 0084585 167.5339 256.4955 14.31744548469426
+0 FENGYUN 1C DEB
+1 30094U 99025QX  16017.80814251  .00005427  00000-0  11768-2 0  9998
+2 30094  99.0311 202.4439 0052176  87.6345  37.0823 14.57757186471948
+0 FENGYUN 1C DEB
+1 30095U 99025QY  16018.22107435  .00002431  00000-0  48363-3 0  9999
+2 30095  99.2445 264.1209 0292461 282.5097  74.3520 14.39562219469915
+0 FENGYUN 1C DEB
+1 30096U 99025QZ  16017.50814805  .00000303  00000-0  13784-3 0  9991
+2 30096  99.2459 215.8074 0083792 210.8505 148.7735 14.27590362469064
+0 FENGYUN 1C DEB
+1 30097U 99025RA  16017.81362124  .00010322  00000-0  17074-2 0  9995
+2 30097  99.2949 312.9328 0084018 208.7453 150.9105 14.68221821472134
+0 FENGYUN 1C DEB
+1 30098U 99025RB  16017.37252882  .00009438  00000-0  14633-2 0  9990
+2 30098  99.3130 316.7485 0079847 208.6933 277.2811 14.71276102471963
+0 FENGYUN 1C DEB
+1 30099U 99025RC  16018.16913362  .00000207  00000-0  11099-3 0  9995
+2 30099  98.7790  98.2470 0063760 294.8952 123.5307 14.22349530467588
+0 FENGYUN 1C DEB
+1 30101U 99025RE  16017.09580161  .00003196  00000-0  10109-2 0  9997
+2 30101  99.1928 206.1230 0040520 288.3549 193.0687 14.40460114468679
+0 FENGYUN 1C DEB
+1 30102U 99025RF  16017.18143784  .00000148  00000-0  82528-4 0  9994
+2 30102  98.7860  88.8028 0147973  23.5119  29.4215 14.18968091466378
+0 FENGYUN 1C DEB
+1 30103U 99025RG  16017.20492104  .00000282  00000-0  15487-3 0  9999
+2 30103  99.2101 164.1397 0067923 315.8349 169.2774 14.18975037466098
+0 FENGYUN 1C DEB
+1 30104U 99025RH  16018.24221207  .00000452  00000-0  23097-3 0  9994
+2 30104  98.6496 293.4230 0080803 150.7301   0.9745 14.18603169465594
+0 FENGYUN 1C DEB
+1 30105U 99025RJ  16017.69610022  .00000243  00000-0  11623-3 0  9990
+2 30105  98.7869  60.5009 0211097  54.3621  61.3433 14.16597757465253
+0 FENGYUN 1C DEB
+1 30106U 99025RK  16017.46198926  .00001872  00000-0  72637-3 0  9991
+2 30106  98.9163  95.1457 0128247  54.7312  72.3802 14.26718019465933
+0 FENGYUN 1C DEB
+1 30107U 99025RL  16018.16988367  .00000080  00000-0  61128-4 0  9990
+2 30107  99.0115 350.9721 0130145  51.3770  75.1564 14.13358529464757
+0 FENGYUN 1C DEB
+1 30108U 99025RM  16017.54661509  .00000175  00000-0  96320-4 0  9995
+2 30108  98.8282  57.1657 0203974 290.1936 231.1278 14.13689544464741
+0 FENGYUN 1C DEB
+1 30109U 99025RN  16017.72922973  .00000284  00000-0  15032-3 0  9992
+2 30109  98.8546  80.5874 0177644 143.9656 335.2547 14.13208136464350
+0 FENGYUN 1C DEB
+1 30110U 99025RP  16018.19093103  .00000075  00000-0  13237-3 0  9993
+2 30110  98.8821  83.2184 0270214 309.1204 111.8006 13.54898259445389
+0 FENGYUN 1C DEB
+1 30111U 99025RQ  16017.87652209  .00007898  00000-0  24163-2 0  9995
+2 30111 101.6059 340.3657 0116106 348.4082  69.3126 14.38367085466538
+0 FENGYUN 1C DEB
+1 30112U 99025RR  16017.86529790  .00000816  00000-0  36073-3 0  9990
+2 30112  99.2571 158.6254 0222028 214.9347 143.7085 14.13903859464093
+0 FENGYUN 1C DEB
+1 30113U 99025RS  16018.21761148  .00001398  00000-0  69203-3 0  9993
+2 30113  98.9814  94.2311 0056705 330.7529  93.5137 14.18136169464340
+0 FENGYUN 1C DEB
+1 30114U 99025RT  16016.94336959 +.00000222 +00000-0 +15274-3 0  9994
+2 30114 099.0059 040.3602 0082439 221.4771 256.0837 14.07775119462340
+0 FENGYUN 1C DEB
+1 30115U 99025RU  16017.05582718  .00000776  00000-0  45154-3 0  9998
+2 30115  98.9649  60.7213 0075665 255.9841 133.3885 14.10217839462536
+0 FENGYUN 1C DEB
+1 30116U 99025RV  16017.03429199  .00001208  00000-0  67288-3 0  9993
+2 30116  99.4336 188.7778 0024378  60.8740  57.8308 14.12935753462757
+0 FENGYUN 1C DEB
+1 30117U 99025RW  16017.11540704  .00000168  00000-0  11700-3 0  9991
+2 30117  98.9709  51.8863 0167261 278.9972 149.7633 14.05048365461790
+0 FENGYUN 1C DEB
+1 30118U 99025RX  16017.02779748 -.00000197  00000-0 -93376-4 0  9998
+2 30118  99.0708  38.5843 0086415  75.7329 337.6927 14.04064911461565
+0 FENGYUN 1C DEB
+1 30119U 99025RY  16017.50672373  .00001320  00000-0  70934-3 0  9999
+2 30119  97.9366   7.2494 0156672   0.3946 119.1603 14.08272675461443
+0 FENGYUN 1C DEB
+1 30120U 99025RZ  16017.54208686  .00001348  00000-0  75416-3 0  9997
+2 30120  99.0960  26.9480 0078582  31.0198  95.1618 14.10938987462183
+0 FENGYUN 1C DEB
+1 30121U 99025SA  16018.13946524  .00001327  00000-0  73673-3 0  9994
+2 30121 102.1656  92.2244 0046678 309.4760 112.7280 14.13445728462319
+0 FENGYUN 1C DEB
+1 30122U 99025SB  16017.46182144  .00003460  00000-0  14821-2 0  9999
+2 30122  95.9218 356.9095 0177831  48.6275 111.4391 14.17035504461810
+0 FENGYUN 1C DEB
+1 30123U 99025SC  16017.93215608  .00001233  00000-0  50716-3 0  9994
+2 30123  96.9190 359.0351 0273429  95.7424 267.4992 14.09747094461587
+0 FENGYUN 1C DEB
+1 30124U 99025SD  16017.47823487  .00001093  00000-0  63751-3 0  9991
+2 30124  99.0446 331.7312 0159713  94.2538  23.0728 14.04351117460527
+0 FENGYUN 1C DEB
+1 30125U 99025SE  16017.78071940  .00002178  00000-0  66031-3 0  9994
+2 30125  98.4775 214.5188 0407252 189.4444 236.4871 14.04566487460091
+0 FENGYUN 1C DEB
+1 30127U 99025SG  16017.17585293  .00001285  00000-0  70687-3 0  9990
+2 30127  98.2555  96.2161 0129517 143.4220 217.5883 14.08995963460463
+0 FENGYUN 1C DEB
+1 30128U 99025SH  16017.91093038  .00001781  00000-0  90008-3 0  9994
+2 30128  96.9806  11.6885 0173798 185.8163 239.7880 14.09505363460722
+0 FENGYUN 1C DEB
+1 30129U 99025SJ  16017.45680900  .00000503  00000-0  32393-3 0  9998
+2 30129  98.0068 356.9911 0197604 274.7604 206.1412 13.97723332459249
+0 FENGYUN 1C DEB
+1 30131U 99025SL  16016.96925428 +.00001303 +00000-0 +85845-3 0  9992
+2 30131 099.2216 022.9136 0102294 134.3635 279.7029 14.01080138458374
+0 FENGYUN 1C DEB
+1 30132U 99025SM  16017.36155763  .00000146  00000-0  14482-3 0  9998
+2 30132  99.5774 155.4624 0108395  22.6875  31.0732 13.91876635457455
+0 FENGYUN 1C DEB
+1 30133U 99025SN  16018.19418833  .00000628  00000-0  46695-3 0  9997
+2 30133  98.3731  95.3519 0089150 353.6729  59.2219 13.96430719458113
+0 FENGYUN 1C DEB
+1 30134U 99025SP  16017.00715205  .00000356  00000-0  23151-3 0  9990
+2 30134  99.0429  36.9090 0019605 312.7656  99.4105 14.09003177462691
+0 FENGYUN 1C DEB
+1 30135U 99025SQ  16018.23571706  .00002111  00000-0  73013-3 0  9996
+2 30135  98.9003 108.9367 0136212 334.8293  77.4979 14.31784073467585
+0 FENGYUN 1C DEB
+1 30136U 99025SR  16017.30477052  .00000187  00000-0  16492-3 0  9992
+2 30136  98.5487 142.9387 0132569  10.0038  19.0404 13.92124216457384
+0 FENGYUN 1C DEB
+1 30137U 99025SS  16017.79906627  .00008624  00000-0  12445-2 0  9998
+2 30137  99.0811 307.7460 0069182 252.2619 168.1826 14.74902419476149
+0 FENGYUN 1C DEB
+1 30138U 99025ST  16016.86265341 +.00000695 +00000-0 +40851-3 0  9990
+2 30138 099.0632 028.4759 0021908 308.7475 172.3437 14.11355285462795
+0 FENGYUN 1C DEB
+1 30139U 99025SU  16018.24193998  .00000727  00000-0  52640-3 0  9998
+2 30139  98.4601 112.8047 0142099 335.0691  78.1709 13.94747314457596
+0 FENGYUN 1C DEB
+1 30140U 99025SV  16016.87290659 +.00001203 +00000-0 +73173-3 0  9993
+2 30140 099.0951 039.3066 0045512 069.7715 053.5049 14.07665724461124
+0 FENGYUN 1C DEB
+1 30141U 99025SW  16016.22521763  .00001554  00000-0  70478-3 0  9990
+2 30141  98.9971 112.4761 0024571  86.7983 301.7371 14.23255430465495
+0 FENGYUN 1C DEB
+1 30142U 99025SX  16017.51426933  .00000588  00000-0  42786-3 0  9994
+2 30142  99.2610  11.0837 0114185 169.7116 190.6421 13.97273709457838
+0 FENGYUN 1C DEB
+1 30143U 99025SY  16017.28964878  .00000436  00000-0  34367-3 0  9992
+2 30143  98.9759 287.2484 0108290 195.4515 287.2181 13.94191494457342
+0 FENGYUN 1C DEB
+1 30144U 99025SZ  16017.84020280  .00000249  00000-0  22860-3 0  9992
+2 30144  99.2424  55.6918 0130797   9.6251  42.3225 13.88349947456287
+0 FENGYUN 1C DEB
+1 30145U 99025TA  16018.00920869  .00001438  00000-0  10788-2 0  9990
+2 30145  99.3597  24.9078 0112949 306.2845 111.4260 13.93287140456379
+0 FENGYUN 1C DEB
+1 30146U 99025TB  16017.69305671  .00000513  00000-0  44155-3 0  9992
+2 30146  98.0677 289.2418 0186085  45.1238  10.3602 13.82541765454083
+0 FENGYUN 1C DEB
+1 30147U 99025TC  16017.19548515  .00003735  00000-0  21778-2 0  9998
+2 30147  98.8756 238.0649 0146888 190.1738 292.3337 14.03820348456968
+0 FENGYUN 1C DEB
+1 30148U 99025TD  16017.23111804  .00000308  00000-0  29415-3 0  9991
+2 30148  99.4136 100.7161 0141831 100.2700 276.6442 13.83848661454488
+0 FENGYUN 1C DEB
+1 30149U 99025TE  16018.21858633  .00006469  00000-0  10832-2 0  9995
+2 30149  99.0330 270.7226 0070228 278.9810 204.6660 14.68568266475229
+0 FENGYUN 1C DEB
+1 30150U 99025TF  16017.70734296  .00000440  00000-0  40485-3 0  9999
+2 30150  99.0733 278.4980 0153707   4.3989  48.6037 13.82783366454431
+0 FENGYUN 1C DEB
+1 30151U 99025TG  16017.70611255  .00000272  00000-0  27556-3 0  9996
+2 30151  99.3986  63.3048 0168592 181.9390 295.8054 13.79591304453245
+0 FENGYUN 1C DEB
+1 30152U 99025TH  16017.44153488  .00001271  00000-0  10686-2 0  9992
+2 30152  99.1396 281.2198 0188472 103.5379 313.4781 13.81892631452728
+0 FENGYUN 1C DEB
+1 30153U 99025TJ  16017.86379811  .00000529  00000-0  53220-3 0  9996
+2 30153 100.4467 340.6999 0212437 136.3285 280.1064 13.73185633450867
+0 FENGYUN 1C DEB
+1 30154U 99025TK  16017.50662373  .00000734  00000-0  68864-3 0  9994
+2 30154  98.4313  34.3192 0197449 289.6216 227.5022 13.76155695451371
+0 FENGYUN 1C DEB
+1 30155U 99025TL  16017.52347752  .00000618  00000-0  69952-3 0  9998
+2 30155  99.8171   7.1004 0263955 168.8696 191.8441 13.60501970445459
+0 FENGYUN 1C DEB
+1 30156U 99025TM  16017.89002824  .00000847  00000-0  83523-3 0  9991
+2 30156  98.9136 170.3758 0211093 146.7011  10.6983 13.71765348450056
+0 FENGYUN 1C DEB
+1 30157U 99025TN  16017.03814389  .00001198  00000-0  56508-3 0  9998
+2 30157  98.9451  39.1388 0050245 252.6634 162.6583 14.21145299465059
+0 FENGYUN 1C DEB
+1 30158U 99025TP  16018.13648668  .00027268  00000-0  73363-2 0  9999
+2 30158  98.8563  72.9847 0092591 181.8994 232.5515 14.45406138454812
+0 FENGYUN 1C DEB
+1 30160U 99025TR  16017.46368044  .00000121  00000-0  20563-3 0  9998
+2 30160  98.8584 358.8413 0352850 209.8905 273.4613 13.39001121439746
+0 FENGYUN 1C DEB
+1 30161U 99025TS  16017.38719505  .00000760  00000-0  10192-2 0  9997
+2 30161 100.4853 161.8076 0349138 274.6420 105.1640 13.41336884439864
+0 FENGYUN 1C DEB
+1 30162U 99025TT  16017.17010894  .00000905  00000-0  11856-2 0  9999
+2 30162  99.4280 207.0661 0341317 338.7693  81.2505 13.42462413440117
+0 FENGYUN 1C DEB
+1 30163U 99025TU  16017.20093818 -.00000037  00000-0  45303-6 0  9996
+2 30163  98.6974 263.4801 0391900 268.9541 217.2041 13.31540766437310
+0 FENGYUN 1C DEB
+1 30164U 99025TV  16017.43132607  .00005692  00000-0  41248-2 0  9993
+2 30164  99.4773 192.5295 0434424 286.1988  69.1775 13.59832672439659
+0 FENGYUN 1C DEB
+1 30167U 99025TY  16017.17899697  .00000431  00000-0  13145-3 0  9998
+2 30167  99.0681 210.2748 0162154  69.5678 357.5413 14.40222246472262
+0 FENGYUN 1C DEB
+1 30168U 99025TZ  16017.17890214  .00001282  00000-0  50612-3 0  9990
+2 30168  97.3658 223.7747 0149811 343.2339 136.1888 14.24436835466013
+0 FENGYUN 1C DEB
+1 30169U 99025UA  16017.41606418  .00001516  00000-0  43433-3 0  9992
+2 30169  98.3614 169.2956 0344664  58.5799   1.5523 14.16862621461846
+0 FENGYUN 1C DEB
+1 30170U 99025UB  16018.09526956 -.00000085  00000-0 -28384-4 0  9998
+2 30170  99.0883  65.5520 0073482 185.6412 228.3829 13.97101519458945
+0 FENGYUN 1C DEB
+1 30171U 99025UC  16017.26788489  .00000026  00000-0  42743-4 0  9996
+2 30171  98.4788 129.2996 0188276 276.9526  81.0255 13.94785029458326
+0 FENGYUN 1C DEB
+1 30172U 99025UD  16017.80059197  .00001322  00000-0  92303-3 0  9990
+2 30172  99.0243 308.7006 0087162 109.9340 267.5668 13.98490993458402
+0 FENGYUN 1C DEB
+1 30173U 99025UE  16017.58790123  .00001219  00000-0  83020-3 0  9998
+2 30173  99.2325  40.0984 0104516 219.2695 266.1191 13.99329042458478
+0 FENGYUN 1C DEB
+1 30174U 99025UF  16018.11431307  .00001692  00000-0  74708-3 0  9993
+2 30174  98.8971  54.5381 0054114 237.2353 189.9917 14.23900329465502
+0 FENGYUN 1C DEB
+1 30175U 99025UG  16017.50651669  .00000216  00000-0  22483-3 0  9995
+2 30175  99.4703 347.1777 0150326  36.6599  81.9874 13.81423845453818
+0 FENGYUN 1C DEB
+1 30177U 99025UJ  16017.49403176  .00000180  00000-0  15172-3 0  9990
+2 30177  98.6033 349.6719 0480276 219.3649 263.6615 13.54712455444186
+0 FENGYUN 1C DEB
+1 30178U 99025UK  16017.37749852  .00000668  00000-0  86231-3 0  9997
+2 30178 102.2713  69.1141 0303846   1.9499 124.5603 13.50088756442683
+0 FENGYUN 1C DEB
+1 30180U 99025UM  16017.25037628  .00005693  00000-0  88648-3 0  9995
+2 30180  99.0148 275.4779 0076430 236.9498 248.0109 14.71473401475908
+0 FENGYUN 1C DEB
+1 30181U 99025UN  16016.51608098 +.00001077 +00000-0 +59356-3 0  9995
+2 30181 099.0616 024.4429 0049941 222.3515 265.0078 14.13129280462571
+0 FENGYUN 1C DEB
+1 30182U 99025UP  16016.75274600 +.00000296 +00000-0 +24659-3 0  9990
+2 30182 099.3016 359.9134 0076436 143.9270 341.4471 13.95206014458417
+0 FENGYUN 1C DEB
+1 30183U 99025UQ  16017.00522171  .00000462  00000-0  29930-3 0  9991
+2 30183  99.1142  23.0523 0027615 330.0290  88.1441 14.07693939461947
+0 FENGYUN 1C DEB
+1 30190U 99025UX  16017.30196805  .00001714  00000-0  30024-3 0  9990
+2 30190  98.9469 284.0299 0135604 128.2302 233.1195 14.63483039477543
+0 FENGYUN 1C DEB
+1 30191U 99025UY  16017.14195628  .00001743  00000-0  37524-3 0  9999
+2 30191  98.8352 184.2548 0143722 177.5339 236.9314 14.53670283475471
+0 FENGYUN 1C DEB
+1 30192U 99025UZ  16017.24199596  .00033082  00000-0  22872-2 0  9999
+2 30192  98.9810 270.9945 0026932 222.5822 265.9476 15.05350044476141
+0 FENGYUN 1C DEB
+1 30193U 99025VA  16018.24615644  .00000247  00000-0  91500-4 0  9991
+2 30193  98.7451 126.6979 0126698  51.2658 339.6434 14.36657155471491
+0 FENGYUN 1C DEB
+1 30194U 99025VB  16017.19755280  .00002285  00000-0  90562-3 0  9996
+2 30194 101.2703 209.0861 0057672  46.0036   8.7497 14.29398827466313
+0 FENGYUN 1C DEB
+1 30196U 99025VD  16017.19908264  .00000012  00000-0  22986-4 0  9992
+2 30196  98.7387 102.4025 0087720 144.5795 246.0720 14.24950419468486
+0 FENGYUN 1C DEB
+1 30197U 99025VE  16017.89335986  .00000738  00000-0  31505-3 0  9996
+2 30197  98.9393 133.3793 0065998 265.8751 214.0354 14.27072900468226
+0 FENGYUN 1C DEB
+1 30198U 99025VF  16017.19862826  .00000868  00000-0  33168-3 0  9999
+2 30198  98.3181 249.9419 0147956 156.4612 330.1661 14.27206404467410
+0 FENGYUN 1C DEB
+1 30199U 99025VG  16017.09663515  .00000803  00000-0  33763-3 0  9993
+2 30199  98.7409  56.1850 0095013 138.0733 281.8546 14.26091464467456
+0 FENGYUN 1C DEB
+1 30200U 99025VH  16018.21004702  .00000088  00000-0  56086-4 0  9997
+2 30200  98.8662 111.4109 0151392  10.1770 350.2413 14.19872203466494
+0 FENGYUN 1C DEB
+1 30201U 99025VJ  16017.61585175  .00000308  00000-0  17398-3 0  9996
+2 30201  99.4304 243.7069 0031970  59.9280 325.2940 14.17963040465376
+0 FENGYUN 1C DEB
+1 30202U 99025VK  16017.08721112  .00001418  00000-0  62157-3 0  9997
+2 30202  98.8659  49.1279 0063039 209.3396 214.2047 14.24249095465802
+0 FENGYUN 1C DEB
+1 30205U 99025VN  16018.21768113  .00000114  00000-0  12874-3 0  9991
+2 30205  98.9501 268.7097 0121920 271.2790 203.9337 13.85962533455248
+0 FENGYUN 1C DEB
+1 30206U 99025VP  16017.05923300  .00000411  00000-0  12230-3 0  9990
+2 30206  98.5016  50.3104 0162186 183.2149 176.8012 14.41206364472815
+0 FENGYUN 1C DEB
+1 30207U 99025VQ  16017.73865091  .00000065  00000-0  80025-4 0  9991
+2 30207  98.5489  83.5899 0263453 208.0740 283.1745 13.77531052452659
+0 FENGYUN 1C DEB
+1 30208U 99025VR  16016.56639953  .00000342  00000-0  18718-3 0  9995
+2 30208  98.8341  48.0140 0034720 260.1521 254.0886 14.18145781465196
+0 FENGYUN 1C DEB
+1 30209U 99025VS  16017.55537175  .00000269  00000-0  18125-3 0  9999
+2 30209  98.9564  50.9597 0041342  22.0976 100.3244 14.08405372462529
+0 FENGYUN 1C DEB
+1 30210U 99025VT  16017.82200552  .00000264  00000-0  19741-3 0  9997
+2 30210  99.0813 326.5713 0061138  55.5318 357.8529 14.02489383460080
+0 FENGYUN 1C DEB
+1 30212U 99025VV  16018.22954585  .00000008  00000-0  39662-4 0  9997
+2 30212  99.3022 116.0641 0097614 298.6059  60.5308 13.94424591458102
+0 FENGYUN 1C DEB
+1 30213U 99025VW  16016.89536103 +.00001361 +00000-0 +93929-3 0  9999
+2 30213 099.2046 001.3780 0083834 143.6267 247.1750 13.99287359457889
+0 FENGYUN 1C DEB
+1 30214U 99025VX  16017.55720147  .00001215  00000-0  65860-3 0  9998
+2 30214  98.9853  49.3018 0025700 318.6116 194.5529 14.14214606462971
+0 FENGYUN 1C DEB
+1 30216U 99025VZ  16017.43295551  .00004735  00000-0  92134-3 0  9997
+2 30216  99.0521 275.8354 0089287 297.0978 116.7700 14.61117934474699
+0 FENGYUN 1C DEB
+1 30217U 99025WA  16017.66466633  .00000226  00000-0  11103-3 0  9992
+2 30217  98.7201  79.1917 0146769 181.7882 178.2790 14.21190477466741
+0 FENGYUN 1C DEB
+1 30218U 99025WB  16016.94438931 +.00001581 +00000-0 +93255-3 0  9996
+2 30218 099.1212 009.1109 0091785 001.8584 025.8315 14.07301858460265
+0 FENGYUN 1C DEB
+1 30221U 99025WE  16018.12741571  .00000301  00000-0  97184-4 0  9994
+2 30221  99.0589 219.1462 0155052 311.9613  46.8447 14.40782339472903
+0 FENGYUN 1C DEB
+1 30222U 99025WF  16016.85974748 +.00000024 +00000-0 +44686-4 0  9998
+2 30222 099.1806 017.4103 0037655 353.5741 124.1650 14.03213861460901
+0 FENGYUN 1C DEB
+1 30224U 99025WH  16017.10460919  .00000157  00000-0  16344-3 0  9995
+2 30224  99.2731 321.2311 0113878 286.6594 141.2523 13.87434666455612
+0 FENGYUN 1C DEB
+1 30225U 99025WJ  16017.52670383  .00000127  00000-0  87857-4 0  9995
+2 30225  99.0139  25.3629 0100978 276.5631 240.1197 14.13362352464397
+0 FENGYUN 1C DEB
+1 30227U 99025WL  16017.22790647  .00002857  00000-0  11297-2 0  9995
+2 30227  99.0582 129.7272 0002914 192.8131 227.5900 14.29808231465794
+0 FENGYUN 1C DEB
+1 30228U 99025WM  16017.54970620  .00009070  00000-0  13075-2 0  9992
+2 30228  98.9818 244.0453 0055076 281.8836 136.8931 14.75522313474741
+0 FENGYUN 1C DEB
+1 30229U 99025WN  16018.17732640  .00001503  00000-0  55103-3 0  9993
+2 30229  99.0936 176.0009 0061265 237.8041 209.5979 14.33392611468992
+0 FENGYUN 1C DEB
+1 30230U 99025WP  16017.23239259  .00003621  00000-0  10751-2 0  9991
+2 30230  98.9913 129.2935 0116586 350.8934  68.7003 14.40041219467220
+0 FENGYUN 1C DEB
+1 30231U 99025WQ  16017.80599685  .00000570  00000-0  34460-3 0  9991
+2 30231  99.1497  22.2716 0138219  69.3919  54.6489 14.05935029461400
+0 FENGYUN 1C DEB
+1 30232U 99025WR  16017.79779691  .00001159  00000-0  28241-3 0  9991
+2 30232  98.5212 103.9939 0178022 171.5176 312.6239 14.45551707473617
+0 FENGYUN 1C DEB
+1 30233U 99025WS  16017.50855116  .00003803  00000-0  11005-2 0  9995
+2 30233  99.0596 186.3859 0057741 183.1216 213.9165 14.44168718470009
+0 FENGYUN 1C DEB
+1 30234U 99025WT  16017.52123005  .00000263  00000-0  16050-3 0  9996
+2 30234  98.9568  39.1443 0068497 298.5590 221.7767 14.13401518463378
+0 FENGYUN 1C DEB
+1 30235U 99025WU  16017.87395927  .00000172  00000-0  12116-3 0  9997
+2 30235  99.1014  35.5334 0159606 281.3188 200.9788 14.05152251460729
+0 FENGYUN 1C DEB
+1 30237U 99025WW  16017.56728583  .00001478  00000-0  76221-3 0  9990
+2 30237  99.0296  31.6788 0020425 271.4879 209.2229 14.16641905462898
+0 FENGYUN 1C DEB
+1 30239U 99025WY  16016.76766525 -.00001758 +00000-0 -32790-2 0  9996
+2 30239 099.8042 307.4357 1642037 321.3026 028.0794 11.06639165141655
+0 FENGYUN 1C DEB
+1 30241U 99025XA  16017.83123176  .00000347  00000-0  21401-3 0  9996
+2 30241  99.0428 102.7469 0151892 104.5773  10.2804 14.06187898460575
+0 FENGYUN 1C DEB
+1 30242U 99025XB  16017.52908309  .00000450  00000-0  27124-3 0  9995
+2 30242  99.0359  31.8202 0011601 226.2345 296.9260 14.11833010463354
+0 FENGYUN 1C DEB
+1 30243U 99025XC  16017.81894606  .00000144  00000-0  10813-3 0  9999
+2 30243  99.0154  38.7852 0012926 255.8855 188.8238 14.09518502463010
+0 FENGYUN 1C DEB
+1 30244U 99025XD  16017.20348053  .00000262  00000-0  17068-3 0  9993
+2 30244  99.0896 122.7557 0009682  12.1727  47.8531 14.11261475462945
+0 FENGYUN 1C DEB
+1 30245U 99025XE  16017.42936711  .00000473  00000-0  47665-3 0  9992
+2 30245  98.9004 183.7342 0205882 132.7678 258.8117 13.72863658450069
+0 FENGYUN 1C DEB
+1 30246U 99025XF  16017.74803789  .00000064  00000-0  12997-3 0  9992
+2 30246  98.7085 285.6188 0373557 170.2462 257.8343 13.35432811438541
+0 FENGYUN 1C DEB
+1 30247U 99025XG  16018.23178550  .00002369  00000-0  76636-3 0  9999
+2 30247  98.2980 104.1357 0346737 138.4204 285.5501 14.10758103459416
+0 FENGYUN 1C DEB
+1 30248U 99025XH  16017.01389073  .00002145  00000-0  11909-2 0  9992
+2 30248  99.1262  46.1104 0063770  13.9612  43.7584 14.11235665460655
+0 FENGYUN 1C DEB
+1 30249U 99025XJ  16017.80999620  .00001709  00000-0  89334-3 0  9998
+2 30249  99.0088  66.6053 0051082   9.8330  45.2022 14.15109534462548
+0 FENGYUN 1C DEB
+1 30250U 99025XK  16018.11966435 -.00000062  00000-0 -12596-4 0  9993
+2 30250  99.0763  75.7589 0066040 164.7247 249.2029 13.98632931459195
+0 FENGYUN 1C DEB
+1 30251U 99025XL  16017.20079241  .00000410  00000-0  20045-3 0  9995
+2 30251  98.8467 107.8076 0055213 317.0943  72.3598 14.22622183466457
+0 FENGYUN 1C DEB
+1 30252U 99025XM  16017.61123185  .00000138  00000-0  11040-3 0  9990
+2 30252  99.0783  39.0369 0069335 299.0728 176.2858 14.05624642461050
+0 FENGYUN 1C DEB
+1 30253U 99025XN  16017.65547616  .00000641  00000-0  70850-3 0  9997
+2 30253  98.7015  56.5131 0244180 207.6966 276.1053 13.63041586446400
+0 FENGYUN 1C DEB
+1 30256U 99025XR  16017.47226925  .00015525  00000-0  15729-2 0  9997
+2 30256  99.0168 289.5876 0069589 244.4480 204.6497 14.89229316475361
+0 FENGYUN 1C DEB
+1 30257U 99025XS  16017.35332442  .00000016  00000-0  35175-4 0  9995
+2 30257  98.9815  42.9168 0059306 212.5634 265.8807 14.08296401462985
+0 FENGYUN 1C DEB
+1 30259U 99025XU  16017.88173793  .00000455  00000-0  10167-3 0  9997
+2 30259  98.5686 109.3823 0274122 331.8731 142.3890 14.41510263472909
+0 FENGYUN 1C DEB
+1 30261U 99025XW  16017.73234306  .00001923  00000-0  17515-3 0  9997
+2 30261  98.7380 304.2890 0202721 143.9788 217.5282 14.82241700483381
+0 FENGYUN 1C DEB
+1 30262U 99025XX  16017.67903442  .00006312  00000-0  10649-2 0  9992
+2 30262  99.0317 269.8698 0071645 278.7869  80.5224 14.68182830475336
+0 FENGYUN 1C DEB
+1 30263U 99025XY  16017.86684890  .00000628  00000-0  47536-3 0  9997
+2 30263  98.8217 250.1359 0165670 236.2295 257.2720 13.91309118456411
+0 FENGYUN 1C DEB
+1 30264U 99025XZ  16018.00541412  .00000249  00000-0  19241-3 0  9998
+2 30264  99.2321  32.5867 0114933 201.4975 213.4983 13.99095208459052
+0 FENGYUN 1C DEB
+1 30265U 99025YA  16017.63344150  .00001491  00000-0  64102-3 0  9993
+2 30265  98.8715  47.2278 0052883 198.0701 291.8419 14.25488036466290
+0 FENGYUN 1C DEB
+1 30266U 99025YB  16017.16494391  .00001552  00000-0  99301-3 0  9992
+2 30266  99.1299 358.2413 0096834  41.2833  17.4836 14.02643964459551
+0 FENGYUN 1C DEB
+1 30267U 99025YC  16017.00751328  .00001106  00000-0  64040-3 0  9999
+2 30267  99.0941  26.9447 0069597  34.1831  19.8854 14.09839191461944
+0 FENGYUN 1C DEB
+1 30270U 99025YF  16017.89147258  .00000018  00000-0  35853-4 0  9993
+2 30270  99.0253  32.9208 0006496 297.2308 181.3992 14.10093996463886
+0 FENGYUN 1C DEB
+1 30272U 99025YH  16017.03129709  .00000702  00000-0  46935-3 0  9994
+2 30272  99.1579  45.3413 0059830 122.4857 238.2111 14.03495539460067
+0 FENGYUN 1C DEB
+1 30273U 99025YJ  16017.54254950  .00000199  00000-0  16778-3 0  9990
+2 30273  99.1857  40.6678 0070824 159.0387 354.7826 13.98167449459444
+0 FENGYUN 1C DEB
+1 30274U 99025YK  16017.47165187  .00001621  00000-0  73986-3 0  9991
+2 30274  99.3604 206.6860 0004465 142.1260 250.6974 14.23104892465431
+0 FENGYUN 1C DEB
+1 30275U 99025YL  16017.41220072  .00001342  00000-0  63359-3 0  9994
+2 30275  98.9005  53.5659 0055297 263.2281 228.2881 14.20748206465252
+0 FENGYUN 1C DEB
+1 30276U 99025YM  16016.90470926 +.00001125 +00000-0 +61973-3 0  9992
+2 30276 099.0113 004.8759 0029088 300.5784 089.2649 14.13487430462870
+0 FENGYUN 1C DEB
+1 30277U 99025YN  16017.45220814  .00001090  00000-0  67354-3 0  9993
+2 30277  99.2103  13.5361 0139914 153.6104   0.3018 14.02770487459810
+0 FENGYUN 1C DEB
+1 30278U 99025YP  16017.88349493  .00022439  00000-0  37328-2 0  9993
+2 30278  99.2937 355.8999 0022242 177.3103 182.8223 14.69922932459150
+0 FENGYUN 1C DEB
+1 30279U 99025YQ  16017.30091611  .00000947  00000-0  39524-3 0  9998
+2 30279  99.1457 137.0746 0241174 209.9782 204.4614 14.14269438464021
+0 FENGYUN 1C DEB
+1 30280U 99025YR  16017.73325955 -.00000052  00000-0 -52973-5 0  9992
+2 30280  99.1053  80.2494 0080263 224.1154 259.4938 13.96286086459217
+0 FENGYUN 1C DEB
+1 30281U 99025YS  16017.67514756  .00000231  00000-0  16093-3 0  9993
+2 30281  98.9364  51.8709 0030239   5.9474 109.4378 14.08136675463029
+0 FENGYUN 1C DEB
+1 30282U 99025YT  16017.81279579  .00000155  00000-0  90931-4 0  9990
+2 30282  98.9064  89.2375 0216767 201.7182 253.4748 14.10105877463614
+0 FENGYUN 1C DEB
+1 30283U 99025YU  16018.07423520 -.00000043  00000-0  95299-6 0  9998
+2 30283  99.0517  53.6337 0191378   8.1952  43.7030 14.00419899460653
+0 FENGYUN 1C DEB
+1 30284U 99025YV  16017.59756623  .00001063  00000-0  58862-3 0  9992
+2 30284  98.9758  55.7851 0044681 357.0335 154.5769 14.12984875462991
+0 FENGYUN 1C DEB
+1 30286U 99025YX  16018.00999086  .00000024  00000-0  37298-4 0  9990
+2 30286  98.9616  38.7548 0064001 308.9182  80.5742 14.11741390464299
+0 FENGYUN 1C DEB
+1 30287U 99025YY  16018.02671804  .00000530  00000-0  39555-3 0  9997
+2 30287  98.6280  33.7057 0443105 156.2914 263.0939 13.59811128446280
+0 FENGYUN 1C DEB
+1 30288U 99025YZ  16017.47368598  .00001266  00000-0  69466-3 0  9990
+2 30288  99.4375 191.2906 0025904  63.2994 319.6915 14.13622473462932
+0 FENGYUN 1C DEB
+1 30289U 99025ZA  16017.09309876  .00001192  00000-0  73857-3 0  9990
+2 30289  99.0792  58.2414 0050305  84.1024 336.9125 14.06518001460584
+0 FENGYUN 1C DEB
+1 30290U 99025ZB  16017.65958051  .00002051  00000-0  10337-2 0  9997
+2 30290 102.6489 271.8209 0056492 129.0543 261.8733 14.17433781462590
+0 FENGYUN 1C DEB
+1 30291U 99025ZC  16017.29943692  .00001823  00000-0  78962-3 0  9998
+2 30291  97.2569 130.0511 0189508 128.7669 287.2193 14.15963650462370
+0 FENGYUN 1C DEB
+1 30293U 99025ZE  16018.21534065  .00000680  00000-0  24770-3 0  9991
+2 30293  99.2302 257.5412 0095260 230.9827 252.9068 14.34235417470279
+0 FENGYUN 1C DEB
+1 30294U 99025ZF  16017.62560804  .00000405  00000-0  14270-3 0  9995
+2 30294  98.6285  71.0240 0215875 195.7876 291.3637 14.28082660468582
+0 FENGYUN 1C DEB
+1 30295U 99025ZG  16017.96159841  .00000132  00000-0  74974-4 0  9993
+2 30295  98.8675  29.2738 0097079 123.1867 301.4451 14.22857242467322
+0 FENGYUN 1C DEB
+1 30297U 99025ZJ  16017.24154381  .00001578  00000-0  52719-3 0  9997
+2 30297  98.7934 125.6246 0534316 336.6142  80.3765 13.79969825449438
+0 FENGYUN 1C DEB
+1 30298U 99025ZK  16017.74944426  .00000992  00000-0  65267-3 0  9991
+2 30298  99.1911  39.4455 0071610 142.1338 271.0117 14.03030398459582
+0 FENGYUN 1C DEB
+1 30299U 99025ZL  16016.98549470  .00001091  00000-0  78804-3 0  9999
+2 30299  99.3078  14.6417 0116110 202.7890 173.8819 13.95714718457067
+0 FENGYUN 1C DEB
+1 30300U 99025ZM  16015.85277789  .00002220  00000-0  13188-2 0  9996
+2 30300  99.0617 346.4478 0100148  17.8573  42.3470 14.06063116459423
+0 FENGYUN 1C DEB
+1 30301U 99025ZN  16017.54990494  .00001513  00000-0  84951-3 0  9991
+2 30301  98.6113 229.9094 0128194 252.5606 161.0081 14.07928083459998
+0 FENGYUN 1C DEB
+1 30302U 99025ZP  16017.25949892  .00000900  00000-0  68460-3 0  9992
+2 30302  98.5705 126.7540 0135014 125.7784 235.6017 13.91807281455364
+0 FENGYUN 1C DEB
+1 30303U 99025ZQ  16017.87921181  .00001909  00000-0  11309-2 0  9991
+2 30303  99.0820 359.8490 0096932   5.3447  25.8967 14.06552589460056
+0 FENGYUN 1C DEB
+1 30304U 99025ZR  16017.93625504  .00001235  00000-0  78970-3 0  9999
+2 30304  99.1627   2.0526 0089686  31.6162 329.0348 14.03410938459669
+0 FENGYUN 1C DEB
+1 30305U 99025ZS  16017.17888648  .00000059  00000-0  10291-3 0  9991
+2 30305  98.5405 359.7120 0266799 207.0587 284.8998 13.59003554446343
+0 FENGYUN 1C DEB
+1 30306U 99025ZT  16018.09605888  .00000722  00000-0  35859-3 0  9991
+2 30306  98.9098  56.7282 0133237 312.7600 107.9141 14.15825701463993
+0 FENGYUN 1C DEB
+1 30308U 99025ZV  16018.20096216  .00008618  00000-0  38066-2 0  9999
+2 30308 100.2463   7.9057 0129548 283.8768 139.0115 14.19166772455795
+0 FENGYUN 1C DEB
+1 30309U 99025ZW  16017.55055512  .00000110  00000-0  11857-3 0  9990
+2 30309  99.3191 346.2723 0094459 222.2121 260.3069 13.91496335457151
+0 FENGYUN 1C DEB
+1 30310U 99025ZX  16016.59292556 +.00000560 +00000-0 +29773-3 0  9991
+2 30310 099.0777 073.8685 0256823 028.7261 332.7778 14.01884522459737
+0 FENGYUN 1C DEB
+1 30311U 99025ZY  16017.21539778  .00000146  00000-0  17295-3 0  9998
+2 30311  99.0236 253.9341 0168720  83.8821  43.4256 13.75830732452059
+0 FENGYUN 1C DEB
+1 30312U 99025ZZ  16017.84090421  .00001654  00000-0  80928-3 0  9993
+2 30312  98.8817 342.9439 0014928 217.6572 198.9949 14.19246544463956
+0 FENGYUN 1C DEB
+1 30313U 99025AAA 16018.06682179  .00001420  00000-0  86317-3 0  9995
+2 30313  99.1602  40.8655 0063041  89.6363 333.5034 14.06921821460551
+0 FENGYUN 1C DEB
+1 30314U 99025AAB 16018.18618785  .00000831  00000-0  61200-3 0  9990
+2 30314  98.4645 108.3350 0148693   5.4482  23.8513 13.92926099456831
+0 FENGYUN 1C DEB
+1 30315U 99025AAC 16018.05448019  .00000223  00000-0  13568-3 0  9997
+2 30315  98.9202  39.5171 0035737 270.8448 146.9705 14.15785023465089
+0 FENGYUN 1C DEB
+1 30316U 99025AAD 16017.74289428  .00001477  00000-0  64111-3 0  9992
+2 30316  98.8632  49.1762 0062771 204.6798 212.4804 14.24696897466068
+0 FENGYUN 1C DEB
+1 30317U 99025AAE 16017.04214515 -.00000118  00000-0 -44578-4 0  9990
+2 30317  99.0318  41.0874 0025053 331.9661  81.5295 14.05640900461880
+0 FENGYUN 1C DEB
+1 30318U 99025AAF 16018.10416577  .00014135  00000-0  27126-2 0  9991
+2 30318  98.9731 144.9860 0030536 103.3629 257.0978 14.63534214469131
+0 FENGYUN 1C DEB
+1 30319U 99025AAG 16017.88920810  .00003770  00000-0  17196-2 0  9995
+2 30319  98.2983 149.6442 0088436  92.4098  34.1005 14.20061048462021
+0 FENGYUN 1C DEB
+1 30320U 99025AAH 16017.44848895 -.00000066  00000-0 -15040-4 0  9996
+2 30320  99.2210 338.0138 0087970  68.9126  47.0132 13.96863525458958
+0 FENGYUN 1C DEB
+1 30321U 99025AAJ 16018.06725556  .00000201  00000-0  12813-3 0  9997
+2 30321  98.9039  46.4412 0064293 109.7429 310.9760 14.13384303464343
+0 FENGYUN 1C DEB
+1 30322U 99025AAK 16018.22270328  .00000627  00000-0  44989-3 0  9999
+2 30322  98.4574 117.2365 0139240 320.0666  39.0320 13.95916691457773
+0 BEIDOU 1D
+1 30323U 07003A   16016.56809077 -.00000289  00000-0  00000+0 0  9996
+2 30323   1.2677  92.7205 0064529 170.6603 188.8467  0.99154819 32968
+0 CZ-3A R/B
+1 30324U 07003B   16017.55385008  .00037539  22115-6  13359-2 0  9998
+2 30324  24.3728  71.6063 6555241  32.5586 354.7099  3.29697903 79865
+0 FENGYUN 1C DEB
+1 30325U 99025AAL 16015.89411207  .00000100  00000-0  85191-4 0  9992
+2 30325  99.0738  26.7802 0015994 341.7811 140.6023 14.08200554460734
+0 FENGYUN 1C DEB
+1 30326U 99025AAM 16017.14103883  .00000053  00000-0  75631-4 0  9996
+2 30326  98.6543 143.3728 0143982 160.4607 200.2147 13.84279546454121
+0 FENGYUN 1C DEB
+1 30327U 99025AAN 16017.13852005  .00001236  00000-0  81016-3 0  9990
+2 30327  98.4476 120.0994 0136243 302.6509 175.5506 13.99373335456835
+0 FENGYUN 1C DEB
+1 30328U 99025AAP 16017.00281866  .00000060  00000-0  58378-4 0  9998
+2 30328  98.9956  34.5614 0004968 330.0727  82.7703 14.11214788462350
+0 FENGYUN 1C DEB
+1 30329U 99025AAQ 16017.77292551  .00000251  00000-0  24408-3 0  9994
+2 30329  99.2112 303.5217 0145503 350.9646  33.9112 13.84174135453520
+0 FENGYUN 1C DEB
+1 30330U 99025AAR 16017.40062916  .00000615  00000-0  60448-3 0  9994
+2 30330  98.9089 180.3483 0204331  89.8729 301.5759 13.73467325449072
+0 FENGYUN 1C DEB
+1 30331U 99025AAS 16018.01952998  .00000495  00000-0  38603-3 0  9995
+2 30331  99.3044  24.6051 0100365 160.5089 263.9102 13.94808838456788
+0 FENGYUN 1C DEB
+1 30332U 99025AAT 16016.80051391  .00000089  00000-0  12515-3 0  9991
+2 30332  99.3971 307.8047 0181785 171.4936 205.6715 13.74035695450122
+0 FENGYUN 1C DEB
+1 30333U 99025AAU 16017.86060100  .00003696  00000-0  38777-3 0  9992
+2 30333  98.8965 330.2603 0159004 258.6525 158.7038 14.81405964480150
+0 FENGYUN 1C DEB
+1 30334U 99025AAV 16018.13168529  .00000822  00000-0  73008-3 0  9992
+2 30334  98.9243 234.8722 0162923  21.2276 101.4547 13.81680127451785
+0 FENGYUN 1C DEB
+1 30335U 99025AAW 16017.06861544  .00000229  00000-0  18298-3 0  9992
+2 30335  99.0975  43.0954 0062947  84.6298 335.7676 13.99934147459695
+0 FENGYUN 1C DEB
+1 30336U 99025AAX 16017.00230468  .00000291  00000-0  17014-3 0  9996
+2 30336  98.9620  32.9010 0044714 267.8996 144.7136 14.15615491464213
+0 FENGYUN 1C DEB
+1 30338U 99025AAZ 16017.55279159  .00001551  00000-0  36842-3 0  9998
+2 30338  98.8899  47.8874 0351297  10.7279 143.4995 14.24027293464891
+0 FENGYUN 1C DEB
+1 30339U 99025ABA 16016.85425095  .00001407  00000-0  77754-3 0  9990
+2 30339  99.0628  18.0302 0033922 304.6668 174.5495 14.12819601461571
+0 FENGYUN 1C DEB
+1 30340U 99025ABB 16017.17232793 -.00000046  00000-0 -10243-5 0  9991
+2 30340  99.1571 349.8947 0148453  60.5009   4.7978 14.03333810460408
+0 FENGYUN 1C DEB
+1 30341U 99025ABC 16017.19850946  .00001573  00000-0  93890-3 0  9991
+2 30341  99.2197  97.3946 0070644 148.4770 266.1101 14.07518015459816
+0 FENGYUN 1C DEB
+1 30342U 99025ABD 16017.23487644  .00000469  00000-0  47868-3 0  9995
+2 30342 100.1465 263.6765 0176152  25.7596  85.0277 13.75858820451086
+0 FENGYUN 1C DEB
+1 30343U 99025ABE 16017.23758124  .00002426  00000-0  34655-3 0  9995
+2 30343  99.0029 275.5535 0213275 160.7218 322.0457 14.63428382474943
+0 FENGYUN 1C DEB
+1 30344U 99025ABF 16017.90114481  .00001882  00000-0  86432-3 0  9997
+2 30344  98.8430 341.9893 0012347 189.3014 231.9747 14.22432511464303
+0 FENGYUN 1C DEB
+1 30345U 99025ABG 16016.82412959  .00001760  00000-0  88124-3 0  9994
+2 30345  98.8562 328.9487 0020443 226.1720 162.8481 14.17897933462979
+0 FENGYUN 1C DEB
+1 30346U 99025ABH 16017.70142647  .00001277  00000-0  69884-3 0  9992
+2 30346  98.9986  65.7456 0075539 266.6281 221.7732 14.12346488461826
+0 FENGYUN 1C DEB
+1 30347U 99025ABJ 16018.22227603  .00000090  00000-0  93163-4 0  9997
+2 30347  98.4899 117.2765 0151419 339.3432  82.3921 13.91462866456717
+0 FENGYUN 1C DEB
+1 30348U 99025ABK 16017.52811103  .00001503  00000-0  80006-3 0  9995
+2 30348  99.0419  22.8476 0024280 280.7634 202.9644 14.14850045462097
+0 FENGYUN 1C DEB
+1 30349U 99025ABL 16017.39477398  .00001363  00000-0  98283-3 0  9995
+2 30349  98.5660 159.7350 0097443  57.1679   3.9996 13.96037038456244
+0 FENGYUN 1C DEB
+1 30350U 99025ABM 16017.34698920  .00000450  00000-0  39726-3 0  9991
+2 30350  98.1555 295.7122 0229795 137.0858 350.6594 13.77805806451254
+0 FENGYUN 1C DEB
+1 30352U 99025ABP 16017.97196023  .00000338  00000-0  23410-3 0  9997
+2 30352  99.1114  30.1940 0028486 351.2377  66.7081 14.05740458460942
+0 FENGYUN 1C DEB
+1 30355U 99025ABS 16017.08197862  .00000402  00000-0  23928-3 0  9990
+2 30355  98.9023  61.3258 0058479 184.4268 229.7913 14.12156609462347
+0 FENGYUN 1C DEB
+1 30356U 99025ABT 16017.09016603  .00000152  00000-0  11574-3 0  9991
+2 30356  98.9676  61.9460 0056635  58.4149 354.8448 14.06950434460963
+0 FENGYUN 1C DEB
+1 30357U 99025ABU 16017.49384157 -.00000093  00000-0 -29684-4 0  9996
+2 30357  99.1556  24.0071 0049464 313.6449 171.8593 14.03995178460423
+0 FENGYUN 1C DEB
+1 30358U 99025ABV 16016.70683591 +.00001276 +00000-0 +76689-3 0  9992
+2 30358 098.7918 283.8775 0099656 024.7285 004.8791 14.06154368459258
+0 FENGYUN 1C DEB
+1 30359U 99025ABW 16017.69825150  .00001157  00000-0  10565-2 0  9999
+2 30359 101.6392  31.5673 0184236 174.8961 238.5334 13.78733806451058
+0 FENGYUN 1C DEB
+1 30360U 99025ABX 16017.05520437  .00001118  00000-0  63636-3 0  9996
+2 30360  99.0368  44.3816 0037029 356.8271  57.4198 14.11572133462530
+0 FENGYUN 1C DEB
+1 30361U 99025ABY 16017.82637306  .00000804  00000-0  42785-3 0  9999
+2 30361  98.9032  65.3029 0075063 324.3268 123.5980 14.14926069463788
+0 FENGYUN 1C DEB
+1 30362U 99025ABZ 16017.30132164  .00001053  00000-0  78854-3 0  9998
+2 30362  99.0464 299.5624 0111608 229.8655 254.2800 13.93932636456044
+0 FENGYUN 1C DEB
+1 30363U 99025ACA 16016.42576735 +.00001156 +00000-0 +73309-3 0  9991
+2 30363 099.1430 359.3763 0097443 035.1847 325.5702 14.03627942459295
+0 FENGYUN 1C DEB
+1 30364U 99025ACB 16017.32388126  .00002899  00000-0  11724-2 0  9994
+2 30364  98.1453 312.6541 0439145  54.7321  94.1283 13.86718644452701
+0 FENGYUN 1C DEB
+1 30365U 99025ACC 16018.05040237  .00000195  00000-0  10409-3 0  9991
+2 30365  98.8384  50.0394 0174222  54.6819 358.4768 14.16120000464067
+0 FENGYUN 1C DEB
+1 30366U 99025ACD 16018.24446176  .00000502  00000-0  22131-3 0  9992
+2 30366  98.9261 133.4891 0068675 251.3015 137.4157 14.26737046467187
+0 FENGYUN 1C DEB
+1 30368U 99025ACF 16017.26673119  .00000122  00000-0  15476-3 0  9996
+2 30368  99.1057 261.3922 0184992 142.4079 343.0660 13.73389268450032
+0 FENGYUN 1C DEB
+1 30369U 99025ACG 16017.04027416  .00000070  00000-0  61997-4 0  9998
+2 30369  98.9493  44.6691 0101986 353.0240  60.0253 14.09855380462761
+0 FENGYUN 1C DEB
+1 30370U 99025ACH 16016.83321263  .00001201  00000-0  69038-3 0  9993
+2 30370  99.0092 335.1763 0114217  30.5540 359.3590 14.07951860460741
+0 FENGYUN 1C DEB
+1 30371U 99025ACJ 16017.08487984  .00000851  00000-0  43060-3 0  9992
+2 30371  98.9007  45.0963 0007858 349.2925  77.9871 14.18830616465055
+0 FENGYUN 1C DEB
+1 30372U 99025ACK 16017.16449357  .00003340  00000-0  78336-3 0  9994
+2 30372  99.0803 239.2307 0071386  50.7749 309.9753 14.53715864471517
+0 FENGYUN 1C DEB
+1 30373U 99025ACL 16017.73623942  .00005426  00000-0  10593-2 0  9999
+2 30373  99.0783 269.3263 0078634 341.1711  55.5151 14.61451470472728
+0 FENGYUN 1C DEB
+1 30374U 99025ACM 16018.21143617  .00001373  00000-0  50564-3 0  9990
+2 30374  99.2835 256.4272 0061592 301.7928 180.0835 14.33355248469042
+0 FENGYUN 1C DEB
+1 30375U 99025ACN 16017.75720169  .00002705  00000-0  10273-2 0  9994
+2 30375  98.5627 308.3654 0011900 124.8730 235.3574 14.31799682465578
+0 FENGYUN 1C DEB
+1 30377U 99025ACQ 16017.72594669 -.00000008  00000-0  24610-4 0  9994
+2 30377  99.2389  34.2247 0122720 113.9061 300.9510 13.96347802457129
+0 FENGYUN 1C DEB
+1 30379U 99025ACS 16017.00901449  .00000056  00000-0  62013-4 0  9996
+2 30379  99.0918  34.9461 0036749 321.2695  91.6173 14.05408694459875
+0 FENGYUN 1C DEB
+1 30380U 99025ACT 16017.18625044  .00000690  00000-0  17415-3 0  9990
+2 30380  98.9608 193.8520 0194037 227.5862 130.8772 14.44086727473106
+0 FENGYUN 1C DEB
+1 30381U 99025ACU 16017.49779318  .00001020  00000-0  66918-3 0  9999
+2 30381  99.1134  39.5882 0060644 104.6354 256.1546 14.03437710413289
+0 FENGYUN 1C DEB
+1 30382U 99025ACV 16017.16016594  .00000700  00000-0  32710-3 0  9991
+2 30382  98.8856  78.4013 0175271 319.0733  97.2712 14.15835279462560
+0 FENGYUN 1C DEB
+1 30385U 99025ACY 16017.05182509  .00000282  00000-0  10869-3 0  9998
+2 30385  99.0755 182.9723 0135550  65.8207  53.5680 14.33408849469072
+0 FENGYUN 1C DEB
+1 30386U 99025ACZ 16017.32770515  .00001276  00000-0  15571-2 0  9997
+2 30386  98.6866 325.0843 0327659  76.7252  73.8718 13.46941224440593
+0 FENGYUN 1C DEB
+1 30387U 99025ADA 16017.53156065  .00000207  00000-0  13710-3 0  9996
+2 30387  98.9934  35.3528 0000541  97.8098  53.9545 14.12178898462622
+0 FENGYUN 1C DEB
+1 30388U 99025ADB 16017.52141272  .00000523  00000-0  23341-3 0  9992
+2 30388  98.9778  39.3937 0237076 306.0642 211.8110 14.13446877462968
+0 FENGYUN 1C DEB
+1 30389U 99025ADC 16017.85566480  .00001479  00000-0  72888-3 0  9992
+2 30389  98.8963 350.8934 0016791 224.8318 191.0862 14.19020046462918
+0 FENGYUN 1C DEB
+1 30390U 99025ADD 16017.53681273  .00001225  00000-0  66774-3 0  9993
+2 30390  99.0780  31.6940 0084200  16.5874 111.8030 14.12283991461845
+0 FENGYUN 1C DEB
+1 30391U 99025ADE 16017.02133697  .00000821  00000-0  51059-3 0  9991
+2 30391  99.1000  42.1345 0080537 349.3458  62.5670 14.06312442459501
+0 FENGYUN 1C DEB
+1 30392U 99025ADF 16017.75884571  .00000339  00000-0  21502-3 0  9990
+2 30392  99.1347  38.7154 0190828 349.7796  64.0196 14.02102999459442
+0 FENGYUN 1C DEB
+1 30393U 99025ADG 16017.89810763  .00000389  00000-0  29921-3 0  9996
+2 30393  99.2051 339.5483 0072658  52.5822  12.2665 13.97884094458072
+0 FENGYUN 1C DEB
+1 30394U 99025ADH 16017.45043706 -.00000007  00000-0  27131-4 0  9994
+2 30394  99.1541 316.9061 0091012 175.6576 301.4841 13.93583130457245
+0 FENGYUN 1C DEB
+1 30395U 99025ADJ 16018.02486991  .00000060  00000-0  71832-4 0  9991
+2 30395  99.2727  37.6008 0165661 175.2508 240.2322 13.93099859456629
+0 FENGYUN 1C DEB
+1 30396U 99025ADK 16017.49683697  .00000042  00000-0  62372-4 0  9993
+2 30396  98.2266  32.3459 0135846  35.8156 128.2819 13.86323236454716
+0 FENGYUN 1C DEB
+1 30397U 99025ADL 16018.16034863  .00000653  00000-0  50384-3 0  9991
+2 30397  98.4373  89.6753 0164294  53.7415 358.5394 13.89790117454687
+0 FENGYUN 1C DEB
+1 30398U 99025ADM 16017.83901553  .00000436  00000-0  45177-3 0  9997
+2 30398  99.6978 127.0931 0178053 302.3428 183.3838 13.75036793450346
+0 FENGYUN 1C DEB
+1 30400U 99025ADP 16018.24403019  .00001954  00000-0  12469-2 0  9994
+2 30400  99.1657 297.7003 0288200  82.8658  66.9725 13.86206985452173
+0 FENGYUN 1C DEB
+1 30401U 99025ADQ 16017.82922939  .00000163  00000-0  81831-4 0  9997
+2 30401  98.8353 119.9744 0111426 138.1710 342.2494 14.25730849467634
+0 FENGYUN 1C DEB
+1 30403U 99025ADS 16017.85511373  .00001050  00000-0  66928-3 0  9993
+2 30403  99.1380   0.5597 0096051  34.1361  29.3642 14.03619641459163
+0 FENGYUN 1C DEB
+1 30404U 99025ADT 16015.56241799 +.00000088 +00000-0 +18142-3 0  9997
+2 30404 099.7291 241.2970 0391328 203.6597 188.1970 13.30113938098758
+0 FENGYUN 1C DEB
+1 30405U 99025ADU 16018.11520064  .00000962  00000-0  53631-3 0  9990
+2 30405  98.9889  75.1145 0062836  25.6080  27.4787 14.12356055462272
+0 FENGYUN 1C DEB
+1 30406U 99025ADV 16017.79872932  .00001154  00000-0  13860-2 0  9991
+2 30406  98.6207 324.3994 0302726 356.4749  66.0468 13.50941840442600
+0 FENGYUN 1C DEB
+1 30409U 99025ADY 16018.03155626  .00000118  00000-0  96715-4 0  9997
+2 30409  98.5083 187.5002 0174164  50.3656  67.3939 13.98314498458523
+0 FENGYUN 1C DEB
+1 30411U 99025AEA 16017.31872338  .00000733  00000-0  55383-3 0  9994
+2 30411  98.5741 134.7745 0149212  92.2478 333.2081 13.91797220455350
+0 FENGYUN 1C DEB
+1 30413U 99025AEC 16016.99890062  .00001511  00000-0  90726-3 0  9998
+2 30413 102.0860  25.7496 0066280 333.8288  54.6711 14.08278574460213
+0 FENGYUN 1C DEB
+1 30414U 99025AED 16017.12355567  .00001395  00000-0  78847-3 0  9991
+2 30414  99.1055  70.9538 0078491 356.5403  55.9022 14.10375455460514
+0 FENGYUN 1C DEB
+1 30415U 99025AEE 16016.96198972 +.00000401 +00000-0 +46842-3 0  9995
+2 30415 099.8143 016.3733 0248986 107.7725 284.3613 13.62135730445470
+0 FENGYUN 1C DEB
+1 30416U 99025AEF 16017.97382763  .00000435  00000-0  31899-3 0  9994
+2 30416  99.1901  33.0230 0054796 109.5656 251.1436 14.00489800459878
+0 FENGYUN 1C DEB
+1 30417U 99025AEG 16017.69551370  .00000212  00000-0  13827-3 0  9990
+2 30417  98.8814  53.5438 0065413 330.3455 146.4516 14.11723624463477
+0 FENGYUN 1C DEB
+1 30418U 99025AEH 16017.80296929  .00001022  00000-0  19057-3 0  9991
+2 30418  98.8736 229.6065 0166682 108.5642  24.0115 14.58939717477032
+0 FENGYUN 1C DEB
+1 30419U 99025AEJ 16016.86645148 +.00000340 +00000-0 +21166-3 0  9994
+2 30419 099.2459 147.8060 0056481 074.9576 076.6710 14.11155834462546
+0 FENGYUN 1C DEB
+1 30420U 99025AEK 16017.17335831  .00004365  00000-0  54441-3 0  9999
+2 30420  98.9344 325.3437 0171848 339.0211 143.8225 14.73129126479060
+0 FENGYUN 1C DEB
+1 30423U 99025AEN 16017.33932021  .00003300  00000-0  11039-2 0  9997
+2 30423  98.5293 302.1659 0074743  10.5418 112.0618 14.36478148467204
+0 FENGYUN 1C DEB
+1 30429U 99025AEQ 16017.85118634  .00008486  00000-0  12643-2 0  9998
+2 30429  99.1631 335.6665 0071026 264.1392  95.1713 14.73465959476259
+0 FENGYUN 1C DEB
+1 30431U 99025AES 16017.64822876  .00027571  00000-0  10704-2 0  9990
+2 30431  98.5930 257.1384 0070946  39.7465 320.8936 15.23701935483964
+0 FENGYUN 1C DEB
+1 30432U 99025AET 16018.22692925  .00000634  00000-0  24047-3 0  9993
+2 30432  98.7957 123.0359 0094383 146.9956 276.2386 14.32113559469332
+0 FENGYUN 1C DEB
+1 30434U 99025AEV 16017.65871553  .00000160  00000-0  16150-3 0  9997
+2 30434  99.2223  62.6220 0123551 311.3966 171.8904 13.88222859455177
+0 FENGYUN 1C DEB
+1 30435U 99025AEW 16018.15802348  .00001497  00000-0  15322-2 0  9993
+2 30435  99.0390 173.5731 0234811 259.6928 151.5361 13.66637040446310
+0 FENGYUN 1C DEB
+1 30436U 99025AEX 16017.73790471  .00001444  00000-0  93477-3 0  9990
+2 30436  98.4401 119.5257 0139034 308.7319 207.1127 13.99616232456664
+0 FENGYUN 1C DEB
+1 30437U 99025AEY 16017.19694537  .00001805  00000-0  57897-3 0  9994
+2 30437  98.9105 148.4649 0081418 133.9311 348.0536 14.38873166469601
+0 FENGYUN 1C DEB
+1 30438U 99025AEZ 16016.46198790  .00000824  00000-0  71972-3 0  9994
+2 30438  98.7629 190.5204 0146909 291.4916  67.0631 13.83761747452004
+0 FENGYUN 1C DEB
+1 30439U 99025AFA 16017.82563050  .00000181  00000-0  13823-3 0  9998
+2 30439  99.0720  39.7534 0038912  32.1839  53.0353 14.05513508459748
+0 FENGYUN 1C DEB
+1 30441U 99025AFC 16017.85596809  .00000286  00000-0  30157-3 0  9997
+2 30441  99.0106 246.1047 0189870 123.0996 238.8541 13.74501755451577
+0 FENGYUN 1C DEB
+1 30442U 99025AFD 16017.37403301  .00001246  00000-0  73084-3 0  9992
+2 30442  99.0400  61.4996 0071190  94.5493  34.5340 14.08789181461089
+0 FENGYUN 1C DEB
+1 30443U 99025AFE 16017.74542780  .00001453  00000-0  79939-3 0  9994
+2 30443  98.7933 301.0740 0034720 266.0078 146.6885 14.12918451462001
+0 FENGYUN 1C DEB
+1 30444U 99025AFF 16017.26901336  .00004662  00000-0  17968-2 0  9996
+2 30444  99.2548 128.2874 0252306 173.3949 243.3237 14.14791374460364
+0 FENGYUN 1C DEB
+1 30445U 99025AFG 16017.22085276  .00000439  00000-0  14541-3 0  9992
+2 30445  98.8296 146.8422 0120920 322.8030  36.4823 14.39209721470745
+0 FENGYUN 1C DEB
+1 30446U 99025AFH 16017.02105476  .00001157  00000-0  52235-3 0  9996
+2 30446  98.8955  41.7212 0048656 211.7781 148.0458 14.23518656465596
+0 FENGYUN 1C DEB
+1 30447U 99025AFJ 16017.18377801  .00001460  00000-0  64770-3 0  9991
+2 30447  98.9449  90.5539 0102140 108.4645 278.9139 14.21834808464091
+0 FENGYUN 1C DEB
+1 30448U 99025AFK 16017.73726317  .00001372  00000-0  72915-3 0  9995
+2 30448  99.0450  24.3298 0023876 283.3029 131.4819 14.15118421460385
+0 FENGYUN 1C DEB
+1 30450U 99025AFM 16017.65339413  .00000871  00000-0  18555-3 0  9999
+2 30450  98.4777  55.9962 0236017 129.6253 353.9011 14.45592915471963
+0 FENGYUN 1C DEB
+1 30451U 99025AFN 16017.31951005  .00004032  00000-0  10912-2 0  9991
+2 30451  98.8923 148.0926 0065651 123.7570 289.7698 14.47038626469786
+0 FENGYUN 1C DEB
+1 30452U 99025AFP 16017.45085397  .00002122  00000-0  92950-3 0  9990
+2 30452  99.3709 199.3609 0090048 221.2288 168.4427 14.22739652463787
+0 FENGYUN 1C DEB
+1 30453U 99025AFQ 16017.70293218  .00001167  00000-0  62362-3 0  9994
+2 30453  99.0931  29.1890 0137173  35.5281  17.6088 14.10508504461103
+0 FENGYUN 1C DEB
+1 30454U 99025AFR 16017.84705883  .00002184  00000-0  14086-2 0  9995
+2 30454  98.1373 344.4888 0222789 339.5506  46.9379 13.92442604454241
+0 FENGYUN 1C DEB
+1 30455U 99025AFS 16016.90430671  .00021360  00000-0  97671-3 0  9991
+2 30455  98.8046 358.1028 0114409  48.3286 312.7666 15.14828444484144
+0 FENGYUN 1C DEB
+1 30462U 99025AFZ 16018.08728764  .00000114  00000-0  91970-4 0  9994
+2 30462  98.9840  53.1180 0142062 297.9457 125.5641 14.04228961460293
+0 FENGYUN 1C DEB
+1 30464U 99025AGB 16017.86140859  .00000019  00000-0  35562-4 0  9993
+2 30464  99.0936   1.6431 0109812 320.2301 100.2646 14.09327564461856
+0 FENGYUN 1C DEB
+1 30465U 99025AGC 16017.55154833  .00001327  00000-0  71202-3 0  9990
+2 30465  99.0449  23.3088 0023439 290.0189 194.0418 14.14662183460967
+0 FENGYUN 1C DEB
+1 30466U 99025AGD 16017.05861617  .00000814  00000-0  43925-3 0  9992
+2 30466  98.9764  56.0713 0133340 238.5151 150.3018 14.11121113462203
+0 FENGYUN 1C DEB
+1 30467U 99025AGE 16017.01122517  .00000696  00000-0  42034-3 0  9996
+2 30467  99.0335  45.2375 0070927 274.0298 115.1109 14.08739963461733
+0 FENGYUN 1C DEB
+1 30468U 99025AGF 16017.54654905  .00001362  00000-0  82768-3 0  9995
+2 30468  99.1810  28.0462 0087105 106.9541  13.0363 14.06109369458596
+0 FENGYUN 1C DEB
+1 30469U 99025AGG 16017.25389470  .00000442  00000-0  35242-3 0  9999
+2 30469  98.5513 116.2208 0172152  85.2086 329.6386 13.88892812454451
+0 FENGYUN 1C DEB
+1 30470U 99025AGH 16017.76007047  .00059066  00000-0  11404-1 0  9992
+2 30470  97.8561 118.8431 0038551 106.3499 254.1948 14.62649490456184
+0 FENGYUN 1C DEB
+1 30471U 99025AGJ 16017.55551564  .00001254  00000-0  83891-3 0  9995
+2 30471  99.2546  26.9152 0096911 190.2157 292.5311 14.00641656456964
+0 FENGYUN 1C DEB
+1 30472U 99025AGK 16017.33640199  .00001460  00000-0  64624-3 0  9997
+2 30472  98.8790  50.3823 0060396 222.3921 204.4006 14.23791430463749
+0 FENGYUN 1C DEB
+1 30473U 99025AGL 16017.45834703  .00002305  00000-0  10285-2 0  9999
+2 30473  98.8388 352.3825 0011454 183.5606 296.6502 14.23699942463164
+0 FENGYUN 1C DEB
+1 30474U 99025AGM 16017.41774328  .00001856  00000-0  97567-3 0  9991
+2 30474  98.9470 346.8129 0028878 276.5195 205.6767 14.15128876461151
+0 FENGYUN 1C DEB
+1 30475U 99025AGN 16017.04532600  .00000658  00000-0  41127-3 0  9996
+2 30475  99.0618  42.1143 0047079  42.5652  12.7243 14.07731776459932
+0 FENGYUN 1C DEB
+1 30476U 99025AGP 16017.40077987  .00000938  00000-0  58265-3 0  9991
+2 30476  98.9827 323.5201 0054204   4.6424 114.7037 14.06814665458849
+0 FENGYUN 1C DEB
+1 30477U 99025AGQ 16018.07751409  .00000314  00000-0  54040-3 0  9999
+2 30477  99.4037  58.9122 0450733 262.6154 119.4972 13.17754886430516
+0 FENGYUN 1C DEB
+1 30478U 99025AGR 16017.05888904  .00006665  00000-0  11289-2 0  9990
+2 30478  98.9572 218.4281 0064142 294.0197 218.2974 14.68311970471723
+0 FENGYUN 1C DEB
+1 30480U 99025AGS 16018.18989726  .00000209  00000-0  84883-4 0  9992
+2 30480  98.6384  91.7792 0174768  38.3876  20.4490 14.29596838469944
+0 FENGYUN 1C DEB
+1 30481U 99025AGT 16017.06999126  .00000478  00000-0  14600-3 0  9991
+2 30481  98.7251  43.7297 0249666 163.8387 259.0668 14.30118696467441
+0 FENGYUN 1C DEB
+1 30483U 99025AGV 16017.65048655  .00005376  00000-0  58280-3 0  9994
+2 30483  98.9642 269.7090 0128284 118.5953 300.0963 14.82804846474751
+0 FENGYUN 1C DEB
+1 30484U 99025AGW 16017.61522057  .00005641  00000-0  98740-3 0  9994
+2 30484  99.0139 251.7253 0070192 293.7805  65.6047 14.66686439473612
+0 FENGYUN 1C DEB
+1 30485U 99025AGX 16017.23580130  .00001846  00000-0  65740-3 0  9996
+2 30485  98.9399 114.8098 0134562   5.7271  46.2464 14.30619166466417
+0 FENGYUN 1C DEB
+1 30486U 99025AGY 16017.34419560  .00002573  00000-0  29338-3 0  9998
+2 30486  98.8207 304.5378 0183263 263.0233 221.0545 14.75856576479608
+0 FENGYUN 1C DEB
+1 30489U 99025AHB 16017.43000064  .00000223  00000-0  12948-3 0  9995
+2 30489  98.8813  90.0227 0145355 152.7448 270.5258 14.12915518463253
+0 FENGYUN 1C DEB
+1 30490U 99025AHC 16017.70422154  .00001726  00000-0  38542-3 0  9992
+2 30490  98.6100  66.4289 0229468  74.8326  48.6589 14.43109761469058
+0 FENGYUN 1C DEB
+1 30491U 99025AHD 16017.05408050  .00003382  00000-0  13146-2 0  9992
+2 30491 101.5228 289.1064 0038138 344.6975 131.0388 14.30458401464119
+0 FENGYUN 1C DEB
+1 30492U 99025AHE 16017.37272067  .00001387  00000-0  78834-3 0  9994
+2 30492 102.3490  56.2532 0178159  79.0091  48.3526 14.04838450457404
+0 FENGYUN 1C DEB
+1 30493U 99025AHF 16017.22091824  .00000662  00000-0  58102-3 0  9990
+2 30493  98.6279 100.8930 0199336 344.7385  69.2528 13.80098414450580
+0 FENGYUN 1C DEB
+1 30494U 99025AHG 16017.02374041  .00000497  00000-0  51937-3 0  9999
+2 30494  99.5990  43.8953 0196770 309.2757  77.7169 13.72237856449006
+0 FENGYUN 1C DEB
+1 30495U 99025AHH 16016.84180823  .00001295  00000-0  26279-2 0  9999
+2 30495 102.2774  20.0310 0579606  29.7763  86.2913 12.85820222421018
+0 FENGYUN 1C DEB
+1 30496U 99025AHJ 16017.66838634  .00001864  00000-0  24912-3 0  9996
+2 30496  98.7892 275.8903 0191376 291.8254  66.2688 14.69110814479370
+0 FENGYUN 1C DEB
+1 30497U 99025AHK 16017.16121464  .00009701  00000-0  13684-2 0  9999
+2 30497  99.1361 269.0631 0065925 106.5303  46.5712 14.75973577471514
+0 FENGYUN 1C DEB
+1 30498U 99025AHL 16017.36102192  .00000950  00000-0  72815-3 0  9998
+2 30498  99.2236 349.5252 0118537 291.0519 236.7267 13.92607515454789
+0 FENGYUN 1C DEB
+1 30499U 99025AHM 16017.90868096  .00003952  00000-0  84072-3 0  9994
+2 30499  98.9975 188.2964 0124119 358.6237 166.6088 14.54942342470109
+0 FENGYUN 1C DEB
+1 30500U 99025AHN 16017.50881030  .00001160  00000-0  74128-3 0  9996
+2 30500  99.1690   1.7959 0084275 138.5225 348.7195 14.03795122457699
+0 FENGYUN 1C DEB
+1 30501U 99025AHP 16016.78509197  .00001351  00000-0  80334-3 0  9995
+2 30501  98.8912 310.2210 0052197 343.4019  42.8270 14.08481750459745
+0 FENGYUN 1C DEB
+1 30503U 99025AHR 16017.76648843  .00000194  00000-0  12830-3 0  9998
+2 30503  98.9870 111.4789 0009150  26.1375  98.7426 14.12906306462655
+0 FENGYUN 1C DEB
+1 30504U 99025AHS 16017.37745889  .00000737  00000-0  37695-3 0  9993
+2 30504  98.8727 323.9821 0122211  41.3913  83.7863 14.14815014462694
+0 FENGYUN 1C DEB
+1 30505U 99025AHT 16016.95332721 +.00001168 +00000-0 +70045-3 0  9999
+2 30505 099.1445 018.6905 0074968 335.3459 053.8403 14.07634606458852
+0 FENGYUN 1C DEB
+1 30506U 99025AHU 16017.02633426 -.00000001  00000-0  25634-4 0  9996
+2 30506  99.0429  40.8474 0074215  54.1998   0.1203 14.05979867459865
+0 FENGYUN 1C DEB
+1 30507U 99025AHV 16017.42741348  .00000766  00000-0  48081-3 0  9991
+2 30507  99.1570   2.4992 0143542 143.9086   8.6732 14.02523069457817
+0 FENGYUN 1C DEB
+1 30508U 99025AHW 16016.73472074 +.00006034 +00000-0 +18917-2 0  9990
+2 30508 099.1945 115.8621 0283932 144.2700 009.6909 14.20342384460817
+0 FENGYUN 1C DEB
+1 30509U 99025AHX 16017.27058741  .00000838  00000-0  63900-3 0  9991
+2 30509  98.5106 116.7720 0114230  88.6174 332.8497 13.93013234454410
+0 FENGYUN 1C DEB
+1 30510U 99025AHY 16017.34671025  .00001099  00000-0  75619-3 0  9997
+2 30510  99.0610 320.9260 0084727  93.4239  28.4425 13.99775795458695
+0 FENGYUN 1C DEB
+1 30512U 99025AJA 16017.78575688  .00004014  00000-0  33915-3 0  9998
+2 30512  98.7872 316.8849 0153356 162.5420 198.1150 14.90060838481058
+0 FENGYUN 1C DEB
+1 30513U 99025AJB 16017.31348273  .00020893  00000-0  17458-2 0  9992
+2 30513  99.0218 298.1570 0056580 231.6647 249.6721 14.97301594476492
+0 FENGYUN 1C DEB
+1 30514U 99025AJC 16018.00145613  .00000530  00000-0  20107-3 0  9995
+2 30514  98.8023  41.9949 0192438 248.1079 109.9541 14.25812124466004
+0 FENGYUN 1C DEB
+1 30515U 99025AJD 16016.78418407  .00000228  00000-0  15831-3 0  9995
+2 30515  98.5335 316.4543 0530555 187.6739 205.2491 13.54114667443236
+0 FENGYUN 1C DEB
+1 30516U 99025AJE 16017.80581168  .00001595  00000-0  81374-3 0  9998
+2 30516  99.0175  22.3514 0016199 246.8506 239.0071 14.17116908463016
+0 FENGYUN 1C DEB
+1 30519U 99025AJH 16018.20137883  .00002346  00000-0  28451-3 0  9999
+2 30519  98.7966 286.4614 0169596 270.6851  87.4927 14.75071145480353
+0 FENGYUN 1C DEB
+1 30520U 99025AJJ 16017.20265897  .00001622  00000-0  24385-3 0  9995
+2 30520  98.7735 217.0890 0164781 342.4405  80.4585 14.67389161477821
+0 FENGYUN 1C DEB
+1 30521U 99025AJK 16018.13444657  .00000793  00000-0  20535-3 0  9993
+2 30521  99.0343 232.0674 0163309 267.7159  90.5324 14.45504217473105
+0 FENGYUN 1C DEB
+1 30522U 99025AJL 16017.47803652  .00002373  00000-0  63723-3 0  9996
+2 30522  99.4272 357.3679 0077670 180.8433 302.6987 14.47457351471458
+0 FENGYUN 1C DEB
+1 30523U 99025AJM 16017.36432649  .00000207  00000-0  81499-4 0  9994
+2 30523  98.6552  69.5267 0253611 260.2612 231.1565 14.23950076466288
+0 FENGYUN 1C DEB
+1 30524U 99025AJN 16016.59514705 +.00002322 +00000-0 +22984-2 0  9995
+2 30524 099.3020 250.7526 0255971 011.3590 349.3185 13.65945133442355
+0 FENGYUN 1C DEB
+1 30525U 99025AJP 16016.80481824  .00001029  00000-0  12125-2 0  9994
+2 30525  98.6107 321.8171 0312096 314.5845  70.8112 13.51284087442303
+0 FENGYUN 1C DEB
+1 30526U 99025AJQ 16017.57821160  .00000287  00000-0  41098-3 0  9998
+2 30526  99.4534 235.5433 0318401 270.4338  86.0322 13.45441043440559
+0 FENGYUN 1C DEB
+1 30527U 99025AJR 16017.34886743  .00000591  00000-0  89037-3 0  9995
+2 30527 100.3353  60.5710 0425970  95.8187  35.8053 13.25428980434083
+0 FENGYUN 1C DEB
+1 30528U 99025AJS 16018.23719801  .00000421  00000-0  23880-3 0  9991
+2 30528  98.2969 131.8726 0151594 173.7268 253.5300 14.08992441461933
+0 FENGYUN 1C DEB
+1 30529U 99025AJT 16018.14850461  .00000893  00000-0  94511-3 0  9992
+2 30529  98.4710 341.3293 0248570 100.5066  27.3788 13.63962164446728
+0 FENGYUN 1C DEB
+1 30530U 99025AJU 16017.51712495  .00000358  00000-0  13965-3 0  9998
+2 30530  98.7593  21.1989 0105424  28.0379  98.7295 14.32774608469819
+0 FENGYUN 1C DEB
+1 30531U 99025AJV 16016.29755321 +.00001995 +00000-0 +10507-2 0  9994
+2 30531 102.3343 148.5431 0049142 013.7164 017.0283 14.15279021461631
+0 FENGYUN 1C DEB
+1 30532U 99025AJW 16017.49007297  .00002429  00000-0  11474-2 0  9997
+2 30532  96.9740  10.3320 0157754 153.8470 207.0785 14.14029558460453
+0 FENGYUN 1C DEB
+1 30533U 99025AJX 16018.07758700  .00001423  00000-0  65335-3 0  9994
+2 30533  98.9567  59.1976 0141635 169.2290 211.7437 14.17664446463063
+0 FENGYUN 1C DEB
+1 30538U 99025AKC 16017.21830622  .00027184  00000-0  88900-3 0  9993
+2 30538  99.1390 120.0533 0150611 163.4853 197.1362 15.21359434482673
+0 FENGYUN 1C DEB
+1 30539U 99025AKD 16017.34717051  .00000824  00000-0  23819-3 0  9998
+2 30539  98.8433 153.4114 0141010 289.5409  69.0598 14.41932266471197
+0 FENGYUN 1C DEB
+1 30540U 99025AKE 16018.11997119  .00001240  00000-0  69126-3 0  9995
+2 30540  99.0159  67.0248 0070050 274.6770 111.5732 14.11625951461117
+0 FENGYUN 1C DEB
+1 30541U 99025AKF 16016.78134339 +.00000810 +00000-0 +46272-3 0  9993
+2 30541 098.9947 044.7605 0019731 308.7660 051.1748 14.12424565461470
+0 FENGYUN 1C DEB
+1 30542U 99025AKG 16017.01265029  .00000217  00000-0  16080-3 0  9997
+2 30542  99.1346  22.5704 0027668 352.3117  71.0274 14.05550549461032
+0 FENGYUN 1C DEB
+1 30543U 99025AKH 16017.52921218 -.00000048  00000-0 -19085-5 0  9997
+2 30543  99.1176  35.2395 0074006 358.6467 165.2774 14.01840647458984
+0 FENGYUN 1C DEB
+1 30545U 99025AKK 16018.05153102  .00000202  00000-0  32622-3 0  9997
+2 30545  99.0494 316.7562 0477831 105.2601 319.0055 13.18914368432746
+0 FENGYUN 1C DEB
+1 30546U 99025AKL 16017.14455606  .00001021  00000-0  20037-3 0  9998
+2 30546  98.9176 250.4083 0148662 141.4578 347.8105 14.58410068475303
+0 FENGYUN 1C DEB
+1 30547U 99025AKM 16018.23775936  .00000190  00000-0  80559-4 0  9993
+2 30547  98.6822 111.6205 0102447  64.2333 350.0940 14.33387407468718
+0 FENGYUN 1C DEB
+1 30548U 99025AKN 16016.56303421 +.00001044 +00000-0 +60620-3 0  9999
+2 30548 099.6881 277.7306 0084262 263.0269 217.5124 14.09500028458698
+0 FENGYUN 1C DEB
+1 30549U 99025AKP 16018.11604244  .00000829  00000-0  50812-3 0  9992
+2 30549  98.4503  68.3747 0333344 142.9403 248.0452 13.83778911451418
+0 FENGYUN 1C DEB
+1 30550U 99025AKQ 16017.68935987  .00002063  00000-0  16621-2 0  9997
+2 30550  99.1446 295.0132 0156153  22.7105  39.6099 13.86043498451673
+0 FENGYUN 1C DEB
+1 30552U 99025AKS 16016.58986296 +.00001502 +00000-0 +74724-3 0  9992
+2 30552 098.9463 058.2189 0019333 284.1824 229.5663 14.18508004460843
+0 FENGYUN 1C DEB
+1 30553U 99025AKT 16017.16349546  .00001825  00000-0  70247-3 0  9993
+2 30553  99.1583 179.8561 0038168 324.0732  35.7884 14.31296932464804
+0 FENGYUN 1C DEB
+1 30554U 99025AKU 16018.10538866  .00003388  00000-0  11179-2 0  9998
+2 30554  98.8275  76.6385 0035036 140.4967 281.0428 14.38394830465442
+0 FENGYUN 1C DEB
+1 30555U 99025AKV 16016.72235176  .00001080  00000-0  64839-3 0  9992
+2 30555  99.0594  46.1212 0049701  57.9146   6.0190 14.08460830458822
+0 FENGYUN 1C DEB
+1 30556U 99025AKW 16016.95963112 +.00000521 +00000-0 +38908-3 0  9993
+2 30556 099.0810 074.2747 0065106 174.6726 310.4273 13.98298702456666
+0 FENGYUN 1C DEB
+1 30557U 99025AKX 16018.09110954  .00000497  00000-0  36107-3 0  9990
+2 30557  99.1538  61.1382 0079594 184.0736 237.9655 13.99599872456184
+0 FENGYUN 1C DEB
+1 30558U 99025AKY 16018.09587810  .00001486  00000-0  22604-2 0  9995
+2 30558  99.4830  82.1077 0453172 278.1360 108.9798 13.19062243429963
+0 FENGYUN 1C DEB
+1 30560U 99025ALA 16017.06610249  .00000180  00000-0  11022-3 0  9990
+2 30560  98.8711  48.6201 0121480 104.0288 310.6611 14.13738967462256
+0 FENGYUN 1C DEB
+1 30561U 99025ALB 16017.34351266  .00000072  00000-0  67286-4 0  9997
+2 30561  98.9964  43.7202 0061791 233.3893 248.9684 14.08189875460445
+0 FENGYUN 1C DEB
+1 30562U 99025ALC 16017.16862683  .00000798  00000-0  47619-3 0  9990
+2 30562  99.0225  62.2587 0070455  69.0391 327.8409 14.08915554459478
+0 FENGYUN 1C DEB
+1 30563U 99025ALD 16018.23555572  .00005192  00000-0  10563-2 0  9996
+2 30563  99.0861 257.4215 0069737  37.2373  88.1903 14.60028660470941
+0 FENGYUN 1C DEB
+1 30564U 99025ALE 16018.04364049  .00000739  00000-0  43321-3 0  9994
+2 30564  99.0983  59.3953 0227666  76.8687 342.6783 13.98985682456820
+0 FENGYUN 1C DEB
+1 30565U 99025ALF 16018.20502132  .00001067  00000-0  75164-3 0  9995
+2 30565  98.4979 114.6117 0165429  39.1208 351.2146 13.93636500454021
+0 FENGYUN 1C DEB
+1 30566U 99025ALG 16017.86993399  .00001351  00000-0  92132-3 0  9996
+2 30566  99.0953 328.3177 0077881  87.4421 292.8775 14.00148795456425
+0 FENGYUN 1C DEB
+1 30567U 99025ALH 16017.59562284  .00000077  00000-0  70836-4 0  9994
+2 30567  98.9722  52.4431 0111188 277.1737 235.9941 14.05935148459206
+0 FENGYUN 1C DEB
+1 30568U 99025ALJ 16017.81777265  .00001323  00000-0  66359-3 0  9996
+2 30568  98.9705  71.2239 0028235 185.8072 264.7592 14.18156067461282
+0 FENGYUN 1C DEB
+1 30569U 99025ALK 16018.00846970  .00001706  00000-0  72035-3 0  9992
+2 30569  98.8647  47.0477 0023536 309.4438  50.4659 14.26828341463490
+0 FENGYUN 1C DEB
+1 30570U 99025ALL 16017.51899480  .00000302  00000-0  19618-3 0  9992
+2 30570  99.0683  28.8466 0036948 342.4117 171.2126 14.09884607459799
+0 FENGYUN 1C DEB
+1 30571U 99025ALM 16016.87341588 +.00000040 +00000-0 +49719-4 0  9997
+2 30571 099.0855 027.6465 0021143 324.9872 154.2303 14.08331085459380
+0 FENGYUN 1C DEB
+1 30572U 99025ALN 16016.81141381  .00000257  00000-0  18175-3 0  9992
+2 30572  99.1140  23.0898 0024800 337.0796 148.3860 14.06679643459062
+0 FENGYUN 1C DEB
+1 30573U 99025ALP 16017.43142045  .00000198  00000-0  16154-3 0  9999
+2 30573  99.1015 327.5798 0098794 184.4053 297.3259 13.98869753455222
+0 FENGYUN 1C DEB
+1 30574U 99025ALQ 16017.49165775  .00001700  00000-0  17768-2 0  9992
+2 30574  99.3524 266.7148 0249851  18.7181 103.8759 13.63840374443779
+0 FENGYUN 1C DEB
+1 30575U 99025ALR 16018.11157126  .00001070  00000-0  44283-3 0  9997
+2 30575  99.2507 206.0390 0058339 247.9414 208.9397 14.28060445464953
+0 FENGYUN 1C DEB
+1 30576U 99025ALS 16017.39013991  .00002424  00000-0  79630-3 0  9996
+2 30576  99.0892 166.5509 0108344 339.2494  81.8460 14.36028108467788
+0 FENGYUN 1C DEB
+1 30577U 99025ALT 16016.83038345 +.00000551 +00000-0 +35769-3 0  9999
+2 30577 099.1155 027.8571 0030490 345.1877 138.9183 14.06738532458701
+0 FENGYUN 1C DEB
+1 30578U 99025ALU 16017.14171831  .00002011  00000-0  10174-2 0  9998
+2 30578  99.0465  53.9857 0052892   8.4052  29.2683 14.16595300459372
+0 FENGYUN 1C DEB
+1 30579U 99025ALV 16017.55192215  .00000510  00000-0  35574-3 0  9997
+2 30579  99.1685  31.3919 0054882  73.0974  51.7872 14.02516901457642
+0 THEMIS A
+1 30580U 07004A   16018.79668294 -.00001704  00000-0 -17428+0 0  9999
+2 30580  12.4422 297.1287 8307276 325.9844   0.2830  1.00251081 32463
+0 FENGYUN 1C DEB
+1 30593U 99025ALY 16017.33236260  .00002822  00000-0  10867-2 0  9993
+2 30593 102.4039 270.4094 0014198  16.6013  52.7099 14.31638631465897
+0 FENGYUN 1C DEB
+1 30594U 99025ALZ 16017.77113447  .00000125  00000-0  72038-4 0  9997
+2 30594  98.9560 114.5968 0199728 114.8531 247.3554 14.15102076464295
+0 FENGYUN 1C DEB
+1 30596U 99025AMB 16017.65425168  .00000334  00000-0  10497-3 0  9994
+2 30596  98.6703  48.8522 0265917 161.9663 326.2970 14.28703503469011
+0 FENGYUN 1C DEB
+1 30597U 99025AMC 16017.17761721  .00001732  00000-0  65450-3 0  9992
+2 30597  98.9257 103.7907 0131354  38.6982  18.4460 14.27944770465414
+0 FENGYUN 1C DEB
+1 30599U 99025AME 16017.07121117  .00000514  00000-0  19088-3 0  9995
+2 30599  98.9706  49.5913 0332085 205.2137 213.3991 14.10339772461184
+0 FENGYUN 1C DEB
+1 30600U 99025AMF 16018.05980473  .00003301  00000-0  17752-2 0  9997
+2 30600  98.3958 320.4599 0458291  22.5848  32.9244 13.70770437445931
+0 FENGYUN 1C DEB
+1 30602U 99025AMH 16017.41370479  .00002188  00000-0  10397-2 0  9997
+2 30602  99.0483  86.3025 0039894 223.4435 266.6071 14.20128470461903
+0 FENGYUN 1C DEB
+1 30603U 99025AMJ 16017.02835382  .00000646  00000-0  61525-3 0  9991
+2 30603  98.4123  27.0589 0196986 289.0308 132.4922 13.75650583451186
+0 FENGYUN 1C DEB
+1 30604U 99025AMK 16018.05547750  .00000223  00000-0  10124-3 0  9995
+2 30604  98.8007  93.5255 0221042  28.8876  87.7204 14.19178036465717
+0 FENGYUN 1C DEB
+1 30606U 99025AMM 16018.10678921  .00000522  00000-0  12015-3 0  9991
+2 30606  98.4986  69.1279 0259092 345.5545  74.6275 14.41421606470385
+0 FENGYUN 1C DEB
+1 30607U 99025AMN 16018.07141044  .00002497  00000-0  10275-2 0  9997
+2 30607  98.9273  51.5450 0049850 233.5672 180.5205 14.27195128460551
+0 FENGYUN 1C DEB
+1 30608U 99025AMP 16017.02967067  .00000972  00000-0  50534-3 0  9992
+2 30608  98.9873  15.6689 0013298 124.5369 286.2708 14.17046087460934
+0 FENGYUN 1C DEB
+1 30609U 99025AMQ 16017.04152426  .00001158  00000-0  83745-3 0  9997
+2 30609  98.5551 134.5050 0147116  78.1470 339.4347 13.93302903452487
+0 FENGYUN 1C DEB
+1 30611U 99025AMS 16017.26259609  .00007734  00000-0  40854-3 0  9995
+2 30611  98.6215 243.4590 0209748  50.7924 311.1714 14.98802502481334
+0 FENGYUN 1C DEB
+1 30612U 99025AMT 16017.26230811  .00002054  00000-0  44648-3 0  9995
+2 30612  99.0728 294.5244 0118677 263.1635 260.6498 14.55054607473944
+0 FENGYUN 1C DEB
+1 30613U 99025AMU 16018.08866724  .00001245  00000-0  28855-3 0  9998
+2 30613  98.6272  64.9267 0231423  90.0681 272.7026 14.41768584469241
+0 FENGYUN 1C DEB
+1 30616U 99025AMX 16018.08065395  .00000641  00000-0  93325-3 0  9999
+2 30616  98.6275 236.4390 0401840 272.5704 244.9839 13.29798171435881
+0 FENGYUN 1C DEB
+1 30619U 99025ANA 16017.01594574  .00000513  00000-0  14685-3 0  9990
+2 30619  98.6915  35.0331 0232772  39.1299 344.7215 14.34840893470135
+0 FENGYUN 1C DEB
+1 30621U 99025ANC 16017.33768711  .00001511  00000-0  11756-2 0  9998
+2 30621  98.6714 148.6786 0170179 189.2271 227.3407 13.87288290452682
+0 FENGYUN 1C DEB
+1 30622U 99025AND 16016.95453913 +.00001955 +00000-0 +13203-2 0  9992
+2 30622 100.9819 279.3060 0117748 079.7639 345.8179 13.98708738179209
+0 FENGYUN 1C DEB
+1 30623U 99025ANE 16018.01859006  .00000383  00000-0  59362-3 0  9996
+2 30623  98.8898 300.1806 0411664   4.3416  56.1515 13.26949114432523
+0 FENGYUN 1C DEB
+1 30624U 99025ANF 16017.41928647  .00002698  00000-0  13681-2 0  9992
+2 30624  98.8859 349.0401 0038826 309.1539  50.6187 14.16474333459283
+0 FENGYUN 1C DEB
+1 30625U 99025ANG 16017.71176264  .00002236  00000-0  13924-2 0  9994
+2 30625  98.9226 299.4160 0082346  89.0020 272.0580 14.04233389456250
+0 FENGYUN 1C DEB
+1 30627U 99025ANJ 16017.49121130  .00007954  00000-0  12829-2 0  9998
+2 30627  98.9406 220.0367 0066711 272.8472  86.5097 14.70260200471626
+0 FENGYUN 1C DEB
+1 30628U 99025ANK 16017.19431890  .00001623  00000-0  62166-3 0  9990
+2 30628  99.3612 271.2351 0037723 346.9505 140.3221 14.31755484465130
+0 FENGYUN 1C DEB
+1 30629U 99025ANL 16017.01935376  .00001716  00000-0  77736-3 0  9992
+2 30629  99.2813 182.4618 0010868 185.1927 299.2091 14.23380168461975
+0 FENGYUN 1C DEB
+1 30630U 99025ANM 16017.19670736  .00000596  00000-0  34546-3 0  9996
+2 30630  98.9751 103.6796 0028208 232.6837 193.3487 14.12517275460523
+0 FENGYUN 1C DEB
+1 30631U 99025ANN 16017.20096671  .00002246  00000-0  10092-2 0  9992
+2 30631  99.0366 100.1822 0052332 320.1421  92.6656 14.22727558461525
+0 FENGYUN 1C DEB
+1 30632U 99025ANP 16017.07516619  .00001343  00000-0  64709-3 0  9999
+2 30632  98.9618  44.8681 0022212 262.6953 160.9023 14.20348551461375
+0 FENGYUN 1C DEB
+1 30633U 99025ANQ 16017.82499138  .00000628  00000-0  45071-3 0  9995
+2 30633  98.4713 121.5414 0140675 315.8654 169.5335 13.95825306454942
+0 FENGYUN 1C DEB
+1 30634U 99025ANR 16017.46153019  .00000704  00000-0  54084-3 0  9990
+2 30634  99.1410 311.7671 0151154 248.2134 175.0569 13.91341812452691
+0 FENGYUN 1C DEB
+1 30636U 99025ANT 16018.13043796  .00006634  00000-0  64204-3 0  9990
+2 30636  98.7814 227.9194 0075997  32.3583  90.3887 14.90980169475505
+0 FENGYUN 1C DEB
+1 30637U 99025ANU 16017.50680539  .00003653  00000-0  71115-3 0  9990
+2 30637  98.9593 224.8017 0093614 266.4371 156.0185 14.61018868471584
+0 FENGYUN 1C DEB
+1 30639U 99025ANW 16017.55282257  .00001933  00000-0  11364-2 0  9990
+2 30639  99.1481  37.0285 0097771  33.0750 327.6481 14.06919504456969
+0 FENGYUN 1C DEB
+1 30640U 99025ANX 16017.90906706  .00001058  00000-0  69318-3 0  9994
+2 30640  99.1653 356.7496 0094863  56.3830 357.2510 14.02146668456403
+0 FENGYUN 1C DEB
+1 30641U 99025ANY 16016.77468939  .00000984  00000-0  17105-3 0  9994
+2 30641  98.9351 296.9630 0180660  93.7366 283.1851 14.60647497475902
+0 FENGYUN 1C DEB
+1 30642U 99025ANZ 16018.10602219  .00004503  00000-0  94272-3 0  9996
+2 30642  99.0402 228.0629 0065291  40.9623  79.2186 14.58992764470084
+0 FENGYUN 1C DEB
+1 30645U 99025APC 16017.63606697  .00010558  00000-0  13792-2 0  9994
+2 30645  98.9809 251.2033 0050862 264.9565 154.3206 14.79789047472074
+0 FENGYUN 1C DEB
+1 30646U 99025APD 16017.14986707  .00000727  00000-0  47587-3 0  9991
+2 30646  99.0233  78.6869 0053236  95.4208 265.3035 14.04624745457993
+0 FENGYUN 1C DEB
+1 30647U 99025APE 16018.23064839  .00001477  00000-0  63803-3 0  9998
+2 30647  98.9811 118.7975 0052199 252.0582 172.6805 14.25293728462886
+0 FENGYUN 1C DEB
+1 30648U 99025APF 16018.04416940  .00001306  00000-0  59703-3 0  9997
+2 30648  98.8561  61.2346 0050386 237.0511 196.0447 14.22576488462777
+0 FENGYUN 1C DEB
+1 30649U 99025APG 16017.86490362  .00001210  00000-0  67407-3 0  9991
+2 30649  99.0008  71.3036 0062942  34.2670  19.9864 14.11918218458937
+0 FENGYUN 1C DEB
+1 30650U 99025APH 16018.07899398  .00001565  00000-0  10400-2 0  9992
+2 30650  99.0792 325.6788 0083361 121.7801 300.0227 14.01115697455601
+0 FENGYUN 1C DEB
+1 30652U 99025APJ 16017.89373286 -.00000038  00000-0  44510-5 0  9993
+2 30652  99.1241  18.6024 0007591 302.2695 125.5597 14.06934027458269
+0 FENGYUN 1C DEB
+1 30654U 99025APL 16017.26802704  .00000769  00000-0  48049-3 0  9997
+2 30654  99.2362 131.3356 0039080  92.8468 320.1025 14.07520680457215
+0 FENGYUN 1C DEB
+1 30655U 99025APM 16017.09024381  .00003004  00000-0  13542-2 0  9990
+2 30655  98.7501 313.7252 0019052 147.9537 334.0871 14.22857265458989
+0 FENGYUN 1C DEB
+1 30656U 99025APN 16017.73191056  .00001228  00000-0  65050-3 0  9994
+2 30656  99.0154  78.2098 0048450   8.6319 117.0733 14.14995750457746
+0 FENGYUN 1C DEB
+1 30657U 99025APP 16017.58077339  .00001489  00000-0  77978-3 0  9996
+2 30657  99.0437  24.6747 0023198 279.3979 202.2937 14.15767225458523
+0 FENGYUN 1C DEB
+1 30658U 99025APQ 16017.99437383  .00000979  00000-0  91132-3 0  9992
+2 30658  98.4343  27.4496 0204247 314.2433  98.5322 13.75283682449300
+0 FENGYUN 1C DEB
+1 30659U 99025APR 16017.42691796  .00007886  00000-0  88433-3 0  9995
+2 30659  99.0580 354.3862 0164913 357.7645 153.1496 14.77722197478171
+0 FENGYUN 1C DEB
+1 30660U 99025APS 16017.95587882  .00001039  00000-0  16004-3 0  9994
+2 30660  98.4207  10.0370 0198082 224.3312 161.2903 14.63555615477004
+0 FENGYUN 1C DEB
+1 30661U 99025APT 16016.52162419  .00000064  00000-0  48361-4 0  9991
+2 30661  99.4205 266.8069 0148206 154.7320 327.2401 14.19072124465899
+0 FENGYUN 1C DEB
+1 30662U 99025APU 16017.42388850  .00001161  00000-0  69941-3 0  9996
+2 30662  99.0050 335.0127 0043612   3.8931 120.1532 14.08281105455988
+0 FENGYUN 1C DEB
+1 30663U 99025APV 16017.75779977  .00002948  00000-0  26016-2 0  9996
+2 30663  99.3020 323.5633 0710617  70.6829 296.9704 13.06499626422902
+0 FENGYUN 1C DEB
+1 30664U 99025APW 16018.10802495  .00004750  00000-0  97440-3 0  9992
+2 30664  99.0232 217.6930 0053253  30.0452  90.7004 14.60339388467435
+0 FENGYUN 1C DEB
+1 30665U 99025APX 16017.29063780  .00000694  00000-0  49999-3 0  9997
+2 30665  99.0209 307.8021 0087777 114.1987  39.3005 13.98283925453191
+0 FENGYUN 1C DEB
+1 30666U 99025APY 16018.12075384  .00000574  00000-0  41375-3 0  9991
+2 30666  99.0443  59.4599 0056404 115.2166 310.6986 14.00030071454871
+0 FENGYUN 1C DEB
+1 30667U 99025APZ 16017.13334880  .00008673  00000-0  58844-3 0  9998
+2 30667  98.9147 352.5110 0119637 213.3280 146.0368 15.01002983477909
+0 FENGYUN 1C DEB
+1 30668U 99025AQA 16016.91099390  .00000940  00000-0  65900-3 0  9998
+2 30668  99.1920   0.0832 0089325 151.1886 238.6953 13.98973822453498
+0 FENGYUN 1C DEB
+1 30669U 99025AQB 16017.85321991  .00000825  00000-0  63568-3 0  9998
+2 30669  98.6194 152.3284 0145270 107.6080  43.0543 13.90646378450767
+0 FENGYUN 1C DEB
+1 30670U 99025AQC 16017.44038501  .00000079  00000-0  64512-4 0  9999
+2 30670  99.0245   8.9696 0038681 255.3686 259.5384 14.14672067460112
+0 FENGYUN 1C DEB
+1 30671U 99025AQD 16017.52391069  .00000896  00000-0  75187-3 0  9996
+2 30671  99.4286   8.6970 0139569  13.9897 107.6541 13.86455084449912
+0 FENGYUN 1C DEB
+1 30672U 99025AQE 16018.06734234  .00007909  00000-0  11641-2 0  9998
+2 30672  99.0420 291.7981 0069439 243.4340 249.4056 14.74081877471078
+0 FENGYUN 1C DEB
+1 30673U 99025AQF 16017.82297547 -.00000081  00000-0 -23228-4 0  9995
+2 30673  99.2264   8.7979 0053910  55.6167  63.0384 14.01977218459227
+0 FENGYUN 1C DEB
+1 30674U 99025AQG 16017.50314737  .00002402  00000-0  11907-2 0  9998
+2 30674  99.0309  20.1086 0067559 359.3372 129.6035 14.17025865457251
+0 FENGYUN 1C DEB
+1 30675U 99025AQH 16017.09299381  .00000888  00000-0  50210-3 0  9997
+2 30675  98.9910  65.5072 0062895  33.7349  19.2686 14.11779044457324
+0 FENGYUN 1C DEB
+1 30676U 99025AQJ 16016.73026481 +.00001406 +00000-0 +74965-3 0  9997
+2 30676 098.3389 291.4715 0510721 012.2742 014.5908 13.63594883445186
+0 FENGYUN 1C DEB
+1 30677U 99025AQK 16017.01573981  .00001057  00000-0  47821-3 0  9995
+2 30677  98.2350 195.5786 0078628  57.4409  68.9299 14.22285983464587
+0 FENGYUN 1C DEB
+1 30678U 99025AQL 16016.31614728  .00001629  00000-0  11443-2 0  9998
+2 30678  99.0238 304.7881 0103447 204.4961 315.2366 13.97096165451321
+0 FENGYUN 1C DEB
+1 30679U 99025AQM 16017.52786771  .00000314  00000-0  33099-3 0  9993
+2 30679  99.5895   6.3532 0177389 175.0208 312.4598 13.75797989447405
+0 FENGYUN 1C DEB
+1 30680U 99025AQN 16018.17583803  .00000858  00000-0  11394-2 0  9994
+2 30680  99.5852 188.5478 0370042 109.6049 309.3899 13.38181497437542
+0 FENGYUN 1C DEB
+1 30683U 99025AQR 16017.82314043  .00000758  00000-0  60067-3 0  9997
+2 30683  99.2136 318.1273 0160455 271.5329 111.8504 13.88804678452450
+0 FENGYUN 1C DEB
+1 30684U 99025AQS 16017.97009466  .00000580  00000-0  66544-3 0  9993
+2 30684  99.7979  33.8718 0244907 115.7060 306.2664 13.61748395444454
+0 FENGYUN 1C DEB
+1 30686U 99025AQU 16017.50439998  .00001228  00000-0  26140-3 0  9999
+2 30686  99.0294 246.5725 0205239 240.2024 238.8517 14.48897293470914
+0 FENGYUN 1C DEB
+1 30687U 99025AQV 16018.20144379  .00018299  00000-0  17707-2 0  9998
+2 30687  98.9726 262.1019 0038519 223.6470 136.1697 14.92269519472158
+0 FENGYUN 1C DEB
+1 30688U 99025AQW 16018.04703594  .00001189  00000-0  63685-3 0  9998
+2 30688  98.9536  56.6612 0019019 251.3493 168.1630 14.14968112460013
+0 FENGYUN 1C DEB
+1 30689U 99025AQX 16017.10044050  .00000068  00000-0  62985-4 0  9998
+2 30689  98.9218  62.4661 0115344 247.0927 166.5351 14.07796871459880
+0 FENGYUN 1C DEB
+1 30690U 99025AQY 16017.48723973  .00001000  00000-0  78034-3 0  9997
+2 30690  99.1033 301.8493 0115241 224.5734 201.9887 13.91575091453226
+0 FENGYUN 1C DEB
+1 30691U 99025AQZ 16017.48319249  .00000765  00000-0  68525-3 0  9996
+2 30691  98.7697 193.8052 0148888 305.3973 114.8416 13.82408156451072
+0 FENGYUN 1C DEB
+1 30693U 99025ARB 16017.69197084  .00000172  00000-0  12179-3 0  9998
+2 30693  98.8868  62.4270 0030279 356.4136 126.0684 14.10098043459409
+0 FENGYUN 1C DEB
+1 30694U 99025ARC 16016.74135383  .00001243  00000-0  21579-3 0  9992
+2 30694  99.0130 300.1973 0201647 219.2101 139.4342 14.58002103472176
+0 FENGYUN 1C DEB
+1 30695U 99025ARD 16017.29336578  .00017146  00000-0  15192-2 0  9995
+2 30695  98.9448 278.7543 0054910 143.4643 344.7940 14.95156835472862
+0 FENGYUN 1C DEB
+1 30696U 99025ARE 16017.74166478  .00001087  00000-0  40092-3 0  9991
+2 30696  98.7630  40.4205 0108201  41.6182  12.9475 14.31348775464542
+0 FENGYUN 1C DEB
+1 30697U 99025ARF 16017.53864054  .00001109  00000-0  73026-3 0  9992
+2 30697  99.1581  42.7009 0100605 175.2673 338.0370 14.01531987454674
+0 FENGYUN 1C DEB
+1 30699U 99025ARH 16017.77283536  .00001627  00000-0  76157-3 0  9993
+2 30699  99.3705 204.8817 0003912 178.3603 181.7586 14.21787691460030
+0 FENGYUN 1C DEB
+1 30700U 99025ARJ 16017.50039090  .00000157  00000-0  88837-4 0  9997
+2 30700  98.9009  25.2725 0089553 148.6159 212.0406 14.21401245462061
+0 FENGYUN 1C DEB
+1 30701U 99025ARK 16017.89523147 -.00000023  00000-0  11904-4 0  9995
+2 30701  99.0340   9.7981 0033725 265.2540 157.9978 14.13766959460182
+0 FENGYUN 1C DEB
+1 30702U 99025ARL 16016.86792172  .00000496  00000-0  37557-3 0  9992
+2 30702  99.1420  74.1976 0077196 216.1904 211.4076 13.97378105456859
+0 FENGYUN 1C DEB
+1 30703U 99025ARM 16016.74164081  .00001273  00000-0  72001-3 0  9999
+2 30703  98.9069 307.7467 0140467  18.9450  13.4752 14.07091379455905
+0 FENGYUN 1C DEB
+1 30704U 99025ARN 16018.07377034  .00000230  00000-0  18046-3 0  9993
+2 30704  99.0948  46.5325 0089174  51.8114   7.6706 13.99800308455167
+0 FENGYUN 1C DEB
+1 30705U 99025ARP 16017.41474675  .00000560  00000-0  61152-3 0  9992
+2 30705 102.2022 174.4498 0213948 106.7803 281.4607 13.69401036444121
+0 FENGYUN 1C DEB
+1 30706U 99025ARQ 16017.79232557  .00000699  00000-0  36979-3 0  9997
+2 30706  99.0223 119.7925 0029589 340.6465  19.3582 14.16915089459570
+0 FENGYUN 1C DEB
+1 30707U 99025ARR 16016.93577387 +.00000990 +00000-0 +57936-3 0  9996
+2 30707 099.4404 181.9340 0034659 103.0479 050.2376 14.10560755456413
+0 FENGYUN 1C DEB
+1 30708U 99025ARS 16016.98179683  .00000135  00000-0  10075-3 0  9993
+2 30708  99.0159  32.8574 0008332 352.3236  37.7459 14.10649356458137
+0 FENGYUN 1C DEB
+1 30709U 99025ART 16017.82068230  .00001405  00000-0  99888-3 0  9993
+2 30709  99.0602 313.1187 0101961 190.3544 191.4751 13.96759319453525
+0 FENGYUN 1C DEB
+1 30710U 99025ARU 16017.24646013  .00000738  00000-0  62303-3 0  9992
+2 30710 102.7654  39.1580 0270958 175.9875 248.8382 13.77189420449449
+0 FENGYUN 1C DEB
+1 30714U 99025ARY 16017.41659265  .00000604  00000-0  44449-3 0  9991
+2 30714  99.1435  83.0881 0074155 192.2696 299.0284 13.98273231454447
+0 FENGYUN 1C DEB
+1 30715U 99025ARZ 16016.97265912  .00000765  00000-0  52458-3 0  9991
+2 30715  99.2210  23.8027 0082115 133.9114 226.8868 14.01053317453830
+0 FENGYUN 1C DEB
+1 30716U 99025ASA 16017.12463397  .00001819  00000-0  80471-3 0  9994
+2 30716  98.8915  72.6486 0054847 252.2200 162.5567 14.23668801460273
+0 FENGYUN 1C DEB
+1 30717U 99025ASB 16017.90426539  .00001152  00000-0  70439-3 0  9991
+2 30717  99.0766 351.6376 0057499 326.1521  87.8544 14.07164803455309
+0 FENGYUN 1C DEB
+1 30718U 99025ASC 16017.49125734  .00001146  00000-0  66756-3 0  9999
+2 30718  99.1117  26.0996 0069447 294.7178 220.9565 14.09456786457228
+0 FENGYUN 1C DEB
+1 30719U 99025ASD 16017.77449183  .00001695  00000-0  83903-3 0  9990
+2 30719  98.9722  47.2870 0019480 208.1058 216.4444 14.18598611459347
+0 FENGYUN 1C DEB
+1 30720U 99025ASE 16017.19162602  .00000647  00000-0  32408-3 0  9996
+2 30720  98.8907 100.0683 0034682 286.5762 101.8599 14.19912192461139
+0 FENGYUN 1C DEB
+1 30721U 99025ASF 16017.77533263  .00001580  00000-0  66543-3 0  9990
+2 30721  98.8615  51.6662 0061119 200.9899 212.9346 14.26178588460268
+0 FENGYUN 1C DEB
+1 30722U 99025ASG 16016.91709147 +.00006108 +00000-0 +20851-2 0  9994
+2 30722 098.3780 012.5266 0343203 204.8461 153.5845 14.08391374448572
+0 FENGYUN 1C DEB
+1 30723U 99025ASH 16017.47276442  .00001675  00000-0  84368-3 0  9992
+2 30723  98.9401   1.8626 0019151 236.1414 285.4194 14.17689400459224
+0 FENGYUN 1C DEB
+1 30724U 99025ASJ 16016.15686020 +.00000396 +00000-0 +16185-3 0  9995
+2 30724 099.2623 263.4716 0101422 276.1933 237.5953 14.30678440466545
+0 FENGYUN 1C DEB
+1 30725U 99025ASK 16017.89028896  .00001411  00000-0  88788-3 0  9996
+2 30725  99.1512   5.4311 0102117  24.4072  33.7103 14.03461320454847
+0 FENGYUN 1C DEB
+1 30726U 99025ASL 16018.10915935  .00000335  00000-0  25242-3 0  9991
+2 30726  99.0543 317.2431 0082582 120.9040   6.5336 13.99446346453703
+0 FENGYUN 1C DEB
+1 30727U 99025ASM 16017.76609735  .00031710  00000-0  27857-2 0  9995
+2 30727  99.1878 309.1673 0058835  79.3705 309.9909 14.95160926472344
+0 FENGYUN 1C DEB
+1 30728U 99025ASN 16017.86769855  .00000038  00000-0  34913-4 0  9999
+2 30728  98.8173  36.7798 0100724 125.4885 356.7212 14.22458310462733
+0 FENGYUN 1C DEB
+1 30730U 99025ASQ 16017.57358956  .00000845  00000-0  44608-3 0  9993
+2 30730  98.9647  45.9226 0089314 324.7283 189.6806 14.14598193457683
+0 FENGYUN 1C DEB
+1 30731U 99025ASR 16017.91094491  .00001640  00000-0  82139-3 0  9998
+2 30731  98.9061 351.5801 0018650 230.0145 185.6418 14.18004420458922
+0 FENGYUN 1C DEB
+1 30732U 99025ASS 16018.00648325  .00000289  00000-0  20721-3 0  9998
+2 30732  99.1694  38.0116 0132714 150.4143 265.4363 14.00714336455428
+0 FENGYUN 1C DEB
+1 30733U 99025AST 16017.18841089  .00004872  00000-0  95074-3 0  9994
+2 30733  99.0486 254.9410 0073767 339.7424  20.0851 14.61763229468848
+0 FENGYUN 1C DEB
+1 30734U 99025ASU 16017.27947935  .00010528  00000-0  11426-2 0  9995
+2 30734  98.9893 286.2195 0077635 212.2937 147.3510 14.86161784471304
+0 FENGYUN 1C DEB
+1 30735U 99025ASV 16017.82135426  .00000902  00000-0  52912-3 0  9992
+2 30735  99.0208  64.0467 0070878  60.2756 352.8973 14.09481121456699
+0 FENGYUN 1C DEB
+1 30736U 99025ASW 16018.02542845  .00000826  00000-0  98042-3 0  9992
+2 30736  98.7684  34.0173 0300134  30.5112  23.7786 13.52533337438906
+0 FENGYUN 1C DEB
+1 30737U 99025ASX 16017.61982956  .00000194  00000-0  12272-3 0  9997
+2 30737  98.8092  70.3948 0025835  72.3464  79.9131 14.14981352458902
+0 FENGYUN 1C DEB
+1 30738U 99025ASY 16017.47324700  .00002722  00000-0  12705-2 0  9998
+2 30738  99.3946 189.8567 0061513  97.8017 326.3488 14.20304230457969
+0 FENGYUN 1C DEB
+1 30739U 99025ASZ 16017.55640541  .00000268  00000-0  16381-3 0  9990
+2 30739  98.8748  56.8366 0106439 165.9315 351.7740 14.11262720458364
+0 FENGYUN 1C DEB
+1 30740U 99025ATA 16018.06451330  .00001382  00000-0  63548-3 0  9990
+2 30740  98.8629  60.0862 0049967 242.2141 117.3965 14.22198018460627
+0 FENGYUN 1C DEB
+1 30741U 99025ATB 16017.01217850  .00000065  00000-0  60731-4 0  9991
+2 30741  98.9829  35.3860 0005622 298.2531 116.3885 14.11682745458651
+0 FENGYUN 1C DEB
+1 30742U 99025ATC 16018.05151082  .00001137  00000-0  78833-3 0  9993
+2 30742  99.1585  58.1909 0078151 180.7467 209.0248 13.99608311453909
+0 FENGYUN 1C DEB
+1 30744U 99025ATE 16017.56728152  .00001953  00000-0  80157-3 0  9996
+2 30744  98.8849  34.0785 0019939 196.9748 290.2867 14.28152860461358
+0 FENGYUN 1C DEB
+1 30745U 99025ATF 16018.08919144  .00002072  00000-0  81289-3 0  9998
+2 30745  99.2882 205.1396 0029853 306.1873 179.1755 14.30353690460818
+0 FENGYUN 1C DEB
+1 30746U 99025ATG 16017.17102721  .00000828  00000-0  40171-3 0  9995
+2 30746  98.8831 101.7404 0049661 273.8958 143.6842 14.20501108460262
+0 FENGYUN 1C DEB
+1 30749U 99025ATK 16017.51822763  .00000374  00000-0  28623-3 0  9995
+2 30749  99.2322  23.4402 0058741 103.6947 257.0765 13.98939892454457
+0 FENGYUN 1C DEB
+1 30750U 99025ATL 16017.47235145  .00001506  00000-0  85249-3 0  9999
+2 30750  99.0238   0.5932 0049365 271.3031 210.0107 14.11067610456105
+0 FENGYUN 1C DEB
+1 30751U 99025ATM 16017.63418740  .00000879  00000-0  57868-3 0  9990
+2 30751  99.1168  52.8856 0066904 129.9152 352.7048 14.03456105454269
+0 FENGYUN 1C DEB
+1 30752U 99025ATN 16018.05865394  .00002652  00000-0  10303-2 0  9992
+2 30752  98.8813  62.4402 0036514 191.9254 225.3021 14.30380404460916
+0 FENGYUN 1C DEB
+1 30753U 99025ATP 16016.85436733 +.00000931 +00000-0 +60283-3 0  9991
+2 30753 099.1140 041.9684 0060992 036.6479 323.8836 14.04385261454850
+0 FENGYUN 1C DEB
+1 30755U 99025ATR 16017.80201456  .00000582  00000-0  18780-3 0  9998
+2 30755  98.5512  66.8664 0172443 306.0787 103.9476 14.35070943464965
+0 FENGYUN 1C DEB
+1 30756U 99025ATS 16016.90699155  .00001112  00000-0  68848-3 0  9996
+2 30756  99.1012   1.1801 0085367 358.2118  31.0798 14.05566071454661
+0 FENGYUN 1C DEB
+1 30758U 99025ATU 16017.19330545  .00000699  00000-0  44277-3 0  9994
+2 30758  99.0679  88.9476 0045043  78.3554 342.2913 14.06836393455679
+0 FENGYUN 1C DEB
+1 30759U 99025ATV 16017.44543057  .00001479  00000-0  66762-3 0  9997
+2 30759  99.3122 194.3670 0017125 144.6536 269.3027 14.23769813459615
+0 FENGYUN 1C DEB
+1 30760U 99025ATW 16017.02773780  .00000176  00000-0  14008-3 0  9990
+2 30760  99.0455  45.2988 0053901 355.6023  65.8942 14.03168524455044
+0 FENGYUN 1C DEB
+1 30761U 99025ATX 16017.27551313  .00000647  00000-0  28158-3 0  9998
+2 30761  98.9653 132.7569 0095744 329.4577  30.1047 14.25206833461468
+0 FENGYUN 1C DEB
+1 30762U 99025ATY 16016.77802682  .00000525  00000-0  35689-3 0  9993
+2 30762  99.1324  63.1055 0206695 159.8029 265.9456 13.94462564452170
+0 FENGYUN 1C DEB
+1 30763U 99025ATZ 16017.83632668  .00002611  00000-0  13339-2 0  9992
+2 30763  98.8802 341.7338 0040316 300.5138 116.6692 14.16076980456120
+0 FENGYUN 1C DEB
+1 30764U 99025AUA 16017.69834583  .00001421  00000-0  15908-3 0  9990
+2 30764  98.7549 289.4097 0193055 204.5096 186.0645 14.76297435476670
+0 FENGYUN 1C DEB
+1 30765U 99025AUB 16016.96606897 +.00000769 +00000-0 +47474-3 0  9992
+2 30765 099.1192 030.1167 0073803 292.9516 098.3107 14.07201209459919
+0 FENGYUN 1C DEB
+1 30766U 99025AUC 16017.37333481  .00000719  00000-0  46914-3 0  9998
+2 30766  98.9955  74.9725 0090193 137.8391 280.8459 14.03504307459390
+0 FENGYUN 1C DEB
+1 30768U 99025AUE 16018.09174475  .00001400  00000-0  63353-3 0  9990
+2 30768  98.8517  57.0841 0040890 227.8345 187.8033 14.23218517463064
+0 FENGYUN 1C DEB
+1 30770U 99025AUG 16016.69957307  .00000243  00000-0  15559-3 0  9999
+2 30770  98.9523  40.5671 0014583 130.8761 325.1038 14.12541690458423
+0 FENGYUN 1C DEB
+1 30771U 99025AUH 16016.73695218 +.00001666 +00000-0 +88990-3 0  9994
+2 30771 098.7941 302.7040 0032146 256.9651 132.6926 14.14333268456823
+0 MIDSTAR 1
+1 30773U 07006B   16017.84774574  .00004689  00000-0  11390-3 0  9998
+2 30773  46.0668  23.5784 0005615 323.1229  98.7773 15.42586571495159
+0 OE (NEXTSAT)
+1 30774U 07006C   16017.14720534  .00004390  00000-0  13600-3 0  9994
+2 30774  46.0032 256.1058 0007372 328.9721  31.0744 15.35117212492097
+0 STPSAT 1
+1 30775U 07006D   16017.75637059  .00004833  00000-0  20807-3 0  9990
+2 30775  35.4301 126.5455 0002041 354.9950   5.0751 15.22110208488741
+0 FALCONSAT 3
+1 30776U 07006E   16017.52355972  .00006797  00000-0  24760-3 0  9990
+2 30776  35.4296  94.4891 0000436 287.0170  73.0506 15.27577310489063
+0 CFESAT
+1 30777U 07006F   16017.46519257  .00005994  00000-0  22515-3 0  9996
+2 30777  35.4268 112.6990 0003238  15.8946 344.1878 15.26603122488857
+0 CBERS 1 DEB
+1 30783U 99057NS  16017.19794273  .00000513  00000-0  20169-3 0  9998
+2 30783  98.2773 278.7519 0048779 114.5502  38.6554 14.32514954464486
+0 CBERS 1 DEB
+1 30789U 99057NY  16017.84209980  .00001154  00000-0  36757-3 0  9994
+2 30789  98.4013 326.5728 0008544  40.2342  14.2906 14.41623056466755
+0 CBERS 1 DEB
+1 30791U 99057PA  16017.85597491  .00001277  00000-0  38075-3 0  9996
+2 30791  98.3875 332.7055 0006524  35.7495  18.0465 14.44690541467488
+0 CBERS 1 DEB
+1 30792U 99057PB  16017.84546123  .00000116  00000-0  55307-4 0  9991
+2 30792  98.4395 321.2893 0008142  88.4892 337.0478 14.35329777465794
+0 INSAT 4B
+1 30793U 07007A   16017.07217100 -.00000267  00000-0  00000+0 0  9994
+2 30793   0.0811  89.5584 0008155 191.8015 314.0375  1.00271327 32435
+0 SKYNET 5A
+1 30794U 07007B   16017.78262237 -.00000281  00000-0  00000+0 0  9990
+2 30794   0.0660   2.8081 0003283 295.2894 195.4342  1.00273046 32513
+0 ARIANE 5 R/B
+1 30795U 07007C   16016.92461878 +.00002248 +00000-0 +67507-3 0  9991
+2 30795 004.4238 001.6030 7137957 076.5888 348.3407 02.46229866075958
+0 THEMIS D
+1 30797U 07004D   16015.83273200 -.00000346 +00000-0 +25000-2 0  9998
+2 30797 006.2897 285.9108 8306359 338.6454 001.4443 01.00249148008014
+0 THEMIS E
+1 30798U 07004E   16016.84897291 -.00000387  00000-0  93509-3 0  9998
+2 30798   7.7887 297.7225 8302352 327.7190   2.0436  1.00239506 32468
+0 DELTA 2 R/B(2)
+1 30799U 07004G   16016.67723433 -.00000405  00000-0  00000+0 0  9997
+2 30799   7.6110 259.5703 8652573  10.7601 359.9214  0.78447896 25325
+0 FENGYUN 1C DEB
+1 30800U 99025AUJ 16016.97007727 +.00005608 +00000-0 +12338-2 0  9997
+2 30800 099.0424 203.8974 0051242 115.1905 040.1097 14.57103672464405
+0 FENGYUN 1C DEB
+1 30802U 99025AUL 16017.90805050  .00001265  00000-0  68265-3 0  9994
+2 30802  99.0466  23.3163 0024588 287.2382 136.6847 14.14408438459714
+0 FENGYUN 1C DEB
+1 30803U 99025AUM 16017.81309522  .00001356  00000-0  92316-3 0  9993
+2 30803  99.0991 325.6676 0112912  92.9300 321.1620 13.98620344453150
+0 FENGYUN 1C DEB
+1 30804U 99025AUN 16016.46114723  .00000995  00000-0  23107-3 0  9991
+2 30804  98.9703 196.5891 0210144 229.9075 184.9455 14.44972598468487
+0 FENGYUN 1C DEB
+1 30805U 99025AUP 16017.14069616  .00000183  00000-0  15656-3 0  9997
+2 30805  99.1437  79.9508 0071822 192.6738 221.8475 13.98213661454041
+0 FENGYUN 1C DEB
+1 30806U 99025AUQ 16017.45881156  .00000590  00000-0  59118-3 0  9996
+2 30806  99.0233 203.2608 0278586 211.1470 179.2512 13.65653882443317
+0 FENGYUN 1C DEB
+1 30809U 99025AUT 16017.78869508  .00001220  00000-0  68012-3 0  9996
+2 30809  98.9974  67.9618 0063084  32.3487  35.6966 14.11868328459389
+0 FENGYUN 1C DEB
+1 30810U 99025AUU 16016.91597487 +.00002589 +00000-0 +22228-2 0  9993
+2 30810 098.7091 058.4413 0245805 158.1486 327.7988 13.74639714443684
+0 FENGYUN 1C DEB
+1 30811U 99025AUV 16018.00520616  .00000809  00000-0  95943-3 0  9994
+2 30811  98.7673  34.3324 0299051  26.4256 335.1790 13.52745600439495
+0 FENGYUN 1C DEB
+1 30813U 99025AUX 16017.18423683  .00006000  00000-0  10445-2 0  9992
+2 30813  98.9432 208.9754 0064910 309.2641 107.5061 14.67124891467989
+0 FENGYUN 1C DEB
+1 30814U 99025AUY 16017.02620411  .00001790  00000-0  78475-3 0  9993
+2 30814  99.0630 134.8051 0049318 288.2082 131.5672 14.24350907460204
+0 FENGYUN 1C DEB
+1 30815U 99025AUZ 16016.46323308 +.00001845 +00000-0 +81454-3 0  9998
+2 30815 099.3524 206.1364 0002084 210.2133 180.0842 14.24674430459342
+0 FENGYUN 1C DEB
+1 30816U 99025AVA 16017.04637377  .00001242  00000-0  80336-3 0  9997
+2 30816  99.1703  35.2619 0062515  85.8308 335.8296 14.03779403455138
+0 FENGYUN 1C DEB
+1 30817U 99025AVB 16018.09341685  .00000537  00000-0  40177-3 0  9993
+2 30817  99.0812  73.6217 0067286 171.3202 250.7094 13.97983206454133
+0 FENGYUN 1C DEB
+1 30819U 99025AVD 16010.05692510  .00040472  00000-0  30440-2 0  9992
+2 30819  97.3234 313.5971 0024590 171.7506 188.4129 15.02171462471562
+0 FENGYUN 1C DEB
+1 30820U 99025AVE 16018.03193133  .00001346  00000-0  86910-3 0  9998
+2 30820  98.5748 224.9610 0062475 350.4277 164.0404 14.03584948455382
+0 FENGYUN 1C DEB
+1 30821U 99025AVF 16017.16262257  .00000545  00000-0  18238-3 0  9994
+2 30821  99.1331 238.0714 0101615  72.5670  48.8831 14.38848328466959
+0 FENGYUN 1C DEB
+1 30822U 99025AVG 16016.51670147  .00000148  00000-0  11029-3 0  9994
+2 30822  99.0882  27.4789 0076364  15.9743 137.5189 14.08148985457609
+0 FENGYUN 1C DEB
+1 30823U 99025AVH 16018.24456269  .00000315  00000-0  22526-3 0  9994
+2 30823  98.8483 283.0777 0142391  86.5815  42.7162 13.99189618454555
+0 FENGYUN 1C DEB
+1 30826U 99025AVL 16017.41166817  .00001127  00000-0  18348-3 0  9991
+2 30826  98.8554 249.0038 0199828  19.5428  98.7100 14.61008382473071
+0 FENGYUN 1C DEB
+1 30827U 99025AVM 16017.74745179  .00001863  00000-0  11110-2 0  9998
+2 30827  98.9047 307.9864 0071074 349.6639  10.3065 14.07253877455019
+0 FENGYUN 1C DEB
+1 30828U 99025AVN 16017.90126307  .00002219  00000-0  38934-3 0  9993
+2 30828  98.7050  56.7880 0335134 345.5562 135.4380 14.38228199464358
+0 FENGYUN 1C DEB
+1 30829U 99025AVP 16015.58984055 +.00000484 +00000-0 +32628-3 0  9994
+2 30829 098.9935 051.0893 0037894 046.9954 313.4378 14.04985635455751
+0 FENGYUN 1C DEB
+1 30830U 99025AVQ 16017.81336940  .00000203  00000-0  14065-3 0  9992
+2 30830  98.9073  54.4804 0031712 354.1311  60.3433 14.09554621458147
+0 FENGYUN 1C DEB
+1 30831U 99025AVR 16016.85865877 +.00000366 +00000-0 +17083-3 0  9995
+2 30831 099.3145 251.7253 0057783 314.4205 045.2251 14.26138670136379
+0 FENGYUN 1C DEB
+1 30832U 99025AVS 16008.05346988  .00001305  00000-0  11810-2 0  9991
+2 30832 100.3568 308.6408 0179944 141.3940 220.0234 13.78776640444707
+0 FENGYUN 1C DEB
+1 30833U 99025AVT 16017.92659124  .00000341  00000-0  18074-3 0  9996
+2 30833  99.8625  57.0223 0035847 194.4426 165.5725 14.21022800461354
+0 FENGYUN 1C DEB
+1 30835U 99025AVV 16016.28652705  .00005774  00000-0  39681-3 0  9996
+2 30835  98.7040 303.1828 0149765  90.3305 271.5077 14.97672964478537
+0 FENGYUN 1C DEB
+1 30836U 99025AVW 16015.95217992 +.00000373 +00000-0 +24299-3 0  9994
+2 30836 099.0900 024.0786 0027038 343.0667 016.9597 14.08597309110213
+0 FENGYUN 1C DEB
+1 30837U 99025AVX 16017.79425081  .00000178  00000-0  12271-3 0  9999
+2 30837  98.8735  60.3107 0033516 343.2489  69.6709 14.11214804457853
+0 FENGYUN 1C DEB
+1 30838U 99025AVY 16017.75789196  .00001832  00000-0  85974-3 0  9994
+2 30838  99.0305 111.5558 0057584 151.4525 332.8876 14.20506528458904
+0 FENGYUN 1C DEB
+1 30839U 99025AVZ 16017.77871229  .00058811  00000-0  13800-2 0  9993
+2 30839  98.7679   7.4759 0064879 326.3416  33.3713 15.39626652480694
+0 FENGYUN 1C DEB
+1 30840U 99025AWA 16017.12791265  .00001046  00000-0  20743-3 0  9998
+2 30840  98.4478  76.4715 0267711 290.9729 120.4338 14.44372145467787
+0 FENGYUN 1C DEB
+1 30841U 99025AWB 16017.74617868  .00000416  00000-0  58137-3 0  9991
+2 30841  98.7714 314.7533 0358707 202.3047 156.2141 13.38924739433546
+0 FENGYUN 1C DEB
+1 30843U 99025AWD 16016.49318986  .00000460  00000-0  11948-3 0  9991
+2 30843  98.9389 210.2239 0157923 198.1639 161.3872 14.47952759469234
+0 FENGYUN 1C DEB
+1 30844U 99025AWE 16018.05026884  .00004608  00000-0  11233-2 0  9993
+2 30844  98.7624 108.8892 0045055  48.8630  75.5369 14.52587684464831
+0 FENGYUN 1C DEB
+1 30845U 99025AWF 16015.99564462  .00000157  00000-0  17786-3 0  9998
+2 30845  98.3809  26.6887 0195813 316.3399  97.5839 13.74849212445462
+0 FENGYUN 1C DEB
+1 30846U 99025AWG 16017.63145020  .00000821  00000-0  33948-3 0  9993
+2 30846  99.3033 249.6037 0065279 332.2300  91.1438 14.28590339461947
+0 FENGYUN 1C DEB
+1 30847U 99025AWH 16018.17134331  .00001179  00000-0  79263-3 0  9994
+2 30847  98.7844 269.7937 0077119  62.5048  93.9878 14.01109140452812
+0 FENGYUN 1C DEB
+1 30848U 99025AWJ 16016.73136466  .00000978  00000-0  48191-3 0  9998
+2 30848  98.9218  99.7424 0054514 295.0313 217.9193 14.19140192458897
+0 FENGYUN 1C DEB
+1 30849U 99025AWK 16016.85019226 +.00001410 +00000-0 +87265-3 0  9993
+2 30849 099.0476 344.4231 0057341 049.9913 340.2508 14.06078472453954
+0 FENGYUN 1C DEB
+1 30850U 99025AWL 16017.20083199  .00001433  00000-0  96008-3 0  9995
+2 30850  98.4301 108.0196 0142345 336.0908  85.4808 13.97539833450953
+0 FENGYUN 1C DEB
+1 30851U 99025AWM 16017.19121535  .00002718  00000-0  97570-3 0  9993
+2 30851  98.5303 293.0482 0071135  50.9265 309.8219 14.33245578460878
+0 FENGYUN 1C DEB
+1 30852U 99025AWN 16017.54366481  .00000167  00000-0  12749-3 0  9995
+2 30852  99.0869  37.3150 0058847 298.1706 213.9810 14.06065941455201
+0 FENGYUN 1C DEB
+1 30856U 99025AWS 16017.64655634  .00002151  00000-0  12446-2 0  9999
+2 30856  98.2579  72.3610 0149867 251.8415 275.6649 14.04397965455409
+0 FENGYUN 1C DEB
+1 30857U 99025AWT 16017.11287131  .00003404  00000-0  20828-2 0  9990
+2 30857  98.9166 314.3982 0083889 100.4297  15.9873 14.04770296455998
+0 FENGYUN 1C DEB
+1 30858U 99025AWU 16017.51240836  .00000362  00000-0  21488-3 0  9990
+2 30858  99.0339   3.7954 0030899 279.6246 206.0037 14.13734502458692
+0 FENGYUN 1C DEB
+1 30859U 99025AWV 16017.84326730  .00002417  00000-0  12729-2 0  9995
+2 30859  98.8857 335.4897 0057597 346.7794  41.9980 14.14088549456598
+0 FENGYUN 1C DEB
+1 30860U 99025AWW 16016.91158892 +.00001271 +00000-0 +72433-3 0  9992
+2 30860 099.0441 004.4573 0047268 350.0821 009.9412 14.11068259453515
+0 FENGYUN 1C DEB
+1 30862U 99025AWY 16016.45673681 +.00002143 +00000-0 +11616-2 0  9995
+2 30862 098.9961 359.1765 0079531 042.8365 112.4810 14.11933881453910
+0 FENGYUN 1C DEB
+1 30863U 99025AWZ 16017.28668203  .00000104  00000-0  30817-3 0  9992
+2 30863  99.1897 313.4624 0875440 217.9274 305.9112 12.31552459399524
+0 FENGYUN 1C DEB
+1 30867U 99025AXD 16017.07707075  .00001589  00000-0  96400-3 0  9992
+2 30867  97.8789 317.8271 0063732  80.6137  48.6860 14.06485389455339
+0 FENGYUN 1C DEB
+1 30868U 99025AXE 16017.14188866  .00000244  00000-0  14767-3 0  9995
+2 30868  98.2919 138.6668 0139355 156.6159 327.2924 14.09490665457753
+0 FENGYUN 1C DEB
+1 30870U 99025AXG 16017.63049758  .00015251  00000-0  16200-2 0  9995
+2 30870  98.9688 256.7809 0041678 234.7984 153.4420 14.88492597470870
+0 FENGYUN 1C DEB
+1 30871U 99025AXH 16016.71505895  .00010788  00000-0  15814-2 0  9993
+2 30871  99.1905 280.6626 0081816 153.5825 206.9586 14.73507212466461
+0 FENGYUN 1C DEB
+1 30872U 99025AXJ 16016.92025374 +.00000883 +00000-0 +38826-3 0  9990
+2 30872 099.2264 184.1855 0050422 012.3959 145.3098 14.25598640460608
+0 FENGYUN 1C DEB
+1 30873U 99025AXK 16016.87739791  .00000114  00000-0  74722-4 0  9993
+2 30873  98.8632  42.3023 0110983 232.0093 252.7663 14.16839154459881
+0 FENGYUN 1C DEB
+1 30874U 99025AXL 16016.65633588  .00000370  00000-0  21299-3 0  9991
+2 30874  98.8761  86.1240 0043206 324.7897 192.7935 14.14878412458529
+0 FENGYUN 1C DEB
+1 30875U 99025AXM 16017.24024593  .00010220  00000-0  28093-2 0  9991
+2 30875  99.1379 116.0285 0054825 273.6093 114.1437 14.46294764457846
+0 FENGYUN 1C DEB
+1 30876U 99025AXN 16017.65354248 -.00000140  00000-0 -67412-4 0  9992
+2 30876  99.0842  74.0409 0069962 187.5508 325.8308 13.97014935452224
+0 FENGYUN 1C DEB
+1 30877U 99025AXP 16018.04870639  .00004525  00000-0  21445-2 0  9997
+2 30877  98.7974 305.4113 0077832  10.2198  54.5776 14.18481246455856
+0 FENGYUN 1C DEB
+1 30878U 99025AXQ 16017.08390550  .00000414  00000-0  27358-3 0  9993
+2 30878  98.9963  50.1619 0043269  41.3527  25.2033 14.06740156454709
+0 FENGYUN 1C DEB
+1 30879U 99025AXR 16017.93307001  .00003045  00000-0  10313-2 0  9992
+2 30879  99.4316  16.5386 0419525 298.7803  57.1831 13.97808590449533
+0 FENGYUN 1C DEB
+1 30880U 99025AXS 16016.71209723 +.00001057 +00000-0 +59990-3 0  9997
+2 30880 099.0720 029.6029 0026044 305.1743 107.9733 14.12079195455198
+0 FENGYUN 1C DEB
+1 30882U 99025AXU 16016.38887049  .00001884  00000-0  31240-3 0  9991
+2 30882  98.4059  69.1239 0248851 184.0805 175.8366 14.53042346469346
+0 FENGYUN 1C DEB
+1 30883U 99025AXV 16017.80313810  .00000109  00000-0  75268-4 0  9998
+2 30883  98.3273 217.5738 0115392 162.8802 262.8562 14.12489579459107
+0 FENGYUN 1C DEB
+1 30884U 99025AXW 16017.19804551  .00001248  00000-0  37949-3 0  9996
+2 30884  98.8579 144.9215 0111875  10.5282 107.7263 14.40461147463740
+0 FENGYUN 1C DEB
+1 30885U 99025AXX 16018.13650896  .00001499  00000-0  73660-3 0  9991
+2 30885  98.9955  86.6119 0085663 187.3472 202.9152 14.17350755456938
+0 FENGYUN 1C DEB
+1 30886U 99025AXY 16017.20859118  .00001017  00000-0  61415-3 0  9998
+2 30886  99.1754 112.8427 0039385  93.2509 328.9514 14.08553542454128
+0 FENGYUN 1C DEB
+1 30887U 99025AXZ 16016.83419670  .00000882  00000-0  21345-3 0  9999
+2 30887  98.8212  34.1714 0310758 200.9917 157.8275 14.30427675463085
+0 FENGYUN 1C DEB
+1 30888U 99025AYA 16016.74142043 +.00001512 +00000-0 +29285-3 0  9999
+2 30888 099.4657 112.9682 0148092 308.9644 206.0854 14.58505175469371
+0 FENGYUN 1C DEB
+1 30891U 99025AYD 16017.63600029  .00000759  00000-0  53472-3 0  9992
+2 30891  99.1095  80.8321 0057265 151.3757   3.5549 14.00392665455121
+0 FENGYUN 1C DEB
+1 30892U 99025AYE 15362.01996799  .00000338  00000-0  20043-3 0  9990
+2 30892  99.6598 299.0939 0040135 206.2286 153.6852 14.14787516457156
+0 FENGYUN 1C DEB
+1 30893U 99025AYF 16015.23033744 +.00000720 +00000-0 +42598-3 0  9997
+2 30893 098.2552 029.1192 0333184 041.6642 020.7884 13.85863185446691
+0 FENGYUN 1C DEB
+1 30895U 99025AYH 16016.36075096 +.00000258 +00000-0 +97938-4 0  9995
+2 30895 098.8174 339.5397 0232773 192.9340 322.3996 14.25820196461772
+0 FENGYUN 1C DEB
+1 30898U 99025AYL 16017.88231759  .00002972  00000-0  67019-3 0  9997
+2 30898  99.0583 252.7920 0137786  15.1642 345.3618 14.51487151467590
+0 FENGYUN 1C DEB
+1 30899U 99025AYM 16017.47894740  .00001612  00000-0  91150-3 0  9991
+2 30899  99.1192 108.4532 0041850  70.4476 350.9304 14.11197907456538
+0 FENGYUN 1C DEB
+1 30900U 99025AYN 16017.15483362  .00001530  00000-0  88250-3 0  9999
+2 30900  99.2951 136.1692 0080692 169.3924 190.8970 14.09050117455237
+0 FENGYUN 1C DEB
+1 30902U 99025AYQ 16016.52658466  .00001052  00000-0  57220-3 0  9992
+2 30902 100.2275 123.2049 0118809  45.7108 315.3730 14.11396605456997
+0 FENGYUN 1C DEB
+1 30903U 99025AYR 16017.12842744 -.00000170  00000-0 -86707-4 0  9999
+2 30903  99.3042 123.4906 0097434 181.2879 300.4256 13.96387051453647
+0 FENGYUN 1C DEB
+1 30905U 99025AYT 16017.28152653  .00000786  00000-0  51457-3 0  9995
+2 30905  99.1361  54.2633 0070184 124.8994 235.8795 14.03980591453795
+0 FENGYUN 1C DEB
+1 30906U 99025AYU 16016.99645264  .00000720  00000-0  43282-3 0  9993
+2 30906  98.8911 307.3607 0087349 345.5886  14.2794 14.08143404455406
+0 FENGYUN 1C DEB
+1 30907U 99025AYV 16017.70199736  .00000779  00000-0  50197-3 0  9999
+2 30907  99.9405 347.4935 0062703 244.9960 114.4684 14.05632867454658
+0 FENGYUN 1C DEB
+1 30912U 99025AZA 16017.54226932  .00001598  00000-0  38529-3 0  9991
+2 30912  99.0152 239.1284 0113717 293.2648  65.6606 14.50997461467266
+0 FENGYUN 1C DEB
+1 30913U 99025AZB 16017.39327727  .00000371  00000-0  27876-3 0  9990
+2 30913  99.0906  77.2193 0056160 157.4334 264.4916 14.00000102452758
+0 FENGYUN 1C DEB
+1 30914U 99025AZC 16016.53818439  .00001681  00000-0  28461-2 0  9996
+2 30914  99.9635 126.1151 0549029 303.9593  51.0478 12.99611957419636
+0 FENGYUN 1C DEB
+1 30915U 99025AZD 16017.92752709  .00001234  00000-0  72048-3 0  9993
+2 30915  99.0697   6.5302 0062006 296.3452 117.0581 14.09399257454534
+0 FENGYUN 1C DEB
+1 30916U 99025AZE 16017.42722843  .00000825  00000-0  57562-3 0  9994
+2 30916  99.2515   2.3517 0079981 159.0950 354.7338 14.00000015451647
+0 FENGYUN 1C DEB
+1 30918U 99025AZG 16016.61753804  .00000521  00000-0  41456-3 0  9995
+2 30918  98.3929  71.4067 0172701  69.1730  82.5968 13.88139902447975
+0 FENGYUN 1C DEB
+1 30919U 99025AZH 16017.37454755  .00001830  00000-0  76686-3 0  9990
+2 30919  98.8657  66.1323 0057368 219.7180 270.3636 14.26387710458211
+0 FENGYUN 1C DEB
+1 30920U 99025AZJ 16016.54788108  .00001769  00000-0  13733-2 0  9996
+2 30920  98.9094 233.6539 0154454 329.6155  58.6793 13.88415263446687
+0 FENGYUN 1C DEB
+1 30921U 99025AZK 16016.95200559 +.00001402 +00000-0 +75433-3 0  9991
+2 30921 099.0448 021.9311 0023214 289.7032 100.0388 14.14422575455134
+0 FENGYUN 1C DEB
+1 30922U 99025AZL 16018.00578310  .00000491  00000-0  29701-3 0  9997
+2 30922  98.9948  42.6358 0014200 239.7962 180.7537 14.11229239455300
+0 FENGYUN 1C DEB
+1 30923U 99025AZM 16016.41276150  .00002416  00000-0  11434-2 0  9990
+2 30923  98.9013 358.9455 0033287 205.7385 154.2136 14.20341273454935
+0 FENGYUN 1C DEB
+1 30924U 99025AZN 16017.02972904  .00002524  00000-0  11936-2 0  9996
+2 30924  99.0330  30.5647 0054427 329.6550  88.9410 14.19870221454942
+0 FENGYUN 1C DEB
+1 30925U 99025AZP 16014.58303432  .00001335  00000-0  69030-3 0  9997
+2 30925  98.9656  67.1475 0044681 206.5649 314.1337 14.16208596456693
+0 FENGYUN 1C DEB
+1 30926U 99025AZQ 16017.73032343  .00001102  00000-0  13303-3 0  9992
+2 30926  98.7901 300.2199 0214824 227.0365 131.2651 14.71314473474836
+0 FENGYUN 1C DEB
+1 30927U 99025AZR 16017.85933630  .00001123  00000-0  81050-3 0  9992
+2 30927  99.2117 351.8871 0117769 197.4538 192.1951 13.95561747451740
+0 FENGYUN 1C DEB
+1 30928U 99025AZS 16017.57727306  .00000689  00000-0  10752-2 0  9999
+2 30928  98.8735 253.2658 0464108 158.3013 270.3171 13.17136933427202
+0 FENGYUN 1C DEB
+1 30930U 99025AZU 16018.19155373  .00000332  00000-0  13144-3 0  9994
+2 30930  98.6289  92.2871 0119776  35.5151  34.7074 14.31409934465692
+0 FENGYUN 1C DEB
+1 30931U 99025AZV 16017.40909444  .00000281  00000-0  22800-3 0  9996
+2 30931  99.2229 347.9455 0096224 193.5925 322.4418 13.96305767454537
+0 FENGYUN 1C DEB
+1 30932U 99025AZW 16016.53291123 +.00001558 +00000-0 +98476-3 0  9998
+2 30932 098.9031 300.2165 0080511 036.3449 016.7238 14.03946953454172
+0 FENGYUN 1C DEB
+1 30933U 99025AZX 16017.11050971  .00002215  00000-0  15869-2 0  9993
+2 30933  99.0841 309.9952 0120264 291.1260 195.9546 13.94786125451177
+0 FENGYUN 1C DEB
+1 30934U 99025AZY 16016.77825738  .00000461  00000-0  64155-3 0  9990
+2 30934  98.7849 317.1553 0359478 210.7433 147.2194 13.38696310433151
+0 FENGYUN 1C DEB
+1 30935U 99025AZZ 16017.71885007  .00024583  00000-0  56859-3 0  9994
+2 30935  98.9452  91.3165 0094324  48.2091 312.7159 15.37862186482931
+0 FENGYUN 1C DEB
+1 30936U 99025BAA 16017.02124789  .00000406  00000-0  21879-3 0  9994
+2 30936  98.9449  31.9361 0049740 241.3764 173.7125 14.17841716458395
+0 FENGYUN 1C DEB
+1 30937U 99025BAB 16017.48074007  .00000054  00000-0  71910-4 0  9993
+2 30937  99.3061 357.2600 0075992 156.6323 322.1800 13.94817234453014
+0 FENGYUN 1C DEB
+1 30938U 99025BAC 16017.58774735  .00000273  00000-0  15915-3 0  9995
+2 30938  98.9269  38.1121 0047333 261.8751 222.0764 14.16135268459215
+0 FENGYUN 1C DEB
+1 30940U 99025BAE 16017.69675355  .00000535  00000-0  35867-3 0  9997
+2 30940  98.9960  81.7430 0043181  79.8804  48.0577 14.04683792453226
+0 FENGYUN 1C DEB
+1 30941U 99025BAF 16016.20672541  .00001572  00000-0  87562-3 0  9999
+2 30941  98.7295 284.1809 0040870 274.6096 239.6536 14.11980933453728
+0 FENGYUN 1C DEB
+1 30942U 99025BAG 16017.27779027  .00000165  00000-0  10462-3 0  9997
+2 30942  98.9190  45.0291 0140916 315.2248 104.1116 14.12095649455709
+0 FENGYUN 1C DEB
+1 30943U 99025BAH 16016.52529163 -.00000008  00000-0  23594-4 0  9997
+2 30943  99.1449  35.9292 0052054  41.6873 318.8241 14.02270947452264
+0 FENGYUN 1C DEB
+1 30944U 99025BAJ 16017.97558854  .00000495  00000-0  12661-3 0  9998
+2 30944  98.9174 202.8146 0157804 185.4742 336.8427 14.48257827466983
+0 FENGYUN 1C DEB
+1 30945U 99025BAK 16017.35990973  .00001124  00000-0  65888-3 0  9992
+2 30945  99.3620 159.0961 0039064  89.2377 299.2585 14.10051818452900
+0 FENGYUN 1C DEB
+1 30946U 99025BAL 16017.54270262  .00000600  00000-0  19989-3 0  9995
+2 30946  99.1175 225.2947 0101861  63.2750 320.0379 14.38724218462586
+0 FENGYUN 1C DEB
+1 30947U 99025BAM 16016.73360967 +.00000340 +00000-0 +13113-3 0  9992
+2 30947 098.7474 121.5417 0103517 079.1410 282.1403 14.33692287466094
+0 FENGYUN 1C DEB
+1 30949U 99025BAP 16017.88068600  .00000223  00000-0  13701-3 0  9993
+2 30949  98.9067  48.4983 0121043 146.2391 339.5512 14.11510168454772
+0 FENGYUN 1C DEB
+1 30950U 99025BAQ 16018.02393273  .00013532  00000-0  12361-2 0  9996
+2 30950  99.2567  47.4526 0058593 201.3121 158.5654 14.93885161475078
+0 FENGYUN 1C DEB
+1 30951U 99025BAR 16017.97819564  .00004412  00000-0  95408-3 0  9997
+2 30951  99.8970 196.6004 0140403 199.1724 313.3589 14.52952401467870
+0 FENGYUN 1C DEB
+1 30954U 99025BAU 16017.55053779  .00000888  00000-0  52755-3 0  9993
+2 30954  98.5672 239.0573 0144721 348.3913  74.4114 14.04804153455048
+0 FENGYUN 1C DEB
+1 30955U 99025BAV 16017.95297997  .00001334  00000-0  79209-3 0  9990
+2 30955  98.7800 281.2209 0057270 324.9520  34.7887 14.08398985453617
+0 FENGYUN 1C DEB
+1 30956U 99025BAW 16018.06194216  .00000688  00000-0  43956-3 0  9995
+2 30956  99.0780  44.4691 0054638  62.9976   0.4670 14.06156473454020
+0 FENGYUN 1C DEB
+1 30957U 99025BAX 16016.99684753  .00008346  00000-0  17014-2 0  9990
+2 30957  99.0995 208.2369 0079349 217.3162 299.7680 14.59274939465156
+0 FENGYUN 1C DEB
+1 30958U 99025BAY 16017.38607452  .00002443  00000-0  91259-3 0  9992
+2 30958  97.9964  73.1098 0140425  14.0678 346.4354 14.27351383457744
+0 FENGYUN 1C DEB
+1 30959U 99025BAZ 15362.52836004  .00001650  00000-0  88121-3 0  9991
+2 30959  99.6885 272.8931 0074019 272.3716  86.8981 14.13473128454539
+0 FENGYUN 1C DEB
+1 30960U 99025BBA 16016.27761103  .00003488  00000-0  69784-3 0  9994
+2 30960  99.0816 194.4251 0268905 173.3059 187.1840 14.42142760463437
+0 FENGYUN 1C DEB
+1 30964U 99025BBE 16017.90413029  .00000621  00000-0  48567-3 0  9992
+2 30964  98.6565 168.5015 0160513 128.5313  24.1833 13.89593844450608
+0 FENGYUN 1C DEB
+1 30966U 99025BBG 16016.95156459 +.00006101 +00000-0 +11210-2 0  9992
+2 30966 099.1107 267.5113 0097806 323.0336 093.2105 14.63026899133980
+0 FENGYUN 1C DEB
+1 30967U 99025BBH 16017.30830612  .00000957  00000-0  27953-3 0  9998
+2 30967  98.7534 138.6946 0118788 281.6197 105.8979 14.42565338467408
+0 FENGYUN 1C DEB
+1 30970U 99025BBL 16017.00606761  .00060637  00000-0  18674-2 0  9995
+2 30970  99.7200 306.3057 0051145 130.5020 230.0687 15.32113661476506
+0 FENGYUN 1C DEB
+1 30971U 99025BBM 16016.88359432  .00001911  00000-0  35357-3 0  9999
+2 30971  99.2174 347.3830 0211252 310.1180  76.9099 14.53486384470152
+0 FENGYUN 1C DEB
+1 30972U 99025BBN 16016.98014493  .00002356  00000-0  11106-2 0  9995
+2 30972  98.9990  24.1066 0024945 247.5205 166.4064 14.20717225457717
+0 FENGYUN 1C DEB
+1 30973U 99025BBP 16016.97144077  .00001330  00000-0  73062-3 0  9998
+2 30973  99.7551 298.5469 0115127 281.6921  77.1346 14.10436754455602
+0 FENGYUN 1C DEB
+1 30974U 99025BBQ 16017.88209745  .00005017  00000-0  11837-2 0  9991
+2 30974  98.9355 170.5753 0061225  93.1048 267.7154 14.53566813465664
+0 FENGYUN 1C DEB
+1 30975U 99025BBR 16016.99785335  .00002100  00000-0  83595-3 0  9998
+2 30975  98.9954  98.5909 0224023 237.5376 120.3963 14.17023295456829
+0 FENGYUN 1C DEB
+1 30976U 99025BBS 16017.04447997  .00002137  00000-0  10249-2 0  9990
+2 30976  99.1597  47.2483 0182199 159.5635 201.2949 14.11722676454815
+0 FENGYUN 1C DEB
+1 30977U 99025BBT 16017.23301074  .00000799  00000-0  26108-3 0  9991
+2 30977  99.0316 176.3478 0126139  52.1818  70.2602 14.37100516464907
+0 FENGYUN 1C DEB
+1 30979U 99025BBV 16017.73127479  .00001260  00000-0  21890-3 0  9990
+2 30979  97.8634 111.2156 0295710 353.9610 161.9071 14.45114786466591
+0 FENGYUN 1C DEB
+1 30980U 99025BBW 16017.79534900  .00021843  00000-0  22022-2 0  9995
+2 30980  98.8973 219.8044 0040832 226.4592 190.9210 14.90517717468878
+0 FENGYUN 1C DEB
+1 30981U 99025BBX 16017.12296157  .00002007  00000-0  12198-2 0  9996
+2 30981  98.4609 133.7647 0136890 305.0576  53.7814 14.02744890451921
+0 FENGYUN 1C DEB
+1 30982U 99025BBY 16018.05449419  .00000302  00000-0  80716-4 0  9990
+2 30982  98.4089  54.7221 0196377 178.5940 214.4401 14.44861368467389
+0 FENGYUN 1C DEB
+1 30984U 99025BCA 16017.54822640  .00000971  00000-0  30201-3 0  9991
+2 30984  98.6645  44.6886 0155789  54.0660  98.0978 14.36573193463631
+0 FENGYUN 1C DEB
+1 30985U 99025BCB 16018.12277931  .00001409  00000-0  81934-3 0  9990
+2 30985  99.2115 112.9431 0058362 104.9342  13.5241 14.09495498454295
+0 FENGYUN 1C DEB
+1 30986U 99025BCC 16017.29490890  .00000672  00000-0  33125-3 0  9999
+2 30986  98.9074  39.1440 0052468 225.4745 191.6730 14.20257798458728
+0 FENGYUN 1C DEB
+1 30988U 99025BCE 16017.01124753  .00004100  00000-0  47409-3 0  9993
+2 30988  98.5045 103.6474 0325621 141.7553 220.7235 14.54717794465051
+0 FENGYUN 1C DEB
+1 30989U 99025BCF 16017.88165894  .00001564  00000-0  10057-2 0  9999
+2 30989  99.1906   3.7529 0104366  53.0161 308.0502 14.02022174451772
+0 FENGYUN 1C DEB
+1 30993U 99025BCK 16017.78801654  .00001485  00000-0  78946-3 0  9998
+2 30993  99.0398  23.0992 0023301 283.4496 162.0765 14.14976283455842
+0 FENGYUN 1C DEB
+1 30994U 99025BCL 16016.29435453 +.00000081 +00000-0 +71038-4 0  9991
+2 30994 099.0017 035.5910 0017655 325.5835 098.5951 14.10239482455680
+0 FENGYUN 1C DEB
+1 30996U 99025BCN 16017.23433044  .00000750  00000-0  33431-3 0  9999
+2 30996  98.9160 123.3177 0055892 313.7902 110.4069 14.25062840459438
+0 FENGYUN 1C DEB
+1 30997U 99025BCP 16017.98268825  .00002719  00000-0  79337-3 0  9997
+2 30997  99.0492 183.9636 0069026  94.1506  35.2602 14.43611319462404
+0 FENGYUN 1C DEB
+1 30998U 99025BCQ 16017.86971723  .00001615  00000-0  78245-3 0  9994
+2 30998  98.8857 350.9700 0015241 219.0910 206.0724 14.19795212456350
+0 FENGYUN 1C DEB
+1 30999U 99025BCR 16016.59395605  .00000990  00000-0  27080-3 0  9999
+2 30999  99.0795 246.1466 0139960 328.0505  31.2252 14.44197867465125
+0 FENGYUN 1C DEB
+1 31000U 99025BCS 16017.54902999  .00000133  00000-0  91655-4 0  9998
+2 31000  97.5666 227.3071 0179119 107.6966 308.9928 14.02952598452500
+0 FENGYUN 1C DEB
+1 31001U 99025BCT 16018.15765626  .00000362  00000-0  12786-3 0  9992
+2 31001  99.2449 283.4441 0164152 237.2682 121.2587 14.34405317462896
+0 FENGYUN 1C DEB
+1 31002U 99025BCU 16018.04061227  .00000090  00000-0  93480-4 0  9996
+2 31002  99.2124  38.0240 0102190 205.7583 212.0485 13.96679220450977
+0 FENGYUN 1C DEB
+1 31003U 99025BCV 16017.03436711  .00001243  00000-0  71966-3 0  9994
+2 31003  99.0894  34.8754 0047538  19.7713   4.6378 14.10250880453834
+0 FENGYUN 1C DEB
+1 31005U 99025BCX 16016.67541050 +.00000676 +00000-0 +65490-3 0  9992
+2 31005 098.6203 081.1492 0193485 349.3986 165.7636 13.74894267444744
+0 FENGYUN 1C DEB
+1 31007U 99025BCZ 16016.84277296  .00001516  00000-0  57607-3 0  9996
+2 31007  98.1451 161.2919 0107160  98.9424  57.6452 14.29159397461887
+0 FENGYUN 1C DEB
+1 31008U 99025BDA 16018.19584831  .00028805  00000-0  27043-2 0  9993
+2 31008  99.0585 253.4923 0024724  26.3467  99.7405 14.93683257466700
+0 FENGYUN 1C DEB
+1 31009U 99025BDB 16017.55725588  .00000030  00000-0  50829-4 0  9999
+2 31009  99.1151  47.2418 0063828 141.2074  11.0149 13.98199839453146
+0 FENGYUN 1C DEB
+1 31010U 99025BDC 16017.35346954  .00001611  00000-0  11335-2 0  9998
+2 31010 101.7446 164.4534 0152891  67.1984 294.5237 13.94803083449310
+0 FENGYUN 1C DEB
+1 31012U 99025BDE 16016.81020220  .00000193  00000-0  97640-4 0  9994
+2 31012  98.8906 127.3222 0083984 249.1756 263.4187 14.25508236461978
+0 FENGYUN 1C DEB
+1 31013U 99025BDF 16016.70674957 +.00005183 +00000-0 +12268-2 0  9990
+2 31013 098.9956 186.4722 0055915 111.8265 016.8549 14.53592414464639
+0 FENGYUN 1C DEB
+1 31014U 99025BDG 16017.71927953 -.00000039  00000-0  29971-5 0  9998
+2 31014  99.0479  70.2454 0090401 112.5034  13.4180 13.97438237453074
+0 FENGYUN 1C DEB
+1 31015U 99025BDH 16016.47969008  .00004627  00000-0  64501-3 0  9990
+2 31015  98.7933 205.1403 0103488  74.9015 344.8332 14.74622522469940
+0 FENGYUN 1C DEB
+1 31016U 99025BDJ 16015.99623116  .00000273  00000-0  12161-3 0  9992
+2 31016  98.7845  34.0976 0119273  66.7191 354.2898 14.26813831460855
+0 FENGYUN 1C DEB
+1 31017U 99025BDK 16018.11651875 -.00000042  00000-0  31106-6 0  9991
+2 31017  98.9545  73.8280 0118205  89.2469 301.6427 14.05647540454560
+0 FENGYUN 1C DEB
+1 31018U 99025BDL 16016.99788797  .00000862  00000-0  57636-3 0  9992
+2 31018  99.2340  23.1835 0069957 107.4976 315.9400 14.02579521452047
+0 FENGYUN 1C DEB
+1 31019U 99025BDM 16017.82900418  .00001496  00000-0  41719-2 0  9990
+2 31019  98.7044 336.4954 1143069   8.5182  16.9980 11.77226316380718
+0 FENGYUN 1C DEB
+1 31021U 99025BDP 16017.81408170  .00001242  00000-0  14935-3 0  9990
+2 31021  98.6439  22.4015 0358842 220.3599 137.0459 14.49518106464880
+0 FENGYUN 1C DEB
+1 31022U 99025BDQ 16013.08918061 +.00000265 +00000-0 +24878-3 0  9992
+2 31022 099.4416 117.7425 0112165 050.2764 310.8214 13.87879461117417
+0 FENGYUN 1C DEB
+1 31023U 99025BDR 16016.96850210  .00000071  00000-0  69795-4 0  9997
+2 31023  98.9591  53.5220 0082972 289.5133  69.7087 14.05170973453543
+0 FENGYUN 1C DEB
+1 31024U 99025BDS 16017.09426663  .00000241  00000-0  13785-3 0  9990
+2 31024  99.0575 134.1866 0077039 306.9769  52.4369 14.17445089457336
+0 FENGYUN 1C DEB
+1 31025U 99025BDT 16015.34305370  .00000385  00000-0  19200-3 0  9995
+2 31025  98.8374  62.4856 0185412 313.3292  45.2552 14.14155069455774
+0 FENGYUN 1C DEB
+1 31026U 99025BDU 16017.26787334  .00000094  00000-0  11678-3 0  9991
+2 31026  98.7044 167.9804 0135561 249.8483 230.0544 13.82119939446154
+0 FENGYUN 1C DEB
+1 31027U 99025BDV 16004.97737792  .00002469  00000-0  12633-2 0  9998
+2 31027  99.0305  53.4309 0078263 294.3776  65.3519 14.14927444452436
+0 FENGYUN 1C DEB
+1 31028U 99025BDW 16017.18809190  .00000120  00000-0  12024-3 0  9995
+2 31028  98.6345 164.4739 0169791 110.3069 251.6426 13.86985094447776
+0 FENGYUN 1C DEB
+1 31029U 99025BDX 16017.23371704  .00000341  00000-0  14338-3 0  9992
+2 31029  98.8257 124.9968 0096049 173.7348 248.2369 14.29694098461621
+0 FENGYUN 1C DEB
+1 31030U 99025BDY 16015.94269756 +.00000787 +00000-0 +43701-3 0  9993
+2 31030 099.0357 016.8134 0031000 303.3241 086.3590 14.13966848454661
+0 FENGYUN 1C DEB
+1 31031U 99025BDZ 16016.12324280  .00000342  00000-0  19407-3 0  9992
+2 31031  99.0836 133.8429 0028923 355.8180 128.7717 14.16534479456056
+0 FENGYUN 1C DEB
+1 31032U 99025BEA 16016.76955911 +.00000802 +00000-0 +62775-3 0  9991
+2 31032 099.2015 316.9975 0159338 267.2837 120.9700 13.89380940446100
+0 FENGYUN 1C DEB
+1 31033U 99025BEB 16017.36025613  .00000177  00000-0  85289-4 0  9997
+2 31033  98.6621  74.2251 0158891 256.8517 162.7788 14.24156003458812
+0 FENGYUN 1C DEB
+1 31035U 99025BED 16018.03375181  .00000934  00000-0  30821-3 0  9994
+2 31035  98.7989  89.3369 0253634  28.7118  88.9929 14.23879469457028
+0 FENGYUN 1C DEB
+1 31036U 99025BEE 16017.54504453  .00000273  00000-0  83088-4 0  9996
+2 31036  99.0037 232.0582 0145591 261.9019 126.8444 14.45120862465476
+0 FENGYUN 1C DEB
+1 31037U 99025BEF 16017.53472808  .00014366  00000-0  20035-2 0  9993
+2 31037  99.0582 229.2468 0029719  94.4471 266.0132 14.77531188462950
+0 FENGYUN 1C DEB
+1 31038U 99025BEG 16017.49975451  .00000553  00000-0  19170-3 0  9993
+2 31038  99.1115 209.4493 0096669  75.5127 285.6759 14.37274388462334
+0 FENGYUN 1C DEB
+1 31040U 99025BEJ 16016.59213295 +.00000224 +00000-0 +13750-3 0  9990
+2 31040 098.8459 052.5967 0066565 101.4413 049.5573 14.14131155455361
+0 FENGYUN 1C DEB
+1 31041U 99025BEK 16016.81327418  .00001058  00000-0  74232-3 0  9997
+2 31041  99.1160 326.4030 0118369 232.9920 155.6942 13.97238662448061
+0 FENGYUN 1C DEB
+1 31042U 99025BEL 16015.57858303  .00004191  00000-0  85190-3 0  9998
+2 31042  99.0461 244.3525 0073016 357.3099   2.7696 14.60053212464210
+0 FENGYUN 1C DEB
+1 31043U 99025BEM 16017.87400613  .00000421  00000-0  29116-3 0  9999
+2 31043  99.1088  37.9809 0043128  27.4396  93.8677 14.04258135452197
+0 FENGYUN 1C DEB
+1 31044U 99025BEN 16017.67106323  .00008128  00000-0  10094-2 0  9995
+2 31044  99.4220  87.5773 0073661 327.0739  32.5892 14.81012189467596
+0 FENGYUN 1C DEB
+1 31046U 99025BEQ 16016.95653547 +.00002638 +00000-0 +13449-2 0  9999
+2 31046 099.0071 002.1072 0106876 053.0168 010.5801 14.13667988451700
+0 FENGYUN 1C DEB
+1 31047U 99025BER 16017.58372463  .00000212  00000-0  14550-3 0  9996
+2 31047  98.9442  49.4380 0026807 346.3777 165.6729 14.09745390453854
+0 FENGYUN 1C DEB
+1 31048U 99025BES 16017.38384439  .00002708  00000-0  12783-2 0  9998
+2 31048  99.0656  75.7447 0073026 245.8852 171.9936 14.19280439453907
+0 FENGYUN 1C DEB
+1 31049U 99025BET 16016.86828785 -.00000062 +00000-0 -11168-4 0  9999
+2 31049 099.1377 038.4468 0053597 098.8635 261.8603 14.01736961104027
+0 FENGYUN 1C DEB
+1 31051U 99025BEV 16015.20460838 -.00000114  00000-0 -45006-4 0  9996
+2 31051  99.2312  25.9489 0055243  82.0892 278.6537 14.01137381450896
+0 FENGYUN 1C DEB
+1 31053U 99025BEX 16018.08018838  .00000735  00000-0  66907-3 0  9995
+2 31053  98.7605  72.1720 0342958 267.0618 119.7635 13.62836011441416
+0 FENGYUN 1C DEB
+1 31054U 99025BEY 16017.50988664  .00000134  00000-0  10043-3 0  9998
+2 31054  99.0147  33.9595 0009300 267.6324 246.1375 14.10601506458145
+0 FENGYUN 1C DEB
+1 31055U 99025BEZ 16016.87188838  .00000155  00000-0  11916-3 0  9996
+2 31055  99.1078  25.3213 0025264 339.2066 139.0791 14.07294107452303
+0 FENGYUN 1C DEB
+1 31056U 99025BFA 16017.62348781  .00000138  00000-0  10075-3 0  9992
+2 31056  98.8666  65.3408 0026859 185.9563 328.0405 14.10936627458719
+0 FENGYUN 1C DEB
+1 31057U 99025BFB 16015.32897892 +.00003352 +00000-0 +66603-3 0  9999
+2 31057 099.2560 331.1821 0213516 327.0827 031.7215 14.49509490092954
+0 FENGYUN 1C DEB
+1 31058U 99025BFC 16017.05496650  .00000964  00000-0  23029-3 0  9990
+2 31058  99.5607 106.8445 0142262  61.4444 300.0981 14.50535581469123
+0 FENGYUN 1C DEB
+1 31060U 99025BFE 16016.73819378  .00012942  00000-0  17047-2 0  9994
+2 31060  99.1862 346.4280 0086761 289.1484  70.0346 14.77663938471183
+0 FENGYUN 1C DEB
+1 31062U 99025BFG 16015.01782558 +.00000046 +00000-0 +83906-4 0  9996
+2 31062 099.3046 291.5544 0175903 137.9030 280.6926 13.74252219444992
+0 FENGYUN 1C DEB
+1 31063U 99025BFH 16016.06592917  .00002231  00000-0  79344-3 0  9999
+2 31063  99.8478 101.4770 0040802 119.9641   1.1986 14.35103012463182
+0 FENGYUN 1C DEB
+1 31064U 99025BFJ 16018.07084478  .00000193  00000-0  85868-4 0  9995
+2 31064  98.7507  63.1554 0252712  17.0876  41.4078 14.18062468460671
+0 FENGYUN 1C DEB
+1 31065U 99025BFK 16015.35032046 +.00000748 +00000-0 +37918-3 0  9996
+2 31065 098.8312 064.2180 0040436 063.5387 296.9928 14.18628783131679
+0 FENGYUN 1C DEB
+1 31066U 99025BFL 16017.99076610  .00003321  00000-0  27058-3 0  9998
+2 31066  99.0469  32.1360 0198645 215.7187 143.0601 14.86250213476255
+0 FENGYUN 1C DEB
+1 31067U 99025BFM 16017.47812234  .00021518  00000-0  17374-2 0  9999
+2 31067  99.0787  12.2396 0093520  17.1982 133.7513 14.96451287474363
+0 FENGYUN 1C DEB
+1 31068U 99025BFN 16017.39836920  .00000127  00000-0  90748-4 0  9990
+2 31068  98.9219  80.4180 0167998 256.4699 101.7705 14.07119473457329
+0 FENGYUN 1C DEB
+1 31069U 99025BFP 16018.07175799  .00000757  00000-0  22550-3 0  9991
+2 31069  99.1104 241.4324 0132208  10.0608 350.3179 14.41469220466025
+0 FENGYUN 1C DEB
+1 31071U 99025BFR 16017.43887724  .00001101  00000-0  38264-3 0  9994
+2 31071  99.1094 193.4527 0072457 137.7462 222.9337 14.36194114463153
+0 FENGYUN 1C DEB
+1 31072U 99025BFS 16017.21099714  .00001117  00000-0  46220-3 0  9993
+2 31072  99.3031 167.8128 0238031 223.7721 262.5856 14.14728008457469
+0 FENGYUN 1C DEB
+1 31073U 99025BFT 16018.03633366  .00001098  00000-0  65588-3 0  9998
+2 31073  99.0761 104.2154 0056696  14.4540 109.7411 14.08542629460571
+0 FENGYUN 1C DEB
+1 31074U 99025BFU 16017.75351384  .00000595  00000-0  44580-3 0  9994
+2 31074  99.0117 299.8902 0102767 199.1225 188.6599 13.96050484449491
+0 FENGYUN 1C DEB
+1 31077U 99025BFX 16016.94074166 +.00002410 +00000-0 +41593-3 0  9996
+2 31077 098.9735 277.3816 0113390 176.6837 244.5298 14.65419235468316
+0 FENGYUN 1C DEB
+1 31078U 99025BFY 16015.15606867 +.00000681 +00000-0 +33602-3 0  9998
+2 31078 098.9230 339.4436 0124863 025.0460 040.3124 14.16820474456629
+0 FENGYUN 1C DEB
+1 31080U 99025BGA 16017.35639465  .00000838  00000-0  52653-3 0  9996
+2 31080  99.1277  79.8259 0089435 152.4692 208.1254 14.05284395452517
+0 FENGYUN 1C DEB
+1 31081U 99025BGB 16016.51749110 -.00000182  00000-0 -82843-4 0  9992
+2 31081  99.1011  28.6444 0047551 263.7234 248.7079 14.05760728459446
+0 FENGYUN 1C DEB
+1 31082U 99025BGC 16017.30333942  .00000440  00000-0  28577-3 0  9991
+2 31082  98.9928  59.5313 0074133 313.7025  45.8017 14.06532023453896
+0 FENGYUN 1C DEB
+1 31083U 99025BGD 16018.09954463  .00001480  00000-0  61492-3 0  9994
+2 31083  98.8043  63.4144 0051995 184.4195 230.5184 14.27233451458969
+0 FENGYUN 1C DEB
+1 31085U 99025BGF 16016.71252763  .00000178  00000-0  85063-4 0  9991
+2 31085  98.7503 110.8951 0090363 108.3686  53.1304 14.28364448461235
+0 FENGYUN 1C DEB
+1 31086U 99025BGG 16017.29064439  .00004722  00000-0  64865-3 0  9992
+2 31086  98.9355 304.0284 0134632  57.2488  92.6994 14.72796042470500
+0 FENGYUN 1C DEB
+1 31087U 99025BGH 16017.36269944  .00000949  00000-0  22107-3 0  9999
+2 31087  98.5165  54.6151 0216892 168.6668 260.3800 14.43860305464452
+0 FENGYUN 1C DEB
+1 31088U 99025BGJ 16016.97146120 +.00001191 +00000-0 +68823-3 0  9991
+2 31088 099.4458 180.8747 0036306 102.3866 026.4324 14.10787294453635
+0 FENGYUN 1C DEB
+1 31089U 99025BGK 16016.67577894  .00000215  00000-0  19572-3 0  9998
+2 31089  99.0710 280.1729 0213228 273.9045 114.5639 13.83968011448113
+0 FENGYUN 1C DEB
+1 31090U 99025BGL 16017.47768571  .00003630  00000-0  46903-3 0  9995
+2 31090  99.0144 343.8410 0176727  20.2663 104.1078 14.71321920473515
+0 FENGYUN 1C DEB
+1 31091U 99025BGM 16016.92633785 +.00000232 +00000-0 +32649-3 0  9990
+2 31091 099.2078 183.1959 0279736 123.1431 239.6879 13.51022049127557
+0 FENGYUN 1C DEB
+1 31092U 99025BGN 16017.59366000  .00000855  00000-0  11611-2 0  9994
+2 31092  99.6424 259.8642 0343938  42.5622 320.1626 13.40188910434408
+0 FENGYUN 1C DEB
+1 31093U 99025BGP 16017.79066215  .00000222  00000-0  22104-3 0  9990
+2 31093  98.6991 120.4218 0213352 254.5899 262.9298 13.77935938446924
+0 FENGYUN 1C DEB
+1 31094U 99025BGQ 16016.72077028 +.00000717 +00000-0 +57165-3 0  9991
+2 31094 099.0559 292.7893 0116572 241.4260 147.0395 13.91240311451922
+0 FENGYUN 1C DEB
+1 31095U 99025BGR 16018.10047605 -.00000181  00000-0 -24763-3 0  9999
+2 31095  98.5868 114.7669 0503204 200.7115 285.4048 13.05602962423462
+0 FENGYUN 1C DEB
+1 31097U 99025BGT 16017.64845509  .00001616  00000-0  83033-3 0  9995
+2 31097  98.9784  52.0123 0020971 255.5965 230.1243 14.16648878456166
+0 FENGYUN 1C DEB
+1 31098U 99025BGU 16017.53006653  .00001783  00000-0  88858-3 0  9998
+2 31098  99.0069  21.7143 0021599 258.1337 101.7415 14.18137937455286
+0 FENGYUN 1C DEB
+1 31099U 99025BGV 16017.25992987  .00000252  00000-0  12595-3 0  9997
+2 31099  98.8918 124.3031 0065276 262.9723 126.3669 14.24532077459330
+0 ANIK F3
+1 31102U 07009A   16016.84869654 -.00000009  00000-0  00000+0 0  9996
+2 31102   0.0185  56.5846 0001875 249.1785 356.7522  1.00271223 32186
+0 BREEZE-M DEB (TANK)
+1 31103U 07009B   16016.65114939 +.00001236 +00000-0 +41735-3 0  9991
+2 31103 049.4370 239.1921 5529205 000.6444 359.9058 04.72863562148207
+0 BREEZE-M R/B
+1 31104U 07009C   16016.42933638 +.00000085 +00000-0 +00000-0 0  9990
+2 31104 011.6538 090.1957 5695175 158.8362 347.1463 01.96449464062954
+0 HAIYANG 1B
+1 31113U 07010A   16018.16226111  .00000124  00000-0  65218-4 0  9996
+2 31113  98.6456  73.5279 0014635 185.8776 174.2243 14.29832688457711
+0 CZ-2C R/B
+1 31114U 07010B   16017.42285063  .00000033  00000-0  34977-4 0  9993
+2 31114  98.4148 300.0329 0058650 275.4806  83.9683 14.19184643454213
+0 BEIDOU M1
+1 31115U 07011A   16015.45970797 -.00000065  00000-0  00000+0 0  9992
+2 31115  53.4517 344.4931 0003327 287.2500  72.7121  1.77348018 58906
+0 CZ-3A R/B
+1 31116U 07011B   16017.42748445  .00046659 -37660-6  59963-3 0  9998
+2 31116  54.8050  95.2880 6117002 270.6381  24.2903  3.96393912123766
+0 EGYPTSAT 1
+1 31117U 07012A   16018.20967241  .00000403  00000-0  70762-4 0  9993
+2 31117  97.7204  50.4866 0006988 106.6784 253.5201 14.72476066470019
+0 SAUDISAT 3
+1 31118U 07012B   16018.17892645  .00000097  00000-0  24253-4 0  9998
+2 31118  97.7224  33.8456 0016245 118.4589 241.8256 14.68963324469250
+0 SAUDICOMSAT 7
+1 31119U 07012C   16017.52430034  .00000246  00000-0  57820-4 0  9999
+2 31119  97.8784 356.7493 0059025 249.3393 110.1474 14.61403192466499
+0 SL-24 DEB
+1 31120U 07012D   16017.13107041  .00000376  00000-0  62250-4 0  9994
+2 31120  97.8181  79.1039 0006986 202.2075 157.8833 14.75653732470660
+0 SAUDICOMSAT 6
+1 31121U 07012E   16017.96319692  .00000280  00000-0  68351-4 0  9995
+2 31121  97.9420 347.9226 0075806 302.2367  57.1501 14.58212593465568
+0 CSTB 1
+1 31122U 07012F   16017.42699656  .00000895  00000-0  18819-3 0  9993
+2 31122  97.9533 348.9781 0078294 310.8565  48.5867 14.60048951465376
+0 SL-24 R/B
+1 31123U 07012G   16016.95161869 +.00000033 +00000-0 +27422-4 0  9996
+2 31123 098.0207 179.6116 0311586 294.2873 188.7186 14.12495343451069
+0 SAUDICOMSAT 5
+1 31124U 07012H   16018.18517728  .00000239  00000-0  54753-4 0  9998
+2 31124  97.8440   3.0814 0050948 220.0356 139.7087 14.63074424467091
+0 SAUDICOMSAT 3
+1 31125U 07012J   16017.20525109  .00000255  00000-0  55875-4 0  9997
+2 31125  97.8113   8.0954 0043093 197.0443 162.9316 14.64769258467463
+0 MAST
+1 31126U 07012K   16017.85719847  .00000525  00000-0  12257-3 0  9999
+2 31126  97.9919 341.5159 0090466 347.2975  12.5944 14.56271227464724
+0 SAUDICOMSAT 4
+1 31127U 07012L   16017.47536700  .00000282  00000-0  66824-4 0  9993
+2 31127  97.9087 352.3135 0066965 275.2630  84.0932 14.59918603466014
+0 LIBERTAD 1
+1 31128U 07012M   16017.88330759  .00000682  00000-0  15723-3 0  9990
+2 31128  98.0142 338.8002 0097618   9.0916 351.2021 14.55529172464314
+0 CP3
+1 31129U 07012N   16017.94952569  .00000714  00000-0  16226-3 0  9992
+2 31129  98.0113 339.7805 0096418   5.4141 354.8076 14.56129464464366
+0 CAPE 1
+1 31130U 07012P   16017.44275306  .00000707  00000-0  16183-3 0  9990
+2 31130  98.0132 338.7012 0097230   9.2816 351.0151 14.55782341464059
+0 CZ-4 DEB
+1 31131U 03049D   16016.79539803 +.00000740 +00000-0 +27985-3 0  9998
+2 31131 098.5427 327.7361 0137591 078.4203 313.0581 14.28967358455351
+0 CP4
+1 31132U 07012Q   16018.12488456  .00000532  00000-0  11958-3 0  9991
+2 31132  97.9589 347.2762 0080342 315.0446  44.4267 14.58523202465217
+0 AEROCUBE 2
+1 31133U 07012R   16017.85703616  .00000614  00000-0  13637-3 0  9996
+2 31133  97.9588 347.0119 0080359 315.9532  43.5283 14.58537263465168
+0 AGILE
+1 31135U 07013A   16018.04323382  .00004650  00000-0  12926-3 0  9993
+2 31135   2.4664 161.2777 0014103 260.3878  99.4582 15.27081493484598
+0 AAM/PSLV
+1 31136U 07013B   16017.99138856  .00008249  00000-0  19943-3 0  9991
+2 31136   2.5040 120.8387 0006632   2.6536 357.3554 15.35188632484904
+0 ERS 2 DEB
+1 31137U 95021D   16017.50113875  .00000815  00000-0  27471-3 0  9995
+2 31137  98.2775 354.0267 0004280  23.9633  98.0957 14.39559348624698
+0 SATCOM 3 DEB
+1 31138U 79101H   16017.52033853 -.00000077  00000-0  00000+0 0  9992
+2 31138   8.9946  63.9448 4889821 167.8388 104.2232  1.83078719 61060
+0 CZ-4 DEB
+1 31139U 03049E   16016.77853703 +.00001169 +00000-0 +31581-3 0  9995
+2 31139 098.1056 013.8724 0095186 053.7958 307.1990 14.46935110460169
+0 NIMBUS 2 DEB
+1 31142U 66040AQ  16017.31817279  .00000610  00000-0  11793-2 0  9990
+2 31142 100.5762 152.1166 0067481 211.9454 203.2457 13.40806129432105
+0 FENGYUN 1C DEB
+1 31146U 99025BGY 16016.27931706 +.00000374 +00000-0 +15087-3 0  9997
+2 31146 099.0494 137.1682 0233352 070.8620 291.7659 14.20166333453393
+0 FENGYUN 1C DEB
+1 31147U 99025BGZ 16017.35774627  .00005074  00000-0  65107-3 0  9995
+2 31147  99.1743 336.0686 0138499 206.1652 307.3033 14.75227986464238
+0 FENGYUN 1C DEB
+1 31148U 99025BHA 16016.20089957  .00001353  00000-0  46236-3 0  9992
+2 31148  98.7979 112.3853 0162223 229.1903 129.5115 14.30928393456879
+0 FENGYUN 1C DEB
+1 31149U 99025BHB 16017.56246108  .00003601  00000-0  84144-3 0  9994
+2 31149  99.1648 244.2961 0124363 207.1454 183.3260 14.50759002459371
+0 FENGYUN 1C DEB
+1 31150U 99025BHC 16017.27110161  .00000135  00000-0  99929-4 0  9990
+2 31150  98.9892  36.3875 0014833 328.4904  91.2586 14.11157592452927
+0 FENGYUN 1C DEB
+1 31151U 99025BHD 16016.27703478  .00001964  00000-0  12609-2 0  9998
+2 31151  98.9905 314.8527 0076125  69.2299  88.9034 14.02958576450537
+0 FENGYUN 1C DEB
+1 31152U 99025BHE 16016.91399398 +.00000073 +00000-0 +38823-4 0  9990
+2 31152 098.5429 050.6154 0132750 003.6501 116.7473 14.34128822461785
+0 FENGYUN 1C DEB
+1 31154U 99025BHG 16015.78037080  .00003566  00000-0  93096-3 0  9995
+2 31154  98.6711  14.6597 0076722 280.5194  78.7361 14.48365189462354
+0 FENGYUN 1C DEB
+1 31155U 99025BHH 16017.51867192  .00000684  00000-0  49325-3 0  9998
+2 31155  99.2830  24.2476 0110089 233.9119 280.8834 13.97521549450402
+0 FENGYUN 1C DEB
+1 31157U 99025BHK 16017.41906432  .00000208  00000-0  11400-3 0  9995
+2 31157  98.7495  76.1770 0104133   3.2574  62.0285 14.19249047457259
+0 FENGYUN 1C DEB
+1 31158U 99025BHL 16017.27735147  .00001158  00000-0  60474-3 0  9993
+2 31158  99.0224  24.4633 0061812 311.3047  48.2814 14.15514691454776
+0 FENGYUN 1C DEB
+1 31159U 99025BHM 16017.45611883  .00005165  00000-0  47517-3 0  9999
+2 31159  97.7537 109.8885 0344911 193.8516 165.3039 14.59307754465178
+0 FENGYUN 1C DEB
+1 31160U 99025BHN 16013.36918689 -.00000102  00000-0 -39271-4 0  9998
+2 31160  99.2276 344.9946 0059003  82.9281 277.8587 13.98622783450433
+0 FENGYUN 1C DEB
+1 31161U 99025BHP 16017.24826972  .00000422  00000-0  27697-3 0  9994
+2 31161  99.0990  32.0187 0071112  44.5646 316.1210 14.06239112453120
+0 FENGYUN 1C DEB
+1 31163U 99025BHR 16015.49301437  .00000513  00000-0  23508-3 0  9993
+2 31163  98.8488 111.2137 0058439 280.5815  78.8785 14.24915859458531
+0 FENGYUN 1C DEB
+1 31165U 99025BHT 16017.71879782  .00001423  00000-0  39212-3 0  9995
+2 31165  98.9239 176.7422 0102827 338.5100  78.5037 14.45525672463854
+0 FENGYUN 1C DEB
+1 31166U 99025BHU 16017.58622324  .00002294  00000-0  90884-3 0  9998
+2 31166  98.8352  61.5649 0019773 276.6907 237.1744 14.29783915457855
+0 FENGYUN 1C DEB
+1 31167U 99025BHV 16016.40732509 +.00004409 +00000-0 +11643-2 0  9991
+2 31167 099.0206 183.5334 0057223 145.2539 215.2411 14.48476796458033
+0 FENGYUN 1C DEB
+1 31168U 99025BHW 16017.81957346  .00000749  00000-0  18038-3 0  9995
+2 31168  98.9615 226.8600 0140395 218.5261 140.5846 14.50885892465508
+0 FENGYUN 1C DEB
+1 31169U 99025BHX 16017.78508348  .00001529  00000-0  97157-3 0  9992
+2 31169  98.9982 317.5156 0078672  64.0728 296.8519 14.03783276450350
+0 FENGYUN 1C DEB
+1 31171U 99025BHZ 16017.11675034  .00002458  00000-0  13144-2 0  9994
+2 31171  98.0357 341.7360 0230214 315.7246  98.8516 14.01340587449086
+0 FENGYUN 1C DEB
+1 31172U 99025BJA 16016.86680714 +.00000120 +00000-0 +57204-4 0  9998
+2 31172 098.7072 038.8685 0154370 116.4701 007.0456 14.29273718459258
+0 FENGYUN 1C DEB
+1 31173U 99025BJB 16017.87415601  .00001051  00000-0  72709-3 0  9992
+2 31173  98.1795  48.6795 0085174 289.4915 197.2975 13.99254646449048
+0 FENGYUN 1C DEB
+1 31174U 99025BJC 16017.70779659  .00002726  00000-0  11640-2 0  9997
+2 31174  99.0702  96.1371 0020551 264.0046 247.8229 14.25803370452421
+0 FENGYUN 1C DEB
+1 31175U 99025BJD 16018.17433020  .00002742  00000-0  14548-2 0  9997
+2 31175  98.4266 150.7313 0153960 211.4914 273.8701 14.08468259450970
+0 FENGYUN 1C DEB
+1 31177U 99025BJF 16017.79458137  .00000072  00000-0  13280-3 0  9999
+2 31177  98.7556 318.6413 0348573 191.3470 185.3140 13.42754183431279
+0 FENGYUN 1C DEB
+1 31178U 99025BJG 16018.18575015  .00001298  00000-0  78840-3 0  9993
+2 31178  99.4760 151.4628 0161023 191.7961 167.9412 14.01951462449708
+0 FENGYUN 1C DEB
+1 31179U 99025BJH 16016.31192878  .00000656  00000-0  50684-3 0  9992
+2 31179  99.3841  44.2474 0230060   9.8769 350.6796 13.84779909445154
+0 FENGYUN 1C DEB
+1 31180U 99025BJJ 16016.99619426  .00000090  00000-0  65737-4 0  9999
+2 31180  99.2879 278.0961 0512154 167.1411 267.4221 13.66456495439820
+0 FENGYUN 1C DEB
+1 31181U 99025BJK 16017.28794247  .00000461  00000-0  31892-3 0  9994
+2 31181  99.0989  50.6119 0053283 106.4360 315.2916 14.03477823449781
+0 FENGYUN 1C DEB
+1 31182U 99025BJL 16017.32091498  .00000277  00000-0  17856-3 0  9997
+2 31182  98.8872  57.8212 0023376 341.3696  77.1074 14.10903394451401
+0 FENGYUN 1C DEB
+1 31183U 99025BJM 16017.33507269  .00001279  00000-0  49842-3 0  9990
+2 31183  99.0061 150.3099 0066157 246.5093 143.4343 14.30386567456420
+0 FENGYUN 1C DEB
+1 31185U 99025BJP 16017.31039966 -.00000004  00000-0  26534-4 0  9994
+2 31185  99.0809  46.6468 0041619  80.7863 279.8007 14.01612113451601
+0 FENGYUN 1C DEB
+1 31186U 99025BJQ 16017.57491991  .00000221  00000-0  15347-3 0  9992
+2 31186  99.1919 135.2053 0027699  61.2652 355.7305 14.09034930453501
+0 FENGYUN 1C DEB
+1 31187U 99025BJR 16017.37040166  .00002009  00000-0  65237-3 0  9994
+2 31187  99.2781  65.5859 0401471 337.1674  21.2065 14.02829837447830
+0 FENGYUN 1C DEB
+1 31188U 99025BJS 16017.07498767  .00001097  00000-0  63972-3 0  9996
+2 31188  99.0193  62.9215 0070938  67.6414 353.4881 14.09368911452515
+0 FENGYUN 1C DEB
+1 31190U 99025BJU 16016.04205542  .00000182  00000-0  15596-3 0  9995
+2 31190  99.1722  43.4773 0075521 179.2133 180.9162 13.98041559449740
+0 FENGYUN 1C DEB
+1 31191U 99025BJV 16016.74398648  .00000372  00000-0  13860-3 0  9996
+2 31191  98.7565 125.2604 0101074  57.6154 303.4763 14.35084823461362
+0 FENGYUN 1C DEB
+1 31192U 99025BJW 16017.38645147  .00000279  00000-0  11536-3 0  9991
+2 31192  98.7913  69.7678 0275424  81.4110 281.8165 14.15589400455773
+0 FENGYUN 1C DEB
+1 31193U 99025BJX 16017.86169057  .00013011  00000-0  79771-3 0  9999
+2 31193  99.1421  38.8071 0066038 353.4523   6.5831 15.08493840471603
+0 FENGYUN 1C DEB
+1 31194U 99025BJY 16016.73259396 +.00000944 +00000-0 +41549-3 0  9994
+2 31194 098.8858 113.7950 0063609 319.2359 205.3390 14.24826056454832
+0 FENGYUN 1C DEB
+1 31195U 99025BJZ 16012.20338132  .00000191  00000-0  12516-3 0  9995
+2 31195  99.1261  14.0700 0173894 233.4469 125.0584 14.06532931452341
+0 FENGYUN 1C DEB
+1 31196U 99025BKA 16017.85021735  .00000449  00000-0  23029-3 0  9997
+2 31196  98.8605  43.8232 0062175 218.6957 140.9757 14.19463456456752
+0 FENGYUN 1C DEB
+1 31197U 99025BKB 16017.35216586  .00002018  00000-0  10954-2 0  9999
+2 31197  99.1023  55.0729 0063660  67.3742 349.9232 14.12504616452244
+0 FENGYUN 1C DEB
+1 31198U 99025BKC 16017.36388097  .00000009  00000-0  43150-4 0  9992
+2 31198  98.5805  81.3468 0205167 348.1042  11.5303 13.74788337443052
+0 FENGYUN 1C DEB
+1 31199U 99025BKD 16017.34509436  .00000306  00000-0  20193-3 0  9994
+2 31199  98.9149  63.9599 0066244  39.5975  17.2490 14.07932209452759
+0 FENGYUN 1C DEB
+1 31201U 99025BKF 16016.72128355  .00000555  00000-0  23062-3 0  9990
+2 31201  98.8666 108.2326 0167680  10.4051 142.2781 14.23198540457225
+0 FENGYUN 1C DEB
+1 31202U 99025BKG 16016.88012883  .00002045  00000-0  46778-3 0  9991
+2 31202  96.5763  38.7226 0118488   4.1106 116.9012 14.52174280464598
+0 FENGYUN 1C DEB
+1 31203U 99025BKH 16017.58951654  .00002265  00000-0  10991-2 0  9999
+2 31203  99.0222  55.1964 0062767 234.5269 277.8440 14.18372589453590
+0 FENGYUN 1C DEB
+1 31205U 99025BKK 16015.79745664 +.00000076 +00000-0 +49352-4 0  9997
+2 31205 099.3307 226.7090 0166183 055.5002 001.3050 14.22335592457496
+0 FENGYUN 1C DEB
+1 31206U 99025BKL 16016.78296716 +.00000698 +00000-0 +26650-3 0  9992
+2 31206 098.8263 125.5917 0088370 161.5898 350.1762 14.31764799459940
+0 FENGYUN 1C DEB
+1 31207U 99025BKM 16017.26707270  .00022902  00000-0  27775-2 0  9999
+2 31207  98.3452 308.4435 0032790 182.4203 177.6856 14.83197845461151
+0 FENGYUN 1C DEB
+1 31208U 99025BKN 16016.50553800  .00001610  00000-0  66248-3 0  9996
+2 31208  99.2935 211.1423 0023319 341.7881  48.4042 14.28364850457286
+0 FENGYUN 1C DEB
+1 31209U 99025BKP 16014.15780121  .00001879  00000-0  97172-3 0  9991
+2 31209  98.9812   2.3735 0033028 304.1703  55.6340 14.15933967453012
+0 FENGYUN 1C DEB
+1 31210U 99025BKQ 16017.05569985  .00000131  00000-0  10224-3 0  9991
+2 31210  98.9824  44.8888 0016961 290.5515 125.8434 14.08616642450553
+0 FENGYUN 1C DEB
+1 31211U 99025BKR 16015.91791490 +.00000727 +00000-0 +43198-3 0  9990
+2 31211 098.9863 054.8553 0056231 275.6492 083.8267 14.09905269121930
+0 FENGYUN 1C DEB
+1 31212U 99025BKS 16017.36988355  .00001278  00000-0  86746-3 0  9998
+2 31212  99.0839 326.8279 0086403  89.9613  39.6856 14.00170540449177
+0 FENGYUN 1C DEB
+1 31213U 99025BKT 16018.05785520  .00003691  00000-0  15616-2 0  9993
+2 31213  99.4588 223.2910 0027873  38.0813 124.6179 14.25973999453521
+0 FENGYUN 1C DEB
+1 31214U 99025BKU 16017.45324755  .00002638  00000-0  12246-2 0  9992
+2 31214  98.9595  15.8025 0022819 229.5914 285.4748 14.21434393453579
+0 FENGYUN 1C DEB
+1 31215U 99025BKV 16017.01295696  .00001020  00000-0  49274-3 0  9992
+2 31215  98.8983 104.8558 0066589 274.3438  85.0132 14.19703339455390
+0 FENGYUN 1C DEB
+1 31217U 99025BKX 16017.04907187  .00000432  00000-0  25114-3 0  9995
+2 31217  98.9603  47.3769 0107931   1.3083 358.8350 14.11017149454175
+0 FENGYUN 1C DEB
+1 31218U 99025BKY 16017.14322191  .00002319  00000-0  10835-2 0  9992
+2 31218  98.8825 358.4543 0035215 151.6653 208.6448 14.21000367453628
+0 FENGYUN 1C DEB
+1 31219U 99025BKZ 16017.26308492  .00001081  00000-0  74923-3 0  9998
+2 31219  99.0438 312.9787 0086189 100.4697  63.5801 13.99335310448867
+0 FENGYUN 1C DEB
+1 31220U 99025BLA 16017.88445051  .00002483  00000-0  76756-3 0  9994
+2 31220  99.0203 167.9098 0061131 136.6397  17.5091 14.41185350459676
+0 FENGYUN 1C DEB
+1 31222U 99025BLC 16016.22924410 +.00002174 +00000-0 +24987-3 0  9990
+2 31222 098.6546 169.3363 0268744 285.4226 071.7438 14.64458991467492
+0 FENGYUN 1C DEB
+1 31223U 99025BLD 16018.21161582  .00000367  00000-0  44029-3 0  9996
+2 31223  98.9995 115.5360 0280633  76.3721 286.8504 13.57067118434611
+0 FENGYUN 1C DEB
+1 31224U 99025BLE 16015.36769855  .00000343  00000-0  14905-3 0  9991
+2 31224  98.7064  77.5922 0168282 304.4238 116.8604 14.23300631457220
+0 FENGYUN 1C DEB
+1 31225U 99025BLF 16017.49754297  .00001481  00000-0  91050-3 0  9992
+2 31225  99.1543   9.7688 0103841  14.2862 150.2001 14.04579791449412
+0 FENGYUN 1C DEB
+1 31226U 99025BLG 16017.99299507  .00000168  00000-0  87571-4 0  9991
+2 31226  98.7265  85.0041 0129984 302.4089  56.4568 14.22679616457521
+0 FENGYUN 1C DEB
+1 31227U 99025BLH 16017.42953386  .00002310  00000-0  10356-2 0  9998
+2 31227  98.1571  91.3073 0132440  15.0976 345.4096 14.18786035452389
+0 FENGYUN 1C DEB
+1 31228U 99025BLJ 16016.78864319  .00000639  00000-0  25605-3 0  9990
+2 31228  98.8637 128.9483 0087585 193.7837 320.3552 14.29772255458040
+0 FENGYUN 1C DEB
+1 31229U 99025BLK 16016.98533612  .00001151  00000-0  68552-3 0  9990
+2 31229  99.1136  35.3687 0064404  60.2520 331.1212 14.08379732450470
+0 FENGYUN 1C DEB
+1 31231U 99025BLM 16017.34438750  .00002345  00000-0  72317-3 0  9991
+2 31231  98.9853  62.6278 0310239 203.9330 218.9855 14.18237444452471
+0 FENGYUN 1C DEB
+1 31232U 99025BLN 16017.25427052  .00002489  00000-0  12333-2 0  9995
+2 31232  99.0593  31.9930 0044404 331.9076  27.9703 14.17680893452273
+0 FENGYUN 1C DEB
+1 31234U 99025BLQ 16017.87611327  .00000309  00000-0  21281-3 0  9997
+2 31234  98.9988  49.3946 0075203 293.9153  65.4150 14.05388648451604
+0 FENGYUN 1C DEB
+1 31235U 99025BLR 16016.88968793 +.00002325 +00000-0 +16488-2 0  9992
+2 31235 098.5065 054.8614 0258860 334.3097 024.5385 13.83775668128221
+0 FENGYUN 1C DEB
+1 31236U 99025BLS 16014.11496546  .00001813  00000-0  14923-2 0  9992
+2 31236  98.5554 332.6872 0387448 302.2058  54.2068 13.60651501439625
+0 FENGYUN 1C DEB
+1 31237U 99025BLT 16017.58925752  .00000461  00000-0  20618-3 0  9990
+2 31237  98.7201  54.5862 0099223 130.8000  22.2629 14.24644799457304
+0 FENGYUN 1C DEB
+1 31238U 99025BLU 16017.19456109  .00002757  00000-0  97118-3 0  9992
+2 31238  98.9806 103.3632 0116004  54.2925 336.0914 14.31953224455820
+0 FENGYUN 1C DEB
+1 31239U 99025BLV 16018.07003293  .00000112  00000-0  93835-4 0  9999
+2 31239  98.9842  50.9213 0050864 290.2068 124.5215 14.06363711451901
+0 FENGYUN 1C DEB
+1 31240U 99025BLW 15365.86973992  .00000532  00000-0  35948-3 0  9990
+2 31240  99.0519  33.0262 0048310 110.3520 248.6674 14.04152279448502
+0 FENGYUN 1C DEB
+1 31241U 99025BLX 16018.12940381  .00000390  00000-0  16333-3 0  9991
+2 31241  99.2471 246.2399 0074239 213.8868 145.7557 14.30712415459236
+0 FENGYUN 1C DEB
+1 31242U 99025BLY 16017.69433020  .00005073  00000-0  10827-2 0  9994
+2 31242  97.4275 337.2280 0072115 257.6791 227.9892 14.57629864467936
+0 FENGYUN 1C DEB
+1 31243U 99025BLZ 16017.38867078  .00000641  00000-0  45029-3 0  9994
+2 31243  99.1024  82.8038 0069306 156.0708 264.4573 14.00707614449581
+0 FENGYUN 1C DEB
+1 31246U 99025BMC 16017.51987911  .00000714  00000-0  53083-3 0  9991
+2 31246  99.0194 284.4601 0172147 217.9182 140.9754 13.91460713450742
+0 FENGYUN 1C DEB
+1 31247U 99025BMD 16016.72992324  .00001046  00000-0  74041-3 0  9994
+2 31247  99.2767 117.2240 0075736 237.5078 279.9236 13.98805392449076
+0 FENGYUN 1C DEB
+1 31248U 99025BME 16017.38243686  .00000382  00000-0  33657-3 0  9998
+2 31248  99.3569 349.9833 0115151 301.7624 217.0569 13.88776007445984
+0 FENGYUN 1C DEB
+1 31249U 99025BMF 16017.33637454  .00004278  00000-0  14690-2 0  9997
+2 31249  98.9707  60.1148 0075445  95.0291 265.9510 14.35023737455133
+0 FENGYUN 1C DEB
+1 31250U 99025BMG 16016.72840141 +.00000561 +00000-0 +41303-3 0  9993
+2 31250 098.4670 115.3741 0140368 336.4229 023.0542 13.94759856449943
+0 FENGYUN 1C DEB
+1 31252U 99025BMJ 16016.88530682  .00000503  00000-0  15094-3 0  9992
+2 31252  98.7068  40.6746 0236185 112.0506 250.5943 14.32186342459224
+0 FENGYUN 1C DEB
+1 31253U 99025BMK 16017.13477434  .00000571  00000-0  28379-3 0  9992
+2 31253  99.1770 349.4892 0302363 328.8687  29.4866 14.00060693455061
+0 FENGYUN 1C DEB
+1 31254U 99025BML 16016.44992630  .00000717  00000-0  26019-3 0  9997
+2 31254  98.8292  18.0933 0167367  26.9255 132.1249 14.29017595458099
+0 FENGYUN 1C DEB
+1 31255U 99025BMM 16017.68353782  .00000187  00000-0  10313-3 0  9995
+2 31255  99.0770 106.7673 0284368 328.1281  30.2948 14.04772929460591
+0 FENGYUN 1C DEB
+1 31256U 99025BMN 16017.97901710  .00002615  00000-0  15472-2 0  9996
+2 31256  98.7300  84.1591 0405782 195.2480 163.6139 13.74274088438210
+0 FENGYUN 1C DEB
+1 31257U 99025BMP 16017.35454856  .00001706  00000-0  11531-2 0  9995
+2 31257  98.6753 204.2994 0129959 156.6732 204.0402 13.97616395451791
+0 FENGYUN 1C DEB
+1 31258U 99025BMQ 16016.96353252 +.00002305 +00000-0 +10693-2 0  9994
+2 31258 098.9330 010.7183 0023150 238.8143 182.4329 14.21576149452700
+0 FENGYUN 1C DEB
+1 31259U 99025BMR 16017.50812122  .00001368  00000-0  91872-3 0  9999
+2 31259  99.2159  32.7548 0073338 161.3879   1.9736 14.01180550447843
+0 FENGYUN 1C DEB
+1 31260U 99025BMS 16017.06784870  .00000824  00000-0  36847-3 0  9997
+2 31260  98.9007 117.9282 0052561 322.0306 161.9472 14.24731869455832
+0 FENGYUN 1C DEB
+1 31261U 99025BMT 16016.56417697 +.00000973 +00000-0 +41092-3 0  9995
+2 31261 099.0039 142.7218 0060693 287.4760 071.9791 14.27050668456309
+0 FENGYUN 1C DEB
+1 31262U 99025BMU 16017.51671301  .00001013  00000-0  66444-3 0  9990
+2 31262  99.2117  22.7906 0066566  99.3590  58.3928 14.03323015448468
+0 FENGYUN 1C DEB
+1 31263U 99025BMV 16018.15123691  .00002191  00000-0  10088-2 0  9996
+2 31263  99.0177  89.4342 0045121 320.2071  39.5799 14.21648300452987
+0 FENGYUN 1C DEB
+1 31264U 99025BMW 16016.78453770  .00000395  00000-0  23469-3 0  9990
+2 31264  99.0748 124.2328 0000233 186.8369 324.9619 14.13455384452863
+0 FENGYUN 1C DEB
+1 31265U 99025BMX 16006.19379907  .00003035  00000-0  71113-3 0  9997
+2 31265  96.5608 341.8450 0108606 253.0318 105.8956 14.51499493462466
+0 FENGYUN 1C DEB
+1 31266U 99025BMY 16017.20886867  .00000230  00000-0  12206-3 0  9992
+2 31266  99.2306 168.6361 0137803 102.8506  21.7708 14.18452337458846
+0 FENGYUN 1C DEB
+1 31267U 99025BMZ 16017.05816026  .00001984  00000-0  47988-3 0  9998
+2 31267  99.3068 331.1425 0122816 140.7257 220.2923 14.49904661466405
+0 FENGYUN 1C DEB
+1 31268U 99025BNA 15364.93877784  .00000286  00000-0  21988-3 0  9994
+2 31268  99.1050  64.4838 0058327 209.0609 150.7305 14.00523515450332
+0 FENGYUN 1C DEB
+1 31269U 99025BNB 16017.19668873  .00001366  00000-0  43371-3 0  9996
+2 31269  98.2457  99.8914 0340527  67.3627 346.5393 14.13067080453342
+0 FENGYUN 1C DEB
+1 31270U 99025BNC 16017.55518431  .00001984  00000-0  44569-3 0  9998
+2 31270  99.0359 229.3311 0138446  23.3488 337.3912 14.52048974465732
+0 FENGYUN 1C DEB
+1 31272U 99025BNE 16018.07080155  .00000411  00000-0  21494-3 0  9991
+2 31272  98.9747 115.6241 0114366 310.9641 173.4082 14.16656355457504
+0 FENGYUN 1C DEB
+1 31273U 99025BNF 16016.66539662  .00003441  00000-0  11567-2 0  9992
+2 31273  98.3809 269.2216 0074360 348.8841  40.8082 14.36213872460547
+0 FENGYUN 1C DEB
+1 31274U 99025BNG 16017.68115818  .00001969  00000-0  15399-2 0  9999
+2 31274  99.1818 281.3996 0259196  56.5153 335.0070 13.78722140444511
+0 FENGYUN 1C DEB
+1 31275U 99025BNH 16017.25460851  .00000850  00000-0  62824-3 0  9997
+2 31275  99.2850  34.5824 0111094 186.2587 173.7193 13.95311156450018
+0 FENGYUN 1C DEB
+1 31279U 99025BNM 16017.31603188  .00000416  00000-0  20934-3 0  9994
+2 31279  98.8336  45.7796 0079838 206.3578 210.4479 14.20090727458269
+0 FENGYUN 1C DEB
+1 31280U 99025BNN 16015.86709581 +.00014947 +00000-0 +14562-2 0  9991
+2 31280 097.9728 243.5035 0102980 046.2217 009.4051 14.88629917466440
+0 FENGYUN 1C DEB
+1 31281U 99025BNP 16016.79653679 +.00004544 +00000-0 +58438-3 0  9994
+2 31281 098.4111 327.6018 0272302 316.9626 070.1303 14.58972210465982
+0 FENGYUN 1C DEB
+1 31282U 99025BNQ 16016.76140772  .00000266  00000-0  91729-4 0  9995
+2 31282  99.2209 309.2243 0135393  93.7574 267.9104 14.39823349464606
+0 FENGYUN 1C DEB
+1 31284U 99025BNS 16016.79503653  .00000520  00000-0  40202-3 0  9993
+2 31284  99.8071 219.7387 0151577   1.9678  60.7352 13.92562009449050
+0 FENGYUN 1C DEB
+1 31285U 99025BNT 16017.34545230  .00000182  00000-0  83705-4 0  9993
+2 31285  98.6855  64.0695 0208031 291.5250 123.6651 14.22293572459234
+0 FENGYUN 1C DEB
+1 31286U 99025BNU 16016.02803557  .00001726  00000-0  11718-2 0  9995
+2 31286 100.8477 229.5402 0116936   3.9277 356.2771 13.98662114448623
+0 FENGYUN 1C DEB
+1 31287U 99025BNV 16016.88296020 +.00001214 +00000-0 +70136-3 0  9993
+2 31287 099.4372 181.0191 0034819 103.7665 256.7383 14.10786326455074
+0 FENGYUN 1C DEB
+1 31288U 99025BNW 16016.55243784 +.00001735 +00000-0 +72255-3 0  9999
+2 31288 098.8661 050.6931 0061771 202.6007 315.4917 14.26612665455828
+0 FENGYUN 1C DEB
+1 31289U 99025BNX 16017.84546523  .00007064  00000-0  27670-3 0  9992
+2 31289  97.4933 234.9651 0233371 131.9658 230.1715 15.04421163479761
+0 FENGYUN 1C DEB
+1 31290U 99025BNY 16016.48024600  .00004080  00000-0  12746-2 0  9992
+2 31290 101.9404 114.1520 0111740 266.3161 154.1992 14.38146025461353
+0 FENGYUN 1C DEB
+1 31291U 99025BNZ 16017.78382834  .00004275  00000-0  13674-2 0  9990
+2 31291  98.5419 309.7206 0079043   1.9800  25.1140 14.38341126460075
+0 FENGYUN 1C DEB
+1 31292U 99025BPA 16017.03179391  .00002941  00000-0  14591-2 0  9998
+2 31292  99.0833  38.3862 0051397   0.2053 359.9133 14.17290948453309
+0 FENGYUN 1C DEB
+1 31293U 99025BPB 16017.88427234  .00000054  00000-0  35154-4 0  9997
+2 31293  98.7197  36.0759 0129384  85.7072  33.4005 14.29671605461295
+0 FENGYUN 1C DEB
+1 31294U 99025BPC 16018.14222807  .00000271  00000-0  16632-3 0  9997
+2 31294  98.8912  80.7475 0104390 198.2944 191.4988 14.11045438458944
+0 FENGYUN 1C DEB
+1 31295U 99025BPD 16016.70125923  .00000239  00000-0  19866-3 0  9995
+2 31295  98.4317 117.0925 0077306 287.5261  71.7467 13.95910691451302
+0 FENGYUN 1C DEB
+1 31296U 99025BPE 16017.71130765  .00002012  00000-0  97351-3 0  9994
+2 31296  99.0733  93.7275 0045362 232.6779 280.7722 14.19161828457536
+0 FENGYUN 1C DEB
+1 31297U 99025BPF 16017.15257229  .00000362  00000-0  95123-4 0  9990
+2 31297  98.9679 241.6356 0156029 211.9701 276.4000 14.49132003469457
+0 FENGYUN 1C DEB
+1 31298U 99025BPG 16017.16096633  .00011367  00000-0  14010-2 0  9993
+2 31298  98.9889 258.5267 0048497 257.4457 231.4549 14.82272101466740
+0 FENGYUN 1C DEB
+1 31299U 99025BPH 16017.48660998  .00007313  00000-0  37266-3 0  9995
+2 31299  96.9245 212.8787 0278589  57.8087 304.9824 14.89132222468798
+0 FENGYUN 1C DEB
+1 31300U 99025BPJ 16017.74260300  .00001149  00000-0  75208-3 0  9999
+2 31300  99.6060 202.3109 0071140 263.4550 228.3943 14.03205822454195
+0 FENGYUN 1C DEB
+1 31302U 99025BPL 16016.90733091 +.00001250 +00000-0 +72261-3 0  9999
+2 31302 099.4172 175.3324 0034010 097.1968 055.8703 14.10676404451872
+0 FENGYUN 1C DEB
+1 31303U 99025BPM 16016.99556696 -.00000005  00000-0  23178-4 0  9995
+2 31303  99.0377  30.4665 0010515 280.0628 111.7555 14.09892447453666
+0 AIM
+1 31304U 07015A   16018.19195331  .00002895  00000-0  18215-3 0  9996
+2 31304  97.9470 168.9224 0006752  92.0741 268.1261 15.10047915476998
+0 PEGASUS R/B
+1 31305U 07015B   16018.05930201  .00000940  00000-0  78759-4 0  9994
+2 31305  97.9889 173.4372 0011627 183.4478 176.6667 15.00933558476435
+0 ASTRA 1L
+1 31306U 07016A   16016.96440341  .00000111  00000-0  00000+0 0  9994
+2 31306   0.0645 275.6991 0004423 345.8817 220.6287  1.00267944 31899
+0 GALAXY 17
+1 31307U 07016B   16016.85848897 -.00000183  00000-0  00000+0 0  9991
+2 31307   0.0240  15.4891 0003660 281.9805  36.3020  1.00271382 31921
+0 ARIANE 5 R/B
+1 31308U 07016C   16017.44741282  .00004231  00000-0  87278-3 0  9991
+2 31308   5.6708  82.9782 7126981  35.4146 355.5919  2.48399688 75316
+0 ARIANE 5 DEB (SYLDA)
+1 31309U 07016D   16016.06994005  .00157145  00000-0  52719-2 0  9996
+2 31309   5.7833  49.9394 5427383  93.3784 326.9259  5.01610778105937
+0 FENGYUN 1C DEB
+1 31311U 99025BPP 16016.97823309  .00001180  00000-0  66019-3 0  9994
+2 31311  99.0607  19.4302 0024423 293.7667 119.4525 14.12609955450880
+0 FENGYUN 1C DEB
+1 31312U 99025BPQ 16017.08457021  .00000071  00000-0  79342-4 0  9994
+2 31312  99.0735  63.3652 0066338 164.8820 250.8747 13.97851348447912
+0 FENGYUN 1C DEB
+1 31313U 99025BPR 16016.11115393 +.00000249 +00000-0 +13990-3 0  9994
+2 31313 099.0088 128.5361 0047508 042.4207 318.0625 14.18960623457108
+0 FENGYUN 1C DEB
+1 31314U 99025BPS 15361.84709029  .00000029  00000-0  45872-4 0  9993
+2 31314  99.0475  29.4146 0081680  58.5973 302.3150 14.02432439445968
+0 FENGYUN 1C DEB
+1 31316U 99025BPU 16017.26816983  .00001161  00000-0  67749-3 0  9992
+2 31316  99.0957  50.2833 0120188   6.6015 353.6703 14.06926543452237
+0 FENGYUN 1C DEB
+1 31317U 99025BPV 16017.69144883  .00006771  00000-0  22226-2 0  9995
+2 31317  99.3466 187.5439 0112140  90.4051 331.8585 14.35141088451366
+0 FENGYUN 1C DEB
+1 31319U 99025BPX 16018.17775730  .00000079  00000-0  11211-3 0  9990
+2 31319  98.7990 150.0611 0171353  14.9156 105.7567 13.74775645440515
+0 FENGYUN 1C DEB
+1 31320U 99025BPY 16010.42587249 +.00001278 +00000-0 +84998-3 0  9992
+2 31320 098.3281 076.2028 0125662 320.8690 038.3438 13.99107511094747
+0 FENGYUN 1C DEB
+1 31321U 99025BPZ 16011.99456091 +.00000122 +00000-0 +90111-4 0  9998
+2 31321 098.9272 094.3362 0030399 015.8457 344.3658 14.12274053062336
+0 FENGYUN 1C DEB
+1 31322U 99025BQA 16017.92129693  .00000082  00000-0  10959-3 0  9999
+2 31322  98.5349  59.9421 0241031 319.2792 161.9665 13.71466374442102
+0 FENGYUN 1C DEB
+1 31323U 99025BQB 16016.87512342 +.00001197 +00000-0 +70111-3 0  9994
+2 31323 099.4184 173.0857 0037882 110.4012 250.1231 14.09984666128319
+0 FENGYUN 1C DEB
+1 31324U 99025BQC 16016.55308719  .00000094  00000-0  74198-4 0  9996
+2 31324  99.1567 140.6991 0050918  20.7178 339.6043 14.13128916454748
+0 FENGYUN 1C DEB
+1 31325U 99025BQD 16016.34706486  .00001330  00000-0  88748-3 0  9996
+2 31325  99.1728  62.5252 0091354 204.3841 155.2988 14.00865066446927
+0 FENGYUN 1C DEB
+1 31326U 99025BQE 16012.33643365  .00002580  00000-0  12755-2 0  9990
+2 31326  99.0451  63.4198 0052738  24.6036 335.7637 14.17539474449952
+0 FENGYUN 1C DEB
+1 31327U 99025BQF 16016.76295762 +.00001587 +00000-0 +24361-3 0  9999
+2 31327 098.9592 305.7162 0183518 112.1193 249.9601 14.64537848468434
+0 FENGYUN 1C DEB
+1 31328U 99025BQG 16017.33086984  .00000034  00000-0  29262-4 0  9990
+2 31328  98.5892  64.8396 0107029  61.2952   1.0128 14.27646514459741
+0 FENGYUN 1C DEB
+1 31329U 99025BQH 16018.15760946  .00001052  00000-0  33981-3 0  9992
+2 31329  98.8669 146.8215 0087419  79.5208 281.5814 14.39169777458777
+0 FENGYUN 1C DEB
+1 31330U 99025BQJ 16017.44331597  .00002113  00000-0  10207-2 0  9995
+2 31330  99.0004  20.8058 0032387 264.9557 256.3474 14.19445754453926
+0 FENGYUN 1C DEB
+1 31331U 99025BQK 16017.24238692  .00000474  00000-0  35101-3 0  9995
+2 31331  99.2196  24.6404 0056898  87.3139 330.7958 13.99552140447847
+0 FENGYUN 1C DEB
+1 31332U 99025BQL 16017.57851630  .00000964  00000-0  62461-3 0  9998
+2 31332  99.0213  59.5841 0054589  95.9563  57.6804 14.04393297451516
+0 FENGYUN 1C DEB
+1 31333U 99025BQM 16017.38679115  .00000537  00000-0  26334-3 0  9999
+2 31333  98.8119  75.8522 0109325  54.8967 306.2399 14.18745838453350
+0 FENGYUN 1C DEB
+1 31334U 99025BQN 16009.25563477  .00001702  00000-0  10079-2 0  9993
+2 31334  99.1755  17.1316 0072785 125.2999 235.5005 14.07748256446757
+0 FENGYUN 1C DEB
+1 31335U 99025BQP 16016.93685268 +.00018285 +00000-0 +20500-2 0  9994
+2 31335 098.8146 187.2726 0064519 164.8623 195.4539 14.85361713066873
+0 FENGYUN 1C DEB
+1 31336U 99025BQQ 16016.78136723 +.00000541 +00000-0 +20078-3 0  9992
+2 31336 098.7599 006.9103 0100447 011.6574 110.5484 14.33529006459064
+0 FENGYUN 1C DEB
+1 31337U 99025BQR 16015.05259322  .00003694  00000-0  11304-2 0  9996
+2 31337  99.4413 323.0023 0053829 322.3361  99.0911 14.41648835458672
+0 FENGYUN 1C DEB
+1 31338U 99025BQS 16016.93654230 +.00001528 +00000-0 +10542-2 0  9999
+2 31338 098.8835 273.2822 0097862 156.5774 203.9893 13.98404493129881
+0 FENGYUN 1C DEB
+1 31339U 99025BQT 16017.98026832  .00000830  00000-0  53472-3 0  9992
+2 31339  99.0326  57.9308 0080298  29.0880  86.8388 14.04257134450153
+0 FENGYUN 1C DEB
+1 31340U 99025BQU 16016.80064992 +.00001942 +00000-0 +10418-2 0  9990
+2 31340 099.0754 019.5753 0043507 283.2346 203.3050 14.13745832154971
+0 FENGYUN 1C DEB
+1 31341U 99025BQV 16018.12646098  .00001445  00000-0  55578-3 0  9996
+2 31341  99.5553 343.4577 0075060 322.8515  97.2032 14.30668057457679
+0 FENGYUN 1C DEB
+1 31342U 99025BQW 16017.61081254  .00000119  00000-0  55441-4 0  9994
+2 31342  98.9409 159.2328 0116464  27.6529 333.0784 14.34291547460959
+0 FENGYUN 1C DEB
+1 31344U 99025BQY 16009.18443553 -.00183084  00000-0 -24849-1 0  9993
+2 31344  99.3824 353.0698 0003450 226.5316 195.9244 14.80001277459296
+0 FENGYUN 1C DEB
+1 31345U 99025BQZ 16016.79416952  .00000988  00000-0  69921-3 0  9993
+2 31345  98.1041  14.6140 0089775 286.0256  73.1037 13.97904530448077
+0 FENGYUN 1C DEB
+1 31346U 99025BRA 16017.60176106  .00002351  00000-0  28113-3 0  9993
+2 31346  98.8240 291.8433 0209089 270.2682 210.4678 14.71032020469710
+0 FENGYUN 1C DEB
+1 31348U 99025BRC 16017.18011841  .00000849  00000-0  41993-3 0  9993
+2 31348  99.0953 138.4580 0038046 326.6400 152.2389 14.19770440449258
+0 FENGYUN 1C DEB
+1 31349U 99025BRD 16017.66186172  .00000065  00000-0  73417-4 0  9994
+2 31349  99.0822 325.1467 0073143  85.3482 275.6031 13.98906245443460
+0 FENGYUN 1C DEB
+1 31350U 99025BRE 16016.44980734 +.00000509 +00000-0 +22182-3 0  9992
+2 31350 098.7660 103.2088 0074403 230.0594 129.4034 14.26909033185816
+0 FENGYUN 1C DEB
+1 31351U 99025BRF 16017.31108135  .00000341  00000-0  23325-3 0  9991
+2 31351  98.9828  57.8814 0096943 103.6571 257.5413 14.03956535450968
+0 FENGYUN 1C DEB
+1 31353U 99025BRH 16017.09994990  .00000343  00000-0  12934-3 0  9996
+2 31353  98.9990 135.1902 0249103  21.3422 339.7928 14.22380477455615
+0 FENGYUN 1C DEB
+1 31355U 99025BRK 16016.96565514 +.00002603 +00000-0 +60825-3 0  9992
+2 31355 098.9160 190.9782 0102189 270.8256 244.5118 14.52504335462569
+0 FENGYUN 1C DEB
+1 31356U 99025BRL 16017.30428332  .00001646  00000-0  66945-3 0  9993
+2 31356  98.8261  53.3338 0062329 171.9085 249.9587 14.27870868455708
+0 FENGYUN 1C DEB
+1 31357U 99025BRM 16016.45458593 -.00000011 +00000-0 +16799-4 0  9990
+2 31357 098.9574 017.5200 0049584 208.9741 314.5384 14.18179049454150
+0 FENGYUN 1C DEB
+1 31358U 99025BRN 16017.14873430  .00002002  00000-0  70857-3 0  9994
+2 31358  98.9131  97.1089 0164688  44.1285 317.2900 14.28431492455211
+0 FENGYUN 1C DEB
+1 31359U 99025BRP 16017.24252609  .00001988  00000-0  13429-2 0  9998
+2 31359  99.3033  24.5405 0101188 238.2187 179.8313 13.99177511446437
+0 FENGYUN 1C DEB
+1 31360U 99025BRQ 16017.52221924  .00001768  00000-0  13366-2 0  9993
+2 31360  98.0172 292.1002 0133686  20.8122 339.8413 13.90998061444122
+0 FENGYUN 1C DEB
+1 31361U 99025BRR 16015.99990100  .00000055  00000-0  49158-4 0  9990
+2 31361  98.7728  75.2973 0046566  42.0295 318.4437 14.16302494454107
+0 FENGYUN 1C DEB
+1 31362U 99025BRS 16018.01944236  .00000091  00000-0  69129-4 0  9996
+2 31362  98.8520  46.9934 0018792  13.9659  17.1025 14.15554531454096
+0 FENGYUN 1C DEB
+1 31364U 99025BRU 16016.55648237 +.00001263 +00000-0 +93402-3 0  9999
+2 31364 099.3437 039.7198 0117503 322.9738 194.3164 13.94080164442781
+0 FENGYUN 1C DEB
+1 31365U 99025BRV 16016.55414084  .00001243  00000-0  59761-3 0  9999
+2 31365  98.9136  48.4095 0054704 268.1833 246.0898 14.19937460451570
+0 FENGYUN 1C DEB
+1 31366U 99025BRW 16017.60875846  .00002543  00000-0  10387-2 0  9998
+2 31366  98.8887  59.1990 0002333 216.2044 299.0565 14.28230751452495
+0 FENGYUN 1C DEB
+1 31367U 99025BRX 16017.22860782  .00000576  00000-0  19091-3 0  9996
+2 31367  98.6943 119.7579 0112742 329.0147  61.4498 14.38289694463989
+0 FENGYUN 1C DEB
+1 31368U 99025BRY 16017.05541817  .00000519  00000-0  28414-3 0  9999
+2 31368  98.9503 103.7587 0053355 143.9108 338.2955 14.15586706456794
+0 FENGYUN 1C DEB
+1 31369U 99025BRZ 16017.35364762  .00000149  00000-0  95709-4 0  9996
+2 31369  98.7772  61.5409 0056182 263.9310 153.3039 14.16575999457764
+0 FENGYUN 1C DEB
+1 31370U 99025BSA 16017.02738755  .00000197  00000-0  14513-3 0  9995
+2 31370  99.0094  45.4553 0035602  24.8852   5.2068 14.06412974454190
+0 FENGYUN 1C DEB
+1 31371U 99025BSB 16015.99799003  .00000218  00000-0  17802-3 0  9991
+2 31371  99.1294  77.8058 0071894 188.4020 293.2401 13.98904884451430
+0 FENGYUN 1C DEB
+1 31372U 99025BSC 16017.05385624  .00000920  00000-0  55270-3 0  9992
+2 31372  99.3461 152.9680 0042942 107.0714 253.5165 14.09101296447580
+0 FENGYUN 1C DEB
+1 31374U 99025BSE 16017.27325208  .00002068  00000-0  11110-2 0  9999
+2 31374  99.6650 199.6330 0211750 236.3019 121.7799 14.03371270450593
+0 FENGYUN 1C DEB
+1 31376U 99025BSG 16016.73497602 +.00001849 +00000-0 +65298-3 0  9992
+2 31376 098.8058 114.3947 0076942 187.7881 329.9126 14.34275737460697
+0 FENGYUN 1C DEB
+1 31378U 99025BSJ 16017.70043533  .00000455  00000-0  47509-3 0  9999
+2 31378 100.7514 104.2056 0178065 242.4419 115.8538 13.75228930447571
+0 FENGYUN 1C DEB
+1 31379U 99025BSK 16017.00204021  .00009250  00000-0  10016-2 0  9998
+2 31379  99.4969  86.3284 0111989 112.7956 248.5129 14.83991949465768
+0 FENGYUN 1C DEB
+1 31380U 99025BSL 16017.20158331  .00004424  00000-0  83177-3 0  9991
+2 31380  96.5432   0.8885 0110159 138.5828 222.3795 14.61112531461520
+0 FENGYUN 1C DEB
+1 31381U 99025BSM 16017.42553085  .00000829  00000-0  27126-3 0  9998
+2 31381  98.7028  94.8873 0220724 238.8296 119.1077 14.28423659458542
+0 FENGYUN 1C DEB
+1 31383U 99025BSP 16016.89547598  .00000801  00000-0  55296-3 0  9991
+2 31383  99.2234   0.4796 0117087 179.2075 210.9682 13.98930097447103
+0 FENGYUN 1C DEB
+1 31384U 99025BSQ 16017.83123043  .00002360  00000-0  11688-2 0  9990
+2 31384  98.4669 345.4930 0509553  43.1944  18.0909 13.66607029436148
+0 FENGYUN 1C DEB
+1 31385U 99025BSR 16016.40085828 +.00000182 +00000-0 +66263-4 0  9992
+2 31385 099.0576 222.5779 0139625 322.4578 157.8484 14.40783437464821
+0 FENGYUN 1C DEB
+1 31386U 99025BSS 16016.95528182 +.00001142 +00000-0 +10594-2 0  9999
+2 31386 098.4451 016.0930 0224484 346.4227 065.5484 13.73347867440644
+0 FENGYUN 1C DEB
+1 31387U 99025BST 16018.22578884  .00000326  00000-0  15838-3 0  9996
+2 31387  99.0624 120.0353 0250341 222.4210 166.0109 14.10243557454363
+0 FENGYUN 1C DEB
+1 31388U 99025BSU 16016.06656105 -.00000082  00000-0 -22303-4 0  9997
+2 31388  98.9591  49.8974 0046780 284.6465 105.0631 14.06015558457059
+0 FENGYUN 1C DEB
+1 31389U 99025BSV 16016.55777858  .00001946  00000-0  10925-2 0  9994
+2 31389  99.1220  39.4792 0059379  62.5708  89.1850 14.10875552451788
+0 SL-24 DEB
+1 31391U 06029D   16017.56792862  .00003669  00000-0  14936-3 0  9994
+2 31391  64.5053  69.7999 0025470 255.3339 104.4965 15.25980680511683
+0 SL-24 DEB
+1 31392U 06029E   16016.58362128  .00003610  00000-0  14983-3 0  9992
+2 31392  64.5051  77.2130 0023322 264.3294  95.5173 15.25398180512654
+0 NIGCOMSAT 1
+1 31395U 07018A   16016.73235678 +.00000089 +00000-0 +00000-0 0  9999
+2 31395 005.7800 057.3162 0002469 122.9814 249.3406 01.00321029031915
+0 METEOR 2-17 DEB
+1 31397U 88005S   16017.95268755  .00000308  00000-0  23630-3 0  9994
+2 31397  82.5381 104.4273 0007520 263.2140 219.4009 13.90439531465788
+0 METEOR 2-17 DEB
+1 31398U 88005T   16017.55061492  .00001163  00000-0  91111-3 0  9999
+2 31398  82.5413 109.6599 0020083 283.6471 134.1028 13.91230465475326
+0 METEOR 2-17 DEB
+1 31399U 88005U   16017.90754922  .00001762  00000-0  13287-2 0  9998
+2 31399  82.5111  86.2418 0008736  47.1272  76.1862 13.93698909462774
+0 METEOR 2-17 DEB
+1 31401U 88005W   16017.90169325  .00001650  00000-0  12104-2 0  9992
+2 31401  82.5338  96.2620 0013644 267.6721  92.2883 13.95197594470369
+0 METEOR 2-17 DEB
+1 31402U 88005X   16017.99568796  .00002198  00000-0  17132-2 0  9991
+2 31402  82.5425 105.7554 0003780 234.7054 245.6308 13.91925932470056
+0 PSLV DEB
+1 31403U 96017D   16017.84974079  .00013569  00000-0  21540-2 0  9995
+2 31403  98.3377 349.0244 0016183 259.4974 130.6052 14.72164381 32846
+0 METEOR 2-5 DEB
+1 31404U 79095T   16017.10678332  .00001182  00000-0  54049-3 0  9994
+2 31404  81.2115 306.3046 0022339  96.1131 321.4295 14.20798181482498
+0 METEOR 2-6 DEB
+1 31406U 80073H   16017.76745821  .00001211  00000-0  54731-3 0  9995
+2 31406  81.2200 182.9980 0044763  40.9608 319.4917 14.21005986474204
+0 SCOUT A DEB
+1 31407U 66041H   16009.72243113 +.00000791 +00000-0 +37424-3 0  9991
+2 31407 090.1306 005.4956 0069015 077.8692 283.0218 14.17709395088269
+0 CZ-2D DEB
+1 31409U 05024J   16016.89735862 +.00001780 +00000-0 +98917-4 0  9994
+2 31409 097.6465 053.0125 0012070 202.5370 157.5333 15.14994736554078
+0 FENGYUN 1C DEB
+1 31410U 99025BSW 16017.00870634  .00000731  00000-0  26400-3 0  9993
+2 31410  98.6951 100.2433 0134065 167.4104 318.5396 14.31722822458738
+0 FENGYUN 1C DEB
+1 31411U 99025BSX 16017.41805604  .00000457  00000-0  21189-3 0  9998
+2 31411  98.9067 359.9063 0107159 261.9139 252.9019 14.22708543456346
+0 FENGYUN 1C DEB
+1 31412U 99025BSY 16016.86240358 +.00000994 +00000-0 +72037-3 0  9990
+2 31412 098.5394 154.7990 0091250 031.8629 328.8010 13.96611249103640
+0 FENGYUN 1C DEB
+1 31414U 99025BTA 15363.17438866  .00002992  00000-0  89638-3 0  9998
+2 31414  98.7098 353.9158 0081428  20.7726  42.7682 14.41678992456451
+0 FENGYUN 1C DEB
+1 31415U 99025BTB 16015.02744913  .00000733  00000-0  37605-3 0  9999
+2 31415  99.6231 308.2839 0074514 134.7220 226.0051 14.17498977449986
+0 FENGYUN 1C DEB
+1 31416U 99025BTC 16017.44194037  .00000300  00000-0  11008-3 0  9993
+2 31416  99.1006 196.2307 0145338  49.6671 341.5007 14.34868054456443
+0 FENGYUN 1C DEB
+1 31417U 99025BTD 16016.46946096  .00004164  00000-0  11118-2 0  9998
+2 31417  99.0722 194.7417 0051135 175.7202 211.4349 14.48194402455802
+0 FENGYUN 1C DEB
+1 31418U 99025BTE 16017.06692480  .00001940  00000-0  10395-2 0  9996
+2 31418  99.1442  98.4400 0062279  92.6350 268.1952 14.13315429447566
+0 FENGYUN 1C DEB
+1 31419U 99025BTF 16017.41649423  .00001582  00000-0  60112-3 0  9990
+2 31419  98.7615  86.5604 0081333 127.8708 232.9867 14.30582625457588
+0 FENGYUN 1C DEB
+1 31420U 99025BTG 16017.34656409  .00000411  00000-0  14760-3 0  9994
+2 31420  97.5478 329.2698 0154152 172.8347 338.9992 14.31611017457667
+0 FENGYUN 1C DEB
+1 31422U 99025BTJ 16016.95431810 +.00000372 +00000-0 +25083-3 0  9995
+2 31422 098.9956 047.5681 0036202 029.7149 089.7817 14.06338696447771
+0 FENGYUN 1C DEB
+1 31423U 99025BTK 16018.06919611  .00000065  00000-0  49945-4 0  9993
+2 31423  98.7063  59.0481 0036455 246.7402 112.9935 14.21116356456378
+0 FENGYUN 1C DEB
+1 31424U 99025BTL 16018.02996067  .00000184  00000-0  13144-3 0  9993
+2 31424  98.4306 220.4107 0095210 274.4155 239.6517 14.06071569449972
+0 FENGYUN 1C DEB
+1 31426U 99025BTN 16018.14226147  .00001462  00000-0  93284-3 0  9996
+2 31426  98.6094  86.3450 0359167 284.0390  91.5267 13.77672563437154
+0 FENGYUN 1C DEB
+1 31427U 99025BTP 16018.03655385  .00001438  00000-0  62052-3 0  9997
+2 31427  98.8835  45.3593 0055231 198.0843 217.5066 14.25272289451467
+0 FENGYUN 1C DEB
+1 31428U 99025BTQ 16016.86702751  .00000878  00000-0  35186-3 0  9992
+2 31428  99.0113 151.4702 0077270 248.2007 264.1958 14.29355492457857
+0 FENGYUN 1C DEB
+1 31429U 99025BTR 16016.54838154 +.00000841 +00000-0 +47734-3 0  9997
+2 31429 099.0330 036.1538 0017604 270.2538 245.5077 14.12730632447651
+0 FENGYUN 1C DEB
+1 31430U 99025BTS 16017.45864495  .00000796  00000-0  43130-3 0  9992
+2 31430  99.0233  22.3021 0030827 288.6003 231.2822 14.15230615449180
+0 FENGYUN 1C DEB
+1 31431U 99025BTT 16017.78801055  .00000692  00000-0  52575-3 0  9990
+2 31431  98.5541 129.5239 0149577  67.5053 294.1867 13.91583264441778
+0 FENGYUN 1C DEB
+1 31432U 99025BTU 16017.67238006  .00013449  00000-0  58105-3 0  9998
+2 31432  99.0400  93.9451 0126117  98.4829 263.0716 15.15645979469989
+0 FENGYUN 1C DEB
+1 31433U 99025BTV 16016.76659229 +.00001712 +00000-0 +10626-2 0  9997
+2 31433 098.4180 124.4729 0132485 263.2232 251.7099 14.02094830446400
+0 FENGYUN 1C DEB
+1 31434U 99025BTW 16016.89327714 +.00004460 +00000-0 +12618-2 0  9999
+2 31434 099.0458 179.7633 0054523 196.7211 322.9174 14.45264876454002
+0 FENGYUN 1C DEB
+1 31435U 99025BTX 16017.12129047  .00000201  00000-0  59509-4 0  9997
+2 31435  98.9862 261.0605 0160094 227.8937 130.8552 14.48328959460757
+0 FENGYUN 1C DEB
+1 31436U 99025BTY 16017.69408071  .00002020  00000-0  81439-3 0  9994
+2 31436  98.9073  76.7886 0138661  83.3174  40.5742 14.23978544450141
+0 FENGYUN 1C DEB
+1 31437U 99025BTZ 16017.39819370  .00001697  00000-0  84927-3 0  9994
+2 31437  98.9107 349.0386 0018035 232.2876 280.0116 14.18006811453015
+0 FENGYUN 1C DEB
+1 31439U 99025BUB 16017.30967772  .00000412  00000-0  34144-3 0  9997
+2 31439  99.2370  60.5780 0144786 284.7582 136.4753 13.89980410445896
+0 FENGYUN 1C DEB
+1 31440U 99025BUC 16017.05605579  .00001363  00000-0  69531-3 0  9999
+2 31440  98.9590  48.6473 0048648 310.6643  49.0307 14.16836623452968
+0 FENGYUN 1C DEB
+1 31441U 99025BUD 16016.88110504 +.00002462 +00000-0 +12615-2 0  9990
+2 31441 099.3635 044.0085 0275110 026.8988 334.6139 13.98709148129986
+0 FENGYUN 1C DEB
+1 31442U 99025BUE 16017.02230645  .00000367  00000-0  15942-3 0  9996
+2 31442  98.7061  97.2698 0086869 188.9013 171.0632 14.28022962457658
+0 FENGYUN 1C DEB
+1 31443U 99025BUF 16017.28416989  .00001343  00000-0  41757-3 0  9990
+2 31443  99.2902 194.4783 0256576 106.4260 256.5283 14.25630325455763
+0 FENGYUN 1C DEB
+1 31444U 99025BUG 16017.07213052  .00001794  00000-0  65541-3 0  9991
+2 31444  98.8691 117.0617 0110216 311.3249  47.8488 14.30962333457443
+0 FENGYUN 1C DEB
+1 31445U 99025BUH 16017.33659894  .00003854  00000-0  97111-3 0  9996
+2 31445  98.8935 154.7382 0064675  92.8292 297.6294 14.50496710458734
+0 FENGYUN 1C DEB
+1 31446U 99025BUJ 16016.08007740  .00002558  00000-0  11607-2 0  9990
+2 31446  98.7449 320.2644 0079789 280.9106  78.3101 14.21084140452745
+0 FENGYUN 1C DEB
+1 31447U 99025BUK 16015.02201417  .00000912  00000-0  33689-3 0  9998
+2 31447  98.7759 312.9081 0239993 306.8842  51.0550 14.20333725454533
+0 FENGYUN 1C DEB
+1 31448U 99025BUL 16017.30392775  .00000559  00000-0  28106-3 0  9995
+2 31448  98.8226  52.0003 0064611 233.9037 125.6146 14.19465360454942
+0 FENGYUN 1C DEB
+1 31449U 99025BUM 16016.75092771 +.00000307 +00000-0 +12008-3 0  9992
+2 31449 098.7899 356.7979 0152445 076.6790 045.4013 14.30427800458817
+0 FENGYUN 1C DEB
+1 31450U 99025BUN 16016.99155538  .00008120  00000-0  50248-3 0  9990
+2 31450  98.5348  93.8553 0367735 132.7458 230.5321 14.67838434459727
+0 FENGYUN 1C DEB
+1 31451U 99025BUP 16017.96430867  .00000242  00000-0  16205-3 0  9992
+2 31451  99.0812  18.3734 0032245 324.2307  64.0439 14.10071691452825
+0 FENGYUN 1C DEB
+1 31452U 99025BUQ 16016.60986575 +.00000211 +00000-0 +14011-3 0  9994
+2 31452 098.8742 061.3260 0041917 348.0940 165.1333 14.11351874451314
+0 FENGYUN 1C DEB
+1 31455U 99025BUT 16017.41518611  .00000238  00000-0  13120-3 0  9998
+2 31455  98.9088  82.5248 0224321 226.8159 192.5095 14.08581899451743
+0 FENGYUN 1C DEB
+1 31456U 99025BUU 16017.40012859  .00000790  00000-0  31293-3 0  9995
+2 31456  98.7058  92.7673 0083495 186.9993 173.0029 14.29789203457728
+0 FENGYUN 1C DEB
+1 31457U 99025BUV 16016.35158605 +.00005057 +00000-0 +46537-3 0  9997
+2 31457 099.0398 343.2294 0169834 105.7402 256.2613 14.84922416467145
+0 FENGYUN 1C DEB
+1 31458U 99025BUW 16017.96840739  .00002295  00000-0  58703-3 0  9991
+2 31458  99.1620 291.9828 0093538  33.7976 326.9130 14.48947701460540
+0 FENGYUN 1C DEB
+1 31459U 99025BUX 16017.53435009  .00001196  00000-0  51950-3 0  9991
+2 31459  98.1788 126.0369 0127212  44.1921 316.9335 14.21506541452637
+0 FENGYUN 1C DEB
+1 31462U 99025BVA 16017.91039505  .00000293  00000-0  19158-3 0  9999
+2 31462  99.0375  34.5628 0033286 339.3763 138.7378 14.09810238450142
+0 FENGYUN 1C DEB
+1 31463U 99025BVB 16016.23508459  .00000521  00000-0  16798-3 0  9994
+2 31463  99.0483 161.1116 0235246 118.0956 244.4221 14.29119141455614
+0 FENGYUN 1C DEB
+1 31464U 99025BVC 16016.21993352  .00000270  00000-0  17865-3 0  9990
+2 31464  99.0949   9.6769 0045055 335.5863  87.7463 14.09593610449863
+0 FENGYUN 1C DEB
+1 31465U 99025BVD 16017.68615919  .00001665  00000-0  10807-2 0  9990
+2 31465  98.5727 179.3361 0129218 352.7096  63.7089 13.99911414445181
+0 FENGYUN 1C DEB
+1 31466U 99025BVE 16017.14151767  .00000096  00000-0  46952-4 0  9997
+2 31466  99.1193 144.7360 0307849 112.0993  11.2986 14.16203831452013
+0 FENGYUN 1C DEB
+1 31467U 99025BVF 16017.05138291  .00001509  00000-0  12172-2 0  9990
+2 31467  98.6209 112.8433 0176782 222.0852 136.6615 13.84798182440503
+0 FENGYUN 1C DEB
+1 31468U 99025BVG 16011.95620855 +.00000594 +00000-0 +17639-3 0  9993
+2 31468 098.5159 071.9245 0186895 279.1164 078.8920 14.37553912152457
+0 FENGYUN 1C DEB
+1 31471U 99025BVK 16017.57298152  .00000834  00000-0  55036-3 0  9992
+2 31471  97.9881 308.2048 0183402 229.8380 128.6601 13.96122868449451
+0 FENGYUN 1C DEB
+1 31473U 99025BVM 16016.92790716 +.00000965 +00000-0 +50567-3 0  9994
+2 31473 098.9131 058.9312 0077474 337.7903 145.1144 14.15143895182091
+0 FENGYUN 1C DEB
+1 31474U 99025BVN 16016.85877987 +.00000869 +00000-0 +59985-3 0  9999
+2 31474 099.1023 343.1468 0082804 123.5607 237.3498 14.00256114442235
+0 FENGYUN 1C DEB
+1 31475U 99025BVP 16017.09632596  .00000964  00000-0  31278-3 0  9993
+2 31475  98.8595 115.7514 0247941 166.1896 194.6230 14.25289279453167
+0 FENGYUN 1C DEB
+1 31476U 99025BVQ 16017.47812880  .00001049  00000-0  62203-3 0  9999
+2 31476  99.1073  16.3288 0061311 288.6567 225.7646 14.08956305446922
+0 FENGYUN 1C DEB
+1 31477U 99025BVR 16017.06095168 -.00000017  00000-0  17012-4 0  9991
+2 31477  99.0304  47.7228 0118761   3.8792  22.5143 14.01088809447294
+0 FENGYUN 1C DEB
+1 31478U 99025BVS 16018.12234178  .00001646  00000-0  62384-3 0  9995
+2 31478 102.5877 344.6675 0044746 346.2461  77.2252 14.32980362451914
+0 FENGYUN 1C DEB
+1 31480U 99025BVU 16016.96664619 +.00000687 +00000-0 +49715-3 0  9992
+2 31480 098.3703 283.3716 0423879 219.8150 201.8191 13.63648811438500
+0 FENGYUN 1C DEB
+1 31481U 99025BVV 16015.04856534  .00005872  00000-0  11989-2 0  9992
+2 31481  99.2436 302.2781 0060360 132.3641 228.2689 14.60197891459988
+0 FENGYUN 1C DEB
+1 31482U 99025BVW 16018.08152564  .00000559  00000-0  23741-3 0  9999
+2 31482  98.6991  61.1215 0102946 115.0985 275.1175 14.26309407456198
+0 FENGYUN 1C DEB
+1 31483U 99025BVX 16017.60091192  .00001409  00000-0  10341-2 0  9992
+2 31483 102.5157  58.9485 0163519 282.8200 232.8849 13.92362400444130
+0 FENGYUN 1C DEB
+1 31484U 99025BVY 16017.01316782  .00001798  00000-0  11219-2 0  9999
+2 31484 101.8325 218.2246 0168374 317.3248  41.4929 14.00032168449005
+0 FENGYUN 1C DEB
+1 31485U 99025BVZ 16016.50592854  .00001284  00000-0  16040-2 0  9996
+2 31485 102.7333  33.3474 0499468  81.4325 284.3032 13.24350500425432
+0 FENGYUN 1C DEB
+1 31486U 99025BWA 16017.88762200  .00002301  00000-0  10627-2 0  9999
+2 31486 102.2783 172.5212 0026561 190.2367 169.8260 14.22406231450696
+0 FENGYUN 1C DEB
+1 31487U 99025BWB 16016.87265315  .00000726  00000-0  62548-3 0  9992
+2 31487 102.4290  14.8151 0135275 289.9598 186.5671 13.87738351442208
+0 FENGYUN 1C DEB
+1 31488U 99025BWC 16017.13007769  .00003472  00000-0  12756-2 0  9996
+2 31488 102.6719 347.1093 0088232 245.0257 114.1725 14.31678304452433
+0 YAOGAN 2
+1 31490U 07019A   16018.22146235  .00002280  00000-0  33425-3 0  9997
+2 31490  98.0121 126.9274 0019783 247.0685 112.8437 14.76435491465871
+0 FENGYUN 1C DEB
+1 31491U 99025BWE 16017.74586795  .00000798  00000-0  53335-3 0  9995
+2 31491  99.2865 121.0472 0064682 190.8299 169.1477 14.03083099443890
+0 FENGYUN 1C DEB
+1 31492U 99025BWF 16017.62227588  .00001566  00000-0  66819-3 0  9990
+2 31492  98.9223  71.4289 0146993 125.8446  25.6324 14.20836438448307
+0 FENGYUN 1C DEB
+1 31494U 99025BWH 16015.09058083 +.00001906 +00000-0 +76849-3 0  9995
+2 31494 099.5928 333.6174 0033648 130.9238 229.4862 14.29039617091591
+0 FENGYUN 1C DEB
+1 31495U 99025BWJ 16016.46001512 +.00000952 +00000-0 +51781-3 0  9991
+2 31495 099.0402 106.5605 0032763 011.0257 349.1627 14.14492511120960
+0 FENGYUN 1C DEB
+1 31496U 99025BWK 16016.99495940  .00008425  00000-0  57659-3 0  9995
+2 31496  99.1274  93.7461 0137256 240.6178 118.1278 14.99014074468228
+0 FENGYUN 1C DEB
+1 31497U 99025BWL 16016.93471157 +.00000177 +00000-0 +65977-4 0  9993
+2 31497 098.5083 056.7687 0176568 004.0991 116.6108 14.35562032456171
+0 FENGYUN 1C DEB
+1 31498U 99025BWM 16017.48676736  .00001127  00000-0  11378-2 0  9995
+2 31498  98.4861 359.9159 0240794  80.6646  42.8422 13.66994530432636
+0 FENGYUN 1C DEB
+1 31499U 99025BWN 16015.41241003  .00002031  00000-0  14463-2 0  9995
+2 31499  97.6768  90.4924 0341424 182.1657 177.8038 13.73770615435025
+0 FENGYUN 1C DEB
+1 31500U 99025BWP 16016.28484128 +.00014756 +00000-0 +90770-3 0  9994
+2 31500 098.8894 137.5705 0318836 097.4904 266.2642 14.76454313220423
+0 FENGYUN 1C DEB
+1 31501U 99025BWQ 16017.82861645  .00001036  00000-0  57491-3 0  9999
+2 31501  99.0424  35.4949 0045411 210.5988 149.2533 14.12977849448490
+0 FENGYUN 1C DEB
+1 31502U 99025BWR 16016.43118264  .00001473  00000-0  10045-2 0  9996
+2 31502  99.2554  19.4157 0080364 159.0036 201.4459 13.99962014448105
+0 FENGYUN 1C DEB
+1 31503U 99025BWS 16017.37064275  .00000618  00000-0  36667-3 0  9992
+2 31503 100.1037  83.6925 0056321 336.1289  23.7267 14.11309432449011
+0 FENGYUN 1C DEB
+1 31504U 99025BWT 16017.61209758  .00008485  00000-0  25472-2 0  9998
+2 31504 101.5118 292.8416 0165986 344.2962 132.8257 14.35397906451879
+0 FENGYUN 1C DEB
+1 31505U 99025BWU 16017.24785094  .00002774  00000-0  12285-2 0  9993
+2 31505 101.9324  35.1595 0054588 181.5153 178.5856 14.23646888450614
+0 FENGYUN 1C DEB
+1 31507U 99025BWW 16016.54780418  .00000606  00000-0  17709-3 0  9991
+2 31507  98.5986  35.6816 0133147 235.0322 281.7736 14.42837112458002
+0 FENGYUN 1C DEB
+1 31508U 99025BWX 16015.54193796  .00001587  00000-0  66435-3 0  9997
+2 31508  98.8533  47.1950 0058997 190.9011 169.0894 14.26548112451573
+0 FENGYUN 1C DEB
+1 31509U 99025BWY 16017.60622252  .00001215  00000-0  93048-3 0  9999
+2 31509  98.9426 247.3772 0230437 299.8581 114.8867 13.83518391439228
+0 FENGYUN 1C DEB
+1 31510U 99025BWZ 16017.31744306  .00000369  00000-0  19657-3 0  9997
+2 31510  98.8133  49.7004 0039201 341.7727  79.2120 14.19009039451326
+0 FENGYUN 1C DEB
+1 31511U 99025BXA 16016.05811855  .00001041  00000-0  54453-3 0  9993
+2 31511  99.0174  91.2311 0133778  59.7797 301.6542 14.12063014447562
+0 FENGYUN 1C DEB
+1 31512U 99025BXB 16017.51289676  .00000512  00000-0  17238-3 0  9998
+2 31512  98.7499 120.0176 0163579  14.7889  45.7125 14.34289989455482
+0 FENGYUN 1C DEB
+1 31513U 99025BXC 16017.29510232  .00001374  00000-0  76812-3 0  9999
+2 31513  99.0340  47.4627 0033992 347.5926  12.4405 14.12216185447778
+0 FENGYUN 1C DEB
+1 31514U 99025BXD 16016.71107523 +.00001379 +00000-0 +84138-3 0  9996
+2 31514 099.2142 115.7922 0064413 133.0142 227.6447 14.06729460183083
+0 FENGYUN 1C DEB
+1 31515U 99025BXE 16018.02279816  .00000332  00000-0  23773-3 0  9994
+2 31515  99.0890  91.6147 0063850 150.6331 209.8447 14.03042068445545
+0 FENGYUN 1C DEB
+1 31516U 99025BXF 16017.44207328  .00000382  00000-0  17714-3 0  9992
+2 31516  98.8293 100.3081 0158630 225.4024 194.4962 14.20114461451292
+0 FENGYUN 1C DEB
+1 31519U 99025BXJ 16016.86952405 +.00000296 +00000-0 +16297-3 0  9992
+2 31519 098.8156 049.6982 0055284 239.6569 119.9132 14.18336104134320
+0 FENGYUN 1C DEB
+1 31520U 99025BXK 16016.30305705  .00002358  00000-0  97516-3 0  9992
+2 31520  98.9205  44.7296 0004392 163.0606 257.8800 14.27664143450566
+0 FENGYUN 1C DEB
+1 31522U 99025BXM 16016.02710975 -.00000131 +00000-0 -58005-4 0  9992
+2 31522 099.0922 078.3228 0065863 166.3619 312.5969 13.99779264443256
+0 FENGYUN 1C DEB
+1 31523U 99025BXN 16017.76032672 -.00000003  00000-0  22766-4 0  9998
+2 31523  99.0361   3.3399 0037492 260.1585 222.8140 14.13601521449452
+0 FENGYUN 1C DEB
+1 31524U 99025BXP 16018.09004926  .00000382  00000-0  19190-3 0  9992
+2 31524  99.1863 118.6057 0290530  22.0463  97.5724 14.02757947445549
+0 FENGYUN 1C DEB
+1 31527U 99025BXS 16017.23218996  .00000401  00000-0  61088-3 0  9999
+2 31527  98.9505 294.2700 0455830 100.3400 264.9421 13.21288797424403
+0 FENGYUN 1C DEB
+1 31529U 99025BXU 16017.28944596  .00001355  00000-0  68266-3 0  9992
+2 31529  99.0119  32.5607 0050998 296.3767 120.4797 14.17444475453424
+0 FENGYUN 1C DEB
+1 31530U 99025BXV 16017.51618398  .00003954  00000-0  11513-2 0  9997
+2 31530  99.3525 284.9180 0113046   3.2001 356.9884 14.41185569457957
+0 FENGYUN 1C DEB
+1 31531U 99025BXW 16015.40103957  .00000808  00000-0  25604-3 0  9996
+2 31531  98.7897  81.2420 0287727  35.2073 326.7744 14.21805950452574
+0 FENGYUN 1C DEB
+1 31532U 99025BXX 16016.99974416  .00003268  00000-0  14723-2 0  9990
+2 31532  99.1840  87.2863 0149007 139.7378 221.4944 14.17210653449946
+0 FENGYUN 1C DEB
+1 31533U 99025BXY 16017.50306679  .00000313  00000-0  15521-3 0  9995
+2 31533  98.9108 123.4355 0067794 309.2550  50.2624 14.23284395456298
+0 FENGYUN 1C DEB
+1 31534U 99025BXZ 16017.00479406  .00002225  00000-0  97267-3 0  9991
+2 31534  98.9665  92.7394 0020225 117.3289 242.9951 14.24762476452621
+0 FENGYUN 1C DEB
+1 31535U 99025BYA 16017.51230948  .00000621  00000-0  29515-3 0  9993
+2 31535  98.1367 115.9251 0097298  12.5587 347.7982 14.20133671453303
+0 FENGYUN 1C DEB
+1 31536U 99025BYB 16018.02759914  .00001471  00000-0  31025-3 0  9993
+2 31536  98.2518 104.7969 0434448  19.2492 342.4539 14.15263352448304
+0 FENGYUN 1C DEB
+1 31537U 99025BYC 16017.31267515  .00002493  00000-0  98934-3 0  9993
+2 31537  99.0134 191.1383 0528504 327.2581 149.2178 13.73293875434589
+0 FENGYUN 1C DEB
+1 31538U 99025BYD 16017.45071998  .00002388  00000-0  89313-3 0  9991
+2 31538  98.4329 269.6633 0066781  43.9927 316.6544 14.31454270454287
+0 FENGYUN 1C DEB
+1 31539U 99025BYE 16017.01083772  .00014379  00000-0  19857-2 0  9995
+2 31539  99.0584 229.2397 0029093  89.1571 271.2970 14.77963399459213
+0 FENGYUN 1C DEB
+1 31540U 99025BYF 16017.81839394  .00001163  00000-0  25700-3 0  9996
+2 31540  99.0819 232.5584 0237597 313.4583  44.7056 14.43621188459451
+0 FENGYUN 1C DEB
+1 31541U 99025BYG 16017.79347959  .00001020  00000-0  27229-3 0  9995
+2 31541  99.0251 224.5570 0114125 322.6664  36.6634 14.47107061460234
+0 FENGYUN 1C DEB
+1 31542U 99025BYH 16017.52715524  .00000983  00000-0  57343-3 0  9991
+2 31542  99.0362  46.6390 0053488  30.2756 330.1485 14.10169149449181
+0 FENGYUN 1C DEB
+1 31544U 99025BYK 16013.42669494 +.00000642 +00000-0 +40446-3 0  9990
+2 31544 099.1187 015.9744 0034865 354.7397 005.3400 14.07697866447380
+0 FENGYUN 1C DEB
+1 31546U 99025BYM 16017.51749025  .00001000  00000-0  66462-3 0  9990
+2 31546  98.1955  39.4424 0181150 287.2607  70.8806 13.95675186441641
+0 FENGYUN 1C DEB
+1 31547U 99025BYN 16017.32502998  .00001489  00000-0  87718-3 0  9994
+2 31547  98.9719 325.6489 0068104 358.2431   1.8489 14.08359175448455
+0 FENGYUN 1C DEB
+1 31548U 99025BYP 16017.54429060  .00004073  00000-0  11446-2 0  9993
+2 31548  99.3554 298.1008 0117443 333.1437  26.3700 14.42576495455852
+0 FENGYUN 1C DEB
+1 31550U 99025BYR 16015.89880645 +.00000769 +00000-0 +24799-3 0  9996
+2 31550 098.6407 065.5421 0219210 198.5934 160.7148 14.29408920136643
+0 FENGYUN 1C DEB
+1 31551U 99025BYS 16017.53905356  .00001993  00000-0  11719-2 0  9994
+2 31551  98.8693 286.7755 0086449  84.2024  41.0545 14.07307156445636
+0 FENGYUN 1C DEB
+1 31552U 99025BYT 16017.50558816  .00001545  00000-0  83607-3 0  9996
+2 31552  98.5373 217.5476 0146216 346.1892  13.5298 14.08627659447379
+0 FENGYUN 1C DEB
+1 31553U 99025BYU 16017.82601064  .00001577  00000-0  88381-3 0  9995
+2 31553  98.9438 334.4237 0039368 292.8077  96.8547 14.11744526448178
+0 FENGYUN 1C DEB
+1 31554U 99025BYV 16017.04995357  .00001696  00000-0  86794-3 0  9999
+2 31554  99.0185  46.6713 0061135 351.0834   8.9248 14.15954706449425
+0 FENGYUN 1C DEB
+1 31555U 99025BYW 16016.52968286 +.00001726 +00000-0 +66313-3 0  9992
+2 31555 099.0798 131.4005 0211638 152.4263 208.8330 14.20235133450097
+0 FENGYUN 1C DEB
+1 31557U 99025BYY 16015.38075659  .00000338  00000-0  11369-3 0  9999
+2 31557  98.5256  69.6025 0185047 302.0887  56.2449 14.34655481456791
+0 FENGYUN 1C DEB
+1 31558U 99025BYZ 16015.81785841  .00000381  00000-0  11649-3 0  9998
+2 31558  98.7469 122.3721 0225177 112.1736  15.4548 14.34036204456896
+0 FENGYUN 1C DEB
+1 31559U 99025BZA 16016.26104064  .00001700  00000-0  56606-3 0  9999
+2 31559  98.8516 131.4852 0089385 145.0612 249.1821 14.36729575456188
+0 FENGYUN 1C DEB
+1 31560U 99025BZB 16016.84247838 +.00000036 +00000-0 +35768-4 0  9990
+2 31560 098.9300 014.7046 0120923 273.7364 205.4302 14.20477618452486
+0 FENGYUN 1C DEB
+1 31561U 99025BZC 16017.39202696  .00000569  00000-0  41484-3 0  9997
+2 31561  99.0761  75.1061 0061918 156.3119 261.2463 13.99371237445979
+0 FENGYUN 1C DEB
+1 31562U 99025BZD 16017.40447310  .00000752  00000-0  30606-3 0  9992
+2 31562  99.2772 240.4398 0068378 307.9325  51.5687 14.29540334454747
+0 FENGYUN 1C DEB
+1 31563U 99025BZE 16018.06172772  .00000382  00000-0  98573-4 0  9990
+2 31563  98.9699 241.8185 0144363 211.4253 147.8254 14.50541885461315
+0 FENGYUN 1C DEB
+1 31564U 99025BZF 16007.85952200  .00020014  00000-0  34731-2 0  9996
+2 31564  98.7304  38.6395 0012974  78.0748 280.9101 14.68187150453467
+0 FENGYUN 1C DEB
+1 31565U 99025BZG 16016.37239964 +.00002036 +00000-0 +12884-2 0  9998
+2 31565 100.7366 215.8156 0085048 284.8733 198.1378 14.03781243132751
+0 FENGYUN 1C DEB
+1 31566U 99025BZH 16016.83370654 +.00001828 +00000-0 +96725-3 0  9997
+2 31566 098.9034 334.5039 0031567 277.0420 112.2984 14.14758322450202
+0 FENGYUN 1C DEB
+1 31567U 99025BZJ 16016.00035682  .00001137  00000-0  11040-2 0  9995
+2 31567 102.3283 212.3593 0222927 159.0925 201.9505 13.72267735441726
+0 FENGYUN 1C DEB
+1 31568U 99025BZK 16017.80360093  .00000906  00000-0  77907-3 0  9990
+2 31568 102.0906 227.3785 0160253 237.3100 121.2503 13.85010670444805
+0 FENGYUN 1C DEB
+1 31569U 99025BZL 16017.88909225  .00000860  00000-0  80405-3 0  9991
+2 31569 102.6053 354.2541 0201218 156.0306 234.6325 13.77459736437991
+0 FENGYUN 1C DEB
+1 31570U 99025BZM 16017.39467744  .00001590  00000-0  10911-2 0  9999
+2 31570 102.5998  85.1251 0186507 299.9603 117.2557 13.93906709442262
+0 GLOBALSTAR M065
+1 31571U 07020A   16017.88196544 -.00000083  00000-0  11418-3 0  9996
+2 31571  51.9900 254.8709 0002058  87.4268 354.0700 12.62263174399529
+0 GLOBALSTAR M069
+1 31573U 07020C   16018.00655691 -.00000090  00000-0  78498-4 0  9996
+2 31573  51.9925 210.2266 0002272 107.9964  54.5674 12.62266708400274
+0 GLOBALSTAR M072
+1 31574U 07020D   16018.20664911 -.00000074  00000-0  16345-3 0  9998
+2 31574  52.0095 302.6035 0000762  68.6516  80.1811 12.62270967398808
+0 GLOBALSTAR M071
+1 31576U 07020F   16016.91001696 -.00000093 +00000-0 +61602-4 0  9999
+2 31576 052.0042 216.2619 0001778 052.2112 086.3566 12.62255932061604
+0 EUTE 8A (SINOSAT 3)
+1 31577U 07021A   16016.33306935 -.00000209 +00000-0 +00000-0 0  9991
+2 31577 002.2679 047.7017 0000449 053.4313 306.5926 00.98337509004024
+0 NIMBUS 2 DEB
+1 31579U 66040AR  16016.82437712  .00001081  00000-0  20613-2 0  9993
+2 31579 100.5202 141.5461 0055124 215.7041 297.7482 13.39820842425747
+0 CBERS 1 DEB
+1 31581U 99057PC  16017.23077058  .00016741  00000-0  17823-2 0  9997
+2 31581  98.2734  22.2669 0003747 302.2138  57.8714 14.88997681464658
+0 CBERS 1 DEB
+1 31583U 99057PE  16017.65332526  .00002591  00000-0  68275-3 0  9995
+2 31583  98.3359 327.6778 0003073  64.3230 295.8281 14.49821322455320
+0 CBERS 1 DEB
+1 31587U 99057PJ  16016.84314922  .00032017  00000-0  24510-2 0  9998
+2 31587  98.2467  26.0501 0003969 250.2612 109.8183 15.01800805461583
+0 CBERS 1 DEB
+1 31591U 99057PN  16015.35811322 +.00005024 +00000-0 +10216-2 0  9990
+2 31591 098.2978 346.5205 0007712 284.7546 075.2800 14.61519951461490
+0 CBERS 1 DEB
+1 31592U 99057PP  16018.00160045  .00042302  00000-0  24908-2 0  9998
+2 31592  98.2276  37.5759 0003712 185.8604 174.2581 15.11475466466731
+0 CBERS 1 DEB
+1 31594U 99057PR  16017.10512881  .00003804  00000-0  84525-3 0  9995
+2 31594  98.3147 341.8731 0007602 339.5679  80.8340 14.57580123462663
+0 SKYMED 1
+1 31598U 07023A   16018.19221440 -.00000142  00000-0 -11261-4 0  9991
+2 31598  97.8786 203.9532 0001361  89.5329 270.6019 14.82158164466016
+0 FENGYUN 1C DEB
+1 31608U 99025BZN 16013.71552515  .00001574  00000-0  26712-3 0  9993
+2 31608  98.5312 350.2143 0230745 113.1799 249.3884 14.54669658458030
+0 FENGYUN 1C DEB
+1 31609U 99025BZP 16017.82578590  .00000410  00000-0  31204-3 0  9991
+2 31609  99.1163 331.5648 0106390 216.7781 172.5674 13.96825217441039
+0 FENGYUN 1C DEB
+1 31611U 99025BZR 16017.02257007  .00002745  00000-0  10168-2 0  9991
+2 31611  98.9776  92.7757 0114975  79.6641  42.3525 14.29511717448091
+0 FENGYUN 1C DEB
+1 31612U 99025BZS 16017.30295776  .00001717  00000-0  18555-3 0  9995
+2 31612 100.3909 198.8059 0187589 355.2115   4.7287 14.78503170465343
+0 FENGYUN 1C DEB
+1 31613U 99025BZT 16016.19582782 +.00000201 +00000-0 +22605-3 0  9996
+2 31613 098.4802 292.3114 0366897 218.6145 138.8232 13.54590246426777
+0 FENGYUN 1C DEB
+1 31614U 99025BZU 16003.64405753  .00002492  00000-0  11006-2 0  9991
+2 31614  98.9941  72.8246 0075117 177.0604 341.2505 14.22706647445138
+0 FENGYUN 1C DEB
+1 31615U 99025BZV 16017.12649370  .00002529  00000-0  13616-2 0  9995
+2 31615  99.1242 333.4206 0254193 331.7736  26.9844 13.98579654442381
+0 FENGYUN 1C DEB
+1 31618U 99025BZY 16016.09856067 +.00000294 +00000-0 +14977-3 0  9995
+2 31618 099.4506 247.2953 0166890 048.5508 312.9862 14.16625451189897
+0 FENGYUN 1C DEB
+1 31619U 99025BZZ 16016.96846161 +.00002616 +00000-0 +11097-2 0  9995
+2 31619 099.1542 050.4456 0272441 192.1561 287.9274 14.08224916121023
+0 FENGYUN 1C DEB
+1 31620U 99025CAA 16018.17136946  .00001244  00000-0  68090-3 0  9997
+2 31620  99.0098   5.1636 0029676 285.0653  74.7235 14.13598444446307
+0 FENGYUN 1C DEB
+1 31622U 99025CAC 16017.03095009  .00001324  00000-0  69557-3 0  9995
+2 31622  99.0305  30.8663 0021592 282.0661 139.9396 14.15810743444378
+0 FENGYUN 1C DEB
+1 31623U 99025CAD 16017.56487959  .00000223  00000-0  21225-3 0  9990
+2 31623  97.6598 144.0497 0198256 340.4707  18.8930 13.80064738439584
+0 FENGYUN 1C DEB
+1 31624U 99025CAE 16017.06167736  .00001753  00000-0  58556-3 0  9990
+2 31624  99.6856  48.2592 0056096  32.9500 354.2943 14.38098651451461
+0 FENGYUN 1C DEB
+1 31625U 99025CAF 16017.52321081  .00000378  00000-0  93537-4 0  9998
+2 31625  98.9140 218.5370 0160358 150.8293 241.2245 14.50933019459066
+0 FENGYUN 1C DEB
+1 31626U 99025CAG 16016.74348339  .00002589  00000-0  10988-2 0  9990
+2 31626 101.3185 205.5914 0029253 130.0243 230.3502 14.26414370451815
+0 FENGYUN 1C DEB
+1 31627U 99025CAH 16013.86565625 +.00001024 +00000-0 +47943-3 0  9995
+2 31627 098.8564 046.2080 0062515 237.0096 122.5063 14.21480282131924
+0 FENGYUN 1C DEB
+1 31628U 99025CAJ 16017.07935963  .00001206  00000-0  12019-2 0  9996
+2 31628 102.2835 221.3321 0186715  79.0615 283.1467 13.73605707437018
+0 FENGYUN 1C DEB
+1 31629U 99025CAK 16017.99219440  .00001289  00000-0  98382-3 0  9992
+2 31629 102.1603 299.3352 0138249 234.5980 124.2190 13.92003297442675
+0 FENGYUN 1C DEB
+1 31630U 99025CAL 16016.85990089  .00003092  00000-0  35722-3 0  9996
+2 31630  97.9852 248.6577 0328309 301.3693  55.5765 14.54552561459384
+0 FENGYUN 1C DEB
+1 31631U 99025CAM 16016.98424417  .00002349  00000-0  13800-2 0  9994
+2 31631  99.3500  78.1361 0196091  24.3122 336.7141 13.99961197439947
+0 FENGYUN 1C DEB
+1 31632U 99025CAN 16017.16237416  .00005985  00000-0  14701-2 0  9997
+2 31632  99.0024 155.1101 0148068 128.7585 356.0773 14.46267366453804
+0 FENGYUN 1C DEB
+1 31633U 99025CAP 16015.39728155  .00000161  00000-0  13545-3 0  9993
+2 31633  99.0817  70.7691 0068803 159.2463 201.1520 14.00480288444836
+0 FENGYUN 1C DEB
+1 31634U 99025CAQ 16015.65055400  .00000216  00000-0  19616-3 0  9995
+2 31634  99.2219 324.3577 0092850 203.2753 156.4189 13.92223909442619
+0 FENGYUN 1C DEB
+1 31635U 99025CAR 16017.52443599  .00002034  00000-0  79782-3 0  9994
+2 31635  99.4228 279.6191 0056259 331.1808  28.6267 14.29790956452699
+0 FENGYUN 1C DEB
+1 31636U 99025CAS 16015.82191816  .00006099  00000-0  32312-3 0  9991
+2 31636  98.8937  37.8700 0184063  37.1588 324.2210 15.02393434468482
+0 FENGYUN 1C DEB
+1 31637U 99025CAT 16015.05645718  .00002872  00000-0  12821-2 0  9999
+2 31637  99.0979 107.9388 0063032 204.5278 155.2897 14.22490627447158
+0 FENGYUN 1C DEB
+1 31639U 99025CAV 16014.93294793  .00000045  00000-0  69353-4 0  9994
+2 31639  98.6736 171.8855 0161849 257.7332 257.2599 13.84120355439890
+0 FENGYUN 1C DEB
+1 31640U 99025CAW 16016.60879273 +.00006110 +00000-0 +46394-3 0  9992
+2 31640 099.2299 071.9142 0205441 023.6813 337.3691 14.87380980168239
+0 FENGYUN 1C DEB
+1 31642U 99025CAY 16015.98915094 +.00000285 +00000-0 +12041-3 0  9995
+2 31642 098.6954 096.6531 0129238 086.7558 274.8399 14.28417398453116
+0 FENGYUN 1C DEB
+1 31643U 99025CAZ 16014.48082444  .00000776  00000-0  56584-3 0  9999
+2 31643  98.4005  98.4063 0101748  37.6402  26.6511 13.96324471442571
+0 FENGYUN 1C DEB
+1 31644U 99025CBA 16015.49805737  .00001038  00000-0  23908-3 0  9996
+2 31644  98.5881 107.2610 0213998 350.3765  72.4956 14.44621688457224
+0 FENGYUN 1C DEB
+1 31646U 99025CBC 16017.27621218  .00000402  00000-0  25436-3 0  9998
+2 31646  99.0465  35.7597 0035027 350.7436   9.3084 14.09527313447628
+0 FENGYUN 1C DEB
+1 31647U 99025CBD 16017.16013719  .00001878  00000-0  10333-2 0  9995
+2 31647  98.0525   4.2232 0178036 175.5350 184.7460 14.04902964443747
+0 FENGYUN 1C DEB
+1 31648U 99025CBE 16017.24105445  .00001513  00000-0  11854-2 0  9998
+2 31648 102.8242 171.3234 0089409  23.0098 337.5015 13.92826362441023
+0 FENGYUN 1C DEB
+1 31649U 99025CBF 16016.34128489  .00000976  00000-0  10386-2 0  9993
+2 31649  98.1612 218.4533 0285083 111.0753 252.1124 13.59617513430962
+0 FENGYUN 1C DEB
+1 31650U 99025CBG 16017.39799956  .00006376  00000-0  19302-2 0  9991
+2 31650  95.2289  67.7400 0261255  12.3353 348.4067 14.24565217442463
+0 FENGYUN 1C DEB
+1 31654U 99025CBL 16018.15846013  .00044798  00000-0  35656-2 0  9997
+2 31654  97.5726 342.5284 0113333  80.6491 280.7523 14.95248144453424
+0 FENGYUN 1C DEB
+1 31655U 99025CBM 16009.17236311  .00001835  00000-0  22380-2 0  9999
+2 31655  99.2914 137.1744 0338538 287.6609 204.3298 13.45580321434046
+0 FENGYUN 1C DEB
+1 31656U 99025CBN 16016.84882648 +.00001300 +00000-0 +63205-3 0  9991
+2 31656 099.1651 144.5288 0031019 341.3978 170.2405 14.19857606448995
+0 FENGYUN 1C DEB
+1 31657U 99025CBP 16017.40516226  .00001933  00000-0  17272-2 0  9995
+2 31657 102.2421 232.1446 0185429  22.3350 338.5736 13.78849158436420
+0 FENGYUN 1C DEB
+1 31658U 99025CBQ 16017.69248079  .00000633  00000-0  51500-3 0  9994
+2 31658  98.1743 288.9316 0264468 216.8307 141.4424 13.77944616434123
+0 FENGYUN 1C DEB
+1 31659U 99025CBR 16015.51968955  .00001663  00000-0  28600-3 0  9995
+2 31659  99.0053 278.7565 0187643 174.6902 185.6345 14.59321315459554
+0 FENGYUN 1C DEB
+1 31660U 99025CBS 16007.31841653  .00000641  00000-0  30507-3 0  9995
+2 31660  98.8001  46.7933 0114087 249.0330 111.1258 14.19517388448594
+0 FENGYUN 1C DEB
+1 31661U 99025CBT 16016.98144108  .00001168  00000-0  66567-3 0  9990
+2 31661  99.0957  27.8224 0069885  30.9635 358.7801 14.10548745446516
+0 FENGYUN 1C DEB
+1 31663U 99025CBV 16015.55981825 +.00001161 +00000-0 +16001-3 0  9990
+2 31663 098.8327 291.3119 0222972 297.6683 060.2048 14.65015708461894
+0 FENGYUN 1C DEB
+1 31664U 99025CBW 16017.91945470  .00000054  00000-0  55869-4 0  9995
+2 31664  98.9611  54.3001 0129285 263.7103  94.9326 14.06585248452027
+0 FENGYUN 1C DEB
+1 31665U 99025CBX 16018.02879544  .00000499  00000-0  47440-3 0  9995
+2 31665  98.4321  37.5881 0201362 273.4561 111.4409 13.76380065435252
+0 FENGYUN 1C DEB
+1 31666U 99025CBY 16016.08993019  .00001757  00000-0  66412-3 0  9992
+2 31666  98.7579  67.9972 0061698 136.9732 223.6299 14.31490129456675
+0 FENGYUN 1C DEB
+1 31667U 99025CBZ 16017.08821579  .00000202  00000-0  11455-3 0  9996
+2 31667  98.8883 112.2759 0053126 357.0289   3.0564 14.20100674450559
+0 FENGYUN 1C DEB
+1 31670U 99025CCC 15365.04164114  .00000420  00000-0  47455-3 0  9997
+2 31670  98.4581 298.1302 0268043 202.1279 156.8118 13.60940275427375
+0 FENGYUN 1C DEB
+1 31672U 99025CCE 16006.00178910  .00001108  00000-0  45364-3 0  9998
+2 31672  98.8817  80.7823 0161349  98.0806 263.8711 14.22385229451359
+0 FENGYUN 1C DEB
+1 31673U 99025CCF 16017.51765317  .00000311  00000-0  13412-3 0  9994
+2 31673  99.3074 272.2530 0132650 343.1189  16.5597 14.27617797455582
+0 FENGYUN 1C DEB
+1 31674U 99025CCG 16018.03927928  .00001876  00000-0  97173-3 0  9994
+2 31674  98.8424 322.0639 0040136 280.6200  79.0454 14.15689762449594
+0 FENGYUN 1C DEB
+1 31675U 99025CCH 16016.60765764  .00002452  00000-0  13744-2 0  9996
+2 31675  98.4497 145.4906 0143456 258.5140  99.9891 14.06446303443289
+0 FENGYUN 1C DEB
+1 31678U 99025CCL 16016.75359007  .00000963  00000-0  22608-3 0  9999
+2 31678  98.8863 339.5200 0353292 166.7754 319.9508 14.25094649451538
+0 FENGYUN 1C DEB
+1 31679U 99025CCM 16017.15213965  .00001852  00000-0  57767-3 0  9999
+2 31679  98.9141 146.0203 0076019  78.5441 282.4271 14.40468801452630
+0 FENGYUN 1C DEB
+1 31680U 99025CCN 16015.05284552  .00001768  00000-0  22386-3 0  9993
+2 31680  99.8519 324.2882 0184095 243.0655 115.1636 14.72493864465918
+0 FENGYUN 1C DEB
+1 31682U 99025CCQ 16017.19335274  .00006245  00000-0  16527-2 0  9994
+2 31682  98.7403  25.1644 0034932  60.8998 299.5684 14.48791496450810
+0 FENGYUN 1C DEB
+1 31683U 99025CCR 16016.16308312  .00003214  00000-0  10229-2 0  9990
+2 31683  98.7218 356.5950 0077658  11.4733 348.8201 14.38853497451618
+0 FENGYUN 1C DEB
+1 31685U 99025CCT 16016.88532560  .00000115  00000-0  93344-4 0  9993
+2 31685  99.0798  24.5574 0016095 317.4100 160.1718 14.08743515445770
+0 FENGYUN 1C DEB
+1 31686U 99025CCU 16016.40419133  .00001690  00000-0  21941-3 0  9994
+2 31686  98.5844  74.4545 0398676 318.1976 101.5801 14.39458887455868
+0 FENGYUN 1C DEB
+1 31688U 99025CCW 16017.18713230  .00000355  00000-0  26096-3 0  9990
+2 31688  99.2380   2.3574 0070980  34.6289  26.8847 14.01107636446745
+0 FENGYUN 1C DEB
+1 31690U 99025CCY 16017.36319039  .00003628  00000-0  11916-2 0  9992
+2 31690  98.8391  79.6096 0031530 254.8951 104.8746 14.38656777454199
+0 FENGYUN 1C DEB
+1 31691U 99025CCZ 16017.87442132  .00001338  00000-0  80450-3 0  9996
+2 31691  99.0945  52.2260 0075101 359.4823   0.6256 14.07208795447022
+0 FENGYUN 1C DEB
+1 31692U 99025CDA 16018.07525173  .00001195  00000-0  89957-3 0  9999
+2 31692  99.1454 327.7400 0120748 293.4732  65.3774 13.92958969447952
+0 FENGYUN 1C DEB
+1 31695U 99025CDD 16017.32555905  .00001802  00000-0  37318-3 0  9994
+2 31695  98.6627  51.2371 0272275  65.5363 297.3965 14.40812708460372
+0 FENGYUN 1C DEB
+1 31696U 99025CDE 16015.31558969  .00000591  00000-0  50426-3 0  9994
+2 31696  97.7773 209.1571 0156225 352.6022   7.2834 13.84732770444281
+0 TERRA SAR X
+1 31698U 07026A   16018.29705156 -.00002914  00000-0 -13567-3 0  9996
+2 31698  97.4490  27.3147 0001844  79.3642 336.9413 15.19141214476559
+0 SL-24 R/B
+1 31699U 07026B   16018.16447234  .00000270  00000-0  49101-4 0  9998
+2 31699  97.4392  37.9365 0349688 250.1120 157.2246 14.40894759451420
+0 FENGYUN 1C DEB
+1 31709U 99025CDG 16016.09185159 +.00001752 +00000-0 +10207-2 0  9994
+2 31709 098.0236 332.1585 0192101 234.6371 123.6713 14.00819387127326
+0 FENGYUN 1C DEB
+1 31710U 99025CDH 16013.22626394 +.00011029 +00000-0 +80896-3 0  9999
+2 31710 098.9908 010.3612 0115668 250.8665 108.0002 14.98448650463305
+0 FENGYUN 1C DEB
+1 31711U 99025CDJ 16017.53845116  .00012141  00000-0  14708-2 0  9997
+2 31711  99.0343 280.6760 0078714 291.9790 191.4599 14.81599093457920
+0 FENGYUN 1C DEB
+1 31714U 99025CDM 16017.13235824  .00001995  00000-0  96665-3 0  9993
+2 31714  99.0523  81.3539 0056440   1.3269  52.1362 14.18776779443732
+0 FENGYUN 1C DEB
+1 31715U 99025CDN 16018.07607299  .00000926  00000-0  26920-3 0  9997
+2 31715  99.2850 246.7379 0244363 199.8109 159.3454 14.31144717452127
+0 FENGYUN 1C DEB
+1 31716U 99025CDP 16016.79940227  .00000835  00000-0  62732-3 0  9996
+2 31716  98.5601 133.9895 0146933  68.0792  82.6626 13.91901685437440
+0 FENGYUN 1C DEB
+1 31717U 99025CDQ 16017.91452878  .00001624  00000-0  10932-2 0  9993
+2 31717  96.9311 276.4887 0211997  92.8225 269.7223 13.91097173441415
+0 FENGYUN 1C DEB
+1 31719U 99025CDS 16017.38682919  .00001656  00000-0  14268-2 0  9998
+2 31719  97.5523  69.4892 0214769 123.9610 238.2163 13.77493521436766
+0 FENGYUN 1C DEB
+1 31720U 99025CDT 16016.15697145  .00001152  00000-0  26992-3 0  9990
+2 31720  99.0470 284.1159 0136128 257.2539 101.3410 14.51355019457187
+0 FENGYUN 1C DEB
+1 31721U 99025CDU 16017.30528804  .00000153  00000-0  15346-3 0  9995
+2 31721  99.4633 308.4187 0328773 180.3213 333.5645 13.69758900431161
+0 FENGYUN 1C DEB
+1 31722U 99025CDV 16017.18578998  .00003684  00000-0  12088-2 0  9992
+2 31722 101.9632 145.1691 0021064 125.1968 356.7485 14.39212383449057
+0 FENGYUN 1C DEB
+1 31723U 99025CDW 16016.82233963 +.00001743 +00000-0 +12638-2 0  9998
+2 31723 097.8223 236.2345 0144920 000.0761 000.0401 13.92590137129364
+0 FENGYUN 1C DEB
+1 31724U 99025CDX 16012.87316666  .00001252  00000-0  55335-3 0  9999
+2 31724  97.8944 350.8009 0218173 144.3588 217.2381 14.12764075446690
+0 FENGYUN 1C DEB
+1 31725U 99025CDY 16006.78359014  .00000542  00000-0  99019-3 0  9995
+2 31725  99.2037 129.6969 0715036 129.2130 233.6352 12.71589729402902
+0 FENGYUN 1C DEB
+1 31726U 99025CDZ 16017.30832266  .00000871  00000-0  44502-3 0  9993
+2 31726  99.1254  52.5712 0260107  35.8242  21.6795 14.02167075445841
+0 FENGYUN 1C DEB
+1 31727U 99025CEA 16017.58004973  .00001189  00000-0  64658-3 0  9997
+2 31727  98.9903  61.7084 0047352 247.9069 268.7518 14.13716565443562
+0 FENGYUN 1C DEB
+1 31729U 99025CEC 16017.96920205  .00001742  00000-0  11442-2 0  9993
+2 31729  99.2704  80.6847 0088800 228.4104 130.9426 14.01475444439277
+0 FENGYUN 1C DEB
+1 31731U 99025CEE 16017.92489538  .00001365  00000-0  69769-3 0  9998
+2 31731  99.3118 172.6091 0013490 289.0012 227.5906 14.17382078444658
+0 FENGYUN 1C DEB
+1 31732U 99025CEF 16018.14473944  .00000221  00000-0  15182-3 0  9998
+2 31732  98.9587  91.9907 0041949  35.1480 325.2444 14.09134815445314
+0 FENGYUN 1C DEB
+1 31733U 99025CEG 16017.43571598  .00003758  00000-0  50510-3 0  9996
+2 31733  99.1136 359.0471 0129295  91.4162  60.2643 14.74329351458555
+0 FENGYUN 1C DEB
+1 31734U 99025CEH 16017.93453769  .00000289  00000-0  13560-3 0  9991
+2 31734  98.7102  55.0502 0112221 129.5503 231.5656 14.23916756449883
+0 FENGYUN 1C DEB
+1 31735U 99025CEJ 16016.67912291 +.00000538 +00000-0 +21813-3 0  9999
+2 31735 098.7029 090.4144 0072261 166.8423 351.7257 14.30299192448361
+0 FENGYUN 1C DEB
+1 31736U 99025CEK 16016.89577697 +.00000081 +00000-0 +67793-4 0  9992
+2 31736 098.9360 040.3567 0013113 085.9833 034.5358 14.12591200129710
+0 FENGYUN 1C DEB
+1 31737U 99025CEL 16017.39653100  .00000918  00000-0  18610-3 0  9995
+2 31737  98.3465  85.8333 0188911  99.6378 322.4258 14.52988711455688
+0 FENGYUN 1C DEB
+1 31738U 99025CEM 16014.24611709  .00000789  00000-0  59305-3 0  9998
+2 31738  99.6500  26.8601 0337570 228.3160 128.8645 13.73760585433563
+0 FENGYUN 1C DEB
+1 31739U 99025CEN 16016.75236291  .00000115  00000-0  72887-4 0  9990
+2 31739  98.9579 354.3681 0128945 322.5676 159.7540 14.17915683446024
+0 FENGYUN 1C DEB
+1 31740U 99025CEP 16011.05162716 +.00000872 +00000-0 +39470-3 0  9990
+2 31740 099.8359 043.5850 0031640 217.1014 170.6748 14.24877955133232
+0 FENGYUN 1C DEB
+1 31741U 99025CEQ 16017.09089061  .00000793  00000-0  33108-3 0  9996
+2 31741  99.0524 129.6442 0205050 317.5558  40.9914 14.18516465446889
+0 FENGYUN 1C DEB
+1 31742U 99025CER 16017.49919848  .00000557  00000-0  22531-3 0  9992
+2 31742  98.7675 109.9311 0089305 113.0388 248.0241 14.29519032450842
+0 FENGYUN 1C DEB
+1 31743U 99025CES 16016.52160016  .00001180  00000-0  63983-3 0  9990
+2 31743  99.1438 125.3132 0040968  36.3899  22.8123 14.14069537446402
+0 FENGYUN 1C DEB
+1 31744U 99025CET 16017.18941521  .00000656  00000-0  30181-3 0  9993
+2 31744  99.4656  17.2815 0412542 126.7583 237.2195 13.87630878443117
+0 FENGYUN 1C DEB
+1 31746U 99025CEV 16017.34135595  .00001658  00000-0  65478-3 0  9999
+2 31746  98.7656  67.4366 0047836 162.2429 260.0689 14.29780656450671
+0 FENGYUN 1C DEB
+1 31751U 99025CFA 16014.92970130  .00003320  00000-0  11824-2 0  9991
+2 31751  98.8777  72.8015 0064222 357.3670   2.7167 14.33816622450856
+0 FENGYUN 1C DEB
+1 31752U 99025CFB 16017.30739516  .00000907  00000-0  50949-3 0  9998
+2 31752  98.8628 208.1886 0407081 347.2499  11.8596 13.78129262436310
+0 FENGYUN 1C DEB
+1 31753U 99025CFC 16017.51381706  .00000382  00000-0  19154-3 0  9996
+2 31753  98.9955  24.1765 0166020  54.9902  98.9316 14.15361011449023
+0 FENGYUN 1C DEB
+1 31754U 99025CFD 16017.13813188  .00000937  00000-0  39116-3 0  9995
+2 31754  99.0185 147.0697 0061423 284.5250  74.9121 14.27720318452448
+0 FENGYUN 1C DEB
+1 31755U 99025CFE 16015.94380997 -.00000052 +00000-0 -50750-5 0  9999
+2 31755 098.9890 050.5916 0197480 096.3184 021.5319 14.04786701128305
+0 FENGYUN 1C DEB
+1 31756U 99025CFF 16017.30634037  .00001383  00000-0  65260-3 0  9995
+2 31756  99.4066 211.6875 0062779  44.6553 315.9654 14.20594993449068
+0 FENGYUN 1C DEB
+1 31757U 99025CFG 16017.80318872  .00000195  00000-0  12008-3 0  9999
+2 31757  99.1301  32.4471 0227784 101.7741 260.9073 14.03775483450570
+0 FENGYUN 1C DEB
+1 31758U 99025CFH 16017.08560418  .00004719  00000-0  12686-2 0  9992
+2 31758  98.1741 327.5175 0494680  39.7071 323.9233 13.94494950436493
+0 FENGYUN 1C DEB
+1 31759U 99025CFJ 16015.12507269  .00006452  00000-0  19363-2 0  9996
+2 31759  98.5864 349.3830 0007898  18.9625  42.9324 14.43048981450746
+0 FENGYUN 1C DEB
+1 31760U 99025CFK 16017.78820447  .00000555  00000-0  26572-3 0  9997
+2 31760  99.3427 218.7132 0058771  71.9231 288.8335 14.22563536448389
+0 FENGYUN 1C DEB
+1 31761U 99025CFL 16016.18228736  .00001327  00000-0  40895-3 0  9996
+2 31761  98.7354  93.8425 0583497  24.3885 338.3729 13.74677092432373
+0 FENGYUN 1C DEB
+1 31763U 99025CFN 16016.62631464  .00000907  00000-0  61684-3 0  9995
+2 31763  98.5059 258.2364 0577869 356.9687  29.2326 13.42155277425275
+0 FENGYUN 1C DEB
+1 31765U 99025CFQ 16016.49173598 +.00003086 +00000-0 +19203-2 0  9991
+2 31765 098.9617 210.9143 0283225 141.5370 250.4199 13.87660094432639
+0 FENGYUN 1C DEB
+1 31766U 99025CFR 16017.30302441 -.00000045  00000-0 -13107-6 0  9999
+2 31766  99.0417  43.5036 0074915 312.6329  46.8538 14.03899107448279
+0 FENGYUN 1C DEB
+1 31767U 99025CFS 16016.85345060 -.00000113 +00000-0 -43052-4 0  9999
+2 31767 099.1681 022.1441 0042369 042.2233 077.1258 14.03419105440628
+0 FENGYUN 1C DEB
+1 31768U 99025CFT 16017.61391354  .00002140  00000-0  76365-3 0  9994
+2 31768  99.0805 171.3039 0057279 250.9589 172.0457 14.34384888448395
+0 FENGYUN 1C DEB
+1 31769U 99025CFU 16017.22537353  .00001697  00000-0  10323-2 0  9990
+2 31769  98.4913 164.6040 0104372  16.6733 343.7826 14.04745002445953
+0 FENGYUN 1C DEB
+1 31770U 99025CFV 16017.68809324  .00012867  00000-0  32444-2 0  9991
+2 31770  97.7024 324.7567 0154968 314.5460 164.8864 14.44191052451221
+0 FENGYUN 1C DEB
+1 31771U 99025CFW 16017.24951587  .00002599  00000-0  97087-3 0  9999
+2 31771 102.8097  49.8251 0035100 243.4055 116.3514 14.33077403450067
+0 FENGYUN 1C DEB
+1 31772U 99025CFX 16010.83275627  .00000819  00000-0  52219-3 0  9993
+2 31772  98.4719 140.3639 0160433 268.4323  89.8462 14.00067248439545
+0 FENGYUN 1C DEB
+1 31773U 99025CFY 16017.16055126  .00001433  00000-0  50200-3 0  9998
+2 31773  98.9257 142.4393 0075075 112.4390 248.4767 14.35112164450648
+0 FENGYUN 1C DEB
+1 31774U 99025CFZ 16001.90689547  .00001263  00000-0  76491-3 0  9995
+2 31774  99.0351  35.4153 0070969  28.4713 334.3019 14.07055698440655
+0 FENGYUN 1C DEB
+1 31776U 99025CGB 16013.70126338  .00002188  00000-0  13440-2 0  9993
+2 31776  99.0483 336.4118 0065384  17.4561 106.3305 14.05653252442770
+0 FENGYUN 1C DEB
+1 31779U 99025CGE 16017.25929047  .00000381  00000-0  11614-3 0  9993
+2 31779  99.2987 305.3083 0232072 253.8433 103.7095 14.34584621451642
+0 FENGYUN 1C DEB
+1 31780U 99025CGF 16017.91930425  .00000601  00000-0  11799-3 0  9999
+2 31780  99.3030  51.0587 0179582 190.8275 168.9032 14.57616941458566
+0 FENGYUN 1C DEB
+1 31781U 99025CGG 16014.37284396  .00001958  00000-0  13727-2 0  9994
+2 31781  99.5065  69.5088 0277967 254.1892 102.8455 13.82680223438433
+0 FENGYUN 1C DEB
+1 31782U 99025CGH 16017.03806977  .00000379  00000-0  15843-3 0  9994
+2 31782  98.7148 103.8932 0088541 159.9799 324.5263 14.29611153450413
+0 FENGYUN 1C DEB
+1 31783U 99025CGJ 16016.66569404  .00000136  00000-0  10618-3 0  9990
+2 31783  99.0079  82.6938 0110562 126.6196  25.4912 14.04579320442323
+0 FENGYUN 1C DEB
+1 31784U 99025CGK 16015.91110657  .00003936  00000-0  15311-2 0  9995
+2 31784  98.9936  62.3427 0036417 176.0038 184.1441 14.30036277445570
+0 FENGYUN 1C DEB
+1 31785U 99025CGL 16016.23178424  .00016925  00000-0  20191-2 0  9992
+2 31785  96.5537  19.8198 0041902  79.3417 281.2515 14.83667430454801
+0 FENGYUN 1C DEB
+1 31787U 99025CGN 16017.30347559  .00002894  00000-0  79170-3 0  9992
+2 31787  98.6885  62.8847 0112852 340.2232  19.4599 14.44330943462309
+0 FENGYUN 1C DEB
+1 31788U 99025CGP 16016.21273476  .00001680  00000-0  18544-2 0  9997
+2 31788 102.5742   9.8093 0509760 331.5268  90.2796 13.28918763424971
+0 GENESIS 2
+1 31789U 07028A   16017.04969477  .00001665  00000-0  97643-4 0  9997
+2 31789  64.5027 209.2101 0051267 286.2807  73.2679 15.14681073470532
+0 SL-24 DEB
+1 31791U 07028C   16016.93630057 +.00000105 +00000-0 +66870-4 0  9992
+2 31791 064.5231 187.4040 0840508 172.6283 346.3600 13.25041938413806
+0 COSMOS 2428
+1 31792U 07029A   16018.18531066  .00000137  00000-0  10000-3 0  9991
+2 31792  70.9573  54.8333 0010369 327.5901 142.8632 14.12447135441217
+0 SL-16 R/B
+1 31793U 07029B   16017.16299071  .00000304  00000-0  18409-3 0  9993
+2 31793  70.9755  35.1490 0002422 258.5013 164.2235 14.14351434441613
+0 SL-16 DEB
+1 31794U 07029C   16016.82531485 +.00000030 +00000-0 +70384-4 0  9991
+2 31794 071.0414 152.1091 0208291 311.4142 202.6414 13.70941612427837
+0 SL-16 DEB
+1 31795U 07029D   16017.54907918  .00000070  00000-0  11181-3 0  9993
+2 31795  70.9470 153.2535 0222846  19.0432  52.0707 13.67768826427010
+0 SL-16 DEB
+1 31796U 07029E   16016.86592800  .00000037  00000-0  79052-4 0  9993
+2 31796  71.0406 181.3955 0216328 352.9048 156.3683 13.68083975427017
+0 SL-16 DEB
+1 31799U 07029F   16018.18672258  .00000055  00000-0  98400-4 0  9997
+2 31799  70.9399 170.9175 0225801  58.8305 353.5789 13.65677049426229
+0 CHINASAT 6B
+1 31800U 07031A   16017.51205626 -.00000371  00000-0  00000+0 0  9996
+2 31800   0.0100  64.6995 0003649 225.0704 126.4660  1.00269914 31333
+0 FENGYUN 1C DEB
+1 31802U 99025CGQ 16018.15996772  .00003058  00000-0  31515-3 0  9995
+2 31802  98.2933 356.2021 0190466  73.8581 288.3501 14.78526112460168
+0 FENGYUN 1C DEB
+1 31804U 99025CGS 16017.02944979  .00001083  00000-0  71348-3 0  9998
+2 31804  98.3577  91.6127 0158658 288.0088  70.3843 13.97801929439943
+0 FENGYUN 1C DEB
+1 31805U 99025CGT 16016.12393872  .00006132  00000-0  20929-2 0  9997
+2 31805  98.4032 338.9897 0565277 333.5700  23.7603 13.72668398430624
+0 FENGYUN 1C DEB
+1 31806U 99025CGU 16017.34124100  .00001469  00000-0  12407-2 0  9999
+2 31806  97.6926  59.0500 0366057 328.3418  29.6169 13.62147891431827
+0 FENGYUN 1C DEB
+1 31807U 99025CGV 16017.39390590  .00000693  00000-0  22008-3 0  9990
+2 31807  99.1300 227.8134 0127766  43.8904 317.2346 14.38959165453815
+0 FENGYUN 1C DEB
+1 31808U 99025CGW 16016.86323424 +.00002081 +00000-0 +13083-2 0  9999
+2 31808 099.2426 040.2602 0092285 216.9057 142.5735 14.03455265064758
+0 FENGYUN 1C DEB
+1 31809U 99025CGX 16016.47899895  .00006406  00000-0  16301-2 0  9998
+2 31809  98.8046 113.3407 0028926  79.6745 280.7707 14.50767314452585
+0 FENGYUN 1C DEB
+1 31810U 99025CGY 16016.90486051 +.00000719 +00000-0 +19828-3 0  9993
+2 31810 098.6557 051.7472 0250893 133.4135 228.8235 14.33016702124901
+0 FENGYUN 1C DEB
+1 31811U 99025CGZ 16001.77866435  .00043342  00000-0  37745-2 0  9997
+2 31811  98.9653 203.5492 0026802  35.9923 293.2766 14.96478230456598
+0 FENGYUN 1C DEB
+1 31812U 99025CHA 16015.39561064 +.00000205 +00000-0 +16611-3 0  9992
+2 31812 099.0970 088.3606 0069901 179.1136 181.0164 13.99893569179577
+0 FENGYUN 1C DEB
+1 31813U 99025CHB 16016.23589906  .00000539  00000-0  16286-3 0  9990
+2 31813  99.4836  15.7450 0156951 110.7781 251.0299 14.40384234459820
+0 FENGYUN 1C DEB
+1 31814U 99025CHC 16015.80811190  .00000344  00000-0  40636-3 0  9996
+2 31814  99.7878   4.1549 0235408  61.2881 301.1701 13.63667513430458
+0 FENGYUN 1C DEB
+1 31815U 99025CHD 16017.31958201 -.00000005  00000-0  21681-4 0  9995
+2 31815  98.8953  50.4939 0059382 174.2795 185.9066 14.09719902445644
+0 FENGYUN 1C DEB
+1 31816U 99025CHE 16017.12097652  .00000463  00000-0  40612-3 0  9990
+2 31816  98.8991 253.3341 0130770 282.8211 231.8224 13.86679288436315
+0 FENGYUN 1C DEB
+1 31817U 99025CHF 16017.16749538  .00001086  00000-0  34479-3 0  9998
+2 31817  98.8861 151.4522 0092384  71.9436 289.1789 14.39705564453424
+0 FENGYUN 1C DEB
+1 31819U 99025CHH 16015.89654889 +.00000300 +00000-0 +13883-3 0  9996
+2 31819 098.6875 054.1669 0094220 119.4037 241.6589 14.25363362450953
+0 FENGYUN 1C DEB
+1 31820U 99025CHJ 16017.73149067  .00003081  00000-0  50194-3 0  9995
+2 31820  99.0059 213.8608 0266920 245.3342 111.9842 14.50940014455125
+0 FENGYUN 1C DEB
+1 31821U 99025CHK 16017.93770233  .00002465  00000-0  12864-2 0  9999
+2 31821  98.1948 271.9308 0419294  52.9813 310.8943 13.78206395433791
+0 FENGYUN 1C DEB
+1 31823U 99025CHM 16016.90772466 +.00001869 +00000-0 +65782-3 0  9992
+2 31823 099.5484 355.8586 0057766 311.4115 048.2111 14.35340751445839
+0 FENGYUN 1C DEB
+1 31825U 99025CHP 16017.32876453  .00000392  00000-0  19334-3 0  9994
+2 31825  98.8652  51.0388 0177560 280.3042 134.8020 14.15288601444599
+0 FENGYUN 1C DEB
+1 31826U 99025CHQ 16016.57731307  .00000283  00000-0  15682-3 0  9990
+2 31826  98.8441  55.4791 0132913 113.3529  37.5559 14.14264404446211
+0 FENGYUN 1C DEB
+1 31827U 99025CHR 16017.20929451  .00001060  00000-0  85001-3 0  9997
+2 31827  97.6616 171.2415 0132745 330.8942  28.4865 13.88407580437102
+0 FENGYUN 1C DEB
+1 31828U 99025CHS 16015.16656451  .00006958  00000-0  22982-2 0  9997
+2 31828  99.2852 146.1509 0192454 125.8922 236.0294 14.28366641451422
+0 FENGYUN 1C DEB
+1 31829U 99025CHT 16015.98566181  .00000119  00000-0  12647-3 0  9999
+2 31829  99.1044 289.4251 0172602 241.5514 180.3100 13.85886732439913
+0 FENGYUN 1C DEB
+1 31830U 99025CHU 16018.10640725  .00000560  00000-0  56352-3 0  9996
+2 31830  99.0836 238.8375 0205807 166.0460 346.1082 13.72484225431441
+0 FENGYUN 1C DEB
+1 31831U 99025CHV 16015.48296262  .00001960  00000-0  14007-2 0  9993
+2 31831  97.8806 253.0854 0144057  11.6952 348.7500 13.93349191437721
+0 FENGYUN 1C DEB
+1 31832U 99025CHW 15363.36622344  .00001591  00000-0  12101-2 0  9993
+2 31832  97.7987 200.7491 0154405  87.5183 274.3646 13.89338563434451
+0 FENGYUN 1C DEB
+1 31833U 99025CHX 16015.65920549  .00000656  00000-0  83062-3 0  9995
+2 31833  98.2205 176.4316 0333358 322.5023  35.3274 13.45699027423892
+0 FENGYUN 1C DEB
+1 31834U 99025CHY 16017.48403039 -.00000009  00000-0  18195-4 0  9998
+2 31834  98.4086 126.1216 0175181 191.3591 168.3598 13.99551630448713
+0 FENGYUN 1C DEB
+1 31836U 99025CJA 16013.86460931 +.00001087 +00000-0 +80586-3 0  9990
+2 31836 098.6208 155.5048 0138023 114.7414 246.8184 13.92659118108369
+0 FENGYUN 1C DEB
+1 31837U 99025CJB 16015.89849007 +.00001235 +00000-0 +26632-3 0  9998
+2 31837 098.5072 039.4675 0148308 103.7824 257.9927 14.53630290455769
+0 FENGYUN 1C DEB
+1 31838U 99025CJC 16015.86349689 +.00000602 +00000-0 +34040-3 0  9996
+2 31838 099.0334 025.5172 0042397 310.6280 168.7588 14.13654559133700
+0 FENGYUN 1C DEB
+1 31841U 99025CJF 16016.43828972  .00001373  00000-0  72993-3 0  9996
+2 31841  98.4939  85.6763 0358780 252.5975 170.9314 13.86807853437055
+0 FENGYUN 1C DEB
+1 31842U 99025CJG 16018.18616787  .00011795  00000-0  52683-3 0  9993
+2 31842  98.2240   8.3229 0216995 306.6740  51.4711 15.02877788463259
+0 FENGYUN 1C DEB
+1 31843U 99025CJH 16017.06410271  .00003214  00000-0  24022-2 0  9992
+2 31843  99.2784 324.5370 0728761  30.7226 333.4525 13.10976071422508
+0 FENGYUN 1C DEB
+1 31844U 99025CJJ 16017.20863521  .00000569  00000-0  33084-3 0  9998
+2 31844 100.2773 143.3219 0116258  49.6283  67.6872 14.10259278442511
+0 FENGYUN 1C DEB
+1 31847U 99025CJM 16015.20772930  .00000760  00000-0  53096-3 0  9990
+2 31847  99.2684  26.1100 0105528 167.5168 192.8646 13.99031463444858
+0 FENGYUN 1C DEB
+1 31848U 99025CJN 16016.80609759  .00003522  00000-0  54805-3 0  9994
+2 31848  96.7382 137.8953 0144468 203.7710 309.7497 14.66658556459698
+0 FENGYUN 1C DEB
+1 31849U 99025CJP 15359.84225997  .00018534  00000-0  17386-2 0  9997
+2 31849  97.9171 214.4470 0114403  57.4913 303.7298 14.89143338453902
+0 FENGYUN 1C DEB
+1 31850U 99025CJQ 16017.00768175  .00002748  00000-0  47936-3 0  9994
+2 31850  98.4445 293.4398 0308511  72.9184 290.5551 14.42141602449830
+0 FENGYUN 1C DEB
+1 31851U 99025CJR 16017.04630038  .00001290  00000-0  12708-2 0  9994
+2 31851  98.8179 106.7149 0231093 185.4404 174.4227 13.69216178429954
+0 FENGYUN 1C DEB
+1 31852U 99025CJS 16016.75574382 +.00011673 +00000-0 +22493-2 0  9999
+2 31852 098.8032 211.0524 0486177 253.1996 101.5317 14.08532299433397
+0 FENGYUN 1C DEB
+1 31854U 99025CJU 16016.92358720 +.00000083 +00000-0 +84708-4 0  9998
+2 31854 099.0990 050.8026 0081569 094.5623 266.4864 13.99371904186296
+0 FENGYUN 1C DEB
+1 31855U 99025CJV 16018.04577938  .00006070  00000-0  44455-3 0  9994
+2 31855  96.6962 115.7334 0241334 283.8388  73.6085 14.83389762460586
+0 FENGYUN 1C DEB
+1 31856U 99025CJW 16017.73963595  .00010981  00000-0  15303-2 0  9993
+2 31856  98.9297 216.8668 0054309 269.4234  90.0750 14.76925012455234
+0 FENGYUN 1C DEB
+1 31857U 99025CJX 16016.88380436  .00000543  00000-0  60066-3 0  9996
+2 31857  96.1959 255.9751 0332635 158.9735 202.5465 13.52214116425640
+0 FENGYUN 1C DEB
+1 31861U 99025CKB 16017.39683079  .00001611  00000-0  20237-2 0  9999
+2 31861 102.3307 227.2079 0536853  13.3752 101.1962 13.18063951420178
+0 DIRECTV 10
+1 31862U 07032A   16016.96396057 -.00000112  00000-0  00000+0 0  9995
+2 31862   0.0441 232.0438 0000261  82.0966  45.8400  1.00273085 31262
+0 BREEZE-M DEB (TANK)
+1 31863U 07032B   16016.32760906  .00000860  00000-0  50872-3 0  9999
+2 31863  45.9613  69.8346 4990833 267.0426  37.2945  5.51801716170923
+0 BREEZE-M R/B
+1 31864U 07032C   16017.82073999 -.00000119  00000-0  00000+0 0  9997
+2 31864  20.1413 198.7501 5797105 102.1328   4.1973  2.01197554 62711
+0 CBERS 1 DEB
+1 31867U 99057PS  16017.45677582  .00081768  00000-0  26255-2 0  9996
+2 31867  98.0368  99.8633 0016978 341.4765  18.5854 15.31841251461733
+0 CBERS 1 DEB
+1 31870U 99057PV  16016.46099907  .00012498  00000-0  16190-2 0  9990
+2 31870  98.2415   3.4740 0002188 260.7566 251.5902 14.80975146457330
+0 CBERS 1 DEB
+1 31871U 99057PW  16016.40886833 +.00010083 +00000-0 +13329-2 0  9996
+2 31871 098.2489 004.3570 0006184 191.0318 169.0758 14.80171976457605
+0 CBERS 1 DEB
+1 31872U 99057PX  16017.74957942  .00008149  00000-0  13585-2 0  9999
+2 31872  98.2569 353.9854 0003716 267.2292  92.8488 14.70243801456718
+0 CBERS 1 DEB
+1 31873U 99057PY  16017.71845116  .00003599  00000-0  87241-3 0  9991
+2 31873  98.3377 339.3820 0004660 322.7214 158.1041 14.53557138454573
+0 CBERS 1 DEB
+1 31876U 99057QB  16017.10879073  .00004224  00000-0  95843-3 0  9999
+2 31876  98.3054 330.4615 0013058 335.3566  24.7007 14.56518760461156
+0 FENGYUN 1C DEB
+1 31877U 99025CKC 16017.13758183  .00002315  00000-0  32681-3 0  9996
+2 31877  99.0440 343.7674 0188118  26.5744 334.4952 14.66956206457497
+0 FENGYUN 1C DEB
+1 31878U 99025CKD 16014.99314766  .00001194  00000-0  25361-3 0  9994
+2 31878  99.4522  91.1533 0142298 340.4541  19.1230 14.55372707453503
+0 FENGYUN 1C DEB
+1 31879U 99025CKE 16016.65914918  .00000331  00000-0  10202-3 0  9995
+2 31879  99.6976  96.3513 0228844 357.1556   2.8310 14.35739035449543
+0 FENGYUN 1C DEB
+1 31880U 99025CKF 16017.43415359  .00000316  00000-0  30594-3 0  9998
+2 31880  99.9961 252.9881 0135205 244.4939 114.2179 13.84362733433668
+0 FENGYUN 1C DEB
+1 31881U 99025CKG 16017.16080015  .00012182  00000-0  14832-2 0  9996
+2 31881  99.0341 275.6062 0076387 309.5876  49.8604 14.81519127454313
+0 FENGYUN 1C DEB
+1 31882U 99025CKH 16017.58458396  .00000548  00000-0  35325-3 0  9998
+2 31882  98.8766 302.2874 0040405 315.1460 171.5177 14.06756141443002
+0 FENGYUN 1C DEB
+1 31883U 99025CKJ 16017.72643482  .00000412  00000-0  98557-4 0  9994
+2 31883  99.0256 294.6782 0154434 208.6467 150.6178 14.52880361453905
+0 FENGYUN 1C DEB
+1 31886U 99025CKM 16015.44381444  .00002338  00000-0  12382-2 0  9990
+2 31886  99.1729 103.4784 0062038 105.4650 255.3384 14.13731381439965
+0 FENGYUN 1C DEB
+1 31887U 99025CKN 16016.85542297 +.00001677 +00000-0 +63857-3 0  9991
+2 31887 099.5475 344.4329 0040665 346.2368 043.8266 14.31994391446221
+0 FENGYUN 1C DEB
+1 31888U 99025CKP 16016.77502117 +.00001373 +00000-0 +74705-3 0  9997
+2 31888 099.1357 122.2656 0027044 021.7410 129.9759 14.13809263443280
+0 FENGYUN 1C DEB
+1 31890U 99025CKR 16016.87146979 +.00000008 +00000-0 +29839-4 0  9994
+2 31890 099.0329 033.5882 0073293 354.3710 005.6628 14.08942395131941
+0 FENGYUN 1C DEB
+1 31891U 99025CKS 16015.23816611 +.00000249 +00000-0 +31083-3 0  9991
+2 31891 099.7389 035.1548 0230055 079.1045 283.5891 13.63395982430558
+0 FENGYUN 1C DEB
+1 31892U 99025CKT 16017.85757409  .00000772  00000-0  24136-3 0  9993
+2 31892  99.2669 251.7233 0228666 320.7575  37.7219 14.30262667446693
+0 FENGYUN 1C DEB
+1 31893U 99025CKU 16017.09559178  .00000353  00000-0  73946-4 0  9992
+2 31893  99.0535 321.9932 0198395 126.7419 292.4178 14.55393070457131
+0 FENGYUN 1C DEB
+1 31895U 99025CKW 16001.70406115  .00001264  00000-0  13351-2 0  9991
+2 31895  99.0892 177.5391 0246631 342.7923  16.4969 13.63990045426445
+0 FENGYUN 1C DEB
+1 31898U 99025CKZ 16016.47408608  .00000968  00000-0  23466-3 0  9992
+2 31898  98.5830 102.3883 0207730   9.6292 350.8785 14.43138485453825
+0 FENGYUN 1C DEB
+1 31899U 99025CLA 16017.25054350  .00000703  00000-0  71571-3 0  9998
+2 31899 102.0793 151.4570 0212650  69.0584 293.3169 13.72218059428077
+0 FENGYUN 1C DEB
+1 31901U 99025CLC 16017.26529495 -.00000013  00000-0  18330-4 0  9990
+2 31901  98.5556 181.2190 0134649 109.6746 251.9001 13.92714445442611
+0 FENGYUN 1C DEB
+1 31902U 99025CLD 16016.62407234  .00000262  00000-0  12197-3 0  9995
+2 31902  98.7323  70.4068 0188098 202.6434 311.2732 14.19645647446267
+0 FENGYUN 1C DEB
+1 31903U 99025CLE 16016.79104978  .00001820  00000-0  45157-3 0  9996
+2 31903  99.2424 327.0391 0162194 347.5084  12.2106 14.45700096452938
+0 FENGYUN 1C DEB
+1 31904U 99025CLF 16016.35563337  .00002526  00000-0  18911-2 0  9998
+2 31904  98.8999 221.4202 0189797 332.7937  26.3375 13.87360220433816
+0 FENGYUN 1C DEB
+1 31905U 99025CLG 16016.82302560 +.00000459 +00000-0 +17628-3 0  9998
+2 31905 099.1206 155.6596 0222334 045.0433 316.8537 14.22858021450879
+0 FENGYUN 1C DEB
+1 31906U 99025CLH 16017.61506292  .00000648  00000-0  41546-3 0  9991
+2 31906  98.6480 246.0684 0063695 329.0641  94.6772 14.05684391445010
+0 FENGYUN 1C DEB
+1 31908U 99025CLK 16012.16928701 +.00072405 +00000-0 +19229-2 0  9993
+2 31908 097.0944 348.7521 0071571 136.1038 228.5630 15.35393985463414
+0 FENGYUN 1C DEB
+1 31910U 99025CLM 16016.25407676  .00001756  00000-0  46035-3 0  9990
+2 31910  97.6855  14.4976 0286935 319.2615 103.2150 14.28662193447589
+0 FENGYUN 1C DEB
+1 31911U 99025CLN 16017.34642917  .00001311  00000-0  14851-2 0  9998
+2 31911  98.7316 227.5748 0550177  33.8949 329.6088 13.20873364415998
+0 FENGYUN 1C DEB
+1 31912U 99025CLP 16017.42090707  .00001439  00000-0  16375-2 0  9996
+2 31912  98.8298 250.2212 0555146  64.1628 301.5666 13.19736355414121
+0 FENGYUN 1C DEB
+1 31913U 99025CLQ 16018.09150288  .00003468  00000-0  33659-2 0  9990
+2 31913  99.4181 330.1641 0244710  65.8773 296.7756 13.67780926427962
+0 FENGYUN 1C DEB
+1 31914U 99025CLR 16017.51837783  .00000153  00000-0  42693-4 0  9997
+2 31914  98.9775 284.2022 0194641 154.5813 206.5111 14.50968163455875
+0 FENGYUN 1C DEB
+1 31915U 99025CLS 16016.57227957  .00000573  00000-0  34025-3 0  9994
+2 31915  98.9786  61.8323 0111421  68.1701 293.1277 14.08388905441718
+0 FENGYUN 1C DEB
+1 31916U 99025CLT 16015.27520410  .00001055  00000-0  47084-3 0  9996
+2 31916  99.4025 195.8056 0178739 256.7854 101.3326 14.16976676443658
+0 FENGYUN 1C DEB
+1 31917U 99025CLU 16017.92414529  .00000608  00000-0  20444-3 0  9998
+2 31917  98.6313  65.0799 0212576 193.9101 291.5522 14.28899310447967
+0 FENGYUN 1C DEB
+1 31919U 99025CLW 16017.88572029  .00000362  00000-0  12439-3 0  9997
+2 31919  99.1180 246.0019 0113705  60.4538   5.5788 14.38969582450915
+0 FENGYUN 1C DEB
+1 31920U 99025CLX 16017.69976778  .00002617  00000-0  26841-3 0  9994
+2 31920  98.7671 287.0899 0183395 200.6593 158.7135 14.79839972463330
+0 FENGYUN 1C DEB
+1 31921U 99025CLY 16016.72291071 +.00000439 +00000-0 +48360-3 0  9994
+2 31921 099.4289 299.1530 0215122 303.3372 084.1302 13.68199084427518
+0 FENGYUN 1C DEB
+1 31922U 99025CLZ 16017.45593978  .00001143  00000-0  10508-2 0  9992
+2 31922  98.8321 181.8095 0171507  26.2705  37.1250 13.78281878432511
+0 FENGYUN 1C DEB
+1 31923U 99025CMA 16017.13836973  .00000376  00000-0  48493-3 0  9995
+2 31923  98.4195 253.6275 0317711 311.6491 209.3004 13.48709259424120
+0 FENGYUN 1C DEB
+1 31924U 99025CMB 16017.69003630  .00000412  00000-0  49376-3 0  9995
+2 31924  98.4274 280.2701 0290032 222.9017 168.7999 13.55377941425201
+0 FENGYUN 1C DEB
+1 31926U 99025CMD 16017.97439400  .00001308  00000-0  76892-3 0  9994
+2 31926  99.1134  21.9150 0049860  42.1611 347.9819 14.09244583441707
+0 FENGYUN 1C DEB
+1 31929U 99025CME 16017.02678273  .00000393  00000-0  17102-3 0  9998
+2 31929  98.7299 100.2637 0082236 201.3574 158.4168 14.27778453451069
+0 FENGYUN 1C DEB
+1 31931U 99025CMG 16010.24079547 +.00000281 +00000-0 +34136-3 0  9999
+2 31931 097.7896 012.2585 0434103 288.9385 066.5181 13.38540895166899
+0 FENGYUN 1C DEB
+1 31934U 99025CMK 16016.19356430 +.00001472 +00000-0 +42640-3 0  9993
+2 31934 098.8880 151.1384 0106670 013.3248 347.0718 14.42837707082875
+0 FENGYUN 1C DEB
+1 31935U 99025CML 16017.57841250  .00001358  00000-0  71472-3 0  9994
+2 31935  99.7004 302.8829 0067889 204.7342 155.0568 14.14825008441231
+0 FENGYUN 1C DEB
+1 31937U 99025CMN 16015.73252390  .00002597  00000-0  45527-3 0  9991
+2 31937  99.3024 356.2185 0236871  44.3137 317.6750 14.52130809452217
+0 FENGYUN 1C DEB
+1 31938U 99025CMP 16016.84016375 +.00001739 +00000-0 +20041-3 0  9997
+2 31938 098.9159 334.5952 0214574 274.2998 083.3716 14.72230322457204
+0 FENGYUN 1C DEB
+1 31942U 99025CMT 16017.30653490  .00004111  00000-0  26262-2 0  9996
+2 31942  98.9408 212.9620 0137861 339.2919  20.2692 13.99472681429908
+0 FENGYUN 1C DEB
+1 31944U 99025CMV 16017.02112330  .00000391  00000-0  24169-3 0  9991
+2 31944  99.0794 101.1370 0164541   6.7689 116.5681 14.04701921450074
+0 FENGYUN 1C DEB
+1 31945U 99025CMW 16016.44049929  .00001134  00000-0  69520-3 0  9996
+2 31945  99.1343  10.1614 0072444 359.5118   0.5968 14.06594885442704
+0 FENGYUN 1C DEB
+1 31946U 99025CMX 16010.28954283  .00000793  00000-0  49684-3 0  9990
+2 31946  99.0897  38.8705 0095917 126.4516 232.7235 14.05218309439018
+0 FENGYUN 1C DEB
+1 31947U 99025CMY 16017.35553711  .00001951  00000-0  70589-3 0  9992
+2 31947  98.8046  60.0985 0078473 133.4042 227.3710 14.32911796452393
+0 FENGYUN 1C DEB
+1 31948U 99025CMZ 16017.95072414  .00001108  00000-0  63046-3 0  9999
+2 31948  99.4295 185.1228 0029100  80.0607  73.4478 14.11888465443331
+0 FENGYUN 1C DEB
+1 31949U 99025CNA 16012.38141265  .00000176  00000-0  10683-3 0  9996
+2 31949  98.8351  73.2700 0132728 139.4911 221.6233 14.13541874444102
+0 FENGYUN 1C DEB
+1 31952U 99025CND 16017.54044183  .00000828  00000-0  22940-3 0  9997
+2 31952  99.0275 227.9728 0130317 294.3933  64.3702 14.44821990450541
+0 FENGYUN 1C DEB
+1 31953U 99025CNE 16017.42585852  .00004201  00000-0  20952-2 0  9997
+2 31953  99.3605 102.2854 0181064 313.8421  44.7903 14.09329465440164
+0 FENGYUN 1C DEB
+1 31955U 99025CNG 16015.90203855 +.00001594 +00000-0 +58147-3 0  9990
+2 31955 099.2888 259.6306 0068604 321.6893 099.1797 14.33333449444771
+0 FENGYUN 1C DEB
+1 31956U 99025CNH 16017.44418536  .00001811  00000-0  82515-3 0  9994
+2 31956  99.4996 262.7947 0041492  66.9623 293.5919 14.22619560454659
+0 FENGYUN 1C DEB
+1 31957U 99025CNJ 16018.12661809  .00001686  00000-0  61489-3 0  9991
+2 31957  99.5169 341.7964 0057003 343.7446  16.1905 14.33725204446081
+0 FENGYUN 1C DEB
+1 31958U 99025CNK 16010.40284637  .00013114  00000-0  16205-2 0  9999
+2 31958  98.9541 232.4161 0050131 273.6820  85.8658 14.82064023450718
+0 FENGYUN 1C DEB
+1 31959U 99025CNL 16015.91799972 +.00001726 +00000-0 +87699-3 0  9996
+2 31959 098.6632 281.3580 0042725 250.4238 109.2321 14.16725685128480
+0 FENGYUN 1C DEB
+1 31960U 99025CNM 16008.67874208  .00001409  00000-0  10368-2 0  9995
+2 31960  99.7307 173.9483 0147672 145.2864 216.0861 13.92357226432326
+0 FENGYUN 1C DEB
+1 31963U 99025CNQ 16016.75593342  .00002597  00000-0  13216-2 0  9997
+2 31963 101.7104 358.6752 0412785 242.6284 113.2290 13.80943339430524
+0 FENGYUN 1C DEB
+1 31964U 99025CNR 16017.58773097  .00001499  00000-0  64926-3 0  9992
+2 31964  98.8326  68.4428 0049810 211.9605 147.8550 14.25160934445490
+0 FENGYUN 1C DEB
+1 31965U 99025CNS 16017.37532915  .00001741  00000-0  90132-3 0  9990
+2 31965  99.0467  83.0118 0041563   5.1111 355.0478 14.15842887442156
+0 FENGYUN 1C DEB
+1 31966U 99025CNT 16017.36955710  .00000969  00000-0  26662-3 0  9990
+2 31966  99.0496 232.3605 0123017 316.1841  42.9638 14.45203274449992
+0 FENGYUN 1C DEB
+1 31971U 99025CNY 16015.27575438  .00002953  00000-0  12643-2 0  9997
+2 31971 102.2692 183.1844 0019840 218.3504 265.4651 14.26070732442628
+0 FENGYUN 1C DEB
+1 31972U 99025CNZ 16017.04942509  .00000254  00000-0  17850-3 0  9990
+2 31972  98.9926 319.1541 0078534 354.5757  62.9771 14.05630883442408
+0 FENGYUN 1C DEB
+1 31973U 99025CPA 16016.54567826 +.00001932 +00000-0 +10137-2 0  9994
+2 31973 098.3780 135.9794 0109368 282.4840 076.4114 14.12261129129625
+0 FENGYUN 1C DEB
+1 31974U 99025CPB 16015.88175214 +.00001751 +00000-0 +99283-3 0  9996
+2 31974 098.4424 171.0821 0091195 273.2481 245.8004 14.09153963182622
+0 FENGYUN 1C DEB
+1 31976U 99025CPD 16012.59122960  .00005290  00000-0  17174-2 0  9993
+2 31976 100.0106 147.0161 0069628 109.4212 252.9241 14.37998196449342
+0 FENGYUN 1C DEB
+1 31977U 99025CPE 16015.48322978  .00001044  00000-0  88376-3 0  9992
+2 31977  98.2264 276.1417 0304767 311.5748  45.9637 13.70241896427877
+0 FENGYUN 1C DEB
+1 31978U 99025CPF 16018.19039031  .00000143  00000-0  19614-3 0  9997
+2 31978  98.4054 282.7038 0275260 189.2545 327.7081 13.56667105426321
+0 FENGYUN 1C DEB
+1 31979U 99025CPG 16017.33348808  .00000875  00000-0  10094-2 0  9992
+2 31979  99.3419 221.7014 0299358 150.5580 211.2797 13.54294037425034
+0 FENGYUN 1C DEB
+1 31980U 99025CPH 16017.51929750  .00000488  00000-0  66096-3 0  9999
+2 31980  97.6107 273.0797 0436693   6.5126 354.1432 13.29207649415835
+0 FENGYUN 1C DEB
+1 31982U 99025CPK 16016.48409794  .00008152  00000-0  62158-3 0  9998
+2 31982  97.5623 216.7163 0166072 247.9315 110.4197 14.91916959462566
+0 FENGYUN 1C DEB
+1 31983U 99025CPL 16017.18254372  .00007470  00000-0  40697-3 0  9993
+2 31983  97.7201 152.9727 0353971 134.0930 228.9999 14.74106735455025
+0 FENGYUN 1C DEB
+1 31984U 99025CPM 16017.32265826  .00000280  00000-0  15285-3 0  9993
+2 31984  98.8475  43.5311 0065793 219.1606 140.4798 14.18903343443437
+0 FENGYUN 1C DEB
+1 31985U 99025CPN 16017.12778843  .00000241  00000-0  11980-3 0  9995
+2 31985  98.1934 144.6914 0161087  23.1094 337.7224 14.18304471443858
+0 FENGYUN 1C DEB
+1 31986U 99025CPP 16017.02322691  .00000365  00000-0  21452-3 0  9993
+2 31986  99.7156 319.3795 0130576  37.1760 323.8363 14.10801447440746
+0 FENGYUN 1C DEB
+1 31987U 99025CPQ 16016.84244053 +.00001133 +00000-0 +45427-3 0  9990
+2 31987 099.0113 149.3340 0065957 259.6755 252.6657 14.29192835445581
+0 FENGYUN 1C DEB
+1 31988U 99025CPR 16015.31185722 +.00000817 +00000-0 +54078-3 0  9999
+2 31988 098.0965 040.4299 0075632 229.0395 130.4213 14.02551182132479
+0 FENGYUN 1C DEB
+1 31989U 99025CPS 16016.42355300  .00000404  00000-0  34739-3 0  9998
+2 31989  99.3803 351.5900 0120502 308.7516 203.7634 13.89577147435242
+0 FENGYUN 1C DEB
+1 31990U 99025CPT 16015.73574223  .00000109  00000-0  16955-3 0  9992
+2 31990  99.1489 208.7678 0262959  51.7300   8.8262 13.55854410426892
+0 FENGYUN 1C DEB
+1 31991U 99025CPU 16017.56742309  .00000032  00000-0  90967-4 0  9999
+2 31991 100.4059 274.8438 0246052 332.4143  26.4115 13.60430132425451
+0 FENGYUN 1C DEB
+1 31992U 99025CPV 16012.75784902  .00000272  00000-0  34260-3 0  9990
+2 31992  99.1397   1.3595 0553617 127.8491 237.2213 13.19440649412745
+0 FENGYUN 1C DEB
+1 31993U 99025CPW 16017.14418480  .00000520  00000-0  80630-3 0  9992
+2 31993  99.2102 352.5416 0462031 216.6815 140.1839 13.19169319411411
+0 FENGYUN 1C DEB
+1 31994U 99025CPX 16017.28985948  .00000274  00000-0  20820-3 0  9997
+2 31994  98.5369 198.1620 0164659  94.7662 267.2325 13.94620775441370
+0 FENGYUN 1C DEB
+1 31995U 99025CPY 16008.86490344 +.00000991 +00000-0 +82190-3 0  9997
+2 31995 098.4014 048.9827 0149201 214.0023 145.1506 13.85839770126497
+0 FENGYUN 1C DEB
+1 31996U 99025CPZ 16017.12764172  .00001104  00000-0  13656-2 0  9997
+2 31996  99.2740 148.9760 0330572 241.6812 115.0609 13.46515115420785
+0 FENGYUN 1C DEB
+1 31997U 99025CQA 16015.19720735 +.00000522 +00000-0 +67740-3 0  9997
+2 31997 102.5052 141.7161 0309970 074.6565 288.8586 13.50433856127135
+0 FENGYUN 1C DEB
+1 31998U 99025CQB 16017.57620934  .00021931  00000-0  25340-2 0  9998
+2 31998 105.5244 155.2264 0074092 172.8665 187.3587 14.83707393456138
+0 ISIS 1 DEB
+1 31999U 69009C   16017.95765162  .00006668  00000-0  40763-2 0  9999
+2 31999  88.4128 197.0421 1557958 240.9877 291.8001 11.64212043359412
+0 SL-16 DEB
+1 32005U 04021H   16015.74280242  .00000561  00000-0  52509-3 0  9995
+2 32005  71.0965  31.8285 0221205 177.5778 306.1085 13.75410174576263
+0 SL-16 DEB
+1 32006U 04021J   16016.23290276  .00001135  00000-0  10039-2 0  9998
+2 32006  71.1005 319.8959 0183753  81.3716 280.8158 13.79664824572819
+0 SPACEWAY 3
+1 32018U 07036A   16017.21379421 -.00000161  00000-0  00000+0 0  9992
+2 32018   0.0190 171.5419 0000195 104.0692 182.4703  1.00270607 30989
+0 BSAT-3A
+1 32019U 07036B   16017.37186476 -.00000360  00000-0  00000+0 0  9997
+2 32019   0.0587 227.8694 0004112  32.6892  99.3764  1.00272149 30921
+0 ARIANE 5 DEB (SYLDA)
+1 32020U 07036C   16016.58244012  .00092684  00000-0  64968-2 0  9997
+2 32020   2.2524 133.4614 6010493 203.3663 110.3397  4.07297283 93022
+0 ARIANE 5 R/B
+1 32021U 07036D   16016.23504835 +.00000560 +00000-0 +41174-3 0  9999
+2 32021 002.2968 308.1635 7193606 220.9367 054.1569 02.36299289071192
+0 BREEZE-M DEB
+1 32025U 06006C   16016.37426610  .00000027  00000-0  68541-4 0  9994
+2 32025  51.6888  22.9753 5120443 146.7141 259.8191  5.24352967170210
+0 BREEZE-M DEB
+1 32026U 06006D   16017.51170584 -.00004039  00000-0 -11904-1 0  9995
+2 32026  51.1198  17.5534 4223479 150.3644 356.8626  6.49673807187595
+0 BREEZE-M DEB
+1 32028U 06006F   16016.66923209  .00000827  00000-0  13325-2 0  9991
+2 32028  51.6930 118.3806 5122551  70.7266  28.9292  5.19118183165514
+0 BREEZE-M DEB
+1 32029U 06006G   16016.25673128  .00000071  00000-0  92117-4 0  9998
+2 32029  51.6116  17.8753 5146784 161.2484 228.5241  5.23117262168840
+0 BREEZE-M DEB
+1 32030U 06006H   16015.98658535  .00003233  00000-0  11949-2 0  9999
+2 32030  51.7146 263.7127 4992430 225.2630  81.3536  5.56085703174190
+0 BREEZE-M DEB
+1 32031U 06006J   16016.68373238 -.00000134  00000-0 -39119-3 0  9991
+2 32031  51.3960 118.0548 5089285 102.3188  13.4428  5.16125612167692
+0 BREEZE-M DEB
+1 32032U 06006K   16017.14096751  .00001042  00000-0  28636-2 0  9994
+2 32032  51.4212 237.7444 4738399 279.9309  31.6023  5.69776262179204
+0 BREEZE-M DEB
+1 32033U 06006L   16017.43496287  .00000137  00000-0  19848-3 0  9995
+2 32033  51.6773  31.7496 5111363 140.5497 270.9931  5.24838765169232
+0 BREEZE-M DEB
+1 32034U 06006M   16017.41124762 -.00000018  00000-0  17805-4 0  9991
+2 32034  51.6771  32.1047 5121919 140.2146 271.7166  5.23004845169203
+0 BREEZE-M DEB
+1 32035U 06006N   16013.29013559 -.00000672  00000-0 -16496-2 0  9995
+2 32035  50.9908 352.8805 4928845 251.3547  50.5883  5.41861742172562
+0 BREEZE-M DEB
+1 32036U 06006P   16016.25227720  .00000074  00000-0  11329-3 0  9997
+2 32036  51.6992  18.2799 5119311 149.0592 255.1764  5.25306719170135
+0 BREEZE-M DEB
+1 32037U 06006Q   16017.79329270  .00003440  00000-0  12221-2 0  9992
+2 32037  51.6220 196.6543 4982065 284.6480  26.9202  5.57875711176576
+0 BREEZE-M DEB
+1 32038U 06006R   16017.20320442  .00000192  00000-0  19388-3 0  9994
+2 32038  51.7095  11.3855 5131349 153.3463 246.3850  5.25418516170024
+0 BREEZE-M DEB
+1 32040U 06006T   16016.08375295 +.00002065 +00000-0 +10580-2 0  9993
+2 32040 051.6400 289.0371 5027123 217.8828 093.1470 05.47280598058446
+0 BREEZE-M DEB
+1 32041U 06006U   16015.18171676 +.00009153 +00000-0 +25238-2 0  9992
+2 32041 051.7635 020.7464 4589297 039.6749 013.3085 06.25822309182394
+0 BREEZE-M DEB
+1 32042U 06006V   16016.17541869  .00000173  00000-0  18008-3 0  9999
+2 32042  51.7090   0.7310 5118751 161.8525 226.8346  5.27410238170542
+0 BREEZE-M DEB
+1 32043U 06006W   16016.53635840 -.00000017 +00000-0 +92454-5 0  9990
+2 32043 051.5948 065.4611 5138565 121.7980 298.4888 05.18789988168432
+0 BREEZE-M DEB
+1 32044U 06006X   16003.63663152 -.00001646  00000-0 -35128-1 0  9996
+2 32044  51.5651 124.8579 5078090 189.3571 155.6656  4.80438695154783
+0 BREEZE-M DEB
+1 32047U 06006AA  16010.35299505  .00001100  00000-0  25764-2 0  9992
+2 32047  51.2428 227.4154 4730637 311.6955  16.5272  5.73817051178146
+0 INSAT 4CR
+1 32050U 07037A   16017.00715675 -.00000086  00000-0  00000+0 0  9997
+2 32050   0.0833 268.3324 0008479   7.1068 276.9824  1.00271265 30706
+0 COSMOS 2429
+1 32052U 07038A   16017.45859971  .00000035  00000-0  20232-4 0  9994
+2 32052  82.9825 128.4328 0039491  56.5575 355.2559 13.74864852419045
+0 SL-8 R/B
+1 32053U 07038B   16017.82395457  .00000050  00000-0  35095-4 0  9990
+2 32053  82.9797 122.5207 0027410  53.7083  63.8083 13.76231178419489
+0 WORLDVIEW 1
+1 32060U 07041A   16018.18359810  .00003543  00000-0  14734-3 0  9991
+2 32060  97.8656 128.6945 0000503 299.0794 146.8567 15.24502184463649
+0 CBERS 2B
+1 32062U 07042A   16018.06502024  .00000007  00000-0  15390-4 0  9990
+2 32062  98.2105  70.0712 0031122 301.2192  58.5962 14.39522577437390
+0 CZ-4 R/B
+1 32063U 07042B   16017.84069407  .00000087  00000-0  33410-4 0  9990
+2 32063  98.1032  77.9488 0055393 336.7330 153.0279 14.49987456440712
+0 CBERS 1 DEB
+1 32065U 99057QD  16017.36649682  .00008175  00000-0  13449-2 0  9999
+2 32065  98.2631 347.8608 0005469 274.9710  85.0871 14.70822941453590
+0 CBERS 1 DEB
+1 32066U 99057QE  16017.17692223  .00004378  00000-0  89920-3 0  9997
+2 32066  98.2963 348.6449 0006548 270.7653 150.0316 14.61126654447565
+0 CBERS 1 DEB
+1 32071U 99057QK  16016.73367759 +.00009595 +00000-0 +13706-2 0  9991
+2 32071 098.2762 003.6027 0001915 071.9870 288.1547 14.76904974134571
+0 CBERS 1 DEB
+1 32072U 99057QL  16009.74981633 +.00003655 +00000-0 +81161-3 0  9990
+2 32072 098.3124 335.4239 0009465 343.1638 135.5283 14.57626984107371
+0 CBERS 1 DEB
+1 32074U 99057QN  16017.86293483  .00087054  00000-0  35642-2 0  9990
+2 32074  98.2086  36.8929 0001337 137.0661 223.0678 15.23941000452134
+0 CBERS 1 DEB
+1 32075U 99057QP  16015.19873552  .00015467  00000-0  17212-2 0  9998
+2 32075  98.2679  19.8839 0006658 308.9573  51.1048 14.87205875450340
+0 CBERS 1 DEB
+1 32079U 99057QT  16017.10695752  .00000458  00000-0  16511-3 0  9995
+2 32079  98.4220 324.1578 0007515  82.9528 333.7488 14.38171764450692
+0 CBERS 1 DEB
+1 32080U 99057QU  16017.20895472  .00017100  00000-0  18562-2 0  9998
+2 32080  98.2487  12.0812 0003950 172.1453 187.9825 14.88202980452831
+0 CBERS 1 DEB
+1 32081U 99057QV  16018.10885799  .00009985  00000-0  15970-2 0  9992
+2 32081  98.2387 333.3455 0016450 267.6916  92.2407 14.71913823451689
+0 CBERS 1 DEB
+1 32082U 99057QW  16017.46899308  .00012787  00000-0  15589-2 0  9992
+2 32082  98.2817  22.5412 0005124 306.9893  53.0851 14.83500846452549
+0 CBERS 1 DEB
+1 32084U 99057QY  16017.18047546  .00005223  00000-0  10212-2 0  9997
+2 32084  98.2884 350.1493 0003751 341.8475  75.0742 14.63292154467785
+0 CBERS 1 DEB
+1 32085U 99057QZ  16017.72257943  .00007453  00000-0  12440-2 0  9994
+2 32085  98.2917   8.0710 0004541 346.5569  13.5514 14.70221795453508
+0 FENGYUN 1C DEB
+1 32086U 99025CQC 16017.69537105  .00001247  00000-0  12871-2 0  9990
+2 32086  99.2218 204.6217 0325945  58.8449 304.4224 13.56779161420483
+0 FENGYUN 1C DEB
+1 32087U 99025CQD 16016.27186735  .00008939  00000-0  14929-2 0  9994
+2 32087  98.6609  35.4235 0118179  34.6239 326.2585 14.65591715445611
+0 FENGYUN 1C DEB
+1 32088U 99025CQE 16017.47755869  .00000854  00000-0  13598-2 0  9997
+2 32088 102.4155 264.7646 0466481  86.4732 278.9590 13.16667703407152
+0 FENGYUN 1C DEB
+1 32089U 99025CQF 16015.91417369 +.00000315 +00000-0 +19866-3 0  9992
+2 32089 098.9635 059.1721 0121229 272.1352 086.5939 14.07964143122305
+0 FENGYUN 1C DEB
+1 32090U 99025CQG 16015.43522190  .00002104  00000-0  10240-2 0  9994
+2 32090  99.0199  82.0296 0072384 227.4332 189.5664 14.17950132436956
+0 FENGYUN 1C DEB
+1 32092U 99025CQJ 16015.93115870 +.00001439 +00000-0 +78576-3 0  9991
+2 32092 098.9974 056.4023 0035907 357.5471 002.5519 14.13380752197126
+0 FENGYUN 1C DEB
+1 32093U 99025CQK 16017.70911078  .00000493  00000-0  19691-3 0  9995
+2 32093  98.7366 111.1190 0088345 149.2556 211.3844 14.30732987448308
+0 FENGYUN 1C DEB
+1 32094U 99025CQL 16017.57398949  .00000275  00000-0  18933-3 0  9993
+2 32094  98.9500  55.2637 0036659  26.3998 127.4739 14.07179576437199
+0 FENGYUN 1C DEB
+1 32095U 99025CQM 16016.26241643 +.00000234 +00000-0 +14542-3 0  9994
+2 32095 098.9826 033.9914 0080600 301.9321 057.4030 14.13020678436841
+0 FENGYUN 1C DEB
+1 32096U 99025CQN 16016.53884937  .00000784  00000-0  69508-3 0  9996
+2 32096  99.3788  52.6009 0144603 109.5715 252.1116 13.83297048428157
+0 FENGYUN 1C DEB
+1 32098U 99025CQQ 16017.29043530  .00000243  00000-0  11923-3 0  9996
+2 32098  98.8255  53.5745 0207192  70.1438 292.1936 14.15666899436879
+0 FENGYUN 1C DEB
+1 32099U 99025CQR 16008.75992105  .00000482  00000-0  28996-3 0  9992
+2 32099  98.2804 352.5535 0378709 161.9460 324.2969 13.80054418435466
+0 FENGYUN 1C DEB
+1 32101U 99025CQT 16017.02913958  .00001349  00000-0  10790-2 0  9990
+2 32101  99.1232 297.1233 0146131 350.2340   9.5985 13.87755754428782
+0 FENGYUN 1C DEB
+1 32102U 99025CQU 16016.30840426  .00009831  00000-0  18219-2 0  9998
+2 32102  99.3494 197.3018 0155056  63.2902  58.8583 14.58006670435793
+0 FENGYUN 1C DEB
+1 32103U 99025CQV 16017.89769940  .00004605  00000-0  93566-3 0  9998
+2 32103  96.7148  59.5820 0087026 209.2503 277.1478 14.59088373458202
+0 FENGYUN 1C DEB
+1 32105U 99025CQX 16016.95564381  .00000707  00000-0  98814-3 0  9998
+2 32105 103.4523 285.8473 0444423 306.2261  49.8530 13.28654890410627
+0 FENGYUN 1C DEB
+1 32106U 99025CQY 16014.96380170 +.00002302 +00000-0 +15442-2 0  9998
+2 32106 101.4863 074.9400 0165447 253.3360 104.9574 13.95835165185987
+0 FENGYUN 1C DEB
+1 32109U 99025CRB 16017.52899869  .00000357  00000-0  12797-3 0  9995
+2 32109  98.5679 297.3435 0225656 149.7004 211.7448 14.26555634444364
+0 FENGYUN 1C DEB
+1 32110U 99025CRC 16016.57532914 +.00001082 +00000-0 +60349-3 0  9998
+2 32110 099.5485 242.3774 0037860 032.3993 357.7039 14.12932251131505
+0 FENGYUN 1C DEB
+1 32111U 99025CRD 16017.90011753  .00000234  00000-0  10293-3 0  9991
+2 32111  98.6974  44.8795 0125915  38.3264  81.1181 14.28181767446367
+0 FENGYUN 1C DEB
+1 32112U 99025CRE 16017.02728567  .00008268  00000-0  10359-2 0  9990
+2 32112  98.6072 106.9806 0155850 297.4621  61.0813 14.74250507450944
+0 FENGYUN 1C DEB
+1 32113U 99025CRF 16016.88691879 +.00000492 +00000-0 +35125-3 0  9999
+2 32113 099.3821 034.7218 0252542 283.0844 074.2239 13.88113537126262
+0 FENGYUN 1C DEB
+1 32114U 99025CRG 16017.20665707  .00001287  00000-0  40562-3 0  9992
+2 32114  99.9456 175.6803 0083660  30.1880 330.4087 14.40536824446790
+0 FENGYUN 1C DEB
+1 32115U 99025CRH 16014.24312809 +.00001739 +00000-0 +87827-3 0  9993
+2 32115 099.0237 023.9851 0023247 255.1863 104.6736 14.17444301436481
+0 FENGYUN 1C DEB
+1 32117U 99025CRK 16018.10794780  .00000814  00000-0  45745-3 0  9992
+2 32117  98.9372  68.9792 0029229 340.5448  19.4606 14.13168334436921
+0 FENGYUN 1C DEB
+1 32118U 99025CRL 16017.15356803  .00006018  00000-0  15178-2 0  9995
+2 32118 102.4182 358.2834 0040689 191.9697 226.6602 14.51226440456005
+0 FENGYUN 1C DEB
+1 32119U 99025CRM 16016.94458875 +.00000813 +00000-0 +60619-3 0  9992
+2 32119 099.8509 278.1090 0094811 014.5010 345.8837 13.96061024431748
+0 FENGYUN 1C DEB
+1 32120U 99025CRN 16016.11240067 +.00008727 +00000-0 +94694-3 0  9997
+2 32120 098.8869 246.3590 0072058 151.9829 359.9210 14.86535274451671
+0 FENGYUN 1C DEB
+1 32123U 99025CRR 16017.62835270  .00000263  00000-0  62003-4 0  9990
+2 32123  98.9062 256.9425 0179708 118.2237 274.3279 14.53969952450080
+0 FENGYUN 1C DEB
+1 32124U 99025CRS 16016.78286708 +.00018774 +00000-0 +12702-2 0  9998
+2 32124 099.0314 011.4601 0108812 308.3370 050.8108 15.01815990135186
+0 FENGYUN 1C DEB
+1 32125U 99025CRT 16017.54264096  .00001629  00000-0  43429-3 0  9992
+2 32125  99.0014 125.1129 0302342 102.1589 261.3628 14.26113384448499
+0 FENGYUN 1C DEB
+1 32126U 99025CRU 16017.56622836  .00000358  00000-0  46687-3 0  9992
+2 32126  99.1459 129.8392 0292864 103.0504 315.7868 13.51074495421184
+0 FENGYUN 1C DEB
+1 32127U 99025CRV 16016.21483307 +.00000645 +00000-0 +80143-3 0  9996
+2 32127 099.2398 161.1263 0306732 173.0898 187.4616 13.50160724114866
+0 FENGYUN 1C DEB
+1 32128U 99025CRW 16016.24993388 +.00000673 +00000-0 +30701-3 0  9991
+2 32128 099.4264 027.1823 0420182 278.1262 077.2445 13.87313736127449
+0 FENGYUN 1C DEB
+1 32129U 99025CRX 16017.54890039  .00001409  00000-0  87422-3 0  9995
+2 32129  99.1983  44.0335 0097258  91.1406  62.2304 14.04470875433297
+0 FENGYUN 1C DEB
+1 32130U 99025CRY 16017.04621493  .00000376  00000-0  15436-3 0  9996
+2 32130  98.7085 104.1580 0092805 148.6683 212.0076 14.30314737444550
+0 FENGYUN 1C DEB
+1 32132U 99025CSA 16017.88736801  .00001227  00000-0  48888-3 0  9993
+2 32132  98.7679  59.7793 0104592 150.6399 210.0713 14.27442969438886
+0 FENGYUN 1C DEB
+1 32133U 99025CSB 16014.96947839 +.00000117 +00000-0 +80799-4 0  9990
+2 32133 098.8240 086.1650 0037246 062.9543 297.5424 14.16049697437253
+0 FENGYUN 1C DEB
+1 32134U 99025CSC 16017.29923925  .00000549  00000-0  21944-3 0  9995
+2 32134  98.9142  52.9549 0288045 165.3422 257.8553 14.12245357442663
+0 FENGYUN 1C DEB
+1 32136U 99025CSE 16013.40468955 +.00000567 +00000-0 +22684-3 0  9995
+2 32136 098.6204 073.8005 0075170 115.5248 245.3732 14.30543776132467
+0 FENGYUN 1C DEB
+1 32137U 99025CSF 16016.25200399  .00003314  00000-0  54643-3 0  9991
+2 32137  98.6879  30.6201 0293194 326.0150  32.2559 14.46601243446597
+0 FENGYUN 1C DEB
+1 32138U 99025CSG 16016.41437704 +.00001377 +00000-0 +68186-3 0  9996
+2 32138 098.9314 085.0042 0022398 305.2802 054.6278 14.18869424130841
+0 FENGYUN 1C DEB
+1 32139U 99025CSH 16017.33600677  .00001520  00000-0  47018-3 0  9991
+2 32139  98.7550  60.7656 0223016 277.3219  80.2667 14.29564930442731
+0 FENGYUN 1C DEB
+1 32141U 99025CSK 16016.94199587 +.00000742 +00000-0 +53253-3 0  9996
+2 32141 099.0844 073.2525 0068308 172.9167 187.2978 13.99090553443084
+0 FENGYUN 1C DEB
+1 32142U 99025CSL 16017.83408770  .00004257  00000-0  17328-2 0  9990
+2 32142  99.0163  35.9164 0080448 224.5662 134.9030 14.26284414449251
+0 FENGYUN 1C DEB
+1 32143U 99025CSM 16017.39216383  .00000107  00000-0  72395-4 0  9996
+2 32143  98.7777  69.3872 0107431  64.8754 296.3520 14.15794692447274
+0 FENGYUN 1C DEB
+1 32146U 99025CSQ 16013.36925495  .00001740  00000-0  77720-3 0  9993
+2 32146  98.9388  69.4982 0128772 151.8028 209.0199 14.19653331437126
+0 FENGYUN 1C DEB
+1 32148U 99025CSS 16018.20375620  .00007059  00000-0  74612-3 0  9998
+2 32148  99.1108  12.8104 0175213 357.7138   2.3250 14.78923691456329
+0 FENGYUN 1C DEB
+1 32150U 99025CSU 16015.17267571  .00000232  00000-0  55592-4 0  9992
+2 32150  99.1833 352.6012 0186524 176.5152 183.7391 14.54520009451505
+0 FENGYUN 1C DEB
+1 32151U 99025CSV 16017.42740891  .00006938  00000-0  11362-2 0  9998
+2 32151  99.0018 238.1551 0053538 309.8292 172.9505 14.70186455450800
+0 FENGYUN 1C DEB
+1 32153U 99025CSX 16017.03784906  .00000355  00000-0  92639-4 0  9997
+2 32153  98.5480 109.4481 0224497 287.1119  70.5596 14.42344349450148
+0 FENGYUN 1C DEB
+1 32154U 99025CSY 16015.69220656  .00016392  00000-0  18762-2 0  9996
+2 32154  99.0439 283.1372 0075058 302.9633  56.4376 14.84025341448300
+0 FENGYUN 1C DEB
+1 32155U 99025CSZ 16016.12384177 +.00000492 +00000-0 +21691-3 0  9995
+2 32155 098.9635 137.9136 0075924 266.8451 092.4039 14.26525038185712
+0 FENGYUN 1C DEB
+1 32156U 99025CTA 16015.46460602 +.00000368 +00000-0 +16531-3 0  9999
+2 32156 099.3124 257.1303 0087943 352.5590 007.4277 14.26882420131603
+0 FENGYUN 1C DEB
+1 32157U 99025CTB 16015.82373720 +.00003428 +00000-0 +48084-3 0  9992
+2 32157 099.0249 332.6355 0158615 077.7033 284.1877 14.69927747451781
+0 FENGYUN 1C DEB
+1 32158U 99025CTC 16017.75154022  .00003209  00000-0  97043-3 0  9995
+2 32158  99.1612 214.4389 0047621 222.9161 136.8306 14.42483646446567
+0 FENGYUN 1C DEB
+1 32160U 99025CTE 16016.18100356  .00000461  00000-0  18854-3 0  9995
+2 32160  98.7162 101.9187 0093225 172.2554 188.0093 14.29584713445513
+0 FENGYUN 1C DEB
+1 32161U 99025CTF 16015.87787119 +.00000385 +00000-0 +26938-3 0  9996
+2 32161 098.7039 257.6915 0146977 299.5609 059.0974 13.99141870127973
+0 FENGYUN 1C DEB
+1 32162U 99025CTG 16017.11748049  .00001421  00000-0  48895-3 0  9993
+2 32162  99.4693 341.2359 0070594 287.7276  71.6211 14.36406089442499
+0 FENGYUN 1C DEB
+1 32163U 99025CTH 16003.09294407  .00000965  00000-0  38903-3 0  9991
+2 32163  99.5259 321.3204 0063143  11.1310 349.1249 14.29579843439083
+0 FENGYUN 1C DEB
+1 32165U 99025CTK 16015.56756628  .00000940  00000-0  70460-3 0  9993
+2 32165  98.6043 143.3080 0158179  96.8116 265.1071 13.91014334429411
+0 FENGYUN 1C DEB
+1 32166U 99025CTL 16017.02319256  .00003311  00000-0  32262-3 0  9992
+2 32166  98.1982  96.5119 0171196 150.9805 210.1059 14.82829003456573
+0 FENGYUN 1C DEB
+1 32167U 99025CTM 16017.84527798  .00000239  00000-0  10299-3 0  9997
+2 32167  98.6951  51.0184 0174800 217.7452 141.1361 14.25739026444341
+0 FENGYUN 1C DEB
+1 32168U 99025CTN 16012.09472067 +.00001155 +00000-0 +10809-2 0  9992
+2 32168 101.6700 328.7902 0284548 287.4195 069.6019 13.68028272137668
+0 FENGYUN 1C DEB
+1 32169U 99025CTP 16016.42004099  .00001805  00000-0  91238-3 0  9998
+2 32169  98.5754 245.5985 0079931 252.3886 106.8546 14.15750277451966
+0 FENGYUN 1C DEB
+1 32170U 99025CTQ 16015.59488697  .00012443  00000-0  16073-2 0  9990
+2 32170  99.0868 302.5716 0069772 293.0958  66.2906 14.79409846452457
+0 FENGYUN 1C DEB
+1 32171U 99025CTR 16017.35178334  .00001379  00000-0  14907-2 0  9991
+2 32171 102.8153  60.7522 0544007 108.7264 314.9514 13.25120911411464
+0 FENGYUN 1C DEB
+1 32172U 99025CTS 16015.84639527  .00002135  00000-0  33055-3 0  9997
+2 32172  99.0755 340.9015 0157502  93.7800 268.1425 14.66466429455146
+0 FENGYUN 1C DEB
+1 32173U 99025CTT 16007.51802734  .00002309  00000-0  10770-2 0  9996
+2 32173  99.5790 277.7585 0076346 336.7331  23.0393 14.20032010437726
+0 FENGYUN 1C DEB
+1 32174U 99025CTU 15361.01125870  .00000380  00000-0  19585-3 0  9994
+2 32174  98.8930  74.0472 0161140 198.7515 160.7679 14.14457864434730
+0 FENGYUN 1C DEB
+1 32176U 99025CTW 16017.08045430  .00001782  00000-0  59204-3 0  9994
+2 32176  99.4010 321.6141 0062704 251.7745 107.6608 14.38050338446986
+0 FENGYUN 1C DEB
+1 32178U 99025CTY 16017.58131513  .00000754  00000-0  42516-3 0  9995
+2 32178 100.2816 145.8865 0109175  45.4805 315.5218 14.11103528437552
+0 FENGYUN 1C DEB
+1 32179U 99025CTZ 16015.83098531 -.00000140 +00000-0 -56889-4 0  9994
+2 32179 099.2280 008.0984 0149083 113.1282 004.9928 14.01895700150032
+0 FENGYUN 1C DEB
+1 32180U 99025CUA 16017.09678627  .00000066  00000-0  96521-4 0  9998
+2 32180  99.3648 320.6852 0137895  18.9199  46.2943 13.81588074443252
+0 FENGYUN 1C DEB
+1 32181U 99025CUB 16016.83577755  .00000639  00000-0  21006-3 0  9991
+2 32181  99.5225  17.6233 0095458 218.0372 263.5799 14.39861387445919
+0 FENGYUN 1C DEB
+1 32182U 99025CUC 16016.05666814 +.00001986 +00000-0 +97973-3 0  9993
+2 32182 098.2317 098.8351 0128408 096.3723 265.2093 14.14235020113144
+0 FENGYUN 1C DEB
+1 32183U 99025CUD 16016.15907045  .00000236  00000-0  17408-3 0  9991
+2 32183  99.0504  85.5498 0046330 111.4752 249.1364 14.04588159435862
+0 FENGYUN 1C DEB
+1 32184U 99025CUE 16016.33586689  .00002278  00000-0  26636-3 0  9990
+2 32184  98.3667  62.2866 0272914  51.1131 311.4074 14.62950365450523
+0 FENGYUN 1C DEB
+1 32185U 99025CUF 16016.32816423  .00002757  00000-0  56042-3 0  9998
+2 32185  98.6360 159.5832 0500063  71.3178 294.1584 14.04642480435252
+0 FENGYUN 1C DEB
+1 32186U 99025CUG 16015.10611262  .00000093  00000-0  11599-3 0  9997
+2 32186  99.5760 337.3363 0284926 204.7628 217.3303 13.71363511425412
+0 FENGYUN 1C DEB
+1 32187U 99025CUH 16016.08810895 +.00000047 +00000-0 +10813-3 0  9996
+2 32187 099.3776 240.0007 0297094 209.3262 314.0514 13.48561455174622
+0 FENGYUN 1C DEB
+1 32188U 99025CUJ 16012.91281718  .00005294  00000-0  21356-2 0  9993
+2 32188  99.0317  62.7336 0075115 209.8166 152.4568 14.26846702437488
+0 FENGYUN 1C DEB
+1 32189U 99025CUK 16017.25698378  .00002417  00000-0  12198-2 0  9998
+2 32189  99.0538  19.3859 0036589 329.2201  30.6827 14.16897158436744
+0 FENGYUN 1C DEB
+1 32190U 99025CUL 16016.21713076  .00003627  00000-0  10083-2 0  9993
+2 32190  98.9658 165.3504 0063564 131.4765 229.1907 14.45915537444632
+0 FENGYUN 1C DEB
+1 32191U 99025CUM 16016.86838982 +.00001149 +00000-0 +62481-3 0  9996
+2 32191 099.0236 046.9882 0109602 038.6691 322.2263 14.11275829133350
+0 FENGYUN 1C DEB
+1 32192U 99025CUN 16016.27765958  .00000189  00000-0  19262-3 0  9996
+2 32192  98.6993 133.5675 0185687 227.6496 130.8805 13.80281880428383
+0 FENGYUN 1C DEB
+1 32194U 99025CUQ 16017.84034123  .00001886  00000-0  50900-3 0  9994
+2 32194  99.1214 239.9607 0081096  52.2982 308.5525 14.47267359445734
+0 FENGYUN 1C DEB
+1 32195U 99025CUR 16010.90825969 +.00000205 +00000-0 +15466-3 0  9993
+2 32195 099.0496 040.3912 0072672 358.4854 001.6082 14.03956123130868
+0 FENGYUN 1C DEB
+1 32197U 99025CUT 16017.57567223  .00000439  00000-0  17241-3 0  9993
+2 32197  98.8960 129.7597 0174056 270.5774 147.3192 14.26788717441253
+0 FENGYUN 1C DEB
+1 32199U 99025CUV 16017.86547488  .00004538  00000-0  10319-2 0  9990
+2 32199  99.1691 241.6709 0126570 219.3847 139.8091 14.51677616443573
+0 FENGYUN 1C DEB
+1 32200U 99025CUW 16017.27428690  .00000938  00000-0  59001-3 0  9993
+2 32200  99.1157  40.8009 0044364  12.1183 348.1041 14.06405135435450
+0 FENGYUN 1C DEB
+1 32202U 99025CUY 16017.16032676  .00004444  00000-0  22058-2 0  9995
+2 32202  98.3648 128.7997 0126998 267.8950 211.1245 14.13492363433321
+0 FENGYUN 1C DEB
+1 32203U 99025CUZ 16017.13528324  .00004439  00000-0  24105-3 0  9993
+2 32203  97.0610 266.7617 0371777 342.1899  16.6559 14.71187628451218
+0 FENGYUN 1C DEB
+1 32204U 99025CVA 16017.20776270  .00012961  00000-0  43427-2 0  9993
+2 32204  99.3313 153.9227 0143095 190.5867 169.2293 14.31788031434287
+0 FENGYUN 1C DEB
+1 32205U 99025CVB 16016.55148606  .00000069  00000-0  61914-4 0  9996
+2 32205  98.9512  38.8515 0011919 121.4663  32.5587 14.12208788438143
+0 FENGYUN 1C DEB
+1 32207U 99025CVD 16015.56870578  .00000321  00000-0  12922-3 0  9993
+2 32207  99.8394 135.4871 0092636   8.7938  47.4490 14.33890925444259
+0 FENGYUN 1C DEB
+1 32209U 99025CVF 16017.85535414  .00000852  00000-0  11589-2 0  9992
+2 32209  99.3975 162.0150 0349427 343.3702 173.8881 13.39484261415609
+0 FENGYUN 1C DEB
+1 32210U 99025CVG 16017.22973192  .00000456  00000-0  32173-3 0  9997
+2 32210  99.1856  36.2601 0079128 151.2306 209.3257 14.01696404432823
+0 FENGYUN 1C DEB
+1 32212U 99025CVJ 16014.98898610  .00000629  00000-0  22348-3 0  9995
+2 32212  99.6319  24.7407 0153864  24.8122   5.3139 14.32212560442220
+0 FENGYUN 1C DEB
+1 32214U 99025CVL 16017.91119672  .00001932  00000-0  18495-2 0  9992
+2 32214  99.0731 178.6108 0242980 263.0415 253.5110 13.69294927421680
+0 FENGYUN 1C DEB
+1 32216U 99025CVN 16017.04844555  .00002228  00000-0  85032-3 0  9994
+2 32216  99.5380 322.6917 0057835 357.2027   2.8821 14.31026951439845
+0 FENGYUN 1C DEB
+1 32217U 99025CVP 16017.66711127  .00002324  00000-0  87519-3 0  9990
+2 32217  99.1289 172.2795 0053521 226.9649 132.7043 14.31706536440141
+0 FENGYUN 1C DEB
+1 32218U 99025CVQ 16017.49959762  .00000736  00000-0  25483-3 0  9998
+2 32218  98.6570 101.1985 0086270  52.6976  14.4385 14.36551592443003
+0 FENGYUN 1C DEB
+1 32221U 99025CVT 16016.70088760  .00000353  00000-0  85964-4 0  9992
+2 32221  98.4066 103.3294 0166524  72.6473 289.2859 14.50843289447855
+0 FENGYUN 1C DEB
+1 32222U 99025CVU 16016.07328370  .00002222  00000-0  10269-2 0  9998
+2 32222  99.1065 111.7689 0105126 224.6007 134.6674 14.19114299435994
+0 FENGYUN 1C DEB
+1 32223U 99025CVV 16016.08079457 +.00000970 +00000-0 +59774-3 0  9992
+2 32223 099.0716 061.6295 0057091 076.4763 313.5760 14.07108929131988
+0 FENGYUN 1C DEB
+1 32224U 99025CVW 16017.82222960  .00000376  00000-0  15941-3 0  9993
+2 32224  98.9868 153.0086 0081978 137.7729 222.9804 14.29563671441500
+0 FENGYUN 1C DEB
+1 32225U 99025CVX 16016.09394910  .00000161  00000-0  11226-3 0  9991
+2 32225  98.9409 322.0425 0073171 283.0826  76.2185 14.10750345435507
+0 FENGYUN 1C DEB
+1 32226U 99025CVY 16016.48835517  .00011786  00000-0  18346-2 0  9992
+2 32226  99.4722  21.0029 0036758 140.9186 219.4683 14.72724011450924
+0 FENGYUN 1C DEB
+1 32227U 99025CVZ 16017.88729799  .00006147  00000-0  78641-3 0  9992
+2 32227  99.4890 166.1197 0151883 181.9341 330.7385 14.73995191458321
+0 FENGYUN 1C DEB
+1 32228U 99025CWA 16016.31870294  .00002500  00000-0  72092-3 0  9990
+2 32228  98.7035  50.4879 0095320 332.3177  27.2956 14.42992197448554
+0 FENGYUN 1C DEB
+1 32230U 99025CWC 16016.59627380 +.00001802 +00000-0 +84467-3 0  9992
+2 32230 098.9374 068.1672 0091232 142.3001 019.9503 14.19265002090758
+0 FENGYUN 1C DEB
+1 32233U 99025CWF 16016.34504538  .00001056  00000-0  56269-3 0  9997
+2 32233  97.6425 205.9097 0266533 131.7447 230.6844 13.98258431434600
+0 FENGYUN 1C DEB
+1 32234U 99025CWG 16015.24168883 +.00000756 +00000-0 +63929-3 0  9992
+2 32234 098.5961 112.0339 0150279 189.5333 199.5661 13.85369100429940
+0 FENGYUN 1C DEB
+1 32235U 99025CWH 16005.99768698  .00002520  00000-0  44270-3 0  9993
+2 32235  99.0140 283.1930 0120053 239.8648 183.8380 14.64143188466633
+0 FENGYUN 1C DEB
+1 32238U 99025CWL 16017.37007422  .00003300  00000-0  23933-3 0  9992
+2 32238  98.8754 348.8837 0162902 130.0627 231.5008 14.94717097462023
+0 FENGYUN 1C DEB
+1 32241U 99025CWP 16017.01270089  .00002135  00000-0  10569-2 0  9993
+2 32241  98.9233 315.2148 0184200  30.2196 330.9447 14.09889841439792
+0 FENGYUN 1C DEB
+1 32242U 99025CWQ 16017.70027028  .00000865  00000-0  80367-3 0  9995
+2 32242  97.2681 353.4068 0176051   8.1604 352.2351 13.77288671429417
+0 FENGYUN 1C DEB
+1 32243U 99025CWR 16017.44383872  .00001473  00000-0  87459-3 0  9994
+2 32243  98.2746  14.4099 0325942 100.0757 263.7338 13.85324258433502
+0 FENGYUN 1C DEB
+1 32245U 99025CWT 16017.17292891  .00001801  00000-0  45213-3 0  9993
+2 32245  98.5369  97.3548 0159291 208.2575 150.9906 14.45239199449059
+0 OPTUS D2
+1 32252U 07044A   16017.63888120 -.00000193  00000-0  00000+0 0  9993
+2 32252   0.0419 307.8017 0002879 348.1048 202.5790  1.00272439 30309
+0 INTELSAT 11 (PAS 11)
+1 32253U 07044B   16018.18254021 -.00000280  00000-0  00000+0 0  9999
+2 32253   0.0587 249.9721 0003090  41.0522 208.6973  1.00272234 30398
+0 ARIANE 5 R/B
+1 32254U 07044C   16017.01702580 -.00000002  00000-0  74526-4 0  9990
+2 32254   4.4457 258.9289 7081422 312.1059   6.4991  2.46346000 74139
+0 ARIANE 5 DEB (SYLDA)
+1 32255U 07044D   16017.48369509  .00000130  00000-0  14482-2 0  9996
+2 32255   4.2871  76.3261 7159748 317.0718 100.1447  2.26254978 68460
+0 NAVSTAR 60 (USA 196)
+1 32260U 07047A   16017.07487428  .00000054  00000-0  00000+0 0  9994
+2 32260  53.3774 237.8647 0079024  25.3965 335.0530  2.00550088 60545
+0 DELTA 2 R/B(2) (PAM-D)
+1 32261U 07047B   16018.12048245  .00137345  35871-6  10761-2 0  9994
+2 32261  39.7476 115.5162 3631700  16.4851 352.7986  8.28447606165689
+0 GLOBALSTAR M067
+1 32263U 07048A   16017.50833793 -.00000081  00000-0  12767-3 0  9994
+2 32263  51.9757  72.7883 0000731 181.3157 316.8846 12.62259975381897
+0 GLOBALSTAR M070
+1 32264U 07048B   16018.16765130 -.00000088  00000-0  89443-4 0  9990
+2 32264  51.9739 161.4668 0001675 108.2848 304.0751 12.62265997380465
+0 GLOBALSTAR M066
+1 32265U 07048C   16017.48214941 -.00000097  00000-0  40125-4 0  9998
+2 32265  51.9690  26.8102 0000196 181.3065 343.9619 12.62262660382606
+0 GLOBALSTAR M068
+1 32266U 07048D   16017.35955098 -.00000085  00000-0  10533-3 0  9996
+2 32266  51.9904 343.1389 0001038  67.4101  97.1330 12.62672874383407
+0 COSMOS 2430
+1 32268U 07049A   16016.07205270 -.00000597 +00000-0 -20845-2 0  9992
+2 32268 064.6601 035.4015 7378183 244.8129 025.3844 02.00394820060326
+0 SL-6 R/B(2)
+1 32271U 07049D   16016.60604977 -.00000208  00000-0  13405-1 0  9993
+2 32271  64.4684  30.1979 7072673 262.5430 346.5176  2.05497655 61802
+0 COSMOS 2433 (GLONASS)
+1 32275U 07052A   16017.11030108 -.00000033  00000-0  10000-3 0  9993
+2 32275  65.2694  83.0688 0003633 251.3447 106.8604  2.13105067 64029
+0 COSMOS 2432 (GLONASS)
+1 32276U 07052B   16017.11442961 -.00000033  00000-0  10000-3 0  9998
+2 32276  65.2815  83.1319 0011427 331.8184 343.7218  2.13104238 64021
+0 COSMOS 2431 (GLONASS)
+1 32277U 07052C   16016.92457071 -.00000032 +00000-0 +00000-0 0  9990
+2 32277 065.2838 083.0672 0017246 197.8902 089.2729 02.13208234064100
+0 SL-12 R/B(2)
+1 32278U 07052D   16016.31987277 -.00000028 +00000-0 +00000-0 0  9995
+2 32278 065.2791 082.8188 0016088 205.8844 148.7206 02.13391454063967
+0 SL-12 R/B(AUX MOTOR)
+1 32281U 07052G   16017.65354456  .00000117  00000-0  93061-4 0  9995
+2 32281  65.0881 205.6894 5712075  36.0265 351.5447  4.23389909126992
+0 YAOGAN 3
+1 32289U 07055A   16018.17199910  .00000560  00000-0  79740-4 0  9996
+2 32289  97.9785  16.0626 0001512  98.8858 261.2524 14.80648056442371
+0 CZ-4C R/B
+1 32290U 07055B   16017.79887703  .00006107  00000-0  19041-3 0  9999
+2 32290  97.5308 109.0280 0073832 168.0804 192.2207 15.30942118452705
+0 STAR ONE C1
+1 32293U 07056A   16016.85900709 -.00000285  00000-0  00000+0 0  9994
+2 32293   0.0250  73.9196 0002614 232.4136  53.6254  1.00272232 29967
+0 SKYNET 5B
+1 32294U 07056B   16018.16596796  .00000131  00000-0  00000+0 0  9997
+2 32294   0.0642 358.7990 0003806 298.0803 264.9191  1.00271048 30077
+0 ARIANE 5 R/B
+1 32295U 07056C   16017.20476028  .00001347  00000-0  40722-3 0  9996
+2 32295   6.3821 337.0629 7084736 253.8172  23.5981  2.52918223 71231
+0 ASTRA 4A (SIRIUS 4)
+1 32299U 07057A   16017.02894381  .00000023  00000-0  00000+0 0  9998
+2 32299   0.0157 352.0534 0002946 294.7203 204.3258  1.00272233 29814
+0 BREEZE-M R/B
+1 32301U 07057C   16016.64860909 -.00000080 +00000-0 +00000-0 0  9993
+2 32301 017.0255 079.3603 5133196 245.7608 321.6744 01.90164641056706
+0 FENGYUN 1C DEB
+1 32303U 99025CWU 16003.87394089 +.00001908 +00000-0 +12556-2 0  9993
+2 32303 097.8324 248.1439 0135941 330.1006 029.2445 13.98431255112543
+0 FENGYUN 1C DEB
+1 32304U 99025CWV 16017.59134784  .00001243  00000-0  45988-3 0  9990
+2 32304  99.3810 308.9535 0066087 276.7627  82.6037 14.33192277443175
+0 FENGYUN 1C DEB
+1 32305U 99025CWW 16017.00869508  .00002290  00000-0  14169-2 0  9995
+2 32305  98.0231 300.0685 0223902 321.9578  36.5954 13.94478325417698
+0 FENGYUN 1C DEB
+1 32308U 99025CWZ 16015.80121669  .00000928  00000-0  70650-3 0  9997
+2 32308  97.7553 223.5504 0121167 262.8160  95.9215 13.92257771416239
+0 FENGYUN 1C DEB
+1 32311U 99025CXC 16015.47070862  .00000465  00000-0  74071-3 0  9999
+2 32311 101.7337  88.9721 0436163 171.3826 189.5093 13.23349307410689
+0 FENGYUN 1C DEB
+1 32313U 99025CXE 16017.30792236  .00000970  00000-0  70666-3 0  9998
+2 32313  99.2543  58.6781 0148454 254.9800 103.4889 13.93589672430570
+0 FENGYUN 1C DEB
+1 32314U 99025CXF 16016.42536680  .00001073  00000-0  21124-3 0  9990
+2 32314  98.9400 188.7923 0227411   0.0263   0.0903 14.49902572447696
+0 FENGYUN 1C DEB
+1 32315U 99025CXG 16016.95381296 +.00000016 +00000-0 +72411-4 0  9992
+2 32315 100.8131 062.9396 0230294 344.7575 135.5386 13.65236051117114
+0 FENGYUN 1C DEB
+1 32316U 99025CXH 16017.10600873  .00000999  00000-0  39264-3 0  9994
+2 32316  99.5265 337.3799 0051442 333.4563  85.6812 14.31147878444070
+0 FENGYUN 1C DEB
+1 32317U 99025CXJ 16017.93040729  .00001880  00000-0  72939-3 0  9990
+2 32317  98.0154  76.6739 0154753  26.5433 334.3569 14.24619616438032
+0 FENGYUN 1C DEB
+1 32319U 99025CXL 16017.26381031  .00004487  00000-0  53730-3 0  9996
+2 32319  99.1605  30.3158 0133965  73.5874 288.0011 14.78487444455602
+0 FENGYUN 1C DEB
+1 32320U 99025CXM 16017.84256544  .00000861  00000-0  39927-3 0  9996
+2 32320 100.3701 247.0401 0067366 297.9803  61.4563 14.22975157444323
+0 FENGYUN 1C DEB
+1 32322U 99025CXP 16011.60452030 +.00000236 +00000-0 +34384-3 0  9992
+2 32322 098.3704 150.9349 0434014 193.0274 165.9347 13.29663891121814
+0 FENGYUN 1C DEB
+1 32323U 99025CXQ 16015.38970851  .00001539  00000-0  13798-2 0  9990
+2 32323  98.5773  69.7272 0181121 348.5677  11.1389 13.78481745427588
+0 FENGYUN 1C DEB
+1 32324U 99025CXR 16013.49749196 +.00000616 +00000-0 +41011-3 0  9992
+2 32324 099.6215 222.0684 0052522 226.5805 133.0982 14.04747421131090
+0 FENGYUN 1C DEB
+1 32325U 99025CXS 16015.06415943  .00003162  00000-0  10810-2 0  9999
+2 32325  98.9471 127.2399 0067756 287.9045  71.4759 14.35767836445190
+0 FENGYUN 1C DEB
+1 32326U 99025CXT 16016.86808557  .00000784  00000-0  59333-3 0  9997
+2 32326  98.4514 347.9123 0401390  30.5377 331.8492 13.64134883423651
+0 FENGYUN 1C DEB
+1 32330U 99025CXX 16018.13246050  .00000584  00000-0  40241-3 0  9994
+2 32330  98.0593 336.8813 0187281 263.9986  93.9808 13.94512242446890
+0 FENGYUN 1C DEB
+1 32331U 99025CXY 16017.52269576  .00001710  00000-0  89360-3 0  9992
+2 32331  99.1936 116.8339 0039403  53.0280 307.4489 14.15419295437188
+0 FENGYUN 1C DEB
+1 32332U 99025CXZ 16016.84855122 +.00000845 +00000-0 +52528-3 0  9999
+2 32332 099.4213 036.2158 0317959 334.5192 024.0574 13.85634904428277
+0 FENGYUN 1C DEB
+1 32333U 99025CYA 16016.87592498  .00001597  00000-0  11892-2 0  9990
+2 32333  97.8751 248.9116 0130842 341.6816  17.9659 13.92137742431308
+0 FENGYUN 1C DEB
+1 32334U 99025CYB 16017.08600873  .00000666  00000-0  48960-3 0  9995
+2 32334  99.1595 330.9849 0069616  95.5251 321.7906 13.98070585433493
+0 FENGYUN 1C DEB
+1 32338U 99025CYF 16015.05432869  .00001478  00000-0  56613-3 0  9998
+2 32338  98.8155 107.3285 0074585 149.5137 211.0413 14.30589921440093
+0 FENGYUN 1C DEB
+1 32339U 99025CYG 16017.30029599  .00001401  00000-0  61269-3 0  9990
+2 32339  98.8847  43.5143 0050233 200.9510 158.9611 14.24763729431437
+0 FENGYUN 1C DEB
+1 32340U 99025CYH 16016.53601219  .00001993  00000-0  70288-3 0  9998
+2 32340  98.9566 144.9168 0068762 215.9260 143.7291 14.34628617450428
+0 FENGYUN 1C DEB
+1 32342U 99025CYK 16018.05010203  .00000065  00000-0  59832-4 0  9998
+2 32342  98.9748  36.4504 0008121 159.7179 262.6033 14.12388666429231
+0 FENGYUN 1C DEB
+1 32343U 99025CYL 16017.34991832  .00000254  00000-0  13368-3 0  9999
+2 32343  98.8077  59.9532 0160912  79.1737 282.7501 14.15537303443932
+0 FENGYUN 1C DEB
+1 32344U 99025CYM 16016.22905062  .00003273  00000-0  29117-3 0  9999
+2 32344 100.2979 163.6413 0140325 330.3523  28.9784 14.89946701466771
+0 FENGYUN 1C DEB
+1 32346U 99025CYP 16017.27161577  .00001412  00000-0  11795-2 0  9997
+2 32346  97.8157 202.5136 0158381  81.5377 280.3698 13.83946529428430
+0 FENGYUN 1C DEB
+1 32350U 99025CYT 16013.02082822  .00001788  00000-0  35437-3 0  9992
+2 32350  98.7057  46.4003 0325218 358.6906   1.3395 14.35152001454350
+0 FENGYUN 1C DEB
+1 32351U 99025CYU 16016.93208976 +.00004845 +00000-0 +30332-3 0  9992
+2 32351 099.0166 077.8735 0165108 119.3743 242.4078 14.99320582193275
+0 FENGYUN 1C DEB
+1 32352U 99025CYV 16015.55478425  .00000247  00000-0  91263-4 0  9991
+2 32352  98.7899 133.9121 0132029  57.6768 303.7123 14.36477107446219
+0 FENGYUN 1C DEB
+1 32353U 99025CYW 16017.48869755  .00001291  00000-0  10418-2 0  9997
+2 32353  99.0153 270.7955 0150457 344.5914  15.0689 13.87016669431668
+0 FENGYUN 1C DEB
+1 32354U 99025CYX 16005.89209899  .00001575  00000-0  79379-3 0  9994
+2 32354 102.9279 262.0103 0230477 305.0382  52.9340 14.06031639437625
+0 FENGYUN 1C DEB
+1 32355U 99025CYY 16017.76330126  .00002413  00000-0  93411-3 0  9997
+2 32355 100.3870 221.7157 0143591 160.6821 262.0893 14.25742288446491
+0 FENGYUN 1C DEB
+1 32356U 99025CYZ 16013.99462986 +.00001281 +00000-0 +10524-2 0  9994
+2 32356 102.5175 025.2602 0150227 353.8067 033.3330 13.87233089180219
+0 FENGYUN 1C DEB
+1 32357U 99025CZA 16018.21647258  .00001170  00000-0  73771-3 0  9993
+2 32357  98.8504  14.0558 0578261 109.2551 316.7943 13.45016976420338
+0 FENGYUN 1C DEB
+1 32360U 99025CZD 16015.46141622 +.00000458 +00000-0 +36904-3 0  9990
+2 32360 098.1329 270.8400 0280959 214.8003 143.4494 13.77645829147766
+0 FENGYUN 1C DEB
+1 32361U 99025CZE 16017.32397769  .00001456  00000-0  63532-3 0  9999
+2 32361  98.7546 320.1252 0072893 161.6353 350.1366 14.24019020448929
+0 FENGYUN 1C DEB
+1 32362U 99025CZF 16017.77613679  .00001148  00000-0  13583-2 0  9998
+2 32362  99.7763 323.1554 0321197 317.1542  40.4964 13.50218291421846
+0 FENGYUN 1C DEB
+1 32363U 99025CZG 16017.47115658  .00002109  00000-0  23234-3 0  9993
+2 32363  98.3021 113.7123 0234657 270.5133  86.9191 14.70817452441459
+0 FENGYUN 1C DEB
+1 32364U 99025CZH 16016.44675597  .00001309  00000-0  87708-3 0  9990
+2 32364  98.4023 100.1279 0144258 326.8619  32.3571 13.97556646420767
+0 FENGYUN 1C DEB
+1 32368U 99025CZM 16016.82881310 +.00001574 +00000-0 +90126-3 0  9990
+2 32368 097.8422 239.3491 0301746 055.6639 307.2685 13.90053651088866
+0 FENGYUN 1C DEB
+1 32370U 99025CZP 16017.20663206  .00009441  00000-0  60870-3 0  9992
+2 32370  99.0669 359.5848 0148756 120.7916 240.8043 14.99827523455752
+0 FENGYUN 1C DEB
+1 32371U 99025CZQ 16017.56289874  .00003672  00000-0  83225-3 0  9996
+2 32371  99.2548 294.3081 0112875 206.6404 152.8962 14.52953310448280
+0 FENGYUN 1C DEB
+1 32372U 99025CZR 16015.65676419  .00000730  00000-0  90342-3 0  9990
+2 32372  97.3119 167.4262 0480256 359.5444   0.5188 13.27071588417013
+0 RADUGA 1M-1
+1 32373U 07058A   16017.80097345 -.00000097  00000-0  00000+0 0  9995
+2 32373   2.0509  75.4930 0003059 203.5758 134.9075  0.99400245 30512
+0 BREEZE-M DEB (TANK)
+1 32374U 07058B   16017.23936316 -.00000152  00000-0  37382-3 0  9992
+2 32374  46.4571 330.9969 7134675 117.1508 330.3741  2.35038677 68649
+0 BREEZE-M R/B
+1 32375U 07058C   16017.87852944 -.00000221  00000-0  00000+0 0  9997
+2 32375   6.2971  52.4359 0235041 116.2511   4.1908  1.04429845 30762
+0 SKYMED 2
+1 32376U 07059A   16018.15843289  .00000448  00000-0  62836-4 0  9993
+2 32376  97.8787 203.9211 0001222  84.6116 275.5208 14.82162887438753
+0 RADARSAT 2
+1 32382U 07061A   16018.35588999  .00000053  00000-0  37377-4 0  9993
+2 32382  98.5776  27.4689 0001084  82.5091  30.5570 14.29985792422572
+0 NAVSTAR 61 (USA 199)
+1 32384U 07062A   16016.84907487 -.00000050 +00000-0 +00000-0 0  9992
+2 32384 055.9164 064.1910 0011357 316.2963 017.0367 02.00568897059249
+0 RASCOM 1
+1 32387U 07063A   16016.40327012 +.00000060 +00000-0 +00000-0 0  9998
+2 32387 004.2171 065.4088 0005509 337.4952 097.2082 00.99063862029780
+0 HORIZONS 2
+1 32388U 07063B   16017.88844451 -.00000192  00000-0  00000+0 0  9999
+2 32388   0.0102  35.4908 0003049 264.1291 221.7832  1.00271504 29746
+0 ARIANE 5 R/B
+1 32389U 07063C   16016.54063773 -.00000154 +00000-0 -22074-3 0  9990
+2 32389 005.2565 147.0929 7134084 300.4463 019.0923 02.30497895068004
+0 ARIANE 5 DEB (SYLDA)
+1 32390U 07063D   16016.36092169  .00000017  00000-0  83823-3 0  9998
+2 32390   5.3423 180.6729 7163194 240.3785  14.5270  2.26146462 66474
+0 COSMOS 2434 (GLONASS)
+1 32393U 07065A   16017.60124428 -.00000055  00000-0  00000+0 0  9990
+2 32393  65.3167 321.6443 0001598  96.7523 171.3700  2.13102843 62740
+0 COSMOS 2435 (GLONASS)
+1 32394U 07065B   16016.80431210 -.00000047  00000-0  00000+0 0  9993
+2 32394  65.3202 321.6671 0023251 354.1979   5.7847  2.13113559 62669
+0 COSMOS 2436 (GLONASS)
+1 32395U 07065C   16017.45959821 -.00000054  00000-0  10000-3 0  9992
+2 32395  65.3296 321.6893 0018491 347.6988 263.7453  2.13102895 62677
+0 SL-12 R/B(2)
+1 32396U 07065D   16016.62745762 -.00000046  00000-0  00000+0 0  9994
+2 32396  65.3132 321.3729 0025222 189.9296  19.2506  2.13393225 62820
+0 SL-12 R/B(AUX MOTOR)
+1 32398U 07065F   16016.57568720 -.00000052  00000-0 -12974-3 0  9992
+2 32398  65.1690  82.3031 5587226  68.5016 340.7351  4.23646169124485
+0 SL-12 R/B(AUX MOTOR)
+1 32399U 07065G   16016.45083031 -.00000068 +00000-0 -10714-3 0  9994
+2 32399 065.1861 086.4291 5633028 058.4331 005.8780 04.23825787124445
+0 THURAYA 3
+1 32404U 08001A   16017.88779810 -.00000309  00000-0  00000+0 0  9997
+2 32404   4.2844 348.9030 0005178 299.3659 246.7044  1.00271097 29395
+0 BLOCK DM-SL R/B
+1 32405U 08001B   16018.14737321  .00000055  00000-0  11035-2 0  9999
+2 32405   6.0250 314.6599 7117482  74.5847 267.4760  2.25195522 65928
+0 FENGYUN 1C DEB
+1 32406U 99025CZS 16015.40613476  .00014486  00000-0  62250-3 0  9995
+2 32406  98.3497  82.3855 0193743  62.7982 299.2843 15.07375662456845
+0 FENGYUN 1C DEB
+1 32409U 99025CZV 16017.25801221  .00001846  00000-0  58705-3 0  9996
+2 32409  99.5922  28.3879 0075513 312.7285 108.6092 14.39728695442383
+0 FENGYUN 1C DEB
+1 32410U 99025CZW 16016.78600752  .00010824  00000-0  11730-2 0  9993
+2 32410  97.9041 217.5169 0115623  41.7837 319.2134 14.83546184435280
+0 FENGYUN 1C DEB
+1 32411U 99025CZX 16016.57626231  .00000396  00000-0  24641-3 0  9990
+2 32411  98.3696 153.0966 0130392 240.9178 117.8882 14.06025027442500
+0 FENGYUN 1C DEB
+1 32414U 99025DAA 16016.88091817 +.00001227 +00000-0 +76215-3 0  9991
+2 32414 099.1310 043.8734 0053870 078.7215 044.5903 14.06271601427625
+0 FENGYUN 1C DEB
+1 32416U 99025DAC 16016.26985223 +.00000425 +00000-0 +51037-3 0  9992
+2 32416 100.8327 026.2902 0248874 095.2226 333.5596 13.61135350123513
+0 FENGYUN 1C DEB
+1 32418U 99025DAE 16015.55445693 +.00001099 +00000-0 +86100-3 0  9994
+2 32418 098.2318 292.3442 0288719 272.9922 083.8232 13.76125671129710
+0 FENGYUN 1C DEB
+1 32419U 99025DAF 16017.18783798  .00000923  00000-0  40766-3 0  9990
+2 32419  97.9039 354.8529 0301785   4.0258 356.3238 14.03725159437233
+0 FENGYUN 1C DEB
+1 32422U 99025DAJ 16014.51059691 +.00000523 +00000-0 +27903-3 0  9990
+2 32422 097.8578 274.9599 0310662 129.4645 233.4446 13.94450152126451
+0 FENGYUN 1C DEB
+1 32425U 99025DAM 16013.03284144  .00000716  00000-0  31184-3 0  9992
+2 32425  96.7281 296.0090 0249084 350.8140   8.8522 14.10781829421288
+0 FENGYUN 1C DEB
+1 32429U 99025DAR 16011.34361842  .00001805  00000-0  10284-2 0  9996
+2 32429  99.1198  54.0796 0068949 107.7800 253.0908 14.09866414440759
+0 FENGYUN 1C DEB
+1 32430U 99025DAS 16018.19970593  .00000956  00000-0  81117-3 0  9997
+2 32430  98.6937  20.3410 0416788   1.0234 359.1670 13.55959960420481
+0 FENGYUN 1C DEB
+1 32431U 99025DAT 16015.46000150  .00001298  00000-0  68189-3 0  9992
+2 32431  99.5654 244.2066 0075451 178.9606 303.2525 14.14653290440133
+0 FENGYUN 1C DEB
+1 32432U 99025DAU 16015.22345926  .00002364  00000-0  76893-3 0  9996
+2 32432  98.2461 167.1746 0251983 247.7348 109.6936 14.23219019420025
+0 FENGYUN 1C DEB
+1 32433U 99025DAV 16016.00539438 +.00005305 +00000-0 +14679-2 0  9998
+2 32433 098.2313 095.7664 0297905 251.7766 105.0782 14.24070688416943
+0 FENGYUN 1C DEB
+1 32435U 99025DAX 16015.73642384  .00005085  00000-0  43435-3 0  9992
+2 32435  99.5128 210.9098 0127418  74.5142 287.0100 14.92150881454109
+0 FENGYUN 1C DEB
+1 32437U 99025DAZ 16009.18884539 -.00049426  00000-0 -11238-1 0  9999
+2 32437  99.4427   1.6259 0071081 178.4594 181.6831 14.54673549443067
+0 FENGYUN 1C DEB
+1 32438U 99025DBA 16015.59264228  .00002325  00000-0  85061-3 0  9991
+2 32438  99.4122 295.6099 0039716 355.6970   4.3865 14.33573254442722
+0 FENGYUN 1C DEB
+1 32440U 99025DBC 16016.46620300  .00001815  00000-0  20715-2 0  9995
+2 32440  99.1589 104.9030 0367186 259.9927  95.9592 13.45830627417131
+0 FENGYUN 1C DEB
+1 32443U 99025DBF 16016.34698235  .00001721  00000-0  89463-3 0  9999
+2 32443 102.1243  61.9165 0087885 224.5563 134.8509 14.14880738443625
+0 FENGYUN 1C DEB
+1 32444U 99025DBG 16017.25664507  .00005069  00000-0  22866-2 0  9998
+2 32444  99.0773  25.2539 0093124 138.6210 222.2068 14.20322711433724
+0 FENGYUN 1C DEB
+1 32445U 99025DBH 16018.19248681  .00013229  00000-0  20324-2 0  9998
+2 32445  99.3708   0.1052 0046581  81.6828 278.9653 14.72970976433700
+0 FENGYUN 1C DEB
+1 32448U 99025DBL 16017.02478277  .00004284  00000-0  14777-2 0  9994
+2 32448  98.9816  88.9781 0019529  59.3105  62.0817 14.36310076428924
+0 FENGYUN 1C DEB
+1 32450U 99025DBN 16017.04171336  .00001011  00000-0  73552-3 0  9997
+2 32450  99.0772 311.8266 0102178 200.8433 158.8549 13.96104572438021
+0 FENGYUN 1C DEB
+1 32451U 99025DBP 16015.20448992  .00001097  00000-0  10941-2 0  9995
+2 32451  99.9621 144.9982 0220046 127.5314 234.6051 13.70166439426886
+0 FENGYUN 1C DEB
+1 32453U 99025DBR 16012.27605925 +.00000416 +00000-0 +32126-3 0  9996
+2 32453 099.3824 124.4060 0103428 320.1152 066.0104 13.96385959428080
+0 FENGYUN 1C DEB
+1 32455U 99025DBT 16016.23594845  .00001039  00000-0  88182-3 0  9991
+2 32455 101.7389  29.8545 0289250 235.8075 121.5339 13.73161308427829
+0 FENGYUN 1C DEB
+1 32456U 99025DBU 16013.17596214  .00000659  00000-0  10147-2 0  9996
+2 32456 103.6709   3.5295 0398317 359.9392  56.0575 13.29571015415375
+0 FENGYUN 1C DEB
+1 32457U 99025DBV 16016.30132398  .00000706  00000-0  10779-2 0  9998
+2 32457 100.4048  50.9659 0437524 144.2551 218.8708 13.22688869413938
+0 FENGYUN 1C DEB
+1 32458U 99025DBW 16015.22632700  .00001658  00000-0  60881-3 0  9998
+2 32458  99.0203 154.9182 0065678 233.5950 125.9164 14.32987341443759
+0 FENGYUN 1C DEB
+1 32459U 99025DBX 16016.31584226  .00000627  00000-0  18233-3 0  9998
+2 32459  98.6740  48.4439 0244663 144.5005 217.2739 14.31820125427310
+0 FENGYUN 1C DEB
+1 32460U 99025DBY 16015.50665024  .00000736  00000-0  61312-3 0  9993
+2 32460  98.0418 275.0745 0198331  68.7799 293.4418 13.82296421432130
+0 FENGYUN 1C DEB
+1 32461U 99025DBZ 16017.76665891  .00001150  00000-0  11747-2 0  9993
+2 32461  98.3723 309.6708 0249851  51.1387 331.3688 13.65376687412200
+0 FENGYUN 1C DEB
+1 32464U 99025DCC 16014.17519246 +.00002437 +00000-0 +44848-3 0  9998
+2 32464 097.4051 357.0383 0210340 267.1333 090.5778 14.53120790079162
+0 CBERS 1 DEB
+1 32467U 99057RB  16018.11057627  .00003681  00000-0  81771-3 0  9992
+2 32467  98.3254 346.6425 0009394 346.8999  13.1954 14.57611435450489
+0 CBERS 1 DEB
+1 32468U 99057RC  16015.88773286 +.00011888 +00000-0 +16843-2 0  9995
+2 32468 098.2542 354.4626 0004263 273.9341 086.1380 14.77189225095533
+0 CBERS 1 DEB
+1 32470U 99057RE  16015.13130445 +.00004736 +00000-0 +10091-2 0  9993
+2 32470 098.3086 342.5588 0005086 330.3227 029.7683 14.59415341447193
+0 CZ-4 DEB
+1 32473U 07042C   16017.17905006  .00000799  00000-0  21377-3 0  9993
+2 32473  98.3128  98.4555 0112318  74.7276 316.2089 14.47260808427616
+0 CZ-4 DEB
+1 32474U 07042D   16016.90268898 +.00002057 +00000-0 +36316-3 0  9993
+2 32474 098.6679 262.4859 0101799 312.6884 105.2118 14.65377155439594
+0 NIMBUS 2 DEB
+1 32475U 66040AS  16017.85643318  .00001258  00000-0  22835-2 0  9998
+2 32475 100.5439 153.0631 0069398 206.3399 306.8457 13.42296473416264
+0 PSLV R/B
+1 32477U 08002B   16017.86621928  .00010737  00000-0  21055-3 0  9994
+2 32477  41.0307 195.9343 0044058  28.7146 331.6093 15.46193514444571
+0 EXPRESS AM-33
+1 32478U 08003A   16017.06860751 -.00000289  00000-0  00000+0 0  9992
+2 32478   0.0548 225.1582 0000528 197.8568 174.0968  1.00271190 29475
+0 BREEZE-M R/B
+1 32479U 08003B   16016.31578183 -.00000212  00000-0  00000+0 0  9991
+2 32479   6.0797  53.7233 0187695 141.7466 303.4913  1.04004311 30116
+0 BREEZE-M DEB (TANK)
+1 32480U 08003C   16016.44562454 -.00000096  00000-0  19589-3 0  9997
+2 32480  45.6603  48.6312 7130303 106.1897 337.1871  2.30080276 66837
+0 AYAME 1 DEB
+1 32483U 79009D   16017.54987176 -.00000070  00000-0  00000+0 0  9994
+2 32483   7.0447 148.5739 3716622  87.4747 299.1786  1.69439691 48568
+0 THOR 5
+1 32487U 08006A   16018.22870088 -.00000020  00000-0  00000+0 0  9991
+2 32487   0.0512 241.4869 0003109  62.3062 254.8423  1.00272244 29045
+0 BREEZE-M DEB (TANK)
+1 32488U 08006B   16016.59295696 -.00000190  00000-0  22578-3 0  9992
+2 32488  48.1835   2.1285 7028574 265.0640 228.1345  2.21027625 64013
+0 BREEZE-M DEB
+1 32493U 06006AG  16013.99712125  .00001483  00000-0  12314-2 0  9999
+2 32493  51.6134 307.5755 5020716 208.6832 110.9236  5.43176738172731
+0 BREEZE-M DEB
+1 32494U 06006AH  16015.38379400  .00000107  00000-0  17927-3 0  9998
+2 32494  51.6628  26.6552 5105796 147.1857 258.7121  5.25325698169708
+0 BREEZE-M DEB
+1 32496U 06006AK  16017.19837291  .00000798  00000-0  84412-3 0  9997
+2 32496  51.7267  17.3271 5063231 146.0722 260.3130  5.34070608159358
+0 BREEZE-M DEB
+1 32497U 06006AL  16017.29688830  .00000423  00000-0  47217-3 0  9999
+2 32497  51.7286 354.1882 5068358 163.3032 222.9109  5.33302419160619
+0 BREEZE-M DEB
+1 32498U 06006AM  16016.96261345  .00001427  00000-0  13667-2 0  9997
+2 32498  51.6893 334.9439 4979864 179.8633 180.5202  5.48119973160876
+0 BREEZE-M DEB
+1 32499U 06006AN  15365.08206823  .00004043  00000-0  14979-2 0  9991
+2 32499  51.6525 270.4445 4991165 229.0374  75.7149  5.56338082162799
+0 WINDS (KIZUNA)
+1 32500U 08007A   16017.89444310 -.00000269  00000-0  00000+0 0  9990
+2 32500   0.0932 266.7851 0002455  47.0964 267.8664  1.00272357 28890
+0 H-2A R/B
+1 32501U 08007B   16013.62183328  .00004086  00000-0  91071-3 0  9999
+2 32501  28.0370 240.5905 7020592 270.4621  16.5637  2.61677926 70938
+0 SL-6 R/B(2)
+1 32705U 77093E   16020.75681814 +.00000181 +00000-0 +00000-0 0  9992
+2 32705 086.7262 335.0399 6436176 273.1765 000.7078 00.25804978002025
+0 AMC-14
+1 32708U 08011A   16012.81925110  .00000131  00000-0  00000+0 0  9991
+2 32708  18.1431  71.0175 0044336 354.2724  10.8475  1.00272264 29918
+0 BREEZE-M R/B
+1 32709U 08011B   16016.66805013 -.00001175  00000-0 -28978-1 0  9995
+2 32709  49.1871 241.8780 6412778 154.9826 165.5111  3.07527812 87979
+0 NAVSTAR 62 (USA 201)
+1 32711U 08012A   16016.98365918 -.00000059  00000-0  00000+0 0  9992
+2 32711  55.4544 302.4404 0091300 207.8571 151.6828  2.00562888 57465
+0 DELTA 2 R/B(2) (PAM-D)
+1 32712U 08012B   16018.22940612  .00193131  27891-6  10897-2 0  9996
+2 32712  39.8591  81.4629 2973705 214.7298 121.7841  9.60514619177345
+0 DIRECTV 11
+1 32729U 08013A   16016.31557602 -.00000133  00000-0  00000+0 0  9995
+2 32729   0.0408 205.5453 0000701 227.2716  56.7646  1.00270936 28783
+0 BLOCK DM-SL R/B
+1 32730U 08013B   16017.65262333  .00009532  00000-0  78287-3 0  9996
+2 32730   0.2891 308.1734 6862885 119.4668 348.8302  2.85192342 70956
+0 ICO G-1
+1 32763U 08016A   16016.61745505 -.00000176  00000-0  00000+0 0  9997
+2 32763   4.0545 349.2322 0003490 312.5401 303.1415  1.00271239 28314
+0 PEGASUS R/B
+1 32766U 08017B   16018.22628110  .00013890  00000-0  34249-3 0  9994
+2 32766  13.0018  14.1635 0173434 341.3680  18.0320 15.22806268424392
+0 VINASAT 1
+1 32767U 08018A   16016.31348506 -.00000336  00000-0  00000+0 0  9998
+2 32767   0.0129 346.2270 0001683 313.0512  60.6888  1.00271267 28457
+0 STAR ONE C2
+1 32768U 08018B   16017.10843478 -.00000274  00000-0  00000+0 0  9996
+2 32768   0.0462 242.2819 0001858  61.9547 140.7361  1.00269806 28400
+0 ARIANE 5 R/B
+1 32769U 08018C   16016.71438533 +.00003292 +00000-0 +85083-3 0  9995
+2 32769 001.4357 216.3852 7103684 122.7818 325.3474 02.50550277067288
+0 COSMOS 1348 DEB
+1 32772U 82029F   16017.82493272 -.00000048  00000-0  00000+0 0  9996
+2 32772  73.4253 337.4348 4388362  99.1825  21.8284  1.93696466 64822
+0 TIANLIAN 1-01
+1 32779U 08019A   16016.69438280 -.00000146  00000-0  10000-3 0  9996
+2 32779   1.7581  78.5091 0037999 218.3294 148.7103  1.00269898 28320
+0 GIOVE-B
+1 32781U 08020A   16016.75251019 -.00000002 +00000-0 +00000-0 0  9998
+2 32781 057.0622 130.8266 0002369 218.3451 194.0101 01.65405118047519
+0 SL-23 R/B
+1 32782U 08020B   16016.85086074 -.00000005 +00000-0 +00000-0 0  9990
+2 32782 056.0860 130.0236 0026333 204.4871 077.8305 01.67952722047357
+0 CARTOSAT 2A
+1 32783U 08021A   16018.18251544 -.00000081  00000-0 -38441-5 0  9996
+2 32783  97.9979  78.7586 0012869 182.0962 178.0208 14.78644795416888
+0 CANX-6
+1 32784U 08021B   16017.67289106  .00000687  00000-0  84358-4 0  9992
+2 32784  97.6227  55.0026 0015965  83.4147 276.8886 14.86005061417907
+0 CUTE-1.7+APD II
+1 32785U 08021C   16017.47559560  .00000772  00000-0  91080-4 0  9990
+2 32785  97.6225  57.8640 0014781  80.3432 279.9454 14.87336997418076
+0 IMS-1
+1 32786U 08021D   16018.18374422  .00000833  00000-0  10573-3 0  9997
+2 32786  97.6349  49.4855 0013441 106.4838 253.7861 14.84112309417517
+0 COMPASS 1
+1 32787U 08021E   16017.67202624  .00001692  00000-0  17381-3 0  9993
+2 32787  97.6242  63.5272 0014138  63.7157 296.5513 14.91579310418475
+0 AAUSAT CUBESAT 2
+1 32788U 08021F   16017.77740336  .00001512  00000-0  15160-3 0  9996
+2 32788  97.6250  65.5212 0013502  59.5681 300.6871 14.92729501418609
+0 DELFI C3
+1 32789U 08021G   16017.44238697  .00004098  00000-0  31641-3 0  9997
+2 32789  97.6286  79.2768 0013214  57.3765 302.8733 15.02040053419215
+0 CANX-2
+1 32790U 08021H   16018.04218972  .00000621  00000-0  74750-4 0  9997
+2 32790  97.6181  57.1961 0015462  79.5536 280.7423 14.87126477418115
+0 SEEDS
+1 32791U 08021J   16017.17774246  .00001092  00000-0  12022-3 0  9998
+2 32791  97.6241  60.2265 0015130  72.8547 287.4327 14.89434588418164
+0 RUBIN 8/PSLV
+1 32792U 08021K   16018.07097159  .00000365  00000-0  55443-4 0  9997
+2 32792  97.6805  11.9686 0029460  87.0858 273.3725 14.79226756416265
+0 AMOS 3
+1 32794U 08022A   16017.03150416 -.00000044  00000-0  00000+0 0  9990
+2 32794   0.0390 231.5418 0001625  68.8856 182.7648  1.00271324 28307
+0 GALAXY 18
+1 32951U 08024A   16017.01955490  .00000016  00000-0  00000+0 0  9998
+2 32951   0.0187  51.7263 0002883 250.6378  57.6080  1.00270959 27945
+0 BLOCK DM-SL R/B
+1 32952U 08024B   16016.89414959 -.00000185 +00000-0 +00000-0 0  9993
+2 32952 000.2724 283.4265 6543344 003.9170 257.5545 02.14621446059970
+0 YUBELEINY
+1 32953U 08025A   16017.97136336  .00000010  00000-0 -13620-7 0  9991
+2 32953  82.5011 200.6705 0018643 333.2056  26.8057 12.43066380347291
+0 COSMOS 2437
+1 32954U 08025B   16018.06656180  .00000013  00000-0  22710-4 0  9996
+2 32954  82.4973 201.4174 0020084 344.9338  15.1143 12.42683114347219
+0 COSMOS 2438
+1 32955U 08025C   16017.99007580  .00000005  00000-0 -34791-4 0  9996
+2 32955  82.5001 199.4961 0020425 328.6093  31.3768 12.43292840347372
+0 COSMOS 2439
+1 32956U 08025D   16018.01868961  .00000009  00000-0 -52821-5 0  9998
+2 32956  82.5025 201.5797 0020158 335.9552  24.0588 12.42994165347293
+0 SL-19 R/B
+1 32957U 08025E   16017.26630519  .00000004  00000-0 -22738-4 0  9999
+2 32957  82.5020  84.6126 0198504 247.6963 171.1510 12.77719529356882
+0 FENGYUN 3A
+1 32958U 08026A   16018.08399603  .00000065  00000-0  50607-4 0  9990
+2 32958  98.4737  64.7864 0009595 343.4530  16.6345 14.19599375396110
+0 CZ-4B R/B
+1 32959U 08026B   16018.23148258  .00000038  00000-0  25996-4 0  9999
+2 32959  98.9324 239.0252 0071173  47.0601  63.3669 14.41605084402120
+0 COSMOS 1109 DEB
+1 32977U 79058S   16016.32814516 -.00000540  00000-0  00000+0 0  9990
+2 32977  68.8388 166.2879 6623973 119.4725 354.8649  1.98194342118375
+0 COSMOS 1124 DEB
+1 32982U 79077H   16015.78875640 +.00000453 +00000-0 +00000-0 0  9994
+2 32982 066.1153 206.4727 6367242 039.3482 354.3068 02.09797149141075
+0 SATCOM 3 DEB
+1 32984U 79101K   16015.53838600 -.00000056 +00000-0 +00000-0 0  9992
+2 32984 009.6124 083.4429 4850697 121.4331 309.9104 01.82646212020150
+0 SATCOM 3 DEB
+1 32985U 79101L   16013.37376249 -.00000098  00000-0  00000+0 0  9994
+2 32985   8.8859 148.6434 4703720 357.1875 348.7760  1.80679039 52214
+0 SATCOM 3 DEB
+1 32986U 79101M   16015.64926946 -.00000056 +00000-0 +00000-0 0  9997
+2 32986 008.8732 086.1353 4832000 122.3762 341.1842 01.82660286053116
+0 SATCOM 3 DEB
+1 32987U 79101N   16016.18511345 -.00000126  00000-0  00000+0 0  9998
+2 32987   9.4408  46.1499 4940118 203.4534 331.1162  1.83560443 53231
+0 SATCOM 3 DEB
+1 32988U 79101P   16016.26618661 -.00000068  00000-0  00000+0 0  9992
+2 32988   8.9298 113.0568 4779038  67.8473 344.5511  1.81193292 53710
+0 SATCOM 3 DEB
+1 32989U 79101Q   16017.44956853 -.00000078  00000-0  00000+0 0  9993
+2 32989   9.6435  59.8644 4789741 171.1586 321.4187  1.85714794 54297
+0 SATCOM 3 DEB
+1 32991U 79101S   16016.32586347 -.00000112  00000-0  00000+0 0  9998
+2 32991   7.8893 167.0859 4689781 329.8277 348.0887  1.79900437 54342
+0 SATCOM 3 DEB
+1 32992U 79101T   16014.37963692 -.00000047  00000-0  00000+0 0  9991
+2 32992  11.7121 232.1881 4583499 176.2127  26.3068  1.78242871 54872
+0 SATCOM 3 DEB
+1 32993U 79101U   16017.64229297 -.00000120  00000-0  00000+0 0  9993
+2 32993   8.2039 147.7762 4555175   8.5897 357.8639  1.81501404 59732
+0 ARIANE 44L DEB
+1 32998U 91075P   16017.78785672 -.00000014  00000-0  16535-3 0  9997
+2 32998   5.9836 212.5049 6644053  30.7044  12.1029  2.87296256136386
+0 ARIANE 44L+ DEB
+1 32999U 92021T   16016.36426404 -.00000146  00000-0  11634-2 0  9998
+2 32999   3.3742 207.6886 7039235  90.1762  58.0554  2.24677143108871
+0 IUE DEB
+1 33000U 78012D   16016.39025431 -.00000195  00000-0  00000+0 0  9990
+2 33000  43.6177 337.3169 2139613 219.9126 322.4383  1.00428626 29198
+0 CHINASAT 9
+1 33051U 08028A   16016.94313241 -.00000256 +00000-0 +00000-0 0  9995
+2 33051 000.0013 350.4814 0003651 305.3050 251.7038 01.00268803027861
+0 GLAST
+1 33053U 08029A   16018.06060532  .00001152  00000-0  50899-4 0  9995
+2 33053  25.5826 275.0426 0012869  74.5930 285.6026 15.10384572419182
+0 SKYNET 5C
+1 33055U 08030A   16017.35101807 -.00000149  00000-0  00000+0 0  9991
+2 33055   0.0616  15.7167 0003942 264.8261 304.1793  1.00270823 27756
+0 TURKSAT 3A
+1 33056U 08030B   16018.21460997  .00000135  00000-0  00000+0 0  9990
+2 33056   0.0494 137.7247 0003542 147.3747 311.1977  1.00272354 27949
+0 ARIANE 5 R/B
+1 33057U 08030C   16016.81190661 +.00002580 +00000-0 +96497-3 0  9998
+2 33057 001.7222 319.8512 7171360 014.2163 358.2395 02.40955474064909
+0 ARIANE 5 DEB (SYLDA)
+1 33058U 08030D   16017.63969092  .00144105  00000-0  79902-2 0  9993
+2 33058   2.2912   5.5321 6114394 290.4185  16.2668  3.92589808 78556
+0 SL-23 R/B
+1 33059U 08022B   16016.64461241 -.00000122 +00000-0 +00000-0 0  9990
+2 33059 007.2326 058.2874 0522956 328.0622 191.4538 00.95533688026622
+0 ORBCOMM FM 38
+1 33060U 08031A   16017.37861757  .00000381  00000-0  89796-4 0  9998
+2 33060  48.4449 330.7604 0005831 152.3601 207.7622 14.72934514407237
+0 ORBCOMM FM 41
+1 33061U 08031B   16017.38285848  .00000428  00000-0  97408-4 0  9992
+2 33061  48.4483 332.6582 0004831 145.6814 356.2849 14.72801288407234
+0 ORBCOMM FM 29
+1 33062U 08031C   16018.12264959  .00000333  00000-0  83100-4 0  9995
+2 33062  48.4436 334.2500 0006927 145.0057 310.1016 14.72573745407264
+0 ORBCOMM FM 39
+1 33063U 08031D   16018.11672514  .00000299  00000-0  78703-4 0  9999
+2 33063  48.4444 340.1601 0008360 135.5958 224.5626 14.72036175407175
+0 ORBCOMM FM 37
+1 33064U 08031E   16018.17906027  .00000280  00000-0  75277-4 0  9998
+2 33064  48.4438 334.6230 0006431 149.0356 294.4643 14.72278976407266
+0 ORBCOMM FM 40
+1 33065U 08031F   16018.20176882  .00000290  00000-0  76208-4 0  9997
+2 33065  48.4466 336.8327 0007722 146.3558 302.4732 14.72677896407248
+0 SL-8 R/B
+1 33066U 08031G   16018.19278939  .00000074  00000-0  45216-4 0  9997
+2 33066  48.4448   3.6681 0007120  95.3537 357.0103 14.69357767406877
+0 JASON 2
+1 33105U 08032A   16017.55569505 -.00000039  00000-0  93992-4 0  9999
+2 33105  66.0424 114.8525 0007679 271.0905 174.4328 12.80931026354424
+0 DELTA 2 R/B
+1 33106U 08032B   16016.91972137 -.00000012 +00000-0 +10666-2 0  9994
+2 33106 065.2315 192.7280 1137725 072.6737 070.9427 09.17446517253759
+0 COSMOS 2440
+1 33108U 08033A   16017.63670356 -.00000152  00000-0  00000+0 0  9998
+2 33108   3.7553  58.4722 0005497 172.7694 194.4201  1.00275626 27671
+0 SL-12 R/B(2)
+1 33111U 08033D   16016.78931505 -.00000001 +00000-0 +00000-0 0  9997
+2 33111 003.7223 058.4946 0032665 243.9576 161.0981 01.00297214027665
+0 SL-12 R/B(AUX MOTOR)
+1 33113U 08033F   16016.20377478 +.00000131 +00000-0 +31106-3 0  9996
+2 33113 047.4156 211.2884 7132303 029.2009 356.4901 02.41020489065602
+0 INTELSAT 25(PROTOSTAR 1)
+1 33153U 08034A   16018.17223878 -.00000235  00000-0  00000+0 0  9994
+2 33153   0.0083 356.9646 0002329 288.8236 221.7189  1.00271371 27506
+0 BADR 6
+1 33154U 08034B   16017.14103875  .00000135  00000-0  00000+0 0  9993
+2 33154   0.0645  42.4126 0003467 292.2234 218.1055  1.00272496 27615
+0 ARIANE 5 DEB (SYLDA)
+1 33155U 08034C   16017.11643735  .00018674  00000-0  37541-2 0  9995
+2 33155   2.0059 213.5899 6708116 268.5808  19.8149  3.03455318 70425
+0 ARIANE 5 R/B
+1 33156U 08034D   16017.62681216  .00002103  00000-0  96021-3 0  9997
+2 33156   2.0678   3.2546 7198191 326.2004   3.8614  2.37123190 63814
+0 ECHOSTAR 11
+1 33207U 08035A   16016.98366002 -.00000065  00000-0  00000+0 0  9990
+2 33207   0.0259 302.0831 0003046 358.6173  59.2520  1.00270981 27512
+0 BLOCK DM-SL R/B
+1 33208U 08035B   16017.58244610 -.00000087  00000-0  92265-3 0  9990
+2 33208   0.1890 246.2230 7135494  83.3235 119.5766  2.26233071 62045
+0 COSMOS 2441
+1 33272U 08037A   16018.18454643  .00000077  00000-0  29485-4 0  9992
+2 33272  97.9676  46.5368 0015819 197.4629 162.6027 14.51661687396172
+0 SUPERBIRD 7
+1 33274U 08038A   16017.89444310 -.00000262  00000-0  00000+0 0  9996
+2 33274   0.0182  21.4980 0001867 266.1827 294.9921  1.00269467 27246
+0 AMC-21
+1 33275U 08038B   16017.52993404  .00000027  00000-0  00000+0 0  9998
+2 33275   0.0168 357.6345 0002526 285.3667 259.2394  1.00270140 27325
+0 ARIANE 5 R/B
+1 33276U 08038C   16016.47709164  .00001620  00000-0  70433-3 0  9991
+2 33276   2.3321  38.8138 7175305 307.5674   6.6267  2.39940012 63214
+0 ARIANE 5 DEB (SYLDA)
+1 33277U 08038D   16017.26169935  .00144671  00000-0  83894-2 0  9994
+2 33277   2.4927  83.8333 6180507 212.5968  86.5946  3.82604390 76293
+0 INMARSAT 4-F3
+1 33278U 08039A   16016.26573977 -.00000145  00000-0  00000+0 0  9993
+2 33278   3.0196 356.3477 0003174 300.8710 175.5957  1.00271616 27117
+0 BREEZE-M DEB (TANK)
+1 33279U 08039B   16016.21094608 +.00001321 +00000-0 +67056-3 0  9992
+2 33279 046.0661 318.2748 4883227 003.2410 359.0092 05.70924829152862
+0 BREEZE-M R/B
+1 33280U 08039C   16017.80088197 -.00000009  00000-0  00000+0 0  9991
+2 33280  22.0703 243.4862 5984685  21.2818  88.8635  2.01430513 54543
+0 RAPIDEYE 2
+1 33312U 08040A   16018.18942717  .00000286  00000-0  44684-4 0  9995
+2 33312  97.8618 105.3869 0010997 224.6424 135.3910 14.79967781399052
+0 RAPIDEYE 5
+1 33313U 08040B   16018.21458569  .00000317  00000-0  48664-4 0  9994
+2 33313  97.8493 103.3973 0018231 100.4740 259.8533 14.79974242399007
+0 RAPIDEYE 1
+1 33314U 08040C   16018.20217579  .00000326  00000-0  49901-4 0  9993
+2 33314  97.8574 105.0711 0022592 239.6273 120.2716 14.79971318399047
+0 RAPIDEYE 3
+1 33315U 08040D   16018.17244615  .00000287  00000-0  44765-4 0  9990
+2 33315  97.8477 103.0353 0012163 170.5159 189.6288 14.79970618399000
+0 RAPIDEYE 4
+1 33316U 08040E   16018.15865726  .00000307  00000-0  47379-4 0  9998
+2 33316  97.8453 102.6085 0012755 118.8932 241.3561 14.79968790398998
+0 SL-24 DEB
+1 33318U 08040G   16016.87511952 +.00001780 +00000-0 +18324-3 0  9999
+2 33318 097.9875 137.0542 0014059 148.2073 211.9996 14.91527923400162
+0 SL-24 R/B
+1 33319U 08040H   16017.81137672 -.00000005  00000-0  14494-4 0  9993
+2 33319  97.9476  64.3013 0496405   3.3443 120.7438 13.75012172370627
+0 HJ-1A
+1 33320U 08041A   16018.17423898  .00000523  00000-0  82390-4 0  9998
+2 33320  98.0044  83.5375 0025107 247.5170 112.3380 14.76464766396636
+0 HJ-1B
+1 33321U 08041B   16018.13570422  .00000534  00000-0  83507-4 0  9994
+2 33321  98.0073  84.3706 0033654 264.2533  95.4845 14.76515844396610
+0 CZ-2C DEB
+1 33323U 08041D   16016.91787815 +.00001872 +00000-0 +21683-3 0  9998
+2 33323 097.7140 071.9817 0024488 210.9228 201.4851 14.86453286397127
+0 GEOEYE 1
+1 33331U 08042A   16018.15815697  .00000161  00000-0  39346-4 0  9992
+2 33331  98.0869  94.7737 0010002  89.2829 270.9530 14.64385606393591
+0 NIMIQ 4
+1 33373U 08044A   16016.40699883 -.00000228  00000-0  00000+0 0  9998
+2 33373   0.0146  46.6937 0002050 269.6600 223.4047  1.00270607 26680
+0 BREEZE-M DEB (TANK)
+1 33374U 08044B   16017.99116027  .00000056  00000-0  11582-3 0  9997
+2 33374  49.4547 285.9947 5422445 134.8096 284.8345  4.86049454128881
+0 BREEZE-M R/B
+1 33375U 08044C   16017.48421168 -.00000010  00000-0  00000+0 0  9997
+2 33375  11.7907 240.1875 5960903 155.3104  73.2582  2.03677070 54497
+0 GALAXY 19
+1 33376U 08045A   16017.60762520 -.00000149  00000-0  00000+0 0  9996
+2 33376   0.0308  81.8276 0002885 215.1041 301.2486  1.00271323 26690
+0 BLOCK DM-SL R/B
+1 33377U 08045B   16016.94796744 -.00000099 +00000-0 +00000-0 0  9993
+2 33377 000.8845 307.9876 6418519 029.5129 226.0598 02.12855907056879
+0 COSMOS 2442 (GLONASS)
+1 33378U 08046A   16017.86806811 -.00000036  00000-0  00000+0 0  9994
+2 33378  65.1898  82.4121 0022746 327.7973 309.5932  2.13112035 56897
+0 COSMOS 2443 (GLONASS)
+1 33379U 08046B   16018.20964177 -.00000037  00000-0  10000-3 0  9990
+2 33379  65.1988  82.4631 0018835 187.9209 200.6151  2.13101511 56921
+0 COSMOS 2444 (GLONASS)
+1 33380U 08046C   16016.46858573 -.00000029  00000-0  00000+0 0  9996
+2 33380  65.2047  82.5522 0022868 315.0981 171.7117  2.13113412 56879
+0 SL-12 R/B(2)
+1 33383U 08046F   16017.37082949 -.00000035  00000-0  00000+0 0  9993
+2 33383  65.1975  82.3099 0017757 207.0606 156.5568  2.13269453 56938
+0 SL-12 R/B(AUX MOTOR)
+1 33384U 08046G   16017.32783777  .00000103  00000-0  86456-3 0  9994
+2 33384  65.2813 311.1397 5613858  60.1570   5.9148  4.23111242112953
+0 SL-12 R/B(AUX MOTOR)
+1 33385U 08046H   16016.59422332  .00000187  00000-0  36137-2 0  9992
+2 33385  65.2246 312.3008 5534572  70.2857  63.6692  4.21039744112815
+0 DEMOSAT/FALCON 1
+1 33393U 08048A   16017.69375968  .00001367  00000-0  85367-4 0  9999
+2 33393   9.3450 163.8519 0012971  17.1200 342.9436 14.84036666395864
+0 OSCAR 23 DEB
+1 33395U 88033K   16017.65798939  .00000176  00000-0  33346-3 0  9992
+2 33395  90.3496 255.3945 0187860 152.5857 262.9796 13.28161707350872
+0 THEOS
+1 33396U 08049A   16018.18129514  .00000092  00000-0  63974-4 0  9996
+2 33396  98.7425  87.4100 0001025  80.1097   4.7566 14.19991449378247
+0 SL-24 R/B
+1 33397U 08049B   16017.49808692  .00000082  00000-0  60921-4 0  9999
+2 33397  98.7853 316.7705 0340196  50.3349  76.3038 13.91556567370480
+0 SL-24 DEB
+1 33398U 08049C   16016.89749324 +.00001049 +00000-0 +16649-3 0  9990
+2 33398 098.8063 333.2322 0027346 320.3434 039.5772 14.74386579391360
+0 IBEX
+1 33401U 08051A   16014.01347003 -.00001573  00000-0  00000+0 0  9991
+2 33401  25.8624  44.2392 4993792 136.1565 357.5212  0.09690578  3062
+0 PSLV R/B
+1 33406U 08052B   16017.92890439  .00009921  00000-0  11365-2 0  9999
+2 33406  17.6621 257.6919 6145303  80.3312 339.9729  3.85192348 97246
+0 SJ-6E
+1 33408U 08053A   16018.17101026 -.00000018  00000-0  35399-5 0  9992
+2 33408  97.5914  10.8774 0017480 155.4941 204.7098 14.93354560393769
+0 SJ-6F
+1 33409U 08053B   16018.15279156  .00000985  00000-0  96321-4 0  9994
+2 33409  97.5834  12.8107 0017342 129.6656 230.6085 14.94401649393920
+0 CZ-4B R/B
+1 33410U 08053C   16017.85565023  .00001353  00000-0  10471-3 0  9994
+2 33410  97.6596 349.7381 0123995 123.3858 237.9300 14.97261805393494
+0 CZ-4B DEB
+1 33411U 08053D   16018.12649962  .00019164  00000-0  55628-3 0  9993
+2 33411  97.4696  45.8984 0007502  40.5954 319.5848 15.35522529396537
+0 SKYMED 3
+1 33412U 08054A   16018.14576912  .00000318  00000-0  46434-4 0  9998
+2 33412  97.8784 203.9073 0001337  78.0739 282.0609 14.82164134391217
+0 VENESAT-1
+1 33414U 08055A   16017.24405044 -.00000247  00000-0  00000+0 0  9994
+2 33414   0.0335 105.5427 0001485 202.8300 177.6118  1.00267660 26406
+0 CZ-3B R/B
+1 33415U 08055B   16017.70033120  .00010666  00000-0  78214-3 0  9999
+2 33415  23.8458 245.1173 6553968 323.4152   6.1387  3.27926020 64852
+0 SHIYUAN 3 (SY-3)
+1 33433U 08056A   16018.15049725  .00000057  00000-0  39268-4 0  9998
+2 33433  98.5877   8.5828 0014332 123.2802 236.9756 14.29587798375692
+0 CHUANG XIN 1-02(CX-1-02)
+1 33434U 08056B   16018.17948366  .00000017  00000-0  23829-4 0  9992
+2 33434  98.5906   8.3201 0015126 120.8824 239.3848 14.29345230375645
+0 ASTRA 1M
+1 33436U 08057A   16017.27417825  .00000110  00000-0  00000+0 0  9991
+2 33436   0.0198  66.5970 0001546 164.2889   3.1056  1.00272407 26338
+0 BREEZE-M DEB (TANK)
+1 33437U 08057B   16016.59548175 +.00002326 +00000-0 +53466-3 0  9998
+2 33437 049.5735 328.5884 5005221 059.5654 340.5521 05.58792873144869
+0 BREEZE-M R/B
+1 33438U 08057C   16017.95686912 -.00000478  00000-0  00000+0 0  9991
+2 33438  21.1449 335.8783 5836268 339.3823   4.3481  1.99996276 52588
+0 YAOGAN 4
+1 33446U 08061A   16018.16543983  .00000384  00000-0  62462-4 0  9999
+2 33446  97.6288  39.9171 0016913 174.7252 185.4148 14.76098228383888
+0 COSMOS 2446
+1 33447U 08062A   16017.73355071 -.00000588  00000-0  10000-3 0  9999
+2 33447  65.8327 116.1253 7330562 240.5210 350.5887  2.00697739 52212
+0 SL-6 R/B(2)
+1 33450U 08062D   16017.67214707 -.00000979  00000-0  13778-1 0  9993
+2 33450  64.6995  98.1445 7159714 258.4411 327.1873  2.05247405 53396
+0 CIEL-2
+1 33453U 08063A   16017.68296065  .00000048  00000-0  00000+0 0  9993
+2 33453   0.0154 346.1464 0002987 307.4400 299.9426  1.00271319 26027
+0 BREEZE-M DEB (TANK)
+1 33454U 08063B   16017.14754580  .00001943  00000-0  51080-3 0  9999
+2 33454  49.4484 294.5728 5439450  92.3642 327.7247  4.88307679124952
+0 BREEZE-M R/B
+1 33455U 08063C   16016.36295794  .00000271  00000-0  00000+0 0  9995
+2 33455  19.2638 298.7290 5597898 287.7747 345.5379  1.97937398 51335
+0 FENGYUN 2D DEB
+1 33458U 06053D   16014.98606824 +.00000010 +00000-0 +00000-0 0  9993
+2 33458 005.0128 062.4300 0084341 276.2660 193.6953 01.00263783027224
+0 EUTE HOT BIRD 13C (HB 9)
+1 33459U 08065A   16017.64029524  .00000077  00000-0  00000+0 0  9993
+2 33459   0.0737  66.0372 0003572 262.8456  31.0769  1.00272372 26117
+0 EUTE 28B (EUTE W2M)
+1 33460U 08065B   16018.10169348  .00000113  00000-0  00000+0 0  9997
+2 33460   0.0477 349.1865 0002864 289.8102 282.6503  1.00273731 25975
+0 ARIANE 5 DEB (SYLDA)
+1 33461U 08065C   16017.72334714  .00018281  00000-0  46315-2 0  9993
+2 33461   4.2024  45.7262 6547978 202.4309 105.8577  3.24539383 67931
+0 ARIANE 5 R/B
+1 33462U 08065D   16016.59914535 +.00000898 +00000-0 +50964-3 0  9994
+2 33462 003.9061 229.0067 7193644 198.9149 105.6258 02.37654341060097
+0 FENGYUN 2E
+1 33463U 08066A   16018.08340831 -.00000209  00000-0  00000+0 0  9993
+2 33463   1.2361  58.9789 0003078 203.0241 331.0802  1.00281179 25957
+0 CZ-3A R/B
+1 33464U 08066B   16016.79927956  .00000122  00000-0  32780-3 0  9996
+2 33464  24.6259 214.4505 7184454  24.1105 357.2625  2.32290556 59689
+0 FENGYUN 2E AKM
+1 33465U 08066C   16017.50007165 -.00000126  00000-0  00000+0 0  9999
+2 33465   2.8153  59.6698 0037831 230.6842 128.9128  1.02093958 26356
+0 COSMOS 2447 (GLONASS)
+1 33466U 08067A   16016.67816171 +.00000109 +00000-0 +00000-0 0  9994
+2 33466 063.9575 200.7811 0003038 245.1223 153.2594 02.13118636054897
+0 COSMOS 2449 (GLONASS)
+1 33467U 08067B   16016.52542578  .00000109  00000-0  00000+0 0  9995
+2 33467  63.9450 200.7434 0023429 242.9916 116.7891  2.13097196 54959
+0 COSMOS 2448 (GLONASS)
+1 33468U 08067C   16016.59307535 +.00000109 +00000-0 +00000-0 0  9996
+2 33468 063.9514 200.7522 0003875 308.9224 051.0632 02.13117312054954
+0 SL-12 R/B(2)
+1 33471U 08067F   16016.88038657 +.00000110 +00000-0 +00000-0 0  9990
+2 33471 063.9500 200.6123 0004849 335.3595 086.2601 02.13247435054963
+0 SL-12 R/B(AUX MOTOR)
+1 33472U 08067G   16017.52790187 -.00000062  00000-0 -12177-3 0  9995
+2 33472  65.3408  80.4307 5612605  69.8133 340.3883  4.23966905109243
+0 SL-12 R/B(AUX MOTOR)
+1 33473U 08067H   16017.31943641 -.00000045  00000-0 -14953-3 0  9993
+2 33473  65.2764  75.6733 5579801  79.5980 357.4856  4.23955112109275
+0 GOSAT (IBUKI)
+1 33492U 09002A   16018.15667093 -.00000277  00000-0 -40391-4 0  9994
+2 33492  98.0877 129.2316 0001526  86.6460 273.4929 14.67535886374148
+0 PRISM (HITOMI)
+1 33493U 09002B   16018.17911585  .00001721  00000-0  16553-3 0  9990
+2 33493  98.2324 231.0360 0015960 347.8385  12.2417 14.94368989378675
+0 SPRITE-SAT (RISING)
+1 33494U 09002C   16017.88553011  .00000297  00000-0  56504-4 0  9992
+2 33494  98.2344 151.1570 0003930 166.7377 193.3933 14.71206390374623
+0 KAGAYAKI
+1 33495U 09002D   16017.20253769  .00000207  00000-0  41354-4 0  9994
+2 33495  98.2522 156.2287 0007335 219.1221 263.1327 14.71880770374798
+0 SOHLA-1 (MAIDO-1)
+1 33496U 09002E   16017.24158313  .00000227  00000-0  44857-4 0  9991
+2 33496  98.2380 152.3427 0005959 193.4969 230.6414 14.71516702374659
+0 SDS-1
+1 33497U 09002F   16017.85389838  .00000337  00000-0  64369-4 0  9999
+2 33497  98.2060 143.7236 0003183  87.4682  25.7396 14.70147559374301
+0 STARS (KUKAI)
+1 33498U 09002G   16017.42824733  .00001030  00000-0  15037-3 0  9999
+2 33498  98.2660 169.7417 0010789 199.8524 223.0671 14.77978629375554
+0 KKS-1 (KISEKI)
+1 33499U 09002H   16017.85258553  .00000562  00000-0  91787-4 0  9994
+2 33499  98.2642 164.1919 0008594 212.7687 147.2989 14.74837403375243
+0 H-2A R/B
+1 33500U 09002J   16018.16901923  .00000555  00000-0  68361-4 0  9992
+2 33500  98.2622 223.5291 0050432   1.1622 358.9701 14.86477770377980
+0 FENGYUN 1C DEB
+1 33502U 99025DCF 16017.80185567  .00001655  00000-0  11195-2 0  9999
+2 33502  98.9983 302.9335 0108142 143.1803 284.5780 13.98911694361782
+0 COSMOS 1275 DEB
+1 33503U 81053MZ  16016.65794719 +.00002943 +00000-0 +71010-3 0  9993
+2 33503 082.9603 262.3819 0020803 359.1249 030.5653 14.52797734367569
+0 KORONAS-FOTON
+1 33504U 09003A   16017.15824177  .00001511  00000-0  81236-4 0  9999
+2 33504  82.4420  26.4573 0021686  95.5138 264.8568 15.13921226383227
+0 SL-14 R/B
+1 33505U 09003B   16017.61650837  .00000138  00000-0  66575-5 0  9995
+2 33505  82.4072  33.1103 0028516 135.1667 225.1873 15.09272696382955
+0 TRANSIT 16 DEB
+1 33508U 67048G   16017.48934005  .00005545  00000-0  55068-2 0  9997
+2 33508  89.6232 115.3204 0003844 152.2985 327.5876 13.78079125390124
+0 TITAN 3C TRANSTAGE DEB
+1 33509U 68081K   16017.65915252 -.00000206  00000-0  00000+0 0  9991
+2 33509   6.6909 314.8406 0062583  21.7487 268.2917  1.02069907 40925
+0 TITAN 3C TRANSTAGE DEB
+1 33511U 68081M   16015.95035152 +.00000104 +00000-0 +00000-0 0  9994
+2 33511 007.1532 318.1166 0164043 328.9724 200.9054 01.00772647029074
+0 TITAN 3C TRANSTAGE DEB
+1 33512U 68081N   16017.55558124  .00000009  00000-0  00000+0 0  9995
+2 33512   6.8060 317.6053 0300111 327.2419 251.6429  1.00923365 35247
+0 TITAN 3C TRANSTAGE DEB
+1 33513U 68081P   16017.22809645 -.00000090  00000-0  00000+0 0  9998
+2 33513   6.6269 316.1734 0094395 312.3747 158.3312  1.01396360 30597
+0 EKRAN 2 DEB
+1 33519U 77092L   16016.13621621 -.00000193 +00000-0 +00000-0 0  9996
+2 33519 012.4711 322.5738 0113467 311.4531 047.6311 01.00288020033749
+0 COSMOS 1261 DEB
+1 33520U 81031M   16012.21725983 -.00000756  00000-0  00000+0 0  9991
+2 33520  69.4503 300.1264 5510187  93.0235  28.2735  2.00834226 74754
+0 GOES 5 AKM
+1 33521U 81049D   16016.62262375 -.00000206 +00000-0 +00000-0 0  9992
+2 33521 023.1000 348.6045 1641466 058.6030 189.9149 00.82269514027290
+0 COSMOS 1285 DEB
+1 33524U 81071Z   16016.31018081 +.00000528 +00000-0 +00000-0 0  9995
+2 33524 069.5617 293.3516 5623244 085.3461 010.6802 01.98274206026504
+0 ARIANE 2 DEB
+1 33533U 88040G   16016.42162477 +.00000214 +00000-0 +27569-2 0  9992
+2 33533 007.6904 057.4168 7135854 011.1232 014.4820 02.31337235095168
+0 ARIANE 2 DEB
+1 33534U 88040H   16017.69190883  .00000037  00000-0  11594-2 0  9999
+2 33534   7.7692  31.3183 7172032  64.2539 351.2108  2.30643562 94151
+0 ARIANE 2 DEB
+1 33535U 88040J   16016.48053734 +.00000103 +00000-0 +21205-2 0  9993
+2 33535 008.0031 030.3288 7119015 064.5506 350.8993 02.34431911082147
+0 ARIANE 3 DEB
+1 33536U 88081L   16016.59076019  .00000284  00000-0  99880-1 0  9995
+2 33536   6.7469 353.8321 6948586  30.8910 124.7854  2.15433666 92824
+0 ARIANE 3 DEB
+1 33537U 88081M   16014.67200669 -.00000086  00000-0  00000+0 0  9998
+2 33537   6.5051 227.6894 6989435 274.9615   6.8722  2.16772715 81491
+0 ARIANE 3 DEB
+1 33538U 88081N   16010.11780330 -.00000024  00000-0  10896-2 0  9991
+2 33538   7.4453   0.1814 7198451 346.2535  13.1905  2.23470299 85105
+0 ARIANE 3 DEB
+1 33539U 88081P   16015.93580354 +.00000186 +00000-0 +12828-1 0  9995
+2 33539 007.7064 354.1666 7108018 003.5676 359.4428 02.19139663022270
+0 ARIANE 3 DEB
+1 33540U 88081Q   16016.05079308 -.00000036  00000-0  00000+0 0  9995
+2 33540   7.0977   2.7569 6935062   7.0719 358.9885  2.15837687 78458
+0 ARIANE 44LP DEB
+1 33542U 88109R   16018.22765925  .00000086  00000-0  29504-2 0  9993
+2 33542   6.6783 153.1448 7126372 265.7934  58.9906  2.24168385 86414
+0 ARIANE 44LP DEB
+1 33543U 88109S   16016.42963522 -.00000005  00000-0  15510-2 0  9991
+2 33543   7.1426  61.7810 7166631  87.7941   4.1367  2.25588467109838
+0 ARIANE 44LP DEB
+1 33544U 88109T   16015.48449415  .00000191  00000-0  49738-3 0  9992
+2 33544   6.6567 207.2560 7164974 160.3206 256.0171  2.34766593113618
+0 ARIANE 44LP DEB
+1 33545U 88109U   16016.68753713  .00000249  00000-0  95511-3 0  9999
+2 33545   6.6537 212.2951 7138620 151.6316 280.2505  2.35915538114550
+0 ARIANE 44LP DEB
+1 33546U 88109V   16016.39052801 +.00000058 +00000-0 +21110-2 0  9999
+2 33546 006.6496 179.3491 7116853 217.9413 018.0764 02.23313509091123
+0 ARIANE 44LP DEB
+1 33547U 88109W   16017.14450598  .00000393  00000-0  37696-2 0  9997
+2 33547   7.0270 313.9577 7099986 309.5608   6.8594  2.36779907133957
+0 ARIANE 2 DEB
+1 33548U 89006AQ  16016.30953216 -.00000090  00000-0  00000+0 0  9998
+2 33548   9.6394 125.7584 6915941  37.9058 354.5240  2.22262916 83562
+0 ARIANE 2 DEB
+1 33549U 89006AR  16015.38054332  .00000622  00000-0  37299-1 0  9999
+2 33549   7.4944 277.5439 7056165 107.5148  55.8882  2.25143197 84021
+0 ARIANE 2 DEB
+1 33551U 89006AT  16016.49578693 -.00000131  00000-0  00000+0 0  9990
+2 33551   8.4964 200.7772 6876981 259.9084  14.3888  2.20918579 84464
+0 ARIANE 2 DEB
+1 33554U 89006AW  16017.28725273  .00000439  00000-0  20298-2 0  9993
+2 33554   8.7094  26.0105 7144894 231.6720  40.0770  2.35442274 87301
+0 ARIANE 2 DEB
+1 33555U 89006AX  16012.31961733 -.00000078  00000-0 -17440-2 0  9992
+2 33555   8.1580 282.6072 7082594  90.4764  34.1490  2.23833230 79842
+0 ARIANE 2 DEB
+1 33556U 89006AY  16011.51544145 -.00000192  00000-0 -12627-2 0  9997
+2 33556   9.2458 158.0103 7120419 320.0991   4.9502  2.29468672113065
+0 ARIANE 2 DEB
+1 33557U 89006AZ  16016.44152978 -.00000009  00000-0  00000+0 0  9999
+2 33557   9.3379  73.0661 6965324 140.8458 330.6303  2.23037101 93867
+0 ARIANE 2 DEB
+1 33558U 89006BA  16014.81245786 -.00000213  00000-0 -31013-1 0  9997
+2 33558   9.9260 117.7467 6939622  50.1951 338.7540  2.22028199 90524
+0 ARIANE 2 DEB
+1 33559U 89006BB  16015.92888772 +.00000021 +00000-0 +15831-2 0  9995
+2 33559 008.2360 287.5282 7071097 081.3250 359.4960 02.24221406080412
+0 ARIANE 2 DEB
+1 33560U 89006BC  16017.31761828 -.00000017  00000-0  30809-2 0  9992
+2 33560  10.6728 299.8029 7092557  29.6976 168.1062  2.25071210 95150
+0 ARIANE 2 DEB
+1 33561U 89006BD  16015.45363008 -.00000057  00000-0  00000+0 0  9995
+2 33561   8.8397  62.9846 6987804 167.2935 316.3396  2.22226870 90422
+0 ARIANE 2 DEB
+1 33562U 89006BE  16016.54658726 -.00000167 +00000-0 +00000-0 0  9994
+2 33562 008.5155 346.0017 7080299 323.9252 319.5440 02.23466085029875
+0 ARIANE 2 DEB
+1 33563U 89006BF  16015.08704138 -.00000017  00000-0  10324-2 0  9998
+2 33563   8.3516 303.8127 7071698  48.3877   8.5960  2.23710517 93428
+0 ARIANE 2 DEB
+1 33566U 89006BJ  16016.54128644 -.00000165  00000-0 -56163-4 0  9993
+2 33566   7.7839 163.0933 7126754 322.7596  11.1684  2.27608136 76144
+0 ARIANE 2 DEB
+1 33568U 89006BL  16013.19314104 -.00000099  00000-0 -16642-3 0  9994
+2 33568   8.3164  50.3021 7196148 184.5297 160.8631  2.29164610 79611
+0 ARIANE 2 DEB
+1 33569U 89006BM  16016.49579921 -.00000056 +00000-0 +87706-3 0  9992
+2 33569 008.5891 202.3721 7106479 240.3942 017.3558 02.27659750026284
+0 ARIANE 2 DEB
+1 33570U 89006BN  16015.65199831 -.00000042  00000-0  16040-2 0  9996
+2 33570   7.7984 180.5472 7132112 288.6162  42.8282  2.26768810 81153
+0 ARIANE 2 DEB
+1 33572U 89006BQ  16009.97074993 -.00000165  00000-0  00000+0 0  9999
+2 33572   7.9365  12.3749 7037896 278.5223 294.8060  2.23350469 79859
+0 ARIANE 2 DEB
+1 33574U 89006BS  16015.23731392 -.00000092  00000-0  53323-3 0  9999
+2 33574   7.9399 153.5161 7129887 341.1095 345.1353  2.27853392 82766
+0 ARIANE 2 DEB
+1 33578U 89006BW  16017.50201997 -.00000010  00000-0 -20699-3 0  9999
+2 33578   8.0469  82.0675 7158696 122.3949 325.9636  2.29528609 77589
+0 ARIANE 2 DEB
+1 33579U 89006BX  16017.32022991  .00000107  00000-0  14986-1 0  9990
+2 33579  11.3617 333.5254 7078507 318.1280 226.1437  2.24650302109571
+0 ARIANE 2 DEB
+1 33580U 89006BY  16016.54224781 -.00000103  00000-0  75757-3 0  9998
+2 33580   8.5880 149.1418 7146761 343.9845   1.7673  2.27602554 87514
+0 ARIANE 2 DEB
+1 33581U 89006BZ  16012.10158897 -.00000235  00000-0 -17565-2 0  9990
+2 33581   8.2277 139.9884 7122728   6.0870 341.3181  2.28958588 82781
+0 ARIANE 2 DEB
+1 33582U 89006CA  16016.66530026 -.00000082 +00000-0 +00000-0 0  9997
+2 33582 007.0016 215.9447 5958576 267.7045 027.0975 02.03290584067483
+0 ARIANE 2 DEB
+1 33584U 89027E   16012.16192061  .00000608  00000-0  81708-3 0  9996
+2 33584   6.0407   0.7890 6156511 135.5353 294.7708  3.70683972218739
+0 ARIANE 44L DEB
+1 33588U 91003R   15364.23378078 -.00000137  00000-0  42771-3 0  9993
+2 33588   7.5723   0.9631 6849974 234.9984 124.0288  2.66586204110903
+0 ARIANE 44L DEB
+1 33590U 91003T   16017.26679810 -.00000287  00000-0 -47136-2 0  9999
+2 33590   7.6945  51.9741 6785253 130.6047 352.1669  2.66789375120623
+0 NOAA 19
+1 33591U 09005A   16017.52245185  .00000178  00000-0  12181-3 0  9994
+2 33591  99.0201 333.2223 0013084 288.1031  71.8714 14.12029164357734
+0 EXPRESS AM-44
+1 33595U 09007A   16017.35084934 -.00000098  00000-0  00000+0 0  9999
+2 33595   0.0256 208.6553 0000751 152.9005 229.9425  1.00271836 25417
+0 EXPRESS MD1
+1 33596U 09007B   16017.27432873 -.00000090  00000-0  00000+0 0  9992
+2 33596   1.9388  77.7513 0010000 238.2127 274.5479  0.99113086 25353
+0 BREEZE-M DEB (TANK)
+1 33597U 09007C   16016.63918997  .00000151  00000-0  25860-3 0  9990
+2 33597  44.2840 126.6385 7212340  66.1209 350.7956  2.29753540 57896
+0 BREEZE-M R/B
+1 33598U 09007D   16018.08464473 -.00000081  00000-0  00000+0 0  9995
+2 33598   5.7135  61.2063 0196376 333.0699 204.2594  0.97630106 25133
+0 FENGYUN 1C DEB
+1 33599U 99025DCG 16012.79869442  .00002780  00000-0  37715-3 0  9996
+2 33599  96.6059  22.2923 0316612 214.3700 143.6656 14.50342098432053
+0 FENGYUN 1C DEB
+1 33600U 99025DCH 16017.54080207  .00007329  00000-0  85503-3 0  9993
+2 33600  96.2793 230.2760 0297851 270.2432  86.4650 14.58400295425550
+0 FENGYUN 1C DEB
+1 33601U 99025DCJ 16018.13914939  .00000767  00000-0  50555-3 0  9996
+2 33601  98.3437  90.9650 0175955 263.5725 128.7484 13.97193397400875
+0 FENGYUN 1C DEB
+1 33603U 99025DCL 16017.60044600  .00000602  00000-0  70353-4 0  9995
+2 33603  98.7980 308.5790 0249321 227.5873 130.3999 14.70133191456251
+0 FENGYUN 1C DEB
+1 33605U 99025DCN 16015.98327756  .00000036  00000-0  50810-4 0  9999
+2 33605  99.0254  67.9546 0060791 121.1357 358.6896 14.03081717414767
+0 FENGYUN 1C DEB
+1 33606U 99025DCP 15354.35526818  .00734443  00000-0  30464-1 0  9992
+2 33606  95.7195 188.3879 0042458 353.2366   6.9473 15.20751093406586
+0 FENGYUN 1C DEB
+1 33612U 99025DCV 16017.85694124  .00000758  00000-0  57402-3 0  9995
+2 33612  98.6112 169.1156 0125936  75.8071 285.7044 13.93042694429845
+0 FENGYUN 1C DEB
+1 33613U 99025DCW 16017.35400758  .00001209  00000-0  66693-3 0  9993
+2 33613  98.9958  55.8002 0038548   0.3183  56.6644 14.13060556398506
+0 FENGYUN 1C DEB
+1 33614U 99025DCX 16017.18571389  .00012474  00000-0  17907-2 0  9993
+2 33614  96.5547 352.0836 0076440 221.1235 138.4202 14.74557022431510
+0 FENGYUN 1C DEB
+1 33617U 99025DDA 16016.58548324  .00009362  00000-0  37495-3 0  9999
+2 33617  98.0757  69.8425 0188047 176.7807 183.4682 15.10474596420725
+0 FENGYUN 1C DEB
+1 33618U 99025DDB 16017.10899974  .00001408  00000-0  33029-3 0  9991
+2 33618  98.5786 333.1993 0212783 270.8995  86.7823 14.43365181444372
+0 FENGYUN 1C DEB
+1 33619U 99025DDC 16017.03969890  .00001306  00000-0  83118-3 0  9990
+2 33619  99.1116  54.4978 0061104 105.8250 285.5946 14.04604315382641
+0 FENGYUN 1C DEB
+1 33621U 99025DDE 16017.07649844  .00000427  00000-0  16713-3 0  9991
+2 33621  98.2447 116.2779 0310272 332.6552  25.8577 14.11219250418277
+0 FENGYUN 1C DEB
+1 33622U 99025DDF 16017.32676528  .00001703  00000-0  91788-3 0  9992
+2 33622  99.0589  45.3270 0037059 330.3738  29.5334 14.13798190437474
+0 FENGYUN 1C DEB
+1 33624U 99025DDH 16017.44422584  .00011365  00000-0  16756-2 0  9994
+2 33624  98.2760  95.8726 0413119 170.0307 190.9401 14.30994481406586
+0 FENGYUN 1C DEB
+1 33625U 99025DDJ 16017.87696797  .00000893  00000-0  19289-3 0  9990
+2 33625  98.7882 356.2288 0307517 129.1543 233.7402 14.35453540423885
+0 FENGYUN 1C DEB
+1 33628U 99025DDM 16017.37128650  .00004669  00000-0  57777-3 0  9995
+2 33628  98.3258  80.6550 0176432 248.9615 172.9478 14.72826819423141
+0 FENGYUN 1C DEB
+1 33629U 99025DDN 16007.84887786  .00014196  00000-0  16306-2 0  9997
+2 33629  98.6314  36.2664 0138414 350.6410  12.8283 14.79218237407114
+0 FENGYUN 1C DEB
+1 33630U 99025DDP 16017.46031186  .00000356  00000-0  19391-3 0  9994
+2 33630  98.5078 257.9426 0143755  20.3172 340.3641 14.12797165400399
+0 FENGYUN 1C DEB
+1 33632U 99025DDR 16016.92598840 +.00003678 +00000-0 +10409-2 0  9991
+2 33632 099.0693 189.7703 0055753 177.0629 183.0898 14.45334592405531
+0 FENGYUN 1C DEB
+1 33636U 99025DDV 16006.91495521 +.00000518 +00000-0 +24536-3 0  9992
+2 33636 098.8140 036.2431 0075667 211.0107 272.0940 14.22409420184145
+0 FENGYUN 1C DEB
+1 33637U 99025DDW 16016.34412550 +.00001080 +00000-0 +49131-3 0  9995
+2 33637 098.8447 055.5485 0101221 237.9121 121.2197 14.21159599132980
+0 FENGYUN 1C DEB
+1 33639U 99025DDY 16017.33820345  .00001338  00000-0  65925-3 0  9997
+2 33639  98.9202  56.4962 0067000 299.0735  60.3741 14.18148063400782
+0 FENGYUN 1C DEB
+1 33640U 99025DDZ 16017.14069234  .00000463  00000-0  16252-3 0  9997
+2 33640  98.8410 142.6229 0104256  56.1230 304.9822 14.36802695404571
+0 FENGYUN 1C DEB
+1 33642U 99025DEB 16017.04124964  .00021816  00000-0  16381-2 0  9997
+2 33642  99.2883 319.6096 0154255  48.3261 313.1038 14.93572658420431
+0 FENGYUN 1C DEB
+1 33643U 99025DEC 16016.45023665 +.00004356 +00000-0 +54581-3 0  9993
+2 33643 099.1347 024.0523 0163694 028.3270 332.6716 14.73816544434913
+0 FENGYUN 1C DEB
+1 33645U 99025DEE 16017.79283308  .00003097  00000-0  74567-3 0  9992
+2 33645  99.5945 207.4139 0371386 333.4273  24.8276 14.19710033404010
+0 FENGYUN 1C DEB
+1 33646U 99025DEF 16015.57509409  .00001014  00000-0  78552-3 0  9995
+2 33646  98.5926 139.2352 0126034 119.6710 298.6587 13.91060430422605
+0 FENGYUN 1C DEB
+1 33647U 99025DEG 16015.54090270  .00000419  00000-0  36417-3 0  9996
+2 33647  98.2400 297.9334 0278358 253.7053 103.3320 13.74548727403505
+0 FENGYUN 1C DEB
+1 33648U 99025DEH 16016.28802102  .00000090  00000-0  74142-4 0  9997
+2 33648  98.9500  41.4296 0069526 338.0546  21.7651 14.10476468419041
+0 FENGYUN 1C DEB
+1 33649U 99025DEJ 16017.90623110  .00015451  00000-0  14235-2 0  9990
+2 33649  98.9372 264.4190 0046957 152.5702 207.8008 14.93973757439673
+0 FENGYUN 1C DEB
+1 33650U 99025DEK 16016.54500130 +.00000931 +00000-0 +83771-3 0  9996
+2 33650 099.1322 279.4426 0161772 073.3635 288.5211 13.80734218187909
+0 FENGYUN 1C DEB
+1 33651U 99025DEL 16014.21343845 +.00000194 +00000-0 +10861-3 0  9998
+2 33651 098.9669 006.4373 0119615 337.6768 021.9225 14.18372399129272
+0 FENGYUN 1C DEB
+1 33655U 99025DEQ 16016.21145913  .00002129  00000-0  51375-3 0  9995
+2 33655  98.8310 165.6856 0111960 275.7053  83.1383 14.50605993440878
+0 FENGYUN 1C DEB
+1 33656U 99025DER 16011.34164505 +.00000354 +00000-0 +18545-3 0  9993
+2 33656 098.8020 047.7903 0095536 042.7175 022.9796 14.18010306113123
+0 FENGYUN 1C DEB
+1 33658U 99025DET 16015.89956286  .00000565  00000-0  71413-3 0  9991
+2 33658  99.5624 256.9551 0315656 278.5550 142.2139 13.49197257400254
+0 FENGYUN 1C DEB
+1 33660U 99025DEV 16018.15613720  .00000171  00000-0  16468-3 0  9991
+2 33660  98.6107 152.3629 0111894 105.9562  18.3202 13.88794699413188
+0 FENGYUN 1C DEB
+1 33661U 99025DEW 16016.32197152  .00001000  00000-0  10358-2 0  9998
+2 33661  98.4159 322.6351 0247960  72.1503  77.2887 13.65020970391651
+0 FENGYUN 1C DEB
+1 33663U 99025DEY 16017.07215427  .00001871  00000-0  10761-2 0  9993
+2 33663  98.9538 324.6211 0169385 206.9355 213.3666 14.03502726425958
+0 FENGYUN 1C DEB
+1 33664U 99025DEZ 16017.19266923  .00000033  00000-0  44200-4 0  9990
+2 33664  98.8343 282.6402 0168040  74.3314 287.6320 14.00500678400669
+0 FENGYUN 1C DEB
+1 33665U 99025DFA 16017.86092660  .00001423  00000-0  42498-3 0  9990
+2 33665  98.7940 241.5414 0519044 317.3156  38.8753 13.87373833423966
+0 FENGYUN 1C DEB
+1 33666U 99025DFB 16017.21295230  .00004608  00000-0  98401-3 0  9991
+2 33666  98.8670 166.0024 0084915 290.4838 194.3498 14.57158600434437
+0 FENGYUN 1C DEB
+1 33668U 99025DFD 16016.36356612  .00004107  00000-0  52930-3 0  9991
+2 33668  99.0137 325.3589 0192387  42.0446 319.5340 14.69537568425888
+0 FENGYUN 1C DEB
+1 33673U 99025DFJ 16017.85156023  .00000409  00000-0  34518-3 0  9999
+2 33673  99.2495 334.5296 0110052 257.1486 129.4590 13.90972671396650
+0 FENGYUN 1C DEB
+1 33674U 99025DFK 16017.97859686  .00000842  00000-0  87603-3 0  9992
+2 33674  98.5823  37.8865 0230854 139.7075 222.1437 13.66816135389383
+0 FENGYUN 1C DEB
+1 33675U 99025DFL 16016.78438723 +.00002385 +00000-0 +79242-3 0  9990
+2 33675 099.1973 219.6577 0053566 241.2427 118.3371 14.37949140157670
+0 FENGYUN 1C DEB
+1 33676U 99025DFM 16016.96551064 +.00000374 +00000-0 +12381-3 0  9992
+2 33676 099.1003 188.2726 0212396 179.6821 334.5777 14.32373839134906
+0 FENGYUN 1C DEB
+1 33678U 99025DFP 16012.95388809  .00000757  00000-0  20630-3 0  9995
+2 33678  99.1099 188.1794 0239723  77.5213 285.2677 14.35034596439806
+0 FENGYUN 1C DEB
+1 33679U 99025DFQ 16016.76794297 +.00005632 +00000-0 +85311-3 0  9995
+2 33679 099.3568 310.1549 0339111 323.8768 062.4339 14.42588229415235
+0 FENGYUN 1C DEB
+1 33680U 99025DFR 16017.22631081  .00004435  00000-0  84126-3 0  9993
+2 33680  99.4550  25.4357 0080763 177.3189 243.8438 14.62786181454841
+0 FENGYUN 1C DEB
+1 33681U 99025DFS 16016.92876140 +.00000146 +00000-0 +13324-3 0  9994
+2 33681 099.2787 004.6510 0103867 208.2836 181.3649 13.96348329149447
+0 FENGYUN 1C DEB
+1 33682U 99025DFT 16015.38167158  .00001014  00000-0  59549-3 0  9990
+2 33682  99.4314 175.8121 0037202 113.2125 247.2969 14.10235343410244
+0 FENGYUN 1C DEB
+1 33683U 99025DFU 16016.14422879  .00003166  00000-0  10532-2 0  9998
+2 33683  98.3559 263.5206 0075298 332.3115  27.4071 14.36744676407995
+0 FENGYUN 1C DEB
+1 33684U 99025DFV 16016.59173635  .00004623  00000-0  60418-3 0  9999
+2 33684  99.0575 149.0938 0441533 235.8811 119.9744 14.30745541412807
+0 FENGYUN 1C DEB
+1 33686U 99025DFX 16017.21872706  .00004613  00000-0  93029-3 0  9999
+2 33686  98.8952 182.8157 0067698 328.4285  31.2859 14.60571229437143
+0 FENGYUN 1C DEB
+1 33687U 99025DFY 16016.57285699  .00001868  00000-0  22249-3 0  9992
+2 33687  98.9828 290.4745 0264001 101.4077 261.6900 14.63950386439934
+0 FENGYUN 1C DEB
+1 33688U 99025DFZ 16016.93728340 +.00001711 +00000-0 +84598-3 0  9990
+2 33688 099.4091 189.6956 0078223 101.0799 259.9182 14.17210399399953
+0 FENGYUN 1C DEB
+1 33689U 99025DGA 16017.11519769  .00001330  00000-0  53957-3 0  9997
+2 33689  99.5392 330.3115 0060268  76.1869 341.3878 14.28592647405745
+0 FENGYUN 1C DEB
+1 33690U 99025DGB 16015.60558646 +.00001341 +00000-0 +58757-3 0  9993
+2 33690 098.8216 064.2406 0052221 220.9608 292.1680 14.24676470414703
+0 FENGYUN 1C DEB
+1 33691U 99025DGC 16016.74021779 +.00001904 +00000-0 +12469-2 0  9996
+2 33691 098.9829 307.4092 0087553 081.0995 280.0070 14.01443011396143
+0 FENGYUN 1C DEB
+1 33692U 99025DGD 16017.31508282  .00009198  00000-0  21385-2 0  9990
+2 33692  99.1211 191.3877 0028688 180.4821 302.5170 14.54902626406131
+0 FENGYUN 1C DEB
+1 33693U 99025DGE 16013.23223013 +.00000800 +00000-0 +87360-3 0  9991
+2 33693 099.4120 280.8932 0240410 008.1463 142.1974 13.63802010387826
+0 FENGYUN 1C DEB
+1 33697U 99025DGJ 16017.36728124  .00000844  00000-0  58758-3 0  9993
+2 33697  99.1857  84.1591 0083590 210.8418 148.7821 13.99888975424701
+0 FENGYUN 1C DEB
+1 33698U 99025DGK 16018.11906937  .00000282  00000-0  79138-4 0  9990
+2 33698  99.6032 136.8076 0154407  60.6948 300.9570 14.48630520434788
+0 FENGYUN 1C DEB
+1 33699U 99025DGL 16017.03382036  .00011929  00000-0  37728-2 0  9996
+2 33699  98.6361 317.6694 0075939 340.9092  79.5869 14.38647512425670
+0 FENGYUN 1C DEB
+1 33700U 99025DGM 16017.66350091  .00005306  00000-0  74294-3 0  9996
+2 33700  99.1315 334.9215 0115156 257.4399 101.3906 14.73571141425980
+0 FENGYUN 1C DEB
+1 33701U 99025DGN 16017.34720154  .00000823  00000-0  62819-3 0  9992
+2 33701  98.6342 160.5334 0154514 110.7178 279.8953 13.90532310402483
+0 FENGYUN 1C DEB
+1 33706U 99025DGT 16018.16722808  .00002466  00000-0  64403-3 0  9992
+2 33706  98.9327 151.9754 0129905  57.2341 304.1289 14.45489915421261
+0 FENGYUN 1C DEB
+1 33707U 99025DGU 16016.73029001  .00002414  00000-0  43224-3 0  9990
+2 33707  99.0476 298.1795 0112203 211.9620 180.4703 14.63919221449567
+0 FENGYUN 1C DEB
+1 33708U 99025DGV 16017.11546906  .00004792  00000-0  78794-3 0  9993
+2 33708  99.4746  74.5352 0073031  49.7885 310.9676 14.69419263444170
+0 FENGYUN 1C DEB
+1 33709U 99025DGW 16016.53511737  .00017759  00000-0  19623-2 0  9995
+2 33709  99.0474 286.1365 0073932 296.1327  63.2291 14.85490964412057
+0 FENGYUN 1C DEB
+1 33710U 99025DGX 16015.37906986 +.00000705 +00000-0 +48028-3 0  9997
+2 33710 099.1291 085.1500 0060081 149.3317 211.1382 14.02437039168319
+0 FENGYUN 1C DEB
+1 33711U 99025DGY 16016.87793586 -.00000073 +00000-0 -19443-4 0  9994
+2 33711 099.2065 343.2241 0108157 186.9283 202.1360 13.95558657414069
+0 FENGYUN 1C DEB
+1 33713U 99025DHA 16018.02047726  .00002049  00000-0  31317-3 0  9999
+2 33713  99.0487 311.4848 0176783 236.4973 121.9228 14.65164562421047
+0 FENGYUN 1C DEB
+1 33714U 99025DHB 16017.04358172  .00002632  00000-0  91337-3 0  9997
+2 33714  99.9087 110.8324 0058873  95.4159 265.3742 14.35628152419847
+0 FENGYUN 1C DEB
+1 33716U 99025DHD 16017.12440302  .00000122  00000-0  61050-4 0  9997
+2 33716  98.9068 142.7365 0097187  92.8157 268.4153 14.30507487431921
+0 FENGYUN 1C DEB
+1 33718U 99025DHF 16009.30829176  .00000819  00000-0  60503-3 0  9994
+2 33718  99.7442 194.7320 0118391  18.5571 341.9852 13.95297129426760
+0 FENGYUN 1C DEB
+1 33719U 99025DHG 16016.98352873  .00000842  00000-0  46577-3 0  9993
+2 33719  99.0271  17.5203 0035551 297.7162  88.8657 14.13880843411114
+0 FENGYUN 1C DEB
+1 33720U 99025DHH 16014.35559410 +.00000573 +00000-0 +21793-3 0  9994
+2 33720 098.6034 071.6917 0092112 047.4492 014.8794 14.32326109414499
+0 FENGYUN 1C DEB
+1 33721U 99025DHJ 16017.32261093  .00001761  00000-0  32002-3 0  9997
+2 33721  98.8618 216.7360 0137261 115.0302 246.5220 14.61660866448163
+0 FENGYUN 1C DEB
+1 33722U 99025DHK 16017.05660455  .00000570  00000-0  28271-3 0  9993
+2 33722  98.9039  54.9356 0174545 157.1038 203.8038 14.13353583409902
+0 FENGYUN 1C DEB
+1 33723U 99025DHL 16016.79177292  .00000943  00000-0  66995-3 0  9995
+2 33723  99.2559   3.1332 0116401 197.1260 287.0942 13.96956492408569
+0 FENGYUN 1C DEB
+1 33724U 99025DHM 16016.91127612 +.00000370 +00000-0 +21398-3 0  9993
+2 33724 098.9255 041.6788 0030117 087.6591 031.4272 14.14790145427559
+0 FENGYUN 1C DEB
+1 33726U 99025DHP 16017.93867078  .00000314  00000-0  16997-3 0  9992
+2 33726  98.6428 273.4554 0202815 269.9859 149.9864 14.09297542410487
+0 FENGYUN 1C DEB
+1 33727U 99025DHQ 16018.00730510  .00005038  00000-0  12194-2 0  9994
+2 33727  99.7473  90.6725 0033133 327.2787  32.6351 14.53243012431363
+0 FENGYUN 1C DEB
+1 33728U 99025DHR 16017.69030300  .00002570  00000-0  31864-3 0  9993
+2 33728  99.0009 347.7214 0211071 345.1329 136.1110 14.69266925450966
+0 FENGYUN 1C DEB
+1 33730U 99025DHT 16014.21168584  .00001762  00000-0  63425-3 0  9997
+2 33730  99.0766 168.8870 0065559 241.4960 117.9611 14.33912450437236
+0 FENGYUN 1C DEB
+1 33731U 99025DHU 16016.31818159  .00001053  00000-0  89020-3 0  9993
+2 33731  99.2818 327.8636 0140896  25.4476 134.8856 13.85519060402905
+0 FENGYUN 1C DEB
+1 33733U 99025DHW 16015.87012140  .00001753  00000-0  11090-2 0  9999
+2 33733  99.1334 351.9328 0109550 204.2923 186.2177 14.02476579394590
+0 FENGYUN 1C DEB
+1 33734U 99025DHX 16015.08785159  .00001349  00000-0  66093-3 0  9995
+2 33734  98.9896  69.3560 0131433 221.7865 137.3214 14.15168178393486
+0 FENGYUN 1C DEB
+1 33735U 99025DHY 16016.01785801  .00002998  00000-0  13247-2 0  9997
+2 33735  99.0272  37.8797 0030031 259.5172 100.2621 14.23802586396088
+0 FENGYUN 1C DEB
+1 33736U 99025DHZ 16018.02215211  .00002864  00000-0  94014-3 0  9998
+2 33736  99.6982  43.8348 0042434  79.0750 281.5204 14.38746590400038
+0 FENGYUN 1C DEB
+1 33737U 99025DJA 16017.22655552  .00000509  00000-0  37838-3 0  9991
+2 33737  98.4472 109.9167 0138575 328.4148  57.9063 13.94673930382335
+0 FENGYUN 1C DEB
+1 33738U 99025DJB 16016.86873144  .00000752  00000-0  51246-3 0  9999
+2 33738  99.2886 354.2129 0197142 139.3912 253.8558 13.93994168387711
+0 FENGYUN 1C DEB
+1 33739U 99025DJC 16017.66901713  .00004138  00000-0  98391-3 0  9997
+2 33739  98.9900 186.8679 0064098 103.2890 320.3773 14.53203619399311
+0 FENGYUN 1C DEB
+1 33740U 99025DJD 16016.84181890  .00000117  00000-0  90642-4 0  9999
+2 33740  99.0104  32.9761 0000887 332.7878 152.0046 14.10912451391145
+0 FENGYUN 1C DEB
+1 33741U 99025DJE 16017.77020830  .00001082  00000-0  79746-3 0  9992
+2 33741  98.5690 135.1692 0149336  89.5715 272.2556 13.92237274372680
+0 FENGYUN 1C DEB
+1 33745U 99025DJJ 16015.30137651  .00001159  00000-0  69531-3 0  9999
+2 33745  98.9665 320.6568 0066190   1.9869 358.1550 14.07869722381265
+0 FENGYUN 1C DEB
+1 33746U 99025DJK 16017.14930073  .00210492  00000-0  63271-2 0  9999
+2 33746  99.0115 264.8086 0011921   8.5189 351.6249 15.33456261408490
+0 FENGYUN 1C DEB
+1 33747U 99025DJL 16017.52772360  .00000924  00000-0  62776-3 0  9992
+2 33747  99.2638  30.9185 0111249 155.3521 356.3656 13.99736621393599
+0 FENGYUN 1C DEB
+1 33748U 99025DJM 16016.85305527  .00000784  00000-0  38977-3 0  9995
+2 33748  98.9311  40.7206 0044041 255.7020 103.9262 14.19529672399360
+0 NSS 9
+1 33749U 09008A   16016.79968037  .00000063  00000-0  00000+0 0  9994
+2 33749   0.0379 300.4695 0002086 345.7853 300.3450  1.00269887 25413
+0 EUTE HOT BIRD 13D (HB10)
+1 33750U 09008B   16017.80106492  .00000077  00000-0  00000+0 0  9993
+2 33750   0.0296  43.4866 0004966 240.9515 133.5779  1.00273155 25465
+0 SPIRALE A
+1 33751U 09008C   16017.89292162  .00000321  00000-0  27154-3 0  9998
+2 33751   2.0840 311.4063 5579644 140.8917 277.2623  4.58509270 87142
+0 SPIRALE B
+1 33752U 09008D   16017.19326816  .00007079  00000-0  10567-2 0  9992
+2 33752   1.9285 263.7269 7014539 231.1974  42.5550  2.63589293 61025
+0 ARIANE 5 DEB (SYLDA)
+1 33753U 09008E   16017.24996212  .00010577  00000-0  30195-2 0  9998
+2 33753   1.8955 337.9603 6231656  71.6364 343.9856  3.68535270 71586
+0 ARIANE 5 R/B
+1 33754U 09008F   16017.10040159  .00002012  00000-0  73505-3 0  9992
+2 33754   2.3160 300.6809 7211881 153.4959 277.6764  2.36407075 58440
+0 COSMOS 2251 DEB
+1 33757U 93036E   16018.15981037  .00000014  00000-0  15037-4 0  9991
+2 33757  74.0366  80.8126 0016136 256.1543 138.3049 14.31939872362298
+0 COSMOS 2251 DEB
+1 33758U 93036F   16016.62054536 +.00000873 +00000-0 +30026-3 0  9994
+2 33758 074.0340 069.3387 0024413 296.9369 225.8358 14.37351299361995
+0 COSMOS 2251 DEB
+1 33759U 93036G   16018.20219924  .00001395  00000-0  39242-3 0  9994
+2 33759  74.0213  33.1030 0024413 285.0038 148.5925 14.46647053363787
+0 COSMOS 2251 DEB
+1 33760U 93036H   16017.19676841  .00000084  00000-0  39238-4 0  9998
+2 33760  74.0320  67.7774 0021746 322.3850  92.5107 14.34071798362614
+0 COSMOS 2251 DEB
+1 33761U 93036J   16017.54834263  .00000455  00000-0  16583-3 0  9991
+2 33761  74.0385  67.5544 0026965 312.9932 200.4682 14.35779341362688
+0 COSMOS 2251 DEB
+1 33762U 93036K   16016.61556374 +.00000023 +00000-0 +17824-4 0  9994
+2 33762 074.0419 078.4256 0016468 304.9285 212.3670 14.32875215362174
+0 COSMOS 2251 DEB
+1 33763U 93036L   16016.80288904  .00004780  00000-0  11445-2 0  9992
+2 33763  73.9417  13.1265 0023525 256.0001 167.7123 14.53653384363601
+0 COSMOS 2251 DEB
+1 33764U 93036M   16016.86519770  .00000313  00000-0  11963-3 0  9991
+2 33764  74.0353  72.9033 0025480 202.4429 273.2228 14.34580496362420
+0 COSMOS 2251 DEB
+1 33765U 93036N   16016.91340763 +.00002112 +00000-0 +39094-3 0  9996
+2 33765 074.0219 319.2899 0170230 238.0850 232.1495 14.57092800365870
+0 COSMOS 2251 DEB
+1 33766U 93036P   16016.82431810 +.00000554 +00000-0 +22744-3 0  9993
+2 33766 074.1887 168.9001 0070373 310.4751 049.0277 14.27994344360384
+0 COSMOS 2251 DEB
+1 33768U 93036R   16017.81788466  .00000163  00000-0  16624-3 0  9993
+2 33768  74.0710 277.5113 0377209 156.8956 268.1579 13.55581888342584
+0 COSMOS 2251 DEB
+1 33770U 93036T   16016.92469980 +.00002909 +00000-0 +70303-3 0  9998
+2 33770 074.0362 011.9083 0046069 276.9230 103.9352 14.52924067363623
+0 IRIDIUM 33 DEB
+1 33772U 97051K   16017.48771525  .00014421  00000-0  24568-2 0  9997
+2 33772  86.4162 151.8916 0032523 108.9417 295.4473 14.68598080363114
+0 IRIDIUM 33 DEB
+1 33773U 97051L   16017.81198798  .00000639  00000-0  20547-3 0  9990
+2 33773  86.4058 142.2118 0012419 156.4822 203.6946 14.37793297363307
+0 IRIDIUM 33 DEB
+1 33775U 97051N   16016.93129661  .00000517  00000-0  17666-3 0  9990
+2 33775  86.3717 138.7341 0016427 121.3946  17.5645 14.34337674362250
+0 IRIDIUM 33 DEB
+1 33776U 97051P   16016.94802348  .00000449  00000-0  15521-3 0  9994
+2 33776  86.4091 150.3345 0016437 127.4163  11.9706 14.33469570362188
+0 IRIDIUM 33 DEB
+1 33777U 97051Q   16016.99787495  .00000797  00000-0  24477-3 0  9991
+2 33777  86.3888 136.5713 0003532   0.7680 359.3524 14.40455680363369
+0 COSMOS 2251 DEB
+1 33779U 93036U   16017.52975380  .00000591  00000-0  19696-3 0  9993
+2 33779  74.0501  73.3117 0033445 295.3277 201.2157 14.39480587362574
+0 COSMOS 2251 DEB
+1 33782U 93036X   16016.64363634 +.00000440 +00000-0 +16547-3 0  9997
+2 33782 074.0356 078.4685 0024317 305.9224 210.3901 14.34297938361961
+0 COSMOS 2251 DEB
+1 33784U 93036Z   16016.96205251 +.00001801 +00000-0 +34781-3 0  9996
+2 33784 074.2064 318.1007 0058198 171.4457 258.8939 14.63103792367725
+0 COSMOS 2251 DEB
+1 33785U 93036AA  16017.55934844  .00001597  00000-0  51759-3 0  9996
+2 33785  73.8847  31.6618 0032849 356.9287 148.8901 14.39505816362404
+0 COSMOS 2251 DEB
+1 33789U 93036AE  16018.23883483  .00000219  00000-0  16907-3 0  9994
+2 33789  74.0655  76.7223 0250344 308.9078 114.3106 13.84938513349961
+0 COSMOS 2251 DEB
+1 33791U 93036AG  16017.78663494  .00000523  00000-0  20032-3 0  9996
+2 33791  74.1769 132.7241 0035783 261.5650 253.3666 14.32691709361632
+0 COSMOS 2251 DEB
+1 33792U 93036AH  16017.23179814  .00000408  00000-0  43309-3 0  9999
+2 33792  73.9037 333.8447 0442560 322.2326 144.9594 13.41703867338873
+0 COSMOS 2251 DEB
+1 33793U 93036AJ  16016.88272402 +.00000652 +00000-0 +30936-3 0  9990
+2 33793 073.9848 178.9447 0086750 061.6643 090.1319 14.19504793357931
+0 COSMOS 2251 DEB
+1 33795U 93036AL  16018.09506890  .00000882  00000-0  16862-3 0  9995
+2 33795  74.0458 254.4593 0080259 199.0601 313.6198 14.63473504368587
+0 COSMOS 2251 DEB
+1 33796U 93036AM  16017.77532627  .00007097  00000-0  17321-2 0  9992
+2 33796  74.0293 109.4451 0058048 300.4613  59.0822 14.51776428361394
+0 COSMOS 2251 DEB
+1 33797U 93036AN  16017.88987406  .00000712  00000-0  19286-3 0  9994
+2 33797  74.0515 344.1806 0076070 267.1910 122.1177 14.47898895365632
+0 COSMOS 2251 DEB
+1 33798U 93036AP  16017.82101804  .00000256  00000-0  82512-4 0  9995
+2 33798  74.0307   9.7294 0096834 296.2751 130.4791 14.41814511364543
+0 COSMOS 2251 DEB
+1 33799U 93036AQ  16017.82889510  .00002032  00000-0  59707-3 0  9996
+2 33799  74.0437  38.3269 0048286 297.0931 117.6262 14.43738013363773
+0 COSMOS 2251 DEB
+1 33804U 93036AV  16016.94199728 +.00003154 +00000-0 +46552-3 0  9990
+2 33804 074.0222 234.4213 0059452 188.6790 171.3361 14.74537215368918
+0 COSMOS 2251 DEB
+1 33805U 93036AW  16017.83067919  .00000421  00000-0  10881-3 0  9996
+2 33805  74.0347 301.5037 0068041 311.9981  47.5397 14.51882852366909
+0 COSMOS 2251 DEB
+1 33806U 93036AX  16017.36625036  .00002716  00000-0  51126-3 0  9991
+2 33806  74.0882 312.4678 0064030 205.7432 294.7787 14.63779524367039
+0 COSMOS 2251 DEB
+1 33811U 93036BC  16017.84277984  .00001604  00000-0  30658-3 0  9997
+2 33811  73.8522 201.3468 0071377 310.6985 153.9754 14.63227829368517
+0 COSMOS 2251 DEB
+1 33812U 93036BD  16017.71198706  .00009963  00000-0  75670-3 0  9997
+2 33812  74.0183 233.4806 0155873 132.0072 229.4508 14.93019441368926
+0 COSMOS 2251 DEB
+1 33813U 93036BE  16017.63954793  .00002285  00000-0  35214-3 0  9995
+2 33813  74.0473 213.3707 0098062 147.4176 278.1677 14.70834028369905
+0 COSMOS 2251 DEB
+1 33815U 93036BG  16017.73533856  .00002027  00000-0  70949-3 0  9999
+2 33815  73.9886 110.2895 0061134 310.6202 209.1528 14.34754068360893
+0 COSMOS 2251 DEB
+1 33816U 93036BH  16018.20370761  .00000241  00000-0  19889-3 0  9999
+2 33816  73.8977  85.3819 0275035  57.9088 304.8416 13.77717714348306
+0 COSMOS 2251 DEB
+1 33817U 93036BJ  16016.87941395 +.00001637 +00000-0 +29603-3 0  9993
+2 33817 074.0719 265.2289 0061655 219.6210 140.0446 14.66046265368422
+0 COSMOS 2251 DEB
+1 33818U 93036BK  16017.51372492  .00000968  00000-0  20029-3 0  9991
+2 33818  74.1037 295.0856 0075341 198.3910 214.9893 14.59959898367743
+0 COSMOS 2251 DEB
+1 33819U 93036BL  16017.87575939  .00000587  00000-0  25668-3 0  9993
+2 33819  74.1810 201.2554 0098768 347.7732 118.6028 14.23332846359534
+0 COSMOS 2251 DEB
+1 33821U 93036BN  16017.42480169  .00001558  00000-0  18613-3 0  9998
+2 33821  74.0551 144.8836 0130551  72.2381 347.0976 14.79203039372188
+0 COSMOS 2251 DEB
+1 33822U 93036BP  16017.62180647  .00000470  00000-0  28993-3 0  9993
+2 33822  74.0803 354.3037 0185434 197.4550 288.4371 13.99887757353225
+0 COSMOS 2251 DEB
+1 33823U 93036BQ  16017.53118205  .00000610  00000-0  40117-3 0  9993
+2 33823  73.8151 321.7666 0222165 348.2564 132.6585 13.92746958351921
+0 COSMOS 2251 DEB
+1 33824U 93036BR  16018.19305137  .00002127  00000-0  40046-3 0  9995
+2 33824  74.0252 289.2105 0095493 215.8374 305.3086 14.62344299367284
+0 COSMOS 2251 DEB
+1 33825U 93036BS  16017.81296058  .00001257  00000-0  33381-3 0  9992
+2 33825  73.9958   6.2032 0119062 116.6105 313.9889 14.45534933364393
+0 COSMOS 2251 DEB
+1 33826U 93036BT  16018.17434970  .00000340  00000-0  13843-3 0  9993
+2 33826  74.0639 163.7329 0121863  34.5587  19.9442 14.27174295359746
+0 COSMOS 2251 DEB
+1 33828U 93036BV  16017.23879619  .00000456  00000-0  16171-3 0  9999
+2 33828  74.0493  64.1817 0034215 313.7123 135.4507 14.36958928362927
+0 COSMOS 2251 DEB
+1 33830U 93036BX  16016.96341122 +.00001006 +00000-0 +22912-3 0  9996
+2 33830 074.0441 298.0779 0062181 261.3165 178.9714 14.56101024366559
+0 COSMOS 2251 DEB
+1 33832U 93036BZ  16017.19732300  .00001124  00000-0  37483-3 0  9996
+2 33832  74.0614  78.9258 0040854 302.0195 119.0857 14.38243931362542
+0 COSMOS 2251 DEB
+1 33834U 93036CB  16017.81215547  .00001958  00000-0  33760-3 0  9995
+2 33834  74.0742 252.0370 0066776 193.5846 287.7399 14.67783975368913
+0 COSMOS 2251 DEB
+1 33835U 93036CC  16017.16441334  .00000997  00000-0  28609-3 0  9997
+2 33835  74.0626  25.4647 0080720 283.7004 168.1382 14.44394030364316
+0 COSMOS 2251 DEB
+1 33836U 93036CD  16017.84128593  .00001553  00000-0  37972-3 0  9994
+2 33836  74.0088 316.3256 0037193 327.4120  62.9996 14.53038058366182
+0 COSMOS 2251 DEB
+1 33837U 93036CE  16017.04025804  .00000376  00000-0  11340-3 0  9991
+2 33837  74.0150 343.8771 0036755 358.4873   1.6167 14.45587927365243
+0 COSMOS 2251 DEB
+1 33838U 93036CF  16017.72504723  .00000464  00000-0  15048-3 0  9996
+2 33838  74.0396  25.3269 0031477 316.9065 159.8812 14.41394854364162
+0 COSMOS 2251 DEB
+1 33839U 93036CG  16016.66705932  .00000346  00000-0  77869-4 0  9993
+2 33839  74.0427 262.0036 0094853 217.9190 172.2748 14.57830770368144
+0 COSMOS 2251 DEB
+1 33841U 93036CJ  16017.15478917  .00000213  00000-0  84617-4 0  9993
+2 33841  74.0387  71.0596 0022868 315.2919 108.0716 14.34475539362586
+0 COSMOS 2251 DEB
+1 33842U 93036CK  16018.17289473  .00000336  00000-0  11927-3 0  9993
+2 33842  74.0352  49.5384 0051915 320.7874  98.0870 14.37472366363342
+0 COSMOS 2251 DEB
+1 33843U 93036CL  16017.82756088  .00004470  00000-0  84101-3 0  9993
+2 33843  73.9889  20.0485 0215722 315.7552  42.6531 14.51017609363662
+0 COSMOS 2251 DEB
+1 33844U 93036CM  16017.43506308  .00000376  00000-0  15937-3 0  9991
+2 33844  74.0688 131.5218 0053835 336.6333  90.9321 14.28084750360786
+0 COSMOS 2251 DEB
+1 33845U 93036CN  16017.74637998  .00012606  00000-0  22114-2 0  9999
+2 33845  74.0485  35.6604 0056423 266.5332 213.2389 14.66734679363872
+0 COSMOS 2251 DEB
+1 33848U 93036CR  16017.82462366  .00001096  00000-0  43086-3 0  9999
+2 33848  74.0372 126.7462 0056521 341.3965 161.9898 14.29582364360699
+0 IRIDIUM 33 DEB
+1 33849U 97051S   16017.48523792  .00004693  00000-0  14338-2 0  9997
+2 33849  86.1086  87.7304 0064825 319.7847  39.8565 14.40490787359053
+0 IRIDIUM 33 DEB
+1 33850U 97051T   16017.43623709  .00000497  00000-0  16727-3 0  9996
+2 33850  86.3482 130.6226 0013413 127.3450 276.0872 14.35059667362139
+0 IRIDIUM 33 DEB
+1 33853U 97051W   16017.49861895  .00000585  00000-0  36914-3 0  9993
+2 33853  86.0061 115.6501 0239272  42.2744  83.4771 13.89358899350362
+0 IRIDIUM 33 DEB
+1 33854U 97051X   16017.51049550  .00003364  00000-0  67827-3 0  9998
+2 33854  86.2278  72.8433 0016286 101.1333 358.2974 14.61140581365621
+0 IRIDIUM 33 DEB
+1 33855U 97051Y   16017.19287018  .00011792  00000-0  33757-2 0  9994
+2 33855  86.4006 187.8553 0074106 117.4260 243.4504 14.43330552354965
+0 IRIDIUM 33 DEB
+1 33858U 97051AB  16017.55431484  .00009956  00000-0  12715-2 0  9995
+2 33858  86.1403  42.8863 0028586   7.4035 112.4260 14.81040312366229
+0 IRIDIUM 33 DEB
+1 33859U 97051AC  16017.83935845  .00002039  00000-0  65623-3 0  9999
+2 33859  86.3478 136.2279 0046203 161.2619 320.6238 14.38263352361424
+0 IRIDIUM 33 DEB
+1 33860U 97051AD  16017.17260381  .00001198  00000-0  34960-3 0  9999
+2 33860  86.3970 136.1557 0016615 149.3632 286.1595 14.43262065363753
+0 IRIDIUM 33 DEB
+1 33862U 97051AF  16017.93688241  .00001322  00000-0  37119-3 0  9992
+2 33862  86.4194 140.5934 0050621 288.5516 211.1341 14.44556688364200
+0 IRIDIUM 33 DEB
+1 33864U 97051AH  16018.21981822  .00002021  00000-0  54611-3 0  9990
+2 33864  86.2798 102.2283 0006132   1.3669  54.2608 14.47388241363842
+0 IRIDIUM 33 DEB
+1 33865U 97051AJ  16017.48367618  .00005602  00000-0  11806-2 0  9996
+2 33865  86.3509 121.6758 0043054 101.4743  26.0601 14.58725043364214
+0 IRIDIUM 33 DEB
+1 33866U 97051AK  16017.92541743  .00001293  00000-0  63741-3 0  9997
+2 33866  86.3050 158.5901 0130411  80.3132  37.1170 14.12414890356407
+0 IRIDIUM 33 DEB
+1 33867U 97051AL  16017.77307803  .00002288  00000-0  53689-3 0  9993
+2 33867  86.4209 131.1963 0031349 151.6959 208.5959 14.53795442365701
+0 IRIDIUM 33 DEB
+1 33868U 97051AM  16018.24026318  .00035071  00000-0  23787-2 0  9997
+2 33868  86.3157  88.8655 0007775 169.0383 251.8285 15.06257004368217
+0 IRIDIUM 33 DEB
+1 33869U 97051AN  16017.49255795  .00005844  00000-0  19386-2 0  9992
+2 33869  86.3723 159.7947 0085831 262.1991  96.9455 14.35604177359426
+0 IRIDIUM 33 DEB
+1 33870U 97051AP  16017.87918155  .00000959  00000-0  33398-3 0  9994
+2 33870  86.3835 144.3455 0024853 150.0398 328.4289 14.34223852362012
+0 IRIDIUM 33 DEB
+1 33872U 97051AR  16017.45929637  .00025529  00000-0  20655-2 0  9998
+2 33872  86.3117  87.5085 0004889  51.0011  76.8926 14.99638806367964
+0 IRIDIUM 33 DEB
+1 33873U 97051AS  16017.84362303  .00002363  00000-0  55886-3 0  9999
+2 33873  86.3708 123.9636 0023731 135.0161 225.2974 14.53581505364709
+0 IRIDIUM 33 DEB
+1 33874U 97051AT  16017.49325442  .00002255  00000-0  85674-3 0  9992
+2 33874  86.2928 139.2884 0082081 309.0235 140.6131 14.28792492358963
+0 IRIDIUM 33 DEB
+1 33875U 97051AU  16018.12757252  .00003241  00000-0  58497-3 0  9991
+2 33875  86.4117 117.7858 0034202  53.4955  18.9232 14.65804190367418
+0 IRIDIUM 33 DEB
+1 33876U 97051AV  16017.67685580  .00011294  00000-0  18239-2 0  9991
+2 33876  86.2019  72.3755 0022526  61.3438  57.1727 14.71129710365080
+0 IRIDIUM 33 DEB
+1 33878U 97051AX  16017.50255067  .00006185  00000-0  20262-2 0  9990
+2 33878  86.3193 150.7470 0108476 304.3244 142.6777 14.35005106358736
+0 IRIDIUM 33 DEB
+1 33879U 97051AY  16017.42612082  .00006148  00000-0  11354-2 0  9997
+2 33879  86.3634 115.6552 0016134  93.0795 267.2264 14.65231091365448
+0 IRIDIUM 33 DEB
+1 33881U 97051BA  16016.95469612 +.00002408 +00000-0 +10269-2 0  9995
+2 33881 086.3851 172.8301 0088916 000.0666 122.7641 14.22639533357903
+0 IRIDIUM 33 DEB
+1 33882U 97051BB  16017.85274478  .00070255  00000-0  29585-2 0  9996
+2 33882  86.2916  69.5540 0014037 348.2458  11.8456 15.22979134369518
+0 IRIDIUM 33 DEB
+1 33884U 97051BD  16017.82026707  .00000865  00000-0  24327-3 0  9995
+2 33884  86.3849 131.6390 0008506 266.2035 217.2289 14.44809300363941
+0 IRIDIUM 33 DEB
+1 33886U 97051BF  16016.93884338  .00000268  00000-0  90543-4 0  9991
+2 33886  86.3876 143.6040 0015479 152.8428 346.3366 14.33060244362135
+0 IRIDIUM 33 DEB
+1 33887U 97051BG  16018.16937525  .00000180  00000-0  56629-4 0  9996
+2 33887  86.3076 116.2937 0007598 152.7030 282.8673 14.34774491362794
+0 IRIDIUM 33 DEB
+1 33888U 97051BH  16018.16688103  .00002722  00000-0  88784-3 0  9992
+2 33888  86.3261 135.8131 0058497 198.2529 161.6570 14.37376132360832
+0 COSMOS 2251 DEB
+1 33889U 93036CS  16017.29042973  .00009823  00000-0  92588-3 0  9990
+2 33889  74.1091 230.3707 0049740  98.2623  19.9303 14.92944561369559
+0 COSMOS 2251 DEB
+1 33890U 93036CT  16016.86247525  .00001867  00000-0  45100-3 0  9992
+2 33890  74.0214 332.7496 0050970 275.3673  84.1675 14.53084283365543
+0 COSMOS 2251 DEB
+1 33892U 93036CV  16017.53172112  .00000691  00000-0  33922-3 0  9991
+2 33892  73.8061 159.5498 0124196 110.1594 328.0900 14.15677892357071
+0 COSMOS 2251 DEB
+1 33893U 93036CW  16016.64459591 +.00005554 +00000-0 +10723-2 0  9998
+2 33893 074.0297 080.7888 0178232 336.4802 186.5554 14.53978029361524
+0 COSMOS 2251 DEB
+1 33894U 93036CX  16017.76195373  .00002038  00000-0  22572-2 0  9997
+2 33894  73.7716 130.6493 0600459 199.8891 157.7861 13.13546966331382
+0 COSMOS 2251 DEB
+1 33896U 93036CZ  16016.89286269  .00000552  00000-0  28922-3 0  9992
+2 33896  73.7749 181.6167 0148531 238.8133 275.9034 14.11251602356566
+0 COSMOS 2251 DEB
+1 33899U 93036DC  16016.48038877 +.00000969 +00000-0 +27396-3 0  9996
+2 33899 074.0589 018.5094 0080591 281.9654 236.6456 14.45176223364406
+0 COSMOS 2251 DEB
+1 33900U 93036DD  16016.86450207  .00000744  00000-0  20072-3 0  9991
+2 33900  74.0232 331.1286 0057782 289.2421 101.0354 14.48744348365731
+0 COSMOS 2251 DEB
+1 33901U 93036DE  16016.87796976 +.00002067 +00000-0 +44563-3 0  9990
+2 33901 073.7928 268.8269 0120856 344.1989 015.5412 14.54658402365589
+0 COSMOS 2251 DEB
+1 33903U 93036DG  16018.09510812  .00059967  00000-0  47024-2 0  9996
+2 33903  74.0168  16.9395 0025461 236.1263 123.7502 15.00393833364480
+0 COSMOS 2251 DEB
+1 33905U 93036DJ  16016.71391854 +.00000681 +00000-0 +28670-3 0  9994
+2 33905 073.8896 101.3574 0065367 358.1376 165.9730 14.26606810360110
+0 COSMOS 2251 DEB
+1 33906U 93036DK  16017.78443501  .00001492  00000-0  56582-3 0  9994
+2 33906  74.0404 130.1348 0057055 328.9037 151.3023 14.31101729360694
+0 COSMOS 2251 DEB
+1 33907U 93036DL  16018.23668053  .00001055  00000-0  56427-3 0  9990
+2 33907  74.0575 304.4517 0161751 161.1733 321.1644 14.07862340354838
+0 COSMOS 2251 DEB
+1 33908U 93036DM  16017.39224712  .00002252  00000-0  13702-2 0  9995
+2 33908  73.8491   9.6401 0270006 323.6180  34.6852 13.90266999350500
+0 COSMOS 2251 DEB
+1 33909U 93036DN  16017.23935300  .00013855  00000-0  24300-2 0  9998
+2 33909  74.0652 108.9098 0054097 283.4500 106.4234 14.66808363361658
+0 COSMOS 2251 DEB
+1 33911U 93036DQ  16016.92892300 +.00001371 +00000-0 +42439-3 0  9992
+2 33911 074.1037 071.9588 0028873 272.4283 144.1731 14.41938026362634
+0 COSMOS 2251 DEB
+1 33912U 93036DR  16017.52621868  .00000778  00000-0  26010-3 0  9996
+2 33912  74.0397  54.6760 0017702 295.7796 214.8874 14.39029137363184
+0 COSMOS 2251 DEB
+1 33913U 93036DS  16017.19217237  .00000567  00000-0  18778-3 0  9999
+2 33913  74.0367  45.0024 0056757 315.0858 120.6962 14.39328650363440
+0 COSMOS 2251 DEB
+1 33914U 93036DT  16018.00809649  .00000160  00000-0  14861-3 0  9993
+2 33914  74.0873 193.1523 0314758  51.4249  93.1500 13.68701214346046
+0 COSMOS 2251 DEB
+1 33915U 93036DU  16017.75822090  .00000497  00000-0  19521-3 0  9991
+2 33915  74.0460 126.5617 0117189  19.4443 100.6365 14.28119897360734
+0 COSMOS 2251 DEB
+1 33916U 93036DV  16017.52497120  .00000223  00000-0  20300-3 0  9993
+2 33916  74.0491 204.0806 0330884  95.2506 331.1227 13.65833813345251
+0 COSMOS 2251 DEB
+1 33917U 93036DW  16017.15216277  .00000991  00000-0  85222-3 0  9991
+2 33917  74.1021 247.0959 0353427 111.2084 252.7168 13.62629268344071
+0 COSMOS 2251 DEB
+1 33918U 93036DX  16017.89202718  .00003462  00000-0  58169-3 0  9994
+2 33918  74.0645 289.2370 0062962 196.5193 236.4200 14.68741411367596
+0 COSMOS 2251 DEB
+1 33919U 93036DY  16017.35992846  .00002654  00000-0  64587-3 0  9997
+2 33919  74.0544   1.1793 0037467 271.1100  88.5769 14.52870523365038
+0 COSMOS 2251 DEB
+1 33920U 93036DZ  16018.05841735  .00001244  00000-0  45034-3 0  9997
+2 33920  74.0705 117.3405 0057557 323.6724  36.0525 14.33574577361343
+0 COSMOS 2251 DEB
+1 33921U 93036EA  16017.28115251  .00009770  00000-0  15491-2 0  9994
+2 33921  73.9883 314.8553 0011961 259.3793 222.9370 14.72234327365995
+0 COSMOS 2251 DEB
+1 33922U 93036EB  16018.15063249  .00000592  00000-0  18783-3 0  9992
+2 33922  74.0502  25.4406 0027068 314.6771 116.2540 14.41971241364266
+0 COSMOS 2251 DEB
+1 33924U 93036ED  16017.23848992  .00000019  00000-0  42020-4 0  9994
+2 33924  73.9176 300.5678 0416163 276.3129 200.0755 13.46882996340390
+0 COSMOS 2251 DEB
+1 33928U 93036EH  16016.94868945 +.00000448 +00000-0 +14015-3 0  9993
+2 33928 073.9280 342.7300 0065562 343.0862 016.8107 14.42464788364368
+0 COSMOS 2251 DEB
+1 33929U 93036EJ  16016.95035554 +.00004145 +00000-0 +93491-3 0  9990
+2 33929 074.0355 009.2636 0004604 221.0088 167.5203 14.56637450364551
+0 COSMOS 2251 DEB
+1 33930U 93036EK  16016.84772314 +.00002889 +00000-0 +87103-3 0  9998
+2 33930 074.0328 072.3440 0033343 257.6235 222.9441 14.42644519362397
+0 COSMOS 2251 DEB
+1 33931U 93036EL  16017.46720764  .00003861  00000-0  66981-3 0  9992
+2 33931  74.0284  21.9390 0245035 291.9947  65.5342 14.50803108363861
+0 COSMOS 2251 DEB
+1 33932U 93036EM  16017.52470616  .00000451  00000-0  17554-3 0  9992
+2 33932  74.0365  93.8920 0042066 329.1493  30.7185 14.32210483361739
+0 COSMOS 2251 DEB
+1 33933U 93036EN  16016.76632362  .00000415  00000-0  16997-3 0  9996
+2 33933  74.0911 135.1490 0078166 348.6497  11.2885 14.28528917360772
+0 COSMOS 2251 DEB
+1 33934U 93036EP  16016.42569137 +.00000967 +00000-0 +29044-3 0  9998
+2 33934 074.0439 023.9158 0022877 316.7211 043.2148 14.43917525363898
+0 COSMOS 2251 DEB
+1 33935U 93036EQ  16017.87261215  .00002857  00000-0  61145-3 0  9993
+2 33935  74.0118 308.6375 0047901 262.6219  96.9500 14.58531063366399
+0 COSMOS 2251 DEB
+1 33936U 93036ER  16017.45190680  .00000915  00000-0  25921-3 0  9990
+2 33936  74.0236 353.1989 0037241 309.2059  50.5794 14.46616550364990
+0 COSMOS 2251 DEB
+1 33938U 93036ET  16017.53114928  .00000458  00000-0  15785-3 0  9991
+2 33938  74.0487  52.2720 0020622 309.2022 203.5054 14.38582876363223
+0 COSMOS 2251 DEB
+1 33939U 93036EU  16016.54990883  .00001785  00000-0  54494-3 0  9998
+2 33939  74.0276  58.1721 0026654 285.9703 231.4080 14.42432740362747
+0 COSMOS 2251 DEB
+1 33940U 93036EV  16016.76835738 +.00000952 +00000-0 +29983-3 0  9991
+2 33940 074.0471 044.4792 0020230 296.8308 186.2840 14.41649883363163
+0 COSMOS 2251 DEB
+1 33941U 93036EW  16016.99847188  .00015244  00000-0  10750-2 0  9990
+2 33941  73.9965 135.9527 0046854  94.1769 266.4777 15.04079231371828
+0 COSMOS 2251 DEB
+1 33942U 93036EX  16016.85031574 +.00000210 +00000-0 +83307-4 0  9997
+2 33942 074.0377 070.2573 0022720 316.5359 161.4172 14.34602335362217
+0 COSMOS 2251 DEB
+1 33944U 93036EZ  16016.90198012 +.00000300 +00000-0 +11095-3 0  9990
+2 33944 074.0419 087.3641 0121622 350.9424 124.3917 14.32699886361733
+0 COSMOS 2251 DEB
+1 33945U 93036FA  16017.53232516  .00000115  00000-0  51730-4 0  9994
+2 33945  74.0301  78.4797 0024445 317.0964  42.8280 14.32633746362095
+0 COSMOS 2251 DEB
+1 33948U 93036FD  16016.87154140 +.00000186 +00000-0 +77534-4 0  9997
+2 33948 074.0364 081.1878 0025467 316.4674 043.4466 14.32914858361777
+0 IRIDIUM 33 DEB
+1 33950U 97051BK  16018.11236029  .00004837  00000-0  11122-2 0  9993
+2 33950  86.3858 133.5056 0015620  49.2540   4.1627 14.55206535363896
+0 IRIDIUM 33 DEB
+1 33951U 97051BL  16017.42351266  .00042923  00000-0  39194-2 0  9995
+2 33951  86.4316 142.6373 0005813 299.8784  96.0904 14.94850071365147
+0 IRIDIUM 33 DEB
+1 33952U 97051BM  16016.73297034  .00003110  00000-0  75772-3 0  9999
+2 33952  86.3554 122.7894 0017264 118.8591 241.4350 14.52364847364096
+0 IRIDIUM 33 DEB
+1 33953U 97051BN  16017.84962407  .00001185  00000-0  38929-3 0  9999
+2 33953  86.3969 145.2995 0024646 150.3388 329.2384 14.37368175362480
+0 IRIDIUM 33 DEB
+1 33954U 97051BP  16017.81539678  .00005740  00000-0  14117-2 0  9990
+2 33954  86.3850 140.6387 0011022  84.5395  68.0054 14.52121808362944
+0 IRIDIUM 33 DEB
+1 33955U 97051BQ  16017.09548741  .00009978  00000-0  21813-2 0  9990
+2 33955  86.3681 142.7403 0042047 129.4752 231.0188 14.57129466362118
+0 IRIDIUM 33 DEB
+1 33956U 97051BR  16018.13454659  .00008185  00000-0  16007-2 0  9999
+2 33956  86.4226 149.3833 0012900 255.6942 158.3047 14.62720173363432
+0 IRIDIUM 33 DEB
+1 33959U 97051BU  16018.17098023  .00002286  00000-0  84251-3 0  9998
+2 33959  86.3586 157.8143 0085885 276.7736 138.4973 14.30161265359021
+0 IRIDIUM 33 DEB
+1 33960U 97051BV  16017.49498943  .00001435  00000-0  40577-3 0  9997
+2 33960  86.2756 100.5559 0000744 205.8564 245.4743 14.45000239363770
+0 IRIDIUM 33 DEB
+1 33961U 97051BW  16017.52072018  .00004965  00000-0  10613-2 0  9991
+2 33961  86.2720 100.5701 0032149 107.0011 253.4725 14.58320587363982
+0 IRIDIUM 33 DEB
+1 33962U 97051BX  16017.51081959  .00003429  00000-0  76700-3 0  9999
+2 33962  86.3549 122.7823 0010319 107.1600 344.8734 14.56449710364157
+0 IRIDIUM 33 DEB
+1 33964U 97051BZ  16017.99611387  .00021146  00000-0  20852-2 0  9999
+2 33964  86.3275  99.1134 0019108 142.0841 339.6702 14.91768724366929
+0 IRIDIUM 33 DEB
+1 33965U 97051CA  16017.83014102  .00002391  00000-0  63788-3 0  9992
+2 33965  86.3732 130.3495 0009818  88.5087  38.3321 14.48058809363722
+0 IRIDIUM 33 DEB
+1 33966U 97051CB  16017.85391376  .00000740  00000-0  22917-3 0  9991
+2 33966  86.3991 138.0478 0006401 280.1345 206.8466 14.39897473363368
+0 IRIDIUM 33 DEB
+1 33967U 97051CC  16017.14677424  .00005477  00000-0  12146-2 0  9999
+2 33967  86.3895 132.2738 0032042  71.9051 288.5642 14.56652785364231
+0 COSMOS 2251 DEB
+1 33971U 93036FE  16017.22455400  .00000249  00000-0  95685-4 0  9993
+2 33971  74.0264  63.5003 0020812 316.3926 106.2181 14.35329793361980
+0 COSMOS 2251 DEB
+1 33972U 93036FF  16017.04350775  .00001333  00000-0  59525-3 0  9990
+2 33972  73.9988 221.5446 0155414 135.3351  21.5235 14.17410426356625
+0 COSMOS 2251 DEB
+1 33973U 93036FG  16018.14844859  .00000178  00000-0  60778-4 0  9993
+2 33973  74.0095 354.9451 0048857 318.0619 142.2064 14.42881654364244
+0 COSMOS 2251 DEB
+1 33975U 93036FJ  16017.80936616  .00000270  00000-0  18244-3 0  9993
+2 33975  73.8045 289.8250 0198875 317.2515  41.3288 13.96315543353201
+0 COSMOS 2251 DEB
+1 33980U 93036FP  16018.11209139  .00000870  00000-0  25190-3 0  9991
+2 33980  74.0278 359.9167 0037943 306.5841 127.6068 14.45611868364553
+0 COSMOS 2251 DEB
+1 33981U 93036FQ  16016.74846367  .00005298  00000-0  66381-3 0  9995
+2 33981  73.8367 124.9647 0078028 226.0977 286.0984 14.80345528370783
+0 COSMOS 2251 DEB
+1 33982U 93036FR  16016.99463345  .00000637  00000-0  16126-3 0  9998
+2 33982  74.0756 329.7161 0090861 239.2883 194.2646 14.50611258366251
+0 COSMOS 2251 DEB
+1 33983U 93036FS  16017.18047044  .00000597  00000-0  18936-3 0  9991
+2 33983  74.0534  29.0944 0026100 314.7799 122.8307 14.42035056364150
+0 COSMOS 2251 DEB
+1 33984U 93036FT  16017.89118553  .00001244  00000-0  33436-3 0  9996
+2 33984  74.0172 337.8354 0031725 330.3269  50.9537 14.48867506365582
+0 COSMOS 2251 DEB
+1 33986U 93036FV  16017.39904345  .00000574  00000-0  21678-3 0  9995
+2 33986  74.0407  96.5550 0050128 334.0880 123.8625 14.32860421361755
+0 COSMOS 2251 DEB
+1 33989U 93036FY  16017.89132037  .00002167  00000-0  44088-3 0  9994
+2 33989  74.0233 288.7570 0042333 277.8420  81.7942 14.61155859367186
+0 COSMOS 2251 DEB
+1 33990U 93036FZ  16018.19988046 -.00000014  00000-0  98836-5 0  9991
+2 33990  73.9325 305.9629 0421228 277.8303 199.1635 13.46371113340380
+0 COSMOS 2251 DEB
+1 33992U 93036GB  16017.88621089  .00001019  00000-0  26188-3 0  9993
+2 33992  74.0302 332.6499 0073659 268.8109 151.5070 14.49945797365792
+0 COSMOS 2251 DEB
+1 33993U 93036GC  16017.87955760  .00003530  00000-0  74825-3 0  9990
+2 33993  74.0229 323.7947 0034467 268.2716 149.2162 14.59215670366060
+0 COSMOS 2251 DEB
+1 33994U 93036GD  16017.22090459  .00000099  00000-0  40098-4 0  9998
+2 33994  74.0438  30.5158 0024073 338.7159  98.8346 14.39478743363954
+0 COSMOS 2251 DEB
+1 33995U 93036GE  16016.58566350 +.00000743 +00000-0 +32509-3 0  9998
+2 33995 074.0657 171.7670 0071767 003.1174 357.0404 14.24111699359157
+0 COSMOS 2251 DEB
+1 33996U 93036GF  16017.49038664  .00007650  00000-0  19743-2 0  9990
+2 33996  74.1065 135.5356 0080775 285.6811  73.5448 14.48191392361004
+0 COSMOS 2251 DEB
+1 33999U 93036GJ  16018.18135257  .00001567  00000-0  38435-3 0  9997
+2 33999  73.9404 310.3272 0077597 297.6858  61.6443 14.51522410365711
+0 COSMOS 2251 DEB
+1 34000U 93036GK  16017.09905957  .00002532  00000-0  60875-3 0  9998
+2 34000  74.0462   2.5196 0029970 273.2362 205.3821 14.53620531364911
+0 COSMOS 2251 DEB
+1 34001U 93036GL  16017.55040662  .00000132  00000-0  56229-4 0  9996
+2 34001  74.0396  70.1760 0022211 315.6111 114.6475 14.34324165362615
+0 COSMOS 2251 DEB
+1 34003U 93036GN  16017.83554381  .00000802  00000-0  63054-3 0  9994
+2 34003  74.0800 174.5645 0306726  44.4824 318.0484 13.73456066346645
+0 COSMOS 2251 DEB
+1 34004U 93036GP  16016.76558619 +.00001184 +00000-0 +44571-3 0  9991
+2 34004 074.0404 114.7517 0044301 296.0464 232.2577 14.32054364360943
+0 COSMOS 2251 DEB
+1 34005U 93036GQ  16017.18643634  .00000110  00000-0  44643-4 0  9990
+2 34005  74.0457  40.8987 0021605 333.3804  94.0799 14.38287464363585
+0 COSMOS 2251 DEB
+1 34006U 93036GR  16016.61551880  .00001808  00000-0  56954-3 0  9991
+2 34006  74.0723  81.4498 0032489 275.7684 235.2702 14.40792065362445
+0 COSMOS 2251 DEB
+1 34007U 93036GS  16017.30780865  .00001010  00000-0  26563-3 0  9994
+2 34007  74.0260 336.3229 0062299 281.9721  77.4459 14.49307150365533
+0 COSMOS 2251 DEB
+1 34008U 93036GT  16017.53427262  .00000098  00000-0  46498-4 0  9994
+2 34008  74.0347  87.6044 0025343 241.7531 181.7240 14.31461553361940
+0 COSMOS 2251 DEB
+1 34009U 93036GU  16016.64408899 +.00000127 +00000-0 +57527-4 0  9999
+2 34009 074.0379 092.7177 0029431 319.6446 202.6178 14.31212654361648
+0 COSMOS 2251 DEB
+1 34010U 93036GV  16017.89177102  .00002345  00000-0  60455-3 0  9996
+2 34010  74.0270 353.7233 0031236 292.6096  89.0597 14.50333170365037
+0 COSMOS 2251 DEB
+1 34011U 93036GW  16017.08859452  .00000413  00000-0  16611-3 0  9992
+2 34011  74.0207 109.7595 0046826 333.7441  26.1335 14.30671133361030
+0 COSMOS 2251 DEB
+1 34012U 93036GX  16017.34233032  .00006616  00000-0  16959-2 0  9997
+2 34012  74.0299 113.8399 0063491 312.2967 111.4311 14.49286363361086
+0 COSMOS 2251 DEB
+1 34013U 93036GY  16017.25690184  .00005765  00000-0  10569-2 0  9998
+2 34013  74.0252 330.5776 0041029 247.0012 112.6827 14.65451721365766
+0 COSMOS 2251 DEB
+1 34014U 93036GZ  16018.19695860  .00001162  00000-0  28521-3 0  9994
+2 34014  74.0265 314.3684 0055041 273.7707 209.9114 14.52661165366351
+0 COSMOS 2251 DEB
+1 34015U 93036HA  16017.55143218  .00001500  00000-0  48058-3 0  9992
+2 34015  74.0325  59.8360 0035308 314.9315 156.0227 14.40064065362882
+0 COSMOS 2251 DEB
+1 34017U 93036HC  16018.07099669  .00014778  00000-0  22792-2 0  9999
+2 34017  74.0166  33.2032 0035255 246.1754 113.5722 14.72980837363768
+0 COSMOS 2251 DEB
+1 34018U 93036HD  16018.24100564  .00000188  00000-0  15970-3 0  9997
+2 34018  73.8789  77.5766 0271213  56.4500   9.7324 13.77869267348336
+0 COSMOS 2251 DEB
+1 34019U 93036HE  16017.51443661  .00000744  00000-0  32699-3 0  9990
+2 34019  73.9596 141.4417 0068969  33.7990  88.9907 14.23998087359435
+0 COSMOS 2251 DEB
+1 34020U 93036HF  16016.86952739 +.00003094 +00000-0 +57102-3 0  9997
+2 34020 074.0395 301.5782 0041850 239.5287 120.1746 14.65370762366703
+0 COSMOS 2251 DEB
+1 34021U 93036HG  16016.46278959 +.00000445 +00000-0 +14171-3 0  9995
+2 34021 074.0417 020.5882 0023323 334.3349 177.6679 14.42579120363912
+0 COSMOS 2251 DEB
+1 34022U 93036HH  16017.21770339  .00000192  00000-0  75751-4 0  9990
+2 34022  74.0553  68.0483 0024875 314.1234 108.7769 14.35486969362767
+0 COSMOS 2251 DEB
+1 34023U 93036HJ  16017.18166230  .00000268  00000-0  10217-3 0  9995
+2 34023  74.0282  64.2939 0021411 313.7243 100.9393 14.35494156362640
+0 COSMOS 2251 DEB
+1 34024U 93036HK  16017.87071907  .00000171  00000-0  72262-4 0  9990
+2 34024  74.0471  83.5390 0023547 304.6522 177.9083 14.32702710362215
+0 COSMOS 2251 DEB
+1 34026U 93036HM  16017.52810422  .00000508  00000-0  46811-3 0  9991
+2 34026  73.7673 187.8657 0364162 246.1073 181.9817 13.59197708343394
+0 COSMOS 2251 DEB
+1 34028U 93036HP  16017.42204498  .00000266  00000-0  32658-3 0  9997
+2 34028  73.8840 118.0981 0552824 139.6073 297.3804 13.18261204333338
+0 COSMOS 2251 DEB
+1 34029U 93036HQ  16017.72526273  .00006210  00000-0  66072-3 0  9991
+2 34029  73.9493 132.0537 0084594 128.1516 232.7326 14.86522275371682
+0 COSMOS 2251 DEB
+1 34030U 93036HR  16017.24086286  .00008678  00000-0  33620-3 0  9998
+2 34030  73.9584 298.8149 0117688 271.9486 211.6707 15.19979838377851
+0 COSMOS 2251 DEB
+1 34031U 93036HS  16017.83797424  .00001188  00000-0  37585-3 0  9990
+2 34031  74.0196  42.2673 0034471 309.9948 105.8923 14.40920743363324
+0 COSMOS 2251 DEB
+1 34032U 93036HT  16017.18300961  .00002550  00000-0  76217-3 0  9994
+2 34032  74.0357  76.0818 0058397 313.6938 108.5316 14.42474710362240
+0 COSMOS 2251 DEB
+1 34033U 93036HU  16017.42694490  .00002109  00000-0  66948-3 0  9995
+2 34033  74.0100  93.8777 0070301 251.1502 210.4836 14.39218319361448
+0 COSMOS 2251 DEB
+1 34035U 93036HW  16017.13093786  .00001137  00000-0  43216-3 0  9999
+2 34035  74.0729 134.9277 0061810 336.3242  79.0249 14.31064913360594
+0 COSMOS 2251 DEB
+1 34036U 93036HX  16018.03843897  .00002011  00000-0  64497-3 0  9992
+2 34036  74.0470  83.7292 0051774 310.7457 121.1737 14.39365288362161
+0 COSMOS 2251 DEB
+1 34037U 93036HY  16017.73184985  .00000511  00000-0  21397-3 0  9990
+2 34037  74.0538 133.2150 0060835 350.8332   9.1700 14.27585452360512
+0 COSMOS 2251 DEB
+1 34038U 93036HZ  16017.21523436  .00002888  00000-0  76997-3 0  9997
+2 34038  74.0670  56.0717 0038578 272.1852  87.4890 14.48472886363233
+0 COSMOS 2251 DEB
+1 34040U 93036JB  16018.03121850  .00000620  00000-0  54853-3 0  9994
+2 34040  73.9583 226.4473 0362898 175.4222 308.1984 13.60710487343577
+0 COSMOS 2251 DEB
+1 34042U 93036JD  16018.10902485  .00008340  00000-0  55277-3 0  9993
+2 34042  73.8670  36.9165 0073408  92.5080 268.4515 15.05188692373775
+0 COSMOS 2251 DEB
+1 34045U 93036JG  16016.87862593 +.00000068 +00000-0 +34634-4 0  9997
+2 34045 074.0391 079.7673 0027814 323.8945 153.2190 14.32713756362075
+0 COSMOS 2251 DEB
+1 34046U 93036JH  16017.04337189  .00000757  00000-0  29342-3 0  9990
+2 34046  74.0423 138.1907 0102419  23.5414  90.9269 14.28811184360275
+0 COSMOS 2251 DEB
+1 34050U 93036JM  16017.52930441  .00000489  00000-0  33388-3 0  9995
+2 34050  74.0917  50.4767 0231778 263.9371 249.8436 13.90311474351233
+0 COSMOS 2251 DEB
+1 34051U 93036JN  16017.10291391  .00002345  00000-0  39018-3 0  9993
+2 34051  73.9883 232.0833 0059392 231.8406 127.7405 14.69542798368666
+0 COSMOS 2251 DEB
+1 34053U 93036JQ  16018.20234849  .00000181  00000-0  19572-3 0  9991
+2 34053  73.8474 288.0441 0430685 317.8440  39.0266 13.45990382340232
+0 COSMOS 2251 DEB
+1 34054U 93036JR  16017.34710029  .00002166  00000-0  51557-3 0  9999
+2 34054  74.0414 344.0900 0036496 274.6153 206.3542 14.54042454365373
+0 COSMOS 2251 DEB
+1 34055U 93036JS  16016.45520418 +.00002717 +00000-0 +57911-3 0  9994
+2 34055 074.1157 011.7624 0096077 230.9315 251.8381 14.56581334364930
+0 COSMOS 2251 DEB
+1 34056U 93036JT  16018.24665185  .00001375  00000-0  76535-3 0  9997
+2 34056  74.0697 308.0671 0154072 148.9295   1.9544 14.06079620354612
+0 COSMOS 2251 DEB
+1 34057U 93036JU  16017.80600730  .00003514  00000-0  88273-3 0  9993
+2 34057  74.0241  10.4801 0033667 285.8370 139.2131 14.51324908364382
+0 COSMOS 2251 DEB
+1 34058U 93036JV  16017.16346703  .00000061  00000-0  78726-4 0  9997
+2 34058  73.9343 261.2580 0387139 220.6892 266.3265 13.53162019341914
+0 COSMOS 2251 DEB
+1 34059U 93036JW  16016.53172593  .00000800  00000-0  26522-3 0  9999
+2 34059  74.0440  56.0685 0024981 303.1587 173.4883 14.39313025362874
+0 COSMOS 2251 DEB
+1 34061U 93036JY  16017.26482025  .00000300  00000-0  11339-3 0  9992
+2 34061  74.0412  68.5411 0023406 312.7924 114.8922 14.35319673362484
+0 COSMOS 2251 DEB
+1 34062U 93036JZ  16017.55371186  .00001782  00000-0  50237-3 0  9995
+2 34062  74.0421  69.1700 0145322 328.9859 189.7553 14.40528733362432
+0 COSMOS 2251 DEB
+1 34064U 93036KB  16016.87393669 +.00000463 +00000-0 +17263-3 0  9998
+2 34064 074.0351 078.9038 0026690 306.8945 170.4153 14.34582172361910
+0 COSMOS 2251 DEB
+1 34065U 93036KC  16016.57138892  .00000158  00000-0  64057-4 0  9996
+2 34065  74.0364  61.7929 0017997 321.9113 190.5838 14.35494390362637
+0 COSMOS 2251 DEB
+1 34066U 93036KD  16017.49353002  .00005883  00000-0  12898-2 0  9995
+2 34066  73.9989 153.9969 0270100  88.5642 318.1721 14.37577949358703
+0 COSMOS 2251 DEB
+1 34069U 93036KG  16018.15168158  .00002548  00000-0  47512-3 0  9995
+2 34069  74.0177 281.0518 0043667 247.0389 112.6169 14.64963035367186
+0 COSMOS 2251 DEB
+1 34070U 93036KH  16016.80956168 +.00001722 +00000-0 +54032-3 0  9991
+2 34070 074.0129 058.0037 0043346 314.3275 165.2432 14.40802033362477
+0 IRIDIUM 33 DEB
+1 34071U 97051CE  16017.78806092  .00000740  00000-0  23528-3 0  9996
+2 34071  86.3521 127.2636 0009566 146.5741 213.6062 14.38599399362969
+0 IRIDIUM 33 DEB
+1 34075U 97051CJ  16017.47196914  .00050263  00000-0  40408-2 0  9991
+2 34075  86.4487 149.1335 0018320 352.4731  99.6635 14.99651998364768
+0 IRIDIUM 33 DEB
+1 34076U 97051CK  16017.27882547  .00006102  00000-0  88754-3 0  9994
+2 34076  86.3344  94.0831 0047753  37.7519 358.1360 14.74974358366769
+0 IRIDIUM 33 DEB
+1 34077U 97051CL  16018.11731804  .00001365  00000-0  44566-3 0  9997
+2 34077  86.3990 147.2137 0021184 115.7026   8.3908 14.37801305361562
+0 IRIDIUM 33 DEB
+1 34079U 97051CN  16018.17692321  .00002055  00000-0  56152-3 0  9996
+2 34079  86.3933 132.5362 0009565 236.7759 195.6065 14.46840730364386
+0 IRIDIUM 33 DEB
+1 34081U 97051CQ  16018.20780385  .00014345  00000-0  15239-2 0  9996
+2 34081  86.3031  86.1520 0038442  95.0021 324.6056 14.88368419367766
+0 IRIDIUM 33 DEB
+1 34082U 97051CR  16017.47290281  .00009066  00000-0  26096-2 0  9993
+2 34082  86.3743 183.7533 0149949  90.2200 322.9991 14.38251229356768
+0 IRIDIUM 33 DEB
+1 34086U 97051CV  16018.08744657  .00002382  00000-0  74935-3 0  9996
+2 34086  86.3908 149.4298 0031169 145.4016 269.2854 14.39799196361706
+0 IRIDIUM 33 DEB
+1 34088U 97051CX  16017.50080640  .00001969  00000-0  58427-3 0  9997
+2 34088  86.4062 143.3237 0011994 118.9261  10.9451 14.42817838363071
+0 IRIDIUM 33 DEB
+1 34090U 97051CZ  16017.02831787  .00010723  00000-0  15285-2 0  9995
+2 34090  86.4163 123.3332 0019484 124.1149 236.1922 14.76560530366930
+0 IRIDIUM 33 DEB
+1 34091U 97051DA  16017.17674641  .00002056  00000-0  79487-3 0  9991
+2 34091  86.3721 160.1142 0076020 293.1882 118.8386 14.28147967359156
+0 IRIDIUM 33 DEB
+1 34093U 97051DC  16017.41972822  .00009300  00000-0  10225-2 0  9995
+2 34093  86.2961  75.7919 0019378 331.1421 162.5059 14.87376952368562
+0 IRIDIUM 33 DEB
+1 34095U 97051DE  16017.39349331  .00007246  00000-0  18188-2 0  9990
+2 34095  86.3849 143.7255 0054580 133.6561 226.9189 14.50300658362252
+0 IRIDIUM 33 DEB
+1 34097U 97051DG  16018.08409992  .00001244  00000-0  56595-3 0  9996
+2 34097  86.2066 122.9776 0101917  27.1086  26.5483 14.18264496357750
+0 IRIDIUM 33 DEB
+1 34098U 97051DH  16017.15169001  .00005760  00000-0  97985-3 0  9993
+2 34098  86.1374  47.0979 0022970  68.6885 327.4382 14.68780555365790
+0 IRIDIUM 33 DEB
+1 34099U 97051DJ  16017.47089640  .00004699  00000-0  11036-2 0  9991
+2 34099  86.3689 130.4060 0012455  55.9060  33.8305 14.54240303363586
+0 IRIDIUM 33 DEB
+1 34101U 97051DL  16017.86247118  .00004080  00000-0  14458-2 0  9999
+2 34101  86.3806 178.7618 0120341  40.3913 320.6139 14.30329565357154
+0 IRIDIUM 33 DEB
+1 34102U 97051DM  16017.88379876  .00002789  00000-0  11829-2 0  9992
+2 34102  86.3830 185.3910 0117496  82.0656  36.6089 14.21398684356059
+0 IRIDIUM 33 DEB
+1 34103U 97051DN  16017.16816927  .00004560  00000-0  11617-2 0  9991
+2 34103  86.3483 128.8651 0014272 343.3979  88.8898 14.50394027362982
+0 IRIDIUM 33 DEB
+1 34104U 97051DP  16018.18946572  .00005541  00000-0  10614-2 0  9991
+2 34104  86.3447 109.3710 0017518 179.7853 247.2477 14.63562030365590
+0 IRIDIUM 33 DEB
+1 34105U 97051DQ  16018.19837382  .00017940  00000-0  25596-2 0  9992
+2 34105  86.3533 117.5627 0016742 219.7811 140.2182 14.76554704364982
+0 IRIDIUM 33 DEB
+1 34106U 97051DR  16017.22584206  .00002052  00000-0  53972-3 0  9998
+2 34106  86.3669 124.3621 0015901 253.6114 119.2919 14.48626929364052
+0 IRIDIUM 33 DEB
+1 34107U 97051DS  16017.83211409  .00002330  00000-0  59040-3 0  9999
+2 34107  86.3879 130.2244 0018594 262.0464 224.1981 14.50423447364166
+0 TELSTAR 11N
+1 34111U 09009A   16016.33125025 -.00000259  00000-0  00000+0 0  9999
+2 34111   0.0238  55.9060 0002999 230.2574 270.7395  1.00270360 25269
+0 SL-23 R/B
+1 34112U 09009B   16016.64494081 +.00000025 +00000-0 +00000-0 0  9996
+2 34112 034.4513 163.2520 6854162 206.7889 318.9211 02.20448535055451
+0 COSMOS 2251 DEB
+1 34114U 93036KK  16017.52737659  .00001528  00000-0  61459-3 0  9997
+2 34114  74.0685 168.3818 0075195 357.3627  67.4285 14.27419601359633
+0 COSMOS 2251 DEB
+1 34115U 93036KL  16018.19664138  .00001214  00000-0  28902-3 0  9991
+2 34115  74.0198 305.1104 0046369 301.9056  57.7599 14.54313664366713
+0 COSMOS 2251 DEB
+1 34116U 93036KM  16018.22890477  .00000736  00000-0  24329-3 0  9990
+2 34116  74.0463  51.1182 0018346 297.2214 132.1393 14.39632107363457
+0 COSMOS 2251 DEB
+1 34117U 93036KN  16016.93934748 +.00000576 +00000-0 +22436-3 0  9996
+2 34117 074.0431 112.0870 0066252 351.5455 008.4573 14.30789495362980
+0 COSMOS 2251 DEB
+1 34118U 93036KP  16016.95737329 +.00002127 +00000-0 +48690-3 0  9999
+2 34118 073.9718 333.6653 0129377 288.8645 135.7484 14.51283320364131
+0 COSMOS 2251 DEB
+1 34119U 93036KQ  16017.61344203  .00003107  00000-0  89265-3 0  9991
+2 34119  74.0494  74.8813 0039237 277.4283 206.9121 14.44827889361620
+0 COSMOS 2251 DEB
+1 34120U 93036KR  16017.36519020  .00000162  00000-0  11807-3 0  9991
+2 34120  73.9950 341.1975 0189333 236.7968 279.8521 13.95886603354918
+0 COSMOS 2251 DEB
+1 34121U 93036KS  16017.68126825  .00000761  00000-0  56447-3 0  9998
+2 34121  73.9993  98.2002 0263142 358.1396 114.3098 13.81680392350855
+0 COSMOS 2251 DEB
+1 34122U 93036KT  16017.54143527  .00001082  00000-0  30968-3 0  9999
+2 34122  74.0451  41.4953 0113444 126.8078 357.9887 14.42524950363577
+0 COSMOS 2251 DEB
+1 34123U 93036KU  16017.14339575  .00002946  00000-0  78349-3 0  9991
+2 34123  74.0307  37.7705 0022671 264.6916 167.5320 14.48865793363570
+0 COSMOS 2251 DEB
+1 34124U 93036KV  16018.11508190  .00003300  00000-0  81147-3 0  9996
+2 34124  74.0312  23.6671 0027008 263.5752 168.8680 14.52472098364030
+0 COSMOS 2251 DEB
+1 34126U 93036KX  16017.84316280  .00001477  00000-0  26401-3 0  9999
+2 34126  74.0039 240.9598 0063625 247.6321 244.3735 14.66595954368600
+0 COSMOS 2251 DEB
+1 34127U 93036KY  16017.22206825  .00001961  00000-0  99013-3 0  9992
+2 34127  74.1912 301.8584 0138822  58.1111  90.8788 14.11978086355719
+0 COSMOS 2251 DEB
+1 34128U 93036KZ  16017.15218344  .00002193  00000-0  55440-3 0  9998
+2 34128  74.0182 351.8123 0077118 279.9393 182.6951 14.49827186364646
+0 COSMOS 2251 DEB
+1 34129U 93036LA  16017.42262559  .00001526  00000-0  39148-3 0  9992
+2 34129  74.0487 350.2817 0054595 272.4968  86.9943 14.50305130364939
+0 COSMOS 2251 DEB
+1 34130U 93036LB  16017.51023165  .00003205  00000-0  67880-3 0  9992
+2 34130  74.0339 322.4685 0029541 271.8927  87.8855 14.59394027366129
+0 COSMOS 2251 DEB
+1 34131U 93036LC  16016.89173822 +.00003851 +00000-0 +87521-3 0  9990
+2 34131 074.1231 036.1376 0011948 230.5003 198.7939 14.56273796364216
+0 COSMOS 2251 DEB
+1 34134U 93036LF  16018.18433499  .00060555  00000-0  22889-2 0  9995
+2 34134  73.9286 111.2896 0015028 120.9274 239.3406 15.26579222371932
+0 COSMOS 2251 DEB
+1 34136U 93036LH  16017.51279859  .00001145  00000-0  19799-3 0  9998
+2 34136  74.0217 210.0728 0111207 169.8766 224.2440 14.65655776369283
+0 COSMOS 2251 DEB
+1 34139U 93036LL  16017.22077115  .00001117  00000-0  39324-3 0  9995
+2 34139  74.0385 100.7614 0064376 339.1070  50.8679 14.34878382360852
+0 COSMOS 2251 DEB
+1 34141U 93036LN  16017.48645814  .00001273  00000-0  52191-3 0  9993
+2 34141  74.0176 153.8381 0073376  14.9598  50.1549 14.26687855359183
+0 COSMOS 2251 DEB
+1 34142U 93036LP  16017.47114661  .00001635  00000-0  30689-3 0  9994
+2 34142  73.9945 261.1885 0052258 250.2761 164.7960 14.64748396367459
+0 IRIDIUM 33 DEB
+1 34143U 97051DW  16017.82753946  .00005096  00000-0  11529-2 0  9996
+2 34143  86.3942 135.3581 0009897  67.4775  47.7012 14.56007886363507
+0 IRIDIUM 33 DEB
+1 34145U 97051DY  16017.46740277  .00001011  00000-0  39783-3 0  9997
+2 34145  86.2210 110.9761 0064590 285.2926  74.1132 14.27177997359213
+0 IRIDIUM 33 DEB
+1 34146U 97051DZ  16017.50960376  .00001010  00000-0  34525-3 0  9995
+2 34146  86.2924 117.5675 0039246 187.3970 267.9287 14.34946801361216
+0 IRIDIUM 33 DEB
+1 34147U 97051EA  16018.15247323  .00019923  00000-0  37974-2 0  9990
+2 34147  86.4493 169.9825 0063889 173.4106 186.7962 14.62604512361988
+0 IRIDIUM 33 DEB
+1 34148U 97051EB  16017.83455939  .00019945  00000-0  26201-2 0  9994
+2 34148  86.3972 129.8101 0012342 150.3164 209.8760 14.80097277365440
+0 IRIDIUM 33 DEB
+1 34150U 97051ED  16017.88609992  .00010388  00000-0  26660-2 0  9993
+2 34150  86.4909 182.9176 0071555 212.2529 308.9053 14.48636910361449
+0 IRIDIUM 33 DEB
+1 34155U 97051EJ  16017.19911183  .00007778  00000-0  18096-2 0  9993
+2 34155  86.4772 168.2792 0045031 110.6458 300.6867 14.54152885362427
+0 IRIDIUM 33 DEB
+1 34156U 97051EK  16017.23150334  .00070147  00000-0  44028-2 0  9996
+2 34156  86.2832 100.7997 0016678 182.7010 229.1088 15.08869535364980
+0 IRIDIUM 33 DEB
+1 34157U 97051EL  16018.23292468  .04832882  00000-0  19809-1 0  9997
+2 34157  86.3391 109.5444 0021246 331.3669  28.6439 15.82106508366851
+0 IRIDIUM 33 DEB
+1 34159U 97051EN  16017.07524741  .00000523  00000-0  18596-3 0  9991
+2 34159  86.3567 137.6486 0031311 192.6355 228.6877 14.32229200361201
+0 IRIDIUM 33 DEB
+1 34160U 97051EP  16017.51498454  .00003064  00000-0  76507-3 0  9992
+2 34160  86.4127 152.5592 0028248 139.3878 309.1517 14.51046192361735
+0 TITAN 3C TRANSTAGE DEB
+1 34165U 65108CY  16011.53287094 -.00000441  00000-0 -16269-2 0  9993
+2 34165  26.8181  49.8230 6448401 164.4318 232.7902  3.21491914133698
+0 TITAN 3C TRANSTAGE DEB
+1 34167U 65108DA  16016.96624094  .00000560  00000-0  30154-2 0  9991
+2 34167  26.4465 255.4634 6419099 125.7304 311.9838  3.22553597130849
+0 TITAN 3C TRANSTAGE DEB
+1 34170U 65108DD  16016.60506953 -.00000660  00000-0 -84624-2 0  9993
+2 34170  26.2373 146.9949 6311524  47.6152   8.7747  3.27834961131617
+0 TITAN 3C TRANSTAGE DEB
+1 34173U 65108DG  16017.42147690 -.00000126  00000-0 -39258-2 0  9996
+2 34173  27.1155  91.2470 6707844  96.8455 359.1531  2.68244408105031
+0 COSMOS 1818 COOLANT
+1 34176U 87011G   16017.58154025  .00000232  00000-0  11971-3 0  9992
+2 34176  65.0159  91.4701 0020963 276.7485 150.8839 14.33495534383032
+0 ARIANE 44L+ DEB
+1 34178U 92021U   16016.45825612 -.00000135  00000-0  16021-2 0  9996
+2 34178   3.2095 217.6159 7054581  84.9690 268.5034  2.24485305 82462
+0 ARIANE 44L+ DEB
+1 34179U 92021V   16017.32610520 -.00000144  00000-0  18474-4 0  9990
+2 34179   3.4804 246.7496 7027234  21.1459 125.7418  2.24279311 63873
+0 ARIANE 44L+ DEB
+1 34180U 92021W   16016.53384376 -.00000150  00000-0  00000+0 0  9999
+2 34180   4.9141  37.9314 6928725  42.1818  67.5358  2.22451833101474
+0 ARIANE 44L DEB
+1 34181U 92041K   16017.11251595  .00001098  00000-0  35186-2 0  9990
+2 34181   6.2132 126.8591 7021423 333.4181   3.4201  2.51958017 92185
+0 ARIANE 42P+ DEB
+1 34184U 92072Q   16016.93816482 +.00006557 +00000-0 +11870-2 0  9997
+2 34184 006.9455 245.3043 6662290 048.0758 352.0926 03.10088583154008
+0 ARIANE 42P+ DEB
+1 34185U 92072R   16016.22022937 +.00001908 +00000-0 +64871-2 0  9998
+2 34185 007.8139 000.3686 7103199 289.3858 010.6270 02.41139536008454
+0 ARIANE 42P+ DEB
+1 34186U 92072S   16016.87626032 +.00002168 +00000-0 +35957-2 0  9998
+2 34186 006.9036 262.0576 6895904 029.3721 355.9620 02.70178423132090
+0 ARIANE 42P+ DEB
+1 34188U 92072U   16017.57427550  .15684993 -23288-4  17429-1 0  9991
+2 34188  13.0734 144.5554 0508183 189.7199 169.2893 15.11387393203353
+0 ARIANE 42P+ DEB
+1 34189U 92072V   16016.54589330 -.00000146  00000-0 -43441-3 0  9998
+2 34189   5.7707  15.5797 6504711  92.8480  20.2335  2.90568083110808
+0 ARIANE 42P+ DEB
+1 34190U 92072W   16016.23923186 +.00000145 +00000-0 +18077-2 0  9990
+2 34190 007.0728 097.8983 6555337 292.3186 013.0035 02.97194319019278
+0 ARIANE 42P+ DEB
+1 34191U 92072X   16016.21185355 -.00000075 +00000-0 +17343-2 0  9995
+2 34191 007.9272 014.8914 6517264 080.6651 003.2019 02.91967391110577
+0 ARIANE 42P+ DEB
+1 34192U 92072Y   16016.57500752  .00000225  00000-0  77283-3 0  9993
+2 34192   7.7060 190.6526 6559134  73.0793 345.4962  3.11300614131032
+0 ARIANE 42P+ DEB
+1 34193U 92072Z   16015.28806294 +.00001292 +00000-0 +23554-2 0  9997
+2 34193 008.6471 086.0462 6547553 257.2229 027.1237 03.14252472035840
+0 ARIANE 42P+ DEB
+1 34195U 92072AB  16016.64425491 -.00000019  00000-0 -17338-3 0  9998
+2 34195   5.3025 162.2883 6555833 200.2635 306.5395  2.94623182103936
+0 ARIANE 42P+ DEB
+1 34196U 92072AC  16016.38159105 -.00000043 +00000-0 +14641-2 0  9995
+2 34196 007.4937 151.6634 6467630 181.3260 040.9356 02.90579461037015
+0 ARIANE 42P+ DEB
+1 34197U 92072AD  16016.72289550  .00001429  00000-0  16178-2 0  9997
+2 34197  13.2011 253.6634 5967453   8.7041 358.2894  3.98013447251873
+0 ARIANE 42P+ DEB
+1 34198U 92072AE  16016.66150240 +.00001524 +00000-0 +15626-1 0  9996
+2 34198 009.0474 062.6935 6547117 319.8839 267.5612 03.00571351174101
+0 ARIANE 42P+ DEB
+1 34199U 92072AF  16016.92183727 -.00000037 +00000-0 +35641-2 0  9991
+2 34199 006.4124 203.2076 6459905 107.5791 014.6141 02.90409982031120
+0 CBERS 1 DEB
+1 34204U 99057RF  16016.90672505 +.00018707 +00000-0 +20430-2 0  9995
+2 34204 098.2350 003.9550 0002578 217.6627 142.4408 14.87937150139008
+0 CBERS 1 DEB
+1 34207U 99057RJ  16016.44715114  .00007869  00000-0  12577-2 0  9991
+2 34207  98.3257  13.6488 0016517 308.4581  51.5142 14.72025577420296
+0 CBERS 1 DEB
+1 34208U 99057RK  16017.73611180  .00010660  00000-0  15055-2 0  9990
+2 34208  98.2887   2.2712 0004570 237.5162 122.5606 14.77353826422564
+0 CBERS 1 DEB
+1 34209U 99057RL  16017.15384417  .00006081  00000-0  11584-2 0  9992
+2 34209  98.2906 351.9306 0005781 288.4814  71.5760 14.64398769429128
+0 CZ-4 DEB
+1 34211U 99057RN  16017.14461803  .00001781  00000-0  38009-3 0  9993
+2 34211  98.3676 352.2580 0077080 276.3816  82.8608 14.58354070677304
+0 CBERS 1 DEB
+1 34213U 99057RQ  16017.79524457  .00006614  00000-0  11126-2 0  9991
+2 34213  98.2677   2.6556 0009081 170.0368 309.9215 14.69898984443793
+0 CBERS 1 DEB
+1 34214U 99057RR  16016.77984938  .00015670  00000-0  16610-2 0  9998
+2 34214  98.2453  20.9280 0009712  92.6334 267.5994 14.89162027435648
+0 CBERS 1 DEB
+1 34215U 99057RS  16017.83369147  .00004088  00000-0  93635-3 0  9990
+2 34215  98.3220 339.9318 0006824 336.0186  24.0693 14.56132486422118
+0 CBERS 1 DEB
+1 34217U 99057RU  16014.79670457  .00016058  00000-0  22691-2 0  9996
+2 34217  98.2175 325.2711 0016811 286.0044  73.9314 14.77133765436232
+0 PSLV DEB
+1 34220U 01049PQ  15357.22596365  .00003417  00000-0  13459-3 0  9994
+2 34220  98.1773 348.9789 0008434  86.5561 273.6640 15.26385840629193
+0 PSLV DEB
+1 34221U 01049PR  16016.56981285 +.00001101 +00000-0 +88439-4 0  9993
+2 34221 098.5275 244.1551 0076810 132.6956 228.0768 15.00273168742689
+0 CZ-4B DEB
+1 34223U 02024H   16015.75444600  .00000332  00000-0  23001-3 0  9992
+2 34223  99.0799 346.3143 0133328  66.9768 294.5395 14.01532457679118
+0 BREEZE-M DEB
+1 34224U 06006AP  16016.38893276  .00000122  00000-0  64457-3 0  9991
+2 34224  52.1514  96.9065 5007673  30.2455 351.0418  5.26065622148264
+0 BREEZE-M DEB
+1 34226U 06006AR  16012.22159071  .00000515  00000-0  53633-3 0  9990
+2 34226  51.6909 333.3409 5035669 182.1987 174.4265  5.39817299150372
+0 BREEZE-M DEB
+1 34227U 06006AS  16016.20285455  .00000064  00000-0  41536-3 0  9997
+2 34227  52.0031  24.8197 4932515 103.6700 352.4950  5.37743916150928
+0 BREEZE-M DEB
+1 34229U 06006AU  16017.33291638  .00004600  00000-0  25173-2 0  9992
+2 34229  51.3680  89.6091 4576874  41.5239 345.5095  6.20090228159413
+0 BREEZE-M DEB
+1 34230U 06006AV  16017.00941315  .00000407  00000-0  48132-3 0  9994
+2 34230  51.7881   5.2902 5078566 147.5596 257.6448  5.31195167150208
+0 BREEZE-M DEB
+1 34233U 06006AY  16015.25869753  .00001471  00000-0  30450-2 0  9992
+2 34233  52.1808  41.5804 4882468  70.4657 334.8698  5.53218712149382
+0 BREEZE-M DEB
+1 34235U 06006BA  16017.26821895  .00000408  00000-0  51962-3 0  9993
+2 34235  51.7250 358.0396 5047709 161.5437 226.9454  5.34923488149295
+0 BREEZE-M DEB
+1 34238U 06006BD  16015.38619038 +.00000723 +00000-0 +93265-3 0  9993
+2 34238 051.5781 099.0090 5117983 097.5935 320.8516 05.22599191038647
+0 BREEZE-M DEB
+1 34239U 06006BE  16016.90063755 +.00000916 +00000-0 +46558-2 0  9998
+2 34239 050.4078 218.0475 2224009 231.0941 106.9862 09.65919328269813
+0 BREEZE-M DEB
+1 34241U 06006BG  16017.20448942 -.00000207  00000-0 -45224-3 0  9995
+2 34241  51.8060  18.2008 4957699 134.8772 344.6423  5.35423445160699
+0 BREEZE-M DEB
+1 34243U 06006BJ  16016.41788847  .00000253  00000-0  33764-3 0  9995
+2 34243  51.6568  27.7151 5092252 146.4379 259.9823  5.27686747155888
+0 BREEZE-M DEB
+1 34247U 06006BN  16017.37892619  .00000535  00000-0  12730-2 0  9990
+2 34247  52.1407  36.1543 4973060  76.8833   9.5909  5.38756797156536
+0 BREEZE-M DEB
+1 34248U 06006BP  16017.13133851  .00004241  00000-0  14872-2 0  9998
+2 34248  51.6721 205.3211 4919625 272.9367  34.1422  5.68242373162837
+0 BREEZE-M DEB
+1 34250U 06006BR  16016.48509581 +.00000175 +00000-0 +29168-3 0  9992
+2 34250 051.7014 054.1518 5100826 118.4856 301.7941 05.24225739154861
+0 BREEZE-M DEB
+1 34252U 06006BT  16017.41393098  .00000056  00000-0  10467-3 0  9992
+2 34252  51.6535  38.0925 5121402 138.1470 275.1960  5.22828515153736
+0 BREEZE-M DEB
+1 34259U 06006CA  16017.86063471 -.00000049  00000-0  00000+0 0  9998
+2 34259  50.9761 320.2495 4811802  19.1142 354.0323  5.08310096184274
+0 BREEZE-M DEB
+1 34260U 06006CB  16017.38003077 -.00000931  00000-0 -52950-2 0  9998
+2 34260  51.9595  86.0090 4883685  62.4615 338.5594  5.34019131155173
+0 BREEZE-M DEB
+1 34261U 06006CC  16012.72742310  .00019359  00000-0  15563-1 0  9992
+2 34261  52.1778 173.6011 4583958 233.3247  75.3397  6.13570126152882
+0 BREEZE-M DEB
+1 34263U 06006CE  16017.94672699  .00004077  00000-0  26971-2 0  9992
+2 34263  51.6305 253.2076 4838972 243.8743  59.2356  5.74609193154854
+0 RADUGA-1 8
+1 34264U 09010A   16016.27078185 -.00000223  00000-0  00000+0 0  9998
+2 34264   4.7301  73.6279 0009033 288.5453 138.0616  0.99820284 25183
+0 SL-12 R/B(2)
+1 34265U 09010B   16016.40966193 +.00000098 +00000-0 +00000-0 0  9999
+2 34265 004.7326 073.9061 0004007 174.7103 238.1791 01.00001528025144
+0 COSMOS 2251 DEB
+1 34270U 93036LQ  16016.83579158 +.00001253 +00000-0 +31521-3 0  9993
+2 34270 074.0185 318.0806 0064310 277.1798 082.2054 14.51104291364972
+0 COSMOS 2251 DEB
+1 34271U 93036LR  16016.68153503  .00001801  00000-0  60745-3 0  9998
+2 34271  74.0346  89.2433 0043355 309.1924 216.4487 14.37188795360206
+0 COSMOS 2251 DEB
+1 34273U 93036LT  16017.44234904  .00001034  00000-0  30602-3 0  9997
+2 34273  74.0432  19.2561 0021999 312.0797 198.6053 14.44521824362710
+0 COSMOS 2251 DEB
+1 34274U 93036LU  16017.06400159  .00001199  00000-0  35470-3 0  9993
+2 34274  74.0133  18.5054 0033633 310.6655 104.9047 14.44233583362976
+0 COSMOS 2251 DEB
+1 34275U 93036LV  16017.83402308  .00002666  00000-0  75896-3 0  9993
+2 34275  74.0346  43.9034 0022500 278.9651 136.3420 14.45638023362261
+0 COSMOS 2251 DEB
+1 34276U 93036LW  16017.42122956  .00000972  00000-0  28963-3 0  9998
+2 34276  74.0276  11.1115 0029628 316.9101 193.9135 14.44164684362822
+0 COSMOS 2251 DEB
+1 34277U 93036LX  16017.81893551  .00009606  00000-0  11735-2 0  9999
+2 34277  73.6965 156.7913 0039466  49.9943 310.4685 14.82834691368346
+0 COSMOS 2251 DEB
+1 34292U 93036MN  16017.76899992  .00002972  00000-0  44657-3 0  9994
+2 34292  74.0605 230.7293 0072283 160.4721 199.9248 14.73222111368589
+0 COSMOS 2251 DEB
+1 34293U 93036MP  16017.50417422  .00009372  00000-0  98621-3 0  9992
+2 34293  73.9669 177.3746 0087227 255.3492 159.5321 14.86699581369252
+0 COSMOS 2251 DEB
+1 34294U 93036MQ  16016.71671262  .00018798  00000-0  15704-2 0  9991
+2 34294  73.9420 229.3464 0072376 181.6743 222.9229 14.96437595367629
+0 COSMOS 2251 DEB
+1 34295U 93036MR  16017.88433078  .00003766  00000-0  72476-3 0  9991
+2 34295  74.0204 299.6210 0083766   3.2685  62.8536 14.61711591366163
+0 COSMOS 2251 DEB
+1 34296U 93036MS  16017.52228249  .00045830  00000-0  17000-2 0  9994
+2 34296  74.0313 203.6840 0075613  77.4338 283.5305 15.24674750369286
+0 COSMOS 2251 DEB
+1 34297U 93036MT  16017.85496679  .00000132  00000-0  56011-4 0  9998
+2 34297  74.0488  68.9278 0018921 311.5159 163.2496 14.34537685362091
+0 COSMOS 2251 DEB
+1 34298U 93036MU  16018.15824059  .00003522  00000-0  86805-3 0  9999
+2 34298  74.0570  34.7575 0046356 270.5788  89.0061 14.51907908363362
+0 COSMOS 2251 DEB
+1 34299U 93036MV  16017.17204959  .00003196  00000-0  63283-3 0  9994
+2 34299  74.0268  52.2592 0236877 322.6111  35.8761 14.46440595362294
+0 COSMOS 2251 DEB
+1 34300U 93036MW  16017.21984869  .00002380  00000-0  61634-3 0  9999
+2 34300  74.0229  66.4558 0152462 336.7287  22.7013 14.43680075361751
+0 COSMOS 2251 DEB
+1 34301U 93036MX  16016.65151155  .00001543  00000-0  51644-3 0  9991
+2 34301  74.0261  88.0233 0040742 307.4519 205.1142 14.37751611361183
+0 COSMOS 2251 DEB
+1 34302U 93036MY  16016.53947880 +.00000748 +00000-0 +29651-3 0  9996
+2 34302 074.1854 172.6993 0090853 323.8912 103.9772 14.28266303359677
+0 COSMOS 2251 DEB
+1 34303U 93036MZ  16017.74767679  .00000824  00000-0  26145-3 0  9997
+2 34303  74.0153 113.4612 0186922  32.4833 125.3122 14.32111702360214
+0 COSMOS 2251 DEB
+1 34304U 93036NA  16017.52815442  .00001006  00000-0  41272-3 0  9997
+2 34304  74.0182 182.3857 0156902  89.9740 333.5361 14.21837189357667
+0 COSMOS 2251 DEB
+1 34307U 93036ND  16017.90042030  .00000236  00000-0  24546-3 0  9996
+2 34307  74.0598 321.7813 0407630 214.6366 205.6395 13.49326406340392
+0 COSMOS 2251 DEB
+1 34308U 93036NE  16017.28871126  .00004448  00000-0  82541-3 0  9992
+2 34308  73.9984 288.2874 0057765 242.7193 256.5212 14.64462482365971
+0 COSMOS 2251 DEB
+1 34313U 93036NK  16017.78770241  .00002378  00000-0  63015-3 0  9994
+2 34313  74.0028   6.7177 0059676 297.6076  61.9031 14.48259930363440
+0 COSMOS 2251 DEB
+1 34314U 93036NL  16017.80500329  .00000853  00000-0  45287-3 0  9993
+2 34314  74.0117 238.0158 0114904  92.6007  32.0897 14.11708594355751
+0 COSMOS 2251 DEB
+1 34315U 93036NM  16017.04070038  .00006628  00000-0  68127-3 0  9993
+2 34315  74.1099 219.7599 0059946  92.6416  63.6038 14.89184032370197
+0 COSMOS 2251 DEB
+1 34316U 93036NN  16017.43268259  .00001897  00000-0  48715-3 0  9995
+2 34316  74.0821   4.9136 0020368 329.8169 154.2542 14.50812303365050
+0 COSMOS 2251 DEB
+1 34317U 93036NP  16017.51132767  .00000221  00000-0  21269-3 0  9994
+2 34317  73.9248 203.7694 0345427 158.8748 238.5217 13.61452503343930
+0 COSMOS 2251 DEB
+1 34319U 93036NR  16017.18342543  .00003227  00000-0  82518-3 0  9997
+2 34319  74.0352  39.0696 0033540 274.5973 159.0347 14.50520279363127
+0 COSMOS 2251 DEB
+1 34321U 93036NT  16016.45726824 +.00000665 +00000-0 +21618-3 0  9994
+2 34321 074.0317 035.9541 0019045 322.3585 153.7008 14.40671835362971
+0 COSMOS 2251 DEB
+1 34323U 93036NV  16018.22911612  .00001552  00000-0  47593-3 0  9990
+2 34323  73.9688  59.6745 0115290 213.9945 223.4869 14.38804530361915
+0 COSMOS 2251 DEB
+1 34325U 93036NX  16017.00146029  .00001679  00000-0  10812-2 0  9992
+2 34325  73.8770 353.7642 0223144 330.9270  82.5975 13.92393482350807
+0 COSMOS 2251 DEB
+1 34327U 93036NZ  16018.15611325  .00001113  00000-0  24715-3 0  9998
+2 34327  74.0095 284.8913 0055985 271.0877 205.4671 14.57354285366638
+0 COSMOS 2251 DEB
+1 34330U 93036PC  16016.93047247 +.00002973 +00000-0 +75330-3 0  9996
+2 34330 074.0397 007.3813 0019790 286.2727 099.4687 14.51206769363968
+0 COSMOS 2251 DEB
+1 34331U 93036PD  16018.20033515  .00002776  00000-0  77950-3 0  9993
+2 34331  74.0331  62.4997 0053750 195.3728 251.8822 14.45595015362431
+0 COSMOS 2251 DEB
+1 34333U 93036PF  16017.66478797  .00012973  00000-0  12106-2 0  9990
+2 34333  74.0429 225.1917 0043960 138.3627 282.6202 14.93495170368926
+0 COSMOS 2251 DEB
+1 34337U 93036PK  16017.31143389  .00003692  00000-0  31465-3 0  9990
+2 34337  73.9844  98.6674 0110829  53.4128   7.9666 14.93453787372323
+0 COSMOS 2251 DEB
+1 34339U 93036PM  16017.50467456  .00098219  00000-0  33658-2 0  9991
+2 34339  73.9929 200.7303 0038527  96.0674 264.4921 15.29020344369427
+0 COSMOS 2251 DEB
+1 34340U 93036PN  16017.53211456  .00000482  00000-0  39218-3 0  9997
+2 34340  74.0772 177.3975 0308675  40.2611  19.1831 13.72249134345893
+0 COSMOS 2251 DEB
+1 34342U 93036PQ  16017.19093505  .00002091  00000-0  37318-3 0  9991
+2 34342  74.1805 313.0095 0114473 258.5363 237.9173 14.63449962367709
+0 COSMOS 2251 DEB
+1 34343U 93036PR  16016.75084640  .00001300  00000-0  39058-3 0  9998
+2 34343  74.0293  35.1381 0028022 133.5764 344.3434 14.43462858363493
+0 COSMOS 2251 DEB
+1 34344U 93036PS  16017.33390328  .00000895  00000-0  52960-3 0  9992
+2 34344  73.9876 326.7714 0182832 219.7487 305.6228 14.01174857352871
+0 COSMOS 2251 DEB
+1 34346U 93036PU  16018.17681525  .00000673  00000-0  45244-3 0  9990
+2 34346  74.0025  35.3882 0233209 281.6469 150.4105 13.90308367350569
+0 IRIDIUM 33 DEB
+1 34350U 97051ES  16017.82629955  .00000486  00000-0  15048-3 0  9997
+2 34350  86.3325 118.6698 0023425 166.4177 321.1591 14.39033801362219
+0 IRIDIUM 33 DEB
+1 34351U 97051ET  16017.48015127  .00004085  00000-0  88706-3 0  9990
+2 34351  86.4269 139.3147 0041213  81.5355 279.0521 14.57339062364020
+0 IRIDIUM 33 DEB
+1 34354U 97051EW  16018.19603232  .00008380  00000-0  14398-2 0  9999
+2 34354  86.2151  82.6947 0030841 324.7858  35.1317 14.68246217363635
+0 IRIDIUM 33 DEB
+1 34358U 97051FA  16017.78292714  .00002997  00000-0  80956-3 0  9998
+2 34358  86.3307 120.6451 0005940  27.6526 131.7145 14.47554839362730
+0 IRIDIUM 33 DEB
+1 34359U 97051FB  16017.22871174  .00007188  00000-0  13188-2 0  9990
+2 34359  86.3601 118.3567 0040046 235.8951 154.7409 14.65104019364204
+0 IRIDIUM 33 DEB
+1 34361U 97051FD  16017.81788197  .00012909  00000-0  20579-2 0  9999
+2 34361  86.3601 131.4249 0021703  41.9855 318.3020 14.71707411362542
+0 IRIDIUM 33 DEB
+1 34363U 97051FF  16017.86034227  .00007777  00000-0  21367-2 0  9997
+2 34363  86.3549 141.3552 0051809 190.3864 298.1640 14.46113466360444
+0 IRIDIUM 33 DEB
+1 34366U 97051FJ  16017.48457516  .00001165  00000-0  39685-3 0  9996
+2 34366  86.3804 143.7274 0028580 171.7685 277.8507 14.35493326361353
+0 IRIDIUM 33 DEB
+1 34367U 97051FK  16017.87921494  .00006085  00000-0  14778-2 0  9992
+2 34367  86.4199 151.7028 0031153 116.4813   6.9515 14.52449044362210
+0 IRIDIUM 33 DEB
+1 34368U 97051FL  16017.44611192  .00008376  00000-0  23590-2 0  9994
+2 34368  86.3913 162.4545 0072664 243.1146 174.6179 14.44172003359131
+0 IRIDIUM 33 DEB
+1 34374U 97051FS  16018.08944182  .00138360  00000-0  65988-2 0  9994
+2 34374  86.4575 150.2215 0015264 283.7161 130.3298 15.18382987365417
+0 IRIDIUM 33 DEB
+1 34375U 97051FT  16017.53917535  .00000401  00000-0  19412-3 0  9992
+2 34375  86.4328 192.2111 0109568  35.2620  26.4144 14.12921008356833
+0 IRIDIUM 33 DEB
+1 34376U 97051FU  16017.46413682  .00001774  00000-0  62205-3 0  9991
+2 34376  86.3163 130.3617 0040923 196.0067 163.9839 14.34087504361050
+0 IRIDIUM 33 DEB
+1 34378U 97051FW  16018.15879723  .00006423  00000-0  18476-2 0  9998
+2 34378  86.3554 152.0386 0066239 231.0104 254.6938 14.43396662359468
+0 DELTA 2 R/B(1)
+1 34382U 09011C   16016.67019067 +.00000030 +00000-0 +25523-2 0  9993
+2 34382 028.5482 216.9296 2287530 282.4284 104.1217 07.34292216184211
+0 COSMOS 2251 DEB
+1 34383U 93036PY  16016.88832547 +.00001930 +00000-0 +49826-3 0  9996
+2 34383 074.0417 356.9854 0021145 302.4513 081.1486 14.50541857363300
+0 COSMOS 2251 DEB
+1 34386U 93036QB  16017.16001060  .00002503  00000-0  67937-3 0  9999
+2 34386  74.0313  34.6785 0021068 271.2483 157.6831 14.47989959361906
+0 COSMOS 2251 DEB
+1 34387U 93036QC  16017.23551807  .00000324  00000-0  11443-3 0  9997
+2 34387  74.0422  49.2138 0043134 317.9917 116.0701 14.38128945361501
+0 COSMOS 2251 DEB
+1 34388U 93036QD  16017.24130751  .00000706  00000-0  24462-3 0  9999
+2 34388  74.0441  67.0905 0019625 287.0175 161.1380 14.37395395360781
+0 COSMOS 2251 DEB
+1 34389U 93036QE  16017.52106201  .00000412  00000-0  15222-3 0  9992
+2 34389  74.0214  65.8366 0033176 325.2949 145.4721 14.35292963360585
+0 COSMOS 2251 DEB
+1 34390U 93036QF  16017.15712457  .00001870  00000-0  43296-3 0  9990
+2 34390  74.0945 356.8324 0080228 234.2706 252.7906 14.53883233363446
+0 COSMOS 2251 DEB
+1 34393U 93036QJ  16017.48441009  .00040531  00000-0  23263-2 0  9999
+2 34393  73.9693 159.0701 0019782 151.5232 277.0676 15.12183204368830
+0 COSMOS 2251 DEB
+1 34395U 93036QL  16017.14495130  .00003223  00000-0  80872-3 0  9995
+2 34395  74.0448  33.8203 0017334 243.6716 180.4070 14.51662343361307
+0 COSMOS 2251 DEB
+1 34396U 93036QM  16017.55111182  .00001400  00000-0  43563-3 0  9994
+2 34396  74.0419  55.3393 0022682 279.0049 232.0279 14.41757332360428
+0 COSMOS 2251 DEB
+1 34397U 93036QN  16017.11074075  .00004572  00000-0  57729-3 0  9998
+2 34397  73.8543 127.5503 0081598 230.3061 193.4681 14.79876982368186
+0 COSMOS 2251 DEB
+1 34398U 93036QP  16018.19990213  .00004027  00000-0  53804-3 0  9994
+2 34398  73.9871 283.5714 0137841 221.3364 263.0066 14.73441222365758
+0 COSMOS 2251 DEB
+1 34400U 93036QR  16018.08126598  .00001469  00000-0  27943-3 0  9995
+2 34400  74.0059 255.0152 0071108 225.2868 134.2496 14.63493568366911
+0 COSMOS 2251 DEB
+1 34401U 93036QS  16016.91992355 +.00002433 +00000-0 +58893-3 0  9998
+2 34401 074.0511 001.3530 0073106 265.1239 122.4490 14.51972157364758
+0 COSMOS 2251 DEB
+1 34409U 93036RA  16017.84612712  .00000247  00000-0  63621-4 0  9992
+2 34409  74.0664 296.5121 0087962 229.4235 196.3273 14.53323903366508
+0 COSMOS 2251 DEB
+1 34410U 93036RB  16017.21131056  .00001476  00000-0  29431-3 0  9997
+2 34410  73.7652 195.9965 0068815 330.3475 142.6276 14.61549699367010
+0 COSMOS 2251 DEB
+1 34411U 93036RC  16016.60559700 +.00004311 +00000-0 +58630-3 0  9994
+2 34411 074.0372 240.2469 0092536 275.0763 114.4359 14.76153951367117
+0 COSMOS 2251 DEB
+1 34412U 93036RD  16017.71799849  .00001567  00000-0  47050-3 0  9992
+2 34412  73.9540 124.4264 0245121 296.8135  60.8133 14.27688991358907
+0 COSMOS 2251 DEB
+1 34413U 93036RE  16017.74254325  .00001285  00000-0  64007-3 0  9999
+2 34413  74.0362 237.4254 0113101  93.4220  35.0715 14.14630929358874
+0 COSMOS 2251 DEB
+1 34420U 93036RM  16018.03013464  .00000354  00000-0  68818-4 0  9998
+2 34420  74.0333 214.4380 0115479 178.2100 342.6112 14.63039431368384
+0 COSMOS 2251 DEB
+1 34421U 93036RN  16017.44325055  .00040581  00000-0  17204-2 0  9992
+2 34421  73.9641 114.5132 0021066  89.6560 270.7053 15.22735826371053
+0 COSMOS 2251 DEB
+1 34422U 93036RP  16017.31558485  .00003530  00000-0  62312-3 0  9998
+2 34422  73.9455 114.5470 0252472  77.9998 284.9336 14.49096281359380
+0 COSMOS 2251 DEB
+1 34424U 93036RR  16016.68951840  .00002747  00000-0  48181-3 0  9998
+2 34424  74.0192 264.2956 0053060 228.4776 162.2797 14.67351911366777
+0 COSMOS 2251 DEB
+1 34425U 93036RS  16017.82500749  .00000893  00000-0  25626-3 0  9993
+2 34425  74.0341   7.5777 0034993 302.7736  57.0051 14.46050628363352
+0 COSMOS 2251 DEB
+1 34426U 93036RT  16017.53147171  .00006687  00000-0  11378-2 0  9993
+2 34426  74.0452 314.9528 0019244 254.4938 223.1402 14.69153961365216
+0 COSMOS 2251 DEB
+1 34427U 93036RU  16016.90071402 +.00005943 +00000-0 +11280-2 0  9993
+2 34427 074.0230 343.1405 0051294 253.2172 106.3365 14.63583750364123
+0 COSMOS 2251 DEB
+1 34428U 93036RV  16017.46382102  .00001767  00000-0  48476-3 0  9996
+2 34428  74.0407  32.3689 0045253 282.9526 228.0179 14.47242350362708
+0 COSMOS 2251 DEB
+1 34429U 93036RW  16018.05876439  .00001895  00000-0  43102-3 0  9997
+2 34429  74.0142 312.3229 0049853 269.1835 194.3994 14.55914331365422
+0 COSMOS 2251 DEB
+1 34430U 93036RX  16017.36204845  .00000423  00000-0  15849-3 0  9991
+2 34430  74.0539  87.8585 0067935 334.6753  25.1073 14.33527893360918
+0 COSMOS 2251 DEB
+1 34431U 93036RY  16017.57002535  .00000516  00000-0  23996-3 0  9992
+2 34431  74.0770 184.6093 0075449 352.5844   7.4178 14.21538928357749
+0 COSMOS 2251 DEB
+1 34432U 93036RZ  16018.20264293  .00000181  00000-0  12807-3 0  9992
+2 34432  73.8338 302.2343 0197503 306.4161 175.7379 13.96252540351895
+0 COSMOS 2251 DEB
+1 34433U 93036SA  16017.33850050  .00000366  00000-0  23000-3 0  9990
+2 34433  74.0221 338.7073 0182640 215.0572 299.6229 13.99965619352545
+0 COSMOS 2251 DEB
+1 34434U 93036SB  16017.73362097  .00001948  00000-0  15514-2 0  9991
+2 34434  74.0661 233.2944 0345418 110.1217   9.1265 13.67214304343463
+0 COSMOS 2251 DEB
+1 34435U 93036SC  16017.40496383  .00077311  00000-0  25413-2 0  9998
+2 34435  73.9942 130.5524 0011357  99.8359 260.4126 15.31115229370534
+0 COSMOS 2251 DEB
+1 34439U 93036SG  16017.90728432  .00002692  00000-0  50889-3 0  9996
+2 34439  74.0587 332.2340 0137056 225.9231 188.5470 14.59032759365247
+0 COSMOS 2251 DEB
+1 34442U 93036SK  16017.14425539  .00001670  00000-0  32055-3 0  9998
+2 34442  74.0194 265.0176 0076755 220.9138 259.5721 14.62701416366790
+0 COSMOS 2251 DEB
+1 34445U 93036SN  16017.90589093  .00006277  00000-0  73431-3 0  9992
+2 34445  74.0136 192.5194 0106862 121.8857 357.6207 14.81197848368423
+0 COSMOS 2251 DEB
+1 34446U 93036SP  16018.08248101  .00000188  00000-0  59064-4 0  9997
+2 34446  74.0436 336.7233 0054526 296.5002  63.0570 14.46583787363994
+0 COSMOS 2251 DEB
+1 34447U 93036SQ  16016.92532654 +.00004023 +00000-0 +62920-3 0  9994
+2 34447 074.0301 288.8604 0030710 234.3292 223.0664 14.72809978365261
+0 COSMOS 2251 DEB
+1 34448U 93036SR  16017.23641355  .00014393  00000-0  18153-2 0  9998
+2 34448  74.0483 321.9704 0006957 257.1013 219.8086 14.81957124364631
+0 COSMOS 2251 DEB
+1 34449U 93036SS  16017.83259211  .00002069  00000-0  59183-3 0  9997
+2 34449  74.0527  49.1279 0073844 298.9189 114.1270 14.44136355361658
+0 COSMOS 2251 DEB
+1 34451U 93036SU  16017.18351186  .00001844  00000-0  53461-3 0  9995
+2 34451  74.0636  58.1229 0075772 299.8475  59.5165 14.43474556361435
+0 COSMOS 2251 DEB
+1 34452U 93036SV  16016.82947675  .00001856  00000-0  23630-3 0  9998
+2 34452  74.0441 149.3762 0121918 105.8843  46.5844 14.77203995370607
+0 COSMOS 2251 DEB
+1 34453U 93036SW  16016.64981150  .00001748  00000-0  49086-3 0  9998
+2 34453  74.1690  83.4705 0051062 253.6169 266.2187 14.45946755362026
+0 COSMOS 2251 DEB
+1 34454U 93036SX  16017.56073386  .00000235  00000-0  90741-4 0  9999
+2 34454  74.0591  69.9552 0038712 317.6468  42.1697 14.35201886361546
+0 COSMOS 2251 DEB
+1 34456U 93036SZ  16017.21579041  .00002690  00000-0  79436-3 0  9996
+2 34456  74.0474  94.1745 0069218 321.4509  69.1551 14.42620996360616
+0 COSMOS 2251 DEB
+1 34457U 93036TA  16016.90137064 +.00001869 +00000-0 +36499-3 0  9996
+2 34457 074.0065 292.8835 0110664 230.8937 221.9965 14.59871107365252
+0 COSMOS 2251 DEB
+1 34458U 93036TB  16018.18083787  .00002078  00000-0  58425-3 0  9997
+2 34458  74.0305  41.7995 0024078 270.5167 202.8141 14.46365998362328
+0 COSMOS 2251 DEB
+1 34459U 93036TC  16017.15103209  .00000166  00000-0  11538-3 0  9996
+2 34459  74.0807 358.1837 0200889 216.3091 274.3913 13.96742010351750
+0 COSMOS 2251 DEB
+1 34464U 93036TH  16017.16647337  .00001600  00000-0  32050-3 0  9994
+2 34464  74.0231 270.2986 0058998 252.9209 230.2629 14.61590152366634
+0 COSMOS 2251 DEB
+1 34465U 93036TJ  16016.49615717  .00004229  00000-0  10615-2 0  9999
+2 34465  74.0751  48.1374 0105469 284.5427  74.4053 14.48307828362337
+0 COSMOS 2251 DEB
+1 34468U 93036TM  16016.92026570 +.00000430 +00000-0 +13351-3 0  9994
+2 34468 074.0154 010.0916 0083308 306.1567 053.1900 14.42250936362572
+0 COSMOS 2251 DEB
+1 34469U 93036TN  16017.86600256  .00004277  00000-0  92278-3 0  9996
+2 34469  74.0222 346.6578 0019885 270.9609 129.0516 14.58570211364076
+0 COSMOS 2251 DEB
+1 34472U 93036TR  16017.40685337  .00000878  00000-0  75259-3 0  9996
+2 34472  74.0809 237.7098 0350775 113.7352 315.6002 13.63303620344077
+0 COSMOS 2251 DEB
+1 34473U 93036TS  16018.09545244  .00001927  00000-0  57281-3 0  9996
+2 34473  74.0351  59.2858 0029969 271.4785 119.0893 14.43634945362644
+0 COSMOS 2251 DEB
+1 34474U 93036TT  16018.19242019  .00001043  00000-0  66074-3 0  9991
+2 34474  74.0812  50.7044 0238546 270.9348 152.0524 13.92176784350765
+0 COSMOS 2251 DEB
+1 34476U 93036TV  16016.65097468  .00001042  00000-0  87384-3 0  9994
+2 34476  74.0140 262.8944 0377427 169.3698 191.5689 13.60929964342129
+0 COSMOS 2251 DEB
+1 34477U 93036TW  16016.73868985  .00001244  00000-0  35736-3 0  9992
+2 34477  73.9832   9.2391 0094145 318.4918  94.4034 14.43436646363401
+0 COSMOS 2251 DEB
+1 34478U 93036TX  16017.47128331  .00001580  00000-0  41307-3 0  9993
+2 34478  74.0631  30.4405 0096601  99.4324  50.1576 14.47460520363490
+0 COSMOS 2251 DEB
+1 34481U 93036UA  16016.14133209  .00000572  00000-0  24908-3 0  9998
+2 34481  73.9818 138.8398 0076200  46.8896  16.4213 14.24673123358921
+0 COSMOS 2251 DEB
+1 34482U 93036UB  16017.21448716  .00001250  00000-0  42018-3 0  9996
+2 34482  74.0506  97.1461 0080290 338.0590  54.3201 14.36390770360532
+0 IRIDIUM 33 DEB
+1 34486U 97051GB  16017.82273118  .00001858  00000-0  48175-3 0  9994
+2 34486  86.4157 135.4045 0021229 128.2314 353.9340 14.49170208363844
+0 IRIDIUM 33 DEB
+1 34487U 97051GC  16017.74464251  .00000331  00000-0  98968-4 0  9997
+2 34487  86.3494 121.3183 0033455 158.3598 353.8880 14.39516624361961
+0 IRIDIUM 33 DEB
+1 34488U 97051GD  16017.23828671  .00001810  00000-0  43789-3 0  9995
+2 34488  86.3489 111.9402 0028306 115.6862 275.8943 14.52317822364739
+0 IRIDIUM 33 DEB
+1 34489U 97051GE  16017.86180675  .00003562  00000-0  12521-2 0  9995
+2 34489  86.4200 177.6205 0083154 292.8437  66.3992 14.32781809357669
+0 IRIDIUM 33 DEB
+1 34490U 97051GF  16017.47420472  .00011195  00000-0  19905-2 0  9990
+2 34490  86.3249 118.5356 0028827  49.8113  77.2518 14.66781675362783
+0 IRIDIUM 33 DEB
+1 34492U 97051GH  16017.65973267  .00001649  00000-0  10337-2 0  9990
+2 34492  86.5060 272.2029 0302101 138.1809 253.3112 13.83840126347085
+0 IRIDIUM 33 DEB
+1 34493U 97051GJ  16017.40025539  .00004707  00000-0  10268-2 0  9995
+2 34493  86.2693 103.0928 0053999   2.3980 357.7476 14.56781500361656
+0 IRIDIUM 33 DEB
+1 34496U 97051GM  16017.76307038  .00005513  00000-0  19103-2 0  9997
+2 34496  86.3974 182.5249 0103235  29.9025 330.8012 14.32527057356116
+0 IRIDIUM 33 DEB
+1 34497U 97051GN  16017.35624508  .00000579  00000-0  25730-3 0  9998
+2 34497  86.2847 140.4705 0090346   1.1357  51.9920 14.19112090356350
+0 IRIDIUM 33 DEB
+1 34503U 97051GU  16017.70079566  .00001889  00000-0  43038-3 0  9999
+2 34503  86.3166  98.5768 0011835 145.8819 337.1375 14.55360426364462
+0 IRIDIUM 33 DEB
+1 34508U 97051GZ  16017.16709802  .00000937  00000-0  39621-3 0  9993
+2 34508  86.3814 164.7334 0078828 308.1915  51.2192 14.22894849357275
+0 IRIDIUM 33 DEB
+1 34511U 97051HC  16016.86037852 +.00002852 +00000-0 +82445-3 0  9992
+2 34511 086.3919 145.4479 0026241 118.5276 041.3342 14.44074103360881
+0 IRIDIUM 33 DEB
+1 34515U 97051HG  15360.07748273  .17431211 -12719-5  92528-2 0  9997
+2 34515  86.2205  81.1140 0023232 359.4544 359.0447 16.19365342364155
+0 IRIDIUM 33 DEB
+1 34517U 97051HJ  16018.08655245  .00008463  00000-0  15077-2 0  9996
+2 34517  86.3680 123.2961 0008087 228.8206 249.6601 14.66940027363894
+0 IRIDIUM 33 DEB
+1 34518U 97051HK  16016.39501544  .00006341  00000-0  11950-2 0  9990
+2 34518  86.3977 136.5650 0001798 127.3748 232.7629 14.64416762362447
+0 IRIDIUM 33 DEB
+1 34520U 97051HM  16016.71224764  .00010888  00000-0  19411-2 0  9996
+2 34520  86.3712 131.8660 0017704  62.2169 298.0837 14.66834920362509
+0 IRIDIUM 33 DEB
+1 34521U 97051HN  16017.50153866  .00001300  00000-0  39587-3 0  9995
+2 34521  86.3906 136.8467 0009266  70.6888  54.7568 14.41320885362107
+0 IRIDIUM 33 DEB
+1 34522U 97051HP  16017.48692941  .00006852  00000-0  17619-2 0  9993
+2 34522  86.3710 151.6766 0060037 226.0929 222.3027 14.48979071359556
+0 IRIDIUM 33 DEB
+1 34524U 97051HR  16017.18398225  .00003174  00000-0  87665-3 0  9993
+2 34524  86.3502 131.3281 0037570 149.3934 210.9472 14.46082154361334
+0 IRIDIUM 33 DEB
+1 34525U 97051HS  16018.10888382  .00000471  00000-0  15419-3 0  9990
+2 34525  86.3792 136.8107 0006465  82.4109 328.5108 14.36407598361663
+0 IRIDIUM 33 DEB
+1 34526U 97051HT  16017.50692660  .00007775  00000-0  15746-2 0  9992
+2 34526  86.3470 127.1389 0019625  81.4096  46.0728 14.61057360362137
+0 IRIDIUM 33 DEB
+1 34529U 97051HW  16017.78472899  .00000291  00000-0  90619-4 0  9995
+2 34529  86.3690 130.3169 0008679 181.5644 178.5528 14.37504192362080
+0 IRIDIUM 33 DEB
+1 34532U 97051HZ  16017.33735086  .00009260  00000-0  22126-2 0  9991
+2 34532  86.3504 143.4058 0060805 177.7323 182.4171 14.52410423359882
+0 IRIDIUM 33 DEB
+1 34535U 97051JC  16017.81437912  .00006561  00000-0  11233-2 0  9992
+2 34535  86.3362 106.8931 0014105  68.2536  71.1284 14.68628449364580
+0 IRIDIUM 33 DEB
+1 34538U 97051JF  16016.73987671 +.00001208 +00000-0 +45735-3 0  9995
+2 34538 086.2837 123.5940 0043550 202.8918 315.7764 14.29905898359410
+0 IRIDIUM 33 DEB
+1 34540U 97051JH  16017.24085457  .00001686  00000-0  42715-3 0  9991
+2 34540  86.3241 104.8716 0030419 135.1520 277.0604 14.50050725364416
+0 COSMOS 2251 DEB
+1 34542U 93036UC  16018.21505023  .00003139  00000-0  63803-3 0  9992
+2 34542  74.0278 309.9924 0029465 275.4683 201.6517 14.61279901363717
+0 COSMOS 2251 DEB
+1 34544U 93036UE  16017.75425394  .00000171  00000-0  18447-3 0  9991
+2 34544  73.9194 273.4237 0397392 249.5127 169.1942 13.51008419340636
+0 COSMOS 2251 DEB
+1 34545U 93036UF  16017.15209961  .00003950  00000-0  91482-3 0  9994
+2 34545  74.0390  13.1690 0025237 263.5579 193.1765 14.55242746363286
+0 COSMOS 2251 DEB
+1 34546U 93036UG  16017.19427549  .00000572  00000-0  20628-3 0  9994
+2 34546  74.0350  73.0193 0027284 308.7969 106.3548 14.35719489360682
+0 COSMOS 2251 DEB
+1 34547U 93036UH  16017.47848191  .00001466  00000-0  44062-3 0  9997
+2 34547  74.0399  41.9177 0042109 297.4503  62.2374 14.43046817361789
+0 COSMOS 2251 DEB
+1 34550U 93036UL  16018.04527605  .00002905  00000-0  10728-2 0  9999
+2 34550  73.9932 221.5594 0187854 151.0324   9.8154 14.23561848354763
+0 COSMOS 2251 DEB
+1 34552U 93036UN  16018.18381484  .00002224  00000-0  65466-3 0  9993
+2 34552  74.0356  68.1441 0040275 287.9665 126.7810 14.43797446359967
+0 COSMOS 2251 DEB
+1 34553U 93036UP  16016.59977946  .00001089  00000-0  36486-3 0  9999
+2 34553  74.0317  68.3603 0031174 303.7687 209.1137 14.38269525359779
+0 COSMOS 2251 DEB
+1 34554U 93036UQ  16017.27086280  .00000260  00000-0  10352-3 0  9992
+2 34554  74.0397  82.5460 0026661 309.8645 113.7095 14.33307808359420
+0 COSMOS 2251 DEB
+1 34555U 93036UR  16016.91817297 +.00002569 +00000-0 +69503-3 0  9999
+2 34555 074.0316 043.5706 0030518 276.1296 151.4747 14.48003566360072
+0 COSMOS 2251 DEB
+1 34556U 93036US  16017.53358692  .00001549  00000-0  48729-3 0  9992
+2 34556  74.0316  60.8644 0028045 287.2294 190.3482 14.41074133360146
+0 COSMOS 2251 DEB
+1 34560U 93036UW  16017.22427416  .00001345  00000-0  43031-3 0  9999
+2 34560  74.0283  63.2194 0034375 301.5674 122.4054 14.40249600359923
+0 COSMOS 2251 DEB
+1 34561U 93036UX  16017.17870770  .00002821  00000-0  70624-3 0  9997
+2 34561  74.0370  12.1023 0050861 279.4356 208.6175 14.51147646361487
+0 COSMOS 2251 DEB
+1 34563U 93036UZ  16017.56042825  .00000598  00000-0  20422-3 0  9994
+2 34563  74.0401  50.4859 0016917 309.5816 178.0982 14.38456215361145
+0 COSMOS 2251 DEB
+1 34564U 93036VA  16017.18521414  .00000287  00000-0  10646-3 0  9991
+2 34564  74.0341  56.5525 0021109 321.3276 105.0249 14.36477110360855
+0 COSMOS 2251 DEB
+1 34567U 93036VD  16016.84893788  .00000265  00000-0  12879-3 0  9998
+2 34567  74.0417 168.0582 0075510  29.1242 120.6450 14.21429340357933
+0 COSMOS 2251 DEB
+1 34569U 93036VF  16017.93660561  .00000546  00000-0  24490-3 0  9996
+2 34569  73.9928 197.4924 0172413 124.0818  26.2391 14.17100602356756
+0 COSMOS 2251 DEB
+1 34570U 93036VG  16017.35247060  .00000195  00000-0  13982-3 0  9993
+2 34570  73.9639 348.5192 0202220 268.8153 246.8764 13.94488259351572
+0 COSMOS 2251 DEB
+1 34571U 93036VH  16017.58024137  .00001279  00000-0  58981-3 0  9999
+2 34571  74.0505 228.9827 0105585  66.2402 294.9772 14.19064735358483
+0 COSMOS 2251 DEB
+1 34572U 93036VJ  16017.94994525  .00001436  00000-0  63170-3 0  9998
+2 34572  74.0188 197.5828 0101681  44.2023  75.3297 14.21631224357502
+0 COSMOS 2251 DEB
+1 34573U 93036VK  16017.68419906  .00149252  00000-0  31043-2 0  9997
+2 34573  73.9818 117.2014 0014903  52.3797 307.8763 15.44886670373732
+0 COSMOS 2251 DEB
+1 34574U 93036VL  16018.07121483  .00001236  00000-0  31967-3 0  9997
+2 34574  74.0771   9.5684 0102691 258.1125 164.0711 14.47911748362654
+0 COSMOS 2251 DEB
+1 34576U 93036VN  16017.19436509  .00000754  00000-0  23876-3 0  9993
+2 34576  74.0399  35.1857 0011294 319.1410 169.2003 14.41809827362268
+0 COSMOS 2251 DEB
+1 34577U 93036VP  16017.15486756  .00001831  00000-0  41420-3 0  9991
+2 34577  74.0405 316.9202 0036766 286.3011  73.4110 14.56538313364839
+0 COSMOS 2251 DEB
+1 34579U 93036VR  16018.16410633  .00000403  00000-0  14139-3 0  9997
+2 34579  74.0558  56.1275 0032079 308.6402 107.1398 14.37974362361486
+0 COSMOS 2251 DEB
+1 34582U 93036VU  16017.28967853  .00000620  00000-0  22723-3 0  9993
+2 34582  74.0230  82.6472 0057819 341.0373  18.8625 14.34020779360107
+0 COSMOS 2251 DEB
+1 34585U 93036VX  16017.22255436  .00004431  00000-0  89051-3 0  9998
+2 34585  74.0329 330.4511 0018319 282.8822  77.0298 14.61830184363352
+0 COSMOS 2251 DEB
+1 34588U 93036WA  16018.24170353  .00000441  00000-0  16293-3 0  9993
+2 34588  74.0454  73.2694 0022678 298.3630 121.3357 14.35159920360292
+0 COSMOS 2251 DEB
+1 34589U 93036WB  16017.53622751  .00000216  00000-0  17378-3 0  9994
+2 34589  73.9257  67.1760 0260907   0.1603  66.8535 13.81610887348084
+0 COSMOS 2251 DEB
+1 34590U 93036WC  16016.78261873  .00000193  00000-0  53724-4 0  9996
+2 34590  74.0462 300.9806 0074207 265.0404 125.2615 14.51752343366342
+0 IRIDIUM 33 DEB
+1 34593U 97051JK  16017.07305888  .00025825  00000-0  32380-2 0  9990
+2 34593  86.3750 134.0283 0010780 111.0495 307.7618 14.82041848363052
+0 COSMOS 2251 DEB
+1 34609U 93036WE  16017.41987639  .00000540  00000-0  26921-3 0  9997
+2 34609  73.7369 165.8678 0162384 239.0677 152.0995 14.12886785355664
+0 COSMOS 2251 DEB
+1 34610U 93036WF  16017.04276755  .00000732  00000-0  47261-3 0  9991
+2 34610  74.0274  25.2714 0215709 254.1774 133.9879 13.93997730350666
+0 COSMOS 2251 DEB
+1 34611U 93036WG  16017.48917662  .00001333  00000-0  39136-3 0  9999
+2 34611  74.0616  37.6237 0042984 288.4115 194.8390 14.44257822360490
+0 COSMOS 2251 DEB
+1 34613U 93036WJ  16017.68320089  .00001156  00000-0  59919-3 0  9998
+2 34613  73.9569 244.3097 0137984 146.4315 272.5232 14.11153671353355
+0 COSMOS 2251 DEB
+1 34614U 93036WK  16017.30667645  .00001543  00000-0  10711-2 0  9996
+2 34614  73.8907  96.3884 0276965  58.4070   7.2713 13.82793076345290
+0 COSMOS 2251 DEB
+1 34615U 93036WL  16017.79329036 -.00000185  00000-0 -15415-3 0  9999
+2 34615  74.0060 309.7538 0412277 235.0879 151.6389 13.48629896340163
+0 COSMOS 2251 DEB
+1 34616U 93036WM  16018.17526394  .00011132  00000-0  19280-2 0  9994
+2 34616  74.0334  25.7854 0031995 234.9669 252.4683 14.68038273361158
+0 COSMOS 2251 DEB
+1 34619U 93036WQ  16016.66111740 +.00000315 +00000-0 +69766-4 0  9991
+2 34619 074.0482 258.5887 0103971 203.0044 156.6449 14.58386745365018
+0 COSMOS 2251 DEB
+1 34620U 93036WR  16018.04913678  .00001361  00000-0  63271-3 0  9993
+2 34620  74.0681 243.6023 0128631  93.5466  29.7657 14.17205258353784
+0 COSMOS 2251 DEB
+1 34622U 93036WT  16016.61287655 +.00000827 +00000-0 +42831-3 0  9990
+2 34622 074.0411 244.8448 0122256 108.0136 284.1476 14.12579385352802
+0 COSMOS 2251 DEB
+1 34624U 93036WV  16017.41047714  .00014351  00000-0  21631-2 0  9992
+2 34624  74.0100   2.7751 0032174 242.1183 242.9970 14.74048524364255
+0 COSMOS 2251 DEB
+1 34626U 93036WX  16017.84027249  .00001427  00000-0  35766-3 0  9997
+2 34626  74.0618 336.5848 0043705 278.6675 106.5533 14.51759726365022
+0 COSMOS 2251 DEB
+1 34629U 93036XA  16017.70271218  .00009473  00000-0  10560-2 0  9995
+2 34629  73.7840 120.1245 0071747 225.3823 134.1490 14.85285581369132
+0 COSMOS 2251 DEB
+1 34631U 93036XC  16016.60976811 +.00012528 +00000-0 +12721-2 0  9993
+2 34631 074.0177 237.0363 0025994 197.1423 194.4355 14.90629666367102
+0 COSMOS 2251 DEB
+1 34634U 93036XF  16017.97131600  .00000533  00000-0  14802-3 0  9992
+2 34634  74.0557 338.8298 0053501 283.2962 138.9376 14.48148730364333
+0 COSMOS 2251 DEB
+1 34635U 93036XG  16017.45531862  .00001329  00000-0  37852-3 0  9994
+2 34635  74.0549  21.2346 0049949 286.8234 226.0647 14.45561321362479
+0 COSMOS 2251 DEB
+1 34637U 93036XJ  16017.15229153  .00001037  00000-0  30088-3 0  9990
+2 34637  74.0552  24.1034 0070044 288.6505 144.8215 14.44251607362304
+0 COSMOS 2251 DEB
+1 34638U 93036XK  16017.84461709  .00003051  00000-0  78066-3 0  9998
+2 34638  74.0474  23.7136 0017963 265.4712 164.1721 14.50741547362378
+0 COSMOS 2251 DEB
+1 34639U 93036XL  16017.50843659  .00002916  00000-0  78636-3 0  9992
+2 34639  74.0359  47.7965 0053211 294.8982 216.1543 14.47521329360455
+0 COSMOS 2251 DEB
+1 34641U 93036XN  16017.41971428  .00000884  00000-0  30341-3 0  9994
+2 34641  73.8441  14.7079 0023570 274.8954 236.4532 14.37521966361673
+0 COSMOS 2251 DEB
+1 34642U 93036XP  16017.39993205  .00000917  00000-0  62696-3 0  9994
+2 34642  74.0074  49.1402 0233500 300.5800 116.6014 13.88884981350186
+0 IRIDIUM 33 DEB
+1 34643U 97051JU  16017.35830640  .00003708  00000-0  98592-3 0  9990
+2 34643  86.3884 140.4087 0034831 136.7297 223.6652 14.47997469358986
+0 IRIDIUM 33 DEB
+1 34648U 97051JZ  16017.62936685  .00004162  00000-0  29625-2 0  9996
+2 34648  86.4148 244.1509 0248256 127.2321 289.2558 13.83561611347679
+0 IRIDIUM 33 DEB
+1 34651U 97051KC  16017.48245168  .00001571  00000-0  91697-3 0  9993
+2 34651  86.2940 186.1905 0196940 292.2321  65.8069 13.98735608351036
+0 IRIDIUM 33 DEB
+1 34652U 97051KD  16017.59537133  .00001051  00000-0  29184-3 0  9997
+2 34652  86.3395 114.3828 0040320 128.0054 298.8559 14.45119431362608
+0 IRIDIUM 33 DEB
+1 34657U 97051KJ  16016.48997218  .00022326  00000-0  21897-2 0  9993
+2 34657  86.3079  97.1357 0021101 166.6419 326.9945 14.91950292363978
+0 NAVSTAR 63 (USA 203)
+1 34661U 09014A   16016.66884025 -.00000052 +00000-0 +00000-0 0  9995
+2 34661 056.3478 002.3243 0078052 047.8604 149.9019 02.00573972049977
+0 SL-12 DEB
+1 34667U 91025L   16017.36504845 -.00000726  00000-0 -86267-2 0  9991
+2 34667  65.8140 351.6271 5507183 239.0164 338.6409  4.33783020107956
+0 COSMOS 2251 DEB
+1 34671U 93036XR  16017.18996926  .00001243  00000-0  39060-3 0  9998
+2 34671  74.0356  52.3261 0025121 294.5011 130.7221 14.41372180360039
+0 COSMOS 2251 DEB
+1 34672U 93036XS  16017.55788375  .00000233  00000-0  94659-4 0  9991
+2 34672  74.0361  82.3128 0027108 313.2962 113.7852 14.32843701358942
+0 COSMOS 2251 DEB
+1 34674U 93036XU  16018.17143018  .00002726  00000-0  54977-3 0  9998
+2 34674  73.9853 309.9748 0116729  51.4887 309.6673 14.57715120363324
+0 COSMOS 2251 DEB
+1 34675U 93036XV  16017.48468530  .00002035  00000-0  55074-3 0  9993
+2 34675  74.0375  39.4877 0040944 288.8664  70.8058 14.47910708360563
+0 COSMOS 2251 DEB
+1 34678U 93036XY  16017.22816237  .00000011  00000-0  14496-4 0  9995
+2 34678  74.0377  99.1381 0026562 302.5149  89.0776 14.29652211356941
+0 COSMOS 2251 DEB
+1 34679U 93036XZ  16017.85277780  .00003663  00000-0  69670-3 0  9998
+2 34679  74.0139 298.4524 0051682 241.8327 183.8629 14.63648334364662
+0 COSMOS 2251 DEB
+1 34680U 93036YA  16017.52361287  .00001053  00000-0  32621-3 0  9997
+2 34680  74.0490  38.8073 0014463 300.0823 185.5071 14.42390190360559
+0 COSMOS 2251 DEB
+1 34681U 93036YB  16017.32844182  .00001427  00000-0  34331-3 0  9991
+2 34681  74.0771 332.6120 0046476 264.5692 216.7158 14.53641093365097
+0 COSMOS 2251 DEB
+1 34682U 93036YC  16018.06804086  .00000859  00000-0  25324-3 0  9993
+2 34682  74.0443  11.3946 0025264 317.5093 104.1730 14.44930925363322
+0 COSMOS 2251 DEB
+1 34683U 93036YD  16018.08757856  .00001325  00000-0  39521-3 0  9991
+2 34683  74.0345  26.1041 0031409 304.6367 110.9177 14.43734184360463
+0 COSMOS 2251 DEB
+1 34685U 93036YF  16017.76758251  .00000973  00000-0  31071-3 0  9997
+2 34685  74.0351  43.5085 0022292 306.2653 172.6712 14.40884050363513
+0 COSMOS 2251 DEB
+1 34687U 93036YH  16017.30520605  .00004155  00000-0  38731-3 0  9995
+2 34687  73.9287  98.1688 0102926  98.3637 322.2540 14.90602990371393
+0 COSMOS 2251 DEB
+1 34689U 93036YK  16016.92781953 +.00001737 +00000-0 +12631-2 0  9992
+2 34689 074.1008 183.1435 0305024 036.3215 118.2313 13.77030523342954
+0 IRIDIUM 33 DEB
+1 34690U 97051KM  16017.82652881  .00002106  00000-0  65196-3 0  9998
+2 34690  86.3893 139.5324 0012174 138.3544 344.6366 14.40766552358964
+0 IRIDIUM 33 DEB
+1 34693U 97051KQ  16017.24023921  .00001899  00000-0  46819-3 0  9993
+2 34693  86.3412 111.2867 0029205 112.8678 305.4035 14.51431730361333
+0 IRIDIUM 33 DEB
+1 34696U 97051KT  16017.87366706  .00002421  00000-0  12132-2 0  9998
+2 34696  86.2085 145.9386 0154573 171.3645 318.1770 14.10252432353627
+0 IRIDIUM 33 DEB
+1 34698U 97051KV  16017.74319986  .00064109  00000-0  41725-2 0  9995
+2 34698  86.3300 109.7049 0013166 193.8727 289.2148 15.07606593361675
+0 IRIDIUM 33 DEB
+1 34702U 97051KZ  16016.21107148  .00001907  00000-0  41016-3 0  9998
+2 34702  86.3096  93.6908 0044571  62.0237 298.5471 14.57389783364550
+0 IRIDIUM 33 DEB
+1 34705U 97051LC  16017.86003764  .00010804  00000-0  23984-2 0  9991
+2 34705  86.4804 173.5148 0057864 124.3444 236.3259 14.55931398360537
+0 IRIDIUM 33 DEB
+1 34706U 97051LD  16018.21525098  .00007680  00000-0  10664-2 0  9990
+2 34706  86.3171  92.8132 0031260  94.8340 323.8895 14.77437132364980
+0 IRIDIUM 33 DEB
+1 34709U 97051LG  16018.20871207  .00025981  00000-0  25465-2 0  9997
+2 34709  86.3164 101.9280 0016286 241.2249 118.7344 14.92033853364392
+0 EUTE 10A (EUTE W2A)
+1 34710U 09016A   16018.16389565  .00000057  00000-0  00000+0 0  9991
+2 34710   0.0626   6.1381 0005802 299.0667 240.7734  1.00271332 24837
+0 BREEZE-M R/B
+1 34711U 09016B   16018.23196671 -.00000175  00000-0  38530+0 0  9995
+2 34711  21.1840 321.9010 5937010 134.6888 329.2485  2.20365550 62697
+0 BREEZE-M DEB (TANK)
+1 34712U 09016C   16017.21650623  .00003374  00000-0  47196-3 0  9990
+2 34712  46.0685 106.8871 5106027 345.3782   4.1279  5.46001085132112
+0 ATLAS 5 CENTAUR R/B
+1 34714U 09017B   16017.44221216 -.00000041  00000-0  22086-3 0  9990
+2 34714  19.0075 299.3305 8205595 243.6256  15.9663  1.15244905 28445
+0 COSMOS 2251 DEB
+1 34721U 93036YP  16017.12176267  .00001057  00000-0  73564-3 0  9996
+2 34721  73.9268  43.6708 0243435 339.5352  74.5451 13.86722780349076
+0 COSMOS 2251 DEB
+1 34722U 93036YQ  16018.07537273  .00000415  00000-0  23346-3 0  9990
+2 34722  73.8890 250.1156 0181119 161.1496 351.4954 14.05485317353701
+0 COSMOS 2251 DEB
+1 34723U 93036YR  16017.69495587  .00010240  00000-0  95549-3 0  9990
+2 34723  73.9915 255.9086 0132728 177.4941 182.6936 14.87764596362111
+0 COSMOS 2251 DEB
+1 34724U 93036YS  16017.55436472  .00004250  00000-0  24118-2 0  9991
+2 34724  74.0377  97.1190 0258424 331.6723  27.0552 13.94805385345433
+0 COSMOS 2251 DEB
+1 34725U 93036YT  16016.72280425  .00007614  00000-0  18166-2 0  9998
+2 34725  74.2033 126.7269 0043500 225.7383 286.1729 14.53263877360085
+0 COSMOS 2251 DEB
+1 34726U 93036YU  16016.85204476  .00000658  00000-0  17504-3 0  9992
+2 34726  74.0323 325.5091 0052485 292.6767  66.8849 14.49835408360108
+0 COSMOS 2251 DEB
+1 34728U 93036YW  16016.23168421  .00000987  00000-0  23406-3 0  9998
+2 34728  74.0260 301.0747 0057153 279.8290 231.6744 14.54430598361410
+0 COSMOS 2251 DEB
+1 34729U 93036YX  16016.81490508 +.00001659 +00000-0 +45176-3 0  9992
+2 34729 074.0298 005.9328 0032235 298.7093 129.2333 14.47930299358554
+0 COSMOS 2251 DEB
+1 34730U 93036YY  16017.47371029  .00047764  00000-0  21070-2 0  9996
+2 34730  73.9549 184.4671 0061813 278.6482  80.7715 15.19802050367389
+0 COSMOS 2251 DEB
+1 34732U 93036ZA  16017.25155241  .00000210  00000-0  67773-4 0  9997
+2 34732  74.0459 352.4044 0041480 324.8650  93.6565 14.44773299359435
+0 COSMOS 2251 DEB
+1 34735U 93036ZD  16017.53323842  .00004906  00000-0  88381-3 0  9998
+2 34735  74.0347 323.8110 0055959 236.1759 123.4076 14.65812200363030
+0 COSMOS 2251 DEB
+1 34736U 93036ZE  16017.80076541  .00002146  00000-0  63546-3 0  9990
+2 34736  74.0334  50.3102 0024075 276.7666 199.4030 14.43831358358636
+0 COSMOS 2251 DEB
+1 34737U 93036ZF  16018.15845963  .00004624  00000-0  10932-2 0  9995
+2 34737  74.0432  47.4353 0030774 207.0485 231.5338 14.54124666359044
+0 COSMOS 2251 DEB
+1 34738U 93036ZG  16016.79136779 +.00000425 +00000-0 +13864-3 0  9995
+2 34738 074.0177 020.9601 0051518 318.2134 098.8358 14.40973181356983
+0 COSMOS 2251 DEB
+1 34739U 93036ZH  16018.08222071  .00002684  00000-0  42423-3 0  9993
+2 34739  74.0272 254.4327 0065269 190.7870 319.0477 14.71432990366216
+0 COSMOS 2251 DEB
+1 34741U 93036ZK  16017.70408675  .00008558  00000-0  82275-3 0  9995
+2 34741  73.9863 243.1646 0132572 171.1494 254.9136 14.86679184366111
+0 COSMOS 2251 DEB
+1 34742U 93036ZL  16017.14186368  .00017976  00000-0  11850-2 0  9990
+2 34742  74.0279 147.6742 0037847  87.1252 330.2605 15.06862681369107
+0 COSMOS 2251 DEB
+1 34743U 93036ZM  16018.01380557  .00027926  00000-0  19786-2 0  9996
+2 34743  73.9961 225.2558 0018567 180.5132 300.9885 15.04553167365862
+0 COSMOS 2251 DEB
+1 34744U 93036ZN  16018.23814051  .00003226  00000-0  60252-3 0  9994
+2 34744  74.0145 294.4019 0046540 241.8327 277.6961 14.64686815362963
+0 COSMOS 2251 DEB
+1 34745U 93036ZP  16017.81717876  .00008541  00000-0  11463-2 0  9999
+2 34745  74.0243 274.8669 0021637 246.7391 178.6794 14.79307137364375
+0 COSMOS 2251 DEB
+1 34746U 93036ZQ  16017.01224219  .00004152  00000-0  89123-3 0  9999
+2 34746  74.0318 346.2884 0029620 266.0022 158.8661 14.58665658364137
+0 COSMOS 2251 DEB
+1 34747U 93036ZR  16017.88749801  .00008746  00000-0  10396-2 0  9992
+2 34747  73.9898 180.2666 0058353 170.2629 189.9695 14.83307397367919
+0 COSMOS 2251 DEB
+1 34750U 93036ZU  16018.19835439  .00001130  00000-0  35239-3 0  9998
+2 34750  74.1175  72.1223 0058026 279.6036 135.1363 14.41041229360589
+0 COSMOS 2251 DEB
+1 34751U 93036ZV  16016.62424991  .00003109  00000-0  94768-3 0  9992
+2 34751  74.0099  86.5374 0046093 284.9982 227.9161 14.41784294359995
+0 COSMOS 2251 DEB
+1 34752U 93036ZW  16017.86457983  .00001613  00000-0  27597-3 0  9991
+2 34752  74.0208 215.7023 0092473 185.6392 174.3746 14.66964797365929
+0 COSMOS 2251 DEB
+1 34754U 93036ZY  16018.19432075  .00000228  00000-0  85402-4 0  9996
+2 34754  74.0314  48.7193 0031933 324.0834 102.3671 14.36951675361961
+0 COSMOS 2251 DEB
+1 34755U 93036ZZ  16018.17320880 -.00000103  00000-0 -75853-4 0  9998
+2 34755  73.9293 309.1137 0424655 278.7012 144.8194 13.45998145339191
+0 COSMOS 2251 DEB
+1 34756U 93036AAA 16017.34353279  .00000533  00000-0  47758-3 0  9992
+2 34756  74.0031 241.3746 0364180 151.1743 324.8590 13.60054924342759
+0 COSMOS 2251 DEB
+1 34758U 93036AAC 16018.21331171  .00000160  00000-0  16460-3 0  9990
+2 34758  74.1073 318.1451 0405541 190.7452 242.0201 13.51749054340109
+0 COSMOS 2251 DEB
+1 34759U 93036AAD 16017.08311236  .00006148  00000-0  12781-2 0  9998
+2 34759  74.0259  25.3669 0028587 248.0322 111.7805 14.60034747365428
+0 COSMOS 2251 DEB
+1 34760U 93036AAE 16017.68457615 -.00000117  00000-0 -46662-4 0  9997
+2 34760  74.0634 233.0366 0104726  87.1313 335.9388 14.13833727355430
+0 COSMOS 2251 DEB
+1 34761U 93036AAF 16016.36020303  .00000642  00000-0  25930-3 0  9997
+2 34761  74.0321 120.0526 0045192 307.8061  51.9000 14.29362830359271
+0 COSMOS 2251 DEB
+1 34763U 93036AAH 16017.42406973  .00005974  00000-0  17336-2 0  9991
+2 34763  74.1753 174.1259 0069262 262.8311 127.1387 14.43165617360319
+0 IRIDIUM 33 DEB
+1 34764U 97051LH  16017.03863775  .00009657  00000-0  15959-2 0  9998
+2 34764  86.3648 122.8682 0003740 282.0687  78.0109 14.70281999361934
+0 IRIDIUM 33 DEB
+1 34765U 97051LJ  16017.82264907  .00000538  00000-0  18615-3 0  9990
+2 34765  86.3444 131.1600 0019179 151.4774 334.5504 14.33841334358031
+0 IRIDIUM 33 DEB
+1 34773U 97051LS  16017.83664054  .00003388  00000-0  90289-3 0  9990
+2 34773  86.4159 145.5877 0014439  43.9843 110.4997 14.48178093363422
+0 IRIDIUM 33 DEB
+1 34774U 97051LT  16017.85491720  .00002913  00000-0  69240-3 0  9997
+2 34774  86.4342 144.9956 0009881 322.7832 164.3000 14.53586058363916
+0 IRIDIUM 33 DEB
+1 34775U 97051LU  16017.31576994  .00002651  00000-0  82851-3 0  9998
+2 34775  86.3853 144.8329 0032187 134.0708 256.8856 14.40132834359801
+0 BEIDOU G2
+1 34779U 09018A   16016.73900615  .00000131  00000-0  00000+0 0  9997
+2 34779   4.4142  62.3767 0092028 191.5080 168.2443  1.00350480 24941
+0 CZ-3C R/B
+1 34780U 09018B   16016.54296304 +.00002482 +00000-0 +14658-2 0  9999
+2 34780 020.3668 181.7254 7164991 148.6458 287.7590 02.40088496057517
+0 COSMOS 2251 DEB
+1 34781U 93036AAJ 16017.04653922  .00027990  00000-0  18507-2 0  9990
+2 34781  74.0440 239.6419 0026596 259.7537 255.9740 15.06973524363257
+0 COSMOS 2251 DEB
+1 34784U 93036AAM 16017.89250892  .00000719  00000-0  18784-3 0  9993
+2 34784  74.0120 316.6363 0061869 283.3623  76.0644 14.50196988360903
+0 COSMOS 2251 DEB
+1 34787U 93036AAQ 16016.26479307  .00004659  00000-0  92054-3 0  9999
+2 34787  74.0283 329.9688 0019476 283.7246  76.1753 14.62571719363283
+0 COSMOS 2251 DEB
+1 34788U 93036AAR 16017.65128880  .00001715  00000-0  16636-3 0  9993
+2 34788  73.9951  91.8491 0146686  49.6945 101.0331 14.85778834373395
+0 COSMOS 2251 DEB
+1 34789U 93036AAS 16017.10142822  .00002961  00000-0  12060-2 0  9996
+2 34789  74.2088 262.7336 0107057   9.0325 112.5138 14.24796430354957
+0 COSMOS 2251 DEB
+1 34790U 93036AAT 16017.53146557  .00000552  00000-0  27135-3 0  9998
+2 34790  74.0548 214.6603 0108909  72.8053 318.2274 14.16839218354122
+0 COSMOS 2251 DEB
+1 34791U 93036AAU 16017.56979951  .00005065  00000-0  68416-3 0  9995
+2 34791  74.0204 212.4497 0055006 199.1305 224.3722 14.78280562369436
+0 COSMOS 2251 DEB
+1 34792U 93036AAV 16016.48964959 +.00000800 +00000-0 +26427-3 0  9996
+2 34792 074.0257 055.7870 0020015 298.9359 182.2963 14.39528181354495
+0 COSMOS 2251 DEB
+1 34793U 93036AAW 16018.21519845  .00000256  00000-0  98230-4 0  9997
+2 34793  74.0038  59.4616 0054676 342.9975  81.7302 14.34653059354809
+0 COSMOS 2251 DEB
+1 34796U 93036AAZ 16018.16733116  .00000776  00000-0  24856-3 0  9992
+2 34796  74.0350  61.4216 0119814 328.8673  85.6260 14.37297070360535
+0 COSMOS 2251 DEB
+1 34797U 93036ABA 16017.85502495  .00001677  00000-0  73532-3 0  9998
+2 34797  73.9835 184.3081 0099201  32.9956  35.8777 14.21831892355680
+0 RISAT-2
+1 34807U 09019A   16018.22736753  .00012890  00000-0  38036-3 0  9995
+2 34807  41.2157  60.0077 0004216 307.8701 129.0045 15.34750338379024
+0 BLOCK DM-SL R/B
+1 34811U 09020B   16017.30579997 -.00000069  00000-0  00000+0 0  9997
+2 34811   1.9034 321.8236 4737720 217.3586 318.0938  1.81487243 44708
+0 COSMOS 2251 DEB
+1 34813U 93036ABC 16017.17066610 -.00003141  00000-0 -32031-2 0  9994
+2 34813  73.9384  63.6500 0496570  42.7511  12.2409 13.32800645333061
+0 COSMOS 2251 DEB
+1 34814U 93036ABD 16017.69131506  .00000681  00000-0  28820-3 0  9995
+2 34814  73.8989 106.9861 0062273  12.5226 140.6575 14.26426281357431
+0 COSMOS 2251 DEB
+1 34815U 93036ABE 16016.98228331  .00001272  00000-0  28079-3 0  9993
+2 34815  74.0507 314.4063 0088048 234.5355 124.7569 14.56064039358459
+0 COSMOS 2251 DEB
+1 34816U 93036ABF 16016.61808870  .00000145  00000-0  15580-3 0  9997
+2 34816  73.8873 253.0988 0389221 243.7790 139.5707 13.53512120338146
+0 COSMOS 2251 DEB
+1 34818U 93036ABH 16016.62474128  .00000231  00000-0  92861-4 0  9999
+2 34818  74.0372  80.4569 0027207 316.8400 194.9884 14.33355348355130
+0 COSMOS 2251 DEB
+1 34819U 93036ABJ 16017.54771620  .00001326  00000-0  42259-3 0  9990
+2 34819  74.0263  52.2295 0028812 298.5150 214.4015 14.40567143360769
+0 COSMOS 2251 DEB
+1 34820U 93036ABK 16012.95663036  .10645395  19290-5  51895-2 0  9995
+2 34820  73.9360 113.8050 0012095 337.3387  22.7326 16.20809704369687
+0 COSMOS 2251 DEB
+1 34822U 93036ABM 16017.75897876  .00007170  00000-0  10939-2 0  9991
+2 34822  74.0169 293.7611 0026006 239.5010 120.3595 14.73795816358968
+0 COSMOS 2251 DEB
+1 34823U 93036ABN 16017.38445863  .00001112  00000-0  27469-3 0  9993
+2 34823  74.0436  14.4350 0184586 282.8841  75.1754 14.43616635361602
+0 IRIDIUM 33 DEB
+1 34825U 97051LZ  16017.28465123  .00003190  00000-0  83675-3 0  9995
+2 34825  86.3760 134.6316 0013327  76.1645 314.3878 14.48932846358888
+0 IRIDIUM 33 DEB
+1 34827U 97051MB  16017.78717105  .00004633  00000-0  83987-3 0  9991
+2 34827  86.3854 129.2071 0019287 146.8725   6.3923 14.65982617360283
+0 IRIDIUM 33 DEB
+1 34833U 97051MH  16017.09000148  .00000898  00000-0  28473-3 0  9992
+2 34833  86.4004 142.1866 0024542 160.9168 325.2893 14.38838628355883
+0 YAOGAN 6
+1 34839U 09021A   16018.18098808  .00001852  00000-0  77759-4 0  9992
+2 34839  97.2179  83.6316 0029781 352.2146  92.5360 15.24296094373944
+0 COSMOS 2251 DEB
+1 34845U 93036ABP 16016.99935505  .00000323  00000-0  10825-3 0  9991
+2 34845  74.0271  21.3671 0023571 339.9833  20.0395 14.41083628358319
+0 COSMOS 2251 DEB
+1 34846U 93036ABQ 16017.23460678  .00000726  00000-0  26285-3 0  9998
+2 34846  74.0364  83.3967 0033789 312.1396  47.6885 14.34931124354093
+0 COSMOS 2251 DEB
+1 34847U 93036ABR 16015.90454326 +.00002176 +00000-0 +22265-3 0  9999
+2 34847 074.0487 116.3218 0120341 061.2157 300.1045 14.85945117140208
+0 COSMOS 2251 DEB
+1 34850U 93036ABU 16017.91418237  .00004657  00000-0  96234-3 0  9990
+2 34850  74.0194 348.2684 0063686 262.0100 128.6897 14.59365976359094
+0 COSMOS 2251 DEB
+1 34852U 93036ABW 16017.47413404  .00000126  00000-0  53458-4 0  9993
+2 34852  74.0328  60.3774 0017725 322.0391 101.4826 14.35110130356259
+0 COSMOS 2251 DEB
+1 34853U 93036ABX 16017.18847609  .00004647  00000-0  74905-3 0  9991
+2 34853  74.0726 295.3551 0056922 193.9334 166.0270 14.70669468360694
+0 COSMOS 2251 DEB
+1 34854U 93036ABY 16018.01177089  .00000721  00000-0  14919-3 0  9991
+2 34854  74.0361 259.7016 0088134 212.1312 147.4466 14.59850639361555
+0 COSMOS 2251 DEB
+1 34855U 93036ABZ 16017.54178869  .00086611  00000-0  24414-2 0  9998
+2 34855  73.9168 101.3693 0015469  66.8452 293.4381 15.35901910364467
+0 COSMOS 2251 DEB
+1 34856U 93036ACA 16017.70204446  .00001515  00000-0  29593-3 0  9992
+2 34856  74.0136 261.4455 0081188 218.4390 204.7037 14.61786803359991
+0 COSMOS 2251 DEB
+1 34857U 93036ACB 16017.44924394  .00001024  00000-0  30225-3 0  9994
+2 34857  74.0219  26.2176 0088043 309.1988 172.6390 14.42655358356204
+0 COSMOS 2251 DEB
+1 34858U 93036ACC 16016.91663641 +.00029287 +00000-0 +21859-2 0  9994
+2 34858 074.0474 288.6127 0038569 191.4210 299.7347 15.02119955359409
+0 COSMOS 2251 DEB
+1 34859U 93036ACD 16017.01969955  .00002044  00000-0  55414-3 0  9991
+2 34859  74.0434  21.9892 0009788 289.4753 100.7434 14.48259711356335
+0 COSMOS 2251 DEB
+1 34860U 93036ACE 16017.08681688  .00003996  00000-0  92855-3 0  9991
+2 34860  74.0299  10.4951 0034134 271.7833  87.9420 14.54922354356812
+0 COSMOS 2251 DEB
+1 34861U 93036ACF 16016.80606751 +.00002252 +00000-0 +65942-3 0  9990
+2 34861 074.0350 050.3947 0031137 287.6640 186.6951 14.44230681355135
+0 IRIDIUM 33 DEB
+1 34868U 97051MN  16017.45359879  .00006408  00000-0  16234-2 0  9992
+2 34868  86.5435 199.4812 0133573 238.7278 120.0787 14.45485995355377
+0 IRIDIUM 33 DEB
+1 34869U 97051MP  16016.93584329 +.00006031 +00000-0 +20407-2 0  9994
+2 34869 086.4580 186.4672 0088961 281.1673 237.2109 14.34482530351879
+0 IRIDIUM 33 DEB
+1 34870U 97051MQ  16017.22293981  .00001370  00000-0  36142-3 0  9995
+2 34870  86.3232 107.9224 0033862 123.2921 267.9515 14.47945768364727
+0 COSMOS 2251 DEB
+1 34873U 93036ACL 16017.19381500  .00007751  00000-0  16379-2 0  9996
+2 34873  74.0091  54.8747 0045249 271.6134 152.6857 14.58840767361263
+0 COSMOS 2251 DEB
+1 34874U 93036ACM 16017.82379912  .00000795  00000-0  33841-3 0  9996
+2 34874  74.0413 150.9359 0062932 331.5187 181.2027 14.25789037355166
+0 COSMOS 2251 DEB
+1 34875U 93036ACN 16017.10645638  .00000513  00000-0  16687-3 0  9996
+2 34875  74.0474  31.7895 0018615 328.8109  88.0529 14.41225632355847
+0 COSMOS 2251 DEB
+1 34877U 93036ACQ 16017.14695137  .00004207  00000-0  31532-3 0  9991
+2 34877  73.9420  47.5413 0099118  74.4298 349.1326 14.99132234368915
+0 COSMOS 2251 DEB
+1 34878U 93036ACR 16017.30000266  .00000603  00000-0  63343-3 0  9994
+2 34878  73.9674 357.8919 0450896 316.2951 101.6854 13.40099378333243
+0 COSMOS 2251 DEB
+1 34879U 93036ACS 16017.70409918  .00000699  00000-0  78256-3 0  9990
+2 34879  73.9177 125.8089 0545189 123.0501 242.4183 13.22174226331892
+0 COSMOS 2251 DEB
+1 34882U 93036ACV 16016.36022807  .00000228  00000-0  54690-4 0  9998
+2 34882  74.0492 265.5042 0090094 240.8333 118.3795 14.57085713361434
+0 COSMOS 2251 DEB
+1 34883U 93036ACW 16017.89063207  .00002179  00000-0  11199-2 0  9999
+2 34883  74.1827 337.2847 0151388  98.6726 294.0161 14.10082510353089
+0 COSMOS 2251 DEB
+1 34884U 93036ACX 16016.78054579 +.00001671 +00000-0 +49055-3 0  9998
+2 34884 074.0333 039.7464 0023022 288.9747 184.9722 14.44432572352780
+0 COSMOS 2251 DEB
+1 34885U 93036ACY 16016.52268166 +.00000787 +00000-0 +26068-3 0  9996
+2 34885 074.0373 053.7429 0021119 302.2536 180.0254 14.39440810353138
+0 COSMOS 2251 DEB
+1 34886U 93036ACZ 16015.75677145 +.00002807 +00000-0 +39851-3 0  9991
+2 34886 073.9736 170.9528 0109035 156.6058 204.0132 14.73424424093590
+0 IRIDIUM 33 DEB
+1 34889U 97051MR  16017.70512518  .00005501  00000-0  12256-2 0  9997
+2 34889  86.3731 129.4858 0006423  39.7806 320.3872 14.56757132359965
+0 IRIDIUM 33 DEB
+1 34890U 97051MS  16017.38244910  .00005869  00000-0  18075-2 0  9993
+2 34890  86.3077 141.1751 0082973 241.5139 193.6992 14.39367606355637
+0 IRIDIUM 33 DEB
+1 34893U 97051MV  16018.17279636  .00020566  00000-0  27303-2 0  9992
+2 34893  86.1316  72.1095 0044987 114.3125 246.2803 14.78982810362416
+0 IRIDIUM 33 DEB
+1 34895U 97051MX  16018.03043834  .00035816  00000-0  29072-2 0  9997
+2 34895  86.4080 124.9881 0034932 321.5530  38.3213 14.98996067361593
+0 IRIDIUM 33 DEB
+1 34896U 97051MY  16017.03039618  .00001021  00000-0  26702-3 0  9991
+2 34896  86.3379 109.7115 0039611 115.9061   8.5635 14.47965566358292
+0 IRIDIUM 33 DEB
+1 34897U 97051MZ  16017.73536154  .00022292  00000-0  20420-2 0  9999
+2 34897  86.4144 131.6406 0019026 149.0564 211.1790 14.94687654360169
+0 IRIDIUM 33 DEB
+1 34898U 97051NA  16017.18507620  .00003082  00000-0  59817-3 0  9994
+2 34898  86.3344  99.0297 0028688  60.5254 299.8814 14.62663501359699
+0 IRIDIUM 33 DEB
+1 34899U 97051NB  16017.35657735  .00011488  00000-0  22640-2 0  9999
+2 34899  86.3962 144.6705 0034867 125.6617 296.5511 14.62042072354595
+0 COSMOS 2251 DEB
+1 34907U 93036ADC 16016.54911453 +.00001817 +00000-0 +54956-3 0  9999
+2 34907 074.0238 058.6913 0025401 278.1449 237.8869 14.42899300353765
+0 COSMOS 2251 DEB
+1 34908U 93036ADD 16017.74427091  .00000625  00000-0  25203-3 0  9992
+2 34908  74.0614 125.2217 0047665 322.7242 190.7195 14.29409830355238
+0 COSMOS 2251 DEB
+1 34909U 93036ADE 16015.89755627 +.00000886 +00000-0 +16301-3 0  9994
+2 34909 074.0163 225.9359 0107683 189.7945 170.1126 14.63575296137941
+0 COSMOS 2251 DEB
+1 34910U 93036ADF 16017.71348473  .00000529  00000-0  57977-3 0  9994
+2 34910  73.8774  20.5259 0480830  33.5815  77.0331 13.33483243334494
+0 COSMOS 2251 DEB
+1 34911U 93036ADG 16016.68169175 +.00000173 +00000-0 +44425-4 0  9990
+2 34911 074.0434 270.3913 0089794 236.1801 154.7933 14.55849106359041
+0 COSMOS 2251 DEB
+1 34912U 93036ADH 16016.71018590 +.00002261 +00000-0 +37537-3 0  9994
+2 34912 074.1680 278.2088 0067523 144.2464 248.6204 14.69262055362401
+0 COSMOS 2251 DEB
+1 34913U 93036ADJ 16015.80255985  .00000023  00000-0  17709-4 0  9999
+2 34913  74.0281  68.5228 0021844 330.2134 146.6428 14.33873468355955
+0 COSMOS 2251 DEB
+1 34914U 93036ADK 16018.11090877  .00003516  00000-0  60392-3 0  9999
+2 34914  74.0079 303.6217 0171114  29.4080 331.6579 14.59854237359919
+0 COSMOS 2251 DEB
+1 34916U 93036ADM 16017.86671050  .00006054  00000-0  10354-2 0  9992
+2 34916  74.0830 312.5464 0106724 339.8022  74.4139 14.65352075364851
+0 COSMOS 2251 DEB
+1 34918U 93036ADP 16017.97252464  .00001494  00000-0  54836-3 0  9997
+2 34918  74.0774 129.8734 0050734 302.6073 174.4927 14.32911074353816
+0 COSMOS 2251 DEB
+1 34920U 93036ADR 16017.05094565  .00001662  00000-0  47688-3 0  9999
+2 34920  74.0336  47.2318 0025397 277.0067  82.8202 14.45519292357091
+0 COSMOS 2251 DEB
+1 34922U 93036ADT 16016.90736596 +.00003966 +00000-0 +43013-3 0  9998
+2 34922 074.1609 196.4666 0104250 038.5804 322.2765 14.84571338059574
+0 COSMOS 2251 DEB
+1 34924U 93036ADV 16018.11841881  .00001046  00000-0  29999-3 0  9993
+2 34924  74.0460  17.4005 0075289 287.3715 145.3512 14.44613291353766
+0 IRIDIUM 33 DEB
+1 34926U 97051NF  16016.79339603  .00003198  00000-0  16401-2 0  9995
+2 34926  86.1641 138.8133 0176558 222.1373 293.7361 14.07444376352732
+0 IRIDIUM 33 DEB
+1 34928U 97051NH  16017.59655359  .00002040  00000-0  45970-3 0  9994
+2 34928  86.4059 123.8510 0036063 113.7785 309.3442 14.55520097359291
+0 IRIDIUM 33 DEB
+1 34931U 97051NL  16017.50080249  .00047627  00000-0  36267-2 0  9997
+2 34931  86.3287 112.1220 0005510 280.6881 208.0060 15.01858255356526
+0 SES 7 (PROTOSTAR 2)
+1 34941U 09027A   16017.82143769 -.00000355  00000-0  00000+0 0  9997
+2 34941   0.0353  67.1215 0003094 210.3401 243.1550  1.00269131 24484
+0 BREEZE-M R/B
+1 34942U 09027B   16018.15465199 -.00000083  00000-0  00000+0 0  9997
+2 34942   7.6998 103.6222 3399280 275.9255 178.2679  1.57277507 38325
+0 BREEZE-M DEB (TANK)
+1 34943U 09027C   16015.01418433  .27285756  10375-4  42244-3 0  9999
+2 34943  48.9150 214.0693 0153016 119.2995   8.4374 16.20798791123281
+0 COSMOS 2251 DEB
+1 34944U 93036ADX 16016.53655438  .00000299  00000-0  15326-3 0  9998
+2 34944  73.7635 214.3377 0239037 292.5460  65.0536 14.06440609352106
+0 COSMOS 2251 DEB
+1 34946U 93036ADZ 16018.21978678  .00000706  00000-0  18628-3 0  9992
+2 34946  74.0264 326.5822 0063812 276.2550  83.1344 14.49712616357263
+0 COSMOS 2251 DEB
+1 34948U 93036AEB 16017.21771426  .00002380  00000-0  70777-3 0  9998
+2 34948  74.0239  64.5554 0033990 277.9656 146.8648 14.43393996354987
+0 COSMOS 2251 DEB
+1 34949U 93036AEC 16016.99017282  .00000653  00000-0  12792-3 0  9990
+2 34949  74.0186 232.4372 0096633 207.9251 151.6712 14.62080705361571
+0 COSMOS 2251 DEB
+1 34951U 93036AEE 16017.38813950  .00001591  00000-0  30826-3 0  9993
+2 34951  74.0203 266.9282 0071402 224.7157 258.4296 14.62577556359626
+0 COSMOS 2251 DEB
+1 34953U 93036AEG 16016.38037019 +.00000878 +00000-0 +22543-3 0  9992
+2 34953 074.0990 000.3674 0083224 244.2733 267.3659 14.49755005355415
+0 COSMOS 2251 DEB
+1 34954U 93036AEH 16017.39981873  .00002536  00000-0  73179-3 0  9995
+2 34954  73.9948  43.9208 0032647 302.7235  57.0776 14.44869210355438
+0 COSMOS 2251 DEB
+1 34955U 93036AEJ 16017.07066232  .00001619  00000-0  22178-3 0  9998
+2 34955  74.0446 165.2893 0122532 111.6988 249.7284 14.74277863365454
+0 COSMOS 2251 DEB
+1 34958U 93036AEM 16017.18784335  .00001610  00000-0  15347-3 0  9995
+2 34958  74.0153  94.7474 0152677  36.4277 324.7173 14.85903039366232
+0 COSMOS 2251 DEB
+1 34962U 93036AER 16017.52267723  .00000471  00000-0  16142-3 0  9993
+2 34962  74.0329  45.5400 0022025 317.8851 195.4542 14.38767610356202
+0 COSMOS 2251 DEB
+1 34963U 93036AES 16018.07146802  .00001488  00000-0  55301-3 0  9998
+2 34963  74.1799 152.1888 0054220 283.8100  75.7021 14.32160381353701
+0 COSMOS 2251 DEB
+1 34964U 93036AET 16017.79128506  .00001193  00000-0  81841-3 0  9999
+2 34964  73.9809  59.9084 0243576 324.1548  34.3438 13.87330343344509
+0 COSMOS 2251 DEB
+1 34965U 93036AEU 16017.44966841  .00000416  00000-0  13135-3 0  9992
+2 34965  74.0537  14.0241 0029098 326.7730 186.7960 14.43126837356788
+0 COSMOS 2251 DEB
+1 34966U 93036AEV 16018.18157972  .00004725  00000-0  53485-3 0  9991
+2 34966  73.9715 215.3483 0036637 272.4034  87.2950 14.86243454361399
+0 COSMOS 2251 DEB
+1 34967U 93036AEW 16017.78496584  .00000673  00000-0  24776-3 0  9991
+2 34967  73.9972  75.9091 0046275 344.0579  15.9113 14.34000015353420
+0 COSMOS 2251 DEB
+1 34968U 93036AEX 16016.43199227 +.00000194 +00000-0 +49040-4 0  9997
+2 34968 074.0411 272.4691 0093137 230.5684 243.5557 14.55613460357978
+0 COSMOS 2251 DEB
+1 34969U 93036AEY 16014.98780648 +.00000317 +00000-0 +13432-3 0  9991
+2 34969 074.0158 121.2575 0079204 024.3939 336.0924 14.27738274134340
+0 COSMOS 2251 DEB
+1 34970U 93036AEZ 16016.92408207 +.00009878 +00000-0 +10432-2 0  9994
+2 34970 074.0039 232.9194 0035256 184.6118 175.4744 14.88888080146622
+0 COSMOS 2251 DEB
+1 34971U 93036AFA 16017.44425064  .00000253  00000-0  68735-4 0  9992
+2 34971  73.9814 287.7113 0076362 282.3880 197.6080 14.51323756359175
+0 COSMOS 2251 DEB
+1 34972U 93036AFB 16017.09480484  .00001452  00000-0  42165-3 0  9991
+2 34972  73.9977  21.5864 0058960 313.4537 110.2670 14.44255461353115
+0 COSMOS 2251 DEB
+1 34976U 93036AFF 16017.25081402  .00001406  00000-0  33708-3 0  9992
+2 34976  74.0680 333.4912 0072162 245.9531 181.6615 14.52894750356016
+0 COSMOS 2251 DEB
+1 34977U 93036AFG 16016.83734064  .00002972  00000-0  83717-3 0  9999
+2 34977  74.0313  60.3935 0060571 305.3924 168.4988 14.45192431351963
+0 COSMOS 2251 DEB
+1 34978U 93036AFH 16017.67237121  .00003172  00000-0  52260-3 0  9997
+2 34978  74.0266 266.0320 0046792 240.8713 118.7771 14.70238880356164
+0 COSMOS 2251 DEB
+1 34979U 93036AFJ 16016.82764479 +.00001259 +00000-0 +29374-3 0  9999
+2 34979 074.0495 319.1418 0077955 244.8531 114.4531 14.54043357354478
+0 IRIDIUM 33 DEB
+1 34983U 97051NP  16017.62107932  .00008475  00000-0  18962-2 0  9996
+2 34983  86.3652 140.8223 0041762 121.6270 238.9023 14.56057403353898
+0 IRIDIUM 33 DEB
+1 34985U 97051NR  16017.13102013  .00000846  00000-0  29891-3 0  9997
+2 34985  86.3767 142.6297 0025094 166.8206 312.9140 14.33374315353014
+0 IRIDIUM 33 DEB
+1 34986U 97051NS  16017.53598785  .00003926  00000-0  10808-2 0  9996
+2 34986  86.3883 144.9760 0032490 123.7533 236.6773 14.46399624353138
+0 IRIDIUM 33 DEB
+1 34987U 97051NT  16017.71077661  .00007916  00000-0  12562-2 0  9994
+2 34987  86.3401 105.3272 0011084 119.4621  31.8215 14.72003838364697
+0 COSMOS 2251 DEB
+1 34989U 93036AFM 16017.86771213  .00002322  00000-0  57536-3 0  9992
+2 34989  74.0258 343.7614 0034452 290.4993  69.2471 14.52166074352626
+0 COSMOS 2251 DEB
+1 34990U 93036AFN 16015.84471977  .00000403  00000-0  14704-3 0  9992
+2 34990  74.0472  69.1338 0019153 306.1439  53.7941 14.36166804354635
+0 COSMOS 2251 DEB
+1 34991U 93036AFP 16017.62754778  .00004375  00000-0  10108-2 0  9999
+2 34991  74.0465 355.1248 0017056 290.1579 191.2869 14.55422719356374
+0 COSMOS 2251 DEB
+1 34993U 93036AFR 16016.09851492  .00006643  00000-0  14660-2 0  9999
+2 34993  74.0199  62.4474 0050158 282.5874  76.9682 14.56739217354816
+0 COSMOS 2251 DEB
+1 34995U 93036AFT 16016.55565748  .00003891  00000-0  88877-3 0  9992
+2 34995  73.8391 329.0891 0051442 201.9464 157.9495 14.55288398355025
+0 COSMOS 2251 DEB
+1 34997U 93036AFV 16017.93764677  .00000968  00000-0  38324-3 0  9993
+2 34997  73.8887 116.7371 0120643 104.3783 257.0791 14.26310901351796
+0 COSMOS 2251 DEB
+1 34998U 93036AFW 16017.48119109  .00000569  00000-0  18903-3 0  9996
+2 34998  74.0144  35.8694 0024884 322.9261 187.7821 14.39842233353555
+0 COSMOS 2251 DEB
+1 34999U 93036AFX 16017.77110509  .00028874  00000-0  21799-2 0  9999
+2 34999  73.9997 259.2133 0015098 204.2372 220.8286 15.02200367358019
+0 COSMOS 2251 DEB
+1 35000U 93036AFY 16017.82160247  .00001747  00000-0  39566-3 0  9995
+2 35000  74.0444 330.2875 0083406 246.1329 113.1078 14.54819929355230
+0 MERIDIAN 2
+1 35008U 09029A   16017.82703429  .00000120  00000-0  14674-2 0  9993
+2 35008  64.8392 124.2969 6959113 263.6670 259.2542  2.24469860 54477
+0 FREGAT R/B
+1 35009U 09029B   16017.73587419  .00000030  00000-0  12005-2 0  9999
+2 35009  64.7009  93.7022 7012567 263.4722  19.4271  2.34550348 56360
+0 COSMOS 2251 DEB
+1 35012U 93036AFZ 16016.95022978 +.00000228 +00000-0 +73757-4 0  9993
+2 35012 074.0215 001.3096 0085370 298.7100 060.5496 14.42796302353606
+0 COSMOS 2251 DEB
+1 35014U 93036AGB 16017.66652190  .00001566  00000-0  45550-3 0  9994
+2 35014  74.0105  19.4853 0016735 306.3156  53.6455 14.45032075356539
+0 COSMOS 2251 DEB
+1 35015U 93036AGC 16001.00289530  .00000892  00000-0  31939-3 0  9997
+2 35015  73.9540 106.0811 0089851  59.9158  61.4840 14.33222082351266
+0 COSMOS 2251 DEB
+1 35016U 93036AGD 16016.62385192 +.00000342 +00000-0 +13338-3 0  9996
+2 35016 073.9325 084.8771 0121187 055.8740 095.8638 14.29413319350330
+0 COSMOS 2251 DEB
+1 35018U 93036AGF 16016.64071846  .00000096  00000-0  10193-3 0  9990
+2 35018  73.9847 249.9583 0368372 173.1955 223.3896 13.58983294340234
+0 COSMOS 2251 DEB
+1 35019U 93036AGG 16016.24904016  .00005436  00000-0  97841-3 0  9999
+2 35019  74.0158 317.9504 0033627 251.1744 108.5777 14.66468809357247
+0 COSMOS 2251 DEB
+1 35020U 93036AGH 16017.03747854  .00000178  00000-0  42567-4 0  9998
+2 35020  74.0500 252.0070 0098657 218.2550 141.1589 14.58516470360203
+0 COSMOS 2251 DEB
+1 35022U 93036AGK 16016.80409124  .00000849  00000-0  21739-3 0  9991
+2 35022  74.0310 316.0198 0055526 331.7340  28.0809 14.51067508359574
+0 COSMOS 2251 DEB
+1 35023U 93036AGL 16018.20378551  .00001140  00000-0  25530-3 0  9995
+2 35023  74.0532 303.3407 0070701 234.4980 282.9735 14.56372940354011
+0 COSMOS 2251 DEB
+1 35025U 93036AGN 16016.89277829 +.00000800 +00000-0 +15618-3 0  9994
+2 35025 073.9378 212.9385 0102901 233.1678 126.0018 14.61506347356972
+0 COSMOS 2251 DEB
+1 35026U 93036AGP 16017.11473529  .00000068  00000-0  23324-4 0  9996
+2 35026  74.0488 294.9970 0086906 245.9605 175.6555 14.52039044357358
+0 COSMOS 2251 DEB
+1 35028U 93036AGR 16015.44207328 +.00000120 +00000-0 +33986-4 0  9998
+2 35028 074.0402 280.3153 0087606 247.9673 229.1816 14.54305603356514
+0 COSMOS 2251 DEB
+1 35031U 93036AGU 16017.79180712  .00000176  00000-0  70191-4 0  9999
+2 35031  74.0388  60.5683 0020626 319.0222  40.9380 14.35526922353630
+0 COSMOS 2251 DEB
+1 35032U 93036AGV 16016.90535397 +.00000861 +00000-0 +25971-3 0  9991
+2 35032 073.8579 349.1627 0088479 199.4008 190.8227 14.41894398353925
+0 COSMOS 2251 DEB
+1 35033U 93036AGW 16016.76345474  .00000733  00000-0  24322-3 0  9998
+2 35033  74.0311  47.8826 0019079 309.6292  50.3178 14.39477093353893
+0 COSMOS 2251 DEB
+1 35037U 93036AHA 16017.14463329  .00001853  00000-0  41547-3 0  9997
+2 35037  74.0078 307.0173 0048844 273.3758  86.1819 14.56641273356624
+0 COSMOS 2251 DEB
+1 35038U 93036AHB 16016.74877236  .00002142  00000-0  11419-2 0  9995
+2 35038  74.0830 297.4922 0149215 110.1555 280.9656 14.08363778346093
+0 COSMOS 2251 DEB
+1 35039U 93036AHC 16016.96593567 +.00006147 +00000-0 +12468-2 0  9996
+2 35039 074.0242 006.4838 0037480 261.9208 131.1910 14.60968697188313
+0 COSMOS 2251 DEB
+1 35042U 93036AHF 16016.00174092  .00005193  00000-0  73574-3 0  9999
+2 35042  74.0155 249.9026 0035994 252.2163 107.5083 14.76860016358088
+0 COSMOS 2251 DEB
+1 35043U 93036AHG 16017.16313177  .00002686  00000-0  96407-3 0  9991
+2 35043  73.9728 208.6622 0210735 148.4476 212.9511 14.22707300346764
+0 COSMOS 2251 DEB
+1 35045U 93036AHJ 16017.14526773  .00000449  00000-0  30129-3 0  9993
+2 35045  73.7216 281.0350 0192738 342.2938  86.5700 13.95181412342117
+0 COSMOS 2251 DEB
+1 35047U 93036AHL 16018.19867063  .00036664  00000-0  22396-2 0  9995
+2 35047  73.9978 216.1096 0021584 152.8530 207.3796 15.09920813358304
+0 IRIDIUM 33 DEB
+1 35049U 97051NV  16017.08100904  .00004919  00000-0  11376-2 0  9993
+2 35049  86.3752 124.4899 0013256 250.4919 229.4475 14.54965671354810
+0 IRIDIUM 33 DEB
+1 35050U 97051NW  16017.73339773  .00007347  00000-0  12643-2 0  9991
+2 35050  86.3150 105.9849 0020869  65.4023  62.2002 14.68336380355196
+0 IRIDIUM 33 DEB
+1 35051U 97051NX  16017.05290659  .00000719  00000-0  23611-3 0  9990
+2 35051  86.3302 123.7756 0011035 103.8451  20.4616 14.36979728350295
+0 IRIDIUM 33 DEB
+1 35052U 97051NY  16017.06869392  .00000260  00000-0  84002-4 0  9991
+2 35052  86.3348 124.4304 0012825  37.8454  83.3823 14.35227375355971
+0 IRIDIUM 33 DEB
+1 35054U 97051PA  16016.27746726  .00006768  00000-0  12537-2 0  9991
+2 35054  86.3478 123.4810 0002018 106.3211 253.8224 14.65197041356861
+0 COSMOS 2251 DEB
+1 35058U 93036AHM 16017.52933152  .00010575  00000-0  99183-3 0  9998
+2 35058  74.0082 174.7459 0073616 109.2610 317.3722 14.92007717361062
+0 COSMOS 2251 DEB
+1 35059U 93036AHN 16016.91184056 +.00004490 +00000-0 +91947-3 0  9991
+2 35059 073.9977 340.9420 0034476 269.1316 121.0182 14.60703985354897
+0 COSMOS 2251 DEB
+1 35060U 93036AHP 16015.81037456  .00000368  00000-0  13479-3 0  9996
+2 35060  74.0389  64.3707 0020953 315.8591  44.0889 14.36270554353017
+0 COSMOS 2251 DEB
+1 35061U 93036AHQ 16017.23355334  .00000981  00000-0  24259-3 0  9992
+2 35061  74.0523 318.6772 0054329 274.2952  85.2003 14.52547082360269
+0 COSMOS 2251 DEB
+1 35062U 93036AHR 16017.16864731  .00001150  00000-0  63891-3 0  9995
+2 35062  74.1024 320.4662 0157002 142.0219 279.1480 14.06095981345526
+0 COSMOS 2251 DEB
+1 35065U 93036AHU 16015.79643772  .00000457  00000-0  15829-3 0  9992
+2 35065  74.0233  48.5925 0022913 324.2590  35.7029 14.38366918353393
+0 COSMOS 2251 DEB
+1 35066U 93036AHV 16017.76343892  .00003588  00000-0  68615-3 0  9991
+2 35066  74.0201 295.3982 0035347 272.1181  87.5939 14.63864960357191
+0 COSMOS 2251 DEB
+1 35067U 93036AHW 16016.98713113  .00002430  00000-0  50209-3 0  9997
+2 35067  73.7559 242.8139 0072265 129.8814 297.1620 14.59334351354998
+0 COSMOS 2251 DEB
+1 35071U 93036AJA 16013.04789066  .00002783  00000-0  38407-3 0  9993
+2 35071  73.9447 147.7378 0116099 177.2374 182.9467 14.74095251361483
+0 COSMOS 2251 DEB
+1 35072U 93036AJB 16017.87041630  .00003568  00000-0  10174-2 0  9999
+2 35072  74.0914 101.7570 0060720 293.4296  66.0484 14.44505044354095
+0 COSMOS 2251 DEB
+1 35073U 93036AJC 16015.32635595 +.00002188 +00000-0 +58287-3 0  9992
+2 35073 074.0235 013.9828 0045374 295.3647 123.5410 14.48498032147596
+0 COSMOS 2251 DEB
+1 35076U 93036AJF 16015.27282536  .00001702  00000-0  31989-3 0  9993
+2 35076  73.9709 244.5856 0074630 239.4827 119.8959 14.63741213357589
+0 IRIDIUM 33 DEB
+1 35080U 97051PF  16017.17918005  .00003788  00000-0  18520-2 0  9998
+2 35080  86.2481 162.6688 0190196 221.5318 266.4652 14.08770310346939
+0 FENGYUN 1C DEB
+1 35088U 99025DJQ 16008.21172775  .00000091  00000-0  67941-4 0  9997
+2 35088  94.7058 161.8234 0368070 104.8741  18.7956 13.71195510401726
+0 FENGYUN 1C DEB
+1 35089U 99025DJR 16017.58038234  .00000309  00000-0  18707-3 0  9996
+2 35089  98.8868  65.7577 0029298 328.5718  31.3703 14.13469775391305
+0 FENGYUN 1C DEB
+1 35090U 99025DJS 16010.25542329 +.00001425 +00000-0 +92105-3 0  9994
+2 35090 098.9879 310.5885 0067265 040.4167 320.1970 14.03374557152736
+0 FENGYUN 1C DEB
+1 35091U 99025DJT 16018.05039595  .00001478  00000-0  60147-3 0  9996
+2 35091  98.8174  56.0026 0083687 168.8827 191.4228 14.27141448381429
+0 FENGYUN 1C DEB
+1 35093U 99025DJV 16016.87768801 +.00002867 +00000-0 +69938-3 0  9995
+2 35093 098.7344 034.8874 0164977 097.0182 264.9803 14.45536208136181
+0 FENGYUN 1C DEB
+1 35094U 99025DJW 16017.19360162  .00006661  00000-0  16847-2 0  9996
+2 35094  97.7533 358.8442 0202668 279.4635 135.0565 14.39611497442001
+0 FENGYUN 1C DEB
+1 35095U 99025DJX 16017.89072764  .00002234  00000-0  47011-3 0  9992
+2 35095  98.6152  66.7957 0225325  48.5522 313.4783 14.45888365393714
+0 FENGYUN 1C DEB
+1 35097U 99025DJZ 16016.24564678  .00002861  00000-0  35141-3 0  9999
+2 35097  98.6818 173.5957 0198389  74.3921 287.9081 14.70948773412773
+0 FENGYUN 1C DEB
+1 35099U 99025DKB 16017.31558542  .00007755  00000-0  63116-3 0  9993
+2 35099  98.3454  61.4413 0170348 207.1460 152.0774 14.89128154415518
+0 FENGYUN 1C DEB
+1 35102U 99025DKE 16017.03809703  .00000404  00000-0  19620-3 0  9990
+2 35102  98.8150  42.8148 0066168 172.0137 188.2111 14.22617688390299
+0 FENGYUN 1C DEB
+1 35104U 99025DKG 16017.29890255  .00000345  00000-0  19792-3 0  9996
+2 35104  98.8992  44.0450 0033846  66.9809 351.0227 14.15635078387647
+0 FENGYUN 1C DEB
+1 35105U 99025DKH 16018.21549860  .00000320  00000-0  11083-3 0  9991
+2 35105  98.9155 165.1045 0122538 327.2511 156.4356 14.38877667424273
+0 FENGYUN 1C DEB
+1 35109U 99025DKM 16015.88072790 +.00000144 +00000-0 +81793-4 0  9998
+2 35109 098.7871 051.0313 0158888 021.3280 339.4420 14.17629905128568
+0 FENGYUN 1C DEB
+1 35111U 99025DKP 16017.32608791  .00000401  00000-0  26826-3 0  9999
+2 35111  99.5624 215.1908 0026436 113.9112 246.4828 14.07135617418016
+0 FENGYUN 1C DEB
+1 35114U 99025DKS 16017.21776001  .00013133  00000-0  75405-3 0  9993
+2 35114  97.5755 167.3079 0197244 236.2188 122.0113 14.97619533437275
+0 FENGYUN 1C DEB
+1 35116U 99025DKU 16016.50212379  .00000955  00000-0  50875-3 0  9991
+2 35116  98.9913  37.8035 0067012 318.2372  41.3697 14.14723502384065
+0 FENGYUN 1C DEB
+1 35117U 99025DKV 16017.34296590  .00002279  00000-0  86081-3 0  9991
+2 35117  98.8418  54.6984 0057117 160.6540 256.3980 14.31409985374197
+0 FENGYUN 1C DEB
+1 35118U 99025DKW 16017.36317461  .00003967  00000-0  59739-3 0  9990
+2 35118  97.8107 220.7808 0186688 265.3398  92.6463 14.63842042432421
+0 FENGYUN 1C DEB
+1 35119U 99025DKX 16014.32968928  .00005885  00000-0  12934-2 0  9990
+2 35119  99.9662 205.3329 0058665 312.6035 171.5807 14.56951325423656
+0 FENGYUN 1C DEB
+1 35120U 99025DKY 16017.02025533  .00001299  00000-0  81449-3 0  9991
+2 35120  97.9970 314.1474 0175410 253.2109 104.9750 13.98749295412761
+0 FENGYUN 1C DEB
+1 35121U 99025DKZ 16016.53246874  .00000418  00000-0  26469-3 0  9993
+2 35121  98.3675 132.4740 0160152 271.6024  86.6806 14.02799150408284
+0 FENGYUN 1C DEB
+1 35122U 99025DLA 16016.82952108  .00000273  00000-0  17610-3 0  9997
+2 35122  99.0187  32.9825 0025482 323.6940  36.2501 14.11177384371416
+0 FENGYUN 1C DEB
+1 35123U 99025DLB 16017.69593007  .00000552  00000-0  29410-3 0  9994
+2 35123  98.9309 104.0843 0055049 312.3802  47.2719 14.16828155381076
+0 FENGYUN 1C DEB
+1 35125U 99025DLD 16017.26127721  .00001023  00000-0  49491-3 0  9990
+2 35125  98.2574 183.6410 0063658  92.2034 268.6435 14.19414248412069
+0 FENGYUN 1C DEB
+1 35128U 99025DLG 16009.97050015  .00002218  00000-0  13492-2 0  9991
+2 35128  98.3635  89.1513 0136188 307.0728  51.8052 14.02629371396044
+0 FENGYUN 1C DEB
+1 35130U 99025DLJ 16017.83725162  .00002323  00000-0  12563-2 0  9995
+2 35130  99.0874  48.5142 0051357  64.1930 296.4527 14.12909937436169
+0 FENGYUN 1C DEB
+1 35134U 99025DLN 16014.54767838  .00003749  00000-0  11271-2 0  9998
+2 35134  98.8626 130.3625 0067877 155.7867 204.6537 14.41933483371997
+0 FENGYUN 1C DEB
+1 35135U 99025DLP 16017.86152868  .00000374  00000-0  20018-3 0  9999
+2 35135  98.8836  44.0243 0086846 243.8291 240.3428 14.17238153366406
+0 FENGYUN 1C DEB
+1 35136U 99025DLQ 16017.90151449  .00001682  00000-0  66181-3 0  9993
+2 35136  98.8252  53.3513 0079804 156.9015 203.5786 14.28829531365029
+0 FENGYUN 1C DEB
+1 35137U 99025DLR 16016.97780407  .00002641  00000-0  96695-3 0  9991
+2 35137  99.1236  67.9658 0255490 142.3565 338.9840 14.17221362396847
+0 FENGYUN 1C DEB
+1 35139U 99025DLT 16014.25831279 +.00000308 +00000-0 +17180-3 0  9996
+2 35139 098.8784 040.2619 0071258 256.1329 103.1910 14.16955876128402
+0 FENGYUN 1C DEB
+1 35140U 99025DLU 16017.00786147  .00000101  00000-0  47434-4 0  9994
+2 35140  98.7416  82.0330 0300162  11.0046 106.7079 14.18596379363173
+0 FENGYUN 1C DEB
+1 35141U 99025DLV 16017.31606777  .00001885  00000-0  11736-2 0  9993
+2 35141  99.1469  51.5484 0081759  84.2010 337.7355 14.04513144395160
+0 FENGYUN 1C DEB
+1 35142U 99025DLW 16017.88212013  .00000088  00000-0  10473-3 0  9994
+2 35142  99.2383  49.4512 0109106 289.3243 196.4085 13.88982741356046
+0 FENGYUN 1C DEB
+1 35144U 99025DLY 16018.00036706  .00001529  00000-0  65056-3 0  9992
+2 35144  98.8877  41.2546 0049516 185.6757 174.3867 14.26067270363139
+0 FENGYUN 1C DEB
+1 35145U 99025DLZ 16015.56531955  .00009982  00000-0  70893-3 0  9993
+2 35145  99.6228 289.4005 0140909  35.7436 325.3113 14.97254573430018
+0 FENGYUN 1C DEB
+1 35146U 99025DMA 16018.19893602  .00006340  00000-0  11956-2 0  9995
+2 35146  98.0460 169.7173 0268460 146.9951 214.8324 14.44198233418661
+0 FENGYUN 1C DEB
+1 35147U 99025DMB 16015.86225410  .00001785  00000-0  62763-3 0  9994
+2 35147  99.5143 343.7520 0055936 321.0650  38.6510 14.35498191415921
+0 FENGYUN 1C DEB
+1 35148U 99025DMC 16017.33179772  .00002178  00000-0  51375-3 0  9992
+2 35148  98.9828 208.4691 0094280 317.6879  41.7068 14.52736053437816
+0 FENGYUN 1C DEB
+1 35152U 99025DMG 16016.19832556  .00000108  00000-0  14792-3 0  9999
+2 35152  99.6378 102.8880 0200056   9.4285 351.0531 13.71410037408713
+0 FENGYUN 1C DEB
+1 35153U 99025DMH 16016.99507331  .00001032  00000-0  16956-3 0  9999
+2 35153  98.8932 282.4099 0208742  36.6675 324.8602 14.59792946443954
+0 FENGYUN 1C DEB
+1 35154U 99025DMJ 16015.42390328 +.00000299 +00000-0 +15332-3 0  9994
+2 35154 099.4784 234.8847 0189782 086.1152 276.1692 14.14215646133762
+0 FENGYUN 1C DEB
+1 35155U 99025DMK 16014.36878316 +.00000532 +00000-0 +30842-3 0  9998
+2 35155 098.8987 075.4642 0024950 344.2529 015.7864 14.12971851215173
+0 FENGYUN 1C DEB
+1 35156U 99025DML 16016.56559966 +.00000043 +00000-0 +51948-4 0  9998
+2 35156 098.9313 056.1254 0036995 277.2027 082.4937 14.07413519131167
+0 FENGYUN 1C DEB
+1 35159U 99025DMP 16017.86691866  .00001772  00000-0  84126-3 0  9994
+2 35159  98.8554 344.4103 0014157 203.0391 186.0388 14.20751870401902
+0 FENGYUN 1C DEB
+1 35160U 99025DMQ 16014.40050421 +.00000441 +00000-0 +15810-3 0  9995
+2 35160 099.2304 228.6620 0188904 285.4707 072.5682 14.30322412131279
+0 FENGYUN 1C DEB
+1 35161U 99025DMR 16017.58302307  .00004161  00000-0  64171-3 0  9998
+2 35161  99.5421 149.2531 0116782 293.2827  65.6116 14.69594792432719
+0 FENGYUN 1C DEB
+1 35162U 99025DMS 16017.18532198  .00003686  00000-0  10614-2 0  9991
+2 35162  96.7392   2.8439 0115642 123.0866 238.1494 14.41276887429651
+0 FENGYUN 1C DEB
+1 35163U 99025DMT 16015.56685949  .00001776  00000-0  41744-3 0  9992
+2 35163  99.0798 287.1236 0122454 293.9756  64.8654 14.51426470412767
+0 FENGYUN 1C DEB
+1 35165U 99025DMV 16016.43599875  .00001414  00000-0  77402-3 0  9992
+2 35165  99.0608  17.1426 0028462 301.4748  58.3643 14.13418099385010
+0 FENGYUN 1C DEB
+1 35167U 99025DMX 16017.36968337  .00000466  00000-0  16830-3 0  9994
+2 35167  98.7265  64.2263 0254684 327.0307  31.5205 14.22111013383629
+0 FENGYUN 1C DEB
+1 35168U 99025DMY 16017.58065656  .00000226  00000-0  13292-3 0  9994
+2 35168  98.2715 142.2291 0132405 126.7949 234.5460 14.12030774441542
+0 FENGYUN 1C DEB
+1 35169U 99025DMZ 16014.53094591  .00000865  00000-0  21669-3 0  9993
+2 35169  99.1175 275.5449 0189222  79.6536 282.5922 14.44083148401095
+0 FENGYUN 1C DEB
+1 35170U 99025DNA 16017.50854874  .00001426  00000-0  93265-3 0  9998
+2 35170  99.8411 284.8678 0109120  46.2814 314.7322 14.01179192397748
+0 FENGYUN 1C DEB
+1 35171U 99025DNB 16016.63384706  .00001417  00000-0  12171-2 0  9990
+2 35171  99.0520 267.1964 0158136  18.2121 342.4610 13.82797902384438
+0 FENGYUN 1C DEB
+1 35173U 99025DND 16016.77389575  .00000815  00000-0  90227-3 0  9996
+2 35173  99.6736 215.2217 0525650 274.2111  79.9134 13.27250168407708
+0 FENGYUN 1C DEB
+1 35174U 99025DNE 16016.43552969  .00002617  00000-0  49931-3 0  9997
+2 35174  98.9238 107.0375 0379855 118.3196 245.6851 14.27614638380363
+0 FENGYUN 1C DEB
+1 35175U 99025DNF 16017.25931102  .00000275  00000-0  15455-3 0  9991
+2 35175  98.8820  41.1920 0060080 237.8738 121.6597 14.17650670436198
+0 FENGYUN 1C DEB
+1 35176U 99025DNG 16012.11620082 +.00000225 +00000-0 +14142-3 0  9991
+2 35176 098.8436 069.8882 0055779 340.4592 019.4442 14.13430814397184
+0 FENGYUN 1C DEB
+1 35177U 99025DNH 15365.41521014  .00000907  00000-0  49423-3 0  9997
+2 35177  98.9284  65.1673 0042617  35.9527  29.4821 14.14240868426482
+0 FENGYUN 1C DEB
+1 35180U 99025DNL 16017.40399019  .00002000  00000-0  11501-2 0  9994
+2 35180  99.6487 250.7178 0632981  51.8058 313.8365 13.39554699399798
+0 FENGYUN 1C DEB
+1 35183U 99025DNP 16017.74655976  .00003801  00000-0  75954-3 0  9994
+2 35183  98.9153 208.9917 0105754 210.7486 148.7489 14.59052217412917
+0 FENGYUN 1C DEB
+1 35185U 99025DNR 16018.21945760  .00005670  00000-0  79955-3 0  9993
+2 35185  99.5416 154.6231 0130752 255.5315 103.1350 14.72011558422616
+0 FENGYUN 1C DEB
+1 35186U 99025DNS 16017.16383306  .00001322  00000-0  54031-3 0  9997
+2 35186  99.6106 350.6390 0063839   8.8222 351.4062 14.28177956418546
+0 FENGYUN 1C DEB
+1 35189U 99025DNV 16015.32347556  .00000684  00000-0  46657-3 0  9998
+2 35189  99.1353  46.0609 0068157 131.7730 228.9287 14.02176650430795
+0 FENGYUN 1C DEB
+1 35190U 99025DNW 16018.14808267  .00003651  00000-0  11224-2 0  9992
+2 35190  98.7062 349.6176 0118559  10.3333 350.0250 14.38193950412634
+0 FENGYUN 1C DEB
+1 35191U 99025DNX 16016.95946911 +.00000049 +00000-0 +73167-4 0  9993
+2 35191 099.1815 060.1116 0103627 319.4435 159.5380 13.89771499376349
+0 FENGYUN 1C DEB
+1 35192U 99025DNY 16017.22482145  .00002534  00000-0  59166-3 0  9992
+2 35192  99.1590 173.6754 0240727  65.4223 297.1843 14.39472670426955
+0 FENGYUN 1C DEB
+1 35194U 99025DPA 16017.70748479  .00000894  00000-0  25074-3 0  9990
+2 35194  99.0280 195.3938 0149685  71.2903 290.4464 14.42358579389046
+0 FENGYUN 1C DEB
+1 35195U 99025DPB 16016.73610633 +.00000855 +00000-0 +25763-3 0  9995
+2 35195 099.0730 202.3949 0130829 013.8115 346.6595 14.40607693387011
+0 FENGYUN 1C DEB
+1 35196U 99025DPC 16012.38626251  .00000874  00000-0  39464-3 0  9990
+2 35196  98.9255  68.2358 0236488 226.8745 196.2088 14.11024603380615
+0 FENGYUN 1C DEB
+1 35199U 99025DPF 16017.42903545  .00000590  00000-0  48840-3 0  9990
+2 35199  98.4546  88.2988 0130979 146.7085 214.2400 13.88458293418892
+0 FENGYUN 1C DEB
+1 35200U 99025DPG 16016.44778420  .00000135  00000-0  21313-3 0  9997
+2 35200  98.8535  16.2538 0357163 151.8583   5.2053 13.40325425397442
+0 FENGYUN 1C DEB
+1 35201U 99025DPH 16017.52853903  .00000004  00000-0  27881-4 0  9990
+2 35201  99.0084  35.3326 0007231  31.3025 120.8365 14.10017606360338
+0 FENGYUN 1C DEB
+1 35202U 99025DPJ 16017.94895510  .00000316  00000-0  50953-3 0  9998
+2 35202 100.3354  17.5545 0384291 292.6398  63.4513 13.31088248376795
+0 FENGYUN 1C DEB
+1 35203U 99025DPK 16017.51628796  .00000794  00000-0  11149-2 0  9995
+2 35203 102.0620 119.0961 0537893   8.1672  45.9279 13.13734305400732
+0 FENGYUN 1C DEB
+1 35204U 99025DPL 16016.13663350 +.00001439 +00000-0 +70741-3 0  9999
+2 35204 098.9537 087.6418 0058706 328.1794 064.6289 14.18414136393880
+0 FENGYUN 1C DEB
+1 35205U 99025DPM 16017.34660272  .00002538  00000-0  13815-2 0  9993
+2 35205  98.9442 336.6907 0073723 332.5491 183.0681 14.11756649412789
+0 FENGYUN 1C DEB
+1 35207U 99025DPP 16015.18044697  .00001568  00000-0  61661-3 0  9997
+2 35207  98.8316 356.2930 0080730 112.5364 248.4386 14.28907954397803
+0 FENGYUN 1C DEB
+1 35208U 99025DPQ 16017.30296230  .00000667  00000-0  53561-3 0  9995
+2 35208  99.2537  54.1972 0106274 315.5854  43.6819 13.91735348402331
+0 FENGYUN 1C DEB
+1 35210U 99025DPS 16016.74681987 +.00002026 +00000-0 +12299-2 0  9995
+2 35210 098.9386 309.0937 0074574 006.2634 026.0010 14.06071766390363
+0 FENGYUN 1C DEB
+1 35211U 99025DPT 16017.47383484  .00000724  00000-0  51911-3 0  9996
+2 35211  98.4513 112.8915 0142243 327.7883  88.6249 13.95265788390468
+0 FENGYUN 1C DEB
+1 35213U 99025DPV 16017.21642636  .00003979  00000-0  46477-3 0  9993
+2 35213  98.4306 119.6543 0186238  66.4178 295.6466 14.74046749391002
+0 FENGYUN 1C DEB
+1 35214U 99025DPW 16016.94946909 +.00005133 +00000-0 +88490-3 0  9998
+2 35214 098.5798 065.4305 0104717 131.8166 351.2259 14.65404325424159
+0 FENGYUN 1C DEB
+1 35215U 99025DPX 16017.71049151  .00030906  00000-0  36289-2 0  9992
+2 35215  98.9830 107.6180 0200083 178.6580 181.5203 14.71508295424075
+0 FENGYUN 1C DEB
+1 35217U 99025DPZ 16016.16340557 +.00001090 +00000-0 +13787-2 0  9996
+2 35217 101.8738 270.5926 0328948 282.4642 073.9867 13.46417660123960
+0 FENGYUN 1C DEB
+1 35219U 99025DQB 16014.41919001  .00005400  00000-0  11017-2 0  9993
+2 35219  99.1222 240.2134 0105819 155.6779 204.9464 14.57912864450417
+0 FENGYUN 1C DEB
+1 35220U 99025DQC 16015.86617885  .00001163  00000-0  70292-3 0  9993
+2 35220  99.0572 341.4498 0055061  33.5300 326.9334 14.07824728368729
+0 FENGYUN 1C DEB
+1 35221U 99025DQD 16016.07778211 +.00001832 +00000-0 +79935-3 0  9995
+2 35221 098.4208 240.7645 0071354 126.3265 234.4530 14.23696164131524
+0 FENGYUN 1C DEB
+1 35222U 99025DQE 16016.20361731  .00004770  00000-0  39884-3 0  9999
+2 35222  98.9788   9.4462 0159793 241.9907 116.5063 14.89669142431017
+0 FENGYUN 1C DEB
+1 35223U 99025DQF 16016.79408107  .00002292  00000-0  33793-3 0  9993
+2 35223  98.9375 314.0509 0188126  30.8566 330.3532 14.65181401407948
+0 FENGYUN 1C DEB
+1 35225U 99025DQH 16016.46114256 +.00002304 +00000-0 +12161-2 0  9997
+2 35225 103.2897 114.2621 0055057 356.4232 003.6523 14.14951452091323
+0 FENGYUN 1C DEB
+1 35226U 99025DQJ 16017.09384582  .00008384  00000-0  12907-2 0  9991
+2 35226  98.9876 241.8662 0058116 294.8651  64.6518 14.72618124474553
+0 FENGYUN 1C DEB
+1 35227U 99025DQK 16017.32327879  .00003746  00000-0  76917-3 0  9993
+2 35227  98.9526 212.0444 0082660 283.6462  75.5541 14.59200706425822
+0 FENGYUN 1C DEB
+1 35229U 99025DQM 16016.26239259  .00001871  00000-0  99003-3 0  9999
+2 35229  98.4515 176.5614 0095267 288.9305  70.1560 14.12574307416968
+0 FENGYUN 1C DEB
+1 35230U 99025DQN 16017.56304966  .00002217  00000-0  94820-3 0  9990
+2 35230  98.3890 236.8417 0066444 102.1622 258.7011 14.24684235375672
+0 FENGYUN 1C DEB
+1 35231U 99025DQP 16016.91370318 -.00000016 +00000-0 +15827-4 0  9990
+2 35231 099.0257 007.0918 0036070 258.9047 100.8068 14.14302270403615
+0 FENGYUN 1C DEB
+1 35233U 99025DQR 16015.30376337  .00001277  00000-0  62460-3 0  9994
+2 35233  98.9730  36.7664 0053240 283.9477 133.7573 14.19052092401805
+0 FENGYUN 1C DEB
+1 35234U 99025DQS 16017.88342713  .00001432  00000-0  37378-3 0  9994
+2 35234  98.4782  64.6871 0141091 184.8724 175.1104 14.45274163419379
+0 FENGYUN 1C DEB
+1 35235U 99025DQT 16017.08054924  .00010759  00000-0  11041-2 0  9991
+2 35235  99.4339 109.7538 0064636 300.9739  58.5133 14.89095732423783
+0 FENGYUN 1C DEB
+1 35236U 99025DQU 16017.56309338  .00000593  00000-0  20894-3 0  9999
+2 35236  98.8119 134.9294 0098598  73.9753 287.2265 14.35905435461172
+0 FENGYUN 1C DEB
+1 35237U 99025DQV 16017.30670267  .00004541  00000-0  10074-2 0  9999
+2 35237  99.6069  59.4677 0073519 300.1258  59.2663 14.56041773447142
+0 FENGYUN 1C DEB
+1 35239U 99025DQX 16015.66420561  .00000771  00000-0  85504-3 0  9990
+2 35239  99.3968 278.7217 0237128   2.6231 357.6097 13.63337672363571
+0 FENGYUN 1C DEB
+1 35240U 99025DQY 16017.79997688  .00000863  00000-0  54020-3 0  9998
+2 35240  99.3366 141.4406 0059831 134.9840 225.6199 14.06568684421624
+0 FENGYUN 1C DEB
+1 35241U 99025DQZ 16017.78775244  .00000878  00000-0  67705-3 0  9990
+2 35241  98.6286 148.5106 0156199 121.9759 239.6692 13.89708064374261
+0 FENGYUN 1C DEB
+1 35242U 99025DRA 16015.44542145 +.00001159 +00000-0 +14943-2 0  9992
+2 35242 100.0287 359.5635 0319046 044.9367 103.4663 13.45443650093783
+0 FENGYUN 1C DEB
+1 35243U 99025DRB 16018.21726466  .00001364  00000-0  35752-3 0  9991
+2 35243  98.9280 173.5182 0129222  48.8144 312.4106 14.46183061384397
+0 FENGYUN 1C DEB
+1 35244U 99025DRC 16017.49478244  .00000234  00000-0  17932-3 0  9994
+2 35244  99.2075  33.8488 0073234 116.1311 244.7412 14.01831591375348
+0 FENGYUN 1C DEB
+1 35245U 99025DRD 16016.95079422 +.00001047 +00000-0 +73185-3 0  9995
+2 35245 099.2612 019.1744 0079165 182.9560 207.6321 13.99327859370383
+0 CZ-4C DEB
+1 35248U 07055C   16017.65971633  .00002263  00000-0  39992-3 0  9992
+2 35248  97.9791 274.8688 0156664 282.2494 106.1086 14.60705358431322
+0 CZ-4C DEB
+1 35249U 07055D   16017.04858658  .00001267  00000-0  34304-3 0  9992
+2 35249  97.8688 118.4493 0248521 259.7868  97.5208 14.32707815423826
+0 CZ-4C DEB
+1 35251U 07055F   16016.88697453  .00001667  00000-0  39707-3 0  9996
+2 35251  97.8348 162.4701 0208225 122.3017  29.6858 14.42545864426882
+0 CZ-4C DEB
+1 35252U 07055G   16017.37404113  .00314859  00000-0  19810-2 0  9993
+2 35252  97.7702  68.9578 0000946 203.7691 216.9238 15.75806261443914
+0 METEOR 2-5 DEB
+1 35253U 79095U   16017.19809206  .00003618  00000-0  11271-2 0  9990
+2 35253  81.1900 191.9919 0014627  75.0145  48.1098 14.40712554616668
+0 METEOR 2-5 DEB
+1 35254U 79095V   16016.75556444  .00001608  00000-0  52724-3 0  9991
+2 35254  81.2089 174.3277 0007678  13.2202 346.9184 14.38005144636312
+0 METEOR 2-5 DEB
+1 35255U 79095W   16016.13152283 +.00001598 +00000-0 +78225-3 0  9999
+2 35255 081.2093 313.6646 0013803 167.4003 192.7520 14.17449589132699
+0 METEOR 2-5 DEB
+1 35256U 79095X   16016.54352400 +.00001277 +00000-0 +63133-3 0  9994
+2 35256 081.1998 311.6238 0012019 116.5918 243.6490 14.16800042106806
+0 METEOR 2-5 DEB
+1 35257U 79095Y   16018.03536018  .00002505  00000-0  10437-2 0  9993
+2 35257  81.1955 288.4097 0011993  67.4022 292.8425 14.26020725381457
+0 ERS 1 DEB
+1 35258U 91050M   16018.12696065  .00006333  00000-0  11607-2 0  9991
+2 35258  98.2600 353.2180 0021417 299.7724  60.1349 14.65989045384950
+0 ERS 1 DEB
+1 35259U 91050N   16017.89309624  .00001171  00000-0  33566-3 0  9991
+2 35259  98.2853 346.6073 0019074 310.3501 102.7047 14.46651497623980
+0 ERS 1 DEB
+1 35260U 91050P   16017.46226318  .00001082  00000-0  32607-3 0  9990
+2 35260  98.3332 342.4681 0027401 347.1850 138.5039 14.44234748545279
+0 ERS 1 DEB
+1 35261U 91050Q   16017.46376387  .00007021  00000-0  12552-2 0  9998
+2 35261  98.2493 353.6089 0022556 296.0023  63.8858 14.67041910387245
+0 ERS 1 DEB
+1 35262U 91050R   16017.90842716  .00001187  00000-0  31821-3 0  9990
+2 35262  98.1352   2.2497 0018142 240.9590 181.7413 14.49816417287026
+0 CZ-4 DEB
+1 35268U 04035L   16017.27923876  .00004292  00000-0  24531-3 0  9990
+2 35268  97.7971  48.2708 0005557  70.5361 353.5838 15.13244306442643
+0 CZ-4 DEB
+1 35269U 04035M   16017.88779258  .00003390  00000-0  54484-3 0  9999
+2 35269  97.7966 180.1011 0152385 222.2533 136.6849 14.64741792598011
+0 CZ-4 DEB
+1 35270U 04035N   16016.19011682  .00001381  00000-0  26450-3 0  9994
+2 35270  97.8303 102.3898 0183972  29.3531   1.1458 14.55053945593763
+0 CZ-2D DEB
+1 35271U 05024K   16017.31346241  .00001704  00000-0  96480-4 0  9991
+2 35271  97.6372  53.2463 0012434 201.6050 216.0718 15.14378215525694
+0 CZ-2D DEB
+1 35272U 05024L   16017.94107791  .00001621  00000-0  90654-4 0  9991
+2 35272  97.6255  54.1622 0013410 194.6269 285.3055 15.14870280559723
+0 CZ-2D DEB
+1 35273U 05024M   16016.91583753 +.00001827 +00000-0 +98780-4 0  9990
+2 35273 097.6246 053.7810 0014232 187.8717 172.2294 15.15917259597992
+0 CZ-2D DEB
+1 35274U 08056D   16016.89994220  .00000224  00000-0  14318-3 0  9995
+2 35274  98.9423 353.1001 0171326  63.8449 298.0228 14.05817168363155
+0 CZ-2D DEB
+1 35275U 08056E   16016.38060457  .00000407  00000-0  17608-3 0  9994
+2 35275  98.6943 354.0569 0140167 180.9526 179.1407 14.24440309367438
+0 SL-16 DEB
+1 35276U 93059K   16018.20756178  .00026592  00000-0  30224-2 0  9998
+2 35276  70.9583  96.9872 0010765 334.7702  25.2930 14.86133776159588
+0 COSMOS 2251 DEB
+1 35278U 93036AJG 16016.90262998  .00003295  00000-0  94591-3 0  9995
+2 35278  74.0500  89.8824 0073543 319.7265 157.6826 14.43716032352395
+0 COSMOS 2251 DEB
+1 35279U 93036AJH 16018.02979251  .00004573  00000-0  75214-3 0  9999
+2 35279  74.0069 271.0699 0039887 231.4840 128.2753 14.70354632354785
+0 COSMOS 2251 DEB
+1 35280U 93036AJJ 16015.47735160 +.00002244 +00000-0 +67583-3 0  9999
+2 35280 074.0340 074.0662 0068601 324.9975 092.2313 14.41798766349305
+0 COSMOS 2251 DEB
+1 35281U 93036AJK 16017.30869663  .00002334  00000-0  58799-3 0  9999
+2 35281  74.0041 356.7562 0014585  90.5670 269.7162 14.51648809353764
+0 COSMOS 2251 DEB
+1 35282U 93036AJL 16016.55213225  .00004478  00000-0  11334-2 0  9997
+2 35282  74.0945  61.7231 0108622 288.3483  70.5886 14.47699089352355
+0 COSMOS 2251 DEB
+1 35283U 93036AJM 16016.84383877 +.00013859 +00000-0 +19855-2 0  9990
+2 35283 074.0318 337.8412 0011214 226.7394 133.2845 14.76549297354008
+0 COSMOS 2251 DEB
+1 35284U 93036AJN 16015.47146098 +.00000185 +00000-0 +73259-4 0  9999
+2 35284 074.0496 066.6363 0018219 318.9815 102.0351 14.35633570135626
+0 COSMOS 2251 DEB
+1 35285U 93036AJP 16015.38333941  .00002361  00000-0  63150-3 0  9991
+2 35285  74.0306  22.1076 0021374 290.1281  69.7579 14.48719820354237
+0 COSMOS 2251 DEB
+1 35287U 93036AJR 16017.56108345  .00000127  00000-0  54326-4 0  9997
+2 35287  74.0307  66.1458 0019504 318.3601 192.5994 14.34301968350106
+0 COSMOS 2251 DEB
+1 35288U 93036AJS 16017.30529462  .00001406  00000-0  40402-3 0  9997
+2 35288  73.9587 356.5125 0051083 325.3683  34.4150 14.45059489355482
+0 COSMOS 2251 DEB
+1 35290U 93036AJU 16017.37019795  .00001594  00000-0  47160-3 0  9996
+2 35290  74.0190  32.8441 0017090 288.5240  71.4060 14.44174139356695
+0 COSMOS 2251 DEB
+1 35291U 93036AJV 16017.25374578  .00002628  00000-0  25185-3 0  9999
+2 35291  74.0459 113.8409 0103032  60.9639 330.6918 14.89757266363770
+0 COSMOS 2251 DEB
+1 35292U 93036AJW 16017.27013946  .00007001  00000-0  83508-3 0  9994
+2 35292  74.0037 230.1176 0034818 202.2717 157.6951 14.84015385358165
+0 IRIDIUM 33 DEB
+1 35293U 97051PH  16017.45005460  .00011372  00000-0  12020-2 0  9994
+2 35293  86.3150  81.8604 0022404 287.3382  72.5393 14.88939714357007
+0 IRIDIUM 33 DEB
+1 35294U 97051PJ  16017.55934293  .00003297  00000-0  80955-3 0  9991
+2 35294  86.3312 117.1269 0012490 100.8057 319.4477 14.52072706352551
+0 IRIDIUM 33 DEB
+1 35296U 97051PL  16017.00434976  .00002406  00000-0  64839-3 0  9990
+2 35296  86.3128 113.9726 0020149 101.9531 258.3932 14.47459459351766
+0 IRIDIUM 33 DEB
+1 35297U 97051PM  16017.60607730  .00000802  00000-0  27462-3 0  9996
+2 35297  86.3939 145.5241 0018958 122.0768 299.2357 14.34961241350689
+0 IRIDIUM 33 DEB
+1 35299U 97051PP  16016.78171343  .00001348  00000-0  55007-3 0  9994
+2 35299  86.2995 136.5646 0061918 278.3654 234.8952 14.25671691347605
+0 CZ-4 DEB
+1 35319U 99057RX  16017.76163461  .00000372  00000-0  20263-3 0  9998
+2 35319  98.4693 207.1916 0203558 346.4967  73.6883 14.07611137729295
+0 CZ-4 DEB
+1 35320U 99057RY  16016.80252409  .00001035  00000-0  20439-3 0  9997
+2 35320  97.9301   1.6426 0000981  55.9732  63.2077 14.64403972489008
+0 CZ-4 DEB
+1 35322U 99057SA  16017.65962073  .00000377  00000-0  19297-3 0  9996
+2 35322  98.8869 323.0368 0204136 358.9104   1.1595 14.11101662643788
+0 CZ-4 DEB
+1 35323U 99057SB  16017.91409781  .00002707  00000-0  64350-3 0  9997
+2 35323  98.3438   9.2924 0064413 186.3142 173.7250 14.53448077576413
+0 CZ-4 DEB
+1 35325U 99057SD  16016.70342836  .00001949  00000-0  30785-3 0  9994
+2 35325  98.4093 290.9059 0017464 231.9707 127.9924 14.73486606631197
+0 CZ-4 DEB
+1 35326U 99057SE  16013.01204306  .00000286  00000-0  17850-3 0  9996
+2 35326  98.5281 100.3145 0229870 204.1738 154.8505 13.99395281567209
+0 CZ-4 DEB
+1 35327U 99057SF  16017.71497422  .00000842  00000-0  23344-3 0  9994
+2 35327  98.5292 335.8768 0093426 159.2407 201.2619 14.46705871628515
+0 CZ-4 DEB
+1 35329U 99057SH  16016.96757096 +.00000028 +00000-0 +26350-4 0  9995
+2 35329 098.4371 277.9597 0134443 169.5506 256.8962 14.27047829702981
+0 CZ-4 DEB
+1 35330U 99057SJ  16017.09319473  .00000081  00000-0  39039-4 0  9992
+2 35330  98.4737 328.3043 0084879 207.8491 151.8140 14.39449134674564
+0 CZ-4 DEB
+1 35331U 99057SK  16016.35769262  .00002260  00000-0  61583-3 0  9995
+2 35331  98.5955 334.8381 0120754   3.8860 149.8695 14.44202526683955
+0 CZ-4 DEB
+1 35332U 99057SL  16016.57570325 +.00000033 +00000-0 +29444-4 0  9997
+2 35332 098.5340 291.6873 0122715 198.8265 160.8357 14.26215396675445
+0 CZ-4 DEB
+1 35334U 99057SN  16018.10592566  .00000914  00000-0  25122-3 0  9997
+2 35334  98.4168 339.2733 0078208  77.0355 283.9557 14.47575452518599
+0 PSLV DEB
+1 35339U 01049PX  16017.39351567  .00000465  00000-0  14855-3 0  9992
+2 35339  98.1939 243.9438 0185152  98.3933 263.8288 14.34629357692305
+0 PSLV DEB
+1 35341U 01049PZ  16016.00591762 +.00002444 +00000-0 +32668-3 0  9996
+2 35341 097.9047 288.9061 0037507 064.0972 296.4099 14.79933664685233
+0 PSLV DEB
+1 35342U 01049QA  16017.55342580  .00001312  00000-0  64495-3 0  9996
+2 35342  98.3151 298.2791 0369764  66.0700 297.8728 13.88871404581403
+0 PSLV DEB
+1 35344U 01049QC  16016.43448474  .00001432  00000-0  28207-3 0  9997
+2 35344  98.0917  94.5543 0056152 130.1870 230.4267 14.63050286604654
+0 PSLV DEB
+1 35345U 01049QD  16017.20571800  .00001749  00000-0  36501-3 0  9991
+2 35345  98.0166  18.7897 0065287 241.8019 117.6578 14.59815482626854
+0 PSLV DEB
+1 35346U 01049QE  16017.00484477  .00001774  00000-0  50405-3 0  9990
+2 35346  98.8307 314.6275 0041253 104.4426 256.1347 14.46197085710610
+0 PSLV DEB
+1 35347U 01049QF  16016.34213155  .00014058  00000-0  96830-3 0  9991
+2 35347  98.4209 218.1272 0026939 314.7596  45.1436 15.05696202667551
+0 PSLV DEB
+1 35348U 01049QG  16017.24559391  .00002186  00000-0  40605-3 0  9995
+2 35348  97.9520  19.2408 0056832 113.3847 247.3348 14.65117368725672
+0 PSLV DEB
+1 35349U 01049QH  16017.80200675  .00007309  00000-0  43217-3 0  9990
+2 35349  97.5382  21.0607 0026964  94.6510 265.7801 15.11452919505465
+0 PSLV DEB
+1 35350U 01049QJ  16017.66305793  .00000813  00000-0  23012-3 0  9997
+2 35350  98.3396 337.1214 0076038  61.9251 298.9602 14.46522953654524
+0 PSLV DEB
+1 35351U 01049QK  16017.41263365  .00001120  00000-0  35836-3 0  9998
+2 35351  98.8454 239.8938 0003531 257.1290 102.9504 14.41637652656442
+0 SL-18 DEB
+1 35354U 93014BD  16016.91722233 +.00008677 +00000-0 +13691-2 0  9990
+2 35354 075.7414 101.7131 0076027 216.2680 143.3335 14.70509476515490
+0 SL-18 DEB
+1 35356U 93014BF  16014.04618341 +.00010922 +00000-0 +18747-2 0  9991
+2 35356 075.7500 138.4245 0081993 255.4190 103.7886 14.66513794135166
+0 SL-18 DEB
+1 35359U 93014BJ  16018.04248907  .00011407  00000-0  19419-2 0  9991
+2 35359  75.7471 138.0858 0074671 258.7507 100.5273 14.67243182445177
+0 SL-18 DEB
+1 35360U 93014BK  16016.95365215  .00006614  00000-0  10790-2 0  9990
+2 35360  75.7402 106.8639 0086432 224.9005 134.5163 14.68555210467627
+0 SL-18 DEB
+1 35361U 93014BL  16005.36763370  .00063819  00000-0  40265-2 0  9998
+2 35361  75.7142  22.0617 0019392  84.1635 285.0243 15.08630419506355
+0 MEASAT 3A
+1 35362U 09032A   16017.42274983 -.00000251  00000-0  00000+0 0  9995
+2 35362   0.0582 224.7859 0002702  35.9654  99.1995  1.00270761 24109
+0 SL-23 R/B
+1 35363U 09032B   16017.08319905 -.00000073  00000-0  00000+0 0  9994
+2 35363  10.8335  70.5598 4065107 329.4438  14.6416  1.68697451 40498
+0 METEOR 2-17 DEB
+1 35364U 88005Y   16015.55744422 +.00000088 +00000-0 +56854-4 0  9996
+2 35364 082.5535 101.9655 0013936 184.8118 239.3381 13.92327701119837
+0 METEOR 2-17 DEB
+1 35365U 88005Z   15358.31982098  .00001389  00000-0  11040-2 0  9994
+2 35365  82.5194 119.6663 0005142 300.8483  88.6863 13.90568736399247
+0 METEOR 2-17 DEB
+1 35366U 88005AA  16017.53713287  .00001239  00000-0  96607-3 0  9991
+2 35366  82.5424 104.0018 0009765 256.5069 165.7931 13.91569201379844
+0 METEOR 2-17 DEB
+1 35368U 88005AC  16016.99365950  .00001509  00000-0  11061-2 0  9992
+2 35368  82.5674 101.2998 0023907 252.2738 226.8845 13.95123057447320
+0 METEOR 2-17 DEB
+1 35369U 88005AD  16007.60967860  .00000893  00000-0  71313-3 0  9991
+2 35369  82.5270 113.5829 0018408   3.0795  59.7133 13.89866451448977
+0 METEOR 2-17 DEB
+1 35371U 88005AF  16015.53585800 -.00000118  00000-0 -10242-3 0  9991
+2 35371  82.5169  91.8433 0013564 332.0159  92.0943 13.92840648444859
+0 METEOR 2-17 DEB
+1 35372U 88005AG  16017.53620664  .00000337  00000-0  26587-3 0  9992
+2 35372  82.5349 111.3281 0012717 297.5474 120.6493 13.89091210434950
+0 METEOR 2-17 DEB
+1 35373U 88005AH  15359.07685450  .00001728  00000-0  13658-2 0  9993
+2 35373  82.5266 116.4455 0009579  35.4566  88.8807 13.90989030354516
+0 CZ-4 DEB
+1 35374U 06046G   16017.69353007  .00003630  00000-0  15438-3 0  9992
+2 35374  97.5104  37.1827 0061503 289.5129  69.9471 15.21975195505640
+0 CZ-4 DEB
+1 35375U 06046H   16017.50547351  .00000119  00000-0  14946-4 0  9993
+2 35375  97.8427   8.6900 0032674 214.1455 270.7560 14.98873894500473
+0 CZ-4 DEB
+1 35376U 06046J   16017.11552407  .00001881  00000-0  37691-3 0  9997
+2 35376  97.7879 132.3128 0200464 273.6465 210.6887 14.50978145484655
+0 CZ-4 DEB
+1 35378U 06046L   16016.44407877 +.00003171 +00000-0 +55927-3 0  9990
+2 35378 097.7461 195.6438 0176366 175.8145 184.4581 14.58464157481681
+0 CZ-4 DEB
+1 35379U 03049F   16018.00022169  .00000182  00000-0  16450-3 0  9999
+2 35379  99.0474 304.4989 0178130 146.8462 274.4719 13.88438745601215
+0 CZ-4 DEB
+1 35380U 03049G   16017.20131328  .00005335  00000-0  60268-3 0  9991
+2 35380  98.0123 100.1390 0042945 347.6776  40.1398 14.86277801515541
+0 CZ-4 DEB
+1 35381U 03049H   16017.62774487  .00002186  00000-0  40418-3 0  9993
+2 35381  98.5880 295.5726 0100671 297.7686 180.0901 14.63308169639936
+0 CZ-4 DEB
+1 35382U 03049J   16016.74130823 +.00000629 +00000-0 +29491-3 0  9994
+2 35382 098.6606 308.6088 0156151 324.9289 034.1682 14.17369514613956
+0 CZ-4 DEB
+1 35383U 03049K   16016.89525646 +.00000135 +00000-0 +41791-4 0  9992
+2 35383 098.5896 245.5125 0050534 318.0099 108.2293 14.55829711158495
+0 CBERS 1 DEB
+1 35384U 99057SP  16017.45106290  .00013254  00000-0  15736-2 0  9994
+2 35384  98.2722  19.1865 0005378 289.0394  71.0236 14.84586426435710
+0 CBERS 1 DEB
+1 35387U 99057SS  16017.09767583  .00001797  00000-0  50930-3 0  9990
+2 35387  98.3629 329.4782 0005102  17.2443 342.8921 14.46683441417258
+0 ERS 2 DEB
+1 35391U 95021E   16016.98884690  .00000664  00000-0  24355-3 0  9992
+2 35391  98.2192  21.7258 0006692  16.2255  10.7302 14.35814675450470
+0 ERS 2 DEB
+1 35392U 95021F   16017.11642356  .00000689  00000-0  23866-3 0  9993
+2 35392  98.3065  76.1439 0004547 122.2849 302.6624 14.38603498420761
+0 ERS 2 DEB
+1 35393U 95021G   16016.51741044 +.00000764 +00000-0 +25338-3 0  9991
+2 35393 098.1533 032.1975 0004354 310.9181 202.4659 14.40434738653088
+0 CZ-4 DEB
+1 35397U 07042E   16016.40775007  .00001177  00000-0  24275-3 0  9993
+2 35397  98.7264 221.2506 0111619  22.9738 337.6397 14.58730284427725
+0 CZ-4 DEB
+1 35398U 07042F   16016.63000730 +.00002955 +00000-0 +34008-3 0  9993
+2 35398 098.5292 262.2554 0103630 122.7499 269.0055 14.82790101435763
+0 SCOUT G-1 DEB
+1 35401U 93041E   16017.33973341  .00002060  00000-0  42975-3 0  9996
+2 35401  89.5240 242.6483 0054396  62.5628 298.1101 14.58695177673043
+0 SCOUT G-1 DEB
+1 35403U 93041G   16017.93927201  .00003543  00000-0  91286-3 0  9994
+2 35403  89.5175 253.4355 0062070 224.3793 135.2430 14.48786509425038
+0 CZ-4B DEB
+1 35404U 02024J   16017.10487447  .00000037  00000-0  38168-4 0  9994
+2 35404  98.7875 344.5964 0051652 287.9284 132.9193 14.19351204702238
+0 CZ-4B DEB
+1 35405U 02024K   16017.14724600  .00000401  00000-0  21915-3 0  9990
+2 35405  98.8559 349.6382 0127681 120.3119 301.1615 14.13316154700733
+0 METEOR 2-9 DEB
+1 35406U 82116F   16016.48591631  .00004067  00000-0  13006-2 0  9996
+2 35406  81.2391  83.9565 0045215 279.5023  80.1055 14.38915804420823
+0 METEOR 2-9 DEB
+1 35407U 82116G   16017.43523432  .00003436  00000-0  10839-2 0  9997
+2 35407  81.2368  73.9273 0042199 242.3817 117.3082 14.39642804477070
+0 ARIANE 1 DEB
+1 35408U 86019FL  16017.64647765  .00000205  00000-0  10445-3 0  9998
+2 35408  98.7644  86.3970 0033813 128.9657  25.7091 14.25809431465331
+0 SL-24 DEB
+1 35413U 06029F   16016.76840633  .00003998  00000-0  16371-3 0  9994
+2 35413  64.5112  76.3845 0029576 261.7166  98.0607 15.25523661701440
+0 JASON DEB
+1 35414U 01055F   16017.85391635  .00001153  00000-0  37360-2 0  9994
+2 35414  66.0218 153.4012 0091502  29.7055 129.3070 13.04159880655190
+0 TITAN 4B DEB
+1 35415U 00047D   16017.91254789  .00000134  00000-0  25160-4 0  9995
+2 35415  67.9945 211.2874 0064108 181.8458 178.2456 14.90460636515226
+0 TRANSIT 18 DEB
+1 35416U 68012F   16018.24003263  .00000395  00000-0  56259-3 0  9999
+2 35416  89.9573 277.3222 0069506 192.4037 283.6086 13.53695032339059
+0 CZ-2C DEB
+1 35417U 04012L   16016.95345087 +.00004784 +00000-0 +64605-3 0  9999
+2 35417 097.8653 275.2295 0111836 327.6223 093.2767 14.75253910547756
+0 ALOS DEB
+1 35418U 06002Z   16016.87162189 +.00000876 +00000-0 +16975-3 0  9997
+2 35418 097.8247 034.9997 0001237 089.7970 031.4955 14.65572845475127
+0 DMSP 5D-2 F11 DEB
+1 35419U 91082CM  16017.82419343  .00021695  00000-0  34079-2 0  9999
+2 35419  98.4564 335.0057 0033697 185.5974 205.1125 14.72211829601987
+0 SL-16 DEB
+1 35420U 01056M   16016.52709639 +.00000186 +00000-0 +23994-3 0  9996
+2 35420 099.0965 216.4815 0024778 200.6391 178.4680 13.74525992703708
+0 METEOR 1-23 DEB
+1 35422U 75124D   16003.34292761  .00003723  00000-0  15783-2 0  9990
+2 35422  81.2405 218.0661 0014065 259.5038 100.4557 14.25194696489055
+0 METEOR 2-2 DEB
+1 35423U 77002F   16017.61393098  .00001829  00000-0  95767-3 0  9994
+2 35423  81.2571 130.7126 0016518 200.5755 159.4755 14.13888017454974
+0 METEOR 2-7 DEB
+1 35424U 81043M   16017.14847895  .00001958  00000-0  86013-3 0  9999
+2 35424  81.2639 173.3559 0041504  54.4952 306.0086 14.22772832382537
+0 METEOR 2-6 DEB
+1 35426U 80073J   16017.05938806  .00002375  00000-0  93769-3 0  9996
+2 35426  81.2121 146.9764 0027300 310.7792 171.3449 14.28621172549893
+0 DELTA 2 DEB
+1 35428U 04045D   16004.51810149  .00105857 -26239-7  49022-3 0  9991
+2 35428  39.0727  52.5532 3896439 226.5190 321.5551  7.80670272192891
+0 COSMOS 2251 DEB
+1 35429U 93036AJX 16013.28726095  .00023141  00000-0  14854-2 0  9999
+2 35429  73.9512 117.3681 0125238 198.8525 160.8006 15.02052353363894
+0 COSMOS 2251 DEB
+1 35430U 93036AJY 16013.18824740  .00026737  00000-0  20260-2 0  9998
+2 35430  74.0330 200.1783 0027866 154.2317 206.0267 15.01853380361217
+0 COSMOS 2251 DEB
+1 35431U 93036AJZ 16017.15826572  .00006710  00000-0  11597-2 0  9997
+2 35431  74.0200 319.1909 0023668 250.7601 109.1008 14.68395498353725
+0 COSMOS 2251 DEB
+1 35432U 93036AKA 16017.51209003  .00001761  00000-0  49929-3 0  9994
+2 35432  74.0473  37.2759 0015588 253.4088 260.3758 14.46162388349363
+0 COSMOS 2251 DEB
+1 35433U 93036AKB 16017.57637911  .00000261  00000-0  10874-3 0  9995
+2 35433  74.0361  96.1673 0029901 307.9498 114.3150 14.31026057349677
+0 COSMOS 2251 DEB
+1 35434U 93036AKC 16017.20468810  .00000611  00000-0  29620-3 0  9994
+2 35434  74.0410 202.6632 0096112  58.8193 302.2328 14.18074802352488
+0 COSMOS 2251 DEB
+1 35435U 93036AKD 16015.79920432  .00001649  00000-0  51021-3 0  9992
+2 35435  74.0232  55.2493 0028347 299.7039 182.1577 14.41830145351956
+0 COSMOS 2251 DEB
+1 35439U 93036AKH 16017.96544161  .00000849  00000-0  62920-3 0  9999
+2 35439  74.0252 117.1006 0274303   3.7386 113.7715 13.80304563341509
+0 COSMOS 2251 DEB
+1 35440U 93036AKJ 16017.03334639  .00000552  00000-0  12410-3 0  9996
+2 35440  74.0227 273.2437 0084617 235.9289 182.9355 14.56855079355389
+0 COSMOS 2251 DEB
+1 35441U 93036AKK 16016.99153411  .00001536  00000-0  52298-3 0  9999
+2 35441  74.1458 121.8397 0057204 290.1601  69.3404 14.36418848353651
+0 COSMOS 2251 DEB
+1 35442U 93036AKL 16017.56633821  .00001606  00000-0  49078-3 0  9992
+2 35442  74.0427  54.1463 0019704 275.0500 245.4728 14.42559700350677
+0 COSMOS 2251 DEB
+1 35443U 93036AKM 16017.84251150  .00002960  00000-0  92771-3 0  9997
+2 35443  74.0091 182.1931 0226729 101.5996 261.0697 14.27309922352006
+0 COSMOS 2251 DEB
+1 35444U 93036AKN 16017.08160663  .00022258  00000-0  63046-3 0  9997
+2 35444  73.9125 280.5110 0079261 307.3319  52.0679 15.33028090362884
+0 COSMOS 2251 DEB
+1 35445U 93036AKP 16017.29581801  .00001009  00000-0  30131-3 0  9992
+2 35445  74.0456 125.8255 0210361  26.3137 334.8516 14.32223640354023
+0 COSMOS 2251 DEB
+1 35446U 93036AKQ 16018.11712327  .00000115  00000-0  34503-4 0  9999
+2 35446  74.0489 295.3428 0080212 251.3244 107.9197 14.52088106355049
+0 COSMOS 2251 DEB
+1 35448U 93036AKS 16015.69130435  .00000826  00000-0  27253-3 0  9997
+2 35448  73.9094  22.7148 0017936 241.5447 118.3900 14.39637374351890
+0 COSMOS 2251 DEB
+1 35451U 93036AKV 16013.31923347  .00004141  00000-0  54000-3 0  9994
+2 35451  73.9475 141.9667 0110242 167.9338 192.4519 14.76684768361745
+0 COSMOS 2251 DEB
+1 35453U 93036AKX 16009.72078624  .00000425  00000-0  17708-3 0  9990
+2 35453  74.0093 143.2730 0079895  42.0131 318.7107 14.27519499344744
+0 COSMOS 2251 DEB
+1 35455U 93036AKZ 16016.94064914 +.00001076 +00000-0 +36964-3 0  9999
+2 35455 074.0342 105.6499 0129383 008.3454 351.9805 14.32663284345932
+0 COSMOS 2251 DEB
+1 35456U 93036ALA 16016.48029363  .00001365  00000-0  42522-3 0  9996
+2 35456  73.9602  53.4288 0100811   1.8397 358.3106 14.39030495355334
+0 COSMOS 2251 DEB
+1 35459U 93036ALD 16006.80082603  .00000237  00000-0  95860-4 0  9991
+2 35459  73.8736  55.7250 0017777   2.1705 357.9520 14.33277069346422
+0 COSMOS 2251 DEB
+1 35460U 93036ALE 16017.18603616  .00008811  00000-0  98808-3 0  9999
+2 35460  73.9869 196.2119 0070683 250.8002 108.5519 14.85107070360890
+0 COSMOS 2251 DEB
+1 35461U 93036ALF 16017.33186406  .00004448  00000-0  11524-2 0  9991
+2 35461  73.8319  11.9450 0072806 267.1524  92.1300 14.48545918353782
+0 COSMOS 2251 DEB
+1 35462U 93036ALG 16016.95171930 +.00001077 +00000-0 +53744-3 0  9991
+2 35462 074.0425 237.7299 0116006 058.8044 302.4407 14.14569543150969
+0 COSMOS 2251 DEB
+1 35464U 93036ALJ 16016.45889068 +.00002138 +00000-0 +42797-3 0  9991
+2 35464 074.0170 286.9425 0054153 249.5330 226.8495 14.61548397044364
+0 COSMOS 2251 DEB
+1 35465U 93036ALK 16014.78801177  .00000564  00000-0  19249-3 0  9998
+2 35465  74.0007  50.9670 0070915 342.7259  17.1481 14.37353253352024
+0 COSMOS 2251 DEB
+1 35467U 93036ALM 16017.43038207  .00012228  00000-0  67662-3 0  9993
+2 35467  74.0293  51.2656 0082064 353.2985   6.7102 15.10997978363578
+0 COSMOS 2251 DEB
+1 35468U 93036ALN 16017.52647496  .00017118  00000-0  14475-2 0  9996
+2 35468  74.0290 196.2249 0034069 132.9012 227.5043 14.97586091358765
+0 COSMOS 2251 DEB
+1 35469U 93036ALP 16017.18859764  .00000155  00000-0  48327-4 0  9990
+2 35469  74.0187 323.7964 0081288 278.9153  80.2810 14.47410575358218
+0 COSMOS 2251 DEB
+1 35474U 93036ALU 16017.40401249  .00002859  00000-0  71005-3 0  9993
+2 35474  74.0041 357.2268 0003037 344.2877 177.5340 14.52283007355116
+0 COSMOS 2251 DEB
+1 35475U 93036ALV 16017.53386918  .00001538  00000-0  49811-3 0  9996
+2 35475  74.0334  72.4504 0041644 308.7924  50.9513 14.39355608353751
+0 COSMOS 2251 DEB
+1 35476U 93036ALW 16016.23058383 +.00001287 +00000-0 +38948-3 0  9995
+2 35476 073.9884 031.0316 0030375 169.0449 319.8568 14.43072149354592
+0 IRIDIUM 33 DEB
+1 35477U 97051PX  16018.20043547  .00005042  00000-0  17849-2 0  9991
+2 35477  86.3809 179.6483 0105419  33.6379 327.1447 14.31328970346055
+0 IRIDIUM 33 DEB
+1 35479U 97051PZ  16016.19746370 +.00004168 +00000-0 +17191-2 0  9991
+2 35479 086.3902 180.5610 0100721 057.3262 303.7594 14.23891473064301
+0 IRIDIUM 33 DEB
+1 35480U 97051QA  16017.59805706  .00001109  00000-0  35345-3 0  9991
+2 35480  86.3638 130.3211 0018074 156.4522 261.7369 14.38851737352227
+0 IRIDIUM 33 DEB
+1 35483U 97051QD  16017.42850458  .00005741  00000-0  17401-2 0  9998
+2 35483  86.4327 172.5662 0064590 229.6971 129.8574 14.40916522352969
+0 IRIDIUM 33 DEB
+1 35484U 97051QE  16017.02705782  .00001304  00000-0  34094-3 0  9993
+2 35484  86.3827 127.6043 0058220 112.9268 247.8095 14.47615398353205
+0 IRIDIUM 33 DEB
+1 35487U 97051QH  16017.13020926  .00008338  00000-0  22306-2 0  9994
+2 35487  86.3430 146.7966 0058903 212.3776 270.5805 14.47158108350065
+0 IRIDIUM 33 DEB
+1 35488U 97051QJ  16016.69489734 +.00001360 +00000-0 +31424-3 0  9991
+2 35488 086.3398 103.0059 0044329 088.7620 271.8665 14.53865921354885
+0 GOES 14
+1 35491U 09033A   16015.97154278 -.00000098 +00000-0 +00000-0 0  9991
+2 35491 000.0770 258.5720 0005167 335.4907 125.8738 01.00271405024029
+0 DELTA 4 R/B
+1 35492U 09033B   16016.20544505  .00000025  00000-0  00000+0 0  9993
+2 35492  12.8674 173.1037 5182752 352.5906 332.5872  1.93164419 46227
+0 SIRIUS FM-5
+1 35493U 09034A   16017.60762520 -.00000155  00000-0  00000+0 0  9994
+2 35493   0.0392 290.1346 0000204 245.1621  63.8944  1.00274059 23830
+0 BREEZE-M R/B
+1 35494U 09034B   16016.67738037 -.00000012  00000-0  00000+0 0  9999
+2 35494  22.9686 173.2786 6038742 336.9383   5.4068  2.04373771 48862
+0 BREEZE-M DEB (TANK)
+1 35495U 09034C   16017.35820900  .00001815  00000-0  44907-3 0  9996
+2 35495  49.6361  56.2882 5041130 212.4923 102.9742  5.52758903129691
+0 TERRESTAR 1
+1 35496U 09035A   16015.92288343 -.00000060  00000-0  00000+0 0  9992
+2 35496   3.3335 335.7528 0003178 316.6953  43.5543  1.00271796 24004
+0 ARIANE 5 R/B
+1 35497U 09035B   16017.88734704  .00057573 -56418-6  72758-3 0  9991
+2 35497   5.7368 149.8093 5996529 182.7113 171.2761  4.14870271 78993
+0 COSMOS 2451
+1 35498U 09036A   16017.99954745  .00000031  00000-0  15519-3 0  9992
+2 35498  82.4910 292.0777 0006236 186.8833 173.2153 12.40813414296022
+0 COSMOS 2452
+1 35499U 09036B   16018.09829776  .00000010  00000-0  00000+0 0  9992
+2 35499  82.4938 287.9252 0015369 150.7969 209.3972 12.42891842296439
+0 COSMOS 2453
+1 35500U 09036C   16018.08843800  .00000033  00000-0  16948-3 0  9995
+2 35500  82.4898 290.3329 0006825 151.6552 208.4901 12.41446683296198
+0 SL-19 R/B
+1 35501U 09036D   16017.51345611  .00000029  00000-0  71195-4 0  9991
+2 35501  82.4911 190.8889 0196992 127.4882 287.9670 12.76610082304483
+0 COSMOS 917 DEB
+1 35504U 77047R   16016.24134418  .00000897  00000-0  00000+0 0  9996
+2 35504  70.5062 245.3552 5792768 294.6692 321.1955  2.00402177 56524
+0 COSMOS 917 DEB
+1 35505U 77047S   16017.78023414 -.00000797  00000-0  00000+0 0  9990
+2 35505  66.0418 308.3408 6114768  59.0511  51.4918  2.01665310 69349
+0 COSMOS 1261 DEB
+1 35507U 81031N   16016.63875238 +.00000949 +00000-0 +00000-0 0  9991
+2 35507 066.9648 351.3772 6165911 071.9768 024.8328 02.01786765021648
+0 SL-3 DEB
+1 35516U 82116H   16016.59698008  .00000032  00000-0  99275-5 0  9999
+2 35516  81.2558 126.0907 0066521 331.1354  87.3544 14.16505223702735
+0 ARIANE 1 DEB
+1 35517U 86019VQ  16017.96815083  .00000098  00000-0  99748-4 0  9998
+2 35517  98.8398  54.9529 0386969 188.2701 171.1942 13.65546214624846
+0 COSMOS 1818 COOLANT
+1 35518U 87011J   16017.55032552  .00000239  00000-0  12209-3 0  9992
+2 35518  65.0100  89.3641 0020998 275.3916  84.4774 14.33552555379447
+0 SL-14 DEB *
+1 35519U 87068CN  16016.88209081  .00002729  00000-0  10133-2 0  9992
+2 35519  82.8427 351.0242 0020277 298.6738  61.2410 14.31784906593198
+0 SL-14 DEB
+1 35520U 87068CP  16017.39342859  .00000131  00000-0  10095-3 0  9995
+2 35520  82.5446  62.6994 0008412 302.0286 118.0775 13.85943291675303
+0 SL-14 DEB
+1 35521U 87068CQ  16012.89471330 +.00000212 +00000-0 +16848-3 0  9995
+2 35521 082.5555 069.0629 0007795 278.1981 206.1274 13.86985883128815
+0 SL-14 DEB
+1 35522U 87068CR  16015.45838345  .00000222  00000-0  17900-3 0  9995
+2 35522  82.5471  69.3139 0018118 343.6161  78.0585 13.86276742646454
+0 SL-14 DEB
+1 35523U 87068CS  16012.27313810  .00001250  00000-0  87363-3 0  9990
+2 35523  82.5245 355.7282 0015410 220.4421 203.0211 13.97739878563245
+0 SL-14 DEB
+1 35524U 87068CT  16009.63333740  .00000616  00000-0  39794-3 0  9991
+2 35524  82.5214 351.4141 0018842 143.6652 216.5801 14.01364547645904
+0 SL-14 DEB
+1 35525U 87068CU  16016.57725907  .00000110  00000-0  87793-4 0  9995
+2 35525  82.5466  93.1528 0022401  97.1651 330.3865 13.82469356639440
+0 SCOUT G-1 DEB
+1 35526U 88074P   16011.29509439  .00000710  00000-0  99656-3 0  9994
+2 35526  89.9786  22.7687 0086149 245.3670 174.3732 13.54953992559531
+0 SCOUT G-1 DEB
+1 35528U 88074R   16017.24735105  .00000490  00000-0  69658-3 0  9992
+2 35528  89.9249   7.8791 0104134 236.1822 183.2988 13.53139053393833
+0 SL-14 DEB
+1 35530U 91068AX  16017.95228171  .00000099  00000-0  63418-3 0  9993
+2 35530  82.7056  95.8389 0028593 291.0212 192.5210 12.44055263540609
+0 DMSP 5D-2 F11 DEB
+1 35532U 91082CP  16017.34085192  .00002307  00000-0  14266-2 0  9998
+2 35532  98.6897 215.4516 0136994  76.5928 285.0467 14.01653452588273
+0 DELTA 1 DEB
+1 35533U 75052LG  16017.23680988  .00002739  00000-0  11984-2 0  9993
+2 35533  99.7363 282.2218 0018609 300.0153 214.2692 14.24654747664713
+0 DMSP 5D-2 F11 DEB
+1 35534U 91082CQ  16018.08140206  .00002604  00000-0  11509-2 0  9997
+2 35534  98.7897 329.0448 0056461  45.5363  12.4749 14.23249255597339
+0 DELTA 1 DEB
+1 35535U 75052LH  16017.26500093  .00000020  00000-0  57379-4 0  9997
+2 35535  98.8534 175.6510 0095012   7.6632 114.1934 13.78916060642406
+0 PSLV DEB
+1 35536U 01049QL  16018.17336308  .00000470  00000-0  28750-3 0  9999
+2 35536  98.6076   8.6136 0430580 105.8390 259.0655 13.71848161626129
+0 BREEZE-M DEB
+1 35541U 06006CJ  16012.38986569  .00000675  00000-0  81115-3 0  9991
+2 35541  51.5283  87.2110 5151932 112.3117 308.8498  5.18405710144173
+0 BREEZE-M DEB
+1 35544U 06006CM  16015.77626431  .00114806  00000-0  14164-1 0  9999
+2 35544  51.4418 156.5994 3333408 158.3516 220.0046  8.59361358175902
+0 BREEZE-M DEB
+1 35545U 06006CN  16016.26078841  .00042460  00000-0  56540-2 0  9992
+2 35545  51.6014 326.0031 2453533 174.4348 189.0101 10.27632971191720
+0 CZ-3A DEB
+1 35547U 07003F   16016.45474836  .00005330  00000-0  22887-2 0  9999
+2 35547  24.4738 134.4857 4849337  86.5500 325.5433  5.77809550 78600
+0 CZ-3A DEB
+1 35548U 07003G   16016.57367957  .00000027  00000-0  63225-3 0  9998
+2 35548  25.4010 211.0585 7549622 214.0884  15.5068  1.82232655 48060
+0 CZ-3A DEB
+1 35549U 07003H   16015.97927528  .00018798  00000-0  12778-1 0  9997
+2 35549  24.2062 233.9554 6731493 111.9094 328.9703  2.95430642 67014
+0 CZ-3A DEB
+1 35550U 07003J   16017.44824605 -.00000027  00000-0  17646-2 0  9992
+2 35550  23.8420 124.7679 7473755  41.1152 355.5374  1.93918259 54803
+0 CZ-3A DEB
+1 35551U 07003K   16015.19280875 -.00000343 +00000-0 -48096-2 0  9993
+2 35551 025.3707 029.1855 7242700 186.2250 344.5441 02.14995655062381
+0 CZ-3A DEB
+1 35552U 07003L   16017.28529671 -.00000508  00000-0 -92333-3 0  9993
+2 35552  25.7695 128.1227 7481998 352.6519   0.6194  1.94341355 55786
+0 CZ-3A DEB
+1 35553U 07003M   16017.99231620  .04611556 -98119-5  10195-1 0  9997
+2 35553  23.8195 259.6595 0989460 256.0544  92.8085 13.95120432 89373
+0 CZ-3A DEB
+1 35554U 07003N   16016.52924273 -.00000268  00000-0 -28479-2 0  9990
+2 35554  23.2136 195.6870 7526158 280.7631  10.0089  1.84771091 54362
+0 CZ-3A DEB
+1 35555U 07003P   16016.17673734  .00246999  00000-0  32053-1 0  9998
+2 35555  26.1483 289.1557 6052493 320.2344  66.2979  3.98405239 65051
+0 CZ-3A DEB
+1 35556U 07003Q   16014.76586167  .00000127  00000-0  18437-2 0  9997
+2 35556  25.5805 100.5254 7327346  45.6585 354.6283  2.11209663 57433
+0 CZ-3A DEB
+1 35558U 07003S   16017.25034788 -.00000003  00000-0  34922-2 0  9994
+2 35558  22.8286 157.2453 7431803   4.7729 339.9911  1.90125560 53763
+0 CZ-3A DEB
+1 35560U 07003U   16014.78249323  .00000032  00000-0  47479-3 0  9998
+2 35560  23.3250  81.5095 7387289 132.3296 319.3047  2.07148453 56376
+0 CZ-3A DEB
+1 35563U 07003X   16012.67464050 -.00000157  00000-0 -28250-2 0  9998
+2 35563  22.2645 168.3717 7433908 357.0869 349.8243  1.88830126 50656
+0 CZ-4 DEB
+1 35567U 07042G   16011.27020782  .00000312  00000-0  18787-3 0  9996
+2 35567  98.5069  30.2564 0014886 291.7829  68.1760 14.13434961411459
+0 CZ-4B DEB
+1 35571U 08053G   16017.38062951  .00001804  00000-0  34532-3 0  9999
+2 35571  97.6856 235.2636 0176601 276.9869  81.1273 14.55504724376745
+0 CZ-4B DEB
+1 35573U 08053J   16017.49195782  .00001840  00000-0  33416-3 0  9992
+2 35573  97.7553 255.0174 0172232 266.1306 216.2452 14.58200421376090
+0 CZ-2D DEB
+1 35574U 08056F   16016.82861796  .00001171  00000-0  32736-3 0  9998
+2 35574  98.4240  23.9295 0132023 320.1530  39.0023 14.43110661374949
+0 YAOGAN 4 DEB
+1 35575U 08061B   16016.88576862 +.00000528 +00000-0 +18838-3 0  9990
+2 35575 097.7373 179.1617 0240295 030.2474 331.2330 14.22739603365395
+0 RAZAKSAT
+1 35578U 09037A   16017.41086939  .00000842  00000-0  50306-4 0  9994
+2 35578   8.9865  80.1753 0016389 153.9449 206.1553 14.66665208349453
+0 FALCON 1 R/B
+1 35579U 09037B   16017.84955537  .00001225  00000-0  80129-4 0  9993
+2 35579   9.0441 202.0276 0047572 290.3479 202.5207 14.77247459351644
+0 COSMOS 2251 DEB
+1 35580U 93036ALX 16016.73715934 +.00000516 +00000-0 +41095-3 0  9999
+2 35580 073.9109 132.7281 0306263 105.1103 258.4111 13.73517606124791
+0 COSMOS 2251 DEB
+1 35583U 93036AMA 16016.43205321 -.00000020  00000-0  41305-5 0  9990
+2 35583  73.9214 281.8337 0400911 255.7039  99.9246 13.50558765336455
+0 COSMOS 2251 DEB
+1 35584U 93036AMB 16014.77343824  .00003724  00000-0  17080-2 0  9990
+2 35584  74.0898 310.1390 0146279 127.8425 233.6060 14.16101972341020
+0 COSMOS 2251 DEB
+1 35585U 93036AMC 16017.23980593  .00000836  00000-0  71055-3 0  9999
+2 35585  73.9757 198.7226 0333687 127.7015 354.8705 13.65968744342402
+0 COSMOS 2251 DEB
+1 35586U 93036AMD 16017.18506054 -.00000053  00000-0 -28785-4 0  9996
+2 35586  74.0243 313.7613 0412962 221.2228 207.2614 13.48691460336237
+0 COSMOS 2251 DEB
+1 35587U 93036AME 16017.12606522  .00000605  00000-0  11037-3 0  9994
+2 35587  74.0040 201.9323 0114431 205.6541 153.8925 14.64315474362971
+0 COSMOS 2251 DEB
+1 35589U 93036AMG 16016.97729791  .00018142  00000-0  11187-2 0  9992
+2 35589  73.9628 119.5822 0111926 189.6052 170.3000 15.04744704359987
+0 COSMOS 2251 DEB
+1 35591U 93036AMJ 16017.33463455  .00005470  00000-0  13205-2 0  9991
+2 35591  73.9925  13.7896 0051514 289.4631  70.0969 14.52582615354544
+0 COSMOS 2251 DEB
+1 35592U 93036AMK 16016.91953292 +.00001890 +00000-0 +19604-3 0  9990
+2 35592 074.0120 108.5556 0123108 070.0135 291.4251 14.85295778359435
+0 COSMOS 2251 DEB
+1 35593U 93036AML 16016.60719339  .00000508  00000-0  25398-3 0  9991
+2 35593  74.0858 240.9811 0117986  75.5265 285.8934 14.15543375339705
+0 COSMOS 2251 DEB
+1 35594U 93036AMM 16017.66197013  .00001404  00000-0  33612-3 0  9992
+2 35594  73.8202 262.6877 0059602 344.1967  15.7332 14.53505191356441
+0 COSMOS 2251 DEB
+1 35596U 93036AMP 16017.27988101  .00022115  00000-0  17658-2 0  9990
+2 35596  73.9049 241.5960 0029634  27.4140 332.8601 14.99857632358880
+0 COSMOS 2251 DEB
+1 35598U 93036AMR 16001.84801679  .00011282  00000-0  76255-3 0  9994
+2 35598  73.8977  62.9263 0087615 101.0647 260.0410 15.03477351357113
+0 COSMOS 2251 DEB
+1 35600U 93036AMT 16016.53409918  .00003204  00000-0  67625-3 0  9996
+2 35600  73.9870 324.0482 0068444 270.6637  88.6685 14.58361096356244
+0 COSMOS 2251 DEB
+1 35602U 93036AMV 16017.45307396  .00003260  00000-0  22119-3 0  9998
+2 35602  74.0247  15.9820 0179633 323.1200 190.4537 14.94645274358312
+0 COSMOS 2251 DEB
+1 35604U 93036AMX 16016.95442814  .00002428  00000-0  84759-3 0  9992
+2 35604  74.0245 131.1510 0064220 332.2149  27.5577 14.34658363349846
+0 COSMOS 2251 DEB
+1 35605U 93036AMY 16017.39732711  .00002560  00000-0  72719-3 0  9990
+2 35605  73.9077  31.4742 0109397  14.7621 345.6684 14.42477670352070
+0 COSMOS 2251 DEB
+1 35606U 93036AMZ 16016.33518489  .00000745  00000-0  79311-3 0  9996
+2 35606  73.8120 347.2159 0465099  35.6837 327.4422 13.36753554327984
+0 COSMOS 2251 DEB
+1 35609U 93036ANC 16014.06568485  .00025194  00000-0  22678-2 0  9996
+2 35609  73.9998 275.7584 0012155 246.5005 113.4902 14.95475051356739
+0 COSMOS 2251 DEB
+1 35610U 93036AND 16016.38326603 +.00013291 +00000-0 +20468-2 0  9999
+2 35610 074.0064 011.1815 0031618 244.9369 114.8520 14.73150104344896
+0 COSMOS 2251 DEB
+1 35611U 93036ANE 16016.87224622  .00001487  00000-0  49249-3 0  9995
+2 35611  74.0312  82.5748 0046700 316.8617  42.8881 14.38146582350942
+0 COSMOS 2251 DEB
+1 35612U 93036ANF 16017.52405008  .00018149  00000-0  15233-2 0  9996
+2 35612  74.0108 187.0815 0024538 133.7583 226.5639 14.98085042351307
+0 COSMOS 2251 DEB
+1 35613U 93036ANG 16017.91807390  .00007077  00000-0  85888-3 0  9992
+2 35613  73.9834 202.1509 0044423 198.6409 285.0781 14.83025483357898
+0 COSMOS 2251 DEB
+1 35614U 93036ANH 16017.21578968  .00001362  00000-0  35086-3 0  9998
+2 35614  73.9659 334.9630 0104684 300.1710 119.4970 14.47890533353256
+0 IRIDIUM 33 DEB
+1 35615U 97051QM  16017.26233368  .00018719  00000-0  18976-2 0  9999
+2 35615  86.3626 108.5721 0010176 102.0495 258.1873 14.90770435356247
+0 IRIDIUM 33 DEB
+1 35616U 97051QN  16012.73644506  .00001974  00000-0  52508-3 0  9992
+2 35616  86.3693 124.2420 0021944 152.7177 207.5184 14.47973281351432
+0 IRIDIUM 33 DEB
+1 35617U 97051QP  16018.17856074  .00018780  00000-0  32456-2 0  9994
+2 35617  86.5037 180.8638 0050025 134.5308 226.0010 14.67474348347680
+0 IRIDIUM 33 DEB
+1 35618U 97051QQ  16017.01446237  .00000649  00000-0  18548-3 0  9995
+2 35618  86.3447 116.4339 0034667 143.8779 216.4774 14.43245488349559
+0 IRIDIUM 33 DEB
+1 35620U 97051QS  16017.97842079  .00002450  00000-0  13596-2 0  9996
+2 35620  86.4001 221.3811 0249197   6.5748 353.8593 13.96341920336418
+0 IRIDIUM 33 DEB
+1 35622U 97051QU  16017.17223803  .00001866  00000-0  56645-3 0  9991
+2 35622  86.2243  93.6892 0027061 160.3388 230.2553 14.41509024350432
+0 IRIDIUM 33 DEB
+1 35624U 97051QW  16015.80990237  .00011516  00000-0  26328-2 0  9990
+2 35624  86.3617 147.1298 0060097 210.8992 148.8674 14.54496647353041
+0 IRIDIUM 33 DEB
+1 35625U 97051QX  16016.59980473  .00001555  00000-0  76773-3 0  9991
+2 35625  86.2060 134.1289 0134429 127.6284 292.7791 14.12184574345439
+0 IRIDIUM 33 DEB
+1 35627U 97051QZ  16017.07115495  .00006081  00000-0  16820-2 0  9996
+2 35627  86.3603 141.8996 0038661 171.5996 188.5862 14.46124685349769
+0 IRIDIUM 33 DEB
+1 35628U 97051RA  16018.07252375  .00001314  00000-0  38776-3 0  9996
+2 35628  86.3681 129.1505 0021213 143.7657 216.4985 14.42726302347676
+0 IRIDIUM 33 DEB
+1 35629U 97051RB  16016.84275937  .00005375  00000-0  13902-2 0  9993
+2 35629  86.3828 163.9957 0095159 270.1283  88.9016 14.47053560343719
+0 IRIDIUM 33 DEB
+1 35631U 97051RD  16016.28221360  .00000546  00000-0  16208-3 0  9993
+2 35631  86.3721 126.6065 0019223 201.5620 188.0157 14.41446144353022
+0 IRIDIUM 33 DEB
+1 35632U 97051RE  16016.76328590  .00001064  00000-0  44270-3 0  9996
+2 35632  86.4340 192.4774 0124544  54.1344 307.1334 14.21345940341328
+0 COSMOS 2454
+1 35635U 09039A   16018.13061018  .00000035  00000-0  15924-4 0  9992
+2 35635  82.9538  29.6191 0019030 343.1438  16.9082 13.89586958329389
+0 STERKH
+1 35636U 09039B   16017.54999265  .00000064  00000-0  39641-4 0  9995
+2 35636  82.9551  29.8416 0019444 338.2458 134.9619 13.89754762329324
+0 SL-8 R/B
+1 35637U 09039C   16017.17308626 -.00000001  00000-0 -13480-4 0  9996
+2 35637  82.9531  25.2043 0014942 307.6152 104.1901 13.91215792329633
+0 COSMOS 2251 DEB
+1 35643U 93036ANJ 16018.17474554  .00002222  00000-0  49338-3 0  9993
+2 35643  74.0151 322.9918 0055530 260.6387  98.8496 14.56738851356450
+0 COSMOS 2251 DEB
+1 35644U 93036ANK 16017.55303140  .00008944  00000-0  97712-3 0  9993
+2 35644  74.0136 223.0385 0034388 223.8468 135.9982 14.87563453362494
+0 COSMOS 2251 DEB
+1 35645U 93036ANL 16016.89473131 +.00001291 +00000-0 +57331-3 0  9999
+2 35645 073.9783 180.8927 0091422 066.7401 083.3423 14.21767093351551
+0 COSMOS 2251 DEB
+1 35646U 93036ANM 16016.33180765 +.00000705 +00000-0 +74673-3 0  9994
+2 35646 073.8737 005.8666 0472188 009.2137 053.0031 13.36156498334798
+0 COSMOS 2251 DEB
+1 35647U 93036ANN 16015.57751251  .00000769  00000-0  28644-3 0  9991
+2 35647  74.0261  98.5526 0056641 348.5050  11.4803 14.32844053345787
+0 COSMOS 2251 DEB
+1 35650U 93036ANR 16016.07207873 +.00001602 +00000-0 +43548-3 0  9994
+2 35650 074.0602 017.6041 0036780 285.9954 138.2230 14.47947501350138
+0 COSMOS 2251 DEB
+1 35653U 93036ANU 16018.13126043  .00017847  00000-0  17803-2 0  9997
+2 35653  73.9972 272.3344 0017427 217.5885 142.4081 14.91412929347537
+0 COSMOS 2251 DEB
+1 35655U 93036ANW 16017.49525027  .00004172  00000-0  85723-3 0  9996
+2 35655  74.0027 315.1250 0017536 326.7042  33.3019 14.60851352356153
+0 COSMOS 2251 DEB
+1 35657U 93036ANY 16018.14914366  .00016920  00000-0  15008-2 0  9991
+2 35657  74.0014 263.5848 0015847 216.5425 304.1263 14.96088639347906
+0 COSMOS 2251 DEB
+1 35658U 93036ANZ 16017.35913186  .00002483  00000-0  65867-3 0  9991
+2 35658  74.0198  33.6046 0025768 274.2798  85.5417 14.49039173351153
+0 COSMOS 2251 DEB
+1 35660U 93036APB 16015.72909988 +.00000521 +00000-0 +16514-3 0  9994
+2 35660 074.0428 023.6957 0020161 343.3142 132.3703 14.42408074136248
+0 COSMOS 2251 DEB
+1 35661U 93036APC 16014.30567657  .00001212  00000-0  21301-3 0  9999
+2 35661  74.0215 245.8842 0132941 184.2387 175.7669 14.63218886351959
+0 COSMOS 2251 DEB
+1 35663U 93036APE 16016.44456445  .00001314  00000-0  41097-3 0  9997
+2 35663  74.0295  49.3667 0017138 286.3345  73.5925 14.41639272345279
+0 COSMOS 2251 DEB
+1 35664U 93036APF 16017.87220277  .00022662  00000-0  13391-2 0  9992
+2 35664  73.8453 103.4776 0035243 169.4704 190.7234 15.10890700362370
+0 COSMOS 2251 DEB
+1 35667U 93036APJ 16017.40071221  .00001014  00000-0  31342-3 0  9992
+2 35667  74.0605  42.6307 0032058 297.1170  62.6717 14.42304709346341
+0 COSMOS 2251 DEB
+1 35668U 93036APK 16016.38044530  .00000332  00000-0  75988-4 0  9999
+2 35668  74.0475 268.6303 0092747 220.7835 138.6363 14.57240277349781
+0 COSMOS 2251 DEB
+1 35669U 93036APL 16017.34209355  .00000311  00000-0  30759-3 0  9998
+2 35669  73.8664 260.1133 0405039 275.1083  80.3925 13.51645622331580
+0 COSMOS 2251 DEB
+1 35670U 93036APM 16017.00568772  .00001218  00000-0  25733-3 0  9997
+2 35670  73.9072 246.4370 0067485 287.2397  72.1389 14.59135566348296
+0 COSMOS 2251 DEB
+1 35671U 93036APN 16016.31041818  .00000330  00000-0  10237-3 0  9995
+2 35671  74.0208 351.8489 0043601 322.2981 105.4490 14.44538631345929
+0 COSMOS 2251 DEB
+1 35672U 93036APP 16016.32661123  .00002575  00000-0  56116-3 0  9993
+2 35672  74.0619 332.6321 0055114 245.7517 268.9196 14.57510698347213
+0 COSMOS 2251 DEB
+1 35673U 93036APQ 16017.30150611  .00007272  00000-0  91871-3 0  9994
+2 35673  73.9575 235.2367 0028146 257.1614 225.6888 14.81772791349335
+0 COSMOS 2251 DEB
+1 35674U 93036APR 16017.73577750  .00001096  00000-0  37392-3 0  9995
+2 35674  74.0681 122.9776 0134488   1.7770 148.9680 14.32654231342306
+0 COSMOS 2251 DEB
+1 35675U 93036APS 16016.94979599  .00002589  00000-0  87565-3 0  9990
+2 35675  74.0158 115.9798 0057743 318.3667  41.3096 14.36412887341929
+0 COSMOS 2251 DEB
+1 35676U 93036APT 16016.58522150 +.00004786 +00000-0 +10349-2 0  9994
+2 35676 074.0150 335.7654 0040633 275.2545 204.3525 14.58045138351318
+0 IRIDIUM 33 DEB
+1 35678U 97051RG  16017.30207621  .00008078  00000-0  13830-2 0  9997
+2 35678  86.3608 118.8266 0003427  82.7054 277.4551 14.68717640348231
+0 IRIDIUM 33 DEB
+1 35679U 97051RH  16013.29404319  .00027712  00000-0  42973-2 0  9991
+2 35679  86.3258 125.4282 0030006 121.1121 239.3046 14.72714352348396
+0 DEIMOS 1
+1 35681U 09041A   16018.19315303  .00000145  00000-0  31284-4 0  9990
+2 35681  98.0075 274.4776 0002082 130.4976 229.6417 14.71510042347250
+0 DUBAISAT 1
+1 35682U 09041B   16018.14515482  .00000219  00000-0  45894-4 0  9990
+2 35682  97.8695 254.3416 0012092   7.1322 353.0055 14.68377877346477
+0 DMC 2
+1 35683U 09041C   16018.20203957  .00000204  00000-0  41151-4 0  9995
+2 35683  97.9055 268.2953 0001195  75.9155 284.2193 14.70825358347157
+0 APRIZESAT 4
+1 35684U 09041D   16017.81511189  .00000435  00000-0  65726-4 0  9991
+2 35684  98.0854 310.2383 0046741 322.5052  97.7650 14.78788984348815
+0 NANOSAT 1B
+1 35685U 09041E   16017.84226007  .00000720  00000-0  92079-4 0  9995
+2 35685  98.1696 332.0628 0058196 284.7076  74.7691 14.83558598349696
+0 APRIZESAT 3
+1 35686U 09041F   16017.87986993  .00000568  00000-0  67924-4 0  9997
+2 35686  98.2274 351.1669 0072419 251.2721 108.0625 14.86719898350467
+0 SL-24 R/B
+1 35688U 09041H   16017.83925468 -.00000018  00000-0  11909-4 0  9998
+2 35688  98.1378 319.1182 0429218 238.1947 128.7523 13.74189156324500
+0 SL-24 DEB
+1 35689U 09041J   16016.73506702 +.00000684 +00000-0 +10938-3 0  9991
+2 35689 097.9514 279.2469 0023565 005.9834 354.1652 14.74783639347414
+0 ASIASAT 5
+1 35696U 09042A   16017.23522851 -.00000316  00000-0  00000+0 0  9997
+2 35696   0.0067  90.7025 0001811 166.5281  44.0045  1.00273350 23527
+0 BREEZE-M R/B
+1 35697U 09042B   16016.88180779 -.00000077 +00000-0 +00000-0 0  9992
+2 35697 005.1523 112.1564 3136221 288.2171 102.8380 01.59999828037311
+0 COSMOS 2251 DEB
+1 35699U 93036APU 16017.03317115  .00004310  00000-0  48088-3 0  9998
+2 35699  74.0163 152.9525 0086013 113.0617 247.9659 14.84649991362526
+0 COSMOS 2251 DEB
+1 35700U 93036APV 16017.55595653  .00007158  00000-0  16575-2 0  9991
+2 35700  74.0089  70.3480 0052558 286.8087  72.7314 14.54415199353065
+0 COSMOS 2251 DEB
+1 35701U 93036APW 16018.11613379  .00000773  00000-0  63265-3 0  9996
+2 35701  74.0111 183.2882 0318248  83.4326 280.2909 13.69938368341055
+0 COSMOS 2251 DEB
+1 35702U 93036APX 16015.29190237  .00003770  00000-0  87591-3 0  9994
+2 35702  74.0458   3.1226 0034438 271.6938  88.0280 14.54938896345217
+0 COSMOS 2251 DEB
+1 35703U 93036APY 16015.90217684 +.00001187 +00000-0 +20439-3 0  9997
+2 35703 074.0496 227.4470 0103590 166.6870 193.7073 14.66300425133983
+0 COSMOS 2251 DEB
+1 35705U 93036AQA 16017.20523662  .00001883  00000-0  71633-3 0  9995
+2 35705  74.3051 218.0101 0064407 233.1752 126.3482 14.30454834340648
+0 COSMOS 2251 DEB
+1 35706U 93036AQB 16017.26165653  .00000320  00000-0  30195-3 0  9997
+2 35706  73.8950 227.2158 0368767 212.6386 145.1450 13.58459651337861
+0 COSMOS 2251 DEB
+1 35707U 93036AQC 16017.34714477  .00017889  00000-0  24168-2 0  9991
+2 35707  74.0152 352.2853 0026617 232.8670 127.0074 14.78793934352298
+0 COSMOS 2251 DEB
+1 35709U 93036AQE 16017.91339887  .00002555  00000-0  87566-3 0  9990
+2 35709  74.0102 117.9252 0062401 339.6423  20.2242 14.35597594343925
+0 COSMOS 2251 DEB
+1 35711U 93036AQG 16017.37839776  .00000322  00000-0  73616-4 0  9997
+2 35711  74.0488 266.1541 0094711 215.2932 144.1939 14.57311147351746
+0 COSMOS 2251 DEB
+1 35716U 93036AQM 16017.32500157  .00000154  00000-0  39385-4 0  9993
+2 35716  73.9946 248.2094 0095311 243.3621 237.7651 14.56753009350819
+0 COSMOS 2251 DEB
+1 35717U 93036AQN 16017.23290566  .00001035  00000-0  45810-3 0  9992
+2 35717  74.1668 222.6294 0090785 353.5086   6.4875 14.22184721338795
+0 COSMOS 2251 DEB
+1 35718U 93036AQP 16017.74419979  .00001447  00000-0  44984-3 0  9998
+2 35718  74.0429  51.7508 0024418 286.1719  73.6749 14.41739146348529
+0 COSMOS 2251 DEB
+1 35720U 93036AQR 16015.93087502 +.00002695 +00000-0 +83366-3 0  9996
+2 35720 073.9957 108.5371 0106142 020.2744 340.2575 14.38532240135396
+0 COSMOS 2251 DEB
+1 35721U 93036AQS 15357.10229555  .00001806  00000-0  79231-3 0  9999
+2 35721  73.9532 256.1601 0180781 111.0193 251.0392 14.15947673338341
+0 COSMOS 2251 DEB
+1 35723U 93036AQU 16016.44110553 +.00011179 +00000-0 +18974-2 0  9998
+2 35723 074.0104 022.1273 0035785 252.6968 107.0286 14.68845005345042
+0 COSMOS 2251 DEB
+1 35724U 93036AQV 16017.74915408  .00000362  00000-0  93460-4 0  9992
+2 35724  74.0361 297.4640 0067686 276.2865  83.0590 14.52382229350624
+0 COSMOS 2251 DEB
+1 35726U 93036AQX 16018.14752066  .00002141  00000-0  43775-3 0  9998
+2 35726  74.0583 300.5596 0045308 245.4279 114.2162 14.60861249351134
+0 COSMOS 2251 DEB
+1 35729U 93036ARA 16017.15605414  .00002035  00000-0  45763-3 0  9996
+2 35729  74.0387 316.2038 0037070 290.1846 130.3921 14.56718422354930
+0 COSMOS 2251 DEB
+1 35730U 93036ARB 16018.15180760  .00014374  00000-0  13610-2 0  9995
+2 35730  73.9864 193.6438 0032359 185.1198 174.9659 14.93243869358923
+0 IRIDIUM 33 DEB
+1 35732U 97051RK  16016.98926316  .00005466  00000-0  15910-2 0  9999
+2 35732  86.2390 111.4513 0053802 196.3876 163.5588 14.43236247346762
+0 IRIDIUM 33 DEB
+1 35735U 97051RN  16017.02437445  .00008925  00000-0  11453-2 0  9999
+2 35735  86.3823 110.3639 0012345  19.5383 340.6309 14.81075061351267
+0 IRIDIUM 33 DEB
+1 35737U 97051RQ  16017.21710831  .00006126  00000-0  16963-2 0  9997
+2 35737  86.4333 172.8862 0054221 242.5807 241.4295 14.45643313353428
+0 IRIDIUM 33 DEB
+1 35739U 97051RS  16017.72847415  .00008417  00000-0  20576-2 0  9994
+2 35739  86.4024 163.0484 0071404 236.5165 122.9203 14.50915481353562
+0 IRIDIUM 33 DEB
+1 35742U 97051RV  16017.36247693  .00005467  00000-0  13926-2 0  9993
+2 35742  86.4378 164.3074 0057223 127.8234 232.8170 14.49486280349937
+0 IRIDIUM 33 DEB
+1 35744U 97051RX  16017.58294079  .00001250  00000-0  32664-3 0  9996
+2 35744  86.3391 110.5535 0035955 117.7205 242.7654 14.48273253349190
+0 IRIDIUM 33 DEB
+1 35745U 97051RY  16017.12113348  .00007732  00000-0  23292-2 0  9993
+2 35745  86.3673 170.1677 0096471 326.2640  33.2441 14.39773088343410
+0 IRIDIUM 33 DEB
+1 35748U 97051SB  16017.54857762  .00028549  00000-0  28143-2 0  9996
+2 35748  86.3768 121.8267 0005836 207.6299 152.4620 14.91881299345252
+0 IRIDIUM 33 DEB
+1 35749U 97051SC  16017.07751797  .00002681  00000-0  68530-3 0  9990
+2 35749  86.3812 132.6623 0016628   5.7206 354.4185 14.50078560343415
+0 IRIDIUM 33 DEB
+1 35750U 97051SD  16017.98225423  .00199028  00000-0  51892-2 0  9998
+2 35750  86.0795  21.7124 0006664  99.1000 261.1007 15.38046796346868
+0 NAVSTAR 64 (USA 206)
+1 35752U 09043A   16017.39290426  .00000082  00000-0  00000+0 0  9997
+2 35752  54.2257 180.4673 0044795  25.3690 299.8096  2.00558232 47047
+0 DELTA 2 R/B(2) (PAM-D)
+1 35754U 09043C   16017.37619278  .00032623  00000-0  90439-3 0  9992
+2 35754  39.9476  99.6367 4920681 346.5529   4.0411  5.86878504112889
+0 JCSAT 12
+1 35755U 09044A   16016.32457337 -.00000353  00000-0  00000+0 0  9991
+2 35755   0.0537  49.5024 0001724 205.1875 105.2749  1.00272297 23517
+0 OPTUS D3
+1 35756U 09044B   16017.43992718 -.00000157  00000-0  00000+0 0  9994
+2 35756   0.0383  10.2316 0004026 298.8250 121.6203  1.00271912 23497
+0 ARIANE 5 R/B
+1 35757U 09044C   16016.57036271  .00000375  00000-0  24239-3 0  9997
+2 35757   1.6690 238.1369 7176014 343.2600   2.0530  2.39588810 54617
+0 ARIANE 5 DEB (SYLDA)
+1 35758U 09044D   16017.54706391  .00050656  00000-0  61742-2 0  9999
+2 35758   2.3234 148.5752 5558151 136.3913 283.9990  4.74271095 71863
+0 COSMOS 2251 DEB
+1 35759U 93036ARD 16017.03062348  .00000356  00000-0  81442-4 0  9998
+2 35759  74.0417 267.6208 0088171 227.5307 131.8382 14.57260952358010
+0 COSMOS 2251 DEB
+1 35760U 93036ARE 16015.52537852  .00008090  00000-0  96881-3 0  9994
+2 35760  73.9875 213.9326 0041790 201.0634 188.3479 14.83622586359074
+0 COSMOS 2251 DEB
+1 35763U 93036ARH 16015.73117109  .00002885  00000-0  79226-3 0  9999
+2 35763  73.8631  24.1493 0091188 251.9099 224.5757 14.45090849355356
+0 COSMOS 2251 DEB
+1 35764U 93036ARJ 16017.27078244  .00001630  00000-0  43011-3 0  9997
+2 35764  74.0345 350.1841 0043357 294.3642  65.2995 14.49219900363360
+0 COSMOS 2251 DEB
+1 35765U 93036ARK 16017.85906081  .00003676  00000-0  86382-3 0  9991
+2 35765  74.1233  96.0423 0155775 299.7494  58.8244 14.47597834348824
+0 COSMOS 2251 DEB
+1 35767U 93036ARM 16015.99098890 +.00001930 +00000-0 +71179-3 0  9995
+2 35767 073.9952 123.2142 0067536 312.7709 046.7772 14.31928339130332
+0 COSMOS 2251 DEB
+1 35769U 93036ARP 16014.54866832  .00002755  00000-0  80051-3 0  9991
+2 35769  74.0761  86.3997 0080671 312.5876  46.8493 14.42894845342667
+0 COSMOS 2251 DEB
+1 35771U 93036ARR 16017.65701275  .00002836  00000-0  20560-2 0  9996
+2 35771  74.1843 235.4293 0327677  27.9872  28.6750 13.74187912336246
+0 COSMOS 2251 DEB
+1 35772U 93036ARS 16016.38147303  .00002715  00000-0  73078-3 0  9991
+2 35772  73.9795  36.8827 0104661 333.1807  26.3960 14.45292084357069
+0 COSMOS 2251 DEB
+1 35773U 93036ART 16016.84177886 +.00000978 +00000-0 +25801-3 0  9992
+2 35773 074.0145 329.6242 0059916 287.4926 071.9691 14.49325630343206
+0 COSMOS 2251 DEB
+1 35775U 93036ARV 16015.50636664 +.00003050 +00000-0 +63186-3 0  9992
+2 35775 074.0382 307.9636 0037669 285.8042 194.5134 14.60254041352708
+0 COSMOS 2251 DEB
+1 35776U 93036ARW 16017.29787216  .00004176  00000-0  89185-3 0  9998
+2 35776  74.0106 237.9296 0347009  25.8589 335.9448 14.27728275344301
+0 COSMOS 2251 DEB
+1 35777U 93036ARX 16016.84616237 +.00000570 +00000-0 +60739-3 0  9991
+2 35777 073.7732 322.8085 0456815 029.0940 001.9527 13.38409440312490
+0 COSMOS 2251 DEB
+1 35782U 93036ASC 16016.29071989  .00005399  00000-0  69448-3 0  9995
+2 35782  73.9736 236.5014 0030963 269.1385  90.6244 14.81049353348815
+0 COSMOS 2251 DEB
+1 35785U 93036ASF 16017.85994735  .00003216  00000-0  96045-3 0  9993
+2 35785  73.9515  81.8477 0072233 281.3483  77.9563 14.41890159346711
+0 COSMOS 2251 DEB
+1 35786U 93036ASG 16017.97208053  .00001207  00000-0  34128-3 0  9990
+2 35786  74.0225   5.8446 0052660 295.8907  95.3756 14.45935144355645
+0 COSMOS 2251 DEB
+1 35787U 93036ASH 16015.78768939 +.00000400 +00000-0 +14728-3 0  9990
+2 35787 074.0374 071.7542 0023740 313.4125 046.5050 14.35623476064919
+0 COSMOS 2251 DEB
+1 35788U 93036ASJ 16015.93583689 +.00003210 +00000-0 +77812-3 0  9990
+2 35788 074.0229 002.6995 0029259 291.4647 068.3395 14.53120674346772
+0 COSMOS 2251 DEB
+1 35789U 93036ASK 16017.49850450  .00000095  00000-0  42697-4 0  9999
+2 35789  74.0390  69.0658 0049744 331.1875  28.6530 14.34132395344861
+0 COSMOS 2251 DEB
+1 35792U 93036ASN 16016.94602907  .00002898  00000-0  96599-3 0  9996
+2 35792  73.9983 117.0214 0062573 341.6788  18.2110 14.36917596342185
+0 COSMOS 2251 DEB
+1 35793U 93036ASP 16017.39320752  .00001608  00000-0  46312-3 0  9998
+2 35793  74.0512  29.6569 0016062 292.5602 131.4515 14.45483229352389
+0 COSMOS 2251 DEB
+1 35795U 93036ASR 16017.38412778  .00003688  00000-0  65457-3 0  9990
+2 35795  74.0154 284.5573 0032088 262.5311  97.2213 14.67265957355804
+0 COSMOS 2251 DEB
+1 35796U 93036ASS 16014.52544121  .00002614  00000-0  84160-3 0  9992
+2 35796  74.0094  83.3377 0049910 326.5005  33.2995 14.39077965344015
+0 IRIDIUM 33 DEB
+1 35797U 97051SF  16018.00553548  .00001474  00000-0  38615-3 0  9991
+2 35797  86.3502 115.5418 0027444 126.3126 234.0618 14.48454956349150
+0 IRIDIUM 33 DEB
+1 35799U 97051SH  16017.69318403  .00003484  00000-0  91051-3 0  9992
+2 35799  85.9397  14.9982 0085341 115.2157 245.7924 14.46957581356560
+0 IRIDIUM 33 DEB
+1 35800U 97051SJ  16017.44654259  .00009297  00000-0  11409-2 0  9996
+2 35800  86.2681  73.0654 0028980 317.9347 103.8800 14.82694046355709
+0 IRIDIUM 33 DEB
+1 35802U 97051SL  16018.17727032  .00003666  00000-0  12157-2 0  9994
+2 35802  86.4675 187.4278 0080789 296.1229 182.8662 14.35776775354104
+0 IRIDIUM 33 DEB
+1 35805U 97051SP  16016.16404415  .00002036  00000-0  82658-3 0  9995
+2 35805  86.3296 163.6041 0125100  38.3768 322.6238 14.23009180336895
+0 IRIDIUM 33 DEB
+1 35806U 97051SQ  16017.04733468  .00001197  00000-0  39169-3 0  9993
+2 35806  86.3535 132.5253 0019493 132.4331 227.8519 14.37613275342347
+0 IRIDIUM 33 DEB
+1 35809U 97051ST  16017.60628625  .00001546  00000-0  42965-3 0  9992
+2 35809  86.3402 116.8748 0026342 136.6242 289.5989 14.45688176343938
+0 PALAPA D
+1 35812U 09046A   16017.36334198 -.00000367  00000-0  00000+0 0  9996
+2 35812   0.0310  79.9536 0002130 234.8931  45.1176  1.00270251 23535
+0 COSMOS 2251 DEB
+1 35821U 93036AST 16017.65657016  .00112778  00000-0  27492-2 0  9993
+2 35821  73.9511 110.0892 0021482  47.0670 313.2335 15.40156541358276
+0 COSMOS 2251 DEB
+1 35822U 93036ASU 16017.57193522  .00019411  00000-0  23524-2 0  9994
+2 35822  74.0185 339.0582 0022338 223.3388 257.8918 14.83399785346183
+0 COSMOS 2251 DEB
+1 35824U 93036ASW 16017.48676690  .00000605  00000-0  46218-3 0  9999
+2 35824  73.8483  77.5586 0275661  81.6418 281.5852 13.78980276342674
+0 COSMOS 2251 DEB
+1 35825U 93036ASX 16016.37819877 +.00000695 +00000-0 +57507-3 0  9995
+2 35825 074.1187 262.9404 0380342 131.8036 231.6237 13.61583849331663
+0 COSMOS 2251 DEB
+1 35829U 93036ATB 16016.76779092 +.00001458 +00000-0 +44274-3 0  9991
+2 35829 074.0381 047.1366 0022441 286.4403 073.4287 14.42909168353555
+0 COSMOS 2251 DEB
+1 35830U 93036ATC 16008.38870125  .00000696  00000-0  37348-3 0  9998
+2 35830  73.9056 259.3078 0149804 213.7873 145.3652 14.09308013334557
+0 COSMOS 2251 DEB
+1 35831U 93036ATD 16014.88594625  .00003162  00000-0  95845-3 0  9996
+2 35831  74.0139  90.6019 0045849 302.6679  57.0058 14.42054618344937
+0 COSMOS 2251 DEB
+1 35834U 93036ATG 16015.29389153 -.00000186  00000-0 -84107-4 0  9998
+2 35834  74.0234 241.3680 0116246  89.2964  28.8844 14.11374736329103
+0 COSMOS 2251 DEB
+1 35835U 93036ATH 16015.11501680  .00000553  00000-0  42342-3 0  9991
+2 35835  74.0657 169.7146 0318381  56.6958 306.4225 13.73998280336152
+0 COSMOS 2251 DEB
+1 35836U 93036ATJ 16018.15613610  .00001478  00000-0  47854-3 0  9996
+2 35836  74.0424  76.1550 0049205 310.6627  49.0255 14.39219766352921
+0 COSMOS 2251 DEB
+1 35837U 93036ATK 16017.16892453  .00002645  00000-0  23382-2 0  9997
+2 35837  73.7350 313.2173 0482718  19.9019  37.5701 13.42825212328109
+0 COSMOS 2251 DEB
+1 35839U 93036ATM 16017.42771480  .00002023  00000-0  45995-3 0  9999
+2 35839  74.2437  15.7713 0038241 210.7660 300.7809 14.56149010355316
+0 COSMOS 2251 DEB
+1 35840U 93036ATN 16017.22712528  .00001380  00000-0  62698-3 0  9991
+2 35840  73.9396 210.5939 0152749 162.9574 197.6781 14.16712577346070
+0 COSMOS 2251 DEB
+1 35841U 93036ATP 16016.95735989  .00005895  00000-0  65924-3 0  9997
+2 35841  74.0468 246.3889 0129722 138.5720 222.5383 14.81147144357321
+0 COSMOS 2251 DEB
+1 35843U 93036ATR 16018.05571665  .00005685  00000-0  16044-2 0  9996
+2 35843  74.0173 155.8688 0110686 322.9581  36.3969 14.42377495340683
+0 IRIDIUM 33 DEB
+1 35844U 97051SU  16017.50223540  .00011169  00000-0  14540-2 0  9996
+2 35844  86.3123  96.7374 0020470 129.3617 230.9422 14.80388755343468
+0 IRIDIUM 33 DEB
+1 35846U 97051SW  16017.04225077  .00000567  00000-0  19534-3 0  9993
+2 35846  86.3824 143.5772 0020959 131.8538 228.4451 14.34095115338083
+0 IRIDIUM 33 DEB
+1 35848U 97051SY  16017.08725003  .00001597  00000-0  43454-3 0  9995
+2 35848  86.4036 134.3054 0018085 145.7536 214.4837 14.46816657337358
+0 IRIDIUM 33 DEB
+1 35850U 97051TA  16017.04088365  .00001491  00000-0  39974-3 0  9992
+2 35850  86.3628 121.3156 0022087 140.0612 220.2221 14.47440030348775
+0 IRIDIUM 33 DEB
+1 35851U 97051TB  16018.12248552  .00007412  00000-0  18740-2 0  9995
+2 35851  86.4191 164.4213 0062273 193.3030 166.6536 14.49692895354072
+0 IRIDIUM 33 DEB
+1 35853U 97051TD  16018.07918236  .00008530  00000-0  23632-2 0  9992
+2 35853  86.3053 136.3579 0079162 204.6226 155.1189 14.44661446334844
+0 IRIDIUM 33 DEB
+1 35854U 97051TE  16015.53080302  .00007844  00000-0  13546-2 0  9995
+2 35854  86.2871  98.2820 0000922 109.8601 250.2713 14.68337851350202
+0 IRIDIUM 33 DEB
+1 35856U 97051TG  16017.78650683  .00008382  00000-0  16849-2 0  9998
+2 35856  86.3763 129.0385 0033170  41.4018 112.3640 14.61172376339956
+0 IRIDIUM 33 DEB
+1 35857U 97051TH  16017.08042239  .00003394  00000-0  70584-3 0  9999
+2 35857  86.4326 135.8550 0038777 110.6296 249.9079 14.59327438349993
+0 IRIDIUM 33 DEB
+1 35858U 97051TJ  16016.78488566  .00009575  00000-0  24533-2 0  9992
+2 35858  86.3625 145.1818 0046539 158.0371 202.2842 14.49600282346055
+0 IRIDIUM 33 DEB
+1 35862U 97051TN  16017.29784935  .00006841  00000-0  12087-2 0  9997
+2 35862  86.3725 127.9881 0017552  18.2028   9.7044 14.67201649343996
+0 IRIDIUM 33 DEB
+1 35863U 97051TP  16017.34132895  .00007191  00000-0  22446-2 0  9995
+2 35863  86.3477 150.4008 0066534 258.0613 131.1117 14.39434471340270
+0 METEOR-M
+1 35865U 09049A   16018.17063023 -.00000035  00000-0  32515-5 0  9997
+2 35865  98.4752  55.5095 0002170 183.9460 221.9987 14.22055464328761
+0 STERKH 2
+1 35866U 09049B   16017.21839970  .00000023  00000-0  29031-4 0  9998
+2 35866  98.4704  56.4925 0003081 185.5018 223.0887 14.22829688328770
+0 FREGAT/IRIS
+1 35867U 09049C   16018.12519370  .00009939  00000-0  17441-3 0  9995
+2 35867  97.0939  43.8031 0004532 323.0176  78.5432 15.50724022354035
+0 TATIANA 2
+1 35868U 09049D   16018.14350608  .00000046  00000-0  39365-4 0  9995
+2 35868  98.4710  56.7157 0003963 181.7040 178.4110 14.22703302328867
+0 UGATUSAT
+1 35869U 09049E   16018.15494831  .00000010  00000-0  23256-4 0  9997
+2 35869  98.4663  55.0175 0003923 198.3411 161.7618 14.22325877328819
+0 SUMBANDILA
+1 35870U 09049F   16018.14200951  .00008883  00000-0  18346-3 0  9995
+2 35870  97.1272  35.3080 0002597 107.0438 293.3068 15.46065693353285
+0 BLITS
+1 35871U 09049G   16017.82789154 -.00000020  00000-0  99485-5 0  9998
+2 35871  98.4643  52.3072 0003037 192.3035 167.8070 14.21748389328037
+0 NIMIQ 5
+1 35873U 09050A   16016.23042924 -.00000265  00000-0  00000+0 0  9993
+2 35873   0.0465 254.5547 0001985  30.9052 199.8918  1.00271686 23200
+0 BREEZE-M R/B
+1 35874U 09050B   16016.41807078 -.00000097  00000-0  00000+0 0  9996
+2 35874  12.8251  41.8810 4806875 126.5327 328.4969  1.93076070 43960
+0 BREEZE-M DEB (TANK)
+1 35875U 09050C   16017.35366843 -.00000064  00000-0 -86359-4 0  9992
+2 35875  49.2727 154.6095 6001409 327.2710   6.7734  3.99008637 90824
+0 COSMOS 2251 DEB
+1 35881U 93036ATU 16016.13723590  .00003146  00000-0  13099-2 0  9998
+2 35881  74.2085 265.4699 0059019  32.9466 327.5338 14.25759665354393
+0 COSMOS 2251 DEB
+1 35883U 93036ATW 16017.59496706  .00000418  00000-0  12147-3 0  9990
+2 35883  74.0254 349.3376 0092804 283.6350 196.6365 14.45138047348004
+0 COSMOS 2251 DEB
+1 35884U 93036ATX 16017.01922814  .00001278  00000-0  67424-3 0  9995
+2 35884  74.0029 274.5078 0148169 161.2250 199.4437 14.09414108343415
+0 COSMOS 2251 DEB
+1 35885U 93036ATY 16017.50679610  .00000291  00000-0  11502-3 0  9993
+2 35885  74.0297  79.8336 0026770 313.9890  45.9053 14.33179085346034
+0 COSMOS 2251 DEB
+1 35887U 93036AUA 16013.85826341 +.00001868 +00000-0 +84819-3 0  9996
+2 35887 073.9899 215.2664 0118892 110.4055 250.9905 14.18814838129490
+0 COSMOS 2251 DEB
+1 35888U 93036AUB 16016.54991529  .00000621  00000-0  16616-3 0  9993
+2 35888  74.0371 328.7639 0059449 282.4578  76.9934 14.49454806338547
+0 COSMOS 2251 DEB
+1 35890U 93036AUD 16017.54558076  .00001432  00000-0  52364-3 0  9994
+2 35890  73.9451  98.1045 0084522 296.6272 122.8280 14.31900288333343
+0 COSMOS 2251 DEB
+1 35891U 93036AUE 16017.99327693  .00001520  00000-0  18139-3 0  9993
+2 35891  74.0037 127.0371 0129274  94.4594  26.6633 14.79397057344672
+0 COSMOS 2251 DEB
+1 35893U 93036AUG 16017.51804000  .00003702  00000-0  10684-2 0  9995
+2 35893  73.6599 330.6496 0074191 333.6116  26.1266 14.43419989334987
+0 COSMOS 2251 DEB
+1 35895U 93036AUJ 16015.80159046  .00000457  00000-0  31473-3 0  9994
+2 35895  74.0535  57.9847 0232293 272.8160  84.6405 13.89981534323571
+0 COSMOS 2251 DEB
+1 35897U 93036AUL 16017.34314281  .00005563  00000-0  38216-3 0  9996
+2 35897  73.9635  26.2226 0116014  29.6792 331.0909 15.00811547352899
+0 COSMOS 2251 DEB
+1 35898U 93036AUM 16017.10680936  .00002035  00000-0  30820-3 0  9998
+2 35898  73.9994 183.5123 0123660 149.2446 326.4794 14.69805448347847
+0 COSMOS 2251 DEB
+1 35901U 93036AUQ 16016.39093900  .00001796  00000-0  51170-3 0  9996
+2 35901  74.0370  38.2070 0021966 285.2036 136.8916 14.45849536335757
+0 COSMOS 2251 DEB
+1 35902U 93036AUR 16003.99451778  .00001470  00000-0  71863-3 0  9990
+2 35902  73.9889 248.6022 0121983  97.8085 263.6925 14.14978793336378
+0 COSMOS 2251 DEB
+1 35903U 93036AUS 16014.15362100  .00003137  00000-0  43543-3 0  9997
+2 35903  74.0610 200.1657 0103030 126.4486 234.6239 14.74715966352402
+0 COSMOS 2251 DEB
+1 35904U 93036AUT 16018.20855003  .00002566  00000-0  59635-3 0  9991
+2 35904  74.0279 329.4960 0031646 284.0315  75.7330 14.55158050338056
+0 COSMOS 2251 DEB
+1 35905U 93036AUU 16016.03472383  .00001406  00000-0  18151-3 0  9997
+2 35905  74.0378 148.6985 0133250  98.8695 262.7593 14.75951689351922
+0 COSMOS 2251 DEB
+1 35906U 93036AUV 16017.65073208  .00003786  00000-0  55823-3 0  9990
+2 35906  74.0244 258.1654 0123967 316.2574  73.8692 14.70574538346263
+0 IRIDIUM 33 DEB
+1 35910U 97051TT  15360.31573053  .00283787  00000-0  93463-2 0  9994
+2 35910  86.3582 125.8089 0013966 266.3898  93.5754 15.30220351340329
+0 IRIDIUM 33 DEB
+1 35911U 97051TU  16017.07281700  .00002515  00000-0  10174-2 0  9999
+2 35911  86.2381 130.2972 0093908 356.9300   3.1301 14.25106654351076
+0 IRIDIUM 33 DEB
+1 35915U 97051TY  16017.55273184  .00001646  00000-0  44711-3 0  9992
+2 35915  86.3586 121.0369 0026461 131.4670 228.8811 14.46801095339153
+0 IRIDIUM 33 DEB
+1 35917U 97051UA  16017.04555290  .00002876  00000-0  62549-3 0  9994
+2 35917  86.3869 128.7735 0020176  71.6569 288.6832 14.57590778338565
+0 IRIDIUM 33 DEB
+1 35918U 97051UB  16015.16757097  .00001279  00000-0  44429-3 0  9998
+2 35918  86.4110 154.9384 0032272 179.9778 300.3136 14.34522646334278
+0 IRIDIUM 33 DEB
+1 35921U 97051UE  16017.47676630  .00003649  00000-0  15867-2 0  9997
+2 35921  86.4239 201.4233 0153447 134.0747 257.1352 14.17728892349560
+0 IRIDIUM 33 DEB
+1 35922U 97051UF  16016.08832570  .00002809  00000-0  70682-3 0  9995
+2 35922  86.3943 133.9906 0033429 116.1411 244.3239 14.50567167338073
+0 IRIDIUM 33 DEB
+1 35925U 97051UJ  16017.52697309  .00009070  00000-0  16284-2 0  9991
+2 35925  86.3198 113.0963 0011012 310.1108  49.9140 14.66579796352369
+0 IRIDIUM 33 DEB
+1 35926U 97051UK  16016.25364656  .00003534  00000-0  79934-3 0  9998
+2 35926  86.3485 116.6707 0013485 147.0230 213.1821 14.55919844344084
+0 IRIDIUM 33 DEB
+1 35929U 97051UN  16017.55816911  .00001822  00000-0  43840-3 0  9996
+2 35929  86.3538 111.6823 0033915 101.9733 258.5278 14.52452924350384
+0 OCEANSAT 2
+1 35931U 09051A   16017.47459213  .00000249  00000-0  74313-4 0  9993
+2 35931  98.2665 112.5774 0001993  14.4826 345.6426 14.50858146334533
+0 SWISSCUBE
+1 35932U 09051B   16017.30547817  .00000467  00000-0  11769-3 0  9991
+2 35932  98.4288 142.7748 0008352  47.5112 312.6790 14.55683168335112
+0 BEESAT
+1 35933U 09051C   16018.23337852  .00000377  00000-0  96835-4 0  9999
+2 35933  98.4308 144.7290 0006736  58.7856 301.4000 14.55841865335348
+0 UWE-2
+1 35934U 09051D   16017.82991740  .00000334  00000-0  87651-4 0  9995
+2 35934  98.4233 142.5970 0007477  60.9076 299.2869 14.55407046335255
+0 ITUPSAT 1
+1 35935U 09051E   16017.80244922  .00000364  00000-0  95404-4 0  9995
+2 35935  98.4415 144.5402 0008925  49.9218 310.2760 14.55061484335137
+0 RUBIN 9.1/RUBIN 9.2/PSLV
+1 35936U 09051F   16018.17619384  .00000065  00000-0  31919-4 0  9994
+2 35936  98.0728  58.7012 0056065  80.6575 280.0947 14.41674784332428
+0 AMAZONAS 2
+1 35942U 09054A   16017.47812853 -.00000292  00000-0  00000+0 0  9997
+2 35942   0.0375 206.5358 0002742  16.6885   4.1871  1.00268760 23059
+0 COMSATBW-1
+1 35943U 09054B   16016.73269220  .00000017  00000-0  00000+0 0  9994
+2 35943   0.0458  64.0894 0002477 226.6654 151.6148  1.00268902 23116
+0 ARIANE 5 R/B
+1 35944U 09054C   16016.76505889  .00003339  00000-0  72406-3 0  9995
+2 35944   3.3343 241.3009 7138454  13.3266 358.5355  2.46834586 54374
+0 ARIANE 5 DEB (SYLDA)
+1 35945U 09054D   16017.76161414  .00185841  00000-0  41058-2 0  9996
+2 35945   3.2439 275.3886 4330395 307.3017  20.5188  6.91736656 92572
+0 WORLDVIEW 2
+1 35946U 09055A   16018.18271793 -.00000143  00000-0 -33251-4 0  9998
+2 35946  98.4116  93.2737 0001757 109.0046 251.1332 14.37702558329361
+0 DMSP 5D-3 F18 DEB
+1 35953U 09057C   16018.12366343  .00000694  00000-0  36640-3 0  9991
+2 35953  98.7011  58.7192 0003102 296.4889 130.5588 14.17102696322663
+0 DMSP 5D-3 F18 DEB
+1 35954U 09057D   16018.08732869  .00000646  00000-0  34390-3 0  9994
+2 35954  98.7140  60.2459 0003138 286.3396 127.0733 14.16879163322629
+0 ARIANE 40 DEB
+1 35955U 93061K   16017.51367769  .00003011  00000-0  79932-3 0  9993
+2 35955  98.7283  18.0735 0007060 267.4376 216.6605 14.49406795327757
+0 COSMOS 2251 DEB
+1 35956U 93036AUW 16015.51177836 +.00002232 +00000-0 +16259-2 0  9994
+2 35956 074.0956 207.3709 0321985 064.5960 298.8118 13.74735133118326
+0 COSMOS 2251 DEB
+1 35958U 93036AUY 15355.88803167  .00056242  00000-0  38282-2 0  9995
+2 35958  73.7905 172.2214 0030535 265.0182  94.7520 15.05631668337632
+0 COSMOS 2251 DEB
+1 35959U 93036AUZ 16017.81676873  .00000097  00000-0  45510-4 0  9998
+2 35959  74.0327  79.5627 0023918 314.5965  45.3233 14.32408783332972
+0 COSMOS 2251 DEB
+1 35960U 93036AVA 16017.88566254  .00009223  00000-0  99611-3 0  9998
+2 35960  74.0147 182.8104 0075780 122.4162 238.4378 14.86333286353940
+0 COSMOS 2251 DEB
+1 35961U 93036AVB 16016.27535462 +.00000748 +00000-0 +48246-3 0  9999
+2 35961 073.9305 359.5309 0217992 302.7854 055.2439 13.93804806121527
+0 COSMOS 2251 DEB
+1 35962U 93036AVC 16017.93202263  .00002520  00000-0  81315-3 0  9998
+2 35962  74.0121  99.4213 0051518 301.2540  58.3572 14.38946915350902
+0 COSMOS 2251 DEB
+1 35965U 93036AVF 16016.92521043 +.00009042 +00000-0 +10299-2 0  9997
+2 35965 074.0385 208.5705 0043084 169.5612 261.3507 14.85606799189314
+0 COSMOS 2251 DEB
+1 35966U 93036AVG 16017.42537215  .00001443  00000-0  68752-3 0  9997
+2 35966  74.0417 275.4759 0168300 150.1497 333.8392 14.12982169334518
+0 COSMOS 2251 DEB
+1 35968U 93036AVJ 16016.96195880 +.00005251 +00000-0 +65154-3 0  9999
+2 35968 073.7124 105.6005 0095914 256.0264 218.3655 14.79674943362620
+0 COSMOS 2251 DEB
+1 35970U 93036AVL 16017.19945743  .00002006  00000-0  45228-3 0  9994
+2 35970  74.0464 322.1301 0045108 264.1562  95.4459 14.56406333338237
+0 COSMOS 2251 DEB
+1 35974U 93036AVQ 16017.61322568  .00002360  00000-0  61309-3 0  9990
+2 35974  74.0340   8.1620 0022003 284.6184  75.2537 14.50112515361267
+0 COSMOS 2251 DEB
+1 35975U 93036AVR 16016.99573862  .00001266  00000-0  66283-3 0  9996
+2 35975  74.0157 263.3134 0131397 132.2317 229.0061 14.10924762344085
+0 COSMOS 2251 DEB
+1 35976U 93036AVS 16016.89879171 +.00001158 +00000-0 +41280-3 0  9998
+2 35976 074.0442 100.4296 0063164 338.8047 021.0489 14.34257593100387
+0 COSMOS 2251 DEB
+1 35979U 93036AVV 16017.47402956  .00000957  00000-0  22127-3 0  9994
+2 35979  74.0221 295.0457 0085420 244.9144 238.6664 14.54433264359895
+0 COSMOS 2251 DEB
+1 35980U 93036AVW 16001.86975475 +.00001378 +00000-0 +45031-3 0  9990
+2 35980 073.9202 071.5779 0079937 263.8223 095.3819 14.37765655091034
+0 COSMOS 2251 DEB
+1 35982U 93036AVY 16017.27959660  .00000691  00000-0  17536-3 0  9998
+2 35982  74.0622 329.6191 0081814 248.7202 110.5209 14.50811462337304
+0 COSMOS 2251 DEB
+1 35983U 93036AVZ 16018.13514325  .00006661  00000-0  10698-2 0  9994
+2 35983  74.0369 298.2002 0019892 265.6440  94.2459 14.71677508338630
+0 COSMOS 2251 DEB
+1 35984U 93036AWA 16017.37721113  .00012912  00000-0  12966-2 0  9991
+2 35984  73.9816 281.6902 0158829  19.7265 340.9959 14.82306864338168
+0 COSMOS 2251 DEB
+1 35986U 93036AWC 16016.29430707  .00002702  00000-0  58993-3 0  9996
+2 35986  74.0244 346.6676 0026036 273.0824 157.4486 14.58134675336398
+0 COSMOS 2251 DEB
+1 35987U 93036AWD 16017.60350462  .00000865  00000-0  33763-3 0  9998
+2 35987  74.0047 112.6166 0060259   1.3151 358.8145 14.30169091352156
+0 COSMOS 2251 DEB
+1 35989U 93036AWF 16017.47219155  .00000180  00000-0  73521-4 0  9995
+2 35989  74.0386  71.7607 0024233 315.8278  44.0939 14.34147040353749
+0 COSMOS 2251 DEB
+1 35991U 93036AWH 16018.12868064  .00011021  00000-0  12738-2 0  9997
+2 35991  73.9166 303.7469 0115434 101.9418 259.4727 14.80890949350720
+0 COSMOS 2251 DEB
+1 35993U 93036AWK 16017.54402152  .00001111  00000-0  29157-3 0  9999
+2 35993  74.0219 329.8327 0038191 322.0353  37.8115 14.49981816337872
+0 COSMOS 2251 DEB
+1 35996U 93036AWN 16015.59336707 +.00001169 +00000-0 +13057-3 0  9992
+2 35996 074.0257 114.4998 0145906 067.6212 294.0350 14.80813397185487
+0 COSMOS 2251 DEB
+1 35997U 93036AWP 16016.76712539  .00000761  00000-0  25174-3 0  9994
+2 35997  74.0488  53.0115 0021082 304.3231  55.5928 14.39533740336353
+0 COSMOS 2251 DEB
+1 36000U 93036AWS 16017.77289024  .00002077  00000-0  61372-3 0  9992
+2 36000  74.0205  53.5186 0085187 321.1828  38.3227 14.42043858335196
+0 COSMOS 2251 DEB
+1 36002U 93036AWU 16017.57697811  .00002397  00000-0  40118-3 0  9999
+2 36002  74.0133 228.0142 0079327 194.6471 165.2402 14.68339796351780
+0 COSMOS 2251 DEB
+1 36004U 93036AWW 16017.27998510  .00010426  00000-0  57610-3 0  9995
+2 36004  73.9009 333.0307 0117083  19.6940 340.8713 15.08210634356674
+0 COSMOS 2251 DEB
+1 36005U 93036AWX 16017.37096047  .00000284  00000-0  88966-4 0  9991
+2 36005  74.0287 354.6721 0065810 297.0193  62.4255 14.44042116354185
+0 COSMOS 2251 DEB
+1 36008U 93036AXA 16015.45435277 +.00002964 +00000-0 +18366-2 0  9995
+2 36008 074.0215 062.7037 0242167 299.3864 118.8781 13.92167686099849
+0 IRIDIUM 33 DEB
+1 36011U 97051US  16018.06783713  .00000591  00000-0  20543-3 0  9996
+2 36011  86.3473 132.7838 0021917 156.6432 327.4363 14.33679067335592
+0 IRIDIUM 33 DEB
+1 36012U 97051UT  16017.38016622  .00001248  00000-0  80737-3 0  9990
+2 36012  86.4604 257.4622 0292320 122.9539 240.0101 13.83135185333240
+0 IRIDIUM 33 DEB
+1 36017U 97051UY  16018.05048876  .00007658  00000-0  12737-2 0  9991
+2 36017  86.3732 121.8088 0016821 344.8623 139.7476 14.69894134337799
+0 IRIDIUM 33 DEB
+1 36019U 97051VA  16017.09561610  .00002715  00000-0  67015-3 0  9991
+2 36019  86.3977 131.9367 0010135 187.8909 292.5195 14.51773344337211
+0 IRIDIUM 33 DEB
+1 36021U 97051VC  16018.18529959  .00002803  00000-0  10731-2 0  9995
+2 36021  86.4255 189.7114 0124084  34.9567 325.9691 14.26154723332972
+0 IRIDIUM 33 DEB
+1 36023U 97051VE  16017.75080503  .00003978  00000-0  10533-2 0  9990
+2 36023  86.3447 129.7375 0028505 119.0813 241.3251 14.48335780337010
+0 IRIDIUM 33 DEB
+1 36025U 97051VG  16017.27528833  .00005267  00000-0  13994-2 0  9999
+2 36025  86.5665 212.6652 0074243 228.3097 131.1739 14.46825819337410
+0 IRIDIUM 33 DEB
+1 36028U 97051VK  16017.51397985  .00001657  00000-0  40357-3 0  9994
+2 36028  86.3400 108.1742 0036941  98.9251 261.6139 14.51766173344530
+0 SL-16 DEB
+1 36031U 96051N   16016.94577800 +.00004554 +00000-0 +15269-2 0  9991
+2 36031 070.8573 357.1851 0020199 213.7635 179.8483 14.37680641324765
+0 NSS 12
+1 36032U 09058A   16017.51834472  .00000062  00000-0  00000+0 0  9992
+2 36032   0.0386 301.6186 0002690 359.7513  58.5850  1.00271884 22802
+0 THOR 6
+1 36033U 09058B   16017.22213404 -.00000019  00000-0  00000+0 0  9990
+2 36033   0.0263 162.8641 0001824 129.7082 262.6134  1.00271286 22825
+0 ARIANE 5 R/B
+1 36034U 09058C   16017.23691654  .00003997  00000-0  53658-3 0  9997
+2 36034   5.9798  99.6494 6753094 283.6939  14.2255  2.98591771 60195
+0 SMOS
+1 36036U 09059A   16018.14574366  .00000186  00000-0  73191-4 0  9993
+2 36036  98.4424 207.1868 0001091  84.6332 275.4981 14.39748813326353
+0 PROBA 2
+1 36037U 09059B   16017.51998021  .00000108  00000-0  37015-4 0  9991
+2 36037  98.2663 212.6626 0014213 124.2639 235.9905 14.52918152329104
+0 SL-19 DEB
+1 36038U 09059C   16016.64145623  .00000344  00000-0  89914-4 0  9994
+2 36038  98.2467 215.2623 0011381 126.3416 275.5379 14.55289460329327
+0 SL-19 R/B
+1 36039U 09059D   16017.51657890  .00000384  00000-0  41947-4 0  9994
+2 36039  98.4237 357.3973 0142285 131.4017 229.9530 14.87456901336469
+0 COSMOS 2251 DEB
+1 36045U 93036AXG 16015.40005083  .00002387  00000-0  80182-3 0  9994
+2 36045  73.7762  37.2541 0099482 329.3488  30.1873 14.35011790341622
+0 COSMOS 2251 DEB
+1 36046U 93036AXH 16014.12143782 +.00000849 +00000-0 +20564-3 0  9991
+2 36046 074.0224 307.2968 0071555 268.5379 151.1369 14.53102897113133
+0 COSMOS 2251 DEB
+1 36047U 93036AXJ 16016.94641941 +.00001834 +00000-0 +48230-3 0  9999
+2 36047 074.0537 007.7341 0025739 291.9787 067.8638 14.49628083132222
+0 COSMOS 2251 DEB
+1 36048U 93036AXK 16017.61746248  .00000243  00000-0  95929-4 0  9992
+2 36048  74.0581  80.0012 0029510 312.3542 199.1620 14.34003255337497
+0 COSMOS 2251 DEB
+1 36049U 93036AXL 16018.03659864  .00001131  00000-0  34833-3 0  9990
+2 36049  74.0389  36.8266 0021235 293.7949  66.0981 14.42521955333942
+0 COSMOS 2251 DEB
+1 36050U 93036AXM 16017.03681481  .00001306  00000-0  16542-3 0  9992
+2 36050  74.0398 141.6535 0132939  93.3466 268.2926 14.76841766352870
+0 COSMOS 2251 DEB
+1 36052U 93036AXP 16016.45625268 +.00001913 +00000-0 +53693-3 0  9992
+2 36052 074.0336 033.5852 0021139 279.8205 080.0567 14.46557699338372
+0 COSMOS 2251 DEB
+1 36053U 93036AXQ 16016.45675026  .00001124  00000-0  40458-3 0  9999
+2 36053  73.8836  54.3354 0039584  14.7787 345.4511 14.34506766355683
+0 COSMOS 2251 DEB
+1 36055U 93036AXS 16017.87228102  .00006155  00000-0  33705-2 0  9992
+2 36055  74.0445  83.1172 0257016 304.7389 176.5522 13.96672061321175
+0 COSMOS 2251 DEB
+1 36057U 93036AXU 16015.25875301  .00005193  00000-0  70511-3 0  9991
+2 36057  73.9705 217.0509 0052257 208.1634 151.6713 14.78161510340132
+0 COSMOS 2251 DEB
+1 36058U 93036AXV 16016.89730462  .00000958  00000-0  26544-3 0  9992
+2 36058  74.0284 348.8920 0057405 291.4076  68.0965 14.47055564358273
+0 COSMOS 2251 DEB
+1 36059U 93036AXW 16015.62874903  .00002946  00000-0  96998-3 0  9991
+2 36059  74.0104 115.9759 0059976 336.3801  23.4600 14.37606487328844
+0 COSMOS 2251 DEB
+1 36060U 93036AXX 16017.80155300  .00000387  00000-0  14074-3 0  9990
+2 36060  74.0308  57.1040 0017662 311.2308 169.6738 14.36504085331021
+0 COSMOS 2251 DEB
+1 36061U 93036AXY 16016.60694703  .00000313  00000-0  13163-3 0  9990
+2 36061  74.0255 108.0405 0042045 337.7461  22.1862 14.29430586354910
+0 COSMOS 2251 DEB
+1 36062U 93036AXZ 16013.79100001  .00023404  00000-0  11240-2 0  9990
+2 36062  73.9246  47.5793 0059786  45.9287 314.6807 15.17160699367106
+0 COSMOS 2251 DEB
+1 36064U 93036AYB 16016.39625031  .00002198  00000-0  68741-3 0  9992
+2 36064  73.8461  36.8925 0072331 287.3156  72.0094 14.39859256333150
+0 COSMOS 2251 DEB
+1 36067U 93036AYE 16016.39828970  .00003759  00000-0  90458-3 0  9996
+2 36067  74.0191  26.4636 0019134 259.7259 167.6235 14.53547564347176
+0 COSMOS 2251 DEB
+1 36069U 93036AYG 16013.64772008  .00013377  00000-0  85710-3 0  9995
+2 36069  74.0333 131.6925 0055818  63.9311 296.7610 15.07255408342572
+0 COSMOS 2251 DEB
+1 36070U 93036AYH 16013.56736444  .00012083  00000-0  20764-2 0  9992
+2 36070  74.0302 351.6443 0015801 251.8735 108.0714 14.68621592336058
+0 COSMOS 2251 DEB
+1 36071U 93036AYJ 16017.80234000  .00002516  00000-0  71739-3 0  9994
+2 36071  74.0383  51.9080 0037794 282.5193  77.1738 14.45342506349549
+0 COSMOS 2251 DEB
+1 36073U 93036AYL 16017.83340435  .00000217  00000-0  90829-4 0  9997
+2 36073  74.0326  87.6090 0027167 310.0654  49.8114 14.31797273333825
+0 COSMOS 2251 DEB
+1 36074U 93036AYM 16017.70956172  .00001025  00000-0  40814-3 0  9991
+2 36074  73.9968 121.1872 0055893 325.5300  34.2227 14.29064107344470
+0 COSMOS 2251 DEB
+1 36076U 93036AYP 16015.16674848  .00005127  00000-0  10437-2 0  9992
+2 36076  73.8403 312.9296 0047032 182.3346 177.7607 14.60604799336669
+0 COSMOS 2251 DEB
+1 36077U 93036AYQ 16018.12630646  .00004813  00000-0  62592-3 0  9991
+2 36077  73.9799 174.6056 0087501 149.5007 211.1300 14.78265912348193
+0 COSMOS 2251 DEB
+1 36079U 93036AYS 16018.14927708  .00009023  00000-0  92821-3 0  9999
+2 36079  74.0542 196.8874 0051586 123.2448 237.3693 14.89424759342578
+0 IRIDIUM 33 DEB
+1 36081U 97051VN  16017.99627576  .00003924  00000-0  12611-2 0  9997
+2 36081  86.2409 116.5570 0066061 251.8616 107.5381 14.37939348333647
+0 IRIDIUM 33 DEB
+1 36083U 97051VQ  16017.01900948  .00000707  00000-0  24328-3 0  9994
+2 36083  86.3499 133.2649 0030280 183.2000 176.9007 14.34370018336223
+0 SJ-11-01
+1 36088U 09061A   16018.15216117  .00000233  00000-0  58458-4 0  9993
+2 36088  98.2109  67.3031 0012777  77.3521 282.9113 14.59775050329356
+0 CZ-2C R/B
+1 36089U 09061B   16017.16475098  .00000044  00000-0  22354-4 0  9995
+2 36089  98.0584  35.9918 0081820 197.1247 210.2214 14.49534917326805
+0 CZ-2C DEB
+1 36090U 09061C   16016.92422858 +.00001711 +00000-0 +36569-3 0  9990
+2 36090 098.2077 080.9657 0083774 150.6757 295.9865 14.57924990327071
+0 CZ-2C DEB
+1 36091U 09061D   16017.90263883  .00002346  00000-0  47568-3 0  9997
+2 36091  98.0089 348.9736 0076778  68.0074 345.2290 14.60269369327536
+0 CZ-2C DEB
+1 36092U 09061E   16016.96088392 +.00001082 +00000-0 +40522-3 0  9992
+2 36092 098.3931 011.4626 0152182 047.3094 005.4247 14.27459999321121
+0 CZ-2C DEB
+1 36093U 09061F   16017.29578560  .00001166  00000-0  42206-3 0  9995
+2 36093  98.1489 290.4545 0151108 339.1728  20.3340 14.29049473321337
+0 COSMOS 2455
+1 36095U 09063A   16018.21180773  .00000051  00000-0  90921-4 0  9997
+2 36095  67.1494 138.0446 0005240 238.4298 196.9751 13.96709407314203
+0 INTELSAT 14
+1 36097U 09064A   16017.80084961 -.00000284  00000-0  00000+0 0  9999
+2 36097   0.0311  77.3883 0002627 231.0173  51.5513  1.00272630 22579
+0 ATLAS 5 CENTAUR R/B
+1 36098U 09064B   16016.67834116 -.00000082  00000-0  00000+0 0  9995
+2 36098  21.3218 114.3158 5611170 240.4851 317.0700  1.76308475 39598
+0 DMSP 5D-3 F18 DEB
+1 36099U 09057E   16017.73654473  .00000582  00000-0  29102-3 0  9994
+2 36099  98.8006  74.8368 0009591 248.6042 111.4111 14.20600340317861
+0 DMSP 5D-3 F18 DEB
+1 36100U 09057F   16017.69888478  .00000523  00000-0  27510-3 0  9992
+2 36100  98.7599  66.5670 0009170 287.5506  72.4667 14.18287784319587
+0 EUTE 36B (EUTE W7)
+1 36101U 09065A   16017.21068839  .00000146  00000-0  00000+0 0  9993
+2 36101   0.0622   2.9354 0004332 294.6011 290.2783  1.00268935 22662
+0 BREEZE-M R/B
+1 36102U 09065B   16017.58913277 -.00000064  00000-0  00000+0 0  9999
+2 36102  20.5537 223.2585 5903831  44.1689  82.5655  2.20876233 49371
+0 BREEZE-M DEB (TANK)
+1 36103U 09065C   16016.10031291  .00002832  00000-0  55141-3 0  9998
+2 36103  49.3470  74.7018 5326391 329.6339   8.1450  5.08082827112601
+0 INTELSAT 15
+1 36106U 09067A   16018.08340831 -.00000195  00000-0  00000+0 0  9996
+2 36106   0.0425 282.5304 0002780  18.5822 290.9650  1.00270253 22461
+0 BLOCK DM-SL R/B
+1 36107U 09067B   16017.37725626 -.00000049  00000-0  00000+0 0  9995
+2 36107  10.7496 234.2202 4356820 320.4982 296.6404  1.73590630 38878
+0 YAOGAN 7
+1 36110U 09069A   16018.15633429  .00000120  00000-0  25624-4 0  9990
+2 36110  98.1424 165.3807 0023853 325.9603  34.0089 14.75239542328807
+0 COSMOS 2456 (GLONASS)
+1 36111U 09070A   16018.20928304  .00000112  00000-0  00000+0 0  9995
+2 36111  64.1867 201.2375 0003564 351.6479 191.7505  2.13103001 47425
+0 COSMOS 2457 (GLONASS)
+1 36112U 09070B   16017.58964271  .00000112  00000-0  00000+0 0  9999
+2 36112  64.1688 201.1892 0007441 145.5545  53.4559  2.13101668 47411
+0 COSMOS 2458 (GLONASS)
+1 36113U 09070C   16017.70919466  .00000112  00000-0  10000-3 0  9995
+2 36113  64.1739 201.1897 0003192  60.8363 277.1392  2.13102039 47413
+0 SL-12 R/B(AUX MOTOR)
+1 36115U 09070E   16017.84349372  .00000110  00000-0  26072-3 0  9999
+2 36115  65.3879 190.7678 5545376  88.0952 331.2459  4.24270802 94190
+0 SL-12 R/B(AUX MOTOR)
+1 36116U 09070F   16017.64669339  .00000100  00000-0  19865-3 0  9997
+2 36116  65.2870 184.6396 5532059  97.1962 325.5806  4.24426071 94223
+0 SL-12 R/B(2)
+1 36118U 09070H   16017.31216368  .00000112  00000-0  00000+0 0  9993
+2 36118  64.1760 201.0093 0029366 191.3999 354.3739  2.13351282 47469
+0 WISE
+1 36119U 09071A   16017.50320954  .00002641  00000-0  10441-3 0  9996
+2 36119  97.4923  38.2709 0002722  16.9255 343.2074 15.26384651337407
+0 DELTA 2 R/B
+1 36120U 09071B   16017.33735192 -.00000023  00000-0  00000+0 0  9992
+2 36120  97.5490 302.2990 3455342 160.6942 345.8145  5.87187348130563
+0 YAOGAN 8
+1 36121U 09072A   16017.45995094  .00000326  00000-0  11347-2 0  9990
+2 36121 100.1319  59.2907 0020562 255.4506 104.4299 13.04923136292637
+0 XIWANG-1 (HOPE-1)
+1 36122U 09072B   16018.11143672 -.00000059  00000-0 -43517-4 0  9993
+2 36122 100.1661  59.9594 0007338 348.5092  11.5851 13.16332108292736
+0 CZ-4C R/B
+1 36123U 09072C   16016.94108999 +.00000013 +00000-0 +94422-4 0  9995
+2 36123 100.5150 194.5489 0157575 080.9097 083.3348 13.46075169299058
+0 DIRECTV 12
+1 36131U 09075A   16017.60778690 -.00000113  00000-0  00000+0 0  9998
+2 36131   0.0097 196.6344 0000598  87.1725 308.6511  1.00270153 22240
+0 COSMOS 1818 COOLANT
+1 36132U 87011K   16016.58831906 +.00000251 +00000-0 +12679-3 0  9992
+2 36132 065.0122 094.1368 0022278 274.9068 084.9474 14.33419561133708
+0 BREEZE-M DEB (TANK)
+1 36133U 09075C   16017.36435279  .00000591  00000-0  32063-3 0  9993
+2 36133  45.9759  96.4009 5201946  23.5836 353.5390  5.20863783114139
+0 FENGYUN 1C DEB
+1 36138U 99025DRK 16016.29123455 +.00003268 +00000-0 +13289-2 0  9995
+2 36138 099.1457 139.9408 0048056 314.6007 045.1256 14.27655193136440
+0 FENGYUN 1C DEB
+1 36139U 99025DRL 16017.55988259  .00001106  00000-0  70138-3 0  9993
+2 36139  97.9333 289.7996 0147484 251.3749 107.1355 14.00426242349459
+0 FENGYUN 1C DEB
+1 36140U 99025DRM 16017.95188836  .00004394  00000-0  68088-3 0  9995
+2 36140  98.5143  65.5477 0195805 195.4018 289.4378 14.61635019362330
+0 FENGYUN 1C DEB
+1 36141U 99025DRN 16018.07226289  .00001829  00000-0  11805-2 0  9999
+2 36141  98.4850 122.2275 0149907  15.6698 344.9034 13.98713536348746
+0 FENGYUN 1C DEB
+1 36142U 99025DRP 16017.14321177  .00001414  00000-0  13434-2 0  9999
+2 36142  98.4029 341.9400 0238107   5.7283 354.6505 13.70398061405440
+0 FENGYUN 1C DEB
+1 36147U 99025DRU 16004.41595056 +.00000526 +00000-0 +56274-3 0  9992
+2 36147 098.5138 227.9493 0467075 130.7469 354.6002 13.37754320113710
+0 FENGYUN 1C DEB
+1 36148U 99025DRV 16016.54313598  .00000794  00000-0  73598-3 0  9994
+2 36148  98.4125 282.5188 0350343 271.6733  84.4320 13.60575212408144
+0 FENGYUN 1C DEB
+1 36149U 99025DRW 16017.92539800  .00001358  00000-0  70703-3 0  9996
+2 36149  99.5974 277.0442 0032437 124.7779 235.6453 14.16241624392520
+0 FENGYUN 1C DEB
+1 36152U 99025DRZ 16017.27784371  .00000802  00000-0  49791-3 0  9999
+2 36152  99.0398  49.5810 0060735 326.5132  33.2202 14.07129696433734
+0 FENGYUN 1C DEB
+1 36153U 99025DSA 16016.59071956 +.00001521 +00000-0 +66714-3 0  9995
+2 36153 098.8276 058.7833 0048510 215.6060 297.4113 14.24508979132442
+0 FENGYUN 1C DEB
+1 36154U 99025DSB 16017.08834699  .00001615  00000-0  11734-2 0  9997
+2 36154  97.7189 113.9543 0330743 172.8632 313.4535 13.74289001359586
+0 FENGYUN 1C DEB
+1 36155U 99025DSC 16008.19779419  .00001587  00000-0  84845-3 0  9990
+2 36155  99.0301   1.7105 0028098 307.1091  52.7514 14.14496079433511
+0 FENGYUN 1C DEB
+1 36156U 99025DSD 16016.33676017  .00001702  00000-0  72346-3 0  9998
+2 36156  98.8522  57.1038 0054599 213.0738 207.7688 14.25810492372913
+0 FENGYUN 1C DEB
+1 36159U 99025DSG 16017.35988701  .00003024  00000-0  28899-3 0  9993
+2 36159  99.5038  82.1435 0285822 357.4306   2.5410 14.68255387431939
+0 FENGYUN 1C DEB
+1 36160U 99025DSH 16017.48180574  .00000252  00000-0  14857-3 0  9990
+2 36160  98.2484 121.7030 0140312 136.2235 225.0163 14.10438321411035
+0 FENGYUN 1C DEB
+1 36162U 99025DSK 16017.44130775  .00001482  00000-0  10457-2 0  9993
+2 36162  97.6410  88.0434 0333819 141.3516 221.2047 13.75446846407188
+0 FENGYUN 1C DEB
+1 36163U 99025DSL 16015.60553129  .00001688  00000-0  91239-3 0  9998
+2 36163  99.0985  65.6418 0078407 344.9783  14.9060 14.12466895378751
+0 FENGYUN 1C DEB
+1 36166U 99025DSP 16002.21980477  .00001047  00000-0  10003-2 0  9992
+2 36166  97.5607 351.3007 0367347  40.0740  23.2534 13.55677947398061
+0 FENGYUN 1C DEB
+1 36167U 99025DSQ 16017.09206476  .00001105  00000-0  39042-3 0  9995
+2 36167  98.7786 120.1734 0087697 130.8184 230.0648 14.34537896367829
+0 FENGYUN 1C DEB
+1 36169U 99025DSS 16016.92700610 +.00011063 +00000-0 +15880-2 0  9994
+2 36169 097.9609 194.3343 0129873 128.7280 232.5622 14.70964068134399
+0 FENGYUN 1C DEB
+1 36170U 99025DST 16015.98610620 +.00001345 +00000-0 +10450-2 0  9992
+2 36170 098.0242 292.9367 0137987 050.6680 310.6618 13.89523947129088
+0 FENGYUN 1C DEB
+1 36172U 99025DSV 16009.57522215  .00000667  00000-0  56661-3 0  9995
+2 36172  98.1900 299.8574 0220518 187.5527 172.2288 13.79647467399572
+0 FENGYUN 1C DEB
+1 36173U 99025DSW 16016.38881153  .00000252  00000-0  11966-3 0  9991
+2 36173  98.1717 173.8205 0155543 357.6394   2.4033 14.20902218421526
+0 FENGYUN 1C DEB
+1 36177U 99025DTA 16017.38584812  .00000661  00000-0  39807-3 0  9996
+2 36177  98.9707  71.5940 0043058  34.7145 325.6822 14.09828985370200
+0 FENGYUN 1C DEB
+1 36180U 99025DTD 16015.33594073  .00000527  00000-0  23767-3 0  9992
+2 36180  98.3547 216.2894 0232183  13.1881 347.5224 14.12665912410840
+0 FENGYUN 1C DEB
+1 36181U 99025DTE 16017.60825528  .00004074  00000-0  10551-2 0  9994
+2 36181  98.9285 162.3264 0060942 110.1189 250.6574 14.49312570371149
+0 FENGYUN 1C DEB
+1 36182U 99025DTF 16017.76011310  .00001156  00000-0  57874-3 0  9996
+2 36182  99.0737 126.6304 0024816 337.7054  22.3040 14.18608584366358
+0 FENGYUN 1C DEB
+1 36184U 99025DTH 16005.23246129  .00001037  00000-0  71882-3 0  9998
+2 36184  98.5803 164.2671 0142015  46.9218 314.3730 13.96248767396795
+0 FENGYUN 1C DEB
+1 36186U 99025DTK 16016.07655181 +.00002236 +00000-0 +11247-2 0  9996
+2 36186 099.0361 059.5915 0057981 019.8083 009.6717 14.16621259098483
+0 FENGYUN 1C DEB
+1 36188U 99025DTM 16017.02997648  .00001476  00000-0  60533-3 0  9999
+2 36188  98.8265  52.8449 0082092 176.1287 184.0546 14.26824342366640
+0 FENGYUN 1C DEB
+1 36190U 99025DTP 16015.36144769  .00001271  00000-0  60183-3 0  9999
+2 36190  98.8824  56.6922 0046912 265.7574 152.3741 14.20891513362691
+0 FENGYUN 1C DEB
+1 36196U 99025DTV 16017.92463856  .00001574  00000-0  88543-3 0  9996
+2 36196  99.0753  77.7835 0041435  26.6131 333.7154 14.11534321411123
+0 FENGYUN 1C DEB
+1 36197U 99025DTW 16017.90580296  .00001141  00000-0  64399-3 0  9996
+2 36197  98.9952  66.8668 0063936  41.1551 319.4417 14.11302015386671
+0 FENGYUN 1C DEB
+1 36198U 99025DTX 16013.72261523 +.00000776 +00000-0 +57530-3 0  9994
+2 36198 098.6189 187.5883 0105564 124.7774 236.3380 13.95299135129580
+0 FENGYUN 1C DEB
+1 36199U 99025DTY 16018.02269421  .00000311  00000-0  14232-3 0  9995
+2 36199  98.7007  91.4541 0096025 230.2842 128.9845 14.25870696423620
+0 FENGYUN 1C DEB
+1 36200U 99025DTZ 16016.19464764  .00002399  00000-0  12965-2 0  9999
+2 36200  99.4081 160.3682 0073827 173.4794 186.7354 14.12251092384435
+0 FENGYUN 1C DEB
+1 36201U 99025DUA 16015.91423408 +.00017783 +00000-0 +50023-3 0  9990
+2 36201 099.3171 264.9430 0111867 059.1355 302.0826 15.30452591441481
+0 FENGYUN 1C DEB
+1 36203U 99025DUC 16013.54357766  .00002440  00000-0  56372-3 0  9999
+2 36203  99.0883 289.3481 0128087 295.4171  63.3810 14.51385374381131
+0 FENGYUN 1C DEB
+1 36204U 99025DUD 16017.28151694  .00001055  00000-0  51142-3 0  9998
+2 36204  99.3712 205.2934 0023043  27.0887 333.1485 14.20664112430525
+0 FENGYUN 1C DEB
+1 36206U 99025DUF 16017.37103162  .00000499  00000-0  27808-3 0  9990
+2 36206  98.8701  82.2779 0031261 326.6650  33.2555 14.15322324419754
+0 FENGYUN 1C DEB
+1 36207U 99025DUG 16013.08844158 +.00001518 +00000-0 +12083-2 0  9993
+2 36207 098.6305 115.0334 0169610 216.2681 142.6883 13.86084553096254
+0 FENGYUN 1C DEB
+1 36211U 99025DUL 16010.38164713  .00000532  00000-0  19048-3 0  9994
+2 36211  98.7940  58.9383 0292664 272.2984  84.4714 14.17272420429543
+0 FENGYUN 1C DEB
+1 36214U 99025DUP 16016.98081017  .00002657  00000-0  12998-2 0  9990
+2 36214  99.0617  79.0803 0058320 259.6821  99.7775 14.17921469411170
+0 FENGYUN 1C DEB
+1 36216U 99025DUR 16013.23847984 +.00000272 +00000-0 +16140-3 0  9995
+2 36216 098.9616 029.6070 0046110 282.5102 077.0914 14.15315492131081
+0 FENGYUN 1C DEB
+1 36218U 99025DUT 16016.11946770  .00001193  00000-0  32457-3 0  9992
+2 36218  99.0734 248.5127 0109076 352.2586   7.6915 14.46159242386404
+0 FENGYUN 1C DEB
+1 36222U 99025DUX 16017.30471010  .00001219  00000-0  54458-3 0  9993
+2 36222  98.8226  57.9614 0061197 212.6469 147.0920 14.23567856438025
+0 FENGYUN 1C DEB
+1 36223U 99025DUY 16017.07849860  .00002252  00000-0  12717-2 0  9999
+2 36223  98.3462 111.6826 0136734 258.6373  99.9410 14.06565883420568
+0 FENGYUN 1C DEB
+1 36224U 99025DUZ 16018.20089212  .00000067  00000-0  57952-4 0  9997
+2 36224  99.0649   6.6330 0117462 106.1582 255.2554 14.11458553346556
+0 FENGYUN 1C DEB
+1 36225U 99025DVA 16014.24406191  .00002755  00000-0  61736-3 0  9997
+2 36225  98.8927 187.1365 0115284 257.4554 101.3725 14.53519768435658
+0 FENGYUN 1C DEB
+1 36226U 99025DVB 16016.29910511  .00000919  00000-0  63816-3 0  9992
+2 36226  98.5677 196.0427 0109266  78.9044 282.4385 13.98288545379002
+0 FENGYUN 1C DEB
+1 36228U 99025DVD 16018.11365084  .00002898  00000-0  85411-3 0  9999
+2 36228  99.2868 261.4290 0137419 331.1365  28.2267 14.39160820376531
+0 FENGYUN 1C DEB
+1 36229U 99025DVE 16017.84142569  .00001634  00000-0  12276-2 0  9995
+2 36229 100.9104 241.6013 0127305  59.7412   2.5276 13.92555431418140
+0 FENGYUN 1C DEB
+1 36230U 99025DVF 16015.89791183 +.00000952 +00000-0 +10098-2 0  9994
+2 36230 099.6965 056.1359 0232700 093.0475 269.7320 13.65708921123840
+0 FENGYUN 1C DEB
+1 36231U 99025DVG 16017.39037980 -.00000021  00000-0  12216-4 0  9994
+2 36231  98.8465  68.4934 0062103 172.2072 188.0079 14.10676112346481
+0 FENGYUN 1C DEB
+1 36232U 99025DVH 16016.38493352  .00000216  00000-0  13887-3 0  9991
+2 36232  98.8891  60.3561 0121927 205.7072 153.8005 14.09489783410793
+0 FENGYUN 1C DEB
+1 36234U 99025DVK 16016.92348013 +.00000094 +00000-0 +16554-3 0  9994
+2 36234 098.9628 061.2075 0319979 148.0911 214.0049 13.43862073060783
+0 FENGYUN 1C DEB
+1 36236U 99025DVM 16014.78587868  .00000176  00000-0  19111-3 0  9994
+2 36236  98.8071 215.7936 0152520 352.5340   7.3544 13.80007017373244
+0 FENGYUN 1C DEB
+1 36237U 99025DVN 16001.69909929  .00008499  00000-0  18415-2 0  9998
+2 36237  98.9391 162.0291 0064520 121.8877 238.8618 14.57148213374640
+0 FENGYUN 1C DEB
+1 36238U 99025DVP 16016.93080369 +.00000027 +00000-0 +38780-4 0  9998
+2 36238 098.8311 073.7295 0022025 142.5788 217.6922 14.11616990359692
+0 FENGYUN 1C DEB
+1 36241U 99025DVS 16017.18604175  .00010686  00000-0  72389-3 0  9991
+2 36241  98.2663 105.2789 0216914 136.3372 225.5236 14.89429274373224
+0 FENGYUN 1C DEB
+1 36242U 99025DVT 16016.33042460 +.00000876 +00000-0 +58351-3 0  9994
+2 36242 098.1278 042.9082 0074528 236.0656 123.3412 14.02122850060921
+0 FENGYUN 1C DEB
+1 36243U 99025DVU 16017.95926692  .00002773  00000-0  30637-3 0  9997
+2 36243  99.2084  78.7829 0155828  13.3425 347.1832 14.80032751442256
+0 FENGYUN 1C DEB
+1 36244U 99025DVV 16016.63697270 +.00001036 +00000-0 +61293-3 0  9992
+2 36244 099.0479 076.9493 0059495 075.8240 284.9530 14.09078505408793
+0 FENGYUN 1C DEB
+1 36247U 99025DVY 16017.41526258  .00000536  00000-0  19475-3 0  9998
+2 36247  98.6815  86.2500 0202779 242.1886 115.8612 14.26765016374804
+0 FENGYUN 1C DEB
+1 36248U 99025DVZ 16016.99548577  .00000743  00000-0  60844-3 0  9995
+2 36248  98.1679 302.3694 0213700 159.3155 201.6817 13.81933083359555
+0 FENGYUN 1C DEB
+1 36254U 99025DWF 16016.98479546  .00001695  00000-0  39980-3 0  9994
+2 36254  99.5617  84.0806 0127094  97.3865 264.1788 14.51040061367932
+0 FENGYUN 1C DEB
+1 36255U 99025DWG 16017.58357796  .00000888  00000-0  37718-3 0  9994
+2 36255  99.4340 301.2150 0075473  59.6869  63.1029 14.26589120385367
+0 FENGYUN 1C DEB
+1 36257U 99025DWJ 16017.51739644  .00002852  00000-0  11247-2 0  9996
+2 36257  99.0848 140.0950 0023826  80.9112 279.4763 14.29806183362128
+0 FENGYUN 1C DEB
+1 36258U 99025DWK 16015.70424307 +.00001207 +00000-0 +18806-3 0  9995
+2 36258 099.0817 345.7527 0210017 058.3022 303.8464 14.61475745378509
+0 FENGYUN 1C DEB
+1 36259U 99025DWL 16016.53712166  .00001680  00000-0  76588-3 0  9997
+2 36259  98.9146  41.3094 0006219 110.4594  42.5271 14.23014315366917
+0 FENGYUN 1C DEB
+1 36260U 99025DWM 16016.86218792 +.00000114 +00000-0 +83670-4 0  9993
+2 36260 098.9219 040.2571 0017261 114.8178 245.4792 14.13637898366764
+0 FENGYUN 1C DEB
+1 36261U 99025DWN 16017.07958588  .00000177  00000-0  27502-3 0  9992
+2 36261 101.3518 109.2544 0361286 152.4652 209.6132 13.42739487358495
+0 FENGYUN 1C DEB
+1 36262U 99025DWP 16018.07304300  .00000248  00000-0  12443-3 0  9998
+2 36262  98.8669 120.4675 0062374 257.7487 101.6702 14.24395299379749
+0 FENGYUN 1C DEB
+1 36263U 99025DWQ 16017.18947305  .00001438  00000-0  66815-3 0  9992
+2 36263  98.9499 103.4938 0049930 284.7097  74.8549 14.21635716365029
+0 FENGYUN 1C DEB
+1 36266U 99025DWT 16016.76602854  .00001672  00000-0  10528-2 0  9994
+2 36266  98.9079 301.8591 0074675  27.1210 333.3828 14.04295160365800
+0 FENGYUN 1C DEB
+1 36267U 99025DWU 16016.85460535  .00000933  00000-0  61726-3 0  9999
+2 36267  98.5102 157.8127 0154349 294.1601 221.3475 13.98232367360312
+0 FENGYUN 1C DEB
+1 36269U 99025DWW 16016.28424301  .00000618  00000-0  23444-3 0  9994
+2 36269  99.1172 141.7775 0262268 132.0031 230.3802 14.17566733364458
+0 FENGYUN 1C DEB
+1 36270U 99025DWX 16014.00298714 +.00001730 +00000-0 +94574-3 0  9999
+2 36270 099.1051 039.0957 0073916 319.7996 039.7721 14.12006742408400
+0 FENGYUN 1C DEB
+1 36271U 99025DWY 16017.20762381  .00002823  00000-0  14223-2 0  9997
+2 36271  99.0965   7.3747 0108861 142.0785 218.8117 14.14145613400369
+0 FENGYUN 1C DEB
+1 36272U 99025DWZ 16013.07748023  .00000352  00000-0  18463-3 0  9992
+2 36272  99.0341 113.5176 0177871  26.1248 334.8766 14.12602587377332
+0 FENGYUN 1C DEB
+1 36273U 99025DXA 16013.54332943 +.00000317 +00000-0 +18705-3 0  9995
+2 36273 099.5668 284.1656 0100262 317.6664 041.6799 14.13260208150506
+0 FENGYUN 1C DEB
+1 36274U 99025DXB 16017.16036175  .00000965  00000-0  65526-3 0  9998
+2 36274  99.1495 353.4220 0083376 202.0364 215.7108 14.00914228398111
+0 FENGYUN 1C DEB
+1 36278U 99025DXF 16016.54209204  .00000271  00000-0  16570-3 0  9993
+2 36278  99.1401 135.4686 0063889  25.1773 335.2490 14.13463397425338
+0 FENGYUN 1C DEB
+1 36279U 99025DXG 16017.38746844  .00000050  00000-0  49120-4 0  9996
+2 36279  98.8241  80.0641 0062269 319.7730  39.8843 14.13371339381670
+0 FENGYUN 1C DEB
+1 36280U 99025DXH 16017.35161175  .00000622  00000-0  42694-3 0  9996
+2 36280  99.0933  58.2395 0068565  74.8241 344.1747 14.02144822356576
+0 FENGYUN 1C DEB
+1 36281U 99025DXJ 16017.11597260  .00001510  00000-0  18529-2 0  9995
+2 36281  99.2581 139.5725 0333112 240.2732 116.4870 13.46103047359789
+0 BEIDOU G1
+1 36287U 10001A   16017.89356550 -.00000294  00000-0  10000-3 0  9994
+2 36287   1.5686   8.3235 0004406 220.4798 349.6343  1.00275147 22037
+0 CZ-3C R/B
+1 36288U 10001B   16017.69906394  .00000820  00000-0  45440-3 0  9990
+2 36288  19.8857 181.0923 7120904   0.5684 359.8194  2.44872056 51910
+0 CZ-4B DEB
+1 36289U 08053K   16018.18917750  .00000948  00000-0  93329-4 0  9999
+2 36289  97.6097   9.7799 0015883 121.0916 239.1865 14.94269894379553
+0 CZ-4B DEB
+1 36290U 08053L   16016.75785392  .00000496  00000-0  47107-4 0  9998
+2 36290  97.5567  14.9802 0022657 113.0241 247.3375 14.97595415372653
+0 CZ-2D DEB
+1 36291U 08056G   16017.41128258  .00000387  00000-0  24162-3 0  9992
+2 36291  98.4617 249.2530 0177385  27.3444 333.6925 14.02472235366105
+0 CZ-2D DEB
+1 36292U 08056H   16017.47282658  .00000047  00000-0  51876-4 0  9990
+2 36292  98.6733 277.5101 0173646  82.4984 279.5871 13.99874873367065
+0 THOR BURNER 2A DEB
+1 36296U 74015G   16015.00907290  .00012430  00000-0  15886-2 0  9993
+2 36296  99.0194 293.5899 0057019  51.0425 309.5845 14.80415693446946
+0 COSMOS 789 DEB
+1 36299U 76005C   16016.73722515 +.00000493 +00000-0 +49608-3 0  9999
+2 36299 082.9748 118.6813 0027527 349.4730 163.0194 13.75440956328326
+0 COSMOS 839 DEB
+1 36300U 76067BZ  16017.91701412  .00000066  00000-0  43669-3 0  9991
+2 36300  65.6749 188.5361 0690634 335.4888 179.1633 12.34676675291458
+0 ISIS 1 DEB
+1 36301U 69009D   16017.66507075  .00006294  00000-0  38973-2 0  9991
+2 36301  88.4061 196.5823 1555362 238.8885 274.9369 11.64274379265204
+0 METEOR 1-22 DEB
+1 36302U 75087C   16017.14937091 -.00000099  00000-0 -62022-4 0  9996
+2 36302  81.2448 171.4454 0105630  55.6344 357.0331 14.08881878355234
+0 CZ-4 DEB
+1 36304U 99057SV  16017.07049954  .00001773  00000-0  39474-3 0  9997
+2 36304  98.7140 323.4213 0062077 203.7556 156.0772 14.57132706621301
+0 METEOR 1-11 DEB
+1 36306U 72022E   15359.28205921  .00005552  00000-0  19805-2 0  9995
+2 36306  81.2261 350.0219 0034515  27.1823 333.1158 14.33760158359099
+0 METEOR 2-6 DEB
+1 36307U 80073K   16017.12186121  .00002170  00000-0  94705-3 0  9992
+2 36307  81.2184 182.6730 0025672  53.0703 307.2822 14.23445442361908
+0 METEOR 2-6 DEB
+1 36308U 80073L   15365.19740315  .00004817  00000-0  17867-2 0  9999
+2 36308  81.2123 179.4687 0035181  58.0884 315.6458 14.31768333407846
+0 METEOR 2-6 DEB
+1 36309U 80073M   16017.20141425  .00001959  00000-0  86104-3 0  9999
+2 36309  81.2199 183.3458 0029975  53.8718 306.5227 14.22986581372259
+0 METEOR 2-8 DEB
+1 36318U 82025C   16017.70165602  .00001726  00000-0  10565-2 0  9995
+2 36318  82.5437 162.5867 0011505 138.3159 279.9981 14.05328083553270
+0 METEOR 2-8 DEB
+1 36319U 82025D   16017.59222146  .00000925  00000-0  51266-3 0  9994
+2 36319  82.5391 121.5507 0019737  84.8402 275.5024 14.10212551656426
+0 METEOR 2-8 DEB
+1 36320U 82025E   16015.61320159  .00002830  00000-0  15277-2 0  9998
+2 36320  82.5169 121.2310 0017042 113.7670 246.5295 14.12301951656700
+0 METEOR 2-8 DEB
+1 36321U 82025F   16015.03117997  .00001645  00000-0  95803-3 0  9996
+2 36321  82.5323 141.7508 0022563 151.9002 208.3395 14.07926376615357
+0 METEOR 2-8 DEB
+1 36322U 82025G   16018.03163512  .00000536  00000-0  28758-3 0  9997
+2 36322  82.5317 126.9104 0024062  94.4408 265.9517 14.11273020662741
+0 METEOR 2-8 DEB
+1 36323U 82025H   16002.76562682  .00001005  00000-0  59688-3 0  9990
+2 36323  82.5447 164.8145 0013055 244.8500 178.8090 14.06609363359553
+0 METEOR 2-8 DEB
+1 36325U 82025K   16018.03744223  .00000422  00000-0  25198-3 0  9993
+2 36325  82.5362 148.2463 0022289 224.9486 134.9882 14.05008003578391
+0 METEOR 2-8 DEB
+1 36326U 82025L   16017.20102031  .00001709  00000-0  10824-2 0  9995
+2 36326  82.5282 175.0116 0032880 234.8894 249.7716 14.03219820568105
+0 METEOR 2-8 DEB
+1 36327U 82025M   16016.15097594  .00000497  00000-0  31340-3 0  9996
+2 36327  82.5183 170.9259 0005616 305.3275  54.7370 14.02419985602429
+0 METEOR 2-8 DEB
+1 36328U 82025N   16016.13794275  .00001426  00000-0  89004-3 0  9998
+2 36328  82.5263 159.1239 0025491 206.3349 276.4577 14.04011275600940
+0 METEOR 2-8 DEB
+1 36329U 82025P   16016.58310327  .00002250  00000-0  12085-2 0  9990
+2 36329  82.5144 113.3595 0022487  79.9962 280.3750 14.12453575539998
+0 METEOR 2-8 DEB
+1 36330U 82025Q   16017.03357259  .00002324  00000-0  13344-2 0  9999
+2 36330  82.5422 137.9653 0014363 158.9074 201.2696 14.08918299689836
+0 METEOR 2-8 DEB
+1 36331U 82025R   16017.61462947  .00001461  00000-0  83872-3 0  9990
+2 36331  82.5379 132.9520 0012156 176.5512 183.5748 14.08726980619676
+0 METEOR 2-8 DEB
+1 36332U 82025S   16004.88046590  .00001281  00000-0  85200-3 0  9995
+2 36332  82.5309 217.5570 0007671  20.8561  38.6308 14.00562496587348
+0 METEOR 2-8 DEB
+1 36333U 82025T   16008.64932705  .00002178  00000-0  11535-2 0  9991
+2 36333  82.5262 142.6087 0018414 168.7419 191.4174 14.13243149625403
+0 METEOR 2-8 DEB
+1 36334U 82025U   16017.00535670  .00000944  00000-0  54259-3 0  9992
+2 36334  82.5142 134.2489 0013671 150.1041 210.0916 14.08343501655165
+0 METEOR 2-8 DEB
+1 36335U 82025V   16017.98280184  .00002011  00000-0  11287-2 0  9997
+2 36335  82.5115 125.4518 0018424  56.1286 304.1638 14.10077356573607
+0 METEOR 2-8 DEB
+1 36336U 82025W   15355.83357663  .00002108  00000-0  13381-2 0  9997
+2 36336  82.5343 184.0613 0017271 255.2389 104.6868 14.03364404589489
+0 METEOR 2-8 DEB
+1 36337U 82025X   16018.11138308  .00000394  00000-0  24227-3 0  9996
+2 36337  82.5346 163.7552 0025540 200.1094 159.9073 14.03166014609930
+0 METEOR 2-8 DEB
+1 36338U 82025Y   16016.05640161  .00003283  00000-0  18459-2 0  9992
+2 36338  82.5282 130.2510 0016610 112.3928 247.9008 14.10140403640866
+0 METEOR 2-8 DEB
+1 36339U 82025Z   16017.28734544  .00003344  00000-0  12104-2 0  9997
+2 36339  82.5195  17.5175 0002938 123.2029 236.9440 14.33244862566645
+0 METEOR 2-8 DEB
+1 36340U 82025AA  16017.49148394  .00001772  00000-0  84816-3 0  9997
+2 36340  82.5282  76.9972 0023675 305.1258  54.7702 14.18483591658156
+0 METEOR 2-8 DEB
+1 36341U 82025AB  16017.06252342  .00000164  00000-0  88454-4 0  9997
+2 36341  82.5247 142.9923 0024474 248.3251 111.5316 14.07335758654470
+0 METEOR 2-8 DEB
+1 36342U 82025AC  16017.17187283  .00002009  00000-0  12831-2 0  9995
+2 36342  82.5391 166.0392 0029117 175.5558 184.5877 14.02880393578661
+0 METEOR 2-8 DEB
+1 36343U 82025AD  16017.62468718  .00001135  00000-0  67582-3 0  9994
+2 36343  82.5193 137.4926 0026326 216.0394 143.9004 14.06469352610418
+0 METEOR 2-8 DEB
+1 36344U 82025AE  16016.38153536  .00002078  00000-0  89386-3 0  9999
+2 36344  82.5237  53.9605 0027716 159.2948 200.9364 14.24062044561663
+0 METEOR 2-8 DEB
+1 36345U 82025AF  16018.03824086  .00000851  00000-0  49485-3 0  9992
+2 36345  82.5411 138.8720 0022056 179.2139 180.9073 14.07541248544759
+0 METEOR 2-8 DEB
+1 36346U 82025AG  16015.03209017 +.00000754 +00000-0 +40978-3 0  9991
+2 36346 082.5409 137.2964 0007280 038.7496 321.4200 14.11206422113772
+0 METEOR 2-8 DEB
+1 36347U 82025AH  15357.00797720  .00002759  00000-0  19534-2 0  9990
+2 36347  82.5374 244.7882 0003358 137.9567 279.8209 13.97439971464471
+0 METEOR 2-8 DEB
+1 36348U 82025AJ  16014.55259641  .00001823  00000-0  10020-2 0  9999
+2 36348  82.4934 109.0555 0012007 113.5429 246.7009 14.11220623694757
+0 METEOR 2-8 DEB
+1 36349U 82025AK  16017.58859083  .00001489  00000-0  79730-3 0  9994
+2 36349  82.5232 115.1237 0011956  17.7540 342.4051 14.12511584670942
+0 METEOR 2-8 DEB
+1 36350U 82025AL  16017.98349800  .00002322  00000-0  12911-2 0  9995
+2 36350  82.5239 125.7115 0016991 113.2108 247.0858 14.10652045680536
+0 METEOR 2-8 DEB
+1 36351U 82025AM  16016.10583367  .00002082  00000-0  12604-2 0  9999
+2 36351  82.5487 157.9012 0021150 184.5429 175.5555 14.05929523448314
+0 METEOR 2-8 DEB
+1 36354U 82025AQ  16017.06480414  .00001290  00000-0  75668-3 0  9997
+2 36354  82.5180 138.7706 0008415 161.8462 322.3428 14.07502484649924
+0 METEOR 2-8 DEB
+1 36355U 82025AR  16013.63145073  .00001892  00000-0  10603-2 0  9991
+2 36355  82.5252 130.7918 0016773 139.8684 220.5805 14.10144280672866
+0 RADUGA 1M-2
+1 36358U 10002A   16018.02277823 -.00000195  00000-0  00000+0 0  9990
+2 36358   0.0093 205.1519 0002704 124.3901 240.4887  1.00274559 21879
+0 BREEZE-M R/B
+1 36359U 10002B   16017.50113448 -.00000118  00000-0  00000+0 0  9990
+2 36359   4.4594  64.1810 0211692 158.3911 204.3073  1.04041786 22692
+0 BREEZE-M DEB (TANK)
+1 36360U 10002C   16015.83826728 +.00000267 +00000-0 +26313-3 0  9991
+2 36360 045.6944 235.9093 7181499 263.7837 017.7504 02.34860941050543
+0 YAOGAN 1 DEB
+1 36364U 06015H   16017.76880059  .00029685  00000-0  90506-3 0  9995
+2 36364  97.8210  73.2914 0009064  67.0546 293.1650 15.33870522325668
+0 YAOGAN 1 DEB
+1 36365U 06015J   16017.89558237  .00003280  00000-0  38561-3 0  9996
+2 36365  97.9622 359.7626 0025402 138.7221 221.5920 14.85345512321123
+0 COSMOS 2251 DEB
+1 36366U 93036AYT 16016.94810094 +.00001382 +00000-0 +68003-3 0  9998
+2 36366 074.0719 246.8532 0113978 087.4195 273.9989 14.15155309349509
+0 COSMOS 2251 DEB
+1 36367U 93036AYU 16017.05407513  .00000293  00000-0  23357-3 0  9993
+2 36367  74.0949 150.0443 0287903   1.7321 358.4726 13.77391100328842
+0 COSMOS 2251 DEB
+1 36368U 93036AYV 16017.90843792  .00002587  00000-0  13074-2 0  9993
+2 36368  74.1755 342.7263 0153510 111.9903 249.7629 14.10705188319505
+0 COSMOS 2251 DEB
+1 36369U 93036AYW 16017.69436500  .00001449  00000-0  42100-3 0  9994
+2 36369  74.0437  29.3535 0030241 298.1748  61.6355 14.44946668335469
+0 COSMOS 2251 DEB
+1 36371U 93036AYY 16017.48161215  .00001391  00000-0  45668-3 0  9990
+2 36371  74.0262  71.1607 0026099 272.0308  87.7857 14.39090535333148
+0 COSMOS 2251 DEB
+1 36372U 93036AYZ 16017.56745408  .00002688  00000-0  85860-3 0  9990
+2 36372  74.0145 100.0779 0051573 306.1478  53.4909 14.39415732332892
+0 COSMOS 2251 DEB
+1 36375U 93036AZC 16009.66868073 +.00004585 +00000-0 +10212-2 0  9995
+2 36375 074.0509 004.2568 0017329 287.5912 075.9739 14.57109713348184
+0 COSMOS 2251 DEB
+1 36378U 93036AZF 16017.85438905  .00002931  00000-0  34979-3 0  9995
+2 36378  74.0598 170.4194 0089794 101.3374 259.7909 14.81859094337917
+0 COSMOS 2251 DEB
+1 36379U 93036AZG 16017.90326657  .00000254  00000-0  10320-3 0  9992
+2 36379  74.0140  83.6745 0049650 346.8197 125.7872 14.31919075353464
+0 COSMOS 2251 DEB
+1 36380U 93036AZH 16016.88271704 +.00015308 +00000-0 +13291-2 0  9997
+2 36380 073.9941 215.3432 0022874 200.9319 159.0932 14.96833911138862
+0 COSMOS 2251 DEB
+1 36381U 93036AZJ 16017.94781496  .00002749  00000-0  91311-3 0  9995
+2 36381  74.0252 113.8128 0057174 318.3703  41.3104 14.37302548328436
+0 COSMOS 2251 DEB
+1 36384U 93036AZM 16017.08107090  .00002478  00000-0  67165-3 0  9994
+2 36384  74.0337  35.9237 0022400 272.0409  87.8185 14.48056409344842
+0 COSMOS 2251 DEB
+1 36385U 93036AZN 16017.48209305  .00001252  00000-0  31655-3 0  9995
+2 36385  73.9876  77.9271 0227655  16.0049 344.8141 14.37656757332146
+0 COSMOS 2251 DEB
+1 36387U 93036AZQ 16017.60408888  .00002807  00000-0  95034-3 0  9996
+2 36387  74.0030 118.4844 0062776 344.6882  79.2877 14.36144069326881
+0 IRIDIUM 33 DEB
+1 36390U 97051VU  16016.99140149  .00001838  00000-0  47542-3 0  9999
+2 36390  86.3053 101.2183 0047724 101.1734 259.4840 14.48703344357707
+0 SDO
+1 36395U 10005A   16016.17118050 -.00000056 +00000-0 +00000-0 0  9991
+2 36395 028.2768 149.8181 0002304 168.1126 116.9368 01.00269457021907
+0 ATLAS 5 CENTAUR R/B
+1 36396U 10005B   16016.64473168 -.00000048  00000-0  00000+0 0  9998
+2 36396  28.9633  45.0647 6384360 137.3042 252.4468  2.28847965 49551
+0 INTELSAT 16
+1 36397U 10006A   16016.53104515 -.00000253  00000-0  00000+0 0  9993
+2 36397   0.0479 279.2336 0001926  14.0233 297.0898  1.00270175 21585
+0 BREEZE-M R/B
+1 36398U 10006B   16016.41376373 -.00000153  00000-0  00000+0 0  9993
+2 36398   5.1331  66.7680 0469913 350.5124  99.9890  0.86943749 18798
+0 BREEZE-M DEB (TANK)
+1 36399U 10006C   16017.78887226  .00000566  00000-0  15211-3 0  9990
+2 36399  45.8968 288.2340 7294286 236.7146  32.7387  2.25818505 47801
+0 COSMOS 2459 (GLONASS)
+1 36400U 10007A   16017.66162353 -.00000036  00000-0  10000-3 0  9992
+2 36400  65.1773  82.2203 0027743 350.9257 296.9318  2.13102336 45766
+0 COSMOS 2461 (GLONASS)
+1 36401U 10007B   16018.03778131 -.00000037  00000-0  10000-3 0  9993
+2 36401  65.1694  82.1906 0004542  74.8014  52.1755  2.13102168 45774
+0 COSMOS 2460 (GLONASS)
+1 36402U 10007C   16018.36733505 -.00000037  00000-0  10000-3 0  9996
+2 36402  65.1612  82.1580 0001283 233.1471 188.7690  2.13101990 45786
+0 SL-12 R/B(2)
+1 36403U 10007D   16017.10451531 -.00000033  00000-0  00000+0 0  9995
+2 36403  65.1683  82.0617 0018598 194.6892 165.7508  2.13313074 45781
+0 SL-12 R/B(AUX MOTOR)
+1 36407U 10007H   16016.35377945 -.00000002  00000-0 -68161-3 0  9994
+2 36407  65.3933 111.1172 5527211  91.5123 329.0970  4.23374025 90828
+0 GOES 15
+1 36411U 10008A   16017.05253177  .00000080  00000-0  00000+0 0  9996
+2 36411   0.1232 256.2632 0002727 345.2578 118.4338  1.00260815 21546
+0 DELTA 4 R/B
+1 36412U 10008B   16016.07497485 -.00000177 +00000-0 +00000-0 0  9999
+2 36412 011.9789 095.6452 5266240 312.8260 002.6334 01.92902647041284
+0 YAOGAN 9A
+1 36413U 10009A   16017.23527089 -.00000034  00000-0  84060-4 0  9998
+2 36413  63.4029  80.0189 0200193   2.3395 357.8523 13.45140740288387
+0 YAOGAN 9B
+1 36414U 10009B   16018.12740466 -.00000012  00000-0  11686-3 0  9993
+2 36414  63.4040  77.0719 0200354   2.0046 358.1750 13.45141889288522
+0 YAOGAN 9C
+1 36415U 10009C   16017.23546862 -.00000079  00000-0  17202-4 0  9993
+2 36415  63.4039  80.1423 0201353   2.2724 357.9167 13.45141445288373
+0 CZ-4C R/B
+1 36416U 10009D   16017.52173331 -.00000007  00000-0  68552-4 0  9998
+2 36416  63.4419 208.9090 0336407 357.9178   2.0439 13.69487618293612
+0 CZ-4C DEB
+1 36417U 10009E   16017.22767547 -.00000029  00000-0  92276-4 0  9998
+2 36417  63.4034  82.4689 0199336   1.8920  66.3529 13.45024872288310
+0 CZ-4C DEB
+1 36418U 10009F   16016.65347230 -.00000027 +00000-0 +96168-4 0  9990
+2 36418 063.4039 086.2768 0198052 001.5540 163.1702 13.44814347287923
+0 COSMOS 2251 DEB
+1 36419U 93036AZS 16017.67317432  .00002210  00000-0  83819-3 0  9999
+2 36419  73.8495 126.3412 0106701  42.4173 318.5160 14.28590641339612
+0 COSMOS 2251 DEB
+1 36420U 93036AZT 16017.79879778  .00000149  00000-0  61876-4 0  9999
+2 36420  74.0376  66.0217 0019952 316.5653 161.1917 14.34596995332695
+0 COSMOS 2251 DEB
+1 36422U 93036AZV 16017.02411440  .00002258  00000-0  31853-3 0  9999
+2 36422  74.0105 235.0850 0125350 292.8012  65.9958 14.72606156352009
+0 COSMOS 2251 DEB
+1 36424U 93036AZX 16016.63351682 +.00003242 +00000-0 +13365-2 0  9999
+2 36424 074.1834 254.3621 0108034 353.6656 006.3117 14.24098376321133
+0 COSMOS 2251 DEB
+1 36430U 93036BAD 16017.02849879  .00000325  00000-0  14811-3 0  9997
+2 36430  74.0063 154.2245 0102375  60.2107 300.9172 14.22649176328170
+0 COSMOS 2251 DEB
+1 36432U 93036BAF 16017.58815661  .00010759  00000-0  94172-3 0  9992
+2 36432  73.7167 101.0627 0060201 335.9709  23.8666 14.95390729331572
+0 COSMOS 2251 DEB
+1 36435U 93036BAJ 16015.53585121  .00002356  00000-0  84045-3 0  9995
+2 36435  73.8303  99.6975 0097574  21.3814 339.1368 14.32128945326770
+0 COSMOS 2251 DEB
+1 36437U 93036BAL 16016.31427614 +.00001514 +00000-0 +45244-3 0  9999
+2 36437 073.9542 015.3193 0031563 331.6205 028.3231 14.43550274136346
+0 COSMOS 2251 DEB
+1 36439U 93036BAN 16007.69538750  .00000947  00000-0  95808-3 0  9996
+2 36439  73.9707  16.0990 0454034 330.2553  27.3413 13.40852388318246
+0 COSMOS 2251 DEB
+1 36441U 93036BAQ 16016.81279709  .00001521  00000-0  15997-3 0  9999
+2 36441  73.8461  67.1240 0174393 200.7432 158.6609 14.79936887334146
+0 COSMOS 2251 DEB
+1 36442U 93036BAR 16016.77481288 +.00002314 +00000-0 +70433-3 0  9999
+2 36442 073.9913 054.6172 0040087 309.8259 049.9371 14.42162950333470
+0 COSMOS 2251 DEB
+1 36447U 93036BAW 16017.54834690  .00006544  00000-0  59664-3 0  9991
+2 36447  73.9362 100.8051 0091419 160.9965 199.4667 14.92128804336947
+0 COSMOS 2251 DEB
+1 36448U 93036BAX 16016.99204988  .00002491  00000-0  82209-3 0  9999
+2 36448  74.0882 120.8790 0051560 262.1191  97.4109 14.37830152318086
+0 COSMOS 2251 DEB
+1 36451U 93036BBA 16017.02522256  .00000993  00000-0  49180-3 0  9995
+2 36451  73.9427 265.1283 0212623 130.4725 294.6880 14.07408731333133
+0 COSMOS 2251 DEB
+1 36453U 93036BBC 16017.06012947  .00000997  00000-0  33215-3 0  9998
+2 36453  73.9318  46.4808 0087318  15.0323  13.8927 14.36806029326072
+0 COSMOS 2251 DEB
+1 36454U 93036BBD 16017.12948034  .00006477  00000-0  11171-2 0  9996
+2 36454  74.0062 310.9060 0014208 338.2570  21.7995 14.68621000325084
+0 COSMOS 2251 DEB
+1 36459U 93036BBJ 16006.17174263  .00001762  00000-0  93420-3 0  9999
+2 36459  74.0168 300.1521 0148691 169.3340 188.1015 14.08843621345162
+0 COSMOS 2251 DEB
+1 36461U 93036BBL 16017.44632230  .00009816  00000-0  61766-3 0  9993
+2 36461  73.9367  65.8449 0061560  77.7280 283.0794 15.07698042332746
+0 COSMOS 2251 DEB
+1 36462U 93036BBM 16016.82419151  .00021188  00000-0  12197-2 0  9999
+2 36462  73.8155  73.2132 0043996 218.8752 140.9273 15.11544669355106
+0 COSMOS 2251 DEB
+1 36467U 93036BBS 16017.07409873  .00002130  00000-0  88648-3 0  9993
+2 36467  73.8639 172.1390 0135850  94.5624  18.9244 14.22074933326069
+0 COSMOS 2251 DEB
+1 36470U 93036BBV 16015.26270509  .00001644  00000-0  45236-3 0  9993
+2 36470  73.8784 348.9085 0068331 196.1175 163.7810 14.46425679329207
+0 COSMOS 2251 DEB
+1 36474U 93036BBZ 15354.18891818  .00296068  00000-0  33673-2 0  9992
+2 36474  73.9226  64.8800 0023898  38.6558 321.6365 15.60918323337294
+0 COSMOS 2251 DEB
+1 36476U 93036BCB 16018.01143213  .00003225  00000-0  81574-3 0  9998
+2 36476  74.0348  25.7569 0025393 268.5517  91.2735 14.51178541345224
+0 COSMOS 2251 DEB
+1 36479U 93036BCE 16017.09080031  .00008789  00000-0  79947-3 0  9997
+2 36479  74.0332 160.2835 0060881  98.6137 262.1950 14.93892296343257
+0 IRIDIUM 33 DEB
+1 36483U 97051VZ  16018.04306179  .00000648  00000-0  21553-3 0  9999
+2 36483  86.3871 140.5776 0011527 121.6104 238.6219 14.36181207338884
+0 IRIDIUM 33 DEB
+1 36485U 97051WB  16017.22828559  .00002152  00000-0  86369-3 0  9999
+2 36485  86.4500 200.2170 0135120  75.8164 285.7994 14.22933744318551
+0 IRIDIUM 33 DEB
+1 36486U 97051WC  16016.98934021  .00003756  00000-0  81711-3 0  9991
+2 36486  86.3589 117.9266 0017519  91.2747 269.0469 14.57690250358026
+0 IRIDIUM 33 DEB
+1 36487U 97051WD  16017.27145800  .00002823  00000-0  14654-2 0  9999
+2 36487  86.3860 203.3768 0178049 244.2805 113.9901 14.06691159318529
+0 IRIDIUM 33 DEB
+1 36488U 97051WE  16016.32094118  .00022637  00000-0  28284-2 0  9999
+2 36488  86.4376 147.0248 0015849 318.9455  43.9413 14.82151435342415
+0 IRIDIUM 33 DEB
+1 36490U 97051WG  16017.58241581  .00001700  00000-0  48992-3 0  9996
+2 36490  86.3811 131.8566 0001867 190.6439 169.4723 14.44202887340442
+0 IRIDIUM 33 DEB
+1 36491U 97051WH  16017.53468622  .00037329  00000-0  37207-2 0  9991
+2 36491  86.3109 123.9347 0027405  20.4233 339.8083 14.91128535343455
+0 IRIDIUM 33 DEB
+1 36492U 97051WJ  16017.33046291  .00003797  00000-0  93438-3 0  9995
+2 36492  86.4299 147.1647 0012591   2.6566 357.4705 14.52000740348703
+0 IRIDIUM 33 DEB
+1 36493U 97051WK  16018.04043724  .00001255  00000-0  37480-3 0  9995
+2 36493  86.3678 129.6083 0018445 144.4636 215.7797 14.42150901348015
+0 IRIDIUM 33 DEB
+1 36495U 97051WM  16017.31687377  .00013683  00000-0  21116-2 0  9990
+2 36495  86.4032 140.5941 0011209  25.5998 334.5772 14.73239845322595
+0 IRIDIUM 33 DEB
+1 36497U 97051WP  16017.91729315  .00001399  00000-0  47075-3 0  9991
+2 36497  86.1597  81.6116 0076484 133.3364 351.1032 14.34773378340540
+0 ECHOSTAR 14
+1 36499U 10010A   16017.31995546 -.00000009  00000-0  00000+0 0  9999
+2 36499   0.0171  40.5975 0003047 253.6970 178.1659  1.00270474 21395
+0 BREEZE-M R/B
+1 36500U 10010B   16016.66914003 -.00000164  00000-0  00000+0 0  9990
+2 36500  26.9488 337.3875 6392046  94.3639  45.9232  2.24374933 47747
+0 BREEZE-M DEB (TANK)
+1 36501U 10010C   16017.10726580  .00002130  00000-0  35281-3 0  9999
+2 36501  49.6581  44.3460 4918124 124.5234 292.1600  5.75759484120907
+0 CRYOSAT 2
+1 36508U 10013A   16018.18114474  .00000023  00000-0  49901-5 0  9996
+2 36508  92.0299  77.6102 0006001 308.4126  51.6542 14.52172549306270
+0 SL-24 R/B
+1 36509U 10013B   16017.53991525  .00000125  00000-0  66384-4 0  9991
+2 36509  91.9139   6.4393 0276471 141.9097 220.1984 13.93342304293798
+0 SL-24 DEB
+1 36510U 10013C   16017.20353962  .00000625  00000-0  12338-3 0  9998
+2 36510  92.0345  84.4458 0022462 281.1951  78.6737 14.62175302307588
+0 SES 1
+1 36516U 10016A   16017.60795126 -.00000124  00000-0  00000+0 0  9997
+2 36516   0.0156 352.2023 0002118 297.0290 305.0865  1.00270987 20994
+0 BREEZE M R/B
+1 36517U 10016B   16017.45959822 -.00000129  00000-0  00000+0 0  9991
+2 36517   4.0755  53.6250 0698699  83.0611  13.3863  1.20449410 25132
+0 BREEZE-M DEB (TANK)
+1 36518U 10016C   16017.64897219  .00019264 -33272-6  50252-3 0  9995
+2 36518  45.8144 125.3777 7182575 274.3737  14.0973  2.45095844 50652
+0 COSMOS 2463
+1 36519U 10017A   16017.90476282  .00000160  00000-0  16053-3 0  9991
+2 36519  82.9591 163.3091 0034979 239.8071 119.9617 13.71393099286707
+0 SL-8 R/B
+1 36520U 10017B   16016.87485009 +.00000136 +00000-0 +13151-3 0  9994
+2 36520 082.9608 160.6494 0034668 220.6921 293.5176 13.72687112286670
+0 COSMOS 2251 DEB
+1 36528U 93036BCN 16015.83552389  .00000560  00000-0  25846-3 0  9990
+2 36528  74.0187 180.3562 0096624 358.0450   2.0302 14.20889070326636
+0 COSMOS 2251 DEB
+1 36529U 93036BCP 16017.21431978  .00001872  00000-0  96336-3 0  9994
+2 36529  74.0540 338.0264 0181427 196.0106 227.6725 14.07781677322858
+0 COSMOS 2251 DEB
+1 36530U 93036BCQ 16017.79141770  .00003578  00000-0  74458-3 0  9993
+2 36530  74.0226 312.7869 0034310 270.1570  89.5664 14.60060639323853
+0 COSMOS 2251 DEB
+1 36531U 93036BCR 16016.94746092  .00002278  00000-0  14353-2 0  9991
+2 36531  74.1118 112.5310 0264291 310.6419  47.1993 13.89063174315692
+0 COSMOS 2251 DEB
+1 36532U 93036BCS 16016.93930764 +.00002478 +00000-0 +39831-3 0  9993
+2 36532 073.9943 220.9054 0068627 242.7324 185.7097 14.70623346135249
+0 COSMOS 2251 DEB
+1 36533U 93036BCT 16016.97044893  .00000562  00000-0  17521-3 0  9991
+2 36533  74.0152  13.8537 0055747 312.8396  46.8082 14.42346232324297
+0 COSMOS 2251 DEB
+1 36539U 93036BCZ 16017.11832878  .00000919  00000-0  26431-3 0  9998
+2 36539  74.0287   0.7193 0036433 309.5022  50.2916 14.45858363315623
+0 COSMOS 2251 DEB
+1 36540U 93036BDA 16016.52977546 +.00000998 +00000-0 +33080-3 0  9991
+2 36540 074.0352 063.9439 0025394 297.0059 062.8503 14.38965385338055
+0 COSMOS 2251 DEB
+1 36541U 93036BDB 16018.12649490  .00006426  00000-0  15258-2 0  9992
+2 36541  74.0101  68.9496 0047523 285.2771  74.3140 14.53432081336203
+0 COSMOS 2251 DEB
+1 36542U 93036BDC 16017.03453415  .00035476  00000-0  13219-2 0  9994
+2 36542  73.7972  33.3264 0057929 219.7298 139.9653 15.25689019344865
+0 COSMOS 2251 DEB
+1 36543U 93036BDD 16017.59531857  .00004861  00000-0  11683-2 0  9990
+2 36543  73.8385 355.3360 0063539 240.9055 118.5734 14.52409754335611
+0 COSMOS 2251 DEB
+1 36548U 93036BDJ 16018.20687413  .00012194  00000-0  15395-2 0  9996
+2 36548  74.0162 296.2936 0024635 238.9212 120.9547 14.81750937345906
+0 COSMOS 2251 DEB
+1 36550U 93036BDL 16016.85235685  .00000423  00000-0  20502-3 0  9997
+2 36550  74.0461 195.0917 0086924  37.1847 323.5273 14.19420882332578
+0 COSMOS 2251 DEB
+1 36551U 93036BDM 16017.95446636  .00001501  00000-0  28919-3 0  9998
+2 36551  73.8998 233.2123 0101931 253.3772 105.6182 14.61265481333264
+0 COSMOS 2251 DEB
+1 36553U 93036BDP 16018.02842803  .00002687  00000-0  42868-3 0  9990
+2 36553  74.0471 241.7544 0057117 206.4382 224.7164 14.71358213341346
+0 COSMOS 2251 DEB
+1 36557U 93036BDT 16016.82074257 +.00001501 +00000-0 +48781-3 0  9994
+2 36557 073.9845 065.9797 0046149 330.6589 029.1974 14.39093626131904
+0 COSMOS 2251 DEB
+1 36558U 93036BDU 16017.04996864  .00000883  00000-0  28127-3 0  9991
+2 36558  74.0477  43.3405 0019685 304.4826  55.4470 14.41182555332552
+0 COSMOS 2251 DEB
+1 36559U 93036BDV 16016.60991708 +.00002758 +00000-0 +21315-2 0  9999
+2 36559 074.1324 241.1081 0338771 078.1881 285.7019 13.69460583313239
+0 COSMOS 2251 DEB
+1 36561U 93036BDX 15355.18113555  .00215291  00000-0  69010-2 0  9998
+2 36561  74.0812 298.3122 0018828 289.6211  89.3515 15.31225733332863
+0 IRIDIUM 33 DEB
+1 36563U 97051WS  16015.02732070  .00007378  00000-0  14049-2 0  9994
+2 36563  86.3637 126.1347 0023726 126.0372 234.3043 14.63783741338134
+0 IRIDIUM 33 DEB
+1 36566U 97051WV  16017.81968803  .00004063  00000-0  19724-2 0  9994
+2 36566  86.4282 217.9317 0181157 242.8364 115.4249 14.09951074332868
+0 IRIDIUM 33 DEB
+1 36568U 97051WX  16017.60536290  .00041576  00000-0  32583-2 0  9992
+2 36568  86.2916  82.8869 0025141 198.8831 161.1471 15.00549853337019
+0 ALOS DEB
+1 36571U 06002AA  16016.60678420  .00000799  00000-0  15713-3 0  9992
+2 36571  97.9148  67.5891 0001427  97.8986 262.2380 14.65127821305085
+0 ASTRA 3B
+1 36581U 10021A   16018.02454932  .00000126  00000-0  00000+0 0  9990
+2 36581   0.0574  32.8978 0002704 272.6247 203.6488  1.00272514 20501
+0 COMSATBW-2
+1 36582U 10021B   16017.80107255  .00000078  00000-0  00000+0 0  9995
+2 36582   0.0198  65.0433 0002985 243.9822 109.1915  1.00273055 20853
+0 ARIANE 5 R/B
+1 36583U 10021C   16017.70158975  .00001014  00000-0  44884-3 0  9993
+2 36583   2.7838 232.7006 7175321 136.1655 311.1376  2.39575181 48294
+0 ARIANE 5 DEB (SYLDA)
+1 36584U 10021D   16017.30907146  .00177115  00000-0  79424-2 0  9995
+2 36584   2.9307 323.5201 6036623 325.6139   7.1090  4.05011237 60028
+0 NAVSTAR 65 (USA 213)
+1 36585U 10022A   16016.59547263 -.00000053 +00000-0 +00000-0 0  9996
+2 36585 056.0747 001.1215 0048331 037.5453 178.2705 02.00575820041288
+0 DELTA 4 R/B
+1 36586U 10022B   16016.66673866 -.00000054  00000-0  00000+0 0  9994
+2 36586  55.9251   8.7442 0244404  78.0187  54.6745  1.90938634 39322
+0 BREEZE-M R/B
+1 36587U 09075B   16017.60943148 -.00000183  00000-0  00000+0 0  9992
+2 36587  20.4638 142.5289 5721642 207.6223 307.8023  1.99401739 41364
+0 SERVIS 2
+1 36588U 10023A   16017.49214532 -.00000009  00000-0  94998-4 0  9994
+2 36588 100.4334 206.5151 0016989 301.4290 111.8539 13.15851569270549
+0 SL-19 R/B
+1 36589U 10023B   16017.68918422 -.00000031  00000-0  25414-4 0  9997
+2 36589 100.5580  19.7355 0224909 265.5749 224.9419 13.58353460279261
+0 BEIDOU G3
+1 36590U 10024A   16016.94378667 -.00000364  00000-0  00000+0 0  9997
+2 36590   1.4499  28.5886 0003822 279.0560 258.3948  1.00276583 20635
+0 CZ-3C R/B
+1 36591U 10024B   16016.16184907  .00021008  00000-0  76060-3 0  9994
+2 36591  20.7356   1.2509 6041374 190.8489 145.7269  4.05006762 64172
+0 BADR-5 (ARABSAT 5B)
+1 36592U 10025A   16018.16596796  .00000134  00000-0  00000+0 0  9995
+2 36592   0.0166 106.7564 0002637 145.0544 310.9053  1.00272351 20767
+0 BREEZE-M R/B
+1 36593U 10025B   16016.45807977 -.00000001 +00000-0 +00000-0 0  9997
+2 36593 018.6861 275.5797 5642124 217.6527 012.7200 02.07417733042231
+0 BREEZE-M DEB
+1 36594U 10025C   16017.80607917  .00001075  00000-0  26637-3 0  9998
+2 36594  49.4804 231.9586 5419822 140.8834 274.7167  4.91478469 99386
+0 SJ-12
+1 36596U 10027A   16017.49426051  .00000424  00000-0  43388-4 0  9995
+2 36596  97.5915  30.3574 0011707 333.0947  26.9682 14.95452065304656
+0 CZ-2D R/B
+1 36597U 10027B   16017.97544476  .00000827  00000-0  89420-4 0  9995
+2 36597  97.6426 344.5357 0061307 279.6360  79.7935 14.89679328303459
+0 PICARD
+1 36598U 10028A   16018.16170950  .00000135  00000-0  45900-4 0  9998
+2 36598  98.3065 204.4506 0002443 105.8882 254.2572 14.50406615295959
+0 PRISMA (MANGO)
+1 36599U 10028B   16018.13143938  .00000225  00000-0  61394-4 0  9997
+2 36599  98.4179 216.0624 0056598 115.2398 245.4670 14.55786224295519
+0 BPA 1/SL-24 R/B
+1 36600U 10028C   16017.92715899  .00000011  00000-0  28270-4 0  9996
+2 36600  98.3006 323.2013 0376003  77.2849 326.9091 13.72506710280139
+0 SL-24 DEB
+1 36601U 10028D   16017.60275658  .00000243  00000-0  77103-4 0  9992
+2 36601  98.3485 197.7699 0018223 100.7448 259.5797 14.48040416295263
+0 SL-24 DEB
+1 36602U 10028E   16017.63020436  .00000962  00000-0  20252-3 0  9998
+2 36602  98.2222 223.1294 0019795 150.4659 209.7665 14.61652048297479
+0 TANDEM X
+1 36605U 10030A   16018.37282778 -.00000236  00000-0 -80302-5 0  9995
+2 36605  97.4460  27.3851 0001369  61.6183  48.8482 15.19150476309300
+0 SL-24 R/B
+1 36606U 10030B   16017.81574863  .00000569  00000-0  99111-4 0  9997
+2 36606  97.4532 103.3078 0437649 196.5627 162.0871 14.23784887289471
+0 COSMOS 2251 DEB
+1 36614U 93036BEC 16015.81002578 +.00001240 +00000-0 +40758-3 0  9999
+2 36614 074.0308 065.5116 0026473 295.9660 063.8768 14.39136044133838
+0 COSMOS 2251 DEB
+1 36615U 93036BED 16016.67941947 +.00005040 +00000-0 +18271-2 0  9993
+2 36615 074.0656 264.0088 0129719 109.4985 252.0230 14.29009166184032
+0 COSMOS 2251 DEB
+1 36617U 93036BEF 16017.69496248  .00008560  00000-0  12584-2 0  9998
+2 36617  73.9847  25.9371 0110149 161.2448 199.2834 14.71477394343904
+0 COSMOS 2251 DEB
+1 36622U 93036BEL 16017.00672803  .00000715  00000-0  14710-3 0  9990
+2 36622  74.0223 255.3456 0090291 216.7438 142.7518 14.60046673312338
+0 COSMOS 2251 DEB
+1 36625U 93036BEP 16015.22296560  .00001990  00000-0  36237-3 0  9991
+2 36625  73.8828 220.2920 0066205 275.9087 202.1135 14.65418711333836
+0 COSMOS 2251 DEB
+1 36626U 93036BEQ 16017.37919820  .00003575  00000-0  25438-3 0  9993
+2 36626  74.0433  42.1207 0162642 325.9444  33.1382 14.94959908333214
+0 COSMOS 2251 DEB
+1 36630U 93036BEU 16015.85856499  .00001861  00000-0  63361-3 0  9994
+2 36630  73.9846  92.3691 0047888 333.7867  26.0862 14.36584933351604
+0 COSMOS 2251 DEB
+1 36632U 93036BEW 16013.92208246 +.00000779 +00000-0 +29623-3 0  9993
+2 36632 074.0066 100.5687 0041586 339.2486 020.6974 14.32202465132802
+0 IRIDIUM 33 DEB
+1 36642U 97051XC  16011.61782715  .00006405  00000-0  14102-2 0  9994
+2 36642  86.3758 135.5189 0020990  29.9116 330.3287 14.57193705338934
+0 FENGYUN 1C DEB
+1 36644U 99025DXN 16015.15147880  .00000121  00000-0  17919-3 0  9999
+2 36644  98.4370 272.5073 0298138 257.9419  98.8169 13.52802554307208
+0 FENGYUN 1C DEB
+1 36645U 99025DXP 16018.13134693  .00001902  00000-0  22735-2 0  9998
+2 36645  98.5107 270.7654 0325655  32.0377 330.0109 13.47869337308058
+0 FENGYUN 1C DEB
+1 36647U 99025DXR 16018.04821977  .00000465  00000-0  40239-3 0  9991
+2 36647  96.1475 306.7937 0274572 206.5250 152.1635 13.72880831412182
+0 FENGYUN 1C DEB
+1 36652U 99025DXW 16016.97409192  .00001168  00000-0  72003-3 0  9993
+2 36652  99.1489  25.7129 0063270  76.7617 284.0598 14.06513155390719
+0 FENGYUN 1C DEB
+1 36654U 99025DXY 16017.24465013  .00016617  00000-0  20627-2 0  9999
+2 36654  99.5340  31.8930 0175179 313.3764  45.2958 14.72395535341877
+0 FENGYUN 1C DEB
+1 36656U 99025DYA 16014.97235202  .00000935  00000-0  10560-2 0  9994
+2 36656  97.4340 288.4796 0349226  66.6785 297.0698 13.48812648405154
+0 FENGYUN 1C DEB
+1 36657U 99025DYB 16017.53112147  .00001032  00000-0  25680-3 0  9991
+2 36657  99.4362  44.3147 0135337  24.2128 336.5344 14.48997225344231
+0 FENGYUN 1C DEB
+1 36658U 99025DYC 16009.83840086 +.00001439 +00000-0 +62543-3 0  9996
+2 36658 098.9022 039.6451 0090573 248.3830 110.7681 14.23540436133564
+0 FENGYUN 1C DEB
+1 36659U 99025DYD 16017.24044181  .00000526  00000-0  48772-3 0  9997
+2 36659  99.8247 176.1081 0140862 203.1791 281.9068 13.82904852428165
+0 FENGYUN 1C DEB
+1 36660U 99025DYE 16017.36199556  .00000351  00000-0  22825-3 0  9996
+2 36660  98.9496  67.4006 0046984  38.2828 322.1661 14.08480494384371
+0 FENGYUN 1C DEB
+1 36661U 99025DYF 16016.22122950 +.00001832 +00000-0 +92894-3 0  9993
+2 36661 099.0329 024.5079 0024230 247.6921 174.4453 14.17159253130522
+0 FENGYUN 1C DEB
+1 36662U 99025DYG 16009.27943735  .00020400  00000-0  21569-2 0  9995
+2 36662  96.5556  24.4422 0040252  79.8315 280.1188 14.88602818379367
+0 FENGYUN 1C DEB
+1 36664U 99025DYJ 16016.82072894  .00000099  00000-0  62542-4 0  9995
+2 36664  98.9598  24.5316 0175231   7.9923 352.3979 14.16726564328402
+0 FENGYUN 1C DEB
+1 36665U 99025DYK 16018.18773992  .00002018  00000-0  11043-2 0  9995
+2 36665  98.4363 158.8014 0161647 208.6525 150.5691 14.06548085346248
+0 FENGYUN 1C DEB
+1 36668U 99025DYN 16017.31975641  .00000407  00000-0  25667-3 0  9995
+2 36668  98.9531  66.0723 0055027  36.4025 324.0867 14.09102407364549
+0 FENGYUN 1C DEB
+1 36670U 99025DYQ 16015.88116113  .00001570  00000-0  67436-3 0  9991
+2 36670  98.8894  40.7186 0044704 203.9332 155.9769 14.25662172366628
+0 FENGYUN 1C DEB
+1 36672U 99025DYS 16017.42891751  .00009891  00000-0  13650-2 0  9995
+2 36672  98.9883 248.0067 0050654 283.4436  76.1128 14.77510393369652
+0 FENGYUN 1C DEB
+1 36675U 99025DYV 16017.57329517  .00001565  00000-0  78093-3 0  9993
+2 36675  99.2033 148.5236 0039115  15.0406 345.1922 14.18032450364488
+0 FENGYUN 1C DEB
+1 36676U 99025DYW 16016.11978275  .00000389  00000-0  14065-3 0  9996
+2 36676  98.7316 123.7779 0106119  27.9018  92.5109 14.36087192370259
+0 FENGYUN 1C DEB
+1 36677U 99025DYX 16014.32185461 +.00001063 +00000-0 +65339-3 0  9995
+2 36677 099.0550 058.5358 0063062 001.4472 060.5682 14.06859603132665
+0 FENGYUN 1C DEB
+1 36678U 99025DYY 16014.39193437  .00000306  00000-0  11245-3 0  9991
+2 36678  98.5506  72.3917 0161660 343.6107  15.9884 14.32895227331205
+0 FENGYUN 1C DEB
+1 36679U 99025DYZ 16014.30926017  .00000307  00000-0  22837-3 0  9991
+2 36679  99.1133  43.1062 0092874  67.3854 293.7102 14.00362336396198
+0 FENGYUN 1C DEB
+1 36680U 99025DZA 16016.61733853 +.00000444 +00000-0 +21605-3 0  9997
+2 36680 098.8594 072.3783 0203184 160.3680 356.8388 14.12746544131565
+0 FENGYUN 1C DEB
+1 36681U 99025DZB 16017.89237194  .00000454  00000-0  30825-3 0  9991
+2 36681  98.9947  65.1738 0047340  66.5190 294.0943 14.04677976361414
+0 FENGYUN 1C DEB
+1 36682U 99025DZC 16018.07921724  .00000593  00000-0  65649-3 0  9998
+2 36682  98.4743 332.3743 0249701 129.9085 232.4300 13.62325129331661
+0 FENGYUN 1C DEB
+1 36684U 99025DZE 16016.84335682 +.00001743 +00000-0 +59305-3 0  9995
+2 36684 099.4985 343.5664 0061038 286.3937 073.0542 14.36996835135699
+0 FENGYUN 1C DEB
+1 36685U 99025DZF 16015.41606549  .00001802  00000-0  31593-3 0  9996
+2 36685  98.8771 234.2159 0139445 107.0442 254.6088 14.63014872432581
+0 FENGYUN 1C DEB
+1 36686U 99025DZG 16017.85391851  .00001358  00000-0  30628-3 0  9998
+2 36686  99.0003 244.3944 0156568 219.8059 139.1564 14.50968484429404
+0 FENGYUN 1C DEB
+1 36687U 99025DZH 16017.40138715  .00000051  00000-0  57310-4 0  9995
+2 36687  98.5918 247.8482 0093490 349.7869  10.1397 14.02548758393288
+0 FENGYUN 1C DEB
+1 36689U 99025DZK 16017.77273819  .00001081  00000-0  99922-3 0  9990
+2 36689  98.4828 318.3318 0346227 151.1789 210.8975 13.60325317388187
+0 FENGYUN 1C DEB
+1 36691U 99025DZM 16010.87302951  .00001743  00000-0  12979-2 0  9998
+2 36691  98.6958 168.1354 0157147 179.1477 185.1160 13.90469194446935
+0 FENGYUN 1C DEB
+1 36692U 99025DZN 16018.03802429  .00000170  00000-0  16820-3 0  9993
+2 36692  99.9974 305.8634 0116941 174.9593 185.2770 13.90371686407560
+0 FENGYUN 1C DEB
+1 36693U 99025DZP 16017.19326275  .00009604  00000-0  16971-2 0  9997
+2 36693  97.5956   1.2669 0180629  38.2150 323.1695 14.57443846441070
+0 FENGYUN 1C DEB
+1 36694U 99025DZQ 16015.63650722 +.00000763 +00000-0 +40932-3 0  9994
+2 36694 098.8966 318.8321 0115793 113.1405 248.2017 14.12528821124783
+0 FENGYUN 1C DEB
+1 36695U 99025DZR 16017.36516269  .00000432  00000-0  10592-3 0  9996
+2 36695  98.4772  76.1245 0275467 229.7111 127.9705 14.37427326376250
+0 FENGYUN 1C DEB
+1 36696U 99025DZS 16016.76393152  .00001748  00000-0  93420-3 0  9996
+2 36696  98.8265 311.2472 0029511 259.4940 100.2908 14.14310197378257
+0 FENGYUN 1C DEB
+1 36697U 99025DZT 16015.92437770 +.00002409 +00000-0 +26830-3 0  9995
+2 36697 098.7675 276.0901 0175476 229.7283 203.7105 14.77709030132487
+0 FENGYUN 1C DEB
+1 36699U 99025DZV 16017.90050573  .00000193  00000-0  10427-3 0  9992
+2 36699  98.7702  49.1605 0098950 172.0195 188.2584 14.20903394348814
+0 FENGYUN 1C DEB
+1 36700U 99025DZW 16017.21144844  .00000900  00000-0  80599-3 0  9997
+2 36700  99.8544 172.2922 0158291 258.0346 100.3023 13.81796830392847
+0 FENGYUN 1C DEB
+1 36701U 99025DZX 16017.49207880  .00001651  00000-0  18189-2 0  9997
+2 36701 102.7329 269.1972 0285871  67.5964 295.5183 13.58034390427379
+0 FENGYUN 1C DEB
+1 36702U 99025DZY 16018.10609015  .00005473  00000-0  25954-2 0  9997
+2 36702  98.3659 139.9168 0120136 207.6431 151.8324 14.16186046408309
+0 FENGYUN 1C DEB
+1 36703U 99025DZZ 16017.45403992  .00001196  00000-0  79112-3 0  9995
+2 36703  97.8486 270.2059 0132000 280.8755  77.7582 13.98988579406057
+0 FENGYUN 1C DEB
+1 36706U 99025EAC 16016.97291774  .00008881  00000-0  23138-2 0  9991
+2 36706  98.8688 276.9118 0039874 211.3877 148.4935 14.49308758411161
+0 FENGYUN 1C DEB
+1 36707U 99025EAD 16015.84336590 +.00000590 +00000-0 +35955-3 0  9993
+2 36707 099.0843 030.5120 0053813 257.6401 101.8741 14.09390420130204
+0 FENGYUN 1C DEB
+1 36710U 99025EAG 16010.95675339 +.00001119 +00000-0 +43252-3 0  9998
+2 36710 098.7215 056.3269 0090653 125.1800 235.7914 14.29846057129955
+0 FENGYUN 1C DEB
+1 36711U 99025EAH 16016.98618593  .00001615  00000-0  85810-3 0  9994
+2 36711 100.8051 293.4044 0153193 148.0240 213.0332 14.09543718374305
+0 FENGYUN 1C DEB
+1 36712U 99025EAJ 16017.60316157  .00004081  00000-0  10246-2 0  9996
+2 36712  98.9368 167.9698 0059763 101.1498 259.6422 14.50825949388112
+0 FENGYUN 1C DEB
+1 36713U 99025EAK 16016.98431834  .00003040  00000-0  39879-3 0  9995
+2 36713  98.3899  99.6050 0235811 111.3673 251.2869 14.63518256434846
+0 FENGYUN 1C DEB
+1 36714U 99025EAL 16015.95877580 +.00001007 +00000-0 +54842-3 0  9992
+2 36714 098.9498 063.5160 0033376 342.2902 017.7104 14.14251247378127
+0 FENGYUN 1C DEB
+1 36716U 99025EAN 16017.01962494  .00000065  00000-0  86201-4 0  9990
+2 36716  99.1739 302.7739 0150850 232.9028 125.8262 13.86602984407766
+0 FENGYUN 1C DEB
+1 36719U 99025EAR 16016.91875734 +.00000764 +00000-0 +38060-3 0  9996
+2 36719 098.5362 265.0251 0105650 189.2313 170.6922 14.16891514129702
+0 FENGYUN 1C DEB
+1 36724U 99025EAW 16005.64578796  .00001674  00000-0  98509-3 0  9993
+2 36724  99.4716 157.0886 0134333 170.0064 254.1150 14.05060979372102
+0 FENGYUN 1C DEB
+1 36726U 99025EAY 16016.57224207  .00013586  00000-0  12877-2 0  9992
+2 36726  98.9694 293.6506 0101184  74.7544 286.4830 14.89884499377437
+0 FENGYUN 1C DEB
+1 36729U 99025EBB 16017.32911242  .00000168  00000-0  12368-3 0  9999
+2 36729  98.9125  66.6359 0048162  35.8002 324.6380 14.07753038365667
+0 FENGYUN 1C DEB
+1 36730U 99025EBC 16017.48464103  .00003103  00000-0  10279-2 0  9997
+2 36730  99.6654  18.8893 0037333  76.4952  74.8344 14.38339003331628
+0 FENGYUN 1C DEB
+1 36731U 99025EBD 16009.65569677  .00002518  00000-0  97319-3 0  9990
+2 36731  99.1457 166.1989 0050511 255.3739 104.7125 14.30403209365711
+0 FENGYUN 1C DEB
+1 36732U 99025EBE 16017.74955127  .00006224  00000-0  67959-3 0  9994
+2 36732  98.9843 349.4225 0155143 313.1831 168.7524 14.79905582378104
+0 FENGYUN 1C DEB
+1 36733U 99025EBF 16016.23913060  .00001050  00000-0  79365-3 0  9994
+2 36733  99.1621 308.4970 0158194 262.3024  96.0146 13.90668727321348
+0 FENGYUN 1C DEB
+1 36734U 99025EBG 16017.79969763  .00001556  00000-0  91358-3 0  9995
+2 36734  98.9661 330.5879 0046872 347.1959  12.8017 14.09090849316197
+0 FENGYUN 1C DEB
+1 36735U 99025EBH 16017.29964503  .00001748  00000-0  61814-3 0  9995
+2 36735  99.1603 187.2396 0100795 324.2589 156.7515 14.33219925424835
+0 FENGYUN 1C DEB
+1 36736U 99025EBJ 16017.30115569  .00001169  00000-0  67788-3 0  9991
+2 36736  99.0647  46.2804 0071982 306.7104  52.7467 14.09547045376819
+0 FENGYUN 1C DEB
+1 36738U 99025EBL 16016.82334066  .00002958  00000-0  11215-2 0  9994
+2 36738 100.7983  30.4527 0043726 255.0030 104.6303 14.31646386406172
+0 FENGYUN 1C DEB
+1 36740U 99025EBN 15359.05605456  .00080140  00000-0  37372-2 0  9996
+2 36740  98.3962 288.2184 0058152 332.1162  27.6955 15.18017078383300
+0 FENGYUN 1C DEB
+1 36741U 99025EBP 16017.15910529  .00002351  00000-0  13413-2 0  9998
+2 36741  98.4477 151.0812 0121607 241.0575 117.8356 14.06920979373327
+0 FENGYUN 1C DEB
+1 36743U 99025EBR 16017.25780807  .00001025  00000-0  54394-3 0  9996
+2 36743  98.9434  45.1373 0057002 307.3925  52.2067 14.15041192378118
+0 COMS 1
+1 36744U 10032A   16017.95956557 -.00000355  00000-0  00000+0 0  9999
+2 36744   0.0154  85.4715 0001283 244.0636 260.9033  1.00271035 20515
+0 ARABSAT 5A
+1 36745U 10032B   16018.21842729  .00000142  00000-0  00000+0 0  9998
+2 36745   0.0516   2.2942 0003069 297.3414 286.5225  1.00270693 20499
+0 ARIANE 5 R/B
+1 36746U 10032C   16017.17527596  .00000812  00000-0  42421-3 0  9996
+2 36746   1.7629 309.3863 7177489  79.3541 347.9177  2.39216644 47485
+0 ARIANE 5 DEB (SYLDA)
+1 36747U 10032D   16017.23941555  .00004369  00000-0  20197-2 0  9995
+2 36747   1.7706 132.3985 6528901  56.1167 349.5923  3.24408474 54536
+0 ECHOSTAR 15
+1 36792U 10034A   16016.83200038 -.00000290  00000-0  00000+0 0  9994
+2 36792   0.0235 346.8379 0001921 307.6392  59.0683  1.00273123 20240
+0 BREEZE-M R/B
+1 36793U 10034B   16017.31172475 -.00000121  00000-0  00000+0 0  9995
+2 36793  18.9989 286.5122 5559513 173.5629 354.5640  2.04325549 41204
+0 BREEZE-M DEB (TANK)
+1 36794U 10034C   16017.88828690  .00004488  00000-0  75178-3 0  9996
+2 36794  49.5255 329.5434 5567800  46.4591 348.0781  4.70878155 93289
+0 CARTOSAT 2B
+1 36795U 10035A   16018.15250717  .00000318  00000-0  50569-4 0  9994
+2 36795  97.9965  78.7270 0013376 258.2573 101.7139 14.78647628297924
+0 STUDSAT
+1 36796U 10035B   16018.18386861  .00001049  00000-0  12509-3 0  9991
+2 36796  98.0053 120.8342 0012245 223.8000 136.2245 14.86407719298679
+0 AISSAT 1
+1 36797U 10035C   16018.20389926  .00000678  00000-0  85241-4 0  9991
+2 36797  98.0140 121.9118 0010297 236.2477 123.7757 14.85371765298692
+0 ALSAT 2A
+1 36798U 10035D   16018.17389294  .00000312  00000-0  64883-4 0  9990
+2 36798  97.9795  83.2255 0001418  79.4652 280.6715 14.66407125295464
+0 TISAT 1
+1 36799U 10035E   16018.18439135  .00001580  00000-0  17235-3 0  9998
+2 36799  98.0219 126.2887 0012063 217.2330 142.8051 14.89372314298944
+0 PSLV R/B
+1 36800U 10035F   16017.83138285  .00000994  00000-0  10012-3 0  9998
+2 36800  97.9818 130.0107 0021650 243.4166 116.4835 14.93371139300005
+0 PSLV DEB
+1 36801U 10035G   16016.96265266  .00016375  00000-0  76743-3 0  9995
+2 36801  98.0789 154.7048 0005824 129.7687 230.4060 15.19771764300353
+0 PRISMA (TANGO)
+1 36827U 10028F   16017.54739884  .00000144  00000-0  56288-4 0  9992
+2 36827  98.4135 185.3352 0043267 154.3694 205.9653 14.42128760285919
+0 BEIDOU IGSO 1
+1 36828U 10036A   16017.88745340 -.00000074  00000-0  10000-3 0  9997
+2 36828  54.2576 198.6085 0041883 212.8655 145.0550  1.00281100 20070
+0 NILESAT 201
+1 36830U 10037A   16018.21910512 -.00000069  00000-0  00000+0 0  9993
+2 36830   0.0551 210.6235 0003635  87.0772 251.1923  1.00271559 20151
+0 RASCOM QAF 1R
+1 36831U 10037B   16016.67087713 +.00000010 +00000-0 +00000-0 0  9996
+2 36831 000.0176 048.6765 0004628 254.5285 056.7336 01.00271372020155
+0 ARIANE 5 R/B
+1 36832U 10037C   16016.30504120  .00000854  00000-0  43262-3 0  9999
+2 36832   2.5161 320.2910 7165456  83.1903 346.7761  2.41364929 46705
+0 ARIANE 5 DEB (SYLDA)
+1 36833U 10037D   16017.44065095  .00024796  00000-0  45900-2 0  9990
+2 36833   2.0224 116.7247 6331912 133.4251 300.0556  3.56172224 55615
+0 YAOGAN 10
+1 36834U 10038A   16018.19664593  .00000279  00000-0  43067-4 0  9997
+2 36834  97.9032  15.1615 0001448  95.4911 264.6461 14.80631235294121
+0 CZ-4C R/B
+1 36835U 10038B   16018.09461159  .00117916  73339-5  37917-3 0  9993
+2 36835  97.6056 141.8671 0026855 174.0353 186.1244 15.90362392304853
+0 METEOR 2-8 DEB
+1 36858U 82025AV  16017.68780932  .00000799  00000-0  48676-3 0  9994
+2 36858  82.5297 149.1706 0029564 188.8524 171.2130 14.04803777507452
+0 METEOR 2-8 DEB
+1 36860U 82025AX  16010.16277605  .00001014  00000-0  64604-3 0  9991
+2 36860  82.5308 170.8527 0008708 318.2092  41.8413 14.02792908598813
+0 METEOR 2-8 DEB
+1 36861U 82025AY  16017.99607279  .00001603  00000-0  94339-3 0  9996
+2 36861  82.5189 133.1075 0020498 121.1337 239.1850 14.07374814652516
+0 METEOR 2-8 DEB
+1 36862U 82025AZ  16011.18509410  .00000903  00000-0  55115-3 0  9991
+2 36862  82.5483 168.6710 0015118 231.2630 249.9333 14.04986538493107
+0 METEOR 2-8 DEB
+1 36863U 82025BA  16008.19539620 +.00001384 +00000-0 +84548-3 0  9991
+2 36863 082.5400 160.3011 0009688 214.0397 263.9278 14.05342232584950
+0 METEOR 2-8 DEB
+1 36864U 82025BB  16017.17448111  .00000915  00000-0  57912-3 0  9998
+2 36864  82.5469 172.1531 0022709 208.0545 151.9404 14.02926813605389
+0 METEOR 2-8 DEB
+1 36866U 82025BD  16014.88694067  .00001421  00000-0  98233-3 0  9992
+2 36866  82.5319 216.5258 0017591   6.5271 353.6123 13.98435265604810
+0 METEOR 2-8 DEB
+1 36867U 82025BE  16016.03597083  .00001334  00000-0  75890-3 0  9999
+2 36867  82.5354 135.4326 0011015  10.5328 349.6075 14.09174759656817
+0 METEOR 2-7 DEB
+1 36875U 81043N   16017.38518570  .00003066  00000-0  94787-3 0  9990
+2 36875  81.2636  48.8916 0016539  73.4085 286.8918 14.41031676624281
+0 METEOR 2-7 DEB
+1 36878U 81043R   16017.18754953  .00002082  00000-0  96093-3 0  9997
+2 36878  81.2597 179.6716 0048603  78.6033  44.6250 14.20060088327834
+0 METEOR 2-7 DEB
+1 36879U 81043S   16017.74572495  .00002357  00000-0  10539-2 0  9994
+2 36879  81.2583 176.5897 0045793  63.4723 297.1138 14.21812671301680
+0 MINOTAUR DEB
+1 36881U 05011C   16016.10177364  .00003699  00000-0  13405-2 0  9998
+2 36881  98.9802  71.3383 0014733 216.6135 143.4042 14.33966866324460
+0 METEOR 2-5 DEB
+1 36886U 79095AB  16015.17125541  .00023823  00000-0  19771-2 0  9995
+2 36886  81.1356 280.7405 0006015  76.6192 283.5697 14.98656519678708
+0 METEOR 2-5 DEB
+1 36891U 79095AG  16017.67091704  .00014554  00000-0  20456-2 0  9994
+2 36891  81.1752 350.7310 0003431 118.3519 241.8035 14.77304594640075
+0 METEOR 2-5 DEB
+1 36894U 79095AK  15357.39765381  .00009147  00000-0  21995-2 0  9992
+2 36894  81.1990 149.0646 0024313 239.2362 120.6439 14.53098367649011
+0 METEOR 2-5 DEB
+1 36897U 79095AN  16017.83339414  .00108066  00000-0  43911-2 0  9994
+2 36897  81.1382 328.2241 0020072  99.2842 261.0662 15.23909790678172
+0 METEOR 2-5 DEB
+1 36898U 79095AP  16017.58121707  .00021561  00000-0  22827-2 0  9998
+2 36898  81.1696 320.9634 0013995  68.3806  52.7775 14.88978092640416
+0 METEOR 2-5 DEB
+1 36899U 79095AQ  16015.93323315  .00013934  00000-0  16825-2 0  9991
+2 36899  81.1246   3.3666 0013399 115.9274 244.3319 14.83628203675569
+0 METEOR 2-5 DEB
+1 36901U 79095AS  16014.97277467  .00003871  00000-0  10282-2 0  9994
+2 36901  81.1911 110.7394 0008435 218.2535 141.8060 14.48483829630283
+0 METEOR 2-5 DEB
+1 36902U 79095AT  16017.70442122  .00006228  00000-0  96726-3 0  9998
+2 36902  81.1647   2.9431 0005822  93.3282 266.8589 14.72987627674815
+0 METEOR 2-5 DEB
+1 36903U 79095AU  16017.32912941  .00008511  00000-0  12834-2 0  9992
+2 36903  81.1847  15.9145 0002483 235.6399 124.4572 14.74290846552609
+0 METEOR 2-5 DEB
+1 36906U 79095AX  16017.05574054  .00004642  00000-0  12242-2 0  9998
+2 36906  81.1803 137.4085 0002931   0.5159 359.6035 14.48868230667060
+0 METEOR 2-5 DEB
+1 36907U 79095AY  16017.08668995  .00052190  00000-0  23975-2 0  9996
+2 36907  81.1817 289.6760 0012614  79.5312 280.7339 15.20083581634156
+0 METEOR 2-5 DEB
+1 36908U 79095AZ  16017.18248728  .00028764  00000-0  20740-2 0  9993
+2 36908  81.1725 330.1666 0012409 104.3137 255.9464 15.03948415570188
+0 METEOR 2-5 DEB
+1 36911U 79095BC  16015.16813113  .00001796  00000-0  89318-3 0  9992
+2 36911  81.2000 315.5330 0010251 117.5070 242.7147 14.16679386351729
+0 METEOR 2-5 DEB
+1 36913U 79095BE  16017.60107767  .00005794  00000-0  13939-2 0  9993
+2 36913  81.2039 121.2621 0013877 134.2826 225.9510 14.53179671664974
+0 METEOR 2-5 DEB
+1 36914U 79095BF  16016.14679840 +.00014675 +00000-0 +18071-2 0  9998
+2 36914 081.1948 316.5435 0012300 106.9870 253.2689 14.82820218133233
+0 METEOR 2-5 DEB
+1 36915U 79095BG  16017.83460463  .00014320  00000-0  14099-2 0  9998
+2 36915  81.1876 325.6161 0003539 143.8145 216.3311 14.91987792680230
+0 METEOR 2-5 DEB
+1 36916U 79095BH  16017.02689383  .00003636  00000-0  10183-2 0  9992
+2 36916  81.1938 131.0190 0001800  26.7927 333.3356 14.45953913670063
+0 METEOR 2-5 DEB
+1 36918U 79095BK  16015.03606944  .00010268  00000-0  19370-2 0  9991
+2 36918  81.1823 136.1345 0016405 301.1292  58.8299 14.64344196683021
+0 METEOR 2-5 DEB
+1 36920U 79095BM  16018.12592143  .00215080  00000-0  54103-2 0  9994
+2 36920  81.1205 316.4938 0029397 116.3327 244.0938 15.38663527672333
+0 METEOR 2-5 DEB
+1 36921U 79095BN  16015.70950990  .00009276  00000-0  14672-2 0  9999
+2 36921  81.1838  11.0052 0010464  85.7053 274.5347 14.72187461667725
+0 METEOR 2-5 DEB
+1 36922U 79095BP  16001.37520247  .00011616  00000-0  21006-2 0  9996
+2 36922  81.2082  32.4336 0004254 147.7431 212.4031 14.66314206591650
+0 METEOR 2-5 DEB
+1 36923U 79095BQ  16008.58114679  .00002723  00000-0  13021-2 0  9992
+2 36923  81.2009 317.9511 0010555  93.6924 266.9291 14.18874153367611
+0 COSMOS 1818 COOLANT
+1 36935U 87011P   16014.58127657 +.00000287 +00000-0 +13932-3 0  9994
+2 36935 065.0098 095.9782 0021547 279.9296 079.9357 14.33681985076875
+0 COSMOS 1818 COOLANT
+1 36936U 87011Q   16015.79679558  .00000221  00000-0  11537-3 0  9998
+2 36936  65.0026  90.2616 0022365 276.6353  83.2187 14.33700257349223
+0 COSMOS 1818 COOLANT
+1 36937U 87011R   16017.55052855  .00000235  00000-0  12027-3 0  9990
+2 36937  65.0145  88.3026 0020793 277.3154  82.5568 14.33737794357386
+0 COSMOS 1818 COOLANT
+1 36939U 87011T   16017.81586278  .00000248  00000-0  12453-3 0  9999
+2 36939  65.0174  86.9726 0023195 274.0095  85.8340 14.33886298357432
+0 COSMOS 1818 COOLANT
+1 36940U 87011U   16015.61589050  .00000241  00000-0  12433-3 0  9999
+2 36940  65.0146 103.5407 0023928 274.2065  85.6286 14.32939752334714
+0 COSMOS 1818 COOLANT
+1 36941U 87011V   16016.80118159  .00000279  00000-0  13579-3 0  9993
+2 36941  65.0101  88.0116 0020206 272.9212  86.9561 14.33930156347988
+0 COSMOS 1818 COOLANT
+1 36942U 87011W   16015.81393132  .00000250  00000-0  12499-3 0  9999
+2 36942  65.0077  88.1204 0023830 276.5035  83.3338 14.34010579306807
+0 COSMOS 1818 COOLANT
+1 36943U 87011X   16015.61371044  .00000238  00000-0  12360-3 0  9999
+2 36943  65.0105 103.6632 0022464 282.9929  76.8648 14.32796094303701
+0 COSMOS 1818 COOLANT
+1 36944U 87011Y   16017.84470308  .00000247  00000-0  12692-3 0  9998
+2 36944  65.0115  97.2283 0018777 274.1000  85.7939 14.32839389309699
+0 COSMOS 1818 COOLANT
+1 36946U 87011AA  16017.83993135  .00000253  00000-0  12831-3 0  9999
+2 36946  65.0165  94.9403 0020788 278.1304  81.7423 14.33202097333030
+0 COSMOS 1818 COOLANT
+1 36947U 87011AB  16017.78996320  .00000228  00000-0  11750-3 0  9994
+2 36947  65.0101  85.7781 0022752 271.1118  88.7361 14.33811145334799
+0 COSMOS 1818 COOLANT
+1 36949U 87011AD  16017.58598515  .00000234  00000-0  12097-3 0  9990
+2 36949  65.0181  94.5407 0022484 274.1389  85.7127 14.33303953330265
+0 BREEZE-M DEB
+1 36958U 06006CQ  16015.04601793  .00004786  00000-0  22619-2 0  9993
+2 36958  51.7479 275.5983 4874082 211.8421 106.3373  5.72780950149917
+0 BREEZE-M DEB
+1 36963U 06006CV  16016.94200914  .00002697  00000-0  11804-2 0  9992
+2 36963  51.5749 281.0909 5010506 231.3733  72.2002  5.51516057146715
+0 BREEZE-M DEB
+1 36964U 06006CW  16016.56136948 +.00000665 +00000-0 +68835-3 0  9996
+2 36964 052.0740 015.1890 5029429 103.2196 315.5539 05.40599857024037
+0 CZ-3A DEB
+1 36965U 07003AB  16017.76819796  .00000143  00000-0  70071-2 0  9992
+2 36965  25.8291 263.9125 7557431 123.7788 353.3764  1.74803968 41455
+0 CZ-3A DEB
+1 36966U 07003AC  16016.47084848 -.00000146  00000-0 -27080-2 0  9999
+2 36966  23.6807 209.6917 7408304 249.4278  50.5350  1.89567928 47143
+0 CZ-3A DEB
+1 36967U 07003AD  16016.80356725  .00000086  00000-0  87276-2 0  9997
+2 36967  26.7641 276.7707 7384569  81.1472 348.4855  1.84663245 58098
+0 CZ-3A DEB
+1 36968U 07003AE  16003.64262652  .00004098  00000-0  64291-2 0  9990
+2 36968  25.0711 176.7099 7586187 273.6629  11.3432  1.87282946 58055
+0 CZ-3A DEB
+1 36970U 07003AG  16015.39695428 +.00000227 +00000-0 +22164-1 0  9991
+2 36970 025.6329 286.5720 7494874 091.1768 019.2181 01.76638453051527
+0 CZ-3A DEB
+1 36971U 07003AH  16015.51890562 -.00000038  00000-0  83599-4 0  9995
+2 36971  25.5455 239.6485 7586936 170.0741  31.2082  1.75689034 45586
+0 TITAN 3C TRANSTAGE DEB
+1 36979U 65108DK  16015.96171411  .00000008  00000-0  00000+0 0  9994
+2 36979  26.8564 231.8088 6649022 148.3166   1.2945  2.55797813102781
+0 TITAN 3C TRANSTAGE DEB
+1 36982U 65108DN  16010.97188430 +.00003992 +00000-0 +83936-2 0  9990
+2 36982 026.5613 078.3367 6368710 229.9825 054.1021 03.37365765030837
+0 TITAN 3C TRANSTAGE DEB
+1 36983U 65108DP  16017.61878374  .00004712  00000-0  50652-3 0  9993
+2 36983  26.9894 150.1230 4903152 175.6695 191.1021  5.81215296369624
+0 TITAN 3C TRANSTAGE DEB
+1 36984U 65108DQ  16016.01063087 +.00005697 +00000-0 +15055-2 0  9994
+2 36984 026.5898 297.8145 4375086 221.6560 095.1924 06.62386251386210
+0 TIANHUI 1
+1 36985U 10040A   16018.20439510  .00002916  00000-0  12635-3 0  9994
+2 36985  97.5401 150.3200 0011946 204.2546 198.1679 15.23156240300355
+0 FENGYUN 1C DEB
+1 36986U 99025EBS 16017.40822142  .00001378  00000-0  93688-3 0  9991
+2 36986  99.1630 352.0783 0113374 150.3284 210.4374 13.98693328310155
+0 FENGYUN 1C DEB
+1 36987U 99025EBT 16016.57638497  .00000043  00000-0  12130-3 0  9998
+2 36987 100.7914 291.0781 0327497 315.3252  42.1910 13.43181239312466
+0 FENGYUN 1C DEB
+1 36990U 99025EBW 15363.30759740  .00000223  00000-0  27354-3 0  9996
+2 36990  96.5698  23.6036 0300448 224.0225 133.6639 13.53874551336474
+0 FENGYUN 1C DEB
+1 36991U 99025EBX 16015.79955506  .00000991  00000-0  97096-3 0  9995
+2 36991  98.1156 221.5701 0286008  24.8104 336.6491 13.64266238410324
+0 FENGYUN 1C DEB
+1 36994U 99025ECA 16016.88260809 +.00000100 +00000-0 +10724-3 0  9999
+2 36994 098.5976 182.0969 0117434 147.6679 213.1748 13.89728035306452
+0 FENGYUN 1C DEB
+1 36995U 99025ECB 16015.55571890  .00000355  00000-0  24682-3 0  9998
+2 36995  98.3673 138.8913 0040480 135.6500 224.7923 14.04133407423824
+0 FENGYUN 1C DEB
+1 36996U 99025ECC 16018.06235163  .00000377  00000-0  20044-3 0  9990
+2 36996  98.3163  97.3271 0280243 189.4099 293.7521 14.00294983350763
+0 FENGYUN 1C DEB
+1 36997U 99025ECD 16017.77014669  .00005961  00000-0  13050-2 0  9996
+2 36997  98.6499   6.7322 0148106  10.6217 349.8048 14.51466089407199
+0 FENGYUN 1C DEB
+1 36999U 99025ECF 16015.51135188 +.00001952 +00000-0 +16096-2 0  9997
+2 36999 099.1985 270.0919 0197072 194.1119 165.4480 13.81718203073438
+0 FENGYUN 1C DEB
+1 37001U 99025ECH 16014.88356572  .00001305  00000-0  77276-3 0  9993
+2 37001  99.0432  48.6581 0034001  13.6363 111.3322 14.09210363397968
+0 FENGYUN 1C DEB
+1 37003U 99025ECK 16014.99347431 +.00000405 +00000-0 +34175-3 0  9992
+2 37003 099.2283 075.9863 0099540 317.2158 164.8960 13.91569788102611
+0 FENGYUN 1C DEB
+1 37006U 99025ECN 16017.89470762  .00001940  00000-0  43496-3 0  9992
+2 37006  99.2941 276.5738 0308908 334.7722  23.8638 14.32533148326494
+0 FENGYUN 1C DEB
+1 37007U 99025ECP 16017.04835829  .00003186  00000-0  13321-2 0  9996
+2 37007  99.0640 116.1944 0098944 158.8859 201.6447 14.24220573328176
+0 FENGYUN 1C DEB
+1 37008U 99025ECQ 16018.12653908  .00000727  00000-0  50921-3 0  9999
+2 37008  99.1562  88.3363 0077025 172.4967 187.7369 14.00267800325571
+0 FENGYUN 1C DEB
+1 37009U 99025ECR 16017.09833404  .00003699  00000-0  17349-2 0  9993
+2 37009 102.3494 132.5823 0107738 340.4683  19.2366 14.18119034436284
+0 FENGYUN 1C DEB
+1 37011U 99025ECT 16017.82670982  .00004928  00000-0  12724-2 0  9995
+2 37011  98.9044 151.4765 0065749 118.6994 242.0827 14.49159560309018
+0 FENGYUN 1C DEB
+1 37012U 99025ECU 16010.49497317  .00001075  00000-0  81938-3 0  9995
+2 37012  98.6127 104.9570 0222024 213.3971 145.3016 13.84623766401979
+0 FENGYUN 1C DEB
+1 37014U 99025ECW 16017.46634093  .00002250  00000-0  11472-2 0  9996
+2 37014  99.0241  17.9685 0035036 303.7120  56.0716 14.16451660315043
+0 FENGYUN 1C DEB
+1 37017U 99025ECZ 16018.00175578  .00001822  00000-0  48461-3 0  9991
+2 37017  98.7248 297.4131 0361751  44.9752 318.0125 14.17353863400408
+0 FENGYUN 1C DEB
+1 37018U 99025EDA 16017.36160751  .00002171  00000-0  11402-2 0  9999
+2 37018  98.5252  69.6432 0350595 348.5675  10.7667 13.87938609390426
+0 FENGYUN 1C DEB
+1 37019U 99025EDB 16016.42842554  .00000707  00000-0  28063-3 0  9999
+2 37019  98.8223  87.6631 0203578  42.0791 319.5819 14.21254294349391
+0 FENGYUN 1C DEB
+1 37021U 99025EDD 16018.03236323  .00000576  00000-0  23141-3 0  9998
+2 37021  98.7716  72.9683 0198957 358.1093 117.2070 14.21870448349425
+0 FENGYUN 1C DEB
+1 37022U 99025EDE 16018.09191064  .00002054  00000-0  12984-2 0  9992
+2 37022  98.4775 123.5346 0144679 358.0649 123.0908 14.00085496397083
+0 FENGYUN 1C DEB
+1 37024U 99025EDG 15360.00925218  .00008344  00000-0  19940-2 0  9997
+2 37024  99.3387 283.3427 0037385 285.8451  73.8622 14.53488551329124
+0 FENGYUN 1C DEB
+1 37026U 99025EDJ 16017.31616348  .00001436  00000-0  61801-3 0  9993
+2 37026  98.8572  48.3469 0058246 195.0268 164.9182 14.25312966363304
+0 FENGYUN 1C DEB
+1 37028U 99025EDL 16012.49980198  .00001157  00000-0  71539-3 0  9995
+2 37028  99.2249 112.2664 0042868 131.8906 226.3010 14.06953911433402
+0 FENGYUN 1C DEB
+1 37032U 99025EDQ 16015.19321143  .00011556  00000-0  15559-2 0  9992
+2 37032  99.3826   7.8258 0116950 164.6988 195.7802 14.74707029428780
+0 FENGYUN 1C DEB
+1 37035U 99025EDT 16013.74796126  .00001740  00000-0  10239-2 0  9995
+2 37035 100.6306 219.5512 0067178 151.6236 208.8611 14.08617867426202
+0 FENGYUN 1C DEB
+1 37036U 99025EDU 16017.98991157 -.00000028  00000-0  99103-5 0  9996
+2 37036  99.0191  76.5493 0131080  44.8896 316.2781 14.00536777422002
+0 FENGYUN 1C DEB
+1 37040U 99025EDY 16017.50658657  .00001903  00000-0  93055-3 0  9994
+2 37040  99.5622 259.4314 0087369 355.8589 123.7232 14.17326904362450
+0 FENGYUN 1C DEB
+1 37041U 99025EDZ 16016.50166738  .00000759  00000-0  55527-3 0  9998
+2 37041  99.0129 285.0943 0166763 210.6150 148.5197 13.92581962421268
+0 FENGYUN 1C DEB
+1 37042U 99025EEA 16017.22941928  .00001907  00000-0  65517-3 0  9997
+2 37042  98.8029  31.2528 0106921  44.5645 316.4075 14.34095139429394
+0 FENGYUN 1C DEB
+1 37044U 99025EEC 16003.89603196 +.00001676 +00000-0 +91937-3 0  9997
+2 37044 098.9319 041.6492 0603218 130.1204 235.4418 13.46733809347977
+0 FENGYUN 1C DEB
+1 37046U 99025EEE 16017.31409500  .00000469  00000-0  25335-3 0  9992
+2 37046  98.8904  46.9149 0053587 271.9598  87.5440 14.16820665378973
+0 FENGYUN 1C DEB
+1 37047U 99025EEF 16017.25247292  .00001398  00000-0  12946-2 0  9999
+2 37047  99.1012 185.4617 0280911 344.9363  14.3542 13.67706082427282
+0 FENGYUN 1C DEB
+1 37048U 99025EEG 16018.11541817  .00000266  00000-0  31658-3 0  9991
+2 37048  98.9607 130.5953 0259295 212.1348 273.0647 13.62092416370128
+0 FENGYUN 1C DEB
+1 37051U 99025EEK 16016.45098706  .00020186  00000-0  22680-2 0  9991
+2 37051  98.9247 195.6135 0029192  14.8781 345.3283 14.86464116337562
+0 FENGYUN 1C DEB
+1 37054U 99025EEN 16017.37977839  .00000193  00000-0  11317-3 0  9991
+2 37054  98.7921  72.0596 0105766  71.6795 289.5851 14.16055197371723
+0 FENGYUN 1C DEB
+1 37055U 99025EEP 16015.98069855  .00002381  00000-0  69545-3 0  9994
+2 37055  98.6688  74.8303 0106116 350.1715   9.7396 14.41806070377900
+0 FENGYUN 1C DEB
+1 37056U 99025EEQ 16017.21178186  .00000569  00000-0  11766-3 0  9999
+2 37056  98.9692 173.8450 0305968  87.7746 275.8437 14.39111007353255
+0 FENGYUN 1C DEB
+1 37057U 99025EER 16017.26419860  .00000340  00000-0  21076-3 0  9994
+2 37057  99.2704  36.9755 0292116 298.1697  59.0237 13.92849281342308
+0 FENGYUN 1C DEB
+1 37058U 99025EES 16008.49882649  .00008012  00000-0  26746-2 0  9991
+2 37058  96.6980 260.1086 0105860 144.2264 216.6078 14.34512287326153
+0 FENGYUN 1C DEB
+1 37060U 99025EEU 16017.72215742  .00000626  00000-0  46637-3 0  9999
+2 37060  99.2468 354.2979 0082608 157.6151 202.8649 13.97148723414853
+0 FENGYUN 1C DEB
+1 37061U 99025EEV 16016.85610391  .00002344  00000-0  14249-2 0  9994
+2 37061  98.0514 234.4197 0906566  49.0721 318.5364 12.87897720573894
+0 FENGYUN 1C DEB
+1 37064U 99025EEY 16017.81268344  .00001355  00000-0  10868-2 0  9995
+2 37064  98.9416 242.2334 0145656 311.8702  47.0101 13.87617300326312
+0 FENGYUN 1C DEB
+1 37065U 99025EEZ 16018.19669161  .00000846  00000-0  10960-2 0  9997
+2 37065 103.3048  10.1465 0317097  44.3893  12.8468 13.47745438395458
+0 FENGYUN 1C DEB
+1 37067U 99025EFB 16017.46365540 -.00000090  00000-0 -40310-4 0  9999
+2 37067  99.2800 269.4345 0231285 278.4899  79.0100 13.73091080364400
+0 FENGYUN 1C DEB
+1 37069U 99025EFD 16016.85552980 +.00001115 +00000-0 +14337-2 0  9994
+2 37069 095.8482 053.9619 0464014 143.1476 220.2515 13.25987827057956
+0 FENGYUN 1C DEB
+1 37077U 99025EFM 16017.97173525  .00000381  00000-0  14120-3 0  9996
+2 37077  99.1282 210.0785 0104844 124.8313 236.2787 14.35357808330839
+0 FENGYUN 1C DEB
+1 37079U 99025EFP 16017.83523073  .00001723  00000-0  84571-3 0  9998
+2 37079  98.9850  44.1935 0025508 174.1231 186.0248 14.18944132359724
+0 FENGYUN 1C DEB
+1 37081U 99025EFR 16017.33214395  .00002368  00000-0  17723-2 0  9990
+2 37081  98.7714  52.4339 0383663 334.5754  23.6943 13.65797727362016
+0 COSMOS 2251 DEB
+1 37084U 93036BFE 16017.62734541  .00001066  00000-0  12768-3 0  9990
+2 37084  74.0386 125.4755 0142385  74.7666 286.9200 14.78480230328489
+0 COSMOS 2251 DEB
+1 37085U 93036BFF 16017.12407808  .00002819  00000-0  42617-3 0  9992
+2 37085  73.9809 183.4497 0094930 177.5852 182.5799 14.71737237325460
+0 COSMOS 2251 DEB
+1 37086U 93036BFG 16017.50881925  .00002864  00000-0  62090-3 0  9998
+2 37086  74.0071 323.4375 0060902 263.0742  96.3492 14.57494880300728
+0 COSMOS 2251 DEB
+1 37087U 93036BFH 16018.04538804  .00003087  00000-0  74401-3 0  9991
+2 37087  74.0247 147.7361 0216911  56.9533 305.2251 14.40305924324347
+0 COSMOS 2251 DEB
+1 37088U 93036BFJ 16016.80244333 +.00003712 +00000-0 +77357-3 0  9993
+2 37088 074.0240 320.7479 0031342 273.9950 085.7633 14.60030804303054
+0 COSMOS 2251 DEB
+1 37089U 93036BFK 16018.19633741  .00001514  00000-0  57387-3 0  9992
+2 37089  74.0419 217.7125 0210395 115.7080 246.5953 14.20456129319956
+0 COSMOS 2251 DEB
+1 37092U 93036BFN 16016.32524946 +.00007509 +00000-0 +14550-2 0  9999
+2 37092 074.0281 010.4273 0022511 239.5799 120.3144 14.63273994119506
+0 COSMOS 2251 DEB
+1 37093U 93036BFP 16017.47769371  .00004116  00000-0  72192-3 0  9998
+2 37093  74.0249 314.4977 0167086  30.6244 330.4543 14.59301251322394
+0 COSMOS 2251 DEB
+1 37094U 93036BFQ 16017.11800930  .00000869  00000-0  35694-3 0  9994
+2 37094  74.1133 176.5540 0099134   8.8676 351.4192 14.25813895331281
+0 COSMOS 2251 DEB
+1 37095U 93036BFR 16015.61032733 +.00000942 +00000-0 +62166-3 0  9992
+2 37095 073.8527 355.3874 0223717 351.0270 008.6885 13.91667138121715
+0 COSMOS 2251 DEB
+1 37101U 93036BFX 16015.70873677 +.00001283 +00000-0 +37372-3 0  9990
+2 37101 074.0420 032.6632 0067864 300.2783 059.1669 14.43900707132701
+0 COSMOS 2251 DEB
+1 37103U 93036BFZ 16016.76508060  .00005935  00000-0  69712-3 0  9991
+2 37103  73.7860 155.2539 0068630 353.1432   6.8798 14.83447979327849
+0 COSMOS 2251 DEB
+1 37105U 93036BGB 16017.90115542  .00001632  00000-0  80592-3 0  9998
+2 37105  73.8916  99.0431 0399833  16.6048 344.7735 13.83727524334812
+0 COSMOS 2251 DEB
+1 37108U 93036BGE 16017.70671527  .00001008  00000-0  40849-3 0  9997
+2 37108  74.0495 164.1118 0116447  44.0674 316.9681 14.25319238339827
+0 COSMOS 2251 DEB
+1 37110U 93036BGG 16016.44799650 +.00004174 +00000-0 +66147-3 0  9994
+2 37110 073.8015 188.9201 0063230 286.6554 072.7681 14.71226062210260
+0 COSMOS 2251 DEB
+1 37111U 93036BGH 16014.16706340  .00016404  00000-0  14357-2 0  9990
+2 37111  74.0120 188.3682 0067830 115.8714 244.9485 14.94919192313480
+0 COSMOS 2251 DEB
+1 37114U 93036BGL 16017.59455533  .00003369  00000-0  91953-3 0  9992
+2 37114  73.8225   0.9153 0063001 261.7985  97.6024 14.46573890329336
+0 COSMOS 2251 DEB
+1 37118U 93036BGQ 15363.88206012 +.00001656 +00000-0 +49897-3 0  9994
+2 37118 074.0313 076.1031 0016144 315.1659 044.8192 14.43255927128498
+0 COSMOS 2251 DEB
+1 37120U 93036BGS 16015.61981507  .00002431  00000-0  82586-3 0  9996
+2 37120  74.0176 118.1563 0056989 322.3347  37.3821 14.36258464314416
+0 COSMOS 2251 DEB
+1 37123U 93036BGV 16016.58774571  .00005058  00000-0  10688-2 0  9998
+2 37123  73.9995 338.8659 0014332 282.5650 198.8374 14.59533563310528
+0 COSMOS 2251 DEB
+1 37124U 93036BGW 16016.98552886  .00003175  00000-0  95007-3 0  9993
+2 37124  74.0145 115.8106 0092251   5.5252 354.6898 14.40839793326967
+0 COSMOS 2251 DEB
+1 37126U 93036BGY 16018.07907833  .00000792  00000-0  13261-3 0  9997
+2 37126  73.9516 174.9712 0137235 177.2812 182.9136 14.65641626319501
+0 COSMOS 2251 DEB
+1 37127U 93036BGZ 16017.50691436  .00002797  00000-0  86170-3 0  9990
+2 37127  74.0130  88.6046 0046811 293.4833  66.1406 14.41289883327194
+0 COSMOS 2251 DEB
+1 37131U 93036BHD 16017.41695588  .00004052  00000-0  99556-3 0  9995
+2 37131  74.0234  22.6651 0025334 260.6140  99.2157 14.52463010333070
+0 COSMOS 2251 DEB
+1 37132U 93036BHE 16017.10989813  .00001121  00000-0  26332-3 0  9995
+2 37132  74.0128 302.3478 0061413 268.4998  90.9129 14.54555501305292
+0 COSMOS 2251 DEB
+1 37133U 93036BHF 16017.78560940  .00002913  00000-0  18659-2 0  9998
+2 37133  74.0156 149.2764 0298698  40.5556 321.7409 13.84090241289650
+0 IRIDIUM 33 DEB
+1 37136U 97051XG  16008.53916298  .00000565  00000-0  25055-3 0  9996
+2 37136  86.1781 113.4406 0086231  27.6671 332.9064 14.19336230342986
+0 COSMOS 2466 (GLONASS)
+1 37137U 10041A   16017.18902568 -.00000052  00000-0  10000-3 0  9993
+2 37137  64.9005 321.8376 0018470 157.7286  17.7666  2.13102383 41835
+0 COSMOS 2465 (GLONASS)
+1 37138U 10041B   16018.21022560 -.00000061  00000-0  00000+0 0  9999
+2 37138  64.9170 321.8728 0033268 171.4047 250.0584  2.13102786 41850
+0 COSMOS 2464 (GLONASS)
+1 37139U 10041C   16017.33829786 -.00000053  00000-0  00000+0 0  9998
+2 37139  64.9195 321.8949 0022723   8.3219 238.8124  2.13102885 41838
+0 SL-12 R/B(2)
+1 37140U 10041D   16016.31480422 -.00000043  00000-0  00000+0 0  9996
+2 37140  64.9111 321.6647 0028613 190.9038 269.2610  2.13454218 41885
+0 SL-12 R/B(AUX MOTOR)
+1 37143U 10041G   16017.18275878 -.00000048  00000-0 -12315-3 0  9994
+2 37143  65.1642  22.5083 5602290 115.2242 311.8540  4.25065864 83266
+0 SL-12 R/B(AUX MOTOR)
+1 37144U 10041H   16017.31948558 -.00000045  00000-0 -10266-3 0  9992
+2 37144  65.2811  28.6136 5600196 107.2486 318.9682  4.24900143 83246
+0 THORAD DELTA 1 DEB
+1 37148U 74089FH  16017.35635016  .00000146  00000-0  21775-3 0  9991
+2 37148 101.6564 305.3749 0069615  52.0782  71.8201 13.73821427269396
+0 CHINASAT 6A
+1 37150U 10042A   16017.19188132 -.00000363  00000-0  00000+0 0  9993
+2 37150   0.0475 114.3584 0001122  76.1180 119.7395  1.00272751 19751
+0 COSMOS 2467
+1 37152U 10043A   16017.73678062  .00000052  00000-0  30559-3 0  9992
+2 37152  82.4588 283.9499 0000648 133.1806 226.9332 12.42893544243052
+0 STRELA 3
+1 37153U 10043B   16018.04081037  .00000029  00000-0  14467-3 0  9992
+2 37153  82.4603 287.3046 0008148  56.2990 303.8862 12.40718588242794
+0 COSMOS 2468
+1 37154U 10043C   16018.04938249  .00000028  00000-0  12970-3 0  9995
+2 37154  82.4626 283.1769 0014865 327.9585  32.0588 12.43620213243198
+0 SL-19 R/B
+1 37155U 10043D   16017.86072299  .00000005  00000-0 -26835-4 0  9991
+2 37155  82.4585 198.7239 0198932  28.4708  84.1129 12.78531139250153
+0 QZS-1 (MICHIBIKI)
+1 37158U 10045A   16017.45914869 -.00000117  00000-0  00000+0 0  9994
+2 37158  40.6633 166.8551 0747674 269.9698 342.9690  1.00273609 19577
+0 H-2A R/B
+1 37159U 10045B   16018.06162378  .00014629  00000-0  54859-3 0  9990
+2 37159  31.9180 279.7925 6168377 262.8294  27.9725  3.85783668 59304
+0 YAOGAN 11
+1 37165U 10047A   16018.16249407  .00000316  00000-0  52923-4 0  9998
+2 37165  98.4066  55.7334 0037709 145.9179 214.4459 14.76578585286524
+0 ZHEDA PIXING 1B
+1 37166U 10047B   16018.14062050  .00000484  00000-0  69921-4 0  9996
+2 37166  97.7387  56.4979 0025068 120.7334 239.6359 14.80233384287209
+0 ZHEDA PIXING 1C
+1 37167U 10047C   16018.15735991  .00000507  00000-0  73246-4 0  9990
+2 37167  97.7250  51.5244 0024631 118.0973 242.2729 14.80102028287193
+0 COSMOS 2469
+1 37170U 10049A   16017.07696650 -.00000597  00000-0  00000+0 0  9997
+2 37170  64.8658 313.5891 7163072 275.0943 194.9137  2.00268173 38816
+0 SL-6 R/B(2)
+1 37171U 10049B   16016.41028578 -.00000210 +00000-0 +00000-0 0  9996
+2 37171 064.8121 312.3296 7038718 280.2626 171.1128 02.04341672039292
+0 SJ-6G
+1 37179U 10051A   16018.14554176  .00000464  00000-0  49649-4 0  9993
+2 37179  97.6019  29.2989 0015186  20.0509 340.1289 14.93155695287728
+0 SJ-6H
+1 37180U 10051B   16018.17444918  .00000237  00000-0  28076-4 0  9999
+2 37180  97.6014  28.5917 0013186  35.8165 324.3946 14.92892741287709
+0 CZ-4B R/B
+1 37181U 10051C   16017.17420494  .00001680  00000-0  13469-3 0  9994
+2 37181  97.5861   6.5352 0110934 330.5920 157.7941 14.96786198287694
+0 CZ-4B DEB
+1 37182U 10051D   16018.18528250  .00009477  00000-0  42133-3 0  9998
+2 37182  97.5388  54.6816 0004413 324.5307  35.5635 15.21719222289625
+0 XM-5
+1 37185U 10053A   16017.24555448 -.00000214  00000-0  00000+0 0  9992
+2 37185   0.0247 308.0731 0001614  52.2834 118.8968  1.00269702 19308
+0 BREEZE-M R/B
+1 37186U 10053B   16016.39468088 -.00000113  00000-0  00000+0 0  9999
+2 37186  22.4956 307.3412 6037485 292.0546 336.4111  2.17040575 41663
+0 BREEZE-M DEB (TANK)
+1 37187U 10053C   16016.91660914  .00000761  00000-0  31996-3 0  9990
+2 37187  49.5364 279.7561 5190079 169.3806 208.4538  5.24914833 99838
+0 GLOBALSTAR M079
+1 37188U 10054A   16017.19860031 -.00000090  00000-0  75263-4 0  9997
+2 37188  52.0020 168.5711 0001001 111.5846 303.3482 12.62269552242837
+0 GLOBALSTAR M074
+1 37189U 10054B   16017.47283866 -.00000087  00000-0  91828-4 0  9995
+2 37189  51.9998 167.6887 0001039 115.2880 285.4952 12.62273781242868
+0 GLOBALSTAR M076
+1 37190U 10054C   16017.49325956 -.00000090  00000-0  76888-4 0  9999
+2 37190  52.0011 167.4320 0001622 137.7048 265.6093 12.62275421242871
+0 GLOBALSTAR M077
+1 37191U 10054D   16017.76462961 -.00000112  00000-0 -47595-4 0  9997
+2 37191  52.0076 122.6254 0000909 101.1036  64.2964 12.62266567243659
+0 GLOBALSTAR M075
+1 37192U 10054E   16017.85465536 -.00000089  00000-0  82595-4 0  9990
+2 37192  51.9920 210.6243 0001181  67.3803  35.6485 12.62261706242154
+0 GLOBALSTAR M073
+1 37193U 10054F   16017.78571520 -.00000108  00000-0 -25301-4 0  9999
+2 37193  52.0061 122.0237 0000692 126.4874  42.7017 12.62271024243653
+0 BREEZE-M DEB
+1 37198U 08011C   16017.75719253  .00000152  00000-0  10587-3 0  9994
+2 37198  49.1015 187.2413 6537427 202.8501 104.7825  3.11044236 59676
+0 BREEZE-M DEB
+1 37199U 08011D   16016.92946223 -.00000552 +00000-0 -23477-1 0  9998
+2 37199 049.1185 256.4011 6357926 142.5485 093.5240 03.06559141058847
+0 BREEZE-M DEB
+1 37200U 08011E   16018.22054584 -.00000055  00000-0  00000+0 0  9998
+2 37200  48.8990 310.7735 6245951 100.5833   9.8854  3.02111341 58025
+0 BREEZE-M DEB
+1 37201U 08011F   16018.07942495 -.00000206  00000-0 -96618-2 0  9991
+2 37201  49.1116 262.3805 6348877 137.9663 111.8408  3.06030999 58770
+0 BREEZE-M DEB
+1 37202U 08011G   16015.84102078 -.00000221 +00000-0 -76243-2 0  9998
+2 37202 049.1228 248.4414 6372606 148.7488 037.1324 03.07068909041567
+0 BREEZE-M DEB
+1 37203U 08011H   16017.96895220 -.00000972  00000-0 -24472-1 0  9991
+2 37203  48.1597 206.2760 6318163 207.6128 351.0281  3.19500599 60421
+0 BREEZE-M DEB
+1 37204U 08011J   16017.52333588 -.00000501  00000-0 -20772-1 0  9995
+2 37204  49.1437 256.0419 6363289 142.4048  26.2824  3.06507800 58830
+0 BREEZE-M DEB
+1 37205U 08011K   16016.13235213  .00000532  00000-0  27158-1 0  9995
+2 37205  49.1374 263.3702 6351373 136.1478   4.6138  3.05942973 58724
+0 EUTELSAT W3B
+1 37206U 10056A   16017.60193472  .00006020  00000-0  12858-2 0  9991
+2 37206   2.4708  70.9455 7166549  34.1729 355.9245  2.43266492 44846
+0 BSAT-3B
+1 37207U 10056B   16018.01741047 -.00000361  00000-0  00000+0 0  9991
+2 37207   0.0668 315.4208 0005279 352.6923 284.8564  1.00271146 19141
+0 ARIANE 5 R/B
+1 37208U 10056C   16016.10054252  .00007371  00000-0  11027-2 0  9996
+2 37208   2.7525  51.7042 7132400  68.7791 349.9916  2.48383757 45419
+0 BEIDOU G4
+1 37210U 10057A   16017.66144109 -.00000122  00000-0  00000+0 0  9997
+2 37210   0.8689  46.6064 0008063 186.5194 281.5407  1.00272039 19149
+0 MERIDIAN 3
+1 37212U 10058A   16017.69746497  .00000265  00000-0  10000-3 0  9993
+2 37212  62.9231 133.3726 6783304 274.4534 252.9924  2.00597116 38156
+0 SL-26 R/B
+1 37213U 10058B   16016.59304538 -.00000240 +00000-0 +00000-0 0  9998
+2 37213 063.1220 125.2577 6874288 275.4426 208.3439 02.00977787038102
+0 FENGYUN 3B
+1 37214U 10059A   16017.93991514  .00000071  00000-0  58279-4 0  9991
+2 37214  98.8227 333.7921 0017012 166.8498 193.3118 14.15794846269491
+0 CZ-4C R/B
+1 37215U 10059B   16017.25803338  .00000047  00000-0  26105-4 0  9999
+2 37215  98.8216  68.4015 0089631 122.5080 238.4812 14.46093134274425
+0 SKYMED 4
+1 37216U 10060A   16018.17533138  .00000204  00000-0  32124-4 0  9995
+2 37216  97.8781 203.9344 0001407  71.2508 288.8847 14.82160387281300
+0 SKYTERRA 1
+1 37218U 10061A   16015.86898061 -.00000121  00000-0  00000+0 0  9992
+2 37218   3.8580 325.9935 0003102 195.9902 164.2492  1.00270834 19074
+0 BREEZE-M R/B
+1 37219U 10061B   16016.46646909 -.00000259 +00000-0 +00000-0 0  9995
+2 37219 017.9281 082.0873 5451848 083.5743 006.1778 01.94589991036671
+0 BREEZE-M DEB (TANK)
+1 37220U 10061C   16016.33251784 +.00000629 +00000-0 +29044-3 0  9998
+2 37220 049.3983 124.7807 5472276 010.8130 357.3162 04.78293591089560
+0 CHINASAT 20A
+1 37234U 10064A   16017.50113448 -.00000347  00000-0  00000+0 0  9995
+2 37234   0.0516 108.8319 0004461 217.6325 100.3238  1.00269930 18897
+0 CZ-3A R/B
+1 37235U 10064B   16017.67528816  .00019039  00000-0  10552-2 0  9996
+2 37235  24.2146 177.3225 6535570 183.3554 168.0014  3.31299538 47923
+0 COSMOS 951 DEB
+1 37236U 77087D   16018.20407968  .00000391  00000-0  38456-3 0  9994
+2 37236  82.9706  92.8120 0037967 162.2822 226.4351 13.76171933922616
+0 HYLAS 1
+1 37237U 10065A   16017.16995505 -.00000243  00000-0  00000+0 0  9998
+2 37237   0.0211  19.3980 0002275 280.7446 203.5670  1.00269941 18863
+0 INTELSAT 17
+1 37238U 10065B   16017.65014008 -.00000011  00000-0  00000+0 0  9996
+2 37238   0.0318 265.9852 0002909  35.3842 115.1577  1.00271826 18787
+0 NOAA 11 DEB
+1 37241U 88089D   16017.87238275  .00000966  00000-0  44232-3 0  9996
+2 37241  98.7428 117.7070 0023156  61.4905 298.8601 14.23574233410768
+0 NOAA 11 DEB
+1 37242U 88089E   16017.75575163  .00000723  00000-0  37874-3 0  9999
+2 37242  98.6331  89.3050 0011601 345.1862  14.8971 14.17257777409633
+0 FALCON 9 R/B
+1 37253U 10066K   16018.09402118  .00003862  00000-0  42314-3 0  9990
+2 37253  34.5103  38.0350 4293190 168.3248 206.2334  6.85988066125067
+0 BEIDOU IGSO 2
+1 37256U 10068A   16017.86276236 -.00000246  00000-0  10000-3 0  9990
+2 37256  53.7614 317.2611 0041493 208.6495  20.6447  1.00287564 18664
+0 EUTE KA SAT 9A (KA SAT)
+1 37258U 10069A   16016.65430247  .00000053  00000-0  00000+0 0  9993
+2 37258   0.0407 299.7023 0002120 108.0454 312.2536  1.00270529 18677
+0 BREEZE-M R/B
+1 37259U 10069B   16016.53991644 -.00000085  00000-0  00000+0 0  9990
+2 37259  24.3496  53.8060 6139624 294.5624  88.2960  2.21628763 40937
+0 BREEZE-M DEB (TANK)
+1 37260U 10069C   16016.21015979 +.00001410 +00000-0 +29617-3 0  9996
+2 37260 049.6280 004.9582 5073497 191.6285 149.9196 05.48664608100034
+0 HISPASAT 1E
+1 37264U 10070A   16017.40986469 -.00000226  00000-0  00000+0 0  9991
+2 37264   0.0382 114.1040 0002231 153.4155 326.2700  1.00269719 18521
+0 KOREASAT 6
+1 37265U 10070B   16018.01426422 -.00000373  00000-0  00000+0 0  9991
+2 37265   0.0112  66.6912 0002316 232.6425 298.6410  1.00272601 18553
+0 ARIANE 5 R/B
+1 37266U 10070C   16016.40533014 +.00002785 +00000-0 +71886-3 0  9991
+2 37266 003.4327 159.6994 7195753 323.7976 004.2425 02.39063971043095
+0 ARIANE 5 DEB (SYLDA)
+1 37267U 10070D   16018.20557083  .00062388  00000-0  68672-2 0  9997
+2 37267   3.0343 314.2512 6422398  20.8211 356.3873  3.45254093 52148
+0 COSMOS 2251 DEB
+1 37269U 93036BHH 16013.45843703  .00001865  00000-0  95013-3 0  9994
+2 37269  74.1740 296.9106 0127073  76.9035 284.6252 14.12294175327024
+0 COSMOS 2251 DEB
+1 37270U 93036BHJ 16015.93334958 +.00001830 +00000-0 +17500-2 0  9994
+2 37270 073.9448 359.9088 0455241 331.6585 026.0411 13.43047107283243
+0 COSMOS 2251 DEB
+1 37271U 93036BHK 16018.15021223  .00007041  00000-0  11145-2 0  9999
+2 37271  74.0471 301.5629 0020318 253.3005 106.5937 14.72293132299851
+0 COSMOS 2251 DEB
+1 37275U 93036BHP 16011.16272054  .00002647  00000-0  13128-2 0  9997
+2 37275  73.9446 288.2813 0175494 219.7746 139.8531 14.09997969318956
+0 COSMOS 2251 DEB
+1 37277U 93036BHR 16016.46875432  .00002298  00000-0  66959-3 0  9999
+2 37277  74.0483  67.2581 0039059 287.8121  71.8777 14.44313596304349
+0 COSMOS 2251 DEB
+1 37278U 93036BHS 16017.05053419  .00001200  00000-0  50130-3 0  9995
+2 37278  73.7910 274.3411 0343592 346.8607  69.2664 13.99946484287960
+0 COSMOS 2251 DEB
+1 37280U 93036BHU 16018.12828468  .00000585  00000-0  33175-3 0  9996
+2 37280  74.0193 299.3080 0164315 175.7456 184.5124 14.05579741306436
+0 COSMOS 2251 DEB
+1 37282U 93036BHW 16017.49001377  .00002740  00000-0  61256-3 0  9995
+2 37282  73.8976 311.4491 0079064 121.5080 239.3838 14.55320877345303
+0 COSMOS 2251 DEB
+1 37284U 93036BHY 15359.41985162  .00002005  00000-0  11716-2 0  9999
+2 37284  74.0187  19.3692 0197381 274.8835 148.8513 13.99767503295421
+0 COSMOS 2251 DEB
+1 37287U 93036BJB 16017.84297869  .00010197  00000-0  40270-3 0  9990
+2 37287  74.0474 327.8695 0115168 261.0075 129.9104 15.19574631331946
+0 COSMOS 2251 DEB
+1 37291U 93036BJF 16017.23751366  .00029529  00000-0  18321-2 0  9995
+2 37291  73.9981 208.1841 0056328 272.8600 203.3866 15.08254260306251
+0 COSMOS 2251 DEB
+1 37292U 93036BJG 16016.54889067  .00001223  00000-0  80296-3 0  9991
+2 37292  74.1314  82.6415 0249369 274.7157  82.5535 13.89000641343388
+0 COSMOS 2251 DEB
+1 37293U 93036BJH 16003.00230863 +.00000874 +00000-0 +33938-3 0  9995
+2 37293 073.9236 125.1179 0083126 086.0371 275.0275 14.29505041133441
+0 COSMOS 2251 DEB
+1 37294U 93036BJJ 16015.30386306  .00003409  00000-0  75639-3 0  9997
+2 37294  74.0727   1.8496 0042637 255.7033 103.9395 14.56923333317863
+0 COSMOS 2251 DEB
+1 37295U 93036BJK 16016.77963630  .00000824  00000-0  20515-3 0  9992
+2 37295  74.0126 305.3049 0057741 287.2130  72.2716 14.52396555298435
+0 COSMOS 2251 DEB
+1 37296U 93036BJL 16016.42905611 +.00003152 +00000-0 +96685-3 0  9998
+2 37296 073.8405 051.4666 0079740 312.7780 046.6685 14.40280773066899
+0 COSMOS 2251 DEB
+1 37297U 93036BJM 16015.50092745 +.00003423 +00000-0 +73862-3 0  9995
+2 37297 074.0284 329.5171 0022109 307.8370 052.0794 14.58621309116650
+0 COSMOS 2251 DEB
+1 37299U 93036BJP 16013.42388100  .00013196  00000-0  19432-2 0  9999
+2 37299  73.8620 285.9140 0050025 125.0412 233.6618 14.74560525330334
+0 COSMOS 2251 DEB
+1 37303U 93036BJT 16014.39853653  .00008809  00000-0  11563-2 0  9994
+2 37303  74.0080 273.3276 0034033 221.4670 138.3923 14.79993760317243
+0 COSMOS 2251 DEB
+1 37305U 93036BJV 15360.02935264  .00000741  00000-0  30887-3 0  9996
+2 37305  73.8707 130.4627 0053018  89.9692 270.7530 14.27326354329594
+0 COSMOS 2251 DEB
+1 37306U 93036BJW 15358.57463060  .00007949  00000-0  17043-2 0  9999
+2 37306  74.0749  49.7548 0096697 298.1615 132.6656 14.55895665350155
+0 COSMOS 2251 DEB
+1 37307U 93036BJX 16017.27888665  .00006444  00000-0  78321-3 0  9998
+2 37307  74.0256 242.7326 0031258 211.5988 148.3315 14.83346311349808
+0 COSMOS 2251 DEB
+1 37309U 93036BJZ 16017.10228214  .00016269  00000-0  11533-2 0  9997
+2 37309  74.0304 168.7824 0063621  75.4601  44.7900 15.03116210343362
+0 COSMOS 2251 DEB
+1 37312U 93036BKC 16017.74147202  .00000582  00000-0  20000-3 0  9999
+2 37312  74.0337  50.1693 0021694 313.5372  46.3979 14.38194344341188
+0 COSMOS 2251 DEB
+1 37314U 93036BKE 16015.84856582  .00007309  00000-0  83848-3 0  9991
+2 37314  73.9360 170.0273 0085181 255.6002 103.5710 14.83427434322780
+0 COSMOS 2251 DEB
+1 37315U 93036BKF 16014.43724410  .00001131  00000-0  36147-3 0  9997
+2 37315  74.0259  51.6655 0020575 306.1167  53.8084 14.40714002313917
+0 COSMOS 2251 DEB
+1 37316U 93036BKG 16017.43652492  .00002084  00000-0  56579-3 0  9990
+2 37316  74.0383  28.6498 0079238 292.5419  66.7366 14.46404205335796
+0 COSMOS 2251 DEB
+1 37320U 93036BKL 16017.11414530  .00000962  00000-0  21311-3 0  9998
+2 37320  74.0564 293.1077 0069387 236.4564 187.3295 14.57150201336097
+0 COSMOS 2251 DEB
+1 37321U 93036BKM 16017.95531960  .00017302  00000-0  15224-2 0  9999
+2 37321  74.0236 249.6067 0015319 219.8936 140.1124 14.96403313337562
+0 COSMOS 2251 DEB
+1 37322U 93036BKN 16016.56933650 +.00005582 +00000-0 +67302-3 0  9990
+2 37322 074.0544 224.8964 0055911 144.8726 246.8977 14.82940477140533
+0 COSMOS 2251 DEB
+1 37323U 93036BKP 16016.35928348 +.00013778 +00000-0 +76557-3 0  9994
+2 37323 073.9060 027.5223 0074205 052.3008 308.4881 15.11347511341674
+0 COSMOS 2251 DEB
+1 37325U 93036BKR 16017.28488638  .00003571  00000-0  71832-3 0  9993
+2 37325  74.1276 354.5370 0046603 215.8104 143.9937 14.61274062339257
+0 COSMOS 2251 DEB
+1 37326U 93036BKS 16016.54674273  .00000743  00000-0  19231-3 0  9997
+2 37326  74.0301 324.6395 0070380 271.3726  87.9373 14.50268107331295
+0 COSMOS 2251 DEB
+1 37327U 93036BKT 16017.65900821  .00002242  00000-0  60162-3 0  9997
+2 37327  74.0242  18.5209 0030072 281.1063  78.6715 14.48484734333999
+0 COSMOS 2251 DEB
+1 37329U 93036BKV 16017.63063251  .00007752  00000-0  95983-3 0  9994
+2 37329  74.0266 248.7711 0034289 198.8166 161.1747 14.82456290340438
+0 COSMOS 2251 DEB
+1 37330U 93036BKW 16016.10168265 +.00000525 +00000-0 +13301-3 0  9993
+2 37330 074.0216 301.0381 0065755 319.2618 040.3635 14.52223007337765
+0 COSMOS 2251 DEB
+1 37331U 93036BKX 16016.02541347  .00000533  00000-0  22273-3 0  9998
+2 37331  74.0758 144.6425 0063534 349.7852  10.2000 14.27454028332788
+0 COSMOS 2251 DEB
+1 37334U 93036BLA 16016.99256908  .00008728  00000-0  61992-3 0  9998
+2 37334  74.0219 136.5890 0055282  70.9142 289.8022 15.03574930340489
+0 COSMOS 2251 DEB
+1 37335U 93036BLB 16017.50803444  .00002779  00000-0  84332-3 0  9993
+2 37335  74.0091  90.2443 0051174 308.0942  51.5604 14.41920583284888
+0 COSMOS 2251 DEB
+1 37336U 93036BLC 16017.53725576  .00000049  00000-0  27968-4 0  9997
+2 37336  74.0415  86.2001 0031141 324.6008  35.3074 14.31679788310443
+0 COSMOS 2251 DEB
+1 37337U 93036BLD 16017.28622749  .00002629  00000-0  56596-3 0  9992
+2 37337  74.0247 318.5217 0040674 266.2050 245.4842 14.58501135334280
+0 COSMOS 2251 DEB
+1 37340U 93036BLG 16016.82649314  .00000198  00000-0  79972-4 0  9995
+2 37340  74.0259  70.0466 0020125 315.9019  44.0527 14.34052540322723
+0 COSMOS 2251 DEB
+1 37341U 93036BLH 16017.91379079  .00016803  00000-0  14652-2 0  9997
+2 37341  73.9852 189.3892 0029414 179.9794 330.4109 14.96515736334827
+0 COSMOS 2251 DEB
+1 37342U 93036BLJ 16017.27592623  .00002807  00000-0  55699-3 0  9995
+2 37342  73.7412 231.0043 0040875 356.2852   3.8003 14.62211483331422
+0 COSMOS 2251 DEB
+1 37343U 93036BLK 16017.69402296  .00002371  00000-0  81720-3 0  9998
+2 37343  74.0239 119.5210 0127386 253.9884 104.7205 14.31994931315497
+0 ELEKTRO-L
+1 37344U 11001A   16017.58994601 -.00000107  00000-0  00000+0 0  9999
+2 37344   1.4053  79.8718 0003388 126.7925 198.0872  1.00269478 18326
+0 FREGAT R/B
+1 37345U 11001B   16018.08515877 -.00000322  00000-0  00000+0 0  9999
+2 37345   3.2690  64.3598 0150608 341.1014 183.4973  1.02800871 21299
+0 SL-23 DEB
+1 37347U 11001D   16017.19432683  .00013534  43259-5  58798-3 0  9992
+2 37347  50.3547  23.2042 1978512 140.8393 235.3789 11.44201042198839
+0 SL-19 R/B
+1 37363U 11005B   16017.48013471  .00004155  00000-0  14786-3 0  9996
+2 37363  99.4284 356.4365 0347805 257.9046  98.3002 14.87885600267073
+0 COSMOS 2471 (GLONASS)
+1 37372U 11009A   16017.71764720 -.00000036  00000-0  00000+0 0  9991
+2 37372  65.1579  82.1297 0008754 233.9765 181.6063  2.13102999 38041
+0 FREGAT R/B
+1 37373U 11009B   16017.09942755 -.00000034  00000-0  00000+0 0  9997
+2 37373  65.1601  85.0004 0072677 119.9712 268.0966  2.08582434 37227
+0 JASON DEB
+1 37379U 01055G   16017.05355175  .00001669  00000-0  38681-2 0  9996
+2 37379  66.1147 237.7933 0100225 248.1108 269.6266 13.25577480663075
+0 BREEZE-M R/B
+1 37381U 08006C   16016.18534213 -.00000190  00000-0  00000+0 0  9997
+2 37381   6.9263  42.1844 0265805 222.8470 280.7744  0.95121418 26780
+0 BEIDOU IGSO 3
+1 37384U 11013A   16017.88903512 -.00000205  00000-0  10000-3 0  9994
+2 37384  57.1908  78.3642 0025395 202.9208 273.2808  1.00252523 17541
+0 CZ-3A R/B
+1 37385U 11013B   16017.38388878 -.00000047  00000-0  57850-3 0  9990
+2 37385  55.3724   0.4053 6793185  64.1082 349.3081  2.63321573 44947
+0 RESOURCESAT 2
+1 37387U 11015A   16018.19747547  .00000043  00000-0  39860-4 0  9993
+2 37387  98.7261  94.5336 0003187  47.5071 312.6376 14.21622614246364
+0 YOUTHSAT
+1 37388U 11015B   16018.19456213  .00000093  00000-0  59386-4 0  9991
+2 37388  98.6170  96.8849 0013948 314.3624  45.6411 14.24089624246737
+0 XSAT
+1 37389U 11015C   16018.19358494  .00000044  00000-0  37996-4 0  9993
+2 37389  98.6212  98.0786 0013432 314.5335  45.4754 14.24279446246773
+0 PSLV R/B
+1 37390U 11015D   16018.20994677  .00000012  00000-0  22369-4 0  9999
+2 37390  98.4586  80.3046 0017668 319.4665 109.1069 14.27142579247255
+0 INTELSAT NEW DAWN
+1 37392U 11016A   16017.91311388  .00000145  00000-0  00000+0 0  9991
+2 37392   0.0428 230.8581 0000635 328.0212 279.4053  1.00274233 17380
+0 YAHSAT 1A
+1 37393U 11016B   16018.16529756  .00000090  00000-0  00000+0 0  9999
+2 37393   0.0184  51.5213 0003031 237.7487 299.7575  1.00271718 17449
+0 ARIANE 5 R/B
+1 37394U 11016C   16017.28434805  .00001239  00000-0  32453-3 0  9999
+2 37394   5.5681 319.3795 7099435 252.6264  24.1205  2.51154832 41408
+0 ARIANE 5 DEB (SYLDA)
+1 37395U 11016D   16017.38526425  .00330693  00000-0  52390-2 0  9991
+2 37395   5.5189  94.0205 4796315 333.1915   8.4926  6.11087168 64161
+0 MERIDIAN 4
+1 37398U 11018A   16018.15620138  .00000184  00000-0  10000-3 0  9990
+2 37398  64.5087 216.0534 6789923 273.7441  65.5101  2.00593048 34483
+0 SL-26 R/B
+1 37399U 11018B   16017.75314867  .00001228  00000-0  40506-1 0  9997
+2 37399  64.4903 209.9623 6842697 274.5004  99.6766  2.00248464 34486
+0 FENGYUN 1C DEB
+1 37400U 99025EFS 16017.70257846  .00000326  00000-0  27763-3 0  9992
+2 37400  98.9454 118.2002 0413057 194.4103 164.4965 13.60114490310391
+0 FENGYUN 1C DEB
+1 37401U 99025EFT 16017.30724397  .00000555  00000-0  20333-3 0  9999
+2 37401  98.7904  35.5046 0180965  45.6593 315.9258 14.28172408337641
+0 FENGYUN 1C DEB
+1 37402U 99025EFU 16017.97981790  .00005080  00000-0  14108-2 0  9995
+2 37402  99.3545 296.2900 0030509 276.1093  83.6620 14.46715113340966
+0 FENGYUN 1C DEB
+1 37403U 99025EFV 16011.24427240 +.00012905 +00000-0 +20684-2 0  9995
+2 37403 098.9230 174.1594 0041346 080.3343 280.2528 14.71284202133038
+0 FENGYUN 1C DEB
+1 37404U 99025EFW 16017.59453686  .00000491  00000-0  23514-3 0  9996
+2 37404  98.7572  55.9389 0048779 277.4457 238.4636 14.22955116312147
+0 FENGYUN 1C DEB
+1 37405U 99025EFX 16017.27440786  .00002782  00000-0  68367-3 0  9999
+2 37405  98.6514  50.2410 0091956 246.1213 113.0325 14.50645067360748
+0 FENGYUN 1C DEB
+1 37406U 99025EFY 16018.11443437  .00000657  00000-0  45922-3 0  9991
+2 37406  98.4816 126.2511 0163310 313.8906 167.6677 13.95506264306752
+0 FENGYUN 1C DEB
+1 37408U 99025EGA 16017.32389182  .00008133  00000-0  24507-2 0  9993
+2 37408  98.6081 321.0266 0076220   6.6017 143.8397 14.41106166297332
+0 FENGYUN 1C DEB
+1 37409U 99025EGB 16008.48671222  .00003213  00000-0  18679-2 0  9997
+2 37409  97.7921 258.7610 0126987 242.6807 114.6272 14.05264742418608
+0 FENGYUN 1C DEB
+1 37410U 99025EGC 16014.07007819 +.00001265 +00000-0 +10279-2 0  9999
+2 37410 098.1272 320.0467 0135888 088.5205 273.1516 13.87252192408398
+0 FENGYUN 1C DEB
+1 37411U 99025EGD 16015.81701135  .00001195  00000-0  72215-3 0  9996
+2 37411  97.7771 222.5168 0280113  30.6981 331.0238 13.90239098364001
+0 FENGYUN 1C DEB
+1 37412U 99025EGE 16017.41096942  .00002311  00000-0  98517-3 0  9992
+2 37412  98.9760  86.1343 0023576 131.8056 228.5142 14.25987059330471
+0 FENGYUN 1C DEB
+1 37413U 99025EGF 16017.95373036  .00003230  00000-0  12257-2 0  9991
+2 37413  98.6444 294.9451 0081084 175.6992 184.4904 14.29936751353445
+0 FENGYUN 1C DEB
+1 37415U 99025EGH 16016.02290574  .00000064  00000-0  12158-3 0  9998
+2 37415  98.9489  79.5032 0289168  51.9015 310.7823 13.50099862420845
+0 FENGYUN 1C DEB
+1 37416U 99025EGJ 16014.21424578  .00003146  00000-0  13081-2 0  9990
+2 37416  99.2319 163.5461 0047897 352.1257   7.9164 14.26561541365345
+0 FENGYUN 1C DEB
+1 37417U 99025EGK 16015.87047903  .00000379  00000-0  25774-3 0  9995
+2 37417  99.0007  49.1812 0081006 318.0930  41.4055 14.04526795363625
+0 FENGYUN 1C DEB
+1 37418U 99025EGL 16013.73799936  .00000668  00000-0  18005-2 0  9998
+2 37418  98.6070   1.7849 1087220 227.2108 119.0977 11.89622140274861
+0 FENGYUN 1C DEB
+1 37420U 99025EGN 16017.33789662  .00000521  00000-0  39783-3 0  9991
+2 37420  99.1031  61.3086 0074165 174.7193 185.4768 13.96758806358738
+0 FENGYUN 1C DEB
+1 37421U 99025EGP 16013.21878274 +.00000093 +00000-0 +14664-3 0  9998
+2 37421 098.8521 002.0697 0414087 166.5446 194.7136 13.38324245124791
+0 FENGYUN 1C DEB
+1 37422U 99025EGQ 16014.86729002 +.00001666 +00000-0 +87667-3 0  9995
+2 37422 098.9973 050.7502 0040103 349.7212 010.3137 14.15052669113964
+0 FENGYUN 1C DEB
+1 37423U 99025EGR 16015.34982110 +.00000149 +00000-0 +12670-3 0  9998
+2 37423 099.1167 077.2641 0058686 147.7571 212.7203 14.01338796128556
+0 FENGYUN 1C DEB
+1 37424U 99025EGS 16017.03696083  .00000409  00000-0  19933-3 0  9996
+2 37424  97.2126  95.3737 0242066 165.3541 195.4812 14.07515608341834
+0 FENGYUN 1C DEB
+1 37427U 99025EGV 16013.30918346  .00002868  00000-0  26644-3 0  9992
+2 37427  98.6859 208.0867 0269193 266.6027  90.4355 14.71753875436580
+0 FENGYUN 1C DEB
+1 37428U 99025EGW 16017.53484259  .00001536  00000-0  84345-3 0  9996
+2 37428  97.7693 294.6409 0078893 314.4346  45.0391 14.11392552434254
+0 FENGYUN 1C DEB
+1 37429U 99025EGX 16017.38936650  .00000452  00000-0  28898-3 0  9994
+2 37429  98.9663  78.2618 0109470 102.9858 258.3559 14.05473930410046
+0 FENGYUN 1C DEB
+1 37430U 99025EGY 16015.27628089 +.00001228 +00000-0 +68128-3 0  9998
+2 37430 099.0498 034.2906 0022860 307.1543 052.7540 14.13018786104325
+0 FENGYUN 1C DEB
+1 37432U 99025EHA 16012.34676814 +.00001057 +00000-0 +27391-3 0  9991
+2 37432 098.5685 053.3567 0224150 057.3011 304.9575 14.37981079125619
+0 FENGYUN 1C DEB
+1 37434U 99025EHC 16004.39819336  .00002680  00000-0  72483-3 0  9992
+2 37434  99.1575 219.8093 0066051 142.0202 218.5673 14.47420677419277
+0 FENGYUN 1C DEB
+1 37435U 99025EHD 16017.90752291  .00000757  00000-0  43521-3 0  9994
+2 37435  98.9584  56.3618 0046547 234.9084 124.7719 14.11808833377984
+0 FENGYUN 1C DEB
+1 37436U 99025EHE 16017.19251481  .00000685  00000-0  47311-3 0  9992
+2 37436  99.2193   7.8284 0061075  73.5029 287.2835 14.01749066389678
+0 FENGYUN 1C DEB
+1 37437U 99025EHF 16015.35250178 +.00000322 +00000-0 +18238-3 0  9995
+2 37437 098.8532 063.1279 0119229 325.7156 092.0928 14.13508794128083
+0 FENGYUN 1C DEB
+1 37438U 99025EHG 16014.21259233  .00000480  00000-0  30066-3 0  9999
+2 37438  99.0797  26.5617 0030655 356.1733   3.9197 14.09299576398025
+0 FENGYUN 1C DEB
+1 37439U 99025EHH 16015.21243235  .00001537  00000-0  99426-3 0  9995
+2 37439  99.2075  10.5567 0068965  96.5678 325.0450 14.03183536343002
+0 FENGYUN 1C DEB
+1 37441U 99025EHK 16016.01971115  .00001251  00000-0  18978-2 0  9997
+2 37441  99.1965 307.0899 0528057 345.2659  13.3558 13.08902979347723
+0 FENGYUN 1C DEB
+1 37442U 99025EHL 16017.81708944  .00004514  00000-0  11785-2 0  9999
+2 37442  99.1549 230.3807 0045043 186.9006 173.1571 14.49396456337793
+0 FENGYUN 1C DEB
+1 37444U 99025EHN 16015.71683256 +.00000839 +00000-0 +20554-3 0  9997
+2 37444 099.1718 195.0839 0297406 130.8292 231.9088 14.31936803132226
+0 FENGYUN 1C DEB
+1 37445U 99025EHP 16017.74604614  .00000612  00000-0  26051-3 0  9991
+2 37445  99.3503 204.0516 0183843 131.6629 230.0450 14.20393233331109
+0 FENGYUN 1C DEB
+1 37447U 99025EHR 16017.22069711  .00000810  00000-0  47945-3 0  9994
+2 37447  99.1109  14.7614 0043546 349.8223  71.5192 14.10152761346334
+0 FENGYUN 1C DEB
+1 37448U 99025EHS 16016.81143073  .00000839  00000-0  60545-3 0  9995
+2 37448  99.6288  30.7995 0345404 210.7702 147.2787 13.74600332429967
+0 FENGYUN 1C DEB
+1 37449U 99025EHT 16017.56847503  .00005076  00000-0  55027-3 0  9995
+2 37449  98.8275 300.2802 0158355 294.5863  63.8916 14.79958265339517
+0 FENGYUN 1C DEB
+1 37450U 99025EHU 16014.43684887  .00001868  00000-0  13871-2 0  9999
+2 37450  97.7040  94.0701 0341740 204.3927 154.0720 13.71680284363961
+0 FENGYUN 1C DEB
+1 37452U 99025EHW 16017.22629686  .00004306  00000-0  12212-2 0  9995
+2 37452  99.0167 171.7601 0052143 183.7819 176.2983 14.45244533385377
+0 FENGYUN 1C DEB
+1 37453U 99025EHX 16009.15882139 +.00000569 +00000-0 +55723-3 0  9995
+2 37453 097.6567 347.4282 0418047 170.8607 190.0453 13.48768153405688
+0 FENGYUN 1C DEB
+1 37454U 99025EHY 16017.61201539  .00009266  00000-0  13159-2 0  9994
+2 37454  98.9785 244.7876 0054932 278.0647  81.4329 14.76161503302327
+0 FENGYUN 1C DEB
+1 37455U 99025EHZ 16016.88961700 +.00002838 +00000-0 +40042-3 0  9996
+2 37455 099.4277 059.5032 0218857 063.9739 298.3816 14.63116325093579
+0 FENGYUN 1C DEB
+1 37456U 99025EJA 16017.90331204  .00002259  00000-0  39886-3 0  9992
+2 37456  98.9264 257.1427 0120994 150.5784 210.2299 14.63926643346617
+0 FENGYUN 1C DEB
+1 37457U 99025EJB 16017.14081190  .00001520  00000-0  96893-3 0  9996
+2 37457  99.0939 340.5735 0078120  89.7904 271.2214 14.03668574351089
+0 FENGYUN 1C DEB
+1 37460U 99025EJE 16016.64779918  .00001507  00000-0  68476-3 0  9997
+2 37460  98.5313 273.1898 0078449 134.3481 226.4161 14.21593437310459
+0 FENGYUN 1C DEB
+1 37461U 99025EJF 16002.06137037 -.00000351  00000-0 -57675-3 0  9996
+2 37461  99.8692 308.5324 0698397 300.7628  52.6481 12.70659739326904
+0 FENGYUN 1C DEB
+1 37462U 99025EJG 16015.49405487  .00005325  00000-0  46462-3 0  9991
+2 37462  98.8518 268.5754 0189605  82.0366 280.2315 14.84486586383801
+0 FENGYUN 1C DEB
+1 37463U 99025EJH 16017.28096782  .00002860  00000-0  69823-3 0  9992
+2 37463  98.7477 135.8020 0123320 270.5046  88.2017 14.48966599383136
+0 FENGYUN 1C DEB
+1 37464U 99025EJJ 16012.34883402 +.00001202 +00000-0 +13183-2 0  9994
+2 37464 102.7088 072.2971 0497706 349.7645 009.3623 13.31813116125437
+0 FENGYUN 1C DEB
+1 37465U 99025EJK 16007.99409785  .00004387  00000-0  13578-2 0  9993
+2 37465  99.3334 283.5716 0054167 246.1901 116.0324 14.40953352369793
+0 FENGYUN 1C DEB
+1 37467U 99025EJM 16017.14969916  .00016100  00000-0  25910-2 0  9999
+2 37467  99.4379 342.1240 0021076 174.0280 186.1177 14.71483407330639
+0 FENGYUN 1C DEB
+1 37469U 99025EJP 16017.38009273  .00006076  00000-0  10052-2 0  9990
+2 37469  98.9606 236.7574 0072702 241.0164 118.3737 14.68997098303949
+0 FENGYUN 1C DEB
+1 37470U 99025EJQ 16018.04570125  .00001828  00000-0  78082-3 0  9993
+2 37470  98.8689  55.6463 0028010  19.0567 341.1654 14.26059785297660
+0 FENGYUN 1C DEB
+1 37471U 99025EJR 16013.25184309  .00007235  00000-0  95623-3 0  9995
+2 37471  98.7423 175.8390 0203780 149.7283 211.5878 14.66844914373321
+0 FENGYUN 1C DEB
+1 37473U 99025EJT 16016.95240794  .00004740  00000-0  65434-3 0  9993
+2 37473  99.2647 202.9271 0360296 271.6632  84.3326 14.42729128327445
+0 FENGYUN 1C DEB
+1 37474U 99025EJU 16017.40070131  .00001450  00000-0  36684-3 0  9991
+2 37474  99.1772 243.2609 0222519  72.1857 290.3468 14.38863798308784
+0 FENGYUN 1C DEB
+1 37475U 99025EJV 16017.15039049  .00001736  00000-0  77811-3 0  9991
+2 37475  98.9543  83.8164 0120299 146.5979 214.2860 14.20029737325806
+0 FENGYUN 1C DEB
+1 37476U 99025EJW 16016.39394313  .00000814  00000-0  23476-2 0  9998
+2 37476  98.9477  66.0037 1097661 350.4554   7.7071 11.83993573245418
+0 FENGYUN 1C DEB
+1 37477U 99025EJX 16017.56139326  .00000409  00000-0  24698-3 0  9998
+2 37477  98.9095  57.8452 0031006 344.7293  15.2940 14.11980326308358
+0 FENGYUN 1C DEB
+1 37478U 99025EJY 16015.92772023 +.00000619 +00000-0 +11416-2 0  9990
+2 37478 099.6303 003.1325 0569951 286.3730 067.5465 12.93991621096549
+0 FENGYUN 1C DEB
+1 37479U 99025EJZ 16017.37962311  .00000741  00000-0  44334-3 0  9995
+2 37479  98.9840  78.6096 0034230  25.3272 334.9567 14.09966533358019
+0 COSMOS 2251 DEB
+1 37483U 93036BLL 16015.34428318 +.00000370 +00000-0 +12112-3 0  9992
+2 37483 073.9758 021.3075 0098987 337.8967 021.7931 14.39351482131668
+0 COSMOS 2251 DEB
+1 37484U 93036BLM 16016.50002494  .00000658  00000-0  26131-3 0  9990
+2 37484  73.8291  63.3056 0045743  52.2545  14.7814 14.30207750329814
+0 COSMOS 2251 DEB
+1 37486U 93036BLP 16017.27379925  .00002568  00000-0  15009-2 0  9996
+2 37486  73.7126 345.6602 0289008  19.7965  42.1980 13.90025692320259
+0 COSMOS 2251 DEB
+1 37487U 93036BLQ 16017.58931343  .00001794  00000-0  65024-3 0  9992
+2 37487  73.9403 100.2829 0054047   1.1417 358.9847 14.33318349291042
+0 COSMOS 2251 DEB
+1 37488U 93036BLR 16017.06958976  .00006477  00000-0  10191-2 0  9994
+2 37488  73.9989 280.5018 0087101   0.4257 359.6971 14.70167257359856
+0 COSMOS 2251 DEB
+1 37491U 93036BLU 16017.08084986  .00000467  00000-0  39109-3 0  9995
+2 37491  73.9078 163.6611 0333081 116.1820 247.3951 13.67826941309708
+0 COSMOS 2251 DEB
+1 37492U 93036BLV 16015.33659559  .00002901  00000-0  48031-3 0  9995
+2 37492  74.0078 252.4053 0047695 251.6598 107.9382 14.70036911339581
+0 COSMOS 2251 DEB
+1 37494U 93036BLX 16017.72074929  .00001127  00000-0  31405-3 0  9990
+2 37494  74.0007  23.3393 0108139 136.8851 224.0840 14.44097292327402
+0 COSMOS 2251 DEB
+1 37495U 93036BLY 16015.19661316  .00004955  00000-0  67383-3 0  9998
+2 37495  73.9996 204.7505 0074179 169.2761 191.0018 14.77138964329752
+0 COSMOS 2251 DEB
+1 37496U 93036BLZ 16017.27220716  .00001352  00000-0  33105-3 0  9998
+2 37496  73.9684   7.7335 0146340 140.9183 220.2660 14.47177139330241
+0 COSMOS 2251 DEB
+1 37498U 93036BMB 16015.43990447 +.00001075 +00000-0 +35309-3 0  9991
+2 37498 074.0448 062.5432 0021169 296.6584 063.2402 14.39412761131461
+0 COSMOS 2251 DEB
+1 37499U 93036BMC 16017.53671302  .00000148  00000-0  64602-4 0  9990
+2 37499  74.0383  85.7340 0029870 320.7874  39.1112 14.32040803333464
+0 COSMOS 2251 DEB
+1 37500U 93036BMD 16014.15185351  .00003564  00000-0  15720-3 0  9993
+2 37500  73.9634 294.9666 0196740 302.1454  56.0777 15.06519613347932
+0 COSMOS 2251 DEB
+1 37501U 93036BME 16007.92844608 +.00003899 +00000-0 +54190-3 0  9993
+2 37501 074.0072 220.5921 0066386 206.1511 153.6307 14.76698489063437
+0 COSMOS 2251 DEB
+1 37502U 93036BMF 16017.77427244  .00009432  00000-0  21222-2 0  9999
+2 37502  74.2149 126.5838 0039342 204.7337 312.8658 14.56051702308089
+0 COSMOS 2251 DEB
+1 37503U 93036BMG 16016.83631710  .00013097  00000-0  14793-2 0  9998
+2 37503  74.0081 279.8836 0017731 224.0776 135.8991 14.86443218314027
+0 COSMOS 2251 DEB
+1 37506U 93036BMK 16016.79189987  .00003887  00000-0  99110-3 0  9993
+2 37506  74.0574  54.5487 0040708 268.6339  91.0158 14.50414251329666
+0 COSMOS 2251 DEB
+1 37508U 93036BMM 16016.99842316  .00001642  00000-0  33567-3 0  9990
+2 37508  73.7710 250.2679 0108461 340.5899  19.1146 14.58123130323096
+0 COSMOS 2251 DEB
+1 37510U 93036BMP 16015.08373995  .00002064  00000-0  39793-3 0  9990
+2 37510  74.0209 295.2443 0045000 249.8550 109.7774 14.63555877339260
+0 COSMOS 2251 DEB
+1 37515U 93036BMU 16016.78696019  .00002432  00000-0  79515-3 0  9993
+2 37515  74.1623 147.2904 0099087 315.3520  43.9683 14.36294165333750
+0 COSMOS 2251 DEB
+1 37518U 93036BMX 16017.30066237  .00001974  00000-0  52214-3 0  9995
+2 37518  74.0072   1.8460 0037297 296.7370 124.7453 14.49106391332694
+0 COSMOS 2251 DEB
+1 37520U 93036BMZ 16017.02991510  .00041239  00000-0  18898-2 0  9995
+2 37520  74.0084 157.0545 0030878 102.9060 257.5589 15.19842288340841
+0 COSMOS 2251 DEB
+1 37527U 93036BNG 16017.15426517  .00003525  00000-0  67981-3 0  9990
+2 37527  74.0109 304.5063 0039040 257.3451 102.3350 14.63404883340205
+0 COSMOS 2251 DEB
+1 37528U 93036BNH 16015.35285081  .00000535  00000-0  16768-3 0  9995
+2 37528  74.0398  20.0462 0023501 338.1080  21.9070 14.42899503336574
+0 COSMOS 2251 DEB
+1 37529U 93036BNJ 16016.40901076  .00003021  00000-0  74213-3 0  9994
+2 37529  74.0294  13.2540 0057994 278.7744  80.6852 14.51773880336591
+0 COSMOS 2251 DEB
+1 37530U 93036BNK 16017.87111404  .00000219  00000-0  91999-4 0  9993
+2 37530  74.0364  92.1800 0029351 311.5535 166.9736 14.31324719334527
+0 COSMOS 2251 DEB
+1 37531U 93036BNL 16016.92385951 +.00001484 +00000-0 +53635-3 0  9998
+2 37531 074.0258 114.8404 0060499 346.4445 013.5078 14.33398617179834
+0 COSMOS 2251 DEB
+1 37532U 93036BNM 16016.79414647 +.00000277 +00000-0 +99426-4 0  9997
+2 37532 074.0515 047.6083 0017247 326.9979 149.6165 14.38355049328601
+0 COSMOS 2251 DEB
+1 37533U 93036BNN 16007.70126166  .00000586  00000-0  35927-3 0  9993
+2 37533  74.0681   9.8684 0187556 212.9704 145.9623 13.99607894324938
+0 COSMOS 2251 DEB
+1 37535U 93036BNQ 16017.44083832  .00000940  00000-0  27589-3 0  9998
+2 37535  74.0277   8.1372 0036885 308.8221 213.9609 14.44863702329673
+0 COSMOS 2251 DEB
+1 37537U 93036BNS 16016.81768113  .00000188  00000-0  75264-4 0  9990
+2 37537  74.0130  66.2915 0054266 344.0969  15.8476 14.34194709331357
+0 COSMOS 2251 DEB
+1 37538U 93036BNT 16016.31660673  .00002295  00000-0  52873-3 0  9999
+2 37538  74.0255 331.2940 0048619 271.3095  88.2499 14.55224809303240
+0 COSMOS 2251 DEB
+1 37543U 93036BNY 16017.58103530  .00005894  00000-0  44614-3 0  9991
+2 37543  73.9703  78.3513 0087290  55.9691 304.9745 14.99499405328875
+0 COSMOS 2251 DEB
+1 37544U 93036BNZ 16009.14658403  .00005776  00000-0  95379-3 0  9992
+2 37544  73.9822 294.2825 0034155   3.3092 356.8297 14.70246827334183
+0 COSMOS 2251 DEB
+1 37546U 93036BPB 16017.39515019  .00001652  00000-0  50466-3 0  9992
+2 37546  74.0352  50.1586 0020423 274.9831  84.8993 14.42550613328508
+0 COSMOS 2251 DEB
+1 37547U 93036BPC 16017.46980328  .00002901  00000-0  64212-3 0  9992
+2 37547  74.0419 322.6550 0029923 294.3588  65.4453 14.57398063331213
+0 IRIDIUM 33 DEB
+1 37548U 97051XH  16017.57934553  .00001429  00000-0  50474-3 0  9994
+2 37548  86.3607 140.9752 0031721 175.3390 184.8107 14.33752384339351
+0 IRIDIUM 33 DEB
+1 37549U 97051XJ  16016.80313020  .00007700  00000-0  20135-2 0  9998
+2 37549  86.3865 154.0232 0049315 158.2555 202.0758 14.48541786338552
+0 IRIDIUM 33 DEB
+1 37550U 97051XK  16018.10277392  .00001310  00000-0  38741-3 0  9990
+2 37550  86.3888 135.0813 0000333 304.4435  55.6734 14.42768747339933
+0 IRIDIUM 33 DEB
+1 37554U 97051XP  16016.69132691 +.00020512 +00000-0 +13277-2 0  9999
+2 37554 086.3674 112.2347 0029846 078.9366 281.5225 15.07680347196156
+0 IRIDIUM 33 DEB
+1 37555U 97051XQ  16017.14841880  .00005076  00000-0  12934-2 0  9995
+2 37555  86.4695 172.1922 0040432 175.0649 185.0963 14.49957541325959
+0 IRIDIUM 33 DEB
+1 37557U 97051XS  16013.78124540  .00006773  00000-0  27940-2 0  9998
+2 37557  86.3868 190.9384 0123453 131.1024 230.0906 14.22621512332332
+0 IRIDIUM 33 DEB
+1 37558U 97051XT  16016.14743315  .00005382  00000-0  14922-2 0  9990
+2 37558  86.4068 152.6942 0088055 212.5807 146.9944 14.44142508309015
+0 IRIDIUM 33 DEB
+1 37560U 97051XV  16018.19477000  .00004874  00000-0  17106-2 0  9997
+2 37560  86.3952 178.8079 0103762  12.0488 113.6595 14.31851322311070
+0 IRIDIUM 33 DEB
+1 37562U 97051XX  16018.12395001  .00001177  00000-0  38383-3 0  9996
+2 37562  86.3848 141.3025 0032456 166.6693 314.5601 14.37597955342100
+0 IRIDIUM 33 DEB
+1 37564U 97051XZ  16017.26602056  .00061886  00000-0  38971-2 0  9998
+2 37564  86.3569 113.7343 0010206 210.4574 206.4976 15.08859630329630
+0 IRIDIUM 33 DEB
+1 37565U 97051YA  16017.04573007  .00000769  00000-0  23173-3 0  9990
+2 37565  86.3561 123.9927 0015494 172.1939 312.3198 14.41268170330912
+0 IRIDIUM 33 DEB
+1 37566U 97051YB  16017.33785391  .00013466  00000-0  19230-2 0  9990
+2 37566  86.4479 157.7096 0027810 155.7633 204.4902 14.76348129315960
+0 CZ-4C DEB
+1 37567U 10038C   16017.55404199  .00001396  00000-0  25730-3 0  9991
+2 37567  97.9846 300.9312 0152180 126.1591 355.9794 14.59817980284359
+0 CZ-4C DEB
+1 37568U 10038D   16017.51252813  .00001151  00000-0  26477-3 0  9990
+2 37568  97.9323 271.9937 0186168 235.6061 122.7409 14.47180987283079
+0 CZ-4C DEB
+1 37569U 10038E   16016.94910306 +.00001172 +00000-0 +23627-3 0  9992
+2 37569 097.8947 278.7389 0165123 159.5414 201.2502 14.54991045282823
+0 CZ-4C DEB
+1 37570U 10038F   16017.44830023  .00001121  00000-0  25385-3 0  9994
+2 37570  97.8673 263.6871 0183396 218.2817 140.5241 14.48181706285266
+0 CZ-4B DEB
+1 37571U 08026C   16017.96766411  .00000261  00000-0  25641-3 0  9994
+2 37571  98.9123 282.7028 0249220 339.4001  75.5990 13.74286672368878
+0 CZ-4B DEB
+1 37572U 08026D   16016.63345745 +.00000245 +00000-0 +24102-3 0  9994
+2 37572 098.7938 262.1106 0245132 313.7298 073.1819 13.75065605372197
+0 CZ-4B DEB
+1 37573U 08026E   16017.55076598  .00000120  00000-0  13100-3 0  9992
+2 37573  98.8116 277.2188 0225284 260.0294 222.2660 13.79251795367253
+0 CZ-4B DEB
+1 37574U 08026F   16016.91114830 +.00000249 +00000-0 +24946-3 0  9996
+2 37574 098.8578 268.4715 0254825 347.5899 011.9051 13.72876797167386
+0 FENGYUN 1C DEB
+1 37578U 99025EKB 16017.56723812  .00002326  00000-0  83243-3 0  9990
+2 37578  98.7956  61.9601 0076878 127.8539 232.9633 14.33332310368132
+0 FENGYUN 1C DEB
+1 37579U 99025EKC 16017.12953939  .00001101  00000-0  62827-3 0  9993
+2 37579  99.2693 144.2945 0038061  82.8300 277.7195 14.11549758380520
+0 CZ-4B DEB
+1 37580U 99025EKD 16016.80254808 +.00000526 +00000-0 +33177-3 0  9994
+2 37580 099.1465 017.9461 0128790 217.0185 268.9784 14.04707752643170
+0 CZ-4B DEB
+1 37581U 99025EKE 16017.91797241  .00000594  00000-0  27321-3 0  9990
+2 37581  98.7788 357.9263 0114287  34.9362  22.1429 14.21427282702493
+0 CBERS 1 DEB
+1 37582U 99057SX  16018.15175036  .00006032  00000-0  11002-2 0  9996
+2 37582  98.2757 351.4534 0007966 294.4180  65.6192 14.66352157362668
+0 THOR BURNER 2A DEB
+1 37584U 74015H   16017.97941389  .00000925  00000-0  25978-3 0  9999
+2 37584  99.0540 284.9720 0102222 189.8184 170.1010 14.45633555446696
+0 DMSP 5D-2 F11 DEB
+1 37585U 91082CR  16017.87444809  .00004655  00000-0  14646-2 0  9990
+2 37585  98.7654  33.8837 0007772 188.8846 171.2206 14.40890981335337
+0 SL-24 DEB
+1 37586U 04025L   16017.19317216  .00001169  00000-0  57017-3 0  9995
+2 37586  98.1589  17.3547 0328878 341.4128  17.5250 13.95141369275081
+0 FENGYUN 1C DEB
+1 37588U 99025EKG 16017.26607904  .00000989  00000-0  67938-3 0  9997
+2 37588  98.1082  28.1796 0091493 286.9182 129.1272 13.99497980407561
+0 FENGYUN 1C DEB
+1 37589U 99025EKH 16014.56976453  .00005185  00000-0  40505-2 0  9999
+2 37589  99.1119 293.7196 0154378  33.3969 328.7726 13.87180689322027
+0 FENGYUN 1C DEB
+1 37591U 99025EKK 16011.53855619  .00001950  00000-0  11670-2 0  9993
+2 37591  98.4397 122.5079 0146659 318.8957 101.2671 14.02967020347479
+0 FENGYUN 1C DEB
+1 37593U 99025EKM 16015.03906428  .00000999  00000-0  40779-3 0  9994
+2 37593  98.9380 106.4332 0185387  95.7864  27.8892 14.20675669345819
+0 FENGYUN 1C DEB
+1 37594U 99025EKN 16017.48493082  .00000131  00000-0  98936-4 0  9990
+2 37594  99.0863  25.4441 0088090   1.1631 358.9727 14.08601594268490
+0 FENGYUN 1C DEB
+1 37596U 99025EKQ 16013.27514039  .00002014  00000-0  10360-2 0  9996
+2 37596  99.0472  27.8520 0029990 276.5885 140.7698 14.16204366375291
+0 FENGYUN 1C DEB
+1 37597U 99025EKR 16016.51230004  .00006633  00000-0  18608-2 0  9998
+2 37597  98.3173 123.0882 0276611 243.2799 113.9827 14.26209502374418
+0 FENGYUN 1C DEB
+1 37598U 99025EKS 16011.26449373  .00002296  00000-0  11495-2 0  9995
+2 37598  99.0120  21.4244 0023252 241.6601 120.8537 14.17577832362367
+0 TELSTAR 14R
+1 37602U 11021A   16016.81167684 -.00000289  00000-0  00000+0 0  9997
+2 37602   0.0448 288.8869 0002412 350.7182  65.2462  1.00271551 17634
+0 BREEZE-M R/B
+1 37603U 11021B   16016.86900475 -.00000109 +00000-0 +00000-0 0  9998
+2 37603 014.9436 351.9553 4874138 351.5305 274.5464 01.92767754032708
+0 BREEZE-M DEB (TANK)
+1 37604U 11021C   16016.30893428 +.00001778 +00000-0 +70052-3 0  9996
+2 37604 049.3994 001.9486 6041308 044.6974 350.5250 03.94993804065969
+0 GSAT 8
+1 37605U 11022A   16018.14769432  .00000074  00000-0  00000+0 0  9999
+2 37605   0.0698 267.3256 0008363   1.7008 316.1982  1.00273259 17101
+0 ST 2
+1 37606U 11022B   16017.84628093 -.00000221  00000-0  00000+0 0  9998
+2 37606   0.0189  84.9737 0002024 195.3473 229.0190  1.00270058 17116
+0 ARIANE 5 R/B
+1 37607U 11022C   16017.66948775  .00052145 -51171-7  13821-2 0  9993
+2 37607   1.9626 283.0543 6841384   8.4856 358.8447  2.90479284 43583
+0 CZ-4 DEB
+1 37609U 90081CV  16017.87962071  .00000129  00000-0  10150-3 0  9990
+2 37609  98.8094  51.1217 0067745   3.8058 119.2073 14.06831612617666
+0 CZ-4 DEB
+1 37610U 90081CW  16016.86303340  .00000141  00000-0  17293-3 0  9997
+2 37610  98.9457  38.0312 0153329 224.5016 134.3736 13.75909244642734
+0 CZ-4 DEB
+1 37612U 90081CY  16016.87165689 +.00001000 +00000-0 +33303-3 0  9997
+2 37612 098.6095 032.1519 0037269 110.7311 009.9749 14.39413553135050
+0 CZ-4 DEB
+1 37613U 90081CZ  16016.53091465  .00005083  00000-0  36497-2 0  9992
+2 37613  98.9316 283.4698 0184995  79.9538 282.2438 13.89534807602965
+0 CZ-4 DEB
+1 37614U 90081DA  16017.33332475 -.00000186  00000-0 -88221-4 0  9996
+2 37614  98.8361  44.6566 0076181  96.4929 331.2169 14.04344914582791
+0 CZ-4 DEB
+1 37615U 90081DB  16012.26213890 +.00000506 +00000-0 +23241-3 0  9997
+2 37615 098.6383 040.8598 0012523 286.1137 073.8664 14.25551517600237
+0 CZ-4 DEB
+1 37616U 90081DC  16013.00250090 +.00000052 +00000-0 +74182-4 0  9991
+2 37616 099.1412 078.2181 0101917 211.7789 147.7193 13.90585135187190
+0 CZ-4 DEB
+1 37617U 90081DD  16015.89698182 +.00000307 +00000-0 +22286-3 0  9999
+2 37617 098.8605 049.8925 0009793 092.2407 031.5342 14.03607095103749
+0 CZ-4 DEB
+1 37619U 90081DF  16017.30848588  .00000012  00000-0  33381-4 0  9998
+2 37619  98.8288  57.5041 0010915 241.1731 181.2897 14.05914199672664
+0 CZ-4 DEB
+1 37620U 90081DG  16017.30684177  .00000824  00000-0  37074-3 0  9995
+2 37620  98.5940  56.7289 0003459 318.7448 102.5374 14.24967433554232
+0 CZ-4 DEB
+1 37622U 90081DJ  16017.27603160  .00000795  00000-0  28538-3 0  9998
+2 37622  98.6625  33.4190 0038827 192.3039 225.7195 14.36209363784695
+0 CZ-4 DEB
+1 37623U 90081DK  16016.32606500  .00000198  00000-0  12293-3 0  9993
+2 37623  98.7464  49.3200 0021753 260.3900  99.4817 14.15706624689666
+0 CZ-4 DEB
+1 37624U 90081DL  16016.94053508 -.00000112 +00000-0 -41215-4 0  9991
+2 37624 098.8333 050.9266 0011315 258.7158 220.4792 14.06895381120300
+0 CZ-4 DEB
+1 37625U 90081DM  16016.92102243 +.00001125 +00000-0 +41542-3 0  9996
+2 37625 098.4772 055.4747 0001261 313.0189 047.0891 14.34379109686571
+0 CZ-4 DEB
+1 37626U 90081DN  16016.32341589  .00000174  00000-0  22247-3 0  9993
+2 37626  98.8621 183.1035 0166469 354.9533 120.8770 13.69583657620865
+0 SL-8 DEB
+1 37632U 82102C   16008.15752122  .00000348  00000-0  32916-3 0  9993
+2 37632  82.9661 166.3207 0031482 159.0422 201.5846 13.78225191432881
+0 DELTA 1 DEB
+1 37635U 78026HW  16008.84219015 +.00000488 +00000-0 +26055-3 0  9993
+2 37635 099.1691 228.6967 0054078 122.7649 295.2601 14.17394504130744
+0 DELTA 1 DEB
+1 37636U 78026HX  16017.38788374 -.00000174  00000-0 -86371-4 0  9994
+2 37636  98.7490  66.1060 0049010 194.0400 222.8687 14.01468773636501
+0 DELTA 1 DEB
+1 37637U 78026HY  16017.37583425  .00000276  00000-0  23915-3 0  9999
+2 37637  98.8936  77.5476 0075486 239.3686 180.2411 13.93132374668827
+0 DELTA 1 DEB
+1 37638U 78026HZ  16017.33296334  .00000364  00000-0  23895-3 0  9991
+2 37638  99.2014 224.3993 0060046 323.8094  35.9018 14.07680451618097
+0 DELTA 1 DEB
+1 37639U 78026JA  16016.73760823 +.00000085 +00000-0 +11068-3 0  9993
+2 37639 098.9082 106.0459 0117049 234.7156 278.5512 13.82743399184430
+0 DELTA 1 DEB
+1 37640U 78026JB  16017.78630658  .00000747  00000-0  39720-3 0  9993
+2 37640  99.0320 226.2003 0045450  28.5875 331.7777 14.16126176624184
+0 DELTA 1 DEB
+1 37641U 78026JC  16017.17452738  .00000606  00000-0  26698-3 0  9992
+2 37641  98.5709 356.9579 0077957 352.4306   7.5691 14.25320465815344
+0 DELTA 1 DEB
+1 37642U 78026JD  16016.80579164  .00004750  00000-0  46556-3 0  9994
+2 37642  98.0781 131.5328 0040654  35.2522 115.6010 14.92133924775166
+0 DELTA 1 DEB
+1 37643U 78026JE  16018.19414481  .00000309  00000-0  14651-3 0  9996
+2 37643  98.6021 359.6800 0045753 109.6668 250.9457 14.25702449701763
+0 DELTA 1 DEB
+1 37644U 78026JF  16017.38737019  .00000719  00000-0  37101-3 0  9992
+2 37644  98.9917 235.4944 0059807  42.5479 318.0307 14.17371885661965
+0 DELTA 1 DEB
+1 37645U 78026JG  16013.34652926 +.00000083 +00000-0 +32650-4 0  9997
+2 37645 098.7680 217.0088 0051994 184.8021 299.2928 14.52292795188603
+0 DELTA 1 DEB
+1 37646U 78026JH  16016.28467001  .00001063  00000-0  65975-3 0  9996
+2 37646  99.0668 323.6846 0093564 349.9660   9.9637 14.05174179653964
+0 DELTA 1 DEB
+1 37647U 78026JJ  16016.74913124  .00000353  00000-0  39094-3 0  9994
+2 37647  98.7697 352.0790 0241241 293.0993  64.4892 13.66168219637495
+0 DELTA 1 DEB
+1 37648U 78026JK  16017.20875266  .00000097  00000-0  52982-4 0  9998
+2 37648  98.3721  21.4047 0103373 335.2483  86.3825 14.28007005666752
+0 DELTA 1 DEB
+1 37649U 78026JL  16013.95868234 -.00000003 +00000-0 +32854-4 0  9998
+2 37649 098.9152 070.5860 0056683 316.4577 167.2985 13.87682869644787
+0 DELTA 1 DEB
+1 37650U 78026JM  16017.82299848  .00048899  00000-0  21991-2 0  9991
+2 37650  99.0359 331.7406 0020981 101.4133 258.9456 15.20750749615949
+0 DELTA 1 DEB
+1 37651U 78026JN  16016.53206565  .00000669  00000-0  32095-3 0  9994
+2 37651  99.0788 287.0685 0039073 190.4312 169.6058 14.22115480662178
+0 DELTA 1 DEB
+1 37652U 78026JP  16016.87366957 +.00000346 +00000-0 +19822-3 0  9999
+2 37652 098.4905 040.0785 0028943 202.7583 157.2311 14.15273437603384
+0 DELTA 1 DEB
+1 37653U 78026JQ  16017.71837130  .00000386  00000-0  27082-3 0  9991
+2 37653  98.8674 345.9190 0038596 172.3581 312.3450 14.03732324642949
+0 DELTA 1 DEB
+1 37654U 78026JR  16017.28551019  .00000090  00000-0  45554-4 0  9990
+2 37654  98.3043  37.4027 0113478  84.5612 333.9405 14.32036980667795
+0 DELTA 1 DEB
+1 37655U 78026JS  16017.12566826  .00000346  00000-0  23591-3 0  9996
+2 37655  98.7661 348.4212 0013502 130.8700 229.3641 14.06223672655577
+0 DELTA 1 DEB
+1 37656U 78026JT  16017.15793598  .00000170  00000-0  12141-3 0  9992
+2 37656  98.6761 352.6104 0018130 299.2824  60.6535 14.09470583656122
+0 DELTA 1 DEB
+1 37657U 78026JU  16017.16307369  .00000586  00000-0  25961-3 0  9996
+2 37657  98.5759 354.9089 0023511 264.0547  95.7954 14.26686217577080
+0 DELTA 1 DEB
+1 37658U 78026JV  16017.62437650  .00000310  00000-0  25257-3 0  9998
+2 37658  99.3177 160.0250 0066945 324.1506  98.0674 13.96612535648836
+0 DELTA 1 DEB
+1 37659U 78026JW  15363.47012102  .00000129  00000-0  16661-3 0  9993
+2 37659  98.8442 250.7113 0158270  40.1368 321.1348 13.72979065565503
+0 DELTA 1 DEB
+1 37661U 78026JY  16015.08780245 +.00000002 +00000-0 +60450-4 0  9994
+2 37661 098.9437 321.7309 0331658 226.4021 197.6669 13.31450045645705
+0 DELTA 1 DEB
+1 37662U 78026JZ  16017.16806006  .00000299  00000-0  18180-3 0  9990
+2 37662  98.7104 355.6193 0036053  83.5691 276.9585 14.13107034698106
+0 DELTA 1 DEB
+1 37663U 78026KA  16013.72943349  .00000231  00000-0  13394-3 0  9999
+2 37663  98.7173 350.2546 0038497 196.5000 163.4925 14.17734679663979
+0 DELTA 1 DEB
+1 37665U 78026KC  16017.59963416  .00001293  00000-0  57326-3 0  9999
+2 37665  99.1161 312.0761 0032918 231.6422 128.1797 14.24663099664565
+0 DELTA 1 DEB
+1 37666U 78026KD  16017.15006286  .00000366  00000-0  20489-3 0  9995
+2 37666  98.7151 350.6828 0038800  22.4519 337.8342 14.16292481669576
+0 DELTA 1 DEB
+1 37667U 78026KE  16016.77971758 +.00001390 +00000-0 +33138-3 0  9991
+2 37667 098.1448 012.4044 0044900 169.8515 190.3599 14.54646201135516
+0 DELTA 1 DEB
+1 37668U 78026KF  16017.11654086  .00000058  00000-0  54515-4 0  9996
+2 37668  98.7899 350.6555 0040578  14.5889  47.4258 14.12727860676131
+0 DELTA 1 DEB
+1 37669U 78026KG  16017.10652927 -.00000123  00000-0 -50007-4 0  9995
+2 37669  98.8828 345.8211 0010941 230.8363 190.8749 14.04406417739345
+0 DELTA 1 DEB
+1 37670U 78026KH  16016.85010572  .00000023  00000-0  54119-4 0  9997
+2 37670  98.8213   3.8127 0071464 351.2326 125.0839 13.86705429648877
+0 DELTA 1 DEB
+1 37671U 78026KJ  16016.15973467 +.00000500 +00000-0 +23882-3 0  9994
+2 37671 098.6234 352.5961 0030390 022.6696 337.5817 14.23297793130145
+0 DELTA 1 DEB
+1 37672U 78026KK  16017.71068448  .00000204  00000-0  13745-3 0  9990
+2 37672  98.7839 349.8723 0022975 217.9507 142.0046 14.10912850700963
+0 SAC-D (AQUARIUS)
+1 37673U 11024A   16017.90703881  .00000418  00000-0  73749-4 0  9992
+2 37673  98.0114  26.7796 0002076  78.6610 342.2076 14.72417327247534
+0 CHINASAT 10
+1 37677U 11026A   16017.51525787 -.00000362  00000-0  00000+0 0  9996
+2 37677   0.0253  66.7446 0004009 173.3879 172.2277  1.00268665 16836
+0 FENGYUN 1C DEB
+1 37682U 99025EKX 16014.97337394  .00000617  00000-0  68467-3 0  9996
+2 37682  98.5857  15.9072 0246084 199.8928 188.5282 13.62730551284577
+0 FENGYUN 1C DEB
+1 37685U 99025ELA 16012.62019828  .00002731  00000-0  16812-2 0  9993
+2 37685  98.0314 301.0597 0222232 325.3049 154.9912 13.94771308303572
+0 FENGYUN 1C DEB
+1 37686U 99025ELB 16017.27692308  .00000219  00000-0  33369-3 0  9996
+2 37686  99.0238  35.5669 0402726 340.2086  73.4053 13.33001088317382
+0 FENGYUN 1C DEB
+1 37687U 99025ELC 16016.30244421  .00001700  00000-0  13560-2 0  9995
+2 37687  98.1904 197.2903 0432319 290.2472 195.0690 13.56042721339403
+0 FENGYUN 1C DEB
+1 37689U 99025ELE 16014.78928758 +.00001903 +00000-0 +96832-3 0  9998
+2 37689 098.8349 321.2303 0028598 250.1181 109.6911 14.16824597062787
+0 FENGYUN 1C DEB
+1 37690U 99025ELF 16005.32589388 +.00000758 +00000-0 +47676-3 0  9991
+2 37690 099.0734 035.4850 0043602 078.7924 346.2546 14.06983881126238
+0 FENGYUN 1C DEB
+1 37692U 99025ELH 16009.94021298  .00003941  00000-0  16075-2 0  9991
+2 37692  98.9205  56.1540 0009271 115.5335 245.6007 14.27943786319317
+0 FENGYUN 1C DEB
+1 37693U 99025ELJ 16016.61353571 +.00000315 +00000-0 +22237-3 0  9996
+2 37693 099.0149 067.7004 0080275 134.2107 018.4801 14.03593651113392
+0 FENGYUN 1C DEB
+1 37694U 99025ELK 16016.29112536  .00001151  00000-0  74540-3 0  9998
+2 37694  98.1823  35.7680 0181851 279.8662 141.4376 13.96729503310033
+0 FENGYUN 1C DEB
+1 37699U 99025ELQ 16018.04763001  .00001294  00000-0  98777-3 0  9993
+2 37699  98.0151 301.2373 0127553   9.8671  55.0581 13.91231213314630
+0 FENGYUN 1C DEB
+1 37703U 99025ELU 16017.12799947  .00001531  00000-0  69786-3 0  9997
+2 37703  99.0909 134.9387 0052319 306.9701 176.1076 14.22492929362079
+0 FENGYUN 1C DEB
+1 37704U 99025ELV 16016.00289530  .00000847  00000-0  89408-3 0  9998
+2 37704  98.3726 296.9655 0256752  84.0526 336.6441 13.63363949285449
+0 FENGYUN 1C DEB
+1 37705U 99025ELW 16017.58540547  .00005831  00000-0  81912-3 0  9991
+2 37705  99.5020 144.2451 0112921 260.6867  98.1552 14.73576177380853
+0 FENGYUN 1C DEB
+1 37706U 99025ELX 16017.89538287  .00001137  00000-0  67172-3 0  9991
+2 37706  99.0723  44.0573 0052101  35.7499  85.1135 14.09195380391662
+0 FENGYUN 1C DEB
+1 37707U 99025ELY 16017.07671505  .00001073  00000-0  28331-3 0  9996
+2 37707 100.1995 317.4360 0172532 313.4735 102.3583 14.43398002337673
+0 FENGYUN 1C DEB
+1 37708U 99025ELZ 16005.28020792  .00003366  00000-0  70923-3 0  9994
+2 37708  98.1891 181.3986 0353390 215.8241 141.8772 14.27661265401213
+0 FENGYUN 1C DEB
+1 37712U 99025EMD 16006.03462071 +.00000334 +00000-0 +14255-3 0  9991
+2 37712 098.7103 090.3488 0088365 200.0204 286.4259 14.29353640120602
+0 FENGYUN 1C DEB
+1 37713U 99025EME 16011.59515341  .00001055  00000-0  88967-3 0  9990
+2 37713  98.1136 297.8022 0153563 150.8215 334.1359 13.84300033367128
+0 FENGYUN 1C DEB
+1 37714U 99025EMF 16016.58156535 +.00001364 +00000-0 +76635-3 0  9993
+2 37714 099.0249 067.2852 0063604 294.8797 064.5771 14.11261072062915
+0 FENGYUN 1C DEB
+1 37715U 99025EMG 16008.90292977 +.00000311 +00000-0 +26674-3 0  9991
+2 37715 099.2617 035.0975 0118181 262.8480 218.6354 13.91456275073369
+0 FENGYUN 1C DEB
+1 37716U 99025EMH 16017.90227119  .00000951  00000-0  50171-3 0  9997
+2 37716  98.9788  41.3021 0038677 142.3866 339.9263 14.15974966361857
+0 FENGYUN 1C DEB
+1 37717U 99025EMJ 16018.10309293  .00001814  00000-0  48952-3 0  9998
+2 37717  98.6992 123.0374 0128373 286.6013 196.7551 14.44427735368800
+0 FENGYUN 1C DEB
+1 37719U 99025EML 16017.69503564  .00001271  00000-0  47186-3 0  9995
+2 37719  99.4900 335.4888 0063714 296.5741 189.7279 14.33076338334207
+0 SJ-11-03
+1 37730U 11030A   16018.19420276  .00000255  00000-0  62017-4 0  9994
+2 37730  98.0879  95.0807 0009628 128.1397 232.0677 14.60495346241723
+0 CZ-2C R/B
+1 37731U 11030B   16018.19570899  .00000286  00000-0  49666-4 0  9991
+2 37731  97.8466  84.5822 0061378  99.7357 322.7225 14.74126132243897
+0 CZ-2C DEB
+1 37732U 11030C   16017.82752400  .00001090  00000-0  41899-3 0  9994
+2 37732  98.0099 324.3266 0166845 320.5738  90.4956 14.24897686235461
+0 CZ-2C DEB
+1 37733U 11030D   16017.72368740  .00000739  00000-0  27982-3 0  9990
+2 37733  98.3156  53.4676 0154957 353.9559  70.7453 14.27628582235953
+0 CZ-2C DEB
+1 37734U 11030E   16018.10156613  .00001354  00000-0  30388-3 0  9996
+2 37734  97.8685  27.8476 0091633 137.5801 267.4485 14.55487414240151
+0 CZ-2C DEB
+1 37735U 11030F   16017.86952362  .00002342  00000-0  49134-3 0  9991
+2 37735  98.3698 121.0203 0089572 191.5398 285.7481 14.58148562240450
+0 TIANLIAN 1-02
+1 37737U 11032A   16018.20062175 -.00000061  00000-0  00000+0 0  9990
+2 37737   1.5436  79.7639 0034409 194.9097  81.5634  1.00271596 16586
+0 GLOBALSTAR M083
+1 37739U 11033A   16017.63209177 -.00000109  00000-0 -28716-4 0  9997
+2 37739  51.9869  75.8696 0000211 141.9486  19.9547 12.62258417212960
+0 GLOBALSTAR M088
+1 37740U 11033B   16018.20868793 -.00000089  00000-0  85052-4 0  9990
+2 37740  51.9749 342.4006 0000684  47.2328  54.1415 12.62257161208510
+0 GLOBALSTAR M091
+1 37741U 11033C   16017.37252141 -.00000097  00000-0  38302-4 0  9997
+2 37741  52.0010 302.4313 0000457  49.5189  88.6142 12.62268506209165
+0 GLOBALSTAR M085
+1 37742U 11033D   16018.07514209 -.00000094  00000-0  54847-4 0  9991
+2 37742  51.9855 254.3720 0000814  59.9683  89.3247 12.62268308209994
+0 GLOBALSTAR M081
+1 37743U 11033E   16017.22505970 -.00000090  00000-0  77278-4 0  9992
+2 37743  51.9945 257.5860 0001207  70.4876  82.8598 12.62268099209921
+0 GLOBALSTAR M089
+1 37744U 11033F   16017.03789752 -.00000092  00000-0  65876-4 0  9997
+2 37744  51.9904 213.0701 0001306 104.9373  63.7072 12.62266065210617
+0 GSAT 12
+1 37746U 11034A   16018.01939833 -.00000175  00000-0  00000+0 0  9991
+2 37746   0.0384 235.8449 0002800 253.3791  77.6148  1.00271646 16837
+0 PSLV R/B
+1 37747U 11034B   16017.87866684  .00003223  00000-0  75106-3 0  9997
+2 37747  17.8909 200.5973 6000737  50.2443 348.9356  4.03271914 65023
+0 SES 3
+1 37748U 11035A   16017.54440797 -.00000112  00000-0  00000+0 0  9998
+2 37748   0.0478 281.4479 0002891  11.6549 276.2599  1.00272415 16550
+0 KAZSAT 2
+1 37749U 11035B   16018.08340831 -.00000208  00000-0  00000+0 0  9993
+2 37749   0.0153 154.6109 0001122 219.7205 219.1057  1.00269670 16439
+0 BREEZE-M DEB (TANK)
+1 37750U 11035C   16016.84310576 +.00000634 +00000-0 +73217-3 0  9996
+2 37750 045.4296 263.1184 6448327 038.2613 353.3129 03.30672774054224
+0 BREEZE-M R/B
+1 37751U 11035D   16018.22084647 -.00000106  00000-0  00000+0 0  9999
+2 37751   3.3674  68.0233 0734066 309.8010 185.1494  1.12712653 18567
+0 NAVSTAR 66 (USA 232)
+1 37753U 11036A   16017.19552916 -.00000020  00000-0  00000+0 0  9991
+2 37753  55.2092 121.4105 0048602  25.0726 347.9965  2.00565562 32971
+0 DELTA 4 R/B
+1 37754U 11036B   16016.65893023 -.00000001 +00000-0 +00000-0 0  9999
+2 37754 054.9373 128.0959 0308222 065.4078 039.0645 01.90192780031299
+0 SPEKTR R
+1 37755U 11037A   16019.94631550 -.00010026  00000-0  00000+0 0  9998
+2 37755  50.6492  88.1387 8385846 232.0435 355.2661  0.10961052  1936
+0 SL-23 DEB
+1 37756U 11037B   16016.48193747  .00004484  00000-0  94042-3 0  9999
+2 37756  51.4566 153.4369 1904615 196.7881 156.1903 11.27380505184442
+0 DELTA 1 DEB (YO)
+1 37762U 78012E   16015.07585339  .00006872  00000-0  17390-2 0  9991
+2 37762  29.4345 120.8403 6385498 234.1290  48.7648  3.47164097 54238
+0 BEIDOU IGSO 4
+1 37763U 11038A   16017.87369174 -.00000017  00000-0  10000-3 0  9992
+2 37763  54.5682 200.8883 0034802 199.6936 126.5470  1.00269190 16502
+0 SJ-11-02
+1 37765U 11039A   16018.16857592  .00000298  00000-0  70828-4 0  9999
+2 37765  98.2995 152.4260 0011574 198.7369 161.3408 14.60862668238365
+0 CZ-2C R/B
+1 37766U 11039B   16018.07828988  .00000261  00000-0  56353-4 0  9994
+2 37766  98.3467 172.3967 0046555  34.6540  98.7494 14.66091479239169
+0 CZ-2C DEB
+1 37767U 11039C   16017.85495513  .00001516  00000-0  55017-3 0  9993
+2 37767  97.8619   8.2220 0155385 356.9835  73.3292 14.28084893232675
+0 CZ-2C DEB
+1 37768U 11039D   16016.68395176 +.00000704 +00000-0 +26247-3 0  9999
+2 37768 098.3358 093.8179 0153003 054.6017 106.4061 14.28583464232562
+0 CZ-2C DEB
+1 37769U 11039E   16016.88695904 +.00002711 +00000-0 +53816-3 0  9996
+2 37769 098.4763 173.0082 0084646 256.2752 259.8333 14.60826456236948
+0 CZ-2C DEB
+1 37770U 11039F   16017.38954002  .00001537  00000-0  34209-3 0  9991
+2 37770  97.8111  64.5879 0097167 206.0013 220.5879 14.55392515236659
+0 ASTRA 1N
+1 37775U 11041A   16017.27417825  .00000110  00000-0  00000+0 0  9998
+2 37775   0.0597  19.9492 0002740 330.4740 243.5773  1.00272243 16256
+0 BSAT-3C
+1 37776U 11041B   16018.01741047 -.00000361  00000-0  00000+0 0  9997
+2 37776   0.0096  23.4592 0000308 327.2572 242.3693  1.00271379 16401
+0 ARIANE 5 R/B
+1 37777U 11041C   16016.56316338 +.00003626 +00000-0 +10396-2 0  9995
+2 37777 001.5809 164.1869 7202646 105.4353 337.9238 02.38011187037825
+0 ARIANE 5 DEB (SYLDA)
+1 37778U 11041D   16016.18334366 +.00010900 +00000-0 +30738-2 0  9990
+2 37778 002.4557 001.7708 6546688 066.5009 347.4535 03.24313547044549
+0 PAKSAT 1R
+1 37779U 11042A   16016.89952093  .00000145  00000-0  00000+0 0  9999
+2 37779   0.0409 217.7877 0004094  57.3271 202.4158  1.00264474 16130
+0 HAIYANG 2A
+1 37781U 11043A   16017.69893173 -.00000117  00000-0 -70604-4 0  9998
+2 37781  99.3427  30.7317 0000171  81.0052 279.1086 13.79301855222807
+0 CZ-4B R/B
+1 37782U 11043B   16018.14740433  .00000040  00000-0  27314-4 0  9993
+2 37782  99.4632 203.4311 0194035  17.2822 343.4846 14.37180382232051
+0 COSMOS 382 DEB
+1 37784U 70103H   16017.63383481 -.00000189  00000-0 -46005-1 0  9997
+2 37784  55.8695 236.0060 1275537 317.4484  59.5825  8.42455914 30714
+0 BREEZE-M DEB (ADAPTOR)
+1 37787U 11035E   16016.51565532 -.00000390  00000-0  00000+0 0  9990
+2 37787  24.9007 359.3006 6124824 129.7320   8.1417  2.06012546 31969
+0 EDUSAT
+1 37788U 11044A   16017.86114758  .00000405  00000-0  75017-4 0  9991
+2 37788  98.2116 126.0382 0037205 284.0020 190.1420 14.70403599237008
+0 NIGERIASAT 2
+1 37789U 11044B   16018.17710530  .00000102  00000-0  29560-4 0  9993
+2 37789  98.0992  95.4786 0010070 208.8489 151.2163 14.61945146235627
+0 NIGERIASAT X
+1 37790U 11044C   16018.20536195  .00000142  00000-0  40464-4 0  9992
+2 37790  98.1524 103.8918 0012680  15.1347 345.0240 14.58379413235840
+0 RASAT
+1 37791U 11044D   16018.16970273  .00000180  00000-0  43189-4 0  9996
+2 37791  98.1534 109.5066 0021110 306.9251  53.0020 14.64476523236246
+0 APRIZESAT 5
+1 37792U 11044E   16018.21120684  .00000406  00000-0  67332-4 0  9993
+2 37792  98.2675 142.2070 0057563 254.1933 105.2923 14.74853262237798
+0 APRIZESAT 6
+1 37793U 11044F   16018.18527355  .00000298  00000-0  55435-4 0  9996
+2 37793  98.2347 132.6326 0046033 272.5244 152.6662 14.71964137237350
+0 SICH 2
+1 37794U 11044G   16018.21358509  .00000182  00000-0  45992-4 0  9993
+2 37794  98.1196  99.2476 0011692 288.2037  71.7891 14.61517876235731
+0 BPA-2/SL-24 R/B
+1 37795U 11044H   16018.19511595 -.00000020  00000-0  71843-5 0  9994
+2 37795  98.1874 247.6569 0410078 140.9335 329.6271 13.71828080221377
+0 SL-24 DEB
+1 37796U 11044J   16017.19360956  .00000242  00000-0  60583-4 0  9990
+2 37796  98.1024  91.6866 0013116 261.0424 151.5404 14.59529080235233
+0 SL-24 DEB
+1 37797U 11044K   16017.84882855  .00163475  00000-0  24367-2 0  9996
+2 37797  98.2311 206.1582 0009671  42.9673 317.2332 15.54465355241570
+0 BREEZE-M R/B
+1 37799U 11045B   16018.19827478 -.00000065  00000-0  44217-3 0  9991
+2 37799  51.3010 308.9487 5648023 195.4351 348.4320  3.90415976 62996
+0 CHINASAT 1A
+1 37804U 11047A   16017.50113448 -.00000348  00000-0  00000+0 0  9991
+2 37804   0.0420 173.9611 0003179 135.8394 116.7976  1.00270368 15944
+0 COSMOS 2473
+1 37806U 11048A   16017.45490029 -.00000145  00000-0  00000+0 0  9996
+2 37806   0.0474  72.5858 0001385 296.6307 350.7675  1.00272530 15937
+0 BREEZE-M R/B
+1 37807U 11048B   16017.64556553 -.00000240  00000-0  00000+0 0  9999
+2 37807   3.0444  67.5356 0235761 350.3204   2.7981  1.04265171 16488
+0 BREEZE-M DEB (TANK)
+1 37808U 11048C   16016.65737608  .00000023  00000-0  92337-3 0  9998
+2 37808  47.9998 296.7756 7170386  21.4459 357.4091  2.28657827 35995
+0 SES 2
+1 37809U 11049A   16017.47755639 -.00000206  00000-0  00000+0 0  9991
+2 37809   0.0461 285.0058 0002878 348.3701 287.8642  1.00271470 15879
+0 ARABSAT 5C
+1 37810U 11049B   16017.27350126  .00000114  00000-0  00000+0 0  9990
+2 37810   0.0632  17.0367 0002551 261.2050 316.3081  1.00273600 15765
+0 ARIANE 5 R/B
+1 37811U 11049C   16017.20413766  .00009644  00000-0  14901-2 0  9999
+2 37811   2.3387 179.4346 7178477 108.4516 336.2828  2.42463186 37159
+0 EUTE 7 WEST A (AB 7)
+1 37816U 11051A   16016.69910880 -.00000069  00000-0  00000+0 0  9993
+2 37816   0.0605  20.3906 0004695 256.6675  82.8715  1.00270833 15820
+0 BLOCK DM-SL R/B
+1 37817U 11051B   16018.15073130 -.00000120  00000-0  00000+0 0  9993
+2 37817   0.6754  32.5593 6816414  44.3595 107.3428  2.20339411 34723
+0 TACSAT 4
+1 37818U 11052A   16016.69502314 +.00000481 +00000-0 +18953-2 0  9991
+2 37818 063.3434 077.4125 4498011 210.4560 338.0177 06.02709103094654
+0 TIANGONG 1
+1 37820U 11053A   16018.15960696  .00012165  00000-0  16102-3 0  9996
+2 37820  42.7636  67.5439 0008387  89.1305 337.2921 15.58217014246986
+0 QUETZSAT 1
+1 37826U 11054A   16017.24405044 -.00000251  00000-0  00000+0 0  9993
+2 37826   0.0533 285.2231 0002699  13.6648 188.0515  1.00273472 15950
+0 BREEZE-M R/B
+1 37827U 11054B   16017.28201637 -.00000030  00000-0  00000+0 0  9995
+2 37827  18.3096  55.6620 5534893  81.2184 332.3974  2.07653029 33754
+0 BREEZE-M DEB (TANK)
+1 37828U 11054C   16018.09653246  .00001237  00000-0  37478-3 0  9995
+2 37828  49.4871 354.4921 5592456 147.5115 264.6090  4.63573525 69834
+0 COSMOS 2474 (GLONASS)
+1 37829U 11055A   16017.92575216  .00000113  00000-0  00000+0 0  9997
+2 37829  64.5107 201.5971 0005532 248.5707 299.3872  2.13101972 33414
+0 FREGAT R/B
+1 37830U 11055B   16016.65936708  .00000112  00000-0  00000+0 0  9994
+2 37830  64.4636 203.4778 0088116 129.0131 296.5375  2.09554684 32829
+0 NOAA 12 DEB
+1 37831U 91032D   16016.74797734  .00001748  00000-0  57931-3 0  9997
+2 37831  98.5770  63.2756 0006352  26.6348 110.9716 14.39115683224547
+0 NOAA 12 DEB
+1 37832U 91032E   16017.13593450  .00001584  00000-0  55341-3 0  9992
+2 37832  98.6075  62.7928 0009698  68.1050 357.3749 14.36599869224417
+0 INTELSAT 18
+1 37834U 11056A   16017.23034780  .00000043  00000-0  00000+0 0  9996
+2 37834   0.0184  49.2039 0002314 255.5792  74.2001  1.00271840 15713
+0 SL-23 R/B
+1 37835U 11056B   16017.45921397 -.00000299  00000-0  00000+0 0  9994
+2 37835  18.4834 122.5179 5637301  35.3488   9.2984  1.96799577 30778
+0 EUTE 16A (EUTE W3C)
+1 37836U 11057A   16017.27722527  .00000094  00000-0  00000+0 0  9992
+2 37836   0.0636  17.5554 0004777 283.5085 290.8511  1.00272721 15641
+0 MEGHA-TROPIQUES
+1 37838U 11058A   16018.16656790  .00000363  00000-0  55750-4 0  9998
+2 37838  19.9790  20.0251 0009887 162.7924 197.2816 14.09688874220204
+0 JUGNU
+1 37839U 11058B   16018.19588324  .00000349  00000-0  44183-4 0  9991
+2 37839  19.9627 339.0203 0018795 255.5875 224.1505 14.12516585220655
+0 VESSELSAT 1
+1 37840U 11058C   16018.14018176  .00000303  00000-0  21143-4 0  9992
+2 37840  19.9615   3.9255 0014035 192.3682 167.6385 14.10813089220390
+0 SRMSAT
+1 37841U 11058D   16018.15530082  .00000333  00000-0  37827-4 0  9998
+2 37841  19.9733  10.3546 0011919 172.2091 282.3615 14.10519992220337
+0 PSLV R/B
+1 37842U 11058E   16017.54808830  .00000343  00000-0  29756-4 0  9993
+2 37842  19.7921 196.6873 0060019 194.2022 165.6690 14.21022825221882
+0 VIASAT 1
+1 37843U 11059A   16017.32004694 -.00000033  00000-0  00000+0 0  9990
+2 37843   0.0204  49.2847 0002627 239.7876 187.2224  1.00272035 16133
+0 BREEZE-M R/B
+1 37844U 11059B   16016.26686543 +.00000008 +00000-0 +00000-0 0  9994
+2 37844 030.4690 286.2640 6636073 257.4931 349.3311 02.27324985035183
+0 BREEZE-M DEB (TANK)
+1 37845U 11059C   16017.88036323  .00001943  00000-0  38818-3 0  9999
+2 37845  49.7060 221.1051 4608292 207.5340 117.8618  6.25845207 95699
+0 GALILEO-PFM
+1 37846U 11060A   16015.67044010 -.00000037  00000-0  00000+0 0  9991
+2 37846  55.4438  86.2725 0003382 295.1926  64.8248  1.70473909 26368
+0 GALILEO-FM2
+1 37847U 11060B   16017.36917440 -.00000048  00000-0  00000+0 0  9998
+2 37847  55.4453  86.2234 0004925 283.4688  80.2707  1.70474093 26402
+0 FREGAT R/B
+1 37848U 11060C   16016.27286811 -.00000041  00000-0  00000+0 0  9992
+2 37848  55.4608  88.1280 0008764 290.5496  77.9524  1.67041815 25854
+0 NPP
+1 37849U 11061A   16017.16304650  .00000057  00000-0  47877-4 0  9999
+2 37849  98.7077 317.7385 0001073 130.3333 343.0838 14.19565183218735
+0 COSMOS 2251 DEB
+1 37850U 93036BPE 16017.86410265  .00003049  00000-0  98337-3 0  9990
+2 37850  74.0138  99.6099 0052037 304.3119  55.3115 14.38864520220889
+0 DICE 1
+1 37851U 11061B   16017.48363834  .00002625  00000-0  16067-3 0  9995
+2 37851 101.7087 338.7904 0193651 172.5807 187.8341 14.97747759229093
+0 DICE 2
+1 37852U 11061C   16017.83020527  .00003234  00000-0  18884-3 0  9990
+2 37852 101.7200 343.3680 0182600 161.4367 199.3620 15.00411351229318
+0 RAX-2
+1 37853U 11061D   16017.85504469  .00002668  00000-0  16320-3 0  9998
+2 37853 101.7142 339.7654 0188110 168.4736 192.0870 14.98468293229223
+0 AUBIESAT-1
+1 37854U 11061E   16017.84635883  .00003757  00000-0  22012-3 0  9998
+2 37854 101.7022 344.2320 0177327 159.9736 200.8548 15.00747853229388
+0 M-CUBED/EXP-1 PRIME
+1 37855U 11061F   16017.88912571  .00002783  00000-0  16131-3 0  9998
+2 37855 101.7182 342.4862 0192161 162.9016 197.8788 14.99665509229302
+0 SCOUT B DEB
+1 37862U 65063AE  16017.45084568  .00002976  00000-0  21544-1 0  9992
+2 37862  69.2401 172.6601 0642016 302.2060  51.8222 11.96526289288237
+0 COSMOS 1331 DEB
+1 37863U 82001E   16014.08137515  .00000156  00000-0  59246-4 0  9992
+2 37863  74.0479 285.2728 0022141  90.1288 270.2403 14.38550049654116
+0 COSMOS 1417 DEB
+1 37865U 82102D   16006.86808025  .00000075  00000-0  61712-4 0  9995
+2 37865  82.9674 195.0236 0033576 274.2315 154.1625 13.75590106582119
+0 COSMOS 2476 (GLONASS)
+1 37867U 11064A   16017.38492752  .00000113  00000-0  00000+0 0  9992
+2 37867  64.4913 201.7005 0014353 245.2556 293.5647  2.13102088 32758
+0 COSMOS 2477 (GLONASS)
+1 37868U 11064B   16017.96119493  .00000113  00000-0  00000+0 0  9995
+2 37868  64.4995 201.7199 0012332 246.4697 193.8458  2.13101966 32720
+0 COSMOS 2475 (GLONASS)
+1 37869U 11064C   16017.25353392  .00000112  00000-0  00000+0 0  9995
+2 37869  64.5068 201.7300 0018013 278.8400 294.6424  2.13102182 32713
+0 BREEZE-M R/B
+1 37870U 11064D   16016.67995661  .00000104  00000-0  00000+0 0  9994
+2 37870  64.6222 194.5127 0336039 324.8210  36.2147  2.25565348 34585
+0 BREEZE-M DEB (TANK)
+1 37871U 11064E   16017.51017719  .00001033  00000-0  29460-3 0  9995
+2 37871  52.4828 121.7695 5803211  80.6883 337.1466  4.30679979 65758
+0 TX 1
+1 37874U 11066A   16017.37636978  .00291995  39788-4  45449-3 0  9990
+2 37874  97.3068 133.5283 0003058 241.4746 150.2360 16.04114733236258
+0 YAOGAN 12
+1 37875U 11066B   16018.17665696  .00003620  00000-0  14674-3 0  9992
+2 37875  97.2484  86.0320 0004972 254.7127 189.8295 15.25249633233375
+0 SL-12 DEB
+1 37884U 87079BP  16016.15245323  .00001019  00000-0  13415-2 0  9997
+2 37884  65.2441 318.9644 5179632 134.1162 282.4615  5.13635636140821
+0 DMSP 5D-2 F10 DEB
+1 37885U 90105AF  16017.87649617  .00012048  00000-0  17030-2 0  9997
+2 37885  98.3414 346.2650 0039420 268.3362  91.3332 14.76757480311742
+0 SL-8 DEB
+1 37886U 71114E   16017.51813673  .00000080  00000-0  34786-4 0  9995
+2 37886  74.0295 323.9679 0023905 155.3937 204.8363 14.38240293663975
+0 COSMOS 468 DEB
+1 37887U 71114F   16016.47109249 +.00000137 +00000-0 +51619-4 0  9994
+2 37887 074.0191 305.3414 0014456 179.5579 180.5592 14.40118414709587
+0 NIMBUS 2 DEB
+1 37888U 66040AT  16016.97288891  .00001013  00000-0  19615-2 0  9995
+2 37888 100.6284 160.0337 0057557 245.4638 231.1694 13.39042392326089
+0 NIMBUS 2 DEB
+1 37889U 66040AU  16017.34541360  .00001403  00000-0  26499-2 0  9992
+2 37889 100.5785 150.1766 0064742 215.9948 161.2054 13.39637799301763
+0 NIMBUS 2 DEB
+1 37890U 66040AV  16017.83103353  .00001029  00000-0  20164-2 0  9991
+2 37890 100.5284 138.0995 0057880 226.5960 285.5025 13.38152035211835
+0 NIMBUS 2 DEB
+1 37891U 66040AW  16017.79460207  .00000569  00000-0  11713-2 0  9999
+2 37891 100.5371 137.1324 0077877 258.4150 100.8224 13.36805332224648
+0 NIMBUS 2 DEB
+1 37892U 66040AX  16015.88604902  .00000904  00000-0  17872-2 0  9995
+2 37892 100.5141 133.8783 0057826 231.0468 255.2106 13.37962648851844
+0 NIMBUS 2 DEB
+1 37893U 66040AY  16017.82338448  .00000914  00000-0  17590-2 0  9999
+2 37893 100.5140 140.6463 0066778 220.9692 292.0592 13.39490109295577
+0 FENGYUN 1C DEB
+1 37894U 99025EMT 16017.79617689  .00005396  00000-0  14605-2 0  9995
+2 37894  99.0030 141.9827 0110150 309.0282  50.1141 14.44622823284853
+0 FENGYUN 1C DEB
+1 37896U 99025EMV 16011.86148709  .00023323  00000-0  12851-2 0  9992
+2 37896  98.6208 159.3821 0203254  12.9723 351.0142 14.98032074324651
+0 FENGYUN 1C DEB
+1 37899U 99025EMY 16015.46717363  .00001197  00000-0  12099-2 0  9992
+2 37899  98.8424 106.4248 0234347 209.5061 149.2689 13.67664432300019
+0 FENGYUN 1C DEB
+1 37900U 99025EMZ 16010.04000137  .00000841  00000-0  61995-3 0  9993
+2 37900 102.3274 312.3816 0254214 280.8191  76.4438 13.85628940321184
+0 FENGYUN 1C DEB
+1 37902U 99025ENB 16013.04399353 +.00000750 +00000-0 +98881-3 0  9992
+2 37902 098.7060 302.7561 0341961 168.3048 192.6288 13.42005191142819
+0 FENGYUN 1C DEB
+1 37903U 99025ENC 16016.99162620  .00003843  00000-0  21946-2 0  9998
+2 37903  98.1858 289.5065 0355026 344.3023  14.7349 13.82807225407689
+0 FENGYUN 1C DEB
+1 37904U 99025END 16017.37729062  .00002219  00000-0  78491-3 0  9995
+2 37904  98.3026 240.3063 0082715 348.0412  11.8808 14.33646988292603
+0 FENGYUN 1C DEB
+1 37905U 99025ENE 16015.85636016  .00001062  00000-0  89265-3 0  9999
+2 37905  99.4441  30.7899 0136866  52.8854 308.4718 13.86071299265645
+0 FENGYUN 1C DEB
+1 37906U 99025ENF 16003.09452611  .00000135  00000-0  16292-3 0  9990
+2 37906  99.4424 313.5553 0168223 165.3064 259.6202 13.77183210336439
+0 FENGYUN 1C DEB
+1 37907U 99025ENG 16010.86481256  .00001735  00000-0  11395-2 0  9996
+2 37907  99.1943  42.4975 0083961 203.7860 155.9415 14.01645387322968
+0 FENGYUN 1C DEB
+1 37908U 99025ENH 16017.28418016  .00000637  00000-0  26404-3 0  9992
+2 37908  99.1605 184.1928 0083566 188.7575 171.2152 14.28388295273147
+0 FENGYUN 1C DEB
+1 37909U 99025ENJ 16017.16577125  .00000839  00000-0  79686-3 0  9991
+2 37909  98.8938 166.6593 0208419 128.3268 233.6822 13.74133212319630
+0 FENGYUN 1C DEB
+1 37911U 99025ENL 16017.22244421  .00001060  00000-0  89065-3 0  9990
+2 37911  99.4823  23.6167 0158661  74.5508 347.1224 13.84681609265113
+0 FENGYUN 1C DEB
+1 37912U 99025ENM 16013.77276353 +.00001255 +00000-0 +94655-3 0  9993
+2 37912 099.1055 303.3419 0117430 262.5397 124.3374 13.92902328267004
+0 FENGYUN 1C DEB
+1 37913U 99025ENN 16017.47667067  .00004990  00000-0  12227-2 0  9994
+2 37913  98.8920 112.9983 0156168 274.2297  84.1060 14.45796076272632
+0 FENGYUN 1C DEB
+1 37914U 99025ENP 16015.05353237  .00000690  00000-0  44304-3 0  9993
+2 37914  98.9467 306.6551 0079917  28.8579 331.6973 14.04992739372324
+0 FENGYUN 1C DEB
+1 37915U 99025ENQ 16017.74993501  .00001052  00000-0  84264-3 0  9998
+2 37915  98.2965   2.1220 0223946 165.1614 195.6259 13.81566685366958
+0 FENGYUN 1C DEB
+1 37917U 99025ENS 16008.41630735  .00000823  00000-0  53250-3 0  9997
+2 37917  99.0735  83.8668 0051422 118.8371 238.4255 14.05023074378546
+0 FENGYUN 1C DEB
+1 37918U 99025ENT 16016.78406017 +.00000614 +00000-0 +27303-3 0  9999
+2 37918 099.0255 145.9539 0061987 291.0551 068.4006 14.25726330519169
+0 FENGYUN 1C DEB
+1 37919U 99025ENU 16017.16371411  .00000366  00000-0  18693-3 0  9998
+2 37919  99.0706 144.6875 0051494 277.8696  81.6636 14.21303561310498
+0 FENGYUN 1C DEB
+1 37920U 99025ENV 16016.02177083  .00001138  00000-0  68448-3 0  9994
+2 37920  99.0862  41.7929 0066911   1.5582  28.5343 14.07801380285612
+0 FENGYUN 1C DEB
+1 37921U 99025ENW 16016.81580156 +.00000023 +00000-0 +51053-4 0  9998
+2 37921 099.3303 012.4132 0084337 205.7027 275.9345 13.93598313127372
+0 FENGYUN 1C DEB
+1 37922U 99025ENX 16017.25449729  .00001199  00000-0  72711-3 0  9996
+2 37922  99.1682  23.3427 0069582  95.7271 265.1836 14.07141299362035
+0 FENGYUN 1C DEB
+1 37924U 99025ENZ 16013.99438440  .00001424  00000-0  74352-3 0  9997
+2 37924  99.0100  36.0399 0053748 332.8917  26.9452 14.15401596360065
+0 FENGYUN 1C DEB
+1 37925U 99025EPA 16003.88370810  .00002257  00000-0  61028-3 0  9992
+2 37925  99.1129 239.5340 0099551  90.1866 276.2010 14.45969390293343
+0 FENGYUN 1C DEB
+1 37926U 99025EPB 16016.35246706  .00001133  00000-0  65672-3 0  9996
+2 37926  98.9984  63.7759 0063764  54.4452   5.2950 14.09841277234556
+0 FENGYUN 1C DEB
+1 37927U 99025EPC 16016.89208987 +.00001673 +00000-0 +76629-3 0  9998
+2 37927 098.8997 048.6799 0012251 075.1722 285.0812 14.22739987133485
+0 FENGYUN 1C DEB
+1 37928U 99025EPD 16017.07736746  .00000644  00000-0  26536-3 0  9998
+2 37928  98.8081 113.4146 0083978 137.2856 223.4893 14.28411287298213
+0 FENGYUN 1C DEB
+1 37929U 99025EPE 16016.84860805 +.00004197 +00000-0 +65630-3 0  9992
+2 37929 098.9745 253.5067 0178437 275.0532 083.0322 14.63289131143730
+0 CHUANG XIN 1-03
+1 37930U 11068A   16018.16115277  .00000029  00000-0  27755-4 0  9995
+2 37930  98.4865  12.3637 0015839 114.0991 246.1852 14.29664254219549
+0 SHIYUAN 4
+1 37931U 11068B   16018.17862316  .00000019  00000-0  24100-4 0  9990
+2 37931  98.4845  12.5594 0014715 116.1211 244.1490 14.29839582217207
+0 CZ-2D R/B
+1 37932U 11068C   16017.51030757  .00000089  00000-0  58578-4 0  9997
+2 37932  98.4659 338.5520 0038213 104.7208   3.8674 14.21843906215871
+0 ASIASAT 7
+1 37933U 11069A   16018.02082985 -.00000344  00000-0  00000+0 0  9993
+2 37933   0.0169  75.4537 0001851 177.9341 336.4679  1.00269660 15331
+0 BREEZE-M R/B
+1 37934U 11069B   16016.21785911 -.00000122 +00000-0 +00000-0 0  9997
+2 37934 002.2994 022.9828 3863393 088.3465 006.8542 01.71594570024723
+0 BREEZE-M DEB (TANK)
+1 37935U 11069C   16016.55749426 -.00000072  00000-0  71009-3 0  9990
+2 37935  48.9134 324.9379 7161952 354.7642   0.4714  2.29328192 34604
+0 COSMOS 2478 (GLONASS)
+1 37938U 11071A   16018.15280567 -.00000037  00000-0  00000+0 0  9990
+2 37938  65.1838  82.3338 0014450 239.7467 270.3653  2.13088489 32343
+0 FREGAT R/B
+1 37939U 11071B   16016.94872647 -.00000033 +00000-0 +00000-0 0  9999
+2 37939 065.1576 084.4206 0075075 117.5060 021.1221 02.09024946031572
+0 YAOGAN 13
+1 37941U 11072A   16018.19182696  .00003434  00000-0  17223-3 0  9995
+2 37941  97.4637 306.5276 0002563  85.9813  50.4479 15.17998376229380
+0 BEIDOU IGSO 5
+1 37948U 11073A   16017.83229737 -.00000183  00000-0  10000-3 0  9996
+2 37948  53.8540 316.7136 0037389 206.0329 347.3448  1.00288870 15268
+0 AMOS 5
+1 37950U 11074A   16018.22489668  .00000110  00000-0  00000+0 0  9999
+2 37950   0.1155  99.6607 0000426 246.2622 231.1260  1.00293020 15133
+0 LUCH 5A
+1 37951U 11074B   16017.87695390 -.00000055  00000-0  00000+0 0  9990
+2 37951   1.9114 224.0848 0002609  74.6057 300.6321  1.00272464 15059
+0 BREEZE-M R/B
+1 37952U 11074C   16017.59029272 -.00000152  00000-0  00000+0 0  9998
+2 37952   2.9555  55.2840 0726762 111.6257  59.5007  0.89626221 13142
+0 COSMOS 2251 DEB
+1 37956U 93036BPF 16017.79029119  .00003216  00000-0  62969-3 0  9991
+2 37956  74.0485 302.7819 0051844 245.8574 113.7167 14.62386717272537
+0 COSMOS 2251 DEB
+1 37957U 93036BPG 16001.41544039  .00015663  00000-0  26930-2 0  9993
+2 37957  74.0265  27.9847 0023395 261.9097  97.9418 14.68451726267861
+0 COSMOS 2251 DEB
+1 37958U 93036BPH 16017.15216647  .00017545  00000-0  21231-2 0  9993
+2 37958  74.0188 307.0473 0014532 232.6168 127.3687 14.83585193235460
+0 COSMOS 2251 DEB
+1 37959U 93036BPJ 16016.42430289  .00000950  00000-0  27015-3 0  9992
+2 37959  74.0146   1.9488 0073858 298.6962 217.1813 14.45223849280083
+0 COSMOS 2251 DEB
+1 37960U 93036BPK 16017.88614351  .00000333  00000-0  17778-3 0  9999
+2 37960  74.0627 340.5782 0272176 136.1636 226.1457 13.99374964268966
+0 COSMOS 2251 DEB
+1 37961U 93036BPL 16017.42327980  .00000983  00000-0  30216-3 0  9992
+2 37961  74.0478  38.4190 0057056 301.5086  58.0503 14.41999987278772
+0 COSMOS 2251 DEB
+1 37962U 93036BPM 16016.44369826 +.00006243 +00000-0 +81421-3 0  9998
+2 37962 074.0724 297.1879 0086082 175.5497 184.6465 14.78149082126612
+0 COSMOS 2251 DEB
+1 37966U 93036BPR 16014.27289978  .00002773  00000-0  68217-3 0  9992
+2 37966  74.0012 335.7141 0024929 341.9147  18.1125 14.52563746326547
+0 COSMOS 2251 DEB
+1 37967U 93036BPS 16017.14885048  .00001191  00000-0  46473-3 0  9995
+2 37967  74.0210 195.8379 0194090 107.5851 254.6599 14.20884842299944
+0 COSMOS 2251 DEB
+1 37968U 93036BPT 16013.15071148  .00002276  00000-0  32376-3 0  9993
+2 37968  74.0075 188.1777 0134325 140.5441 220.5608 14.71459984330511
+0 COSMOS 2251 DEB
+1 37969U 93036BPU 16015.04483570  .00001227  00000-0  61480-3 0  9993
+2 37969  73.9703 285.3486 0178241 211.6476 147.3851 14.09825442301799
+0 COSMOS 2251 DEB
+1 37971U 93036BPW 16017.05067415  .00000765  00000-0  32056-3 0  9998
+2 37971  73.9990 161.0881 0095500  56.3110 304.7096 14.25191659322599
+0 COSMOS 2251 DEB
+1 37973U 93036BPY 16017.57156183  .00000541  00000-0  20611-3 0  9994
+2 37973  74.0368  94.1507 0043459 328.6114  31.2444 14.32731572315883
+0 COSMOS 2251 DEB
+1 37974U 93036BPZ 16015.41996702  .00011312  00000-0  61304-3 0  9997
+2 37974  74.0388  30.8016 0105172 319.8058  39.5387 15.09938892325021
+0 COSMOS 2251 DEB
+1 37975U 93036BQA 16017.73728391  .00002158  00000-0  71096-3 0  9999
+2 37975  74.0208 158.3964 0190214 296.6600  61.5178 14.29043140342517
+0 COSMOS 2251 DEB
+1 37977U 93036BQC 16017.47231079  .00002372  00000-0  74261-3 0  9999
+2 37977  73.9790  71.3964 0042442 312.9955  46.7645 14.40704097292506
+0 COSMOS 2251 DEB
+1 37978U 93036BQD 16017.10147649  .00001433  00000-0  27445-3 0  9998
+2 37978  74.0765 288.4705 0093593 190.0772 169.8523 14.62030885318276
+0 COSMOS 2251 DEB
+1 37979U 93036BQE 16014.36232686  .00027708  00000-0  17525-2 0  9990
+2 37979  74.0492 263.3231 0135158 310.2470  48.6957 15.01554275325793
+0 COSMOS 2251 DEB
+1 37983U 93036BQJ 16017.08040444  .00005235  00000-0  82798-3 0  9992
+2 37983  74.0180 284.3653 0025632 249.4732 110.3690 14.72334245339079
+0 COSMOS 2251 DEB
+1 37984U 93036BQK 16015.30330814  .00013288  00000-0  15812-2 0  9998
+2 37984  73.8861 262.0878 0047478  65.9377 294.6757 14.83593195315418
+0 COSMOS 2251 DEB
+1 37985U 93036BQL 16016.46588924  .00000025  00000-0  18206-4 0  9991
+2 37985  74.0249  60.5212 0022170 333.2117  26.7888 14.34683076312667
+0 COSMOS 2251 DEB
+1 37986U 93036BQM 16016.33731283  .00005063  00000-0  10769-2 0  9997
+2 37986  74.0215  12.6870 0017609 249.8818 110.0453 14.59195976294343
+0 COSMOS 2251 DEB
+1 37988U 93036BQP 16017.59419649  .00001254  00000-0  32185-3 0  9992
+2 37988  74.0701 359.0391 0093021 256.9311 102.1453 14.48790835715769
+0 COSMOS 2251 DEB
+1 37990U 93036BQR 16016.64058757  .00002344  00000-0  75187-3 0  9999
+2 37990  74.0201  96.1313 0064292 337.8498  21.9879 14.38867210278128
+0 COSMOS 2251 DEB
+1 37993U 93036BQU 16017.47042425  .00001139  00000-0  36982-3 0  9990
+2 37993  74.0300  58.7702 0037412 308.5147  51.2655 14.39638722279121
+0 COSMOS 2251 DEB
+1 37994U 93036BQV 16017.16852907  .00000307  00000-0  11788-3 0  9994
+2 37994  74.0380  74.2827 0026282 317.1934  42.7171 14.34520138251612
+0 COSMOS 2251 DEB
+1 37995U 93036BQW 16016.03764456  .00004823  00000-0  70567-3 0  9998
+2 37995  73.9850 242.4346 0041265 230.8322 128.9183 14.75366443721151
+0 COSMOS 2251 DEB
+1 37996U 93036BQX 16017.45861842  .00002485  00000-0  17465-2 0  9992
+2 37996  74.0762 183.5956 0318541  58.7776 304.4145 13.76952492735858
+0 COSMOS 2251 DEB
+1 37997U 93036BQY 16017.89361777  .00002467  00000-0  82475-3 0  9997
+2 37997  74.0136 111.1662 0057432 309.9693  49.6424 14.37030039340765
+0 COSMOS 2251 DEB
+1 37998U 93036BQZ 16017.48490429  .00000645  00000-0  22719-3 0  9991
+2 37998  74.0389  65.2412 0024230 306.4143  53.4775 14.36664231336505
+0 COSMOS 2251 DEB
+1 37999U 93036BRA 16012.26458606  .00050994  00000-0  54769-2 0  9995
+2 37999  74.0206 351.9091 0021116 231.6253 187.1916 14.88137162337062
+0 COSMOS 2251 DEB
+1 38000U 93036BRB 16014.46570983  .00005282  00000-0  13314-2 0  9997
+2 38000  74.0282  69.3437 0048288 291.1414  68.4589 14.50653957300705
+0 COSMOS 2251 DEB
+1 38001U 93036BRC 16016.02074255  .00000464  00000-0  97306-4 0  9995
+2 38001  74.0106 256.9577 0088021 222.6431 204.2097 14.60463764316670
+0 COSMOS 2251 DEB
+1 38004U 93036BRF 16017.05346089  .00002302  00000-0  65767-3 0  9997
+2 38004  74.0364  44.2318 0027995 265.7911  94.0047 14.45482299330947
+0 COSMOS 2251 DEB
+1 38006U 93036BRH 16017.04951261  .00000800  00000-0  36635-3 0  9995
+2 38006  73.8583 164.2672 0106877  94.4773 266.8589 14.20022889314787
+0 SSOT
+1 38011U 11076E   16018.18378007  .00000614  00000-0  83910-4 0  9994
+2 38011  97.8444  96.7154 0001269  82.6300 277.5070 14.82013929221125
+0 PLEIADES 1
+1 38012U 11076F   16018.18464456  .00000142  00000-0  40408-4 0  9990
+2 38012  98.1746  94.6965 0001449  85.7001 274.4375 14.58553106217649
+0 ASAP-S
+1 38013U 11076G   16018.18952819  .00001009  00000-0  97854-4 0  9996
+2 38013  97.9210 123.1147 0007277 303.3150  56.7372 14.94945214222472
+0 NIGCOMSAT 1R
+1 38014U 11077A   16018.09924578  .00000134  00000-0  00000+0 0  9999
+2 38014   0.0407 118.5425 0003238 150.7862 285.8151  1.00273810 14894
+0 CZ-3B R/B
+1 38015U 11077B   16017.96777230  .00027869  63480-6  11313-2 0  9999
+2 38015  23.6352  90.4542 6790508 148.4453 281.1681  2.96613067 35070
+0 IRIDIUM 33 DEB
+1 38016U 97051YC  16017.83467112  .00014547  00000-0  27985-2 0  9991
+2 38016  86.4097 153.5109 0040146 125.2754  28.2704 14.63003748240363
+0 IRIDIUM 33 DEB
+1 38017U 97051YD  16017.95610386  .00003190  00000-0  17913-2 0  9990
+2 38017  86.3542 201.9422 0202844 299.8674  58.2481 14.00480659260175
+0 IRIDIUM 33 DEB
+1 38019U 97051YF  16017.18957224  .00005148  00000-0  16071-2 0  9991
+2 38019  86.4023 177.0343 0090499 338.3888  21.3499 14.38319671306845
+0 IRIDIUM 33 DEB
+1 38020U 97051YG  16016.19445871  .00003740  00000-0  17550-2 0  9992
+2 38020  86.3181 186.2329 0189991 252.0287 106.0107 14.10882393330118
+0 IRIDIUM 33 DEB
+1 38022U 97051YJ  16015.04642810  .00000939  00000-0  37299-3 0  9999
+2 38022  86.2830 129.6367 0057037 246.3622 113.1576 14.26880490352629
+0 IRIDIUM 33 DEB
+1 38023U 97051YK  16017.19722333  .00004686  00000-0  16196-2 0  9992
+2 38023  86.4220 193.2420 0109797  53.8179 307.3110 14.32235616322686
+0 IRIDIUM 33 DEB
+1 38024U 97051YL  16016.79997976  .00003833  00000-0  15071-2 0  9999
+2 38024  86.4839 208.1361 0122350  71.8020 289.6444 14.25020141331700
+0 IRIDIUM 33 DEB
+1 38025U 97051YM  16016.34819536  .00002949  00000-0  13399-2 0  9994
+2 38025  86.4942 230.2621 0182723 221.1495 266.0899 14.13090105346159
+0 IRIDIUM 33 DEB
+1 38028U 97051YQ  16015.58637081  .00000677  00000-0  21047-3 0  9991
+2 38028  86.3341 118.9953 0031524 173.2946 186.8681 14.39328812310048
+0 IRIDIUM 33 DEB
+1 38030U 97051YS  16017.15134453  .00006827  00000-0  18636-2 0  9996
+2 38030  86.3726 169.3673 0092185 303.2296  56.0093 14.44700711261149
+0 IRIDIUM 33 DEB
+1 38033U 97051YV  16017.61001948  .00007096  00000-0  99536-3 0  9990
+2 38033  86.2783  80.1330 0023035  11.5974 348.5771 14.77159310721236
+0 IRIDIUM 33 DEB
+1 38034U 97051YW  16010.56801079  .00036453  00000-0  25631-2 0  9994
+2 38034  86.3392  98.8360 0009350  78.4925 346.5627 15.04895482327019
+0 ZY 1
+1 38038U 11079A   16018.17275895  .00000142  00000-0  64220-4 0  9995
+2 38038  98.4081  91.0723 0000937 114.6223 245.5067 14.35419491213471
+0 CZ-4B R/B
+1 38039U 11079B   16017.69390726  .00002127  00000-0  16218-3 0  9991
+2 38039  98.5177 211.9252 0184568 245.6873 112.4973 14.90859242220961
+0 GLOBALSTAR M084
+1 38040U 11080A   16018.21972637 -.00000100  00000-0  20593-4 0  9993
+2 38040  52.0015  75.0240 0000445 113.4933 288.0714 12.62274580188773
+0 GLOBALSTAR M080
+1 38041U 11080B   16017.48132032 -.00000102  00000-0  95307-5 0  9997
+2 38041  52.0067  77.5799 0000695 161.1778 301.3752 12.62269218188662
+0 GLOBALSTAR M082
+1 38042U 11080C   16017.52272707 -.00000099  00000-0  28857-4 0  9997
+2 38042  52.0084  32.6451 0000020 167.6567 359.9861 12.62269320189405
+0 GLOBALSTAR M092
+1 38043U 11080D   16018.18083758 -.00000104  00000-0  72241-6 0  9992
+2 38043  52.0086 120.7347 0000959  96.1063 341.0849 12.62264858187989
+0 GLOBALSTAR M090
+1 38044U 11080E   16017.54449376 -.00000102  00000-0  83921-5 0  9998
+2 38044  51.9895  30.7694 0000239 163.6947  14.0608 12.62268620189391
+0 GLOBALSTAR M086
+1 38045U 11080F   16017.49506869 -.00000105  00000-0 -85010-5 0  9999
+2 38045  51.9910  31.3034 0000200 155.9025 337.3463 12.62263511189398
+0 ZY 3
+1 38046U 12001A   16018.19621139  .00002439  00000-0  11230-3 0  9991
+2 38046  97.3451  92.9969 0001858  66.2569  18.3202 15.21234310223502
+0 VESSELSAT 2
+1 38047U 12001B   16017.22107613  .00031741  00000-0  31053-3 0  9994
+2 38047  97.4032 130.9317 0004692  70.3623 289.8143 15.66077665225716
+0 FENGYUN 2F
+1 38049U 12002A   16016.52212775 -.00000365 +00000-0 +00000-0 0  9999
+2 38049 000.6816 071.4911 0000273 154.9218 188.9379 01.00269724014744
+0 CZ-3A R/B
+1 38050U 12002B   16017.85091218  .00000820  00000-0  11717-2 0  9999
+2 38050  24.4500 293.0952 7238025  34.1689 355.9044  2.28813184 33396
+0 COSMOS 2251 DEB
+1 38054U 93036BRL 16017.85003324  .00000076  00000-0  98569-4 0  9995
+2 38054  73.9587 318.1744 0403997 275.4804 110.9386 13.47860992240914
+0 COSMOS 2251 DEB
+1 38055U 93036BRM 16014.46659814  .00001003  00000-0  21953-3 0  9994
+2 38055  74.0200 292.0350 0095003 239.1558 241.2597 14.56375152270780
+0 COSMOS 2251 DEB
+1 38056U 93036BRN 16017.92782437  .00001402  00000-0  11206-2 0  9999
+2 38056  73.9242 191.5758 0342629 155.1305 206.6772 13.67640633264598
+0 COSMOS 2251 DEB
+1 38057U 93036BRP 16015.17216053  .00000895  00000-0  50179-3 0  9999
+2 38057  74.0164 322.4493 0183371 214.6855 144.2214 14.03955686319589
+0 COSMOS 2251 DEB
+1 38058U 93036BRQ 16017.53199484 -.00000202  00000-0 -15434-3 0  9999
+2 38058  74.0088 334.3725 0450452 240.3733 115.1795 13.48252859230238
+0 COSMOS 2251 DEB
+1 38060U 93036BRS 16015.17749457  .00000670  00000-0  16389-3 0  9998
+2 38060  74.0479 310.0850 0071997 256.9625 102.3493 14.53090248324899
+0 COSMOS 2251 DEB
+1 38061U 93036BRT 16017.66493518  .00021071  00000-0  26961-2 0  9993
+2 38061  73.9676 349.7619 0031542 237.4440 122.3690 14.80946063231848
+0 COSMOS 2251 DEB
+1 38062U 93036BRU 16016.35612544 +.00001956 +00000-0 +49770-3 0  9995
+2 38062 074.0251 347.5135 0035536 295.1258 215.1027 14.50982903102699
+0 COSMOS 2251 DEB
+1 38063U 93036BRV 16016.25668054 +.00003751 +00000-0 +51294-3 0  9991
+2 38063 074.0131 222.9011 0094115 159.4050 201.0959 14.75864604198389
+0 COSMOS 2251 DEB
+1 38064U 93036BRW 16017.46707787  .00001195  00000-0  36534-3 0  9993
+2 38064  74.0264  29.5030 0061093 310.5934  48.9914 14.41882203252578
+0 COSMOS 2251 DEB
+1 38065U 93036BRX 16017.51297634  .00002665  00000-0  74796-3 0  9990
+2 38065  74.0338  48.6461 0025233 283.0300 194.7402 14.46302786223217
+0 COSMOS 2251 DEB
+1 38066U 93036BRY 16017.42554932  .00006218  00000-0  13079-2 0  9992
+2 38066  74.0299  22.0390 0025653 264.5093  95.3146 14.59538418237088
+0 COSMOS 2251 DEB
+1 38067U 93036BRZ 16017.20332063  .00000416  00000-0  10306-3 0  9993
+2 38067  74.0215 291.7824 0081642 253.4088 258.9565 14.53318205272765
+0 COSMOS 2251 DEB
+1 38068U 93036BSA 16016.61157795 +.00000244 +00000-0 +10005-3 0  9990
+2 38068 074.0231 085.6115 0027785 318.4359 041.4679 14.32207169148124
+0 COSMOS 2251 DEB
+1 38069U 93036BSB 16016.62515544 +.00003560 +00000-0 +13902-2 0  9994
+2 38069 074.1895 251.2468 0103992 349.0381 039.5530 14.27016049091438
+0 FENGYUN 2F AKM
+1 38072U 12002C   16016.62266074 -.00000276 +00000-0 +00000-0 0  9998
+2 38072 000.6607 069.1445 0057913 131.9826 295.6277 00.99398257014022
+0 LARES
+1 38077U 12006A   16017.97711844 -.00000022  00000-0  10000-3 0  9999
+2 38077  69.4927 308.4730 0007429  19.2351 340.8955 12.54930505180009
+0 ALMASAT-1
+1 38078U 12006B   16017.22726695  .00031191  36260-5  46123-3 0  9995
+2 38078  69.4522  55.5605 0426269 318.0217  38.8967 14.92750096206825
+0 AVUM R/B
+1 38086U 12006K   16016.95320167 +.00049569 +44127-5 +22711-3 0  9993
+2 38086 069.4783 304.6402 0299701 248.4133 108.4869 15.40162287209582
+0 SES 4
+1 38087U 12007A   16016.26565532 -.00000176 +00000-0 +00000-0 0  9999
+2 38087 000.0188 014.7738 0002407 256.1126 277.8777 01.00272162014136
+0 BREEZE-M R/B
+1 38088U 12007B   16017.88356512 -.00000127  00000-0  00000+0 0  9990
+2 38088  24.7734 148.3204 6205179 153.0928   6.2555  2.22070668 31804
+0 BREEZE-M DEB (TANK)
+1 38089U 12007C   16016.92257070 +.00002010 +00000-0 +47476-3 0  9998
+2 38089 049.6349 352.4012 5063550 269.0980 035.2008 05.49194169077347
+0 BEIDOU G5
+1 38091U 12008A   16017.71792194  .00000046  00000-0  00000+0 0  9996
+2 38091   1.4143  42.3282 0002536 209.1560 182.1631  1.00271921 14343
+0 CZ-3C DEB (VEB)
+1 38095U 12008C   16015.54313862 +.00005785 +00000-0 +13917-2 0  9999
+2 38095 020.7862 155.4382 7046196 175.2489 199.4582 02.58139789031700
+0 INTELSAT 22
+1 38098U 12011A   16017.47648828 -.00000068  00000-0  00000+0 0  9999
+2 38098   0.0196  25.4041 0002083 276.1809  58.3760  1.00272489 13914
+0 BREEZE-M R/B
+1 38099U 12011B   16016.98757457 -.00000161  00000-0  00000+0 0  9998
+2 38099  24.8148 228.6234 7908851  56.5099 355.3729  1.11838348 15598
+0 BREEZE-M DEB (TANK)
+1 38100U 12011C   16017.49449130  .00001694  00000-0  70277-3 0  9992
+2 38100  50.7391   2.3808 5075622 317.8166  12.6142  5.41933889 75186
+0 COSMOS 2479
+1 38101U 12012A   16017.17593650 -.00000228  00000-0  00000+0 0  9992
+2 38101   0.7188  47.6563 0004244 226.5038 233.6698  1.00329223 13913
+0 SL-12 R/B(2)
+1 38104U 12012D   16017.81608936  .00000066  00000-0  00000+0 0  9999
+2 38104   0.6952  46.5083 0014221 235.8007 313.0022  1.00244498 13895
+0 SL-12 R/B(AUX MOTOR)
+1 38105U 12012E   16017.24254416  .00017721  00000-0  91617-3 0  9991
+2 38105  47.3732  37.5405 6150581 218.3101  75.9542  3.87454063 44506
+0 APSTAR 7
+1 38107U 12013A   16017.76344698 -.00000112  00000-0  00000+0 0  9992
+2 38107   0.0406  59.7915 0002435 237.4781 170.6728  1.00271753 14038
+0 FENGYUN 1C DEB
+1 38110U 99025EPF 16017.71327811  .00001219  00000-0  86713-3 0  9994
+2 38110  98.1394 348.1066 0207796 339.1821 142.1330 13.89331195285883
+0 FENGYUN 1C DEB
+1 38113U 99025EPJ 16016.58294283  .00001248  00000-0  79112-3 0  9994
+2 38113  98.4764 139.2198 0143028 296.3373  62.3165 14.00729678309065
+0 FENGYUN 1C DEB
+1 38114U 99025EPK 16015.63990776 +.00002919 +00000-0 +14839-2 0  9990
+2 38114 097.9315 335.8764 0151173 083.2004 278.6344 14.10744222103762
+0 FENGYUN 1C DEB
+1 38115U 99025EPL 16016.99300945  .00001470  00000-0  10713-2 0  9992
+2 38115  97.7010 100.4855 0342235 185.0906 174.6734 13.72773095388662
+0 FENGYUN 1C DEB
+1 38116U 99025EPM 16012.25370463  .00000300  00000-0  18340-3 0  9996
+2 38116  99.0401  22.3110 0076337 335.7823  82.5969 14.12103924334466
+0 FENGYUN 1C DEB
+1 38119U 99025EPQ 16012.20738605  .00002989  00000-0  22195-2 0  9997
+2 38119  98.6248   5.9066 0380551 291.2374 125.3970 13.66431793292224
+0 FENGYUN 1C DEB
+1 38120U 99025EPR 16017.53134582  .00005180  00000-0  14581-2 0  9990
+2 38120  98.3761 277.1805 0051527 316.6213 169.0301 14.45473828305006
+0 FENGYUN 1C DEB
+1 38122U 99025EPT 16014.32317998 +.00000593 +00000-0 +16570-3 0  9994
+2 38122 098.6267 051.1105 0258956 136.5978 225.5917 14.32047345158337
+0 FENGYUN 1C DEB
+1 38123U 99025EPU 16011.90233912  .00000942  00000-0  14096-2 0  9997
+2 38123 100.4383  51.4483 0442823 192.2254 162.7242 13.22411928305556
+0 FENGYUN 1C DEB
+1 38124U 99025EPV 16010.25251049  .00000092  00000-0  15668-3 0  9999
+2 38124  97.7832  17.9058 0360256 321.7041  35.9000 13.39689942398489
+0 FENGYUN 1C DEB
+1 38125U 99025EPW 16015.98747897  .00000810  00000-0  12264-2 0  9992
+2 38125 100.3868  55.9948 0429833 133.6632 345.6291 13.23688060338821
+0 FENGYUN 1C DEB
+1 38127U 99025EPY 16015.18206640  .00001206  00000-0  46608-3 0  9992
+2 38127  99.0235 153.7140 0065401 240.9116 118.5506 14.30946228383864
+0 FENGYUN 1C DEB
+1 38130U 99025EQB 16015.48286709  .00000856  00000-0  88726-3 0  9990
+2 38130  98.5802  36.6005 0228421 138.8715 222.9902 13.67195239262070
+0 FENGYUN 1C DEB
+1 38131U 99025EQC 16015.47035355 +.00001929 +00000-0 +12957-2 0  9993
+2 38131 097.9095 275.3503 0135339 336.2051 023.2896 13.97333090131694
+0 FENGYUN 1C DEB
+1 38133U 99025EQE 16009.57864276  .00002221  00000-0  19946-2 0  9992
+2 38133  98.2934 283.7970 0275434  32.6618 329.1236 13.69200581309623
+0 FENGYUN 1C DEB
+1 38134U 99025EQF 16017.14179111  .00002231  00000-0  12973-2 0  9996
+2 38134  98.4958 156.5133 0131052 277.8284  80.8025 14.05390003318187
+0 FENGYUN 1C DEB
+1 38135U 99025EQG 16013.76494936  .00000931  00000-0  35726-3 0  9993
+2 38135  98.9817   8.4299 0241220  25.5250 335.7609 14.18266413329346
+0 FENGYUN 1C DEB
+1 38136U 99025EQH 16010.07119689  .00001218  00000-0  10461-2 0  9991
+2 38136  98.6224 103.8069 0155237 295.7354  63.4881 13.83197643318354
+0 FENGYUN 1C DEB
+1 38137U 99025EQJ 16017.22125144  .00000240  00000-0  18030-3 0  9994
+2 38137  99.1841  15.3653 0047557  36.0127 324.4228 14.03636692342369
+0 FENGYUN 1C DEB
+1 38138U 99025EQK 16017.94228991  .00001325  00000-0  71436-3 0  9992
+2 38138  98.9924  56.2417 0052753 241.6241 117.9607 14.13834704269556
+0 FENGYUN 1C DEB
+1 38140U 99025EQM 16016.31451889  .00001558  00000-0  66749-3 0  9998
+2 38140  98.8673  48.1767 0065241 207.8523 151.9158 14.25213866364198
+0 FENGYUN 1C DEB
+1 38142U 99025EQP 16017.35090499  .00002653  00000-0  73573-3 0  9991
+2 38142  98.6728  60.6459 0099778 314.4420  44.8638 14.44546546272522
+0 FENGYUN 1C DEB
+1 38143U 99025EQQ 16015.18017513  .00000665  00000-0  47420-3 0  9990
+2 38143  99.2185 355.8050 0062162 112.6944 311.3994 14.00090564264613
+0 FENGYUN 1C DEB
+1 38144U 99025EQR 16018.07454036  .00000512  00000-0  62247-3 0  9992
+2 38144  99.0475 106.3558 0306064  90.7985 272.8229 13.52011707358860
+0 FENGYUN 1C DEB
+1 38145U 99025EQS 16017.22137310  .00001657  00000-0  13557-2 0  9992
+2 38145  97.6153  13.2294 0432885  41.0406 322.2472 13.54398569405699
+0 FENGYUN 1C DEB
+1 38147U 99025EQU 16012.29773770  .00000494  00000-0  26398-3 0  9998
+2 38147  98.8948  38.5727 0053280 273.3830  86.1251 14.17178817361218
+0 FENGYUN 1C DEB
+1 38148U 99025EQV 15355.81624809  .00001253  00000-0  11364-2 0  9994
+2 38148  99.0178 205.6761 0186777 181.5086 178.5525 13.77821456367599
+0 FENGYUN 1C DEB
+1 38149U 99025EQW 16016.97365101  .00000172  00000-0  93102-4 0  9995
+2 38149  98.7115  84.7685 0079640 275.8306  83.3798 14.22992624328140
+0 FENGYUN 1C DEB
+1 38150U 99025EQX 16016.38231632  .00002924  00000-0  75617-3 0  9990
+2 38150  98.6454  65.9207 0097505 292.3770 124.8954 14.47906275335582
+0 FENGYUN 1C DEB
+1 38155U 99025ERC 16018.06497630  .00002328  00000-0  15053-2 0  9999
+2 38155  98.4363 120.8339 0128428 314.1997  44.8674 13.99775213362856
+0 FENGYUN 1C DEB
+1 38156U 99025ERD 16016.53367450  .00014404  00000-0  16638-2 0  9994
+2 38156  99.0449 282.9912 0075327 304.4041  55.0063 14.83677040282509
+0 FENGYUN 1C DEB
+1 38157U 99025ERE 16017.23087089  .00001105  00000-0  41698-3 0  9999
+2 38157  99.6538 291.6415 0309029  49.0595 313.6888 14.10509995257856
+0 FENGYUN 1C DEB
+1 38158U 99025ERF 16015.35167834  .00000510  00000-0  56232-3 0  9997
+2 38158  99.6330  64.4760 0223987  75.6572 286.9325 13.66433713317628
+0 FENGYUN 1C DEB
+1 38159U 99025ERG 16017.07907708  .00000696  00000-0  49734-3 0  9995
+2 38159  99.2738 123.6634 0056966 156.2207 204.1608 14.00000438324545
+0 FENGYUN 1C DEB
+1 38160U 99025ERH 16017.27779816  .00002012  00000-0  10638-2 0  9990
+2 38160  99.0655  51.4584 0033727 344.2225  15.7894 14.14670955345597
+0 FENGYUN 1C DEB
+1 38162U 99025ERK 16016.86432244  .00003482  00000-0  16312-2 0  9994
+2 38162  99.8003 251.1831 0226327  89.9769 272.7331 14.08332190325592
+0 FENGYUN 1C DEB
+1 38164U 99025ERM 16015.61994563  .00008695  00000-0  11065-2 0  9996
+2 38164  99.0409 300.7952 0064818 210.2461 149.5000 14.80381546310434
+0 FENGYUN 1C DEB
+1 38165U 99025ERN 16015.10181895  .00001632  00000-0  72364-3 0  9991
+2 38165  99.0332 125.2517 0031883 290.5301  69.2456 14.24265404365128
+0 FENGYUN 1C DEB
+1 38166U 99025ERP 16017.17171108  .00001648  00000-0  10212-2 0  9997
+2 38166  99.1580  11.4674 0077027 113.9816 246.9439 14.05141575297304
+0 FENGYUN 1C DEB
+1 38168U 99025ERR 16017.29275011  .00001313  00000-0  71711-3 0  9991
+2 38168  98.9903  60.6502 0053293  15.5446 344.7347 14.13093729316182
+0 FENGYUN 1C DEB
+1 38169U 99025ERS 16016.08907577  .00001978  00000-0  75459-3 0  9997
+2 38169  98.9416 128.6601 0057471 288.5713  70.9232 14.31090464308521
+0 FENGYUN 1C DEB
+1 38170U 99025ERT 16016.07449073  .00001533  00000-0  71337-3 0  9998
+2 38170  98.9466  62.9139 0142244 347.5535  12.2139 14.16854084299764
+0 FENGYUN 1C DEB
+1 38172U 99025ERV 16016.36548333 +.00000314 +00000-0 +43307-3 0  9993
+2 38172 100.5117 220.3001 0287982 114.7153 248.4245 13.50896930127704
+0 FENGYUN 1C DEB
+1 38173U 99025ERW 16008.48905021 +.00000949 +00000-0 +37347-3 0  9990
+2 38173 098.9643 107.2437 0203394 107.7532 254.5954 14.20924501089989
+0 YAOGAN 11 DEB
+1 38174U 10047D   16017.69224300  .00000570  00000-0  18988-3 0  9995
+2 38174  97.9649 276.4147 0210719 148.6884 270.3675 14.29125490274100
+0 YAOGAN 11 DEB
+1 38175U 10047E   16017.02056475  .00000552  00000-0  18059-3 0  9998
+2 38175  98.1030 302.3953 0205486 158.5408 202.4548 14.30731708720174
+0 CZ-2D DEB
+1 38176U 11068D   16017.04515776  .00000625  00000-0  20470-3 0  9990
+2 38176  98.5296  50.6300 0125157  91.7342 269.8184 14.37517355213978
+0 CZ-2D DEB
+1 38177U 11068E   16016.48157984  .00000723  00000-0  23690-3 0  9997
+2 38177  98.4414  15.1493 0140747  75.6948  74.4001 14.35871366213469
+0 CZ-2D DEB
+1 38178U 11068F   16017.89386380  .00000605  00000-0  22758-3 0  9991
+2 38178  98.4610 359.1930 0136305 104.2139 287.6596 14.29905891213934
+0 CZ-2D DEB
+1 38179U 11068G   16017.48061094  .00000359  00000-0  18321-3 0  9996
+2 38179  98.6847  12.4820 0137174 201.8864 311.0907 14.16864617213664
+0 CZ-2D DEB
+1 38180U 11068H   16018.17828795  .00000306  00000-0  15309-3 0  9999
+2 38180  98.6414   4.3692 0149761 187.8494 230.8422 14.17817404212527
+0 NIMBUS 2 DEB
+1 38182U 66040BA  16016.23958657  .00002738  00000-0  44508-2 0  9990
+2 38182 100.5212 167.1666 0080102 217.1827 266.0953 13.47748956209070
+0 NIMBUS 2 DEB
+1 38183U 66040BB  16016.24209050  .00000918  00000-0  18338-2 0  9998
+2 38183 100.4722 127.6916 0060429 233.4885 155.8816 13.37183968199223
+0 CZ-4B DEB
+1 38184U 10051E   16017.06581450  .00002464  00000-0  43931-3 0  9994
+2 38184  97.8754 305.6256 0160782 295.1775  63.2827 14.59828074278163
+0 BREEZE-M DEB
+1 38187U 11069D   15364.43490484 -.00000129  00000-0  00000+0 0  9991
+2 38187   2.4059  21.4219 3854239  88.8341 314.0172  1.71958611 23310
+0 COSMOS 2251 DEB
+1 38188U 93036BSC 16017.52481748  .00001429  00000-0  46349-3 0  9998
+2 38188  74.0117  84.2280 0047320 323.3190  98.3739 14.39214062239792
+0 COSMOS 2251 DEB
+1 38189U 93036BSD 16017.60640310  .00009901  00000-0  16583-2 0  9999
+2 38189  74.0266 348.2874 0017833 233.3225 250.2146 14.69775034240107
+0 COSMOS 2251 DEB
+1 38190U 93036BSE 16016.42282788  .00001908  00000-0  53146-3 0  9997
+2 38190  74.0504  37.9045 0022682 276.4780  83.3796 14.46894091268777
+0 COSMOS 2251 DEB
+1 38191U 93036BSF 16017.85450930  .00002955  00000-0  89434-3 0  9994
+2 38191  74.0080  88.9199 0050582 305.9064  53.7402 14.42028174279703
+0 COSMOS 2251 DEB
+1 38192U 93036BSG 16017.60133887  .00004836  00000-0  10278-2 0  9996
+2 38192  74.0274 356.9367 0029253 260.3530  99.4330 14.59076940258635
+0 COSMOS 2251 DEB
+1 38195U 93036BSK 16017.26180871  .00003767  00000-0  93932-3 0  9997
+2 38195  73.8352 350.5071 0055792 239.2797 120.2860 14.51066864298788
+0 COSMOS 2251 DEB
+1 38196U 93036BSL 16017.00315846  .00003216  00000-0  84741-3 0  9999
+2 38196  73.8918 133.9716 0211397 350.0643   9.6356 14.36966247254096
+0 COSMOS 2251 DEB
+1 38197U 93036BSM 16015.87299467  .00002232  00000-0  71812-3 0  9995
+2 38197  73.9530 180.9947 0242533 135.4531 226.6399 14.24443359338792
+0 COSMOS 2251 DEB
+1 38198U 93036BSN 16018.11024524  .00005830  00000-0  92808-3 0  9991
+2 38198  74.0211 300.4829 0045047 224.4508 135.3046 14.71551601296119
+0 COSMOS 2251 DEB
+1 38199U 93036BSP 16017.23026656  .00000336  00000-0  29071-3 0  9990
+2 38199  73.9545 216.7924 0380308 135.7353 227.4856 13.60819333282682
+0 COSMOS 2251 DEB
+1 38204U 93036BSU 16009.95991899  .00007189  00000-0  19145-2 0  9990
+2 38204  73.9756 134.0987 0077245 336.8179  22.9500 14.46888544347464
+0 COSMOS 2251 DEB
+1 38205U 93036BSV 16014.16398049  .00051050  00000-0  23305-2 0  9997
+2 38205  73.9884 179.5186 0074826 248.1147 111.2081 15.17831456336670
+0 COSMOS 2251 DEB
+1 38206U 93036BSW 16017.44229882  .00036778  00000-0  31945-2 0  9999
+2 38206  74.1463  65.2961 0090734 236.3847 122.8655 14.93672884310039
+0 COSMOS 2251 DEB
+1 38208U 93036BSY 16016.76920287 +.00001702 +00000-0 +51556-3 0  9992
+2 38208 074.0214 046.6598 0019776 289.2485 194.4332 14.42958608186982
+0 COSMOS 2251 DEB
+1 38210U 93036BTA 16016.80316105 +.00004960 +00000-0 +95645-3 0  9994
+2 38210 074.0247 319.5275 0030867 257.8913 101.8796 14.63468919160023
+0 COSMOS 2251 DEB
+1 38212U 93036BTC 16015.89463233  .00000731  00000-0  12901-3 0  9995
+2 38212  74.0538 223.1191 0116744 159.3018 201.2938 14.65096416284993
+0 COSMOS 2251 DEB
+1 38213U 93036BTD 16003.50169833 +.00002352 +00000-0 +64683-3 0  9995
+2 38213 074.0481 065.2049 0026281 296.5320 063.3145 14.47333940314520
+0 COSMOS 2251 DEB
+1 38214U 93036BTE 16017.05393506  .00013489  00000-0  14797-2 0  9990
+2 38214  74.0193 276.0692 0014542 242.6982 117.2718 14.87668744326659
+0 COSMOS 2251 DEB
+1 38215U 93036BTF 16017.09333233  .00005495  00000-0  12527-2 0  9993
+2 38215  74.0323  32.7533 0022370 264.5577 151.3082 14.55906955217833
+0 COSMOS 2251 DEB
+1 38216U 93036BTG 16016.29682805 +.00012551 +00000-0 +18783-2 0  9998
+2 38216 074.0265 358.2502 0018003 223.4698 136.5057 14.74626848124371
+0 COSMOS 2251 DEB
+1 38218U 93036BTJ 16017.84755016  .00029215  00000-0  28925-2 0  9991
+2 38218  74.0176 324.1454 0012562 211.3862 180.2372 14.91668726240987
+0 COSMOS 2251 DEB
+1 38219U 93036BTK 16015.66434294 +.00013928 +00000-0 +12997-2 0  9998
+2 38219 073.6557 122.9533 0049005 053.8404 013.1224 14.93308464335797
+0 COSMOS 2251 DEB
+1 38220U 93036BTL 16017.58934151  .00000091  00000-0  34213-4 0  9994
+2 38220  74.0115  48.2952 0067774 227.7357 131.8041 14.43544847329825
+0 COSMOS 2251 DEB
+1 38221U 93036BTM 16015.58040861  .00005126  00000-0  96807-3 0  9999
+2 38221  74.0146 332.9879 0091329 252.4173 106.7002 14.62032987267158
+0 IRIDIUM 33 DEB
+1 38224U 97051YY  16016.21277474  .00004502  00000-0  16081-2 0  9998
+2 38224  86.3924 181.5301 0100284  41.6497 319.2277 14.31152266324920
+0 IRIDIUM 33 DEB
+1 38225U 97051YZ  16017.80328883  .00002386  00000-0  13155-2 0  9993
+2 38225  86.3631 206.8681 0201409 316.9189  98.6051 14.01461143245255
+0 IRIDIUM 33 DEB
+1 38226U 97051ZA  16016.75950839  .00007672  00000-0  19808-2 0  9993
+2 38226  86.3821 138.9093 0009096 154.5179 205.6475 14.49863968338933
+0 IRIDIUM 33 DEB
+1 38227U 97051ZB  16015.00971662  .00002515  00000-0  66143-3 0  9994
+2 38227  86.3150 112.0802 0011350 137.2095 222.9994 14.48737793336662
+0 IRIDIUM 33 DEB
+1 38228U 97051ZC  15365.18009411  .00000396  00000-0  16532-3 0  9997
+2 38228  86.2991 143.8902 0065649 317.8517 162.0504 14.22649109334308
+0 IRIDIUM 33 DEB
+1 38229U 97051ZD  16016.36488926  .00002132  00000-0  13212-2 0  9995
+2 38229  86.3768 226.0040 0235925  40.5854 321.2641 13.91929949310245
+0 IRIDIUM 33 DEB
+1 38231U 97051ZF  16018.02374138  .00011735  00000-0  21919-2 0  9994
+2 38231  86.2499 107.8519 0049828 128.0400 355.9684 14.64037838339766
+0 IRIDIUM 33 DEB
+1 38232U 97051ZG  16015.78971735  .00005309  00000-0  17262-2 0  9997
+2 38232  86.4635 197.9666 0105900 353.6459   6.3386 14.35492700342444
+0 IRIDIUM 33 DEB
+1 38233U 97051ZH  16012.14386751  .00003172  00000-0  15055-2 0  9997
+2 38233  86.2299 160.0086 0170041 227.1607 258.4182 14.11975298312122
+0 IRIDIUM 33 DEB
+1 38234U 97051ZJ  16017.14321529  .00008211  00000-0  19276-2 0  9993
+2 38234  86.4607 168.7636 0057856 117.4432 243.2675 14.53327776320585
+0 IRIDIUM 33 DEB
+1 38235U 97051ZK  16016.31094938  .00005610  00000-0  10928-2 0  9998
+2 38235  86.3956 137.2542 0011085 116.2679 243.9673 14.62873319723797
+0 IRIDIUM 33 DEB
+1 38236U 97051ZL  16017.57123003  .00001858  00000-0  66075-3 0  9999
+2 38236  86.2532 122.8778 0076596 256.8114 102.4527 14.32267002263857
+0 IRIDIUM 33 DEB
+1 38237U 97051ZM  16016.07507150  .00009617  00000-0  17072-2 0  9996
+2 38237  86.3828 133.2093 0010477  41.1851  83.5034 14.67090935675904
+0 IRIDIUM 33 DEB
+1 38241U 97051ZR  16014.60480371  .00001032  00000-0  31337-3 0  9997
+2 38241  86.3299 119.1811 0004708 160.8562 199.2816 14.41268649316029
+0 IRIDIUM 33 DEB
+1 38243U 97051ZT  16018.06897888  .00004102  00000-0  98178-3 0  9995
+2 38243  86.3780 132.1213 0037865  84.8554 275.6972 14.52924943275230
+0 IRIDIUM 33 DEB
+1 38244U 97051ZU  16017.60740855  .00011126  00000-0  16692-2 0  9990
+2 38244  86.4357 139.9618 0012854 203.9420 156.1202 14.74445273316034
+0 YAHSAT 1B
+1 38245U 12016A   16016.54706216 +.00000118 +00000-0 +00000-0 0  9997
+2 38245 000.0117 015.8670 0002900 262.0451 082.0550 01.00268724007480
+0 BREEZE-M DEB (TANK)
+1 38246U 12016B   16017.29968149  .00003038  00000-0  69247-3 0  9991
+2 38246  49.5746 180.3235 5117203 203.2345 121.5966  5.40042176 72996
+0 BREEZE-M R/B
+1 38247U 12016C   16016.86493338 -.00000040 +00000-0 +00000-0 0  9997
+2 38247 024.5345 281.1651 6132509 115.2022 318.7197 02.19984783029987
+0 RISAT 1
+1 38248U 12017A   16018.19074988  .00000638  00000-0  44400-4 0  9991
+2 38248  97.5625  27.0056 0005389  25.5174 105.1969 15.08956372205420
+0 PSLV R/B
+1 38249U 12017B   16017.70054653  .00014216  00000-0  21940-3 0  9995
+2 38249  97.4332  66.4822 0022742  43.3484 316.9553 15.53945747208795
+0 BEIDOU M3
+1 38250U 12018A   16017.65397177 -.00000057  00000-0  10000-3 0  9997
+2 38250  55.8975  71.5017 0024874 214.1107 313.5697  1.86233202 25458
+0 BEIDOU M4
+1 38251U 12018B   16017.49329851 -.00000057  00000-0  10000-3 0  9994
+2 38251  55.8341  70.9689 0027341 208.0446 258.9957  1.86234042 25458
+0 CZ-3B DEB
+1 38252U 12018C   16015.94015910 +.00007202 +00000-0 +18498-2 0  9997
+2 38252 055.0554 128.7545 5712005 211.0966 096.8998 04.45851093057733
+0 CZ-3B R/B
+1 38253U 12018D   16018.10967704  .00230082  47603-6  82526-3 0  9990
+2 38253  54.9843  67.6058 3987085  87.5125 316.4016  7.64689427 78780
+0 TIANHUI 1-02
+1 38256U 12020A   16018.19488694  .00003150  00000-0  13592-3 0  9996
+2 38256  97.4969 145.1909 0012690 239.5063 240.1163 15.23214206205814
+0 YAOGAN 14
+1 38257U 12021A   16018.19422720  .00005027  00000-0  17394-3 0  9995
+2 38257  97.3907 150.1144 0004222  53.4627  67.2274 15.30330886206154
+0 YAOGAN 2 DEB
+1 38262U 07019B   16017.03735041  .00000650  00000-0  20274-3 0  9995
+2 38262  97.7553 220.6451 0186128  36.8527 114.5666 14.34274040425702
+0 YAOGAN 2 DEB
+1 38263U 07019C   16017.47638054  .00000996  00000-0  34381-3 0  9997
+2 38263  97.8498 212.2191 0229222 211.6830 147.0384 14.24074703447337
+0 YAOGAN 4 DEB
+1 38264U 08061C   16017.48455102  .00000800  00000-0  29332-3 0  9992
+2 38264  97.8622 201.9231 0266857 130.2392 260.7695 14.17124604366405
+0 YAOGAN 7 DEB
+1 38265U 09069B   16016.53610542 +.00000717 +00000-0 +25835-3 0  9999
+2 38265 097.8379 286.9734 0242878 081.5487 281.3140 14.21022935310655
+0 YAOGAN 7 DEB
+1 38266U 09069C   16016.73952131  .00000466  00000-0  18233-3 0  9990
+2 38266  97.9798 306.4799 0263040 157.2279 204.0822 14.16232133310077
+0 TIANHUI 1 DEB
+1 38267U 10040B   16016.91666955 +.00021986 +00000-0 +81413-3 0  9998
+2 38267 097.2815 006.5598 0094531 108.3996 252.7548 15.23475513718376
+0 TIANHUI 1-02 DEB
+1 38269U 12020B   16018.06609283  .00011531  00000-0  63600-3 0  9992
+2 38269  97.3403  65.2425 0115878   0.2541 359.8726 15.08461897200520
+0 TIANHUI 1-02 DEB
+1 38270U 12020C   16017.50183102  .00010914  00000-0  76082-3 0  9991
+2 38270  97.2166  31.4220 0149217  35.5930 325.5134 14.96889629199525
+0 METEOR 2-5 DEB
+1 38271U 79095BR  16014.56559244 +.00002136 +00000-0 +11058-2 0  9992
+2 38271 081.2050 322.8388 0010787 092.5049 267.7359 14.14580940219484
+0 METEOR 2-5 DEB
+1 38272U 79095BS  16015.16181863  .00001611  00000-0  84225-3 0  9992
+2 38272  81.2091 322.5653 0016610 187.4673 233.9978 14.13922085236884
+0 METEOR 2-5 DEB
+1 38273U 79095BT  16017.54602044  .00001145  00000-0  56922-3 0  9991
+2 38273  81.2165 317.7520 0004476 145.6424 214.5040 14.16482320261668
+0 METEOR 2-5 DEB
+1 38275U 79095BV  16012.11373423  .00001653  00000-0  78415-3 0  9992
+2 38275  81.1972 317.4418 0010316 171.7620 188.3727 14.19122328275708
+0 METEOR 2-5 DEB
+1 38276U 79095BW  16018.18213144  .00001229  00000-0  64153-3 0  9992
+2 38276  81.2009 320.2659 0010164 188.3599 237.0236 14.13938937859575
+0 METEOR 2-5 DEB
+1 38277U 79095BX  16001.66022141  .00003369  00000-0  15639-2 0  9994
+2 38277  81.2147 328.1130 0009524 161.3637 325.0418 14.20473861226703
+0 METEOR 2-5 DEB
+1 38278U 79095BY  16015.15786088 +.00001814 +00000-0 +93894-3 0  9994
+2 38278 081.1994 322.3963 0010302 046.9318 014.9340 14.14534833220110
+0 METEOR 2-5 DEB
+1 38279U 79095BZ  16018.08047633  .00002380  00000-0  10312-2 0  9998
+2 38279  81.1984 301.4663 0005974   2.2801  57.0160 14.24019738291812
+0 METEOR 2-5 DEB
+1 38280U 79095CA  16016.12032241 +.00001636 +00000-0 +81183-3 0  9990
+2 38280 081.2012 317.3483 0003051 089.9520 270.2004 14.16779670265598
+0 METEOR 2-17 DEB
+1 38282U 88005AK  16015.98347373 +.00001784 +00000-0 +13794-2 0  9997
+2 38282 082.5389 102.3928 0017135 296.5188 185.6652 13.92225003131590
+0 METEOR 2-17 DEB
+1 38284U 88005AM  16014.56880214  .00000849  00000-0  65764-3 0  9994
+2 38284  82.5402 108.0392 0018270 324.5784  35.4165 13.91562534401213
+0 METEOR 2-17 DEB
+1 38286U 88005AP  16001.62955013  .00001058  00000-0  82371-3 0  9995
+2 38286  82.5277 114.6698 0035711  27.9299  35.5251 13.91246965356865
+0 METEOR 2-17 DEB
+1 38287U 88005AQ  16013.55243118 +.00003162 +00000-0 +25088-2 0  9996
+2 38287 082.5368 110.7824 0021823 266.9682 150.2900 13.90918319282272
+0 METEOR 2-7 DEB
+1 38288U 81043W   16018.17175973  .00001451  00000-0  69106-3 0  9997
+2 38288  81.2700 183.0579 0042137  70.8094 289.7634 14.18429352259146
+0 METEOR 2-9 DEB
+1 38290U 82116J   16010.57030299  .00003661  00000-0  12506-2 0  9995
+2 38290  81.2417  97.0417 0047825 314.6736  45.0555 14.35570150364368
+0 CZ-4C DEB
+1 38293U 10059C   16016.78393771 +.00000038 +00000-0 +33664-4 0  9996
+2 38293 098.9445 007.7192 0011326 192.7654 167.3241 14.28549854262878
+0 CZ-4C DEB
+1 38294U 10059D   16016.86879085 +.00000202 +00000-0 +20852-3 0  9990
+2 38294 098.6696 166.0069 0267004 193.3146 166.0860 13.71152944247395
+0 CZ-4C DEB
+1 38295U 10059E   16018.20143601  .00000178  00000-0  19275-3 0  9998
+2 38295  98.6888 163.1902 0274036 201.8448 285.8326 13.68871005250681
+0 CZ-4C DEB
+1 38296U 10059F   16016.93091730 +.00000190 +00000-0 +19178-3 0  9998
+2 38296 098.6890 189.2189 0246825 164.0788 196.8302 13.74840943255968
+0 CZ-4C DEB
+1 38297U 10059G   16016.28236707 +.00000178 +00000-0 +18050-3 0  9996
+2 38297 098.6659 183.4508 0244272 154.2075 207.1496 13.75287863254862
+0 CZ-2D DEB
+1 38298U 10027C   16016.58095350  .00003027  00000-0  48544-3 0  9999
+2 38298  97.7553 279.6952 0193178 304.8103  53.5056 14.60713592293181
+0 CZ-2D DEB
+1 38299U 10027D   16016.77554725  .00004560  00000-0  72591-3 0  9999
+2 38299  97.9455 310.0592 0195301 336.9227  22.3289 14.60520059293016
+0 CZ-2D DEB
+1 38300U 10027E   16017.51898241  .00002618  00000-0  39544-3 0  9992
+2 38300  97.6854 274.7105 0180269 265.5999 218.0987 14.64709284290823
+0 CZ-2D DEB
+1 38301U 10027F   16018.00131053  .00003276  00000-0  48673-3 0  9993
+2 38301  97.8924 310.7496 0180672 289.1093 132.8762 14.65204706287553
+0 CZ-2D DEB
+1 38302U 10027G   16016.09351254 +.00002719 +00000-0 +44488-3 0  9999
+2 38302 097.6146 252.3242 0199991 306.1446 052.1392 14.59177264287064
+0 YAOGAN 9B DEB
+1 38303U 10009G   16013.39279159  .00001246  00000-0  16008-2 0  9993
+2 38303  63.4055   8.3197 0234224   3.7649 356.5076 13.56053780282389
+0 CZ-4C DEB
+1 38304U 10009H   16017.81734064 -.00000045  00000-0  11200-3 0  9993
+2 38304  63.3224  92.4353 0076775 261.4832 203.2335 13.03583142278931
+0 CZ-4C DEB
+1 38305U 10009J   16016.80490891 -.00000022 +00000-0 +18699-3 0  9993
+2 38305 063.4978 160.5958 0088772 116.0547 316.9745 12.99765963113241
+0 CZ-4B DEB
+1 38307U 11066E   16017.39450809  .00013610  00000-0  60233-3 0  9996
+2 38307  97.3498 353.6393 0124009 139.9364 221.1097 15.15011436224418
+0 CZ-4B DEB
+1 38308U 11066F   16017.75115851  .00040504  00000-0  11781-2 0  9997
+2 38308  97.2971   1.0643 0086876  69.2312 291.8211 15.31570838227737
+0 CZ-4B DEB
+1 38309U 11079C   16017.16775546  .00000860  00000-0  22872-3 0  9995
+2 38309  98.3495  97.5138 0122082  94.0323 299.2073 14.46716673578357
+0 CZ-4B DEB
+1 38310U 11079D   16017.28764541  .00001217  00000-0  33094-3 0  9998
+2 38310  98.6896 137.8846 0132252 138.8021 252.6506 14.44349243587259
+0 CZ-4B DEB
+1 38311U 11079E   16017.69641682  .00000761  00000-0  24034-3 0  9991
+2 38311  98.3966  90.6407 0125548 137.7126  17.5401 14.38622908586591
+0 CZ-4B DEB
+1 38312U 11079F   16015.41192397 +.00000630 +00000-0 +21876-3 0  9990
+2 38312 098.3780 078.0500 0125643 164.0828 260.0532 14.34510108158160
+0 CZ-4B DEB
+1 38313U 11043C   16016.33192404  .00000202  00000-0  32447-3 0  9994
+2 38313  99.5309 324.4642 0222037  73.4658  76.9702 13.50497352217065
+0 CZ-4B DEB
+1 38314U 11043D   16016.75301641  .00000110  00000-0  22002-3 0  9990
+2 38314  99.5294 303.1602 0267729 146.2874 246.2243 13.40916927214911
+0 CZ-4B DEB
+1 38315U 11043E   16017.31194780  .00000219  00000-0  34668-3 0  9999
+2 38315  99.5763 333.7644 0220314  75.6888 286.8600 13.50890147212075
+0 CZ-4B DEB
+1 38316U 11043F   16017.34403822  .00000197  00000-0  32409-3 0  9999
+2 38316  99.5471 323.0895 0231594  93.4116  58.6606 13.48554594215676
+0 CZ-4B DEB
+1 38318U 12001E   16017.75010992  .00017867  00000-0  10724-2 0  9990
+2 38318  97.4542  11.0111 0140397  20.2535 340.4183 15.02984701213323
+0 CZ-2D DEB
+1 38323U 08056J   16017.38957272  .00000284  00000-0  21224-3 0  9994
+2 38323  98.4266 207.2044 0203530 138.9969 338.2276 13.92060362363187
+0 CZ-2D DEB
+1 38324U 08056K   16017.98730476  .00004787  00000-0  94948-3 0  9991
+2 38324  98.5317  75.6850 0119749   1.4559 358.6964 14.58231981315070
+0 CZ-4C DEB
+1 38325U 09072D   16016.32460712 -.00000024  00000-0  37615-4 0  9991
+2 38325 100.5151 193.9167 0157561  82.2918  37.1772 13.46085595236236
+0 CZ-4B DEB
+1 38326U 10051H   16016.50118787 +.00002035 +00000-0 +41865-3 0  9997
+2 38326 097.7852 274.8712 0188679 352.2685 007.5611 14.50969296267302
+0 CZ-2D DEB
+1 38327U 11068J   16016.29532719  .00000364  00000-0  27265-3 0  9999
+2 38327  98.6936 304.5135 0206888 347.6077 165.5791 13.90730487209831
+0 PSLV DEB
+1 38328U 01049QP  16017.51381073  .00083948  00000-0  10813-2 0  9998
+2 38328  97.5817  12.2195 0019198  34.8821 325.3688 15.58536010778255
+0 DMSP 5D-2 F11 DEB
+1 38329U 91082CS  16017.27596157  .00007815  00000-0  18588-2 0  9995
+2 38329  98.7553  42.8445 0008247 187.0261 236.1733 14.54105021464762
+0 METEOR 2-17 DEB
+1 38330U 88005AR  16017.88113814  .00000960  00000-0  72231-3 0  9990
+2 38330  82.5156  86.5114 0020294 267.0275  92.8568 13.93359943400985
+0 JCSAT 13
+1 38331U 12023A   16017.33309865 -.00000366  00000-0  00000+0 0  9993
+2 38331   0.0329  51.0361 0002137 270.2075  38.7411  1.00269660 13431
+0 VINASAT 2
+1 38332U 12023B   16016.48706640 -.00000337  00000-0  00000+0 0  9999
+2 38332   0.0419 271.9087 0002411  37.5481 113.0537  1.00269646 13474
+0 ARIANE 5 R/B
+1 38333U 12023C   16016.82014684 +.00000855 +00000-0 +43990-3 0  9991
+2 38333 001.3322 208.3493 7207329 207.2636 079.5910 02.36165683031171
+0 ARIANE 5 DEB (SYLDA)
+1 38334U 12023D   16017.12899253  .00006110  00000-0  20656-2 0  9992
+2 38334   1.6618  57.5412 6502915 126.8710 311.3802  3.29443166 36692
+0 GCOM W1
+1 38337U 12025A   16016.95034569 +.00000262 +00000-0 +68217-4 0  9997
+2 38337 098.2187 318.6274 0001356 083.9327 003.5835 14.57097544195048
+0 KOMPSAT 3
+1 38338U 12025B   16018.17963004  .00000247  00000-0  59301-4 0  9996
+2 38338  98.1502 317.2943 0010385 139.9665 220.2305 14.61348245195813
+0 SDS-4
+1 38339U 12025C   16017.48319235  .00000326  00000-0  62786-4 0  9990
+2 38339  98.3431 351.3232 0008911 105.1851 255.0340 14.70151852196677
+0 HORYU 2
+1 38340U 12025D   16017.48067979  .00000878  00000-0  13915-3 0  9998
+2 38340  98.3399 358.3217 0012684 130.6345 229.5968 14.74786307197110
+0 H-2A R/B
+1 38341U 12025E   16017.74899519  .00000634  00000-0  83317-4 0  9995
+2 38341  98.5013  58.0162 0056699  18.7771 341.5514 14.83140785198311
+0 NIMIQ 6
+1 38342U 12026A   16015.93410488 -.00000180 +00000-0 +00000-0 0  9991
+2 38342 000.0326 288.5595 0002491 007.8312 063.5682 01.00269733012309
+0 BREEZE-M R/B
+1 38343U 12026B   16007.11199166 -.00000118  00000-0  00000+0 0  9990
+2 38343  12.0467  67.2419 4186737 206.2246 124.5145  1.76902181 23574
+0 BREEZE-M DEB (TANK)
+1 38344U 12026C   16016.90612821 +.00000114 +00000-0 +31234-3 0  9998
+2 38344 049.3180 303.5529 6353200 145.6825 279.8596 03.45856335045306
+0 H-2A DEB
+1 38345U 12025F   16016.87252930 +.00003168 +00000-0 +42199-3 0  9999
+2 38345 098.3151 357.8285 0008004 072.3988 287.8096 14.80394781197056
+0 H-2A DEB
+1 38346U 12025G   16018.12614018  .00002282  00000-0  31196-3 0  9990
+2 38346  98.3160   0.4470 0008063  68.8495 291.3577 14.79588770197350
+0 H-2A DEB
+1 38347U 12025H   16016.89776469 +.00000938 +00000-0 +14925-3 0  9999
+2 38347 098.3305 355.0840 0010757 076.8766 283.3641 14.74478660196628
+0 CHINASAT 2A
+1 38352U 12028A   16017.06674855 -.00000301  00000-0  00000+0 0  9994
+2 38352   0.0427 177.7900 0005232 146.2669 274.1400  1.00269353 13497
+0 CZ-3B R/B
+1 38353U 12028B   16017.85473996  .00084346  14318-6  96162-3 0  9996
+2 38353  26.8365 201.8226 5002889  45.5224 345.9202  5.76869862 51658
+0 YAOGAN 15
+1 38354U 12029A   16018.11115344 -.00000039  00000-0  18714-4 0  9991
+2 38354 100.6719 143.6937 0007433 137.6418 222.5259 13.15688052174681
+0 CZ-4C R/B
+1 38355U 12029B   16018.07386000 -.00000094  00000-0 -74117-4 0  9997
+2 38355 100.2282 188.2418 0162452  36.5354 324.6730 13.46059615178763
+0 INTELSAT 19
+1 38356U 12030A   16017.21630744 -.00000066  00000-0  00000+0 0  9995
+2 38356   0.0403  46.3246 0002950 254.3506  59.2957  1.00270834 13376
+0 BLOCK DM-SL R/B
+1 38357U 12030B   16016.52478342 -.00000180  00000-0 -74477-4 0  9995
+2 38357   0.7611  31.8285 7102531  66.2894 340.8765  2.25330366 29851
+0 NUSTAR
+1 38358U 12031A   16017.99383232  .00001678  00000-0  10595-3 0  9993
+2 38358   6.0267  94.1884 0011558  62.1421 297.9878 14.87123332195458
+0 OPS 4682 DEB
+1 38360U 65027BM  16016.96102141 -.00000409  00000-0 -13979-2 0  9994
+2 38360  90.2964 268.5649 0032189 215.2506 144.6487 12.99194266200258
+0 OPS 4682 DEB
+1 38361U 65027BN  16014.67737314 -.00000490  00000-0 -16770-2 0  9999
+2 38361  90.3034 276.8419 0033450 243.1256 116.6445 12.98807754619438
+0 OPS 4682 DEB
+1 38362U 65027BP  16013.48893659  .00000889  00000-0  31050-2 0  9991
+2 38362  90.3150 274.6072 0038245  44.6234 315.7954 12.95731968515146
+0 OPS 4682 DEB
+1 38363U 65027BQ  16016.65662194 -.00000464  00000-0 -15749-2 0  9990
+2 38363  90.3018 273.8259 0028325 196.8863 163.1319 12.99572366632187
+0 OPS 4682 DEB
+1 38364U 65027BR  16017.14232269  .00000076  00000-0  24222-3 0  9996
+2 38364  90.3063 276.0859 0032115  29.4710 330.8211 12.95320479628667
+0 OPS 4682 DEB
+1 38365U 65027BS  16016.62064940 -.00000340  00000-0 -11921-2 0  9995
+2 38365  90.2842 258.5252 0023329 300.5339  59.3480 12.97697008622876
+0 OPS 4682 DEB
+1 38368U 65027BV  16018.15013769  .00000122  00000-0  40961-3 0  9994
+2 38368  90.3087 277.1747 0023590  39.8131 320.4714 12.95059729614669
+0 OPS 4682 DEB
+1 38369U 65027BW  16017.12932634  .00000180  00000-0  60107-3 0  9990
+2 38369  90.2994 270.3631 0031430 343.9248  16.0872 12.96889278695161
+0 OPS 4682 DEB
+1 38370U 65027BX  16016.16334660  .00000792  00000-0  26394-2 0  9998
+2 38370  90.3055 274.3391 0023210 257.4384 102.4141 12.99147857482184
+0 OPS 4682 DEB
+1 38372U 65027BZ  16017.22290167  .00000502  00000-0  17201-2 0  9997
+2 38372  90.3239 298.1910 0035020 330.4939  29.4204 12.96660836692894
+0 OPS 4682 DEB
+1 38373U 65027CA  16017.71233528 -.00000204  00000-0 -70813-3 0  9990
+2 38373  90.3088 295.6407 0029517 165.6038 194.5932 12.99518849667132
+0 OPS 4682 DEB
+1 38374U 65027CB  16018.17000499  .00001030  00000-0  34147-2 0  9996
+2 38374  90.3056 278.0204 0023527 205.6851 154.3104 12.99648891676317
+0 OPS 4682 DEB
+1 38375U 65027CC  16018.11299861 -.00000038  00000-0 -16626-3 0  9996
+2 38375  90.3023 271.7303 0031394  83.5653 276.9039 12.93821889534603
+0 OPS 4682 DEB
+1 38376U 65027CD  16018.14834856  .00000304  00000-0  10592-2 0  9998
+2 38376  90.3066 275.4881 0031610  36.5152 323.8115 12.94822105712019
+0 OPS 4682 DEB
+1 38377U 65027CE  16017.44916992  .00000126  00000-0  42076-3 0  9998
+2 38377  90.3066 274.4503 0036615  20.6354 339.6234 12.95436427659418
+0 OPS 4682 DEB
+1 38378U 65027CF  16017.87262137 -.00000569  00000-0 -18670-2 0  9996
+2 38378  90.2445 243.2408 0035578 210.0155 149.8929 13.01670318641193
+0 OPS 4682 DEB
+1 38379U 65027CG  16018.10562409 -.00000459  00000-0 -15698-2 0  9994
+2 38379  90.2952 267.9636 0026890 214.6244 145.3127 12.98978259638826
+0 OPS 4682 DEB
+1 38380U 65027CH  16016.56086436  .00000858  00000-0  29157-2 0  9991
+2 38380  90.2047 226.9839 0027861 298.4994  61.3321 12.97716121637823
+0 OPS 4682 DEB
+1 38381U 65027CJ  16017.72120143  .00000811  00000-0  27204-2 0  9995
+2 38381  90.3086 282.5745 0019585 216.4341 143.5449 12.98657590637999
+0 OPS 4682 DEB
+1 38383U 65027CL  16017.16822773 -.00000109  00000-0 -41015-3 0  9992
+2 38383  90.3057 275.9569 0030722  25.1746 335.0864 12.95637262605736
+0 OPS 4682 DEB
+1 38384U 65027CM  16013.17365063 +.00000425 +00000-0 +14400-2 0  9990
+2 38384 090.3083 278.6232 0017733 300.1924 059.7440 12.97473472170420
+0 OPS 4682 DEB
+1 38385U 65027CN  16011.64059079  .00000237  00000-0  80952-3 0  9995
+2 38385  90.2917 261.0964 0046224   1.4131 358.7111 12.95702854558785
+0 OPS 4682 DEB
+1 38386U 65027CP  16013.52824815 +.00000719 +00000-0 +23728-2 0  9995
+2 38386 090.3160 295.9618 0030457 217.6459 142.2531 12.99651317162856
+0 OPS 4682 DEB
+1 38387U 65027CQ  16017.44706084 -.00000029  00000-0 -12904-3 0  9999
+2 38387  90.3025 268.0781 0027858   7.9320 352.2235 12.95379133571595
+0 OPS 4682 DEB
+1 38388U 65027CR  16018.16788703 -.00000659  00000-0 -22620-2 0  9992
+2 38388  90.3073 285.6199 0036816 320.7006  39.1444 12.98328215591344
+0 OPS 4682 DEB
+1 38390U 65027CT  16017.93822345 -.00000208  00000-0 -75000-3 0  9991
+2 38390  90.2896 263.0492 0031187 345.7867  14.2372 12.96433922538742
+0 OPS 4682 DEB
+1 38391U 65027CU  16017.14034786 -.00000111  00000-0 -40826-3 0  9990
+2 38391  90.2991 277.2128 0042131 353.0782   6.9752 12.96813800503773
+0 OPS 4682 DEB
+1 38392U 65027CV  16012.96928117  .00000448  00000-0  15793-2 0  9991
+2 38392  90.3142 277.1216 0030815  67.0202 293.4163 12.94497981562719
+0 OPS 4682 DEB
+1 38393U 65027CW  16013.19590852  .00000546  00000-0  18639-2 0  9990
+2 38393  90.3085 280.7741 0028107 329.8509  30.0992 12.97102128603900
+0 OPS 4682 DEB
+1 38394U 65027CX  16016.70003387 -.00000231  00000-0 -81050-3 0  9994
+2 38394  90.3127 287.6230 0031603 325.3601  34.5461 12.98032288571225
+0 OPS 4682 DEB
+1 38395U 65027CY  16016.98353090 -.00000382  00000-0 -13452-2 0  9991
+2 38395  90.3118 281.7391 0029598 277.3020  82.4736 12.97020209601781
+0 OPS 4682 DEB
+1 38396U 65027CZ  16017.64922348 -.00000009  00000-0 -55124-4 0  9994
+2 38396  90.3066 274.1332 0037941  18.8983 341.3536 12.96423491639495
+0 OPS 4682 DEB
+1 38397U 65027DA  16017.19440597  .00000344  00000-0  11392-2 0  9993
+2 38397  90.3096 282.1304 0037981 224.2940 135.5141 12.98614028842173
+0 OPS 4682 DEB
+1 38398U 65027DB  16013.73061174 +.00000423 +00000-0 +14654-2 0  9992
+2 38398 090.3121 280.2538 0034980 025.5200 334.7637 12.95748753708453
+0 OPS 4682 DEB
+1 38399U 65027DC  16016.68200657 -.00000177 +00000-0 -65085-3 0  9994
+2 38399 090.3093 281.6770 0029748 035.6826 324.6274 12.95659340169940
+0 OPS 4682 DEB
+1 38400U 65027DD  16017.15915594  .00000116  00000-0  37804-3 0  9992
+2 38400  90.3089 281.5827 0033695 309.4285  50.3854 12.97093503611132
+0 OPS 4682 DEB
+1 38401U 65027DE  16017.69137755 -.00000082  00000-0 -32125-3 0  9992
+2 38401  90.3035 272.6644 0032532  75.7937 284.6792 12.94165965836320
+0 OPS 4682 DEB
+1 38402U 65027DF  16016.15508966  .00000237  00000-0  84729-3 0  9996
+2 38402  90.3014 269.5051 0026571 124.5161 235.8471 12.92616941478971
+0 OPS 4682 DEB
+1 38403U 65027DG  16017.65291833  .00000105  00000-0  35438-3 0  9992
+2 38403  90.3090 274.5970 0028745  68.9603 291.4586 12.93722253840084
+0 OPS 4682 DEB
+1 38404U 65027DH  16016.66842876  .00000170  00000-0  55631-3 0  9991
+2 38404  90.2985 270.1730 0020997 272.5977  87.2740 12.98228811563699
+0 OPS 4682 DEB
+1 38405U 65027DJ  16017.66689235  .00000552  00000-0  18588-2 0  9994
+2 38405  90.3131 284.6237 0027435 283.6338  76.1729 12.98153908695182
+0 OPS 4682 DEB
+1 38406U 65027DK  16010.17115303  .00000500  00000-0  16629-2 0  9991
+2 38406  90.3039 275.6481 0024779 243.2164 116.6422 12.98842230562814
+0 OPS 4682 DEB
+1 38407U 65027DL  16013.95562096 +.00000140 +00000-0 +47281-3 0  9995
+2 38407 090.3006 271.2754 0031091 046.2144 314.1539 12.95044617058878
+0 OPS 4682 DEB
+1 38408U 65027DM  16017.68552603  .00001227  00000-0  40081-2 0  9990
+2 38408  90.3102 270.2956 0038011 176.4651 183.6748 13.00563100368928
+0 OPS 4682 DEB
+1 38409U 65027DN  16018.17022357  .00000486  00000-0  16439-2 0  9990
+2 38409  90.3210 285.2479 0036700 302.3711  57.3859 12.97632490694785
+0 OPS 4682 DEB
+1 38410U 65027DP  16015.15498899 +.00000507 +00000-0 +17492-2 0  9999
+2 38410 090.3039 275.3995 0037248 024.0346 336.2502 12.96181239137751
+0 OPS 4682 DEB
+1 38411U 65027DQ  16017.67953456  .00000150  00000-0  50338-3 0  9995
+2 38411  90.3104 279.9121 0042200   8.0792 352.0998 12.95769595752638
+0 OPS 4682 DEB
+1 38412U 65027DR  16017.94332476 -.00000036  00000-0 -15998-3 0  9997
+2 38412  90.2968 268.7856 0023651 110.1545 250.2120 12.93456167640129
+0 OPS 4682 DEB
+1 38413U 65027DS  16017.70073972  .00000681  00000-0  22883-2 0  9999
+2 38413  90.3031 274.2660 0031022 258.6017 101.1618 12.98415202631676
+0 OPS 4682 DEB
+1 38415U 65027DU  16017.16448519  .00000856  00000-0  27893-2 0  9994
+2 38415  90.3038 278.8548 0026475 117.0916 243.2912 13.00703944650103
+0 OPS 4682 DEB
+1 38416U 65027DV  16017.45404987  .00000199  00000-0  68400-3 0  9998
+2 38416  90.3053 273.8455 0032455  39.0590 321.2864 12.94900006505932
+0 OPS 4682 DEB
+1 38417U 65027DW  16017.12376391  .00000152  00000-0  51366-3 0  9992
+2 38417  90.3061 276.4020 0033878  45.6898 314.6990 12.95234881631043
+0 OPS 4682 DEB
+1 38418U 65027DX  16017.15357824  .00000775  00000-0  25695-2 0  9992
+2 38418  90.3069 273.1524 0027251 200.6449 159.3574 12.99426712604006
+0 OPS 4682 DEB
+1 38419U 65027DY  16016.52951246  .00000242  00000-0  84456-3 0  9991
+2 38419  90.3015 269.9056 0030949  65.0550 295.3779 12.94148719488297
+0 OPS 4682 DEB
+1 38420U 65027DZ  16015.15081282  .00000092  00000-0  28914-3 0  9995
+2 38420  90.3003 274.4997 0030695 248.2800 111.5053 12.98505705478875
+0 OPS 4682 DEB
+1 38421U 65027EA  16016.63806531 -.00001089  00000-0 -33075-2 0  9994
+2 38421  90.3032 265.6307 0028973  45.4127 314.9357 13.06646781651071
+0 OPS 4682 DEB
+1 38422U 65027EB  16017.23651941 -.00000345  00000-0 -12316-2 0  9994
+2 38422  90.3140 288.4933 0037027 348.0442  11.9795 12.96201947849429
+0 OPS 4682 DEB
+1 38423U 65027EC  16017.12612421 -.00000008  00000-0 -55348-4 0  9993
+2 38423  90.3090 274.0249 0029243 120.1387 240.2635 12.93999278612531
+0 OPS 4682 DEB
+1 38424U 65027ED  16017.15607117  .00000509  00000-0  16268-2 0  9993
+2 38424  90.2991 267.3398 0023108 166.9316 193.2410 13.01662139708891
+0 OPS 4682 DEB
+1 38425U 65027EE  16017.96805498  .00000099  00000-0  33073-3 0  9993
+2 38425  90.3023 271.5600 0039316 106.8052 253.7384 12.93613813469307
+0 OPS 4682 DEB
+1 38426U 65027EF  16016.16705607  .00000391  00000-0  13623-2 0  9999
+2 38426  90.3051 274.2763 0035890  54.4213 306.0243 12.95134367612477
+0 OPS 4682 DEB
+1 38427U 65027EG  16016.11195665 -.00000375  00000-0 -13907-2 0  9991
+2 38427  90.2974 264.7310 0033402  33.9724 326.3524 12.93571155655134
+0 OPS 4682 DEB
+1 38428U 65027EH  16017.95340004  .00000023  00000-0  56460-4 0  9995
+2 38428  90.3081 276.8691 0045559 342.6458  17.3103 12.96188785642773
+0 OPS 4682 DEB
+1 38429U 65027EJ  16017.94025614 -.00000216  00000-0 -77627-3 0  9995
+2 38429  90.2929 264.7239 0038951 326.7484  33.1190 12.96646589560826
+0 OPS 4682 DEB
+1 38430U 65027EK  16017.17170936  .00000431  00000-0  14717-2 0  9997
+2 38430  90.3195 285.1990 0041120 298.1367  61.5601 12.96670893 84063
+0 OPS 4682 DEB
+1 38431U 65027EL  16014.61103580 +.00000230 +00000-0 +74846-3 0  9992
+2 38431 090.2869 260.8506 0024211 221.9157 138.0112 12.99124034170110
+0 OPS 4682 DEB
+1 38432U 65027EM  16006.69748025 -.00000157  00000-0 -57568-3 0  9993
+2 38432  90.3095 276.6120 0030406  29.6405 330.6431 12.96242603491662
+0 OPS 4682 DEB
+1 38433U 65027EN  16015.64897127 +.00000425 +00000-0 +12424-2 0  9994
+2 38433 090.3053 272.8944 0035590 332.6883 027.2371 13.07586807133750
+0 OPS 4682 DEB
+1 38434U 65027EP  16018.10988769  .00000328  00000-0  11513-2 0  9992
+2 38434  90.3003 269.6251 0028007 104.5696 255.8532 12.94352788645901
+0 OPS 4682 DEB
+1 38436U 65027ER  16012.62458590  .00000019  00000-0  41406-4 0  9992
+2 38436  90.2985 264.6041 0025138 268.3944  91.4298 12.98586796652925
+0 OPS 4682 DEB
+1 38437U 65027ES  16016.67446388  .00000509  00000-0  17957-2 0  9990
+2 38437  90.3022 270.3103 0038160  61.9271 298.5698 12.94514692706961
+0 OPS 4682 DEB
+1 38438U 65027ET  16017.68767673  .00000294  00000-0  10583-2 0  9995
+2 38438  90.3014 269.9789 0030304 123.3354 237.0671 12.92376316538525
+0 OPS 4682 DEB
+1 38439U 65027EU  16017.74958620  .00000790  00000-0  26784-2 0  9998
+2 38439  90.3225 294.5210 0032369 337.4901  22.4798 12.97863574722974
+0 OPS 4682 DEB
+1 38440U 65027EV  16018.14888931 -.00000190  00000-0 -67749-3 0  9995
+2 38440  90.3102 280.4525 0040040 326.2369  33.6202 12.97394936705350
+0 OPS 4682 DEB
+1 38441U 65027EW  16012.48350589 +.00000362 +00000-0 +12659-2 0  9998
+2 38441 090.3039 271.1841 0029568 088.1163 272.3342 12.94826463119343
+0 OPS 4682 DEB
+1 38442U 65027EX  16017.64902638 -.00000010  00000-0 -64742-4 0  9994
+2 38442  90.3011 269.2336 0032408 101.6147 258.8612 12.92957556541211
+0 OPS 4682 DEB
+1 38443U 65027EY  16016.09437916 -.00000283  00000-0 -97535-3 0  9992
+2 38443  90.2942 267.1020 0029478 231.7453 128.1016 12.99175418645981
+0 OPS 4682 DEB
+1 38444U 65027EZ  16016.12445035 -.00000029  00000-0 -13085-3 0  9994
+2 38444  90.3042 273.9892 0025183  85.9106 274.4891 12.94703201631601
+0 OPS 4682 DEB
+1 38445U 65027FA  16017.95088800 -.00000099  00000-0 -38226-3 0  9991
+2 38445  90.3017 270.9641 0030429  82.2245 278.2327 12.94139298548383
+0 OPS 4682 DEB
+1 38446U 65027FB  16012.75968465  .00000602  00000-0  19541-2 0  9995
+2 38446  90.3181 291.7596 0012985  53.7328 306.4992 13.00845326333016
+0 OPS 4682 DEB
+1 38448U 65027FD  16017.15445575  .00000721  00000-0  24099-2 0  9994
+2 38448  90.2997 270.7007 0028976 218.2324 141.6743 12.98823883603098
+0 OPS 4682 DEB
+1 38449U 65027FE  16016.66323080  .00000034  00000-0  94832-4 0  9997
+2 38449  90.3072 274.8001 0032644  57.8441 302.5838 12.94306570600148
+0 OPS 4682 DEB
+1 38450U 65027FF  16015.65430467 -.00000560  00000-0 -19128-2 0  9994
+2 38450  90.2985 271.5986 0024909 230.7743 129.1168 12.98919811599924
+0 OPS 4682 DEB
+1 38452U 65027FH  16017.12386606 -.00000069  00000-0 -27815-3 0  9992
+2 38452  90.2975 265.4913 0017518  32.1976 328.0208 12.93171605599232
+0 OPS 4682 DEB
+1 38453U 65027FJ  16017.97591588  .00000020  00000-0  46867-4 0  9997
+2 38453  90.3016 270.7820 0025100 100.7982 317.0639 12.93465834531288
+0 OPS 4682 DEB
+1 38454U 65027FK  16012.98095342  .00000059  00000-0  18604-3 0  9990
+2 38454  90.3029 270.7453 0033487 106.3740 254.1064 12.94059236598334
+0 OPS 4682 DEB
+1 38455U 65027FL  16016.65207318 -.00000315 +00000-0 -11199-2 0  9995
+2 38455 090.2980 268.5092 0028534 336.5451 023.4366 12.96670335091316
+0 OPS 4682 DEB
+1 38456U 65027FM  16015.48330043  .00000241  00000-0  82222-3 0  9990
+2 38456  90.2965 262.4474 0020103 310.9655 169.1974 12.96159310597299
+0 OPS 4682 DEB
+1 38457U 65027FN  16016.45026111  .00000469  00000-0  15925-2 0  9994
+2 38457  90.2923 267.3300 0028866 327.1488  32.7837 12.97265238597183
+0 OPS 4682 DEB
+1 38458U 65027FP  16016.12651531  .00000182  00000-0  64784-3 0  9999
+2 38458  90.3041 270.2847 0027302 133.3419 226.9981 12.92066862619167
+0 OPS 4682 DEB
+1 38459U 65027FQ  16017.14049772  .00000241  00000-0  86371-3 0  9993
+2 38459  90.3043 270.2957 0031109 131.3704 229.0097 12.92209585288869
+0 OPS 4682 DEB
+1 38460U 65027FR  16014.46490891 +.00000163 +00000-0 +56511-3 0  9995
+2 38460 090.2944 267.8090 0029495 100.3730 025.2084 12.93745740117705
+0 IRIDIUM 33 DEB
+1 38469U 97051ZW  16016.20286816  .00004626  00000-0  21570-2 0  9994
+2 38469  86.2875 174.8133 0192414 183.3351 176.6566 14.10994237345920
+0 IRIDIUM 33 DEB
+1 38470U 97051ZX  16014.29335913  .00004795  00000-0  17143-2 0  9994
+2 38470  86.4967 207.8123 0112403   4.0437 120.8896 14.30433065351154
+0 IRIDIUM 33 DEB
+1 38471U 97051ZY  16016.54151212  .00008696  00000-0  12999-2 0  9991
+2 38471  86.2891  99.9368 0018893  53.9697 306.3268 14.74519693301664
+0 IRIDIUM 33 DEB
+1 38472U 97051ZZ  16018.09010711  .00023626  00000-0  24255-2 0  9990
+2 38472  86.4038 134.6279 0009210 317.6066 167.0087 14.90256080316877
+0 IRIDIUM 33 DEB
+1 38474U 97051AAB 16017.04598688  .00000804  00000-0  24816-3 0  9997
+2 38474  86.3490 124.2285 0031706 159.4256 200.8228 14.39925594342339
+0 IRIDIUM 33 DEB
+1 38477U 97051AAE 16010.11262835  .00003121  00000-0  30968-2 0  9992
+2 38477  86.4250 321.8205 0481642 342.8199  15.7109 13.36482962280353
+0 COSMOS 2251 DEB
+1 38478U 93036BTN 16014.93253050  .00007346  00000-0  90330-3 0  9998
+2 38478  74.0139 216.9167 0050194 179.1754 180.9516 14.82269971287513
+0 COSMOS 2251 DEB
+1 38479U 93036BTP 16017.21939992  .00000939  00000-0  43911-3 0  9993
+2 38479  74.0118 216.7710 0118318  86.5650  31.6369 14.17983948314752
+0 COSMOS 2251 DEB
+1 38480U 93036BTQ 16017.50875316  .00010976  00000-0  91922-3 0  9993
+2 38480  73.8573  89.9076 0070064 198.3418 161.5240 14.96581154334898
+0 COSMOS 2251 DEB
+1 38481U 93036BTR 16017.77254939  .00000859  00000-0  60959-3 0  9990
+2 38481  73.9366  60.6587 0255592   4.4544 355.8768 13.84630980318007
+0 COSMOS 2251 DEB
+1 38483U 93036BTT 16015.07191223  .00000755  00000-0  35511-3 0  9990
+2 38483  74.2671 277.9217 0129666  16.3744 344.1527 14.17208270328691
+0 COSMOS 2251 DEB
+1 38485U 93036BTV 16017.12634194  .00001586  00000-0  35036-3 0  9994
+2 38485  74.0235 304.9724 0049445 266.4660  93.0848 14.57441436647947
+0 COSMOS 2251 DEB
+1 38486U 93036BTW 16016.58304576  .00001950  00000-0  69488-3 0  9995
+2 38486  73.9628 106.7906 0053436 339.3979  82.5822 14.34135793235073
+0 COSMOS 2251 DEB
+1 38487U 93036BTX 16017.30211457  .00001149  00000-0  21732-3 0  9992
+2 38487  74.0040 242.9344 0079604 220.3289 139.1959 14.63630444268319
+0 FENGYUN 1C DEB
+1 38489U 99025ERY 16002.59789690  .00001335  00000-0  11400-2 0  9999
+2 38489  98.2287 290.5090 0240539 272.4400  84.9237 13.76202887257390
+0 FENGYUN 1C DEB
+1 38491U 99025ESA 16011.52363741 +.00000094 +00000-0 +86056-4 0  9992
+2 38491 099.2422 037.8836 0235162 198.2611 160.9998 13.92340922160001
+0 FENGYUN 1C DEB
+1 38494U 99025ESD 16008.06081785  .00001572  00000-0  79245-3 0  9998
+2 38494  98.4479 315.7875 0502105 102.2283 247.8076 13.67296966264346
+0 FENGYUN 1C DEB
+1 38495U 99025ESE 16017.70141546  .00001043  00000-0  11883-2 0  9998
+2 38495  99.1915 186.5408 0274078  82.3131 280.9039 13.57180421261634
+0 FENGYUN 1C DEB
+1 38496U 99025ESF 16014.27398420  .00000435  00000-0  30004-3 0  9994
+2 38496  99.0574  46.4752 0083958  45.4653 315.3331 14.02847008301843
+0 FENGYUN 1C DEB
+1 38497U 99025ESG 16014.76949710  .00004940  00000-0  15042-2 0  9992
+2 38497  98.6932 359.3258 0076250  63.5670 301.2478 14.40801436313454
+0 FENGYUN 1C DEB
+1 38498U 99025ESH 16010.86024372  .00000169  00000-0  37520-3 0  9993
+2 38498  99.7023  25.3234 0572118 332.8854 145.6117 12.91686860294120
+0 FENGYUN 1C DEB
+1 38500U 99025ESK 16012.28061139  .00001036  00000-0  10467-2 0  9991
+2 38500  98.6480  45.0384 0235010 171.9121 188.5921 13.67739233262233
+0 FENGYUN 1C DEB
+1 38502U 99025ESM 16017.49529086  .00000815  00000-0  49822-3 0  9993
+2 38502  99.1443 104.8786 0042573  88.4443 329.5929 14.08423490435013
+0 FENGYUN 1C DEB
+1 38503U 99025ESN 16017.37678318  .00001928  00000-0  41151-3 0  9997
+2 38503  99.4955  73.2441 0120777  33.7586 327.1225 14.55865943276365
+0 FENGYUN 1C DEB
+1 38504U 99025ESP 16001.99998070  .00002790  00000-0  17144-2 0  9991
+2 38504  98.0387 295.6000 0222403 355.4092   4.5030 13.94807277339814
+0 FENGYUN 1C DEB
+1 38508U 99025EST 15359.28411566  .00006664  00000-0  14948-2 0  9995
+2 38508  98.7680  30.8242 0190443 234.1652 124.1717 14.46308548345858
+0 FENGYUN 1C DEB
+1 38512U 99025ESX 16016.80557425 +.00001273 +00000-0 +12900-2 0  9991
+2 38512 098.3944 320.6072 0244586 048.4397 342.3990 13.66212595100845
+0 FENGYUN 1C DEB
+1 38513U 99025ESY 16017.55642483  .00002204  00000-0  35746-3 0  9993
+2 38513  97.6419 283.7194 0434071 133.9161 229.8724 14.24567141427782
+0 FENGYUN 1C DEB
+1 38514U 99025ESZ 16016.28116703  .00002688  00000-0  17724-2 0  9995
+2 38514  98.0753 182.6538 0432531 189.7625 169.4914 13.64986713409492
+0 FENGYUN 1C DEB
+1 38516U 99025ETB 16015.31781911  .00000096  00000-0  48796-4 0  9995
+2 38516  98.5630  52.4008 0114868  57.0901 304.1271 14.31849451330582
+0 FENGYUN 1C DEB
+1 38517U 99025ETC 16016.55354154  .00002785  00000-0  75734-3 0  9996
+2 38517  98.6896  55.9635 0121021 319.1097  40.1062 14.44106642314948
+0 FENGYUN 1C DEB
+1 38519U 99025ETE 16018.05224736  .00000493  00000-0  49237-3 0  9990
+2 38519  99.3845 315.0862 0187661 194.2337 165.3482 13.75271502348994
+0 THOR ABLESTAR DEB
+1 38521U 63038Q   16016.13327641 +.00000085 +00000-0 +12733-3 0  9992
+2 38521 090.0915 320.7934 0043092 087.1396 336.1480 13.44897083123991
+0 TRANSIT 5B-1 DEB
+1 38522U 63038R   16015.84560968 +.00007351 +00000-0 +62167-2 0  9999
+2 38522 090.1092 323.1958 0075621 181.3488 178.7492 13.86210682612013
+0 TRANSIT 11 DEB
+1 38523U 66005N   16007.25526673  .00021562  00000-0  12147-2 0  9991
+2 38523  89.9869 183.5227 0024692 184.3425 153.8407 15.12861423683301
+0 TRANSIT 5E-5 DEB
+1 38524U 64083N   16016.78791460 +.00014848 +00000-0 +49834-2 0  9994
+2 38524 089.8617 148.7859 0077845 234.2401 125.1543 14.35449897098352
+0 TRANSIT 5E-5 DEB
+1 38525U 64083P   16015.37749394  .00021208  00000-0  68619-2 0  9998
+2 38525  89.8505 149.9790 0099270 232.9109 181.5735 14.36155537652342
+0 TRANSIT 5E-5 DEB
+1 38526U 64083Q   16017.20967860  .00014260  00000-0  64608-2 0  9997
+2 38526  89.9084 170.6702 0071806 325.8911 155.8457 14.20497302567496
+0 TRANSIT 5E-5 DEB
+1 38527U 64083R   16017.44646604  .00011165  00000-0  51039-2 0  9999
+2 38527  89.9046 168.5931 0047902 349.0593  71.7116 14.20797246372840
+0 TRANSIT 16 DEB
+1 38530U 67048H   16016.76523369 +.00004146 +00000-0 +43453-2 0  9995
+2 38530 089.6593 125.7204 0054903 196.4541 319.3119 13.74195864238595
+0 COSMOS 422 DEB
+1 38531U 71046C   16015.16861341 +.00000196 +00000-0 +23167-3 0  9999
+2 38531 074.0194 324.5233 0013614 036.1185 324.0851 13.74383349119816
+0 METEOR 2-1 DEB
+1 38532U 75064E   16017.51619937  .00001787  00000-0  80282-3 0  9995
+2 38532  81.2659  94.6049 0021153 159.5448 200.6581 14.21917741367223
+0 METEOR 1-27 DEB
+1 38533U 77024D   15359.92017847  .00003094  00000-0  13711-2 0  9994
+2 38533  81.2408 225.2242 0038847 315.7228  44.0843 14.22510361251897
+0 METEOR 2-5 DEB
+1 38534U 79095CB  16012.13447657  .00003088  00000-0  15418-2 0  9990
+2 38534  81.2209 321.2427 0022349 132.6694 227.6368 14.16508453352886
+0 METEOR 2-10 DEB
+1 38536U 83109D   15362.30331661  .00004624  00000-0  11841-2 0  9999
+2 38536  81.1580 213.8528 0059007   5.4164 355.4445 14.49214489366663
+0 METEOR 2-10 DEB
+1 38537U 83109E   16015.21261862  .00003096  00000-0  83731-3 0  9991
+2 38537  81.1529 205.3438 0066328 352.6133   7.4073 14.46297980457262
+0 METEOR 2-10 DEB
+1 38538U 83109F   16016.80166894  .00003917  00000-0  97762-3 0  9998
+2 38538  81.1507 197.0691 0072428 332.5603  27.1771 14.49871958463485
+0 METEOR 2-17 DEB
+1 38540U 88005AT  16012.19441385  .00001256  00000-0  68637-3 0  9993
+2 38540  82.5201 342.9834 0019991 278.5244  81.3665 14.11252108609384
+0 METEOR 2-17 DEB
+1 38541U 88005AU  16017.94078962  .00002343  00000-0  17684-2 0  9992
+2 38541  82.5309  95.4559 0009680 126.3778 233.8282 13.93763911374616
+0 METEOR 2-17 DEB
+1 38542U 88005AV  16014.56050560 +.00000849 +00000-0 +66867-3 0  9999
+2 38542 082.5267 104.1153 0014721 313.2312 046.7621 13.90642502073906
+0 METEOR 2-17 DEB
+1 38543U 88005AW  15356.37681395  .00003418  00000-0  17647-2 0  9999
+2 38543  82.5358  11.0844 0014560   1.3411 358.7803 14.14770533569728
+0 METEOR 2-17 DEB
+1 38544U 88005AX  16008.54389590  .00000999  00000-0  78294-3 0  9993
+2 38544  82.5287 105.5212 0007848  52.6901 307.4977 13.91113665434693
+0 NOAA 12 DEB
+1 38546U 91032F   16017.89245519  .00000441  00000-0  17837-3 0  9997
+2 38546  98.5789  57.6600 0012506  70.1903  54.3347 14.32663398214033
+0 NOAA 12 DEB
+1 38547U 91032G   16017.37126428  .00000095  00000-0  55116-4 0  9996
+2 38547  98.5978  52.4294 0005390  37.5519  32.2656 14.28738438598978
+0 OGO 5 DEB
+1 38549U 68014C   16016.43349187 +.00011996 +00000-0 +43994-3 0  9999
+2 38549 048.9991 069.5280 6157580 359.7475 000.1213 03.87516062046299
+0 ECHOSTAR 17
+1 38551U 12035A   16017.99019517 -.00000086  00000-0  00000+0 0  9993
+2 38551   0.0195  58.3585 0002294 235.2532  72.5712  1.00271608 12992
+0 METEOSAT 10 (MSG 3)
+1 38552U 12035B   16016.67948643 -.00000013 +00000-0 +00000-0 0  9990
+2 38552 000.4807 087.1430 0001016 199.8756 072.9532 01.00276105012733
+0 ARIANE 5 R/B
+1 38553U 12035C   16016.06994478 +.00000826 +00000-0 +39752-3 0  9991
+2 38553 006.2063 251.8603 7214127 170.8368 218.5254 02.35596361029890
+0 ARIANE 5 DEB (SYLDA)
+1 38554U 12035D   16015.72418029  .00014550  00000-0  30667-2 0  9991
+2 38554   5.7759 207.7995 6969461 261.1228  20.7393  2.68508196 31948
+0 BREEZE-M DEB
+1 38559U 06006CZ  16017.33664024  .00000103  00000-0  51531-3 0  9997
+2 38559  52.0537 130.0096 5042948  17.8376   5.0637  5.20846871110203
+0 BREEZE-M DEB
+1 38562U 06006DC  16013.99100840  .00001862  00000-0  21276-2 0  9995
+2 38562  51.8213 350.3514 4955957 152.9836 245.1610  5.49707846111490
+0 BREEZE-M DEB
+1 38563U 06006DD  16017.43402279  .00001043  00000-0  11305-2 0  9993
+2 38563  51.6885  39.6090 5075280 134.3678 280.5815  5.31671808145925
+0 BREEZE-M DEB
+1 38564U 06006DE  16004.38812689  .00000110  00000-0  19224-3 0  9997
+2 38564  51.7445   2.5322 4962969 155.8799 239.0071  5.47392559 86282
+0 BREEZE-M DEB
+1 38565U 08011L   16016.59888414 -.00000492  00000-0 -54761-2 0  9990
+2 38565  49.1482 208.5621 6471481 183.2118 134.9698  3.10014395 66059
+0 BREEZE-M DEB
+1 38566U 08011M   16016.78358262 +.00004910 +00000-0 +25583-1 0  9991
+2 38566 048.7751 138.7591 6124435 252.7234 331.5013 03.61598859059965
+0 BREEZE-M DEB
+1 38567U 08011N   16017.85890557 -.00000029  00000-0  00000+0 0  9992
+2 38567  49.5111 350.8543 6246064  52.2496   8.8718  2.94547816 52539
+0 BREEZE-M DEB
+1 38568U 08011P   16017.22698176  .00000228  00000-0  25155-2 0  9998
+2 38568  49.0971 222.0928 6368409 154.5021 259.9261  3.19954609 54011
+0 BREEZE-M DEB
+1 38569U 08011Q   16016.95845375  .00002341  00000-0  40910+0 0  9994
+2 38569  49.1456 311.2873 6217997  96.9019 332.8388  3.00372648 53356
+0 BREEZE-M DEB
+1 38571U 08011S   16017.62352601 -.00000016  00000-0  00000+0 0  9991
+2 38571  49.5980 328.2145 6290268  64.7981  44.2404  2.98455031 50554
+0 BREEZE-M DEB
+1 38572U 08011T   16016.78296980 -.00000067  00000-0  00000+0 0  9991
+2 38572  48.7970 282.7008 6314846 129.1425  40.9546  3.03161614 56021
+0 BREEZE-M DEB
+1 38573U 08011U   16018.21763940 -.00000045  00000-0  00000+0 0  9993
+2 38573  49.0269 303.3197 6281827 103.8732   8.5037  3.02010352 52930
+0 BREEZE-M DEB
+1 38574U 08011V   16017.23222557 -.00000064  00000-0  00000+0 0  9990
+2 38574  48.8775 315.3147 6238663  97.0571  11.0628  3.01739244 48233
+0 BREEZE-M DEB
+1 38575U 08011W   16017.57480257  .00000393  00000-0  62541-2 0  9996
+2 38575  49.2198 187.1220 6314314 205.8997 100.1077  3.22781440 53304
+0 BREEZE-M DEB
+1 38576U 08011X   16016.36286423  .00001642  00000-0  55072-2 0  9991
+2 38576  49.1841 180.6160 6480285 205.1404  99.5533  3.18330279 58530
+0 BREEZE-M DEB
+1 38577U 08011Y   16009.10886409  .00000676  00000-0  99980-2 0  9998
+2 38577  49.1975 247.5742 6522487 148.0518   1.8514  2.99608407 55744
+0 BREEZE-M DEB
+1 38579U 08011AA  16017.05696416 -.00000496  00000-0 -19408-1 0  9998
+2 38579  48.8464 261.3337 6427904 143.1359  87.8041  2.99038238 51515
+0 BREEZE-M DEB
+1 38580U 08011AB  16017.01906937 -.00000354  00000-0 -35616-1 0  9990
+2 38580  48.1657 305.8129 6316794 116.6886 319.8706  2.93213849 51064
+0 BREEZE-M DEB
+1 38583U 08011AE  16017.47441089  .00000189  00000-0  55468-3 0  9998
+2 38583  49.2868 193.6650 6506133 191.6424 139.4054  3.11736881 54538
+0 BREEZE-M DEB
+1 38584U 08011AF  16017.22786095 -.00000516  00000-0 -96139-2 0  9996
+2 38584  48.7393 227.0196 6454029 180.1354 355.2186  3.06324497 50725
+0 BREEZE-M DEB
+1 38585U 08011AG  16016.08315333 -.00000043  00000-0 -21075-3 0  9996
+2 38585  49.2077 158.4622 6518393 223.4418  61.2340  3.20308586 55334
+0 BREEZE-M DEB
+1 38586U 08011AH  16017.63108662 -.00000023  00000-0  00000+0 0  9992
+2 38586  49.8346 352.6730 6315130  45.2064  47.1063  2.91654122 50932
+0 BREEZE-M DEB
+1 38588U 08011AK  16017.18567439  .00000076  00000-0  16256-2 0  9995
+2 38588  50.1034 293.6449 6445235  79.7146 342.5020  3.02400253 49993
+0 BREEZE-M DEB
+1 38589U 08011AL  15358.28634075  .00001143  00000-0  12429+0 0  9996
+2 38589  48.4525 308.2037 6350053 111.8986   6.2015  2.95285243 50292
+0 BREEZE-M DEB
+1 38590U 08011AM  16017.50135879 -.00000042  00000-0  00000+0 0  9994
+2 38590  49.2386 349.9393 6368660  58.2338 348.5678  2.87780238 49361
+0 BREEZE-M DEB
+1 38592U 08011AP  16017.80432803 -.00001650  00000-0 -26327-1 0  9995
+2 38592  48.6352 210.2364 6413671 197.4519  40.7952  3.12876327 51832
+0 BREEZE-M DEB
+1 38593U 08011AQ  16017.42227207 -.00001444  00000-0 -13449-1 0  9996
+2 38593  49.2674 224.3806 6537402 165.7830 229.6306  3.02958335 54177
+0 BREEZE-M DEB
+1 38594U 08011AR  16017.52333588 -.00000164  00000-0 -34684-2 0  9991
+2 38594  49.1837 263.1839 6507043 134.4388  27.0769  2.97101596 53381
+0 BREEZE-M DEB
+1 38597U 08011AU  16016.75868211 -.00000459 +00000-0 -36516-2 0  9997
+2 38597 049.0978 188.3568 6313023 192.8975 137.1173 03.33638376030209
+0 BREEZE-M DEB
+1 38598U 08011AV  16017.00273954  .00000841  00000-0  12317-1 0  9996
+2 38598  49.0830 220.2059 6446922 175.7076 357.4221  3.08905389 55161
+0 BREEZE-M DEB
+1 38599U 08011AW  16014.51964537 -.00000084  00000-0  00000+0 0  9998
+2 38599  48.6134 314.5469 6470246 104.5546 330.9777  2.83639321 50512
+0 BREEZE-M DEB
+1 38600U 08011AX  16016.49068828 -.00000022 +00000-0 -47762-3 0  9991
+2 38600 049.0147 192.1437 6508155 200.8938 059.3869 03.12059494055378
+0 BREEZE-M DEB
+1 38601U 08011AY  16017.84169829  .00023047  00000-0  46913-2 0  9991
+2 38601  48.1334  50.2834 6098167   0.3666 359.9907  3.89544329 65104
+0 BREEZE-M DEB
+1 38602U 08011AZ  16017.57658821  .00002612  00000-0  63617-2 0  9992
+2 38602  48.7729 182.3706 6523012 217.3206  71.6943  3.15149338 60165
+0 BREEZE-M DEB
+1 38603U 08011BA  16013.23623142 +.00000152 +00000-0 +10974-2 0  9995
+2 38603 049.8709 204.5513 6452566 161.4081 242.1822 03.14986635034962
+0 BREEZE-M DEB
+1 38604U 08011BB  16016.19121149  .00000800  00000-0  11085-1 0  9997
+2 38604  49.2227 218.5175 6451639 172.5220 206.3581  3.08993907 57196
+0 BREEZE-M DEB
+1 38605U 08011BC  16017.03798950  .00001098  00000-0  36403-1 0  9993
+2 38605  49.1396 245.9700 6384383 151.4544   1.8404  3.07181215 54848
+0 BREEZE-M DEB
+1 38606U 08011BD  16016.23787245 -.00000870 +00000-0 -41944-2 0  9996
+2 38606 048.4894 200.7164 6554013 209.2885 088.1073 03.06936358056753
+0 BREEZE-M DEB
+1 38607U 08011BE  16017.12634668  .00000467  00000-0  16127-1 0  9990
+2 38607  49.6473 264.6820 6386632 116.8583   7.0537  3.05904651 55525
+0 BREEZE-M DEB
+1 38608U 08011BF  16017.84136339  .00028206  00000-0  20089-1 0  9995
+2 38608  48.3666 351.3426 5516118  45.3489 348.2202  4.67941389 62464
+0 BREEZE-M DEB
+1 38609U 08011BG  16017.36703747  .00002079  00000-0  16496-1 0  9993
+2 38609  48.1805 188.7892 6451179 224.5504  60.5870  3.14672020 57498
+0 BREEZE-M DEB
+1 38610U 08011BH  16012.10721071  .00000470  00000-0  24083-1 0  9996
+2 38610  49.1356 265.9023 6348023 133.7650   5.8662  3.05966677 55383
+0 BREEZE-M DEB
+1 38612U 08011BK  16017.80199175  .00002439  00000-0  20400+0 0  9998
+2 38612  48.0615 266.9251 6325113 169.3272  41.8545  3.01253051 54699
+0 BREEZE-M DEB
+1 38613U 08011BL  15354.22043182  .00004935  00000-0  52688-2 0  9993
+2 38613  48.7421 175.7602 6534951 223.7633 346.7598  3.19106236 46649
+0 BREEZE-M DEB
+1 38614U 08011BM  16016.21135670 -.00000042  00000-0  00000+0 0  9997
+2 38614  49.2257 310.0758 6265638  91.7138 336.0084  3.02884183 50840
+0 BREEZE-M DEB
+1 38615U 08011BN  16012.88253395 +.00000341 +00000-0 +20798-2 0  9992
+2 38615 049.1799 197.8699 6497375 190.9866 351.5220 03.11285983038787
+0 BREEZE-M DEB
+1 38617U 08011BQ  16017.65189315  .00000530  00000-0  28651-2 0  9990
+2 38617  49.3075 173.0419 6412701 206.2744  97.7073  3.22438155 51930
+0 BREEZE-M DEB
+1 38619U 08011BS  16018.08801845  .00000540  00000-0  29436-1 0  9991
+2 38619  49.1232 266.7198 6340534 133.6088   5.9172  3.05793036 50097
+0 BREEZE-M DEB
+1 38622U 08011BV  16017.66790850 -.00000467  00000-0 -50121-2 0  9997
+2 38622  49.2066 209.2619 6482960 181.5297 284.2348  3.09176261 48218
+0 BREEZE-M DEB
+1 38624U 08011BX  16016.67274147  .00000169  00000-0  63588-3 0  9994
+2 38624  48.6855 198.1808 6489689 206.9321 286.5577  3.12144432 47790
+0 BREEZE-M DEB
+1 38625U 08011BY  16017.63504577  .00001948  00000-0  51717-2 0  9991
+2 38625  48.9962 174.0757 6477967 216.1048  74.7859  3.20308878780692
+0 BREEZE-M DEB
+1 38628U 08011CB  16016.94454282 +.00001992 +00000-0 +82425-2 0  9993
+2 38628 048.8133 194.3056 6509810 205.0754 352.1488 03.12901680047356
+0 BREEZE-M DEB
+1 38631U 08011CE  16017.99150293  .00001398  00000-0  22285-1 0  9995
+2 38631  49.0921 219.5114 6384176 166.7368 358.3665  3.15758715 54291
+0 BREEZE-M DEB
+1 38632U 08011CF  16011.38526943  .00000391  00000-0  17711-2 0  9993
+2 38632  49.1573 191.7563 6498820 197.2704 188.0555  3.13665896 54055
+0 BREEZE-M DEB
+1 38635U 08011CJ  16013.22885606  .00001078  00000-0  30827-1 0  9990
+2 38635  48.8388 238.0732 6401298 168.1399 220.5670  3.07189929 53398
+0 BREEZE-M DEB
+1 38636U 08011CK  16017.08156554  .00000857  00000-0  67059-2 0  9994
+2 38636  49.3111 207.5095 6490650 178.3163 131.7116  3.09653053 53691
+0 BREEZE-M DEB
+1 38640U 08011CP  16017.05207940  .00000940  00000-0  33912-1 0  9995
+2 38640  48.8514 256.4566 6423573 151.5687  46.4371  3.01879724 52676
+0 BREEZE-M DEB
+1 38642U 08011CR  16011.02565057  .00000089  00000-0  19997-2 0  9996
+2 38642  48.7594 234.7270 6397191 171.5350 355.5690  3.08192007 53208
+0 BREEZE-M DEB
+1 38643U 08011CS  16016.65467619 -.00001539  00000-0 -24875-1 0  9999
+2 38643  49.4374 233.6854 6402979 142.3801 172.4144  3.13912928 53856
+0 BREEZE-M DEB
+1 38645U 08011CU  16015.91507119 +.00000057 +00000-0 +38515-2 0  9998
+2 38645 049.0576 256.3257 6355291 144.6196 092.4659 03.06490589057451
+0 BREEZE-M DEB
+1 38646U 08011CV  16017.32095980 -.00000938  00000-0 -44050-1 0  9994
+2 38646  49.1405 262.5153 6352513 136.8868  58.5706  3.05935142 58737
+0 BREEZE-M DEB
+1 38647U 08011CW  16017.13977324  .00000594  00000-0  40363-1 0  9994
+2 38647  49.1010 275.7577 6320846 125.9434   8.0511  3.05292429 58602
+0 BREEZE-M DEB
+1 38648U 08011CX  16017.68296065 -.00000781  00000-0 -11832-1 0  9990
+2 38648  49.1408 232.2559 6498023 162.1844 249.4950  3.03113994 58608
+0 BREEZE-M DEB
+1 38649U 08011CY  16017.81486324  .00008516  00000-0  10598+0 0  9993
+2 38649  48.6024 198.5921 6346303 200.0763 214.7034  3.23558219 60403
+0 BREEZE-M DEB
+1 38650U 08011CZ  16016.57895449 -.00000886 +00000-0 -37092-1 0  9993
+2 38650 049.1156 256.2954 6360052 142.9397 044.0730 03.06599829058215
+0 BREEZE-M DEB
+1 38651U 08011DA  16017.26634227 -.00000311  00000-0 -13871-1 0  9998
+2 38651  49.1155 261.2204 6353091 138.7444  74.7627  3.06023959 58479
+0 SES 5
+1 38652U 12036A   16017.11021856  .00000025  00000-0  00000+0 0  9991
+2 38652   0.0527 255.1616 0002106  30.6640 234.7865  1.00271897 12928
+0 BREEZE-M R/B
+1 38653U 12036B   16016.19225922 -.00000088  00000-0  00000+0 0  9999
+2 38653  23.3956 325.7592 6086843  80.4821 339.5410  2.17150350 27914
+0 BREEZE-M DEB (TANK)
+1 38654U 12036C   16016.76833444 +.00001374 +00000-0 +39045-3 0  9990
+2 38654 049.6141 293.5542 5182730 122.3342 298.4672 05.28917250067411
+0 METEOR 2-17 DEB
+1 38655U 88005AY  16017.45327869  .00001770  00000-0  11879-2 0  9990
+2 38655  82.5374  77.3858 0026162 197.7913 220.3903 14.00101017471028
+0 METEOR 2-17 DEB
+1 38656U 88005AZ  16017.47269383  .00000376  00000-0  27605-3 0  9995
+2 38656  82.5209  89.2622 0007005 292.4538  67.5885 13.93324847359213
+0 CZ-2 DEB
+1 38657U 09072E   16018.19060756  .00000021  00000-0  15299-3 0  9999
+2 38657 100.3710 107.2158 0134297 208.0924 185.5463 13.22173773290108
+0 CZ-2 DEB
+1 38658U 09072F   16018.18143699  .00000442  00000-0  14387-2 0  9990
+2 38658 100.2575   2.6038 0135795 291.3341 129.9291 13.04836700281976
+0 CZ-2 DEB
+1 38659U 09072G   16017.24995666 -.00000035  00000-0  23687-4 0  9990
+2 38659 100.2967  32.0619 0135029 321.2550  97.3961 13.05026284287505
+0 CZ-2 DEB
+1 38660U 09072H   16017.11698067 -.00000094  00000-0 -18510-3 0  9997
+2 38660 100.4703 347.9240 0156604  51.1775   8.8923 12.92282182278810
+0 CZ-2 DEB
+1 38661U 12029C   16018.10525691 -.00000011  00000-0  77085-4 0  9997
+2 38661 100.2258 129.5150 0124706  91.1371 270.4034 13.19099230172040
+0 CZ-2 DEB
+1 38662U 12029D   16017.14997848 -.00000021  00000-0  51578-4 0  9998
+2 38662 100.2717 133.1101 0131314  97.1742 264.4323 13.18937894171891
+0 CZ-2 DEB
+1 38663U 12029E   16017.07722649  .00000091  00000-0  37329-3 0  9999
+2 38663 100.2393 109.5855 0139240 133.5717 227.7050 13.08120770170555
+0 CZ-2 DEB
+1 38664U 12029F   16017.21061882 -.00000051  00000-0 -26440-4 0  9992
+2 38664 100.1674 109.3038 0137991 113.0043 248.5691 13.11850471173461
+0 SL-8 DEB
+1 38665U 71035E   16016.87769273 +.00000070 +00000-0 +32387-4 0  9991
+2 38665 074.0479 101.4367 0029029 082.1032 278.3414 14.36769544131374
+0 SL-8 DEB
+1 38666U 71035F   15356.13571022  .00000152  00000-0  60679-4 0  9996
+2 38666  74.0457 161.3537 0027319 161.2275 198.9892 14.36381900626263
+0 SL-8 DEB
+1 38667U 74071E   16017.55258119  .00000079  00000-0  36399-4 0  9990
+2 38667  74.0511 101.3919 0020232 138.3323 221.9376 14.35587259672707
+0 CZ-3 DEB
+1 38673U 86010H   16017.21754491  .00007498  00000-0  99695-2 0  9998
+2 38673  30.5601  66.3019 6791935 258.2329  24.0174  2.84320596 98082
+0 DELTA 2 DEB
+1 38674U 06042D   16014.60301982  .00038261  16723-6  45147-3 0  9990
+2 38674  39.8665 105.5360 4804313  21.4660 353.3043  6.11026341116945
+0 AYAME 1 DEB
+1 38682U 79009E   16016.89585473 -.00000061  00000-0  00000+0 0  9992
+2 38682   7.7942 166.5742 3612368  51.5912 335.6087  1.68547365 46626
+0 AYAME 1 DEB
+1 38683U 79009F   16017.76240995 -.00000073  00000-0  00000+0 0  9990
+2 38683   7.0340 144.1266 3756850  95.3412 307.4504  1.69486454 34586
+0 AYAME 2 DEB
+1 38684U 80018E   16017.46244675 -.00000117  00000-0  00000+0 0  9998
+2 38684   8.8324 305.1362 4514722 146.1199 253.4753  1.77197921 39164
+0 AYAME 2 DEB
+1 38685U 80018F   16017.51405740 -.00000092  00000-0  00000+0 0  9999
+2 38685   9.4379 333.5004 4433402  86.8642 321.4025  1.76228043 51765
+0 SATCOM 3 DEB
+1 38687U 79101W   16016.86307248 -.00000131  00000-0  00000+0 0  9997
+2 38687   8.5027 162.3001 4654603 332.8653   8.8335  1.80196659 46559
+0 SATCOM 3 DEB
+1 38688U 79101X   16016.77452280 -.00000050  00000-0  00000+0 0  9995
+2 38688   8.4006  94.9469 4875107 106.2327 310.8339  1.80688528 37112
+0 SATCOM 3 DEB
+1 38689U 79101Y   16015.75959285 -.00000085  00000-0  00000+0 0  9998
+2 38689   8.2942 134.9370 4710442  30.5607 349.8362  1.81036340 50805
+0 TITAN 3C TRANSTAGE DEB
+1 38690U 68081Q   16018.04082044 -.00000065  00000-0  00000+0 0  9998
+2 38690   7.5764 321.4665 0278133 323.0081  35.2057  0.99332321 41330
+0 TITAN 3C TRANSTAGE DEB
+1 38691U 68081R   16016.03201614  .00000078  00000-0  00000+0 0  9995
+2 38691   6.3889 317.3260 0199572 288.3281  69.6594  1.00704438 46815
+0 TITAN 3C TRANSTAGE DEB
+1 38692U 68081S   16015.18028917 -.00000365  00000-0  00000+0 0  9994
+2 38692   7.5858 321.8423 0331415 292.7982  63.8601  0.99180821 29533
+0 TITAN 3C TRANSTAGE DEB
+1 38693U 68081T   16012.45402406 -.00000090  00000-0  00000+0 0  9996
+2 38693   5.4532 311.1847 0108036 249.3884 109.6780  1.02822783 30457
+0 TITAN 3C TRANSTAGE DEB
+1 38694U 68081U   16012.39556436 -.00000143  00000-0  00000+0 0  9992
+2 38694   6.5842 311.3716 0085490 124.3048 236.6871  1.03509214 30570
+0 TITAN 3C TRANSTAGE DEB
+1 38695U 68081V   16011.82622560 -.00000049  00000-0  00000+0 0  9997
+2 38695   7.1650 320.8033 0459842 279.8197 248.9381  0.99337472 25507
+0 TITAN 3C TRANSTAGE DEB
+1 38697U 68081X   16016.64223108 -.00000036  00000-0  00000+0 0  9995
+2 38697   5.1436 329.7519 0485356  18.3408 343.3384  1.01470152 36272
+0 TITAN 3C TRANSTAGE DEB
+1 38698U 68081Y   16016.37858707 -.00000187  00000-0  00000+0 0  9992
+2 38698   4.8863 306.1577 0158929 262.4958  95.9006  1.04393023 46097
+0 TITAN 3C TRANSTAGE DEB
+1 38700U 68081AA  16010.31860862 -.00000158 +00000-0 +00000-0 0  9998
+2 38700 006.2235 312.6746 0115802 254.3931 318.1745 01.02728815025449
+0 TITAN 3C TRANSTAGE DEB
+1 38702U 68081AC  16014.78259609 -.00000278  00000-0  00000+0 0  9998
+2 38702   7.4398 315.3446 0206031  46.8642 314.9601  1.02205728 30814
+0 TITAN 3C TRANSTAGE DEB
+1 38703U 68081AD  16017.23953909 -.00000072  00000-0  00000+0 0  9998
+2 38703   5.5668 304.9978 0257956 134.2820 271.3430  1.05421093 35932
+0 TITAN 3C TRANSTAGE DEB
+1 38704U 68081AE  16016.59273136 -.00000017  00000-0  00000+0 0  9993
+2 38704   4.4164 310.1861 0189666 273.3360  84.7229  1.02202376 37143
+0 TITAN 3C TRANSTAGE DEB
+1 38705U 68081AF  16004.87225263 -.00000258  00000-0  00000+0 0  9997
+2 38705   5.3848 312.8364 0250039  64.3910 298.3286  1.02051127 36154
+0 KANOPUS-V 1
+1 38707U 12039A   16018.35016161 -.00000068  00000-0  00000+0 0  9993
+2 38707  97.4699 296.5949 0001279 128.1629  19.7128 15.20509624193705
+0 BKA 2
+1 38708U 12039B   16018.20861662  .00001483  00000-0  71221-4 0  9991
+2 38708  97.4277 293.6162 0001710  73.9486  85.2464 15.20385109193623
+0 EXACTVIEW-1
+1 38709U 12039C   16017.93418984  .00000061  00000-0  47113-4 0  9990
+2 38709  99.0263 332.6337 0010514 296.6761  63.3345 14.23872968181366
+0 TET-1
+1 38710U 12039D   16017.38667797  .00006629  00000-0  16973-3 0  9994
+2 38710  97.4904 311.5172 0000437  21.1885 338.9379 15.39747603194565
+0 MKA-FKI 1
+1 38711U 12039E   16017.49897893  .00000058  00000-0  45651-4 0  9995
+2 38711  99.0199 331.8154 0011003 301.4285  58.5815 14.24109801181318
+0 FENGYUN 1C DEB
+1 38714U 99025ETF 16017.20874853  .00008499  00000-0  22477-2 0  9994
+2 38714  97.8582  22.8521 0237134  16.2521 344.6105 14.33624131273093
+0 FENGYUN 1C DEB
+1 38717U 99025ETJ 16017.78806051  .00001550  00000-0  98521-3 0  9990
+2 38717  98.9822 321.3947 0072256  22.9283   7.2190 14.04000583268384
+0 FENGYUN 1C DEB
+1 38718U 99025ETK 16014.41821645 +.00000915 +00000-0 +83545-3 0  9998
+2 38718 098.6438 086.9027 0210805 352.7155 007.0949 13.76009195094859
+0 FENGYUN 1C DEB
+1 38720U 99025ETM 16017.32383071  .00003308  00000-0  16707-2 0  9994
+2 38720  99.1144  48.5802 0055968  54.3633 306.2735 14.16122572290170
+0 FENGYUN 1C DEB
+1 38721U 99025ETN 16016.91368702 +.00001453 +00000-0 +76717-3 0  9990
+2 38721 099.0039 066.7166 0080581 251.5612 107.6788 14.13826757120362
+0 FENGYUN 1C DEB
+1 38722U 99025ETP 16017.20128874  .00001733  00000-0  65271-3 0  9992
+2 38722  99.3822 173.0147 0254253 333.0575  25.7582 14.16655662319337
+0 FENGYUN 1C DEB
+1 38723U 99025ETQ 16015.51179736  .00002666  00000-0  10946-2 0  9992
+2 38723  99.4625 270.4568 0045781  22.4093 337.9072 14.27444423253283
+0 FENGYUN 1C DEB
+1 38724U 99025ETR 16017.85933974  .00002150  00000-0  16898-2 0  9994
+2 38724  98.7660 165.9101 0166017 324.2430  34.7701 13.86665112225970
+0 FENGYUN 1C DEB
+1 38725U 99025ETS 16016.58183253  .00001438  00000-0  75072-3 0  9999
+2 38725  98.9721  67.0362 0049081 218.1224 141.6473 14.15493561254050
+0 FENGYUN 1C DEB
+1 38726U 99025ETT 16017.55742574  .00002555  00000-0  11392-2 0  9990
+2 38726  99.1522 138.9071 0091899 201.5185 158.2117 14.21499733248320
+0 FENGYUN 1C DEB
+1 38727U 99025ETU 16017.38804262  .00001115  00000-0  84918-3 0  9991
+2 38727  98.6475 179.9820 0121126 162.9870 228.2111 13.92143289217795
+0 FENGYUN 1C DEB
+1 38728U 99025ETV 16017.03822053  .00001765  00000-0  47357-3 0  9999
+2 38728  99.2341 316.4989 0112482  38.2371  20.6374 14.45904883262031
+0 TIANLIAN 1-03
+1 38730U 12040A   16014.81276278  .00000117  00000-0  00000+0 0  9999
+2 38730   0.0180 215.4559 0007220 223.2055 344.5484  1.00392069 12828
+0 NOAA 14 DEB
+1 38732U 94089D   16017.86497587  .00001658  00000-0  81630-3 0  9993
+2 38732  98.7596 105.9019 0017349 213.2540 146.7547 14.18856660179854
+0 COSMOS 2481
+1 38733U 12041A   16018.14449484  .00000034  00000-0  17563-3 0  9998
+2 38733  82.4754 286.0837 0019339  76.6531 283.6703 12.42363797157582
+0 GONETS M 03
+1 38734U 12041B   16018.08818333  .00000024  00000-0  10000-3 0  9993
+2 38734  82.4764 285.3810 0019900  65.6343 294.6816 12.42886467157648
+0 YUBELEINY 2
+1 38735U 12041C   16018.09375843  .00000040  00000-0  21992-3 0  9999
+2 38735  82.4773 285.9732 0017992  71.6740 288.6296 12.42570473157603
+0 GONETS M 04
+1 38736U 12041D   16017.87149639  .00000010  00000-0  00000+0 0  9997
+2 38736  82.4811 286.0900 0022082  67.1517 293.1890 12.42865267157603
+0 BREEZE-KM R/B
+1 38737U 12041E   16017.53097546 -.00000000  00000-0 -46088-4 0  9992
+2 38737  82.4754 226.5268 0225403 175.0091 185.3336 12.81799790162517
+0 INTELSAT 20
+1 38740U 12043A   16015.49196596 -.00000030  00000-0  00000+0 0  9997
+2 38740   0.0240  52.1031 0000127 342.9379 324.9599  1.00265574 12676
+0 HYLAS 2
+1 38741U 12043B   16017.59022918  .00000144  00000-0  00000+0 0  9992
+2 38741   0.0524 255.1059 0001617  50.3699  54.4902  1.00270221 12710
+0 ARIANE 5 R/B
+1 38742U 12043C   16017.90482153  .00002366  00000-0  74410-3 0  9997
+2 38742   5.7990 285.6817 7208134 150.5288 284.5143  2.37183845 29387
+0 ARIANE 5 DEB (SYLDA)
+1 38743U 12043D   16017.85459422  .00008912  00000-0  27463-2 0  9993
+2 38743   5.8575 153.4192 6439656  48.5102 351.0589  3.38661006 34833
+0 TELKOM 3
+1 38744U 12044A   16018.12727565  .00074641  50664-5  13258-2 0  9997
+2 38744  49.8884 261.1877 1727938 174.7904 187.3810 12.08807294138674
+0 EXPRESS MD2
+1 38745U 12044B   16016.83975077 +.00009802 +18194-5 +27782-3 0  9994
+2 38745 049.9080 215.3693 2352426 273.6207 060.0940 10.72607481131289
+0 BREEZE-M R/B
+1 38746U 12044C   16017.17913360  .00004981  00000-0  31931-3 0  9996
+2 38746  49.6915 324.1200 2465674 212.2913 130.0189 10.37807242128681
+0 BREEZE-M DEB
+1 38747U 12044D   16017.79953322  .00079832  48863-5  11798-2 0  9996
+2 38747  49.8627 142.3472 1541903 277.9511  64.9741 12.51151709141206
+0 CZ-3B DEB
+1 38748U 10042C   16013.76954755  .00002465  00000-0  56996-2 0  9990
+2 38748  24.1118 311.0202 7390861 193.0275 124.4235  2.08508884 31872
+0 INTELSAT 21
+1 38749U 12045A   16015.35835821 -.00000291  00000-0  00000+0 0  9993
+2 38749   0.0111   1.0498 0001940 288.1208 256.0512  1.00268679 12475
+0 BLOCK DM-SL R/B
+1 38750U 12045B   16018.14300526  .00001965  00000-0  81652-3 0  9998
+2 38750   0.5057  16.7805 7214529 117.2323 314.3957  2.35616753 29010
+0 RBSP A
+1 38752U 12046A   16017.28460090 -.00000171  00000-0  80903-4 0  9996
+2 38752  10.0945  69.8654 6822112  31.5235 355.5247  2.68100829 33020
+0 RBSP B
+1 38753U 12046B   16016.45350413 -.00000158 +00000-0 -70064-4 0  9995
+2 38753 010.0641 075.7730 6838250 020.0898 357.2787 02.65108238032793
+0 SPOT 6
+1 38755U 12047A   16018.20148989  .00000142  00000-0  40426-4 0  9996
+2 38755  98.2047  87.3703 0001211  96.5003 263.6339 14.58549524178720
+0 PROITERES
+1 38756U 12047B   16018.17389272  .00000464  00000-0  75035-4 0  9996
+2 38756  98.2281 126.2378 0011696 336.8452  23.2226 14.76070702180712
+0 PSLV R/B
+1 38757U 12047C   16017.34244744  .00000308  00000-0  50843-4 0  9996
+2 38757  98.0757 109.3481 0005630   1.5933 358.5293 14.77203775180747
+0 METOP-B
+1 38771U 12049A   16018.17272029  .00000023  00000-0  30349-4 0  9996
+2 38771  98.6692  79.6373 0000413  62.7703 357.1143 14.21504336172964
+0 BEIDOU M5
+1 38774U 12050A   16018.14937720  .00000096  00000-0  00000+0 0  9990
+2 38774  54.7361 191.0851 0033824 175.7845 184.2415  1.86251347 22847
+0 BEIDOU M6
+1 38775U 12050B   16017.38593228  .00000100  00000-0  00000+0 0  9993
+2 38775  54.8404 190.7380 0017857 217.6173  12.1753  1.86233141 22822
+0 ASTRA 2F
+1 38778U 12051A   16016.60089435  .00000141  00000-0  00000+0 0  9996
+2 38778   0.0785 243.7238 0003756  13.4817 102.7357  1.00270850 12145
+0 GSAT 10
+1 38779U 12051B   16017.44624757 -.00000174  00000-0  00000+0 0  9999
+2 38779   0.0622 255.2643 0002505  11.1871  93.5013  1.00270585 12152
+0 ARIANE 5 R/B
+1 38780U 12051C   16018.04929650  .00007183  00000-0  11706-2 0  9992
+2 38780   6.4528 353.3881 7191921 126.8660 322.5792  2.40674347 28325
+0 ARIANE 5 DEB (SYLDA)
+1 38781U 12051D   16016.45237950 +.00034019 +00000-0 +39307-2 0  9996
+2 38781 006.3965 018.5707 5639006 073.5392 339.0756 04.61929935041864
+0 VRSS-1
+1 38782U 12052A   16018.19529933  .00000408  00000-0  61679-4 0  9990
+2 38782  97.9256 100.3687 0023398 332.5562  27.4430 14.79340228178189
+0 FENGYUN 1C DEB
+1 38784U 99025ETY 16017.21946907  .00003669  00000-0  78810-3 0  9999
+2 38784  99.4341  21.0710 0080245 122.9472 297.2408 14.57325481230185
+0 FENGYUN 1C DEB
+1 38785U 99025ETZ 16017.55802109  .00002751  00000-0  17201-2 0  9999
+2 38785  98.0360 299.6649 0226630 336.9252  22.1857 13.93498928314417
+0 FENGYUN 1C DEB
+1 38786U 99025EUA 16016.54838014  .00000597  00000-0  64323-3 0  9996
+2 38786  99.5898 292.9067 0287381 239.6343 117.6099 13.61052316242612
+0 FENGYUN 1C DEB
+1 38789U 99025EUD 16016.50589388  .00001425  00000-0  39912-3 0  9999
+2 38789  98.7698 111.9052 0247730 227.7639 197.2787 14.31336550280745
+0 FENGYUN 1C DEB
+1 38790U 99025EUE 16017.34257626  .00001290  00000-0  72576-3 0  9994
+2 38790  99.0273  58.5128 0082871 298.0605  61.2204 14.10580969292498
+0 FENGYUN 1C DEB
+1 38792U 99025EUG 16017.41160771  .00005758  00000-0  78225-3 0  9998
+2 38792  99.6209 186.9248 0114483 278.8897  79.9360 14.74870392280474
+0 FENGYUN 1C DEB
+1 38793U 99025EUH 16017.55335525  .00002588  00000-0  79120-3 0  9998
+2 38793  98.7656  42.8604 0116048  18.4866 137.0683 14.38904265213286
+0 FENGYUN 1C DEB
+1 38794U 99025EUJ 16013.34788752  .00000760  00000-0  75037-3 0  9999
+2 38794  99.0100 210.1344 0220665 177.9021 182.3105 13.71273473263408
+0 FENGYUN 1C DEB
+1 38797U 99025EUM 16001.60452302  .00000458  00000-0  54925-3 0  9994
+2 38797  99.5746 286.5149 0249834  89.5919 273.3843 13.59573049239798
+0 FENGYUN 1C DEB
+1 38799U 99025EUP 16013.40046446  .00001388  00000-0  44567-3 0  9999
+2 38799  98.7186  78.6117 0211876 272.0388 145.6707 14.29172266276636
+0 FENGYUN 1C DEB
+1 38801U 99025EUR 16016.32322980 +.00000550 +00000-0 +15676-3 0  9996
+2 38801 098.3205 200.3271 0391032 010.3306 108.9040 14.12498218131686
+0 FENGYUN 1C DEB
+1 38802U 99025EUS 16005.40143814  .00000241  00000-0  14624-3 0  9990
+2 38802  98.8272  67.4858 0035571 348.5554  73.7740 14.15002790346945
+0 FENGYUN 1C DEB
+1 38804U 99025EUU 16007.09983484  .00001535  00000-0  13581-2 0  9991
+2 38804  97.5353 327.3896 0406283  75.2043 282.1139 13.54085860332182
+0 FENGYUN 1C DEB
+1 38807U 99025EUX 16011.11119107  .00001625  00000-0  16136-2 0  9994
+2 38807  98.4661 336.8645 0242109 108.8344 241.7404 13.67263337261230
+0 FENGYUN 1C DEB
+1 38809U 99025EUZ 16015.33178522  .00000445  00000-0  20660-3 0  9997
+2 38809  98.9195  57.9626 0241184 200.5833 158.5493 14.11480573249573
+0 FENGYUN 1C DEB
+1 38810U 99025EVA 16016.05779115  .00001673  00000-0  11304-2 0  9992
+2 38810  99.3333  98.3082 0136925 246.4873 236.1889 13.97428172266322
+0 FENGYUN 1C DEB
+1 38811U 99025EVB 16016.80505392  .00002383  00000-0  12740-2 0  9994
+2 38811  99.0976  22.2317 0054647  20.8750 339.4636 14.13415648268803
+0 FENGYUN 1C DEB
+1 38813U 99025EVD 16016.22101685 +.00000478 +00000-0 +27578-3 0  9998
+2 38813 099.3163 170.0722 0006907 202.1903 157.8970 14.14224234135850
+0 FENGYUN 1C DEB
+1 38814U 99025EVE 16011.60581907  .00006058  00000-0  27736-2 0  9990
+2 38814  98.4097 152.5806 0123417 210.7751 151.1847 14.17763834323112
+0 FENGYUN 1C DEB
+1 38816U 99025EVG 16015.79133184 +.00002224 +00000-0 +82557-3 0  9990
+2 38816 098.8964 018.1648 0112250 189.0306 170.8857 14.29777082130117
+0 FENGYUN 1C DEB
+1 38817U 99025EVH 16016.05524485  .00001324  00000-0  16011-2 0  9990
+2 38817  98.6209 312.3559 0311851  24.0473  35.7196 13.49256784169400
+0 FENGYUN 1C DEB
+1 38818U 99025EVJ 16015.46990838  .00000426  00000-0  16460-3 0  9995
+2 38818  98.6330  91.6105 0097258  44.7724  22.5378 14.32526290179682
+0 FENGYUN 1C DEB
+1 38820U 99025EVL 16017.03104376  .00000916  00000-0  72599-3 0  9996
+2 38820  98.2543 300.6751 0290016 276.6203 140.6015 13.75742882172688
+0 FENGYUN 1C DEB
+1 38821U 99025EVM 15356.51119484  .00001067  00000-0  84717-3 0  9994
+2 38821  98.5629  96.9349 0130642 198.1837 161.6726 13.89390911170951
+0 FENGYUN 1C DEB
+1 38822U 99025EVN 16012.73844307  .00002444  00000-0  18262-2 0  9999
+2 38822  98.1404 339.1797 0130020  53.2559 308.0460 13.91569724372320
+0 FENGYUN 1C DEB
+1 38823U 99025EVP 16017.79770057  .00001250  00000-0  89007-3 0  9991
+2 38823  99.2791  11.0764 0119492 202.6066 281.1346 13.96022406373292
+0 FENGYUN 1C DEB
+1 38824U 99025EVQ 16017.29968663  .00001463  00000-0  11079-2 0  9998
+2 38824  99.3313  55.3650 0120193 352.2347   7.6948 13.92306576227301
+0 FENGYUN 1C DEB
+1 38827U 99025EVT 16016.92084998 +.00000742 +00000-0 +26821-3 0  9991
+2 38827 098.7995 074.1624 0251564 045.0433 317.0844 14.20422067095901
+0 FENGYUN 1C DEB
+1 38828U 99025EVU 16017.76813681  .00007176  00000-0  13522-2 0  9995
+2 38828  99.5402 232.7518 0327934  12.4321 348.4709 14.35719238251915
+0 FENGYUN 1C DEB
+1 38829U 99025EVV 16017.03102423  .00000178  00000-0  13928-3 0  9997
+2 38829  99.0981  42.6170 0043561  66.0847 294.4874 14.04154885253039
+0 FENGYUN 1C DEB
+1 38832U 99025EVY 16017.64905266  .00000669  00000-0  50279-3 0  9999
+2 38832  99.1677 332.2585 0097890 202.3440 157.3443 13.95712066228718
+0 NAVSTAR 67 (USA 239)
+1 38833U 12053A   16017.16640555 -.00000059  00000-0  00000+0 0  9997
+2 38833  54.4868 299.8604 0040443  16.2958 343.8659  2.00567428 24059
+0 DELTA 4 R/B
+1 38834U 12053B   16017.06622606 -.00000067  00000-0  00000+0 0  9993
+2 38834  54.1491 304.8425 0290259  60.1078  67.8890  1.89444890 22725
+0 METEOR 2-6 DEB
+1 38836U 80073N   16014.81819536 +.00002856 +00000-0 +13236-2 0  9997
+2 38836 081.2196 198.2518 0037534 087.7191 332.6499 14.20173204169349
+0 METEOR 2-6 DEB
+1 38837U 80073P   16017.72581168  .00002974  00000-0  12183-2 0  9999
+2 38837  81.2163 181.2952 0034641  53.8872   6.8979 14.26648559205489
+0 METEOR 2-6 DEB
+1 38838U 80073Q   16017.67582223  .00005013  00000-0  13174-2 0  9995
+2 38838  81.2137   5.1854 0015272 251.4204 108.5330 14.48978493676457
+0 NOAA 8 DEB
+1 38839U 83022L   16017.04845846  .00011872  00000-0  19818-2 0  9998
+2 38839  98.4277  54.0597 0009176 120.1023 240.1093 14.70055398182688
+0 NOAA 8 DEB
+1 38840U 83022M   16017.21152002  .00001893  00000-0  63686-3 0  9999
+2 38840  98.4472  25.3288 0012744 200.9788 222.3854 14.38221797708723
+0 NOAA 8 DEB
+1 38841U 83022N   16017.29356631  .00004683  00000-0  12062-2 0  9993
+2 38841  98.4215  37.4082 0011984 161.1373 255.7794 14.50516661226761
+0 PSLV DEB
+1 38842U 05017F   16015.65621620 +.00001872 +00000-0 +23895-3 0  9997
+2 38842 097.8764 319.5371 0062672 268.4352 214.4595 14.81317172287372
+0 COSMOS 651 DEB
+1 38843U 74029D   15364.97151263  .00000009  00000-0  73272-4 0  9995
+2 38843  64.9749 214.5538 0053308 235.1134 124.1389 13.95530990355626
+0 COSMOS 1932 DEB
+1 38845U 88019G   16010.12013229 -.00000144  00000-0 -54222-4 0  9992
+2 38845  65.0373 193.2928 0029827  75.0048 284.2130 13.80150349207452
+0 GALILEO-FM3
+1 38857U 12055A   16017.47588121  .00000084  00000-0  00000+0 0  9996
+2 38857  54.9549 206.3592 0002071 184.3421 175.6771  1.70473594 20320
+0 GALILEO-FM4
+1 38858U 12055B   16016.82380249  .00000084  00000-0  00000+0 0  9996
+2 38858  54.9556 206.3761 0001630 155.2820 204.7457  1.70473686 20256
+0 FREGAT R/B
+1 38859U 12055C   16014.99664702  .00000083  00000-0  00000+0 0  9991
+2 38859  54.9604 207.9915 0004514 288.5249  71.4469  1.66706253 19836
+0 SJ-9A
+1 38860U 12056A   16018.16844308  .00000495  00000-0  73506-4 0  9992
+2 38860  97.8763  95.8570 0030720  77.2362 283.2287 14.79016862176077
+0 SJ-9B
+1 38861U 12056B   16018.20053362  .00000708  00000-0  98545-4 0  9997
+2 38861  97.8827  96.1390 0020031  87.5724 272.7789 14.80688340176048
+0 CZ-2C DEB
+1 38863U 12056D   16016.78955082  .00001442  00000-0  17705-3 0  9994
+2 38863  97.8952  99.3202 0016767  82.4860 277.8259 14.84522315176076
+0 INTELSAT 23
+1 38867U 12057A   16017.41112530 -.00000294  00000-0  00000+0 0  9994
+2 38867   0.0292 261.4620 0001837  19.2502 290.5483  1.00271149 11970
+0 BREEZE-M R/B
+1 38868U 12057B   16016.16208447 -.00000164 +00000-0 +00000-0 0  9996
+2 38868 002.5827 077.7767 0514830 331.8272 078.8351 00.88384710010201
+0 BREEZE-M DEB (TANK)
+1 38869U 12057C   16017.44638021  .00000097  00000-0  27280-3 0  9990
+2 38869  46.0286 190.7230 7188144 332.5620   3.1175  2.29003214 26365
+0 BREEZE-M DEB
+1 38880U 12044M   16017.53053901  .00088155  51987-5  12814-2 0  9999
+2 38880  49.8259 150.6358 1478034 276.4157  67.1019 12.65141536133716
+0 BREEZE-M DEB
+1 38881U 12044N   16018.15132246  .00139917  71210-5  15291-2 0  9995
+2 38881  50.4695 306.3335 1622899  43.9524 327.9487 12.37571394130967
+0 BREEZE-M DEB
+1 38884U 12044R   16017.97553229  .00005492  17427-5  17109-3 0  9996
+2 38884  50.0219 232.6462 2400746 243.9188  89.5761 10.62107574123873
+0 BREEZE-M DEB
+1 38886U 12044T   16018.19873845  .00109354  73718-5  11500-2 0  9997
+2 38886  49.9407  18.0614 1169809 356.5676   2.7668 13.36785057136565
+0 BREEZE-M DEB
+1 38888U 12044V   16017.44518785  .00022476  38448-5  53491-3 0  9991
+2 38888  50.0450  53.5682 2071198  24.0263 344.4616 11.32931046128206
+0 BREEZE-M DEB
+1 38890U 12044X   16017.84033729  .00317876  20575-4  23209-2 0  9993
+2 38890  50.0441 253.1234 0873612  85.9345 284.0824 14.07098786139095
+0 BREEZE-M DEB
+1 38905U 12044AN  16018.19983093  .00496856  53116-4  23129-2 0  9991
+2 38905  49.9499  43.2953 0503553 274.2437  80.1140 14.95409903143137
+0 BREEZE-M DEB
+1 38906U 12044AP  16017.14236488  .00194233  11079-4  21551-2 0  9998
+2 38906  49.9585 245.0468 1086485 113.4266 258.4540 13.54189354139387
+0 BREEZE-M DEB
+1 38921U 12044BE  16017.14741933  .00044854  35619-5  89068-3 0  9999
+2 38921  50.2434 116.8743 1970578 302.9432  39.6750 11.55997963126748
+0 BREEZE-M DEB
+1 38922U 12044BF  16017.73670545  .00013199  20807-5  34729-3 0  9990
+2 38922  50.0844 161.8627 2285007 292.6036  44.9609 10.87275560125607
+0 BREEZE-M DEB
+1 38926U 12044BK  16018.08845511  .00024107  48423-5  51290-3 0  9997
+2 38926  50.0275 334.8947 1937311  88.1440 293.8823 11.62582454130004
+0 BREEZE-M DEB
+1 38941U 12044CA  16017.76846992  .00324065  23406-4  21221-2 0  9991
+2 38941  49.5012 149.7932 0654599 266.0660  86.5235 14.57113737140268
+0 BREEZE-M DEB
+1 38948U 12044CH  16017.37594015  .00037848  45900-5  84734-3 0  9994
+2 38948  50.0893  17.9823 1996667  47.4373 327.8556 11.49108782128739
+0 BEIDOU G6
+1 38953U 12059A   16017.49897867 -.00000147  00000-0  10000-3 0  9995
+2 38953   0.6101  75.0163 0003689 186.9744 114.0291  1.00271401 11911
+0 CZ-3C R/B
+1 38954U 12059B   16017.19947163  .00009735  00000-0  89851-3 0  9999
+2 38954  20.1015  68.2089 6822515 107.6419 332.8219  2.90267099 31006
+0 BREEZE-M DEB
+1 38957U 12044CQ  16013.30212416  .00044026  34702-5  98056-3 0  9991
+2 38957  50.0323 111.4141 2063428 338.5158  13.9980 11.35033602125853
+0 BREEZE-M DEB
+1 38960U 12044CT  16016.33820968  .00020863  26827-5  53098-3 0  9997
+2 38960  50.1488 133.4432 2146386 307.7357  34.7239 11.16233944125725
+0 BREEZE-M DEB
+1 38961U 12044CU  16017.17509537  .00036415  46189-5  79669-3 0  9992
+2 38961  50.1070  10.9296 1994491  50.8708 325.3136 11.49893679128959
+0 BREEZE-M DEB
+1 38971U 12044DE  16016.35871048  .00045920  48181-5  94998-3 0  9998
+2 38971  50.1029   9.1562 1935650  51.9870 324.0444 11.62913989128538
+0 LUCH 5B
+1 38977U 12061A   16017.22179959 -.00000140  00000-0  00000+0 0  9998
+2 38977   2.5131  78.8052 0004387 202.2804 258.6116  1.00271010 12035
+0 YAMAL 300K
+1 38978U 12061B   16017.31848424  .00000061  00000-0  00000+0 0  9990
+2 38978   0.0260 141.9275 0000698 146.2849 125.5449  1.00270404 11731
+0 BREEZE-M DEB (TANK)
+1 38979U 12061C   16016.38434213 +.00000166 +00000-0 +58809-3 0  9994
+2 38979 048.0617 059.8953 7223839 281.7931 011.6753 02.27668192025090
+0 BREEZE-M R/B
+1 38980U 12061D   16015.98595660 -.00000109  00000-0  00000+0 0  9999
+2 38980   2.6526  69.0964 0795259  20.0784 342.8260  1.12485485 12852
+0 STARONE C3
+1 38991U 12062A   16016.39260192 -.00000257  00000-0  00000+0 0  9991
+2 38991   0.0294 273.4611 0003236  26.8815 241.2527  1.00272080 11707
+0 EUTE 21B
+1 38992U 12062B   16017.61642927  .00000120  00000-0  00000+0 0  9996
+2 38992   0.0637  18.5445 0002365 282.9094  58.5040  1.00272825 11737
+0 ARIANE 5 R/B
+1 38993U 12062C   16017.47219213  .00002655  00000-0  60682-3 0  9990
+2 38993   2.7257  34.4839 7184573 115.1131 332.2138  2.40715987 27279
+0 ARIANE 5 DEB (SYLDA)
+1 38994U 12062D   16017.93330521  .00376560 -30632-6  60213-2 0  9997
+2 38994   2.0892 252.8280 6063260  49.0730 349.4678  4.04067951 33619
+0 MERIDIAN 6
+1 38995U 12063A   16017.59478086 -.00000004  00000-0  10000-3 0  9997
+2 38995  64.5490  34.7269 7023561 289.9153  10.9025  2.00612596 23256
+0 FREGAT R/B
+1 38996U 12063B   16016.34232053 -.00000262  00000-0  00000+0 0  9993
+2 38996  64.5817  31.0857 7067380 291.7271  10.2369  2.00193188 23178
+0 HJ-1C
+1 38997U 12064A   16018.37441084  .00098848  00000-0  24632-2 0  9992
+2 38997  97.3110  44.7789 0013729  85.4173  44.4834 15.39758166177629
+0 FENGNIAO 1 (FN-1)
+1 38998U 12064B   16018.19731575  .00004129  00000-0  11619-3 0  9991
+2 38998  97.3442  30.8871 0008811 113.6426 315.5704 15.37014694176601
+0 XINYAN 1 (XY-1)
+1 38999U 12064C   16018.10779392  .00011605  00000-0  21759-3 0  9995
+2 38999  97.3305  37.1181 0007464  85.2925 357.0418 15.48783323177030
+0 CZ-2C R/B
+1 39000U 12064D   16017.30631790  .00047846  00000-0  33610-3 0  9994
+2 39000  97.2988  52.4526 0004442 142.9305 217.2268 15.74025959178033
+0 ECHOSTAR 16
+1 39008U 12065A   16015.85206005 -.00000289  00000-0  00000+0 0  9992
+2 39008   0.0179  46.4004 0002832 246.1114  67.4429  1.00271345 11659
+0 BREEZE-M R/B
+1 39009U 12065B   16016.56546900 -.00000079  00000-0  00000+0 0  9990
+2 39009  30.4645  28.5832 6887407 142.7125 294.7147  2.23055602 25753
+0 BREEZE-M DEB (TANK)
+1 39010U 12065C   16013.13830342  .00003503  00000-0  66052-3 0  9995
+2 39010  49.6881 320.3749 4688551 206.1385 119.8851  6.13015574 69786
+0 YAOGAN 16A
+1 39011U 12066A   16018.32571037 -.00000068  00000-0  35991-4 0  9999
+2 39011  63.3821   1.4942 0103778   2.5129 357.6399 13.45145546154576
+0 YAOGAN 16B
+1 39012U 12066B   16018.17726237 -.00000088  00000-0  42293-5 0  9993
+2 39012  63.3827   1.8981 0103600   2.4274 357.7214 13.45145498154566
+0 YAOGAN 16C
+1 39013U 12066C   16018.10272737 -.00000038  00000-0  86304-4 0  9993
+2 39013  63.3834   1.2926 0103599   2.2773 357.8694 13.45145837154578
+0 CZ-4C R/B
+1 39014U 12066D   16018.11132090 -.00000074  00000-0  20372-4 0  9995
+2 39014  63.4312 236.2884 0256337   9.2868 351.2780 13.70156753157401
+0 CZ-4C DEB
+1 39015U 12066E   16017.19253162 -.00000018  00000-0  11903-3 0  9994
+2 39015  63.3825  10.6573 0115702   6.2361 354.0073 13.44033064154283
+0 CZ-4C DEB
+1 39016U 12066F   16016.94990353 -.00000034 +00000-0 +92663-4 0  9998
+2 39016 063.3822 009.3511 0117455 007.0527 353.2117 13.44392635154257
+0 CHINASAT 12
+1 39017U 12067A   16016.94711240 -.00000216 +00000-0 +00000-0 0  9998
+2 39017 000.0227 076.8851 0003320 217.6147 249.7612 01.00270714011368
+0 PLEIADES 1B
+1 39019U 12068A   16018.15065561  .00000147  00000-0  41368-4 0  9992
+2 39019  98.1798  94.6918 0001362  85.9281 274.2078 14.58556222166494
+0 EUTE 70B
+1 39020U 12069A   16017.48090528 -.00000053  00000-0  00000+0 0  9991
+2 39020   0.0696  35.8245 0003546 246.5746  77.5426  1.00272085 11475
+0 BLOCK DM-SL R/B
+1 39021U 12069B   16016.71777715 -.00000022 +00000-0 +00000-0 0  9994
+2 39021 000.1010 159.9939 6868141 240.7293 354.1375 02.21895165025302
+0 YAMAL 402
+1 39022U 12070A   16018.09586404  .00000075  00000-0  10000-3 0  9994
+2 39022   0.0463 260.9879 0000658  68.0912 237.2623  1.00270828 11462
+0 BREEZE-M R/B
+1 39023U 12070B   16016.50937563 -.00000175 +00000-0 +00000-0 0  9993
+2 39023 025.7918 060.5325 6348306 017.6291 357.0580 02.09995107023126
+0 BREEZE-M DEB (TANK)
+1 39024U 12070C   16016.24050697 -.00000203 +00000-0 +43828-5 0  9991
+2 39024 047.7748 342.7143 7137339 284.8168 011.5810 02.28118045025746
+0 KMS 3-2
+1 39026U 12072A   16018.11776411  .00003905  00000-0  16790-3 0  9999
+2 39026  97.2636  47.3935 0043302 197.9741 161.9967 15.22375702171389
+0 UNHA 3 R/B
+1 39027U 12072B   16018.14035776  .00001275  00000-0  71671-4 0  9993
+2 39027  97.2762  40.6537 0060834 229.3080 130.2857 15.13513095170878
+0 UNHA 3 DEB
+1 39028U 12072C   16017.19395590  .00014833  00000-0  35411-3 0  9996
+2 39028  97.2864  65.3380 0026099 157.9073 202.3305 15.41265787172138
+0 UNHA 3 DEB
+1 39029U 12072D   16017.51087424  .00010324  00000-0  31010-3 0  9999
+2 39029  97.2240  47.4608 0034692 168.9800 191.2212 15.34002816171719
+0 GOKTURK 2
+1 39030U 12073A   16018.15217220  .00000187  00000-0  43136-4 0  9991
+2 39030  98.0512 274.1188 0013703 322.7906  37.2355 14.65626320164771
+0 SKYNET 5D
+1 39034U 12075A   16018.16529756  .00000088  00000-0  00000+0 0  9996
+2 39034   0.0686  12.1571 0003996 276.2690 300.8003  1.00272786 11387
+0 MEXSAT 3
+1 39035U 12075B   16016.99701269 -.00000035  00000-0  00000+0 0  9990
+2 39035   0.0109 241.2222 0001682  73.5192  45.2449  1.00272484 11335
+0 ARIANE 5 R/B
+1 39036U 12075C   16016.57131749 +.00000794 +00000-0 +42126-3 0  9995
+2 39036 002.3818 109.4014 7221581 061.1440 351.6574 02.33410587025737
+0 ARIANE 5 DEB (SYLDA)
+1 39037U 12075D   16017.69809170  .00012099  00000-0  31714-2 0  9991
+2 39037   2.2718  49.6626 6776885 185.7621 158.2246  2.93284760 28632
+0 DMSP 5D-2 F9 DEB
+1 39043U 88006J   16018.16936470  .00086533  00000-0  13781-1 0  9999
+2 39043  99.0506 302.0357 0007097 331.6855  28.3962 14.71471205164243
+0 DMSP 5D-2 F9 DEB
+1 39046U 88006M   16018.17121708  .00001038  00000-0  55685-3 0  9991
+2 39046  98.8036 238.6202 0084912  69.7646  52.4746 14.13306020158027
+0 CZ-4 DEB
+1 39052U 99057SZ  16017.67500365  .00000659  00000-0  76966-4 0  9994
+2 39052  98.7131 328.8511 0067237  42.0405 318.5940 14.87672649178312
+0 CZ-4 DEB
+1 39055U 90081DP  16016.89271127 +.00000452 +00000-0 +24863-3 0  9998
+2 39055 098.6894 047.2338 0010255 174.6626 309.7057 14.16470249182976
+0 COSMOS 2482
+1 39057U 13001A   16018.06308160  .00000044  00000-0  24515-3 0  9997
+2 39057  82.4987  66.1344 0027470  42.1248 318.1937 12.42874993136325
+0 COSMOS 2483
+1 39058U 13001B   16018.04318753  .00000042  00000-0  22797-3 0  9993
+2 39058  82.4994  64.9635 0016942  48.0157 312.2364 12.43941557136421
+0 COSMOS 2484
+1 39059U 13001C   16018.08958708  .00000010  00000-0  00000+0 0  9992
+2 39059  82.5022  66.4621 0025605  52.7865 307.5555 12.42872946136312
+0 BREEZE-KM R/B
+1 39060U 13001D   16017.49639437  .00000010  00000-0  00000+0 0  9993
+2 39060  82.4897  66.3812 0014559  79.4852 280.7867 12.42550501136208
+0 STSAT 2C
+1 39068U 13003A   16017.53401653  .00034083 -41485-7  44384-3 0  9999
+2 39068  80.2343  39.0259 0493275 284.5406  70.1588 14.80688187155152
+0 KSLV-1 R/B
+1 39069U 13003B   16016.88365828 +.00017225 -45386-6 +28962-3 0  9996
+2 39069 080.2507 068.8935 0638543 358.9298 001.0472 14.44709569153409
+0 TDRS 11
+1 39070U 13004A   16018.06617208  .00000086  00000-0  00000+0 0  9996
+2 39070   6.0162 329.4726 0011530 283.0852  76.9221  1.00273402 10857
+0 ATLAS 5 CENTAUR R/B
+1 39071U 13004B   16016.62582544 +.00000052 +00000-0 +00000-0 0  9995
+2 39071 024.8662 154.8396 5960399 121.9183 309.6555 02.09792798022675
+0 GLOBALSTAR M097
+1 39072U 13005A   16017.16373654 -.00000076  00000-0  15308-3 0  9994
+2 39072  52.0061 303.2532 0000535  93.6381 266.4547 12.62261395136582
+0 GLOBALSTAR M093
+1 39073U 13005B   16018.15360960 -.00000088  00000-0  89163-4 0  9995
+2 39073  51.9821 298.9687 0001147 107.7560 252.3432 12.62268644136718
+0 GLOBALSTAR M094
+1 39074U 13005C   16016.98074834 -.00000096  00000-0  40739-4 0  9992
+2 39074  51.9930 213.5762 0001016  87.9922 272.1061 12.62264944138060
+0 GLOBALSTAR M096
+1 39075U 13005D   16017.13176472 -.00000093  00000-0  60104-4 0  9997
+2 39075  52.0063 258.8040 0001261  16.2970 343.7937 12.62273714137332
+0 GLOBALSTAR M078
+1 39076U 13005E   16017.82961306 -.00000092  00000-0  64217-4 0  9990
+2 39076  51.9905 345.3033 0000216  67.8529 292.2361 12.62269175135918
+0 GLOBALSTAR M095
+1 39077U 13005F   16018.08740019 -.00000097  00000-0  35911-4 0  9990
+2 39077  51.9816 344.0389 0000345   5.4425 354.6445 12.62257188135957
+0 AMAZONAS 3
+1 39078U 13006A   16016.84790751 -.00000291  00000-0  00000+0 0  9994
+2 39078   0.0108 204.2474 0004295  53.4968 102.2076  1.00268673 10828
+0 AZERSPACE 1
+1 39079U 13006B   16017.54886553  .00000123  00000-0  00000+0 0  9992
+2 39079   0.0140  50.9894 0002332 267.7745  41.1996  1.00273000 10800
+0 ARIANE 5 R/B
+1 39080U 13006C   16016.72197690  .00000354  00000-0  27185-3 0  9993
+2 39080   6.0751 196.5696 7226679 346.4885   1.4148  2.32011964 24541
+0 ARIANE 5 DEB (SYLDA)
+1 39081U 13006D   16016.31602011  .00019647  00000-0  43908-2 0  9992
+2 39081   5.6898 136.0511 6809305 108.2438 332.2378  2.89487089 27218
+0 LANDSAT 8
+1 39084U 13008A   16017.28286164  .00000159  00000-0  45356-4 0  9990
+2 39084  98.2047  89.2482 0001340  95.0277 265.1074 14.57111125155786
+0 SARAL
+1 39086U 13009A   16017.49312922  .00000039  00000-0  30625-4 0  9998
+2 39086  98.5391 207.0867 0001895  78.6747 281.4650 14.32246497151156
+0 AAUSAT3
+1 39087U 13009B   16018.12126244  .00000282  00000-0  11390-3 0  9997
+2 39087  98.5901 220.7090 0013218  33.8906 326.3120 14.35277512151488
+0 SAPPHIRE
+1 39088U 13009C   16017.53455339  .00000018  00000-0  22210-4 0  9993
+2 39088  98.5907 218.8804 0011922  30.3313 329.8560 14.34083699151318
+0 NEOSSAT
+1 39089U 13009D   16017.54470244  .00000114  00000-0  56287-4 0  9995
+2 39089  98.5894 219.1467 0011664  33.1209 327.0704 14.34311445151336
+0 STRAND 1
+1 39090U 13009E   16017.11172711  .00000085  00000-0  45656-4 0  9993
+2 39090  98.5930 220.1456 0009866  37.8879 322.2999 14.34862504151323
+0 BRITE-A TUGSAT-1
+1 39091U 13009F   16017.50067868  .00000076  00000-0  42106-4 0  9990
+2 39091  98.5881 220.1119 0011271  43.9988 316.2092 14.34946944151392
+0 BRITE-U UNIBRITE
+1 39092U 13009G   16017.17555122  .00000075  00000-0  41865-4 0  9999
+2 39092  98.5884 219.5527 0010092  38.9286 321.2624 14.34819692151336
+0 PSLV R/B
+1 39093U 13009H   16017.17717583  .00000096  00000-0  39120-4 0  9995
+2 39093  98.5653 240.2557 0046332 106.6104 254.0183 14.46588455152532
+0 PSLV DEB
+1 39094U 13009J   16017.55423325  .00000603  00000-0  22276-3 0  9993
+2 39094  98.5909 220.6284 0011481  24.0955 336.0766 14.36001153151429
+0 DELTA 1 DEB
+1 39095U 73086HH  16014.75920099  .00000004  00000-0  40844-3 0  9990
+2 39095 102.1227 349.8291 0058109 244.3166 115.1883 12.30606133494603
+0 DELTA 1 DEB
+1 39096U 73086HJ  16016.20399818  .00000538  00000-0  44823-2 0  9994
+2 39096 101.3511 150.7305 0073303  48.8106 311.9249 12.36684247577141
+0 DELTA 1 DEB
+1 39097U 73086HK  16012.85503447 -.00000044 +00000-0 +31718-5 0  9992
+2 39097 102.1023 344.5983 0031295 316.4595 074.8757 12.33860024135295
+0 DELTA 1 DEB
+1 39098U 77065GH  16016.90316414 +.00001054 +00000-0 +18127-3 0  9998
+2 39098 029.0397 246.5335 0614591 210.5255 145.8129 13.83365994095864
+0 DELTA 1 DEB
+1 39099U 77065GJ  16017.41025834  .00004966  00000-0  13650-2 0  9999
+2 39099  28.3530  64.1970 0359669  52.2407  55.5649 14.13370809675141
+0 DELTA 1 DEB
+1 39100U 77065GK  16018.18443284  .00005532  00000-0  64897-3 0  9990
+2 39100  29.3090 346.4061 0491458 340.1467  18.0590 14.23187355693435
+0 DELTA 1 DEB
+1 39101U 77065GL  16017.63229427  .00003831  00000-0  33083-3 0  9994
+2 39101  29.3126 192.5206 0367488 259.6278  96.2700 14.54754094850728
+0 DELTA 1 DEB
+1 39102U 77065GM  16004.76306297  .00000219  00000-0  39799-4 0  9994
+2 39102  28.9876 188.9306 0931657 207.4261 147.3980 13.02162473351634
+0 ARIANE 1 DEB
+1 39103U 86019VR  16018.01194624  .00000354  00000-0  13153-3 0  9991
+2 39103  98.4755  84.0872 0024757   7.4716 112.7201 14.37804539729146
+0 ARIANE 1 DEB
+1 39104U 86019VS  16014.42608607  .00001030  00000-0  29702-3 0  9993
+2 39104  98.3896  90.5621 0044378  43.1696 317.2961 14.46170832607334
+0 ARIANE 1 DEB
+1 39105U 86019VT  16016.97123102  .00000329  00000-0  20353-3 0  9991
+2 39105  98.9562  83.5393 0119093 250.9815 107.8421 14.08703301658002
+0 ARIANE 1 DEB
+1 39107U 86019VV  16017.30819248  .00000250  00000-0  16366-3 0  9996
+2 39107  99.0719  64.2045 0158824 251.8530 106.5287 14.05320377553756
+0 COSMOS 2251 DEB
+1 39109U 93036BTY 16014.43837098  .00000817  00000-0  18200-3 0  9997
+2 39109  74.0505 288.4477 0075415 242.1221 238.5768 14.56894196215944
+0 COSMOS 2251 DEB
+1 39110U 93036BTZ 16013.23560449  .00000736  00000-0  13915-3 0  9997
+2 39110  73.9593 216.6556 0113654 219.5702 261.7133 14.62359142183034
+0 COSMOS 2251 DEB
+1 39111U 93036BUA 16017.75824574  .00001955  00000-0  57192-3 0  9990
+2 39111  74.0350  45.3583 0029079 282.3727  77.4176 14.44400830156431
+0 FENGYUN 1C DEB
+1 39112U 99025EVZ 16015.64852874  .00001768  00000-0  68892-3 0  9996
+2 39112  99.1842 180.4632 0049117 256.5951 102.9752 14.30460392153928
+0 FENGYUN 1C DEB
+1 39113U 99025EWA 16017.43009187  .00000790  00000-0  50162-3 0  9992
+2 39113  99.0730  93.5954 0046162  80.4959 280.1422 14.06296776151549
+0 FENGYUN 1C DEB
+1 39114U 99025EWB 16016.94710237  .00001774  00000-0  92857-3 0  9993
+2 39114  99.0398  65.3229 0079562 281.0399  78.1832 14.14069888150932
+0 BLITS DEB
+1 39119U 09049J   16017.52643956  .00000015  00000-0  25714-4 0  9999
+2 39119  98.4654  51.9871 0004102 185.4510 174.6624 14.21750827154381
+0 EUTE 117 WEST A(SATMEX 8
+1 39122U 13012A   16017.99970752 -.00000024  00000-0  00000+0 0  9993
+2 39122   0.0130   7.7654 0002572 292.0960  60.1130  1.00269546 10337
+0 BREEZE-M R/B
+1 39123U 13012B   16017.19553763  .00000165  00000-0  00000+0 0  9990
+2 39123  18.9795 333.9204 5507021 272.7201  28.8235  2.05414878 21082
+0 BREEZE-M DEB (TANK)
+1 39124U 13012C   16018.09059917  .00002289  00000-0  71992-3 0  9994
+2 39124  49.4959 189.2010 5649176 189.7705 151.5037  4.53742120 46300
+0 ANIK G1
+1 39127U 13014A   16017.99116042 -.00000084  00000-0  00000+0 0  9990
+2 39127   0.0325 250.3619 0002886  23.3910  92.5778  1.00271130 10129
+0 BREEZE-M R/B
+1 39128U 13014B   16016.22583974 -.00000094 +00000-0 +00000-0 0  9990
+2 39128 015.1209 031.0824 4808217 197.6904 137.0616 01.90426915019143
+0 BREEZE-M DEB (TANK)
+1 39129U 13014C   16017.82297037  .00001062  00000-0  49504-3 0  9990
+2 39129  49.4021 338.3237 6100071  76.5632 341.2037  3.85892136 38533
+0 DOVE 2
+1 39132U 13015C   16018.06120998  .00002105  00000-0  15765-3 0  9994
+2 39132  64.8755 112.0450 0013000 208.0345 210.9471 15.05493286150760
+0 AIST 2
+1 39133U 13015D   16018.05632050  .00001314  00000-0  10806-3 0  9993
+2 39133  64.8752 115.9380 0013571 209.2346 202.5154 15.03601926150685
+0 BEESAT 3
+1 39134U 13015E   16018.18713856  .00004281  00000-0  24022-3 0  9993
+2 39134  64.8721  88.4326 0015528 234.3486 125.6193 15.14618471151239
+0 SOMP
+1 39135U 13015F   16017.67919638  .00004067  00000-0  23977-3 0  9993
+2 39135  64.8728  93.6984 0015535 231.2757 128.6979 15.12916361151096
+0 BEESAT 2
+1 39136U 13015G   16017.51080964  .00003730  00000-0  22306-3 0  9999
+2 39136  64.8728  94.9600 0015198 230.8673 129.1101 15.12548936151051
+0 GAOFEN 1
+1 39150U 13018A   16018.19066797  .00000303  00000-0  50905-4 0  9991
+2 39150  97.9876 102.6783 0017338 280.6133  79.3134 14.76506096147102
+0 NEE 01 PEGASUS
+1 39151U 13018B   16018.22218292  .00000588  00000-0  86089-4 0  9992
+2 39151  98.0050 106.5638 0016001 279.5569  80.3834 14.79273091147251
+0 TURKSAT 3U
+1 39152U 13018C   16018.17061776  .00000737  00000-0  10493-3 0  9991
+2 39152  97.9772 103.8242 0015799 274.5520  85.3887 14.79746311147249
+0 CUBEBUG 1
+1 39153U 13018D   16018.22816929  .00000706  00000-0  10102-3 0  9999
+2 39153  98.0058 106.9116 0015822 278.5718  81.3701 14.79669924147271
+0 CZ-2D R/B
+1 39154U 13018E   16017.88378564  .00000402  00000-0  67376-4 0  9998
+2 39154  98.3653 139.1228 0018323 281.7435  78.1717 14.75322716146876
+0 COSMOS 2485 (GLONASS)
+1 39155U 13019A   16018.21029853  .00000113  00000-0  00000+0 0  9997
+2 39155  64.6602 201.5898 0014710 238.9110 258.3014  2.13102134 21248
+0 FREGAT R/B
+1 39156U 13019B   16016.51195184 +.00000112 +00000-0 +00000-0 0  9990
+2 39156 064.5968 203.1882 0067590 123.0782 237.5964 02.08294644020656
+0 CHINASAT 11
+1 39157U 13020A   16017.45012115 -.00000301  00000-0  00000+0 0  9999
+2 39157   0.0341 249.9126 0004607 353.9008 132.5234  1.00272009 10016
+0 CZ-3B R/B
+1 39158U 13020B   16016.62476014  .00011741  00000-0  19189-2 0  9990
+2 39158  26.3615 148.5581 7417091 335.7123   2.3756  2.12634421 19307
+0 PROBA V
+1 39159U 13021A   16018.22693764  .00000033  00000-0  33935-4 0  9992
+2 39159  98.6466  99.0722 0005214  73.1374 287.0378 14.22909692140222
+0 VNREDSAT 1
+1 39160U 13021B   16018.21585255  .00000286  00000-0  64975-4 0  9996
+2 39160  98.1323  97.0322 0001203  93.8480 266.2864 14.62940695144164
+0 ESTCUBE 1
+1 39161U 13021C   16018.16985415  .00000637  00000-0  11072-3 0  9992
+2 39161  98.0594 104.1176 0009696 357.8039   2.3123 14.71502523144855
+0 AVUM DEB (ADAPTOR)
+1 39162U 13021D   16017.43632957  .00000488  00000-0  13962-3 0  9996
+2 39162  98.7408 139.8637 0095914 336.7240  22.9622 14.47233243142383
+0 EUTE 7B (EUTE 3D)
+1 39163U 13022A   16017.65685969  .00000038  00000-0  00000+0 0  9999
+2 39163   0.0368  27.1728 0005252 306.0206  26.7602  1.00272193  9860
+0 BREEZE-M R/B
+1 39164U 13022B   16017.14553948  .00000284  00000-0  00000+0 0  9998
+2 39164  18.9227 353.4085 5399062 242.4484  53.4404  2.02196012 19748
+0 BREEZE-M DEB (TANK)
+1 39165U 13022C   16017.77629808  .00001182  00000-0  45892-3 0  9997
+2 39165  49.5034 232.0529 5673573 154.6860 249.9065  4.49191360 43616
+0 NAVSTAR 68 (USA 242)
+1 39166U 13023A   16017.02573546 -.00000051  00000-0  00000+0 0  9997
+2 39166  55.5736  60.8189 0030019   7.8416 352.2635  2.00568672 19573
+0 ATLAS 5 CENTAUR R/B
+1 39167U 13023B   16016.19668734 -.00000049  00000-0  00000+0 0  9996
+2 39167  55.9527  63.7204 0173912 306.6286  51.8446  1.91782823 18690
+0 SES 6
+1 39172U 13026A   16017.35571443 -.00000271  00000-0  00000+0 0  9991
+2 39172   0.0181   9.2893 0001951 282.0982 272.3871  1.00271706  9588
+0 BREEZE-M R/B
+1 39173U 13026B   16016.99082942 -.00000441  00000-0  00000+0 0  9991
+2 39173  28.4395 315.6307 7627788 321.3626   3.7010  1.10514059 10591
+0 BREEZE-M DEB (TANK)
+1 39174U 13026C   16016.47958104  .00000476  00000-0  31019-3 0  9992
+2 39174  50.7666  38.7388 5163749  22.8118 353.7131  5.25846846 50231
+0 COSMOS 2486
+1 39177U 13028A   16018.16753822  .00000093  00000-0  33262-4 0  9993
+2 39177  98.2037  91.7734 0006890 280.5385  79.5079 14.53131838138470
+0 RESURS P1
+1 39186U 13030A   16018.19205039  .00001544  00000-0  51552-4 0  9995
+2 39186  97.1738  86.1760 0017109  89.9974 329.2525 15.32386468143569
+0 O3B FM5
+1 39188U 13031A   16016.18751122 -.00000018 +00000-0 +00000-0 0  9998
+2 39188 000.0538 004.5556 0005870 215.4480 139.9500 05.00115438046774
+0 O3B FM4
+1 39189U 13031B   16017.52013269 -.00000021  00000-0  00000+0 0  9994
+2 39189   0.0306 343.6110 0004897  16.4257 359.9595  5.00116459 46828
+0 O3B FM2
+1 39190U 13031C   16015.47647656 -.00000017 +00000-0 +00000-0 0  9997
+2 39190 000.0311 334.0465 0005548 022.5535 003.3934 05.00116634046725
+0 O3B PFM
+1 39191U 13031D   16016.47752056 -.00000019 +00000-0 +00000-0 0  9992
+2 39191 000.0465 000.1141 0001790 294.6356 065.2284 05.00115210046775
+0 FREGAT R/B
+1 39192U 13031E   16016.31208017 -.00000016 +00000-0 +00000-0 0  9996
+2 39192 000.1299 292.2278 0010168 048.4270 019.3036 05.20984924048704
+0 COSMOS 2487
+1 39194U 13032A   16018.15923722  .00008264  00000-0  29134-3 0  9994
+2 39194  74.7202 124.8807 0002974  19.9695  51.3868 15.29363181142491
+0 SL-27 R/B
+1 39195U 13032B   16017.79513493  .00002249  00000-0  80513-4 0  9990
+2 39195  74.7332 124.4715 0001258  57.4012 302.7315 15.29371803142472
+0 IRIS
+1 39197U 13033A   16018.10916590  .00000464  00000-0  70909-4 0  9999
+2 39197  97.9097 202.1654 0028881  46.5862 313.7746 14.78079578137862
+0 PEGASUS R/B
+1 39198U 13033B   16017.60446232  .00000427  00000-0  64443-4 0  9990
+2 39198  97.9135 204.1350 0023986  41.0539 319.2472 14.79123975137895
+0 IRNSS R1A
+1 39199U 13034A   16014.87605319  .00000101  00000-0  00000+0 0  9994
+2 39199  28.0396 124.1911 0021386 183.8972 176.0243  1.00270053  9480
+0 PSLV R/B
+1 39200U 13034B   16017.76963003  .00003446  00000-0  66877-3 0  9998
+2 39200  17.7197 122.9292 5991305 109.6277 321.6233  4.05571317 37079
+0 SJ-11-05
+1 39202U 13035A   16018.15077852  .00000267  00000-0  65226-4 0  9999
+2 39202  98.2240 171.9855 0010326 238.5176 121.5009 14.60209707133734
+0 CZ-2C R/B
+1 39203U 13035B   16017.88828370  .00000155  00000-0  46720-4 0  9992
+2 39203  98.2711 168.6991 0050709 323.5693  36.2056 14.54577133133187
+0 CZ-2C DEB
+1 39204U 13035C   16016.94782181 +.00001856 +00000-0 +40977-3 0  9994
+2 39204 098.3821 179.4933 0093598 295.9913 063.1666 14.55895259132781
+0 CZ-2C DEB
+1 39205U 13035D   16016.89425085 +.00001990 +00000-0 +45409-3 0  9990
+2 39205 097.9725 132.3914 0100041 270.6038 088.3697 14.53832032132575
+0 PAYLOAD A
+1 39208U 13037A   16017.52731010 -.00000235  00000-0 -32594-4 0  9999
+2 39208  98.0160  33.6604 0009005   4.2170 355.9113 14.68122513133746
+0 PAYLOAD B
+1 39209U 13037B   16017.49284502 -.00000056  00000-0 -13571-5 0  9991
+2 39209  98.0163  33.0052 0004801   9.3044 350.8321 14.68030603133693
+0 PAYLOAD C
+1 39210U 13037C   16017.21033238 -.00000045  00000-0  15354-5 0  9999
+2 39210  98.0176  29.3085 0026675 298.2713  61.5817 14.88454693135833
+0 CZ-4C R/B
+1 39211U 13037D   16017.43011626  .00001587  00000-0  10331-3 0  9990
+2 39211  97.9825  81.7339 0128187 239.5658 119.2851 15.03103695136666
+0 CZ-4C DEB
+1 39212U 13037E   16018.16180984  .00000872  00000-0  14876-3 0  9990
+2 39212  98.0135  36.6135 0005944   2.4660 357.6575 14.71400952133973
+0 CZ-4C DEB
+1 39213U 13037F   16017.54718433  .00000324  00000-0  61750-4 0  9994
+2 39213  98.0071  35.2388 0011957 355.6350   4.4750 14.70269891133873
+0 CZ-4C DEB
+1 39214U 13037G   16015.97030668  .00000293  00000-0  59427-4 0  9990
+2 39214  97.9994  28.8982 0012214 297.2072  62.7887 14.68088711133126
+0 ALPHASAT (I-4A F4)
+1 39215U 13038A   16016.70163489  .00000130  00000-0  00000+0 0  9990
+2 39215   1.1292  32.7851 0001966 266.2702  93.9336  1.00269452  9124
+0 INSAT 3D
+1 39216U 13038B   16016.45164335 -.00000164 +00000-0 +00000-0 0  9993
+2 39216 000.1194 262.4298 0001486 023.7284 073.8089 01.00272645008983
+0 ARIANE 5 DEB (SYLDA)
+1 39217U 13038C   16017.19786624  .00069990  00000-0  40844-2 0  9990
+2 39217   3.4401 227.6273 6032431 221.0967  72.6042  4.04701613 28514
+0 ARIANE 5 R/B
+1 39218U 13038D   16017.15938816  .00015741  00000-0  13247-2 0  9991
+2 39218   3.2918  42.8153 7172081 231.1051  40.3604  2.44556891 21251
+0 CZ-2C DEB
+1 39224U 13035E   16016.67772989  .00000688  00000-0  27024-3 0  9991
+2 39224  97.9501  95.3376 0176451 346.7379  12.9194 14.24007421126795
+0 CZ-2C DEB
+1 39225U 13035F   16016.78880119 +.00000624 +00000-0 +25022-3 0  9995
+2 39225 098.4211 138.6713 0180311 022.6299 338.2705 14.23141380124799
+0 RESURS P1 DEB
+1 39226U 13030C   16018.07212287  .00085313  00000-0  37274-3 0  9990
+2 39226  97.1726 108.3890 0003344  84.0021 276.1630 15.84466961389447
+0 KOMPSAT 5
+1 39227U 13042A   16018.17561274 -.00001264  00000-0 -85990-4 0  9992
+2 39227  97.5997 205.2913 0002442  89.4813  43.6486 15.04513726132100
+0 SL-24 R/B
+1 39228U 13042B   16017.26513146 -.00000474  00000-0 -10036-3 0  9997
+2 39228  97.5304  74.5196 0459149 147.4505 215.5884 14.06048319123289
+0 CZ-4C DEB
+1 39231U 13037H   16016.79834214  .00000501  00000-0  22013-3 0  9991
+2 39231  98.1549 320.5346 0258263  92.6072 270.4690 14.10880952123238
+0 EUTE 25B
+1 39233U 13044A   16016.60841871  .00000135  00000-0  00000+0 0  9999
+2 39233   0.0454   2.4013 0001685 309.7411  47.8266  1.00271146  8755
+0 GSAT 7
+1 39234U 13044B   16017.47096105 -.00000086  00000-0  00000+0 0  9994
+2 39234   0.0604 252.4856 0011851  29.1185  78.2439  1.00270488  8761
+0 ARIANE 5 R/B
+1 39235U 13044C   16016.71883603 +.00009388 +00000-0 +15581-2 0  9994
+2 39235 003.7950 099.2085 7234858 195.7877 116.1068 02.35175644020138
+0 ARIANE 5 DEB (SYLDA)
+1 39236U 13044D   16017.02239577  .00017474  00000-0  44298-2 0  9997
+2 39236   3.7844  23.0658 6664020 356.7284   0.4674  3.08588433 23743
+0 AMOS 4
+1 39237U 13045A   16017.49616682 -.00000002  00000-0  00000+0 0  9996
+2 39237   0.0449 268.6286 0002529  30.4324  60.8950  1.00271727  8750
+0 SL-23 R/B
+1 39238U 13045B   16017.11156784  .00000220  00000-0  00000+0 0  9999
+2 39238  26.1662 114.1839 6421120 290.4488  14.3940  2.10659065 18271
+0 YAOGAN 17A
+1 39239U 13046A   16018.07238020 -.00000090  00000-0  00000+0 0  9997
+2 39239  63.4107 150.0307 0085612   3.3638 356.7947 13.45147112116783
+0 YAOGAN 17B
+1 39240U 13046B   16018.07259956 -.00000090  00000-0  00000+0 0  9990
+2 39240  63.4110 150.0749 0085539   3.2672 356.8892 13.45145803116789
+0 YAOGAN 17C
+1 39241U 13046C   16018.07240054 -.00000090  00000-0  00000+0 0  9990
+2 39241  63.4112 149.1786 0086213   3.1234 357.0316 13.45146564116807
+0 CZ-4C R/B
+1 39242U 13046D   16016.68589963 -.00000072  00000-0  22253-4 0  9990
+2 39242  63.4640  60.1625 0231958   9.1985 351.3193 13.69739082118727
+0 CZ-4C DEB
+1 39243U 13046E   16017.51213897 -.00000048  00000-0  70615-4 0  9992
+2 39243  63.4123 154.8708 0096866   9.5529 350.7310 13.44256779116623
+0 CZ-4C DEB
+1 39244U 13046F   16016.93701113 -.00000033  00000-0  95904-4 0  9993
+2 39244  63.4129 157.8553 0094893   8.8279 351.4388 13.43888861116516
+0 GONETS M 05
+1 39249U 13048A   16018.35270037  .00000024  00000-0  10000-3 0  9996
+2 39249  82.4793 194.0571 0015667 224.7162 135.2652 12.42880500106627
+0 GONETS M 06
+1 39250U 13048B   16018.05286991  .00000010  00000-0  00000+0 0  9991
+2 39250  82.4817 194.4919 0017537 257.4261 102.4862 12.42908062106596
+0 GONETS M 07
+1 39251U 13048C   16018.00249848  .00000010  00000-0  00000+0 0  9997
+2 39251  82.4851 195.0592 0015728 221.5985 138.3894 12.42882999106564
+0 BREEZE-KM R/B
+1 39252U 13048D   16017.49688006  .00000006  00000-0 -26595-4 0  9991
+2 39252  82.4860 156.6612 0221887  67.3609 295.0794 12.79898464109696
+0 SPRINT A
+1 39253U 13049A   16017.47082650  .00000016  00000-0 -66218-4 0  9991
+2 39253  29.7191 109.8286 0136856 152.6502 208.1352 13.55147901116103
+0 EPSILON DEB
+1 39254U 13049B   16017.83599847  .00000083  00000-0  15497-4 0  9999
+2 39254  29.7053 314.4811 0182528  95.1569 266.9866 13.75166014117853
+0 EPSILON R/B
+1 39255U 13049C   16017.75386729  .00000127  00000-0  34236-4 0  9995
+2 39255  29.7506 119.5959 0114121 317.2493  41.9262 14.00948747120026
+0 FENGYUN 3C
+1 39260U 13052A   16018.20163869  .00000033  00000-0  36515-4 0  9992
+2 39260  98.7092  92.1165 0001487  72.5878 287.5462 14.19597827120176
+0 CZ-4C R/B
+1 39261U 13052B   16017.19345407  .00000018  00000-0  23039-4 0  9990
+2 39261  98.7701 113.2548 0032937  77.8187 282.6683 14.33063598121158
+0 CASSIOPE
+1 39265U 13055A   16018.11489366  .00004799  00000-0  14738-3 0  9998
+2 39265  80.9724 186.9732 0711543 301.1111  52.2111 14.16953671118243
+0 CUSAT 1
+1 39266U 13055B   16016.92878480 +.00006355 +00000-0 +18989-3 0  9997
+2 39266 080.9897 185.3445 0692344 294.5471 058.5063 14.21611889118287
+0 DANDE
+1 39267U 13055C   16017.50225723  .00004437  00000-0  13798-3 0  9991
+2 39267  81.0136 192.1248 0731264 311.1257  42.8947 14.12510026117957
+0 POPACS 1
+1 39268U 13055D   16017.42204203  .00006760  00000-0  20693-3 0  9996
+2 39268  81.0067 184.6991 0682020 287.7858  65.0064 14.23256728118453
+0 POPACS 2
+1 39269U 13055E   16017.47323088  .00003680  00000-0  11314-3 0  9993
+2 39269  81.0184 190.7585 0721219 304.4890  49.0163 14.14868903118083
+0 POPACS 3
+1 39270U 13055F   16017.80317612  .00003403  00000-0  11324-3 0  9992
+2 39270  81.0126 193.5562 0737095 314.4495  39.8573 14.09776985117913
+0 CUSAT 2/FALCON 9
+1 39271U 13055G   16017.49774687  .00008935  00000-0  24808-3 0  9993
+2 39271  80.9717 180.1706 0672651 281.2054  71.4282 14.27365019118628
+0 ASTRA 2E
+1 39285U 13056A   16017.59728691  .00000140  00000-0  00000+0 0  9998
+2 39285   0.0474  24.1688 0002252 264.6947  71.0932  1.00273285  8459
+0 BREEZE-M R/B
+1 39286U 13056B   16015.94688449 -.00000040 +00000-0 +00000-0 0  9993
+2 39286 022.5296 181.3764 6081466 284.8979 018.3883 02.18175504018287
+0 BREEZE-M DEB (TANK)
+1 39287U 13056C   16016.41346327 +.00001602 +00000-0 +62628-3 0  9994
+2 39287 049.5270 059.2351 5209298 180.8843 177.7218 05.21634802042369
+0 NIMBUS 2 DEB
+1 39294U 66040BC  16017.79229109  .00001019  00000-0  20266-2 0  9996
+2 39294 100.4530 123.7057 0064129 220.9496 138.6802 13.37049708150434
+0 NIMBUS 2 DEB
+1 39295U 66040BD  16017.75918793  .00000627  00000-0  12797-2 0  9991
+2 39295 100.4885 129.3086 0051481 230.7950 128.8597 13.37453723179982
+0 TITAN 3C TRANSTAGE DEB
+1 39296U 68081AG  16012.87445527 -.00000359  00000-0  00000+0 0  9991
+2 39296   7.3840 318.7034 0190408 312.6642 254.9919  1.00595796 40718
+0 TITAN 3C TRANSTAGE DEB
+1 39298U 68081AJ  15363.44735619 -.00000365  00000-0  00000+0 0  9995
+2 39298   7.5153 319.8472 0178024 317.2210  81.4218  1.00123737 28082
+0 SL-16 DEB
+1 39300U 92093JR  16017.82203969  .00000126  00000-0  11987-3 0  9990
+2 39300  71.1212 182.1790 0107004 211.8169 147.6452 13.95312703660307
+0 SL-16 DEB
+1 39301U 92093JS  16005.07948209 -.00000164 +00000-0 -64549-4 0  9995
+2 39301 070.8825 271.4013 0035050 214.4172 145.4678 14.10447885123306
+0 SL-16 DEB
+1 39302U 92093JT  16001.63517512  .00001464  00000-0  79344-3 0  9993
+2 39302  70.9717  96.7790 0156981 337.6225  86.1052 14.08008291567234
+0 SL-16 DEB
+1 39303U 92093JU  16017.23981854 -.00000036  00000-0  62092-5 0  9990
+2 39303  70.9256 336.4945 0060842  98.0070 262.7960 14.11269422659124
+0 SL-16 DEB
+1 39304U 92093JV  16017.05588054  .00000206  00000-0  16336-3 0  9992
+2 39304  71.2066 159.6983 0091220  14.3170 101.8170 14.00207587701633
+0 SL-16 DEB
+1 39305U 92093JW  16017.02860248  .00000100  00000-0  94589-4 0  9998
+2 39305  70.9617 264.1724 0095610 235.2486 186.5226 14.00525836725298
+0 PEGASUS DEB
+1 39306U 94029AER 16017.52949882  .00004928  00000-0  11501-2 0  9990
+2 39306  81.7686 297.0239 0361446  17.7860 343.5590 14.21459504656094
+0 PEGASUS DEB
+1 39307U 94029AES 16016.42296592  .00004079  00000-0  60332-3 0  9996
+2 39307  81.9592  15.6374 0250035 340.2459  18.9181 14.55940864686774
+0 PEGASUS DEB
+1 39308U 94029AET 16016.77499607 +.00003423 +00000-0 +88697-3 0  9993
+2 39308 081.9678 191.1480 0460817 247.5147 107.6626 14.01199279144734
+0 PEGASUS DEB
+1 39309U 94029AEU 16017.54331171  .00000817  00000-0  18793-3 0  9995
+2 39309  81.7463 309.5725 0276799 102.1924 261.0408 14.33221815618528
+0 PEGASUS DEB
+1 39310U 94029AEV 15364.57935466  .00001383  00000-0  31893-3 0  9996
+2 39310  81.8243  96.1931 0298986 305.9794  51.3997 14.30872813295571
+0 PEGASUS DEB
+1 39311U 94029AEW 16016.92348126 +.00001829 +00000-0 +35639-3 0  9999
+2 39311 081.4375 095.3023 0237464 020.5654 340.4898 14.46159978136524
+0 PEGASUS DEB
+1 39312U 94029AEX 16015.85240364  .00001420  00000-0  25280-3 0  9994
+2 39312  81.9881  57.0032 0263004   6.2236 354.2113 14.46367324613207
+0 PEGASUS DEB
+1 39313U 94029AEY 16017.56328729  .00004338  00000-0  43532-3 0  9998
+2 39313  81.7929 112.4030 0122030  42.9236 318.1421 14.85620661143098
+0 PEGASUS DEB
+1 39314U 94029AEZ 16016.93999436 +.00000973 +00000-0 +17888-3 0  9994
+2 39314 081.6617 083.8420 0215080 012.4799 348.1601 14.50885178107080
+0 PEGASUS DEB
+1 39315U 94029AFA 16016.23564595  .00001448  00000-0  50354-3 0  9995
+2 39315  81.4954 210.8372 0444114 211.0342 146.3888 13.91540028716036
+0 PEGASUS DEB
+1 39316U 94029AFB 16017.33387823  .00003719  00000-0  28364-3 0  9994
+2 39316  82.0101  23.3306 0081067  84.6527 334.4462 14.99108791653905
+0 PEGASUS DEB
+1 39317U 94029AFC 16018.20708119  .00008250  00000-0  53431-3 0  9995
+2 39317  81.9940 341.1452 0069849 355.2078   4.8470 15.05968707739080
+0 PEGASUS DEB
+1 39318U 94029AFD 16015.17665900 +.00000505 +00000-0 +79063-4 0  9994
+2 39318 081.9549 169.6007 0204216 044.9990 073.0087 14.57619452722922
+0 PEGASUS DEB
+1 39319U 94029AFE 16017.09636904  .00000307  00000-0  45341-4 0  9992
+2 39319  81.9468 147.6767 0201484 350.8503   8.9043 14.59364151724730
+0 PEGASUS DEB
+1 39320U 94029AFF 16017.46426350  .00000577  00000-0  14977-3 0  9996
+2 39320  81.7613  71.8356 0317295  63.6051 299.7326 14.22048368677166
+0 PEGASUS DEB
+1 39321U 94029AFG 16017.46373760  .00000333  00000-0  11242-3 0  9995
+2 39321  82.2890  75.6828 0461418 108.7577 256.4225 13.87110802656176
+0 PEGASUS DEB
+1 39322U 94029AFH 16017.55784987  .00000871  00000-0  18901-3 0  9999
+2 39322  81.9343 107.1505 0286426 349.5371  65.2290 14.34751619662276
+0 PEGASUS DEB
+1 39323U 94029AFJ 16016.79347091  .00001953  00000-0  36800-3 0  9996
+2 39323  81.9917  34.4130 0231163 287.8595  69.7509 14.48416620663188
+0 BREEZE-M DEB
+1 39325U 08011DC  16016.52426528 -.00000014  00000-0  00000+0 0  9995
+2 39325  50.1052 310.1019 6418047  79.7169  45.4155  3.02547277 50366
+0 BREEZE-M DEB
+1 39326U 08011DD  16018.17911581 -.00000069  00000-0  00000+0 0  9997
+2 39326  47.8881  92.2768 5789762 346.2629   3.0711  2.88868621 49117
+0 BREEZE-M DEB
+1 39327U 08011DE  16017.72667015  .00000592  00000-0  13213-1 0  9990
+2 39327  49.5367 284.3299 6525808 100.3462 359.1173  2.94947326 42480
+0 BREEZE-M DEB
+1 39328U 08011DF  16016.01300328 -.00000065  00000-0  00000+0 0  9997
+2 39328  48.9430 296.2624 6401579 112.3234 358.1324  2.95910456 43750
+0 BREEZE-M DEB
+1 39330U 08011DH  16017.75166586  .00001234  00000-0  28436-1 0  9991
+2 39330  49.8279 273.0161 6470744 100.6016 349.5015  3.01066590 45089
+0 CZ-3B DEB
+1 39332U 10042D   16013.40239574  .00000505  00000-0  44323-2 0  9990
+2 39332  24.4185   0.9858 7463997 106.6160 340.7177  1.95879335 30160
+0 CZ-3B DEB
+1 39333U 10042E   16015.31401664 -.00000279  00000-0  17944-2 0  9992
+2 39333  24.5695  25.5628 7457483  62.8881  30.6296  1.90517996 27937
+0 CZ-3B DEB
+1 39334U 10042F   16017.67735417  .00000011  00000-0  00000+0 0  9995
+2 39334  25.7784  96.1533 7344596 277.7933 126.9567  1.86362453 30894
+0 CZ-3B DEB
+1 39335U 10042G   16018.02947400 -.00000119  00000-0 -15696-2 0  9994
+2 39335  28.1089  26.6955 7366783  10.4024  21.0839  1.97129594 32866
+0 CZ-3B DEB
+1 39337U 10042J   16017.15444998  .00000042  00000-0  31253-2 0  9993
+2 39337  25.2971  55.5610 7513185 359.3233   4.0090  1.83097936 26178
+0 CZ-3C DEB
+1 39338U 10057C   16017.54137712  .00000075  00000-0  18662-2 0  9991
+2 39338  20.1406 313.8393 7207463 351.0286 218.4466  2.25041643 35449
+0 CZ-3C DEB
+1 39339U 10057D   16016.29271137 -.00000393 +00000-0 -15312-1 0  9996
+2 39339 021.3925 032.6440 7175507 194.0769 134.9152 02.14442941017653
+0 CZ-3C DEB
+1 39340U 10057E   16016.34007292  .00001325  00000-0  64131-2 0  9991
+2 39340  19.7774 308.9646 7213601   4.2585 359.4255  2.26253640 35704
+0 CZ-3C DEB
+1 39341U 10057F   16013.03920362  .00002932  00000-0  70422-2 0  9992
+2 39341  19.0373 259.0777 7080106 102.6949 338.3878  2.45447179 36962
+0 CZ-3C DEB
+1 39342U 10057G   16016.37096532 -.00000276  00000-0 -46647-3 0  9990
+2 39342  20.5613 343.0660 7207763 294.5864 282.6115  2.20568347 35035
+0 CZ-3C DEB
+1 39344U 10057J   16018.11216007  .00004890  00000-0  79592-2 0  9995
+2 39344  20.4349 240.6555 7058236 113.0504 332.1605  2.49496313 38023
+0 CZ-3C DEB
+1 39345U 10057K   16016.95544093  .00002242  00000-0  28546-2 0  9997
+2 39345  20.1940 239.2969 7082380 119.2534 327.8539  2.47560406 37499
+0 CZ-3C DEB
+1 39346U 10057L   16014.87947852 -.00000347 +00000-0 -38935-2 0  9996
+2 39346 020.9792 004.3543 7199001 250.8321 023.8959 02.17865415017950
+0 CZ-3C DEB
+1 39347U 10057M   16016.71087450 +.00003439 +00000-0 +59300-2 0  9993
+2 39347 020.1601 238.6207 7049921 121.2511 325.7030 02.50325660020215
+0 CZ-3C DEB
+1 39348U 10057N   16017.06998892  .00000135  00000-0  88359-3 0  9991
+2 39348  20.4720 300.0003 7241201   9.6538 358.8469  2.25109444 36551
+0 CZ-3C DEB
+1 39349U 10057P   16016.51568432 +.00000211 +00000-0 +28656-2 0  9992
+2 39349 020.6733 308.2777 7170244 353.1437 081.9019 02.28601377010551
+0 CZ-3C DEB
+1 39350U 10057Q   16017.46007770 -.00000151  00000-0  74994-3 0  9993
+2 39350  20.3639 324.9489 7223291 329.0253 230.0616  2.22412717 33332
+0 CZ-3C DEB
+1 39351U 10057R   16017.63583197 -.00000363  00000-0 -35216-2 0  9994
+2 39351  21.0640 343.4550 7110476 286.6562 299.3041  2.26415482 36585
+0 CZ-3C DEB
+1 39352U 10057S   16016.34980022 -.00000333 +00000-0 -26229-2 0  9991
+2 39352 021.1972 000.1872 7211653 255.1867 175.7204 02.18014096018009
+0 CZ-3C DEB
+1 39353U 10057T   16016.32833786 -.00000234 +00000-0 +26417-4 0  9994
+2 39353 020.4244 336.0681 7171158 308.9842 053.8819 02.23958796018477
+0 CZ-3C DEB
+1 39354U 10057U   16016.43342453 -.00000148  00000-0  10234-2 0  9995
+2 39354  20.7370 339.8370 7204408 298.5506 311.0479  2.21922094 33202
+0 CZ-3C DEB
+1 39355U 10057V   16016.54828483 -.00000036 +00000-0 +12215-2 0  9997
+2 39355 020.4869 310.0416 7175911 352.6840 126.8624 02.27501475033446
+0 CZ-3C DEB
+1 39356U 10057W   16016.99581129  .00001886  00000-0  61773-2 0  9996
+2 39356  20.6439 304.1041 7219787   0.3930 359.8899  2.27354187 33041
+0 PAYLOAD A DEB
+1 39357U 13037J   16018.20886076  .00018108  00000-0  31495-2 0  9996
+2 39357  98.0233  34.3326 0008390   5.7548 354.3801 14.68131780133835
+0 SJ-16
+1 39358U 13057A   16018.18910942  .00000750  00000-0  87201-4 0  9998
+2 39358  74.9761 295.4408 0017265  50.8641 309.4083 14.86731495121178
+0 CZ-4B R/B
+1 39359U 13057B   16017.82519569  .00002544  00000-0  12257-3 0  9990
+2 39359  74.9909 237.0253 0086101 128.1355 232.7648 15.15915525123188
+0 SIRIUS FM-6
+1 39360U 13058A   16017.00067804 -.00000026  00000-0  00000+0 0  9996
+2 39360   0.0347  45.6787 0000187 356.4631 317.8596  1.00270347  8201
+0 BREEZE-M R/B
+1 39361U 13058B   16016.75306724 -.00000024 +00000-0 +00000-0 0  9994
+2 39361 022.6403 156.1101 6150663 281.7009 019.1722 02.17394738017688
+0 BREEZE-M DEB (TANK)
+1 39362U 13058C   16016.40195794 +.00001821 +00000-0 +45070-3 0  9994
+2 39362 049.5652 047.8347 5220526 166.8726 215.1147 05.23550232042360
+0 YAOGAN 18
+1 39363U 13059A   16018.18833894  .00002926  00000-0  14700-3 0  9996
+2 39363  97.4525  90.6046 0002094 103.4011 341.0953 15.18053678123047
+0 CZ-2C R/B
+1 39364U 13059B   16018.17518205  .00002714  00000-0  11703-3 0  9997
+2 39364  97.4488  90.1410 0053525 337.9552  21.9382 15.22150321123021
+0 DANDE DEB (LAB)
+1 39369U 13055AC  16017.96840237  .00011001  00000-0  30937-3 0  9996
+2 39369  80.9908 176.8510 0645226 269.3585  83.3680 14.32855251114568
+0 PSLV R/B
+1 39371U 13060B   16016.70175913  .00006062  00000-0  91546-3 0  9992
+2 39371  19.4136 311.8228 6347051 178.7581 184.4380  3.54843682 28165
+0 RADUGA 1M-3
+1 39375U 13062A   16018.14722156 -.00000049  00000-0  00000+0 0  9996
+2 39375   0.0208 121.0079 0002412 178.0522 300.9071  1.00271645  7994
+0 BREEZE-M R/B
+1 39376U 13062B   16016.45831289 -.00000039 +00000-0 +00000-0 0  9997
+2 39376 001.5349 082.1738 0252480 011.5033 348.7234 01.04206957008299
+0 BREEZE-M DEB (TANK)
+1 39377U 13062C   16016.11485588 +.00000103 +00000-0 +27205-3 0  9998
+2 39377 048.4107 205.9964 7178967 190.2690 137.7347 02.28734341018175
+0 STPSAT-3
+1 39380U 13064A   16017.84002067  .00004241  00000-0  14487-3 0  9997
+2 39380  40.5029 309.3361 0006501 293.9133  66.0998 15.31101515120512
+0 PHONESAT 2.4
+1 39381U 13064B   16017.99917252  .00024675  00000-0  37336-3 0  9996
+2 39381  40.4952 240.6613 0005819   2.6695 357.4156 15.54037462121263
+0 DRAGONSAT
+1 39383U 13064D   16016.97044240  .00033613  00000-0  41751-3 0  9991
+2 39383  40.4941 236.9308 0006123 341.5994  18.4606 15.59228012121226
+0 ORSES
+1 39386U 13064G   16002.80288488  .11533819  72737-5  86779-3 0  9990
+2 39386  40.4657 277.9784 0006062 258.6508 101.3661 16.39413345119197
+0 SENSE SV2
+1 39392U 13064N   16018.05884259  .00011225  00000-0  24899-3 0  9993
+2 39392  40.5015 265.8327 0004762 337.0096  23.0507 15.43518912119550
+0 COPPER
+1 39395U 13064R   16017.60056032  .00345431  52150-4  90156-3 0  9991
+2 39395  40.4813 193.2257 0013310 343.1023  16.9414 15.93908677121604
+0 HORUS
+1 39397U 13064T   16017.73607138  .00015434  00000-0  30310-3 0  9992
+2 39397  40.4959 258.4862 0006797 337.5983  22.4537 15.46890271120218
+0 TRAILBLAZER
+1 39400U 13064W   16017.62194003  .00053837  00000-0  51385-3 0  9991
+2 39400  40.4987 221.5662 0007882 353.9117   6.1610 15.65807632119534
+0 HO OPONOPONO 2
+1 39403U 13064Z   16017.77275777  .00009551  00000-0  23584-3 0  9992
+2 39403  40.5270 277.7687 0007042 314.3274  45.6964 15.40399896118918
+0 FIREFLY
+1 39404U 13064AA  16017.97570941  .00017749  00000-0  32266-3 0  9991
+2 39404  40.5092 252.4638 0006415 343.5443  16.5167 15.49042975120571
+0 CHARGERSAT
+1 39405U 13064AB  16017.85626073  .00105701  00000-0  68129-3 0  9990
+2 39405  40.4878 207.4152 0010026 348.0504  12.0084 15.74941097119360
+0 MINOTAUR R/B
+1 39409U 13064AF  15359.02706767  .12172911  72880-5  73158-3 0  9998
+2 39409  40.4875 331.7305 0006360 123.7935 236.5047 16.41207264116257
+0 YAOGAN 19
+1 39410U 13065A   16018.05746657  .00000023  00000-0  17837-3 0  9992
+2 39410 100.3918  93.0750 0004111 172.3825 187.7335 13.14951068103691
+0 CZ-4C R/B
+1 39411U 13065B   16017.85684718 -.00000041  00000-0  12458-4 0  9995
+2 39411 100.3824 128.9178 0139758 297.6715  61.0289 13.43467908105900
+0 APRIZESAT 7
+1 39416U 13066A   16018.14038239  .00000331  00000-0  46045-4 0  9995
+2 39416  97.7085  82.4167 0042415 145.2606 215.1391 14.83439092116710
+0 ZACUBE
+1 39417U 13066B   16017.72993059  .00000846  00000-0  11467-3 0  9999
+2 39417  97.7026  76.9184 0060585 156.0574 204.3477 14.80172763116367
+0 SKYSAT 1
+1 39418U 13066C   16018.15867530  .00000772  00000-0  70321-4 0  9995
+2 39418  97.7390 100.7845 0021297 213.6101 146.3776 14.97924644117814
+0 DUBAISAT 2
+1 39419U 13066D   16018.20880115  .00000482  00000-0  51683-4 0  9994
+2 39419  97.7320  95.2240 0013903 181.2394 178.8804 14.93080256117498
+0 OPTOS
+1 39420U 13066E   16017.10220468  .00000457  00000-0  89533-4 0  9990
+2 39420  97.6855  53.3526 0138040 223.2982 135.7307 14.61458328114833
+0 UNISAT 5
+1 39421U 13066F   16018.18532601  .00000946  00000-0  11103-3 0  9995
+2 39421  97.7141  86.1387 0032503 138.7693 221.5981 14.86871453116961
+0 STSAT 3
+1 39422U 13066G   16018.14224941  .00000491  00000-0  57714-4 0  9991
+2 39422  97.7208  89.1647 0023998 139.3911 220.9118 14.89023860117124
+0 WNISAT 1
+1 39423U 13066H   16018.10956925  .00000422  00000-0  94340-4 0  9992
+2 39423  97.6797  43.8486 0174906 251.9446 106.2625 14.52603600114307
+0 CINEMA 2
+1 39424U 13066J   16017.72735519  .00000588  00000-0  95583-4 0  9997
+2 39424  97.6919  66.6866 0093579 183.4754 176.5815 14.71777426115723
+0 APRIZESAT 8
+1 39425U 13066K   16017.16926324  .00000289  00000-0  43351-4 0  9996
+2 39425  97.7038  78.0705 0052959 154.9507 205.4293 14.80721031116388
+0 CINEMA 3
+1 39426U 13066L   16018.11114822  .00000430  00000-0  75669-4 0  9990
+2 39426  97.6875  63.4917 0105162 192.2085 167.6571 14.68840890115569
+0 TRITON 1
+1 39427U 13066M   16017.67984716  .00000698  00000-0  12114-3 0  9999
+2 39427  97.6874  60.5119 0114697 201.2744 158.3673 14.67010035115308
+0 DELFI-N3XT
+1 39428U 13066N   16017.10089316  .00001094  00000-0  18696-3 0  9992
+2 39428  97.6897  57.9494 0122609 209.3426 150.0857 14.65991378115071
+0 DOVE 3
+1 39429U 13066P   16018.06715244  .00001032  00000-0  19449-3 0  9994
+2 39429  97.6851  51.6806 0147275 228.4907 130.3584 14.59847060114799
+0 GOMX 1
+1 39430U 13066Q   16018.05146027  .00000651  00000-0  12895-3 0  9996
+2 39430  97.6839  50.3979 0151800 232.2452 126.4925 14.58415397114698
+0 BRITE-PL
+1 39431U 13066R   16017.48378949  .00000258  00000-0  66303-4 0  9990
+2 39431  97.6827  36.3576 0201760 275.8575  81.9654 14.46645790113730
+0 ICUBE 1
+1 39432U 13066S   16018.16692160  .00001074  00000-0  11880-3 0  9997
+2 39432  97.7160  87.8910 0034034 132.0710 228.3411 14.88986850117067
+0 HUMSAT D
+1 39433U 13066T   16017.83680247  .00001627  00000-0  17122-3 0  9993
+2 39433  97.7170  88.4850 0033046 129.8447 230.5687 14.90363428117076
+0 DOVE 4
+1 39434U 13066U   16018.18415343  .00005105  00000-0  42490-3 0  9997
+2 39434  97.7212  93.8951 0027042 111.9526 248.4564 14.98825792117432
+0 50 SAT
+1 39436U 13066W   16017.20651894  .00016889  00000-0  88996-3 0  9996
+2 39436  97.7268 100.6755 0018893  93.9393 266.3999 15.15511204117801
+0 BEAKERSAT 1
+1 39437U 13066X   16018.16670899  .00016717  00000-0  95308-3 0  9994
+2 39437  97.7320 100.4287 0017452 107.4212 252.8928 15.12727687117825
+0 VELOX-P 2
+1 39438U 13066Y   16017.14959555  .00000633  00000-0  93017-4 0  9997
+2 39438  97.6984  72.7158 0071970 167.3810 192.9224 14.77091522116041
+0 FIRST-MOVE
+1 39439U 13066Z   16017.43590501  .00001573  00000-0  20647-3 0  9994
+2 39439  97.7023  75.0595 0068106 159.9996 200.3910 14.80037404116170
+0 CUBEBUG 2
+1 39440U 13066AA  16017.20104684  .00000750  00000-0  11314-3 0  9991
+2 39440  97.6962  69.9177 0081694 174.8327 185.3745 14.74951650115877
+0 NEE 02 KRYSAOR
+1 39441U 13066AB  16017.13931314  .00000514  00000-0  80981-4 0  9997
+2 39441  97.6945  69.2980 0082835 176.5861 183.5932 14.74248659115791
+0 PUCP-SAT 1
+1 39442U 13066AC  16017.19475336  .00001307  00000-0  14216-3 0  9999
+2 39442  97.7158  87.1254 0033703 134.3366 226.0623 14.89325129115710
+0 QUBESCOUT-S1
+1 39443U 13066AD  16017.46308950  .00002795  00000-0  27726-3 0  9999
+2 39443  97.7160  88.5102 0026881 135.0089 225.3315 14.92314012115847
+0 FUNCUBE 1
+1 39444U 13066AE  16018.15168411  .00000916  00000-0  12186-3 0  9990
+2 39444  97.7033  77.7657 0059960 153.3000 207.1322 14.80794657115224
+0 HINCUBE
+1 39445U 13066AF  16017.16651107  .00000933  00000-0  12433-3 0  9994
+2 39445  97.7042  76.7942 0059935 156.7187 203.6761 14.80703434114642
+0 UWE-3
+1 39446U 13066AG  16018.12293490  .00000716  00000-0  10330-3 0  9992
+2 39446  97.6986  73.8967 0071620 163.3952 196.9628 14.77468830114980
+0 COSMOS 1030 DEB
+1 39447U 78083T   16015.58872950 -.00000576 +00000-0 +00000-0 0  9999
+2 39447 068.4379 121.1904 5539379 061.0259 334.7465 02.00406468006488
+0 BPA 3/SL-24
+1 39448U 13066AJ  16016.87945856 +.00000015 +00000-0 +24908-4 0  9993
+2 39448 097.7097 283.5431 0679213 284.8413 067.8486 13.42529385105358
+0 SL-24 DEB
+1 39450U 13066AL  16017.31326686  .00001130  00000-0  11137-3 0  9998
+2 39450  97.7286  93.5649 0014842 151.9100 208.2924 14.93936433117296
+0 SWARM B
+1 39451U 13067A   16017.19782657  .00001123  00000-0  50221-4 0  9990
+2 39451  87.7498  42.4333 0002381 112.9308 247.2189 15.20247219119281
+0 SWARM A
+1 39452U 13067B   16017.20155323  .00003366  00000-0  83755-4 0  9996
+2 39452  87.3494 358.5404 0002941 108.7310 251.4264 15.39870277120517
+0 SWARM C
+1 39453U 13067C   16017.20149396  .00003384  00000-0  84213-4 0  9990
+2 39453  87.3495 359.9482 0002926 107.3414 252.8162 15.39869630120471
+0 BREEZE-KM R/B
+1 39454U 13067D   16017.47380867  .00006830  00000-0  13069-3 0  9999
+2 39454  87.5523  16.1233 0008142 172.9718 187.1657 15.47812856120963
+0 SHIYUAN 5 (SY-5)
+1 39455U 13068A   16018.20779895  .00000079  00000-0  34812-4 0  9995
+2 39455  97.9255  23.7409 0013024 359.3134   0.8040 14.43688563113137
+0 SES 8
+1 39460U 13071A   16016.41582395 -.00000278  00000-0  00000+0 0  9992
+2 39460   0.0504 258.6152 0000834  42.4071  58.9532  1.00277954  7728
+0 INMARSAT 5-F1
+1 39476U 13073A   16016.73267694  .00000020  00000-0  00000+0 0  9992
+2 39476   0.0197  50.9536 0000181 107.6454 283.3321  1.00271181  7788
+0 BREEZE-M DEB (TANK)
+1 39477U 13073B   16016.29683311  .00001847  00000-0  60384-3 0  9995
+2 39477  50.7743  42.6616 5169742 276.0274  29.9533  5.28952329 40296
+0 TKSAT 1
+1 39481U 13075A   16017.47755639 -.00000204  00000-0  00000+0 0  9998
+2 39481   0.0467 234.9675 0002178  38.7703 287.3250  1.00271325  7708
+0 CZ-3B R/B
+1 39482U 13075B   16017.52158294  .00026500 -14710-6  65879-3 0  9994
+2 39482  24.0037  49.9698 7021695 315.6057   5.9656  2.66284335 16788
+0 COSMOS 2488
+1 39483U 13076A   16018.10308080  .00000010  00000-0  00000+0 0  9990
+2 39483  82.4831  18.7936 0020945 104.2180 256.1227 12.42891353 93640
+0 COSMOS 2489
+1 39484U 13076B   16018.07342454  .00000010  00000-0  00000+0 0  9990
+2 39484  82.4867  19.0122 0023338 105.3989 254.9670 12.42895852 93702
+0 COSMOS 2490
+1 39485U 13076C   16018.04984461  .00000010  00000-0  00000+0 0  9998
+2 39485  82.4821  18.7831 0022573 119.2234 241.1103 12.42871297 93642
+0 BREEZE-KM R/B
+1 39486U 13076D   16016.88268886 +.00000031 +00000-0 +82601-4 0  9990
+2 39486 082.4843 343.2366 0231850 302.2938 055.5894 12.82938140096429
+0 EXPRESS AM-5
+1 39487U 13077A   16017.56894299 -.00000290  00000-0  00000+0 0  9997
+2 39487   0.0508 220.1632 0000146 214.6210  26.4726  1.00270941  8244
+0 BREEZE-M R/B
+1 39488U 13077B   16017.15948139 -.00000142  00000-0  00000+0 0  9992
+2 39488   1.2084  62.6612 0499621 118.8724 245.9456  0.89565657  6815
+0 COSMOS 2493 (SKRL 756)
+1 39490U 13078A   16018.15326133  .00001074  00000-0  11526-3 0  9994
+2 39490  82.4212 315.3595 0016653 305.3852  54.5788 14.87636746111613
+0 COSMOS 2494 (SKRL 756)
+1 39491U 13078B   16018.13528669  .00001179  00000-0  12248-3 0  9999
+2 39491  82.4208 313.9879 0021212 296.9503  62.9548 14.88954892111605
+0 AIST 1
+1 39492U 13078C   16017.95435975  .00000758  00000-0  81233-4 0  9999
+2 39492  82.4201 315.5796 0018848 307.4634  52.4861 14.87261520111485
+0 BREEZE-M R/B
+1 39494U 13073C   16016.84411127 -.00000164  00000-0  27712-1 0  9997
+2 39494  24.9368 180.3043 7598628 318.5398   3.6950  1.09863592  7513
+0 COSMOS 2491
+1 39497U 13076E   16017.50582373  .00000024  00000-0  10000-3 0  9997
+2 39497  82.4840  19.4591 0018534 111.9066 248.3987 12.42671964 93380
+0 GSAT 14
+1 39498U 14001A   16016.47388206 -.00000085 +00000-0 +00000-0 0  9995
+2 39498 000.1057 266.0017 0005403 015.7341 078.1869 01.00271018007313
+0 THAICOM 6
+1 39500U 14002A   16017.49790098 -.00000131  00000-0  00000+0 0  9990
+2 39500   0.0606 124.4188 0000545  97.7910 151.8975  1.00270355  7394
+0 TDRS 12
+1 39504U 14004A   16016.72956145 -.00000276 +00000-0 +00000-0 0  9999
+2 39504 006.4823 336.9493 0004036 296.8614 063.2149 01.00280161006136
+0 ATLAS 5 CENTAUR R/B
+1 39505U 14004B   16016.54084778 +.00000084 +00000-0 +00000-0 0  9990
+2 39505 024.8671 233.7614 5740110 002.6766 359.5108 02.06529076014949
+0 ABS 2
+1 39508U 14006A   16017.46867341 -.00000096  00000-0  00000+0 0  9995
+2 39508   0.0280  31.7644 0003322 275.6224  52.5830  1.00270410  7195
+0 ATHENA-FIDUS
+1 39509U 14006B   16016.57424654  .00000146  00000-0  00000+0 0  9998
+2 39509   0.0155  58.3375 0002554 244.9357  56.6856  1.00266850  7359
+0 ARIANE 5 R/B
+1 39510U 14006C   16018.15420685  .00000637  00000-0  35770-3 0  9997
+2 39510   6.5395 343.7045 7238999  50.3499 353.8189  2.31246711 16327
+0 ARIANE 5 DEB (SYLDA)
+1 39511U 14006D   16017.96618873  .00020782  00000-0  52186-2 0  9996
+2 39511   5.9999 309.0195 6892843 123.8517 321.2246  2.78039616 17961
+0 TURKSAT 4A
+1 39522U 14007A   16017.55977947  .00000136  00000-0  00000+0 0  9990
+2 39522   0.0787 268.3806 0005046  13.7265  77.8174  1.00268469  7071
+0 BREEZE-M R/B
+1 39523U 14007B   16016.20907679 -.00000084  00000-0  00000+0 0  9990
+2 39523  13.8596  45.9491 4649473 132.0876 278.0529  1.88486129 13208
+0 BREEZE-M DEB (TANK)
+1 39524U 14007C   16012.34691690 +.00005491 +00000-0 +69430-3 0  9997
+2 39524 049.2420 130.0764 6223778 289.0886 016.0503 03.73203672025491
+0 NAVSTAR 69 (USA 248)
+1 39533U 14008A   16016.02703317 -.00000055  00000-0  00000+0 0  9993
+2 39533  54.6407 305.1159 0016498 184.1572 175.8592  2.00566212 13927
+0 DELTA 4 R/B
+1 39534U 14008B   16016.08846795 -.00000060 +00000-0 +00000-0 0  9995
+2 39534 054.3587 307.5469 0229888 046.6188 315.2945 01.90802598013254
+0 FENGYUN 1C DEB
+1 39537U 99025EWE 16017.46694193  .00000701  00000-0  69781-3 0  9991
+2 39537  99.1916 267.9966 0197030 200.4431 158.8752 13.73217586133009
+0 FENGYUN 1C DEB
+1 39539U 99025EWG 16017.02637556  .00005643  00000-0  71500-3 0  9997
+2 39539  98.9408 306.1312 0120445  61.4338 299.8929 14.77193009137411
+0 FENGYUN 1C DEB
+1 39540U 99025EWH 16017.14157588  .00001678  00000-0  24126-2 0  9999
+2 39540 106.1861 353.0207 0455292 358.6064  55.9970 13.23151100211089
+0 FENGYUN 1C DEB
+1 39541U 99025EWJ 16013.24722630 +.00000541 +00000-0 +30075-3 0  9992
+2 39541 099.0193 022.7102 0077377 304.8506 054.5406 14.13937839077585
+0 FENGYUN 1C DEB
+1 39543U 99025EWL 16015.74240316  .00000554  00000-0  48305-3 0  9996
+2 39543  99.0256 202.6664 0355420 214.2958 143.4773 13.64424582 97715
+0 FENGYUN 1C DEB
+1 39544U 99025EWM 16016.55754313  .00000634  00000-0  43970-3 0  9996
+2 39544  98.9245 298.1746 0055557  13.9027 346.3653 14.01799264102927
+0 COSMOS 2251 DEB
+1 39545U 93036BUB 16017.25009352  .00001577  00000-0  88958-3 0  9999
+2 39545  73.9414 341.3884 0216598 285.4477 135.9144 14.00004619221383
+0 COSMOS 2251 DEB
+1 39546U 93036BUC 16016.38149179  .00001196  00000-0  25147-3 0  9993
+2 39546  74.0032 273.6951 0077987 243.1610 116.1567 14.58872213270875
+0 COSMOS 2251 DEB
+1 39547U 93036BUD 16017.69871793  .00001778  00000-0  50959-3 0  9998
+2 39547  74.0235  30.7768 0020032 286.0760 192.4099 14.45597901192212
+0 COSMOS 2251 DEB
+1 39548U 93036BUE 16017.32214270  .00004655  00000-0  10542-2 0  9990
+2 39548  74.0170  11.6103 0012150 176.1134 245.5978 14.56376598205409
+0 COSMOS 2251 DEB
+1 39549U 93036BUF 16017.73068466  .00004083  00000-0  96533-3 0  9990
+2 39549  74.0269  19.1144 0017403 162.1818 321.8702 14.54366706230833
+0 COSMOS 2251 DEB
+1 39550U 93036BUG 16015.62150486  .00002253  00000-0  66712-3 0  9995
+2 39550  74.1174 123.0061 0121698 324.0178  35.2826 14.39746918146866
+0 COSMOS 2251 DEB
+1 39552U 93036BUJ 16013.50199164  .00004826  00000-0  10027-2 0  9993
+2 39552  74.0392 311.6225 0039685 313.1978 167.8633 14.59889837229160
+0 COSMOS 2251 DEB
+1 39553U 93036BUK 16016.75239334  .00000776  00000-0  52186-3 0  9991
+2 39553  74.0293  45.4823 0230370 276.1914  81.3017 13.90335351252397
+0 COSMOS 2251 DEB
+1 39554U 93036BUL 16013.60089240  .00002563  00000-0  63545-3 0  9999
+2 39554  74.0389 352.0277 0023844 311.9397 166.1555 14.52249187114861
+0 GPM
+1 39574U 14009C   16017.15838925  .00006660  00000-0  97035-4 0  9994
+2 39574  65.0123 238.2102 0009789 269.4179  90.5846 15.56580744107090
+0 COSMOS 2251 DEB
+1 39583U 93036BUN 16014.94503340  .00001412  00000-0  43116-3 0  9995
+2 39583  73.9367 113.3468 0208586 296.5114  61.4780 14.31134247265827
+0 COSMOS 2251 DEB
+1 39584U 93036BUP 16017.56909988  .00005771  00000-0  10261-2 0  9991
+2 39584  74.1074 322.1603 0049236 313.6187 169.2096 14.66568888114665
+0 COSMOS 2251 DEB
+1 39585U 93036BUQ 16015.14005536  .00000372  00000-0  94499-4 0  9999
+2 39585  74.0456 302.1571 0075062 259.8496  99.4193 14.52809901319030
+0 COSMOS 2251 DEB
+1 39586U 93036BUR 16017.85861376  .00000427  00000-0  21553-3 0  9993
+2 39586  74.0093 202.2435 0107111  89.3831 333.9969 14.16217314336281
+0 COSMOS 2251 DEB
+1 39587U 93036BUS 16017.75852116  .00003723  00000-0  28960-3 0  9996
+2 39587  74.0158  61.7502 0120613  14.1165 346.3339 14.96034708309185
+0 COSMOS 2251 DEB
+1 39588U 93036BUT 16017.60658713  .00002775  00000-0  89137-3 0  9997
+2 39588  74.1331 125.1195 0082152 305.1225 113.6563 14.37945521203825
+0 COSMOS 2251 DEB
+1 39590U 93036BUV 16017.02721887  .00003403  00000-0  85708-3 0  9998
+2 39590  74.0327  28.4813 0023892 265.5731 125.6471 14.51378797236324
+0 COSMOS 2251 DEB
+1 39591U 93036BUW 16017.53381084  .00000436  00000-0  15995-3 0  9990
+2 39591  74.0225  64.2639 0033460 325.8573 103.9911 14.35460653553451
+0 THORAD AGENA D DEB
+1 39592U 70025QT  16017.22662767  .00000506  00000-0  83619-3 0  9996
+2 39592  99.9945 285.0906 0002854  43.0338 317.1019 13.52302632 96313
+0 IRIDIUM 33 DEB
+1 39593U 97051AAF 15353.61488689  .00104911  00000-0  60615-2 0  9994
+2 39593  86.3060 113.0097 0016732 221.9602 193.1722 15.11715676184138
+0 IRIDIUM 33 DEB
+1 39594U 97051AAG 16015.06035743 +.00002451 +00000-0 +71174-3 0  9998
+2 39594 086.4121 146.5518 0010992 079.3293 280.9146 14.43979266112889
+0 IRIDIUM 33 DEB
+1 39595U 97051AAH 16018.04875223  .00008476  00000-0  19714-2 0  9999
+2 39595  86.3726 144.9727 0054585 128.0772 232.5377 14.53874225152438
+0 CBERS 1 DEB
+1 39596U 99057TA  16017.05446007  .00005282  00000-0  12206-2 0  9993
+2 39596  98.3185 329.3000 0007396  23.6474 336.5062 14.55584974151123
+0 PSLV DEB
+1 39597U 01049QQ  16015.56706453  .00070863  00000-0  29743-2 0  9997
+2 39597  97.5772 295.2246 0042940 242.6786 117.0075 15.22338349618327
+0 CZ-3A DEB
+1 39598U 07003AK  16017.57379008  .00000069  00000-0  55729-2 0  9993
+2 39598  25.9018 260.6923 7423082 129.0346  44.1803  1.82395717 38767
+0 BREEZE-M DEB
+1 39599U 08011DK  16018.06298398  .00000094  00000-0  22078-2 0  9990
+2 39599  49.5232 245.3555 6303754 134.4007 298.8082  3.14554705 24881
+0 CZ-3C DEB
+1 39600U 10057X   16017.86572929  .00000141  00000-0  98141-3 0  9996
+2 39600  20.1197 301.7205 7245486  11.7850 358.5882  2.24402418 17718
+0 BREEZE-M DEB
+1 39601U 12044DU  16017.48911696  .00109595  59989-5  16834-2 0  9997
+2 39601  49.9251  65.0158 1457780 329.8766  22.5475 12.68710415114072
+0 METEOR 2-5 DEB
+1 39602U 79095CD  16017.56815256  .00002630  00000-0  13532-2 0  9990
+2 39602  81.2107 323.8267 0015718 135.4403 224.8038 14.14931158128188
+0 METEOR 2-5 DEB
+1 39603U 79095CE  16015.18090497  .00001643  00000-0  89635-3 0  9990
+2 39603  81.2174 329.1921 0009436 154.2693 205.8949 14.11674170127554
+0 METEOR 2-5 DEB
+1 39604U 79095CF  16015.74728157  .00005602  00000-0  89850-3 0  9992
+2 39604  81.2053  33.2958 0014197 310.1119 171.2585 14.71523305674604
+0 METEOR 2-5 DEB
+1 39605U 79095CG  16017.18950384  .00002055  00000-0  10453-2 0  9993
+2 39605  81.2014 319.0995 0014385 161.3835 261.6927 14.15493509175215
+0 METEOR 2-5 DEB
+1 39606U 79095CH  16017.09059653  .00001204  00000-0  59606-3 0  9992
+2 39606  81.2005 313.2938 0025706  93.8662 266.5452 14.16565234163888
+0 METEOR 2-5 DEB
+1 39608U 79095CK  16017.12632375  .00001198  00000-0  60983-3 0  9998
+2 39608  81.2065 319.4955 0012809 159.3793 200.7901 14.15247776188799
+0 OPS 4682 DEB
+1 39609U 65027FS  16012.71790365 +.00000483 +00000-0 +16559-2 0  9998
+2 39609 090.3083 277.9544 0029768 358.5235 031.0315 12.96636004102556
+0 ERS 1 DEB
+1 39610U 91050S   16017.36422828  .00003504  00000-0  96754-3 0  9990
+2 39610  98.3415 332.5746 0030310  38.4136 321.9207 14.47104177102792
+0 EXPRESS AT1
+1 39612U 14010A   16017.65658648  .00000069  00000-0  00000+0 0  9994
+2 39612   0.0476 229.5337 0000201  28.8661 150.4646  1.00272382  6912
+0 EXPRESS AT2
+1 39613U 14010B   16017.89451051 -.00000292  00000-0  00000+0 0  9999
+2 39613   0.0480 235.2787 0000260 191.9353 151.3790  1.00270168  6747
+0 BREEZE-M R/B
+1 39614U 14010C   16016.80653302 -.00000154  00000-0  00000+0 0  9990
+2 39614   1.3968  78.9173 0683884 338.3215  18.5638  0.90580200  6099
+0 BREEZE-M DEB (TANK)
+1 39615U 14010D   16018.08494173  .00500087 -18999-6  25346-3 0  9998
+2 39615  48.5321 275.1728 5532791 228.5109  68.8145  4.94430217 19185
+0 AMAZONAS 4A
+1 39616U 14011A   16017.84513131 -.00000293  00000-0  00000+0 0  9997
+2 39616   0.0618  68.3335 0003698 264.9534  26.6745  1.00273272  6739
+0 ASTRA 5B
+1 39617U 14011B   16018.22685411  .00000143  00000-0  00000+0 0  9995
+2 39617   0.0292 354.9281 0002809 290.7886 304.4980  1.00269783  6732
+0 ARIANE 5 R/B
+1 39618U 14011C   16016.59934339  .00002133  00000-0  66961-3 0  9993
+2 39618   3.3471  44.2865 7233331  31.2351 356.5457  2.34100561 15387
+0 ARIANE 5 DEB (SYLDA)
+1 39619U 14011D   16016.95991204  .00036816  00000-0  52249-2 0  9996
+2 39619   2.7592   3.4591 6747431 124.4196 318.4199  2.99240480 17625
+0 COSMOS 2492 (GLONASS)
+1 39620U 14012A   16018.38948955 -.00000037  00000-0  10000-3 0  9990
+2 39620  65.0486  82.1664 0015495 327.7140 339.6819  2.13103507 14192
+0 FREGAT R/B
+1 39621U 14012B   16016.89581614 -.00000033  00000-0  00000+0 0  9991
+2 39621  65.0033  83.0654 0073715 127.0877 233.6459  2.08924675 13864
+0 SJ-11-06
+1 39624U 14014A   16018.18992255  .00000224  00000-0  56736-4 0  9990
+2 39624  98.1706  75.7006 0011920 337.9698  22.1002 14.59751230 95985
+0 CZ-2C R/B
+1 39625U 14014B   16017.29537483  .00001662  00000-0  12037-3 0  9992
+2 39625  98.2801 120.9173 0138393  52.7229 308.6517 14.98179057 98279
+0 CZ-2C DEB
+1 39626U 14014C   16016.82307200 +.00001400 +00000-0 +33808-3 0  9992
+2 39626 097.9817 048.7236 0107826 003.9665 356.2360 14.51172602094997
+0 CZ-2C DEB
+1 39627U 14014D   16017.76292714  .00000962  00000-0  38427-3 0  9994
+2 39627  98.0370  24.3312 0183295  38.2027 323.1980 14.21702808 93372
+0 CZ-2C DEB
+1 39628U 14014E   16017.18179726  .00001191  00000-0  28893-3 0  9999
+2 39628  98.4262  83.5252 0106298  25.4389 335.1984 14.51447269 95193
+0 CZ-2C DEB
+1 39629U 14014F   16016.77029688 +.00000701 +00000-0 +28044-3 0  9999
+2 39629 098.4261 054.6258 0178146 059.7459 302.1220 14.23017339093192
+0 SENTINEL 1A
+1 39634U 14016A   16018.19004152 -.00000104  00000-0 -12309-4 0  9991
+2 39634  98.1819  27.1941 0001221  77.6251 282.5081 14.59198532 95446
+0 IRNSS 1B
+1 39635U 14017A   16014.37399377  .00000065  00000-0  00000+0 0  9999
+2 39635  30.0038 302.9622 0018129 189.5530 170.4623  1.00271075  6639
+0 PSLV R/B
+1 39636U 14017B   16016.45644919  .00001000  00000-0  33359-3 0  9993
+2 39636  19.0439 163.0351 6002254  35.0231 352.6080  4.00907645 25890
+0 COSMOS 1867 COOLANT
+1 39637U 87060E   16017.59184666  .00000064  00000-0  61414-4 0  9999
+2 39637  65.0089 233.1662 0020843 274.8903  84.9802 14.31695238 94625
+0 COSMOS 1867 COOLANT
+1 39638U 87060F   16017.68051726  .00000044  00000-0  54298-4 0  9990
+2 39638  65.0078 234.3329 0020617 281.0327  78.8438 14.31197591 94396
+0 COSMOS 1867 COOLANT
+1 39639U 87060G   16016.60589627 +.00000059 +00000-0 +59852-4 0  9995
+2 39639 065.0054 236.9806 0019873 275.0494 084.8322 14.31254279092821
+0 COSMOS 1867 COOLANT
+1 39640U 87060H   16016.21766485 +.00000035 +00000-0 +50317-4 0  9994
+2 39640 065.0089 236.7018 0020626 273.1663 086.7061 14.31797597092960
+0 COSMOS 1867 COOLANT
+1 39641U 87060J   16016.22599288  .00000040  00000-0  52856-4 0  9997
+2 39641  65.0057 237.8711 0020903 277.3023  82.5685 14.31322373844554
+0 COSMOS 1867 COOLANT
+1 39642U 87060K   16016.22895965 +.00000038 +00000-0 +52042-4 0  9993
+2 39642 065.0086 238.5446 0020973 274.3493 085.5195 14.31161959092785
+0 COSMOS 1867 COOLANT
+1 39643U 87060L   16017.08874301  .00000085  00000-0  69152-4 0  9992
+2 39643  65.0099 234.5474 0020126 274.2515  85.6270 14.31754431 94051
+0 COSMOS 1867 COOLANT
+1 39644U 87060M   16018.03844006  .00000062  00000-0  60356-4 0  9990
+2 39644  65.0088 231.6271 0020273 273.0258  86.8507 14.31789882 94477
+0 COSMOS 1867 COOLANT
+1 39645U 87060N   16018.01348136  .00000061  00000-0  60625-4 0  9990
+2 39645  65.0101 233.0129 0020502 276.5811  83.2940 14.31387973 94141
+0 COSMOS 1867 COOLANT
+1 39646U 87060P   16018.07170386  .00000052  00000-0  57164-4 0  9991
+2 39646  65.0087 232.6625 0020307 274.8764  85.0002 14.31410510 94606
+0 COSMOS 1867 COOLANT
+1 39647U 87060Q   16018.07376641  .00000052  00000-0  57358-4 0  9999
+2 39647  65.0085 233.5848 0020743 272.9420  86.9290 14.31103299 94516
+0 COSMOS 1867 COOLANT
+1 39654U 87060R   16017.02790545  .00000058  00000-0  59596-4 0  9996
+2 39654  65.0061 235.8744 0021091 275.9111  83.9569 14.31249404 92024
+0 COSMOS 1867 COOLANT
+1 39655U 87060S   16016.21536738  .00000027  00000-0  48004-4 0  9997
+2 39655  65.0050 237.7876 0019753 276.9374  82.9463 14.31343556 92557
+0 COSMOS 1867 COOLANT
+1 39656U 87060T   16018.09802993  .00000047  00000-0  55361-4 0  9991
+2 39656  65.0062 232.1283 0020672 276.5293  83.3438 14.31503994 92753
+0 COSMOS 1867 COOLANT
+1 39657U 87060U   16018.02840273  .00000047  00000-0  55068-4 0  9992
+2 39657  65.0068 232.3705 0020084 279.6862  80.1954 14.31503470 92694
+0 COSMOS 1867 COOLANT
+1 39658U 87060V   16017.12302829  .00000028  00000-0  47802-4 0  9999
+2 39658  65.0096 234.6599 0021017 275.0815  84.7871 14.31649320 92948
+0 COSMOS 1867 COOLANT
+1 39659U 87060W   16017.67553192  .00000050  00000-0  56260-4 0  9994
+2 39659  65.0090 233.0457 0020583 280.3223  79.5541 14.31666359 93632
+0 COSMOS 1867 COOLANT
+1 39660U 87060X   16017.08214877  .00000057  00000-0  59077-4 0  9991
+2 39660  65.0077 235.7459 0020796 275.6570  84.2143 14.31297614 93026
+0 COSMOS 1867 COOLANT
+1 39661U 87060Y   16018.18930939  .00000033  00000-0  50037-4 0  9999
+2 39661  65.0076 231.6706 0020540 274.5733  85.3005 14.31612112 93137
+0 COSMOS 1867 COOLANT
+1 39662U 87060Z   16018.06969979  .00000063  00000-0  61029-4 0  9999
+2 39662  65.0075 232.1154 0019871 279.7187  80.1653 14.31583217 92971
+0 COSMOS 1867 COOLANT
+1 39663U 87060AA  16016.13579144  .00000032  00000-0  49600-4 0  9994
+2 39663  65.0083 238.1608 0020465 278.9318  80.9450 14.31367973 92779
+0 COSMOS 1867 COOLANT
+1 39664U 87060AB  16017.67018936  .00000061  00000-0  60606-4 0  9993
+2 39664  65.0051 233.6603 0019941 278.1549  81.7273 14.31373948 93104
+0 COSMOS 1867 COOLANT
+1 39666U 87060AD  16016.21115031 +.00000040 +00000-0 +52548-4 0  9991
+2 39666 065.0094 237.1644 0020291 279.9495 079.9299 14.31670325091728
+0 COSMOS 1867 COOLANT
+1 39667U 87060AE  16017.08058304  .00000048  00000-0  55659-4 0  9991
+2 39667  65.0122 235.1393 0020599 279.5545  80.3211 14.31589421 92832
+0 COSMOS 1867 COOLANT
+1 39668U 87060AF  16017.08085039  .00000051  00000-0  56561-4 0  9994
+2 39668  65.0090 234.9161 0020265 274.5560  85.3210 14.31588714 94525
+0 COSMOS 1867 COOLANT
+1 39669U 87060AG  16018.07839878  .00000059  00000-0  59513-4 0  9991
+2 39669  65.0123 232.4924 0020609 277.9807  81.8938 14.31551421 92976
+0 COSMOS 1867 COOLANT
+1 39670U 87060AH  16017.58697781  .00000068  00000-0  63015-4 0  9995
+2 39670  65.0095 233.6403 0020467 279.8151  80.0622 14.31556826 92904
+0 COSMOS 1867 COOLANT
+1 39671U 87060AJ  16017.12225994  .00000032  00000-0  49516-4 0  9990
+2 39671  65.0106 235.1768 0020619 277.7566  82.1177 14.31498872 92932
+0 COSMOS 1867 COOLANT
+1 39672U 87060AK  16015.98372936  .00000051  00000-0  56751-4 0  9992
+2 39672  65.0048 238.2862 0019925 276.2445  83.6369 14.31405642 92869
+0 COSMOS 1867 COOLANT
+1 39673U 87060AL  16017.04696373  .00000036  00000-0  51111-4 0  9994
+2 39673  65.0106 235.8039 0020208 279.4051  80.4749 14.31360297 93019
+0 COSMOS 1867 COOLANT
+1 39674U 87060AM  16016.21408469 +.00000027 +00000-0 +47888-4 0  9996
+2 39674 065.0096 238.1008 0020713 276.4005 083.4720 14.31346465091760
+0 COSMOS 1867 COOLANT
+1 39675U 87060AN  16016.09122203  .00000048  00000-0  55728-4 0  9997
+2 39675  65.0070 237.9212 0019983 276.5020  83.3790 14.31463520 92895
+0 COSMOS 1867 COOLANT
+1 39676U 87060AP  16017.71423472  .00000053  00000-0  57494-4 0  9998
+2 39676  65.0093 233.6475 0020701 279.2907  80.5836 14.31430008 93008
+0 COSMOS 1867 COOLANT
+1 39677U 87060AQ  16016.13146125  .00000035  00000-0  50697-4 0  9999
+2 39677  65.0045 237.8885 0020644 277.6233  82.2506 14.31375401 92688
+0 EGYPTSAT 2
+1 39678U 14021A   16018.18560982  .00000246  00000-0  10000-3 0  9992
+2 39678  51.6177 225.0259 0001190  93.1263 266.9817 14.53961383 93556
+0 SL-4 R/B
+1 39679U 14021B   16017.46003817  .00000669  00000-0  52171-4 0  9997
+2 39679  51.6171  23.7976 0178719 122.9298 238.9002 15.04326461 96334
+0 CTS DEB (ARRAY COVER)
+1 39688U 76004E   16015.23623933 -.00000070 +00000-0 +00000-0 0  9993
+2 39688 011.7427 318.8769 0011019 068.9721 059.5448 01.00315365004615
+0 CTS DEB (ARRAY COVER)
+1 39689U 76004F   16013.80407261 -.00000269  00000-0  00000+0 0  9998
+2 39689  11.8971 319.1021 0122839  34.7548 326.1103  1.00315163 28711
+0 COSMOS 921 DEB
+1 39690U 77055C   16017.73837006  .00001968  00000-0  15681-3 0  9998
+2 39690  75.8310 126.5356 0032925 345.9377 164.5336 15.00346445118000
+0 SL-8 DEB
+1 39691U 91009DE  16014.81023989 +.00000437 +00000-0 +41653-2 0  9994
+2 39691 074.0604 317.8530 0148298 305.2329 053.4899 12.21029230055206
+0 SL-8 DEB
+1 39692U 91009DF  16016.31985803  .00000064  00000-0  60358-3 0  9994
+2 39692  74.0932 351.1586 0109819 203.9201 155.6719 12.37540586 97090
+0 SL-8 DEB
+1 39693U 91009DG  16016.04657676 -.00000031  00000-0 -15082-3 0  9999
+2 39693  74.0328 264.8308 0129816 283.8574 140.3988 12.20792804516708
+0 SL-8 DEB
+1 39696U 91009DK  16006.16221333  .00000051  00000-0  59777-3 0  9990
+2 39696  74.0566 300.1084 0182728 289.6803 133.0754 12.21181627455843
+0 SL-8 DEB
+1 39697U 91009DL  16016.45862107  .00000101  00000-0  10834-2 0  9990
+2 39697  74.0583 299.0660 0146177 277.7430  80.7028 12.20462333483917
+0 SL-8 DEB
+1 39698U 91009DM  16016.48708602 -.00000245 +00000-0 -20813-2 0  9992
+2 39698 074.0475 300.0150 0186048 289.2792 188.6402 12.20727407077903
+0 SL-8 DEB
+1 39699U 91009DN  16016.06907261 +.00000072 +00000-0 +84706-3 0  9997
+2 39699 074.0975 049.6388 0145136 345.5329 014.1569 12.16696153077649
+0 SL-8 DEB
+1 39700U 91009DP  16009.93894797  .00000160  00000-0  14901-2 0  9994
+2 39700  73.9706 108.8447 0122660 210.0381 149.3583 12.28229806496492
+0 SL-8 DEB
+1 39702U 91009DR  16014.77444477 -.00000042 +00000-0 -26825-3 0  9990
+2 39702 074.2296 170.7398 0188261 245.5171 112.6127 12.14681884077253
+0 SL-8 DEB
+1 39703U 91009DS  16010.38560279  .00000052  00000-0  57063-3 0  9990
+2 39703  73.8559  26.2899 0194894 322.5736  99.1615 12.26686515482030
+0 ARIANE 44LP DEB
+1 39704U 92060F   16016.43590470  .00000032  00000-0  12875-1 0  9995
+2 39704   8.7306 326.7768 7128787  70.5510  20.1903  2.10723096 16671
+0 ARIANE 44LP DEB
+1 39705U 92060G   16017.13882171 -.00000139  00000-0  58120-3 0  9990
+2 39705   8.2679 283.8974 7137425 161.1940   0.1803  2.11885152 16765
+0 ARIANE 44LP DEB
+1 39706U 92060H   16016.31501450 -.00000053  00000-0  00000+0 0  9993
+2 39706   7.8889 346.2682 7023158 238.9382 266.0376  2.15908573 94372
+0 SL-16 DEB
+1 39707U 92093JX  16017.01234642  .00000724  00000-0  37843-3 0  9997
+2 39707  71.1145 248.2843 0110777 266.2355  92.6096 14.14563493106166
+0 SL-16 DEB
+1 39708U 92093JY  16016.31018699  .00001316  00000-0  20992-3 0  9997
+2 39708  71.2894 339.5688 0084661 112.9908 319.5047 14.71558493684326
+0 SL-16 DEB
+1 39709U 92093JZ  16017.31493434  .00000426  00000-0  34207-3 0  9998
+2 39709  71.1486  19.1129 0149600 306.6656  52.0780 13.91079256587883
+0 SL-16 DEB
+1 39710U 92093KA  16012.60300703  .00000784  00000-0  47952-3 0  9991
+2 39710  71.2114  90.3536 0082591 282.0585  77.0343 14.07238754603801
+0 SL-16 DEB
+1 39711U 92093KB  16017.13834864  .00000231  00000-0  18189-3 0  9992
+2 39711  70.8380 211.7583 0093739  91.6706 269.5147 13.99926760651868
+0 SL-16 DEB
+1 39713U 92093KD  16014.35414653 +.00000902 +00000-0 +54840-3 0  9994
+2 39713 071.1169 027.6443 0086588 094.0756 267.0266 14.06973548089915
+0 SL-16 DEB
+1 39714U 92093KE  16017.38819069  .00000140  00000-0  81721-4 0  9994
+2 39714  71.0849 159.6951 0099246 295.6145  63.4751 14.21634269111640
+0 SL-16 DEB
+1 39715U 92093KF  16017.48060338  .00000405  00000-0  18911-3 0  9997
+2 39715  71.0138  37.0250 0007275 235.0360 198.4427 14.26329197112298
+0 SL-16 DEB
+1 39716U 92093KG  16002.75106135  .00000645  00000-0  41783-3 0  9997
+2 39716  71.1373 142.2522 0104725 131.6275 235.7635 14.03716369588419
+0 SL-16 DEB
+1 39717U 92093KH  16017.68592683  .00000349  00000-0  26188-3 0  9996
+2 39717  70.6911 133.5313 0104345 347.2802  12.5679 13.99150053601604
+0 SL-16 DEB
+1 39718U 92093KJ  16017.18193389  .00001357  00000-0  49223-3 0  9997
+2 39718  71.1948 199.6107 0039961 186.4467 173.6158 14.34653067112540
+0 SL-16 DEB
+1 39719U 92093KK  16017.50208543  .00000014  00000-0  40775-4 0  9996
+2 39719  71.2987 304.7018 0100460 271.2500 209.8544 13.95492955109729
+0 SL-16 DEB
+1 39720U 92093KL  16013.88639618 +.00000750 +00000-0 +23625-3 0  9997
+2 39720 070.7893 193.9745 0029216 041.6428 318.6925 14.43405547091584
+0 SL-16 DEB
+1 39721U 92093KM  16015.49251240  .00000174  00000-0  15391-3 0  9999
+2 39721  71.1930 313.2751 0127306 124.2329 237.0923 13.93735723647454
+0 SL-16 DEB
+1 39722U 92093KN  16015.45801221  .00000251  00000-0  19614-3 0  9994
+2 39722  70.8955 293.8905 0105119  80.6205  32.6002 13.98853323109573
+0 SL-16 DEB
+1 39724U 92093KQ  16015.90972334 +.00000201 +00000-0 +16228-3 0  9993
+2 39724 070.8489 216.8668 0088543 098.6280 262.4878 14.00105899089248
+0 SL-16 DEB
+1 39725U 92093KR  16016.82811201  .00001131  00000-0  66166-3 0  9990
+2 39725  71.1772  73.6675 0093759 357.2875   2.7724 14.08207585110797
+0 SL-16 DEB
+1 39726U 92093KS  16017.56546446  .00000009  00000-0  40002-4 0  9994
+2 39726  71.1587 331.2716 0124962 245.6827 235.7363 13.90379819109312
+0 LUCH 5V
+1 39727U 14023A   16017.45177270 -.00000274  00000-0  00000+0 0  9999
+2 39727   3.6841 300.3911 0003531 359.3517  73.9051  1.00268790524384
+0 KAZSAT 3
+1 39728U 14023B   16016.51678082  .00000052  00000-0  00000+0 0  9996
+2 39728   0.0182  17.0801 0000624 311.8509  31.0653  1.00269811  6291
+0 BREEZE-M R/B
+1 39729U 14023C   16016.14557489 -.00000126  00000-0  00000+0 0  9996
+2 39729   1.8498  44.8428 0582819 147.8838 215.8518  0.92544404  5821
+0 BREEZE-M DEB (TANK)
+1 39730U 14023D   16017.37946239 -.00000199  00000-0  29170-3 0  9992
+2 39730  47.4630 106.8404 7100862 175.2589 199.7033  2.40494820 14754
+0 KAZEOSAT 1
+1 39731U 14024A   16018.16952118  .00000092  00000-0  41563-4 0  9997
+2 39731  98.4661  96.9303 0001236  92.6107 267.5229 14.41993498 90527
+0 NAVSTAR 70 (USA 251)
+1 39741U 14026A   16017.30072686 -.00000022  00000-0  00000+0 0  9998
+2 39741  55.2005 120.9218 0004348 244.2839 115.6713  2.00569739 12229
+0 DELTA 4 R/B
+1 39742U 14026B   16017.37100853 -.00000022  00000-0  00000+0 0  9994
+2 39742  54.9168 122.2334 0011181  62.6613 297.4486  1.93899571 11849
+0 COSMOS 2496
+1 39761U 14028A   16018.08861225  .00000010  00000-0  00000+0 0  9999
+2 39761  82.4479 330.9446 0020735  80.7963 279.5460 12.42890817 75132
+0 COSMOS 2497
+1 39762U 14028B   16018.06105117  .00000010  00000-0  00000+0 0  9999
+2 39762  82.4524 331.1603 0021954  75.3122 285.0387 12.42884489 75131
+0 COSMOS 2498
+1 39763U 14028C   16018.03627129  .00000010  00000-0  00000+0 0  9999
+2 39763  82.4492 330.9427 0022275  76.1318 284.2242 12.42883299 75139
+0 BREEZE-KM R/B
+1 39764U 14028D   16017.88317421 -.00000010  00000-0 -71662-4 0  9992
+2 39764  82.4431 301.1788 0227938 292.6367  65.0774 12.83500495 77557
+0 COSMOS 2499
+1 39765U 14028E   16017.41790171 -.00000009  00000-0 -67571-4 0  9991
+2 39765  82.4359 301.2632 0227470 293.7259  64.0135 12.83483686 77449
+0 ALOS 2
+1 39766U 14029A   16018.21165645 -.00000379  00000-0 -43928-4 0  9994
+2 39766  97.9199 116.9635 0001433  93.3503 266.7925 14.79468679 89311
+0 UNIFORM 1
+1 39767U 14029B   16017.84431548  .00000985  00000-0  12778-3 0  9990
+2 39767  97.8691 115.5469 0005927 173.1946 186.9341 14.82977079 89428
+0 SOCRATES
+1 39768U 14029C   16017.82136626  .00000441  00000-0  59795-4 0  9996
+2 39768  97.8688 116.1047 0006469 204.6816 155.4100 14.83677592 89457
+0 RISING 2
+1 39769U 14029D   16018.21885856  .00000457  00000-0  64750-4 0  9991
+2 39769  97.8745 115.2866 0004830 139.8077 220.3505 14.81603420 89413
+0 SPROUT
+1 39770U 14029E   16017.83743811  .00002356  00000-0  28397-3 0  9990
+2 39770  97.8719 116.8717 0008925 212.7708 147.2956 14.84768220 89475
+0 H-2A R/B
+1 39771U 14029F   16017.44897962  .00000998  00000-0  10316-3 0  9997
+2 39771  98.1483 142.8055 0018135 140.9389 219.3142 14.92403903 89946
+0 EUTE 3B
+1 39773U 14030A   16017.02924478  .00000011  00000-0  00000+0 0  9999
+2 39773   0.0679  34.7841 0003241 232.6137 222.0922  1.00271395  6074
+0 BLOCK DM-SL R/B
+1 39774U 14030B   16017.55495887  .00000003  00000-0  36428-3 0  9993
+2 39774   0.5157 324.6734 7223825 136.3827 340.7387  2.28888172 13741
+0 IRIDIUM 33 DEB
+1 39777U 97051AAJ 16016.37390630  .00000707  00000-0  28879-3 0  9991
+2 39777  85.9809  54.7654 0094413 349.3286  10.5897 14.23583117111582
+0 IRIDIUM 33 DEB
+1 39778U 97051AAK 16016.30939270  .00001078  00000-0  34718-3 0  9995
+2 39778  86.3875 140.5990 0011861  94.2707 265.9847 14.38391915112714
+0 IRIDIUM 33 DEB
+1 39779U 97051AAL 16017.60867105  .00002157  00000-0  76978-3 0  9990
+2 39779  86.2961 134.6334 0071678 239.0263 180.0596 14.32349726190164
+0 IRIDIUM 33 DEB
+1 39781U 97051AAN 16011.90357978  .00001776  00000-0  11305-2 0  9990
+2 39781  86.4057 241.8908 0289999 176.3777 185.9074 13.84565907217671
+0 IRIDIUM 33 DEB
+1 39782U 97051AAP 16017.07972428  .00005010  00000-0  97803-3 0  9991
+2 39782  86.4199 135.3590 0017687 102.8185  22.3565 14.62689119210832
+0 IRIDIUM 33 DEB
+1 39783U 97051AAQ 16017.47619536  .00002235  00000-0  76827-3 0  9993
+2 39783  86.1723  95.6710 0069233 275.3185 142.0335 14.34330364200035
+0 IRIDIUM 33 DEB
+1 39786U 97051AAT 16017.28377377  .00005894  00000-0  12284-2 0  9999
+2 39786  86.3734 128.2969 0004730   1.5993  28.3842 14.59838484190353
+0 IRIDIUM 33 DEB
+1 39787U 97051AAU 16017.95208655  .00005255  00000-0  14305-2 0  9993
+2 39787  86.2067  89.6102 0045968 172.9962 313.2806 14.46673912207105
+0 IRIDIUM 33 DEB
+1 39788U 97051AAV 16013.73894167 +.00043785 +00000-0 +93388-2 0  9993
+2 39788 086.3322 193.6019 0115576 225.1477 134.0298 14.54555346085915
+0 IRIDIUM 33 DEB
+1 39790U 97051AAX 16017.40858834  .00007010  00000-0  16408-2 0  9994
+2 39790  86.1833  72.7514 0045556 135.7327 224.7539 14.53845794357522
+0 IRIDIUM 33 DEB
+1 39792U 97051AAZ 16017.29873902  .00002829  00000-0  15982-2 0  9995
+2 39792  86.4348 225.5340 0192214 298.2142  59.9743 14.01082494 96952
+0 IRIDIUM 33 DEB
+1 39793U 97051ABA 16018.23785074  .00018222  00000-0  19921-2 0  9994
+2 39793  86.3669 116.1588 0002584 277.6487  82.4445 14.87758124567889
+0 IRIDIUM 33 DEB
+1 39796U 97051ABD 16017.59615832  .00006046  00000-0  16934-2 0  9991
+2 39796  86.3707 139.5314 0078995 188.6328 230.7910 14.44118425527805
+0 SL-12 DEB
+1 39797U 08046J   16005.77935516  .00010097  00000-0  38486-2 0  9996
+2 39797  65.3353 281.7590 5671680  59.7024 344.4185  4.49340100 25904
+0 SL-12 DEB
+1 39798U 08046K   16017.79337330  .00000732  00000-0  14160-1 0  9999
+2 39798  65.0013 306.8685 5524797  73.8700 338.0415  4.22987270 25319
+0 SL-12 DEB
+1 39799U 08046L   16016.94663703 +.00000573 +00000-0 +83376-2 0  9991
+2 39799 065.2566 309.7048 5572740 069.3227 340.2736 04.21437500025276
+0 SL-12 DEB
+1 39800U 08046M   16016.76046159 +.00000092 +00000-0 +57829-3 0  9995
+2 39800 065.2520 304.3375 5644266 067.8046 341.3439 04.22037607025523
+0 SL-12 DEB
+1 39801U 08046N   16017.72835021  .00000162  00000-0  42465-3 0  9995
+2 39801  65.1643 284.3863 5592879  68.5901 340.7041  4.40683763 26734
+0 SL-12 DEB
+1 39802U 08046P   16017.66586665  .00001700  00000-0  30866-2 0  9996
+2 39802  65.2405 287.8650 5676290  63.4149 343.1611  4.34868682 25885
+0 SL-12 DEB
+1 39803U 08046Q   16016.95505882 +.00000513 +00000-0 +11709-1 0  9995
+2 39803 065.0390 309.3382 5504276 073.5661 338.0225 04.22561124025011
+0 SL-12 DEB
+1 39804U 08046R   16017.85690469  .00002039  00000-0  11627-1 0  9996
+2 39804  66.0317 303.7365 5603722  54.0769 345.8907  4.31676432 25786
+0 COSMOS 1823 DEB
+1 39806U 87020EE  16016.52195110 +.00000204 +00000-0 +16794-2 0  9996
+2 39806 073.6337 261.5901 0064060 016.7905 343.5238 12.38353063074806
+0 COSMOS 1823 DEB
+1 39807U 87020EF  16017.88133367  .00000167  00000-0  18830-3 0  9995
+2 39807  74.0267  90.1969 0027880 307.9766 173.3170 13.78107801520928
+0 COSMOS 1823 DEB
+1 39808U 87020EG  16016.98915777  .00000185  00000-0  14545-2 0  9997
+2 39808  73.6228 124.5677 0052925 257.7412 222.5324 12.43097798584558
+0 COSMOS 1823 DEB
+1 39810U 87020EJ  16014.90239045  .00000006  00000-0  17043-3 0  9996
+2 39810  73.6955 219.7234 0034406 192.2952 167.7256 12.41126469531989
+0 COSMOS 1823 DEB
+1 39811U 87020EK  16014.88144826  .00000129  00000-0  10293-2 0  9991
+2 39811  73.6284  84.2127 0036115 223.2221 257.9569 12.45054510549354
+0 COSMOS 1823 DEB
+1 39813U 87020EM  16016.53400617  .00000158  00000-0  12017-2 0  9998
+2 39813  73.6405  63.6509 0035144 193.4236 238.5697 12.46979231 98152
+0 COSMOS 1823 DEB
+1 39814U 87020EN  16013.61533718  .00000051  00000-0  49172-3 0  9999
+2 39814  73.6145 100.4977 0029032 260.6906 166.7023 12.42693144504455
+0 COSMOS 1823 DEB
+1 39815U 87020EP  15362.05995550 -.00000014  00000-0  28585-4 0  9996
+2 39815  73.5895 131.0618 0028466 315.4239 165.5949 12.41773464230281
+0 COSMOS 1823 DEB
+1 39819U 87020ET  16017.69337926  .00000020  00000-0  26665-3 0  9997
+2 39819  73.6754 136.5270 0025548 177.7044 182.4123 12.42884700467028
+0 COSMOS 1823 DEB
+1 39820U 87020EU  16016.83666760  .00000085  00000-0  71737-3 0  9996
+2 39820  73.6329  69.0196 0024834 199.4935 280.1988 12.44897397535425
+0 COSMOS 1823 DEB
+1 39821U 87020EV  16009.27242805 +.00000065 +00000-0 +43901-3 0  9997
+2 39821 073.2296 226.8898 0099210 220.6843 138.6773 12.67698583074150
+0 COSMOS 1823 DEB
+1 39822U 87020EW  15361.57305296  .00000623  00000-0  53293-2 0  9999
+2 39822  73.9660  84.2896 0146554 272.5103  85.9166 12.28877238511010
+0 COSMOS 1823 DEB
+1 39823U 87020EX  16009.97365304 +.00000162 +00000-0 +12724-2 0  9992
+2 39823 073.7077 205.8669 0050832 161.4221 353.5330 12.43740125071299
+0 COSMOS 1823 DEB
+1 39824U 87020EY  16012.51759411  .00000146  00000-0  11481-2 0  9994
+2 39824  73.6201  80.8762 0035751 232.1504 189.7472 12.44958637492930
+0 COSMOS 1823 DEB
+1 39825U 87020EZ  16003.62630940  .00000022  00000-0  28522-3 0  9990
+2 39825  73.6102 101.3223 0029271 284.0305 142.5849 12.42625446514484
+0 COSMOS 1823 DEB
+1 39830U 87020FE  16016.42032482  .00000148  00000-0  11479-2 0  9996
+2 39830  73.5972  36.8398 0037755 234.4522 125.3002 12.45984372 92542
+0 COSMOS 1823 DEB
+1 39832U 87020FG  16009.09704087  .00000002  00000-0  14717-3 0  9998
+2 39832  73.6076 153.7383 0038041 326.7204 150.7002 12.40419696 96514
+0 COSMOS 1823 DEB
+1 39833U 87020FH  16004.13020927  .00000073  00000-0  54248-3 0  9994
+2 39833  73.7788 286.0314 0029853 252.5956 107.1832 12.57126813578438
+0 SL-8 DEB
+1 39835U 91009DT  16016.16527322 +.00000012 +00000-0 +24720-3 0  9990
+2 39835 074.0452 282.9954 0187114 271.8209 086.1405 12.22234845072659
+0 SL-8 DEB
+1 39836U 91009DU  16004.37479321 -.00000025  00000-0 -79968-4 0  9997
+2 39836  73.9103   6.8681 0138068 189.9379 238.2477 12.29279880253950
+0 SL-8 DEB
+1 39837U 91009DV  16017.29607878  .00001576  00000-0  53531-2 0  9999
+2 39837  73.8090   2.0372 0049195 242.5943 117.0125 12.98950752546189
+0 SL-8 DEB
+1 39839U 91009DX  16011.89097219 -.00000020  00000-0 -17189-4 0  9999
+2 39839  73.8278 207.9743 0091784 208.6938 150.9045 12.49376322428698
+0 SL-8 DEB
+1 39840U 91009DY  16017.89963116  .00003349  00000-0  60079-2 0  9994
+2 39840  73.8421  78.9269 0105949  85.1727  35.7731 13.39832573618724
+0 SL-16 DEB
+1 39841U 92093KT  16015.61460912  .00003865  00000-0  51687-3 0  9992
+2 39841  70.7575 110.2789 0048929 354.7729  67.0782 14.79376798115799
+0 SL-16 DEB
+1 39842U 92093KU  16016.40281191  .00006387  00000-0  11639-2 0  9995
+2 39842  70.9638  23.8708 0051904 209.3692 150.4538 14.65530892671653
+0 SL-16 DEB
+1 39843U 92093KV  16017.15971637  .00002915  00000-0  68597-3 0  9999
+2 39843  70.9244 217.8316 0044733  45.5559 314.9229 14.54599518672249
+0 SL-16 DEB
+1 39844U 92093KW  16014.28984969 +.00000916 +00000-0 +37728-3 0  9994
+2 39844 070.6558 244.0332 0046564 346.4135 013.5735 14.29121043084384
+0 SL-16 DEB
+1 39845U 92093KX  16017.70362046  .00000528  00000-0  33925-3 0  9995
+2 39845  70.9810  28.9203 0141762 254.7537 103.7870 14.02965840623246
+0 SL-16 DEB
+1 39847U 92093KZ  16017.33988878  .00000982  00000-0  37146-3 0  9996
+2 39847  71.0346   7.0425 0067783 285.7203  73.6459 14.32455283627916
+0 SL-16 DEB
+1 39848U 92093LA  16010.92978207  .00003066  00000-0  11183-2 0  9998
+2 39848  71.2346 108.8772 0054888 310.9337  47.3462 14.32988173618624
+0 SL-16 DEB
+1 39849U 92093LB  16017.16122246  .00000303  00000-0  22043-3 0  9995
+2 39849  70.8649 187.9895 0087308  48.6420 312.2162 14.02286361110086
+0 SL-16 DEB
+1 39850U 92093LC  16016.39016496  .00000534  00000-0  36135-3 0  9993
+2 39850  71.3287 282.5031 0098932 176.0564 182.4403 14.02233578533240
+0 SL-16 DEB
+1 39851U 92093LD  16017.15890497  .00002669  00000-0  11381-2 0  9996
+2 39851  71.0957 309.6725 0149024 270.6846  87.7207 14.20163931655223
+0 SL-16 DEB
+1 39852U 92093LE  16018.00786029  .00001114  00000-0  37371-3 0  9999
+2 39852  71.0098 250.7247 0006042 300.8955 125.0558 14.39422460669319
+0 SL-16 DEB
+1 39853U 92093LF  16017.07198842  .00001635  00000-0  23244-3 0  9998
+2 39853  71.2809 266.5955 0076798  78.8052 282.1725 14.76521432115775
+0 SL-16 DEB
+1 39855U 92093LH  16017.75264237  .00003545  00000-0  12513-2 0  9995
+2 39855  70.5279 288.6515 0111563 177.9993 182.1606 14.31985305112309
+0 SL-16 DEB
+1 39856U 92093LJ  16011.05724401  .00004480  00000-0  10707-2 0  9999
+2 39856  70.8234 158.7006 0039799 231.3999 124.1586 14.53693482571192
+0 SL-16 DEB
+1 39857U 92093LK  16013.22915906 +.00000379 +00000-0 +21147-3 0  9997
+2 39857 070.9227 331.3336 0069402 235.9727 123.4793 14.16081737082882
+0 SL-16 DEB
+1 39858U 92093LL  16017.19730385  .00002192  00000-0  61714-3 0  9993
+2 39858  70.9504 329.2167 0049131 111.4090 310.0258 14.46261292570833
+0 SL-16 DEB
+1 39860U 92093LN  16017.41810116  .00000483  00000-0  23043-3 0  9996
+2 39860  70.7880 302.8259 0035729 263.0636  96.6425 14.24115010659325
+0 SL-16 DEB
+1 39862U 92093LQ  16012.59661541  .00001296  00000-0  31747-3 0  9991
+2 39862  70.8367   4.5717 0085718  27.7736 332.7942 14.52304179554332
+0 SL-16 DEB
+1 39863U 92093LR  16015.50677191 +.00001611 +00000-0 +95113-3 0  9992
+2 39863 070.9865 315.4255 0161387 132.8683 228.6120 14.02966732082436
+0 SL-16 DEB
+1 39864U 92093LS  16012.88462786  .00001005  00000-0  58242-3 0  9992
+2 39864  71.1491  92.7477 0129129 313.4606  45.5828 14.07074572109872
+0 SL-16 DEB
+1 39865U 92093LT  16017.56354466  .00000618  00000-0  25979-3 0  9998
+2 39865  71.0170 349.3954 0004743 207.1475 152.9408 14.29783028670118
+0 SL-16 DEB
+1 39866U 92093LU  16016.84935334  .00003004  00000-0  12527-2 0  9994
+2 39866  71.2908 200.1394 0102021 197.0444 227.2251 14.24217902111618
+0 SL-16 DEB
+1 39867U 92093LV  16013.60017151  .00002185  00000-0  13784-2 0  9999
+2 39867  70.9802  92.9679 0186687 255.9766 102.0530 13.97065925580820
+0 SL-16 DEB
+1 39868U 93016AS  16017.04160718  .00002550  00000-0  13153-2 0  9992
+2 39868  70.9842 165.7780 0152344 275.5237  82.8524 14.10245080568902
+0 SL-16 DEB
+1 39871U 93016AV  16017.75095059  .00002722  00000-0  31204-3 0  9998
+2 39871  71.0326 140.1416 0073074 311.8621 119.0672 14.85045928688586
+0 SL-16 DEB
+1 39872U 93016AW  16017.39412884  .00000779  00000-0  57967-3 0  9992
+2 39872  70.9909 168.9164 0149322 269.3145 118.0898 13.92942321676876
+0 SL-16 DEB
+1 39873U 93016AX  16017.98868678  .00001367  00000-0  65744-3 0  9990
+2 39873  70.4125 256.7827 0114852 230.6292 128.4611 14.17355116111339
+0 SL-16 DEB
+1 39874U 93016AY  16018.09607787  .00002940  00000-0  12230-2 0  9995
+2 39874  70.9453 287.8904 0112100 130.8921 293.5361 14.23819473684760
+0 SL-16 DEB
+1 39876U 93016BA  16014.32536575  .00002826  00000-0  12579-2 0  9994
+2 39876  70.9722  15.6347 0129608 186.4333 173.5135 14.19308085111076
+0 SL-16 DEB
+1 39877U 93016BB  16008.09264017 +.00002654 +00000-0 +13573-2 0  9995
+2 39877 070.9716 168.3156 0149263 287.7011 070.7862 14.10863260084459
+0 SL-16 DEB
+1 39878U 93016BC  16017.73631534  .00003066  00000-0  15692-2 0  9991
+2 39878  70.9686 154.3321 0150128 278.2661  80.1458 14.10636821111383
+0 SL-16 DEB
+1 39879U 93016BD  16017.45580130  .00002558  00000-0  11883-2 0  9999
+2 39879  70.9894  43.8002 0133165 197.9699 230.5148 14.16988098616449
+0 SL-16 DEB
+1 39882U 93016BG  16015.34011869  .00002408  00000-0  10711-2 0  9990
+2 39882  70.9556   9.0088 0127367 190.8709 233.5830 14.19661911656414
+0 SL-16 DEB
+1 39883U 93016BH  16005.74396603  .00002825  00000-0  13653-2 0  9997
+2 39883  70.9875 149.7193 0145568 277.2996  81.1600 14.14012854652205
+0 SL-16 DEB
+1 39885U 93016BK  16015.71498729 +.00003898 +00000-0 +13774-2 0  9994
+2 39885 070.9563 138.0800 0091032 013.7591 346.5989 14.32948902092238
+0 SL-16 DEB
+1 39886U 93016BL  16017.37544973  .00001092  00000-0  24827-3 0  9998
+2 39886  71.0162 286.3168 0065812 342.0588  17.8233 14.57054750669361
+0 SL-16 DEB
+1 39887U 93016BM  16017.72135776  .00003368  00000-0  16795-2 0  9997
+2 39887  70.9939 158.5814 0152350 272.6163  85.7526 14.11745636572734
+0 SL-16 DEB
+1 39888U 93016BN  16012.99330886 +.00001935 +00000-0 +10044-2 0  9990
+2 39888 070.9615 248.8228 0110582 070.9911 290.3152 14.12883198082797
+0 SL-16 DEB
+1 39889U 93016BP  16017.15955271  .00007549  00000-0  18525-2 0  9994
+2 39889  70.9277 322.8205 0082102 279.1590  80.0269 14.50629591643986
+0 SL-16 DEB
+1 39890U 93016BQ  16013.71936225 +.00002977 +00000-0 +13475-2 0  9991
+2 39890 070.9718 035.2387 0130389 185.3048 174.6705 14.18366331056584
+0 SL-16 DEB
+1 39891U 93016BR  16017.16140794  .00000801  00000-0  31754-3 0  9998
+2 39891  70.9988 200.2072 0009586  35.2643 324.9121 14.31872455666333
+0 SL-16 DEB
+1 39892U 93016BS  16017.24946143  .00002697  00000-0  11228-2 0  9998
+2 39892  70.9859 336.3026 0118740 152.9963 207.7411 14.23441184656236
+0 SL-16 DEB
+1 39893U 93016BT  16008.72573690  .00002094  00000-0  97658-3 0  9998
+2 39893  70.9723  45.0888 0130061 203.6753 155.8354 14.17212805606444
+0 SL-16 DEB
+1 39896U 93016BW  16017.32018490  .00002817  00000-0  11797-2 0  9991
+2 39896  70.9695 355.6359 0123893 172.3962 187.9083 14.22786150642043
+0 SL-16 DEB
+1 39899U 93016BZ  16015.33885737  .00002690  00000-0  57981-3 0  9994
+2 39899  70.9846 249.0245 0009658 204.8601 155.2081 14.59334252620153
+0 SL-16 DEB
+1 39900U 93016CA  16017.70488680  .00004190  00000-0  14330-2 0  9993
+2 39900  70.9414 139.6807 0086122  31.6061 329.0202 14.34767106662559
+0 SL-16 DEB
+1 39901U 93016CB  16015.16844165 +.00001803 +00000-0 +98800-3 0  9999
+2 39901 070.9766 206.6657 0154910 313.0177 045.8046 14.07288484083287
+0 SL-16 DEB
+1 39902U 93016CC  16016.80300150 +.00000083 +00000-0 +11834-3 0  9994
+2 39902 071.0013 171.9427 0191844 161.3118 268.3418 13.73382704080903
+0 SL-16 DEB
+1 39903U 93016CD  16014.93052477 +.00000103 +00000-0 +11935-3 0  9998
+2 39903 070.9880 199.3317 0139227 304.4190 126.1686 13.85899653082834
+0 SL-16 DEB
+1 39905U 93016CF  16001.35804550  .00002425  00000-0  11668-2 0  9990
+2 39905  70.9603   0.1738 0138803 218.8076 210.5613 14.14849665652859
+0 SL-16 DEB
+1 39906U 93016CG  16017.74557148  .00002761  00000-0  13095-2 0  9998
+2 39906  70.9790  46.4765 0138314 203.2641 156.2185 14.15497335586538
+0 SL-16 DEB
+1 39907U 93016CH  16017.85216794  .00000183  00000-0  18095-3 0  9992
+2 39907  70.9934 178.7591 0134939 290.8911  67.7794 13.87253179109027
+0 SL-16 DEB
+1 39908U 93016CJ  16015.22272082  .00000311  00000-0  16155-3 0  9992
+2 39908  71.0053 330.7465 0008020 142.8037 281.4324 14.22352095641806
+0 SL-16 DEB
+1 39910U 93016CL  16017.67472533  .00010401  00000-0  22780-2 0  9990
+2 39910  70.9895  22.6780 0034371 237.9676 121.8128 14.57484391 99484
+0 SL-16 DEB
+1 39911U 93016CM  16016.89754772 +.00000065 +00000-0 +10308-3 0  9991
+2 39911 070.9968 217.0167 0201742 204.9682 154.1557 13.71919948081318
+0 PEGASUS DEB
+1 39912U 94029AFK 16013.71605473  .00018128  00000-0  13724-2 0  9991
+2 39912  81.3359   4.4130 0092927  29.5379  89.9943 14.98752855631636
+0 PEGASUS DEB
+1 39913U 94029AFL 16017.28448148  .00001299  00000-0  47531-3 0  9997
+2 39913  81.5714 235.6376 0594291  71.2052 295.2584 13.63783900595905
+0 PEGASUS DEB
+1 39914U 94029AFM 16014.43903261 +.00001661 +00000-0 +43509-3 0  9998
+2 39914 081.3355 057.2346 0444732 173.9243 186.7587 14.03125907082322
+0 PEGASUS DEB
+1 39915U 94029AFN 16017.47541705  .00006211  00000-0  25934-3 0  9995
+2 39915  82.0048 200.8742 0123167 198.3504 161.3267 15.16665164725184
+0 PEGASUS DEB
+1 39916U 94029AFP 16015.03857817 +.00002847 +00000-0 +43471-3 0  9997
+2 39916 081.5868 123.2299 0194289 017.7282 104.4245 14.61536098085617
+0 PEGASUS DEB
+1 39919U 94029AFS 16012.48124202  .00001284  00000-0  30007-3 0  9996
+2 39919  81.8543  83.7815 0299797 169.2462 191.5332 14.29965629668183
+0 PEGASUS DEB
+1 39921U 94029AFU 16016.74022228  .00001003  00000-0  32228-3 0  9993
+2 39921  81.5431 164.6631 0420024 299.4474  56.5391 13.98702677599828
+0 PEGASUS DEB
+1 39922U 94029AFV 16015.05556369 +.00001686 +00000-0 +26226-3 0  9993
+2 39922 081.6005 290.7699 0179488 075.5730 286.5314 14.62137724085945
+0 PEGASUS DEB
+1 39923U 94029AFW 16017.38830628  .00002012  00000-0  83482-3 0  9996
+2 39923  82.1496  53.6066 0618656 187.6669 171.4678 13.54708252 86543
+0 PEGASUS DEB
+1 39924U 94029AFX 16015.70697085  .00000747  00000-0  10470-3 0  9999
+2 39924  81.8593   7.4996 0139971 192.1569 167.6250 14.69691326654426
+0 PEGASUS DEB
+1 39925U 94029AFY 16017.35364031  .00009645  00000-0  82994-3 0  9991
+2 39925  81.4998 259.9680 0120071 303.2203  55.7547 14.91788444630521
+0 PEGASUS DEB
+1 39926U 94029AFZ 16017.69919362  .00000869  00000-0  25371-3 0  9997
+2 39926  81.8445 168.3827 0323552 136.4863 284.2785 14.16671097627224
+0 PEGASUS DEB
+1 39927U 94029AGA 16017.79239074  .00002083  00000-0  21813-3 0  9991
+2 39927  81.8293 211.4978 0077174 175.9430 184.2429 14.86946112116640
+0 PEGASUS DEB
+1 39928U 94029AGB 16017.50413010  .00002649  00000-0  53284-3 0  9990
+2 39928  81.0324 296.0240 0304884  52.1492 310.6861 14.35832883578543
+0 PEGASUS DEB
+1 39929U 94029AGC 16017.71802018  .00001558  00000-0  34762-3 0  9992
+2 39929  81.9519 161.8970 0299968 127.9808 234.8884 14.31913254112427
+0 PEGASUS DEB
+1 39930U 94029AGD 16015.80828434  .00003761  00000-0  33422-3 0  9992
+2 39930  81.5704  70.5691 0110795 201.4452 158.2106 14.91220570527873
+0 PEGASUS DEB
+1 39932U 94029AGF 16017.09859236  .00001054  00000-0  28140-3 0  9995
+2 39932  81.8223 148.8540 0334093 136.5756 226.2269 14.19189437639214
+0 COSMOS 1275 DEB
+1 39935U 81053NB  16017.31933020  .00000436  00000-0  32814-3 0  9996
+2 39935  82.8252 235.0179 0037578 261.4608 221.6902 13.91961654109234
+0 COSMOS 1275 DEB
+1 39936U 81053NC  16017.67767547  .00000883  00000-0  77162-3 0  9996
+2 39936  83.1496 106.8011 0069253 236.8953 122.5549 13.83669519594761
+0 COSMOS 1275 DEB
+1 39937U 81053ND  16015.03471155  .00000474  00000-0  41787-3 0  9992
+2 39937  82.8887 126.0053 0066528  84.6581  40.8312 13.82186199108139
+0 COSMOS 1275 DEB
+1 39938U 81053NE  16016.82014397  .00000835  00000-0  97798-3 0  9996
+2 39938  83.0705 315.0354 0147759 356.6004  31.4841 13.62801241107002
+0 COSMOS 1275 DEB
+1 39939U 81053NF  16015.46758854  .00000311  00000-0  30457-3 0  9997
+2 39939  82.8231  87.0064 0069561 327.1735  32.5108 13.75216680582237
+0 COSMOS 1275 DEB
+1 39940U 81053NG  16013.62165602 +.00000219 +00000-0 +23926-3 0  9998
+2 39940 082.9804 132.5979 0077594 148.6400 272.7112 13.66916073509535
+0 COSMOS 1275 DEB
+1 39941U 81053NH  16013.49029077 +.00000815 +00000-0 +76785-3 0  9992
+2 39941 083.0222 079.5162 0109699 113.4858 247.7875 13.77532076081919
+0 COSMOS 1275 DEB
+1 39942U 81053NJ  16016.48931980  .00000797  00000-0  63405-3 0  9994
+2 39942  83.1796  83.8224 0045839 304.4706 116.6594 13.89536616600986
+0 COSMOS 1275 DEB
+1 39943U 81053NK  16016.46539869 +.00000526 +00000-0 +67276-3 0  9993
+2 39943 083.0656 018.0473 0151579 308.0942 214.2382 13.56830562079855
+0 COSMOS 1275 DEB
+1 39944U 81053NL  16017.90907017  .00003794  00000-0  97566-3 0  9993
+2 39944  82.8365 197.8338 0022847 151.1936 209.0528 14.49828215113635
+0 COSMOS 1275 DEB
+1 39945U 81053NM  16017.39491390  .00000201  00000-0  18272-3 0  9996
+2 39945  82.9544 162.7159 0039728 245.8276 143.3697 13.78655900668476
+0 COSMOS 1275 DEB
+1 39947U 81053NP  16016.96169247 +.00000522 +00000-0 +61163-3 0  9996
+2 39947 083.0149 195.1918 0129956 252.2637 262.4986 13.63272964080415
+0 COSMOS 1275 DEB
+1 39948U 81053NQ  16016.47377581  .00000352  00000-0  45779-3 0  9991
+2 39948  83.0625  80.3118 0198005 223.7072 197.4727 13.51755873633213
+0 COSMOS 1275 DEB
+1 39949U 81053NR  16010.30357590  .00000667  00000-0  55619-3 0  9999
+2 39949  82.8296  10.2764 0046899 352.9331   7.1164 13.86644943507563
+0 COSMOS 1275 DEB
+1 39950U 81053NS  16017.13899397  .00000722  00000-0  72373-3 0  9993
+2 39950  83.1705 327.1370 0108628 189.1159 231.3170 13.73834730561899
+0 COSMOS 1275 DEB
+1 39951U 81053NT  16017.15768669  .00001244  00000-0  82874-3 0  9990
+2 39951  82.8313 329.1687 0062378 164.2073 255.2232 13.99521550724407
+0 COSMOS 1275 DEB
+1 39952U 81053NU  16001.94087130 +.00000948 +00000-0 +83420-3 0  9996
+2 39952 083.0573 071.1872 0091754 261.5858 224.0085 13.82542955060824
+0 COSMOS 1275 DEB
+1 39953U 81053NV  15363.59107789  .00000832  00000-0  11376-2 0  9993
+2 39953  82.9774 301.0786 0173259 162.1653 320.2849 13.51738614526385
+0 COSMOS 1275 DEB
+1 39954U 81053NW  16016.13790139  .00001352  00000-0  70868-3 0  9997
+2 39954  82.9047 270.1101 0049312 186.9670 173.0828 14.12999293110639
+0 COSMOS 1275 DEB
+1 39955U 81053NX  16016.41885683  .00000225  00000-0  22284-3 0  9995
+2 39955  83.4196 260.1410 0112105 324.2086 158.3143 13.71580612568247
+0 COSMOS 1275 DEB
+1 39956U 81053NY  16016.85769517  .00000586  00000-0  61863-3 0  9997
+2 39956  83.0262 165.5890 0130441  67.9740  85.0489 13.69343971763034
+0 COSMOS 1275 DEB
+1 39957U 81053NZ  16012.16682027  .00000048  00000-0  34059-4 0  9999
+2 39957  82.9267 160.6698 0038551 120.2973   4.9201 13.74194843576379
+0 COSMOS 1275 DEB
+1 39958U 81053PA  16017.94947025  .00000439  00000-0  47048-3 0  9998
+2 39958  83.0264 102.0302 0087935 221.8235 262.0805 13.69968967531402
+0 COSMOS 1275 DEB
+1 39959U 81053PB  16017.75561405  .00000079  00000-0  67134-4 0  9991
+2 39959  82.9602 189.2147 0038648 327.7766  90.1368 13.74976950623248
+0 COSMOS 1275 DEB
+1 39960U 81053PC  16017.62265018  .00000720  00000-0  10325-2 0  9991
+2 39960  83.1456 257.6352 0240040  77.4954 285.2924 13.43469202571113
+0 COSMOS 1275 DEB
+1 39961U 81053PD  16016.08111377 +.00000454 +00000-0 +36545-3 0  9996
+2 39961 082.7758 295.5875 0059878 348.7180 072.2979 13.87725060081763
+0 COSMOS 1275 DEB
+1 39962U 81053PE  16017.42090457  .00000261  00000-0  24613-3 0  9990
+2 39962  82.8175  57.8314 0071620 250.3321 168.6300 13.76842997659484
+0 COSMOS 1275 DEB
+1 39963U 81053PF  16017.34302234  .00000646  00000-0  77315-3 0  9995
+2 39963  83.0077 238.9095 0131770  91.3425  31.9478 13.61916488647787
+0 COSMOS 1275 DEB
+1 39964U 81053PG  16017.53745876  .00001523  00000-0  45062-3 0  9999
+2 39964  83.0929 104.1638 0048289  44.3327  16.0330 14.42198706766173
+0 COSMOS 1275 DEB
+1 39965U 81053PH  16017.01014200  .00000393  00000-0  35968-3 0  9991
+2 39965  82.9662 212.9043 0045570 281.9780 232.7027 13.80334666685118
+0 COSMOS 1275 DEB
+1 39966U 81053PJ  16017.32605758  .00001052  00000-0  78018-3 0  9996
+2 39966  82.7124 137.9184 0047701 159.4650 230.3510 13.93739419751243
+0 COSMOS 1275 DEB
+1 39967U 81053PK  16016.55713943  .00000496  00000-0  38352-3 0  9995
+2 39967  82.9262  58.5839 0030716 308.7152 204.3457 13.90818425109170
+0 SL-14 DEB
+1 39969U 87068CV  16017.34132918  .00001200  00000-0  60194-3 0  9997
+2 39969  82.5097 249.6749 0016847  54.2857 305.9885 14.15833379657737
+0 SL-14 DEB
+1 39970U 87068CW  16017.18723532  .00001240  00000-0  74551-3 0  9995
+2 39970  82.5499 322.3209 0006662 280.1227 146.1740 14.06121380593185
+0 SL-14 DEB
+1 39971U 87068CX  16017.43181891  .00000658  00000-0  58529-3 0  9999
+2 39971  82.4623  76.9229 0058565 302.0639 117.8982 13.82693632691895
+0 SL-14 DEB
+1 39972U 87068CY  16014.78612535  .00000302  00000-0  24328-3 0  9995
+2 39972  82.4929  28.5113 0020529  13.1025 107.4164 13.87465097648467
+0 SL-14 DEB
+1 39973U 87068CZ  16016.58706979  .00001299  00000-0  48569-3 0  9991
+2 39973  83.0366 115.9258 0027991  85.0165 275.4217 14.30934561112269
+0 SL-14 DEB
+1 39974U 87068DA  16016.20970060  .00001103  00000-0  69364-3 0  9995
+2 39974  82.5428 333.9222 0011829   6.5837  57.4690 14.03551096641452
+0 SL-14 DEB
+1 39975U 87068DB  16013.30823408  .00000554  00000-0  35418-3 0  9999
+2 39975  82.5981  10.2915 0102133 304.1117  55.0393 13.99465864109351
+0 SL-14 DEB
+1 39976U 87068DC  16017.72502522  .00000645  00000-0  45638-3 0  9997
+2 39976  82.5510  13.3998 0011724 116.0155   9.0892 13.96390391600945
+0 SL-14 DEB
+1 39977U 87068DD  16017.59265198  .00004450  00000-0  13338-2 0  9997
+2 39977  82.4585 116.5298 0022448 153.4016 266.2046 14.42505231112907
+0 SL-14 DEB
+1 39978U 87068DE  16016.16869392 +.00000698 +00000-0 +54429-3 0  9993
+2 39978 082.4142 327.9202 0051448 021.9261 039.0775 13.90477489081784
+0 SL-14 DEB
+1 39979U 87068DF  16016.88533178 +.00001676 +00000-0 +76719-3 0  9996
+2 39979 082.5329 231.1572 0038001 351.8087 008.2468 14.20574766083767
+0 SL-14 DEB
+1 39980U 87068DG  16010.89606780 +.00018721 +00000-0 +24116-2 0  9995
+2 39980 082.4998 074.6129 0016778 183.6844 176.4249 14.80875611107162
+0 SL-14 DEB
+1 39981U 87068DH  16017.80365889  .00000463  00000-0  35933-3 0  9990
+2 39981  82.5544  48.1659 0008479 196.5720 286.7980 13.90621136544196
+0 SL-14 DEB
+1 39982U 87068DJ  16017.35478216  .00000125  00000-0  91525-4 0  9995
+2 39982  82.5458  45.0505 0016677 197.3244 220.2446 13.88286370680113
+0 SL-14 DEB
+1 39983U 87068DK  16017.32250208  .00001701  00000-0  88206-3 0  9994
+2 39983  82.1563  35.7417 0080261 202.7745 219.0470 14.12744598664026
+0 SL-14 DEB
+1 39984U 87068DL  16018.03282010  .00001285  00000-0  66387-3 0  9993
+2 39984  82.8403 116.9574 0010395  27.0471 333.1247 14.14307196111037
+0 SL-14 DEB
+1 39985U 87068DM  16015.17349686  .00001101  00000-0  72396-3 0  9993
+2 39985  82.5266 339.8551 0017640  69.8068 348.2213 14.01013316648937
+0 SL-14 DEB
+1 39986U 87068DN  16002.56994424  .00000444  00000-0  38298-3 0  9991
+2 39986  82.5060  88.8715 0042326 229.5079 195.6186 13.84200120393895
+0 BREEZE-M DEB
+1 39988U 08011DM  16017.97289839  .00000040  00000-0  00000+0 0  9990
+2 39988  48.5084 134.1639 5679885 293.8731  17.8340  2.86564654 47455
+0 BREEZE-M DEB
+1 39989U 08011DN  15360.09671951 -.00000062  00000-0  00000+0 0  9999
+2 39989  47.8182 270.8173 5863311 142.3229 278.9335  3.31328402 49846
+0 BREEZE-M DEB
+1 39993U 08011DS  16015.71964240  .00000044  00000-0  20328-4 0  9996
+2 39993  51.0985 264.3231 6358355  73.0221 344.1882  3.17701502 47562
+0 BREEZE-M DEB
+1 39994U 08011DT  16016.70554192 +.00000907 +00000-0 +23586-1 0  9992
+2 39994 049.1101 236.7449 6403457 160.4619 354.5846 03.07887619006979
+0 BREEZE-M DEB
+1 39995U 08011DU  16016.61540069 -.00000760  00000-0 -18994-1 0  9997
+2 39995  49.4332 237.3174 6406577 148.7943 124.3921  3.08406305 42704
+0 MSG 1 DEB (BAFFLE COVER)
+1 39999U 02040F   16016.36376832 -.00000189 +00000-0 +00000-0 0  9996
+2 39999 008.7461 040.6940 0083287 029.4395 055.8285 01.01972196003293
+0 FENGYUN 2C DEB
+1 40000U 04042D   16004.54797771 -.00000332  00000-0  00000+0 0  9990
+2 40000   8.4165  46.1597 0065833 318.3735  41.1077  1.00255779 25145
+0 COSMOS 2500 (GLONASS)
+1 40001U 14032A   16018.21081581 -.00000037  00000-0  00000+0 0  9997
+2 40001  64.9898  82.2084 0007347 210.4552 183.8793  2.13102945 12419
+0 FREGAT R/B
+1 40002U 14032B   16016.19730084 -.00000028  00000-0  00000+0 0  9992
+2 40002  65.0138  83.0067 0080936 116.1684 244.7260  2.09162214 12148
+0 KAZEOSAT 2
+1 40010U 14033A   16018.18096432  .00000300  00000-0  44433-4 0  9990
+2 40010  97.9375 279.6179 0017857 151.5769 208.6423 14.82080329 85511
+0 HODOYOSHI 4
+1 40011U 14033B   16018.15486892  .00000533  00000-0  76038-4 0  9995
+2 40011  97.9334 277.5905 0027542 144.1819 216.1254 14.80560123 85392
+0 UNISAT 6
+1 40012U 14033C   16018.22078221  .00000541  00000-0  89441-4 0  9998
+2 40012  97.9207 270.2522 0059665 150.3262 210.1353 14.73150176 84960
+0 DEIMOS 2
+1 40013U 14033D   16018.14107753  .00000741  00000-0  94395-4 0  9999
+2 40013  97.9220 280.6463 0001066 121.4010 238.7307 14.84469814 85631
+0 BUGSAT 1
+1 40014U 14033E   16018.15106979  .00000822  00000-0  82107-4 0  9998
+2 40014  97.9572 290.2350 0031084 235.3438 124.4863 14.94024319 86138
+0 HODOYOSHI 3
+1 40015U 14033F   16018.20817961  .00000362  00000-0  56918-4 0  9995
+2 40015  97.9293 275.1612 0038081 143.9384 216.4406 14.77932728 85250
+0 SAUDISAT 4
+1 40016U 14033G   16018.21579433  .00000157  00000-0  30498-4 0  9993
+2 40016  97.9241 272.4483 0049297 147.5854 212.8400 14.74943112 85107
+0 TABLETSAT AURORA
+1 40017U 14033H   16018.16154640  .00001142  00000-0  11806-3 0  9993
+2 40017  97.9526 288.1194 0022713 231.7090 128.2090 14.92001802 86016
+0 APRIZESAT 9
+1 40018U 14033J   16018.17390727  .00000156  00000-0  33522-4 0  9997
+2 40018  97.9148 267.3063 0072252 157.7858 202.6506 14.69645282 84694
+0 APRIZESAT 10
+1 40019U 14033K   16018.21831407  .00000141  00000-0  32507-4 0  9994
+2 40019  97.9100 264.5869 0084936 164.2494 196.1382 14.66730387 84582
+0 BRITE TORONTO
+1 40020U 14033L   16018.21084015  .00000187  00000-0  40827-4 0  9995
+2 40020  97.9089 263.9085 0088172 165.8471 194.5235 14.66177021 84489
+0 DUCHIFAT 1
+1 40021U 14033M   16018.16263896  .00001436  00000-0  15903-3 0  9990
+2 40021  97.9415 284.3232 0012744 193.7057 166.3815 14.88881638 85781
+0 PACE
+1 40022U 14033N   16018.16745429  .00000843  00000-0  98862-4 0  9995
+2 40022  97.9406 283.6641 0013082 196.0221 164.0583 14.87584959 85730
+0 FLOCK 1C 10
+1 40023U 14033P   16018.15867741  .00000590  00000-0  70853-4 0  9996
+2 40023  97.9459 284.1141 0012208 197.5847 162.4941 14.87722473 85756
+0 NANOSAT C BR1
+1 40024U 14033Q   16018.22054505  .00001228  00000-0  13859-3 0  9992
+2 40024  97.9394 283.9592 0012010 192.7079 167.3837 14.88350089 85778
+0 QB50P1
+1 40025U 14033R   16018.21625847  .00000922  00000-0  10725-3 0  9994
+2 40025  97.9392 283.6437 0012193 193.8488 166.2396 14.87718442 85756
+0 FLOCK 1C 7
+1 40026U 14033S   16018.20216030  .00002374  00000-0  26421-3 0  9997
+2 40026  97.9451 284.2817 0010548 195.2457 164.8416 14.88050984 85776
+0 FLOCK 1C 1
+1 40027U 14033T   16018.03155375  .00000815  00000-0  95227-4 0  9992
+2 40027  97.9475 284.0408 0012134 194.6419 165.4467 14.87834748 85748
+0 POPSAT HIP 1
+1 40028U 14033U   16018.20555793  .00001186  00000-0  13654-3 0  9995
+2 40028  97.9419 283.7618 0013275 192.5705 167.5159 14.87604658 85744
+0 FLOCK 1C 2
+1 40029U 14033V   16018.18530781  .00001027  00000-0  11841-3 0  9993
+2 40029  97.9453 284.1191 0013857 191.6698 168.4198 14.87834710 85759
+0 DTUSAT 2
+1 40030U 14033W   16018.16054197  .00000941  00000-0  11026-3 0  9994
+2 40030  97.9374 283.1636 0011771 187.0629 173.0423 14.87356457 85729
+0 FLOCK 1C 4
+1 40031U 14033X   16018.17974320  .00000891  00000-0  10365-3 0  9994
+2 40031  97.9452 284.1377 0013984 189.5496 170.5479 14.87796864 85742
+0 QB50P2
+1 40032U 14033Y   16018.17975903  .00000949  00000-0  11138-3 0  9996
+2 40032  97.9382 283.1935 0011743 187.0747 173.0305 14.87286997 85722
+0 FLOCK 1C 11
+1 40033U 14033Z   16018.16716698  .00002210  00000-0  24241-3 0  9992
+2 40033  97.9461 284.3701 0011838 186.1176 173.9909 14.88713325 85771
+0 ANTELSAT
+1 40034U 14033AA  16018.11697976  .00000770  00000-0  12392-3 0  9998
+2 40034  97.9224 270.1817 0059761 149.5551 210.9152 14.73171755 84935
+0 FLOCK 1C 9
+1 40035U 14033AB  16018.19088242  .00000927  00000-0  10744-3 0  9990
+2 40035  97.9458 284.2749 0011664 184.2725 175.8392 14.87859256 85754
+0 FLOCK 1C 6
+1 40036U 14033AC  16018.18324513  .00000941  00000-0  10867-3 0  9996
+2 40036  97.9492 284.3350 0011639 184.7336 175.3793 14.87968122 85761
+0 PERSEUS M2
+1 40037U 14033AD  16018.02931827  .00000490  00000-0  62527-4 0  9992
+2 40037  97.9428 282.6538 0013936 190.3683 169.7254 14.85903521 85657
+0 FLOCK 1C 5
+1 40038U 14033AE  16017.92437356  .00000991  00000-0  11402-3 0  9990
+2 40038  97.9476 283.9727 0013988 185.5633 174.5426 14.87985382 85712
+0 PERSEUS M1
+1 40039U 14033AF  16018.03414675  .00000507  00000-0  65054-4 0  9999
+2 40039  97.9442 282.4505 0013768 184.8396 175.2705 14.85533849 85643
+0 FLOCK 1C 8
+1 40040U 14033AG  16018.20477529  .00002498  00000-0  26864-3 0  9993
+2 40040  97.9460 284.7727 0012783 176.5818 183.5439 14.89391385 85781
+0 FLOCK 1C 3
+1 40041U 14033AH  16018.18014877  .00000841  00000-0  98367-4 0  9992
+2 40041  97.9486 284.1894 0012699 180.8663 179.2555 14.87703324 85746
+0 POLYITAN 1
+1 40042U 14033AJ  16018.17817329  .00001224  00000-0  14204-3 0  9998
+2 40042  97.9465 283.4570 0014836 181.4512 178.6663 14.87207350 85709
+0 TIGRISAT
+1 40043U 14033AK  16018.19633077  .00000420  00000-0  70463-4 0  9994
+2 40043  97.9207 270.7381 0061172 151.6428 208.8132 14.73598663 84838
+0 LEMUR 1
+1 40044U 14033AL  16018.18306381  .00000448  00000-0  74960-4 0  9995
+2 40044  97.9208 270.6169 0060315 152.2919 208.1525 14.73415972 84833
+0 AEROCUBE 6A
+1 40045U 14033AM  16018.19190413  .00000909  00000-0  14210-3 0  9997
+2 40045  97.9261 270.8209 0059239 148.5290 211.9485 14.74058671 84683
+0 AEROCUBE 6B
+1 40046U 14033AN  16018.19195373  .00000960  00000-0  14953-3 0  9999
+2 40046  97.9257 270.7909 0058924 148.1350 212.3445 14.74057940 84823
+0 SL-24 R/B
+1 40047U 14033AP  16016.94361984 +.00000012 +00000-0 +18642-4 0  9992
+2 40047 097.8652 172.9921 0571014 081.0103 285.5197 13.61342787078369
+0 SL-24 DEB
+1 40048U 14033AQ  16017.83505715  .00015128  00000-0  77799-3 0  9995
+2 40048  97.9595 300.8404 0027951 209.6822 150.2825 15.16214449 86761
+0 SL-24 PLAT
+1 40049U 14033AR  16018.17507408  .00000797  00000-0  95141-4 0  9993
+2 40049  97.9456 283.5500 0012722 187.7637 172.3384 14.87007102 85578
+0 SL-18 DEB
+1 40050U 93014BM  16017.50132532  .00008084  00000-0  19411-2 0  9990
+2 40050  75.7566 210.5775 0123472  13.8765 346.5745 14.48895361 72308
+0 SPOT 7
+1 40053U 14034A   16018.16589091 -.00000046  00000-0  00000+0 0  9999
+2 40053  98.2198  86.9206 0000989  81.1522 278.9796 14.58534291 82658
+0 AISAT
+1 40054U 14034B   16018.22789475  .00001274  00000-0  19185-3 0  9996
+2 40054  98.2026 104.2757 0012154 255.8311 104.1548 14.76173755 83578
+0 NLS 7.1/CANX 4
+1 40055U 14034C   16018.22470439  .00000334  00000-0  58434-4 0  9991
+2 40055  98.2035 103.6465 0013106 268.3112  91.6595 14.74324283 83512
+0 NLS 7.2/CANX 5
+1 40056U 14034D   16018.22480626  .00000340  00000-0  59364-4 0  9991
+2 40056  98.2035 103.6458 0013129 268.6218  91.3486 14.74324588 83514
+0 VELOX 1
+1 40057U 14034E   16018.15195656  .00001203  00000-0  18068-3 0  9994
+2 40057  98.2026 104.6883 0010015 271.6442  88.3627 14.76412699 83596
+0 PSLV R/B
+1 40058U 14034F   16017.34052282  .00000287  00000-0  47051-4 0  9998
+2 40058  98.1364 101.5630 0021835 332.5097  27.4957 14.78183783 83560
+0 OCO 2
+1 40059U 14035A   16017.96181877  .00000190  00000-0  52302-4 0  9999
+2 40059  98.2192 320.7978 0001663  90.5857 269.5532 14.57110440 82219
+0 DELTA 2 R/B
+1 40060U 14035B   16016.65175107 +.00000048 +00000-0 +00000-0 0  9991
+2 40060 098.1540 213.4154 3065328 234.7012 092.7718 06.11228568034409
+0 GONETS M 08 (M18)
+1 40061U 14036A   16018.04360444  .00000010  00000-0  00000+0 0  9996
+2 40061  82.5117 149.6474 0029522 164.4427 195.7571 12.42885241 70009
+0 GONETS M 09 (M19)
+1 40062U 14036B   16018.09439224  .00000010  00000-0  00000+0 0  9995
+2 40062  82.5108 149.6496 0022617 167.2409 192.9251 12.42866745 70005
+0 GONETS M 10 (M20)
+1 40063U 14036C   16018.07008823  .00000010  00000-0  00000+0 0  9991
+2 40063  82.5106 149.6270 0022095 153.0828 207.1404 12.42869406 70008
+0 BREEZE-KM R/B
+1 40064U 14036D   16017.80403472  .00000018  00000-0  22786-4 0  9999
+2 40064  82.5138 123.7957 0230988  32.5545 328.9562 12.81699322 72154
+0 METEOR M2
+1 40069U 14037A   16018.18661723 -.00000012  00000-0  15002-4 0  9990
+2 40069  98.7295  75.5199 0004618 263.3527  96.7130 14.20624081 79295
+0 MKA PN2 (RELEK)
+1 40070U 14037B   16018.13412944  .00000128  00000-0  40050-4 0  9994
+2 40070  98.3021  75.8029 0137028 311.1111  47.8318 14.51805024 81007
+0 DX 1
+1 40071U 14037C   16018.18002285  .00000533  00000-0  76804-4 0  9999
+2 40071  98.3394 103.2524 0007321 271.8098  88.2276 14.80675472 82608
+0 SKYSAT 2
+1 40072U 14037D   16018.18236089  .00000390  00000-0  58107-4 0  9998
+2 40072  98.3384 103.3537 0005263 269.8651  90.1960 14.80729026 82616
+0 DUMMY SAT
+1 40073U 14037E   16018.21144415  .00000161  00000-0  28543-4 0  9991
+2 40073  98.3390 103.3487 0004712 275.3425  84.7248 14.80426841 82614
+0 UKUBE 1
+1 40074U 14037F   16018.20444407  .00001170  00000-0  15188-3 0  9996
+2 40074  98.3421 104.8028 0003518 278.3585  81.7244 14.82776881 82695
+0 AISSAT 2
+1 40075U 14037G   16018.15938150  .00000639  00000-0  88500-4 0  9992
+2 40075  98.3411 104.1309 0004902 297.5265  62.5445 14.81702680 82657
+0 TDS 1
+1 40076U 14037H   16018.14829706  .00000319  00000-0  48434-4 0  9995
+2 40076  98.3326 103.3297 0004978 299.9154  60.1565 14.81107425 82637
+0 FREGAT DEB
+1 40078U 14037K   16018.17064275  .00000133  00000-0  40901-4 0  9997
+2 40078  98.3014  75.8632 0137074 310.6988  48.2364 14.51901067 81015
+0 O3B FM3
+1 40079U 14038A   16016.38904800 -.00000019 +00000-0 +00000-0 0  9993
+2 40079 000.0379 351.4083 0003295 260.1773 108.3754 05.00115491022873
+0 O3B FM7
+1 40080U 14038B   16016.34458099 -.00000019 +00000-0 +00000-0 0  9995
+2 40080 000.0357 351.2897 0002752 291.4531 077.2232 05.00115348027655
+0 O3B FM6
+1 40081U 14038C   16016.56643565 -.00000019 +00000-0 +00000-0 0  9994
+2 40081 000.0369 351.4466 0002829 281.9222 086.5955 05.00115700027645
+0 O3B FM8
+1 40082U 14038D   16016.21137982 -.00000018 +00000-0 +00000-0 0  9997
+2 40082 000.0339 349.3477 0001410 308.0553 062.5794 05.00115291027734
+0 FREGAT R/B
+1 40083U 14038E   16016.21301191 -.00000015  00000-0  00000+0 0  9999
+2 40083   0.0803 151.7098 0009151 337.2979 231.0708  5.21127523 28879
+0 ORBCOMM FM 109
+1 40086U 14040A   16017.83715745  .00000196  00000-0  86816-4 0  9991
+2 40086  47.0054 335.9213 0014992  33.9721 326.2120 14.53038494 80438
+0 ORBCOMM FM 107
+1 40087U 14040B   16017.37036137  .00000197  00000-0  87270-4 0  9998
+2 40087  47.0076 338.3421 0024480  38.7511 321.5123 14.53027404 80366
+0 ORBCOMM FM 106
+1 40088U 14040C   16017.86511524  .00000204  00000-0  88916-4 0  9998
+2 40088  47.0063 336.1257 0021259  38.9142 321.3267 14.53025505 80412
+0 ORBCOMM FM 111
+1 40089U 14040D   16017.13983668  .00000485  00000-0  97365-4 0  9990
+2 40089  47.0066 261.8144 0035926 120.9738 239.4692 14.76459776 81344
+0 ORBCOMM FM 104
+1 40090U 14040E   16017.88045932  .00000213  00000-0  90790-4 0  9991
+2 40090  47.0075 336.2876 0017828  36.1900 324.0187 14.53014013 80429
+0 ORBCOMM FM 103
+1 40091U 14040F   16018.16816665  .00000160  00000-0  78150-4 0  9990
+2 40091  47.0074 335.0758 0013556  33.1108 327.0621 14.53024017 80450
+0 NAVSTAR 71 (USA 256)
+1 40105U 14045A   16016.89618347  .00000050  00000-0  00000+0 0  9998
+2 40105  54.7653 240.6987 0003824 119.9721 240.1314  2.00565439 10667
+0 ATLAS 5 CENTAUR R/B
+1 40106U 14045B   16016.79702489  .00000050  00000-0  00000+0 0  9999
+2 40106  55.0697 242.0439 0217659 297.6050  60.2713  1.90831004 10161
+0 ASIASAT 8
+1 40107U 14046A   16016.38722446 -.00000341 +00000-0 +00000-0 0  9996
+2 40107 000.0137 057.5280 0001549 204.6722 097.7660 01.00270151005393
+0 FALCON 9 R/B
+1 40108U 14046B   16017.33130177  .00017937  98016-6  93271-3 0  9990
+2 40108  24.4501  36.0100 6959327 212.1812  74.4792  2.73357990 13090
+0 YAOGAN 20A
+1 40109U 14047A   16018.08593072 -.00000090  00000-0  00000+0 0  9999
+2 40109  63.4024  78.3608 0050422   2.5536 357.5747 13.45149895 70881
+0 YAOGAN 20B
+1 40110U 14047B   16018.08611129 -.00000090  00000-0  00000+0 0  9995
+2 40110  63.4020  79.2446 0050348   2.6547 357.4745 13.45149790 70868
+0 YAOGAN 20C
+1 40111U 14047C   16018.16026113 -.00000090  00000-0  00000+0 0  9998
+2 40111  63.4018  79.0375 0050274   2.6882 357.4420 13.45148735 70874
+0 CZ-4C R/B
+1 40112U 14047D   16016.95799255 -.00000064 +00000-0 +32244-4 0  9999
+2 40112 063.4515 026.6803 0190396 013.9411 346.6781 13.69326781071858
+0 CZ-4C DEB
+1 40113U 14047E   16016.60891888 -.00000050 +00000-0 +67250-4 0  9997
+2 40113 063.4021 085.8056 0057040 009.2735 350.9330 13.43979455070551
+0 CZ-4C DEB
+1 40114U 14047F   16016.60380284 -.00000079  00000-0  17738-4 0  9998
+2 40114  63.4024  86.6950 0055193   8.0131 352.1763 13.43619188 70582
+0 WORLDVIEW 3
+1 40115U 14048A   16018.20283011  .00000519  00000-0  66982-4 0  9991
+2 40115  97.9169  97.3337 0000965 100.4215 259.7115 14.85141169 77531
+0 GAOFEN 2
+1 40118U 14049A   16018.18117302  .00000512  00000-0  73637-4 0  9999
+2 40118  97.9726  97.8071 0009162  14.6270 345.5220 14.80606916 76506
+0 BRITE-PL 2
+1 40119U 14049B   16017.79065354  .00000516  00000-0  68810-4 0  9996
+2 40119  97.9725  99.4869 0017071 337.3500  22.6959 14.83775912 76573
+0 CZ-4B R/B
+1 40120U 14049C   16017.37488639  .00022845  00000-0  25025-3 0  9996
+2 40120  98.1179 155.8862 0110299 338.2270  21.4312 15.55970085 79505
+0 SL-12 DEB
+1 40121U 08046S   16017.00111722  .00003108  00000-0  64078-2 0  9994
+2 40121  65.1092 287.2468 5666429  66.6497 341.9278  4.35049433 22649
+0 GALILEO 5 (261)
+1 40128U 14050A   16017.69019385 -.00000080  00000-0  00000+0 0  9999
+2 40128  49.9790  65.9396 1578729  45.0811 326.8063  1.85520220  9687
+0 GALILEO 6 (262)
+1 40129U 14050B   16016.34253408 -.00000074  00000-0  00000+0 0  9990
+2 40129  50.0360  64.9700 1578711  46.1765 325.9331  1.85520876  9868
+0 FREGAT R/B
+1 40130U 14050C   16016.42438878 -.00000079 +00000-0 +00000-0 0  9993
+2 40130 049.9982 060.4315 2352018 049.3649 328.9472 02.05029965010505
+0 LING QIAO
+1 40136U 14051A   16018.19183006 -.00000000  00000-0  16518-4 0  9995
+2 40136  98.4500  27.3189 0020619 189.4310 170.6489 14.29608792 71614
+0 CHUANG XIN 1-04
+1 40137U 14051B   16018.16091669  .00000017  00000-0  23193-4 0  9990
+2 40137  98.4508  27.2449 0022351 190.6663 169.4048 14.29513471 71606
+0 ASIASAT 6
+1 40141U 14052A   16016.49828113 -.00000370  00000-0  00000+0 0  9992
+2 40141   0.0438 242.7270 0000719  75.4378  96.4534  1.00268541  5016
+0 YAOGAN 21
+1 40143U 14053A   16018.20458247  .00003775  00000-0  15298-3 0  9993
+2 40143  97.3648  95.5510 0010021 220.7454 194.6232 15.25221247 75778
+0 TIANTUO 2
+1 40144U 14053B   16018.20802688  .00002522  00000-0  85539-4 0  9991
+2 40144  97.3654  98.6664 0011253 317.8407  98.0777 15.31419983 75970
+0 OPTUS 10
+1 40146U 14054A   16017.22200957 -.00000084  00000-0  00000+0 0  9993
+2 40146   0.0948 324.5369 0001691 316.2230  79.2032  1.00273849  4982
+0 MEASAT 3B
+1 40147U 14054B   16017.42278008 -.00000251  00000-0  00000+0 0  9994
+2 40147   0.0209  17.0018 0002369 295.6309  47.3288  1.00270569  5030
+0 ARIANE 5 R/B
+1 40148U 14054C   16016.81723588  .00001331  00000-0  43134-3 0  9993
+2 40148   5.8659 309.3082 7245214 219.6670  54.9301  2.32011629 11294
+0 ARIANE 5 DEB (SYLDA)
+1 40149U 14054D   16015.73135258 +.00006834 +00000-0 +21292-2 0  9998
+2 40149 006.2960 277.0094 6816658 279.5006 015.2021 02.87362953012561
+0 CZ-3A DEB
+1 40152U 07003AL  16015.97872571 -.00000111  00000-0  00000+0 0  9994
+2 40152  27.9272 270.4783 7317711  65.7020 351.4030  1.90758087 61773
+0 CZ-3A DEB
+1 40156U 07003AQ  16014.63344262 -.00000023  00000-0 -19869-3 0  9991
+2 40156  25.9258 210.7558 7507013 205.8521  18.3185  1.84295828 38760
+0 CZ-3A DEB
+1 40157U 07003AR  16013.07900700 -.00000021  00000-0  62166-2 0  9998
+2 40157  24.4032 253.7216 7420125 171.4111 357.8458  1.83301980 38405
+0 CZ-3B DEB
+1 40158U 10042K   16016.26431891  .00000016  00000-0  00000+0 0  9999
+2 40158  25.9876  89.1015 7329608 287.2473  45.2320  1.88700991942250
+0 CZ-3B DEB
+1 40159U 10042L   16018.02279659  .00001666  00000-0  46149-2 0  9997
+2 40159  27.1764 306.8657 7289109 155.7730 272.1256  2.20107033 32522
+0 CZ-3B DEB
+1 40160U 10042M   16016.52603321 -.00000189  00000-0  00000+0 0  9992
+2 40160  26.6404 102.5327 7256031 257.4269  54.8275  1.89888965 14923
+0 CZ-3B DEB
+1 40161U 10042N   16017.16904333  .00000167  00000-0  69372-2 0  9996
+2 40161  28.3534  16.3604 7362094  23.7211   5.7645  1.99201441 32571
+0 CZ-3B DEB
+1 40162U 10042P   16015.46127742 -.00000198  00000-0  00000+0 0  9994
+2 40162  26.4491 102.7164 7215095 259.1954  19.2951  1.92026876 22312
+0 CZ-3B DEB
+1 40164U 10042R   16017.60981484  .00000141  00000-0  00000+0 0  9992
+2 40164  26.7081  95.0701 7285523 268.8323 293.6040  1.89854744 24973
+0 CZ-3B DEB
+1 40165U 10042S   16012.33746572 -.00000016  00000-0 -18187-2 0  9996
+2 40165  28.0252  54.8047 7370156 321.1538   9.9108  1.92840424 30360
+0 CZ-3B DEB
+1 40166U 10042T   16015.60929853 -.00000596  00000-0  00000+0 0  9999
+2 40166  25.8968 114.8235 7066738 245.4648  37.5170  1.96630326 32869
+0 CZ-3B DEB
+1 40167U 10042U   16015.16864982 -.00000072  00000-0  00000+0 0  9991
+2 40167  26.4609 109.4642 7153476 248.0654  25.9002  1.93627778 22816
+0 CZ-3B DEB
+1 40169U 10042W   16017.21153810 -.00000269  00000-0  00000+0 0  9990
+2 40169  26.2409  95.7084 7206747 273.1682 193.3621  1.93936205 24021
+0 CZ-3C DEB
+1 40170U 10057Y   16016.25353464 -.00000483  00000-0 -42946-2 0  9995
+2 40170  20.7848 343.2675 7165186 289.8359  85.8189  2.23596647 35271
+0 CZ-3C DEB
+1 40171U 10057Z   16016.02394922  .00003353  00000-0  19289-2 0  9996
+2 40171  22.0492 325.4359 6128389 220.3520  72.7015  3.79393386 50464
+0 CZ-3C DEB
+1 40172U 10057AA  16017.77399651  .00221888 -24726-5  15261-2 0  9992
+2 40172  19.9962 258.9388 2889231 350.5573   5.0158  9.76136579119290
+0 CZ-3C DEB
+1 40174U 10057AC  16016.89223947  .00000236  00000-0  32283-2 0  9998
+2 40174  20.0774 292.7232 7113649  27.8432   4.0182  2.33695712 36644
+0 CZ-3C DEB
+1 40176U 10057AE  16016.47972001 -.00000210 +00000-0 -17438-1 0  9994
+2 40176 020.5469 059.3528 7214947 153.3917 358.4339 02.07861683937747
+0 CZ-3C DEB
+1 40178U 10057AG  16016.38380168 -.00000399 +00000-0 -81128-2 0  9999
+2 40178 019.4902 045.2460 7224916 195.3581 299.8479 02.09523305014665
+0 CZ-3B DEB
+1 40179U 11077C   16016.87701355 -.00000163  00000-0  13724-2 0  9997
+2 40179  25.8654 279.0317 7419737 160.6791 259.3492  1.91731182 15092
+0 CZ-3B DEB
+1 40181U 11077E   16007.26007587  .00001138  00000-0  24841-2 0  9993
+2 40181  21.9055 265.0285 7579814 221.2554  45.8259  1.87353569 18063
+0 CZ-3B DEB
+1 40182U 11077F   16016.38017014 +.00000084 +00000-0 +19395-2 0  9990
+2 40182 022.7503 275.1943 7568127 196.8447 106.8388 01.84129134014453
+0 CZ-3B DEB
+1 40183U 11077G   16016.66186878  .00000117  00000-0  28871-2 0  9993
+2 40183  21.5567 281.2971 7581326 197.8097 103.1246  1.81589030 17322
+0 CZ-3B DEB
+1 40184U 11077H   16017.61747006  .00000846  00000-0  16608-2 0  9990
+2 40184  21.7704 261.3501 7600868 227.7890  36.7467  1.85450575 19595
+0 CZ-3B DEB
+1 40185U 11077J   16015.89207151 -.00000029  00000-0  10357-2 0  9990
+2 40185  25.2995 265.3575 7492848 187.5423 145.7618  1.91130113 18457
+0 CZ-3B DEB
+1 40186U 11077K   16017.53185968 -.00000091  00000-0  00000+0 0  9995
+2 40186  26.2276 320.1127 7304626  89.3265  70.7232  1.88691706 28066
+0 CZ-3B DEB
+1 40187U 11077L   16016.58820386 -.00000135  00000-0  84852-2 0  9999
+2 40187  26.3957 294.9865 7369032 129.0099 323.1005  1.90900683 21932
+0 CZ-3B DEB
+1 40188U 11077M   16013.08261122 -.00000291  00000-0 -46909-2 0  9994
+2 40188  26.8345 290.5260 7383099 131.9799 319.9856  1.91061374 21975
+0 CZ-3B DEB
+1 40189U 11077N   16016.92937046 +.00000048 +00000-0 +15184-1 0  9994
+2 40189 026.6314 301.1999 7355599 116.4644 333.7288 01.90316020021860
+0 CZ-3B DEB
+1 40191U 11077Q   16009.93358391 -.00000024  00000-0  45005-3 0  9992
+2 40191  26.3833 268.4495 7442873 171.4783 218.1558  1.93553096926295
+0 CZ-3B DEB
+1 40193U 11077S   16015.20040914 -.00000093  00000-0  47797-2 0  9995
+2 40193  26.4108 305.2390 7411230 112.3773 337.0239  1.86704060 18338
+0 CZ-3C DEB
+1 40194U 12008D   16017.17838449 -.00000215  00000-0  00000+0 0  9996
+2 40194  20.4380  85.8318 6426824  21.6286 356.3724  2.13039479 22357
+0 CZ-3C DEB
+1 40195U 12008E   16016.13530070  .00002853  00000-0  53321-2 0  9997
+2 40195  20.0167 219.6435 7205946  65.7058 351.0089  2.31170720 18043
+0 CZ-3C DEB
+1 40196U 12008F   16016.80668233  .00000218  00000-0  19855-2 0  9992
+2 40196  21.4931 217.7411 7097784  51.8159 353.0951  2.37128435 28658
+0 CZ-3C DEB
+1 40197U 12008G   16015.12969814 -.00000036  00000-0  00000+0 0  9994
+2 40197  20.7473 324.9052 6976900 236.5638  37.6098  2.19826259 24598
+0 CZ-3C DEB
+1 40198U 12008H   16016.21778674  .00000113  00000-0  15194-2 0  9996
+2 40198  19.2854 263.9466 7286235 358.7399   0.2624  2.16262493 16990
+0 CZ-3C DEB
+1 40199U 12008J   16016.06912222 -.00000566  00000-0 -30278-1 0  9992
+2 40199  18.5002 311.9578 7230411 281.9476  11.8471  2.08964527 22414
+0 CZ-3C DEB
+1 40200U 12008K   16014.00005692 -.00000046  00000-0  00000+0 0  9991
+2 40200  21.1270 326.5813 6982977 230.1611  44.4635  2.19195537917455
+0 CZ-3C DEB
+1 40201U 12008L   16015.76043880 -.00000077 +00000-0 +00000-0 0  9992
+2 40201 021.3273 277.6262 7085800 313.0651 006.3856 02.24582371017657
+0 CZ-3C DEB
+1 40202U 12008M   16016.03321025  .00001309  00000-0  43301-2 0  9995
+2 40202  19.7418 215.6188 7167716  75.4807 348.6410  2.33280404 24027
+0 CZ-3C DEB
+1 40203U 12008N   16016.84813301  .00000255  00000-0  10500-2 0  9992
+2 40203  20.3501 213.5343 7166691  72.0659 349.4450  2.33438507 23535
+0 CZ-3C DEB
+1 40204U 12008P   16016.04471248 -.00000163  00000-0 -13343-2 0  9993
+2 40204  20.2811 261.4510 7100471 351.8845   1.1087  2.26934602 22903
+0 CZ-3C DEB
+1 40206U 12008R   16016.63907794 -.00000032 +00000-0 +10856-2 0  9990
+2 40206 017.9310 263.5815 7255117 011.9470 358.7656 02.17951075010755
+0 CZ-3C DEB
+1 40207U 12008S   16016.77584528 +.00000574 +00000-0 +33762-2 0  9993
+2 40207 018.8643 247.6951 7246329 030.0443 356.6345 02.21935834010860
+0 METEOR 2-5 DEB
+1 40213U 79095CL  16017.13863605  .00002119  00000-0  10196-2 0  9999
+2 40213  81.2080 316.2801 0003511 164.2461 254.7337 14.18491873234259
+0 METEOR 2-5 DEB
+1 40214U 79095CM  16017.14380119  .00002309  00000-0  12363-2 0  9994
+2 40214  81.2131 325.5276 0007937 178.4913 181.6285 14.12814109147372
+0 METEOR 2-5 DEB
+1 40215U 79095CN  16016.19984198 +.00002018 +00000-0 +10990-2 0  9997
+2 40215 081.2041 326.3349 0001962 313.8470 046.2539 14.11877156067557
+0 SCOUT G-1 DEB
+1 40216U 86088E   16001.22656044  .00001509  00000-0  14706-2 0  9995
+2 40216  89.5255 344.6442 0028524 232.8754 126.9807 13.78708321 96062
+0 OKEAN 1 DEB
+1 40217U 88056C   16017.75112106  .00004345  00000-0  26142-3 0  9993
+2 40217  82.4972 288.7910 0011832 293.5398  66.4588 15.10547746102883
+0 COSMOS 2251 DEB
+1 40218U 93036BUX 16017.50328887  .00000375  00000-0  13849-3 0  9995
+2 40218  74.0333  64.2637 0019670 307.7211  52.2158 14.35797005 99180
+0 COSMOS 2251 DEB
+1 40219U 93036BUY 15364.15420437  .00122291  00000-0  70949-2 0  9990
+2 40219  73.9972 304.7399 0012456 243.1155 116.8737 15.11463097248979
+0 COSMOS 2251 DEB
+1 40220U 93036BUZ 16015.75342772 +.00005551 +00000-0 +12449-2 0  9997
+2 40220 074.0310 033.3702 0023335 268.9038 208.3840 14.56654613069499
+0 COSMOS 2251 DEB
+1 40221U 93036BVA 16017.89820513  .00003038  00000-0  47114-3 0  9995
+2 40221  73.9091 341.4135 0202335 153.2030 239.9660 14.60747908228980
+0 COSMOS 2251 DEB
+1 40223U 93036BVC 16015.48853157 +.00001949 +00000-0 +62850-3 0  9993
+2 40223 073.9672 076.9495 0046115 336.1000 082.7619 14.39278096069161
+0 COSMOS 2251 DEB
+1 40224U 93036BVD 16015.57001421 +.00002656 +00000-0 +54637-3 0  9993
+2 40224 074.0013 342.2989 0146698 083.4409 033.9331 14.54462305069908
+0 COSMOS 2251 DEB
+1 40225U 93036BVE 16015.66850873  .00002836  00000-0  67822-3 0  9997
+2 40225  74.0509   1.4526 0020513 282.8950 199.1924 14.53951098208441
+0 COSMOS 2251 DEB
+1 40226U 93036BVF 16015.51664530  .00008342  00000-0  10622-2 0  9998
+2 40226  74.0791 302.1426 0067934 174.5655 308.6279 14.80045300210377
+0 COSMOS 2251 DEB
+1 40228U 93036BVH 16016.82879720 +.00000313 +00000-0 +11600-3 0  9992
+2 40228 074.0568 068.1005 0026808 312.7783 171.2992 14.36061608069419
+0 COSMOS 2251 DEB
+1 40230U 93036BVK 16017.83057008  .00000954  00000-0  32777-3 0  9993
+2 40230  74.0470  67.3053 0024337 298.7124 181.5254 14.37294826243493
+0 COSMOS 2251 DEB
+1 40232U 93036BVM 16014.58617045 +.00004747 +00000-0 +87735-3 0  9995
+2 40232 074.1331 338.3191 0038846 213.4743 270.9372 14.65196735069870
+0 COSMOS 2251 DEB
+1 40233U 93036BVN 16017.67372164  .00000994  00000-0  31617-3 0  9997
+2 40233  73.9470  29.2694 0065307 191.2202 168.7501 14.40016039234571
+0 COSMOS 2251 DEB
+1 40234U 93036BVP 16017.81169267  .00019161  00000-0  28714-2 0  9991
+2 40234  74.0228  15.2210 0025658 268.6704 150.2811 14.74372129179395
+0 COSMOS 2251 DEB
+1 40235U 93036BVQ 16016.76827544  .00001544  00000-0  46219-3 0  9991
+2 40235  74.0294  33.9678 0021514 300.5740 226.5023 14.43569415215381
+0 COSMOS 2251 DEB
+1 40236U 93036BVR 16013.43022642  .00000189  00000-0  24126-3 0  9996
+2 40236  73.5367  50.6121 0557284 261.6656  92.0908 13.18874557 80326
+0 COSMOS 2251 DEB
+1 40237U 93036BVS 16017.76913285  .00001860  00000-0  54056-3 0  9991
+2 40237  74.0485  42.7611 0019814 267.0302 216.3745 14.44883226113331
+0 COSMOS 2251 DEB
+1 40238U 93036BVT 16017.09108276  .00000558  00000-0  62814-3 0  9998
+2 40238  73.9940 162.9852 0579506 106.8344 259.7111 13.16837674251754
+0 COSMOS 2251 DEB
+1 40239U 93036BVU 16017.45382266  .00000428  00000-0  10289-3 0  9997
+2 40239  74.0358 292.9720 0099079 233.3247 248.6234 14.53727951114252
+0 PEGASUS DEB
+1 40242U 94029AGJ 16014.09780406  .00001319  00000-0  37447-3 0  9994
+2 40242  81.8795 146.8420 0439125  38.8710 324.3181 14.00580933617300
+0 PEGASUS DEB
+1 40243U 94029AGK 16017.85220523  .00009889  00000-0  23419-2 0  9994
+2 40243  81.9449 336.9345 0413778  46.4006 317.0729 14.12611955560930
+0 SL-12 DEB
+1 40245U 08046T   16015.49440330  .00000595  00000-0  27924-2 0  9998
+2 40245  65.5345 296.3528 5600544  62.3384 343.0872  4.34287702 23043
+0 IRIDIUM 47 DEB
+1 40248U 97082H   16017.40951622  .00018489  00000-0  37390-2 0  9992
+2 40248  85.8656  71.5678 0056444 259.0314 100.4542 14.60233119 70271
+0 IRIDIUM 47 DEB
+1 40249U 97082J   16016.69529724 +.00000588 +00000-0 +19878-3 0  9990
+2 40249 086.3952 111.3534 0001447 087.0138 273.1224 14.35204359068488
+0 IRIDIUM 47 DEB
+1 40251U 97082L   16017.25414817  .00002202  00000-0  13300-2 0  9990
+2 40251  86.3433 122.7784 0180045 140.1640 221.2915 13.98417542 71066
+0 IRIDIUM 47 DEB
+1 40252U 97082M   16017.53983859  .00009557  00000-0  22731-2 0  9997
+2 40252  86.4002 106.8583 0026430 191.7896 224.2185 14.53555053 73822
+0 IRIDIUM 47 DEB
+1 40254U 97082P   16017.51718440  .00002793  00000-0  17653-2 0  9991
+2 40254  86.0360 105.4087 0204959 151.7972 209.4486 13.93953591 70183
+0 IRIDIUM 47 DEB
+1 40255U 97082Q   16017.03607091  .00001518  00000-0  94490-3 0  9997
+2 40255  86.2779 121.5763 0234902 155.6588 205.5898 13.91586259 70889
+0 IRIDIUM 47 DEB
+1 40256U 97082R   16016.90275500 +.00010833 +00000-0 +12560-2 0  9996
+2 40256 086.2686 089.0944 0039552 090.6565 269.9191 14.84771210070160
+0 LUCH (OLYMP)
+1 40258U 14058A   16018.22870088 -.00000023  00000-0  00000+0 0  9993
+2 40258   0.0157 233.7514 0001057 350.0518 334.4851  1.00270312  4800
+0 BREEZE-M R/B
+1 40259U 14058B   16017.65543263 -.00000135  00000-0  00000+0 0  9996
+2 40259   1.0486  78.3753 0575910 121.8150 243.2510  0.91687306  4381
+0 BREEZE-M DEB (TANK)
+1 40260U 14058C   16017.77572423  .00000074  00000-0  67078-3 0  9994
+2 40260  45.5452 188.3415 7146871 135.2780 311.5457  2.27171318 10806
+0 SJ-11-07
+1 40261U 14059A   16018.15639778  .00000277  00000-0  66489-4 0  9997
+2 40261  98.0946 105.9132 0013344 162.2596 197.9080 14.60512291 69592
+0 CZ-2C R/B
+1 40262U 14059B   16018.21133770  .00000233  00000-0  46244-4 0  9995
+2 40262  98.1496 116.5007 0046022  11.9760 348.2529 14.70704543 70095
+0 CZ-2C DEB
+1 40263U 14059C   16017.21459737  .00001830  00000-0  45412-3 0  9998
+2 40263  98.3151 108.4680 0111891 208.5755 150.9277 14.49370587 68894
+0 CZ-2C DEB
+1 40264U 14059D   16016.75804544  .00001684  00000-0  42219-3 0  9996
+2 40264  97.8493  82.2430 0112978 191.3547 168.5097 14.48780562 68796
+0 CZ-2C DEB
+1 40265U 14059E   16017.08592854  .00000687  00000-0  28587-3 0  9996
+2 40265  97.8971  65.1212 0197619 211.3675 147.5594 14.19135633 67458
+0 CZ-2C DEB
+1 40266U 14059F   16016.61033872 +.00001321 +00000-0 +53064-3 0  9999
+2 40266 098.3199 087.5155 0192692 224.2984 134.2636 14.20183324067387
+0 HIMAWARI 8
+1 40267U 14060A   16017.28680004 -.00000286  00000-0  00000+0 0  9999
+2 40267   0.0186  60.1366 0000962 244.4058  55.4485  1.00269180  4723
+0 H-2A R/B
+1 40268U 14060B   16016.84750253 +.00012784 +00000-0 +21473-2 0  9990
+2 40268 022.6936 305.0304 7188413 150.2244 284.6413 02.41011480010847
+0 IRNSS 1C
+1 40269U 14061A   16017.18176545 -.00000168  00000-0  00000+0 0  9990
+2 40269   4.0457 264.2536 0022021  12.6889 347.5698  1.00271891  4681
+0 PSLV R/B
+1 40270U 14061B   16017.22227968  .00002574  00000-0  68593-3 0  9990
+2 40270  17.8334 270.1694 6019394 133.7240 295.3550  3.99891404 18209
+0 INTELSAT 30
+1 40271U 14062A   16018.19516289 -.00000162  00000-0  00000+0 0  9993
+2 40271   0.0128 102.4230 0001662  87.6680 262.1419  1.00271664  4634
+0 ARSAT 1
+1 40272U 14062B   16017.10840429 -.00000269  00000-0  00000+0 0  9998
+2 40272   0.0232  49.3055 0001555 234.0475 159.8378  1.00269963  4743
+0 ARIANE 5 R/B
+1 40273U 14062C   16017.35414901  .00001022  00000-0  34526-3 0  9999
+2 40273   6.4843 343.7355 7235289 200.9632  99.3820  2.33001347 10556
+0 ARIANE 5 DEB (SYLDA)
+1 40274U 14062D   16016.66227397 +.00012978 +00000-0 +28343-2 0  9995
+2 40274 006.4034 315.4626 6744184 259.1864 024.2461 02.98294688011537
+0 YAOGAN 22
+1 40275U 14063A   16018.04120074 -.00000044  00000-0  00000+0 0  9994
+2 40275 100.3670 135.2908 0006528 165.6829 194.4470 13.15305011 59781
+0 CZ-4C R/B
+1 40276U 14063B   16016.91411513 -.00000051 +00000-0 -66034-5 0  9994
+2 40276 100.3254 153.9794 0142922 014.6488 345.8718 13.42850026060884
+0 EXPRESS AM-6
+1 40277U 14064A   16018.16529756  .00000087  00000-0  00000+0 0  9996
+2 40277   0.0411 127.8645 0001665 218.8291 242.7954  1.00272254  4549
+0 BREEZE-M R/B
+1 40278U 14064B   16016.30691912 -.00000173 +00000-0 +00000-0 0  9993
+2 40278 000.0774 350.6545 0561079 231.3529 133.5420 00.95223243004295
+0 SJ-11-08
+1 40286U 14066A   16018.20592889  .00000290  00000-0  69155-4 0  9997
+2 40286  98.2547 139.7455 0010655 249.6222 110.3836 14.60826433 65386
+0 CZ-2C R/B
+1 40287U 14066B   16018.23864615  .00000142  00000-0  35696-4 0  9999
+2 40287  97.9842 127.6837 0010095  97.1681 263.0670 14.64107061 65536
+0 CZ-2C DEB
+1 40288U 14066C   16017.48060187  .00000901  00000-0  37477-3 0  9999
+2 40288  97.9697  97.4452 0188063 297.6614  60.5588 14.19477557 63419
+0 CZ-2C DEB
+1 40289U 14066D   16016.85564027 +.00001533 +00000-0 +38461-3 0  9998
+2 40289 098.4677 141.1773 0108428 305.9601 053.1572 14.49394127064587
+0 CZ-2C DEB
+1 40290U 14066E   16018.21073402  .00001855  00000-0  44643-3 0  9990
+2 40290  97.9813 119.0842 0096795 280.6133  78.4173 14.51648199 64927
+0 CZ-2C DEB
+1 40291U 14066F   16016.88100470 +.00000933 +00000-0 +37034-3 0  9990
+2 40291 098.4625 123.1520 0176721 307.8015 050.7275 14.23000060063421
+0 NAVSTAR 72 (USA 258)
+1 40294U 14068A   16017.26022740  .00000085  00000-0  00000+0 0  9998
+2 40294  54.9635 181.0540 0003507 206.8542 153.1151  2.00550180  8897
+0 ATLAS 5 CENTAUR R/B
+1 40295U 14068B   16016.60459594  .00000093  00000-0  00000+0 0  9996
+2 40295  55.3071 181.7758 0168626 298.3627  59.9306  1.91825724  8533
+0 MERIDIAN 7
+1 40296U 14069A   16017.19441126 -.00000101  00000-0  00000+0 0  9996
+2 40296  62.8135 310.7262 7182365 273.0166 263.3086  2.00614766  8914
+0 FREGAT R/B
+1 40297U 14069B   16017.72849646 -.00001533  00000-0 -24845-2 0  9992
+2 40297  62.8626 308.2063 7240102 273.0157  14.1869  2.00764028  8935
+0 ASNARO
+1 40298U 14070A   16018.20707537  .00004560  00000-0  21774-3 0  9991
+2 40298  97.4452 102.5496 0001610 100.0161 312.2924 15.19545558 66508
+0 HODOYOSHI 1
+1 40299U 14070B   16018.20945777  .00002681  00000-0  12500-3 0  9991
+2 40299  97.4415 102.0605 0015409  98.6752 313.8232 15.20635466 66480
+0 CHUBUSAT 1
+1 40300U 14070C   16018.20364409  .00003056  00000-0  14804-3 0  9997
+2 40300  97.4383 100.7074 0023083 103.9808 308.6168 15.19072952 66406
+0 QSAT-EOS
+1 40301U 14070D   16018.18695712  .00005501  00000-0  25786-3 0  9997
+2 40301  97.4331  99.9094 0031673 105.1932 311.9521 15.19647453 66366
+0 TSUBAME
+1 40302U 14070E   16018.17784788  .00002910  00000-0  15817-3 0  9994
+2 40302  97.4296  97.2276 0043079 113.5724 330.3908 15.14482504 66199
+0 SL-24 R/B
+1 40303U 14070F   16017.98645648  .00000071  00000-0  22591-4 0  9998
+2 40303  97.1632 330.0310 0959131 154.1469 211.1012 13.12736707 57409
+0 SL-24 PLAT
+1 40304U 14070G   16017.20901559  .00017474  00000-0  40373-3 0  9992
+2 40304  97.4514 111.2531 0011503 241.6841 118.3246 15.42513677 66955
+0 YAOGAN 23
+1 40305U 14071A   16018.15652453  .00003318  00000-0  16641-3 0  9998
+2 40305  97.3802 321.2970 0002324  92.4601  32.1048 15.18013344 65144
+0 CZ-2C R/B
+1 40306U 14071B   16017.14217085  .00005726  00000-0  17438-3 0  9995
+2 40306  97.1811 316.8583 0019404 244.1701 115.7542 15.34190980 65515
+0 CZ-2C DEB
+1 40309U 14071E   16011.10699064  .16404613  23781-5  25354-2 0  9995
+2 40309  97.1181 307.7387 0012531 158.8849 201.2968 16.33866546 64416
+0 YAOGAN 24
+1 40310U 14072A   16018.20233636  .00000381  00000-0  61516-4 0  9998
+2 40310  97.9514 138.2787 0015987 295.6403  64.3147 14.76881641 62559
+0 KUAIZHOU 2 (KZ-2)
+1 40311U 14073A   16018.37582317  .00171577  12270-4  56566-3 0  9991
+2 40311  96.4956 122.8183 0020025  24.1912  20.4308 15.90108913 67336
+0 SPINSAT
+1 40314U 98067FL  16017.21085833  .00020871  00000-0  17736-3 0  9992
+2 40314  51.6388  77.7265 0003773 195.7176 164.3705 15.69577897116171
+0 COSMOS 2501 (GLONASS)
+1 40315U 14075A   16017.33672084 -.00000053  00000-0  00000+0 0  9996
+2 40315  64.6878 323.3994 0018050 241.2306   4.5430  2.13101477  8795
+0 FREGAT R/B
+1 40316U 14075B   16016.22333713 -.00000043  00000-0  00000+0 0  9996
+2 40316  64.6831 324.0686 0062389 128.3587 232.2129  2.08634861  8585
+0 METEOR 2-11 DEB
+1 40317U 84072C   16016.81476970  .00001086  00000-0  91819-3 0  9998
+2 40317  82.5268 191.5620 0019801   0.4742 359.6435 13.86758030 57130
+0 METEOR 2-11 DEB
+1 40318U 84072D   16017.20543089  .00000746  00000-0  64294-3 0  9998
+2 40318  82.5319 192.1175 0018184 321.0767 161.4018 13.85355003 61292
+0 IRIDIUM 91 DEB
+1 40326U 02005J   16017.82626438  .00024142  00000-0  45379-2 0  9999
+2 40326  86.4218 139.6614 0045767 183.5635 176.5259 14.63855077 59898
+0 IRIDIUM 91 DEB
+1 40327U 02005K   16018.06626712  .00006072  00000-0  16295-2 0  9999
+2 40327  86.3935 140.7526 0023347 134.4649 225.8469 14.47856666 59437
+0 UNKNOWN LDS DEB
+1 40328U 14000A   16016.19898225  .00000072  00000-0  00000+0 0  9998
+2 40328  70.5269 256.7550 4946027 114.1371 304.3910  2.02610178 15900
+0 GSAT 16
+1 40332U 14078A   16017.52399321  .00000076  00000-0  00000+0 0  9993
+2 40332   0.0356  95.9075 0002117  14.1503 249.9463  1.00270996  4126
+0 DIRECTV 14
+1 40333U 14078B   16016.31557602 -.00000133  00000-0  00000+0 0  9993
+2 40333   0.0195  51.5754 0001136  16.4605  61.5021  1.00269690  4091
+0 ARIANE 5 R/B
+1 40334U 14078C   16016.52259816 +.00001257 +00000-0 +34651-3 0  9993
+2 40334 006.4729 032.1679 7228864 164.8544 241.2674 02.34634233009400
+0 ARIANE 5 DEB (SYLDA)
+1 40335U 14078D   16017.17142850  .00034063  00000-0  40815-2 0  9994
+2 40335   6.3857 358.7317 6568550 234.0229  46.3518  3.24389760 10906
+0 CBERS-4
+1 40336U 14079A   16018.39550109 -.00000044  00000-0  00000+0 0  9993
+2 40336  98.5054  95.8636 0001524 111.3730 248.6625 14.35436108 58410
+0 CZ-4B R/B
+1 40337U 14079B   16018.23018231  .00001144  00000-0  97794-4 0  9994
+2 40337  98.4335 126.1115 0181290 132.9529 228.7053 14.88133620 60504
+0 YAOGAN 25A
+1 40338U 14080A   16018.06584710 -.00000090  00000-0  00000+0 0  9997
+2 40338  63.4089   5.4281 0026294 339.8131  20.1848 13.45152890 54258
+0 YAOGAN 25B
+1 40339U 14080B   16018.06607248 -.00000090  00000-0  00000+0 0  9990
+2 40339  63.4095   5.4381 0026347 339.7785  20.2192 13.45152625 54259
+0 YAOGAN 25C
+1 40340U 14080C   16018.14038340 -.00000090  00000-0  00000+0 0  9992
+2 40340  63.4072   6.0841 0026364 340.0504  19.9486 13.45152829 54243
+0 CZ-4C R/B
+1 40341U 14080D   16017.21566230 -.00000054  00000-0  43999-4 0  9993
+2 40341  63.4657 326.3656 0170165  13.8918 346.6717 13.68968148 55071
+0 CZ-4C DEB
+1 40342U 14080E   16017.22754293 -.00000029  00000-0  10465-3 0  9996
+2 40342  63.4098  10.1928 0039505 359.7681   0.3320 13.43840125 54072
+0 CZ-4C DEB
+1 40343U 14080F   16016.44755375 -.00000064 +00000-0 +43534-4 0  9995
+2 40343 063.4093 011.5144 0041049 001.8852 358.2321 13.44205118053910
+0 YAMAL 401
+1 40345U 14082A   16017.84582198 -.00000238  00000-0  00000+0 0  9994
+2 40345   0.0539 127.2067 0000201  42.1980 341.6885  1.00269576  4271
+0 BREEZE-M R/B
+1 40346U 14082B   16016.87220331 -.00000141 +00000-0 +00000-0 0  9999
+2 40346 001.0412 108.1906 0620261 047.9338 316.3933 01.11335396004209
+0 BREEZE-M DEB (TANK)
+1 40347U 14082C   16017.60832258 -.00000004  00000-0  46852-3 0  9995
+2 40347  47.6379 347.9728 7221615 101.8931 340.3896  2.28718408  8835
+0 O3B FM10
+1 40348U 14083A   16016.43361922 -.00000019 +00000-0 +00000-0 0  9990
+2 40348 000.0432 356.0004 0003723 300.3272 063.6310 05.00115161019717
+0 O3B FM11
+1 40349U 14083B   16016.45561936 -.00000019  00000-0  00000+0 0  9999
+2 40349   0.0442 358.8508 0003270 303.4233  57.6909  5.00115353 19716
+0 O3B FM12
+1 40350U 14083C   16016.52248532 -.00000019 +00000-0 +00000-0 0  9994
+2 40350 000.0431 358.5414 0002731 302.3246 059.1038 05.00115666019720
+0 O3B FM9
+1 40351U 14083D   16015.50066637 -.00000017  00000-0  00000+0 0  9993
+2 40351   0.0451 358.2537 0003357 298.0756  63.6334  5.00115413 19660
+0 FREGAT R/B
+1 40352U 14083E   16016.52017258 -.00000016  00000-0  00000+0 0  9991
+2 40352   0.1133   4.1447 0006667 155.1424 200.7369  5.20670731 20506
+0 KONDOR E
+1 40353U 14084A   16017.43835942  .00009494  00000-0  33900-3 0  9999
+2 40353  74.7455 128.5943 0001279 352.8290   7.2894 15.28921597 60105
+0 SL-27 R/B
+1 40354U 14084B   16017.82510158  .00002631  00000-0  74006-4 0  9991
+2 40354  74.7425 116.3522 0041706  37.2163 323.1924 15.36132011 60516
+0 DUMMY SAT 2/BREEZE-M
+1 40355U 14085A   16017.09513435 -.00000153  00000-0  00000+0 0  9999
+2 40355   1.0413  97.0214 0332337 251.3945 104.1048  0.94061025  3953
+0 BREEZE-M DEB (TANK)
+1 40356U 14085B   16016.48829574 -.00000182 +00000-0 +35229-4 0  9994
+2 40356 060.8963 073.0061 7139330 015.6523 358.2960 02.26434778008483
+0 SL-8 DEB
+1 40357U 91009DZ  15353.96578403  .00000182  00000-0  16253-2 0  9997
+2 40357  73.9477  94.1418 0179325 215.6929 143.6461 12.28509093 44840
+0 COSMOS 2502
+1 40358U 14086A   16018.10647952 -.00000131  00000-0 -40307-4 0  9994
+2 40358  67.1497 259.1775 0005546 259.9308 100.1154 13.96674690 54347
+0 RESURS P2
+1 40360U 14087A   16018.16375191  .00001876  00000-0  62109-4 0  9996
+2 40360  97.2861 114.4525 0011613  51.6934  35.9005 15.32507223 59376
+0 YAOGAN 26
+1 40362U 14088A   16018.20404329  .00004602  00000-0  17846-3 0  9997
+2 40362  97.4012  97.4416 0004978  56.3672 355.9632 15.26613211 59047
+0 ASTRA 2G
+1 40364U 14089A   16017.59822061  .00000140  00000-0  00000+0 0  9991
+2 40364   0.0344 343.8308 0002459  25.8412 350.3139  1.00269235  3882
+0 BREEZE-M R/B
+1 40365U 14089B   16016.45480311 -.00000193  00000-0  00000+0 0  9993
+2 40365  23.8023 356.5499 6070828 132.3141 298.2915  2.19522598  8439
+0 BREEZE-M DEB (TANK)
+1 40366U 14089C   16017.62394680  .00003270  00000-0  70658-3 0  9995
+2 40366  49.5275 134.0992 5244197 244.5636  53.2239  5.19953477 20010
+0 FENGYUN 2G
+1 40367U 14090A   16018.02259734 -.00000338  00000-0  00000+0 0  9996
+2 40367   1.5018 274.3297 0003182 249.9542  65.0424  1.00280332  3902
+0 CZ-3A R/B
+1 40368U 14090B   16017.88027023  .00000482  00000-0  72497-3 0  9996
+2 40368  24.8196 330.6794 7319501  51.3430 353.8768  2.18352949  8288
+0 FENGYUN 2G AKM
+1 40369U 14090C   16015.75709932  .00000037  00000-0  00000+0 0  9990
+2 40369   1.5630 274.8528 0043241 258.4457 101.6417  0.99581280  3795
+0 ATLAS 5 CENTAUR R/B
+1 40375U 15002B   16016.96134418  .00000141  00000-0  00000+0 0  9992
+2 40375  18.4812 262.7515 6059419 297.9043  14.2890  2.08927890  7557
+0 SMAP
+1 40376U 15003A   16018.08107842  .00000236  00000-0  54687-4 0  9990
+2 40376  98.1229  27.3603 0001535  67.5296 292.6067 14.63338800 51412
+0 FIREBIRD 3
+1 40377U 15003B   16018.15211905  .00006205  00000-0  29368-3 0  9994
+2 40377  99.0911  96.5777 0148606 267.9090  90.5112 15.10550099 52966
+0 FIREBIRD 4
+1 40378U 15003C   16018.14933347  .00005997  00000-0  28375-3 0  9999
+2 40378  99.0913  96.5836 0148859 267.8717  90.5456 15.10551529 52960
+0 GRIFEX
+1 40379U 15003D   16018.19329778  .00004067  00000-0  20024-3 0  9992
+2 40379  99.0921  96.2043 0151469 270.1182  88.2686 15.09242023 52942
+0 EXOCUBE
+1 40380U 15003E   16018.14847684  .00004120  00000-0  20707-3 0  9998
+2 40380  99.0955  95.8647 0153905 270.8087  87.5505 15.08261701 52916
+0 INMARSAT 5 F-2
+1 40384U 15005A   16017.35866904 -.00000295  00000-0  00000+0 0  9992
+2 40384   0.0190  61.4413 0000520 189.2358 299.6766  1.00270085  3532
+0 BREEZE-M R/B
+1 40385U 15005B   16014.31266113 -.00000091 +00000-0 +00000-0 0  9997
+2 40385 025.5670 293.0667 7682051 238.8657 025.5001 01.11108067003841
+0 BREEZE-M DEB (TANK)
+1 40386U 15005C   16016.47005394  .00000414  00000-0  30961-3 0  9999
+2 40386  50.7414  63.8019 5156851  20.9611 354.2397  5.25924901 18314
+0 FALCON 9 R/B
+1 40391U 15007B   16004.32124603 -.00001525  00000-0  00000+0 0  9995
+2 40391  20.9951 291.4520 4678886  64.4337 224.6525  0.05803627    65
+0 DMSP 5D-2 F13 DEB
+1 40395U 95015G   16017.51083973  .00000692  00000-0  33436-3 0  9991
+2 40395  98.7590  23.4030 0028939 150.5530 209.7285 14.21562703 49381
+0 DMSP 5D-2 F13 DEB
+1 40396U 95015H   16016.94402535 +.00000033 +00000-0 +37291-4 0  9990
+2 40396 098.7528 020.8890 0016028 145.8704 214.3505 14.18466385046147
+0 DMSP 5D-2 F13 DEB
+1 40397U 95015J   16017.51401941  .00000899  00000-0  46555-3 0  9997
+2 40397  98.7611  20.9784 0008671 184.5011 175.6088 14.17392075 48094
+0 DMSP 5D-2 F13 DEB
+1 40398U 95015K   16017.51104861  .00000084  00000-0  65091-4 0  9992
+2 40398  98.7630  20.3820 0006244 195.7278 164.3703 14.15879699 49184
+0 DMSP 5D-2 F13 DEB
+1 40399U 95015L   16017.95510109  .00001136  00000-0  58709-3 0  9993
+2 40399  98.7635  21.3275 0009035 170.3779 189.7570 14.16993457 49274
+0 DMSP 5D-2 F13 DEB
+1 40400U 95015M   16017.00154560  .00000853  00000-0  31317-3 0  9998
+2 40400  98.6568  22.3898 0156290  76.9949 284.8631 14.28739116 48300
+0 DMSP 5D-2 F13 DEB
+1 40401U 95015N   16017.19934364  .00001508  00000-0  99873-3 0  9996
+2 40401  98.7595  11.8525 0062201   0.4631 359.6583 14.02046592 47677
+0 DMSP 5D-2 F13 DEB
+1 40402U 95015P   16017.51734846  .00000650  00000-0  28932-3 0  9991
+2 40402  98.7438  21.7142 0161350 240.0692 118.4378 14.19601491 48085
+0 DMSP 5D-2 F13 DEB
+1 40403U 95015Q   16017.49161536  .00000485  00000-0  25647-3 0  9995
+2 40403  98.7658  21.7102 0011109 154.2121 205.9610 14.18299326 48186
+0 DMSP 5D-2 F13 DEB
+1 40404U 95015R   16016.98792245  .00000222  00000-0  13551-3 0  9996
+2 40404  98.7650  19.8669 0005443 203.4634 156.6292 14.15767750 49104
+0 DMSP 5D-2 F13 DEB
+1 40405U 95015S   16017.96480302  .00000573  00000-0  32254-3 0  9994
+2 40405  98.8191  19.8110 0137422 277.4582  81.0992 14.09711923 48924
+0 DMSP 5D-2 F13 DEB
+1 40406U 95015T   16016.99885681  .00005620  00000-0  25777-2 0  9995
+2 40406  98.7508  21.3551 0007234 272.9178  87.1171 14.21667133 49127
+0 DMSP 5D-2 F13 DEB
+1 40407U 95015U   16017.98291759  .00000120  00000-0  83275-4 0  9992
+2 40407  98.7631  20.7362 0005772 202.7924 157.2995 14.15698172 49148
+0 DMSP 5D-2 F13 DEB
+1 40408U 95015V   16016.96184789 +.00009294 +00000-0 +38770-2 0  9993
+2 40408 098.7419 022.5961 0018421 134.9794 225.2883 14.26330089046224
+0 DMSP 5D-2 F13 DEB
+1 40409U 95015W   16017.52124216  .00000954  00000-0  50126-3 0  9990
+2 40409  98.7606  20.4609 0003541 161.6132 198.5171 14.16491719 49108
+0 DMSP 5D-2 F13 DEB
+1 40410U 95015X   16016.97996201  .00000779  00000-0  43639-3 0  9997
+2 40410  98.7788  19.0227 0019211 292.8453  67.0691 14.13492210 48903
+0 DMSP 5D-2 F13 DEB
+1 40411U 95015Y   16017.91938218  .00000857  00000-0  50415-3 0  9994
+2 40411  98.7825  18.3825 0024435 344.0428  15.9971 14.10525145 48935
+0 DMSP 5D-2 F13 DEB
+1 40412U 95015Z   16016.94444169 +.00000111 +00000-0 +74078-4 0  9999
+2 40412 098.7586 021.4768 0020012 146.5688 213.6755 14.19072830046168
+0 DMSP 5D-2 F13 DEB
+1 40413U 95015AA  16017.81262125  .00000826  00000-0  41086-3 0  9992
+2 40413  98.7786  23.3254 0017585 141.9309 218.3113 14.19672041 49233
+0 DMSP 5D-2 F13 DEB
+1 40414U 95015AB  16017.56070134  .00000831  00000-0  41460-3 0  9994
+2 40414  98.7717  22.7028 0016911 136.1552 224.0970 14.19534016 49209
+0 DMSP 5D-2 F13 DEB
+1 40415U 95015AC  16017.94073378  .00001142  00000-0  59534-3 0  9997
+2 40415  98.7612  20.8950 0008741 114.1785 246.0304 14.16495176 48285
+0 DMSP 5D-2 F13 DEB
+1 40416U 95015AD  16016.95633730 +.00000707 +00000-0 +37985-3 0  9994
+2 40416 098.7612 019.7596 0004950 203.2154 156.8797 14.16071439046023
+0 DMSP 5D-2 F13 DEB
+1 40418U 95015AF  16017.85700283  .00000806  00000-0  40745-3 0  9992
+2 40418  98.7614  22.1883 0013131 155.3401 204.8405 14.18907881 47995
+0 COSMOS 2503
+1 40420U 15009A   16018.15260444  .00000562  00000-0  51691-4 0  9996
+2 40420  97.6780 338.9029 0009808   6.8440 353.2920 14.98602431 48767
+0 SL-4 R/B
+1 40421U 15009B   16017.50259472  .00161694  11717-4  49360-3 0  9998
+2 40421  97.6582   8.7672 0052198 307.0090  52.6411 15.89603834 50599
+0 ABS 3A
+1 40424U 15010A   16016.68747043 -.00000034  00000-0  00000+0 0  9991
+2 40424   0.0089  61.8402 0002297  35.2457 262.9235  1.00280987  3265
+0 EUTE 115 WEST B(SATMEX 7
+1 40425U 15010B   16016.47697610 -.00000033  00000-0  00000+0 0  9992
+2 40425   0.0193 175.1002 0000143 212.4686 144.5686  1.00271749  3281
+0 FALCON 9 R/B
+1 40426U 15010C   16016.50483696 -.00000244  00000-0  80713-3 0  9991
+2 40426  25.8160 356.1605 8229541 261.6187   9.8620  1.16237398  3725
+0 DMSP 5D-2 F13 DEB
+1 40431U 95015AH  16017.50363436  .00003023  00000-0  91463-3 0  9991
+2 40431  98.7439  32.9318 0100817 109.4017 251.8100 14.40173828 48679
+0 DMSP 5D-2 F13 DEB
+1 40434U 95015AL  16017.53379666  .00000878  00000-0  50108-3 0  9995
+2 40434  98.7095  10.9237 0193336  67.6914 294.4625 14.03061396 47573
+0 DMSP 5D-2 F13 DEB
+1 40435U 95015AM  16017.18436643  .00002554  00000-0  16076-2 0  9994
+2 40435  98.6466   7.4647 0083772  32.6879 327.9434 14.03429690 48638
+0 DMSP 5D-2 F13 DEB
+1 40436U 95015AN  16017.46839355  .00000383  00000-0  40609-3 0  9991
+2 40436  98.7995 355.2743 0237093  85.3791 277.4393 13.68045462 46354
+0 DMSP 5D-2 F13 DEB
+1 40437U 95015AP  16017.46203967  .00001964  00000-0  92578-3 0  9994
+2 40437  98.7561  22.4906 0020031 154.5438 205.6730 14.20907461 49320
+0 DMSP 5D-2 F13 DEB
+1 40438U 95015AQ  16017.20098769  .00002875  00000-0  16053-2 0  9994
+2 40438  98.7039  14.3614 0032255 313.2865  46.5617 14.11344407 47628
+0 DMSP 5D-2 F13 DEB
+1 40439U 95015AR  16017.83774235  .00018695  00000-0  69401-2 0  9995
+2 40439  98.7479  25.4216 0002197 220.0428 140.0593 14.32184616 49532
+0 DMSP 5D-2 F13 DEB
+1 40441U 95015AT  16017.52963303  .00000687  00000-0  39133-3 0  9992
+2 40441  98.7778  19.2111 0022277 295.0589  64.8271 14.12967723 48961
+0 DMSP 5D-2 F13 DEB
+1 40442U 95015AU  16016.95294238 +.00000037 +00000-0 +42064-4 0  9990
+2 40442 098.7645 018.8888 0009991 274.3126 085.6905 14.14087352045185
+0 DMSP 5D-2 F13 DEB
+1 40443U 95015AV  16018.00940491 -.00000022  00000-0  10165-4 0  9990
+2 40443  98.7790  24.8971 0040640 172.7773 187.3998 14.21607244 49319
+0 DMSP 5D-2 F13 DEB
+1 40444U 95015AW  16017.93131056  .00006626  00000-0  26279-2 0  9997
+2 40444  98.7545  26.2459 0034503 161.8852 198.3566 14.28808552 49442
+0 DMSP 5D-2 F13 DEB
+1 40447U 95015AZ  16017.53242226  .00001039  00000-0  51472-3 0  9995
+2 40447  98.7658  22.3247 0016578 160.4457 199.7358 14.19357987 48006
+0 DMSP 5D-2 F13 DEB
+1 40448U 95015BA  16017.22461023  .00001213  00000-0  76152-3 0  9996
+2 40448  98.7526  13.5970 0047974 358.9558   1.1503 14.05762423 47463
+0 DMSP 5D-2 F13 DEB
+1 40449U 95015BB  16017.94822251  .00001163  00000-0  67663-3 0  9991
+2 40449  98.6881  14.1895 0030620 312.8923  46.9678 14.10323509 47010
+0 DMSP 5D-2 F13 DEB
+1 40450U 95015BC  16017.92697893  .00000735  00000-0  36753-3 0  9993
+2 40450  98.7563  22.5430 0018588 165.7185 194.4521 14.19754111 46394
+0 FLOCK 1D 2
+1 40452U 98067FV  15361.45764670  .23172324  12744-4  17111-3 0  9990
+2 40452  51.6257 160.7276 0004121 262.8479  98.4188 16.52600806 56595
+0 DMSP 5D-2 F13 DEB
+1 40461U 95015BD  16017.48739546  .00003755  00000-0  14468-2 0  9991
+2 40461  98.8170  29.9968 0052113 151.6140 208.7898 14.30146730 48422
+0 DMSP 5D-2 F13 DEB
+1 40462U 95015BE  16003.42953191  .00002613  00000-0  16482-2 0  9995
+2 40462  98.8122   1.8652 0056755  44.2276 316.3408 14.04235892 45645
+0 DMSP 5D-2 F13 DEB
+1 40463U 95015BF  16017.22761616  .00001959  00000-0  77604-3 0  9994
+2 40463  98.8272  30.1225 0056099 145.0883 215.3998 14.29184305 48440
+0 DMSP 5D-2 F13 DEB
+1 40464U 95015BG  16017.19069970  .00001297  00000-0  95799-3 0  9995
+2 40464  98.7626   7.8901 0098193  12.6667 347.6929 13.94827476 47092
+0 DMSP 5D-2 F13 DEB
+1 40465U 95015BH  16017.18201812  .00001318  00000-0  83079-3 0  9990
+2 40465  98.8158  16.1287 0048977   3.1077 357.0386 14.05367066 47649
+0 DMSP 5D-2 F13 DEB
+1 40466U 95015BJ  16016.83024720  .00004246  00000-0  15472-2 0  9997
+2 40466  98.7060  25.6886 0064233 167.8190 192.4564 14.32490241 48897
+0 DMSP 5D-2 F13 DEB
+1 40467U 95015BK  16017.87772654  .00013686  00000-0  25637-2 0  9991
+2 40467  98.7539  43.0507 0115128  89.9667 271.4724 14.60699476 49907
+0 DMSP 5D-2 F13 DEB
+1 40468U 95015BL  16017.25824832  .00001570  00000-0  77695-3 0  9991
+2 40468  98.7835  22.3735 0015449 128.7641 231.4918 14.18693033 46352
+0 DMSP 5D-2 F13 DEB
+1 40469U 95015BM  16018.22406558  .00001801  00000-0  79166-3 0  9993
+2 40469  98.7641  25.6940 0036200 145.8032 214.5488 14.24414688 48770
+0 DMSP 5D-2 F13 DEB
+1 40470U 95015BN  16017.21910486  .00001198  00000-0  77398-3 0  9997
+2 40470  98.7677  13.2792 0055590 357.1134   2.9705 14.04006437 47523
+0 DMSP 5D-2 F13 DEB
+1 40471U 95015BP  16017.78491713  .00001418  00000-0  82376-3 0  9994
+2 40471  98.7642  17.1218 0027451 343.6131  16.4150 14.10095060 46940
+0 DMSP 5D-2 F13 DEB
+1 40472U 95015BQ  16017.03125216  .00006184  00000-0  11368-2 0  9992
+2 40472  98.7439  42.4332 0152374  85.4245 276.4340 14.58746056 48405
+0 DMSP 5D-2 F13 DEB
+1 40473U 95015BR  16017.14518355  .00001194  00000-0  96023-3 0  9993
+2 40473  98.7468   3.4477 0136905  15.4004 345.1259 13.88094210 46134
+0 DMSP 5D-2 F13 DEB
+1 40474U 95015BS  16017.00768644  .00004810  00000-0  15635-2 0  9994
+2 40474  98.8530  35.0742 0073659 118.7581 242.1030 14.37734789 46887
+0 DMSP 5D-2 F13 DEB
+1 40475U 95015BT  16016.79048672  .00002800  00000-0  17434-2 0  9998
+2 40475  98.7882  13.9144 0056605   7.4993 352.7008 14.04905834 45811
+0 DMSP 5D-2 F13 DEB
+1 40476U 95015BU  16016.82317027 +.00002797 +00000-0 +87595-3 0  9997
+2 40476 098.6610 027.8748 0096617 130.9246 230.0356 14.38783704044915
+0 DMSP 5D-2 F13 DEB
+1 40477U 95015BV  16017.26758246  .00001588  00000-0  74512-3 0  9991
+2 40477  98.7634  22.9351 0031581 192.3113 167.7296 14.21293762 46400
+0 DMSP 5D-2 F13 DEB
+1 40478U 95015BW  16013.42704562  .00001308  00000-0  92551-3 0  9991
+2 40478  98.7510   5.3099 0088146  12.9417 347.3981 13.97644105 45095
+0 DMSP 5D-2 F13 DEB
+1 40479U 95015BX  16016.94483366 +.00000469 +00000-0 +26108-3 0  9990
+2 40479 098.7754 020.2331 0004653 114.9522 245.2135 14.15762721044038
+0 DMSP 5D-2 F13 DEB
+1 40480U 95015BY  16015.79940985  .00002292  00000-0  15560-2 0  9994
+2 40480  98.7582   8.7701 0080673   9.5431 350.7245 13.99518997 45372
+0 DMSP 5D-2 F13 DEB
+1 40481U 95015BZ  16017.17977864  .00003048  00000-0  19181-2 0  9998
+2 40481  98.7583  12.4297 0064013 357.0394   3.0386 14.04038181 45705
+0 MMS 1
+1 40482U 15011A   16017.00000000 -.00000317  00000-0  00000+0 0  9992
+2 40482  28.7500 357.2567 8156238  75.6921 156.6737  1.00490835  3110
+0 MMS 2
+1 40483U 15011B   16017.00000000 -.00000317  00000-0  00000+0 0  9993
+2 40483  28.7475 357.2559 8158647  75.7010 156.6543  1.00490835  3114
+0 MMS 3
+1 40484U 15011C   16017.00000000 -.00000317  00000-0  00000+0 0  9994
+2 40484  28.7491 357.2556 8158266  75.6803 156.7109  1.00490858  3110
+0 MMS 4
+1 40485U 15011D   16017.00000000 -.00000317  00000-0  00000+0 0  9995
+2 40485  28.7582 357.2478 8158123  75.7007 156.6747  1.00490982  3119
+0 ATLAS 5 CENTAUR R/B
+1 40486U 15011E   16016.60872481  .00000182  00000-0  24521-2 0  9997
+2 40486  28.4608 342.9299 8298820  97.1008 351.6146  1.10562954  3419
+0 DMSP 5D-2 F13 DEB
+1 40487U 95015CA  16014.81220526  .00001153  00000-0  76292-3 0  9990
+2 40487  98.7983  11.4372 0066166  13.7594 346.5357 14.02466584 44754
+0 DMSP 5D-2 F13 DEB
+1 40489U 95015CC  16018.16425938  .00002068  00000-0  13280-2 0  9991
+2 40489  98.7519  12.8365 0066583 356.3499   3.7174 14.03202807 45118
+0 DMSP 5D-2 F13 DEB
+1 40490U 95015CD  16017.16513176  .00001199  00000-0  10715-2 0  9998
+2 40490  98.7533 359.0059 0177455  27.6767 333.3697 13.79335793 44360
+0 DMSP 5D-2 F13 DEB
+1 40491U 95015CE  16016.46355817 +.00001894 +00000-0 +83999-3 0  9994
+2 40491 098.7127 021.2644 0037329 180.7025 179.4107 14.23864675044137
+0 DMSP 5D-2 F13 DEB
+1 40492U 95015CF  16017.45123069  .00001692  00000-0  80229-3 0  9996
+2 40492  98.7777  23.3467 0035128 217.7286 142.1427 14.20582139 45929
+0 DMSP 5D-2 F13 DEB
+1 40493U 95015CG  16017.98437200  .00005692  00000-0  18884-2 0  9991
+2 40493  98.6980  28.6939 0067584 132.3794 228.3140 14.36884757 46157
+0 DMSP 5D-2 F13 DEB
+1 40494U 95015CH  16016.86102400  .00008607  00000-0  21917-2 0  9999
+2 40494  98.7426  35.3317 0096434 120.5239 240.5515 14.48096511 46471
+0 DMSP 5D-2 F13 DEB
+1 40495U 95015CJ  16016.28441272  .00002379  00000-0  85288-3 0  9991
+2 40495  98.7419  27.7469 0074755 123.3388 237.4981 14.33315662 45910
+0 DMSP 5D-2 F13 DEB
+1 40496U 95015CK  16015.22631965  .00003792  00000-0  16717-2 0  9995
+2 40496  98.6920  18.3187 0044218 217.2434 142.5676 14.23425454 45430
+0 DMSP 5D-2 F13 DEB
+1 40497U 95015CL  16017.78251853  .00001601  00000-0  81155-3 0  9999
+2 40497  98.7626  21.1930 0006225 179.9631 180.1545 14.17427980 45388
+0 DMSP 5D-2 F13 DEB
+1 40498U 95015CM  16015.76381569  .00001415  00000-0  80911-3 0  9996
+2 40498  98.7446  14.5576 0036709 311.6568  48.1462 14.10831584 45018
+0 DMSP 5D-2 F13 DEB
+1 40499U 95015CN  16017.22964569  .00001481  00000-0  75304-3 0  9990
+2 40499  98.7512  20.1140 0013820  95.4400 264.8352 14.17350881 45315
+0 DMSP 5D-2 F13 DEB
+1 40500U 95015CP  16017.22016188  .00002939  00000-0  16262-2 0  9994
+2 40500  98.8656  21.7810 0030874  37.7254 322.6075 14.11864611 45043
+0 DMSP 5D-2 F13 DEB
+1 40501U 95015CQ  16016.00494371  .00005007  00000-0  10276-2 0  9992
+2 40501  98.6913  37.0858 0143045  92.0670 269.6914 14.54846592 46195
+0 DMSP 5D-2 F13 DEB
+1 40502U 95015CR  16017.81561429  .00005998  00000-0  18579-2 0  9995
+2 40502  98.7602  32.7856 0082426  98.5875 262.4662 14.39597954 45968
+0 DMSP 5D-2 F13 DEB
+1 40504U 95015CT  16013.76701781  .00001615  00000-0  10428-2 0  9991
+2 40504  98.7819  10.3006 0057288  11.4259 348.8194 14.03502319 46206
+0 EXPRESS AM-7
+1 40505U 15012A   16017.20530985  .00000141  00000-0  00000+0 0  9995
+2 40505   0.0065  51.0203 0001807 237.9305 300.9924  1.00272469  3217
+0 BREEZE-M R/B
+1 40506U 15012B   16017.63371848 -.00000066  00000-0  00000+0 0  9991
+2 40506  20.0052 104.5418 5847567  97.6356 328.4168  2.11097538  6427
+0 BREEZE-M DEB (TANK)
+1 40507U 15012C   16016.99462973  .00000976  00000-0  31139-3 0  9990
+2 40507  49.4918 308.3747 5496314 171.2211 205.1618  4.78302454 14524
+0 DMSP 5D-2 F13 DEB
+1 40508U 95015CU  16017.20966841  .00001531  00000-0  98591-3 0  9993
+2 40508  98.8053  14.7856 0056461   4.2063 355.9567 14.03763231 45863
+0 DMSP 5D-2 F13 DEB
+1 40509U 95015CV  16016.94354688 +.00000190 +00000-0 +11058-3 0  9997
+2 40509 098.7910 023.2782 0024828 137.9827 222.3259 14.19693365042490
+0 DMSP 5D-2 F13 DEB
+1 40510U 95015CW  16017.00147773  .00008384  00000-0  19543-2 0  9991
+2 40510  98.7433  37.4192 0111263  99.0077 262.3728 14.51287520 45901
+0 DMSP 5D-2 F13 DEB
+1 40511U 95015CX  16017.95756132  .00001903  00000-0  10548-2 0  9997
+2 40511  98.8242  21.0300 0020753 339.8447  20.1903 14.12339181 45576
+0 DMSP 5D-2 F13 DEB
+1 40512U 95015CY  16017.51109398  .00132058  00000-0  19588-1 0  9994
+2 40512  98.7067  33.5862 0012849 207.1898 152.8636 14.74226130 45737
+0 DMSP 5D-2 F13 DEB
+1 40513U 95015CZ  16017.77329146  .00000495  00000-0  27251-3 0  9995
+2 40513  98.7623  20.6625 0006545 207.2682 152.8149 14.16136261 44995
+0 DMSP 5D-2 F13 DEB
+1 40514U 95015DA  16017.53505046  .00012570  00000-0  41580-2 0  9992
+2 40514  98.7364  28.7405 0039919 124.6178 235.8783 14.37611889 48410
+0 DMSP 5D-2 F13 DEB
+1 40515U 95015DB  16017.22059407  .00001789  00000-0  10086-2 0  9991
+2 40515  98.7678  17.3803 0026910  12.2762 347.9059 14.11416766 45252
+0 DMSP 5D-2 F13 DEB
+1 40516U 95015DC  16017.95836187  .00001425  00000-0  76467-3 0  9993
+2 40516  98.7317  18.3022 0028452 265.6988  94.0934 14.14372473 45323
+0 DMSP 5D-2 F13 DEB
+1 40517U 95015DD  16016.80686651  .00001855  00000-0  85843-3 0  9991
+2 40517  98.7505  22.1804 0030030 124.5202 235.8817 14.21809299 45392
+0 DMSP 5D-2 F13 DEB
+1 40518U 95015DE  16017.80701675  .00003463  00000-0  10021-2 0  9999
+2 40518  98.7616  34.8094 0111928  92.3764 269.0244 14.41559848 46149
+0 DMSP 5D-2 F13 DEB
+1 40519U 95015DF  16018.02688557  .00003911  00000-0  93695-3 0  9995
+2 40519  98.7439  38.3720 0133244  87.0986 274.5446 14.48814519 46310
+0 DMSP 5D-2 F13 DEB
+1 40520U 95015DG  16017.27435474  .00002583  00000-0  11156-2 0  9996
+2 40520  98.7907  26.0559 0038323 178.1736 181.9590 14.24924437 45464
+0 DMSP 5D-2 F13 DEB
+1 40521U 95015DH  16016.82680247 +.00001923 +00000-0 +82896-3 0  9994
+2 40521 098.7945 026.1854 0041695 168.4427 191.7719 14.25253818042942
+0 DMSP 5D-2 F13 DEB
+1 40522U 95015DJ  16017.78129594  .00003235  00000-0  15802-2 0  9994
+2 40522  98.7607  21.4766 0005104 190.0211 170.0863 14.18681069 45279
+0 DMSP 5D-2 F13 DEB
+1 40523U 95015DK  16015.78920225 +.00001748 +00000-0 +82393-3 0  9990
+2 40523 098.8003 023.0071 0022285 170.7759 189.3831 14.21057860042364
+0 DMSP 5D-2 F13 DEB
+1 40524U 95015DL  16017.46434858  .00003551  00000-0  12442-2 0  9991
+2 40524  98.6384  24.1386 0077619 168.2515 192.0504 14.34009268 46128
+0 DMSP 5D-2 F13 DEB
+1 40525U 95015DM  16013.94218305 +.00001659 +00000-0 +86552-3 0  9999
+2 40525 098.8250 019.2784 0018758 085.7870 274.5447 14.15773217041898
+0 DMSP 5D-2 F13 DEB
+1 40526U 95015DN  16016.79740500  .00001633  00000-0  78269-3 0  9991
+2 40526  98.7610  21.6295 0036467 224.3364 135.4891 14.20043243 45109
+0 DMSP 5D-2 F13 DEB
+1 40527U 95015DP  16017.19593174  .00001537  00000-0  95910-3 0  9995
+2 40527  98.7413  12.9397 0051844 341.9723  17.9606 14.05574926 44970
+0 TITAN 4B DEB
+1 40528U 00047E   16016.96263654 +.00000183 +00000-0 +29043-4 0  9999
+2 40528 067.9938 201.8517 0061622 178.5716 340.4428 14.92048676044751
+0 TITAN 4B DEB
+1 40529U 00047F   16017.48952762  .00000196  00000-0  30041-4 0  9997
+2 40529  67.9937 198.8131 0061121 177.6837 182.4600 14.92381118117361
+0 CZ-4B DEB
+1 40530U 13057C   16016.79410425 +.00000826 +00000-0 +20184-3 0  9998
+2 40530 075.0600 060.9387 0224460 130.3105 231.7911 14.39530183043071
+0 CZ-4B DEB
+1 40531U 13057D   16016.54396148 +.00000881 +00000-0 +21759-3 0  9997
+2 40531 074.9781 057.2855 0233069 159.5605 201.5078 14.38049200043075
+0 CZ-4B DEB
+1 40532U 13057E   16016.42758031  .00000816  00000-0  20561-3 0  9996
+2 40532  74.8784  50.7484 0235727 161.8739 199.1009 14.36986673112616
+0 CZ-4B DEB
+1 40533U 13057F   16016.49858207  .00000809  00000-0  19220-3 0  9992
+2 40533  74.9283  44.3945 0215888 154.9264 206.2573 14.41912738116005
+0 NAVSTAR 73 (USA 260)
+1 40534U 15013A   16016.90285038 -.00000057  00000-0  00000+0 0  9997
+2 40534  55.0451   0.7274 0007970 330.8074  29.1573  2.00561063  5955
+0 DELTA 4 R/B
+1 40535U 15013B   16016.45853980 -.00000059 +00000-0 +00000-0 0  9998
+2 40535 054.7242 001.3303 0028954 342.8074 017.1026 01.92974921005735
+0 KOMPSAT 3A
+1 40536U 15014A   16018.13200797  .00002066  00000-0  12428-3 0  9998
+2 40536  97.5421 319.3867 0011683 339.9451 144.5982 15.11902952 45061
+0 SL-24 DEB
+1 40537U 15014B   16017.93523955  .00011892  00000-0  47265-3 0  9994
+2 40537  97.5406 323.2787 0022610  10.1908 349.9783 15.25223003 45289
+0 SL-24 R/B
+1 40541U 15014C   16017.53239155  .00000140  00000-0  42166-4 0  9991
+2 40541  97.3679 257.7688 0622625  77.4769 289.5275 13.75027796 40798
+0 GALILEO 7 (263)
+1 40544U 15017A   16015.45696918 -.00000035  00000-0  00000+0 0  9990
+2 40544  55.2314  86.6451 0004524 226.5733 133.4417  1.70475708  4974
+0 GALILEO 8 (264)
+1 40545U 15017B   16017.58684207 -.00000049  00000-0  00000+0 0  9990
+2 40545  55.2394  86.5932 0003054 199.6272 160.4062  1.70475884  5029
+0 FREGAT R/B
+1 40546U 15017C   16016.25869918 -.00000042  00000-0  00000+0 0  9991
+2 40546  55.2377  86.9129 0017947 168.2924 191.7983  1.67684334  4931
+0 IRNSS 1D
+1 40547U 15018A   16017.20911667 -.00000323  00000-0  00000+0 0  9990
+2 40547  30.0052 303.0689 0018752 182.1498 177.8775  1.00278503  3109
+0 PSLV R/B
+1 40548U 15018B   16017.47137672  .00006498  00000-0  10557-2 0  9995
+2 40548  19.1605  79.1549 6063787 238.0842  48.9102  3.95715012 11621
+0 BEIDOU I1-S
+1 40549U 15019A   16016.87493037 -.00000181 +00000-0 +00000-0 0  9994
+2 40549 054.8171 339.6688 0041232 181.6565 003.4029 01.00294139002938
+0 CZ-3C R/B
+1 40550U 15019B   16017.88315028  .02018100 -37086-5  29878-3 0  9999
+2 40550  54.6181 203.7668 4991529 248.2603  52.7460  5.89615105 11216
+0 TITAN 3C TRANSTAGE DEB
+1 40551U 65108DR  16016.70917671 -.00000361 +00000-0 -43500-2 0  9993
+2 40551 026.5283 155.5658 6876213 359.0736 336.1047 02.57823971068488
+0 GONETS M 11 (M21)
+1 40552U 15020A   16018.07398698  .00000010  00000-0  00000+0 0  9990
+2 40552  82.4840 240.5639 0016741  17.4210 342.7441 12.42886293 36321
+0 GONETS M 12 (M22)
+1 40553U 15020B   16018.04661798  .00000010  00000-0  00000+0 0  9992
+2 40553  82.4882 240.6326 0014536   1.8745 358.2391 12.42886388 36323
+0 GONETS M 13 (M23)
+1 40554U 15020C   16018.02013034  .00000010  00000-0  00000+0 0  9995
+2 40554  82.4835 240.5064 0013121 345.9304  14.1417 12.42884775 36327
+0 COSMOS 2504
+1 40555U 15020D   16017.23115588  .00000035  00000-0  10000-3 0  9997
+2 40555  82.4858 228.0850 0213553 308.1451  50.0186 12.80892233 37459
+0 BREEZE-KM R/B
+1 40556U 15020E   16016.91903881 +.00000005 +00000-0 -16030-4 0  9991
+2 40556 082.4867 228.2995 0214626 309.0233 049.1931 12.80502913037250
+0 DMSP 5D-2 F13 DEB
+1 40558U 95015DR  16018.20724503  .00001380  00000-0  88179-3 0  9999
+2 40558  98.7569  13.9310 0055742 347.6526  12.3273 14.04353480 43244
+0 DMSP 5D-2 F13 DEB
+1 40559U 95015DS  16016.74335969  .00003242  00000-0  20079-2 0  9994
+2 40559  98.6482   7.9830 0061042 342.5817  17.3257 14.04933551 44965
+0 DMSP 5D-2 F13 DEB
+1 40560U 95015DT  16014.84928290  .00001620  00000-0  77805-3 0  9998
+2 40560  98.7716  20.3287 0019247 152.3463 207.8741 14.20195284 44771
+0 DMSP 5D-2 F13 DEB
+1 40561U 95015DU  16017.28962767  .00006492  00000-0  21494-2 0  9991
+2 40561  98.8491  34.4090 0070058 105.0710 255.8241 14.36838287 43780
+0 DMSP 5D-2 F13 DEB
+1 40562U 95015DV  16017.20370991  .00003526  00000-0  18284-2 0  9994
+2 40562  98.7621  19.0182 0012064 331.4124  28.6387 14.15411618 43287
+0 DMSP 5D-2 F13 DEB
+1 40563U 95015DW  16016.81404820 +.00001618 +00000-0 +79643-3 0  9997
+2 40563 098.7487 020.4205 0025000 219.0993 140.8377 14.18813220040910
+0 DMSP 5D-2 F13 DEB
+1 40564U 95015DX  16016.80739449 +.00002412 +00000-0 +10971-2 0  9996
+2 40564 098.7846 023.9113 0033257 203.1705 156.7974 14.22387665041053
+0 DMSP 5D-2 F13 DEB
+1 40565U 95015DY  16017.16362328  .00001233  00000-0  11591-2 0  9994
+2 40565  98.7535 357.0284 0188524  44.4056 317.2039 13.75569022 43708
+0 DMSP 5D-2 F13 DEB
+1 40566U 95015DZ  16016.85991589  .00003221  00000-0  10862-2 0  9996
+2 40566  98.7636  30.4546 0087185 101.9862 259.1112 14.35547980 43802
+0 DMSP 5D-2 F13 DEB
+1 40567U 95015EA  16017.23410564  .00005300  00000-0  16142-2 0  9996
+2 40567  98.7740  33.4505 0084189 119.9353 241.0229 14.40393615 45252
+0 DMSP 5D-2 F13 DEB
+1 40568U 95015EB  16017.22663605  .00001484  00000-0  81736-3 0  9993
+2 40568  98.7183  15.9718 0038021 286.4990  73.2007 14.12747024 43327
+0 DMSP 5D-2 F13 DEB
+1 40569U 95015EC  16017.45448540  .00003927  00000-0  17916-2 0  9990
+2 40569  98.7587  22.5896 0029038 212.9138 147.0232 14.21928231 43481
+0 DMSP 5D-2 F13 DEB
+1 40570U 95015ED  16017.25200692  .00002671  00000-0  12638-2 0  9995
+2 40570  98.7495  21.5205 0020276 113.2169 247.1145 14.20410756 43657
+0 DMSP 5D-2 F13 DEB
+1 40571U 95015EE  16016.83493393  .00002459  00000-0  85811-3 0  9999
+2 40571  98.7621  29.9432 0078244 133.1311 227.6452 14.34482776 43640
+0 DMSP 5D-2 F13 DEB
+1 40572U 95015EF  16017.20633404  .00003525  00000-0  15691-2 0  9994
+2 40572  98.7201  21.4671 0040882 212.7582 147.1061 14.23047314 43328
+0 DMSP 5D-2 F13 DEB
+1 40573U 95015EG  16017.21164684  .00003784  00000-0  13412-2 0  9991
+2 40573  98.6554  24.2881 0074996 170.2571 190.0088 14.33514186 45035
+0 DMSP 5D-2 F13 DEB
+1 40574U 95015EH  16016.23942963  .00002315  00000-0  14919-2 0  9999
+2 40574  98.7978  12.8875 0063614  11.6530 348.6092 14.02988704 42592
+0 DMSP 5D-2 F13 DEB
+1 40575U 95015EJ  16017.81179399  .00001850  00000-0  86374-3 0  9998
+2 40575  98.7561  23.2332 0023103 155.9406 204.2855 14.21451977 43377
+0 DMSP 5D-2 F13 DEB
+1 40576U 95015EK  16016.45240592  .00001633  00000-0  73143-3 0  9991
+2 40576  98.7877  24.5150 0038478 191.1673 168.8655 14.23561583 43155
+0 DMSP 5D-2 F13 DEB
+1 40577U 95015EL  16016.95507001 +.00001796 +00000-0 +88154-3 0  9996
+2 40577 098.7383 020.1148 0018641 109.2913 251.0281 14.18898671040864
+0 DMSP 5D-2 F13 DEB
+1 40578U 95015EM  16017.24593742  .00003965  00000-0  12833-2 0  9997
+2 40578  98.8930  37.2635 0089904 103.6927 257.4287 14.37308369 45768
+0 DMSP 5D-2 F13 DEB
+1 40579U 95015EN  16017.20765276  .00002182  00000-0  81963-3 0  9998
+2 40579  98.6658  23.9649 0070678 165.6951 194.6255 14.31206950 44936
+0 DMSP 5D-2 F13 DEB
+1 40580U 95015EP  16016.94467309 +.00001447 +00000-0 +81061-3 0  9998
+2 40580 098.7507 016.8362 0019619 014.1905 345.9814 14.12132620040669
+0 DMSP 5D-2 F13 DEB
+1 40581U 95015EQ  16017.20612430  .00001600  00000-0  86656-3 0  9992
+2 40581  98.8588  22.8281 0028548  62.5515 297.8556 14.13708678 42968
+0 DMSP 5D-2 F13 DEB
+1 40582U 95015ER  16017.42799464  .00002051  00000-0  14682-2 0  9990
+2 40582  98.7493   7.8584 0102695   2.4958 357.6697 13.95719794 42402
+0 DMSP 5D-2 F13 DEB
+1 40583U 95015ES  16017.85647937  .00001835  00000-0  77630-3 0  9997
+2 40583  98.8147  28.5377 0045254 154.5530 205.7891 14.26192246 43392
+0 DMSP 5D-2 F13 DEB
+1 40585U 95015EU  16017.45713192  .00017342  00000-0  73897-2 0  9992
+2 40585  98.3925   6.7118 0039603   7.1194 353.0540 14.24719912 48390
+0 DMSP 5D-2 F13 DEB
+1 40586U 95015EV  16018.03936113  .00035349  00000-0  35208-2 0  9999
+2 40586  98.7407  53.2145 0115247  57.8019 303.4307 14.86615643 47094
+0 SCOUT X-4 DEB
+1 40592U 64051F   16017.83141980  .00003724  00000-0  22989-2 0  9993
+2 40592  79.8945 300.2413 0060526 198.9583 160.9327 14.04360680 51375
+0 YAOGAN 26 DEB
+1 40594U 14088D   16017.02411065  .00003662  00000-0  12406-3 0  9990
+2 40594  97.4011  97.7645 0005071 336.8363  23.2649 15.31201655 54193
+0 DMSP 5D-2 F13 DEB
+1 40600U 95015EX  16016.96594390 +.00001754 +00000-0 +10691-2 0  9995
+2 40600 098.8907 019.8983 0050427 029.8921 330.5111 14.06758808037911
+0 DMSP 5D-2 F13 DEB
+1 40601U 95015EY  16016.84463310  .00001832  00000-0  91703-3 0  9991
+2 40601  98.7991  22.1588 0015843 105.4093 254.8833 14.17874683 41507
+0 DMSP 5D-2 F13 DEB
+1 40602U 95015EZ  16017.98584386  .00004189  00000-0  16680-2 0  9993
+2 40602  98.7996  28.7032 0043417 159.9705 200.3192 14.28632057 41920
+0 DMSP 5D-2 F13 DEB
+1 40603U 95015FA  16018.00576623  .00013301  00000-0  24996-2 0  9998
+2 40603  98.6455  38.2454 0110536  93.7378 267.6469 14.60882459 44602
+0 DMSP 5D-2 F13 DEB
+1 40604U 95015FB  16017.25043419  .00004268  00000-0  94964-3 0  9992
+2 40604  98.7296  38.5545 0138982  89.3481 272.3635 14.51662595 42784
+0 DMSP 5D-2 F13 DEB
+1 40605U 95015FC  16017.95850521  .00001648  00000-0  76892-3 0  9999
+2 40605  98.7843  24.5404 0037141 209.6277 150.2796 14.21434471 41886
+0 DMSP 5D-2 F13 DEB
+1 40606U 95015FD  16017.21901216  .00003090  00000-0  14940-2 0  9995
+2 40606  98.7621  21.2996 0007647 186.6254 173.4822 14.19236290 41724
+0 DMSP 5D-2 F13 DEB
+1 40607U 95015FE  16017.28613194  .00025424  00000-0  53181-2 0  9993
+2 40607  98.6766  34.2495 0082769  97.5943 263.4665 14.57602223 45842
+0 DMSP 5D-2 F13 DEB
+1 40608U 95015FF  16016.95158969 +.00000186 +00000-0 +10360-3 0  9992
+2 40608 098.7575 023.0915 0033436 153.0343 207.2581 14.21975893038330
+0 DMSP 5D-2 F13 DEB
+1 40609U 95015FG  16017.19682814  .00001652  00000-0  83975-3 0  9992
+2 40609  98.7647  20.6039 0004877 179.3666 180.7516 14.17263669 43185
+0 DMSP 5D-2 F13 DEB
+1 40610U 95015FH  16017.77998416  .00001550  00000-0  78684-3 0  9994
+2 40610  98.7553  20.6546 0032146 245.0128 114.7707 14.17143418 43267
+0 DMSP 5D-2 F13 DEB
+1 40611U 95015FJ  16017.20836558  .00001491  00000-0  79894-3 0  9999
+2 40611  98.7474  18.1018 0035642 273.4441  86.2656 14.14265414 42097
+0 DMSP 5D-2 F13 DEB
+1 40612U 95015FK  16017.46112549  .00001429  00000-0  72927-3 0  9996
+2 40612  98.7620  20.7690 0007172 201.7742 158.3129 14.17234091 41715
+0 THOR 7
+1 40613U 15022A   16017.67803946 -.00000019  00000-0  00000+0 0  9992
+2 40613   0.0405 234.1413 0002816  61.5061  64.3044  1.00270600  2682
+0 ARIANE 5 R/B
+1 40615U 15022C   16016.94698226 +.00015189 +00000-0 +12697-2 0  9997
+2 40615 005.4316 232.5949 7263753 035.2218 356.0349 02.32918949006086
+0 ARIANE 5 DEB (SYLDA)
+1 40616U 15022D   16017.92867374  .00421621  20721-6  99818-2 0  9999
+2 40616   5.5590 218.5945 6670387  60.2652 349.5295  3.14343647  6520
+0 TURKMENALEM 52E/MONACOSA
+1 40617U 15023A   16017.53213738  .00000094  00000-0  00000+0 0  9998
+2 40617   0.0271  68.2703 0002369 228.4895  63.1971  1.00273081  2713
+0 FALCON 9 R/B
+1 40618U 15023B   16017.24217343  .00038454  15797-6  23497-2 0  9997
+2 40618  25.3611 288.0900 7203965 355.7295   0.5106  2.41052357  6203
+0 NIMBUS 2 DEB
+1 40641U 66040BE  16010.70692615 +.00000819 +00000-0 +16736-2 0  9998
+2 40641 100.4143 111.5554 0054241 235.6629 123.9356 13.36187078032795
+0 NIMBUS 2 DEB
+1 40642U 66040BF  16016.50256005  .00001954  00000-0  36864-2 0  9997
+2 40642 100.4711 123.9128 0069027 224.7436 134.8108 13.38944284127146
+0 NIMBUS 2 DEB
+1 40644U 66040BH  16017.21653564  .00001083  00000-0  21854-2 0  9995
+2 40644 100.3903 115.1453 0063030 231.5592 127.9864 13.35899444 34717
+0 NIMBUS 2 DEB
+1 40645U 66040BJ  16017.18218261  .00001151  00000-0  23245-2 0  9995
+2 40645 100.3867 114.8477 0061539 229.5988 129.9755 13.35746127 96861
+0 NIMBUS 2 DEB
+1 40646U 66040BK  16017.71689780  .00002053  00000-0  39916-2 0  9997
+2 40646 100.3691 115.0922 0058900 218.0886 141.6068 13.37128291 97477
+0 NIMBUS 2 DEB
+1 40647U 66040BL  16017.20763575  .00001667  00000-0  33501-2 0  9991
+2 40647 100.3687 112.6056 0057342 224.0136 135.6414 13.35335682 58138
+0 NIMBUS 2 DEB
+1 40648U 66040BM  16017.18839149  .00001282  00000-0  26015-2 0  9995
+2 40648 100.3660 112.2072 0055667 224.3777 135.2878 13.35257041 54875
+0 RESURS O1 DEB
+1 40650U 94074AF  16017.59797602  .00012629  00000-0  13934-2 0  9991
+2 40650  98.1393  47.3857 0002500 190.9155 169.2007 14.87616483 38050
+0 DIRECTV 15
+1 40663U 15026A   16016.96363738 -.00000112  00000-0  00000+0 0  9996
+2 40663   0.0247  70.5031 0000236 304.1083 345.3719  1.00272928  2409
+0 SKY MEXICO-1
+1 40664U 15026B   16016.89750190 -.00000243  00000-0  00000+0 0  9996
+2 40664   0.0178  36.2652 0002048 293.2773  30.4456  1.00270969  2399
+0 ARIANE 5 R/B
+1 40665U 15026C   16016.75556164 +.00011101 +00000-0 +14376-2 0  9995
+2 40665 003.9116 304.9742 7272399 001.7449 359.7450 02.30974625005372
+0 ARIANE 5 DEB (SYLDA)
+1 40666U 15026D   16016.41819687  .00118809  00000-0  11512-1 0  9992
+2 40666   4.2824 298.8803 7160963   9.0328 358.8938  2.45655353  5384
+0 DMSP 5D-2 F13 DEB
+1 40672U 95015FL  16018.22047711  .00002586  00000-0  12720-2 0  9994
+2 40672  98.7613  21.8891 0004940 174.0558 186.0677 14.18496039 41860
+0 DMSP 5D-2 F13 DEB
+1 40673U 95015FM  16013.95823095 +.00000237 +00000-0 +13310-3 0  9995
+2 40673 098.7481 018.3132 0024385 190.1998 169.8686 14.19507253040236
+0 DMSP 5D-2 F13 DEB
+1 40674U 95015FN  16016.97271973  .00004243  00000-0  18596-2 0  9994
+2 40674  98.7604  23.4146 0022835 159.1301 201.0815 14.24051346 35383
+0 DMSP 5D-2 F13 DEB
+1 40675U 95015FP  16017.77983341  .00001677  00000-0  85330-3 0  9992
+2 40675  98.7626  21.0299 0004987 197.1570 162.9436 14.17183755 39581
+0 DMSP 5D-2 F13 DEB
+1 40676U 95015FQ  16017.96669737  .00001396  00000-0  71324-3 0  9990
+2 40676  98.7622  21.2385 0006189 204.4273 155.6609 14.17226322 35264
+0 DMSP 5D-2 F13 DEB
+1 40677U 95015FR  16017.25045575  .00000233  00000-0  11788-3 0  9998
+2 40677  98.7090  22.6731 0051189 176.3645 183.7915 14.24514228 38442
+0 DMSP 5D-2 F13 DEB
+1 40678U 95015FS  16017.96301798  .00001728  00000-0  79412-3 0  9997
+2 40678  98.7330  22.7844 0027639 169.4080 190.7685 14.22307206 35842
+0 DMSP 5D-2 F13 DEB
+1 40679U 95015FT  16016.46941037  .00003199  00000-0  14134-2 0  9991
+2 40679  98.7821  23.7740 0031027 188.7965 171.2673 14.23707991 34897
+0 DMSP 5D-2 F13 DEB
+1 40680U 95015FU  16017.24239701  .00003363  00000-0  15232-2 0  9991
+2 40680  98.7795  23.9177 0020743 149.8884 210.3491 14.22516517 37770
+0 DMSP 5D-2 F13 DEB
+1 40681U 95015FV  16017.20527297  .00001358  00000-0  70340-3 0  9992
+2 40681  98.7605  20.0921 0004635 219.0883 140.9957 14.16527639 39976
+0 FENGYUN 1C DEB
+1 40684U 99025EWQ 16017.36407395  .00000763  00000-0  46492-3 0  9993
+2 40684  98.9909  74.5222 0034425  29.3662 330.9432 14.08847890104880
+0 FENGYUN 1C DEB
+1 40685U 99025EWR 16013.31497128  .00000938  00000-0  85603-3 0  9999
+2 40685  99.4937  58.1828 0178912 243.0467 115.2311 13.78965162 59301
+0 FENGYUN 1C DEB
+1 40686U 99025EWS 16017.38901381  .00006806  00000-0  17381-2 0  9999
+2 40686  99.2407 226.2329 0012514 244.1615 115.8286 14.50806551 56095
+0 FENGYUN 1C DEB
+1 40687U 99025EWT 15361.77475853  .00001050  00000-0  14793-2 0  9994
+2 40687  99.1555 350.6327 0422554 186.8279 172.6971 13.27771353 55675
+0 FENGYUN 1C DEB
+1 40689U 99025EWV 16016.16099698  .00000480  00000-0  51552-3 0  9997
+2 40689  99.1013 145.5173 0331703  60.9164 302.4767 13.56409803 57405
+0 FENGYUN 1C DEB
+1 40690U 99025EWW 16017.04385392  .00000318  00000-0  27136-3 0  9997
+2 40690  99.1858 318.9333 0095618 202.3839 157.3135 13.92451318109896
+0 FENGYUN 1C DEB
+1 40693U 99025EWZ 16013.36520137  .00001203  00000-0  13791-2 0  9994
+2 40693  98.9116  62.7835 0302639  75.0983 288.3458 13.53470501 91348
+0 FENGYUN 1C DEB
+1 40694U 99025EXA 16014.13275069  .00006190  00000-0  28341-2 0  9999
+2 40694  98.3481 135.2405 0121684 225.5639 133.5532 14.17858708 95276
+0 FENGYUN 1C DEB
+1 40695U 99025EXB 16017.85555136  .00000452  00000-0  87967-4 0  9994
+2 40695  99.4814  37.1042 0307079 162.8418 198.3433 14.43256337354678
+0 FENGYUN 1C DEB
+1 40696U 99025EXC 16017.86314684  .00000092  00000-0  98190-4 0  9997
+2 40696  99.1126  53.5866 0080806 210.7921 148.8487 13.95354647323524
+0 SENTINEL 2A
+1 40697U 15028A   16017.18649108 -.00000028  00000-0  60645-5 0  9991
+2 40697  98.5630  93.5543 0001151 104.1505 255.9819 14.30822237 29767
+0 AVUM R/B
+1 40698U 15028B   16017.21317032  .00003982  00000-0  18800-3 0  9999
+2 40698  98.6334 117.1502 0269751 242.9417 114.4041 14.93487412 31044
+0 COSMOS 2506
+1 40699U 15029A   16018.13293152  .00000042  00000-0  21048-4 0  9992
+2 40699  98.2751  67.3823 0016599  38.0688 322.1685 14.52772411 30312
+0 GAOFEN 8
+1 40701U 15030A   16018.16514039  .00005615  00000-0  21654-3 0  9994
+2 40701  97.3188 138.1295 0003728 147.7838 332.7036 15.26698589 31419
+0 METEOR 2-11 DEB
+1 40703U 84072E   16018.20085832  .00000771  00000-0  64618-3 0  9992
+2 40703  82.5286 190.2724 0014673 299.2275  60.7419 13.86967465 40881
+0 METEOR 2-11 DEB
+1 40704U 84072F   16014.78194002  .00001178  00000-0  99143-3 0  9995
+2 40704  82.5257 192.9302 0018584 330.4364  29.5745 13.87125317 38282
+0 METEOR 2-11 DEB
+1 40705U 84072G   16017.19826760  .00000522  00000-0  43149-3 0  9994
+2 40705  82.5280 190.8543 0022313 325.8060  34.1663 13.87165012 58671
+0 METEOR 2-11 DEB
+1 40706U 84072H   16016.46434201  .00001060  00000-0  89574-3 0  9999
+2 40706  82.5261 191.7067 0017512 306.6759  53.2793 13.86804373 60486
+0 METEOR 2-11 DEB
+1 40707U 84072J   16017.80177678  .00000955  00000-0  79340-3 0  9993
+2 40707  82.5289 190.1039 0018572 333.1189  26.9009 13.87699044 60786
+0 METEOR 2-11 DEB
+1 40708U 84072K   16016.76214277  .00001309  00000-0  11023-2 0  9992
+2 40708  82.5217 190.9910 0014500 307.5744  52.4100 13.87190659 45319
+0 METEOR 2-11 DEB
+1 40709U 84072L   16016.78473694  .00001243  00000-0  10382-2 0  9999
+2 40709  82.5196 190.6252 0021717 294.9183  64.9722 13.87564256314658
+0 METEOR 2-21 DEB
+1 40711U 93055D   16017.82953911  .00001342  00000-0  10159-2 0  9996
+2 40711  82.5460  58.7892 0017701  56.6407  67.6244 13.93266448569648
+0 DMC 3-FM1
+1 40715U 15032A   16018.15133087  .00000321  00000-0  56928-4 0  9992
+2 40715  98.0304 270.5525 0016205 355.9464   4.1606 14.73694058 28193
+0 DMC 3-FM2
+1 40716U 15032B   16018.17400772  .00000220  00000-0  41402-4 0  9992
+2 40716  98.0312 270.6673 0014171   2.8987 357.2296 14.73687672 28209
+0 DMC 3-FM3
+1 40717U 15032C   16018.19686039  .00000207  00000-0  39522-4 0  9992
+2 40717  98.0955 271.4035 0017879 353.4999   6.5976 14.73721956 28203
+0 CARBONITE 1
+1 40718U 15032D   16017.30738797  .00000140  00000-0  28785-4 0  9999
+2 40718  98.0286 269.8862 0016980   1.4541 358.6679 14.74349299 28089
+0 DEORBITSAIL
+1 40719U 15032E   16017.23707535  .00001427  00000-0  21846-3 0  9997
+2 40719  98.0345 270.0734 0017280   9.2183 350.9339 14.75165213 28081
+0 PSLV R/B
+1 40720U 15032F   16018.19865734  .00000286  00000-0  45366-4 0  9997
+2 40720  98.0936 273.9391 0005724 147.1112 213.0456 14.79533406 28316
+0 DMSP 5D-2 F13 DEB
+1 40721U 95015FW  16016.45564339 +.00003372 +00000-0 +14622-2 0  9999
+2 40721 098.7464 022.8438 0030808 170.2429 189.9354 14.24641965032269
+0 FLOCK 1E 2
+1 40722U 98067GE  16018.15716652  .00123139  00000-0  66477-3 0  9996
+2 40722  51.6403  77.9693 0004038 353.3373  36.0370 15.79246797 29477
+0 FLOCK 1E 1
+1 40723U 98067GF  16017.70489735  .00103985  00000-0  85248-3 0  9990
+2 40723  51.6391  83.8868 0003957 277.9779 162.9374 15.69663915 29303
+0 FLOCK 1E 4
+1 40724U 98067GG  16017.67413595  .00044465  00000-0  37427-3 0  9991
+2 40724  51.6399  84.3198 0001167 173.5599 323.0497 15.69387763 29294
+0 FLOCK 1E 3
+1 40725U 98067GH  16018.17568595  .00046313  00000-0  34875-3 0  9997
+2 40725  51.6389  79.4688 0000768 148.4299 312.3684 15.72041256 29373
+0 FLOCK 1E 7
+1 40726U 98067GJ  16018.18372266  .00034609  00000-0  30472-3 0  9991
+2 40726  51.6397  81.9442 0003744 290.1238 102.4687 15.68403216 29222
+0 FLOCK 1E 8
+1 40727U 98067GK  16018.18485065  .00040260  00000-0  32639-3 0  9991
+2 40727  51.6397  81.2016 0004234 287.3074 105.5446 15.70333215 29225
+0 FLOCK 1E 5
+1 40728U 98067GL  16018.15910192  .00037031  00000-0  31736-3 0  9992
+2 40728  51.6384  81.7814 0003613 246.4695 142.9422 15.69030246 29223
+0 FLOCK 1E 6
+1 40729U 98067GM  16018.20121047  .00049300  00000-0  40854-3 0  9995
+2 40729  51.6379  81.1578 0003207 264.5674 194.2426 15.69717169 29248
+0 NAVSTAR 74 (USA 262)
+1 40730U 15033A   16017.06256803 -.00000052  00000-0  00000+0 0  9998
+2 40730  55.1104  60.7227 0019668 274.9796  84.8531  2.00568214  3718
+0 ATLAS 5 CENTAUR R/B
+1 40731U 15033B   16016.32799897 -.00000051 +00000-0 +00000-0 0  9992
+2 40731 055.4595 060.4810 0236300 293.5856 064.0082 01.90867670003525
+0 METEOSAT 11 (MSG 4)
+1 40732U 15034A   16016.41482023 -.00000034  00000-0  00000+0 0  9994
+2 40732   2.8165 261.0440 0002000  65.9039 294.3769  1.00266001  1895
+0 STARONE C4
+1 40733U 15034B   16017.10845003 -.00000274  00000-0  00000+0 0  9999
+2 40733   0.0154 332.6179 0003221 298.4536 173.9331  1.00269928  1897
+0 ARIANE 5 R/B
+1 40734U 15034C   16017.35058844  .00001642  00000-0  83883-3 0  9999
+2 40734   4.3105  10.8761 7270567 326.7367   3.6226  2.27760188  4222
+0 ARIANE 5 DEB (SYLDA)
+1 40735U 15034D   16017.10464029  .00020835  00000-0  69725-2 0  9992
+2 40735   4.1823  12.7142 7243357 326.0452   3.7751  2.32331814  4238
+0 FLOCK 1E 9
+1 40736U 98067GN  16017.46624271  .00342528  00000-0  13119-2 0  9998
+2 40736  51.6458  83.0108 0006597 356.6720 101.1108 15.85944292 29122
+0 FLOCK 1E 10
+1 40737U 98067GP  16018.19593995  .00041766  00000-0  36359-3 0  9990
+2 40737  51.6406  82.0241 0003142 310.3142  84.8745 15.68592846 29210
+0 FLOCK 1E 11
+1 40738U 98067GQ  16018.16639538  .00034817  00000-0  28493-3 0  9991
+2 40738  51.6394  80.1887 0000952 215.3487 235.2503 15.70184600 29058
+0 FLOCK 1E 12
+1 40739U 98067GR  16017.69691065  .00043725  00000-0  38184-3 0  9998
+2 40739  51.6394  84.6070 0003770 237.8537 202.4564 15.68492541 28963
+0 FLOCK 1E 13
+1 40740U 98067GS  16018.22126269  .00040125  00000-0  34152-3 0  9991
+2 40740  51.6399  81.4442 0002997 280.0012 118.4331 15.69161185 29031
+0 FLOCK 1E 14
+1 40741U 98067GT  16018.21107861  .00036644  00000-0  31207-3 0  9997
+2 40741  51.6401  81.3950 0003763 285.8910 104.1938 15.69188145 29020
+0 ARKYD-3R
+1 40742U 98067GU  15357.06218623  .17667936  12460-4  10671-2 0  9995
+2 40742  51.6185 202.8374 0002350 302.0479  59.3790 16.41482756 25077
+0 CENTENNIAL 1
+1 40743U 98067GV  16005.90226952  .09456713  12299-4  15835-2 0  9991
+2 40743  51.6167 134.0899 0007804 329.7871  30.5519 16.32360968 27226
+0 DELTA 4 R/B
+1 40747U 15036B   16016.35677421 -.00000360  00000-0  51468-3 0  9993
+2 40747  24.6393 105.2759 8230614 223.7396  29.8076  1.10070704  1829
+0 BEIDOU-3 M1
+1 40748U 15037A   16017.40878390 -.00000058  00000-0  00000+0 0  9996
+2 40748  55.0993  71.2558 0008894 254.9623  61.3142  1.86229692  3278
+0 BEIDOU-3 M2
+1 40749U 15037B   16017.38200677 -.00000058  00000-0  00000+0 0  9991
+2 40749  55.1015  71.2422 0009266 263.4759 170.4121  1.86237347  3279
+0 CZ-3B R/B
+1 40750U 15037C   16017.15388667  .00027401  30232-6  52795-3 0  9992
+2 40750  55.0230 336.1673 5691758 227.1925  68.4371  4.61293678  7946
+0 YZ-1 R/B
+1 40751U 15037D   16012.81754290 -.00000032 +00000-0 +00000-0 0  9995
+2 40751 055.0389 073.1046 0904862 018.3896 344.7814 01.56593262002691
+0 DELTA 1 DEB
+1 40752U 76077FV  16017.84596510  .00000047  00000-0  14181-2 0  9996
+2 40752 102.2076 343.7828 0562882 127.2126 266.0079 11.37498932 89492
+0 DELTA 1 DEB
+1 40754U 76077FX  16017.87614929 -.00000008  00000-0  30445-3 0  9996
+2 40754 101.9978  15.6888 0093281  71.6077 289.5094 12.24998487538067
+0 DELTA 1 DEB
+1 40755U 76077FY  16014.85549654 -.00000008  00000-0  24754-3 0  9990
+2 40755 101.6158  22.6891 0020073 218.7077 141.2552 12.44355685509509
+0 DELTA 1 DEB
+1 40756U 76077FZ  16016.21708603 -.00000034  00000-0  85384-4 0  9990
+2 40756 102.0417  12.9346 0076955 333.2674  91.4537 12.25912604490266
+0 DELTA 1 DEB
+1 40757U 76077GA  16013.18327700 -.00000010  00000-0  20358-3 0  9992
+2 40757 101.4028 356.2180 0006633 350.7611  75.3724 12.54133346 99320
+0 DELTA 1 DEB
+1 40758U 76077GB  16003.85354464 +.00000002 +00000-0 +39613-3 0  9997
+2 40758 102.0170 003.3096 0088003 089.3379 028.2255 12.25186940094551
+0 DELTA 1 DEB
+1 40759U 76077GC  16013.41032557 -.00000028  00000-0  91130-4 0  9999
+2 40759 102.2100 231.9232 0292822 150.3711 334.3075 12.66109911503041
+0 DELTA 1 DEB
+1 40761U 76077GE  16007.53763005  .00000030  00000-0  10000-3 0  9995
+2 40761 102.2469  37.7921 0177404 121.1431 240.7673 12.10476847884930
+0 DELTA 1 DEB
+1 40762U 76077GF  16015.55891333 -.00000050  00000-0 -14890-3 0  9998
+2 40762 102.3242  65.2324 0330907 180.0997 180.0013 11.83074658 89927
+0 DELTA 1 DEB
+1 40763U 76077GG  16016.29829461  .00000206  00000-0  15012-2 0  9991
+2 40763 101.4687  48.8013 0023383 123.8442 236.4863 12.56756771613858
+0 DELTA 1 DEB
+1 40764U 76077GH  16012.80338146 -.00000016 +00000-0 +20336-3 0  9996
+2 40764 101.7032 012.8669 0001829 342.5683 017.5319 12.40491922429566
+0 DELTA 1 DEB
+1 40765U 76077GJ  16016.90207181 +.00000060 +00000-0 +72890-3 0  9996
+2 40765 101.6998 000.2534 0028257 014.4278 345.7590 12.44366844097889
+0 DELTA 1 DEB
+1 40766U 76077GK  16016.83244424 -.00000000 +00000-0 +38234-3 0  9999
+2 40766 101.8943 010.2234 0101956 192.3102 287.3097 12.23005787655897
+0 DELTA 1 DEB
+1 40768U 76077GM  16016.33627721  .00000250  00000-0  16542-2 0  9994
+2 40768 101.4085  55.8916 0048260  73.6195 287.0181 12.61325071 98946
+0 DELTA 1 DEB
+1 40769U 76077GN  16017.51617164  .00000043  00000-0  63029-3 0  9999
+2 40769 101.6821  29.3368 0010678 326.8642 189.0694 12.41883712615681
+0 DELTA 1 DEB
+1 40770U 76077GP  15363.23077779  .00000073  00000-0  72114-3 0  9993
+2 40770 101.4194   8.5932 0050566  68.3544 292.2905 12.54069156423017
+0 DELTA 1 DEB
+1 40771U 76077GQ  16016.93606157 +.00000020 +00000-0 +47495-3 0  9991
+2 40771 101.7302 018.1402 0013924 100.1201 293.5203 12.39545467067301
+0 DELTA 1 DEB
+1 40772U 76077GR  16014.53888774 -.00000285  00000-0 -26957-2 0  9997
+2 40772 102.2945 137.5265 0188098 133.3704 228.3178 12.04939065 53524
+0 DELTA 1 DEB
+1 40773U 76077GS  16002.23036032 -.00000015  00000-0  24929-3 0  9992
+2 40773 102.0082   8.9053 0084324 322.6327 100.2712 12.27073808503983
+0 ARIANE 1 DEB
+1 40774U 79104AB  16017.53707586  .00001121  00000-0  30531-2 0  9998
+2 40774  18.7244 324.3367 5987210  51.7947 348.3908  3.86858836187504
+0 ARIANE 1 DEB
+1 40775U 79104AC  16014.66364350 -.00000084  00000-0 -84489-3 0  9999
+2 40775  16.4040  72.2331 7235248 110.7511 335.5998  2.13829856  9538
+0 ARIANE 1 DEB
+1 40776U 79104AD  16016.98588196  .00000435  00000-0  87033-2 0  9998
+2 40776  17.3567 306.0249 7167375  54.4728   1.9815  2.22371159 85228
+0 ARIANE 1 DEB
+1 40778U 79104AF  16014.97669773  .00000207  00000-0  17220-2 0  9996
+2 40778  17.8616 194.4070 4691246 210.9238  45.8908  5.52186104 43350
+0 ARIANE 1 DEB
+1 40779U 79104AG  16015.24171678 -.00000337 +00000-0 -24326-2 0  9991
+2 40779 018.9120 299.4039 7258640 229.3724 336.8318 02.07310575016343
+0 ARIANE 1 DEB
+1 40780U 79104AH  16015.10961086 +.00000062 +00000-0 +93209-4 0  9999
+2 40780 018.6498 156.3386 5989470 019.6208 355.9164 03.89008058182417
+0 ARIANE 1 DEB
+1 40781U 79104AJ  16015.96441520 -.00000113  00000-0 -53323-3 0  9991
+2 40781  19.1898 311.6477 6501525 246.1352  35.5529  3.13305394 24583
+0 ARIANE 2 DEB
+1 40783U 89006CC  16010.92409755 -.00000037 +00000-0 +00000-0 0  9995
+2 40783 007.1681 285.0371 7065846 087.1432 037.0939 02.24351443083037
+0 ARIANE 2 DEB
+1 40784U 89006CD  16017.44276124  .00063232  00000-0  15636-1 0  9999
+2 40784   8.2170 285.4997 6232260  48.9007 350.1605  3.69113166122591
+0 ARIANE 2 DEB
+1 40785U 89006CE  16016.40858401 +.00000106 +00000-0 +14742-2 0  9998
+2 40785 007.9903 033.4796 7146392 057.9026 352.2972 02.33255132096637
+0 ARIANE 2 DEB
+1 40786U 89006CF  16017.45212529 -.00000129  00000-0  53477-3 0  9995
+2 40786   7.6499 188.2781 7137228 275.1990 357.2831  2.26265415 98953
+0 ARIANE 2 DEB
+1 40787U 89006CG  16016.50821086 -.00000112 +00000-0 -25166-3 0  9992
+2 40787 007.6821 211.6089 7137539 231.1807 017.9655 02.25197500017671
+0 ARIANE 2 DEB
+1 40788U 89006CH  16017.33197748  .00026211  00000-0  20726-1 0  9997
+2 40788   8.7387 336.7698 6694750 328.7442   4.7245  2.99602558 23060
+0 SL-19 DEB
+1 40789U 94085AA  16015.74428113 -.00000043  00000-0  00000+0 0  9994
+2 40789  64.4586 139.3904 0543835  68.3186 297.4726 11.19005388 20445
+0 COSMOS 2251 DEB
+1 40792U 93036BVV 16016.33216584  .00001203  00000-0  33702-3 0  9993
+2 40792  74.0539  10.7169 0028638 304.7042 117.4430 14.46926302246136
+0 COSMOS 2251 DEB
+1 40793U 93036BVW 16013.23169367  .00000586  00000-0  35740-3 0  9993
+2 40793  73.9741 339.6156 0209598 200.6870 157.2045 13.97945433175617
+0 COSMOS 2251 DEB
+1 40794U 93036BVX 16016.88089331  .00002568  00000-0  83884-3 0  9994
+2 40794  73.9944  74.0365 0043504 316.0000 156.7873 14.38560912 95643
+0 COSMOS 2251 DEB
+1 40795U 93036BVY 16015.58421387  .00003895  00000-0  77553-3 0  9992
+2 40795  73.9721 336.4481 0144244 285.3974 197.0865 14.55980203198429
+0 COSMOS 2251 DEB
+1 40796U 93036BVZ 16017.35457324  .00000896  00000-0  18499-3 0  9992
+2 40796  74.0207 261.7942 0081279 225.4534 256.8171 14.59959873232042
+0 COSMOS 2251 DEB
+1 40797U 93036BWA 16016.96524453 +.00001883 +00000-0 +23452-3 0  9999
+2 40797 073.9416 114.5751 0125973 156.7322 327.7437 14.77794525109729
+0 COSMOS 2251 DEB
+1 40798U 93036BWB 16015.70640413  .00002248  00000-0  59314-3 0  9998
+2 40798  74.0441  23.2861 0011687 282.6646  77.3207 14.49485788207394
+0 COSMOS 2251 DEB
+1 40800U 93036BWD 16015.89001336 +.00004247 +00000-0 +99344-3 0  9995
+2 40800 073.7957 080.6937 0201414 354.0889 126.9664 14.43263677201318
+0 COSMOS 2251 DEB
+1 40802U 93036BWF 16015.02023349  .00000799  00000-0  16274-3 0  9999
+2 40802  74.0471 263.3515 0085838 215.7387 143.8016 14.60541475114296
+0 COSMOS 2251 DEB
+1 40803U 93036BWG 16016.89942507 +.00000515 +00000-0 +15179-3 0  9991
+2 40803 074.0175 344.6034 0035693 355.3383 004.7437 14.45831823064139
+0 COSMOS 2251 DEB
+1 40804U 93036BWH 16015.51500149  .00014965  00000-0  18657-2 0  9999
+2 40804  74.0302 305.3191 0025053 221.4749 261.3803 14.82227124203089
+0 COSMOS 2251 DEB
+1 40805U 93036BWJ 16016.73570231  .00005203  00000-0  77903-3 0  9999
+2 40805  74.0483 284.1539 0033024 219.9648 171.2071 14.74557022114998
+0 COSMOS 2251 DEB
+1 40806U 93036BWK 16016.42135024  .00009252  00000-0  16995-2 0  9994
+2 40806  74.0156  10.7630 0023934 239.6336 273.0597 14.65610289 66415
+0 COSMOS 2251 DEB
+1 40807U 93036BWL 16017.15988986  .00001631  00000-0  69406-3 0  9998
+2 40807  74.0279 200.0617 0105776  64.5164 296.6878 14.23004985254416
+0 COSMOS 2251 DEB
+1 40808U 93036BWM 16012.59774071 +.00001420 +00000-0 +44643-3 0  9992
+2 40808 074.0532 065.5422 0023535 293.5106 219.3019 14.41235999112377
+0 COSMOS 2251 DEB
+1 40810U 93036BWP 16012.41831636  .00001087  00000-0  31653-3 0  9993
+2 40810  74.0395  17.5195 0023579 338.2162  21.7990 14.45241416 92407
+0 COSMOS 2251 DEB
+1 40811U 93036BWQ 16017.47840245  .00003250  00000-0  63353-3 0  9997
+2 40811  74.0310 314.1330 0051532 242.2338 117.3599 14.62598111514098
+0 ISS DEB (ANTENNA)
+1 40812U 98067GW  16018.15960013  .04208458  12043-4  13082-2 0  9997
+2 40812  51.6134  71.0777 0006643  27.4265 332.7105 16.25777816 25201
+0 CZ-3A DEB
+1 40813U 07003AS  16015.83967798  .00000160  00000-0  27802-2 0  9994
+2 40813  26.6086 287.2389 7677977  65.3696 353.0937  1.69033451 19710
+0 CZ-3B DEB
+1 40814U 10042X   16015.54989892  .00000158  00000-0  21821-1 0  9990
+2 40814  26.7026  68.8335 7370889 314.5613   5.0860  1.90401163  8282
+0 CZ-3B DEB
+1 40815U 10042Y   16016.19569366  .00000366  00000-0  17303-1 0  9994
+2 40815  26.4314  60.9947 7375511 332.9906   2.8823  1.90992716 14198
+0 CZ-3C DEB
+1 40816U 10057AH  16016.40816565 -.00000156  00000-0  79951-3 0  9998
+2 40816  20.4957 320.1679 7125494 335.9639   2.8666  2.29165841 12410
+0 CZ-3C DEB
+1 40817U 10057AJ  16011.51815890 -.00002679  00000-0 -61844-1 0  9999
+2 40817  20.0210   4.2750 7174217 262.9370  18.2335  2.19852589  6471
+0 CZ-3C DEB
+1 40818U 10057AK  16016.03465327 -.00000223 +00000-0 +00000-0 0  9996
+2 40818 020.7371 340.8219 7125022 296.0381 009.1477 02.25696573007031
+0 CZ-3C DEB
+1 40819U 10057AL  16016.88419014  .00000523  00000-0  50792-2 0  9999
+2 40819  20.6643 307.9468 7164488 353.4165   0.7059  2.29337038  9071
+0 CZ-3C DEB
+1 40821U 10057AN  16015.39519872 -.00000192  00000-0  28756-3 0  9999
+2 40821  19.8896 338.3885 7177387 312.0505   6.0700  2.23118912 32605
+0 CZ-3C DEB
+1 40822U 10057AP  16017.31047234 -.00000221  00000-0  25205-3 0  9991
+2 40822  21.0538 327.8482 7221748 314.2409   5.6234  2.22237651  7901
+0 CZ-3C DEB
+1 40823U 10057AQ  16017.26420399 -.00000228  00000-0  24558-3 0  9990
+2 40823  21.0150 330.8942 7194250 309.5607   6.4330  2.23377006  7952
+0 CZ-3C DEB
+1 40824U 10057AR  16016.29572959 -.00000114  00000-0  12555-2 0  9990
+2 40824  20.0629 335.5169 7208372 314.7540   5.5585  2.22001462  7716
+0 CZ-3C DEB
+1 40825U 10057AS  16017.21991672 -.00000125  00000-0  10780-2 0  9991
+2 40825  21.1724 332.0066 7211920 305.5627   7.0262  2.22540420  7777
+0 CZ-3C DEB
+1 40827U 10057AU  16017.22400626 -.00000259  00000-0 -27404-3 0  9999
+2 40827  20.9177 333.8642 7134468 305.5658   7.3172  2.26400094  7939
+0 CZ-3C DEB
+1 40829U 10057AW  16015.33875615  .00001081  00000-0  43898-2 0  9991
+2 40829  20.8399 283.7183 7157414  30.6906 356.2339  2.33641126  7580
+0 CZ-3C DEB
+1 40831U 10057AY  16016.00041763 -.00000292 +00000-0 -13145-2 0  9995
+2 40831 020.6802 350.4381 7183553 279.9104 012.5612 02.20818529006958
+0 CZ-3C DEB
+1 40832U 10057AZ  16016.20972792 -.00000049 +00000-0 +13272-2 0  9993
+2 40832 020.5462 319.2213 7188432 336.6293 002.6890 02.25670955007175
+0 CZ-3C DEB
+1 40834U 10057BB  16017.22563893 -.00000321  00000-0 -17729-2 0  9991
+2 40834  20.6248 354.5627 7191170 273.3808  14.3784  2.19622193  6909
+0 CZ-3C DEB
+1 40835U 10057BC  16012.20679778 -.00000222  00000-0 -99513-3 0  9997
+2 40835  20.4917 348.7627 7202084 285.4240  11.0516  2.20213062  6783
+0 CZ-3C DEB
+1 40837U 10057BE  16003.39310554 -.00001172  00000-0 -85370-2 0  9993
+2 40837  20.4962 314.5086 7173105 344.2454 359.7591  2.26868260 21590
+0 CZ-3B DEB
+1 40838U 11077T   16015.44702170 -.00000073  00000-0  70605-3 0  9999
+2 40838  26.2752 261.2871 7470896 183.5377 163.8486  1.93465031  6296
+0 CZ-3B DEB
+1 40839U 11077U   16016.95338315  .00000104  00000-0  11527-2 0  9994
+2 40839  25.4802 253.6637 7520321 203.7566  84.8345  1.93093309 14271
+0 CZ-3B DEB
+1 40840U 11077V   16018.15299358  .00000039  00000-0  12067-1 0  9999
+2 40840  27.6399 297.1648 7332240 111.4670 336.5917  1.92901683 14156
+0 CZ-3B DEB
+1 40841U 11077W   16016.22272472 -.00000124 +00000-0 -74391-2 0  9990
+2 40841 027.2193 297.5195 7317392 115.4713 333.8968 01.93615589014197
+0 CZ-3B DEB
+1 40842U 11077X   16015.65851091 -.00000415  00000-0 -63957-2 0  9996
+2 40842  22.6416 309.1773 7560702 143.5203 306.2280  1.76519027 12930
+0 CZ-3B DEB
+1 40843U 11077Y   16016.83860983  .00001028  00000-0  59831-2 0  9993
+2 40843  21.8621 260.8210 7514610 228.6723  37.2073  1.91210496 18323
+0 CZ-3B DEB
+1 40844U 11077Z   16010.72174167 -.00000113  00000-0  75076-3 0  9993
+2 40844  22.4619 287.6646 7558645 180.0316 180.0523  1.82053858  6368
+0 CZ-3B DEB
+1 40845U 11077AA  16016.00344396  .00001610  00000-0  26593-2 0  9995
+2 40845  21.7145 253.1823 7563571 241.8638  24.8095  1.89968816 18107
+0 CZ-3B DEB
+1 40846U 11077AB  16016.06082005 -.00000017  00000-0  13149-2 0  9992
+2 40846  23.2102 271.6647 7536360 198.3370 102.0496  1.86998328  5931
+0 CZ-3B DEB
+1 40847U 11077AC  15364.75419930  .00001738  00000-0  38913-2 0  9991
+2 40847  25.2399 241.3345 7431936 225.4684  42.7530  2.03698109  6983
+0 CZ-3B DEB
+1 40849U 11077AE  16018.07423809 -.00000177  00000-0  34901-2 0  9995
+2 40849  26.0742 291.7353 7383136 137.8598 312.0921  1.90615709 19398
+0 CZ-3B DEB
+1 40850U 11077AF  16017.91119298 -.00000055  00000-0  14680-2 0  9990
+2 40850  25.2139 264.6319 7478743 189.3628 138.0345  1.91842601  6157
+0 CZ-3B DEB
+1 40851U 11077AG  16016.87803133 -.00000066 +00000-0 +21180-2 0  9998
+2 40851 026.1708 302.4222 7352452 119.1998 331.7250 01.90172839013831
+0 CZ-3B DEB
+1 40852U 11077AH  16016.30960064 +.00000089 +00000-0 +11038-1 0  9998
+2 40852 026.9311 306.4564 7332703 104.2447 340.3849 01.90645465013766
+0 CZ-3C DEB
+1 40853U 12008T   16015.81721550 -.00000160  00000-0 -29066-2 0  9997
+2 40853  20.9137 269.2289 7053119 331.6618   3.7456  2.27865278 11077
+0 CZ-3C DEB
+1 40855U 12008V   16015.27959779 -.00000103 +00000-0 -76755-3 0  9990
+2 40855 022.3018 249.1093 7069216 350.6299 296.0688 02.31867535010025
+0 CZ-3C DEB
+1 40856U 12008W   16015.12495839 -.00000009 +00000-0 +88034-3 0  9994
+2 40856 021.3449 233.7880 7071015 026.6606 356.7785 02.35225321009607
+0 CZ-3C DEB
+1 40857U 12008X   16015.27424326 -.00000184  00000-0 -18923-2 0  9998
+2 40857  19.9736 276.3553 7147547 329.8387   3.8163  2.21451094  9342
+0 CZ-3C DEB
+1 40858U 12008Y   16016.95324430 -.00000135  00000-0  11795-2 0  9995
+2 40858  18.3868 280.5544 7299033 338.8312   2.4396  2.11568678  8602
+0 CZ-3C DEB
+1 40860U 12008AA  16016.97702873  .00002554  00000-0  70292-2 0  9994
+2 40860  19.0086 259.5499 7324035   9.1335 359.1389  2.15662731  8731
+0 CZ-3C DEB
+1 40861U 12008AB  16011.15964263 -.00000044 +00000-0 -77440-4 0  9991
+2 40861 020.6974 252.3728 7109914 002.9010 359.8349 02.28862644009182
+0 CZ-3C DEB
+1 40863U 12008AD  16014.98523008 -.00000044  00000-0  00000+0 0  9997
+2 40863  21.1042 308.4335 7028820 261.1457  20.4537  2.20805598  8088
+0 CZ-3C DEB
+1 40864U 12008AE  16015.25209425 -.00000135  00000-0 -48247-3 0  9994
+2 40864  19.9020 268.0280 7117114 344.1308   2.0503  2.25348212  8126
+0 CZ-3C DEB
+1 40865U 12008AF  16003.79387329 -.00000297  00000-0  00000+0 0  9990
+2 40865  19.1720 322.4712 7265864 258.0840  19.5537  2.06224977  6545
+0 CZ-3C DEB
+1 40867U 12008AH  16015.18478726 -.00000045 +00000-0 +36206-3 0  9992
+2 40867 021.6789 251.7942 7203915 354.7708 000.7383 02.23801349022468
+0 CZ-3C DEB
+1 40868U 12008AJ  16013.99328279 -.00000048  00000-0  00000+0 0  9999
+2 40868  21.8874 329.4603 6798810 216.6113  68.4323  2.28128116909122
+0 CZ-3C DEB
+1 40869U 12008AK  16012.93457695 -.00001087 +00000-0 -31769-1 0  9991
+2 40869 018.2819 313.3661 7247008 281.2304 011.9728 02.07563562020106
+0 MSG 3 DEB (COOLER COVER)
+1 40871U 12035E   16007.11534762 -.00000235  00000-0  00000+0 0  9994
+2 40871   1.1695 109.6754 0036724 177.0334 141.6222  1.01517528 12486
+0 MSG 3 DEB (BAFFLE COVER)
+1 40872U 12035F   16016.32993281 -.00000149  00000-0  00000+0 0  9997
+2 40872   1.1543 109.3638 0090103 115.5670 244.5351  1.02740456  8668
+0 INTELSAT 34
+1 40874U 15039A   16016.81831884 -.00000294  00000-0  00000+0 0  9991
+2 40874   0.0141 305.5834 0000549 248.8468 160.3361  1.00270671  1529
+0 EUTE 8 WEST B
+1 40875U 15039B   16015.70386885 -.00000073  00000-0  00000+0 0  9990
+2 40875   0.0591  30.9975 0003455 268.7918  60.1613  1.00272163  1541
+0 ARIANE 5 R/B
+1 40876U 15039C   16018.01817392  .00002069  00000-0  63015-3 0  9995
+2 40876   5.4825  40.8094 7274398 303.1011   6.9823  2.28703705  3392
+0 ARIANE 5 DEB (SYLDA)
+1 40877U 15039D   16017.18439579  .00027587  00000-0  66279-2 0  9996
+2 40877   4.8979  45.5029 7251651 298.8365   7.8189  2.32149686  3410
+0 YAOGAN 27
+1 40878U 15040A   16018.07702840 -.00000045  00000-0  00000+0 0  9990
+2 40878 100.4728  80.0676 0007991 308.7499  51.2893 13.15945123 18937
+0 CZ-4C R/B
+1 40879U 15040B   16018.16510369 -.00000046  00000-0  00000+0 0  9995
+2 40879 100.4316  83.9334 0093554  33.6244 327.0767 13.33212253 19202
+0 GSAT 6
+1 40880U 15041A   16016.44882002 -.00000172 +00000-0 +00000-0 0  9994
+2 40880 000.9007 274.3333 0010494 003.5104 082.0203 01.00272971001481
+0 GSLV R/B
+1 40881U 15041B   16017.32739013  .00308846 -47731-6  93152-3 0  9996
+2 40881  20.2787  30.7590 7143172 284.7095  11.4029  2.52218508  3354
+0 INMARSAT 5-F3
+1 40882U 15042A   16017.17873374  .00000041  00000-0  00000+0 0  9993
+2 40882   0.0128  62.8548 0000174 133.8230 163.3037  1.00272958  1413
+0 BREEZE-M R/B
+1 40883U 15042B   16015.62289449 -.00000135  00000-0  00000+0 0  9991
+2 40883  27.9376 148.8655 7683460 203.1682  83.2331  1.10221966  1540
+0 BREEZE-M DEB (TANK)
+1 40884U 15042C   16016.43950335 +.00001452 +00000-0 +53810-3 0  9994
+2 40884 050.7901 054.8081 5186761 256.0547 043.3638 05.25332810007404
+0 SOYUZ-TMA 18M
+1 40885U 15043A   16016.60645009 +.00011703 +00000-0 +18120-3 0  9999
+2 40885 051.6430 098.9530 0006348 028.0640 121.1056 15.54505896021233
+0 GALILEO 9 (205)
+1 40889U 15045A   16016.06057291 -.00000063 +00000-0 +00000-0 0  9998
+2 40889 057.3426 326.2001 0004853 330.2854 029.6891 01.70474400002157
+0 GALILEO 10 (206)
+1 40890U 15045B   16015.69398351 -.00000061  00000-0  00000+0 0  9990
+2 40890  57.3414 326.2047 0003844 317.3961  42.5687  1.70474289  2163
+0 FREGAT R/B
+1 40891U 15045C   16016.36136692 -.00000066  00000-0  00000+0 0  9999
+2 40891  57.3079 326.3282 0018443 201.7109 158.2108  1.67827045  2143
+0 TJS-1
+1 40892U 15046A   16017.44846637 -.00000166  00000-0  00000+0 0  9999
+2 40892   0.0899 131.2802 0003062 166.3951 135.0550  1.00272215  1415
+0 CZ-3B R/B
+1 40893U 15046B   16018.11495148  .09903891 -87304-5  12124-2 0  9998
+2 40893  26.8315 144.1100 4146893 312.7702 168.3977  7.44099292  4077
+0 GAOFEN 9
+1 40894U 15047A   16018.18542710 -.00000053  00000-0  00000+0 0  9994
+2 40894  98.0000 102.5455 0032951 201.8154 158.1685 14.76200593 18591
+0 EXPRESS AM-8
+1 40895U 15048A   16018.22560558 -.00000123  00000-0  00000+0 0  9999
+2 40895   0.0255 226.1178 0000197 339.4895 338.6482  1.00271177  1242
+0 BLOCK DM-SL R/B
+1 40896U 15048B   16016.42619098 -.00000019 +00000-0 +00000-0 0  9999
+2 40896 000.2746 084.4290 0097832 051.3549 224.9900 00.98652705001246
+0 SERPENS
+1 40897U 98067GX  16017.40411166  .00087111  00000-0  65256-3 0  9991
+2 40897  51.6358  88.0672 0007293   8.8816 351.2310 15.71873176 18944
+0 S-CUBE
+1 40898U 98067GY  16017.63867604  .00027472  00000-0  30747-3 0  9990
+2 40898  51.6397  90.4088 0007726  10.7181 349.3977 15.62469485 18934
+0 OBJECT A
+1 40899U 15049A   16018.19599689  .00002103  00000-0  11906-3 0  9997
+2 40899  97.4542  28.7956 0014863 212.2786 217.0772 15.14034834 18200
+0 NUDT-PHONESAT
+1 40900U 15049B   16018.10072025  .00006681  00000-0  35982-3 0  9996
+2 40900  97.4476  28.6719 0014157 216.9910 229.8017 15.15059951 18189
+0 ZDPS 2A
+1 40901U 15049C   16018.20181990  .00003440  00000-0  19208-3 0  9993
+2 40901  97.4611  28.8996 0013499 209.2867 217.6093 15.14114587 18190
+0 ZDPS 2B
+1 40902U 15049D   16018.15164825  .00003738  00000-0  20926-3 0  9995
+2 40902  97.4466  28.5920 0013542 206.2593 241.2069 15.13967887 18188
+0 XW-2A
+1 40903U 15049E   16018.14141149  .00005785  00000-0  17311-3 0  9997
+2 40903  97.4520  31.5710 0015499 322.0777  78.0967 15.34834107 18370
+0 KAITUO 1A
+1 40904U 15049F   16018.18770985  .00001629  00000-0  95086-4 0  9997
+2 40904  97.4550  28.6655 0014549 202.7515 226.3431 15.13260153 18171
+0 OBJECT G
+1 40905U 15049G   16018.18540604  .00001380  00000-0  82927-4 0  9995
+2 40905  97.4490  28.4261 0015752 191.3292 238.0750 15.12428682 18174
+0 XW-2C
+1 40906U 15049H   16018.09548662  .00002854  00000-0  16543-3 0  9995
+2 40906  97.4547  28.4911 0015035 194.0651 252.2057 15.12891146 18158
+0 XW-2D
+1 40907U 15049J   16018.09911146  .00003016  00000-0  17473-3 0  9991
+2 40907  97.4515  28.4343 0014499 192.3140 257.0825 15.12877200 18151
+0 LILACSAT 2
+1 40908U 15049K   16018.20858022  .00001688  00000-0  10150-3 0  9996
+2 40908  97.4613  28.5851 0015989 186.4344 240.6013 15.12111976 18160
+0 XW-2E
+1 40909U 15049L   16018.12907601  .00003635  00000-0  20627-3 0  9990
+2 40909  97.4542  28.5987 0014347 197.1526 251.3781 15.13495722 18166
+0 XW-2F
+1 40910U 15049M   16018.09942397  .00004094  00000-0  23468-3 0  9995
+2 40910  97.4546  28.4858 0015671 191.5876 258.5140 15.13038946 18041
+0 XW-2B
+1 40911U 15049N   16018.09728426  .00002976  00000-0  17241-3 0  9990
+2 40911  97.4559  28.5128 0014357 192.2402 254.5386 15.12881282 18057
+0 KAITUO 1B
+1 40912U 15049P   16018.09071291  .00004436  00000-0  24122-3 0  9991
+2 40912  97.4550  28.8086 0016232 188.8243 259.8479 15.14872654 18071
+0 CZ-6 R/B
+1 40913U 15049Q   16018.10276032  .00007572  00000-0  17734-3 0  9999
+2 40913  97.4101  32.3101 0089408 322.8676  36.6385 15.38247918 18349
+0 COSMOS 2507
+1 40920U 15050A   16018.07154217  .00000010  00000-0  00000+0 0  9999
+2 40920  82.4948 287.2376 0010294   3.4387 356.6767 12.42929518 14433
+0 COSMOS 2508
+1 40921U 15050B   16018.10142500  .00000010  00000-0  00000+0 0  9996
+2 40921  82.4893 287.2129 0015001  34.4574 325.7476 12.42860433 14425
+0 COSMOS 2509
+1 40922U 15050C   16018.12437589  .00000010  00000-0  00000+0 0  9993
+2 40922  82.4890 287.2332 0016792  46.7717 313.4765 12.42892444 14435
+0 BREEZE-KM R/B
+1 40923U 15050D   16017.31337617  .00000016  00000-0  22299-4 0  9990
+2 40923  82.4894 282.6947 0203021 359.4418   0.6426 12.80397146 14751
+0 COSMOS 1700 DEB
+1 40924U 85102G   16016.77418809 -.00000031 +00000-0 +00000-0 0  9998
+2 40924 014.6510 352.9593 0021481 016.7481 088.9406 01.00327156029288
+0 PUJIANG 1 (PJ-1)
+1 40925U 15051A   16018.18008332  .00002475  00000-0  86977-4 0  9992
+2 40925  97.2964  56.7047 0012964 226.9624 219.3776 15.30244787 17588
+0 TIANWANG 1C (TW-1C)
+1 40926U 15051B   16018.14032984  .00011570  00000-0  36526-3 0  9999
+2 40926  97.2950  56.8957 0014436 227.0839 218.6684 15.32897395 17593
+0 TIANWANG 1B (TW-1B)
+1 40927U 15051C   16018.15934791  .00009622  00000-0  30947-3 0  9994
+2 40927  97.3045  57.0136 0013418 234.1179 212.8298 15.32367816 17594
+0 TIANWANG 1A (TW-1A)
+1 40928U 15051D   16018.18007176  .00005844  00000-0  19381-3 0  9997
+2 40928  97.2899  56.7497 0013108 243.9302 202.4765 15.31560519 17597
+0 ASTROSAT
+1 40930U 15052A   16017.98316795  .00001155  00000-0  73041-4 0  9993
+2 40930   5.9981 313.3601 0011945 134.8591 225.2781 14.76238055 16553
+0 LAPAN A2
+1 40931U 15052B   16017.96783511  .00000893  00000-0  35602-4 0  9995
+2 40931   6.0078 313.2493 0013321 139.2090 220.9095 14.76410418 16548
+0 LEMUR-2 JOEL
+1 40932U 15052C   16018.00831901  .00001723  00000-0  15000-3 0  9991
+2 40932   6.0071 312.4908 0013169 148.2595 211.8784 14.76879891 16553
+0 LEMUR-2 CHRIS
+1 40933U 15052D   16017.99612741  .00001944  00000-0  17972-3 0  9993
+2 40933   6.0044 312.3714 0014044 147.2004 212.9017 14.77041974 16550
+0 LEMUR-2 JEROEN
+1 40934U 15052E   16017.17707441  .00001368  00000-0  10306-3 0  9990
+2 40934   6.0099 319.2185 0010960 129.9160 230.1814 14.76255044 16395
+0 LEMUR-2 PETER
+1 40935U 15052F   16017.25788769  .00001966  00000-0  18834-3 0  9990
+2 40935   6.0006 318.7916 0009817 130.7606 229.3539 14.76073610 16418
+0 EXACTVIEW 9
+1 40936U 15052G   16018.14548461  .00001257  00000-0  88545-4 0  9993
+2 40936   6.0002 312.6436 0010013 139.8105 220.2778 14.75899494 16554
+0 PSLV R/B
+1 40937U 15052H   16018.07740413  .00001051  00000-0  47520-4 0  9997
+2 40937   5.9549 306.8401 0030777 225.1843 134.5778 14.80333069 16591
+0 BEIDOU I2-S
+1 40938U 15053A   16017.23789980 -.00000179  00000-0  00000+0 0  9996
+2 40938  54.8971 302.5072 0042421 166.5192 190.3617  1.00274993  1218
+0 CZ-3B R/B
+1 40939U 15053B   16009.81104777  .00108560  13169-5  22370-2 0  9991
+2 40939  54.6532 280.7010 7354119 193.9209 121.4019  2.23574945  2262
+0 SKY MUSTER
+1 40940U 15054A   16017.28775507 -.00000288  00000-0  00000+0 0  9996
+2 40940   0.0096  26.6379 0001888 260.5921  72.7493  1.00271097  1153
+0 ARSAT 2
+1 40941U 15054B   16016.90384636 -.00000233  00000-0  00000+0 0  9994
+2 40941   0.0200  41.7289 0001545 257.8837  60.3720  1.00270272  1176
+0 ARIANE 5 R/B
+1 40942U 15054C   16017.74518145  .00002462  00000-0  56089-3 0  9999
+2 40942   6.3695  96.1868 7277457 269.9356  14.6233  2.28941695  2497
+0 ARIANE 5 DEB (SYLDA)
+1 40943U 15054D   16017.54622834  .00022128  00000-0  50670-2 0  9999
+2 40943   6.0695  99.0916 7255127 267.3878  15.6549  2.31825071  2508
+0 PROGRESS-M 29M
+1 40944U 15055A   16016.60645009 +.00011703 +00000-0 +18120-3 0  9998
+2 40944 051.6430 098.9530 0006348 028.0640 121.1056 15.54505896016637
+0 MORELOS 3
+1 40946U 15056A   16015.91664405 -.00000050  00000-0  00000+0 0  9993
+2 40946   7.0249 331.5579 0002865 359.6990   0.4174  1.00272163  1135
+0 ATLAS 5 CENTAUR R/B
+1 40947U 15056B   16016.02025978 +.00000088 +00000-0 +00000-0 0  9994
+2 40947 026.4732 318.5047 5915884 204.8023 108.4966 02.04873530002162
+0 AAUSAT 5
+1 40948U 98067GZ  16018.15208248  .00112357  00000-0  79744-3 0  9994
+2 40948  51.6363  84.8141 0009133   9.9653 350.1526 15.73017425 16357
+0 GOMX 3
+1 40949U 98067HA  16018.21325232  .00045700  00000-0  46657-3 0  9999
+2 40949  51.6403  86.7526 0007180  15.3287 344.7925 15.64564471 16333
+0 FLOCK 2B 1
+1 40950U 98067HB  16018.18071228  .00032628  00000-0  34448-3 0  9990
+2 40950  51.6408  87.2871 0004966  31.0076 329.1211 15.63889599 16233
+0 FLOCK 2B 2
+1 40951U 98067HC  16018.17165398  .00030571  00000-0  32104-3 0  9994
+2 40951  51.6404  87.2273 0005527  22.4983 337.6253 15.64057535 16239
+0 FLOCK 2B 3
+1 40952U 98067HD  16018.19588049  .00039867  00000-0  42528-3 0  9997
+2 40952  51.6405  87.3887 0004199   8.9916 351.1154 15.63531010 16215
+0 FLOCK 2B 4
+1 40953U 98067HE  16018.20170691  .00028117  00000-0  30508-3 0  9991
+2 40953  51.6407  87.4287 0004267   6.4538 353.6511 15.63275957 16211
+0 FLOCK 2B 5
+1 40954U 98067HF  16018.17620304  .00028550  00000-0  30022-3 0  9991
+2 40954  51.6412  87.2636 0008900   8.7539 351.3610 15.64033337 16207
+0 FLOCK 2B 6
+1 40955U 98067HG  16018.16920111  .00040392  00000-0  43365-3 0  9992
+2 40955  51.6392  87.9546 0007911  29.8180 330.3264 15.63335188 16197
+0 FLOCK 2B 7
+1 40956U 98067HH  16018.22408358  .00031341  00000-0  32559-3 0  9991
+2 40956  51.6403  86.8279 0007380  22.6876 337.4444 15.64305324 16160
+0 FLOCK 2B 8
+1 40957U 98067HJ  16018.21380524  .00036469  00000-0  33971-3 0  9990
+2 40957  51.6401  86.0019 0005956 358.6329   1.4650 15.66975991 16178
+0 LQSAT
+1 40958U 15057A   16018.15117806  .00000280  00000-0  51652-4 0  9992
+2 40958  98.0308  94.9333 0017002 278.3713  81.5577 14.72792379 15154
+0 LINGQIAO VIDEO A
+1 40959U 15057B   16018.20843530  .00000286  00000-0  52419-4 0  9997
+2 40959  98.0307  95.0119 0016974 281.4127  78.5181 14.72944091 15178
+0 LINGQIAO VIDEO B
+1 40960U 15057C   16018.20100754  .00000281  00000-0  51464-4 0  9997
+2 40960  98.0305  95.0215 0017087 282.7067  77.2240 14.73051008 15178
+0 JILIN 1
+1 40961U 15057D   16018.19027294  .00000397  00000-0  69276-4 0  9991
+2 40961  98.0304  95.0344 0017239 283.9664  75.9634 14.73222763 15176
+0 FLOCK 2B 10
+1 40962U 98067HK  16018.05920318  .00032508  00000-0  34592-3 0  9999
+2 40962  51.6408  87.9785 0008010  19.1045 341.0249 15.63669046 16051
+0 FLOCK 2B 9
+1 40963U 98067HL  16018.19485729  .00032559  00000-0  34725-3 0  9991
+2 40963  51.6403  87.3834 0007565  29.0828 331.0587 15.63614329 16079
+0 FLOCK 2B 13
+1 40979U 98067HM  16018.19603387  .00029498  00000-0  31746-3 0  9998
+2 40979  51.6414  87.3966 0008567  19.4264 340.7055 15.63427017 15975
+0 FLOCK 2B 14
+1 40980U 98067HN  16018.21461192  .00030850  00000-0  31518-3 0  9990
+2 40980  51.6400  86.7628 0007799  15.3606 344.7624 15.64733499 15983
+0 APSTAR 9
+1 40982U 15059A   16017.28283542 -.00000275  00000-0  00000+0 0  9996
+2 40982   0.0508 251.7515 0002867  14.6298  93.5677  1.00273385  1026
+0 CZ-3B R/B
+1 40983U 15059B   16015.15664316  .99999999 -70401-5  57367-3 0  9990
+2 40983  26.6936 204.9766 0573994 283.9120 210.8825 15.34363533  2727
+0 TURKSAT 4B
+1 40984U 15060A   16017.53776120  .00000105  00000-0  00000+0 0  9998
+2 40984   0.0212 303.9765 0002586 356.9372  59.0420  1.00269900   985
+0 BREEZE-M R/B
+1 40985U 15060B   16017.35177451 -.00000081  00000-0  00000+0 0  9995
+2 40985  13.5035 336.3578 4783454  22.0988 352.9450  1.91628581  1767
+0 BREEZE-M DEB (TANK)
+1 40986U 15060C   16016.82143170 +.00001903 +00000-0 +90798-3 0  9998
+2 40986 049.2267 297.9770 6128933 035.2550 352.9430 03.80265380003488
+0 FENGYUN 2E DEB
+1 40987U 08066D   16011.72106143  .00000083  00000-0  00000+0 0  9991
+2 40987   2.9717  59.7090 0105253 235.0331 123.8714  1.00387802 24246
+0 TIANHUI 1-03
+1 40988U 15061A   16018.17226946  .00003112  00000-0  13345-3 0  9991
+2 40988  97.3602 139.0799 0010596  20.1689  99.8098 15.23437350 12743
+0 MSG 4 DEB (COOLER COVER)
+1 40989U 15034E   16016.26909718 -.00000103 +00000-0 +00000-0 0  9994
+2 40989 002.8142 260.3021 0035927 028.6828 331.7663 01.01522715001704
+0 MSG 4 DEB (BAFFLE COVER)
+1 40990U 15034F   16009.44014394  .00000008  00000-0  00000+0 0  9997
+2 40990   2.8251 260.8773 0075327 310.6884  49.1117  1.02659133  1766
+0 ATLAS 5 CENTAUR DEB
+1 40991U 15044C   16012.87307623 -.00000215  00000-0  00000+0 0  9991
+2 40991  19.0185 304.2497 6020077 221.4202  72.3312  2.08452060  2482
+0 IRIDIUM 33 DEB
+1 40992U 97051ABE 16014.99014495  .00007283  00000-0  16840-2 0  9990
+2 40992  86.3095 109.8641 0027215 113.9747 238.3057 14.54835951205757
+0 IRIDIUM 33 DEB
+1 40994U 97051ABG 16016.56612844  .00004919  00000-0  97331-3 0  9997
+2 40994  86.3964 125.8479 0011202 126.4549 233.7697 14.62140249 68810
+0 IRIDIUM 33 DEB
+1 40995U 97051ABH 16018.14309353  .00003030  00000-0  89661-3 0  9992
+2 40995  86.3945 146.6341 0043259 167.5104 312.3716 14.42602127184865
+0 IRIDIUM 33 DEB
+1 40996U 97051ABJ 16016.78179870  .00001970  00000-0  56081-3 0  9991
+2 40996  86.3783 132.7289 0009710 352.3399 161.4784 14.44839516 99338
+0 IRIDIUM 33 DEB
+1 40997U 97051ABK 16017.55491091  .00015428  00000-0  23008-2 0  9995
+2 40997  86.3606 124.2714 0011207 283.9000  76.0972 14.74717387237365
+0 IRIDIUM 33 DEB
+1 40998U 97051ABL 16014.13214213  .00000732  00000-0  24275-3 0  9996
+2 40998  86.3895 142.4409 0010369  90.0772  36.6119 14.36508213550558
+0 FENGYUN 1C DEB
+1 41000U 99025EXE 16016.14042519  .00002771  00000-0  23836-2 0  9991
+2 41000  97.5429 346.5925 0397547  20.4929 341.1671 13.56406770350817
+0 FENGYUN 1C DEB
+1 41001U 99025EXF 15355.15846214  .00003986  00000-0  20332-2 0  9999
+2 41001  98.9477 332.7635 0042052  22.5420  37.3171 14.15796519 92864
+0 FENGYUN 1C DEB
+1 41002U 99025EXG 15361.77451543 +.00000755 +00000-0 +62609-3 0  9997
+2 41002 098.1749 322.5531 0144761 179.7465 299.3434 13.86590585244329
+0 FENGYUN 1C DEB
+1 41004U 99025EXJ 16017.71512801  .00001021  00000-0  11665-2 0  9999
+2 41004  99.1601 193.6438 0265165  50.1829 312.2328 13.58036237 79398
+0 FENGYUN 1C DEB
+1 41005U 99025EXK 16016.24876137 +.00000444 +00000-0 +29745-3 0  9999
+2 41005 098.9506 027.6178 0625356 200.0927 157.4557 13.37065853038991
+0 FENGYUN 1C DEB
+1 41006U 99025EXL 16014.77774929 +.00000587 +00000-0 +62998-3 0  9997
+2 41006 102.3856 220.7760 0218836 151.0992 210.2469 13.69875329077626
+0 FENGYUN 1C DEB
+1 41007U 99025EXM 16015.62562321 +.00000759 +00000-0 +73902-3 0  9992
+2 41007 099.9676 174.2342 0188941 034.0677 327.2433 13.75239443075413
+0 FENGYUN 1C DEB
+1 41008U 99025EXN 16017.94601043  .00000650  00000-0  41137-3 0  9990
+2 41008  99.5182 285.6752 0522794  33.6124 329.7054 13.55546861 73950
+0 FENGYUN 1C DEB
+1 41009U 99025EXP 16017.54816765  .00001771  00000-0  90086-3 0  9998
+2 41009  99.1795 135.2299 0020631 348.8802  11.1912 14.17103580 75043
+0 FENGYUN 1C DEB
+1 41010U 99025EXQ 16007.49579954  .00001266  00000-0  76373-3 0  9991
+2 41010  99.1933 102.9568 0043182 127.0906 293.3209 14.08093666173705
+0 FENGYUN 1C DEB
+1 41011U 99025EXR 16016.38827069  .00000632  00000-0  14134-3 0  9996
+2 41011  99.1840 173.5614 0368908  38.5147 324.1749 14.26107413 54388
+0 FENGYUN 1C DEB
+1 41013U 99025EXT 16003.88165393 +.00002367 +00000-0 +95828-3 0  9990
+2 41013 099.0932 241.9334 0428753 228.5451 127.8140 13.88696280047257
+0 FENGYUN 1C DEB
+1 41014U 99025EXU 16017.19388755  .00003465  00000-0  82760-3 0  9990
+2 41014  98.8820 164.2650 0072091 330.9228  28.7959 14.52800661 97590
+0 FENGYUN 1C DEB
+1 41015U 99025EXV 16017.74117029  .00015002  00000-0  13993-2 0  9997
+2 41015  99.2582 217.1927 0216179 102.6585 259.8885 14.78243819 19451
+0 FENGYUN 1C DEB
+1 41016U 99025EXW 16017.26248019  .00000981  00000-0  66871-3 0  9993
+2 41016  98.2230  43.5247 0175292 308.8432  49.7198 13.94798683 94196
+0 FENGYUN 1C DEB
+1 41017U 99025EXX 16013.64793005  .00013281  00000-0  32480-2 0  9997
+2 41017  99.1229 165.3627 0023262 214.2154 208.4612 14.52503440172978
+0 FENGYUN 1C DEB
+1 41018U 99025EXY 16016.06163535  .00001351  00000-0  17038-2 0  9993
+2 41018  99.8405 312.7477 0334020  13.1512 347.8069 13.44716063394599
+0 NAVSTAR 75 (USA 265)
+1 41019U 15062A   16016.61624768  .00000087  00000-0  00000+0 0  9997
+2 41019  54.9782 180.8431 0010313 203.2109 156.7291  2.00562038  1527
+0 ATLAS 5 CENTAUR R/B
+1 41020U 15062B   16014.52383125 +.00000087 +00000-0 +10000-3 0  9991
+2 41020 055.3126 180.1798 0220340 291.4421 066.1996 01.90380320001430
+0 CHINASAT 2C
+1 41021U 15063A   16017.52065837 -.00000333  00000-0  00000+0 0  9993
+2 41021   0.4252 271.1746 0002732 123.6462  12.3987  1.00269388   871
+0 CZ-3B R/B
+1 41022U 15063B   16014.65299490  .00029531 -47220-6  19416-2 0  9995
+2 41022  26.7398 260.5884 7359199 222.6879  47.7612  2.21328984  1577
+0 TIANHUI 1-03 DEB
+1 41023U 15061B   16017.08287878  .00006680  00000-0  72111-3 0  9991
+2 41023  97.3356 131.7159 0212985 254.7284 103.0265 14.73451300 11637
+0 TIANHUI 1-03 DEB
+1 41024U 15061C   16017.07000240  .00005148  00000-0  59337-3 0  9990
+2 41024  97.3702 131.3889 0239431 261.9817  95.3597 14.67576900 11522
+0 YAOGAN 28
+1 41026U 15064A   16018.16251248  .00004774  00000-0  16654-3 0  9991
+2 41026  97.2513 149.9534 0008472   2.7318 122.3617 15.30052840 10842
+0 CZ-4B R/B
+1 41027U 15064B   15360.30922285  .11972431  24883-5  12170-3 0  9998
+2 41027  97.3462 133.2070 0021870 223.6243 136.7900 16.49403878  7657
+0 GSAT 15
+1 41028U 15065A   16017.51833718 -.00000267  00000-0  00000+0 0  9998
+2 41028   0.0314  90.1768 0002732 178.0012 128.2567  1.00268833   731
+0 BADR 7
+1 41029U 15065B   16017.11069118  .00000135  00000-0  00000+0 0  9993
+2 41029   0.0521 242.1921 0003241  11.7490 287.8577  1.00271167   761
+0 ARIANE 5 R/B
+1 41030U 15065C   16017.53821796  .00000993  00000-0  39486-3 0  9995
+2 41030   3.9911 166.2501 7276107 237.7016  31.7009  2.27944197  1545
+0 ARIANE 5 DEB (SYLDA)
+1 41031U 15065D   16017.52176391  .00009428  00000-0  33043-2 0  9993
+2 41031   3.8693 169.4611 7259612 234.7117  34.6305  2.30213670  1528
+0 COSMOS 2510
+1 41032U 15066A   16016.54988239 -.00000498 +00000-0 +00000-0 0  9992
+2 41032 063.8037 097.3760 7013011 269.6696 016.9650 02.00570246001215
+0 FREGAT R/B
+1 41033U 15066B   16015.37047144 +.00001287 +00000-0 +00000-0 0  9990
+2 41033 063.8302 097.3918 6996309 269.7337 017.0806 02.01579015001194
+0 LAOSAT 1
+1 41034U 15067A   16017.18675286 -.00000352  00000-0  00000+0 0  9999
+2 41034   0.0486 249.6918 0001894 312.5807 109.5025  1.00272397   710
+0 CZ-3B R/B
+1 41035U 15067B   16015.10859172  .00000221 -30812-6  00000+0 0  9993
+2 41035  18.0894 279.3441 7379981 215.5124 354.1756  2.21457871  1143
+0 TELSTAR 12V
+1 41036U 15068A   16016.33487144 -.00000127  00000-0  00000+0 0  9992
+2 41036   0.0569 202.5186 0002148  63.6831 314.5404  1.00271815   570
+0 H-2A R/B
+1 41037U 15068B   16016.60221479  .00000015  00000-0  00000+0 0  9995
+2 41037  19.0843 194.3379 6451181 199.4509 115.4120  2.12567746  1130
+0 YAOGAN 29
+1 41038U 15069A   16018.18616440  .00000211  00000-0  34408-4 0  9990
+2 41038  97.8454   4.2618 0001996  80.7851 279.3588 14.80251720  7740
+0 CZ-4C R/B
+1 41039U 15069B   16018.20154186  .00000639  00000-0  45483-4 0  9997
+2 41039  97.7909   5.8650 0096534 219.7975 139.6135 15.04896903  7876
+0 YAOGAN 28 DEB
+1 41040U 15064C   16017.31764275  .00004828  00000-0  15164-3 0  9997
+2 41040  97.2520 149.3571 0018352  20.4937 339.6982 15.33315028  9538
+0 CZ-4B DEB
+1 41041U 15064D   16017.17691379  .00006702  00000-0  58058-3 0  9998
+2 41041  97.2654 143.9222 0230347 299.9127  57.9356 14.79149388  8968
+0 CZ-4B DEB
+1 41042U 15064E   16017.09287511  .00006359  00000-0  53656-3 0  9996
+2 41042  97.1914 143.3641 0224183 304.1619  53.8393 14.80952646  8969
+0 AVUM R/B
+1 41044U 15070B   16017.25065766  .00148228 -23115-4  52932-3 0  9994
+2 41044   5.9726  68.9689 0823865 296.9434  54.8947 14.26508042  6408
+0 NOAA 16 DEB
+1 41045U 00055C   16018.16400711  .00000567  00000-0  32141-3 0  9992
+2 41045  98.8856  88.6308 0013704 351.9821   8.1220 14.14066076  7608
+0 NOAA 16 DEB
+1 41046U 00055D   16017.41743812  .00000634  00000-0  36173-3 0  9996
+2 41046  98.9362  87.9749 0013419   7.9500 352.1877 14.13289487  7497
+0 NOAA 16 DEB
+1 41047U 00055E   16017.76729997  .00007330  00000-0  38895-2 0  9995
+2 41047  98.9345  88.3610 0011910 220.6662 139.3622 14.13815758  7532
+0 NOAA 16 DEB
+1 41048U 00055F   16018.14500605  .00000374  00000-0  22534-3 0  9997
+2 41048  98.9448  88.7075 0005557 242.2556 117.8100 14.12820130  7584
+0 NOAA 16 DEB
+1 41049U 00055G   16018.13477417  .00001282  00000-0  73515-3 0  9995
+2 41049  98.8949  88.3677 0007939 225.0418 135.0076 14.11219888  7570
+0 NOAA 16 DEB
+1 41050U 00055H   16017.80662291  .00002144  00000-0  11035-2 0  9992
+2 41050  98.9403  88.5637 0021906 329.0731  30.9077 14.16194456  7559
+0 NOAA 16 DEB
+1 41051U 00055J   16016.41538817  .00001323  00000-0  72400-3 0  9997
+2 41051  98.9252  86.9662 0018213  22.3201 337.8751 14.13626477  7349
+0 NOAA 16 DEB
+1 41052U 00055K   16017.13301057  .00000227  00000-0  15027-3 0  9996
+2 41052  99.0051  87.1333 0172041  65.3020 296.5952 14.03846279  7407
+0 NOAA 16 DEB
+1 41053U 00055L   16017.76035033  .00001579  00000-0  76981-3 0  9991
+2 41053  98.9634  88.9655 0036086 329.1636  30.7373 14.19264951  7572
+0 NOAA 16 DEB
+1 41054U 00055M   16017.02397284  .00000615  00000-0  27160-3 0  9995
+2 41054  98.9762  88.8538 0071292 339.8732  19.9621 14.25739845  7501
+0 NOAA 16 DEB
+1 41055U 00055N   16017.41989144  .00001374  00000-0  72981-3 0  9995
+2 41055  98.9023  88.0818 0018616 339.6228  20.4203 14.15151015  7503
+0 NOAA 16 DEB
+1 41056U 00055P   16017.66979198  .00000538  00000-0  33888-3 0  9995
+2 41056  98.9086  87.7664 0017329  97.3534 262.9606 14.08469667  7503
+0 NOAA 16 DEB
+1 41057U 00055Q   16017.15718479  .00001438  00000-0  74246-3 0  9996
+2 41057  98.9366  87.9359 0026132 338.2188  21.7882 14.16506907  7451
+0 NOAA 16 DEB
+1 41058U 00055R   16018.16421790  .00000668  00000-0  42746-3 0  9990
+2 41058  98.9140  88.0888 0027736  94.8808 265.5495 14.06691760  7545
+0 NOAA 16 DEB
+1 41059U 00055S   16017.13846688  .00000378  00000-0  21788-3 0  9995
+2 41059  98.9327  87.8500 0022282 357.3145   2.7900 14.15057454  7440
+0 NOAA 16 DEB
+1 41060U 00055T   16018.11199109  .00000685  00000-0  27936-3 0  9997
+2 41060  98.9534  90.1282 0091471 346.8324  13.0451 14.28536947  7645
+0 NOAA 16 DEB
+1 41061U 00055U   16017.42583924  .00000711  00000-0  39008-3 0  9996
+2 41061  98.9295  88.1119 0021370 356.8749   3.2287 14.14952535  7478
+0 NOAA 16 DEB
+1 41062U 00055V   16017.09925093  .00001461  00000-0  93395-3 0  9999
+2 41062  98.9299  86.8684 0031935 127.2233 233.1802 14.04776206  7375
+0 NOAA 16 DEB
+1 41063U 00055W   16018.13986428  .00000990  00000-0  59304-3 0  9993
+2 41063  98.9428  88.3678 0024541  73.2043 287.1782 14.09219304  7545
+0 NOAA 16 DEB
+1 41064U 00055X   16018.16237591  .00001567  00000-0  84295-3 0  9995
+2 41064  98.9084  88.7086 0019094  12.4400 347.7306 14.14237805  7569
+0 NOAA 16 DEB
+1 41065U 00055Y   16017.42544216  .00000594  00000-0  36609-3 0  9994
+2 41065  98.9202  87.5973 0012880 106.1248 254.1342 14.09325860  7431
+0 NOAA 16 DEB
+1 41066U 00055Z   16018.14460549  .00000836  00000-0  45760-3 0  9998
+2 41066  98.9345  88.8202 0016294 333.8362  26.1989 14.14652558  7547
+0 NOAA 16 DEB
+1 41067U 00055AA  16017.11441500  .00000541  00000-0  32047-3 0  9998
+2 41067  98.9191  87.5022 0004105  14.8240 345.3042 14.11922025  7331
+0 NOAA 16 DEB
+1 41068U 00055AB  16017.43055181  .00000816  00000-0  29011-3 0  9992
+2 41068  99.1264  90.2704 0166483  19.9885 340.7724 14.29926059  7339
+0 NOAA 16 DEB
+1 41069U 00055AC  16017.16743702  .00000690  00000-0  25494-3 0  9997
+2 41069  98.7130  88.6805 0127240 271.4033  87.2578 14.31334511  7304
+0 NOAA 16 DEB
+1 41070U 00055AD  16018.18902996  .00007630  00000-0  68297-3 0  9993
+2 41070  98.7896  93.5043 0274737 301.3003  56.1490 14.71524879  7656
+0 NOAA 16 DEB
+1 41071U 00055AE  16018.10682330  .00000908  00000-0  52071-3 0  9997
+2 41071  98.9558  88.6242 0012106  42.3797 317.8322 14.11939564  7412
+0 NOAA 16 DEB
+1 41072U 00055AF  16017.14148248  .00000220  00000-0  29768-3 0  9990
+2 41072  98.8308  82.3254 0289684 175.7612 184.6104 13.52428239  6898
+0 NOAA 16 DEB
+1 41073U 00055AG  16018.14067029  .00000752  00000-0  39841-3 0  9992
+2 41073  98.9006  88.9005 0021699 315.6362  44.3059 14.16632851  7315
+0 NOAA 16 DEB
+1 41074U 00055AH  16017.09977085  .00000619  00000-0  22893-3 0  9999
+2 41074  98.7596  89.3147 0102641 299.1122  59.9836 14.33170816  7308
+0 NOAA 16 DEB
+1 41075U 00055AJ  16017.68425705  .00002133  00000-0  36856-3 0  9999
+2 41075  99.0751  92.4988 0234900 349.4560  10.1744 14.53217989  7484
+0 NOAA 16 DEB
+1 41076U 00055AK  16017.16509308  .00002157  00000-0  38585-3 0  9992
+2 41076  99.1795  92.4193 0215614 295.1708  62.7251 14.54206294  7411
+0 NOAA 16 DEB
+1 41077U 00055AL  16017.12482108  .00000330  00000-0  28196-3 0  9995
+2 41077  99.2168  86.6504 0118298 113.6681 247.6991 13.90786094  7091
+0 NOAA 16 DEB
+1 41078U 00055AM  16017.66822705 -.00000000  00000-0  38215-4 0  9995
+2 41078  98.9124  83.3741 0295362 113.8283 249.4087 13.55976364  6980
+0 NOAA 16 DEB
+1 41079U 00055AN  16017.64176803  .00000245  00000-0  24924-3 0  9996
+2 41079  99.0629  85.4617 0148299 152.1600 208.7609 13.81033980  7114
+0 NOAA 16 DEB
+1 41080U 00055AP  16017.64712401  .00001712  00000-0  94341-3 0  9998
+2 41080  98.9141  88.1033 0006360 313.6063  46.4567 14.12908970  6792
+0 NOAA 16 DEB
+1 41081U 00055AQ  16018.14402831  .00000668  00000-0  34597-3 0  9994
+2 41081  99.1390  89.3484 0150760 232.7025 126.0306 14.12775145  7342
+0 NOAA 16 DEB
+1 41082U 00055AR  16017.71817770 -.00000009  00000-0  28247-4 0  9995
+2 41082  98.7585  83.8444 0223671 176.6980 183.5675 13.67799819  7055
+0 NOAA 16 DEB
+1 41083U 00055AS  16017.16429855  .00000397  00000-0  40719-3 0  9994
+2 41083  98.9954  84.4514 0209403 178.5528 181.6279 13.72677239  7000
+0 NOAA 16 DEB
+1 41084U 00055AT  16017.12668727  .00000540  00000-0  29953-3 0  9991
+2 41084  98.9223  87.8334 0018375 316.8360  43.1379 14.15377094  7135
+0 NOAA 16 DEB
+1 41085U 00055AU  16018.10527876  .00000454  00000-0  25431-3 0  9991
+2 41085  98.9257  88.8488 0021050 337.8137  22.2140 14.15676650  7272
+0 NOAA 16 DEB
+1 41086U 00055AV  16017.42873697  .00001706  00000-0  77558-3 0  9999
+2 41086  98.8342  88.4587 0049038 325.3487  34.4504 14.22476273  7231
+0 NOAA 16 DEB
+1 41087U 00055AW  16017.40208412  .00000387  00000-0  25307-3 0  9994
+2 41087  98.9391  87.5331 0016282 128.8069 231.4566 14.08030615  6798
+0 NOAA 16 DEB
+1 41088U 00055AX  16017.36318118  .00004756  00000-0  21198-2 0  9992
+2 41088  98.9180  88.6544 0053478 348.3327  11.6586 14.22510107  6826
+0 NOAA 16 DEB
+1 41089U 00055AY  16014.65458099  .00000809  00000-0  47131-3 0  9996
+2 41089  98.9068  85.0214 0007441 203.1362 156.4918 14.11384516  6359
+0 NOAA 16 DEB
+1 41090U 00055AZ  16017.01715518  .00002891  00000-0  14138-2 0  9996
+2 41090  98.9309  88.0107 0031701 345.7917  14.2332 14.18464624  6793
+0 NOAA 16 DEB
+1 41091U 00055BA  16017.14919301  .00001211  00000-0  78825-3 0  9996
+2 41091  99.0179  87.1956 0060860  99.4953 261.3044 14.03474591  6731
+0 NOAA 16 DEB
+1 41092U 00055BB  16017.98132152  .00003437  00000-0  12894-2 0  9995
+2 41092  98.8865  89.8535 0085053 316.7139  42.7349 14.30338538  6914
+0 NOAA 16 DEB
+1 41093U 00055BC  16017.01812591  .00003432  00000-0  12399-2 0  9997
+2 41093  98.8862  89.0566 0094304 322.8260  36.6454 14.31763296  6788
+0 NOAA 16 DEB
+1 41094U 00055BD  16017.64567934  .00001960  00000-0  81718-3 0  9991
+2 41094  99.0015  89.5676 0072076 299.0811  60.3133 14.26080867  6797
+0 NOAA 16 DEB
+1 41095U 00055BE  16017.95854062  .00003490  00000-0  15337-2 0  9990
+2 41095  98.9924  89.6321 0052840 319.6980  40.0171 14.23458272  6777
+0 NOAA 16 DEB
+1 41096U 00055BF  16017.44145079  .00004785  00000-0  12715-2 0  9991
+2 41096  98.8703  90.3671 0144933 312.2644  46.6442 14.43030160  6799
+0 NOAA 16 DEB
+1 41097U 00055BG  16017.03370102  .00000604  00000-0  50556-3 0  9996
+2 41097  98.9264  85.5406 0105119 150.4882 210.2093 13.89412212  6459
+0 COSMOS 2512
+1 41099U 15071B   16018.12716695  .00000901  00000-0  19174-3 0  9995
+2 41099  98.1754  27.0813 0008190 108.6454 251.5639 14.61353060  6350
+0 SL-4 R/B
+1 41100U 15071C   16017.66456133  .00182136  27073-5  31115-3 0  9998
+2 41100  98.1773  33.1588 0263575 279.3446  77.8097 15.62036231  6681
+0 CYGNUS ORB-4
+1 41101U 15072A   16016.60645009 +.00011703 +00000-0 +18120-3 0  9993
+2 41101 051.6430 098.9530 0006348 028.0640 121.1056 15.54505896006340
+0 CHINASAT 1C
+1 41103U 15073A   16017.82139257 -.00000160  00000-0  00000+0 0  9994
+2 41103   0.0601 283.7725 0001553   3.3867 206.6831  1.00270950   531
+0 CZ-3B R/B
+1 41104U 15073B   16017.96893426  .00229361 -65181-6  80985-3 0  9992
+2 41104  27.0496 311.0126 7169965 205.3374  62.6224  2.48554378   942
+0 ELEKTRO-L 2
+1 41105U 15074A   16016.05795236 -.00000131  00000-0  00000+0 0  9994
+2 41105   0.4004 276.3261 0009427   7.8352 289.4269  1.00316471   367
+0 FREGAT R/B
+1 41106U 15074B   16015.61768619 -.00000044  00000-0  00000+0 0  9994
+2 41106   0.4421 273.2325 0181875  72.2445  13.9829  1.02896050   354
+0 SL-23 R/B
+1 41107U 15074C   16001.85922585  .15028828  12182-4  12332-3 0  9998
+2 41107  51.3576 182.2674 0035913 138.6011 223.1993 16.48510035  3402
+0 FREGAT DEB (TANK)
+1 41108U 15074D   16017.92522553  .00017159  30722-5  53175-3 0  9995
+2 41108  50.3600 204.3800 2303385  78.4174 306.4185 10.81485465  4049
+0 SL-23 DEB
+1 41109U 15074E   15358.70905369  .09963458  11671-4  33496-3 0  9995
+2 41109  51.3959 228.9919 0123349 115.2307 263.6011 16.22102385  2023
+0 SL-23 DEB
+1 41110U 15074F   15362.44897397 +.12287939 +11403-4 +60124-3 0  9992
+2 41110 051.3467 210.3202 0078331 133.1741 240.8494 16.29647333002600
+0 SL-23 DEB
+1 41111U 15074G   15365.72452845  .09997462  11216-4  76743-3 0  9993
+2 41111  51.3558 194.4832 0105938 147.7412 231.0405 16.21472228  3115
+0 SL-23 DEB
+1 41112U 15074H   15357.80256767  .06782930  11196-4  82784-3 0  9997
+2 41112  51.3683 234.9059 0202464 114.0388 248.3818 15.97334533  1875
+0 FREGAT DEB
+1 41113U 15074J   16017.55199809  .00241758  81068-5  62058-2 0  9996
+2 41113  50.4399 202.5245 2174433  78.9393 304.6020 11.09814684  4062
+0 FREGAT DEB
+1 41115U 15074L   16009.96282183  .11257091  31747-1  11774+0 0  9992
+2 41115  50.1624 205.9759 1054025  75.1599 288.8515 13.63348644  3543
+0 COSMOS 1217 DEB
+1 41116U 80085M   16015.00259824  .00341546  30804-6  95405-2 0  9996
+2 41116  63.4758  28.9565 7054037  35.9300   7.1450  2.61803649 23897
+0 COSMOS 1217 DEB
+1 41117U 80085N   16018.09966294 -.00000412  00000-0  00000+0 0  9993
+2 41117  65.7036  58.6403 7196522  12.0079 358.8106  1.99120718 15690
+0 ARIANE 44LP DEB
+1 41118U 91015Q   16015.31215140 -.00000030  00000-0 -36088-3 0  9994
+2 41118   3.8506 199.1386 6660495   7.8825 358.7724  2.83465078 22263
+0 CZ-3B DEB
+1 41119U 11077AJ  16016.39525110 -.00000042  00000-0  00000+0 0  9998
+2 41119  22.0181  37.7331 7278763 352.2337   0.8639  1.69757421  6386
+0 CZ-3B DEB
+1 41120U 11077AK  16016.24786186 -.00000056  00000-0  92170-2 0  9993
+2 41120  26.4972 319.0446 7306815  88.3209 346.1716  1.88899561  5342
+0 COSMOS 2513
+1 41121U 15075A   16017.78749539 -.00000148  00000-0  00000+0 0  9997
+2 41121   0.0223 271.6616 0002662 175.1314  33.5307  1.00270572   460
+0 BREEZE-M R/B
+1 41122U 15075B   16017.01781265 -.00000182  00000-0  00000+0 0  9994
+2 41122   0.1694 130.4073 0298249  11.3237 220.4269  1.04654511   384
+0 BREEZE-M DEB (TANK)
+1 41123U 15075C   16017.22091677 -.00000079  00000-0  41884-3 0  9993
+2 41123  48.6429  85.6694 7207791   8.2686 359.1706  2.28205558   702
+0 SOYUZ-TMA 19M
+1 41124U 15076A   16016.60645009 +.00011703 +00000-0 +18120-3 0  9992
+2 41124 051.6430 098.9530 0006348 028.0640 121.1056 15.54505896004983
+0 NOAA 16 DEB
+1 41126U 00055BH  16017.42336018  .00001112  00000-0  79031-3 0  9994
+2 41126  98.9180  86.6418 0080601 171.6621 188.5921 13.98064273  6152
+0 NOAA 16 DEB
+1 41127U 00055BJ  16017.62432598  .00002326  00000-0  87374-3 0  9994
+2 41127  98.8396  89.3336 0088331 316.8200  42.6070 14.30435178  6321
+0 NOAA 16 DEB
+1 41128U 00055BK  16013.62363166 +.00002788 +00000-0 +15887-2 0  9996
+2 41128 099.0428 084.3053 0012825 196.4648 163.6065 14.10542138005730
+0 NOAA 16 DEB
+1 41129U 00055BL  16016.42699971  .00003356  00000-0  12418-2 0  9993
+2 41129  98.8900  88.3065 0091692 308.8676  50.4704 14.30717879  6157
+0 NOAA 16 DEB
+1 41130U 00055BM  16017.01266749  .00001323  00000-0  68418-3 0  9998
+2 41130  98.9304  87.8462 0022964 301.5602  58.3473 14.16593605  5891
+0 NOAA 16 DEB
+1 41131U 00055BN  16016.39917708  .00000802  00000-0  59496-3 0  9994
+2 41131  98.9674  85.6776 0072000 144.8371 215.7759 13.96762187  5585
+0 NOAA 16 DEB
+1 41132U 00055BP  16018.03191868  .00001527  00000-0  71111-3 0  9992
+2 41132  98.8637  89.0338 0049653 303.3514  56.2970 14.21395843  5892
+0 NOAA 16 DEB
+1 41133U 00055BQ  16018.15602238  .00002078  00000-0  11475-2 0  9992
+2 41133  98.9219  88.5996 0002140 341.5142  18.5985 14.12565559  5727
+0 NOAA 16 DEB
+1 41134U 00055BR  16017.16217860  .00000939  00000-0  58733-3 0  9999
+2 41134  98.9422  87.1750 0031676  98.2022 262.2778 14.06876327  5567
+0 NOAA 16 DEB
+1 41135U 00055BS  16018.14928364  .00002750  00000-0  11990-2 0  9993
+2 41135  98.8316  89.2826 0056844 316.9636  42.7510 14.23918730  6796
+0 NOAA 16 DEB
+1 41136U 00055BT  16017.43097768  .00003028  00000-0  14154-2 0  9994
+2 41136  99.1020  89.2868 0042423 299.1616  60.5294 14.20627070  6593
+0 NOAA 16 DEB
+1 41137U 00055BU  16016.44673631 +.00001402 +00000-0 +83224-3 0  9993
+2 41137 098.9022 086.5739 0030988 199.0756 160.9294 14.08941613006319
+0 NOAA 16 DEB
+1 41138U 00055BV  16017.40845608  .00001140  00000-0  65098-3 0  9994
+2 41138  98.9124  87.7840 0004120  52.7739 307.3699 14.11688337  5617
+0 NOAA 16 DEB
+1 41139U 00055BW  16018.01417006  .00001428  00000-0  10489-2 0  9992
+2 41139  98.9897  87.2503 0080203 131.9708 228.8249 13.95771410  6567
+0 NOAA 16 DEB
+1 41140U 00055BX  16016.96989211  .00002063  00000-0  90661-3 0  9995
+2 41140  98.8424  88.0632 0066283 290.4015  69.0350 14.23491691  7156
+0 NOAA 16 DEB
+1 41141U 00055BY  16016.42378610  .00001752  00000-0  75102-3 0  9999
+2 41141  98.9778  88.1414 0067856 344.7651  15.1502 14.24945332  6387
+0 NOAA 16 DEB
+1 41142U 00055BZ  16017.62517881  .00001983  00000-0  88311-3 0  9990
+2 41142  98.8678  88.7687 0065518 285.7794  73.6293 14.22880154  7261
+0 NOAA 16 DEB
+1 41143U 00055CA  16017.01305933  .00000800  00000-0  65273-3 0  9996
+2 41143  98.8888  85.4732 0105137 156.7981 203.7924 13.89980468  6657
+0 NOAA 16 DEB
+1 41144U 00055CB  16018.02336646  .00001343  00000-0  74966-3 0  9996
+2 41144  98.8367  88.1605 0034559 233.3192 126.4799 14.12291185  6978
+0 NOAA 16 DEB
+1 41145U 00055CC  16017.96829252  .00002771  00000-0  84712-3 0  9995
+2 41145  99.0077  91.0199 0128094 330.1398  29.2521 14.38093404  7092
+0 NOAA 16 DEB
+1 41146U 00055CD  16017.98017462  .00001906  00000-0  11043-2 0  9995
+2 41146  98.9113  88.1745 0036223 201.7548 158.2068 14.09736456  6815
+0 NOAA 16 DEB
+1 41147U 00055CE  16017.42917439  .00002278  00000-0  17411-2 0  9996
+2 41147  98.9528  86.2040 0094987 132.5267 228.3871 13.92314210  6657
+0 NOAA 16 DEB
+1 41148U 00055CF  16017.38935277  .00004752  00000-0  16623-2 0  9995
+2 41148  98.8765  89.5113 0095077 317.4381  41.9480 14.33133802  6915
+0 NOAA 16 DEB
+1 41149U 00055CG  16017.15328743  .00002008  00000-0  83452-3 0  9992
+2 41149  98.9275  88.8136 0074203 338.3828  21.4303 14.26121014  7008
+0 NOAA 16 DEB
+1 41150U 00055CH  16017.97311379  .00001592  00000-0  71339-3 0  9999
+2 41150  98.8250  89.0285 0061388 345.6750  14.2633 14.22974387  6971
+0 NOAA 16 DEB
+1 41151U 00055CJ  16013.44122553  .00001816  00000-0  13329-2 0  9995
+2 41151  98.9136  82.5037 0082843 134.7301 226.0349 13.95357954  6204
+0 NOAA 16 DEB
+1 41152U 00055CK  16017.01461697  .00001307  00000-0  70290-3 0  9994
+2 41152  98.9267  87.6432 0012487 303.1757  56.8369 14.14636952  6604
+0 NOAA 16 DEB
+1 41153U 00055CL  16017.65221256  .00001421  00000-0  76099-3 0  9990
+2 41153  98.9107  88.2578 0021433 270.9665  88.9054 14.14614501  6698
+0 NOAA 16 DEB
+1 41154U 00055CM  16017.42907816  .00001232  00000-0  88043-3 0  9991
+2 41154  98.9771  86.8174 0069908 129.5191 231.2183 13.97953369  6586
+0 NOAA 16 DEB
+1 41155U 00055CN  16017.05008357  .00001233  00000-0  67516-3 0  9996
+2 41155  98.9527  87.7051 0022392 265.3621  94.4988 14.13683000  6609
+0 NOAA 16 DEB
+1 41156U 00055CP  16018.14024756  .00002006  00000-0  87590-3 0  9992
+2 41156  98.9367  89.6668 0058275 327.3937  32.3752 14.24138408  6772
+0 NOAA 16 DEB
+1 41157U 00055CQ  16016.40026812  .00002883  00000-0  18216-2 0  9996
+2 41157  98.9717  86.3088 0039165 122.8054 237.7345 14.04497648  6521
+0 NOAA 16 DEB
+1 41158U 00055CR  16018.00734277  .00001259  00000-0  67861-3 0  9993
+2 41158  98.9672  88.8013 0014711 302.2723  57.7128 14.14577126  6748
+0 NOAA 16 DEB
+1 41159U 00055CS  16017.38992792  .00001210  00000-0  63520-3 0  9997
+2 41159  98.8559  87.8779 0022267 347.0329  13.0244 14.15955639  6715
+0 NOAA 16 DEB
+1 41160U 00055CT  16017.64125350  .00002272  00000-0  13702-2 0  9991
+2 41160  98.9047  87.5641 0028909 187.7825 172.2891 14.07448346  6577
+0 NOAA 16 DEB
+1 41161U 00055CU  16017.65664197  .00001279  00000-0  78523-3 0  9999
+2 41161  98.9307  87.6162 0044219  69.2540 291.3286 14.06983947  6511
+0 NOAA 16 DEB
+1 41162U 00055CV  16017.41183821  .00001384  00000-0  83675-3 0  9995
+2 41162  98.9109  87.4447 0038797 193.0255 166.9854 14.07819576  6457
+0 NOAA 16 DEB
+1 41163U 00055CW  16017.96896766  .00002342  00000-0  95681-3 0  9990
+2 41163  99.0251  90.0519 0074191 293.9111  65.4214 14.26831577  6658
+0 NOAA 16 DEB
+1 41164U 00055CX  16011.01332901  .00002064  00000-0  14702-2 0  9992
+2 41164  99.0314  80.6138 0075571 184.2738 175.7689 13.97185071  5547
+0 NOAA 16 DEB
+1 41165U 00055CY  16017.42196242  .00001562  00000-0  94777-3 0  9993
+2 41165  98.8078  87.0103 0028555  98.6401 261.8382 14.07573887  6489
+0 VELOX C1
+1 41166U 15077A   16017.17653884  .00002419  00000-0  11066-3 0  9998
+2 41166  14.9809 339.7744 0011169  61.6276 298.5158 15.08275357  4751
+0 KENT RIDGE 1
+1 41167U 15077B   16018.19233520  .00001790  00000-0  71524-4 0  9990
+2 41167  14.9791 332.4245 0011668  74.9587  42.1979 15.08149521  4908
+0 ATHENOXAT 1
+1 41168U 15077C   16018.11220949  .00006110  00000-0  33642-3 0  9993
+2 41168  14.9888 332.8297 0013064  74.7760  23.5695 15.08768109  4895
+0 TELEOS 1
+1 41169U 15077D   16018.12739854  .00003235  00000-0  16287-3 0  9996
+2 41169  14.9829 332.9222 0010521  69.7826  36.2243 15.08046412  4898
+0 GALASSIA
+1 41170U 15077E   16017.15611756  .00005711  00000-0  30639-3 0  9998
+2 41170  14.9886 339.5713 0014532  75.6248 284.5635 15.09345765  4753
+0 VELOX 2
+1 41171U 15077F   16018.17964761  .00004452  00000-0  24118-3 0  9995
+2 41171  14.9903 332.7269 0008675  66.1927 293.9353 15.07832169  4900
+0 PSLV R/B
+1 41172U 15077G   16017.18614465  .00011793  00000-0  31255-3 0  9995
+2 41172  14.6881 332.1317 0124273 358.9515   1.0560 15.26913876  4824
+0 DAMPE
+1 41173U 15078A   16018.11761693  .00000482  00000-0  23232-4 0  9997
+2 41173  97.3020  34.6098 0014075 168.2049 232.6675 15.23232578  4896
+0 GALILEO 12 (269)
+1 41174U 15079A   16014.68142535  .00000082  00000-0  00000+0 0  9994
+2 41174  54.9602 206.1427 0006074 151.8681 208.1825  1.69079146   463
+0 GALILEO 11 (268)
+1 41175U 15079B   16015.62289529 +.00000083 +00000-0 +00000-0 0  9997
+2 41175 054.9522 206.1183 0007624 219.3274 229.3038 01.67721422000486
+0 FREGAT R/B
+1 41176U 15079C   16017.88115909  .00000085  00000-0  00000+0 0  9999
+2 41176  54.9633 206.0771 0005180 183.2531 176.7030  1.67560621   515
+0 PROGRESS MS-01
+1 41177U 15080A   16016.60645009 +.00011703 +00000-0 +18120-3 0  9995
+2 41177 051.6430 098.9530 0006348 028.0640 121.1056 15.54505896004093
+0 SL-4 R/B
+1 41178U 15080B   15356.94629905  .16598561  12654-4  29462-3 0  9998
+2 41178  51.6470 221.8870 0005456  59.0998 302.1300 16.47436400   266
+0 ORBCOMM FM 114
+1 41179U 15081A   16017.84863669  .00000354  00000-0  82498-4 0  9999
+2 41179  47.0002 232.4675 0014814 151.7088 208.4605 14.74207391  3965
+0 ORBCOMM FM 119
+1 41180U 15081B   16017.96409066 -.00023753  00000-0 -32246-2 0  9995
+2 41180  47.0117 231.6827 0034497 144.9119 215.5823 14.77734233  3988
+0 ORBCOMM FM 105
+1 41181U 15081C   16018.03936490 -.00108059  00000-0 -15937-1 0  9991
+2 41181  47.0043 231.4027 0021807 147.1414 213.1287 14.75287609  3998
+0 ORBCOMM FM 110
+1 41182U 15081D   16017.69625572 -.00160847  00000-0 -23371-1 0  9993
+2 41182  47.0058 233.0227 0025594 156.4016 203.7299 14.76207436  3947
+0 ORBCOMM FM 118
+1 41183U 15081E   16017.62569630 -.00010070  00000-0 -13674-2 0  9997
+2 41183  46.9973 233.3225 0027457 147.0284 213.2481 14.77295233  3937
+0 ORBCOMM FM 112
+1 41184U 15081F   16017.62205287 -.00020637  00000-0 -27816-2 0  9996
+2 41184  46.9995 233.2964 0030341 145.7787 213.9786 14.78057252  3933
+0 ORBCOMM FM 113
+1 41185U 15081G   16017.61655363 -.00034725  00000-0 -46822-2 0  9991
+2 41185  47.0020 233.2592 0029388 145.0834 214.9117 14.78323407  3934
+0 ORBCOMM FM 115
+1 41186U 15081H   16017.81349314  .00146584  00000-0  18608-1 0  9995
+2 41186  47.0004 232.2381 0027139 141.6929 218.5245 14.80117936  3967
+0 ORBCOMM FM 108
+1 41187U 15081J   16017.94259110  .00170195  00000-0  20825-1 0  9993
+2 41187  47.0028 231.5365 0020227 147.4626 212.5865 14.81614375  3981
+0 ORBCOMM FM 117
+1 41188U 15081K   16018.07162405  .00128652  00000-0  15556-1 0  9995
+2 41188  47.0032 230.8370 0013208 143.7178 216.2648 14.82456397  4000
+0 ORBCOMM FM 116
+1 41189U 15081L   16018.15382465 -.00024236  00000-0 -32410-2 0  9999
+2 41189  46.9996 230.6039 0028723 146.1778 214.0343 14.78510348  4010
+0 COSMOS 1842 DEB
+1 41190U 87038C   16013.18499609  .24360285 -12879-5  80291-2 0  9993
+2 41190  82.4681 337.3043 0017178 137.7512 225.2247 16.25534585 26421
+0 EXPRESS AMU1
+1 41191U 15082A   16018.14722156 -.00000051  00000-0  00000+0 0  9992
+2 41191   0.0613 272.0034 0000181 318.3374   9.8513  1.00270727   377
+0 BREEZE-M R/B
+1 41192U 15082B   16017.60287589 -.00000124  00000-0  00000+0 0  9990
+2 41192  22.9609  61.6030 5994617  10.6034 357.9704  2.16569080   505
+0 BREEZE-M DEB (TANK)
+1 41193U 15082C   16016.56391685  .00000903  00000-0  32940-3 0  9994
+2 41193  49.5655  48.1616 5286500   7.0955 358.1931  5.10743327  1151
+0 GAOFEN 4
+1 41194U 15083A   16017.52050789 -.00000344  00000-0  00000+0 0  9998
+2 41194   0.5666 268.1143 0000385  39.7541 101.8380  1.00267605   350
+0 CZ-3B R/B
+1 41195U 15083B   16015.38577053  .00055165  30647-6  12270-2 0  9990
+2 41195  22.9418 327.8953 7222929 191.7865 131.2819  2.40166161   445
+0 NOAA 16 DEB
+1 41196U 00055CZ  16018.02595605  .00000840  00000-0  60000-3 0  9990
+2 41196  98.9311  87.3480 0059293 131.6222 228.9927 13.99158530  4567
+0 NOAA 16 DEB
+1 41197U 00055DA  16017.40910979  .00002341  00000-0  15361-2 0  9994
+2 41197  98.7695  86.4153 0049621 133.5729 226.9529 14.02342606  4486
+0 NOAA 16 DEB
+1 41198U 00055DB  16018.00529320  .00001850  00000-0  12003-2 0  9992
+2 41198  98.9413  87.6630 0039818 129.0066 231.4616 14.03496471  4570
+0 NOAA 16 DEB
+1 41199U 00055DC  16015.42722320 +.00001457 +00000-0 +10376-2 0  9995
+2 41199 098.9583 084.7456 0068775 128.3212 232.4161 13.97882249005786
+0 NOAA 16 DEB
+1 41200U 00055DD  16017.41912930  .00002538  00000-0  12784-2 0  9993
+2 41200  98.8883  88.1311 0024104 312.8007  47.1220 14.17124234  5872
+0 NOAA 16 DEB
+1 41201U 00055DE  16017.40358870  .00001426  00000-0  97835-3 0  9996
+2 41201  98.9764  86.9788 0051793 159.4524 200.8767 14.00500598  6080
+0 NOAA 16 DEB
+1 41202U 00055DF  16017.37413888  .00000927  00000-0  71406-3 0  9995
+2 41202  98.9346  86.2498 0085850 141.0805 219.6675 13.93711348  5902
+0 NOAA 16 DEB
+1 41203U 00055DG  16016.41199093  .00000934  00000-0  59233-3 0  9991
+2 41203  98.9349  86.2911 0038050  82.9870 277.5607 14.06019408  5597
+0 NOAA 16 DEB
+1 41204U 00055DH  16017.43795887  .00001225  00000-0  75628-3 0  9998
+2 41204  98.9713  87.5651 0027269 181.6902 178.4159 14.07114344  5835
+0 NOAA 16 DEB
+1 41205U 00055DJ  16017.39185247  .00002085  00000-0  11166-2 0  9998
+2 41205  98.9690  88.1460 0024872 260.8182  99.0207 14.14052568  4526
+0 NOAA 16 DEB
+1 41206U 00055DK  16016.96088808  .00001155  00000-0  67398-3 0  9992
+2 41206  98.8638  87.0276 0014851 212.5503 147.4832 14.10378775  4651
+0 NOAA 16 DEB
+1 41207U 00055DL  16016.42582056  .00001946  00000-0  79939-3 0  9990
+2 41207  98.9023  88.0206 0071937 326.7880  32.9749 14.26822061  5531
+0 NOAA 16 DEB
+1 41208U 00055DM  16017.01171237  .00001035  00000-0  68519-3 0  9993
+2 41208  98.8932  86.5400 0041841 167.0293 193.1962 14.03311415  4407
+0 NOAA 16 DEB
+1 41209U 00055DN  16016.44168233  .00001706  00000-0  70947-3 0  9995
+2 41209  98.8904  87.9620 0071700 314.5835  44.9484 14.26368676  4424
+0 NOAA 16 DEB
+1 41210U 00055DP  16016.64774226 +.00001137 +00000-0 +70064-3 0  9992
+2 41210 098.9417 086.7009 0027833 103.8613 256.5601 14.07347580006069
+0 NOAA 16 DEB
+1 41211U 00055DQ  16016.44414100  .00001110  00000-0  68680-3 0  9995
+2 41211  98.9368  86.4210 0031154  89.8337 270.6973 14.07076590  5689
+0 NOAA 16 DEB
+1 41212U 00055DR  16017.98375883  .00005312  00000-0  28405-2 0  9998
+2 41212  98.9560  88.6632 0027917  17.8723 342.6498 14.13377624  5601
+0 NOAA 16 DEB
+1 41213U 00055DS  16017.42235947  .00002299  00000-0  12451-2 0  9999
+2 41213  99.0050  88.2265 0030996  45.7325 314.6300 14.13256969  5525
+0 NOAA 16 DEB
+1 41214U 00055DT  16017.02997016  .00001538  00000-0  76818-3 0  9991
+2 41214  98.8721  87.7788 0033806 298.0580  61.7056 14.18036560  5448
+0 NOAA 16 DEB
+1 41215U 00055DU  16018.15354248  .00001400  00000-0  70023-3 0  9991
+2 41215  98.8809  88.9537 0029455 302.2038  57.6249 14.18185060  5619
+0 NOAA 16 DEB
+1 41216U 00055DV  16017.01979831  .00000835  00000-0  70060-3 0  9999
+2 41216  98.9144  85.3795 0113377 152.3386 208.3847 13.87883117  5350
+0 NOAA 16 DEB
+1 41217U 00055DW  16017.37362998  .00001295  00000-0  84957-3 0  9990
+2 41217  98.9189  86.9963 0050661 169.0181 191.1804 14.03174545  4200
+0 NOAA 16 DEB
+1 41218U 00055DX  16017.39907799  .00001576  00000-0  87135-3 0  9990
+2 41218  98.9060  87.7873 0058589  38.3965 322.1379 14.11962453  5502
+0 NOAA 16 DEB
+1 41219U 00055DY  16016.63840267  .00001331  00000-0  75917-3 0  9997
+2 41219  98.8685  86.8231 0008161 225.6661 134.3874 14.11421743  5547
+0 NOAA 16 DEB
+1 41220U 00055DZ  16017.41193216  .00000667  00000-0  41869-3 0  9991
+2 41220  98.9125  87.4224 0020032 175.7330 184.3927 14.07807867  5361
+0 NOAA 16 DEB
+1 41221U 00055EA  16017.16223535  .00001411  00000-0  62269-3 0  9997
+2 41221  98.9233  88.6250 0061731 340.9663  18.9240 14.23949543  5197
+0 NOAA 16 DEB
+1 41222U 00055EB  16016.99368084  .00001477  00000-0  10497-2 0  9994
+2 41222  98.8606  85.9903 0063541 156.5796 203.8291 13.98103530  5252
+0 NOAA 16 DEB
+1 41223U 00055EC  16017.13961974  .00000635  00000-0  42865-3 0  9999
+2 41223  98.8974  86.7421 0037815 162.6049 197.6426 14.03682346  5129
+0 NOAA 16 DEB
+1 41224U 00055ED  16017.37671637  .00002577  00000-0  16151-2 0  9995
+2 41224  98.9491  87.1794 0039237  98.1741 262.3853 14.05051629  5192
+0 NOAA 16 DEB
+1 41225U 00055EE  16017.39813347  .00002838  00000-0  14548-2 0  9992
+2 41225  98.9409  88.1167 0040587  11.1707 349.0162 14.15821742  5293
+0 NOAA 16 DEB
+1 41226U 00055EF  16015.66149025  .00001076  00000-0  68976-3 0  9994
+2 41226  98.9294  85.6059 0036247 182.5090 177.5901 14.05129561  4950
+0 NOAA 16 DEB
+1 41227U 00055EG  16018.01111742  .00001184  00000-0  59372-3 0  9992
+2 41227  99.0314  89.4247 0038217 292.4194  67.2871 14.18243631  4918
+0 NOAA 16 DEB
+1 41228U 00055EH  16016.41437937 +.00001293 +00000-0 +75881-3 0  9996
+2 41228 098.9327 086.6513 0023506 073.8672 286.5112 14.09813582004656
+0 NOAA 16 DEB
+1 41229U 00055EJ  16017.02043978  .00002591  00000-0  17522-2 0  9992
+2 41229  98.8965  86.2610 0086936  96.4750 264.6364 13.99373017  5022
+0 NOAA 16 DEB
+1 41230U 00055EK  16016.44955647 +.00001371 +00000-0 +65546-3 0  9999
+2 41230 098.9710 087.7625 0042037 335.9507 023.9705 14.20387592004752
+0 NOAA 16 DEB
+1 41231U 00055EL  16016.41840308  .00001724  00000-0  73944-3 0  9997
+2 41231  98.9244  87.9575 0063178 329.2866  30.4614 14.25090865  4766
+0 NOAA 16 DEB
+1 41232U 00055EM  16017.40243706  .00002000  00000-0  13548-2 0  9998
+2 41232  98.9615  86.9180 0057446 114.7769 245.9575 14.00572868  4962
+0 NOAA 16 DEB
+1 41233U 00055EN  16016.43054940  .00001054  00000-0  66816-3 0  9996
+2 41233  98.9070  86.2592 0046923  98.4480 262.2013 14.05527318  4968
+0 NOAA 16 DEB
+1 41234U 00055EP  16017.38923714  .00003103  00000-0  10829-2 0  9995
+2 41234  98.8685  89.4178 0103987 310.3525  48.8499 14.33039991  5193
+0 NOAA 16 DEB
+1 41235U 00055EQ  16018.13165364  .00005847  00000-0  32317-2 0  9992
+2 41235  98.9127  88.4839 0008157 138.0814 222.0736 14.11725608  4965
+0 NOAA 16 DEB
+1 41236U 00055ER  16018.13776415  .00001685  00000-0  82752-3 0  9993
+2 41236  99.0396  89.6083 0045838 277.2918  82.3023 14.18599595  5359
+0 NOAA 16 DEB
+1 41237U 00055ES  16017.02892493  .00001342  00000-0  62093-3 0  9992
+2 41237  98.9741  88.4742 0053741 292.9559  66.5729 14.21870813  6456
+0 BELINTERSAT 1
+1 41238U 16001A   16016.50468625 -.00000512  71088-6  00000+0 0  9994
+2 41238  26.4013   6.0664 7596462 179.6936 180.3904  1.92045781    11
+0 CZ-3B R/B
+1 41239U 16001B   16016.19035245 -.00000575  63906-6  00000+0 0  9997
+2 41239  26.3657   6.2379 7531205 178.7126 340.1863  2.01874091    10
+0 TBA - TO BE ASSIGNED
+1 41240U 16002A   16018.05950409 -.00000062  00000-0  00000+0 0  9996
+2 41240  66.0407 114.4226 0014871 228.0775 130.9998 12.87323283    39
diff --git a/data/TLE_GNSS_SATNO.txt b/data/TLE_GNSS_SATNO.txt
new file mode 100644
index 0000000..7d90ba2
--- /dev/null
+++ b/data/TLE_GNSS_SATNO.txt
@@ -0,0 +1,213 @@
+#
+# TLE_GNSS_SATNO.txt
+# 
+# satellite catalog number and international designator for GNSS
+#
+# TLE full catalog can be downloaded at Space-Track:
+#
+#     https://www.space-track.org
+#
+# history: 2012/11/27  1.0  new
+#          2012/12/15  1.1  add GSAT10/GAGAN (PRN128)
+#          2012/12/25  1.2  switch R08 satellite from 712 to 743
+#          2013/01/06  1.3  switch R08 satellite from 743 to 701
+#          2013/01/06  1.3  switch R08 satellite from 743 to 701
+#          2013/02/23  1.4  switch R08 satellite from 701 to 743
+#          2014/04/09  1.5  switch G27,G30,R02
+#          2014/06/10  1.5  switch G06, decommission G09
+#          2014/08/04  1.6  switch G09,R18,R21
+#          2014/11/08  1.7  switch G03, decommission G08
+#          2015/03/20  1.8  add E18,E14 for Galileo FOC-1,2
+#          2016/01/19  1.9  switch G26,G08,G10
+#                           add E26,E22,E24,E30
+#                           add SES-5,LUCH 5V,GSAT-15
+#
+G32  20959U  90103A  # GPS BIIA-10 (PRN 32)    
+#G26  22014U  92039A  # GPS BIIA-14 (PRN 26)    
+#G27  22108U  92058A  # GPS BIIA-15 (PRN 27)    
+#G09  22700U  93042A  # GPS BIIA-21 (PRN 09)    
+#G30  22779U  93054A  # GPS BIIA-22 (PRN 30)    
+G04  22877U  93068A  # GPS BIIA-23 (PRN 04)    
+#G06  23027U  94016A  # GPS BIIA-24 (PRN 06)    
+#G03  23833U  96019A  # GPS BIIA-25 (PRN 03)    
+#G10  23953U  96041A  # GPS BIIA-26 (PRN 10)    
+G13  24876U  97035A  # GPS BIIR-2  (PRN 13)    
+#G08  25030U  97067A  # GPS BIIA-28 (PRN 08)    
+G11  25933U  99055A  # GPS BIIR-3  (PRN 11)    
+G20  26360U  00025A  # GPS BIIR-4  (PRN 20)    
+G28  26407U  00040A  # GPS BIIR-5  (PRN 28)    
+G14  26605U  00071A  # GPS BIIR-6  (PRN 14)    
+G18  26690U  01004A  # GPS BIIR-7  (PRN 18)    
+G16  27663U  03005A  # GPS BIIR-8  (PRN 16)    
+G21  27704U  03010A  # GPS BIIR-9  (PRN 21)    
+G22  28129U  03058A  # GPS BIIR-10 (PRN 22)    
+G19  28190U  04009A  # GPS BIIR-11 (PRN 19)    
+G23  28361U  04023A  # GPS BIIR-12 (PRN 23)    
+G02  28474U  04045A  # GPS BIIR-13 (PRN 02)    
+G17  28874U  05038A  # GPS BIIRM-1 (PRN 17)    
+G31  29486U  06042A  # GPS BIIRM-2 (PRN 31)    
+G12  29601U  06052A  # GPS BIIRM-3 (PRN 12)    
+G15  32260U  07047A  # GPS BIIRM-4 (PRN 15)    
+G29  32384U  07062A  # GPS BIIRM-5 (PRN 29)    
+G07  32711U  08012A  # GPS BIIRM-6 (PRN 07)    
+G05  35752U  09043A  # GPS BIIRM-8 (PRN 05)    
+G25  36585U  10022A  # GPS BIIF-1  (PRN 25)    
+G01  37753U  11036A  # GPS BIIF-2  (PRN 01)    
+G24  38833U  12053A  # GPS BIIF-3  (PRN 24)    
+G27  39166U  13023A  # GPS BIIF-4  (PRN 27)    
+G30  39533U  14008A  # GPS BIIF-5  (PRN 30)    
+G06  39741U  14026A  # GPS BIIF-6  (PRN 06)    
+G09  40105U  14045A  # GPS BIIF-7  (PRN 09)    
+G03  40294U  14068A  # GPS BIIF-8  (PRN 03)    
+G26  40534U  15013A  # GPS BIIF-9  (PRN 26)    
+G08  40730U  15033A  # GPS BIIF-10 (PRN 08)    
+G10  41019U  15062A  # GPS BIIF-11 (PRN 10)    
+
+#R08 28509U  04053B  # COSMOS 2413 (712)       
+#R17 28915U  05050A  # COSMOS 2419 (714)       
+R15  29670U  06062A  # COSMOS 2425 (716)       
+R10  29671U  06062B  # COSMOS 2426 (717)       
+R14  29672U  06062C  # COSMOS 2424 (715)       
+R19  32275U  07052A  # COSMOS 2433 (720)       
+R20  32276U  07052B  # COSMOS 2432 (719)       
+R13  32393U  07065A  # COSMOS 2434 (721)       
+#R14 32394U  07065B  # COSMOS 2435 (722)       
+R11  32395U  07065C  # COSMOS 2436 (723)       
+#R18  33378U  08046A  # COSMOS 2442 (724)       
+#R21  33379U  08046B  # COSMOS 2443 (725)       
+#R22 33380U  08046C  # COSMOS 2444 (726)       
+#R03 33466U  08067A  # COSMOS 2447 (727)       
+#R08 33467U  08067B  # COSMOS 2449 (729)       
+#R02  33468U  08067C  # COSMOS 2448 (728)       
+R01  36111U  09070A  # COSMOS 2456 (730)       
+R06  36112U  09070B  # COSMOS 2457 (733)       
+R05  36113U  09070C  # COSMOS 2458 (734)       
+R22  36400U  10007A  # COSMOS 2459 (731)       
+R24  36401U  10007B  # COSMOS 2461 (735)       
+R23  36402U  10007C  # COSMOS 2460 (732)       
+R16  37137U  10041A  # COSMOS 2466 (738)       
+R12  37138U  10041B  # COSMOS 2465 (737)       
+R09  37139U  10041C  # COSMOS 2464 (736)       
+#R21 37372U  11009A  # COSMOS 2471 (701K)      
+#R08 37372U  11009A  # COSMOS 2471 (701K)      
+R26  37372U  11009A  # COSMOS 2471 (701K)      
+R04  37829U  11055A  # COSMOS 2474 (742)       
+R03  37867U  11064A  # COSMOS 2476 (744)       
+R07  37868U  11064B  # COSMOS 2477 (745)       
+R08  37869U  11064C  # COSMOS 2475 (743)       
+R17  37938U  11071A  # COSMOS 2478 (746)       
+R02  39155U  13019A  # COSMOS 2485 (747)       
+R18  39620U  14012A  # COSMOS 2491 (754)       
+R21  40001U  14032A  # COSMOS 2500 (755)       
+R27  40315U  14075A  # COSMOS 2501 (702K)       
+
+#E51  28922U  05051A  # GIOVE-A                 
+#E52  32781U  08020A  # GIOVE-B                 
+E11  37846U  11060A  # GALILEO-PFM (GSAT0101)  
+E12  37847U  11060B  # GALILEO-FM2 (GSAT0102)  
+E19  38857U  12055A  # GALILEO-FM3 (GSAT0103)  
+E20  38858U  12055B  # GALILEO-FM4 (GSAT0104)  
+E18  40128U  14050A  # GALILEO-FOC1 (GSAT0201)
+E14  40129U  14050B  # GALILEO-FOC2 (GSAT0202)
+E26  40544U  15017A  # GALILEO-FOC3 (GSAT0203)
+E22  40545U  15017B  # GALILEO-FOC4 (GSAT0204)
+E24  40889U  15045A  # GALILEO-FOC5 (GSAT0205)
+E30  40890U  15045B  # GALILEO-FOC6 (GSAT0206)
+#E00  41173U  15078A  # GALILEO-FOC8 (GSAT0208)
+#E00  41174U  15078B  # GALILEO-FOC9 (GSAT0209)
+
+J01  37158U  10045A  # QZS-1 (QZSS/PRN 193/183) 
+
+#C00 26599U  00069A  # BEIDOU 1
+#C00 26643U  00082A  # BEIDOU 1B
+#C00 27813U  03021A  # BEIDOU 1C
+#C00 30323U  07003A  # BEIDOU 1D
+C30  31115U  07011A  # BEIDOU M1
+#C02 34779U  09018A  # BEIDOU G2
+C01  36287U  10001A  # BEIDOU G1
+C03  36590U  10024A  # BEIDOU G3
+C06  36828U  10036A  # BEIDOU IGSO 1
+C04  37210U  10057A  # BEIDOU G4
+C07  37256U  10068A  # BEIDOU IGSO 2
+C08  37384U  11013A  # BEIDOU IGSO 3
+C09  37763U  11038A  # BEIDOU IGSO 4
+C10  37948U  11073A  # BEIDOU IGSO 5
+C05  38091U  12008A  # BEIDOU G5
+C11  38250U  12018A  # BEIDOU M3
+C12  38251U  12018B  # BEIDOU M4
+C13  38774U  12050A  # BEIDOU M5
+C14  38775U  12050B  # BEIDOU M6
+C02  38953U  12059A  # BEIDOU G6
+#C00  40549U  15019A  # BEIDOU-3 I1-S
+#C00  40748U  15037A  # BEIDOU-3 M1-S
+#C00  40749U  15037B  # BEIDOU-3 M2-S
+#C00  40938U  15053A  # BEIDOU-3 I2-S
+
+120  24307U  96053A  # AOR-E (EGNOS/PRN 120)   
+124  26863U  01029A  # ARTEMIS (EGNOS/PRN 124) 
+#129  28622U  05006A  # MTSAT-1R (MSAS/PRN 129) 
+138  28868U  05036A  # CRE (WAAS/PRN 138)      
+135  28884U  05041A  # CRW (WAAS/PRN 135)      
+126  28899U  05044A  # IOR-W (EGNOS/PRN 126)   
+137  28937U  06004A  # MTSAT-2 (MSAS/PRN 137)  
+133  33278U  08039A  # AMR (WAAS/PRN 133)      
+127  37605U  11022A  # GSAT-8 (GAGAN/PRN 127)  
+140  37951U  11074B  # LUCH 5A (SDCM/PRN 140)  
+136  38652U  12036A  # SES-5 (EGNOS/PRN 136)  
+128  38779U  12051B  # GSAT-10 (GAGAN/PRN 128)
+125  38977U  12061A  # LUCH 5B (SDCM/PRN 125)
+141  39727U  14023A  # LUCH 5V (SDCM/PRN 141)
+139  41028U  15065A  # GSAT-15 (GAGAN/PRN 139)
+
+# for simulation
+E01  99901U
+E02  99902U
+E03  99903U
+E04  99904U
+E05  99905U
+E06  99906U
+E07  99907U
+E08  99908U
+E09  99909U
+E10  99910U
+E13  99913U
+#E14  99914U
+E15  99915U
+E16  99916U
+E17  99917U
+#E18  99918U
+E21  99921U
+#E22  99922U
+E23  99923U
+#E24  99924U
+E25  99925U
+#E26  99926U
+E27  99927U
+E28  99928U
+E29  99929U
+#E30  99930U
+
+J02  99931U
+J03  99932U
+J04  99933U
+
+C15  99941U
+C16  99942U
+C17  99943U
+C18  99944U
+C19  99945U
+C20  99946U
+C21  99947U
+C22  99948U
+C23  99949U
+C24  99940U
+C25  99951U
+C26  99952U
+C27  99953U
+C28  99954U
+C29  99955U
+C31  99956U
+C32  99957U
+C33  99958U
+C34  99959U
+C35  99960U
diff --git a/data/TLE_GNSS_SIM.txt b/data/TLE_GNSS_SIM.txt
new file mode 100644
index 0000000..e56bf9b
--- /dev/null
+++ b/data/TLE_GNSS_SIM.txt
@@ -0,0 +1,402 @@
+SAT 120
+1 24307U 96053A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 24307 000.0567 045.2604 0007272 047.3104 169.0933 01.00267613    01
+SAT 124
+1 26863U 01029A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 26863 010.6535 049.5856 0004060 082.6701 166.3184 01.00269687    06
+SAT 125
+1 38977U 12061A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 38977 000.5818 101.1461 0005435 018.1709 141.9982 01.00267118    05
+SAT 126
+1 28899U 05044A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 28899 002.2884 348.8335 0003340 116.7418 196.6793 01.00268770    06
+SAT 127
+1 37605U 11022A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 37605 000.0192 037.2468 0002568 246.2779 048.6808 01.00268061    01
+SAT 128
+1 38779U 12051B   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 38779 000.0150 049.9411 0001270 192.9967 117.2602 01.00266576    05
+SAT 129
+1 28622U 05006A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 28622 000.0079 047.4117 0000832 359.7059 010.0757 01.00265888    01
+SAT 133
+1 33278U 08039A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 33278 003.0066 346.9987 0003353 113.8342 078.6940 01.00267213    08
+SAT 135
+1 28884U 05041A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 28884 000.0143 282.5605 0001441 173.1448 048.4817 01.00268645    00
+SAT 137
+1 28937U 06004A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 28937 000.0372 217.6700 0004349 238.5311 325.9826 01.00269632    03
+SAT 138
+1 28868U 05036A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 28868 000.0559 041.7478 0002702 007.7473 120.3787 01.00268287    05
+SAT 140
+1 37951U 11074B   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 37951 003.6705 258.3890 0004586 240.3319 305.5530 01.00266644    08
+SAT C01
+1 36287U 10001A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 36287 001.6525 006.3495 0003688 168.6185 242.2128 01.00263936    05
+SAT C02
+1 38953U 12059A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 38953 001.3314 276.4895 0002949 167.2476 273.4807 01.00267205    04
+SAT C03
+1 36590U 10024A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 36590 001.4655 026.1817 0002194 340.9990 020.5195 01.00264242    04
+SAT C04
+1 37210U 10057A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 37210 000.6256 023.6521 0004833 137.2019 276.3541 01.00267290    09
+SAT C05
+1 38091U 12008A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 38091 001.1295 321.1460 0003151 144.3740 230.3358 01.00264660    00
+SAT C06
+1 36828U 10036A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 36828 054.5457 207.8514 0030750 180.9735 009.7814 01.00276813    01
+SAT C07
+1 37256U 10068A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 37256 054.6557 327.8983 0019992 178.9406 248.8665 01.00295927    06
+SAT C08
+1 37384U 11013A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 37384 056.1336 088.0865 0023028 177.4121 128.3362 01.00301584    01
+SAT C09
+1 37763U 11038A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 37763 054.8624 209.9840 0023390 189.7331 333.4812 01.00273451    05
+SAT C10
+1 37948U 11073A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 37948 054.7658 327.3142 0022749 176.7722 227.0116 01.00261380    06
+SAT C11
+1 38250U 12018A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 38250 055.3362 102.9410 0022901 188.1955 353.7247 01.86233736    02
+SAT C12
+1 38251U 12018B   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 38251 055.2694 102.4768 0026126 182.0227 044.3515 01.86232599    06
+SAT C13
+1 38774U 12050A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 38774 054.8946 222.6684 0024821 183.8086 193.2258 01.86232574    06
+SAT C14
+1 38775U 12050B   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 38775 054.9986 222.2038 0017296 204.6516 217.6485 01.86233084    09
+SAT C30
+1 31115U 07011A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 31115 056.9105 015.0637 0003109 165.8485 317.8724 01.86199042    03
+SAT C15
+1 99931U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 99931 055.0011 102.4825 0000480 273.5937 358.4163 01.86497626    04
+SAT C16
+1 99932U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99932 054.9999 102.4838 0000192 055.2966 261.7150 01.86514657    05
+SAT C17
+1 99933U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 99933 054.9989 102.4999 0000469 183.6210 178.3789 01.86529463    00
+SAT C18
+1 99934U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 99934 055.0001 102.4986 0000194 328.5294 078.4690 01.86512430    08
+SAT C19
+1 99935U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 99935 055.0011 102.5001 0000480 093.5838 358.4163 01.86497626    05
+SAT C20
+1 99936U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 99936 054.9999 102.5014 0000192 235.2867 261.7150 01.86514657    06
+SAT C21
+1 99937U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 99937 055.0009 222.5008 0000413 121.9001 345.1008 01.86500315    09
+SAT C22
+1 99938U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 99938 054.9994 222.5012 0000304 300.8004 211.2009 01.86522467    02
+SAT C23
+1 99939U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 99939 054.9991 222.4817 0000403 032.3132 164.6957 01.86526774    09
+SAT C24
+1 99940U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 99940 055.0006 222.4813 0000314 211.8553 030.1532 01.86504620    00
+SAT C25
+1 99941U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99941 055.0010 222.4832 0000413 301.9100 345.1008 01.86500315    00
+SAT C26
+1 99942U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 99942 054.9994 222.4836 0000304 120.8103 211.2009 01.86522467    00
+SAT C27
+1 99943U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 99943 054.9989 342.4998 0000464 189.0823 175.9174 01.86529260    07
+SAT C28
+1 99944U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 99944 055.0002 342.4986 0000207 345.1904 064.8079 01.86510772    01
+SAT C29
+1 99945U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 99945 055.0011 342.5002 0000475 098.9877 356.0126 01.86497829    07
+SAT C31
+1 99946U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 99946 054.9998 342.5014 0000202 252.3560 247.6456 01.86516314    08
+SAT C32
+1 99947U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 99947 054.9989 342.4822 0000464 009.0922 175.9174 01.86529260    08
+SAT C33
+1 99948U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 99948 055.0002 342.4811 0000207 165.2003 064.8079 01.86510772    03
+SAT C34
+1 99949U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 99949 055.0011 342.4827 0000475 278.9976 356.0126 01.86497829    05
+SAT C35
+1 99950U 00000B   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99950 054.9998 342.4838 0000202 072.3659 247.6456 01.86516314    05
+SAT E01
+1 99901U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 99901 054.9992 352.4992 0000336 218.8194 161.1797 01.70486689    08
+SAT E02
+1 99902U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 99902 055.0005 352.4989 0000261 025.8990 034.0997 01.70470309    01
+SAT E03
+1 99903U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 99903 055.0010 352.5004 0000405 108.1838 351.8167 01.70464621    02
+SAT E04
+1 99904U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 99904 054.9998 352.5012 0000180 252.3559 247.6456 01.70479024    03
+SAT E05
+1 99905U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99905 054.9990 352.5000 0000417 000.0000 180.0000 01.70489716    09
+SAT E06
+1 99906U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 99906 054.9998 352.4832 0000180 107.6529 112.3544 01.70479024    09
+SAT E07
+1 99907U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 99907 055.0010 352.4840 0000405 251.8249 008.1833 01.70464621    07
+SAT E08
+1 99908U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 99908 055.0005 352.4855 0000261 334.1097 325.9003 01.70470309    03
+SAT E09
+1 99909U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 99909 054.9992 352.4852 0000336 141.1894 198.8203 01.70486689    05
+SAT E10
+1 99910U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 99910 055.0009 112.5006 0000380 117.8378 347.1630 01.70465574    03
+SAT E11
+1 37846U 11060A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 37846 054.9026 112.4208 0002329 335.2025 170.1604 01.70474423    01
+SAT E12
+1 37847U 11060B   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 37847 054.9034 112.4038 0002800 301.5136 244.4303 01.70474673    03
+SAT E13
+1 99913U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 99913 055.0000 112.4832 0000169 136.6757 088.3315 01.70476777    09
+SAT E14
+1 99914U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99914 055.0010 112.4842 0000421 261.0211 003.9874 01.70464037    00
+SAT E15
+1 99915U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 99915 055.0003 112.4856 0000218 351.7535 313.2566 01.70472352    02
+SAT E16
+1 99916U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 99916 054.9991 112.4850 0000370 151.8344 193.1751 01.70487982    03
+SAT E17
+1 99917U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 99917 054.9993 112.4991 0000296 230.8955 154.1033 01.70485094    07
+SAT E18
+1 99918U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 99918 055.0007 112.4991 0000305 039.9092 025.0897 01.70468461    00
+SAT E19
+1 38857U 12055A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 38857 055.2169 232.2426 0002934 212.0053 266.7199 01.70473583    01
+SAT E20
+1 38858U 12055B   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 38858 055.2180 232.2433 0002093 204.2146 314.4996 01.70473593    02
+SAT E21
+1 99921U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 99921 054.9992 232.4837 0000343 036.6071 162.4007 01.70486973    07
+SAT E22
+1 99922U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 99922 055.0005 232.4833 0000252 202.7261 036.2814 01.70470704    06
+SAT E23
+1 99923U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 99923 055.0010 232.4848 0000409 286.3257 352.6835 01.70464474    01
+SAT E24
+1 99924U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 99924 054.9999 232.4857 0000175 066.8555 252.1547 01.70478578    02
+SAT E25
+1 99925U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 99925 054.9990 232.4845 0000416 178.1991 180.8097 01.70489708    04
+SAT E26
+1 99926U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 99926 054.9998 232.4988 0000185 282.3597 116.6389 01.70479467    06
+SAT E27
+1 99927U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 99927 055.0009 232.4995 0000401 069.9313 009.0682 01.70464782    01
+SAT G01
+1 37753U 11036A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 37753 055.0248 158.4546 0020550 015.5125 104.1944 02.00560828    09
+SAT G02
+1 28474U 04045A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 28474 053.7933 157.1740 0124475 211.9929 146.8010 02.00560661    04
+SAT G03
+1 23833U 96019A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 23833 053.5620 090.1312 0163584 074.6101 156.6173 02.00559506    05
+SAT G04
+1 22877U 93068A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 22877 053.7381 158.0946 0103399 056.2689 330.6840 02.00574425    02
+SAT G05
+1 35752U 09043A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 35752 054.3506 218.1960 0030735 013.9278 276.2883 02.00565669    07
+SAT G06
+1 23027U 94016A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 23027 053.9399 094.6771 0081180 343.8503 261.0184 02.00562010    00
+SAT G07
+1 32711U 08012A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 32711 055.8865 339.5404 0064919 192.2794 067.9434 02.00562717    07
+SAT G08
+1 25030U 97067A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 25030 057.1904 344.8107 0131409 195.6162 035.6413 02.00560766    07
+SAT G09
+1 22700U 93042A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 22700 056.3791 338.2242 0173725 096.3289 118.7799 02.00669788    08
+SAT G10
+1 23953U 96041A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 23953 054.0541 219.2979 0124589 045.9721 287.7434 02.00566110    05
+SAT G11
+1 25933U 99055A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 25933 050.9431 141.3039 0140964 067.5722 079.7793 02.00558842    06
+SAT G12
+1 29601U 06052A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 29601 056.4057 040.2233 0045267 017.2885 050.1682 02.00580242    01
+SAT G13
+1 24876U 97035A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 24876 056.2189 284.1258 0051537 123.6781 202.4981 02.00557639    02
+SAT G14
+1 26605U 00071A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 26605 055.7984 282.4367 0071113 243.2160 215.3975 02.00553783    07
+SAT G15
+1 32260U 07047A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 32260 053.8858 276.6511 0054240 009.2842 185.2881 02.00549703    03
+SAT G16
+1 27663U 03005A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 27663 056.4441 041.2611 0071504 006.9814 283.9268 02.00565346    09
+SAT G17
+1 28874U 05038A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 28874 055.3312 100.6386 0083596 234.4220 227.1939 02.00566461    05
+SAT G18
+1 26690U 01004A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 26690 053.1245 218.3029 0145064 239.8047 312.9754 02.00569237    08
+SAT G19
+1 28190U 04009A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 28190 055.1722 103.6096 0094274 018.9099 184.4007 02.00558239    09
+SAT G20
+1 26360U 00025A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 26360 053.1693 215.2428 0053707 073.9395 341.9812 02.00557224    03
+SAT G21
+1 27704U 03010A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 27704 053.3836 158.3107 0204542 238.2572 012.5221 02.00562689    02
+SAT G22
+1 28129U 03058A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 28129 052.9956 218.4487 0067618 243.1131 279.7043 02.00565212    02
+SAT G23
+1 28361U 04023A   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 28361 054.7426 279.0582 0087369 195.6070 157.3243 02.00561270    02
+SAT G24
+1 38833U 12053A   13180.00000000  .00000000  00000-0  00000+0 0    01
+2 38833 054.9402 337.8759 0009521 023.0280 106.4689 02.00563812    06
+SAT G25
+1 36585U 10022A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 36585 055.7652 037.9911 0027386 041.0524 354.6308 02.00554509    00
+SAT G26
+1 22014U 92039A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 22014 056.0728 283.7146 0211197 071.2954 156.1407 02.00565386    08
+SAT G27
+1 22108U 92058A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 22108 056.2240 336.6119 0218422 309.0216 202.1258 02.00579687    07
+SAT G28
+1 26407U 00040A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 26407 056.3554 041.6153 0185580 258.6281 272.4396 02.00567763    07
+SAT G29
+1 32384U 07062A   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 32384 055.3684 101.1626 0017456 303.5364 027.2862 02.00569720    05
+SAT G30
+1 22779U 93054A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 22779 055.2470 032.5752 0111201 093.5590 226.5664 02.00563125    08
+SAT G31
+1 29486U 06042A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 29486 056.1712 339.8100 0078326 317.7644 067.3095 02.00570574    05
+SAT G32
+1 20959U 90103A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 20959 054.3814 223.3095 0115684 340.2497 095.3977 02.00564989    03
+SAT J01
+1 37158U 10045A   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 37158 040.6264 180.3583 0754961 269.9803 323.5187 01.00283724    01
+SAT J02
+1 99928U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 99928 042.9996 045.4000 0750090 269.9838 098.5157 01.00275686    07
+SAT J03
+1 99929U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 99929 000.0000 359.9990 0000372 233.0023 179.9988 01.00273690    08
+SAT J04
+1 99930U 00000A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 99930 043.0005 315.3902 0749989 270.0103 188.5011 01.00271434    02
+SAT R01
+1 36111U 09070A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 36111 064.2908 233.2510 0003594 324.5793 329.1287 02.13106236    09
+SAT R02
+1 33468U 08067C   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 33468 064.0544 232.9912 0003366 307.8040 299.0095 02.13105719    00
+SAT R03
+1 37867U 11064A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 37867 064.5928 233.3257 0015419 254.7595 309.5753 02.13106571    07
+SAT R04
+1 37829U 11055A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 37829 064.6123 233.2160 0006940 256.2768 262.7590 02.13106415    09
+SAT R05
+1 36113U 09070C   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 36113 064.2779 233.2154 0001540 073.0695 041.1057 02.13106359    09
+SAT R06
+1 36112U 09070B   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 36112 064.2727 233.2023 0007902 154.7431 273.5623 02.13105897    05
+SAT R07
+1 37868U 11064B   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 37868 064.6009 233.3700 0013489 256.0504 128.1852 02.13106441    03
+SAT R08
+1 37869U 11064C   13180.00000000  .00000000  00000-0  00000+0 0    00
+2 37869 064.6086 233.3482 0020938 284.1917 055.3502 02.13106540    06
+SAT R09
+1 37139U 10041C   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 37139 065.1219 353.9413 0022718 027.1735 282.1046 02.13107636    04
+SAT R10
+1 29671U 06062B   13180.00000000  .00000000  00000-0  00000+0 0    04
+2 29671 065.9153 353.4716 0019154 150.5812 116.0235 02.13108217    00
+SAT R11
+1 32395U 07065C   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 32395 065.5345 353.2587 0017136 011.7146 209.5137 02.13107849    05
+SAT R12
+1 37138U 10041B   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 37138 065.1211 353.9686 0036684 159.2863 015.4014 02.13107685    09
+SAT R13
+1 32393U 07065A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 32393 065.5230 353.2495 0009258 101.0869 028.3310 02.13107673    00
+SAT R14
+1 29672U 06062C   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 29672 065.8998 353.4059 0018736 149.1564 296.8822 02.13107220    02
+SAT R15
+1 29670U 06062A   13180.00000000  .00000000  00000-0  00000+0 0    03
+2 29670 065.8988 353.4138 0021124 000.8601 036.9907 02.13110174    06
+SAT R16
+1 37137U 10041A   13180.00000000  .00000000  00000-0  00000+0 0    02
+2 37137 065.1043 353.8995 0024169 141.9962 211.4672 02.13107116    03
+SAT R17
+1 37938U 11071A   13180.00000000  .00000000  00000-0  00000+0 0    05
+2 37938 064.8883 113.8330 0011374 241.0350 084.1169 02.13107099    00
+SAT R18
+1 33378U 08046A   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 33378 064.8904 113.8874 0024020 335.6766 305.5171 02.13108326    01
+SAT R19
+1 32275U 07052A   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 32275 064.9743 114.4132 0001327 292.0209 295.8859 02.13100926    07
+SAT R20
+1 32276U 07052B   13180.00000000  .00000000  00000-0  00000+0 0    09
+2 32276 064.9871 114.4606 0013222 345.1419 198.1254 02.13102632    06
+SAT R21
+1 33379U 08046B   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 33379 064.8992 113.9362 0018622 181.4023 323.3188 02.13106221    04
+SAT R22
+1 36400U 10007A   13180.00000000  .00000000  00000-0  00000+0 0    06
+2 36400 064.8763 113.7213 0031240 355.6936 105.5962 02.13107220    00
+SAT R23
+1 36402U 10007C   13180.00000000  .00000000  00000-0  00000+0 0    08
+2 36402 064.8588 113.6876 0001034 081.0956 334.0559 02.13106815    01
+SAT R24
+1 36401U 10007B   13180.00000000  .00000000  00000-0  00000+0 0    07
+2 36401 064.8686 113.6974 0006421 078.4786 293.1720 02.13107251    04
diff --git a/data/URL_LIST.txt b/data/URL_LIST.txt
new file mode 100644
index 0000000..b515626
--- /dev/null
+++ b/data/URL_LIST.txt
@@ -0,0 +1,175 @@
+#-------------------------------------------------------------------------------
+# URL_LIST.txt : url address list of gnss data for rtkget
+#
+# notes :
+#     keywords in a url address are replaced as follows.
+#
+#         %Y -> yyyy    : year (4 digits) (2000-2099)
+#         %y -> yy      : year (2 digits) (00-99)
+#         %m -> mm      : month           (01-12)
+#         %d -> dd      : day of month    (01-31)
+#         %h -> hh      : hours           (00-23)
+#         %H -> a       : hour code       (a-x)
+#         %M -> mm      : minutes         (00-59)
+#         %n -> ddd     : day of year     (001-366)
+#         %W -> wwww    : gps week        (0001-9999)
+#         %D -> d       : day of gps week (0-6)
+#         %s -> ssss    : station name    (lower-case)
+#         %S -> SSSS    : station name    (upper-case)
+#         %r -> rrrr    : station name
+#         %{env} -> env : environment variable
+#
+#     strings after # in a line are treated as comments
+#
+# version : $Revision:$ $Date:$
+# history : 2012/12/28  1.1  new
+#-------------------------------------------------------------------------------
+
+# data type    url Address                                                      default local directory
+
+#! PRODUCT (CDDIS)
+IGS_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igs%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGS_EPH_GLO    ftp://cddis.gsfc.nasa.gov/gps/products/%W/igl%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGS_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igs%W%D.clk.Z          c:\GNSS_DATA\product\%W
+IGS_CLK_30S    ftp://cddis.gsfc.nasa.gov/gps/products/%W/igs%W%D.clk_30s.Z      c:\GNSS_DATA\product\%W
+IGS_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igs%W7.erp.Z           c:\GNSS_DATA\product\%W
+IGR_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igr%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGR_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igr%W%D.clk.Z          c:\GNSS_DATA\product\%W
+IGR_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igr%W%D.erp.Z          c:\GNSS_DATA\product\%W
+IGU_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igu%W%D_%h.sp3.Z       c:\GNSS_DATA\product\%W
+IGU_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igu%W%D_%h.erp.Z       c:\GNSS_DATA\product\%W
+IGS_POS        ftp://cddis.gsfc.nasa.gov/gps/products/%W/igs%yP%W.snx.Z         c:\GNSS_DATA\product\%W
+IGS_ZPD        ftp://cddis.gsfc.nasa.gov/gps/products/troposphere/zpd/%Y/%n/%s%n0.%yzpd.gz c:\GNSS_DATA\product\%W
+IGS_TEC        ftp://cddis.gsfc.nasa.gov/gps/products/ionex/%Y/%n/igsg%n0.%yi.Z c:\GNSS_DATA\product\%W
+IGR_TEC        ftp://cddis.gsfc.nasa.gov/gps/products/ionex/%Y/%n/igrg%n0.%yi.Z c:\GNSS_DATA\product\%W
+
+COD_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/cod%W%D.eph.Z          c:\GNSS_DATA\product\%W
+COD_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/cod%W%D.clk.Z          c:\GNSS_DATA\product\%W
+COD_CLK_5S     ftp://ftp.unibe.ch/aiub/CODE/%Y/COD%W%D.CLK_05S.Z                c:\GNSS_DATA\product\%W
+COD_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/cod%W7.erp.Z           c:\GNSS_DATA\product\%W
+ESA_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+ESA_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W%D.clk.Z          c:\GNSS_DATA\product\%W
+ESA_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W7.erp.Z           c:\GNSS_DATA\product\%W
+GFZ_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+GFZ_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W%D.clk.Z          c:\GNSS_DATA\product\%W
+GFZ_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/esa%W7.erp.Z           c:\GNSS_DATA\product\%W
+JPL_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/jpl%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+JPL_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/jpl%W%D.clk.Z          c:\GNSS_DATA\product\%W
+JPL_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/jpl%W7.erp.Z           c:\GNSS_DATA\product\%W
+NGS_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/ngs%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+NGS_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/ngs%W%D.clk.Z          c:\GNSS_DATA\product\%W
+NGS_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/ngs%W7.erp.Z           c:\GNSS_DATA\product\%W
+SIO_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/sio%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+SIO_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/sio%W7.erp.Z           c:\GNSS_DATA\product\%W
+EMR_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/emr%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+EMR_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/emr%W%D.clk.Z          c:\GNSS_DATA\product\%W
+EMR_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/emr%W7.erp.Z           c:\GNSS_DATA\product\%W
+MIT_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/mit%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+MIT_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/mit%W%D.clk.Z          c:\GNSS_DATA\product\%W
+MIT_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/mit%W7.erp.Z           c:\GNSS_DATA\product\%W
+GRG_EPH        ftp://cddis.gsfc.nasa.gov/gps/products/%W/grg%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+GRG_CLK        ftp://cddis.gsfc.nasa.gov/gps/products/%W/grg%W%D.clk.Z          c:\GNSS_DATA\product\%W
+GRG_ERP        ftp://cddis.gsfc.nasa.gov/gps/products/%W/grg%W7.erp.Z           c:\GNSS_DATA\product\%W
+BKG_ERP        ftp://igs.ensj.ign.fr/pub/igs/products/%W/bkg%W%D.pre.Z          c:\GNSS_DATA\product\%W
+IAC_ERP        ftp://igs.ensj.ign.fr/pub/igs/products/%W/iac%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+MCC_ERP        ftp://igs.ensj.ign.fr/pub/igs/products/%W/mcc%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+MGEX_EPH_COD   ftp://cddis.gsfc.nasa.gov/gps/products/mgex/%W/com%W%D.sp3.Z     c:\GNSS_DATA\product\mgex\%W
+MGEX_EPH_TUM   ftp://cddis.gsfc.nasa.gov/gps/products/mgex/%W/tum%W%D.sp3.Z     c:\GNSS_DATA\product\mgex\%W
+MGEX_EPH_GFZ   ftp://cddis.gsfc.nasa.gov/gps/products/mgex/%W/gfm%W%D.sp3.Z     c:\GNSS_DATA\product\mgex\%W
+MGEX_EPH_GRG   ftp://cddis.gsfc.nasa.gov/gps/products/mgex/%W/grm%W%D.sp3.Z     c:\GNSS_DATA\product\mgex\%W
+RTPP_CLK       ftp://cddis.gsfc.nasa.gov/gps/products/rtpp/%W/igt%W%D.clk.Z     c:\GNSS_DATA\product\rtpp\%W
+
+#! PRODUCT (IGN)
+IGSE_EPH       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igs%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGSE_EPH_GLO   ftp://igs.ensg.ign.fr/pub/igs/products/%W/igl%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGSE_CLK       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igs%W%D.clk.Z          c:\GNSS_DATA\product\%W
+IGSE_CLK_30S   ftp://igs.ensg.ign.fr/pub/igs/products/%W/igs%W%D.clk_30s.Z      c:\GNSS_DATA\product\%W
+IGSE_ERP       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igs%W7.erp.Z           c:\GNSS_DATA\product\%W
+IGRE_EPH       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igr%W%D.sp3.Z          c:\GNSS_DATA\product\%W
+IGRE_CLK       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igr%W%D.clk.Z          c:\GNSS_DATA\product\%W
+IGRE_ERP       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igr%W%D.erp.Z          c:\GNSS_DATA\product\%W
+IGUE_EPH       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igu%W%D_%h.sp3.Z       c:\GNSS_DATA\product\%W
+IGUE_ERP       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igu%W%D_%h.erp.Z       c:\GNSS_DATA\product\%W
+IGSE_POS       ftp://igs.ensg.ign.fr/pub/igs/products/%W/igs%yP%W.snx.Z         c:\GNSS_DATA\product\%W
+
+#! PRODUCT (SOPAC)
+IGSS_EPH       ftp://garner.ucsd.edu/pub/products/%W/igs%W%D.sp3.Z              c:\GNSS_DATA\product\%W
+IGSS_EPH_GLO   ftp://garner.ucsd.edu/pub/products/%W/igl%W%D.sp3.Z              c:\GNSS_DATA\product\%W
+IGSS_CLK       ftp://garner.ucsd.edu/pub/products/%W/igs%W%D.clk.Z              c:\GNSS_DATA\product\%W
+IGSS_CLK_30S   ftp://garner.ucsd.edu/pub/products/%W/igs%W%D.clk_30s.Z          c:\GNSS_DATA\product\%W
+IGSS_ERP       ftp://garner.ucsd.edu/pub/products/%W/igs%W7.erp.Z               c:\GNSS_DATA\product\%W
+IGRS_EPH       ftp://garner.ucsd.edu/pub/products/%W/igr%W%D.sp3.Z              c:\GNSS_DATA\product\%W
+IGRS_CLK       ftp://garner.ucsd.edu/pub/products/%W/igr%W%D.clk.Z              c:\GNSS_DATA\product\%W
+IGRS_ERP       ftp://garner.ucsd.edu/pub/products/%W/igr%W%D.erp.Z              c:\GNSS_DATA\product\%W
+IGUS_EPH       ftp://garner.ucsd.edu/pub/products/%W/igu%W%D_%h.sp3.Z           c:\GNSS_DATA\product\%W
+IGUS_ERP       ftp://garner.ucsd.edu/pub/products/%W/igu%W%D_%h.erp.Z           c:\GNSS_DATA\product\%W
+IGSS_POS       ftp://garner.ucsd.edu/pub/products/%W/igs%yp%W%D.snx.Z           c:\GNSS_DATA\product\%W
+
+#! PRODUCT (CODE)
+COD_DCB_P1P2   ftp://ftp.unibe.ch/aiub/CODE/%Y/P1P2%y%m.DCB.Z                   c:\GNSS_DATA\data\dcb
+COD_DCB_P1C1   ftp://ftp.unibe.ch/aiub/CODE/%Y/P1C1%y%m.DCB.Z                   c:\GNSS_DATA\data\dcb
+COD_DCB_P2C2   ftp://ftp.unibe.ch/aiub/CODE/%Y/P2C2%y%m.DCB.Z                   c:\GNSS_DATA\data\dcb
+
+#! PRODUCT (JAXA)
+JAXA_EPH       http://qz-vision.jaxa.jp/USE/archives/final/%Y/qzf%W%D.sp3       c:\GNSS_DATA\product\qzv\%W
+
+#! DATA (CDDIS)
+IGS_OBS        ftp://cddis.gsfc.nasa.gov/gps/data/daily/%Y/%n/%yd/%s%n0.%yd.Z   c:\GNSS_DATA\data\%Y\%n
+IGS_NAV        ftp://cddis.gsfc.nasa.gov/gps/data/daily/%Y/%n/%yn/brdc%n0.%yn.Z c:\GNSS_DATA\data\%Y\%n
+IGS_NAV_GLO    ftp://cddis.gsfc.nasa.gov/gps/data/daily/%Y/%n/%yg/brdc%n0.%yg.Z c:\GNSS_DATA\data\%Y\%n
+IGS_NAV_S      ftp://cddis.gsfc.nasa.gov/gps/data/daily/%Y/%n/%yn/%s%n0.%yn.Z   c:\GNSS_DATA\data\%Y\%n
+IGS_NAV_S_GLO  ftp://cddis.gsfc.nasa.gov/gps/data/daily/%Y/%n/%yg/%s%n0.%yg.Z   c:\GNSS_DATA\data\%Y\%n
+IGS_OBS_H      ftp://cddis.gsfc.nasa.gov/gps/data/hourly/%Y/%n/%h/%s%n%H.%yd.Z  c:\GNSS_DATA\data\%Y\%n
+IGS_NAV_H      ftp://cddis.gsfc.nasa.gov/gps/data/hourly/%Y/%n/%h/%s%n%H.%yn.Z  c:\GNSS_DATA\data\%Y\%n
+IGS_NAV_H_GLO  ftp://cddis.gsfc.nasa.gov/gps/data/hourly/%Y/%n/%h/%s%n%H.%yg.Z  c:\GNSS_DATA\data\%Y\%n
+IGS_OBS_HR     ftp://cddis.gsfc.nasa.gov/gps/data/highrate/%Y/%n/%yd/%h/%s%n%H%M.%yd.Z c:\GNSS_DATA\data\hr\%Y\%n
+IGS_NAV_HR     ftp://cddis.gsfc.nasa.gov/gps/data/highrate/%Y/%n/%yn/%h/%s%n%H%M.%yn.Z c:\GNSS_DATA\data\hr\%Y\%n
+IGS_NAV_HR_GLO ftp://cddis.gsfc.nasa.gov/gps/data/highrate/%Y/%n/%yn/%h/%s%n%H%M.%yg.Z c:\GNSS_DATA\data\hr\%Y\%n
+MGEX_OBS       ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yo/%s%n0.%yo.Z c:\GNSS_DATA\data_mgex\%Y\%n
+MGEX_NAV       ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yp/brdm%n0.%yp.Z c:\GNSS_DATA\data_mgex\%Y\%n
+MGEX_NAV_S     ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yn/%s%n0.%yn.Z c:\GNSS_DATA\data_mgex\%Y\%n
+MGEX_NAV_GLO   ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yg/%s%n0.%yg.Z c:\GNSS_DATA\data_mgex\%Y\%n
+MGEX_NAV_GAL   ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yl/%s%n0.%yl.Z c:\GNSS_DATA\data_mgex\%Y\%n
+MGEX_NAV_QZS   ftp://cddis.gsfc.nasa.gov/gps/data/campaign/mgex/daily/rinex3/%Y/%n/%yq/%s%n0.%yq.Z c:\GNSS_DATA\data_mgex\%Y\%n
+
+#! DATA (IGN)
+IGSE_OBS       ftp://igs.ensg.ign.fr/pub/igs/data/%Y/%n/%s%n0.%yd.Z             c:\GNSS_DATA\data\%Y\%n
+IGSE_NAV       ftp://igs.ensg.ign.fr/pub/igs/data/%Y/%n/brdc%n0.%yn.Z           c:\GNSS_DATA\data\%Y\%n
+IGSE_NAV_GLO   ftp://igs.ensg.ign.fr/pub/igs/data/%Y/%n/brdc%n0.%yg.Z           c:\GNSS_DATA\data\%Y\%n
+IGSE_NAV_S     ftp://igs.ensg.ign.fr/pub/igs/data/%Y/%n/%s%n0.%yn.Z             c:\GNSS_DATA\data\%Y\%n
+IGSE_NAV_S_GLO ftp://igs.ensg.ign.fr/pub/igs/data/%Y/%n/%s%n0.%yg.Z             c:\GNSS_DATA\data\%Y\%n
+
+#! DATA (SOPAC)
+IGSS_OBS       ftp://garner.ucsd.edu/pub/rinex/%Y/%n/%s%n0.%yd.Z                c:\GNSS_DATA\data\%Y\%n
+IGSS_NAV_S     ftp://garner.ucsd.edu/pub/nav/%Y/%n/%s%n0.%yn.Z                  c:\GNSS_DATA\data\%Y\%n
+
+#! DATA (JAXA)
+JAXA_NAV_GPS   http://qz-vision.jaxa.jp/USE/archives/ephemeris/%Y/brdc%n0.%yn   c:\GNSS_DATA\data_qzss\%Y\%n
+JAXA_NAV_QZS   http://qz-vision.jaxa.jp/USE/archives/ephemeris/%Y/brdc%n0.%yq   c:\GNSS_DATA\data_qzss\%Y\%n
+
+#! DATA (GSI)
+GSI_OBS        ftp://terras.gsi.go.jp/data/GPS_products/%Y/%n/%s%n0.%yo.gz      c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_NAV        ftp://terras.gsi.go.jp/data/GPS_products/%Y/%n/%s%n0.%yn.gz      c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_OBS_QZS    ftp://terras.gsi.go.jp/data/QZSS_products/%Y/%n/%s%n0.%yo.gz     c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_NAV_QZS    ftp://terras.gsi.go.jp/data/QZSS_products/%Y/%n/%s%n0.%yN.tar.gz c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_OBS_3H     ftp://terras.gsi.go.jp/data/GPS_products/%Y/%n/%s%n%N.%yo.gz     c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_NAV_3H     ftp://terras.gsi.go.jp/data/GPS_products/%Y/%n/%s%n%N.%yn.gz     c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_OBS_QZS_3H ftp://terras.gsi.go.jp/data/QZSS_products/%Y/%n/%s%n%N.%yo.gz    c:\GNSS_DATA\data_gsi\%Y\%n
+GSI_NAV_QZS_3H ftp://terras.gsi.go.jp/data/QZSS_products/%Y/%n/%s%n%N.%yN.tar.gz c:\GNSS_DATA\data_gsi\%Y\%n
+
+#! IERS EOP
+IERS_EOP_BULA  ftp://maia.usno.navy.mil/ser7/ser7.dat                           c:\GNSS_DATA\data_iers
+IERS_EOP_BULB  ftp://hpiers.obspm.fr/iers/bul/bulb_new/bulletinb.%N             c:\GNSS_DATA\data_iers
+IERS_EOP_BULC  ftp://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat                c:\GNSS_DATA\data_iers
+
+#! ANTEX
+IGS_ATX_08     ftp://igs.org/pub/station/general/igs08.atx                      c:\GNSS_DATA\data\pcv
+IGS_ATX_05     ftp://igs.org/pub/station/general/igs05.atx                      c:\GNSS_DATA\data\pcv
+IGS_ATX_08W    ftp://igs.org/pub/station/general/igs08_%W.atx                   c:\GNSS_DATA\data\pcv
+
+#! VMF1 GRID DATA
+VMF_GRID       http://ggosatm.hg.tuwien.ac.at/DELAY/GRID/VMFG/%Y/VMFG_%Y%m%d.H%h c:\GNSS_DATA\data_vmf\%Y
+
+#! NANU
+CELS_NANU      http://celestrak.com/GPS/NANU/%Y/nanu.%Y%n.txt                   c:\GNSS_DATA\nanu
+
diff --git a/data/cres_raw_10hz.cmd b/data/cres_raw_10hz.cmd
new file mode 100644
index 0000000..bbc8df6
--- /dev/null
+++ b/data/cres_raw_10hz.cmd
@@ -0,0 +1,12 @@
+$JRESET

+$JWAASPRN,129,137

+$JBIN,94,1

+$JBIN,95,1

+$JBIN,96,10

+$JBIN,80,1

+
+@
+$JBIN,94,0

+$JBIN,95,0

+$JBIN,96,0

+$JBIN,80,0

diff --git a/data/cres_raw_1hz.cmd b/data/cres_raw_1hz.cmd
new file mode 100644
index 0000000..868aeee
--- /dev/null
+++ b/data/cres_raw_1hz.cmd
@@ -0,0 +1,12 @@
+$JRESET

+$JWAASPRN,129,137

+$JBIN,94,1

+$JBIN,95,1

+$JBIN,96,1

+$JBIN,80,1

+
+@
+$JBIN,94,0

+$JBIN,95,0

+$JBIN,96,0

+$JBIN,80,0

diff --git a/data/elmask_sample.txt b/data/elmask_sample.txt
new file mode 100644
index 0000000..81a991a
--- /dev/null
+++ b/data/elmask_sample.txt
@@ -0,0 +1,24 @@
+%
+% sample of elevation mask data for rtkplot
+%
+% azimuth(deg) el-mask(deg)
+%
+
+  0   10
+ 10   30
+ 30   45
+105   15
+120    5
+132   30
+140   45
+160   65
+200   30
+210   20
+230   60
+260   45
+275   40
+295   10
+320   35
+355   10
+360   10
+
diff --git a/data/gnssdatasrc.txt b/data/gnssdatasrc.txt
new file mode 100644
index 0000000..b62cb1f
--- /dev/null
+++ b/data/gnssdatasrc.txt
@@ -0,0 +1,203 @@
+#-------------------------------------------------------------------------------
+# data source definition file for rtklib gnss data downloader
+#
+# [note]   : keywords in address replaced as follows.
+#                %S -> station/centre code (UPPER case)
+#                %s -> station/centre code (lower case)
+#                %G -> GSI station code
+#                %Y -> year        (1990-2010)
+#                %y -> year        (00-99)
+#                %m -> month       (01-12)
+#                %d -> day         (01-31)
+#                %n -> day of year (001-366)
+#                %h -> hour        (00-23)
+#                %ha-> 3H hour     (00,03,06,...,21)
+#                %hb-> 6H hour     (00,06,12,18)
+#                %hc-> 12H hour    (00,12)
+#                %H -> hour code   (a,b,c,...,x)
+#                %t -> minute      (00,15,30,45)
+#                %g -> 3H hour     (02,05,08,...,23)
+#                %f -> 3H sequence no (1=00,2=03,...,8=21)
+#                %W -> gpsweek no. (0000-9999)
+#                %N -> sequence no. (0000-9999)
+#                %D -> day of gpsweek (0-6)
+#                %M -> iers bulletin month (1- )
+#                %RO-> RINEX OBS (%s%n0.%yo)
+#                %RD-> RINEX COBS (%s%n0.%yd)
+#                %RN-> RINEX NAV (GPS) (%s%n0.%yn)
+#                %RG-> RINEX NAV (GLONASS) (%s%n0.%yg)
+#                %RM-> RINEX MET (%s%n0.%ym)
+#                %RS-> RINEX SUM (%s%n0.%ys)
+#                %{s1|s2|...|sn}->strings s1,s2,...,sn
+#------------------------------------------------------------------------------
+
+# server address --------------------------------------------------------------
+
+$cddis  =ftp://cddis.gsfc.nasa.gov        # CDDIS
+$sopac  =ftp://garner.ucsd.edu/pub        # SOPAC
+$ign    =ftp://igs.ensg.ign.fr/pub        # IGN
+$gsi    =ftp://terras.gsi.go.jp/data      # GSI
+$usno   =ftp://tycho.usno.navy.mil/pub    # USNO
+$rish   =ftp://db-dods.rish.kyoto-u.ac.jp # Kyoto Univ RISH
+$jma    =ftp://ddb.kishou.go.jp/pub       # JMA DDB
+$podaac =ftp://podaac.jpl.nasa.gov/pub    # JPL PODACC
+$code   =ftp://ftp.unibe.ch/aiub/CODE     # CODE
+$kasi   =ftp://nfs.kasi.re.kr             # KASI
+$ngs1   =ftp://www.ngs.noaa.gov           # NGS1
+$ngs2   =ftp://alt.ngs.noaa.gov           # NGS2
+$tuwien =http://www.hg.tuwien.ac.at       # TUWIEN
+
+$1      =Observation Data
+$2      =Products
+$3      =Earth Rotation Param
+$4      =Others
+
+# observation data ------------------------------------------------------------
+
+$1,IGS OBS DAILY (CDDIS),      $cddis+/gps/data/daily/%Y/%n/%yd/%RD.Z
+$1,IGS NAV COMB  (CDDIS),      $cddis+/gps/data/daily/%Y/%n/%yn/brdc%n0.%yn.Z
+$1,IGS GNAV COMB (CDDIS),      $cddis+/gps/data/daily/%Y/%n/%yg/brdc%n0.%yg.Z
+$1,IGS NAV DAILY (CDDIS),      $cddis+/gps/data/daily/%Y/%n/%yn/%RN.Z
+$1,IGS MET DAILY (CDDIS),      $cddis+/gps/data/daily/%Y/%n/%ym/%RM.Z
+
+$1,IGS OBS HOURLY (CDDIS),     $cddis+/gps/data/hourly/%Y/%n/%h/%s%n%H.%yd.Z
+$1,IGS NAV HOURLY (CDDIS),     $cddis+/gps/data/hourly/%Y/%n/%h/%s%n%H.%yn.Z
+$1,IGS MET HOURLY (CDDIS),     $cddis+/gps/data/hourly/%Y/%n/%h/%s%n%H.%ym.Z
+
+$1,IGS OBS H-RATE (CDDIS),     $cddis+/gps/data/highrate/%Y/%n/%yd/%h/%s%n%H%t.%yd.Z
+$1,IGS NAV H-RATE (CDDIS),     $cddis+/gps/data/highrate/%Y/%n/%yn/%h/%s%n%H%t.%yn.Z
+$1,IGS MET H-RATE (CDDIS),     $cddis+/gps/data/highrate/%Y/%n/%ym/%h/%s%n%H%t.%ym.Z
+
+$1,IGS OBS DAILY (SOPAC),      $sopac+/rinex/%Y/%n/%RD.Z
+$1,IGS MET DAILY (SOPAC),      $sopac+/met/%Y/%n/%RM.Z
+
+$1,IGS OBS H-RATE (KASI),      $kasi+/gps/data/hrate/%Y/%n/%yd/%h/%s%n%H%t.%yd.Z
+$1,IGS NAV H-RATE (KASI),      $kasi+/gps/data/hrate/%Y/%n/%yn/%h/%s%n%H%t.%yn.Z
+$1,IGS NAV DAILY (KASI),       $kasi+/gps/data/daily/%Y/%n/%yn/%RN.Z
+
+$1,GSI OBS 24H GEONET,         $gsi+/GPS_products/%Y/%n/%G%n0.%yo.gz
+$1,GSI NAV 24H GEONET,         $gsi+/GPS_products/%Y/%n/%G%n0.%yn.gz
+$1,GSI OBS  3H GEONET,         $gsi+/GPS_products/%Y/%n/%G%n%f.%yo.gz
+$1,GSI NAV  3H GEONET,         $gsi+/GPS_products/%Y/%n/%G%n%f.%yn.gz
+
+$1,NGS OBS 24H CORS (NGS1),    $ngs1+/cors/rinex/%Y/%n/%s/%s%n0.%yd.Z
+$1,NGS OBS 24H CORS HR (NGS1), $ngs1+/cors/rinex/%Y/%n/%s/%s%n0.%yo.gz
+$1,NGS OBS  1H CORS (NGS1),    $ngs1+/cors/rinex/%Y/%n/%s/%s%n%H.%yd.Z
+$1,NGS OBS 24H CORS (NGS2),    $ngs2+/cors/rinex/%Y/%n/%s/%s%n0.%yd.Z
+$1,NGS OBS 24H CORS HR (NGS2), $ngs2+/cors/rinex/%Y/%n/%s/%s%n0.%yo.gz
+$1,NGS OBS  1H CORS (NGS2),    $ngs2+/cors/rinex/%Y/%n/%s/%s%n%H.%yd.Z
+
+$1,CHAMP OBS (CDDIS),          $cddis+/gps/data/satellite/champ/%Y/%n/cham%n0.%yd.Z
+$1,CHAMP SUM (CDDIS),          $cddis+/gps/data/satellite/champ/%Y/%n/cham%n0.%ys.Z
+$1,JASON-1 OBS (CDDIS),        $cddis+/gps/data/satellite/champ/%Y/%n/jas1%n0.%yd.Z
+$1,JASON-1 SUM (CDDIS),        $cddis+/gps/data/satellite/champ/%Y/%n/jas1%n0.%ys.Z
+
+$1,USNO NANUs,                 $usno+/gps/gpsnanu.%Y
+$1,USNO NANUs sat index,       $usno+/gps/gpsout%y.txt
+
+# products ---------------------------------------------------------------------
+
+$2,IGS EPH Final (CDDIS),      $cddis+/gps/products/%W/igs%W%D.sp3.Z
+$2,IGS GEPH Final (CDDIS),     $cddis+/glonass/products/%W/igl%W%D.sp3.Z
+$2,IGS CLK Final (CDDIS),      $cddis+/gps/products/%W/igs%W%D.clk.Z
+$2,IGS ERP Final (CDDIS),      $cddis+/gps/products/%W/igs%W7.erp.Z
+$2,IGS SUM Final (CDDIS),      $cddis+/gps/products/%W/igs%W7.sum.Z
+$2,IGS CLK Final(30S)(CDDIS),  $cddis+/gps/products/%W/igs%W%D.clk_30s.Z
+
+$2,IGS EPH Rapid (CDDIS),      $cddis+/gps/products/%W/igr%W%D.sp3.Z
+$2,IGS CLK Rapid (CDDIS),      $cddis+/gps/products/%W/igr%W%D.clk.Z
+$2,IGS ERP Rapid (CDDIS),      $cddis+/gps/products/%W/igr%W%D.erp.Z
+$2,IGS SUM Rapid (CDDIS),      $cddis+/gps/products/%W/igr%W%D.sum.Z
+
+$2,IGS EPH URapid (CDDIS),     $cddis+/gps/products/%W/igu%W%D_%hb.sp3.Z
+$2,IGS ERP URapid (CDDIS),     $cddis+/gps/products/%W/igu%W%D_%hb.erp.Z
+$2,IGS SUM URapid (CDDIS),     $cddis+/gps/products/%W/igu%W%D_%hb.sum.Z
+
+$2,IGS POS Final (CDDIS),      $cddis+/gps/products/%W/igs%yP%W.snx.Z
+$2,IGS POS Final (SOPAC),      $sopac+/products/%W/igs%yp%W.snx.Z
+$2,IGS POS Final (IGN),        $ign+/igs/products/%W/igs%yP%W.snx.Z
+
+$2,IGS ZPD Final OLD (CDDIS),  $cddis+/gps/products/trop/%W/%s%W.zpd.Z
+$2,IGS ZPD Final NEW (CDDIS),  $cddis+/gps/products/trop_new/%Y/%n/%s%n0.%yzpd.gz
+$2,IGS ZPD Final (SOPAC),      $sopac+/troposphere/%W/%s%W.zpd.Z
+$2,IGS ZPD Final (IGN),        $ign+/igs/tropo/%W/%s%W.zpd.Z
+$2,IGS ZPD URapid (CDDIS),     $cddis+/gps/products/trop/nrt/%W/igs60_%W%D_%g.tro.Z
+
+$2,IGS TEC Final (CDDIS),      $cddis+/gps/products/ionex/%Y/%n/igsg%n0.%yi.Z
+$2,IGS TEC Rapid (CDDIS),      $cddis+/gps/products/ionex/%Y/%n/igrg%n0.%yi.Z
+$2,IGS TEC Final (IGN),        $ign+/igs/iono/%Y/%n/igsg%n0.%yi.Z
+
+$2,GSI POS(F1) GEONET,         $gsi+/coordinates_F1/%Y/%S.%y.pos
+$2,GSI POS(F2) GEONET,         $gsi+/coordinates_F2/%Y/%S.%y.pos
+$2,GSI POS(F3) GEONET,         $gsi+/coordinates_F3/%Y/%S.%y.pos
+
+$2,COD EPH (CDDIS),            $cddis+/gps/products/%W/cod%W%D.eph.Z
+$2,COD CLK (CDDIS),            $cddis+/gps/products/%W/cod%W%D.clk.Z
+$2,COD ERP (CDDIS),            $cddis+/gps/products/%W/cod%W7.erp.Z
+$2,EMR EPH (CDDIS),            $cddis+/gps/products/%W/emr%W%D.sp3.Z
+$2,EMR CLK (CDDIS),            $cddis+/gps/products/%W/emr%W%D.clk.Z
+$2,EMR ERP (CDDIS),            $cddis+/gps/products/%W/emr%W7.erp.Z
+$2,ESA EPH (CDDIS),            $cddis+/gps/products/%W/esa%W%D.sp3.Z
+$2,ESA CLK (CDDIS),            $cddis+/gps/products/%W/esa%W%D.clk.Z
+$2,ESA ERP (CDDIS),            $cddis+/gps/products/%W/esa%W7.erp.Z
+$2,GFZ EPH (CDDIS),            $cddis+/gps/products/%W/gfz%W%D.sp3.Z
+$2,GFZ CLK (CDDIS),            $cddis+/gps/products/%W/gfz%W%D.clk.Z
+$2,GFZ ERP (CDDIS),            $cddis+/gps/products/%W/gfz%W7.erp.Z
+$2,JPL EPH (CDDIS),            $cddis+/gps/products/%W/jpl%W%D.sp3.Z
+$2,JPL CLK (CDDIS),            $cddis+/gps/products/%W/jpl%W%D.clk.Z
+$2,JPL ERP (CDDIS),            $cddis+/gps/products/%W/jpl%W7.erp.Z
+$2,MIT EPH (CDDIS),            $cddis+/gps/products/%W/mit%W%D.sp3.Z
+$2,MIT CLK (CDDIS),            $cddis+/gps/products/%W/mit%W%D.clk.Z
+$2,MIT ERP (CDDIS),            $cddis+/gps/products/%W/mit%W7.erp.Z
+$2,NGS EPH (CDDIS),            $cddis+/gps/products/%W/ngs%W%D.sp3.Z
+$2,NGS ERP (CDDIS),            $cddis+/gps/products/%W/ngs%W7.erp.Z
+$2,SIO EPH (CDDIS),            $cddis+/gps/products/%W/sio%W%D.sp3.Z
+$2,SIO ERP (CDDIS),            $cddis+/gps/products/%W/sio%W7.erp.Z
+$2,GRG EPH (CDDIS),            $cddis+/gps/products/%W/grg%W%D.sp3.Z
+$2,GRG CLK (CDDIS),            $cddis+/gps/products/%W/grg%W%D.clk.Z
+$2,GRG ERP (CDDIS),            $cddis+/gps/products/%W/grg%W7.erp.Z
+
+$2,COD ION (CODE),             $code+/%Y/CODG%n0.%yI.Z
+$2,COD EPH Rapid (CODE),       $code+/COD%W%D.EPH_R
+$2,COD CLK Rapid (CODE),       $code+/COD%W%D.CLK_R
+$2,COD ERP Rapid (CODE),       $code+/COD%W%D.ERP_R
+$2,COD TRO Rapid (CODE),       $code+/COD%W%D.TRO_R
+$2,COD ION Rapid (CODE),       $code+/CORG%n0.%yI.Z
+$2,COD EPH URapid (CODE),      $code+/COD.EPH_U
+$2,COD ERP URapid (CODE),      $code+/COD.ERP_U
+$2,COD TRO URapid (CODE),      $code+/COD.TRO_U
+$2,COD P1P2 (CODE),            $code+/%Y/P1P2%y%m.DCB.Z
+$2,COD P1C1 (CODE),            $code+/%Y/P1C1%y%m.DCB.Z
+$2,COD P1P2 ALL (CODE),        $code+/P1P2_ALL.DCB
+$2,COD CLK 5S (CODE),          $code+/%Y/COD%W%D.CLK_05S.Z
+$2,COD EPH (CODE),             $code+/%Y/COD%W%D.EPH.Z
+$2,COD ERP (CODE),             $code+/%Y/COD%W7.ERP.Z
+
+$2,GRACE LEVEL1B (JPL)(OLD),   $podaac+/grace/data/L1B/RL00/%Y/grace_1B_%Y-%m-%d_00.tar.gz
+$2,GRACE LEVEL1B (JPL),        $podaac+/grace/data/L1B/RL01/%Y/grace_1B_%Y-%m-%d_01.tar.gz
+
+# eop --------------------------------------------------------------------------
+
+$3,IERS Bulletin A,            ftp://maia.usno.navy.mil/ser7/ser7.dat
+$3,IERS Bulletin B,            ftp://hpiers.obspm.fr/iers/bul/bulb/bulletinb.%M
+$3,IERS Bulletin C,            ftp://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat
+$3,IERS EOP C04,               ftp://hpiers.obspm.fr/iers/eop/eopc04/eopc04.%y
+
+% others -----------------------------------------------------------------------
+
+$4,IGSMAIL,                    $cddis+/gps/igsmail/igsmess.%N
+$4,IGSREPORT,                  $cddis+/gps/igsreport/igsreport.%N
+$4,IGSMAIL(ARCHIVE),           $cddis+/gps/igsmail/%Y/igsmess.%N
+$4,IGSREPORT(ARCHIVE),         $cddis+/gps/igsreport/%Y/igsreport.%N
+$4,IGSMAIL INDEX,              $cddis+/gps/igsmail/igsmess_%Y.index
+$4,IGSREPORT INDEX,            $cddis+/gps/igsreport/igsreport_%Y.index
+
+$4,VMF1 GRID (AH),             $tuwien+/ecmwf1/GRID/%Y/ah%y%n.h%hb
+$4,VMF1 GRID (AW),             $tuwien+/ecmwf1/GRID/%Y/aw%y%n.h%hb
+$4,VMF1 GRID (ZH),             $tuwien+/ecmwf1/GRID/%Y/zh%y%n.h%hb
+$4,VMF1 GRID (ZW),             $tuwien+/ecmwf1/GRID/%Y/zw%y%n.h%hb
+$4,VMF1 GRID_FC (AH),          $tuwien+/ecmwf1/GRID_FC/%Y/ah%y%n.h%hb
+$4,VMF1 GRID_FC (AW),          $tuwien+/ecmwf1/GRID_FC/%Y/aw%y%n.h%hb
+$4,VMF1 GRID_FC (ZH),          $tuwien+/ecmwf1/GRID_FC/%Y/zh%y%n.h%hb
+$4,VMF1 GRID_FC (ZW),          $tuwien+/ecmwf1/GRID_FC/%Y/zw%y%n.h%hb
+
diff --git a/data/igs10P1565_wocov.snx b/data/igs10P1565_wocov.snx
new file mode 100644
index 0000000..1f06bd1
--- /dev/null
+++ b/data/igs10P1565_wocov.snx
@@ -0,0 +1,4590 @@
+%=SNX 2.00 NRC 10:020:68995 NRC 10:002:00000 10:011:00000 P 01127 2 X E         
+*-------------------------------------------------------------------------------
++FILE/REFERENCE                                                                 
+ DESCRIPTION        IGS AC G-network Combination
+ OUTPUT             Combined AC solution for week 1565
+ CONTACT            RFerland at NRCan.gc.ca
+ SOFTWARE           sinex_combine
+ HARDWARE           x86_64 GNU/Linux
+ INPUT              AC files
+-FILE/REFERENCE                                                                 
+*-------------------------------------------------------------------------------
++FILE/COMMENT                                                                   
+-FILE/COMMENT                                                                   
+*-------------------------------------------------------------------------------
++INPUT/ACKNOWLEDGMENTS                                                          
+*AGY ______________FULL_DESCRIPTION_____________________________________________
+ COD Centre for Orbit Determination in Europe, Bern, C.H.                       
+ ESA European Space Agency, Darmstadt, Germany                                  
+ GFZ Geoforschungszentrum, Potsdam, Germany                                     
+ IGN International Earth Rotation Service, Paris, France (ITRF97 RS51)          
+ JPL Jet Propulsion Labs, Pasadena, California, U.S.A.                          
+ MIT Massachusetts Institute of Technology, Cambridge, Mass., U.S.A.            
+ NCL University of Newcastle, Newcastle upon Tyne, U.K.                         
+ NGS National Geodetic Survey, Silver Springs, Maryland, U.S.A.                 
+ NRC Natural Resources Canada, Ottawa, Ontario, Canada                          
+ SIO Scripps Institute of Oceanography, San Diego, California, U.S.A.           
+-INPUT/ACKNOWLEDGMENTS                                                          
+*-------------------------------------------------------------------------------
++INPUT/HISTORY                                                                  
+*_Version_ Cre __Creation__ Own _Data_start_ _Data_end___ T Param S Type_       
+ +SNX 1.00 NGS 10:015:18557 NGS 10:003:00000 10:009:86370 P 00660 2 X E         
+ +SNX 1.00 NRC 10:013:39122 NRC 10:003:00000 10:010:43200 P 00332 0 X E         
+ +SNX 2.00 ESA 10:020:50673 ESA 10:002:86385 10:009:86385 P 00549 1 X E         
+ +SNX 2.00 GRG 10:015:32214 GRG 10:003:00000 10:010:86399 C 00341 1 E           
+ +SNX 2.00 IGN 10:020:51565 IGN 96:021:00000 06:001:00000 P 00792 1 X V         
+ =SNX 2.00 NRC 10:020:68995 NRC 10:002:00000 10:011:00000 P 01127 2 X E         
+ +SNX 2.01 COD 10:014:32225 COD 10:002:00000 10:011:00000 P 00909 0 E           
+ +SNX 2.01 GFZ 10:015:33300 GFZ 10:002:00000 10:011:00000 P 00702 1 E           
+ +SNX 2.01 MIT 10:013:70622 MIT 10:002:00000 10:010:86370 P 00906 2 E           
+ +SNX 2.01 SIO 10:015:60857 SIO 10:002:00000 10:010:86370 P 00906 2 E           
+ +SNX 2.02 JPL 10:015:77928 JPL 10:003:00000 10:010:00000 P 00420 2 E           
+-INPUT/HISTORY                                                                  
+*-------------------------------------------------------------------------------
++INPUT/FILES                                                                    
+*Own __Creation__ __filename___________________ __Description ________________
+ NGS 10:015:18557 ngs15657.snx                  AC SINEX
+ NRC 10:013:39122 emr15657.snx                  AC SINEX
+ ESA 10:020:50673 esa15657.snx                  AC SINEX
+ IGN 10:020:51565 ITRF_IGS05.snx                ITRF Reference SINEX            
+-INPUT/FILES                                                                    
+*-------------------------------------------------------------------------------
++SITE/ID
+ ABMF  A 97103M001 P Les Abymes, FR         298 28 20.9  16 15 44.3   -25.6
+ ABPO  A 33302M001 P Antananarivo, Madagasc  47 13 45.2 -19  1  5.9  1553.0
+ ACOR  A 13434M001 P A Corunai, SPAIN       351 36  3.8  43 21 51.8    66.9
+ ADE1  A 50109S001 P Salisbury, Australia   138 38 50.4 -34 43 44.4    38.2
+ ADIS  A 31502M001 P Addis Ababa, ETHIOPIA   38 45 58.7   9  2  6.5  2439.2
+ AIRA  A 21742S001 P Aira, Japan            130 35 58.5  31 49 26.6   314.6
+ AJAC  A 10077M005 P Ajaccio, France          8 45 45.4  41 55 38.8    99.0
+ ALAC  A 13433M001 P Alicante, SPAIN        359 31  7.6  38 20 20.1    60.3
+ ALBH  A 40129M003 P Victoria, Canada       236 30 45.4  48 23 23.3    32.0
+ ALGO  A 40104M002 P ALGONQUIN PARK, CANADA 281 55 43.0  45 57 31.7   202.0
+ ALIC  A 50137M001 P Alice Springs, Austral 133 53  7.8 -23 40 12.4   603.4
+ ALME  A 13437M001 P Almeria                357 32 26.0  36 51  9.1   127.5 
+ ALRT  A 40162M001 P Alert (Ellesmere Islan 297 39 34.3  82 29 39.5    78.1
+ AMC2  A 40472S004 P Colorado Springs, U.S. 255 28 31.5  38 48 11.2  1912.5
+ ANKR  A 20805M002 P Ankara, Turkey          32 45 30.9  39 53 15.0   974.8
+ AREQ  A 42202M005 P Arequipa, Peru         288 30 25.9 -16 27 55.9  2488.9
+ ARTU  A 12362M001 P Arti, Russian Federati  58 33 37.6  56 25 47.4   247.5
+ ASPA  A 50503S006 P Pago Pago, U.S.A.      189 16 39.3 -14 19 34.0    53.7
+ AUCK  A 50209M001 P Whangaparaoa Peninsula 174 50  3.8 -36 36 10.1   132.0
+ AZCN  A 49504M001 P Aztec, USA             252 05 20.4  36 50 23.3  1862.9
+ AZCO  A 49454M001 P Bisbee, US             250  4 15.1  31 23 27.8  1473.2
+ AZRY  A 49971M001 P Anza_Gravel            243 22 13.1  33 32 24.3  1265.7
+ BAIE  A 40151M001 P BAIE COMEAU, CANADA    291 44 12.0  49 11 12.6    27.5
+ BAKE  A 40152M001 P BAKER LAKE, CANADA     263 59 51.6  64 19  4.2     4.4
+ BAKO  A 23101M002 P Cibinong, Indonesia    106 50 60.0  -6 29 24.0   158.2
+ BAMF  A 40190M001 P Bamfield, Canada       234 51 53.7  48 50  7.1    11.1
+ BAN2  A 22306M003 P Bangalore, India        77 30 41.7  13  2  3.5   831.9
+ BAR1  A 49656M001 P BAR1_SCGN_CS2002       240 58 13.0  33 28 49.6    14.8
+ BARH  A 49927S001 P Bar Harbor, USA        291 46 41.9  44 23 42.0     7.4
+ BAYR  A 49612S001 P Saginaw                276  6 29.8  43 26 46.4   148.9
+ BBRY  A 49937M001 P BBRY_SCGN_CS           243 06 56.7  34 15 51.4  2051.1
+ BDOS  A 43401M001 P Bridgetown, Barbados   300 23 27.2  13  5 16.6   -38.6
+ BJFS  A 21601M001 P Fangshan, China        115 53 32.9  39 36 31.1    87.4
+ BLYT  A 40479M001 P Blythe, USA            245 17 24.0  33 36 36.0    85.9
+ BOGO  A 12207M002 P Borowa Gora 40 km to    21 02 07.1  52 28 33.2   149.6     
+ BOGT  A 41901M001 P Bogota, Colombia       285 55  8.6   4 38 24.3  2576.8
+ BOR1  A 12205M002 P Borowiec, Poland        17  4  0.5  52  6  0.7   124.0
+ BREW  A 40473M001 P Brewster, USA          240 19  2.5  48  7 53.5   238.6
+ BRFT  A 41602M002 P Eusebio, Brazil        321 34 28.1  -3 52 38.8    21.7
+ BRMU  A 42501S004 P Bermuda, UK            295 18 13.4  32 22 13.4   -11.6
+ BRST  A 10004M004 P Brest, France          355 30 12.2  48 22 49.8    65.8
+ BRUS  A 13101M004 P Brussels, Belgium        4 21 33.1  50 47 52.1   149.7
+ BUCU  A 11401M001 P Bucuresti, Romania      26  7 32.7  44 27 50.2   143.2
+ BUE1  A 41505S007 P San Martin, Argentina  301 28 50.5 -34 34 25.3    48.8
+ CAGL  A 12725M003 P Cagliari, Italy          8 58 22.1  39  8  9.2   238.4
+ CAGS  A 40147M001 P Gatineau, Canada       284 11 33.7  45 35  6.0   235.0
+ CAGZ  A 12725M004 P Capoterra, Italy         8 58 21.9  39  8  9.2   238.0
+ CANT  A 13438M001 P Santander              356 12  7.0  43 28 19.1    99.2
+ CAS1  A 66011M001 P Casey, Antarctica      110 31 10.9 -66 17  0.2    22.6
+ CASC  A 13909S001 P Cascais, Portugal      350 34 53.4  38 41 36.2    77.1     
+ CAT2  A 49728M001 P Avalon, USA            241 39 58.3  33 18 41.8   477.2
+ CCJ2  A 21732M002 P CHICHIJIMA_2           142 11 42.1  27 04  3.1   104.2
+ CCJM  A 21732S003 P Ogasawara, Japan       142 11  4.5  27  5 44.1   208.8
+ CEBR  A 13408M001 P Cebreros               355 37 55.7  40 27 12.3   775.8 
+ CEDU  A 50138M001 P Ceduna, Australia      133 48 35.3 -31 52  0.1   144.8
+ CHAN  A 21611M002 P CHANGCHUN, CHINA       125 26 35.9  43 47 25.8   268.3
+ CHAT  A 50207M001 P Waitangi, New Zealand  183 26  3.1 -43 57 20.9    58.0
+ CHPI  A 41609M003 P Cachoeira Paulista, Br 315  0 53.4 -22 41 13.7   617.4
+ CHTI  A 50242M001 P Wharekauri, New Zealan 183 22 58.4 -43 44  7.7    75.7
+ CHUM  A 25601M001 P Chumysh, Kazakhstan     74 45  4.0  42 59 54.6   716.3
+ CHUR  A 40128M002 P CHURCHILL, CANADA      265 54 40.7  58 45 32.8   -18.9
+ CLAR  A 49906M001 P Claremont, USA         242 17 24.0  34  6 36.0   373.6
+ CNMR  A 50512M001 P Saipan, USA            145 44 35.1  15 13 46.9    64.4
+ COCO  A 50127M001 P Cocos (Keeling) Island  96 50  2.0 -12 11 17.9   -35.2
+ COLA  A      M    P Columbia               278 52 42.0  34 04 51.6    81.7
+ CONT  A 41719M004 P Concepcion, Chile      286 58 30.0 -36 50 34.2   200.0
+ CONZ  A 41719M002 P Concepcion, Chile      286 58 28.3 -36 50 37.5   181.2
+ COT1  A 49469M001 P Tuscon, USA            249 01 41.3  32 13 28.0   733.2
+ CPXF  A 49642M001 P LAGRANDE, WA, USA      237 44 36.5  46 50 24.3   534.1
+ CRAO  A 12337M002 P Simeiz, Ukraine         33 59 27.5  44 24 47.7   365.8
+ CRAR  A 66001M004 P CRAR 66001M004         166 40  5.7 -77 50 53.0   -19.9     
+ CRO1  A 43201M001 P Christiansted, U.S. Vi 295 24 56.4  17 45 24.8   -32.0
+ CUSV  A 21904S001 P Patumwan, Thailand     100 32  2.1  13 44  9.3    76.1
+ DAEJ  A 23902M002 P Daejeon, Korea         127 22 28.2  36 23 57.8   117.0
+ DARW  A 50134M001 P Darwin, Australia      131  7 57.8 -12 50 37.4   125.2
+ DAV1  A 66010M001 P Davis, Antarctica       77 58 21.4 -68 34 38.3    44.5
+ DESC  A      M    P Descanso_Det           243 21 29.5  32 49 47.7   957.3
+ DGAR  A 30802M001 P Diego Garcia Island, U  72 22 12.9  -7 16 10.9   -64.7
+ DHLG  A 49904M001 P Durmid Hill, USA       244 12 36.0  33 23 24.0   -83.0
+ DRAG  A 20710S001 P Metzoki dragot, Israel  35 23 32.6  31 35 34.4   120.3
+ DRAO  A 40105M002 P Penticton, Canada      240 22 30.0  49 19 21.4   542.0
+ DUBR  A 11901M001 P Dubrovnik, Croatia      18  6 37.4  42 38 60.0   454.3
+ DUM1  A 91501M001 P Antarctic base of "Dum 140  0  7.0 -66 39 54.3    -1.4
+ DUND  A 50212M003 P Dunedin, New Zealand   170 35 49.8 -45 53  1.2   389.0
+ DYER  A 49716S001 P Dyer                   241 57 38.4  37 44 34.1  1511.9
+ ELAT  A 20706M001 P Eilat, Israel           34 55 12.0  29 30 36.0    29.6     
+ ELRO  A 20711S001 P Kibutz el-rom, Israel   35 46 14.9  33 10 55.6  1080.4     
+ EPRT  A 49928S001 P Eastport, USA          293  0 28.4  44 54 31.3    31.0
+ FAAA  A 92201M012 P Tahiti-Faaa            210 23  8.5 -17 33 19.1    12.2
+ FAIR  A 40408M001 P Fairbanks, USA         212 30  2.7  64 58 40.8   319.2
+ FAIV  A 40408M000 P FAIRBANKS, USA         212 30  5.3  64 58 41.3   324.8
+ FLIN  A 40135M001 P CFS Flin Flon, Canada  258  1 19.2  54 43 32.2   320.0
+ FLRS  A 31907M001 P Santa Cruz das Flores, 328 52 25.0  39 27 13.8    79.9
+ FRDN  A 40146M001 P Fredericton, CA        293 20 24.4  45 56  0.6    94.9
+ FUNC  A 13911S001 P Funchal, Portugal      343  5 32.6  32 38 52.6    78.5
+ GANP  A 11515M001 P Ganovce, Slovakia       20 19 22.5  49  2  5.0   745.2
+ GENO  A 12712M002 P Genova, Italy            8 55 16.0  44 25  9.8   137.0
+ GLPS  A 42005M002 P Puerto Ayora, Ecuador  269 41 46.8  -0 44 34.8     1.8
+ GLSV  A 12356M001 P Kiev, Ukraine           30 29 48.1  50 21 51.1   226.8
+ GMAS  A 31303S004 P Maspalomas, Spain      344 31 56.6  27 45 53.2   195.4
+ GMSD  A 21749S002 P Nakatane town, Japan   131  0 56.0  30 33 23.2   142.4
+ GODE  A 40451M123 P Greenbelt, USA         283 10 23.4  39  1 18.2    14.5
+ GOLD  A 40405S031 P Goldstone, USA         243  6 38.7  35 25 30.6   986.7
+ GOPE  A 11502M002 P Ondrejov, Czech Republ  14 47  8.2  49 54 49.3   592.6
+ GRAS  A 10002M006 P Caussols, France         6 55 14.2  43 45 16.9  1320.3
+ GRAZ  A 11001M002 P Graz, Austria           15 29 36.6  47  4  1.6   538.3
+ GUAM  A 50501M002 P Dededo, Guam           144 52  5.9  13 35 21.5   201.9
+ GUAT  A 40901S001 P Guatemala City, Guatem 269 28 47.3  14 35 25.4  1519.9
+ GUUG  A 82301M001 P Mangilao, USA          144 48  9.8  13 25 59.5   134.7
+ HAMM  A 49677S001 P Hammond, USA           269 31 56.5  30 30 47.1     5.8
+ HARB  A 30302M009 P Pretoria, Republic of   27 42 27.0 -25 53 12.8  1555.0
+ HARV  A 40420M101 P Vandenberg AFB, USA    239 19  4.6  34 28  9.8    15.0
+ HELG  A 14264M001 P Helgoland_Is           007 53 35.1  54 10 28.1    48.4
+ HERS  A 13212M007 P Hailsham, England        0 20 10.3  50 52  2.3    76.5
+ HERT  A 13212M010 P Hailsham, England        0 20  3.7  50 52  2.9    83.3
+ HIL1  A 50141S001 P Hillarys, Australia    115 44 18.9 -31 49 31.9   -27.2
+ HILO  A 49979S001 P Hilo, USA              204 56 50.3  19 43  9.1    29.0
+ HLFX  A 40120M001 P HALIFAX, CANADA        296 23 19.4  44 41  0.8     3.1
+ HNLC  A 49970S001 P Honolulu, USA          202  8  7.8  21 18 11.9    22.0
+ HNPT  A 49913S001 P Cambridge, USA         283 52  8.4  38 35 16.8   -27.4
+ HOB2  A 50116M004 P Hobart, Australia      147 26 19.4 -42 48 17.0    41.1
+ HOFN  A 10204M002 P Hoefn, Iceland         344 48 47.5  64 16  2.2    82.5
+ HOLB  A 40130M001 P Holberg, Canada        231 51 54.0  50 38 25.4   560.0
+ HOLM  A 40148M001 P Ulukhaktuk, formerly H 242 14 20.8  70 44 11.0    39.5
+ HRAO  A 30302M004 P Krugersdorp, South Afr  27 41 13.1 -25 53 24.4  1414.3
+ HRM1  A 13235S001 P Hermitage, United King 358 42 58.0  51 27 13.5   163.1
+ HYDE  A 22307M001 P Hyderabad (located in   78 33  3.1  17 25  2.1   441.7
+ IID2  A 49985M001 P Holtville, USA         244 58  5.5  32 42 22.2     9.8
+ IISC  B 22306M002 P Bangalore, India        77 34 13.4  13  1 16.2   843.7
+ ILHA  A 41634M001 P Ilha Solteira, Brazil  308 39 23.8 -20 25 40.0   375.6
+ INEG  A 40507M001 P Aguascalientes, Mexico 257 42 56.9  21 51 22.1  1888.3
+ INVK  A 40150M001 P Inuvik, Canada         226 28 22.8  68 18 22.3    46.4
+ IQAL  A 40194M001 P Iqaluit, CA            291 29 22.2  63 45 21.5    91.7
+ IRKJ  A 12313M002 P Irkutsk, RUSSIA        104 18 58.2  52 13  8.5   502.1
+ IRKT  A 12313M001 P Irkutsk, Russia        104 18 58.3  52 13  8.4   503.4
+ ISPA  A 41703M007 P Easter Island, Chile   250 39 20.1 -27  7 29.9   112.5
+ ISTA  A 20807M001 P Istanbul, Turkey        29  1  9.5  41  6 15.8   147.2
+ JOZ2  A 12204M002 P Jozefoslaw, Poland      21  1 56.4  52  5 52.2   152.5
+ JOZE  A 12204M001 P Jozefoslaw, Poland      21  1 53.5  52  5 50.2   141.4
+ JPLM  A 40400M007 P Pasadena, USA          241 49 36.4  34 12 17.4   424.0
+ JPLV  A 40400M000 P Pasadena, USA          241 49 32.5  34 12  5.7   372.7
+ KABR  A 20709S001 P Kibutz Kabri, Israel    35 08 41.3  33 01 22.1   119.4     
+ KARR  A 50139M001 P Karratha, Australia    117  5 49.9 -20 58 53.0   109.2
+ KATZ  A 20707M001 P Katzrin, Israel         35 41 17.9  32 59 42.0   338.9     
+ KELY  B 43005M002 P Kangerlussuaq, Greenla 309  3 18.6  66 59 14.7   229.8
+ KERG  A 91201M002 P Port aux Francais, Ker  70 15 19.8 -49 21  5.4    74.1
+ KGNI  A 21704S005 P KOGANEI, JAPAN         139 29 17.2  35 42 37.2   123.5
+ KHAJ  A 12361M001 P Khabarovsk, RUSSIA     135  2 46.2  48 31 17.2   130.6
+ KHAR  A 12314M001 P Kharkiv, Ukraine        36 14 20.4  50  0 18.4   201.0
+ KIRU  A 10403M002 P Kiruna, Sweden          20 58  6.2  67 51 26.3   391.1
+ KIT3  A 12334M001 P Kitab, Uzbekistan       66 52 48.0  39  8 24.0   643.0
+ KOKB  A 40424M004 P Kokee Park, Waimea,, U 200 20  6.3  22  7 34.5  1167.5
+ KOSG  A 13504M003 P Kootwijk, Netherlands    5 48 34.6  52 10 42.2    97.9
+ KOUC  A 92727S001 P Koumac, New Caledonia  164 17 14.3 -20 33 31.3    84.0
+ KOUR  A 97301M210 P Kourou, French Guyana  307 11 38.4   5 15  7.9   -25.6
+ KR0G  A 10422M001 P Kiruna, Sweden          21  3 36.8  67 52 39.3   497.9
+ KSMV  A 21701S007 P KASHIMA, JAPAN         140 39 27.6  35 57 19.3    57.9
+ KUNM  A 21609M001 P Kunming, China         102 47 49.8  25  1 46.3  1986.2
+ KUUJ  A 40154M001 P KUUJJUARAPIK, CANADA   282 15 16.4  55 16 42.1    -0.5
+ LAMA  A 12209M001 P Olsztyn, Poland         20 40 11.6  53 53 32.6   187.0
+ LEBA  A 49631S001 P Lebanon                275 43  0.7  39 25 49.8   224.3
+ LHAZ  A 21613M002 P Lhasa, China            91  6 14.5  29 39 26.4  3622.0
+ LMMF  A 97205M001 P Le Lamentin, FR        299  0 13.8  14 35 41.3   -27.1
+ LPAL  A 81701M001 P Roque de los Muchachos 342  6 22.0  28 45 50.0  2207.0
+ LPGS  A 41510M001 P La Plata, Argentina    302  4  3.7 -34 54 24.3    29.9
+ M0SE  A 12772M001 P Roma, IT                12 29 35.7  41 53 35.2   120.6
+ MAC1  A 50135M001 P MacQuarie Island, Sub- 158 56  8.9 -54 29 58.2    -6.7
+ MADR  A 13407S012 P Robledo, Spain         355 45  1.2  40 25 45.0   829.5
+ MAL2  A 33201M003 P Malindi, Kenya          40 11 38.4  -2 59 45.6   -20.4
+ MANA  A 41201S001 P Managua, Nicaragua     273 45  4.7  12  8 56.8   170.0
+ MAR6  A 10405M002 P Maartsbo, Sweden        17 15 30.7  60 35 42.5    75.4
+ MARS  A 10073M008 P Marseille, France        5 21 13.6  43 16 43.6    61.8
+ MAS1  A 31303M002 P Maspalomas, Spain      344 22  0.1  27 45 49.3   197.3
+ MAT1  A 12734M009 P MATERA, ITALY           16 42 16.4  40 38 56.6   534.5
+ MATE  A 12734M008 P Matera, Italy           16 42 16.2  40 38 56.8   535.6
+ MAUI  A 40445S008 P Haleakala, Maui, USA   203 44 34.8  20 42 24.1  3062.0
+ MAW1  A 66004M001 P Mawson, Antarctica      62 52 14.5 -67 36 17.3    59.2
+ MCIL  A 21789S001 P Ogasawara, Japan       153 58 43.2  24 17 24.3    35.7
+ MCM4  A 66001M003 P Ross Island, Antarctic 166 40  9.6 -77 50 18.1    98.0
+ MDO1  A 40442M012 P Fort Davis, USA        255 59  6.0  30 40 49.8  2004.5
+ MDVJ  A 12309M005 P Mendeleevo, Russia      37 12 52.2  56  1 17.4   257.4
+ MEDI  A 12711M003 P Medicina, Italy         11 38 48.5  44 31 11.6    50.0
+ METS  A 10503S011 P Kirkkonummi, Finland    24 23 43.1  60 13  3.0    94.6
+ METZ  A 10503M005 P Kirkkonummi (40 km wes  24 23 43.2  60 13  2.9    94.5
+ MIG1  A 49741M001 P San Miguel Island, USA 239 38 55.0  34 02 17.7   130.9
+ MIKL  A 12335M001 P Mykolaiv, Ukraine       31 58 22.2  46 58 22.0    94.7
+ MIZU  A 21702M002 P Mizusawa, Japan        141  7 58.2  39  8  6.6   117.0
+ MKEA  A 40477M001 P Mauna Kea, USA         204 32 37.2  19 48  4.9  3755.0
+ MOBJ  A 12365M002 P Obninsk, Russian Feder  36 34 11.0  55  6 53.6   182.6
+ MOBS  A 50182M001 P Melbourne, Australia   144 58 31.2 -37 49 45.9    40.0
+ MOIU  A 33204M001 P Eldoret, Rift Valley P  35 17 24.0   0 17 18.0  2201.9
+ MONP  A 40497M004 P Laguna Mountains, USA  243 34 48.0  32 53 24.0  1842.5
+ MORP  A 13299S001 P Morpeth, United Kingdo 358 18 52.2  55 12 46.0   144.4
+ MQZG  A 50214M001 P Christchurch, New Zeal 172 39 16.9 -43 42  9.8   154.7
+ MTJO  A 50204M001 P Tepako, New Zealand    170 27 54.4 -43 59 08.5  1031.0     
+ MTKA  A 21741S002 P Mitaka, Japan          139 33 41.0  35 40 46.2   109.0
+ NAIN  A 40164M001 P Nain, Canada           298 18 40.6  56 32 13.1    33.5
+ NANO  A 40138M001 P Nanoose Bay, Canada    235 54 48.6  49 17 41.3     6.0
+ NEAH  A 40139M001 P Cheeka Peak, Canada    235 22 30.3  48 17 52.3   459.9
+ NETP  A 49647S001 P Houston, USA           264 57 59.8  29 04 44.8   -10.5
+ NICO  A 14302M001 P Nicosia, Cyprus         33 23 47.0  35  8 27.2   155.0
+ NIST  A 49507M002 P Boulder, USA           254 44 14.6  39 59 42.2  1648.5
+ NIUM  A 50210M001 P Alofi, Niue            190  4 22.6 -19  4 35.6    90.1
+ NKLG  A 32809M002 P Libreville, Gabon        9 40 11.3   0 21  8.4    31.4
+ NNOR  A 50181M001 P New Norcia, Australia  116 11 33.8 -31  2 55.5   235.0
+ NOT1  A 12717M004 P Noto, Italy             14 59 23.3  36 52 34.0   126.2
+ NOVM  A 12367M002 P Novosibirsk, RUSSIA     82 54 34.2  55  1 49.8   150.0
+ NRC1  A 40114M001 P OTTAWA, CANADA         284 22 34.3  45 27 15.1    82.5
+ NRIL  A 12364M001 P Norilsk, Russian Feder  88 21 35.2  69 21 42.6    47.9
+ NRMD  A 92701M005 P NOUMEA, FRANCE         166 29  5.6 -22 13 42.0   160.4
+ NSSP  A 12312M001 P Yerevan, Republic of A  44 30 10.5  40 13 35.2  1194.8
+ NSSS  A 49898M001 P Naval_Space            243  1 38.3  32 34 45.5   123.6
+ NTUS  A 22601M001 P Singapore, Republic of 103 40 47.6   1 20 44.9    79.0
+ NURK  A 34001M001 P Kigali, Ruanda          30  5 23.6  -1 56 40.5  1485.3
+ NVSK  A 12319M001 P Novosibirsk, Russia     83 14  7.8  54 50 26.2   123.6
+ NYA1  A 10317M003 P Ny-Alesund, Norway      11 51 55.1  78 55 46.4    84.0
+ NYAL  A 10317M001 P Ny-Alesund, Norway      11 52 12.0  78 55 48.0    82.0
+ OBE3  A 14208M005 P Oberpfaffenhofen, Germ  11 18 00.0  48 06 00.0   651.0     
+ OHI2  A 66008M005 P O'Higgins, Antarctic P 302  5 55.3 -63 19 16.0    33.1
+ OHI3  A 66008M006 P O'Higgins, Antarctic P 302  5 55.0 -63 19 15.9    32.1
+ ONSA  A 10402M004 P Onsala, Sweden          11 55 31.8  57 23 43.1    45.5
+ OPMT  A 10001S006 P Paris, France            2 20  5.6  48 50  9.2   124.2
+ OUS2  A 50212M002 P Dunedin, New Zealand   170 30 39.4 -45 52 10.1    26.1
+ PADO  A 12750S001 P Padova, Italy           11 53 45.8  45 24 40.1    64.7
+ PALM  A 66005M002 P Palmer Station, Antarc 295 56 56.0 -64 46 30.3    31.2
+ PARK  A 50108M001 P Parkes, Australia      148 15 52.6 -32 59 55.6   397.4
+ PDEL  A 31906M004 P Ponta Delgada, Portuga 334 20 14.0  37 44 51.9   110.8
+ PENC  A 11206M006 P Penc, Hungary           19 16 53.4  47 47 22.6   291.8
+ PERT  A 50133M001 P Perth, Australia       115 53  6.7 -31 48  6.8    12.9
+ PETP  A 12355M002 P Petropavlovsk-Kamchatk 158 36 25.2  53  4  0.1   211.0
+ PETS  A 12355M003 P Petropavlovsk-Kamchatk 158 39  0.5  53  1 23.9   102.2
+ PFA2  A 11005M003 P Bregenz, AT              9 47  4.8  47 30 55.2  1090.1
+ PGC5  A 40129M007 P pgc5__WCDA-A           236 32 55.9  48 38 54.7     3.6
+ PICL  A 40155M001 P PICKLE LAKE, CANADA    269 50 16.9  51 28 47.3   315.1
+ PIE1  A 40456M001 P Pie Town, USA          251 52 51.9  34 18  5.4  2347.7
+ PIMO  A 22003M001 P Quezon City, Philippin 121  4 39.8  14 38  8.6    95.5
+ PIN1  A 40407M003 P Pinyon Flat, USA       243 32 24.0  33 36 36.0  1256.2
+ POL2  A 12348M001 P Bishkek, Kyrghyzstan    74 41 39.5  42 40 47.3  1714.2
+ POLV  A 12336M001 P Poltava, Ukraine        34 32 34.4  49 36  9.4   178.1
+ POTS  A 14106M003 P Potsdam, Germany        13  4 12.0  52 22 48.0   174.0
+ POVE  A 41628M001 P Porto Velho, Brasil    296  6 13.2  -8 42 33.6   119.6
+ PRDS  A 40124M001 P CALGARY, CANADA        245 42 23.4  50 52 16.7  1247.0
+ PRE1  A 30310S001 P Pretoria, South Africa  28 13 26.5 -25 44 46.9  1416.4
+ PSU1  A 49466M001 P Penn State             282  9  0.7  40 48 24.8   311.2     
+ PTBB  A 14234M001 P Braunschweig, Germany   10 27 34.9  52 17 46.3   130.2
+ PUC1  A 49750S001 P Carbon County Courthou 249 11 28.6  39 35 57.1  1692.5     
+ QAQ1  A 43007M001 P Qaqortoq / Julianehaab 313 57  7.9  60 42 54.7   110.4
+ QIKI  A 40166M001 P Qikiqtarjuaq (Baffin I 295 57 58.8  67 33 33.6    13.3
+ QUIN  A 40433M004 P Quincy, USA            239  3 20.1  39 58 28.4  1105.8
+ RABT  A 35001M002 P Rabat, Morocco         353  8 44.6  33 59 53.2    90.1
+ RAMO  A 20703S001 P Mitzpe Ramon, Israel    34 45 47.2  30 35 52.1   893.1
+ RCMV  A 40499M000 P PERRINE, USA           279 36 57.4  25 36 50.8   -21.4
+ RECF  A 41617M001 P Recife, Brasil         325  2 54.5  -8  3  3.5    20.2
+ REDU  A 13102M001 P Redu, Belgium            5 08 41.6  50 00 05.4   369.9     
+ RESO  A 40149M001 P Resolute (Cornwallis I 265  6 24.1  74 41 26.9    34.9
+ REUN  A 97401M003 P Le Tampon, France       55 34 18.0 -21 12 30.0  1558.4
+ REYK  A 10202M001 P Reykjavik, Iceland     338  2 40.3  64  8 19.6    93.1
+ RIGA  A 12302M002 P Riga, Latvia            24  3 31.4  56 56 55.0    34.7
+ RIO2  A 41507M006 P Rio Grande, Argentina  292 14 56.0 -53 47  7.7    32.0
+ RIOP  A 42006M001 P Riobamba, Ecuador      281 20 56.0  -1 39  2.1  2817.2
+ ROAP  A 13402M006 P San Fernando, Spain    353 47 37.5  36 27 51.4    73.7
+ ROSA  A 41632M001 P Rosana, BR             307  2 52.5 -22 31 23.9   299.7
+ SALU  A 41640M001 P S�o Luis, Brasil       315 47 15.1  -2 35 36.5    18.9
+ SANT  A 41705M003 P Santiago, Chile        289 19 53.2 -33  9  1.0   723.1
+ SASK  A 40167M001 P Saskatoon, Canada      253 36  5.9  52 11 46.5   580.0
+ SAVO  A 41643M001 P Salvador, Brasil       321 34  3.9 -12 56 21.3    76.3
+ SCH2  A 40133M002 P SCHEFFERVILLE, CANADA  293 10  2.6  54 49 55.6   498.2
+ SCOR  A 43006M002 P Scoresbysund/Ittoqqoor 338  2 58.8  70 29  7.2   128.5
+ SCUB  A 40701M001 P Santiago de Cuba, Cuba 284 14 15.7  20  0 43.4    21.9
+ SEAT  A 40457M002 P Seattle, WA, USA       237 41 25.9  47 39 14.3    44.2
+ SELE  A 12352M001 P Almaty, Kazakstan       77  1  0.5  43 10 44.8  1340.0
+ SFDM  A 49826M001 P Piru, USA              241 15  0.0  34 27 36.0   291.5
+ SFER  A 13402M004 P San Fernando, Spain    353 47 39.8  36 27 51.5    85.8
+ SHAO  A 21605M002 P Sheshan, China         121 12  1.6  31  5 58.7    22.1
+ SIO3  A 40460M004 P La Jolla, USA          242 45  0.0  32 51 36.0    34.9
+ SIO5  A 40460M006 P Scripps 5              242 45  1.1  32 50 26.6   185.5     
+ SJDV  A 10090M001 P Saint Jean des Vignes    4 41 01.3  45 53 16.4   336.0     
+ SNI1  A 49909S001 P San Nicolas Island, US 240 28 48.0  33 15  0.0   239.7
+ SOFI  A 11101M002 P Sofia, Bulgaria         23 23 40.9  42 33 22.0  1119.6
+ SPK1  A 40458M001 P Saddle Peak, USA       241 20 60.0  34  3 36.0   440.1
+ SPMX  A 40511M001 P San Pedro Martir, Mexi 244 32 02.9  31 02 42.2  2763.7
+ SPT0  A 10425M001 P Boras, Sweden           12 53 28.8  57 42 53.8   219.9
+ SRS1  A 49734M001 P Santa Rosa Island      239 56  5.2  34 00 15.6    68.2
+ STJO  A 40101M001 P ST. JOHN'S, CANADA     307 19 20.1  47 35 42.9   152.8
+ STK2  A 21731S004 P Shintotsukawa, Japan   141 50 41.3  43 31 43.1   118.5
+ STR1  A 50119M002 P Canberra, Australia    149  0 36.2 -35 18 55.9   800.0
+ STR2  A 50119M001 P Canberra, Australia    149  1  1.0 -35 31 55.0   800.0
+ SULP  A 12366M001 P Lviv, Ukraine           24  0 52.2  49 50  8.2   370.5
+ SUNM  A 50143M001 P BRISBANE, AUSTRALIA    153  2  6.7 -27 29  5.6    92.0
+ SUTH  A 30314M002 P Sutherland, South Afri  20 48 37.7 -32 22 48.8  1799.8
+ SUTM  A 30314M004 P Sutherland, South Afri  20 48 39.3 -32 22 53.2  1797.6
+ SUWN  A 23903M001 P Suwon-shi, Korea       127  3 15.1  37 16 31.8    83.9
+ SVTL  A 12350M001 P Svetloe, Russia         29 46 51.1  60 31 58.3    77.1
+ SYDN  A 50124M003 P Sydney, Australia      151  9  1.4 -33 46 51.2    85.6
+ SYOG  A 66006S002 P East Ongle Island, Ant  39 35  1.3 -69  0 25.2    50.1
+ TABL  A 49901M001 P Wrightwood, USA        242 19 12.0  34 22 48.0  2228.0
+ TAH1  A 92201S011 P Papeete, Tahiti        210 23 37.7 -17 34 37.3    99.9
+ TAH2  A 92201S011 P Papeete, Tahiti        210 23 37.7 -17 34 37.3    99.9
+ TASH  A 99801S999 P TASHKENT    (GSN),      69 17 44.0  41 19 41.0   440.2
+ TCMS  A 23604S002 P Hsinchu, Republic of C 120 59 14.6  24 47 52.7    77.3
+ TEHN  A 20404M002 P TEHRAN, IRAN            51 20  2.7  35 41 50.2  1194.6
+ TELA  A 20704M001 P Tel Aviv, Israel        34 46 51.3  32 04 04.8    85.4     
+ THU3  A 43001M002 P Thule Airbase, Greenla 291 10 30.0  76 32 13.2    36.1
+ TIDB  A 50103M108 P Tidbinbilla, Australia 148 58 48.0 -35 23 57.1   665.4
+ TIXI  A 12360M001 P Tixi, Russian Federati 128 51 59.1  71 38  4.1    47.0
+ TIXJ  A 12360M002 P Tixi, Russian Federati 128 51 59.0  71 38  4.1    47.1
+ TLSE  A 10003M009 P Toulouse, France         1 28 50.9  43 33 38.5   211.6
+ TORP  A 49912M001 P Torrance, USA          241 40 12.0  33 47 60.0    -5.2
+ TOW2  A 50140M001 P Cape Ferguson, Austral 147  3 20.5 -19 16  9.4    88.2
+ TRDS  A 10331M001 P TRONDHEIM              010 19  9.0  63 22 17.0   317.7
+ TRO1  A 10302M006 P Tromsoe, Norway         18 56 22.7  69 39 45.8   138.0
+ TSEA  A 49448S001 P The_Surveyor           210 06 18.1  61 11 14.4    42.9
+ TSK2  A 21730S010 P Tsukuba, Japan         140  5 13.6  36  6 20.1    69.9
+ TSKB  A 21730S005 P Tsukuba, Japan         140  5 15.0  36  6 20.4    67.3
+ TUBI  A 20806M001 P Gebze, TURKEY           29 27  2.5  40 47 12.1   221.8
+ TUKT  A 40165M001 P Tuktoyaktuk, Canada    227  0 20.3  69 26 17.6     1.5
+ TXES  A 49512M001 P ELLIS, TEXAS, USA      263  8 14.0  32 22 10.9   164.2
+ UCLU  A 40140M001 P Ucluelet, Canada       234 27 30.2  48 55 32.2    10.0
+ UFPR  A 41610M002 P Curitiba, Brasil       310 46  8.6 -25 26 54.1   925.8
+ ULAB  A 24201M001 P Ulaanbataar, Mongolia  107  2 60.0  47 40 12.0  1611.7
+ UNBJ  A 40146M002 P Fredericton, Canada    293 21 29.9  45 57  0.8    22.8
+ UNIV  A 49624S001 P Jackson                275 36 50.7  42 17  8.2   264.5     
+ USN3  A 40451S007 P Washington, U.S.A.     282 56  1.4  38 55 14.0    57.5
+ USUD  A 21729S007 P Usuda, Japan           138 21 43.4  36  7 59.2  1508.6
+ UZHL  A 12301M001 P Uzhgorod, Ukraine       22 17 51.4  48 37 55.2   232.0
+ VAAS  A 10511M001 P Vaasa, Finland          21 46 14.3  62 57 40.3    58.1
+ VACS  A 39003M001 P Vacoas, Mauritius       57 29 49.3 -20 17 49.5   420.4
+ VALD  A 40156M001 P VAL D'OR, CANADA       282 26  9.0  48  5 49.4   312.8
+ VESL  A 66009M001 P Vesleskarvet, Antarcti 357  9 29.9 -71 40 25.7   862.4
+ VILL  A 13406M001 P Villafranca, Spain     356  2 52.8  40 26 37.0   647.5
+ VIS0  A 10423M001 P Visby, Sweden           18 22  2.3  57 39 13.9    79.8
+ VNDP  A 40420M007 P Vandenberg Air Force B 239 22 48.0  34 33 36.0   -11.5
+ VTIS  A 49956M001 P San Pedro, USA         241 42 22.2  33 42 45.5    59.5
+ VTSP  A 49449M001 P Springfield, US        287 31 20.7  43 16 53.3   155.3
+ WAB2  A 14014M002 P Wabern, Switzerland      7 27 51.3  46 55 25.5   611.0
+ WDC3  A 40451S008 P Washington D.C., USA   282 56  1.3  38 55 14.0    57.9
+ WGTN  A 50208M003 P Wellington, New Zealan 174 48 21.2 -41 19 24.4    26.1
+ WGTT  A 50208S004 P Te_Papa_(Nat           174 46 53.7 -41 17 25.6    43.0
+ WHIT  A 40136M001 P WHITEHORSE, CANADA     224 46 40.4  60 45  1.8  1427.0
+ WILL  A 40134M001 P Williams Lake, Canada  237 49 55.9  52 14 12.8  1096.0
+ WIND  A 31101M001 P Windhoek, Namibia       17  5 21.9 -22 34 29.7  1734.7
+ WNFL  A 49488M001 P Winnfield, USA         267 13  5.1  31 53 50.0    66.3
+ WROC  A 12217M001 P Wroclaw, Poland         17  3 42.8  51  6 47.2   181.0
+ WSRT  A 13506M005 P Westerbork, The Nether   6 36 16.2  52 54 52.6    86.0
+ WTZA  A 14201M013 P Koetzting, Germany      12 52 44.0  49  8 39.1   666.0
+ WTZJ  A 14201M012 P Bad Koetzting, Germany  12 52 44.2  49  8 39.1   665.9
+ WTZR  A 14201M010 P Bad Koetzting, Germany  12 52 44.1  49  8 39.1   666.0
+ WTZS  A 14201M015 P Bad Koetzting, Germany  12 52 43.1  49  8 41.2   663.4
+ WTZZ  A 14201M014 P Bad Koetzting, Germany  12 52 44.1  49  8 39.2   665.9
+ WUHN  A 21602M001 P Wuhan City, P.R. China 114 21 26.3  30 31 54.1    25.8
+ XIAN  A 21614M001 P Lintong, P.R.C.        109 13 17.4  34 22  7.3    81.6
+ XMIS  A 50183M001 P Christmas Island India 105 41 18.6 -10 26 59.9   261.6
+ YAR1  A 50107M004 P Dongara, Australia     115 20 49.1 -29  2 47.6   241.3
+ YAR3  A 50107M008 P Dongara, Australia     115 20 49.7 -29  2 47.4   242.4
+ YEBE  A 13420M001 P Yebes, Spain           356 54 41.0  40 31 29.6   973.0
+ YELL  A 40127M003 P YELLOWKNIFE, CANADA    245 31  9.5  62 28 51.2   181.0
+ YSSK  A 12329M003 P Yuzhno-Sakhalinsk, Rus 142 43  0.2  47  1 47.0    91.3
+ ZECK  A 12351M001 P Zelenchukskaya, Russia  41 33 54.2  43 17 18.2  1166.8
+ ZIM2  A 14001M008 P Zimmerwald, Switzerlan   7 27 54.1  46 52 37.5   956.4
+ ZIMJ  A 14001M006 P Zimmerwald, Switzerlan   7 27 54.4  46 52 37.7   954.3
+ ZIMM  A 14001M004 P Zimmerwald, Switzerlan   7 27 55.1  46 52 37.6   956.7
+ ZWE2  A 12330M003 P Zwenigorod, Russia      36 45 36.0  55 42  0.0   272.0
+-SITE/ID
+*-------------------------------------------------------------------------------
+*----------------------------------------------------------------               
++SITE/DATA                                                                      
+*This file___ Source____________________________________________________________
+*Code PT Soln Code PT Soln T _Data Start_ _Data End___ Own _File Time__         
+ ABMF  A ---- ABMF  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ABPO  A ---- ABPO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ABPO  A ---- ABPO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ABPO  A ---- ABPO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ABPO  A ---- ABPO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ABPO  A ---- ABPO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ABPO  A ---- ABPO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ACOR  A ---- ACOR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ACOR  A ---- ACOR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ADE1  A ---- ADE1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ADE1  A ---- ADE1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ADE1  A ---- ADE1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ADE1  A ---- ADE1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ADE1  A ---- ADE2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ADIS  A ---- ADIS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ADIS  A ---- ADIS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ADIS  A ---- ADIS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ AIRA  A ---- AIRA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ AIRA  A ---- AIRA  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ AJAC  A ---- AJAC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ AJAC  A ---- AJAC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ AJAC  A ---- AJAC  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ALAC  A ---- ALAC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ALAC  A ---- ALAC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALBH  A ---- ALBH  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ALBH  A ---- ALBH  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ALBH  A ---- ALBH  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALBH  A ---- ALBH  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ALBH  A ---- ALBH  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ALGO  A ---- ALGO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ALGO  A ---- ALGO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ALGO  A ---- ALGO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALGO  A ---- ALGO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ALGO  A ---- ALGO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ALGO  A ---- ALGO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ALGO  A ---- ALGO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ALGO  A ---- ALGO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ALIC  A ---- ALIC  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ALIC  A ---- ALIC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ALIC  A ---- ALIC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALIC  A ---- ALIC  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ALIC  A ---- ALIC  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ALIC  A ---- ALIC  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ALIC  A ---- ALIC  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ALIC  A ---- ALIC  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ALME  A ---- ALME  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALRT  A ---- ALRT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ALRT  A ---- ALRT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ALRT  A ---- ALRT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ALRT  A ---- ALRT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ALRT  A ---- ALRT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ALRT  A ---- ALRT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ALRT  A ---- ALRT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ALRT  A ---- ALRT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ AMC2  A ---- AMC2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ AMC2  A ---- AMC2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ AMC2  A ---- AMC2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ AMC2  A ---- AMC2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ AMC2  A ---- AMC2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ AMC2  A ---- AMC2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ AMC2  A ---- AMC2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ AMC2  A ---- AMC2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ AMC2  A ---- AMC2  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ANKR  A ---- ANKR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ANKR  A ---- ANKR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ANKR  A ---- ANKR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ANKR  A ---- ANKR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ANKR  A ---- ANKR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ANKR  A ---- ANKR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ANKR  A ---- ANKR  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ AREQ  A ---- AREQ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ AREQ  A ---- AREQ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ AREQ  A ---- AREQ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ AREQ  A ---- AREQ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ AREQ  A ---- AREQ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ AREQ  A ---- AREQ  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ AREQ  A ---- AREQ  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ AREQ  A ---- AREQ  B ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ARTU  A ---- ARTU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ARTU  A ---- ARTU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ARTU  A ---- ARTU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ARTU  A ---- ARTU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ARTU  A ---- ARTU  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ARTU  A ---- ARTU  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ARTU  A ---- ARTU  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ARTU  A ---- ARTU  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ASPA  A ---- ASPA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ASPA  A ---- ASPA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ASPA  A ---- ASPA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ASPA  A ---- ASPA  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ASPA  A ---- ASPA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ASPA  A ---- ASPA  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ASPA  A ---- ASPA  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ASPA  A ---- ASPA  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ AUCK  A ---- AUCK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ AUCK  A ---- AUCK  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ AUCK  A ---- AUCK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ AUCK  A ---- AUCK  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ AUCK  A ---- AUCK  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ AUCK  A ---- AUCK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ AUCK  A ---- AUCK  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ AUCK  A ---- AUCK  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ AUCK  A ---- AUCK  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ AZCN  A ---- AZCN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ AZCO  A ---- AZCO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ AZCO  A ---- AZCO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ AZRY  A ---- AZRY  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BAIE  A ---- BAIE  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BAKE  A ---- BAKE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BAKE  A ---- BAKE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BAKE  A ---- BAKE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BAKO  A ---- BAKO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BAKO  A ---- BAKO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BAKO  A ---- BAKO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BAKO  A ---- BAKO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BAKO  A ---- BAKO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BAKO  A ---- BAKO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BAKO  A ---- BAKO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ BAMF  A ---- BAMF  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BAN2  A ---- BAN2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BAN2  A ---- BAN2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BAN2  A ---- BAN2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BAN2  A ---- BAN2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BAR1  A ---- BAR1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BAR1  A ---- BAR1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BARH  A ---- BARH  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BARH  A ---- BARH  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BARH  A ---- BARH  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BARH  A ---- BARH  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ BARH  A ---- BARH  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BAYR  A ---- BAYR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BBRY  A ---- BBRY  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BDOS  A ---- BDOS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BDOS  A ---- BDOS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BDOS  A ---- BDOS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BJFS  A ---- BJFS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BJFS  A ---- BJFS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BJFS  A ---- BJFS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BJFS  A ---- BJFS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BJFS  A ---- BJFS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ BJFS  A ---- BJFS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BJFS  A ---- BJFS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BLYT  A ---- BLYT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BLYT  A ---- BLYT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BOGO  A ---- BOGO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BOGT  A ---- BOGT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BOGT  A ---- BOGT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BOGT  A ---- BOGT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BOGT  A ---- BOGT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BOGT  A ---- BOGT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BOGT  A ---- BOGT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ BOR1  A ---- BOR1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BOR1  A ---- BOR1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BOR1  A ---- BOR1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BOR1  A ---- BOR1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BOR1  A ---- BOR1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BREW  A ---- BREW  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BREW  A ---- BREW  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BREW  A ---- BREW  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BRFT  A ---- BRFT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BRFT  A ---- BRFT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BRFT  A ---- BRFT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BRFT  A ---- BRFT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BRFT  A ---- BRFT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BRFT  A ---- BRFT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BRFT  A ---- BRFT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ BRMU  A ---- BRMU  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BRMU  A ---- BRMU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BRMU  A ---- BRMU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BRMU  A ---- BRMU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BRMU  A ---- BRMU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ BRMU  A ---- BRMU  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BRMU  A ---- BRMU  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ BRST  A ---- BRST  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BRST  A ---- BRST  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BRUS  A ---- BRUS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BRUS  A ---- BRUS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BRUS  A ---- BRUS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BRUS  A ---- BRUS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BRUS  A ---- BRUS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BRUS  A ---- BRUS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BUCU  A ---- BUCU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ BUCU  A ---- BUCU  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ BUE1  A ---- BUE1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BUE1  A ---- BUE1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ BUE1  A ---- BUE1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ BUE1  A ---- BUE1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ BUE1  A ---- BUE2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ BUE1  A ---- BUE2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CAGL  A ---- CAGL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CAGL  A ---- CAGL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CAGL  A ---- CAGL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CAGL  A ---- CAGL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CAGL  A ---- CAGL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CAGS  A ---- CAGS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CAGS  A ---- CAGS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CAGZ  A ---- CAGZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CAGZ  A ---- CAGZ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CANT  A ---- CANT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CAS1  A ---- CAS1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CAS1  A ---- CAS1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CAS1  A ---- CAS1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CAS1  A ---- CAS1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CAS1  A ---- CAS1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CAS1  A ---- CAS1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CAS1  A ---- CAS1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ CASC  A ---- CASC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CASC  A ---- CASC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CAT2  A ---- CAT2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CCJ2  A ---- CCJ2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CCJM  A ---- CCJM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CCJM  A ---- CCJM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CCJM  A ---- CCJM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CCJM  A ---- CCJM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CCJM  A ---- CCJM  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CEBR  A ---- CEBR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CEDU  A ---- CEDU  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CEDU  A ---- CEDU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CEDU  A ---- CEDU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CEDU  A ---- CEDU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CEDU  A ---- CEDU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CEDU  A ---- CEDU  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CEDU  A ---- CEDU  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CEDU  A ---- CEDU  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CHAN  A ---- CHAN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CHAN  A ---- CHAN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CHAT  A ---- CHAT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CHAT  A ---- CHAT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CHAT  A ---- CHAT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CHAT  A ---- CHAT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CHAT  A ---- CHAT  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CHAT  A ---- CHAT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CHAT  A ---- CHAT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CHAT  A ---- CHAT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CHAT  A ---- CHAT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ CHPI  A ---- CHPI  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CHPI  A ---- CHPI  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CHPI  A ---- CHPI  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CHPI  A ---- CHPI  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CHPI  A ---- CHPI  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CHPI  A ---- CHPI  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CHPI  A ---- CHPI  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CHPI  A ---- CHPI  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CHPI  A ---- CHPI  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ CHTI  A ---- CHTI  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CHUM  A ---- CHUM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CHUM  A ---- CHUM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CHUM  A ---- CHUM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CHUR  A ---- CHUR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CHUR  A ---- CHUR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CHUR  A ---- CHUR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CHUR  A ---- CHUR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CHUR  A ---- CHUR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CHUR  A ---- CHUR  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CHUR  A ---- CHUR  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CLAR  A ---- CLAR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CNMR  A ---- CNMR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CNMR  A ---- CNMR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CNMR  A ---- CNMR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CNMR  A ---- CNMR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CNMR  A ---- CNMR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ COCO  A ---- COCO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ COCO  A ---- COCO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ COCO  A ---- COCO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ COCO  A ---- COCO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ COCO  A ---- COCO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ COCO  A ---- COCO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ COCO  A ---- COCO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ COCO  A ---- COCO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ COLA  A ---- COLA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CONT  A ---- CONT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CONZ  A ---- CONZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CONZ  A ---- CONZ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CONZ  A ---- CONZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CONZ  A ---- CONZ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CONZ  A ---- CONZ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CONZ  A ---- CONZ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CONZ  A ---- CONZ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CONZ  A ---- CONZ  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CONZ  A ---- CONZ  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ COT1  A ---- COT1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CPXF  A ---- CPXF  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CPXF  A ---- CPXF  A ---- P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CPXF  A ---- CPXF  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CRAO  A ---- CRAO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CRAO  A ---- CRAO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CRAR  A ---- CRAR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CRAR  A ---- CRAR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CRAR  A ---- CRAR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CRO1  A ---- CRO1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CRO1  A ---- CRO1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ CRO1  A ---- CRO1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CRO1  A ---- CRO1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CRO1  A ---- CRO1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CRO1  A ---- CRO1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ CRO1  A ---- CRO1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ CRO1  A ---- CRO1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ CRO1  A ---- CRO1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ CTWN  A ---- CTWN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ CTWN  A ---- CTWN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CUSV  A ---- CUSV  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ CUSV  A ---- CUSV  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ CUSV  A ---- CUSV  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ CUSV  A ---- CUSV  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ DAEJ  A ---- DAEJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ DAEJ  A ---- DAEJ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DAEJ  A ---- DAEJ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DAEJ  A ---- DAEJ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ DAEJ  A ---- DAEJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DAEJ  A ---- DAEJ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DAEJ  A ---- DAEJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ DAEJ  A ---- DAEJ  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ DARW  A ---- DARW  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ DARW  A ---- DARW  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DARW  A ---- DARW  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DARW  A ---- DARW  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ DARW  A ---- DARW  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DARW  A ---- DARW  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DARW  A ---- DARW  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ DARW  A ---- DARW  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ DARW  A ---- DARW  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ DAV1  A ---- DAV1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ DAV1  A ---- DAV1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DAV1  A ---- DAV1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DAV1  A ---- DAV1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ DAV1  A ---- DAV1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DAV1  A ---- DAV1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DAV1  A ---- DAV1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ DAV1  A ---- DAV1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ DAV1  A ---- DAV1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ DESC  A ---- DESC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DGAR  A ---- DGAR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ DGAR  A ---- DGAR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DGAR  A ---- DGAR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DGAR  A ---- DGAR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ DGAR  A ---- DGAR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DGAR  A ---- DGAR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DGAR  A ---- DGAR  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ DGAR  A ---- DGAV  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ DHLG  A ---- DHLG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DRAG  A ---- DRAG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DRAG  A ---- DRAG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ DRAO  A ---- DRAO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ DRAO  A ---- DRAO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DRAO  A ---- DRAO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DRAO  A ---- DRAO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DRAO  A ---- DRAO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ DRAO  A ---- DRAO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ DRAO  A ---- DRAO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ DUBR  A ---- DUBR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ DUM1  A ---- DUM1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ DUND  A ---- DUND  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ DYER  A ---- DYER  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ELAT  A ---- ELAT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ELAT  A ---- ELAT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ELRO  A ---- ELRO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ELRO  A ---- ELRO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ EPRT  A ---- EPRT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ EPRT  A ---- EPRT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ EPRT  A ---- EPRT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ EPRT  A ---- EPRT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ EPRT  A ---- EPRT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ EPRT  A ---- EPRT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ETAD  A ---- ETAD  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ETAD  A ---- ETAD  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ FAAA  A ---- FAA1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ FAAA  A ---- FAA1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ FAAA  A ---- FAA1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ FAAA  A ---- FAA1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ FAAA  A ---- FAA1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ FAAA  A ---- FAA1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ FAIR  A ---- FAIR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ FAIR  A ---- FAIR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ FAIR  A ---- FAIR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ FAIR  A ---- FAIR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ FAIR  A ---- FAIR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ FAIR  A ---- FAIR  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ FAIV  A ---- FAIV  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ FLIN  A ---- FLIN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ FLIN  A ---- FLIN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ FLIN  A ---- FLIN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ FLIN  A ---- FLIN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ FLIN  A ---- FLIN  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ FLIN  A ---- FLIN  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ FLRS  A ---- FLRS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ FLRS  A ---- FLRS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ FLRS  A ---- FLRS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ FLRS  A ---- FLRS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ FRDN  A ---- FRDN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ FUNC  A ---- FUNC  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GANP  A ---- GANP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GANP  A ---- GANP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GENO  A ---- GENO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GENO  A ---- GENO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GLPS  A ---- GLPS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GLPS  A ---- GLPS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GLPS  A ---- GLPS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GLPS  A ---- GLPS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GLPS  A ---- GLPS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ GLPS  A ---- GLPS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GLPS  A ---- GLPS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ GLPS  A ---- GLPS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ GLSV  A ---- GLSV  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GLSV  A ---- GLSV  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GLSV  A ---- GLSV  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GLSV  A ---- GLSV  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GLSV  A ---- GLSV  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ GMAS  A ---- GMAS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GMAS  A ---- GMAS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GMSD  A ---- GMSD  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GMSD  A ---- GMSD  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GODE  A ---- GODE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GODE  A ---- GODE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GODE  A ---- GODE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GODE  A ---- GODE  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GODE  A ---- GODZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GODE  A ---- GODZ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GODE  A ---- GODZ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ GOLD  A ---- GOLD  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GOLD  A ---- GOLD  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GOLD  A ---- GOLD  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GOLD  A ---- GOLD  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GOLD  A ---- GOLD  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GOLD  A ---- GOLD  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ GOLD  A ---- GOLD  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ GOPE  A ---- GOPE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GOPE  A ---- GOPE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GOPE  A ---- GOPE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GOPE  A ---- GOPE  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ GRAS  A ---- GRAS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GRAS  A ---- GRAS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GRAS  A ---- GRAS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GRAS  A ---- GRAS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GRAS  A ---- GRAS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GRAS  A ---- GRAS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ GRAS  A ---- GRAS  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ GRAZ  A ---- GRAZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GRAZ  A ---- GRAZ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GRAZ  A ---- GRAZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GRAZ  A ---- GRAZ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GRAZ  A ---- GRAZ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GUAM  A ---- GUAM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GUAM  A ---- GUAM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GUAM  A ---- GUAM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GUAM  A ---- GUAM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GUAM  A ---- GUAM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ GUAM  A ---- GUAM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GUAM  A ---- GUAM  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ GUAM  A ---- GUAM  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ GUAT  A ---- GUAT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GUAT  A ---- GUAT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GUAT  A ---- GUAT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GUAT  A ---- GUAT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GUAT  A ---- GUAT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GUAT  A ---- GUAT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ GUUG  A ---- GUUG  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ GUUG  A ---- GUUG  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ GUUG  A ---- GUUG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ GUUG  A ---- GUUG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ GUUG  A ---- GUUG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ GUUG  A ---- GUUG  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ HAMM  A ---- HAMM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HAMM  A ---- HAMM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HARB  A ---- HARB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HARB  A ---- HARB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HARB  A ---- HARB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HARB  A ---- HARB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HARB  A ---- HARB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HARB  A ---- HARB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HARV  A ---- HARV  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HARV  A ---- HARV  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HARV  A ---- HARV  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HELG  A ---- HELG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HERS  A ---- HERS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HERS  A ---- HERS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HERS  A ---- HERS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HERS  A ---- HERS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HERT  A ---- HERT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HERT  A ---- HERT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HERT  A ---- HERT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HERT  A ---- HERT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ HIL1  A ---- HIL1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HILO  A ---- HILO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HILO  A ---- HILO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HILO  A ---- HILO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HLFX  A ---- HLFX  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HLFX  A ---- HLFX  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HLFX  A ---- HLFX  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HLFX  A ---- HLFX  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ HNLC  A ---- HNLC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HNLC  A ---- HNLC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HNLC  A ---- HNLC  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HNLC  A ---- HNLC  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HNPT  A ---- HNPT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HNPT  A ---- HNPT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HNPT  A ---- HNPT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HNPT  A ---- HNPT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HOB2  A ---- HOB2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HOB2  A ---- HOB2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HOB2  A ---- HOB2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HOB2  A ---- HOB2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HOB2  A ---- HOB2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ HOB2  A ---- HOB2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HOB2  A ---- HOB2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HOB2  A ---- HOB2  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ HOFN  A ---- HOFN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HOFN  A ---- HOFN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HOFN  A ---- HOFN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HOFN  A ---- HOFN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HOFN  A ---- HOFN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ HOFN  A ---- HOFN  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HOFN  A ---- HOFN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HOFN  A ---- HOFN  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ HOFN  A ---- HOFN  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ HOLB  A ---- HOLB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HOLB  A ---- HOLB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HOLM  A ---- HOLM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HOLM  A ---- HOLM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HOLM  A ---- HOLM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HOLM  A ---- HOLM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HOLM  A ---- HOLM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ HOLM  A ---- HOLM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HOLM  A ---- HOLM  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HOLM  A ---- HOLM  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ HOLM  A ---- HOLM  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ HRAO  A ---- HRAO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HRAO  A ---- HRAO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HRAO  A ---- HRAO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HRAO  A ---- HRAO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HRAO  A ---- HRAO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ HRAO  A ---- HRAO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HRAO  A ---- HRAO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ HRM1  A ---- HRM1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HRM1  A ---- HRM1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HRM1  A ---- HRM1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HRM1  A ---- HRM1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HRM1  A ---- HRM2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HYDE  A ---- HYDE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ HYDE  A ---- HYDE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ HYDE  A ---- HYDE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ HYDE  A ---- HYDE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ HYDE  A ---- HYDE  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ HYDE  A ---- HYDE  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ HYDE  A ---- HYDE  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ HYDE  A ---- HYDE  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ HYDE  A ---- HYDE  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ IID2  A ---- IID2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ IISC  A ---- IISC  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ IISC  A ---- IISC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ IISC  A ---- IISC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ IISC  A ---- IISC  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ IISC  A ---- IISC  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ IISC  A ---- IISC  B ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ILHA  A ---- ILHA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ILHA  A ---- ILHA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ INEG  A ---- INEG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ INVK  A ---- INVK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ INVK  A ---- INVK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ INVK  A ---- INVK  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ INVK  A ---- INVK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ INVK  A ---- INVK  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ IQAL  A ---- IQAL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ IRKJ  A ---- IRKJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ IRKJ  A ---- IRKJ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ IRKJ  A ---- IRKJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ IRKJ  A ---- IRKJ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ IRKJ  A ---- IRKJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ IRKJ  A ---- IRKJ  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ IRKT  A ---- IRKT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ IRKT  A ---- IRKT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ IRKT  A ---- IRKT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ IRKT  A ---- IRKT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ IRKT  A ---- IRKT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ISPA  A ---- ISPA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ISPA  A ---- ISPA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ISPA  A ---- ISPA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ISPA  A ---- ISPA  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ISPA  A ---- ISPA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ISPA  A ---- ISPA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ISPA  A ---- ISPA  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ISPA  A ---- ISPA  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ISPA  A ---- ISPA  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ISTA  A ---- ISTA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ISTA  A ---- ISTA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ JOZ2  A ---- JOZ2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ JOZ2  A ---- JOZ2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ JOZ2  A ---- JOZ2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ JOZ2  A ---- JOZ2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ JOZE  A ---- JOZE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ JOZE  A ---- JOZE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ JOZE  A ---- JOZE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ JOZE  A ---- JOZE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ JOZE  A ---- JOZE  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ JOZE  A ---- JOZE  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ JPLM  A ---- JPLM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ JPLM  A ---- JPLM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ JPLM  A ---- JPLM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ JPLM  A ---- JPLM  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ JPLV  A ---- JPLV  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KABR  A ---- KABR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KABR  A ---- KABR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KARR  A ---- KARR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KARR  A ---- KARR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KARR  A ---- KARR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KARR  A ---- KARR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KARR  A ---- KARR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KARR  A ---- KARR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KARR  A ---- KARR  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KARR  A ---- KARR  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KATZ  A ---- KATZ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KATZ  A ---- KATZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KELY  B ---- KELY  B ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KELY  B ---- KELY  B ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KELY  B ---- KELY  B ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ KELY  B ---- KELY  B 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KELY  B ---- KELY  B ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KELY  B ---- KELY  B ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KERG  A ---- KERG  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KERG  A ---- KERG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KERG  A ---- KERG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KERG  A ---- KERG  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KERG  A ---- KERG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KERG  A ---- KERG  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KERG  A ---- KERG  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KERG  A ---- KERG  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ KGNI  A ---- KGNI  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KHAJ  A ---- KHAJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KHAJ  A ---- KHAJ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KHAJ  A ---- KHAJ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KHAJ  A ---- KHAJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KHAJ  A ---- KHAJ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KHAR  A ---- KHAR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KIRU  A ---- KIRU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KIRU  A ---- KIRU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KIRU  A ---- KIRU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KIRU  A ---- KIRU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KIRU  A ---- KIRU  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KIRU  A ---- KIRU  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KIRU  A ---- KIRU  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ KIT3  A ---- KIT3  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KIT3  A ---- KIT3  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KIT3  A ---- KIT3  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KIT3  A ---- KIT3  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KOKB  A ---- KOKB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KOKB  A ---- KOKB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KOKB  A ---- KOKB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KOKB  A ---- KOKB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KOKB  A ---- KOKB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KOKB  A ---- KOKB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KOKB  A ---- KOKB  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KOKB  A ---- KOKV  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KOSG  A ---- KOSG  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KOSG  A ---- KOSG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KOSG  A ---- KOSG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KOSG  A ---- KOSG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KOUC  A ---- KOUC  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KOUC  A ---- KOUC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KOUC  A ---- KOUC  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KOUC  A ---- KOUC  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KOUC  A ---- KOUC  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KOUC  A ---- KOUC  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KOUC  A ---- KOUC  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KOUR  A ---- KOUR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KOUR  A ---- KOUR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KOUR  A ---- KOUR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KOUR  A ---- KOUR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KOUR  A ---- KOUR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KOUR  A ---- KOUR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KOUR  A ---- KOUR  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KOUR  A ---- KOUR  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KOUR  A ---- KOUR  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ KR0G  A ---- KIR0  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ KR0G  A ---- KIR0  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KR0G  A ---- KIR0  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ KSMV  A ---- KSMV  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KUNM  A ---- KUNM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ KUNM  A ---- KUNM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ KUNM  A ---- KUNM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ KUNM  A ---- KUNM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ KUNM  A ---- KUNM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ KUNM  A ---- KUNM  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ KUUJ  A ---- KUUJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ LAMA  A ---- LAMA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LAMA  A ---- LAMA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ LAMA  A ---- LAMA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ LAMA  A ---- LAMA  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ LEBA  A ---- LEBA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ LHAZ  A ---- LHAZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LHAZ  A ---- LHAZ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ LHAZ  A ---- LHAZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ LHAZ  A ---- LHAZ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ LHAZ  A ---- LHAZ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ LHAZ  A ---- LHAZ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ LKHU  A ---- LKHU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ LKHU  A ---- LKHU  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ LMMF  A ---- LMMF  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LPAL  A ---- LPAL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LPAL  A ---- LPAL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ LPAL  A ---- LPAL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ LPAL  A ---- LPAL  A ---- P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LPAL  A ---- LPAL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ LPGS  A ---- LPGS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ LPGS  A ---- LPGS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ LPGS  A ---- LPGS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ LPGS  A ---- LPGS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ LPGS  A ---- LPGS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ LPGS  A ---- LPGS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ LPGS  A ---- LPGS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ LPGS  A ---- LPGS  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ M0SE  A ---- M0SE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAC1  A ---- MAC1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAC1  A ---- MAC1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAC1  A ---- MAC1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MAC1  A ---- MAC1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MAC1  A ---- MAC1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MAC1  A ---- MAC1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MAC1  A ---- MAC1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MAC1  A ---- MAC1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MAC1  A ---- MAC1  B ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MADR  A ---- MAD2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MADR  A ---- MADR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MADR  A ---- MADR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MADR  A ---- MADR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MADR  A ---- MADR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MADR  A ---- MADR  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MAL2  A ---- MAL2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAL2  A ---- MAL2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAL2  A ---- MAL2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAL2  A ---- MAL2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MAL2  A ---- MAL2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MAL2  A ---- MAL2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MANA  A ---- MANA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MANA  A ---- MANA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MANA  A ---- MANA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MANA  A ---- MANA  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MANA  A ---- MANA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MANA  A ---- MANA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MANA  A ---- MANA  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MAR6  A ---- MAR6  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAR6  A ---- MAR6  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAR6  A ---- MAR6  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MAR6  A ---- MAR6  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MARS  A ---- MARS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MARS  A ---- MARS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MARS  A ---- MARS  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MAS1  A ---- MAS1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAS1  A ---- MAS1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAS1  A ---- MAS1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAS1  A ---- MAS1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MAS1  A ---- MAS1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MAS1  A ---- MAS1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MAS1  A ---- MAS1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MAS1  A ---- MAS1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MAS1  A ---- MAS1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MAT1  A ---- MAT1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAT1  A ---- MAT1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAT1  A ---- MAT1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MATE  A ---- MATE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MATE  A ---- MATE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MATE  A ---- MATE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MATE  A ---- MATE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MATE  A ---- MATE  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MATE  A ---- MATE  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MATE  A ---- MATE  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MAUI  A ---- MAUI  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAUI  A ---- MAUI  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAUI  A ---- MAUI  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MAUI  A ---- MAUI  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MAW1  A ---- MAW1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MAW1  A ---- MAW1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MAW1  A ---- MAW1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MAW1  A ---- MAW1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MAW1  A ---- MAW1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MAW1  A ---- MAW1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MAW1  A ---- MAW1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MAW1  A ---- MAW1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MCIL  A ---- MCIL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MCIL  A ---- MCIL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MCIL  A ---- MCIL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MCIL  A ---- MCIL  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MCIL  A ---- MCIL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MCM4  A ---- MCM4  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MCM4  A ---- MCM4  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MCM4  A ---- MCM4  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MCM4  A ---- MCM4  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MCM4  A ---- MCM4  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MCM4  A ---- MCM4  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MCM4  A ---- MCM4  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MCM4  A ---- MCM4  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MDO1  A ---- MDO1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MDO1  A ---- MDO1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MDO1  A ---- MDO1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MDO1  A ---- MDO1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MDO1  A ---- MDO1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MDO1  A ---- MDO1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MDO1  A ---- MDO1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MDO1  A ---- MDO1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MDVJ  A ---- MDVJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MDVJ  A ---- MDVJ  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MDVJ  A ---- MDVJ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MDVJ  A ---- MDVJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MDVJ  A ---- MDVJ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MDVJ  A ---- MDVJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MDVJ  A ---- MDVJ  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ MEDI  A ---- MEDI  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MEDI  A ---- MEDI  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MEDI  A ---- MEDI  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MEDI  A ---- MEDI  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ METS  A ---- METS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ METS  A ---- METS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ METS  A ---- METS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ METS  A ---- METS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ METS  A ---- METS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ METS  A ---- METS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ METZ  A ---- METZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ METZ  A ---- METZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ METZ  A ---- METZ  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MIG1  A ---- MIG1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MIKL  A ---- MIKL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MIKL  A ---- MIKL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MIZU  A ---- MIZU  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MIZU  A ---- MIZU  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MIZU  A ---- MIZU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MIZU  A ---- MIZU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MIZU  A ---- MIZU  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MKEA  A ---- MKEA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MKEA  A ---- MKEA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MKEA  A ---- MKEA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MKEA  A ---- MKEA  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ MKEA  A ---- MKEA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MOBJ  A ---- MOBJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MOBS  A ---- MOBS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MOBS  A ---- MOBS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MOBS  A ---- MOBS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MOBS  A ---- MOBS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MOIU  A ---- MOIU  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ MONP  A ---- MONP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MONP  A ---- MONP  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MONP  A ---- MONP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MONP  A ---- MONP  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ MONP  A ---- MONP  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ MORP  A ---- MORP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MORP  A ---- MORP  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MORP  A ---- MORP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MQZG  A ---- MQZG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MTJO  A ---- MTJO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MTKA  A ---- MTKA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ MTKA  A ---- MTKA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ MTKA  A ---- MTKA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ MTKA  A ---- MTKA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ MTKA  A ---- MTKA  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ NAIN  A ---- NAIN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NAIN  A ---- NAIN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NAIN  A ---- NAIN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NANO  A ---- NANO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NANO  A ---- NANO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NANO  A ---- NANO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NANO  A ---- NANO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NEAH  A ---- NEAH  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NETP  A ---- NETP  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NICO  A ---- NICO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NICO  A ---- NICO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NICO  A ---- NICO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NICO  A ---- NICO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NICO  A ---- NICO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NICO  A ---- NICO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ NICO  A ---- NICO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ NIST  A ---- NIST  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NIST  A ---- NIST  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NIUM  A ---- NIUM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NIUM  A ---- NIUM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NIUM  A ---- NIUM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NKLG  A ---- NKLG  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NKLG  A ---- NKLG  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NKLG  A ---- NKLG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NKLG  A ---- NKLG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NKLG  A ---- NKLG  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ NNOR  A ---- NNOR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NNOR  A ---- NNOR  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NNOR  A ---- NNOR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NNOR  A ---- NNOR  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ NOT1  A ---- NOT1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NOT1  A ---- NOT1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NOT1  A ---- NOT1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NOT1  A ---- NOT1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NOVM  A ---- NOVM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NOVM  A ---- NOVM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NOVM  A ---- NOVM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NOVM  A ---- NOVM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NOVM  A ---- NOVM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NRC1  A ---- NRC1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NRC1  A ---- NRC1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NRC1  A ---- NRC1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NRC1  A ---- NRC1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NRC1  A ---- NRC1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NRC1  A ---- NRC1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NRC1  A ---- NRC1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ NRC1  A ---- NRC1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ NRIL  A ---- NRIL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NRIL  A ---- NRIL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NRMD  A ---- NRMD  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NRMD  A ---- NRMD  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NRMD  A ---- NRMD  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NRMD  A ---- NRMD  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NSSP  A ---- NSSP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NSSP  A ---- NSSP  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NSSP  A ---- NSSP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NSSP  A ---- NSSP  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NSSP  A ---- NSSP  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NSSS  A ---- NSSS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NTUS  A ---- NTUS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NTUS  A ---- NTUS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NTUS  A ---- NTUS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NTUS  A ---- NTUS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NTUS  A ---- NTUS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NTUS  A ---- NTUS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NTUS  A ---- NTUS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NTUS  A ---- NTUS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ NURK  A ---- NURK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NURK  A ---- NURK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NURK  A ---- NURK  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NVSK  A ---- NVSK  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NVSK  A ---- NVSK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NVSK  A ---- NVSK  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NVSK  A ---- NVSK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NVSK  A ---- NVSK  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NYA1  A ---- NYA1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ NYA1  A ---- NYA1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ NYA1  A ---- NYA1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NYA1  A ---- NYA1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NYA1  A ---- NYA1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NYA1  A ---- NYA1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ NYAL  A ---- NYAL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ NYAL  A ---- NYAL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ NYAL  A ---- NYAL  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ NYAL  A ---- NYAL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ NYAL  A ---- NYAL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ NYAL  A ---- NYAL  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ OBE3  A ---- OBE3  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ OHI2  A ---- OHI2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ OHI2  A ---- OHI2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ OHI2  A ---- OHI2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ OHI2  A ---- OHI2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ OHI2  A ---- OHI2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ OHI2  A ---- OHI2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ OHI3  A ---- OHI3  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ OHI3  A ---- OHI3  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ OHI3  A ---- OHI3  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ OHI3  A ---- OHI3  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ OHI3  A ---- OHI3  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ OHI3  A ---- OHI3  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ONSA  A ---- ONSA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ONSA  A ---- ONSA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ONSA  A ---- ONSA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ONSA  A ---- ONSA  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ONSA  A ---- ONSA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ONSA  A ---- ONSA  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ONSA  A ---- ONSA  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ONSA  A ---- ONSA  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ OPMT  A ---- OPMT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ OPMT  A ---- OPMT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ OPMT  A ---- OPMT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ OPMT  A ---- OPMT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ OUS2  A ---- OUS2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ OUS2  A ---- OUS2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ OUS2  A ---- OUS2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ OUS2  A ---- OUS2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ OUS2  A ---- OUS2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ OUS2  A ---- OUS2  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PADO  A ---- PADO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PADO  A ---- PADO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PALM  A ---- PALM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PALM  A ---- PALM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PALM  A ---- PALM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PARK  A ---- PARK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PARK  A ---- PARK  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PARK  A ---- PARK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PARK  A ---- PARK  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ PARK  A ---- PARK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PARK  A ---- PARK  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PDEL  A ---- PDEL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PDEL  A ---- PDEL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PDEL  A ---- PDEL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PDEL  A ---- PDEL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PDEL  A ---- PDEL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PDEL  A ---- PDEL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PDEL  A ---- PDEL  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PENC  A ---- PENC  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PENC  A ---- PENC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PENC  A ---- PENC  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PERT  A ---- PERT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PERT  A ---- PERT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PERT  A ---- PERT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PERT  A ---- PERT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PERT  A ---- PERT  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ PERT  A ---- PERT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PERT  A ---- PERT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PERT  A ---- PERT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PETP  A ---- PETP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PETP  A ---- PETP  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PETS  A ---- PETS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PETS  A ---- PETS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PETS  A ---- PETS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PETS  A ---- PETS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ PETS  A ---- PETS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PETS  A ---- PETS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PETS  A ---- PETS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ PFA2  A ---- PFA2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PGC5  A ---- PGC5  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PICL  A ---- PICL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PIE1  A ---- PIE1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PIE1  A ---- PIE1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PIE1  A ---- PIE1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PIE1  A ---- PIE1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PIE1  A ---- PIE1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PIE1  A ---- PIE1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ PIMO  A ---- PIMO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PIMO  A ---- PIMO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PIMO  A ---- PIMO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PIMO  A ---- PIMO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PIMO  A ---- PIMO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ PIMO  A ---- PIMO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PIMO  A ---- PIMO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PIMO  A ---- PIMO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ PIN1  A ---- PIN1  B ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ POL2  A ---- POL2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ POL2  A ---- POL2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ POL2  A ---- POL2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ POL2  A ---- POL2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ POL2  A ---- POL2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ POL2  A ---- POL2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ POL2  A ---- POL2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ POL2  A ---- POL2  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ POLV  A ---- POLV  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ POLV  A ---- POLV  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ POLV  A ---- POLV  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ POLV  A ---- POLV  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ POLV  A ---- POLV  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ POTS  A ---- POTS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ POTS  A ---- POTS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ POTS  A ---- POTS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ POTS  A ---- POTS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ POTS  A ---- POTS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ POTS  A ---- POTS  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ POVE  A ---- POVE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ POVE  A ---- POVE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ POVE  A ---- POVE  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ PRDS  A ---- PRDS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PRDS  A ---- PRDS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PRDS  A ---- PRDS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PRDS  A ---- PRDS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PRDS  A ---- PRDS  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ PRE1  A ---- PRE1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PRE1  A ---- PRE1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PRE1  A ---- PRE1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ PRE1  A ---- PRE1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PRE1  A ---- PRE2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PSU1  A ---- PSU1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PTBB  A ---- PTBB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ PTBB  A ---- PTBB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ PTBB  A ---- PTBB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ PTBB  A ---- PTBB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ PUC1  A ---- PUC1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ QAQ1  A ---- QAQ1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ QAQ1  A ---- QAQ1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ QAQ1  A ---- QAQ1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ QAQ1  A ---- QAQ1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ QAQ1  A ---- QAQ1  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ QAQ1  A ---- QAQ1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ QAQ1  A ---- QAQ1  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ QAQ1  A ---- QAQ1  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ QAQ1  A ---- QAQ1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ QIKI  A ---- QIKI  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ QIKI  A ---- QIKI  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ QIKI  A ---- QIKI  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ QIKI  A ---- QIKI  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ QUIN  A ---- QUIN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ QUIN  A ---- QUIN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ QUIN  A ---- QUIN  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ QUIN  A ---- QUIN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ QUIN  A ---- QUIN  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ RABT  A ---- RABT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RABT  A ---- RABT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ RABT  A ---- RABT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ RABT  A ---- RABT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RABT  A ---- RABT  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ RABT  A ---- RABT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ RABT  A ---- RABT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ RABT  A ---- RABT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ RAMO  A ---- RAMO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RAMO  A ---- RAMO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ RAMO  A ---- RAMO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ RAMO  A ---- RAMO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RAMO  A ---- RAMO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ RAMO  A ---- RAMO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ RAMO  A ---- RAMO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ RCMV  A ---- RCMV  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ RECF  A ---- RECF  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RECF  A ---- RECF  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RECF  A ---- RECF  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ REDU  A ---- REDU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ REDU  A ---- REDU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ RESO  A ---- RESO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RESO  A ---- RESO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ RESO  A ---- RESO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RESO  A ---- RESO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ RESO  A ---- RESO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ REUN  A ---- REUN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ REUN  A ---- REUN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ REUN  A ---- REUN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ REUN  A ---- REUN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ REUN  A ---- REUN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ REUN  A ---- REUN  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ REYK  A ---- REYK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ REYK  A ---- REYK  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ REYK  A ---- REYK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ REYK  A ---- REYK  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ REYK  A ---- REYK  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ REYK  A ---- REYK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ REYK  A ---- REYK  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ RIGA  A ---- RIGA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ RIGA  A ---- RIGA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ RIO2  A ---- RIO2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RIO2  A ---- RIO2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RIO2  A ---- RIO2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ RIOP  A ---- RIOP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ RIOP  A ---- RIOP  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ RIOP  A ---- RIOP  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ RIOP  A ---- RIOP  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ RIOP  A ---- RIOP  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ RIOP  A ---- RIOP  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ROAP  A ---- ROAP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ROSA  A ---- ROSA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SALU  A ---- SALU  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SALU  A ---- SALU  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SALU  A ---- SALU  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SANT  A ---- SANT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SANT  A ---- SANT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SANT  A ---- SANT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SANT  A ---- SANT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SANT  A ---- SANT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SANT  A ---- SANT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SANT  A ---- SANT  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ SASK  A ---- SASK  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SAVO  A ---- SAVO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SAVO  A ---- SAVO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SCH2  A ---- SCH2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SCH2  A ---- SCH2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SCH2  A ---- SCH2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SCH2  A ---- SCH2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SCH2  A ---- SCH2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SCH2  A ---- SCH2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SCH2  A ---- SCH2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SCOR  A ---- SCOR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SCOR  A ---- SCOR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SCOR  A ---- SCOR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SCUB  A ---- SCUB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SCUB  A ---- SCUB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SCUB  A ---- SCUB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SCUB  A ---- SCUB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SCUB  A ---- SCUB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SCUB  A ---- SCUB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SCUB  A ---- SCUB  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ SCUB  A ---- SCUB  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ SEAT  A ---- SEAT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SELE  A ---- SELE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SELE  A ---- SELE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SELE  A ---- SELE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SFDM  A ---- SFDM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SFER  A ---- SFER  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SFER  A ---- SFER  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SFER  A ---- SFER  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SFER  A ---- SFER  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SFER  A ---- SFER  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SFER  A ---- SFER  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SHAO  A ---- SHAO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SHAO  A ---- SHAO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SHAO  A ---- SHAO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SHAO  A ---- SHAO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SHAO  A ---- SHAO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SIO3  A ---- SIO3  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SIO3  A ---- SIO3  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SIO3  A ---- SIO3  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SIO3  A ---- SIO3  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SIO5  A ---- SIO5  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SJDV  A ---- SJDV  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SNI1  A ---- SNI1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SNI1  A ---- SNI1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SNI1  A ---- SNI1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SOFI  A ---- SOFI  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SOFI  A ---- SOFI  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SOFI  A ---- SOFI  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SOFI  A ---- SOFI  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SOFI  A ---- SOFI  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SOFI  A ---- SOFI  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SOFI  A ---- SOFI  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ SPK1  A ---- SPK1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SPMX  A ---- SPMX  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SPT0  A ---- SPT0  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SPT0  A ---- SPT0  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SPT0  A ---- SPT0  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ SRS1  A ---- SRS1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ STJO  A ---- STJO  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ STJO  A ---- STJO  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ STJO  A ---- STJO  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ STJO  A ---- STJO  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ STJO  A ---- STJO  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ STJO  A ---- STJO  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ STJO  A ---- STJO  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ STJO  A ---- STJO  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ STJO  A ---- STJO  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ STK2  A ---- STK2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ STK2  A ---- STK2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ STK2  A ---- STK2  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ STR1  A ---- STR1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ STR1  A ---- STR1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ STR1  A ---- STR1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ STR1  A ---- STR1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ STR2  A ---- STR2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ STR2  A ---- STR2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ STR2  A ---- STR2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ STR2  A ---- STR2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SULP  A ---- SULP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SULP  A ---- SULP  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SULP  A ---- SULP  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SUNM  A ---- SUNM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SUNM  A ---- SUNM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SUNM  A ---- SUNM  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SUNM  A ---- SUNM  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SUTH  A ---- SUTH  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SUTH  A ---- SUTH  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SUTH  A ---- SUTH  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SUTH  A ---- SUTH  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SUTH  A ---- SUTH  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SUTH  A ---- SUTH  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SUTH  A ---- SUTH  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SUTH  A ---- SUTH  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ SUTH  A ---- SUTH  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ SUTM  A ---- SUTM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SUTM  A ---- SUTM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SUTM  A ---- SUTM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SUTM  A ---- SUTM  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SUWN  A ---- SUWN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SUWN  A ---- SUWN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SUWN  A ---- SUWN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SUWN  A ---- SUWN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SVTL  A ---- SVTL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SVTL  A ---- SVTL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SYDN  A ---- SYDN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SYDN  A ---- SYDN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SYDN  A ---- SYDN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SYDN  A ---- SYDN  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SYOG  A ---- SYOG  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ SYOG  A ---- SYOG  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ SYOG  A ---- SYOG  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ SYOG  A ---- SYOG  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ SYOG  A ---- SYOG  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ SYOG  A ---- SYOG  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ SYOG  A ---- SYOG  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ SYOG  A ---- SYOG  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ SYOG  A ---- SYOG  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TABL  A ---- TABV  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TAH2  A ---- TAH1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TAH2  A ---- TAH1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TAH2  A ---- TAH1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TAH2  A ---- TAH1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TAH2  A ---- TAH2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TASH  A ---- TASH  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TCMS  A ---- TCMS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TCMS  A ---- TCMS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TEHN  A ---- TEHN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TEHN  A ---- TEHN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TEHN  A ---- TEHN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TEHN  A ---- TEHN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ TELA  A ---- TELA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TELA  A ---- TELA  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ THU3  A ---- THU2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ THU3  A ---- THU3  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ THU3  A ---- THU3  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ THU3  A ---- THU3  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ THU3  A ---- THU3  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ THU3  A ---- THU3  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ THU3  A ---- THU3  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ THU3  A ---- THU3  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ THU3  A ---- THU3  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TIDB  A ---- TID1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TIDB  A ---- TIDB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TIDB  A ---- TIDB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TIDB  A ---- TIDB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TIDB  A ---- TIDB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TIDB  A ---- TIDB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TIDB  A ---- TIDB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ TIDB  A ---- TIDB  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ TIDB  A ---- TIDB  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TIXI  A ---- TIXI  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TIXJ  A ---- TIXJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TIXJ  A ---- TIXJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TIXJ  A ---- TIXJ  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TLSE  A ---- TLSE  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TLSE  A ---- TLSE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TLSE  A ---- TLSE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TLSE  A ---- TLSE  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TLSE  A ---- TLSE  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TORP  A ---- TORP  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TOW2  A ---- TOW2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TOW2  A ---- TOW2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TOW2  A ---- TOW2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TOW2  A ---- TOW2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TOW2  A ---- TOW2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TOW2  A ---- TOW2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TOW2  A ---- TOW2  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ TOW2  A ---- TOW2  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TRDS  A ---- TRDS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TRO1  A ---- TRO1  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TRO1  A ---- TRO1  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TRO1  A ---- TRO1  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TRO1  A ---- TRO1  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TRO1  A ---- TRO1  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TRO1  A ---- TRO1  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ TSEA  A ---- TSEA  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TSEA  A ---- TSEA  A ---- P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TSEA  A ---- TSEA  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ TSK2  A ---- TSK2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TSKB  A ---- TSKB  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TSKB  A ---- TSKB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ TSKB  A ---- TSKB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TSKB  A ---- TSKB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ TSKB  A ---- TSKB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ TSKB  A ---- TSKB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ TUBI  A ---- TUBI  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ TUKT  A ---- TUKT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ TXES  A ---- TXES  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ TXES  A ---- TXES  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ UCLU  A ---- UCLU  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ UFPR  A ---- UFPR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ UFPR  A ---- UFPR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ULAB  A ---- ULAB  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ULAB  A ---- ULAB  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ULAB  A ---- ULAB  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ULAB  A ---- ULAB  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ULAB  A ---- ULAB  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ULAB  A ---- ULAB  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ UNBJ  A ---- UNBJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ UNBJ  A ---- UNBJ  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ UNBJ  A ---- UNBJ  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ UNBJ  A ---- UNBJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ UNIV  A ---- UNIV  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ USN3  A ---- USN3  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ USN3  A ---- USN3  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ USN3  A ---- USN3  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ USN3  A ---- USN3  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ USN3  A ---- USN3  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ USUD  A ---- USUD  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ USUD  A ---- USUD  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ USUD  A ---- USUD  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ USUD  A ---- USUD  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ USUD  A ---- USUD  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ USUD  A ---- USUD  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ UZHL  A ---- UZHL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ UZHL  A ---- UZHL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ VAAS  A ---- VAAS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ VAAS  A ---- VAAS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VACS  A ---- VACS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ VACS  A ---- VACS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ VACS  A ---- VACS  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ VALD  A ---- VALD  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ VALD  A ---- VALD  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ VESL  A ---- VESL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ VESL  A ---- VESL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ VESL  A ---- VESL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VESL  A ---- VESL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ VESL  A ---- VESL  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ VESL  A ---- VESL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ VESL  A ---- VESL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ VILL  A ---- VILL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ VILL  A ---- VILL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ VILL  A ---- VILL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VILL  A ---- VILL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ VILL  A ---- VILL  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ VILL  A ---- VILL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ VILL  A ---- VILL  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ VIS0  A ---- VIS0  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VIS0  A ---- VIS0  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ VNDP  A ---- VNDP  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VNDP  A ---- VNDP  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ VTIS  A ---- VTIS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ VTSP  A ---- VTSP  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WAB2  A ---- WAB2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WAB2  A ---- WAB2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WAB2  A ---- WAB2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WDC3  A ---- WDC3  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WDC3  A ---- WDC3  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WDC3  A ---- WDC3  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WDC3  A ---- WDC4  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WGTN  A ---- WGTN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WGTT  A ---- WGTT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WHIT  A ---- WHIT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WHIT  A ---- WHIT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WHIT  A ---- WHIT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WHIT  A ---- WHIT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WHIT  A ---- WHIT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WHIT  A ---- WHIT  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ WHIT  A ---- WHIT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ WILL  A ---- WILL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WILL  A ---- WILL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WILL  A ---- WILL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WILL  A ---- WILL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WILL  A ---- WILL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ WIND  A ---- WIND  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WIND  A ---- WIND  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WIND  A ---- WIND  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WNFL  A ---- WNFL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WROC  A ---- WROC  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WROC  A ---- WROC  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WROC  A ---- WROC  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ WSRT  A ---- WSRT  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WSRT  A ---- WSRT  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WSRT  A ---- WSRT  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WSRT  A ---- WSRT  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WSRT  A ---- WSRT  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WSRT  A ---- WSRT  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ WTZA  A ---- WTZA  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WTZJ  A ---- WTZJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WTZJ  A ---- WTZJ  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ WTZR  A ---- WTZR  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WTZR  A ---- WTZR  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WTZR  A ---- WTZR  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WTZR  A ---- WTZR  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ WTZR  A ---- WTZR  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WTZR  A ---- WTZR  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ WTZR  A ---- WTZR  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ WTZS  A ---- WTZS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WTZZ  A ---- WTZZ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WTZZ  A ---- WTZZ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WUHN  A ---- WUHN  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ WUHN  A ---- WUHN  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ WUHN  A ---- WUHN  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ WUHN  A ---- WUHN  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ WUHN  A ---- WUHN  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ WUHN  A ---- WUHN  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ WUHN  A ---- WUHN  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ WUHN  A ---- WUHN  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ XIAN  A ---- XIAN  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ XMIS  A ---- XMIS  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ XMIS  A ---- XMIS  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ XMIS  A ---- XMIS  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ XMIS  A ---- XMIS  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ XMIS  A ---- XMIS  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ XMIS  A ---- XMIS  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ YAR1  A ---- YAR2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ YAR1  A ---- YAR2  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ YAR1  A ---- YAR2  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ YAR1  A ---- YAR2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ YAR1  A ---- YAR2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ YAR3  A ---- YAR3  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ YEBE  A ---- YEBE  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ YEBE  A ---- YEBE  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ YEBE  A ---- YEBE  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ YELL  A ---- YELL  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ YELL  A ---- YELL  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ YELL  A ---- YELL  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ YELL  A ---- YELL  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ YELL  A ---- YELL  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ YELL  A ---- YELL  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ YELL  A ---- YELL  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ YELL  A ---- YELL  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ YELL  A ---- YELL  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ YSSK  A ---- YSSK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ YSSK  A ---- YSSK  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ZECK  A ---- ZECK  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ZECK  A ---- ZECK  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ZECK  A ---- ZECK  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ZECK  A ---- ZECK  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ZECK  A ---- ZECK  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ZECK  A ---- ZECK  A ---- P 10:003:00000 10:010:00000 JPL 10:015:77928         
+ ZECK  A ---- ZECK  A ---- P 10:003:00000 10:010:43200 NRC 10:013:39122         
+ ZECK  A ---- ZECK  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ZIM2  A ---- ZIM2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ZIM2  A ---- ZIM2  A ---- P 10:002:86385 10:009:86385 ESA 10:020:50673         
+ ZIMJ  A ---- ZIMJ  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ZIMJ  A ---- ZIMJ  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ZIMJ  A ---- ZIMJ  A ---- P 10:003:00000 10:010:86399 GRG 10:015:32214         
+ ZIMM  A ---- ZIMM  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ZIMM  A ---- ZIMM  A ---- P 10:002:00000 10:010:86370 MIT 10:013:70622         
+ ZIMM  A ---- ZIMM  A ---- P 10:002:00000 10:010:86370 SIO 10:015:60857         
+ ZIMM  A ---- ZIMM  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ZIMM  A ---- ZIMM  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+ ZWE2  A ---- ZWE2  A 0001 P 10:002:00000 10:011:00000 COD 10:014:32225         
+ ZWE2  A ---- ZWE2  A ---- P 10:002:00000 10:011:00000 GFZ 10:015:33300         
+ ZWE2  A ---- ZWE2  A ---- P 10:003:00000 10:009:86370 NGS 10:015:18557         
+-SITE/DATA                                                                      
+*-------------------------------------------------------------------------------
++SITE/RECEIVER
+ ABMF  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETR5        ----- -----------
+ ABPO  A ---- P 07:320:00000 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ ACOR  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200PRO     45918 LEI  5.0   
+ ADE1  A ---- P 00:214:00000 00:000:00000 ASHTECH Z-XII3       3213  1Y07-1DY4  
+ ADIS  A ---- P 08:071:25200 00:000:00000 JPS LEGACY           MT300 2.6.1      
+ AIRA  A ---- P 03:050:32640 00:000:00000 TRIMBLE 5700         05227 1.24       
+ AJAC  A ---- P 09:131:00000 00:000:00000 LEICA GRX1200GGPRO   46258 7.50       
+ ALAC  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45492 TRM  1.2   
+ ALBH  A ---- P 05:285:60300 00:000:00000 AOA BENCHMARK ACT    1113  3.3.32.2N l
+ ALGO  A ---- P 08:353:67440 00:000:00000 AOA BENCHMARK ACT    124-U 3.3.32.2N  
+ ALIC  A ---- P 09:205:00000 00:000:00000 LEICA GRX1200GGPRO   35531 7.50       
+ ALME  A ---- P 10:006:00000 10:009:86370 TRIMBLE NETRS        46351 TRM  1.1   
+ ALRT  A ---- P 09:252:75300 00:000:00000 ASHTECH UZ-12        ZR520 CK00       
+ AMC2  A ---- P 02:184:62460 00:000:00000 ASHTECH Z-XII3T      RT920 IL01-1D04-M
+ ANKR  A ---- P 08:127:39600 00:000:00000 TPS E_GGD            AFUY1 2.6.1 Jan,1
+ AREQ  A ---- P 06:141:00000 00:000:00000 ASHTECH UZ-12        ZR220 CQ00       
+ ARTU  A ---- P 99:217:00000 00:000:00000 ASHTECH Z-XII3       LP033 NAV CC00 CH
+ ASPA  A ---- P 09:237:70260 00:000:00000 TRIMBLE NETR5        4733K 4.03       
+ AUCK  A ---- P 07:200:05220 00:000:00000 TRIMBLE NETRS        44452 1.15       
+ AZCN  A ---- P 10:002:00000 10:010:86370 TRIMBLE 4000SSI      3832A TRM  7.1   
+ AZCO  A ---- P 10:002:00000 10:010:86370 TPS LEGACY           235-1 2.4        
+ AZRY  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       LP027 ASH  9.1   
+ BAIE  A ---- P 01:308:00000 00:000:00000 AOA BENCHMARK ACT    1116  3.3.32.2N  
+ BAKE  A ---- P 09:348:00000 00:000:00000 TPS NETG3            410-1 3.4        
+ BAKO  A ---- P 07:001:00000 00:000:00000 LEICA GRX1200GGPRO   35181 2.14 / 2.12
+ BAMF  A ---- P 09:294:76800 00:000:00000 TRIMBLE NETRS        46351 1.2-0   26 
+ BAN2  A ---- P 00:073:25200 00:000:00000 AOA BENCHMARK ACT    1131  3.3.32.2N  
+ BAR1  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46112 TRM  1.1   
+ BARH  A ---- P 09:141:00000 00:000:00000 LEICA GRX1200GGPRO   35100 7.50       
+ BAYR  A ---- P 10:003:00000 10:009:86399 LEICA GRX1200PRO     45919 4.01       
+ BBRY  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45522 TRM  1.1   
+ BDOS  A ---- P 04:159:00000 00:000:00000 ASHTECH UZ-12        UZ520 ZC10       
+ BJFS  A ---- P 95:263:00000 00:000:00000 ASHTECH Z-XII3       LP333 CD00-1D02  
+ BLYT  A ---- P 09:231:75660 00:000:00000 TRIMBLE NETRS        48081 1.2-5      
+ BOGO  A ---- P 10:002:00000 10:010:86370 TPS EUROCARD         MT312 TPS  2.6   
+ BOGT  A ---- P 07:347:72000 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ BOR1  A ---- P 08:066:46800 00:000:00000 TRIMBLE NETRS        46231 1.2-0  Apr 
+ BREW  A ---- P 07:332:00000 00:000:00000 ASHTECH UZ-12        ZR200 CQ00       
+ BRFT  A ---- P 05:249:67200 00:000:00000 LEICA GRX1200PRO     45271 2.12       
+ BRMU  A ---- P 06:326:61200 00:000:00000 TRIMBLE 5700         02202 2.30       
+ BRST  A ---- P 09:131:00000 00:000:00000 LEICA GRX1200GGPRO   35591 7.50       
+ BRUS  A ---- P 01:079:46800 00:000:00000 ASHTECH Z-XII3T      RT919 1L01-1D04  
+ BUCU  A ---- P 09:119:31800 00:000:00000 LEICA GRX1200GGPRO   35536 7.50/3.017 
+ BUE1  A ---- P 00:221:00000 00:000:00000 ASHTECH Z-XII3       3225  1Y07-1DY4  
+ CAGL  A ---- P 04:062:00000 00:000:00000 TRIMBLE 4700         04579 Nav 1.20 Si
+ CAGS  A ---- P 05:340:56580 00:000:00000 ASHTECH Z-XII3       843   CD00-1D02  
+ CAGZ  A ---- P 08:325:77820 00:000:00000 TPS E_GGD            AGNV7 3.3 Jul,10,
+ CANT  A ---- P 10:006:00000 10:009:86370 TRIMBLE NETRS        46361 TRM  1.1   
+ CAS1  A ---- P 09:317:00000 00:000:00000 LEICA GRX1200GGPRO   35653 7.50       
+ CASC  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGP     35225 LEI  7.5   
+ CAT2  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46112 TRM  1.1   
+ CCJ2  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45412 TRM  1.1   
+ CCJM  A ---- P 03:058:02820 00:000:00000 TRIMBLE 5700         21296 1.24       
+ CEBR  A ---- P 10:002:86385 10:009:86385 ASHTECH UZ-12        ----- -----------
+ CEDU  A ---- P 07:115:18000 00:000:00000 ASHTECH UZ-12        UC220 CN00       
+ CHAN  A ---- P 07:319:00000 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ CHAT  A ---- P 02:087:00600 00:000:00000 ASHTECH Z-XII3       LP419 CD00       
+ CHPI  A ---- P 09:043:00000 00:000:00000 ASHTECH UZ-12        ZR220 CQ00       
+ CHTI  A ---- P 07:344:00000 00:000:00000 TRIMBLE NETRS        44452 1.20       
+ CHUM  A ---- P 09:215:28800 00:000:00000 TRIMBLE NETRS        45492 1.1-5      
+ CHUR  A ---- P 09:091:00000 00:000:00000 AOA SNR-8000 ACT     T302U 3.3.32.2N  
+ CLAR  A ---- P 99:159:82440 00:000:00000 ASHTECH Z-XII3       LP031 CC00       
+ CNMR  A ---- P 09:252:46500 00:000:00000 TRIMBLE NETR5        4730K 4.03       
+ COCO  A ---- P 09:145:03600 00:000:00000 TRIMBLE NETR5        4807K 3.84       
+ COLA  A ---- P 10:002:00000 10:008:86370 TRIMBLE NETRS        4650K TRM  1.1   
+ CONT  A ---- P 05:229:00000 00:000:00000 SEPT POLARX2         1377  2.6.0      
+ CONZ  A ---- P 09:120:48600 00:000:00000 LEICA GRX1200GGPRO   35536 7.50/3.017 
+ COT1  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       LP031 ASH  9.2   
+ CPXF  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGPRO   ----- 5.6        
+ CRAO  A ---- P 09:063:00000 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ CRAR  A ---- P 10:002:00000 10:010:86370 TPS ODYSSEY_E        8QJUH JPS  0.0   
+ CRO1  A ---- P 06:055:00000 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ CUSV  A ---- P 08:133:00000 00:000:00000 TRIMBLE NETRS        45492 1.1-5      
+ DAEJ  A ---- P 08:084:10800 00:000:00000 TRIMBLE NETRS        31136 Nav 1.20 Si
+ DARW  A ---- P 09:161:04800 00:000:00000 LEICA GRX1200GGPRO   35580 7.50       
+ DAV1  A ---- P 09:210:00000 00:000:00000 LEICA GRX1200GGPRO   35650 7.50       
+ DESC  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200PRO     45118 LEI  0.0   
+ DGAR  A ---- P 08:087:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ DHLG  A ---- P 04:254:80100 00:000:00000 ASHTECH Z-XII3       LP027 CC00       
+ DRAG  A ---- P 07:238:00000 00:000:00000 LEICA RS500          34262 5.0        
+ DRAO  A ---- P 09:139:61740 00:000:00000 AOA BENCHMARK ACT    2025  3.3.32.5 lk
+ DUBR  A ---- P 08:342:32400 00:000:00000 TRIMBLE NETR5        4844K 3.60       
+ DUM1  A ---- P 97:354:00000 00:000:00000 ASHTECH Z-XII3       70084 1E95-1D01  
+ DUND  A ---- P 07:053:00000 00:000:00000 TRIMBLE NETRS        46351 1.15       
+ DYER  A ---- P 10:004:00000 10:004:86399 TRIMBLE 4000SSI      3845A 7.19B      
+ ELAT  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200PRO     46257 LEI  5.0   
+ ELRO  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       Unkno ASH  9.2   
+ EPRT  A ---- P 08:246:00000 00:000:00000 LEICA GRX1200GGPRO   35125 5.62       
+ FAAA  A ---- P 08:169:63600 10:010:86370 JPS LEGACY           LE551 3.3        
+ FAIR  A ---- P 08:085:66780 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ FAIV  A ---- P 10:002:86385 10:009:86385 JPS EGGDT            2327  2.7.0      
+ FLIN  A ---- P 09:133:51240 00:000:00000 LEICA GRX1200PRO     46041 7.5        
+ FLRS  A ---- P 09:112:56700 00:000:00000 LEICA GRX1200GGPRO   35531 7.02/3.017 
+ FRDN  A ---- P 10:002:00000 10:010:86370 TPS NETG3            ----- -----------
+ FUNC  A ---- P 09:112:56700 00:000:00000 LEICA GRX1200GGPRO   35529 7.02/3.017 
+ GANP  A ---- P 09:231:35100 00:000:00000 TRIMBLE NETR8        35438 4.03/3.60  
+ GENO  A ---- P 02:225:00000 00:000:00000 TRIMBLE 4000SSI      32257 Nav 7.19 Si
+ GLPS  A ---- P 08:282:00000 00:000:00000 ASHTECH UZ-12        ZR220 CQ00       
+ GLSV  A ---- P 09:348:33780 00:000:00000 NOV OEMV3            00001 3.700      
+ GMAS  A ---- P 08:043:36000 00:000:00000 TRIMBLE NETRS        47011 Nav 1.13 Si
+ GMSD  A ---- P 08:288:00000 00:000:00000 NOV OEMV3-RT2        NBV07 HW Rev. 5.0
+ GODE  A ---- P 06:101:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ GOLD  A ---- P 00:182:00000 00:000:00000 ASHTECH Z-XII3       LP035 CC00 1s soc
+ GOPE  A ---- P 09:348:37800 00:000:00000 TPS NETG3            01308 3.4 May,13,
+ GRAS  A ---- P 07:246:00000 00:000:00000 ASHTECH UZ-12        48002 CN00-1A01  
+ GRAZ  A ---- P 08:119:43200 00:000:00000 TRIMBLE NETRS        28748 NETRS 1.1-3
+ GUAM  A ---- P 08:326:08160 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ GUAT  A ---- P 08:262:00000 00:000:00000 LEICA GRX1200PRO     35568 5.62       
+ GUUG  A ---- P 09:239:50940 00:000:00000 TRIMBLE NETR5        4730K 4.03       
+ HAMM  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45492 TRM  1.1   
+ HARB  A ---- P 07:332:31020 00:000:00000 ASHTECH UZ-12        17001 CN00-1A01  
+ HARV  A ---- P 02:075:78540 00:000:00000 AOA SNR-8000 ACT     T389  3.3.32.5   
+ HELG  A ---- P 10:002:00000 10:010:86370 JPS LEGACY           MT301 JPS  2.6   
+ HERS  A ---- P 99:232:05820 00:000:00000 ASHTECH Z-XII3       LP033 CD00 (nav);
+ HERT  A ---- P 09:160:56400 00:000:00000 LEICA GRX1200GGPRO   35531 7.50/3.017 
+ HIL1  A ---- P 10:002:00000 10:009:86370 LEICA GRX1200PRO     46289 LEI  4.0   
+ HILO  A ---- P 03:171:76020 00:000:00000 ASHTECH Z-XII3       LP031 CD00       
+ HLFX  A ---- P 02:073:00000 00:000:00000 AOA BENCHMARK ACT    1119  3.3.32.2N  
+ HNLC  A ---- P 99:237:09540 00:000:00000 ASHTECH Z-XII3       LP034 CD00       
+ HNPT  A ---- P 07:305:00000 00:000:00000 LEICA GRX1200GGPRO   35108 5.60       
+ HOB2  A ---- P 09:187:00000 00:000:00000 LEICA GRX1200GGPRO   35649 7.50       
+ HOFN  A ---- P 08:017:58500 00:000:00000 TPS E_GGD            AGL2L 2.6.1 JAN,1
+ HOLB  A ---- P 09:265:70200 00:000:00000 LEICA GRX1200PRO     45934 7.53       
+ HOLM  A ---- P 06:186:57480 00:000:00000 ASHTECH UZ-12        ZR520 CK00       
+ HRAO  A ---- P 09:015:00000 00:000:00000 ASHTECH UZ-12        UC120 CN00       
+ HRM1  A ---- P 09:008:50760 00:000:00000 ASHTECH Z-XII3       3201  1Y07-1DY4  
+ HYDE  A ---- P 07:330:00000 00:000:00000 LEICA GRX1200GGPRO   35519 5.60       
+ IID2  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46112 TRM  1.1   
+ IISC  B ---- P 09:008:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ ILHA  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGPRO   62896 5.10       
+ INEG  A ---- P 08:073:00000 00:000:00000 TRIMBLE 5700         02202 1.24       
+ INVK  A ---- P 05:133:59220 00:000:00000 ASHTECH UZ-12        ZR520 CK00       
+ IQAL  A ---- P 10:002:00000 10:010:86370 TPS NETG3            ----- -----------
+ IRKJ  A ---- P 01:205:00000 00:000:00000 JPS LEGACY           00517 2.6.0 OCT,2
+ IRKT  A ---- P 99:180:00000 00:000:00000 ROGUE SNR-8000       T173  3.2.32.8   
+ ISPA  A ---- P 07:154:21600 00:000:00000 ASHTECH UZ-12        UC220            
+ ISTA  A ---- P 07:312:42600 00:000:00000 ASHTECH Z-XII3       LP008 1K00-1D04  
+ JOZ2  A ---- P 09:130:72000 00:000:00000 LEICA GRX1200GGPRO   35504 5.62/3.017 
+ JOZE  A ---- P 09:141:43200 00:000:00000 TRIMBLE 4000SSI      4002A 7.29       
+ JPLM  A ---- P 02:065:01020 00:000:00000 ROGUE SNR-8100       R-138 3.2.32.11  
+ JPLV  A ---- P 10:002:00000 10:010:86370 JPS EGGDT            ----- -----------
+ KABR  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       35243 ASH  9.2   
+ KARR  A ---- P 03:155:03600 00:000:00000 ASHTECH UZ-12        UC220 CN00       
+ KATZ  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGP     35242 LEI  7.5   
+ KELY  B ---- P 01:257:62280 00:000:00000 ASHTECH Z-XII3       LP020 CD00-1D02 1
+ KERG  A ---- P 04:287:54900 00:000:00000 ASHTECH UZ-12        04004 CN00-1A01  
+ KGNI  A ---- P 08:112:00000 00:000:00000 TRIMBLE NETRS        47311 1.1-5      
+ KHAJ  A ---- P 07:305:00000 00:000:00000 TPS E_GGD            0     2.6.0 APR,1
+ KHAR  A ---- P 09:352:28620 00:000:00000 NOV OEMV3            00009 3.700      
+ KIRU  A ---- P 03:071:43200 00:000:00000 ASHTECH UZ-12        20021 CJ00       
+ KIT3  A ---- P 99:345:00000 00:000:00000 AOA SNR-8000 ACT     284   3.3.32.3   
+ KOKB  A ---- P 08:087:00360 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ KOSG  A ---- P 09:139:33300 00:000:00000 LEICA GRX1200GGPRO   35609 7.50/3.017 
+ KOUC  A ---- P 09:321:00000 00:000:00000 TRIMBLE NETR5        4926K 4.03       
+ KOUR  A ---- P 09:177:21600 00:000:00000 JPS LEGACY           340-0 3.4        
+ KR0G  A ---- P 08:127:62100 00:000:00000 JPS EGGDT            8POGQ 2.6.1 Jan,1
+ KSMV  A ---- P 09:257:24660 00:000:00000 TRIMBLE NETRS        47241 1.1-5      
+ KUNM  A ---- P 02:315:03600 00:000:00000 ROGUE SNR-8000       T134  3.2.32.11  
+ KUUJ  A ---- P 05:215:52560 00:000:00000 AOA BENCHMARK ACT    1127  3.3.32.2N  
+ LAMA  A ---- P 09:111:61200 00:000:00000 LEICA GRX1200GGPRO   35107 7.02/3.017 
+ LEBA  A ---- P 10:003:00000 10:009:86399 TRIMBLE NETR5        4711K 3.84       
+ LHAZ  A ---- P 08:018:26100 00:000:00000 TPS E_GGD            AE7PE 2.6.1 Jan,1
+ LMMF  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETR5        ----- -----------
+ LPAL  A ---- P 09:113:00000 00:000:00000 LEICA GRX1200GGPRO   35549 7.02       
+ LPGS  A ---- P 02:324:43200 00:000:00000 AOA BENCHMARK ACT    1118  3.3.32.2N  
+ M0SE  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGPRO   ----- -----------
+ MAC1  A ---- P 09:145:00000 00:000:00000 ASHTECH UZ-12        24007 CQ00       
+ MADR  A ---- P 00:182:00000 00:000:00000 ASHTECH Z-XII3       LP035 CC00       
+ MAL2  A ---- P 08:247:43500 00:000:00000 JPS LEGACY           340-1 3.3        
+ MANA  A ---- P 00:134:00000 00:000:00000 TRIMBLE 4000SSI      3935A 7.29       
+ MAR6  A ---- P 08:127:63300 00:000:00000 JPS E_GGD            AG3KS 2.6.1 Jan,1
+ MARS  A ---- P 09:131:00000 00:000:00000 LEICA GRX1200GGPRO   46289 7.50       
+ MAS1  A ---- P 09:189:31500 00:000:00000 JPS LEGACY           340-1 3.4        
+ MAT1  A ---- P 09:154:00000 00:000:00000 TRIMBLE 4000SSI      21438 Nav 7.29 Si
+ MATE  A ---- P 09:261:00000 00:000:00000 LEICA GRX1200GGPRO   35589 7.53/3.017 
+ MAUI  A ---- P 00:090:80880 00:000:00000 ASHTECH Z-XII3       LP033 CC00       
+ MAW1  A ---- P 09:254:14400 00:000:00000 LEICA GRX1200GGPRO   35649 7.50       
+ MCIL  A ---- P 08:238:00000 00:000:00000 TRIMBLE NETRS        40906 1.2-5      
+ MCM4  A ---- P 07:310:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ MDO1  A ---- P 07:040:00000 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ MDVJ  A ---- P 09:128:00000 00:000:00000 TPS NETG3            401   3.3 DEC,22,
+ MEDI  A ---- P 01:093:00000 00:000:00000 TRIMBLE 4000SSI      22774 Nav 7.29 Si
+ METS  A ---- P 09:236:45900 00:000:00000 ASHTECH Z-XII3       108   CD00       
+ METZ  A ---- P 08:273:31140 00:000:00000 JPS EUROCARD         MT302 2.6.1,Jan 1
+ MIG1  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46022 TRM  1.1   
+ MIKL  A ---- P 01:161:00000 00:000:00000 TRIMBLE 4700         32662 1.30       
+ MIZU  A ---- P 05:194:00000 00:000:00000 SEPT POLARX2         232   2.5.0      
+ MKEA  A ---- P 08:312:00000 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ MOBJ  A ---- P 09:084:25200 00:000:00000 JPS LEGACY           MT302 2.6.1 Jan,1
+ MOBS  A ---- P 09:205:00000 00:000:00000 LEICA GRX1200GGPRO   35653 7.50       
+ MOIU  A ---- P 10:003:00000 10:010:00000 ----------------     ----- -----------
+ MONP  A ---- P 06:093:00000 00:000:00000 ASHTECH Z-XII3       LP029 CC00       
+ MORP  A ---- P 07:304:41760 00:000:00000 TRIMBLE NETRS        47221 1.2-0      
+ MQZG  A ---- P 07:129:00120 00:000:00000 TRIMBLE NETRS        44452 1.1-5      
+ MTJO  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        44152 TRM  1.1   
+ MTKA  A ---- P 03:106:00000 00:000:00000 ASHTECH Z18          ZX001 0065 ZT16  
+ NAIN  A ---- P 05:272:48840 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ NANO  A ---- P 09:268:71400 00:000:00000 LEICA GRX1200GGPRO   35584 7.53       
+ NEAH  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46421 TRM  1.1   
+ NETP  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46431 TRM  0.0   
+ NICO  A ---- P 09:128:45900 00:000:00000 LEICA GRX1200GGPRO   35562 7.50/3.017 
+ NIST  A ---- P 06:130:00000 00:000:00000 NOV OEM4-G2          SWU04 2.200-L1L2W
+ NIUM  A ---- P 07:075:01680 00:000:00000 TRIMBLE NETRS        45202 1.15       
+ NKLG  A ---- P 08:024:36120 00:000:00000 TRIMBLE 4000SSI      3919A 7.29       
+ NNOR  A ---- P 02:168:00000 00:000:00000 ASHTECH Z-XII3       LP020 NAV CD00,CH
+ NOT1  A ---- P 00:259:00000 00:000:00000 TRIMBLE 4000SSI      21577 Nav 7.29 Si
+ NOVM  A ---- P 01:205:00000 00:000:00000 JPS LEGACY           00202 2.2        
+ NRC1  A ---- P 08:077:65100 00:000:00000 ASHTECH Z-XII3T      RT920 1L01-1D04  
+ NRIL  A ---- P 09:302:44400 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ NRMD  A ---- P 09:275:15600 00:000:00000 TRIMBLE NETR5        4926K 4.03       
+ NSSP  A ---- P 08:355:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ NSSS  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       LP029 ASH  9.2   
+ NTUS  A ---- P 07:176:21600 00:000:00000 LEICA GRX1200GGPRO   35272 5.10/3.013 
+ NURK  A ---- P 08:339:35400 00:000:00000 TPS NETG3            01153 3.3p4      
+ NVSK  A ---- P 00:182:00000 00:000:00000 TRIMBLE 4700         SN 02 1.20       
+ NYA1  A ---- P 09:243:63960 00:000:00000 TRIMBLE NETR8        4843K 4.03       
+ NYAL  A ---- P 09:132:45600 00:000:00000 TRIMBLE NETRS        44392 1.1-5      
+ OBE3  A ---- P 08:050:00000 00:000:00000 AOA BENCHMARK ACT    21 3  .3.32.2N   
+ OHI2  A ---- P 08:017:58500 00:000:00000 JPS E_GGD            AECFD 2.6.1 JAN,1
+ OHI3  A ---- P 09:327:07200 00:000:00000 LEICA GRX1200GGPRO   35653 7.53/3.017 
+ ONSA  A ---- P 08:136:52800 00:000:00000 JPS E_GGD            AG72Y 2.6.1 Jan,1
+ OPMT  A ---- P 01:182:00000 00:000:00000 ASHTECH Z-XII3T      02942 1L01-1D04  
+ OUS2  A ---- P 06:170:25200 00:000:00000 SEPT POLARX2         1249  2.5.0      
+ PADO  A ---- P 08:073:46800 00:000:00000 TRIMBLE NETRS        46072 NAV 1.20 SI
+ PALM  A ---- P 09:090:59400 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ PARK  A ---- P 09:295:00000 00:000:00000 JPS E_GGD            8PW3G 2.7.0      
+ PDEL  A ---- P 09:112:56700 00:000:00000 LEICA GRX1200GGPRO   35532 7.02/3.017 
+ PENC  A ---- P 07:177:00000 00:000:00000 LEICA GRX1200GGPRO   35306 5.10/3.013 
+ PERT  A ---- P 08:009:25200 00:000:00000 ASHTECH UZ-12        UCC22 CN00       
+ PETP  A ---- P 99:230:03900 00:000:00000 ASHTECH Z-XII3       LP017 NAV CD00  C
+ PETS  A ---- P 02:239:15240 00:000:00000 ASHTECH Z-XII3       LP014 CD00       
+ PFA2  A ---- P 10:002:00000 10:010:86370 TPS E_GGD            ----- -----------
+ PGC5  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46361 TRM  0.4   
+ PICL  A ---- P 04:157:00000 00:000:00000 AOA SNR-12 ACT       203-U 3.3.32.2N  
+ PIE1  A ---- P 05:196:00000 00:000:00000 ASHTECH UZ-12        UC120 CQ00       
+ PIMO  A ---- P 09:050:00000 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ PIN1  A ---- P 04:244:82500 00:000:00000 ASHTECH Z-XII3       LP026 CC00       
+ POL2  A ---- P 09:296:00000 00:000:00000 ASHTECH UZ-12        ZR520 CQ00       
+ POLV  A ---- P 01:116:60300 00:000:00000 TRIMBLE 4700         22649 1.30       
+ POTS  A ---- P 09:089:00000 00:000:00000 SEPT POLARX2         1358  2.5.0      
+ POVE  A ---- P 07:086:00000 00:000:00000 TRIMBLE NETR5        4651K 3.25       
+ PRDS  A ---- P 06:199:66900 00:000:00000 AOA BENCHMARK ACT    1126  TURBO 3.3.3
+ PRE1  A ---- P 03:015:00000 00:000:00000 ASHTECH Z-XII3       1908  1Y07-1DY4  
+ PSU1  A ---- P 10:003:00000 10:009:86399 TRIMBLE 4700         02201 1.20       
+ PTBB  A ---- P 06:317:47700 00:000:00000 ASHTECH Z-XII3T      RT820 1L01-1D04  
+ PUC1  A ---- P 10:003:00000 10:009:86399 TRIMBLE 4700         02201 1.30       
+ QAQ1  A ---- P 06:054:50400 00:000:00000 ASHTECH UZ-12        ZR200 CJ00       
+ QIKI  A ---- P 05:255:53520 00:000:00000 ASHTECH UZ-12        UC200 CQ00       
+ QUIN  A ---- P 07:222:61200 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ RABT  A ---- P 09:037:00000 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ RAMO  A ---- P 07:047:00000 00:000:00000 LEICA RS500          82241 5.0        
+ RCMV  A ---- P 10:002:86385 10:009:86385 JPS EGGDT            2330  2.7.0      
+ RECF  A ---- P 07:128:00000 00:000:00000 TRIMBLE NETR5        4651K 3.50       
+ REDU  A ---- P 10:002:00000 10:010:86370 ASHTECH UZ-12        47010 CJ00       
+ RESO  A ---- P 06:069:73560 00:000:00000 ASHTECH UZ-12        ZR520 CK00       
+ REUN  A ---- P 09:224:18000 00:000:00000 TRIMBLE NETR5        4917K 4.03       
+ REYK  A ---- P 08:014:61200 00:000:00000 TPS E_GGD            AGPD1 2.6.1 JAN,1
+ RIGA  A ---- P 07:350:43200 00:000:00000 LEICA GRX1200PRO     45332 5.60/2.125 
+ RIO2  A ---- P 07:118:00000 00:000:00000 ASHTECH Z-XII3       LP007 1D02-CC00  
+ RIOP  A ---- P 09:181:67680 00:000:00000 TRIMBLE NETRS        48501 1.2-5      
+ ROAP  A ---- P 09:273:00000 00:000:00000 SEPT POLARX3ETR      20008 1.3.0      
+ ROSA  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETR5        ----- -----------
+ SALU  A ---- P 07:143:00000 00:000:00000 TRIMBLE NETR5        4651K 3.25       
+ SANT  A ---- P 07:347:64800 00:000:00000 ASHTECH UZ-12        ZR220 CQ00       
+ SASK  A ---- P 08:345:71460 00:000:00000 ASHTECH UZ-12        UC220 CN00       
+ SAVO  A ---- P 07:114:00000 00:000:00000 TRIMBLE NETR5        4651K 3.25       
+ SCH2  A ---- P 09:317:00000 00:000:00000 TPS NETG3            401-0 3.4        
+ SCOR  A ---- P 05:332:48480 00:000:00000 ASHTECH UZ-12        ZR200 CJ00       
+ SCUB  A ---- P 00:342:00000 00:000:00000 ASHTECH Z-XII3       LP007 1D02-CD00  
+ SEAT  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45522 TRM  1.1   
+ SELE  A ---- P 08:190:39060 00:000:00000 TRIMBLE 4000SSE      3318A 7.19b      
+ SFDM  A ---- P 06:061:00000 00:000:00000 TRIMBLE NETRS        45162 1.1-2      
+ SFER  A ---- P 08:141:34800 00:000:00000 TRIMBLE NETRS        47241 1.20       
+ SHAO  A ---- P 07:270:00000 00:000:00000 ASHTECH UZ-12        UC220 CQ00       
+ SIO3  A ---- P 99:200:84960 00:000:00000 ASHTECH Z-XII3       LP027 CC00       
+ SIO5  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       LP030 ASH  9.2   
+ SJDV  A ---- P 10:002:00000 10:009:86370 ASHTECH Z-XII3       845   ASH  9.2   
+ SNI1  A ---- P 99:237:00000 00:000:00000 ASHTECH Z-XII3       LP027 CC00       
+ SOFI  A ---- P 08:017:58500 00:000:00000 TPS E_GGD            AFLQX 2.6.1 JAN,1
+ SPK1  A ---- P 99:188:00000 00:000:00000 ASHTECH Z-XII3       LP032 CC00       
+ SPMX  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        45222 TRM  1.1   
+ SPT0  A ---- P 08:127:32400 00:000:00000 JPS E_GGD            AFFE4 2.6.1 Jan,1
+ SRS1  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        46112 TRM  1.1   
+ STJO  A ---- P 04:056:00000 00:000:00000 AOA BENCHMARK ACT    1130  3.3.32.2N  
+ STK2  A ---- P 03:143:00000 00:000:00000 TRIMBLE 5700         21291 1.24       
+ STR1  A ---- P 09:153:03600 00:000:00000 LEICA GRX1200GGPRO   35580 7.50       
+ STR2  A ---- P 09:139:00000 00:000:00000 TRIMBLE NETR5        4650K 3.84       
+ SULP  A ---- P 01:161:00000 00:000:00000 TRIMBLE 4700         20236 1.30       
+ SUNM  A ---- P 98:358:19980 00:000:00000 JPS LEGACY           MT312 2.2        
+ SUTH  A ---- P 09:199:00000 00:000:00000 ASHTECH UZ-12        ZR220 CQ00       
+ SUTM  A ---- P 06:212:36000 00:000:00000 AOA BENCHMARK ACT    1104  3.3.32.2N  
+ SUWN  A ---- P 05:028:00000 00:000:00000 TRIMBLE NETRS        44502 1.0-3 09 Ma
+ SVTL  A ---- P 09:188:24900 00:000:00000 TPS NETG3            Q8R1R 3.4 May,13,
+ SYDN  A ---- P 04:126:00000 00:000:00000 JPS E_GGD            AGE3M 2.3p3      
+ SYOG  A ---- P 07:026:00000 00:000:00000 TRIMBLE NETRS        46142 1.1-3      
+ TABL  A ---- P 99:159:72360 00:000:00000 ASHTECH Z-XII3       LP029 CC00       
+ TAH1  A ---- P 01:275:00000 00:000:00000 ASHTECH Z-XII3       3206  1Y07-1DY4  
+ TAH2  A ---- P 04:034:00000 00:000:00000 ASHTECH Z-XII3       3202  1Y07-1DY4  
+ TASH  A ---- P 10:002:86385 10:009:86385 AOA BENCHMARK ACT    1134  3.3.32.2N  
+ TCMS  A ---- P 02:234:03600 00:000:00000 LEICA RS500          00800 4.00       
+ TEHN  A ---- P 06:035:36180 00:000:00000 ASHTECH UZ-12        IR220 CQ00       
+ TELA  A ---- P 10:002:00000 10:010:86370 LEICA RS500          35594 LEI  0.0   
+ THU3  A ---- P 09:120:69060 00:000:00000 ASHTECH UZ-12        11104 CK00       
+ TIDB  A ---- P 00:182:00000 00:000:00000 ASHTECH Z-XII3       LP035 CC00 1s soc
+ TIXI  A ---- P 05:357:33900 00:000:00000 ASHTECH Z-XII3       LP020 NAV CD00 CH
+ TIXJ  A ---- P 09:084:32400 00:000:00000 TPS ODYSSEY_E        8QURZ 2.7.0 Mar,3
+ TLSE  A ---- P 09:344:57600 00:000:00000 TRIMBLE NETR5        55790 4.03       
+ TORP  A ---- P 08:355:00000 00:000:00000 ASHTECH Z-XII3       LP032 CD00       
+ TOW2  A ---- P 09:170:03600 00:000:00000 LEICA GRX1200GGPRO   35192 7.50       
+ TRDS  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        4843K TRM  1.1   
+ TRO1  A ---- P 09:243:67080 00:000:00000 TRIMBLE NETR8        4843K 4.03       
+ TSEA  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGPRO   45101 2.12       
+ TSK2  A ---- P 03:127:35040 00:000:00000 TRIMBLE 5700         21293 1.24       
+ TSKB  A ---- P 02:169:00000 00:000:00000 AOA BENCHMARK ACT    1141  3.3.32.4   
+ TUBI  A ---- P 02:156:44580 00:000:00000 TRIMBLE 4700         22022 NP 1.35; SP
+ TUKT  A ---- P 05:200:58320 00:000:00000 ASHTECH UZ-12        UC200 CQ00       
+ TXES  A ---- P 10:002:86385 10:010:86370 TRIMBLE NETR5        ----- 3.50       
+ UCLU  A ---- P 08:067:82500 00:000:00000 TRIMBLE NETRS        46361 1.2-0 26 Ap
+ UFPR  A ---- P 07:128:00000 00:000:00000 TRIMBLE NETR5        4651K 3.25       
+ ULAB  A ---- P 09:252:29700 00:000:00000 AOA SNR-8000 ACT     T-270 3.3.32.3   
+ UNBJ  A ---- P 08:025:45300 00:000:00000 TPS LEGACY           543   2.6.1 JAN,1
+ UNIV  A ---- P 10:003:00000 10:009:86399 LEICA GRX1200PRO     46297 4.10       
+ USN3  A ---- P 04:180:00000 00:000:00000 ASHTECH Z-XII3T      RT920 IL01-1D04-M
+ USUD  A ---- P 08:352:00000 00:000:00000 ASHTECH UZ-12        ZR200 CQ00       
+ UZHL  A ---- P 06:348:39600 00:000:00000 TRIMBLE 4000SSI      18426 7.19B      
+ VAAS  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       125   ASH  9.2   
+ VACS  A ---- P 08:098:43200 00:000:00000 TRIMBLE NETRS        47241 1.1-5      
+ VALD  A ---- P 09:199:00000 00:000:00000 TPS NETG3            1526  3.4        
+ VESL  A ---- P 08:012:00000 00:000:00000 TPS GB-1000          8PO8C 3.02       
+ VILL  A ---- P 08:269:43200 00:000:00000 ASHTECH UZ-12        UC120 NAV CD00   
+ VIS0  A ---- P 08:136:27000 00:000:00000 JPS EGGDT            8R80V 2.6.1 Jan,1
+ VNDP  A ---- P 06:283:00000 00:000:00000 TRIMBLE NETRS        46112 1.1-2      
+ VTIS  A ---- P 10:002:00000 10:010:86370 ASHTECH Z-XII3       LP030 ASH  8.3   
+ VTSP  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETR5        ----- -----------
+ WAB2  A ---- P 04:210:00000 00:000:00000 ASHTECH Z-XII3T      RT919 1L01       
+ WDC3  A ---- P 06:198:00000 00:000:00000 ASHTECH Z-XII3       3197  1Y07-1DY4  
+ WGTN  A ---- P 07:107:81900 00:000:00000 TRIMBLE NETRS        47061 1.1-5      
+ WGTT  A ---- P 10:002:00000 10:010:86370 TRIMBLE NETRS        47051 TRM  1.1   
+ WHIT  A ---- P 09:181:50400 00:000:00000 TPS NETG3            01545 3.4        
+ WILL  A ---- P 04:007:84600 00:000:00000 AOA BENCHMARK ACT    2026  3.3.32.5 lk
+ WIND  A ---- P 08:231:36000 00:000:00000 ASHTECH Z-XII3       LP007 1D02-CD00  
+ WNFL  A ---- P 10:002:00000 10:010:86370 TRIMBLE 4000SSI      3735A TRM  7.2   
+ WROC  A ---- P 09:210:00000 00:000:00000 LEICA GRX1200GGPRO   35191 7.53/3.017 
+ WSRT  A ---- P 07:064:50400 00:000:00000 AOA SNR-12 ACT       251   3.3.32.2N  
+ WTZA  A ---- P 04:034:45000 00:000:00000 ASHTECH Z-XII3T      RT820 1L01-1D04  
+ WTZJ  A ---- P 08:024:31500 00:000:00000 JPS LEGACY           MT312 2.6.1 JAN,1
+ WTZR  A ---- P 09:181:51300 00:000:00000 LEICA GRX1200GGPRO   35531 7.53/3.017 
+ WTZS  A ---- P 08:270:30600 00:000:00000 SEPT POLARX2         1219  2.6.0      
+ WTZZ  A ---- P 08:190:54000 00:000:00000 TPS E_GGD            AFY49 2.7.0 Mar,3
+ WUHN  A ---- P 00:160:00000 00:000:00000 ASHTECH Z-XII3       LP032 CD00-1D02  
+ XIAN  A ---- P 99:228:00000 00:000:00000 ROGUE SNR-8100       143   3.2.32.8   
+ XMIS  A ---- P 09:205:00000 00:000:00000 LEICA GRX1200GGPRO   35580 7.50       
+ YAR1  A ---- P 08:130:00000 00:000:00000 ASHTECH UZ-12        12404 CK00       
+ YAR3  A ---- P 10:002:00000 10:010:86370 LEICA GRX1200GGPRO   ----- -----------
+ YEBE  A ---- P 09:019:32400 00:000:00000 TRIMBLE NETRS        46441 1.2-5      
+ YELL  A ---- P 07:206:52200 00:000:00000 AOA SNR-12 ACT       204-U TURBO 3.3.3
+ YSSK  A ---- P 00:042:04020 00:000:00000 ASHTECH Z-XII3       LP030 NAV CC00 CH
+ ZECK  A ---- P 06:211:00000 00:000:00000 ASHTECH Z-XII3       LP024 CD00-1D02  
+ ZIM2  A ---- P 09:175:23400 00:000:00000 TRIMBLE NETR5        4646K Nav  4.03 /
+ ZIMJ  A ---- P 08:016:36000 00:000:00000 JPS LEGACY           MT300 2.6.1 Jan,1
+ ZIMM  A ---- P 08:092:51000 00:000:00000 TRIMBLE NETRS        45262 Nav  1.20  
+ ZWE2  A ---- P 07:164:43200 00:000:00000 SEPT POLARX2         1348  2.5.0      
+-SITE/RECEIVER
+*-------------------------------------------------------------------------------
++SITE/ANTENNA
+ ABMF  A ---- P 10:002:00000 10:010:86370 TRM55971.00     NONE -----
+ ABPO  A ---- P 07:320:00000 00:000:00000 ASH701945G_M    SCIT CR620
+ ACOR  A ---- P 10:002:00000 10:010:86370 LEIAT504        LEIS 10303
+ ADE1  A ---- P 95:001:00000 00:000:00000 ASH700936B_M    SNOW 1121 
+ ADIS  A ---- P 07:180:00000 00:000:00000 TRM29659.00     NONE 02201
+ AIRA  A ---- P 03:050:32640 00:000:00000 TRM29659.00     DOME 00031
+ AJAC  A ---- P 08:331:00000 00:000:00000 LEIAT504GG      NONE 226  
+ ALAC  A ---- P 10:002:00000 10:010:86370 TRM29659.00     NONE 02203
+ ALBH  A ---- P 03:248:60720 00:000:00000 AOAD/M_T        SCIS 99442
+ ALGO  A ---- P 97:016:00000 00:000:00000 AOAD/M_T        NONE 386  
+ ALIC  A ---- P 03:166:12600 00:000:00000 AOAD/M_T        NONE 318  
+ ALME  A ---- P 10:006:00000 10:009:86370 TRM29659.00     NONE 01738
+ ALRT  A ---- P 02:197:00000 00:000:00000 ASH701945C_M    NONE CR520
+ AMC2  A ---- P 07:274:66900 00:000:00000 AOAD/M_T        NONE KW5-0
+ ANKR  A ---- P 08:127:39600 00:000:00000 TPSCR3_GGD      CONE 217 0
+ AREQ  A ---- P 07:338:64800 00:000:00000 AOAD/M_T        JPLA 294  
+ ARTU  A ---- P 99:218:00000 00:000:00000 ASH700936D_M    DOME CR130
+ ASPA  A ---- P 08:275:00000 00:000:00000 TRM55971.00     NONE 30517
+ AUCK  A ---- P 05:307:14940 00:000:00000 TRM41249.00     NONE 00000
+ AZCN  A ---- P 10:002:00000 10:010:86370 TRM33429.00+GP  NONE 02201
+ AZCO  A ---- P 10:010:86370 10:010:86370 TPSCR3_GGD      CONE 217-0
+ AZRY  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ BAIE  A ---- P 01:308:00000 00:000:00000 AOAD/M_T        NONE 467  
+ BAKE  A ---- P 09:348:00000 00:000:00000 TPSCR.G3        NONE 383-0
+ BAKO  A ---- P 07:001:00000 00:000:00000 LEIAT504GG      LEIS 20006
+ BAMF  A ---- P 05:242:00000 00:000:00000 TRM29659.00     SCIS 02203
+ BAN2  A ---- P 08:064:32400 00:000:00000 AOAD/M_T        NONE 479  
+ BAR1  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ BARH  A ---- P 07:086:00000 00:000:00000 LEIAX1202GG     NONE 06320
+ BAYR  A ---- P 10:003:00000 10:009:86399 LEIAT504        LEIS 788  
+ BBRY  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ BDOS  A ---- P 03:231:00000 00:000:00000 ASH700936E_C    SNOW CR520
+ BJFS  A ---- P 95:263:00000 00:000:00000 ASH700936B_M    SNOW 1126 
+ BLYT  A ---- P 00:090:01200 00:000:00000 ASH701945B_M    ENCL CR519
+ BOGO  A ---- P 10:002:00000 10:010:86370 ASH700936C_M    SNOW 11957
+ BOGT  A ---- P 09:252:54000 00:000:00000 ASH701945E_M    NONE CR620
+ BOR1  A ---- P 99:151:67200 00:000:00000 AOAD/M_T        NONE 418  
+ BREW  A ---- P 01:312:00000 00:000:00000 ASH701945C_M    SCIT CR620
+ BRFT  A ---- P 05:249:00000 00:000:00000 LEIAT504        NONE 868  
+ BRMU  A ---- P 03:071:00000 00:000:00000 TRM29659.00     UNAV 02202
+ BRST  A ---- P 08:163:36000 00:000:00000 LEIAT504GG      NONE 1136 
+ BRUS  A ---- P 00:118:44100 00:000:00000 ASH701945B_M    NONE CR519
+ BUCU  A ---- P 08:305:36000 00:000:00000 LEIAT504GG      LEIS 20045
+ BUE1  A ---- P 95:001:00000 00:000:00000 ASH700936B_M    SNOW 11983
+ CAGL  A ---- P 01:192:00000 00:000:00000 TRM29659.00     NONE 39881
+ CAGS  A ---- P 00:032:00000 00:000:00000 ASH700936A_M    NONE 494  
+ CAGZ  A ---- P 01:274:00000 00:000:00000 JPSREGANT_DD_E  NONE RRA05
+ CANT  A ---- P 10:006:00000 10:009:86370 TRM29659.00     NONE 01738
+ CAS1  A ---- P 94:001:00000 00:000:00000 AOAD/M_T        AUST 259  
+ CASC  A ---- P 10:002:00000 10:010:86370 LEIAT504GG      NONE 20044
+ CAT2  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ CCJ2  A ---- P 10:002:00000 10:010:86370 TRM29659.00     DOME 64737
+ CCJM  A ---- P 01:056:84060 00:000:00000 TRM29659.00     DOME 60651
+ CEBR  A ---- P 10:002:86385 10:009:86385 ASH701945B_M    NONE -----
+ CEDU  A ---- P 06:196:18000 00:000:00000 AOAD/M_T        AUST 194  
+ CHAN  A ---- P 07:319:00000 00:000:00000 ASH701945E_M    NONE CR620
+ CHAT  A ---- P 01:332:10800 00:000:00000 ASH701945C_M    NONE 19993
+ CHPI  A ---- P 03:128:00000 00:000:00000 ASH701945C_M    NONE CR620
+ CHTI  A ---- P 07:344:00000 00:000:00000 TRM55971.00     NONE 30260
+ CHUM  A ---- P 03:260:00000 00:000:00000 AOAD/M_T        NONE 237  
+ CHUR  A ---- P 09:091:00000 00:000:00000 AOAD/M_T        NONE 273-U
+ CLAR  A ---- P 95:139:00000 00:000:00000 ASH700936A_M    SCPL 11482
+ CNMR  A ---- P 08:036:00000 00:000:00000 TRM55971.00     NONE 30518
+ COCO  A ---- P 04:176:00000 00:000:00000 AOAD/M_T        NONE 202  
+ COLA  A ---- P 10:002:00000 10:008:86370 TRM41249.00     NONE 30336
+ CONT  A ---- P 05:228:55800 00:000:00000 ASH700936E      SNOW CR160
+ CONZ  A ---- P 09:120:48600 00:000:00000 TPSCR3_GGD      CONE 21702
+ COT1  A ---- P 10:002:00000 10:010:86370 ASH700936E      NONE CR153
+ CPXF  A ---- P 10:010:86370 10:010:86370 LEIAT504GG      LEIS -----
+ CRAO  A ---- P 09:063:00000 00:000:00000 ASH701945C_M    SCIS CR520
+ CRAR  A ---- P 10:010:86370 10:010:86370 JPSREGANT_DD_E  NONE -Unkn
+ CRO1  A ---- P 05:216:00000 00:000:00000 ASH701945G_M    JPLA CR520
+ CUSV  A ---- P 08:133:00000 00:000:00000 TRM41249.00     NONE 60078
+ DAEJ  A ---- P 99:078:00000 00:000:00000 TRM29659.00     DOME 10198
+ DARW  A ---- P 03:094:03600 00:000:00000 ASH700936D_M    NONE CR133
+ DAV1  A ---- P 07:213:25200 00:000:00000 ASH701945G_M    AUST CR520
+ DESC  A ---- P 10:002:00000 10:010:86370 LEIAT504        SCIT 10254
+ DGAR  A ---- P 04:139:00000 00:000:00000 ASH701945E_M    NONE CR620
+ DHLG  A ---- P 00:097:00000 00:000:00000 ASH701945B_M    SCIS CR519
+ DRAG  A ---- P 00:038:00000 00:000:00000 ASH700936D_M    SNOW CR143
+ DRAO  A ---- P 04:195:70860 00:000:00000 AOAD/M_T        NONE 95172
+ DUBR  A ---- P 07:170:64800 00:000:00000 TRM55971.00     NONE 30213
+ DUM1  A ---- P 97:354:00000 00:000:00000 ASH700936E      SNOW CR152
+ DUND  A ---- P 05:236:00000 00:000:00000 TRM41249.00     NONE 12626
+ DYER  A ---- P 10:004:00000 10:004:86399 TRM29659.00     SCIS 02201
+ ELAT  A ---- P 10:002:00000 10:010:86370 TPSCR4          NONE 265-0
+ ELRO  A ---- P 10:002:00000 10:010:86370 ASH700936D_M    SNOW Unkno
+ EPRT  A ---- P 04:192:00000 00:000:00000 TRM29659.00     LEIS 02201
+ FAAA  A ---- P 00:000:00000 10:010:86370 ASH701945B_M    NONE CR620
+ FAIR  A ---- P 04:357:76200 00:000:00000 ASH701945G_M    JPLA CR520
+ FAIV  A ---- P 10:002:86385 10:009:86385 TRM29659.00     NONE 02203
+ FLIN  A ---- P 09:133:51240 00:000:00000 AOAD/M_T        SCIS 231  
+ FLRS  A ---- P 08:100:61200 00:000:00000 LEIAT504GG      NONE 20044
+ FRDN  A ---- P 10:002:00000 10:010:86370 TPSCR.G3        NONE -----
+ FUNC  A ---- P 08:095:43200 00:000:00000 LEIAT504GG      NONE 20045
+ GANP  A ---- P 06:236:58140 00:000:00000 TRM55971.00     NONE 37385
+ GENO  A ---- P 98:204:00000 00:000:00000 TRM29659.00     NONE 11730
+ GLPS  A ---- P 02:067:00000 00:000:00000 ASH701945B_M    SCIT CR519
+ GLSV  A ---- P 07:317:00000 00:000:00000 NOV702GG        NONE 80001
+ GMAS  A ---- P 08:043:36000 00:000:00000 TRM29659.00     NONE 4624A
+ GMSD  A ---- P 03:317:00000 00:000:00000 NOV503+CR       SPKE 7297.
+ GODE  A ---- P 01:152:68400 00:000:00000 AOAD/M_T        JPLA 129  
+ GOLD  A ---- P 95:304:00000 00:000:00000 AOAD/M_T        NONE 401-B
+ GOPE  A ---- P 09:348:37800 00:000:00000 TPSCR.G3        TPSH 30161
+ GRAS  A ---- P 04:295:32400 00:000:00000 ASH701945E_M    NONE 24222
+ GRAZ  A ---- P 05:306:43740 00:000:00000 TRM29659.00     NONE 09163
+ GUAM  A ---- P 06:142:00000 00:000:00000 ASH701945B_M    JPLA CR519
+ GUAT  A ---- P 00:210:00000 00:000:00000 TRM29659.00     UNAV 02201
+ GUUG  A ---- P 08:038:00000 00:000:00000 ASH701945E_M    NONE CR520
+ HAMM  A ---- P 10:002:00000 10:010:86370 TRM29659.00     SCIS 02200
+ HARB  A ---- P 07:332:28800 00:000:00000 TRM29659.00     NONE 02201
+ HARV  A ---- P 92:169:00000 00:000:00000 AOAD/M_T        JPLA 101  
+ HELG  A ---- P 10:002:00000 10:010:86370 LEIAT504GG      LEIS 20044
+ HERS  A ---- P 01:220:54000 00:000:00000 ASH700936E      NONE CR166
+ HERT  A ---- P 07:338:45000 00:000:00000 LEIAT504GG      NONE 20042
+ HIL1  A ---- P 10:002:00000 10:009:86370 ASH701945C_M    NONE CR520
+ HILO  A ---- P 97:154:04380 00:000:00000 ASH700936D_M    SNOW 11943
+ HLFX  A ---- P 02:079:54600 00:000:00000 AOAD/M_T        NONE 452  
+ HNLC  A ---- P 97:170:08580 00:000:00000 ASH700936D_M    SNOW CR142
+ HNPT  A ---- P 07:165:00000 00:000:00000 LEIAX1202GG     NONE 06300
+ HOB2  A ---- P 94:192:00000 00:000:00000 AOAD/M_T        NONE 203  
+ HOFN  A ---- P 07:266:61200 00:000:00000 TPSCR3_GGD      CONE 217-0
+ HOLB  A ---- P 07:011:72000 00:000:00000 LEIAT504        SCIS 00732
+ HOLM  A ---- P 02:221:00000 00:000:00000 ASH701945C_M    NONE CR520
+ HRAO  A ---- P 08:045:32400 00:000:00000 ASH701945E_M    NONE CR620
+ HRM1  A ---- P 95:001:00000 00:000:00000 ASH700936B_M    SNOW 1123 
+ HYDE  A ---- P 07:330:00000 00:000:00000 LEIAT504GG      NONE 20034
+ IID2  A ---- P 10:002:00000 10:010:86370 ASH701945C_M    SCIT CR620
+ IISC  B ---- P 08:192:00000 00:000:00000 ASH701945E_M    NONE CR620
+ ILHA  A ---- P 10:010:86370 10:010:86370 LEIAX1202GG     NONE 73325
+ INEG  A ---- P 00:037:00000 00:000:00000 TRM29659.00     NONE 02201
+ INVK  A ---- P 03:233:55800 00:000:00000 ASH701945C_M    SCIS CR620
+ IQAL  A ---- P 10:002:00000 10:010:86370 TPSCR.G3        NONE -----
+ IRKJ  A ---- P 01:205:00000 00:000:00000 JPSREGANT_SD_E  NONE RA022
+ IRKT  A ---- P 95:259:00000 00:000:00000 AOAD/M_T        NONE 178  
+ ISPA  A ---- P 04:044:00000 00:000:00000 ASH701945E_M    SCIT CR620
+ ISTA  A ---- P 99:345:00000 00:000:00000 ASH700936D_M    SNOW CR135
+ JOZ2  A ---- P 08:074:36600 00:000:00000 LEIAT504GG      NONE 20030
+ JOZE  A ---- P 93:220:00000 00:000:00000 TRM14532.00     NONE 23525
+ JPLM  A ---- P 94:165:00000 00:000:00000 AOAD/M_T        NONE 422  
+ JPLV  A ---- P 10:002:00000 10:010:86370 JPLD/M_R        NONE -----
+ KABR  A ---- P 10:002:00000 10:010:86370 ASH701945C_M    SNOW Unkno
+ KARR  A ---- P 94:195:00000 00:000:00000 AOAD/M_T        AUST 320  
+ KATZ  A ---- P 10:002:00000 10:010:86370 TPSCR4          CONE 265-0
+ KELY  B ---- P 01:257:62280 00:000:00000 ASH701945C_M    NONE CR620
+ KERG  A ---- P 08:249:42000 00:000:00000 ASH701945E_M    SNOW CR620
+ KGNI  A ---- P 01:022:00000 00:000:00000 ASH701945C_M    SCIS CR520
+ KHAJ  A ---- P 01:199:00000 00:000:00000 JPSREGANT_SD_E  NONE RA003
+ KHAR  A ---- P 08:317:39600 00:000:00000 NOV702GG        NONE 60022
+ KIRU  A ---- P 03:071:43200 00:000:00000 ASH701945C_M    SNOW CR519
+ KIT3  A ---- P 99:345:00000 00:000:00000 AOAD/M_T        NONE 336  
+ KOKB  A ---- P 04:139:77400 00:000:00000 ASH701945G_M    NONE CR620
+ KOSG  A ---- P 91:001:00000 00:000:00000 AOAD/M_B        DUTD 119  
+ KOUC  A ---- P 09:321:00000 00:000:00000 TRM57971.00     TZGD 14409
+ KOUR  A ---- P 08:015:50400 00:000:00000 ASH701946.3     NONE CR420
+ KR0G  A ---- P 96:304:00000 00:000:00000 AOAD/M_T        OSOD 247  
+ KSMV  A ---- P 00:284:00000 00:000:00000 ASH700936E      SCIS CR163
+ KUNM  A ---- P 98:167:00000 00:000:00000 AOAD/M_T        NONE 134  
+ KUUJ  A ---- P 05:215:52560 00:000:00000 AOAD/M_T        NONE 534  
+ LAMA  A ---- P 07:321:68400 00:000:00000 LEIAT504GG      LEIS 20003
+ LEBA  A ---- P 10:003:00000 10:009:86399 TRM55971.00     NONE 30205
+ LHAZ  A ---- P 99:265:00000 00:000:00000 ASH701941.B     SNOW 21999
+ LMMF  A ---- P 10:002:00000 10:010:86370 TRM55971.00     NONE -----
+ LPAL  A ---- P 08:191:36000 00:000:00000 LEIAT504GG      NONE 20062
+ LPGS  A ---- P 00:060:00000 00:000:00000 AOAD/M_T        NONE 367  
+ M0SE  A ---- P 10:002:00000 10:010:86370 LEIAT504GG      LEIS -----
+ MAC1  A ---- P 96:009:00000 00:000:00000 AOAD/M_T        AUST 308  
+ MADR  A ---- P 03:315:48600 00:000:00000 AOAD/M_T        NONE 451-U
+ MAL2  A ---- P 08:255:31500 00:000:00000 ASH701945C_M    NONE CR519
+ MANA  A ---- P 00:134:00000 00:000:00000 TRM29659.00     UNAV 02201
+ MAR6  A ---- P 96:128:00000 00:000:00000 AOAD/M_T        OSOD 221  
+ MARS  A ---- P 09:077:00000 00:000:00000 LEIAT504GG      LEIS 828  
+ MAS1  A ---- P 08:189:50400 00:000:00000 ASH701945E_M    NONE CR620
+ MAT1  A ---- P 09:154:00000 00:000:00000 TRM29659.00     NONE 10516
+ MATE  A ---- P 08:329:00000 00:000:00000 LEIAT504GG      NONE 20066
+ MAUI  A ---- P 99:001:00000 00:000:00000 ASH700936D_M    SNOW 12610
+ MAW1  A ---- P 94:001:00000 00:000:00000 AOAD/M_T        AUST 275  
+ MCIL  A ---- P 02:342:00000 00:000:00000 TRM29659.00     DOME 61121
+ MCM4  A ---- P 95:025:00000 00:000:00000 AOAD/M_T        JPLA 363  
+ MDO1  A ---- P 93:064:00000 00:000:00000 AOAD/M_T        JPLA 130  
+ MDVJ  A ---- P 01:199:00000 00:000:00000 JPSREGANT_DD_E  NONE RA019
+ MEDI  A ---- P 01:093:00000 00:000:00000 TRM29659.00     NONE 27655
+ METS  A ---- P 92:121:43200 00:000:00000 AOAD/M_B        NONE 125  
+ METZ  A ---- P 98:285:21600 00:000:00000 ASH701073.1     NONE 112  
+ MIG1  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ MIKL  A ---- P 02:110:00000 00:000:00000 TRM41249.00     NONE 88985
+ MIZU  A ---- P 06:255:07200 00:000:00000 TPSCR3_GGD      NONE 217-0
+ MKEA  A ---- P 96:221:00000 00:000:00000 AOAD/M_T        NONE 482  
+ MOBJ  A ---- P 07:144:36360 00:000:00000 JPSREGANT_SD_E  NONE RA003
+ MOBS  A ---- P 02:294:00000 00:000:00000 ASH701945C_M    NONE CR200
+ MOIU  A ---- P 08:320:00000 00:000:00000 ASH701945E_M    NONE -----
+ MONP  A ---- P 00:082:80160 00:000:00000 ASH701945B_M    SCIS CR519
+ MORP  A ---- P 96:305:00000 00:000:00000 AOAD/M_T        NONE 221  
+ MQZG  A ---- P 05:059:14400 00:000:00000 TRM41249.00     NONE 12379
+ MTJO  A ---- P 10:002:00000 10:010:86370 TRM29659.00     SCIS 02200
+ MTKA  A ---- P 98:286:00000 00:000:00000 ASH701073.1     SNOW CRG01
+ NAIN  A ---- P 02:352:51060 00:000:00000 ASH701945C_M    NONE CR520
+ NANO  A ---- P 09:268:71400 00:000:00000 LEIAT504GG      LEIS 00724
+ NEAH  A ---- P 10:002:00000 10:010:86370 ASH700936A_M    SNOW 11473
+ NETP  A ---- P 10:002:00000 10:010:86370 TRM41249.00     NONE 60187
+ NICO  A ---- P 08:162:39600 00:000:00000 LEIAT504GG      LEIS 20043
+ NIST  A ---- P 06:130:00000 00:000:00000 NOV702          NONE 04230
+ NIUM  A ---- P 05:236:00000 00:000:00000 TRM41249.00     NONE 12626
+ NKLG  A ---- P 00:041:00000 00:000:00000 TRM29659.00     NONE 02201
+ NNOR  A ---- P 02:168:00000 00:000:00000 ASH701945C_M    NONE CR620
+ NOT1  A ---- P 00:259:00000 00:000:00000 TRM29659.00     NONE 11724
+ NOVM  A ---- P 06:311:00000 00:000:00000 JPSREGANT_SD_E  NONE RA003
+ NRC1  A ---- P 04:196:57600 00:000:00000 AOAD/M_T        NONE 406  
+ NRIL  A ---- P 00:261:00000 00:000:00000 ASH701945B_M    SCIT CR620
+ NRMD  A ---- P 09:275:00000 00:000:00000 TRM57971.00     TZGD 14409
+ NSSP  A ---- P 03:038:00000 00:000:00000 ASH701945C_M    UNAV CR520
+ NSSS  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ NTUS  A ---- P 07:136:00000 00:000:00000 LEIAT504GG      NONE 20024
+ NURK  A ---- P 08:239:45000 00:000:00000 TPSCR3_GGD      NONE 383-0
+ NVSK  A ---- P 00:182:00000 00:000:00000 TRM33429.00+GP  DOME 02201
+ NYA1  A ---- P 99:153:02400 00:000:00000 ASH701073.1     SNOW CRG01
+ NYAL  A ---- P 93:001:00000 00:000:00000 AOAD/M_B        DOME R106 
+ OBE3  A ---- P 08:050:00000 00:000:00000 AOAD/M_T        NONE 432  
+ OHI2  A ---- P 09:030:63900 00:000:00000 TPSCR.G3        TPSH 383-0
+ OHI3  A ---- P 03:037:00000 00:000:00000 ASH701941.B     SNOW CRL 2
+ ONSA  A ---- P 99:033:00000 00:000:00000 AOAD/M_B        OSOD 020  
+ OPMT  A ---- P 01:182:00000 00:000:00000 3S-02-TSADM     NONE 00019
+ OUS2  A ---- P 06:239:79200 00:000:00000 TPSCR3_GGD      NONE 217-0
+ PADO  A ---- P 01:325:46800 00:000:00000 TRM29659.00     NONE 88300
+ PALM  A ---- P 97:113:00000 00:000:00000 ASH700936D_M    SCIS CR141
+ PARK  A ---- P 06:199:00000 00:000:00000 ASH701945C_M    NONE CR620
+ PDEL  A ---- P 08:096:45000 00:000:00000 LEIAT504GG      NONE 20012
+ PENC  A ---- P 07:193:00000 00:000:00000 LEIAT504GG      LEIS 20021
+ PERT  A ---- P 03:156:00000 00:000:00000 ASH701945C_M    NONE CR620
+ PETP  A ---- P 06:058:00000 00:000:00000 AOAD/M_T        DOME 230  
+ PETS  A ---- P 05:279:00000 00:000:00000 ASH701933B_M    SCIS 19990
+ PFA2  A ---- P 10:002:00000 10:010:86370 TPSCR3_GGD      PFAN -----
+ PGC5  A ---- P 10:002:00000 10:010:86370 TRM29659.00     SCIS 02203
+ PICL  A ---- P 06:214:68400 00:000:00000 AOAD/M_T        NONE 526  
+ PIE1  A ---- P 07:023:64800 00:000:00000 ASH701945E_M    NONE CR520
+ PIMO  A ---- P 05:265:00000 00:000:00000 ASH701945C_M    NONE CR620
+ PIN1  A ---- P 04:254:12600 00:000:00000 ASH701945B_M    SCIS CR519
+ POL2  A ---- P 09:296:00000 00:000:00000 TPSCR.G3        NONE 383-1
+ POLV  A ---- P 01:116:00000 00:000:00000 TRM29659.00     NONE 27871
+ POTS  A ---- P 09:105:47700 00:000:00000 AOAD/M_T        NONE 354-U
+ POVE  A ---- P 05:287:00000 00:000:00000 TRM29659.00     NONE 02202
+ PRDS  A ---- P 06:199:66900 00:000:00000 AOAD/M_T        NONE 461  
+ PRE1  A ---- P 99:001:00000 00:000:00000 ASH700936B_M    SNOW 12272
+ PSU1  A ---- P 10:003:00000 10:009:86399 TRM22020.00+GP  NONE 02200
+ PTBB  A ---- P 02:078:00000 00:000:00000 ASH700936E      SNOW CR159
+ PUC1  A ---- P 10:003:00000 10:009:86399 TRM33429.20+GP  NONE 02201
+ QAQ1  A ---- P 03:364:61740 00:000:00000 ASH701945E_M    SCIS 24206
+ QIKI  A ---- P 08:236:68640 00:000:00000 ASH701945E_M    NONE CR620
+ QUIN  A ---- P 98:286:00000 00:000:00000 AOAD/M_T        JPLA 409  
+ RABT  A ---- P 00:138:00000 00:000:00000 TRM29659.00     SCIS 02201
+ RAMO  A ---- P 04:078:00000 00:000:00000 ASH701945B_M    SNOW CR200
+ RCMV  A ---- P 10:002:86385 10:009:86385 TRM41249.00     NONE 60108
+ RECF  A ---- P 07:128:00000 00:000:00000 TRM55971.00     NONE 30337
+ REDU  A ---- P 10:010:86370 10:010:86370 ASH701945C_M    NONE 24324
+ RESO  A ---- P 01:255:00000 00:000:00000 ASH700936A_M    NONE 468  
+ REUN  A ---- P 08:338:43200 00:000:00000 TRM55971.00     NONE 30976
+ REYK  A ---- P 08:073:62820 00:000:00000 TPSCR.G3        TPSH 383-0
+ RIGA  A ---- P 07:350:43200 00:000:00000 LEIAT504        LEIS 10258
+ RIO2  A ---- P 07:118:00000 00:000:00000 ASH700936C_M    SNOW 12129
+ RIOP  A ---- P 09:181:67680 00:000:00000 TRM41249.00     NONE 60261
+ ROAP  A ---- P 03:032:00000 00:000:00000 SEN67157596+CR  NONE 3392 
+ ROSA  A ---- P 10:002:00000 10:010:86370 TRM55971.00     NONE -----
+ SALU  A ---- P 07:143:00000 00:000:00000 TRM55971.00     NONE 30336
+ SANT  A ---- P 96:199:00000 00:000:00000 AOAD/M_T        JPLA 251  
+ SASK  A ---- P 03:128:68640 00:000:00000 ASH701945E_M    SCIS CR620
+ SAVO  A ---- P 07:114:00000 00:000:00000 TRM55971.00     NONE 30278
+ SCH2  A ---- P 08:280:51300 00:000:00000 ASH701945E_M    NONE CR620
+ SCOR  A ---- P 04:255:00000 00:000:00000 ASH701941.B     SCIS 11301
+ SCUB  A ---- P 00:342:00000 00:000:00000 ASH700936C_M    SNOW 11976
+ SEAT  A ---- P 10:002:00000 10:010:86370 TRM29659.00     UNAV 02200
+ SELE  A ---- P 08:190:39060 00:000:00000 TRM14532.00     NONE 3315A
+ SFDM  A ---- P 99:301:00000 00:000:00000 ASH701945B_M    SCIT CR519
+ SFER  A ---- P 02:064:00000 00:000:00000 TRM29659.00     NONE 02200
+ SHAO  A ---- P 95:020:00000 00:000:00000 AOAD/M_T        JPLA 429  
+ SIO3  A ---- P 00:103:06600 00:000:00000 ASH701945B_M    SCIS CR519
+ SIO5  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ SJDV  A ---- P 10:002:00000 10:009:86370 ASH700936A_M    NONE 317  
+ SNI1  A ---- P 00:354:00000 00:000:00000 ASH701945B_M    SCIS CR519
+ SOFI  A ---- P 97:139:36000 00:000:00000 AOAD/M_T        NONE 287  
+ SPK1  A ---- P 95:236:00000 00:000:00000 AOAD/M_T        NONE 204  
+ SPMX  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIS CR519
+ SPT0  A ---- P 95:335:00000 00:000:00000 AOAD/M_T        OSOD 258  
+ SRS1  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ STJO  A ---- P 00:147:73200 00:000:00000 AOAD/M_T        NONE 362  
+ STK2  A ---- P 03:143:00000 00:000:00000 TRM29659.00     DOME 01TMP
+ STR1  A ---- P 03:311:00000 00:000:00000 ASH701945C_M    NONE CR620
+ STR2  A ---- P 03:335:00000 00:000:00000 TPSCR3_GGD      CONE 21702
+ SULP  A ---- P 01:286:34680 00:000:00000 TRM41249.00     NONE 423  
+ SUNM  A ---- P 01:163:00000 00:000:00000 JPSREGANT_SD_E  NONE RA002
+ SUTH  A ---- P 04:153:00000 00:000:00000 ASH701945G_M    NONE CR620
+ SUTM  A ---- P 00:073:25200 00:000:00000 AOAD/M_T        NONE 377  
+ SUWN  A ---- P 00:045:00000 00:000:00000 TRM29659.00     DOME 02201
+ SVTL  A ---- P 09:071:57600 00:000:00000 TPSCR.G3        TPSH 383-0
+ SYDN  A ---- P 04:126:00000 00:000:00000 ASH701945C_M    NONE CR519
+ SYOG  A ---- P 95:074:47580 00:000:00000 AOAD/M_T        DOME 476  
+ TABL  A ---- P 95:292:00000 00:000:00000 ASH700936A_M    SNOW 11474
+ TAH1  A ---- P 00:214:00000 00:000:00000 ASH700936B_M    SNOW 12108
+ TAH2  A ---- P 00:214:00000 00:000:00000 ASH700936B_M    SNOW 12108
+ TASH  A ---- P 10:002:86385 10:009:86385 AOAD/M_T        NONE 504  
+ TCMS  A ---- P 02:234:03600 00:000:00000 LEIAT504        NONE 720  
+ TEHN  A ---- P 04:017:00000 00:000:00000 ASH701945B_M    SNOW CR520
+ TELA  A ---- P 10:002:00000 10:010:86370 LEIAT504        NONE 256  
+ THU3  A ---- P 03:317:00000 00:000:00000 ASH701073.1     SCIS G0111
+ TIDB  A ---- P 04:347:00000 00:000:00000 AOAD/M_T        JPLA 205  
+ TIXI  A ---- P 02:287:00000 00:000:00000 ASH700936D_M    SCIS 13083
+ TIXJ  A ---- P 05:358:24360 00:000:00000 TPSCR3_GGD      NONE 00263
+ TLSE  A ---- P 03:335:46800 00:000:00000 TRM29659.00     NONE 22755
+ TORP  A ---- P 97:059:00000 00:000:00000 AOAD/M_T        SNOW 296  
+ TOW2  A ---- P 95:017:00000 00:000:00000 AOAD/M_T        AUST 326  
+ TRDS  A ---- P 10:002:00000 10:010:86370 TRM29659.00     SCIS 30318
+ TRO1  A ---- P 07:235:51420 00:000:00000 TRM55971.00     NONE 30436
+ TSEA  A ---- P 10:010:86370 10:010:86370 LEIAT504GG      LEIS 319  
+ TSK2  A ---- P 03:127:35040 00:000:00000 TRM29659.00     DOME 01515
+ TSKB  A ---- P 00:235:33600 00:000:00000 AOAD/M_T        DOME 312  
+ TUBI  A ---- P 99:007:00000 00:000:00000 TRM29659.00     UNAV 14552
+ TUKT  A ---- P 03:233:55800 00:000:00000 ASH701945E_M    NONE CR620
+ TXES  A ---- P 10:002:86385 10:010:86370 TRM55971.00     NONE 30517
+ UCLU  A ---- P 07:124:00000 00:000:00000 TRM29659.00     SCIS 4624A
+ UFPR  A ---- P 07:128:00000 00:000:00000 TRM55971.00     NONE 30336
+ ULAB  A ---- P 00:316:00000 00:000:00000 AOAD/M_T        NONE 340-U
+ UNBJ  A ---- P 01:143:43200 00:000:00000 JPSREGANT_DD_E  NONE RA019
+ UNIV  A ---- P 10:003:00000 10:009:86399 LEIAT504        LEIS 686  
+ USN3  A ---- P 04:180:57600 00:000:00000 AOAD/M_T        NONE KW5-0
+ USUD  A ---- P 93:201:00000 00:000:00000 AOAD/M_T        JPLA 121  
+ UZHL  A ---- P 99:035:00000 00:000:00000 TRM29659.00     NONE 85216
+ VAAS  A ---- P 10:002:00000 10:010:86370 ASH700936A_M    SNOW 195  
+ VACS  A ---- P 08:098:43200 00:000:00000 TRM41249.00     NONE 60022
+ VALD  A ---- P 09:199:00000 00:000:00000 TPSCR.G3        NONE 0466 
+ VESL  A ---- P 97:352:00000 00:000:00000 TRM29659.00     TCWD 02200
+ VILL  A ---- P 07:109:25200 00:000:00000 AOAD/M_T        NONE CR620
+ VIS0  A ---- P 96:313:00000 00:000:00000 AOAD/M_T        OSOD 253  
+ VNDP  A ---- P 95:313:00000 00:000:00000 ASH700936B_M    SNOW 11789
+ VTIS  A ---- P 10:002:00000 10:010:86370 ASH701945B_M    SCIT CR519
+ VTSP  A ---- P 10:002:00000 10:010:86370 TRM55971.00     NONE -----
+ WAB2  A ---- P 04:210:00000 00:000:00000 ASH700936F_C    SNOW CR199
+ WDC3  A ---- P 06:198:00000 00:000:00000 ASH700936B_M    SNOW 1122 
+ WGTN  A ---- P 05:080:07200 00:000:00000 TRM41249.00     NONE 12668
+ WGTT  A ---- P 10:002:00000 10:010:86370 LEIAT504        LEIS 333  
+ WHIT  A ---- P 09:037:00000 00:000:00000 AOAD/M_T        NONE 289  
+ WILL  A ---- P 99:154:02640 00:000:00000 AOAD/M_T        EMRA 95166
+ WIND  A ---- P 03:175:43200 00:000:00000 ASH700936C_M    SNOW 12126
+ WNFL  A ---- P 10:002:00000 10:010:86370 TRM22020.00+GP  NONE 02200
+ WROC  A ---- P 07:103:54000 00:000:00000 LEIAT504GG      LEIS 20004
+ WSRT  A ---- P 98:076:54540 00:000:00000 AOAD/M_T        DUTD 273  
+ WTZA  A ---- P 97:329:00000 00:000:00000 ASH700936C_M    SNOW 12118
+ WTZJ  A ---- P 09:351:27300 00:000:00000 LEIAR25         LEIT 08430
+ WTZR  A ---- P 09:019:35280 00:000:00000 LEIAR25         LEIT 08430
+ WTZS  A ---- P 05:208:54000 00:000:00000 ASH701945G_M    SNOW CR 62
+ WTZZ  A ---- P 03:161:39600 00:000:00000 TPSCR3_GGD      CONE 217-0
+ WUHN  A ---- P 02:026:00000 00:000:00000 ASH700936E      ENCL CR158
+ XIAN  A ---- P 96:141:00000 00:000:00000 AOAD/M_T        JPLA 357  
+ XMIS  A ---- P 05:182:00000 00:000:00000 ASH701945C_M    NONE CR620
+ YAR1  A ---- P 02:136:57600 00:000:00000 AOAD/M_T        JPLA 371  
+ YAR3  A ---- P 10:002:00000 10:010:86370 LEIAR25         NONE -----
+ YEBE  A ---- P 01:269:43200 00:000:00000 TRM29659.00     NONE 01804
+ YELL  A ---- P 96:235:00000 00:000:00000 AOAD/M_T        NONE 285  
+ YSSK  A ---- P 99:209:00000 00:000:00000 ASH701933B_M    DOME CRN19
+ ZECK  A ---- P 06:211:00000 00:000:00000 ASH700936D_M    SNOW CR137
+ ZIM2  A ---- P 09:132:27000 00:000:00000 TRM59800.00     NONE 60369
+ ZIMJ  A ---- P 99:034:00000 00:000:00000 JPSREGANT_SD_E  NONE RA 00
+ ZIMM  A ---- P 98:310:00000 00:000:00000 TRM29659.00     NONE 99390
+ ZWE2  A ---- P 07:164:43200 00:000:00000 TPSCR3_GGD      NONE 217-0
+-SITE/ANTENNA
+*-------------------------------------------------------------------------------
++SITE/GPS_PHASE_CENTER
+ 3S-02-TSADM     NONE ----- 0.2537 0.0023 0.0031 0.2837 0.0007 0.0036 IGS05_1545
+ AOAD/M_B        NONE ----- 0.0592 0.0006 -.0005 0.0881 -.0001 -.0006 IGS05_1545
+ AOAD/M_T        NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH700936A_M    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH700936A_M    SNOW ----- 0.0893 0.0009 -.0007 0.1177 0.0008 -.0001 IGS05_1545
+ ASH700936B_M    SNOW ----- 0.0896 0.0002 -.0002 0.1193 -.0000 0.0004 IGS05_1545
+ ASH700936C_M    SNOW ----- 0.0904 -.0001 -.0005 0.1201 -.0004 0.0004 IGS05_1545
+ ASH700936D_M    NONE ----- 0.0915 0.0008 -.0000 0.1204 0.0008 -.0000 IGS05_1545
+ ASH700936D_M    SCIS ----- 0.0874 0.0012 0.0003 0.1174 -.0003 -.0004 IGS05_1545
+ ASH700936D_M    SNOW ----- 0.0910 0.0005 -.0001 0.1202 0.0003 -.0000 IGS05_1545
+ ASH700936E_C    SNOW ----- 0.0893 0.0009 -.0007 0.1177 0.0008 -.0001 IGS05_1545
+ ASH700936E      NONE ----- 0.0917 0.0002 -.0001 0.1207 -.0006 0.0001 IGS05_1545
+ ASH700936E      SNOW ----- 0.0896 0.0002 -.0002 0.1182 -.0001 0.0001 IGS05_1545
+ ASH700936F_C    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701073.1     NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701933B_M    NONE ----- 0.0887 0.0003 -.0008 0.1186 -.0002 0.0005 IGS05_1545
+ ASH701941.B     NONE ----- 0.0892 0.0004 -.0004 0.1188 -.0004 -.0004 IGS05_1545
+ ASH701945B_M    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701945B_M    SCIS ----- 0.0890 0.0005 0.0000 0.1190 -.0006 -.0000 IGS05_1545
+ ASH701945B_M    SCIT ----- 0.0886 0.0007 -.0004 0.1176 -.0002 -.0004 IGS05_1545
+ ASH701945B_M    SNOW ----- 0.0905 0.0010 0.0003 0.1183 -.0003 -.0003 IGS05_1545
+ ASH701945C_M    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701945C_M    SCIS ----- 0.0890 0.0005 0.0000 0.1190 -.0006 -.0000 IGS05_1545
+ ASH701945C_M    SCIT ----- 0.0886 0.0007 -.0004 0.1176 -.0002 -.0004 IGS05_1545
+ ASH701945C_M    SNOW ----- 0.0899 0.0002 0.0004 0.1195 -.0008 0.0002 IGS05_1545
+ ASH701945E_M    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701945E_M    SCIS ----- 0.0890 0.0005 0.0000 0.1190 -.0006 -.0000 IGS05_1545
+ ASH701945E_M    SCIT ----- 0.0886 0.0007 -.0004 0.1176 -.0002 -.0004 IGS05_1545
+ ASH701945E_M    SNOW ----- 0.0905 0.0010 0.0003 0.1183 -.0003 -.0003 IGS05_1545
+ ASH701945G_M    NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ ASH701945G_M    SCIT ----- 0.0886 0.0007 -.0004 0.1176 -.0002 -.0004 IGS05_1545
+ ASH701945G_M    SNOW ----- 0.0905 0.0010 0.0003 0.1183 -.0003 -.0003 IGS05_1545
+ ASH701946.3     NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ JPLD/M_R        NONE ----- 0.0592 0.0006 -.0005 0.0881 -.0001 -.0006 IGS05_1545
+ JPSREGANT_DD_E  NONE ----- 0.1008 0.0001 -.0003 0.1165 0.0002 0.0002 IGS05_1545
+ JPSREGANT_SD_E  NONE ----- 0.0912 -.0004 -.0003 0.1189 0.0003 -.0001 IGS05_1545
+ LEIAR25         NONE ----- 0.1553 0.0014 0.0010 0.1640 -.0001 0.0003 IGS05_1545
+ LEIAT504GG      NONE ----- 0.0903 0.0008 0.0009 0.1191 -.0001 -.0001 IGS05_1545
+ LEIAT504        NONE ----- 0.0912 0.0001 -.0003 0.1173 -.0001 0.0001 IGS05_1545
+ LEIAT504        SCIS ----- 0.0856 -.0002 -.0003 0.1153 -.0002 0.0001 IGS05_1545
+ LEIAX1202GG     NONE ----- 0.0659 0.0018 0.0003 0.0661 -.0003 0.0003 IGS05_1545
+ NOV503+CR       SPKE ----- 0.0683 0.0026 -.0031 0.0867 -.0009 -.0008 IGS05_1545
+ NOV702GG        NONE ----- 0.0668 0.0014 0.0003 0.0661 0.0000 0.0001 IGS05_1545
+ NOV702          NONE ----- 0.0656 0.0006 0.0020 0.0642 -.0006 0.0008 IGS05_1545
+ SEN67157596+CR  NONE ----- 0.0132 0.0018 0.0008 0.0263 0.0019 -.0007 IGS05_1545
+ TPSCR3_GGD      NONE ----- 0.0617 0.0007 -.0005 0.0956 0.0006 0.0002 IGS05_1545
+ TPSCR3_GGD      PFAN ----- 0.0617 -.0005 -.0005 0.0948 0.0007 -.0000 IGS05_1545
+ TPSCR4          NONE ----- 0.0912 0.0006 -.0005 0.1201 -.0001 -.0006 IGS05_1545
+ TPSCR.G3        NONE ----- 0.0884 -.0002 0.0003 0.1194 0.0003 -.0000 IGS05_1545
+ TPSCR.G3        TPSH ----- 0.0844 -.0001 0.0004 0.1197 0.0008 0.0003 IGS05_1545
+ TRM14532.00     NONE ----- 0.0747 -.0002 -.0032 0.0672 -.0031 -.0011 IGS05_1545
+ TRM22020.00+GP  NONE ----- 0.0707 0.0011 -.0015 0.0632 -.0016 0.0013 IGS05_1545
+ TRM29659.00     NONE ----- 0.0920 -.0001 -.0009 0.1205 -.0002 0.0002 IGS05_1545
+ TRM29659.00     SCIS ----- 0.0877 0.0016 -.0002 0.1179 0.0001 -.0006 IGS05_1545
+ TRM29659.00     TCWD ----- 0.0956 0.0000 -.0003 0.1240 -.0003 -.0004 IGS05_1545
+ TRM29659.00     UNAV ----- 0.0889 0.0014 0.0014 0.1194 -.0008 -.0007 IGS05_1545
+ TRM33429.00+GP  NONE ----- 0.0697 -.0000 -.0005 0.0623 0.0001 -.0001 IGS05_1545
+ TRM33429.20+GP  NONE ----- 0.0729 0.0001 -.0008 0.0659 -.0001 -.0004 IGS05_1545
+ TRM41249.00     NONE ----- 0.0553 -.0001 0.0006 0.0574 -.0001 0.0004 IGS05_1545
+ TRM55971.00     NONE ----- 0.0672 0.0011 -.0002 0.0576 0.0001 0.0004 IGS05_1545
+ TRM57971.00     NONE ----- 0.0669 0.0012 -.0003 0.0578 -.0003 0.0008 IGS05_1545
+ TRM59800.00     NONE ----- 0.0900 0.0004 0.0009 0.1199 0.0001 0.0000 IGS05_1545
+-SITE/GPS_PHASE_CENTER
+*-------------------------------------------------------------------------------
++SITE/ECCENTRICITY
+ ABMF  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ ABPO  A ---- P 07:320:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ ACOR  A ---- P 10:002:00000 10:010:86370 UNE   3.0460   0.0000   0.0000
+ ADE1  A ---- P 95:001:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ ADIS  A ---- P 07:180:00000 00:000:00000 UNE   0.0010   0.0000   0.0000
+ AIRA  A ---- P 98:059:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ AJAC  A ---- P 00:022:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ ALAC  A ---- P 10:002:00000 10:010:86370 UNE   3.0350   0.0000   0.0000
+ ALBH  A ---- P 95:011:80100 00:000:00000 UNE   0.1000   0.0000   0.0000
+ ALGO  A ---- P 94:139:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ ALIC  A ---- P 94:135:00000 00:000:00000 UNE   0.0070   0.0000   0.0000
+ ALME  A ---- P 10:006:00000 10:009:86370 UNE   3.0440   0.0000   0.0000
+ ALRT  A ---- P 02:197:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ AMC2  A ---- P 98:083:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ ANKR  A ---- P 08:127:39600 00:000:00000 UNE   0.0700   0.0000   0.0000
+ AREQ  A ---- P 94:088:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ ARTU  A ---- P 99:218:00000 00:000:00000 UNE   0.0796   0.0000   0.0000
+ ASPA  A ---- P 01:224:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ AUCK  A ---- P 05:307:14940 00:000:00000 UNE   0.0550   0.0000   0.0000
+ AZCN  A ---- P 10:002:00000 10:010:86370 UNE   1.7340   0.0000   0.0000
+ AZCO  A ---- P 10:010:86370 10:010:86370 UNE   0.0000   0.0000   0.0000
+ AZRY  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ BAIE  A ---- P 01:308:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ BAKE  A ---- P 01:334:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ BAKO  A ---- P 07:001:00000 00:000:00000 UNE   1.6480   0.0000   0.0000
+ BAMF  A ---- P 02:123:79200 00:000:00000 UNE   0.0000   0.0000   0.0000
+ BAN2  A ---- P 00:073:25200 00:000:00000 UNE   0.0460   0.0000   0.0000
+ BAR1  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ BARH  A ---- P 98:275:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ BAYR  A ---- P 10:003:00000 10:009:86399 UNE   0.0000   0.0000   0.0000
+ BBRY  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ BDOS  A ---- P 03:231:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ BJFS  A ---- P 95:263:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ BLYT  A ---- P 00:090:01200 00:000:00000 UNE   0.0332   0.0000   0.0000
+ BOGO  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ BOGT  A ---- P 94:308:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ BOR1  A ---- P 99:151:67200 00:000:00000 UNE   0.0624   0.0000   0.0000
+ BREW  A ---- P 01:312:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ BRFT  A ---- P 05:249:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ BRMU  A ---- P 93:071:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ BRST  A ---- P 07:109:64800 00:000:00000 UNE   2.0431   0.0000   0.0000
+ BRUS  A ---- P 93:293:00000 00:000:00000 UNE   3.9702   0.0000   0.0000
+ BUCU  A ---- P 08:305:36000 00:000:00000 UNE   0.0970   0.0000   0.0000
+ BUE1  A ---- P 95:001:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ CAGL  A ---- P 95:097:00000 00:000:00000 UNE   0.0450   0.0000   0.0000
+ CAGS  A ---- P 00:032:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ CAGZ  A ---- P 01:274:00000 00:000:00000 UNE   0.0945   0.0000   0.0000
+ CANT  A ---- P 10:006:00000 10:009:86370 UNE   3.0490   0.0000   0.0000
+ CAS1  A ---- P 94:001:00000 00:000:00000 UNE   0.0010   0.0000   0.0000
+ CASC  A ---- P 10:002:00000 10:010:86370 UNE   1.0210   0.0000   0.0000
+ CAT2  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ CCJ2  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ CCJM  A ---- P 95:072:23400 00:000:00000 UNE   0.0000   0.0000   0.0000
+ CEBR  A ---- P 10:002:86385 10:009:86385 UNE   0.1280   0.0000   0.0000
+ CEDU  A ---- P 94:135:00000 00:000:00000 UNE   0.0060   0.0000   0.0000
+ CHAN  A ---- P 98:136:00000 00:000:00000 UNE   0.2500   0.0000   0.0000
+ CHAT  A ---- P 01:332:10800 00:000:00000 UNE   0.0062   0.0000   0.0000
+ CHPI  A ---- P 01:107:00000 00:000:00000 UNE   0.0792   0.0000   0.0000
+ CHTI  A ---- P 07:344:00000 00:000:00000 UNE   0.0020   0.0000   0.0000
+ CHUM  A ---- P 97:191:00000 00:000:00000 UNE   0.0900   0.0000   0.0000
+ CHUR  A ---- P 00:201:67080 00:000:00000 UNE   0.1000   0.0000   0.0000
+ CLAR  A ---- P 95:095:00000 00:000:00000 UNE   0.1370   0.0000   0.0000
+ CNMR  A ---- P 03:219:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ COCO  A ---- P 94:246:00000 00:000:00000 UNE   0.0040   0.0000   0.0000
+ COLA  A ---- P 10:002:00000 10:008:86370 UNE   0.0000   0.0000   0.0000
+ CONT  A ---- P 05:228:55800 00:000:00000 UNE   0.0311   0.0000   0.0000
+ CONZ  A ---- P 05:137:52200 00:000:00000 UNE   0.0574   0.0000   0.0000
+ COT1  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ CPXF  A ---- P 10:010:86370 10:010:86370 UNE   0.0083   0.0000   0.0000
+ CRAO  A ---- P 00:118:00000 00:000:00000 UNE   0.0800   0.0000   0.0000
+ CRAR  A ---- P 10:010:86370 10:010:86370 UNE   0.0794   0.0000   0.0000
+ CRO1  A ---- P 95:286:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ CUSV  A ---- P 08:133:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ DAEJ  A ---- P 99:078:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ DARW  A ---- P 03:094:03600 00:000:00000 UNE   0.0025   0.0000   0.0000
+ DAV1  A ---- P 07:213:25200 00:000:00000 UNE   0.0005   0.0000   0.0000
+ DESC  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ DGAR  A ---- P 96:071:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ DHLG  A ---- P 00:097:00000 00:000:00000 UNE   0.1224   0.0000   0.0000
+ DRAG  A ---- P 00:038:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ DRAO  A ---- P 95:102:61500 00:000:00000 UNE   0.1000   0.0000   0.0000
+ DUBR  A ---- P 07:153:43200 00:000:00000 UNE   0.0580   0.0000   0.0000
+ DUM1  A ---- P 97:354:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ DUND  A ---- P 05:236:00000 00:000:00000 UNE   0.0020   0.0000   0.0000
+ DYER  A ---- P 10:004:00000 10:004:86399 UNE   0.1386   0.0000  -0.0000
+ ELAT  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ ELRO  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ EPRT  A ---- P 98:275:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ FAAA  A ---- P 00:000:00000 10:010:86370 UNE   0.1262   0.0000   0.0000
+ FAIR  A ---- P 96:107:00000 00:000:00000 UNE   0.0863   0.0000   0.0000
+ FAIV  A ---- P 10:002:86385 10:009:86385 UNE   0.0800   0.0000   0.0000
+ FLIN  A ---- P 96:157:00000 00:000:00000 UNE   0.1500   0.0000   0.0000
+ FLRS  A ---- P 08:100:61200 00:000:00000 UNE   0.0000   0.0000   0.0000
+ FRDN  A ---- P 10:002:00000 10:010:86370 UNE   0.1000   0.0000   0.0000
+ FUNC  A ---- P 06:202:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GANP  A ---- P 06:236:58140 00:000:00000 UNE   0.3830   0.0000   0.0000
+ GENO  A ---- P 98:204:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GLPS  A ---- P 02:067:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ GLSV  A ---- P 97:350:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GMAS  A ---- P 02:108:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GMSD  A ---- P 03:317:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GODE  A ---- P 93:107:00000 00:000:00000 UNE   0.0614   0.0000   0.0000
+ GOLD  A ---- P 95:304:00000 00:000:00000 UNE   0.0254   0.0000   0.0000
+ GOPE  A ---- P 06:195:46200 00:000:00000 UNE   0.1114   0.0000   0.0000
+ GRAS  A ---- P 95:053:00000 00:000:00000 UNE   0.0350   0.0000   0.0000
+ GRAZ  A ---- P 96:177:50400 00:000:00000 UNE   1.9640   0.0000   0.0000
+ GUAM  A ---- P 95:020:00000 00:000:00000 UNE   0.0614   0.0000   0.0000
+ GUAT  A ---- P 00:210:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ GUUG  A ---- P 03:239:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HAMM  A ---- P 10:002:00000 10:010:86370 UNE   0.0796   0.0000   0.0000
+ HARB  A ---- P 00:224:36000 00:000:00000 UNE   3.0520   0.0000   0.0000
+ HARV  A ---- P 92:169:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ HELG  A ---- P 10:002:00000 10:010:86370 UNE   0.0270   0.0000   0.0000
+ HERS  A ---- P 98:049:00000 00:000:00000 UNE   0.0096   0.0000   0.0000
+ HERT  A ---- P 03:071:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HIL1  A ---- P 10:002:00000 10:009:86370 UNE   0.0000   0.0000   0.0000
+ HILO  A ---- P 97:154:04380 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HLFX  A ---- P 01:353:18000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ HNLC  A ---- P 97:170:08580 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HNPT  A ---- P 95:347:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HOB2  A ---- P 94:192:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HOFN  A ---- P 07:266:61200 00:000:00000 UNE   0.0675   0.0000   0.0000
+ HOLB  A ---- P 96:089:06000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ HOLM  A ---- P 01:240:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ HRAO  A ---- P 96:249:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ HRM1  A ---- P 95:001:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ HYDE  A ---- P 95:269:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ IID2  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ IISC  B ---- P 95:274:00000 00:000:00000 UNE   0.0780   0.0000   0.0000
+ ILHA  A ---- P 10:010:86370 10:010:86370 UNE   0.0080   0.0000   0.0000
+ INEG  A ---- P 00:037:00000 00:000:00000 UNE   0.0705   0.0000   0.0000
+ INVK  A ---- P 01:203:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ IQAL  A ---- P 10:002:00000 10:010:86370 UNE   0.0500   0.0000   0.0000
+ IRKJ  A ---- P 01:205:00000 00:000:00000 UNE   0.1280   0.0000   0.0000
+ IRKT  A ---- P 95:259:00000 00:000:00000 UNE   0.1280   0.0000   0.0000
+ ISPA  A ---- P 04:044:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ ISTA  A ---- P 99:345:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ JOZ2  A ---- P 02:003:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ JOZE  A ---- P 93:220:00000 00:000:00000 UNE   0.1980   0.0000   0.0000
+ JPLM  A ---- P 94:165:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ JPLV  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ KABR  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ KARR  A ---- P 94:195:00000 00:000:00000 UNE   0.0020   0.0000   0.0000
+ KATZ  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ KELY  B ---- P 01:257:62280 00:000:00000 UNE   0.0762   0.0000   0.0000
+ KERG  A ---- P 94:320:00000 00:000:00000 UNE   0.4200   0.0000   0.0000
+ KGNI  A ---- P 97:182:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ KHAJ  A ---- P 01:199:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ KHAR  A ---- P 02:329:46800 00:000:00000 UNE   0.0000   0.0000   0.0000
+ KIRU  A ---- P 93:189:00000 00:000:00000 UNE   0.0620   0.0000   0.0000
+ KIT3  A ---- P 94:274:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ KOKB  A ---- P 96:010:79200 00:000:00000 UNE   0.0614   0.0000   0.0000
+ KOSG  A ---- P 91:001:00000 00:000:00000 UNE   0.1050   0.0000   0.0000
+ KOUC  A ---- P 96:113:05400 00:000:00000 UNE   0.0000   0.0000   0.0000
+ KOUR  A ---- P 97:279:00000 00:000:00000 UNE   0.0450   0.0000   0.0000
+ KR0G  A ---- P 93:213:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ KSMV  A ---- P 97:182:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ KUNM  A ---- P 98:167:00000 00:000:00000 UNE   0.0793   0.0000   0.0000
+ KUUJ  A ---- P 02:198:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ LAMA  A ---- P 07:321:68400 00:000:00000 UNE   0.0600   0.0000   0.0000
+ LEBA  A ---- P 10:003:00000 10:009:86399 UNE   0.0000   0.0000   0.0000
+ LHAZ  A ---- P 07:059:32400 00:000:00000 UNE   0.1330   0.0000   0.0000
+ LMMF  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ LPAL  A ---- P 01:137:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ LPGS  A ---- P 95:140:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ M0SE  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ MAC1  A ---- P 96:009:00000 00:000:00000 UNE   0.0280   0.0000   0.0000
+ MADR  A ---- P 96:269:00000 00:000:00000 UNE   0.0254   0.0000   0.0000
+ MAL2  A ---- P 08:192:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MANA  A ---- P 00:134:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MAR6  A ---- P 93:213:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ MARS  A ---- P 98:197:54000 00:000:00000 UNE   0.0700   0.0000   0.0000
+ MAS1  A ---- P 94:101:00000 00:000:00000 UNE   0.0330   0.0000   0.0000
+ MAT1  A ---- P 01:128:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MATE  A ---- P 96:191:00000 00:000:00000 UNE   0.1010   0.0000   0.0000
+ MAUI  A ---- P 99:001:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MAW1  A ---- P 94:001:00000 00:000:00000 UNE   0.0035   0.0000   0.0000
+ MCIL  A ---- P 02:342:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MCM4  A ---- P 95:025:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ MDO1  A ---- P 93:064:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ MDVJ  A ---- P 01:199:00000 00:000:00000 UNE   0.1660   0.0000   0.0000
+ MEDI  A ---- P 95:209:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ METS  A ---- P 92:121:43200 00:000:00000 UNE   0.0000   0.0000   0.0000
+ METZ  A ---- P 98:285:21600 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MIG1  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ MIKL  A ---- P 02:110:00000 00:000:00000 UNE   0.0237   0.0000   0.0000
+ MIZU  A ---- P 05:194:00000 00:000:00000 UNE   0.1206   0.0000   0.0000
+ MKEA  A ---- P 96:221:00000 00:000:00000 UNE   0.0060   0.0000   0.0000
+ MOBJ  A ---- P 00:353:00000 00:000:00000 UNE   0.1312   0.0000   0.0000
+ MOBS  A ---- P 02:294:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ MOIU  A ---- P 08:320:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ MONP  A ---- P 00:082:80160 00:000:00000 UNE   0.1176   0.0000   0.0000
+ MORP  A ---- P 96:305:00000 00:000:00000 UNE   0.0330   0.0000   0.0000
+ MQZG  A ---- P 05:059:14400 00:000:00000 UNE   0.0550   0.0000   0.0000
+ MTJO  A ---- P 10:002:00000 10:010:86370 UNE   0.0013   0.0000   0.0000
+ MTKA  A ---- P 98:286:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NAIN  A ---- P 02:352:51060 00:000:00000 UNE   0.1000   0.0000   0.0000
+ NANO  A ---- P 09:268:71400 00:000:00000 UNE   0.1000   0.0000   0.0000
+ NEAH  A ---- P 10:002:00000 10:010:86370 UNE   0.0813   0.0000   0.0000
+ NETP  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ NICO  A ---- P 08:162:39600 00:000:00000 UNE   0.0645   0.0000   0.0000
+ NIST  A ---- P 06:130:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NIUM  A ---- P 05:236:00000 00:000:00000 UNE   0.0020   0.0000   0.0000
+ NKLG  A ---- P 00:041:00000 00:000:00000 UNE   3.1090   0.0000   0.0000
+ NNOR  A ---- P 02:168:00000 00:000:00000 UNE   0.0655   0.0000   0.0000
+ NOT1  A ---- P 00:259:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NOVM  A ---- P 06:311:00000 00:000:00000 UNE   0.0800   0.0000   0.0000
+ NRC1  A ---- P 94:152:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NRIL  A ---- P 00:261:00000 00:000:00000 UNE   0.0795   0.0000   0.0000
+ NRMD  A ---- P 06:136:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NSSP  A ---- P 97:283:00000 00:000:00000 UNE   0.0792   0.0000   0.0000
+ NSSS  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ NTUS  A ---- P 97:177:10800 00:000:00000 UNE   0.0776   0.0000   0.0000
+ NURK  A ---- P 08:239:45000 00:000:00000 UNE   0.1300   0.0000   0.0000
+ NVSK  A ---- P 00:182:00000 00:000:00000 UNE   6.1546   0.0000   0.0000
+ NYA1  A ---- P 97:152:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ NYAL  A ---- P 93:001:00000 00:000:00000 UNE   5.2160   0.0040  -0.0010
+ OBE3  A ---- P 08:050:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ OHI2  A ---- P 09:030:63900 00:000:00000 UNE   0.0375   0.0000   0.0000
+ OHI3  A ---- P 03:037:00000 00:000:00000 UNE   0.0050   0.0000   0.0000
+ ONSA  A ---- P 91:182:00000 00:000:00000 UNE   0.9950   0.0000   0.0000
+ OPMT  A ---- P 01:182:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ OUS2  A ---- P 01:286:25200 00:000:00000 UNE   0.0711   0.0000   0.0000
+ PADO  A ---- P 01:325:46800 00:000:00000 UNE   0.0000   0.0000   0.0000
+ PALM  A ---- P 97:113:00000 00:000:00000 UNE   0.0794   0.0000   0.0000
+ PARK  A ---- P 06:199:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ PDEL  A ---- P 00:016:52500 00:000:00000 UNE   0.0000   0.0000   0.0000
+ PENC  A ---- P 96:061:00000 00:000:00000 UNE   0.0300   0.0000   0.0000
+ PERT  A ---- P 93:262:00000 00:000:00000 UNE   0.0595   0.0000   0.0000
+ PETP  A ---- P 06:058:00000 00:000:00000 UNE   0.0513   0.0000   0.0000
+ PETS  A ---- P 05:279:00000 00:000:00000 UNE   0.0885   0.0000   0.0000
+ PFA2  A ---- P 10:002:00000 10:010:86370 UNE   0.1680   0.0000   0.0000
+ PGC5  A ---- P 10:002:00000 10:010:86370 UNE   0.1000   0.0000   0.0000
+ PICL  A ---- P 01:345:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ PIE1  A ---- P 92:364:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ PIMO  A ---- P 98:182:00000 00:000:00000 UNE   0.0792   0.0000   0.0000
+ PIN1  A ---- P 01:059:00000 00:000:00000 UNE   1.7450   0.0000   0.0000
+ POL2  A ---- P 95:145:00000 00:000:00000 UNE   0.0780   0.0000   0.0000
+ POLV  A ---- P 01:116:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ POTS  A ---- P 94:301:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ POVE  A ---- P 05:287:00000 00:000:00000 UNE   0.0075   0.0000   0.0000
+ PRDS  A ---- P 99:165:52800 00:000:00000 UNE   0.1000   0.0000   0.0000
+ PRE1  A ---- P 99:001:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ PSU1  A ---- P 10:003:00000 10:009:86399 UNE   0.0000   0.0000   0.0000
+ PTBB  A ---- P 02:078:00000 00:000:00000 UNE   0.0562   0.0000   0.0000
+ PUC1  A ---- P 10:003:00000 10:009:86399 UNE   0.0000   0.0000   0.0000
+ QAQ1  A ---- P 01:288:00000 00:000:00000 UNE   0.1206   0.0000   0.0000
+ QIKI  A ---- P 04:198:38580 00:000:00000 UNE   0.0000   0.0000   0.0000
+ QUIN  A ---- P 92:250:00000 00:000:00000 UNE   0.0614   0.0000   0.0000
+ RABT  A ---- P 00:138:00000 00:000:00000 UNE   0.0800   0.0000   0.0000
+ RAMO  A ---- P 04:078:00000 00:000:00000 UNE   0.0030   0.0000   0.0000
+ RCMV  A ---- P 10:002:86385 10:009:86385 UNE   1.1574   0.0000   0.0000
+ RECF  A ---- P 07:128:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ REDU  A ---- P 10:010:86370 10:010:86370 UNE   0.0650   0.0000   0.0000
+ RESO  A ---- P 01:255:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ REUN  A ---- P 98:349:00000 00:000:00000 UNE   0.0610   0.0000   0.0000
+ REYK  A ---- P 08:073:62820 00:000:00000 UNE   0.0570   0.0000   0.0000
+ RIGA  A ---- P 95:339:14400 00:000:00000 UNE   0.0850   0.0000   0.0000
+ RIO2  A ---- P 99:337:47700 00:000:00000 UNE   0.0350   0.0000   0.0000
+ RIOP  A ---- P 96:099:00000 00:000:00000 UNE   0.0729   0.0000   0.0000
+ ROAP  A ---- P 03:032:00000 00:000:00000 UNE   1.1113  -0.0234  -0.3808
+ ROSA  A ---- P 10:002:00000 10:010:86370 UNE   0.0080   0.0000   0.0000
+ SALU  A ---- P 07:143:00000 00:000:00000 UNE   0.0080   0.0000   0.0000
+ SANT  A ---- P 96:199:00000 00:000:00000 UNE   0.0614   0.0000   0.0000
+ SASK  A ---- P 03:128:68640 00:000:00000 UNE   0.0000   0.0000   0.0000
+ SAVO  A ---- P 07:114:00000 00:000:00000 UNE   0.0010   0.0000   0.0000
+ SCH2  A ---- P 97:180:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ SCOR  A ---- P 04:255:00000 00:000:00000 UNE   0.1977   0.0000   0.0000
+ SCUB  A ---- P 95:151:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ SEAT  A ---- P 10:002:00000 10:010:86370 UNE   0.1233   0.0000   0.0000
+ SELE  A ---- P 97:128:12000 00:000:00000 UNE   0.0901   0.0000   0.0000
+ SFDM  A ---- P 99:301:00000 00:000:00000 UNE   0.0083   0.0000   0.0000
+ SFER  A ---- P 95:352:00000 00:000:00000 UNE   1.6260   0.0000   0.0000
+ SHAO  A ---- P 95:020:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ SIO3  A ---- P 00:103:06600 00:000:00000 UNE   1.7452   0.0000   0.0000
+ SIO5  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ SJDV  A ---- P 10:002:00000 10:009:86370 UNE   0.0000   0.0000   0.0000
+ SNI1  A ---- P 95:325:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ SOFI  A ---- P 01:069:00000 00:000:00000 UNE   0.2200   0.0000   0.0000
+ SPK1  A ---- P 95:079:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ SPMX  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ SPT0  A ---- P 95:335:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ SRS1  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ STJO  A ---- P 95:057:48480 00:000:00000 UNE   0.1000   0.0000   0.0000
+ STK2  A ---- P 03:143:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ STR1  A ---- P 03:311:00000 00:000:00000 UNE   0.0040   0.0000   0.0000
+ STR2  A ---- P 03:335:00000 00:000:00000 UNE   0.0310   0.0000   0.0000
+ SULP  A ---- P 01:286:34680 00:000:00000 UNE   4.7295   0.0000   0.0000
+ SUNM  A ---- P 01:163:00000 00:000:00000 UNE   0.0770   0.0000   0.0000
+ SUTH  A ---- P 97:339:00000 00:000:00000 UNE   0.0840   0.0000   0.0000
+ SUTM  A ---- P 00:073:25200 00:000:00000 UNE   0.0460   0.0000   0.0000
+ SUWN  A ---- P 95:074:00000 00:000:00000 UNE   1.5700   0.0000   0.0000
+ SVTL  A ---- P 04:336:43200 00:000:00000 UNE   0.0285   0.0000   0.0000
+ SYDN  A ---- P 04:126:00000 00:000:00000 UNE   0.0300   0.0000   0.0000
+ SYOG  A ---- P 95:074:47580 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TABL  A ---- P 95:276:00000 00:000:00000 UNE   0.1176   0.0000   0.0000
+ TAH1  A ---- P 00:214:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TAH2  A ---- P 00:214:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TASH  A ---- P 10:002:86385 10:009:86385 UNE   0.0460   0.0000   0.0000
+ TCMS  A ---- P 01:163:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TEHN  A ---- P 99:335:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TELA  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ THU3  A ---- P 00:322:00000 00:000:00000 UNE   0.1002   0.0000   0.0000
+ TIDB  A ---- P 96:178:00000 00:000:00000 UNE   0.0614   0.0000   0.0000
+ TIXI  A ---- P 98:281:00000 00:000:00000 UNE   0.0792   0.0000   0.0000
+ TIXJ  A ---- P 05:358:24360 00:000:00000 UNE   0.1386   0.0000   0.0000
+ TLSE  A ---- P 01:004:00000 00:000:00000 UNE   1.0530   0.0000   0.0000
+ TORP  A ---- P 97:059:00000 00:000:00000 UNE   0.1145   0.0000   0.0000
+ TOW2  A ---- P 95:017:00000 00:000:00000 UNE   0.0035   0.0000   0.0000
+ TRDS  A ---- P 10:002:00000 10:010:86370 UNE   5.5460   0.0180   0.0070
+ TRO1  A ---- P 97:196:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TSEA  A ---- P 10:010:86370 10:010:86370 UNE   0.0000   0.0000   0.0000
+ TSK2  A ---- P 03:127:35040 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TSKB  A ---- P 93:349:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TUBI  A ---- P 98:127:00000 00:000:00000 UNE   1.4260   0.0000   0.0000
+ TUKT  A ---- P 03:233:55800 00:000:00000 UNE   0.0000   0.0000   0.0000
+ TXES  A ---- P 10:002:86385 10:010:86370 UNE   0.0000   0.0000   0.0000
+ UCLU  A ---- P 96:044:69840 00:000:00000 UNE   0.1000   0.0000   0.0000
+ UFPR  A ---- P 07:128:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ ULAB  A ---- P 00:316:00000 00:000:00000 UNE   0.0460   0.0000   0.0000
+ UNBJ  A ---- P 01:143:43200 00:000:00000 UNE   0.3001   0.0000   0.0000
+ UNIV  A ---- P 10:003:00000 10:009:86399 UNE   0.0000   0.0000   0.0000
+ USN3  A ---- P 04:180:57600 00:000:00000 UNE   0.0000   0.0000   0.0000
+ USUD  A ---- P 93:201:00000 00:000:00000 UNE  -0.0350   0.0000   0.0000
+ UZHL  A ---- P 99:035:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ VAAS  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ VACS  A ---- P 08:098:43200 00:000:00000 UNE   0.2500   0.0000   0.0000
+ VALD  A ---- P 01:338:00000 00:000:00000 UNE   0.1000   0.0000   0.0000
+ VESL  A ---- P 97:352:00000 00:000:00000 UNE  -0.0112   0.0000   0.0000
+ VILL  A ---- P 94:316:00000 00:000:00000 UNE   0.0437   0.0000   0.0000
+ VIS0  A ---- P 93:213:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ VNDP  A ---- P 95:313:00000 00:000:00000 UNE   1.7480   0.0000   0.0000
+ VTIS  A ---- P 10:002:00000 10:010:86370 UNE   0.0083   0.0000   0.0000
+ VTSP  A ---- P 10:002:00000 10:010:86370 UNE   0.0000   0.0000   0.0000
+ WAB2  A ---- P 04:210:00000 00:000:00000 UNE   1.2860   0.0000   0.0000
+ WDC3  A ---- P 06:198:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ WGTN  A ---- P 05:080:07200 00:000:00000 UNE   0.0550   0.0000   0.0000
+ WGTT  A ---- P 10:002:00000 10:010:86370 UNE   0.0002   0.0000   0.0000
+ WHIT  A ---- P 95:160:80280 00:000:00000 UNE   0.1000   0.0000   0.0000
+ WILL  A ---- P 95:188:73620 00:000:00000 UNE   0.1000   0.0000   0.0000
+ WIND  A ---- P 03:175:43200 00:000:00000 UNE   0.0460   0.0000   0.0000
+ WNFL  A ---- P 10:002:00000 10:010:86370 UNE   1.7410   0.0000   0.0000
+ WROC  A ---- P 96:333:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ WSRT  A ---- P 98:076:54540 00:000:00000 UNE   0.3888   0.0000   0.0000
+ WTZA  A ---- P 02:234:36000 00:000:00000 UNE   0.0770   0.0000   0.0000
+ WTZJ  A ---- P 02:101:34200 00:000:00000 UNE   0.0740   0.0000   0.0000
+ WTZR  A ---- P 95:040:00000 00:000:00000 UNE   0.0710   0.0000   0.0000
+ WTZS  A ---- P 05:208:54000 00:000:00000 UNE   0.0560   0.0000   0.0000
+ WTZZ  A ---- P 03:161:39600 00:000:00000 UNE   0.2150   0.0000   0.0000
+ WUHN  A ---- P 02:026:00000 00:000:00000 UNE   2.3610  -0.0094  -0.0022
+ XIAN  A ---- P 96:141:00000 00:000:00000 UNE   0.3840   0.0000   0.0000
+ XMIS  A ---- P 05:182:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ YAR1  A ---- P 97:232:00000 00:000:00000 UNE   0.0814   0.0000   0.0000
+ YAR3  A ---- P 10:002:00000 10:010:86370 UNE   0.0040   0.0000   0.0000
+ YEBE  A ---- P 99:139:43200 00:000:00000 UNE   0.0000   0.0000   0.0000
+ YELL  A ---- P 94:287:00900 00:000:00000 UNE   0.1000   0.0000   0.0000
+ YSSK  A ---- P 99:209:00000 00:000:00000 UNE   0.0798   0.0000   0.0000
+ ZECK  A ---- P 97:192:00000 00:000:00000 UNE   0.0450   0.0000   0.0000
+ ZIM2  A ---- P 07:312:57600 00:000:00000 UNE   0.0000   0.0000   0.0000
+ ZIMJ  A ---- P 99:034:00000 00:000:00000 UNE   0.0770   0.0000   0.0000
+ ZIMM  A ---- P 93:121:00000 00:000:00000 UNE   0.0000   0.0000   0.0000
+ ZWE2  A ---- P 07:164:43200 00:000:00000 UNE   0.1300   0.0000   0.0000
+-SITE/ECCENTRICITY
+*-------------------------------------------------------------------------------
+*----------------------------------------------------------------               
++SOLUTION/EPOCHS                                                                
+*CODE PT SOLN T _DATA_START_ __DATA_END__ _MEAN_EPOCH_                          
+ ABMF  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ABPO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ACOR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ADE1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ADIS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ AIRA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ AJAC  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ALAC  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ALBH  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ ALGO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ALIC  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ ALME  A ---- P 10:006:00000 10:009:86370 10:007:86385                          
+ ALRT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ AMC2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ANKR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ AREQ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ARTU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ASPA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ AUCK  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ AZCN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ AZCO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ AZRY  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BAIE  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ BAKE  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BAKO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BAMF  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BAN2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BAR1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BARH  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BAYR  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ BBRY  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BDOS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BJFS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BLYT  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ BOGO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BOGT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BOR1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BREW  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BRFT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BRMU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BRST  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BRUS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ BUCU  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ BUE1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CAGL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CAGS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CAGZ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CANT  A ---- P 10:006:00000 10:009:86370 10:007:86385                          
+ CAS1  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ CASC  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CAT2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CCJ2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CCJM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CEBR  A ---- P 10:002:86385 10:009:86385 10:006:43185                          
+ CEDU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CHAN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CHAT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CHPI  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CHTI  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CHUM  A ---- P 10:002:00000 10:010:00000 10:006:00000                          
+ CHUR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CLAR  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ CNMR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ COCO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ COLA  A ---- P 10:002:00000 10:008:86370 10:005:43185                          
+ CONT  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CONZ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ COT1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CPXF  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CPXF  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CRAO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CRAR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CRO1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ CTWN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ CUSV  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DAEJ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DARW  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DAV1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DESC  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ DGAR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DHLG  A ---- P 10:006:00000 10:008:86399 10:007:43199                          
+ DRAG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ DRAO  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ DUBR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ DUM1  A ---- P 10:002:86385 10:009:86385 10:006:43185                          
+ DUND  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ DYER  A ---- P 10:004:00000 10:004:86399 10:004:43199                          
+ ELAT  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ELRO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ EPRT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ETAD  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ FAAA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ FAIR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ FAIV  A ---- P 10:002:86385 10:009:86385 10:006:43185                          
+ FLIN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ FLRS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ FRDN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ FUNC  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ GANP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ GENO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GLPS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GLSV  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GMAS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ GMSD  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GODE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GOLD  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GOPE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GRAS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GRAZ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GUAM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GUAT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ GUUG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HAMM  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ HARB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HARV  A ---- P 10:002:00000 10:008:00000 10:005:00000                          
+ HELG  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ HERS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ HERT  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ HIL1  A ---- P 10:002:00000 10:009:86370 10:005:86385                          
+ HILO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HLFX  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ HNLC  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HNPT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HOB2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HOFN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HOLB  A ---- P 10:009:00000 10:011:00000 10:010:00000                          
+ HOLM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HRAO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HRM1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ HYDE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ IID2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ IISC  A ---- P 10:003:00000 10:011:00000 10:007:00000                          
+ ILHA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ INEG  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ INVK  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ IQAL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ IRKJ  A ---- P 10:002:86385 10:010:86399 10:006:86392                          
+ IRKT  A ---- P 10:003:00000 10:011:00000 10:007:00000                          
+ ISPA  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ ISTA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ JOZ2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ JOZE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ JPLM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ JPLV  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KABR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KARR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KATZ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KELY  B ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KERG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KGNI  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KHAJ  A ---- P 10:002:86385 10:010:86370 10:006:86377                          
+ KHAR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KIRU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KIT3  A ---- P 10:009:00000 10:011:00000 10:010:00000                          
+ KOKB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KOSG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KOUC  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KOUR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KR0G  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KSMV  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ KUNM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ KUUJ  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ LAMA  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ LEBA  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ LHAZ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ LKHU  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ LMMF  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ LPAL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ LPAL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ LPGS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ M0SE  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MAC1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MADR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MAL2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MANA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MAR6  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ MARS  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ MAS1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MAT1  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ MATE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MAUI  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MAW1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MCIL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MCM4  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MDO1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MDVJ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MEDI  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ METS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ METZ  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ MIG1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MIKL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MIZU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MKEA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ MOBJ  A ---- P 10:004:00000 10:010:86370 10:007:43185                          
+ MOBS  A ---- P 10:002:00000 10:005:86370 10:003:86385                          
+ MOIU  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ MONP  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ MORP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MQZG  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MTJO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ MTKA  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ NAIN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NANO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NEAH  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NETP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NICO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NIST  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NIUM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NKLG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NNOR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NOT1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NOVM  A ---- P 10:002:86385 10:011:00000 10:006:86392                          
+ NRC1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NRIL  A ---- P 10:003:00000 10:010:86370 10:006:86385                          
+ NRMD  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NSSP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NSSS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NTUS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NURK  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ NVSK  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NYA1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ NYAL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ OBE3  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ OHI2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ OHI3  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ ONSA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ OPMT  A ---- P 10:003:00000 10:010:86370 10:006:86385                          
+ OUS2  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ PADO  A ---- P 10:007:00000 10:010:86370 10:008:86385                          
+ PALM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PARK  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ PDEL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PENC  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ PERT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PETP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ PETS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PFA2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ PGC5  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ PICL  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ PIE1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PIMO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PIN1  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ POL2  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ POLV  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ POTS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ POVE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PRDS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PRE1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ PSU1  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ PTBB  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ PUC1  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ QAQ1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ QIKI  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ QUIN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ RABT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ RAMO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ RCMV  A ---- P 10:002:86385 10:007:86385 10:005:43185                          
+ RECF  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ REDU  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ RESO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ REUN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ REYK  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ RIGA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ RIO2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ RIOP  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ROAP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ROSA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SALU  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SANT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SASK  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ SAVO  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SCH2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SCOR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SCUB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SEAT  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SELE  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SFDM  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ SFER  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SHAO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SIO3  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SIO5  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SJDV  A ---- P 10:002:00000 10:009:86370 10:005:86385                          
+ SNI1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SOFI  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SPK1  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ SPMX  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SPT0  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ SRS1  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ STJO  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ STK2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ STR1  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ STR2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SULP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SUNM  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SUTH  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SUTM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SUWN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ SVTL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SYDN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ SYOG  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TABL  A ---- P 10:002:86385 10:007:86385 10:005:43185                          
+ TAH1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TAH2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TASH  A ---- P 10:005:86385 10:009:86385 10:007:86385                          
+ TCMS  A ---- P 10:004:00000 10:010:86370 10:007:43185                          
+ TEHN  A ---- P 10:002:00000 10:010:00000 10:006:00000                          
+ TELA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ THU3  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TIDB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TIXI  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TIXJ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TLSE  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TORP  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ TOW2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TRDS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TRO1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TSEA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TSEA  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TSK2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TSKB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ TUBI  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ TUKT  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ TXES  A ---- P 10:002:86385 10:010:86370 10:006:86377                          
+ UCLU  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ UFPR  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ULAB  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ UNBJ  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ UNIV  A ---- P 10:003:00000 10:009:86399 10:006:43199                          
+ USN3  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ USUD  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ UZHL  A ---- P 10:002:00000 10:008:00000 10:005:00000                          
+ VAAS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ VACS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ VALD  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ VESL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ VILL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ VIS0  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ VNDP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ VTIS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ VTSP  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WAB2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WDC3  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WGTN  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WGTT  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WHIT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WILL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WIND  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WNFL  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WROC  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ WSRT  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WTZA  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WTZJ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WTZR  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ WTZS  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WTZZ  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ WUHN  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ XIAN  A ---- P 10:003:00000 10:010:00000 10:006:43200                          
+ XMIS  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ YAR1  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ YAR3  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ YEBE  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ YELL  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ YSSK  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ZECK  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ZIM2  A ---- P 10:002:00000 10:010:86370 10:006:43185                          
+ ZIMJ  A ---- P 10:002:00000 10:010:86399 10:006:43199                          
+ ZIMM  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+ ZWE2  A ---- P 10:002:00000 10:011:00000 10:006:43200                          
+-SOLUTION/EPOCHS                                                                
+*-------------------------------------------------------------------------------
+*----------------------------------------------------------------               
++SOLUTION/ESTIMATE                                                              
+*Index _Type_ Code Pt Soln _Ref_Epoch__ Unit S __Estimated Value____ _Std_Dev___
+     1 STAX   ABMF  A    1 10:006:43185 m    2 .29197857175080492E+7 .5945077E-2
+     2 STAY   ABMF  A    1 10:006:43185 m    2 -.5383745055657584E+7 .9740624E-2
+     3 STAZ   ABMF  A    1 10:006:43185 m    2 .17746047160943504E+7 .4205066E-2
+     4 STAX   ABPO  A    1 10:006:43192 m    2 .40972166529270881E+7 .3628513E-2
+     5 STAY   ABPO  A    1 10:006:43192 m    2 .44291190483728331E+7 .4121105E-2
+     6 STAZ   ABPO  A    1 10:006:43192 m    2 -.2065771334341733E+7 .2185659E-2
+     7 STAX   ACOR  A    1 10:008:43185 m    2 .45944896581806662E+7 .7372595E-2
+     8 STAY   ACOR  A    1 10:008:43185 m    2 -.6783676573360142E+6 .2641801E-2
+     9 STAZ   ACOR  A    1 10:008:43185 m    2 .43570661841540821E+7 .6583728E-2
+    10 STAX   ADE1  A    1 10:006:43188 m    2 -.3939182447812520E+7 .3277258E-2
+    11 STAY   ADE1  A    1 10:006:43188 m    2 .34670753513002256E+7 .2916608E-2
+    12 STAZ   ADE1  A    1 10:006:43188 m    2 -.3613220324720830E+7 .2827677E-2
+    13 STAX   ADIS  A    1 10:006:28790 m    2 .49136527660242841E+7 .6073153E-2
+    14 STAY   ADIS  A    1 10:006:28790 m    2 .39459226787848677E+7 .5325036E-2
+    15 STAZ   ADIS  A    1 10:006:28790 m    2 .99538333472837589E+6 .2183529E-2
+    16 STAX   AIRA  A    1 10:008:43192 m    2 -.3530185614979391E+7 .1068474E-1
+    17 STAY   AIRA  A    1 10:008:43192 m    2 .41187972979986845E+7 .1062718E-1
+    18 STAZ   AIRA  A    1 10:008:43192 m    2 .33440368826552331E+7 .9617420E-2
+    19 STAX   AJAC  A    1 10:007:71985 m    2 .46969893701395998E+7 .4106290E-2
+    20 STAY   AJAC  A    1 10:007:71985 m    2 .72399456479048973E+6 .1570322E-2
+    21 STAZ   AJAC  A    1 10:007:71985 m    2 .42396786034984449E+7 .3640169E-2
+    22 STAX   ALAC  A    1 10:008:43185 m    2 .50090511389830699E+7 .5375277E-2
+    23 STAY   ALAC  A    1 10:008:43185 m    2 -.4207209758256274E+5 .1829679E-2
+    24 STAZ   ALAC  A    1 10:008:43185 m    2 .39350578059832514E+7 .4204676E-2
+    25 STAX   ALBH  A    5 10:007:43185 m    2 -.2341333005183979E+7 .2300577E-2
+    26 STAY   ALBH  A    5 10:007:43185 m    2 -.3539049520795430E+7 .3191505E-2
+    27 STAZ   ALBH  A    5 10:007:43185 m    2 .47457913031897675E+7 .3764723E-2
+    28 STAX   ALGO  A    7 10:006:85155 m    2 .91812928931248421E+6 .1316434E-2
+    29 STAY   ALGO  A    7 10:006:85155 m    2 -.4346071290727026E+7 .3173238E-2
+    30 STAZ   ALGO  A    7 10:006:85155 m    2 .45619778830900500E+7 .3162599E-2
+    31 STAX   ALIC  A    1 10:006:06160 m    2 -.4052052354623565E+7 .4056575E-2
+    32 STAY   ALIC  A    1 10:006:06160 m    2 .42128360527522424E+7 .4101478E-2
+    33 STAZ   ALIC  A    1 10:006:06160 m    2 -.2545105135734076E+7 .2769533E-2
+    34 STAX   ALME  A    1 10:010:43185 m    2 .51052200534343403E+7 .1273997E-1
+    35 STAY   ALME  A    1 10:010:43185 m    2 -.2192784252080390E+6 .4415792E-2
+    36 STAZ   ALME  A    1 10:010:43185 m    2 .38043871955710095E+7 .9467389E-2
+    37 STAX   ALRT  A    1 10:007:18505 m    2 .38804258744005137E+6 .1181482E-2
+    38 STAY   ALRT  A    1 10:007:18505 m    2 -.7403824169519590E+6 .1281601E-2
+    39 STAZ   ALRT  A    1 10:007:18505 m    2 .63020019129031915E+7 .7117204E-2
+    40 STAX   AMC2  A    5 10:006:86390 m    2 -.1248596267176857E+7 .1194415E-2
+    41 STAY   AMC2  A    5 10:006:86390 m    2 -.4819428212376156E+7 .2862346E-2
+    42 STAZ   AMC2  A    5 10:006:86390 m    2 .39765059733624482E+7 .2311678E-2
+    43 STAX   ANKR  A    4 10:007:14387 m    2 .41219484898547526E+7 .2764745E-2
+    44 STAY   ANKR  A    4 10:007:14387 m    2 .26521878882189109E+7 .1972977E-2
+    45 STAZ   ANKR  A    4 10:007:14387 m    2 .40690237983446443E+7 .2619822E-2
+    46 STAX   AREQ  A    6 10:007:06162 m    2 .19428262145163363E+7 .1962046E-2
+    47 STAY   AREQ  A    6 10:007:06162 m    2 -.5804070351338493E+7 .4166260E-2
+    48 STAZ   AREQ  A    6 10:007:06162 m    2 -.1796894231138718E+7 .1772012E-2
+    49 STAX   ARTU  A    3 10:007:06162 m    2 .18439565957950524E+7 .1502764E-2
+    50 STAY   ARTU  A    3 10:007:06162 m    2 .30162031522894446E+7 .1981385E-2
+    51 STAZ   ARTU  A    3 10:007:06162 m    2 .52912617394361123E+7 .3297598E-2
+    52 STAX   ASPA  A    3 10:007:10277 m    2 -.6100260109289438E+7 .4534804E-2
+    53 STAY   ASPA  A    3 10:007:10277 m    2 -.9965032151032804E+6 .1732844E-2
+    54 STAZ   ASPA  A    3 10:007:10277 m    2 -.1567977606524776E+7 .1714273E-2
+    55 STAX   AUCK  A    2 10:007:32390 m    2 -.5105681303686955E+7 .3302598E-2
+    56 STAY   AUCK  A    2 10:007:32390 m    2 .46156402112033975E+6 .1341616E-2
+    57 STAZ   AUCK  A    2 10:007:32390 m    2 -.3782181328251728E+7 .2454452E-2
+    58 STAX   AZCN  A    1 10:006:43185 m    2 -.1572187796360886E+7 .3022240E-2
+    59 STAY   AZCN  A    1 10:006:43185 m    2 -.4864404571385656E+7 .6590859E-2
+    60 STAZ   AZCN  A    1 10:006:43185 m    2 .38042950700606750E+7 .5035447E-2
+    61 STAX   AZCO  A    1 10:006:43185 m    2 -.1857944257244868E+7 .3012549E-2
+    62 STAY   AZCO  A    1 10:006:43185 m    2 -.5124370409097074E+7 .6482565E-2
+    63 STAZ   AZCO  A    1 10:006:43185 m    2 .33037485768427760E+7 .4309926E-2
+    64 STAX   AZRY  A    1 10:010:43185 m    2 -.2385740460258997E+7 .4601199E-2
+    65 STAY   AZRY  A    1 10:010:43185 m    2 -.4758052062938711E+7 .7828372E-2
+    66 STAZ   AZRY  A    1 10:010:43185 m    2 .35047390641754013E+7 .5741800E-2
+    67 STAX   BAIE  A    1 10:006:43200 m    2 .15468232220412549E+7 .1331418E-1
+    68 STAY   BAIE  A    1 10:006:43200 m    2 -.3879765164079695E+7 .2558262E-1
+    69 STAZ   BAIE  A    1 10:006:43200 m    2 .48041850984666739E+7 .2855406E-1
+    70 STAX   BAKE  A    2 10:007:71985 m    2 -.2898340900811774E+6 .1600274E-2
+    71 STAY   BAKE  A    2 10:007:71985 m    2 -.2756501099771357E+7 .2891007E-2
+    72 STAZ   BAKE  A    2 10:007:71985 m    2 .57251622971295584E+7 .5516291E-2
+    73 STAX   BAKO  A    7 10:007:35990 m    2 -.1836969252436092E+7 .2370661E-2
+    74 STAY   BAKO  A    7 10:007:35990 m    2 .60656170498710983E+7 .6118558E-2
+    75 STAZ   BAKO  A    7 10:007:35990 m    2 -.7162578618670022E+6 .1624743E-2
+    76 STAX   BAMF  A    1 10:010:43185 m    2 -.2420721346832836E+7 .9521833E-2
+    77 STAY   BAMF  A    1 10:010:43185 m    2 -.3439856104017232E+7 .9866489E-2
+    78 STAZ   BAMF  A    1 10:010:43185 m    2 .47785327611161722E+7 .1370458E-1
+    79 STAX   BAN2  A    2 10:007:43188 m    2 .13440874238778544E+7 .2767581E-2
+    80 STAY   BAN2  A    2 10:007:43188 m    2 .60686102830858557E+7 .7320295E-2
+    81 STAZ   BAN2  A    2 10:007:43188 m    2 .14292921402764027E+7 .2497057E-2
+    82 STAX   BAR1  A    1 10:008:43185 m    2 -.2584163118499351E+7 .3638743E-2
+    83 STAY   BAR1  A    1 10:008:43185 m    2 -.4656252758638943E+7 .6359704E-2
+    84 STAZ   BAR1  A    1 10:008:43185 m    2 .34985342843320309E+7 .4526041E-2
+    85 STAX   BARH  A    3 10:007:25908 m    2 .16936447633741687E+7 .1828748E-2
+    86 STAY   BARH  A    3 10:007:25908 m    2 -.4239067579511942E+7 .3590601E-2
+    87 STAZ   BARH  A    3 10:007:25908 m    2 .44395672641850254E+7 .3548737E-2
+    88 STAX   BAYR  A    1 10:006:43185 m    2 .49352997929516627E+6 .2669534E-2
+    89 STAY   BAYR  A    1 10:006:43185 m    2 -.4611778149507653E+7 .8190770E-2
+    90 STAZ   BAYR  A    1 10:006:43185 m    2 .43637288690604940E+7 .7786834E-2
+    91 STAX   BBRY  A    1 10:010:43185 m    2 -.2386884003535708E+7 .5756784E-2
+    92 STAY   BBRY  A    1 10:010:43185 m    2 -.4708014037243144E+7 .9555529E-2
+    93 STAZ   BBRY  A    1 10:010:43185 m    2 .35718667395346938E+7 .6729506E-2
+    94 STAX   BDOS  A    2 10:006:43190 m    2 .31433822617830383E+7 .4498230E-2
+    95 STAY   BDOS  A    2 10:006:43190 m    2 -.5359714786967776E+7 .6682272E-2
+    96 STAZ   BDOS  A    2 10:006:43190 m    2 .14348758612028840E+7 .2605087E-2
+    97 STAX   BJFS  A    1 10:007:06160 m    2 -.2148744238594986E+7 .1634910E-2
+    98 STAY   BJFS  A    1 10:007:06160 m    2 .44266412469966374E+7 .2706733E-2
+    99 STAZ   BJFS  A    1 10:007:06160 m    2 .40446558933145129E+7 .2376073E-2
+   100 STAX   BLYT  A    5 10:006:43192 m    2 -.2223206777724568E+7 .3950053E-2
+   101 STAY   BLYT  A    5 10:006:43192 m    2 -.4830299792217266E+7 .7261449E-2
+   102 STAZ   BLYT  A    5 10:006:43192 m    2 .35105875818332210E+7 .5269976E-2
+   103 STAX   BOGO  A    2 10:010:43185 m    2 .36337388847539653E+7 .7006482E-2
+   104 STAY   BOGO  A    2 10:010:43185 m    2 .13974342097705256E+7 .3644269E-2
+   105 STAZ   BOGO  A    2 10:010:43185 m    2 .50353535199008295E+7 .8591754E-2
+   106 STAX   BOGT  A    4 10:007:14392 m    2 .17443989657639677E+7 .2645444E-2
+   107 STAY   BOGT  A    4 10:007:14392 m    2 -.6116037293198274E+7 .5972120E-2
+   108 STAZ   BOGT  A    4 10:007:14392 m    2 .51273178256756283E+6 .1622809E-2
+   109 STAX   BOR1  A    2 10:007:25908 m    2 .37383583678327710E+7 .2574129E-2
+   110 STAY   BOR1  A    2 10:007:25908 m    2 .11481737879037324E+7 .1281549E-2
+   111 STAZ   BOR1  A    2 10:007:25908 m    2 .50218158121879073E+7 .3156691E-2
+   112 STAX   BREW  A    1 10:007:71985 m    2 -.2112007220963054E+7 .1921633E-2
+   113 STAY   BREW  A    1 10:007:71985 m    2 -.3705351828819218E+7 .2854658E-2
+   114 STAZ   BREW  A    1 10:007:71985 m    2 .47268271124929376E+7 .3268039E-2
+   115 STAX   BRFT  A    2 10:007:06162 m    2 .49853935285819871E+7 .4328059E-2
+   116 STAY   BRFT  A    2 10:007:06162 m    2 -.3954993446103488E+7 .3604235E-2
+   117 STAZ   BRFT  A    2 10:007:06162 m    2 -.4284266470647157E+6 .1461202E-2
+   118 STAX   BRMU  A    3 10:007:06160 m    2 .23047034074326940E+7 .1954009E-2
+   119 STAY   BRMU  A    3 10:007:06160 m    2 -.4874817199145253E+7 .3528530E-2
+   120 STAZ   BRMU  A    3 10:007:06160 m    2 .33951869832574092E+7 .2541871E-2
+   121 STAX   BRST  A    1 10:008:43185 m    2 .42311625214494383E+7 .4425014E-2
+   122 STAY   BRST  A    1 10:008:43185 m    2 -.3327465913135891E+6 .1684458E-2
+   123 STAZ   BRST  A    1 10:008:43185 m    2 .47451309758685445E+7 .4698107E-2
+   124 STAX   BRUS  A    2 10:007:14390 m    2 .40278936817736784E+7 .2539249E-2
+   125 STAY   BRUS  A    2 10:007:14390 m    2 .30704590833543014E+6 .1020091E-2
+   126 STAZ   BRUS  A    2 10:007:14390 m    2 .49194751726821195E+7 .2893310E-2
+   127 STAX   BUCU  A    3 10:008:43192 m    2 .40937607868501116E+7 .5502157E-2
+   128 STAY   BUCU  A    3 10:008:43192 m    2 .20077939014154118E+7 .3286417E-2
+   129 STAZ   BUCU  A    3 10:008:43192 m    2 .44451300280073294E+7 .5538444E-2
+   130 STAX   BUE1  A    1 10:006:43191 m    2 .27454990811036821E+7 .2737538E-2
+   131 STAY   BUE1  A    1 10:006:43191 m    2 -.4483636597615029E+7 .3936041E-2
+   132 STAZ   BUE1  A    1 10:006:43191 m    2 -.3599054455181180E+7 .3008550E-2
+   133 STAX   CAGL  A    3 10:006:43191 m    2 .48933787591903433E+7 .4057812E-2
+   134 STAY   CAGL  A    3 10:006:43191 m    2 .77264988939777238E+6 .1488211E-2
+   135 STAZ   CAGL  A    3 10:006:43191 m    2 .40041822277878746E+7 .3310936E-2
+   136 STAX   CAGS  A    1 10:008:43185 m    2 .10963489818015646E+7 .2763039E-2
+   137 STAY   CAGS  A    1 10:008:43185 m    2 -.4335060620772629E+7 .6024899E-2
+   138 STAZ   CAGS  A    1 10:008:43185 m    2 .45332552148533333E+7 .6025798E-2
+   139 STAX   CAGZ  A    1 10:006:43185 m    2 .48933799094914738E+7 .6509041E-2
+   140 STAY   CAGZ  A    1 10:006:43185 m    2 .77265057744057581E+6 .2130281E-2
+   141 STAZ   CAGZ  A    1 10:006:43185 m    2 .40041800936028031E+7 .5435379E-2
+   142 STAX   CANT  A    1 10:010:43185 m    2 .46259244281287342E+7 .1477371E-1
+   143 STAY   CANT  A    1 10:010:43185 m    2 -.3070964189604448E+6 .5145520E-2
+   144 STAZ   CANT  A    1 10:010:43185 m    2 .43657714560468299E+7 .1328326E-1
+   145 STAX   CAS1  A    3 10:007:07187 m    2 -.9017761443766326E+6 .1558505E-2
+   146 STAY   CAS1  A    3 10:007:07187 m    2 .24093833028930109E+7 .2144706E-2
+   147 STAZ   CAS1  A    3 10:007:07187 m    2 -.5816748477601410E+7 .4419440E-2
+   148 STAX   CASC  A    3 10:008:43185 m    2 .49175369139933679E+7 .5892498E-2
+   149 STAY   CASC  A    3 10:008:43185 m    2 -.8157261111843782E+6 .2228851E-2
+   150 STAZ   CASC  A    3 10:008:43185 m    2 .39658574538302547E+7 .4682907E-2
+   151 STAX   CAT2  A    1 10:006:43185 m    2 -.2532493842103234E+7 .3397516E-2
+   152 STAY   CAT2  A    1 10:006:43185 m    2 -.4696708487900686E+7 .5720992E-2
+   153 STAZ   CAT2  A    1 10:006:43185 m    2 .34831543414481669E+7 .4278092E-2
+   154 STAX   CCJ2  A    1 10:006:43185 m    2 -.4490605399842615E+7 .7311682E-2
+   155 STAY   CCJ2  A    1 10:006:43185 m    2 .34838947762831156E+7 .5918885E-2
+   156 STAZ   CCJ2  A    1 10:006:43185 m    2 .28849282461619056E+7 .4790109E-2
+   157 STAX   CCJM  A    2 10:007:25911 m    2 -.4488925612212135E+7 .3579480E-2
+   158 STAY   CCJM  A    2 10:007:25911 m    2 .34839032284532939E+7 .2939381E-2
+   159 STAZ   CCJM  A    2 10:007:25911 m    2 .28877433509057104E+7 .2448717E-2
+   160 STAX   CEBR  A    1 10:006:43185 m    2 .48466649328672495E+7 .1205714E-1
+   161 STAY   CEBR  A    1 10:006:43185 m    2 -.3701952003003449E+6 .2830963E-2
+   162 STAZ   CEBR  A    1 10:006:43185 m    2 .41169295270222817E+7 .1021284E-1
+   163 STAX   CEDU  A    1 10:007:23750 m    2 -.3753472786372812E+7 .2798501E-2
+   164 STAY   CEDU  A    1 10:007:23750 m    2 .39127410213886737E+7 .2823209E-2
+   165 STAZ   CEDU  A    1 10:007:23750 m    2 -.3347960208340703E+7 .2400056E-2
+   166 STAX   CHAN  A    1 10:008:43192 m    2 -.2674427357455432E+7 .3241590E-2
+   167 STAY   CHAN  A    1 10:008:43192 m    2 .37571431756790532E+7 .4278282E-2
+   168 STAZ   CHAN  A    1 10:008:43192 m    2 .43915216223462541E+7 .4616728E-2
+   169 STAX   CHAT  A    1 10:006:80990 m    2 -.4590671235802286E+7 .3078550E-2
+   170 STAY   CHAT  A    1 10:006:80990 m    2 -.2754824815591887E+6 .1300356E-2
+   171 STAZ   CHAT  A    1 10:006:80990 m    2 -.4404596458479748E+7 .2773822E-2
+   172 STAX   CHPI  A    1 10:006:75590 m    2 .41646138889352288E+7 .3582245E-2
+   173 STAY   CHPI  A    1 10:006:75590 m    2 -.4162456916557915E+7 .3661665E-2
+   174 STAZ   CHPI  A    1 10:006:75590 m    2 -.2445028747026654E+7 .2361668E-2
+   175 STAX   CHTI  A    1 10:006:43185 m    2 -.4607855984739211E+7 .8485915E-2
+   176 STAY   CHTI  A    1 10:006:43185 m    2 -.2723757486443152E+6 .2863831E-2
+   177 STAZ   CHTI  A    1 10:006:43185 m    2 -.4386954425546900E+7 .7493792E-2
+   178 STAX   CHUM  A    1 10:007:57590 m    2 .12289506615855305E+7 .2274043E-2
+   179 STAY   CHUM  A    1 10:007:57590 m    2 .45080799433514141E+7 .5372230E-2
+   180 STAZ   CHUM  A    1 10:007:57590 m    2 .43278685194511637E+7 .4999089E-2
+   181 STAX   CHUR  A    5 10:007:06162 m    2 -.2364389565117350E+6 .9380887E-3
+   182 STAY   CHUR  A    5 10:007:06162 m    2 -.3307616875665146E+7 .1896589E-2
+   183 STAZ   CHUR  A    5 10:007:06162 m    2 .54300492593498351E+7 .2885204E-2
+   184 STAX   CLAR  A    9 10:006:43185 m    2 -.2458218520390947E+7 .4793113E-2
+   185 STAY   CLAR  A    9 10:006:43185 m    2 -.4680467415858171E+7 .8089321E-2
+   186 STAZ   CLAR  A    9 10:006:43185 m    2 .35567585170929329E+7 .5861000E-2
+   187 STAX   CNMR  A    3 10:006:43188 m    2 -.5087757847972255E+7 .4893466E-2
+   188 STAY   CNMR  A    3 10:006:43188 m    2 .34650289370168285E+7 .3455708E-2
+   189 STAZ   CNMR  A    3 10:006:43188 m    2 .16646537574401328E+7 .2183246E-2
+   190 STAX   COCO  A    4 10:006:61705 m    2 -.7419506346429501E+6 .1438596E-2
+   191 STAY   COCO  A    4 10:006:61705 m    2 .61909616849203864E+7 .4093316E-2
+   192 STAZ   COCO  A    4 10:006:61705 m    2 -.1337767921407477E+7 .1451775E-2
+   193 STAX   COLA  A    1 10:006:43185 m    2 .81617778394256416E+6 .7316803E-2
+   194 STAY   COLA  A    1 10:006:43185 m    2 -.5224934112812297E+7 .2124279E-1
+   195 STAZ   COLA  A    1 10:006:43185 m    2 .35539370519146733E+7 .1432163E-1
+   196 STAX   CONT  A    1 10:010:43185 m    2 .14920327745372856E+7 .5636160E-2
+   197 STAY   CONT  A    1 10:010:43185 m    2 -.4887961190499332E+7 .1106720E-1
+   198 STAZ   CONT  A    1 10:010:43185 m    2 -.3803553628411932E+7 .8547654E-2
+   199 STAX   CONZ  A    2 10:006:86390 m    2 .14920077610975525E+7 .1680530E-2
+   200 STAY   CONZ  A    2 10:006:86390 m    2 -.4887910738349073E+7 .3591855E-2
+   201 STAZ   CONZ  A    2 10:006:86390 m    2 -.3803639853103324E+7 .2660756E-2
+   202 STAX   COT1  A    1 10:006:43185 m    2 -.1933230522753166E+7 .3163526E-2
+   203 STAY   COT1  A    1 10:006:43185 m    2 -.5043635258149907E+7 .6766085E-2
+   204 STAZ   COT1  A    1 10:006:43185 m    2 .33819041098538702E+7 .4489395E-2
+   205 STAX   CPXF  A    1 10:006:43185 m    2 -.2332869686642372E+7 .4292345E-2
+   206 STAY   CPXF  A    1 10:006:43185 m    2 -.3696442629537834E+7 .6238372E-2
+   207 STAZ   CPXF  A    1 10:006:43185 m    2 .46300116002480434E+7 .7396657E-2
+   208 STAX   CRAO  A    1 10:008:43192 m    2 .37838970135351489E+7 .6239986E-2
+   209 STAY   CRAO  A    1 10:008:43192 m    2 .25514044976164326E+7 .4371190E-2
+   210 STAZ   CRAO  A    1 10:008:43192 m    2 .44412643282270618E+7 .6364374E-2
+   211 STAX   CRAR  A    1 10:007:71985 m    2 -.1310643546589283E+7 .2203802E-2
+   212 STAY   CRAR  A    1 10:007:71985 m    2 .31059009022398986E+6 .1730889E-2
+   213 STAZ   CRAR  A    1 10:007:71985 m    2 -.6213367854294163E+7 .8119517E-2
+   214 STAX   CRO1  A    1 10:006:86390 m    2 .26077712562528527E+7 .2793493E-2
+   215 STAY   CRO1  A    1 10:006:86390 m    2 -.5488076656881187E+7 .4724846E-2
+   216 STAZ   CRO1  A    1 10:006:86390 m    2 .19327678494910582E+7 .2205955E-2
+   217 STAX   CUSV  A    1 10:007:53992 m    2 -.1132914743334555E+7 .2246704E-2
+   218 STAY   CUSV  A    1 10:007:53992 m    2 .60925285964006530E+7 .6488224E-2
+   219 STAZ   CUSV  A    1 10:007:53992 m    2 .15046332624696679E+7 .2262434E-2
+   220 STAX   DAEJ  A    1 10:006:86390 m    2 -.3120042105959202E+7 .2332916E-2
+   221 STAY   DAEJ  A    1 10:006:86390 m    2 .40846148280734699E+7 .2905065E-2
+   222 STAZ   DAEJ  A    1 10:006:86390 m    2 .37640268684599237E+7 .2533623E-2
+   223 STAX   DARW  A    1 10:007:21590 m    2 -.4091359258508302E+7 .3936743E-2
+   224 STAY   DARW  A    1 10:007:21590 m    2 .46846065700249942E+7 .4201071E-2
+   225 STAZ   DARW  A    1 10:007:21590 m    2 -.1408579711423196E+7 .1873089E-2
+   226 STAX   DAV1  A    2 10:006:71990 m    2 .48685456824300630E+6 .1318297E-2
+   227 STAY   DAV1  A    2 10:006:71990 m    2 .22850992371388529E+7 .1912236E-2
+   228 STAZ   DAV1  A    2 10:006:71990 m    2 -.5914955700709707E+7 .4223757E-2
+   229 STAX   DESC  A    1 10:006:43185 m    2 -.2405963642314822E+7 .3743409E-2
+   230 STAY   DESC  A    1 10:006:43185 m    2 -.4795856515084801E+7 .6468921E-2
+   231 STAZ   DESC  A    1 10:006:43185 m    2 .34386429893178218E+7 .4705468E-2
+   232 STAX   DGAR  A    2 10:007:06160 m    2 .19162692023466926E+7 .2290736E-2
+   233 STAY   DGAR  A    2 10:007:06160 m    2 .60299775610391861E+7 .5546557E-2
+   234 STAZ   DGAR  A    2 10:007:06160 m    2 -.8017197425961515E+6 .1567104E-2
+   235 STAX   DHLG  A    2 10:006:43185 m    2 -.2319099355347686E+7 .9707651E-2
+   236 STAY   DHLG  A    2 10:006:43185 m    2 -.4799846440641901E+7 .1731197E-1
+   237 STAZ   DHLG  A    2 10:006:43185 m    2 .34900904567331551E+7 .1244356E-1
+   238 STAX   DRAG  A    1 10:008:43192 m    2 .44329805574392006E+7 .5707505E-2
+   239 STAY   DRAG  A    1 10:008:43192 m    2 .31494321626217663E+7 .4304199E-2
+   240 STAZ   DRAG  A    1 10:008:43192 m    2 .33221105566569301E+7 .4356393E-2
+   241 STAX   DRAO  A    3 10:007:14387 m    2 -.2059164882460025E+7 .1812441E-2
+   242 STAY   DRAO  A    3 10:007:14387 m    2 -.3621108408160328E+7 .2746959E-2
+   243 STAZ   DRAO  A    3 10:007:14387 m    2 .48144323046699259E+7 .3270347E-2
+   244 STAX   DUBR  A    1 10:006:43185 m    2 .44659399699222380E+7 .9849705E-2
+   245 STAY   DUBR  A    1 10:006:43185 m    2 .14605945624938840E+7 .4721290E-2
+   246 STAZ   DUBR  A    1 10:006:43185 m    2 .42992914826195939E+7 .8992552E-2
+   247 STAX   DUM1  A    1 10:006:43185 m    2 -.1940883760111000E+7 .6350929E-2
+   248 STAY   DUM1  A    1 10:006:43185 m    2 .16284831835857634E+7 .5538984E-2
+   249 STAZ   DUM1  A    1 10:006:43185 m    2 -.5833718090823268E+7 .1753142E-1
+   250 STAX   DUND  A    2 10:010:43185 m    2 -.4388120627463804E+7 .5537129E-2
+   251 STAY   DUND  A    2 10:010:43185 m    2 .72667165411013237E+6 .2420199E-2
+   252 STAZ   DUND  A    2 10:010:43185 m    2 -.4556533366047039E+7 .5257903E-2
+   253 STAX   DYER  A    1 10:006:43185 m    2 -.2374432630840242E+7 .1794271E-1
+   254 STAY   DYER  A    1 10:006:43185 m    2 -.4458271439630593E+7 .2874643E-1
+   255 STAZ   DYER  A    1 10:006:43185 m    2 .38838345184780313E+7 .2303571E-1
+   256 STAX   ELAT  A    2 10:008:43185 m    2 .45550285499908151E+7 .6947443E-2
+   257 STAY   ELAT  A    2 10:008:43185 m    2 .31800674100650642E+7 .5913211E-2
+   258 STAZ   ELAT  A    2 10:008:43185 m    2 .31231645463795997E+7 .4839783E-2
+   259 STAX   ELRO  A    1 10:008:43185 m    2 .43362182100439360E+7 .5920923E-2
+   260 STAY   ELRO  A    1 10:008:43185 m    2 .31240038377836463E+7 .4830783E-2
+   261 STAZ   ELRO  A    1 10:008:43185 m    2 .34714633272663322E+7 .4749599E-2
+   262 STAX   EPRT  A    2 10:007:25911 m    2 .17685444771030182E+7 .1841975E-2
+   263 STAY   EPRT  A    2 10:007:25911 m    2 -.4164839453476327E+7 .3276510E-2
+   264 STAZ   EPRT  A    2 10:007:25911 m    2 .44801904423251059E+7 .3319243E-2
+   265 STAX   FAAA  A    1 10:006:86390 m    2 -.5247393245765618E+7 .4546036E-2
+   266 STAY   FAAA  A    1 10:006:86390 m    2 -.3076866941012181E+7 .3045955E-2
+   267 STAZ   FAAA  A    1 10:006:86390 m    2 -.1911521358259745E+7 .2092795E-2
+   268 STAX   FAIR  A    7 10:007:14390 m    2 -.2281621748606695E+7 .2290587E-2
+   269 STAY   FAIR  A    7 10:007:14390 m    2 -.1453595922796571E+7 .1761923E-2
+   270 STAZ   FAIR  A    7 10:007:14390 m    2 .57569617711744141E+7 .5148413E-2
+   271 STAX   FAIV  A    1 10:006:43185 m    2 -.2281592823505188E+7 .5340612E-2
+   272 STAY   FAIV  A    1 10:006:43185 m    2 -.1453617961535682E+7 .3866448E-2
+   273 STAZ   FAIV  A    1 10:006:43185 m    2 .57569734798600031E+7 .1209388E-1
+   274 STAX   FLIN  A    2 10:007:25908 m    2 -.7661746580675927E+6 .1358646E-2
+   275 STAY   FLIN  A    2 10:007:25908 m    2 -.3611375338307030E+7 .2940170E-2
+   276 STAZ   FLIN  A    2 10:007:25908 m    2 .51840562085361723E+7 .3861560E-2
+   277 STAX   FLRS  A    1 10:006:43192 m    2 .42215300708929291E+7 .3818359E-2
+   278 STAY   FLRS  A    1 10:006:43192 m    2 -.2549242314366071E+7 .2541771E-2
+   279 STAZ   FLRS  A    1 10:006:43192 m    2 .40313982898325557E+7 .3491612E-2
+   280 STAX   FRDN  A    1 10:006:43185 m    2 .17605426795082665E+7 .3482171E-2
+   281 STAY   FRDN  A    1 10:006:43185 m    2 -.4080068004541930E+7 .6343023E-2
+   282 STAZ   FRDN  A    1 10:006:43185 m    2 .45601785904191285E+7 .6898501E-2
+   283 STAX   FUNC  A    1 10:006:43185 m    2 .51433392640458373E+7 .1036691E-1
+   284 STAY   FUNC  A    1 10:006:43185 m    2 -.1563412674295438E+7 .4208885E-2
+   285 STAZ   FUNC  A    1 10:006:43185 m    2 .34211916407327964E+7 .6547718E-2
+   286 STAX   GANP  A    1 10:008:43185 m    2 .39291814383071540E+7 .4529796E-2
+   287 STAY   GANP  A    1 10:008:43185 m    2 .14552368136415023E+7 .2210099E-2
+   288 STAZ   GANP  A    1 10:008:43185 m    2 .47936539524384337E+7 .5051788E-2
+   289 STAX   GENO  A    1 10:008:43192 m    2 .45078922525482643E+7 .6728979E-2
+   290 STAY   GENO  A    1 10:008:43192 m    2 .70762157911187317E+6 .2404855E-2
+   291 STAZ   GENO  A    1 10:008:43192 m    2 .44416035721701253E+7 .5894736E-2
+   292 STAX   GLPS  A    1 10:007:05390 m    2 -.3380140206899388E+5 .1321208E-2
+   293 STAY   GLPS  A    1 10:007:05390 m    2 -.6377516534216586E+7 .4257565E-2
+   294 STAZ   GLPS  A    1 10:007:05390 m    2 -.8215433850316102E+5 .1203938E-2
+   295 STAX   GLSV  A    2 10:007:43188 m    2 .35128888576016240E+7 .2947939E-2
+   296 STAY   GLSV  A    2 10:007:43188 m    2 .20689799559552814E+7 .2013437E-2
+   297 STAZ   GLSV  A    2 10:007:43188 m    2 .48889032387764612E+7 .3786152E-2
+   298 STAX   GMAS  A    1 10:008:43185 m    2 .54391125516401185E+7 .5758498E-2
+   299 STAY   GMAS  A    1 10:008:43185 m    2 -.1522134883549156E+7 .2433033E-2
+   300 STAZ   GMAS  A    1 10:008:43185 m    2 .29535562462318093E+7 .3474331E-2
+   301 STAX   GMSD  A    1 10:006:43192 m    2 -.3607665172166768E+7 .9436129E-2
+   302 STAY   GMSD  A    1 10:006:43192 m    2 .41478680454529915E+7 .1033290E-1
+   303 STAZ   GMSD  A    1 10:006:43192 m    2 .32237171802916070E+7 .8332040E-2
+   304 STAX   GODE  A    2 10:007:14387 m    2 .11307736693869322E+7 .1353764E-2
+   305 STAY   GODE  A    2 10:007:14387 m    2 -.4831253574627146E+7 .3293581E-2
+   306 STAZ   GODE  A    2 10:007:14387 m    2 .39942004353139107E+7 .2631395E-2
+   307 STAX   GOLD  A    7 10:007:14390 m    2 -.2353614402219044E+7 .1725256E-2
+   308 STAY   GOLD  A    7 10:007:14390 m    2 -.4641385300761888E+7 .2915244E-2
+   309 STAZ   GOLD  A    7 10:007:14390 m    2 .36769764179493664E+7 .2216917E-2
+   310 STAX   GOPE  A    5 10:007:71990 m    2 .39793160521777128E+7 .3468121E-2
+   311 STAY   GOPE  A    5 10:007:71990 m    2 .10503125609625331E+7 .1562305E-2
+   312 STAZ   GOPE  A    5 10:007:71990 m    2 .48570671585031543E+7 .3885264E-2
+   313 STAX   GRAS  A    3 10:007:08628 m    2 .45816908338696109E+7 .3258887E-2
+   314 STAY   GRAS  A    3 10:007:08628 m    2 .55611492917956575E+6 .1230211E-2
+   315 STAZ   GRAS  A    3 10:007:08628 m    2 .43893608558103284E+7 .3016178E-2
+   316 STAX   GRAZ  A    4 10:007:25908 m    2 .41944237397665521E+7 .3077295E-2
+   317 STAY   GRAZ  A    4 10:007:25908 m    2 .11627027879624546E+7 .1448023E-2
+   318 STAZ   GRAZ  A    4 10:007:25908 m    2 .46472454712129887E+7 .3275379E-2
+   319 STAX   GUAM  A    4 10:007:06160 m    2 -.5071312715941138E+7 .6044106E-2
+   320 STAY   GUAM  A    4 10:007:06160 m    2 .35683635880472930E+7 .4410760E-2
+   321 STAZ   GUAM  A    4 10:007:06160 m    2 .14889043619323082E+7 .2270462E-2
+   322 STAX   GUAT  A    1 10:007:14390 m    2 -.5606355440380855E+5 .1366504E-2
+   323 STAY   GUAT  A    1 10:007:14390 m    2 -.6174978670690577E+7 .4561134E-2
+   324 STAZ   GUAT  A    1 10:007:14390 m    2 .15966652834773541E+7 .1736302E-2
+   325 STAX   GUUG  A    1 10:007:25190 m    2 -.5070465230328525E+7 .4762068E-2
+   326 STAY   GUUG  A    1 10:007:25190 m    2 .35764602699415134E+7 .3552056E-2
+   327 STAZ   GUUG  A    1 10:007:25190 m    2 .14720938068342339E+7 .1937170E-2
+   328 STAX   HAMM  A    1 10:006:43185 m    2 -.4488518930138653E+5 .1794164E-2
+   329 STAY   HAMM  A    1 10:006:43185 m    2 -.5499419367898563E+7 .5879200E-2
+   330 STAZ   HAMM  A    1 10:006:43185 m    2 .32195063795782318E+7 .3571960E-2
+   331 STAX   HARB  A    1 10:007:14390 m    2 .50846576341842683E+7 .4590374E-2
+   332 STAY   HARB  A    1 10:007:14390 m    2 .26703252165598175E+7 .2857732E-2
+   333 STAZ   HARB  A    1 10:007:14390 m    2 -.2768481068806464E+7 .2781580E-2
+   334 STAX   HARV  A    3 10:007:28790 m    2 -.2686069651791550E+7 .3766828E-2
+   335 STAY   HARV  A    3 10:007:28790 m    2 -.4527083843794703E+7 .5576118E-2
+   336 STAZ   HARV  A    3 10:007:28790 m    2 .35895025380130508E+7 .4346040E-2
+   337 STAX   HELG  A    1 10:010:43185 m    2 .37060671136770793E+7 .6767182E-2
+   338 STAY   HELG  A    1 10:010:43185 m    2 .51380395382551540E+6 .2807908E-2
+   339 STAZ   HELG  A    1 10:010:43185 m    2 .51481745180204138E+7 .8400871E-2
+   340 STAX   HERS  A    4 10:007:43185 m    2 .40334700438052285E+7 .3262695E-2
+   341 STAY   HERS  A    4 10:007:43185 m    2 .23672975725564902E+5 .1295098E-2
+   342 STAZ   HERS  A    4 10:007:43185 m    2 .49243013636941677E+7 .3702433E-2
+   343 STAX   HERT  A    1 10:007:71990 m    2 .40334608581663044E+7 .3960423E-2
+   344 STAY   HERT  A    1 10:007:71990 m    2 .23537887458983128E+5 .1577652E-2
+   345 STAZ   HERT  A    1 10:007:71990 m    2 .49243183054198604E+7 .4487473E-2
+   346 STAX   HIL1  A    1 10:006:43185 m    2 -.2355571643988108E+7 .5443387E-2
+   347 STAY   HIL1  A    1 10:006:43185 m    2 .48860931154818563E+7 .8741987E-2
+   348 STAZ   HIL1  A    1 10:006:43185 m    2 -.3343994153167690E+7 .6168941E-2
+   349 STAX   HILO  A    1 10:007:71990 m    2 -.5446001888954830E+7 .6404563E-2
+   350 STAY   HILO  A    1 10:007:71990 m    2 -.2533416923009062E+7 .3807190E-2
+   351 STAZ   HILO  A    1 10:007:71990 m    2 .21384685010000179E+7 .3254497E-2
+   352 STAX   HLFX  A    1 10:007:43188 m    2 .20189056950190263E+7 .1939536E-2
+   353 STAY   HLFX  A    1 10:007:43188 m    2 -.4069070513130459E+7 .3274048E-2
+   354 STAZ   HLFX  A    1 10:007:43188 m    2 .44624154496338069E+7 .3254182E-2
+   355 STAX   HNLC  A    1 10:007:43188 m    2 -.5506798809138109E+7 .6261794E-2
+   356 STAY   HNLC  A    1 10:007:43188 m    2 -.2240049224227230E+7 .3351857E-2
+   357 STAZ   HNLC  A    1 10:007:43188 m    2 .23027205836501704E+7 .3203573E-2
+   358 STAX   HNPT  A    3 10:007:43188 m    2 .11966262693295560E+7 .1792607E-2
+   359 STAY   HNPT  A    3 10:007:43188 m    2 -.4846358497419827E+7 .4338942E-2
+   360 STAZ   HNPT  A    3 10:007:43188 m    2 .39567231151145315E+7 .3433098E-2
+   361 STAX   HOB2  A    2 10:007:06160 m    2 -.3950071874556712E+7 .3019242E-2
+   362 STAY   HOB2  A    2 10:007:06160 m    2 .25224152941182237E+7 .2209052E-2
+   363 STAZ   HOB2  A    2 10:007:06160 m    2 -.4311637829626261E+7 .3056534E-2
+   364 STAX   HOFN  A    2 10:006:86390 m    2 .26796899631603588E+7 .1689569E-2
+   365 STAY   HOFN  A    2 10:006:86390 m    2 -.7279511485042308E+6 .1008257E-2
+   366 STAZ   HOFN  A    2 10:006:86390 m    2 .57227893985763090E+7 .3341837E-2
+   367 STAX   HOLB  A    2 10:010:43192 m    2 -.2503040598949788E+7 .9200158E-2
+   368 STAY   HOLB  A    2 10:010:43192 m    2 -.3188233317087442E+7 .1150722E-1
+   369 STAZ   HOLB  A    2 10:010:43192 m    2 .49087014719309676E+7 .1511701E-1
+   370 STAX   HOLM  A    1 10:006:86390 m    2 -.9830720941413917E+6 .1160665E-2
+   371 STAY   HOLM  A    1 10:006:86390 m    2 -.1867623666396683E+7 .1523573E-2
+   372 STAZ   HOLM  A    1 10:006:86390 m    2 .59986395501646986E+7 .4469253E-2
+   373 STAX   HRAO  A    3 10:007:14387 m    2 .50853524610482398E+7 .4789774E-2
+   374 STAY   HRAO  A    3 10:007:14387 m    2 .26683959421728123E+7 .2844000E-2
+   375 STAZ   HRAO  A    3 10:007:14387 m    2 -.2768731459791171E+7 .2941808E-2
+   376 STAX   HRM1  A    1 10:006:43188 m    2 .39817764818108543E+7 .3115977E-2
+   377 STAY   HRM1  A    1 10:006:43188 m    2 -.8923894324446523E+5 .1181706E-2
+   378 STAZ   HRM1  A    1 10:006:43188 m    2 .49652846901721172E+7 .3663091E-2
+   379 STAX   HYDE  A    3 10:006:86390 m    2 .12084443749274663E+7 .1570281E-2
+   380 STAY   HYDE  A    3 10:006:86390 m    2 .59668060143264364E+7 .4245546E-2
+   381 STAZ   HYDE  A    3 10:006:86390 m    2 .18970770481335409E+7 .1783020E-2
+   382 STAX   IID2  A    1 10:006:43185 m    2 -.2273075424989051E+7 .4793412E-2
+   383 STAY   IID2  A    1 10:006:43185 m    2 -.4867570101449336E+7 .8944170E-2
+   384 STAZ   IID2  A    1 10:006:43185 m    2 .34265892801154200E+7 .6284539E-2
+   385 STAX   IISC  B    2 10:007:60468 m    2 .13379362488657876E+7 .2406160E-2
+   386 STAY   IISC  B    2 10:007:60468 m    2 .60703171165131833E+7 .6453481E-2
+   387 STAZ   IISC  B    2 10:007:60468 m    2 .14278769631688346E+7 .2154586E-2
+   388 STAX   ILHA  A    1 10:006:43185 m    2 .37353063467526310E+7 .6204465E-2
+   389 STAY   ILHA  A    1 10:006:43185 m    2 -.4669666426463619E+7 .7292976E-2
+   390 STAZ   ILHA  A    1 10:006:43185 m    2 -.2212269354788281E+7 .4028479E-2
+   391 STAX   INEG  A    1 10:006:43185 m    2 -.1260435690626061E+7 .3287762E-2
+   392 STAY   INEG  A    1 10:006:43185 m    2 -.5788547115388754E+7 .9274597E-2
+   393 STAZ   INEG  A    1 10:006:43185 m    2 .23603400088545159E+7 .4478301E-2
+   394 STAX   INVK  A    2 10:007:43188 m    2 -.1628432209878126E+7 .1919700E-2
+   395 STAY   INVK  A    2 10:007:43188 m    2 -.1714393060690246E+7 .1914071E-2
+   396 STAZ   INVK  A    2 10:007:43188 m    2 .59038446666948693E+7 .5581114E-2
+   397 STAX   IQAL  A    1 10:006:43185 m    2 .10360010102505251E+7 .2997872E-2
+   398 STAY   IQAL  A    1 10:006:43185 m    2 -.2631455565967959E+7 .4949821E-2
+   399 STAZ   IQAL  A    1 10:006:43185 m    2 .56978196944376193E+7 .9459062E-2
+   400 STAX   IRKJ  A    1 10:006:51828 m    2 -.9683287057060029E+6 .1629163E-2
+   401 STAY   IRKJ  A    1 10:006:51828 m    2 .37944265221914677E+7 .3439243E-2
+   402 STAZ   IRKJ  A    1 10:006:51828 m    2 .50181672435771804E+7 .4092084E-2
+   403 STAX   IRKT  A    1 10:007:43191 m    2 -.9683325176334906E+6 .1801859E-2
+   404 STAY   IRKT  A    1 10:007:43191 m    2 .37944254034013031E+7 .4153080E-2
+   405 STAZ   IRKT  A    1 10:007:43191 m    2 .50181677077079453E+7 .5061525E-2
+   406 STAX   ISPA  A    1 10:006:32390 m    2 -.1881703342779441E+7 .2201399E-2
+   407 STAY   ISPA  A    1 10:006:32390 m    2 -.5359979829787647E+7 .4917852E-2
+   408 STAZ   ISPA  A    1 10:006:32390 m    2 -.2890599269211829E+7 .2744628E-2
+   409 STAX   ISTA  A    1 10:008:43185 m    2 .42088302172040259E+7 .4696044E-2
+   410 STAY   ISTA  A    1 10:008:43185 m    2 .23348503952851347E+7 .2981985E-2
+   411 STAZ   ISTA  A    1 10:008:43185 m    2 .41712672937597428E+7 .4344798E-2
+   412 STAX   JOZ2  A    2 10:007:43188 m    2 .36648804810895701E+7 .2933583E-2
+   413 STAY   JOZ2  A    2 10:007:43188 m    2 .14091906690510875E+7 .1631459E-2
+   414 STAZ   JOZ2  A    2 10:007:43188 m    2 .50096185105511984E+7 .3658005E-2
+   415 STAX   JOZE  A    3 10:007:14390 m    2 .36649400916554406E+7 .3032227E-2
+   416 STAY   JOZE  A    3 10:007:14390 m    2 .14091539491441750E+7 .1713880E-2
+   417 STAZ   JOZE  A    3 10:007:14390 m    2 .50095714546918236E+7 .3728945E-2
+   418 STAX   JPLM  A    6 10:007:71990 m    2 -.2493304573221536E+7 .3787279E-2
+   419 STAY   JPLM  A    6 10:007:71990 m    2 -.4655215131902832E+7 .5620577E-2
+   420 STAZ   JPLM  A    6 10:007:71990 m    2 .35654975318387579E+7 .4311556E-2
+   421 STAX   JPLV  A    1 10:006:43185 m    2 -.2493466926168724E+7 .4621020E-2
+   422 STAY   JPLV  A    1 10:006:43185 m    2 -.4655309159788758E+7 .7420402E-2
+   423 STAZ   JPLV  A    1 10:006:43185 m    2 .35651715988796442E+7 .5453139E-2
+   424 STAX   KABR  A    2 10:008:43185 m    2 .43772829688867889E+7 .7063023E-2
+   425 STAY   KABR  A    2 10:008:43185 m    2 .30815516726711961E+7 .4970312E-2
+   426 STAZ   KABR  A    2 10:008:43185 m    2 .34561369730124148E+7 .5076266E-2
+   427 STAX   KARR  A    1 10:006:86390 m    2 -.2713832839235845E+7 .2474621E-2
+   428 STAY   KARR  A    1 10:006:86390 m    2 .53039351214305442E+7 .4104741E-2
+   429 STAZ   KARR  A    1 10:006:86390 m    2 -.2269514307370151E+7 .2146774E-2
+   430 STAX   KATZ  A    3 10:008:43185 m    2 .43493890792938219E+7 .8238904E-2
+   431 STAY   KATZ  A    3 10:008:43185 m    2 .31240047999526653E+7 .6565618E-2
+   432 STAZ   KATZ  A    3 10:008:43185 m    2 .34537055211682026E+7 .6188766E-2
+   433 STAX   KELY  B    2 10:007:25908 m    2 .15755590015749405E+7 .2092216E-2
+   434 STAY   KELY  B    2 10:007:25908 m    2 -.1941827955632819E+7 .2150457E-2
+   435 STAZ   KELY  B    2 10:007:25908 m    2 .58480765298770135E+7 .5753226E-2
+   436 STAX   KERG  A    3 10:007:06162 m    2 .14063372539960148E+7 .1701192E-2
+   437 STAY   KERG  A    3 10:007:06162 m    2 .39181611108042067E+7 .3328140E-2
+   438 STAZ   KERG  A    3 10:007:06162 m    2 -.4816167370273925E+7 .3725767E-2
+   439 STAX   KGNI  A    1 10:006:43185 m    2 -.3941949162614924E+7 .1077526E-1
+   440 STAY   KGNI  A    1 10:006:43185 m    2 .33681563684566054E+7 .8842096E-2
+   441 STAZ   KGNI  A    1 10:006:43185 m    2 .37022148219821290E+7 .9453678E-2
+   442 STAX   KHAJ  A    2 10:007:34545 m    2 -.2995266593186440E+7 .2579349E-2
+   443 STAY   KHAJ  A    2 10:007:34545 m    2 .29904445609831973E+7 .2720528E-2
+   444 STAZ   KHAJ  A    2 10:007:34545 m    2 .47555758536038529E+7 .3657728E-2
+   445 STAX   KHAR  A    2 10:006:43185 m    2 .33129842246865956E+7 .6021700E-2
+   446 STAY   KHAR  A    2 10:006:43185 m    2 .24282035098134233E+7 .4658280E-2
+   447 STAZ   KHAR  A    2 10:006:43185 m    2 .48633078631538097E+7 .8686659E-2
+   448 STAX   KIRU  A    1 10:007:14392 m    2 .22514207194946022E+7 .2211544E-2
+   449 STAY   KIRU  A    1 10:007:14392 m    2 .86281727824270376E+6 .1423587E-2
+   450 STAZ   KIRU  A    1 10:007:14392 m    2 .58854767908491874E+7 .5447825E-2
+   451 STAX   KIT3  A    2 10:009:43188 m    2 .19449450075735326E+7 .9784569E-2
+   452 STAY   KIT3  A    2 10:009:43188 m    2 .45566522817688426E+7 .1693992E-1
+   453 STAZ   KIT3  A    2 10:009:43188 m    2 .40043260273745055E+7 .1487532E-1
+   454 STAX   KOKB  A    5 10:006:86390 m    2 -.5543838246502938E+7 .3689256E-2
+   455 STAY   KOKB  A    5 10:006:86390 m    2 -.2054586439398665E+7 .1899328E-2
+   456 STAZ   KOKB  A    5 10:006:86390 m    2 .23878101244545863E+7 .2007875E-2
+   457 STAX   KOSG  A    2 10:007:43188 m    2 .38992250579087352E+7 .3177625E-2
+   458 STAY   KOSG  A    2 10:007:43188 m    2 .39673202387817093E+6 .1286451E-2
+   459 STAZ   KOSG  A    2 10:007:43188 m    2 .50150784729188876E+7 .3782698E-2
+   460 STAX   KOUC  A    2 10:007:18505 m    2 -.5751222920506345E+7 .4743587E-2
+   461 STAY   KOUC  A    2 10:007:18505 m    2 .16179674185608607E+7 .2038405E-2
+   462 STAZ   KOUC  A    2 10:007:18505 m    2 -.2225743640652558E+7 .2270034E-2
+   463 STAX   KOUR  A    2 10:007:21590 m    2 .38395913773138411E+7 .3014900E-2
+   464 STAY   KOUR  A    2 10:007:21590 m    2 -.5059567585693794E+7 .3748712E-2
+   465 STAZ   KOUR  A    2 10:007:21590 m    2 .57995710767754493E+6 .1297919E-2
+   466 STAX   KR0G  A    1 10:006:43190 m    2 .22481231046439093E+7 .2916768E-2
+   467 STAY   KR0G  A    1 10:006:43190 m    2 .86568673384752520E+6 .1879037E-2
+   468 STAZ   KR0G  A    1 10:006:43190 m    2 .58864258143039038E+7 .6914205E-2
+   469 STAX   KSMV  A    2 10:006:43185 m    2 -.3997525346777305E+7 .1119758E-1
+   470 STAY   KSMV  A    2 10:006:43185 m    2 .32768709402734824E+7 .1003792E-1
+   471 STAZ   KSMV  A    2 10:006:43185 m    2 .37242184548440557E+7 .9774892E-2
+   472 STAX   KUNM  A    2 10:007:14390 m    2 -.1281255878330430E+7 .2448998E-2
+   473 STAY   KUNM  A    2 10:007:14390 m    2 .56407460906281341E+7 .6956579E-2
+   474 STAZ   KUNM  A    2 10:007:14390 m    2 .26828798961026371E+7 .3718987E-2
+   475 STAX   KUUJ  A    1 10:006:43200 m    2 .77285745422193117E+6 .5677177E-2
+   476 STAY   KUUJ  A    1 10:006:43200 m    2 -.3558198767693581E+7 .1244699E-1
+   477 STAZ   KUUJ  A    1 10:006:43200 m    2 .52190959759767475E+7 .1724345E-1
+   478 STAX   LAMA  A    4 10:007:71985 m    2 .35245228349295459E+7 .2851481E-2
+   479 STAY   LAMA  A    4 10:007:71985 m    2 .13296937032900380E+7 .1564732E-2
+   480 STAZ   LAMA  A    4 10:007:71985 m    2 .51298463954589060E+7 .3676642E-2
+   481 STAX   LEBA  A    1 10:006:43185 m    2 .49141681849706807E+6 .2764184E-2
+   482 STAY   LEBA  A    1 10:006:43185 m    2 -.4908746609217195E+7 .8624214E-2
+   483 STAZ   LEBA  A    1 10:006:43185 m    2 .40294893580452087E+7 .6907471E-2
+   484 STAX   LHAZ  A    2 10:007:14387 m    2 -.1069416739175593E+6 .1272568E-2
+   485 STAY   LHAZ  A    2 10:007:14387 m    2 .55492698535737721E+7 .4333487E-2
+   486 STAZ   LHAZ  A    2 10:007:14387 m    2 .31392150833177972E+7 .2493944E-2
+   487 STAX   LMMF  A    1 10:006:43185 m    2 .29933873169725584E+7 .5140706E-2
+   488 STAY   LMMF  A    1 10:006:43185 m    2 -.5399363940285571E+7 .8175518E-2
+   489 STAZ   LMMF  A    1 10:006:43185 m    2 .15967480201953256E+7 .3269293E-2
+   490 STAX   LPAL  A    1 10:007:43185 m    2 .53266462630665358E+7 .4907787E-2
+   491 STAY   LPAL  A    1 10:007:43185 m    2 -.1719826167348682E+7 .2228237E-2
+   492 STAZ   LPAL  A    1 10:007:43185 m    2 .30520437703574323E+7 .3081893E-2
+   493 STAX   LPGS  A    1 10:007:06160 m    2 .27801030176172610E+7 .4045829E-2
+   494 STAY   LPGS  A    1 10:007:06160 m    2 -.4437418966727779E+7 .5949661E-2
+   495 STAZ   LPGS  A    1 10:007:06160 m    2 -.3629404471236606E+7 .4852360E-2
+   496 STAX   M0SE  A    1 10:006:43185 m    2 .46424324050238496E+7 .7551215E-2
+   497 STAY   M0SE  A    1 10:006:43185 m    2 .10286295284827858E+7 .2933546E-2
+   498 STAZ   M0SE  A    1 10:006:43185 m    2 .42368543058760650E+7 .7045733E-2
+   499 STAX   MAC1  A    7 10:006:86390 m    2 -.3464038705732034E+7 .2403760E-2
+   500 STAY   MAC1  A    7 10:006:86390 m    2 .13341730196624990E+7 .1450922E-2
+   501 STAZ   MAC1  A    7 10:006:86390 m    2 -.5169224079849844E+7 .3172092E-2
+   502 STAX   MADR  A    9 10:007:14392 m    2 .48492023323156377E+7 .3556416E-2
+   503 STAY   MADR  A    9 10:007:14392 m    2 -.3603288681850191E+6 .1219169E-2
+   504 STAZ   MADR  A    9 10:007:14392 m    2 .41149132681008647E+7 .2912554E-2
+   505 STAX   MAL2  A    1 10:007:14387 m    2 .48653856134477556E+7 .3701630E-2
+   506 STAY   MAL2  A    1 10:007:14387 m    2 .41107172996533425E+7 .3294753E-2
+   507 STAZ   MAL2  A    1 10:007:14387 m    2 -.3311375490784184E+6 .1308997E-2
+   508 STAX   MANA  A    2 10:007:06160 m    2 .40798187000577676E+6 .1520985E-2
+   509 STAY   MANA  A    2 10:007:06160 m    2 -.6222925704266156E+7 .5400772E-2
+   510 STAZ   MANA  A    2 10:007:06160 m    2 .13335289980568574E+7 .1809441E-2
+   511 STAX   MAR6  A    1 10:007:71990 m    2 .29981893437511479E+7 .2846260E-2
+   512 STAY   MAR6  A    1 10:007:71990 m    2 .93145185224085080E+6 .1639618E-2
+   513 STAZ   MAR6  A    1 10:007:71990 m    2 .55333987433419442E+7 .4767864E-2
+   514 STAX   MARS  A    2 10:008:43192 m    2 .46305327037421279E+7 .7710094E-2
+   515 STAY   MARS  A    2 10:008:43192 m    2 .43394640394921240E+6 .2598831E-2
+   516 STAZ   MARS  A    2 10:008:43192 m    2 .43501427880325224E+7 .6570325E-2
+   517 STAX   MAS1  A    2 10:006:86390 m    2 .54391922003393471E+7 .3551242E-2
+   518 STAY   MAS1  A    2 10:006:86390 m    2 -.1522055394350378E+7 .1470500E-2
+   519 STAZ   MAS1  A    2 10:006:86390 m    2 .29534549312970480E+7 .2080802E-2
+   520 STAX   MAT1  A    2 10:006:43185 m    2 .46419513617848521E+7 .7666858E-2
+   521 STAY   MAT1  A    2 10:006:43185 m    2 .13930537595030696E+7 .3535190E-2
+   522 STAZ   MAT1  A    2 10:006:43185 m    2 .41332809384271265E+7 .6608564E-2
+   523 STAX   MATE  A    5 10:007:06162 m    2 .46419494672332620E+7 .3429099E-2
+   524 STAY   MATE  A    5 10:007:06162 m    2 .13930455218242251E+7 .1580643E-2
+   525 STAZ   MATE  A    5 10:007:06162 m    2 .41332875396855501E+7 .2923162E-2
+   526 STAX   MAUI  A    1 10:007:43188 m    2 -.5466068960133106E+7 .3946849E-2
+   527 STAY   MAUI  A    1 10:007:43188 m    2 -.2404327768721973E+7 .2365299E-2
+   528 STAZ   MAUI  A    1 10:007:43188 m    2 .22421276055019964E+7 .2140145E-2
+   529 STAX   MAW1  A    1 10:006:86389 m    2 .11112871910645019E+7 .1560769E-2
+   530 STAY   MAW1  A    1 10:006:86389 m    2 .21689112293324838E+7 .2077440E-2
+   531 STAZ   MAW1  A    1 10:006:86389 m    2 -.5874493597858282E+7 .4458307E-2
+   532 STAX   MCIL  A    1 10:007:17268 m    2 -.5227187930203105E+7 .5430601E-2
+   533 STAY   MCIL  A    1 10:007:17268 m    2 .25518806613174966E+7 .3124219E-2
+   534 STAZ   MCIL  A    1 10:007:17268 m    2 .26076180425253059E+7 .2982349E-2
+   535 STAX   MCM4  A    3 10:007:06160 m    2 -.1311703123027320E+7 .1571776E-2
+   536 STAY   MCM4  A    3 10:007:06160 m    2 .31081494653062988E+6 .1343014E-2
+   537 STAZ   MCM4  A    3 10:007:06160 m    2 -.6213255116507530E+7 .5735721E-2
+   538 STAX   MDO1  A    3 10:007:10790 m    2 -.1329998835353140E+7 .1563895E-2
+   539 STAY   MDO1  A    3 10:007:10790 m    2 -.5328393373330269E+7 .4018620E-2
+   540 STAZ   MDO1  A    3 10:007:10790 m    2 .32365041279668487E+7 .2576686E-2
+   541 STAX   MDVJ  A    1 10:007:06160 m    2 .28454559830039884E+7 .2199377E-2
+   542 STAY   MDVJ  A    1 10:007:06160 m    2 .21609543112096251E+7 .1911585E-2
+   543 STAZ   MDVJ  A    1 10:007:06160 m    2 .52659932699380945E+7 .3606239E-2
+   544 STAX   MEDI  A    2 10:007:43185 m    2 .44614006525960378E+7 .4010247E-2
+   545 STAY   MEDI  A    2 10:007:43185 m    2 .91959368259951740E+6 .1596553E-2
+   546 STAZ   MEDI  A    2 10:007:43185 m    2 .44495048251310363E+7 .3857400E-2
+   547 STAX   METS  A    1 10:007:14390 m    2 .28925707034955719E+7 .2212361E-2
+   548 STAY   METS  A    1 10:007:14390 m    2 .13118435179050851E+7 .1435864E-2
+   549 STAZ   METS  A    1 10:007:14390 m    2 .55126341838510474E+7 .3859599E-2
+   550 STAX   METZ  A    1 10:008:43185 m    2 .28925697487191423E+7 .3509963E-2
+   551 STAY   METZ  A    1 10:008:43185 m    2 .13118437228957778E+7 .2210187E-2
+   552 STAZ   METZ  A    1 10:008:43185 m    2 .55126345733780656E+7 .5892521E-2
+   553 STAX   MIG1  A    1 10:006:43185 m    2 -.2673548346064633E+7 .5439649E-2
+   554 STAY   MIG1  A    1 10:006:43185 m    2 -.4565823193807147E+7 .8700640E-2
+   555 STAZ   MIG1  A    1 10:006:43185 m    2 .35500373388990215E+7 .6557895E-2
+   556 STAX   MIKL  A    1 10:006:43185 m    2 .36985538878673888E+7 .4975305E-2
+   557 STAY   MIKL  A    1 10:006:43185 m    2 .23086760821022540E+7 .3523737E-2
+   558 STAZ   MIKL  A    1 10:006:43185 m    2 .46397695364990905E+7 .5630247E-2
+   559 STAX   MIZU  A    5 10:007:25908 m    2 -.3857167574155901E+7 .3426407E-2
+   560 STAY   MIZU  A    5 10:007:25908 m    2 .31086950217829291E+7 .2919167E-2
+   561 STAZ   MIZU  A    5 10:007:25908 m    2 .40040416457628068E+7 .3310301E-2
+   562 STAX   MKEA  A    2 10:007:25908 m    2 -.5464105272710152E+7 .5008381E-2
+   563 STAY   MKEA  A    2 10:007:25908 m    2 -.2495166064638044E+7 .2967958E-2
+   564 STAZ   MKEA  A    2 10:007:25908 m    2 .21482913594727470E+7 .2471977E-2
+   565 STAX   MOBJ  A    2 10:007:43185 m    2 .29364245494413469E+7 .6716808E-2
+   566 STAY   MOBJ  A    2 10:007:43185 m    2 .21783741090784119E+7 .5482584E-2
+   567 STAZ   MOBJ  A    2 10:007:43185 m    2 .52088584896115568E+7 .1072258E-1
+   568 STAX   MOBS  A    1 10:006:10785 m    2 -.4130636373012807E+7 .6340492E-2
+   569 STAY   MOBS  A    1 10:006:10785 m    2 .28949531061644172E+7 .4747222E-2
+   570 STAZ   MOBS  A    1 10:006:10785 m    2 -.3890530701739212E+7 .5718769E-2
+   571 STAX   MOIU  A    1 10:006:43200 m    2 .52078113774477858E+7 .1312681E-1
+   572 STAY   MOIU  A    1 10:006:43200 m    2 .36859729265695997E+7 .1083078E-1
+   573 STAZ   MOIU  A    1 10:006:43200 m    2 .31891745191803326E+5 .3718264E-2
+   574 STAX   MONP  A    4 10:007:43185 m    2 -.2386247238443111E+7 .2512267E-2
+   575 STAY   MONP  A    4 10:007:43185 m    2 -.4802359268466146E+7 .4301715E-2
+   576 STAZ   MONP  A    4 10:007:43185 m    2 .34449023206926906E+7 .3171023E-2
+   577 STAX   MORP  A    1 10:007:71985 m    2 .36456677871944085E+7 .5042287E-2
+   578 STAY   MORP  A    1 10:007:71985 m    2 -.1072771575711014E+6 .1773560E-2
+   579 STAZ   MORP  A    1 10:007:71985 m    2 .52150535923950430E+7 .6300905E-2
+   580 STAX   MQZG  A    1 10:010:43185 m    2 -.4580569704669145E+7 .8556806E-2
+   581 STAY   MQZG  A    1 10:010:43185 m    2 .59046581548192434E+6 .3406788E-2
+   582 STAZ   MQZG  A    1 10:010:43185 m    2 -.4384379898301514E+7 .7210529E-2
+   583 STAX   MTJO  A    1 10:006:43185 m    2 -.4533815866474681E+7 .9338895E-2
+   584 STAY   MTJO  A    1 10:006:43185 m    2 .76155289816912287E+6 .3873976E-2
+   585 STAZ   MTJO  A    1 10:006:43185 m    2 -.4407673549560975E+7 .8367032E-2
+   586 STAX   MTKA  A    1 10:007:43185 m    2 -.3947762696894470E+7 .4233612E-2
+   587 STAY   MTKA  A    1 10:007:43185 m    2 .33643998577086427E+7 .3704049E-2
+   588 STAZ   MTKA  A    1 10:007:43185 m    2 .36994284552951059E+7 .3786734E-2
+   589 STAX   NAIN  A    1 10:007:71995 m    2 .16718365573835906E+7 .2651969E-2
+   590 STAY   NAIN  A    1 10:007:71995 m    2 -.3103473309472011E+7 .3830118E-2
+   591 STAZ   NAIN  A    1 10:007:71995 m    2 .52976712653858662E+7 .5985633E-2
+   592 STAX   NANO  A    2 10:007:43188 m    2 -.2335726873717443E+7 .2203641E-2
+   593 STAY   NANO  A    2 10:007:43188 m    2 -.3451608339145608E+7 .2942746E-2
+   594 STAZ   NANO  A    2 10:007:43188 m    2 .48120099276010850E+7 .3694710E-2
+   595 STAX   NEAH  A    1 10:010:43185 m    2 -.2415625634926161E+7 .5930001E-2
+   596 STAY   NEAH  A    1 10:010:43185 m    2 -.3498394097961370E+7 .7724668E-2
+   597 STAZ   NEAH  A    1 10:010:43185 m    2 .47393168422478577E+7 .9714990E-2
+   598 STAX   NETP  A    1 10:006:43185 m    2 -.5150078393837599E+6 .4435959E-2
+   599 STAY   NETP  A    1 10:006:43185 m    2 -.5515795306461686E+7 .1404279E-1
+   600 STAZ   NETP  A    1 10:006:43185 m    2 .31502984868285391E+7 .8113009E-2
+   601 STAX   NICO  A    2 10:007:14390 m    2 .43594156263463590E+7 .3019886E-2
+   602 STAY   NICO  A    2 10:007:14390 m    2 .28741171256247577E+7 .2224581E-2
+   603 STAZ   NICO  A    2 10:007:14390 m    2 .36507778910148577E+7 .2468830E-2
+   604 STAX   NIST  A    1 10:008:43185 m    2 -.1288398376524927E+7 .2386399E-2
+   605 STAY   NIST  A    1 10:008:43185 m    2 -.4721696922293499E+7 .5994248E-2
+   606 STAZ   NIST  A    1 10:008:43185 m    2 .40786253959894497E+7 .4939657E-2
+   607 STAX   NIUM  A    2 10:007:71990 m    2 -.5937160712342398E+7 .7464932E-2
+   608 STAY   NIUM  A    2 10:007:71990 m    2 -.1054675757007219E+7 .2551012E-2
+   609 STAZ   NIUM  A    2 10:007:71990 m    2 -.2071386333533844E+7 .3226824E-2
+   610 STAX   NKLG  A    1 10:007:25911 m    2 .62873857617854243E+7 .1201684E-1
+   611 STAY   NKLG  A    1 10:007:25911 m    2 .10715746407423010E+7 .3346175E-2
+   612 STAZ   NKLG  A    1 10:007:25911 m    2 .39132995661706831E+5 .2400687E-2
+   613 STAX   NNOR  A    1 10:007:43188 m    2 -.2414151916054573E+7 .3671316E-2
+   614 STAY   NNOR  A    1 10:007:43188 m    2 .49077785649267063E+7 .5982500E-2
+   615 STAZ   NNOR  A    1 10:007:43188 m    2 -.3270644715774754E+7 .3976657E-2
+   616 STAX   NOT1  A    1 10:007:43185 m    2 .49345461437058197E+7 .4213711E-2
+   617 STAY   NOT1  A    1 10:007:43185 m    2 .13212651012732850E+7 .1935407E-2
+   618 STAZ   NOT1  A    1 10:007:43185 m    2 .38064562001309679E+7 .3200670E-2
+   619 STAX   NOVM  A    1 10:007:43188 m    2 .45226095803876052E+6 .1481666E-2
+   620 STAY   NOVM  A    1 10:007:43188 m    2 .36358774842741098E+7 .3572209E-2
+   621 STAZ   NOVM  A    1 10:007:43188 m    2 .52034532200310994E+7 .4813863E-2
+   622 STAX   NRC1  A    1 10:007:06160 m    2 .11127771172015120E+7 .1262001E-2
+   623 STAY   NRC1  A    1 10:007:06160 m    2 -.4341475864392779E+7 .2840745E-2
+   624 STAZ   NRC1  A    1 10:007:06160 m    2 .45229558354600584E+7 .2778691E-2
+   625 STAX   NRIL  A    1 10:006:86392 m    2 .64537078938307372E+5 .2354412E-2
+   626 STAY   NRIL  A    1 10:006:86392 m    2 .22537828811170878E+7 .3877345E-2
+   627 STAZ   NRIL  A    1 10:006:86392 m    2 .59463635031575048E+7 .1138086E-1
+   628 STAX   NRMD  A    1 10:006:32388 m    2 -.5743537913241282E+7 .5590789E-2
+   629 STAY   NRMD  A    1 10:006:32388 m    2 .13805040367114095E+7 .2127861E-2
+   630 STAZ   NRMD  A    1 10:006:32388 m    2 -.2397896445365458E+7 .2725584E-2
+   631 STAX   NSSP  A    1 10:007:25908 m    2 .34786464884052165E+7 .3223561E-2
+   632 STAY   NSSP  A    1 10:007:25908 m    2 .34188059048416158E+7 .3062068E-2
+   633 STAZ   NSSP  A    1 10:007:25908 m    2 .40979873054713327E+7 .3405952E-2
+   634 STAX   NSSS  A    1 10:006:43185 m    2 -.2440112728980745E+7 .3887923E-2
+   635 STAY   NSSS  A    1 10:006:43185 m    2 -.4794640740961161E+7 .6657275E-2
+   636 STAZ   NSSS  A    1 10:006:43185 m    2 .34148047332734796E+7 .4776074E-2
+   637 STAX   NTUS  A    5 10:006:86390 m    2 -.1508022964774400E+7 .1622330E-2
+   638 STAY   NTUS  A    5 10:006:86390 m    2 .61955766170815015E+7 .4020275E-2
+   639 STAZ   NTUS  A    5 10:006:86390 m    2 .14879938603843845E+6 .1159065E-2
+   640 STAX   NURK  A    1 10:007:71985 m    2 .55167566026562862E+7 .7903447E-2
+   641 STAY   NURK  A    1 10:007:71985 m    2 .31966248704015436E+7 .5415854E-2
+   642 STAZ   NURK  A    1 10:007:71985 m    2 -.2150272351972891E+6 .1974896E-2
+   643 STAX   NVSK  A    2 10:007:25911 m    2 .43360543837654009E+6 .1866553E-2
+   644 STAY   NVSK  A    2 10:007:25911 m    2 .36555585609918223E+7 .5040790E-2
+   645 STAZ   NVSK  A    2 10:007:25911 m    2 .51912866958092954E+7 .6072738E-2
+   646 STAX   NYA1  A    2 10:007:25908 m    2 .12024337713074908E+7 .1395430E-2
+   647 STAY   NYA1  A    2 10:007:25908 m    2 .25263232909666598E+6 .1166586E-2
+   648 STAZ   NYA1  A    2 10:007:25908 m    2 .62377726455870429E+7 .5866951E-2
+   649 STAX   NYAL  A    3 10:007:14392 m    2 .12024304634496134E+7 .1278674E-2
+   650 STAY   NYAL  A    3 10:007:14392 m    2 .25262674717228042E+6 .1037766E-2
+   651 STAZ   NYAL  A    3 10:007:14392 m    2 .62377676687527420E+7 .5594636E-2
+   652 STAX   OBE3  A    1 10:006:43200 m    2 .41865586922877776E+7 .1137343E-1
+   653 STAY   OBE3  A    1 10:006:43200 m    2 .83502262962279399E+6 .4385322E-2
+   654 STAZ   OBE3  A    1 10:006:43200 m    2 .47237612242217707E+7 .1333734E-1
+   655 STAX   OHI2  A    1 10:007:14392 m    2 .15258119627384753E+7 .1580485E-2
+   656 STAY   OHI2  A    1 10:007:14392 m    2 -.2432478234228358E+7 .2008120E-2
+   657 STAZ   OHI2  A    1 10:007:14392 m    2 -.5676165583408738E+7 .3902634E-2
+   658 STAX   OHI3  A    1 10:007:25905 m    2 .15258091302441251E+7 .1815896E-2
+   659 STAY   OHI3  A    1 10:007:25905 m    2 -.2432478746229724E+7 .2404199E-2
+   660 STAZ   OHI3  A    1 10:007:25905 m    2 -.5676166267453225E+7 .4485168E-2
+   661 STAX   ONSA  A    3 10:007:06160 m    2 .33706584720246708E+7 .1899891E-2
+   662 STAY   ONSA  A    3 10:007:06160 m    2 .71187721229193709E+6 .9434570E-3
+   663 STAZ   ONSA  A    3 10:007:06160 m    2 .53497870056116693E+7 .2718623E-2
+   664 STAX   OPMT  A    1 10:007:64788 m    2 .42027773114353959E+7 .4497468E-2
+   665 STAY   OPMT  A    1 10:007:64788 m    2 .17136808811644057E+6 .1590676E-2
+   666 STAZ   OPMT  A    1 10:007:64788 m    2 .47786602576543167E+7 .4809977E-2
+   667 STAX   OUS2  A    3 10:007:17274 m    2 -.4387890914122530E+7 .3556204E-2
+   668 STAY   OUS2  A    3 10:007:17274 m    2 .73342060450748994E+6 .1583281E-2
+   669 STAZ   OUS2  A    3 10:007:17274 m    2 -.4555176237871532E+7 .3484777E-2
+   670 STAX   PADO  A    1 10:009:64785 m    2 .43888819442829704E+7 .7949074E-2
+   671 STAY   PADO  A    1 10:009:64785 m    2 .92456755653495959E+6 .3175992E-2
+   672 STAZ   PADO  A    1 10:009:64785 m    2 .45195887958041159E+7 .8002679E-2
+   673 STAX   PALM  A    1 10:007:71990 m    2 .11926719941912990E+7 .2072580E-2
+   674 STAY   PALM  A    1 10:007:71990 m    2 -.2450887648595818E+7 .2873269E-2
+   675 STAZ   PALM  A    1 10:007:71990 m    2 -.5747096041954051E+7 .5771186E-2
+   676 STAX   PARK  A    1 10:007:25905 m    2 -.4554254837934758E+7 .5171375E-2
+   677 STAY   PARK  A    1 10:007:25905 m    2 .28166524584253309E+7 .3504704E-2
+   678 STAZ   PARK  A    1 10:007:25905 m    2 -.3454060157468485E+7 .3991873E-2
+   679 STAX   PDEL  A    2 10:007:14390 m    2 .45515959383100532E+7 .3211097E-2
+   680 STAY   PDEL  A    2 10:007:14390 m    2 -.2186893037940703E+7 .1870667E-2
+   681 STAZ   PDEL  A    2 10:007:14390 m    2 .38834109070714316E+7 .2666514E-2
+   682 STAX   PENC  A    2 10:008:43185 m    2 .40524493906538738E+7 .4606246E-2
+   683 STAY   PENC  A    2 10:008:43185 m    2 .14176812166440403E+7 .2363131E-2
+   684 STAZ   PENC  A    2 10:008:43185 m    2 .47014071617080718E+7 .4994413E-2
+   685 STAX   PERT  A    5 10:007:06160 m    2 -.2368687577233789E+7 .2286985E-2
+   686 STAY   PERT  A    5 10:007:06160 m    2 .48813166148039689E+7 .3749646E-2
+   687 STAZ   PERT  A    5 10:007:06160 m    2 -.3341795488857104E+7 .2715227E-2
+   688 STAX   PETP  A    4 10:006:43192 m    2 -.3576239778964225E+7 .9128606E-2
+   689 STAY   PETP  A    4 10:006:43192 m    2 .14010035353143893E+7 .4277939E-2
+   690 STAZ   PETP  A    4 10:006:43192 m    2 .50751774463680480E+7 .1128354E-1
+   691 STAX   PETS  A    3 10:007:06162 m    2 -.3580828457202888E+7 .2959936E-2
+   692 STAY   PETS  A    3 10:007:06162 m    2 .13996981401524653E+7 .1850933E-2
+   693 STAZ   PETS  A    3 10:007:06162 m    2 .50721851225775275E+7 .3789466E-2
+   694 STAX   PFA2  A    1 10:006:43185 m    2 .42535598546266165E+7 .6537138E-2
+   695 STAY   PFA2  A    1 10:006:43185 m    2 .73354504476085887E+6 .2640559E-2
+   696 STAZ   PFA2  A    1 10:006:43185 m    2 .46814529118221654E+7 .6836736E-2
+   697 STAX   PGC5  A    1 10:010:43185 m    2 -.2327195069731101E+7 .5157163E-2
+   698 STAY   PGC5  A    1 10:010:43185 m    2 -.3522532641815961E+7 .7087546E-2
+   699 STAZ   PGC5  A    1 10:010:43185 m    2 .47648287973715411E+7 .8597550E-2
+   700 STAX   PICL  A    1 10:006:43200 m    2 -.1125316117975426E+5 .6322908E-2
+   701 STAY   PICL  A    1 10:006:43200 m    2 -.3980586721092890E+7 .1696627E-1
+   702 STAZ   PICL  A    1 10:006:43200 m    2 .49672102689182190E+7 .2035209E-1
+   703 STAX   PIE1  A    1 10:007:25908 m    2 -.1640916974086032E+7 .1533369E-2
+   704 STAY   PIE1  A    1 10:007:25908 m    2 -.5014781204426466E+7 .3421633E-2
+   705 STAZ   PIE1  A    1 10:007:25908 m    2 .35754470743996846E+7 .2490032E-2
+   706 STAX   PIMO  A    3 10:006:86390 m    2 -.3186293781467710E+7 .3181265E-2
+   707 STAY   PIMO  A    3 10:006:86390 m    2 .52866242931572236E+7 .4803601E-2
+   708 STAZ   PIMO  A    3 10:006:86390 m    2 .16011583201955000E+7 .1750926E-2
+   709 STAX   PIN1  A   16 10:006:43185 m    2 -.2369510754844465E+7 .4903152E-2
+   710 STAY   PIN1  A   16 10:006:43185 m    2 -.4761206912445989E+7 .8476576E-2
+   711 STAZ   PIN1  A   16 10:006:43185 m    2 .35113962843654007E+7 .6150569E-2
+   712 STAX   POL2  A    1 10:006:80217 m    2 .12399712349147706E+7 .1432641E-2
+   713 STAY   POL2  A    1 10:006:80217 m    2 .45307901166921314E+7 .3077422E-2
+   714 STAZ   POL2  A    1 10:006:80217 m    2 .43025788390188925E+7 .2878957E-2
+   715 STAX   POLV  A    1 10:007:25911 m    2 .34115572479769876E+7 .3077685E-2
+   716 STAY   POLV  A    1 10:007:25911 m    2 .23484640575685343E+7 .2346927E-2
+   717 STAZ   POLV  A    1 10:007:25911 m    2 .48343969376998013E+7 .3893055E-2
+   718 STAX   POTS  A    1 10:007:25908 m    2 .38006895486205351E+7 .2796399E-2
+   719 STAY   POTS  A    1 10:007:25908 m    2 .88207746243303013E+6 .1316749E-2
+   720 STAZ   POTS  A    1 10:007:25908 m    2 .50287913562094998E+7 .3407275E-2
+   721 STAX   POVE  A    1 10:006:86390 m    2 .27742656114388076E+7 .3645971E-2
+   722 STAY   POVE  A    1 10:006:86390 m    2 -.5662060159573402E+7 .6592805E-2
+   723 STAZ   POVE  A    1 10:006:86390 m    2 -.9594158717997653E+6 .1979570E-2
+   724 STAX   PRDS  A    3 10:007:25911 m    2 -.1659603057792452E+7 .1668544E-2
+   725 STAY   PRDS  A    3 10:007:25911 m    2 -.3676725770799200E+7 .2792597E-2
+   726 STAZ   PRDS  A    3 10:007:25911 m    2 .49254935147983478E+7 .3382453E-2
+   727 STAX   PRE1  A    1 10:006:43188 m    2 .50662320571472561E+7 .4565531E-2
+   728 STAY   PRE1  A    1 10:006:43188 m    2 .27192271191818537E+7 .2858625E-2
+   729 STAZ   PRE1  A    1 10:006:43188 m    2 -.2754392545010663E+7 .2762294E-2
+   730 STAX   PSU1  A    1 10:006:43185 m    2 .10176194900189147E+7 .2601840E-2
+   731 STAY   PSU1  A    1 10:006:43185 m    2 -.4726563006361873E+7 .6893466E-2
+   732 STAZ   PSU1  A    1 10:006:43185 m    2 .41464188403143049E+7 .6033139E-2
+   733 STAX   PTBB  A    3 10:007:43185 m    2 .38440599062783760E+7 .3943745E-2
+   734 STAY   PTBB  A    3 10:007:43185 m    2 .70966140102775267E+6 .1598561E-2
+   735 STAZ   PTBB  A    3 10:007:43185 m    2 .50231296233607410E+7 .4567349E-2
+   736 STAX   PUC1  A    1 10:006:43185 m    2 -.1748713237739334E+7 .3401593E-2
+   737 STAY   PUC1  A    1 10:006:43185 m    2 -.4601411298108429E+7 .6836890E-2
+   738 STAZ   PUC1  A    1 10:006:43185 m    2 .40448739353344343E+7 .5884931E-2
+   739 STAX   QAQ1  A    3 10:006:86390 m    2 .21709420120602730E+7 .1565876E-2
+   740 STAY   QAQ1  A    3 10:006:86390 m    2 -.2251829992429251E+7 .1570852E-2
+   741 STAZ   QAQ1  A    3 10:006:86390 m    2 .55399884044638770E+7 .3300468E-2
+   742 STAX   QIKI  A    1 10:007:43196 m    2 .10690811755893817E+7 .1525102E-2
+   743 STAY   QIKI  A    1 10:007:43196 m    2 -.2195214209375076E+7 .2046127E-2
+   744 STAZ   QIKI  A    1 10:007:43196 m    2 .58725190562438760E+7 .5096264E-2
+   745 STAX   QUIN  A    3 10:007:25911 m    2 -.2517231264058465E+7 .2089505E-2
+   746 STAY   QUIN  A    3 10:007:25911 m    2 -.4198595057899257E+7 .3119115E-2
+   747 STAZ   QUIN  A    3 10:007:25911 m    2 .40765312123256330E+7 .2833989E-2
+   748 STAX   RABT  A    1 10:007:06160 m    2 .52556176416128408E+7 .3934082E-2
+   749 STAY   RABT  A    1 10:007:06160 m    2 -.6317456007988136E+6 .1315973E-2
+   750 STAZ   RABT  A    1 10:007:06160 m    2 .35463226210272852E+7 .2688812E-2
+   751 STAX   RAMO  A    3 10:007:06160 m    2 .45147217532889787E+7 .3253836E-2
+   752 STAY   RAMO  A    3 10:007:06160 m    2 .31335079124830319E+7 .2485412E-2
+   753 STAZ   RAMO  A    3 10:007:06160 m    2 .32280247974923039E+7 .2432038E-2
+   754 STAX   RCMV  A    1 10:005:43185 m    2 .96131762027438893E+6 .4613740E-2
+   755 STAY   RCMV  A    1 10:005:43185 m    2 -.5674054831232142E+7 .1729503E-1
+   756 STAZ   RCMV  A    1 10:005:43185 m    2 .27405637871640907E+7 .9008284E-2
+   757 STAX   RECF  A    1 10:006:43190 m    2 .51765886159903090E+7 .5495053E-2
+   758 STAY   RECF  A    1 10:006:43190 m    2 -.3618162175322075E+7 .4156851E-2
+   759 STAZ   RECF  A    1 10:006:43190 m    2 -.8873637919051413E+6 .1814006E-2
+   760 STAX   REDU  A    1 10:008:43185 m    2 .40914232944329879E+7 .7295693E-2
+   761 STAY   REDU  A    1 10:008:43185 m    2 .36838067435883655E+6 .2245828E-2
+   762 STAZ   REDU  A    1 10:008:43185 m    2 .48631798601107933E+7 .8203080E-2
+   763 STAX   RESO  A    1 10:007:43192 m    2 -.1441076913072701E+6 .1471401E-2
+   764 STAY   RESO  A    1 10:007:43192 m    2 -.1683119818333076E+7 .2087646E-2
+   765 STAZ   RESO  A    1 10:007:43192 m    2 .61297633003579360E+7 .7285090E-2
+   766 STAX   REUN  A    2 10:006:43191 m    2 .33640990486246753E+7 .3799293E-2
+   767 STAY   REUN  A    2 10:006:43191 m    2 .49079445507233562E+7 .5043265E-2
+   768 STAZ   REUN  A    2 10:006:43191 m    2 -.2293466805424875E+7 .2675208E-2
+   769 STAX   REYK  A    4 10:007:14387 m    2 .25873842035688539E+7 .1896881E-2
+   770 STAY   REYK  A    4 10:007:14387 m    2 -.1043033538276779E+7 .1247330E-2
+   771 STAZ   REYK  A    4 10:007:14387 m    2 .57165640854889750E+7 .3866127E-2
+   772 STAX   RIGA  A    1 10:008:43185 m    2 .31838991050879266E+7 .3530287E-2
+   773 STAY   RIGA  A    1 10:008:43185 m    2 .14214785623779120E+7 .2201709E-2
+   774 STAZ   RIGA  A    1 10:008:43185 m    2 .53228108365107784E+7 .5504529E-2
+   775 STAX   RIO2  A    1 10:006:43195 m    2 .14299078284749247E+7 .2249074E-2
+   776 STAY   RIO2  A    1 10:006:43195 m    2 -.3495354862046176E+7 .3841136E-2
+   777 STAZ   RIO2  A    1 10:006:43195 m    2 -.5122698606804708E+7 .5255956E-2
+   778 STAX   RIOP  A    1 10:006:43190 m    2 .12551449648748904E+7 .1767170E-2
+   779 STAY   RIOP  A    1 10:006:43190 m    2 -.6253609454880441E+7 .4966396E-2
+   780 STAZ   RIOP  A    1 10:006:43190 m    2 -.1825698028745618E+6 .1307803E-2
+   781 STAX   ROAP  A    1 10:010:43185 m    2 .51055096854578489E+7 .9440035E-2
+   782 STAY   ROAP  A    1 10:010:43185 m    2 -.5552005748613587E+6 .3150995E-2
+   783 STAZ   ROAP  A    1 10:010:43185 m    2 .37697902580510951E+7 .6982517E-2
+   784 STAX   ROSA  A    1 10:006:43185 m    2 .35515204937910042E+7 .7505996E-2
+   785 STAY   ROSA  A    1 10:006:43185 m    2 -.4704836160098538E+7 .9008558E-2
+   786 STAZ   ROSA  A    1 10:006:43185 m    2 -.2428155611960235E+7 .5434504E-2
+   787 STAX   SALU  A    1 10:006:57590 m    2 .45669478849026784E+7 .5819238E-2
+   788 STAY   SALU  A    1 10:006:57590 m    2 -.4443098526667241E+7 .5684079E-2
+   789 STAZ   SALU  A    1 10:006:57590 m    2 -.2866746825403523E+6 .1799440E-2
+   790 STAX   SANT  A    3 10:007:14390 m    2 .17696936409403456E+7 .2210087E-2
+   791 STAY   SANT  A    3 10:007:14390 m    2 -.5044574185271462E+7 .4616441E-2
+   792 STAZ   SANT  A    3 10:007:14390 m    2 -.3468320877066830E+7 .3186299E-2
+   793 STAX   SASK  A    1 10:006:43200 m    2 -.1106129783760008E+7 .3714662E-2
+   794 STAY   SASK  A    1 10:006:43200 m    2 -.3758704899583337E+7 .7537563E-2
+   795 STAZ   SASK  A    1 10:006:43200 m    2 .50166754935973575E+7 .9733806E-2
+   796 STAX   SAVO  A    1 10:006:43185 m    2 .48702837506003138E+7 .6872987E-2
+   797 STAY   SAVO  A    1 10:006:43185 m    2 -.3864605319596366E+7 .5773349E-2
+   798 STAZ   SAVO  A    1 10:006:43185 m    2 -.1418872500968588E+7 .2734869E-2
+   799 STAX   SCH2  A    2 10:006:51831 m    2 .14486366796073872E+7 .1673883E-2
+   800 STAY   SCH2  A    2 10:006:51831 m    2 -.3385243714997116E+7 .2900561E-2
+   801 STAZ   SCH2  A    2 10:006:51831 m    2 .51910470901633473E+7 .4108750E-2
+   802 STAX   SCOR  A    1 10:006:43190 m    2 .19820959789385267E+7 .2465139E-2
+   803 STAY   SCOR  A    1 10:006:43190 m    2 -.7988209882393053E+6 .1678246E-2
+   804 STAZ   SCOR  A    1 10:006:43190 m    2 .59894645753711807E+7 .6631556E-2
+   805 STAX   SCUB  A    1 10:007:06162 m    2 .14745380619859190E+7 .1592839E-2
+   806 STAY   SCUB  A    1 10:007:06162 m    2 -.5811243278132332E+7 .4033393E-2
+   807 STAZ   SCUB  A    1 10:007:06162 m    2 .21689588414828195E+7 .1902344E-2
+   808 STAX   SEAT  A    1 10:010:43185 m    2 -.2300593635188920E+7 .4613191E-2
+   809 STAY   SEAT  A    1 10:010:43185 m    2 -.3637846999683526E+7 .6770357E-2
+   810 STAZ   SEAT  A    1 10:010:43185 m    2 .46910791931385780E+7 .7772296E-2
+   811 STAX   SELE  A    1 10:008:14385 m    2 .10467904711209068E+7 .2405381E-2
+   812 STAY   SELE  A    1 10:008:14385 m    2 .45402570996961938E+7 .6143588E-2
+   813 STAZ   SELE  A    1 10:008:14385 m    2 .43429208031288777E+7 .5672519E-2
+   814 STAX   SFDM  A    1 10:006:43185 m    2 -.2532676556180940E+7 .7256982E-2
+   815 STAY   SFDM  A    1 10:006:43185 m    2 -.4615598738044154E+7 .1197635E-1
+   816 STAZ   SFDM  A    1 10:006:43185 m    2 .35887813722097338E+7 .8199767E-2
+   817 STAX   SFER  A    5 10:007:14390 m    2 .51055189678151896E+7 .3928735E-2
+   818 STAY   SFER  A    5 10:007:14390 m    2 -.5551457889730552E+6 .1353571E-2
+   819 STAZ   SFER  A    5 10:007:14390 m    2 .37698034452603720E+7 .2905130E-2
+   820 STAX   SHAO  A    1 10:007:25911 m    2 -.2831733658908109E+7 .2747313E-2
+   821 STAY   SHAO  A    1 10:007:25911 m    2 .46756658923749458E+7 .4001943E-2
+   822 STAZ   SHAO  A    1 10:007:25911 m    2 .32753693618428097E+7 .2940412E-2
+   823 STAX   SIO3  A   11 10:007:43188 m    2 -.2455456898149264E+7 .2983118E-2
+   824 STAY   SIO3  A   11 10:007:43188 m    2 -.4767480337365245E+7 .5380557E-2
+   825 STAZ   SIO3  A   11 10:007:43188 m    2 .34413838491446967E+7 .3738120E-2
+   826 STAX   SIO5  A    1 10:006:43185 m    2 -.2456115183785587E+7 .3545747E-2
+   827 STAY   SIO5  A    1 10:006:43185 m    2 -.4768905749493009E+7 .5969159E-2
+   828 STAZ   SIO5  A    1 10:006:43185 m    2 .34392324695607964E+7 .4438221E-2
+   829 STAX   SJDV  A    2 10:010:43185 m    2 .44334697937521078E+7 .6037242E-2
+   830 STAY   SJDV  A    2 10:010:43185 m    2 .36267291635984613E+6 .2201408E-2
+   831 STAZ   SJDV  A    2 10:010:43185 m    2 .45562117685153894E+7 .5839810E-2
+   832 STAX   SNI1  A    3 10:007:71985 m    2 -.2631346941930832E+7 .2496559E-2
+   833 STAY   SNI1  A    3 10:007:71985 m    2 -.4646278535722062E+7 .3953277E-2
+   834 STAZ   SNI1  A    3 10:007:71985 m    2 .34771134978138544E+7 .2991514E-2
+   835 STAX   SOFI  A    1 10:007:14390 m    2 .43193720076571479E+7 .3392553E-2
+   836 STAY   SOFI  A    1 10:007:14390 m    2 .18686878710756425E+7 .1887237E-2
+   837 STAZ   SOFI  A    1 10:007:14390 m    2 .42920639786925428E+7 .3181545E-2
+   838 STAX   SPK1  A    2 10:006:43185 m    2 -.2535991985644761E+7 .7383281E-2
+   839 STAY   SPK1  A    2 10:006:43185 m    2 -.4642434918082275E+7 .1203935E-1
+   840 STAZ   SPK1  A    2 10:006:43185 m    2 .35521482919451133E+7 .8885476E-2
+   841 STAX   SPMX  A    3 10:006:43185 m    2 -.2352721196286498E+7 .7216509E-2
+   842 STAY   SPMX  A    3 10:006:43185 m    2 -.4940155365631416E+7 .1310498E-1
+   843 STAZ   SPMX  A    3 10:006:43185 m    2 .32715986037262715E+7 .8298265E-2
+   844 STAX   SPT0  A    1 10:008:43185 m    2 .33289844612355838E+7 .3503902E-2
+   845 STAY   SPT0  A    1 10:008:43185 m    2 .76191033950733382E+6 .1703623E-2
+   846 STAZ   SPT0  A    1 10:008:43185 m    2 .53690337510074927E+7 .4925121E-2
+   847 STAX   SRS1  A    1 10:006:43185 m    2 -.2651739263800357E+7 .7528691E-2
+   848 STAY   SRS1  A    1 10:006:43185 m    2 -.4580896639768807E+7 .1194599E-1
+   849 STAZ   SRS1  A    1 10:006:43185 m    2 .35468834440944707E+7 .8872303E-2
+   850 STAX   STJO  A    4 10:006:86390 m    2 .26126310069544422E+7 .1636597E-2
+   851 STAY   STJO  A    4 10:006:86390 m    2 -.3426807051539415E+7 .1996005E-2
+   852 STAZ   STJO  A    4 10:006:86390 m    2 .46867579252560977E+7 .2447598E-2
+   853 STAX   STK2  A    2 10:007:67195 m    2 -.3642161300009409E+7 .4623913E-2
+   854 STAY   STK2  A    2 10:007:67195 m    2 .28614878533356665E+7 .3886482E-2
+   855 STAZ   STK2  A    2 10:007:67195 m    2 .43703513118777396E+7 .5075059E-2
+   856 STAX   STR1  A    1 10:007:71985 m    2 -.4467102842494621E+7 .5857180E-2
+   857 STAY   STR1  A    1 10:007:71985 m    2 .26830394816051768E+7 .3932670E-2
+   858 STAZ   STR1  A    1 10:007:71985 m    2 -.3666949215645617E+7 .4711289E-2
+   859 STAX   STR2  A    1 10:007:43185 m    2 -.4467074893955978E+7 .5014859E-2
+   860 STAY   STR2  A    1 10:007:43185 m    2 .26830118553281301E+7 .3396971E-2
+   861 STAZ   STR2  A    1 10:007:43185 m    2 -.3667007514208997E+7 .4036744E-2
+   862 STAX   SULP  A    1 10:007:71990 m    2 .37652969046261148E+7 .5400731E-2
+   863 STAY   SULP  A    1 10:007:71990 m    2 .16775592838451117E+7 .2939429E-2
+   864 STAZ   SULP  A    1 10:007:71990 m    2 .48512974558322458E+7 .6177173E-2
+   865 STAX   SUNM  A    1 10:005:86388 m    2 -.5046794137794601E+7 .1228278E-1
+   866 STAY   SUNM  A    1 10:005:86388 m    2 .25675546302694893E+7 .6670879E-2
+   867 STAZ   SUNM  A    1 10:005:86388 m    2 -.2926027567523727E+7 .7584977E-2
+   868 STAX   SUTH  A    1 10:006:86390 m    2 .50412748727512704E+7 .3849395E-2
+   869 STAY   SUTH  A    1 10:006:86390 m    2 .19160542522848803E+7 .2061469E-2
+   870 STAZ   SUTH  A    1 10:006:86390 m    2 -.3397075867232772E+7 .2675165E-2
+   871 STAX   SUTM  A    1 10:007:43192 m    2 .50411902429730855E+7 .4839963E-2
+   872 STAY   SUTM  A    1 10:007:43192 m    2 .19160672422779363E+7 .2604731E-2
+   873 STAZ   SUTM  A    1 10:007:43192 m    2 -.3397189326924786E+7 .3400804E-2
+   874 STAX   SUWN  A    3 10:007:43188 m    2 -.3062022996844969E+7 .3405862E-2
+   875 STAY   SUWN  A    3 10:007:43188 m    2 .40554479686117475E+7 .4043326E-2
+   876 STAZ   SUWN  A    3 10:007:43188 m    2 .38418182237298503E+7 .3515055E-2
+   877 STAX   SVTL  A    1 10:008:43185 m    2 .27301552655143477E+7 .3242051E-2
+   878 STAY   SVTL  A    1 10:008:43185 m    2 .15623648051626412E+7 .2274942E-2
+   879 STAZ   SVTL  A    1 10:008:43185 m    2 .55299893127510212E+7 .5697129E-2
+   880 STAX   SYDN  A    1 10:006:43185 m    2 -.4648240518177290E+7 .5178331E-2
+   881 STAY   SYDN  A    1 10:006:43185 m    2 .25606364708138378E+7 .3256239E-2
+   882 STAZ   SYDN  A    1 10:006:43185 m    2 -.3526318254176649E+7 .4123756E-2
+   883 STAX   SYOG  A    1 10:006:86390 m    2 .17662078966817139E+7 .1696662E-2
+   884 STAY   SYOG  A    1 10:006:86390 m    2 .14602903327009911E+7 .1612830E-2
+   885 STAZ   SYOG  A    1 10:006:86390 m    2 -.5932297675425194E+7 .4528489E-2
+   886 STAX   TABL  A    1 10:005:43185 m    2 -.2448550154834753E+7 .8138088E-2
+   887 STAY   TABL  A    1 10:005:43185 m    2 -.4668099051673193E+7 .1430496E-1
+   888 STAZ   TABL  A    1 10:005:43185 m    2 .35827410381929558E+7 .1130721E-1
+   889 STAX   TAH1  A    1 10:006:43190 m    2 -.5246404159990042E+7 .6185392E-2
+   890 STAY   TAH1  A    1 10:006:43190 m    2 -.3077285054353726E+7 .3949192E-2
+   891 STAZ   TAH1  A    1 10:006:43190 m    2 -.1913839128980431E+7 .2788951E-2
+   892 STAX   TAH2  A    1 10:006:43185 m    2 -.5246404161303345E+7 .1298235E-1
+   893 STAY   TAH2  A    1 10:006:43185 m    2 -.3077285051042818E+7 .8370677E-2
+   894 STAZ   TAH2  A    1 10:006:43185 m    2 -.1913839129000643E+7 .6086218E-2
+   895 STAX   TASH  A    1 10:007:86385 m    2 .16959450607144018E+7 .8810741E-2
+   896 STAY   TASH  A    1 10:007:86385 m    2 .44871385930653047E+7 .2055428E-1
+   897 STAZ   TASH  A    1 10:007:86385 m    2 .41901407197830672E+7 .1910022E-1
+   898 STAX   TCMS  A    1 10:008:43185 m    2 -.2982783080890488E+7 .5251395E-2
+   899 STAY   TCMS  A    1 10:008:43185 m    2 .49666600397354616E+7 .7945933E-2
+   900 STAZ   TCMS  A    1 10:008:43185 m    2 .26588094063584590E+7 .4578647E-2
+   901 STAX   TEHN  A    1 10:006:43192 m    2 .32404991756675313E+7 .4204020E-2
+   902 STAY   TEHN  A    1 10:006:43192 m    2 .40497403790337485E+7 .5007540E-2
+   903 STAZ   TEHN  A    1 10:006:43192 m    2 .37016631494285455E+7 .4420632E-2
+   904 STAX   TELA  A    1 10:008:43185 m    2 .44435352809600309E+7 .4886033E-2
+   905 STAY   TELA  A    1 10:008:43185 m    2 .30861409632619829E+7 .3627911E-2
+   906 STAZ   TELA  A    1 10:008:43185 m    2 .33668543262460809E+7 .3830823E-2
+   907 STAX   THU3  A    2 10:006:77132 m    2 .53809343585072085E+6 .9608142E-3
+   908 STAY   THU3  A    2 10:006:77132 m    2 -.1389088072662544E+7 .1170606E-2
+   909 STAZ   THU3  A    2 10:006:77132 m    2 .61809792798485318E+7 .4391727E-2
+   910 STAX   TIDB  A    2 10:007:06162 m    2 -.4460996605824832E+7 .3260311E-2
+   911 STAY   TIDB  A    2 10:007:06162 m    2 .26825570877784356E+7 .2261122E-2
+   912 STAZ   TIDB  A    2 10:007:06162 m    2 -.3674443099099875E+7 .2698923E-2
+   913 STAX   TIXI  A    1 10:006:43185 m    2 -.1264873291788477E+7 .5299396E-2
+   914 STAY   TIXI  A    1 10:006:43185 m    2 .15694557765523901E+7 .5979092E-2
+   915 STAZ   TIXI  A    1 10:006:43185 m    2 .60310034096769821E+7 .1984960E-1
+   916 STAX   TIXJ  A    2 10:006:43185 m    2 -.1264873179736860E+7 .1904684E-2
+   917 STAY   TIXJ  A    2 10:006:43185 m    2 .15694572305799853E+7 .2263249E-2
+   918 STAZ   TIXJ  A    2 10:006:43185 m    2 .60310030660780575E+7 .8022317E-2
+   919 STAX   TLSE  A    1 10:007:43188 m    2 .46278517740390720E+7 .4653131E-2
+   920 STAY   TLSE  A    1 10:007:43188 m    2 .11964011735868151E+6 .1571574E-2
+   921 STAZ   TLSE  A    1 10:007:43188 m    2 .43729936100657284E+7 .4173274E-2
+   922 STAX   TORP  A    2 10:006:43185 m    2 -.2517894599274799E+7 .7125331E-2
+   923 STAY   TORP  A    2 10:006:43185 m    2 -.4670259839697951E+7 .1173075E-1
+   924 STAZ   TORP  A    2 10:006:43185 m    2 .35278276571459821E+7 .8721112E-2
+   925 STAX   TOW2  A    1 10:007:06160 m    2 -.5054583109687462E+7 .4247694E-2
+   926 STAY   TOW2  A    1 10:007:06160 m    2 .32755042732580570E+7 .2971684E-2
+   927 STAZ   TOW2  A    1 10:007:06160 m    2 -.2091539015807619E+7 .2139685E-2
+   928 STAX   TRDS  A    1 10:010:43185 m    2 .28201707850212115E+7 .3729089E-2
+   929 STAY   TRDS  A    1 10:010:43185 m    2 .51348611379786191E+6 .2166995E-2
+   930 STAZ   TRDS  A    1 10:010:43185 m    2 .56789360608773930E+7 .6815716E-2
+   931 STAX   TRO1  A    5 10:007:25908 m    2 .21029283941965727E+7 .1967441E-2
+   932 STAY   TRO1  A    5 10:007:25908 m    2 .72161950276105700E+6 .1325030E-2
+   933 STAZ   TRO1  A    5 10:007:25908 m    2 .59581962978474870E+7 .5163482E-2
+   934 STAX   TSEA  A    1 10:006:43185 m    2 -.2666155297309934E+7 .3850180E-2
+   935 STAY   TSEA  A    1 10:006:43185 m    2 -.1545828511873542E+7 .2678523E-2
+   936 STAZ   TSEA  A    1 10:006:43185 m    2 .55654702557975389E+7 .7325939E-2
+   937 STAX   TSK2  A    1 10:010:43185 m    2 -.3957184135095761E+7 .7206800E-2
+   938 STAY   TSK2  A    1 10:010:43185 m    2 .33102317370645013E+7 .6340560E-2
+   939 STAZ   TSK2  A    1 10:010:43185 m    2 .37377039601810221E+7 .6498296E-2
+   940 STAX   TSKB  A    3 10:007:14390 m    2 -.3957199268124988E+7 .3269781E-2
+   941 STAY   TSKB  A    3 10:007:14390 m    2 .33101997404314973E+7 .2807981E-2
+   942 STAZ   TSKB  A    3 10:007:14390 m    2 .37377116383067043E+7 .2926978E-2
+   943 STAX   TUBI  A    1 10:006:43200 m    2 .42113172552813916E+7 .2555686E-1
+   944 STAY   TUBI  A    1 10:006:43200 m    2 .23778659818432098E+7 .1730149E-1
+   945 STAZ   TUBI  A    1 10:006:43200 m    2 .41446633179768575E+7 .2643877E-1
+   946 STAX   TUKT  A    1 10:010:43185 m    2 -.1532091449561486E+7 .3307267E-2
+   947 STAY   TUKT  A    1 10:010:43185 m    2 -.1643291719009336E+7 .3397631E-2
+   948 STAZ   TUKT  A    1 10:010:43185 m    2 .59493159154506270E+7 .9439394E-2
+   949 STAX   TXES  A    1 10:006:64785 m    2 -.6443430072216095E+6 .2367675E-2
+   950 STAY   TXES  A    1 10:006:64785 m    2 -.5353724688539177E+7 .8083491E-2
+   951 STAZ   TXES  A    1 10:006:64785 m    2 .33952151942831096E+7 .5136296E-2
+   952 STAX   UCLU  A    3 10:010:43185 m    2 -.2440669107405969E+7 .4693720E-2
+   953 STAY   UCLU  A    3 10:010:43185 m    2 -.3416437091999046E+7 .6172171E-2
+   954 STAZ   UCLU  A    3 10:010:43185 m    2 .47851368259000359E+7 .7699336E-2
+   955 STAX   UFPR  A    1 10:006:43185 m    2 .37637516764187473E+7 .5262052E-2
+   956 STAY   UFPR  A    1 10:006:43185 m    2 -.4365113874649869E+7 .6173222E-2
+   957 STAZ   UFPR  A    1 10:006:43185 m    2 -.2724404594360156E+7 .4164326E-2
+   958 STAX   ULAB  A    1 10:007:25911 m    2 -.1257408683967356E+7 .1766446E-2
+   959 STAY   ULAB  A    1 10:007:25911 m    2 .40994043360062279E+7 .3554338E-2
+   960 STAZ   ULAB  A    1 10:007:25911 m    2 .47079925958481077E+7 .3939780E-2
+   961 STAX   UNBJ  A    1 10:006:43192 m    2 .17612880445055261E+7 .2046626E-2
+   962 STAY   UNBJ  A    1 10:006:43192 m    2 -.4078238514430002E+7 .3617649E-2
+   963 STAZ   UNBJ  A    1 10:006:43192 m    2 .45614177625850160E+7 .3897829E-2
+   964 STAX   UNIV  A    1 10:006:43185 m    2 .46232344859843724E+6 .3687213E-2
+   965 STAY   UNIV  A    1 10:006:43185 m    2 -.4703239119199731E+7 .1128885E-1
+   966 STAZ   UNIV  A    1 10:006:43185 m    2 .42693054678592067E+7 .9875232E-2
+   967 STAX   USN3  A    1 10:007:43188 m    2 .11121620582349510E+7 .1721080E-2
+   968 STAY   USN3  A    1 10:007:43188 m    2 -.4842853532574437E+7 .4134738E-2
+   969 STAZ   USN3  A    1 10:007:43188 m    2 .39854960196988736E+7 .3327754E-2
+   970 STAX   USUD  A    2 10:007:43188 m    2 -.3855263040416819E+7 .4531735E-2
+   971 STAY   USUD  A    2 10:007:43188 m    2 .34274325584423817E+7 .3569930E-2
+   972 STAZ   USUD  A    2 10:007:43188 m    2 .37410202660919800E+7 .3835454E-2
+   973 STAX   UZHL  A    1 10:007:64792 m    2 .39075873722268459E+7 .8271897E-2
+   974 STAY   UZHL  A    1 10:007:64792 m    2 .16024287805113744E+7 .4368405E-2
+   975 STAZ   UZHL  A    1 10:007:64792 m    2 .47637838119365741E+7 .9619454E-2
+   976 STAX   VAAS  A    1 10:008:43185 m    2 .26998642694519968E+7 .4540265E-2
+   977 STAY   VAAS  A    1 10:008:43185 m    2 .10782640867741397E+7 .2801024E-2
+   978 STAZ   VAAS  A    1 10:008:43185 m    2 .56580649613757133E+7 .8731821E-2
+   979 STAX   VACS  A    1 10:005:86390 m    2 .32159470388334929E+7 .4522994E-2
+   980 STAY   VACS  A    1 10:005:86390 m    2 .50474496594982771E+7 .6818821E-2
+   981 STAZ   VACS  A    1 10:005:86390 m    2 -.2198718266331587E+7 .3438082E-2
+   982 STAX   VALD  A    1 10:006:43200 m    2 .91907571967617213E+6 .9237006E-2
+   983 STAY   VALD  A    1 10:006:43200 m    2 -.4167766287318356E+7 .2060456E-1
+   984 STAZ   VALD  A    1 10:006:43200 m    2 .47243235906731840E+7 .2251154E-1
+   985 STAX   VESL  A    1 10:007:67875 m    2 .20093298380208176E+7 .2636991E-2
+   986 STAY   VESL  A    1 10:007:67875 m    2 -.9974147649534137E+5 .1839464E-2
+   987 STAZ   VESL  A    1 10:007:67875 m    2 -.6033158415496207E+7 .7440952E-2
+   988 STAX   VILL  A    5 10:007:14387 m    2 .48498336508154776E+7 .4118463E-2
+   989 STAY   VILL  A    5 10:007:14387 m    2 -.3350489266414999E+6 .1291994E-2
+   990 STAZ   VILL  A    5 10:007:14387 m    2 .41160150006697034E+7 .3485617E-2
+   991 STAX   VIS0  A    1 10:010:43185 m    2 .32464701769197830E+7 .4401200E-2
+   992 STAY   VIS0  A    1 10:010:43185 m    2 .10779005862489748E+7 .2373531E-2
+   993 STAZ   VIS0  A    1 10:010:43185 m    2 .53652781506565809E+7 .6291488E-2
+   994 STAX   VNDP  A    8 10:009:64785 m    2 -.2678090304190401E+7 .5041816E-2
+   995 STAY   VNDP  A    8 10:009:64785 m    2 -.4525437216303680E+7 .7983620E-2
+   996 STAZ   VNDP  A    8 10:009:64785 m    2 .35974318156539728E+7 .6100185E-2
+   997 STAX   VTIS  A    1 10:010:43185 m    2 -.2517409268365026E+7 .4376443E-2
+   998 STAY   VTIS  A    1 10:010:43185 m    2 -.4676543974644736E+7 .7168801E-2
+   999 STAZ   VTIS  A    1 10:010:43185 m    2 .35200103464082675E+7 .5479510E-2
+  1000 STAX   VTSP  A    1 10:006:43185 m    2 .14002240493092788E+7 .3433034E-2
+  1001 STAY   VTSP  A    1 10:006:43185 m    2 -.4434888804994047E+7 .7052802E-2
+  1002 STAZ   VTSP  A    1 10:006:43185 m    2 .43504248243349968E+7 .6782209E-2
+  1003 STAX   WAB2  A    1 10:006:43190 m    2 .43273183339089761E+7 .3497767E-2
+  1004 STAY   WAB2  A    1 10:006:43190 m    2 .56695583160240401E+6 .1341803E-2
+  1005 STAZ   WAB2  A    1 10:006:43190 m    2 .46364258335421607E+7 .3556848E-2
+  1006 STAX   WDC3  A    1 10:006:43190 m    2 .11121601617094697E+7 .1422891E-2
+  1007 STAY   WDC3  A    1 10:006:43190 m    2 -.4842854198057927E+7 .3400828E-2
+  1008 STAZ   WDC3  A    1 10:006:43190 m    2 .39854963498096536E+7 .2758671E-2
+  1009 STAX   WGTN  A    1 10:010:43185 m    2 -.4777269587348609E+7 .7091705E-2
+  1010 STAY   WGTN  A    1 10:010:43185 m    2 .43427033543572476E+6 .2721483E-2
+  1011 STAZ   WGTN  A    1 10:010:43185 m    2 -.4189484298029600E+7 .6012061E-2
+  1012 STAX   WGTT  A    1 10:010:43185 m    2 -.4779508156752609E+7 .9493956E-2
+  1013 STAY   WGTT  A    1 10:010:43185 m    2 .43651757189971866E+6 .3423208E-2
+  1014 STAZ   WGTT  A    1 10:010:43185 m    2 -.4186740918322683E+7 .7802404E-2
+  1015 STAX   WHIT  A    1 10:007:06162 m    2 -.2218338025956971E+7 .1561739E-2
+  1016 STAY   WHIT  A    1 10:007:06162 m    2 -.2201205122848881E+7 .1613127E-2
+  1017 STAZ   WHIT  A    1 10:007:06162 m    2 .55430575188940950E+7 .3258795E-2
+  1018 STAX   WILL  A    1 10:007:25908 m    2 -.2084258232501345E+7 .1855086E-2
+  1019 STAY   WILL  A    1 10:007:25908 m    2 -.3313873001104410E+7 .2562961E-2
+  1020 STAZ   WILL  A    1 10:007:25908 m    2 .50198530255165100E+7 .3376010E-2
+  1021 STAX   WIND  A    1 10:006:43190 m    2 .56337087886146698E+7 .5952457E-2
+  1022 STAY   WIND  A    1 10:006:43190 m    2 .17320178230032967E+7 .2714966E-2
+  1023 STAZ   WIND  A    1 10:006:43190 m    2 -.2433985688268647E+7 .2981474E-2
+  1024 STAX   WNFL  A    1 10:006:43185 m    2 -.2630637883585499E+6 .7873956E-2
+  1025 STAY   WNFL  A    1 10:006:43185 m    2 -.5413757155290582E+7 .3747609E-1
+  1026 STAZ   WNFL  A    1 10:006:43185 m    2 .33507967312936895E+7 .2372871E-1
+  1027 STAX   WROC  A    2 10:008:43185 m    2 .38357512159774932E+7 .3872887E-2
+  1028 STAY   WROC  A    2 10:008:43185 m    2 .11772500418888312E+7 .1882620E-2
+  1029 STAZ   WROC  A    2 10:008:43185 m    2 .49416052894812888E+7 .4509921E-2
+  1030 STAX   WSRT  A    1 10:007:14390 m    2 .38287357903566035E+7 .1928329E-2
+  1031 STAY   WSRT  A    1 10:007:14390 m    2 .44330503726742289E+6 .8891539E-3
+  1032 STAZ   WSRT  A    1 10:007:14390 m    2 .50648847605769336E+7 .2340845E-2
+  1033 STAX   WTZA  A    1 10:006:43185 m    2 .40755782893217406E+7 .5525146E-2
+  1034 STAY   WTZA  A    1 10:006:43185 m    2 .93185288985028060E+6 .2543162E-2
+  1035 STAZ   WTZA  A    1 10:006:43185 m    2 .48015700853613904E+7 .6095644E-2
+  1036 STAX   WTZJ  A    1 10:006:43192 m    2 .40755798021965572E+7 .5359014E-2
+  1037 STAY   WTZJ  A    1 10:006:43192 m    2 .93185545388895401E+6 .2365082E-2
+  1038 STAZ   WTZJ  A    1 10:006:43192 m    2 .48015683049653322E+7 .6023402E-2
+  1039 STAX   WTZR  A    3 10:006:43190 m    2 .40755804715464306E+7 .2994429E-2
+  1040 STAY   WTZR  A    3 10:006:43190 m    2 .93185388379584777E+6 .1291941E-2
+  1041 STAZ   WTZR  A    3 10:006:43190 m    2 .48015681813594354E+7 .3351124E-2
+  1042 STAX   WTZS  A    1 10:010:43185 m    2 .40755351124762488E+7 .4859247E-2
+  1043 STAY   WTZS  A    1 10:010:43185 m    2 .93182241409707314E+6 .2127071E-2
+  1044 STAZ   WTZS  A    1 10:010:43185 m    2 .48016090618922450E+7 .5207616E-2
+  1045 STAX   WTZZ  A    1 10:008:43185 m    2 .40755793476745319E+7 .4001962E-2
+  1046 STAY   WTZZ  A    1 10:008:43185 m    2 .93185319796865340E+6 .1771938E-2
+  1047 STAZ   WTZZ  A    1 10:008:43185 m    2 .48015690848153681E+7 .4428349E-2
+  1048 STAX   WUHN  A    4 10:007:37017 m    2 -.2267749584477792E+7 .2326522E-2
+  1049 STAY   WUHN  A    4 10:007:37017 m    2 .50091542562395539E+7 .4227264E-2
+  1050 STAZ   WUHN  A    4 10:007:37017 m    2 .32212906522529400E+7 .2773997E-2
+  1051 STAX   XIAN  A    1 10:006:43200 m    2 -.1735212910662537E+7 .6938672E-2
+  1052 STAY   XIAN  A    1 10:006:43200 m    2 .49768400256616371E+7 .1463988E-1
+  1053 STAZ   XIAN  A    1 10:006:43200 m    2 .35805382382784127E+7 .1250738E-1
+  1054 STAX   XMIS  A    1 10:007:14387 m    2 -.1696344340131403E+7 .2205767E-2
+  1055 STAY   XMIS  A    1 10:007:14387 m    2 .60395900268708505E+7 .5052837E-2
+  1056 STAZ   XMIS  A    1 10:007:14387 m    2 -.1149275631893019E+7 .1671808E-2
+  1057 STAX   YAR1  A    2 10:007:25908 m    2 -.2389026148672102E+7 .2533395E-2
+  1058 STAY   YAR1  A    2 10:007:25908 m    2 .50433169879344208E+7 .4124968E-2
+  1059 STAZ   YAR1  A    2 10:007:25908 m    2 -.3078530070572292E+7 .2704063E-2
+  1060 STAX   YAR3  A    1 10:006:43185 m    2 -.2389043303828440E+7 .5513104E-2
+  1061 STAY   YAR3  A    1 10:006:43185 m    2 .50433135127958497E+7 .9146544E-2
+  1062 STAZ   YAR3  A    1 10:006:43185 m    2 -.3078524904324845E+7 .5873445E-2
+  1063 STAX   YEBE  A    1 10:007:71985 m    2 .48487246641765395E+7 .6372882E-2
+  1064 STAY   YEBE  A    1 10:007:71985 m    2 -.2616321073827583E+6 .2103829E-2
+  1065 STAZ   YEBE  A    1 10:007:71985 m    2 .41230942178117852E+7 .5666171E-2
+  1066 STAX   YELL  A    5 10:006:86390 m    2 -.1224452767896461E+7 .1247357E-2
+  1067 STAY   YELL  A    5 10:006:86390 m    2 -.2689216165299925E+7 .1845535E-2
+  1068 STAZ   YELL  A    5 10:006:86390 m    2 .56336382760348320E+7 .3526205E-2
+  1069 STAX   YSSK  A    3 10:006:43192 m    2 -.3465321036791125E+7 .5593801E-2
+  1070 STAY   YSSK  A    3 10:006:43192 m    2 .26382693337122384E+7 .4444578E-2
+  1071 STAZ   YSSK  A    3 10:006:43192 m    2 .46440853730737297E+7 .6745934E-2
+  1072 STAX   ZECK  A    2 10:007:06162 m    2 .34511745980511578E+7 .2380565E-2
+  1073 STAY   ZECK  A    2 10:007:06162 m    2 .30603355067365221E+7 .2147803E-2
+  1074 STAZ   ZECK  A    2 10:007:06162 m    2 .43919556937680719E+7 .2782415E-2
+  1075 STAX   ZIM2  A    2 10:006:43185 m    2 .43312998093791073E+7 .4122239E-2
+  1076 STAY   ZIM2  A    2 10:006:43185 m    2 .56753741155914799E+6 .1577118E-2
+  1077 STAZ   ZIM2  A    2 10:006:43185 m    2 .46331337852008222E+7 .4295075E-2
+  1078 STAX   ZIMJ  A    1 10:008:86385 m    2 .43312938763723047E+7 .4575356E-2
+  1079 STAY   ZIMJ  A    1 10:008:86385 m    2 .56754222498384281E+6 .1759463E-2
+  1080 STAZ   ZIMJ  A    1 10:008:86385 m    2 .46331358003857341E+7 .4624106E-2
+  1081 STAX   ZIMM  A    2 10:007:25908 m    2 .43312969984169230E+7 .3274407E-2
+  1082 STAY   ZIMM  A    2 10:007:25908 m    2 .56755597190708981E+6 .1279978E-2
+  1083 STAZ   ZIMM  A    2 10:007:25908 m    2 .46331339981496437E+7 .3281563E-2
+  1084 STAX   ZWE2  A    1 10:006:43190 m    2 .28863357435184009E+7 .2992347E-2
+  1085 STAY   ZWE2  A    1 10:006:43190 m    2 .21559876315378784E+7 .2426184E-2
+  1086 STAZ   ZWE2  A    1 10:006:43190 m    2 .52458188327107485E+7 .5066303E-2
+  1087 LOD    ---- --    1 10:003:43200 ms   2 .11638428723363390E+1 .7306966E-2
+  1088 XPO    ---- --    1 10:003:43200 mas  2 .93751691332196927E+2 .2599471E-1
+  1089 XPOR   ---- --    1 10:003:43200 ma/d 2 -.2053996069054971E+1 .1522745E+0
+  1090 YPO    ---- --    1 10:003:43200 mas  2 .19324485967277926E+3 .2579569E-1
+  1091 YPOR   ---- --    1 10:003:43200 ma/d 2 .31570806314699129E+0 .1559824E+0
+  1092 LOD    ---- --    2 10:004:43200 ms   2 .13539360062393662E+1 .7089900E-2
+  1093 XPO    ---- --    2 10:004:43200 mas  2 .91692163073444576E+2 .2517326E-1
+  1094 XPOR   ---- --    2 10:004:43200 ma/d 2 -.2195685602605736E+1 .1461865E+0
+  1095 YPO    ---- --    2 10:004:43200 mas  2 .19359451035937863E+3 .2491178E-1
+  1096 YPOR   ---- --    2 10:004:43200 ma/d 2 .48311193284171389E+0 .1481407E+0
+  1097 LOD    ---- --    3 10:005:43200 ms   2 .13985426528787421E+1 .6966430E-2
+  1098 XPO    ---- --    3 10:005:43200 mas  2 .89181115813898401E+2 .2479101E-1
+  1099 XPOR   ---- --    3 10:005:43200 ma/d 2 -.2812974290306331E+1 .1432622E+0
+  1100 YPO    ---- --    3 10:005:43200 mas  2 .19391408767453530E+3 .2438987E-1
+  1101 YPOR   ---- --    3 10:005:43200 ma/d 2 .30173406474906728E+0 .1454573E+0
+  1102 LOD    ---- --    4 10:006:43200 ms   2 .12375486787869543E+1 .7019664E-2
+  1103 XPO    ---- --    4 10:006:43200 mas  2 .85957667338226415E+2 .2525786E-1
+  1104 XPOR   ---- --    4 10:006:43200 ma/d 2 -.3311089208015550E+1 .1454161E+0
+  1105 YPO    ---- --    4 10:006:43200 mas  2 .19423223655478739E+3 .2508729E-1
+  1106 YPOR   ---- --    4 10:006:43200 ma/d 2 -.7573046284940429E-2 .1491203E+0
+  1107 LOD    ---- --    5 10:007:43200 ms   2 .10767909067333798E+1 .6839923E-2
+  1108 XPO    ---- --    5 10:007:43200 mas  2 .82760895570784299E+2 .2473429E-1
+  1109 XPOR   ---- --    5 10:007:43200 ma/d 2 -.3086744274903212E+1 .1429507E+0
+  1110 YPO    ---- --    5 10:007:43200 mas  2 .19433005725040778E+3 .2430432E-1
+  1111 YPOR   ---- --    5 10:007:43200 ma/d 2 .18493967349270587E+0 .1462030E+0
+  1112 LOD    ---- --    6 10:008:43200 ms   2 .86035640564764770E+0 .6963967E-2
+  1113 XPO    ---- --    6 10:008:43200 mas  2 .79612645811928147E+2 .2556823E-1
+  1114 XPOR   ---- --    6 10:008:43200 ma/d 2 -.3156603530468235E+1 .1437903E+0
+  1115 YPO    ---- --    6 10:008:43200 mas  2 .19449028881743325E+3 .2489187E-1
+  1116 YPOR   ---- --    6 10:008:43200 ma/d 2 -.2021520037376994E-1 .1495904E+0
+  1117 LOD    ---- --    7 10:009:43200 ms   2 .60562371928227288E+0 .7260312E-2
+  1118 XPO    ---- --    7 10:009:43200 mas  2 .76134389217948339E+2 .2639207E-1
+  1119 XPOR   ---- --    7 10:009:43200 ma/d 2 -.3653787102242413E+1 .1486786E+0
+  1120 YPO    ---- --    7 10:009:43200 mas  2 .19445583939077389E+3 .2532202E-1
+  1121 YPOR   ---- --    7 10:009:43200 ma/d 2 .14344882106326670E+0 .1582000E+0
+  1122 XGC    ---- --  GFZ 10:006:43200 m    2 -.3801840537923688E-3 .1507374E-2
+  1123 YGC    ---- --  GFZ 10:006:43200 m    2 .23428147406027102E-2 .1401255E-2
+  1124 ZGC    ---- --  GFZ 10:006:43200 m    2 .94496247972550491E-3 .1572858E-2
+  1125 XGC    ---- -- ---- 10:007:06160 m    2 .75324337075077285E-2 .1531281E-2
+  1126 YGC    ---- -- ---- 10:007:06160 m    2 -.3638215364209255E-2 .1073056E-2
+  1127 ZGC    ---- -- ---- 10:007:06160 m    2 .11745670601014209E-2 .3276131E-2
+-SOLUTION/ESTIMATE                                                              
+*-------------------------------------------------------------------------------
+*----------------------------------------------------------------               
++SOLUTION/APRIORI                                                               
+*Index _Type_ Code Pt Soln _Ref_Epoch__ Unit S __Apriori Value______ _Std_Dev___
+     1 RX     ---- -- ---- 10:006:43185 mas  0 0.000000000000000E+00 .3000000E-2
+     2 RY     ---- -- ---- 10:006:43185 mas  0 0.000000000000000E+00 .3000000E-2
+     3 RZ     ---- -- ---- 10:006:43185 mas  0 0.000000000000000E+00 .3000000E-2
+     4 TX     ---- -- ---- 10:006:43185 m    0 0.000000000000000E+00 .1000000E-3
+     5 TY     ---- -- ---- 10:006:43185 m    0 0.000000000000000E+00 .1000000E-3
+     6 TZ     ---- -- ---- 10:006:43185 m    0 0.000000000000000E+00 .1000000E-3
+     7 SC     ---- -- ---- 10:006:43185 ppb  0 0.000000000000000E+00 .2000000E-1
+-SOLUTION/APRIORI                                                               
+*-------------------------------------------------------------------------------
+%ENDSNX                                                                         
diff --git a/data/javad_raw_10hz.cmd b/data/javad_raw_10hz.cmd
new file mode 100644
index 0000000..8655195
--- /dev/null
+++ b/data/javad_raw_10hz.cmd
@@ -0,0 +1,11 @@
+em,,def:{0.1,,}

+em,,jps/gd

+em,,jps/qd

+em,,jps/WD

+em,,jps/ET

+

+

+

+
+@
+dm

diff --git a/data/javad_raw_1hz.cmd b/data/javad_raw_1hz.cmd
new file mode 100644
index 0000000..0c46054
--- /dev/null
+++ b/data/javad_raw_1hz.cmd
@@ -0,0 +1,11 @@
+em,,def:{1,,}

+em,,jps/gd

+em,,jps/qd

+em,,jps/WD

+em,,jps/ET

+

+

+

+
+@
+dm

diff --git a/data/javad_raw_5hz.cmd b/data/javad_raw_5hz.cmd
new file mode 100644
index 0000000..37e40f7
--- /dev/null
+++ b/data/javad_raw_5hz.cmd
@@ -0,0 +1,11 @@
+em,,def:{0.2,,}

+em,,jps/gd

+em,,jps/qd

+em,,jps/WD

+em,,jps/ET

+

+

+

+
+@
+dm

diff --git a/data/lexr_inittime.cmd b/data/lexr_inittime.cmd
new file mode 100644
index 0000000..fe5e923
--- /dev/null
+++ b/data/lexr_inittime.cmd
@@ -0,0 +1,6 @@
+!LEXR CMD-TIME

+

+

+

+
+@
diff --git a/data/ngs_abs.pcv b/data/ngs_abs.pcv
new file mode 100644
index 0000000..e2ad20d
--- /dev/null
+++ b/data/ngs_abs.pcv
@@ -0,0 +1,1614 @@
+<ant_info.003>                                                <BGK-07/03/20=228>
+                                                                                
+ANTENNA ID        DESCRIPTION                  DATA SOURCE (# OF TESTS) YR/MO/DY
+                                                             |AVE = # in average
+ [north]  [ east]  [  up ]                                   | L1 Offset (mm)   
+ [90]  [85]  [80]  [75]  [70]  [65]  [60]  [55]  [50]  [45]  | L1 Phase at      
+ [40]  [35]  [30]  [25]  [20]  [15]  [10]  [ 5]  [ 0]        | Elevation (mm)   
+ [north]  [ east]  [  up ]                                   | L2 Offset (mm)   
+ [90]  [85]  [80]  [75]  [70]  [65]  [60]  [55]  [50]  [45]  | L2 Phase at      
+ [40]  [35]  [30]  [25]  [20]  [15]  [10]  [ 5]  [ 0]        | Elevation (mm)   
+                                                                                
+NONE                 NONE                                     NGS (  0) 99/10/04
+       0.0       0.0       0.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0
+       0.0       0.0       0.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0
+AERAT2775_150   NONE L1/L2                                    NGS (  2) 06/10/11
+       0.7       0.4      64.5
+   0.0   0.6   0.9   0.8   0.7   0.5   0.2  -0.2  -0.3  -0.5
+  -0.4  -0.5  -0.6  -0.9  -1.1  -1.4  -1.5   0.0   0.0
+      -0.1      -0.4      61.2
+   0.0  -0.2  -0.2   0.0   0.2   0.3   0.3   0.2   0.0  -0.4
+  -0.7  -0.9  -1.1  -1.2  -1.2  -1.1  -0.7   0.0   0.0
+AERAT2775_159        AeroAnt AT2775-159W no radome            NGS (  3) 05/04/15
+       1.0       0.1      74.5
+   0.0   0.2   0.1  -0.3  -0.8  -1.4  -2.1  -2.8  -3.4  -3.7
+  -3.7  -3.7  -3.2  -2.4  -1.0   1.0   3.9   0.0   0.0
+       0.4       2.1      89.8
+   0.0   0.1  -0.2  -0.8  -1.5  -2.4  -3.3  -4.2  -4.9  -5.4
+  -5.3  -4.9  -3.9  -2.5  -0.7   1.4   3.9   0.0   0.0
+AERAT2775_159   SPKE AeroAnt AT2775-159W +radome              NGS (  3) 05/04/08
+       0.4       0.1      77.2
+   0.0  -0.2  -0.3  -0.5  -0.6  -0.9  -1.2  -1.6  -2.1  -2.4
+  -2.6  -2.7  -2.6  -2.2  -1.2   0.5   3.4   0.0   0.0
+       0.1       1.3      93.0
+   0.0  -0.1  -0.4  -0.9  -1.5  -2.3  -3.1  -3.9  -4.4  -4.9
+  -4.9  -4.5  -3.8  -2.7  -1.1   0.7   2.8   0.0   0.0
+AERAT2775_160        L1/L2                                    NGS (  3) 02/01/29
+      -1.0       2.3       3.5
+   0.0   1.4   1.8   1.5   0.7  -0.3  -1.4  -2.3  -2.9  -3.1
+  -2.8  -2.1  -1.0   0.3   2.0   3.9   6.2   0.0   0.0
+      -1.7       5.5      22.3
+   0.0   4.0   5.9   6.4   5.7   4.4   2.7   0.9  -0.6  -1.6
+  -1.8  -1.2   0.3   2.6   5.7   9.4  13.5   0.0   0.0
+AERAT2775_270   NONE L1/L2                                    NGS (  2) 06/10/06
+       0.9       1.1      61.4
+   0.0   0.2   0.2   0.2  -0.1  -0.3  -0.5  -0.9  -1.1  -1.2
+  -1.2  -1.3  -1.4  -1.6  -1.8  -2.2  -2.3   0.0   0.0
+      -0.4       0.5      58.1
+   0.0  -0.4  -0.4  -0.5  -0.3  -0.2  -0.2  -0.4  -0.6  -1.0
+  -1.3  -1.6  -1.7  -1.8  -1.7  -1.4  -0.8   0.0   0.0
+AERAT2775_41         Aviation L1/L2                           NGS (  1) 03/05/30
+       0.9       2.3       8.4
+   0.0   2.0   2.7   2.4   1.4   0.2  -1.1  -2.3  -3.1  -3.4
+  -3.2  -2.7  -1.7  -0.4   1.1   2.5   4.1   0.0   0.0
+      -0.5      -3.9      25.3
+   0.0   4.3   6.5   7.2   6.8   5.7   4.3   2.8   1.5   0.7
+   0.5   1.0   2.2   3.9   6.1   8.3  10.6   0.0   0.0
+AERAT2775_42         Geodetic L1/L2                           NGS (  3) 01/07/26
+      -1.6      -4.8      46.8
+   0.0  -1.5  -2.1  -2.2  -2.1  -1.8  -1.5  -1.3  -1.2  -1.2
+  -1.1  -1.2  -1.1  -0.9   0.0   1.6   4.7   0.0   0.0
+      -1.2      -4.3      59.3
+   0.0  -1.2  -2.1  -2.7  -3.1  -3.3  -3.4  -3.5  -3.5  -3.5
+  -3.3  -3.1  -2.7  -2.4  -2.0  -1.9  -1.8   0.0   0.0
+AERAT2775_42+CR      Marine III +CR adaptor                   NGS (  4) 05/05/31
+       0.5      -3.1      46.9
+   0.0   1.0   1.1   0.6  -0.3  -1.5  -2.8  -4.1  -5.0  -5.5
+  -5.4  -5.0  -3.8  -2.2   0.2   3.3   7.4   0.0   0.0
+      -0.2      -1.0      85.7
+   0.0  -0.4  -0.9  -1.6  -2.2  -3.0  -3.7  -4.5  -5.1  -5.6
+  -5.6  -5.3  -4.6  -3.4  -1.8   0.1   2.6   0.0   0.0
+AERAT2775_43         Choke Ring Geodetic L1/L2                NGS (  3) 01/05/09
+       2.9      -1.1      69.5
+   0.0  -0.1  -0.3  -0.7  -1.3  -2.0  -2.6  -3.4  -3.9  -4.1
+  -4.1  -3.8  -3.1  -2.0  -0.1   2.4   6.1   0.0   0.0
+      -0.3      -0.4      86.2
+   0.0  -0.8  -1.5  -2.3  -3.1  -3.9  -4.7  -5.6  -6.2  -6.8
+  -6.9  -6.5  -5.7  -4.2  -2.0   0.9   4.6   0.0   0.0
+AERAT2775_43    SPKE Choke Ring Geodetic L1/L2 + radome       NGS (  3) 01/05/09
+       2.5      -1.7      69.1
+   0.0  -0.3  -0.4  -0.7  -1.0  -1.3  -1.7  -2.2  -2.7  -2.9
+  -2.9  -2.9  -2.3  -1.5   0.1   2.6   6.4   0.0   0.0
+      -0.5      -0.5      88.2
+   0.0  -0.3  -0.7  -1.2  -1.8  -2.4  -3.2  -3.9  -4.5  -5.0
+  -5.0  -4.7  -3.9  -2.7  -0.9   1.4   4.3   0.0   0.0
+AERAT2775_62         L1/L2                                    NGS (  3) 01/10/30
+      -1.8      -5.2      36.6
+   0.0   1.1   1.5   1.7   1.5   1.0   0.4  -0.2  -0.7  -0.9
+  -0.8  -0.6  -0.1   0.7   2.0   3.7   6.3   0.0   0.0
+      -1.9      -3.7      53.9
+   0.0  -0.9  -1.5  -1.8  -2.0  -2.0  -2.0  -2.2  -2.2  -2.3
+  -2.2  -2.1  -1.9  -1.7  -1.3  -1.1  -0.7   0.0   0.0
+AOA7490582.2    NONE D/M chokering (p/n:7490582-2) w/KWM LNA  NGS (  3) 06/03/22
+       1.6       0.2      90.0
+   0.0   0.0  -0.5  -1.6  -2.8  -4.2  -5.5  -6.7  -7.5  -7.8
+  -7.6  -7.0  -5.8  -4.1  -1.8   1.1   4.8   0.0   0.0
+       0.2      -0.8     119.6
+   0.0  -0.2  -0.6  -1.3  -2.0  -2.7  -3.5  -4.3  -4.9  -5.3
+  -5.3  -5.0  -4.2  -3.0  -1.5   0.3   2.6   0.0   0.0
+AOAD/M_B             Dorne Margolin B, chokerings (Rogue)     NGS (  0) 97/10/27
+       0.6      -0.5      59.2
+   0.0  -0.2  -0.9  -2.0  -3.3  -4.7  -6.0  -7.2  -8.0  -8.3
+  -8.1  -7.5  -6.3  -4.6  -2.2   0.8   4.8   0.0   0.0
+      -0.1      -0.6      88.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+AOAD/M_R             Dorne Margolin R, chokerings (Rogue,JPL) NGS (  0) 97/10/27
+       0.6      -0.5      59.2
+   0.0  -0.2  -0.9  -2.0  -3.3  -4.7  -6.0  -7.2  -8.0  -8.3
+  -8.1  -7.5  -6.3  -4.6  -2.2   0.8   4.8   0.0   0.0
+      -0.1      -0.6      88.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+AOAD/M_T             Dorne Margolin T, chokerings (TurboRogue)NGS (  0) 97/10/27
+       0.6      -0.5      91.2
+   0.0  -0.2  -0.9  -2.0  -3.3  -4.7  -6.0  -7.2  -8.0  -8.3
+  -8.1  -7.5  -6.3  -4.6  -2.2   0.8   4.8   0.0   0.0
+      -0.1      -0.6     120.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+AOAD/M_TA_NGS        Dorne Margolin T,chokerings,Ashtech LNA  NGS (  0) 97/10/27
+       0.6      -0.5      91.2
+   0.0  -0.2  -0.9  -2.0  -3.3  -4.7  -6.0  -7.2  -8.0  -8.3
+  -8.1  -7.5  -6.3  -4.6  -2.2   0.8   4.8   0.0   0.0
+      -0.1      -0.6     120.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+AOARASCAL            Rascal RTK                               NGS (  2) 03/11/27
+      -0.4       0.6     111.8
+   0.0  -0.4  -0.5  -0.4   0.0   0.3   0.8   1.1   1.4   1.8
+   2.2   2.2   2.1   1.6   1.0   0.1  -0.7   0.0   0.0
+       1.2       2.4     105.7
+   0.0   0.7   1.1   1.2   1.2   0.9   0.6   0.2  -0.1  -0.4
+  -0.4  -0.1   0.3   0.9   1.6   2.4   3.2   0.0   0.0
+ASH110454            ProMark2   L1                            NGS (  4) 01/10/30
+      -2.6       1.1      50.6
+   0.0  -0.2  -0.2  -0.2  -0.3  -0.2  -0.2  -0.1  -0.1   0.1
+   0.3   0.5   0.7   0.8   1.0   1.3   2.0   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+ASH700228A           Geodetic L1/L2, 8 holes, bubble,compass  NGS (  1) 98/06/02
+      -2.3       0.3      61.9
+   0.0   0.2  -0.2  -1.0  -2.0  -3.2  -4.3  -5.3  -6.0  -6.2
+  -6.1  -5.8  -5.1  -4.2  -2.8  -1.3   0.8   0.0   0.0
+      -2.5       5.5      67.4
+   0.0  -1.5  -2.5  -3.2  -3.7  -4.1  -4.6  -5.1  -5.5  -5.9
+  -6.1  -6.0  -5.6  -4.7  -3.3  -1.3   1.7   0.0   0.0
+ASH700228B           Geodetic L1/L2, 8 holes, bubble,compass  NGS (  1) 98/06/02
+      -2.3       0.3      61.9
+   0.0   0.2  -0.2  -1.0  -2.0  -3.2  -4.3  -5.3  -6.0  -6.2
+  -6.1  -5.8  -5.1  -4.2  -2.8  -1.3   0.8   0.0   0.0
+      -2.5       5.5      67.4
+   0.0  -1.5  -2.5  -3.2  -3.7  -4.1  -4.6  -5.1  -5.5  -5.9
+  -6.1  -6.0  -5.6  -4.7  -3.3  -1.3   1.7   0.0   0.0
+ASH700228C           Geodetic L1/L2, 8 holes,no bubble,compassNGS (  2) 97/10/27
+      -1.7      -1.1      68.0
+   0.0   1.4   1.8   1.4   0.6  -0.4  -1.5  -2.6  -3.4  -3.8
+  -3.8  -3.5  -2.8  -1.9  -0.7   0.7   2.5   0.0   0.0
+      -2.1       4.4      70.7
+   0.0  -1.2  -2.1  -2.7  -3.3  -3.8  -4.4  -5.1  -5.8  -6.4
+  -6.8  -6.9  -6.6  -5.9  -4.4  -2.3   0.8   0.0   0.0
+ASH700228D           Geodetic L1/L2, REV.B, 8 L-shaped notchesNGS (  2) 97/10/27
+      -2.6      -0.4      65.4
+   0.0   0.6   0.5  -0.2  -1.3  -2.5  -3.6  -4.7  -5.4  -5.7
+  -5.5  -5.2  -4.4  -3.4  -2.1  -0.8   0.9   0.0   0.0
+      -2.0       4.3      68.8
+   0.0  -1.1  -2.0  -2.7  -3.3  -3.9  -4.5  -5.2  -5.7  -6.2
+  -6.4  -6.2  -5.7  -4.8  -3.3  -1.3   1.4   0.0   0.0
+ASH700228E           Geodetic L1/L2, REV.B, 8 L-shaped notchesNGS (  2) 97/10/27
+      -2.6      -0.4      65.4
+   0.0   0.6   0.5  -0.2  -1.3  -2.5  -3.6  -4.7  -5.4  -5.7
+  -5.5  -5.2  -4.4  -3.4  -2.1  -0.8   0.9   0.0   0.0
+      -2.0       4.3      68.8
+   0.0  -1.1  -2.0  -2.7  -3.3  -3.9  -4.5  -5.2  -5.7  -6.2
+  -6.4  -6.2  -5.7  -4.8  -3.3  -1.3   1.4   0.0   0.0
+ASH700700.A          Marine L1/L2                             NGS (  2) 97/10/27
+      -1.1      -1.8      23.1
+   0.0   0.7   0.7   0.4  -0.2  -1.0  -1.8  -2.5  -3.0  -3.1
+  -3.0  -2.6  -1.8  -0.8   0.7   2.5   5.0   0.0   0.0
+       1.3      -2.5      42.2
+   0.0  -0.6  -0.9  -1.1  -1.2  -1.4  -1.5  -1.7  -2.0  -2.2
+  -2.4  -2.4  -2.3  -2.1  -1.8  -1.5  -0.9   0.0   0.0
+ASH700700.B          Marine L1/L2                             NGS (  3) 97/10/27
+      -1.2      -2.0      32.7
+   0.0   0.6   0.6   0.3  -0.3  -1.0  -1.7  -2.4  -2.9  -3.0
+  -2.9  -2.5  -1.9  -0.9   0.5   2.1   4.5   0.0   0.0
+       1.0      -2.6      51.5
+   0.0  -0.6  -1.0  -1.3  -1.4  -1.6  -1.8  -2.2  -2.4  -2.7
+  -2.9  -2.9  -2.8  -2.6  -2.3  -2.1  -1.7   0.0   0.0
+ASH700700.C          Marine L1/L2                             NGS (  3) 99/06/14
+      -1.2      -2.0      32.7
+   0.0   0.6   0.6   0.3  -0.3  -1.0  -1.7  -2.4  -2.9  -3.0
+  -2.9  -2.5  -1.9  -0.9   0.5   2.1   4.5   0.0   0.0
+       1.0      -2.6      51.5
+   0.0  -0.6  -1.0  -1.3  -1.4  -1.6  -1.8  -2.2  -2.4  -2.7
+  -2.9  -2.9  -2.8  -2.6  -2.3  -2.1  -1.7   0.0   0.0
+ASH700718A           Geodetic III 'Whopper', REV. D           NGS (  5) 97/10/27
+       0.0      -0.3      65.1
+   0.0   1.1   2.0   2.7   3.2   3.4   3.4   3.2   2.9   2.6
+   2.4   2.1   2.1   2.2   2.8   3.8   5.9   0.0   0.0
+       1.0      -2.2      54.4
+   0.0  -2.5  -4.6  -6.3  -7.7  -9.0 -10.0 -10.9 -11.6 -12.0
+ -11.8 -11.2 -10.0  -8.1  -5.3  -1.9   2.8   0.0   0.0
+ASH700718B           Geodetic III 'Whopper', REV. D           NGS (  5) 97/10/27
+       0.0      -0.3      65.1
+   0.0   1.1   2.0   2.7   3.2   3.4   3.4   3.2   2.9   2.6
+   2.4   2.1   2.1   2.2   2.8   3.8   5.9   0.0   0.0
+       1.0      -2.2      54.4
+   0.0  -2.5  -4.6  -6.3  -7.7  -9.0 -10.0 -10.9 -11.6 -12.0
+ -11.8 -11.2 -10.0  -8.1  -5.3  -1.9   2.8   0.0   0.0
+ASH700829.2     SNOW Geodetic III 'Whopper' (USCG) +radome    NGS (  7) 97/10/27
+      -0.6      -1.3      68.9
+   0.0   1.4   2.6   3.5   4.2   4.6   4.7   4.5   4.2   3.8
+   3.5   3.1   2.9   2.9   3.4   4.5   6.8   0.0   0.0
+       0.8      -2.2      51.9
+   0.0  -2.4  -4.4  -6.1  -7.5  -8.8  -9.9 -10.8 -11.5 -11.9
+ -11.8 -11.1  -9.8  -7.8  -4.9  -1.1   3.8   0.0   0.0
+ASH700829.3     SNOW Geodetic III 'Whopper' (USCG) +radome    NGS (  7) 97/10/27
+      -0.6      -1.3      68.9
+   0.0   1.4   2.6   3.5   4.2   4.6   4.7   4.5   4.2   3.8
+   3.5   3.1   2.9   2.9   3.4   4.5   6.8   0.0   0.0
+       0.8      -2.2      51.9
+   0.0  -2.4  -4.4  -6.1  -7.5  -8.8  -9.9 -10.8 -11.5 -11.9
+ -11.8 -11.1  -9.8  -7.8  -4.9  -1.1   3.8   0.0   0.0
+ASH700829.A     SNOW Geodetic III 'Whopper' (USCG) +radome    NGS (  7) 97/10/27
+      -0.6      -1.3      68.9
+   0.0   1.4   2.6   3.5   4.2   4.6   4.7   4.5   4.2   3.8
+   3.5   3.1   2.9   2.9   3.4   4.5   6.8   0.0   0.0
+       0.8      -2.2      51.9
+   0.0  -2.4  -4.4  -6.1  -7.5  -8.8  -9.9 -10.8 -11.5 -11.9
+ -11.8 -11.1  -9.8  -7.8  -4.9  -1.1   3.8   0.0   0.0
+ASH700829.A1    SNOW Geodetic III 'Whopper' (USCG) +radome    NGS (  7) 97/10/27
+      -0.6      -1.3      68.9
+   0.0   1.4   2.6   3.5   4.2   4.6   4.7   4.5   4.2   3.8
+   3.5   3.1   2.9   2.9   3.4   4.5   6.8   0.0   0.0
+       0.8      -2.2      51.9
+   0.0  -2.4  -4.4  -6.1  -7.5  -8.8  -9.9 -10.8 -11.5 -11.9
+ -11.8 -11.1  -9.8  -7.8  -4.9  -1.1   3.8   0.0   0.0
+ASH700936A_M         D/M element, milled chokerings, -radome  NGS (  3) 98/06/02
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH700936A_M    SNOW D/M element, milled chokerings, +radome  NGS (  4) 97/10/27
+       0.9      -0.7      89.3
+   0.0   0.8   0.6  -0.3  -1.7  -3.3  -4.8  -6.3  -7.3  -7.7
+  -7.4  -6.7  -5.2  -3.1  -0.4   3.0   7.3   0.0   0.0
+       0.8      -0.1     117.7
+   0.0   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.1  -4.6
+  -4.7  -4.4  -3.6  -2.4  -0.5   1.7   4.7   0.0   0.0
+ASH700936B_M         D/M element, milled chokerings, -radome  NGS (  3) 98/06/02
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH700936B_M    SNOW D/M element, milled chokerings, +radome  NGS (  4) 97/10/27
+       0.9      -0.7      89.3
+   0.0   0.8   0.6  -0.3  -1.7  -3.3  -4.8  -6.3  -7.3  -7.7
+  -7.4  -6.7  -5.2  -3.1  -0.4   3.0   7.3   0.0   0.0
+       0.8      -0.1     117.7
+   0.0   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.1  -4.6
+  -4.7  -4.4  -3.6  -2.4  -0.5   1.7   4.7   0.0   0.0
+ASH700936C_M         D/M element, milled chokerings, -radome  NGS (  3) 98/06/02
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH700936C_M    SNOW D/M element, milled chokerings, +radome  NGS (  4) 97/10/27
+       0.9      -0.7      89.3
+   0.0   0.8   0.6  -0.3  -1.7  -3.3  -4.8  -6.3  -7.3  -7.7
+  -7.4  -6.7  -5.2  -3.1  -0.4   3.0   7.3   0.0   0.0
+       0.8      -0.1     117.7
+   0.0   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.1  -4.6
+  -4.7  -4.4  -3.6  -2.4  -0.5   1.7   4.7   0.0   0.0
+ASH700936D_M         D/M element, Rev E, milled +cr, -radome  NGS (  4) 04/10/27
+       0.8      -0.6      90.9
+   0.0   0.0  -0.7  -1.7  -3.0  -4.3  -5.6  -6.8  -7.6  -7.9
+  -7.7  -7.1  -5.9  -4.3  -2.0   0.9   4.6   0.0   0.0
+       0.2       0.4     119.8
+   0.0  -0.2  -0.7  -1.3  -2.0  -2.8  -3.7  -4.5  -5.1  -5.5
+  -5.5  -5.2  -4.4  -3.1  -1.4   0.6   3.0   0.0   0.0
+ASH700936D_M    SCIS D/M element, milled chokerings, +radome  NGS (  1) 03/11/17
+       1.2       0.3      87.4
+   0.0  -0.2  -1.0  -2.4  -4.0  -5.6  -7.2  -8.6  -9.4  -9.7
+  -9.4  -8.7  -7.3  -5.4  -2.8   0.3   4.2   0.0   0.0
+      -0.3      -0.4     117.4
+   0.0  -0.3  -0.8  -1.5  -2.2  -2.9  -3.7  -4.5  -5.2  -5.7
+  -5.7  -5.4  -4.6  -3.2  -1.4   0.9   3.9   0.0   0.0
+ASH700936D_M    SNOW D/M element, milled chokerings, +radome  NGS (  4) 97/10/27
+       0.9      -0.7      89.3
+   0.0   0.8   0.6  -0.3  -1.7  -3.3  -4.8  -6.3  -7.3  -7.7
+  -7.4  -6.7  -5.2  -3.1  -0.4   3.0   7.3   0.0   0.0
+       0.8      -0.1     117.7
+   0.0   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.1  -4.6
+  -4.7  -4.4  -3.6  -2.4  -0.5   1.7   4.7   0.0   0.0
+ASH700936E           D/M element, REV E, chokerings, -radome  NGS (  0) 00/05/26
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH700936E_C         D/M, chokerings, 700936.02 REV E, SCIGN  NGS (  0) 98/06/02
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH700936E_C    SNOW D/M element, cast, chokerings, +radome   NGS (  4) 97/10/27
+       0.9      -0.7      89.3
+   0.0   0.8   0.6  -0.3  -1.7  -3.3  -4.8  -6.3  -7.3  -7.7
+  -7.4  -6.7  -5.2  -3.1  -0.4   3.0   7.3   0.0   0.0
+       0.8      -0.1     117.7
+   0.0   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.1  -4.6
+  -4.7  -4.4  -3.6  -2.4  -0.5   1.7   4.7   0.0   0.0
+ASH701008.01B        Geodetic IIIA, P/N:701008-01(B)          NGS (  3) 98/11/20
+      -0.1       0.2      64.4
+   0.0   0.5   1.1   1.6   2.0   2.3   2.4   2.2   2.1   1.9
+   1.8   1.5   1.5   1.7   2.3   3.5   5.8   0.0   0.0
+       1.4      -2.6      53.8
+   0.0  -2.1  -4.0  -5.8  -7.4  -8.9 -10.2 -11.3 -12.0 -12.4
+ -12.2 -11.4 -10.0  -7.9  -5.1  -1.7   2.5   0.0   0.0
+ASH701073.1          GPS/GLONASS,REV.1,chokerings             NGS (  0) 00/04/20
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH701073.3          GPS/GLONASS,REV.3,chokerings             NGS (  0) 00/04/20
+       2.0      -1.5      90.1
+   0.0   0.3  -0.1  -1.1  -2.4  -3.8  -5.2  -6.4  -7.3  -7.6
+  -7.4  -6.7  -5.4  -3.7  -1.2   1.7   5.6   0.0   0.0
+       0.9      -0.1     119.5
+   0.0   0.2  -0.1  -0.6  -1.3  -2.1  -2.9  -3.8  -4.4  -4.8
+  -4.8  -4.4  -3.5  -2.3  -0.8   0.9   2.9   0.0   0.0
+ASH701933A_M         D/M element,REV.A,chokerings,H2Otight    NGS (  2) 00/08/22
+       0.3      -0.8      88.7
+   0.0  -0.7  -1.5  -2.7  -3.9  -5.1  -6.2  -7.3  -7.9  -8.2
+  -7.9  -7.4  -6.3  -4.6  -2.3   0.9   5.1   0.0   0.0
+      -0.2       0.5     118.6
+   0.0  -2.4  -4.0  -4.9  -5.4  -5.8  -6.1  -6.6  -7.1  -7.6
+  -7.9  -7.9  -7.4  -6.2  -4.1  -0.7   4.3   0.0   0.0
+ASH701933A_M    SNOW D/M element,REV.A,chokering,H2Otight,rd  NGS (  2) 00/08/22
+       0.4      -0.7      88.6
+   0.0   0.1  -0.5  -1.6  -3.0  -4.5  -6.0  -7.3  -8.3  -8.6
+  -8.4  -7.8  -6.4  -4.4  -1.6   1.9   6.5   0.0   0.0
+      -0.2       0.5     116.7
+   0.0  -2.5  -4.0  -4.7  -5.1  -5.4  -5.7  -6.1  -6.6  -7.1
+  -7.5  -7.6  -7.1  -5.9  -3.6   0.0   5.6   0.0   0.0
+ASH701933B_M         D/M element,REV.B,chokerings,H2Otight    NGS (  2) 00/08/22
+       0.3      -0.8      88.7
+   0.0  -0.7  -1.5  -2.7  -3.9  -5.1  -6.2  -7.3  -7.9  -8.2
+  -7.9  -7.4  -6.3  -4.6  -2.3   0.9   5.1   0.0   0.0
+      -0.2       0.5     118.6
+   0.0  -2.4  -4.0  -4.9  -5.4  -5.8  -6.1  -6.6  -7.1  -7.6
+  -7.9  -7.9  -7.4  -6.2  -4.1  -0.7   4.3   0.0   0.0
+ASH701933B_M    SNOW D/M element,REV.B,chokering,H20tight,rd  NGS (  2) 00/08/22
+       0.4      -0.7      88.6
+   0.0   0.1  -0.5  -1.6  -3.0  -4.5  -6.0  -7.3  -8.3  -8.6
+  -8.4  -7.8  -6.4  -4.4  -1.6   1.9   6.5   0.0   0.0
+      -0.2       0.5     116.7
+   0.0  -2.5  -4.0  -4.7  -5.1  -5.4  -5.7  -6.1  -6.6  -7.1
+  -7.5  -7.6  -7.1  -5.9  -3.6   0.0   5.6   0.0   0.0
+ASH701933C_M         D/M element,REV.C,chokerings,H2Otight    NGS (  2) 00/08/22
+       0.3      -0.8      88.7
+   0.0  -0.7  -1.5  -2.7  -3.9  -5.1  -6.2  -7.3  -7.9  -8.2
+  -7.9  -7.4  -6.3  -4.6  -2.3   0.9   5.1   0.0   0.0
+      -0.2       0.5     118.6
+   0.0  -2.4  -4.0  -4.9  -5.4  -5.8  -6.1  -6.6  -7.1  -7.6
+  -7.9  -7.9  -7.4  -6.2  -4.1  -0.7   4.3   0.0   0.0
+ASH701933C_M    SNOW D/M element,REV.C,chokering,H20tight,rd  NGS (  2) 00/08/22
+       0.4      -0.7      88.6
+   0.0   0.1  -0.5  -1.6  -3.0  -4.5  -6.0  -7.3  -8.3  -8.6
+  -8.4  -7.8  -6.4  -4.4  -1.6   1.9   6.5   0.0   0.0
+      -0.2       0.5     116.7
+   0.0  -2.5  -4.0  -4.7  -5.1  -5.4  -5.7  -6.1  -6.6  -7.1
+  -7.5  -7.6  -7.1  -5.9  -3.6   0.0   5.6   0.0   0.0
+ASH701941.1          D/M element,REV.1,chokerings,GPS+GLONASS NGS (  4) 00/10/26
+       0.4      -0.4      89.2
+   0.0  -0.5  -1.4  -2.5  -3.7  -5.0  -6.2  -7.3  -8.0  -8.2
+  -8.0  -7.5  -6.3  -4.7  -2.4   0.6   4.6   0.0   0.0
+      -0.4      -0.4     118.8
+   0.0  -2.3  -3.8  -4.6  -5.1  -5.5  -5.9  -6.4  -6.9  -7.4
+  -7.7  -7.7  -7.2  -6.0  -3.9  -0.7   4.1   0.0   0.0
+ASH701941.2          D/M element,REV.2,chokerings,GPS+GLONASS NGS (  4) 00/10/26
+       0.4      -0.4      89.2
+   0.0  -0.5  -1.4  -2.5  -3.7  -5.0  -6.2  -7.3  -8.0  -8.2
+  -8.0  -7.5  -6.3  -4.7  -2.4   0.6   4.6   0.0   0.0
+      -0.4      -0.4     118.8
+   0.0  -2.3  -3.8  -4.6  -5.1  -5.5  -5.9  -6.4  -6.9  -7.4
+  -7.7  -7.7  -7.2  -6.0  -3.9  -0.7   4.1   0.0   0.0
+ASH701941.A          D/M element,REV.A,chokerings,GPS+GLONASS NGS (  4) 00/10/26
+       0.4      -0.4      89.2
+   0.0  -0.5  -1.4  -2.5  -3.7  -5.0  -6.2  -7.3  -8.0  -8.2
+  -8.0  -7.5  -6.3  -4.7  -2.4   0.6   4.6   0.0   0.0
+      -0.4      -0.4     118.8
+   0.0  -2.3  -3.8  -4.6  -5.1  -5.5  -5.9  -6.4  -6.9  -7.4
+  -7.7  -7.7  -7.2  -6.0  -3.9  -0.7   4.1   0.0   0.0
+ASH701941.B          D/M element,REV.B,chokerings,GPS+GLONASS NGS (  4) 00/10/26
+       0.4      -0.4      89.2
+   0.0  -0.5  -1.4  -2.5  -3.7  -5.0  -6.2  -7.3  -8.0  -8.2
+  -8.0  -7.5  -6.3  -4.7  -2.4   0.6   4.6   0.0   0.0
+      -0.4      -0.4     118.8
+   0.0  -2.3  -3.8  -4.6  -5.1  -5.5  -5.9  -6.4  -6.9  -7.4
+  -7.7  -7.7  -7.2  -6.0  -3.9  -0.7   4.1   0.0   0.0
+ASH701945B_M         D/M element,REV.B,chokering              NGS (  2) 00/04/20
+       1.1      -0.2      90.2
+   0.0  -0.2  -0.8  -1.9  -3.3  -4.6  -5.9  -7.1  -7.9  -8.1
+  -7.9  -7.2  -6.0  -4.3  -1.9   1.1   4.9   0.0   0.0
+       0.2       0.6     120.0
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.4
+  -5.4  -5.1  -4.2  -3.0  -1.4   0.5   2.8   0.0   0.0
+ASH701945B_M    SCIS D/M element,REV.B,chokering with radome  NGS (  2) 03/07/25
+       0.5       0.0      89.0
+   0.0  -0.4  -1.4  -2.8  -4.2  -6.0  -7.4  -8.8  -9.6  -9.9
+  -9.7  -8.9  -7.7  -5.9  -3.3  -0.3   3.7   0.0   0.0
+      -0.6       0.0     119.0
+   0.0  -0.4  -1.0  -1.8  -2.6  -3.4  -4.2  -5.0  -5.7  -6.2
+  -6.2  -5.8  -5.1  -3.8  -2.1  -0.1   2.5   0.0   0.0
+ASH701945B_M    SCIT D/M element,REV.B,chokering with radome  NGS (  3) 03/07/25
+       0.7      -0.4      88.6
+   0.0  -0.5  -1.5  -2.9  -4.3  -5.9  -7.2  -8.4  -9.2  -9.4
+  -9.2  -8.5  -7.2  -5.5  -3.2  -0.3   3.4   0.0   0.0
+      -0.2      -0.4     117.6
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.3  -4.9  -5.3
+  -5.4  -5.0  -4.2  -2.8  -1.0   1.3   4.2   0.0   0.0
+ASH701945B_M    SNOW D/M element,REV.B,chokering with radome  NGS (  4) 03/03/17
+       1.0       0.3      90.5
+   0.0   0.7   0.3  -0.7  -2.1  -3.8  -5.3  -6.8  -7.8  -8.3
+  -8.0  -7.3  -5.9  -3.9  -1.1   2.1   6.4   0.0   0.0
+      -0.3      -0.3     118.3
+   0.0  -0.3  -0.6  -1.2  -1.8  -2.5  -3.3  -4.1  -4.7  -5.1
+  -5.2  -4.9  -4.2  -2.9  -1.1   1.1   4.1   0.0   0.0
+ASH701945C_M         D/M element,REV.C,chokering              NGS (  2) 00/04/20
+       1.1      -0.2      90.2
+   0.0  -0.2  -0.8  -1.9  -3.3  -4.6  -5.9  -7.1  -7.9  -8.1
+  -7.9  -7.2  -6.0  -4.3  -1.9   1.1   4.9   0.0   0.0
+       0.2       0.6     120.0
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.4
+  -5.4  -5.1  -4.2  -3.0  -1.4   0.5   2.8   0.0   0.0
+ASH701945C_M    SCIS D/M element,REV.B,chokering with radome  NGS (  2) 03/07/25
+       0.5       0.0      89.0
+   0.0  -0.4  -1.4  -2.8  -4.2  -6.0  -7.4  -8.8  -9.6  -9.9
+  -9.7  -8.9  -7.7  -5.9  -3.3  -0.3   3.7   0.0   0.0
+      -0.6       0.0     119.0
+   0.0  -0.4  -1.0  -1.8  -2.6  -3.4  -4.2  -5.0  -5.7  -6.2
+  -6.2  -5.8  -5.1  -3.8  -2.1  -0.1   2.5   0.0   0.0
+ASH701945C_M    SCIT D/M element,REV.B,chokering with radome  NGS (  3) 03/07/25
+       0.7      -0.4      88.6
+   0.0  -0.5  -1.5  -2.9  -4.3  -5.9  -7.2  -8.4  -9.2  -9.4
+  -9.2  -8.5  -7.2  -5.5  -3.2  -0.3   3.4   0.0   0.0
+      -0.2      -0.4     117.6
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.3  -4.9  -5.3
+  -5.4  -5.0  -4.2  -2.8  -1.0   1.3   4.2   0.0   0.0
+ASH701945C_M    SNOW D/M element,REV.C,chokering with radome  NGS (  4) 03/03/17
+       1.0       0.3      90.5
+   0.0   0.7   0.3  -0.7  -2.1  -3.8  -5.3  -6.8  -7.8  -8.3
+  -8.0  -7.3  -5.9  -3.9  -1.1   2.1   6.4   0.0   0.0
+      -0.3      -0.3     118.3
+   0.0  -0.3  -0.6  -1.2  -1.8  -2.5  -3.3  -4.1  -4.7  -5.1
+  -5.2  -4.9  -4.2  -2.9  -1.1   1.1   4.1   0.0   0.0
+ASH701945D_M         D/M element,REV.D,chokering              NGS (  2) 00/04/20
+       1.1      -0.2      90.2
+   0.0  -0.2  -0.8  -1.9  -3.3  -4.6  -5.9  -7.1  -7.9  -8.1
+  -7.9  -7.2  -6.0  -4.3  -1.9   1.1   4.9   0.0   0.0
+       0.2       0.6     120.0
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.4
+  -5.4  -5.1  -4.2  -3.0  -1.4   0.5   2.8   0.0   0.0
+ASH701945D_M    SCIS D/M element,REV.B,chokering with radome  NGS (  2) 03/07/25
+       0.5       0.0      89.0
+   0.0  -0.4  -1.4  -2.8  -4.2  -6.0  -7.4  -8.8  -9.6  -9.9
+  -9.7  -8.9  -7.7  -5.9  -3.3  -0.3   3.7   0.0   0.0
+      -0.6       0.0     119.0
+   0.0  -0.4  -1.0  -1.8  -2.6  -3.4  -4.2  -5.0  -5.7  -6.2
+  -6.2  -5.8  -5.1  -3.8  -2.1  -0.1   2.5   0.0   0.0
+ASH701945D_M    SCIT D/M element,REV.B,chokering with radome  NGS (  3) 03/07/25
+       0.7      -0.4      88.6
+   0.0  -0.5  -1.5  -2.9  -4.3  -5.9  -7.2  -8.4  -9.2  -9.4
+  -9.2  -8.5  -7.2  -5.5  -3.2  -0.3   3.4   0.0   0.0
+      -0.2      -0.4     117.6
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.3  -4.9  -5.3
+  -5.4  -5.0  -4.2  -2.8  -1.0   1.3   4.2   0.0   0.0
+ASH701945D_M    SNOW D/M element,REV.D,chokering with radome  NGS (  4) 03/03/17
+       1.0       0.3      90.5
+   0.0   0.7   0.3  -0.7  -2.1  -3.8  -5.3  -6.8  -7.8  -8.3
+  -8.0  -7.3  -5.9  -3.9  -1.1   2.1   6.4   0.0   0.0
+      -0.3      -0.3     118.3
+   0.0  -0.3  -0.6  -1.2  -1.8  -2.5  -3.3  -4.1  -4.7  -5.1
+  -5.2  -4.9  -4.2  -2.9  -1.1   1.1   4.1   0.0   0.0
+ASH701945E_M         D/M element,REV.E,chokering              NGS (  2) 00/04/20
+       1.1      -0.2      90.2
+   0.0  -0.2  -0.8  -1.9  -3.3  -4.6  -5.9  -7.1  -7.9  -8.1
+  -7.9  -7.2  -6.0  -4.3  -1.9   1.1   4.9   0.0   0.0
+       0.2       0.6     120.0
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.4
+  -5.4  -5.1  -4.2  -3.0  -1.4   0.5   2.8   0.0   0.0
+ASH701945E_M    SCIS D/M element,REV.B,chokering with radome  NGS (  2) 03/07/25
+       0.5       0.0      89.0
+   0.0  -0.4  -1.4  -2.8  -4.2  -6.0  -7.4  -8.8  -9.6  -9.9
+  -9.7  -8.9  -7.7  -5.9  -3.3  -0.3   3.7   0.0   0.0
+      -0.6       0.0     119.0
+   0.0  -0.4  -1.0  -1.8  -2.6  -3.4  -4.2  -5.0  -5.7  -6.2
+  -6.2  -5.8  -5.1  -3.8  -2.1  -0.1   2.5   0.0   0.0
+ASH701945E_M    SCIT D/M element,REV.B,chokering with radome  NGS (  3) 03/07/25
+       0.7      -0.4      88.6
+   0.0  -0.5  -1.5  -2.9  -4.3  -5.9  -7.2  -8.4  -9.2  -9.4
+  -9.2  -8.5  -7.2  -5.5  -3.2  -0.3   3.4   0.0   0.0
+      -0.2      -0.4     117.6
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.3  -4.9  -5.3
+  -5.4  -5.0  -4.2  -2.8  -1.0   1.3   4.2   0.0   0.0
+ASH701945E_M    SNOW D/M element,REV.E,chokering with radome  NGS (  4) 03/03/17
+       1.0       0.3      90.5
+   0.0   0.7   0.3  -0.7  -2.1  -3.8  -5.3  -6.8  -7.8  -8.3
+  -8.0  -7.3  -5.9  -3.9  -1.1   2.1   6.4   0.0   0.0
+      -0.3      -0.3     118.3
+   0.0  -0.3  -0.6  -1.2  -1.8  -2.5  -3.3  -4.1  -4.7  -5.1
+  -5.2  -4.9  -4.2  -2.9  -1.1   1.1   4.1   0.0   0.0
+ASH701945G_M         D/M element,REV.E,chokering              NGS (  0) 00/04/20
+       1.1      -0.2      90.2
+   0.0  -0.2  -0.8  -1.9  -3.3  -4.6  -5.9  -7.1  -7.9  -8.1
+  -7.9  -7.2  -6.0  -4.3  -1.9   1.1   4.9   0.0   0.0
+       0.2       0.6     120.0
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.4
+  -5.4  -5.1  -4.2  -3.0  -1.4   0.5   2.8   0.0   0.0
+ASH701945G_M    SCIS D/M element,REV.B,chokering with radome  NGS (  0) 03/07/25
+       0.5       0.0      89.0
+   0.0  -0.4  -1.4  -2.8  -4.2  -6.0  -7.4  -8.8  -9.6  -9.9
+  -9.7  -8.9  -7.7  -5.9  -3.3  -0.3   3.7   0.0   0.0
+      -0.6       0.0     119.0
+   0.0  -0.4  -1.0  -1.8  -2.6  -3.4  -4.2  -5.0  -5.7  -6.2
+  -6.2  -5.8  -5.1  -3.8  -2.1  -0.1   2.5   0.0   0.0
+ASH701945G_M    SCIT D/M element,REV.B,chokering with radome  NGS (  0) 03/07/25
+       0.7      -0.4      88.6
+   0.0  -0.5  -1.5  -2.9  -4.3  -5.9  -7.2  -8.4  -9.2  -9.4
+  -9.2  -8.5  -7.2  -5.5  -3.2  -0.3   3.4   0.0   0.0
+      -0.2      -0.4     117.6
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.6  -3.4  -4.3  -4.9  -5.3
+  -5.4  -5.0  -4.2  -2.8  -1.0   1.3   4.2   0.0   0.0
+ASH701945G_M    SNOW D/M element,REV.E,chokering with radome  NGS (  0) 03/03/17
+       1.0       0.3      90.5
+   0.0   0.7   0.3  -0.7  -2.1  -3.8  -5.3  -6.8  -7.8  -8.3
+  -8.0  -7.3  -5.9  -3.9  -1.1   2.1   6.4   0.0   0.0
+      -0.3      -0.3     118.3
+   0.0  -0.3  -0.6  -1.2  -1.8  -2.5  -3.3  -4.1  -4.7  -5.1
+  -5.2  -4.9  -4.2  -2.9  -1.1   1.1   4.1   0.0   0.0
+ASH701946.2          D/M element,REV.2,chokerings,GPS+GLONASS NGS (  2) 99/09/02
+       1.2       0.3      91.0
+   0.0  -0.3  -1.1  -2.2  -3.4  -4.8  -6.0  -7.1  -7.8  -8.1
+  -7.9  -7.3  -6.0  -4.4  -2.0   0.9   4.9   0.0   0.0
+       0.6       0.8     120.5
+   0.0  -0.3  -0.8  -1.4  -2.1  -2.9  -3.7  -4.5  -5.0  -5.4
+  -5.4  -5.1  -4.3  -3.1  -1.4   0.4   2.8   0.0   0.0
+ASH701946.3          D/M element,REV.3,chokerings,GPS+GLONASS NGS (  2) 99/09/02
+       1.2       0.3      91.0
+   0.0  -0.3  -1.1  -2.2  -3.4  -4.8  -6.0  -7.1  -7.8  -8.1
+  -7.9  -7.3  -6.0  -4.4  -2.0   0.9   4.9   0.0   0.0
+       0.6       0.8     120.5
+   0.0  -0.3  -0.8  -1.4  -2.1  -2.9  -3.7  -4.5  -5.0  -5.4
+  -5.4  -5.1  -4.3  -3.1  -1.4   0.4   2.8   0.0   0.0
+ASH701975.01A        Geodetic IV, Rev.A                       NGS (  3) 01/03/13
+      -1.5      -4.6      37.6
+   0.0   0.8   1.1   1.1   0.9   0.4  -0.1  -0.7  -1.1  -1.2
+  -1.1  -0.9  -0.4   0.4   1.6   3.2   5.5   0.0   0.0
+      -1.8      -3.8      54.3
+   0.0  -0.4  -0.7  -0.9  -1.0  -1.1  -1.1  -1.3  -1.5  -1.6
+  -1.5  -1.4  -1.2  -0.8  -0.4  -0.1   0.3   0.0   0.0
+ASH701975.01AGP      Geodetic IV, Rev.A with groundplane      NGS (  3) 05/11/16
+      -1.9      -3.1      44.9
+   0.0   3.9   7.1   9.4  10.9  11.7  12.1  11.8  11.3  10.7
+   9.9   9.1   8.3   7.7   7.6   8.1   9.7   0.0   0.0
+      -1.3       0.2      36.1
+   0.0  -1.0  -2.3  -3.9  -5.4  -6.9  -8.2  -9.3 -10.0 -10.3
+ -10.1  -9.2  -7.9  -6.1  -3.8  -1.5   1.0   0.0   0.0
+ASH701975.01B        Geodetic IV, Rev.B                       NGS (  3) 01/03/13
+      -1.5      -4.6      37.6
+   0.0   0.8   1.1   1.1   0.9   0.4  -0.1  -0.7  -1.1  -1.2
+  -1.1  -0.9  -0.4   0.4   1.6   3.2   5.5   0.0   0.0
+      -1.8      -3.8      54.3
+   0.0  -0.4  -0.7  -0.9  -1.0  -1.1  -1.1  -1.3  -1.5  -1.6
+  -1.5  -1.4  -1.2  -0.8  -0.4  -0.1   0.3   0.0   0.0
+ASH701975.01BGP      Geodetic IV, Rev. B w/Groundplane        NGS (  3) 05/11/16
+      -1.9      -3.1      44.9
+   0.0   3.9   7.1   9.4  10.9  11.7  12.1  11.8  11.3  10.7
+   9.9   9.1   8.3   7.7   7.6   8.1   9.7   0.0   0.0
+      -1.3       0.2      36.1
+   0.0  -1.0  -2.3  -3.9  -5.4  -6.9  -8.2  -9.3 -10.0 -10.3
+ -10.1  -9.2  -7.9  -6.1  -3.8  -1.5   1.0   0.0   0.0
+ASH_LOCUS       NONE Integrated L1 only Display to South      NGS (  1) 04/08/24
+       2.5       0.8     139.2
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.5  -3.0  -3.6  -3.9  -3.8
+  -3.6  -3.4  -3.2  -3.0  -2.9  -3.1  -3.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+DGR_QEDGE       NONE DataGrid QEDGE Active GPS L1L2 by Gutec  NGS (  3) 06/06/15
+       0.7       1.0      80.8
+   0.0   0.7   1.1   1.3   1.3   1.2   1.0   0.6   0.2   0.0
+  -0.2  -0.5  -0.7  -1.1  -1.3  -1.4  -1.2   0.0   0.0
+       2.0      -1.1      84.9
+   0.0  -0.7  -1.3  -1.6  -1.9  -2.2  -2.5  -2.8  -3.1  -3.4
+  -3.5  -3.5  -3.4  -3.3  -3.0  -2.9  -2.6   0.0   0.0
+GUTGPSL1L2A          L1/L2                                    NGS (  3) 04/10/15
+      -0.1      -0.4      79.3
+   0.0   1.0   1.7   2.0   2.3   2.3   2.1   1.8   1.6   1.5
+   1.4   1.2   1.0   0.8   0.6   0.4   0.6   0.0   0.0
+       3.0      -0.6      83.8
+   0.0  -0.1  -0.3  -0.7  -1.0  -1.5  -1.9  -2.3  -2.6  -2.9
+  -2.9  -2.7  -2.4  -2.0  -1.5  -1.1  -0.8   0.0   0.0
+JNSChokeRing_DM      Choke Ring -Radome                       NGS (  3) 05/03/28
+       2.4      -0.1      90.3
+   0.0   0.6   0.3  -0.8  -2.3  -4.0  -5.5  -6.8  -7.7  -7.9
+  -7.6  -6.8  -5.5  -3.7  -1.6   0.6   3.2   0.0   0.0
+      -0.4       0.1     117.5
+   0.0   1.1   1.3   1.0   0.3  -0.6  -1.5  -2.4  -3.1  -3.4
+  -3.3  -2.7  -1.7  -0.5   0.8   2.0   3.1   0.0   0.0
+JPLD/M_R             Dorne Margolin R, chokerings (Rogue,JPL) NGS (  0) 97/10/27
+       0.6      -0.5      59.2
+   0.0  -0.2  -0.9  -2.0  -3.3  -4.7  -6.0  -7.2  -8.0  -8.3
+  -8.1  -7.5  -6.3  -4.6  -2.2   0.8   4.8   0.0   0.0
+      -0.1      -0.6      88.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+JPSLEGANT_E          Legant on flat groundplane, External     NGS (  3) 99/02/05
+       1.3      -0.4      34.8
+   0.0  -1.7  -2.6  -2.9  -2.9  -2.7  -2.5  -2.3  -2.1  -1.8
+  -1.6  -1.5  -1.3  -1.0  -0.1   1.4   4.1   0.0   0.0
+       1.6      -1.7      53.9
+   0.0  -0.2  -0.3  -0.3  -0.3  -0.2  -0.1  -0.1   0.0   0.0
+   0.1   0.4   0.6   0.8   1.0   0.9   0.6   0.0   0.0
+JPSMARANT_GGD        Javad Marant                             NGS (  3) 02/04/10
+       1.9       0.0      62.7
+   0.0   0.5   0.7   0.8   0.8   0.7   0.6   0.5   0.4   0.6
+   0.8   1.0   1.3   1.5   1.9   2.2   2.8   0.0   0.0
+      -1.8      -0.6      71.8
+   0.0  -1.4  -2.3  -2.7  -2.8  -2.8  -2.7  -2.7  -2.8  -2.9
+  -2.9  -2.9  -2.8  -2.6  -2.2  -1.7  -0.8   0.0   0.0
+JPSODYSSEY_I         Integrated Antenna/Receiver              NGS (  1) 03/05/30
+       1.0      -2.4      69.7
+   0.0   0.5   0.8   0.9   0.9   0.8   0.6   0.4   0.2   0.1
+   0.2   0.3   0.5   0.7   1.2   1.8   3.1   0.0   0.0
+      -0.4      -2.3      81.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0  -0.1  -0.1  -0.2
+  -0.1   0.1   0.2   0.2   0.1  -0.5  -1.4   0.0   0.0
+JPSREGANT_DD_E       Regant dual depth chokerings, External   NGS (  1) 99/04/07
+       1.7      -0.3      94.3
+   0.0   0.3   0.4   0.1  -0.3  -0.9  -1.4  -2.0  -2.4  -2.5
+  -2.3  -2.0  -1.3  -0.3   1.2   3.1   5.9   0.0   0.0
+       0.9       0.7     110.7
+   0.0  -0.3  -0.5  -0.7  -0.8  -1.0  -1.3  -1.7  -2.1  -2.4
+  -2.5  -2.5  -2.1  -1.5  -0.5   0.8   2.6   0.0   0.0
+JPSREGANT_SD_E       Regant single depth chokerings, External NGS (  3) 99/02/05
+       1.6      -1.6      87.2
+   0.0   0.6   0.7   0.3  -0.2  -1.0  -1.7  -2.5  -3.0  -3.1
+  -2.8  -2.4  -1.5  -0.2   1.6   3.7   6.8   0.0   0.0
+       1.3      -0.1     111.7
+   0.0  -0.4  -0.8  -1.0  -1.2  -1.5  -1.7  -2.1  -2.5  -2.8
+  -2.9  -2.7  -2.3  -1.6  -0.5   0.8   2.6   0.0   0.0
+LEIAT202-GP          External micropulse L1/L2 -groundplane   NGS (  7) 98/06/01
+       2.8      -0.8      37.9
+   0.0  -0.2  -0.2   0.1   0.3   0.6   0.8   0.8   0.8   0.7
+   0.6   0.3  -0.1  -0.6  -1.0  -1.2  -0.7   0.0   0.0
+      -0.3       1.1      45.7
+   0.0  -1.2  -2.0  -2.6  -2.9  -3.2  -3.4  -3.7  -3.9  -4.2
+  -4.3  -4.3  -4.1  -3.8  -3.4  -2.9  -2.0   0.0   0.0
+LEIAT302-GP          External micropulse L1/L2 -groundplane   NGS (  7) 98/06/01
+       2.8      -0.8      37.9
+   0.0  -0.2  -0.2   0.1   0.3   0.6   0.8   0.8   0.8   0.7
+   0.6   0.3  -0.1  -0.6  -1.0  -1.2  -0.7   0.0   0.0
+      -0.3       1.1      45.7
+   0.0  -1.2  -2.0  -2.6  -2.9  -3.2  -3.4  -3.7  -3.9  -4.2
+  -4.3  -4.3  -4.1  -3.8  -3.4  -2.9  -2.0   0.0   0.0
+LEIAT303             Micropulse chokering antenna -radome     NGS (  4) 98/07/22
+       1.6      -1.0      59.4
+   0.0   1.2   1.5   1.2   0.5  -0.5  -1.6  -2.6  -3.3  -3.5
+  -3.4  -3.0  -2.1  -0.9   0.8   2.8   5.5   0.0   0.0
+       1.7       0.2      86.0
+   0.0   0.5   0.6   0.4   0.1  -0.3  -0.9  -1.5  -2.0  -2.3
+  -2.5  -2.3  -1.8  -1.1  -0.2   0.7   1.9   0.0   0.0
+LEIAT303        LEIC Micropulse chokering antenna +radome     NGS (  4) 98/07/22
+       1.3      -0.6      59.9
+   0.0   0.8   1.0   0.7   0.0  -0.9  -1.8  -2.8  -3.4  -3.7
+  -3.6  -3.3  -2.4  -1.3   0.5   2.6   5.6   0.0   0.0
+       1.6      -0.4      83.0
+   0.0   0.1   0.0  -0.2  -0.5  -0.8  -1.3  -1.7  -2.1  -2.4
+  -2.4  -2.2  -1.8  -1.1  -0.2   0.8   2.1   0.0   0.0
+LEIAT502             Aero element L1/L2, External             NGS (  2) 99/06/14
+       0.9       1.5      43.0
+   0.0   1.3   2.0   2.2   2.0   1.7   1.4   1.0   0.8   0.8
+   1.0   1.4   2.0   2.5   3.3   4.1   5.1   0.0   0.0
+      -1.5       1.2      57.5
+   0.0  -1.3  -2.0  -2.4  -2.4  -2.3  -2.3  -2.2  -2.2  -2.3
+  -2.4  -2.4  -2.4  -2.3  -2.3  -2.1  -1.8   0.0   0.0
+LEIAT503             Micropulse chokering antenna -radome     NGS (  4) 98/07/22
+       1.6      -1.0      59.4
+   0.0   1.2   1.5   1.2   0.5  -0.5  -1.6  -2.6  -3.3  -3.5
+  -3.4  -3.0  -2.1  -0.9   0.8   2.8   5.5   0.0   0.0
+       1.7       0.2      86.0
+   0.0   0.5   0.6   0.4   0.1  -0.3  -0.9  -1.5  -2.0  -2.3
+  -2.5  -2.3  -1.8  -1.1  -0.2   0.7   1.9   0.0   0.0
+LEIAT503        LEIC Micropulse chokering antenna +radome     NGS (  4) 98/07/22
+       1.3      -0.6      59.9
+   0.0   0.8   1.0   0.7   0.0  -0.9  -1.8  -2.8  -3.4  -3.7
+  -3.6  -3.3  -2.4  -1.3   0.5   2.6   5.6   0.0   0.0
+       1.6      -0.4      83.0
+   0.0   0.1   0.0  -0.2  -0.5  -0.8  -1.3  -1.7  -2.1  -2.4
+  -2.4  -2.2  -1.8  -1.1  -0.2   0.8   2.1   0.0   0.0
+LEIAT504             D/M element, chokerings, -radome         NGS (  2) 99/02/05
+       0.9      -0.8      90.5
+   0.0  -0.2  -1.0  -2.1  -3.3  -4.7  -6.0  -7.1  -7.9  -8.2
+  -8.0  -7.3  -6.1  -4.3  -1.8   1.3   5.4   0.0   0.0
+       1.0       0.5     120.3
+   0.0  -0.2  -0.6  -1.2  -1.8  -2.6  -3.4  -4.2  -4.8  -5.3
+  -5.4  -5.0  -4.3  -3.1  -1.4   0.5   3.1   0.0   0.0
+LEIAT504        LEIS D/M element, chokerings, +radome         NGS (  2) 04/01/07
+       3.1       0.8      87.7
+   0.0  -0.5  -1.6  -3.0  -4.5  -6.1  -7.6  -9.0  -9.9 -10.2
+ -10.0  -9.3  -7.9  -6.0  -3.3   0.0   4.5   0.0   0.0
+      -0.8       0.7     117.5
+   0.0   0.0  -0.3  -0.9  -1.6  -2.5  -3.3  -4.2  -4.9  -5.3
+  -5.4  -5.0  -4.1  -2.8  -1.0   1.1   3.6   0.0   0.0
+LEIAT504GG      LEIS L1/L2 choke ring, using DM T style       NGS (  2) 06/11/29
+       2.2       2.3      85.4
+   0.0  -0.4  -1.2  -2.6  -4.2  -5.8  -7.4  -8.6  -9.5  -9.7
+  -9.5  -8.6  -7.2  -5.2  -2.5   0.6   4.7   0.0   0.0
+       0.1       0.2     115.9
+   0.0   0.1  -0.2  -0.8  -1.4  -2.3  -3.1  -3.9  -4.6  -5.0
+  -5.0  -4.6  -3.7  -2.4  -0.8   1.0   3.2   0.0   0.0
+LEIAT504GG      NONE L1/L2 choke ring, DM-T style             NGS (  2) 06/11/20
+       2.6       0.8      88.6
+   0.0  -0.1  -0.8  -1.9  -3.3  -4.7  -6.1  -7.3  -8.2  -8.4
+  -8.2  -7.6  -6.4  -4.6  -2.3   0.7   4.6   0.0   0.0
+       0.0       0.3     118.3
+   0.0  -0.2  -0.6  -1.2  -1.9  -2.7  -3.5  -4.3  -4.9  -5.2
+  -5.1  -4.7  -3.9  -2.8  -1.3   0.4   2.5   0.0   0.0
+LEIAT504GG      SCIS L1/L2 CR, p/n:755267, using DM-T style   NGS (  2) 07/02/02
+       1.5       1.2      86.7
+   0.0  -0.2  -1.1  -2.4  -4.0  -5.6  -7.1  -8.5  -9.4  -9.7
+  -9.3  -8.6  -7.2  -5.3  -2.6   0.5   4.5   0.0   0.0
+      -0.2       0.1     117.3
+   0.0   0.1  -0.3  -1.0  -1.7  -2.5  -3.5  -4.3  -4.9  -5.3
+  -5.3  -4.9  -4.1  -2.8  -1.1   0.7   2.9   0.0   0.0
+LEIAT504GG      SCIT L1/L2 CR, p/n:755267, using DM-T style   NGS (  2) 07/02/07
+       1.7       2.5      87.8
+   0.0  -0.8  -1.8  -3.2  -4.7  -6.2  -7.6  -8.8  -9.6  -9.8
+  -9.5  -8.9  -7.7  -6.0  -3.6  -0.7   3.2   0.0   0.0
+       0.0       0.9     117.2
+   0.0  -0.1  -0.4  -1.0  -1.6  -2.4  -3.2  -4.1  -4.7  -5.2
+  -5.2  -4.9  -4.0  -2.7  -0.9   1.2   3.9   0.0   0.0
+LEIATX1230      NONE Internal Geodetic L1/L2, SmartTrack      NGS (  3) 06/08/22
+       1.0       2.0      91.8
+   0.0   0.4   0.6   0.7   0.7   0.5   0.3  -0.1  -0.4  -0.6
+  -0.8  -1.1  -1.2  -1.4  -1.4  -1.2  -0.5   0.0   0.0
+       0.0      -1.1      97.0
+   0.0  -1.7  -2.5  -2.8  -2.7  -2.5  -2.2  -2.1  -2.1  -2.4
+  -2.7  -3.1  -3.6  -4.2  -4.7  -5.3  -5.6   0.0   0.0
+LEIATX1230GG    NONE Integrated Geodetic L1/L2, SmartTrack    NGS (  3) 06/08/22
+       1.0       2.0      91.8
+   0.0   0.4   0.6   0.7   0.7   0.5   0.3  -0.1  -0.4  -0.6
+  -0.8  -1.1  -1.2  -1.4  -1.4  -1.2  -0.5   0.0   0.0
+       0.0      -1.1      97.0
+   0.0  -1.7  -2.5  -2.8  -2.7  -2.5  -2.2  -2.1  -2.1  -2.4
+  -2.7  -3.1  -3.6  -4.2  -4.7  -5.3  -5.6   0.0   0.0
+LEIAX1202       NONE L1/L2, H/ Rev. 1.04                      NGS (  2) 05/11/07
+       1.6      -1.4      66.7
+   0.0   0.8   1.2   1.4   1.2   1.0   0.7   0.1  -0.2  -0.2
+  -0.3  -0.5  -0.6  -0.9  -1.1  -1.5  -1.7   0.0   0.0
+      -0.6      -1.4      69.5
+   0.0  -0.2  -0.3  -0.4  -0.4  -0.4  -0.6  -0.7  -1.0  -1.2
+  -1.5  -1.7  -1.9  -2.1  -2.4  -2.9  -3.5   0.0   0.0
+LEIAX1202A      NONE L1/L2, H/W Rev. 1.01                     NGS (  3) 04/06/16
+       3.4      -1.2      64.6
+   0.0   0.7   1.1   1.2   1.1   0.9   0.7   0.3   0.1   0.0
+   0.0  -0.1  -0.1  -0.2  -0.1   0.0   0.4   0.0   0.0
+      -1.0      -0.9      69.0
+   0.0  -1.2  -1.8  -2.1  -2.1  -2.0  -2.0  -2.1  -2.2  -2.4
+  -2.6  -2.8  -2.9  -3.0  -3.0  -2.9  -2.4   0.0   0.0
+LEIAX1202GG     NONE GNSS, H/W Rev. 1.00                      NGS (  2) 06/09/29
+       1.8       0.3      65.9
+   0.0  -0.3  -0.4  -0.5  -0.7  -0.8  -1.0  -1.3  -1.5  -1.6
+  -1.6  -1.8  -2.1  -2.3  -2.4  -2.3  -1.7   0.0   0.0
+      -0.3       0.3      66.1
+   0.0  -0.7  -1.1  -1.3  -1.4  -1.4  -1.5  -1.7  -2.0  -2.3
+  -2.6  -2.7  -2.8  -2.7  -2.4  -2.2  -1.7   0.0   0.0
+LEISR299_INT         SR299, Internal with Ball element L1/L2  NGS (  2) 99/05/06
+       3.6       0.9     109.6
+   0.0   0.2   0.3   0.1  -0.2  -0.5  -0.7  -0.9  -0.9  -0.7
+  -0.3   0.1   0.5   0.7   1.1   0.9   0.9   0.0   0.0
+       2.3      -1.7     114.1
+   0.0  -0.1  -0.3  -0.6  -0.8  -1.2  -1.6  -2.0  -2.4  -2.7
+  -2.8  -2.6  -2.2  -1.5  -0.6   0.5   2.0   0.0   0.0
+LEISR399_INT         SR399 Internal Mod. Mount Design L1/L2   NGS (  3) 03/01/13
+       3.2       1.1      91.8
+   0.0   2.0   3.1   3.6   3.7   3.4   3.0   2.5   2.1   1.9
+   2.1   2.3   2.8   3.5   4.6   5.9   7.8   0.0   0.0
+       0.1      -2.8     101.8
+   0.0  -0.4  -0.4   0.0   0.4   0.8   1.2   1.3   1.4   1.3
+   1.2   1.2   1.1   1.0   1.1   1.2   1.6   0.0   0.0
+LEISR399_INTA        SR399, Internal with Ball element L1/L2  NGS (  2) 99/05/06
+       3.6       0.9     109.6
+   0.0   0.2   0.3   0.1  -0.2  -0.5  -0.7  -0.9  -0.9  -0.7
+  -0.3   0.1   0.5   0.7   1.1   0.9   0.9   0.0   0.0
+       2.3      -1.7     114.1
+   0.0  -0.1  -0.3  -0.6  -0.8  -1.2  -1.6  -2.0  -2.4  -2.7
+  -2.8  -2.6  -2.2  -1.5  -0.6   0.5   2.0   0.0   0.0
+MAC4647942      MMAC Macrometer crossed-dipole, +radome       NGS (  1) 97/10/27
+      -0.8       2.3     120.8
+   0.0  -4.5  -4.9  -2.8   0.7   4.7   8.3  10.9  12.3  12.3
+  11.0   8.2   4.7   0.8  -2.3  -3.8  -2.2   0.0   0.0
+       0.4       2.7      93.3
+   0.0  -3.5  -4.2  -3.1  -1.1   1.1   3.0   4.2   4.5   4.0
+   2.8   1.3  -0.2  -1.2  -0.7   1.7   7.5   0.0   0.0
+MAG105645            L1/L2 GPS                                NGS (  2) 00/12/21
+       1.2       3.1      46.8
+   0.0   0.7   0.9   0.8   0.5   0.1  -0.2  -0.6  -0.7  -0.6
+  -0.3   0.0   0.5   1.0   1.6   2.2   3.2   0.0   0.0
+      -0.4      -0.3      52.9
+   0.0  -2.1  -2.9  -2.9  -2.3  -1.5  -0.9  -0.6  -0.5  -0.7
+  -1.1  -1.5  -1.9  -1.9  -1.2   0.2   3.2   0.0   0.0
+MPL1230              L1/L2 Surveying, Choke Ring              NGS (  3) 02/10/16
+       0.6      -0.3     113.9
+   0.0   0.6   0.7   0.3  -0.3  -1.1  -2.0  -2.9  -3.6  -4.0
+  -4.0  -3.8  -3.0  -1.7   0.4   3.2   7.2   0.0   0.0
+      -0.4      -0.7     139.1
+   0.0  -0.2  -0.6  -1.0  -1.5  -2.0  -2.6  -3.2  -3.7  -4.1
+  -4.1  -3.8  -3.2  -2.2  -0.7   1.1   3.4   0.0   0.0
+MPL1370W             L1                                       NGS (  2) 02/10/16
+      -1.5      -1.2      41.3
+   0.0   0.7   1.1   1.1   0.9   0.5   0.2  -0.2  -0.4  -0.3
+  -0.1   0.0   0.1   0.1  -0.1  -0.6  -1.3   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+MPL_WAAS_2224NW      WAAS Unit 2224NW                         NGS (  1) 02/03/11
+       0.2      -4.8     448.5
+   0.0   0.2   0.4   0.7   1.0   1.3   1.7   2.1   2.6   3.1
+   3.6   3.8   3.7   3.0   1.9   0.1  -2.3   0.0   0.0
+      -0.6      -4.5     458.6
+   0.0  -2.7  -3.7  -3.4  -2.4  -1.1   0.2   1.3   1.9   2.1
+   2.0   1.5   0.7  -0.1  -0.7  -0.9  -0.2   0.0   0.0
+MPL_WAAS_2225NW      WAAS L1/L2/L5                            NGS (  2) 04/02/02
+       0.8      -4.0     443.8
+   0.0  -0.5  -0.8  -0.9  -0.9  -0.8  -0.7  -0.7  -0.8  -0.8
+  -0.9  -1.3  -1.8  -2.6  -3.6  -4.7  -5.6   0.0   0.0
+      -0.9      -1.0     456.8
+   0.0  -2.5  -3.3  -2.9  -1.8  -0.6   0.5   1.2   1.5   1.1
+   0.4  -0.8  -2.2  -3.7  -4.9  -5.6  -5.1   0.0   0.0
+NAVAN2004T           Quad Feed, Dipole                        NGS (  3) 03/03/05
+      -0.9      -1.1      39.9
+   0.0   1.8   2.8   3.3   3.3   3.1   2.7   2.2   1.9   1.9
+   2.1   2.3   2.8   3.3   4.1   5.0   6.2   0.0   0.0
+      -3.4      -1.9      63.0
+   0.0  -1.3  -2.0  -2.1  -1.9  -1.5  -0.9  -0.5  -0.2   0.1
+   0.2   0.3   0.1  -0.3  -0.9  -2.0  -3.3   0.0   0.0
+NAVAN2008T           Airborne Applications Dipole             NGS (  3) 03/03/17
+       1.4       0.0      10.8
+   0.0   1.2   1.7   1.9   1.6   1.1   0.6   0.0  -0.4  -0.6
+  -0.4  -0.2   0.4   1.3   2.4   3.9   5.9   0.0   0.0
+       0.2      -1.0      25.9
+   0.0   0.7   1.1   1.1   0.9   0.4  -0.3  -1.1  -1.9  -2.5
+  -2.8  -2.6  -2.0  -0.7   1.3   4.0   7.6   0.0   0.0
+NAVRT3010S           RTK GPS Antenna+Receiver                 NGS (  3) 03/03/05
+       0.8       2.4     113.3
+   0.0   0.7   0.9   0.8   0.6   0.1  -0.4  -0.9  -1.1  -1.2
+  -1.0  -0.7  -0.2   0.5   1.5   2.7   4.5   0.0   0.0
+      -1.5      -4.1     116.3
+   0.0   0.3   0.5   0.4   0.2  -0.3  -0.9  -1.8  -2.4  -3.1
+  -3.5  -3.4  -2.8  -1.6   0.4   3.2   7.0   0.0   0.0
+NAVSF2040G           GIS Sensor Antenna+Receiver              NGS (  3) 03/03/05
+       1.9       2.0     113.9
+   0.0   1.5   2.2   2.2   1.8   1.2   0.4  -0.3  -0.7  -0.8
+  -0.5  -0.1   0.7   1.5   2.6   3.6   5.0   0.0   0.0
+      -0.8      -4.1     116.1
+   0.0   1.5   2.3   2.6   2.5   2.1   1.4   0.5  -0.2  -0.9
+  -1.2  -1.1  -0.5   0.6   2.4   4.7   7.8   0.0   0.0
+NGSD/M+GP60          D/M antenna with extended groundplane    NGS (  1) 98/09/14
+       1.2       0.5       0.7
+   0.0 -12.7 -19.5 -22.2 -22.2 -20.6 -18.5 -16.6 -15.3 -14.9
+ -15.4 -17.0 -19.0 -21.1 -22.0 -21.0 -16.3   0.0   0.0
+      -1.4      -1.3     -21.0
+   0.0  14.3  25.5  33.7  39.5  42.9  44.4  44.3  43.1  41.2
+  39.3  37.7  36.8  37.2  39.4  43.7  50.8   0.0   0.0
+NOV501               GPS-501 L1                               NGS (  3) 99/02/05
+      -0.2       1.5      37.0
+   0.0   4.0   6.3   7.1   7.0   6.3   5.4   4.4   3.7   3.4
+   3.6   3.9   4.6   5.5   6.3   6.9   7.3   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+NOV501+CR            GPS-501 L1, chokerings                   NGS (  3) 99/02/05
+      -0.4       1.6      78.2
+   0.0   0.2   0.2   0.0  -0.4  -0.9  -1.5  -2.2  -2.6  -2.9
+  -2.9  -2.7  -2.3  -1.5  -0.2   1.6   4.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+NOV502               GPS-502 L1/L2                            NGS (  3) 99/02/05
+      -0.5      -1.8      41.2
+   0.0  -2.3  -3.3  -3.6  -3.3  -2.8  -2.2  -1.9  -1.5  -1.4
+  -1.3  -1.4  -1.4  -1.2  -0.4   1.3   4.7   0.0   0.0
+       0.3      -2.3      59.1
+   0.0  -0.8  -1.6  -2.5  -3.2  -3.8  -4.2  -4.5  -4.5  -4.3
+  -3.9  -3.4  -2.8  -2.4  -2.3  -3.0  -4.4   0.0   0.0
+NOV502+CR            GPS-502 L1/L2, chokerings                NGS (  3) 99/02/05
+      -0.7      -2.9      28.6
+   0.0  -0.2  -0.6  -1.1  -1.8  -2.7  -3.6  -4.5  -5.2  -5.6
+  -5.6  -5.2  -4.2  -2.4   0.4   4.2   9.9   0.0   0.0
+       0.6      -1.3      67.8
+   0.0  -0.2  -0.7  -1.3  -1.9  -2.5  -3.2  -3.8  -4.3  -4.6
+  -4.6  -4.2  -3.4  -2.3  -0.8   0.9   3.0   0.0   0.0
+NOV503+CR            GPS-503 L1/L2, chokerings                NGS (  2) 00/08/22
+       2.9      -1.9      67.7
+   0.0   0.1  -0.1  -0.5  -1.0  -1.7  -2.3  -3.0  -3.5  -3.7
+  -3.5  -3.3  -2.6  -1.6   0.1   2.4   5.8   0.0   0.0
+      -0.2      -0.3      84.4
+   0.0  -1.6  -2.8  -3.6  -4.4  -5.1  -5.7  -6.4  -6.9  -7.4
+  -7.5  -7.3  -6.5  -5.2  -3.0  -0.2   3.8   0.0   0.0
+NOV503+CR       SPKE GPS-503 L1/L2, chokerings,radome         NGS (  2) 00/08/22
+       2.6      -3.1      68.3
+   0.0  -0.3  -0.4  -0.6  -0.9  -1.3  -1.6  -2.1  -2.4  -2.7
+  -2.6  -2.5  -2.1  -1.3   0.2   2.3   5.7   0.0   0.0
+      -0.9      -0.8      86.7
+   0.0  -1.2  -2.2  -3.0  -3.6  -4.1  -4.7  -5.2  -5.6  -6.0
+  -6.1  -5.7  -5.1  -3.9  -2.1   0.1   3.3   0.0   0.0
+NOV512               Aviation L1/L2                           NGS (  1) 03/05/30
+       0.9       2.3       8.4
+   0.0   2.0   2.7   2.4   1.4   0.2  -1.1  -2.3  -3.1  -3.4
+  -3.2  -2.7  -1.7  -0.4   1.1   2.5   4.1   0.0   0.0
+      -0.5      -3.9      25.3
+   0.0   4.3   6.5   7.2   6.8   5.7   4.3   2.8   1.5   0.7
+   0.5   1.0   2.2   3.9   6.1   8.3  10.6   0.0   0.0
+NOV531               GPS-531 L1                               NGS (  3) 99/02/05
+       1.6      -1.7      46.5
+   0.0  -1.6  -2.3  -2.4  -2.2  -1.8  -1.5  -1.4  -1.4  -1.5
+  -1.6  -2.0  -2.3  -2.4  -2.0  -0.9   1.7   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+NOV531+CR            GPS-531 L1, chokerings                   NGS (  3) 99/02/05
+       2.1      -2.3      32.9
+   0.0  -0.4  -0.9  -1.6  -2.4  -3.3  -4.2  -5.1  -5.8  -6.1
+  -6.0  -5.7  -4.7  -3.3  -0.9   2.4   7.1   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+NOV533          DOME L1/L2 compact CR, ANT-533 w/radome       NGS (  2) 06/06/17
+       1.3      -0.6      68.2
+   0.0  -0.3  -0.7  -1.2  -2.0  -2.8  -3.6  -4.4  -5.0  -5.3
+  -5.3  -5.2  -4.5  -3.6  -2.0   0.2   3.4   0.0   0.0
+       0.1       0.8      62.1
+   0.0   0.2   0.1  -0.4  -0.9  -1.7  -2.5  -3.2  -3.8  -4.3
+  -4.3  -3.9  -3.2  -2.1  -0.6   1.1   3.0   0.0   0.0
+NOV600               GPS-600 L1/L2                            NGS (  3) 01/03/13
+      -0.7      -0.2      71.7
+   0.0   0.5   0.7   0.7   0.7   0.5   0.2  -0.1  -0.2  -0.2
+   0.0   0.1   0.4   0.8   1.4   2.2   3.6   0.0   0.0
+       0.1      -1.0      83.9
+   0.0  -0.7  -1.1  -1.3  -1.3  -1.2  -1.2  -1.3  -1.5  -1.6
+  -1.7  -1.7  -1.6  -1.4  -1.0  -0.6   0.1   0.0   0.0
+NOV702L_1.01    NONE GPS-702L p/n:01017509, h/w Rev. 1.01     NGS (  3) 06/02/10
+       2.4      -1.6      62.3
+   0.0   1.2   1.9   2.2   2.2   2.0   1.8   1.4   1.1   1.0
+   1.1   1.0   1.0   0.9   0.8   0.5   0.4   0.0   0.0
+       0.2      -3.6      63.8
+   0.0  -0.2  -0.4  -0.5  -0.5  -0.5  -0.5  -0.6  -0.8  -0.9
+  -1.0  -1.0  -1.1  -1.2  -1.4  -2.0  -2.7   0.0   0.0
+NOV702_2.02          GPS-702 Rev. 2.02 L1/L2                  NGS (  2) 03/07/25
+       1.5       0.9      64.9
+   0.0   0.5   0.8   0.8   0.7   0.6   0.5   0.2   0.1   0.2
+   0.4   0.5   0.8   1.1   1.6   2.1   2.9   0.0   0.0
+      -2.3      -0.3      69.1
+   0.0  -1.0  -1.4  -1.7  -1.6  -1.6  -1.5  -1.5  -1.5  -1.7
+  -1.6  -1.6  -1.6  -1.6  -1.5  -1.6  -1.5   0.0   0.0
+NOV702_3.00          GPS-702 Rev.3.00 L1/L2                   NGS (  2) 04/10/27
+       3.0      -1.0      68.4
+   0.0   0.0   0.1   0.0   0.0  -0.2  -0.5  -0.8  -1.1  -1.3
+  -1.4  -1.7  -1.7  -1.8  -1.8  -1.4  -0.4   0.0   0.0
+      -0.6      -1.4      70.9
+   0.0  -0.9  -1.3  -1.5  -1.5  -1.5  -1.6  -1.7  -2.0  -2.2
+  -2.4  -2.7  -2.8  -2.9  -2.8  -2.7  -2.3   0.0   0.0
+NOV_WAAS_600         WAAS Antenna with Novatel Element        NGS (  2) 03/10/22
+      -1.6      -0.3     374.2
+   0.0   0.4   0.6   0.6   0.7   0.5   0.3   0.1   0.0   0.0
+   0.1   0.2   0.5   1.0   1.6   2.7   4.3   0.0   0.0
+      -3.1      -3.9     389.6
+   0.0   1.2   1.6   1.6   1.2   0.7  -0.1  -0.8  -1.4  -1.9
+  -2.0  -1.7  -1.0   0.2   1.7   3.2   5.1   0.0   0.0
+SEN67157514          L1/L2, P/N:S67-1575-14 (+26dB amp)       NGS (  6) 97/10/27
+      -1.9       1.8       7.1
+   0.0   1.1   1.4   1.0   0.2  -0.9  -1.9  -2.9  -3.5  -3.6
+  -3.4  -2.8  -1.9  -0.8   0.6   2.1   3.9   0.0   0.0
+       0.0      -0.8      18.8
+   0.0   2.5   3.6   3.8   3.3   2.3   1.2   0.1  -0.8  -1.4
+  -1.4  -0.8   0.3   1.9   4.0   6.2   8.4   0.0   0.0
+SEN67157514+CR       L1/L2, P/N:S67-1575-14, (+26dB amp), +cr NGS (  1) 97/10/27
+       0.7      -0.1      14.1
+   0.0   0.5   0.5   0.1  -0.5  -1.3  -2.1  -2.9  -3.5  -3.7
+  -3.6  -3.3  -2.6  -1.6  -0.2   1.7   4.4   0.0   0.0
+      -2.1      -1.0      26.6
+   0.0   0.3   0.3  -0.1  -0.6  -1.3  -2.0  -2.7  -3.2  -3.5
+  -3.5  -3.1  -2.4  -1.3   0.0   1.3   2.9   0.0   0.0
+SEN67157549          L1, P/N:S67-1575-49                      NGS (  3) 97/10/27
+       1.3      -0.9       5.2
+   0.0   2.0   2.8   2.7   2.1   1.0   0.0  -1.1  -1.8  -2.1
+  -1.9  -1.4  -0.6   0.4   1.5   2.4   3.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+SEN67157549+CR       L1, P/N:S67-1575-49, +chokerings         NGS (  1) 97/10/27
+       0.8       0.1      14.4
+   0.0   0.4   0.4   0.1  -0.5  -1.2  -1.9  -2.7  -3.3  -3.5
+  -3.4  -3.2  -2.5  -1.5   0.0   1.9   4.7   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+SEN67157596          L1/L2, PN:S67-1575-96                    NGS (  3) 97/10/27
+       0.5       0.0       3.0
+   0.0   1.0   1.2   0.9   0.1  -0.8  -1.7  -2.6  -3.2  -3.4
+  -3.1  -2.6  -1.7  -0.4   1.3   3.2   5.7   0.0   0.0
+       3.9      -2.4      21.5
+   0.0   2.2   3.3   3.6   3.4   2.8   1.9   0.9   0.1  -0.5
+  -0.5  -0.1   0.8   2.2   4.0   6.1   8.5   0.0   0.0
+SEN67157596+CR       L1/L2, PN:S67-1575-96, +chokerings       NGS (  1) 97/10/27
+       1.8       0.8      13.2
+   0.0   0.0  -0.2  -0.7  -1.3  -2.0  -2.7  -3.5  -4.0  -4.2
+  -4.2  -4.0  -3.3  -2.4  -0.9   1.2   4.2   0.0   0.0
+       1.9      -0.7      26.3
+   0.0  -0.2  -0.5  -1.0  -1.5  -2.1  -2.8  -3.4  -4.0  -4.3
+  -4.4  -4.1  -3.4  -2.4  -1.0   0.5   2.5   0.0   0.0
+SMICR3B              AeroAnt AT2775-159W no radome            NGS (  3) 05/04/15
+       1.0       0.1      74.5
+   0.0   0.2   0.1  -0.3  -0.8  -1.4  -2.1  -2.8  -3.4  -3.7
+  -3.7  -3.7  -3.2  -2.4  -1.0   1.0   3.9   0.0   0.0
+       0.4       2.1      89.8
+   0.0   0.1  -0.2  -0.8  -1.5  -2.4  -3.3  -4.2  -4.9  -5.4
+  -5.3  -4.9  -3.9  -2.5  -0.7   1.4   3.9   0.0   0.0
+SMICR3B         SPKE AeroAnt AT2775-159W +radome              NGS (  3) 05/04/08
+       0.4       0.1      77.2
+   0.0  -0.2  -0.3  -0.5  -0.6  -0.9  -1.2  -1.6  -2.1  -2.4
+  -2.6  -2.7  -2.6  -2.2  -1.2   0.5   3.4   0.0   0.0
+       0.1       1.3      93.0
+   0.0  -0.1  -0.4  -0.9  -1.5  -2.3  -3.1  -3.9  -4.4  -4.9
+  -4.9  -4.5  -3.8  -2.7  -1.1   0.7   2.8   0.0   0.0
+SOK502               L1/L2 GPS                                NGS (  3) 99/02/05
+      -0.5      -1.8      41.2
+   0.0  -2.3  -3.3  -3.6  -3.3  -2.8  -2.2  -1.9  -1.5  -1.4
+  -1.3  -1.4  -1.4  -1.2  -0.4   1.3   4.7   0.0   0.0
+       0.3      -2.3      59.1
+   0.0  -0.8  -1.6  -2.5  -3.2  -3.8  -4.2  -4.5  -4.5  -4.3
+  -3.9  -3.4  -2.8  -2.4  -2.3  -3.0  -4.4   0.0   0.0
+SOK600               L1/L2 GPS (Pinwheel Technology)          NGS (  3) 01/03/13
+      -0.7      -0.2      71.7
+   0.0   0.5   0.7   0.7   0.7   0.5   0.2  -0.1  -0.2  -0.2
+   0.0   0.1   0.4   0.8   1.4   2.2   3.6   0.0   0.0
+       0.1      -1.0      83.9
+   0.0  -0.7  -1.1  -1.3  -1.3  -1.2  -1.2  -1.3  -1.5  -1.6
+  -1.7  -1.7  -1.6  -1.4  -1.0  -0.6   0.1   0.0   0.0
+SOK702               GPS-702 L1/L2                            NGS (  2) 04/10/27
+       3.0      -1.0      68.4
+   0.0   0.0   0.1   0.0   0.0  -0.2  -0.5  -0.8  -1.1  -1.3
+  -1.4  -1.7  -1.7  -1.8  -1.8  -1.4  -0.4   0.0   0.0
+      -0.6      -1.4      70.9
+   0.0  -0.9  -1.3  -1.5  -1.5  -1.5  -1.6  -1.7  -2.0  -2.2
+  -2.4  -2.7  -2.8  -2.9  -2.8  -2.7  -2.3   0.0   0.0
+SOKA110              L1                                       NGS (  3) 01/03/06
+       0.3      -1.7      90.2
+   0.0   0.2   0.5   0.9   1.2   1.5   1.7   1.8   1.9   2.1
+   2.3   2.2   2.1   1.8   1.6   1.3   1.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+SOKA120              L1/L2                                    NGS (  2) 01/03/06
+      -0.9       0.0      88.1
+   0.0  -0.2   0.0   0.2   0.5   0.7   1.0   1.2   1.4   1.5
+   1.7   1.6   1.5   1.1   0.8   0.5   0.6   0.0   0.0
+       0.6      -1.3      95.9
+   0.0  -0.4  -0.8  -1.2  -1.7  -2.3  -2.7  -3.3  -3.7  -4.1
+  -4.1  -3.9  -3.4  -2.9  -2.1  -1.4  -0.4   0.0   0.0
+SOKSTRATUS           Receiver + L1 Antenna                    NGS (  2) 03/08/25
+       2.2      -3.1     120.6
+   0.0   0.4   0.7   0.8   1.0   1.0   1.0   0.9   0.8   0.8
+   0.8   0.7   0.4  -0.2  -1.0  -2.2  -3.3   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+SOK_GSR2700IS   NONE Integrated p/n:502-0-0040 h/w Rev. 1.00  NGS (  2) 06/03/27
+      -0.5      -0.5     106.9
+   0.0   0.9   1.3   1.4   1.3   1.1   0.7   0.2  -0.1  -0.1
+  -0.2  -0.2  -0.1  -0.1   0.0   0.0   0.4   0.0   0.0
+       0.4       0.0     115.7
+   0.0   0.6   0.9   0.9   0.7   0.4   0.1  -0.4  -0.8  -1.1
+  -1.2  -1.0  -0.8  -0.3   0.0   0.2   0.3   0.0   0.0
+SOK_LOCUS       NONE Integrated L1 only Display to South      NGS (  1) 04/08/24
+       2.5       0.8     139.2
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.5  -3.0  -3.6  -3.9  -3.8
+  -3.6  -3.4  -3.2  -3.0  -2.9  -3.1  -3.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+SOK_RADIAN_IS        Sokkia Radian IS                         NGS (  3) 01/05/17
+       0.8      -1.2     145.0
+   0.0  -0.5  -0.7  -0.8  -0.8  -0.7  -0.6  -0.6  -0.5  -0.3
+  -0.1   0.0   0.1   0.2   0.4   0.8   1.8   0.0   0.0
+      -2.2      -0.7     154.1
+   0.0  -0.7  -1.0  -1.2  -1.1  -1.0  -0.8  -0.8  -0.7  -0.7
+  -0.7  -0.6  -0.5  -0.5  -0.5  -0.7  -0.9   0.0   0.0
+SPP571212238+GP      groundplane                              NGS (  2) 00/08/22
+       0.9       1.5      76.1
+   0.0  -1.3  -1.6  -1.3  -0.7  -0.2   0.5   0.8   1.0   1.1
+   1.2   0.9   1.0   1.2   2.1   4.1   7.6   0.0   0.0
+      -1.5       2.5      68.6
+   0.0  -2.8  -5.0  -6.7  -8.0  -9.0  -9.8 -10.5 -10.8 -11.0
+ -10.8 -10.2  -9.2  -7.8  -5.9  -3.4  -0.4   0.0   0.0
+SPP571908273+CR      chokerings, oblong antenna element       NGS (  1) 99/09/02
+       5.9      -2.6      67.4
+   0.0   0.9   1.2   1.0   0.5  -0.3  -1.0  -1.8  -2.3  -2.4
+  -2.1  -1.7  -0.8   0.4   2.0   3.9   6.4   0.0   0.0
+       3.0       0.5      87.8
+   0.0   0.3   0.2  -0.3  -0.9  -1.8  -2.7  -3.6  -4.4  -5.0
+  -5.1  -4.7  -3.9  -2.5  -0.6   1.8   4.8   0.0   0.0
+SPP571908273+CR SPKE CR, oblong antenna element, +rd          NGS (  1) 99/09/02
+       6.0      -3.4      65.7
+   0.0  -0.8  -1.3  -1.6  -1.7  -1.9  -2.1  -2.4  -2.6  -2.8
+  -2.8  -2.7  -2.3  -1.5   0.1   2.6   6.6   0.0   0.0
+       3.5       0.0      88.8
+   0.0   1.2   1.6   1.4   0.8   0.1  -0.8  -1.7  -2.3  -2.7
+  -2.6  -2.2  -1.3  -0.1   1.3   2.7   4.2   0.0   0.0
+THA800961+REC        Z-Max receiver + ant                     NGS (  3) 04/03/24
+      -1.1      -3.6     343.4
+   0.0  -0.7  -1.0  -1.3  -1.5  -1.6  -1.9  -2.2  -2.6  -2.8
+  -3.0  -3.4  -3.5  -3.6  -3.2  -2.3  -0.5   0.0   0.0
+      -0.4      -2.1     351.5
+   0.0   0.1   0.3   0.5   0.8   1.0   1.1   0.9   0.7   0.4
+   0.1  -0.2  -0.5  -0.9  -1.2  -1.7  -2.1   0.0   0.0
+THA800961+RTK        Z-Max w/RTK adaptor                      NGS (  4) 04/07/12
+       4.4      -2.8     347.2
+   0.0  -2.4  -3.7  -4.4  -4.7  -4.8  -4.9  -5.0  -5.2  -5.4
+  -5.7  -6.1  -6.4  -6.6  -6.2  -5.1  -2.6   0.0   0.0
+       3.7      -1.4     353.2
+   0.0   0.5   0.4   0.0  -0.6  -1.1  -1.6  -2.0  -2.2  -2.2
+  -1.9  -1.5  -1.1  -0.9  -1.1  -2.3  -4.4   0.0   0.0
+THA800961RECUHF      Z-Max receiver +UHF Vortex adaptor       NGS (  4) 04/03/26
+       9.4      -3.7     793.0
+   0.0  -0.5  -0.7  -0.8  -0.9  -0.9  -1.0  -1.3  -1.5  -1.7
+  -1.8  -2.1  -2.3  -2.5  -2.3  -1.9  -0.7   0.0   0.0
+       8.3      -0.6     798.9
+   0.0   2.1   3.3   3.8   4.0   3.7   3.4   3.0   2.6   2.3
+   2.3   2.5   2.7   2.8   2.6   1.8   0.1   0.0   0.0
+THA800961RTKUHF      Z-Max Receiver+RTK+UHF Vortex adaptors   NGS (  3) 04/03/22
+      10.0      -4.2     791.5
+   0.0   0.7   1.3   1.6   1.8   1.8   1.6   1.3   1.0   0.7
+   0.5   0.3   0.3   0.4   0.8   1.6   3.4   0.0   0.0
+       8.9      -2.0     799.7
+   0.0   0.2   0.4   0.7   1.0   1.1   1.2   1.0   0.8   0.6
+   0.3   0.1   0.0  -0.2  -0.2  -0.4  -0.5   0.0   0.0
+THANAP002            microstrip, Geodetic                     NGS (  2) 05/05/11
+       0.9       3.7      28.7
+   0.0   1.2   2.2   2.8   3.2   3.1   2.9   2.4   1.8   1.3
+   0.8   0.3   0.2   0.4   1.4   3.1   6.2   0.0   0.0
+      -2.0      -0.7      42.3
+   0.0  -2.3  -3.6  -4.2  -4.3  -4.1  -3.8  -3.6  -3.6  -3.6
+  -3.9  -4.2  -4.8  -5.6  -6.5  -7.8  -9.1   0.0   0.0
+TOP72110             D/M element (used with Turbo-SII)        NGS (  1) 97/10/27
+      -0.6       1.2     117.2
+   0.0  -0.8  -1.1  -1.1  -0.8  -0.5   0.0   0.3   0.6   0.8
+   0.9   0.7   0.1  -0.9  -2.1  -3.7  -5.3   0.0   0.0
+       0.9       2.1     108.7
+   0.0   0.5   0.5   0.3   0.0  -0.5  -0.9  -1.5  -1.8  -2.1
+  -2.0  -1.7  -1.3  -0.8  -0.2   0.0   0.0   0.0   0.0
+TPSCR3_GGD           Choke Ring                               NGS (  3) 02/03/11
+       0.7      -0.5      61.7
+   0.0   0.6   0.4  -0.4  -1.6  -2.9  -4.2  -5.4  -6.2  -6.5
+  -6.2  -5.5  -4.3  -2.8  -0.7   1.7   4.7   0.0   0.0
+       0.6       0.2      95.6
+   0.0  -0.6  -1.0  -1.3  -1.6  -1.9  -2.3  -2.7  -3.0  -3.4
+  -3.5  -3.3  -2.9  -2.1  -1.0   0.5   2.5   0.0   0.0
+TPSCR3_GGD      CONE Choke Ring with Radome                   NGS (  3) 02/03/11
+       0.8      -0.4      61.5
+   0.0   1.0   1.0   0.4  -0.7  -2.1  -3.4  -4.7  -5.5  -5.9
+  -5.7  -5.1  -3.9  -2.2   0.1   2.9   6.4   0.0   0.0
+       0.3       0.0      94.8
+   0.0  -0.9  -1.5  -1.8  -1.9  -2.1  -2.3  -2.5  -2.8  -3.1
+  -3.3  -3.2  -2.9  -2.3  -1.2   0.2   2.3   0.0   0.0
+TPSCR4               Choke Ring                               NGS (  3) 03/04/07
+       0.9      -0.3      91.1
+   0.0   0.1  -0.6  -1.6  -3.0  -4.4  -5.8  -7.0  -7.8  -8.1
+  -7.9  -7.3  -6.1  -4.4  -1.9   1.0   4.9   0.0   0.0
+      -0.2      -1.3     120.4
+   0.0  -0.3  -0.8  -1.4  -2.1  -2.9  -3.7  -4.6  -5.2  -5.6
+  -5.6  -5.2  -4.4  -3.3  -1.7   0.2   2.4   0.0   0.0
+TPSCR4          CONE Choke Ring with radome                   NGS (  3) 03/04/07
+       0.8       0.1      90.4
+   0.0   0.4   0.0  -0.9  -2.1  -3.6  -5.0  -6.4  -7.4  -7.8
+  -7.7  -7.1  -5.8  -3.9  -1.1   2.5   7.2   0.0   0.0
+      -0.1      -1.3     118.9
+   0.0  -0.7  -1.4  -2.0  -2.6  -3.2  -3.9  -4.5  -5.1  -5.4
+  -5.5  -5.2  -4.6  -3.5  -2.0   0.0   2.5   0.0   0.0
+TPSCR_G3        NONE Topcon chokering, p/n: 01-044301-01      NGS (  3) 06/06/07
+       0.9       0.4      88.1
+   0.0  -0.1  -0.9  -2.2  -3.8  -5.4  -6.9  -8.2  -9.0  -9.3
+  -9.0  -8.2  -6.8  -4.9  -2.4   0.6   4.4   0.0   0.0
+       0.4       0.3     118.4
+   0.0  -0.1  -0.4  -0.9  -1.4  -2.0  -2.6  -3.3  -3.8  -4.2
+  -4.3  -4.0  -3.4  -2.5  -1.1   0.4   2.4   0.0   0.0
+TPSCR_G3        TPSD L1/L2 CR, p/n:01-044301-01               NGS (  3) 07/02/24
+       0.8      -0.1      84.7
+   0.0  -0.3  -1.3  -2.8  -4.6  -6.5  -8.2  -9.7 -10.6 -10.8
+ -10.4  -9.5  -7.9  -5.7  -2.9   0.5   4.7   0.0   0.0
+       0.3       0.1     118.3
+   0.0  -0.1  -0.4  -0.8  -1.4  -2.0  -2.6  -3.3  -3.9  -4.2
+  -4.3  -4.0  -3.4  -2.4  -1.0   0.5   2.4   0.0   0.0
+TPSG3_A1        DOME L1/L2 w/GP + DOME, p/n:01-850651-01      NGS (  3) 06/11/06
+       1.0      -0.3      32.5
+   0.0   1.5   2.1   2.1   1.7   1.0   0.2  -0.6  -1.2  -1.4
+  -1.4  -1.2  -0.7  -0.1   0.8   1.8   3.1   0.0   0.0
+       0.5       0.1      42.1
+   0.0   0.0   0.1   0.3   0.6   0.7   0.7   0.5   0.1  -0.3
+  -0.7  -1.0  -1.1  -1.1  -0.8  -0.3   0.7   0.0   0.0
+TPSG3_A1        NONE L1/L2 p/n:01-850651-01 +GP               NGS (  3) 06/10/30
+       0.8      -0.6      32.7
+   0.0   1.8   2.6   2.6   2.2   1.4   0.6  -0.2  -0.8  -1.1
+  -1.0  -0.7  -0.2   0.4   1.3   2.1   3.1   0.0   0.0
+       0.0      -0.8      41.0
+   0.0   0.0   0.1   0.3   0.6   0.8   0.8   0.5   0.3  -0.2
+  -0.5  -0.8  -0.9  -0.9  -0.6   0.0   1.0   0.0   0.0
+TPSGR3          NONE Integrated, model GR-3,p/n: 01-050901-04 NGS (  3) 06/08/25
+       0.2      -1.1     215.0
+   0.0  -3.5  -5.3  -5.9  -5.9  -5.4  -4.9  -4.5  -4.3  -4.3
+  -4.7  -5.6  -6.7  -7.9  -8.9  -9.5  -8.8   0.0   0.0
+       0.0      -1.1     217.3
+   0.0  -1.8  -3.2  -4.1  -4.7  -5.1  -5.4  -5.6  -5.8  -5.8
+  -5.8  -5.7  -5.6  -5.7  -5.8  -6.3  -7.0   0.0   0.0
+TPSHIPER_GD          Integrated Antenna/Receiver              NGS (  4) 02/01/23
+      -1.1      -1.3      87.2
+   0.0  -0.5  -0.6  -0.5  -0.3  -0.1   0.1   0.1   0.1   0.2
+   0.2   0.0   0.0  -0.1   0.2   0.9   2.5   0.0   0.0
+      -1.3      -1.4      93.3
+   0.0  -1.0  -1.5  -1.6  -1.7  -1.6  -1.5  -1.6  -1.5  -1.7
+  -1.7  -1.8  -1.8  -1.9  -1.9  -2.1  -2.3   0.0   0.0
+TPSHIPER_GGD         Integrated Antenna/Receiver GPS/GLONASS  NGS (  4) 02/01/23
+      -1.1      -1.3      87.2
+   0.0  -0.5  -0.6  -0.5  -0.3  -0.1   0.1   0.1   0.1   0.2
+   0.2   0.0   0.0  -0.1   0.2   0.9   2.5   0.0   0.0
+      -1.3      -1.4      93.3
+   0.0  -1.0  -1.5  -1.6  -1.7  -1.6  -1.5  -1.6  -1.5  -1.7
+  -1.7  -1.8  -1.8  -1.9  -1.9  -2.1  -2.3   0.0   0.0
+TPSHIPER_LITE        Integrated Ant/Rec with radio antenna    NGS (  3) 04/01/23
+       0.7       1.6      87.3
+   0.0   0.2   0.5   0.7   0.9   0.9   1.0   0.9   0.9   1.0
+   1.2   1.3   1.6   1.8   2.4   3.2   4.8   0.0   0.0
+       0.0       1.0      87.8
+   0.0  -0.7  -1.0  -1.2  -1.1  -1.0  -1.0  -1.0  -1.1  -1.1
+  -1.1  -1.1  -1.0  -0.8  -0.4  -0.2   0.3   0.0   0.0
+TPSHIPER_PLUS        Integrated Ant/Rec with radio antenna    NGS (  3) 04/01/23
+      -0.2       1.1      87.1
+   0.0   0.0   0.2   0.6   0.9   1.1   1.3   1.4   1.4   1.5
+   1.5   1.5   1.5   1.6   2.0   2.7   4.3   0.0   0.0
+      -0.8       0.1      89.2
+   0.0  -1.0  -1.6  -1.9  -1.9  -1.9  -1.8  -1.8  -1.9  -2.0
+  -2.0  -2.0  -1.8  -1.6  -1.2  -0.7   0.0   0.0   0.0
+TPSLEGANT2           L1/L2                                    NGS (  3) 03/05/30
+       0.6      -1.0      38.9
+   0.0  -1.1  -1.7  -2.0  -2.0  -1.8  -1.7  -1.7  -1.6  -1.5
+  -1.4  -1.3  -1.1  -0.8  -0.1   1.2   3.6   0.0   0.0
+       0.0      -1.8      57.0
+   0.0  -0.7  -1.1  -1.3  -1.3  -1.3  -1.2  -1.2  -1.1  -1.0
+  -0.9  -0.7  -0.6  -0.6  -0.7  -1.1  -1.7   0.0   0.0
+TPSLEGANT3_UHF       Legant 3 with UHF Antenna                NGS (  3) 01/12/12
+      -0.1       0.1      95.3
+   0.0  -0.1  -0.1  -0.1  -0.1  -0.1  -0.1  -0.1   0.0   0.3
+   0.5   0.7   0.8   0.7   0.5   0.2   0.0   0.0   0.0
+      -0.1      -0.3     104.7
+   0.0  -0.6  -1.0  -1.2  -1.2  -1.2  -1.2  -1.3  -1.4  -1.5
+  -1.5  -1.4  -1.3  -1.1  -0.9  -0.8  -0.7   0.0   0.0
+TPSLEGANT_G          L1                                       NGS (  3) 02/10/16
+       3.1      -0.2      60.1
+   0.0   0.6   1.0   1.0   0.9   0.6   0.3  -0.2  -0.6  -0.8
+  -0.9  -0.9  -0.9  -0.7  -0.4   0.0   1.0   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TPSMAPANT_B          L1                                       NGS (  2) 05/01/14
+      -4.7       3.2     102.0
+   0.0   1.9   2.9   3.0   2.6   1.9   1.0   0.2  -0.5  -0.7
+  -0.6  -0.4   0.2   0.9   1.8   2.9   4.2   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TPSMG_A2             L1/L2                                    NGS (  3) 05/01/10
+      -0.6      -0.5      52.7
+   0.0  -1.3  -2.2  -2.6  -2.8  -2.8  -2.7  -2.7  -2.6  -2.5
+  -2.5  -2.9  -3.4  -4.3  -5.4  -6.8  -8.0   0.0   0.0
+      -2.1       2.6      43.5
+   0.0   4.1   6.3   7.1   7.2   6.7   6.1   5.3   4.9   4.7
+   4.9   5.4   6.0   6.4   6.4   5.3   2.8   0.0   0.0
+TPSODYSSEY_I         Integrated Antenna/Receiver              NGS (  1) 03/05/30
+       1.0      -2.4      69.7
+   0.0   0.5   0.8   0.9   0.9   0.8   0.6   0.4   0.2   0.1
+   0.2   0.3   0.5   0.7   1.2   1.8   3.1   0.0   0.0
+      -0.4      -2.3      81.0
+   0.0   0.0   0.0   0.0   0.0   0.0   0.0  -0.1  -0.1  -0.2
+  -0.1   0.1   0.2   0.2   0.1  -0.5  -1.4   0.0   0.0
+TPSPG_A1             L1/L2                                    NGS (  3) 03/07/08
+       1.3       1.7      35.5
+   0.0  -1.0  -1.4  -1.4  -1.1  -0.8  -0.6  -0.5  -0.5  -0.5
+  -0.6  -0.7  -0.6  -0.3   0.7   2.5   5.8   0.0   0.0
+       0.3      -0.8      52.6
+   0.0  -2.2  -3.7  -4.5  -4.9  -5.1  -5.0  -4.8  -4.6  -4.4
+  -4.1  -3.9  -3.7  -3.7  -3.8  -4.3  -5.0   0.0   0.0
+TPSPG_A1        DOME  L1/L2 W/GP and radome, p/n:01-840201-04 NGS (  2) 06/09/22
+       1.3       1.3      32.7
+   0.0   1.2   1.6   1.5   1.0   0.2  -0.6  -1.3  -1.8  -2.1
+  -1.9  -1.7  -1.2  -0.5   0.4   1.3   2.6   0.0   0.0
+       0.1      -0.5      42.8
+   0.0   0.0   0.0   0.2   0.4   0.5   0.5   0.3   0.0  -0.4
+  -0.7  -1.0  -1.2  -1.2  -1.0  -0.5   0.3   0.0   0.0
+TPSPG_A1+GP          L1/L2 +groundplane                       NGS (  2) 04/07/14
+       2.0       0.9      32.3
+   0.0  -0.7  -0.9  -0.8  -0.7  -0.6  -0.7  -0.9  -1.2  -1.5
+  -1.9  -2.3  -2.4  -2.3  -1.5   0.0   3.2   0.0   0.0
+       1.2       2.1      48.8
+   0.0  -0.4  -1.0  -1.3  -1.7  -2.1  -2.4  -2.8  -3.1  -3.3
+  -3.3  -3.2  -2.9  -2.6  -2.3  -2.2  -2.2   0.0   0.0
+TPSPG_A2             microstrip                               NGS (  3) 04/01/22
+       2.2       3.3      36.4
+   0.0  -0.5  -0.4  -0.2   0.2   0.5   0.8   0.8   0.7   0.6
+   0.5   0.3   0.4   0.8   1.8   3.7   7.3   0.0   0.0
+       0.9       1.3      51.8
+   0.0  -1.9  -3.0  -3.5  -3.6  -3.5  -3.2  -2.9  -2.7  -2.5
+  -2.5  -2.3  -2.3  -2.4  -2.6  -3.1  -3.6   0.0   0.0
+TPSPG_A5             L1                                       NGS (  3) 04/06/25
+       1.3       0.6      50.2
+   0.0   1.6   2.5   2.8   2.7   2.4   2.0   1.4   1.1   1.0
+   1.0   1.1   1.5   1.8   2.3   2.7   3.4   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TPS_CR.3        SCIS p/n: 01-031401-01, radome p/n: 0010      NGS (  3) 06/02/12
+       0.7       0.0      60.5
+   0.0   1.3   1.3   0.3  -1.2  -2.9  -4.6  -6.1  -7.0  -7.3
+  -6.9  -6.0  -4.5  -2.6  -0.3   2.3   5.1   0.0   0.0
+       0.8      -0.7      95.6
+   0.0  -0.1  -0.3  -0.5  -0.8  -1.1  -1.5  -2.0  -2.4  -2.8
+  -2.9  -2.8  -2.4  -1.8  -0.9   0.1   1.5   0.0   0.0
+TPS_CR4+RD      SCIS Choke Ring+rd                            NGS (  3) 05/05/20
+       0.7       0.1      88.1
+   0.0  -0.2  -1.1  -2.4  -3.8  -5.4  -6.9  -8.2  -9.0  -9.3
+  -9.1  -8.3  -7.0  -5.1  -2.5   0.6   4.7   0.0   0.0
+       0.0      -0.4     118.3
+   0.0  -0.1  -0.5  -1.1  -1.9  -2.7  -3.6  -4.4  -5.1  -5.5
+  -5.5  -5.1  -4.2  -3.0  -1.2   0.7   3.2   0.0   0.0
+TPS_MC.A5       NONE Topcon MC-A5 L1, p/n: 01-841001-01       NGS (  3) 06/01/25
+       1.3       0.7      37.2
+   0.0   1.8   3.1   3.9   4.3   4.3   4.1   3.7   3.3   3.1
+   2.9   2.8   2.9   3.0   3.5   4.2   5.7   0.0   0.0
+      -0.1      -0.6      -2.2
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TRM14532.00          4000ST L1/L2 Geodetic                    NGS (  3) 97/10/27
+      -0.1      -2.7      56.9
+   0.0   5.2   9.2  12.3  14.4  15.6  16.1  15.9  15.4  14.7
+  14.0  13.2  12.9  13.1  14.2  16.4  20.5   0.0   0.0
+      -2.0      -0.9      66.6
+   0.0   0.6   1.0   1.3   1.5   1.4   1.2   0.8   0.4  -0.1
+  -0.3  -0.4   0.0   0.7   1.8   3.3   5.5   0.0   0.0
+TRM14532.10          4000SSE Kin L1/L2                        NGS (  1) 97/10/27
+      -1.0       0.4      77.2
+   0.0  -0.2  -0.2  -0.3  -0.3  -0.4  -0.4  -0.6  -0.7  -0.8
+  -0.8  -0.9  -1.0  -1.0  -0.9  -0.6   0.3   0.0   0.0
+       1.5       3.5      86.5
+   0.0  -1.1  -1.8  -2.2  -2.4  -2.4  -2.5  -2.6  -2.7  -2.9
+  -3.1  -3.2  -3.4  -3.6  -3.8  -4.2  -4.5   0.0   0.0
+TRM22020.00+GP       Geodetic L1/L2 compact +groundplane      NGS (  4) 97/10/27
+       0.5      -1.1      55.4
+   0.0   4.4   8.0  10.6  12.5  13.6  14.0  13.7  13.1  12.3
+  11.4  10.6  10.0   9.9  10.8  12.8  16.6   0.0   0.0
+      -0.6       2.2      62.6
+   0.0   0.2   0.5   0.8   1.0   1.0   0.9   0.6   0.3  -0.2
+  -0.5  -0.7  -0.7  -0.4   0.2   1.1   2.7   0.0   0.0
+TRM22020.00-GP       Geodetic L1/L2 compact -groundplane      NGS (  3) 97/10/27
+       3.0      -1.5      64.6
+   0.0  -0.2  -0.3  -0.5  -0.6  -0.9  -1.1  -1.5  -1.9  -2.1
+  -2.2  -2.2  -2.1  -1.8  -1.0   0.2   2.5   0.0   0.0
+       0.3       2.1      74.6
+   0.0  -1.3  -2.1  -2.4  -2.6  -2.6  -2.7  -2.9  -3.0  -3.3
+  -3.5  -3.6  -3.7  -3.6  -3.3  -2.8  -1.9   0.0   0.0
+TRM22020.02     TCWD L1/L2 w/rd and gp                        NGS (  3) 04/10/08
+       2.6       0.1      64.2
+   0.0  -4.0  -6.2  -7.2  -7.4  -7.1  -6.5  -6.1  -5.8  -5.7
+  -5.8  -6.4  -7.2  -8.2  -8.9  -9.3  -8.5   0.0   0.0
+      -0.2       1.9      64.0
+   0.0   3.7   6.8   9.2  11.0  12.1  12.6  12.6  12.1  11.4
+  10.6  10.0   9.6   9.6  10.3  11.8  14.3   0.0   0.0
+TRM23903.00          Permanent L1/L2                          NGS (  1) 97/10/27
+       1.8      -0.1      58.2
+   0.0   4.6   8.4  11.1  13.1  14.1  14.5  14.3  13.7  13.0
+  12.2  11.4  10.9  11.0  12.0  14.2  18.2   0.0   0.0
+       0.4       3.4      67.7
+   0.0   0.0   0.0   0.0  -0.1  -0.4  -0.7  -1.2  -1.7  -2.2
+  -2.4  -2.4  -2.1  -1.5  -0.4   1.1   3.2   0.0   0.0
+TRM27947.00+GP       Rugged L1/L2 +groundplane                NGS (  1) 97/10/27
+       2.2      -0.9      56.4
+   0.0   5.0   9.0  12.0  14.1  15.3  15.8  15.6  15.1  14.4
+  13.6  12.9  12.6  12.8  14.0  16.5  20.9   0.0   0.0
+      -0.5       2.2      67.7
+   0.0   0.3   0.4   0.5   0.5   0.4   0.1  -0.4  -0.8  -1.3
+  -1.5  -1.6  -1.3  -0.7   0.4   1.7   3.7   0.0   0.0
+TRM27947.00-GP       Rugged L1/L2 -groundplane                NGS (  1) 97/10/27
+       4.0      -0.4      72.9
+   0.0  -0.5  -0.8  -1.2  -1.5  -1.8  -2.1  -2.4  -2.7  -2.8
+  -2.8  -2.7  -2.5  -2.1  -1.2   0.1   2.4   0.0   0.0
+      -1.5       1.5      87.0
+   0.0  -0.6  -1.2  -1.7  -2.2  -2.7  -3.2  -3.6  -4.0  -4.2
+  -4.3  -4.2  -3.9  -3.6  -3.3  -3.2  -3.2   0.0   0.0
+TRM29659.00          D/M element, chokerings, -radome         NGS (  4) 97/10/27
+       1.8       0.0      91.0
+   0.0   0.1  -0.4  -1.5  -2.8  -4.2  -5.5  -6.8  -7.6  -7.9
+  -7.7  -7.1  -5.9  -4.2  -1.7   1.3   5.2   0.0   0.0
+       1.1       0.0     120.1
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.3  -4.1  -4.8  -5.2
+  -5.3  -4.9  -4.1  -2.9  -1.2   0.8   3.2   0.0   0.0
+TRM29659.00     SCIS D/M element, CR, +SCIS radome            NGS (  3) 05/06/17
+       1.6      -0.2      87.7
+   0.0  -0.2  -1.0  -2.3  -3.8  -5.4  -6.9  -8.3  -9.2  -9.5
+  -9.2  -8.5  -7.2  -5.3  -2.7   0.5   4.6   0.0   0.0
+       0.1      -0.6     117.9
+   0.0  -0.1  -0.5  -1.2  -1.9  -2.8  -3.7  -4.5  -5.2  -5.6
+  -5.6  -5.1  -4.3  -3.0  -1.3   0.6   2.9   0.0   0.0
+TRM29659.00     SCIT D/M element, CR, +SCIT radome SCIGN mt   NGS (  3) 05/06/10
+       1.5       0.4      88.0
+   0.0  -0.4  -1.4  -2.7  -4.1  -5.5  -6.9  -8.1  -8.9  -9.1
+  -8.9  -8.2  -7.0  -5.3  -3.0  -0.2   3.5   0.0   0.0
+       0.1       1.1     117.2
+   0.0   0.1  -0.1  -0.6  -1.3  -2.1  -2.9  -3.7  -4.4  -4.8
+  -4.9  -4.5  -3.6  -2.3  -0.5   1.5   4.1   0.0   0.0
+TRM29659.00     UNAV D/M element, chokerings, radome          NGS (  1) 03/03/17
+       1.4       1.4      88.9
+   0.0   0.6   0.4  -0.6  -1.9  -3.4  -4.9  -6.3  -7.2  -7.6
+  -7.4  -6.7  -5.4  -3.5  -0.9   2.2   6.2   0.0   0.0
+      -0.8      -0.7     119.4
+   0.0  -0.4  -0.9  -1.6  -2.4  -3.2  -4.0  -4.8  -5.4  -5.8
+  -5.8  -5.4  -4.5  -3.3  -1.5   0.5   3.0   0.0   0.0
+TRM33429.00+GP       L1/L2 microcentered Geodetic +GP         NGS (  8) 97/10/27
+       0.4       0.7      55.2
+   0.0   3.7   6.7   9.1  10.8  11.8  12.3  12.0  11.5  10.8
+  10.0   9.1   8.6   8.4   9.3  11.2  15.0   0.0   0.0
+       0.5       0.3      62.4
+   0.0   0.5   0.9   1.3   1.6   1.8   1.7   1.4   1.0   0.5
+   0.1  -0.1  -0.1   0.2   0.9   2.0   3.7   0.0   0.0
+TRM33429.00-GP       L1/L2 microcentered Geodetic -GP         NGS (  4) 01/06/20
+       0.5      -0.9      61.7
+   0.0   0.5   0.9   1.0   0.9   0.6   0.4   0.0  -0.2  -0.2
+  -0.1   0.1   0.5   1.0   1.9   3.0   4.8   0.0   0.0
+       0.7      -1.5      71.5
+   0.0  -0.2  -0.4  -0.5  -0.6  -0.7  -0.8  -0.9  -1.1  -1.2
+  -1.1  -0.9  -0.6  -0.3   0.2   0.4   0.8   0.0   0.0
+TRM33429.20+GP       L1/L2 microcentered Geodetic +GP         NGS (  3) 01/08/29
+       0.2      -1.5      54.1
+   0.0   4.6   8.4  11.3  13.3  14.6  15.2  15.1  14.7  14.2
+  13.7  13.1  13.0  13.4  14.7  17.2  21.5   0.0   0.0
+      -0.5      -1.9      67.1
+   0.0   0.2   0.4   0.5   0.4   0.3   0.0  -0.4  -0.8  -1.1
+  -1.3  -1.2  -0.8  -0.1   1.0   2.4   4.3   0.0   0.0
+TRM33429.20+GP  TCWD L1/L2 microcentered Geodetic +GP         NGS (  3) 02/12/05
+       0.3      -1.7      55.2
+   0.0   9.8  16.2  20.0  21.7  22.1  21.6  20.6  19.7  19.1
+  18.9  19.1  19.8  20.8  22.0  23.3  24.6   0.0   0.0
+       0.0      -1.2      70.3
+   0.0   2.2   4.0   5.2   6.0   6.4   6.3   5.8   5.2   4.5
+   3.9   3.7   4.0   4.9   6.7   9.4  13.5   0.0   0.0
+TRM33429.20+GP  UNAV L1/L2 microcentered Geodetic +GP         NGS (  3) 03/08/05
+       0.0      -0.8      57.0
+   0.0   4.9   8.9  12.2  14.5  16.0  16.9  17.0  16.7  16.3
+  15.6  14.9  14.6  14.7  15.7  17.8  21.8   0.0   0.0
+      -1.1      -2.0      69.0
+   0.0   0.9   1.6   1.9   2.1   2.0   1.8   1.3   0.9   0.5
+   0.4   0.4   0.8   1.5   2.5   3.8   5.6   0.0   0.0
+TRM36569.00+GP       13" microcentered +GP                    NGS (  4) 01/10/12
+       0.6      -0.8      44.4
+   0.0   0.5   0.5   0.3  -0.2  -0.8  -1.4  -2.0  -2.4  -2.4
+  -2.2  -1.9  -1.3  -0.5   0.8   2.2   4.2   0.0   0.0
+      -1.0      -1.4      36.7
+   0.0  -1.0  -2.0  -3.0  -4.0  -5.0  -6.1  -7.2  -8.1  -8.8
+  -9.1  -8.8  -7.8  -6.1  -3.3   0.3   5.2   0.0   0.0
+TRM39105.00          Trimble Zephyr without Ground Plane      NGS (  4) 01/04/11
+       0.6      -0.3      52.4
+   0.0   0.8   1.3   1.4   1.3   1.1   1.0   0.8   0.7   0.9
+   1.2   1.4   1.7   1.9   2.1   2.2   2.3   0.0   0.0
+      -0.8       0.3      59.5
+   0.0  -0.4  -0.6  -0.7  -0.7  -0.7  -0.6  -0.7  -0.8  -0.8
+  -0.8  -0.7  -0.7  -0.7  -0.6  -0.9  -1.2   0.0   0.0
+TRM41249.00          Trimble Zephyr Geodetic with GP          NGS (  4) 01/04/11
+       0.9       0.0      52.6
+   0.0   0.4   0.5   0.3  -0.1  -0.6  -1.1  -1.6  -1.9  -1.9
+  -1.7  -1.4  -0.8  -0.1   0.9   2.1   3.9   0.0   0.0
+      -0.5      -0.5      60.3
+   0.0  -0.6  -1.1  -1.6  -2.0  -2.5  -2.9  -3.4  -3.8  -4.1
+  -4.2  -3.9  -3.4  -2.6  -1.4   0.0   2.0   0.0   0.0
+TRM41249.00     SCIT Zephyr Geodetic +SCIGN 'tall' radome     NGS (  3) 05/07/22
+       1.4       1.2      57.0
+   0.0  -0.3  -0.6  -1.0  -1.5  -2.1  -2.6  -3.2  -3.6  -3.8
+  -3.9  -3.9  -3.7  -3.3  -2.6  -1.5   0.4   0.0   0.0
+       0.4       0.6      59.2
+   0.0  -0.5  -0.9  -1.4  -1.8  -2.3  -2.8  -3.4  -3.8  -4.2
+  -4.4  -4.2  -3.8  -3.0  -1.8  -0.4   1.6   0.0   0.0
+TRM41249.00     TZGD Trimble Zephyr Geodetic with GP/Radome   NGS (  3) 03/01/16
+       0.9       0.1      52.7
+   0.0   0.2   0.3   0.0  -0.3  -0.8  -1.2  -1.8  -2.1  -2.2
+  -2.0  -1.7  -1.1  -0.4   0.8   2.4   4.8   0.0   0.0
+      -0.5      -0.8      59.5
+   0.0  -0.2  -0.5  -0.9  -1.3  -1.8  -2.2  -2.7  -3.1  -3.4
+  -3.3  -3.0  -2.4  -1.6  -0.5   0.6   1.9   0.0   0.0
+TRM41249USCG    SCIT Zephyr Geodetic L1/L2 +RD w/ USCG mount  NGS (  4) 05/07/22
+      -2.8      -2.4      62.5
+   0.0   0.0  -0.2  -0.5  -0.8  -1.3  -1.8  -2.3  -2.7  -2.9
+  -3.0  -3.0  -2.8  -2.4  -1.7  -0.6   1.3   0.0   0.0
+      -3.8      -2.1      61.0
+   0.0   0.6   0.8   0.7   0.5   0.0  -0.5  -1.1  -1.6  -2.0
+  -2.0  -1.8  -1.2  -0.4   0.6   1.8   3.2   0.0   0.0
+TRM4800              Receiver+Internal microcentered antenna  NGS (  1) 99/01/12
+       0.4       1.0     157.1
+   0.0   0.5   1.0   1.4   1.6   1.7   1.7   1.4   1.1   0.8
+   0.6   0.3   0.3   0.6   1.4   2.9   5.7   0.0   0.0
+      -0.7       0.7     171.0
+   0.0  -0.4  -0.5  -0.5  -0.4  -0.4  -0.4  -0.7  -1.1  -1.5
+  -1.8  -2.0  -2.0  -1.7  -1.0   0.1   2.0   0.0   0.0
+TRM49700.00     NONE Trimble Choke Ring P/N:49700-00          NGS (  3) 03/06/27
+       1.7      -0.2     104.4
+   0.0   0.1  -0.2  -0.9  -1.7  -2.7  -3.7  -4.7  -5.3  -5.6
+  -5.6  -5.3  -4.6  -3.5  -1.9   0.2   3.2   0.0   0.0
+       0.2      -1.2     121.8
+   0.0  -0.2  -0.6  -1.1  -1.7  -2.3  -3.0  -3.7  -4.3  -4.7
+  -4.8  -4.5  -3.9  -2.9  -1.5   0.0   2.1   0.0   0.0
+TRM53406.00          Zephyr (L1) A3                           NGS (  3) 05/03/28
+       1.0      -3.0      58.9
+   0.0  -0.3  -0.3  -0.4  -0.3  -0.2   0.0   0.0   0.1   0.1
+   0.2  -0.2  -0.6  -1.6  -2.9  -4.5  -6.3   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TRM55970.00          Zephyr GNSS (GPS/GLONASS)                NGS (  2) 06/03/31
+       0.3      -4.3      62.5
+   0.0   0.7   1.1   1.2   1.2   1.0   0.7   0.3   0.1   0.1
+   0.1   0.1   0.1   0.0  -0.2  -0.4  -0.6   0.0   0.0
+      -0.7      -1.3      62.3
+   0.0  -0.2  -0.3  -0.3  -0.2  -0.2  -0.2  -0.2  -0.3  -0.5
+  -0.6  -0.7  -0.8  -1.2  -1.6  -2.5  -3.6   0.0   0.0
+TRM55971.00          Zephyr GNSS Geodetic Model 2             NGS (  2) 06/06/12
+       2.2       0.2      66.2
+   0.0   0.5   0.7   0.8   0.6   0.2  -0.1  -0.6  -1.0  -1.1
+  -1.3  -1.3  -1.1  -0.9  -0.4   0.3   1.6   0.0   0.0
+       0.7       0.6      62.2
+   0.0  -0.2  -0.6  -1.0  -1.4  -1.9  -2.4  -3.0  -3.4  -3.7
+  -3.8  -3.7  -3.2  -2.6  -1.6  -0.7   0.6   0.0   0.0
+TRM55971.00     SCIT Zephyr GNSS Geod Mod2, radome p/n:0020   NGS (  2) 06/07/17
+       2.3       1.1      67.1
+   0.0  -0.4  -0.8  -1.2  -1.5  -1.9  -2.3  -2.8  -3.1  -3.3
+  -3.3  -3.4  -3.3  -3.2  -2.8  -2.2  -0.7   0.0   0.0
+       0.8       1.0      59.9
+   0.0  -0.4  -0.8  -1.2  -1.6  -1.8  -2.3  -2.8  -3.3  -3.7
+  -3.8  -3.7  -3.4  -2.7  -1.7  -0.4   1.6   0.0   0.0
+TRM55971.00     TZGD Zephyr GNSS Geod. Model 2, p/n: 55971-00 NGS (  2) 06/07/14
+       1.7       0.4      66.8
+   0.0   0.7   1.0   1.0   0.7   0.3  -0.2  -0.8  -1.2  -1.4
+  -1.4  -1.5  -1.3  -1.1  -0.6  -0.1   1.0   0.0   0.0
+       0.6       0.3      62.1
+   0.0  -0.5  -1.0  -1.4  -1.8  -2.2  -2.7  -3.2  -3.6  -3.9
+  -4.0  -3.9  -3.6  -3.0  -2.3  -1.4  -0.3   0.0   0.0
+TRM5800              Receiver+Antenna                         NGS (  3) 02/12/05
+       0.8       1.0      74.2
+   0.0   1.4   2.5   3.0   3.2   3.2   3.1   2.8   2.6   2.6
+   2.7   2.8   3.1   3.6   4.3   5.3   6.9   0.0   0.0
+       0.1      -2.2      77.0
+   0.0  -1.0  -1.1  -0.7   0.0   0.8   1.4   1.9   2.2   2.1
+   2.0   1.8   1.4   1.0   0.8   0.6   0.9   0.0   0.0
+TRMA3_L1             L1 only                                  NGS (  2) 05/01/24
+       1.0      -3.0      58.9
+   0.0  -0.3  -0.3  -0.4  -0.3  -0.2   0.0   0.0   0.1   0.1
+   0.2  -0.2  -0.6  -1.6  -2.9  -4.5  -6.3   0.0   0.0
+      -0.1      -0.6      -7.9
+   0.0  -0.1  -0.5  -1.1  -1.8  -2.6  -3.4  -4.2  -4.8  -5.2
+  -5.2  -4.8  -4.0  -2.8  -1.2   0.6   2.8   0.0   0.0
+TRM_R6          NONE L1/L2 Integrated                         NGS (  2) 06/11/13
+       2.4       1.0      85.7
+   0.0   0.4   0.6   0.8   0.7   0.6   0.3  -0.1  -0.4  -0.7
+  -0.9  -1.2  -1.3  -1.4  -1.1  -0.4   1.0   0.0   0.0
+      -1.2       0.1      80.1
+   0.0  -0.8  -0.9  -0.7  -0.2   0.3   0.6   0.7   0.6   0.3
+  -0.2  -0.6  -1.2  -1.8  -2.2  -2.5  -2.3   0.0   0.0
+TRM_R8_GNSS          Integrated Antenna (R8) Model 2          NGS (  2) 06/05/22
+       1.5      -0.5      85.1
+   0.0   0.4   0.7   0.9   0.9   0.8   0.7   0.3  -0.1  -0.3
+  -0.5  -0.7  -0.8  -0.8  -0.6  -0.1   1.3   0.0   0.0
+      -2.0      -0.4      80.6
+   0.0  -1.0  -1.4  -1.2  -0.7  -0.3   0.1   0.2   0.1  -0.2
+  -0.6  -1.1  -1.7  -2.3  -2.8  -3.1  -3.0   0.0   0.0
+LEIAR25         LEIAR25        LEIT  TYPE   SNn/a     S-ID 0 Geo++( 10) 08-09-01
+      +1.0      +1.2    +155.1
+   0.0   0.6   2.1   4.3   7.0   9.7  12.1  14.0  15.1  15.5
+  15.3  14.8  14.1  13.4  12.6  11.7  10.7   9.7   9.3
+      -0.1      +0.4    +163.1
+   0.0   0.0   0.1   0.3   0.6   1.0   1.5   2.0   2.4   2.7
+   2.9   3.1   3.4   3.9   4.6   5.5   6.2   6.6   6.7
diff --git a/data/oem3_com1setup.cmd b/data/oem3_com1setup.cmd
new file mode 100644
index 0000000..cb83b26
--- /dev/null
+++ b/data/oem3_com1setup.cmd
@@ -0,0 +1,4 @@
+com1 115200,n,8,1,n,off,on

+
+@
+

diff --git a/data/oem3_com2setup.cmd b/data/oem3_com2setup.cmd
new file mode 100644
index 0000000..32261e4
--- /dev/null
+++ b/data/oem3_com2setup.cmd
@@ -0,0 +1,4 @@
+com2 115200,n,8,1,n,off,on

+
+@
+

diff --git a/data/oem3_raw_10hz.cmd b/data/oem3_raw_10hz.cmd
new file mode 100644
index 0000000..1b5a333
--- /dev/null
+++ b/data/oem3_raw_10hz.cmd
@@ -0,0 +1,11 @@
+log rgeb ontime 0.1

+log repb onnew

+log almb onnew

+log frmb onnew

+
+@
+unlog rgeb

+unlog repb

+unlog almb

+unlog frmb

+

diff --git a/data/oem3_raw_1hz.cmd b/data/oem3_raw_1hz.cmd
new file mode 100644
index 0000000..496b1b7
--- /dev/null
+++ b/data/oem3_raw_1hz.cmd
@@ -0,0 +1,11 @@
+log rgeb ontime 1

+log repb onnew

+log almb onnew

+log frmb onnew

+
+@
+unlog rgeb

+unlog repb

+unlog almb

+unlog frmb

+

diff --git a/data/oem3_rtcm2_10hz.cmd b/data/oem3_rtcm2_10hz.cmd
new file mode 100644
index 0000000..3647aa2
--- /dev/null
+++ b/data/oem3_rtcm2_10hz.cmd
@@ -0,0 +1,12 @@
+undulation user 0

+fix position 35.872988846 138.389665470 1003.8599log rtcm1  ontime 1

+log rtcm3  ontime 10

+log rtcm1819  ontime 0.1

+log rtcm22 ontime 10

+
+@
+unlog rtcm1

+unlog rtcm3

+unlog rtcm1819

+unlog rtcm22

+

diff --git a/data/oem3_rtcm2_1hz.cmd b/data/oem3_rtcm2_1hz.cmd
new file mode 100644
index 0000000..a48e0ee
--- /dev/null
+++ b/data/oem3_rtcm2_1hz.cmd
@@ -0,0 +1,12 @@
+fix position 35.872988846 138.389665470 964

+log rtcm1  ontime 1

+log rtcm3  ontime 10

+log rtcm1819  ontime 1

+log rtcm22 ontime 10

+
+@
+unlog rtcm1

+unlog rtcm3

+unlog rtcm1819

+unlog rtcm22

+

diff --git a/data/oem3_rtk_10hz.cmd b/data/oem3_rtk_10hz.cmd
new file mode 100644
index 0000000..6016e5f
--- /dev/null
+++ b/data/oem3_rtk_10hz.cmd
@@ -0,0 +1,6 @@
+accept com2 rtcm

+rtkmode kinematic

+log prtka ontime 0.1

+
+@
+unlog prtka

diff --git a/data/oem3_rtk_1hz.cmd b/data/oem3_rtk_1hz.cmd
new file mode 100644
index 0000000..dab7bf8
--- /dev/null
+++ b/data/oem3_rtk_1hz.cmd
@@ -0,0 +1,6 @@
+accept com2 rtcm

+rtkmode kinematic

+log prtka ontime 1

+
+@
+unlog prtka

diff --git a/data/oem4_raw_10hz.cmd b/data/oem4_raw_10hz.cmd
new file mode 100644
index 0000000..485b4d0
--- /dev/null
+++ b/data/oem4_raw_10hz.cmd
@@ -0,0 +1,14 @@
+log rangecmpb ontime 0.1

+log rawephemb onnew

+log ionutcb onnew

+log rawwaasframeb onnew

+log gloephemerisb onnew

+

+
+@
+unlog rangecmpb

+unlog rawephemb

+unlog ionutcb

+unlog rawwaasframeb

+unlog gloephemerisb

+

diff --git a/data/oem4_raw_1hz.cmd b/data/oem4_raw_1hz.cmd
new file mode 100644
index 0000000..70710cc
--- /dev/null
+++ b/data/oem4_raw_1hz.cmd
@@ -0,0 +1,15 @@
+log rangecmpb ontime 1

+log rawephemb onnew

+log ionutcb onnew

+log rawwaasframeb onnew

+log gloephemerisb onnew

+

+

+
+@
+unlog rangecmpb

+unlog rawephemb

+unlog ionutcb

+unlog rawwaasframeb

+unlog gloephemerisb

+

diff --git a/data/oem4_raw_20hz.cmd b/data/oem4_raw_20hz.cmd
new file mode 100644
index 0000000..2ea0c43
--- /dev/null
+++ b/data/oem4_raw_20hz.cmd
@@ -0,0 +1,15 @@
+log rangecmpb ontime 0.05

+log rawephemb onnew

+log ionutcb onnew

+log rawwaasframeb onnew

+log gloephemerisb onnew

+

+

+
+@
+unlog rangecmpb

+unlog rawephemb

+unlog ionutcb

+unlog rawwaasframeb

+unlog gloephemerisb

+

diff --git a/data/oem4_raw_5hz.cmd b/data/oem4_raw_5hz.cmd
new file mode 100644
index 0000000..69d4faa
--- /dev/null
+++ b/data/oem4_raw_5hz.cmd
@@ -0,0 +1,15 @@
+log rangecmpb ontime 0.2

+log rawephemb onnew

+log ionutcb onnew

+log rawwaasframeb onnew

+log gloephemerisb onnew

+

+

+
+@
+unlog rangecmpb

+unlog rawephemb

+unlog ionutcb

+unlog rawwaasframeb

+unlog gloephemerisb

+

diff --git a/data/oem4_rtcm2_10hz.cmd b/data/oem4_rtcm2_10hz.cmd
new file mode 100644
index 0000000..bd808de
--- /dev/null
+++ b/data/oem4_rtcm2_10hz.cmd
@@ -0,0 +1,15 @@
+interfacemode novatel rtcm

+undulation user 0

+fix position 35.872988846 138.389665470 1003.8599

+log rtcm1 ontime 1

+log rtcm3 ontime 10

+log rtcm1819 ontime 0.1

+log rtcm22 ontime 10

+

+
+@
+interfacemode novatel novatel

+unlog rtcm1

+unlog rtcm3

+unlog rtcm1819

+unlog rtcm22

diff --git a/data/oem4_rtcm2_1hz.cmd b/data/oem4_rtcm2_1hz.cmd
new file mode 100644
index 0000000..844898d
--- /dev/null
+++ b/data/oem4_rtcm2_1hz.cmd
@@ -0,0 +1,14 @@
+interfacemode novatel rtcm

+undulation user 0

+fix position 35.872988846 138.389665470 1003.8599

+log rtcm1 ontime 1

+log rtcm3 ontime 10

+log rtcm1819 ontime 1

+log rtcm22 ontime 10

+
+@
+interfacemode novatel novatel

+unlog rtcm1

+unlog rtcm3

+unlog rtcm1819

+unlog rtcm22

diff --git a/data/oem4_rtcm3_10hz.cmd b/data/oem4_rtcm3_10hz.cmd
new file mode 100644
index 0000000..b15d14b
--- /dev/null
+++ b/data/oem4_rtcm3_10hz.cmd
@@ -0,0 +1,12 @@
+interfacemode novatel rtcmv3

+undulation user 0

+fix position 35.872988846 138.389665470 1003.8599

+log rtcm1004 ontime 0.1

+log rtcm1005 ontime 10

+log rtcm1019 ontime 10

+
+@
+interfacemode novatel novatel

+unlog rtcm1004

+unlog rtcm1005

+unlog rtcm1019

diff --git a/data/oem4_rtcm3_1hz.cmd b/data/oem4_rtcm3_1hz.cmd
new file mode 100644
index 0000000..060a0c4
--- /dev/null
+++ b/data/oem4_rtcm3_1hz.cmd
@@ -0,0 +1,18 @@
+interfacemode novatel rtcmv3

+undulation user 0

+fix position 35.872988846 138.389665470 1003.8599

+log rtcm1004 ontime 1

+log rtcm1012 ontime 1

+log rtcm1005 ontime 10

+log rtcm1019 ontime 10

+log rtcm1020 ontime 10

+

+

+
+@
+interfacemode novatel novatel

+unlog rtcm1004

+unlob rtcm 1012

+unlog rtcm1005

+unlog rtcm1019

+unkog rtcm 1020

diff --git a/data/oem4_setcom115200.cmd b/data/oem4_setcom115200.cmd
new file mode 100644
index 0000000..91b9ba4
--- /dev/null
+++ b/data/oem4_setcom115200.cmd
@@ -0,0 +1,5 @@
+com com1 115200 n 8 1 n off on

+com com2 115200 n 8 1 n off on

+com com3 115200 n 8 1 n off on

+saveconfig

+@
diff --git a/data/oem6_raw_1hz.cmd b/data/oem6_raw_1hz.cmd
new file mode 100644
index 0000000..6c1b0d3
--- /dev/null
+++ b/data/oem6_raw_1hz.cmd
@@ -0,0 +1,25 @@
+unlogall

+log rangecmpb ontime 1

+log rawephemb onnew

+log ionutcb onnew

+log rawwaasframeb onnew

+log gloephemerisb onnew

+log qzssrawsubframeb onnew

+log qzssionutcb onnew

+log galephemerisb onnew

+log bdsephemerisb onnew

+

+

+

+

+
+@
+unlog rangecmpb

+unlog rawephemb

+unlog ionutcb

+unlog rawwaasframeb

+unlog gloephemerisb

+unlog qzssrawsubframeb

+unlog qzssionutcb

+unlog galephemerisb

+unlog bdsephemerisb

diff --git a/data/skytraq_raw_10hz.cmd b/data/skytraq_raw_10hz.cmd
new file mode 100644
index 0000000..8fb3a17
--- /dev/null
+++ b/data/skytraq_raw_10hz.cmd
@@ -0,0 +1,7 @@
+!STQ CFG-FMT 2 0

+!WAIT 100

+!STQ CFG-RATE 10Hz 1 1 0 0 1 0

+

+
+@
+!STQ CFG-FMT 0 0

diff --git a/data/skytraq_raw_1hz.cmd b/data/skytraq_raw_1hz.cmd
new file mode 100644
index 0000000..b7ed5e1
--- /dev/null
+++ b/data/skytraq_raw_1hz.cmd
@@ -0,0 +1,7 @@
+!STQ CFG-FMT 2 0

+!WAIT 100

+!STQ CFG-RATE 1Hz 1 1 0 0 1 0

+

+
+@
+!STQ CFG-FMT 0 0

diff --git a/data/skytraq_raw_20hz.cmd b/data/skytraq_raw_20hz.cmd
new file mode 100644
index 0000000..a16d1be
--- /dev/null
+++ b/data/skytraq_raw_20hz.cmd
@@ -0,0 +1,7 @@
+!STQ CFG-FMT 2 0

+!WAIT 100

+!STQ CFG-RATE 20Hz 1 1 0 0 1 0

+

+
+@
+!STQ CFG-FMT 0 0

diff --git a/data/skytraq_raw_5hz.cmd b/data/skytraq_raw_5hz.cmd
new file mode 100644
index 0000000..7d4a585
--- /dev/null
+++ b/data/skytraq_raw_5hz.cmd
@@ -0,0 +1,7 @@
+!STQ CFG-FMT 2 0

+!WAIT 100

+!STQ CFG-RATE 5Hz 1 1 0 0 1 0

+

+
+@
+!STQ CFG-FMT 0 0

diff --git a/data/stations.pos b/data/stations.pos
new file mode 100644
index 0000000..cbb48e9
--- /dev/null
+++ b/data/stations.pos
@@ -0,0 +1,1256 @@
+%-----------------------------------------------------------
+% station position file for rtklib
+%
+% latitude longitude  height(elipsoidal) id  name
+%-----------------------------------------------------------
+
+ 35.872989422  138.389669681  1003.9509
+%35.872989401  138.389669232  1003.9223  REF   NOV3
+ 35.872989379  138.389669369  1003.9468  ROV   NOV3
+
+% igs station
+ 36.133110294  138.362043555  1508.6389  usud  USUD(IGS)
+
+% geonet station (derived from 2009/1/1 F3 solution)
+ 35.006852668  139.081970423    60.7148  2106  �F����
+ 34.971863857  139.101688195    54.8876  2107  �ɓ�
+ 36.106114470  140.087190477    70.3135  2110  �‚��΂P
+ 36.295162577  139.542300850    69.0501  3001  ����
+ 36.263269042  140.174264235    94.2993  3002  ����
+ 36.203671902  139.810526669    68.9328  3003  �O�a
+ 36.181307186  140.544482269    82.6098  3004  �g�c
+ 36.120951164  139.345170164    95.3365  3005  �]��
+ 36.096936558  140.343150261    68.7099  3006  �o��
+ 36.087227333  139.636723921    56.7930  3007  �v��
+ 36.010896396  139.799932013    50.7921  3008  ���a
+ 35.955454960  140.659235535    65.8583  3009  ��鎭��
+ 35.970408831  140.402950746    55.2032  3010  ����
+ 35.925504422  139.464285604    62.8817  3011  ��z
+ 35.940291355  139.992722531    62.3483  3012  ��J
+ 35.937470539  139.651860374    55.6920  3013  ��{
+ 35.873647973  140.145493048    46.8030  3014  ����
+ 35.803329538  140.407007124    80.2995  3015  ��h
+ 35.780214145  139.812811848    44.6095  3016  ����
+ 35.759209807  139.643031906    85.5014  3017  ���n
+ 35.786465959  140.024754796    69.6136  3018  ����
+ 35.710370722  139.488262773   123.6642  3019  �����
+ 35.717452471  140.315147081    76.4560  3020  �x��
+ 35.777302784  140.646821856    90.3819  3021  ����
+ 35.726355416  140.837230021    59.1013  3022  ���q
+ 35.675463577  139.902354330    43.5099  3023  ��t�s��
+ 35.642353473  140.448300991    77.8679  3024  ��t����
+ 35.544143971  140.186563404    84.2877  3025  ��t��
+ 35.563402703  139.673352796    47.4091  3026  �_�ސ���
+ 35.530115850  140.318236215    57.2599  3027  ��Ԕ���
+ 35.521408817  139.467841345   124.9781  3028  ���c
+ 35.482640973  139.322576748   107.0483  3029  ����
+ 35.447783577  140.051332054    79.5895  3030  �s���P
+ 35.415350711  139.045179310   372.3727  3031  �R�k
+ 35.436484131  139.653747705    70.5330  3032  ���l
+ 35.421126651  140.337370946    44.3981  3033  ����
+ 35.326681230  139.466068777    46.3994  3034  ����
+ 35.304899321  139.262694688   119.3701  3035  ��{
+ 35.311702110  139.825519752    46.7234  3036  �x��
+ 35.333139548  140.146791537    95.3257  3037  �s���Q
+ 35.321603779  138.881650435   691.0122  3038  ��a��
+ 35.143709277  139.843568622    56.7924  3039  ����
+ 35.165900913  140.268021642   127.9528  3041  ���Y
+ 35.148604741  139.110436436    56.7186  3042  ���͌�
+ 35.110015819  138.901858877    67.1192  3043  ��������
+ 35.111860764  140.079267882    49.0266  3044  ����
+ 35.254808061  139.954341840   381.7235  3045  ����R
+ 35.014827317  138.997926679   332.6499  3046  ��m
+ 34.954083837  139.864078781   141.7360  3047  �َR
+ 34.939306955  139.131160217   363.0626  3048  �����R
+ 34.916115001  138.924823575   184.8576  3049  �V�铒�����P
+ 34.835331321  137.672340255    81.4817  3050  ����
+ 34.784418191  139.381393752   136.6728  3051  �哇�P
+ 34.785949029  138.017527036    96.0100  3052  �|��
+ 34.751349592  138.989815779    52.7234  3053  �͒�
+ 34.677613995  137.717232720    58.4860  3054  �l��
+ 34.686785321  139.433217263   115.3776  3055  �哇�Q
+ 34.671602333  137.414243070   116.2697  3056  �L��
+ 34.371825332  139.257911403    59.1210  3057  �V��
+ 34.200477861  139.134452856    84.5735  3058  �_���P
+ 34.121068226  139.503849110    91.2001  3059  �O��P
+ 34.059111324  139.547153007    84.2291  3060  �O��Q
+ 34.921820379  139.013687898   521.8183  3061  ���ɓ�
+ 34.878474501  139.124363800    60.9626  3062  �ɓ�������
+ 35.723757797  139.268131602   201.4835  3063  �H��
+ 35.623348992  138.975854062   474.4575  3064  �R���匎
+ 35.610273747  139.157224954   242.1247  3065  ����
+ 35.428518431  139.204866657   805.6621  3066  �`��
+ 35.267093737  139.664837066    63.2951  3067  ���{��
+ 35.245515865  139.049338425   599.7172  3068  ����
+ 35.443579619  138.445246743   305.5087  3069  ���x
+ 35.496589072  138.814036557   788.0330  3070  �x�m�g�c
+ 35.362077935  138.563434432   728.8947  3071  �x�m�{�P
+ 35.305539347  138.770674465  1495.9400  3072  ����P
+ 35.289461327  138.445699011   189.6552  3073  �암
+ 35.200978810  138.253513566  1126.8869  3074  ���P
+ 35.203183296  138.616987523   212.2120  3075  �x�m�{�Q
+ 35.173590020  138.721541607   133.9660  3076  �x�m
+ 35.067407517  138.524709211    55.7347  3077  �������s�P
+ 35.103458453  138.368696000   266.2167  3078  ���Q
+ 35.103911656  138.134900936   349.0002  3079  �{�썪
+ 34.990525132  138.378295643    64.4851  3081  ���R
+ 35.079292672  137.695235402   346.1632  3084  ���h
+ 34.776075161  138.786062285    54.1208  3085  ���ɓ�
+ 34.610000365  138.838416937   121.4488  3086  ��ɓ��Q
+ 34.939797089  138.074861777   188.2355  3088  �썪
+ 34.843857289  137.932146665   102.4504  3089  ���X
+ 34.941344956  137.817939917   112.9299  3090  �V��
+ 34.757756735  138.136915312   211.1500  3091  �É����ǂP
+ 34.738308376  138.225603693    48.3818  3092  �Y��
+ 34.715251562  138.053542020    57.9585  3093  �哌�P
+ 34.642902307  138.129286140    61.5871  3094  �l���P
+ 34.670420165  137.937437730    49.2295  3095  ��H
+ 34.755393520  137.911276600    56.1957  3096  �܈�
+ 34.792836162  137.791792012    64.5481  3097  �l�k
+ 34.671882220  137.823422257    47.9653  3098  ���m
+ 34.937675523  137.575492387   131.8774  3099  �P��
+ 34.605368842  138.215676434    93.7566  3101  ��O��
+ 34.864815204  137.434003908    80.6532  3102  ���m��{��
+ 34.808726985  137.554340377    67.6953  3103  �O����
+ 34.718052228  137.514934774    60.5073  3104  �ΐ�
+ 35.040627529  139.171033991    77.4905  5105  ����
+ 33.119950482  139.797244622   112.1903  5113  ����
+ 45.402992716  141.750435036    74.6650  0001  �t��
+ 44.433686068  143.224179125    54.5733  0002  ����
+ 44.397951032  141.756312126    54.7924  0003  �H�y
+ 43.915689978  144.675842042    39.2159  0004  �Η�
+ 43.507859854  144.449008829   177.2712  0005  ��q��
+ 43.289845995  145.511458863    50.7386  0006  �����P
+ 43.589658211  142.482478904   283.6362  0007  ���l
+ 43.854010847  141.510372399    51.7246  0008  ����
+ 43.070079066  145.129621140    78.5058  0009  �l��
+ 42.963261463  144.431935689    69.3517  0010  ���H�s
+ 43.028625247  143.459231433    60.5559  0011  �r�c
+ 42.980515221  142.401972170   390.6753  0012  �芥
+ 43.177853624  141.030915151   112.5700  0013  ���M�P
+ 42.983253179  141.730671128    85.3428  0014  ����
+ 42.321594611  143.331003960    50.5609  0015  �L��
+ 42.356904228  142.364604501    68.7509  0016  �Ó�
+ 42.450735113  139.857667991    74.6658  0017  ���I
+ 42.374215207  140.942405863   143.5199  0018  ����
+ 42.005856001  143.156531196    45.5512  0019  �����P
+ 42.153546421  139.519600270    68.4898  0020  ���K�P
+ 42.008074828  140.107323668    78.8268  0021  ����
+ 41.826073446  140.747826039    82.9398  0022  ����
+ 41.466376829  140.040651756   127.5768  0023  ���O
+ 41.300772578  141.213275127    58.0363  0024  �ނ�
+ 40.778984681  140.272981639    61.3686  0026  �˃���
+ 40.133448852  141.789096180    91.9920  0027  �v��
+ 39.572385723  141.939962176    50.1302  0028  �{��
+ 39.110624510  141.203919454   172.1702  0029  ����P
+ 39.967902919  139.776149785    69.4531  0030  �j���P
+ 38.894602979  139.808851743    51.3348  0032  ��c
+ 38.758595345  140.318736024   181.4781  0033  �R�`�V��
+ 38.555543209  139.555799980    56.4279  0034  ���C
+ 38.331027577  140.366085611   166.2245  0035  �V��
+ 38.449195115  141.441163466    78.5979  0036  ����
+ 38.317486963  140.954184465    73.5366  0037  ���{
+ 37.800670806  140.908082209    72.4446  0038  ���n�P
+ 37.643695942  139.791505685   239.3231  0040  �R�s
+ 37.090713943  140.902514643   208.4821  0041  ���킫
+ 36.539928528  140.611836221   152.7109  0042  ����
+ 36.401847535  139.726421947   100.5138  0043  �Ȗ�
+ 36.697026727  138.906263779   595.2118  0044  �V��
+ 36.259032017  138.865405368   222.7948  0045  �x��
+ 36.499766495  137.851121672   770.9420  0046  �咬
+ 35.923580592  137.943806696   904.1554  0047  ����
+ 35.590335474  138.583297859   387.6467  0048  ����
+ 38.230689343  139.509568353    74.1085  0049  ����
+ 37.896470679  138.988864301    50.7105  0050  �V��
+ 37.397679537  138.574396486    50.2074  0051  ����P
+ 37.382375599  136.889165259    51.3179  0053  �֓�
+ 36.663412135  136.649939094    89.7318  0054  ���
+ 36.231172718  136.172973872    63.7056  0055  �O��
+ 35.602560722  136.105807237   120.7266  0056  �։�
+ 35.549903813  135.233383423    44.1448  0057  �{��
+ 36.135992960  137.347909990   812.9322  0058  ���R
+ 35.800483657  137.248372741   406.3993  0059  ���C
+ 35.526072146  136.900024284   101.2815  0060  ���Z
+ 35.396765020  137.467573262   534.1500  0061  ����
+ 34.758998099  136.502291310    46.8317  0064  ��
+ 34.465387391  136.851127777    80.9195  0065  ���H
+ 34.060657459  136.198364248    59.8449  0066  ���h
+ 34.837998730  135.500974032   136.7434  0067  ����
+ 34.392300392  135.851408265   201.3070  0068  �ޗNjg��
+ 34.157685529  135.221492215    48.7740  0069  �a�̎R�C��
+ 33.483360300  135.764413658    52.0047  0070  ���{
+ 34.784812102  134.550387767    42.8806  0071  ���Ɍ��
+ 35.586469578  134.331336241    53.7714  0072  ���
+ 35.433874780  133.058653441    69.7381  0074  ���]
+ 35.002811825  132.208975026    64.9197  0075  �]��
+ 34.616494538  131.610373766    72.2915  0076  �{��
+ 34.548797418  133.527983829    94.1480  0077  �}��
+ 34.340353465  132.575439530   293.9446  0078  �L���F��
+ 33.996556151  130.913628014    75.5668  0079  ����
+ 34.286026652  134.023904662    79.5699  0080  ����
+ 33.926856284  134.626021154    48.1644  0081  ����P
+ 33.315894091  134.122125829   316.2617  0082  ����
+ 33.529150009  133.578264639    70.8208  0083  ���m
+ 33.272899433  133.241792660    45.7155  0084  ���y���P
+ 32.755738646  132.966409163    74.4420  0085  �y������
+ 33.469008305  132.281179927   191.8082  0086  �ɕ�
+ 33.730720168  130.476768348    49.1276  0087  ��
+ 33.461545995  131.691370165    51.4150  0088  ����
+ 33.331084360  130.967822058   149.6936  0089  ���c
+ 32.924587965  131.876375576    40.5031  0090  �啪����
+ 33.476072287  129.850290795    39.1229  0091  ���C
+ 32.699751378  129.860194450   187.4891  0092  ����
+ 32.546409583  130.645596910    40.3454  0093  �璚
+ 32.445445028  131.632324567    70.4453  0094  ����
+ 32.021756122  131.469675731    50.9562  0095  ���y��
+ 32.013244592  130.190132629   104.2755  0096  ���v��
+ 31.503769889  130.466451790   503.1058  0097  �������P
+ 31.264591707  130.299481913    42.5861  0098  ����
+ 31.258533788  131.087533383   298.1692  0099  ��V�Y
+ 26.144813478  127.768920772   127.5687  0100  �ʏ�
+ 31.425309279  130.878576925   134.5801  2004  ����
+ 45.335826315  142.169736191    45.4845  0101  ����
+ 45.275968274  141.038212332    65.1115  0102  �當
+ 45.002397770  142.537089215    44.5071  0103  �}�K
+ 44.892461292  141.741397156    38.7221  0104  �V��
+ 44.728495955  142.265246783    78.9432  0105  ���Ўq�{
+ 44.427048487  141.330056674    50.7289  0106  �V����
+ 44.294568314  142.625588663   186.4232  0107  ����
+ 44.063872388  144.029774956    41.6043  0108  ��C
+ 44.019183080  145.186094748   118.0642  0109  ���P
+ 44.006778539  142.151690463   194.2525  0110  �y����
+ 44.005619944  143.333700772   231.6039  0111  �ې��z
+ 42.894514570  143.926947122    39.5405  0112  ����
+ 43.549398010  144.986963795    82.0655  0113  ���W��
+ 43.848896754  143.787257369   206.8594  0114  �k��
+ 43.661823254  145.131435433    38.7835  0115  �W��
+ 43.408687720  144.774327012   139.6112  0116  �ʊC�P
+ 43.404680093  141.431175111    75.9765  0117  ���c
+ 43.382526787  145.114961183    62.1037  0118  �ʊC�Q
+ 43.366853372  145.801132115    48.5220  0119  �����Q
+ 43.292584350  140.597072190    45.2090  0120  �ϒO
+ 43.289471243  143.562424347   148.0796  0121  ����
+ 43.232934283  144.325031467    75.0425  0122  �ߋ�
+ 43.231993213  143.298019797   311.4486  0123  ��m�y
+ 43.120607516  144.126529231    68.0413  0124  �����P
+ 43.057595270  144.843023929    60.5676  0125  ����
+ 43.056828193  140.499171718    60.6920  0126  ��
+ 42.985252685  140.543937841    74.3483  0127  ���a
+ 42.971378167  141.290332505   204.7772  0128  �D�y
+ 42.857889056  140.883341808   268.7270  0129  ����
+ 42.802717916  140.603518517    90.2611  0130  ���z
+ 42.786434270  140.233203252    72.7836  0131  ���s
+ 42.729440964  141.863982541    50.4842  0132  ���^
+ 42.727238109  142.295806139   121.1778  0133  ����
+ 42.699268066  143.103256658   238.0503  0134  ���D��
+ 42.667876425  141.074955242   423.6565  0135  ���
+ 42.655530162  141.602259778    49.7653  0136  �Ϗ��q
+ 42.646290408  140.825683425   134.4205  0137  ����
+ 42.551646743  143.461144196    89.1317  0138  ���
+ 42.549800781  141.361480406    41.8108  0139  ���V
+ 42.494360406  140.354196817    48.9857  0140  ������
+ 42.481279517  142.060222445    41.2756  0141  ���
+ 42.247726684  142.567451440    62.4944  0142  �O��
+ 42.243677916  140.250481323    67.6886  0143  ���_
+ 42.130935953  142.935388671    31.9628  0144  �l��
+ 42.130849036  140.003945977    95.2796  0145  �F��
+ 42.098606055  140.568856333    88.7802  0146  �k�C���X
+ 42.042967965  140.805541085    42.7713  0147  ����
+ 41.834419824  141.140771233    44.9288  0148  �̖@��
+ 41.599025636  140.315889570    75.6257  0149  �m��
+ 41.455297661  140.880505810    53.8039  0150  ����
+ 41.043221588  140.635892008    45.4310  0151  �I�c
+ 40.968244067  141.367962898    59.6823  0152  �Z����
+ 40.625069686  141.197830929   116.7053  0153  �\�a�c
+ 40.577642540  139.928116711    47.9983  0154  ���
+ 40.523653843  140.578147780   140.2958  0155  ��k
+ 40.515359412  141.511282142    46.3981  0156  ����
+ 40.291075536  141.076475140   203.0932  0157  �c�q
+ 40.405200308  141.713134899    59.4192  0158  ��s
+ 40.291148247  141.293686655   132.5226  0159  ���
+ 40.048599741  141.461945012   519.5080  0160  ����
+ 39.980574621  141.225064924   313.8825  0161  ���
+ 39.869370596  141.950542573   206.6149  0162  ���P
+ 39.851245656  141.164861561   233.9097  0163  �ʎR
+ 39.849175965  141.803851551   167.2939  0164  ���Q
+ 39.701092500  140.964501222   259.3849  0165  ����
+ 39.596571830  141.172105190   151.2315  0166  ���
+ 39.458160884  141.955256960    68.6111  0167  �R�c
+ 39.362614774  141.054548450   154.9776  0168  �Ԋ�
+ 39.338056296  141.534157630   317.0368  0169  ����
+ 39.253518865  141.798042128    99.8898  0170  ����
+ 39.023782167  141.739846006   106.7879  0171  ��D�n
+ 38.902859686  141.572588636    82.6589  0172  �C���
+ 38.815342174  140.990581151   108.5641  0173  �I��
+ 38.748937005  140.801635275   343.4425  0174  �Žq
+ 38.682698943  141.449369910    83.9819  0175  �u��
+ 38.539480587  141.147539914    65.4056  0176  �O�J
+ 38.411756643  140.851369084    82.7936  0177  �{���a
+ 38.205742919  140.642847314   237.7601  0178  �{����
+ 38.029658816  140.843988423    80.3780  0179  �j��
+ 37.989930422  140.442574067   391.2477  0180  �����h
+ 40.325047110  140.577349406   137.3974  0181  ���
+ 40.271156234  140.263661238    75.3796  0182  ����
+ 40.215439899  140.787334780   167.9461  0183  ���p
+ 40.247295456  140.048679252    84.1521  0184  �\��
+ 40.006877779  140.401987861   170.3315  0185  ���m
+ 39.936054805  140.132376388    56.9366  0186  �܏��
+ 39.749162371  140.597044543   214.0524  0187  ����
+ 39.658309340  140.234212711    74.6913  0188  �͕�
+ 39.549292277  140.386624463    83.5518  0189  ����k
+ 39.327001940  140.559778072   104.3882  0190  ����
+ 39.206062357  139.907716561    47.2908  0191  �ۊ�
+ 39.164211694  140.161981005   298.4719  0192  ���C
+ 39.051901915  140.629587459   345.0391  0193  �F��
+ 39.185562380  139.547660458    45.2307  0194  ��
+ 38.759720955  139.957372687    60.7350  0195  ����
+ 38.594037065  139.831767168   150.9214  0196  ����
+ 38.146175330  139.742249664   229.8675  0197  �R�`����
+ 37.963607310  140.093525571   273.8836  0198  �đ�
+ 38.197543716  140.077573109   260.4704  0199  ����
+ 37.683307875  140.466486853   215.9985  0200  ����
+ 37.560553496  140.755074815   477.7503  0201  �Q�]
+ 37.566947199  140.072680131   675.0791  0202  ���c��P
+ 37.533692666  141.006609902    53.4945  0203  ����
+ 37.473462263  139.528628009   343.1021  0204  ��R
+ 37.325468610  140.662112251   502.2918  0205  �ꍪ
+ 37.302798644  139.364347154   466.4217  0206  ����
+ 37.281489057  139.503768937   517.9406  0207  �����싽
+ 37.284828780  140.994238791    98.7080  0208  ��t
+ 37.261072033  139.871426066   524.2088  0209  ����
+ 37.126294052  140.259927766   394.2870  0210  ����
+ 37.089295659  140.561641155   396.7681  0211  �Óa
+ 36.862092764  140.413269626   209.1196  0212  ���
+ 36.650566995  140.293423485   333.0405  0213  ���a
+ 36.800309638  140.753912452    75.9240  0214  �k���
+ 36.364912141  140.077946613   100.5946  0215  �␣
+ 36.344369644  140.476332755    71.5526  0216  ����
+ 36.854234604  140.039255545   242.3407  0217  ��c��
+ 36.665983426  139.619247492   390.7807  0218  ����
+ 36.598945928  139.923466566   183.3098  0219  �F�s�{
+ 36.769692180  139.224903842   868.7486  0220  �Еi
+ 36.507995407  138.552713469  1013.8265  0221  �ڗ�
+ 36.421627821  139.330386646   195.4211  0222  �ː�
+ 35.986890941  139.075685155   284.0092  0223  ����
+ 35.895969625  139.795986510    48.2319  0224  �z�J
+ 35.657205950  140.048092915    43.7226  0225  ��t�Ԍ���
+ 35.243243489  140.384907532    43.3887  0226  ��t�匴
+ 35.002791398  139.974889014    46.0567  0227  �ێR
+ 35.663697003  139.630649585    82.5708  0228  ���c�J
+ 35.336208078  139.162601130   144.3197  0229  ���
+ 35.268599611  139.142414687    64.1999  0230  ���c��
+ 38.465392005  139.253348232    47.4364  0231  �����Y
+ 38.319346432  138.513086358    85.7092  0232  ���ÂP
+ 38.063279793  138.471680930    45.9435  0233  ���ÂQ
+ 37.929383049  139.351464836    64.4913  0234  �V���c
+ 37.815901958  138.273067738    45.1127  0235  ����
+ 37.685906121  139.477887331   116.4940  0236  ����
+ 37.667523613  138.780505391    67.9544  0237  ����
+ 37.662295339  139.059119569    58.1746  0238  �V������
+ 37.467718328  138.998009515   164.7314  0239  �Ȕ�
+ 37.311314774  138.789982191   103.9690  0240  ����J
+ 37.231122090  138.333570624    77.3993  0241  �劃
+ 37.166035496  138.933720189   176.4937  0242  �V����a
+ 37.160790669  138.100190346   293.2806  0243  ����
+ 37.079132348  138.608722612   447.6261  0244  ���V�R
+ 37.045173368  137.873846311    51.8693  0245  ������P
+ 36.993459451  138.830844975   307.8364  0246  ����
+ 36.865404041  138.198674120   624.4836  0247  ��������
+ 36.740620892  136.996125329    49.7016  0248  ����
+ 36.634336499  137.195196932    75.2072  0249  �x�R
+ 36.578705640  137.439895381   629.9551  0250  ��R
+ 36.401879075  136.920557755   359.4403  0251  �㕽
+ 37.850495749  136.919267973    49.5033  0252  �w�q��
+ 37.446027327  137.270048567    49.9374  0253  ��F
+ 37.001019558  136.772345380    51.4492  0254  �u��
+ 36.394456186  136.388941921    47.5627  0255  ����
+ 36.165289147  136.633946799   572.3763  0256  ����
+ 36.145619286  136.278944606    54.2780  0257  �ۉ�
+ 35.984907978  136.504923325   221.0112  0258  ���
+ 35.945004739  135.989762824   113.7439  0259  �z�O
+ 35.792782111  136.197393551   149.8807  0260  ����
+ 35.534409342  135.907639208    60.9480  0261  �O��
+ 35.462714617  135.608881049    58.5968  0262  ���
+ 35.855978677  138.316395706   888.3005  0263  ������
+ 35.746875131  138.695131564   665.0077  0264  �q�u
+ 36.801708872  138.436165450   731.3462  0265  �R�m��
+ 36.706468944  137.872330326   728.5863  0266  ���n
+ 36.665155094  138.247466950   385.6919  0267  ����
+ 36.386176515  138.322523481   738.9858  0268  ����
+ 36.346013563  138.637796271   990.7682  0269  �y���
+ 36.322371298  137.902815249   577.9343  0270  �L��
+ 36.208467402  138.216485325   863.3653  0271  �a�c
+ 36.130639475  138.460972768   936.0066  0272  �����
+ 36.121109279  137.983011134   811.6026  0273  ���K
+ 35.783617741  137.696259729   819.8309  0274  �㏼
+ 35.556129692  138.038317146   770.3050  0275  �厭
+ 35.521091893  137.815237280   570.6056  0276  �ѓc
+ 35.317144067  137.925271718   441.3998  0277  ��M�Z
+ 35.246999119  137.587668284   680.1170  0278  ���H
+ 36.335510629  137.147171742   520.6785  0279  �{��
+ 36.033048441  136.952762587   846.0181  0280  ����
+ 35.973458147  137.534866792  1351.6859  0281  ����
+ 35.866941132  136.863181049   403.9667  0282  ����
+ 35.757782870  136.975301650   287.1862  0283  ����
+ 35.657189132  137.424772636   513.8653  0284  �t�m
+ 35.636153144  136.488767503   267.5011  0285  ����
+ 35.632897662  136.611394121   224.1612  0286  ����
+ 35.612086368  137.174144644   242.4865  0287  ������
+ 35.488324370  136.687282280    80.7151  0288  �{��
+ 35.478700382  137.124687355   206.9995  0289  ���S��
+ 35.371709592  136.549742780    61.3947  0291  ����
+ 35.367372211  137.110231564   247.9007  0292  ������
+ 35.261966908  137.405606358   495.6066  0293  ����
+ 35.227905604  136.593444821    73.6549  0294  ��Z
+ 35.031518139  137.980415365   337.2477  0295  �t��
+ 34.986495899  138.515677591    54.1979  0296  �������s�Q
+ 34.865589025  138.922253953   466.2330  0297  �V�铒�����Q
+ 35.334760591  136.929978661    76.4747  0298  ���m���
+ 35.190106610  136.828832384    45.5422  0299  �r�ڎ�
+ 35.138752584  137.253562579   152.1411  0300  ���m�L�c
+ 35.039464809  137.313163970   439.9392  0301  ���R
+ 34.994991993  137.059778954    52.5298  0302  �m��
+ 34.919746248  137.299938931   139.1285  0303  �z�c
+ 34.823355434  136.867642075    73.5886  0304  �튊�P
+ 34.794870956  137.118998038    57.5817  0305  ����
+ 34.648660703  137.277838419    64.7091  0306  �c��
+ 34.609237981  137.068066293    49.4369  0307  ����
+ 34.913802612  136.636500823    44.9198  0309  ��
+ 34.742875104  136.183451287   219.5848  0310  ���
+ 34.547047568  136.550657016    61.0626  0311  ����
+ 34.433139900  136.334258430   213.1185  0312  �э�
+ 34.253439097  136.820613954    55.4851  0314  �u��
+ 33.875135642  136.085901126    55.8710  0315  �O�d�F��
+ 33.741273251  136.010900412    62.2636  0316  �L�a
+ 35.557331355  136.197945385   205.7342  0317  �]��
+ 35.466286663  136.053665819   138.6528  0318  �}�L�m
+ 35.351254736  135.913207554   228.5405  0319  ����
+ 35.318974862  136.062827361   128.1443  0320  ���ܐ�
+ 35.269441045  136.235613356   128.7439  0321  �F��
+ 35.137039989  135.870808102   220.3888  0322  ��ÂP
+ 34.986383899  136.145038368   216.6547  0323  ����
+ 34.939602559  135.906165060   130.3289  0324  ��ÂQ
+ 34.869326752  136.054828274   344.3080  0326  �M�y
+ 35.752352934  135.173214831    65.3379  0327  �O��
+ 35.555681504  134.932285658    68.1795  0328  �v���l
+ 35.292336293  135.164034326   109.1065  0329  ���m�R
+ 35.209534524  135.773974250   447.1106  0330  ���s�����P
+ 35.163786877  135.366904734   264.8542  0331  ����
+ 35.077581812  135.564521969   168.0591  0332  �T��
+ 34.988571711  135.665436364   219.2420  0333  ���s����
+ 34.746970945  135.864150407    87.0510  0334  ���s����
+ 34.777838148  135.685453089    74.3726  0335  ���
+ 34.677906319  135.518490649    61.4842  0336  ���
+ 34.527309596  135.481342489    73.6439  0337  ��
+ 34.479108229  135.627334609   147.6352  0338  �͓�
+ 34.424809378  135.586946433   301.8972  0339  �͓����
+ 34.406451919  135.364156211    91.9971  0340  �F��
+ 35.436746713  134.582493502   587.9305  0341  ����
+ 35.314898209  134.818502115   258.4129  0342  �a�c�R
+ 35.105285002  135.181897816   257.4133  0343  ���I
+ 35.094454036  134.585959153   210.4498  0344  ���Ɉ�{
+ 35.090784509  134.972588085   139.8462  0345  �R��
+ 34.997594949  134.403777053   155.1839  0346  ���
+ 34.984685162  134.767300761   124.6979  0347  ���Ɏs��
+ 34.976789415  135.325995760   232.6719  0348  ������
+ 34.944792513  135.176416907   219.9588  0349  �O�c
+ 34.897265796  134.545235679    79.0441  0350  �V�{
+ 34.812188859  135.215905732   312.4268  0351  �_�˖k
+ 34.804916693  134.997233647   100.4030  0352  �O��
+ 34.790904380  135.341778523   130.0544  0353  ���
+ 34.786962437  134.828778609    47.7460  0354  ����
+ 34.724250419  135.380380859    44.1046  0355  ���{
+ 34.686987909  135.172288126    84.7743  0356  �_�˒���
+ 34.669878826  134.519567215   102.8121  0357  �Ɠ�
+ 34.669737221  134.965705437    66.4738  0358  ����
+ 34.577053711  135.024074567    50.4243  0359  �W�H
+ 34.493319584  134.860971728    50.3344  0360  �W�H��{
+ 34.349767721  134.881527440   107.1822  0361  �F�{
+ 34.334329976  134.735190614    45.6119  0362  ���W
+ 34.223670115  134.736535587    49.7334  0363  ��W
+ 34.567032541  136.050385892   367.6347  0364  ����
+ 34.539222393  135.731001026   109.2944  0365  �L��
+ 34.388300323  135.704174349   273.9824  0366  �ܞ�
+ 34.038164594  135.963737377   287.2337  0367  ���k�R
+ 34.256138024  135.357962403    69.8437  0368  �œc
+ 34.271462707  135.065974124    88.4581  0369  �a�̎R
+ 34.221827054  135.590120333   847.1412  0370  ����
+ 33.961674056  135.384864485   262.9660  0371  �a�̎R���R
+ 33.913852664  135.180084303    66.4311  0372  ���
+ 33.815202135  135.782083780   104.6692  0373  �{�{
+ 33.785488601  135.508396449   227.6216  0374  ���ӘH
+ 33.744275429  135.396183436    51.1660  0375  �c��
+ 33.583913664  135.920709846    48.8725  0376  �ߒq���Y
+ 33.505617701  135.599204251    69.7846  0377  �����݂P
+ 35.456754651  134.046669751   101.5440  0378  ����
+ 35.345535629  133.439071292   125.5933  0379  �a��
+ 35.265862602  134.237367008   221.6540  0380  �q��
+ 35.164574429  133.308531610   357.4438  0381  ����
+ 36.285290101  133.239879373    77.3493  0382  �܉�
+ 36.093209543  132.984377952    40.3502  0383  ���m��
+ 35.392614783  132.743213581    43.8033  0384  �o�_
+ 35.195613135  132.995422788   343.4274  0385  �m��
+ 35.185954203  132.507320819    74.6090  0386  ��c
+ 35.019772982  132.720505169   473.9757  0387  �ԗ�
+ 34.767344044  131.923143713    65.7407  0388  �O��
+ 35.263538495  133.792476273   602.7728  0389  ���a
+ 35.099641162  134.319639566   321.8209  0390  ���R�匴
+ 35.020881461  134.234769360   228.2758  0391  �쓌
+ 35.002961339  133.734501419   172.2158  0392  ����
+ 34.982543452  133.960861849   202.3307  0393  ���R����
+ 34.809692257  133.598089218   471.6578  0394  ����
+ 34.791384518  133.929047840   113.5748  0395  ���R���
+ 34.657723672  134.165759948   153.9276  0396  �W�v
+ 34.438569067  133.796732898    59.5992  0397  �q�~�P
+ 34.943449683  133.120228876   392.1622  0398  ����
+ 34.726898564  132.277333907   622.1948  0399  �|�k
+ 34.678815382  132.540239990   311.2236  0400  ���c
+ 34.672452434  133.107533734   417.9262  0401  �㉺
+ 34.571300927  132.824000886   426.5485  0402  �L�h
+ 34.539157644  132.463468397   194.5775  0403  �L���P
+ 34.575419304  132.269112440   272.3052  0404  �ˉ͓�
+ 34.378683309  133.009799651    61.2944  0405  �O��
+ 34.369511642  132.344949790    46.2910  0406  �L���Q
+ 34.439859867  131.416544452    53.7511  0407  ���P
+ 34.294607855  130.943144097   126.8647  0408  �L�k
+ 34.283735798  131.562787849   305.9848  0409  ����
+ 34.259081028  131.953287061   158.5754  0410  ��
+ 34.189490049  131.346080742   135.8911  0411  ����
+ 34.057240192  131.530821079    44.1544  0412  �h�{
+ 33.977713672  131.286040098   104.7448  0413  �F��
+ 33.975068460  132.104441665    45.2748  0414  ����
+ 34.096989424  134.351971372    65.1513  0415  �����g��
+ 34.059906266  134.560138932    42.7563  0416  ����
+ 34.051499642  134.049179134   115.1073  0417  ���n
+ 34.038417063  134.230230500    87.2035  0418  �R��
+ 33.936673820  133.681285392   833.2873  0419  �R��
+ 33.878931038  134.389104371   326.8247  0420  �㏟
+ 33.877515642  134.058194633  1410.0809  0421  ��F
+ 33.830240993  134.667793940    47.2520  0422  ����Q
+ 33.725088403  134.533005496    44.4348  0423  ���a��
+ 33.618498869  134.372026896    51.6438  0424  �����C��
+ 34.472374485  134.314204659    44.0688  0425  ��C
+ 34.254578146  134.241980186   141.3936  0426  ������
+ 34.217394089  133.715064985    52.3436  0427  �O��
+ 34.068074785  133.647517772    59.1540  0428  �L�l
+ 34.164168109  133.925504537   221.3691  0429  �Փ�
+ 34.077887001  132.990232259    41.8821  0430  ����
+ 33.938661279  133.538235128   760.7565  0431  �ɗ\�O��
+ 33.921204845  133.201314124    43.1682  0432  ����
+ 33.796496518  132.911643265   172.2870  0433  ���Q���
+ 33.722597191  132.683969234    89.2373  0434  �ɗ\
+ 33.569223521  132.937880564  1545.3672  0435  ����
+ 33.446764377  132.693411510   239.3091  0436  �n��
+ 32.963904286  132.561822892    49.2846  0437  �䑑
+ 33.766976088  133.655772235   377.0882  0438  ��L
+ 33.654153105  133.805025668   206.6918  0439  ���k
+ 33.603787044  134.106905760   500.8649  0440  �n�H
+ 33.527760099  134.280802436    49.3401  0441  ���m
+ 33.505735310  133.903647217    49.6999  0442  ���|
+ 33.468401261  133.280914257   149.0358  0443  ����
+ 33.427796022  134.007133657    45.7413  0444  ���m�c��
+ 33.407703958  133.402983664   179.5120  0445  �{��
+ 33.171644450  132.792691242   111.5460  0447  ���y��
+ 32.991231780  132.999231801    60.1296  0448  ���
+ 32.840607295  132.703727006   116.7618  0449  ���m�匎
+ 33.536142411  130.250821025    78.1304  0450  �O��
+ 33.500378473  130.521959355    87.7375  0451  �}����
+ 33.465460860  130.828751771   527.5919  0452  ���Ό�
+ 33.205874605  130.564644682    69.8446  0453  ����
+ 33.274851362  130.268718128    42.8995  0454  ����
+ 33.098475235  130.094168285    52.6320  0455  ���ꎭ��
+ 34.655551564  129.482061210    67.8962  0456  ��Δn
+ 34.268205750  129.311502025    43.4692  0457  ����
+ 33.742655471  129.734724670   127.9763  0458  �Γc
+ 33.362202801  129.537013613   172.3779  0459  ����
+ 33.063101582  129.690657628   111.5155  0460  ���C
+ 32.870686638  130.271331636    43.3335  0461  ���荑��
+ 32.669384635  128.843115932   150.8471  0462  ���]
+ 32.636914678  130.154605719    71.1855  0463  ����
+ 32.933495821  130.547723805    51.4893  0464  �ʖ�
+ 32.842098840  130.764795435    92.2625  0465  �F�{
+ 32.740649618  131.099303472   725.3169  0466  ���a
+ 32.326241539  129.987297400    66.6558  0467  �V��
+ 32.299157051  130.506831888    42.8868  0468  ���k
+ 32.238673484  130.802622633   193.6156  0469  �F�{����
+ 33.671193516  131.564165736    39.8578  0470  �啪����
+ 33.496233717  131.168932046   129.1551  0471  �{��n�k
+ 33.254042696  131.347277270   487.8957  0472  ���z�@
+ 33.239435736  131.798065193    54.4547  0473  �����
+ 33.009027684  131.286085564   579.8960  0474  �v�Z
+ 32.986857648  131.587843069   200.5562  0475  �啪�O�d
+ 32.704016715  131.756841341   580.4326  0476  �k��
+ 32.684833749  131.327615065   346.5545  0477  ���V�e
+ 32.456640422  131.148866379   617.9746  0478  �ŗt
+ 32.245856132  131.185224438   943.1530  0479  ���ė�
+ 32.170433008  131.515846370    97.1696  0480  ���
+ 31.965048864  131.078568580   215.9231  0481  ��K
+ 31.740314805  131.021513966   201.4386  0482  �s��
+ 31.676546164  131.368867560    83.9522  0483  �k��
+ 31.469376290  131.217390424    60.2165  0484  ���ԂP
+ 32.057501866  130.597814808   215.7516  0485  ���������
+ 31.855528133  130.759673273   254.5985  0486  �q��
+ 31.768683485  129.795441352    51.5201  0487  ����������
+ 31.717378685  130.278146195    62.3552  0488  ���ؖ�
+ 31.617375802  130.836066350   451.3519  0489  ���������R
+ 31.235224466  130.640357755    46.7672  0490  �w�h
+ 31.106205093  130.723058663   368.1552  0491  ����
+ 30.530867027  130.964219161   129.6182  0492  ����q
+ 30.381721803  130.638375450   177.4934  0493  �㉮�v�P
+ 28.399087900  129.489024197   199.3603  0494  ����
+ 27.032183644  128.432326414   119.8930  0495  �^�_
+ 26.694810555  127.898448566    71.4548  0496  �{��
+ 25.831211890  131.227800783    54.8263  0497  ��哌
+ 24.753119676  125.373796901   127.0507  0498  ���
+ 24.454166296  122.942843491    47.4335  0499  �^�ߍ�
+ 24.426272190  123.792035579    40.6220  0500  ���\��
+ 45.137711736  141.167096579    56.3324  0501  ���K
+ 44.582042456  142.964461712    45.9911  0502  �Y��
+ 44.219722226  143.615669981    39.7264  0503  �N��
+ 44.191942580  143.076818768   169.2102  0504  ���
+ 43.988788791  144.293302028    71.7172  0505  �ԑ�
+ 43.908405448  142.577715109   250.3752  0506  ����
+ 43.828078159  144.115255020    50.5477  0507  ���y
+ 43.738523431  142.409609639   176.1576  0508  ����
+ 43.740840255  141.873846905    96.7118  0509  �k��
+ 43.771413825  142.903019558   527.2134  0510  ���
+ 43.670501757  143.578155595   266.2002  0511  �u��
+ 43.232104707  145.258951039    73.6309  0512  �����R
+ 43.438835851  144.079621503   467.8394  0513  �����Q
+ 43.336264924  142.395347356   210.8652  0514  �x�ǖ�
+ 43.307008960  144.597660588    70.6443  0515  �W��
+ 43.248411092  141.890932589    77.9080  0516  �O�}
+ 43.209508873  140.860616745    41.1643  0517  ���M�Q
+ 43.165528183  142.809729856   442.0395  0518  �V��
+ 43.195164658  145.520496881    83.3649  0519  �����S
+ 43.077588775  141.540116086    54.6528  0520  �]��
+ 42.938860328  143.170566671    74.0500  0521  �эL
+ 42.884431463  141.577416490    67.2072  0522  �b��
+ 42.773189844  141.407093003   329.1685  0523  ���
+ 42.551379779  140.767622929    59.4967  0525  ���c
+ 42.473902135  140.876371981    56.3149  0526  �ɒB
+ 42.060505178  139.446148901    59.4642  0527  ���K�Q
+ 42.123143580  140.666867999    45.6980  0528  ����
+ 41.976687135  140.715436064   203.7699  0529  ����
+ 41.803027579  140.071229249    74.3430  0530  ��m��
+ 42.982570740  144.719147667    52.9493  0531  ���H��
+ 42.125587357  143.315695368    30.0518  0532  �����Q
+ 41.404706236  141.447587556    66.4508  0533  ����
+ 41.185078672  140.490766662    45.0936  0534  ����
+ 41.145546410  140.821985009    57.2430  0535  �e���
+ 40.913398243  140.871637793    48.1785  0536  ����
+ 40.862361020  141.131807185    69.7741  0537  ��Ӓn
+ 40.706275748  140.589224992    67.2082  0538  �Q��
+ 40.676398243  141.376210465    87.3063  0539  �O��
+ 40.624345250  140.478527382    66.8602  0540  �O�O
+ 40.643566636  140.803347443   743.9150  0541  ����
+ 40.910177150  140.451565091    56.2604  0542  ���
+ 39.953079942  141.066330406   318.0195  0543  ��菼��
+ 39.351300055  140.769184196   300.9205  0544  ���c
+ 39.143088311  141.575489379   124.8632  0546  �Z�c
+ 39.596124703  141.675286867   279.7050  0547  ���
+ 38.546216187  140.847874256    78.5253  0548  �F��
+ 38.425057453  141.212909745    49.0667  0549  ��{
+ 38.301186652  141.500685545   116.5002  0550  ����
+ 39.891134374  139.848934639    65.8312  0551  �j���Q
+ 39.825808776  140.044722896    56.6576  0552  �V��
+ 39.702680722  140.732849371   283.1408  0553  �c���
+ 39.199096439  140.506690977   138.6122  0554  ����
+ 39.015972105  139.927494997    66.6541  0555  �V��
+ 38.496769645  140.365152137   130.5053  0556  ���R
+ 38.148096599  140.271137532   225.1696  0557  ��R
+ 37.817906456  140.946301287    57.4790  0558  ���n�Q
+ 37.615952421  140.205652391   774.1726  0559  ���c��Q
+ 37.620729788  140.372898733   610.8466  0560  ��{��
+ 37.424507021  140.135876761   564.3426  0561  �����S�R�Q
+ 37.325063320  140.834244500   447.7473  0562  �������
+ 37.097248790  139.586160481   799.7040  0563  �ڊ�
+ 38.056183330  139.461684854   114.5623  0564  ����
+ 38.023687318  138.369881657    60.4881  0565  ���
+ 37.535831884  138.706938694    82.6557  0566  �o�_��
+ 37.348539489  138.516368471    55.5784  0567  ����Q
+ 37.319870687  139.020251530   222.2805  0568  ���
+ 37.056681399  138.242585703    73.3375  0569  �V��
+ 36.950871415  137.893870688   236.5789  0570  ������Q
+ 37.752064123  139.073908944    48.2409  0571  ���{��
+ 36.736958200  137.369514468    66.5816  0572  ����
+ 36.649561771  137.031897778    88.6677  0573  �v�g
+ 37.306969820  137.138543455   128.0211  0574  �\�s
+ 37.156744112  136.718759223    48.9509  0575  �x��
+ 37.123156235  136.996067848    73.6461  0576  �\�o��
+ 36.817478610  136.755650373    60.1956  0577  ����
+ 36.370068978  136.605333201   223.6005  0578  ���z
+ 35.968887096  136.184991665    54.1948  0579  �I�]
+ 35.836841039  136.055982352    78.1133  0580  �͖�
+ 36.743027090  140.497598111   312.4256  0581  ����
+ 36.300705119  139.987765942    76.2942  0582  ����
+ 36.114813555  139.931498834    67.6562  0583  �Ή�
+ 36.031339617  140.202443650    70.9189  0584  ����
+ 36.952306560  140.164757363   303.5833  0585  �ߐ{
+ 36.979581477  139.805747809   610.4428  0586  ����
+ 36.776371514  139.854257076   302.4208  0587  ���J
+ 36.692455416  140.157689912   155.0133  0588  �G�R
+ 36.624174037  139.490590099  1335.6782  0589  ����
+ 36.542215958  140.179308206   178.6751  0590  �Ζ�
+ 36.616317672  138.591445143  1277.0134  0591  ����
+ 36.234670379  139.066641459   178.5607  0592  ����
+ 36.142753357  138.912418575   964.0089  0593  ����
+ 34.761543312  139.434017151   140.0149  0594  �哇�R
+ 34.737613049  139.358585849    86.5358  0595  �哇�S
+ 34.239914072  139.137575147    53.2656  0598  �_���Q
+ 34.093763485  139.561763701    80.4376  0599  �O��R
+ 34.075780930  139.478805650    77.4064  0600  �O��S
+ 33.884123984  139.612852486   466.3560  0601  �䑠��
+ 32.463501848  139.764616460   381.1679  0602  �ƒ���
+ 26.635150598  142.162758514    83.5547  0603  �꓇
+ 24.780184836  141.324371733   169.8678  0604  �������P
+ 24.750801342  141.288829913   214.0584  0605  �������Q
+ 35.649518206  138.690380791   383.9261  0606  �R����{
+ 35.511867855  139.025775830   738.6589  0607  ���u
+ 36.239029339  137.984549777   648.0032  0608  ���{
+ 36.228369093  137.871749591   691.5089  0609  ����
+ 36.284713254  138.499280403   790.9862  0610  ���v
+ 36.084663238  137.682626713  1133.4347  0611  �ސ�
+ 36.026162892  138.214483716  1024.9910  0612  ����
+ 35.974147066  138.583026440  1238.6496  0613  ���
+ 35.880002857  137.598273481   995.7601  0614  �O�x
+ 35.726293032  137.983888849   700.1441  0615  ���
+ 35.343733972  137.676397095  1498.8948  0616  �Q��
+ 36.261467947  136.904269572   573.2505  0617  ��씒��
+ 36.285642653  137.363019482   675.7839  0618  ���
+ 35.911634588  137.200668406   500.2693  0619  ����
+ 34.855033471  138.776523404    52.1736  0620  ���
+ 35.204394594  138.928354740   308.5319  0621  ����Q
+ 34.679922930  138.098288514    52.2863  0622  ���}
+ 34.677752417  138.182964051   151.7041  0623  �É����ǂQ
+ 34.666409997  138.046522524    53.3152  0624  �哌�Q
+ 34.634540279  138.159038105    64.8973  0625  �l���Q
+ 35.047243243  138.906893486    48.7831  0626  ����
+ 36.103635249  140.086307289    69.7560  0627  �‚��΂R
+ 34.698904208  138.939325979    54.7362  0628  ���c
+ 35.239086289  137.073565346   156.6649  0629  ����
+ 35.168421544  136.965801018    95.8137  0630  ����
+ 34.984393638  136.862749182    54.8583  0631  �m��
+ 34.904384977  136.831877459    47.0884  0632  �튊�Q
+ 35.050911228  136.694250382    43.1978  0633  �K��
+ 34.854901150  136.393259531   143.9911  0634  ��
+ 34.648749389  136.329758971   107.7617  0635  ���R
+ 34.431441847  136.628399187    67.8846  0636  �x��
+ 34.208157107  136.342931957    47.1178  0637  �I�ɒ���
+ 35.420356784  136.264746066   135.9574  0638  �ՕP
+ 35.085723622  136.041199003   134.9539  0639  ��F
+ 35.685077913  135.034047551    49.8217  0640  �Ԗ�
+ 35.482214223  135.415830379    46.5359  0641  ����
+ 35.275859476  135.549522290   231.6278  0642  ���s���R
+ 35.053136650  135.773302541   112.5552  0643  ���s�����Q
+ 34.952642135  135.772394706    76.8985  0644  ���s����
+ 35.621201424  134.677378429    70.2160  0645  ���Z
+ 35.461262058  134.728711287   124.8123  0646  ���ɓ���
+ 35.237879985  135.022033949   162.4183  0647  �Š_
+ 35.162743199  134.771221307   417.8509  0648  ����
+ 34.936189058  134.945033767   101.0444  0649  ���
+ 34.311840258  135.528348683   188.7578  0650  ���‚炬
+ 34.025390490  135.167744280    47.1235  0652  �L��
+ 33.554411476  135.496196709    47.8792  0653  �����݂Q
+ 35.436010158  133.339687908    46.7621  0654  �Ďq
+ 35.361442538  134.325278978   159.3291  0655  ����
+ 35.563534595  133.137887550    44.0059  0656  ���ۊ�
+ 34.892657588  132.457324726   224.9974  0657  �Ό�
+ 34.571062715  132.013557556   298.8873  0658  �C��
+ 34.439720549  131.864312841   221.8096  0659  �`��
+ 35.169661634  133.563989920   603.4674  0660  ���R�V��
+ 34.993363758  133.396275221   293.4762  0662  �_��
+ 34.811603059  132.851575348   199.0735  0663  �O��
+ 34.777791480  133.337633521   554.1027  0664  �L��
+ 34.370346247  132.194653080   401.8572  0665  �L������
+ 34.260921893  132.455545292    57.4457  0666  �]�c��
+ 34.210068956  132.884383940    46.7028  0667  �؍]
+ 34.764346324  131.152394576    40.0407  0668  ���Q
+ 34.342087202  131.176160099    76.9043  0669  ����
+ 34.179772200  131.065669849    70.1744  0670  �R���L�c
+ 33.909933464  132.358335827    39.6827  0672  ���a
+ 34.171810392  134.605025272    42.6005  0673  �–�
+ 34.039739429  133.874988317   134.5154  0674  �O�D
+ 33.789531125  134.301467449   333.4678  0675  ��߉�
+ 34.445454890  133.998679456    44.3878  0676  ����
+ 34.383399446  133.780674467    43.5220  0677  �ۋT
+ 34.252445512  133.189099727    58.3870  0678  �|��
+ 33.959472791  132.781739540    45.8755  0679  �k��
+ 33.611594476  132.487254910   196.9453  0680  ���l
+ 33.177587905  132.543755595   183.7507  0681  �F�a��
+ 33.326909972  133.228470014    43.2489  0683  ���y���Q
+ 33.215431969  133.128636887   263.8593  0684  �E��
+ 33.745508114  130.749551389    59.9362  0685  ����
+ 33.697403744  131.016530749    55.4433  0686  �s��
+ 33.640463258  130.823889270    87.4984  0687  �c��
+ 33.327224503  130.701153577    85.7607  0688  �c���
+ 33.196030382  129.940087928   139.4090  0689  �R��
+ 33.266119688  129.690024068   113.5641  0690  �g��
+ 33.255789703  129.125511090    92.0720  0691  �F�v
+ 32.885628311  129.026341986    60.7642  0692  �ᏼ
+ 32.795701271  130.166427041   144.0888  0693  ����
+ 32.793014241  130.335959676   209.4074  0694  ����
+ 32.712291538  130.216660461   262.3947  0695  ���l
+ 32.722573907  130.352273993    70.7581  0696  �[�]
+ 32.660650637  130.290715972    83.1608  0697  ���L��
+ 32.634274479  128.619362539    39.5256  0698  �ʔV�Y
+ 33.121957196  131.062902552   469.6991  0699  �F�{����
+ 33.011289821  130.748619253   115.3565  0700  ���{
+ 32.870745901  130.996220446   450.7716  0701  ���z
+ 32.576725852  130.794904480   287.7870  0702  ��
+ 32.950651718  131.093424271   544.6101  0703  ���h
+ 32.845001641  131.132149349   650.9134  0704  ���X
+ 33.537123182  131.356638460    70.4728  0705  �F��
+ 33.349852546  131.588431694    39.4059  0706  ���o
+ 33.270272033  131.121134443   381.2079  0707  ���
+ 33.228426965  131.579482223   106.9439  0709  �啪
+ 33.190574118  130.915737756   877.8300  0710  �O�Í]
+ 32.557048376  131.530676085   124.6258  0711  �k��
+ 32.384398384  131.334015966   285.2655  0712  �{��싽
+ 32.069106866  131.486020531    52.9729  0713  �V�x
+ 32.047718334  130.865632668   287.3952  0714  ���т�
+ 31.842098698  131.306308735   172.0400  0715  �{��c��
+ 31.399105346  131.305869654    44.3835  0716  ���ԂQ
+ 32.197073838  130.179653894   122.2578  0717  ��
+ 31.908839660  130.439657100    93.6208  0718  �{�V��
+ 31.624097959  130.651891078    42.4373  0719  ����
+ 31.591841471  130.708539909    66.2250  0720  �������Q
+ 31.552221673  130.637355577    80.3402  0721  �������R
+ 31.496152785  130.699402989    39.9706  0722  ����
+ 30.784655120  130.274983299   153.5286  0723  �������O��
+ 30.753325230  131.028596868   193.8958  0724  ���V�\
+ 30.461389454  130.198246420    94.1236  0725  ���i�Ǖ���
+ 30.398676739  130.903231739   216.0109  0726  ���q
+ 30.395756530  130.424378944    40.8631  0727  �㉮�v�Q
+ 30.236353135  130.554547176    88.4734  0728  ���v
+ 29.615329772  129.705743569   139.6368  0729  �\��
+ 28.487218299  129.693572997    41.2256  0730  �}��
+ 28.371131106  130.028955452    37.1569  0731  ��E�P
+ 28.293980502  129.921670685    40.5911  0732  ��E�Q
+ 28.137582452  129.320445262    37.2459  0733  ���˓�
+ 27.816636359  128.894475150    69.1846  0734  �������V��
+ 27.401238895  128.650724676    60.0733  0735  �a��
+ 26.944487874  127.945053928    76.5800  0736  �ɐ���
+ 26.859344317  128.248361759    96.0276  0737  ����
+ 26.708273567  128.144031403    40.7999  0738  ��X��
+ 26.582876298  127.231629727    59.9306  0739  ����
+ 26.482731124  127.972389798    71.6837  0740  �X���
+ 26.446925177  127.832731166   144.7477  0741  ����ΐ�
+ 26.372935710  127.143649075    44.2500  0742  �n����
+ 26.347830258  126.739146269    44.4229  0743  ��u��
+ 26.178793593  127.345252396   150.1891  0744  �n�Õ~
+ 26.168607890  127.826182403    97.1539  0745  �m�O
+ 25.953729207  131.290668344    72.5949  0746  �k�哌
+ 24.827957847  125.170978944    46.5984  0747  �ɗǕ�
+ 24.641614715  124.692439238    42.3971  0748  ���NJ�
+ 24.536624406  124.301287520    42.9432  0749  �Ί_�P
+ 24.338877442  124.172647736    46.8200  0750  �Ί_�Q
+ 24.061500054  123.795845932    62.4662  0751  �g�Ɗԓ�
+ 36.539258856  139.056734752   513.4568  0752  �ԏ�
+ 36.003735258  139.269328097   149.4482  0753  �s���
+ 35.884048325  139.182197747   288.8651  0754  ���I
+ 35.800801977  139.365969656   182.2043  0755  ����
+ 35.288383551  140.249160853    64.3872  0756  �命��
+ 35.616427954  139.369896785   186.9844  0758  �����q
+ 35.160866522  139.613842697    68.3892  0759  �O�Y�Q
+ 34.882030987  135.789847573    99.4605  0760  �F��
+ 34.621052747  135.618821632    54.6278  0761  ����
+ 34.864121112  134.659664185    68.5530  0762  �P�H
+ 34.698335055  135.706028485   198.6700  0763  ����
+ 34.573999532  135.819862799    96.1769  0764  �V��
+ 34.809568106  134.175791004    71.9315  0765  �a�C
+ 34.579146893  133.757015986    43.6743  0766  �q�~�Q
+ 34.450439795  133.288116934   172.6322  0767  �L�����R
+ 34.334874586  132.820218926   183.9403  0768  ���|��
+ 34.191180290  132.219136916   174.2066  0769  �a��
+ 33.372181301  129.954856787    48.6957  0770  �k�g��
+ 33.346486993  130.444515784    61.8576  0771  ����
+ 32.945586612  129.989685714   362.2131  0772  �呺
+ 32.581673959  130.430445806    50.8537  0773  ����
+ 32.524533648  130.085186907    60.3045  0774  ��k
+ 32.426273511  130.323633662   621.4210  0775  ���{
+ 31.675101411  130.469451983   204.7696  0776  �������S�R
+ 31.415891641  130.135762807    41.9083  0777  �}��
+ 45.219767585  141.598229723    47.0546  0778  �t��Q
+ 45.126774372  142.351839996    46.4706  0779  �l�ڕ�
+ 44.780171084  142.717915869    45.5117  0780  �}�K�Q
+ 44.639926316  141.793916810    37.3304  0781  ����
+ 44.365127460  142.264529280   322.9830  0782  �y����Q
+ 44.148753336  141.664598974    82.0715  0783  ����
+ 43.722779097  144.506409373   163.3890  0784  �k�C������
+ 43.624329156  141.370583915    52.9828  0785  �l�v
+ 43.333578860  142.947277008   407.2010  0786  �V���Q
+ 43.431633355  142.643059905  1049.5634  0787  ��x�ǖ�
+ 43.101690957  143.901986602   163.8313  0788  ���f
+ 43.013651744  142.870058754   218.0579  0789  �k�C������
+ 42.933772120  142.084599983   233.1717  0790  �[��
+ 42.806507766  143.494972092    80.6362  0791  �L��
+ 42.420547621  141.081057963    51.8628  0792  �o��
+ 42.486410872  143.151973631   391.4499  0793  ����Q
+ 41.934853217  140.371234257   156.5492  0794  ����
+ 39.849017677  141.452591176   683.7910  0795  �ʎR�Q
+ 39.127008330  140.988455869   228.0087  0796  �_��
+ 37.984407385  140.645637528   105.9604  0797  ����
+ 40.044976285  140.822907284   461.5483  0798  ���p�Q
+ 38.434342589  140.094631318   288.2070  0799  ����
+ 37.018448835  140.841646597    71.5872  0800  ���킫�Q
+ 37.036934713  139.402232656   960.1059  0801  �w�}��
+ 36.778060997  138.944817108   665.3316  0802  ����
+ 38.288982316  140.199916427   405.9360  0803  �R��
+ 35.419268437  139.521923276    89.4559  0804  ���l��
+ 37.828158451  139.226037600    52.0679  0805  ����
+ 37.776990393  138.880440923    47.8204  0806  �V����
+ 37.498656347  138.779539691   100.6908  0807  �V���O��
+ 35.673693233  138.456818981   413.6029  0809  �B��
+ 37.589736791  138.920278248    56.4097  0810  �V���h
+ 35.575092136  137.528780227   389.0128  0811  �≺
+ 35.359730870  136.470305029   158.5481  0812  �փ���
+ 35.114166907  138.973867712   197.7402  0813  ����
+ 34.719474057  138.876471931   172.6434  0814  ���c�Q
+ 35.117152573  138.609973873    54.3031  0815  ����
+ 35.066974491  138.209983676   701.8331  0817  ����R
+ 35.044883704  138.081684023   274.8656  0818  ���썪
+ 34.902050956  137.946810200   168.1474  0819  ���X�Q
+ 34.849413497  138.176744858   106.7478  0820  ���c
+ 34.752041502  137.680777047    86.7003  0821  �l���ɍ��n
+ 35.300837262  136.788823871    50.2739  0822  ���m��{�Q
+ 35.283343154  134.588209229   720.8447  0823  �剮
+ 34.179952466  136.096989804  1619.9021  0824  ��䃖��
+ 33.969481702  135.735179931   246.4181  0825  �\��
+ 33.637171183  135.708789870   201.5588  0826  ����
+ 34.217797684  134.393429728    46.0052  0827  ���c
+ 33.367968437  132.046093889    89.3813  0828  ���Q�O��
+ 33.384372903  132.475346318   253.4463  0829  �F�a
+ 33.704284307  133.362641567   769.2665  0830  ��k
+ 33.097353434  130.464992520    50.3654  0831  �������c
+ 32.839611026  129.720712582   145.3129  0832  �O�C
+ 33.127842999  131.206798236   976.2883  0833  �啪��d
+ 32.098434350  130.360660718   190.9100  0834  �o��
+ 31.906164244  130.238975255    62.7149  0835  ���������
+ 31.796020363  130.408000748    68.9710  0836  ��e
+ 34.690254529  138.762789966   103.3656  0838  ��ɓ��P�`
+ 34.836165696  138.331217905    46.4975  0840  �ĒÂ`
+ 34.949757090  139.069903191   411.1594  0841  ��쓻�`
+ 34.954346664  138.249898943   105.0552  0842  �����`
+ 35.174887143  134.049545003   270.0943  0843  ���R���΂`
+ 40.834406923  140.810538352    47.6749  0844  �X�`
+ 37.361823330  140.324389876   293.9829  0845  �����S�R�P�`
+ 33.818357300  133.461802469   938.8028  0846  ���m���`
+ 35.160451158  137.868761932   335.5179  0847  ���E�`
+ 45.514113742  141.955249889    35.8315  0848  �t��R
+ 45.230105893  141.881786146    65.6175  0849  �t��S
+ 44.990504393  142.292258080    51.2811  0850  ���ڕ�
+ 44.916065565  142.021780805    47.6906  0851  �y��
+ 44.743242156  142.038714861    62.4592  0852  ����
+ 44.546500032  142.571167546   312.2638  0853  ���[
+ 44.332294165  142.935843883   157.5623  0854  ������
+ 44.317663920  141.872171276    87.5449  0855  �H�y�Q
+ 44.260854080  143.364586580    63.2149  0856  ���
+ 44.165474397  142.400899727   163.5264  0857  �m��
+ 44.114448995  142.601247003   247.0831  0858  �k�C������
+ 44.065032687  144.993504329    96.2892  0859  ���Q
+ 44.052106348  141.860750323    69.0046  0860  �����Q
+ 43.909926683  143.534156848   224.9034  0861  ���c��
+ 43.889291300  142.236541240   177.6893  0862  ����Q
+ 43.878721817  143.176695130   416.5429  0863  ����
+ 43.794028022  145.056862362    43.9530  0864  �W�ÂQ
+ 43.725658449  142.132310364   101.0591  0865  �[��
+ 43.710323623  143.381084203   431.5805  0866  �����A
+ 43.646906955  142.794410640  1100.2186  0867  ����
+ 43.644561411  143.991733962   167.1471  0868  �Õ�
+ 43.555994392  145.220367410    48.0141  0869  �ʊC�R
+ 43.545927439  144.719044124   226.6057  0870  ���W�ÂQ
+ 43.521577311  142.187611916   127.2690  0871  ����
+ 43.504215991  141.616768315   237.0529  0872  ����
+ 43.473580969  143.753855334   249.0469  0873  ����
+ 43.366471011  143.187049709   593.4731  0874  ��m�y�Q
+ 43.320704706  140.378275945    56.4246  0875  �ϒO�Q
+ 43.240529153  141.345958391    40.5930  0876  �Ύ�
+ 43.220894645  141.652027356    45.3914  0877  �V�’�
+ 43.218189376  144.970728366    85.0108  0878  �l���Q
+ 43.171330601  143.027762628   365.6033  0879  ����
+ 43.165047691  142.567034430   387.7802  0880  ��x�ǖ�
+ 43.149391818  144.496498031    58.7933  0881  �W���Q
+ 43.140395741  141.203292518    42.4121  0882  �D�y�Q
+ 43.123895566  143.597702564    93.1213  0883  �{��
+ 43.082595806  140.811118460   183.6902  0884  �Ԉ��
+ 42.890633848  142.532256623   373.9366  0885  �k�C������
+ 42.800342806  143.655538733    46.0341  0886  �Y�y
+ 42.803340225  142.953686012   254.4262  0887  �莺
+ 42.685336403  140.011776547    41.9648  0888  ���q
+ 42.673963088  143.312796051   200.8876  0889  ����
+ 42.554262149  142.395924067   156.7286  0890  ��ʂQ
+ 42.277234856  142.767945799    83.4993  0891  �Y��
+ 41.740592108  140.929332632    61.9206  0892  �ˈ�
+ 41.711325195  140.535026214    56.0492  0893  �،Ó�
+ 41.466160087  141.094466866    91.1502  0894  ���ԉY
+ 41.199663834  140.983813580    43.0191  0895  �X���
+ 41.160934069  141.385693024    51.0462  0896  ���ʂQ
+ 41.121723508  140.293528689    88.9456  0897  ����
+ 40.730633547  140.010994485   103.4404  0898  �[�Y
+ 40.579981498  141.106022962   202.0955  0899  �\�a�c�΂P
+ 40.576315268  140.296714605   165.2252  0900  ���ډ�
+ 40.508759474  141.331994421   173.4946  0901  �܌�
+ 40.447633660  140.941590501   475.8408  0902  �\�a�c�΂Q
+ 40.271043140  141.484863918   283.6073  0903  �y��
+ 40.106747635  141.046455505   348.1252  0904  ����
+ 39.970955726  141.662179885   429.1891  0905  ���R
+ 39.738959099  141.970223704    50.1940  0906  �c�V
+ 39.639369576  141.426127747   684.1658  0907  ���Q
+ 39.554456725  140.836318638   471.2290  0908  ���
+ 39.464693707  141.293001150   244.6196  0909  �唗
+ 39.235375048  141.311672504   222.4234  0910  �]�h
+ 39.012107349  141.400853537   212.2724  0911  ���哌
+ 38.995463295  141.148523533   131.7116  0912  ����
+ 38.934027841  140.833188723   691.7058  0913  �I��Q
+ 38.743219960  141.317863246    58.3250  0914  �{�铌�a
+ 38.686134878  141.004334731   105.3452  0915  ������
+ 38.660629752  141.160719200    50.9873  0916  ���
+ 38.571811034  140.727722904   224.4447  0917  ����c
+ 38.509843373  141.304396339    90.9481  0918  �͖k
+ 38.177118842  140.943688968    48.4973  0919  ����
+ 37.824600008  140.727663921   344.6329  0920  �ېX
+ 40.339396307  140.027565886    47.7736  0921  ���X
+ 40.183316711  140.408152400    99.5240  0922  �鑃
+ 40.099699794  140.005495623    46.0467  0923  ����
+ 39.921391551  140.535855424   332.5137  0924  ���m�Q
+ 39.527564773  140.053926388    77.8939  0925  ���
+ 39.508137491  140.596087860   113.8429  0926  ���c
+ 39.296744461  140.278926167   179.7346  0927  ���R��
+ 39.146202148  140.715050530   322.0703  0928  ������
+ 39.054380219  140.447334292   199.8891  0929  �Y��
+ 38.938102930  140.183473949   174.0206  0930  �^����
+ 38.752155819  140.497260573   236.1718  0931  �ŏ�
+ 38.701166792  139.674526117    60.1579  0932  �߉�
+ 38.628414167  140.220505851   273.0229  0933  �呠
+ 38.170440066  140.393881591   930.6153  0934  �R�`
+ 37.920584907  139.879406451   423.5897  0935  �іL
+ 37.833495276  140.446793971   159.9658  0936  �����Q
+ 37.669288211  139.972662550   443.4691  0937  �k����
+ 37.591090861  140.571647741   443.9618  0938  �������a
+ 37.461289158  139.835523364   277.3224  0939  ����c
+ 37.444871372  140.464030596   363.6454  0940  �����S�R�R
+ 37.326210299  139.686345482   815.7641  0941  ���a
+ 37.293041091  140.212745594   373.4844  0942  ��������
+ 37.210562774  140.450970397   411.7926  0943  �ʐ�
+ 37.183091927  140.715997143   528.7309  0944  ���킫�R
+ 37.023581375  140.376269979   342.7090  0945  �I�q
+ 36.932620229  140.690149569   231.7308  0946  ���킫�S
+ 36.475850524  140.385691541    91.3160  0947  ��k
+ 37.124699604  140.035409205   799.4921  0948  �ߐ{�Q
+ 36.872246760  139.505314196  1087.8843  0949  �I�R
+ 36.537632953  139.752790018   170.9457  0950  ����
+ 36.456580596  139.902507426   118.5597  0951  ��O��
+ 36.837354872  139.060851984   799.2507  0952  ����Q
+ 36.608052030  139.234271300   854.0956  0953  �Q�n����
+ 36.591376925  138.847891312   419.1076  0954  ���V��
+ 36.395346470  139.016710544   178.2363  0955  �Q�n
+ 36.267691247  139.254639291    86.0348  0956  ��
+ 36.200265937  138.702984202   660.1538  0957  ��q
+ 35.929927789  138.926052988  1176.0102  0958  ��ʑ��
+ 35.143802717  139.968469842   110.5142  0959  ����Q
+ 35.391487928  139.366064398    53.7966  0960  ����
+ 37.212113516  138.634598661   135.7635  0962  ����
+ 37.157616255  139.247107078   752.6425  0963  ���V�J
+ 37.107085061  138.457359120   172.0087  0964  ����
+ 36.778956488  140.296488166   188.4003  0965  ��q
+ 36.919508116  137.026432173    48.3107  0966  �X��
+ 36.864344724  137.551326025   171.2137  0967  �F�ތ�
+ 36.757950621  137.154473590    44.3361  0968  �V��
+ 36.592090690  136.806402490   134.6661  0969  ����
+ 36.472799963  137.239223958   255.3437  0970  �ד�
+ 37.432258542  137.033940532    68.0450  0971  �֓��Q
+ 37.226436426  136.908771989    44.3242  0972  ����
+ 36.537266016  136.540674309    50.4627  0973  ���C
+ 36.229563346  136.361644894   125.1151  0974  �R��
+ 36.109733466  136.048947666    47.7700  0975  ����
+ 35.901414362  136.657739701   466.1368  0976  �a��
+ 35.888216956  136.339579177   261.5036  0977  ����r�c
+ 35.486572660  135.755643824    46.2312  0978  ���䏬�l
+ 35.904932450  138.444214841  1208.9812  0979  �R������
+ 35.753871043  138.949989429   780.3557  0980  ����
+ 35.467692115  138.606868051   973.8536  0981  ����F
+ 36.856686449  138.624250145   739.9427  0982  ����h
+ 36.706646922  138.096727086   972.7130  0983  �ˉB
+ 36.523603905  138.120946153   408.1126  0984  �X��
+ 36.260987449  138.366043161   788.6008  0985  �]��
+ 35.944601126  137.785435776  1033.4525  0986  �ؑc
+ 35.878418364  138.095706395   915.9639  0987  ����
+ 35.815552867  137.450879382  1103.9611  0988  ����
+ 35.661228229  137.620156402   546.4921  0989  ��K
+ 36.140263460  137.080527857   896.6673  0990  ����
+ 35.723488106  136.784619667   393.9242  0991  �Ž�
+ 35.523128936  137.309093404   497.6061  0992  �b��
+ 35.480059498  136.545290832   101.7840  0993  �K���
+ 35.300550944  137.252316844   398.8435  0994  �y��
+ 35.100022807  137.575331258   527.2297  0995  �݊y
+ 34.917340898  137.152388428    55.1174  0996  ����
+ 34.785914784  137.338768812    45.9255  0997  �L���Q
+ 34.740051536  136.938479959    61.0496  0998  ��m��
+ 34.420325885  136.474457198   114.2549  0999  ���
+ 33.877002111  135.928303242   114.5837  1000  �I�a
+ 35.419525042  135.087645872   264.6732  1001  ���m�R�Q
+ 35.333459882  135.340699565   160.0060  1002  ����
+ 35.155182417  135.634210781   287.2225  1003  ���k
+ 34.326462222  135.219943380   120.4873  1004  ���
+ 35.527846891  134.483124880   283.2648  1005  ����
+ 34.760424266  134.376111841    42.2229  1006  �ԕ�
+ 34.710645489  136.041894667   278.0083  1007  ������
+ 34.493871905  136.173148874   545.0039  1008  ���
+ 34.292927548  136.002644535   403.5247  1009  �ޗǐ��
+ 34.241965758  135.854792929   653.1241  1010  �V��
+ 33.940795371  135.554007387   456.4178  1011  ���_
+ 33.668758517  135.882087883   590.3030  1012  �ߒq���Y�Q
+ 33.658344497  135.533844566   121.1352  1013  ���u��
+ 35.529859343  134.195271640    43.1524  1014  ����
+ 35.506936097  133.495135099    71.0056  1015  ���a
+ 35.493201836  133.869748140    43.7714  1016  �H��
+ 35.340592149  134.155948214   168.2619  1017  ����
+ 35.491910365  132.921991495    76.9358  1018  ���]�Q
+ 35.310692769  133.192087742   180.6883  1019  �L��
+ 35.309725348  132.902692755    81.9695  1020  �؎�
+ 35.233078756  132.669008511   151.6817  1021  ���c
+ 35.031901319  132.385565411   306.6408  1022  �����
+ 34.856746011  132.685158982   335.0741  1023  �H�{��
+ 34.777948439  132.109463728   411.3528  1024  ��h
+ 34.624345805  131.810313807    58.0986  1025  �v�c
+ 35.282957478  133.680760112   511.7184  1026  ����
+ 35.105025378  133.912688249   242.6389  1027  ����
+ 34.738078277  133.800439761    67.5164  1028  ���R�P
+ 34.590285207  133.972601101    43.7260  1029  ���R�Q
+ 35.035212351  132.902093553   600.2372  1030  �L������
+ 34.633671838  132.908110725   439.7906  1031  ������
+ 34.612201601  133.341289628   429.0198  1032  �L�����R�Q
+ 34.515622448  133.140185428   171.7259  1033  �䒲
+ 34.184635980  132.691960626    40.6808  1035  ����
+ 34.069231393  132.531629395    40.7178  1036  �q��
+ 34.195272748  131.735326577   327.0325  1037  ���n
+ 34.090060761  132.052732430    81.4160  1038  ����
+ 34.020523444  131.113039055    47.8046  1039  �R�z
+ 33.845917230  132.119957458    98.4322  1040  ���
+ 33.993687228  134.457301108   115.6689  1041  ���߉͓�
+ 33.934564040  134.211161965   379.3633  1042  �؉���
+ 33.874890804  133.921816119   589.3482  1043  ���c�J�R
+ 34.478533925  134.175974326    87.7332  1044  �y��
+ 34.325918300  133.899386072    44.3057  1045  ��o
+ 33.974169771  133.350698334    41.2873  1046  �V���l
+ 33.884088536  133.047399792    78.8059  1047  �O��
+ 33.642732006  132.798527191   338.6105  1048  �L�c
+ 33.305055610  132.743687050   198.5759  1049  �L��
+ 33.096087223  132.633640775   281.0821  1050  �Ó�
+ 33.625803014  133.531027537   297.3290  1051  �y���R
+ 33.607021976  133.154489731   317.8869  1052  �r��
+ 33.497109771  134.099316142   147.7138  1053  ���m�k��
+ 33.416662254  133.089544200   464.4692  1054  ����
+ 33.394894357  134.205532437    50.1100  1055  ���˂Q
+ 33.193138682  132.972131387   189.3663  1056  �吳
+ 33.081787326  133.105265190    45.3705  1057  ���m����
+ 32.961068229  132.831463027    46.6673  1058  ����
+ 32.738611770  132.555434958   183.0466  1059  �h��
+ 33.929720840  130.722420981    41.0167  1060  �k��B�P
+ 33.867010016  130.971121766    42.9802  1061  �k��B�Q
+ 33.683069943  130.296904998    53.2572  1062  ����
+ 33.579768262  130.675666980    77.0785  1063  �j��
+ 33.564733621  130.995425616   244.0317  1064  �z��
+ 33.503037757  130.079270534    47.2644  1065  ���
+ 33.292003069  130.097218194    85.0967  1066  ���v
+ 33.073386715  129.862950722    42.7957  1067  ��I
+ 32.768305335  129.958946228    94.8668  1068  ����Q
+ 33.060136487  130.621764775    72.8993  1069  �O���a
+ 32.995935011  130.872656394   290.1559  1070  �e�r
+ 32.709233695  130.748369897    69.5705  1071  ���
+ 32.682917131  130.981981970   484.9216  1072  �
+ 32.396080709  130.827347592   343.8685  1073  �ܖ�
+ 32.367408504  130.179891340    71.6831  1074  �V�a
+ 32.343514768  130.656492868   380.4364  1075  ����
+ 32.292395148  130.986395680   223.0331  1076  �F�{����
+ 33.514331200  131.521150049   123.6307  1077  �L�㍂�c
+ 33.383753513  131.291678419   182.8780  1078  �@��
+ 33.096197095  131.748410759    49.6404  1079  �P�n
+ 32.936357062  132.039047318    38.1408  1080  ����
+ 32.898896354  131.441527060   329.8095  1081  ����
+ 32.852224418  131.629226535   214.5348  1082  �F��
+ 32.527932120  131.364704408   867.9770  1083  ����
+ 32.316232838  131.583030365    84.4853  1084  ����
+ 32.111890538  131.347489687    54.1349  1085  ���s
+ 32.001804345  131.254457543    61.4541  1086  ��
+ 31.877795788  130.976953203   400.7226  1087  �s��Q
+ 31.785973605  131.470067396    38.2734  1088  �{��
+ 31.743781203  130.735675674    54.5714  1089  ���l
+ 31.564604824  130.998305156   126.9101  1090  ���
+ 31.450252045  130.340055551    44.3311  1091  ���
+ 31.377237163  130.540594575    87.0944  1092  ���
+ 31.242747809  130.867105967   213.0260  1093  �卪��
+ 26.386345472  127.993675643    51.7191  1094  �^�ߏ�
+ 26.312714956  127.760364132    40.7170  1095  �k�J
+ 26.194577310  127.677632271    40.1645  1096  �ߔe
+ 24.290094901  153.978657995    35.6610  1098  �쒹��
+ 36.114303978  137.550842993  2824.3740  1099  ��Ɗx
+ 35.360770263  138.727303390  3819.9363  1100  �x�m�R
+ 35.104761946  136.503756990   161.6625  1101  ����`
+ 35.322074891  138.185783675   994.9703  1102  ������`
+ 35.777534383  137.814477499  2677.1212  1127  �ؑ]��x
+ 34.967480676  137.423131846   580.1747  1103  ���
+ 34.543913923  136.981748795    52.5839  1104  ���H�Q
+ 34.373579578  136.801997367    50.5607  1105  �镔
+ 34.297927383  136.388491785   190.2008  1106  �I��
+ 33.932948322  136.139968531    67.8382  1107  �O�d�F��Q
+ 34.155848075  135.743456996   407.8712  1108  �哃
+ 34.090849873  135.290340002   372.0624  1109  ���
+ 33.854500117  135.399127212   205.7465  1110  �암��
+ 33.799082767  135.871088520    83.1944  1111  �F���
+ 33.647250924  135.405999056    49.7528  1112  ���l
+ 33.520080326  135.834141635   118.4888  1113  ��
+ 33.932797142  134.510026564    72.5004  1114  �������Y
+ 33.838840774  133.796949413   490.7253  1115  ���c�J�R
+ 33.821977887  134.484551754   132.0748  1116  ����
+ 33.202181072  132.360387652    43.3875  1118  �F�a���Q
+ 33.545726136  133.431705348    55.7176  1119  �ɖ�
+ 33.542534741  133.699837072    45.8743  1120  �g��
+ 33.367383034  134.056191661    48.3942  1121  ���˂R
+ 33.266123485  134.178113755   286.7579  1122  ���˂S
+ 33.312131565  132.974023208   308.0780  1123  �����Q
+ 33.060120374  132.822078511    65.0893  1124  �����Q
+ 32.869482554  132.982170183    43.2533  1125  �y�������Q
+ 32.762099798  132.810656871    42.8409  1126  �y�������R
+ 35.405133828  136.728751799    51.8090  1128  �򕌂`
+ 34.603334470  136.431937418    88.2328  1129  ���
+ 33.747605194  135.589934265   241.2300  1130  �a�̎R�哃
+ 33.722511212  133.940869298   386.4217  1131  ����
+ 33.545834157  133.043230955   479.1092  1132  �v������
+ 33.039464357  132.488773499    43.5369  1133  ����
+ 33.391030299  132.922647993   446.8564  1134  �����`
+ 35.490399700  133.699572255    72.4742  1135  �����`
+ 34.702116563  137.636876961    47.4887  1136  �Y���`
+ 33.078836059  131.384027431   519.3103  1137  �����`
+ 36.576968247  137.595970501  2483.2798  1138  ���R�`
+ 34.285071519  136.540476826    48.2026  1139  �쓇�`
+ 20.425549667  136.081073612    46.9601  1140  ���m����
+ 33.103912298  132.961687442   115.7156  1141  �l���\
+ 32.927690423  132.675823866    40.6142  1142  �h�тQ
+ 34.930733747  136.295570821   300.7752  1143  �y�R�`
+ 34.970566960  138.794657487    76.9380  1144  �˓c�a
+ 38.901934154  141.283192642    81.9286  1145  �����`
+ 34.085498795  135.426107411   279.6576  1146  �a�̎R�����`
+ 34.043787718  131.835003162    72.1172  1147  ���R�`
+ 34.490001402  136.728226941    59.0619  1148  �ɐ�
+ 34.296610344  136.693187383    73.5880  1149  ��ɐ�
+ 42.557932930  140.898795267   114.7981  1150  �s�˂`
+ 34.492139864  132.650322425   267.2722  1151  ���L���`
+ 27.067531879  142.195028357   104.2449  2007  �����`
+ 34.397047720  132.339819673   217.5791  1157  �L���Q�`
+ 37.000719259  136.772704933    51.7338  1158  �u��`
+ 39.362015506  141.054660430   154.7345  1159  �Ԋ��`
+ 33.622296270  133.924099348   225.3582  1152  ���|�Q
+ 33.774573273  134.114168599   513.9862  1153  �߉�
+ 33.769404758  135.305307532    66.8378  1154  �݂Ȃ�
+ 33.660804818  135.970596236    49.8846  1155  �ߒq���Y�R
+ 33.820425871  136.024346609   149.0666  1156  ��l
+ 34.672312382  137.723377147    46.8823  1160  �l���`
+ 34.680381709  137.442454536   112.4945  1161  �L���`
+ 38.511196715  139.533821971    72.9650  1162  �V���R�k
+ 36.602337792  139.276187726  1016.5246  1163  �Q�n�����`
+ 34.575432685  132.268811240   273.7308  1164  �ˉ͓�`
+ 27.095582944  142.184578600   208.8345  2003  ����
+ 31.824060882  130.599593763   314.6804  0837  ����
+ 43.528643933  141.844818955   118.5668  2005  �V�\��`
\ No newline at end of file
diff --git a/data/ubx_m8n_bds_raw_1hz.cmd b/data/ubx_m8n_bds_raw_1hz.cmd
new file mode 100644
index 0000000..3fb1011
--- /dev/null
+++ b/data/ubx_m8n_bds_raw_1hz.cmd
@@ -0,0 +1,9 @@
+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 65537

+!UBX CFG-MSG 3 15 0 0 0 1 0 0

+!UBX CFG-MSG 1 32 0 0 0 1 0 0

+
+@
+!UBX CFG-MSG 3 16 0 0 0 0 0 0

+!UBX CFG-MSG 3 15 0 0 0 0 0 0

+!UBX CFG-MSG 1 32 0 0 0 0 0 0

diff --git a/data/ubx_m8n_glo_raw_1hz.cmd b/data/ubx_m8n_glo_raw_1hz.cmd
new file mode 100644
index 0000000..ae18623
--- /dev/null
+++ b/data/ubx_m8n_glo_raw_1hz.cmd
@@ -0,0 +1,10 @@
+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 65537

+!UBX CFG-MSG 3 16 0 0 0 1 0 0

+!UBX CFG-MSG 3 15 0 0 0 1 0 0

+!UBX CFG-MSG 1 32 0 0 0 1 0 0

+

+@
+!UBX CFG-MSG 3 16 0 0 0 0 0 0

+!UBX CFG-MSG 3 15 0 0 0 0 0 0

+!UBX CFG-MSG 1 32 0 0 0 0 0 0

diff --git a/data/ubx_m8t_bds_raw_1hz.cmd b/data/ubx_m8t_bds_raw_1hz.cmd
new file mode 100644
index 0000000..756e67b
--- /dev/null
+++ b/data/ubx_m8t_bds_raw_1hz.cmd
@@ -0,0 +1,8 @@
+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 65537

+!UBX CFG-MSG 2 21 0 0 0 1 0 0

+!UBX CFG-MSG 2 19 0 0 0 1 0 0

+

+@
+!UBX CFG-MSG 2 21 0 0 0 0 0 0

+!UBX CFG-MSG 2 19 0 0 0 0 0 0

diff --git a/data/ubx_m8t_bds_raw_5hz.cmd b/data/ubx_m8t_bds_raw_5hz.cmd
new file mode 100644
index 0000000..afaa7ff
--- /dev/null
+++ b/data/ubx_m8t_bds_raw_5hz.cmd
@@ -0,0 +1,10 @@
+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 65537

+!UBX CFG-MSG 2 21 0 0 0 1 0 0

+!UBX CFG-MSG 2 19 0 0 0 1 0 0

+!UBX CFG-RATE 200 1 1

+

+@
+!UBX CFG-MSG 2 21 0 0 0 0 0 0

+!UBX CFG-MSG 2 19 0 0 0 0 0 0

+!UBX CFG-RATE 1000 1 1

diff --git a/data/ubx_m8t_glo_raw_1hz.cmd b/data/ubx_m8t_glo_raw_1hz.cmd
new file mode 100644
index 0000000..23f2313
--- /dev/null
+++ b/data/ubx_m8t_glo_raw_1hz.cmd
@@ -0,0 +1,7 @@
+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 65537

+!UBX CFG-MSG 2 21 0 0 0 1 0 0

+!UBX CFG-MSG 2 19 0 0 0 1 0 0

+@
+!UBX CFG-MSG 2 21 0 0 0 0 0 0

+!UBX CFG-MSG 2 19 0 0 0 0 0 0

diff --git a/data/ubx_m8t_glo_raw_5hz.cmd b/data/ubx_m8t_glo_raw_5hz.cmd
new file mode 100644
index 0000000..4ef22c8
--- /dev/null
+++ b/data/ubx_m8t_glo_raw_5hz.cmd
@@ -0,0 +1,10 @@
+!UBX CFG-GNSS 0 32 32 1 3 16 16 0 0

+!UBX CFG-GNSS 0 32 32 1 6 16 16 0 65537

+!UBX CFG-MSG 2 21 0 0 0 1 0 0

+!UBX CFG-MSG 2 19 0 0 0 1 0 0

+!UBX CFG-RATE 200 1 1

+

+@
+!UBX CFG-MSG 2 21 0 0 0 0 0 0

+!UBX CFG-MSG 2 19 0 0 0 0 0 0

+!UBX CFG-RATE 1000 1 1

diff --git a/data/ubx_raw_10hz.cmd b/data/ubx_raw_10hz.cmd
new file mode 100644
index 0000000..9ac2bae
--- /dev/null
+++ b/data/ubx_raw_10hz.cmd
@@ -0,0 +1,6 @@
+!UBX CFG-RATE 100 1 1

+

+
+@
+!UBX CFG-RATE 1000 1 1

+

diff --git a/data/ubx_raw_1hz.cmd b/data/ubx_raw_1hz.cmd
new file mode 100644
index 0000000..5d86f46
--- /dev/null
+++ b/data/ubx_raw_1hz.cmd
@@ -0,0 +1,6 @@
+!UBX CFG-RATE 1000 1 1

+

+
+@
+!UBX CFG-RATE 1000 1 1

+

diff --git a/data/ubx_raw_5hz.cmd b/data/ubx_raw_5hz.cmd
new file mode 100644
index 0000000..ac525f0
--- /dev/null
+++ b/data/ubx_raw_5hz.cmd
@@ -0,0 +1,6 @@
+!UBX CFG-RATE 200 1 1

+

+
+@
+!UBX CFG-RATE 1000 1 1

+

diff --git a/doc/doc/relnote_2.4.1.htm b/doc/doc/relnote_2.4.1.htm
new file mode 100644
index 0000000..c54f75f
--- /dev/null
+++ b/doc/doc/relnote_2.4.1.htm
@@ -0,0 +1,433 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<META name="GENERATOR" content="IBM HomePage Builder 2001 V5.0.3 for Windows">
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<TITLE>RTKLIB: Release Notes</TITLE>
+</HEAD>
+<BODY bgcolor="#ffffff" text="#333333" link="#33cc66" vlink="#006666" alink="#99ff00">
+<TABLE width="100%" cellpadding="0" cellspacing="0">
+  <COL span="1" width="64">
+  <TBODY>
+    <TR>
+      <TD><IMG src="rtklib.jpg" width="64" height="64" border="0"></TD>
+      <TD>
+      <TABLE cellpadding="0" cellspacing="0">
+        <TBODY>
+          <TR>
+            <td width="718"><font size="-1"><A href="rtklib.htm">Overview</A> | Release Notes | <A href="rtklib_support.htm">Support</A> | <A href="rtklib_document.htm">Documents</A> | <A href="rtklib_reference.htm">References </A><FONT size="-1">| <A href="rtklib_beagleboard.htm">Porting to BB</A> | <A href="rtklib_todo.htm">To Do</A></FONT> | <a href="rtklib_download.htm">Statistics</a></font></td>
+          </TR>
+        </TBODY>
+      </TABLE>
+      <TABLE width="100%" cellpadding="0">
+        <TBODY>
+          <TR>
+            <TD><FONT size="+2"><B>RTKLIB: Release Notes</B></FONT></TD>
+            <TD align="right" valign="bottom"><FONT size="-1">2011/06/10</FONT></TD>
+            <TD valign="bottom" align="right"></TD>
+          </TR>
+        </TBODY>
+      </TABLE>
+      </TD>
+    </TR>
+  </TBODY>
+</TABLE>
+<HR>
+<P><B><FONT size="+1">RTKLIB ver.2.4.1 Release Notes</FONT></B></P>
+<p><b><u>New Features in ver.2.4.1</u></b></p>
+<blockquote><font size="-1">(1) Support Javad (JNS) receiver, Furuno GW10 receiver<br>
+(2) Support QZSS and enable Galileo (Galileo
+is not yet formally supported)<br>
+(3) Support background image overlay for
+solution plots in RTKPLOT<BR>
+(4) Support IONEX TEC grid for ionosphere
+correction<BR>
+(5) Support multiple-session RINEX conversion
+in RTKCONV<br>
+</font></blockquote>
+<P><B><U>Supported RTCM and Receivers' Proprietary Messages</U></B></P>
+<CENTER>
+<TABLE border="1" cellspacing="0" cellpadding="0">
+  <COL span="1" width="110">
+  <COL span="6" width="90">
+  <TBODY>
+    <TR>
+      <TD rowspan="2" align="center" bgcolor="#eeeeee"><B><FONT size="-1">RTCM version<br>
+      /Receiver</FONT></B></TD>
+      <TD colspan="8" align="center" bgcolor="#eeeeee"><B><FONT size="-1">Data Message Types</FONT></B></TD>
+    </TR>
+    <TR>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">GPS/QZS Raw Meas Data</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">GLONASS Raw Meas</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">GPS/QZS Ephemeris</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">GLONASS<BR>
+      Ephemeris</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">ION/UTC<br>
+      Parameters</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><b><FONT size="-1">Antenna<br>
+      Info</FONT></b></TD>
+      <TD bgcolor="#eeeeee" align="center"><B><FONT size="-1">SBAS<BR>
+      Messages</FONT></B></TD>
+      <TD align="center" bgcolor="#eeeeee"><B><FONT size="-1">Others</FONT></B></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">RTCM v.2.3 <SUP><FONT size="-2">(1)</FONT></SUP></FONT></TD>
+      <TD align="center"><FONT size="-1">Type 18, 19</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 18, 19</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 17</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 3, 22</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 1, 9,<BR>
+      14, 16</FONT></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">RTCM v.3.1 </FONT><SUP><FONT size="-2">(1)</FONT></SUP></TD>
+      <TD align="center"><FONT size="-1">Type 1002,<BR>
+      1004</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 1010,<BR>
+      1012</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 1019</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 1020</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">Type 1005,<BR>
+      1006, 1007,<br>
+      1008, 1033<br>
+      </FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">SSR<br>
+      corrections<br>
+      </FONT><font size="-2">(9)</font></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">NovAtel <BR>
+      OEM4/V, <br>
+      OEMStar </FONT><FONT size="-2"><SUP>(2)</SUP></FONT></TD>
+      <TD align="center"><FONT size="-1">RANGEB, RANGECMPB</FONT></TD>
+      <TD align="center"><FONT size="-1">RANGEB,<BR>
+      RANGECMPB</FONT></TD>
+      <TD align="center"><FONT size="-1">RAWEPHEMB</FONT></TD>
+      <TD align="center"><FONT size="-1">GLO-<BR>
+      EPHEMERISB</FONT></TD>
+      <TD align="center"><FONT size="-1">IONUTCB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">RAWWAAS-<BR>
+      FRAMEB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">NovAtel<br>
+      OEM3 </FONT><FONT size="-2"><SUP> (2)</SUP></FONT></TD>
+      <TD align="center"><FONT size="-1">RGEB,<BR>
+      RGED</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">REPB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">IONB, UTCB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">FRMB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+    </TR>
+    <TR>
+      <TD align="center"> <font size="-1">NovAtel<br>
+      Superstar II </font><FONT size="-2"><SUP>(2)</SUP></FONT></TD>
+      <TD align="center"><font size="-1">ID#23</font> </TD>
+      <TD align="center"> <font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">ID#22</font> </TD>
+      <TD align="center"> <font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">-</font> </TD>
+      <TD align="center"> <font size="-1">-</font></TD>
+      <TD align="center"> <font size="-1">ID#67</font></TD>
+      <TD align="center"><font size="-1">ID#20,<br>
+      #21</font><font size="-2"> (8)</font> </TD>
+    </TR>
+    <TR>
+      <TD align="center"><font size="-1">JAVAD</font><font size="-2"><sup> (10)</sup></font><font size="-1"><br>
+      GRIL/GRIES </font></TD>
+      <TD align="center"><font size="-1">[rc][cp][DC][CE][TC]<br>
+      [1r][1p][1E]<br>
+      [2r][2p][2d][2E]<br>
+      [5r][5p][5d][5E]<br>
+      [3r][3p][c3] </font></TD>
+      <TD align="center"><font size="-1">[rc][cp][DC][CE][TC]<br>
+      [1r][1p][1E]<br>
+      [2r][2p][2d][2E] </font></TD>
+      <TD align="center"><font size="-1">[GE][QE] </font></TD>
+      <TD align="center"><font size="-1">[NE] </font></TD>
+      <TD align="center"><font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">[WD] </font></TD>
+      <TD align="center"><font size="-1">[~~][RD]<br>
+      [ST][NN]</font></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">u-blox <br>
+      LEA-4T,</FONT><FONT size="-2"><SUP> (3)</SUP></FONT><br>
+      <font size="-1">5T, 6T</font><FONT size="-2"><SUP>(3) (5)</SUP></FONT></TD>
+      <TD align="center"><FONT size="-1">UBX<BR>
+      RXM-RAW</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">UBX<BR>
+      RXM-SFRB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">UBX<BR>
+      RXM-SFRB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">UBX<BR>
+      RXM-SFRB</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">Hemisphere<BR>
+      Crescent, <br>
+      Eclipse </FONT><FONT size="-2"><SUP>(4)</SUP></FONT></TD>
+      <TD align="center"><FONT size="-1">bin 96,<br>
+      bin 76</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">bin 95</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">bin 94</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">bin 80</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+    </TR>
+    <TR>
+      <TD align="center"><font size="-1"> Furuno</font><font size="-2"><sup> (11)</sup></font><font size="-1"><br>
+      GW-10-II/III</font></TD>
+      <TD align="center"><font size="-1">msg 0x08</font></TD>
+      <TD align="center"><font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">msg 0x27</font></TD>
+      <TD align="center"><font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">msg 0x27</font></TD>
+      <TD align="center"><font size="-1">-</font></TD>
+      <TD align="center"><font size="-1">msg 0x27</font></TD>
+      <TD align="center"><font size="-1">msg 0x20</font><font size="-2"><br>
+      (8)</font></TD>
+    </TR>
+    <TR>
+      <TD align="center"><FONT size="-1">SkyTraq</FONT><FONT size="-1"><BR>
+      S1315F <FONT size="-2"><SUP>(6) (7)</SUP></FONT></FONT></TD>
+      <TD align="center"><FONT size="-1"><FONT size="-1">msg 0xDD<BR>
+      (221)</FONT></FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1"><FONT size="-1">msg 0xE0<BR>
+      (224)</FONT></FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1"><FONT size="-1">msg 0xE0<BR>
+      (224)</FONT></FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1">-</FONT></TD>
+      <TD align="center"><FONT size="-1"><FONT size="-1">msg 0xDC<BR>
+      (220)</FONT><font size="-2"> (8)</font></FONT></TD>
+    </TR>
+  </TBODY>
+</TABLE>
+<font size="-1">(1) <A href="http://www.rtcm.org/">http://www.rtcm.org/</A> (2) <A href="http://www.novatel.com/">http://www.novatel.com/</A> (3) <A href="http://www.u-blox.com/">http://u-blox.com/</A> (4) <A href="http://www.hemispheregps.com/">http://www.hemispheregps.com/</A> (5) F/W 6.02<br>
+(6) <A href="http://www.skytraq.com.tw/">http://www.skytraq.com.tw/</A> (7) F/W 1.8.23-091106 or later (8) need the messages to get the measurement
+time for other messages <br>
+(9) Type 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067,
+1068 (based on 2010-4-12 version draft)(10) <a href="http://www.javad.com">http://www.javad.com</a><br>
+(11) <a href="http://www.furuno.com/">http://www.furuno.com</a></font></CENTER>
+<p><b><u>Supported RINEX Files</u></b></p>
+<div align="center">
+<table border="1" cellspacing="0">
+  <col span="1" width="110">
+  <col span="12" width="45">
+  <col span="2" width="60">
+  <tbody>
+    <tr>
+      <td rowspan="2" align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1"> RINEX<br>
+      Version</font></b></td>
+      <td colspan="6" align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1"> Observation Data</font></b></td>
+      <td colspan="6" align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">Navigation Messages     </font></b></td>
+      <td rowspan="2" align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1"> Met.</font></b></td>
+      <td rowspan="2" align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">Clock </font></b></td>
+    </tr>
+    <tr>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1"> GPS</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">GLO</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">GAL</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">QZSS</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><font size="-1"><b> CMP</b></font></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1"> SBAS</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">GPS</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">GLO</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">GAL</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">QZSS</font></b></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><font size="-1"><b>CMP</b></font></td>
+      <td align="center" valign="middle" bgcolor="#eeeeee"><b><font size="-1">SBAS</font></b></td>
+    </tr>
+    <tr>
+      <td align="center" valign="middle"><font size="-1"> 2.10, 2.11, 2.12</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td valign="middle" align="center"><font size="-1">O*</font></td>
+      <td valign="middle" align="center"><font size="-1"> -</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">N</font></td>
+      <td align="center" valign="middle"><font size="-1">G</font></td>
+      <td align="center" valign="middle"><font size="-1">L*</font></td>
+      <td align="center" valign="middle"><font size="-1">J*</font></td>
+      <td align="center" valign="middle"><font size="-1"> -</font></td>
+      <td align="center" valign="middle"><font size="-1">H</font></td>
+      <td align="center" valign="middle"><font size="-1">-</font></td>
+      <td align="center" valign="middle"><font size="-1">-</font></td>
+    </tr>
+    <tr>
+      <td align="center" valign="middle"><font size="-1"> 3.00</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td valign="middle" align="center"><font size="-1">O*</font></td>
+      <td valign="middle" align="center"><font size="-1"> -</font></td>
+      <td align="center" valign="middle"><font size="-1">O</font></td>
+      <td align="center" valign="middle"><font size="-1">N</font></td>
+      <td align="center" valign="middle"><font size="-1">N</font></td>
+      <td align="center" valign="middle"><font size="-1">N</font></td>
+      <td align="center" valign="middle"><font size="-1">N*</font></td>
+      <td align="center" valign="middle"><font size="-1"> -</font></td>
+      <td align="center" valign="middle"><font size="-1">N</font></td>
+      <td align="center" valign="middle"><font size="-1">-</font></td>
+      <td align="center" valign="middle"><font size="-1"> C**</font></td>
+    </tr>
+  </tbody>
+</table>
+<font size="-1">O, N, G, H, C, L: RINEX file type, GLO: GLONASS,
+GAL: Galileo, CMP: Compass,
+* extension, ** read only, - not supported<BR>
+RINEX QZSS Extensions are based on JAXA proposal
+(2010-8-4 version draft)</font></div>
+<P align="left"><B><U>Changes: ver.2.4.0 -> ver.2.4.1</U></B></P>
+<P><FONT size="-1">(1) The following patches for ver.2.4.0 are included.<BR>
+</FONT></P>
+<BLOCKQUOTE><FONT size="-1">rtklib_2.4.0_p1, <FONT size="-1">rtklib_2.4.0_p2, <FONT size="-1">rtklib_2.4.0_p3, rtklib_2.4.0_p4, rtklib_2.4.0_p5, rtklib_2.4.0_p6, rtklib_2.4.0_p7,
+rtklib_2.4.0_p8, rtklib_2.4.0_p9<BR>
+</FONT></FONT></FONT></BLOCKQUOTE>
+<P><FONT size="-1">(2) The following problems are fixed.</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) No.50 Program freezes with BeagleBoard and u-blox receiver<BR>
+(b) No.53 Time synchronization problem between the rover and the base station<br>
+(c) No.55 Real-time PPP is not enabled with products.igs-ip.net/CLK80<br>
+(d) No.58 RTKNAVI crashes due to MKL library<br>
+(e) No.59 NMEA solution data can not be read and displayed<br>
+(f) No.60 50 Hz or higher rate observation
+date are not properly analyzed<br>
+(g) No.61 AP running as a TCP server stops if a TCP client stops<br>
+(h) No.62 Sol1-Sol2 difference mode plot does not indicate proper values<br>
+(i) No. 64 A half hour offset of time-tag in converted RINEX OBS files<BR>
+</FONT></BLOCKQUOTE><P><FONT size="-1">(3) The following APIs are added, deleted
+or changed.</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) added<BR>
+uniqnav(), freeobs(), freenav(), ionppp(),
+iontec(), readtec(), ionocorr(), tropcorr(),
+outrnxhnavh(), outrnxlnavh(),<BR>
+outrnxqnavh(), outrnxhnavb(), alm2pos(),
+input_gw10(), input_javad(), input_gw10f(),
+input_javadf(), freesolstatbuff(),<BR>
+strsetproxy()<br>
+</FONT></BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(b) deleted<BR>
+none<br>
+</FONT></BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(c) changed<br>
+readrnx(), readrnxt(), outrnxnavh(), outrnxgnavh(),
+satpos(), satposs(), decode_frame(), strsvrstart(),
+rtksvrstart(),<BR>
+rtksvrostat()<BR>
+</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(4) The following source codes for the library are added.</FONT></P>
+<BLOCKQUOTE><FONT size="-1">ionex.c, rcv/javad.c, rcv/gw10.c</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(5) RTKNAVI/RTKNAVI_MKL</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) RTKNAVI_MKL AP is added.<BR>
+(b) wide-mode satellite signal plots are
+added<BR>
+(c) GW10 and Javad receiver are supported
+as input stream format<BR>
+(d) Input stream receiver option setting
+is added<BR>
+(e) PPP-Fixed mode is added for Positioning
+Mode option<BR>
+(f) Triple frequency (L1+L2+L5) is supported
+as Frequency option<BR>
+(g) IONEX TEC and QZSS Broadcast is supported
+as Ionosphere Correction<BR>
+(h) Inclusion of unhealthy satellite options
+are supported<BR>
+(i) QZSS is supported and Galileo is enabled<BR>
+(j) Min Elevation to Hold Ambiguity option
+is added<BR>
+(k) Reject Threshold of GDOP option is added<BR>
+(l) HTTP/NTRIP Proxy is supported<BR>
+<FONT size="-1">(m) Overlapped file swap is supported<BR>
+</FONT>(n) The following RTK monitor displays are
+supported: Time/Iono, Iono Correction<BR>
+(o) Command line option to select INI file
+is added<br>
+</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(6) RTKRCV</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) The same as (c), (e) - (m) for RTKNAVI<br>
+</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(7) RTKPOST/RTKPOST_MKL</FONT></P>
+<blockquote><font size="-1">(a) Output solution directory option is added<BR>
+(b) The same as (c), (e) (k), (o) for RTKNAVI<br>
+</font></blockquote>
+<P><FONT size="-1">(8) RTKCONV</FONT></P>
+<BLOCKQUOTE><font size="-1">(a) QZSS is supported and Galileo is enabled<BR>
+(b) Keyword replacement in input file path
+is supported<BR>
+(c) Multiple-session RINEX conversion is
+supported<BR>
+(d) Furuno GW10 and Javad are supported as
+Input Format<BR>
+(e) Output directory option is added<BR>
+(f) RINEX file name convention is supported<BR>
+(f) "Process..." button to launch
+RTKPOST is added<BR>
+(g) <FONT size="-1">Command line option to select INI file is
+added<BR>
+</FONT></font></BLOCKQUOTE>
+<P><FONT size="-1">(9) RTKPLOT</FONT></P>
+<BLOCKQUOTE><font size="-1">(a) Image map overlay in "Gnd Trk"
+plot is supported<BR>
+(b) Multiple inputs is supported in real-time
+plot mode<BR>
+(c) The following options are supported:
+Receiver Position, Marker Color 2</font></BLOCKQUOTE>
+<P><FONT size="-1">(10) STRSVR</FONT></P>
+<blockquote><font size="-1">(a) HTTP/NTRIP Proxy is supported<BR>
+(b) File swap margin option is added</font><BR>
+<FONT size="-1">(c) Command line option to select INI file
+is added<BR>
+</FONT></blockquote>
+<P><FONT size="-1">(11) CONVBIN</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) The following options are added: -ro
+-hc -hm -hn -ht -ho -hr -ha -hp -hd -y -c
+-q<BR>
+(b) Furuno GW10 and Javad receivers are supported<BR>
+(c) QZSS is supported and Galileo is enabled<BR>
+(d) Triple frequency (L1+L2+L5) is supported<BR>
+(e) RINEX file name convention is supported</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(12) RNX2RTKP</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) QZSS is supported and Galileo is enabled<BR>
+(b) Triple frequency (L1+L2+L5) is supported<br>
+</FONT></BLOCKQUOTE>
+<P><FONT size="-1">(13) STR2STR</FONT></P>
+<BLOCKQUOTE><FONT size="-1">(a) Command line option -f, -l and -x are
+added</FONT></BLOCKQUOTE>
+<HR>
+<p><a href="rtklib_2.4.0_releasenote.htm"><b><font size="+1">RTKLIB ver.2.4.0 Relase Notes</font></b></a></p>
+<p><b><font size="+1"><a href="rtklib_2.3.0_releasenote.htm">RTKLIB ver.2.3.0 Release Notes</a></font></b></p>
+<P><B><FONT size="+1"><A href="rtklib_2.2.2_releasenote.htm">RTKLIB ver.2.2.2 Release Notes</A></FONT></B></P>
+<P><B><A href="rtklib_2.2.1_releasenote.htm"><FONT size="+1">RTKLIB ver.2.2.1 Release Notes</FONT></A></B></P>
+<HR>
+<TABLE width="100%">
+  <TBODY>
+    <TR>
+      <td align="center"><font size="-1">Copyright (C) 2007-2011 by <a href="http://gpspp.sakura.ne.jp/indexe.html">T.TAKASU</a>, All rights reserved.</font></td>
+    </TR>
+  </TBODY>
+</TABLE>
+</BODY>
+</HTML>
diff --git a/doc/doc/relnotes_2.2.1.txt b/doc/doc/relnotes_2.2.1.txt
new file mode 100644
index 0000000..5212221
--- /dev/null
+++ b/doc/doc/relnotes_2.2.1.txt
@@ -0,0 +1,147 @@
+RTKLIB: ver.2.2.1 Release Notes
+                                                                       2009/5/17
+--------------------------------------------------------------------------------
+
+Supported Receivers and Data Messages
+
+
+(1) RTCM 2.3 (http://www.rtcm.org/)
+
+  Type 1, 3, 9, 14, 16, 17, 18, 19, 22
+
+(2) RTCM 3.0/3.1 (http://www.rtcm.org/)
+
+  Type 1002, 1004, 1005, 1006, 1019
+
+(3) NovAtel OEM4/V (http://www.novatel.com/)
+
+  RANGEB, RANGECMPB, RAWEPHEMB, IONUTCB, RAWWAASFRAMEB,
+
+(4) NovAtel OEM3 (Millennium) (http://www.novatel.com/)
+
+  RGEB, REPB, IONB, UTCB, FRMB
+
+(5) u-blox LEA-4T (AEK-4T) (http://u-blox.com/)
+
+  RXMRAW, RXMSFRB
+
+(6) NovAtel Superstar II (http://www.novatel.com/)
+
+  ID#20, ID#21, ID#22, ID#23, ID#67
+
+(7) Hemisphere Crescent (http://www.hemispheregps.com/)
+
+  bin 80, bin 94, bin 95, bin 96
+
+--------------------------------------------------------------------------------
+
+Changes: ver.2.2.0 -> ver.2.2.1
+
+
+(1) The following RTCM 2.3 and RTCM 3.0/3.1 messages are supported.
+
+  (a) RTCM 2.3: Type 1, 3, 9, 14, 16, 17, 18, 19, 22
+  (b) RTCM 3.0/3.1: Type 1002, 1004, 1005, 1006, 1019
+
+(2) The following receiver raw data messages are supported.
+
+  (a) NovAtel OEM3 (Milennium): RGEB, REPB, FRMB, IONB, UTCB
+  (b) NovAtel OEM4/5: RANGEB
+
+(3) The following APIs are added, deleted or modified.
+
+  (a) Added:
+  satno(), satsys(), satid2no(), satno2id(), traceb(), geph2pos(), convrnx(),
+  getbitu(), getbits(), crc32(), crc24q(), decode_word(), decode_frame(),
+  init_raw(), free_raw(), input_raw(), input_rawf(), input_oem4(), input_oem3(),
+  input_ubx(), input_ss2(), input_cres(), input_oem4f(), input_oem3f(),
+  input_ubxf(), input_ss2f(), input_cresf(), init_rtcm(), free_rtcm(),
+  input_rtcm2(), input_rtcm3(), input_rctm2f(), input_rtcm3f(), outnmea_rmc(),
+  outnmea_gga(), outnmea_gsa(), outnmea_gsv()
+  
+  (b) Deleted:
+  readrnxf(), decodefrm(), decodenav(), addobs(), addnav(), addsbs(),
+  addionutc(), convlog(), readlog(), readlogs(), decodelog(), rtksvrgetsol(),
+  SAT(), PRN(), decodenov(), convnov(), readnov(), decodeubx(), convubx(),
+  readubx(), decodess2(), convss2(), readss2(), decodecres(), convcres(),
+  readcres()
+  
+  (c) Modified:
+  outrnxobsh(), outrnxobsb(), outrnxnavh(), outrnxnavb(), outsols(), outsol(),
+  sbsreadmsg(), sbsreadmsgt(), sbsdecodemsg(), sbspntpos(), strsvrstart(),
+  rtksvrstart()
+
+(4) The following library source codes are added or deleted.
+
+  (a) Added:
+  convrnx.c, rcvraw.c, rtcm.c
+
+  (b) Deleted:
+  rcvlog.c, rcv/novatel.h, rcv/ublox.h, rcv/ss2.h, rcv/crescent.h
+
+(5) RTKNAVI
+
+  (a) "RTK Map" window is added. "Gnd Track" plots in the main window are
+      deleted.
+  (b) "Rover : Base/NRTK SNR" plot in the main window is added.
+  (c) "Streams" dialog is separated into "Input Streams", "Output Streams"
+      and "Log Streams" dialogs.
+  (d) "RTCM 2", "RTCM 3" and "NovAtel OEM3" are supported as the input
+      stream format.
+  (e) Transmission of NMEA GPGGA to base-station or NRTK (Network RTK) is
+      supported.
+  (f) Time tagging is supported for the input, output and log file streams.
+  (g) Separated multiple "RTK Monitor" windows are supported.
+  (h) Some "RTK Monitor" windows are added: Covariance, RTCM, RTCM DGPS,
+      Input Rover, Input Base/NRTK, Solution 1/2 and Error/Warning.
+  (i) Hide Button is added to minimize the main window as the task-tray-icon.
+  (j) "Excluded Satellites" is activated in "Options - Setting1" dialog.
+  (k) "RTCM Station Position" is added as "Base/NRTK Station position" in
+      "Options - Position" dialog.
+  (l) "Timeout/Rec-connect Interval" is added in "Options - Misc" dialog.
+  (m) "NMEA Transmission Cycle" is added in "Options - Misc" dialog.
+
+(6) RTKPOST/RTKPOST_MKL
+
+  (a) Time "Unit" options is suppored in the main window.
+  (b) Keyword replacement in input and output file paths is supported for
+      batch processing.
+  (c) "Excluded Satellites" is activated in "Options - Setting1" dialog.
+  (d) "RINEX Header Position" is added as "Base/NRTK Station postion" in
+      "Options - Position" dialog.
+  (e) "Rover List" and "Base Station List" are added in "Options - Misc"
+      dialog.
+  (f) The file mkl_def.dll is added in /bin to execute RTKPOST with MKL for
+      non-mkl environment.
+
+(7) RTKCONV
+
+  (a) "RTCM 2", "RTCM 3" and "NovAtel OEM3" are supported as the input log
+      file format.
+  (b) "Navigation Systems", "Observation Types", "Frequencies", "Output Debug
+      Trace" options are added in "Options" dialog.
+
+(8) RTKPLOT
+
+  (a) "Animation Start/Stop" Menus and "Animation" Button are added in the
+      main window.
+  (b) "View - Toolbar" and "View - Statusbar" menus are added in the main
+      window.
+  (c) "Parity Unknown", "Hide Low Satellite", "Graph Label", "Grid Label",
+      "Compass", "Scale" and "Anim. Interval" options are added in "Options"
+      dialog.
+
+(9) STRSVR
+
+  (a) "Stream Monitor" window is added.
+  (b) Hide Button is added to minimize the main window as the task-tray-icon.
+  (c) "NMEA Request Cycle" and "Lat/Lon/Height" options are added in "Options"
+      dialog.
+
+(10) CONVBIN
+
+  (a) Command line options -f, -od, -os are added.
+  (b) Log format type "rtcm2", "rtcm3", and "oem3" are added for -r command
+     line option.
+
+--------------------------------------------------------------------------------
diff --git a/doc/doc/relnotes_2.2.2.txt b/doc/doc/relnotes_2.2.2.txt
new file mode 100644
index 0000000..47ac057
--- /dev/null
+++ b/doc/doc/relnotes_2.2.2.txt
@@ -0,0 +1,91 @@
+RTKLIB: ver.2.2.2 Release Notes
+                                                                        2009/9/5
+--------------------------------------------------------------------------------
+
+Supported Receivers and Data Messages
+
+
+(1) RTCM 2.3 (http://www.rtcm.org/)
+
+  Type 1, 3, 9, 14, 16, 17, 18, 19, 22
+
+(2) RTCM 3.0/3.1 (http://www.rtcm.org/)
+
+  Type 1002, 1004, 1005, 1006, 1019
+
+(3) NovAtel OEM4/V (http://www.novatel.com/)
+
+  RANGEB, RANGECMPB, RAWEPHEMB, IONUTCB, RAWWAASFRAMEB,
+
+(4) NovAtel OEM3 (Millennium) (http://www.novatel.com/)
+
+  RGEB, RGED, REPB, IONB, UTCB, FRMB
+
+(5) u-blox LEA-4T (AEK-4T)/LEA-5T (EVK-5T) (http://u-blox.com/)
+
+  RXMRAW, RXMSFRB
+
+(6) NovAtel Superstar II (http://www.novatel.com/)
+
+  ID#20, ID#21, ID#22, ID#23, ID#67
+
+(7) Hemisphere Crescent (http://www.hemispheregps.com/)
+
+  bin 80, bin 94, bin 95, bin 96
+
+--------------------------------------------------------------------------------
+
+Changes: ver.2.2.1 -> ver.2.2.2
+
+
+(1) The following patchs are incorpolated.
+
+  (a) rtklib_2.2.1_p1.zip
+  (b) rtklib_2.2.1_p2.zip
+  (c) rtklib_2.2.1_p3.zip
+  (d) rtklib_2.2.1_p4.zip
+  (e) rtklib_2.2.1_p5.zip
+
+(2) The following problems are fixed.
+
+  (a) No.2 Unable positioning when SBAS ranging enabled.
+  (b) No.8 No geoid correction outside of the neighborhood of Japan
+  (c) No.13 Flipped or vibrated plots of single point solutions in "RTK Map" window
+  (d) No.14 Sats/DOP plot for 20Hz or higher sampling rate data
+  (e) No.17 Invalid solutions with Moving-Base and Combined modes
+  (f) No.20 Decimal point format error to set the positioning options
+  (g) No.24 No proper default values for the time format and the base station position
+
+(3) No API changed.
+
+(4) No additional source code.
+
+(5) RTKNAVI
+
+  No functional change.
+
+(6) RTKPOST/RTKPOST_MKL
+
+  No functional change.
+
+(7) RTKCONV
+
+  No functional change.
+
+(8) RTKPLOT
+
+  No functional change.
+
+(9) STRSVR
+
+  No functional change.
+
+(10) CONVBIN
+
+  No functional change.
+
+(11) RNX2RTKP
+
+  (a) command line options -p 4, -l, -z are added.
+
+--------------------------------------------------------------------------------
diff --git a/doc/doc/relnotes_2.3.0.txt b/doc/doc/relnotes_2.3.0.txt
new file mode 100644
index 0000000..e228170
--- /dev/null
+++ b/doc/doc/relnotes_2.3.0.txt
@@ -0,0 +1,158 @@
+RTKLIB: ver.2.3.0 Release Notes
+                                                                      2009/12/17
+--------------------------------------------------------------------------------
+
+Supported Receivers and Data Messages
+
+
+(1) RTCM 2.3 (http://www.rtcm.org/)
+
+  Type 1, 3, 9, 14, 16, 17, 18, 19, 22
+
+(2) RTCM 3.0/3.1 (http://www.rtcm.org/)
+
+  Type 1002, 1004, 1005, 1006, 1010, 1012, 1019, 1020
+
+(3) NovAtel OEM4/V (http://www.novatel.com/)
+
+  RANGEB, RANGECMPB, RAWEPHEMB, IONUTCB, RAWWAASFRAMEB, GLOEPHEMERISB
+
+(4) NovAtel OEM3 (Millennium) (http://www.novatel.com/)
+
+  RGEB, RGED, REPB, IONB, UTCB, FRMB
+
+(5) u-blox LEA-4T (AEK-4T)/LEA-5T (EVK-5T) (http://u-blox.com/)
+
+  RXMRAW, RXMSFRB
+
+(6) NovAtel Superstar II (http://www.novatel.com/)
+
+  ID#20, ID#21, ID#22, ID#23, ID#67
+
+(7) Hemisphere Crescent (http://www.hemispheregps.com/)
+
+  bin 80, bin 94, bin 95, bin 96
+
+(8) SkyTraq S1315F (http://www.hemispheregps.com/)
+
+  msg 0xDD, 0xE0, 0xDC
+
+--------------------------------------------------------------------------------
+
+Changes: ver.2.2.2 -> ver.2.3.0
+
+(1) The following patches for ver.2.2.2 are included.
+  (a) rtklib_2.2.2_p1
+  (b) rtklib_2.2.2_p2
+  (c) rtklib_2.2.2_p3
+
+(2) The following problems are fixed.
+  (a) No.25 Improper row height of string-grid with non-standard DPI font scale
+  (b) No.26 Improper antenna correction when Antenna Type is blank
+  (c) No.30 Inverted Polarity of Doppler Frequency in NovAtel OEM3 REGD
+
+(3) The following APIs are added, deleted or changed.
+  (a) added
+    readnav(), savenav(), tracegnav(), tracepeph(), satwavelen(), opengeoid(),
+    closegeoid(), outrnxgnavh(), outrnxgnavb(), input_stq(), input_stqf(),
+    gen_ubx(), gen_stq(), rtkopenstat(), rtkclosestat(), readsolstat(),
+    strsendnmea(), strsendcmd() 
+  
+  (b) deleted
+    none
+  
+  (c) changed
+    pntpos(), convrnx()
+
+(4) The following source codes are added.
+  rcv/skytraq.c
+
+(5) RTKNAVI
+  (a) GLONASS and GPS/GLONASS combined RTK are supported
+  (b) "Baseline" display mode is added
+  (c) Multiple TCP client connection is supported for TCP server of Output/Log stream
+  (d) Keyword replacement is supported for File of Output/Log stream
+  (e) Vertical solution plot is added to RTK Map
+  (f) "GLONASS Nav" is adde to RTK Monitor
+  (g) "Fix and Hold" mode for ambiguity resolution is supported
+  (h) Receiver Dyamics is supported
+  (i) "Fixed" selection as "Positioning Mode" is added in "Options"-"Setting1" dialog
+  (j) "Receiver Dynamics" option is added in "Options"-"Setting1" dialog
+  (k) "Navi Sys" option is added in "Options"-"Setting1" dialog
+  (l) "Fix and Hold" selection as "Integer Ambiguity Resolution" is added in "Options"-"Setting2" dialog
+  (m) "GLONASS Ambiguity Resolution" option is added in "Options"-"Setting2" dialog
+  (o) "Baseline Length Constraint" options are added in "Options"-"Setting2" dialog
+  (p) "# of Decimals" option is added in "Options"-"Output" dialog
+  (q) "Geoid Model" options are added in "Options"-"Output" dialog
+  (r) "Output Solution Status" option is added in "Options"-"Output" dialog
+  (s) "Meas Errors of Doppler Frequency" option is added in "Options"-"Statistics" dialog
+  (t) "Process Noise of Receiver Accel Horiz/Vertical" option is added in "Options"-"Statistics" dialog
+  (u) "Rover Position" can be set in "Options"-"Postions" dialog if "Fixed" is selected as "Positioning Mode"
+  (v) "Geoid Data File" option is added in "Options"-"Files"
+  (w) SkyTraq S1315F receiver is supported.
+  (x) Hemisphere Eclipse receiver is supported.
+  (y) Binary commands for ublox and SkyTraq are supported for startup/shutdown commands.
+  (z) RTCM 3.1 type 1010, 1012, 1020 messages are supported.
+  (aa) NovAtel OEMV GLOEPHEMERISB message is supported.
+  (ab) GLONASS measurement data in NovAtel OEMV RANGEB and RANGECMPB are supported.
+
+(6) RTKRCV
+  (a) A console version real-time positining AP is added for Linux or other environments.
+
+(7) RTKPOST/RTKPOST_MKL
+  (a) GLONASS and GPS/GLONASS combined positioning are supported
+  (b) "Fix and Hold" mode for ambiguity resolution is supported
+  (c) Receiver Dyamics is supported
+  (d) A Field for GLONASS navigation data is added
+  (e) Buttons to view solution status and debug trace are added
+  (f) "Fixed" selection as "Positioning Mode" is added in "Options"-"Setting1" dialog
+  (g) "Receiver Dynamics" option is added in "Options"-"Setting1" dialog
+  (h) "Navi Sys" option is added in "Options"-"Setting1" dialog
+  (i) "Fix and Hold" selection as "Integer Ambiguity Resolution" is added in "Options"-"Setting2" dialog
+  (j) "GLONASS Ambiguity Resolution" option is added in "Options"-"Setting2" dialog
+  (k) "Baseline Length Constraint" options are added in "Options"-"Setting2" dialog
+  (l) "# of Decimals" option is added in "Options"-"Output" dialog
+  (m) "Geoid Model" options are added in "Options"-"Output" dialog
+  (n) "Output Solution Status" option is added in "Options"-"Output" dialog
+  (o) "Meas Errors of Doppler Frequency" option is added in "Options"-"Statistics" dialog
+  (p) "Process Noise of Receiver Accel Horiz/Vertical" option is added in "Options"-"Statistics" dialog
+  (q) "Rover Position" can be set in "Options"-"Postions" dialog if "Fixed" is selected as "Positioning Mode"
+  (r) "Geoid Data File" option is added in "Options"-"Files"
+  (s) '#' can be used for comment in "Rover List" or "Base Station List" in Options-"Misc" dialog
+  (t) Wild-cards in file path of precise ephemeris (SP3) are supported.
+
+(8) RTKCONV
+  (a) "RINEX GNAV file" field is added as an output file path
+  (b) "Crescent" selection as "Format" option is chaned to "Hemisphere"
+  (c) "Receiver Options" field is added in "Options" dialog instead of "Flip Sign (ublox)" option
+  (d) SkyTraq S1315F receiver is supported.
+  (e) Hemisphere Eclipse receiver is supported.
+  (f) RTCM 3.1 type 1010, 1012, 1020 messages are supported.
+  (g) NovAtel OEMV GLOEPHEMERISB message is supported.
+  (h) GLONASS measurement data in NovAtel OEMV RANGEB and RANGECMPB are supported.
+
+(9) RTKPLOT
+  (a) GLONASS observation data plot is supported
+  (b) NSat/Age/Ratio plot mode is added for solution plot
+  (c) L1/L2 residuals plot mode is added for solution plot
+  (d) "Maximum DOP", "Navigation System" and "Excluded Sats" options are added to "Options" dialog.
+
+(10) STRSVR
+  (a) Multiple TCP client connection is supported for TCP server of Output stream
+  (b) Binary commands for ublox and SkyTraq are supported for startup/shutdown commands.
+
+(11) CONVBIN
+  (a) command line options -r stq, -g, are added.
+  (b) command line option -r cres is changed to -r hemis
+  (c) GLONASS data and RINEX GNAV file are supported.
+
+(12) RNX2RTKP
+  (a) GLONASS is supported.
+  (b) Command line options -p 4, -h, -a, -l, -x are added.
+
+(13) STR2STR
+  (a) A console version stream server AP is supported for Linux or other environments.
+
+
+
+--------------------------------------------------------------------------------
diff --git a/doc/doc/relnotes_2.4.0.doc b/doc/doc/relnotes_2.4.0.doc
new file mode 100644
index 0000000..3cbf48c
Binary files /dev/null and b/doc/doc/relnotes_2.4.0.doc differ
diff --git a/doc/manual_2.4.2.pdf b/doc/manual_2.4.2.pdf
new file mode 100644
index 0000000..e192fa6
Binary files /dev/null and b/doc/manual_2.4.2.pdf differ
diff --git a/doc/relnote_2.4.2.htm b/doc/relnote_2.4.2.htm
new file mode 100644
index 0000000..0fcab4e
--- /dev/null
+++ b/doc/relnote_2.4.2.htm
@@ -0,0 +1,219 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<META name="GENERATOR" content="IBM HomePage Builder 2001 V5.0.3 for Windows">
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<TITLE>RTKLIB: Release Notes</TITLE>
+</HEAD>
+<BODY bgcolor="#ffffff" text="#333333" link="#33cc66" vlink="#006666" alink="#99ff00">
+<TABLE width="100%" cellpadding="0" cellspacing="0">
+  <COL span="1" width="64">
+  <TBODY>
+    <TR>
+      <TD><IMG src="rtklib.jpg" width="64" height="64" border="0"></TD>
+      <TD>
+      <TABLE cellpadding="0" cellspacing="0">
+        <TBODY>
+          <TR>
+            <td width="718"><font size="-1"><A href="rtklib.htm">Overview</A> | Release Notes | <A href="rtklib_support.htm">Support</A> | <A href="rtklib_document.htm">Documents</A> | <A href="rtklib_reference.htm">References </A><FONT size="-1">| <A href="rtklib_beagleboard.htm">Porting to BB</A> | <A href="rtklib_todo.htm">To Do</A></FONT> | <a href="rtklib_download.htm">Statistics</a></font></td>
+          </TR>
+        </TBODY>
+      </TABLE>
+      <TABLE width="100%" cellpadding="0">
+        <TBODY>
+          <TR>
+            <TD><FONT size="+2"><B>RTKLIB: Release Notes</B></FONT></TD>
+            <TD align="right" valign="bottom"><FONT size="-1">2013/03/12</FONT></TD>
+            <TD valign="bottom" align="right"></TD>
+          </TR>
+        </TBODY>
+      </TABLE>
+      </TD>
+    </TR>
+  </TBODY>
+</TABLE>
+<HR>
+<P><B><FONT size="+1">RTKLIB ver.2.4.2 Release Notes</FONT></B></P>
+<p><b><u>New Features in ver.2.4.2</u></b></p>
+<blockquote><FONT size="-1">(1) Galileo and BeiDou are supported.</FONT><FONT size="-1"><BR>
+(2) Full RINEX 3 complient. Multiple-code
+in a frequency is supported.</FONT><FONT size="-1"><br>
+(3) RTCM 3 MSM, SSR and ephemerides for All
+GNSS are supported.</FONT><FONT size="-1"><br>
+(4) NovAtel OEM6, NVS NVC08 BINR and BINEX
+messages are supported.</FONT><FONT size="-1"><BR>
+(5) Google Earth View and Goolge Map View
+are added to RTKPLOT</FONT><FONT size="-1"><BR>
+(6) NORAD TLE (two-line element) data set
+is supported for satellite positions.</FONT><FONT size="-1"><BR>
+(7) Downloader and launcher APs are added
+(RTKGET and RTKLAUNCH).</FONT><FONT size="-1"><BR>
+(8) Data format conversion is supported in
+STRSVR </FONT><FONT size="-1">and STR2STR</FONT><FONT size="-1">.<BR>
+(9) PPP-AR (ambiguity resolution) is supported.</FONT><FONT size="-1" color="#000000"> </FONT><FONT size="-1" color="#000000">(experimental)</FONT><FONT size="-1" color="#000000">.</FONT><FONT size="-1"><BR>
+</FONT><FONT size="-1"><FONT size="-1">(10) Satellite visibility and multipath analysis
+function is added in RTKPLOT.</FONT><FONT size="-1" color="#FF6600"><BR>
+</FONT></FONT><FONT size="-1">(19) <FONT size="-1">Variable SNR mask and </FONT>RAIM FDE (fault detection and exclution)
+is added.</FONT></blockquote>
+<P align="left"><B><U>Changes: ver.2.4.1 -> ver.2.4.2</U></B></P>
+<BLOCKQUOTE><FONT size="-1">(1) The following patches for ver.2.4.1 are
+included:</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">rtklib_2.4.1_p1, rtklib_2.4.1_p2, rtklib_2.4.1_p3,
+rtklib_2.4.1_p4, rtklib_2.4.1_p5, rtklib_2.4.1_p6,
+rtklib_2.4.1_p7, </FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(2) The following source codes are added
+for RTKLIB library:</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">src/ppp_ar.c, src/qzslex.c, src/rtcm2.c,
+src/rtcm3.c, src/rtcm3e.c, src/tle.c, src/rcv/binex.c,
+src/rcv/nvs.c</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(3) The following APIs are added, deleted
+and modified:</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Added: satexclude(), testsnr(), setcodepri(),
+getcodepri(), obs2code(), code2obs(), bdt2time(),
+time2bdt(), gpst2bdt(), bdt2gpst(), time2gmst(),
+outrnxcnavh(), init_rnxctr(), free_rnxctr(),
+open_rnxctr(), input_rnxctr(), tle_read(),
+tle_name_read(), tle_pos(), setbitu(), setbits(),
+crc16(), input_binex(), input_nvs(), input_binexf(),
+input_nvsf(), gen_nvs(), gen_rtcm2(), gen_rtcm3(),
+pppos(), ppnx(), pppoutsolstat(), windupcorr(),
+pppamb(), strconvnew(), strconvfree(), dl_readurls(),
+dl_readstas(), dl_exec(), dl_test(), lexupdatecorr(),
+lexreadmsg(), lexoutmsg(), lexconvbin(),
+lexeph2pos(), lexioncorr()</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(b) Deleted: setrnxcodepri()</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(c) Modified: <FONT size="-1">obs2code(), code2obs(), antmodel(), readrnx(),
+readrnxt(), readsp3(), eci2ecef(), sunmoonpos()</FONT></FONT> </BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(4) The build environment for Windows APs
+is changed from Turbo C++ to C++ builder
+XE2 or XE3. Turbo C++ is no longer supported.</FONT></BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(5) RTKNAVI, RTKNAV_MKL</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Galileo and BeiDou are supported.<BR>
+(b) RTCM 3 MSM and MSM draft are supported
+for inputs.<BR>
+(c) RTCM 3 Galileo and QZSS ephemerides are
+supported for inputs.<BR>
+(d) NovAtel OEM6, NVS NV08C BINR and BINEX
+are supported as inputs.<BR>
+</FONT><FONT size="-1">(e) Variable SNR mask, PPP options and RAIM
+FDE are supported.</FONT><BR>
+<FONT size="-1">(f) "Sync Solution" option is added.</FONT><BR>
+<FONT size="-1">(g) NMEA sentences GLGSA, GAGSA, GLCSV, GACSV
+are supported for outputs.<BR>
+(h) TLE data are supported for skyplots<BR>
+(i) Message dump functions are added for
+input stream monitor.<BR>
+(j) Variable window size is supported.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(6) RTKPOST, RTKPOST_MKL</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Galileo and BeiDou are supported.<BR>
+(b) RINEX 3.01 and 3.02 draft are supported
+for inputs.<BR>
+(c) <FONT size="-1">Variable SNR mask, PPP options and RAIM FDE
+are supported.<BR>
+(d) OTL and pole tide corrections are supported.<BR>
+(e) RTCM SSR corrections are supported for
+ephemeris and clock<BR>
+(f) PPP-AR is supported (experimental)<BR>
+(g) RINEX options are supported for inputs.<BR>
+</FONT></FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(7) RTKCONV</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1"><FONT size="-1">(a) Galileo and BeiDou are supported.<BR>
+</FONT>(b) Full RINEX 3 complient. Multi-code in
+a frequency is supported.<BR>
+<FONT size="-1">(c) RTCM 3 MSM and MSM draft are supported
+for inputs.<BR>
+(d) RTCM 3 Galileo and QZSS ephemerides are
+supported for inputs.<BR>
+(e) NovAtel OEM6, NVS NV08C BINR and BINEX
+are supported as inputs.<BR>
+</FONT>(f) RINEX 2.10, 2.12, 3.01, 3.02 are supported
+as output format.<BR>
+(g) "Scan Obs Type" feature is
+added.<BR>
+(h) Signal masks are added for manual signal
+selection.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(8) STRSVR</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Format conversion options are added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(9) RTKPLOT</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1"><FONT size="-1"><FONT size="-1">(a) Galileo and BeiDou are supported.<BR>
+</FONT>(b) Multi-code in a frequency is supported.<BR>
+(c) Satellite visbility analysis is added.<BR>
+(d) Multpath analysis functions are added.<BR>
+</FONT><FONT size="-1">(h) TLE data are supported for satellite
+positions</FONT><BR>
+(i) Circle grids are supported.<BR>
+(j) Google Map View and Google Earth View
+are added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(10) SRCTBLBROWS</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Map view is added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(11) RTKGET</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">Newly added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(12) RTKLAUNCH</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1"><FONT size="-1">Newly added.</FONT></FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(12) RTKRCV</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) The same as (a)(b)(c)(d)(e)(f)(g) of
+RTKNAVI.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(13) RNX2RTKP</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) The same as (a)(b)(c)(d)(e)(f)(g) of
+RTKPOST</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(14) CONVBIN</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) The same as (a)(b)(c)(d)(e)(f) of RTKCONV.</FONT><BR>
+<FONT size="-1">(b) Option -scan, -oi, -ot, -ol are added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(15) STR2STR</FONT></BLOCKQUOTE>
+<BLOCKQUOTE>
+<BLOCKQUOTE><FONT size="-1">(a) Format conversion options are added.<BR>
+(b) Option -msg, -opt, -sta are added.<BR>
+(c) Option -p is modified.</FONT></BLOCKQUOTE>
+<FONT size="-1">(16) Utility</FONT>
+<BLOCKQUOTE><FONT size="-1">(a) Utility PREC2NAV is added.</FONT><FONT size="-1"><BR>
+(b) Utiliity RNX2RTCM is added.</FONT></BLOCKQUOTE>
+</BLOCKQUOTE>
+<HR>
+<P><A href="rtklib_2.4.1_releasenote.htm"><B><FONT size="+1">RTKLIB ver.2.4.1 Relase Notes</FONT></B></A></P>
+<p><a href="rtklib_2.4.0_releasenote.htm"><b><font size="+1">RTKLIB ver.2.4.0 Relase Notes</font></b></a></p>
+<p><b><font size="+1"><a href="rtklib_2.3.0_releasenote.htm">RTKLIB ver.2.3.0 Release Notes</a></font></b></p>
+<P><B><FONT size="+1"><A href="rtklib_2.2.2_releasenote.htm">RTKLIB ver.2.2.2 Release Notes</A></FONT></B></P>
+<P><B><A href="rtklib_2.2.1_releasenote.htm"><FONT size="+1">RTKLIB ver.2.2.1 Release Notes</FONT></A></B></P>
+<HR>
+<TABLE width="100%">
+  <TBODY>
+    <TR>
+      <td align="center"><font size="-1">Copyright (C) 2007-2013 by <a href="http://gpspp.sakura.ne.jp/indexe.html">T.TAKASU</a>, All rights reserved.</font></td>
+    </TR>
+  </TBODY>
+</TABLE>
+</BODY>
+</HTML>
diff --git a/lib/iers/gcc/makefile b/lib/iers/gcc/makefile
new file mode 100644
index 0000000..296e32b
--- /dev/null
+++ b/lib/iers/gcc/makefile
@@ -0,0 +1,46 @@
+# makefile for iers.a
+
+SRC      = ../src
+
+F77      = gfortran
+F77FLAGS = -O3 -ffixed-line-length-132
+
+OBS = cal2jd.o dat.o dehanttideinel.o gmf.o gpt.o norm8.o sprod.o st1idiu.o \
+      st1isem.o st1l1.o step2diu.o step2lon.o vmf1.o vmf1_ht.o zero_vec8.o
+
+iers.a     : $(OBS)
+	ar ru iers.a $(OBS)
+cal2jd.o   : $(SRC)/cal2jd.f
+	$(F77) -c $(F77FLAGS) $(SRC)/cal2jd.f
+dat.o      : $(SRC)/dat.f
+	$(F77) -c $(F77FLAGS) $(SRC)/dat.f
+dehanttideinel.o : $(SRC)/dehanttideinel.f
+	$(F77) -c $(F77FLAGS) $(SRC)/dehanttideinel.f
+gmf.o      : $(SRC)/gmf.f
+	$(F77) -c $(F77FLAGS) $(SRC)/gmf.f
+gpt.o      : $(SRC)/gpt.f
+	$(F77) -c $(F77FLAGS) $(SRC)/gpt.f
+norm8.o    : $(SRC)/norm8.f
+	$(F77) -c $(F77FLAGS) $(SRC)/norm8.f
+sprod.o    : $(SRC)/sprod.f
+	$(F77) -c $(F77FLAGS) $(SRC)/sprod.f
+st1idiu.o  : $(SRC)/st1idiu.f
+	$(F77) -c $(F77FLAGS) $(SRC)/st1idiu.f
+st1isem.o  : $(SRC)/st1isem.f
+	$(F77) -c $(F77FLAGS) $(SRC)/st1isem.f
+st1l1.o    : $(SRC)/st1l1.f
+	$(F77) -c $(F77FLAGS) $(SRC)/st1l1.f
+step2diu.o : $(SRC)/step2diu.f
+	$(F77) -c $(F77FLAGS) $(SRC)/step2diu.f
+step2lon.o : $(SRC)/step2lon.f
+	$(F77) -c $(F77FLAGS) $(SRC)/step2lon.f
+vmf1.o     : $(SRC)/vmf1.f
+	$(F77) -c $(F77FLAGS) $(SRC)/vmf1.f
+vmf1_ht.o  : $(SRC)/vmf1_ht.f
+	$(F77) -c $(F77FLAGS) $(SRC)/vmf1_ht.f
+zero_vec8.o: $(SRC)/zero_vec8.f
+	$(F77) -c $(F77FLAGS) $(SRC)/zero_vec8.f
+	
+clean :
+	rm -f *.o *.a
+
diff --git a/lib/iers/src/cal2jd.f b/lib/iers/src/cal2jd.f
new file mode 100644
index 0000000..6db8178
--- /dev/null
+++ b/lib/iers/src/cal2jd.f
@@ -0,0 +1,196 @@
+      SUBROUTINE CAL2JD ( IY, IM, ID, DJM0, DJM, J )
+*+
+*  - - - - - - - - - - -
+*   C A L 2 J D
+*  - - - - - - - - - - -
+*
+*  Gregorian Calendar to Julian Date.
+*
+*  This routine is part of the International Astronomical Union's
+*  SOFA (Standards of Fundamental Astronomy) software collection.
+*
+*  Status:  support routine.
+*
+*  Given:
+*     IY,IM,ID    i     year, month, day in Gregorian calendar (Note 1)
+*
+*  Returned:
+*     DJM0        d     MJD zero-point: always 2400000.5
+*     DJM         d     Modified Julian Date for 0 hrs
+*     J           i     status:
+*                           0 = OK
+*                          -1 = bad year   (Note 3: JD not computed)
+*                          -2 = bad month  (JD not computed)
+*                          -3 = bad day    (JD computed)
+*
+*  Notes:
+*
+*  1) The algorithm used is valid from -4800 March 1, but this
+*     implementation rejects dates before -4799 January 1.
+*
+*  2) The Julian Date is returned in two pieces, in the usual SOFA
+*     manner, which is designed to preserve time resolution.  The
+*     Julian Date is available as a single number by adding DJM0 and
+*     DJM.
+*
+*  3) In early eras the conversion is from the "Proleptic Gregorian
+*     Calendar";  no account is taken of the date(s) of adoption of
+*     the Gregorian Calendar, nor is the AD/BC numbering convention
+*     observed.
+*
+*  Reference:
+*
+*     Explanatory Supplement to the Astronomical Almanac,
+*     P. Kenneth Seidelmann (ed), University Science Books (1992),
+*     Section 12.92 (p604).
+*
+*  This revision:  2001 September 16
+*
+*  Copyright (C) 2008 IAU SOFA Review Board.  See notes at end.
+*
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      INTEGER IY, IM, ID
+      DOUBLE PRECISION DJM0, DJM
+      INTEGER J, MY, IYPMY
+
+*  Earliest year allowed (4800BC)
+      INTEGER IYMIN
+      PARAMETER ( IYMIN = -4799 )
+
+*  Month lengths in days
+      INTEGER MTAB(12)
+      DATA MTAB / 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 /
+
+* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+*  Preset status.
+      J = 0
+
+*  Validate year.
+      IF ( IY.LT.IYMIN ) THEN
+         J = -1
+      ELSE
+
+*     Validate month.
+         IF ( IM.GE.1 .AND. IM.LE.12 ) THEN
+
+*        Allow for leap year.
+            IF ( MOD(IY,4) .EQ. 0 ) THEN
+               MTAB(2) = 29
+            ELSE
+               MTAB(2) = 28
+            END IF
+            IF ( MOD(IY,100).EQ.0 .AND. MOD(IY,400).NE.0 ) MTAB(2) = 28
+
+*        Validate day.
+            IF ( ID.LT.1 .OR. ID.GT.MTAB(IM) ) J = -3
+
+*        Result.
+            MY = ( IM - 14 ) / 12
+            IYPMY = IY + MY
+            DJM0 = 2400000.5D0
+            DJM = DBLE( ( 1461 * ( IYPMY + 4800 ) ) / 4
+     :                + (  367 * ( IM-2 - 12*MY ) ) / 12
+     :                - (    3 * ( ( IYPMY + 4900 ) / 100 ) ) / 4
+     :                + ID - 2432076)
+
+*        Bad month
+         ELSE
+            J = -2
+         END IF
+      END IF
+
+*  Finished.
+
+*+-----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  Standards Of Fundamental Astronomy Review Board
+*  of the International Astronomical Union.
+*
+*  =====================
+*  SOFA Software License
+*  =====================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is owned by the IAU SOFA Review Board ("the Board").
+*
+*  2. Permission is granted to anyone to use the SOFA software for any
+*     purpose, including commercial applications, free of charge and
+*     without payment of royalties, subject to the conditions and 
+*     restrictions listed below.
+*
+*  3. You (the user) may copy and adapt the SOFA software and its 
+*     algorithms for your own purposes and you may copy and distribute
+*     a resulting "derived work" to others on a world-wide, royalty-free 
+*     basis, provided that the derived work complies with the following
+*     requirements: 
+*
+*     a) Your work shall be marked or carry a statement that it (i) uses
+*        routines and computations derived by you from software provided 
+*        by SOFA under license to you; and (ii) does not contain
+*        software provided by SOFA or software that has been distributed
+*        by or endorsed by SOFA.
+*
+*     b) The source code of your derived work must contain descriptions
+*        of how the derived work is based upon and/or differs from the
+*        original SOFA software.
+*
+*     c) The name(s) of all routine(s) that you distribute shall differ
+*        from the SOFA names, even when the SOFA content has not been
+*        otherwise changed.
+*
+*     d) The routine-naming prefix "iau" shall not be used.
+*
+*     e) The origin of the SOFA components of your derived work must not
+*        be misrepresented;  you must not claim that you wrote the
+*        original software, nor file a patent application for SOFA
+*        software or algorithms embedded in the SOFA software.
+*
+*     f) These requirements must be reproduced intact in any source
+*        distribution and shall apply to anyone to whom you have granted 
+*        a further right to modify the source code of your derived work.
+*
+*  4. In any published work or commercial products which includes
+*     results achieved by using the SOFA software, you shall acknowledge
+*     that the SOFA software was used in obtaining those results.
+*
+*  5. You shall not cause the SOFA software to be brought into
+*     disrepute, either by misuse, or use for inappropriate tasks, or by
+*     inappropriate modification.
+*
+*  6. The SOFA software is provided "as is" and the Board makes no 
+*     warranty as to its use or performance.   The Board does not and 
+*     cannot warrant the performance or results which the user may obtain 
+*     by using the SOFA software.  The Board makes no warranties, express 
+*     or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Board be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Board representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  7. The provision of any version of the SOFA software under the terms 
+*     and conditions specified herein does not imply that future
+*     versions will also be made available under the same terms and
+*     conditions.
+*
+*  Correspondence concerning SOFA software should be addressed as
+*  follows:
+*
+*     Internet email: sofa at rl.ac.uk
+*     Postal address: IAU SOFA Center
+*                     Rutherford Appleton Laboratory
+*                     Chilton, Didcot, Oxon OX11 0QX
+*                     United Kingdom
+*
+*-----------------------------------------------------------------------
+
+      END
diff --git a/lib/iers/src/dat.f b/lib/iers/src/dat.f
new file mode 100644
index 0000000..9366153
--- /dev/null
+++ b/lib/iers/src/dat.f
@@ -0,0 +1,357 @@
+      SUBROUTINE DAT ( IY, IM, ID, FD, DELTAT, J )
+*+
+*  - - - - - - - -
+*   D A T
+*  - - - - - - - -
+*
+*  For a given UTC date, calculate delta(AT) = TAI-UTC.
+*
+*     :------------------------------------------:
+*     :                                          :
+*     :                 IMPORTANT                :
+*     :                                          :
+*     :  A new version of this routine must be   :
+*     :  produced whenever a new leap second is  :
+*     :  announced.  There are five items to     :
+*     :  change on each such occasion:           :
+*     :                                          :
+*     :  1) The parameter NDAT must be           :
+*     :     increased by 1.                      :
+*     :                                          :
+*     :  2) A new line must be added to the set  :
+*     :     of DATA statements that initialize   :
+*     :     the arrays IDATE and DATS.           :
+*     :                                          :
+*     :  3) The parameter IYV must be set to     :
+*     :     the current year.                    :
+*     :                                          :
+*     :  4) The "Latest leap second" comment     :
+*     :     below must be set to the new leap    :
+*     :     second date.                         :
+*     :                                          :
+*     :  5) The "This revision" comment, later,  :
+*     :     must be set to the current date.     :
+*     :                                          :
+*     :  Change (3) must also be carried out     :
+*     :  whenever the routine is re-issued,      :
+*     :  even if no leap seconds have been       :
+*     :  added.                                  :
+*     :                                          :
+*     :  Latest leap second:  2008 December 31   :
+*     :                                          :
+*     :__________________________________________:
+*
+*  This routine is part of the International Astronomical Union's
+*  SOFA (Standards of Fundamental Astronomy) software collection.
+*
+*  Status:  support routine.
+*
+*  Given:
+*     IY       i     UTC:  year (Notes 1 and 2)
+*     IM       i           month (Note 2)
+*     ID       i           day (Notes 2 and 3)
+*     FD       d           fraction of day (Note 4)
+*
+*  Returned:
+*     DELTAT   d     TAI minus UTC, seconds
+*     J        i     status (Note 5):
+*                       1 = dubious year (Note 1)
+*                       0 = OK
+*                      -1 = bad year
+*                      -2 = bad month
+*                      -3 = bad day (Note 3)
+*                      -4 = bad fraction (Note 4)
+*
+*  Notes:
+*
+*  1) UTC began at 1960 January 1.0 (JD 2436934.5) and it is improper
+*     to call the routine with an earlier date.  If this is attempted,
+*     zero is returned together with a warning status.
+*
+*     Because leap seconds cannot, in principle, be predicted in
+*     advance, a reliable check for dates beyond the valid range is
+*     impossible.  To guard against gross errors, a year five or more
+*     after the release year of the present routine (see parameter IYV)
+*     is considered dubious.  In this case a warning status is returned
+*     but the result is computed in the normal way.
+*
+*     For both too-early and too-late years, the warning status is J=+1.
+*     This is distinct from the error status J=-1, which signifies a
+*     year so early that JD could not be computed.
+*
+*  2) If the specified date is for a day which ends with a leap second,
+*     the UTC-TAI value returned is for the period leading up to the
+*     leap second.  If the date is for a day which begins as a leap
+*     second ends, the UTC-TAI returned is for the period following the
+*     leap second.
+*
+*  3) The day number must be in the normal calendar range, for example
+*     1 through 30 for April.  The "almanac" convention of allowing
+*     such dates as January 0 and December 32 is not supported in this
+*     routine, in order to avoid confusion near leap seconds.
+*
+*  4) The fraction of day is used only for dates before the introduction
+*     of leap seconds, the first of which occurred at the end of 1971.
+*     It is tested for validity (zero to less than 1 is the valid range)
+*     even if not used;  if invalid, zero is used and status J=-4 is
+*     returned.  For many applications, setting FD to zero is
+*     acceptable;  the resulting error is always less than 3 ms (and
+*     occurs only pre-1972).
+*
+*  5) The status value returned in the case where there are multiple
+*     errors refers to the first error detected.  For example, if the
+*     month and day are 13 and 32 respectively, J=-2 (bad month) will be
+*     returned.
+*
+*  6) In cases where a valid result is not available, zero is returned.
+*
+*  References:
+*
+*  1) For dates from 1961 January 1 onwards, the expressions from the
+*     file ftp://maia.usno.navy.mil/ser7/tai-utc.dat are used.
+*
+*  2) The 5ms timestep at 1961 January 1 is taken from 2.58.1 (p87) of
+*     the 1992 Explanatory Supplement.
+*
+*  Called:
+*     CAL2JD       Gregorian calendar to Julian Day number
+*
+*  This revision:  2008 July 5
+*
+*  Copyright (C) 2008 IAU SOFA Review Board.  See notes at end.
+*
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      INTEGER IY, IM, ID
+      DOUBLE PRECISION FD, DELTAT
+      INTEGER J
+
+*  Release year for this version of DAT
+      INTEGER IYV
+      PARAMETER ( IYV = 2009 )
+
+*  Number of Delta(AT) changes (increase by 1 for each new leap second)
+      INTEGER NDAT
+      PARAMETER ( NDAT = 39 )
+
+*  Number of Delta(AT) expressions before leap seconds were introduced
+      INTEGER NERA1
+      PARAMETER ( NERA1 = 14 )
+
+*  Dates (year, month) on which new Delta(AT) came into force
+      INTEGER IDATE(2,NDAT)
+
+*  New Delta(AT) which came into force on the given dates
+      DOUBLE PRECISION DATS(NDAT)
+
+*  Reference dates (MJD) and drift rates (s/day), pre leap seconds
+      DOUBLE PRECISION DRIFT(2,NERA1)
+
+*  Miscellaneous local variables
+      LOGICAL MORE
+      INTEGER JS, I, M, IS
+      DOUBLE PRECISION DA, DJM0, DJM
+
+*  Dates and Delta(AT)s
+      DATA (IDATE(I, 1),I=1,2),DATS(1)  / 1960,  1,  1.4178180D0 /
+      DATA (IDATE(I, 2),I=1,2),DATS(2)  / 1961,  1,  1.4228180D0 /
+      DATA (IDATE(I, 3),I=1,2),DATS(3)  / 1961,  8,  1.3728180D0 /
+      DATA (IDATE(I, 4),I=1,2),DATS(4)  / 1962,  1,  1.8458580D0 /
+      DATA (IDATE(I, 5),I=1,2),DATS(5)  / 1963, 11,  1.9458580D0 /
+      DATA (IDATE(I, 6),I=1,2),DATS(6)  / 1964,  1,  3.2401300D0 /
+      DATA (IDATE(I, 7),I=1,2),DATS(7)  / 1964,  4,  3.3401300D0 /
+      DATA (IDATE(I, 8),I=1,2),DATS(8)  / 1964,  9,  3.4401300D0 /
+      DATA (IDATE(I, 9),I=1,2),DATS(9)  / 1965,  1,  3.5401300D0 /
+      DATA (IDATE(I,10),I=1,2),DATS(10) / 1965,  3,  3.6401300D0 /
+      DATA (IDATE(I,11),I=1,2),DATS(11) / 1965,  7,  3.7401300D0 /
+      DATA (IDATE(I,12),I=1,2),DATS(12) / 1965,  9,  3.8401300D0 /
+      DATA (IDATE(I,13),I=1,2),DATS(13) / 1966,  1,  4.3131700D0 /
+      DATA (IDATE(I,14),I=1,2),DATS(14) / 1968,  2,  4.2131700D0 /
+      DATA (IDATE(I,15),I=1,2),DATS(15) / 1972,  1, 10D0 /
+      DATA (IDATE(I,16),I=1,2),DATS(16) / 1972,  7, 11D0 /
+      DATA (IDATE(I,17),I=1,2),DATS(17) / 1973,  1, 12D0 /
+      DATA (IDATE(I,18),I=1,2),DATS(18) / 1974,  1, 13D0 /
+      DATA (IDATE(I,19),I=1,2),DATS(19) / 1975,  1, 14D0 /
+      DATA (IDATE(I,20),I=1,2),DATS(20) / 1976,  1, 15D0 /
+      DATA (IDATE(I,21),I=1,2),DATS(21) / 1977,  1, 16D0 /
+      DATA (IDATE(I,22),I=1,2),DATS(22) / 1978,  1, 17D0 /
+      DATA (IDATE(I,23),I=1,2),DATS(23) / 1979,  1, 18D0 /
+      DATA (IDATE(I,24),I=1,2),DATS(24) / 1980,  1, 19D0 /
+      DATA (IDATE(I,25),I=1,2),DATS(25) / 1981,  7, 20D0 /
+      DATA (IDATE(I,26),I=1,2),DATS(26) / 1982,  7, 21D0 /
+      DATA (IDATE(I,27),I=1,2),DATS(27) / 1983,  7, 22D0 /
+      DATA (IDATE(I,28),I=1,2),DATS(28) / 1985,  7, 23D0 /
+      DATA (IDATE(I,29),I=1,2),DATS(29) / 1988,  1, 24D0 /
+      DATA (IDATE(I,30),I=1,2),DATS(30) / 1990,  1, 25D0 /
+      DATA (IDATE(I,31),I=1,2),DATS(31) / 1991,  1, 26D0 /
+      DATA (IDATE(I,32),I=1,2),DATS(32) / 1992,  7, 27D0 /
+      DATA (IDATE(I,33),I=1,2),DATS(33) / 1993,  7, 28D0 /
+      DATA (IDATE(I,34),I=1,2),DATS(34) / 1994,  7, 29D0 /
+      DATA (IDATE(I,35),I=1,2),DATS(35) / 1996,  1, 30D0 /
+      DATA (IDATE(I,36),I=1,2),DATS(36) / 1997,  7, 31D0 /
+      DATA (IDATE(I,37),I=1,2),DATS(37) / 1999,  1, 32D0 /
+      DATA (IDATE(I,38),I=1,2),DATS(38) / 2006,  1, 33D0 /
+      DATA (IDATE(I,39),I=1,2),DATS(39) / 2009,  1, 34D0 /
+
+*  Reference dates and drift rates
+      DATA (DRIFT(I, 1),I=1,2) / 37300D0, 0.001296D0 /
+      DATA (DRIFT(I, 2),I=1,2) / 37300D0, 0.001296D0 /
+      DATA (DRIFT(I, 3),I=1,2) / 37300D0, 0.001296D0 /
+      DATA (DRIFT(I, 4),I=1,2) / 37665D0, 0.0011232D0 /
+      DATA (DRIFT(I, 5),I=1,2) / 37665D0, 0.0011232D0 /
+      DATA (DRIFT(I, 6),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I, 7),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I, 8),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I, 9),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I,10),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I,11),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I,12),I=1,2) / 38761D0, 0.001296D0 /
+      DATA (DRIFT(I,13),I=1,2) / 39126D0, 0.002592D0 /
+      DATA (DRIFT(I,14),I=1,2) / 39126D0, 0.002592D0 /
+
+* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+*  Initialize the result to zero and the status to OK.
+      DA = 0D0
+      JS = 0
+
+*  If invalid fraction of a day, set error status and give up.
+      IF ( FD.LT.0D0 .OR. FD.GE.1D0 ) THEN
+         JS = -4
+         GO TO 9000
+      END IF
+
+*  Convert the date into an MJD.
+      CALL CAL2JD ( IY, IM, ID, DJM0, DJM, JS )
+
+*  If invalid year, month, or day, give up.
+      IF ( JS .LT. 0 ) GO TO 9000
+
+*  If pre-UTC year, set warning status and give up.
+      IF ( IY .LT. IDATE(1,1) ) THEN
+         JS = 1
+         GO TO 9000
+      END IF
+
+*  If suspiciously late year, set warning status but proceed.
+      IF ( IY .GT. IYV+5 ) JS = 1
+
+*  Combine year and month.
+      M = 12*IY+IM
+
+*  Prepare to search the tables.
+      MORE = .TRUE.
+
+*  Find the most recent table entry.
+      DO 1 I=NDAT,1,-1
+         IF ( MORE ) THEN
+            IS = I
+            MORE = M .LT. ( 12*IDATE(1,I) + IDATE(2,I) )
+         END IF
+ 1    CONTINUE
+
+*  Get the Delta(AT).
+      DA = DATS(IS)
+
+*  If pre-1972, adjust for drift.
+      IF ( IS .LE. NERA1 ) DA = DA +
+     :                          ( DJM + FD - DRIFT(1,IS) ) * DRIFT(2,IS)
+
+*  Return the Delta(AT) value and the status.
+ 9000 CONTINUE
+      DELTAT = DA
+      J = JS
+
+*  Finished.
+
+*+-----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  Standards Of Fundamental Astronomy Review Board
+*  of the International Astronomical Union.
+*
+*  =====================
+*  SOFA Software License
+*  =====================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is owned by the IAU SOFA Review Board ("the Board").
+*
+*  2. Permission is granted to anyone to use the SOFA software for any
+*     purpose, including commercial applications, free of charge and
+*     without payment of royalties, subject to the conditions and 
+*     restrictions listed below.
+*
+*  3. You (the user) may copy and adapt the SOFA software and its 
+*     algorithms for your own purposes and you may copy and distribute
+*     a resulting "derived work" to others on a world-wide, royalty-free 
+*     basis, provided that the derived work complies with the following
+*     requirements: 
+*
+*     a) Your work shall be marked or carry a statement that it (i) uses
+*        routines and computations derived by you from software provided 
+*        by SOFA under license to you; and (ii) does not contain
+*        software provided by SOFA or software that has been distributed
+*        by or endorsed by SOFA.
+*
+*     b) The source code of your derived work must contain descriptions
+*        of how the derived work is based upon and/or differs from the
+*        original SOFA software.
+*
+*     c) The name(s) of all routine(s) that you distribute shall differ
+*        from the SOFA names, even when the SOFA content has not been
+*        otherwise changed.
+*
+*     d) The routine-naming prefix "iau" shall not be used.
+*
+*     e) The origin of the SOFA components of your derived work must not
+*        be misrepresented;  you must not claim that you wrote the
+*        original software, nor file a patent application for SOFA
+*        software or algorithms embedded in the SOFA software.
+*
+*     f) These requirements must be reproduced intact in any source
+*        distribution and shall apply to anyone to whom you have granted 
+*        a further right to modify the source code of your derived work.
+*
+*  4. In any published work or commercial products which includes
+*     results achieved by using the SOFA software, you shall acknowledge
+*     that the SOFA software was used in obtaining those results.
+*
+*  5. You shall not cause the SOFA software to be brought into
+*     disrepute, either by misuse, or use for inappropriate tasks, or by
+*     inappropriate modification.
+*
+*  6. The SOFA software is provided "as is" and the Board makes no 
+*     warranty as to its use or performance.   The Board does not and 
+*     cannot warrant the performance or results which the user may obtain 
+*     by using the SOFA software.  The Board makes no warranties, express 
+*     or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Board be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Board representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  7. The provision of any version of the SOFA software under the terms 
+*     and conditions specified herein does not imply that future
+*     versions will also be made available under the same terms and
+*     conditions.
+*
+*  Correspondence concerning SOFA software should be addressed as
+*  follows:
+*
+*     Internet email: sofa at rl.ac.uk
+*     Postal address: IAU SOFA Center
+*                     Rutherford Appleton Laboratory
+*                     Chilton, Didcot, Oxon OX11 0QX
+*                     United Kingdom
+*
+*-----------------------------------------------------------------------
+
+      END
diff --git a/lib/iers/src/dehanttideinel.f b/lib/iers/src/dehanttideinel.f
new file mode 100644
index 0000000..8481fad
--- /dev/null
+++ b/lib/iers/src/dehanttideinel.f
@@ -0,0 +1,380 @@
+       SUBROUTINE DEHANTTIDEINEL(XSTA,YR,MONTH,DAY,FHR,XSUN,XMON,DXTIDE)
+*+
+*  - - - - - - - - - - - - - - - 
+*   D E H A N T T I D E I N E L
+*  - - - - - - - - - - - - - - - 
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine computes the tidal corrections of station displacements
+*  caused by lunar and solar gravitational attraction (see References). 
+*  The computations are calculated by the following steps:
+*
+*  Step 1): General degree 2 and degree 3 corrections + CALL ST1IDIU 
+*  + CALL ST1ISEM + CALL ST1L1.
+*  
+*  Step 2): CALL STEP2DIU + CALL STEP2LON
+*
+*  It has been decided that the Step 3 non-correction for permanent tide
+*  would not be applied in order to avoid a jump in the reference frame.
+*  This Step 3 must be added in order to get the non-tidal station position
+*  and to conform with the IAG Resolution.
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     XSUN          d(3)   Geocentric position of the Sun (Note 2)
+*     XMON          d(3)   Geocentric position of the Moon (Note 2)
+*     YR            i      Year (Note 3)
+*     MONTH         i      Month (Note 3)
+*     DAY           i      Day of Month (Note 3)
+*     FHR           d      Hour in the day (Note 4)
+*
+*  Returned:
+*     DXTIDE        d(3)   Displacement vector (Note 5)
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates,
+*     X, Y, and Z, are expressed in meters. 
+*  
+*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All
+*     coordinates are expressed in meters.
+*
+*  3) The values are expressed in Coordinated Universal Time (UTC).
+*
+*  4) The fractional hours in the day is computed as the hour + minutes/60.0
+*     + sec/3600.0.  The unit is expressed in Universal Time (UT).
+*
+*  5) The displacement vector is in the geocentric ITRF.  All components are
+*     expressed in meters.
+*
+*  Called:
+*     SPROD             Finds the scalar product and unit vector of two vectors 
+*     ZERO_VEC8         Returns the zero vector
+*     ST1IDIU           Corrects for the out-of-phase part of Love numbers
+*                       for the diurnal band
+*     ST1ISEM           Same as above for the semi-diurnal band
+*     ST1L1             Corrects for the latitude dependence of Love numbers
+*     CAL2JD            Computes Julian Date from Gregorian calendar date
+*     DAT               Computes the difference TAI-UTC
+*     STEP2DIU          Computes in-phase and out-of-phase corrections in
+*                       the diurnal band
+*     STEP2LON          Same as above for the long period band
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters   
+*                  XSUN(1) = 137859926952.015D0 meters
+*                  XSUN(2) = 54228127881.4350D0 meters
+*                  XSUN(3) = 23509422341.6960D0 meters
+*                  XMON(1) = -179996231.920342D0 meters
+*                  XMON(2) = -312468450.131567D0 meters
+*                  XMON(3) = -169288918.592160D0 meters
+*                  YR      = 2009
+*                  MONTH   = 4
+*                  DAY     = 13
+*                  FHR     = 0.00D0 seconds 
+*                  
+*     expected output:  DXTIDE(1) = 0.7700420357108125891D-01 meters
+*                       DXTIDE(2) = 0.6304056321824967613D-01 meters
+*                       DXTIDE(3) = 0.5516568152597246810D-01 meters
+*
+*  References:
+*
+*     Groten, E., 2000, Geodesists Handbook 2000, Part 4,
+*     http://www.gfy.ku.dk/~iag/HB2000/part4/groten.htm. See also
+*     ''Parameters of Common Relevance of Astronomy, Geodesy, and
+*     Geodynamics," J. Geod., 74, pp. 134-140
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*     
+*     Pitjeva, E. and Standish, E. M., 2009, ''Proposals for the masses
+*     of the three largest asteroids, the Moon-Earth mass ratio and the
+*     Astronomical Unit," Celest. Mech. Dyn. Astr., 103, pp. 365-372
+*
+*     Ries, J. C., Eanes, R. J., Shum, C. K. and Watkins, M. M., 1992,
+*     ''Progress in the Determination of the Gravitational Coefficient
+*     of the Earth," Geophys. Res. Lett., 19(6), pp. 529-531
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*                   P. M. Mathews
+*                   J. Gipson
+*  2000 May      17 V. Dehant      Last modifications
+*                   P. M. Mathews
+*  2006 February 06 J. Ray         Header comments modified to clarify
+*                                  input/output units and systems
+*  2006 February 06 J. Ray         Subroutine DUTC modified for leap
+*                                  second on 2006.0 and to correct 
+*                                  do 5 i=1,87 from 84 to 87
+*  2006 August   31 G. Petit       Correct DUTC for dates after 2007
+*  2007 June     20 H. Manche      Modified DUTC to correct past mistake
+*                                  and corrected DE line in subroutine
+*                                  STEP2DIU
+*  2007 October  23 H. Manche      Replace subroutines DUTC and FJLDY with
+*                   G. Petit       SOFA subroutines iau_CAL2JD and iau_DAT
+*                                  and correct time arguments of subroutine
+*                                  STEP2DIU
+*  2009 February 19 G. Petit       Update routine iau_DAT for 2009.0 leap
+*                                  second
+*  2009 August   06 B.E. Stetzler  Initial standardization of code 
+*  2009 August   07 B.E. Stetzler  Updated MASS_RATIO_SUN, 
+*                                  MASS_RATIO_MOON and RE to CBEs and
+*                                  provided a test case
+*  2009 August  07  B.E. Stetzler  Capitalized all variables for Fortran
+*                                  77 compatibility
+*  2009 September 01 B.E. Stetzler Removed 'iau_' from redistributed SOFA
+*                                  subroutines
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      
+      INTEGER STATUT,YR,MONTH,DAY,I,J
+      DOUBLE PRECISION XSTA(3),XSUN(3),XMON(3),DXTIDE(3),XCORSTA(3),
+     .                 FHR,H20,L20,H3,L3,H2,L2,SCS,RSTA,SCM,RSUN,RMON,
+     .                 SCSUN,SCMON,COSPHI,P2SUN,P2MON,P3SUN,P3MON,
+     .                 X2SUN,X2MON,X3SUN,X3MON,MASS_RATIO_SUN,
+     .                 MASS_RATIO_MOON,RE,FAC2SUN,FAC2MON,FAC3SUN,
+     .                 FAC3MON,JJM0,JJM1,DTT,T,PI,SINPHI,COSLA,SINLA,
+     .                 DR,DN
+      PARAMETER ( PI = 3.1415926535897932384626433D0 ) 
+*----------------------------------------------------------------------  
+* NOMINAL SECOND DEGREE AND THIRD DEGREE LOVE NUMBERS AND SHIDA NUMBERS  
+*----------------------------------------------------------------------  
+      DATA H20/0.6078D0/,L20/0.0847D0/,H3/0.292D0/,L3/0.015D0/
+*----------------------------------------------------------------------  
+* SCALAR PRODUCT OF STATION VECTOR WITH SUN/MOON VECTOR  
+*----------------------------------------------------------------------  
+      CALL SPROD(XSTA,XSUN,SCS,RSTA,RSUN)  
+      CALL SPROD(XSTA,XMON,SCM,RSTA,RMON)  
+      SCSUN=SCS/RSTA/RSUN  
+      SCMON=SCM/RSTA/RMON
+*----------------------------------------------------------------------   
+* COMPUTATION OF NEW H2 AND L2  
+*----------------------------------------------------------------------  
+      COSPHI=DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA
+      H2=H20-0.0006D0*(1D0-3D0/2D0*COSPHI**2)
+      L2=L20+0.0002D0*(1D0-3D0/2D0*COSPHI**2)  
+
+* P2 term  
+      P2SUN=3D0*(H2/2D0-L2)*SCSUN**2-H2/2D0  
+      P2MON=3D0*(H2/2D0-L2)*SCMON**2-H2/2D0  
+
+* P3 term  
+      P3SUN=5D0/2D0*(H3-3D0*L3)*SCSUN**3+3D0/2D0*(L3-H3)*SCSUN
+      P3MON=5D0/2D0*(H3-3D0*L3)*SCMON**3+3D0/2D0*(L3-H3)*SCMON
+
+*----------------------------------------------------------------------  
+* TERM IN DIRECTION OF SUN/MOON VECTOR  
+*----------------------------------------------------------------------  
+      X2SUN=3D0*L2*SCSUN  
+      X2MON=3D0*L2*SCMON  
+      X3SUN=3D0*L3/2D0*(5D0*SCSUN**2-1D0)  
+      X3MON=3D0*L3/2D0*(5D0*SCMON**2-1D0)
+*----------------------------------------------------------------------  
+* FACTORS FOR SUN/MOON USING IAU CURRENT BEST ESTIMATES (SEE REFERENCES) 
+*----------------------------------------------------------------------  
+      MASS_RATIO_SUN=332946.0482D0
+      MASS_RATIO_MOON=0.0123000371D0
+      RE=6378136.6D0
+      FAC2SUN=MASS_RATIO_SUN*RE*(RE/RSUN)**3
+      FAC2MON=MASS_RATIO_MOON*RE*(RE/RMON)**3
+      FAC3SUN=FAC2SUN*(RE/RSUN)
+      FAC3MON=FAC2MON*(RE/RMON)
+  
+* TOTAL DISPLACEMENT  
+      DO 10 I=1,3  
+      DXTIDE(I)=FAC2SUN*( X2SUN*XSUN(I)/RSUN + P2SUN*XSTA(I)/RSTA ) +
+     .          FAC2MON*( X2MON*XMON(I)/RMON + P2MON*XSTA(I)/RSTA ) +  
+     .          FAC3SUN*( X3SUN*XSUN(I)/RSUN + P3SUN*XSTA(I)/RSTA ) +   
+     .          FAC3MON*( X3MON*XMON(I)/RMON + P3MON*XSTA(I)/RSTA )  
+10    CONTINUE  
+
+      CALL ZERO_VEC8(XCORSTA)
+*+---------------------------------------------------------------------  
+* CORRECTIONS FOR THE OUT-OF-PHASE PART OF LOVE NUMBERS (PART H_2^(0)I  
+* AND L_2^(0)I )  
+*----------------------------------------------------------------------
+
+* FIRST, FOR THE DIURNAL BAND       
+
+      CALL ST1IDIU(XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+      DO 11 I=1,3
+      DXTIDE(I)=DXTIDE(I)+XCORSTA(I)  
+11    CONTINUE
+  
+* SECOND, FOR THE SEMI-DIURNAL BAND       
+ 
+      CALL ST1ISEM(XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+      DO 12 I=1,3
+      DXTIDE(I)=DXTIDE(I)+XCORSTA(I)
+12    CONTINUE  
+  
+*+---------------------------------------------------------------------
+* CORRECTIONS FOR THE LATITUDE DEPENDENCE OF LOVE NUMBERS (PART L^(1) )  
+*----------------------------------------------------------------------   
+      CALL ST1L1(XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+      DO 13 I=1,3  
+      DXTIDE(I)=DXTIDE(I)+XCORSTA(I)
+13    CONTINUE    
+  
+* CONSIDER CORRECTIONS FOR STEP 2  
+
+*+---------------------------------------------------------------------  
+* CORRECTIONS FOR THE DIURNAL BAND:  
+* 
+*  FIRST, WE NEED TO KNOW THE DATE CONVERTED IN JULIAN CENTURIES 
+*        
+*   1) CALL THE SUBROUTINE COMPUTING THE JULIAN DATE 
+*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+      CALL CAL2JD ( YR, MONTH, DAY, JJM0, JJM1, STATUT )
+      T=((JJM0-2451545.0D0)+JJM1+FHR/24.0D0)/36525D0
+*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+*   2) CALL THE SUBROUTINE COMPUTING THE CORRECTION OF UTC TIME  
+*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+      CALL DAT ( YR, MONTH, DAY, FHR, DTT, STATUT )
+*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+      DTT = DTT + 32.184D0
+*     CONVERSION OF T IN TT TIME
+      T=T+DTT/(3600.0D0*24.0D0*36525D0)
+  
+*  SECOND, WE CAN CALL THE SUBROUTINE STEP2DIU, FOR THE DIURNAL BAND
+*  CORRECTIONS, (in-phase and out-of-phase frequency dependence):
+  
+      CALL STEP2DIU(XSTA,FHR,T,XCORSTA)  
+      DO 14 I=1,3  
+      DXTIDE(I)=DXTIDE(I)+XCORSTA(I)
+14    CONTINUE  
+  
+*  CORRECTIONS FOR THE LONG-PERIOD BAND,
+*  (in-phase and out-of-phase frequency dependence):  
+
+      CALL STEP2LON(XSTA,T,XCORSTA)
+      DO 15 I=1,3  
+      DXTIDE(I)=DXTIDE(I)+XCORSTA(I)
+15    CONTINUE  
+    
+* CONSIDER CORRECTIONS FOR STEP 3  
+  
+*----------------------------------------------------------------------
+* UNCORRECT FOR THE PERMANENT TIDE  
+*  
+*      SINPHI=XSTA(3)/RSTA  
+*      COSPHI=DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA
+*      COSLA=XSTA(1)/COSPHI/RSTA  
+*      SINLA=XSTA(2)/COSPHI/RSTA  
+*      DR=-DSQRT(5D0/4D0/PI)*H2*0.31460D0*(3D0/2D0*SINPHI**2-0.5D0)
+*      DN=-DSQRT(5D0/4D0/PI)*L2*0.31460D0*3D0*COSPHI*SINPHI
+*      DXTIDE(1)=DXTIDE(1)-DR*COSLA*COSPHI+DN*COSLA*SINPHI
+*      DXTIDE(2)=DXTIDE(2)-DR*SINLA*COSPHI+DN*SINLA*SINPHI  
+*      DXTIDE(3)=DXTIDE(3)-DR*SINPHI      -DN*COSPHI
+*-----------------------------------------------------------------------
+      RETURN  
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END  
diff --git a/lib/iers/src/gmf.f b/lib/iers/src/gmf.f
new file mode 100644
index 0000000..da17823
--- /dev/null
+++ b/lib/iers/src/gmf.f
@@ -0,0 +1,384 @@
+      SUBROUTINE GMF (DMJD,DLAT,DLON,DHGT,ZD,GMFH,GMFW)
+*+
+*  - - - - - - - - -
+*   G M F 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines the Global Mapping Functions GMF (Boehm et al. 2006).
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     DLON           d      Longitude given in radians (East Longitude)
+*     DHGT           d      Height in meters (mean sea level)
+*     ZD             d      Zenith distance in radians
+*
+*  Returned:
+*     GMFH           d      Hydrostatic mapping function (Note 1)
+*     GMFW           d      Wet mapping function (Note 1)
+*
+*  Notes:
+*
+*  1) The mapping functions are dimensionless scale factors.
+*
+*  2) This is from a 9x9 Earth Gravitational Model (EGM).
+*
+*  Test case:
+*     given input: DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  DLON = -1.393397187D0 radians
+*                  DHGT = 844.715D0 meters
+*                  ZD   = 1.278564131D0 radians
+*
+*     expected output: GMFH = 3.425245519339138678D0
+*                      GMFW = 3.449589116182419257D0
+*                     
+*  References:
+*
+*     Boehm, J., Niell, A., Tregoning, P. and Schuh, H., (2006), 
+*     "Global Mapping Functions (GMF): A new empirical mapping
+*     function based on numerical weather model data",
+*     Geophy. Res. Lett., Vol. 33, L07304, doi:10.1029/2005GL025545.
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2005 August 30 J. Boehm    Original code
+*  2009 August 11 B.E. Stetzler Added header and copyright
+*  2009 August 12 B.E. Stetzler More modifications and defined twopi
+*  2009 August 12 B.E. Stetzler Provided test case
+*  2009 August 12 B.E. Stetzler Capitalized all variables for FORTRAN 77
+*                              compatibility and corrected test case
+*                              latitude and longitude coordinates
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      DOUBLE PRECISION DMJD, DLAT, DLON, DHGT, ZD, GMFH, GMFW
+
+      DOUBLE PRECISION DFAC(20),P(10,10),AP(55),BP(55),
+     .          AH_MEAN(55),BH_MEAN(55),AH_AMP(55),BH_AMP(55),
+     .          AW_MEAN(55),BW_MEAN(55),AW_AMP(55),BW_AMP(55)
+
+      INTEGER I, J, K, M, N, IR   
+
+      DOUBLE PRECISION TWOPI, DOY, T, SUM1, BH, C0H, PHH, C11H, C10H,
+     .                 CH, AHM, AHA, AH, SINE, BETA, GAMMA, TOPCON,
+     .                 A_HT, B_HT, C_HT, HS_KM, HT_CORR_COEF, HT_CORR,
+     .                 BW, CW, AWM, AWA, AW, PI
+
+      PARAMETER ( PI = 3.1415926535897932384626433D0 )
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+*+---------------------------------------------------------------------
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent
+*----------------------------------------------------------------------
+      DOY = DMJD  - 44239D0 + 1 - 28
+
+      DATA (AH_MEAN(I),I=1,55)/
+     .+1.2517D+02, +8.503D-01, +6.936D-02, -6.760D+00, +1.771D-01,
+     . +1.130D-02, +5.963D-01, +1.808D-02, +2.801D-03, -1.414D-03,
+     . -1.212D+00, +9.300D-02, +3.683D-03, +1.095D-03, +4.671D-05,
+     . +3.959D-01, -3.867D-02, +5.413D-03, -5.289D-04, +3.229D-04,
+     . +2.067D-05, +3.000D-01, +2.031D-02, +5.900D-03, +4.573D-04,
+     . -7.619D-05, +2.327D-06, +3.845D-06, +1.182D-01, +1.158D-02,
+     . +5.445D-03, +6.219D-05, +4.204D-06, -2.093D-06, +1.540D-07,
+     . -4.280D-08, -4.751D-01, -3.490D-02, +1.758D-03, +4.019D-04,
+     . -2.799D-06, -1.287D-06, +5.468D-07, +7.580D-08, -6.300D-09,
+     . -1.160D-01, +8.301D-03, +8.771D-04, +9.955D-05, -1.718D-06,
+     . -2.012D-06, +1.170D-08, +1.790D-08, -1.300D-09, +1.000D-10/
+
+      DATA (BH_MEAN(I),I=1,55)/
+     . +0.000D+00, +0.000D+00, +3.249D-02, +0.000D+00, +3.324D-02,
+     . +1.850D-02, +0.000D+00, -1.115D-01, +2.519D-02, +4.923D-03,
+     . +0.000D+00, +2.737D-02, +1.595D-02, -7.332D-04, +1.933D-04,
+     . +0.000D+00, -4.796D-02, +6.381D-03, -1.599D-04, -3.685D-04,
+     . +1.815D-05, +0.000D+00, +7.033D-02, +2.426D-03, -1.111D-03,
+     . -1.357D-04, -7.828D-06, +2.547D-06, +0.000D+00, +5.779D-03,
+     . +3.133D-03, -5.312D-04, -2.028D-05, +2.323D-07, -9.100D-08,
+     . -1.650D-08, +0.000D+00, +3.688D-02, -8.638D-04, -8.514D-05,
+     . -2.828D-05, +5.403D-07, +4.390D-07, +1.350D-08, +1.800D-09,
+     . +0.000D+00, -2.736D-02, -2.977D-04, +8.113D-05, +2.329D-07,
+     . +8.451D-07, +4.490D-08, -8.100D-09, -1.500D-09, +2.000D-10/
+       
+      DATA (AH_AMP(I),I=1,55)/
+     . -2.738D-01, -2.837D+00, +1.298D-02, -3.588D-01, +2.413D-02,
+     . +3.427D-02, -7.624D-01, +7.272D-02, +2.160D-02, -3.385D-03,
+     . +4.424D-01, +3.722D-02, +2.195D-02, -1.503D-03, +2.426D-04,
+     . +3.013D-01, +5.762D-02, +1.019D-02, -4.476D-04, +6.790D-05,
+     . +3.227D-05, +3.123D-01, -3.535D-02, +4.840D-03, +3.025D-06,
+     . -4.363D-05, +2.854D-07, -1.286D-06, -6.725D-01, -3.730D-02,
+     . +8.964D-04, +1.399D-04, -3.990D-06, +7.431D-06, -2.796D-07,
+     . -1.601D-07, +4.068D-02, -1.352D-02, +7.282D-04, +9.594D-05,
+     . +2.070D-06, -9.620D-08, -2.742D-07, -6.370D-08, -6.300D-09,
+     . +8.625D-02, -5.971D-03, +4.705D-04, +2.335D-05, +4.226D-06,
+     . +2.475D-07, -8.850D-08, -3.600D-08, -2.900D-09, +0.000D+00/
+       
+      DATA (BH_AMP(I),I=1,55)/
+     . +0.000D+00, +0.000D+00, -1.136D-01, +0.000D+00, -1.868D-01,
+     . -1.399D-02, +0.000D+00, -1.043D-01, +1.175D-02, -2.240D-03,
+     . +0.000D+00, -3.222D-02, +1.333D-02, -2.647D-03, -2.316D-05,
+     . +0.000D+00, +5.339D-02, +1.107D-02, -3.116D-03, -1.079D-04,
+     . -1.299D-05, +0.000D+00, +4.861D-03, +8.891D-03, -6.448D-04,
+     . -1.279D-05, +6.358D-06, -1.417D-07, +0.000D+00, +3.041D-02,
+     . +1.150D-03, -8.743D-04, -2.781D-05, +6.367D-07, -1.140D-08,
+     . -4.200D-08, +0.000D+00, -2.982D-02, -3.000D-03, +1.394D-05,
+     . -3.290D-05, -1.705D-07, +7.440D-08, +2.720D-08, -6.600D-09,
+     . +0.000D+00, +1.236D-02, -9.981D-04, -3.792D-05, -1.355D-05,
+     . +1.162D-06, -1.789D-07, +1.470D-08, -2.400D-09, -4.000D-10/
+       
+      DATA (AW_MEAN(I),I=1,55)/
+     . +5.640D+01, +1.555D+00, -1.011D+00, -3.975D+00, +3.171D-02,
+     . +1.065D-01, +6.175D-01, +1.376D-01, +4.229D-02, +3.028D-03,
+     . +1.688D+00, -1.692D-01, +5.478D-02, +2.473D-02, +6.059D-04,
+     . +2.278D+00, +6.614D-03, -3.505D-04, -6.697D-03, +8.402D-04,
+     . +7.033D-04, -3.236D+00, +2.184D-01, -4.611D-02, -1.613D-02,
+     . -1.604D-03, +5.420D-05, +7.922D-05, -2.711D-01, -4.406D-01,
+     . -3.376D-02, -2.801D-03, -4.090D-04, -2.056D-05, +6.894D-06,
+     . +2.317D-06, +1.941D+00, -2.562D-01, +1.598D-02, +5.449D-03,
+     . +3.544D-04, +1.148D-05, +7.503D-06, -5.667D-07, -3.660D-08,
+     . +8.683D-01, -5.931D-02, -1.864D-03, -1.277D-04, +2.029D-04,
+     . +1.269D-05, +1.629D-06, +9.660D-08, -1.015D-07, -5.000D-10/
+       
+      DATA (BW_MEAN(I),I=1,55)/
+     . +0.000D+00, +0.000D+00, +2.592D-01, +0.000D+00, +2.974D-02,
+     . -5.471D-01, +0.000D+00, -5.926D-01, -1.030D-01, -1.567D-02,
+     . +0.000D+00, +1.710D-01, +9.025D-02, +2.689D-02, +2.243D-03,
+     . +0.000D+00, +3.439D-01, +2.402D-02, +5.410D-03, +1.601D-03,
+     . +9.669D-05, +0.000D+00, +9.502D-02, -3.063D-02, -1.055D-03,
+     . -1.067D-04, -1.130D-04, +2.124D-05, +0.000D+00, -3.129D-01,
+     . +8.463D-03, +2.253D-04, +7.413D-05, -9.376D-05, -1.606D-06,
+     . +2.060D-06, +0.000D+00, +2.739D-01, +1.167D-03, -2.246D-05,
+     . -1.287D-04, -2.438D-05, -7.561D-07, +1.158D-06, +4.950D-08,
+     . +0.000D+00, -1.344D-01, +5.342D-03, +3.775D-04, -6.756D-05,
+     . -1.686D-06, -1.184D-06, +2.768D-07, +2.730D-08, +5.700D-09/
+       
+      DATA (AW_AMP(I),I=1,55)/
+     . +1.023D-01, -2.695D+00, +3.417D-01, -1.405D-01, +3.175D-01,
+     . +2.116D-01, +3.536D+00, -1.505D-01, -1.660D-02, +2.967D-02,
+     . +3.819D-01, -1.695D-01, -7.444D-02, +7.409D-03, -6.262D-03,
+     . -1.836D+00, -1.759D-02, -6.256D-02, -2.371D-03, +7.947D-04,
+     . +1.501D-04, -8.603D-01, -1.360D-01, -3.629D-02, -3.706D-03,
+     . -2.976D-04, +1.857D-05, +3.021D-05, +2.248D+00, -1.178D-01,
+     . +1.255D-02, +1.134D-03, -2.161D-04, -5.817D-06, +8.836D-07,
+     . -1.769D-07, +7.313D-01, -1.188D-01, +1.145D-02, +1.011D-03,
+     . +1.083D-04, +2.570D-06, -2.140D-06, -5.710D-08, +2.000D-08,
+     . -1.632D+00, -6.948D-03, -3.893D-03, +8.592D-04, +7.577D-05,
+     . +4.539D-06, -3.852D-07, -2.213D-07, -1.370D-08, +5.800D-09/
+       
+      DATA (BW_AMP(I),I=1,55)/
+     . +0.000D+00, +0.000D+00, -8.865D-02, +0.000D+00, -4.309D-01,
+     . +6.340D-02, +0.000D+00, +1.162D-01, +6.176D-02, -4.234D-03,
+     . +0.000D+00, +2.530D-01, +4.017D-02, -6.204D-03, +4.977D-03,
+     . +0.000D+00, -1.737D-01, -5.638D-03, +1.488D-04, +4.857D-04,
+     . -1.809D-04, +0.000D+00, -1.514D-01, -1.685D-02, +5.333D-03,
+     . -7.611D-05, +2.394D-05, +8.195D-06, +0.000D+00, +9.326D-02,
+     . -1.275D-02, -3.071D-04, +5.374D-05, -3.391D-05, -7.436D-06,
+     . +6.747D-07, +0.000D+00, -8.637D-02, -3.807D-03, -6.833D-04,
+     . -3.861D-05, -2.268D-05, +1.454D-06, +3.860D-07, -1.068D-07,
+     . +0.000D+00, -2.658D-02, -1.947D-03, +7.131D-04, -3.506D-05,
+     . +1.885D-07, +5.792D-07, +3.990D-08, +2.000D-08, -5.700D-09/
+
+*     Define a parameter t
+      T = DSIN(DLAT)
+
+*     Define degree n and order m EGM
+      N = 9
+      M = 9
+
+*     Determine n!  (factorial)  moved by 1
+      DFAC(1) = 1
+      DO I = 1,(2*N + 1)
+        DFAC(I+1) = DFAC(I)*I
+      END DO
+
+*     Determine Legendre functions (Heiskanen and Moritz,
+*     Physical Geodesy, 1967, eq. 1-62)
+      DO I = 0,N
+        DO J = 0,MIN(I,M)
+          IR = INT((I - J)/2)
+          SUM1 = 0
+          DO K = 0,IR
+            SUM1 = SUM1 + (-1)**K*DFAC(2*I - 2*K + 1)/DFAC(K + 1)/
+     .       DFAC(I - K + 1)/DFAC(I - J - 2*K + 1)*T**(I - J - 2*K)
+          END DO
+*         Legendre functions moved by 1
+          P(I + 1,J + 1) = 1.D0/2**I*DSQRT((1 - T**2)**(J))*SUM1
+        END DO
+      END DO
+
+*     Calculate spherical harmonics
+      I = 0
+      DO N = 0,9
+        DO M = 0,N
+          I = I + 1
+          AP(I) = P(N+1,M+1)*DCOS(M*DLON)
+          BP(I) = P(N+1,M+1)*DSIN(M*DLON)
+        END DO
+      END DO
+
+*     Compute hydrostatic mapping function
+      BH = 0.0029D0
+      C0H = 0.062D0
+      IF (DLAT.LT.0D0) THEN ! SOUTHERN HEMISPHERE
+        PHH  = PI
+        C11H = 0.007D0
+        C10H = 0.002D0
+      ELSE                  ! NORTHERN HEMISPHERE
+        PHH  = 0D0
+        C11H = 0.005D0
+        C10H = 0.001D0
+      END IF
+      CH = C0H + ((DCOS(DOY/365.25D0*TWOPI + PHH)+1D0)*C11H/2D0 + C10H)*
+     .           (1D0-DCOS(DLAT))
+
+      AHM = 0D0
+      AHA = 0D0
+      DO I = 1,55
+        AHM = AHM + (AH_MEAN(I)*AP(I) + BH_MEAN(I)*BP(I))*1D-5
+        AHA = AHA + (AH_AMP(I) *AP(I) + BH_AMP(I) *BP(I))*1D-5
+      END DO
+      AH  = AHM + AHA*DCOS(DOY/365.25D0*TWOPI)
+
+      SINE   = DSIN(PI/2D0 - ZD)
+      BETA   = BH/( SINE + CH  )
+      GAMMA  = AH/( SINE + BETA)
+      TOPCON = (1D0 + AH/(1D0 + BH/(1D0 + CH)))
+      GMFH   = TOPCON/(SINE+GAMMA)
+
+*     Height correction for hydrostatic mapping function from Niell (1996)
+      A_HT = 2.53D-5
+      B_HT = 5.49D-3
+      C_HT = 1.14D-3
+      HS_KM  = DHGT/1000D0
+
+      BETA   = B_HT/( SINE + C_HT )
+      GAMMA  = A_HT/( SINE + BETA)
+      TOPCON = (1D0 + A_HT/(1D0 + B_HT/(1D0 + C_HT)))
+      HT_CORR_COEF = 1D0/SINE - TOPCON/(SINE + GAMMA)
+      HT_CORR      = HT_CORR_COEF * HS_KM
+      GMFH         = GMFH + HT_CORR
+
+*     Compute wet mapping function
+      BW = 0.00146D0
+      CW = 0.04391D0
+
+      AWM = 0D0
+      AWA = 0D0
+      DO I = 1,55
+        AWM = AWM + (AW_MEAN(I)*AP(I) + BW_MEAN(I)*BP(I))*1D-5
+        AWA = AWA + (AW_AMP(I) *AP(I) + BW_AMP(I) *BP(I))*1D-5
+      END DO
+      AW =  AWM + AWA*DCOS(DOY/365.25D0*TWOPI)
+
+      BETA   = BW/( SINE + CW )
+      GAMMA  = AW/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      GMFW   = TOPCON/(SINE+GAMMA)
+      
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/gpt.f b/lib/iers/src/gpt.f
new file mode 100644
index 0000000..8e8252d
--- /dev/null
+++ b/lib/iers/src/gpt.f
@@ -0,0 +1,387 @@
+      SUBROUTINE GPT (DMJD,DLAT,DLON,DHGT,PRES,TEMP,UNDU)
+*+
+*  - - - - - - - - -
+*   G P T 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines Global Pressure and Temperature (Boehm et al. 2007)
+*  based on Spherical Harmonics up to degree and order 9.
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     DLON           d      Longitude given in radians (East Longitude)
+*     DHGT           d      Ellipsoidal height in meters
+*
+*  Returned:
+*     PRES           d      Pressure given in hPa
+*     TEMP           d      Temperature in degrees Celsius
+*     UNDU           d      Geoid undulation in meters (Note 1)
+*
+*  Notes:
+*
+*  1) This is from a 9x9 Earth Gravitational Model (EGM).
+*
+*  Test case:
+*     given input: DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  DLON = -1.393397187D0 radians
+*                  DHGT = 812.546 meters
+*     expected output: PRES = 919.1930225603726967D0 hPa 
+*                      TEMP = 28.94460920276309679D0 degrees Celsius
+*                      UNDU = -42.78796423912972813D0 meters
+*
+*  References:
+*
+*     Boehm, J., Heinkelmann, R. and Schuh, H., 2007, "Short Note: A 
+*     Global model of pressure and temperature for geodetic applications",
+*     Journal of Geodesy, 81(10), pp. 679-683.
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2006 June 12 J. Boehm    Original code
+*  2006 June 16 J. Boehm    Accounted for geoid undulation
+*  2006 August 14 O. Montenbruck Recursions for Legendre polynomials
+*  2009 February 13 B.E. Stetzler Added header and copyright
+*  2009 March 30 B.E. Stetzler More modifications and defined twopi
+*  2009 March 31 B.E. Stetzler Provided test case
+*  2009 July  29 B.E. Stetzler Capitalized all variables for FORTRAN 77
+*                              compatibility and corrected test case
+*                              latitude and longitude coordinates
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      DOUBLE PRECISION DMJD,DLAT,DLON,DHGT,PRES,TEMP,UNDU
+
+      DOUBLE PRECISION V(10,10),W(10,10),
+     . AP_MEAN(55),BP_MEAN(55),AP_AMP(55),BP_AMP(55),
+     . AT_MEAN(55),BT_MEAN(55),AT_AMP(55),BT_AMP(55),
+     . A_GEOID(55),B_GEOID(55)
+
+      INTEGER*4 I,N,M,NMAX,MMAX
+      DOUBLE PRECISION TWOPI,DOY,TEMP0,PRES0,
+     . APM,APA,ATM,ATA,HORT,X,Y,Z
+
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+      DATA (A_GEOID(I),I=1,55)/ 
+     .-5.6195D-001,-6.0794D-002,-2.0125D-001,-6.4180D-002,-3.6997D-002,
+     .+1.0098D+001,+1.6436D+001,+1.4065D+001,+1.9881D+000,+6.4414D-001,
+     .-4.7482D+000,-3.2290D+000,+5.0652D-001,+3.8279D-001,-2.6646D-002,
+     .+1.7224D+000,-2.7970D-001,+6.8177D-001,-9.6658D-002,-1.5113D-002,
+     .+2.9206D-003,-3.4621D+000,-3.8198D-001,+3.2306D-002,+6.9915D-003,
+     .-2.3068D-003,-1.3548D-003,+4.7324D-006,+2.3527D+000,+1.2985D+000,
+     .+2.1232D-001,+2.2571D-002,-3.7855D-003,+2.9449D-005,-1.6265D-004,
+     .+1.1711D-007,+1.6732D+000,+1.9858D-001,+2.3975D-002,-9.0013D-004,
+     .-2.2475D-003,-3.3095D-005,-1.2040D-005,+2.2010D-006,-1.0083D-006,
+     .+8.6297D-001,+5.8231D-001,+2.0545D-002,-7.8110D-003,-1.4085D-004,
+     .-8.8459D-006,+5.7256D-006,-1.5068D-006,+4.0095D-007,-2.4185D-008/ 
+
+      DATA (B_GEOID(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-6.5993D-002,+0.0000D+000,+6.5364D-002,
+     .-5.8320D+000,+0.0000D+000,+1.6961D+000,-1.3557D+000,+1.2694D+000,
+     .+0.0000D+000,-2.9310D+000,+9.4805D-001,-7.6243D-002,+4.1076D-002,
+     .+0.0000D+000,-5.1808D-001,-3.4583D-001,-4.3632D-002,+2.2101D-003,
+     .-1.0663D-002,+0.0000D+000,+1.0927D-001,-2.9463D-001,+1.4371D-003,
+     .-1.1452D-002,-2.8156D-003,-3.5330D-004,+0.0000D+000,+4.4049D-001,
+     .+5.5653D-002,-2.0396D-002,-1.7312D-003,+3.5805D-005,+7.2682D-005,
+     .+2.2535D-006,+0.0000D+000,+1.9502D-002,+2.7919D-002,-8.1812D-003,
+     .+4.4540D-004,+8.8663D-005,+5.5596D-005,+2.4826D-006,+1.0279D-006,
+     .+0.0000D+000,+6.0529D-002,-3.5824D-002,-5.1367D-003,+3.0119D-005,
+     .-2.9911D-005,+1.9844D-005,-1.2349D-006,-7.6756D-009,+5.0100D-008/ 
+
+      DATA (AP_MEAN(I),I=1,55)/ 
+     .+1.0108D+003,+8.4886D+000,+1.4799D+000,-1.3897D+001,+3.7516D-003,
+     .-1.4936D-001,+1.2232D+001,-7.6615D-001,-6.7699D-002,+8.1002D-003,
+     .-1.5874D+001,+3.6614D-001,-6.7807D-002,-3.6309D-003,+5.9966D-004,
+     .+4.8163D+000,-3.7363D-001,-7.2071D-002,+1.9998D-003,-6.2385D-004,
+     .-3.7916D-004,+4.7609D+000,-3.9534D-001,+8.6667D-003,+1.1569D-002,
+     .+1.1441D-003,-1.4193D-004,-8.5723D-005,+6.5008D-001,-5.0889D-001,
+     .-1.5754D-002,-2.8305D-003,+5.7458D-004,+3.2577D-005,-9.6052D-006,
+     .-2.7974D-006,+1.3530D+000,-2.7271D-001,-3.0276D-004,+3.6286D-003,
+     .-2.0398D-004,+1.5846D-005,-7.7787D-006,+1.1210D-006,+9.9020D-008,
+     .+5.5046D-001,-2.7312D-001,+3.2532D-003,-2.4277D-003,+1.1596D-004,
+     .+2.6421D-007,-1.3263D-006,+2.7322D-007,+1.4058D-007,+4.9414D-009/ 
+
+      DATA (BP_MEAN(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-1.2878D+000,+0.0000D+000,+7.0444D-001,
+     .+3.3222D-001,+0.0000D+000,-2.9636D-001,+7.2248D-003,+7.9655D-003,
+     .+0.0000D+000,+1.0854D+000,+1.1145D-002,-3.6513D-002,+3.1527D-003,
+     .+0.0000D+000,-4.8434D-001,+5.2023D-002,-1.3091D-002,+1.8515D-003,
+     .+1.5422D-004,+0.0000D+000,+6.8298D-001,+2.5261D-003,-9.9703D-004,
+     .-1.0829D-003,+1.7688D-004,-3.1418D-005,+0.0000D+000,-3.7018D-001,
+     .+4.3234D-002,+7.2559D-003,+3.1516D-004,+2.0024D-005,-8.0581D-006,
+     .-2.3653D-006,+0.0000D+000,+1.0298D-001,-1.5086D-002,+5.6186D-003,
+     .+3.2613D-005,+4.0567D-005,-1.3925D-006,-3.6219D-007,-2.0176D-008,
+     .+0.0000D+000,-1.8364D-001,+1.8508D-002,+7.5016D-004,-9.6139D-005,
+     .-3.1995D-006,+1.3868D-007,-1.9486D-007,+3.0165D-010,-6.4376D-010/ 
+
+      DATA (AP_AMP(I),I=1,55)/ 
+     .-1.0444D-001,+1.6618D-001,-6.3974D-002,+1.0922D+000,+5.7472D-001,
+     .-3.0277D-001,-3.5087D+000,+7.1264D-003,-1.4030D-001,+3.7050D-002,
+     .+4.0208D-001,-3.0431D-001,-1.3292D-001,+4.6746D-003,-1.5902D-004,
+     .+2.8624D+000,-3.9315D-001,-6.4371D-002,+1.6444D-002,-2.3403D-003,
+     .+4.2127D-005,+1.9945D+000,-6.0907D-001,-3.5386D-002,-1.0910D-003,
+     .-1.2799D-004,+4.0970D-005,+2.2131D-005,-5.3292D-001,-2.9765D-001,
+     .-3.2877D-002,+1.7691D-003,+5.9692D-005,+3.1725D-005,+2.0741D-005,
+     .-3.7622D-007,+2.6372D+000,-3.1165D-001,+1.6439D-002,+2.1633D-004,
+     .+1.7485D-004,+2.1587D-005,+6.1064D-006,-1.3755D-008,-7.8748D-008,
+     .-5.9152D-001,-1.7676D-001,+8.1807D-003,+1.0445D-003,+2.3432D-004,
+     .+9.3421D-006,+2.8104D-006,-1.5788D-007,-3.0648D-008,+2.6421D-010/ 
+
+      DATA (BP_AMP(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,+9.3340D-001,+0.0000D+000,+8.2346D-001,
+     .+2.2082D-001,+0.0000D+000,+9.6177D-001,-1.5650D-002,+1.2708D-003,
+     .+0.0000D+000,-3.9913D-001,+2.8020D-002,+2.8334D-002,+8.5980D-004,
+     .+0.0000D+000,+3.0545D-001,-2.1691D-002,+6.4067D-004,-3.6528D-005,
+     .-1.1166D-004,+0.0000D+000,-7.6974D-002,-1.8986D-002,+5.6896D-003,
+     .-2.4159D-004,-2.3033D-004,-9.6783D-006,+0.0000D+000,-1.0218D-001,
+     .-1.3916D-002,-4.1025D-003,-5.1340D-005,-7.0114D-005,-3.3152D-007,
+     .+1.6901D-006,+0.0000D+000,-1.2422D-002,+2.5072D-003,+1.1205D-003,
+     .-1.3034D-004,-2.3971D-005,-2.6622D-006,+5.7852D-007,+4.5847D-008,
+     .+0.0000D+000,+4.4777D-002,-3.0421D-003,+2.6062D-005,-7.2421D-005,
+     .+1.9119D-006,+3.9236D-007,+2.2390D-007,+2.9765D-009,-4.6452D-009/ 
+
+      DATA (AT_MEAN(I),I=1,55)/ 
+     .+1.6257D+001,+2.1224D+000,+9.2569D-001,-2.5974D+001,+1.4510D+000,
+     .+9.2468D-002,-5.3192D-001,+2.1094D-001,-6.9210D-002,-3.4060D-002,
+     .-4.6569D+000,+2.6385D-001,-3.6093D-002,+1.0198D-002,-1.8783D-003,
+     .+7.4983D-001,+1.1741D-001,+3.9940D-002,+5.1348D-003,+5.9111D-003,
+     .+8.6133D-006,+6.3057D-001,+1.5203D-001,+3.9702D-002,+4.6334D-003,
+     .+2.4406D-004,+1.5189D-004,+1.9581D-007,+5.4414D-001,+3.5722D-001,
+     .+5.2763D-002,+4.1147D-003,-2.7239D-004,-5.9957D-005,+1.6394D-006,
+     .-7.3045D-007,-2.9394D+000,+5.5579D-002,+1.8852D-002,+3.4272D-003,
+     .-2.3193D-005,-2.9349D-005,+3.6397D-007,+2.0490D-006,-6.4719D-008,
+     .-5.2225D-001,+2.0799D-001,+1.3477D-003,+3.1613D-004,-2.2285D-004,
+     .-1.8137D-005,-1.5177D-007,+6.1343D-007,+7.8566D-008,+1.0749D-009/ 
+
+      DATA (BT_MEAN(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,+1.0210D+000,+0.0000D+000,+6.0194D-001,
+     .+1.2292D-001,+0.0000D+000,-4.2184D-001,+1.8230D-001,+4.2329D-002,
+     .+0.0000D+000,+9.3312D-002,+9.5346D-002,-1.9724D-003,+5.8776D-003,
+     .+0.0000D+000,-2.0940D-001,+3.4199D-002,-5.7672D-003,-2.1590D-003,
+     .+5.6815D-004,+0.0000D+000,+2.2858D-001,+1.2283D-002,-9.3679D-003,
+     .-1.4233D-003,-1.5962D-004,+4.0160D-005,+0.0000D+000,+3.6353D-002,
+     .-9.4263D-004,-3.6762D-003,+5.8608D-005,-2.6391D-005,+3.2095D-006,
+     .-1.1605D-006,+0.0000D+000,+1.6306D-001,+1.3293D-002,-1.1395D-003,
+     .+5.1097D-005,+3.3977D-005,+7.6449D-006,-1.7602D-007,-7.6558D-008,
+     .+0.0000D+000,-4.5415D-002,-1.8027D-002,+3.6561D-004,-1.1274D-004,
+     .+1.3047D-005,+2.0001D-006,-1.5152D-007,-2.7807D-008,+7.7491D-009/ 
+
+      DATA (AT_AMP(I),I=1,55)/ 
+     .-1.8654D+000,-9.0041D+000,-1.2974D-001,-3.6053D+000,+2.0284D-002,
+     .+2.1872D-001,-1.3015D+000,+4.0355D-001,+2.2216D-001,-4.0605D-003,
+     .+1.9623D+000,+4.2887D-001,+2.1437D-001,-1.0061D-002,-1.1368D-003,
+     .-6.9235D-002,+5.6758D-001,+1.1917D-001,-7.0765D-003,+3.0017D-004,
+     .+3.0601D-004,+1.6559D+000,+2.0722D-001,+6.0013D-002,+1.7023D-004,
+     .-9.2424D-004,+1.1269D-005,-6.9911D-006,-2.0886D+000,-6.7879D-002,
+     .-8.5922D-004,-1.6087D-003,-4.5549D-005,+3.3178D-005,-6.1715D-006,
+     .-1.4446D-006,-3.7210D-001,+1.5775D-001,-1.7827D-003,-4.4396D-004,
+     .+2.2844D-004,-1.1215D-005,-2.1120D-006,-9.6421D-007,-1.4170D-008,
+     .+7.8720D-001,-4.4238D-002,-1.5120D-003,-9.4119D-004,+4.0645D-006,
+     .-4.9253D-006,-1.8656D-006,-4.0736D-007,-4.9594D-008,+1.6134D-009/ 
+
+      DATA (BT_AMP(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-8.9895D-001,+0.0000D+000,-1.0790D+000,
+     .-1.2699D-001,+0.0000D+000,-5.9033D-001,+3.4865D-002,-3.2614D-002,
+     .+0.0000D+000,-2.4310D-002,+1.5607D-002,-2.9833D-002,-5.9048D-003,
+     .+0.0000D+000,+2.8383D-001,+4.0509D-002,-1.8834D-002,-1.2654D-003,
+     .-1.3794D-004,+0.0000D+000,+1.3306D-001,+3.4960D-002,-3.6799D-003,
+     .-3.5626D-004,+1.4814D-004,+3.7932D-006,+0.0000D+000,+2.0801D-001,
+     .+6.5640D-003,-3.4893D-003,-2.7395D-004,+7.4296D-005,-7.9927D-006,
+     .-1.0277D-006,+0.0000D+000,+3.6515D-002,-7.4319D-003,-6.2873D-004,
+     .-8.2461D-005,+3.1095D-005,-5.3860D-007,-1.2055D-007,-1.1517D-007,
+     .+0.0000D+000,+3.1404D-002,+1.5580D-002,-1.1428D-003,+3.3529D-005,
+     .+1.0387D-005,-1.9378D-006,-2.7327D-007,+7.5833D-009,-9.2323D-009/ 
+
+
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent (See References)
+*     For constant values use: doy = 91.3125
+      DOY = DMJD  - 44239D0 + 1 - 28
+
+*     Define degree n and order m EGM
+      NMAX = 9
+      MMAX = 9
+
+*     Define unit vector
+      X = DCOS(DLAT)*DCOS(DLON)
+      Y = DCOS(DLAT)*DSIN(DLON)
+      Z = DSIN(DLAT)
+  
+*     Legendre polynomials
+      V(1,1) = 1.0D0
+      W(1,1) = 0.0D0
+      V(2,1) = Z * V(1,1)
+      W(2,1) = 0.0
+
+      DO N=2,NMAX
+        V(N+1,1) = ((2*N-1) * Z * V(N,1) - (N-1) * V(N-1,1)) / N
+        W(N+1,1) = 0.0D0
+      ENDDO
+
+      DO M=1,NMAX
+        V(M+1,M+1) = (2*M-1) * (X*V(M,M) - Y*W(M,M))
+        W(M+1,M+1) = (2*M-1) * (X*W(M,M) + Y*V(M,M))
+        IF (M < NMAX) THEN
+          V(M+2,M+1) = (2*M+1) * Z * V(M+1,M+1)
+          W(M+2,M+1) = (2*M+1) * Z * W(M+1,M+1)
+        ENDIF
+        DO N=M+2,NMAX
+          V(N+1,M+1) = ((2*N-1)*Z*V(N,M+1) - (N+M-1)*V(N-1,M+1)) / (N-M)
+          W(N+1,M+1) = ((2*N-1)*Z*W(N,M+1) - (N+M-1)*W(N-1,M+1)) / (N-M)
+        ENDDO
+      ENDDO
+
+*     Geoidal height
+      UNDU = 0.D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          UNDU = UNDU + (A_GEOID(I)*V(N+1,M+1) + B_GEOID(I)*W(N+1,M+1))
+        ENDDO
+      ENDDO
+
+*     orthometric height
+      HORT = DHGT - UNDU
+
+*     Surface pressure on the geoid
+      APM = 0.D0
+      APA = 0.D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          APM = APM + (AP_MEAN(I)*V(N+1,M+1) + BP_MEAN(I)*W(N+1,M+1))
+          APA = APA + (AP_AMP(I) *V(N+1,M+1) + BP_AMP(I) *W(N+1,M+1))
+        ENDDO
+      ENDDO
+      PRES0  = APM + APA*DCOS(DOY/365.25D0*TWOPI)
+
+*     height correction for pressure
+      PRES = PRES0*(1D0-0.0000226D0*HORT)**5.225D0
+
+*     Surface temperature on the geoid
+      ATM = 0D0
+      ATA = 0D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          ATM = ATM + (AT_MEAN(I)*V(N+1,M+1) + BT_MEAN(I)*W(N+1,M+1))
+          ATA = ATA + (AT_AMP(I) *V(N+1,M+1) + BT_AMP(I) *W(N+1,M+1))
+        ENDDO
+      ENDDO
+      TEMP0 =  ATM + ATA*DCOS(DOY/365.25D0*TWOPI)
+
+*     height correction for temperature
+      TEMP = TEMP0 - 0.0065D0*HORT
+
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/gpt.f.org b/lib/iers/src/gpt.f.org
new file mode 100644
index 0000000..8e4f220
--- /dev/null
+++ b/lib/iers/src/gpt.f.org
@@ -0,0 +1,387 @@
+      SUBROUTINE GPT (DMJD,DLAT,DLON,DHGT,PRES,TEMP,UNDU)
+*+
+*  - - - - - - - - -
+*   G P T 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines Global Pressure and Temperature (Boehm et al. 2007)
+*  based on Spherical Harmonics up to degree and order 9.
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     DLON           d      Longitude given in radians (East Longitude)
+*     DHGT           d      Ellipsoidal height in meters
+*
+*  Returned:
+*     PRES           d      Pressure given in hPa
+*     TEMP           d      Temperature in degrees Celsius
+*     UNDU           d      Geoid undulation in meters (Note 1)
+*
+*  Notes:
+*
+*  1) This is from a 9x9 Earth Gravitational Model (EGM).
+*
+*  Test case:
+*     given input: DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  DLON = -1.393397187D0 radians
+*                  DHGT = 812.546 meters
+*     expected output: PRES = 919.1930225603726967D0 hPa 
+*                      TEMP = 28.94460920276309679D0 degrees Celsius
+*                      UNDU = -42.78796423912972813D0 meters
+*
+*  References:
+*
+*     Boehm, J., Heinkelmann, R. and Schuh, H., 2007, "Short Note: A 
+*     Global model of pressure and temperature for geodetic applications",
+*     Journal of Geodesy, 81(10), pp. 679-683.
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2006 June 12 J. Boehm    Original code
+*  2006 June 16 J. Boehm    Accounted for geoid undulation
+*  2006 August 14 O. Montenbruck Recursions for Legendre polynomials
+*  2009 February 13 B.E. Stetzler Added header and copyright
+*  2009 March 30 B.E. Stetzler More modifications and defined twopi
+*  2009 March 31 B.E. Stetzler Provided test case
+*  2009 July  29 B.E. Stetzler Capitalized all variables for FORTRAN 77
+*                              compatibility and corrected test case
+*                              latitude and longitude coordinates
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      DOUBLE PRECISION DMJD,DLAT,DLON,DHGT,PRES,TEMP,UNDU
+
+      DOUBLE PRECISION V(10,10),W(10,10),
+     . AP_MEAN(55),BP_MEAN(55),AP_AMP(55),BP_AMP(55),
+     . AT_MEAN(55),BT_MEAN(55),AT_AMP(55),BT_AMP(55),
+     . A_GEOID(55),B_GEOID(55)
+
+      INTEGER*4 I,N,M,NMAX,MMAX
+      DOUBLE PRECISION TWOPI,DOY,TEMP0,PRES0,
+     . APM,APA,ATM,ATA,HORT,X,Y,Z
+
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+      DATA (A_GEOID(I),I=1,55)/ 
+     .-5.6195D-001,-6.0794D-002,-2.0125D-001,-6.4180D-002,-3.6997D-002,
+     .+1.0098D+001,+1.6436D+001,+1.4065D+001,+1.9881D+000,+6.4414D-001,
+     .-4.7482D+000,-3.2290D+000,+5.0652D-001,+3.8279D-001,-2.6646D-002,
+     .+1.7224D+000,-2.7970D-001,+6.8177D-001,-9.6658D-002,-1.5113D-002,
+     .+2.9206D-003,-3.4621D+000,-3.8198D-001,+3.2306D-002,+6.9915D-003,
+     .-2.3068D-003,-1.3548D-003,+4.7324D-006,+2.3527D+000,+1.2985D+000,
+     .+2.1232D-001,+2.2571D-002,-3.7855D-003,+2.9449D-005,-1.6265D-004,
+     .+1.1711D-007,+1.6732D+000,+1.9858D-001,+2.3975D-002,-9.0013D-004,
+     .-2.2475D-003,-3.3095D-005,-1.2040D-005,+2.2010D-006,-1.0083D-006,
+     .+8.6297D-001,+5.8231D-001,+2.0545D-002,-7.8110D-003,-1.4085D-004,
+     .-8.8459D-006,+5.7256D-006,-1.5068D-006,+4.0095D-007,-2.4185D-008/ 
+
+      DATA (B_GEOID(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-6.5993D-002,+0.0000D+000,+6.5364D-002,
+     .-5.8320D+000,+0.0000D+000,+1.6961D+000,-1.3557D+000,+1.2694D+000,
+     .+0.0000D+000,-2.9310D+000,+9.4805D-001,-7.6243D-002,+4.1076D-002,
+     .+0.0000D+000,-5.1808D-001,-3.4583D-001,-4.3632D-002,+2.2101D-003,
+     .-1.0663D-002,+0.0000D+000,+1.0927D-001,-2.9463D-001,+1.4371D-003,
+     .-1.1452D-002,-2.8156D-003,-3.5330D-004,+0.0000D+000,+4.4049D-001,
+     .+5.5653D-002,-2.0396D-002,-1.7312D-003,+3.5805D-005,+7.2682D-005,
+     .+2.2535D-006,+0.0000D+000,+1.9502D-002,+2.7919D-002,-8.1812D-003,
+     .+4.4540D-004,+8.8663D-005,+5.5596D-005,+2.4826D-006,+1.0279D-006,
+     .+0.0000D+000,+6.0529D-002,-3.5824D-002,-5.1367D-003,+3.0119D-005,
+     .-2.9911D-005,+1.9844D-005,-1.2349D-006,-7.6756D-009,+5.0100D-008/ 
+
+      DATA (AP_MEAN(I),I=1,55)/ 
+     .+1.0108D+003,+8.4886D+000,+1.4799D+000,-1.3897D+001,+3.7516D-003,
+     .-1.4936D-001,+1.2232D+001,-7.6615D-001,-6.7699D-002,+8.1002D-003,
+     .-1.5874D+001,+3.6614D-001,-6.7807D-002,-3.6309D-003,+5.9966D-004,
+     .+4.8163D+000,-3.7363D-001,-7.2071D-002,+1.9998D-003,-6.2385D-004,
+     .-3.7916D-004,+4.7609D+000,-3.9534D-001,+8.6667D-003,+1.1569D-002,
+     .+1.1441D-003,-1.4193D-004,-8.5723D-005,+6.5008D-001,-5.0889D-001,
+     .-1.5754D-002,-2.8305D-003,+5.7458D-004,+3.2577D-005,-9.6052D-006,
+     .-2.7974D-006,+1.3530D+000,-2.7271D-001,-3.0276D-004,+3.6286D-003,
+     .-2.0398D-004,+1.5846D-005,-7.7787D-006,+1.1210D-006,+9.9020D-008,
+     .+5.5046D-001,-2.7312D-001,+3.2532D-003,-2.4277D-003,+1.1596D-004,
+     .+2.6421D-007,-1.3263D-006,+2.7322D-007,+1.4058D-007,+4.9414D-009/ 
+
+      DATA (BP_MEAN(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-1.2878D+000,+0.0000D+000,+7.0444D-001,
+     .+3.3222D-001,+0.0000D+000,-2.9636D-001,+7.2248D-003,+7.9655D-003,
+     .+0.0000D+000,+1.0854D+000,+1.1145D-002,-3.6513D-002,+3.1527D-003,
+     .+0.0000D+000,-4.8434D-001,+5.2023D-002,-1.3091D-002,+1.8515D-003,
+     .+1.5422D-004,+0.0000D+000,+6.8298D-001,+2.5261D-003,-9.9703D-004,
+     .-1.0829D-003,+1.7688D-004,-3.1418D-005,+0.0000D+000,-3.7018D-001,
+     .+4.3234D-002,+7.2559D-003,+3.1516D-004,+2.0024D-005,-8.0581D-006,
+     .-2.3653D-006,+0.0000D+000,+1.0298D-001,-1.5086D-002,+5.6186D-003,
+     .+3.2613D-005,+4.0567D-005,-1.3925D-006,-3.6219D-007,-2.0176D-008,
+     .+0.0000D+000,-1.8364D-001,+1.8508D-002,+7.5016D-004,-9.6139D-005,
+     .-3.1995D-006,+1.3868D-007,-1.9486D-007,+3.0165D-010,-6.4376D-010/ 
+
+      DATA (AP_AMP(I),I=1,55)/ 
+     .-1.0444D-001,+1.6618D-001,-6.3974D-002,+1.0922D+000,+5.7472D-001,
+     .-3.0277D-001,-3.5087D+000,+7.1264D-003,-1.4030D-001,+3.7050D-002,
+     .+4.0208D-001,-3.0431D-001,-1.3292D-001,+4.6746D-003,-1.5902D-004,
+     .+2.8624D+000,-3.9315D-001,-6.4371D-002,+1.6444D-002,-2.3403D-003,
+     .+4.2127D-005,+1.9945D+000,-6.0907D-001,-3.5386D-002,-1.0910D-003,
+     .-1.2799D-004,+4.0970D-005,+2.2131D-005,-5.3292D-001,-2.9765D-001,
+     .-3.2877D-002,+1.7691D-003,+5.9692D-005,+3.1725D-005,+2.0741D-005,
+     .-3.7622D-007,+2.6372D+000,-3.1165D-001,+1.6439D-002,+2.1633D-004,
+     .+1.7485D-004,+2.1587D-005,+6.1064D-006,-1.3755D-008,-7.8748D-008,
+     .-5.9152D-001,-1.7676D-001,+8.1807D-003,+1.0445D-003,+2.3432D-004,
+     .+9.3421D-006,+2.8104D-006,-1.5788D-007,-3.0648D-008,+2.6421D-010/ 
+
+      DATA (BP_AMP(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,+9.3340D-001,+0.0000D+000,+8.2346D-001,
+     .+2.2082D-001,+0.0000D+000,+9.6177D-001,-1.5650D-002,+1.2708D-003,
+     .+0.0000D+000,-3.9913D-001,+2.8020D-002,+2.8334D-002,+8.5980D-004,
+     .+0.0000D+000,+3.0545D-001,-2.1691D-002,+6.4067D-004,-3.6528D-005,
+     .-1.1166D-004,+0.0000D+000,-7.6974D-002,-1.8986D-002,+5.6896D-003,
+     .-2.4159D-004,-2.3033D-004,-9.6783D-006,+0.0000D+000,-1.0218D-001,
+     .-1.3916D-002,-4.1025D-003,-5.1340D-005,-7.0114D-005,-3.3152D-007,
+     .+1.6901D-006,+0.0000D+000,-1.2422D-002,+2.5072D-003,+1.1205D-003,
+     .-1.3034D-004,-2.3971D-005,-2.6622D-006,+5.7852D-007,+4.5847D-008,
+     .+0.0000D+000,+4.4777D-002,-3.0421D-003,+2.6062D-005,-7.2421D-005,
+     .+1.9119D-006,+3.9236D-007,+2.2390D-007,+2.9765D-009,-4.6452D-009/ 
+
+      DATA (AT_MEAN(I),I=1,55)/ 
+     .+1.6257D+001,+2.1224D+000,+9.2569D-001,-2.5974D+001,+1.4510D+000,
+     .+9.2468D-002,-5.3192D-001,+2.1094D-001,-6.9210D-002,-3.4060D-002,
+     .-4.6569D+000,+2.6385D-001,-3.6093D-002,+1.0198D-002,-1.8783D-003,
+     .+7.4983D-001,+1.1741D-001,+3.9940D-002,+5.1348D-003,+5.9111D-003,
+     .+8.6133D-006,+6.3057D-001,+1.5203D-001,+3.9702D-002,+4.6334D-003,
+     .+2.4406D-004,+1.5189D-004,+1.9581D-007,+5.4414D-001,+3.5722D-001,
+     .+5.2763D-002,+4.1147D-003,-2.7239D-004,-5.9957D-005,+1.6394D-006,
+     .-7.3045D-007,-2.9394D+000,+5.5579D-002,+1.8852D-002,+3.4272D-003,
+     .-2.3193D-005,-2.9349D-005,+3.6397D-007,+2.0490D-006,-6.4719D-008,
+     .-5.2225D-001,+2.0799D-001,+1.3477D-003,+3.1613D-004,-2.2285D-004,
+     .-1.8137D-005,-1.5177D-007,+6.1343D-007,+7.8566D-008,+1.0749D-009/ 
+
+      DATA (BT_MEAN(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,+1.0210D+000,+0.0000D+000,+6.0194D-001,
+     .+1.2292D-001,+0.0000D+000,-4.2184D-001,+1.8230D-001,+4.2329D-002,
+     .+0.0000D+000,+9.3312D-002,+9.5346D-002,-1.9724D-003,+5.8776D-003,
+     .+0.0000D+000,-2.0940D-001,+3.4199D-002,-5.7672D-003,-2.1590D-003,
+     .+5.6815D-004,+0.0000D+000,+2.2858D-001,+1.2283D-002,-9.3679D-003,
+     .-1.4233D-003,-1.5962D-004,+4.0160D-005,+0.0000D+000,+3.6353D-002,
+     .-9.4263D-004,-3.6762D-003,+5.8608D-005,-2.6391D-005,+3.2095D-006,
+     .-1.1605D-006,+0.0000D+000,+1.6306D-001,+1.3293D-002,-1.1395D-003,
+     .+5.1097D-005,+3.3977D-005,+7.6449D-006,-1.7602D-007,-7.6558D-008,
+     .+0.0000D+000,-4.5415D-002,-1.8027D-002,+3.6561D-004,-1.1274D-004,
+     .+1.3047D-005,+2.0001D-006,-1.5152D-007,-2.7807D-008,+7.7491D-009/ 
+
+      DATA (AT_AMP(I),I=1,55)/ 
+     .-1.8654D+000,-9.0041D+000,-1.2974D-001,-3.6053D+000,+2.0284D-002,
+     .+2.1872D-001,-1.3015D+000,+4.0355D-001,+2.2216D-001,-4.0605D-003,
+     .+1.9623D+000,+4.2887D-001,+2.1437D-001,-1.0061D-002,-1.1368D-003,
+     .-6.9235D-002,+5.6758D-001,+1.1917D-001,-7.0765D-003,+3.0017D-004,
+     .+3.0601D-004,+1.6559D+000,+2.0722D-001,+6.0013D-002,+1.7023D-004,
+     .-9.2424D-004,+1.1269D-005,-6.9911D-006,-2.0886D+000,-6.7879D-002,
+     .-8.5922D-004,-1.6087D-003,-4.5549D-005,+3.3178D-005,-6.1715D-006,
+     .-1.4446D-006,-3.7210D-001,+1.5775D-001,-1.7827D-003,-4.4396D-004,
+     .+2.2844D-004,-1.1215D-005,-2.1120D-006,-9.6421D-007,-1.4170D-008,
+     .+7.8720D-001,-4.4238D-002,-1.5120D-003,-9.4119D-004,+4.0645D-006,
+     .-4.9253D-006,-1.8656D-006,-4.0736D-007,-4.9594D-008,+1.6134D-009/ 
+
+      DATA (BT_AMP(I),I=1,55)/ 
+     .+0.0000D+000,+0.0000D+000,-8.9895D-001,+0.0000D+000,-1.0790D+000,
+     .-1.2699D-001,+0.0000D+000,-5.9033D-001,+3.4865D-002,-3.2614D-002,
+     .+0.0000D+000,-2.4310D-002,+1.5607D-002,-2.9833D-002,-5.9048D-003,
+     .+0.0000D+000,+2.8383D-001,+4.0509D-002,-1.8834D-002,-1.2654D-003,
+     .-1.3794D-004,+0.0000D+000,+1.3306D-001,+3.4960D-002,-3.6799D-003,
+     .-3.5626D-004,+1.4814D-004,+3.7932D-006,+0.0000D+000,+2.0801D-001,
+     .+6.5640D-003,-3.4893D-003,-2.7395D-004,+7.4296D-005,-7.9927D-006,
+     .-1.0277D-006,+0.0000D+000,+3.6515D-002,-7.4319D-003,-6.2873D-004,
+     .-8.2461D-005,+3.1095D-005,-5.3860D-007,-1.2055D-007,-1.1517D-007,
+     .+0.0000D+000,+3.1404D-002,+1.5580D-002,-1.1428D-003,+3.3529D-005,
+     .+1.0387D-005,-1.9378D-006,-2.7327D-007,+7.5833D-009,-9.2323D-009/ 
+
+
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent (See References)
+*     For constant values use: doy = 91.3125
+      DOY = DMJD  - 44239D0 + 1 - 28
+
+*     Define degree n and order m EGM
+      NMAX = 9
+      MMAX = 9
+
+*     Define unit vector
+      X = DCOS(DLAT)*DCOS(DLON)
+      Y = DCOS(DLAT)*DSIN(DLON)
+      Z = DSIN(DLAT)
+  
+*     Legendre polynomials
+      V(1,1) = 1.0D0
+      W(1,1) = 0.0D0;
+      V(2,1) = Z * V(1,1);
+      W(2,1) = 0.0;
+
+      DO N=2,NMAX
+        V(N+1,1) = ((2*N-1) * Z * V(N,1) - (N-1) * V(N-1,1)) / N
+        W(N+1,1) = 0.0D0
+      ENDDO
+
+      DO M=1,NMAX
+        V(M+1,M+1) = (2*M-1) * (X*V(M,M) - Y*W(M,M))
+        W(M+1,M+1) = (2*M-1) * (X*W(M,M) + Y*V(M,M))
+        IF (M < NMAX) THEN
+          V(M+2,M+1) = (2*M+1) * Z * V(M+1,M+1)
+          W(M+2,M+1) = (2*M+1) * Z * W(M+1,M+1)
+        ENDIF
+        DO N=M+2,NMAX
+          V(N+1,M+1) = ((2*N-1)*Z*V(N,M+1) - (N+M-1)*V(N-1,M+1)) / (N-M)
+          W(N+1,M+1) = ((2*N-1)*Z*W(N,M+1) - (N+M-1)*W(N-1,M+1)) / (N-M)
+        ENDDO
+      ENDDO
+
+*     Geoidal height
+      UNDU = 0.D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          UNDU = UNDU + (A_GEOID(I)*V(N+1,M+1) + B_GEOID(I)*W(N+1,M+1))
+        ENDDO
+      ENDDO
+
+*     orthometric height
+      HORT = DHGT - UNDU
+
+*     Surface pressure on the geoid
+      APM = 0.D0
+      APA = 0.D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          APM = APM + (AP_MEAN(I)*V(N+1,M+1) + BP_MEAN(I)*W(N+1,M+1))
+          APA = APA + (AP_AMP(I) *V(N+1,M+1) + BP_AMP(I) *W(N+1,M+1))
+        ENDDO
+      ENDDO
+      PRES0  = APM + APA*DCOS(DOY/365.25D0*TWOPI)
+
+*     height correction for pressure
+      PRES = PRES0*(1D0-0.0000226D0*HORT)**5.225D0
+
+*     Surface temperature on the geoid
+      ATM = 0D0
+      ATA = 0D0
+      I = 0
+      DO N=0,NMAX
+        DO M=0,N
+          I = I+1
+          ATM = ATM + (AT_MEAN(I)*V(N+1,M+1) + BT_MEAN(I)*W(N+1,M+1))
+          ATA = ATA + (AT_AMP(I) *V(N+1,M+1) + BT_AMP(I) *W(N+1,M+1))
+        ENDDO
+      ENDDO
+      TEMP0 =  ATM + ATA*DCOS(DOY/365.25D0*TWOPI)
+
+*     height correction for temperature
+      TEMP = TEMP0 - 0.0065D0*HORT
+
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/norm8.f b/lib/iers/src/norm8.f
new file mode 100644
index 0000000..e316da4
--- /dev/null
+++ b/lib/iers/src/norm8.f
@@ -0,0 +1,148 @@
+      DOUBLE PRECISION FUNCTION NORM8 (A)
+*+
+*  - - - - - - - - - - -
+*   N O R M 8
+*  - - - - - - - - - - -
+*
+*  This function is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This function normalizes a given three dimensional vector A.
+* 
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Canonical model
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     A            d(3)   vector
+*
+*  Returned:
+*     NORM8        d      normalized vector
+*
+*  Called:
+*     None
+*
+*  Test case:  This is a support function of the main program DEHANTTIDEINEL.F.
+*     given input:  A(1) = 2D0
+*                   A(2) = 2D0
+*                   A(3) = 1D0
+*
+*     expected output: NORM8 = 3D0
+*
+*  References:
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2009 July 29 B.E. Stetzler Initial standardization of function
+*                             and provided a test case 
+*-----------------------------------------------------------------------
+      
+      IMPLICIT NONE
+
+      DOUBLE PRECISION A(3)
+
+      NORM8 = DSQRT(A(1)*A(1)+A(2)*A(2)+A(3)*A(3))
+
+      RETURN
+
+* Finished.
+  
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+
+      END
+
diff --git a/lib/iers/src/sprod.f b/lib/iers/src/sprod.f
new file mode 100644
index 0000000..81efa6e
--- /dev/null
+++ b/lib/iers/src/sprod.f
@@ -0,0 +1,157 @@
+      SUBROUTINE SPROD (X,Y,SCAL,R1,R2) 
+*+
+*  - - - - - - - - - - -
+*   S P R O D 
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine computes the scalar product of two vectors and 
+*  their norms.
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Canonical model
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     X            d(3)      components of vector x 
+*     Y            d(3)      components of vector y
+*
+*  Returned:
+*     SCAL         d      scalar product of vector x and vector y
+*     R1           d      length of vector x 
+*     R2           d      length of vector y
+*
+*  Called:
+*     None
+*
+*  Test case:
+*     given input: X(1) = 2D0	Y(1) = 1D0
+*                  X(2) = 2D0	Y(2) = 3D0
+*                  X(3) = 3D0	Y(3) = 4D0
+*     
+*     expected output: SCAL = 20D0
+*                      R1 = 4.123105625617660586D0
+*                      R2 = 5.099019513592784492D0
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2009 July 10 B.E.Stetzler Initial standardization of function,
+*                            explicit exponential notation and
+*                            provided a test case 
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      DOUBLE PRECISION X(3), Y(3), R1, R2, SCAL
+
+      R1=DSQRT(X(1)*X(1)+X(2)*X(2)+X(3)*X(3)) 
+      R2=DSQRT(Y(1)*Y(1)+Y(2)*Y(2)+Y(3)*Y(3)) 
+      SCAL=X(1)*Y(1)+X(2)*Y(2)+X(3)*Y(3) 
+
+      RETURN 
+
+* Finished.
+  
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END
diff --git a/lib/iers/src/st1idiu.f b/lib/iers/src/st1idiu.f
new file mode 100644
index 0000000..14ddc3c
--- /dev/null
+++ b/lib/iers/src/st1idiu.f
@@ -0,0 +1,214 @@
+      SUBROUTINE ST1IDIU (XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+*+
+*  - - - - - - - - - - -
+*   S T 1 I D I U
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine gives the out-of-phase corrections induced by
+*  mantle anelasticity in the diurnal band. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     XSUN          d(3)   Geocentric position of the Sun (Note 2)
+*     XMON          d(3)   Geocentric position of the Moon (Note 2)
+*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3)      
+*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) 
+*
+*  Returned:
+*     XCORSTA       d(3)   Out of phase station corrections for diurnal band
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are
+*     expressed in meters. 
+*  
+*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All
+*     coordinates are expressed in meters.
+*
+*  3) The expressions are computed in the main program.  TGP is the tide
+*     generated potential.  The units are inverse meters. 
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters   
+*                  XSUN(1) = 137859926952.015D0 meters
+*                  XSUN(2) = 54228127881.4350D0 meters
+*                  XSUN(3) = 23509422341.6960D0 meters
+*                  XMON(1) = -179996231.920342D0 meters
+*                  XMON(2) = -312468450.131567D0 meters
+*                  XMON(3) = -169288918.592160D0 meters
+*                  FAC2SUN =  0.163271964478954D0 1/meters     
+*                  FAC2MON =  0.321989090026845D0 1/meters    
+*                  
+*     expected output:  XCORSTA(1) = -0.2836337012840008001D-03 meters
+*                       XCORSTA(2) =  0.1125342324347507444D-03 meters
+*                       XCORSTA(3) = -0.2471186224343683169D-03 meters
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*  2009 July     30 B.E. Stetzler  Initial standardization of code 
+*  2009 July     31 B.E. Stetzler  Provided a test case
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      DOUBLE PRECISION NORM8, RSTA, SINPHI, COSPHI, COS2PHI, SINLA,
+     .                 COSLA, RMON, RSUN, DRSUN, DRMON, DNSUN, DNMON,
+     .                 DESUN, DEMON, DR, DN, DE, XSTA, XSUN, XMON,
+     .                 XCORSTA, DHI, DLI, FAC2SUN, FAC2MON
+      DIMENSION XSTA(3),XSUN(3),XMON(3),XCORSTA(3)  
+      DATA DHI/-0.0025D0/,DLI/-0.0007D0/  
+
+* Compute the normalized position vector of the IGS station.
+      RSTA = NORM8(XSTA)
+      SINPHI = XSTA(3)/RSTA  
+      COSPHI = DSQRT(XSTA(1)*XSTA(1)+XSTA(2)*XSTA(2))/RSTA
+      COS2PHI = COSPHI*COSPHI-SINPHI*SINPHI
+      SINLA = XSTA(2)/COSPHI/RSTA  
+      COSLA = XSTA(1)/COSPHI/RSTA  
+* Compute the normalized position vector of the Moon.
+      RMON=NORM8(XMON)
+* Compute the normalized position vector of the Sun.
+      RSUN=NORM8(XSUN)
+
+      DRSUN=-3D0*DHI*SINPHI*COSPHI*FAC2SUN*XSUN(3)*(XSUN(1)*
+     .            SINLA-XSUN(2)*COSLA)/RSUN**2
+
+      DRMON=-3D0*DHI*SINPHI*COSPHI*FAC2MON*XMON(3)*(XMON(1)*
+     .            SINLA-XMON(2)*COSLA)/RMON**2
+
+      DNSUN=-3D0*DLI*COS2PHI*FAC2SUN*XSUN(3)*(XSUN(1)*SINLA-
+     .            XSUN(2)*COSLA)/RSUN**2
+
+      DNMON=-3D0*DLI*COS2PHI*FAC2MON*XMON(3)*(XMON(1)*SINLA-
+     .            XMON(2)*COSLA)/RMON**2
+
+      DESUN=-3D0*DLI*SINPHI*FAC2SUN*XSUN(3)*
+     . (XSUN(1)*COSLA+XSUN(2)*SINLA)/RSUN**2
+
+      DEMON=-3D0*DLI*SINPHI*FAC2MON*XMON(3)*
+     . (XMON(1)*COSLA+XMON(2)*SINLA)/RMON**2
+
+      DR = DRSUN+DRMON 
+      DN = DNSUN+DNMON  
+      DE = DESUN+DEMON 
+
+*  Compute the corrections for the station.
+      XCORSTA(1)=DR*COSLA*COSPHI-DE*SINLA-DN*SINPHI*COSLA  
+      XCORSTA(2)=DR*SINLA*COSPHI+DE*COSLA-DN*SINPHI*SINLA  
+      XCORSTA(3)=DR*SINPHI+DN*COSPHI  
+
+      RETURN 
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END
diff --git a/lib/iers/src/st1isem.f b/lib/iers/src/st1isem.f
new file mode 100644
index 0000000..95361c4
--- /dev/null
+++ b/lib/iers/src/st1isem.f
@@ -0,0 +1,216 @@
+      SUBROUTINE ST1ISEM (XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+*+
+*  - - - - - - - - - - -
+*   S T 1 I S E M
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine gives the out-of-phase corrections induced by
+*  mantle anelasticity in the semi-diurnal band. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     XSUN          d(3)   Geocentric position of the Sun (Note 2)
+*     XMON          d(3)   Geocentric position of the Moon (Note 2)
+*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3)      
+*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) 
+*
+*  Returned:
+*     XCORSTA       d(3)   Out of phase station corrections for
+*                          semi-diurnal band
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are
+*     expressed in meters. 
+*  
+*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All
+*     coordinates are expressed in meters.
+*
+*  3) The expressions are computed in the main program.  TGP is the tide
+*     generated potential.  The units are inverse meters. 
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters   
+*                  XSUN(1) = 137859926952.015D0 meters
+*                  XSUN(2) = 54228127881.4350D0 meters
+*                  XSUN(3) = 23509422341.6960D0 meters
+*                  XMON(1) = -179996231.920342D0 meters
+*                  XMON(2) = -312468450.131567D0 meters
+*                  XMON(3) = -169288918.592160D0 meters
+*                  FAC2SUN =  0.163271964478954D0 1/meters     
+*                  FAC2MON =  0.321989090026845D0 1/meters    
+*                  
+*     expected output:  XCORSTA(1) = -0.2801334805106874015D-03 meters
+*                       XCORSTA(2) =  0.2939522229284325029D-04 meters
+*                       XCORSTA(3) = -0.6051677912316721561D-04 meters
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*  2009 July     31 B.E. Stetzler  Initial standardization of code 
+*  2009 July     31 B.E. Stetzler  Provided a test case
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      DOUBLE PRECISION NORM8, RSTA, SINPHI, COSPHI, COSTWOLA, SINLA,
+     .                 COSLA, RMON, RSUN, DRSUN, DRMON, DNSUN, DNMON,
+     .                 DESUN, DEMON, DR, DN, DE, XSTA, XSUN, XMON,
+     .                 XCORSTA, DHI, DLI, FAC2SUN, FAC2MON, SINTWOLA
+      DIMENSION XSTA(3),XSUN(3),XMON(3),XCORSTA(3)  
+      DATA DHI/-0.0022D0/,DLI/-0.0007D0/  
+
+* Compute the normalized position vector of the IGS station.
+      RSTA = NORM8(XSTA)
+      SINPHI = XSTA(3)/RSTA  
+      COSPHI = DSQRT(XSTA(1)*XSTA(1)+XSTA(2)*XSTA(2))/RSTA
+      SINLA=XSTA(2)/COSPHI/RSTA  
+      COSLA=XSTA(1)/COSPHI/RSTA  
+      COSTWOLA=COSLA*COSLA-SINLA*SINLA 
+      SINTWOLA=2D0*COSLA*SINLA  
+* Compute the normalized position vector of the Moon.
+      RMON=NORM8(XMON)
+* Compute the normalized position vector of the Sun.
+      RSUN=NORM8(XSUN)
+
+      DRSUN=-3D0/4D0*DHI*COSPHI**2*FAC2SUN*((XSUN(1)**2-XSUN(2)**2)*  
+     . SINTWOLA-2D0*XSUN(1)*XSUN(2)*COSTWOLA)/RSUN**2
+
+      DRMON=-3D0/4D0*DHI*COSPHI**2*FAC2MON*((XMON(1)**2-XMON(2)**2)*  
+     . SINTWOLA-2D0*XMON(1)*XMON(2)*COSTWOLA)/RMON**2
+
+      DNSUN=3D0/2D0*DLI*SINPHI*COSPHI*FAC2SUN*((XSUN(1)**2-XSUN(2)**2)* 
+     . SINTWOLA-2D0*XSUN(1)*XSUN(2)*COSTWOLA)/RSUN**2
+
+      DNMON=3D0/2D0*DLI*SINPHI*COSPHI*FAC2MON*((XMON(1)**2-XMON(2)**2)* 
+     . SINTWOLA-2D0*XMON(1)*XMON(2)*COSTWOLA)/RMON**2
+
+      DESUN=-3D0/2D0*DLI*COSPHI*FAC2SUN*((XSUN(1)**2-XSUN(2)**2)*  
+     . COSTWOLA+2D0*XSUN(1)*XSUN(2)*SINTWOLA)/RSUN**2
+
+      DEMON=-3D0/2D0*DLI*COSPHI*FAC2MON*((XMON(1)**2-XMON(2)**2)*  
+     . COSTWOLA+2D0*XMON(1)*XMON(2)*SINTWOLA)/RMON**2
+
+      DR=DRSUN+DRMON 
+      DN=DNSUN+DNMON  
+      DE=DESUN+DEMON 
+
+      XCORSTA(1)=DR*COSLA*COSPHI-DE*SINLA-DN*SINPHI*COSLA  
+      XCORSTA(2)=DR*SINLA*COSPHI+DE*COSLA-DN*SINPHI*SINLA  
+      XCORSTA(3)=DR*SINPHI+DN*COSPHI  
+
+      RETURN 
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END  
+
diff --git a/lib/iers/src/st1l1.f b/lib/iers/src/st1l1.f
new file mode 100644
index 0000000..bdbba4c
--- /dev/null
+++ b/lib/iers/src/st1l1.f
@@ -0,0 +1,242 @@
+      SUBROUTINE ST1L1 (XSTA,XSUN,XMON,FAC2SUN,FAC2MON,XCORSTA)
+*+
+*  - - - - - - - - - - -
+*   S T 1 L 1
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine gives the corrections induced by the latitude 
+*  dependence given by L^1 in Mathews et al. 1991 (See References).
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     XSUN          d(3)   Geocentric position of the Sun (Note 2)
+*     XMON          d(3)   Geocentric position of the Moon (Note 2)
+*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3)      
+*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) 
+*
+*  Returned:
+*     XCORSTA       d(3)   Out of phase station corrections for
+*                          semi-diurnal band
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are
+*     expressed in meters. 
+*  
+*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All
+*     coordinates are expressed in meters.
+*
+*  3) The expressions are computed in the main program. TGP is the tide
+*     generated potential.  The units are inverse meters. 
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters   
+*                  XSUN(1) = 137859926952.015D0 meters
+*                  XSUN(2) = 54228127881.4350D0 meters
+*                  XSUN(3) = 23509422341.6960D0 meters
+*                  XMON(1) = -179996231.920342D0 meters
+*                  XMON(2) = -312468450.131567D0 meters
+*                  XMON(3) = -169288918.592160D0 meters
+*                  FAC2SUN =  0.163271964478954D0 1/meters     
+*                  FAC2MON =  0.321989090026845D0 1/meters    
+*                  
+*     expected output:  XCORSTA(1) = 0.2367189532359759044D-03 meters
+*                       XCORSTA(2) = 0.5181609907284959182D-03 meters
+*                       XCORSTA(3) = -0.3014881422940427977D-03 meters
+*
+*  References:
+*
+*     Mathews, P. M., Buffett, B. A., Herring, T. A., Shapiro, I. I.,
+*     1991b, Forced nutations of the Earth: Influence of inner core
+*     Dynamics 2. Numerical results and comparisons, J. Geophys. Res.,
+*     96, 8243-8257
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*  2009 July     31 B.E. Stetzler  Initial standardization of code 
+*  2009 July     31 B.E. Stetzler  Provided a test case and Mathews
+*                                  reference
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      DOUBLE PRECISION NORM8, RSTA, SINPHI, COSPHI, COSTWOLA, SINLA,
+     .                 COSLA, RMON, RSUN, DRSUN, DRMON, DNSUN, DNMON,
+     .                 DESUN, DEMON, DR, DN, DE, XSTA, XSUN, XMON,
+     .                 XCORSTA, DHI, DLI, FAC2SUN, FAC2MON, SINTWOLA,
+     .                 L1, L1D, L1SD
+
+      DIMENSION XSTA(3),XSUN(3),XMON(3),XCORSTA(3)  
+      DATA L1D/0.0012D0/,L1SD/0.0024D0/
+
+* Compute the normalized position vector of the IGS station.
+      RSTA = NORM8(XSTA)
+      SINPHI = XSTA(3)/RSTA  
+      COSPHI = DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA  
+      SINLA = XSTA(2)/COSPHI/RSTA  
+      COSLA = XSTA(1)/COSPHI/RSTA  
+
+* Compute the normalized position vector of the Moon.
+      RMON = NORM8(XMON)
+
+* Compute the normalized position vector of the Sun.
+      RSUN = NORM8(XSUN)
+
+* Compute the station corrections for the diurnal band.
+
+      L1=L1D  
+      DNSUN=-L1*SINPHI**2*FAC2SUN*XSUN(3)*(XSUN(1)*COSLA+XSUN(2)*SINLA)
+     .            /RSUN**2
+      DNMON=-L1*SINPHI**2*FAC2MON*XMON(3)*(XMON(1)*COSLA+XMON(2)*SINLA)
+     .            /RMON**2
+      DESUN=L1*SINPHI*(COSPHI**2-SINPHI**2)*FAC2SUN*XSUN(3)*
+     . (XSUN(1)*SINLA-XSUN(2)*COSLA)/RSUN**2
+      DEMON=L1*SINPHI*(COSPHI**2-SINPHI**2)*FAC2MON*XMON(3)*
+     . (XMON(1)*SINLA-XMON(2)*COSLA)/RMON**2
+
+      DE = 3D0*(DESUN+DEMON)  
+      DN = 3D0*(DNSUN+DNMON)  
+
+      XCORSTA(1) = -DE*SINLA-DN*SINPHI*COSLA  
+      XCORSTA(2) = DE*COSLA-DN*SINPHI*SINLA  
+      XCORSTA(3) = DN*COSPHI  
+   
+* Compute the station corrections for the semi-diurnal band.
+  
+      L1=L1SD  
+      COSTWOLA=COSLA**2-SINLA**2  
+      SINTWOLA=2.*COSLA*SINLA  
+
+      DNSUN=-L1/2D0*SINPHI*COSPHI*FAC2SUN*((XSUN(1)**2-XSUN(2)**2)*
+     . COSTWOLA+2D0*XSUN(1)*XSUN(2)*SINTWOLA)/RSUN**2
+
+      DNMON=-L1/2D0*SINPHI*COSPHI*FAC2MON*((XMON(1)**2-XMON(2)**2)*
+     . COSTWOLA+2D0*XMON(1)*XMON(2)*SINTWOLA)/RMON**2
+
+      DESUN=-L1/2D0*SINPHI**2*COSPHI*FAC2SUN*((XSUN(1)**2-XSUN(2)**2)*
+     . SINTWOLA-2D0*XSUN(1)*XSUN(2)*COSTWOLA)/RSUN**2
+
+      DEMON=-L1/2D0*SINPHI**2*COSPHI*FAC2MON*((XMON(1)**2-XMON(2)**2)*
+     . SINTWOLA-2D0*XMON(1)*XMON(2)*COSTWOLA)/RMON**2
+
+      DE = 3D0*(DESUN+DEMON)  
+      DN = 3D0*(DNSUN+DNMON)  
+
+      XCORSTA(1)=XCORSTA(1)-DE*SINLA-DN*SINPHI*COSLA  
+      XCORSTA(2)=XCORSTA(2)+DE*COSLA-DN*SINPHI*SINLA  
+      XCORSTA(3)=XCORSTA(3)+DN*COSPHI  
+
+      RETURN
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END  
+
diff --git a/lib/iers/src/step2diu.f b/lib/iers/src/step2diu.f
new file mode 100644
index 0000000..9e1b3fc
--- /dev/null
+++ b/lib/iers/src/step2diu.f
@@ -0,0 +1,299 @@
+      SUBROUTINE STEP2DIU (XSTA,FHR,T,XCORSTA)  
+*+
+*  - - - - - - - - - - -
+*   S T E P 2 D I U
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine gives the in-phase and out-of-phase corrections
+*  induced by mantle anelasticity in the diurnal band. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     FHR           d      Fractional hours in the day (Note 2)
+*     T             d      Centuries since J2000
+*
+*  Returned:
+*     XCORSTA       d(3)   In phase and out of phase station corrections
+*                          for diurnal band (Note 4)
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are
+*     expressed in meters. 
+*  
+*  2) The fractional hours in the day is computed as the hour + minutes/60.0
+*     + sec/3600.0.  The unit is expressed in Universal Time (UT).
+*
+*  4) All coordinates are expressed in meters.
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters 
+*                  FHR     = 0.00D0 hours
+*                  T       = 0.1059411362080767D0 Julian centuries
+*                  
+*     expected output:  XCORSTA(1) = 0.4193085327321284701D-02 meters
+*                       XCORSTA(2) = 0.1456681241014607395D-02 meters
+*                       XCORSTA(3) = 0.5123366597450316508D-02 meters
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*  2009 July     31 B.E. Stetzler  Initial standardization of code 
+*  2009 August   06 B.E. Stetzler  Provided a test case
+*  2009 August   06 B.E. Stetzler  Capitalized all variables for 
+*                                  Fortran 77 compatibility
+*  2010 October  20 B.E. Stetzler  Input T corrected to be number of
+*                                  centuries since J2000
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      INTEGER I, J
+      DOUBLE PRECISION XSTA(3), XCORSTA(3), DATDI(9,31), DEG2RAD, FHR,
+     .                 T, S, TAU, PR, H, P, ZNS, PS, RSTA, SINPHI,
+     .                 COSPHI, COSLA, SINLA, ZLA, THETAF, DR, DN, DE
+      DOUBLE PRECISION D2PI
+      PARAMETER ( D2PI = 6.283185307179586476925287D0 )
+
+      DATA ((DATDI(I,J),I=1,9),J=1,31)/  
+
+     . -3D0, 0D0, 2D0, 0D0, 0D0,-0.01D0, 0D0, 0D0, 0D0,   
+     . -3D0, 2D0, 0D0, 0D0, 0D0,-0.01D0, 0D0, 0D0, 0D0,   
+     . -2D0, 0D0, 1D0,-1D0, 0D0,-0.02D0, 0D0, 0D0, 0D0,   
+     . -2D0, 0D0, 1D0, 0D0, 0D0,-0.08D0, 0D0,-0.01D0, 0.01D0,
+     . -2D0, 2D0,-1D0, 0D0, 0D0,-0.02D0, 0D0, 0D0, 0D0,
+     . -1D0, 0D0, 0D0,-1D0, 0D0,-0.10D0, 0D0, 0D0, 0D0,
+     . -1D0, 0D0, 0D0, 0D0, 0D0,-0.51D0, 0D0,-0.02D0, 0.03D0,
+     . -1D0, 2D0, 0D0, 0D0, 0D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  0D0,-2D0, 1D0, 0D0, 0D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  0D0, 0D0,-1D0, 0D0, 0D0, 0.02D0, 0D0, 0D0, 0D0,
+     .  0D0, 0D0, 1D0, 0D0, 0D0, 0.06D0, 0D0, 0D0, 0D0,
+     .  0D0, 0D0, 1D0, 1D0, 0D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  0D0, 2D0,-1D0, 0D0, 0D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  1D0,-3D0, 0D0, 0D0, 1D0,-0.06D0, 0D0, 0D0, 0D0,
+     .  1D0,-2D0, 0D0,-1D0, 0D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  1D0,-2D0, 0D0, 0D0, 0D0,-1.23D0,-0.07D0, 0.06D0, 0.01D0,
+     .  1D0,-1D0, 0D0, 0D0,-1D0, 0.02D0, 0D0, 0D0, 0D0,
+     .  1D0,-1D0, 0D0, 0D0, 1D0, 0.04D0, 0D0, 0D0, 0D0,
+     .  1D0, 0D0, 0D0,-1D0, 0D0,-0.22D0, 0.01D0, 0.01D0, 0D0,
+     .  1D0, 0D0, 0D0, 0D0, 0D0,12.00D0,-0.80D0,-0.67D0,-0.03D0,
+     .  1D0, 0D0, 0D0, 1D0, 0D0, 1.73D0,-0.12D0,-0.10D0, 0D0,
+     .  1D0, 0D0, 0D0, 2D0, 0D0,-0.04D0, 0D0, 0D0, 0D0, 
+     .  1D0, 1D0, 0D0, 0D0,-1D0,-0.50D0,-0.01D0, 0.03D0, 0D0,
+     .  1D0, 1D0, 0D0, 0D0, 1D0, 0.01D0, 0D0, 0D0, 0D0,
+     .  0D0, 1D0, 0D0, 1D0,-1D0,-0.01D0, 0D0, 0D0, 0D0,
+     .  1D0, 2D0,-2D0, 0D0, 0D0,-0.01D0, 0D0, 0D0, 0D0,
+     .  1D0, 2D0, 0D0, 0D0, 0D0,-0.11D0, 0.01D0, 0.01D0, 0D0,
+     .  2D0,-2D0, 1D0, 0D0, 0D0,-0.01D0, 0D0, 0D0, 0D0,
+     .  2D0, 0D0,-1D0, 0D0, 0D0,-0.02D0, 0D0, 0D0, 0D0,
+     .  3D0, 0D0, 0D0, 0D0, 0D0, 0D0, 0D0, 0D0, 0D0,
+     .  3D0, 0D0, 0D0, 1D0, 0D0, 0D0, 0D0, 0D0, 0D0/
+
+      DEG2RAD = D2PI/360D0
+
+*  Compute the phase angles in degrees.
+      S = 218.31664563D0
+     .  + (481267.88194D0
+     .  + (-0.0014663889D0 
+     .  + (0.00000185139D0)*T)*T)*T 
+
+      TAU = FHR*15D0
+     .    + 280.4606184D0
+     .    + (36000.7700536D0
+     .    + (0.00038793D0
+     .    + (-0.0000000258D0)*T)*T)*T
+     .    + (-S)
+
+      PR = (1.396971278D0
+     .   + (0.000308889D0
+     .   + (0.000000021D0
+     .   + (0.000000007D0)*T)*T)*T)*T 
+
+      S = S + PR 
+
+      H = 280.46645D0
+     .  + (36000.7697489D0
+     .  + (0.00030322222D0 
+     .  + (0.000000020D0
+     .  + (-0.00000000654D0)*T)*T)*T)*T  
+
+      P = 83.35324312D0
+     .  + (4069.01363525D0
+     .  + (-0.01032172222D0
+     .  + (-0.0000124991D0
+     .  + (0.00000005263D0)*T)*T)*T)*T  
+
+      ZNS = 234.95544499D0
+     .    + (1934.13626197D0
+     .    + (-0.00207561111D0
+     .    + (-0.00000213944D0
+     .    + (0.00000001650D0)*T)*T)*T)*T 
+
+      PS = 282.93734098D0
+     .   + (1.71945766667D0
+     .   + (0.00045688889D0
+     .   + (-0.00000001778D0
+     .   + (-0.00000000334D0)*T)*T)*T)*T
+
+* Reduce angles to between the range 0 and 360.
+      S =  DMOD(S,360D0)
+      TAU = DMOD(TAU,360D0)
+      H =  DMOD(H,360D0)
+      P =  DMOD(P,360D0)
+      ZNS = DMOD(ZNS,360D0)
+      PS = DMOD(PS,360D0)
+
+      RSTA = DSQRT(XSTA(1)**2+XSTA(2)**2+XSTA(3)**2)  
+      SINPHI = XSTA(3)/RSTA  
+      COSPHI = DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA  
+
+      COSLA = XSTA(1)/COSPHI/RSTA
+      SINLA = XSTA(2)/COSPHI/RSTA
+      ZLA = DATAN2(XSTA(2),XSTA(1))
+
+      DO 99 I=1,3  
+* Initialize.
+      XCORSTA(I) = 0D0
+99    CONTINUE
+      DO 98 J=1,31
+* Convert from degrees to radians.
+      THETAF=(TAU+DATDI(1,J)*S+DATDI(2,J)*H+DATDI(3,J)*P+
+     . DATDI(4,J)*ZNS+DATDI(5,J)*PS)*DEG2RAD
+
+      DR=DATDI(6,J)*2D0*SINPHI*COSPHI*SIN(THETAF+ZLA)+
+     . DATDI(7,J)*2D0*SINPHI*COSPHI*COS(THETAF+ZLA)
+
+      DN=DATDI(8,J)*(COSPHI**2-SINPHI**2)*SIN(THETAF+ZLA)+
+     . DATDI(9,J)*(COSPHI**2-SINPHI**2)*COS(THETAF+ZLA)
+*      DE=DATDI(8,J)*SINPHI*COS(THETAF+ZLA)+
+*     Modified 20 June 2007
+
+      DE=DATDI(8,J)*SINPHI*COS(THETAF+ZLA)-
+     . DATDI(9,J)*SINPHI*SIN(THETAF+ZLA)
+
+
+      XCORSTA(1)=XCORSTA(1)+DR*COSLA*COSPHI-DE*SINLA  
+     . -DN*SINPHI*COSLA  
+      XCORSTA(2)=XCORSTA(2)+DR*SINLA*COSPHI+DE*COSLA  
+     . -DN*SINPHI*SINLA  
+      XCORSTA(3)=XCORSTA(3)+DR*SINPHI+DN*COSPHI  
+98    CONTINUE   
+
+      DO 97 I=1,3
+      XCORSTA(I)=XCORSTA(I)/1000D0
+97    CONTINUE  
+      RETURN
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END  
+
diff --git a/lib/iers/src/step2lon.f b/lib/iers/src/step2lon.f
new file mode 100644
index 0000000..65f68c3
--- /dev/null
+++ b/lib/iers/src/step2lon.f
@@ -0,0 +1,261 @@
+      SUBROUTINE STEP2LON (XSTA,T,XCORSTA)  
+*+
+*  - - - - - - - - - - -
+*   S T E P 2 L O N
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine gives the in-phase and out-of-phase corrections
+*  induced by mantle anelasticity in the long period band. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     XSTA          d(3)   Geocentric position of the IGS station (Note 1)
+*     T             d      Centuries since J2000
+*
+*  Returned:
+*     XCORSTA       d(3)   In phase and out of phase station corrections
+*                          for diurnal band (Note 2)
+*
+*  Notes:
+*
+*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are
+*     expressed in meters. 
+*  
+*  2) All coordinates are expressed in meters.
+*
+*  Test case:
+*     given input: XSTA(1) = 4075578.385D0 meters
+*                  XSTA(2) =  931852.890D0 meters
+*                  XSTA(3) = 4801570.154D0 meters 
+*                  T       = 0.1059411362080767D0 Julian centuries
+*                  
+*     expected output:  XCORSTA(1) = -0.9780962849562107762D-04 meters
+*                       XCORSTA(2) = -0.2236349699932734273D-04 meters
+*                       XCORSTA(3) =  0.3561945821351565926D-03 meters
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  1996 March    23 V. Dehant      Original code
+*  2009 August   07 B.E. Stetzler  Initial standardization of code
+*                                  and found unnecessary variables tau
+*                                  and fhr 
+*  2009 August   07 B.E. Stetzler  Provided a test case
+*  2009 August   07 B.E. Stetzler  Capitalized all variables for 
+*                                  Fortran 77 compatibility
+*  2010 October  20 B.E. Stetzler  Input T corrected to be number of 
+*                                  centuries since J2000
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+      INTEGER I, J
+      DOUBLE PRECISION XSTA(3), XCORSTA(3), DATDI(9,5), DEG2RAD, 
+     .                 T, S, PR, H, P, ZNS, PS, RSTA, SINPHI,
+     .                 COSPHI, COSLA, SINLA, THETAF, DR, DN, DE,
+     .                 DR_TOT, DN_TOT
+      DOUBLE PRECISION D2PI
+      PARAMETER ( D2PI = 6.283185307179586476925287D0 )
+
+      DATA ((DATDI(I,J),I=1,9),J=1,5)/  
+     .   0, 0, 0, 1, 0,   0.47D0, 0.23D0, 0.16D0, 0.07D0,
+     .   0, 2, 0, 0, 0,  -0.20D0,-0.12D0,-0.11D0,-0.05D0,
+     .   1, 0,-1, 0, 0,  -0.11D0,-0.08D0,-0.09D0,-0.04D0,
+     .   2, 0, 0, 0, 0,  -0.13D0,-0.11D0,-0.15D0,-0.07D0,
+     .   2, 0, 0, 1, 0,  -0.05D0,-0.05D0,-0.06D0,-0.03D0/
+
+
+      DEG2RAD = D2PI/360D0
+
+*  Compute the phase angles in degrees.
+      S = 218.31664563D0
+     .  + (481267.88194D0
+     .  + (-0.0014663889D0 
+     .  + (0.00000185139D0)*T)*T)*T 
+
+      PR = (1.396971278D0
+     .   + (0.000308889D0
+     .   + (0.000000021D0
+     .   + (0.000000007D0)*T)*T)*T)*T 
+
+      S = S + PR 
+
+      H = 280.46645D0
+     .  + (36000.7697489D0
+     .  + (0.00030322222D0 
+     .  + (0.000000020D0
+     .  + (-0.00000000654D0)*T)*T)*T)*T  
+
+      P = 83.35324312D0
+     .  + (4069.01363525D0
+     .  + (-0.01032172222D0
+     .  + (-0.0000124991D0
+     .  + (0.00000005263D0)*T)*T)*T)*T  
+
+      ZNS = 234.95544499D0
+     .    + (1934.13626197D0
+     .    + (-0.00207561111D0
+     .    + (-0.00000213944D0
+     .    + (0.00000001650D0)*T)*T)*T)*T 
+
+      PS = 282.93734098D0
+     .   + (1.71945766667D0
+     .   + (0.00045688889D0
+     .   + (-0.00000001778D0
+     .   + (-0.00000000334D0)*T)*T)*T)*T
+
+      RSTA=DSQRT(XSTA(1)**2+XSTA(2)**2+XSTA(3)**2)  
+      SINPHI=XSTA(3)/RSTA  
+      COSPHI=DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA  
+
+      COSLA=XSTA(1)/COSPHI/RSTA
+      SINLA=XSTA(2)/COSPHI/RSTA
+
+* Reduce angles to between the range 0 and 360.
+      S =  DMOD(S,360D0)
+*      TAU = DMOD(TAU,360D0)
+      H =  DMOD(H,360D0)
+      P =  DMOD(P,360D0)
+      ZNS = DMOD(ZNS,360D0)
+      PS = DMOD(PS,360D0)
+
+      DR_TOT = 0D0
+      DN_TOT = 0D0
+
+      DO 99 I=1,3  
+      XCORSTA(I)=0D0
+99    CONTINUE
+      DO 98 J=1,5
+      THETAF=(DATDI(1,J)*S+DATDI(2,J)*H+DATDI(3,J)*P+
+     . DATDI(4,J)*ZNS+DATDI(5,J)*PS)*DEG2RAD
+
+      DR=DATDI(6,J)*(3D0*SINPHI**2-1D0)/2D0*COS(THETAF)+
+     .     DATDI(8,J)*(3D0*SINPHI**2-1D0)/2D0*SIN(THETAF)
+
+      DN=DATDI(7,J)*(COSPHI*SINPHI*2D0)*COS(THETAF)+
+     .     DATDI(9,J)*(COSPHI*SINPHI*2D0)*SIN(THETAF)
+
+      DE = 0D0 
+      DR_TOT = DR_TOT+DR
+      DN_TOT = DN_TOT+DN
+
+      XCORSTA(1)=XCORSTA(1)+DR*COSLA*COSPHI-DE*SINLA  
+     . -DN*SINPHI*COSLA  
+      XCORSTA(2)=XCORSTA(2)+DR*SINLA*COSPHI+DE*COSLA  
+     . -DN*SINPHI*SINLA  
+      XCORSTA(3)=XCORSTA(3)+DR*SINPHI+DN*COSPHI  
+98    CONTINUE   
+
+      DO 97 I=1,3
+      XCORSTA(I)=XCORSTA(I)/1000D0
+97    CONTINUE  
+      RETURN
+
+*  Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END  
diff --git a/lib/iers/src/vmf1.f b/lib/iers/src/vmf1.f
new file mode 100644
index 0000000..2cf490b
--- /dev/null
+++ b/lib/iers/src/vmf1.f
@@ -0,0 +1,208 @@
+      SUBROUTINE VMF1 (AH,AW,DMJD,DLAT,ZD,VMF1H,VMF1W)
+*+
+*  - - - - - - - - -
+*   V M F 1 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al, 2006).
+*  This is the site dependent version. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     AH             d      Hydrostatic coefficient a (Note 1)
+*     AW             d      Wet coefficient a (Note 1)
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     ZD             d      Zenith distance in radians
+*
+*  Returned:
+*     VMF1H           d      Hydrostatic mapping function (Note 2)
+*     VMF1W           d      Wet mapping function (Note 2)
+*
+*  Notes:
+*
+*  1) The coefficients can be obtained from the primary website
+*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website
+*     http://www.hg.tuwien.ac.at/~ecmwf1/. 
+* 
+*  2) The mapping functions are dimensionless scale factors.
+*
+*  Test case:
+*     given input: AH   = 0.00125711D0 
+*                  AW   = 0.00058801D0
+*                  DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  ZD   = 1.278564131D0 radians
+*
+*     expected output: VMF1H = 3.425054275537719128D0
+*                      VMF1W = 3.449100942061193553D0
+*                     
+*  References:
+*
+*     Boehm, J., Werl, B., and Schuh, H., (2006), 
+*     "Troposhere mapping functions for GPS and very long baseline
+*     interferometry from European Centre for Medium-Range Weather
+*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111,
+*     B02406, doi:10.1029/2005JB003629
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2005 October 02 J. Boehm          Original code
+*  2009 August 17 B.E. Stetzler      Added header and copyright
+*  2009 August 17 B.E. Stetzler      More modifications and defined twopi
+*  2009 August 17 B.E. Stetzler      Provided test case
+*  2009 August 17 B.E. Stetzler      Capitalized all variables for FORTRAN 77
+*                                    compatibility 
+*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain
+*                                    VMF coefficients
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+     
+      DOUBLE PRECISION AH, AW, DMJD, DLAT, ZD, VMF1H, VMF1W 
+
+      DOUBLE PRECISION DOY, BH, C0H, C11H, C10H, PHH, CH, SINE, BETA,
+     .                 GAMMA, TOPCON, BW, CW, PI, TWOPI
+
+      PARAMETER ( PI = 3.1415926535897932384626433D0 )
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+*+---------------------------------------------------------------------
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent
+*----------------------------------------------------------------------
+      DOY = DMJD  - 44239D0 + 1 - 28
+      
+      BH = 0.0029D0
+      C0H = 0.062D0
+      IF (DLAT.LT.0D0) THEN   ! southern hemisphere
+          PHH  = PI
+          C11H = 0.007D0
+          C10H = 0.002D0
+      ELSE                    ! northern hemisphere
+          PHH  = 0D0
+          C11H = 0.005D0
+          C10H = 0.001D0
+      END IF
+      CH = C0H + ((DCOS(DOY/365.25D0*TWOPI + PHH)+1D0)*C11H/2D0 
+     .     + C10H)*(1D0-DCOS(DLAT))
+
+
+      SINE   = DSIN(PI/2D0 - ZD)
+      BETA   = BH/( SINE + CH  )
+      GAMMA  = AH/( SINE + BETA)
+      TOPCON = (1D0 + AH/(1D0 + BH/(1D0 + CH)))
+      VMF1H   = TOPCON/(SINE+GAMMA)
+
+      BW = 0.00146D0
+      CW = 0.04391D0
+      BETA   = BW/( SINE + CW )
+      GAMMA  = AW/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1W   = TOPCON/(SINE+GAMMA)
+      
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/vmf1.f.org b/lib/iers/src/vmf1.f.org
new file mode 100644
index 0000000..93d45e0
--- /dev/null
+++ b/lib/iers/src/vmf1.f.org
@@ -0,0 +1,208 @@
+      SUBROUTINE VMF1 (AH,AW,DMJD,DLAT,ZD,VMF1H,VMF1W)
+*+
+*  - - - - - - - - -
+*   V M F 1 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al, 2006).
+*  This is the site dependent version. 
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     AH             d      Hydrostatic coefficient a (Note 1)
+*     AW             d      Wet coefficient a (Note 1)
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     ZD             d      Zenith distance in radians
+*
+*  Returned:
+*     VMF1H           d      Hydrostatic mapping function (Note 2)
+*     VMF1W           d      Wet mapping function (Note 2)
+*
+*  Notes:
+*
+*  1) The coefficients can be obtained from the primary website
+*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website
+*     http://www.hg.tuwien.ac.at/~ecmwf1/. 
+* 
+*  2) The mapping functions are dimensionless scale factors.
+*
+*  Test case:
+*     given input: AH   = 0.00125711D0 
+*                  AW   = 0.00058801D0
+*                  DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  ZD   = 1.278564131D0 radians
+*
+*     expected output: VMF1H = 3.425054275537719128D0
+*                      VMF1W = 3.449100942061193553D0
+*                     
+*  References:
+*
+*     Boehm, J., Werl, B., and Schuh, H., (2006), 
+*     "Troposhere mapping functions for GPS and very long baseline
+*     interferometry from European Centre for Medium-Range Weather
+*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111,
+*     B02406, doi:10.1029/2005JB003629
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2005 October 02 J. Boehm          Original code
+*  2009 August 17 B.E. Stetzler      Added header and copyright
+*  2009 August 17 B.E. Stetzler      More modifications and defined twopi
+*  2009 August 17 B.E. Stetzler      Provided test case
+*  2009 August 17 B.E. Stetzler      Capitalized all variables for FORTRAN 77
+*                                    compatibility 
+*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain
+*                                    VMF coefficients
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+     
+      DOUBLE PRECISION AH, AW, DMJD, DLAT, ZD, VMF1H, VMF1W 
+
+      DOUBLE PRECISION DOY, BH, C0H, C11H, C10H, PHH, CH, SINE, BETA,
+     .                 GAMMA, TOPCON, BW, CW, PI, TWOPI
+
+      PARAMETER ( PI = 3.1415926535897932384626433D0 )
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+*+---------------------------------------------------------------------
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent
+*----------------------------------------------------------------------
+      DOY = DMJD  - 44239D0 + 1 - 28
+      
+      BH = 0.0029D0;
+      C0H = 0.062D0
+      IF (DLAT.LT.0D0) THEN   ! southern hemisphere
+          PHH  = PI
+          C11H = 0.007D0
+          C10H = 0.002D0
+      ELSE                    ! northern hemisphere
+          PHH  = 0D0
+          C11H = 0.005D0
+          C10H = 0.001D0
+      END IF
+      CH = C0H + ((DCOS(DOY/365.25D0*TWOPI + PHH)+1D0)*C11H/2D0 
+     .     + C10H)*(1D0-DCOS(DLAT))
+
+
+      SINE   = DSIN(PI/2D0 - ZD)
+      BETA   = BH/( SINE + CH  )
+      GAMMA  = AH/( SINE + BETA)
+      TOPCON = (1D0 + AH/(1D0 + BH/(1D0 + CH)))
+      VMF1H   = TOPCON/(SINE+GAMMA)
+
+      BW = 0.00146D0
+      CW = 0.04391D0
+      BETA   = BW/( SINE + CW )
+      GAMMA  = AW/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1W   = TOPCON/(SINE+GAMMA)
+      
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/vmf1_ht.f b/lib/iers/src/vmf1_ht.f
new file mode 100644
index 0000000..a676457
--- /dev/null
+++ b/lib/iers/src/vmf1_ht.f
@@ -0,0 +1,233 @@
+      SUBROUTINE VMF1_HT (AH,AW,DMJD,DLAT,HT,ZD,VMF1H,VMF1W)
+*+
+*  - - - - - - - - -
+*   V M F 1 _ H T 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al. 2006).
+*
+*     :------------------------------------------:
+*     :                                          :
+*     :                 IMPORTANT                :
+*     :                                          :
+*     :  This version uses height correction!    :
+*     :  It has to be used with the VMF Grid     :
+*     :  located at the website mentioned in     :
+*     :  the Notes.                              :
+*     :__________________________________________:
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     AH             d      Hydrostatic coefficient a (Note 1)
+*     AW             d      Wet coefficient a (Note 1)
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     HT             d      Ellipsoidal height given in meters
+*     ZD             d      Zenith distance in radians
+*
+*  Returned:
+*     VMF1H          d      Hydrostatic mapping function (Note 2)
+*     VMF1W          d      Wet mapping function (Note 2)
+*
+*  Notes:
+* 
+*  1) The coefficients can be obtained from the primary website
+*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website
+*     http://www.hg.tuwien.ac.at/~ecmwf1/. 
+*
+*  2) The mapping functions are dimensionless scale factors.
+*
+*  Test case:
+*     given input: AH   = 0.00127683D0 
+*                  AW   = 0.00060955D0
+*                  DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  HT   = 824.17D0 meters
+*                  ZD   = 1.278564131D0 radians
+*
+*     expected output: VMF1H = 3.423513691014495652D0
+*                      VMF1W = 3.449100942061193553D0
+*                     
+*  References:
+*
+*     Boehm, J., Werl, B., and Schuh, H., (2006), 
+*     "Troposhere mapping functions for GPS and very long baseline
+*     interferometry from European Centre for Medium-Range Weather
+*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111,
+*     B02406, doi:10.1029/2005JB003629
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2005 October 02 J. Boehm     Original code
+*  2009 August 17 B.E. Stetzler Added header and copyright
+*  2009 August 17 B.E. Stetzler More modifications and defined twopi
+*  2009 August 17 B.E. Stetzler Provided test case
+*  2009 August 17 B.E. Stetzler Capitalized all variables for FORTRAN 77
+*                               compatibility
+*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain
+*                                    VMF coefficients 
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+     
+      DOUBLE PRECISION AH, AW, DMJD, DLAT, HT, ZD, VMF1H, VMF1W 
+
+      DOUBLE PRECISION DOY, BH, C0H, C11H, C10H, PHH, CH, SINE, BETA,
+     .                 GAMMA, TOPCON, BW, CW, PI, TWOPI, A_HT, B_HT,
+     .                 C_HT, HS_KM, HT_CORR_COEF, HT_CORR
+
+      PARAMETER ( PI = 3.1415926535897932384626433D0 )
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+*+---------------------------------------------------------------------
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent
+*----------------------------------------------------------------------
+      DOY = DMJD  - 44239D0 + 1 - 28
+      
+      BH  = 0.0029D0
+      C0H = 0.062D0
+      IF (DLAT.LT.0D0) THEN   ! southern hemisphere
+          PHH  = PI
+          C11H = 0.007D0
+          C10H = 0.002D0
+      ELSE                    ! northern hemisphere
+          PHH  = 0D0
+          C11H = 0.005D0
+          C10H = 0.001D0
+      END IF
+      CH = C0H + ((DCOS(DOY/365.25D0*TWOPI + PHH)+1D0)*C11H/2D0 
+     .     + C10H)*(1D0-DCOS(DLAT))
+
+
+      SINE   = DSIN(PI/2D0 - ZD)
+      BETA   = BH/( SINE + CH  )
+      GAMMA  = AH/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1H   = TOPCON/(SINE+GAMMA)
+      
+*  Compute the height correction (Niell, 1996)     
+
+      A_HT = 2.53D-5
+      B_HT = 5.49D-3
+      C_HT = 1.14D-3
+      HS_KM  = HT/1000D0
+      BETA         = B_HT/( SINE + C_HT)
+      GAMMA        = A_HT/( SINE + BETA)
+      TOPCON       = (1D0 + A_HT/(1D0 + B_HT/(1D0 + C_HT)))
+      HT_CORR_COEF = 1D0/SINE - TOPCON/(SINE + GAMMA)
+      HT_CORR      = HT_CORR_COEF * HS_KM
+      VMF1H        = VMF1H + HT_CORR
+
+      BW = 0.00146D0
+      CW = 0.04391D0
+      BETA   = BW/( SINE + CW )
+      GAMMA  = AW/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1W  = TOPCON/(SINE+GAMMA)
+      
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/vmf1_ht.f.org b/lib/iers/src/vmf1_ht.f.org
new file mode 100644
index 0000000..5d820d2
--- /dev/null
+++ b/lib/iers/src/vmf1_ht.f.org
@@ -0,0 +1,233 @@
+      SUBROUTINE VMF1_HT (AH,AW,DMJD,DLAT,HT,ZD,VMF1H,VMF1W)
+*+
+*  - - - - - - - - -
+*   V M F 1 _ H T 
+*  - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al. 2006).
+*
+*     :------------------------------------------:
+*     :                                          :
+*     :                 IMPORTANT                :
+*     :                                          :
+*     :  This version uses height correction!    :
+*     :  It has to be used with the VMF Grid     :
+*     :  located at the website mentioned in     :
+*     :  the Notes.                              :
+*     :__________________________________________:
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Class 1 model	
+* 
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Given:
+*     AH             d      Hydrostatic coefficient a (Note 1)
+*     AW             d      Wet coefficient a (Note 1)
+*     DMJD           d      Modified Julian Date
+*     DLAT           d      Latitude given in radians (North Latitude)
+*     HT             d      Ellipsoidal height given in meters
+*     ZD             d      Zenith distance in radians
+*
+*  Returned:
+*     VMF1H          d      Hydrostatic mapping function (Note 2)
+*     VMF1W          d      Wet mapping function (Note 2)
+*
+*  Notes:
+* 
+*  1) The coefficients can be obtained from the primary website
+*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website
+*     http://www.hg.tuwien.ac.at/~ecmwf1/. 
+*
+*  2) The mapping functions are dimensionless scale factors.
+*
+*  Test case:
+*     given input: AH   = 0.00127683D0 
+*                  AW   = 0.00060955D0
+*                  DMJD = 55055D0
+*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV)
+*                  HT   = 824.17D0 meters
+*                  ZD   = 1.278564131D0 radians
+*
+*     expected output: VMF1H = 3.423513691014495652D0
+*                      VMF1W = 3.449100942061193553D0
+*                     
+*  References:
+*
+*     Boehm, J., Werl, B., and Schuh, H., (2006), 
+*     "Troposhere mapping functions for GPS and very long baseline
+*     interferometry from European Centre for Medium-Range Weather
+*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111,
+*     B02406, doi:10.1029/2005JB003629
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2005 October 02 J. Boehm     Original code
+*  2009 August 17 B.E. Stetzler Added header and copyright
+*  2009 August 17 B.E. Stetzler More modifications and defined twopi
+*  2009 August 17 B.E. Stetzler Provided test case
+*  2009 August 17 B.E. Stetzler Capitalized all variables for FORTRAN 77
+*                               compatibility
+*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain
+*                                    VMF coefficients 
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+     
+      DOUBLE PRECISION AH, AW, DMJD, DLAT, HT, ZD, VMF1H, VMF1W 
+
+      DOUBLE PRECISION DOY, BH, C0H, C11H, C10H, PHH, CH, SINE, BETA,
+     .                 GAMMA, TOPCON, BW, CW, PI, TWOPI, A_HT, B_HT,
+     .                 C_HT, HS_KM, HT_CORR_COEF, HT_CORR
+
+      PARAMETER ( PI = 3.1415926535897932384626433D0 )
+      PARAMETER (TWOPI = 6.283185307179586476925287D0)
+
+*+---------------------------------------------------------------------
+*     Reference day is 28 January 1980
+*     This is taken from Niell (1996) to be consistent
+*----------------------------------------------------------------------
+      DOY = DMJD  - 44239D0 + 1 - 28
+      
+      BH  = 0.0029D0;
+      C0H = 0.062D0
+      IF (DLAT.LT.0D0) THEN   ! southern hemisphere
+          PHH  = PI
+          C11H = 0.007D0
+          C10H = 0.002D0
+      ELSE                    ! northern hemisphere
+          PHH  = 0D0
+          C11H = 0.005D0
+          C10H = 0.001D0
+      END IF
+      CH = C0H + ((DCOS(DOY/365.25D0*TWOPI + PHH)+1D0)*C11H/2D0 
+     .     + C10H)*(1D0-DCOS(DLAT))
+
+
+      SINE   = DSIN(PI/2D0 - ZD)
+      BETA   = BH/( SINE + CH  )
+      GAMMA  = AH/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1H   = TOPCON/(SINE+GAMMA)
+      
+*  Compute the height correction (Niell, 1996)     
+
+      A_HT = 2.53D-5
+      B_HT = 5.49D-3
+      C_HT = 1.14D-3
+      HS_KM  = HT/1000D0
+      BETA         = B_HT/( SINE + C_HT)
+      GAMMA        = A_HT/( SINE + BETA)
+      TOPCON       = (1D0 + A_HT/(1D0 + B_HT/(1D0 + C_HT)))
+      HT_CORR_COEF = 1D0/SINE - TOPCON/(SINE + GAMMA)
+      HT_CORR      = HT_CORR_COEF * HS_KM
+      VMF1H        = VMF1H + HT_CORR
+
+      BW = 0.00146D0
+      CW = 0.04391D0
+      BETA   = BW/( SINE + CW )
+      GAMMA  = AW/( SINE + BETA)
+      TOPCON = (1D0 + AW/(1D0 + BW/(1D0 + CW)))
+      VMF1W  = TOPCON/(SINE+GAMMA)
+      
+* Finished.
+
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END      
diff --git a/lib/iers/src/zero_vec8.f b/lib/iers/src/zero_vec8.f
new file mode 100644
index 0000000..1b45578
--- /dev/null
+++ b/lib/iers/src/zero_vec8.f
@@ -0,0 +1,150 @@
+      SUBROUTINE ZERO_VEC8(V)
+*+
+*  - - - - - - - - - - -
+*   Z E R O _ V E C 8
+*  - - - - - - - - - - -
+*
+*  This routine is part of the International Earth Rotation and
+*  Reference Systems Service (IERS) Conventions software collection.
+*
+*  This subroutine zeroes a vector.
+*
+*  In general, Class 1, 2, and 3 models represent physical effects that
+*  act on geodetic parameters while canonical models provide lower-level
+*  representations or basic computations that are used by Class 1, 2, or
+*  3 models.
+* 
+*  Status: Canonical model
+*
+*     Class 1 models are those recommended to be used a priori in the
+*     reduction of raw space geodetic data in order to determine
+*     geodetic parameter estimates.
+*     Class 2 models are those that eliminate an observational
+*     singularity and are purely conventional in nature.
+*     Class 3 models are those that are not required as either Class
+*     1 or 2.
+*     Canonical models are accepted as is and cannot be classified as a
+*     Class 1, 2, or 3 model.
+*
+*  Returned:
+*     V            d(3)      vector V 
+*
+*  Called:
+*     None
+*
+*  Test case: This is a support routine of the main program DEHANTTIDEINEL.F.
+*     given input: V(1) = 2D0
+*                  V(2) = 2D0
+*                  V(3) = 3D0
+*     
+*     expected output: V = 0D0
+*
+*  References:
+*
+*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station
+*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477
+*
+*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010),
+*     IERS Technical Note No. 36, BKG (2010)
+*
+*  Revisions:
+*  2009 July 29 B.E.Stetzler Initial standardization of subroutine,
+*                            provided a test case, and capitalized
+*                            all variables for FORTRAN 77 compatibility  
+*-----------------------------------------------------------------------
+
+      IMPLICIT NONE
+
+      DOUBLE PRECISION V(3)
+
+*  Get the zeros of the components of the vector.
+      V(1)= 0D0
+      V(2)= 0D0
+      V(3)= 0D0
+
+      RETURN
+
+* Finished.
+  
+*+----------------------------------------------------------------------
+*
+*  Copyright (C) 2008
+*  IERS Conventions Center
+*
+*  ==================================
+*  IERS Conventions Software License
+*  ==================================
+*
+*  NOTICE TO USER:
+*
+*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS
+*  WHICH APPLY TO ITS USE.
+*
+*  1. The Software is provided by the IERS Conventions Center ("the
+*     Center").
+*
+*  2. Permission is granted to anyone to use the Software for any
+*     purpose, including commercial applications, free of charge,
+*     subject to the conditions and restrictions listed below.
+*
+*  3. You (the user) may adapt the Software and its algorithms for your
+*     own purposes and you may distribute the resulting "derived work"
+*     to others, provided that the derived work complies with the
+*     following requirements:
+*
+*     a) Your work shall be clearly identified so that it cannot be
+*        mistaken for IERS Conventions software and that it has been
+*        neither distributed by nor endorsed by the Center.
+*
+*     b) Your work (including source code) must contain descriptions of
+*        how the derived work is based upon and/or differs from the
+*        original Software.
+*
+*     c) The name(s) of all modified routine(s) that you distribute
+*        shall be changed.
+* 
+*     d) The origin of the IERS Conventions components of your derived
+*        work must not be misrepresented; you must not claim that you
+*        wrote the original Software.
+*
+*     e) The source code must be included for all routine(s) that you
+*        distribute.  This notice must be reproduced intact in any
+*        source distribution. 
+*
+*  4. In any published work produced by the user and which includes
+*     results achieved by using the Software, you shall acknowledge
+*     that the Software was used in obtaining those results.
+*
+*  5. The Software is provided to the user "as is" and the Center makes
+*     no warranty as to its use or performance.   The Center does not
+*     and cannot warrant the performance or results which the user may
+*     obtain by using the Software.  The Center makes no warranties,
+*     express or implied, as to non-infringement of third party rights,
+*     merchantability, or fitness for any particular purpose.  In no
+*     event will the Center be liable to the user for any consequential,
+*     incidental, or special damages, including any lost profits or lost
+*     savings, even if a Center representative has been advised of such
+*     damages, or for any claim by any third party.
+*
+*  Correspondence concerning IERS Conventions software should be
+*  addressed as follows:
+*
+*                     Gerard Petit
+*     Internet email: gpetit[at]bipm.org
+*     Postal address: IERS Conventions Center
+*                     Time, frequency and gravimetry section, BIPM
+*                     Pavillon de Breteuil
+*                     92312 Sevres  FRANCE
+*
+*     or
+*
+*                     Brian Luzum
+*     Internet email: brian.luzum[at]usno.navy.mil
+*     Postal address: IERS Conventions Center
+*                     Earth Orientation Department
+*                     3450 Massachusetts Ave, NW
+*                     Washington, DC 20392
+*
+*
+*-----------------------------------------------------------------------
+      END
diff --git a/lib/iers/src_c/cal2jd.c b/lib/iers/src_c/cal2jd.c
new file mode 100644
index 0000000..98f05be
--- /dev/null
+++ b/lib/iers/src_c/cal2jd.c
@@ -0,0 +1,200 @@
+/* ../src/cal2jd.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int cal2jd_(integer *iy, integer *im, integer *id, 
+	doublereal *djm0, doublereal *djm, integer *j)
+{
+    /* Initialized data */
+
+    static integer mtab[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 };
+
+    static integer my, iypmy;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   C A L 2 J D */
+/*  - - - - - - - - - - - */
+
+/*  Gregorian Calendar to Julian Date. */
+
+/*  This routine is part of the International Astronomical Union's */
+/*  SOFA (Standards of Fundamental Astronomy) software collection. */
+
+/*  Status:  support routine. */
+
+/*  Given: */
+/*     IY,IM,ID    i     year, month, day in Gregorian calendar (Note 1) */
+
+/*  Returned: */
+/*     DJM0        d     MJD zero-point: always 2400000.5 */
+/*     DJM         d     Modified Julian Date for 0 hrs */
+/*     J           i     status: */
+/*                           0 = OK */
+/*                          -1 = bad year   (Note 3: JD not computed) */
+/*                          -2 = bad month  (JD not computed) */
+/*                          -3 = bad day    (JD computed) */
+
+/*  Notes: */
+
+/*  1) The algorithm used is valid from -4800 March 1, but this */
+/*     implementation rejects dates before -4799 January 1. */
+
+/*  2) The Julian Date is returned in two pieces, in the usual SOFA */
+/*     manner, which is designed to preserve time resolution.  The */
+/*     Julian Date is available as a single number by adding DJM0 and */
+/*     DJM. */
+
+/*  3) In early eras the conversion is from the "Proleptic Gregorian */
+/*     Calendar";  no account is taken of the date(s) of adoption of */
+/*     the Gregorian Calendar, nor is the AD/BC numbering convention */
+/*     observed. */
+
+/*  Reference: */
+
+/*     Explanatory Supplement to the Astronomical Almanac, */
+/*     P. Kenneth Seidelmann (ed), University Science Books (1992), */
+/*     Section 12.92 (p604). */
+
+/*  This revision:  2001 September 16 */
+
+/*  Copyright (C) 2008 IAU SOFA Review Board.  See notes at end. */
+
+/* ----------------------------------------------------------------------- */
+/*  Earliest year allowed (4800BC) */
+/*  Month lengths in days */
+/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+/*  Preset status. */
+    *j = 0;
+/*  Validate year. */
+    if (*iy < -4799) {
+	*j = -1;
+    } else {
+/*     Validate month. */
+	if (*im >= 1 && *im <= 12) {
+/*        Allow for leap year. */
+	    if (*iy % 4 == 0) {
+		mtab[1] = 29;
+	    } else {
+		mtab[1] = 28;
+	    }
+	    if (*iy % 100 == 0 && *iy % 400 != 0) {
+		mtab[1] = 28;
+	    }
+/*        Validate day. */
+	    if (*id < 1 || *id > mtab[*im - 1]) {
+		*j = -3;
+	    }
+/*        Result. */
+	    my = (*im - 14) / 12;
+	    iypmy = *iy + my;
+	    *djm0 = 2400000.5;
+	    *djm = (doublereal) ((iypmy + 4800) * 1461 / 4 + (*im - 2 - my * 
+		    12) * 367 / 12 - (iypmy + 4900) / 100 * 3 / 4 + *id - 
+		    2432076);
+/*        Bad month */
+	} else {
+	    *j = -2;
+	}
+    }
+/*  Finished. */
+/* +----------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  Standards Of Fundamental Astronomy Review Board */
+/*  of the International Astronomical Union. */
+
+/*  ===================== */
+/*  SOFA Software License */
+/*  ===================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is owned by the IAU SOFA Review Board ("the Board"). */
+
+/*  2. Permission is granted to anyone to use the SOFA software for any */
+/*     purpose, including commercial applications, free of charge and */
+/*     without payment of royalties, subject to the conditions and */
+/*     restrictions listed below. */
+
+/*  3. You (the user) may copy and adapt the SOFA software and its */
+/*     algorithms for your own purposes and you may copy and distribute */
+/*     a resulting "derived work" to others on a world-wide, royalty-free */
+/*     basis, provided that the derived work complies with the following */
+/*     requirements: */
+
+/*     a) Your work shall be marked or carry a statement that it (i) uses */
+/*        routines and computations derived by you from software provided */
+/*        by SOFA under license to you; and (ii) does not contain */
+/*        software provided by SOFA or software that has been distributed */
+/*        by or endorsed by SOFA. */
+
+/*     b) The source code of your derived work must contain descriptions */
+/*        of how the derived work is based upon and/or differs from the */
+/*        original SOFA software. */
+
+/*     c) The name(s) of all routine(s) that you distribute shall differ */
+/*        from the SOFA names, even when the SOFA content has not been */
+/*        otherwise changed. */
+
+/*     d) The routine-naming prefix "iau" shall not be used. */
+
+/*     e) The origin of the SOFA components of your derived work must not */
+/*        be misrepresented;  you must not claim that you wrote the */
+/*        original software, nor file a patent application for SOFA */
+/*        software or algorithms embedded in the SOFA software. */
+
+/*     f) These requirements must be reproduced intact in any source */
+/*        distribution and shall apply to anyone to whom you have granted */
+/*        a further right to modify the source code of your derived work. */
+
+/*  4. In any published work or commercial products which includes */
+/*     results achieved by using the SOFA software, you shall acknowledge */
+/*     that the SOFA software was used in obtaining those results. */
+
+/*  5. You shall not cause the SOFA software to be brought into */
+/*     disrepute, either by misuse, or use for inappropriate tasks, or by */
+/*     inappropriate modification. */
+
+/*  6. The SOFA software is provided "as is" and the Board makes no */
+/*     warranty as to its use or performance.   The Board does not and */
+/*     cannot warrant the performance or results which the user may obtain */
+/*     by using the SOFA software.  The Board makes no warranties, express */
+/*     or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Board be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Board representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  7. The provision of any version of the SOFA software under the terms */
+/*     and conditions specified herein does not imply that future */
+/*     versions will also be made available under the same terms and */
+/*     conditions. */
+
+/*  Correspondence concerning SOFA software should be addressed as */
+/*  follows: */
+
+/*     Internet email: sofa at rl.ac.uk */
+/*     Postal address: IAU SOFA Center */
+/*                     Rutherford Appleton Laboratory */
+/*                     Chilton, Didcot, Oxon OX11 0QX */
+/*                     United Kingdom */
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* cal2jd_ */
+
diff --git a/lib/iers/src_c/dat.c b/lib/iers/src_c/dat.c
new file mode 100644
index 0000000..12f4543
--- /dev/null
+++ b/lib/iers/src_c/dat.c
@@ -0,0 +1,310 @@
+/* ../src/dat.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int dat_(integer *iy, integer *im, integer *id, doublereal *
+	fd, doublereal *deltat, integer *j)
+{
+    /* Initialized data */
+
+    static integer idate[78]	/* was [2][39] */ = { 1960,1,1961,1,1961,8,
+	    1962,1,1963,11,1964,1,1964,4,1964,9,1965,1,1965,3,1965,7,1965,9,
+	    1966,1,1968,2,1972,1,1972,7,1973,1,1974,1,1975,1,1976,1,1977,1,
+	    1978,1,1979,1,1980,1,1981,7,1982,7,1983,7,1985,7,1988,1,1990,1,
+	    1991,1,1992,7,1993,7,1994,7,1996,1,1997,7,1999,1,2006,1,2009,1 };
+    static doublereal dats[39] = { 1.417818,1.422818,1.372818,1.845858,
+	    1.945858,3.24013,3.34013,3.44013,3.54013,3.64013,3.74013,3.84013,
+	    4.31317,4.21317,10.,11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,21.,
+	    22.,23.,24.,25.,26.,27.,28.,29.,30.,31.,32.,33.,34. };
+    static doublereal drift[28]	/* was [2][14] */ = { 37300.,.001296,37300.,
+	    .001296,37300.,.001296,37665.,.0011232,37665.,.0011232,38761.,
+	    .001296,38761.,.001296,38761.,.001296,38761.,.001296,38761.,
+	    .001296,38761.,.001296,38761.,.001296,39126.,.002592,39126.,
+	    .002592 };
+
+    static integer i__, m;
+    static doublereal da;
+    static integer is, js;
+    static doublereal djm, djm0;
+    static logical more;
+    extern /* Subroutine */ int cal2jd_(integer *, integer *, integer *, 
+	    doublereal *, doublereal *, integer *);
+
+/* + */
+/*  - - - - - - - - */
+/*   D A T */
+/*  - - - - - - - - */
+
+/*  For a given UTC date, calculate delta(AT) = TAI-UTC. */
+
+/*     :------------------------------------------: */
+/*     :                                          : */
+/*     :                 IMPORTANT                : */
+/*     :                                          : */
+/*     :  A new version of this routine must be   : */
+/*     :  produced whenever a new leap second is  : */
+/*     :  announced.  There are five items to     : */
+/*     :  change on each such occasion:           : */
+/*     :                                          : */
+/*     :  1) The parameter NDAT must be           : */
+/*     :     increased by 1.                      : */
+/*     :                                          : */
+/*     :  2) A new line must be added to the set  : */
+/*     :     of DATA statements that initialize   : */
+/*     :     the arrays IDATE and DATS.           : */
+/*     :                                          : */
+/*     :  3) The parameter IYV must be set to     : */
+/*     :     the current year.                    : */
+/*     :                                          : */
+/*     :  4) The "Latest leap second" comment     : */
+/*     :     below must be set to the new leap    : */
+/*     :     second date.                         : */
+/*     :                                          : */
+/*     :  5) The "This revision" comment, later,  : */
+/*     :     must be set to the current date.     : */
+/*     :                                          : */
+/*     :  Change (3) must also be carried out     : */
+/*     :  whenever the routine is re-issued,      : */
+/*     :  even if no leap seconds have been       : */
+/*     :  added.                                  : */
+/*     :                                          : */
+/*     :  Latest leap second:  2008 December 31   : */
+/*     :                                          : */
+/*     :__________________________________________: */
+
+/*  This routine is part of the International Astronomical Union's */
+/*  SOFA (Standards of Fundamental Astronomy) software collection. */
+
+/*  Status:  support routine. */
+
+/*  Given: */
+/*     IY       i     UTC:  year (Notes 1 and 2) */
+/*     IM       i           month (Note 2) */
+/*     ID       i           day (Notes 2 and 3) */
+/*     FD       d           fraction of day (Note 4) */
+
+/*  Returned: */
+/*     DELTAT   d     TAI minus UTC, seconds */
+/*     J        i     status (Note 5): */
+/*                       1 = dubious year (Note 1) */
+/*                       0 = OK */
+/*                      -1 = bad year */
+/*                      -2 = bad month */
+/*                      -3 = bad day (Note 3) */
+/*                      -4 = bad fraction (Note 4) */
+
+/*  Notes: */
+
+/*  1) UTC began at 1960 January 1.0 (JD 2436934.5) and it is improper */
+/*     to call the routine with an earlier date.  If this is attempted, */
+/*     zero is returned together with a warning status. */
+
+/*     Because leap seconds cannot, in principle, be predicted in */
+/*     advance, a reliable check for dates beyond the valid range is */
+/*     impossible.  To guard against gross errors, a year five or more */
+/*     after the release year of the present routine (see parameter IYV) */
+/*     is considered dubious.  In this case a warning status is returned */
+/*     but the result is computed in the normal way. */
+
+/*     For both too-early and too-late years, the warning status is J=+1. */
+/*     This is distinct from the error status J=-1, which signifies a */
+/*     year so early that JD could not be computed. */
+
+/*  2) If the specified date is for a day which ends with a leap second, */
+/*     the UTC-TAI value returned is for the period leading up to the */
+/*     leap second.  If the date is for a day which begins as a leap */
+/*     second ends, the UTC-TAI returned is for the period following the */
+/*     leap second. */
+
+/*  3) The day number must be in the normal calendar range, for example */
+/*     1 through 30 for April.  The "almanac" convention of allowing */
+/*     such dates as January 0 and December 32 is not supported in this */
+/*     routine, in order to avoid confusion near leap seconds. */
+
+/*  4) The fraction of day is used only for dates before the introduction */
+/*     of leap seconds, the first of which occurred at the end of 1971. */
+/*     It is tested for validity (zero to less than 1 is the valid range) */
+/*     even if not used;  if invalid, zero is used and status J=-4 is */
+/*     returned.  For many applications, setting FD to zero is */
+/*     acceptable;  the resulting error is always less than 3 ms (and */
+/*     occurs only pre-1972). */
+
+/*  5) The status value returned in the case where there are multiple */
+/*     errors refers to the first error detected.  For example, if the */
+/*     month and day are 13 and 32 respectively, J=-2 (bad month) will be */
+/*     returned. */
+
+/*  6) In cases where a valid result is not available, zero is returned. */
+
+/*  References: */
+
+/*  1) For dates from 1961 January 1 onwards, the expressions from the */
+/*     file ftp://maia.usno.navy.mil/ser7/tai-utc.dat are used. */
+
+/*  2) The 5ms timestep at 1961 January 1 is taken from 2.58.1 (p87) of */
+/*     the 1992 Explanatory Supplement. */
+
+/*  Called: */
+/*     CAL2JD       Gregorian calendar to Julian Day number */
+
+/*  This revision:  2008 July 5 */
+
+/*  Copyright (C) 2008 IAU SOFA Review Board.  See notes at end. */
+
+/* ----------------------------------------------------------------------- */
+/*  Release year for this version of DAT */
+/*  Number of Delta(AT) changes (increase by 1 for each new leap second) */
+/*  Number of Delta(AT) expressions before leap seconds were introduced */
+/*  Dates (year, month) on which new Delta(AT) came into force */
+/*  New Delta(AT) which came into force on the given dates */
+/*  Reference dates (MJD) and drift rates (s/day), pre leap seconds */
+/*  Miscellaneous local variables */
+/*  Dates and Delta(AT)s */
+/*  Reference dates and drift rates */
+/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+/*  Initialize the result to zero and the status to OK. */
+    da = 0.;
+    js = 0;
+/*  If invalid fraction of a day, set error status and give up. */
+    if (*fd < 0. || *fd >= 1.) {
+	js = -4;
+	goto L9000;
+    }
+/*  Convert the date into an MJD. */
+    cal2jd_(iy, im, id, &djm0, &djm, &js);
+/*  If invalid year, month, or day, give up. */
+    if (js < 0) {
+	goto L9000;
+    }
+/*  If pre-UTC year, set warning status and give up. */
+    if (*iy < idate[0]) {
+	js = 1;
+	goto L9000;
+    }
+/*  If suspiciously late year, set warning status but proceed. */
+    if (*iy > 2014) {
+	js = 1;
+    }
+/*  Combine year and month. */
+    m = *iy * 12 + *im;
+/*  Prepare to search the tables. */
+    more = TRUE_;
+/*  Find the most recent table entry. */
+    for (i__ = 39; i__ >= 1; --i__) {
+	if (more) {
+	    is = i__;
+	    more = m < idate[(i__ << 1) - 2] * 12 + idate[(i__ << 1) - 1];
+	}
+/* L1: */
+    }
+/*  Get the Delta(AT). */
+    da = dats[is - 1];
+/*  If pre-1972, adjust for drift. */
+    if (is <= 14) {
+	da += (djm + *fd - drift[(is << 1) - 2]) * drift[(is << 1) - 1];
+    }
+/*  Return the Delta(AT) value and the status. */
+L9000:
+    *deltat = da;
+    *j = js;
+/*  Finished. */
+/* +----------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  Standards Of Fundamental Astronomy Review Board */
+/*  of the International Astronomical Union. */
+
+/*  ===================== */
+/*  SOFA Software License */
+/*  ===================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is owned by the IAU SOFA Review Board ("the Board"). */
+
+/*  2. Permission is granted to anyone to use the SOFA software for any */
+/*     purpose, including commercial applications, free of charge and */
+/*     without payment of royalties, subject to the conditions and */
+/*     restrictions listed below. */
+
+/*  3. You (the user) may copy and adapt the SOFA software and its */
+/*     algorithms for your own purposes and you may copy and distribute */
+/*     a resulting "derived work" to others on a world-wide, royalty-free */
+/*     basis, provided that the derived work complies with the following */
+/*     requirements: */
+
+/*     a) Your work shall be marked or carry a statement that it (i) uses */
+/*        routines and computations derived by you from software provided */
+/*        by SOFA under license to you; and (ii) does not contain */
+/*        software provided by SOFA or software that has been distributed */
+/*        by or endorsed by SOFA. */
+
+/*     b) The source code of your derived work must contain descriptions */
+/*        of how the derived work is based upon and/or differs from the */
+/*        original SOFA software. */
+
+/*     c) The name(s) of all routine(s) that you distribute shall differ */
+/*        from the SOFA names, even when the SOFA content has not been */
+/*        otherwise changed. */
+
+/*     d) The routine-naming prefix "iau" shall not be used. */
+
+/*     e) The origin of the SOFA components of your derived work must not */
+/*        be misrepresented;  you must not claim that you wrote the */
+/*        original software, nor file a patent application for SOFA */
+/*        software or algorithms embedded in the SOFA software. */
+
+/*     f) These requirements must be reproduced intact in any source */
+/*        distribution and shall apply to anyone to whom you have granted */
+/*        a further right to modify the source code of your derived work. */
+
+/*  4. In any published work or commercial products which includes */
+/*     results achieved by using the SOFA software, you shall acknowledge */
+/*     that the SOFA software was used in obtaining those results. */
+
+/*  5. You shall not cause the SOFA software to be brought into */
+/*     disrepute, either by misuse, or use for inappropriate tasks, or by */
+/*     inappropriate modification. */
+
+/*  6. The SOFA software is provided "as is" and the Board makes no */
+/*     warranty as to its use or performance.   The Board does not and */
+/*     cannot warrant the performance or results which the user may obtain */
+/*     by using the SOFA software.  The Board makes no warranties, express */
+/*     or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Board be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Board representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  7. The provision of any version of the SOFA software under the terms */
+/*     and conditions specified herein does not imply that future */
+/*     versions will also be made available under the same terms and */
+/*     conditions. */
+
+/*  Correspondence concerning SOFA software should be addressed as */
+/*  follows: */
+
+/*     Internet email: sofa at rl.ac.uk */
+/*     Postal address: IAU SOFA Center */
+/*                     Rutherford Appleton Laboratory */
+/*                     Chilton, Didcot, Oxon OX11 0QX */
+/*                     United Kingdom */
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* dat_ */
+
diff --git a/lib/iers/src_c/dehanttideinel.c b/lib/iers/src_c/dehanttideinel.c
new file mode 100644
index 0000000..2210e57
--- /dev/null
+++ b/lib/iers/src_c/dehanttideinel.c
@@ -0,0 +1,448 @@
+/* ../src/dehanttideinel.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int dehanttideinel_(doublereal *xsta, integer *yr, integer *
+	month, integer *day, doublereal *fhr, doublereal *xsun, doublereal *
+	xmon, doublereal *dxtide)
+{
+    /* Initialized data */
+
+    static doublereal h20 = .6078;
+    static doublereal l20 = .0847;
+    static doublereal h3 = .292;
+    static doublereal l3 = .015;
+
+    /* System generated locals */
+    doublereal d__1, d__2;
+
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+    /* Local variables */
+    static doublereal mass_ratio_moon__;
+    extern /* Subroutine */ int step2diu_(doublereal *, doublereal *, 
+	    doublereal *, doublereal *), step2lon_(doublereal *, doublereal *,
+	     doublereal *);
+    static integer i__;
+    extern /* Subroutine */ int zero_vec8__(doublereal *);
+    static doublereal t, h2, l2, re;
+    extern /* Subroutine */ int dat_(integer *, integer *, integer *, 
+	    doublereal *, doublereal *, integer *);
+    static doublereal scm, scs, dtt, jjm0, jjm1;
+    extern /* Subroutine */ int st1l1_(doublereal *, doublereal *, doublereal 
+	    *, doublereal *, doublereal *, doublereal *);
+    static doublereal rsta, rmon, rsun, p2mon, p3mon, x2mon, x3mon, p2sun, 
+	    p3sun, x2sun, x3sun, scmon;
+    extern /* Subroutine */ int sprod_(doublereal *, doublereal *, doublereal 
+	    *, doublereal *, doublereal *);
+    static doublereal scsun;
+    extern /* Subroutine */ int cal2jd_(integer *, integer *, integer *, 
+	    doublereal *, doublereal *, integer *);
+    static doublereal cosphi;
+    static integer statut;
+    static doublereal fac2mon, fac3mon, fac2sun, fac3sun;
+    extern /* Subroutine */ int st1idiu_(doublereal *, doublereal *, 
+	    doublereal *, doublereal *, doublereal *, doublereal *);
+    static doublereal mass_ratio_sun__;
+    extern /* Subroutine */ int st1isem_(doublereal *, doublereal *, 
+	    doublereal *, doublereal *, doublereal *, doublereal *);
+    static doublereal xcorsta[3];
+
+/* + */
+/*  - - - - - - - - - - - - - - - */
+/*   D E H A N T T I D E I N E L */
+/*  - - - - - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine computes the tidal corrections of station displacements */
+/*  caused by lunar and solar gravitational attraction (see References). */
+/*  The computations are calculated by the following steps: */
+
+/*  Step 1): General degree 2 and degree 3 corrections + CALL ST1IDIU */
+/*  + CALL ST1ISEM + CALL ST1L1. */
+
+/*  Step 2): CALL STEP2DIU + CALL STEP2LON */
+
+/*  It has been decided that the Step 3 non-correction for permanent tide */
+/*  would not be applied in order to avoid a jump in the reference frame. */
+/*  This Step 3 must be added in order to get the non-tidal station position */
+/*  and to conform with the IAG Resolution. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     XSUN          d(3)   Geocentric position of the Sun (Note 2) */
+/*     XMON          d(3)   Geocentric position of the Moon (Note 2) */
+/*     YR            i      Year (Note 3) */
+/*     MONTH         i      Month (Note 3) */
+/*     DAY           i      Day of Month (Note 3) */
+/*     FHR           d      Hour in the day (Note 4) */
+
+/*  Returned: */
+/*     DXTIDE        d(3)   Displacement vector (Note 5) */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates, */
+/*     X, Y, and Z, are expressed in meters. */
+
+/*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All */
+/*     coordinates are expressed in meters. */
+
+/*  3) The values are expressed in Coordinated Universal Time (UTC). */
+
+/*  4) The fractional hours in the day is computed as the hour + minutes/60.0 */
+/*     + sec/3600.0.  The unit is expressed in Universal Time (UT). */
+
+/*  5) The displacement vector is in the geocentric ITRF.  All components are */
+/*     expressed in meters. */
+
+/*  Called: */
+/*     SPROD             Finds the scalar product and unit vector of two vectors */
+/*     ZERO_VEC8         Returns the zero vector */
+/*     ST1IDIU           Corrects for the out-of-phase part of Love numbers */
+/*                       for the diurnal band */
+/*     ST1ISEM           Same as above for the semi-diurnal band */
+/*     ST1L1             Corrects for the latitude dependence of Love numbers */
+/*     CAL2JD            Computes Julian Date from Gregorian calendar date */
+/*     DAT               Computes the difference TAI-UTC */
+/*     STEP2DIU          Computes in-phase and out-of-phase corrections in */
+/*                       the diurnal band */
+/*     STEP2LON          Same as above for the long period band */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  XSUN(1) = 137859926952.015D0 meters */
+/*                  XSUN(2) = 54228127881.4350D0 meters */
+/*                  XSUN(3) = 23509422341.6960D0 meters */
+/*                  XMON(1) = -179996231.920342D0 meters */
+/*                  XMON(2) = -312468450.131567D0 meters */
+/*                  XMON(3) = -169288918.592160D0 meters */
+/*                  YR      = 2009 */
+/*                  MONTH   = 4 */
+/*                  DAY     = 13 */
+/*                  FHR     = 0.00D0 seconds */
+
+/*     expected output:  DXTIDE(1) = 0.7700420357108125891D-01 meters */
+/*                       DXTIDE(2) = 0.6304056321824967613D-01 meters */
+/*                       DXTIDE(3) = 0.5516568152597246810D-01 meters */
+
+/*  References: */
+
+/*     Groten, E., 2000, Geodesists Handbook 2000, Part 4, */
+/*     http://www.gfy.ku.dk/~iag/HB2000/part4/groten.htm. See also */
+/*     ''Parameters of Common Relevance of Astronomy, Geodesy, and */
+/*     Geodynamics," J. Geod., 74, pp. 134-140 */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*     Pitjeva, E. and Standish, E. M., 2009, ''Proposals for the masses */
+/*     of the three largest asteroids, the Moon-Earth mass ratio and the */
+/*     Astronomical Unit," Celest. Mech. Dyn. Astr., 103, pp. 365-372 */
+
+/*     Ries, J. C., Eanes, R. J., Shum, C. K. and Watkins, M. M., 1992, */
+/*     ''Progress in the Determination of the Gravitational Coefficient */
+/*     of the Earth," Geophys. Res. Lett., 19(6), pp. 529-531 */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*                   P. M. Mathews */
+/*                   J. Gipson */
+/*  2000 May      17 V. Dehant      Last modifications */
+/*                   P. M. Mathews */
+/*  2006 February 06 J. Ray         Header comments modified to clarify */
+/*                                  input/output units and systems */
+/*  2006 February 06 J. Ray         Subroutine DUTC modified for leap */
+/*                                  second on 2006.0 and to correct */
+/*                                  do 5 i=1,87 from 84 to 87 */
+/*  2006 August   31 G. Petit       Correct DUTC for dates after 2007 */
+/*  2007 June     20 H. Manche      Modified DUTC to correct past mistake */
+/*                                  and corrected DE line in subroutine */
+/*                                  STEP2DIU */
+/*  2007 October  23 H. Manche      Replace subroutines DUTC and FJLDY with */
+/*                   G. Petit       SOFA subroutines iau_CAL2JD and iau_DAT */
+/*                                  and correct time arguments of subroutine */
+/*                                  STEP2DIU */
+/*  2009 February 19 G. Petit       Update routine iau_DAT for 2009.0 leap */
+/*                                  second */
+/*  2009 August   06 B.E. Stetzler  Initial standardization of code */
+/*  2009 August   07 B.E. Stetzler  Updated MASS_RATIO_SUN, */
+/*                                  MASS_RATIO_MOON and RE to CBEs and */
+/*                                  provided a test case */
+/*  2009 August  07  B.E. Stetzler  Capitalized all variables for Fortran */
+/*                                  77 compatibility */
+/*  2009 September 01 B.E. Stetzler Removed 'iau_' from redistributed SOFA */
+/*                                  subroutines */
+/* ----------------------------------------------------------------------- */
+/* ---------------------------------------------------------------------- */
+/* NOMINAL SECOND DEGREE AND THIRD DEGREE LOVE NUMBERS AND SHIDA NUMBERS */
+/* ---------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --dxtide;
+    --xmon;
+    --xsun;
+    --xsta;
+
+    /* Function Body */
+/* ---------------------------------------------------------------------- */
+/* SCALAR PRODUCT OF STATION VECTOR WITH SUN/MOON VECTOR */
+/* ---------------------------------------------------------------------- */
+    sprod_(&xsta[1], &xsun[1], &scs, &rsta, &rsun);
+    sprod_(&xsta[1], &xmon[1], &scm, &rsta, &rmon);
+    scsun = scs / rsta / rsun;
+    scmon = scm / rsta / rmon;
+/* ---------------------------------------------------------------------- */
+/* COMPUTATION OF NEW H2 AND L2 */
+/* ---------------------------------------------------------------------- */
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+    cosphi = sqrt(d__1 * d__1 + d__2 * d__2) / rsta;
+/* Computing 2nd power */
+    d__1 = cosphi;
+    h2 = h20 - (1. - d__1 * d__1 * 1.5) * 6e-4;
+/* Computing 2nd power */
+    d__1 = cosphi;
+    l2 = l20 + (1. - d__1 * d__1 * 1.5) * 2e-4;
+/* P2 term */
+/* Computing 2nd power */
+    d__1 = scsun;
+    p2sun = (h2 / 2. - l2) * 3. * (d__1 * d__1) - h2 / 2.;
+/* Computing 2nd power */
+    d__1 = scmon;
+    p2mon = (h2 / 2. - l2) * 3. * (d__1 * d__1) - h2 / 2.;
+/* P3 term */
+/* Computing 3rd power */
+    d__1 = scsun;
+    p3sun = (h3 - l3 * 3.) * 2.5 * (d__1 * (d__1 * d__1)) + (l3 - h3) * 1.5 * 
+	    scsun;
+/* Computing 3rd power */
+    d__1 = scmon;
+    p3mon = (h3 - l3 * 3.) * 2.5 * (d__1 * (d__1 * d__1)) + (l3 - h3) * 1.5 * 
+	    scmon;
+/* ---------------------------------------------------------------------- */
+/* TERM IN DIRECTION OF SUN/MOON VECTOR */
+/* ---------------------------------------------------------------------- */
+    x2sun = l2 * 3. * scsun;
+    x2mon = l2 * 3. * scmon;
+/* Computing 2nd power */
+    d__1 = scsun;
+    x3sun = l3 * 3. / 2. * (d__1 * d__1 * 5. - 1.);
+/* Computing 2nd power */
+    d__1 = scmon;
+    x3mon = l3 * 3. / 2. * (d__1 * d__1 * 5. - 1.);
+/* ---------------------------------------------------------------------- */
+/* FACTORS FOR SUN/MOON USING IAU CURRENT BEST ESTIMATES (SEE REFERENCES) */
+/* ---------------------------------------------------------------------- */
+    mass_ratio_sun__ = 332946.0482;
+    mass_ratio_moon__ = .0123000371;
+    re = 6378136.6;
+/* Computing 3rd power */
+    d__1 = re / rsun;
+    fac2sun = mass_ratio_sun__ * re * (d__1 * (d__1 * d__1));
+/* Computing 3rd power */
+    d__1 = re / rmon;
+    fac2mon = mass_ratio_moon__ * re * (d__1 * (d__1 * d__1));
+    fac3sun = fac2sun * (re / rsun);
+    fac3mon = fac2mon * (re / rmon);
+/* TOTAL DISPLACEMENT */
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] = fac2sun * (x2sun * xsun[i__] / rsun + p2sun * xsta[i__] 
+		/ rsta) + fac2mon * (x2mon * xmon[i__] / rmon + p2mon * xsta[
+		i__] / rsta) + fac3sun * (x3sun * xsun[i__] / rsun + p3sun * 
+		xsta[i__] / rsta) + fac3mon * (x3mon * xmon[i__] / rmon + 
+		p3mon * xsta[i__] / rsta);
+/* L10: */
+    }
+    zero_vec8__(xcorsta);
+/* +--------------------------------------------------------------------- */
+/* CORRECTIONS FOR THE OUT-OF-PHASE PART OF LOVE NUMBERS (PART H_2^(0)I */
+/* AND L_2^(0)I ) */
+/* ---------------------------------------------------------------------- */
+/* FIRST, FOR THE DIURNAL BAND */
+    st1idiu_(&xsta[1], &xsun[1], &xmon[1], &fac2sun, &fac2mon, xcorsta);
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] += xcorsta[i__ - 1];
+/* L11: */
+    }
+/* SECOND, FOR THE SEMI-DIURNAL BAND */
+    st1isem_(&xsta[1], &xsun[1], &xmon[1], &fac2sun, &fac2mon, xcorsta);
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] += xcorsta[i__ - 1];
+/* L12: */
+    }
+/* +--------------------------------------------------------------------- */
+/* CORRECTIONS FOR THE LATITUDE DEPENDENCE OF LOVE NUMBERS (PART L^(1) ) */
+/* ---------------------------------------------------------------------- */
+    st1l1_(&xsta[1], &xsun[1], &xmon[1], &fac2sun, &fac2mon, xcorsta);
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] += xcorsta[i__ - 1];
+/* L13: */
+    }
+/* CONSIDER CORRECTIONS FOR STEP 2 */
+/* +--------------------------------------------------------------------- */
+/* CORRECTIONS FOR THE DIURNAL BAND: */
+
+/*  FIRST, WE NEED TO KNOW THE DATE CONVERTED IN JULIAN CENTURIES */
+
+/*   1) CALL THE SUBROUTINE COMPUTING THE JULIAN DATE */
+/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
+    cal2jd_(yr, month, day, &jjm0, &jjm1, &statut);
+    t = (jjm0 - 2451545. + jjm1 + *fhr / 24.) / 36525.;
+/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
+/*   2) CALL THE SUBROUTINE COMPUTING THE CORRECTION OF UTC TIME */
+/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
+    dat_(yr, month, day, fhr, &dtt, &statut);
+/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
+    dtt += 32.184;
+/*     CONVERSION OF T IN TT TIME */
+    t += dtt / 3.15576e9;
+/*  SECOND, WE CAN CALL THE SUBROUTINE STEP2DIU, FOR THE DIURNAL BAND */
+/*  CORRECTIONS, (in-phase and out-of-phase frequency dependence): */
+    step2diu_(&xsta[1], fhr, &t, xcorsta);
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] += xcorsta[i__ - 1];
+/* L14: */
+    }
+/*  CORRECTIONS FOR THE LONG-PERIOD BAND, */
+/*  (in-phase and out-of-phase frequency dependence): */
+    step2lon_(&xsta[1], &t, xcorsta);
+    for (i__ = 1; i__ <= 3; ++i__) {
+	dxtide[i__] += xcorsta[i__ - 1];
+/* L15: */
+    }
+/* CONSIDER CORRECTIONS FOR STEP 3 */
+/* ---------------------------------------------------------------------- */
+/* UNCORRECT FOR THE PERMANENT TIDE */
+
+/*      SINPHI=XSTA(3)/RSTA */
+/*      COSPHI=DSQRT(XSTA(1)**2+XSTA(2)**2)/RSTA */
+/*      COSLA=XSTA(1)/COSPHI/RSTA */
+/*      SINLA=XSTA(2)/COSPHI/RSTA */
+/*      DR=-DSQRT(5D0/4D0/PI)*H2*0.31460D0*(3D0/2D0*SINPHI**2-0.5D0) */
+/*      DN=-DSQRT(5D0/4D0/PI)*L2*0.31460D0*3D0*COSPHI*SINPHI */
+/*      DXTIDE(1)=DXTIDE(1)-DR*COSLA*COSPHI+DN*COSLA*SINPHI */
+/*      DXTIDE(2)=DXTIDE(2)-DR*SINLA*COSPHI+DN*SINLA*SINPHI */
+/*      DXTIDE(3)=DXTIDE(3)-DR*SINPHI      -DN*COSPHI */
+/* ----------------------------------------------------------------------- */
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* dehanttideinel_ */
+
diff --git a/lib/iers/src_c/f2c.h b/lib/iers/src_c/f2c.h
new file mode 100644
index 0000000..b94ee7c
--- /dev/null
+++ b/lib/iers/src_c/f2c.h
@@ -0,0 +1,223 @@
+/* f2c.h  --  Standard Fortran to C header file */
+
+/**  barf  [ba:rf]  2.  "He suggested using FORTRAN, and everybody barfed."
+
+	- From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */
+
+#ifndef F2C_INCLUDE
+#define F2C_INCLUDE
+
+typedef long int integer;
+typedef unsigned long int uinteger;
+typedef char *address;
+typedef short int shortint;
+typedef float real;
+typedef double doublereal;
+typedef struct { real r, i; } complex;
+typedef struct { doublereal r, i; } doublecomplex;
+typedef long int logical;
+typedef short int shortlogical;
+typedef char logical1;
+typedef char integer1;
+#ifdef INTEGER_STAR_8	/* Adjust for integer*8. */
+typedef long long longint;		/* system-dependent */
+typedef unsigned long long ulongint;	/* system-dependent */
+#define qbit_clear(a,b)	((a) & ~((ulongint)1 << (b)))
+#define qbit_set(a,b)	((a) |  ((ulongint)1 << (b)))
+#endif
+
+#define TRUE_ (1)
+#define FALSE_ (0)
+
+/* Extern is for use with -E */
+#ifndef Extern
+#define Extern extern
+#endif
+
+/* I/O stuff */
+
+#ifdef f2c_i2
+/* for -i2 */
+typedef short flag;
+typedef short ftnlen;
+typedef short ftnint;
+#else
+typedef long int flag;
+typedef long int ftnlen;
+typedef long int ftnint;
+#endif
+
+/*external read, write*/
+typedef struct
+{	flag cierr;
+	ftnint ciunit;
+	flag ciend;
+	char *cifmt;
+	ftnint cirec;
+} cilist;
+
+/*internal read, write*/
+typedef struct
+{	flag icierr;
+	char *iciunit;
+	flag iciend;
+	char *icifmt;
+	ftnint icirlen;
+	ftnint icirnum;
+} icilist;
+
+/*open*/
+typedef struct
+{	flag oerr;
+	ftnint ounit;
+	char *ofnm;
+	ftnlen ofnmlen;
+	char *osta;
+	char *oacc;
+	char *ofm;
+	ftnint orl;
+	char *oblnk;
+} olist;
+
+/*close*/
+typedef struct
+{	flag cerr;
+	ftnint cunit;
+	char *csta;
+} cllist;
+
+/*rewind, backspace, endfile*/
+typedef struct
+{	flag aerr;
+	ftnint aunit;
+} alist;
+
+/* inquire */
+typedef struct
+{	flag inerr;
+	ftnint inunit;
+	char *infile;
+	ftnlen infilen;
+	ftnint	*inex;	/*parameters in standard's order*/
+	ftnint	*inopen;
+	ftnint	*innum;
+	ftnint	*innamed;
+	char	*inname;
+	ftnlen	innamlen;
+	char	*inacc;
+	ftnlen	inacclen;
+	char	*inseq;
+	ftnlen	inseqlen;
+	char 	*indir;
+	ftnlen	indirlen;
+	char	*infmt;
+	ftnlen	infmtlen;
+	char	*inform;
+	ftnint	informlen;
+	char	*inunf;
+	ftnlen	inunflen;
+	ftnint	*inrecl;
+	ftnint	*innrec;
+	char	*inblank;
+	ftnlen	inblanklen;
+} inlist;
+
+#define VOID void
+
+union Multitype {	/* for multiple entry points */
+	integer1 g;
+	shortint h;
+	integer i;
+	/* longint j; */
+	real r;
+	doublereal d;
+	complex c;
+	doublecomplex z;
+	};
+
+typedef union Multitype Multitype;
+
+/*typedef long int Long;*/	/* No longer used; formerly in Namelist */
+
+struct Vardesc {	/* for Namelist */
+	char *name;
+	char *addr;
+	ftnlen *dims;
+	int  type;
+	};
+typedef struct Vardesc Vardesc;
+
+struct Namelist {
+	char *name;
+	Vardesc **vars;
+	int nvars;
+	};
+typedef struct Namelist Namelist;
+
+#define abs(x) ((x) >= 0 ? (x) : -(x))
+#define dabs(x) (doublereal)abs(x)
+#define min(a,b) ((a) <= (b) ? (a) : (b))
+#define max(a,b) ((a) >= (b) ? (a) : (b))
+#define dmin(a,b) (doublereal)min(a,b)
+#define dmax(a,b) (doublereal)max(a,b)
+#define bit_test(a,b)	((a) >> (b) & 1)
+#define bit_clear(a,b)	((a) & ~((uinteger)1 << (b)))
+#define bit_set(a,b)	((a) |  ((uinteger)1 << (b)))
+
+/* procedure parameter types for -A and -C++ */
+
+#define F2C_proc_par_types 1
+#ifdef __cplusplus
+typedef int /* Unknown procedure type */ (*U_fp)(...);
+typedef shortint (*J_fp)(...);
+typedef integer (*I_fp)(...);
+typedef real (*R_fp)(...);
+typedef doublereal (*D_fp)(...), (*E_fp)(...);
+typedef /* Complex */ VOID (*C_fp)(...);
+typedef /* Double Complex */ VOID (*Z_fp)(...);
+typedef logical (*L_fp)(...);
+typedef shortlogical (*K_fp)(...);
+typedef /* Character */ VOID (*H_fp)(...);
+typedef /* Subroutine */ int (*S_fp)(...);
+#else
+typedef int /* Unknown procedure type */ (*U_fp)();
+typedef shortint (*J_fp)();
+typedef integer (*I_fp)();
+typedef real (*R_fp)();
+typedef doublereal (*D_fp)(), (*E_fp)();
+typedef /* Complex */ VOID (*C_fp)();
+typedef /* Double Complex */ VOID (*Z_fp)();
+typedef logical (*L_fp)();
+typedef shortlogical (*K_fp)();
+typedef /* Character */ VOID (*H_fp)();
+typedef /* Subroutine */ int (*S_fp)();
+#endif
+/* E_fp is for real functions when -R is not specified */
+typedef VOID C_f;	/* complex function */
+typedef VOID H_f;	/* character function */
+typedef VOID Z_f;	/* double complex function */
+typedef doublereal E_f;	/* real function with -R not specified */
+
+/* undef any lower-case symbols that your C compiler predefines, e.g.: */
+
+#ifndef Skip_f2c_Undefs
+#undef cray
+#undef gcos
+#undef mc68010
+#undef mc68020
+#undef mips
+#undef pdp11
+#undef sgi
+#undef sparc
+#undef sun
+#undef sun2
+#undef sun3
+#undef sun4
+#undef u370
+#undef u3b
+#undef u3b2
+#undef u3b5
+#undef unix
+#undef vax
+#endif
+#endif
diff --git a/lib/iers/src_c/gmf.c b/lib/iers/src_c/gmf.c
new file mode 100644
index 0000000..1c1c3d7
--- /dev/null
+++ b/lib/iers/src_c/gmf.c
@@ -0,0 +1,370 @@
+/* ../src/gmf.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Table of constant values */
+
+static integer c_n1 = -1;
+static integer c__2 = 2;
+
+/* Subroutine */ int gmf_(doublereal *dmjd, doublereal *dlat, doublereal *
+	dlon, doublereal *dhgt, doublereal *zd, doublereal *gmfh, doublereal *
+	gmfw)
+{
+    /* Initialized data */
+
+    static doublereal ah_mean__[55] = { 125.17,.8503,.06936,-6.76,.1771,.0113,
+	    .5963,.01808,.002801,-.001414,-1.212,.093,.003683,.001095,
+	    4.671e-5,.3959,-.03867,.005413,-5.289e-4,3.229e-4,2.067e-5,.3,
+	    .02031,.0059,4.573e-4,-7.619e-5,2.327e-6,3.845e-6,.1182,.01158,
+	    .005445,6.219e-5,4.204e-6,-2.093e-6,1.54e-7,-4.28e-8,-.4751,
+	    -.0349,.001758,4.019e-4,-2.799e-6,-1.287e-6,5.468e-7,7.58e-8,
+	    -6.3e-9,-.116,.008301,8.771e-4,9.955e-5,-1.718e-6,-2.012e-6,
+	    1.17e-8,1.79e-8,-1.3e-9,1e-10 };
+    static doublereal bh_mean__[55] = { 0.,0.,.03249,0.,.03324,.0185,0.,
+	    -.1115,.02519,.004923,0.,.02737,.01595,-7.332e-4,1.933e-4,0.,
+	    -.04796,.006381,-1.599e-4,-3.685e-4,1.815e-5,0.,.07033,.002426,
+	    -.001111,-1.357e-4,-7.828e-6,2.547e-6,0.,.005779,.003133,
+	    -5.312e-4,-2.028e-5,2.323e-7,-9.1e-8,-1.65e-8,0.,.03688,-8.638e-4,
+	    -8.514e-5,-2.828e-5,5.403e-7,4.39e-7,1.35e-8,1.8e-9,0.,-.02736,
+	    -2.977e-4,8.113e-5,2.329e-7,8.451e-7,4.49e-8,-8.1e-9,-1.5e-9,
+	    2e-10 };
+    static doublereal ah_amp__[55] = { -.2738,-2.837,.01298,-.3588,.02413,
+	    .03427,-.7624,.07272,.0216,-.003385,.4424,.03722,.02195,-.001503,
+	    2.426e-4,.3013,.05762,.01019,-4.476e-4,6.79e-5,3.227e-5,.3123,
+	    -.03535,.00484,3.025e-6,-4.363e-5,2.854e-7,-1.286e-6,-.6725,
+	    -.0373,8.964e-4,1.399e-4,-3.99e-6,7.431e-6,-2.796e-7,-1.601e-7,
+	    .04068,-.01352,7.282e-4,9.594e-5,2.07e-6,-9.62e-8,-2.742e-7,
+	    -6.37e-8,-6.3e-9,.08625,-.005971,4.705e-4,2.335e-5,4.226e-6,
+	    2.475e-7,-8.85e-8,-3.6e-8,-2.9e-9,0. };
+    static doublereal bh_amp__[55] = { 0.,0.,-.1136,0.,-.1868,-.01399,0.,
+	    -.1043,.01175,-.00224,0.,-.03222,.01333,-.002647,-2.316e-5,0.,
+	    .05339,.01107,-.003116,-1.079e-4,-1.299e-5,0.,.004861,.008891,
+	    -6.448e-4,-1.279e-5,6.358e-6,-1.417e-7,0.,.03041,.00115,-8.743e-4,
+	    -2.781e-5,6.367e-7,-1.14e-8,-4.2e-8,0.,-.02982,-.003,1.394e-5,
+	    -3.29e-5,-1.705e-7,7.44e-8,2.72e-8,-6.6e-9,0.,.01236,-9.981e-4,
+	    -3.792e-5,-1.355e-5,1.162e-6,-1.789e-7,1.47e-8,-2.4e-9,-4e-10 };
+    static doublereal aw_mean__[55] = { 56.4,1.555,-1.011,-3.975,.03171,.1065,
+	    .6175,.1376,.04229,.003028,1.688,-.1692,.05478,.02473,6.059e-4,
+	    2.278,.006614,-3.505e-4,-.006697,8.402e-4,7.033e-4,-3.236,.2184,
+	    -.04611,-.01613,-.001604,5.42e-5,7.922e-5,-.2711,-.4406,-.03376,
+	    -.002801,-4.09e-4,-2.056e-5,6.894e-6,2.317e-6,1.941,-.2562,.01598,
+	    .005449,3.544e-4,1.148e-5,7.503e-6,-5.667e-7,-3.66e-8,.8683,
+	    -.05931,-.001864,-1.277e-4,2.029e-4,1.269e-5,1.629e-6,9.66e-8,
+	    -1.015e-7,-5e-10 };
+    static doublereal bw_mean__[55] = { 0.,0.,.2592,0.,.02974,-.5471,0.,
+	    -.5926,-.103,-.01567,0.,.171,.09025,.02689,.002243,0.,.3439,
+	    .02402,.00541,.001601,9.669e-5,0.,.09502,-.03063,-.001055,
+	    -1.067e-4,-1.13e-4,2.124e-5,0.,-.3129,.008463,2.253e-4,7.413e-5,
+	    -9.376e-5,-1.606e-6,2.06e-6,0.,.2739,.001167,-2.246e-5,-1.287e-4,
+	    -2.438e-5,-7.561e-7,1.158e-6,4.95e-8,0.,-.1344,.005342,3.775e-4,
+	    -6.756e-5,-1.686e-6,-1.184e-6,2.768e-7,2.73e-8,5.7e-9 };
+    static doublereal aw_amp__[55] = { .1023,-2.695,.3417,-.1405,.3175,.2116,
+	    3.536,-.1505,-.0166,.02967,.3819,-.1695,-.07444,.007409,-.006262,
+	    -1.836,-.01759,-.06256,-.002371,7.947e-4,1.501e-4,-.8603,-.136,
+	    -.03629,-.003706,-2.976e-4,1.857e-5,3.021e-5,2.248,-.1178,.01255,
+	    .001134,-2.161e-4,-5.817e-6,8.836e-7,-1.769e-7,.7313,-.1188,
+	    .01145,.001011,1.083e-4,2.57e-6,-2.14e-6,-5.71e-8,2e-8,-1.632,
+	    -.006948,-.003893,8.592e-4,7.577e-5,4.539e-6,-3.852e-7,-2.213e-7,
+	    -1.37e-8,5.8e-9 };
+    static doublereal bw_amp__[55] = { 0.,0.,-.08865,0.,-.4309,.0634,0.,.1162,
+	    .06176,-.004234,0.,.253,.04017,-.006204,.004977,0.,-.1737,
+	    -.005638,1.488e-4,4.857e-4,-1.809e-4,0.,-.1514,-.01685,.005333,
+	    -7.611e-5,2.394e-5,8.195e-6,0.,.09326,-.01275,-3.071e-4,5.374e-5,
+	    -3.391e-5,-7.436e-6,6.747e-7,0.,-.08637,-.003807,-6.833e-4,
+	    -3.861e-5,-2.268e-5,1.454e-6,3.86e-7,-1.068e-7,0.,-.02658,
+	    -.001947,7.131e-4,-3.506e-5,1.885e-7,5.792e-7,3.99e-8,2e-8,
+	    -5.7e-9 };
+
+    /* System generated locals */
+    integer i__1, i__2, i__3, i__4;
+    doublereal d__1, d__2;
+
+    /* Builtin functions */
+    double sin(doublereal);
+    integer pow_ii(integer *, integer *);
+    double pow_di(doublereal *, integer *), sqrt(doublereal), cos(doublereal);
+
+    /* Local variables */
+    static integer i__, j, k, m, n;
+    static doublereal p[100]	/* was [10][10] */, t, ah, bh, ch, ap[55], bp[
+	    55], aw, bw, cw;
+    static integer ir;
+    static doublereal c0h, aha, c10h, c11h, ahm, awa, phh, awm, doy, sum1, 
+	    dfac[20], beta, a_ht__, b_ht__, c_ht__, sine, ht_corr_coef__, 
+	    gamma, hs_km__, topcon, ht_corr__;
+
+/* + */
+/*  - - - - - - - - - */
+/*   G M F */
+/*  - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine determines the Global Mapping Functions GMF (Boehm et al. 2006). */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     DMJD           d      Modified Julian Date */
+/*     DLAT           d      Latitude given in radians (North Latitude) */
+/*     DLON           d      Longitude given in radians (East Longitude) */
+/*     DHGT           d      Height in meters (mean sea level) */
+/*     ZD             d      Zenith distance in radians */
+
+/*  Returned: */
+/*     GMFH           d      Hydrostatic mapping function (Note 1) */
+/*     GMFW           d      Wet mapping function (Note 1) */
+
+/*  Notes: */
+
+/*  1) The mapping functions are dimensionless scale factors. */
+
+/*  2) This is from a 9x9 Earth Gravitational Model (EGM). */
+
+/*  Test case: */
+/*     given input: DMJD = 55055D0 */
+/*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV) */
+/*                  DLON = -1.393397187D0 radians */
+/*                  DHGT = 844.715D0 meters */
+/*                  ZD   = 1.278564131D0 radians */
+
+/*     expected output: GMFH = 3.425245519339138678D0 */
+/*                      GMFW = 3.449589116182419257D0 */
+
+/*  References: */
+
+/*     Boehm, J., Niell, A., Tregoning, P. and Schuh, H., (2006), */
+/*     "Global Mapping Functions (GMF): A new empirical mapping */
+/*     function based on numerical weather model data", */
+/*     Geophy. Res. Lett., Vol. 33, L07304, doi:10.1029/2005GL025545. */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2005 August 30 J. Boehm    Original code */
+/*  2009 August 11 B.E. Stetzler Added header and copyright */
+/*  2009 August 12 B.E. Stetzler More modifications and defined twopi */
+/*  2009 August 12 B.E. Stetzler Provided test case */
+/*  2009 August 12 B.E. Stetzler Capitalized all variables for FORTRAN 77 */
+/*                              compatibility and corrected test case */
+/*                              latitude and longitude coordinates */
+/* ----------------------------------------------------------------------- */
+/* +--------------------------------------------------------------------- */
+/*     Reference day is 28 January 1980 */
+/*     This is taken from Niell (1996) to be consistent */
+/* ---------------------------------------------------------------------- */
+    doy = *dmjd - 44239. - 27;
+/*     Define a parameter t */
+    t = sin(*dlat);
+/*     Define degree n and order m EGM */
+    n = 9;
+    m = 9;
+/*     Determine n!  (factorial)  moved by 1 */
+    dfac[0] = 1.;
+    i__1 = (n << 1) + 1;
+    for (i__ = 1; i__ <= i__1; ++i__) {
+	dfac[i__] = dfac[i__ - 1] * i__;
+    }
+/*     Determine Legendre functions (Heiskanen and Moritz, */
+/*     Physical Geodesy, 1967, eq. 1-62) */
+    i__1 = n;
+    for (i__ = 0; i__ <= i__1; ++i__) {
+	i__2 = min(i__,m);
+	for (j = 0; j <= i__2; ++j) {
+	    ir = (i__ - j) / 2;
+	    sum1 = 0.;
+	    i__3 = ir;
+	    for (k = 0; k <= i__3; ++k) {
+		i__4 = i__ - j - (k << 1);
+		sum1 += pow_ii(&c_n1, &k) * dfac[(i__ << 1) - (k << 1)] / 
+			dfac[k] / dfac[i__ - k] / dfac[i__ - j - (k << 1)] * 
+			pow_di(&t, &i__4);
+	    }
+/*         Legendre functions moved by 1 */
+/* Computing 2nd power */
+	    d__2 = t;
+	    d__1 = 1 - d__2 * d__2;
+	    p[i__ + 1 + (j + 1) * 10 - 11] = 1. / pow_ii(&c__2, &i__) * sqrt(
+		    pow_di(&d__1, &j)) * sum1;
+	}
+    }
+/*     Calculate spherical harmonics */
+    i__ = 0;
+    for (n = 0; n <= 9; ++n) {
+	i__1 = n;
+	for (m = 0; m <= i__1; ++m) {
+	    ++i__;
+	    ap[i__ - 1] = p[n + 1 + (m + 1) * 10 - 11] * cos(m * *dlon);
+	    bp[i__ - 1] = p[n + 1 + (m + 1) * 10 - 11] * sin(m * *dlon);
+	}
+    }
+/*     Compute hydrostatic mapping function */
+    bh = .0029;
+    c0h = .062;
+    if (*dlat < 0.) {
+/* SOUTHERN HEMISPHERE */
+	phh = 3.1415926535897932384626433;
+	c11h = .007;
+	c10h = .002;
+    } else {
+/* NORTHERN HEMISPHERE */
+	phh = 0.;
+	c11h = .005;
+	c10h = .001;
+    }
+    ch = c0h + ((cos(doy / 365.25 * 6.283185307179586476925287 + phh) + 1.) * 
+	    c11h / 2. + c10h) * (1. - cos(*dlat));
+    ahm = 0.;
+    aha = 0.;
+    for (i__ = 1; i__ <= 55; ++i__) {
+	ahm += (ah_mean__[i__ - 1] * ap[i__ - 1] + bh_mean__[i__ - 1] * bp[
+		i__ - 1]) * 1e-5;
+	aha += (ah_amp__[i__ - 1] * ap[i__ - 1] + bh_amp__[i__ - 1] * bp[i__ 
+		- 1]) * 1e-5;
+    }
+    ah = ahm + aha * cos(doy / 365.25 * 6.283185307179586476925287);
+    sine = sin(1.5707963267948966 - *zd);
+    beta = bh / (sine + ch);
+    gamma = ah / (sine + beta);
+    topcon = ah / (bh / (ch + 1.) + 1.) + 1.;
+    *gmfh = topcon / (sine + gamma);
+/*     Height correction for hydrostatic mapping function from Niell (1996) */
+    a_ht__ = 2.53e-5;
+    b_ht__ = .00549;
+    c_ht__ = .00114;
+    hs_km__ = *dhgt / 1e3;
+    beta = b_ht__ / (sine + c_ht__);
+    gamma = a_ht__ / (sine + beta);
+    topcon = a_ht__ / (b_ht__ / (c_ht__ + 1.) + 1.) + 1.;
+    ht_corr_coef__ = 1. / sine - topcon / (sine + gamma);
+    ht_corr__ = ht_corr_coef__ * hs_km__;
+    *gmfh += ht_corr__;
+/*     Compute wet mapping function */
+    bw = .00146;
+    cw = .04391;
+    awm = 0.;
+    awa = 0.;
+    for (i__ = 1; i__ <= 55; ++i__) {
+	awm += (aw_mean__[i__ - 1] * ap[i__ - 1] + bw_mean__[i__ - 1] * bp[
+		i__ - 1]) * 1e-5;
+	awa += (aw_amp__[i__ - 1] * ap[i__ - 1] + bw_amp__[i__ - 1] * bp[i__ 
+		- 1]) * 1e-5;
+    }
+    aw = awm + awa * cos(doy / 365.25 * 6.283185307179586476925287);
+    beta = bw / (sine + cw);
+    gamma = aw / (sine + beta);
+    topcon = aw / (bw / (cw + 1.) + 1.) + 1.;
+    *gmfw = topcon / (sine + gamma);
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* gmf_ */
+
diff --git a/lib/iers/src_c/gpt.c b/lib/iers/src_c/gpt.c
new file mode 100644
index 0000000..b4c0c17
--- /dev/null
+++ b/lib/iers/src_c/gpt.c
@@ -0,0 +1,375 @@
+/* ../src/gpt.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Table of constant values */
+
+static doublereal c_b2 = 5.225;
+
+/* Subroutine */ int gpt_(doublereal *dmjd, doublereal *dlat, doublereal *
+	dlon, doublereal *dhgt, doublereal *pres, doublereal *temp, 
+	doublereal *undu)
+{
+    /* Initialized data */
+
+    static doublereal a_geoid__[55] = { -.56195,-.060794,-.20125,-.06418,
+	    -.036997,10.098,16.436,14.065,1.9881,.64414,-4.7482,-3.229,.50652,
+	    .38279,-.026646,1.7224,-.2797,.68177,-.096658,-.015113,.0029206,
+	    -3.4621,-.38198,.032306,.0069915,-.0023068,-.0013548,4.7324e-6,
+	    2.3527,1.2985,.21232,.022571,-.0037855,2.9449e-5,-1.6265e-4,
+	    1.1711e-7,1.6732,.19858,.023975,-9.0013e-4,-.0022475,-3.3095e-5,
+	    -1.204e-5,2.201e-6,-1.0083e-6,.86297,.58231,.020545,-.007811,
+	    -1.4085e-4,-8.8459e-6,5.7256e-6,-1.5068e-6,4.0095e-7,-2.4185e-8 };
+    static doublereal bt_amp__[55] = { 0.,0.,-.89895,0.,-1.079,-.12699,0.,
+	    -.59033,.034865,-.032614,0.,-.02431,.015607,-.029833,-.0059048,0.,
+	    .28383,.040509,-.018834,-.0012654,-1.3794e-4,0.,.13306,.03496,
+	    -.0036799,-3.5626e-4,1.4814e-4,3.7932e-6,0.,.20801,.006564,
+	    -.0034893,-2.7395e-4,7.4296e-5,-7.9927e-6,-1.0277e-6,0.,.036515,
+	    -.0074319,-6.2873e-4,-8.2461e-5,3.1095e-5,-5.386e-7,-1.2055e-7,
+	    -1.1517e-7,0.,.031404,.01558,-.0011428,3.3529e-5,1.0387e-5,
+	    -1.9378e-6,-2.7327e-7,7.5833e-9,-9.2323e-9 };
+    static doublereal b_geoid__[55] = { 0.,0.,-.065993,0.,.065364,-5.832,0.,
+	    1.6961,-1.3557,1.2694,0.,-2.931,.94805,-.076243,.041076,0.,
+	    -.51808,-.34583,-.043632,.0022101,-.010663,0.,.10927,-.29463,
+	    .0014371,-.011452,-.0028156,-3.533e-4,0.,.44049,.055653,-.020396,
+	    -.0017312,3.5805e-5,7.2682e-5,2.2535e-6,0.,.019502,.027919,
+	    -.0081812,4.454e-4,8.8663e-5,5.5596e-5,2.4826e-6,1.0279e-6,0.,
+	    .060529,-.035824,-.0051367,3.0119e-5,-2.9911e-5,1.9844e-5,
+	    -1.2349e-6,-7.6756e-9,5.01e-8 };
+    static doublereal ap_mean__[55] = { 1010.8,8.4886,1.4799,-13.897,.0037516,
+	    -.14936,12.232,-.76615,-.067699,.0081002,-15.874,.36614,-.067807,
+	    -.0036309,5.9966e-4,4.8163,-.37363,-.072071,.0019998,-6.2385e-4,
+	    -3.7916e-4,4.7609,-.39534,.0086667,.011569,.0011441,-1.4193e-4,
+	    -8.5723e-5,.65008,-.50889,-.015754,-.0028305,5.7458e-4,3.2577e-5,
+	    -9.6052e-6,-2.7974e-6,1.353,-.27271,-3.0276e-4,.0036286,
+	    -2.0398e-4,1.5846e-5,-7.7787e-6,1.121e-6,9.902e-8,.55046,-.27312,
+	    .0032532,-.0024277,1.1596e-4,2.6421e-7,-1.3263e-6,2.7322e-7,
+	    1.4058e-7,4.9414e-9 };
+    static doublereal bp_mean__[55] = { 0.,0.,-1.2878,0.,.70444,.33222,0.,
+	    -.29636,.0072248,.0079655,0.,1.0854,.011145,-.036513,.0031527,0.,
+	    -.48434,.052023,-.013091,.0018515,1.5422e-4,0.,.68298,.0025261,
+	    -9.9703e-4,-.0010829,1.7688e-4,-3.1418e-5,0.,-.37018,.043234,
+	    .0072559,3.1516e-4,2.0024e-5,-8.0581e-6,-2.3653e-6,0.,.10298,
+	    -.015086,.0056186,3.2613e-5,4.0567e-5,-1.3925e-6,-3.6219e-7,
+	    -2.0176e-8,0.,-.18364,.018508,7.5016e-4,-9.6139e-5,-3.1995e-6,
+	    1.3868e-7,-1.9486e-7,3.0165e-10,-6.4376e-10 };
+    static doublereal ap_amp__[55] = { -.10444,.16618,-.063974,1.0922,.57472,
+	    -.30277,-3.5087,.0071264,-.1403,.03705,.40208,-.30431,-.13292,
+	    .0046746,-1.5902e-4,2.8624,-.39315,-.064371,.016444,-.0023403,
+	    4.2127e-5,1.9945,-.60907,-.035386,-.001091,-1.2799e-4,4.097e-5,
+	    2.2131e-5,-.53292,-.29765,-.032877,.0017691,5.9692e-5,3.1725e-5,
+	    2.0741e-5,-3.7622e-7,2.6372,-.31165,.016439,2.1633e-4,1.7485e-4,
+	    2.1587e-5,6.1064e-6,-1.3755e-8,-7.8748e-8,-.59152,-.17676,
+	    .0081807,.0010445,2.3432e-4,9.3421e-6,2.8104e-6,-1.5788e-7,
+	    -3.0648e-8,2.6421e-10 };
+    static doublereal bp_amp__[55] = { 0.,0.,.9334,0.,.82346,.22082,0.,.96177,
+	    -.01565,.0012708,0.,-.39913,.02802,.028334,8.598e-4,0.,.30545,
+	    -.021691,6.4067e-4,-3.6528e-5,-1.1166e-4,0.,-.076974,-.018986,
+	    .0056896,-2.4159e-4,-2.3033e-4,-9.6783e-6,0.,-.10218,-.013916,
+	    -.0041025,-5.134e-5,-7.0114e-5,-3.3152e-7,1.6901e-6,0.,-.012422,
+	    .0025072,.0011205,-1.3034e-4,-2.3971e-5,-2.6622e-6,5.7852e-7,
+	    4.5847e-8,0.,.044777,-.0030421,2.6062e-5,-7.2421e-5,1.9119e-6,
+	    3.9236e-7,2.239e-7,2.9765e-9,-4.6452e-9 };
+    static doublereal at_mean__[55] = { 16.257,2.1224,.92569,-25.974,1.451,
+	    .092468,-.53192,.21094,-.06921,-.03406,-4.6569,.26385,-.036093,
+	    .010198,-.0018783,.74983,.11741,.03994,.0051348,.0059111,
+	    8.6133e-6,.63057,.15203,.039702,.0046334,2.4406e-4,1.5189e-4,
+	    1.9581e-7,.54414,.35722,.052763,.0041147,-2.7239e-4,-5.9957e-5,
+	    1.6394e-6,-7.3045e-7,-2.9394,.055579,.018852,.0034272,-2.3193e-5,
+	    -2.9349e-5,3.6397e-7,2.049e-6,-6.4719e-8,-.52225,.20799,.0013477,
+	    3.1613e-4,-2.2285e-4,-1.8137e-5,-1.5177e-7,6.1343e-7,7.8566e-8,
+	    1.0749e-9 };
+    static doublereal bt_mean__[55] = { 0.,0.,1.021,0.,.60194,.12292,0.,
+	    -.42184,.1823,.042329,0.,.093312,.095346,-.0019724,.0058776,0.,
+	    -.2094,.034199,-.0057672,-.002159,5.6815e-4,0.,.22858,.012283,
+	    -.0093679,-.0014233,-1.5962e-4,4.016e-5,0.,.036353,-9.4263e-4,
+	    -.0036762,5.8608e-5,-2.6391e-5,3.2095e-6,-1.1605e-6,0.,.16306,
+	    .013293,-.0011395,5.1097e-5,3.3977e-5,7.6449e-6,-1.7602e-7,
+	    -7.6558e-8,0.,-.045415,-.018027,3.6561e-4,-1.1274e-4,1.3047e-5,
+	    2.0001e-6,-1.5152e-7,-2.7807e-8,7.7491e-9 };
+    static doublereal at_amp__[55] = { -1.8654,-9.0041,-.12974,-3.6053,
+	    .020284,.21872,-1.3015,.40355,.22216,-.0040605,1.9623,.42887,
+	    .21437,-.010061,-.0011368,-.069235,.56758,.11917,-.0070765,
+	    3.0017e-4,3.0601e-4,1.6559,.20722,.060013,1.7023e-4,-9.2424e-4,
+	    1.1269e-5,-6.9911e-6,-2.0886,-.067879,-8.5922e-4,-.0016087,
+	    -4.5549e-5,3.3178e-5,-6.1715e-6,-1.4446e-6,-.3721,.15775,
+	    -.0017827,-4.4396e-4,2.2844e-4,-1.1215e-5,-2.112e-6,-9.6421e-7,
+	    -1.417e-8,.7872,-.044238,-.001512,-9.4119e-4,4.0645e-6,-4.9253e-6,
+	    -1.8656e-6,-4.0736e-7,-4.9594e-8,1.6134e-9 };
+
+    /* System generated locals */
+    integer i__1, i__2;
+    doublereal d__1;
+
+    /* Builtin functions */
+    double cos(doublereal), sin(doublereal), pow_dd(doublereal *, doublereal *
+	    );
+
+    /* Local variables */
+    static integer i__, m, n;
+    static doublereal v[100]	/* was [10][10] */, w[100]	/* was [10][
+	    10] */, x, y, z__, apa, ata, apm, atm, doy;
+    static integer mmax, nmax;
+    static doublereal hort, temp0, pres0;
+
+/* + */
+/*  - - - - - - - - - */
+/*   G P T */
+/*  - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine determines Global Pressure and Temperature (Boehm et al. 2007) */
+/*  based on Spherical Harmonics up to degree and order 9. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     DMJD           d      Modified Julian Date */
+/*     DLAT           d      Latitude given in radians (North Latitude) */
+/*     DLON           d      Longitude given in radians (East Longitude) */
+/*     DHGT           d      Ellipsoidal height in meters */
+
+/*  Returned: */
+/*     PRES           d      Pressure given in hPa */
+/*     TEMP           d      Temperature in degrees Celsius */
+/*     UNDU           d      Geoid undulation in meters (Note 1) */
+
+/*  Notes: */
+
+/*  1) This is from a 9x9 Earth Gravitational Model (EGM). */
+
+/*  Test case: */
+/*     given input: DMJD = 55055D0 */
+/*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV) */
+/*                  DLON = -1.393397187D0 radians */
+/*                  DHGT = 812.546 meters */
+/*     expected output: PRES = 919.1930225603726967D0 hPa */
+/*                      TEMP = 28.94460920276309679D0 degrees Celsius */
+/*                      UNDU = -42.78796423912972813D0 meters */
+
+/*  References: */
+
+/*     Boehm, J., Heinkelmann, R. and Schuh, H., 2007, "Short Note: A */
+/*     Global model of pressure and temperature for geodetic applications", */
+/*     Journal of Geodesy, 81(10), pp. 679-683. */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2006 June 12 J. Boehm    Original code */
+/*  2006 June 16 J. Boehm    Accounted for geoid undulation */
+/*  2006 August 14 O. Montenbruck Recursions for Legendre polynomials */
+/*  2009 February 13 B.E. Stetzler Added header and copyright */
+/*  2009 March 30 B.E. Stetzler More modifications and defined twopi */
+/*  2009 March 31 B.E. Stetzler Provided test case */
+/*  2009 July  29 B.E. Stetzler Capitalized all variables for FORTRAN 77 */
+/*                              compatibility and corrected test case */
+/*                              latitude and longitude coordinates */
+/* ----------------------------------------------------------------------- */
+/*     Reference day is 28 January 1980 */
+/*     This is taken from Niell (1996) to be consistent (See References) */
+/*     For constant values use: doy = 91.3125 */
+    doy = *dmjd - 44239. + 1 - 28;
+/*     Define degree n and order m EGM */
+    nmax = 9;
+    mmax = 9;
+/*     Define unit vector */
+    x = cos(*dlat) * cos(*dlon);
+    y = cos(*dlat) * sin(*dlon);
+    z__ = sin(*dlat);
+/*     Legendre polynomials */
+    v[0] = 1.;
+    w[0] = 0.;
+    v[1] = z__ * v[0];
+    w[1] = 0.f;
+    i__1 = nmax;
+    for (n = 2; n <= i__1; ++n) {
+	v[n] = (((n << 1) - 1) * z__ * v[n - 1] - (n - 1) * v[n - 2]) / n;
+	w[n] = 0.;
+    }
+    i__1 = nmax;
+    for (m = 1; m <= i__1; ++m) {
+	v[m + 1 + (m + 1) * 10 - 11] = ((m << 1) - 1) * (x * v[m + m * 10 - 
+		11] - y * w[m + m * 10 - 11]);
+	w[m + 1 + (m + 1) * 10 - 11] = ((m << 1) - 1) * (x * w[m + m * 10 - 
+		11] + y * v[m + m * 10 - 11]);
+	if (m < nmax) {
+	    v[m + 2 + (m + 1) * 10 - 11] = ((m << 1) + 1) * z__ * v[m + 1 + (
+		    m + 1) * 10 - 11];
+	    w[m + 2 + (m + 1) * 10 - 11] = ((m << 1) + 1) * z__ * w[m + 1 + (
+		    m + 1) * 10 - 11];
+	}
+	i__2 = nmax;
+	for (n = m + 2; n <= i__2; ++n) {
+	    v[n + 1 + (m + 1) * 10 - 11] = (((n << 1) - 1) * z__ * v[n + (m + 
+		    1) * 10 - 11] - (n + m - 1) * v[n - 1 + (m + 1) * 10 - 11]
+		    ) / (n - m);
+	    w[n + 1 + (m + 1) * 10 - 11] = (((n << 1) - 1) * z__ * w[n + (m + 
+		    1) * 10 - 11] - (n + m - 1) * w[n - 1 + (m + 1) * 10 - 11]
+		    ) / (n - m);
+	}
+    }
+/*     Geoidal height */
+    *undu = 0.;
+    i__ = 0;
+    i__1 = nmax;
+    for (n = 0; n <= i__1; ++n) {
+	i__2 = n;
+	for (m = 0; m <= i__2; ++m) {
+	    ++i__;
+	    *undu += a_geoid__[i__ - 1] * v[n + 1 + (m + 1) * 10 - 11] + 
+		    b_geoid__[i__ - 1] * w[n + 1 + (m + 1) * 10 - 11];
+	}
+    }
+/*     orthometric height */
+    hort = *dhgt - *undu;
+/*     Surface pressure on the geoid */
+    apm = 0.;
+    apa = 0.;
+    i__ = 0;
+    i__1 = nmax;
+    for (n = 0; n <= i__1; ++n) {
+	i__2 = n;
+	for (m = 0; m <= i__2; ++m) {
+	    ++i__;
+	    apm += ap_mean__[i__ - 1] * v[n + 1 + (m + 1) * 10 - 11] + 
+		    bp_mean__[i__ - 1] * w[n + 1 + (m + 1) * 10 - 11];
+	    apa += ap_amp__[i__ - 1] * v[n + 1 + (m + 1) * 10 - 11] + 
+		    bp_amp__[i__ - 1] * w[n + 1 + (m + 1) * 10 - 11];
+	}
+    }
+    pres0 = apm + apa * cos(doy / 365.25 * 6.283185307179586476925287);
+/*     height correction for pressure */
+    d__1 = 1. - hort * 2.26e-5;
+    *pres = pres0 * pow_dd(&d__1, &c_b2);
+/*     Surface temperature on the geoid */
+    atm = 0.;
+    ata = 0.;
+    i__ = 0;
+    i__1 = nmax;
+    for (n = 0; n <= i__1; ++n) {
+	i__2 = n;
+	for (m = 0; m <= i__2; ++m) {
+	    ++i__;
+	    atm += at_mean__[i__ - 1] * v[n + 1 + (m + 1) * 10 - 11] + 
+		    bt_mean__[i__ - 1] * w[n + 1 + (m + 1) * 10 - 11];
+	    ata += at_amp__[i__ - 1] * v[n + 1 + (m + 1) * 10 - 11] + 
+		    bt_amp__[i__ - 1] * w[n + 1 + (m + 1) * 10 - 11];
+	}
+    }
+    temp0 = atm + ata * cos(doy / 365.25 * 6.283185307179586476925287);
+/*     height correction for temperature */
+    *temp = temp0 - hort * .0065;
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* gpt_ */
+
diff --git a/lib/iers/src_c/norm8.c b/lib/iers/src_c/norm8.c
new file mode 100644
index 0000000..c126205
--- /dev/null
+++ b/lib/iers/src_c/norm8.c
@@ -0,0 +1,164 @@
+/* ../src/norm8.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+doublereal norm8_(doublereal *a)
+{
+    /* System generated locals */
+    doublereal ret_val;
+
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   N O R M 8 */
+/*  - - - - - - - - - - - */
+
+/*  This function is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This function normalizes a given three dimensional vector A. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Canonical model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     A            d(3)   vector */
+
+/*  Returned: */
+/*     NORM8        d      normalized vector */
+
+/*  Called: */
+/*     None */
+
+/*  Test case:  This is a support function of the main program DEHANTTIDEINEL.F. */
+/*     given input:  A(1) = 2D0 */
+/*                   A(2) = 2D0 */
+/*                   A(3) = 1D0 */
+
+/*     expected output: NORM8 = 3D0 */
+
+/*  References: */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2009 July 29 B.E. Stetzler Initial standardization of function */
+/*                             and provided a test case */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --a;
+
+    /* Function Body */
+    ret_val = sqrt(a[1] * a[1] + a[2] * a[2] + a[3] * a[3]);
+    return ret_val;
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* norm8_ */
+
diff --git a/lib/iers/src_c/sprod.c b/lib/iers/src_c/sprod.c
new file mode 100644
index 0000000..b71a84c
--- /dev/null
+++ b/lib/iers/src_c/sprod.c
@@ -0,0 +1,175 @@
+/* ../src/sprod.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int sprod_(doublereal *x, doublereal *y, doublereal *scal, 
+	doublereal *r1, doublereal *r2)
+{
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S P R O D */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine computes the scalar product of two vectors and */
+/*  their norms. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Canonical model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     X            d(3)      components of vector x */
+/*     Y            d(3)      components of vector y */
+
+/*  Returned: */
+/*     SCAL         d      scalar product of vector x and vector y */
+/*     R1           d      length of vector x */
+/*     R2           d      length of vector y */
+
+/*  Called: */
+/*     None */
+
+/*  Test case: */
+/*     given input: X(1) = 2D0	Y(1) = 1D0 */
+/*                  X(2) = 2D0	Y(2) = 3D0 */
+/*                  X(3) = 3D0	Y(3) = 4D0 */
+
+/*     expected output: SCAL = 20D0 */
+/*                      R1 = 4.123105625617660586D0 */
+/*                      R2 = 5.099019513592784492D0 */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2009 July 10 B.E.Stetzler Initial standardization of function, */
+/*                            explicit exponential notation and */
+/*                            provided a test case */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --y;
+    --x;
+
+    /* Function Body */
+    *r1 = sqrt(x[1] * x[1] + x[2] * x[2] + x[3] * x[3]);
+    *r2 = sqrt(y[1] * y[1] + y[2] * y[2] + y[3] * y[3]);
+    *scal = x[1] * y[1] + x[2] * y[2] + x[3] * y[3];
+    return 0;
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* sprod_ */
+
diff --git a/lib/iers/src_c/st1idiu.c b/lib/iers/src_c/st1idiu.c
new file mode 100644
index 0000000..4b59094
--- /dev/null
+++ b/lib/iers/src_c/st1idiu.c
@@ -0,0 +1,247 @@
+/* ../src/st1idiu.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int st1idiu_(doublereal *xsta, doublereal *xsun, doublereal *
+	xmon, doublereal *fac2sun, doublereal *fac2mon, doublereal *xcorsta)
+{
+    /* Initialized data */
+
+    static doublereal dhi = -.0025;
+    static doublereal dli = -7e-4;
+
+    /* System generated locals */
+    doublereal d__1;
+
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+    /* Local variables */
+    static doublereal de, dn, dr, rsta, rmon, rsun;
+    extern doublereal norm8_(doublereal *);
+    static doublereal cosla, demon, sinla, dnmon, desun, drmon, dnsun, drsun, 
+	    cosphi, sinphi, cos2phi;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S T 1 I D I U */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine gives the out-of-phase corrections induced by */
+/*  mantle anelasticity in the diurnal band. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     XSUN          d(3)   Geocentric position of the Sun (Note 2) */
+/*     XMON          d(3)   Geocentric position of the Moon (Note 2) */
+/*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3) */
+/*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) */
+
+/*  Returned: */
+/*     XCORSTA       d(3)   Out of phase station corrections for diurnal band */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are */
+/*     expressed in meters. */
+
+/*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All */
+/*     coordinates are expressed in meters. */
+
+/*  3) The expressions are computed in the main program.  TGP is the tide */
+/*     generated potential.  The units are inverse meters. */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  XSUN(1) = 137859926952.015D0 meters */
+/*                  XSUN(2) = 54228127881.4350D0 meters */
+/*                  XSUN(3) = 23509422341.6960D0 meters */
+/*                  XMON(1) = -179996231.920342D0 meters */
+/*                  XMON(2) = -312468450.131567D0 meters */
+/*                  XMON(3) = -169288918.592160D0 meters */
+/*                  FAC2SUN =  0.163271964478954D0 1/meters */
+/*                  FAC2MON =  0.321989090026845D0 1/meters */
+
+/*     expected output:  XCORSTA(1) = -0.2836337012840008001D-03 meters */
+/*                       XCORSTA(2) =  0.1125342324347507444D-03 meters */
+/*                       XCORSTA(3) = -0.2471186224343683169D-03 meters */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*  2009 July     30 B.E. Stetzler  Initial standardization of code */
+/*  2009 July     31 B.E. Stetzler  Provided a test case */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --xcorsta;
+    --xmon;
+    --xsun;
+    --xsta;
+
+    /* Function Body */
+/* Compute the normalized position vector of the IGS station. */
+    rsta = norm8_(&xsta[1]);
+    sinphi = xsta[3] / rsta;
+    cosphi = sqrt(xsta[1] * xsta[1] + xsta[2] * xsta[2]) / rsta;
+    cos2phi = cosphi * cosphi - sinphi * sinphi;
+    sinla = xsta[2] / cosphi / rsta;
+    cosla = xsta[1] / cosphi / rsta;
+/* Compute the normalized position vector of the Moon. */
+    rmon = norm8_(&xmon[1]);
+/* Compute the normalized position vector of the Sun. */
+    rsun = norm8_(&xsun[1]);
+/* Computing 2nd power */
+    d__1 = rsun;
+    drsun = dhi * -3. * sinphi * cosphi * *fac2sun * xsun[3] * (xsun[1] * 
+	    sinla - xsun[2] * cosla) / (d__1 * d__1);
+/* Computing 2nd power */
+    d__1 = rmon;
+    drmon = dhi * -3. * sinphi * cosphi * *fac2mon * xmon[3] * (xmon[1] * 
+	    sinla - xmon[2] * cosla) / (d__1 * d__1);
+/* Computing 2nd power */
+    d__1 = rsun;
+    dnsun = dli * -3. * cos2phi * *fac2sun * xsun[3] * (xsun[1] * sinla - 
+	    xsun[2] * cosla) / (d__1 * d__1);
+/* Computing 2nd power */
+    d__1 = rmon;
+    dnmon = dli * -3. * cos2phi * *fac2mon * xmon[3] * (xmon[1] * sinla - 
+	    xmon[2] * cosla) / (d__1 * d__1);
+/* Computing 2nd power */
+    d__1 = rsun;
+    desun = dli * -3. * sinphi * *fac2sun * xsun[3] * (xsun[1] * cosla + xsun[
+	    2] * sinla) / (d__1 * d__1);
+/* Computing 2nd power */
+    d__1 = rmon;
+    demon = dli * -3. * sinphi * *fac2mon * xmon[3] * (xmon[1] * cosla + xmon[
+	    2] * sinla) / (d__1 * d__1);
+    dr = drsun + drmon;
+    dn = dnsun + dnmon;
+    de = desun + demon;
+/*  Compute the corrections for the station. */
+    xcorsta[1] = dr * cosla * cosphi - de * sinla - dn * sinphi * cosla;
+    xcorsta[2] = dr * sinla * cosphi + de * cosla - dn * sinphi * sinla;
+    xcorsta[3] = dr * sinphi + dn * cosphi;
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* st1idiu_ */
+
diff --git a/lib/iers/src_c/st1isem.c b/lib/iers/src_c/st1isem.c
new file mode 100644
index 0000000..4b4b2d1
--- /dev/null
+++ b/lib/iers/src_c/st1isem.c
@@ -0,0 +1,280 @@
+/* ../src/st1isem.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int st1isem_(doublereal *xsta, doublereal *xsun, doublereal *
+	xmon, doublereal *fac2sun, doublereal *fac2mon, doublereal *xcorsta)
+{
+    /* Initialized data */
+
+    static doublereal dhi = -.0022;
+    static doublereal dli = -7e-4;
+
+    /* System generated locals */
+    doublereal d__1, d__2, d__3, d__4;
+
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+    /* Local variables */
+    static doublereal costwola, sintwola, de, dn, dr, rsta, rmon, rsun;
+    extern doublereal norm8_(doublereal *);
+    static doublereal cosla, demon, sinla, dnmon, desun, drmon, dnsun, drsun, 
+	    cosphi, sinphi;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S T 1 I S E M */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine gives the out-of-phase corrections induced by */
+/*  mantle anelasticity in the semi-diurnal band. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     XSUN          d(3)   Geocentric position of the Sun (Note 2) */
+/*     XMON          d(3)   Geocentric position of the Moon (Note 2) */
+/*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3) */
+/*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) */
+
+/*  Returned: */
+/*     XCORSTA       d(3)   Out of phase station corrections for */
+/*                          semi-diurnal band */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are */
+/*     expressed in meters. */
+
+/*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All */
+/*     coordinates are expressed in meters. */
+
+/*  3) The expressions are computed in the main program.  TGP is the tide */
+/*     generated potential.  The units are inverse meters. */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  XSUN(1) = 137859926952.015D0 meters */
+/*                  XSUN(2) = 54228127881.4350D0 meters */
+/*                  XSUN(3) = 23509422341.6960D0 meters */
+/*                  XMON(1) = -179996231.920342D0 meters */
+/*                  XMON(2) = -312468450.131567D0 meters */
+/*                  XMON(3) = -169288918.592160D0 meters */
+/*                  FAC2SUN =  0.163271964478954D0 1/meters */
+/*                  FAC2MON =  0.321989090026845D0 1/meters */
+
+/*     expected output:  XCORSTA(1) = -0.2801334805106874015D-03 meters */
+/*                       XCORSTA(2) =  0.2939522229284325029D-04 meters */
+/*                       XCORSTA(3) = -0.6051677912316721561D-04 meters */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*  2009 July     31 B.E. Stetzler  Initial standardization of code */
+/*  2009 July     31 B.E. Stetzler  Provided a test case */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --xcorsta;
+    --xmon;
+    --xsun;
+    --xsta;
+
+    /* Function Body */
+/* Compute the normalized position vector of the IGS station. */
+    rsta = norm8_(&xsta[1]);
+    sinphi = xsta[3] / rsta;
+    cosphi = sqrt(xsta[1] * xsta[1] + xsta[2] * xsta[2]) / rsta;
+    sinla = xsta[2] / cosphi / rsta;
+    cosla = xsta[1] / cosphi / rsta;
+    costwola = cosla * cosla - sinla * sinla;
+    sintwola = cosla * 2. * sinla;
+/* Compute the normalized position vector of the Moon. */
+    rmon = norm8_(&xmon[1]);
+/* Compute the normalized position vector of the Sun. */
+    rsun = norm8_(&xsun[1]);
+/* Computing 2nd power */
+    d__1 = cosphi;
+/* Computing 2nd power */
+    d__2 = xsun[1];
+/* Computing 2nd power */
+    d__3 = xsun[2];
+/* Computing 2nd power */
+    d__4 = rsun;
+    drsun = dhi * -.75 * (d__1 * d__1) * *fac2sun * ((d__2 * d__2 - d__3 * 
+	    d__3) * sintwola - xsun[1] * 2. * xsun[2] * costwola) / (d__4 * 
+	    d__4);
+/* Computing 2nd power */
+    d__1 = cosphi;
+/* Computing 2nd power */
+    d__2 = xmon[1];
+/* Computing 2nd power */
+    d__3 = xmon[2];
+/* Computing 2nd power */
+    d__4 = rmon;
+    drmon = dhi * -.75 * (d__1 * d__1) * *fac2mon * ((d__2 * d__2 - d__3 * 
+	    d__3) * sintwola - xmon[1] * 2. * xmon[2] * costwola) / (d__4 * 
+	    d__4);
+/* Computing 2nd power */
+    d__1 = xsun[1];
+/* Computing 2nd power */
+    d__2 = xsun[2];
+/* Computing 2nd power */
+    d__3 = rsun;
+    dnsun = dli * 1.5 * sinphi * cosphi * *fac2sun * ((d__1 * d__1 - d__2 * 
+	    d__2) * sintwola - xsun[1] * 2. * xsun[2] * costwola) / (d__3 * 
+	    d__3);
+/* Computing 2nd power */
+    d__1 = xmon[1];
+/* Computing 2nd power */
+    d__2 = xmon[2];
+/* Computing 2nd power */
+    d__3 = rmon;
+    dnmon = dli * 1.5 * sinphi * cosphi * *fac2mon * ((d__1 * d__1 - d__2 * 
+	    d__2) * sintwola - xmon[1] * 2. * xmon[2] * costwola) / (d__3 * 
+	    d__3);
+/* Computing 2nd power */
+    d__1 = xsun[1];
+/* Computing 2nd power */
+    d__2 = xsun[2];
+/* Computing 2nd power */
+    d__3 = rsun;
+    desun = dli * -1.5 * cosphi * *fac2sun * ((d__1 * d__1 - d__2 * d__2) * 
+	    costwola + xsun[1] * 2. * xsun[2] * sintwola) / (d__3 * d__3);
+/* Computing 2nd power */
+    d__1 = xmon[1];
+/* Computing 2nd power */
+    d__2 = xmon[2];
+/* Computing 2nd power */
+    d__3 = rmon;
+    demon = dli * -1.5 * cosphi * *fac2mon * ((d__1 * d__1 - d__2 * d__2) * 
+	    costwola + xmon[1] * 2. * xmon[2] * sintwola) / (d__3 * d__3);
+    dr = drsun + drmon;
+    dn = dnsun + dnmon;
+    de = desun + demon;
+    xcorsta[1] = dr * cosla * cosphi - de * sinla - dn * sinphi * cosla;
+    xcorsta[2] = dr * sinla * cosphi + de * cosla - dn * sinphi * sinla;
+    xcorsta[3] = dr * sinphi + dn * cosphi;
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* st1isem_ */
+
diff --git a/lib/iers/src_c/st1l1.c b/lib/iers/src_c/st1l1.c
new file mode 100644
index 0000000..e69dcac
--- /dev/null
+++ b/lib/iers/src_c/st1l1.c
@@ -0,0 +1,314 @@
+/* ../src/st1l1.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int st1l1_(doublereal *xsta, doublereal *xsun, doublereal *
+	xmon, doublereal *fac2sun, doublereal *fac2mon, doublereal *xcorsta)
+{
+    /* Initialized data */
+
+    static doublereal l1d = .0012;
+    static doublereal l1sd = .0024;
+
+    /* System generated locals */
+    doublereal d__1, d__2, d__3, d__4;
+
+    /* Builtin functions */
+    double sqrt(doublereal);
+
+    /* Local variables */
+    static doublereal costwola, sintwola, l1, de, dn, rsta, rmon, rsun;
+    extern doublereal norm8_(doublereal *);
+    static doublereal cosla, demon, sinla, dnmon, desun, dnsun, cosphi, 
+	    sinphi;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S T 1 L 1 */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine gives the corrections induced by the latitude */
+/*  dependence given by L^1 in Mathews et al. 1991 (See References). */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     XSUN          d(3)   Geocentric position of the Sun (Note 2) */
+/*     XMON          d(3)   Geocentric position of the Moon (Note 2) */
+/*     FAC2SUN       d      Degree 2 TGP factor for the Sun (Note 3) */
+/*     FAC2MON       d      Degree 2 TGP factor for the Moon (Note 3) */
+
+/*  Returned: */
+/*     XCORSTA       d(3)   Out of phase station corrections for */
+/*                          semi-diurnal band */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are */
+/*     expressed in meters. */
+
+/*  2) The position is in Earth Centered Earth Fixed (ECEF) frame.  All */
+/*     coordinates are expressed in meters. */
+
+/*  3) The expressions are computed in the main program. TGP is the tide */
+/*     generated potential.  The units are inverse meters. */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  XSUN(1) = 137859926952.015D0 meters */
+/*                  XSUN(2) = 54228127881.4350D0 meters */
+/*                  XSUN(3) = 23509422341.6960D0 meters */
+/*                  XMON(1) = -179996231.920342D0 meters */
+/*                  XMON(2) = -312468450.131567D0 meters */
+/*                  XMON(3) = -169288918.592160D0 meters */
+/*                  FAC2SUN =  0.163271964478954D0 1/meters */
+/*                  FAC2MON =  0.321989090026845D0 1/meters */
+
+/*     expected output:  XCORSTA(1) = 0.2367189532359759044D-03 meters */
+/*                       XCORSTA(2) = 0.5181609907284959182D-03 meters */
+/*                       XCORSTA(3) = -0.3014881422940427977D-03 meters */
+
+/*  References: */
+
+/*     Mathews, P. M., Buffett, B. A., Herring, T. A., Shapiro, I. I., */
+/*     1991b, Forced nutations of the Earth: Influence of inner core */
+/*     Dynamics 2. Numerical results and comparisons, J. Geophys. Res., */
+/*     96, 8243-8257 */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*  2009 July     31 B.E. Stetzler  Initial standardization of code */
+/*  2009 July     31 B.E. Stetzler  Provided a test case and Mathews */
+/*                                  reference */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --xcorsta;
+    --xmon;
+    --xsun;
+    --xsta;
+
+    /* Function Body */
+/* Compute the normalized position vector of the IGS station. */
+    rsta = norm8_(&xsta[1]);
+    sinphi = xsta[3] / rsta;
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+    cosphi = sqrt(d__1 * d__1 + d__2 * d__2) / rsta;
+    sinla = xsta[2] / cosphi / rsta;
+    cosla = xsta[1] / cosphi / rsta;
+/* Compute the normalized position vector of the Moon. */
+    rmon = norm8_(&xmon[1]);
+/* Compute the normalized position vector of the Sun. */
+    rsun = norm8_(&xsun[1]);
+/* Compute the station corrections for the diurnal band. */
+    l1 = l1d;
+/* Computing 2nd power */
+    d__1 = sinphi;
+/* Computing 2nd power */
+    d__2 = rsun;
+    dnsun = -l1 * (d__1 * d__1) * *fac2sun * xsun[3] * (xsun[1] * cosla + 
+	    xsun[2] * sinla) / (d__2 * d__2);
+/* Computing 2nd power */
+    d__1 = sinphi;
+/* Computing 2nd power */
+    d__2 = rmon;
+    dnmon = -l1 * (d__1 * d__1) * *fac2mon * xmon[3] * (xmon[1] * cosla + 
+	    xmon[2] * sinla) / (d__2 * d__2);
+/* Computing 2nd power */
+    d__1 = cosphi;
+/* Computing 2nd power */
+    d__2 = sinphi;
+/* Computing 2nd power */
+    d__3 = rsun;
+    desun = l1 * sinphi * (d__1 * d__1 - d__2 * d__2) * *fac2sun * xsun[3] * (
+	    xsun[1] * sinla - xsun[2] * cosla) / (d__3 * d__3);
+/* Computing 2nd power */
+    d__1 = cosphi;
+/* Computing 2nd power */
+    d__2 = sinphi;
+/* Computing 2nd power */
+    d__3 = rmon;
+    demon = l1 * sinphi * (d__1 * d__1 - d__2 * d__2) * *fac2mon * xmon[3] * (
+	    xmon[1] * sinla - xmon[2] * cosla) / (d__3 * d__3);
+    de = (desun + demon) * 3.;
+    dn = (dnsun + dnmon) * 3.;
+    xcorsta[1] = -de * sinla - dn * sinphi * cosla;
+    xcorsta[2] = de * cosla - dn * sinphi * sinla;
+    xcorsta[3] = dn * cosphi;
+/* Compute the station corrections for the semi-diurnal band. */
+    l1 = l1sd;
+/* Computing 2nd power */
+    d__1 = cosla;
+/* Computing 2nd power */
+    d__2 = sinla;
+    costwola = d__1 * d__1 - d__2 * d__2;
+    sintwola = cosla * 2.f * sinla;
+/* Computing 2nd power */
+    d__1 = xsun[1];
+/* Computing 2nd power */
+    d__2 = xsun[2];
+/* Computing 2nd power */
+    d__3 = rsun;
+    dnsun = -l1 / 2. * sinphi * cosphi * *fac2sun * ((d__1 * d__1 - d__2 * 
+	    d__2) * costwola + xsun[1] * 2. * xsun[2] * sintwola) / (d__3 * 
+	    d__3);
+/* Computing 2nd power */
+    d__1 = xmon[1];
+/* Computing 2nd power */
+    d__2 = xmon[2];
+/* Computing 2nd power */
+    d__3 = rmon;
+    dnmon = -l1 / 2. * sinphi * cosphi * *fac2mon * ((d__1 * d__1 - d__2 * 
+	    d__2) * costwola + xmon[1] * 2. * xmon[2] * sintwola) / (d__3 * 
+	    d__3);
+/* Computing 2nd power */
+    d__1 = sinphi;
+/* Computing 2nd power */
+    d__2 = xsun[1];
+/* Computing 2nd power */
+    d__3 = xsun[2];
+/* Computing 2nd power */
+    d__4 = rsun;
+    desun = -l1 / 2. * (d__1 * d__1) * cosphi * *fac2sun * ((d__2 * d__2 - 
+	    d__3 * d__3) * sintwola - xsun[1] * 2. * xsun[2] * costwola) / (
+	    d__4 * d__4);
+/* Computing 2nd power */
+    d__1 = sinphi;
+/* Computing 2nd power */
+    d__2 = xmon[1];
+/* Computing 2nd power */
+    d__3 = xmon[2];
+/* Computing 2nd power */
+    d__4 = rmon;
+    demon = -l1 / 2. * (d__1 * d__1) * cosphi * *fac2mon * ((d__2 * d__2 - 
+	    d__3 * d__3) * sintwola - xmon[1] * 2. * xmon[2] * costwola) / (
+	    d__4 * d__4);
+    de = (desun + demon) * 3.;
+    dn = (dnsun + dnmon) * 3.;
+    xcorsta[1] = xcorsta[1] - de * sinla - dn * sinphi * cosla;
+    xcorsta[2] = xcorsta[2] + de * cosla - dn * sinphi * sinla;
+    xcorsta[3] += dn * cosphi;
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* st1l1_ */
+
diff --git a/lib/iers/src_c/step2diu.c b/lib/iers/src_c/step2diu.c
new file mode 100644
index 0000000..328cf22
--- /dev/null
+++ b/lib/iers/src_c/step2diu.c
@@ -0,0 +1,295 @@
+/* ../src/step2diu.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Table of constant values */
+
+static doublereal c_b2 = 360.;
+
+/* Subroutine */ int step2diu_(doublereal *xsta, doublereal *fhr, doublereal *
+	t, doublereal *xcorsta)
+{
+    /* Initialized data */
+
+    static doublereal datdi[279]	/* was [9][31] */ = { -3.,0.,2.,0.,0.,
+	    -.01,0.,0.,0.,-3.,2.,0.,0.,0.,-.01,0.,0.,0.,-2.,0.,1.,-1.,0.,-.02,
+	    0.,0.,0.,-2.,0.,1.,0.,0.,-.08,0.,-.01,.01,-2.,2.,-1.,0.,0.,-.02,
+	    0.,0.,0.,-1.,0.,0.,-1.,0.,-.1,0.,0.,0.,-1.,0.,0.,0.,0.,-.51,0.,
+	    -.02,.03,-1.,2.,0.,0.,0.,.01,0.,0.,0.,0.,-2.,1.,0.,0.,.01,0.,0.,
+	    0.,0.,0.,-1.,0.,0.,.02,0.,0.,0.,0.,0.,1.,0.,0.,.06,0.,0.,0.,0.,0.,
+	    1.,1.,0.,.01,0.,0.,0.,0.,2.,-1.,0.,0.,.01,0.,0.,0.,1.,-3.,0.,0.,
+	    1.,-.06,0.,0.,0.,1.,-2.,0.,-1.,0.,.01,0.,0.,0.,1.,-2.,0.,0.,0.,
+	    -1.23,-.07,.06,.01,1.,-1.,0.,0.,-1.,.02,0.,0.,0.,1.,-1.,0.,0.,1.,
+	    .04,0.,0.,0.,1.,0.,0.,-1.,0.,-.22,.01,.01,0.,1.,0.,0.,0.,0.,12.,
+	    -.8,-.67,-.03,1.,0.,0.,1.,0.,1.73,-.12,-.1,0.,1.,0.,0.,2.,0.,-.04,
+	    0.,0.,0.,1.,1.,0.,0.,-1.,-.5,-.01,.03,0.,1.,1.,0.,0.,1.,.01,0.,0.,
+	    0.,0.,1.,0.,1.,-1.,-.01,0.,0.,0.,1.,2.,-2.,0.,0.,-.01,0.,0.,0.,1.,
+	    2.,0.,0.,0.,-.11,.01,.01,0.,2.,-2.,1.,0.,0.,-.01,0.,0.,0.,2.,0.,
+	    -1.,0.,0.,-.02,0.,0.,0.,3.,0.,0.,0.,0.,0.,0.,0.,0.,3.,0.,0.,1.,0.,
+	    0.,0.,0.,0. };
+
+    /* System generated locals */
+    doublereal d__1, d__2, d__3, d__4;
+
+    /* Builtin functions */
+    double d_mod(doublereal *, doublereal *), sqrt(doublereal), atan2(
+	    doublereal, doublereal), sin(doublereal), cos(doublereal);
+
+    /* Local variables */
+    static doublereal h__;
+    static integer i__, j;
+    static doublereal p, s, de, dn, dr, pr, ps, zla, tau, zns, rsta, cosla, 
+	    sinla, thetaf, cosphi, sinphi, deg2rad;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S T E P 2 D I U */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine gives the in-phase and out-of-phase corrections */
+/*  induced by mantle anelasticity in the diurnal band. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     FHR           d      Fractional hours in the day (Note 2) */
+/*     T             d      Centuries since J2000 */
+
+/*  Returned: */
+/*     XCORSTA       d(3)   In phase and out of phase station corrections */
+/*                          for diurnal band (Note 4) */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are */
+/*     expressed in meters. */
+
+/*  2) The fractional hours in the day is computed as the hour + minutes/60.0 */
+/*     + sec/3600.0.  The unit is expressed in Universal Time (UT). */
+
+/*  4) All coordinates are expressed in meters. */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  FHR     = 0.00D0 hours */
+/*                  T       = 0.1059411362080767D0 Julian centuries */
+
+/*     expected output:  XCORSTA(1) = 0.4193085327321284701D-02 meters */
+/*                       XCORSTA(2) = 0.1456681241014607395D-02 meters */
+/*                       XCORSTA(3) = 0.5123366597450316508D-02 meters */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*  2009 July     31 B.E. Stetzler  Initial standardization of code */
+/*  2009 August   06 B.E. Stetzler  Provided a test case */
+/*  2009 August   06 B.E. Stetzler  Capitalized all variables for */
+/*                                  Fortran 77 compatibility */
+/*  2010 October  20 B.E. Stetzler  Input T corrected to be number of */
+/*                                  centuries since J2000 */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --xcorsta;
+    --xsta;
+
+    /* Function Body */
+    deg2rad = .017453292519943295;
+/*  Compute the phase angles in degrees. */
+    s = ((*t * 1.85139e-6 - .0014663889) * *t + 481267.88194) * *t + 
+	    218.31664563;
+    tau = *fhr * 15. + 280.4606184 + ((*t * -2.58e-8 + 3.8793e-4) * *t + 
+	    36000.7700536) * *t + (-s);
+    pr = (((*t * 7e-9 + 2.1e-8) * *t + 3.08889e-4) * *t + 1.396971278) * *t;
+    s += pr;
+    h__ = (((*t * -6.54e-9 + 2e-8) * *t + 3.0322222e-4) * *t + 36000.7697489) 
+	    * *t + 280.46645;
+    p = (((*t * 5.263e-8 - 1.24991e-5) * *t - .01032172222) * *t + 
+	    4069.01363525) * *t + 83.35324312;
+    zns = (((*t * 1.65e-8 - 2.13944e-6) * *t - .00207561111) * *t + 
+	    1934.13626197) * *t + 234.95544499;
+    ps = (((*t * -3.34e-9 - 1.778e-8) * *t + 4.5688889e-4) * *t + 
+	    1.71945766667) * *t + 282.93734098;
+/* Reduce angles to between the range 0 and 360. */
+    s = d_mod(&s, &c_b2);
+    tau = d_mod(&tau, &c_b2);
+    h__ = d_mod(&h__, &c_b2);
+    p = d_mod(&p, &c_b2);
+    zns = d_mod(&zns, &c_b2);
+    ps = d_mod(&ps, &c_b2);
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+/* Computing 2nd power */
+    d__3 = xsta[3];
+    rsta = sqrt(d__1 * d__1 + d__2 * d__2 + d__3 * d__3);
+    sinphi = xsta[3] / rsta;
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+    cosphi = sqrt(d__1 * d__1 + d__2 * d__2) / rsta;
+    cosla = xsta[1] / cosphi / rsta;
+    sinla = xsta[2] / cosphi / rsta;
+    zla = atan2(xsta[2], xsta[1]);
+    for (i__ = 1; i__ <= 3; ++i__) {
+/* Initialize. */
+	xcorsta[i__] = 0.;
+/* L99: */
+    }
+    for (j = 1; j <= 31; ++j) {
+/* Convert from degrees to radians. */
+	thetaf = (tau + datdi[j * 9 - 9] * s + datdi[j * 9 - 8] * h__ + datdi[
+		j * 9 - 7] * p + datdi[j * 9 - 6] * zns + datdi[j * 9 - 5] * 
+		ps) * deg2rad;
+	dr = datdi[j * 9 - 4] * 2. * sinphi * cosphi * sin(thetaf + zla) + 
+		datdi[j * 9 - 3] * 2. * sinphi * cosphi * cos(thetaf + zla);
+/* Computing 2nd power */
+	d__1 = cosphi;
+/* Computing 2nd power */
+	d__2 = sinphi;
+/* Computing 2nd power */
+	d__3 = cosphi;
+/* Computing 2nd power */
+	d__4 = sinphi;
+	dn = datdi[j * 9 - 2] * (d__1 * d__1 - d__2 * d__2) * sin(thetaf + 
+		zla) + datdi[j * 9 - 1] * (d__3 * d__3 - d__4 * d__4) * cos(
+		thetaf + zla);
+/*      DE=DATDI(8,J)*SINPHI*COS(THETAF+ZLA)+ */
+/*     Modified 20 June 2007 */
+	de = datdi[j * 9 - 2] * sinphi * cos(thetaf + zla) - datdi[j * 9 - 1] 
+		* sinphi * sin(thetaf + zla);
+	xcorsta[1] = xcorsta[1] + dr * cosla * cosphi - de * sinla - dn * 
+		sinphi * cosla;
+	xcorsta[2] = xcorsta[2] + dr * sinla * cosphi + de * cosla - dn * 
+		sinphi * sinla;
+	xcorsta[3] = xcorsta[3] + dr * sinphi + dn * cosphi;
+/* L98: */
+    }
+    for (i__ = 1; i__ <= 3; ++i__) {
+	xcorsta[i__] /= 1e3;
+/* L97: */
+    }
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* step2diu_ */
+
diff --git a/lib/iers/src_c/step2lon.c b/lib/iers/src_c/step2lon.c
new file mode 100644
index 0000000..769b84d
--- /dev/null
+++ b/lib/iers/src_c/step2lon.c
@@ -0,0 +1,271 @@
+/* ../src/step2lon.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Table of constant values */
+
+static doublereal c_b2 = 360.;
+
+/* Subroutine */ int step2lon_(doublereal *xsta, doublereal *t, doublereal *
+	xcorsta)
+{
+    /* Initialized data */
+
+    static doublereal datdi[45]	/* was [9][5] */ = { 0.,0.,0.,1.,0.,.47,.23,
+	    .16,.07,0.,2.,0.,0.,0.,-.2,-.12,-.11,-.05,1.,0.,-1.,0.,0.,-.11,
+	    -.08,-.09,-.04,2.,0.,0.,0.,0.,-.13,-.11,-.15,-.07,2.,0.,0.,1.,0.,
+	    -.05,-.05,-.06,-.03 };
+
+    /* System generated locals */
+    doublereal d__1, d__2, d__3;
+
+    /* Builtin functions */
+    double sqrt(doublereal), d_mod(doublereal *, doublereal *), cos(
+	    doublereal), sin(doublereal);
+
+    /* Local variables */
+    static doublereal h__;
+    static integer i__, j;
+    static doublereal p, s, de, dn, dr, pr, ps, zns, rsta, cosla, sinla, 
+	    thetaf, cosphi, dn_tot__, sinphi, dr_tot__, deg2rad;
+
+/* + */
+/*  - - - - - - - - - - - */
+/*   S T E P 2 L O N */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine gives the in-phase and out-of-phase corrections */
+/*  induced by mantle anelasticity in the long period band. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     XSTA          d(3)   Geocentric position of the IGS station (Note 1) */
+/*     T             d      Centuries since J2000 */
+
+/*  Returned: */
+/*     XCORSTA       d(3)   In phase and out of phase station corrections */
+/*                          for diurnal band (Note 2) */
+
+/*  Notes: */
+
+/*  1) The IGS station is in ITRF co-rotating frame.  All coordinates are */
+/*     expressed in meters. */
+
+/*  2) All coordinates are expressed in meters. */
+
+/*  Test case: */
+/*     given input: XSTA(1) = 4075578.385D0 meters */
+/*                  XSTA(2) =  931852.890D0 meters */
+/*                  XSTA(3) = 4801570.154D0 meters */
+/*                  T       = 0.1059411362080767D0 Julian centuries */
+
+/*     expected output:  XCORSTA(1) = -0.9780962849562107762D-04 meters */
+/*                       XCORSTA(2) = -0.2236349699932734273D-04 meters */
+/*                       XCORSTA(3) =  0.3561945821351565926D-03 meters */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  1996 March    23 V. Dehant      Original code */
+/*  2009 August   07 B.E. Stetzler  Initial standardization of code */
+/*                                  and found unnecessary variables tau */
+/*                                  and fhr */
+/*  2009 August   07 B.E. Stetzler  Provided a test case */
+/*  2009 August   07 B.E. Stetzler  Capitalized all variables for */
+/*                                  Fortran 77 compatibility */
+/*  2010 October  20 B.E. Stetzler  Input T corrected to be number of */
+/*                                  centuries since J2000 */
+/* ----------------------------------------------------------------------- */
+    /* Parameter adjustments */
+    --xcorsta;
+    --xsta;
+
+    /* Function Body */
+    deg2rad = .017453292519943295;
+/*  Compute the phase angles in degrees. */
+    s = ((*t * 1.85139e-6 - .0014663889) * *t + 481267.88194) * *t + 
+	    218.31664563;
+    pr = (((*t * 7e-9 + 2.1e-8) * *t + 3.08889e-4) * *t + 1.396971278) * *t;
+    s += pr;
+    h__ = (((*t * -6.54e-9 + 2e-8) * *t + 3.0322222e-4) * *t + 36000.7697489) 
+	    * *t + 280.46645;
+    p = (((*t * 5.263e-8 - 1.24991e-5) * *t - .01032172222) * *t + 
+	    4069.01363525) * *t + 83.35324312;
+    zns = (((*t * 1.65e-8 - 2.13944e-6) * *t - .00207561111) * *t + 
+	    1934.13626197) * *t + 234.95544499;
+    ps = (((*t * -3.34e-9 - 1.778e-8) * *t + 4.5688889e-4) * *t + 
+	    1.71945766667) * *t + 282.93734098;
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+/* Computing 2nd power */
+    d__3 = xsta[3];
+    rsta = sqrt(d__1 * d__1 + d__2 * d__2 + d__3 * d__3);
+    sinphi = xsta[3] / rsta;
+/* Computing 2nd power */
+    d__1 = xsta[1];
+/* Computing 2nd power */
+    d__2 = xsta[2];
+    cosphi = sqrt(d__1 * d__1 + d__2 * d__2) / rsta;
+    cosla = xsta[1] / cosphi / rsta;
+    sinla = xsta[2] / cosphi / rsta;
+/* Reduce angles to between the range 0 and 360. */
+    s = d_mod(&s, &c_b2);
+/*      TAU = DMOD(TAU,360D0) */
+    h__ = d_mod(&h__, &c_b2);
+    p = d_mod(&p, &c_b2);
+    zns = d_mod(&zns, &c_b2);
+    ps = d_mod(&ps, &c_b2);
+    dr_tot__ = 0.;
+    dn_tot__ = 0.;
+    for (i__ = 1; i__ <= 3; ++i__) {
+	xcorsta[i__] = 0.;
+/* L99: */
+    }
+    for (j = 1; j <= 5; ++j) {
+	thetaf = (datdi[j * 9 - 9] * s + datdi[j * 9 - 8] * h__ + datdi[j * 9 
+		- 7] * p + datdi[j * 9 - 6] * zns + datdi[j * 9 - 5] * ps) * 
+		deg2rad;
+/* Computing 2nd power */
+	d__1 = sinphi;
+/* Computing 2nd power */
+	d__2 = sinphi;
+	dr = datdi[j * 9 - 4] * (d__1 * d__1 * 3. - 1.) / 2. * cos(thetaf) + 
+		datdi[j * 9 - 2] * (d__2 * d__2 * 3. - 1.) / 2. * sin(thetaf);
+	dn = datdi[j * 9 - 3] * (cosphi * sinphi * 2.) * cos(thetaf) + datdi[
+		j * 9 - 1] * (cosphi * sinphi * 2.) * sin(thetaf);
+	de = 0.;
+	dr_tot__ += dr;
+	dn_tot__ += dn;
+	xcorsta[1] = xcorsta[1] + dr * cosla * cosphi - de * sinla - dn * 
+		sinphi * cosla;
+	xcorsta[2] = xcorsta[2] + dr * sinla * cosphi + de * cosla - dn * 
+		sinphi * sinla;
+	xcorsta[3] = xcorsta[3] + dr * sinphi + dn * cosphi;
+/* L98: */
+    }
+    for (i__ = 1; i__ <= 3; ++i__) {
+	xcorsta[i__] /= 1e3;
+/* L97: */
+    }
+    return 0;
+/*  Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* step2lon_ */
+
diff --git a/lib/iers/src_c/vmf1.c b/lib/iers/src_c/vmf1.c
new file mode 100644
index 0000000..990e1fb
--- /dev/null
+++ b/lib/iers/src_c/vmf1.c
@@ -0,0 +1,219 @@
+/* ../src/vmf1.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int vmf1_(doublereal *ah, doublereal *aw, doublereal *dmjd, 
+	doublereal *dlat, doublereal *zd, doublereal *vmf1h, doublereal *
+	vmf1w)
+{
+    /* Builtin functions */
+    double cos(doublereal), sin(doublereal);
+
+    /* Local variables */
+    static doublereal bh, ch, bw, cw, c0h, c10h, c11h, phh, doy, beta, sine, 
+	    gamma, topcon;
+
+/* + */
+/*  - - - - - - - - - */
+/*   V M F 1 */
+/*  - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al, 2006). */
+/*  This is the site dependent version. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     AH             d      Hydrostatic coefficient a (Note 1) */
+/*     AW             d      Wet coefficient a (Note 1) */
+/*     DMJD           d      Modified Julian Date */
+/*     DLAT           d      Latitude given in radians (North Latitude) */
+/*     ZD             d      Zenith distance in radians */
+
+/*  Returned: */
+/*     VMF1H           d      Hydrostatic mapping function (Note 2) */
+/*     VMF1W           d      Wet mapping function (Note 2) */
+
+/*  Notes: */
+
+/*  1) The coefficients can be obtained from the primary website */
+/*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website */
+/*     http://www.hg.tuwien.ac.at/~ecmwf1/. */
+
+/*  2) The mapping functions are dimensionless scale factors. */
+
+/*  Test case: */
+/*     given input: AH   = 0.00125711D0 */
+/*                  AW   = 0.00058801D0 */
+/*                  DMJD = 55055D0 */
+/*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV) */
+/*                  ZD   = 1.278564131D0 radians */
+
+/*     expected output: VMF1H = 3.425054275537719128D0 */
+/*                      VMF1W = 3.449100942061193553D0 */
+
+/*  References: */
+
+/*     Boehm, J., Werl, B., and Schuh, H., (2006), */
+/*     "Troposhere mapping functions for GPS and very long baseline */
+/*     interferometry from European Centre for Medium-Range Weather */
+/*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111, */
+/*     B02406, doi:10.1029/2005JB003629 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2005 October 02 J. Boehm          Original code */
+/*  2009 August 17 B.E. Stetzler      Added header and copyright */
+/*  2009 August 17 B.E. Stetzler      More modifications and defined twopi */
+/*  2009 August 17 B.E. Stetzler      Provided test case */
+/*  2009 August 17 B.E. Stetzler      Capitalized all variables for FORTRAN 77 */
+/*                                    compatibility */
+/*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain */
+/*                                    VMF coefficients */
+/* ----------------------------------------------------------------------- */
+/* +--------------------------------------------------------------------- */
+/*     Reference day is 28 January 1980 */
+/*     This is taken from Niell (1996) to be consistent */
+/* ---------------------------------------------------------------------- */
+    doy = *dmjd - 44239. - 27;
+    bh = .0029;
+    c0h = .062;
+    if (*dlat < 0.) {
+/* southern hemisphere */
+	phh = 3.1415926535897932384626433;
+	c11h = .007;
+	c10h = .002;
+    } else {
+/* northern hemisphere */
+	phh = 0.;
+	c11h = .005;
+	c10h = .001;
+    }
+    ch = c0h + ((cos(doy / 365.25 * 6.283185307179586476925287 + phh) + 1.) * 
+	    c11h / 2. + c10h) * (1. - cos(*dlat));
+    sine = sin(1.5707963267948966 - *zd);
+    beta = bh / (sine + ch);
+    gamma = *ah / (sine + beta);
+    topcon = *ah / (bh / (ch + 1.) + 1.) + 1.;
+    *vmf1h = topcon / (sine + gamma);
+    bw = .00146;
+    cw = .04391;
+    beta = bw / (sine + cw);
+    gamma = *aw / (sine + beta);
+    topcon = *aw / (bw / (cw + 1.) + 1.) + 1.;
+    *vmf1w = topcon / (sine + gamma);
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* vmf1_ */
+
diff --git a/lib/iers/src_c/vmf1_ht.c b/lib/iers/src_c/vmf1_ht.c
new file mode 100644
index 0000000..ff5ab55
--- /dev/null
+++ b/lib/iers/src_c/vmf1_ht.c
@@ -0,0 +1,242 @@
+/* ../src/vmf1_ht.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int vmf1_ht__(doublereal *ah, doublereal *aw, doublereal *
+	dmjd, doublereal *dlat, doublereal *ht, doublereal *zd, doublereal *
+	vmf1h, doublereal *vmf1w)
+{
+    /* Builtin functions */
+    double cos(doublereal), sin(doublereal);
+
+    /* Local variables */
+    static doublereal bh, ch, bw, cw, c0h, c10h, c11h, phh, doy, beta, a_ht__,
+	     b_ht__, c_ht__, sine, ht_corr_coef__, gamma, hs_km__, topcon, 
+	    ht_corr__;
+
+/* + */
+/*  - - - - - - - - - */
+/*   V M F 1 _ H T */
+/*  - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine determines the Vienna Mapping Function 1 (VMF1) (Boehm et al. 2006). */
+
+/*     :------------------------------------------: */
+/*     :                                          : */
+/*     :                 IMPORTANT                : */
+/*     :                                          : */
+/*     :  This version uses height correction!    : */
+/*     :  It has to be used with the VMF Grid     : */
+/*     :  located at the website mentioned in     : */
+/*     :  the Notes.                              : */
+/*     :__________________________________________: */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Class 1 model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Given: */
+/*     AH             d      Hydrostatic coefficient a (Note 1) */
+/*     AW             d      Wet coefficient a (Note 1) */
+/*     DMJD           d      Modified Julian Date */
+/*     DLAT           d      Latitude given in radians (North Latitude) */
+/*     HT             d      Ellipsoidal height given in meters */
+/*     ZD             d      Zenith distance in radians */
+
+/*  Returned: */
+/*     VMF1H          d      Hydrostatic mapping function (Note 2) */
+/*     VMF1W          d      Wet mapping function (Note 2) */
+
+/*  Notes: */
+
+/*  1) The coefficients can be obtained from the primary website */
+/*     http://ggosatm.hg.tuwien.ac.at/DELAY/ or the back-up website */
+/*     http://www.hg.tuwien.ac.at/~ecmwf1/. */
+
+/*  2) The mapping functions are dimensionless scale factors. */
+
+/*  Test case: */
+/*     given input: AH   = 0.00127683D0 */
+/*                  AW   = 0.00060955D0 */
+/*                  DMJD = 55055D0 */
+/*                  DLAT = 0.6708665767D0 radians (NRAO, Green Bank, WV) */
+/*                  HT   = 824.17D0 meters */
+/*                  ZD   = 1.278564131D0 radians */
+
+/*     expected output: VMF1H = 3.423513691014495652D0 */
+/*                      VMF1W = 3.449100942061193553D0 */
+
+/*  References: */
+
+/*     Boehm, J., Werl, B., and Schuh, H., (2006), */
+/*     "Troposhere mapping functions for GPS and very long baseline */
+/*     interferometry from European Centre for Medium-Range Weather */
+/*     Forecasts operational analysis data," J. Geophy. Res., Vol. 111, */
+/*     B02406, doi:10.1029/2005JB003629 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2005 October 02 J. Boehm     Original code */
+/*  2009 August 17 B.E. Stetzler Added header and copyright */
+/*  2009 August 17 B.E. Stetzler More modifications and defined twopi */
+/*  2009 August 17 B.E. Stetzler Provided test case */
+/*  2009 August 17 B.E. Stetzler Capitalized all variables for FORTRAN 77 */
+/*                               compatibility */
+/*  2010 September 08 B.E. Stetzler   Provided new primary website to obtain */
+/*                                    VMF coefficients */
+/* ----------------------------------------------------------------------- */
+/* +--------------------------------------------------------------------- */
+/*     Reference day is 28 January 1980 */
+/*     This is taken from Niell (1996) to be consistent */
+/* ---------------------------------------------------------------------- */
+    doy = *dmjd - 44239. - 27;
+    bh = .0029;
+    c0h = .062;
+    if (*dlat < 0.) {
+/* southern hemisphere */
+	phh = 3.1415926535897932384626433;
+	c11h = .007;
+	c10h = .002;
+    } else {
+/* northern hemisphere */
+	phh = 0.;
+	c11h = .005;
+	c10h = .001;
+    }
+    ch = c0h + ((cos(doy / 365.25 * 6.283185307179586476925287 + phh) + 1.) * 
+	    c11h / 2. + c10h) * (1. - cos(*dlat));
+    sine = sin(1.5707963267948966 - *zd);
+    beta = bh / (sine + ch);
+    gamma = *ah / (sine + beta);
+    topcon = *aw / (bw / (cw + 1.) + 1.) + 1.;
+    *vmf1h = topcon / (sine + gamma);
+/*  Compute the height correction (Niell, 1996) */
+    a_ht__ = 2.53e-5;
+    b_ht__ = .00549;
+    c_ht__ = .00114;
+    hs_km__ = *ht / 1e3;
+    beta = b_ht__ / (sine + c_ht__);
+    gamma = a_ht__ / (sine + beta);
+    topcon = a_ht__ / (b_ht__ / (c_ht__ + 1.) + 1.) + 1.;
+    ht_corr_coef__ = 1. / sine - topcon / (sine + gamma);
+    ht_corr__ = ht_corr_coef__ * hs_km__;
+    *vmf1h += ht_corr__;
+    bw = .00146;
+    cw = .04391;
+    beta = bw / (sine + cw);
+    gamma = *aw / (sine + beta);
+    topcon = *aw / (bw / (cw + 1.) + 1.) + 1.;
+    *vmf1w = topcon / (sine + gamma);
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+    return 0;
+} /* vmf1_ht__ */
+
diff --git a/lib/iers/src_c/zero_vec8.c b/lib/iers/src_c/zero_vec8.c
new file mode 100644
index 0000000..62daea3
--- /dev/null
+++ b/lib/iers/src_c/zero_vec8.c
@@ -0,0 +1,162 @@
+/* ../src/zero_vec8.f -- translated by f2c (version 20090411).
+   You must link the resulting object file with libf2c:
+	on Microsoft Windows system, link with libf2c.lib;
+	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
+	or, if you install libf2c.a in a standard place, with -lf2c -lm
+	-- in that order, at the end of the command line, as in
+		cc *.o -lf2c -lm
+	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
+
+		http://www.netlib.org/f2c/libf2c.zip
+*/
+
+#include "f2c.h"
+
+/* Subroutine */ int zero_vec8__(doublereal *v)
+{
+/* + */
+/*  - - - - - - - - - - - */
+/*   Z E R O _ V E C 8 */
+/*  - - - - - - - - - - - */
+
+/*  This routine is part of the International Earth Rotation and */
+/*  Reference Systems Service (IERS) Conventions software collection. */
+
+/*  This subroutine zeroes a vector. */
+
+/*  In general, Class 1, 2, and 3 models represent physical effects that */
+/*  act on geodetic parameters while canonical models provide lower-level */
+/*  representations or basic computations that are used by Class 1, 2, or */
+/*  3 models. */
+
+/*  Status: Canonical model */
+
+/*     Class 1 models are those recommended to be used a priori in the */
+/*     reduction of raw space geodetic data in order to determine */
+/*     geodetic parameter estimates. */
+/*     Class 2 models are those that eliminate an observational */
+/*     singularity and are purely conventional in nature. */
+/*     Class 3 models are those that are not required as either Class */
+/*     1 or 2. */
+/*     Canonical models are accepted as is and cannot be classified as a */
+/*     Class 1, 2, or 3 model. */
+
+/*  Returned: */
+/*     V            d(3)      vector V */
+
+/*  Called: */
+/*     None */
+
+/*  Test case: This is a support routine of the main program DEHANTTIDEINEL.F. */
+/*     given input: V(1) = 2D0 */
+/*                  V(2) = 2D0 */
+/*                  V(3) = 3D0 */
+
+/*     expected output: V = 0D0 */
+
+/*  References: */
+
+/*     Mathews, P. M., Dehant, V., and Gipson, J. M., 1997, ''Tidal station */
+/*     displacements," J. Geophys. Res., 102(B9), pp. 20,469-20,477 */
+
+/*     Petit, G. and Luzum, B. (eds.), IERS Conventions (2010), */
+/*     IERS Technical Note No. 36, BKG (2010) */
+
+/*  Revisions: */
+/*  2009 July 29 B.E.Stetzler Initial standardization of subroutine, */
+/*                            provided a test case, and capitalized */
+/*                            all variables for FORTRAN 77 compatibility */
+/* ----------------------------------------------------------------------- */
+/*  Get the zeros of the components of the vector. */
+    /* Parameter adjustments */
+    --v;
+
+    /* Function Body */
+    v[1] = 0.;
+    v[2] = 0.;
+    v[3] = 0.;
+    return 0;
+/* Finished. */
+/* +---------------------------------------------------------------------- */
+
+/*  Copyright (C) 2008 */
+/*  IERS Conventions Center */
+
+/*  ================================== */
+/*  IERS Conventions Software License */
+/*  ================================== */
+
+/*  NOTICE TO USER: */
+
+/*  BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING TERMS AND CONDITIONS */
+/*  WHICH APPLY TO ITS USE. */
+
+/*  1. The Software is provided by the IERS Conventions Center ("the */
+/*     Center"). */
+
+/*  2. Permission is granted to anyone to use the Software for any */
+/*     purpose, including commercial applications, free of charge, */
+/*     subject to the conditions and restrictions listed below. */
+
+/*  3. You (the user) may adapt the Software and its algorithms for your */
+/*     own purposes and you may distribute the resulting "derived work" */
+/*     to others, provided that the derived work complies with the */
+/*     following requirements: */
+
+/*     a) Your work shall be clearly identified so that it cannot be */
+/*        mistaken for IERS Conventions software and that it has been */
+/*        neither distributed by nor endorsed by the Center. */
+
+/*     b) Your work (including source code) must contain descriptions of */
+/*        how the derived work is based upon and/or differs from the */
+/*        original Software. */
+
+/*     c) The name(s) of all modified routine(s) that you distribute */
+/*        shall be changed. */
+
+/*     d) The origin of the IERS Conventions components of your derived */
+/*        work must not be misrepresented; you must not claim that you */
+/*        wrote the original Software. */
+
+/*     e) The source code must be included for all routine(s) that you */
+/*        distribute.  This notice must be reproduced intact in any */
+/*        source distribution. */
+
+/*  4. In any published work produced by the user and which includes */
+/*     results achieved by using the Software, you shall acknowledge */
+/*     that the Software was used in obtaining those results. */
+
+/*  5. The Software is provided to the user "as is" and the Center makes */
+/*     no warranty as to its use or performance.   The Center does not */
+/*     and cannot warrant the performance or results which the user may */
+/*     obtain by using the Software.  The Center makes no warranties, */
+/*     express or implied, as to non-infringement of third party rights, */
+/*     merchantability, or fitness for any particular purpose.  In no */
+/*     event will the Center be liable to the user for any consequential, */
+/*     incidental, or special damages, including any lost profits or lost */
+/*     savings, even if a Center representative has been advised of such */
+/*     damages, or for any claim by any third party. */
+
+/*  Correspondence concerning IERS Conventions software should be */
+/*  addressed as follows: */
+
+/*                     Gerard Petit */
+/*     Internet email: gpetit[at]bipm.org */
+/*     Postal address: IERS Conventions Center */
+/*                     Time, frequency and gravimetry section, BIPM */
+/*                     Pavillon de Breteuil */
+/*                     92312 Sevres  FRANCE */
+
+/*     or */
+
+/*                     Brian Luzum */
+/*     Internet email: brian.luzum[at]usno.navy.mil */
+/*     Postal address: IERS Conventions Center */
+/*                     Earth Orientation Department */
+/*                     3450 Massachusetts Ave, NW */
+/*                     Washington, DC 20392 */
+
+
+/* ----------------------------------------------------------------------- */
+} /* zero_vec8__ */
+
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..0164cff
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,9 @@
+!!! BETA Version !!!
+
+This is a branch of tomojitakasu's RTKLIB with GUIs ported from VCL to Qt5. It is developed using Qt Creator and tested with:
+- Windows + mingw
+- Linux + gcc
+
+Due to Qt's cross platform approach porting to further OS like MacOS should be easy.
+
+This branch includes also the latest version of septentrio receiver support.
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..583f85a
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,42 @@
+#
+#  RTKLIB 2.4.3 Betas
+#
+
+DESCRIPTION
+
+The development branch for RTKLIB 2.4.3.
+
+
+
+UPDATE HISTORY
+
+2014/09/07  2.4.3 b1  add 3-panel and veritical-panel modes for RTKNAVI
+                      add sky image overlay to skyplot for RTKPLOT
+                      fix invalid identification of obs type "C2" (#113)
+                      fix invalid format of saved image by RTKPLOT (#114)
+2014/10/21  2.4.3 b2  add pos2-bdsarmode for beidou amb-res option
+                      add beidou amb-res option for rtknavi and rtkpost
+                      support stdin/stdout if -in/-out omitted in str2str
+                      strtok() -> strtok_r() in expath() for thread-safe
+                      fix problem on week rollover in rtcm 2 type 14
+                      fix problem on reading "C2" in rinex 2.12
+                      fix bug on clock error variance in peph2pos()
+                      fix bug on P0(a[3]) computation in tide_oload()
+                      fix bug on m2 computation in tide_pole()
+                      fix bug on receiver option -GL*,-RL*,-JL* for javad
+                      fix bug on receiver option -GL*,-RL*,-EL* for novatel
+2014/10/24  2.4.3 b3  fix bug on beidou amb-res with pos2-bdsarmode=0
+                      fix bug on return of var_uraeph() if ura<0||15<ura
+2014/11/08  2.4.3 b4  fix getconfig error (87) with bluetooth device
+                      fix bug on ar-degradation by unhealthy satellites
+                      support qzss navigation subframes by decode_frame()
+                      add receiver option -RT_INP for rtcm3
+                      support message RXM-RAWX and RXM-SFRBX for u-blox
+                      add option -a, -i and -o for str2str
+                      merge updates of src/rcv/rt17.c (pull-req #45)
+2014/11/09  2.4.3 b5  support glonass, qzss and beidou for skytraq
+2016/01/23  2.4.3 b6  merge 2.4.2 p11 bug fixes
+                      update ppp/ppp-ar features
+                      support septentrio
+2016/01/26  2.4.3 b7  fix bugs #126,#127,#128,#129,#130,#131
+2016/01/28  2.4.3 b8  support galileo navigation data in u-blox UBX-SFRBX
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..b4d3f61
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,4 @@
+Makefile*
+debug*
+object_script*
+
diff --git a/src/convkml.c b/src/convkml.c
new file mode 100644
index 0000000..2ebfd9d
--- /dev/null
+++ b/src/convkml.c
@@ -0,0 +1,197 @@
+/*------------------------------------------------------------------------------
+* convkml.c : google earth kml converter
+*
+*          Copyright (C) 2007-2010 by T.TAKASU, All rights reserved.
+*
+* references :
+*     [1] Open Geospatial Consortium Inc., OGC 07-147r2, OGC(R) KML, 2008-04-14
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/20  1.0  new
+*           2007/03/15  1.1  modify color sequence
+*           2007/04/03  1.2  add geodetic height option
+*                            support input of NMEA GGA sentence
+*                            delete altitude info for track
+*                            add time stamp option
+*                            separate readsol.c file
+*           2009/01/19  1.3  fix bug on display mark with by-q-flag option
+*           2010/05/10  1.4  support api readsolt() change
+*           2010/08/14  1.5  fix bug on readsolt() (2.4.0_p3)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: convkml.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+/* constants -----------------------------------------------------------------*/
+
+#define SIZP     0.2            /* mark size of rover positions */
+#define SIZR     0.3            /* mark size of reference position */
+#define TINT     30.0           /* time label interval (sec) */
+#define HEADKML1 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
+#define HEADKML2 "<kml xmlns=\"http://earth.google.com/kml/2.1\">"
+#define MARKICON "http://maps.google.com/mapfiles/kml/pal2/icon18.png"
+
+/* output track --------------------------------------------------------------*/
+static void outtrack(FILE *f, const solbuf_t *solbuf, const char *color,
+                     int outalt, int outtime)
+{
+    double pos[3];
+    int i;
+    
+    fprintf(f,"<Placemark>\n");
+    fprintf(f,"<name>Rover Track</name>\n");
+    fprintf(f,"<Style>\n");
+    fprintf(f,"<LineStyle>\n");
+    fprintf(f,"<color>%s</color>\n",color);
+    fprintf(f,"</LineStyle>\n");
+    fprintf(f,"</Style>\n");
+    fprintf(f,"<LineString>\n");
+    if (outalt) fprintf(f,"<altitudeMode>absolute</altitudeMode>\n");
+    fprintf(f,"<coordinates>\n");
+    for (i=0;i<solbuf->n;i++) {
+        ecef2pos(solbuf->data[i].rr,pos);
+        if      (outalt==0) pos[2]=0.0;
+        else if (outalt==2) pos[2]-=geoidh(pos);
+        fprintf(f,"%13.9f,%12.9f,%5.3f\n",pos[1]*R2D,pos[0]*R2D,pos[2]);
+    }
+    fprintf(f,"</coordinates>\n");
+    fprintf(f,"</LineString>\n");
+    fprintf(f,"</Placemark>\n");
+}
+/* output point --------------------------------------------------------------*/
+static void outpoint(FILE *fp, gtime_t time, const double *pos,
+                     const char *label, int style, int outalt, int outtime)
+{
+    double ep[6],alt=0.0;
+    char str[256]="";
+    
+    fprintf(fp,"<Placemark>\n");
+    if (*label) fprintf(fp,"<name>%s</name>\n",label);
+    fprintf(fp,"<styleUrl>#P%d</styleUrl>\n",style);
+    if (outtime) {
+        if      (outtime==2) time=gpst2utc(time);
+        else if (outtime==3) time=timeadd(gpst2utc(time),9*3600.0);
+        time2epoch(time,ep);
+        if (!*label&&fmod(ep[5]+0.005,TINT)<0.01) {
+            sprintf(str,"%02.0f:%02.0f:%02.0f",ep[3],ep[4],ep[5]);
+            fprintf(fp,"<name>%s</name>\n",str);
+        }
+        sprintf(str,"%04.0f-%02.0f-%02.0fT%02.0f:%02.0f:%05.2fZ",
+                ep[0],ep[1],ep[2],ep[3],ep[4],ep[5]);
+        fprintf(fp,"<TimeStamp><when>%s</when></TimeStamp>\n",str);
+    }
+    fprintf(fp,"<Point>\n");
+    if (outalt) {
+        fprintf(fp,"<extrude>1</extrude>\n");
+        fprintf(fp,"<altitudeMode>absolute</altitudeMode>\n");
+        alt=pos[2]-(outalt==2?geoidh(pos):0.0);
+    }
+    fprintf(fp,"<coordinates>%13.9f,%12.9f,%5.3f</coordinates>\n",pos[1]*R2D,
+            pos[0]*R2D,alt);
+    fprintf(fp,"</Point>\n");
+    fprintf(fp,"</Placemark>\n");
+}
+/* save kml file -------------------------------------------------------------*/
+static int savekml(const char *file, const solbuf_t *solbuf, int tcolor,
+                   int pcolor, int outalt, int outtime)
+{
+    FILE *fp;
+    double pos[3];
+    int i,qcolor[]={0,1,2,5,4,3,0};
+    char *color[]={
+        "ffffffff","ff008800","ff00aaff","ff0000ff","ff00ffff","ffff00ff"
+    };
+    if (!(fp=fopen(file,"w"))) {
+        fprintf(stderr,"file open error : %s\n",file);
+        return 0;
+    }
+    fprintf(fp,"%s\n%s\n",HEADKML1,HEADKML2);
+    fprintf(fp,"<Document>\n");
+    for (i=0;i<6;i++) {
+        fprintf(fp,"<Style id=\"P%d\">\n",i);
+        fprintf(fp,"  <IconStyle>\n");
+        fprintf(fp,"    <color>%s</color>\n",color[i]);
+        fprintf(fp,"    <scale>%.1f</scale>\n",i==0?SIZR:SIZP);
+        fprintf(fp,"    <Icon><href>%s</href></Icon>\n",MARKICON);
+        fprintf(fp,"  </IconStyle>\n");
+        fprintf(fp,"</Style>\n");
+    }
+    if (tcolor>0) {
+        outtrack(fp,solbuf,color[tcolor-1],outalt,outtime);
+    }
+    if (pcolor>0) {
+        fprintf(fp,"<Folder>\n");
+        fprintf(fp,"  <name>Rover Position</name>\n");
+        for (i=0;i<solbuf->n;i++) {
+            ecef2pos(solbuf->data[i].rr,pos);
+            outpoint(fp,solbuf->data[i].time,pos,"",
+                     pcolor==5?qcolor[solbuf->data[i].stat]:pcolor-1,outalt,outtime);
+        }
+        fprintf(fp,"</Folder>\n");
+    }
+    if (norm(solbuf->rb,3)>0.0) {
+        ecef2pos(solbuf->rb,pos);
+        outpoint(fp,solbuf->data[0].time,pos,"Reference Position",0,outalt,0);
+    }
+    fprintf(fp,"</Document>\n");
+    fprintf(fp,"</kml>\n");
+    fclose(fp);
+    return 1;
+}
+/* convert to google earth kml file --------------------------------------------
+* convert solutions to google earth kml file
+* args   : char   *infile   I   input solutions file
+*          char   *outfile  I   output google earth kml file ("":<infile>.kml)
+*          gtime_t ts,te    I   start/end time (gpst)
+*          int    tint      I   time interval (s) (0.0:all)
+*          int    qflg      I   quality flag (0:all)
+*          double *offset   I   add offset {east,north,up} (m)
+*          int    tcolor    I   track color
+*                               (0:none,1:white,2:green,3:orange,4:red,5:yellow)
+*          int    pcolor    I   point color
+*                               (0:none,1:white,2:green,3:orange,4:red,5:by qflag)
+*          int    outalt    I   output altitude (0:off,1:elipsoidal,2:geodetic)
+*          int    outtime   I   output time (0:off,1:gpst,2:utc,3:jst)
+* return : status (0:ok,-1:file read,-2:file format,-3:no data,-4:file write)
+* notes  : see ref [1] for google earth kml file format
+*-----------------------------------------------------------------------------*/
+extern int convkml(const char *infile, const char *outfile, gtime_t ts,
+                   gtime_t te, double tint, int qflg, double *offset,
+                   int tcolor, int pcolor, int outalt, int outtime)
+{
+    solbuf_t solbuf={0};
+    double rr[3]={0},pos[3],dr[3];
+    int i,j;
+    char *p,file[1024];
+    
+    trace(3,"convkml : infile=%s outfile=%s\n",infile,outfile);
+    
+    if (!*outfile) {
+        if ((p=strrchr(infile,'.'))) {
+            strncpy(file,infile,p-infile);
+            strcpy(file+(p-infile),".kml");
+        }
+        else sprintf(file,"%s.kml",infile);
+    }
+    else strcpy(file,outfile);
+    
+    /* read solution file */
+    if (!readsolt((char **)&infile,1,ts,te,tint,qflg,&solbuf)) return -1;
+    
+    /* mean position */
+    for (i=0;i<3;i++) {
+        for (j=0;j<solbuf.n;j++) rr[i]+=solbuf.data[j].rr[i];
+        rr[i]/=solbuf.n;
+    }
+    /* add offset */
+    ecef2pos(rr,pos);
+    enu2ecef(pos,offset,dr);
+    for (i=0;i<solbuf.n;i++) {
+        for (j=0;j<3;j++) solbuf.data[i].rr[j]+=dr[j];
+    }
+    if (norm(solbuf.rb,3)>0.0) {
+        for (i=0;i<3;i++) solbuf.rb[i]+=dr[i];
+    }
+    /* save kml file */
+    return savekml(file,&solbuf,tcolor,pcolor,outalt,outtime)?0:-4;
+}
diff --git a/src/convrnx.c b/src/convrnx.c
new file mode 100644
index 0000000..c769be9
--- /dev/null
+++ b/src/convrnx.c
@@ -0,0 +1,1072 @@
+/*------------------------------------------------------------------------------
+* convrnx.c : rinex translator for rtcm and receiver raw data log
+*
+*          Copyright (C) 2009-2014 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.2 $ $Date: 2008/07/17 21:48:06 $
+* history : 2009/04/10 1.0  new
+*           2009/06/02 1.1  support glonass
+*           2009/12/18 1.2  add check return of init_rtcm()/init_raw()
+*           2010/07/15 1.3  support wildcard expansion of input file
+*                           support rinex 3.00
+*                           support rinex as input format
+*                           support output of geo navigation message
+*                           support rtcm antenna and receiver info
+*                           changed api:
+*                               convrnx()
+*           2011/05/27 1.4  support GW10, Javad, LEX receiver
+*                           support lex message conversion
+*                           change api convrnx()
+*           2012/10/18 1.5  support multiple codes in a frequency
+*           2012/10/29 1.6  fix bug on scanning obs types
+*                           support output of compass navigation data
+*                           add supported obs types for rinex input
+*           2013/03/11 1.7  support binex and rinex 3.02
+*                           add approx position in rinex obs header if blank
+*           2014/05/24 1.8  support beidou B1
+*           2014/08/26 1.9  support input format rt17
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define NOUTFILE        7       /* number of output files */
+#define TSTARTMARGIN    60.0    /* time margin for file name replacement */
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                /* stream file type */
+    int    format;              /* stream format (STRFMT_???) */
+    int    sat;                 /* input satellite */
+    obs_t  *obs;                /* input observation data */
+    nav_t  *nav;                /* input navigation data */
+    gtime_t time;               /* current time */
+    rtcm_t rtcm;                /* rtcm data */
+    raw_t  raw;                 /* receiver raw data */
+    rnxctr_t rnx;               /* rinex data */
+    FILE   *fp;                 /* file pointer */
+} strfile_t;
+
+/* global variables ----------------------------------------------------------*/
+static const int navsys[]={     /* system codes */
+    SYS_GPS,SYS_GLO,SYS_GAL,SYS_QZS,SYS_SBS,SYS_CMP,0
+};
+/* convert rinex obs type ver.3 -> ver.2 -------------------------------------*/
+static void convcode(double ver, int sys, char *type)
+{
+    if (ver>=2.12&&(sys==SYS_GPS||sys==SYS_QZS||sys==SYS_SBS)&&
+        !strcmp(type+1,"1C")) { /* L1C/A */
+        strcpy(type+1,"A");
+    }
+    else if (ver>=2.12&&(sys==SYS_GPS||sys==SYS_QZS)&&
+             (!strcmp(type+1,"1S")||!strcmp(type+1,"1L")||
+              !strcmp(type+1,"1X"))) { /* L1C */
+        strcpy(type+1,"B");
+    }
+    else if (ver>=2.12&&(sys==SYS_GPS||sys==SYS_QZS)&&
+             (!strcmp(type+1,"2S")||!strcmp(type+1,"2L")||
+              !strcmp(type+1,"2X"))) { /* L2C */
+        strcpy(type+1,"C");
+    }
+    else if (ver>=2.12&&sys==SYS_GLO&&!strcmp(type+1,"1C")) { /* L1C/A */
+        strcpy(type+1,"A");
+    }
+    else if (ver>=2.12&&sys==SYS_GLO&&!strcmp(type+1,"2C")) { /* L2C/A */
+        strcpy(type+1,"D");
+    }
+    else if (sys==SYS_CMP&&(!strcmp(type+1,"1I")||!strcmp(type+1,"1Q")||
+             !strcmp(type+1,"1X"))) { /* B1 */
+        strcpy(type+1,"2");
+    }
+    else if (!strcmp(type,"C1P")||!strcmp(type,"C1W")||!strcmp(type,"C1Y")||
+             !strcmp(type,"C1N")) { /* L1P,P(Y) */
+        strcpy(type,"P1");
+    }
+    else if (!strcmp(type,"C2P")||!strcmp(type,"C2W")||!strcmp(type,"C2Y")||
+             !strcmp(type,"C2N")||!strcmp(type,"C2D")) { /* L2P,P(Y) */
+        strcpy(type,"P2");
+    }
+    else {
+        type[2]='\0';
+    }
+}
+/* set rinex station and receiver info to options ----------------------------*/
+static void rnx2opt(const rnxctr_t *rnx, rnxopt_t *opt)
+{
+    double pos[3],enu[3];
+    int i;
+    
+    trace(3,"rnx2opt:\n");
+    
+    /* receiver and antenna info */
+    if (!*opt->marker&&!*opt->markerno) {
+        strcpy(opt->marker,rnx->sta.name);
+        strcpy(opt->markerno,rnx->sta.marker);
+    }
+    if (!*opt->rec[0]&&!*opt->rec[1]&&!*opt->rec[2]) {
+        strcpy(opt->rec[0],rnx->sta.recsno);
+        strcpy(opt->rec[1],rnx->sta.rectype);
+        strcpy(opt->rec[2],rnx->sta.recver);
+    }
+    if (!*opt->ant[0]&&!*opt->ant[1]) {
+        strcpy(opt->ant[0],rnx->sta.antsno);
+        strcpy(opt->ant[1],rnx->sta.antdes);
+    }
+    /* antenna approx position */
+    if (!opt->autopos&&norm(rnx->sta.pos,3)>0.0) {
+        for (i=0;i<3;i++) opt->apppos[i]=rnx->sta.pos[i];
+    }
+    /* antenna delta */
+    if (norm(rnx->sta.del,3)>0.0) {
+        if (!rnx->sta.deltype) { /* enu */
+            opt->antdel[0]=rnx->sta.del[2]; /* h */
+            opt->antdel[1]=rnx->sta.del[0]; /* e */
+            opt->antdel[2]=rnx->sta.del[1]; /* n */
+        }
+        else if (norm(opt->apppos,3)>0.0) { /* xyz */
+            ecef2pos(opt->apppos,pos);
+            ecef2enu(pos,rnx->sta.del,enu);
+            opt->antdel[0]=enu[2];
+            opt->antdel[1]=enu[0];
+            opt->antdel[2]=enu[1];
+        }
+    }
+}
+/* set rtcm antenna and receiver info to options -----------------------------*/
+static void rtcm2opt(const rtcm_t *rtcm, rnxopt_t *opt)
+{
+    double pos[3],enu[3];
+    int i;
+    
+    trace(3,"rtcm2opt:\n");
+    
+    /* comment */
+    sprintf(opt->comment[1]+strlen(opt->comment[1]),", station ID: %d",
+            rtcm->staid);
+    
+    /* receiver and antenna info */
+    if (!*opt->rec[0]&&!*opt->rec[1]&&!*opt->rec[2]) {
+        strcpy(opt->rec[0],rtcm->sta.recsno);
+        strcpy(opt->rec[1],rtcm->sta.rectype);
+        strcpy(opt->rec[2],rtcm->sta.recver);
+    }
+    if (!*opt->ant[0]&&!*opt->ant[1]&&!*opt->ant[2]) {
+        strcpy(opt->ant[0],rtcm->sta.antsno);
+        strcpy(opt->ant[1],rtcm->sta.antdes);
+        if (rtcm->sta.antsetup) {
+            sprintf(opt->ant[2],"%d",rtcm->sta.antsetup);
+        }
+        else *opt->ant[2]='\0';
+    }
+    /* antenna approx position */
+    if (!opt->autopos&&norm(rtcm->sta.pos,3)>0.0) {
+        for (i=0;i<3;i++) opt->apppos[i]=rtcm->sta.pos[i];
+    }
+    /* antenna delta */
+    if (norm(rtcm->sta.del,3)>0.0) {
+        if (!rtcm->sta.deltype&&norm(rtcm->sta.del,3)>0.0) { /* enu */
+            opt->antdel[0]=rtcm->sta.del[2]; /* h */
+            opt->antdel[1]=rtcm->sta.del[0]; /* e */
+            opt->antdel[2]=rtcm->sta.del[1]; /* n */
+        }
+        else if (norm(rtcm->sta.pos,3)>0.0) { /* xyz */
+            ecef2pos(rtcm->sta.pos,pos);
+            ecef2enu(pos,rtcm->sta.del,enu);
+            opt->antdel[0]=enu[2]; /* h */
+            opt->antdel[1]=enu[0]; /* e */
+            opt->antdel[2]=enu[1]; /* n */
+        }
+    }
+    else {
+        opt->antdel[0]=rtcm->sta.hgt;
+        opt->antdel[0]=0.0;
+        opt->antdel[0]=0.0;
+    }
+}
+/* generate stream file ------------------------------------------------------*/
+static strfile_t *gen_strfile(int format, const char *opt, gtime_t time)
+{
+    strfile_t *str;
+    
+    trace(3,"init_strfile:\n");
+    
+    if (!(str=(strfile_t *)malloc(sizeof(strfile_t)))) return NULL;
+    
+    if (format==STRFMT_RTCM2||format==STRFMT_RTCM3) {
+        if (!init_rtcm(&str->rtcm)) {
+            showmsg("init rtcm error");
+            return 0;
+        }
+        str->rtcm.time=time;
+        str->obs=&str->rtcm.obs;
+        str->nav=&str->rtcm.nav; 
+        strcpy(str->rtcm.opt,opt);
+    }
+    else if (format<=MAXRCVFMT) {
+        if (!init_raw(&str->raw)) {
+            showmsg("init raw error");
+            return 0;
+        }
+        str->raw.time=time;
+        str->obs=&str->raw.obs;
+        str->nav=&str->raw.nav;
+        strcpy(str->raw.opt,opt);
+    }
+    else if (format==STRFMT_RINEX) {
+        if (!init_rnxctr(&str->rnx)) {
+            showmsg("init rnx error");
+            return 0;
+        }
+        str->obs=&str->rnx.obs;
+        str->nav=&str->rnx.nav;
+        strcpy(str->rnx.opt,opt);
+    }
+    str->format=format;
+    str->sat=0;
+    str->fp=NULL;
+    return str;
+}
+/* free stream file ----------------------------------------------------------*/
+static void free_strfile(strfile_t *str)
+{
+    trace(3,"free_strfile:\n");
+    
+    if (str->format==STRFMT_RTCM2||str->format==STRFMT_RTCM3) {
+        free_rtcm(&str->rtcm);
+    }
+    else if (str->format<=MAXRCVFMT) {
+        free_raw(&str->raw);
+    }
+    else if (str->format==STRFMT_RINEX) {
+        free_rnxctr(&str->rnx);
+    }
+    free(str);
+}
+/* input stream file ---------------------------------------------------------*/
+static int input_strfile(strfile_t *str)
+{
+    int type=0;
+    
+    trace(4,"input_strfile:\n");
+    
+    if (str->format==STRFMT_RTCM2) {
+        if ((type=input_rtcm2f(&str->rtcm,str->fp))>=1) {
+            str->time=str->rtcm.time;
+            str->sat=str->rtcm.ephsat;
+        }
+    }
+    else if (str->format==STRFMT_RTCM3) {
+        if ((type=input_rtcm3f(&str->rtcm,str->fp))>=1) {
+            str->time=str->rtcm.time;
+            str->sat=str->rtcm.ephsat;
+        }
+    }
+    else if (str->format<=MAXRCVFMT) {
+        if ((type=input_rawf(&str->raw,str->format,str->fp))>=1) {
+            str->time=str->raw.time;
+            str->sat=str->raw.ephsat;
+        }
+    }
+    else if (str->format==STRFMT_RINEX) {
+        if ((type=input_rnxctr(&str->rnx,str->fp))>=1) {
+            str->time=str->rnx.time;
+            str->sat=str->rnx.ephsat;
+        }
+    }
+    trace(4,"input_strfile: time=%s type=%d sat=%2d\n",time_str(str->time,3),
+          type,str->sat);
+    return type;
+}
+/* open stream file ----------------------------------------------------------*/
+static int open_strfile(strfile_t *str, const char *file)
+{
+    trace(3,"open_strfile: file=%s\n",file);
+    
+    if (str->format==STRFMT_RTCM2||str->format==STRFMT_RTCM3) {
+        if (!(str->fp=fopen(file,"rb"))) {
+            showmsg("rtcm open error: %s",file);
+            return 0;
+        }
+    }
+    else if (str->format<=MAXRCVFMT) {
+        if (!(str->fp=fopen(file,"rb"))) {
+            showmsg("log open error: %s",file);
+            return 0;
+        }
+        /* read head to resolve time ambiguity */
+        if (str->time.time==0) {
+            str->raw.flag=1;
+            while (input_strfile(str)>=-1&&str->time.time==0) ;
+            str->raw.flag=1;
+            rewind(str->fp);
+        }
+    }
+    else if (str->format==STRFMT_RINEX) {
+        if (!(str->fp=fopen(file,"r"))) {
+            showmsg("rinex open error: %s",file);
+            return 0;
+        }
+        /* open rinex control */
+        if (!open_rnxctr(&str->rnx,str->fp)) {
+            showmsg("no rinex file: %s",file);
+            fclose(str->fp);
+            return 0;
+        }
+    }
+    return 1;
+}
+/* close stream file ---------------------------------------------------------*/
+static void close_strfile(strfile_t *str)
+{
+    trace(3,"close_strfile:\n");
+    
+    if (str->format==STRFMT_RTCM2||str->format==STRFMT_RTCM3) {
+        if (str->fp) fclose(str->fp);
+    }
+    else if (str->format<=MAXRCVFMT) {
+        if (str->fp) fclose(str->fp);
+    }
+    else if (str->format==STRFMT_RINEX) {
+        if (str->fp) fclose(str->fp);
+    }
+}
+/* sort codes ----------------------------------------------------------------*/
+static void sort_codes(unsigned char *codes, unsigned char *types, int n)
+{
+    unsigned char tmp;
+    char *obs1,*obs2;
+    int i,j;
+    
+    for (i=0;i<n-1;i++) for (j=i+1;j<n;j++) {
+       obs1=code2obs(codes[i],NULL);
+       obs2=code2obs(codes[j],NULL);
+       if (strcmp(obs1,obs2)<=0) continue;
+       tmp=codes[i]; codes[i]=codes[j]; codes[j]=tmp;
+       tmp=types[i]; types[i]=types[j]; types[j]=tmp;
+    }
+}
+/* set observation types in rinex option -------------------------------------*/
+static void setopt_obstype(const unsigned char *codes,
+                           const unsigned char *types, int sys, rnxopt_t *opt)
+{
+    const char type_str[]="CLDS";
+    char type[16],*id;
+    int i,j,k,freq;
+    
+    trace(3,"setopt_obstype: sys=%d\n",sys);
+    
+    opt->nobs[sys]=0;
+    
+    if (!(navsys[sys]&opt->navsys)) return;
+    
+    for (i=0;codes[i];i++) {
+        
+        if (!(id=code2obs(codes[i],&freq))) continue;
+        
+        if (!(opt->freqtype&(1<<(freq-1)))||opt->mask[sys][codes[i]-1]=='0') {
+            continue;
+        }
+        for (j=0;j<4;j++) {
+            if (!(opt->obstype&(1<<j))) continue;
+            if (types&&!(types[i]&(1<<j))) continue;
+            
+            /* observation type in ver.3 */
+            sprintf(type,"%c%s",type_str[j],id);
+            if (type[0]=='C'&&type[2]=='N') continue; /* codeless */
+            
+            if (opt->rnxver<=2.99) { /* ver.2 */
+                
+                /* ver.3 -> ver.2 */
+                convcode(opt->rnxver,navsys[sys],type);
+                
+                /* check duplicated observation type */
+                for (k=0;k<opt->nobs[0];k++) {
+                    if (!strcmp(opt->tobs[0][k],type)) break;
+                }
+                if (k>=opt->nobs[0]&&opt->nobs[0]<MAXOBSTYPE) {
+                    strcpy(opt->tobs[0][opt->nobs[0]++],type);
+                }
+            }
+            else if (opt->nobs[sys]<MAXOBSTYPE) { /* ver.3 */
+                strcpy(opt->tobs[sys][opt->nobs[sys]++],type);
+            }
+        }
+    }
+}
+/* scan observation types ----------------------------------------------------*/
+static int scan_obstype(int format, const char *file, rnxopt_t *opt,
+                        gtime_t *time)
+{
+    strfile_t *str;
+    unsigned char codes[6][33]={{0}};
+    unsigned char types[6][33]={{0}};
+    char msg[128];
+    int i,j,k,l,c=0,type,sys,abort=0,n[6]={0};
+    
+    trace(3,"scan_obstype: file=%s, opt=%s\n",file,opt);
+    
+    if (!(str=gen_strfile(format,opt->rcvopt,*time))) return 0;
+    
+    if (!open_strfile(str,file)) {
+        free_strfile(str);
+        return 0;
+    }
+    /* scan codes in input file */
+    while ((type=input_strfile(str))>=-1) {
+        
+        if (type!=1||str->obs->n<=0) continue;
+        
+        if (!opt->ts.time||timediff(str->obs->data[0].time,opt->ts)>=0.001) {
+             
+            for (i=0;i<str->obs->n;i++) {
+                sys=satsys(str->obs->data[i].sat,NULL);
+                for (l=0;navsys[l];l++) if (navsys[l]==sys) break;
+                if (!navsys[l]) continue;
+                
+                for (j=0;j<NFREQ+NEXOBS;j++) {
+                    if (!str->obs->data[i].code[j]) continue;
+                    
+                    for (k=0;k<n[l];k++) {
+                        if (codes[l][k]==str->obs->data[i].code[j]) break;
+                    }
+                    if (k>=n[l]&&n[l]<32) {
+                        codes[l][n[l]++]=str->obs->data[i].code[j];
+                    }
+                    if (k<n[l]) {
+                        if (str->obs->data[i].P[j]!=0.0) types[l][k]|=1;
+                        if (str->obs->data[i].L[j]!=0.0) types[l][k]|=2;
+                        if (str->obs->data[i].D[j]!=0.0) types[l][k]|=4;
+                        if (str->obs->data[i].SNR[j]!=0) types[l][k]|=8;
+                    }
+                }
+            }
+            if (!time->time) *time=str->obs->data[0].time;
+        }
+        if (opt->te.time&&timediff(str->obs->data[0].time,opt->te)>10.0) break;
+        
+        if (++c%11) continue;
+        
+        sprintf(msg,"scanning: %s %s%s%s%s%s%s",time_str(str->time,0),
+                n[0]?"G":"",n[1]?"R":"",n[2]?"E":"",n[3]?"J":"",
+                n[4]?"S":"",n[5]?"C":"");
+        if ((abort=showmsg(msg))) break;
+    }
+    showmsg("");
+    
+    close_strfile(str);
+    free_strfile(str);
+    
+    if (abort) {
+        trace(2,"aborted in scan\n");
+        return 0;
+    }
+    for (i=0;i<6;i++) for (j=0;j<n[i];j++) {
+        trace(2,"scan_obstype: sys=%d code=%s type=%d\n",i,code2obs(codes[i][j],NULL),types[i][j]);
+    }
+    for (i=0;i<6;i++) {
+        
+        /* sort codes */
+        sort_codes(codes[i],types[i],n[i]);
+        
+        /* set observation types in rinex option */
+        setopt_obstype(codes[i],types[i],i,opt);
+        
+        for (j=0;j<n[i];j++) {
+            trace(3,"scan_obstype: sys=%d code=%s\n",i,code2obs(codes[i][j],NULL));
+        }
+    }
+    return 1;
+}
+/* set observation types -----------------------------------------------------*/
+static void set_obstype(int format, rnxopt_t *opt)
+{
+    /* supported codes by rtcm2 */
+    const unsigned char codes_rtcm2[6][8]={
+        {CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P},
+        {CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P}
+    };
+    /* supported codes by rtcm3 */
+    const unsigned char codes_rtcm3[6][8]={
+        {CODE_L1C,CODE_L1W,CODE_L2W,CODE_L2X,CODE_L5X},
+        {CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P},
+        {CODE_L1X,CODE_L5X,CODE_L7X,CODE_L8X},
+        {CODE_L1C,CODE_L2X,CODE_L5X},
+        {CODE_L1C,CODE_L5X},
+        {CODE_L1C,CODE_L2C,CODE_L7I}
+    };
+    /* supported codes by novatel oem3 */
+    const unsigned char codes_oem3[6][8]={
+        {CODE_L1C,CODE_L2P},{0},{0},{0},{CODE_L1C}
+    };
+    /* supported codes by novatel oem4 */
+    const unsigned char codes_oem4[6][8]={
+        {CODE_L1C,CODE_L2P,CODE_L2D,CODE_L2X,CODE_L5Q},
+        {CODE_L1C,CODE_L2C,CODE_L2P},
+        {CODE_L1B,CODE_L1C,CODE_L5Q,CODE_L7Q,CODE_L8Q},
+        {CODE_L1C,CODE_L2X,CODE_L5Q},
+        {CODE_L1C,CODE_L5I}
+    };
+    /* supported codes by hemisphere */
+    const unsigned char codes_cres[6][8]={
+        {CODE_L1C,CODE_L2P},
+        {CODE_L1C,CODE_L2P},
+        {0},{0},{CODE_L1C}
+    };
+    /* supported codes by javad */
+    const unsigned char codes_javad[6][8]={
+        {CODE_L1C,CODE_L1W,CODE_L1X,CODE_L2X,CODE_L2W,CODE_L5X},
+        {CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P},
+        {CODE_L1X,CODE_L5X,CODE_L7X,CODE_L8X},
+        {CODE_L1C,CODE_L1X,CODE_L1Z,CODE_L2X,CODE_L5X},
+        {CODE_L1C,CODE_L5X},
+        {CODE_L1I,CODE_L2C,CODE_L7I}
+    };
+    /* supported codes by rinex and binex */
+    const unsigned char codes_rinex[6][32]={
+        {CODE_L1C,CODE_L1P,CODE_L1W,CODE_L1Y,CODE_L1M,CODE_L1N,CODE_L1S,CODE_L1L,
+         CODE_L2C,CODE_L2D,CODE_L2S,CODE_L2L,CODE_L2X,CODE_L2P,CODE_L2W,CODE_L2Y,
+         CODE_L2M,CODE_L2N,CODE_L5I,CODE_L5Q,CODE_L5X},
+        {CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P,CODE_L3I,CODE_L3Q,CODE_L3X},
+        {CODE_L1C,CODE_L1A,CODE_L1B,CODE_L1X,CODE_L1Z,CODE_L5I,CODE_L5Q,CODE_L5X,
+         CODE_L6A,CODE_L6B,CODE_L6C,CODE_L6X,CODE_L6Z,CODE_L7I,CODE_L7Q,CODE_L7X,
+         CODE_L8I,CODE_L8Q,CODE_L8X},
+        {CODE_L1C,CODE_L1S,CODE_L1L,CODE_L1X,CODE_L1Z,CODE_L2S,CODE_L2L,CODE_L2X,
+         CODE_L5I,CODE_L5Q,CODE_L5X,CODE_L6S,CODE_L6L,CODE_L6X},
+        {CODE_L1C,CODE_L5I,CODE_L5Q,CODE_L5X},
+        {CODE_L1I,CODE_L1Q,CODE_L1X,CODE_L7I,CODE_L7Q,CODE_L7X,CODE_L6I,CODE_L6Q,
+         CODE_L6X}
+    };
+    /* supported codes by rt17 */
+    const unsigned char codes_rt17[6][8]={
+        {CODE_L1C,CODE_L2W}
+    };
+    /* supported codes by others */
+    const unsigned char codes_other[6][8]={
+        {CODE_L1C},{CODE_L1C},{CODE_L1C},{CODE_L1C},{CODE_L1C},{CODE_L1I}
+    };
+    const unsigned char *codes;
+    int i;
+    
+    trace(3,"set_obstype: format=%d\n",format);
+    
+    for (i=0;i<6;i++) {
+        switch (format) {
+            case STRFMT_RTCM2: codes=codes_rtcm2[i]; break;
+            case STRFMT_RTCM3: codes=codes_rtcm3[i]; break;
+            case STRFMT_OEM4 : codes=codes_oem4 [i]; break;
+            case STRFMT_OEM3 : codes=codes_oem3 [i]; break;
+            case STRFMT_CRES : codes=codes_cres [i]; break;
+            case STRFMT_JAVAD: codes=codes_javad[i]; break;
+            case STRFMT_BINEX: codes=codes_rinex[i]; break;
+            case STRFMT_RT17 : codes=codes_rt17 [i]; break;
+            case STRFMT_RINEX: codes=codes_rinex[i]; break;
+            default:           codes=codes_other[i]; break;
+        }
+        /* set observation types in rinex option */
+        setopt_obstype(codes,NULL,i,opt);
+    }
+}
+/* save slip conditions ------------------------------------------------------*/
+static void saveslips(unsigned char slips[][NFREQ+NEXOBS], obsd_t *data, int n)
+{
+    int i,j;
+    
+    for (i=0;i<n;i++) for (j=0;j<NFREQ+NEXOBS;j++) {
+        if (data[i].LLI[j]&1) slips[data[i].sat-1][j]|=1;
+    }
+}
+/* restore slip conditions ---------------------------------------------------*/
+static void restslips(unsigned char slips[][NFREQ+NEXOBS], obsd_t *data, int n)
+{
+    int i,j;
+    
+    for (i=0;i<n;i++) for (j=0;j<NFREQ+NEXOBS;j++) {
+        if (slips[data[i].sat-1][j]&1) data[i].LLI[j]|=1;
+        slips[data[i].sat-1][j]=0;
+    }
+}
+/* open output files ---------------------------------------------------------*/
+static int openfile(FILE **ofp, char *files[], const char *file,
+                    const rnxopt_t *opt, nav_t *nav)
+{
+    char path[1024];
+    int i;
+    
+    trace(3,"openfile:\n");
+    
+    for (i=0;i<NOUTFILE;i++) {
+        
+        if (!*files[i]) continue;
+        
+        strcpy(path,files[i]);
+        
+        /* check overwrite input file and modify output file */
+        if (!strcmp(path,file)) strcat(path,"_");
+        
+        /* create directory if not exist */
+        createdir(path);
+        
+        if (!(ofp[i]=fopen(path,"w"))) {
+            showmsg("file open error: %s",path);
+            for (i--;i>=0;i--) if (ofp[i]) fclose(ofp[i]);
+            return 0;
+        }
+        /* write header to file */
+        switch (i) {
+            case 0: outrnxobsh (ofp[0],opt,nav); break;
+            case 1: outrnxnavh (ofp[1],opt,nav); break;
+            case 2: outrnxgnavh(ofp[2],opt,nav); break;
+            case 3: outrnxhnavh(ofp[3],opt,nav); break;
+            case 4: outrnxqnavh(ofp[4],opt,nav); break;
+            case 5: outrnxlnavh(ofp[5],opt,nav); break;
+        }
+    }
+    return 1;
+}
+/* close output files --------------------------------------------------------*/
+static void closefile(FILE **ofp, const rnxopt_t *opt, nav_t *nav)
+{
+    int i;
+    
+    trace(3,"closefile:\n");
+    
+    for (i=0;i<NOUTFILE;i++) {
+        
+        if (!ofp[i]) continue;
+        
+        /* rewrite header to file */
+        rewind(ofp[i]);
+        switch (i) {
+            case 0: outrnxobsh (ofp[0],opt,nav); break;
+            case 1: outrnxnavh (ofp[1],opt,nav); break;
+            case 2: outrnxgnavh(ofp[2],opt,nav); break;
+            case 3: outrnxhnavh(ofp[3],opt,nav); break;
+            case 4: outrnxqnavh(ofp[4],opt,nav); break;
+            case 5: outrnxlnavh(ofp[5],opt,nav); break;
+        }
+        fclose(ofp[i]);
+    }
+}
+/* convert obs message -------------------------------------------------------*/
+static void convobs(FILE **ofp, rnxopt_t *opt, strfile_t *str, int *n,
+                    unsigned char slips[][NFREQ+NEXOBS])
+{
+    gtime_t time;
+    
+    trace(3,"convobs :\n");
+    
+    if (!ofp[0]||str->obs->n<=0) return;
+    
+    time=str->obs->data[0].time;
+    
+    /* save slips */
+    saveslips(slips,str->obs->data,str->obs->n);
+    
+    if (!screent(time,opt->ts,opt->te,opt->tint)) return;
+    
+    /* restore slips */
+    restslips(slips,str->obs->data,str->obs->n);
+    
+    /* output rinex obs */
+    outrnxobsb(ofp[0],opt,str->obs->data,str->obs->n,0);
+    
+    if (opt->tstart.time==0) opt->tstart=time;
+    opt->tend=time;
+    
+    n[0]++;
+}
+/* convert nav message -------------------------------------------------------*/
+static void convnav(FILE **ofp, rnxopt_t *opt, strfile_t *str, int *n)
+{
+    gtime_t ts1,te1,ts2,te2;
+    int sys,prn;
+    
+    trace(3,"convnav :\n");
+    
+    ts1=opt->ts; if (ts1.time!=0) ts1=timeadd(ts1,-MAXDTOE);
+    te1=opt->te; if (te1.time!=0) te1=timeadd(te1, MAXDTOE);
+    ts2=opt->ts; if (ts2.time!=0) ts2=timeadd(ts2,-MAXDTOE_GLO);
+    te2=opt->te; if (te2.time!=0) te2=timeadd(te2, MAXDTOE_GLO);
+    
+    sys=satsys(str->sat,&prn)&opt->navsys;
+    
+    if (sys==SYS_GPS) {
+        
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts1,te1,0.0)) return;
+        
+        if (ofp[1]) {
+            
+            /* output rinex nav */
+            outrnxnavb(ofp[1],opt,str->nav->eph+str->sat-1);
+            n[1]++;
+        }
+    }
+    else if (sys==SYS_GLO) {
+        
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts2,te2,0.0)) return;
+        
+        if (ofp[1]&&opt->rnxver>2.99) {
+            
+            /* output rinex nav */
+            outrnxgnavb(ofp[1],opt,str->nav->geph+prn-1);
+            n[1]++;
+        }
+        if (ofp[2]&&opt->rnxver<=2.99) {
+            
+            /* output rinex gnav */
+            outrnxgnavb(ofp[2],opt,str->nav->geph+prn-1);
+            n[2]++;
+        }
+    }
+    else if (sys==SYS_SBS) {
+        
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts1,te1,0.0)) return;
+        
+        if (ofp[1]&&opt->rnxver>2.99) {
+            
+            /* output rinex nav */
+            outrnxhnavb(ofp[1],opt,str->nav->seph+prn-MINPRNSBS);
+            n[1]++;
+        }
+        if (ofp[3]&&opt->rnxver<=2.99) {
+            
+            /* output rinex hnav */
+            outrnxhnavb(ofp[3],opt,str->nav->seph+prn-MINPRNSBS);
+            n[3]++;
+        }
+    }
+    else if (sys==SYS_QZS) {
+        
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts1,te1,0.0)) return;
+        
+        if (ofp[1]&&opt->rnxver>2.99) {
+            
+            /* output rinex nav */
+            outrnxnavb(ofp[1],opt,str->nav->eph+str->sat-1);
+            n[1]++;
+        }
+        if (ofp[4]&&opt->rnxver<=2.99) {
+            
+            /* output rinex qnav */
+            outrnxnavb(ofp[4],opt,str->nav->eph+str->sat-1);
+            n[4]++;
+        }
+    }
+    else if (sys==SYS_GAL) {
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts1,te1,0.0)) return;
+        
+        if (ofp[1]&&opt->rnxver>2.99) {
+            
+            /* output rinex nav */
+            outrnxnavb(ofp[1],opt,str->nav->eph+str->sat-1);
+            n[1]++;
+        }
+        if (ofp[5]&&opt->rnxver<=2.99) {
+            
+            /* output rinex lnav */
+            outrnxnavb(ofp[5],opt,str->nav->eph+str->sat-1);
+            n[5]++;
+        }
+    }
+    else if (sys==SYS_CMP) {
+        if (opt->exsats[str->sat-1]==1||!screent(str->time,ts1,te1,0.0)) return;
+        
+        if (ofp[1]&&opt->rnxver>2.99) {
+            
+            /* output rinex nav */
+            outrnxnavb(ofp[1],opt,str->nav->eph+str->sat-1);
+            n[1]++;
+        }
+    }
+}
+/* convert sbas message ------------------------------------------------------*/
+static void convsbs(FILE **ofp, rnxopt_t *opt, strfile_t *str, int *n)
+{
+    gtime_t ts1,te1;
+    int msg,prn,sat,sys;
+    
+    trace(3,"convsbs :\n");
+    
+    ts1=opt->ts; if (ts1.time!=0) ts1=timeadd(ts1,-MAXDTOE);
+    te1=opt->te; if (te1.time!=0) te1=timeadd(te1, MAXDTOE);
+    
+    msg=sbsupdatecorr(&str->raw.sbsmsg,str->nav);
+    
+    prn=str->raw.sbsmsg.prn;
+    if      (MINPRNSBS<=prn&&prn<=MAXPRNSBS) sys=SYS_SBS;
+    else if (MINPRNQZS<=prn&&prn<=MAXPRNQZS) sys=SYS_QZS;
+    else {
+        trace(2,"sbas message satellite error: prn=%d\n",prn);
+        return;
+    }
+    if (!(sat=satno(sys,prn))||opt->exsats[sat-1]==1) return;
+    
+    if (ofp[6]) { /* output sbas log */
+        if (screent(gpst2time(str->raw.sbsmsg.week,str->raw.sbsmsg.tow),opt->ts,
+                    opt->te,0.0)) {
+            sbsoutmsg(ofp[6],&str->raw.sbsmsg); n[6]++;
+        }
+    }
+    if (!(opt->navsys&SYS_SBS)||msg!=9||
+        !screent(str->time,ts1,te1,0.0)) return;
+    
+    if (ofp[1]&&opt->rnxver>2.99) {
+        
+        /* output rinex nav */
+        outrnxhnavb(ofp[1],opt,str->nav->seph+prn-MINPRNSBS);
+        n[1]++;
+    }
+    if (ofp[3]&&opt->rnxver<=2.99) {
+        
+        /* output rinex hnav */
+        outrnxhnavb(ofp[3],opt,str->nav->seph+prn-MINPRNSBS);
+        n[3]++;
+    }
+}
+/* convert lex message -------------------------------------------------------*/
+static void convlex(FILE **ofp, rnxopt_t *opt, strfile_t *str, int *n)
+{
+    gtime_t ts1,te1;
+    
+    trace(3,"convlex :\n");
+    
+    ts1=opt->ts; if (ts1.time!=0) ts1=timeadd(ts1,-MAXDTOE);
+    te1=opt->te; if (te1.time!=0) te1=timeadd(te1, MAXDTOE);
+    
+    if (ofp[6]&&screent(str->time,opt->ts,opt->te,0.0)) {
+        lexoutmsg(ofp[6],&str->raw.lexmsg); n[6]++;
+    }
+}
+/* set approx position -------------------------------------------------------*/
+static void setapppos(strfile_t *str, rnxopt_t *opt)
+{
+    prcopt_t prcopt=prcopt_default;
+    sol_t sol={{0}};
+    char msg[128];
+    
+    prcopt.navsys=opt->navsys;
+    
+    /* point positioning with last obs data */
+    if (!pntpos(str->obs->data,str->obs->n,str->nav,&prcopt,&sol,NULL,NULL,
+                msg)) {
+        trace(2,"point position error (%s)\n",msg);
+        return;
+    }
+    matcpy(opt->apppos,sol.rr,3,1);
+}
+/* show status message -------------------------------------------------------*/
+static int showstat(int sess, gtime_t ts, gtime_t te, int *n)
+{
+    const char type[]="ONGHQLSE";
+    char msg[1024]="",*p=msg,s[64];
+    int i;
+    
+    if (sess>0) {
+        p+=sprintf(p,"(%d) ",sess);
+    }
+    if (ts.time!=0) {
+        time2str(ts,s,0);
+        p+=sprintf(p,"%s",s);
+    }
+    if (te.time!=0&&timediff(te,ts)>0.9) {
+        time2str(te,s,0);
+        p+=sprintf(p,"-%s",s+5);
+    }
+    p+=sprintf(p,": ");
+    
+    for (i=0;i<NOUTFILE+1;i++) {
+        if (n[i]==0) continue;
+        p+=sprintf(p,"%c=%d%s",type[i],n[i],i<NOUTFILE?" ":"");
+    }
+    return showmsg(msg);
+}
+/* rinex converter for single-session ----------------------------------------*/
+static int convrnx_s(int sess, int format, rnxopt_t *opt, const char *file,
+                     char **ofile)
+{
+    FILE *ofp[NOUTFILE]={NULL};
+    strfile_t *str;
+    gtime_t ts={0},te={0},tend={0},time={0};
+    unsigned char slips[MAXSAT][NFREQ+NEXOBS]={{0}};
+    int i,j,nf,type,n[NOUTFILE+1]={0},abort=0;
+    char path[1024],*paths[NOUTFILE],s[NOUTFILE][1024];
+    char *epath[MAXEXFILE]={0},*staid=*opt->staid?opt->staid:"0000";
+    
+    trace(3,"convrnx_s: sess=%d format=%d file=%s ofile=%s %s %s %s %s %s %s\n",
+          sess,format,file,ofile[0],ofile[1],ofile[2],ofile[3],ofile[4],
+          ofile[5],ofile[6]);
+    
+    /* replace keywords in input file */
+    if (reppath(file,path,opt->ts,staid,"")<0) {
+        showmsg("no time for input file: %s",file);
+        return 0;
+    }
+    /* expand wild-cards in input file */
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(epath[i]=(char *)malloc(1024))) {
+            for (i=0;i<MAXEXFILE;i++) free(epath[i]);
+            return 0;
+        }
+    }
+    nf=expath(path,epath,MAXEXFILE);
+    
+    if (format==STRFMT_RTCM2||format==STRFMT_RTCM3||format==STRFMT_RT17) {
+        time=opt->trtcm;
+    }
+    if (opt->scanobs) {
+        
+        /* scan observation types */
+        if (!scan_obstype(format,epath[0],opt,&time)) return 0;
+    }
+    else {
+        /* set observation types by format */
+        set_obstype(format,opt);
+    }
+    if (!(str=gen_strfile(format,opt->rcvopt,time))) {
+        for (i=0;i<MAXEXFILE;i++) free(epath[i]);
+        return 0;
+    }
+    time=opt->ts.time?opt->ts:(time.time?timeadd(time,TSTARTMARGIN):time);
+    
+    /* replace keywords in output file */
+    for (i=0;i<NOUTFILE;i++) {
+        paths[i]=s[i];
+        if (reppath(ofile[i],paths[i],time,staid,"")<0) {
+            showmsg("no time for output path: %s",ofile[i]);
+            for (i=0;i<MAXEXFILE;i++) free(epath[i]);
+            free_strfile(str);
+            return 0;
+        }
+    }
+    /* open output files */
+    if (!openfile(ofp,paths,path,opt,str->nav)) {
+        for (i=0;i<MAXEXFILE;i++) free(epath[i]);
+        free_strfile(str);
+        return 0;
+    }
+    for (i=0;i<nf&&!abort;i++) {
+        
+        /* open stream file */
+        if (!open_strfile(str,epath[i])) continue;
+        
+        /* input message */
+        for (j=0;(type=input_strfile(str))>=-1;j++) {
+            
+            if (j%11==1&&(abort=showstat(sess,te,te,n))) break;
+            
+            /* avioid duplicated if overlapped data */
+            if (tend.time&&timediff(str->time,tend)<=0.0) continue;
+            
+            /* convert message */
+            switch (type) {
+                case  1: convobs(ofp,opt,str,n,slips); break;
+                case  2: convnav(ofp,opt,str,n);       break;
+                case  3: convsbs(ofp,opt,str,n);       break;
+                case 31: convlex(ofp,opt,str,n);       break;
+                case -1: n[NOUTFILE]++; break; /* error */
+            }
+            te=str->time; if (ts.time==0) ts=te;
+            
+            /* set approx position */
+            if (type==1&&!opt->autopos&&norm(opt->apppos,3)<=0.0) {
+                setapppos(str,opt);
+            }
+            if (opt->te.time&&timediff(te,opt->te)>10.0) break;
+        }
+        /* close stream file */
+        close_strfile(str);
+        
+        tend=te; /* end time of a file */
+    }
+    /* set receiver and antenna information to option */
+    if (format==STRFMT_RTCM2||format==STRFMT_RTCM3) {
+        rtcm2opt(&str->rtcm,opt);
+    }
+    else if (format==STRFMT_RINEX) {
+        rnx2opt(&str->rnx,opt);
+    }
+    /* close output files */
+    closefile(ofp,opt,str->nav);
+    
+    /* remove empty output files */
+    for (i=0;i<NOUTFILE;i++) {
+        if (ofp[i]&&n[i]<=0) remove(ofile[i]);
+    }
+    if (ts.time>0) showstat(sess,ts,te,n);
+    
+    for (i=0;i<MAXEXFILE;i++) free(epath[i]);
+    
+    free_strfile(str);
+    
+    if (opt->tstart.time==0) opt->tstart=opt->ts;
+    if (opt->tend  .time==0) opt->tend  =opt->te;
+    
+    return abort?-1:1;
+}
+/* rinex converter -------------------------------------------------------------
+* convert receiver log file to rinex obs/nav, sbas log files
+* args   : int    format I      receiver raw format (STRFMT_???)
+*          rnxopt_t *opt IO     rinex options (see below)
+*          char   *file  I      rtcm, receiver raw or rinex file
+*                               (wild-cards (*) are expanded)
+*          char   **ofile IO    output files
+*                               ofile[0] rinex obs file   ("": no output)
+*                               ofile[1] rinex nav file   ("": no output)
+*                               ofile[2] rinex gnav file  ("": no output)
+*                               ofile[3] rinex hnav file  ("": no output)
+*                               ofile[4] rinex qnav file  ("": no output)
+*                               ofile[5] rinex lnav file  ("": no output)
+*                               ofile[6] sbas/lex log file("": no output)
+* return : status (1:ok,0:error,-1:abort)
+* notes  : the following members of opt are replaced by information in last
+*          converted rinex: opt->tstart, opt->tend, opt->obstype, opt->nobs
+*          keywords in ofile[] are replaced by first obs date/time and station
+*          id (%r)
+*          the order of wild-card expanded files must be in-order by time
+*-----------------------------------------------------------------------------*/
+extern int convrnx(int format, rnxopt_t *opt, const char *file, char **ofile)
+{
+    gtime_t t0={0};
+    rnxopt_t opt_=*opt;
+    double tu,ts;
+    int i,week,stat=1;
+    
+    trace(3,"convrnx: format=%d file=%s ofile=%s %s %s %s %s %s %s\n",
+          format,file,ofile[0],ofile[1],ofile[2],ofile[3],ofile[4],ofile[5],
+          ofile[6]);
+    
+    showmsg("");
+    
+    if (opt->ts.time==0||opt->te.time==0||opt->tunit<=0.0) {
+        
+        /* single-session */
+        opt_.tstart=opt_.tend=t0;
+        stat=convrnx_s(0,format,&opt_,file,ofile);
+    }
+    else if (timediff(opt->ts,opt->te)<=0.0) {
+        
+        /* multiple-session */
+        tu=opt->tunit<86400.0?opt->tunit:86400.0;
+        ts=tu*(int)floor(time2gpst(opt->ts,&week)/tu);
+        
+        for (i=0;;i++) { /* for each session */
+            opt_.ts=gpst2time(week,ts+i*tu);
+            opt_.te=timeadd(opt_.ts,tu-DTTOL-0.001);
+            opt_.trtcm=timeadd(opt->trtcm,timediff(opt_.ts,opt->ts));
+            if (timediff(opt_.ts,opt->te)>0.0) break;
+            
+            if (timediff(opt_.ts,opt->ts)<0.0) opt_.ts=opt->ts;
+            if (timediff(opt_.te,opt->te)>0.0) opt_.te=opt->te;
+            opt_.tstart=opt_.tend=t0;
+            if ((stat=convrnx_s(i+1,format,&opt_,file,ofile))<0) break;
+        }
+    }
+    else {
+        showmsg("no period");
+        return 0;
+    }
+    /* output start/end time */
+    opt->tstart=opt_.tstart; opt->tend=opt_.tend;
+    
+    return stat;
+}
diff --git a/src/datum.c b/src/datum.c
new file mode 100644
index 0000000..0d25cb5
--- /dev/null
+++ b/src/datum.c
@@ -0,0 +1,133 @@
+/*------------------------------------------------------------------------------
+* datum.c : datum transformation
+*
+*          Copyright (C) 2007 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/02/08 1.0 new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: datum.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+#define MAXPRM  400000              /* max number of parameter records */
+
+typedef struct {                    /* datum trans parameter type */
+    int code;                       /* mesh code */
+    float db,dl;                    /* difference of latitude/longitude (sec) */
+} tprm_t;
+
+static tprm_t *prm=NULL;            /* datum trans parameter table */
+static int n=0;                     /* datum trans parameter table size */
+
+/* compare datum trans parameters --------------------------------------------*/
+static int cmpprm(const void *p1, const void *p2)
+{
+    tprm_t *q1=(tprm_t *)p1,*q2=(tprm_t *)p2;
+    return q1->code-q2->code;
+}
+/* search datum trans parameter ----------------------------------------------*/
+static int searchprm(double lat, double lon)
+{
+    int i,j,k,n1,m1,n2,m2,code;
+    
+    lon-=6000.0;
+    n1=(int)(lat/40.0); lat-=n1*40.0;
+    m1=(int)(lon/60.0); lon-=m1*60.0;
+    n2=(int)(lat/5.0); lat-=n2*5.0;
+    m2=(int)(lon/7.5); lon-=m2*7.5;
+    code=n1*1000000+m1*10000+n2*1000+m2*100+(int)(lat/0.5)*10+(int)(lon/0.75);
+    
+    for (i=0,j=n-1;i<j;) { /* binary search */
+        k=(i+j)/2;
+        if (prm[k].code==code) return k;
+        if (prm[k].code<code) i=k+1; else j=k;
+    }
+    return -1;
+}
+/* tokyo datum to jgd2000 lat/lon corrections --------------------------------*/
+static int dlatdlon(const double *post, double *dpos)
+{
+    double lat=post[0]*R2D*60.0,lon=post[1]*R2D*60.0; /* arcmin */
+    double dlat=0.5,dlon=0.75,db[2][2],dl[2][2],a,b,c,d;
+    int i,j,k;
+    
+    if (n==0) return -1;
+    for (i=0;i<2;i++) for (j=0;j<2;j++) {
+        if ((k=searchprm(lat+i*dlat,lon+j*dlon))<0) return -1;
+        db[i][j]=prm[k].db; dl[i][j]=prm[k].dl;
+    }
+    a=lat/dlat-(int)(lat/dlat); c=1.0-a;
+    b=lon/dlon-(int)(lon/dlon); d=1.0-b;
+    dpos[0]=(db[0][0]*c*d+db[1][0]*a*d+db[0][1]*c*b+db[1][1]*a*b)*D2R/3600.0;
+    dpos[1]=(dl[0][0]*c*d+dl[1][0]*a*d+dl[0][1]*c*b+dl[1][1]*a*b)*D2R/3600.0;
+    return 0;
+}
+/* load datum transformation parameter -----------------------------------------
+* load datum transformation parameter
+* args   : char  *file      I   datum trans parameter file path
+* return : status (0:ok,0>:error)
+* notes  : parameters file shall comply with GSI TKY2JGD.par
+*-----------------------------------------------------------------------------*/
+extern int loaddatump(const char *file)
+{
+    FILE *fp;
+    char buff[256];
+    
+    if (n>0) return 0; /* already loaded */
+    
+    if (!(fp=fopen(file,"r"))) {
+        fprintf(stderr,"%s : datum prm file open error : %s\n",__FILE__,file);
+        return -1;
+    }
+    if (!(prm=(tprm_t *)malloc(sizeof(tprm_t)*MAXPRM))) {
+        fprintf(stderr,"%s : memory allocation error\n",__FILE__);
+        fclose(fp);
+        return -1;
+    }
+    while (fgets(buff,sizeof(buff),fp)&&n<MAXPRM) {
+        if (sscanf(buff,"%d %f %f",&prm[n].code,&prm[n].db,&prm[n].dl)>=3) n++;
+    }
+    fclose(fp);
+    qsort(prm,n,sizeof(tprm_t),cmpprm); /* sort parameter table */
+    return 0;
+}
+/* tokyo datum to JGD2000 datum ------------------------------------------------
+* transform position in Tokyo datum to JGD2000 datum
+* args   : double *pos      I   position in Tokyo datum   {lat,lon,h} (rad,m)
+*                           O   position in JGD2000 datum {lat,lon,h} (rad,m)
+* return : status (0:ok,0>:error,out of range)
+* notes  : before calling, call loaddatump() to set parameter table
+*-----------------------------------------------------------------------------*/
+extern int tokyo2jgd(double *pos)
+{
+    double post[2],dpos[2];
+    
+    post[0]=pos[0];
+    post[1]=pos[1];
+    if (dlatdlon(post,dpos)) return -1;
+    pos[0]=post[0]+dpos[0];
+    pos[1]=post[1]+dpos[1];
+    return 0;
+}
+/* JGD2000 datum to Tokyo datum ------------------------------------------------
+* transform position in JGD2000 datum to Tokyo datum
+* args   : double *pos      I   position in JGD2000 datum {lat,lon,h} (rad,m)
+*                           O   position in Tokyo datum   {lat,lon,h} (rad,m)
+* return : status (0:ok,0>:error,out of range)
+* notes  : before calling, call loaddatump() to set parameter table
+*-----------------------------------------------------------------------------*/
+extern int jgd2tokyo(double *pos)
+{
+    double posj[2],dpos[2];
+    int i;
+    
+    posj[0]=pos[0];
+    posj[1]=pos[1];
+    for (i=0;i<2;i++) {
+        if (dlatdlon(pos,dpos)) return -1;
+        pos[0]=posj[0]-dpos[0];
+        pos[1]=posj[1]-dpos[1];
+    }
+    return 0;
+}
diff --git a/src/download.c b/src/download.c
new file mode 100644
index 0000000..bdfdcde
--- /dev/null
+++ b/src/download.c
@@ -0,0 +1,842 @@
+/*------------------------------------------------------------------------------
+* download.c : gnss data downloader
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/12/28  1.0  new
+*           2013/06/02  1.1  replace S_IREAD by S_IRUSR
+*-----------------------------------------------------------------------------*/
+#include <errno.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define NMAX_STA    2048            /* max number of stations */
+#define NMAX_TYPE   256             /* max number of data types */
+#define NMAX_URL    1024            /* max number of urls in opptions file */
+
+#define FTP_CMD     "wget"          /* ftp/http command */
+#define FTP_TIMEOUT 60              /* ftp/http timeout (s) */
+#define FTP_LISTING ".listing"      /* ftp/http listing file */
+#define FTP_NOFILE  2048            /* ftp error no file */
+#define HTTP_NOFILE 1               /* http error no file */
+#define FTP_RETRY   3               /* ftp number of retry */
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                    /* download path type */
+    char *remot;                    /* remote path */
+    char *local;                    /* local path */
+} path_t;
+
+typedef struct {                    /* download paths type */
+    path_t *path;                   /* download paths */
+    int n,nmax;                     /* number and max number of paths */
+} paths_t;
+
+/* execute command with test timeout -----------------------------------------*/
+extern int execcmd_to(const char *cmd)
+{
+#ifdef WIN32
+    PROCESS_INFORMATION info;
+    STARTUPINFOA si={0};
+    DWORD stat;
+    char cmds[4096];
+    
+    si.cb=sizeof(si);
+    sprintf(cmds,"cmd /c %s",cmd);
+    if (!CreateProcessA(NULL,cmds,NULL,NULL,FALSE,CREATE_NO_WINDOW,NULL,
+                       NULL,&si,&info)) return -1;
+    
+    while (WaitForSingleObject(info.hProcess,10)==WAIT_TIMEOUT) {
+        showmsg("");
+    }
+    if (!GetExitCodeProcess(info.hProcess,&stat)) stat=-1;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return (int)stat;
+#else
+    return system(cmd);
+#endif
+}
+/* generate path by replacing keywords ---------------------------------------*/
+static void genpath(const char *file, const char *name, gtime_t time, int seqno,
+                    char *path)
+{
+    char buff[1024],*p,*q,*r,*env,var[1024]="";
+    char l_name[1024]="",u_name[1024]="";
+    
+    for (p=l_name,q=(char *)name;(*p=(char)tolower(*q));p++,q++) ;
+    for (p=u_name,q=(char *)name;(*p=(char)toupper(*q));p++,q++) ;
+    
+    for (p=buff,q=(char *)file;(*p=*q);p++,q++) {
+        if (*q=='%') q++; else continue;
+        if      (*q=='s'||*q=='r') p+=sprintf(p,"%s",l_name)-1;
+        else if (*q=='S'||*q=='R') p+=sprintf(p,"%s",u_name)-1;
+        else if (*q=='N') p+=sprintf(p,"%d",seqno)-1;
+        else if (*q=='{'&&(r=strchr(q+1,'}'))) {
+            strncpy(var,q+1,r-q-1);
+            var[r-q-1]='\0';
+            if ((env=getenv(var))) p+=sprintf(p,"%s",env)-1;
+            q=r;
+        }
+        else q--;
+    }
+    reppath(buff,path,time,"","");
+}
+/* parse field strings separated by spaces -----------------------------------*/
+static char *parse_str(char *buff, char *str, int nmax)
+{
+    char *p,*q,sep[]=" \r\n";
+    
+    for (p=buff;*p&&*p==' ';p++) ;
+    
+    if (*p=='"') sep[0]=*p++; /* enclosed within quotation marks */
+    
+    for (q=str;*p&&!strchr(sep,*p);p++) {
+        if (q<str+nmax-1) *q++=*p;
+    }
+    *q='\0';
+    return *p?p+1:p;
+}
+/* compare str1 and str2 with wildcards (*) ----------------------------------*/
+static int cmp_str(const char *str1, const char *str2)
+{
+    char s1[35],s2[35],*p,*q;
+    
+    sprintf(s1,"^%s$",str1);
+    sprintf(s2,"^%s$",str2);
+    
+    for (p=s1,q=strtok(s2,"*");q;q=strtok(NULL,"*")) {
+        if ((p=strstr(p,q))) p+=strlen(q); else break;
+    }
+    return p!=NULL;
+}
+/* remote to local file path -------------------------------------------------*/
+static void remot2local(const char *remot, const char *dir, char *local)
+{
+    char *p;
+    
+    if ((p=strrchr(remot,'/'))) p++; else p=(char *)remot;
+    
+    sprintf(local,"%s%c%s",dir,FILEPATHSEP,p);
+}
+/* test file existance -------------------------------------------------------*/
+static int exist_file(const char *local)
+{
+#ifdef WIN32
+    DWORD stat=GetFileAttributesA(local);
+    return stat!=0xFFFFFFFF;
+#else
+    struct stat buff;
+    if (stat(local,&buff)) return 0;
+    return buff.st_mode&S_IRUSR;
+#endif
+}
+/* test file existance -------------------------------------------------------*/
+static int test_file(const char *local)
+{
+    char buff[1024],*p;
+    int comp=0;
+    
+    strcpy(buff,local);
+    
+    if ((p=strrchr(buff,'.'))&&
+        (!strcmp(p,".z")||!strcmp(p,".gz")||!strcmp(p,".zip")||
+         !strcmp(p,".Z")||!strcmp(p,".GZ")||!strcmp(p,".ZIP"))) {
+        *p='\0';
+        if (exist_file(buff)) return 1;
+        comp=1;
+    }
+    if ((p=strrchr(buff,'.'))&&strlen(p)==4&&(*(p+3)=='d'||*(p+3)=='D')) {
+        *(p+3)=*(p+3)=='d'?'o':'O';
+        if (exist_file(buff)) return 1;
+        comp=1;
+    }
+    if (!exist_file(buff)) return 0;
+    return comp?2:1;
+}
+/* free download paths -------------------------------------------------------*/
+static void free_path(paths_t *paths)
+{
+    int i;
+    if (!paths) return;
+    for (i=0;i<paths->n;i++) {
+        free(paths->path[i].remot);
+        free(paths->path[i].local);
+    }
+    free(paths->path);
+}
+/* add download paths --------------------------------------------------------*/
+static int add_path(paths_t *paths, const char *remot, const char *dir)
+{
+    path_t *paths_path;
+    char local[1024];
+    
+    if (paths->n>=paths->nmax) {
+        paths->nmax=paths->nmax<=0?1024:paths->nmax*2;
+        paths_path=(path_t *)realloc(paths->path,sizeof(path_t)*paths->nmax);
+        if (!paths_path) {
+            free_path(paths);
+            return 0;
+        }
+        paths->path=paths_path;
+    }
+    remot2local(remot,dir,local);
+    
+    paths->path[paths->n].remot=paths->path[paths->n].local=NULL;
+    
+    if (!(paths->path[paths->n].remot=(char *)malloc(strlen(remot)+1))||
+        !(paths->path[paths->n].local=(char *)malloc(strlen(local)+1))) {
+        free_path(paths);
+        return 0;
+    }
+    strcpy(paths->path[paths->n].remot,remot);
+    strcpy(paths->path[paths->n].local,local);
+    paths->n++;
+    return 1;
+}
+/* generate download path ----------------------------------------------------*/
+static int gen_path(gtime_t time, gtime_t time_p, int seqnos, int seqnoe,
+                    const url_t *url, const char *sta, const char *dir,
+                    paths_t *paths)
+{
+    char remot[1024],remot_p[1024],dir_t[1024];
+    int i;
+    
+    if (!*dir) dir=url->dir;
+    if (!*dir) dir=".";
+    
+    if (strstr(url->path,"%N")) {
+        for (i=seqnos;i<=seqnoe;i++) {
+            genpath(url->path,sta,time,i,remot);
+            genpath(dir      ,sta,time,i,dir_t);
+            if (time_p.time) {
+                genpath(url->path,sta,time_p,i,remot_p);
+                if (!strcmp(remot_p,remot)) continue;
+            }
+            if (!add_path(paths,remot,dir_t)) return 0;
+        }
+    }
+    else {
+        genpath(url->path,sta,time,0,remot);
+        genpath(dir      ,sta,time,0,dir_t);
+        if (time_p.time) {
+            genpath(url->path,sta,time_p,0,remot_p);
+            if (!strcmp(remot_p,remot)) return 1;
+        }
+        if (!add_path(paths,remot,dir_t)) return 0;
+    }
+    return 1;
+}
+/* generate download paths ---------------------------------------------------*/
+static int gen_paths(gtime_t time, gtime_t time_p, int seqnos, int seqnoe,
+                     const url_t *url, char **stas, int nsta, const char *dir,
+                     paths_t *paths)
+{
+    int i;
+    
+    if (strstr(url->path,"%s")||strstr(url->path,"%S")) {
+        for (i=0;i<nsta;i++) {
+            if (!gen_path(time,time_p,seqnos,seqnoe,url,stas[i],dir,paths)) {
+                return 0;
+            }
+        }
+    }
+    else {
+        if (!gen_path(time,time_p,seqnos,seqnoe,url,"",dir,paths)) {
+            return 0;
+        }
+    }
+    return 1;
+}
+/* compact download paths ----------------------------------------------------*/
+static void compact_paths(paths_t *paths)
+{
+    int i,j,k;
+    
+    for (i=0;i<paths->n;i++) {
+        for (j=i+1;j<paths->n;j++) {
+            if (strcmp(paths->path[i].remot,paths->path[j].remot)) continue;
+            free(paths->path[j].remot);
+            free(paths->path[j].local);
+            for (k=j;k<paths->n-1;k++) paths->path[k]=paths->path[k+1];
+            paths->n--; j--;
+        }
+    }
+}
+/* generate local directory recursively --------------------------------------*/
+static int mkdir_r(const char *dir)
+{
+    char pdir[1024],*p;
+    
+#ifdef WIN32
+    HANDLE h;
+    WIN32_FIND_DATAA data;
+    
+    if (!*dir||!strcmp(dir+1,":\\")) return 1;
+    
+    strcpy(pdir,dir);
+    if ((p=strrchr(pdir,FILEPATHSEP))) {
+        *p='\0';
+        h=FindFirstFileA(pdir,&data);
+        if (h==INVALID_HANDLE_VALUE) {
+            if (!mkdir_r(pdir)) return 0;
+        }
+        else FindClose(h);
+    }
+    if (CreateDirectoryA(dir,NULL)||
+        GetLastError()==ERROR_ALREADY_EXISTS) return 1;
+    
+    trace(2,"directory generation error: dir=%s\n",dir);
+    return 0;
+#else
+    FILE *fp;
+    
+    if (!*dir) return 1;
+    
+    strcpy(pdir,dir);
+    if ((p=strrchr(pdir,FILEPATHSEP))) {
+        *p='\0';
+        if (!(fp=fopen(pdir,"r"))) {
+            if (!mkdir_r(pdir)) return 0;
+        }
+        else fclose(fp);
+    }
+    if (!mkdir(dir,0777)||errno==EEXIST) return 1;
+    
+    trace(2,"directory generation error: dir=%s\n",dir);
+    return 0;
+#endif
+}
+/* get remote file list ------------------------------------------------------*/
+static int get_list(const path_t *path, const char *usr, const char *pwd,
+                    const char *proxy)
+{
+    FILE *fp;
+    char cmd[4096],env[1024]="",remot[1024],*opt="",*opt2="",*p;
+    int stat;
+    
+#ifndef WIN32
+    opt2=" -o /dev/null";
+#endif
+    remove(FTP_LISTING);
+    
+    strcpy(remot,path->remot);
+    
+    if ((p=strrchr(remot,'/'))) strcpy(p+1,"__REQUEST_LIST__"); else return 0;
+    
+    if (*proxy) {
+        sprintf(env,"set ftp_proxy=http://%s & ",proxy);
+        opt="--proxy=on ";
+    }
+    sprintf(cmd,"%s%s %s --ftp-user=%s --ftp-password=%s --glob=off "
+            "--passive-ftp --no-remove-listing -N %s-t 1 -T %d%s\n",
+            env,FTP_CMD,remot,usr,pwd,opt,FTP_TIMEOUT,opt2);
+    
+    execcmd_to(cmd);
+    
+    if (!(fp=fopen(FTP_LISTING,"r"))) return 0;
+    fclose(fp);
+    return 1;
+}
+/* test file in remote file list ---------------------------------------------*/
+static int test_list(const path_t *path)
+{
+    FILE *fp;
+    char buff[1024],*file,*list,*p;
+    int i;
+    
+    if (!(fp=fopen(FTP_LISTING,"r"))) return 1;
+    
+    if ((p=strrchr(path->remot,'/'))) file=p+1; else
+    {
+        fclose(fp);
+        return 1;
+    };
+    
+    /* search file in remote file list */
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        /* remove symbolic link */
+        if ((p=strstr(buff,"->"))) *p='\0';
+        
+        for (i=strlen(buff)-1;i>=0;i--) {
+            if (strchr(" \r\n",buff[i])) buff[i]='\0'; else break;
+        }
+        /* file as last field */
+        if ((p=strrchr(buff,' '))) list=p+1; else list=buff;
+        
+        if (!strcmp(file,list)) {
+            fclose(fp);
+            return 1;
+        }
+    }
+    fclose(fp);
+    return 0;
+}
+/* execute download ----------------------------------------------------------*/
+static int exec_down(const path_t *path, char *remot_p, const char *usr,
+                     const char *pwd, const char *proxy, int opts, int *n,
+                     FILE *fp)
+{
+    char dir[1024],errfile[1024],tmpfile[1024],cmd[4096],env[1024]="";
+    char opt[1024]="",*opt2="",*p;
+    int ret,proto;
+    
+#ifndef WIN32
+    opt2=" 2> /dev/null";
+#endif
+    strcpy(dir,path->local);
+    if ((p=strrchr(dir,FILEPATHSEP))) *p='\0';
+    
+    if      (!strncmp(path->remot,"ftp://" ,6)) proto=0;
+    else if (!strncmp(path->remot,"http://",7)) proto=1;
+    else {
+        trace(2,"exec_down: invalid path %s\n",path->remot);
+        showmsg("STAT=X");
+        if (fp) fprintf(fp,"%s ERROR (INVALID PATH)\n",path->remot);
+        n[1]++;
+        return 0;
+    }
+    /* test local file existence */
+    if (!(opts&DLOPT_FORCE)&&test_file(path->local)) {
+        showmsg("STAT=.");
+        if (fp) fprintf(fp,"%s in %s\n",path->remot,dir);
+        n[2]++;
+        return 0;
+    }
+    showmsg("STAT=_");
+    
+    /* get remote file list */
+    if ((p=strrchr(path->remot,'/'))&&
+        strncmp(path->remot,remot_p,p-path->remot)) {
+        
+        if (get_list(path,usr,pwd,proxy)) {
+            strcpy(remot_p,path->remot);
+        }
+    }
+    /* test file in listing */
+    if (proto==0&&!test_list(path)) {
+        showmsg("STAT=x");
+        if (fp) fprintf(fp,"%s NO_FILE\n",path->remot);
+        n[1]++;
+        return 0;
+    }
+    /* generate local directory recursively */
+    if (!mkdir_r(dir)) {
+        showmsg("STAT=X");
+        if (fp) fprintf(fp,"%s -> %s ERROR (LOCAL DIR)\n",path->remot,dir);
+        n[3]++;
+        return 0;
+    }
+    /* proxy option */
+    if (*proxy) {
+        sprintf(env,"set %s_proxy=http://%s & ",proto==0?"ftp":"http",proxy);
+        sprintf(opt," --proxy=on ");
+    }
+    /* download command */
+    sprintf(errfile,"%s.err",path->local);
+    if (proto==0) {
+        sprintf(cmd,"%s%s %s --ftp-user=%s --ftp-password=%s --glob=off "
+                "--passive-ftp %s-t %d -T %d -O \"%s\" -o \"%s\"%s\n",
+                env,FTP_CMD,path->remot,usr,pwd,opt,FTP_RETRY,FTP_TIMEOUT,
+                path->local,errfile,opt2);
+    }
+    else {
+        if (*pwd) {
+            sprintf(opt+strlen(opt)," --http-user=%s --http-password=%s ",usr,
+                    pwd);
+        }
+        sprintf(cmd,"%s%s %s %s-t %d -T %d -O \"%s\" -o \"%s\"%s\n",env,FTP_CMD,
+                path->remot,opt,FTP_RETRY,FTP_TIMEOUT,path->local,errfile,opt2);
+    }
+    if (fp) fprintf(fp,"%s -> %s",path->remot,dir);
+    
+    /* execute download command */
+    if ((ret=execcmd_to(cmd))) {
+        if ((proto==0&&ret==FTP_NOFILE)||
+            (proto==1&&ret==HTTP_NOFILE)) {
+            showmsg("STAT=x");
+            if (fp) fprintf(fp," NO_FILE\n");
+            n[1]++;
+        }
+        else {
+            trace(2,"exec_down: %s error %d\n",proto==0?"ftp":"http",ret);
+            showmsg("STAT=X");
+            if (fp) fprintf(fp," ERROR (%d)\n",ret);
+            n[3]++;
+        }
+        remove(path->local);
+        if (!(opts&DLOPT_HOLDERR)) {
+            remove(errfile);
+        }
+        return ret==2;
+    }
+    remove(errfile);
+    
+    /* uncompress download file */
+    if (!(opts&DLOPT_KEEPCMP)&&(p=strrchr(path->local,'.'))&&
+        (!strcmp(p,".z")||!strcmp(p,".gz")||!strcmp(p,".zip")||
+         !strcmp(p,".Z")||!strcmp(p,".GZ")||!strcmp(p,".ZIP"))) {
+        
+        if (rtk_uncompress(path->local,tmpfile)) {
+            remove(path->local);
+        }
+        else {
+            trace(2,"exec_down: uncompress error\n");
+            showmsg("STAT=C");
+            if (fp) fprintf(fp," ERROR (UNCOMP)\n");
+            n[3]++;
+            return 0;
+        }
+    }
+    showmsg("STAT=o");
+    if (fp) fprintf(fp," OK\n");
+    n[0]++;
+    return 0;
+}
+/* test local file -----------------------------------------------------------*/
+static int test_local(gtime_t ts, gtime_t te, double ti, const char *path,
+                      const char *sta, const char *dir, int *nc, int *nt,
+                      FILE *fp)
+{
+    gtime_t time;
+    char remot[1024],remot_p[1024],dir_t[1024],local[1024],str[1024];
+    int stat,abort=0;
+    
+    for (time=ts;timediff(time,te)<=1E-3;time=timeadd(time,ti)) {
+        
+        sprintf(str,"%s->%s",path,local);
+        
+        if (showmsg(str)) {
+            abort=1;
+            break;
+        }
+        genpath(path,sta,time,0,remot);
+        genpath(dir ,sta,time,0,dir_t);
+        remot2local(remot,dir_t,local);
+        
+        stat=test_file(local);
+        
+        fprintf(fp," %s",stat==0?"-":(stat==1?"o":"z"));
+        
+        showmsg("STAT=%s",stat==0?"x":(stat==1?"o":"z"));
+        
+        (*nt)++; if (stat) (*nc)++;
+    }
+    fprintf(fp,"\n");
+    return abort;
+}
+/* test local files ----------------------------------------------------------*/
+static int test_locals(gtime_t ts, gtime_t te, double ti, const url_t *url,
+                       char **stas, int nsta, const char *dir, int *nc, int *nt,
+                       FILE *fp)
+{
+    int i;
+    
+    if (strstr(url->path,"%s")||strstr(url->path,"%S")) {
+        fprintf(fp,"%s\n",url->type);
+        for (i=0;i<nsta;i++) {
+            fprintf(fp,"%-12s:",stas[i]);
+            if (test_local(ts,te,ti,url->path,stas[i],*dir?dir:url->dir,nc+i,
+                           nt+i,fp)) {
+                return 1;
+            }
+        }
+    }
+    else {
+        fprintf(fp,"%-12s:",url->type);
+        if (test_local(ts,te,ti,url->path,"",*dir?dir:url->dir,nc,nt,fp)) {
+            return 1;
+        }
+    }
+    return 0;
+}
+/* print total count of local files ------------------------------------------*/
+static int print_total(const url_t *url, char **stas, int nsta, int *nc,
+                       int *nt, FILE *fp)
+{
+    int i;
+    
+    if (strstr(url->path,"%s")||strstr(url->path,"%S")) {
+        fprintf(fp,"%s\n",url->type);
+        for (i=0;i<nsta;i++) {
+            fprintf(fp,"%-12s: %5d/%5d\n",stas[i],nc[i],nt[i]);
+        }
+        return nsta;
+    }
+    fprintf(fp,"%-12s: %5d/%5d\n",url->type,nc[0],nt[0]);
+    return 1;
+}
+/* read url address list file of gnss data -------------------------------------
+* read url address list file of gnss data
+* args   : char   *file     I   gnss data url file
+*          char   **types   I   selected types ("*":wildcard)
+*          int    ntype     I   number of selected types
+*          urls_t *urls     O   urls
+*          int    nmax      I   max number of urls
+* return : number of urls (0:error)
+* notes  :
+*    (1) url list file contains records containing the following fields
+*        separated by spaces. if a field contains spaces, enclose it within "".
+*
+*        data_type  url_address       default_local_directory
+*
+*    (2) strings after # in a line are treated as comments
+*    (3) url_address should be:
+*
+*        ftp://host_address/file_path or
+*        http://host_address/file_path
+*
+*    (4) the field url_address or default_local_directory can include the
+*        follwing keywords replaced by date, time, station names and environment
+*        variables.
+*
+*        %Y -> yyyy    : year (4 digits) (2000-2099)
+*        %y -> yy      : year (2 digits) (00-99)
+*        %m -> mm      : month           (01-12)
+*        %d -> dd      : day of month    (01-31)
+*        %h -> hh      : hours           (00-23)
+*        %H -> a       : hour code       (a-x)
+*        %M -> mm      : minutes         (00-59)
+*        %n -> ddd     : day of year     (001-366)
+*        %W -> wwww    : gps week        (0001-9999)
+*        %D -> d       : day of gps week (0-6)
+*        %N -> nnn     : general number
+*        %s -> ssss    : station name    (lower-case)
+*        %S -> SSSS    : station name    (upper-case)
+*        %r -> rrrr    : station name
+*        %{env} -> env : environment variable
+*-----------------------------------------------------------------------------*/
+extern int dl_readurls(const char *file, char **types, int ntype, url_t *urls,
+                       int nmax)
+{
+    FILE *fp;
+    char buff[2048],type[32],path[1024],dir[1024],*p;
+    int i,n=0;
+    
+    if (!(fp=fopen(file,"r"))) {
+        fprintf(stderr,"options file read error %s\n",file);
+        return 0;
+    }
+    for (i=0;i<ntype;i++) {
+        rewind(fp);
+        while (fgets(buff,sizeof(buff),fp)&&n<nmax) {
+            if ((p=strchr(buff,'#'))) *p='\0';
+            p=buff;
+            p=parse_str(p,type,sizeof(type));
+            p=parse_str(p,path,sizeof(path));
+            p=parse_str(p,dir ,sizeof(dir ));
+            if (!*type||!*path) continue;
+            if (!cmp_str(type,types[i])) continue;
+            strcpy(urls[n  ].type,type);
+            strcpy(urls[n  ].path,path);
+            strcpy(urls[n++].dir ,dir );
+        }
+    }
+    fclose(fp);
+    
+    if (n<=0) {
+        fprintf(stderr,"no url in options file %s\n",file);
+        return 0;
+    }
+    return n;
+}
+/* read station list file ------------------------------------------------------
+* read station list file
+* args   : char   *file     I   station list file
+*          char   **stas    O   stations
+*          int    nmax      I   max number of stations
+* return : number of stations (0:error)
+* notes  :
+*    (1) station list file contains station names separated by spaces.
+*    (2) strings after # in a line are treated as comments
+*-----------------------------------------------------------------------------*/
+extern int dl_readstas(const char *file, char **stas, int nmax)
+{
+    FILE *fp;
+    char buff[4096],*p;
+    int n=0;
+    
+    if (!(fp=fopen(file,"r"))) {
+        fprintf(stderr,"station list file read error %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)&&n<nmax) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        for (p=strtok(buff," \r\n");p&&n<nmax;p=strtok(NULL," \r\n")) {
+            strcpy(stas[n++],p);
+        }
+    }
+    fclose(fp);
+    
+    if (n<=0) {
+        fprintf(stderr,"no station in station file %s\n",file);
+        return 0;
+    }
+    return n;
+}
+/* execute download ------------------------------------------------------------
+* execute download
+* args   : gtime_t ts,te    I   time start and end
+*          double tint      I   time interval (s)
+*          int    seqnos    I   sequence number start
+*          int    seqnoe    I   sequence number end
+*          url_t  *urls     I   url address list
+*          int    nurl      I   number of urls
+*          char   **stas    I   station list
+*          int    nsta      I   number of stations
+*          char   *dir      I   local directory
+*          char   *remote_p I   previous remote file path
+*          char   *usr      I   login user for ftp
+*          char   *pwd      I   login password for ftp
+*          char   *proxy    I   proxy server address
+*          int    opts      I   download options (or of the followings)
+*                                 DLOPT_FORCE = force download existing file
+*                                 DLOPT_KEEPCMP=keep compressed file
+*                                 DLOPT_HOLDERR=hold on error file
+*                                 DLOPT_HOLDLST=hold on listing file
+*          char   *msg      O   output messages
+*          FILE   *fp       IO  log file pointer (NULL: no output log)
+* return : status (1:ok,0:error,-1:aborted)
+* notes  : urls should be read by using dl_readurl()
+*-----------------------------------------------------------------------------*/
+extern int dl_exec(gtime_t ts, gtime_t te, double ti, int seqnos, int seqnoe,
+                   const url_t *urls, int nurl, char **stas, int nsta,
+                   const char *dir, const char *usr, const char *pwd,
+                   const char *proxy, int opts, char *msg, FILE *fp)
+{
+    paths_t paths={0};
+    gtime_t ts_p={0};
+    char str[2048],remot_p[1024]="";
+    int i,n[4]={0};
+    unsigned int tick=tickget();
+    
+    showmsg("STAT=_");
+    
+    /* generate download paths  */
+    while (timediff(ts,te)<1E-3) {
+        
+        for (i=0;i<nurl;i++) {
+            if (!gen_paths(ts,ts_p,seqnos,seqnoe,urls+i,stas,nsta,dir,&paths)) {
+                free_path(&paths);
+                return 0;
+            }
+        }
+        ts_p=ts; ts=timeadd(ts,ti);
+    }
+    /* compact download paths */
+    compact_paths(&paths);
+    
+    if (paths.n<=0) {
+        sprintf(msg,"no download data");
+        return 0;
+    }
+    for (i=0;i<paths.n;i++) {
+        
+        sprintf(str,"%s->%s (%d/%d)",paths.path[i].remot,paths.path[i].local,i+1,
+                paths.n);
+        if (showmsg(str)) break;
+        
+        /* execute download */
+        if (exec_down(paths.path+i,remot_p,usr,pwd,proxy,opts,n,fp)) {
+            break;
+        }
+    }
+    if (!(opts&DLOPT_HOLDLST)) {
+        remove(FTP_LISTING);
+    }
+    sprintf(msg,"OK=%d No_File=%d Skip=%d Error=%d (Time=%.1f s)",n[0],n[1],n[2],
+            n[3],(tickget()-tick)*0.001);
+    
+    free_path(&paths);
+    
+    return 1;
+}
+/* execute local file test -----------------------------------------------------
+* execute local file test
+* args   : gtime_t ts,te    I   time start and end
+*          double tint      I   time interval (s)
+*          url_t  *urls     I   download urls
+*          int    nurl      I   number of urls
+*          char   **stas    I   stations
+*          int    nsta      I   number of stations
+*          char   *dir      I   local directory
+*          int    ncol      I   number of column
+*          int    datefmt   I   date format (0:year-dow,1:year-dd/mm,2:week)
+*          FILE   *fp       IO  log test result file pointer
+* return : status (1:ok,0:error,-1:aborted)
+*-----------------------------------------------------------------------------*/
+extern void dl_test(gtime_t ts, gtime_t te, double ti, const url_t *urls,
+                    int nurl, char **stas, int nsta, const char *dir,
+                    int ncol, int datefmt, FILE *fp)
+{
+    gtime_t time;
+    double tow;
+    char year[32],date[32],date_p[32];
+    int i,j,n,m,*nc,*nt,week,flag,abort=0;
+    
+    if (ncol<1) ncol=1; else if (ncol>200) ncol=200;
+     
+    fprintf(fp,"** LOCAL DATA AVAILABILITY (%s, %s) **\n\n",
+            time_str(timeget(),0),*dir?dir:"*");
+    
+    for (i=n=0;i<nurl;i++) {
+        n+=strstr(urls[i].path,"%s")||strstr(urls[i].path,"%S")?nsta:1;
+    }
+    nc=imat(n,1);
+    nt=imat(n,1);
+    for (i=0;i<n;i++) nc[i]=nt[i]=0;
+    
+    for (;timediff(ts,te)<1E-3&&!abort;ts=timeadd(ts,ti*ncol)) {
+        
+        genpath(datefmt==0?"   %Y-":"%Y/%m/","",ts,0,year);
+        if      (datefmt<=1) fprintf(fp,"%s %s",datefmt==0?"DOY ":"DATE",year);
+        else                 fprintf(fp,"WEEK          ");
+        *date_p='\0'; flag=0;
+        
+        m=datefmt==2?1:2;
+        
+        for (i=0;i<(ncol+m-1)/m;i++) {
+            time=timeadd(ts,ti*i*m);
+            if (timediff(time,te)>=1E-3) break;
+            
+            if (datefmt<=1) {
+                genpath(datefmt==0?"%n":"%d","",time,0,date);
+                fprintf(fp,"%-4s",strcmp(date,date_p)?date:"");
+            }
+            else {
+                if (fabs(time2gpst(time,&week))<1.0) {
+                    fprintf(fp,"%04d",week); flag=1;
+                }
+                else {
+                    fprintf(fp,"%s",flag?"":"  "); flag=0;
+                }
+            }
+            strcpy(date_p,date);
+        }
+        fprintf(fp,"\n");
+        
+        for (i=j=0;i<nurl&&!abort;i++) {
+            time=timeadd(ts,ti*ncol-1.0);
+            if (timediff(time,te)>=0.0) time=te;
+            
+            /* test local files */
+            abort=test_locals(ts,time,ti,urls+i,stas,nsta,dir,nc+j,nt+j,fp);
+            
+            j+=strstr(urls[i].path,"%s")||strstr(urls[i].path,"%S")?nsta:1;
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"# COUNT     : FILES/TOTAL\n");
+    
+    for (i=j=0;i<nurl;i++) {
+        j+=print_total(urls+i,stas,nsta,nc+j,nt+j,fp);
+    }
+    free(nc); free(nt);
+}
diff --git a/src/ephemeris.c b/src/ephemeris.c
new file mode 100644
index 0000000..853d092
--- /dev/null
+++ b/src/ephemeris.c
@@ -0,0 +1,767 @@
+/*------------------------------------------------------------------------------
+* ephemeris.c : satellite ephemeris and clock functions
+*
+*          Copyright (C) 2010-2014 by T.TAKASU, All rights reserved.
+*
+* references :
+*     [1] IS-GPS-200D, Navstar GPS Space Segment/Navigation User Interfaces,
+*         7 March, 2006
+*     [2] Global Navigation Satellite System GLONASS, Interface Control Document
+*         Navigational radiosignal In bands L1, L2, (Edition 5.1), 2008
+*     [3] RTCA/DO-229C, Minimum operational performanc standards for global
+*         positioning system/wide area augmentation system airborne equipment,
+*         RTCA inc, November 28, 2001
+*     [4] RTCM Paper, April 12, 2010, Proposed SSR Messages for SV Orbit Clock,
+*         Code Biases, URA
+*     [5] RTCM Paper 012-2009-SC104-528, January 28, 2009 (previous ver of [4])
+*     [6] RTCM Paper 012-2009-SC104-582, February 2, 2010 (previous ver of [4])
+*     [7] European GNSS (Galileo) Open Service Signal In Space Interface Control
+*         Document, Issue 1, February, 2010
+*     [8] Quasi-Zenith Satellite System Navigation Service Interface Control
+*         Specification for QZSS (IS-QZSS) V1.1, Japan Aerospace Exploration
+*         Agency, July 31, 2009
+*     [9] BeiDou navigation satellite system signal in space interface control
+*         document open service signal B1I (version 1.0), China Satellite
+*         Navigation office, December 2012
+*     [10] RTCM Standard 10403.1 - Amendment 5, Differential GNSS (Global
+*         Navigation Satellite Systems) Services - version 3, July 1, 2011
+*
+* version : $Revision:$ $Date:$
+* history : 2010/07/28 1.1  moved from rtkcmn.c
+*                           added api:
+*                               eph2clk(),geph2clk(),seph2clk(),satantoff()
+*                               satposs()
+*                           changed api:
+*                               eph2pos(),geph2pos(),satpos()
+*                           deleted api:
+*                               satposv(),satposiode()
+*           2010/08/26 1.2  add ephemeris option EPHOPT_LEX
+*           2010/09/09 1.3  fix problem when precise clock outage
+*           2011/01/12 1.4  add api alm2pos()
+*                           change api satpos(),satposs()
+*                           enable valid unhealthy satellites and output status
+*                           fix bug on exception by glonass ephem computation
+*           2013/01/10 1.5  support beidou (compass)
+*                           use newton's method to solve kepler eq.
+*                           update ssr correction algorithm
+*           2013/03/20 1.6  fix problem on ssr clock relativitic correction
+*           2013/09/01 1.7  support negative pseudorange
+*                           fix bug on variance in case of ura ssr = 63
+*           2013/11/11 1.8  change constant MAXAGESSR 70.0 -> 90.0
+*           2014/10/24 1.9  fix bug on return of var_uraeph() if ura<0||15<ura
+*           2014/12/07 1.10 modify MAXDTOE for qzss,gal and bds
+*                           test max number of iteration for Kepler
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants and macros ------------------------------------------------------*/
+
+#define SQR(x)   ((x)*(x))
+
+#define RE_GLO   6378136.0        /* radius of earth (m)            ref [2] */
+#define MU_GPS   3.9860050E14     /* gravitational constant         ref [1] */
+#define MU_GLO   3.9860044E14     /* gravitational constant         ref [2] */
+#define MU_GAL   3.986004418E14   /* earth gravitational constant   ref [7] */
+#define MU_CMP   3.986004418E14   /* earth gravitational constant   ref [9] */
+#define J2_GLO   1.0826257E-3     /* 2nd zonal harmonic of geopot   ref [2] */
+
+#define OMGE_GLO 7.292115E-5      /* earth angular velocity (rad/s) ref [2] */
+#define OMGE_GAL 7.2921151467E-5  /* earth angular velocity (rad/s) ref [7] */
+#define OMGE_CMP 7.292115E-5      /* earth angular velocity (rad/s) ref [9] */
+
+#define SIN_5 -0.0871557427476582 /* sin(-5.0 deg) */
+#define COS_5  0.9961946980917456 /* cos(-5.0 deg) */
+
+#define ERREPH_GLO 5.0            /* error of glonass ephemeris (m) */
+#define TSTEP    60.0             /* integration step glonass ephemeris (s) */
+#define RTOL_KEPLER 1E-14         /* relative tolerance for Kepler equation */
+
+#define DEFURASSR 0.15            /* default accurary of ssr corr (m) */
+#define MAXECORSSR 10.0           /* max orbit correction of ssr (m) */
+#define MAXCCORSSR (1E-6*CLIGHT)  /* max clock correction of ssr (m) */
+#define MAXAGESSR 90.0            /* max age of ssr orbit and clock (s) */
+#define MAXAGESSR_HRCLK 10.0      /* max age of ssr high-rate clock (s) */
+#define STD_BRDCCLK 30.0          /* error of broadcast clock (m) */
+
+#define MAX_ITER_KEPLER 30        /* max number of iteration of Kelpler */
+
+/* variance by ura ephemeris (ref [1] 20.3.3.3.1.1) --------------------------*/
+static double var_uraeph(int ura)
+{
+    const double ura_value[]={   
+        2.4,3.4,4.85,6.85,9.65,13.65,24.0,48.0,96.0,192.0,384.0,768.0,1536.0,
+        3072.0,6144.0
+    };
+    return ura<0||15<ura?SQR(6144.0):SQR(ura_value[ura]);
+}
+/* variance by ura ssr (ref [4]) ---------------------------------------------*/
+static double var_urassr(int ura)
+{
+    double std;
+    if (ura<= 0) return SQR(DEFURASSR);
+    if (ura>=63) return SQR(5.4665);
+    std=(pow(3.0,(ura>>3)&7)*(1.0+(ura&7)/4.0)-1.0)*1E-3;
+    return SQR(std);
+}
+/* almanac to satellite position and clock bias --------------------------------
+* compute satellite position and clock bias with almanac (gps, galileo, qzss)
+* args   : gtime_t time     I   time (gpst)
+*          alm_t *alm       I   almanac
+*          double *rs       O   satellite position (ecef) {x,y,z} (m)
+*          double *dts      O   satellite clock bias (s)
+* return : none
+* notes  : see ref [1],[7],[8]
+*-----------------------------------------------------------------------------*/
+extern void alm2pos(gtime_t time, const alm_t *alm, double *rs, double *dts)
+{
+    double tk,M,E,Ek,sinE,cosE,u,r,i,O,x,y,sinO,cosO,cosi,mu;
+    
+    trace(4,"alm2pos : time=%s sat=%2d\n",time_str(time,3),alm->sat);
+    
+    tk=timediff(time,alm->toa);
+    
+    if (alm->A<=0.0) {
+        rs[0]=rs[1]=rs[2]=*dts=0.0;
+        return;
+    }
+    mu=satsys(alm->sat,NULL)==SYS_GAL?MU_GAL:MU_GPS;
+    
+    M=alm->M0+sqrt(mu/(alm->A*alm->A*alm->A))*tk;
+    for (E=M,sinE=Ek=0.0;fabs(E-Ek)>1E-12;) {
+        Ek=E; sinE=sin(Ek); E=M+alm->e*sinE;
+    }
+    cosE=cos(E);
+    u=atan2(sqrt(1.0-alm->e*alm->e)*sinE,cosE-alm->e)+alm->omg;
+    r=alm->A*(1.0-alm->e*cosE);
+    i=alm->i0;
+    O=alm->OMG0+(alm->OMGd-OMGE)*tk-OMGE*alm->toas;
+    x=r*cos(u); y=r*sin(u); sinO=sin(O); cosO=cos(O); cosi=cos(i);
+    rs[0]=x*cosO-y*cosi*sinO;
+    rs[1]=x*sinO+y*cosi*cosO;
+    rs[2]=y*sin(i);
+    *dts=alm->f0+alm->f1*tk;
+}
+/* broadcast ephemeris to satellite clock bias ---------------------------------
+* compute satellite clock bias with broadcast ephemeris (gps, galileo, qzss)
+* args   : gtime_t time     I   time by satellite clock (gpst)
+*          eph_t *eph       I   broadcast ephemeris
+* return : satellite clock bias (s) without relativeity correction
+* notes  : see ref [1],[7],[8]
+*          satellite clock does not include relativity correction and tdg
+*-----------------------------------------------------------------------------*/
+extern double eph2clk(gtime_t time, const eph_t *eph)
+{
+    double t;
+    int i;
+    
+    trace(4,"eph2clk : time=%s sat=%2d\n",time_str(time,3),eph->sat);
+    
+    t=timediff(time,eph->toc);
+    
+    for (i=0;i<2;i++) {
+        t-=eph->f0+eph->f1*t+eph->f2*t*t;
+    }
+    return eph->f0+eph->f1*t+eph->f2*t*t;
+}
+/* broadcast ephemeris to satellite position and clock bias --------------------
+* compute satellite position and clock bias with broadcast ephemeris (gps,
+* galileo, qzss)
+* args   : gtime_t time     I   time (gpst)
+*          eph_t *eph       I   broadcast ephemeris
+*          double *rs       O   satellite position (ecef) {x,y,z} (m)
+*          double *dts      O   satellite clock bias (s)
+*          double *var      O   satellite position and clock variance (m^2)
+* return : none
+* notes  : see ref [1],[7],[8]
+*          satellite clock includes relativity correction without code bias
+*          (tgd or bgd)
+*-----------------------------------------------------------------------------*/
+extern void eph2pos(gtime_t time, const eph_t *eph, double *rs, double *dts,
+                    double *var)
+{
+    double tk,M,E,Ek,sinE,cosE,u,r,i,O,sin2u,cos2u,x,y,sinO,cosO,cosi,mu,omge;
+    double xg,yg,zg,sino,coso;
+    int n,sys,prn;
+    
+    trace(4,"eph2pos : time=%s sat=%2d\n",time_str(time,3),eph->sat);
+    
+    if (eph->A<=0.0) {
+        rs[0]=rs[1]=rs[2]=*dts=*var=0.0;
+        return;
+    }
+    tk=timediff(time,eph->toe);
+    
+    switch ((sys=satsys(eph->sat,&prn))) {
+        case SYS_GAL: mu=MU_GAL; omge=OMGE_GAL; break;
+        case SYS_CMP: mu=MU_CMP; omge=OMGE_CMP; break;
+        default:      mu=MU_GPS; omge=OMGE;     break;
+    }
+    M=eph->M0+(sqrt(mu/(eph->A*eph->A*eph->A))+eph->deln)*tk;
+    
+    for (n=0,E=M,Ek=0.0;fabs(E-Ek)>RTOL_KEPLER&&n<MAX_ITER_KEPLER;n++) {
+        Ek=E; E-=(E-eph->e*sin(E)-M)/(1.0-eph->e*cos(E));
+    }
+    if (n>=MAX_ITER_KEPLER) {
+        trace(2,"kepler iteration overflow sat=%2d\n",eph->sat);
+        return;
+    }
+    sinE=sin(E); cosE=cos(E);
+    
+    trace(4,"kepler: sat=%2d e=%8.5f n=%2d del=%10.3e\n",eph->sat,eph->e,n,E-Ek);
+    
+    u=atan2(sqrt(1.0-eph->e*eph->e)*sinE,cosE-eph->e)+eph->omg;
+    r=eph->A*(1.0-eph->e*cosE);
+    i=eph->i0+eph->idot*tk;
+    sin2u=sin(2.0*u); cos2u=cos(2.0*u);
+    u+=eph->cus*sin2u+eph->cuc*cos2u;
+    r+=eph->crs*sin2u+eph->crc*cos2u;
+    i+=eph->cis*sin2u+eph->cic*cos2u;
+    x=r*cos(u); y=r*sin(u); cosi=cos(i);
+    
+    /* beidou geo satellite (ref [9]) */
+    if (sys==SYS_CMP&&prn<=5) {
+        O=eph->OMG0+eph->OMGd*tk-omge*eph->toes;
+        sinO=sin(O); cosO=cos(O);
+        xg=x*cosO-y*cosi*sinO;
+        yg=x*sinO+y*cosi*cosO;
+        zg=y*sin(i);
+        sino=sin(omge*tk); coso=cos(omge*tk);
+        rs[0]= xg*coso+yg*sino*COS_5+zg*sino*SIN_5;
+        rs[1]=-xg*sino+yg*coso*COS_5+zg*coso*SIN_5;
+        rs[2]=-yg*SIN_5+zg*COS_5;
+    }
+    else {
+        O=eph->OMG0+(eph->OMGd-omge)*tk-omge*eph->toes;
+        sinO=sin(O); cosO=cos(O);
+        rs[0]=x*cosO-y*cosi*sinO;
+        rs[1]=x*sinO+y*cosi*cosO;
+        rs[2]=y*sin(i);
+    }
+    tk=timediff(time,eph->toc);
+    *dts=eph->f0+eph->f1*tk+eph->f2*tk*tk;
+    
+    /* relativity correction */
+    *dts-=2.0*sqrt(mu*eph->A)*eph->e*sinE/SQR(CLIGHT);
+    
+    /* position and clock error variance */
+    *var=var_uraeph(eph->sva);
+}
+/* glonass orbit differential equations --------------------------------------*/
+static void deq(const double *x, double *xdot, const double *acc)
+{
+    double a,b,c,r2=dot(x,x,3),r3=r2*sqrt(r2),omg2=SQR(OMGE_GLO);
+    
+    if (r2<=0.0) {
+        xdot[0]=xdot[1]=xdot[2]=xdot[3]=xdot[4]=xdot[5]=0.0;
+        return;
+    }
+    /* ref [2] A.3.1.2 with bug fix for xdot[4],xdot[5] */
+    a=1.5*J2_GLO*MU_GLO*SQR(RE_GLO)/r2/r3; /* 3/2*J2*mu*Ae^2/r^5 */
+    b=5.0*x[2]*x[2]/r2;                    /* 5*z^2/r^2 */
+    c=-MU_GLO/r3-a*(1.0-b);                /* -mu/r^3-a(1-b) */
+    xdot[0]=x[3]; xdot[1]=x[4]; xdot[2]=x[5];
+    xdot[3]=(c+omg2)*x[0]+2.0*OMGE_GLO*x[4]+acc[0];
+    xdot[4]=(c+omg2)*x[1]-2.0*OMGE_GLO*x[3]+acc[1];
+    xdot[5]=(c-2.0*a)*x[2]+acc[2];
+}
+/* glonass position and velocity by numerical integration --------------------*/
+static void glorbit(double t, double *x, const double *acc)
+{
+    double k1[6],k2[6],k3[6],k4[6],w[6];
+    int i;
+    
+    deq(x,k1,acc); for (i=0;i<6;i++) w[i]=x[i]+k1[i]*t/2.0;
+    deq(w,k2,acc); for (i=0;i<6;i++) w[i]=x[i]+k2[i]*t/2.0;
+    deq(w,k3,acc); for (i=0;i<6;i++) w[i]=x[i]+k3[i]*t;
+    deq(w,k4,acc);
+    for (i=0;i<6;i++) x[i]+=(k1[i]+2.0*k2[i]+2.0*k3[i]+k4[i])*t/6.0;
+}
+/* glonass ephemeris to satellite clock bias -----------------------------------
+* compute satellite clock bias with glonass ephemeris
+* args   : gtime_t time     I   time by satellite clock (gpst)
+*          geph_t *geph     I   glonass ephemeris
+* return : satellite clock bias (s)
+* notes  : see ref [2]
+*-----------------------------------------------------------------------------*/
+extern double geph2clk(gtime_t time, const geph_t *geph)
+{
+    double t;
+    int i;
+    
+    trace(4,"geph2clk: time=%s sat=%2d\n",time_str(time,3),geph->sat);
+    
+    t=timediff(time,geph->toe);
+    
+    for (i=0;i<2;i++) {
+        t-=-geph->taun+geph->gamn*t;
+    }
+    return -geph->taun+geph->gamn*t;
+}
+/* glonass ephemeris to satellite position and clock bias ----------------------
+* compute satellite position and clock bias with glonass ephemeris
+* args   : gtime_t time     I   time (gpst)
+*          geph_t *geph     I   glonass ephemeris
+*          double *rs       O   satellite position {x,y,z} (ecef) (m)
+*          double *dts      O   satellite clock bias (s)
+*          double *var      O   satellite position and clock variance (m^2)
+* return : none
+* notes  : see ref [2]
+*-----------------------------------------------------------------------------*/
+extern void geph2pos(gtime_t time, const geph_t *geph, double *rs, double *dts,
+                     double *var)
+{
+    double t,tt,x[6];
+    int i;
+    
+    trace(4,"geph2pos: time=%s sat=%2d\n",time_str(time,3),geph->sat);
+    
+    t=timediff(time,geph->toe);
+    
+    *dts=-geph->taun+geph->gamn*t;
+    
+    for (i=0;i<3;i++) {
+        x[i  ]=geph->pos[i];
+        x[i+3]=geph->vel[i];
+    }
+    for (tt=t<0.0?-TSTEP:TSTEP;fabs(t)>1E-9;t-=tt) {
+        if (fabs(t)<TSTEP) tt=t;
+        glorbit(tt,x,geph->acc);
+    }
+    for (i=0;i<3;i++) rs[i]=x[i];
+    
+    *var=SQR(ERREPH_GLO);
+}
+/* sbas ephemeris to satellite clock bias --------------------------------------
+* compute satellite clock bias with sbas ephemeris
+* args   : gtime_t time     I   time by satellite clock (gpst)
+*          seph_t *seph     I   sbas ephemeris
+* return : satellite clock bias (s)
+* notes  : see ref [3]
+*-----------------------------------------------------------------------------*/
+extern double seph2clk(gtime_t time, const seph_t *seph)
+{
+    double t;
+    int i;
+    
+    trace(4,"seph2clk: time=%s sat=%2d\n",time_str(time,3),seph->sat);
+    
+    t=timediff(time,seph->t0);
+    
+    for (i=0;i<2;i++) {
+        t-=seph->af0+seph->af1*t;
+    }
+    return seph->af0+seph->af1*t;
+}
+/* sbas ephemeris to satellite position and clock bias -------------------------
+* compute satellite position and clock bias with sbas ephemeris
+* args   : gtime_t time     I   time (gpst)
+*          seph_t  *seph    I   sbas ephemeris
+*          double  *rs      O   satellite position {x,y,z} (ecef) (m)
+*          double  *dts     O   satellite clock bias (s)
+*          double  *var     O   satellite position and clock variance (m^2)
+* return : none
+* notes  : see ref [3]
+*-----------------------------------------------------------------------------*/
+extern void seph2pos(gtime_t time, const seph_t *seph, double *rs, double *dts,
+                     double *var)
+{
+    double t;
+    int i;
+    
+    trace(4,"seph2pos: time=%s sat=%2d\n",time_str(time,3),seph->sat);
+    
+    t=timediff(time,seph->t0);
+    
+    for (i=0;i<3;i++) {
+        rs[i]=seph->pos[i]+seph->vel[i]*t+seph->acc[i]*t*t/2.0;
+    }
+    *dts=seph->af0+seph->af1*t;
+    
+    *var=var_uraeph(seph->sva);
+}
+/* select ephememeris --------------------------------------------------------*/
+static eph_t *seleph(gtime_t time, int sat, int iode, const nav_t *nav)
+{
+    double t,tmax,tmin;
+    int i,j=-1;
+    
+    trace(4,"seleph  : time=%s sat=%2d iode=%d\n",time_str(time,3),sat,iode);
+    
+    switch (satsys(sat,NULL)) {
+        case SYS_QZS: tmax=MAXDTOE_QZS+1.0; break;
+        case SYS_GAL: tmax=MAXDTOE_GAL+1.0; break;
+        case SYS_CMP: tmax=MAXDTOE_CMP+1.0; break;
+        default: tmax=MAXDTOE+1.0; break;
+    }
+    tmin=tmax+1.0;
+    
+    for (i=0;i<nav->n;i++) {
+        if (nav->eph[i].sat!=sat) continue;
+        if (iode>=0&&nav->eph[i].iode!=iode) continue;
+        if ((t=fabs(timediff(nav->eph[i].toe,time)))>tmax) continue;
+        if (iode>=0) return nav->eph+i;
+        if (t<=tmin) {j=i; tmin=t;} /* toe closest to time */
+    }
+    if (iode>=0||j<0) {
+        trace(2,"no broadcast ephemeris: %s sat=%2d iode=%3d\n",time_str(time,0),
+              sat,iode);
+        return NULL;
+    }
+    return nav->eph+j;
+}
+/* select glonass ephememeris ------------------------------------------------*/
+static geph_t *selgeph(gtime_t time, int sat, int iode, const nav_t *nav)
+{
+    double t,tmax=MAXDTOE_GLO,tmin=tmax+1.0;
+    int i,j=-1;
+    
+    trace(4,"selgeph : time=%s sat=%2d iode=%2d\n",time_str(time,3),sat,iode);
+    
+    for (i=0;i<nav->ng;i++) {
+        if (nav->geph[i].sat!=sat) continue;
+        if (iode>=0&&nav->geph[i].iode!=iode) continue;
+        if ((t=fabs(timediff(nav->geph[i].toe,time)))>tmax) continue;
+        if (iode>=0) return nav->geph+i;
+        if (t<=tmin) {j=i; tmin=t;} /* toe closest to time */
+    }
+    if (iode>=0||j<0) {
+        trace(3,"no glonass ephemeris  : %s sat=%2d iode=%2d\n",time_str(time,0),
+              sat,iode);
+        return NULL;
+    }
+    return nav->geph+j;
+}
+/* select sbas ephememeris ---------------------------------------------------*/
+static seph_t *selseph(gtime_t time, int sat, const nav_t *nav)
+{
+    double t,tmax=MAXDTOE_SBS,tmin=tmax+1.0;
+    int i,j=-1;
+    
+    trace(4,"selseph : time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    for (i=0;i<nav->ns;i++) {
+        if (nav->seph[i].sat!=sat) continue;
+        if ((t=fabs(timediff(nav->seph[i].t0,time)))>tmax) continue;
+        if (t<=tmin) {j=i; tmin=t;} /* toe closest to time */
+    }
+    if (j<0) {
+        trace(3,"no sbas ephemeris     : %s sat=%2d\n",time_str(time,0),sat);
+        return NULL;
+    }
+    return nav->seph+j;
+}
+/* satellite clock with broadcast ephemeris ----------------------------------*/
+static int ephclk(gtime_t time, gtime_t teph, int sat, const nav_t *nav,
+                  double *dts)
+{
+    eph_t  *eph;
+    geph_t *geph;
+    seph_t *seph;
+    int sys;
+    
+    trace(4,"ephclk  : time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    sys=satsys(sat,NULL);
+    
+    if (sys==SYS_GPS||sys==SYS_GAL||sys==SYS_QZS||sys==SYS_CMP) {
+        if (!(eph=seleph(teph,sat,-1,nav))) return 0;
+        *dts=eph2clk(time,eph);
+    }
+    else if (sys==SYS_GLO) {
+        if (!(geph=selgeph(teph,sat,-1,nav))) return 0;
+        *dts=geph2clk(time,geph);
+    }
+    else if (sys==SYS_SBS) {
+        if (!(seph=selseph(teph,sat,nav))) return 0;
+        *dts=seph2clk(time,seph);
+    }
+    else return 0;
+    
+    return 1;
+}
+/* satellite position and clock by broadcast ephemeris -----------------------*/
+static int ephpos(gtime_t time, gtime_t teph, int sat, const nav_t *nav,
+                  int iode, double *rs, double *dts, double *var, int *svh)
+{
+    eph_t  *eph;
+    geph_t *geph;
+    seph_t *seph;
+    double rst[3],dtst[1],tt=1E-3;
+    int i,sys;
+    
+    trace(4,"ephpos  : time=%s sat=%2d iode=%d\n",time_str(time,3),sat,iode);
+    
+    sys=satsys(sat,NULL);
+    
+    *svh=-1;
+    
+    if (sys==SYS_GPS||sys==SYS_GAL||sys==SYS_QZS||sys==SYS_CMP) {
+        if (!(eph=seleph(teph,sat,iode,nav))) return 0;
+        
+        eph2pos(time,eph,rs,dts,var);
+        time=timeadd(time,tt);
+        eph2pos(time,eph,rst,dtst,var);
+        *svh=eph->svh;
+    }
+    else if (sys==SYS_GLO) {
+        if (!(geph=selgeph(teph,sat,iode,nav))) return 0;
+        geph2pos(time,geph,rs,dts,var);
+        time=timeadd(time,tt);
+        geph2pos(time,geph,rst,dtst,var);
+        *svh=geph->svh;
+    }
+    else if (sys==SYS_SBS) {
+        if (!(seph=selseph(teph,sat,nav))) return 0;
+        
+        seph2pos(time,seph,rs,dts,var);
+        time=timeadd(time,tt);
+        seph2pos(time,seph,rst,dtst,var);
+        *svh=seph->svh;
+    }
+    else return 0;
+    
+    /* satellite velocity and clock drift by differential approx */
+    for (i=0;i<3;i++) rs[i+3]=(rst[i]-rs[i])/tt;
+    dts[1]=(dtst[0]-dts[0])/tt;
+    
+    return 1;
+}
+/* satellite position and clock with sbas correction -------------------------*/
+static int satpos_sbas(gtime_t time, gtime_t teph, int sat, const nav_t *nav,
+                        double *rs, double *dts, double *var, int *svh)
+{
+    const sbssatp_t *sbs;
+    int i;
+    
+    trace(4,"satpos_sbas: time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    /* search sbas satellite correciton */
+    for (i=0;i<nav->sbssat.nsat;i++) {
+        sbs=nav->sbssat.sat+i;
+        if (sbs->sat==sat) break;
+    }
+    if (i>=nav->sbssat.nsat) {
+        trace(2,"no sbas correction for orbit: %s sat=%2d\n",time_str(time,0),sat);
+        ephpos(time,teph,sat,nav,-1,rs,dts,var,svh);
+        *svh=-1;
+        return 0;
+    }
+    /* satellite postion and clock by broadcast ephemeris */
+    if (!ephpos(time,teph,sat,nav,sbs->lcorr.iode,rs,dts,var,svh)) return 0;
+    
+    /* sbas satellite correction (long term and fast) */
+    if (sbssatcorr(time,sat,nav,rs,dts,var)) return 1;
+    *svh=-1;
+    return 0;
+}
+/* satellite position and clock with ssr correction --------------------------*/
+static int satpos_ssr(gtime_t time, gtime_t teph, int sat, const nav_t *nav,
+                      int opt, double *rs, double *dts, double *var, int *svh)
+{
+    const ssr_t *ssr;
+    eph_t *eph;
+    double t1,t2,t3,er[3],ea[3],ec[3],rc[3],deph[3],dclk,dant[3]={0},tk;
+    int i,sys;
+    
+    trace(4,"satpos_ssr: time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    ssr=nav->ssr+sat-1;
+    
+    if (!ssr->t0[0].time) {
+        trace(2,"no ssr orbit correction: %s sat=%2d\n",time_str(time,0),sat);
+        return 0;
+    }
+    if (!ssr->t0[1].time) {
+        trace(2,"no ssr clock correction: %s sat=%2d\n",time_str(time,0),sat);
+        return 0;
+    }
+    /* inconsistency between orbit and clock correction */
+    if (ssr->iod[0]!=ssr->iod[1]) {
+        trace(2,"inconsist ssr correction: %s sat=%2d iod=%d %d\n",
+              time_str(time,0),sat,ssr->iod[0],ssr->iod[1]);
+        *svh=-1;
+        return 0;
+    }
+    t1=timediff(time,ssr->t0[0]);
+    t2=timediff(time,ssr->t0[1]);
+    t3=timediff(time,ssr->t0[2]);
+    
+    /* ssr orbit and clock correction (ref [4]) */
+    if (fabs(t1)>MAXAGESSR||fabs(t2)>MAXAGESSR) {
+        trace(2,"age of ssr error: %s sat=%2d t=%.0f %.0f\n",time_str(time,0),
+              sat,t1,t2);
+        *svh=-1;
+        return 0;
+    }
+    if (ssr->udi[0]>=1.0) t1-=ssr->udi[0]/2.0;
+    if (ssr->udi[1]>=1.0) t2-=ssr->udi[0]/2.0;
+    
+    for (i=0;i<3;i++) deph[i]=ssr->deph[i]+ssr->ddeph[i]*t1;
+    dclk=ssr->dclk[0]+ssr->dclk[1]*t2+ssr->dclk[2]*t2*t2;
+    
+    /* ssr highrate clock correction (ref [4]) */
+    if (ssr->iod[0]==ssr->iod[2]&&ssr->t0[2].time&&fabs(t3)<MAXAGESSR_HRCLK) {
+        dclk+=ssr->hrclk;
+    }
+    if (norm(deph,3)>MAXECORSSR||fabs(dclk)>MAXCCORSSR) {
+        trace(3,"invalid ssr correction: %s deph=%.1f dclk=%.1f\n",
+              time_str(time,0),norm(deph,3),dclk);
+        *svh=-1;
+        return 0;
+    }
+    /* satellite postion and clock by broadcast ephemeris */
+    if (!ephpos(time,teph,sat,nav,ssr->iode,rs,dts,var,svh)) return 0;
+    
+    /* satellite clock for gps, galileo and qzss */
+    sys=satsys(sat,NULL);
+    if (sys==SYS_GPS||sys==SYS_GAL||sys==SYS_QZS||sys==SYS_CMP) {
+        if (!(eph=seleph(teph,sat,ssr->iode,nav))) return 0;
+        
+        /* satellite clock by clock parameters */
+        tk=timediff(time,eph->toc);
+        dts[0]=eph->f0+eph->f1*tk+eph->f2*tk*tk;
+        dts[1]=eph->f1+2.0*eph->f2*tk;
+        
+        /* relativity correction */
+        dts[0]-=2.0*dot(rs,rs+3,3)/CLIGHT/CLIGHT;
+    }
+    /* radial-along-cross directions in ecef */
+    if (!normv3(rs+3,ea)) return 0;
+    cross3(rs,rs+3,rc);
+    if (!normv3(rc,ec)) {
+        *svh=-1;
+        return 0;
+    }
+    cross3(ea,ec,er);
+    
+    /* satellite antenna offset correction */
+    if (opt) {
+        satantoff(time,rs,sat,nav,dant);
+    }
+    for (i=0;i<3;i++) {
+        rs[i]+=-(er[i]*deph[0]+ea[i]*deph[1]+ec[i]*deph[2])+dant[i];
+    }
+    /* t_corr = t_sv - (dts(brdc) + dclk(ssr) / CLIGHT) (ref [10] eq.3.12-7) */
+    dts[0]+=dclk/CLIGHT;
+    
+    /* variance by ssr ura */
+    *var=var_urassr(ssr->ura);
+    
+    trace(5,"satpos_ssr: %s sat=%2d deph=%6.3f %6.3f %6.3f er=%6.3f %6.3f %6.3f dclk=%6.3f var=%6.3f\n",
+          time_str(time,2),sat,deph[0],deph[1],deph[2],er[0],er[1],er[2],dclk,*var);
+    
+    return 1;
+}
+/* satellite position and clock ------------------------------------------------
+* compute satellite position, velocity and clock
+* args   : gtime_t time     I   time (gpst)
+*          gtime_t teph     I   time to select ephemeris (gpst)
+*          int    sat       I   satellite number
+*          nav_t  *nav      I   navigation data
+*          int    ephopt    I   ephemeris option (EPHOPT_???)
+*          double *rs       O   sat position and velocity (ecef)
+*                               {x,y,z,vx,vy,vz} (m|m/s)
+*          double *dts      O   sat clock {bias,drift} (s|s/s)
+*          double *var      O   sat position and clock error variance (m^2)
+*          int    *svh      O   sat health flag (-1:correction not available)
+* return : status (1:ok,0:error)
+* notes  : satellite position is referenced to antenna phase center
+*          satellite clock does not include code bias correction (tgd or bgd)
+*-----------------------------------------------------------------------------*/
+extern int satpos(gtime_t time, gtime_t teph, int sat, int ephopt,
+                  const nav_t *nav, double *rs, double *dts, double *var,
+                  int *svh)
+{
+    trace(4,"satpos  : time=%s sat=%2d ephopt=%d\n",time_str(time,3),sat,ephopt);
+    
+    *svh=0;
+    
+    switch (ephopt) {
+        case EPHOPT_BRDC  : return ephpos     (time,teph,sat,nav,-1,rs,dts,var,svh);
+        case EPHOPT_SBAS  : return satpos_sbas(time,teph,sat,nav,   rs,dts,var,svh);
+        case EPHOPT_SSRAPC: return satpos_ssr (time,teph,sat,nav, 0,rs,dts,var,svh);
+        case EPHOPT_SSRCOM: return satpos_ssr (time,teph,sat,nav, 1,rs,dts,var,svh);
+        case EPHOPT_PREC  :
+            if (!peph2pos(time,sat,nav,1,rs,dts,var)) break; else return 1;
+        case EPHOPT_LEX   :
+            if (!lexeph2pos(time,sat,nav,rs,dts,var)) break; else return 1;
+    }
+    *svh=-1;
+    return 0;
+}
+/* satellite positions and clocks ----------------------------------------------
+* compute satellite positions, velocities and clocks
+* args   : gtime_t teph     I   time to select ephemeris (gpst)
+*          obsd_t *obs      I   observation data
+*          int    n         I   number of observation data
+*          nav_t  *nav      I   navigation data
+*          int    ephopt    I   ephemeris option (EPHOPT_???)
+*          double *rs       O   satellite positions and velocities (ecef)
+*          double *dts      O   satellite clocks
+*          double *var      O   sat position and clock error variances (m^2)
+*          int    *svh      O   sat health flag (-1:correction not available)
+* return : none
+* notes  : rs [(0:2)+i*6]= obs[i] sat position {x,y,z} (m)
+*          rs [(3:5)+i*6]= obs[i] sat velocity {vx,vy,vz} (m/s)
+*          dts[(0:1)+i*2]= obs[i] sat clock {bias,drift} (s|s/s)
+*          var[i]        = obs[i] sat position and clock error variance (m^2)
+*          svh[i]        = obs[i] sat health flag
+*          if no navigation data, set 0 to rs[], dts[], var[] and svh[]
+*          satellite position and clock are values at signal transmission time
+*          satellite position is referenced to antenna phase center
+*          satellite clock does not include code bias correction (tgd or bgd)
+*          any pseudorange and broadcast ephemeris are always needed to get
+*          signal transmission time
+*-----------------------------------------------------------------------------*/
+extern void satposs(gtime_t teph, const obsd_t *obs, int n, const nav_t *nav,
+                    int ephopt, double *rs, double *dts, double *var, int *svh)
+{
+    gtime_t time[MAXOBS]={{0}};
+    double dt,pr;
+    int i,j;
+    
+    trace(3,"satposs : teph=%s n=%d ephopt=%d\n",time_str(teph,3),n,ephopt);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        for (j=0;j<6;j++) rs [j+i*6]=0.0;
+        for (j=0;j<2;j++) dts[j+i*2]=0.0;
+        var[i]=0.0; svh[i]=0;
+        
+        /* search any psuedorange */
+        for (j=0,pr=0.0;j<NFREQ;j++) if ((pr=obs[i].P[j])!=0.0) break;
+        
+        if (j>=NFREQ) {
+            trace(2,"no pseudorange %s sat=%2d\n",time_str(obs[i].time,3),obs[i].sat);
+            continue;
+        }
+        /* transmission time by satellite clock */
+        time[i]=timeadd(obs[i].time,-pr/CLIGHT);
+        
+        /* satellite clock bias by broadcast ephemeris */
+        if (!ephclk(time[i],teph,obs[i].sat,nav,&dt)) {
+            trace(2,"no broadcast clock %s sat=%2d\n",time_str(time[i],3),obs[i].sat);
+            continue;
+        }
+        time[i]=timeadd(time[i],-dt);
+        
+        /* satellite position and clock at transmission time */
+        if (!satpos(time[i],teph,obs[i].sat,ephopt,nav,rs+i*6,dts+i*2,var+i,
+                    svh+i)) {
+            trace(3,"no ephemeris %s sat=%2d\n",time_str(time[i],3),obs[i].sat);
+            continue;
+        }
+        /* if no precise clock available, use broadcast clock instead */
+        if (dts[i*2]==0.0) {
+            if (!ephclk(time[i],teph,obs[i].sat,nav,dts+i*2)) continue;
+            dts[1+i*2]=0.0;
+            *var=SQR(STD_BRDCCLK);
+        }
+    }
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        trace(4,"%s sat=%2d rs=%13.3f %13.3f %13.3f dts=%12.3f var=%7.3f svh=%02X\n",
+              time_str(time[i],6),obs[i].sat,rs[i*6],rs[1+i*6],rs[2+i*6],
+              dts[i*2]*1E9,var[i],svh[i]);
+    }
+}
diff --git a/src/geoid.c b/src/geoid.c
new file mode 100644
index 0000000..2b991b1
--- /dev/null
+++ b/src/geoid.c
@@ -0,0 +1,7490 @@
+/*------------------------------------------------------------------------------
+* geoid.c : geoid models
+*
+*          Copyright (C) 2007-2009 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] EGM96 The NASA GSFC and NIMA Joint Geopotential Model
+*     [2] Earth Gravitational Model 2008 (EGM2008)
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/07 1.0  new
+*           2009/09/04 1.1  replace geoid data by global model
+*           2009/12/05 1.2  added api:
+*                               opengeoid(),closegeoid()
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: geoid.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+static const double range[4];       /* embedded geoid area range {W,E,S,N} (deg) */
+static const float geoid[361][181]; /* embedded geoid heights (m) (lon x lat) */
+static FILE *fp_geoid=NULL;         /* geoid file pointer */
+static int model_geoid=GEOID_EMBEDDED; /* geoid model */
+
+/* bilinear interpolation ----------------------------------------------------*/
+static double interpb(const double *y, double a, double b)
+{
+    return y[0]*(1.0-a)*(1.0-b)+y[1]*a*(1.0-b)+y[2]*(1.0-a)*b+y[3]*a*b;
+}
+/* embedded geoid model ------------------------------------------------------*/
+static double geoidh_emb(const double *pos)
+{
+    const double dlon=1.0,dlat=1.0;
+    double a,b,y[4];
+    int i1,i2,j1,j2;
+    
+    if (pos[1]<range[0]||range[1]<pos[1]||pos[0]<range[2]||range[3]<pos[0]) {
+        trace(2,"out of geoid model range: lat=%.3f lon=%.3f\n",pos[0],pos[1]);
+        return 0.0;
+    }
+    a=(pos[1]-range[0])/dlon;
+    b=(pos[0]-range[2])/dlat;
+    i1=(int)a; a-=i1; i2=i1<360?i1+1:i1;
+    j1=(int)b; b-=j1; j2=j1<180?j1+1:j1;
+    y[0]=geoid[i1][j1];
+    y[1]=geoid[i2][j1];
+    y[2]=geoid[i1][j2];
+    y[3]=geoid[i2][j2];
+    return interpb(y,a,b);
+}
+/* get 2 byte signed integer from file ---------------------------------------*/
+static short fget2b(FILE *fp, long off)
+{
+    unsigned char v[2];
+    if (fseek(fp,off,SEEK_SET)==EOF||fread(v,2,1,fp)<1) {
+        trace(2,"geoid data file range error: off=%ld\n",off);
+    }
+    return ((short)v[0]<<8)+v[1]; /* big-endian */
+}
+/* egm96 15x15" model --------------------------------------------------------*/
+static double geoidh_egm96(const double *pos)
+{
+    const double lon0=0.0,lat0=90.0,dlon=15.0/60.0,dlat=-15.0/60.0;
+    const int nlon=1440,nlat=721;
+    double a,b,y[4];
+    long i1,i2,j1,j2;
+    
+    if (!fp_geoid) return 0.0;
+    
+    a=(pos[1]-lon0)/dlon;
+    b=(pos[0]-lat0)/dlat;
+    i1=(long)a; a-=i1; i2=i1<nlon-1?i1+1:0;
+    j1=(long)b; b-=j1; j2=j1<nlat-1?j1+1:j1;
+    y[0]=fget2b(fp_geoid,2L*(i1+j1*nlon))*0.01;
+    y[1]=fget2b(fp_geoid,2L*(i2+j1*nlon))*0.01;
+    y[2]=fget2b(fp_geoid,2L*(i1+j2*nlon))*0.01;
+    y[3]=fget2b(fp_geoid,2L*(i2+j2*nlon))*0.01;
+    return interpb(y,a,b);
+}
+/* get 4byte float from file -------------------------------------------------*/
+static float fget4f(FILE *fp, long off)
+{
+    float v=0.0;
+    if (fseek(fp,off,SEEK_SET)==EOF||fread(&v,4,1,fp)<1) {
+        trace(2,"geoid data file range error: off=%ld\n",off);
+    }
+    return v; /* small-endian */
+}
+/* egm2008 model -------------------------------------------------------------*/
+static double geoidh_egm08(const double *pos, int model)
+{
+    const double lon0=0.0,lat0=90.0;
+    double dlon,dlat;
+    double a,b,y[4];
+    long i1,i2,j1,j2;
+    int nlon,nlat;
+    
+    if (!fp_geoid) return 0.0;
+    
+    if (model==GEOID_EGM2008_M25) { /* 2.5 x 2.5" grid */
+        dlon= 2.5/60.0;
+        dlat=-2.5/60.0;
+        nlon=8640;
+        nlat=4321;
+    }
+    else { /* 1 x 1" grid */
+        dlon= 1.0/60.0;
+        dlat=-1.0/60.0;
+        nlon=21600;
+        nlat=10801;
+    }
+    a=(pos[1]-lon0)/dlon;
+    b=(pos[0]-lat0)/dlat;
+    i1=(long)a; a-=i1; i2=i1<nlon-1?i1+1:0;
+    j1=(long)b; b-=j1; j2=j1<nlat-1?j1+1:j1;
+    
+    /* notes: 4byte-zeros are inserted at first and last field of a record */
+    /*        for current geid data files */
+    /* http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008/egm08_wgs84.html */
+    /* (1) Und_min1x1_egm2008_isw=82_WGS84_TideFree_SE.gz */
+    /* (2) Und_min2.5x2.5_egm2008_isw=82_WGS84_TideFree_SE.gz */
+#if 0
+    /* not zero-inserted */
+    y[0]=fget4f(fp_geoid,4L*(i1+j1*(nlon)));
+    y[1]=fget4f(fp_geoid,4L*(i2+j1*(nlon)));
+    y[2]=fget4f(fp_geoid,4L*(i1+j2*(nlon)));
+    y[3]=fget4f(fp_geoid,4L*(i2+j2*(nlon)));
+#else
+    /* zero-inserted version (2009/12/10) */
+    y[0]=fget4f(fp_geoid,4L*(i1+j1*(nlon+2)+1));
+    y[1]=fget4f(fp_geoid,4L*(i2+j1*(nlon+2)+1));
+    y[2]=fget4f(fp_geoid,4L*(i1+j2*(nlon+2)+1));
+    y[3]=fget4f(fp_geoid,4L*(i2+j2*(nlon+2)+1));
+#endif
+    return interpb(y,a,b);
+}
+/* get gsi geoid data --------------------------------------------------------*/
+static double fgetgsi(FILE *fp, int nlon, int nlat, int i, int j)
+{
+    const int nf=28,wf=9,nl=nf*wf+2,nr=(nlon-1)/nf+1;
+    double v;
+    long off=nl+j*nr*nl+i/nf*nl+i%nf*wf;
+    char buff[16]="";
+    
+    if (fseek(fp,off,SEEK_SET)==EOF||fread(buff,wf,1,fp)<1) {
+        trace(2,"out of range for gsi geoid: i=%d j=%d\n",i,j);
+        return 0.0;
+    }
+    if (sscanf(buff,"%lf",&v)<1) {
+        trace(2,"gsi geoid data format error: i=%d j=%d buff=%s\n",i,j,buff);
+        return 0.0;
+    }
+    return v;
+}
+/* gsi geoid 2000 1.0x1.5" model ---------------------------------------------*/
+static double geoidh_gsi(const double *pos)
+{
+    const double lon0=120.0,lon1=150.0,lat0=20.0,lat1=50.0;
+    const double dlon=1.5/60.0,dlat=1.0/60.0;
+    const int nlon=1201,nlat=1801;
+    double a,b,y[4];
+    int i1,i2,j1,j2;
+    
+    if (!fp_geoid||pos[1]<lon0||lon1<pos[1]||pos[0]<lat0||lat1<pos[0]) {
+        trace(2,"out of range for gsi geoid: lat=%.3f lon=%.3f\n",pos[0],pos[1]);
+        return 0.0;
+    }
+    a=(pos[1]-lon0)/dlon;
+    b=(pos[0]-lat0)/dlat;
+    i1=(int)a; a-=i1; i2=i1<nlon-1?i1+1:i1;
+    j1=(int)b; b-=j1; j2=j1<nlat-1?j1+1:j1;
+    y[0]=fgetgsi(fp_geoid,nlon,nlat,i1,j1);
+    y[1]=fgetgsi(fp_geoid,nlon,nlat,i2,j1);
+    y[2]=fgetgsi(fp_geoid,nlon,nlat,i1,j2);
+    y[3]=fgetgsi(fp_geoid,nlon,nlat,i2,j2);
+    if (y[0]==999.0||y[1]==999.0||y[2]==999.0||y[3]==999.0) {
+        trace(2,"geoidh_gsi: data outage (lat=%.3f lon=%.3f)\n",pos[0],pos[1]);
+        return 0.0;
+    }
+    return interpb(y,a,b);
+}
+/* open geoid model file -------------------------------------------------------
+* open geoid model file
+* args   : int    model     I   geoid model type
+*                               GEOID_EMBEDDED   : embedded model(1x1deg)
+*                               GEOID_EGM96_M150 : EGM96 15x15"
+*                               GEOID_EGM2008_M25: EGM2008 2.5x2.5"
+*                               GEOID_EGM2008_M10: EGM2008 1.0x1.0"
+*                               GEOID_GSI2000_M15: GSI geoid 2000 1.0x1.5"
+*          char   *file     I   geoid model file path
+* return : status (1:ok,0:error)
+* notes  : the following geoid models can be used
+*          WW15MGH.DAC   : EGM96 15x15" binary grid height
+*          Und_min2.5x2.5_egm2008_isw=82_WGS84_TideFree_SE: EGM2008 2.5x2.5"
+*          Und_min1x1_egm2008_isw=82_WGS84_TideFree_SE    : EGM2008 1.0x1.0"
+*          gsigeome_ver4 : GSI geoid 2000 1.0x1.5" (japanese area)
+*          (byte-order of binary files must be compatible to cpu)
+*-----------------------------------------------------------------------------*/
+extern int opengeoid(int model, const char *file)
+{
+    trace(3,"opengeoid: model=%d file=%s\n",model,file);
+    
+    closegeoid();
+    if (model==GEOID_EMBEDDED) {
+        return 1;
+    }
+    if (model!=GEOID_EGM96_M150 &&model!=GEOID_EGM2008_M25&&
+        model!=GEOID_EGM2008_M10&&model!=GEOID_GSI2000_M15) {
+        trace(2,"invalid geoid model: model=%d file=%s\n",model,file);
+        return 0;
+    }
+    if (!(fp_geoid=fopen(file,"rb"))) {
+        trace(2,"geoid model file open error: model=%d file=%s\n",model,file);
+        return 0;
+    }
+    model_geoid=model;
+    return 1;
+}
+/* close geoid model file ------------------------------------------------------
+* close geoid model file
+* args   : none
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void closegeoid(void)
+{
+    trace(3,"closegoid:\n");
+    
+    if (fp_geoid) fclose(fp_geoid);
+    fp_geoid=NULL;
+    model_geoid=GEOID_EMBEDDED;
+}
+/* geoid height ----------------------------------------------------------------
+* get geoid height from geoid model
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+* return : geoid height (m) (0.0:error)
+* notes  : to use external geoid model, call function opengeoid() to open
+*          geoid model before calling the function. If the external geoid model
+*          is not open, the function uses embedded geoid model.
+*-----------------------------------------------------------------------------*/
+extern double geoidh(const double *pos)
+{
+    double posd[2],h;
+    
+    posd[1]=pos[1]*R2D; posd[0]=pos[0]*R2D; if (posd[1]<0.0) posd[1]+=360.0;
+    
+    if (posd[1]<0.0||360.0-1E-12<posd[1]||posd[0]<-90.0||90.0<posd[0]) {
+        trace(2,"out of range for geoid model: lat=%.3f lon=%.3f\n",posd[0],posd[1]);
+        return 0.0;
+    }
+    switch (model_geoid) {
+        case GEOID_EMBEDDED   : h=geoidh_emb  (posd); break;
+        case GEOID_EGM96_M150 : h=geoidh_egm96(posd); break;
+        case GEOID_EGM2008_M25: h=geoidh_egm08(posd,model_geoid); break;
+        case GEOID_EGM2008_M10: h=geoidh_egm08(posd,model_geoid); break;
+        case GEOID_GSI2000_M15: h=geoidh_gsi  (posd); break;
+        default: return 0.0;
+    }
+    if (fabs(h)>200.0) {
+        trace(2,"invalid geoid model: lat=%.3f lon=%.3f h=%.3f\n",posd[0],posd[1],h);
+        return 0.0;
+    }
+    return h;
+}
+/*------------------------------------------------------------------------------
+* embedded geoid model
+* notes  : geoid heights are derived from EGM96 (1 x 1 deg grid)
+*-----------------------------------------------------------------------------*/
+static const double range[]={0.00,360.00,-90.00,90.00};
+
+static const float geoid[361][181]={{
+-29.534f,-27.880f,-24.897f,-21.973f,-18.154f,-15.493f,-14.636f,-12.657f,-10.648f, -9.301f,
+ -7.084f, -4.850f, -2.015f,  1.642f,  5.903f,  9.258f, 10.905f, 13.100f, 12.465f, 13.448f,
+ 14.464f, 10.528f, 10.660f, 10.931f, 12.894f, 13.775f, 13.406f, 13.503f, 13.701f, 14.329f,
+ 15.132f, 17.828f, 20.762f, 22.627f, 24.433f, 27.098f, 27.238f, 27.168f, 26.391f, 26.405f,
+ 25.022f, 23.761f, 23.319f, 22.775f, 22.479f, 21.243f, 20.774f, 18.793f, 23.573f, 17.031f,
+ 17.474f, 16.804f, 16.597f, 16.734f, 16.967f, 17.767f, 18.370f, 20.028f, 20.044f, 20.940f,
+ 21.409f, 21.247f, 20.852f, 20.564f, 20.098f, 19.847f, 18.959f, 18.146f, 17.336f, 16.808f,
+ 16.339f, 16.371f, 15.504f, 14.713f, 14.061f, 13.421f, 12.683f, 11.942f, 11.145f, 11.092f,
+ 11.477f, 11.602f, 13.059f, 15.223f, 16.411f, 16.838f, 17.664f, 18.217f, 18.196f, 17.846f,
+ 17.162f, 16.992f, 16.895f, 16.616f, 17.673f, 20.453f, 25.912f, 26.234f, 25.914f, 24.272f,
+ 23.262f, 23.412f, 24.155f, 25.095f, 23.751f, 22.245f, 24.140f, 27.104f, 28.980f, 30.837f,
+ 31.445f, 30.261f, 30.432f, 29.865f, 29.163f, 27.348f, 25.617f, 25.845f, 28.325f, 30.965f,
+ 35.389f, 39.102f, 41.083f, 45.020f, 48.293f, 49.580f, 47.460f, 46.235f, 49.156f, 49.913f,
+ 51.091f, 50.314f, 49.985f, 52.108f, 48.706f, 47.140f, 48.169f, 47.587f, 47.370f, 47.048f,
+ 45.038f, 45.301f, 46.300f, 46.367f, 45.821f, 46.184f, 46.676f, 47.262f, 47.762f, 46.927f,
+ 48.227f, 49.454f, 50.172f, 49.071f, 49.781f, 50.804f, 50.320f, 48.953f, 48.675f, 48.539f,
+ 48.836f, 50.053f, 50.553f, 48.925f, 46.724f, 43.723f, 43.370f, 41.560f, 38.495f, 36.215f,
+ 33.895f, 32.344f, 30.978f, 28.477f, 27.419f, 25.076f, 22.659f, 20.147f, 17.632f, 15.452f,
+ 13.606f
+},{
+-29.534f,-27.872f,-24.818f,-21.917f,-18.173f,-15.402f,-14.776f,-12.758f,-10.529f, -9.116f,
+ -6.976f, -4.953f, -2.543f,  1.310f,  5.640f,  8.533f, 10.927f, 13.842f, 12.831f, 12.856f,
+ 14.414f, 10.363f, 11.018f, 11.346f, 13.963f, 15.276f, 14.385f, 13.940f, 14.094f, 14.546f,
+ 15.512f, 17.859f, 20.624f, 22.106f, 24.013f, 25.824f, 27.236f, 27.060f, 26.242f, 25.680f,
+ 24.794f, 23.590f, 22.886f, 22.182f, 21.504f, 21.160f, 21.131f, 20.380f, 21.356f, 18.016f,
+ 17.639f, 17.348f, 16.947f, 17.054f, 17.591f, 18.255f, 19.837f, 19.761f, 20.307f, 21.184f,
+ 22.997f, 22.284f, 22.086f, 21.615f, 21.142f, 20.632f, 20.144f, 19.147f, 18.136f, 17.373f,
+ 16.785f, 16.271f, 15.632f, 14.847f, 14.130f, 13.408f, 12.631f, 11.798f, 11.082f, 10.733f,
+ 10.329f, 10.127f, 12.546f, 12.820f, 15.290f, 15.546f, 16.568f, 18.234f, 18.361f, 17.446f,
+ 16.997f, 16.742f, 16.948f, 16.553f, 17.426f, 19.542f, 24.700f, 26.558f, 25.574f, 23.570f,
+ 21.963f, 22.519f, 23.588f, 23.959f, 22.591f, 22.114f, 23.332f, 26.426f, 28.284f, 30.341f,
+ 31.433f, 31.283f, 31.117f, 31.596f, 30.563f, 28.159f, 25.538f, 25.691f, 27.841f, 28.600f,
+ 32.533f, 36.899f, 38.970f, 41.651f, 46.206f, 48.666f, 48.107f, 45.242f, 47.015f, 48.806f,
+ 49.616f, 49.832f, 50.005f, 51.846f, 49.203f, 48.970f, 48.786f, 47.510f, 46.237f, 45.552f,
+ 45.048f, 44.938f, 45.371f, 45.013f, 44.036f, 44.361f, 45.252f, 46.356f, 47.067f, 46.723f,
+ 47.361f, 47.685f, 48.633f, 48.060f, 48.638f, 49.669f, 49.180f, 48.457f, 48.343f, 47.985f,
+ 48.113f, 49.355f, 49.970f, 48.839f, 46.055f, 43.870f, 43.379f, 41.425f, 38.629f, 36.716f,
+ 34.188f, 32.741f, 31.166f, 28.361f, 27.379f, 25.135f, 22.684f, 20.156f, 17.609f, 15.446f,
+ 13.606f
+},{
+-29.534f,-27.865f,-24.741f,-21.844f,-18.189f,-15.386f,-14.844f,-12.759f,-10.339f, -8.906f,
+ -6.689f, -4.647f, -2.412f,  1.357f,  5.676f,  9.011f, 12.056f, 14.836f, 13.289f, 12.278f,
+ 14.264f, 10.369f, 11.217f, 11.990f, 14.534f, 16.613f, 15.894f, 14.464f, 14.419f, 14.737f,
+ 15.552f, 17.503f, 20.371f, 21.913f, 23.853f, 25.577f, 26.714f, 27.074f, 26.194f, 25.353f,
+ 24.914f, 23.342f, 22.596f, 21.805f, 21.324f, 21.433f, 21.171f, 21.243f, 21.521f, 18.293f,
+ 18.301f, 18.016f, 17.562f, 17.604f, 18.234f, 19.057f, 19.765f, 22.960f, 22.922f, 21.914f,
+ 22.944f, 24.099f, 23.245f, 22.425f, 22.109f, 21.822f, 21.210f, 20.463f, 19.201f, 18.137f,
+ 16.982f, 16.273f, 15.655f, 14.998f, 14.191f, 13.418f, 12.485f, 11.826f, 11.096f, 10.563f,
+ 10.033f,  9.905f, 10.429f, 10.989f, 11.786f, 13.499f, 15.282f, 17.237f, 17.811f, 17.591f,
+ 16.757f, 16.210f, 16.158f, 15.951f, 15.816f, 17.326f, 20.984f, 25.957f, 26.021f, 25.190f,
+ 23.883f, 21.991f, 22.407f, 22.965f, 23.025f, 22.790f, 24.188f, 25.330f, 26.929f, 30.179f,
+ 31.546f, 31.718f, 31.502f, 32.046f, 31.603f, 28.279f, 26.031f, 24.934f, 26.527f, 27.728f,
+ 30.134f, 34.456f, 38.013f, 40.139f, 44.998f, 46.912f, 47.887f, 44.456f, 46.072f, 48.802f,
+ 47.837f, 48.677f, 51.152f, 50.728f, 50.571f, 50.685f, 50.028f, 47.513f, 45.615f, 44.643f,
+ 44.892f, 44.441f, 44.538f, 44.131f, 42.692f, 43.024f, 44.565f, 45.533f, 45.788f, 46.040f,
+ 46.826f, 47.043f, 47.789f, 47.210f, 46.716f, 48.096f, 47.357f, 48.183f, 48.079f, 47.224f,
+ 47.473f, 48.408f, 49.272f, 48.533f, 45.403f, 44.082f, 42.920f, 41.345f, 38.921f, 36.961f,
+ 34.468f, 32.717f, 31.112f, 28.276f, 27.259f, 25.151f, 22.681f, 20.170f, 17.589f, 15.439f,
+ 13.606f
+},{
+-29.534f,-27.858f,-24.665f,-21.753f,-18.195f,-15.452f,-14.835f,-12.659f,-10.107f, -8.614f,
+ -6.205f, -3.991f, -1.675f,  1.769f,  5.916f, 10.055f, 13.417f, 15.862f, 14.224f, 12.716f,
+ 14.619f, 10.803f, 11.632f, 12.865f, 14.739f, 17.272f, 16.934f, 15.039f, 14.977f, 15.045f,
+ 15.547f, 17.438f, 19.743f, 22.194f, 24.179f, 25.803f, 27.246f, 26.646f, 26.346f, 25.153f,
+ 24.467f, 23.726f, 22.471f, 21.860f, 21.231f, 21.588f, 21.070f, 21.128f, 19.511f, 19.079f,
+ 18.796f, 18.945f, 18.551f, 17.949f, 18.620f, 19.614f, 20.048f, 20.934f, 21.138f, 24.234f,
+ 25.249f, 24.186f, 24.752f, 24.201f, 23.339f, 22.729f, 22.350f, 21.693f, 20.519f, 19.023f,
+ 17.573f, 16.519f, 15.752f, 15.071f, 14.152f, 13.391f, 12.539f, 11.840f, 11.210f, 10.474f,
+  9.890f,  9.404f,  9.648f,  9.593f, 10.888f, 11.683f, 13.659f, 15.487f, 16.908f, 17.157f,
+ 16.942f, 16.466f, 15.867f, 15.076f, 14.806f, 16.182f, 18.527f, 24.702f, 25.834f, 24.851f,
+ 24.082f, 22.824f, 22.397f, 22.366f, 22.361f, 22.268f, 23.071f, 23.606f, 25.512f, 27.653f,
+ 30.007f, 31.606f, 32.335f, 33.284f, 32.620f, 30.289f, 27.742f, 25.887f, 27.412f, 28.285f,
+ 29.022f, 32.069f, 35.868f, 39.096f, 42.115f, 44.076f, 46.268f, 44.511f, 45.338f, 47.426f,
+ 48.638f, 47.538f, 49.946f, 49.958f, 51.977f, 52.593f, 50.290f, 47.902f, 46.000f, 44.714f,
+ 44.569f, 44.694f, 44.059f, 42.913f, 41.445f, 42.459f, 43.830f, 44.198f, 44.724f, 44.971f,
+ 45.367f, 46.038f, 47.165f, 46.513f, 44.688f, 46.149f, 45.965f, 46.815f, 47.523f, 46.682f,
+ 46.880f, 47.220f, 48.557f, 48.093f, 44.877f, 43.904f, 42.567f, 41.466f, 39.437f, 37.085f,
+ 34.733f, 32.390f, 30.947f, 28.200f, 27.066f, 25.126f, 22.654f, 20.185f, 17.570f, 15.431f,
+ 13.606f
+},{
+-29.534f,-27.853f,-24.591f,-21.645f,-18.181f,-15.590f,-14.763f,-12.487f, -9.869f, -8.231f,
+ -5.629f, -3.271f, -0.833f,  2.365f,  6.334f, 10.625f, 14.113f, 16.758f, 15.703f, 13.417f,
+ 14.793f, 11.489f, 12.038f, 13.143f, 14.829f, 17.094f, 17.228f, 16.001f, 15.661f, 15.448f,
+ 15.894f, 17.342f, 19.200f, 21.642f, 24.267f, 26.250f, 27.707f, 26.574f, 26.004f, 25.197f,
+ 24.562f, 24.092f, 22.633f, 22.110f, 21.742f, 22.345f, 21.296f, 21.180f, 20.181f, 19.475f,
+ 19.345f, 19.445f, 19.421f, 19.152f, 19.198f, 19.921f, 20.557f, 21.618f, 22.933f, 22.642f,
+ 22.478f, 23.033f, 24.020f, 26.116f, 24.905f, 23.921f, 23.911f, 22.839f, 21.555f, 20.361f,
+ 18.372f, 16.821f, 15.775f, 15.094f, 14.295f, 13.570f, 12.784f, 12.027f, 11.389f, 10.493f,
+  9.780f,  9.152f,  9.006f,  9.111f,  9.411f, 10.193f, 11.846f, 14.082f, 16.287f, 16.712f,
+ 16.617f, 16.232f, 15.606f, 14.330f, 16.558f, 18.130f, 19.340f, 24.026f, 25.344f, 24.359f,
+ 23.284f, 21.650f, 20.171f, 20.802f, 21.103f, 20.681f, 21.466f, 22.402f, 23.756f, 25.827f,
+ 28.106f, 30.013f, 31.334f, 33.168f, 33.658f, 33.426f, 30.368f, 27.193f, 28.160f, 27.771f,
+ 27.461f, 29.163f, 32.442f, 35.690f, 38.945f, 42.108f, 44.068f, 44.542f, 44.446f, 45.654f,
+ 48.376f, 46.319f, 47.110f, 49.680f, 50.915f, 52.964f, 50.246f, 48.196f, 46.384f, 45.423f,
+ 45.712f, 45.111f, 43.604f, 42.290f, 41.365f, 41.790f, 43.021f, 43.171f, 43.635f, 44.465f,
+ 44.783f, 45.372f, 45.910f, 45.481f, 42.712f, 44.601f, 44.929f, 44.814f, 46.503f, 46.011f,
+ 46.213f, 46.320f, 47.778f, 47.537f, 44.576f, 43.583f, 42.642f, 41.609f, 39.981f, 37.323f,
+ 34.987f, 31.998f, 30.825f, 28.104f, 26.822f, 25.069f, 22.607f, 20.201f, 17.555f, 15.423f,
+ 13.606f
+},{
+-29.534f,-27.848f,-24.521f,-21.520f,-18.139f,-15.771f,-14.651f,-12.289f, -9.660f, -7.801f,
+ -5.090f, -2.710f, -0.272f,  2.978f,  6.889f, 10.628f, 14.298f, 17.657f, 17.063f, 13.906f,
+ 14.875f, 12.449f, 12.338f, 13.218f, 15.054f, 16.980f, 17.334f, 16.820f, 16.579f, 16.177f,
+ 16.516f, 17.416f, 19.038f, 20.935f, 23.615f, 26.014f, 27.547f, 26.127f, 25.595f, 24.695f,
+ 24.802f, 24.617f, 23.232f, 22.784f, 22.287f, 21.921f, 22.085f, 21.845f, 20.674f, 19.881f,
+ 19.615f, 19.811f, 20.174f, 20.307f, 20.120f, 20.208f, 20.724f, 21.813f, 22.621f, 22.759f,
+ 23.471f, 23.658f, 24.010f, 25.421f, 26.892f, 25.756f, 26.050f, 24.699f, 22.533f, 21.972f,
+ 19.429f, 17.607f, 16.271f, 15.167f, 14.390f, 13.610f, 12.930f, 12.399f, 11.697f, 10.703f,
+  9.923f,  9.386f,  8.763f,  8.690f,  8.648f,  9.241f, 10.701f, 12.881f, 15.101f, 16.232f,
+ 16.254f, 16.002f, 15.280f, 15.548f, 19.235f, 20.892f, 19.610f, 23.241f, 25.027f, 23.769f,
+ 23.077f, 21.308f, 19.886f, 19.779f, 20.147f, 20.817f, 21.613f, 22.690f, 23.438f, 24.999f,
+ 26.666f, 29.152f, 31.820f, 34.425f, 35.793f, 35.128f, 32.418f, 29.146f, 27.687f, 26.968f,
+ 26.463f, 27.412f, 29.614f, 32.045f, 34.360f, 37.402f, 43.444f, 43.043f, 43.578f, 44.710f,
+ 45.486f, 45.808f, 46.589f, 48.893f, 50.381f, 50.720f, 49.311f, 48.285f, 47.377f, 46.672f,
+ 46.709f, 45.442f, 43.418f, 42.007f, 40.648f, 40.924f, 42.127f, 42.530f, 42.778f, 44.391f,
+ 44.966f, 45.949f, 45.463f, 45.186f, 42.236f, 43.936f, 43.966f, 43.324f, 45.195f, 45.051f,
+ 45.466f, 45.571f, 46.719f, 46.813f, 44.714f, 43.615f, 42.818f, 41.516f, 40.197f, 37.757f,
+ 35.205f, 31.739f, 30.846f, 27.965f, 26.564f, 24.992f, 22.551f, 20.214f, 17.541f, 15.414f,
+ 13.606f
+},{
+-29.534f,-27.844f,-24.454f,-21.380f,-18.059f,-15.950f,-14.517f,-12.098f, -9.510f, -7.400f,
+ -4.653f, -2.299f,  0.079f,  3.514f,  7.382f, 10.761f, 14.603f, 18.434f, 17.697f, 14.096f,
+ 14.871f, 13.127f, 12.795f, 13.861f, 15.200f, 17.027f, 17.405f, 17.421f, 17.593f, 17.118f,
+ 16.896f, 17.665f, 18.825f, 20.440f, 22.505f, 25.907f, 27.382f, 26.365f, 25.635f, 25.146f,
+ 24.473f, 24.494f, 23.834f, 23.578f, 23.041f, 22.849f, 22.969f, 22.872f, 21.633f, 20.593f,
+ 20.033f, 20.359f, 20.982f, 21.274f, 20.968f, 20.775f, 21.250f, 22.204f, 22.763f, 22.981f,
+ 23.564f, 24.142f, 24.538f, 24.686f, 28.629f, 28.327f, 27.073f, 25.850f, 24.353f, 22.283f,
+ 20.479f, 18.566f, 17.106f, 15.736f, 14.633f, 13.861f, 13.264f, 12.844f, 12.149f, 11.290f,
+ 10.216f,  9.382f,  8.487f,  7.872f,  7.869f,  8.443f,  9.403f, 11.327f, 13.967f, 15.677f,
+ 16.804f, 15.432f, 15.102f, 17.403f, 20.866f, 19.099f, 18.549f, 22.326f, 24.098f, 24.508f,
+ 24.169f, 22.182f, 20.792f, 19.493f, 19.081f, 20.190f, 20.819f, 22.097f, 22.998f, 24.003f,
+ 25.489f, 27.853f, 31.410f, 36.313f, 36.965f, 35.964f, 33.889f, 30.188f, 28.047f, 27.069f,
+ 26.381f, 26.753f, 28.247f, 29.939f, 30.694f, 36.085f, 43.335f, 43.467f, 42.678f, 44.277f,
+ 44.986f, 45.025f, 45.603f, 47.975f, 51.084f, 52.180f, 49.330f, 49.635f, 48.018f, 47.150f,
+ 48.087f, 45.700f, 43.694f, 41.611f, 39.777f, 40.626f, 41.818f, 41.680f, 42.158f, 44.184f,
+ 44.452f, 45.957f, 45.242f, 45.196f, 43.352f, 42.783f, 43.393f, 42.573f, 43.844f, 44.224f,
+ 44.808f, 44.702f, 45.589f, 46.096f, 45.145f, 43.790f, 42.637f, 41.178f, 39.905f, 38.250f,
+ 35.352f, 31.672f, 31.018f, 27.779f, 26.327f, 24.912f, 22.497f, 20.221f, 17.529f, 15.404f,
+ 13.606f
+},{
+-29.534f,-27.841f,-24.390f,-21.229f,-17.938f,-16.080f,-14.370f,-11.927f, -9.433f, -7.085f,
+ -4.283f, -1.891f,  0.525f,  3.940f,  7.644f, 11.373f, 15.108f, 18.532f, 17.439f, 13.633f,
+ 14.591f, 13.377f, 13.473f, 14.576f, 15.444f, 16.873f, 17.630f, 17.824f, 18.531f, 17.993f,
+ 17.492f, 17.772f, 18.992f, 19.870f, 21.651f, 25.845f, 26.556f, 26.396f, 25.794f, 25.476f,
+ 25.119f, 24.255f, 24.205f, 25.014f, 24.014f, 23.629f, 24.111f, 23.849f, 22.925f, 21.710f,
+ 20.827f, 21.040f, 21.635f, 22.412f, 21.917f, 21.464f, 21.842f, 22.901f, 23.404f, 23.830f,
+ 24.222f, 24.359f, 24.644f, 24.768f, 24.342f, 25.604f, 25.050f, 24.853f, 24.518f, 22.725f,
+ 20.790f, 19.248f, 17.555f, 15.881f, 14.741f, 14.402f, 14.005f, 13.472f, 12.914f, 11.945f,
+ 10.675f,  9.484f,  8.362f,  7.522f,  7.189f,  7.625f,  8.341f,  9.911f, 12.455f, 14.390f,
+ 16.331f, 15.955f, 15.972f, 17.036f, 19.374f, 18.789f, 20.377f, 21.712f, 23.681f, 25.011f,
+ 24.881f, 22.413f, 21.035f, 19.929f, 19.285f, 19.383f, 20.505f, 21.650f, 22.839f, 23.268f,
+ 24.178f, 26.177f, 29.701f, 33.566f, 36.582f, 36.022f, 33.149f, 29.679f, 27.527f, 27.080f,
+ 26.407f, 26.617f, 27.890f, 28.934f, 29.298f, 37.322f, 43.291f, 42.751f, 42.135f, 43.562f,
+ 44.224f, 44.773f, 45.549f, 45.828f, 51.578f, 52.963f, 51.283f, 49.310f, 49.141f, 48.396f,
+ 48.733f, 46.870f, 44.141f, 41.230f, 39.540f, 40.296f, 41.312f, 40.885f, 41.829f, 45.263f,
+ 45.307f, 45.594f, 45.572f, 44.547f, 43.190f, 41.290f, 42.911f, 42.322f, 42.287f, 43.497f,
+ 44.151f, 44.039f, 44.665f, 45.508f, 45.203f, 43.430f, 42.155f, 40.799f, 39.322f, 38.584f,
+ 35.413f, 31.721f, 31.268f, 27.559f, 26.134f, 24.841f, 22.454f, 20.222f, 17.519f, 15.393f,
+ 13.606f
+},{
+-29.534f,-27.838f,-24.330f,-21.070f,-17.776f,-16.117f,-14.200f,-11.756f, -9.418f, -6.869f,
+ -3.907f, -1.399f,  1.173f,  4.303f,  7.820f, 12.096f, 15.555f, 17.964f, 16.519f, 12.815f,
+ 14.465f, 13.556f, 13.988f, 14.877f, 15.863f, 16.730f, 17.919f, 18.421f, 19.514f, 18.884f,
+ 18.241f, 18.232f, 19.498f, 19.446f, 21.528f, 25.300f, 26.074f, 27.017f, 25.964f, 25.697f,
+ 23.581f, 25.107f, 25.961f, 26.093f, 24.159f, 24.672f, 24.250f, 24.518f, 24.000f, 23.171f,
+ 22.081f, 22.059f, 22.507f, 23.115f, 22.884f, 22.214f, 22.567f, 23.023f, 24.088f, 24.469f,
+ 24.913f, 24.668f, 24.779f, 25.331f, 24.728f, 23.617f, 22.854f, 23.789f, 23.733f, 23.227f,
+ 21.197f, 19.255f, 17.480f, 16.093f, 14.877f, 14.638f, 14.597f, 14.202f, 13.809f, 12.801f,
+ 11.271f,  9.841f,  8.417f,  7.415f,  7.209f,  7.341f,  7.621f,  7.748f, 11.371f, 14.324f,
+ 13.662f, 14.059f, 14.148f, 15.824f, 18.235f, 20.255f, 21.128f, 21.908f, 22.085f, 23.126f,
+ 23.888f, 22.158f, 21.603f, 20.888f, 20.143f, 19.409f, 20.876f, 22.493f, 24.230f, 24.776f,
+ 24.607f, 26.040f, 29.836f, 33.258f, 34.752f, 35.717f, 33.239f, 29.754f, 28.955f, 27.320f,
+ 26.524f, 27.292f, 28.717f, 29.407f, 29.607f, 38.465f, 43.029f, 42.697f, 41.625f, 45.074f,
+ 45.807f, 46.017f, 45.813f, 45.739f, 48.571f, 44.668f, 51.853f, 48.389f, 49.306f, 48.233f,
+ 48.497f, 48.385f, 44.503f, 41.177f, 39.194f, 40.626f, 40.872f, 40.445f, 40.740f, 43.606f,
+ 44.699f, 45.209f, 46.153f, 43.589f, 42.118f, 40.714f, 41.948f, 42.618f, 41.043f, 42.604f,
+ 43.381f, 43.593f, 43.736f, 44.866f, 44.488f, 42.496f, 41.729f, 40.488f, 38.887f, 38.637f,
+ 35.418f, 31.760f, 31.488f, 27.340f, 25.997f, 24.790f, 22.432f, 20.213f, 17.509f, 15.382f,
+ 13.606f
+},{
+-29.534f,-27.837f,-24.272f,-20.906f,-17.576f,-16.031f,-13.991f,-11.555f, -9.432f, -6.722f,
+ -3.481f, -0.881f,  1.823f,  4.715f,  8.213f, 12.545f, 15.960f, 17.613f, 15.652f, 12.250f,
+ 14.387f, 13.581f, 14.070f, 15.049f, 16.031f, 16.940f, 18.184f, 19.253f, 19.977f, 19.755f,
+ 19.078f, 18.582f, 19.134f, 19.592f, 21.792f, 24.516f, 25.942f, 26.723f, 26.439f, 25.567f,
+ 24.658f, 23.199f, 24.912f, 24.808f, 25.002f, 25.723f, 25.305f, 24.953f, 24.926f, 24.637f,
+ 23.628f, 22.890f, 22.708f, 23.378f, 23.609f, 23.157f, 23.476f, 23.664f, 24.301f, 25.152f,
+ 25.625f, 25.319f, 25.191f, 25.186f, 24.776f, 23.915f, 22.905f, 21.959f, 22.510f, 22.956f,
+ 22.698f, 19.039f, 17.490f, 16.650f, 15.258f, 14.987f, 14.960f, 15.060f, 14.745f, 13.517f,
+ 11.930f, 10.287f,  8.526f,  7.441f,  7.301f,  7.121f,  4.554f,  7.567f, 10.487f, 12.113f,
+ 12.343f, 13.445f, 13.439f, 15.328f, 20.480f, 21.327f, 21.736f, 21.333f, 20.872f, 22.753f,
+ 23.894f, 22.135f, 21.395f, 20.969f, 20.431f, 20.108f, 21.291f, 23.873f, 27.037f, 28.501f,
+ 26.649f, 27.712f, 29.742f, 31.482f, 34.439f, 34.874f, 31.979f, 29.649f, 28.740f, 27.964f,
+ 26.717f, 28.181f, 30.031f, 30.806f, 31.529f, 37.213f, 42.088f, 43.112f, 42.876f, 46.097f,
+ 48.223f, 48.052f, 50.617f, 47.476f, 45.549f, 41.503f, 47.574f, 47.703f, 48.101f, 48.414f,
+ 48.236f, 47.941f, 44.853f, 40.853f, 39.449f, 40.381f, 40.477f, 39.426f, 39.184f, 41.661f,
+ 41.977f, 43.124f, 44.902f, 42.426f, 41.314f, 40.404f, 40.709f, 42.485f, 40.898f, 41.457f,
+ 42.597f, 42.993f, 42.837f, 44.091f, 43.422f, 41.650f, 41.334f, 40.126f, 38.836f, 38.412f,
+ 35.411f, 31.706f, 31.596f, 27.162f, 25.906f, 24.764f, 22.435f, 20.195f, 17.500f, 15.371f,
+ 13.606f
+},{
+-29.534f,-27.836f,-24.217f,-20.744f,-17.349f,-15.811f,-13.726f,-11.301f, -9.422f, -6.597f,
+ -3.031f, -0.437f,  2.245f,  5.216f,  8.829f, 12.838f, 16.435f, 17.910f, 15.459f, 11.825f,
+ 14.062f, 14.179f, 14.615f, 15.578f, 16.567f, 17.494f, 18.453f, 19.944f, 20.579f, 20.770f,
+ 19.934f, 19.012f, 19.207f, 20.006f, 22.100f, 24.237f, 26.653f, 27.013f, 27.080f, 26.766f,
+ 25.100f, 25.440f, 26.439f, 25.798f, 25.368f, 26.060f, 26.398f, 26.397f, 25.761f, 25.697f,
+ 24.771f, 23.851f, 23.321f, 23.731f, 24.177f, 24.075f, 24.035f, 24.290f, 24.967f, 25.765f,
+ 25.904f, 25.760f, 25.543f, 25.288f, 24.599f, 23.915f, 22.918f, 22.423f, 22.387f, 22.403f,
+ 23.065f, 19.606f, 18.388f, 17.649f, 16.277f, 16.191f, 15.558f, 15.867f, 15.806f, 14.483f,
+ 12.982f, 10.964f,  9.002f,  8.046f,  7.983f,  5.531f,  5.286f,  7.046f,  6.526f,  9.303f,
+  9.000f, 11.431f, 12.674f, 14.569f, 16.015f, 20.145f, 22.538f, 20.179f, 20.136f, 20.630f,
+ 21.569f, 21.015f, 20.507f, 19.677f, 20.178f, 19.774f, 20.885f, 22.985f, 25.402f, 26.481f,
+ 26.504f, 27.053f, 27.404f, 29.286f, 32.656f, 32.577f, 31.143f, 29.343f, 28.412f, 28.505f,
+ 27.749f, 29.019f, 32.060f, 32.830f, 33.460f, 36.839f, 40.039f, 42.474f, 43.499f, 43.900f,
+ 45.726f, 47.020f, 47.223f, 48.546f, 46.414f, 39.049f, 48.953f, 48.668f, 46.634f, 48.345f,
+ 48.029f, 47.138f, 44.395f, 41.003f, 39.506f, 40.019f, 39.343f, 38.490f, 38.129f, 40.336f,
+ 40.457f, 40.397f, 41.717f, 41.486f, 40.655f, 40.107f, 39.595f, 41.118f, 41.162f, 40.202f,
+ 41.764f, 42.337f, 42.334f, 43.339f, 42.586f, 41.173f, 40.599f, 39.589f, 38.901f, 37.953f,
+ 35.405f, 31.561f, 31.559f, 27.055f, 25.843f, 24.760f, 22.466f, 20.166f, 17.492f, 15.359f,
+ 13.606f
+},{
+-29.534f,-27.836f,-24.164f,-20.587f,-17.108f,-15.473f,-13.402f,-11.000f, -9.337f, -6.449f,
+ -2.621f, -0.081f,  2.463f,  5.670f,  9.330f, 13.263f, 16.866f, 18.298f, 15.582f, 11.374f,
+ 14.352f, 15.483f, 15.627f, 15.922f, 17.481f, 17.975f, 18.802f, 20.620f, 21.822f, 21.876f,
+ 20.926f, 19.731f, 19.492f, 20.188f, 22.091f, 24.209f, 27.029f, 28.154f, 28.613f, 26.876f,
+ 26.493f, 26.264f, 26.011f, 25.938f, 26.021f, 26.320f, 27.135f, 27.514f, 26.345f, 26.679f,
+ 25.629f, 24.868f, 24.113f, 24.425f, 24.887f, 24.950f, 24.639f, 24.863f, 25.372f, 25.643f,
+ 25.942f, 26.109f, 25.610f, 25.321f, 24.629f, 23.804f, 23.389f, 22.994f, 23.014f, 23.088f,
+ 23.512f, 22.296f, 20.461f, 21.282f, 19.670f, 17.937f, 17.237f, 16.669f, 16.623f, 15.230f,
+ 14.320f, 11.443f, 10.281f, 10.681f,  8.987f,  5.623f,  5.295f,  4.294f,  5.356f,  8.141f,
+  9.154f, 10.954f, 11.653f, 13.161f, 15.020f, 18.332f, 20.108f, 20.026f, 19.385f, 19.103f,
+ 19.019f, 19.259f, 18.843f, 18.694f, 18.923f, 18.788f, 18.831f, 21.135f, 22.949f, 24.652f,
+ 25.056f, 25.013f, 27.014f, 28.892f, 30.358f, 30.499f, 29.130f, 28.704f, 28.291f, 28.480f,
+ 29.004f, 31.021f, 32.540f, 33.083f, 33.722f, 36.441f, 39.322f, 42.077f, 43.169f, 43.186f,
+ 44.352f, 46.020f, 47.718f, 48.848f, 44.595f, 40.733f, 49.278f, 49.611f, 45.956f, 46.995f,
+ 47.189f, 46.464f, 44.308f, 40.701f, 39.290f, 38.628f, 37.660f, 37.940f, 36.775f, 37.784f,
+ 38.595f, 38.163f, 38.809f, 39.656f, 38.901f, 39.329f, 38.713f, 39.795f, 41.126f, 39.381f,
+ 40.837f, 41.728f, 41.908f, 42.652f, 41.955f, 40.662f, 39.610f, 38.958f, 38.492f, 37.293f,
+ 35.353f, 31.390f, 31.388f, 27.031f, 25.781f, 24.769f, 22.520f, 20.128f, 17.484f, 15.346f,
+ 13.606f
+},{
+-29.534f,-27.837f,-24.112f,-20.440f,-16.868f,-15.055f,-13.039f,-10.694f, -9.143f, -6.249f,
+ -2.288f,  0.269f,  2.693f,  5.911f,  9.509f, 13.805f, 17.195f, 18.505f, 15.444f, 11.145f,
+ 15.693f, 15.637f, 15.369f, 15.624f, 18.247f, 18.334f, 19.261f, 21.250f, 22.895f, 22.852f,
+ 21.985f, 20.671f, 19.988f, 20.470f, 22.434f, 24.446f, 27.722f, 28.618f, 29.866f, 27.253f,
+ 26.336f, 26.855f, 26.229f, 26.005f, 26.679f, 26.778f, 27.348f, 27.784f, 27.409f, 26.967f,
+ 26.421f, 25.929f, 25.140f, 24.919f, 25.311f, 25.451f, 25.458f, 25.615f, 26.531f, 26.602f,
+ 26.532f, 26.835f, 26.651f, 26.420f, 25.843f, 25.429f, 25.204f, 24.397f, 24.348f, 24.512f,
+ 25.081f, 24.463f, 22.243f, 21.840f, 22.758f, 20.970f, 18.972f, 18.321f, 17.239f, 16.663f,
+ 15.327f, 12.786f, 11.138f, 12.795f, 10.655f,  4.414f,  2.715f,  3.764f,  7.300f,  8.246f,
+  7.836f,  9.161f,  9.427f, 11.343f, 13.952f, 15.763f, 17.547f, 19.005f, 18.225f, 18.578f,
+ 18.132f, 18.077f, 17.383f, 17.326f, 16.934f, 16.708f, 17.222f, 19.977f, 21.997f, 22.852f,
+ 22.833f, 23.772f, 25.195f, 26.539f, 28.185f, 28.569f, 28.266f, 28.163f, 28.573f, 29.077f,
+ 30.290f, 31.888f, 32.318f, 33.102f, 33.438f, 36.376f, 39.411f, 41.920f, 43.318f, 43.082f,
+ 44.248f, 46.068f, 48.386f, 48.411f, 42.135f, 42.678f, 47.630f, 49.545f, 45.186f, 46.210f,
+ 47.303f, 45.847f, 43.060f, 40.459f, 38.592f, 37.468f, 36.597f, 37.256f, 35.538f, 35.119f,
+ 35.762f, 35.574f, 37.018f, 37.262f, 36.107f, 37.513f, 37.149f, 38.287f, 40.858f, 39.063f,
+ 40.008f, 40.944f, 41.245f, 42.070f, 41.202f, 39.991f, 39.113f, 38.369f, 37.226f, 36.511f,
+ 35.172f, 31.258f, 31.105f, 27.072f, 25.702f, 24.780f, 22.591f, 20.083f, 17.475f, 15.333f,
+ 13.606f
+},{
+-29.534f,-27.838f,-24.060f,-20.307f,-16.644f,-14.608f,-12.674f,-10.450f, -8.839f, -5.974f,
+ -2.015f,  0.676f,  3.083f,  6.003f,  9.612f, 14.250f, 17.561f, 18.917f, 15.476f, 11.353f,
+ 16.826f, 14.923f, 14.371f, 15.671f, 18.777f, 18.848f, 19.712f, 21.692f, 23.315f, 23.646f,
+ 22.824f, 21.535f, 20.554f, 21.343f, 23.019f, 25.351f, 27.599f, 29.875f, 30.967f, 29.473f,
+ 26.998f, 27.670f, 27.119f, 26.712f, 27.343f, 27.378f, 27.524f, 27.986f, 28.238f, 27.088f,
+ 26.635f, 26.356f, 25.526f, 25.477f, 25.543f, 25.774f, 25.870f, 26.575f, 27.104f, 27.692f,
+ 27.990f, 28.499f, 28.495f, 28.214f, 27.868f, 27.657f, 27.927f, 27.802f, 26.778f, 25.866f,
+ 24.724f, 24.367f, 24.619f, 23.382f, 23.857f, 22.393f, 21.322f, 21.982f, 19.394f, 18.226f,
+ 17.424f, 15.666f, 13.215f, 11.099f,  7.473f,  4.232f,  3.476f,  4.735f,  6.980f,  6.231f,
+  6.074f,  6.566f,  7.388f,  8.256f, 12.298f, 14.098f, 14.671f, 16.806f, 16.363f, 16.488f,
+ 16.953f, 16.352f, 15.956f, 15.424f, 15.232f, 15.278f, 16.707f, 18.870f, 20.076f, 20.576f,
+ 21.220f, 22.225f, 23.673f, 25.094f, 26.433f, 26.872f, 26.785f, 26.897f, 28.994f, 30.354f,
+ 31.289f, 31.472f, 33.021f, 32.466f, 32.984f, 35.842f, 37.965f, 40.279f, 43.700f, 42.787f,
+ 44.180f, 47.154f, 49.299f, 47.124f, 40.782f, 43.195f, 44.762f, 48.629f, 44.741f, 46.606f,
+ 46.695f, 44.492f, 41.808f, 39.402f, 37.155f, 35.793f, 36.318f, 36.169f, 34.405f, 32.938f,
+ 32.610f, 33.576f, 35.295f, 34.957f, 33.958f, 35.803f, 34.847f, 35.543f, 39.433f, 38.724f,
+ 39.415f, 40.161f, 40.962f, 41.673f, 40.302f, 39.725f, 39.522f, 37.711f, 35.339f, 35.782f,
+ 34.795f, 31.184f, 30.720f, 27.135f, 25.595f, 24.780f, 22.671f, 20.031f, 17.465f, 15.319f,
+ 13.606f
+},{
+-29.534f,-27.841f,-24.007f,-20.191f,-16.452f,-14.189f,-12.359f,-10.329f, -8.454f, -5.599f,
+ -1.736f,  1.126f,  3.576f,  6.245f, 10.028f, 14.562f, 17.953f, 19.368f, 16.025f, 12.169f,
+ 16.837f, 15.423f, 14.549f, 16.062f, 18.410f, 19.497f, 20.165f, 21.927f, 23.536f, 23.848f,
+ 23.249f, 22.330f, 21.632f, 22.066f, 24.115f, 25.906f, 27.974f, 31.002f, 31.430f, 30.884f,
+ 28.346f, 28.432f, 28.075f, 27.025f, 27.479f, 28.200f, 28.047f, 27.649f, 28.346f, 28.887f,
+ 26.091f, 28.275f, 26.014f, 26.193f, 25.584f, 25.569f, 25.914f, 26.714f, 27.673f, 28.559f,
+ 29.431f, 29.943f, 30.080f, 31.186f, 30.606f, 30.384f, 29.205f, 29.349f, 27.831f, 25.377f,
+ 25.459f, 25.660f, 25.577f, 23.555f, 23.975f, 24.410f, 21.556f, 20.704f, 20.884f, 18.497f,
+ 17.230f, 15.554f, 13.150f,  9.760f,  5.594f,  3.099f,  2.861f,  4.359f,  4.401f,  3.820f,
+  3.243f,  3.743f,  4.407f,  5.894f,  9.800f, 12.047f, 12.415f, 15.100f, 14.310f, 13.704f,
+ 14.584f, 14.839f, 14.408f, 13.911f, 13.536f, 14.532f, 15.413f, 17.109f, 18.005f, 18.568f,
+ 20.012f, 21.100f, 23.179f, 25.388f, 25.774f, 25.632f, 26.257f, 27.149f, 29.421f, 30.674f,
+ 31.063f, 30.891f, 31.772f, 31.357f, 32.230f, 34.107f, 36.779f, 38.398f, 42.250f, 43.028f,
+ 45.255f, 47.572f, 48.498f, 43.147f, 42.194f, 44.444f, 46.672f, 48.473f, 45.159f, 46.836f,
+ 45.781f, 43.576f, 40.854f, 37.483f, 35.772f, 34.340f, 34.841f, 33.912f, 32.508f, 30.912f,
+ 30.724f, 32.050f, 33.962f, 33.061f, 32.366f, 34.155f, 33.515f, 32.860f, 35.936f, 38.192f,
+ 38.900f, 39.591f, 41.002f, 41.056f, 39.422f, 40.130f, 40.056f, 36.661f, 33.539f, 35.295f,
+ 34.207f, 31.135f, 30.225f, 27.167f, 25.460f, 24.759f, 22.748f, 19.975f, 17.454f, 15.305f,
+ 13.606f
+},{
+-29.534f,-27.844f,-23.953f,-20.093f,-16.300f,-13.850f,-12.137f,-10.356f, -8.031f, -5.111f,
+ -1.385f,  1.561f,  4.046f,  6.853f, 10.786f, 14.904f, 18.190f, 19.313f, 16.249f, 13.385f,
+ 16.750f, 16.351f, 15.101f, 15.846f, 17.792f, 19.747f, 20.495f, 22.175f, 23.826f, 24.022f,
+ 23.640f, 22.987f, 22.811f, 23.395f, 24.992f, 26.929f, 28.757f, 31.543f, 32.671f, 31.200f,
+ 29.694f, 28.919f, 28.625f, 28.179f, 28.500f, 28.456f, 28.109f, 28.417f, 28.588f, 28.686f,
+ 27.889f, 26.652f, 27.357f, 26.233f, 25.897f, 25.500f, 25.875f, 27.174f, 28.637f, 29.020f,
+ 31.714f, 31.624f, 31.542f, 31.601f, 32.328f, 31.618f, 30.666f, 30.016f, 29.281f, 26.991f,
+ 25.870f, 24.663f, 23.765f, 22.282f, 21.637f, 22.453f, 22.419f, 22.303f, 21.653f, 19.860f,
+ 17.204f, 14.950f, 12.048f,  8.885f,  5.173f,  2.021f,  1.060f,  2.143f,  1.539f,  0.082f,
+ -1.156f, -0.314f,  0.287f,  3.495f,  7.870f,  9.020f, 10.118f, 11.949f, 11.841f, 12.036f,
+ 12.599f, 12.759f, 13.004f, 13.225f, 13.683f, 13.685f, 14.118f, 14.891f, 16.294f, 17.911f,
+ 20.147f, 22.067f, 24.184f, 26.087f, 25.918f, 25.256f, 26.239f, 28.042f, 29.953f, 31.016f,
+ 29.809f, 29.556f, 30.270f, 29.779f, 31.795f, 33.889f, 37.763f, 41.384f, 42.496f, 43.180f,
+ 46.366f, 48.151f, 46.227f, 43.084f, 43.049f, 45.537f, 46.977f, 47.768f, 46.447f, 46.411f,
+ 44.796f, 42.758f, 39.731f, 35.775f, 34.742f, 33.733f, 33.053f, 32.420f, 31.152f, 29.320f,
+ 29.331f, 30.658f, 32.361f, 31.863f, 31.097f, 32.129f, 32.982f, 31.089f, 31.938f, 37.221f,
+ 38.095f, 38.734f, 40.058f, 39.600f, 38.571f, 40.408f, 39.403f, 35.074f, 32.406f, 35.063f,
+ 33.444f, 31.056f, 29.615f, 27.120f, 25.308f, 24.710f, 22.812f, 19.917f, 17.443f, 15.290f,
+ 13.606f
+},{
+-29.534f,-27.848f,-23.897f,-20.014f,-16.194f,-13.622f,-12.031f,-10.502f, -7.612f, -4.520f,
+ -0.938f,  1.967f,  4.487f,  7.709f, 11.554f, 15.321f, 18.315f, 19.190f, 16.006f, 14.331f,
+ 17.584f, 16.305f, 14.808f, 15.479f, 17.562f, 19.140f, 20.857f, 22.181f, 23.701f, 24.182f,
+ 24.340f, 23.620f, 23.253f, 24.642f, 26.214f, 27.794f, 29.464f, 32.374f, 33.128f, 31.974f,
+ 30.727f, 29.606f, 29.510f, 29.019f, 29.112f, 29.412f, 29.369f, 29.004f, 28.734f, 28.779f,
+ 27.769f, 27.558f, 26.582f, 26.182f, 26.637f, 26.321f, 26.712f, 27.770f, 30.501f, 31.119f,
+ 30.758f, 31.246f, 32.488f, 33.354f, 33.627f, 33.277f, 32.511f, 31.783f, 29.821f, 28.852f,
+ 26.204f, 22.785f, 21.058f, 20.689f, 20.169f, 20.305f, 20.720f, 21.632f, 21.372f, 19.485f,
+ 16.402f, 12.684f, 10.016f,  7.395f,  3.669f,  0.299f, -2.046f, -2.433f, -3.124f, -4.257f,
+ -3.744f, -2.665f, -0.843f,  1.096f,  4.763f,  5.939f,  7.923f,  8.266f,  8.611f,  8.914f,
+ 10.228f, 11.350f, 12.026f, 12.213f, 12.541f, 12.896f, 13.041f, 13.607f, 15.226f, 17.702f,
+ 21.541f, 24.675f, 26.439f, 26.578f, 26.850f, 27.011f, 28.153f, 29.622f, 30.246f, 30.410f,
+ 29.526f, 28.521f, 28.693f, 28.794f, 30.528f, 33.128f, 31.055f, 30.834f, 37.560f, 44.374f,
+ 44.921f, 47.591f, 47.390f, 43.123f, 44.225f, 46.475f, 46.046f, 46.594f, 46.296f, 46.198f,
+ 44.127f, 42.374f, 38.764f, 34.287f, 33.721f, 32.698f, 31.814f, 30.485f, 29.280f, 27.720f,
+ 27.167f, 28.865f, 30.000f, 30.666f, 30.251f, 30.617f, 32.282f, 30.483f, 30.005f, 35.460f,
+ 36.785f, 37.200f, 37.936f, 37.440f, 37.622f, 39.508f, 37.215f, 33.223f, 31.917f, 34.829f,
+ 32.579f, 30.905f, 28.914f, 26.970f, 25.151f, 24.633f, 22.857f, 19.861f, 17.430f, 15.275f,
+ 13.606f
+},{
+-29.534f,-27.853f,-23.839f,-19.951f,-16.130f,-13.515f,-12.028f,-10.682f, -7.216f, -3.868f,
+ -0.429f,  2.372f,  4.998f,  8.513f, 12.087f, 15.651f, 18.541f, 19.667f, 16.516f, 14.980f,
+ 18.122f, 15.894f, 14.248f, 15.595f, 17.049f, 18.554f, 20.751f, 22.353f, 23.742f, 24.410f,
+ 24.901f, 24.066f, 24.065f, 25.418f, 27.152f, 28.563f, 30.759f, 33.035f, 33.759f, 32.430f,
+ 31.463f, 30.281f, 29.918f, 30.242f, 30.449f, 30.033f, 29.686f, 29.388f, 29.255f, 29.023f,
+ 28.775f, 27.226f, 27.046f, 26.921f, 27.222f, 28.041f, 28.629f, 31.070f, 30.447f, 30.889f,
+ 31.533f, 32.311f, 31.879f, 33.245f, 33.624f, 32.760f, 32.075f, 32.401f, 30.653f, 28.287f,
+ 26.372f, 22.204f, 19.766f, 19.091f, 18.425f, 18.037f, 17.959f, 18.473f, 19.251f, 15.996f,
+ 13.119f,  9.789f,  7.110f,  4.675f,  1.484f, -2.369f, -5.508f, -7.503f, -7.303f, -7.689f,
+ -8.208f, -6.206f, -3.087f, -0.471f,  2.909f,  4.301f,  5.029f,  5.880f,  5.693f,  5.505f,
+  7.937f,  9.695f, 10.634f, 10.716f, 11.205f, 11.686f, 12.295f, 12.873f, 14.868f, 17.831f,
+ 22.845f, 28.835f, 28.132f, 27.267f, 27.281f, 28.047f, 29.539f, 30.860f, 30.212f, 29.249f,
+ 28.869f, 28.431f, 27.188f, 27.655f, 29.100f, 29.407f, 28.620f, 28.950f, 31.298f, 37.090f,
+ 37.884f, 45.798f, 43.624f, 43.273f, 46.350f, 46.312f, 45.433f, 45.356f, 44.001f, 43.452f,
+ 44.025f, 40.745f, 37.069f, 33.332f, 31.646f, 31.384f, 29.869f, 28.159f, 27.248f, 25.776f,
+ 25.200f, 25.821f, 26.646f, 28.517f, 29.642f, 29.746f, 31.455f, 30.975f, 30.383f, 33.375f,
+ 35.149f, 35.266f, 35.894f, 35.212f, 36.423f, 37.348f, 34.492f, 31.588f, 31.558f, 34.236f,
+ 31.701f, 30.669f, 28.187f, 26.717f, 25.000f, 24.533f, 22.876f, 19.808f, 17.415f, 15.260f,
+ 13.606f
+},{
+-29.534f,-27.858f,-23.777f,-19.902f,-16.102f,-13.510f,-12.081f,-10.776f, -6.838f, -3.218f,
+  0.070f,  2.788f,  5.617f,  9.120f, 12.469f, 15.796f, 18.842f, 20.134f, 17.530f, 15.651f,
+ 17.031f, 15.404f, 14.150f, 15.814f, 16.946f, 18.897f, 19.954f, 22.355f, 23.888f, 24.697f,
+ 25.255f, 24.696f, 25.277f, 26.437f, 27.946f, 29.783f, 31.495f, 33.914f, 34.648f, 32.637f,
+ 32.004f, 31.073f, 30.646f, 30.844f, 31.388f, 31.142f, 30.473f, 29.846f, 29.394f, 29.425f,
+ 29.365f, 27.526f, 27.338f, 27.263f, 28.404f, 29.606f, 31.187f, 31.180f, 32.208f, 32.143f,
+ 33.847f, 32.489f, 32.068f, 30.946f, 29.678f, 29.299f, 29.226f, 29.793f, 28.795f, 28.643f,
+ 25.099f, 21.969f, 19.177f, 17.835f, 17.055f, 16.414f, 15.941f, 15.278f, 14.629f, 12.643f,
+ 10.560f,  7.984f,  5.528f,  3.110f, -0.850f, -5.602f, -8.504f,-10.739f,-11.015f,-13.061f,
+-11.410f,-10.020f, -6.514f, -3.274f, -2.799f, -1.130f,  1.203f,  2.623f,  3.976f,  3.572f,
+  5.661f,  7.552f,  8.302f,  9.655f, 10.096f, 10.491f, 10.872f, 10.981f, 13.151f, 16.926f,
+ 24.088f, 29.591f, 28.108f, 26.639f, 26.077f, 26.481f, 28.154f, 29.715f, 28.533f, 28.517f,
+ 28.358f, 28.132f, 26.711f, 27.158f, 27.733f, 28.211f, 28.503f, 28.259f, 29.470f, 29.527f,
+ 39.073f, 39.786f, 39.050f, 42.868f, 46.822f, 46.065f, 44.912f, 45.104f, 43.596f, 43.159f,
+ 42.673f, 39.458f, 34.870f, 30.947f, 30.065f, 29.471f, 27.717f, 26.519f, 25.097f, 23.652f,
+ 22.891f, 23.220f, 23.422f, 25.233f, 28.403f, 28.766f, 30.359f, 31.118f, 31.451f, 31.776f,
+ 33.355f, 33.175f, 34.316f, 33.169f, 34.863f, 34.797f, 32.418f, 30.438f, 30.915f, 33.125f,
+ 30.905f, 30.357f, 27.525f, 26.390f, 24.860f, 24.421f, 22.868f, 19.761f, 17.399f, 15.244f,
+ 13.606f
+},{
+-29.534f,-27.865f,-23.712f,-19.863f,-16.097f,-13.569f,-12.118f,-10.668f, -6.446f, -2.626f,
+  0.501f,  3.170f,  6.213f,  9.608f, 12.862f, 15.888f, 19.000f, 19.948f, 17.478f, 15.943f,
+ 15.701f, 14.913f, 14.702f, 15.883f, 17.413f, 19.059f, 19.790f, 21.941f, 24.240f, 24.911f,
+ 25.338f, 25.250f, 25.704f, 27.054f, 29.127f, 30.680f, 32.334f, 34.538f, 35.061f, 33.691f,
+ 32.538f, 32.258f, 31.927f, 31.372f, 32.005f, 32.032f, 31.441f, 30.297f, 29.658f, 29.365f,
+ 29.264f, 28.848f, 26.861f, 27.143f, 29.276f, 31.041f, 31.621f, 32.835f, 33.015f, 32.916f,
+ 34.822f, 32.115f, 31.913f, 31.906f, 28.358f, 27.643f, 27.118f, 26.503f, 26.912f, 27.515f,
+ 23.455f, 20.878f, 18.494f, 16.505f, 15.583f, 14.740f, 13.918f, 13.072f, 11.975f, 10.365f,
+  8.374f,  6.413f,  4.035f,  0.550f, -3.867f, -8.310f,-10.484f,-13.130f,-14.556f,-14.998f,
+-15.079f,-12.667f,-10.069f, -6.918f, -6.313f, -5.191f, -2.758f, -0.369f,  1.935f,  0.709f,
+  3.734f,  5.846f,  7.459f,  8.111f,  9.383f, 10.028f, 10.453f, 10.034f, 12.230f, 15.752f,
+ 20.298f, 24.499f, 25.715f, 24.964f, 25.083f, 24.702f, 26.094f, 26.641f, 26.261f, 26.146f,
+ 26.941f, 26.870f, 26.957f, 27.023f, 26.096f, 26.413f, 26.515f, 27.235f, 25.130f, 29.055f,
+ 34.161f, 35.293f, 36.853f, 44.137f, 46.377f, 45.082f, 44.650f, 43.717f, 43.887f, 43.032f,
+ 41.969f, 38.109f, 33.099f, 29.817f, 29.154f, 27.570f, 25.903f, 24.540f, 22.483f, 21.339f,
+ 20.260f, 21.474f, 22.235f, 22.149f, 26.188f, 27.286f, 29.188f, 30.557f, 31.729f, 31.040f,
+ 31.377f, 31.067f, 32.646f, 31.432f, 33.025f, 32.658f, 31.231f, 29.706f, 30.074f, 31.689f,
+ 30.265f, 29.980f, 27.005f, 26.028f, 24.728f, 24.308f, 22.834f, 19.720f, 17.382f, 15.227f,
+ 13.606f
+},{
+-29.534f,-27.871f,-23.644f,-19.827f,-16.099f,-13.641f,-12.061f,-10.280f, -5.999f, -2.112f,
+  0.850f,  3.473f,  6.624f, 10.064f, 13.230f, 16.069f, 18.901f, 19.793f, 17.079f, 16.160f,
+ 15.908f, 15.082f, 15.187f, 15.909f, 17.533f, 18.759f, 19.981f, 21.813f, 24.062f, 25.170f,
+ 25.447f, 25.722f, 26.287f, 27.769f, 29.436f, 31.591f, 33.330f, 35.298f, 35.502f, 34.060f,
+ 33.226f, 32.657f, 32.301f, 31.924f, 32.384f, 32.462f, 31.888f, 30.988f, 30.094f, 29.555f,
+ 29.418f, 29.232f, 27.802f, 28.893f, 30.850f, 31.538f, 32.708f, 33.553f, 34.923f, 35.139f,
+ 33.695f, 31.271f, 30.187f, 29.771f, 29.044f, 27.603f, 26.235f, 24.964f, 24.947f, 24.054f,
+ 21.570f, 19.539f, 17.272f, 15.293f, 14.025f, 13.039f, 11.955f, 11.000f,  9.822f,  8.378f,
+  6.333f,  3.927f,  1.269f, -2.368f, -6.429f, -9.731f,-12.792f,-15.168f,-17.660f,-18.760f,
+-17.336f,-15.490f,-14.135f,-10.131f, -8.206f, -7.529f, -5.639f, -1.890f, -0.587f, -0.867f,
+  1.623f,  4.240f,  5.436f,  6.766f,  8.198f, 10.061f, 11.305f, 11.301f, 11.837f, 12.916f,
+ 14.434f, 16.606f, 19.863f, 21.806f, 22.411f, 22.090f, 23.884f, 25.218f, 24.534f, 24.702f,
+ 25.833f, 26.931f, 29.200f, 27.904f, 25.473f, 23.041f, 20.530f, 23.124f, 23.303f, 26.731f,
+ 34.187f, 37.167f, 40.781f, 45.690f, 45.268f, 44.007f, 43.669f, 42.814f, 42.729f, 42.772f,
+ 40.009f, 36.729f, 32.511f, 30.627f, 29.276f, 26.520f, 24.840f, 22.961f, 20.671f, 19.467f,
+ 18.615f, 20.337f, 21.007f, 19.592f, 23.769f, 25.206f, 27.593f, 29.653f, 30.598f, 30.833f,
+ 29.535f, 29.403f, 30.863f, 30.238f, 31.164f, 31.083f, 30.399f, 29.188f, 29.428f, 30.305f,
+ 29.804f, 29.555f, 26.652f, 25.672f, 24.597f, 24.207f, 22.776f, 19.687f, 17.363f, 15.210f,
+ 13.606f
+},{
+-29.534f,-27.879f,-23.572f,-19.791f,-16.091f,-13.672f,-11.843f, -9.598f, -5.456f, -1.653f,
+  1.156f,  3.726f,  6.861f, 10.455f, 13.457f, 16.282f, 18.566f, 19.899f, 18.064f, 17.738f,
+ 17.223f, 15.681f, 15.046f, 15.764f, 17.542f, 18.890f, 20.284f, 22.179f, 23.652f, 25.288f,
+ 25.608f, 26.138f, 26.749f, 28.134f, 30.119f, 32.039f, 34.373f, 35.903f, 35.839f, 34.203f,
+ 33.751f, 33.061f, 32.456f, 32.271f, 32.748f, 32.759f, 32.140f, 31.589f, 30.590f, 29.908f,
+ 29.355f, 29.302f, 29.370f, 28.631f, 31.136f, 30.816f, 32.512f, 34.167f, 37.119f, 34.901f,
+ 33.039f, 30.714f, 30.876f, 29.373f, 28.406f, 27.020f, 25.663f, 23.086f, 21.256f, 20.509f,
+ 18.527f, 16.614f, 14.188f, 12.736f, 11.980f, 10.873f,  9.127f,  7.864f,  7.181f,  6.150f,
+  4.160f,  1.580f, -1.450f, -4.765f, -7.626f,-11.797f,-14.364f,-14.966f,-19.525f,-20.620f,
+-19.364f,-17.872f,-15.890f,-12.894f, -9.424f, -7.728f, -6.113f, -2.680f, -0.794f, -1.452f,
+  0.094f,  3.354f,  5.211f,  6.400f,  8.326f,  9.268f, 10.654f, 10.986f, 10.981f, 11.465f,
+ 12.137f, 14.245f, 16.810f, 18.545f, 19.548f, 20.291f, 21.972f, 23.260f, 22.952f, 23.202f,
+ 24.049f, 26.192f, 30.234f, 27.817f, 22.736f, 17.233f, 14.199f, 21.025f, 25.067f, 28.379f,
+ 36.194f, 42.536f, 44.511f, 44.537f, 43.787f, 42.885f, 42.745f, 42.160f, 41.302f, 40.773f,
+ 37.209f, 35.823f, 32.028f, 30.485f, 28.659f, 25.978f, 24.584f, 22.128f, 20.053f, 17.998f,
+ 18.779f, 19.478f, 19.376f, 18.308f, 21.194f, 22.680f, 25.398f, 28.263f, 29.132f, 30.210f,
+ 28.462f, 28.437f, 29.084f, 29.237f, 29.419f, 29.850f, 29.511f, 28.740f, 29.137f, 29.215f,
+ 29.462f, 29.105f, 26.424f, 25.349f, 24.459f, 24.124f, 22.700f, 19.661f, 17.343f, 15.193f,
+ 13.606f
+},{
+-29.534f,-27.887f,-23.497f,-19.746f,-16.059f,-13.619f,-11.433f, -8.672f, -4.791f, -1.201f,
+  1.482f,  4.023f,  7.133f, 10.776f, 13.642f, 16.407f, 18.170f, 19.376f, 19.419f, 20.288f,
+ 18.798f, 16.026f, 15.033f, 15.451f, 17.588f, 19.025f, 20.643f, 22.436f, 24.066f, 24.973f,
+ 26.099f, 26.436f, 27.634f, 28.887f, 30.637f, 32.720f, 35.168f, 36.476f, 36.415f, 34.654f,
+ 34.147f, 33.315f, 32.419f, 32.575f, 33.032f, 33.238f, 32.651f, 32.583f, 31.397f, 30.222f,
+ 29.838f, 29.838f, 29.088f, 29.374f, 30.313f, 29.993f, 31.749f, 32.252f, 35.859f, 35.396f,
+ 32.954f, 32.178f, 31.122f, 28.433f, 26.670f, 25.547f, 24.040f, 21.820f, 19.297f, 17.666f,
+ 16.393f, 13.942f, 12.351f, 11.133f, 10.099f,  8.759f,  6.025f,  5.136f,  5.085f,  4.070f,
+  1.916f, -0.484f, -3.429f, -6.780f, -9.741f,-13.555f,-15.184f,-18.309f,-20.584f,-21.231f,
+-19.952f,-19.080f,-17.552f,-13.627f, -9.624f, -7.288f, -5.858f, -3.475f, -2.324f, -1.289f,
+ -0.453f,  2.838f,  4.950f,  7.183f,  9.591f, 10.720f, 11.496f, 11.883f, 10.974f, 11.221f,
+ 11.896f, 13.392f, 14.688f, 16.084f, 17.340f, 18.853f, 21.164f, 21.819f, 21.544f, 22.143f,
+ 22.826f, 24.197f, 27.446f, 28.706f, 18.511f, 11.647f, 11.431f, 25.490f, 29.204f, 33.303f,
+ 39.531f, 43.995f, 44.481f, 43.828f, 43.254f, 43.254f, 42.269f, 41.583f, 39.929f, 38.812f,
+ 35.166f, 34.133f, 30.466f, 29.055f, 28.280f, 25.430f, 24.335f, 21.951f, 19.912f, 18.877f,
+ 19.383f, 18.744f, 18.814f, 17.958f, 19.017f, 20.332f, 23.352f, 26.427f, 28.319f, 28.939f,
+ 27.925f, 27.731f, 27.179f, 27.709f, 27.760f, 28.802f, 28.607f, 28.277f, 28.892f, 28.367f,
+ 29.120f, 28.674f, 26.224f, 25.069f, 24.310f, 24.061f, 22.610f, 19.644f, 17.322f, 15.176f,
+ 13.606f
+},{
+-29.534f,-27.896f,-23.420f,-19.690f,-15.991f,-13.458f,-10.839f, -7.599f, -3.996f, -0.705f,
+  1.870f,  4.430f,  7.622f, 11.158f, 14.023f, 16.472f, 18.030f, 18.860f, 19.954f, 21.793f,
+ 20.328f, 16.184f, 15.322f, 15.335f, 17.419f, 19.270f, 20.779f, 22.449f, 24.428f, 25.177f,
+ 26.289f, 27.034f, 27.200f, 29.060f, 31.176f, 33.130f, 35.879f, 37.078f, 36.469f, 35.329f,
+ 34.591f, 33.523f, 32.871f, 32.534f, 33.073f, 33.449f, 32.928f, 33.265f, 32.494f, 31.204f,
+ 30.241f, 29.688f, 28.643f, 28.865f, 27.502f, 29.129f, 30.525f, 31.107f, 34.524f, 34.612f,
+ 32.924f, 32.113f, 32.884f, 28.662f, 26.678f, 24.401f, 22.929f, 20.929f, 19.257f, 17.636f,
+ 15.281f, 12.899f, 11.103f,  9.988f,  8.338f,  6.925f,  5.428f,  3.513f,  2.751f,  1.311f,
+ -1.592f, -3.139f, -5.479f, -9.444f,-12.677f,-15.005f,-16.878f,-19.555f,-20.833f,-21.359f,
+-20.823f,-18.733f,-15.890f,-12.937f,-10.578f, -8.736f, -7.062f, -4.985f, -3.136f, -0.711f,
+ -0.009f,  2.220f,  4.540f,  7.214f,  9.143f, 10.621f, 12.146f, 12.948f, 11.688f, 11.655f,
+ 12.433f, 12.730f, 13.343f, 14.242f, 15.334f, 17.256f, 19.169f, 20.116f, 21.178f, 22.784f,
+ 22.319f, 22.740f, 24.742f, 22.974f, 13.159f,  9.244f, 18.650f, 31.255f, 35.799f, 38.473f,
+ 40.470f, 42.733f, 44.752f, 43.810f, 40.494f, 41.763f, 42.273f, 41.317f, 38.639f, 36.707f,
+ 32.941f, 31.339f, 29.090f, 28.342f, 27.518f, 24.964f, 23.441f, 21.279f, 19.576f, 20.005f,
+ 19.513f, 18.869f, 18.589f, 17.872f, 17.835f, 18.747f, 21.557f, 24.381f, 27.109f, 27.757f,
+ 26.790f, 26.739f, 25.502f, 25.747f, 26.211f, 27.858f, 27.800f, 27.722f, 28.234f, 27.549f,
+ 28.662f, 28.307f, 25.942f, 24.823f, 24.147f, 24.014f, 22.512f, 19.633f, 17.299f, 15.158f,
+ 13.606f
+},{
+-29.534f,-27.906f,-23.341f,-19.616f,-15.881f,-13.186f,-10.107f, -6.489f, -3.093f, -0.140f,
+  2.314f,  4.903f,  8.251f, 11.696f, 14.601f, 16.579f, 18.223f, 20.262f, 21.149f, 22.179f,
+ 21.156f, 16.557f, 15.614f, 15.593f, 17.354f, 19.420f, 21.126f, 22.571f, 24.233f, 26.056f,
+ 26.273f, 27.719f, 28.079f, 29.140f, 31.160f, 33.292f, 36.201f, 37.750f, 36.552f, 35.593f,
+ 35.068f, 34.374f, 33.208f, 32.565f, 32.848f, 33.327f, 33.375f, 33.432f, 34.127f, 32.608f,
+ 31.928f, 30.254f, 29.254f, 28.273f, 27.679f, 28.566f, 29.572f, 28.943f, 34.105f, 34.527f,
+ 32.527f, 30.796f, 31.022f, 28.443f, 25.617f, 24.309f, 22.194f, 19.435f, 17.732f, 16.229f,
+ 13.829f, 12.140f,  9.965f,  8.741f,  7.307f,  5.328f,  3.908f,  2.150f,  1.026f, -1.122f,
+ -4.390f, -5.625f, -6.965f,-10.433f,-14.581f,-15.899f,-17.661f,-18.931f,-20.582f,-21.303f,
+-20.906f,-18.880f,-15.666f,-12.359f,-10.656f, -8.876f, -7.504f, -6.115f, -4.669f, -1.813f,
+ -0.226f,  1.500f,  3.913f,  7.607f,  8.626f,  9.609f, 11.097f, 12.399f, 12.617f, 12.698f,
+ 13.283f, 13.216f, 13.357f, 13.686f, 14.486f, 15.552f, 16.913f, 18.028f, 19.708f, 21.249f,
+ 22.278f, 21.741f, 21.601f, 14.446f,  9.019f, 16.803f, 27.551f, 35.626f, 39.142f, 39.545f,
+ 40.758f, 42.225f, 43.346f, 42.330f, 39.958f, 38.406f, 41.328f, 39.103f, 38.413f, 33.114f,
+ 31.034f, 29.524f, 28.027f, 27.903f, 26.798f, 24.514f, 22.697f, 20.439f, 19.280f, 19.810f,
+ 19.017f, 19.044f, 18.311f, 18.137f, 17.417f, 17.957f, 20.311f, 22.889f, 25.180f, 26.797f,
+ 25.140f, 25.454f, 24.385f, 24.068f, 24.864f, 26.858f, 26.994f, 27.029f, 27.053f, 26.650f,
+ 28.038f, 28.028f, 25.508f, 24.594f, 23.975f, 23.969f, 22.407f, 19.628f, 17.275f, 15.140f,
+ 13.606f
+},{
+-29.534f,-27.916f,-23.261f,-19.522f,-15.728f,-12.823f, -9.311f, -5.442f, -2.135f,  0.489f,
+  2.769f,  5.311f,  8.736f, 12.255f, 15.064f, 16.735f, 18.428f, 22.714f, 23.043f, 22.456f,
+ 21.201f, 17.175f, 16.108f, 16.043f, 17.720f, 19.423f, 21.232f, 22.521f, 24.222f, 26.095f,
+ 27.169f, 27.659f, 28.309f, 29.469f, 30.751f, 33.734f, 35.811f, 37.852f, 37.140f, 35.937f,
+ 35.116f, 34.166f, 33.218f, 33.014f, 32.906f, 33.301f, 33.634f, 33.717f, 35.063f, 34.837f,
+ 34.104f, 32.397f, 30.717f, 29.730f, 27.782f, 26.017f, 27.859f, 27.626f, 33.892f, 33.867f,
+ 32.289f, 31.145f, 29.856f, 28.733f, 26.239f, 23.783f, 20.625f, 18.333f, 16.316f, 14.651f,
+ 12.508f, 11.189f,  9.140f,  7.106f,  6.684f,  4.455f,  2.717f,  1.177f, -0.303f, -0.690f,
+ -5.234f, -7.556f, -7.818f,-11.187f,-14.893f,-16.502f,-18.094f,-19.400f,-20.283f,-19.783f,
+-19.028f,-17.853f,-14.730f,-11.730f,-10.546f, -9.884f, -9.317f, -8.577f, -5.203f, -3.052f,
+ -1.302f,  0.161f,  2.957f,  5.523f,  7.084f,  8.815f,  9.907f, 11.193f, 12.194f, 12.449f,
+ 13.656f, 14.913f, 14.794f, 14.487f, 14.763f, 14.870f, 15.404f, 15.743f, 17.209f, 19.677f,
+ 21.221f, 21.498f, 18.231f,  9.542f,  9.130f, 19.955f, 30.870f, 37.645f, 38.886f, 39.648f,
+ 40.268f, 40.967f, 41.084f, 41.153f, 38.556f, 36.509f, 39.493f, 39.401f, 35.937f, 32.465f,
+ 31.923f, 29.809f, 27.672f, 26.803f, 26.051f, 24.171f, 21.834f, 20.706f, 19.368f, 18.921f,
+ 17.680f, 18.266f, 18.450f, 18.282f, 17.783f, 17.704f, 19.611f, 21.791f, 23.652f, 25.774f,
+ 24.482f, 24.184f, 23.380f, 22.890f, 23.754f, 25.647f, 26.068f, 26.207f, 25.669f, 25.749f,
+ 27.288f, 27.814f, 24.916f, 24.357f, 23.797f, 23.911f, 22.298f, 19.628f, 17.250f, 15.121f,
+ 13.606f
+},{
+-29.534f,-27.926f,-23.182f,-19.407f,-15.535f,-12.400f, -8.532f, -4.521f, -1.195f,  1.147f,
+  3.181f,  5.554f,  8.879f, 12.601f, 15.201f, 16.882f, 18.527f, 23.159f, 22.930f, 22.022f,
+ 21.169f, 17.725f, 16.344f, 16.580f, 18.034f, 19.782f, 21.399f, 22.840f, 24.507f, 26.201f,
+ 27.746f, 28.079f, 28.904f, 29.556f, 31.618f, 32.843f, 36.510f, 37.953f, 36.986f, 37.058f,
+ 35.666f, 34.917f, 33.871f, 33.244f, 33.018f, 33.258f, 33.626f, 34.059f, 35.263f, 35.528f,
+ 35.035f, 33.502f, 31.445f, 30.270f, 27.968f, 27.418f, 27.202f, 28.673f, 33.448f, 34.987f,
+ 34.296f, 31.267f, 30.281f, 28.819f, 26.242f, 22.380f, 18.644f, 17.472f, 15.550f, 14.109f,
+ 11.134f,  9.582f,  7.587f,  7.024f,  4.659f,  2.882f,  1.103f,  0.167f, -1.707f, -2.549f,
+ -4.977f, -9.657f,-12.094f,-13.183f,-15.095f,-16.427f,-17.525f,-18.054f,-18.837f,-18.437f,
+-17.391f,-16.123f,-13.774f,-11.500f,-10.624f,-11.120f,-11.345f, -8.675f, -6.108f, -3.976f,
+ -2.305f, -0.924f,  1.255f,  3.654f,  5.393f,  7.304f,  8.755f, 10.156f, 11.361f, 12.362f,
+ 13.576f, 15.147f, 15.399f, 14.914f, 14.414f, 13.629f, 13.805f, 14.514f, 15.352f, 17.707f,
+ 20.579f, 20.898f, 13.858f,  7.480f,  5.654f, 16.864f, 29.289f, 37.017f, 38.538f, 39.785f,
+ 39.887f, 40.649f, 39.782f, 39.567f, 36.894f, 34.317f, 37.340f, 36.162f, 33.961f, 33.543f,
+ 32.377f, 29.968f, 27.334f, 25.826f, 25.177f, 23.413f, 21.484f, 21.033f, 19.674f, 18.067f,
+ 16.416f, 16.530f, 18.547f, 18.202f, 17.929f, 17.735f, 18.865f, 20.431f, 22.584f, 24.876f,
+ 24.746f, 23.079f, 22.188f, 21.948f, 22.882f, 24.296f, 25.076f, 25.285f, 24.466f, 24.979f,
+ 26.508f, 27.589f, 24.233f, 24.092f, 23.615f, 23.822f, 22.183f, 19.629f, 17.224f, 15.103f,
+ 13.606f
+},{
+-29.534f,-27.938f,-23.103f,-19.272f,-15.312f,-11.958f, -7.839f, -3.755f, -0.360f,  1.775f,
+  3.518f,  5.641f,  8.784f, 12.710f, 15.184f, 16.983f, 18.810f, 21.506f, 20.989f, 20.584f,
+ 20.999f, 18.122f, 16.417f, 17.239f, 18.210f, 19.866f, 21.644f, 23.278f, 24.795f, 27.067f,
+ 28.268f, 29.008f, 28.988f, 29.928f, 31.466f, 32.873f, 34.366f, 37.307f, 38.243f, 37.291f,
+ 36.728f, 35.451f, 34.242f, 33.561f, 33.457f, 33.211f, 33.229f, 33.478f, 34.801f, 35.385f,
+ 34.514f, 33.136f, 31.353f, 29.792f, 28.004f, 27.510f, 29.114f, 29.470f, 33.060f, 35.622f,
+ 33.209f, 31.242f, 30.441f, 28.941f, 25.873f, 21.264f, 16.690f, 15.893f, 14.360f, 13.348f,
+ 10.621f,  7.747f,  4.059f,  6.725f,  3.043f,  1.515f, -0.081f, -2.330f, -2.670f, -4.212f,
+ -7.489f, -8.873f,-13.589f,-15.855f,-15.602f,-16.321f,-16.492f,-16.417f,-17.178f,-16.259f,
+-15.482f,-14.365f,-13.083f,-11.617f,-11.045f,-11.623f,-10.600f, -8.248f, -6.620f, -5.493f,
+ -3.270f, -2.499f, -0.043f,  2.469f,  3.808f,  6.605f,  8.437f,  9.749f, 10.616f, 12.525f,
+ 13.519f, 13.799f, 13.787f, 13.969f, 13.690f, 12.950f, 12.938f, 14.474f, 15.000f, 15.835f,
+ 18.165f, 19.342f, 11.348f,  6.977f,  1.286f,  9.732f, 24.622f, 34.466f, 38.207f, 40.044f,
+ 39.971f, 39.347f, 39.535f, 37.944f, 36.039f, 32.271f, 32.466f, 33.107f, 33.795f, 33.731f,
+ 31.988f, 29.884f, 26.140f, 23.990f, 24.012f, 22.101f, 21.045f, 19.963f, 19.246f, 17.422f,
+ 15.598f, 15.477f, 18.502f, 18.171f, 17.715f, 17.541f, 18.272f, 19.308f, 21.524f, 23.858f,
+ 24.197f, 22.156f, 21.102f, 21.056f, 22.161f, 23.060f, 24.124f, 24.263f, 23.520f, 24.345f,
+ 25.790f, 27.267f, 23.562f, 23.787f, 23.429f, 23.687f, 22.063f, 19.632f, 17.196f, 15.084f,
+ 13.606f
+},{
+-29.534f,-27.949f,-23.028f,-19.121f,-15.070f,-11.533f, -7.275f, -3.142f,  0.294f,  2.298f,
+  3.762f,  5.662f,  8.732f, 12.756f, 15.259f, 16.989f, 19.167f, 20.510f, 20.423f, 19.645f,
+ 20.472f, 18.480f, 16.964f, 17.791f, 18.666f, 20.276f, 21.991f, 23.522f, 25.386f, 27.601f,
+ 28.627f, 29.495f, 30.188f, 30.813f, 31.976f, 33.563f, 35.466f, 35.558f, 36.682f, 37.508f,
+ 37.135f, 36.809f, 35.280f, 34.144f, 33.321f, 33.257f, 33.319f, 33.704f, 34.478f, 34.636f,
+ 34.116f, 32.397f, 31.284f, 29.443f, 28.143f, 27.013f, 27.752f, 29.566f, 31.017f, 35.513f,
+ 36.054f, 34.344f, 32.366f, 29.259f, 25.634f, 21.118f, 18.589f, 15.084f, 12.553f, 12.236f,
+ 10.384f,  5.764f,  3.254f, -0.041f,  1.663f, -0.146f, -2.396f, -4.645f, -5.347f, -5.577f,
+ -6.384f, -8.392f,-11.365f,-15.325f,-15.123f,-15.092f,-14.994f,-13.950f,-13.702f,-11.885f,
+-11.529f,-12.869f,-12.702f,-11.562f,-11.173f,-10.885f, -9.767f, -8.451f, -7.307f, -5.958f,
+ -4.551f, -3.146f, -0.038f,  1.947f,  3.956f,  5.522f,  7.436f,  8.500f,  9.032f, 10.535f,
+ 11.873f, 12.526f, 13.033f, 13.221f, 13.379f, 13.166f, 12.697f, 14.148f, 14.514f, 15.292f,
+ 16.834f, 16.598f, 10.659f,  6.757f,  1.395f,  5.655f, 16.483f, 30.479f, 36.429f, 39.284f,
+ 38.778f, 38.116f, 38.473f, 35.717f, 34.973f, 32.970f, 31.186f, 32.543f, 32.628f, 32.703f,
+ 31.206f, 27.660f, 23.557f, 22.102f, 22.557f, 21.479f, 19.944f, 18.801f, 17.963f, 16.702f,
+ 15.289f, 15.465f, 18.459f, 18.188f, 17.720f, 17.417f, 18.128f, 18.370f, 20.550f, 22.339f,
+ 22.661f, 21.328f, 20.158f, 20.065f, 21.326f, 22.093f, 23.166f, 23.159f, 22.636f, 23.723f,
+ 25.182f, 26.800f, 22.999f, 23.439f, 23.237f, 23.496f, 21.935f, 19.634f, 17.168f, 15.065f,
+ 13.606f
+},{
+-29.534f,-27.961f,-22.956f,-18.956f,-14.821f,-11.152f, -6.854f, -2.664f,  0.725f,  2.638f,
+  3.891f,  5.683f,  8.864f, 12.793f, 15.253f, 16.825f, 18.966f, 20.803f, 21.445f, 19.979f,
+ 20.365f, 19.236f, 17.333f, 18.271f, 19.375f, 20.764f, 22.492f, 23.920f, 25.774f, 27.776f,
+ 28.984f, 29.814f, 30.773f, 31.589f, 32.798f, 34.030f, 36.004f, 37.317f, 36.174f, 35.986f,
+ 38.018f, 38.196f, 37.196f, 35.409f, 34.328f, 33.372f, 33.204f, 33.549f, 33.603f, 33.264f,
+ 33.317f, 32.678f, 31.019f, 29.619f, 28.161f, 26.334f, 26.137f, 28.603f, 30.733f, 32.035f,
+ 34.574f, 35.394f, 31.757f, 29.125f, 26.711f, 19.442f, 18.437f, 14.780f, 10.968f, 10.291f,
+  9.964f,  5.686f,  2.002f, -0.522f, -2.655f, -3.096f, -4.585f, -4.673f, -7.226f, -9.234f,
+ -9.328f,-12.226f,-11.672f,-10.940f,-12.566f,-13.284f,-12.341f, -9.406f, -6.610f, -7.340f,
+ -6.690f,-11.415f,-11.423f,-10.876f,-10.877f,-10.812f,-10.341f, -9.501f, -8.511f, -7.478f,
+ -5.989f, -2.586f, -0.172f,  1.989f,  3.322f,  4.712f,  6.216f,  7.703f,  8.344f,  9.142f,
+ 10.783f, 11.327f, 11.988f, 12.708f, 13.082f, 13.127f, 12.463f, 13.626f, 15.046f, 16.219f,
+ 16.653f, 14.804f, 12.453f,  8.888f,  5.161f,  5.671f, 12.443f, 27.555f, 35.551f, 40.028f,
+ 38.296f, 37.431f, 33.713f, 30.903f, 33.248f, 32.149f, 30.877f, 30.868f, 31.076f, 30.726f,
+ 29.283f, 25.338f, 21.069f, 20.400f, 20.691f, 20.446f, 19.291f, 18.589f, 16.656f, 15.875f,
+ 15.408f, 15.954f, 18.097f, 17.648f, 17.735f, 18.036f, 18.038f, 17.625f, 19.620f, 21.021f,
+ 21.217f, 20.225f, 19.223f, 18.931f, 20.259f, 21.322f, 22.082f, 22.047f, 21.664f, 23.020f,
+ 24.685f, 26.210f, 22.593f, 23.058f, 23.034f, 23.247f, 21.798f, 19.634f, 17.137f, 15.045f,
+ 13.606f
+},{
+-29.534f,-27.974f,-22.890f,-18.785f,-14.578f,-10.827f, -6.558f, -2.305f,  0.938f,  2.740f,
+  3.869f,  5.694f,  9.044f, 12.622f, 14.723f, 16.467f, 18.208f, 20.753f, 21.808f, 20.839f,
+ 20.784f, 20.986f, 17.658f, 18.415f, 19.949f, 21.132f, 22.732f, 24.372f, 26.137f, 27.775f,
+ 28.907f, 30.247f, 31.697f, 32.448f, 33.640f, 34.610f, 35.569f, 37.032f, 39.020f, 38.414f,
+ 37.602f, 38.913f, 39.401f, 37.492f, 35.496f, 34.290f, 33.655f, 32.996f, 32.863f, 33.250f,
+ 32.979f, 31.983f, 31.399f, 29.282f, 27.799f, 26.327f, 25.710f, 25.333f, 27.185f, 30.251f,
+ 30.214f, 28.887f, 28.155f, 28.342f, 26.103f, 20.967f, 15.193f, 14.073f, 10.393f,  7.793f,
+  7.253f,  5.958f,  3.090f,  1.048f, -5.203f, -7.980f, -7.079f, -6.085f, -8.684f,-10.049f,
+-12.651f,-13.808f,-11.391f,-11.023f,-13.173f,-14.782f,-11.881f, -8.983f, -8.357f, -8.251f,
+ -9.817f,-12.472f,-10.932f,-11.434f,-11.722f,-11.460f,-11.451f,-10.559f, -9.863f, -8.283f,
+ -5.324f, -2.019f, -0.617f,  0.954f,  2.179f,  3.651f,  5.088f,  6.592f,  7.460f,  7.925f,
+  9.543f, 10.155f, 10.947f, 11.228f, 12.255f, 12.857f, 13.077f, 13.325f, 14.561f, 15.773f,
+ 16.214f, 15.258f, 16.110f, 11.527f,  7.537f,  6.814f, 15.178f, 29.386f, 36.680f, 39.885f,
+ 38.505f, 36.454f, 30.448f, 29.434f, 32.364f, 30.976f, 29.128f, 28.662f, 29.717f, 28.436f,
+ 27.298f, 24.603f, 21.752f, 19.331f, 19.581f, 19.388f, 18.506f, 17.644f, 15.546f, 15.179f,
+ 15.988f, 16.453f, 17.598f, 17.140f, 17.631f, 17.970f, 17.548f, 17.566f, 18.711f, 20.313f,
+ 19.931f, 18.703f, 18.483f, 17.921f, 19.281f, 20.608f, 20.910f, 21.007f, 20.679f, 22.283f,
+ 24.270f, 25.578f, 22.328f, 22.666f, 22.817f, 22.948f, 21.652f, 19.631f, 17.105f, 15.026f,
+ 13.606f
+},{
+-29.534f,-27.987f,-22.830f,-18.615f,-14.353f,-10.557f, -6.357f, -2.052f,  0.979f,  2.602f,
+  3.667f,  5.633f,  9.040f, 12.119f, 13.627f, 15.963f, 17.762f, 20.302f, 21.564f, 21.542f,
+ 20.688f, 22.637f, 19.213f, 18.117f, 19.256f, 21.245f, 22.813f, 24.642f, 26.458f, 28.060f,
+ 29.009f, 30.428f, 32.286f, 33.468f, 34.548f, 35.412f, 36.125f, 37.019f, 38.750f, 39.577f,
+ 40.460f, 39.546f, 40.035f, 40.313f, 37.691f, 35.281f, 34.236f, 33.291f, 33.114f, 33.167f,
+ 32.943f, 31.795f, 31.038f, 29.889f, 28.067f, 27.055f, 25.914f, 24.551f, 24.263f, 25.052f,
+ 28.194f, 26.734f, 25.688f, 24.140f, 20.004f, 15.112f, 11.071f, 11.525f, 10.160f,  4.655f,
+  4.730f,  5.589f,  4.034f,  0.528f, -9.399f, -9.057f,-11.342f,-10.171f,-10.246f,-11.045f,
+-11.682f,-13.169f,-14.031f,-12.946f,-13.498f,-14.663f,-14.623f,-12.763f,-12.163f,-12.372f,
+-11.860f,-13.023f,-12.620f,-12.937f,-12.507f,-12.287f,-11.882f,-11.292f,-10.109f, -7.715f,
+ -5.758f, -3.350f, -1.318f, -0.539f,  1.076f,  2.900f,  4.607f,  5.453f,  6.456f,  7.636f,
+  8.622f,  9.392f,  9.938f, 10.070f, 11.684f, 12.576f, 12.683f, 12.814f, 13.856f, 15.124f,
+ 15.500f, 15.533f, 18.877f, 14.373f,  9.980f,  6.975f, 14.589f, 28.515f, 37.041f, 38.985f,
+ 38.510f, 35.772f, 28.393f, 28.491f, 29.301f, 29.374f, 26.920f, 27.505f, 28.115f, 25.988f,
+ 24.798f, 24.750f, 23.322f, 18.844f, 18.303f, 18.547f, 17.406f, 16.319f, 15.324f, 14.825f,
+ 15.931f, 16.462f, 17.312f, 16.460f, 16.743f, 16.842f, 17.264f, 17.381f, 18.130f, 19.436f,
+ 18.624f, 17.337f, 17.852f, 17.225f, 18.675f, 19.889f, 19.845f, 20.038f, 19.852f, 21.624f,
+ 23.889f, 24.998f, 22.138f, 22.289f, 22.586f, 22.614f, 21.497f, 19.623f, 17.071f, 15.006f,
+ 13.606f
+},{
+-29.534f,-28.001f,-22.779f,-18.453f,-14.153f,-10.330f, -6.216f, -1.902f,  0.910f,  2.289f,
+  3.304f,  5.464f,  8.796f, 11.531f, 12.582f, 15.426f, 18.006f, 20.663f, 21.889f, 21.635f,
+ 20.390f, 22.862f, 21.672f, 19.553f, 19.298f, 20.047f, 22.604f, 24.483f, 26.472f, 28.386f,
+ 29.427f, 30.954f, 32.603f, 34.001f, 35.470f, 36.379f, 36.937f, 37.740f, 38.452f, 39.735f,
+ 40.121f, 42.287f, 41.385f, 40.972f, 39.963f, 37.990f, 35.138f, 33.900f, 33.436f, 33.210f,
+ 34.210f, 32.260f, 31.245f, 30.229f, 29.520f, 28.297f, 26.938f, 24.928f, 23.110f, 22.302f,
+ 23.908f, 24.618f, 23.923f, 22.382f, 19.006f, 15.017f, 12.455f,  9.544f,  7.559f,  4.251f,
+  0.996f,  1.758f,  1.971f, -3.298f, -8.223f, -9.677f,-11.470f,-14.336f,-13.239f,-12.221f,
+-11.387f,-11.259f,-13.854f,-14.459f,-15.470f,-16.077f,-16.724f,-16.437f,-16.292f,-14.464f,
+-12.084f,-13.583f,-14.285f,-14.064f,-13.161f,-13.121f,-12.676f,-11.660f,-10.516f, -9.198f,
+ -6.735f, -4.579f, -2.907f, -1.533f, -0.176f,  1.800f,  3.059f,  4.283f,  5.635f,  7.188f,
+  8.645f,  9.505f,  9.243f,  9.700f, 11.500f, 12.528f, 12.594f, 12.975f, 14.083f, 16.041f,
+ 16.305f, 16.326f, 17.496f, 15.483f, 12.808f, 17.308f, 20.881f, 33.139f, 36.927f, 37.378f,
+ 37.691f, 36.097f, 27.341f, 25.597f, 24.510f, 27.059f, 24.625f, 25.371f, 25.093f, 23.263f,
+ 23.131f, 22.831f, 21.188f, 17.991f, 17.088f, 17.466f, 17.359f, 16.038f, 15.533f, 15.194f,
+ 15.795f, 15.672f, 16.828f, 15.455f, 16.032f, 16.576f, 17.422f, 16.817f, 18.074f, 18.287f,
+ 17.561f, 16.605f, 16.974f, 16.696f, 18.151f, 19.144f, 19.013f, 19.095f, 19.220f, 21.063f,
+ 23.487f, 24.520f, 21.942f, 21.950f, 22.345f, 22.264f, 21.338f, 19.610f, 17.035f, 14.987f,
+ 13.606f
+},{
+-29.534f,-28.015f,-22.736f,-18.308f,-13.983f,-10.130f, -6.109f, -1.849f,  0.784f,  1.916f,
+  2.870f,  5.218f,  8.471f, 11.252f, 12.264f, 15.101f, 18.355f, 21.524f, 22.462f, 21.064f,
+ 21.026f, 23.108f, 23.292f, 22.119f, 21.867f, 20.540f, 22.804f, 24.767f, 26.622f, 28.761f,
+ 30.237f, 31.700f, 33.080f, 34.192f, 36.120f, 37.358f, 38.088f, 38.722f, 39.014f, 39.442f,
+ 40.163f, 41.602f, 43.548f, 43.267f, 41.743f, 39.174f, 37.844f, 35.388f, 33.799f, 32.710f,
+ 33.728f, 32.260f, 31.410f, 30.604f, 30.034f, 29.659f, 29.109f, 25.612f, 23.124f, 22.265f,
+ 21.191f, 19.295f, 18.744f, 18.097f, 15.585f, 11.892f,  9.064f,  5.901f,  3.615f,  3.179f,
+  1.165f, -1.619f, -3.881f, -8.901f,-10.352f,-10.872f,-11.560f,-12.395f,-13.288f,-14.001f,
+-11.897f,-12.184f,-15.458f,-15.702f,-18.367f,-19.163f,-19.256f,-18.277f,-17.536f,-16.564f,
+-14.069f,-13.704f,-14.430f,-13.163f,-11.621f,-12.521f,-13.194f,-12.908f,-11.676f,-10.065f,
+ -7.791f, -5.126f, -3.892f, -2.426f, -1.050f,  0.291f,  2.337f,  3.523f,  5.339f,  6.409f,
+  8.002f,  9.187f,  9.205f,  9.495f, 10.353f, 11.712f, 13.301f, 14.219f, 13.473f, 13.579f,
+ 16.883f, 17.302f, 16.770f, 15.698f, 14.292f, 27.906f, 26.707f, 32.900f, 35.977f, 36.522f,
+ 36.716f, 35.371f, 27.678f, 22.512f, 21.533f, 25.829f, 23.296f, 23.718f, 23.794f, 22.832f,
+ 21.303f, 20.435f, 19.671f, 17.348f, 16.634f, 16.804f, 17.422f, 16.648f, 15.349f, 16.471f,
+ 15.834f, 15.072f, 15.970f, 15.009f, 16.029f, 17.028f, 17.535f, 16.827f, 18.217f, 17.488f,
+ 16.603f, 16.215f, 16.058f, 16.207f, 17.301f, 18.348f, 18.338f, 18.197f, 18.663f, 20.490f,
+ 23.014f, 24.121f, 21.677f, 21.659f, 22.099f, 21.918f, 21.176f, 19.590f, 16.997f, 14.967f,
+ 13.606f
+},{
+-29.534f,-28.029f,-22.703f,-18.185f,-13.847f, -9.944f, -6.029f, -1.889f,  0.622f,  1.602f,
+  2.499f,  4.975f,  8.253f, 11.347f, 12.672f, 15.260f, 18.391f, 21.790f, 23.161f, 20.783f,
+ 21.722f, 24.116f, 23.286f, 22.228f, 22.993f, 22.804f, 23.695f, 25.782f, 27.260f, 29.226f,
+ 30.959f, 32.493f, 33.718f, 34.913f, 36.743f, 38.185f, 39.207f, 39.741f, 39.735f, 39.921f,
+ 40.615f, 42.232f, 43.643f, 44.702f, 44.549f, 42.333f, 39.551f, 37.417f, 35.463f, 33.316f,
+ 33.173f, 32.156f, 32.228f, 31.018f, 30.456f, 29.746f, 29.401f, 27.337f, 24.162f, 22.378f,
+ 21.063f, 18.321f, 17.558f, 15.416f, 13.053f, 10.874f,  8.282f,  5.563f,  3.230f,  0.277f,
+ -1.184f, -4.876f, -7.920f,-10.708f,-11.831f,-10.077f,-10.743f,-15.370f,-16.181f,-14.547f,
+-16.749f,-13.597f,-16.573f,-16.335f,-18.226f,-20.154f,-20.437f,-18.512f,-18.401f,-17.429f,
+-16.410f,-15.725f,-15.754f,-13.252f,-11.177f,-12.835f,-13.375f,-12.488f,-11.531f, -7.793f,
+ -4.444f, -3.891f, -4.673f, -3.533f, -1.604f,  0.055f,  1.846f,  2.844f,  4.312f,  5.411f,
+  6.952f,  8.507f, 10.308f, 10.923f, 11.289f, 13.007f, 13.941f, 12.667f, 10.781f, 13.477f,
+ 16.521f, 17.056f, 16.446f, 15.961f, 15.355f, 24.295f, 24.730f, 32.362f, 35.371f, 36.234f,
+ 34.646f, 33.528f, 29.121f, 20.609f, 20.391f, 25.691f, 21.664f, 22.318f, 22.490f, 20.769f,
+ 19.478f, 17.879f, 18.218f, 16.766f, 16.112f, 16.249f, 16.830f, 16.091f, 15.472f, 17.211f,
+ 16.123f, 15.153f, 14.830f, 14.503f, 15.710f, 17.237f, 17.690f, 17.295f, 18.053f, 16.774f,
+ 15.675f, 15.790f, 15.456f, 15.730f, 16.271f, 17.501f, 17.656f, 17.413f, 18.068f, 19.790f,
+ 22.451f, 23.732f, 21.329f, 21.404f, 21.850f, 21.597f, 21.016f, 19.564f, 16.956f, 14.947f,
+ 13.606f
+},{
+-29.534f,-28.043f,-22.681f,-18.092f,-13.746f, -9.765f, -5.985f, -2.008f,  0.415f,  1.425f,
+  2.302f,  4.813f,  8.194f, 11.489f, 13.177f, 15.800f, 18.297f, 21.572f, 24.514f, 21.450f,
+ 21.411f, 23.912f, 23.221f, 21.717f, 22.679f, 23.599f, 25.008f, 26.671f, 28.067f, 29.875f,
+ 31.634f, 32.898f, 34.231f, 35.658f, 37.457f, 39.003f, 40.169f, 40.902f, 41.184f, 40.892f,
+ 40.737f, 42.383f, 44.048f, 45.406f, 45.450f, 43.888f, 41.659f, 39.526f, 36.999f, 34.632f,
+ 33.085f, 32.178f, 31.103f, 29.807f, 29.439f, 28.915f, 28.909f, 28.835f, 25.332f, 22.349f,
+ 20.392f, 18.110f, 16.659f, 14.273f, 12.009f, 10.714f,  8.808f,  5.544f,  1.769f, -1.764f,
+ -4.036f, -6.365f, -9.594f,-10.772f,-10.537f,-12.240f,-15.556f,-18.885f,-18.815f,-16.822f,
+-15.318f,-13.424f,-14.931f,-18.736f,-20.346f,-18.771f,-19.232f,-17.751f,-16.910f,-15.285f,
+-16.299f,-12.138f,-15.343f,-15.407f,-13.815f,-13.371f,-12.716f,-11.802f, -9.737f, -4.041f,
+ -3.994f, -4.914f, -5.454f, -4.005f, -1.779f,  0.014f,  0.960f,  2.606f,  3.980f,  4.885f,
+  6.321f,  8.654f, 10.523f, 10.530f, 11.416f, 11.606f, 11.576f, 12.159f, 13.322f, 14.796f,
+ 17.320f, 17.542f, 20.302f, 20.325f, 17.920f, 19.447f, 23.257f, 28.885f, 35.700f, 35.653f,
+ 33.882f, 30.682f, 26.731f, 20.152f, 16.699f, 21.651f, 19.705f, 21.078f, 21.264f, 18.545f,
+ 15.996f, 16.039f, 16.079f, 15.905f, 15.788f, 15.684f, 15.711f, 14.434f, 15.331f, 16.207f,
+ 15.537f, 14.036f, 13.858f, 13.708f, 15.205f, 17.406f, 17.259f, 17.671f, 17.548f, 15.743f,
+ 14.992f, 15.254f, 14.892f, 15.114f, 15.423f, 16.604f, 16.887f, 16.748f, 17.447f, 18.993f,
+ 21.816f, 23.282f, 20.924f, 21.159f, 21.602f, 21.310f, 20.863f, 19.529f, 16.913f, 14.927f,
+ 13.606f
+},{
+-29.534f,-28.058f,-22.670f,-18.031f,-13.679f, -9.596f, -5.997f, -2.195f,  0.148f,  1.398f,
+  2.318f,  4.775f,  8.228f, 11.407f, 13.232f, 16.110f, 18.117f, 21.455f, 25.728f, 22.263f,
+ 20.929f, 22.397f, 24.382f, 22.630f, 23.363f, 24.145f, 26.054f, 27.431f, 28.868f, 30.625f,
+ 32.027f, 33.201f, 34.575f, 36.465f, 38.248f, 39.957f, 41.298f, 42.273f, 42.524f, 42.095f,
+ 41.815f, 42.613f, 43.471f, 44.921f, 45.874f, 46.218f, 43.924f, 40.580f, 38.213f, 35.997f,
+ 33.627f, 31.987f, 30.092f, 28.573f, 27.146f, 26.522f, 26.461f, 25.918f, 24.203f, 21.635f,
+ 19.567f, 17.595f, 15.215f, 12.853f, 10.037f,  8.347f,  5.921f,  2.882f, -0.504f, -4.500f,
+ -4.025f, -6.721f,-10.140f,-11.451f,-10.280f,-13.711f,-17.063f,-17.190f,-18.878f,-18.165f,
+-18.540f,-19.301f,-17.204f,-20.382f,-19.732f,-18.800f,-19.140f,-18.337f,-18.877f,-14.724f,
+-14.050f,-15.821f,-16.531f,-16.509f,-16.085f,-14.984f,-13.229f,-10.916f, -7.740f, -6.645f,
+ -5.010f, -4.549f, -4.028f, -3.396f, -2.742f, -0.934f,  0.268f,  2.089f,  3.506f,  5.429f,
+  7.074f,  7.837f,  8.445f,  7.943f,  8.790f,  9.821f, 11.368f, 14.383f, 17.860f, 19.593f,
+ 19.290f, 20.190f, 20.915f, 23.566f, 27.636f, 24.190f, 25.229f, 29.579f, 35.006f, 35.648f,
+ 32.134f, 28.318f, 24.576f, 19.461f, 17.437f, 17.655f, 17.423f, 19.790f, 19.895f, 17.004f,
+ 13.989f, 14.288f, 14.175f, 13.928f, 14.684f, 15.231f, 15.383f, 13.293f, 14.440f, 15.253f,
+ 13.752f, 12.637f, 13.963f, 13.918f, 14.955f, 17.469f, 16.189f, 17.718f, 16.862f, 14.696f,
+ 14.334f, 14.508f, 14.083f, 14.322f, 14.709f, 15.621f, 16.049f, 16.098f, 16.874f, 18.255f,
+ 21.146f, 22.738f, 20.521f, 20.889f, 21.352f, 21.064f, 20.720f, 19.485f, 16.866f, 14.907f,
+ 13.606f
+},{
+-29.534f,-28.073f,-22.671f,-18.006f,-13.643f, -9.446f, -6.085f, -2.434f, -0.176f,  1.480f,
+  2.512f,  4.863f,  8.291f, 11.179f, 12.853f, 15.685f, 17.796f, 21.503f, 25.818f, 22.345f,
+ 20.403f, 21.301f, 25.269f, 22.819f, 23.380f, 25.079f, 26.572f, 28.134f, 29.565f, 31.072f,
+ 32.438f, 33.595f, 35.346f, 37.262f, 38.978f, 41.127f, 42.585f, 43.518f, 43.977f, 43.349f,
+ 42.765f, 43.018f, 43.353f, 44.456f, 45.672f, 46.454f, 45.429f, 42.885f, 39.905f, 36.911f,
+ 34.441f, 32.245f, 30.254f, 28.399f, 26.584f, 24.883f, 23.321f, 21.658f, 19.956f, 17.330f,
+ 15.554f, 13.161f, 12.324f, 11.395f,  9.985f,  6.681f,  4.479f,  1.428f, -1.510f, -5.450f,
+ -9.344f, -7.249f, -9.252f,-11.743f,-13.682f,-16.147f,-18.903f,-21.205f,-22.632f,-22.424f,
+-21.520f,-21.351f,-21.973f,-21.859f,-18.554f,-17.816f,-17.978f,-16.080f,-15.433f,-15.681f,
+-12.102f,-14.132f,-16.114f,-17.511f,-16.660f,-14.392f,-12.686f,-10.726f, -8.381f, -7.091f,
+ -6.420f, -3.451f, -2.352f, -3.119f, -4.783f, -2.816f,  0.481f,  0.727f,  2.987f,  4.790f,
+  5.667f,  6.432f,  6.226f,  6.517f,  7.500f,  9.396f, 12.641f, 15.406f, 16.536f, 16.975f,
+ 16.960f, 17.657f, 19.778f, 23.767f, 25.538f, 25.788f, 26.980f, 29.763f, 34.238f, 33.849f,
+ 30.346f, 26.351f, 21.725f, 20.051f, 15.254f, 16.098f, 14.532f, 17.790f, 17.974f, 15.402f,
+ 12.378f, 12.876f, 13.000f, 12.385f, 12.854f, 15.040f, 15.499f, 13.424f, 14.186f, 14.496f,
+ 11.790f, 11.657f, 13.703f, 13.837f, 14.804f, 16.686f, 15.355f, 16.833f, 15.930f, 13.761f,
+ 13.591f, 13.446f, 13.152f, 13.530f, 13.889f, 14.560f, 15.168f, 15.381f, 16.341f, 17.689f,
+ 20.464f, 22.115f, 20.179f, 20.569f, 21.097f, 20.852f, 20.588f, 19.430f, 16.816f, 14.887f,
+ 13.606f
+},{
+-29.534f,-28.088f,-22.684f,-18.017f,-13.636f, -9.331f, -6.259f, -2.720f, -0.517f,  1.619f,
+  2.828f,  5.049f,  8.357f, 11.018f, 12.432f, 14.838f, 17.802f, 21.866f, 25.525f, 21.993f,
+ 19.439f, 20.912f, 25.116f, 22.876f, 23.309f, 25.577f, 27.265f, 28.645f, 30.213f, 31.626f,
+ 32.661f, 34.171f, 36.202f, 38.196f, 39.765f, 42.603f, 43.950f, 45.148f, 45.093f, 44.393f,
+ 43.229f, 42.213f, 42.709f, 46.260f, 45.670f, 46.635f, 45.719f, 43.277f, 41.099f, 38.340f,
+ 35.237f, 32.803f, 31.169f, 29.095f, 26.998f, 25.099f, 22.913f, 20.449f, 18.039f, 15.876f,
+ 13.917f, 11.721f,  9.849f,  7.341f,  6.199f,  5.670f,  3.695f,  0.423f, -2.502f, -4.836f,
+-11.044f,-11.054f,-10.677f,-12.871f,-15.499f,-17.881f,-20.051f,-21.816f,-24.062f,-24.569f,
+-23.453f,-23.807f,-24.773f,-24.531f,-23.038f,-22.755f,-20.729f,-19.503f,-20.029f,-19.718f,
+-19.258f,-19.298f,-19.739f,-19.611f,-16.406f,-14.688f,-13.129f,-11.399f, -8.533f, -7.035f,
+ -7.431f, -6.454f, -1.881f, -1.214f, -5.438f, -2.834f,  1.353f,  0.144f,  0.495f,  1.809f,
+  2.647f,  4.088f,  4.951f,  5.555f,  7.658f, 10.236f, 12.170f, 13.797f, 14.024f, 14.142f,
+ 14.395f, 15.689f, 18.837f, 20.772f, 22.277f, 24.782f, 25.755f, 27.104f, 30.609f, 30.616f,
+ 29.007f, 24.856f, 20.114f, 17.979f, 12.709f, 14.151f, 13.224f, 15.420f, 16.107f, 12.603f,
+ 10.993f, 11.656f, 11.891f, 11.127f, 11.363f, 13.983f, 14.267f, 13.315f, 13.733f, 13.774f,
+ 11.391f, 12.143f, 13.187f, 12.845f, 14.364f, 15.003f, 14.820f, 15.517f, 14.902f, 13.001f,
+ 12.898f, 12.109f, 12.082f, 12.691f, 13.008f, 13.525f, 14.236f, 14.641f, 15.745f, 17.239f,
+ 19.762f, 21.456f, 19.944f, 20.193f, 20.835f, 20.667f, 20.467f, 19.363f, 16.763f, 14.867f,
+ 13.606f
+},{
+-29.534f,-28.104f,-22.708f,-18.062f,-13.656f, -9.267f, -6.510f, -3.048f, -0.811f,  1.780f,
+  3.234f,  5.304f,  8.422f, 10.947f, 12.298f, 14.460f, 18.539f, 22.721f, 25.628f, 21.774f,
+ 19.509f, 21.367f, 25.187f, 23.923f, 23.829f, 25.971f, 27.829f, 29.277f, 31.001f, 32.284f,
+ 33.323f, 34.760f, 36.763f, 38.689f, 40.631f, 43.515f, 45.382f, 46.330f, 46.156f, 45.533f,
+ 44.323f, 43.339f, 43.135f, 43.349f, 45.147f, 46.411f, 45.694f, 43.685f, 41.734f, 39.479f,
+ 36.592f, 34.153f, 32.279f, 30.051f, 27.421f, 25.144f, 23.009f, 20.591f, 18.144f, 15.842f,
+ 13.427f, 11.255f,  8.466f,  6.099f,  5.413f,  4.325f,  2.964f,  0.689f, -2.316f, -6.218f,
+ -9.384f,-12.082f,-13.348f,-12.770f,-15.734f,-18.889f,-20.470f,-21.368f,-23.633f,-24.281f,
+-23.793f,-25.244f,-26.750f,-26.759f,-28.048f,-26.906f,-24.208f,-24.984f,-24.951f,-24.078f,
+-22.920f,-23.673f,-22.748f,-21.455f,-18.133f,-17.290f,-14.193f,-11.028f,-10.619f, -8.136f,
+ -8.274f, -6.547f, -3.246f, -1.819f, -1.557f,  1.058f, -0.581f, -1.139f, -1.238f,  0.964f,
+  1.960f,  3.388f,  4.498f,  5.930f,  8.391f, 10.170f, 11.558f, 12.219f, 11.957f, 11.590f,
+ 11.824f, 14.214f, 17.641f, 19.007f, 19.504f, 22.167f, 23.978f, 25.272f, 27.850f, 30.397f,
+ 29.789f, 24.428f, 19.437f, 14.943f, 15.834f, 12.611f, 12.159f, 13.552f, 14.155f, 10.270f,
+ 10.943f, 11.073f, 10.693f,  9.959f, 10.236f, 12.013f, 12.731f, 12.865f, 12.780f, 13.586f,
+ 11.745f, 12.268f, 12.332f, 12.532f, 13.946f, 13.497f, 14.646f, 14.880f, 13.927f, 12.549f,
+ 11.909f, 10.737f, 10.847f, 11.612f, 12.180f, 12.584f, 13.243f, 13.961f, 15.017f, 16.737f,
+ 19.029f, 20.803f, 19.837f, 19.785f, 20.563f, 20.494f, 20.356f, 19.284f, 16.707f, 14.848f,
+ 13.606f
+},{
+-29.534f,-28.119f,-22.744f,-18.137f,-13.699f, -9.263f, -6.812f, -3.418f, -1.005f,  1.944f,
+  3.724f,  5.616f,  8.499f, 10.879f, 12.487f, 14.989f, 19.457f, 23.500f, 25.618f, 21.625f,
+ 20.876f, 22.729f, 25.362f, 24.860f, 24.232f, 26.407f, 28.325f, 29.917f, 31.559f, 32.552f,
+ 33.728f, 35.362f, 37.133f, 38.907f, 41.196f, 44.486f, 46.516f, 47.267f, 47.044f, 46.068f,
+ 44.974f, 44.024f, 43.733f, 44.768f, 45.564f, 46.354f, 46.194f, 44.833f, 42.531f, 40.311f,
+ 38.227f, 36.083f, 33.756f, 30.947f, 28.037f, 25.600f, 23.215f, 21.016f, 18.549f, 16.077f,
+ 13.593f, 10.999f,  8.564f,  6.127f,  4.139f,  3.425f,  2.296f, -0.286f, -2.123f, -6.924f,
+-10.480f,-12.939f,-14.381f,-14.881f,-15.452f,-20.155f,-22.058f,-21.590f,-23.436f,-24.017f,
+-26.714f,-31.129f,-29.374f,-30.361f,-31.845f,-29.931f,-31.048f,-29.865f,-28.786f,-28.080f,
+-26.981f,-26.236f,-24.565f,-23.769f,-22.428f,-20.885f,-18.227f,-14.108f,-12.381f,-12.253f,
+ -9.728f, -8.925f, -7.977f, -4.688f, -3.661f, -3.579f, -3.289f, -1.881f, -1.096f, -0.255f,
+  1.925f,  4.492f,  5.790f,  6.769f,  7.916f,  9.510f, 11.251f, 11.317f, 10.327f,  9.510f,
+  9.797f, 12.351f, 14.922f, 16.578f, 17.642f, 19.715f, 22.302f, 22.996f, 25.829f, 29.310f,
+ 29.469f, 24.190f, 18.764f, 17.115f, 20.900f, 12.924f, 10.809f, 11.390f, 11.844f,  9.566f,
+ 10.526f,  9.907f,  9.587f,  9.005f,  9.265f, 11.094f, 11.565f, 12.105f, 11.935f, 13.042f,
+ 11.428f, 11.482f, 11.463f, 12.092f, 13.486f, 12.542f, 14.135f, 14.141f, 12.661f, 11.933f,
+ 10.668f,  9.716f,  9.785f, 10.462f, 11.285f, 11.666f, 12.222f, 13.316f, 14.226f, 16.084f,
+ 18.290f, 20.184f, 19.860f, 19.385f, 20.285f, 20.321f, 20.251f, 19.190f, 16.647f, 14.828f,
+ 13.606f
+},{
+-29.534f,-28.135f,-22.792f,-18.237f,-13.763f, -9.322f, -7.122f, -3.819f, -1.084f,  2.092f,
+  4.266f,  5.989f,  8.640f, 10.861f, 12.794f, 15.873f, 19.765f, 23.512f, 25.265f, 21.556f,
+ 21.755f, 23.756f, 24.834f, 25.516f, 24.843f, 27.033f, 28.957f, 30.354f, 31.962f, 32.968f,
+ 34.191f, 35.807f, 37.461f, 39.066f, 41.412f, 44.614f, 47.414f, 48.297f, 49.219f, 46.372f,
+ 44.988f, 44.373f, 44.086f, 43.865f, 44.993f, 45.954f, 45.620f, 45.415f, 43.619f, 41.663f,
+ 39.577f, 37.498f, 34.821f, 31.342f, 28.335f, 26.066f, 24.231f, 22.104f, 19.953f, 16.364f,
+ 13.900f, 11.622f,  9.643f,  7.011f,  4.521f,  3.119f,  1.585f, -0.144f, -2.885f, -6.321f,
+ -9.610f,-12.141f,-14.986f,-18.452f,-21.550f,-23.311f,-24.009f,-25.446f,-26.124f,-27.032f,
+-31.052f,-33.349f,-33.689f,-34.031f,-34.491f,-34.426f,-32.783f,-31.462f,-30.646f,-31.366f,
+-30.343f,-29.016f,-27.679f,-26.704f,-26.079f,-24.052f,-22.869f,-19.336f,-15.611f,-12.328f,
+-12.455f,-10.783f, -9.002f, -8.007f, -6.290f, -5.935f, -4.078f, -2.966f, -2.272f, -0.529f,
+  1.880f,  5.798f,  5.899f,  6.278f,  7.785f,  9.272f, 10.150f,  9.645f,  8.390f,  7.513f,
+  7.119f,  8.806f, 11.351f, 12.856f, 14.439f, 16.922f, 19.864f, 21.553f, 23.366f, 28.121f,
+ 28.816f, 24.136f, 18.191f, 21.772f, 20.146f, 12.761f,  9.115f,  9.024f,  9.246f,  8.577f,
+  9.525f,  8.804f,  8.175f,  8.298f,  9.343f, 10.176f, 10.350f, 10.570f, 11.486f, 12.895f,
+ 11.292f, 11.377f, 11.614f, 11.629f, 12.712f, 12.019f, 12.902f, 12.850f, 11.325f, 11.024f,
+  9.925f,  9.131f,  9.056f,  9.558f, 10.249f, 10.708f, 11.274f, 12.609f, 13.523f, 15.364f,
+ 17.619f, 19.621f, 19.992f, 19.031f, 20.005f, 20.139f, 20.147f, 19.082f, 16.585f, 14.808f,
+ 13.606f
+},{
+-29.534f,-28.150f,-22.849f,-18.356f,-13.844f, -9.435f, -7.396f, -4.233f, -1.088f,  2.195f,
+  4.768f,  6.415f,  8.879f, 11.015f, 12.939f, 16.235f, 19.591f, 22.912f, 24.804f, 22.013f,
+ 22.876f, 24.295f, 24.474f, 26.007f, 25.408f, 27.589f, 29.257f, 30.660f, 32.060f, 33.152f,
+ 34.478f, 35.892f, 37.398f, 38.993f, 41.519f, 44.612f, 47.087f, 47.881f, 48.713f, 46.593f,
+ 44.978f, 44.576f, 43.702f, 43.021f, 46.470f, 45.588f, 44.485f, 43.785f, 44.036f, 42.680f,
+ 40.867f, 38.586f, 35.782f, 32.244f, 29.686f, 27.101f, 25.055f, 23.266f, 21.124f, 17.652f,
+ 14.720f, 11.911f,  9.927f,  7.436f,  5.000f,  3.003f,  1.305f, -0.504f, -3.026f, -6.299f,
+ -9.408f,-11.340f,-14.012f,-16.639f,-19.694f,-21.241f,-23.057f,-27.099f,-26.724f,-26.803f,
+-29.794f,-33.389f,-35.345f,-36.494f,-37.493f,-37.531f,-37.061f,-37.760f,-37.644f,-33.533f,
+-32.985f,-31.161f,-29.548f,-29.229f,-29.885f,-29.165f,-26.443f,-23.311f,-18.715f,-14.179f,
+-13.437f,-11.547f, -9.757f, -9.041f, -8.390f, -7.279f, -5.370f, -3.543f, -2.002f,  0.775f,
+  3.462f,  3.880f,  4.151f,  4.580f,  6.216f,  7.760f,  7.898f,  7.239f,  5.705f,  5.089f,
+  4.860f,  5.287f,  6.831f,  8.310f, 10.380f, 13.497f, 16.489f, 18.907f, 23.479f, 26.890f,
+ 27.274f, 24.623f, 20.179f, 23.316f, 18.426f, 11.277f,  7.320f,  6.992f,  6.835f,  7.370f,
+  7.756f,  7.130f,  7.148f,  7.582f,  8.039f,  8.568f,  9.100f,  9.204f, 10.942f, 12.697f,
+ 11.232f, 11.146f, 11.129f, 11.223f, 11.873f, 11.342f, 12.034f, 12.111f, 10.702f, 10.395f,
+  9.573f,  8.710f,  8.446f,  8.827f,  9.279f,  9.819f, 10.518f, 11.833f, 12.990f, 14.761f,
+ 17.085f, 19.136f, 20.185f, 18.738f, 19.728f, 19.943f, 20.040f, 18.960f, 16.519f, 14.788f,
+ 13.606f
+},{
+-29.534f,-28.166f,-22.916f,-18.487f,-13.938f, -9.587f, -7.596f, -4.624f, -1.084f,  2.226f,
+  5.101f,  6.838f,  9.141f, 11.223f, 12.796f, 15.917f, 19.555f, 22.187f, 23.668f, 22.714f,
+ 25.470f, 25.430f, 25.016f, 26.025f, 26.348f, 27.636f, 29.045f, 30.669f, 32.034f, 33.133f,
+ 34.522f, 35.937f, 37.361f, 39.153f, 41.301f, 44.481f, 46.543f, 48.490f, 47.499f, 46.455f,
+ 44.856f, 44.221f, 43.257f, 43.058f, 45.870f, 45.261f, 44.434f, 43.487f, 43.285f, 42.670f,
+ 42.023f, 39.765f, 37.201f, 34.085f, 31.871f, 30.291f, 28.000f, 26.113f, 23.752f, 20.198f,
+ 15.247f, 11.346f,  9.112f,  6.817f,  4.435f,  1.986f, -0.081f, -1.423f, -1.672f, -4.853f,
+ -7.836f,-10.239f,-13.656f,-15.893f,-21.432f,-23.297f,-25.008f,-27.757f,-25.931f,-28.662f,
+-31.801f,-34.383f,-36.273f,-37.302f,-38.636f,-39.603f,-39.769f,-39.880f,-40.519f,-39.688f,
+-35.341f,-33.241f,-30.366f,-30.012f,-30.496f,-29.856f,-29.050f,-25.359f,-20.502f,-16.541f,
+-14.519f,-13.356f,-11.710f,-10.961f, -9.862f, -8.962f, -5.987f, -3.819f, -0.441f, -0.172f,
+ -1.151f, -0.433f,  1.105f,  2.052f,  3.911f,  5.274f,  4.877f,  4.027f,  2.860f,  2.486f,
+  2.491f,  2.179f,  2.373f,  3.323f,  5.698f,  9.633f, 13.996f, 18.438f, 24.181f, 26.122f,
+ 25.964f, 25.697f, 20.348f, 21.591f, 13.829f,  8.209f,  5.686f,  5.130f,  4.350f,  4.702f,
+  5.482f,  6.041f,  6.509f,  6.594f,  7.033f,  7.234f,  8.308f,  8.771f, 10.080f, 11.206f,
+ 11.163f, 10.676f, 10.939f, 11.149f, 11.040f, 10.008f, 11.859f, 11.854f, 10.566f,  9.818f,
+  8.889f,  8.347f,  7.877f,  8.039f,  8.501f,  9.132f,  9.975f, 11.113f, 12.556f, 14.384f,
+ 16.698f, 18.754f, 20.366f, 18.488f, 19.458f, 19.733f, 19.925f, 18.824f, 16.452f, 14.768f,
+ 13.606f
+},{
+-29.534f,-28.181f,-22.992f,-18.622f,-14.040f, -9.755f, -7.702f, -4.952f, -1.132f,  2.192f,
+  5.200f,  7.161f,  9.249f, 11.142f, 12.510f, 15.584f, 19.692f, 21.509f, 21.763f, 22.793f,
+ 27.139f, 26.841f, 25.537f, 25.721f, 27.149f, 27.702f, 28.928f, 30.497f, 31.913f, 33.012f,
+ 34.443f, 35.954f, 37.487f, 39.140f, 41.270f, 44.141f, 45.625f, 50.892f, 46.969f, 46.556f,
+ 44.527f, 43.767f, 43.905f, 43.947f, 43.911f, 45.364f, 44.479f, 43.615f, 43.571f, 43.362f,
+ 42.612f, 40.413f, 38.416f, 36.366f, 33.774f, 32.517f, 31.378f, 30.967f, 26.327f, 22.452f,
+ 18.067f, 13.217f,  8.474f,  5.754f,  5.257f,  4.739f,  4.932f,  3.333f,  0.085f, -3.651f,
+ -6.700f, -9.556f,-11.028f,-14.223f,-19.413f,-24.457f,-26.387f,-27.145f,-23.729f,-29.225f,
+-32.410f,-34.702f,-36.543f,-38.236f,-39.337f,-40.713f,-41.262f,-40.740f,-41.072f,-41.620f,
+-41.311f,-36.186f,-32.683f,-31.031f,-30.568f,-31.328f,-30.155f,-26.215f,-21.917f,-18.244f,
+-18.174f,-17.102f,-15.072f,-11.331f, -7.649f, -5.347f, -4.542f, -4.340f, -3.549f, -4.652f,
+ -5.087f, -3.833f, -2.317f,  0.225f,  1.592f,  1.970f,  1.506f,  0.529f, -0.178f, -0.181f,
+ -0.320f, -1.309f, -2.168f, -1.306f,  1.331f,  6.326f, 13.335f, 19.033f, 23.647f, 23.986f,
+ 22.407f, 23.199f, 18.835f, 16.774f,  6.502f,  4.202f,  3.435f,  2.467f,  0.784f,  1.410f,
+  3.434f,  4.705f,  5.506f,  5.210f,  6.794f,  6.460f,  7.874f,  8.354f,  9.332f, 10.071f,
+ 10.977f,  9.788f, 10.435f, 10.682f,  9.930f,  8.882f, 11.771f, 11.037f, 10.274f,  8.894f,
+  8.001f,  8.013f,  7.372f,  7.231f,  7.768f,  8.587f,  9.503f, 10.530f, 12.083f, 14.160f,
+ 16.381f, 18.480f, 20.440f, 18.236f, 19.196f, 19.515f, 19.798f, 18.676f, 16.382f, 14.748f,
+ 13.606f
+},{
+-29.534f,-28.197f,-23.075f,-18.756f,-14.144f, -9.917f, -7.716f, -5.179f, -1.243f,  2.149f,
+  5.127f,  7.308f,  9.098f, 10.659f, 12.330f, 15.720f, 19.565f, 21.039f, 20.844f, 22.654f,
+ 26.662f, 27.814f, 25.834f, 26.537f, 27.357f, 28.160f, 28.863f, 30.495f, 31.668f, 32.970f,
+ 34.436f, 36.075f, 37.586f, 39.266f, 41.370f, 43.920f, 45.258f, 50.084f, 47.001f, 46.493f,
+ 44.850f, 43.936f, 44.044f, 45.165f, 46.320f, 45.642f, 44.514f, 43.655f, 43.534f, 43.715f,
+ 42.759f, 40.832f, 38.833f, 36.922f, 34.526f, 33.176f, 32.986f, 30.260f, 25.874f, 22.480f,
+ 19.151f, 14.569f, 11.983f,  9.279f,  7.991f,  8.033f,  7.268f,  3.887f,  0.084f, -3.033f,
+ -6.410f, -8.221f, -9.514f,-12.145f,-17.883f,-26.089f,-26.579f,-22.107f,-26.892f,-30.300f,
+-32.638f,-35.044f,-37.679f,-39.119f,-39.993f,-41.755f,-42.903f,-43.223f,-43.700f,-42.830f,
+-43.372f,-41.997f,-36.292f,-34.601f,-34.095f,-33.942f,-32.393f,-28.403f,-24.624f,-22.029f,
+-20.486f,-19.775f,-16.827f,-14.769f, -9.855f, -8.346f, -8.618f, -8.488f, -9.151f,-10.146f,
+ -9.909f, -8.183f, -5.739f, -3.249f, -1.827f, -1.520f, -1.297f, -2.264f, -3.094f, -3.301f,
+ -4.183f, -5.786f, -6.555f, -4.387f,  0.251f,  5.885f, 13.440f, 19.625f, 20.481f, 20.675f,
+ 20.256f, 18.466f, 14.051f, 11.916f,  2.029f,  0.569f,  1.063f, -1.057f, -3.035f, -2.642f,
+  0.420f,  2.822f,  3.504f,  4.575f,  6.093f,  6.429f,  6.795f,  8.618f,  9.047f,  9.106f,
+ 10.002f,  9.369f,  9.264f,  9.205f,  8.955f,  8.185f, 10.472f,  9.382f,  9.889f,  8.150f,
+  7.254f,  7.508f,  6.884f,  6.545f,  7.057f,  8.009f,  8.934f,  9.998f, 11.507f, 13.899f,
+ 16.019f, 18.280f, 20.321f, 17.928f, 18.938f, 19.294f, 19.656f, 18.519f, 16.311f, 14.728f,
+ 13.606f
+},{
+-29.534f,-28.212f,-23.164f,-18.882f,-14.247f,-10.052f, -7.657f, -5.285f, -1.376f,  2.170f,
+  5.052f,  7.281f,  8.795f, 10.134f, 12.303f, 15.899f, 19.028f, 21.004f, 21.935f, 23.366f,
+ 26.410f, 28.243f, 27.065f, 28.901f, 28.227f, 28.759f, 28.946f, 30.717f, 31.461f, 32.401f,
+ 34.398f, 36.043f, 37.601f, 39.257f, 41.414f, 44.018f, 45.061f, 46.548f, 47.243f, 46.147f,
+ 45.218f, 44.775f, 44.949f, 46.380f, 47.213f, 46.176f, 44.189f, 43.344f, 42.746f, 42.639f,
+ 43.013f, 41.192f, 39.142f, 36.725f, 34.687f, 32.871f, 31.428f, 28.235f, 24.966f, 21.988f,
+ 18.928f, 14.888f, 12.325f, 10.177f,  8.844f,  9.039f,  7.655f,  6.443f,  3.654f,  0.123f,
+ -2.206f, -2.871f, -7.154f,-13.120f,-17.663f,-23.013f,-25.482f,-27.321f,-28.059f,-31.223f,
+-33.384f,-37.016f,-39.639f,-40.348f,-40.966f,-42.039f,-43.625f,-44.925f,-45.387f,-44.924f,
+-45.018f,-44.108f,-40.355f,-37.364f,-36.852f,-36.250f,-34.423f,-31.084f,-28.057f,-24.644f,
+-22.862f,-21.244f,-18.965f,-17.970f,-13.512f,-12.188f,-11.807f,-12.281f,-14.086f,-14.789f,
+-15.181f,-13.296f, -9.883f, -7.509f, -5.438f, -4.993f, -4.729f, -5.785f, -6.578f, -6.915f,
+ -8.492f,-10.325f, -9.907f, -5.385f,  4.182f,  8.703f, 14.988f, 17.319f, 18.466f, 18.292f,
+ 19.194f, 11.180f, 11.506f,  4.940f, -2.073f, -2.133f, -1.481f, -3.511f, -5.029f, -5.434f,
+ -4.604f, -0.533f,  1.625f,  3.778f,  4.961f,  5.718f,  6.420f,  7.852f,  8.803f,  8.516f,
+  8.474f,  9.142f,  8.839f,  8.968f,  8.897f,  7.565f,  7.839f,  7.806f,  9.418f,  7.649f,
+  6.466f,  6.782f,  6.431f,  5.960f,  6.545f,  7.337f,  8.269f,  9.374f, 10.881f, 13.454f,
+ 15.546f, 18.083f, 19.964f, 17.534f, 18.678f, 19.079f, 19.499f, 18.356f, 16.239f, 14.708f,
+ 13.606f
+},{
+-29.534f,-28.227f,-23.259f,-18.997f,-14.341f,-10.146f, -7.553f, -5.273f, -1.465f,  2.296f,
+  5.123f,  7.163f,  8.582f, 10.014f, 12.276f, 15.501f, 18.370f, 21.279f, 23.354f, 24.451f,
+ 26.877f, 27.529f, 28.687f, 30.834f, 29.440f, 29.547f, 29.445f, 30.724f, 31.430f, 32.247f,
+ 33.949f, 35.798f, 37.487f, 39.032f, 41.409f, 43.819f, 44.282f, 45.796f, 46.872f, 45.506f,
+ 45.257f, 45.077f, 45.361f, 46.152f, 46.733f, 45.757f, 44.154f, 43.399f, 42.843f, 42.593f,
+ 42.294f, 42.614f, 40.913f, 36.995f, 34.064f, 31.870f, 29.516f, 26.222f, 23.434f, 20.901f,
+ 17.670f, 14.852f, 11.982f,  9.299f,  6.850f,  6.852f,  5.851f,  2.854f,  3.336f,  2.588f,
+  1.160f, -1.018f, -4.768f,-11.276f,-16.658f,-19.795f,-24.261f,-26.891f,-28.573f,-30.438f,
+-33.880f,-33.617f,-35.514f,-43.055f,-41.887f,-42.893f,-44.186f,-45.181f,-46.922f,-47.533f,
+-47.756f,-47.352f,-45.566f,-40.641f,-38.786f,-38.789f,-36.616f,-33.118f,-29.030f,-26.842f,
+-24.822f,-23.982f,-21.311f,-19.199f,-16.791f,-14.618f,-14.846f,-16.229f,-17.825f,-18.700f,
+-19.773f,-19.076f,-15.872f,-12.522f,-10.780f, -9.579f, -9.926f,-10.420f,-10.734f,-10.742f,
+-12.531f,-14.250f,-12.139f, -3.315f,  4.943f, 11.241f, 14.971f, 15.984f, 16.204f, 13.538f,
+ 10.657f,  5.424f,  9.426f, -1.051f, -5.499f, -4.279f, -3.783f, -5.539f, -8.507f, -6.938f,
+ -7.245f, -4.074f, -0.047f,  2.883f,  4.117f,  5.138f,  6.191f,  6.977f,  7.872f,  7.750f,
+  7.338f,  8.112f,  8.392f,  9.374f,  8.911f,  7.061f,  6.174f,  7.332f,  8.659f,  6.777f,
+  5.591f,  5.828f,  5.862f,  5.308f,  6.129f,  6.639f,  7.652f,  8.659f, 10.294f, 12.817f,
+ 14.986f, 17.815f, 19.400f, 17.066f, 18.412f, 18.871f, 19.329f, 18.191f, 16.166f, 14.687f,
+ 13.606f
+},{
+-29.534f,-28.241f,-23.357f,-19.098f,-14.425f,-10.196f, -7.434f, -5.172f, -1.454f,  2.493f,
+  5.341f,  7.062f,  8.585f, 10.272f, 12.201f, 14.856f, 17.993f, 21.532f, 23.606f, 24.934f,
+ 26.607f, 26.456f, 29.791f, 31.995f, 30.181f, 30.371f, 29.206f, 30.111f, 31.343f, 32.194f,
+ 33.481f, 35.286f, 37.159f, 38.765f, 40.991f, 43.334f, 44.809f, 47.002f, 45.583f, 45.112f,
+ 45.185f, 44.956f, 44.727f, 44.632f, 44.653f, 44.824f, 44.107f, 43.582f, 42.776f, 42.123f,
+ 41.590f, 41.941f, 40.721f, 37.605f, 34.239f, 31.114f, 28.051f, 25.263f, 22.620f, 18.774f,
+ 16.392f, 14.549f, 12.074f,  8.040f,  4.757f,  2.898f,  2.331f,  1.018f, -0.252f, -0.880f,
+ -1.203f, -1.914f, -5.049f, -8.427f,-12.921f,-18.044f,-18.404f,-20.627f,-24.911f,-31.190f,
+-32.786f,-38.067f,-39.892f,-43.131f,-41.520f,-43.280f,-44.276f,-46.008f,-47.171f,-48.813f,
+-49.225f,-49.776f,-49.929f,-47.004f,-42.804f,-40.935f,-39.501f,-35.695f,-30.560f,-27.947f,
+-25.992f,-25.411f,-23.435f,-21.380f,-19.048f,-15.833f,-17.389f,-19.810f,-21.959f,-23.147f,
+-24.113f,-24.198f,-22.583f,-19.599f,-17.502f,-15.755f,-15.298f,-15.359f,-14.782f,-14.510f,
+-15.071f,-16.147f,-14.092f, -3.308f,  5.392f, 11.243f, 11.993f, 11.809f, 13.048f, 10.623f,
+  3.137f,  4.660f, -1.376f, -6.393f, -7.392f, -6.251f, -5.663f, -8.324f,-11.823f, -8.645f,
+ -8.315f, -6.367f, -1.080f,  1.481f,  2.989f,  4.080f,  5.094f,  6.417f,  7.115f,  7.276f,
+  6.953f,  7.458f,  7.757f,  9.298f,  8.036f,  6.593f,  6.313f,  7.508f,  7.539f,  5.557f,
+  4.745f,  4.602f,  4.869f,  4.430f,  5.419f,  5.939f,  7.129f,  7.989f,  9.759f, 12.089f,
+ 14.422f, 17.435f, 18.736f, 16.576f, 18.136f, 18.673f, 19.147f, 18.028f, 16.093f, 14.667f,
+ 13.606f
+},{
+-29.534f,-28.256f,-23.458f,-19.184f,-14.493f,-10.204f, -7.318f, -5.021f, -1.333f,  2.678f,
+  5.562f,  7.050f,  8.709f, 10.471f, 12.261f, 14.941f, 18.120f, 21.594f, 23.650f, 25.213f,
+ 26.208f, 27.265f, 31.976f, 33.005f, 30.178f, 30.513f, 28.779f, 29.413f, 30.957f, 31.859f,
+ 33.084f, 34.740f, 36.588f, 38.304f, 40.360f, 41.886f, 43.322f, 45.143f, 44.993f, 44.605f,
+ 44.876f, 44.999f, 44.554f, 44.600f, 47.419f, 44.489f, 43.915f, 43.661f, 42.751f, 41.608f,
+ 40.969f, 41.241f, 40.916f, 38.699f, 34.498f, 31.117f, 27.612f, 24.673f, 21.446f, 17.533f,
+ 14.934f, 13.375f, 10.620f,  6.332f,  3.352f,  1.268f, -0.748f, -2.888f, -5.310f, -6.095f,
+ -6.641f, -6.863f, -7.032f, -9.143f,-10.283f,-13.726f,-15.688f,-18.313f,-24.050f,-30.456f,
+-33.197f,-34.567f,-37.521f,-38.502f,-41.763f,-43.094f,-44.221f,-45.848f,-47.423f,-48.425f,
+-49.549f,-50.778f,-51.348f,-49.509f,-46.861f,-46.408f,-42.027f,-39.071f,-34.192f,-30.473f,
+-28.290f,-27.710f,-25.809f,-23.461f,-21.517f,-17.942f,-19.302f,-21.895f,-25.308f,-26.843f,
+-28.025f,-28.013f,-27.327f,-25.813f,-24.150f,-22.180f,-20.990f,-19.967f,-18.624f,-18.237f,
+-17.356f,-15.800f,-12.388f, -0.104f,  6.095f,  9.295f, 10.020f,  7.863f,  4.931f, -0.492f,
+ -7.695f, -6.319f, -7.977f, -7.770f, -8.958f, -8.902f, -7.998f,-11.148f,-12.915f,-11.655f,
+-10.037f, -8.435f, -2.524f,  0.172f,  1.561f,  2.505f,  3.908f,  5.132f,  5.898f,  6.738f,
+  6.847f,  6.956f,  6.612f,  8.245f,  6.773f,  6.452f,  6.558f,  7.222f,  6.025f,  4.489f,
+  3.860f,  3.481f,  3.696f,  3.396f,  4.432f,  5.202f,  6.563f,  7.452f,  9.216f, 11.375f,
+ 13.911f, 16.961f, 18.121f, 16.140f, 17.851f, 18.481f, 18.958f, 17.872f, 16.021f, 14.647f,
+ 13.606f
+},{
+-29.534f,-28.270f,-23.561f,-19.256f,-14.546f,-10.180f, -7.208f, -4.856f, -1.136f,  2.787f,
+  5.635f,  7.163f,  8.794f, 10.360f, 12.602f, 15.907f, 18.552f, 21.364f, 24.289f, 25.706f,
+ 26.665f, 29.431f, 35.043f, 33.821f, 30.889f, 30.106f, 28.749f, 29.196f, 30.669f, 31.628f,
+ 32.927f, 34.177f, 36.278f, 37.762f, 39.694f, 40.810f, 42.965f, 44.213f, 44.436f, 44.354f,
+ 44.541f, 44.975f, 44.910f, 46.184f, 51.917f, 44.892f, 43.542f, 43.280f, 42.081f, 40.996f,
+ 40.493f, 40.262f, 40.554f, 38.520f, 34.527f, 30.898f, 27.533f, 24.079f, 20.799f, 17.158f,
+ 14.436f, 11.130f,  7.991f,  4.911f,  2.482f,  0.768f, -1.814f, -4.217f, -6.696f, -9.080f,
+-11.206f,-12.877f,-13.381f,-12.770f,-14.040f,-14.761f,-16.316f,-20.562f,-26.311f,-30.344f,
+-32.479f,-34.386f,-36.194f,-38.646f,-40.838f,-42.761f,-44.190f,-45.374f,-46.812f,-48.509f,
+-48.937f,-49.266f,-49.658f,-50.201f,-49.067f,-48.652f,-48.502f,-43.523f,-38.655f,-34.465f,
+-32.070f,-27.935f,-28.455f,-25.906f,-24.073f,-21.102f,-21.086f,-22.782f,-26.825f,-29.328f,
+-30.885f,-31.342f,-30.836f,-29.788f,-28.219f,-26.843f,-26.188f,-24.735f,-23.139f,-20.572f,
+-17.681f,-11.346f, -3.974f,  4.108f,  5.902f,  6.475f,  5.497f,  4.637f, -7.703f,-11.868f,
+-15.891f,-15.991f,-11.229f, -8.968f,-10.584f,-10.968f,-10.426f,-13.687f,-14.187f,-13.591f,
+-11.801f,-10.247f, -4.185f, -1.011f,  0.407f,  1.604f,  2.607f,  3.753f,  5.131f,  5.689f,
+  6.032f,  6.178f,  5.519f,  6.126f,  5.733f,  6.356f,  5.744f,  5.885f,  4.626f,  3.798f,
+  3.015f,  2.791f,  2.931f,  2.555f,  3.646f,  4.464f,  5.867f,  6.981f,  8.625f, 10.714f,
+ 13.438f, 16.458f, 17.683f, 15.825f, 17.561f, 18.291f, 18.767f, 17.729f, 15.950f, 14.626f,
+ 13.606f
+},{
+-29.534f,-28.284f,-23.663f,-19.317f,-14.583f,-10.137f, -7.096f, -4.696f, -0.915f,  2.846f,
+  5.582f,  7.433f,  8.847f, 10.203f, 13.080f, 16.724f, 18.754f, 20.833f, 24.282f, 25.745f,
+ 27.406f, 31.048f, 36.330f, 35.690f, 33.133f, 30.102f, 28.943f, 29.207f, 30.555f, 31.477f,
+ 32.761f, 34.083f, 35.700f, 37.371f, 39.230f, 40.781f, 44.195f, 44.857f, 44.329f, 44.337f,
+ 44.466f, 44.856f, 44.876f, 47.874f, 50.171f, 44.569f, 43.164f, 42.604f, 41.604f, 40.885f,
+ 40.080f, 39.882f, 39.463f, 37.705f, 34.206f, 30.691f, 27.184f, 23.597f, 20.237f, 16.898f,
+ 13.585f, 10.184f,  7.185f,  4.202f,  2.021f,  0.608f, -1.815f, -4.644f, -6.665f, -9.197f,
+-11.251f,-13.315f,-15.304f,-17.019f,-17.586f,-19.425f,-21.902f,-25.500f,-28.525f,-30.681f,
+-30.190f,-33.971f,-36.926f,-38.188f,-40.360f,-42.082f,-43.787f,-44.867f,-46.313f,-48.051f,
+-49.168f,-49.990f,-50.323f,-51.695f,-52.660f,-52.663f,-52.086f,-51.120f,-47.127f,-41.718f,
+-36.516f,-33.254f,-30.413f,-28.087f,-26.305f,-23.966f,-22.699f,-23.773f,-27.731f,-31.364f,
+-32.930f,-33.140f,-32.774f,-31.814f,-30.803f,-29.863f,-28.480f,-27.083f,-25.661f,-21.075f,
+-13.200f, -5.293f, -1.135f,  3.136f,  3.915f,  1.294f,  4.962f, -2.919f,-11.902f,-17.313f,
+-20.601f,-16.263f,-11.810f,-10.022f,-11.722f,-12.476f,-12.435f,-15.269f,-15.811f,-15.283f,
+-13.562f,-11.463f, -5.724f, -2.094f,  0.022f,  0.655f,  0.966f,  2.106f,  3.775f,  4.616f,
+  4.859f,  5.153f,  3.714f,  4.107f,  4.751f,  5.378f,  4.229f,  3.987f,  3.837f,  3.135f,
+  2.412f,  2.177f,  2.576f,  2.128f,  3.180f,  3.832f,  5.199f,  6.469f,  8.024f, 10.092f,
+ 12.939f, 15.993f, 17.470f, 15.657f, 17.273f, 18.098f, 18.579f, 17.600f, 15.880f, 14.605f,
+ 13.606f
+},{
+-29.534f,-28.297f,-23.765f,-19.369f,-14.607f,-10.091f, -6.970f, -4.535f, -0.703f,  2.976f,
+  5.634f,  7.890f,  9.051f, 10.391f, 13.426f, 16.594f, 18.440f, 20.243f, 22.892f, 24.990f,
+ 28.035f, 32.532f, 36.854f, 38.580f, 34.267f, 30.317f, 29.145f, 29.159f, 30.370f, 31.334f,
+ 32.739f, 34.176f, 35.270f, 36.919f, 38.706f, 40.883f, 44.714f, 43.020f, 43.284f, 44.033f,
+ 44.343f, 44.580f, 44.523f, 47.603f, 47.302f, 43.762f, 42.848f, 42.256f, 40.472f, 39.963f,
+ 38.797f, 37.546f, 37.344f, 36.245f, 33.963f, 30.432f, 26.754f, 22.973f, 19.607f, 16.596f,
+ 13.623f, 10.343f,  6.937f,  3.712f,  1.961f,  0.730f, -1.361f, -4.018f, -6.530f, -8.774f,
+-11.308f,-13.570f,-15.820f,-17.478f,-19.352f,-21.683f,-23.746f,-26.202f,-28.703f,-30.415f,
+-32.430f,-33.776f,-36.261f,-38.323f,-40.366f,-41.775f,-44.105f,-45.486f,-47.305f,-48.442f,
+-49.270f,-50.387f,-50.861f,-50.847f,-54.319f,-54.008f,-53.493f,-53.357f,-51.651f,-48.516f,
+-44.219f,-40.175f,-34.328f,-31.252f,-29.289f,-26.846f,-25.776f,-25.137f,-28.915f,-32.286f,
+-34.250f,-34.652f,-33.895f,-33.241f,-32.567f,-31.067f,-30.199f,-28.749f,-24.016f,-14.869f,
+ -6.978f, -3.041f, -1.414f,  1.378f, -0.558f, -1.998f,  0.894f, -7.336f,-12.491f,-16.910f,
+-18.034f,-11.441f,-10.923f,-11.745f,-12.605f,-14.077f,-14.755f,-16.382f,-16.913f,-16.019f,
+-14.870f,-12.846f, -7.175f, -2.767f, -1.154f, -0.263f, -0.575f,  0.476f,  2.344f,  3.552f,
+  3.816f,  3.470f,  1.886f,  2.411f,  3.643f,  3.543f,  2.659f,  2.651f,  3.008f,  2.111f,
+  1.894f,  1.499f,  2.338f,  1.958f,  2.635f,  3.284f,  4.776f,  5.914f,  7.485f,  9.504f,
+ 12.384f, 15.604f, 17.432f, 15.616f, 16.992f, 17.898f, 18.397f, 17.491f, 15.812f, 14.583f,
+ 13.606f
+},{
+-29.534f,-28.310f,-23.865f,-19.418f,-14.622f,-10.053f, -6.823f, -4.353f, -0.494f,  3.312f,
+  6.080f,  8.521f,  9.524f, 10.901f, 13.512f, 15.913f, 17.875f, 19.721f, 21.464f, 24.032f,
+ 28.396f, 33.533f, 38.369f, 40.727f, 35.252f, 30.790f, 28.792f, 29.093f, 30.393f, 31.368f,
+ 32.864f, 34.127f, 35.174f, 36.212f, 38.517f, 40.609f, 42.582f, 43.049f, 43.441f, 43.913f,
+ 43.972f, 44.203f, 44.083f, 45.400f, 44.427f, 43.201f, 42.829f, 41.937f, 40.227f, 39.140f,
+ 37.746f, 36.578f, 35.864f, 35.616f, 33.380f, 30.843f, 27.020f, 23.499f, 19.911f, 16.754f,
+ 14.525f, 11.228f,  6.841f,  3.628f,  1.852f,  0.586f, -1.137f, -2.923f, -5.782f, -8.952f,
+-11.171f,-13.405f,-15.659f,-17.516f,-19.722f,-22.314f,-24.465f,-27.204f,-29.567f,-31.264f,
+-32.654f,-35.927f,-37.097f,-39.090f,-39.039f,-41.361f,-44.041f,-46.327f,-47.989f,-49.096f,
+-50.034f,-50.927f,-52.064f,-52.513f,-52.219f,-54.406f,-54.728f,-54.190f,-52.654f,-51.051f,
+-47.700f,-44.040f,-36.869f,-34.173f,-31.011f,-29.138f,-28.683f,-28.492f,-32.067f,-34.320f,
+-35.340f,-35.230f,-34.316f,-33.491f,-33.131f,-32.310f,-31.243f,-27.982f,-20.640f,-12.366f,
+ -8.173f, -3.668f, -1.699f, -0.601f, -2.591f, -4.580f, -1.862f, -9.472f,-13.231f,-17.996f,
+-15.373f,-11.910f,-11.991f,-13.780f,-14.779f,-16.175f,-16.119f,-17.617f,-18.108f,-16.107f,
+-15.055f,-14.239f, -8.235f, -4.022f, -2.938f, -1.967f, -2.366f, -1.420f,  0.799f,  2.227f,
+  3.146f,  2.599f,  0.766f,  1.304f,  2.293f,  1.839f,  1.503f,  1.932f,  1.727f,  1.109f,
+  1.067f,  1.105f,  2.201f,  1.883f,  1.938f,  2.651f,  4.559f,  5.406f,  7.036f,  8.993f,
+ 11.826f, 15.274f, 17.451f, 15.643f, 16.723f, 17.690f, 18.226f, 17.402f, 15.746f, 14.561f,
+ 13.606f
+},{
+-29.534f,-28.322f,-23.963f,-19.468f,-14.634f,-10.034f, -6.660f, -4.133f, -0.252f,  3.892f,
+  7.005f,  9.223f, 10.125f, 11.318f, 13.357f, 15.412f, 17.427f, 19.181f, 21.082f, 23.500f,
+ 27.868f, 32.256f, 38.374f, 41.107f, 36.953f, 31.126f, 28.822f, 29.196f, 30.511f, 31.491f,
+ 32.768f, 34.150f, 35.086f, 36.263f, 38.174f, 39.741f, 41.400f, 41.964f, 43.024f, 43.123f,
+ 43.430f, 43.660f, 43.855f, 43.528f, 43.209f, 42.752f, 41.875f, 40.553f, 38.939f, 37.190f,
+ 36.109f, 35.056f, 33.721f, 33.029f, 32.872f, 30.329f, 27.781f, 23.718f, 20.412f, 17.604f,
+ 14.865f, 11.355f,  7.507f,  4.183f,  2.337f,  0.594f, -0.752f, -2.569f, -5.069f, -8.144f,
+-10.702f,-13.340f,-15.781f,-17.828f,-19.914f,-22.578f,-25.087f,-27.876f,-30.008f,-31.964f,
+-33.364f,-35.422f,-37.899f,-39.210f,-41.172f,-43.127f,-43.612f,-46.116f,-47.961f,-49.507f,
+-50.660f,-51.800f,-52.594f,-52.543f,-53.388f,-53.397f,-54.210f,-56.069f,-53.792f,-51.842f,
+-49.528f,-46.813f,-40.523f,-36.768f,-33.698f,-31.622f,-30.876f,-32.009f,-34.441f,-36.191f,
+-36.372f,-35.917f,-34.430f,-33.236f,-33.170f,-32.932f,-31.976f,-25.591f,-18.940f,-13.467f,
+ -7.788f, -4.698f, -2.778f, -3.641f, -5.479f, -7.340f, -3.983f,-10.146f,-15.984f,-20.606f,
+-15.610f,-12.953f,-13.893f,-16.748f,-16.424f,-18.239f,-17.794f,-19.173f,-19.294f,-16.429f,
+-15.518f,-15.323f, -9.317f, -5.915f, -5.363f, -3.888f, -4.614f, -3.353f, -0.626f,  1.190f,
+  1.587f,  1.217f, -0.365f,  1.186f,  0.881f,  0.680f,  1.004f,  1.271f,  0.666f,  0.454f,
+ -0.084f,  0.795f,  1.873f,  1.899f,  1.572f,  1.934f,  4.279f,  4.993f,  6.645f,  8.612f,
+ 11.373f, 14.962f, 17.408f, 15.669f, 16.467f, 17.474f, 18.069f, 17.335f, 15.682f, 14.539f,
+ 13.606f
+},{
+-29.534f,-28.334f,-24.057f,-19.523f,-14.648f,-10.037f, -6.503f, -3.877f,  0.053f,  4.606f,
+  8.163f,  9.820f, 10.517f, 11.314f, 12.976f, 15.085f, 17.144f, 18.852f, 21.065f, 23.475f,
+ 26.692f, 30.034f, 36.042f, 38.981f, 35.986f, 30.475f, 28.984f, 29.660f, 30.923f, 31.472f,
+ 32.583f, 34.013f, 35.046f, 36.318f, 37.753f, 39.232f, 40.537f, 41.454f, 42.389f, 42.829f,
+ 42.827f, 43.016f, 43.259f, 43.073f, 42.652f, 41.916f, 40.664f, 39.029f, 37.366f, 36.418f,
+ 34.697f, 33.107f, 32.330f, 31.368f, 30.658f, 30.357f, 28.538f, 24.919f, 21.053f, 18.108f,
+ 14.723f, 10.881f,  7.737f,  4.902f,  2.616f,  1.111f, -0.702f, -2.622f, -3.848f, -1.082f,
+-10.763f,-13.736f,-15.577f,-17.367f,-19.386f,-21.960f,-25.113f,-27.378f,-29.949f,-32.231f,
+-34.182f,-36.060f,-38.398f,-40.490f,-42.137f,-41.229f,-41.576f,-47.266f,-49.195f,-50.654f,
+-51.707f,-52.752f,-53.873f,-53.814f,-53.588f,-53.649f,-53.606f,-54.441f,-54.937f,-53.153f,
+-50.829f,-47.594f,-42.681f,-39.790f,-36.175f,-34.035f,-33.372f,-33.860f,-34.230f,-36.632f,
+-36.503f,-36.040f,-34.530f,-32.524f,-32.679f,-33.122f,-33.318f,-26.400f,-19.361f,-11.135f,
+ -6.458f, -5.040f, -5.111f, -5.431f, -7.474f, -9.115f, -7.606f,-10.183f,-17.355f,-19.542f,
+-15.284f,-13.630f,-16.555f,-18.592f,-17.881f,-20.177f,-19.909f,-20.398f,-20.389f,-18.706f,
+-16.929f,-16.707f,-11.680f, -8.583f, -7.543f, -6.179f, -6.014f, -4.664f, -1.685f,  0.123f,
+  0.349f, -0.458f, -0.786f,  0.755f, -0.018f, -0.103f,  0.495f,  0.475f, -0.011f, -0.275f,
+ -1.118f,  0.164f,  0.781f,  1.742f,  1.694f,  1.527f,  3.769f,  4.618f,  6.269f,  8.354f,
+ 11.096f, 14.637f, 17.242f, 15.647f, 16.220f, 17.254f, 17.926f, 17.288f, 15.620f, 14.517f,
+ 13.606f
+},{
+-29.534f,-28.346f,-24.147f,-19.589f,-14.670f,-10.062f, -6.382f, -3.611f,  0.416f,  5.238f,
+  9.080f, 10.140f, 10.450f, 10.922f, 12.405f, 14.589f, 16.934f, 18.977f, 20.675f, 23.406f,
+ 26.017f, 29.509f, 34.427f, 35.391f, 33.664f, 30.224f, 29.057f, 30.060f, 31.096f, 31.429f,
+ 32.339f, 33.620f, 34.951f, 36.182f, 37.454f, 38.904f, 40.320f, 41.065f, 41.574f, 41.434f,
+ 42.052f, 42.429f, 42.589f, 42.347f, 42.205f, 41.210f, 39.372f, 37.878f, 36.383f, 35.127f,
+ 33.408f, 31.428f, 30.619f, 29.582f, 28.854f, 28.630f, 27.080f, 25.384f, 21.871f, 18.062f,
+ 13.975f, 10.171f,  7.609f,  5.193f,  2.689f,  1.101f, -0.073f, -2.665f, -4.023f, -2.046f,
+-11.689f,-14.986f,-16.086f,-17.500f,-19.942f,-22.199f,-25.298f,-27.535f,-30.827f,-33.121f,
+-34.890f,-36.762f,-38.854f,-41.645f,-43.421f,-41.306f,-43.800f,-49.437f,-51.123f,-52.706f,
+-52.893f,-53.800f,-55.300f,-55.791f,-55.091f,-54.836f,-53.640f,-53.164f,-52.022f,-50.825f,
+-50.226f,-47.961f,-44.660f,-42.392f,-38.751f,-36.528f,-36.154f,-35.650f,-34.795f,-36.035f,
+-35.424f,-35.264f,-35.050f,-32.687f,-29.779f,-28.215f,-31.034f,-30.069f,-20.790f, -7.978f,
+ -5.862f, -6.561f, -6.482f, -7.875f, -9.706f,-10.778f,-10.088f,-10.482f,-15.688f,-19.237f,
+-17.660f,-17.307f,-19.980f,-20.314f,-20.210f,-22.106f,-22.027f,-21.392f,-21.503f,-21.280f,
+-19.619f,-18.095f,-14.282f,-11.223f,-10.227f, -8.432f, -6.626f, -5.014f, -2.511f, -1.198f,
+ -1.093f, -2.151f, -1.360f, -0.318f, -0.531f, -0.445f, -0.568f, -0.434f, -0.635f, -1.208f,
+ -1.694f, -0.520f, -0.846f,  0.936f,  1.734f,  1.815f,  3.122f,  4.187f,  5.876f,  8.126f,
+ 10.954f, 14.304f, 16.978f, 15.567f, 15.977f, 17.033f, 17.798f, 17.259f, 15.561f, 14.494f,
+ 13.606f
+},{
+-29.534f,-28.357f,-24.233f,-19.669f,-14.705f,-10.104f, -6.328f, -3.384f,  0.786f,  5.595f,
+  9.363f, 10.102f,  9.965f, 10.356f, 11.788f, 14.058f, 16.827f, 19.045f, 20.267f, 22.859f,
+ 25.924f, 29.927f, 34.218f, 33.043f, 32.331f, 29.971f, 29.489f, 30.342f, 31.125f, 31.464f,
+ 32.392f, 33.614f, 34.549f, 35.661f, 37.236f, 38.283f, 39.357f, 40.715f, 40.726f, 40.863f,
+ 40.969f, 41.379f, 41.658f, 41.436f, 41.158f, 40.152f, 38.504f, 36.882f, 35.365f, 33.586f,
+ 31.993f, 29.976f, 28.608f, 27.648f, 26.848f, 26.222f, 24.923f, 23.574f, 20.673f, 17.748f,
+ 13.730f,  9.636f,  7.055f,  4.907f,  2.623f,  0.881f, -0.730f, -2.825f, -5.985f, -9.648f,
+-12.423f,-12.322f,-16.888f,-18.765f,-20.703f,-22.978f,-25.657f,-28.969f,-31.848f,-34.082f,
+-36.145f,-38.258f,-40.744f,-43.079f,-44.356f,-44.408f,-48.907f,-51.196f,-53.113f,-54.413f,
+-55.396f,-55.727f,-56.472f,-57.140f,-57.047f,-56.287f,-55.374f,-54.019f,-52.874f,-51.236f,
+-50.220f,-49.178f,-46.402f,-43.892f,-41.444f,-40.119f,-39.512f,-39.140f,-35.560f,-34.719f,
+-33.307f,-34.146f,-33.136f,-29.953f,-26.614f,-26.930f,-26.165f,-27.843f,-19.159f, -7.234f,
+ -7.028f, -8.552f,-10.044f,-10.346f,-11.080f,-11.933f,-12.170f,-11.459f,-14.951f,-21.494f,
+-21.009f,-21.345f,-23.163f,-22.711f,-22.967f,-23.817f,-24.293f,-22.137f,-21.441f,-21.508f,
+-20.910f,-18.376f,-14.039f,-11.642f,-10.766f, -9.680f, -6.728f, -5.060f, -3.363f, -2.428f,
+ -2.479f, -3.091f, -2.284f, -1.662f, -1.967f, -1.598f, -1.759f, -1.241f, -1.283f, -1.980f,
+ -1.776f, -1.109f, -2.057f, -0.431f,  1.168f,  2.528f,  2.520f,  3.673f,  5.438f,  7.812f,
+ 10.809f, 13.996f, 16.692f, 15.450f, 15.734f, 16.813f, 17.685f, 17.243f, 15.503f, 14.470f,
+ 13.606f
+},{
+-29.534f,-28.368f,-24.314f,-19.765f,-14.758f,-10.158f, -6.357f, -3.243f,  1.080f,  5.623f,
+  8.962f,  9.739f,  9.350f,  9.786f, 11.284f, 13.779f, 16.879f, 18.698f, 20.175f, 22.439f,
+ 25.559f, 29.375f, 33.521f, 32.170f, 31.037f, 29.088f, 29.691f, 30.510f, 30.996f, 31.641f,
+ 32.534f, 33.548f, 34.562f, 35.581f, 36.855f, 37.945f, 38.272f, 39.433f, 39.821f, 40.117f,
+ 40.293f, 40.542f, 40.670f, 40.340f, 39.834f, 38.726f, 37.160f, 36.262f, 34.677f, 32.493f,
+ 30.624f, 28.909f, 27.070f, 25.731f, 25.180f, 24.739f, 23.749f, 22.123f, 20.956f, 18.831f,
+ 13.975f,  9.863f,  6.870f,  4.074f,  2.300f,  0.383f, -1.633f, -3.804f, -5.856f, -9.499f,
+ -6.875f, -9.636f,-16.768f,-19.287f,-21.890f,-24.336f,-26.898f,-30.166f,-33.455f,-35.653f,
+-38.286f,-40.137f,-42.407f,-43.757f,-45.144f,-48.705f,-50.864f,-53.103f,-55.086f,-56.289f,
+-57.721f,-58.203f,-58.428f,-59.212f,-58.618f,-57.261f,-56.624f,-55.736f,-54.007f,-52.578f,
+-50.753f,-51.612f,-50.635f,-47.171f,-45.364f,-44.670f,-43.759f,-42.497f,-39.878f,-36.685f,
+-35.484f,-32.945f,-31.639f,-27.549f,-29.918f,-28.699f,-22.012f,-19.779f,-17.860f,-11.159f,
+-13.407f,-14.314f,-12.075f,-11.640f,-12.358f,-14.442f,-13.229f,-13.530f,-19.156f,-23.967f,
+-24.103f,-24.671f,-25.279f,-25.224f,-25.445f,-25.982f,-25.865f,-22.907f,-20.388f,-19.875f,
+-18.282f,-16.428f,-12.503f,-11.325f, -9.983f, -9.461f, -6.984f, -5.842f, -4.196f, -2.954f,
+ -3.055f, -3.795f, -3.499f, -2.347f, -2.919f, -2.903f, -2.640f, -2.023f, -2.005f, -2.517f,
+ -1.638f, -1.973f, -2.487f, -1.663f,  0.121f,  2.805f,  2.081f,  3.133f,  4.925f,  7.368f,
+ 10.517f, 13.737f, 16.448f, 15.327f, 15.486f, 16.596f, 17.585f, 17.237f, 15.447f, 14.446f,
+ 13.606f
+},{
+-29.534f,-28.378f,-24.390f,-19.877f,-14.832f,-10.215f, -6.460f, -3.214f,  1.228f,  5.417f,
+  8.199f,  9.160f,  8.904f,  9.380f, 10.936f, 13.516f, 17.014f, 18.875f, 20.090f, 22.676f,
+ 25.267f, 28.274f, 32.206f, 31.292f, 29.722f, 28.603f, 29.592f, 30.434f, 30.834f, 31.897f,
+ 32.681f, 33.604f, 34.403f, 35.464f, 36.301f, 37.259f, 37.901f, 37.831f, 38.742f, 39.240f,
+ 39.256f, 39.710f, 39.660f, 39.227f, 38.455f, 37.141f, 35.724f, 34.894f, 33.442f, 31.418f,
+ 29.638f, 27.773f, 26.381f, 25.080f, 23.765f, 23.152f, 22.005f, 21.415f, 20.761f, 18.049f,
+ 15.358f, 10.737f,  6.819f,  3.683f,  2.048f,  0.428f, -1.689f, -3.746f, -5.343f, -8.218f,
+-12.313f,-12.753f,-16.312f,-16.871f,-20.462f,-27.158f,-29.030f,-31.675f,-34.769f,-37.336f,
+-39.475f,-41.084f,-42.577f,-45.459f,-48.685f,-51.286f,-53.542f,-55.358f,-57.113f,-58.733f,
+-60.083f,-60.824f,-61.198f,-61.068f,-60.573f,-59.552f,-58.489f,-56.977f,-55.491f,-54.697f,
+-54.244f,-54.230f,-53.604f,-52.000f,-50.578f,-50.386f,-47.022f,-44.266f,-43.653f,-42.018f,
+-38.660f,-35.051f,-31.600f,-29.770f,-35.644f,-30.183f,-23.677f,-21.905f,-19.725f,-16.904f,
+-15.810f,-13.880f,-12.219f,-12.404f,-13.500f,-16.341f,-15.265f,-16.742f,-25.725f,-26.711f,
+-26.270f,-26.684f,-26.956f,-26.728f,-27.341f,-27.790f,-27.184f,-25.346f,-21.737f,-18.612f,
+-17.158f,-15.505f,-13.454f,-11.799f, -9.605f, -8.542f, -7.663f, -6.407f, -4.808f, -3.040f,
+ -2.634f, -2.942f, -2.669f, -1.889f, -1.580f, -2.044f, -3.545f, -2.800f, -2.544f, -3.129f,
+ -1.957f, -3.023f, -2.683f, -2.384f, -0.988f,  2.082f,  1.877f,  2.635f,  4.358f,  6.871f,
+ 10.033f, 13.505f, 16.245f, 15.217f, 15.231f, 16.380f, 17.495f, 17.233f, 15.393f, 14.422f,
+ 13.606f
+},{
+-29.534f,-28.388f,-24.461f,-20.006f,-14.927f,-10.268f, -6.604f, -3.281f,  1.204f,  5.141f,
+  7.517f,  8.497f,  8.709f,  9.363f, 10.726f, 12.879f, 17.082f, 20.240f, 19.888f, 22.634f,
+ 25.739f, 27.667f, 31.135f, 30.397f, 28.360f, 27.665f, 29.073f, 30.184f, 30.727f, 31.864f,
+ 32.551f, 33.334f, 34.060f, 35.101f, 35.666f, 36.717f, 37.710f, 37.306f, 37.848f, 38.423f,
+ 38.223f, 38.624f, 38.457f, 37.664f, 36.792f, 35.605f, 34.170f, 33.350f, 32.111f, 30.185f,
+ 28.655f, 27.042f, 25.527f, 24.574f, 23.569f, 22.269f, 20.913f, 19.335f, 18.544f, 17.752f,
+ 14.922f, 11.454f,  7.222f,  3.862f,  1.885f,  0.493f, -1.626f, -3.977f, -5.459f, -7.445f,
+-10.458f,-13.063f,-16.494f,-17.437f,-19.341f,-23.788f,-29.118f,-34.081f,-36.541f,-38.192f,
+-38.094f,-40.308f,-44.458f,-48.641f,-51.340f,-53.947f,-55.843f,-57.878f,-60.110f,-61.738f,
+-62.749f,-63.573f,-63.488f,-63.183f,-62.669f,-61.658f,-60.221f,-59.064f,-58.346f,-58.230f,
+-58.224f,-58.008f,-56.849f,-56.743f,-54.346f,-53.580f,-52.462f,-49.706f,-47.753f,-43.200f,
+-42.720f,-40.368f,-36.154f,-37.645f,-37.495f,-31.810f,-25.641f,-23.630f,-20.464f,-17.279f,
+-15.055f,-14.771f,-13.916f,-14.135f,-17.196f,-16.827f,-18.251f,-23.099f,-28.906f,-29.351f,
+-28.329f,-28.207f,-27.746f,-27.690f,-28.908f,-28.946f,-28.767f,-26.605f,-24.239f,-21.778f,
+-19.360f,-18.272f,-16.251f,-14.538f,-11.909f, -9.512f, -7.724f, -7.041f, -4.864f, -4.763f,
+ -3.866f, -3.351f, -3.062f, -3.265f, -1.684f, -1.065f, -4.951f, -3.634f, -2.992f, -4.036f,
+ -2.966f, -3.868f, -3.199f, -2.859f, -1.915f,  0.688f,  1.921f,  2.198f,  3.830f,  6.441f,
+  9.427f, 13.232f, 16.004f, 15.105f, 14.970f, 16.164f, 17.414f, 17.226f, 15.339f, 14.396f,
+ 13.606f
+},{
+-29.534f,-28.397f,-24.527f,-20.149f,-15.044f,-10.313f, -6.738f, -3.392f,  1.042f,  4.906f,
+  7.164f,  7.858f,  8.595f,  9.763f, 10.702f, 12.084f, 17.048f, 21.488f, 19.829f, 21.654f,
+ 25.829f, 27.243f, 30.159f, 29.585f, 27.127f, 26.722f, 28.517f, 29.763f, 30.338f, 31.390f,
+ 32.176f, 33.106f, 33.955f, 34.638f, 35.498f, 36.202f, 37.090f, 37.289f, 37.071f, 37.993f,
+ 37.471f, 37.818f, 37.567f, 36.528f, 35.297f, 34.147f, 32.982f, 32.277f, 31.004f, 29.362f,
+ 27.846f, 26.263f, 25.082f, 24.224f, 23.561f, 22.093f, 20.347f, 18.554f, 16.419f, 15.158f,
+ 13.669f, 10.489f,  8.095f,  4.249f,  1.732f,  0.482f, -1.484f, -3.763f, -6.006f, -7.599f,
+-10.952f,-14.080f,-16.490f,-20.040f,-21.256f,-23.752f,-26.918f,-31.284f,-34.424f,-36.180f,
+-38.977f,-44.286f,-47.409f,-51.039f,-53.956f,-56.273f,-58.690f,-61.270f,-63.215f,-64.281f,
+-65.524f,-65.831f,-65.849f,-65.580f,-65.101f,-63.939f,-62.454f,-62.387f,-62.227f,-61.926f,
+-62.220f,-61.545f,-60.390f,-58.735f,-57.545f,-56.723f,-55.936f,-54.978f,-53.802f,-49.995f,
+-47.845f,-43.019f,-41.055f,-39.531f,-39.131f,-32.266f,-27.786f,-24.611f,-20.992f,-17.226f,
+-18.535f,-19.094f,-17.674f,-19.341f,-20.375f,-21.349f,-22.887f,-28.105f,-30.796f,-31.153f,
+-30.356f,-30.199f,-29.330f,-29.399f,-30.163f,-30.078f,-30.064f,-28.595f,-26.904f,-24.293f,
+-22.293f,-20.463f,-17.969f,-16.586f,-14.147f,-12.248f,-10.240f, -9.754f, -8.383f, -8.503f,
+ -8.109f, -6.376f, -6.149f, -5.758f, -4.098f, -1.867f, -6.142f, -5.067f, -3.904f, -4.794f,
+ -4.077f, -4.724f, -4.003f, -3.289f, -2.586f, -0.638f,  2.026f,  1.800f,  3.444f,  6.107f,
+  8.821f, 12.836f, 15.611f, 14.950f, 14.710f, 15.945f, 17.338f, 17.209f, 15.286f, 14.371f,
+ 13.606f
+},{
+-29.534f,-28.406f,-24.589f,-20.304f,-15.180f,-10.348f, -6.806f, -3.474f,  0.823f,  4.711f,
+  7.034f,  7.301f,  8.316f, 10.174f, 10.902f, 11.734f, 17.049f, 21.297f, 19.888f, 21.168f,
+ 25.164f, 27.067f, 29.707f, 28.838f, 26.255f, 26.579f, 28.334f, 29.442f, 30.160f, 31.015f,
+ 31.533f, 32.606f, 33.731f, 34.518f, 35.142f, 35.702f, 36.194f, 36.311f, 36.760f, 37.437f,
+ 37.019f, 38.157f, 36.910f, 35.507f, 34.452f, 33.032f, 32.414f, 31.511f, 29.947f, 28.514f,
+ 27.316f, 25.890f, 24.864f, 24.321f, 23.603f, 22.084f, 20.014f, 17.972f, 16.114f, 14.115f,
+ 12.907f, 10.843f,  8.866f,  5.264f,  1.781f,  0.282f, -1.384f, -3.805f, -6.084f, -8.413f,
+-11.214f,-14.763f,-17.296f,-20.750f,-24.594f,-27.559f,-30.573f,-34.035f,-36.409f,-37.864f,
+-41.541f,-46.356f,-49.918f,-53.394f,-56.312f,-58.929f,-61.316f,-63.870f,-65.759f,-67.162f,
+-67.895f,-68.247f,-68.303f,-68.202f,-67.168f,-66.439f,-66.255f,-66.445f,-66.282f,-66.464f,
+-65.982f,-64.518f,-63.030f,-61.532f,-59.694f,-58.007f,-56.370f,-54.604f,-52.691f,-50.044f,
+-49.320f,-46.449f,-41.935f,-43.417f,-41.852f,-33.813f,-29.902f,-27.200f,-24.686f,-22.419f,
+-21.522f,-21.080f,-20.511f,-20.548f,-21.111f,-22.110f,-26.659f,-30.517f,-32.656f,-33.055f,
+-32.541f,-31.865f,-31.466f,-31.513f,-32.212f,-31.597f,-31.004f,-30.329f,-28.782f,-26.508f,
+-24.280f,-22.740f,-20.747f,-18.637f,-16.775f,-14.148f,-13.267f,-12.385f,-11.377f,-10.372f,
+-10.246f, -8.773f, -8.677f, -8.116f, -6.056f, -3.810f, -6.034f, -6.610f, -4.993f, -4.995f,
+ -5.141f, -5.818f, -4.744f, -3.567f, -3.024f, -1.555f,  1.875f,  1.454f,  3.195f,  5.758f,
+  8.295f, 12.274f, 14.989f, 14.705f, 14.455f, 15.724f, 17.266f, 17.177f, 15.233f, 14.344f,
+ 13.606f
+},{
+-29.534f,-28.415f,-24.646f,-20.467f,-15.332f,-10.374f, -6.767f, -3.458f,  0.637f,  4.483f,
+  6.802f,  6.819f,  7.777f, 10.010f, 11.174f, 12.005f, 17.187f, 20.490f, 19.930f, 22.512f,
+ 25.997f, 27.915f, 29.914f, 28.369f, 25.489f, 26.868f, 28.060f, 29.221f, 29.721f, 30.522f,
+ 31.005f, 32.145f, 33.514f, 34.612f, 34.889f, 35.057f, 35.660f, 35.416f, 36.435f, 36.892f,
+ 36.254f, 37.578f, 36.299f, 35.228f, 33.691f, 32.229f, 31.701f, 30.699f, 29.611f, 28.269f,
+ 27.118f, 25.640f, 24.685f, 24.212f, 23.667f, 21.994f, 20.030f, 17.881f, 15.414f, 13.261f,
+ 11.565f, 10.856f,  8.164f,  5.879f,  2.581f,  0.025f, -1.872f, -3.851f, -6.363f, -8.647f,
+-10.837f,-15.527f,-18.318f,-22.023f,-25.701f,-29.020f,-32.281f,-35.799f,-39.375f,-42.434f,
+-45.841f,-49.164f,-52.693f,-55.965f,-58.881f,-61.446f,-64.132f,-66.411f,-68.505f,-69.944f,
+-70.659f,-70.696f,-70.859f,-70.592f,-69.779f,-69.969f,-70.300f,-70.376f,-70.401f,-70.220f,
+-69.546f,-67.935f,-66.622f,-65.067f,-62.965f,-60.875f,-58.671f,-56.469f,-53.931f,-51.555f,
+-49.920f,-47.575f,-45.088f,-46.487f,-44.948f,-35.657f,-30.625f,-29.462f,-29.928f,-25.073f,
+-22.579f,-22.276f,-22.447f,-20.944f,-19.763f,-22.689f,-28.253f,-32.541f,-34.579f,-33.985f,
+-33.778f,-33.389f,-33.087f,-32.424f,-33.639f,-33.351f,-33.041f,-32.063f,-31.160f,-29.059f,
+-26.105f,-24.452f,-22.988f,-20.403f,-18.135f,-16.641f,-15.605f,-14.352f,-13.345f,-12.226f,
+-10.953f,-10.205f,-10.157f, -9.843f, -7.841f, -5.945f, -4.781f, -6.994f, -5.900f, -5.227f,
+ -6.299f, -6.664f, -5.248f, -3.772f, -3.340f, -2.202f,  1.333f,  1.240f,  2.947f,  5.247f,
+  7.842f, 11.578f, 14.149f, 14.342f, 14.212f, 15.502f, 17.195f, 17.125f, 15.180f, 14.317f,
+ 13.606f
+},{
+-29.534f,-28.424f,-24.699f,-20.634f,-15.498f,-10.396f, -6.610f, -3.311f,  0.552f,  4.176f,
+  6.226f,  6.358f,  7.123f,  9.121f, 11.197f, 12.566f, 17.387f, 20.279f, 20.222f, 24.531f,
+ 28.245f, 28.975f, 29.130f, 27.201f, 25.122f, 27.345f, 27.448f, 28.618f, 29.187f, 30.259f,
+ 30.769f, 31.394f, 33.034f, 34.565f, 35.009f, 34.817f, 34.713f, 34.940f, 36.067f, 36.025f,
+ 39.017f, 36.902f, 35.509f, 34.061f, 32.519f, 31.766f, 31.117f, 30.275f, 29.225f, 27.792f,
+ 26.726f, 25.680f, 24.600f, 24.153f, 23.232f, 21.721f, 19.515f, 17.275f, 15.056f, 13.052f,
+ 10.706f,  9.717f,  8.150f,  5.713f,  2.206f, -0.229f, -2.259f, -4.206f, -6.762f, -9.062f,
+-11.834f,-15.071f,-19.282f,-23.061f,-26.561f,-30.032f,-33.770f,-37.361f,-41.058f,-44.884f,
+-48.761f,-51.964f,-55.208f,-58.472f,-61.426f,-64.283f,-66.604f,-68.682f,-70.516f,-72.331f,
+-73.069f,-73.337f,-73.749f,-73.012f,-73.030f,-73.888f,-74.292f,-74.362f,-74.445f,-73.666f,
+-72.476f,-71.236f,-69.774f,-68.254f,-66.332f,-64.095f,-61.704f,-59.246f,-55.997f,-54.073f,
+-51.848f,-49.835f,-44.330f,-45.061f,-46.617f,-38.392f,-31.420f,-31.147f,-31.677f,-26.919f,
+-23.818f,-23.435f,-23.572f,-20.618f,-19.935f,-22.433f,-28.733f,-34.865f,-36.438f,-35.524f,
+-35.224f,-34.145f,-34.343f,-34.437f,-35.516f,-35.144f,-34.793f,-33.883f,-32.600f,-30.523f,
+-28.266f,-26.237f,-24.566f,-22.538f,-20.014f,-18.037f,-17.565f,-16.486f,-14.860f,-14.043f,
+-12.961f,-11.016f,-10.621f,-10.584f, -9.891f, -7.771f, -4.423f, -5.956f, -6.602f, -5.890f,
+ -6.987f, -6.924f, -5.580f, -4.152f, -3.609f, -2.761f,  0.595f,  1.220f,  2.559f,  4.554f,
+  7.401f, 10.840f, 13.202f, 13.870f, 13.986f, 15.284f, 17.122f, 17.049f, 15.126f, 14.289f,
+ 13.606f
+},{
+-29.534f,-28.432f,-24.750f,-20.802f,-15.672f,-10.421f, -6.361f, -3.045f,  0.590f,  3.835f,
+  5.363f,  5.876f,  6.591f,  7.996f, 10.727f, 13.037f, 17.572f, 20.322f, 20.844f, 25.311f,
+ 28.418f, 28.762f, 27.787f, 25.926f, 25.098f, 26.894f, 27.034f, 27.933f, 28.472f, 30.071f,
+ 30.787f, 31.622f, 31.695f, 35.147f, 35.900f, 34.803f, 34.485f, 34.963f, 35.722f, 36.296f,
+ 40.417f, 37.221f, 35.875f, 34.420f, 32.599f, 31.719f, 30.575f, 29.680f, 28.472f, 27.265f,
+ 26.086f, 25.429f, 24.267f, 23.430f, 22.513f, 20.862f, 18.663f, 16.527f, 14.397f, 12.566f,
+ 10.397f,  8.795f,  7.018f,  5.676f,  1.571f, -0.369f, -2.692f, -5.103f, -7.340f, -9.798f,
+-12.470f,-15.599f,-19.575f,-23.803f,-27.052f,-30.944f,-34.713f,-38.454f,-42.413f,-46.935f,
+-50.510f,-54.322f,-57.743f,-60.974f,-63.940f,-66.487f,-68.608f,-71.032f,-72.385f,-74.307f,
+-75.251f,-76.030f,-76.114f,-75.838f,-76.534f,-77.502f,-77.914f,-78.331f,-78.395f,-77.371f,
+-75.927f,-74.607f,-72.989f,-71.152f,-69.349f,-67.039f,-64.629f,-61.718f,-58.480f,-56.451f,
+-54.730f,-54.943f,-48.811f,-47.295f,-48.091f,-41.995f,-34.822f,-31.304f,-32.248f,-29.554f,
+-26.990f,-24.546f,-24.324f,-22.565f,-20.648f,-22.129f,-29.555f,-36.736f,-37.720f,-37.030f,
+-36.392f,-35.673f,-35.459f,-36.990f,-37.186f,-36.529f,-36.224f,-34.726f,-32.839f,-30.976f,
+-29.175f,-26.983f,-24.927f,-23.666f,-22.007f,-19.885f,-18.647f,-17.811f,-16.484f,-15.438f,
+-14.554f,-13.161f,-11.395f,-11.199f,-11.341f, -9.810f, -6.297f, -4.716f, -6.502f, -6.551f,
+ -7.150f, -7.006f, -5.843f, -4.618f, -3.797f, -3.273f, -0.093f,  1.316f,  2.020f,  3.832f,
+  6.917f, 10.160f, 12.306f, 13.334f, 13.778f, 15.076f, 17.044f, 16.947f, 15.071f, 14.261f,
+ 13.606f
+},{
+-29.534f,-28.441f,-24.798f,-20.966f,-15.851f,-10.455f, -6.076f, -2.713f,  0.734f,  3.573f,
+  4.537f,  5.396f,  6.270f,  7.228f,  9.787f, 13.078f, 17.679f, 20.175f, 21.135f, 24.598f,
+ 26.014f, 27.239f, 27.410f, 25.550f, 24.751f, 25.858f, 26.748f, 27.459f, 28.068f, 29.988f,
+ 30.894f, 31.873f, 31.460f, 35.205f, 35.759f, 34.504f, 34.692f, 34.744f, 35.478f, 36.892f,
+ 38.728f, 37.607f, 38.627f, 36.351f, 33.113f, 31.433f, 30.188f, 29.515f, 28.296f, 27.057f,
+ 25.743f, 24.954f, 23.828f, 22.531f, 21.528f, 19.805f, 17.688f, 15.577f, 13.779f, 11.869f,
+ 10.019f,  7.918f,  6.725f,  4.699f,  1.150f, -1.022f, -3.406f, -6.013f, -8.099f,-10.716f,
+-13.281f,-16.593f,-20.533f,-24.431f,-28.243f,-31.671f,-35.715f,-39.403f,-43.757f,-47.531f,
+-52.376f,-55.945f,-59.558f,-62.831f,-65.977f,-68.638f,-70.540f,-72.950f,-74.757f,-76.592f,
+-77.714f,-78.475f,-78.510f,-78.772f,-80.003f,-80.808f,-81.514f,-81.949f,-81.463f,-80.411f,
+-79.219f,-77.756f,-76.135f,-74.228f,-71.915f,-69.878f,-67.349f,-64.314f,-62.168f,-58.375f,
+-55.696f,-55.463f,-52.291f,-47.217f,-45.091f,-43.167f,-40.145f,-35.150f,-31.644f,-29.549f,
+-27.914f,-25.586f,-24.547f,-23.979f,-22.493f,-22.262f,-30.333f,-38.386f,-37.727f,-37.701f,
+-36.927f,-37.067f,-38.570f,-39.174f,-38.430f,-37.686f,-37.407f,-35.306f,-32.781f,-31.142f,
+-29.287f,-27.052f,-24.892f,-23.915f,-23.379f,-21.625f,-20.439f,-19.234f,-17.962f,-16.568f,
+-15.924f,-15.035f,-13.040f,-11.661f,-11.872f,-10.880f, -8.476f, -5.011f, -5.810f, -7.092f,
+ -7.573f, -7.262f, -6.165f, -4.914f, -3.925f, -3.738f, -0.728f,  1.293f,  1.435f,  3.283f,
+  6.383f,  9.593f, 11.601f, 12.798f, 13.583f, 14.886f, 16.958f, 16.819f, 15.014f, 14.232f,
+ 13.606f
+},{
+-29.534f,-28.449f,-24.844f,-21.123f,-16.032f,-10.507f, -5.831f, -2.394f,  0.942f,  3.487f,
+  4.084f,  5.006f,  6.006f,  6.867f,  8.671f, 12.328f, 17.287f, 20.103f, 20.365f, 23.005f,
+ 23.767f, 25.155f, 26.605f, 24.384f, 23.879f, 25.468f, 26.443f, 26.874f, 27.951f, 29.668f,
+ 31.114f, 32.050f, 31.544f, 34.708f, 34.776f, 34.459f, 35.050f, 34.734f, 35.433f, 36.552f,
+ 36.915f, 39.246f, 39.492f, 37.503f, 33.973f, 31.094f, 29.887f, 29.118f, 28.072f, 26.829f,
+ 25.641f, 24.544f, 23.177f, 21.717f, 20.344f, 18.570f, 16.586f, 14.734f, 12.914f, 11.088f,
+  9.234f,  7.283f,  5.839f,  2.612f,  1.254f, -1.856f, -4.278f, -6.806f, -9.102f,-11.652f,
+-14.697f,-18.243f,-21.950f,-25.875f,-29.485f,-33.110f,-37.382f,-41.621f,-45.736f,-49.732f,
+-53.601f,-57.902f,-61.203f,-64.643f,-67.615f,-70.731f,-73.041f,-74.888f,-76.814f,-78.248f,
+-79.801f,-80.621f,-81.418f,-82.346f,-83.452f,-84.405f,-85.232f,-85.344f,-84.643f,-83.778f,
+-82.622f,-80.844f,-79.290f,-77.341f,-74.804f,-72.649f,-70.499f,-68.789f,-65.639f,-60.000f,
+-57.496f,-56.639f,-53.072f,-47.641f,-45.599f,-43.307f,-42.045f,-40.412f,-37.913f,-34.236f,
+-28.073f,-24.571f,-25.167f,-22.814f,-22.108f,-22.593f,-31.195f,-41.053f,-39.003f,-35.789f,
+-37.644f,-39.786f,-40.653f,-40.963f,-38.778f,-38.404f,-38.345f,-36.333f,-33.878f,-32.077f,
+-30.437f,-28.305f,-26.004f,-24.672f,-24.347f,-22.553f,-21.656f,-20.969f,-19.876f,-18.011f,
+-17.298f,-16.775f,-15.481f,-13.026f,-12.322f,-11.423f, -9.751f, -6.683f, -6.006f, -7.696f,
+ -8.217f, -7.611f, -6.609f, -5.152f, -4.125f, -4.100f, -1.443f,  0.914f,  0.905f,  2.968f,
+  5.827f,  9.124f, 11.148f, 12.321f, 13.394f, 14.719f, 16.861f, 16.666f, 14.956f, 14.203f,
+ 13.606f
+},{
+-29.534f,-28.457f,-24.890f,-21.271f,-16.214f,-10.584f, -5.697f, -2.163f,  1.177f,  3.589f,
+  4.101f,  4.784f,  5.574f,  6.454f,  7.747f, 10.875f, 15.811f, 19.378f, 18.463f, 20.594f,
+ 21.996f, 23.377f, 25.172f, 23.327f, 23.598f, 25.441f, 26.392f, 26.470f, 27.743f, 29.222f,
+ 30.761f, 31.904f, 30.639f, 34.497f, 34.252f, 34.616f, 35.102f, 34.779f, 34.815f, 36.258f,
+ 38.766f, 41.023f, 39.952f, 37.447f, 33.991f, 31.032f, 29.842f, 28.729f, 27.702f, 26.444f,
+ 25.343f, 23.759f, 22.296f, 20.675f, 18.963f, 17.353f, 15.501f, 13.747f, 12.028f, 10.196f,
+  8.305f,  6.418f,  4.155f,  2.626f,  0.280f, -2.981f, -5.259f, -7.693f,-10.322f,-13.052f,
+-16.483f,-20.005f,-23.704f,-27.691f,-31.793f,-35.661f,-39.920f,-43.991f,-48.372f,-52.124f,
+-56.221f,-60.128f,-62.785f,-66.058f,-69.343f,-72.066f,-74.815f,-77.136f,-79.058f,-81.066f,
+-82.858f,-84.430f,-85.488f,-86.080f,-86.821f,-87.594f,-88.455f,-88.703f,-87.775f,-86.666f,
+-85.465f,-84.018f,-82.157f,-80.134f,-77.860f,-75.999f,-74.046f,-70.885f,-66.248f,-63.010f,
+-61.190f,-58.235f,-53.737f,-49.893f,-46.474f,-44.504f,-43.799f,-44.913f,-43.812f,-42.389f,
+-33.607f,-26.396f,-26.242f,-25.638f,-23.493f,-25.435f,-31.830f,-43.533f,-43.407f,-34.652f,
+-39.394f,-42.159f,-42.861f,-42.406f,-37.526f,-39.489f,-38.825f,-37.444f,-34.799f,-32.516f,
+-31.133f,-28.706f,-27.101f,-26.043f,-25.932f,-23.650f,-22.806f,-22.212f,-21.363f,-19.533f,
+-18.225f,-18.349f,-16.786f,-14.412f,-13.143f,-12.695f,-11.018f, -8.499f, -7.484f, -8.387f,
+ -8.623f, -7.986f, -6.958f, -5.601f, -4.434f, -4.270f, -2.226f,  0.129f,  0.432f,  2.765f,
+  5.276f,  8.696f, 10.917f, 11.934f, 13.203f, 14.577f, 16.751f, 16.491f, 14.895f, 14.172f,
+ 13.606f
+},{
+-29.534f,-28.465f,-24.936f,-21.409f,-16.395f,-10.692f, -5.726f, -2.070f,  1.415f,  3.802f,
+  4.402f,  4.726f,  4.947f,  5.667f,  7.174f,  9.537f, 13.555f, 16.814f, 16.034f, 17.634f,
+ 19.505f, 22.010f, 24.343f, 24.053f, 23.653f, 25.001f, 25.890f, 26.063f, 27.460f, 28.546f,
+ 30.025f, 31.076f, 30.885f, 34.665f, 33.758f, 34.590f, 34.790f, 34.472f, 34.481f, 34.726f,
+ 40.635f, 40.841f, 39.764f, 36.487f, 33.090f, 31.044f, 29.672f, 28.211f, 27.095f, 25.819f,
+ 24.268f, 22.774f, 21.208f, 19.429f, 17.784f, 16.190f, 14.508f, 12.790f, 11.021f,  9.108f,
+  7.224f,  5.285f,  3.327f,  1.202f, -1.186f, -3.664f, -6.092f, -8.833f,-11.673f,-14.796f,
+-18.361f,-22.083f,-26.224f,-30.315f,-33.873f,-38.139f,-42.391f,-46.242f,-50.715f,-54.883f,
+-58.556f,-62.578f,-66.486f,-69.138f,-71.826f,-74.809f,-77.452f,-80.037f,-82.503f,-84.633f,
+-86.464f,-87.922f,-88.925f,-89.755f,-90.374f,-90.636f,-91.200f,-91.251f,-90.622f,-89.697f,
+-88.392f,-86.679f,-84.945f,-82.865f,-80.715f,-79.147f,-75.460f,-72.083f,-68.966f,-67.359f,
+-62.673f,-57.019f,-54.026f,-50.987f,-47.965f,-46.268f,-45.315f,-43.454f,-42.497f,-38.997f,
+-33.051f,-30.810f,-31.090f,-28.802f,-27.769f,-28.757f,-35.111f,-44.904f,-44.447f,-35.885f,
+-41.347f,-44.226f,-42.807f,-42.090f,-38.966f,-40.640f,-41.152f,-38.778f,-36.149f,-33.993f,
+-32.380f,-29.865f,-28.287f,-27.317f,-26.649f,-24.799f,-24.007f,-23.497f,-22.432f,-20.797f,
+-19.766f,-19.357f,-17.749f,-15.634f,-14.125f,-13.421f,-12.368f,-10.276f, -9.148f, -9.235f,
+ -8.946f, -8.366f, -7.054f, -6.139f, -4.736f, -4.328f, -2.912f, -0.877f, -0.034f,  2.496f,
+  4.746f,  8.264f, 10.823f, 11.635f, 13.003f, 14.456f, 16.625f, 16.299f, 14.833f, 14.142f,
+ 13.606f
+},{
+-29.534f,-28.473f,-24.983f,-21.536f,-16.576f,-10.834f, -5.935f, -2.138f,  1.647f,  4.039f,
+  4.700f,  4.739f,  4.356f,  4.757f,  6.777f,  9.040f, 11.863f, 13.560f, 14.086f, 15.436f,
+ 17.281f, 20.298f, 22.967f, 24.598f, 22.641f, 23.894f, 25.203f, 25.628f, 27.109f, 28.306f,
+ 29.355f, 29.980f, 30.377f, 33.934f, 33.472f, 34.721f, 34.691f, 34.373f, 34.520f, 37.729f,
+ 39.925f, 40.075f, 38.559f, 35.680f, 32.677f, 30.883f, 28.999f, 27.450f, 26.301f, 24.875f,
+ 23.221f, 21.511f, 20.014f, 18.168f, 16.588f, 15.041f, 13.503f, 11.646f,  9.853f,  8.036f,
+  6.075f,  4.102f,  1.972f,  0.004f, -2.068f, -4.669f, -7.565f,-10.581f,-13.717f,-16.964f,
+-20.596f,-24.515f,-28.970f,-33.042f,-36.947f,-40.756f,-44.822f,-48.869f,-52.695f,-56.778f,
+-60.861f,-64.217f,-68.849f,-72.612f,-75.750f,-78.454f,-81.139f,-83.794f,-85.890f,-87.840f,
+-89.475f,-91.154f,-92.300f,-92.512f,-93.199f,-93.885f,-93.826f,-93.588f,-93.254f,-92.292f,
+-91.153f,-89.554f,-87.879f,-85.671f,-83.279f,-80.708f,-77.830f,-74.583f,-71.990f,-65.318f,
+-60.900f,-56.819f,-53.999f,-51.755f,-48.264f,-45.884f,-45.309f,-45.257f,-44.794f,-44.844f,
+-38.805f,-37.340f,-39.525f,-36.855f,-34.988f,-32.439f,-28.764f,-38.518f,-40.601f,-36.376f,
+-41.082f,-41.211f,-40.121f,-39.620f,-41.208f,-42.372f,-41.463f,-39.414f,-38.290f,-35.462f,
+-33.374f,-31.199f,-29.108f,-27.833f,-27.310f,-26.277f,-25.238f,-24.844f,-23.780f,-22.254f,
+-21.313f,-20.278f,-19.060f,-16.973f,-14.992f,-14.057f,-13.434f,-11.727f,-10.591f,-10.126f,
+ -9.252f, -8.741f, -7.215f, -6.468f, -4.953f, -4.521f, -3.400f, -1.811f, -0.493f,  2.111f,
+  4.259f,  7.837f, 10.773f, 11.398f, 12.790f, 14.351f, 16.483f, 16.094f, 14.768f, 14.110f,
+ 13.606f
+},{
+-29.534f,-28.482f,-25.032f,-21.653f,-16.757f,-11.014f, -6.307f, -2.357f,  1.860f,  4.271f,
+  4.848f,  4.729f,  4.060f,  4.241f,  6.298f,  9.082f, 11.604f, 12.126f, 13.190f, 15.005f,
+ 16.600f, 18.604f, 20.945f, 24.511f, 21.669f, 22.601f, 24.386f, 25.082f, 26.401f, 27.791f,
+ 28.686f, 29.534f, 29.902f, 34.281f, 33.428f, 34.716f, 34.780f, 34.880f, 36.712f, 38.602f,
+ 37.367f, 37.643f, 37.248f, 34.536f, 32.011f, 30.334f, 28.548f, 26.683f, 25.165f, 23.513f,
+ 21.989f, 20.140f, 18.612f, 16.937f, 15.364f, 14.032f, 12.243f, 10.576f,  8.645f,  6.926f,
+  4.869f,  2.970f,  0.890f, -1.160f, -3.549f, -6.458f, -9.446f,-12.647f,-15.912f,-19.309f,
+-23.174f,-27.167f,-31.127f,-35.284f,-39.509f,-43.409f,-47.458f,-51.339f,-54.955f,-58.338f,
+-62.613f,-65.920f,-69.460f,-72.743f,-77.224f,-81.347f,-84.177f,-86.605f,-89.003f,-90.757f,
+-92.225f,-94.021f,-95.032f,-95.469f,-95.854f,-96.013f,-96.194f,-95.538f,-95.302f,-94.383f,
+-93.025f,-90.716f,-89.004f,-86.694f,-84.267f,-82.164f,-79.894f,-77.417f,-70.406f,-66.701f,
+-63.904f,-59.089f,-55.971f,-53.305f,-49.365f,-46.248f,-44.602f,-45.221f,-47.560f,-50.233f,
+-49.334f,-48.384f,-44.747f,-45.377f,-41.624f,-35.427f,-28.397f,-32.662f,-33.433f,-35.348f,
+-41.576f,-45.270f,-35.959f,-41.338f,-42.449f,-43.149f,-41.864f,-41.348f,-39.856f,-36.505f,
+-33.878f,-32.063f,-30.187f,-28.770f,-28.492f,-27.369f,-26.546f,-26.358f,-24.957f,-23.659f,
+-22.815f,-21.285f,-19.989f,-18.181f,-15.897f,-15.061f,-14.389f,-12.898f,-12.200f,-10.768f,
+ -9.502f, -9.232f, -7.682f, -6.646f, -5.153f, -4.915f, -3.756f, -2.451f, -0.893f,  1.710f,
+  3.864f,  7.469f, 10.704f, 11.186f, 12.566f, 14.253f, 16.326f, 15.882f, 14.702f, 14.079f,
+ 13.606f
+},{
+-29.534f,-28.491f,-25.084f,-21.762f,-16.943f,-11.234f, -6.795f, -2.701f,  2.026f,  4.534f,
+  4.928f,  4.691f,  4.081f,  4.279f,  5.785f,  8.832f, 12.237f, 12.787f, 12.875f, 15.614f,
+ 16.860f, 17.546f, 19.615f, 24.084f, 21.261f, 21.552f, 23.367f, 24.683f, 25.786f, 26.882f,
+ 27.693f, 29.010f, 29.777f, 33.774f, 33.431f, 34.097f, 35.283f, 36.818f, 38.256f, 37.949f,
+ 36.646f, 35.523f, 34.764f, 33.235f, 31.159f, 29.593f, 27.749f, 25.601f, 24.169f, 22.365f,
+ 20.575f, 18.954f, 17.336f, 15.758f, 14.304f, 12.746f, 11.063f,  9.343f,  7.675f,  5.632f,
+  3.785f,  1.655f, -0.307f, -2.365f, -5.120f, -8.062f,-11.358f,-14.431f,-17.892f,-21.577f,
+-25.322f,-29.302f,-33.414f,-37.874f,-42.311f,-46.454f,-50.472f,-54.356f,-58.173f,-61.689f,
+-64.980f,-68.528f,-71.883f,-74.282f,-75.888f,-81.293f,-86.235f,-88.816f,-91.174f,-93.646f,
+-94.834f,-95.748f,-96.847f,-97.549f,-97.639f,-97.416f,-97.153f,-96.805f,-96.303f,-95.497f,
+-93.524f,-91.519f,-89.614f,-87.515f,-86.018f,-83.718f,-80.491f,-75.545f,-71.170f,-68.752f,
+-65.377f,-60.783f,-57.688f,-54.922f,-50.827f,-47.997f,-45.578f,-44.019f,-46.960f,-49.338f,
+-49.078f,-46.857f,-43.488f,-47.382f,-47.769f,-37.133f,-30.462f,-29.737f,-30.305f,-33.004f,
+-40.162f,-49.216f,-37.686f,-41.383f,-44.147f,-43.542f,-42.586f,-42.375f,-40.696f,-37.682f,
+-34.528f,-33.383f,-31.389f,-30.328f,-29.727f,-28.826f,-28.256f,-27.857f,-25.765f,-25.117f,
+-23.718f,-22.641f,-21.209f,-19.272f,-16.896f,-16.102f,-15.571f,-14.186f,-13.357f,-11.174f,
+ -9.822f, -9.726f, -8.104f, -6.947f, -5.446f, -5.296f, -4.108f, -2.754f, -1.201f,  1.422f,
+  3.624f,  7.220f, 10.595f, 10.974f, 12.336f, 14.150f, 16.155f, 15.668f, 14.633f, 14.046f,
+ 13.606f
+},{
+-29.534f,-28.500f,-25.139f,-21.866f,-17.134f,-11.492f, -7.338f, -3.137f,  2.098f,  4.860f,
+  5.116f,  4.700f,  4.182f,  4.484f,  5.520f,  8.187f, 12.853f, 13.938f, 12.684f, 15.955f,
+ 17.172f, 16.551f, 18.751f, 22.345f, 20.478f, 20.765f, 22.674f, 24.381f, 25.176f, 26.512f,
+ 27.264f, 29.285f, 29.941f, 32.355f, 32.876f, 34.087f, 35.008f, 39.559f, 37.833f, 37.650f,
+ 36.342f, 34.085f, 32.812f, 31.643f, 30.141f, 28.582f, 26.893f, 24.777f, 23.046f, 21.343f,
+ 19.529f, 17.683f, 16.190f, 14.732f, 13.215f, 11.547f, 10.061f,  8.191f,  6.452f,  4.476f,
+  2.556f,  0.374f, -1.564f, -3.956f, -6.934f, -9.925f,-13.000f,-16.837f,-19.852f,-23.260f,
+-27.280f,-31.321f,-35.746f,-40.114f,-44.742f,-49.252f,-52.754f,-56.756f,-60.956f,-65.094f,
+-68.439f,-72.126f,-75.880f,-78.078f,-80.454f,-83.587f,-86.799f,-90.089f,-91.856f,-93.275f,
+-94.642f,-95.694f,-96.608f,-95.940f,-95.742f,-96.493f,-96.603f,-96.854f,-96.914f,-96.137f,
+-94.693f,-93.106f,-91.923f,-89.494f,-86.512f,-82.569f,-79.735f,-77.433f,-74.969f,-69.341f,
+-66.217f,-61.645f,-59.575f,-56.367f,-51.727f,-48.591f,-47.551f,-46.081f,-46.767f,-48.075f,
+-47.274f,-44.757f,-43.307f,-47.395f,-44.306f,-34.622f,-29.691f,-28.750f,-28.089f,-30.255f,
+-38.559f,-43.840f,-37.469f,-42.109f,-44.219f,-44.265f,-43.603f,-42.797f,-40.858f,-38.577f,
+-35.251f,-34.543f,-33.224f,-32.085f,-31.372f,-30.415f,-29.900f,-28.871f,-27.091f,-26.625f,
+-24.769f,-23.595f,-22.263f,-20.015f,-17.919f,-17.129f,-16.582f,-14.973f,-13.598f,-11.525f,
+-10.018f, -9.888f, -8.173f, -7.309f, -5.874f, -5.537f, -4.523f, -2.844f, -1.436f,  1.273f,
+  3.571f,  7.100f, 10.444f, 10.750f, 12.109f, 14.035f, 15.975f, 15.458f, 14.563f, 14.014f,
+ 13.606f
+},{
+-29.534f,-28.509f,-25.199f,-21.966f,-17.333f,-11.788f, -7.880f, -3.633f,  2.026f,  5.202f,
+  5.474f,  4.820f,  4.142f,  4.383f,  5.523f,  7.790f, 13.180f, 14.918f, 13.058f, 15.918f,
+ 17.131f, 15.714f, 17.999f, 20.211f, 19.544f, 20.408f, 22.228f, 24.040f, 24.670f, 25.963f,
+ 27.439f, 30.037f, 29.986f, 31.428f, 32.264f, 34.068f, 34.994f, 39.101f, 38.156f, 36.648f,
+ 34.971f, 33.315f, 31.818f, 30.650f, 29.335f, 27.766f, 26.019f, 24.283f, 22.067f, 20.293f,
+ 18.450f, 16.626f, 15.019f, 13.723f, 12.017f, 10.513f,  8.727f,  7.052f,  5.307f,  3.378f,
+  1.229f, -0.796f, -3.124f, -5.824f, -8.715f,-11.937f,-15.041f,-18.379f,-22.098f,-25.779f,
+-29.422f,-33.611f,-38.203f,-42.181f,-46.389f,-50.716f,-54.522f,-58.712f,-62.773f,-67.165f,
+-71.149f,-74.986f,-78.776f,-82.000f,-85.512f,-88.384f,-90.424f,-91.955f,-92.862f,-94.580f,
+-96.448f,-97.359f,-98.589f,-99.221f,-99.614f,-99.858f,-100.164f,-99.836f,-99.150f,-98.313f,
+-96.744f,-95.110f,-92.884f,-88.869f,-86.368f,-83.972f,-80.160f,-78.057f,-74.023f,-70.083f,
+-65.973f,-62.870f,-59.764f,-56.508f,-52.574f,-48.107f,-47.504f,-47.804f,-46.379f,-47.080f,
+-45.822f,-43.813f,-44.405f,-45.340f,-37.554f,-31.863f,-31.038f,-29.454f,-27.635f,-29.660f,
+-34.735f,-37.570f,-35.984f,-43.775f,-44.839f,-45.354f,-44.037f,-43.729f,-42.206f,-39.567f,
+-36.471f,-35.772f,-34.380f,-33.442f,-32.882f,-31.903f,-30.729f,-29.430f,-28.427f,-27.600f,
+-25.861f,-23.776f,-22.341f,-20.741f,-19.192f,-17.698f,-17.064f,-15.127f,-13.661f,-11.787f,
+-10.056f, -9.776f, -8.061f, -7.456f, -6.381f, -5.766f, -4.995f, -2.906f, -1.616f,  1.181f,
+  3.661f,  7.061f, 10.246f, 10.519f, 11.890f, 13.905f, 15.790f, 15.258f, 14.491f, 13.980f,
+ 13.606f
+},{
+-29.534f,-28.520f,-25.264f,-22.068f,-17.542f,-12.119f, -8.384f, -4.159f,  1.778f,  5.415f,
+  5.846f,  5.005f,  3.989f,  3.948f,  5.423f,  7.870f, 13.122f, 15.703f, 14.073f, 15.983f,
+ 16.555f, 15.575f, 17.143f, 18.766f, 18.768f, 20.261f, 21.979f, 23.597f, 24.293f, 25.627f,
+ 27.431f, 30.188f, 30.054f, 30.815f, 31.196f, 33.286f, 35.315f, 37.087f, 36.809f, 36.017f,
+ 32.970f, 32.152f, 30.860f, 29.752f, 28.695f, 26.795f, 25.194f, 23.571f, 21.657f, 19.260f,
+ 17.815f, 16.033f, 14.326f, 12.896f, 11.233f,  9.572f,  7.869f,  6.243f,  4.358f,  2.376f,
+  0.150f, -2.217f, -5.122f, -7.874f,-10.833f,-13.714f,-17.177f,-20.654f,-24.156f,-27.634f,
+-31.600f,-35.561f,-39.610f,-44.051f,-47.815f,-52.013f,-56.258f,-60.499f,-64.475f,-68.567f,
+-72.711f,-76.301f,-80.231f,-83.983f,-87.499f,-90.014f,-92.178f,-94.888f,-97.331f,-99.292f,
+-100.316f,-100.195f,-100.405f,-101.016f,-101.100f,-100.931f,-100.881f,-100.411f,-100.127f,-99.265f,
+-97.286f,-93.965f,-91.086f,-91.263f,-87.689f,-83.478f,-80.389f,-76.942f,-74.598f,-70.413f,
+-66.722f,-63.495f,-59.951f,-56.489f,-54.114f,-51.821f,-48.953f,-46.888f,-46.520f,-46.812f,
+-46.482f,-46.259f,-46.328f,-40.425f,-32.337f,-28.435f,-29.518f,-30.646f,-30.406f,-35.826f,
+-35.460f,-34.197f,-35.323f,-42.764f,-45.057f,-47.276f,-46.005f,-44.721f,-42.898f,-39.997f,
+-37.843f,-37.636f,-35.686f,-35.140f,-34.188f,-33.423f,-31.346f,-30.046f,-29.240f,-28.424f,
+-26.357f,-24.646f,-22.791f,-21.271f,-20.223f,-18.438f,-17.195f,-15.191f,-13.799f,-11.920f,
+-10.306f, -9.609f, -7.965f, -7.468f, -6.848f, -6.055f, -5.483f, -3.056f, -1.721f,  1.069f,
+  3.780f,  7.025f,  9.989f, 10.284f, 11.683f, 13.763f, 15.607f, 15.070f, 14.418f, 13.947f,
+ 13.606f
+},{
+-29.534f,-28.530f,-25.334f,-22.173f,-17.764f,-12.480f, -8.835f, -4.684f,  1.363f,  5.334f,
+  5.966f,  5.106f,  3.925f,  3.579f,  5.006f,  7.905f, 12.438f, 15.562f, 14.791f, 15.942f,
+ 16.086f, 15.836f, 16.553f, 18.085f, 17.962f, 19.658f, 21.543f, 22.743f, 23.377f, 25.453f,
+ 27.545f, 29.919f, 30.303f, 30.445f, 30.547f, 32.694f, 34.395f, 35.364f, 36.174f, 33.405f,
+ 31.947f, 31.206f, 29.650f, 28.651f, 27.799f, 26.117f, 24.218f, 22.531f, 20.927f, 19.053f,
+ 17.010f, 15.721f, 14.022f, 12.232f, 10.609f,  8.644f,  6.917f,  5.167f,  3.248f,  1.162f,
+ -1.264f, -4.195f, -7.113f, -9.998f,-13.126f,-15.990f,-19.136f,-22.696f,-26.447f,-29.931f,
+-33.478f,-37.169f,-40.746f,-44.987f,-49.526f,-53.263f,-57.867f,-62.190f,-66.239f,-70.150f,
+-74.022f,-77.828f,-81.512f,-85.192f,-88.267f,-91.128f,-93.285f,-96.114f,-97.538f,-99.216f,
+-100.655f,-101.565f,-102.393f,-103.011f,-102.925f,-102.407f,-101.900f,-100.994f,-100.049f,-96.143f,
+-95.019f,-92.344f,-89.960f,-87.666f,-86.030f,-83.502f,-81.181f,-78.019f,-74.901f,-71.145f,
+-66.988f,-63.319f,-60.767f,-57.424f,-54.535f,-53.563f,-53.479f,-50.292f,-48.456f,-48.775f,
+-48.413f,-48.005f,-45.595f,-33.652f,-24.886f,-26.622f,-25.646f,-27.607f,-33.390f,-46.759f,
+-40.597f,-34.429f,-37.045f,-41.620f,-45.960f,-48.466f,-47.964f,-45.832f,-43.227f,-40.086f,
+-39.059f,-39.136f,-37.316f,-36.756f,-35.672f,-34.104f,-32.492f,-30.761f,-29.887f,-29.185f,
+-27.510f,-26.411f,-23.820f,-21.919f,-20.757f,-19.152f,-17.184f,-15.320f,-13.944f,-12.127f,
+-10.707f, -9.396f, -8.018f, -7.701f, -7.210f, -6.269f, -5.953f, -3.277f, -1.738f,  0.935f,
+  3.793f,  6.936f,  9.662f, 10.046f, 11.486f, 13.616f, 15.431f, 14.897f, 14.344f, 13.913f,
+ 13.606f
+},{
+-29.534f,-28.541f,-25.409f,-22.284f,-17.997f,-12.863f, -9.239f, -5.182f,  0.827f,  4.882f,
+  5.675f,  4.977f,  4.024f,  3.572f,  4.593f,  7.553f, 11.335f, 14.408f, 14.825f, 15.548f,
+ 16.157f, 16.357f, 17.274f, 18.171f, 16.601f, 18.853f, 20.987f, 21.970f, 22.498f, 24.762f,
+ 27.268f, 29.398f, 29.373f, 29.156f, 29.894f, 31.850f, 32.575f, 34.059f, 33.447f, 31.118f,
+ 30.801f, 29.932f, 28.567f, 27.599f, 26.563f, 25.237f, 23.217f, 21.652f, 20.110f, 18.482f,
+ 16.978f, 14.987f, 13.445f, 11.786f,  9.928f,  7.898f,  5.871f,  4.019f,  1.970f, -0.446f,
+ -3.066f, -5.981f, -9.161f,-12.129f,-15.024f,-18.174f,-21.572f,-24.942f,-28.326f,-31.806f,
+-35.432f,-39.013f,-42.361f,-46.062f,-50.089f,-54.290f,-58.988f,-63.670f,-67.669f,-71.483f,
+-75.289f,-79.072f,-82.451f,-85.685f,-88.575f,-91.327f,-93.943f,-97.003f,-99.249f,-100.363f,
+-102.115f,-102.842f,-103.651f,-104.203f,-104.153f,-103.421f,-102.330f,-100.675f,-97.444f,-96.422f,
+-94.895f,-93.514f,-88.890f,-86.029f,-85.011f,-84.855f,-83.222f,-79.440f,-74.634f,-71.781f,
+-67.450f,-63.312f,-60.087f,-57.544f,-54.774f,-54.341f,-54.903f,-53.750f,-52.653f,-51.328f,
+-50.196f,-43.521f,-35.361f,-26.721f,-24.580f,-22.993f,-21.173f,-28.377f,-45.687f,-50.931f,
+-44.895f,-33.377f,-38.447f,-41.200f,-46.852f,-49.605f,-50.145f,-47.223f,-42.905f,-39.911f,
+-40.304f,-40.157f,-38.662f,-37.776f,-36.608f,-34.761f,-33.516f,-32.084f,-30.423f,-29.733f,
+-28.435f,-27.339f,-24.810f,-22.578f,-20.799f,-19.320f,-17.229f,-15.350f,-14.119f,-12.448f,
+-11.029f, -9.408f, -8.488f, -8.173f, -7.528f, -6.367f, -6.381f, -3.466f, -1.753f,  0.817f,
+  3.623f,  6.790f,  9.280f,  9.792f, 11.294f, 13.476f, 15.268f, 14.742f, 14.270f, 13.879f,
+ 13.606f
+},{
+-29.534f,-28.553f,-25.490f,-22.404f,-18.243f,-13.260f, -9.619f, -5.633f,  0.234f,  4.128f,
+  5.039f,  4.596f,  4.066f,  3.738f,  4.552f,  7.147f, 10.425f, 13.471f, 14.800f, 15.302f,
+ 15.966f, 16.910f, 18.076f, 18.209f, 15.331f, 18.352f, 20.073f, 20.955f, 21.813f, 24.068f,
+ 26.443f, 28.506f, 28.211f, 28.538f, 28.632f, 29.646f, 30.598f, 32.463f, 30.418f, 30.182f,
+ 29.546f, 28.854f, 27.543f, 26.305f, 25.410f, 23.970f, 22.351f, 20.732f, 19.184f, 17.702f,
+ 16.356f, 15.332f, 13.903f, 11.393f,  9.156f,  6.909f,  4.727f,  2.519f,  0.199f, -2.196f,
+ -5.096f, -8.201f,-10.961f,-13.968f,-17.206f,-20.050f,-23.341f,-26.980f,-30.466f,-33.549f,
+-36.989f,-40.781f,-43.697f,-47.314f,-51.290f,-55.287f,-59.539f,-64.072f,-68.245f,-72.037f,
+-75.933f,-79.821f,-83.344f,-86.095f,-89.255f,-91.830f,-94.456f,-97.266f,-99.953f,-101.061f,
+-102.606f,-103.495f,-103.671f,-103.471f,-104.199f,-104.683f,-104.391f,-103.329f,-99.427f,-96.784f,
+-95.356f,-94.476f,-91.113f,-86.507f,-86.637f,-87.109f,-84.564f,-78.600f,-74.827f,-71.395f,
+-67.938f,-63.657f,-59.243f,-59.244f,-56.334f,-56.079f,-56.740f,-56.664f,-56.283f,-54.544f,
+-48.350f,-35.948f,-28.191f,-22.914f,-22.814f,-21.543f,-24.098f,-33.845f,-51.503f,-51.701f,
+-46.389f,-35.203f,-37.837f,-42.067f,-47.365f,-49.227f,-50.839f,-47.485f,-42.750f,-40.356f,
+-42.036f,-40.733f,-39.688f,-38.806f,-37.688f,-35.316f,-34.049f,-33.379f,-31.605f,-30.890f,
+-28.780f,-27.079f,-25.154f,-22.649f,-20.729f,-19.095f,-17.008f,-15.372f,-14.135f,-12.763f,
+-11.458f, -9.968f, -9.335f, -8.596f, -7.854f, -6.522f, -6.698f, -3.552f, -1.904f,  0.711f,
+  3.280f,  6.620f,  8.891f,  9.508f, 11.099f, 13.355f, 15.121f, 14.603f, 14.196f, 13.844f,
+ 13.606f
+},{
+-29.534f,-28.566f,-25.578f,-22.534f,-18.500f,-13.661f, -9.998f, -6.032f, -0.360f,  3.246f,
+  4.297f,  4.072f,  3.748f,  3.642f,  4.686f,  6.998f,  9.853f, 13.190f, 14.903f, 15.550f,
+ 15.476f, 17.005f, 17.390f, 17.258f, 15.066f, 17.561f, 18.829f, 19.718f, 21.539f, 23.817f,
+ 25.559f, 27.395f, 27.614f, 27.620f, 26.622f, 27.592f, 27.270f, 29.521f, 28.806f, 28.772f,
+ 28.746f, 27.886f, 26.542f, 25.296f, 23.975f, 22.882f, 21.402f, 19.760f, 18.130f, 16.426f,
+ 14.716f, 12.895f, 12.230f, 10.293f,  7.988f,  5.505f,  3.123f,  0.710f, -1.787f, -4.443f,
+ -7.187f,-10.026f,-13.213f,-15.734f,-19.018f,-22.264f,-25.114f,-28.400f,-31.840f,-35.463f,
+-38.774f,-42.040f,-45.475f,-49.028f,-52.292f,-56.278f,-60.039f,-64.044f,-68.371f,-72.151f,
+-76.194f,-79.890f,-84.088f,-86.586f,-89.869f,-93.125f,-95.162f,-97.585f,-100.841f,-101.820f,
+-102.894f,-103.375f,-103.521f,-103.920f,-106.377f,-106.594f,-105.007f,-102.733f,-100.373f,-96.695f,
+-94.909f,-92.610f,-91.033f,-89.350f,-88.954f,-88.429f,-84.568f,-79.833f,-75.037f,-71.625f,
+-68.392f,-64.448f,-59.538f,-59.526f,-57.613f,-58.643f,-59.354f,-60.367f,-59.848f,-57.470f,
+-39.381f,-24.372f,-24.592f,-24.100f,-23.665f,-22.266f,-25.302f,-41.784f,-53.443f,-50.660f,
+-49.639f,-44.374f,-38.134f,-44.404f,-48.622f,-45.465f,-50.705f,-48.448f,-43.253f,-42.327f,
+-43.609f,-41.551f,-40.504f,-39.259f,-38.169f,-36.062f,-34.594f,-33.879f,-32.696f,-31.343f,
+-30.026f,-27.823f,-25.472f,-23.072f,-21.002f,-18.871f,-17.202f,-15.908f,-14.382f,-13.125f,
+-12.046f,-10.734f,-10.094f, -8.912f, -8.118f, -6.800f, -6.779f, -3.581f, -2.244f,  0.560f,
+  2.846f,  6.449f,  8.561f,  9.178f, 10.898f, 13.261f, 14.992f, 14.482f, 14.122f, 13.809f,
+ 13.606f
+},{
+-29.534f,-28.579f,-25.671f,-22.674f,-18.767f,-14.059f,-10.393f, -6.391f, -0.934f,  2.409f,
+  3.665f,  3.554f,  3.035f,  3.168f,  4.563f,  6.862f,  9.313f, 12.669f, 14.703f, 15.783f,
+ 15.575f, 16.694f, 16.210f, 15.949f, 15.154f, 16.222f, 17.607f, 18.471f, 21.448f, 23.402f,
+ 24.978f, 26.064f, 26.029f, 26.045f, 24.397f, 24.737f, 24.432f, 28.346f, 28.041f, 27.789f,
+ 27.216f, 26.443f, 25.371f, 24.195f, 22.677f, 21.420f, 20.322f, 18.725f, 16.990f, 15.111f,
+ 13.083f, 11.149f,  9.000f,  8.000f,  6.040f,  3.632f,  1.476f, -1.146f, -3.683f, -6.402f,
+ -9.295f,-11.865f,-14.847f,-18.007f,-20.456f,-23.636f,-27.100f,-30.194f,-33.493f,-36.952f,
+-40.365f,-43.723f,-46.938f,-50.319f,-53.674f,-57.279f,-60.901f,-64.143f,-68.145f,-71.992f,
+-75.940f,-79.066f,-83.273f,-85.663f,-89.854f,-92.927f,-93.944f,-97.704f,-100.371f,-101.251f,
+-102.688f,-103.379f,-103.731f,-104.088f,-105.697f,-105.992f,-100.427f,-96.745f,-96.020f,-96.065f,
+-96.033f,-93.495f,-93.008f,-91.754f,-90.304f,-86.792f,-83.431f,-80.012f,-75.333f,-72.426f,
+-67.924f,-64.719f,-60.325f,-57.911f,-58.451f,-59.528f,-61.135f,-63.189f,-62.844f,-55.211f,
+-34.529f,-22.274f,-24.422f,-25.472f,-25.153f,-24.771f,-29.875f,-48.186f,-53.771f,-51.457f,
+-55.718f,-54.184f,-38.815f,-46.672f,-49.422f,-40.262f,-51.273f,-49.385f,-44.784f,-44.326f,
+-44.506f,-43.018f,-40.720f,-39.742f,-38.552f,-36.263f,-34.834f,-33.986f,-33.395f,-32.186f,
+-30.595f,-28.865f,-26.460f,-23.575f,-21.127f,-19.713f,-18.158f,-16.363f,-14.875f,-13.457f,
+-12.638f,-11.288f,-10.519f, -9.200f, -8.273f, -7.042f, -6.579f, -3.689f, -2.661f,  0.341f,
+  2.407f,  6.254f,  8.341f,  8.806f, 10.692f, 13.196f, 14.879f, 14.375f, 14.049f, 13.774f,
+ 13.606f
+},{
+-29.534f,-28.593f,-25.769f,-22.826f,-19.043f,-14.448f,-10.808f, -6.738f, -1.493f,  1.697f,
+  3.200f,  3.117f,  2.226f,  2.648f,  4.267f,  6.493f,  8.802f, 11.722f, 14.154f, 15.454f,
+ 15.693f, 16.034f, 15.340f, 15.769f, 15.559f, 15.099f, 16.275f, 17.818f, 21.185f, 22.913f,
+ 24.978f, 24.948f, 24.892f, 23.116f, 22.174f, 22.616f, 23.306f, 26.061f, 26.888f, 26.638f,
+ 25.744f, 25.083f, 24.121f, 22.838f, 21.599f, 20.177f, 18.988f, 17.719f, 15.980f, 13.718f,
+ 11.668f,  9.458f,  7.369f,  4.976f,  3.870f,  1.766f, -0.583f, -2.900f, -5.633f, -8.328f,
+-10.725f,-14.099f,-16.538f,-19.400f,-22.491f,-25.248f,-28.550f,-31.903f,-35.136f,-38.508f,
+-41.870f,-45.170f,-48.543f,-51.754f,-54.814f,-58.202f,-61.641f,-64.909f,-68.484f,-71.584f,
+-75.151f,-78.090f,-81.506f,-84.164f,-88.632f,-91.684f,-94.161f,-95.853f,-98.091f,-100.094f,
+-101.659f,-102.479f,-103.170f,-103.570f,-104.791f,-104.557f,-97.878f,-92.728f,-94.181f,-95.402f,
+-98.390f,-99.016f,-96.467f,-93.413f,-91.541f,-87.762f,-81.124f,-77.210f,-74.971f,-69.934f,
+-66.904f,-64.695f,-61.259f,-58.549f,-59.045f,-59.982f,-62.389f,-65.501f,-62.951f,-47.955f,
+-29.347f,-24.246f,-26.369f,-26.804f,-26.402f,-26.351f,-32.950f,-50.722f,-54.080f,-53.548f,
+-59.764f,-59.281f,-43.919f,-46.340f,-51.217f,-43.903f,-50.321f,-49.042f,-45.989f,-44.907f,
+-45.320f,-43.185f,-41.037f,-40.239f,-38.729f,-35.814f,-35.109f,-34.392f,-33.788f,-32.720f,
+-30.966f,-29.361f,-26.996f,-23.725f,-21.568f,-20.565f,-18.652f,-16.460f,-15.165f,-13.744f,
+-13.227f,-11.800f,-10.731f, -9.324f, -8.431f, -7.152f, -6.286f, -3.980f, -2.990f,  0.119f,
+  2.005f,  5.984f,  8.236f,  8.406f, 10.486f, 13.157f, 14.779f, 14.281f, 13.978f, 13.739f,
+ 13.606f
+},{
+-29.534f,-28.609f,-25.873f,-22.988f,-19.326f,-14.825f,-11.237f, -7.110f, -2.057f,  1.090f,
+  2.803f,  2.720f,  1.628f,  2.384f,  4.256f,  6.154f,  8.507f, 11.092f, 13.472f, 14.663f,
+ 14.979f, 15.169f, 14.600f, 15.847f, 15.744f, 14.286f, 15.388f, 17.670f, 20.148f, 22.383f,
+ 23.811f, 24.267f, 23.420f, 20.425f, 19.993f, 20.969f, 23.514f, 23.963f, 25.051f, 25.058f,
+ 24.308f, 23.703f, 22.919f, 21.685f, 20.287f, 19.041f, 17.558f, 16.476f, 14.704f, 12.564f,
+ 10.010f,  7.946f,  5.591f,  3.625f,  1.250f, -0.546f, -2.420f, -4.881f, -7.167f,-10.097f,
+-12.697f,-15.449f,-18.616f,-21.222f,-23.946f,-26.940f,-29.833f,-33.234f,-36.736f,-40.361f,
+-43.982f,-47.381f,-50.202f,-53.864f,-56.627f,-58.918f,-62.035f,-65.321f,-68.765f,-72.030f,
+-75.116f,-77.044f,-80.876f,-82.282f,-86.640f,-88.421f,-90.747f,-92.777f,-94.397f,-97.215f,
+-98.650f,-100.444f,-101.749f,-101.675f,-102.643f,-102.563f,-100.330f,-95.258f,-95.360f,-97.548f,
+-97.193f,-96.413f,-94.624f,-92.369f,-90.604f,-88.767f,-81.912f,-75.383f,-71.740f,-68.186f,
+-65.169f,-64.220f,-62.138f,-59.873f,-58.692f,-60.398f,-63.860f,-67.101f,-58.198f,-39.585f,
+-25.351f,-25.863f,-28.419f,-28.987f,-28.447f,-29.056f,-33.279f,-50.618f,-54.972f,-57.462f,
+-61.506f,-61.212f,-52.277f,-47.930f,-51.426f,-52.379f,-52.189f,-49.111f,-46.924f,-45.260f,
+-44.968f,-42.498f,-41.857f,-40.469f,-38.750f,-36.092f,-35.492f,-34.998f,-34.415f,-33.045f,
+-31.535f,-29.383f,-27.362f,-24.354f,-22.256f,-20.318f,-18.806f,-16.735f,-15.414f,-14.136f,
+-13.732f,-12.400f,-10.879f, -9.324f, -8.699f, -7.232f, -6.206f, -4.432f, -3.193f,  0.004f,
+  1.630f,  5.602f,  8.203f,  8.011f, 10.289f, 13.131f, 14.686f, 14.197f, 13.908f, 13.703f,
+ 13.606f
+},{
+-29.534f,-28.625f,-25.981f,-23.159f,-19.614f,-15.194f,-11.669f, -7.537f, -2.636f,  0.526f,
+  2.340f,  2.267f,  1.208f,  2.221f,  4.495f,  6.120f,  8.254f, 10.718f, 12.663f, 13.751f,
+ 14.142f, 14.431f, 14.044f, 14.912f, 15.052f, 13.857f, 14.690f, 16.950f, 18.693f, 21.089f,
+ 22.486f, 22.552f, 20.692f, 18.639f, 19.405f, 20.362f, 22.085f, 22.791f, 23.443f, 23.563f,
+ 22.857f, 22.258f, 21.500f, 20.459f, 19.219f, 17.807f, 16.325f, 14.821f, 13.343f, 11.134f,
+  8.780f,  6.402f,  4.327f,  1.849f, -0.035f, -2.405f, -4.451f, -6.577f, -9.038f,-11.698f,
+-14.758f,-17.417f,-19.992f,-22.866f,-25.401f,-28.305f,-31.246f,-34.617f,-38.051f,-41.484f,
+-44.970f,-48.575f,-51.730f,-54.921f,-58.090f,-60.157f,-62.181f,-64.587f,-68.156f,-71.808f,
+-74.595f,-76.902f,-79.614f,-81.274f,-85.750f,-86.704f,-87.372f,-88.249f,-92.159f,-94.597f,
+-94.316f,-96.088f,-99.244f,-98.786f,-99.335f,-99.234f,-98.451f,-96.049f,-94.720f,-95.126f,
+-94.583f,-93.372f,-91.575f,-89.610f,-87.959f,-86.696f,-84.028f,-77.989f,-69.963f,-65.161f,
+-65.129f,-63.505f,-61.658f,-59.676f,-59.265f,-61.706f,-65.692f,-67.279f,-54.532f,-33.954f,
+-25.539f,-28.396f,-28.678f,-30.403f,-30.333f,-31.544f,-32.083f,-50.645f,-56.236f,-59.025f,
+-62.403f,-63.093f,-55.724f,-49.158f,-51.518f,-55.944f,-50.515f,-47.988f,-50.292f,-46.057f,
+-43.563f,-41.964f,-42.836f,-40.519f,-38.900f,-36.802f,-35.790f,-35.429f,-35.137f,-33.909f,
+-31.510f,-29.474f,-27.648f,-24.501f,-22.198f,-20.095f,-18.600f,-16.644f,-15.538f,-14.442f,
+-14.014f,-12.878f,-11.174f, -9.619f, -8.998f, -7.329f, -6.467f, -4.910f, -3.383f,  0.029f,
+  1.267f,  5.132f,  8.165f,  7.652f, 10.112f, 13.102f, 14.594f, 14.120f, 13.841f, 13.668f,
+ 13.606f
+},{
+-29.534f,-28.642f,-26.093f,-23.337f,-19.907f,-15.563f,-12.093f, -8.034f, -3.221f, -0.023f,
+  1.760f,  1.689f,  0.644f,  1.794f,  4.390f,  6.101f,  7.821f,  9.965f, 11.781f, 12.910f,
+ 13.633f, 13.767f, 13.483f, 14.283f, 14.204f, 13.782f, 13.780f, 15.632f, 16.917f, 19.031f,
+ 21.122f, 19.408f, 17.770f, 18.060f, 18.566f, 18.674f, 20.247f, 21.838f, 21.984f, 21.961f,
+ 21.615f, 20.809f, 20.000f, 19.034f, 17.933f, 16.422f, 15.103f, 12.963f, 11.800f,  9.542f,
+  7.290f,  4.908f,  2.614f,  0.335f, -1.815f, -4.008f, -6.212f, -8.350f,-10.537f,-13.177f,
+-16.027f,-19.007f,-21.714f,-24.445f,-27.063f,-29.806f,-32.989f,-35.853f,-38.654f,-42.147f,
+-45.844f,-48.810f,-52.921f,-55.990f,-58.782f,-61.165f,-63.915f,-66.038f,-67.672f,-70.094f,
+-73.546f,-75.620f,-79.010f,-80.663f,-84.199f,-86.333f,-87.065f,-88.920f,-90.359f,-91.795f,
+-92.866f,-94.863f,-95.477f,-95.019f,-95.041f,-94.691f,-95.080f,-93.747f,-92.422f,-92.154f,
+-91.399f,-90.140f,-88.876f,-86.993f,-86.384f,-84.402f,-83.393f,-80.114f,-72.082f,-66.734f,
+-63.041f,-61.861f,-60.037f,-57.256f,-58.115f,-62.252f,-66.131f,-66.691f,-52.512f,-30.808f,
+-27.358f,-29.115f,-30.117f,-31.287f,-31.880f,-33.409f,-34.294f,-46.258f,-56.227f,-60.476f,
+-64.040f,-64.547f,-55.741f,-50.684f,-52.265f,-58.216f,-51.266f,-47.500f,-51.014f,-46.825f,
+-42.656f,-41.078f,-43.667f,-40.882f,-39.503f,-36.790f,-36.134f,-35.895f,-35.737f,-34.184f,
+-31.569f,-29.458f,-27.473f,-24.133f,-22.296f,-20.243f,-18.393f,-16.923f,-15.529f,-14.741f,
+-14.149f,-13.235f,-11.717f,-10.279f, -9.215f, -7.329f, -6.911f, -5.271f, -3.663f,  0.086f,
+  0.949f,  4.663f,  8.060f,  7.356f,  9.961f, 13.051f, 14.498f, 14.047f, 13.777f, 13.632f,
+ 13.606f
+},{
+-29.534f,-28.660f,-26.209f,-23.522f,-20.202f,-15.940f,-12.508f, -8.591f, -3.794f, -0.535f,
+  1.109f,  0.995f, -0.264f,  1.104f,  3.813f,  5.714f,  7.365f,  9.032f, 10.936f, 12.205f,
+ 12.972f, 13.352f, 12.751f, 13.679f, 12.956f, 13.108f, 12.889f, 14.044f, 14.710f, 16.793f,
+ 17.385f, 16.276f, 16.031f, 17.056f, 17.623f, 18.855f, 19.619f, 20.072f, 20.562f, 20.433f,
+ 20.167f, 19.554f, 18.625f, 17.735f, 16.738f, 15.029f, 13.448f, 11.994f,  9.918f,  7.955f,
+  5.847f,  3.435f,  0.927f, -1.362f, -3.443f, -5.784f, -7.668f,-10.255f,-12.559f,-15.042f,
+-17.791f,-20.273f,-23.170f,-25.974f,-28.869f,-31.823f,-34.489f,-36.997f,-39.330f,-42.350f,
+-46.734f,-50.051f,-52.375f,-56.620f,-59.162f,-61.151f,-64.050f,-66.752f,-69.109f,-69.726f,
+-71.180f,-73.913f,-76.652f,-78.333f,-81.078f,-83.290f,-84.832f,-86.689f,-87.100f,-88.198f,
+-88.790f,-91.094f,-89.939f,-90.839f,-89.991f,-90.096f,-90.340f,-89.558f,-88.371f,-87.797f,
+-87.744f,-87.543f,-86.623f,-86.170f,-86.147f,-83.145f,-81.195f,-80.167f,-76.078f,-67.497f,
+-63.243f,-59.935f,-58.122f,-55.479f,-56.866f,-61.513f,-65.285f,-65.446f,-45.210f,-29.278f,
+-27.751f,-30.055f,-30.807f,-32.015f,-33.522f,-34.941f,-36.170f,-42.145f,-55.598f,-61.516f,
+-65.545f,-65.623f,-57.231f,-47.700f,-55.799f,-62.579f,-55.777f,-46.718f,-51.400f,-44.366f,
+-42.506f,-41.060f,-43.476f,-41.629f,-39.424f,-36.967f,-36.244f,-36.311f,-35.890f,-34.314f,
+-31.724f,-29.196f,-27.193f,-24.964f,-23.282f,-20.859f,-19.244f,-17.693f,-15.541f,-15.199f,
+-14.307f,-13.651f,-12.203f,-10.843f, -9.405f, -7.194f, -7.298f, -5.464f, -3.979f,  0.012f,
+  0.751f,  4.292f,  7.871f,  7.135f,  9.839f, 12.965f, 14.392f, 13.977f, 13.715f, 13.596f,
+ 13.606f
+},{
+-29.534f,-28.679f,-26.327f,-23.710f,-20.500f,-16.335f,-12.922f, -9.179f, -4.351f, -0.987f,
+  0.460f,  0.259f, -1.311f,  0.566f,  3.475f,  5.199f,  6.954f,  8.325f, 10.020f, 11.446f,
+ 12.170f, 12.977f, 11.622f, 11.753f, 11.886f, 12.074f, 11.921f, 12.717f, 13.020f, 14.461f,
+ 14.179f, 14.378f, 15.013f, 16.179f, 17.104f, 17.618f, 18.182f, 18.849f, 18.995f, 18.937f,
+ 18.680f, 18.084f, 17.368f, 16.385f, 15.154f, 13.707f, 12.121f, 10.593f,  8.931f,  6.507f,
+  4.123f,  1.907f, -0.462f, -3.004f, -5.446f, -7.066f, -9.063f,-11.144f,-14.254f,-16.759f,
+-19.158f,-21.920f,-24.485f,-27.083f,-29.970f,-32.651f,-35.260f,-37.577f,-40.199f,-42.810f,
+-46.238f,-51.142f,-53.684f,-55.878f,-58.227f,-58.473f,-62.724f,-65.451f,-68.310f,-69.609f,
+-70.130f,-72.290f,-74.587f,-76.010f,-76.844f,-78.733f,-80.315f,-81.844f,-82.682f,-83.855f,
+-84.087f,-85.904f,-84.754f,-85.108f,-85.797f,-85.521f,-85.422f,-84.724f,-84.462f,-84.385f,
+-84.424f,-83.869f,-83.259f,-81.987f,-80.241f,-79.294f,-78.091f,-76.902f,-73.910f,-70.040f,
+-63.900f,-60.191f,-57.708f,-56.099f,-56.403f,-60.552f,-64.377f,-58.612f,-33.135f,-29.585f,
+-29.748f,-30.749f,-31.594f,-33.042f,-34.381f,-36.180f,-37.038f,-39.287f,-54.727f,-62.565f,
+-66.515f,-65.011f,-60.244f,-48.976f,-61.163f,-66.003f,-59.804f,-47.996f,-51.473f,-44.111f,
+-40.678f,-41.344f,-42.585f,-41.199f,-39.369f,-37.657f,-35.772f,-36.106f,-35.460f,-34.527f,
+-32.116f,-29.373f,-27.108f,-25.856f,-24.251f,-21.998f,-19.993f,-17.473f,-15.403f,-15.121f,
+-14.506f,-14.031f,-12.408f,-11.172f, -9.644f, -7.061f, -7.509f, -5.525f, -4.183f, -0.270f,
+  0.739f,  4.068f,  7.646f,  6.985f,  9.745f, 12.838f, 14.274f, 13.906f, 13.657f, 13.560f,
+ 13.606f
+},{
+-29.534f,-28.699f,-26.448f,-23.900f,-20.797f,-16.754f,-13.351f, -9.764f, -4.920f, -1.419f,
+ -0.163f, -0.436f, -2.057f,  0.415f,  3.802f,  5.041f,  6.302f,  7.415f,  8.900f, 10.339f,
+ 11.433f, 12.028f, 10.438f, 10.259f, 11.541f, 11.037f, 10.900f, 11.503f, 11.717f, 12.448f,
+ 12.410f, 13.239f, 14.895f, 15.799f, 15.951f, 16.575f, 16.908f, 17.279f, 17.577f, 17.525f,
+ 17.216f, 16.737f, 15.897f, 14.955f, 13.633f, 11.994f, 10.618f,  9.099f,  7.486f,  5.433f,
+  2.412f,  0.031f, -2.337f, -4.607f, -7.067f, -9.246f,-10.518f,-12.412f,-14.635f,-17.469f,
+-20.246f,-22.962f,-25.853f,-27.385f,-29.256f,-32.194f,-35.087f,-37.736f,-39.941f,-42.582f,
+-44.813f,-48.436f,-51.958f,-54.424f,-56.702f,-56.494f,-60.981f,-65.562f,-67.200f,-68.009f,
+-69.290f,-70.215f,-72.293f,-73.424f,-74.666f,-75.978f,-76.313f,-77.253f,-78.327f,-79.340f,
+-79.038f,-79.744f,-80.258f,-80.260f,-80.008f,-79.932f,-79.345f,-79.102f,-78.386f,-78.312f,
+-78.984f,-78.802f,-78.702f,-78.061f,-76.977f,-76.026f,-75.051f,-73.326f,-71.266f,-68.212f,
+-64.177f,-61.556f,-59.061f,-56.384f,-55.490f,-58.801f,-61.812f,-51.090f,-28.944f,-30.098f,
+-29.613f,-31.252f,-33.294f,-34.369f,-35.753f,-37.262f,-37.987f,-41.753f,-48.575f,-62.960f,
+-66.517f,-63.690f,-62.559f,-52.649f,-66.301f,-66.743f,-60.752f,-53.042f,-48.907f,-41.840f,
+-41.105f,-40.050f,-41.911f,-40.131f,-39.924f,-36.759f,-35.993f,-36.886f,-35.274f,-34.501f,
+-32.344f,-29.252f,-26.824f,-25.567f,-24.776f,-22.899f,-20.612f,-17.539f,-15.709f,-14.474f,
+-14.452f,-14.197f,-12.562f,-11.508f, -9.850f, -7.028f, -7.534f, -5.528f, -4.209f, -0.680f,
+  0.907f,  3.965f,  7.470f,  6.891f,  9.674f, 12.672f, 14.146f, 13.833f, 13.603f, 13.524f,
+ 13.606f
+},{
+-29.534f,-28.720f,-26.570f,-24.092f,-21.093f,-17.199f,-13.808f,-10.321f, -5.552f, -1.949f,
+ -0.792f, -1.028f, -2.272f,  0.320f,  3.949f,  4.999f,  5.360f,  6.048f,  7.625f,  8.991f,
+ 10.539f, 11.248f, 10.449f, 10.332f, 10.358f,  9.740f,  9.729f,  9.901f, 10.378f, 10.707f,
+ 11.095f, 12.455f, 13.514f, 14.524f, 14.987f, 15.309f, 15.781f, 15.919f, 16.070f, 16.047f,
+ 15.782f, 15.206f, 14.507f, 13.468f, 12.009f, 10.585f,  9.045f,  7.587f,  5.828f,  3.722f,
+  0.968f, -1.754f, -4.206f, -6.632f, -8.902f,-11.047f,-12.963f,-14.676f,-16.050f,-17.747f,
+-20.848f,-24.535f,-27.622f,-28.975f,-31.253f,-33.138f,-36.351f,-37.969f,-39.849f,-43.071f,
+-44.851f,-46.933f,-48.115f,-50.991f,-54.180f,-56.433f,-59.502f,-62.766f,-64.865f,-66.674f,
+-68.168f,-68.185f,-69.609f,-70.331f,-71.452f,-72.200f,-72.597f,-72.893f,-72.327f,-73.942f,
+-73.734f,-73.607f,-73.433f,-73.787f,-73.093f,-73.424f,-73.350f,-73.673f,-73.229f,-73.447f,
+-73.759f,-73.772f,-73.611f,-73.372f,-72.971f,-72.477f,-71.792f,-70.711f,-68.947f,-66.755f,
+-62.245f,-59.326f,-58.274f,-57.152f,-56.283f,-56.245f,-57.767f,-47.085f,-29.405f,-31.128f,
+-30.672f,-32.575f,-34.970f,-35.634f,-36.951f,-38.484f,-39.180f,-41.822f,-44.649f,-62.850f,
+-66.297f,-61.901f,-62.445f,-61.991f,-63.653f,-64.781f,-60.295f,-53.722f,-46.253f,-40.696f,
+-40.418f,-40.233f,-40.903f,-39.499f,-38.345f,-35.433f,-37.458f,-37.855f,-36.073f,-35.011f,
+-33.008f,-30.168f,-27.062f,-26.107f,-25.047f,-23.219f,-21.671f,-18.339f,-16.600f,-14.472f,
+-13.940f,-14.207f,-12.746f,-11.712f, -9.946f, -7.065f, -7.416f, -5.533f, -4.148f, -1.049f,
+  1.160f,  3.917f,  7.422f,  6.832f,  9.623f, 12.480f, 14.009f, 13.756f, 13.552f, 13.489f,
+ 13.606f
+},{
+-29.534f,-28.742f,-26.693f,-24.284f,-21.387f,-17.665f,-14.303f,-10.844f, -6.296f, -2.714f,
+ -1.481f, -1.508f, -2.155f, -0.221f,  2.697f,  4.186f,  4.513f,  4.995f,  6.367f,  7.740f,
+  9.363f, 10.889f, 10.540f, 10.050f,  8.581f,  8.414f,  8.246f,  8.273f,  8.882f,  9.378f,
+  9.921f, 11.582f, 12.509f, 13.477f, 13.930f, 14.196f, 14.476f, 14.806f, 14.948f, 14.590f,
+ 14.145f, 13.726f, 13.025f, 11.878f, 10.535f,  9.019f,  7.618f,  5.988f,  4.178f,  1.857f,
+ -0.579f, -3.485f, -6.035f, -8.367f,-10.686f,-13.017f,-14.963f,-17.049f,-18.959f,-20.788f,
+-22.650f,-26.986f,-29.907f,-32.160f,-34.191f,-36.310f,-38.332f,-40.835f,-43.515f,-45.955f,
+-47.915f,-50.584f,-52.990f,-54.885f,-57.494f,-59.403f,-59.956f,-60.386f,-61.565f,-62.858f,
+-64.918f,-64.730f,-65.591f,-65.317f,-65.851f,-67.237f,-66.335f,-67.477f,-67.706f,-67.460f,
+-68.665f,-67.821f,-66.477f,-66.976f,-66.832f,-66.715f,-67.148f,-67.255f,-66.680f,-66.764f,
+-67.568f,-68.168f,-68.605f,-68.505f,-68.510f,-68.520f,-68.078f,-67.155f,-66.600f,-64.817f,
+-60.897f,-57.567f,-57.080f,-56.040f,-55.577f,-55.034f,-53.348f,-41.015f,-28.662f,-33.225f,
+-32.911f,-34.387f,-37.120f,-37.045f,-37.959f,-39.462f,-40.588f,-44.393f,-43.740f,-58.306f,
+-66.456f,-61.622f,-63.612f,-64.730f,-60.411f,-61.271f,-57.507f,-51.441f,-42.643f,-42.176f,
+-40.808f,-39.613f,-38.987f,-39.231f,-36.030f,-36.045f,-38.070f,-38.160f,-36.532f,-35.768f,
+-34.103f,-30.880f,-27.302f,-26.615f,-24.889f,-23.117f,-22.042f,-18.805f,-17.244f,-15.374f,
+-13.437f,-14.112f,-12.772f,-11.520f,-10.027f, -7.152f, -7.270f, -5.577f, -4.124f, -1.256f,
+  1.378f,  3.884f,  7.525f,  6.791f,  9.588f, 12.283f, 13.868f, 13.676f, 13.504f, 13.453f,
+ 13.606f
+},{
+-29.534f,-28.765f,-26.817f,-24.475f,-21.676f,-18.142f,-14.834f,-11.351f, -7.168f, -3.777f,
+ -2.281f, -1.947f, -2.149f, -1.250f,  0.108f,  2.262f,  3.840f,  4.734f,  5.443f,  6.633f,
+  8.244f, 10.021f,  9.412f,  8.843f,  7.539f,  7.069f,  6.643f,  6.971f,  7.440f,  7.972f,
+  8.876f, 10.309f, 11.581f, 12.464f, 12.958f, 12.909f, 13.224f, 13.459f, 13.818f, 13.274f,
+ 12.701f, 12.225f, 11.368f, 10.333f,  8.965f,  7.587f,  6.068f,  4.389f,  2.454f,  0.057f,
+ -2.478f, -5.137f, -7.701f,-10.240f,-12.370f,-14.755f,-16.892f,-19.087f,-21.134f,-22.974f,
+-25.197f,-28.527f,-30.985f,-33.726f,-35.869f,-38.290f,-40.597f,-42.535f,-44.553f,-46.188f,
+-48.157f,-50.548f,-52.858f,-54.458f,-56.264f,-57.770f,-59.499f,-61.013f,-62.739f,-64.579f,
+-64.511f,-64.627f,-64.717f,-63.865f,-63.258f,-64.339f,-62.878f,-62.991f,-63.940f,-62.219f,
+-63.236f,-61.227f,-60.768f,-60.329f,-60.266f,-60.384f,-59.782f,-60.389f,-61.782f,-62.257f,
+-63.260f,-64.208f,-64.251f,-64.643f,-64.578f,-64.136f,-64.080f,-63.282f,-63.089f,-62.929f,
+-59.527f,-57.172f,-56.594f,-55.710f,-55.421f,-53.810f,-50.152f,-41.045f,-29.868f,-33.586f,
+-34.079f,-35.397f,-37.009f,-37.603f,-38.661f,-40.410f,-41.855f,-46.144f,-48.307f,-55.482f,
+-66.646f,-62.497f,-63.023f,-63.018f,-60.805f,-59.302f,-54.264f,-47.324f,-42.488f,-42.891f,
+-42.053f,-40.554f,-38.854f,-39.661f,-36.801f,-37.582f,-38.184f,-38.174f,-37.227f,-36.827f,
+-33.911f,-30.248f,-27.699f,-26.437f,-24.570f,-22.756f,-22.112f,-19.549f,-17.678f,-16.097f,
+-13.267f,-13.929f,-12.769f,-11.233f,-10.167f, -7.311f, -7.223f, -5.675f, -4.157f, -1.307f,
+  1.501f,  3.895f,  7.724f,  6.758f,  9.569f, 12.105f, 13.731f, 13.590f, 13.461f, 13.417f,
+ 13.606f
+},{
+-29.534f,-28.789f,-26.940f,-24.667f,-21.961f,-18.616f,-15.387f,-11.875f, -8.141f, -5.072f,
+ -3.231f, -2.509f, -2.584f, -2.354f, -2.446f, -0.044f,  2.869f,  4.479f,  4.976f,  5.619f,
+  7.532f,  9.288f,  9.371f,  8.429f,  6.561f,  6.002f,  5.370f,  5.717f,  5.877f,  6.314f,
+  7.954f,  9.244f, 10.469f, 11.290f, 11.682f, 11.624f, 11.749f, 12.115f, 12.202f, 11.925f,
+ 11.403f, 10.773f,  9.754f,  8.633f,  7.410f,  6.042f,  4.412f,  2.726f,  0.570f, -1.691f,
+ -4.329f, -6.885f, -9.557f,-12.104f,-14.277f,-16.591f,-18.881f,-21.167f,-23.240f,-25.174f,
+-27.389f,-30.900f,-33.754f,-35.786f,-37.697f,-39.487f,-41.520f,-43.418f,-45.113f,-46.229f,
+-48.077f,-50.698f,-52.204f,-54.002f,-55.987f,-57.486f,-58.903f,-59.247f,-58.849f,-59.625f,
+-60.127f,-60.204f,-60.815f,-61.285f,-60.956f,-60.455f,-60.124f,-59.037f,-58.985f,-58.800f,
+-58.098f,-57.573f,-56.460f,-54.978f,-54.761f,-54.471f,-54.751f,-56.165f,-58.308f,-61.180f,
+-62.916f,-63.484f,-63.154f,-62.259f,-61.807f,-61.180f,-60.969f,-60.626f,-59.965f,-60.109f,
+-57.037f,-56.322f,-55.908f,-54.766f,-54.755f,-53.327f,-48.734f,-41.830f,-31.230f,-32.946f,
+-34.914f,-35.605f,-36.794f,-37.614f,-39.473f,-41.277f,-42.868f,-46.380f,-53.877f,-55.267f,
+-65.968f,-63.645f,-61.742f,-64.248f,-59.501f,-56.896f,-52.931f,-43.082f,-44.317f,-44.376f,
+-42.360f,-42.360f,-39.808f,-40.864f,-38.991f,-38.118f,-38.164f,-38.507f,-38.129f,-36.471f,
+-32.835f,-29.725f,-28.572f,-26.711f,-24.256f,-22.492f,-22.444f,-19.825f,-17.891f,-15.785f,
+-12.903f,-13.960f,-12.988f,-11.166f,-10.261f, -7.507f, -7.243f, -5.813f, -4.180f, -1.296f,
+  1.563f,  4.025f,  7.898f,  6.731f,  9.566f, 11.967f, 13.602f, 13.499f, 13.420f, 13.381f,
+ 13.606f
+},{
+-29.534f,-28.814f,-27.063f,-24.859f,-22.241f,-19.072f,-15.939f,-12.451f, -9.156f, -6.432f,
+ -4.361f, -3.409f, -3.508f, -3.272f, -3.925f, -1.836f,  1.320f,  3.414f,  4.485f,  4.635f,
+  6.818f,  9.056f, 10.036f,  7.997f,  4.893f,  5.134f,  4.411f,  4.379f,  3.944f,  4.709f,
+  6.610f,  8.259f,  9.337f, 10.079f, 10.443f, 10.304f, 10.534f, 10.581f, 10.875f, 10.520f,
+ 10.033f,  9.372f,  8.208f,  7.046f,  5.768f,  4.365f,  2.681f,  0.854f, -1.252f, -3.632f,
+ -6.203f, -8.641f,-11.234f,-13.744f,-16.009f,-18.332f,-20.591f,-22.854f,-24.988f,-26.878f,
+-29.799f,-32.543f,-34.630f,-36.881f,-38.682f,-40.540f,-42.584f,-44.233f,-46.042f,-47.030f,
+-47.654f,-49.895f,-52.137f,-52.747f,-54.070f,-55.467f,-56.458f,-57.125f,-58.389f,-57.311f,
+-58.132f,-58.004f,-58.066f,-57.625f,-56.490f,-55.814f,-55.149f,-54.041f,-53.731f,-53.537f,
+-53.021f,-52.372f,-51.324f,-51.071f,-51.390f,-52.405f,-55.418f,-57.735f,-58.099f,-59.274f,
+-60.660f,-61.458f,-62.413f,-62.231f,-61.843f,-60.263f,-59.619f,-59.531f,-59.214f,-59.613f,
+-54.920f,-54.493f,-54.064f,-53.780f,-54.879f,-52.344f,-48.416f,-41.576f,-30.404f,-32.080f,
+-34.820f,-36.338f,-37.196f,-37.903f,-40.421f,-41.811f,-43.899f,-50.425f,-58.643f,-56.105f,
+-64.378f,-62.515f,-62.519f,-64.079f,-57.950f,-57.402f,-51.465f,-45.396f,-48.283f,-45.512f,
+-44.688f,-43.057f,-40.947f,-40.586f,-39.502f,-38.104f,-37.862f,-38.611f,-37.879f,-35.182f,
+-32.147f,-29.991f,-28.934f,-26.708f,-24.372f,-23.214f,-22.667f,-19.411f,-17.453f,-14.925f,
+-12.301f,-14.377f,-13.323f,-11.083f,-10.214f, -7.675f, -7.162f, -5.973f, -4.167f, -1.304f,
+  1.648f,  4.318f,  7.903f,  6.714f,  9.573f, 11.885f, 13.487f, 13.403f, 13.383f, 13.345f,
+ 13.606f
+},{
+-29.534f,-28.841f,-27.185f,-25.052f,-22.515f,-19.500f,-16.469f,-13.102f,-10.152f, -7.681f,
+ -5.664f, -4.774f, -4.773f, -4.189f, -4.599f, -3.008f, -0.453f,  1.832f,  3.453f,  3.304f,
+  5.562f,  8.402f,  8.673f,  5.818f,  3.073f,  4.332f,  3.426f,  3.156f,  2.045f,  3.084f,
+  5.102f,  6.990f,  8.368f,  8.983f,  9.209f,  8.969f,  9.216f,  9.272f,  9.379f,  9.192f,
+  8.589f,  7.779f,  6.654f,  5.538f,  4.062f,  2.679f,  0.900f, -0.996f, -3.081f, -5.457f,
+ -8.068f,-10.661f,-13.284f,-15.660f,-17.972f,-20.301f,-22.427f,-24.535f,-26.214f,-28.234f,
+-30.524f,-33.039f,-35.281f,-37.625f,-39.574f,-41.438f,-43.090f,-44.781f,-46.381f,-47.666f,
+-48.362f,-48.777f,-50.529f,-52.062f,-52.880f,-53.935f,-54.810f,-55.688f,-55.771f,-54.899f,
+-54.050f,-54.541f,-53.551f,-52.139f,-50.942f,-50.417f,-49.342f,-47.802f,-47.166f,-46.726f,
+-46.945f,-46.517f,-47.350f,-48.831f,-50.575f,-50.247f,-54.257f,-59.321f,-59.754f,-60.868f,
+-63.776f,-62.827f,-61.683f,-61.107f,-60.054f,-62.015f,-61.373f,-60.017f,-58.736f,-56.597f,
+-52.811f,-52.270f,-51.111f,-50.594f,-52.276f,-51.022f,-52.523f,-47.324f,-34.348f,-31.179f,
+-34.209f,-36.569f,-37.888f,-38.754f,-40.838f,-42.509f,-44.546f,-55.690f,-59.999f,-55.623f,
+-62.995f,-61.444f,-63.117f,-61.527f,-58.992f,-56.688f,-49.932f,-47.476f,-49.441f,-47.181f,
+-45.649f,-43.464f,-41.972f,-40.442f,-39.019f,-37.573f,-39.019f,-38.758f,-36.719f,-34.103f,
+-31.216f,-30.416f,-29.115f,-26.873f,-25.379f,-24.639f,-22.729f,-19.500f,-16.751f,-14.673f,
+-12.297f,-14.740f,-13.708f,-10.924f,-10.057f, -7.864f, -6.955f, -6.153f, -4.189f, -1.341f,
+  1.800f,  4.732f,  7.637f,  6.711f,  9.585f, 11.864f, 13.388f, 13.300f, 13.347f, 13.310f,
+ 13.606f
+},{
+-29.534f,-28.868f,-27.306f,-25.247f,-22.787f,-19.894f,-16.965f,-13.832f,-11.100f, -8.739f,
+ -7.071f, -6.514f, -6.199f, -5.367f, -5.264f, -4.010f, -1.949f,  0.473f,  2.071f,  1.407f,
+  4.112f,  7.689f,  7.123f,  4.065f,  1.329f,  3.927f,  2.726f,  2.093f,  0.628f,  2.003f,
+  4.093f,  5.634f,  7.036f,  7.750f,  7.806f,  7.863f,  7.996f,  8.052f,  7.982f,  7.702f,
+  7.157f,  6.262f,  5.030f,  3.695f,  2.436f,  0.873f, -0.875f, -2.804f, -5.025f, -7.445f,
+ -9.996f,-12.449f,-14.900f,-17.422f,-19.728f,-21.928f,-24.146f,-26.538f,-28.135f,-28.100f,
+-31.466f,-33.458f,-36.454f,-38.700f,-40.431f,-42.100f,-43.217f,-44.779f,-46.285f,-47.488f,
+-48.712f,-50.001f,-49.997f,-49.333f,-51.527f,-52.650f,-52.663f,-52.752f,-52.296f,-51.591f,
+-51.876f,-49.877f,-49.846f,-48.453f,-47.612f,-45.640f,-43.999f,-42.601f,-41.872f,-40.566f,
+-39.827f,-40.257f,-43.444f,-44.285f,-44.418f,-49.277f,-52.431f,-49.846f,-49.250f,-51.485f,
+-53.093f,-53.007f,-53.989f,-57.366f,-58.728f,-55.954f,-56.348f,-57.811f,-54.845f,-51.028f,
+-50.097f,-51.302f,-51.250f,-50.849f,-50.532f,-49.795f,-54.711f,-55.841f,-41.369f,-30.052f,
+-35.086f,-36.197f,-38.237f,-39.494f,-40.796f,-42.762f,-46.000f,-57.961f,-58.415f,-52.480f,
+-61.834f,-61.021f,-62.763f,-57.334f,-59.746f,-56.141f,-48.866f,-49.375f,-48.618f,-46.456f,
+-46.093f,-43.402f,-42.699f,-39.884f,-38.560f,-37.156f,-39.191f,-38.525f,-36.408f,-33.509f,
+-31.408f,-31.212f,-29.247f,-27.720f,-26.684f,-25.130f,-22.335f,-19.521f,-16.306f,-14.704f,
+-13.004f,-14.736f,-14.132f,-11.146f, -9.827f, -8.178f, -6.879f, -6.348f, -4.323f, -1.380f,
+  1.985f,  5.142f,  7.089f,  6.724f,  9.588f, 11.897f, 13.305f, 13.191f, 13.314f, 13.275f,
+ 13.606f
+},{
+-29.534f,-28.896f,-27.425f,-25.447f,-23.056f,-20.256f,-17.429f,-14.621f,-12.009f, -9.648f,
+ -8.450f, -8.316f, -7.647f, -6.712f, -6.159f, -5.091f, -3.090f, -0.489f,  0.716f, -0.598f,
+  2.662f,  6.687f,  6.126f,  3.295f,  0.141f,  3.432f,  2.396f,  0.354f, -0.308f,  1.363f,
+  2.952f,  4.629f,  5.704f,  6.255f,  6.542f,  6.669f,  6.773f,  6.694f,  6.471f,  6.149f,
+  5.650f,  4.859f,  3.582f,  2.223f,  0.705f, -0.734f, -2.774f, -4.668f, -6.806f, -9.367f,
+-11.975f,-14.436f,-16.999f,-19.420f,-21.852f,-23.934f,-26.084f,-27.989f,-29.728f,-29.559f,
+-32.114f,-34.179f,-37.191f,-39.483f,-41.212f,-42.621f,-43.849f,-44.864f,-45.881f,-47.053f,
+-48.332f,-49.157f,-50.793f,-51.338f,-49.641f,-48.583f,-49.519f,-47.551f,-47.934f,-47.787f,
+-46.860f,-45.718f,-44.802f,-44.450f,-43.559f,-41.506f,-39.064f,-36.975f,-35.570f,-34.657f,
+-34.089f,-35.312f,-38.876f,-36.796f,-42.686f,-41.775f,-40.405f,-41.808f,-42.784f,-44.019f,
+-46.101f,-48.188f,-48.914f,-49.978f,-50.516f,-50.176f,-50.713f,-51.304f,-49.931f,-49.314f,
+-51.185f,-51.803f,-51.373f,-51.015f,-50.659f,-50.540f,-52.108f,-55.732f,-48.239f,-39.941f,
+-38.469f,-37.136f,-38.640f,-40.004f,-40.849f,-42.296f,-47.623f,-57.078f,-52.694f,-50.947f,
+-58.938f,-59.665f,-60.955f,-57.243f,-61.526f,-52.932f,-51.803f,-49.307f,-47.558f,-45.589f,
+-45.950f,-43.456f,-40.960f,-39.702f,-37.850f,-37.867f,-39.455f,-40.243f,-37.775f,-33.687f,
+-33.081f,-31.723f,-29.256f,-28.663f,-27.504f,-24.801f,-21.957f,-19.538f,-16.238f,-14.242f,
+-13.799f,-14.575f,-14.131f,-11.848f, -9.614f, -8.580f, -7.164f, -6.527f, -4.558f, -1.413f,
+  2.124f,  5.410f,  6.350f,  6.747f,  9.572f, 11.967f, 13.234f, 13.075f, 13.281f, 13.240f,
+ 13.606f
+},{
+-29.534f,-28.925f,-27.543f,-25.651f,-23.328f,-20.595f,-17.874f,-15.437f,-12.908f,-10.527f,
+ -9.681f, -9.820f, -9.039f, -7.929f, -7.062f, -6.141f, -4.199f, -1.478f, -0.783f, -2.268f,
+  0.880f,  4.526f,  3.989f,  1.152f, -0.089f,  2.524f,  1.603f, -1.061f, -1.327f,  0.302f,
+  1.547f,  3.382f,  4.391f,  4.946f,  5.301f,  5.447f,  5.602f,  5.332f,  4.979f,  4.552f,
+  4.170f,  3.310f,  2.281f,  0.852f, -0.866f, -2.591f, -4.529f, -6.522f, -8.839f,-11.338f,
+-13.763f,-16.342f,-18.906f,-21.358f,-23.759f,-26.028f,-28.070f,-29.762f,-29.477f,-32.457f,
+-33.490f,-35.518f,-37.698f,-39.888f,-42.014f,-42.990f,-44.277f,-44.964f,-45.795f,-46.599f,
+-47.849f,-48.804f,-49.330f,-48.882f,-48.771f,-48.092f,-46.078f,-43.018f,-43.856f,-43.686f,
+-42.898f,-42.461f,-42.019f,-39.741f,-37.328f,-34.863f,-33.100f,-31.302f,-30.139f,-29.434f,
+-29.623f,-32.145f,-32.076f,-31.191f,-32.634f,-29.403f,-33.675f,-34.539f,-35.906f,-39.079f,
+-42.208f,-44.463f,-46.104f,-46.776f,-46.208f,-46.636f,-46.961f,-47.862f,-47.967f,-48.121f,
+-48.132f,-47.658f,-48.031f,-48.460f,-48.554f,-48.838f,-49.250f,-51.005f,-48.956f,-43.934f,
+-38.006f,-38.083f,-39.136f,-40.309f,-41.096f,-42.259f,-46.890f,-54.504f,-48.364f,-48.687f,
+-55.661f,-57.777f,-57.710f,-59.599f,-57.832f,-52.558f,-49.740f,-48.373f,-46.693f,-45.287f,
+-44.768f,-43.311f,-40.312f,-39.127f,-36.842f,-38.200f,-39.785f,-40.523f,-38.647f,-34.422f,
+-34.526f,-32.703f,-29.653f,-29.144f,-27.532f,-24.911f,-22.295f,-19.850f,-16.473f,-14.309f,
+-14.364f,-14.276f,-13.475f,-12.515f, -9.667f, -8.906f, -7.662f, -6.661f, -4.821f, -1.468f,
+  2.180f,  5.475f,  5.587f,  6.766f,  9.531f, 12.050f, 13.169f, 12.954f, 13.247f, 13.206f,
+ 13.606f
+},{
+-29.534f,-28.955f,-27.659f,-25.861f,-23.604f,-20.921f,-18.326f,-16.246f,-13.819f,-11.477f,
+-10.733f,-10.868f,-10.354f, -8.992f, -7.946f, -7.067f, -5.532f, -2.992f, -2.647f, -3.641f,
+ -0.913f,  2.299f,  2.357f, -0.734f, -1.257f,  1.481f,  0.411f, -1.558f, -2.145f, -0.739f,
+  0.333f,  1.812f,  2.876f,  3.625f,  4.221f,  4.223f,  4.404f,  3.993f,  3.620f,  3.043f,
+  2.455f,  1.850f,  0.758f, -0.785f, -2.618f, -4.548f, -6.435f, -8.432f,-10.824f,-13.216f,
+-15.663f,-18.083f,-20.710f,-23.199f,-25.491f,-27.726f,-29.611f,-31.925f,-30.650f,-33.727f,
+-35.054f,-36.846f,-38.376f,-39.959f,-42.022f,-43.232f,-44.443f,-45.838f,-46.593f,-47.162f,
+-47.605f,-47.652f,-48.005f,-47.686f,-46.252f,-43.988f,-42.446f,-42.107f,-39.167f,-39.273f,
+-38.598f,-37.396f,-35.311f,-33.754f,-31.345f,-29.658f,-27.664f,-26.676f,-26.179f,-27.047f,
+-29.074f,-25.725f,-27.033f,-28.612f,-22.450f,-25.693f,-29.777f,-30.510f,-31.927f,-33.975f,
+-35.792f,-37.764f,-39.257f,-40.676f,-42.390f,-43.097f,-43.839f,-44.153f,-44.406f,-43.961f,
+-43.621f,-43.326f,-44.201f,-44.133f,-45.874f,-45.496f,-45.554f,-45.540f,-42.191f,-40.303f,
+-36.075f,-37.353f,-38.622f,-39.733f,-40.007f,-41.921f,-47.599f,-53.604f,-47.404f,-47.213f,
+-54.977f,-56.310f,-56.238f,-56.760f,-55.964f,-50.850f,-49.317f,-47.326f,-45.511f,-45.336f,
+-43.147f,-42.890f,-39.879f,-38.027f,-35.719f,-37.709f,-40.547f,-40.391f,-39.579f,-34.912f,
+-34.626f,-34.114f,-30.492f,-29.264f,-27.563f,-25.127f,-22.698f,-19.590f,-16.635f,-15.145f,
+-14.577f,-13.798f,-12.869f,-12.768f,-10.114f, -9.088f, -7.998f, -6.785f, -5.063f, -1.554f,
+  2.188f,  5.386f,  4.974f,  6.768f,  9.465f, 12.121f, 13.102f, 12.827f, 13.213f, 13.172f,
+ 13.606f
+},{
+-29.534f,-28.985f,-27.773f,-26.078f,-23.888f,-21.250f,-18.805f,-17.021f,-14.735f,-12.512f,
+-11.679f,-11.605f,-11.617f,-10.237f, -9.017f, -7.987f, -6.957f, -5.008f, -4.554f, -4.786f,
+ -2.428f,  0.210f,  1.033f, -1.169f, -2.843f,  0.421f,  0.019f, -2.935f, -3.175f, -2.026f,
+ -0.956f,  0.370f,  1.028f,  2.228f,  2.780f,  2.458f,  2.835f,  2.778f,  2.100f,  1.568f,
+  0.999f,  0.193f, -0.881f, -2.452f, -4.362f, -6.159f, -8.173f,-10.545f,-12.700f,-14.928f,
+-17.539f,-19.991f,-22.422f,-24.999f,-27.196f,-29.269f,-31.085f,-33.396f,-32.235f,-34.379f,
+-35.565f,-35.893f,-37.001f,-39.999f,-41.574f,-43.068f,-44.599f,-45.956f,-47.192f,-47.821f,
+-47.748f,-47.303f,-46.571f,-45.606f,-44.754f,-43.288f,-41.467f,-39.858f,-37.874f,-36.695f,
+-35.436f,-32.338f,-30.412f,-28.999f,-27.070f,-24.154f,-21.754f,-21.444f,-24.639f,-22.571f,
+-19.016f,-18.904f,-21.020f,-19.321f,-20.083f,-20.949f,-23.338f,-25.321f,-27.193f,-29.294f,
+-31.694f,-33.746f,-35.970f,-38.292f,-38.144f,-38.873f,-39.928f,-41.133f,-41.563f,-41.484f,
+-41.573f,-41.746f,-41.951f,-42.592f,-42.816f,-41.328f,-42.043f,-43.708f,-39.965f,-36.733f,
+-35.142f,-35.716f,-36.590f,-37.431f,-38.524f,-41.005f,-47.401f,-50.054f,-46.550f,-46.408f,
+-56.990f,-56.336f,-55.846f,-56.153f,-54.463f,-49.210f,-49.435f,-45.696f,-44.357f,-44.613f,
+-42.644f,-41.523f,-38.895f,-37.126f,-36.123f,-38.064f,-41.068f,-40.278f,-39.577f,-35.505f,
+-34.429f,-34.202f,-31.112f,-29.376f,-27.748f,-24.601f,-22.534f,-19.122f,-16.445f,-15.404f,
+-14.592f,-13.426f,-12.722f,-12.602f,-10.693f, -9.219f, -8.019f, -6.964f, -5.252f, -1.612f,
+  2.226f,  5.257f,  4.626f,  6.740f,  9.387f, 12.155f, 13.024f, 12.697f, 13.175f, 13.139f,
+ 13.606f
+},{
+-29.534f,-29.017f,-27.885f,-26.303f,-24.182f,-21.591f,-19.323f,-17.750f,-15.625f,-13.566f,
+-12.639f,-12.357f,-12.846f,-11.960f,-10.294f, -9.127f, -8.211f, -6.878f, -6.152f, -5.860f,
+ -4.111f, -2.496f, -1.543f, -2.104f, -2.271f, -0.567f, -0.337f, -4.468f, -4.741f, -3.744f,
+ -2.225f, -0.864f, -0.174f,  0.684f,  1.278f,  1.590f,  1.273f,  1.438f,  0.812f,  0.096f,
+ -0.558f, -1.562f, -2.601f, -4.027f, -5.938f, -7.973f, -9.774f,-12.133f,-14.494f,-16.847f,
+-19.253f,-21.759f,-24.165f,-26.406f,-28.470f,-30.405f,-32.139f,-34.070f,-33.756f,-35.563f,
+-36.500f,-36.639f,-37.682f,-39.846f,-41.244f,-42.565f,-43.990f,-45.324f,-46.527f,-47.231f,
+-47.212f,-46.404f,-45.314f,-44.186f,-43.074f,-41.479f,-40.498f,-38.026f,-36.004f,-33.352f,
+-31.967f,-29.510f,-26.286f,-23.329f,-21.479f,-19.172f,-18.623f,-22.610f,-17.362f,-16.648f,
+-12.513f,-11.930f,-10.454f,-12.209f,-15.450f,-17.239f,-18.852f,-21.067f,-22.776f,-25.073f,
+-28.006f,-30.225f,-32.348f,-33.958f,-35.033f,-35.976f,-36.752f,-38.152f,-39.291f,-39.341f,
+-39.250f,-39.446f,-40.005f,-40.911f,-40.611f,-40.017f,-39.217f,-39.586f,-36.802f,-34.035f,
+-33.885f,-33.985f,-34.462f,-35.768f,-37.724f,-39.731f,-43.953f,-47.384f,-45.401f,-48.352f,
+-56.961f,-55.645f,-55.895f,-55.314f,-53.319f,-48.987f,-49.145f,-44.976f,-43.831f,-43.507f,
+-42.289f,-40.099f,-37.628f,-36.342f,-37.437f,-39.628f,-40.661f,-40.180f,-39.540f,-36.080f,
+-34.176f,-33.623f,-31.170f,-29.917f,-28.082f,-23.850f,-22.143f,-19.302f,-16.268f,-15.697f,
+-14.797f,-13.029f,-12.534f,-12.152f,-11.098f, -9.333f, -7.918f, -7.148f, -5.290f, -1.533f,
+  2.329f,  5.181f,  4.556f,  6.679f,  9.320f, 12.139f, 12.927f, 12.565f, 13.134f, 13.107f,
+ 13.606f
+},{
+-29.534f,-29.049f,-27.996f,-26.534f,-24.489f,-21.952f,-19.877f,-18.439f,-16.455f,-14.550f,
+-13.682f,-13.369f,-14.048f,-14.056f,-11.624f,-10.604f, -9.383f, -8.206f, -7.598f, -7.256f,
+ -5.931f, -4.728f, -3.376f, -2.699f, -1.440f, -1.012f, -1.750f, -5.836f, -6.210f, -5.179f,
+ -3.480f, -1.910f, -1.264f, -0.741f,  0.001f,  0.291f,  0.065f, -0.043f, -0.571f, -1.337f,
+ -2.186f, -2.884f, -4.241f, -5.691f, -7.475f, -9.424f,-11.698f,-13.930f,-16.107f,-18.557f,
+-21.037f,-23.362f,-25.662f,-27.853f,-29.752f,-31.545f,-32.950f,-35.036f,-34.627f,-36.906f,
+-37.669f,-38.261f,-39.388f,-39.784f,-39.026f,-41.687f,-42.964f,-44.005f,-45.070f,-45.597f,
+-46.072f,-45.381f,-43.794f,-42.131f,-40.499f,-39.592f,-37.892f,-36.574f,-33.436f,-28.624f,
+-26.696f,-25.350f,-22.660f,-18.388f,-16.738f,-18.756f,-18.736f,-15.032f,-15.937f,-11.869f,
+ -7.164f, -6.713f, -6.779f, -8.616f,-10.514f,-12.602f,-14.787f,-16.730f,-18.779f,-21.905f,
+-25.356f,-27.666f,-29.490f,-31.763f,-33.153f,-34.152f,-35.141f,-36.560f,-37.238f,-37.499f,
+-37.448f,-37.267f,-37.901f,-38.670f,-38.851f,-38.927f,-37.869f,-36.248f,-33.506f,-31.976f,
+-31.653f,-32.061f,-33.683f,-34.535f,-36.364f,-39.783f,-45.708f,-45.848f,-44.247f,-51.897f,
+-55.322f,-55.625f,-55.417f,-53.369f,-52.005f,-49.338f,-47.841f,-44.478f,-43.509f,-43.362f,
+-41.668f,-39.569f,-36.815f,-36.236f,-39.183f,-40.230f,-40.260f,-39.020f,-38.734f,-36.181f,
+-34.245f,-32.926f,-31.189f,-30.141f,-28.782f,-23.926f,-22.068f,-19.930f,-16.496f,-16.892f,
+-15.010f,-12.318f,-12.421f,-11.763f,-11.309f, -9.290f, -7.880f, -7.115f, -5.014f, -1.243f,
+  2.463f,  5.160f,  4.670f,  6.600f,  9.285f, 12.068f, 12.807f, 12.432f, 13.087f, 13.075f,
+ 13.606f
+},{
+-29.534f,-29.082f,-28.105f,-26.772f,-24.808f,-22.332f,-20.445f,-19.099f,-17.207f,-15.425f,
+-14.784f,-14.643f,-15.284f,-16.109f,-13.014f,-12.222f,-10.764f, -9.481f, -9.170f, -8.847f,
+ -7.434f, -6.247f, -4.917f, -3.180f, -2.006f, -1.737f, -4.371f, -7.229f, -7.134f, -6.017f,
+ -4.385f, -2.994f, -2.308f, -1.627f, -1.120f, -0.590f, -0.801f, -1.392f, -1.937f, -2.677f,
+ -3.619f, -4.513f, -5.608f, -7.348f, -9.182f,-10.881f,-13.140f,-15.922f,-18.059f,-20.181f,
+-22.609f,-24.922f,-27.182f,-29.318f,-31.152f,-32.754f,-34.873f,-36.540f,-35.821f,-37.067f,
+-38.185f,-38.627f,-38.993f,-39.074f,-39.847f,-40.875f,-41.804f,-42.723f,-43.562f,-44.312f,
+-43.960f,-43.534f,-42.569f,-41.829f,-39.761f,-36.924f,-34.574f,-31.366f,-28.257f,-25.930f,
+-23.151f,-20.644f,-18.726f,-16.848f,-16.668f,-14.938f,-10.372f, -9.765f, -3.401f, -0.385f,
+ -1.964f, -3.164f, -3.932f, -5.126f, -6.538f, -7.989f,-10.370f,-13.935f,-16.916f,-19.891f,
+-22.697f,-25.178f,-27.343f,-29.178f,-30.011f,-31.292f,-32.094f,-33.128f,-34.321f,-34.562f,
+-35.306f,-35.773f,-36.761f,-37.002f,-37.042f,-36.807f,-36.823f,-35.095f,-32.064f,-30.762f,
+-31.127f,-31.241f,-32.469f,-33.852f,-35.663f,-39.138f,-44.352f,-43.554f,-44.789f,-51.792f,
+-54.294f,-54.810f,-54.121f,-51.793f,-50.846f,-48.903f,-45.806f,-43.397f,-43.703f,-43.198f,
+-41.191f,-39.456f,-36.520f,-36.964f,-39.718f,-39.700f,-38.960f,-37.686f,-37.335f,-36.033f,
+-34.067f,-32.663f,-31.171f,-29.516f,-29.027f,-24.867f,-22.245f,-19.959f,-16.665f,-17.349f,
+-14.966f,-11.930f,-13.140f,-11.848f,-11.322f, -9.029f, -7.815f, -6.678f, -4.355f, -0.780f,
+  2.552f,  5.103f,  4.816f,  6.530f,  9.299f, 11.947f, 12.660f, 12.304f, 13.033f, 13.045f,
+ 13.606f
+},{
+-29.534f,-29.116f,-28.213f,-27.015f,-25.141f,-22.726f,-20.998f,-19.740f,-17.897f,-16.225f,
+-15.878f,-15.984f,-16.704f,-17.730f,-14.564f,-13.595f,-12.300f,-11.231f,-10.837f,-10.100f,
+ -8.773f, -7.957f, -7.564f, -5.647f, -3.244f, -4.120f, -7.723f, -8.454f, -7.925f, -6.881f,
+ -5.479f, -4.286f, -3.547f, -2.843f, -2.244f, -2.214f, -2.271f, -2.592f, -3.269f, -3.929f,
+ -5.044f, -5.991f, -7.326f, -8.936f,-10.954f,-12.583f,-14.440f,-16.951f,-19.426f,-21.855f,
+-24.243f,-26.563f,-28.571f,-30.692f,-32.577f,-34.094f,-36.623f,-38.793f,-37.194f,-38.562f,
+-38.140f,-38.433f,-38.432f,-38.974f,-39.618f,-39.940f,-40.712f,-41.252f,-41.748f,-42.160f,
+-42.187f,-41.836f,-41.337f,-39.804f,-37.299f,-34.075f,-29.971f,-26.474f,-24.068f,-22.655f,
+-20.808f,-16.803f,-14.674f,-14.935f,-12.496f, -8.891f, -2.837f,  4.160f,  5.147f,  3.317f,
+  1.980f,  1.433f, -0.163f, -1.066f, -2.178f, -3.173f, -7.428f,-11.618f,-14.271f,-16.869f,
+-19.424f,-21.993f,-23.817f,-25.302f,-26.585f,-29.043f,-30.512f,-31.592f,-32.481f,-33.413f,
+-33.711f,-34.090f,-34.274f,-34.785f,-35.525f,-34.720f,-35.594f,-34.668f,-32.953f,-32.393f,
+-32.222f,-30.976f,-32.114f,-34.049f,-35.706f,-37.924f,-42.555f,-43.201f,-46.203f,-51.532f,
+-52.731f,-52.883f,-52.691f,-49.998f,-49.440f,-47.337f,-44.577f,-43.756f,-43.926f,-42.482f,
+-40.899f,-38.447f,-37.888f,-37.889f,-38.905f,-38.653f,-38.136f,-36.570f,-36.243f,-35.511f,
+-33.495f,-32.365f,-30.621f,-29.387f,-28.645f,-25.148f,-21.991f,-18.991f,-16.376f,-16.463f,
+-14.906f,-12.350f,-14.193f,-12.381f,-11.006f, -8.803f, -7.546f, -5.939f, -3.474f, -0.270f,
+  2.551f,  4.889f,  4.850f,  6.502f,  9.364f, 11.789f, 12.486f, 12.181f, 12.971f, 13.015f,
+ 13.606f
+},{
+-29.534f,-29.150f,-28.318f,-27.262f,-25.484f,-23.128f,-21.510f,-20.367f,-18.558f,-17.022f,
+-16.924f,-17.192f,-18.401f,-18.760f,-16.078f,-14.625f,-13.733f,-13.174f,-12.446f,-11.225f,
+-10.269f, -9.590f, -9.397f, -8.125f, -5.573f, -6.787f, -9.325f, -9.455f, -8.523f, -7.660f,
+ -6.735f, -5.574f, -4.834f, -4.206f, -3.803f, -3.449f, -3.536f, -4.140f, -4.542f, -5.364f,
+ -6.343f, -7.506f, -8.808f,-10.487f,-12.469f,-14.124f,-16.142f,-18.463f,-20.788f,-23.070f,
+-25.439f,-27.811f,-30.036f,-32.032f,-33.497f,-37.120f,-37.597f,-39.365f,-40.195f,-39.276f,
+-38.943f,-38.201f,-37.651f,-38.259f,-38.858f,-39.131f,-39.554f,-39.315f,-39.536f,-39.479f,
+-39.925f,-39.641f,-38.824f,-37.459f,-35.423f,-32.191f,-28.171f,-23.794f,-21.091f,-18.729f,
+-15.987f,-12.867f,-13.219f,-11.839f,-10.484f, -3.999f,  7.362f,  8.368f,  7.677f,  7.506f,
+  6.350f,  4.482f,  3.779f,  2.027f,  0.725f, -1.237f, -5.238f, -8.569f,-10.771f,-13.149f,
+-15.734f,-17.992f,-19.907f,-22.218f,-24.179f,-26.994f,-29.583f,-29.650f,-31.907f,-30.570f,
+-31.367f,-32.454f,-32.666f,-32.788f,-33.170f,-32.686f,-32.704f,-34.453f,-34.666f,-37.849f,
+-41.015f,-32.766f,-31.435f,-32.769f,-35.664f,-38.362f,-43.336f,-43.047f,-48.993f,-50.900f,
+-49.922f,-50.310f,-50.144f,-48.813f,-47.001f,-46.974f,-44.723f,-43.530f,-43.188f,-41.501f,
+-40.380f,-38.307f,-38.010f,-37.865f,-37.834f,-36.836f,-36.582f,-35.920f,-34.815f,-33.967f,
+-32.914f,-31.381f,-30.238f,-29.846f,-27.999f,-23.958f,-21.239f,-18.312f,-16.028f,-15.690f,
+-14.633f,-12.793f,-14.274f,-12.942f,-10.527f, -8.908f, -7.096f, -5.239f, -2.676f,  0.163f,
+  2.466f,  4.446f,  4.699f,  6.543f,  9.461f, 11.614f, 12.289f, 12.069f, 12.901f, 12.987f,
+ 13.606f
+},{
+-29.534f,-29.184f,-28.422f,-27.512f,-25.835f,-23.529f,-21.965f,-20.981f,-19.224f,-17.869f,
+-17.943f,-18.213f,-20.192f,-19.254f,-17.137f,-15.653f,-15.152f,-14.913f,-13.997f,-12.657f,
+-11.752f,-11.201f,-10.615f, -9.480f, -8.066f, -8.285f,-10.140f,-10.264f, -9.080f, -8.004f,
+ -7.371f, -6.813f, -5.882f, -5.482f, -5.015f, -4.963f, -4.834f, -5.170f, -5.908f, -6.809f,
+ -7.728f, -8.845f,-10.240f,-11.987f,-13.916f,-15.701f,-17.708f,-20.037f,-22.155f,-24.452f,
+-26.680f,-29.018f,-31.273f,-33.374f,-35.507f,-38.035f,-39.895f,-40.092f,-40.436f,-39.345f,
+-38.831f,-38.355f,-38.055f,-37.988f,-37.952f,-37.902f,-38.660f,-37.434f,-34.946f,-36.646f,
+-37.187f,-37.349f,-36.320f,-34.845f,-33.229f,-31.018f,-26.942f,-22.028f,-17.211f,-13.780f,
+-11.260f,-10.025f,-12.152f, -9.350f, -3.998f,  7.620f, 11.303f, 12.084f, 11.646f, 10.955f,
+ 10.414f,  8.552f,  7.551f,  5.488f,  2.903f,  0.499f, -3.097f, -5.412f, -7.083f, -9.402f,
+-12.188f,-14.798f,-17.232f,-19.700f,-21.367f,-24.488f,-26.825f,-27.129f,-29.982f,-29.038f,
+-29.683f,-31.107f,-30.396f,-31.217f,-31.687f,-30.965f,-30.882f,-32.166f,-37.263f,-42.559f,
+-43.693f,-40.560f,-34.876f,-34.149f,-36.421f,-38.886f,-42.258f,-43.552f,-46.919f,-48.222f,
+-47.233f,-48.031f,-48.087f,-45.887f,-45.812f,-45.765f,-44.101f,-43.199f,-42.590f,-41.037f,
+-39.978f,-37.811f,-39.147f,-37.146f,-35.609f,-35.260f,-35.646f,-35.327f,-33.530f,-32.351f,
+-32.061f,-30.524f,-29.799f,-29.637f,-27.156f,-22.647f,-20.701f,-18.449f,-16.088f,-15.428f,
+-13.722f,-12.558f,-13.369f,-13.151f,-10.363f, -9.190f, -6.644f, -4.806f, -2.158f,  0.479f,
+  2.311f,  3.790f,  4.383f,  6.658f,  9.560f, 11.441f, 12.074f, 11.970f, 12.820f, 12.960f,
+ 13.606f
+},{
+-29.534f,-29.220f,-28.525f,-27.761f,-26.192f,-23.924f,-22.372f,-21.577f,-19.910f,-18.760f,
+-18.970f,-19.138f,-21.601f,-19.385f,-17.661f,-16.911f,-16.752f,-16.619f,-15.609f,-14.027f,
+-13.031f,-13.019f,-12.072f,-10.980f,-10.020f, -9.251f,-11.418f,-11.572f, -9.973f, -8.859f,
+ -7.926f, -7.597f, -6.943f, -6.593f, -6.179f, -6.062f, -6.089f, -6.443f, -7.032f, -8.019f,
+ -9.262f,-10.203f,-11.765f,-13.297f,-15.145f,-16.957f,-19.198f,-21.440f,-23.558f,-25.585f,
+-28.008f,-30.266f,-32.378f,-34.300f,-37.064f,-39.742f,-40.891f,-40.847f,-41.046f,-39.568f,
+-39.222f,-38.931f,-38.547f,-37.869f,-37.434f,-37.830f,-36.965f,-36.991f,-34.002f,-35.348f,
+-35.113f,-35.029f,-34.088f,-32.734f,-30.743f,-28.367f,-24.647f,-19.307f,-13.797f, -8.364f,
+ -6.048f, -9.393f,-11.687f, -6.018f,  7.611f, 13.225f, 14.182f, 14.803f, 15.268f, 15.029f,
+ 14.418f, 12.950f, 11.715f,  9.358f,  6.203f,  3.131f,  0.446f, -1.517f, -3.446f, -6.096f,
+ -9.052f,-11.924f,-14.073f,-16.084f,-18.078f,-21.198f,-23.453f,-24.596f,-24.756f,-26.914f,
+-28.058f,-29.378f,-30.018f,-30.102f,-31.709f,-31.800f,-31.042f,-31.076f,-37.037f,-41.823f,
+-42.342f,-42.709f,-40.917f,-38.067f,-37.978f,-39.465f,-40.034f,-42.068f,-44.619f,-45.095f,
+-44.625f,-45.663f,-45.806f,-43.775f,-44.058f,-43.640f,-42.469f,-42.238f,-41.351f,-40.403f,
+-39.806f,-38.313f,-39.964f,-35.881f,-33.971f,-34.486f,-34.278f,-34.821f,-33.651f,-31.778f,
+-31.123f,-29.963f,-29.484f,-29.113f,-26.474f,-22.040f,-20.446f,-18.576f,-16.493f,-15.221f,
+-12.615f,-11.841f,-12.377f,-12.810f,-10.604f, -9.138f, -6.264f, -4.538f, -1.866f,  0.710f,
+  2.062f,  3.018f,  4.002f,  6.828f,  9.623f, 11.286f, 11.850f, 11.888f, 12.729f, 12.935f,
+ 13.606f
+},{
+-29.534f,-29.255f,-28.625f,-28.009f,-26.552f,-24.314f,-22.757f,-22.158f,-20.618f,-19.659f,
+-20.005f,-20.094f,-22.232f,-19.386f,-18.104f,-18.185f,-18.324f,-18.399f,-17.312f,-15.193f,
+-14.377f,-14.577f,-13.064f,-12.085f,-12.111f,-10.559f,-11.844f,-12.585f,-11.464f,-10.060f,
+ -8.876f, -8.383f, -8.068f, -7.622f, -7.407f, -7.134f, -7.252f, -7.791f, -8.458f, -9.414f,
+-10.398f,-11.728f,-13.091f,-14.667f,-16.406f,-18.534f,-20.629f,-22.709f,-25.027f,-26.968f,
+-29.177f,-31.313f,-33.225f,-34.836f,-38.144f,-40.493f,-40.943f,-40.395f,-40.389f,-40.296f,
+-39.556f,-39.001f,-38.905f,-38.008f,-36.997f,-37.076f,-37.099f,-36.280f,-35.739f,-34.874f,
+-33.837f,-33.098f,-31.923f,-30.561f,-28.185f,-24.649f,-20.610f,-16.572f,-12.734f, -7.986f,
+ -4.677f, -8.951f, -6.802f,  7.619f, 14.027f, 15.950f, 17.187f, 18.286f, 18.841f, 18.929f,
+ 18.051f, 16.916f, 15.413f, 13.346f, 10.218f,  7.622f,  5.730f,  3.146f, -0.020f, -2.904f,
+ -5.068f, -7.548f, -9.935f,-12.022f,-14.087f,-16.802f,-19.343f,-19.816f,-21.199f,-23.615f,
+-25.120f,-27.477f,-28.726f,-28.941f,-31.280f,-31.595f,-30.438f,-30.926f,-34.598f,-38.931f,
+-40.583f,-41.894f,-40.755f,-38.524f,-38.168f,-37.533f,-36.851f,-39.744f,-42.385f,-41.606f,
+-43.169f,-41.977f,-43.350f,-42.571f,-41.886f,-41.639f,-40.537f,-40.230f,-39.806f,-39.438f,
+-39.034f,-38.607f,-39.319f,-35.333f,-33.975f,-32.938f,-33.510f,-34.416f,-33.639f,-31.788f,
+-31.094f,-29.896f,-29.213f,-28.993f,-26.248f,-21.897f,-20.052f,-18.500f,-16.601f,-14.970f,
+-11.895f,-10.908f,-11.551f,-12.005f,-10.780f, -8.554f, -5.849f, -4.225f, -1.630f,  0.889f,
+  1.668f,  2.251f,  3.682f,  7.003f,  9.620f, 11.159f, 11.624f, 11.824f, 12.627f, 12.912f,
+ 13.606f
+},{
+-29.534f,-29.291f,-28.724f,-28.254f,-26.913f,-24.704f,-23.161f,-22.734f,-21.345f,-20.544f,
+-21.011f,-21.150f,-22.198f,-19.511f,-18.932f,-19.337f,-19.699f,-20.014f,-18.920f,-16.627f,
+-15.807f,-15.862f,-14.267f,-13.303f,-13.583f,-11.930f,-13.174f,-13.336f,-13.211f,-11.440f,
+-10.063f, -9.388f, -9.185f, -8.875f, -8.757f, -8.509f, -8.581f, -9.041f, -9.779f,-10.719f,
+-11.744f,-12.874f,-14.484f,-15.969f,-17.670f,-19.878f,-22.020f,-24.079f,-26.051f,-28.242f,
+-30.185f,-32.143f,-33.847f,-35.520f,-38.806f,-40.499f,-40.490f,-40.043f,-40.629f,-40.326f,
+-39.447f,-39.087f,-38.852f,-37.792f,-37.149f,-37.115f,-34.962f,-33.784f,-32.976f,-32.964f,
+-32.297f,-31.151f,-29.724f,-27.835f,-25.246f,-21.674f,-17.385f,-12.792f, -9.300f, -7.320f,
+ -7.770f, -5.856f,  1.904f, 20.129f, 18.627f, 19.670f, 21.365f, 21.773f, 22.295f, 22.032f,
+ 22.043f, 21.201f, 19.845f, 17.857f, 14.981f, 11.861f,  9.515f,  6.924f,  4.218f,  1.524f,
+ -1.483f, -3.074f, -5.101f, -7.265f, -8.831f,-12.113f,-14.269f,-17.360f,-19.484f,-21.452f,
+-23.408f,-24.180f,-25.965f,-27.746f,-29.273f,-29.523f,-28.376f,-29.427f,-31.318f,-34.321f,
+-37.827f,-39.249f,-37.951f,-35.979f,-36.315f,-36.246f,-36.057f,-36.792f,-39.124f,-39.137f,
+-39.767f,-40.348f,-39.789f,-40.413f,-39.754f,-39.591f,-38.559f,-37.758f,-36.766f,-36.869f,
+-37.186f,-37.061f,-36.454f,-35.153f,-32.557f,-32.474f,-32.559f,-33.611f,-33.421f,-31.211f,
+-30.532f,-29.793f,-29.087f,-28.584f,-25.985f,-21.697f,-19.256f,-18.334f,-16.405f,-14.578f,
+-11.311f, -9.947f,-10.758f,-11.185f,-10.559f, -7.793f, -5.288f, -3.883f, -1.387f,  0.984f,
+  1.119f,  1.594f,  3.520f,  7.126f,  9.541f, 11.062f, 11.406f, 11.779f, 12.515f, 12.890f,
+ 13.606f
+},{
+-29.534f,-29.327f,-28.822f,-28.492f,-27.273f,-25.102f,-23.625f,-23.325f,-22.097f,-21.447f,
+-21.970f,-22.282f,-22.130f,-19.996f,-20.123f,-20.714f,-21.321f,-21.683f,-20.372f,-18.069f,
+-16.805f,-16.858f,-15.532f,-15.147f,-14.361f,-13.140f,-15.562f,-14.525f,-13.964f,-12.622f,
+-11.158f,-10.659f,-10.166f, -9.901f, -9.735f, -9.804f, -9.842f,-10.264f,-11.018f,-11.973f,
+-13.052f,-14.127f,-15.598f,-17.395f,-19.030f,-21.034f,-23.318f,-25.216f,-27.403f,-29.238f,
+-31.083f,-32.863f,-34.121f,-36.627f,-39.371f,-40.097f,-39.729f,-40.628f,-40.673f,-40.187f,
+-39.922f,-39.404f,-39.452f,-37.887f,-37.687f,-35.356f,-32.379f,-31.820f,-31.114f,-31.257f,
+-30.054f,-29.096f,-27.308f,-25.046f,-21.993f,-18.374f,-14.426f, -9.525f, -6.512f, -5.275f,
+ -6.581f, -2.772f, 12.361f, 21.680f, 21.157f, 22.874f, 23.886f, 25.062f, 25.654f, 26.036f,
+ 26.013f, 25.156f, 23.070f, 21.383f, 18.955f, 16.684f, 14.236f, 10.941f,  7.779f,  6.156f,
+  2.760f,  1.067f,  1.192f, -2.300f, -4.468f, -7.348f,-11.745f,-14.519f,-16.043f,-17.835f,
+-20.635f,-21.799f,-23.015f,-25.512f,-26.711f,-27.152f,-26.480f,-26.945f,-28.445f,-30.438f,
+-32.462f,-35.125f,-33.932f,-33.981f,-34.954f,-35.380f,-33.942f,-33.777f,-35.713f,-35.749f,
+-36.301f,-37.970f,-36.179f,-37.948f,-37.316f,-37.015f,-36.388f,-35.472f,-34.393f,-33.769f,
+-34.263f,-34.455f,-34.272f,-34.227f,-32.071f,-31.568f,-32.185f,-33.233f,-32.818f,-30.589f,
+-29.414f,-29.041f,-28.990f,-27.786f,-25.231f,-20.881f,-18.121f,-17.904f,-16.551f,-14.051f,
+-10.346f, -9.239f,-10.183f,-10.723f,-10.110f, -7.210f, -4.637f, -3.703f, -1.239f,  0.898f,
+  0.494f,  1.103f,  3.541f,  7.150f,  9.403f, 10.989f, 11.204f, 11.751f, 12.392f, 12.871f,
+ 13.606f
+},{
+-29.534f,-29.364f,-28.917f,-28.723f,-27.631f,-25.521f,-24.176f,-23.950f,-22.890f,-22.435f,
+-22.934f,-23.418f,-22.650f,-20.997f,-21.394f,-22.571f,-23.556f,-23.969f,-22.079f,-19.020f,
+-17.521f,-17.624f,-16.621f,-16.550f,-14.910f,-15.107f,-17.655f,-16.047f,-14.834f,-13.555f,
+-12.338f,-11.911f,-11.487f,-11.165f,-10.795f,-10.928f,-11.138f,-11.503f,-12.128f,-12.946f,
+-14.149f,-15.400f,-16.944f,-18.614f,-20.502f,-22.456f,-24.456f,-26.369f,-28.423f,-30.390f,
+-31.967f,-33.418f,-34.367f,-37.390f,-39.850f,-39.987f,-39.512f,-39.898f,-40.106f,-40.095f,
+-39.921f,-39.646f,-39.121f,-38.136f,-36.609f,-33.988f,-32.370f,-31.487f,-30.994f,-29.602f,
+-27.664f,-26.757f,-25.100f,-22.494f,-19.437f,-15.270f, -9.412f, -5.591f, -2.915f, -2.442f,
+ -3.742f,  1.020f, 19.057f, 22.256f, 23.896f, 25.614f, 26.960f, 28.112f, 29.281f, 30.053f,
+ 30.414f, 28.755f, 26.490f, 24.221f, 21.912f, 19.636f, 17.300f, 14.986f, 12.506f, 10.354f,
+  7.962f,  5.647f,  4.184f,  1.242f, -2.050f, -5.427f, -9.048f,-10.533f,-12.626f,-13.898f,
+-16.623f,-18.849f,-20.234f,-22.356f,-23.742f,-24.505f,-23.910f,-24.286f,-25.245f,-27.431f,
+-27.322f,-29.411f,-28.623f,-31.388f,-33.186f,-33.502f,-31.353f,-31.371f,-32.186f,-32.032f,
+-32.062f,-33.170f,-32.727f,-34.398f,-35.093f,-34.296f,-33.858f,-33.068f,-32.338f,-31.944f,
+-32.193f,-31.908f,-31.887f,-31.236f,-32.877f,-32.303f,-28.789f,-29.788f,-31.615f,-29.651f,
+-28.314f,-28.496f,-27.869f,-26.492f,-23.962f,-19.927f,-17.400f,-17.384f,-16.489f,-13.575f,
+ -9.317f, -8.902f,-10.024f,-10.533f, -9.694f, -6.738f, -4.075f, -3.688f, -1.296f,  0.530f,
+ -0.063f,  0.788f,  3.698f,  7.063f,  9.250f, 10.928f, 11.024f, 11.739f, 12.261f, 12.853f,
+ 13.606f
+},{
+-29.534f,-29.401f,-29.011f,-28.946f,-27.988f,-25.969f,-24.822f,-24.622f,-23.737f,-23.552f,
+-23.998f,-24.499f,-23.823f,-22.489f,-22.748f,-24.520f,-25.864f,-26.558f,-24.226f,-20.047f,
+-18.279f,-18.392f,-18.010f,-17.716f,-15.249f,-17.216f,-19.295f,-17.850f,-16.162f,-14.709f,
+-13.579f,-13.001f,-12.690f,-12.432f,-12.153f,-12.082f,-12.160f,-12.675f,-13.320f,-14.108f,
+-15.248f,-16.621f,-18.024f,-19.646f,-21.405f,-23.486f,-25.467f,-27.443f,-29.220f,-31.040f,
+-32.551f,-33.756f,-34.888f,-37.656f,-39.970f,-38.893f,-36.850f,-37.750f,-39.305f,-39.783f,
+-39.551f,-39.257f,-38.102f,-37.224f,-34.763f,-33.560f,-33.132f,-32.224f,-30.688f,-28.152f,
+-25.772f,-23.693f,-22.000f,-20.096f,-17.512f,-14.067f, -9.586f, -4.376f,  0.377f, -0.161f,
+ -2.172f,  7.220f, 23.520f, 24.376f, 26.294f, 27.840f, 29.368f, 31.392f, 32.590f, 33.751f,
+ 33.904f, 32.824f, 29.999f, 27.503f, 25.245f, 22.852f, 21.199f, 17.674f, 16.293f, 13.060f,
+ 10.843f,  8.636f,  5.960f,  3.443f, -0.473f, -2.657f, -6.312f, -7.635f, -8.483f,-10.467f,
+-12.674f,-14.684f,-17.398f,-18.751f,-20.179f,-21.409f,-20.716f,-21.607f,-22.510f,-23.731f,
+-23.688f,-24.386f,-26.251f,-28.410f,-28.295f,-31.517f,-28.832f,-29.851f,-29.788f,-28.467f,
+-28.800f,-27.841f,-29.346f,-31.277f,-32.127f,-31.935f,-31.536f,-31.007f,-30.491f,-29.776f,
+-29.537f,-29.477f,-29.605f,-29.142f,-31.154f,-29.784f,-28.000f,-26.610f,-29.016f,-28.546f,
+-27.674f,-27.265f,-26.561f,-25.129f,-22.617f,-19.136f,-17.047f,-17.036f,-15.764f,-13.300f,
+ -9.214f, -9.026f,-10.181f,-10.394f, -9.348f, -6.234f, -3.732f, -3.528f, -1.518f, -0.158f,
+ -0.449f,  0.629f,  3.901f,  6.895f,  9.135f, 10.861f, 10.870f, 11.738f, 12.122f, 12.838f,
+ 13.606f
+},{
+-29.534f,-29.437f,-29.104f,-29.158f,-28.342f,-26.454f,-25.544f,-25.342f,-24.631f,-24.768f,
+-25.214f,-25.518f,-25.191f,-24.220f,-24.442f,-26.072f,-27.422f,-28.286f,-26.022f,-21.678f,
+-18.641f,-18.630f,-18.370f,-18.332f,-16.236f,-18.461f,-19.984f,-19.538f,-17.549f,-16.003f,
+-14.696f,-14.139f,-13.813f,-13.647f,-13.487f,-13.398f,-13.554f,-13.758f,-14.438f,-15.300f,
+-16.386f,-17.658f,-19.100f,-20.618f,-22.397f,-24.292f,-26.239f,-28.217f,-30.074f,-31.754f,
+-33.168f,-34.385f,-35.452f,-38.600f,-39.864f,-38.224f,-36.341f,-37.951f,-39.092f,-39.259f,
+-38.619f,-37.819f,-36.806f,-34.428f,-31.469f,-30.080f,-30.402f,-30.748f,-28.850f,-26.905f,
+-23.887f,-22.174f,-19.384f,-17.263f,-14.808f,-12.069f, -7.682f, -2.584f,  3.293f,  2.693f,
+  0.856f, 11.403f, 25.340f, 24.987f, 28.397f, 30.460f, 31.965f, 33.964f, 35.619f, 36.931f,
+ 37.184f, 36.720f, 34.325f, 31.103f, 28.843f, 26.792f, 24.124f, 21.764f, 20.310f, 17.714f,
+ 14.662f, 11.932f,  8.640f,  6.204f,  3.311f,  1.521f, -1.119f, -4.829f, -6.365f, -6.918f,
+ -9.310f,-10.715f,-13.591f,-14.882f,-16.648f,-17.422f,-18.524f,-19.476f,-20.340f,-21.369f,
+-22.146f,-22.513f,-23.843f,-25.906f,-25.074f,-27.118f,-26.324f,-24.801f,-25.047f,-25.220f,
+-25.060f,-23.983f,-26.288f,-28.047f,-28.427f,-28.734f,-28.342f,-28.338f,-28.056f,-27.586f,
+-27.261f,-27.485f,-27.446f,-26.737f,-27.403f,-26.304f,-26.965f,-24.432f,-26.560f,-27.871f,
+-27.536f,-26.231f,-25.328f,-24.313f,-21.517f,-18.281f,-16.263f,-16.455f,-15.205f,-12.968f,
+-10.057f, -9.596f,-10.306f,-10.247f, -9.017f, -5.845f, -3.546f, -2.975f, -1.740f, -1.088f,
+ -0.669f,  0.593f,  4.065f,  6.712f,  9.108f, 10.774f, 10.746f, 11.741f, 11.978f, 12.826f,
+ 13.606f
+},{
+-29.534f,-29.474f,-29.194f,-29.360f,-28.695f,-26.976f,-26.307f,-26.098f,-25.543f,-25.981f,
+-26.519f,-26.530f,-26.337f,-25.862f,-26.418f,-27.330f,-28.175f,-28.664f,-26.757f,-23.508f,
+-19.380f,-18.776f,-17.884f,-17.908f,-17.592f,-19.057f,-20.640f,-20.764f,-19.075f,-17.300f,
+-15.952f,-15.323f,-14.969f,-14.915f,-14.736f,-14.715f,-14.820f,-15.147f,-15.554f,-16.349f,
+-17.417f,-18.658f,-20.007f,-21.492f,-23.293f,-25.210f,-27.202f,-28.870f,-30.647f,-32.308f,
+-33.671f,-34.914f,-36.152f,-38.679f,-40.603f,-38.649f,-37.126f,-38.555f,-39.113f,-38.355f,
+-37.187f,-36.453f,-33.667f,-30.094f,-26.687f,-24.930f,-24.986f,-26.577f,-26.551f,-23.944f,
+-22.191f,-20.465f,-17.100f,-14.337f,-11.377f, -8.020f, -4.422f,  0.615f,  5.655f,  4.979f,
+  4.806f, 15.538f, 26.548f, 27.910f, 31.102f, 32.988f, 35.317f, 37.544f, 39.378f, 41.254f,
+ 40.794f, 40.681f, 38.076f, 34.751f, 32.756f, 31.108f, 28.497f, 26.055f, 24.852f, 22.610f,
+ 19.156f, 16.218f, 13.435f, 10.641f,  8.397f,  5.876f,  3.717f,  0.587f, -3.548f, -3.850f,
+ -5.892f, -7.977f, -9.540f,-11.631f,-13.258f,-13.976f,-16.081f,-17.710f,-19.120f,-20.434f,
+-22.107f,-22.382f,-23.509f,-23.373f,-22.897f,-22.385f,-21.623f,-20.671f,-19.565f,-19.237f,
+-19.705f,-20.619f,-22.666f,-24.955f,-25.465f,-25.595f,-25.440f,-25.517f,-25.740f,-25.259f,
+-25.376f,-25.353f,-24.747f,-24.772f,-23.693f,-24.748f,-25.769f,-23.534f,-24.095f,-27.370f,
+-27.699f,-26.020f,-24.612f,-23.674f,-20.655f,-17.586f,-15.560f,-15.422f,-14.963f,-12.317f,
+-10.791f,-10.173f,-10.094f,-10.015f, -8.653f, -5.719f, -3.330f, -2.254f, -1.817f, -2.053f,
+ -0.810f,  0.654f,  4.146f,  6.597f,  9.197f, 10.652f, 10.651f, 11.742f, 11.833f, 12.815f,
+ 13.606f
+},{
+-29.534f,-29.511f,-29.283f,-29.551f,-29.046f,-27.533f,-27.071f,-26.872f,-26.435f,-27.081f,
+-27.768f,-27.605f,-27.325f,-27.287f,-28.169f,-28.633f,-28.687f,-28.493f,-27.041f,-25.066f,
+-21.698f,-20.145f,-18.059f,-17.493f,-18.949f,-19.314f,-21.763f,-21.854f,-20.665f,-18.702f,
+-17.094f,-16.486f,-16.171f,-16.057f,-15.923f,-15.827f,-16.007f,-16.265f,-16.843f,-17.420f,
+-18.324f,-19.450f,-20.916f,-22.358f,-24.112f,-25.968f,-27.698f,-29.362f,-31.014f,-32.695f,
+-33.926f,-35.212f,-36.256f,-39.004f,-40.615f,-40.078f,-38.134f,-38.227f,-38.281f,-37.481f,
+-36.208f,-33.612f,-28.901f,-25.989f,-23.834f,-21.998f,-20.904f,-21.314f,-22.105f,-21.917f,
+-18.734f,-16.581f,-14.122f,-10.313f, -8.927f, -5.196f, -0.509f,  2.950f,  7.134f,  4.606f,
+  9.709f, 20.761f, 30.445f, 31.081f, 33.957f, 36.105f, 38.694f, 40.600f, 42.422f, 45.283f,
+ 45.363f, 44.526f, 41.257f, 39.681f, 36.528f, 34.387f, 31.255f, 31.034f, 28.884f, 26.341f,
+ 24.161f, 20.371f, 17.514f, 15.101f, 12.485f,  9.406f,  7.226f,  4.371f,  0.835f,  0.127f,
+ -1.877f, -4.205f, -5.743f, -7.715f, -9.984f,-10.748f,-12.855f,-14.906f,-16.404f,-17.689f,
+-19.020f,-19.524f,-20.720f,-20.737f,-20.682f,-20.737f,-17.143f,-16.406f,-16.696f,-16.443f,
+-16.085f,-16.777f,-19.127f,-21.659f,-22.330f,-22.088f,-22.150f,-22.708f,-23.324f,-23.205f,
+-23.151f,-23.478f,-23.237f,-22.815f,-22.350f,-22.629f,-23.623f,-22.794f,-21.607f,-25.430f,
+-27.821f,-25.798f,-24.417f,-22.946f,-19.971f,-17.084f,-15.357f,-14.514f,-14.619f,-12.024f,
+-11.124f,-10.366f, -9.742f, -9.612f, -8.216f, -5.668f, -3.013f, -1.874f, -1.726f, -2.785f,
+ -0.938f,  0.796f,  4.157f,  6.610f,  9.391f, 10.486f, 10.586f, 11.731f, 11.687f, 12.808f,
+ 13.606f
+},{
+-29.534f,-29.548f,-29.369f,-29.731f,-29.395f,-28.115f,-27.804f,-27.646f,-27.283f,-28.017f,
+-28.834f,-28.760f,-28.515f,-28.655f,-29.377f,-29.918f,-29.364f,-28.785f,-27.778f,-26.094f,
+-23.851f,-22.089f,-19.212f,-18.452f,-20.825f,-19.717f,-22.258f,-22.737f,-21.983f,-19.942f,
+-18.363f,-17.560f,-17.274f,-17.051f,-17.022f,-17.024f,-17.201f,-17.452f,-17.829f,-18.356f,
+-19.226f,-20.312f,-21.735f,-23.380f,-24.939f,-26.539f,-28.167f,-29.798f,-31.230f,-32.712f,
+-34.173f,-35.362f,-36.474f,-38.876f,-40.127f,-38.113f,-35.634f,-35.786f,-36.104f,-35.569f,
+-32.685f,-28.097f,-24.116f,-23.006f,-22.459f,-21.131f,-18.891f,-16.382f,-15.200f,-17.952f,
+-17.091f,-14.534f,-11.650f, -8.686f, -7.834f, -2.641f,  1.010f,  4.927f,  7.826f,  4.318f,
+ 10.214f, 24.158f, 33.203f, 33.550f, 37.091f, 39.504f, 41.982f, 43.132f, 45.144f, 48.242f,
+ 50.179f, 49.606f, 45.141f, 44.907f, 42.493f, 39.233f, 34.888f, 33.319f, 33.401f, 30.803f,
+ 28.674f, 25.159f, 22.342f, 19.191f, 16.587f, 13.667f, 13.080f,  7.915f,  4.901f,  3.546f,
+  1.801f, -0.896f, -2.269f, -4.052f, -6.069f, -7.472f, -8.657f,-10.829f,-12.169f,-13.229f,
+-14.930f,-15.776f,-17.101f,-17.938f,-18.601f,-18.991f,-16.510f,-15.599f,-15.615f,-14.017f,
+-13.175f,-13.779f,-15.585f,-17.660f,-18.422f,-18.123f,-18.838f,-19.934f,-20.748f,-21.033f,
+-21.006f,-21.306f,-21.005f,-20.468f,-20.681f,-20.437f,-21.774f,-21.345f,-20.345f,-22.665f,
+-27.412f,-26.264f,-24.151f,-22.260f,-19.649f,-17.235f,-15.222f,-13.924f,-14.107f,-12.349f,
+-11.402f,-10.225f, -9.637f, -9.187f, -7.750f, -5.452f, -2.773f, -2.028f, -1.566f, -3.087f,
+ -1.036f,  1.002f,  4.149f,  6.768f,  9.644f, 10.277f, 10.547f, 11.702f, 11.547f, 12.803f,
+ 13.606f
+},{
+-29.534f,-29.584f,-29.454f,-29.901f,-29.740f,-28.711f,-28.491f,-28.411f,-28.094f,-28.830f,
+-29.703f,-29.928f,-30.034f,-30.159f,-30.385f,-30.967f,-30.228f,-29.652f,-28.800f,-26.612f,
+-24.262f,-23.327f,-21.711f,-21.647f,-22.080f,-20.094f,-22.243f,-23.374f,-23.020f,-21.173f,
+-19.630f,-18.745f,-18.348f,-18.175f,-18.079f,-17.947f,-18.156f,-18.443f,-18.817f,-19.415f,
+-20.084f,-21.170f,-22.377f,-23.859f,-25.507f,-27.126f,-28.679f,-30.063f,-31.513f,-32.969f,
+-34.106f,-35.328f,-36.653f,-38.504f,-39.493f,-34.807f,-32.519f,-33.094f,-34.522f,-31.425f,
+-29.165f,-26.281f,-21.458f,-20.305f,-19.473f,-18.287f,-16.170f,-13.090f,-11.878f,-11.547f,
+-12.406f,-13.835f,-10.015f, -5.705f, -5.653f, -1.318f,  3.137f,  7.415f, 10.343f,  7.216f,
+ 11.007f, 27.485f, 33.992f, 36.847f, 39.933f, 42.651f, 43.891f, 45.119f, 47.592f, 50.195f,
+ 54.232f, 54.504f, 53.321f, 49.957f, 47.186f, 44.130f, 41.553f, 36.182f, 35.967f, 34.719f,
+ 32.467f, 30.259f, 26.834f, 23.808f, 21.075f, 18.009f, 16.279f, 12.329f,  9.283f,  6.744f,
+  5.360f,  3.444f,  1.199f, -0.191f, -1.912f, -3.614f, -5.637f, -7.149f, -8.730f, -9.258f,
+-10.758f,-12.119f,-13.170f,-14.870f,-15.363f,-15.558f,-15.473f,-15.600f,-15.363f,-13.474f,
+-10.692f,-10.665f,-11.383f,-13.028f,-13.863f,-14.792f,-16.181f,-17.040f,-18.256f,-18.634f,
+-18.803f,-18.721f,-18.941f,-18.704f,-18.992f,-18.471f,-19.603f,-19.053f,-19.112f,-20.308f,
+-25.678f,-25.675f,-23.446f,-22.406f,-20.202f,-18.006f,-15.363f,-13.584f,-13.326f,-12.318f,
+-11.437f, -9.968f, -9.592f, -8.978f, -7.361f, -5.168f, -2.821f, -2.324f, -1.506f, -2.966f,
+ -1.028f,  1.243f,  4.168f,  7.029f,  9.880f, 10.031f, 10.528f, 11.647f, 11.414f, 12.801f,
+ 13.606f
+},{
+-29.534f,-29.621f,-29.537f,-30.060f,-30.079f,-29.309f,-29.137f,-29.161f,-28.901f,-29.604f,
+-30.470f,-31.011f,-31.582f,-31.739f,-31.708f,-31.943f,-31.133f,-30.521f,-29.656f,-27.216f,
+-24.779f,-24.164f,-23.886f,-24.713f,-22.511f,-20.685f,-22.965f,-24.219f,-24.095f,-22.240f,
+-20.702f,-19.747f,-19.196f,-19.042f,-18.892f,-18.941f,-19.017f,-19.197f,-19.387f,-20.057f,
+-20.776f,-21.565f,-22.991f,-24.597f,-25.884f,-27.312f,-28.772f,-30.353f,-31.650f,-32.793f,
+-34.197f,-35.299f,-36.300f,-38.283f,-38.458f,-33.102f,-30.618f,-30.416f,-31.414f,-30.299f,
+-27.495f,-23.436f,-20.353f,-17.952f,-17.492f,-15.962f,-12.847f,-10.374f, -8.570f, -8.551f,
+ -7.216f, -7.309f, -7.376f, -6.035f, -3.300f,  1.308f,  5.574f, 10.537f, 13.216f, 10.806f,
+ 13.714f, 30.686f, 33.469f, 39.470f, 42.250f, 45.070f, 48.119f, 50.100f, 51.129f, 53.740f,
+ 54.842f, 58.143f, 56.205f, 53.673f, 52.227f, 49.404f, 46.609f, 43.540f, 38.254f, 38.453f,
+ 36.634f, 34.878f, 30.672f, 28.028f, 25.511f, 22.651f, 19.750f, 16.425f, 13.368f, 10.496f,
+  9.273f,  8.107f,  5.472f,  3.744f,  2.145f,  0.524f, -1.489f, -3.774f, -5.210f, -6.137f,
+ -7.067f, -7.792f, -9.240f,-11.015f,-11.316f,-11.191f,-11.595f,-12.261f,-12.513f,-12.244f,
+-10.045f, -8.243f, -7.496f, -8.360f,-10.218f,-12.127f,-13.483f,-14.796f,-15.627f,-16.064f,
+-16.455f,-16.307f,-16.329f,-17.003f,-17.134f,-16.588f,-17.816f,-17.112f,-17.010f,-19.101f,
+-22.986f,-24.061f,-21.780f,-22.797f,-20.460f,-18.224f,-15.696f,-13.326f,-12.407f,-11.848f,
+-11.145f, -9.779f, -9.258f, -8.953f, -7.058f, -5.032f, -3.067f, -2.220f, -1.699f, -2.634f,
+ -0.885f,  1.464f,  4.227f,  7.306f, 10.018f,  9.763f, 10.522f, 11.559f, 11.294f, 12.802f,
+ 13.606f
+},{
+-29.534f,-29.657f,-29.619f,-30.210f,-30.410f,-29.896f,-29.766f,-29.892f,-29.732f,-30.401f,
+-31.246f,-31.974f,-32.809f,-33.154f,-33.272f,-33.120f,-31.982f,-31.114f,-30.544f,-28.229f,
+-26.114f,-25.074f,-24.689f,-25.656f,-23.616f,-22.364f,-24.647f,-25.397f,-25.173f,-23.223f,
+-21.793f,-20.780f,-20.266f,-20.008f,-19.680f,-19.606f,-19.652f,-19.931f,-20.011f,-20.547f,
+-21.285f,-22.309f,-23.533f,-24.704f,-26.010f,-27.409f,-28.875f,-30.204f,-31.406f,-32.741f,
+-34.210f,-35.370f,-36.881f,-38.944f,-37.894f,-32.179f,-28.125f,-27.113f,-27.085f,-26.181f,
+-24.396f,-22.593f,-19.857f,-17.628f,-16.613f,-16.284f,-11.402f, -8.737f, -7.477f, -7.742f,
+ -6.219f, -3.547f, -5.022f, -3.526f, -0.966f,  3.531f,  7.714f, 12.252f, 14.930f, 13.390f,
+ 16.273f, 34.751f, 35.471f, 40.810f, 44.126f, 46.913f, 49.921f, 52.559f, 53.354f, 53.783f,
+ 54.745f, 57.704f, 57.832f, 56.617f, 55.528f, 54.423f, 53.092f, 48.284f, 45.877f, 42.261f,
+ 39.686f, 39.297f, 35.967f, 32.109f, 29.938f, 26.964f, 24.317f, 21.133f, 17.980f, 14.571f,
+ 13.242f, 12.443f, 10.243f,  7.775f,  6.108f,  5.016f,  3.069f,  0.662f, -1.217f, -2.310f,
+ -3.048f, -4.381f, -5.602f, -6.483f, -6.873f, -6.782f, -6.754f, -8.034f, -8.768f, -9.364f,
+ -8.466f, -6.575f, -4.932f, -4.342f, -6.106f, -8.439f,-10.635f,-11.877f,-12.666f,-13.399f,
+-13.628f,-13.585f,-13.970f,-14.886f,-14.955f,-14.707f,-14.554f,-14.580f,-15.549f,-18.788f,
+-20.236f,-21.408f,-19.634f,-21.904f,-19.804f,-17.951f,-15.497f,-12.716f,-11.613f,-11.571f,
+-10.776f, -9.629f, -8.913f, -8.856f, -6.777f, -4.953f, -3.144f, -1.609f, -2.166f, -2.366f,
+ -0.680f,  1.598f,  4.293f,  7.497f,  9.989f,  9.493f, 10.520f, 11.437f, 11.191f, 12.805f,
+ 13.606f
+},{
+-29.534f,-29.693f,-29.698f,-30.352f,-30.730f,-30.463f,-30.404f,-30.600f,-30.588f,-31.212f,
+-32.076f,-32.881f,-33.744f,-34.307f,-34.551f,-34.359f,-32.871f,-31.748f,-31.545f,-29.317f,
+-26.860f,-25.742f,-25.829f,-26.722f,-24.605f,-24.653f,-26.651f,-26.670f,-26.152f,-24.243f,
+-22.709f,-21.737f,-21.129f,-20.851f,-20.580f,-20.399f,-20.280f,-20.570f,-20.665f,-20.940f,
+-21.735f,-22.782f,-24.017f,-25.094f,-26.171f,-27.345f,-28.679f,-30.048f,-31.318f,-32.782f,
+-34.099f,-35.307f,-36.338f,-38.541f,-38.079f,-31.899f,-27.927f,-26.918f,-26.512f,-25.103f,
+-23.813f,-21.428f,-19.521f,-17.979f,-16.634f,-15.268f,-10.279f, -7.247f, -7.081f, -6.175f,
+ -2.822f, -0.304f,  0.293f, -0.496f,  2.136f,  6.447f, 10.386f, 14.510f, 17.190f, 15.738f,
+ 19.300f, 33.271f, 36.796f, 42.863f, 46.371f, 47.114f, 48.083f, 53.708f, 51.171f, 53.808f,
+ 52.813f, 57.685f, 57.086f, 54.819f, 55.448f, 57.107f, 53.021f, 51.525f, 50.348f, 48.832f,
+ 44.822f, 41.551f, 38.218f, 35.814f, 33.586f, 31.448f, 28.715f, 25.224f, 22.140f, 19.393f,
+ 16.598f, 15.311f, 13.961f, 13.076f,  9.712f,  8.932f,  7.289f,  4.777f,  3.218f,  1.871f,
+  1.158f, -0.654f, -1.791f, -2.429f, -2.527f, -2.354f, -1.937f, -3.478f, -4.587f, -5.026f,
+ -4.390f, -3.120f, -2.370f, -2.189f, -3.561f, -4.999f, -7.318f, -8.291f, -9.360f,-10.460f,
+-10.953f,-11.018f,-11.603f,-12.471f,-12.778f,-12.649f,-11.390f,-12.986f,-15.905f,-18.664f,
+-19.024f,-19.373f,-19.420f,-19.685f,-18.951f,-17.522f,-14.939f,-12.185f,-11.103f,-11.175f,
+-10.263f, -9.275f, -8.924f, -8.539f, -6.516f, -4.641f, -2.847f, -0.860f, -2.715f, -2.293f,
+ -0.535f,  1.603f,  4.311f,  7.523f,  9.763f,  9.243f, 10.511f, 11.279f, 11.109f, 12.812f,
+ 13.606f
+},{
+-29.534f,-29.728f,-29.775f,-30.485f,-31.035f,-31.004f,-31.073f,-31.273f,-31.428f,-31.976f,
+-32.924f,-33.836f,-34.718f,-35.344f,-35.349f,-35.298f,-33.907f,-32.581f,-32.137f,-30.267f,
+-27.628f,-26.278f,-26.484f,-27.824f,-24.923f,-26.778f,-28.332f,-27.846f,-27.256f,-25.292f,
+-23.695f,-22.634f,-22.017f,-21.646f,-21.235f,-21.070f,-21.061f,-21.322f,-21.184f,-21.497f,
+-22.006f,-23.158f,-24.318f,-25.379f,-26.279f,-27.482f,-28.786f,-30.000f,-31.212f,-32.597f,
+-33.805f,-34.863f,-36.246f,-38.397f,-38.487f,-33.668f,-29.882f,-27.675f,-25.909f,-24.736f,
+-22.482f,-20.721f,-19.021f,-17.254f,-13.844f,-12.179f, -7.521f, -5.225f, -5.963f, -3.294f,
+  0.652f,  3.647f,  5.690f,  7.180f,  8.077f,  9.770f, 14.334f, 18.198f, 20.578f, 17.591f,
+ 27.170f, 35.991f, 37.276f, 44.209f, 47.217f, 50.277f, 51.002f, 56.046f, 56.867f, 55.312f,
+ 53.638f, 55.995f, 53.885f, 54.624f, 56.882f, 59.152f, 56.383f, 53.399f, 51.643f, 48.990f,
+ 49.922f, 47.600f, 43.140f, 38.280f, 33.769f, 31.930f, 30.801f, 28.128f, 24.882f, 22.061f,
+ 20.100f, 17.927f, 17.282f, 16.274f, 14.150f, 12.350f, 10.356f,  9.379f,  7.445f,  5.641f,
+  4.206f,  2.799f,  1.690f,  1.124f,  1.133f,  1.554f,  1.553f,  0.390f, -0.687f, -1.374f,
+ -0.752f,  0.653f,  0.036f, -0.702f, -1.565f, -1.770f, -3.076f, -4.346f, -5.680f, -6.922f,
+ -7.840f, -8.267f, -8.716f,-10.098f,-10.904f,-10.920f, -9.690f,-11.964f,-14.099f,-17.819f,
+-18.230f,-18.905f,-21.728f,-18.300f,-18.219f,-17.091f,-14.678f,-12.066f,-10.941f,-10.455f,
+ -9.515f, -8.694f, -9.043f, -8.112f, -6.276f, -4.064f, -2.388f, -0.329f, -3.039f, -2.338f,
+ -0.509f,  1.498f,  4.236f,  7.357f,  9.354f,  9.033f, 10.483f, 11.088f, 11.051f, 12.821f,
+ 13.606f
+},{
+-29.534f,-29.763f,-29.851f,-30.611f,-31.323f,-31.515f,-31.778f,-31.902f,-32.194f,-32.652f,
+-33.756f,-34.890f,-35.914f,-36.396f,-35.991f,-35.873f,-34.898f,-33.280f,-32.178f,-30.891f,
+-28.964f,-27.199f,-26.615f,-27.657f,-26.059f,-28.877f,-29.756f,-28.953f,-28.353f,-26.241f,
+-24.625f,-23.594f,-22.781f,-22.382f,-21.991f,-21.631f,-21.727f,-21.429f,-21.553f,-21.976f,
+-22.668f,-23.382f,-24.462f,-25.450f,-26.389f,-27.350f,-28.569f,-29.994f,-31.151f,-32.482f,
+-33.574f,-34.502f,-35.499f,-37.678f,-38.507f,-34.648f,-30.380f,-28.227f,-25.458f,-24.343f,
+-22.596f,-20.454f,-18.069f,-15.262f,-11.635f, -8.796f, -5.008f, -5.120f, -2.321f,  1.090f,
+  4.407f,  7.754f,  8.468f, 12.246f, 13.906f, 15.436f, 19.364f, 23.024f, 23.389f, 22.827f,
+ 36.360f, 39.719f, 37.895f, 44.402f, 49.795f, 53.974f, 56.689f, 60.713f, 63.793f, 61.864f,
+ 58.348f, 56.354f, 54.462f, 56.886f, 58.526f, 61.821f, 59.608f, 55.120f, 53.832f, 54.269f,
+ 52.010f, 52.056f, 48.928f, 37.842f, 36.434f, 40.614f, 41.033f, 34.306f, 30.586f, 23.796f,
+ 21.269f, 18.538f, 18.852f, 18.608f, 17.438f, 14.959f, 13.099f, 11.711f, 10.040f,  8.408f,
+  7.023f,  5.760f,  5.071f,  4.587f,  4.690f,  4.387f,  4.307f,  4.283f,  3.011f,  1.948f,
+  2.711f,  2.802f,  2.366f,  1.283f,  0.312f,  0.371f,  0.116f, -0.638f, -1.872f, -3.361f,
+ -4.504f, -5.281f, -6.660f, -8.027f, -8.983f, -9.359f, -8.871f,-10.156f,-12.612f,-15.910f,
+-16.614f,-17.266f,-21.518f,-18.298f,-17.948f,-17.007f,-14.534f,-11.932f,-10.928f,-10.066f,
+ -8.772f, -8.081f, -8.870f, -7.726f, -5.969f, -3.511f, -2.104f, -0.048f, -2.960f, -2.346f,
+ -0.539f,  1.371f,  4.067f,  7.029f,  8.818f,  8.879f, 10.426f, 10.872f, 11.022f, 12.832f,
+ 13.606f
+},{
+-29.534f,-29.798f,-29.925f,-30.731f,-31.591f,-31.997f,-32.508f,-32.490f,-32.854f,-33.274f,
+-34.595f,-36.001f,-37.151f,-37.399f,-36.721f,-36.295f,-35.620f,-33.839f,-32.353f,-31.090f,
+-29.551f,-28.120f,-27.986f,-28.019f,-27.363f,-30.655f,-31.189f,-30.060f,-29.216f,-27.319f,
+-25.546f,-24.347f,-23.716f,-23.096f,-22.731f,-22.355f,-22.109f,-22.162f,-22.131f,-22.592f,
+-22.993f,-23.887f,-24.722f,-25.596f,-26.385f,-27.425f,-28.613f,-29.841f,-30.962f,-32.290f,
+-33.247f,-34.122f,-35.268f,-36.958f,-38.303f,-34.549f,-29.791f,-28.336f,-25.887f,-23.638f,
+-22.392f,-19.992f,-16.213f,-13.558f,-10.974f, -7.332f, -4.323f, -2.025f,  0.026f,  3.713f,
+  8.487f, 10.297f, 11.538f, 15.765f, 19.845f, 21.324f, 21.649f, 25.657f, 24.985f, 27.071f,
+ 33.589f, 37.484f, 37.933f, 48.961f, 49.011f, 53.601f, 57.393f, 61.225f, 64.492f, 61.140f,
+ 61.248f, 64.002f, 58.716f, 59.202f, 61.194f, 61.879f, 66.521f, 58.542f, 56.199f, 55.266f,
+ 55.887f, 54.411f, 51.156f, 46.697f, 43.503f, 42.516f, 42.621f, 43.318f, 39.063f, 30.166f,
+ 22.427f, 20.733f, 21.698f, 26.463f, 24.261f, 17.954f, 16.376f, 14.887f, 13.465f, 11.505f,
+ 10.356f,  9.442f,  8.968f,  8.004f,  7.928f,  7.297f,  7.676f,  7.249f,  6.695f,  5.995f,
+  4.529f,  4.734f,  4.280f,  3.452f,  2.325f,  1.939f,  2.135f,  1.643f,  1.515f,  0.408f,
+ -0.629f, -1.552f, -3.762f, -6.398f, -7.605f, -8.208f, -7.984f, -9.757f,-10.943f,-13.936f,
+-14.617f,-14.656f,-17.633f,-17.356f,-17.576f,-16.981f,-14.356f,-11.993f,-11.111f,-10.484f,
+ -8.418f, -7.508f, -8.352f, -7.362f, -5.587f, -3.231f, -2.014f,  0.102f, -2.590f, -2.266f,
+ -0.497f,  1.340f,  3.849f,  6.614f,  8.239f,  8.786f, 10.329f, 10.640f, 11.024f, 12.846f,
+ 13.606f
+},{
+-29.534f,-29.832f,-29.997f,-30.845f,-31.839f,-32.451f,-33.232f,-33.058f,-33.436f,-33.948f,
+-35.518f,-37.095f,-38.171f,-38.292f,-37.418f,-36.726f,-36.307f,-34.756f,-33.123f,-31.502f,
+-29.867f,-28.747f,-28.761f,-28.908f,-28.009f,-31.556f,-32.265f,-31.238f,-30.001f,-28.125f,
+-26.216f,-25.194f,-24.364f,-23.764f,-23.368f,-22.915f,-22.678f,-22.586f,-22.616f,-23.045f,
+-23.311f,-23.984f,-24.894f,-25.727f,-26.478f,-27.407f,-28.399f,-29.550f,-30.872f,-31.954f,
+-32.900f,-33.775f,-34.585f,-36.328f,-37.082f,-33.886f,-29.958f,-28.248f,-26.268f,-23.100f,
+-21.565f,-18.046f,-15.422f,-12.570f,-10.595f, -6.328f, -3.569f, -0.489f,  3.265f,  6.408f,
+  9.455f, 11.422f, 14.178f, 19.355f, 22.443f, 25.630f, 26.951f, 29.028f, 29.507f, 28.989f,
+ 27.231f, 34.638f, 41.267f, 48.114f, 51.427f, 57.115f, 60.801f, 61.360f, 61.228f, 64.379f,
+ 63.128f, 64.533f, 58.998f, 61.830f, 63.428f, 63.829f, 65.250f, 67.063f, 59.613f, 52.945f,
+ 54.297f, 55.089f, 52.480f, 49.791f, 47.889f, 41.154f, 37.840f, 40.548f, 37.027f, 32.601f,
+ 30.723f, 27.500f, 23.402f, 19.619f, 15.414f, 19.787f, 19.136f, 17.443f, 16.360f, 14.985f,
+ 14.063f, 13.253f, 11.940f, 11.201f, 11.002f, 10.593f, 10.452f,  9.991f,  9.802f,  9.966f,
+  8.405f,  6.959f,  6.005f,  5.458f,  4.352f,  4.087f,  3.757f,  3.634f,  3.054f,  3.268f,
+  2.681f,  2.052f, -0.202f, -4.190f, -6.069f, -6.074f, -6.706f, -7.771f, -8.843f,-11.199f,
+-11.683f,-12.701f,-14.181f,-15.497f,-16.966f,-16.995f,-14.403f,-12.476f,-11.911f,-11.522f,
+ -8.628f, -7.050f, -7.609f, -6.987f, -5.260f, -3.168f, -1.841f,  0.107f, -2.203f, -2.207f,
+ -0.317f,  1.477f,  3.648f,  6.199f,  7.706f,  8.749f, 10.186f, 10.406f, 11.060f, 12.862f,
+ 13.606f
+},{
+-29.534f,-29.865f,-30.067f,-30.955f,-32.067f,-32.879f,-33.917f,-33.645f,-34.037f,-34.779f,
+-36.561f,-38.123f,-38.994f,-39.207f,-38.050f,-37.280f,-37.314f,-35.962f,-34.044f,-32.459f,
+-30.926f,-29.592f,-28.654f,-29.181f,-29.001f,-31.932f,-33.079f,-32.014f,-30.917f,-28.883f,
+-26.882f,-25.905f,-25.005f,-24.351f,-23.964f,-23.560f,-23.241f,-23.123f,-23.031f,-23.402f,
+-23.620f,-24.154f,-24.846f,-25.605f,-26.340f,-27.356f,-28.177f,-29.414f,-30.455f,-31.522f,
+-32.436f,-32.997f,-34.087f,-35.448f,-36.426f,-33.035f,-29.069f,-26.591f,-23.809f,-24.026f,
+-20.620f,-17.058f,-14.125f,-12.422f,-10.106f, -6.998f, -3.829f,  1.227f,  4.890f,  6.992f,
+  9.698f, 13.432f, 17.480f, 21.931f, 24.825f, 28.139f, 29.352f, 32.432f, 34.984f, 29.966f,
+ 26.926f, 32.270f, 43.313f, 47.518f, 52.077f, 57.074f, 59.324f, 57.860f, 61.451f, 60.564f,
+ 56.136f, 63.179f, 60.424f, 64.867f, 65.911f, 65.904f, 65.849f, 66.460f, 67.233f, 60.356f,
+ 61.728f, 59.888f, 55.139f, 51.367f, 50.390f, 41.604f, 33.232f, 32.912f, 31.476f, 30.213f,
+ 27.974f, 25.901f, 24.078f, 16.777f, 17.619f, 21.980f, 22.074f, 20.629f, 19.604f, 18.731f,
+ 17.497f, 16.112f, 15.173f, 14.828f, 14.462f, 13.685f, 12.944f, 13.164f, 12.697f, 13.156f,
+ 11.325f, 10.018f,  8.425f,  7.647f,  6.656f,  5.624f,  5.369f,  4.855f,  4.955f,  4.560f,
+  4.627f,  4.145f,  2.388f, -1.788f, -4.010f, -4.229f, -4.470f, -4.980f, -6.673f, -8.112f,
+ -9.531f,-11.397f,-12.461f,-14.288f,-16.323f,-17.012f,-14.589f,-13.340f,-13.506f,-12.715f,
+ -9.063f, -6.802f, -6.871f, -6.747f, -5.021f, -3.069f, -1.438f, -0.110f, -1.977f, -2.296f,
+ -0.064f,  1.759f,  3.512f,  5.853f,  7.292f,  8.751f,  9.997f, 10.186f, 11.132f, 12.881f,
+ 13.606f
+},{
+-29.534f,-29.898f,-30.136f,-31.060f,-32.275f,-33.283f,-34.528f,-34.296f,-34.784f,-35.793f,
+-37.646f,-39.066f,-39.842f,-40.242f,-38.885f,-38.134f,-38.478f,-36.873f,-34.706f,-33.263f,
+-31.743f,-30.422f,-29.395f,-29.668f,-29.991f,-32.357f,-33.925f,-32.472f,-31.796f,-29.628f,
+-27.603f,-26.534f,-25.694f,-25.060f,-24.537f,-24.129f,-23.841f,-23.655f,-23.615f,-23.593f,
+-23.728f,-24.196f,-24.818f,-25.387f,-26.100f,-26.987f,-27.753f,-28.791f,-29.886f,-30.990f,
+-31.830f,-32.523f,-33.494f,-34.595f,-35.587f,-32.996f,-27.202f,-25.565f,-24.174f,-21.342f,
+-20.387f,-16.777f,-13.566f,-10.837f, -8.183f, -6.319f, -3.052f,  1.609f,  4.504f,  7.617f,
+ 11.171f, 15.869f, 19.787f, 24.294f, 27.032f, 30.233f, 32.355f, 35.340f, 36.514f, 31.208f,
+ 33.261f, 37.336f, 45.255f, 48.612f, 54.592f, 55.795f, 55.996f, 57.871f, 61.181f, 50.058f,
+ 54.811f, 66.814f, 64.072f, 67.831f, 68.268f, 67.058f, 67.253f, 69.252f, 70.642f, 63.685f,
+ 64.799f, 61.835f, 58.447f, 53.136f, 52.478f, 44.059f, 41.375f, 39.762f, 35.516f, 33.263f,
+ 31.119f, 29.019f, 26.768f, 18.564f, 21.432f, 25.200f, 25.744f, 24.076f, 22.912f, 21.599f,
+ 20.599f, 19.035f, 17.973f, 17.676f, 17.916f, 17.113f, 15.883f, 15.757f, 15.309f, 14.957f,
+ 14.146f, 14.160f, 12.627f, 10.619f,  9.415f,  8.129f,  7.215f,  6.650f,  6.565f,  6.752f,
+  6.554f,  5.990f,  4.479f,  0.194f, -1.669f, -1.775f, -1.881f, -3.791f, -4.830f, -6.330f,
+ -7.718f,-10.008f,-11.581f,-13.594f,-15.668f,-17.111f,-14.867f,-14.176f,-15.190f,-13.783f,
+ -9.408f, -6.763f, -6.517f, -6.716f, -4.750f, -2.784f, -1.009f, -0.421f, -1.884f, -2.506f,
+  0.111f,  2.068f,  3.445f,  5.607f,  7.034f,  8.767f,  9.765f,  9.995f, 11.240f, 12.901f,
+ 13.606f
+},{
+-29.534f,-29.930f,-30.203f,-31.162f,-32.464f,-33.662f,-35.045f,-35.037f,-35.766f,-36.903f,
+-38.605f,-39.885f,-40.764f,-41.147f,-39.955f,-39.324f,-39.460f,-37.765f,-35.565f,-33.697f,
+-32.267f,-31.154f,-30.085f,-30.644f,-30.611f,-32.864f,-34.844f,-33.105f,-32.299f,-30.188f,
+-28.328f,-27.306f,-26.316f,-25.604f,-25.100f,-24.682f,-24.270f,-24.014f,-23.815f,-23.689f,
+-23.635f,-24.040f,-24.557f,-25.269f,-25.880f,-26.654f,-27.480f,-28.327f,-29.331f,-30.297f,
+-31.071f,-31.819f,-32.720f,-33.766f,-34.879f,-33.176f,-26.322f,-23.308f,-21.822f,-20.487f,
+-17.679f,-16.012f,-13.666f,-10.238f, -7.244f, -3.864f, -0.616f,  2.899f,  5.427f,  9.212f,
+ 13.550f, 17.818f, 21.834f, 25.781f, 29.174f, 31.843f, 34.010f, 36.246f, 38.432f, 36.798f,
+ 33.094f, 41.986f, 45.824f, 50.191f, 55.078f, 56.293f, 58.451f, 59.767f, 62.223f, 43.752f,
+ 50.794f, 67.688f, 70.406f, 70.052f, 69.117f, 63.696f, 70.126f, 71.314f, 71.351f, 67.663f,
+ 64.685f, 65.336f, 60.343f, 46.375f, 43.900f, 42.282f, 44.490f, 42.920f, 38.355f, 35.324f,
+ 32.589f, 30.783f, 28.288f, 21.516f, 23.365f, 28.146f, 27.917f, 27.475f, 25.831f, 24.097f,
+ 23.207f, 21.600f, 20.825f, 20.984f, 20.994f, 19.827f, 18.838f, 18.500f, 17.900f, 17.468f,
+ 17.210f, 17.975f, 17.574f, 15.223f, 12.740f, 11.002f,  9.999f,  9.253f,  9.092f,  8.927f,
+  8.714f,  7.777f,  5.975f,  2.305f,  0.996f,  0.330f, -0.224f, -1.565f, -1.660f, -4.767f,
+ -5.769f, -8.239f,-10.835f,-12.971f,-15.213f,-16.393f,-14.209f,-13.626f,-15.526f,-14.299f,
+ -9.715f, -6.975f, -6.686f, -6.665f, -4.474f, -2.413f, -0.818f, -0.520f, -1.848f, -2.653f,
+  0.095f,  2.258f,  3.406f,  5.454f,  6.929f,  8.767f,  9.503f,  9.851f, 11.383f, 12.923f,
+ 13.606f
+},{
+-29.534f,-29.961f,-30.267f,-31.260f,-32.638f,-34.017f,-35.461f,-35.857f,-36.969f,-37.955f,
+-39.294f,-40.519f,-41.519f,-41.542f,-40.771f,-40.561f,-40.357f,-39.228f,-36.909f,-34.240f,
+-33.073f,-32.214f,-31.312f,-31.876f,-31.640f,-33.102f,-35.738f,-33.567f,-32.719f,-30.720f,
+-28.809f,-27.911f,-27.043f,-26.151f,-25.504f,-24.993f,-24.611f,-24.256f,-24.029f,-24.011f,
+-23.697f,-23.936f,-24.412f,-24.901f,-25.640f,-26.364f,-27.068f,-27.849f,-28.851f,-29.647f,
+-30.386f,-31.087f,-31.844f,-32.562f,-33.578f,-33.059f,-27.159f,-22.108f,-20.430f,-19.950f,
+-18.070f,-16.261f,-13.241f,-10.260f, -6.193f, -2.897f,  0.290f,  3.561f,  6.698f, 11.480f,
+ 15.531f, 19.703f, 24.076f, 28.757f, 33.042f, 34.763f, 35.743f, 37.247f, 40.938f, 41.559f,
+ 36.139f, 41.786f, 47.617f, 50.333f, 54.167f, 57.506f, 58.875f, 60.048f, 63.931f, 45.464f,
+ 46.844f, 58.459f, 62.148f, 67.323f, 70.163f, 65.074f, 64.085f, 61.921f, 64.718f, 68.014f,
+ 64.066f, 55.470f, 47.427f, 44.967f, 46.293f, 45.467f, 44.695f, 42.304f, 39.628f, 36.751f,
+ 34.461f, 32.560f, 30.392f, 26.308f, 27.221f, 26.365f, 29.129f, 30.014f, 29.283f, 27.057f,
+ 25.363f, 24.271f, 23.724f, 23.965f, 23.575f, 22.238f, 21.553f, 20.538f, 20.456f, 20.209f,
+ 20.383f, 20.708f, 21.037f, 18.812f, 16.011f, 13.553f, 12.162f, 11.586f, 11.444f, 11.179f,
+ 10.669f,  9.166f,  6.605f,  4.505f,  3.546f,  2.140f,  1.701f,  1.192f,  0.828f, -3.184f,
+ -4.113f, -6.690f,-10.100f,-12.563f,-14.259f,-13.592f,-11.527f,-11.231f,-13.753f,-13.408f,
+ -9.831f, -7.401f, -7.027f, -6.424f, -4.339f, -2.167f, -0.830f, -0.266f, -1.873f, -2.569f,
+ -0.106f,  2.237f,  3.342f,  5.362f,  6.940f,  8.722f,  9.230f,  9.769f, 11.561f, 12.947f,
+ 13.606f
+},{
+-29.534f,-29.992f,-30.331f,-31.356f,-32.799f,-34.342f,-35.786f,-36.703f,-38.255f,-38.809f,
+-39.705f,-40.945f,-41.903f,-41.512f,-41.016f,-41.509f,-41.253f,-40.294f,-37.750f,-34.810f,
+-33.576f,-33.194f,-33.580f,-33.944f,-33.404f,-33.687f,-36.595f,-34.195f,-33.574f,-31.306f,
+-29.504f,-28.581f,-27.443f,-26.488f,-25.728f,-24.896f,-24.388f,-23.826f,-23.427f,-23.486f,
+-23.466f,-23.723f,-24.094f,-24.688f,-25.265f,-25.997f,-26.662f,-27.328f,-28.294f,-29.025f,
+-29.691f,-30.295f,-30.927f,-31.809f,-32.704f,-32.553f,-27.695f,-21.315f,-19.332f,-18.813f,
+-17.339f,-16.439f,-12.382f, -8.247f, -1.866f, -2.565f,  1.973f,  6.187f, 10.091f, 13.878f,
+ 17.720f, 22.142f, 27.261f, 31.443f, 34.158f, 36.615f, 37.662f, 39.117f, 43.283f, 45.749f,
+ 42.028f, 37.418f, 45.588f, 50.058f, 54.362f, 57.946f, 58.806f, 58.785f, 61.523f, 54.522f,
+ 68.556f, 65.387f, 56.185f, 55.833f, 61.785f, 53.469f, 45.248f, 51.153f, 55.077f, 50.729f,
+ 49.711f, 51.713f, 52.089f, 51.194f, 49.570f, 47.087f, 44.895f, 42.435f, 39.925f, 38.000f,
+ 35.469f, 34.070f, 32.325f, 29.781f, 25.055f, 25.108f, 28.907f, 31.154f, 30.613f, 29.244f,
+ 28.390f, 27.216f, 26.314f, 26.118f, 25.895f, 25.322f, 24.296f, 23.290f, 22.890f, 23.026f,
+ 23.868f, 24.367f, 22.542f, 21.006f, 18.755f, 16.226f, 14.209f, 13.398f, 13.621f, 12.867f,
+ 11.805f, 10.050f,  7.989f,  5.862f,  5.183f,  3.816f,  3.799f,  3.866f,  2.355f, -1.271f,
+ -3.158f, -5.788f, -9.007f,-12.051f,-12.509f,-10.005f, -8.162f, -7.986f,-10.280f,-10.790f,
+ -9.507f, -7.759f, -7.123f, -6.153f, -4.260f, -2.118f, -0.777f,  0.136f, -1.947f, -2.276f,
+ -0.388f,  2.013f,  3.226f,  5.299f,  7.004f,  8.609f,  8.968f,  9.760f, 11.770f, 12.971f,
+ 13.606f
+},{
+-29.534f,-30.021f,-30.392f,-31.450f,-32.949f,-34.632f,-36.037f,-37.486f,-39.405f,-39.415f,
+-39.986f,-41.245f,-42.063f,-41.677f,-41.180f,-42.140f,-41.749f,-39.617f,-37.278f,-35.259f,
+-34.458f,-34.542f,-34.949f,-36.387f,-35.108f,-34.608f,-37.419f,-35.128f,-34.376f,-31.985f,
+-30.338f,-29.132f,-27.764f,-26.778f,-25.893f,-24.854f,-24.171f,-23.549f,-23.040f,-22.911f,
+-23.097f,-23.369f,-23.816f,-24.462f,-24.963f,-25.736f,-26.458f,-27.073f,-27.818f,-28.472f,
+-28.933f,-29.424f,-29.835f,-30.363f,-31.232f,-31.537f,-27.670f,-21.133f,-20.135f,-20.238f,
+-18.365f,-16.116f,-12.401f, -7.152f,  0.227f,  0.211f,  3.366f,  8.179f, 12.527f, 15.930f,
+ 20.568f, 23.501f, 28.264f, 32.873f, 34.618f, 37.472f, 38.925f, 41.965f, 44.724f, 47.967f,
+ 46.665f, 34.138f, 42.174f, 49.514f, 53.494f, 57.663f, 59.135f, 57.934f, 59.343f, 67.793f,
+ 72.155f, 71.211f, 68.269f, 61.556f, 65.198f, 55.527f, 60.250f, 61.977f, 61.455f, 60.184f,
+ 58.561f, 57.189f, 55.140f, 52.625f, 50.113f, 47.347f, 45.276f, 43.001f, 41.007f, 38.838f,
+ 36.471f, 35.344f, 33.921f, 32.117f, 28.926f, 24.479f, 28.159f, 31.978f, 31.217f, 30.280f,
+ 29.680f, 29.285f, 28.998f, 28.235f, 28.060f, 28.147f, 27.087f, 25.893f, 25.576f, 24.291f,
+ 24.167f, 26.288f, 24.573f, 22.224f, 20.379f, 17.957f, 16.762f, 15.861f, 16.049f, 14.285f,
+ 11.962f, 10.721f,  9.342f,  7.556f,  6.668f,  5.382f,  5.965f,  5.554f,  3.660f,  0.260f,
+ -2.470f, -4.792f, -7.586f,-11.288f,-10.556f, -6.848f, -5.585f, -5.498f, -6.653f, -7.492f,
+ -8.653f, -7.838f, -6.916f, -5.979f, -3.989f, -2.122f, -0.529f,  0.416f, -1.874f, -1.968f,
+ -0.643f,  1.678f,  3.077f,  5.242f,  7.054f,  8.421f,  8.746f,  9.835f, 12.006f, 12.997f,
+ 13.606f
+},{
+-29.534f,-30.050f,-30.452f,-31.542f,-33.092f,-34.881f,-36.237f,-38.116f,-40.207f,-39.819f,
+-40.337f,-41.574f,-42.362f,-42.485f,-41.973f,-42.704f,-41.771f,-38.371f,-36.714f,-36.065f,
+-36.139f,-36.383f,-35.717f,-37.323f,-35.904f,-35.056f,-38.154f,-36.117f,-34.718f,-32.623f,
+-30.975f,-29.544f,-28.221f,-26.937f,-25.881f,-24.896f,-24.114f,-23.362f,-22.691f,-22.511f,
+-22.821f,-22.857f,-23.280f,-23.763f,-24.379f,-25.127f,-25.909f,-26.474f,-27.133f,-27.841f,
+-28.315f,-28.644f,-28.920f,-29.425f,-30.176f,-30.612f,-26.915f,-20.666f,-19.435f,-18.100f,
+-16.637f,-14.720f,-11.983f, -5.220f,  3.121f,  2.449f,  3.692f,  9.129f, 14.226f, 17.485f,
+ 22.993f, 26.724f, 28.818f, 30.889f, 33.818f, 36.834f, 41.878f, 44.016f, 45.951f, 48.946f,
+ 49.787f, 40.950f, 41.725f, 49.521f, 52.540f, 55.787f, 59.148f, 59.713f, 63.761f, 70.802f,
+ 73.505f, 72.402f, 69.304f, 67.432f, 66.449f, 67.603f, 67.609f, 66.622f, 64.790f, 62.245f,
+ 59.894f, 57.813f, 55.374f, 52.563f, 49.956f, 47.630f, 45.472f, 43.296f, 41.478f, 39.314f,
+ 37.391f, 35.904f, 35.110f, 34.086f, 32.413f, 28.762f, 25.055f, 26.041f, 29.278f, 30.209f,
+ 30.562f, 30.499f, 30.116f, 30.708f, 29.661f, 29.167f, 29.600f, 28.724f, 25.586f, 22.982f,
+ 23.407f, 26.623f, 26.435f, 23.995f, 22.291f, 20.292f, 18.797f, 18.120f, 17.406f, 15.666f,
+ 13.106f, 11.978f, 10.833f,  9.399f,  8.004f,  7.207f,  8.200f,  7.472f,  5.732f,  1.361f,
+ -1.077f, -3.263f, -6.124f,-10.505f, -9.451f, -4.765f, -4.273f, -4.901f, -4.993f, -5.426f,
+ -7.267f, -7.618f, -6.562f, -5.753f, -3.581f, -2.001f, -0.249f,  0.584f, -1.361f, -1.818f,
+ -0.822f,  1.342f,  2.949f,  5.183f,  7.036f,  8.164f,  8.592f,  9.994f, 12.266f, 13.023f,
+ 13.606f
+},{
+-29.534f,-30.078f,-30.509f,-31.633f,-33.230f,-35.084f,-36.407f,-38.532f,-40.558f,-40.127f,
+-40.885f,-42.067f,-42.966f,-43.659f,-43.352f,-43.497f,-42.230f,-39.032f,-37.639f,-37.349f,
+-36.867f,-36.946f,-36.619f,-36.708f,-36.408f,-35.483f,-38.987f,-37.254f,-35.246f,-33.287f,
+-31.401f,-29.957f,-28.471f,-27.177f,-25.974f,-24.837f,-23.791f,-23.005f,-22.449f,-22.141f,
+-22.409f,-22.395f,-22.671f,-23.262f,-23.804f,-24.438f,-25.124f,-25.604f,-26.272f,-26.871f,
+-27.493f,-27.753f,-27.792f,-28.287f,-29.210f,-28.386f,-23.947f,-19.137f,-17.724f,-16.238f,
+-14.407f,-12.107f,-10.259f, -1.797f,  3.609f,  3.100f,  3.348f, 11.401f, 14.795f, 20.232f,
+ 24.383f, 28.525f, 31.876f, 33.408f, 35.033f, 39.084f, 42.481f, 45.728f, 49.110f, 51.997f,
+ 52.229f, 46.467f, 45.506f, 45.318f, 50.106f, 54.817f, 57.761f, 59.909f, 68.127f, 72.366f,
+ 76.604f, 73.326f, 72.358f, 72.731f, 71.136f, 69.890f, 68.196f, 66.701f, 64.336f, 61.499f,
+ 59.414f, 57.051f, 54.732f, 52.036f, 49.843f, 47.512f, 46.067f, 43.825f, 41.420f, 39.758f,
+ 37.807f, 36.193f, 35.165f, 35.124f, 35.144f, 33.203f, 28.254f, 24.248f, 24.898f, 26.293f,
+ 30.395f, 31.243f, 31.804f, 32.165f, 31.069f, 29.942f, 27.716f, 26.918f, 25.810f, 24.776f,
+ 22.967f, 23.528f, 24.571f, 25.405f, 25.271f, 22.695f, 20.460f, 18.573f, 18.116f, 16.102f,
+ 14.964f, 13.592f, 12.346f, 11.005f,  9.797f,  9.198f, 10.469f,  8.861f,  7.126f,  2.176f,
+  0.589f, -1.486f, -4.620f, -9.764f, -9.524f, -4.145f, -4.341f, -5.111f, -5.184f, -5.331f,
+ -6.067f, -7.105f, -6.162f, -5.316f, -3.314f, -1.753f, -0.146f,  0.866f, -0.353f, -1.811f,
+ -0.931f,  1.072f,  2.894f,  5.117f,  6.916f,  7.864f,  8.529f, 10.237f, 12.542f, 13.049f,
+ 13.606f
+},{
+-29.534f,-30.105f,-30.565f,-31.722f,-33.366f,-35.238f,-36.563f,-38.732f,-40.524f,-40.442f,
+-41.610f,-42.745f,-43.707f,-44.616f,-44.689f,-44.723f,-43.877f,-41.469f,-39.277f,-38.351f,
+-36.881f,-36.828f,-37.093f,-36.413f,-36.905f,-35.515f,-39.646f,-38.085f,-35.791f,-33.807f,
+-31.932f,-30.271f,-28.599f,-27.250f,-25.847f,-24.703f,-23.654f,-22.988f,-22.132f,-21.891f,
+-22.114f,-21.822f,-22.113f,-22.559f,-23.153f,-23.618f,-24.163f,-24.660f,-25.198f,-25.994f,
+-26.331f,-26.923f,-26.748f,-27.172f,-28.052f,-25.044f,-21.750f,-16.552f,-14.821f,-13.019f,
+-10.285f, -9.198f, -8.592f,  0.011f,  1.203f,  3.495f,  4.508f, 12.905f, 15.585f, 22.265f,
+ 24.230f, 28.364f, 32.094f, 34.525f, 36.803f, 40.509f, 44.716f, 49.140f, 52.294f, 54.565f,
+ 55.261f, 51.742f, 46.677f, 41.798f, 34.941f, 43.155f, 56.643f, 58.588f, 68.866f, 73.940f,
+ 76.337f, 74.328f, 74.110f, 73.359f, 72.191f, 69.478f, 67.396f, 65.794f, 63.517f, 60.753f,
+ 58.579f, 56.355f, 54.318f, 51.891f, 49.940f, 48.014f, 46.015f, 43.939f, 41.812f, 39.879f,
+ 38.466f, 37.205f, 36.014f, 35.597f, 36.256f, 36.269f, 33.368f, 28.972f, 25.904f, 24.359f,
+ 25.716f, 29.264f, 31.243f, 32.673f, 32.313f, 31.020f, 28.457f, 27.524f, 27.198f, 24.783f,
+ 23.884f, 22.907f, 22.961f, 25.279f, 25.381f, 23.763f, 21.139f, 19.562f, 18.905f, 17.627f,
+ 16.818f, 15.810f, 13.997f, 12.712f, 11.658f, 11.801f, 11.295f,  9.589f,  8.401f,  3.781f,
+  2.438f,  0.060f, -2.727f, -8.459f, -8.661f, -3.655f, -4.668f, -5.029f, -5.191f, -5.617f,
+ -5.829f, -6.426f, -5.732f, -4.664f, -3.189f, -1.529f, -0.198f,  1.338f,  0.799f, -1.769f,
+ -0.981f,  0.875f,  2.920f,  5.033f,  6.695f,  7.557f,  8.575f, 10.555f, 12.830f, 13.076f,
+ 13.606f
+},{
+-29.534f,-30.131f,-30.620f,-31.811f,-33.502f,-35.346f,-36.716f,-38.775f,-40.326f,-40.835f,
+-42.391f,-43.540f,-44.385f,-45.291f,-45.793f,-46.310f,-45.926f,-43.249f,-39.974f,-38.613f,
+-37.613f,-37.317f,-37.245f,-36.781f,-37.409f,-35.871f,-40.187f,-38.576f,-36.190f,-34.218f,
+-32.350f,-30.465f,-28.678f,-27.275f,-25.723f,-24.649f,-23.651f,-22.785f,-21.896f,-21.455f,
+-21.618f,-21.268f,-21.515f,-21.916f,-22.480f,-22.976f,-23.296f,-23.811f,-24.130f,-24.738f,
+-25.496f,-25.557f,-25.559f,-26.038f,-25.984f,-22.202f,-18.195f,-14.558f,-12.249f, -8.810f,
+ -6.130f, -4.116f, -5.796f,  0.312f,  1.837f,  4.739f,  7.081f, 15.490f, 18.529f, 23.856f,
+ 24.593f, 28.908f, 32.961f, 36.472f, 39.050f, 42.548f, 47.734f, 51.513f, 53.545f, 57.043f,
+ 57.786f, 56.275f, 51.040f, 46.077f, 43.563f, 48.859f, 54.477f, 63.454f, 70.554f, 76.510f,
+ 72.741f, 74.425f, 74.322f, 74.421f, 72.110f, 69.736f, 67.146f, 65.909f, 64.034f, 60.858f,
+ 58.246f, 56.054f, 53.869f, 51.616f, 49.611f, 48.452f, 46.409f, 44.127f, 42.281f, 40.493f,
+ 39.010f, 37.952f, 36.972f, 36.728f, 37.200f, 34.286f, 36.186f, 32.971f, 32.661f, 28.726f,
+ 26.786f, 26.630f, 25.814f, 30.691f, 31.903f, 32.720f, 30.003f, 29.132f, 27.961f, 25.842f,
+ 24.943f, 23.745f, 23.109f, 26.275f, 24.454f, 23.018f, 21.786f, 20.297f, 19.097f, 19.346f,
+ 18.555f, 17.128f, 15.884f, 14.542f, 13.104f, 13.459f, 12.351f, 11.086f,  9.827f,  5.640f,
+  3.737f,  1.537f, -1.126f, -6.843f, -5.920f, -2.813f, -4.363f, -4.852f, -4.645f, -5.020f,
+ -5.810f, -5.757f, -5.240f, -3.919f, -2.966f, -1.456f, -0.252f,  1.753f,  1.612f, -1.556f,
+ -0.964f,  0.729f,  2.988f,  4.915f,  6.403f,  7.292f,  8.738f, 10.934f, 13.121f, 13.102f,
+ 13.606f
+},{
+-29.534f,-30.156f,-30.672f,-31.900f,-33.639f,-35.416f,-36.872f,-38.765f,-40.248f,-41.349f,
+-43.122f,-44.376f,-45.080f,-46.184f,-47.091f,-47.755f,-46.807f,-43.408f,-40.183f,-39.022f,
+-38.148f,-37.030f,-36.988f,-37.526f,-38.104f,-37.257f,-40.710f,-39.262f,-36.494f,-34.608f,
+-32.671f,-30.466f,-28.726f,-27.181f,-25.619f,-24.487f,-23.436f,-22.565f,-21.645f,-21.122f,
+-20.991f,-20.753f,-20.855f,-21.309f,-21.700f,-22.243f,-22.589f,-23.065f,-23.296f,-23.458f,
+-24.200f,-24.024f,-24.230f,-24.655f,-24.252f,-19.022f,-14.064f,-14.474f,-12.264f, -7.304f,
+ -3.517f, -0.993f,  0.042f,  0.512f,  4.390f,  6.667f,  9.880f, 19.153f, 21.349f, 25.896f,
+ 27.511f, 31.394f, 35.039f, 37.980f, 40.693f, 44.757f, 50.216f, 53.836f, 56.428f, 58.940f,
+ 60.347f, 59.849f, 58.995f, 53.909f, 52.503f, 58.730f, 65.159f, 68.542f, 70.688f, 79.491f,
+ 73.762f, 74.390f, 74.306f, 73.398f, 72.473f, 70.540f, 68.720f, 66.501f, 63.978f, 61.640f,
+ 58.137f, 55.787f, 53.810f, 52.016f, 50.048f, 48.737f, 46.421f, 44.399f, 42.555f, 41.049f,
+ 39.813f, 38.858f, 38.288f, 37.653f, 37.244f, 35.683f, 36.475f, 34.852f, 34.839f, 33.080f,
+ 31.990f, 29.804f, 31.368f, 34.322f, 34.017f, 35.077f, 32.916f, 31.457f, 28.904f, 27.670f,
+ 26.177f, 24.878f, 23.774f, 26.041f, 24.603f, 23.532f, 22.248f, 20.662f, 19.772f, 19.625f,
+ 19.985f, 18.499f, 17.584f, 16.534f, 14.058f, 14.126f, 13.029f, 11.492f, 10.009f,  7.119f,
+  4.494f,  2.849f, -0.111f, -5.893f, -2.888f, -1.704f, -3.435f, -4.239f, -4.158f, -4.312f,
+ -5.047f, -5.119f, -4.676f, -3.348f, -2.611f, -1.498f, -0.291f,  1.795f,  1.928f, -1.241f,
+ -0.877f,  0.632f,  3.034f,  4.749f,  6.092f,  7.115f,  9.012f, 11.355f, 13.409f, 13.127f,
+ 13.606f
+},{
+-29.534f,-30.179f,-30.723f,-31.987f,-33.778f,-35.464f,-37.031f,-38.812f,-40.516f,-42.017f,
+-43.794f,-45.247f,-46.044f,-47.563f,-48.681f,-48.443f,-46.178f,-43.149f,-41.154f,-40.453f,
+-38.887f,-37.202f,-37.392f,-38.791f,-38.565f,-38.302f,-41.024f,-40.137f,-36.906f,-34.985f,
+-32.914f,-30.612f,-28.746f,-27.091f,-25.631f,-24.516f,-23.398f,-22.405f,-21.382f,-20.636f,
+-20.486f,-20.287f,-20.243f,-20.449f,-20.875f,-21.313f,-21.724f,-21.995f,-22.308f,-22.301f,
+-22.618f,-23.088f,-22.455f,-22.744f,-21.408f,-14.951f,-11.394f,-11.013f, -8.952f, -5.687f,
+ -1.150f,  1.725f,  3.533f,  4.313f,  7.982f,  9.524f, 12.902f, 21.742f, 25.114f, 27.975f,
+ 31.048f, 34.295f, 36.909f, 39.131f, 42.810f, 46.959f, 51.413f, 54.801f, 56.760f, 58.662f,
+ 61.227f, 61.965f, 63.176f, 62.905f, 57.547f, 57.415f, 66.820f, 68.675f, 69.716f, 77.891f,
+ 73.017f, 73.115f, 72.654f, 71.925f, 70.658f, 68.990f, 66.325f, 67.650f, 64.061f, 61.167f,
+ 58.783f, 56.083f, 53.846f, 52.283f, 50.621f, 49.402f, 47.162f, 45.280f, 43.485f, 41.825f,
+ 40.659f, 39.721f, 39.471f, 38.757f, 36.824f, 36.792f, 36.313f, 35.340f, 35.058f, 35.787f,
+ 34.399f, 33.208f, 32.508f, 34.908f, 36.959f, 36.063f, 33.064f, 31.643f, 31.162f, 29.770f,
+ 28.989f, 25.795f, 24.724f, 26.798f, 25.004f, 25.212f, 23.684f, 22.506f, 20.679f, 20.066f,
+ 20.791f, 20.219f, 18.817f, 17.785f, 15.531f, 14.257f, 13.484f, 11.575f, 10.373f,  8.049f,
+  5.147f,  3.464f,  0.589f, -5.060f, -0.371f, -0.341f, -2.088f, -3.273f, -3.565f, -3.823f,
+ -4.001f, -4.540f, -4.136f, -3.125f, -2.269f, -1.491f, -0.425f,  1.405f,  2.019f, -1.050f,
+ -0.757f,  0.621f,  3.017f,  4.547f,  5.828f,  7.065f,  9.381f, 11.795f, 13.685f, 13.152f,
+ 13.606f
+},{
+-29.534f,-30.202f,-30.772f,-32.075f,-33.918f,-35.507f,-37.194f,-38.993f,-41.193f,-42.854f,
+-44.499f,-46.199f,-47.319f,-48.999f,-49.903f,-48.375f,-45.389f,-43.490f,-42.433f,-42.107f,
+-41.532f,-40.109f,-39.467f,-39.597f,-39.170f,-39.385f,-41.130f,-40.251f,-37.273f,-35.001f,
+-32.875f,-30.688f,-28.761f,-27.111f,-25.620f,-24.476f,-23.313f,-22.149f,-20.980f,-20.325f,
+-19.921f,-19.651f,-19.525f,-19.659f,-19.935f,-20.413f,-20.563f,-20.847f,-20.974f,-21.033f,
+-21.098f,-21.682f,-20.831f,-20.885f,-18.493f,-10.529f, -8.012f, -6.754f, -3.681f, -2.234f,
+  0.429f,  3.821f,  5.143f,  6.749f,  9.634f, 13.389f, 17.001f, 23.980f, 27.253f, 30.792f,
+ 33.081f, 35.676f, 39.161f, 42.588f, 45.405f, 48.441f, 52.059f, 55.515f, 58.875f, 60.157f,
+ 62.761f, 64.513f, 66.447f, 67.124f, 66.134f, 67.526f, 70.023f, 68.664f, 72.121f, 75.191f,
+ 71.986f, 70.967f, 71.584f, 70.606f, 69.714f, 68.299f, 65.557f, 62.784f, 62.583f, 61.716f,
+ 59.575f, 58.032f, 55.340f, 53.643f, 51.830f, 50.329f, 48.649f, 46.718f, 44.692f, 42.622f,
+ 41.601f, 40.707f, 40.052f, 39.523f, 37.911f, 36.865f, 37.262f, 37.185f, 37.139f, 36.130f,
+ 36.017f, 35.644f, 33.159f, 33.537f, 36.515f, 36.355f, 34.320f, 32.656f, 30.558f, 30.632f,
+ 30.194f, 26.966f, 25.819f, 26.052f, 26.952f, 28.680f, 26.580f, 24.519f, 21.909f, 20.660f,
+ 20.553f, 20.227f, 18.974f, 18.480f, 16.616f, 14.537f, 14.082f, 12.421f, 10.822f,  8.506f,
+  5.295f,  3.766f,  1.190f, -4.091f,  1.385f,  0.480f, -0.946f, -2.358f, -3.020f, -3.053f,
+ -3.196f, -4.083f, -3.695f, -3.033f, -1.972f, -1.301f, -0.585f,  0.817f,  2.241f, -1.125f,
+ -0.672f,  0.755f,  2.959f,  4.357f,  5.676f,  7.162f,  9.815f, 12.228f, 13.942f, 13.175f,
+ 13.606f
+},{
+-29.534f,-30.224f,-30.819f,-32.162f,-34.058f,-35.565f,-37.357f,-39.329f,-42.154f,-43.834f,
+-45.344f,-47.254f,-48.603f,-49.881f,-50.209f,-48.307f,-45.852f,-44.567f,-43.402f,-43.175f,
+-44.096f,-43.035f,-41.195f,-39.826f,-40.077f,-40.653f,-40.903f,-40.240f,-37.540f,-35.107f,
+-32.947f,-30.641f,-28.764f,-27.079f,-25.619f,-24.426f,-23.140f,-21.910f,-20.778f,-19.991f,
+-19.433f,-19.015f,-18.757f,-18.939f,-19.114f,-19.329f,-19.542f,-19.683f,-19.795f,-19.684f,
+-19.499f,-19.858f,-19.275f,-18.233f,-10.740f, -6.662f, -4.164f, -2.361f,  0.223f,  1.243f,
+  3.202f,  5.387f,  7.510f,  8.805f, 12.246f, 16.394f, 21.843f, 26.481f, 29.720f, 31.859f,
+ 34.319f, 37.378f, 41.025f, 44.623f, 47.392f, 50.731f, 53.677f, 56.875f, 60.478f, 62.279f,
+ 64.934f, 66.660f, 67.204f, 68.115f, 68.022f, 67.518f, 75.594f, 69.122f, 72.104f, 74.609f,
+ 67.969f, 70.649f, 71.088f, 69.979f, 68.803f, 67.846f, 66.661f, 62.665f, 63.063f, 61.653f,
+ 59.510f, 57.946f, 55.709f, 53.988f, 52.155f, 50.667f, 49.134f, 47.615f, 46.058f, 44.870f,
+ 43.607f, 41.968f, 40.848f, 39.437f, 39.137f, 39.113f, 39.293f, 38.598f, 38.145f, 37.703f,
+ 37.491f, 37.208f, 35.537f, 34.273f, 39.600f, 36.730f, 35.649f, 34.538f, 32.362f, 31.354f,
+ 30.990f, 28.375f, 27.197f, 25.688f, 26.666f, 29.927f, 29.054f, 26.049f, 23.388f, 21.272f,
+ 20.394f, 19.692f, 18.183f, 17.283f, 16.292f, 14.666f, 14.574f, 13.529f, 11.317f,  9.676f,
+  6.307f,  4.973f,  2.216f, -2.428f,  2.690f,  1.184f, -0.228f, -1.761f, -2.445f, -2.307f,
+ -2.466f, -3.691f, -3.318f, -2.792f, -1.724f, -0.952f, -0.466f,  0.332f,  2.635f, -1.319f,
+ -0.659f,  1.070f,  2.948f,  4.264f,  5.688f,  7.407f, 10.273f, 12.629f, 14.174f, 13.196f,
+ 13.606f
+},{
+-29.534f,-30.244f,-30.865f,-32.249f,-34.195f,-35.654f,-37.514f,-39.775f,-43.145f,-44.858f,
+-46.362f,-48.352f,-49.544f,-50.183f,-50.020f,-48.884f,-47.484f,-46.374f,-45.007f,-44.388f,
+-44.102f,-43.227f,-41.453f,-40.285f,-41.088f,-41.894f,-40.697f,-40.763f,-37.849f,-35.123f,
+-33.008f,-30.772f,-28.648f,-27.121f,-25.655f,-24.289f,-22.864f,-21.683f,-20.463f,-19.501f,
+-18.900f,-18.437f,-18.160f,-18.123f,-18.327f,-18.517f,-18.690f,-18.636f,-18.632f,-18.452f,
+-18.045f,-18.086f,-17.220f,-13.475f, -6.752f, -3.837f, -1.656f,  0.861f,  2.182f,  3.782f,
+  5.848f,  7.571f,  9.025f, 11.654f, 14.470f, 19.446f, 24.286f, 28.010f, 31.402f, 33.828f,
+ 37.018f, 39.660f, 43.502f, 45.402f, 48.975f, 52.675f, 55.115f, 57.586f, 60.660f, 62.579f,
+ 64.210f, 66.472f, 68.354f, 69.843f, 70.102f, 69.888f, 80.779f, 76.710f, 73.647f, 72.421f,
+ 68.395f, 70.858f, 70.471f, 69.381f, 68.111f, 67.059f, 65.743f, 61.494f, 65.328f, 61.712f,
+ 59.703f, 57.794f, 55.974f, 54.642f, 52.821f, 51.316f, 49.750f, 48.650f, 47.290f, 46.353f,
+ 45.457f, 44.538f, 43.831f, 42.002f, 41.722f, 40.976f, 40.333f, 40.076f, 39.628f, 39.118f,
+ 38.564f, 37.920f, 37.244f, 35.670f, 36.136f, 37.492f, 39.826f, 36.770f, 35.931f, 32.791f,
+ 31.452f, 29.624f, 28.120f, 26.932f, 26.269f, 26.219f, 28.526f, 28.228f, 25.300f, 22.789f,
+ 20.588f, 19.417f, 18.396f, 17.538f, 16.480f, 15.210f, 15.050f, 14.891f, 12.413f, 10.883f,
+  8.593f,  7.689f,  4.471f,  1.053f,  3.945f,  2.274f,  0.602f, -1.454f, -0.938f, -1.616f,
+ -1.874f, -3.299f, -3.017f, -2.501f, -1.604f, -0.587f,  0.071f,  0.146f,  2.935f, -1.247f,
+ -0.667f,  1.543f,  3.094f,  4.362f,  5.886f,  7.774f, 10.713f, 12.973f, 14.374f, 13.216f,
+ 13.606f
+},{
+-29.534f,-30.263f,-30.909f,-32.335f,-34.327f,-35.783f,-37.657f,-40.246f,-43.907f,-45.766f,
+-47.463f,-49.361f,-50.102f,-50.459f,-50.244f,-49.906f,-49.047f,-48.405f,-47.748f,-45.944f,
+-43.062f,-42.069f,-41.223f,-40.380f,-41.967f,-43.070f,-40.698f,-41.075f,-38.408f,-35.039f,
+-32.922f,-30.744f,-28.576f,-26.820f,-25.289f,-23.798f,-22.361f,-21.034f,-20.014f,-19.041f,
+-18.310f,-17.783f,-17.529f,-17.436f,-17.587f,-17.648f,-17.759f,-17.889f,-17.644f,-17.165f,
+-16.740f,-16.040f,-15.441f, -8.585f, -4.841f, -2.067f,  0.613f,  2.627f,  4.343f,  6.625f,
+  7.975f,  9.716f, 10.744f, 13.569f, 16.969f, 21.232f, 26.206f, 30.388f, 33.575f, 36.273f,
+ 39.085f, 41.951f, 45.454f, 47.531f, 49.779f, 52.218f, 54.914f, 58.280f, 61.781f, 63.826f,
+ 65.607f, 67.491f, 68.685f, 69.639f, 70.066f, 69.257f, 82.330f, 78.075f, 74.879f, 69.956f,
+ 70.105f, 70.796f, 70.092f, 68.763f, 67.475f, 66.518f, 65.513f, 63.922f, 58.489f, 58.601f,
+ 60.112f, 58.869f, 56.081f, 54.956f, 53.069f, 51.907f, 50.658f, 49.566f, 48.268f, 47.473f,
+ 46.523f, 45.902f, 45.325f, 44.336f, 43.715f, 43.065f, 42.183f, 41.728f, 40.724f, 39.997f,
+ 39.470f, 39.227f, 38.618f, 36.997f, 37.136f, 40.882f, 42.320f, 39.586f, 36.248f, 34.509f,
+ 32.518f, 30.282f, 29.052f, 28.098f, 26.945f, 25.613f, 26.092f, 27.309f, 26.075f, 23.904f,
+ 21.807f, 20.341f, 19.489f, 17.958f, 16.957f, 15.661f, 14.953f, 15.060f, 13.798f, 11.811f,
+ 10.072f,  9.410f,  7.059f,  4.638f,  4.982f,  2.998f,  1.864f,  0.157f,  0.831f, -0.631f,
+ -1.458f, -2.896f, -2.820f, -2.267f, -1.524f, -0.304f,  0.693f,  0.317f,  2.897f, -0.592f,
+ -0.572f,  2.093f,  3.463f,  4.716f,  6.261f,  8.218f, 11.088f, 13.237f, 14.535f, 13.234f,
+ 13.606f
+},{
+-29.534f,-30.281f,-30.951f,-32.420f,-34.449f,-35.949f,-37.777f,-40.647f,-44.289f,-46.400f,
+-48.477f,-50.160f,-50.561f,-51.163f,-51.193f,-50.765f,-49.703f,-49.548f,-50.260f,-47.041f,
+-43.056f,-41.884f,-41.005f,-40.295f,-42.038f,-43.698f,-40.943f,-41.085f,-39.004f,-34.983f,
+-32.848f,-30.484f,-28.281f,-26.664f,-25.070f,-23.480f,-22.155f,-21.047f,-19.893f,-18.740f,
+-17.925f,-17.390f,-17.103f,-17.148f,-17.301f,-17.132f,-17.010f,-16.619f,-16.694f,-16.191f,
+-15.381f,-14.709f,-11.729f, -6.333f, -3.385f, -0.432f,  2.872f,  7.085f,  8.556f, 10.978f,
+ 11.752f, 11.534f, 13.214f, 15.988f, 19.472f, 23.911f, 28.380f, 33.129f, 37.267f, 40.227f,
+ 43.208f, 44.920f, 47.610f, 50.190f, 50.856f, 52.347f, 55.230f, 58.581f, 61.968f, 65.522f,
+ 67.514f, 68.885f, 69.818f, 70.126f, 70.331f, 71.609f, 81.022f, 76.423f, 73.707f, 69.321f,
+ 71.190f, 70.927f, 69.740f, 68.533f, 67.289f, 66.290f, 64.777f, 64.115f, 63.251f, 60.622f,
+ 55.067f, 50.489f, 54.030f, 53.788f, 53.111f, 52.134f, 51.111f, 49.966f, 49.314f, 48.606f,
+ 48.078f, 47.468f, 46.939f, 46.324f, 45.447f, 44.327f, 43.285f, 42.522f, 42.356f, 42.101f,
+ 42.094f, 42.374f, 41.856f, 40.636f, 39.672f, 39.367f, 41.430f, 42.368f, 38.126f, 36.699f,
+ 34.420f, 32.305f, 30.465f, 28.799f, 27.744f, 26.637f, 24.621f, 25.229f, 25.690f, 24.157f,
+ 22.715f, 21.420f, 19.742f, 18.478f, 17.436f, 15.605f, 14.627f, 14.550f, 14.877f, 12.973f,
+ 11.272f, 10.521f,  8.351f,  6.973f,  5.963f,  3.325f,  3.224f,  2.525f,  1.329f,  0.078f,
+ -0.989f, -2.427f, -2.576f, -1.870f, -1.273f, -0.088f,  0.922f,  0.756f,  2.534f,  0.600f,
+ -0.261f,  2.610f,  4.022f,  5.325f,  6.767f,  8.679f, 11.358f, 13.404f, 14.655f, 13.250f,
+ 13.606f
+},{
+-29.534f,-30.298f,-30.992f,-32.503f,-34.559f,-36.139f,-37.870f,-40.904f,-44.309f,-46.695f,
+-49.244f,-50.735f,-51.200f,-52.240f,-52.425f,-51.359f,-49.759f,-49.444f,-51.158f,-47.872f,
+-43.893f,-43.030f,-41.432f,-40.805f,-41.796f,-44.282f,-41.419f,-40.978f,-38.809f,-34.974f,
+-32.984f,-30.368f,-28.433f,-26.656f,-24.875f,-23.155f,-21.547f,-20.170f,-19.124f,-18.831f,
+-18.521f,-18.191f,-17.913f,-17.663f,-17.589f,-17.202f,-16.785f,-16.199f,-16.157f,-15.775f,
+-15.067f,-13.052f, -7.929f, -3.588f, -1.050f,  1.131f,  3.714f,  7.182f,  9.689f, 10.214f,
+ 12.594f, 13.599f, 15.034f, 17.691f, 20.906f, 25.805f, 31.368f, 35.923f, 40.445f, 43.896f,
+ 45.995f, 47.288f, 49.649f, 51.509f, 52.457f, 53.736f, 56.872f, 59.712f, 62.437f, 66.327f,
+ 69.201f, 70.472f, 70.995f, 72.213f, 72.856f, 75.784f, 77.301f, 77.238f, 71.214f, 72.106f,
+ 72.228f, 70.936f, 69.250f, 67.937f, 66.631f, 65.510f, 64.299f, 63.392f, 62.728f, 60.429f,
+ 61.322f, 50.860f, 52.845f, 52.936f, 53.022f, 52.366f, 51.165f, 50.845f, 50.042f, 49.307f,
+ 48.859f, 48.324f, 47.593f, 46.894f, 46.357f, 45.608f, 44.488f, 43.658f, 43.431f, 42.589f,
+ 42.338f, 42.313f, 41.582f, 43.158f, 39.302f, 33.735f, 38.186f, 42.581f, 41.619f, 39.119f,
+ 37.738f, 35.303f, 34.537f, 31.627f, 29.552f, 28.156f, 25.545f, 23.766f, 23.504f, 23.262f,
+ 22.490f, 21.417f, 20.022f, 18.815f, 17.853f, 15.715f, 14.179f, 14.292f, 14.255f, 13.422f,
+ 12.185f, 11.204f,  9.443f,  8.262f,  6.389f,  4.132f,  4.383f,  3.045f,  1.325f,  0.181f,
+ -0.683f, -1.937f, -2.198f, -1.300f, -0.945f,  0.107f,  0.715f,  1.216f,  2.065f,  1.900f,
+  0.277f,  2.994f,  4.635f,  6.102f,  7.329f,  9.091f, 11.492f, 13.461f, 14.729f, 13.263f,
+ 13.606f
+},{
+-29.534f,-30.313f,-31.032f,-32.583f,-34.652f,-36.329f,-37.935f,-40.986f,-44.124f,-46.724f,
+-49.691f,-51.200f,-52.048f,-53.349f,-53.487f,-52.080f,-49.965f,-49.012f,-50.603f,-48.688f,
+-44.822f,-43.744f,-42.631f,-41.666f,-42.036f,-44.405f,-41.963f,-40.930f,-37.914f,-34.957f,
+-32.666f,-30.203f,-27.897f,-25.845f,-23.860f,-22.242f,-20.836f,-20.052f,-19.407f,-18.731f,
+-18.077f,-17.598f,-17.424f,-17.050f,-17.021f,-16.809f,-16.247f,-15.763f,-15.400f,-15.274f,
+-13.533f,-10.218f, -3.801f, -0.877f,  0.942f,  2.138f,  4.024f,  8.162f, 11.919f, 13.575f,
+ 15.313f, 16.289f, 17.512f, 20.089f, 22.792f, 26.588f, 32.388f, 37.448f, 40.986f, 43.649f,
+ 45.264f, 47.750f, 49.929f, 52.312f, 53.700f, 55.892f, 58.703f, 60.989f, 63.469f, 66.727f,
+ 70.022f, 71.361f, 72.174f, 73.311f, 74.572f, 81.112f, 78.736f, 77.573f, 71.138f, 72.791f,
+ 72.307f, 70.894f, 69.541f, 68.177f, 66.662f, 65.206f, 64.210f, 62.534f, 61.875f, 60.847f,
+ 56.076f, 43.494f, 48.140f, 52.422f, 52.610f, 52.181f, 51.634f, 50.670f, 50.132f, 49.347f,
+ 48.793f, 48.294f, 47.473f, 47.646f, 47.685f, 46.811f, 42.552f, 41.868f, 40.203f, 36.436f,
+ 34.539f, 35.484f, 33.148f, 33.620f, 24.859f, 22.738f, 30.788f, 39.027f, 41.355f, 41.209f,
+ 40.368f, 35.918f, 32.730f, 33.140f, 30.624f, 28.599f, 26.500f, 23.677f, 21.629f, 21.446f,
+ 20.872f, 19.814f, 19.283f, 18.698f, 16.926f, 15.225f, 14.408f, 14.215f, 13.284f, 13.223f,
+ 12.581f, 11.702f, 10.625f,  8.483f,  6.209f,  5.402f,  5.025f,  2.526f,  1.543f,  0.174f,
+ -0.800f, -1.592f, -1.888f, -0.927f, -0.831f,  0.278f,  0.498f,  1.420f,  1.717f,  2.806f,
+  0.931f,  3.185f,  5.113f,  6.888f,  7.859f,  9.395f, 11.472f, 13.403f, 14.755f, 13.274f,
+ 13.606f
+},{
+-29.534f,-30.327f,-31.070f,-32.659f,-34.729f,-36.492f,-37.977f,-40.911f,-43.932f,-46.676f,
+-49.868f,-51.712f,-52.947f,-54.267f,-54.345f,-53.058f,-50.600f,-49.160f,-49.909f,-49.035f,
+-45.870f,-44.062f,-43.944f,-42.918f,-43.019f,-44.354f,-42.873f,-40.499f,-37.319f,-34.627f,
+-32.206f,-29.625f,-27.219f,-25.125f,-23.175f,-21.568f,-20.321f,-19.365f,-18.841f,-18.232f,
+-17.584f,-17.162f,-17.018f,-16.625f,-16.381f,-16.177f,-15.818f,-15.001f,-15.262f,-14.034f,
+-11.686f, -6.272f, -0.710f,  2.071f,  3.031f,  4.077f,  5.676f,  8.343f, 12.659f, 15.677f,
+ 17.624f, 18.854f, 19.897f, 21.928f, 23.985f, 27.870f, 31.903f, 37.240f, 40.757f, 43.407f,
+ 45.481f, 48.740f, 51.451f, 53.922f, 55.938f, 58.162f, 61.583f, 63.780f, 66.535f, 69.363f,
+ 72.079f, 73.286f, 74.238f, 74.952f, 78.517f, 83.627f, 78.267f, 77.106f, 73.477f, 73.389f,
+ 72.288f, 70.667f, 69.235f, 68.104f, 66.877f, 65.527f, 64.453f, 62.543f, 61.330f, 60.456f,
+ 53.968f, 37.894f, 46.371f, 53.394f, 52.784f, 52.196f, 51.536f, 50.641f, 49.941f, 49.287f,
+ 48.759f, 48.431f, 48.928f, 47.436f, 44.197f, 41.764f, 38.836f, 45.581f, 48.476f, 36.724f,
+ 25.043f, 19.519f, 16.345f, 14.570f, 10.793f, 12.689f, 18.972f, 28.451f, 35.366f, 38.049f,
+ 37.377f, 29.321f, 22.499f, 30.337f, 31.342f, 28.418f, 26.411f, 24.913f, 23.795f, 22.433f,
+ 20.734f, 19.210f, 18.678f, 18.052f, 16.014f, 15.764f, 14.803f, 13.802f, 13.125f, 13.007f,
+ 12.383f, 12.539f, 11.531f,  8.641f,  6.516f,  6.112f,  4.787f,  2.977f,  0.949f,  0.296f,
+ -0.953f, -1.403f, -1.708f, -0.795f, -0.801f,  0.392f,  0.589f,  1.307f,  1.612f,  3.114f,
+  1.529f,  3.168f,  5.289f,  7.496f,  8.275f,  9.547f, 11.295f, 13.231f, 14.732f, 13.282f,
+ 13.606f
+},{
+-29.534f,-30.340f,-31.107f,-32.730f,-34.789f,-36.601f,-38.008f,-40.731f,-43.863f,-46.744f,
+-49.899f,-52.327f,-53.785f,-54.980f,-55.096f,-53.961f,-51.474f,-49.905f,-50.193f,-49.673f,
+-47.395f,-45.696f,-45.212f,-43.913f,-44.243f,-44.687f,-43.705f,-40.020f,-37.050f,-34.451f,
+-31.758f,-29.236f,-26.908f,-24.689f,-22.848f,-21.268f,-19.897f,-18.963f,-18.395f,-17.761f,
+-17.140f,-16.644f,-16.725f,-16.518f,-16.034f,-15.787f,-15.119f,-14.911f,-14.478f,-11.652f,
+ -7.415f, -2.647f,  1.500f,  3.788f,  4.607f,  6.031f,  7.848f,  9.067f, 12.231f, 16.132f,
+ 19.181f, 20.477f, 22.345f, 24.273f, 26.335f, 28.757f, 32.829f, 37.308f, 41.656f, 44.356f,
+ 48.264f, 52.441f, 53.834f, 56.827f, 58.842f, 61.251f, 63.732f, 66.734f, 69.328f, 72.354f,
+ 74.296f, 74.611f, 74.775f, 76.373f, 81.409f, 80.506f, 76.549f, 77.502f, 76.485f, 72.873f,
+ 72.123f, 70.214f, 68.123f, 66.630f, 65.757f, 64.866f, 63.767f, 62.616f, 61.590f, 57.357f,
+ 51.897f, 40.894f, 48.303f, 54.110f, 54.450f, 53.704f, 52.964f, 52.326f, 51.560f, 50.886f,
+ 50.196f, 48.993f, 47.185f, 40.385f, 34.846f, 32.709f, 35.251f, 33.341f, 32.239f, 23.492f,
+ 22.705f, 24.353f, 24.602f, 24.106f, 22.765f, 20.461f, 16.163f, 16.178f, 24.233f, 24.724f,
+ 23.564f, 17.019f, 20.894f, 30.896f, 31.694f, 28.042f, 25.718f, 24.531f, 22.783f, 22.142f,
+ 21.642f, 20.149f, 18.152f, 17.787f, 17.345f, 16.463f, 15.146f, 14.853f, 13.287f, 12.544f,
+ 12.561f, 12.656f, 12.119f,  8.851f,  7.767f,  6.376f,  4.609f,  4.586f,  0.232f,  0.575f,
+ -0.819f, -1.267f, -1.396f, -0.567f, -0.435f,  0.458f,  0.846f,  1.125f,  1.746f,  3.017f,
+  1.941f,  2.971f,  5.103f,  7.773f,  8.516f,  9.527f, 10.976f, 12.954f, 14.661f, 13.288f,
+ 13.606f
+},{
+-29.534f,-30.351f,-31.142f,-32.795f,-34.836f,-36.639f,-38.039f,-40.517f,-43.928f,-47.002f,
+-49.902f,-52.931f,-54.576f,-55.575f,-55.717f,-54.608f,-52.416f,-50.890f,-51.097f,-51.155f,
+-49.271f,-47.397f,-46.396f,-44.743f,-44.962f,-44.907f,-43.834f,-39.812f,-36.830f,-34.235f,
+-31.370f,-28.920f,-26.633f,-24.616f,-22.773f,-21.034f,-19.783f,-18.868f,-18.243f,-17.778f,
+-17.149f,-16.506f,-16.072f,-15.894f,-15.508f,-15.291f,-14.965f,-14.091f,-11.623f, -5.904f,
+ -1.966f, -1.034f,  2.961f,  5.494f,  6.394f,  8.151f,  9.736f, 11.503f, 13.151f, 16.612f,
+ 20.860f, 22.821f, 24.746f, 26.489f, 28.282f, 31.639f, 34.710f, 39.102f, 43.323f, 46.689f,
+ 52.184f, 55.547f, 56.731f, 58.534f, 61.832f, 63.994f, 66.365f, 65.139f, 68.005f, 71.806f,
+ 73.661f, 74.385f, 74.530f, 77.424f, 82.389f, 76.693f, 74.999f, 78.182f, 77.568f, 73.336f,
+ 70.758f, 69.128f, 66.941f, 65.625f, 64.598f, 63.652f, 62.990f, 61.977f, 59.281f, 54.723f,
+ 53.264f, 46.358f, 38.267f, 52.992f, 54.722f, 54.827f, 53.655f, 52.603f, 51.219f, 50.117f,
+ 49.238f, 47.551f, 42.930f, 32.943f, 28.743f, 37.631f, 39.188f, 33.008f, 30.191f, 30.224f,
+ 29.865f, 28.874f, 28.507f, 27.625f, 26.909f, 23.573f, 21.916f, 18.006f, 16.680f, 15.470f,
+ 14.508f, 11.211f, 14.635f, 28.293f, 30.541f, 27.386f, 24.122f, 21.640f, 21.620f, 21.172f,
+ 20.994f, 18.447f, 17.606f, 17.307f, 16.508f, 15.917f, 16.248f, 14.998f, 13.491f, 12.839f,
+ 13.697f, 13.424f, 12.246f,  9.730f,  8.719f,  7.335f,  5.482f,  5.797f,  0.770f,  0.913f,
+ -0.553f, -1.103f, -0.901f, -0.285f,  0.192f,  0.545f,  0.983f,  1.191f,  1.989f,  2.885f,
+  2.142f,  2.658f,  4.623f,  7.647f,  8.560f,  9.341f, 10.542f, 12.584f, 14.545f, 13.291f,
+ 13.606f
+},{
+-29.534f,-30.361f,-31.176f,-32.852f,-34.874f,-36.604f,-38.075f,-40.332f,-44.039f,-47.363f,
+-49.932f,-53.320f,-55.335f,-56.158f,-56.236f,-55.253f,-53.435f,-51.967f,-51.576f,-51.889f,
+-50.802f,-48.425f,-47.654f,-46.514f,-45.307f,-45.162f,-43.365f,-39.501f,-36.820f,-33.808f,
+-31.017f,-28.716f,-26.385f,-24.101f,-22.204f,-20.677f,-19.556f,-18.661f,-17.933f,-17.367f,
+-17.072f,-16.623f,-16.295f,-16.132f,-15.289f,-14.607f,-13.007f, -8.970f, -5.565f, -2.332f,
+ -1.725f,  0.795f,  3.864f,  6.684f,  7.909f,  9.682f, 11.768f, 14.017f, 16.500f, 18.355f,
+ 22.339f, 24.518f, 27.358f, 29.446f, 31.177f, 34.457f, 38.297f, 42.290f, 45.796f, 49.852f,
+ 55.249f, 58.179f, 59.535f, 61.114f, 62.777f, 65.219f, 64.652f, 64.335f, 66.948f, 70.070f,
+ 70.927f, 74.402f, 73.796f, 76.712f, 80.519f, 70.403f, 75.182f, 78.842f, 78.306f, 73.276f,
+ 69.202f, 68.039f, 66.229f, 64.783f, 63.980f, 63.016f, 62.586f, 60.859f, 60.107f, 55.520f,
+ 55.253f, 50.752f, 35.438f, 45.781f, 54.949f, 54.991f, 53.682f, 52.075f, 49.936f, 47.996f,
+ 46.608f, 43.811f, 32.953f, 26.550f, 36.126f, 38.298f, 38.387f, 35.144f, 32.397f, 31.585f,
+ 29.962f, 28.313f, 28.187f, 27.310f, 25.496f, 23.421f, 22.400f, 22.151f, 21.160f, 19.808f,
+ 16.913f, 10.494f, 10.981f, 28.077f, 30.534f, 25.606f, 23.080f, 21.134f, 21.833f, 21.010f,
+ 19.219f, 17.471f, 16.397f, 15.738f, 15.315f, 15.957f, 17.383f, 15.792f, 14.006f, 13.264f,
+ 13.741f, 13.581f, 12.285f, 10.999f,  8.699f,  8.831f,  6.992f,  4.531f,  1.810f,  1.168f,
+ -0.135f, -0.725f, -0.504f, -0.268f,  0.514f,  0.729f,  1.017f,  1.553f,  2.135f,  2.927f,
+  2.215f,  2.314f,  4.017f,  7.153f,  8.425f,  9.017f, 10.030f, 12.142f, 14.385f, 13.291f,
+ 13.606f
+},{
+-29.534f,-30.370f,-31.208f,-32.902f,-34.910f,-36.511f,-38.112f,-40.220f,-44.085f,-47.644f,
+-49.969f,-53.375f,-55.980f,-56.779f,-56.816f,-56.079f,-54.528f,-53.127f,-51.844f,-51.516f,
+-51.345f,-50.206f,-48.871f,-47.976f,-45.358f,-45.309f,-42.676f,-39.439f,-36.663f,-33.808f,
+-30.913f,-28.366f,-25.951f,-24.076f,-22.261f,-20.507f,-19.318f,-19.190f,-18.810f,-18.222f,
+-17.887f,-17.221f,-15.733f,-14.937f,-13.966f,-13.726f, -9.746f, -5.227f, -1.927f, -1.377f,
+ -1.002f,  1.953f,  6.677f,  8.790f,  9.506f, 11.757f, 14.161f, 16.737f, 20.025f, 21.563f,
+ 24.109f, 26.228f, 29.005f, 31.683f, 34.558f, 37.836f, 41.954f, 46.097f, 49.123f, 52.548f,
+ 56.329f, 58.522f, 59.662f, 61.834f, 62.054f, 62.830f, 63.916f, 65.670f, 67.879f, 70.213f,
+ 69.206f, 70.884f, 75.442f, 78.264f, 72.099f, 68.271f, 77.267f, 79.405f, 77.637f, 72.968f,
+ 67.927f, 66.999f, 65.612f, 64.170f, 63.002f, 61.916f, 61.244f, 60.420f, 59.754f, 56.006f,
+ 53.500f, 50.458f, 41.714f, 31.760f, 42.874f, 49.670f, 52.657f, 48.828f, 44.180f, 42.227f,
+ 40.519f, 34.819f, 25.733f, 31.228f, 36.730f, 35.254f, 36.369f, 33.784f, 32.985f, 30.191f,
+ 28.272f, 26.356f, 26.036f, 25.410f, 24.005f, 21.937f, 22.024f, 21.822f, 22.238f, 22.030f,
+ 20.693f, 16.296f,  8.986f, 21.354f, 30.973f, 25.708f, 23.014f, 20.454f, 19.800f, 20.014f,
+ 18.812f, 17.495f, 16.462f, 15.938f, 15.827f, 16.945f, 17.620f, 17.037f, 14.855f, 13.892f,
+ 13.994f, 13.605f, 12.497f, 10.926f,  9.416f,  9.148f,  8.181f,  2.419f,  2.602f,  1.590f,
+  0.607f, -0.074f, -0.259f, -0.370f,  0.345f,  1.008f,  1.176f,  1.947f,  2.073f,  3.067f,
+  2.286f,  2.029f,  3.476f,  6.420f,  8.161f,  8.603f,  9.484f, 11.649f, 14.188f, 13.289f,
+ 13.606f
+},{
+-29.534f,-30.378f,-31.239f,-32.941f,-34.953f,-36.390f,-38.131f,-40.190f,-44.019f,-47.717f,
+-49.975f,-53.179f,-56.393f,-57.339f,-57.463f,-56.842f,-55.563f,-54.319f,-52.719f,-51.941f,
+-51.295f,-51.382f,-49.619f,-48.642f,-45.584f,-45.807f,-42.436f,-39.433f,-36.443f,-33.247f,
+-30.497f,-28.026f,-25.964f,-23.827f,-22.021f,-21.185f,-20.738f,-20.288f,-19.384f,-18.356f,
+-17.995f,-17.099f,-14.772f,-13.352f,-13.744f,-13.147f, -8.084f, -4.055f, -1.341f, -1.036f,
+ -0.032f,  1.627f,  6.520f, 12.393f, 11.819f, 13.558f, 16.575f, 18.869f, 21.657f, 24.488f,
+ 26.035f, 27.792f, 30.148f, 33.940f, 38.071f, 41.330f, 45.500f, 48.824f, 51.405f, 53.939f,
+ 56.609f, 58.355f, 59.050f, 59.333f, 61.043f, 63.347f, 64.844f, 64.939f, 67.210f, 69.299f,
+ 69.072f, 77.019f, 84.229f, 73.312f, 71.121f, 73.513f, 79.020f, 79.868f, 77.597f, 72.313f,
+ 66.041f, 66.345f, 65.300f, 63.749f, 62.464f, 61.276f, 60.137f, 59.348f, 58.682f, 54.071f,
+ 51.226f, 49.687f, 46.808f, 39.501f, 32.106f, 36.966f, 39.536f, 38.184f, 36.946f, 34.772f,
+ 31.172f, 29.460f, 32.055f, 35.019f, 35.440f, 34.104f, 33.829f, 32.244f, 30.172f, 27.900f,
+ 25.778f, 24.448f, 24.022f, 22.985f, 21.476f, 20.964f, 20.797f, 20.322f, 20.746f, 21.475f,
+ 20.805f, 18.685f,  9.999f, 10.537f, 29.627f, 26.460f, 22.913f, 21.082f, 19.957f, 19.841f,
+ 18.778f, 17.572f, 17.054f, 16.656f, 16.739f, 17.706f, 17.961f, 17.228f, 15.354f, 14.278f,
+ 14.142f, 14.024f, 12.585f, 10.866f, 10.537f,  8.850f,  8.183f,  2.301f,  3.204f,  2.229f,
+  1.419f,  0.518f,  0.048f, -0.198f,  0.161f,  1.247f,  1.505f,  2.101f,  1.943f,  3.096f,
+  2.449f,  1.867f,  3.130f,  5.626f,  7.838f,  8.156f,  8.949f, 11.131f, 13.957f, 13.284f,
+ 13.606f
+},{
+-29.534f,-30.384f,-31.268f,-32.971f,-35.010f,-36.282f,-38.105f,-40.213f,-43.888f,-47.631f,
+-49.953f,-52.945f,-56.567f,-57.646f,-57.899f,-57.268f,-56.379f,-55.452f,-54.004f,-53.401f,
+-52.058f,-51.236f,-50.563f,-49.336f,-45.865f,-46.246f,-42.382f,-39.188f,-36.054f,-33.000f,
+-30.493f,-27.966f,-25.598f,-23.751f,-22.907f,-22.068f,-21.246f,-19.732f,-19.060f,-18.169f,
+-17.479f,-16.248f,-13.842f,-12.275f,-13.746f,-13.252f, -9.376f, -5.051f, -1.741f, -0.259f,
+  0.795f,  2.693f,  6.489f, 13.516f, 15.704f, 16.853f, 19.131f, 21.994f, 23.708f, 25.351f,
+ 27.663f, 30.086f, 32.165f, 35.211f, 39.151f, 44.317f, 47.382f, 49.758f, 52.111f, 55.042f,
+ 56.504f, 57.766f, 57.734f, 60.471f, 62.880f, 64.295f, 63.626f, 64.868f, 66.536f, 68.378f,
+ 75.329f, 82.188f, 74.844f, 59.791f, 69.821f, 78.240f, 80.567f, 79.443f, 76.228f, 71.140f,
+ 65.546f, 65.905f, 64.155f, 62.815f, 62.089f, 60.936f, 59.464f, 58.423f, 58.680f, 54.482f,
+ 51.174f, 47.426f, 47.108f, 46.510f, 42.883f, 39.610f, 36.164f, 31.384f, 30.938f, 32.978f,
+ 35.643f, 37.633f, 36.921f, 35.983f, 33.908f, 32.339f, 32.055f, 29.478f, 27.598f, 24.873f,
+ 23.454f, 21.845f, 21.732f, 20.817f, 19.496f, 18.957f, 18.808f, 18.371f, 18.620f, 19.890f,
+ 19.799f, 18.743f, 13.798f,  2.790f, 18.909f, 27.966f, 23.174f, 21.244f, 19.911f, 20.159f,
+ 19.313f, 18.127f, 17.826f, 17.759f, 17.725f, 18.109f, 18.466f, 17.515f, 15.661f, 15.015f,
+ 14.449f, 14.532f, 12.938f, 11.658f, 10.571f,  9.672f,  7.048f,  3.501f,  3.700f,  2.780f,
+  1.893f,  0.861f,  0.387f,  0.180f,  0.358f,  1.271f,  1.829f,  2.007f,  2.041f,  2.921f,
+  2.717f,  1.837f,  3.005f,  4.942f,  7.524f,  7.729f,  8.461f, 10.611f, 13.699f, 13.277f,
+ 13.606f
+},{
+-29.534f,-30.388f,-31.295f,-32.990f,-35.087f,-36.227f,-38.001f,-40.226f,-43.785f,-47.608f,
+-49.974f,-52.850f,-56.596f,-57.632f,-57.927f,-57.477f,-56.966f,-56.416f,-55.264f,-54.709f,
+-53.765f,-51.843f,-51.667f,-49.320f,-45.557f,-45.860f,-42.172f,-39.020f,-35.996f,-33.130f,
+-30.233f,-27.383f,-25.508f,-24.483f,-23.318f,-21.769f,-20.739f,-19.674f,-18.669f,-17.609f,
+-16.865f,-15.768f,-13.499f,-12.924f,-13.567f,-12.393f,-10.685f, -8.223f, -5.100f, -2.531f,
+  0.169f,  0.793f,  7.076f, 14.101f, 18.586f, 19.524f, 22.141f, 24.827f, 25.988f, 27.243f,
+ 28.218f, 30.633f, 33.234f, 36.212f, 40.265f, 45.601f, 47.680f, 50.330f, 53.604f, 55.296f,
+ 57.346f, 58.048f, 58.738f, 61.140f, 63.270f, 64.072f, 62.308f, 64.648f, 65.337f, 69.000f,
+ 78.171f, 77.721f, 67.704f, 58.705f, 74.951f, 80.377f, 80.531f, 78.162f, 73.807f, 68.897f,
+ 62.062f, 62.435f, 61.957f, 60.985f, 59.461f, 59.093f, 57.703f, 58.455f, 57.721f, 50.707f,
+ 46.013f, 45.657f, 46.347f, 45.521f, 44.324f, 43.449f, 43.177f, 40.059f, 39.007f, 38.277f,
+ 41.115f, 36.670f, 37.272f, 35.485f, 31.894f, 30.936f, 28.186f, 27.698f, 24.483f, 22.705f,
+ 21.181f, 19.504f, 19.775f, 17.959f, 17.018f, 16.658f, 16.385f, 15.654f, 16.293f, 17.685f,
+ 18.389f, 18.468f, 16.468f,  5.614f,  2.230f, 24.029f, 23.699f, 21.219f, 19.886f, 20.278f,
+ 20.009f, 18.450f, 18.834f, 18.235f, 18.146f, 18.838f, 18.934f, 17.702f, 15.996f, 16.155f,
+ 15.302f, 14.921f, 13.570f, 11.960f, 10.385f,  9.259f,  5.336f,  4.613f,  4.289f,  3.231f,
+  2.066f,  1.198f,  0.496f,  0.458f,  0.729f,  1.069f,  2.050f,  1.866f,  2.487f,  2.644f,
+  3.012f,  1.891f,  3.025f,  4.477f,  7.267f,  7.366f,  8.052f, 10.114f, 13.421f, 13.268f,
+ 13.606f
+},{
+-29.534f,-30.392f,-31.321f,-32.999f,-35.187f,-36.257f,-37.793f,-40.149f,-43.769f,-47.890f,
+-50.124f,-52.912f,-56.544f,-57.431f,-57.740f,-57.731f,-57.454f,-57.054f,-56.359f,-55.803f,
+-54.940f,-52.839f,-51.859f,-48.891f,-45.244f,-45.580f,-42.018f,-38.840f,-35.983f,-32.693f,
+-29.654f,-27.227f,-25.791f,-24.298f,-23.024f,-21.523f,-20.637f,-19.599f,-19.055f,-18.075f,
+-17.065f,-14.012f,-14.281f,-14.314f,-13.509f,-11.796f, -9.014f, -8.741f, -6.905f, -4.609f,
+ -2.335f, -0.889f,  6.400f, 11.825f, 16.643f, 20.421f, 24.353f, 26.895f, 28.226f, 29.576f,
+ 31.691f, 32.827f, 35.217f, 38.001f, 42.150f, 46.178f, 49.255f, 51.466f, 53.438f, 55.637f,
+ 57.400f, 58.049f, 60.027f, 62.759f, 64.178f, 63.429f, 62.212f, 64.435f, 65.248f, 71.548f,
+ 78.443f, 78.413f, 71.729f, 64.837f, 81.327f, 81.823f, 79.809f, 77.093f, 72.988f, 64.406f,
+ 63.325f, 62.227f, 59.971f, 57.337f, 57.120f, 54.925f, 56.729f, 52.586f, 52.293f, 55.623f,
+ 44.975f, 44.268f, 44.558f, 44.053f, 43.485f, 43.862f, 42.363f, 44.069f, 40.858f, 38.105f,
+ 40.881f, 36.493f, 35.874f, 33.524f, 32.656f, 28.007f, 27.125f, 25.232f, 22.181f, 21.304f,
+ 19.332f, 17.630f, 16.977f, 16.208f, 15.809f, 14.782f, 13.999f, 13.672f, 13.400f, 15.650f,
+ 16.643f, 17.274f, 16.992f, 12.132f, -2.953f, 13.590f, 25.003f, 21.549f, 20.172f, 21.001f,
+ 20.277f, 19.053f, 19.310f, 18.430f, 18.782f, 19.310f, 19.081f, 17.595f, 16.517f, 17.164f,
+ 16.206f, 15.408f, 14.059f, 11.874f, 10.468f,  7.218f,  4.385f,  5.277f,  4.652f,  3.570f,
+  2.234f,  1.498f,  0.369f,  0.655f,  0.904f,  0.864f,  2.243f,  1.849f,  3.023f,  2.452f,
+  3.203f,  1.950f,  3.066f,  4.260f,  7.082f,  7.093f,  7.737f,  9.660f, 13.129f, 13.256f,
+ 13.606f
+},{
+-29.534f,-30.394f,-31.344f,-32.998f,-35.311f,-36.381f,-37.474f,-39.902f,-43.795f,-48.532f,
+-50.417f,-53.032f,-56.370f,-57.163f,-57.616f,-58.012f,-57.871f,-57.323f,-56.770f,-56.504f,
+-55.436f,-53.456f,-51.989f,-48.729f,-45.677f,-45.432f,-41.785f,-38.649f,-35.359f,-31.834f,
+-29.110f,-27.160f,-25.536f,-24.310f,-23.131f,-21.965f,-21.495f,-20.159f,-19.168f,-18.277f,
+-16.904f,-15.099f,-15.038f,-14.318f,-13.194f,-11.771f, -8.861f, -8.111f, -6.719f, -4.229f,
+ -2.061f,  0.103f,  2.491f,  5.584f,  9.663f, 17.015f, 22.309f, 26.023f, 29.709f, 32.306f,
+ 33.923f, 34.792f, 38.060f, 41.217f, 44.679f, 46.978f, 49.060f, 50.727f, 52.929f, 55.249f,
+ 57.341f, 58.214f, 60.055f, 62.576f, 63.902f, 61.965f, 62.609f, 64.334f, 65.556f, 74.733f,
+ 76.643f, 77.650f, 72.816f, 66.839f, 74.534f, 79.819f, 77.861f, 75.505f, 70.092f, 61.828f,
+ 61.307f, 59.178f, 57.008f, 55.745f, 54.986f, 53.599f, 53.349f, 52.298f, 49.915f, 46.676f,
+ 43.754f, 43.432f, 42.601f, 42.164f, 41.723f, 41.648f, 40.585f, 40.425f, 42.708f, 37.783f,
+ 37.463f, 33.707f, 34.043f, 30.912f, 29.701f, 27.108f, 26.002f, 23.168f, 20.988f, 19.571f,
+ 17.296f, 16.162f, 15.796f, 14.445f, 13.714f, 12.357f, 11.705f, 11.448f, 11.682f, 13.378f,
+ 14.530f, 15.728f, 16.401f, 14.661f,  2.040f,  1.264f, 23.752f, 22.533f, 20.839f, 20.756f,
+ 21.130f, 19.485f, 19.600f, 18.940f, 19.176f, 19.600f, 18.824f, 17.249f, 16.724f, 17.571f,
+ 16.689f, 15.637f, 14.215f, 11.917f, 10.113f,  6.852f,  5.388f,  5.549f,  4.667f,  3.567f,
+  2.382f,  1.407f,  0.368f,  0.934f,  0.967f,  0.913f,  2.420f,  1.972f,  3.226f,  2.438f,
+  3.179f,  1.952f,  3.025f,  4.242f,  6.956f,  6.914f,  7.520f,  9.266f, 12.831f, 13.243f,
+ 13.606f
+},{
+-29.534f,-30.395f,-31.365f,-32.990f,-35.455f,-36.586f,-37.055f,-39.441f,-43.718f,-49.293f,
+-50.747f,-53.104f,-56.042f,-56.766f,-57.479f,-58.163f,-58.088f,-57.464f,-56.676f,-56.626f,
+-56.166f,-54.280f,-52.729f,-48.704f,-47.382f,-44.984f,-41.520f,-38.397f,-34.537f,-31.317f,
+-29.148f,-27.293f,-26.181f,-25.052f,-23.811f,-22.421f,-21.053f,-19.879f,-18.837f,-17.904f,
+-16.827f,-16.147f,-14.954f,-14.126f,-12.627f,-11.113f, -9.269f, -7.501f, -5.929f, -3.211f,
+ -0.672f,  1.823f,  4.141f,  6.553f,  9.137f, 11.270f, 17.846f, 25.087f, 29.164f, 32.950f,
+ 35.543f, 37.332f, 40.406f, 43.171f, 45.007f, 46.761f, 48.667f, 50.934f, 53.755f, 56.034f,
+ 57.519f, 59.017f, 59.729f, 62.952f, 63.127f, 61.397f, 62.969f, 64.227f, 65.824f, 73.960f,
+ 74.346f, 77.115f, 68.732f, 69.737f, 60.484f, 74.007f, 74.172f, 71.220f, 66.444f, 60.487f,
+ 59.258f, 57.633f, 55.761f, 54.288f, 53.320f, 53.061f, 53.088f, 55.287f, 52.482f, 51.185f,
+ 43.767f, 41.915f, 41.395f, 40.626f, 39.626f, 40.090f, 41.066f, 41.043f, 37.612f, 36.628f,
+ 35.701f, 32.784f, 32.218f, 29.256f, 27.976f, 25.891f, 24.300f, 22.249f, 18.360f, 17.353f,
+ 15.546f, 14.256f, 13.163f, 12.752f, 11.120f,  9.939f, 10.088f,  9.817f, 10.165f, 11.420f,
+ 12.275f, 13.696f, 15.053f, 14.407f,  8.598f, -3.962f, 17.184f, 24.712f, 21.171f, 21.001f,
+ 21.200f, 20.374f, 20.151f, 19.769f, 19.685f, 19.823f, 18.395f, 16.526f, 16.309f, 17.339f,
+ 16.828f, 16.014f, 14.389f, 11.642f,  9.552f,  7.702f,  6.608f,  5.742f,  4.745f,  3.319f,
+  2.318f,  1.119f,  0.739f,  1.206f,  1.298f,  1.207f,  2.447f,  2.172f,  2.952f,  2.565f,
+  2.912f,  1.887f,  2.863f,  4.331f,  6.853f,  6.815f,  7.394f,  8.944f, 12.533f, 13.228f,
+ 13.606f
+},{
+-29.534f,-30.394f,-31.382f,-32.974f,-35.610f,-36.832f,-36.571f,-38.774f,-43.372f,-49.722f,
+-50.930f,-53.064f,-55.638f,-56.178f,-57.066f,-58.194f,-58.179f,-57.740f,-57.156f,-57.164f,
+-56.660f,-54.170f,-52.627f,-48.987f,-48.622f,-44.251f,-41.112f,-37.632f,-34.150f,-31.512f,
+-29.671f,-28.442f,-26.879f,-25.342f,-23.925f,-22.469f,-20.976f,-20.232f,-18.537f,-17.736f,
+-16.768f,-16.152f,-14.766f,-13.501f,-11.878f,-10.654f, -8.881f, -6.904f, -4.811f, -1.846f,
+  0.584f,  2.886f,  5.426f,  8.001f, 10.500f, 13.288f, 15.355f, 20.192f, 27.127f, 30.590f,
+ 34.641f, 37.059f, 39.827f, 42.639f, 44.581f, 46.816f, 47.857f, 50.240f, 53.183f, 55.582f,
+ 56.362f, 57.365f, 59.320f, 61.311f, 60.686f, 61.770f, 63.384f, 64.090f, 66.448f, 73.717f,
+ 73.064f, 73.608f, 70.623f, 68.387f, 57.041f, 57.793f, 65.784f, 67.300f, 63.264f, 59.829f,
+ 58.042f, 56.552f, 56.291f, 54.342f, 52.939f, 52.453f, 51.590f, 51.954f, 48.978f, 45.814f,
+ 42.294f, 41.176f, 39.775f, 39.453f, 38.428f, 38.182f, 36.715f, 36.857f, 36.275f, 35.401f,
+ 32.993f, 32.574f, 29.583f, 31.460f, 24.881f, 24.480f, 21.805f, 18.146f, 17.478f, 15.607f,
+ 13.995f, 12.976f, 12.113f, 10.497f,  8.780f,  8.229f,  8.067f,  7.842f,  8.406f,  9.140f,
+ 10.125f, 11.617f, 12.977f, 13.504f, 11.454f,  2.664f,  6.863f, 23.648f, 23.905f, 21.689f,
+ 21.627f, 21.637f, 20.960f, 20.570f, 20.067f, 19.623f, 17.846f, 16.490f, 16.223f, 16.875f,
+ 16.739f, 16.317f, 14.033f, 11.388f,  9.600f,  8.092f,  6.938f,  5.805f,  4.815f,  3.250f,
+  2.184f,  1.140f,  1.212f,  1.332f,  1.958f,  1.454f,  2.279f,  2.366f,  2.508f,  2.745f,
+  2.483f,  1.798f,  2.616f,  4.430f,  6.730f,  6.769f,  7.339f,  8.700f, 12.242f, 13.211f,
+ 13.606f
+},{
+-29.534f,-30.392f,-31.397f,-32.954f,-35.767f,-37.060f,-36.065f,-37.978f,-42.687f,-49.419f,
+-50.859f,-52.867f,-55.250f,-55.573f,-56.490f,-58.190f,-58.498f,-58.103f,-57.807f,-57.766f,
+-56.254f,-53.356f,-51.760f,-48.913f,-47.772f,-43.792f,-40.613f,-37.207f,-34.779f,-32.216f,
+-30.815f,-28.904f,-26.912f,-25.423f,-24.065f,-22.391f,-21.455f,-19.819f,-19.119f,-17.623f,
+-17.073f,-15.955f,-14.968f,-13.030f,-11.506f, -9.699f, -8.198f, -6.422f, -3.933f, -1.480f,
+  1.424f,  4.182f,  6.456f,  9.118f, 11.739f, 14.455f, 17.087f, 19.427f, 22.107f, 25.284f,
+ 29.681f, 34.338f, 37.915f, 38.816f, 41.829f, 42.892f, 44.564f, 50.385f, 51.909f, 52.765f,
+ 54.242f, 56.859f, 59.387f, 61.252f, 61.415f, 62.294f, 63.552f, 64.741f, 66.671f, 71.572f,
+ 72.596f, 73.430f, 69.428f, 60.354f, 56.169f, 59.515f, 63.466f, 61.892f, 61.641f, 58.955f,
+ 58.737f, 57.493f, 56.181f, 55.420f, 53.592f, 53.648f, 52.024f, 49.894f, 47.851f, 42.841f,
+ 41.319f, 40.185f, 38.818f, 37.737f, 36.860f, 36.300f, 34.886f, 37.228f, 33.466f, 33.054f,
+ 31.367f, 28.862f, 27.028f, 25.091f, 24.308f, 21.127f, 19.027f, 16.216f, 15.066f, 13.008f,
+ 12.329f, 11.083f, 10.854f,  8.889f,  7.339f,  6.403f,  5.801f,  5.991f,  6.299f,  7.086f,
+  8.137f,  9.727f, 11.112f, 12.341f, 12.233f,  9.904f,  3.587f, 16.063f, 24.990f, 24.642f,
+ 22.214f, 22.687f, 22.057f, 21.282f, 20.494f, 19.502f, 18.303f, 17.045f, 16.835f, 16.330f,
+ 16.598f, 16.552f, 13.956f, 12.087f, 10.032f,  8.176f,  7.260f,  5.794f,  4.856f,  3.481f,
+  2.219f,  1.381f,  1.358f,  1.475f,  2.585f,  1.425f,  2.101f,  2.463f,  2.342f,  2.943f,
+  2.033f,  1.740f,  2.364f,  4.473f,  6.556f,  6.741f,  7.333f,  8.537f, 11.963f, 13.194f,
+ 13.606f
+},{
+-29.534f,-30.389f,-31.408f,-32.932f,-35.912f,-37.208f,-35.579f,-37.182f,-41.772f,-48.318f,
+-50.631f,-52.505f,-54.785f,-55.166f,-56.252f,-58.147f,-59.067f,-58.404f,-57.478f,-57.162f,
+-55.623f,-53.494f,-51.325f,-48.472f,-47.110f,-43.714f,-40.504f,-37.825f,-35.076f,-32.830f,
+-30.599f,-28.857f,-27.569f,-25.995f,-24.467f,-23.101f,-21.539f,-19.969f,-19.148f,-17.653f,
+-16.905f,-15.865f,-14.903f,-12.999f,-11.024f, -9.272f, -7.395f, -5.483f, -3.265f, -0.666f,
+  2.019f,  4.634f,  7.433f, 10.294f, 13.044f, 15.201f, 17.792f, 20.522f, 23.418f, 26.153f,
+ 29.254f, 31.154f, 35.362f, 37.144f, 39.726f, 43.125f, 44.463f, 48.001f, 50.751f, 52.141f,
+ 54.883f, 57.380f, 60.218f, 61.200f, 61.294f, 62.658f, 64.575f, 66.960f, 64.557f, 70.132f,
+ 71.217f, 71.217f, 68.921f, 63.079f, 71.228f, 63.989f, 63.228f, 63.412f, 61.503f, 59.566f,
+ 59.055f, 57.469f, 56.271f, 54.868f, 54.051f, 51.676f, 50.077f, 50.381f, 48.956f, 43.238f,
+ 41.325f, 39.119f, 37.766f, 36.131f, 34.170f, 34.603f, 36.304f, 32.430f, 32.110f, 31.105f,
+ 28.303f, 29.737f, 25.505f, 24.408f, 21.467f, 19.111f, 16.988f, 15.327f, 12.883f, 11.180f,
+ 10.753f, 10.036f,  9.101f,  7.141f,  5.401f,  5.265f,  4.649f,  4.140f,  4.480f,  5.321f,
+  6.318f,  7.467f,  9.149f, 10.850f, 11.414f, 11.631f, 10.242f,  4.343f, 15.253f, 24.598f,
+ 23.801f, 22.672f, 23.233f, 22.708f, 21.862f, 20.932f, 19.962f, 18.131f, 16.423f, 16.399f,
+ 16.030f, 16.190f, 14.672f, 12.720f, 10.565f,  8.414f,  7.138f,  5.877f,  5.002f,  3.706f,
+  2.331f,  1.519f,  1.249f,  1.873f,  2.883f,  1.216f,  2.076f,  2.424f,  2.599f,  3.174f,
+  1.680f,  1.736f,  2.187f,  4.437f,  6.318f,  6.700f,  7.349f,  8.451f, 11.702f, 13.175f,
+ 13.606f
+},{
+-29.534f,-30.385f,-31.415f,-32.910f,-36.034f,-37.223f,-35.143f,-36.538f,-40.896f,-46.791f,
+-50.555f,-52.118f,-54.010f,-54.806f,-56.516f,-58.164f,-59.280f,-58.590f,-57.002f,-56.657f,
+-55.562f,-53.495f,-50.855f,-48.758f,-47.182f,-43.596f,-40.966f,-37.889f,-34.775f,-32.778f,
+-30.728f,-29.161f,-27.590f,-26.179f,-24.533f,-23.115f,-22.365f,-20.197f,-18.778f,-17.631f,
+-16.710f,-15.788f,-14.516f,-12.718f,-10.742f, -8.941f, -7.245f, -4.754f, -2.496f,  0.079f,
+  2.774f,  5.304f,  8.266f, 12.216f, 13.809f, 16.270f, 18.723f, 24.360f, 23.688f, 28.792f,
+ 29.404f, 32.841f, 35.947f, 36.807f, 39.574f, 41.463f, 45.821f, 48.459f, 51.076f, 53.862f,
+ 55.290f, 57.501f, 59.940f, 61.477f, 61.505f, 63.263f, 66.109f, 68.383f, 67.145f, 65.433f,
+ 69.797f, 70.327f, 67.709f, 69.853f, 64.831f, 65.911f, 64.504f, 62.746f, 61.083f, 59.227f,
+ 58.609f, 56.769f, 54.858f, 54.431f, 52.231f, 51.181f, 49.422f, 48.415f, 45.549f, 42.550f,
+ 40.061f, 37.306f, 36.089f, 33.783f, 36.494f, 30.606f, 30.915f, 31.134f, 30.479f, 28.554f,
+ 27.953f, 25.702f, 23.242f, 22.647f, 19.893f, 16.735f, 14.395f, 13.285f, 11.049f,  9.716f,
+  8.923f,  8.763f,  7.561f,  5.713f,  4.199f,  4.093f,  3.303f,  2.369f,  2.623f,  3.684f,
+  4.669f,  5.614f,  6.704f,  8.674f,  9.848f, 11.402f, 12.119f,  9.694f,  2.410f, 12.253f,
+ 23.850f, 24.505f, 23.835f, 23.454f, 22.146f, 21.212f, 20.817f, 19.119f, 17.085f, 16.167f,
+ 14.926f, 14.823f, 14.479f, 12.798f, 11.023f,  8.861f,  6.936f,  6.019f,  5.102f,  3.804f,
+  2.421f,  1.647f,  1.259f,  2.296f,  2.829f,  1.092f,  2.129f,  2.365f,  3.036f,  3.433f,
+  1.450f,  1.756f,  2.127f,  4.341f,  6.029f,  6.621f,  7.365f,  8.435f, 11.464f, 13.156f,
+ 13.606f
+},{
+-29.534f,-30.380f,-31.418f,-32.891f,-36.120f,-37.079f,-34.765f,-36.177f,-40.384f,-45.493f,
+-50.965f,-52.060f,-52.914f,-54.095f,-56.685f,-58.421f,-58.708f,-58.441f,-57.093f,-56.969f,
+-55.759f,-53.147f,-50.545f,-49.749f,-46.817f,-43.892f,-41.256f,-37.409f,-34.983f,-32.927f,
+-31.111f,-30.001f,-32.141f,-30.436f,-25.220f,-23.176f,-21.904f,-20.177f,-18.158f,-17.521f,
+-16.514f,-15.482f,-13.859f,-12.131f,-10.483f, -8.318f, -6.403f, -4.435f, -1.993f,  0.827f,
+  3.262f,  6.108f,  8.715f, 11.343f, 14.024f, 16.834f, 19.161f, 21.978f, 24.825f, 27.699f,
+ 29.943f, 32.126f, 34.854f, 37.152f, 40.198f, 43.441f, 46.622f, 48.959f, 51.893f, 53.633f,
+ 54.965f, 57.306f, 58.911f, 60.275f, 62.753f, 63.161f, 64.713f, 67.655f, 68.195f, 69.023f,
+ 67.369f, 68.518f, 69.513f, 67.249f, 62.507f, 65.782f, 63.718f, 61.044f, 59.583f, 57.938f,
+ 56.400f, 54.978f, 54.078f, 52.971f, 52.570f, 50.659f, 50.214f, 45.774f, 44.293f, 41.693f,
+ 39.242f, 38.501f, 34.486f, 34.831f, 33.810f, 30.169f, 29.643f, 29.924f, 28.384f, 26.191f,
+ 26.807f, 25.238f, 21.873f, 20.575f, 19.196f, 15.106f, 12.612f, 11.141f,  9.342f,  8.517f,
+  7.535f,  7.469f,  6.785f,  5.133f,  3.661f,  2.623f,  2.109f,  1.026f,  0.842f,  1.993f,
+  2.876f,  3.884f,  4.802f,  6.917f,  8.227f,  9.843f, 12.158f, 11.979f,  6.704f,  1.457f,
+ 15.605f, 25.220f, 24.414f, 24.091f, 24.297f, 24.025f, 22.091f, 20.424f, 18.566f, 15.889f,
+ 14.373f, 13.774f, 13.624f, 13.186f, 11.486f,  9.082f,  7.419f,  6.375f,  5.232f,  3.914f,
+  2.616f,  1.817f,  1.446f,  2.187f,  2.422f,  1.164f,  2.135f,  2.493f,  3.325f,  3.632f,
+  1.282f,  1.741f,  2.178f,  4.222f,  5.718f,  6.496f,  7.363f,  8.479f, 11.250f, 13.136f,
+ 13.606f
+},{
+-29.534f,-30.373f,-31.415f,-32.875f,-36.164f,-36.784f,-34.436f,-36.167f,-40.465f,-45.019f,
+-51.967f,-52.719f,-51.969f,-53.038f,-56.070f,-58.598f,-57.741f,-57.610f,-56.191f,-55.838f,
+-55.464f,-54.101f,-51.482f,-50.460f,-46.856f,-44.238f,-41.019f,-37.770f,-35.434f,-33.448f,
+-31.242f,-33.940f,-31.571f,-29.604f,-26.184f,-21.567f,-21.848f,-20.032f,-18.185f,-16.673f,
+-15.790f,-14.842f,-13.539f,-11.542f,-10.114f, -8.189f, -5.674f, -3.962f, -1.267f,  1.049f,
+  3.825f,  6.553f,  9.158f, 11.876f, 14.599f, 17.283f, 19.891f, 23.538f, 25.827f, 28.693f,
+ 32.341f, 33.831f, 36.455f, 38.366f, 40.903f, 44.192f, 46.047f, 48.139f, 51.271f, 54.063f,
+ 55.727f, 56.055f, 57.219f, 60.149f, 62.188f, 63.914f, 64.234f, 65.787f, 66.912f, 67.994f,
+ 65.925f, 66.950f, 65.470f, 62.123f, 60.192f, 62.878f, 61.193f, 58.578f, 56.886f, 55.530f,
+ 54.109f, 53.271f, 51.907f, 50.270f, 49.404f, 49.064f, 48.374f, 49.059f, 42.336f, 39.605f,
+ 37.929f, 35.571f, 33.493f, 32.375f, 31.406f, 29.456f, 29.188f, 28.197f, 26.316f, 25.330f,
+ 23.815f, 23.286f, 19.622f, 19.070f, 16.134f, 13.535f, 11.440f,  9.553f,  8.075f,  7.217f,
+  5.975f,  5.594f,  6.042f,  4.858f,  2.870f,  1.015f,  1.698f,  0.996f, -0.436f,  0.182f,
+  1.323f,  2.376f,  3.366f,  4.715f,  6.261f,  7.985f, 10.482f, 11.827f, 10.261f,  3.723f,
+  5.351f, 20.060f, 23.858f, 24.217f, 25.086f, 24.668f, 23.983f, 20.896f, 18.698f, 15.969f,
+ 14.069f, 12.993f, 12.953f, 13.373f, 11.907f,  9.289f,  7.793f,  6.875f,  5.463f,  4.093f,
+  2.928f,  1.890f,  1.701f,  1.559f,  1.696f,  1.338f,  2.191f,  2.846f,  3.380f,  3.631f,
+  1.094f,  1.653f,  2.304f,  4.114f,  5.422f,  6.330f,  7.336f,  8.571f, 11.065f, 13.115f,
+ 13.606f
+},{
+-29.534f,-30.366f,-31.407f,-32.865f,-36.158f,-36.386f,-34.140f,-36.494f,-41.163f,-45.584f,
+-53.293f,-54.157f,-51.843f,-52.315f,-54.920f,-57.818f,-56.789f,-56.186f,-54.056f,-53.924f,
+-55.273f,-55.200f,-52.803f,-50.372f,-47.308f,-44.329f,-41.057f,-38.355f,-35.865f,-34.097f,
+-33.048f,-33.619f,-28.302f,-27.000f,-26.693f,-23.238f,-19.480f,-19.548f,-17.806f,-15.911f,
+-14.906f,-13.896f,-12.802f,-10.996f, -9.314f, -7.628f, -5.834f, -3.296f, -0.569f,  1.610f,
+  4.112f,  6.774f,  9.144f, 11.959f, 14.742f, 17.192f, 20.128f, 23.780f, 28.395f, 30.628f,
+ 32.798f, 35.432f, 36.490f, 40.566f, 41.426f, 44.493f, 46.941f, 49.883f, 53.501f, 57.243f,
+ 57.629f, 58.414f, 59.120f, 59.546f, 61.939f, 63.210f, 64.470f, 65.636f, 63.435f, 64.705f,
+ 62.998f, 63.066f, 63.346f, 58.720f, 60.049f, 61.145f, 58.848f, 56.159f, 54.337f, 53.078f,
+ 51.697f, 50.421f, 50.306f, 49.486f, 48.206f, 46.597f, 44.950f, 43.456f, 41.055f, 37.808f,
+ 36.027f, 34.379f, 32.927f, 31.304f, 29.887f, 29.449f, 27.642f, 26.991f, 25.122f, 22.677f,
+ 20.932f, 19.436f, 19.187f, 15.306f, 15.933f, 12.511f, 10.190f,  8.235f,  6.214f,  4.582f,
+  4.257f,  4.091f,  3.908f,  2.947f,  1.699f, -0.529f,  0.221f, -0.357f, -1.756f, -1.279f,
+ -0.403f,  0.502f,  1.610f,  3.090f,  4.397f,  6.394f,  8.696f, 10.480f, 10.403f,  7.995f,
+  2.317f,  5.983f, 12.117f, 20.759f, 23.575f, 22.948f, 22.631f, 20.763f, 18.028f, 16.520f,
+ 13.743f, 13.193f, 12.618f, 13.050f, 11.940f,  9.572f,  8.089f,  7.083f,  5.681f,  4.327f,
+  3.153f,  1.983f,  2.012f,  1.166f,  0.996f,  1.493f,  2.476f,  3.189f,  3.348f,  3.340f,
+  0.862f,  1.506f,  2.460f,  4.035f,  5.176f,  6.141f,  7.284f,  8.698f, 10.910f, 13.095f,
+ 13.606f
+},{
+-29.534f,-30.357f,-31.393f,-32.861f,-36.103f,-35.963f,-33.875f,-37.066f,-42.293f,-46.917f,
+-54.414f,-55.885f,-52.740f,-52.611f,-54.367f,-55.835f,-55.334f,-54.700f,-53.223f,-54.730f,
+-56.242f,-55.009f,-53.372f,-50.622f,-47.588f,-44.371f,-41.459f,-38.904f,-36.601f,-35.019f,
+-34.958f,-33.336f,-30.922f,-29.576f,-27.558f,-26.434f,-22.697f,-17.440f,-15.322f,-15.293f,
+-14.001f,-12.450f,-11.412f,-10.695f, -8.279f, -6.651f, -5.067f, -2.884f, -0.101f,  2.543f,
+  4.853f,  7.316f, 10.206f, 12.625f, 15.745f, 19.417f, 23.300f, 26.629f, 29.197f, 31.868f,
+ 33.445f, 35.484f, 37.620f, 40.506f, 43.287f, 47.970f, 47.780f, 50.503f, 52.215f, 53.925f,
+ 56.661f, 57.835f, 58.489f, 59.417f, 61.177f, 63.614f, 64.723f, 63.638f, 66.799f, 64.203f,
+ 63.230f, 62.308f, 61.454f, 56.387f, 59.944f, 59.360f, 56.229f, 53.778f, 51.263f, 50.288f,
+ 49.257f, 48.401f, 47.325f, 47.343f, 46.944f, 44.746f, 42.769f, 41.215f, 38.556f, 35.357f,
+ 34.926f, 33.622f, 31.551f, 29.980f, 28.835f, 28.586f, 28.153f, 25.818f, 24.110f, 22.119f,
+ 21.635f, 19.278f, 16.527f, 14.386f, 12.652f, 10.128f,  8.323f,  6.872f,  4.894f,  3.896f,
+  3.289f,  2.775f,  1.337f,  0.332f, -0.140f, -1.611f, -2.074f, -2.303f, -3.215f, -2.848f,
+ -1.835f, -0.931f, -0.109f,  1.453f,  3.316f,  4.658f,  6.945f,  8.835f,  9.389f,  9.176f,
+  6.275f,  0.739f,  1.903f, 16.923f, 21.529f, 22.356f, 20.965f, 20.258f, 18.272f, 16.797f,
+ 14.436f, 13.652f, 12.705f, 12.651f, 12.208f,  9.546f,  8.730f,  7.138f,  5.855f,  4.505f,
+  3.246f,  2.242f,  2.148f,  1.388f,  0.735f,  1.549f,  2.886f,  3.279f,  3.367f,  2.810f,
+  0.634f,  1.369f,  2.615f,  3.979f,  4.997f,  5.956f,  7.214f,  8.846f, 10.784f, 13.075f,
+ 13.606f
+},{
+-29.534f,-30.348f,-31.372f,-32.862f,-35.999f,-35.611f,-33.663f,-37.750f,-43.548f,-48.430f,
+-54.856f,-57.079f,-54.074f,-53.765f,-55.172f,-53.935f,-52.712f,-53.514f,-54.678f,-57.400f,
+-57.343f,-54.911f,-53.813f,-51.386f,-47.612f,-44.408f,-42.130f,-39.621f,-37.277f,-35.877f,
+-35.873f,-34.481f,-31.817f,-29.475f,-28.402f,-26.157f,-22.138f,-18.966f,-15.695f,-13.716f,
+-13.060f,-11.663f,-10.345f, -8.849f, -7.556f, -5.851f, -4.131f, -1.543f,  0.857f,  3.649f,
+  5.872f,  8.242f, 11.018f, 14.008f, 17.856f, 20.969f, 24.326f, 27.644f, 30.318f, 32.741f,
+ 34.959f, 37.011f, 39.336f, 42.083f, 44.844f, 47.006f, 49.222f, 51.515f, 53.604f, 57.093f,
+ 57.682f, 56.989f, 57.862f, 58.446f, 60.561f, 61.765f, 64.493f, 65.238f, 64.262f, 58.105f,
+ 62.729f, 61.538f, 56.951f, 58.723f, 58.325f, 56.819f, 54.136f, 51.565f, 49.217f, 47.916f,
+ 47.442f, 46.375f, 45.855f, 45.727f, 44.656f, 42.734f, 41.428f, 38.735f, 37.454f, 34.858f,
+ 35.562f, 33.149f, 30.117f, 29.503f, 29.816f, 27.750f, 24.575f, 24.291f, 22.413f, 21.019f,
+ 20.914f, 18.007f, 16.032f, 13.382f, 12.250f,  8.931f,  6.743f,  4.913f,  3.906f,  3.450f,
+  1.641f,  0.527f, -0.585f, -1.672f, -2.072f, -2.716f, -3.837f, -3.629f, -3.589f, -3.759f,
+ -3.189f, -2.615f, -1.415f,  0.047f,  1.516f,  3.106f,  4.887f,  6.896f,  8.226f,  8.798f,
+  8.420f,  4.680f, -1.056f,  5.061f, 14.453f, 20.307f, 19.388f, 19.382f, 18.755f, 17.208f,
+ 15.493f, 13.891f, 13.234f, 12.295f, 12.205f,  9.655f,  9.330f,  7.429f,  5.947f,  4.749f,
+  3.453f,  2.584f,  1.939f,  1.665f,  0.846f,  1.482f,  3.084f,  3.189f,  3.404f,  2.227f,
+  0.483f,  1.313f,  2.758f,  3.931f,  4.891f,  5.803f,  7.142f,  9.004f, 10.688f, 13.055f,
+ 13.606f
+},{
+-29.534f,-30.338f,-31.345f,-32.868f,-35.851f,-35.419f,-33.558f,-38.416f,-44.642f,-49.552f,
+-54.486f,-57.144f,-54.922f,-54.909f,-56.810f,-53.752f,-49.664f,-52.490f,-56.444f,-58.865f,
+-57.389f,-55.865f,-54.629f,-51.030f,-47.503f,-44.965f,-42.667f,-40.342f,-37.988f,-36.849f,
+-36.922f,-35.678f,-33.907f,-31.133f,-29.485f,-26.995f,-22.753f,-18.953f,-17.192f,-11.941f,
+-12.770f,-10.715f, -8.857f, -7.163f, -6.503f, -4.355f, -2.927f, -0.396f,  2.047f,  4.655f,
+  7.285f,  9.434f, 12.266f, 15.687f, 18.696f, 22.439f, 25.604f, 28.518f, 30.912f, 33.181f,
+ 35.997f, 38.445f, 40.636f, 43.424f, 46.106f, 48.275f, 50.605f, 52.028f, 53.958f, 56.855f,
+ 55.889f, 57.415f, 58.567f, 60.000f, 60.433f, 61.119f, 63.629f, 63.806f, 61.736f, 62.149f,
+ 58.420f, 54.496f, 58.690f, 58.330f, 55.823f, 54.396f, 51.743f, 49.651f, 47.911f, 45.590f,
+ 44.768f, 44.695f, 44.257f, 42.932f, 41.442f, 40.009f, 38.333f, 37.218f, 35.266f, 33.924f,
+ 33.095f, 31.965f, 30.952f, 28.548f, 26.921f, 25.136f, 23.705f, 22.765f, 21.452f, 20.185f,
+ 19.446f, 15.989f, 15.458f, 11.841f, 10.729f,  8.628f,  6.273f,  4.035f,  3.153f,  2.258f,
+ -0.194f, -1.359f, -2.533f, -4.125f, -4.252f, -4.747f, -4.997f, -4.707f, -4.006f, -4.622f,
+ -4.480f, -3.702f, -2.788f, -1.774f, -0.331f,  1.570f,  3.087f,  4.641f,  6.461f,  7.830f,
+  8.490f,  7.407f,  2.916f, -2.507f,  4.631f, 14.103f, 14.594f, 17.662f, 16.830f, 16.276f,
+ 14.387f, 13.644f, 12.968f, 11.797f, 11.853f, 10.450f,  9.518f,  7.553f,  6.093f,  5.309f,
+  3.848f,  3.048f,  1.893f,  1.521f,  0.941f,  1.410f,  2.932f,  3.213f,  3.355f,  1.796f,
+  0.438f,  1.374f,  2.890f,  3.875f,  4.846f,  5.709f,  7.085f,  9.161f, 10.621f, 13.036f,
+ 13.606f
+},{
+-29.534f,-30.326f,-31.310f,-32.876f,-35.664f,-35.449f,-33.638f,-38.980f,-45.421f,-50.013f,
+-53.574f,-56.148f,-54.815f,-55.423f,-58.057f,-55.297f,-48.159f,-51.383f,-56.714f,-59.410f,
+-57.280f,-57.150f,-55.027f,-50.273f,-47.924f,-45.726f,-43.199f,-41.028f,-38.736f,-38.053f,
+-37.988f,-36.857f,-34.959f,-32.781f,-30.848f,-27.200f,-23.191f,-20.179f,-16.828f,-12.132f,
+-10.967f,-10.286f, -8.279f, -6.688f, -4.771f, -3.466f, -1.477f,  0.639f,  3.421f,  5.616f,
+  8.382f, 11.007f, 13.432f, 17.165f, 20.380f, 24.124f, 27.171f, 29.706f, 31.506f, 33.864f,
+ 36.334f, 38.779f, 41.449f, 44.303f, 46.676f, 48.548f, 50.047f, 52.201f, 53.943f, 54.270f,
+ 55.718f, 59.003f, 61.259f, 58.712f, 60.077f, 62.237f, 62.676f, 62.654f, 60.932f, 55.653f,
+ 59.676f, 59.604f, 58.015f, 55.364f, 54.283f, 51.615f, 49.668f, 47.709f, 45.912f, 44.109f,
+ 43.543f, 43.089f, 42.095f, 41.017f, 40.576f, 40.224f, 36.455f, 35.001f, 32.791f, 32.379f,
+ 32.254f, 28.999f, 27.742f, 27.906f, 25.901f, 25.695f, 25.701f, 23.676f, 20.953f, 19.013f,
+ 18.376f, 16.409f, 12.500f, 10.593f,  8.880f,  7.050f,  4.824f,  2.531f,  1.442f,  0.561f,
+ -1.407f, -2.854f, -4.313f, -5.996f, -6.478f, -6.479f, -6.247f, -5.678f, -5.200f, -5.722f,
+ -5.637f, -5.093f, -4.291f, -3.243f, -1.452f, -0.288f,  1.149f,  2.584f,  4.508f,  6.818f,
+  8.125f,  8.014f,  6.642f,  1.175f, -0.653f,  0.673f, 10.701f, 14.537f, 15.222f, 14.494f,
+ 13.070f, 12.168f, 11.723f, 11.470f, 11.674f, 11.004f,  9.522f,  7.534f,  6.518f,  5.846f,
+  4.146f,  3.534f,  2.396f,  1.229f,  0.919f,  1.536f,  2.666f,  3.428f,  3.223f,  1.595f,
+  0.459f,  1.529f,  3.013f,  3.810f,  4.846f,  5.691f,  7.059f,  9.309f, 10.580f, 13.018f,
+ 13.606f
+},{
+-29.534f,-30.314f,-31.268f,-32.882f,-35.447f,-35.719f,-33.982f,-39.424f,-45.896f,-49.921f,
+-52.575f,-54.725f,-54.074f,-55.441f,-58.299f,-56.984f,-49.490f,-50.733f,-55.586f,-59.595f,
+-57.465f,-58.005f,-54.666f,-50.425f,-48.538f,-46.289f,-44.073f,-41.701f,-39.373f,-39.072f,
+-38.790f,-37.882f,-35.976f,-33.981f,-31.979f,-27.624f,-23.737f,-20.792f,-17.826f,-13.829f,
+ -9.566f,-10.999f,-10.592f, -7.010f, -4.564f, -2.516f, -0.871f,  2.018f,  4.372f,  7.108f,
+ 10.101f, 13.024f, 16.701f, 19.252f, 22.157f, 24.951f, 27.255f, 29.359f, 31.049f, 33.534f,
+ 35.717f, 38.295f, 41.172f, 44.003f, 46.268f, 47.891f, 49.735f, 51.825f, 52.540f, 54.235f,
+ 60.094f, 59.103f, 59.724f, 59.826f, 58.613f, 63.012f, 61.564f, 61.938f, 59.761f, 55.246f,
+ 59.820f, 58.921f, 56.006f, 53.166f, 51.739f, 49.576f, 47.803f, 44.768f, 43.996f, 42.369f,
+ 42.194f, 41.613f, 40.413f, 39.540f, 37.983f, 36.058f, 34.913f, 33.076f, 31.279f, 30.330f,
+ 29.821f, 29.109f, 27.292f, 25.940f, 27.293f, 23.656f, 22.724f, 21.474f, 20.105f, 17.275f,
+ 15.180f, 13.812f, 11.391f,  8.980f,  6.903f,  4.854f,  2.745f,  1.471f,  0.086f, -1.058f,
+ -2.523f, -3.886f, -5.631f, -7.312f, -7.896f, -8.195f, -7.340f, -7.332f, -7.305f, -7.373f,
+ -6.774f, -6.154f, -5.474f, -4.561f, -2.951f, -1.891f, -0.617f,  1.141f,  3.239f,  5.244f,
+  6.824f,  7.965f,  8.441f,  8.441f,  3.757f, -0.835f,  6.602f, 10.842f, 12.567f, 14.117f,
+ 13.201f, 11.329f, 11.001f, 11.512f, 11.224f, 10.875f,  9.785f,  7.870f,  7.067f,  6.110f,
+  4.261f,  3.553f,  2.826f,  1.103f,  0.981f,  1.841f,  2.560f,  3.572f,  3.157f,  1.513f,
+  0.496f,  1.723f,  3.123f,  3.751f,  4.873f,  5.753f,  7.078f,  9.442f, 10.564f, 13.000f,
+ 13.606f
+},{
+-29.534f,-30.302f,-31.219f,-32.884f,-35.206f,-36.190f,-34.645f,-39.790f,-46.182f,-49.609f,
+-51.834f,-53.557f,-53.389f,-55.379f,-57.897f,-57.622f,-52.935f,-51.899f,-54.655f,-58.693f,
+-57.451f,-58.172f,-54.550f,-51.029f,-48.875f,-46.864f,-44.643f,-42.441f,-40.158f,-39.703f,
+-40.129f,-38.905f,-36.693f,-34.898f,-31.598f,-26.885f,-22.069f,-20.391f,-17.854f,-14.101f,
+-12.317f, -7.869f, -9.587f, -7.730f, -5.307f, -2.834f,  0.164f,  2.571f,  5.651f,  8.193f,
+ 11.751f, 15.550f, 18.448f, 21.176f, 24.356f, 26.120f, 27.202f, 30.380f, 31.642f, 33.533f,
+ 35.984f, 38.093f, 40.242f, 42.886f, 45.836f, 47.574f, 50.072f, 52.102f, 52.615f, 62.224f,
+ 58.949f, 60.794f, 59.835f, 60.199f, 61.077f, 59.022f, 61.718f, 59.468f, 55.787f, 52.449f,
+ 58.238f, 56.327f, 53.530f, 51.794f, 49.155f, 47.433f, 45.390f, 43.547f, 42.132f, 41.082f,
+ 40.622f, 40.267f, 39.129f, 37.703f, 36.019f, 34.329f, 32.406f, 31.521f, 29.834f, 29.078f,
+ 27.518f, 27.198f, 29.651f, 25.760f, 23.665f, 22.636f, 21.505f, 20.342f, 18.618f, 18.989f,
+ 14.335f, 11.993f, 10.332f,  7.906f,  4.888f,  2.838f,  1.787f,  0.111f, -0.946f, -2.591f,
+ -3.688f, -5.058f, -6.646f, -8.173f, -8.498f, -8.950f, -8.417f, -8.423f, -8.745f, -8.512f,
+ -8.340f, -7.031f, -6.083f, -5.326f, -4.145f, -3.432f, -1.520f,  0.065f,  1.918f,  4.005f,
+  5.469f,  7.621f,  8.843f,  9.603f,  5.686f,  0.615f,  8.388f, 10.482f, 10.274f, 11.994f,
+ 12.543f, 11.887f, 11.038f, 11.509f, 11.129f, 10.821f,  9.818f,  8.155f,  7.427f,  6.364f,
+  4.262f,  3.118f,  2.646f,  1.089f,  1.186f,  2.032f,  2.608f,  3.446f,  3.291f,  1.339f,
+  0.547f,  1.907f,  3.210f,  3.719f,  4.916f,  5.889f,  7.150f,  9.557f, 10.568f, 12.983f,
+ 13.606f
+},{
+-29.534f,-30.289f,-31.161f,-32.877f,-34.947f,-36.773f,-35.623f,-40.155f,-46.410f,-49.397f,
+-51.417f,-52.918f,-53.178f,-55.328f,-57.444f,-57.538f,-56.413f,-55.077f,-55.237f,-57.811f,
+-57.780f,-57.935f,-54.862f,-52.025f,-49.396f,-47.483f,-45.338f,-42.941f,-41.097f,-41.055f,
+-41.208f,-39.762f,-37.955f,-35.595f,-30.845f,-25.558f,-22.329f,-18.562f,-15.449f,-11.420f,
+ -9.740f, -8.838f, -6.133f, -3.660f, -2.462f, -5.782f,  1.381f,  4.347f,  7.329f,  9.398f,
+ 12.241f, 15.535f, 18.822f, 22.331f, 25.130f, 26.006f, 28.362f, 29.897f, 32.498f, 34.622f,
+ 37.463f, 39.715f, 41.708f, 45.006f, 46.915f, 49.208f, 51.495f, 53.469f, 59.328f, 60.190f,
+ 61.083f, 59.957f, 60.211f, 60.131f, 59.757f, 54.301f, 52.161f, 47.984f, 46.261f, 54.335f,
+ 58.336f, 55.675f, 51.459f, 50.040f, 47.316f, 45.297f, 43.624f, 42.011f, 40.630f, 39.454f,
+ 39.076f, 38.658f, 37.765f, 35.652f, 34.247f, 32.768f, 30.906f, 30.243f, 28.578f, 30.132f,
+ 28.204f, 26.926f, 25.948f, 24.336f, 24.053f, 22.468f, 20.312f, 19.053f, 17.584f, 15.160f,
+ 13.473f, 11.589f,  7.981f,  6.522f,  3.868f,  2.096f,  0.667f, -0.696f, -2.063f, -3.436f,
+ -5.182f, -6.681f, -7.857f, -8.795f, -9.104f, -9.506f, -9.391f, -8.739f, -9.421f, -9.205f,
+ -8.879f, -7.954f, -6.974f, -5.622f, -4.763f, -3.964f, -2.527f, -0.864f,  0.710f,  2.333f,
+  3.900f,  6.234f,  8.846f,  8.523f,  2.494f,  8.276f,  9.380f, 10.218f,  9.621f,  9.568f,
+ 11.674f, 11.637f, 10.664f, 10.998f, 10.961f, 10.646f,  9.597f,  8.378f,  7.656f,  6.438f,
+  4.018f,  2.940f,  2.348f,  1.217f,  1.398f,  1.980f,  2.648f,  3.260f,  3.568f,  0.949f,
+  0.677f,  2.062f,  3.264f,  3.734f,  4.971f,  6.081f,  7.274f,  9.652f, 10.591f, 12.968f,
+ 13.606f
+},{
+-29.534f,-30.275f,-31.096f,-32.859f,-34.678f,-37.347f,-36.850f,-40.592f,-46.652f,-49.413f,
+-51.194f,-52.652f,-53.371f,-55.220f,-57.162f,-57.568f,-58.299f,-57.971f,-56.051f,-57.866f,
+-58.657f,-57.797f,-54.860f,-52.849f,-50.052f,-48.314f,-46.009f,-43.251f,-41.924f,-43.409f,
+-41.718f,-40.614f,-38.641f,-36.450f,-31.937f,-25.419f,-22.110f,-19.249f,-15.914f,-11.578f,
+ -8.693f, -6.222f, -3.223f, -1.501f,  3.601f, -0.690f, -0.350f,  5.140f,  8.729f, 12.540f,
+ 15.323f, 18.243f, 21.183f, 24.059f, 25.270f, 27.108f, 30.075f, 33.921f, 36.343f, 36.692f,
+ 39.271f, 41.470f, 43.547f, 46.382f, 49.156f, 50.686f, 53.586f, 56.917f, 60.329f, 60.235f,
+ 58.107f, 57.806f, 57.478f, 57.879f, 62.155f, 62.143f, 56.759f, 58.977f, 58.243f, 57.887f,
+ 57.415f, 53.817f, 50.330f, 48.220f, 45.332f, 43.470f, 42.600f, 40.416f, 39.597f, 38.870f,
+ 37.882f, 37.030f, 35.819f, 33.957f, 32.710f, 30.295f, 29.355f, 28.416f, 27.769f, 29.386f,
+ 25.860f, 27.983f, 25.515f, 21.597f, 23.954f, 18.989f, 19.596f, 18.202f, 17.535f, 16.589f,
+ 12.805f, 10.417f,  7.354f,  5.077f,  2.834f,  1.081f, -0.444f, -1.886f, -2.920f, -4.578f,
+ -6.222f, -7.481f, -8.323f, -8.972f, -9.560f, -9.650f, -9.910f, -9.455f, -9.749f, -9.836f,
+ -9.763f, -8.942f, -7.773f, -6.534f, -5.315f, -4.877f, -4.096f, -3.166f, -1.907f, -0.522f,
+  3.185f,  6.347f,  8.034f,  5.468f,  0.168f, 13.546f,  8.330f,  9.223f,  8.766f,  7.460f,
+ 10.584f, 11.549f, 10.132f, 10.102f, 10.484f, 10.163f,  9.664f,  8.670f,  7.968f,  6.218f,
+  3.790f,  3.174f,  2.381f,  1.530f,  1.520f,  1.966f,  2.636f,  3.379f,  3.762f,  0.441f,
+  0.954f,  2.200f,  3.285f,  3.798f,  5.037f,  6.305f,  7.446f,  9.728f, 10.629f, 12.953f,
+ 13.606f
+},{
+-29.534f,-30.261f,-31.024f,-32.824f,-34.405f,-37.779f,-38.192f,-41.141f,-46.903f,-49.578f,
+-51.024f,-52.511f,-53.689f,-55.277f,-57.119f,-57.878f,-58.582f,-58.375f,-55.012f,-57.558f,
+-59.261f,-57.862f,-54.940f,-53.013f,-50.830f,-48.975f,-46.552f,-43.839f,-43.040f,-44.758f,
+-42.698f,-41.286f,-39.445f,-37.195f,-33.050f,-26.317f,-22.317f,-18.978f,-15.558f,-11.842f,
+ -9.616f, -7.446f, -3.853f,  1.088f,  3.523f,  4.173f,  1.986f,  7.276f, 10.722f, 14.383f,
+ 17.607f, 21.042f, 23.866f, 25.059f, 26.641f, 28.217f, 31.745f, 33.859f, 36.705f, 39.484f,
+ 42.462f, 46.101f, 45.710f, 47.989f, 50.313f, 52.721f, 55.335f, 58.061f, 58.150f, 57.145f,
+ 51.310f, 53.331f, 57.668f, 61.996f, 64.424f, 63.563f, 64.605f, 62.156f, 60.770f, 58.639f,
+ 55.647f, 52.320f, 48.623f, 45.988f, 44.057f, 42.116f, 40.839f, 39.489f, 38.205f, 37.101f,
+ 36.155f, 35.176f, 33.890f, 31.900f, 31.159f, 29.718f, 29.171f, 26.500f, 28.429f, 28.295f,
+ 24.619f, 25.515f, 22.997f, 21.254f, 21.793f, 17.615f, 18.140f, 16.592f, 15.923f, 14.011f,
+ 11.368f,  9.253f,  6.534f,  4.070f,  2.493f,  0.293f, -1.510f, -2.877f, -4.042f, -5.352f,
+ -6.449f, -7.658f, -8.646f, -8.990f, -9.481f, -9.626f, -9.760f, -9.897f,-10.644f,-10.897f,
+-11.119f,-10.505f, -9.257f, -8.017f, -7.532f, -7.250f, -7.389f, -6.641f, -3.910f,  0.596f,
+  4.164f,  5.582f,  5.861f,  0.944f,  2.095f,  8.902f,  8.103f,  7.725f,  7.294f,  6.147f,
+  8.665f, 11.278f, 10.334f,  9.753f,  9.954f,  9.517f,  9.486f,  8.573f,  8.083f,  5.990f,
+  4.045f,  3.313f,  2.485f,  1.706f,  1.524f,  2.237f,  2.632f,  3.781f,  3.684f,  0.073f,
+  1.355f,  2.334f,  3.282f,  3.897f,  5.113f,  6.536f,  7.653f,  9.788f, 10.678f, 12.940f,
+ 13.606f
+},{
+-29.534f,-30.246f,-30.944f,-32.773f,-34.135f,-37.958f,-39.483f,-41.788f,-47.117f,-49.729f,
+-50.887f,-52.428f,-53.962f,-55.820f,-57.463f,-58.199f,-58.377f,-57.246f,-53.341f,-56.842f,
+-59.321f,-57.820f,-55.334f,-53.383f,-51.653f,-49.295f,-47.156f,-44.423f,-45.112f,-45.016f,
+-43.621f,-42.339f,-40.557f,-37.807f,-34.061f,-28.052f,-22.970f,-18.315f,-15.201f,-12.135f,
+-10.209f, -7.990f, -4.642f,  0.876f,  5.219f,  5.204f,  5.106f,  8.345f, 11.751f, 15.439f,
+ 18.551f, 22.406f, 25.078f, 25.707f, 27.879f, 30.777f, 32.329f, 34.590f, 36.971f, 40.135f,
+ 42.679f, 44.558f, 46.842f, 49.221f, 51.418f, 53.586f, 55.170f, 56.550f, 54.393f, 49.570f,
+ 54.715f, 63.933f, 65.307f, 66.438f, 65.827f, 64.969f, 64.022f, 62.324f, 60.467f, 57.482f,
+ 53.949f, 49.307f, 46.766f, 44.101f, 42.292f, 40.909f, 39.682f, 38.492f, 36.821f, 35.205f,
+ 33.833f, 32.923f, 31.698f, 30.387f, 29.989f, 28.561f, 28.208f, 27.184f, 26.582f, 24.590f,
+ 26.444f, 22.543f, 23.307f, 20.289f, 18.921f, 19.183f, 16.590f, 15.511f, 14.187f, 12.076f,
+  9.885f,  8.467f,  6.009f,  3.193f,  1.167f, -0.613f, -2.721f, -4.042f, -4.591f, -5.973f,
+ -6.948f, -7.693f, -8.427f, -9.365f, -9.785f,-10.310f,-10.215f,-11.210f,-12.366f,-12.920f,
+-12.787f,-12.122f,-11.726f,-10.813f,-10.514f,-10.188f, -4.472f, -2.995f, -0.303f,  1.164f,
+  1.223f,  4.935f,  3.305f, -2.636f,  4.388f,  6.560f,  6.662f,  6.519f,  6.135f,  5.555f,
+  7.661f, 10.255f, 10.908f,  9.733f,  9.136f,  9.107f,  8.864f,  8.321f,  7.517f,  5.612f,
+  4.376f,  3.312f,  2.498f,  1.535f,  1.432f,  2.566f,  2.665f,  4.034f,  3.377f,  0.045f,
+  1.747f,  2.458f,  3.277f,  4.003f,  5.198f,  6.748f,  7.879f,  9.836f, 10.735f, 12.928f,
+ 13.606f
+},{
+-29.534f,-30.232f,-30.858f,-32.702f,-33.878f,-37.820f,-40.560f,-42.481f,-47.260f,-49.762f,
+-50.844f,-52.465f,-54.163f,-56.628f,-58.092f,-58.527f,-58.503f,-56.970f,-53.822f,-57.135f,
+-58.875f,-57.621f,-55.577f,-53.923f,-52.080f,-50.055f,-47.522f,-44.838f,-46.847f,-45.516f,
+-44.474f,-43.063f,-41.230f,-38.270f,-35.171f,-29.912f,-23.738f,-18.442f,-16.005f,-12.766f,
+-10.074f, -7.962f, -5.090f, -0.904f,  5.770f,  7.694f,  7.793f,  9.474f, 12.668f, 15.831f,
+ 19.136f, 22.112f, 24.891f, 26.641f, 28.921f, 31.823f, 33.491f, 36.392f, 38.761f, 41.292f,
+ 43.845f, 45.797f, 47.499f, 49.706f, 51.436f, 53.278f, 54.420f, 51.606f, 51.364f, 61.519f,
+ 63.960f, 66.054f, 66.746f, 66.409f, 65.997f, 64.938f, 63.664f, 61.636f, 59.537f, 56.060f,
+ 50.628f, 47.984f, 44.179f, 42.023f, 40.402f, 39.458f, 37.951f, 36.707f, 34.663f, 33.372f,
+ 31.946f, 31.118f, 30.687f, 29.888f, 28.351f, 27.697f, 27.680f, 25.737f, 25.320f, 27.579f,
+ 24.966f, 25.223f, 21.942f, 19.520f, 17.540f, 16.437f, 15.694f, 14.384f, 12.422f, 11.254f,
+  8.987f,  7.159f,  4.699f,  2.165f,  0.612f, -1.452f, -3.464f, -4.707f, -5.833f, -6.392f,
+ -6.843f, -7.740f, -8.419f,-10.128f,-11.753f,-11.863f,-11.933f,-13.192f, -9.567f,-14.709f,
+-10.680f, -7.250f, -9.678f, -8.361f, -7.658f, -3.284f, -4.702f, -4.377f, -5.569f, -1.751f,
+  2.614f,  3.698f,  0.796f, -0.118f,  4.329f,  4.859f,  6.019f,  6.221f,  6.580f,  6.761f,
+  8.921f, 10.007f, 11.187f,  9.455f,  8.703f,  8.587f,  8.377f,  8.001f,  6.534f,  5.117f,
+  4.223f,  3.405f,  2.451f,  1.354f,  1.364f,  2.571f,  2.733f,  3.839f,  3.065f,  0.332f,
+  1.962f,  2.555f,  3.291f,  4.087f,  5.284f,  6.926f,  8.106f,  9.874f, 10.796f, 12.917f,
+ 13.606f
+},{
+-29.534f,-30.217f,-30.766f,-32.613f,-33.640f,-37.369f,-41.311f,-43.141f,-47.336f,-49.692f,
+-50.931f,-52.602f,-54.274f,-56.953f,-58.456f,-58.967f,-58.863f,-57.775f,-56.061f,-58.197f,
+-58.222f,-57.624f,-56.060f,-54.359f,-52.460f,-50.706f,-47.852f,-45.610f,-47.780f,-46.388f,
+-45.138f,-43.854f,-41.657f,-39.054f,-36.036f,-32.064f,-24.437f,-19.495f,-16.194f,-13.057f,
+ -9.861f, -7.719f, -5.786f, -2.040f,  2.591f,  6.839f,  9.135f, 11.149f, 14.200f, 16.241f,
+ 19.367f, 21.942f, 24.137f, 27.442f, 29.424f, 31.679f, 35.723f, 37.392f, 39.842f, 42.039f,
+ 44.773f, 46.627f, 48.240f, 50.248f, 51.385f, 52.371f, 53.156f, 48.799f, 60.203f, 63.779f,
+ 64.892f, 65.852f, 66.135f, 65.875f, 65.148f, 64.113f, 62.580f, 60.441f, 57.903f, 52.234f,
+ 49.562f, 45.129f, 41.756f, 40.189f, 38.648f, 37.120f, 35.379f, 34.070f, 33.037f, 32.027f,
+ 31.137f, 30.897f, 29.885f, 28.619f, 27.728f, 26.634f, 24.616f, 25.780f, 25.878f, 26.386f,
+ 23.141f, 22.088f, 20.193f, 18.402f, 16.553f, 15.332f, 14.822f, 13.225f, 14.570f, 10.366f,
+  6.965f,  6.247f,  3.732f,  1.732f, -0.185f, -2.189f, -4.025f, -5.613f, -6.633f, -6.727f,
+ -6.951f, -8.171f, -9.471f,-10.476f,-11.711f, -8.826f,-11.138f,-12.299f, -7.565f,-13.111f,
+-15.222f, -7.932f,-11.089f,-10.389f,-10.766f, -9.655f, -8.580f, -6.042f, -3.030f,  0.277f,
+  2.218f,  2.537f, -2.592f,  2.953f,  3.422f,  2.475f,  4.252f,  5.379f,  5.987f,  5.114f,
+  4.271f,  9.902f, 11.027f,  9.098f,  8.213f,  7.476f,  8.219f,  7.527f,  5.824f,  4.905f,
+  3.909f,  3.334f,  2.170f,  1.414f,  1.387f,  2.277f,  2.865f,  3.390f,  2.902f,  0.705f,
+  1.930f,  2.617f,  3.343f,  4.132f,  5.364f,  7.060f,  8.318f,  9.908f, 10.859f, 12.907f,
+ 13.606f
+},{
+-29.534f,-30.202f,-30.668f,-32.508f,-33.433f,-36.673f,-41.704f,-43.696f,-47.386f,-49.617f,
+-51.093f,-52.672f,-54.241f,-56.397f,-58.145f,-59.293f,-59.064f,-58.266f,-57.632f,-58.993f,
+-58.193f,-57.860f,-56.760f,-55.036f,-53.071f,-51.071f,-47.878f,-47.177f,-48.072f,-46.887f,
+-45.819f,-44.457f,-42.088f,-39.404f,-36.700f,-33.027f,-25.931f,-20.248f,-16.514f,-13.612f,
+ -9.872f, -7.255f, -5.366f, -2.443f,  0.793f,  5.508f,  9.499f, 12.836f, 15.150f, 17.782f,
+ 19.721f, 22.361f, 24.911f, 27.541f, 30.618f, 34.303f, 38.809f, 38.477f, 40.948f, 43.031f,
+ 45.429f, 46.824f, 48.277f, 50.156f, 51.955f, 53.101f, 53.183f, 49.988f, 60.852f, 63.756f,
+ 64.829f, 65.376f, 65.241f, 64.737f, 63.752f, 62.593f, 61.082f, 59.104f, 56.558f, 50.521f,
+ 46.958f, 42.803f, 40.526f, 38.659f, 37.200f, 35.050f, 34.067f, 32.765f, 32.314f, 30.597f,
+ 28.620f, 28.148f, 27.180f, 26.357f, 25.127f, 24.848f, 27.383f, 25.864f, 22.678f, 21.928f,
+ 21.913f, 21.329f, 19.180f, 17.248f, 15.532f, 14.350f, 13.220f, 11.725f, 12.334f,  9.369f,
+  7.936f,  5.091f,  2.986f,  1.288f, -0.577f, -2.837f, -4.692f, -6.156f, -6.987f, -6.736f,
+ -7.074f, -8.566f, -8.429f, -6.580f, -9.027f, -4.060f,-11.053f,-12.932f,-14.378f,-13.974f,
+-13.483f,-13.489f,-12.529f,-11.110f,-10.076f, -8.699f, -6.906f, -4.957f, -2.168f,  0.102f,
+  1.926f,  0.843f, -5.787f,  4.610f,  2.335f,  2.298f,  2.437f,  3.199f,  3.004f,  1.245f,
+ -0.910f,  8.233f,  9.539f,  8.573f,  7.851f,  7.113f,  7.547f,  7.113f,  5.656f,  4.878f,
+  3.782f,  2.904f,  1.801f,  1.464f,  1.366f,  2.023f,  3.021f,  3.061f,  2.801f,  0.952f,
+  1.749f,  2.662f,  3.439f,  4.142f,  5.431f,  7.152f,  8.502f,  9.941f, 10.921f, 12.899f,
+ 13.606f
+},{
+-29.534f,-30.187f,-30.566f,-32.389f,-33.264f,-35.861f,-41.796f,-44.106f,-47.447f,-49.619f,
+-51.245f,-52.550f,-54.068f,-55.489f,-57.508f,-59.200f,-59.075f,-58.195f,-58.005f,-59.325f,
+-58.626f,-58.202f,-57.077f,-55.541f,-53.711f,-51.850f,-48.311f,-48.631f,-48.047f,-47.460f,
+-46.282f,-44.617f,-42.301f,-39.684f,-36.811f,-33.508f,-27.648f,-21.144f,-17.465f,-13.794f,
+-10.148f, -7.022f, -5.310f, -2.475f,  0.573f,  4.975f, 10.669f, 11.676f, 14.960f, 16.287f,
+ 18.905f, 23.680f, 26.090f, 29.011f, 32.731f, 37.676f, 38.750f, 40.053f, 42.272f, 44.577f,
+ 45.952f, 47.232f, 48.637f, 50.252f, 51.727f, 52.941f, 53.607f, 49.514f, 60.072f, 62.715f,
+ 64.091f, 64.237f, 64.084f, 63.380f, 62.481f, 60.899f, 59.489f, 57.257f, 52.529f, 49.168f,
+ 44.349f, 41.545f, 39.404f, 37.413f, 35.830f, 33.873f, 32.251f, 31.793f, 29.532f, 27.757f,
+ 27.944f, 29.151f, 28.349f, 27.852f, 26.198f, 24.114f, 23.644f, 23.453f, 22.466f, 21.615f,
+ 21.015f, 20.134f, 18.226f, 15.998f, 14.234f, 13.099f, 12.348f, 10.853f, 10.674f,  8.576f,
+  5.704f,  4.344f,  3.176f,  1.043f, -1.047f, -3.296f, -4.957f, -6.351f, -6.810f, -6.663f,
+ -7.168f, -8.464f, -5.157f, -9.489f,-11.313f,-12.719f,-12.298f,-12.582f,-12.913f,-12.544f,
+-11.853f,-11.323f,-10.707f, -9.167f, -8.576f, -7.643f, -6.066f, -4.049f, -2.934f, -0.402f,
+  0.657f, -1.006f, -2.213f,  6.825f,  1.955f,  1.671f,  2.768f,  2.335f,  1.500f,  0.159f,
+ -0.924f,  5.243f,  7.722f,  8.095f,  7.501f,  6.927f,  6.324f,  6.602f,  6.006f,  4.941f,
+  3.685f,  2.503f,  1.824f,  1.351f,  1.217f,  1.966f,  3.025f,  2.920f,  2.556f,  1.070f,
+  1.635f,  2.733f,  3.570f,  4.138f,  5.484f,  7.213f,  8.650f,  9.976f, 10.980f, 12.892f,
+ 13.606f
+},{
+-29.534f,-30.172f,-30.459f,-32.262f,-33.140f,-35.090f,-41.719f,-44.367f,-47.531f,-49.704f,
+-51.355f,-52.337f,-53.867f,-55.107f,-57.252f,-58.803f,-59.102f,-58.424f,-58.286f,-59.308f,
+-58.886f,-58.852f,-57.365f,-55.713f,-54.424f,-51.921f,-49.121f,-48.928f,-48.426f,-47.917f,
+-46.462f,-44.737f,-42.196f,-39.791f,-37.119f,-33.645f,-29.145f,-22.938f,-18.802f,-14.635f,
+-10.703f, -7.152f, -5.198f, -2.422f,  0.523f,  5.271f, 10.396f, 10.406f, 10.729f, 12.837f,
+ 15.432f, 23.299f, 28.302f, 31.581f, 35.514f, 38.837f, 38.622f, 40.065f, 41.693f, 43.293f,
+ 44.947f, 46.741f, 48.839f, 50.099f, 51.279f, 52.423f, 53.783f, 51.521f, 58.288f, 61.742f,
+ 62.703f, 62.893f, 62.722f, 61.951f, 60.873f, 59.472f, 57.750f, 55.786f, 51.610f, 46.470f,
+ 42.602f, 40.775f, 38.647f, 36.674f, 34.075f, 32.702f, 30.394f, 29.551f, 27.277f, 28.364f,
+ 27.546f, 25.843f, 25.686f, 24.526f, 23.852f, 23.176f, 22.623f, 22.155f, 21.652f, 20.411f,
+ 20.202f, 18.692f, 17.025f, 15.445f, 14.105f, 12.641f, 11.844f, 10.539f,  9.778f,  7.473f,
+  5.548f,  4.593f,  1.814f,  1.118f, -1.292f, -3.446f, -5.157f, -6.180f, -6.973f, -6.546f,
+ -6.389f, -8.224f, -9.329f, -9.368f, -9.032f,-10.101f,-10.991f,-11.648f,-11.690f,-11.668f,
+-11.237f,-11.188f,-10.708f, -9.809f, -9.472f, -8.566f, -6.341f, -4.505f, -2.200f, -0.236f,
+  0.869f, -3.899f,  1.225f,  4.712f,  2.421f, -0.469f,  1.426f,  1.996f,  1.704f,  0.145f,
+ -1.270f,  3.403f,  6.123f,  7.473f,  6.811f,  6.365f,  6.085f,  6.298f,  6.452f,  5.133f,
+  3.612f,  2.426f,  2.126f,  1.289f,  1.126f,  1.961f,  2.748f,  2.739f,  2.141f,  1.234f,
+  1.779f,  2.872f,  3.718f,  4.153f,  5.528f,  7.256f,  8.760f, 10.015f, 11.034f, 12.885f,
+ 13.606f
+},{
+-29.534f,-30.157f,-30.350f,-32.131f,-33.067f,-34.520f,-41.639f,-44.514f,-47.616f,-49.804f,
+-51.474f,-52.309f,-53.805f,-55.501f,-57.573f,-58.545f,-59.275f,-59.195f,-59.090f,-59.436f,
+-59.386f,-59.567f,-57.849f,-56.077f,-54.759f,-51.691f,-49.520f,-49.503f,-48.723f,-47.832f,
+-46.830f,-45.010f,-42.375f,-39.855f,-36.836f,-33.437f,-29.746f,-25.713f,-20.802f,-15.783f,
+-11.765f, -7.086f, -5.153f, -2.608f,  0.872f,  5.701f, 11.055f, 12.340f,  8.993f, 13.304f,
+ 12.876f, 25.113f, 30.039f, 33.466f, 36.786f, 38.148f, 39.241f, 40.165f, 41.765f, 43.416f,
+ 44.955f, 46.474f, 48.328f, 49.599f, 50.636f, 51.960f, 53.376f, 53.343f, 56.648f, 60.111f,
+ 61.112f, 61.137f, 60.924f, 60.563f, 59.468f, 58.015f, 56.024f, 53.599f, 49.753f, 45.155f,
+ 41.495f, 39.432f, 37.248f, 35.192f, 32.690f, 31.141f, 28.908f, 27.266f, 27.506f, 27.506f,
+ 25.349f, 25.890f, 24.541f, 23.989f, 23.294f, 22.196f, 20.753f, 20.874f, 20.183f, 19.301f,
+ 18.987f, 17.118f, 15.571f, 14.456f, 13.622f, 12.018f, 11.062f,  9.650f,  8.968f,  7.256f,
+  5.166f,  4.469f,  3.795f, -0.010f, -1.388f, -3.962f, -5.135f, -5.677f, -6.353f, -5.983f,
+ -6.857f, -8.337f, -8.964f, -8.608f, -8.218f, -9.917f,-10.891f,-11.013f,-11.402f,-11.935f,
+-11.909f,-12.062f,-11.281f,-11.304f,-10.240f, -7.491f, -6.279f, -4.624f, -2.062f,  0.026f,
+  0.863f, -5.422f,  5.067f,  2.265f,  3.245f, -2.174f,  0.517f,  1.560f,  1.203f,  0.034f,
+ -1.884f,  1.122f,  3.903f,  6.902f,  6.142f,  6.031f,  6.180f,  6.334f,  6.408f,  5.259f,
+  3.618f,  2.541f,  2.291f,  1.345f,  1.240f,  1.869f,  2.296f,  2.429f,  1.829f,  1.599f,
+  2.219f,  3.089f,  3.856f,  4.214f,  5.575f,  7.299f,  8.835f, 10.059f, 11.081f, 12.880f,
+ 13.606f
+},{
+-29.534f,-30.143f,-30.238f,-32.002f,-33.044f,-34.276f,-41.710f,-44.605f,-47.668f,-49.851f,
+-51.667f,-52.643f,-53.994f,-56.173f,-58.072f,-58.721f,-59.575f,-60.021f,-60.203f,-60.184f,
+-60.124f,-59.733f,-58.182f,-56.622f,-54.618f,-52.211f,-49.839f,-50.186f,-48.886f,-47.880f,
+-46.997f,-45.261f,-42.436f,-39.746f,-36.684f,-33.264f,-30.029f,-26.507f,-23.096f,-18.168f,
+-12.624f, -8.343f, -5.615f, -2.750f,  0.624f,  5.419f, 11.603f, 13.510f,  9.704f, 16.848f,
+ 15.995f, 24.561f, 29.203f, 32.910f, 36.442f, 37.552f, 39.740f, 40.959f, 42.343f, 43.377f,
+ 45.120f, 46.706f, 47.805f, 48.931f, 50.079f, 51.166f, 52.441f, 53.588f, 54.195f, 58.987f,
+ 59.104f, 59.267f, 59.348f, 58.923f, 57.699f, 56.190f, 54.387f, 52.157f, 49.120f, 42.633f,
+ 39.323f, 37.872f, 35.722f, 32.457f, 32.334f, 29.161f, 28.798f, 26.094f, 27.087f, 26.363f,
+ 24.657f, 24.025f, 23.315f, 22.164f, 21.352f, 21.277f, 21.385f, 19.018f, 18.898f, 18.242f,
+ 17.613f, 15.917f, 14.427f, 13.930f, 13.704f, 12.278f, 11.268f,  9.293f,  8.013f,  6.682f,
+  6.507f,  5.191f,  2.015f,  0.532f, -1.827f, -3.959f, -5.059f, -5.442f, -5.580f, -5.762f,
+ -7.040f, -6.452f, -9.214f, -9.157f, -8.806f,-10.209f,-10.584f,-10.638f,-11.142f,-11.997f,
+-12.440f,-12.306f,-11.941f,-10.537f, -8.786f, -7.760f, -6.167f, -4.115f, -2.033f, -0.152f,
+  0.536f, -8.959f,  5.864f,  1.843f,  2.695f,  0.814f, -0.039f,  0.857f,  1.008f, -0.084f,
+ -1.841f, -0.575f,  2.486f,  6.254f,  4.721f,  5.147f,  5.640f,  6.376f,  6.212f,  5.333f,
+  3.478f,  2.648f,  2.466f,  1.352f,  1.382f,  1.739f,  1.879f,  2.181f,  1.942f,  2.117f,
+  2.834f,  3.357f,  3.965f,  4.332f,  5.637f,  7.356f,  8.883f, 10.108f, 11.120f, 12.876f,
+ 13.606f
+},{
+-29.534f,-30.129f,-30.125f,-31.883f,-33.070f,-34.420f,-42.024f,-44.694f,-47.674f,-49.837f,
+-51.942f,-53.239f,-54.436f,-56.643f,-58.464f,-59.338f,-59.883f,-60.555f,-61.093f,-60.977f,
+-60.464f,-59.639f,-58.531f,-57.080f,-54.900f,-52.336f,-50.203f,-49.939f,-49.353f,-47.977f,
+-46.933f,-45.211f,-42.610f,-39.780f,-36.621f,-33.492f,-30.609f,-27.083f,-23.725f,-19.647f,
+-13.219f, -9.009f, -5.193f, -3.138f,  0.081f,  4.911f, 11.051f, 14.460f, 11.324f, 15.938f,
+ 18.284f, 19.726f, 25.870f, 30.085f, 34.459f, 37.761f, 40.113f, 41.590f, 42.703f, 43.784f,
+ 45.252f, 46.579f, 47.491f, 48.100f, 49.172f, 50.314f, 51.246f, 52.011f, 53.228f, 53.961f,
+ 56.798f, 57.085f, 57.206f, 57.687f, 55.978f, 54.560f, 52.513f, 50.294f, 46.318f, 40.755f,
+ 37.734f, 35.923f, 34.258f, 31.477f, 30.510f, 28.448f, 26.606f, 25.863f, 24.518f, 23.842f,
+ 23.382f, 22.696f, 21.228f, 20.812f, 19.239f, 17.946f, 18.289f, 17.746f, 17.685f, 17.807f,
+ 16.343f, 15.283f, 14.037f, 13.298f, 12.422f, 11.334f, 10.245f,  8.897f,  7.275f,  6.376f,
+  5.390f,  5.560f,  2.098f,  0.265f, -1.893f, -4.186f, -4.762f, -4.697f, -4.779f, -5.558f,
+ -6.917f, -8.144f, -9.093f, -9.276f, -8.928f, -9.776f,-10.599f,-10.727f,-11.499f,-12.321f,
+-12.543f,-12.449f,-11.673f, -9.679f, -8.735f, -7.094f, -5.755f, -3.849f, -1.736f,  0.337f,
+ -0.964f,-10.263f,  3.967f,  1.344f,  1.946f,  4.041f, -0.496f,  0.922f,  0.627f,  0.029f,
+ -1.018f, -1.525f,  3.025f,  5.247f,  4.071f,  4.661f,  5.319f,  6.493f,  6.293f,  5.217f,
+  3.132f,  2.592f,  2.772f,  1.319f,  1.346f,  1.675f,  1.567f,  2.163f,  2.499f,  2.586f,
+  3.440f,  3.624f,  4.039f,  4.502f,  5.725f,  7.439f,  8.913f, 10.163f, 11.152f, 12.873f,
+ 13.606f
+},{
+-29.534f,-30.115f,-30.011f,-31.777f,-33.138f,-34.946f,-42.591f,-44.819f,-47.652f,-49.823f,
+-52.235f,-53.819f,-55.028f,-56.957f,-58.866f,-60.231f,-60.156f,-60.778f,-61.497f,-61.186f,
+-60.780f,-60.107f,-58.952f,-57.482f,-55.345f,-51.869f,-50.534f,-49.799f,-49.325f,-48.243f,
+-46.691f,-45.019f,-42.670f,-39.944f,-37.004f,-33.579f,-30.602f,-27.520f,-24.215f,-20.489f,
+-13.987f, -9.182f, -5.070f, -3.322f, -0.351f,  4.574f, 10.564f, 14.833f, 14.074f, 15.402f,
+ 19.026f, 21.300f, 22.123f, 22.866f, 32.875f, 37.988f, 40.710f, 42.036f, 43.121f, 44.316f,
+ 45.470f, 46.451f, 47.112f, 47.529f, 48.524f, 49.394f, 50.232f, 50.847f, 51.217f, 53.361f,
+ 52.268f, 55.492f, 56.348f, 55.312f, 53.969f, 52.547f, 51.144f, 48.098f, 45.937f, 40.308f,
+ 36.219f, 34.504f, 33.087f, 29.697f, 28.292f, 27.188f, 26.369f, 25.149f, 24.097f, 23.634f,
+ 22.755f, 21.305f, 20.816f, 20.074f, 18.916f, 18.063f, 18.145f, 17.293f, 16.445f, 16.384f,
+ 14.845f, 14.348f, 13.253f, 11.916f, 11.159f, 10.176f,  9.291f,  8.063f,  7.178f,  5.592f,
+  4.861f,  3.804f,  2.636f, -0.461f, -2.659f, -3.856f, -4.279f, -3.951f, -4.816f, -5.672f,
+ -6.973f, -8.411f, -9.083f, -9.158f, -8.510f, -9.482f,-10.263f,-11.158f,-12.151f,-12.630f,
+-12.738f,-12.117f,-10.924f,-10.091f, -8.579f, -6.801f, -5.170f, -3.702f, -1.827f,  0.228f,
+ -2.989f, -8.360f,  5.723f,  1.391f,  1.605f,  3.535f, -0.406f,  1.044f,  1.005f,  0.110f,
+ -0.331f, -0.093f,  5.297f,  5.137f,  4.181f,  4.859f,  5.186f,  6.276f,  6.185f,  4.673f,
+  2.873f,  2.391f,  2.786f,  1.380f,  1.214f,  1.707f,  1.343f,  2.270f,  3.145f,  2.855f,
+  3.911f,  3.841f,  4.088f,  4.698f,  5.845f,  7.550f,  8.938f, 10.220f, 11.175f, 12.870f,
+ 13.606f
+},{
+-29.534f,-30.102f,-29.897f,-31.689f,-33.239f,-35.775f,-43.335f,-44.989f,-47.643f,-49.891f,
+-52.467f,-54.201f,-55.614f,-57.379f,-59.357f,-61.076f,-60.592f,-60.828f,-61.680f,-61.030f,
+-61.405f,-60.902f,-58.811f,-57.671f,-55.306f,-51.562f,-50.608f,-49.884f,-48.933f,-48.032f,
+-46.458f,-44.723f,-42.709f,-40.207f,-37.037f,-34.005f,-30.816f,-27.742f,-24.229f,-20.879f,
+-15.207f, -8.844f, -4.270f, -3.528f, -1.105f,  3.828f, 10.224f, 14.324f, 15.900f, 17.285f,
+ 18.794f, 20.200f, 20.767f, 21.427f, 28.277f, 36.732f, 40.563f, 43.305f, 44.194f, 44.901f,
+ 45.637f, 46.410f, 47.290f, 47.361f, 48.600f, 49.214f, 49.628f, 50.213f, 50.128f, 50.619f,
+ 50.929f, 51.144f, 52.530f, 54.244f, 52.632f, 51.054f, 49.516f, 45.909f, 42.257f, 38.889f,
+ 35.070f, 33.325f, 31.301f, 29.342f, 26.801f, 25.594f, 25.387f, 24.311f, 22.785f, 22.056f,
+ 21.911f, 20.382f, 19.844f, 19.487f, 18.112f, 16.729f, 16.481f, 16.342f, 15.522f, 14.890f,
+ 14.324f, 12.943f, 12.380f, 11.963f,  9.019f,  8.892f,  8.276f,  7.038f,  6.490f,  5.504f,
+  4.455f,  3.866f,  1.559f, -0.967f, -2.487f, -3.343f, -4.062f, -3.864f, -4.971f, -6.394f,
+ -4.933f, -8.501f, -8.935f, -9.056f, -8.158f, -9.872f,-10.693f,-11.856f,-12.621f,-13.030f,
+-12.366f,-11.597f,-10.885f, -9.629f, -8.270f, -6.931f, -5.335f, -3.295f, -1.567f,  0.176f,
+ -4.982f, -5.295f,  5.600f,  2.143f,  3.985f,  1.729f,  0.557f,  1.524f,  0.921f,  0.510f,
+  0.052f,  3.537f,  5.337f,  4.989f,  3.684f,  4.845f,  5.191f,  5.571f,  5.665f,  4.086f,
+  2.766f,  2.352f,  2.437f,  1.478f,  1.173f,  1.789f,  1.305f,  2.294f,  3.448f,  2.968f,
+  4.222f,  3.986f,  4.131f,  4.888f,  5.992f,  7.687f,  8.969f, 10.278f, 11.190f, 12.868f,
+ 13.606f
+},{
+-29.534f,-30.089f,-29.785f,-31.622f,-33.361f,-36.775f,-44.126f,-45.188f,-47.687f,-50.075f,
+-52.608f,-54.426f,-56.082f,-57.905f,-59.737f,-61.530f,-61.355f,-60.938f,-61.764f,-60.824f,
+-61.886f,-61.002f,-58.358f,-57.674f,-54.955f,-51.524f,-50.615f,-49.787f,-48.909f,-47.660f,
+-46.305f,-44.608f,-42.718f,-40.197f,-37.167f,-34.086f,-31.151f,-27.997f,-24.654f,-20.999f,
+-16.589f, -9.612f, -4.896f, -4.735f, -1.921f,  3.240f, 10.247f, 13.704f, 15.302f, 18.896f,
+ 20.541f, 21.633f, 20.806f, 19.643f, 23.158f, 28.442f, 36.892f, 42.507f, 44.204f, 46.172f,
+ 47.528f, 47.515f, 47.799f, 48.063f, 49.055f, 49.760f, 50.457f, 50.481f, 50.471f, 50.179f,
+ 49.744f, 50.512f, 50.025f, 51.434f, 51.589f, 49.128f, 47.459f, 41.152f, 42.816f, 39.243f,
+ 35.210f, 31.891f, 28.605f, 26.724f, 26.036f, 24.356f, 23.801f, 23.029f, 21.880f, 20.980f,
+ 21.153f, 19.198f, 19.200f, 18.749f, 17.086f, 16.106f, 15.587f, 15.584f, 14.686f, 13.509f,
+ 12.684f, 12.248f, 10.808f,  9.945f,  9.262f,  8.807f,  7.321f,  6.885f,  6.085f,  5.387f,
+  4.001f,  2.642f,  1.378f, -0.938f, -2.130f, -2.742f, -3.811f, -4.365f, -5.170f, -5.251f,
+ -7.504f, -8.125f, -9.128f, -9.421f, -9.612f,-10.142f,-11.171f,-12.042f,-12.516f,-12.747f,
+-12.520f,-11.692f,-11.195f, -9.689f, -7.974f, -6.432f, -4.947f, -2.748f, -1.045f,  0.356f,
+ -5.705f, -7.689f,  3.969f,  4.946f,  4.928f, -0.694f,  1.682f,  1.847f,  1.550f,  0.625f,
+  0.445f,  4.645f,  4.519f,  4.329f,  3.863f,  4.744f,  4.960f,  4.990f,  4.952f,  3.662f,
+  2.600f,  2.522f,  2.154f,  1.519f,  1.252f,  1.845f,  1.546f,  2.211f,  3.267f,  3.097f,
+  4.410f,  4.058f,  4.186f,  5.041f,  6.156f,  7.842f,  9.013f, 10.335f, 11.198f, 12.867f,
+ 13.606f
+},{
+-29.534f,-30.078f,-29.674f,-31.578f,-33.495f,-37.793f,-44.815f,-45.389f,-47.800f,-50.331f,
+-52.674f,-54.640f,-56.428f,-58.302f,-59.902f,-61.638f,-62.204f,-61.320f,-61.638f,-60.988f,
+-62.411f,-60.607f,-58.880f,-58.164f,-54.190f,-51.468f,-50.530f,-49.572f,-48.843f,-47.367f,
+-46.116f,-44.457f,-42.736f,-40.114f,-37.378f,-34.563f,-31.530f,-28.321f,-24.912f,-21.240f,
+-16.843f,-11.736f, -7.830f, -6.526f, -2.800f,  3.010f,  9.792f, 13.205f, 14.670f, 18.282f,
+ 20.184f, 22.077f, 22.742f, 21.401f, 17.004f, 18.289f, 24.092f, 34.707f, 41.390f, 45.056f,
+ 46.256f, 47.331f, 48.852f, 49.893f, 50.516f, 51.343f, 51.871f, 52.193f, 52.094f, 51.775f,
+ 50.906f, 50.300f, 50.569f, 50.438f, 49.163f, 47.849f, 46.052f, 43.763f, 40.850f, 37.798f,
+ 33.142f, 29.368f, 27.062f, 25.180f, 23.810f, 22.789f, 21.709f, 21.359f, 20.611f, 20.329f,
+ 20.051f, 19.886f, 19.033f, 18.304f, 16.952f, 16.129f, 15.757f, 15.028f, 13.982f, 12.755f,
+ 12.035f, 11.075f, 10.446f, 10.402f,  9.678f,  8.730f,  7.428f,  6.750f,  6.046f,  5.198f,
+  4.543f,  2.487f,  1.412f, -1.053f, -1.554f, -2.078f, -3.160f, -4.521f, -4.288f, -2.969f,
+ -8.148f, -8.576f, -9.521f, -9.678f,-10.343f,-10.287f,-11.297f,-11.909f,-12.426f,-12.229f,
+-12.795f,-11.905f,-11.496f, -9.525f, -7.787f, -6.278f, -4.427f, -2.580f, -0.492f,  0.885f,
+ -5.800f, -5.778f,  2.409f,  1.649f, -0.115f,  1.031f,  1.959f,  2.134f,  0.858f,  0.796f,
+  2.698f,  4.167f,  4.562f,  4.534f,  4.197f,  4.414f,  4.354f,  4.613f,  4.211f,  3.147f,
+  2.377f,  2.472f,  1.929f,  1.566f,  1.386f,  1.840f,  1.811f,  2.129f,  2.814f,  3.335f,
+  4.493f,  4.072f,  4.256f,  5.137f,  6.326f,  8.004f,  9.076f, 10.388f, 11.198f, 12.867f,
+ 13.606f
+},{
+-29.534f,-30.066f,-29.565f,-31.554f,-33.631f,-38.682f,-45.285f,-45.565f,-47.973f,-50.566f,
+-52.694f,-54.873f,-56.717f,-58.464f,-60.033f,-61.882f,-62.829f,-62.030f,-61.695f,-62.038f,
+-63.207f,-61.041f,-60.115f,-58.732f,-53.500f,-51.445f,-50.339f,-49.232f,-48.644f,-47.156f,
+-45.771f,-44.474f,-42.520f,-39.970f,-37.520f,-34.669f,-31.569f,-28.526f,-25.335f,-21.125f,
+-16.900f,-14.017f,-11.253f, -8.230f, -3.683f,  2.668f,  9.260f, 12.435f, 13.731f, 16.598f,
+ 18.614f, 20.858f, 23.001f, 23.105f, 21.553f, 19.917f, 17.699f, 18.264f, 23.321f, 32.668f,
+ 39.853f, 45.525f, 47.804f, 49.082f, 49.972f, 51.229f, 51.573f, 51.809f, 52.155f, 51.999f,
+ 51.396f, 50.604f, 49.610f, 48.535f, 47.513f, 46.354f, 44.478f, 41.405f, 39.176f, 33.678f,
+ 31.217f, 28.531f, 26.149f, 23.868f, 22.456f, 21.480f, 20.587f, 20.163f, 19.700f, 20.124f,
+ 19.691f, 19.297f, 18.784f, 17.888f, 16.224f, 15.839f, 16.172f, 14.750f, 13.463f, 12.675f,
+ 11.962f, 10.904f, 10.955f, 10.973f,  9.761f,  8.461f,  7.604f,  5.948f,  6.030f,  5.316f,
+  4.224f,  2.170f,  0.910f, -0.436f, -0.509f, -1.107f, -2.639f, -3.588f, -0.311f, -5.086f,
+ -8.315f, -8.414f, -9.031f,-10.187f, -9.387f,-10.168f,-11.366f,-12.397f,-12.620f,-12.636f,
+-12.274f,-12.097f,-11.440f, -9.264f, -7.725f, -5.691f, -3.814f, -1.977f, -0.003f,  1.249f,
+ -4.903f, -7.282f,  3.862f,  1.955f,  1.941f,  2.232f,  2.868f,  2.160f,  1.159f,  4.494f,
+  4.522f,  3.681f,  4.289f,  4.586f,  4.351f,  4.325f,  4.248f,  4.205f,  3.594f,  2.601f,
+  2.090f,  2.001f,  1.482f,  1.564f,  1.507f,  1.829f,  1.587f,  2.058f,  2.422f,  3.586f,
+  4.451f,  4.035f,  4.328f,  5.168f,  6.487f,  8.163f,  9.159f, 10.435f, 11.194f, 12.866f,
+ 13.606f
+},{
+-29.534f,-30.056f,-29.459f,-31.549f,-33.762f,-39.336f,-45.478f,-45.708f,-48.180f,-50.700f,
+-52.681f,-55.005f,-56.970f,-58.483f,-60.205f,-62.525f,-63.402f,-62.894f,-62.362f,-63.491f,
+-63.684f,-62.190f,-60.880f,-58.374f,-53.432f,-51.504f,-50.151f,-48.972f,-48.280f,-47.018f,
+-45.385f,-44.231f,-42.298f,-39.627f,-37.263f,-34.661f,-31.423f,-28.477f,-25.532f,-21.404f,
+-15.304f,-15.018f,-11.921f, -8.375f, -3.767f,  2.574f,  9.780f, 11.796f, 12.713f, 14.966f,
+ 16.883f, 19.399f, 21.741f, 23.125f, 24.052f, 24.725f, 24.700f, 23.690f, 20.297f, 19.095f,
+ 26.232f, 34.582f, 40.900f, 44.898f, 47.367f, 49.680f, 51.065f, 52.145f, 52.918f, 52.593f,
+ 51.484f, 50.602f, 49.104f, 47.759f, 46.284f, 45.058f, 43.098f, 36.420f, 34.992f, 32.639f,
+ 29.722f, 27.150f, 24.807f, 22.371f, 21.178f, 20.499f, 19.698f, 19.895f, 19.261f, 18.597f,
+ 18.746f, 19.359f, 18.039f, 16.959f, 16.171f, 15.934f, 15.750f, 15.335f, 13.131f, 11.898f,
+ 11.327f, 11.086f, 11.313f, 10.988f,  9.523f,  8.665f,  7.557f,  7.028f,  6.506f,  5.317f,
+  3.657f,  1.831f,  1.352f,  0.614f, -0.108f, -0.930f, -2.336f, -1.111f, -1.781f, -5.795f,
+ -7.771f, -8.213f, -9.055f,-10.405f,-10.498f, -9.755f,-11.772f,-12.699f,-12.988f,-12.915f,
+-12.583f,-11.875f,-10.853f, -9.212f, -7.494f, -5.638f, -3.278f, -1.408f,  0.539f,  1.822f,
+ -3.818f, -8.140f,  5.068f,  2.385f,  2.764f,  3.348f,  2.843f,  2.544f,  1.696f,  6.029f,
+  4.553f,  3.821f,  4.718f,  4.166f,  4.644f,  4.597f,  4.123f,  3.627f,  2.983f,  2.076f,
+  1.525f,  1.419f,  0.943f,  1.243f,  1.537f,  1.894f,  0.723f,  1.870f,  2.272f,  3.669f,
+  4.258f,  3.945f,  4.374f,  5.142f,  6.632f,  8.309f,  9.260f, 10.475f, 11.184f, 12.867f,
+ 13.606f
+},{
+-29.534f,-30.046f,-29.357f,-31.558f,-33.886f,-39.704f,-45.410f,-45.824f,-48.399f,-50.724f,
+-52.647f,-54.936f,-57.101f,-58.436f,-60.165f,-63.160f,-64.200f,-63.637f,-63.281f,-64.413f,
+-63.784f,-62.678f,-61.475f,-57.661f,-53.565f,-51.454f,-49.832f,-48.840f,-47.931f,-46.511f,
+-44.893f,-43.514f,-42.018f,-39.447f,-37.139f,-34.552f,-31.397f,-28.566f,-25.658f,-22.090f,
+-17.320f,-15.919f,-12.525f, -9.064f, -4.019f,  1.443f,  9.231f, 10.307f, 11.304f, 13.030f,
+ 15.151f, 17.231f, 20.439f, 22.378f, 24.102f, 26.083f, 27.338f, 27.961f, 28.352f, 27.754f,
+ 24.655f, 23.098f, 24.847f, 29.076f, 33.646f, 39.276f, 44.552f, 51.026f, 52.418f, 52.880f,
+ 52.089f, 50.614f, 48.947f, 47.067f, 45.111f, 43.716f, 38.267f, 36.288f, 33.987f, 30.811f,
+ 28.515f, 25.662f, 23.589f, 21.204f, 20.174f, 19.577f, 19.038f, 18.959f, 18.717f, 18.842f,
+ 18.712f, 17.902f, 17.579f, 17.065f, 17.035f, 15.802f, 14.660f, 13.751f, 12.141f, 10.638f,
+ 10.360f, 10.749f, 10.891f, 10.075f,  9.224f,  8.196f,  7.739f,  7.026f,  8.257f,  6.186f,
+  4.340f,  3.233f,  1.972f,  1.492f,  0.444f, -0.571f, -2.315f, -1.196f,  0.612f, -5.372f,
+ -7.250f, -8.131f, -9.641f,-10.413f, -9.993f,-10.410f,-11.631f,-12.464f,-12.582f,-12.877f,
+-12.484f,-11.689f,-10.648f, -9.002f, -7.067f, -5.195f, -2.934f, -0.867f,  0.780f,  1.840f,
+ -2.420f, -9.649f,  6.880f,  3.174f,  3.746f,  3.998f,  2.967f,  2.832f,  4.008f,  6.361f,
+  5.089f,  4.906f,  5.023f,  4.717f,  4.598f,  4.797f,  3.782f,  2.901f,  2.322f,  1.507f,
+  0.838f,  1.018f,  0.514f,  0.591f,  1.466f,  2.053f, -0.241f,  1.508f,  2.316f,  3.512f,
+  3.933f,  3.800f,  4.370f,  5.075f,  6.758f,  8.439f,  9.375f, 10.507f, 11.172f, 12.867f,
+ 13.606f
+},{
+-29.534f,-30.037f,-29.258f,-31.576f,-34.002f,-39.797f,-45.157f,-45.935f,-48.617f,-50.703f,
+-52.619f,-54.755f,-57.009f,-58.294f,-59.765f,-63.288f,-64.893f,-64.221f,-64.124f,-64.838f,
+-63.942f,-62.563f,-61.901f,-56.999f,-53.675f,-51.383f,-49.700f,-48.655f,-47.600f,-46.128f,
+-44.577f,-43.128f,-41.746f,-39.442f,-36.997f,-34.353f,-31.372f,-28.703f,-25.836f,-22.595f,
+-19.481f,-16.443f,-12.901f, -9.456f, -4.527f, -0.111f,  6.369f,  8.742f, 10.213f, 11.601f,
+ 12.796f, 15.554f, 18.099f, 20.216f, 22.874f, 25.442f, 27.256f, 28.482f, 30.204f, 30.975f,
+ 30.738f, 30.494f, 30.033f, 30.521f, 31.799f, 28.172f, 24.212f, 29.268f, 43.869f, 52.254f,
+ 51.967f, 49.716f, 48.360f, 46.343f, 44.143f, 41.801f, 35.763f, 33.708f, 31.177f, 29.358f,
+ 27.422f, 24.521f, 22.190f, 20.685f, 19.179f, 18.823f, 18.714f, 18.782f, 19.481f, 16.950f,
+ 17.599f, 17.187f, 17.044f, 16.434f, 16.140f, 14.531f, 12.973f, 11.420f, 10.407f, 10.151f,
+ 10.259f, 11.260f, 10.683f,  9.706f,  8.894f,  7.924f,  7.633f,  7.644f,  9.300f,  6.776f,
+  4.718f,  3.829f,  2.697f,  1.946f,  1.504f, -0.014f, -0.666f, -3.475f, -3.566f, -6.017f,
+ -7.500f, -8.304f, -9.635f, -9.984f,-11.248f,-12.160f,-12.229f,-12.887f,-12.696f,-12.790f,
+-12.276f,-11.288f,-10.454f, -9.011f, -6.467f, -4.718f, -2.722f, -0.587f,  1.296f,  2.694f,
+ -0.537f,-10.810f,  7.631f,  3.260f,  4.270f,  4.870f,  3.153f,  2.315f,  4.236f,  6.669f,
+  6.177f,  6.104f,  5.595f,  5.136f,  4.779f,  4.712f,  3.610f,  2.318f,  1.757f,  1.057f,
+  0.483f,  0.847f,  0.186f,  0.055f,  1.411f,  2.266f, -0.612f,  1.081f,  2.379f,  3.223f,
+  3.546f,  3.611f,  4.306f,  4.988f,  6.868f,  8.553f,  9.496f, 10.531f, 11.159f, 12.868f,
+ 13.606f
+},{
+-29.534f,-30.029f,-29.163f,-31.596f,-34.114f,-39.683f,-44.829f,-46.058f,-48.824f,-50.721f,
+-52.629f,-54.671f,-56.731f,-58.073f,-59.315f,-63.068f,-64.970f,-64.843f,-65.098f,-65.021f,
+-63.929f,-62.671f,-61.307f,-56.349f,-53.688f,-51.285f,-49.583f,-48.406f,-47.114f,-45.755f,
+-44.411f,-42.949f,-41.471f,-39.271f,-36.774f,-33.918f,-31.124f,-28.313f,-25.720f,-22.692f,
+-19.764f,-16.427f,-13.083f, -9.748f, -5.326f, -1.450f,  3.251f,  6.650f,  8.543f, 10.171f,
+ 10.559f, 12.990f, 15.811f, 18.427f, 20.773f, 23.436f, 25.633f, 27.211f, 28.565f, 29.413f,
+ 30.521f, 31.478f, 35.302f, 33.612f, 33.889f, 33.784f, 31.900f, 27.751f, 25.581f, 35.159f,
+ 43.059f, 46.825f, 46.773f, 45.278f, 42.253f, 37.978f, 32.306f, 31.888f, 30.541f, 27.966f,
+ 27.291f, 24.337f, 21.117f, 20.129f, 19.396f, 18.257f, 18.157f, 18.001f, 17.454f, 17.191f,
+ 17.179f, 16.540f, 15.918f, 15.928f, 14.760f, 13.185f, 12.447f, 11.294f, 10.004f,  9.852f,
+ 10.373f, 10.810f, 10.461f,  9.573f,  8.786f,  8.316f,  7.574f,  7.922f,  8.930f,  8.277f,
+  5.877f,  5.021f,  4.161f,  3.460f,  1.778f,  0.807f,  6.091f, -3.368f, -4.704f, -4.117f,
+ -6.412f, -8.228f, -9.160f,-10.681f,-11.920f,-12.462f,-13.027f,-12.960f,-12.744f,-12.532f,
+-11.958f,-11.204f,-10.039f, -8.375f, -5.967f, -4.308f, -2.417f,  0.073f,  1.950f,  3.560f,
+  1.488f,-10.883f,  7.249f,  4.512f,  4.922f,  5.264f,  3.368f,  5.277f,  7.250f,  7.675f,
+  7.217f,  6.442f,  6.047f,  5.087f,  4.886f,  4.594f,  3.360f,  2.044f,  1.305f,  0.801f,
+  0.563f,  0.854f,  0.072f, -0.083f,  1.437f,  2.494f, -0.312f,  0.733f,  2.333f,  2.976f,
+  3.182f,  3.408f,  4.194f,  4.903f,  6.967f,  8.653f,  9.617f, 10.547f, 11.145f, 12.869f,
+ 13.606f
+},{
+-29.534f,-30.021f,-29.072f,-31.613f,-34.224f,-39.464f,-44.533f,-46.197f,-49.009f,-50.822f,
+-52.679f,-54.792f,-56.453f,-57.896f,-59.193f,-63.019f,-64.707f,-65.444f,-65.999f,-64.752f,
+-63.578f,-62.530f,-60.054f,-56.213f,-53.607f,-51.215f,-49.378f,-47.971f,-46.571f,-45.399f,
+-44.276f,-42.662f,-41.198f,-39.021f,-36.163f,-33.524f,-30.781f,-28.177f,-25.308f,-22.189f,
+-19.180f,-16.484f,-13.491f, -9.827f, -6.301f, -3.012f,  1.282f,  4.316f,  7.167f,  7.309f,
+  9.340f, 11.647f, 14.216f, 16.886f, 19.476f, 21.496f, 23.328f, 24.276f, 25.445f, 28.040f,
+ 30.297f, 31.220f, 31.753f, 32.529f, 33.530f, 33.650f, 32.711f, 31.212f, 29.865f, 26.933f,
+ 24.113f, 25.508f, 33.445f, 36.399f, 34.319f, 26.791f, 31.479f, 29.163f, 27.392f, 27.403f,
+ 26.385f, 23.511f, 21.440f, 18.840f, 17.900f, 17.942f, 18.228f, 17.997f, 17.491f, 17.012f,
+ 16.337f, 15.591f, 15.364f, 14.863f, 13.970f, 13.030f, 11.417f, 10.632f, 10.259f,  9.948f,
+  9.939f, 10.448f, 11.337f, 10.189f,  8.875f,  8.430f,  7.657f,  8.268f,  8.311f,  8.792f,
+  7.782f,  5.857f,  5.439f,  4.316f,  2.856f,  0.489f,  2.433f, -2.762f, -2.896f, -4.252f,
+ -6.323f, -8.015f, -9.610f,-10.991f,-12.137f,-12.770f,-13.209f,-13.088f,-12.945f,-12.380f,
+-11.668f,-10.795f, -9.383f, -7.637f, -5.967f, -3.904f, -1.781f,  0.468f,  2.555f,  4.062f,
+  2.041f, -9.613f,  6.050f,  6.463f,  5.859f,  6.310f,  3.951f,  9.853f,  9.223f,  8.416f,
+  7.289f,  6.905f,  6.161f,  5.404f,  4.602f,  4.446f,  3.446f,  2.103f,  1.081f,  0.681f,
+  0.879f,  0.960f,  0.194f, -0.096f,  1.469f,  2.700f,  0.135f,  0.554f,  2.198f,  2.836f,
+  2.899f,  3.232f,  4.064f,  4.840f,  7.057f,  8.747f,  9.728f, 10.556f, 11.133f, 12.871f,
+ 13.606f
+},{
+-29.534f,-30.015f,-28.986f,-31.622f,-34.338f,-39.252f,-44.342f,-46.338f,-49.151f,-50.977f,
+-52.721f,-54.990f,-56.366f,-57.859f,-59.337f,-63.188f,-64.873f,-65.725f,-66.291f,-64.472f,
+-63.259f,-61.839f,-58.970f,-56.108f,-53.521f,-51.051f,-49.114f,-47.372f,-46.086f,-45.181f,
+-43.639f,-42.394f,-40.867f,-38.504f,-35.642f,-33.152f,-30.630f,-27.938f,-24.689f,-21.603f,
+-18.938f,-16.573f,-13.552f,-10.329f, -7.432f, -4.076f, -0.231f,  2.619f,  5.305f,  6.300f,
+  8.195f, 10.986f, 13.284f, 15.466f, 17.876f, 19.630f, 20.789f, 22.706f, 24.469f, 26.409f,
+ 26.626f, 28.495f, 29.799f, 30.593f, 31.393f, 31.183f, 30.775f, 30.335f, 30.265f, 29.614f,
+ 28.978f, 29.178f, 25.923f, 23.597f, 22.275f, 26.920f, 33.265f, 27.730f, 26.498f, 26.326f,
+ 24.513f, 22.927f, 20.418f, 19.524f, 18.749f, 18.350f, 17.949f, 18.014f, 16.513f, 16.124f,
+ 15.212f, 14.987f, 14.793f, 13.853f, 13.632f, 13.061f, 12.013f, 11.155f, 10.756f, 10.518f,
+ 10.509f, 10.598f, 10.651f,  9.593f,  9.391f,  8.387f,  8.344f,  9.095f,  8.895f,  8.262f,
+  8.195f,  6.903f,  6.194f,  5.236f,  3.522f,  4.631f,  4.801f, -1.468f, -1.821f, -3.202f,
+ -5.673f, -7.825f, -9.610f,-11.046f,-12.254f,-12.947f,-13.218f,-12.942f,-12.589f,-11.986f,
+-11.523f,-10.544f, -8.952f, -6.968f, -5.681f, -3.920f, -1.714f,  0.516f,  3.273f,  4.999f,
+  3.335f, -7.320f,  6.053f,  8.421f,  6.925f,  6.495f,  4.728f, 11.218f,  9.458f,  9.036f,
+  8.164f,  7.193f,  6.257f,  5.695f,  4.994f,  3.963f,  3.877f,  2.375f,  0.955f,  0.684f,
+  1.138f,  1.153f,  0.257f, -0.254f,  1.542f,  2.830f,  0.341f,  0.619f,  2.131f,  2.731f,
+  2.719f,  3.116f,  3.950f,  4.813f,  7.142f,  8.841f,  9.826f, 10.561f, 11.123f, 12.873f,
+ 13.606f
+},{
+-29.534f,-30.009f,-28.905f,-31.618f,-34.458f,-39.141f,-44.283f,-46.455f,-49.231f,-51.111f,
+-52.698f,-55.045f,-56.500f,-57.925f,-59.440f,-63.206f,-65.518f,-65.729f,-66.119f,-64.949f,
+-63.127f,-61.342f,-58.277f,-55.775f,-53.298f,-50.867f,-48.759f,-46.899f,-45.540f,-44.776f,
+-43.148f,-41.904f,-40.459f,-37.896f,-35.136f,-32.770f,-30.308f,-27.553f,-24.216f,-21.203f,
+-18.718f,-16.423f,-13.715f,-10.806f, -8.170f, -5.132f, -2.080f,  1.941f,  4.240f,  5.450f,
+  6.892f,  9.932f, 12.820f, 14.884f, 16.259f, 18.611f, 19.637f, 20.222f, 21.036f, 22.826f,
+ 24.615f, 26.307f, 27.352f, 27.955f, 27.727f, 27.596f, 27.728f, 27.858f, 28.108f, 28.229f,
+ 28.912f, 29.072f, 29.433f, 28.365f, 28.428f, 28.697f, 29.815f, 25.177f, 24.622f, 24.034f,
+ 22.434f, 21.643f, 20.273f, 19.120f, 17.557f, 17.163f, 17.773f, 17.359f, 15.771f, 15.832f,
+ 15.189f, 14.651f, 13.859f, 14.009f, 13.870f, 12.785f, 11.642f, 10.985f, 10.841f, 11.135f,
+ 11.793f, 10.475f, 10.356f,  9.598f,  9.004f,  9.270f,  8.676f,  9.331f,  8.588f,  9.840f,
+  9.279f,  7.669f,  7.284f,  6.489f,  4.110f,  5.554f,  5.704f, -0.605f, -0.747f, -2.764f,
+ -5.348f, -7.858f, -9.777f,-11.160f,-12.478f,-13.062f,-13.560f,-12.939f,-12.294f,-11.667f,
+-11.078f,-10.227f, -8.793f, -7.184f, -5.663f, -3.601f, -1.309f,  1.003f,  3.596f,  5.592f,
+  4.840f, -4.679f,  3.450f, 10.150f,  8.316f,  7.410f,  7.620f, 11.356f, 10.182f,  9.477f,
+  8.747f,  7.391f,  6.412f,  6.084f,  5.477f,  4.115f,  3.868f,  2.438f,  0.690f,  0.849f,
+  1.055f,  1.417f,  0.217f, -0.371f,  1.857f,  2.834f,  0.449f,  0.985f,  2.297f,  2.577f,
+  2.649f,  3.064f,  3.876f,  4.828f,  7.219f,  8.939f,  9.904f, 10.563f, 11.118f, 12.875f,
+ 13.606f
+},{
+-29.534f,-30.005f,-28.829f,-31.598f,-34.587f,-39.192f,-44.336f,-46.519f,-49.242f,-51.150f,
+-52.602f,-54.892f,-56.715f,-58.013f,-59.405f,-63.038f,-65.854f,-65.749f,-65.872f,-65.538f,
+-63.204f,-60.985f,-57.902f,-55.634f,-52.996f,-50.710f,-48.429f,-46.582f,-45.121f,-44.014f,
+-42.861f,-41.461f,-39.773f,-37.264f,-34.807f,-32.329f,-29.699f,-26.950f,-23.846f,-20.977f,
+-18.710f,-16.326f,-13.875f,-11.463f, -8.669f, -6.067f, -3.511f,  0.441f,  2.600f,  4.134f,
+  6.166f,  8.700f, 11.071f, 14.432f, 16.238f, 17.194f, 17.223f, 18.921f, 19.963f, 21.450f,
+ 22.536f, 23.337f, 24.443f, 24.625f, 24.667f, 24.702f, 24.721f, 25.010f, 25.567f, 25.861f,
+ 26.208f, 28.909f, 27.200f, 27.420f, 26.158f, 26.001f, 29.363f, 24.284f, 23.012f, 21.939f,
+ 21.455f, 20.264f, 18.884f, 17.746f, 17.325f, 16.757f, 16.168f, 16.059f, 16.149f, 15.743f,
+ 15.218f, 14.552f, 13.856f, 13.629f, 13.083f, 12.233f, 11.619f, 11.123f, 11.454f, 11.134f,
+ 11.679f, 12.389f, 10.765f,  9.649f, 10.241f,  8.084f,  9.648f,  9.772f,  8.994f,  9.376f,
+  8.965f,  8.268f,  7.889f,  6.980f,  4.451f,  7.464f,  3.034f,  1.034f, -0.464f, -2.532f,
+ -5.337f, -8.078f, -9.898f,-11.280f,-12.671f,-13.334f,-13.566f,-12.824f,-12.256f,-11.590f,
+-10.896f,-10.157f, -8.684f, -7.109f, -5.258f, -3.296f, -0.917f,  1.480f,  3.849f,  5.682f,
+  5.494f, -1.535f,  1.591f, 12.526f,  9.878f,  9.224f,  9.670f, 11.759f, 10.607f, 10.141f,
+  9.151f,  7.938f,  6.530f,  6.318f,  5.306f,  4.407f,  3.528f,  2.173f,  0.576f,  1.079f,
+  0.787f,  1.529f,  0.319f, -0.285f,  2.392f,  2.674f,  0.729f,  1.556f,  2.721f,  2.408f,
+  2.677f,  3.052f,  3.841f,  4.883f,  7.287f,  9.043f,  9.962f, 10.565f, 11.118f, 12.877f,
+ 13.606f
+},{
+-29.534f,-30.001f,-28.760f,-31.563f,-34.724f,-39.420f,-44.447f,-46.517f,-49.199f,-51.072f,
+-52.492f,-54.708f,-56.820f,-58.104f,-59.287f,-63.046f,-65.498f,-65.753f,-65.498f,-65.093f,
+-63.471f,-60.300f,-57.698f,-55.381f,-52.867f,-50.423f,-48.029f,-46.129f,-44.709f,-43.412f,
+-42.550f,-41.085f,-39.040f,-36.683f,-34.449f,-31.844f,-29.421f,-26.669f,-23.625f,-21.212f,
+-18.942f,-16.452f,-14.028f,-11.703f, -9.364f, -6.824f, -4.233f, -0.709f,  1.620f,  4.322f,
+  5.962f,  7.767f, 11.886f, 12.791f, 14.180f, 15.641f, 16.220f, 17.598f, 18.691f, 19.390f,
+ 20.527f, 21.362f, 21.812f, 21.516f, 21.544f, 21.770f, 22.188f, 22.643f, 22.887f, 22.938f,
+ 23.238f, 24.748f, 24.913f, 23.869f, 22.749f, 22.523f, 23.556f, 21.463f, 20.494f, 20.408f,
+ 19.877f, 18.856f, 17.923f, 16.583f, 16.775f, 16.807f, 16.640f, 16.367f, 16.419f, 14.855f,
+ 14.624f, 14.270f, 14.320f, 13.566f, 13.174f, 12.452f, 12.074f, 11.794f, 12.288f, 11.642f,
+ 11.979f, 11.787f, 11.546f, 10.420f, 10.513f,  9.681f,  9.901f,  9.702f,  9.811f,  9.934f,
+  8.852f,  8.965f,  8.422f,  7.040f,  5.560f,  6.138f,  5.272f,  1.695f,  0.366f, -2.379f,
+ -5.507f, -8.036f,-10.020f,-11.366f,-12.507f,-13.247f,-13.619f,-13.021f,-12.222f,-11.311f,
+-10.612f, -9.893f, -8.568f, -6.945f, -4.673f, -2.906f, -0.752f,  1.341f,  3.903f,  5.965f,
+  6.550f,  2.120f, -2.052f, 13.938f, 10.879f, 10.333f, 11.579f, 11.974f, 10.890f, 10.752f,
+  9.732f,  8.451f,  6.910f,  6.529f,  5.281f,  4.308f,  3.665f,  1.995f,  0.599f,  1.046f,
+  0.756f,  1.306f,  0.424f, -0.200f,  2.704f,  2.304f,  1.116f,  2.065f,  3.255f,  2.352f,
+  2.756f,  3.042f,  3.830f,  4.967f,  7.346f,  9.151f,  9.998f, 10.569f, 11.124f, 12.879f,
+ 13.606f
+},{
+-29.534f,-29.999f,-28.696f,-31.514f,-34.867f,-39.795f,-44.557f,-46.458f,-49.132f,-50.916f,
+-52.450f,-54.724f,-56.712f,-58.238f,-59.030f,-63.281f,-65.051f,-65.579f,-65.140f,-64.146f,
+-63.427f,-59.741f,-57.625f,-55.194f,-52.756f,-50.305f,-47.732f,-45.784f,-44.377f,-42.973f,
+-42.086f,-40.584f,-38.419f,-36.388f,-34.031f,-31.389f,-29.104f,-26.353f,-23.836f,-21.275f,
+-18.805f,-16.403f,-14.033f,-11.918f, -9.621f, -7.619f, -4.631f, -2.159f,  0.577f,  3.190f,
+  5.485f,  9.603f, 12.152f, 11.671f, 13.666f, 14.462f, 15.522f, 15.907f, 16.718f, 17.480f,
+ 18.629f, 19.169f, 19.191f, 19.103f, 19.580f, 19.419f, 19.649f, 19.899f, 20.548f, 20.290f,
+ 21.093f, 20.970f, 21.162f, 20.172f, 19.884f, 19.891f, 19.473f, 19.341f, 18.350f, 18.546f,
+ 18.306f, 17.422f, 17.195f, 16.814f, 16.870f, 16.902f, 16.701f, 16.297f, 15.494f, 14.319f,
+ 14.752f, 14.425f, 13.939f, 13.678f, 13.630f, 13.114f, 12.844f, 12.165f, 12.251f, 12.274f,
+ 12.247f, 11.941f, 11.831f, 11.591f, 11.036f, 10.393f, 10.315f, 10.141f,  8.766f,  8.979f,
+  9.479f,  9.188f,  8.918f,  6.557f,  7.289f, 14.278f,  4.606f,  2.239f,  0.845f, -2.383f,
+ -5.767f, -8.121f,-10.111f,-11.273f,-12.235f,-13.244f,-13.850f,-13.003f,-12.203f,-11.409f,
+-10.830f,-10.027f, -8.577f, -6.906f, -4.545f, -2.735f, -0.394f,  2.038f,  4.099f,  6.167f,
+  7.376f,  5.491f, -2.751f, 13.531f, 12.593f, 12.166f, 12.796f, 12.168f, 11.525f, 11.455f,
+ 10.493f,  9.223f,  7.745f,  6.664f,  5.250f,  4.882f,  4.071f,  2.074f,  0.577f,  0.867f,
+  0.936f,  0.907f,  0.247f, -0.249f,  2.412f,  1.742f,  1.371f,  2.317f,  3.686f,  2.487f,
+  2.791f,  3.005f,  3.816f,  5.064f,  7.400f,  9.260f, 10.014f, 10.577f, 11.137f, 12.882f,
+ 13.606f
+},{
+-29.534f,-29.997f,-28.640f,-31.456f,-35.014f,-40.257f,-44.617f,-46.369f,-49.072f,-50.748f,
+-52.505f,-54.955f,-56.436f,-58.442f,-58.685f,-63.369f,-65.128f,-65.410f,-65.138f,-63.899f,
+-62.770f,-59.617f,-57.513f,-55.164f,-52.481f,-50.166f,-47.581f,-45.368f,-43.936f,-42.785f,
+-41.450f,-39.778f,-37.869f,-36.017f,-33.201f,-31.032f,-28.856f,-26.153f,-23.840f,-21.147f,
+-18.581f,-16.099f,-14.109f,-12.078f,-10.253f, -8.038f, -5.249f, -2.479f,  0.391f,  2.453f,
+  4.779f,  8.322f,  8.911f, 11.225f, 12.189f, 12.918f, 13.615f, 14.353f, 15.034f, 15.682f,
+ 16.451f, 17.089f, 17.196f, 17.470f, 17.278f, 16.956f, 17.218f, 17.618f, 17.890f, 17.501f,
+ 17.841f, 17.860f, 17.657f, 17.385f, 17.031f, 17.225f, 17.016f, 17.043f, 16.895f, 16.836f,
+ 17.248f, 16.759f, 16.860f, 16.671f, 17.500f, 17.006f, 16.237f, 15.845f, 15.298f, 15.740f,
+ 14.615f, 14.283f, 13.999f, 13.909f, 13.498f, 13.117f, 13.183f, 13.278f, 12.805f, 13.164f,
+ 12.675f, 12.554f, 12.348f, 11.619f, 10.965f, 11.008f,  9.456f,  9.434f,  9.083f,  8.656f,
+  8.974f,  9.694f,  8.804f,  6.073f, 12.246f,  7.444f,  3.026f,  2.862f,  0.583f, -2.528f,
+ -5.534f, -8.190f,-10.013f,-11.182f,-11.845f,-13.177f,-13.821f,-13.117f,-12.355f,-11.676f,
+-10.894f, -9.816f, -8.199f, -6.886f, -4.742f, -2.641f, -0.434f,  1.764f,  4.314f,  6.573f,
+  8.040f,  7.551f, -0.422f,  9.942f, 15.037f, 13.905f, 12.973f, 12.983f, 12.043f, 11.807f,
+ 11.396f,  9.913f,  8.485f,  6.815f,  5.358f,  5.672f,  4.429f,  2.175f,  0.816f,  0.914f,
+  0.934f,  0.528f, -0.010f, -0.274f,  1.664f,  1.136f,  1.460f,  2.394f,  3.887f,  2.733f,
+  2.672f,  2.937f,  3.782f,  5.159f,  7.458f,  9.362f, 10.013f, 10.590f, 11.157f, 12.885f,
+ 13.606f
+},{
+-29.534f,-29.997f,-28.590f,-31.393f,-35.162f,-40.728f,-44.605f,-46.286f,-49.030f,-50.619f,
+-52.612f,-55.151f,-56.149f,-58.689f,-58.708f,-63.232f,-65.443f,-65.406f,-65.165f,-64.068f,
+-62.015f,-59.576f,-57.319f,-54.806f,-52.426f,-49.934f,-47.499f,-44.868f,-43.321f,-42.407f,
+-40.845f,-39.322f,-37.409f,-35.312f,-32.635f,-30.871f,-28.381f,-25.957f,-23.492f,-21.120f,
+-18.552f,-16.218f,-14.180f,-12.264f,-10.306f, -8.317f, -5.548f, -2.583f,  0.061f,  2.349f,
+  5.946f,  5.897f,  8.078f,  9.967f, 10.778f, 11.571f, 12.112f, 12.412f, 13.064f, 13.880f,
+ 14.902f, 15.090f, 15.165f, 15.176f, 15.192f, 15.218f, 15.470f, 15.699f, 15.442f, 15.548f,
+ 15.811f, 15.822f, 15.684f, 15.697f, 15.720f, 15.437f, 15.642f, 15.458f, 15.410f, 16.646f,
+ 15.843f, 15.944f, 16.576f, 16.845f, 16.701f, 16.819f, 16.847f, 15.783f, 15.229f, 14.891f,
+ 14.374f, 14.657f, 14.207f, 13.892f, 13.720f, 14.072f, 14.138f, 13.498f, 13.089f, 13.434f,
+ 13.280f, 13.343f, 12.370f, 11.692f, 11.208f,  9.788f,  9.576f,  9.011f,  8.297f,  8.232f,
+  8.691f,  9.314f,  8.581f,  6.764f, 14.056f,  3.079f,  3.716f,  2.688f,  0.220f, -2.802f,
+ -5.694f, -8.060f, -9.946f,-11.025f,-11.999f,-13.084f,-13.286f,-13.190f,-12.264f,-11.671f,
+-11.017f, -9.510f, -8.228f, -6.802f, -4.645f, -2.510f, -0.525f,  1.851f,  4.357f,  6.663f,
+  8.493f,  8.771f,  2.441f,  3.704f, 17.563f, 14.269f, 13.692f, 13.435f, 12.896f, 12.495f,
+ 11.787f, 10.516f,  9.000f,  7.167f,  5.890f,  6.309f,  4.894f,  2.235f,  1.145f,  0.899f,
+  0.628f,  0.165f, -0.074f, -0.206f,  0.953f,  0.614f,  1.449f,  2.476f,  3.852f,  2.907f,
+  2.346f,  2.853f,  3.725f,  5.242f,  7.531f,  9.453f,  9.998f, 10.610f, 11.184f, 12.889f,
+ 13.606f
+},{
+-29.534f,-29.997f,-28.548f,-31.332f,-35.311f,-41.138f,-44.525f,-46.238f,-48.995f,-50.543f,
+-52.697f,-55.017f,-56.011f,-58.892f,-59.536f,-63.317f,-65.353f,-65.333f,-64.767f,-63.800f,
+-61.656f,-59.360f,-57.113f,-54.418f,-52.427f,-49.729f,-47.223f,-44.559f,-42.838f,-42.001f,
+-40.405f,-38.815f,-36.816f,-34.662f,-32.251f,-30.497f,-28.039f,-25.550f,-23.185f,-21.094f,
+-18.356f,-16.107f,-14.155f,-11.956f,-10.482f, -8.553f, -5.608f, -2.705f, -0.937f,  3.910f,
+  2.689f,  5.801f,  7.188f,  8.161f,  9.398f, 10.354f, 10.586f, 11.160f, 11.658f, 12.136f,
+ 13.523f, 13.599f, 13.397f, 13.375f, 13.557f, 13.805f, 14.182f, 14.142f, 13.642f, 14.107f,
+ 14.545f, 13.548f, 14.237f, 14.117f, 13.654f, 13.749f, 14.213f, 13.691f, 14.781f, 14.603f,
+ 14.939f, 15.204f, 16.291f, 16.234f, 16.103f, 16.966f, 17.106f, 15.492f, 15.030f, 14.487f,
+ 15.143f, 14.968f, 14.630f, 14.866f, 14.027f, 14.465f, 14.240f, 14.011f, 13.103f, 13.314f,
+ 14.819f, 13.063f, 11.845f, 11.122f, 10.022f,  9.560f,  9.252f,  8.348f,  7.707f,  7.984f,
+  8.613f,  9.156f,  8.676f,  8.382f,  9.571f,  3.933f,  4.162f,  2.581f, -0.223f, -3.281f,
+ -5.973f, -8.320f, -9.728f,-10.927f,-12.115f,-13.120f,-13.099f,-12.961f,-12.175f,-11.606f,
+-11.350f, -9.948f, -8.613f, -7.189f, -4.850f, -2.798f, -0.541f,  1.805f,  4.186f,  6.646f,
+  8.610f,  9.708f,  5.775f,  0.037f, 17.655f, 15.527f, 14.288f, 14.052f, 13.610f, 12.832f,
+ 11.887f, 10.994f,  9.666f,  7.774f,  6.395f,  6.706f,  5.090f,  2.521f,  1.372f,  0.831f,
+  0.296f, -0.104f, -0.038f, -0.156f,  0.575f,  0.113f,  1.182f,  2.519f,  3.627f,  2.890f,
+  1.873f,  2.765f,  3.661f,  5.310f,  7.629f,  9.527f,  9.972f, 10.637f, 11.219f, 12.892f,
+ 13.606f
+},{
+-29.534f,-29.999f,-28.514f,-31.281f,-35.459f,-41.436f,-44.406f,-46.234f,-48.942f,-50.500f,
+-52.714f,-54.493f,-56.053f,-58.902f,-60.873f,-63.862f,-64.865f,-65.068f,-64.309f,-63.343f,
+-61.659f,-59.038f,-56.649f,-54.276f,-52.141f,-49.484f,-46.981f,-44.145f,-42.416f,-41.442f,
+-39.789f,-38.258f,-36.057f,-33.900f,-32.049f,-29.966f,-27.679f,-25.186f,-23.088f,-20.930f,
+-18.355f,-15.838f,-14.004f,-12.017f,-10.648f, -8.439f, -5.565f, -3.226f,  0.115f,  1.915f,
+  3.090f,  4.965f,  6.351f,  7.469f,  8.507f,  9.004f,  9.270f,  9.995f, 10.819f, 11.424f,
+ 11.776f, 11.729f, 12.185f, 12.000f, 11.849f, 12.010f, 12.353f, 12.618f, 12.550f, 13.518f,
+ 13.131f, 12.427f, 13.297f, 12.081f, 12.392f, 12.892f, 12.806f, 13.316f, 14.439f, 14.766f,
+ 15.501f, 14.988f, 14.935f, 15.017f, 15.914f, 16.460f, 16.573f, 15.242f, 15.090f, 15.010f,
+ 15.902f, 15.114f, 15.291f, 14.817f, 14.947f, 15.261f, 15.251f, 14.404f, 14.538f, 13.443f,
+ 13.388f, 12.909f, 10.910f, 10.512f,  9.540f,  8.752f,  8.295f,  7.944f,  7.741f,  7.864f,
+  8.757f,  9.080f,  8.335f, 10.019f,  6.925f,  3.983f,  3.646f,  1.650f, -0.926f, -3.896f,
+ -6.464f, -8.256f, -9.470f,-10.891f,-12.482f,-13.176f,-13.332f,-13.222f,-12.245f,-11.906f,
+-11.453f,-10.466f, -8.845f, -7.512f, -5.238f, -3.107f, -0.469f,  1.729f,  4.096f,  6.511f,
+  8.728f, 10.151f,  8.211f,  0.443f, 16.218f, 16.533f, 14.706f, 14.568f, 14.098f, 13.422f,
+ 12.096f, 11.329f, 10.394f,  8.633f,  6.845f,  6.806f,  5.257f,  3.079f,  1.986f,  1.372f,
+  0.098f, -0.131f,  0.080f, -0.180f,  0.413f, -0.484f,  0.444f,  2.295f,  3.252f,  2.723f,
+  1.398f,  2.667f,  3.617f,  5.365f,  7.757f,  9.582f,  9.940f, 10.671f, 11.262f, 12.897f,
+ 13.606f
+},{
+-29.534f,-30.001f,-28.489f,-31.246f,-35.609f,-41.603f,-44.284f,-46.263f,-48.853f,-50.461f,
+-52.677f,-53.809f,-56.132f,-58.597f,-61.891f,-64.425f,-64.530f,-64.853f,-64.167f,-63.174f,
+-61.799f,-58.915f,-56.111f,-54.146f,-51.927f,-49.352f,-46.884f,-43.816f,-42.178f,-40.745f,
+-39.186f,-37.487f,-35.212f,-33.257f,-31.310f,-29.515f,-27.170f,-24.903f,-22.888f,-20.535f,
+-18.449f,-16.124f,-13.790f,-12.196f,-10.457f, -8.303f, -5.456f, -3.323f, -0.136f,  0.374f,
+  2.640f,  4.197f,  5.185f,  6.096f,  6.942f,  7.700f,  7.973f,  8.859f,  9.588f, 10.012f,
+ 10.160f, 10.191f, 10.386f, 10.224f, 10.104f, 10.416f, 11.134f, 11.797f, 12.162f, 12.284f,
+ 12.307f, 11.637f, 13.415f, 11.675f, 11.584f, 11.823f, 12.582f, 13.776f, 14.137f, 14.984f,
+ 15.160f, 14.781f, 14.564f, 14.406f, 14.876f, 16.287f, 15.604f, 15.178f, 14.959f, 14.825f,
+ 15.523f, 15.605f, 15.764f, 15.526f, 16.270f, 15.927f, 15.140f, 13.802f, 14.328f, 13.743f,
+ 12.890f, 11.766f, 10.254f,  9.543f,  8.505f,  8.041f,  7.627f,  6.987f,  7.246f,  7.590f,
+  8.591f,  8.804f,  7.876f, 10.649f,  4.725f,  3.791f,  2.883f,  1.110f, -1.526f, -4.470f,
+ -6.811f, -8.498f, -8.932f,-11.209f,-12.867f,-13.612f,-13.846f,-13.661f,-12.714f,-12.524f,
+-11.978f,-11.076f, -9.501f, -8.008f, -5.702f, -3.171f, -0.315f,  1.855f,  3.897f,  6.234f,
+  8.430f, 10.431f,  9.685f,  2.178f, 12.575f, 16.692f, 15.000f, 14.895f, 14.500f, 13.942f,
+ 12.883f, 11.781f, 10.852f,  9.546f,  7.453f,  7.198f,  5.577f,  3.599f,  2.890f,  2.435f,
+ -0.156f, -0.080f,  0.371f, -0.340f,  0.150f, -1.065f, -0.559f,  1.739f,  2.772f,  2.530f,
+  1.051f,  2.535f,  3.614f,  5.410f,  7.908f,  9.621f,  9.904f, 10.710f, 11.310f, 12.902f,
+ 13.606f
+},{
+-29.534f,-30.005f,-28.473f,-31.233f,-35.765f,-41.651f,-44.193f,-46.300f,-48.732f,-50.412f,
+-52.614f,-53.286f,-56.028f,-58.033f,-62.222f,-64.479f,-64.565f,-64.759f,-64.000f,-62.969f,
+-61.818f,-59.012f,-55.793f,-53.885f,-51.821f,-49.234f,-46.553f,-43.656f,-41.628f,-40.104f,
+-38.632f,-36.740f,-34.500f,-32.598f,-30.446f,-28.901f,-26.635f,-24.520f,-22.451f,-20.296f,
+-18.047f,-16.145f,-13.918f,-12.233f,-10.367f, -8.209f, -5.589f, -2.865f, -1.700f,  0.326f,
+  1.878f,  3.376f,  4.356f,  5.502f,  6.011f,  6.322f,  6.940f,  7.666f,  8.268f,  8.380f,
+  8.551f,  8.644f,  8.736f,  8.802f,  8.993f,  9.914f, 10.914f, 11.302f, 11.260f, 11.710f,
+ 11.269f, 11.046f, 11.498f, 11.322f, 10.670f, 10.509f, 11.718f, 13.173f, 14.438f, 14.682f,
+ 13.987f, 13.077f, 14.165f, 13.788f, 14.756f, 14.869f, 15.133f, 14.939f, 14.418f, 14.791f,
+ 15.915f, 15.846f, 15.321f, 16.396f, 16.865f, 15.882f, 15.860f, 14.896f, 13.795f, 12.894f,
+ 12.491f, 10.783f,  9.732f,  8.488f,  7.538f,  7.126f,  6.974f,  6.368f,  6.597f,  7.277f,
+  8.253f,  8.088f,  7.397f, 12.384f,  4.865f,  3.786f,  2.673f,  0.463f, -1.964f, -4.362f,
+ -6.938f, -8.556f, -9.935f,-11.871f,-13.244f,-13.923f,-14.287f,-14.204f,-13.358f,-13.027f,
+-12.278f,-11.100f, -9.981f, -8.090f, -5.871f, -3.367f, -0.529f,  1.703f,  3.672f,  5.730f,
+  8.099f, 10.464f, 10.756f,  4.362f,  8.328f, 17.346f, 15.273f, 15.056f, 15.326f, 14.884f,
+ 13.431f, 12.261f, 11.345f, 10.506f,  8.305f,  7.640f,  5.933f,  4.142f,  3.599f,  3.438f,
+ -0.522f, -0.313f,  0.578f, -0.638f, -0.436f, -1.400f, -1.244f,  1.095f,  2.239f,  2.350f,
+  0.866f,  2.346f,  3.661f,  5.445f,  8.069f,  9.645f,  9.869f, 10.755f, 11.365f, 12.907f,
+ 13.606f
+},{
+-29.534f,-30.009f,-28.466f,-31.247f,-35.928f,-41.621f,-44.152f,-46.319f,-48.607f,-50.360f,
+-52.531f,-53.087f,-55.636f,-57.439f,-62.307f,-64.127f,-64.655f,-64.559f,-63.612f,-62.521f,
+-61.649f,-58.990f,-55.670f,-53.713f,-51.740f,-48.987f,-46.242f,-43.322f,-41.344f,-39.621f,
+-37.890f,-35.961f,-33.880f,-31.969f,-29.983f,-28.068f,-26.072f,-24.074f,-21.947f,-19.874f,
+-18.124f,-16.092f,-14.360f,-12.337f,-10.143f, -8.006f, -4.111f, -3.856f, -2.175f, -0.595f,
+  1.188f,  2.940f,  4.321f,  4.897f,  5.061f,  5.429f,  6.261f,  6.763f,  6.968f,  6.908f,
+  7.000f,  7.183f,  7.436f,  7.465f,  8.307f,  9.048f,  9.712f,  9.943f, 10.848f, 10.909f,
+ 10.228f, 10.461f, 10.379f,  9.954f, 10.190f,  9.769f, 10.399f, 11.696f, 12.642f, 12.250f,
+ 12.574f, 12.305f, 12.390f, 13.133f, 14.275f, 14.340f, 14.254f, 14.566f, 14.688f, 15.267f,
+ 15.603f, 15.934f, 15.959f, 16.671f, 15.867f, 16.538f, 16.757f, 15.252f, 13.498f, 12.845f,
+ 11.141f,  9.932f,  9.100f,  7.712f,  6.545f,  6.223f,  5.860f,  6.277f,  6.800f,  7.514f,
+  7.861f,  7.185f,  7.611f,  7.473f,  4.462f,  3.516f,  2.292f,  0.278f, -2.505f, -5.553f,
+ -7.932f, -9.469f,-10.672f,-12.526f,-13.693f,-14.339f,-14.615f,-14.687f,-13.994f,-13.399f,
+-12.610f,-11.095f,-10.175f, -8.318f, -6.055f, -3.878f, -1.179f,  1.128f,  3.291f,  5.446f,
+  7.644f, 10.350f, 11.341f,  6.671f,  7.172f, 17.659f, 15.663f, 14.851f, 15.427f, 15.139f,
+ 14.513f, 12.799f, 11.740f, 11.028f,  9.233f,  8.024f,  6.423f,  4.754f,  4.065f,  4.099f,
+ -0.742f, -0.846f,  0.442f, -0.792f, -1.390f, -1.544f, -1.285f,  0.605f,  1.678f,  2.069f,
+  0.769f,  2.111f,  3.744f,  5.467f,  8.219f,  9.662f,  9.836f, 10.804f, 11.426f, 12.913f,
+ 13.606f
+},{
+-29.534f,-30.015f,-28.468f,-31.290f,-36.102f,-41.567f,-44.169f,-46.310f,-48.511f,-50.323f,
+-52.415f,-53.119f,-55.045f,-57.021f,-62.618f,-63.864f,-64.545f,-64.245f,-63.299f,-62.189f,
+-61.418f,-58.785f,-55.927f,-53.806f,-51.559f,-48.689f,-45.868f,-42.987f,-40.967f,-39.033f,
+-37.334f,-35.186f,-33.315f,-31.425f,-29.590f,-27.315f,-25.582f,-23.596f,-21.478f,-19.732f,
+-18.453f,-16.375f,-14.369f,-12.196f, -9.906f, -8.089f, -5.520f, -4.498f, -2.465f, -0.947f,
+  0.935f,  2.619f,  3.895f,  4.021f,  3.902f,  4.791f,  5.282f,  5.611f,  5.825f,  5.727f,
+  5.591f,  5.805f,  6.268f,  6.763f,  7.306f,  7.906f,  8.248f,  8.969f,  9.952f, 11.038f,
+  9.328f, 10.440f,  8.893f,  9.351f,  9.184f,  9.000f,  9.137f,  9.529f, 10.315f, 10.760f,
+ 10.868f, 11.198f, 12.197f, 12.493f, 13.020f, 14.005f, 13.950f, 14.373f, 15.265f, 15.314f,
+ 16.312f, 16.111f, 16.739f, 16.788f, 16.883f, 16.339f, 15.812f, 15.250f, 14.126f, 11.550f,
+ 10.242f,  9.234f,  7.946f,  6.870f,  5.920f,  5.333f,  5.146f,  5.562f,  6.844f,  7.480f,
+  7.547f,  6.429f, 14.262f,  4.126f,  3.643f,  3.271f,  1.704f, -0.608f, -3.404f, -6.560f,
+ -8.706f,-10.315f,-11.323f,-12.959f,-14.235f,-14.704f,-15.019f,-14.975f,-14.440f,-13.849f,
+-13.099f,-11.593f,-10.356f, -8.706f, -6.620f, -4.233f, -1.960f,  0.355f,  2.900f,  5.104f,
+  7.369f, 10.006f, 11.373f,  8.912f,  7.743f, 17.103f, 16.934f, 14.329f, 15.425f, 15.360f,
+ 15.195f, 13.678f, 11.882f, 10.899f,  9.817f,  8.565f,  6.702f,  5.193f,  4.153f,  4.186f,
+ -0.723f, -1.246f,  0.161f, -0.694f, -2.636f, -1.824f, -0.954f,  0.225f,  1.078f,  1.527f,
+  0.658f,  1.883f,  3.837f,  5.470f,  8.334f,  9.678f,  9.809f, 10.855f, 11.490f, 12.920f,
+ 13.606f
+},{
+-29.534f,-30.021f,-28.480f,-31.360f,-36.285f,-41.544f,-44.235f,-46.277f,-48.459f,-50.319f,
+-52.277f,-53.167f,-54.444f,-56.778f,-63.010f,-63.878f,-64.316f,-64.020f,-63.095f,-62.036f,
+-61.054f,-58.531f,-56.223f,-53.673f,-51.103f,-48.573f,-45.439f,-42.807f,-40.330f,-38.518f,
+-36.717f,-34.569f,-32.616f,-30.706f,-29.005f,-26.928f,-25.156f,-23.095f,-21.026f,-20.449f,
+-18.113f,-16.451f,-14.466f,-11.998f, -9.843f, -7.650f, -6.674f, -4.328f, -2.630f, -1.143f,
+  0.784f,  2.382f,  3.121f,  3.066f,  3.144f,  3.433f,  4.003f,  4.522f,  4.429f,  4.142f,
+  4.236f,  4.461f,  4.829f,  5.417f,  6.045f,  6.588f,  6.677f,  7.535f,  8.564f,  8.745f,
+  8.802f,  9.297f,  7.844f,  8.056f,  8.370f,  8.234f,  8.161f,  8.815f,  9.295f,  9.232f,
+  9.670f,  9.483f, 10.443f, 11.596f, 12.215f, 13.409f, 14.281f, 14.470f, 15.386f, 15.473f,
+ 16.641f, 16.859f, 17.355f, 17.924f, 17.487f, 16.626f, 16.201f, 14.511f, 12.869f, 11.525f,
+  9.761f,  8.298f,  7.531f,  6.038f,  5.022f,  4.500f,  4.495f,  5.499f,  6.946f,  7.276f,
+  6.597f,  6.071f, 10.866f,  4.229f,  3.695f,  2.769f,  0.862f, -1.835f, -4.803f, -7.513f,
+ -9.586f,-11.165f,-12.390f,-13.502f,-14.755f,-15.197f,-15.369f,-15.201f,-14.914f,-13.748f,
+-13.097f,-11.974f,-10.721f, -9.476f, -7.390f, -5.001f, -2.779f, -0.294f,  2.141f,  4.606f,
+  7.123f,  9.551f, 10.988f, 10.478f,  7.889f, 15.502f, 16.344f, 14.563f, 15.362f, 15.355f,
+ 14.803f, 13.750f, 12.085f, 10.576f,  9.681f,  8.828f,  7.110f,  5.484f,  3.940f,  3.801f,
+ -0.666f, -1.196f, -0.107f, -0.935f, -3.945f, -2.402f, -0.740f, -0.207f,  0.480f,  0.715f,
+  0.492f,  1.725f,  3.906f,  5.452f,  8.395f,  9.699f,  9.791f, 10.907f, 11.557f, 12.928f,
+ 13.606f
+},{
+-29.534f,-30.028f,-28.502f,-31.455f,-36.474f,-41.594f,-44.333f,-46.241f,-48.436f,-50.353f,
+-52.182f,-53.087f,-53.945f,-56.576f,-63.122f,-63.908f,-64.060f,-63.849f,-62.809f,-61.763f,
+-60.581f,-58.428f,-56.099f,-53.269f,-50.726f,-48.398f,-45.148f,-42.266f,-39.903f,-38.035f,
+-35.998f,-34.047f,-32.103f,-30.005f,-28.179f,-26.411f,-24.799f,-22.862f,-21.005f,-20.810f,
+-18.188f,-16.526f,-14.282f,-11.878f, -9.753f, -6.929f, -6.989f, -4.807f, -3.599f, -1.474f,
+  0.147f,  1.346f,  1.858f,  1.868f,  1.718f,  2.200f,  2.724f,  3.035f,  2.955f,  3.040f,
+  3.083f,  3.118f,  3.607f,  4.102f,  4.495f,  5.103f,  5.609f,  6.027f,  7.560f,  6.819f,
+  9.629f,  7.585f,  7.428f,  7.227f,  7.285f,  7.307f,  7.427f,  8.007f,  8.011f,  8.028f,
+  8.267f, 12.384f,  9.589f, 10.873f, 11.638f, 12.867f, 13.715f, 14.750f, 15.380f, 15.820f,
+ 16.411f, 17.205f, 18.362f, 17.158f, 17.298f, 16.171f, 15.287f, 13.499f, 12.138f, 11.248f,
+  8.587f,  7.538f,  6.146f,  4.954f,  3.971f,  3.440f,  4.165f,  5.254f,  6.843f,  7.269f,
+  5.368f, 12.054f,  6.970f,  2.983f,  3.761f,  2.258f, -0.197f, -3.227f, -6.090f, -8.644f,
+-10.566f,-11.992f,-13.260f,-14.239f,-15.020f,-15.623f,-15.660f,-15.778f,-15.474f,-14.762f,
+-13.346f,-12.286f,-11.258f,-10.083f, -7.990f, -5.710f, -3.530f, -1.021f,  1.407f,  4.025f,
+  6.753f,  8.750f, 10.519f, 11.042f,  8.082f, 14.369f, 14.376f, 15.534f, 15.120f, 15.000f,
+ 14.665f, 13.656f, 12.202f, 10.959f,  9.695f,  8.595f,  7.475f,  5.782f,  4.072f,  3.315f,
+ -0.680f, -0.984f, -0.586f, -2.002f, -4.924f, -3.129f, -0.877f, -0.646f,  0.028f, -0.168f,
+  0.310f,  1.673f,  3.929f,  5.418f,  8.394f,  9.730f,  9.784f, 10.960f, 11.626f, 12.937f,
+ 13.606f
+},{
+-29.534f,-30.037f,-28.533f,-31.568f,-36.662f,-41.733f,-44.441f,-46.216f,-48.397f,-50.408f,
+-52.205f,-52.909f,-53.552f,-56.343f,-63.008f,-63.726f,-63.745f,-63.565f,-62.528f,-61.399f,
+-60.397f,-58.533f,-55.876f,-52.943f,-50.486f,-47.995f,-44.996f,-41.825f,-39.570f,-37.379f,
+-35.332f,-33.379f,-31.476f,-29.606f,-27.381f,-25.910f,-24.295f,-22.494f,-21.983f,-20.127f,
+-18.320f,-16.317f,-13.925f,-11.922f, -9.746f, -7.877f, -6.721f, -5.343f, -3.578f, -1.460f,
+ -0.271f,  0.660f,  0.692f,  0.767f,  1.033f,  1.457f,  1.772f,  1.990f,  2.140f,  1.795f,
+  2.042f,  2.187f,  2.182f,  2.366f,  3.099f,  3.588f,  4.421f,  4.626f,  4.861f,  6.303f,
+  6.824f,  6.163f,  6.795f,  6.681f,  6.688f,  7.080f,  6.923f,  7.197f,  7.311f,  7.880f,
+  7.983f,  8.688f,  9.515f, 10.574f, 11.770f, 12.685f, 13.999f, 14.580f, 14.840f, 15.763f,
+ 16.385f, 17.445f, 17.966f, 16.764f, 16.124f, 15.408f, 14.209f, 12.929f, 11.345f,  9.630f,
+  8.024f,  6.448f,  5.249f,  3.825f,  2.835f,  2.699f,  3.726f,  4.796f,  5.600f,  6.118f,
+  6.130f, 15.271f,  1.632f,  2.624f,  3.157f,  1.286f, -1.774f, -4.598f, -7.283f, -9.577f,
+-11.371f,-12.749f,-13.953f,-14.911f,-15.533f,-16.083f,-16.044f,-16.184f,-15.751f,-15.181f,
+-14.244f,-13.131f,-11.909f,-10.563f, -8.599f, -6.518f, -4.122f, -1.593f,  0.527f,  3.380f,
+  6.079f,  7.904f, 10.010f, 11.369f,  8.359f, 13.154f, 13.069f, 15.050f, 15.169f, 15.285f,
+ 14.991f, 13.863f, 11.863f, 11.575f, 10.209f,  8.599f,  7.417f,  6.370f,  5.005f,  2.864f,
+ -0.666f, -1.060f, -1.342f, -3.376f, -5.340f, -3.840f, -1.344f, -0.902f, -0.151f, -0.862f,
+  0.173f,  1.699f,  3.905f,  5.381f,  8.335f,  9.771f,  9.792f, 11.013f, 11.696f, 12.946f,
+ 13.606f
+},{
+-29.534f,-30.046f,-28.574f,-31.691f,-36.837f,-41.952f,-44.535f,-46.205f,-48.289f,-50.453f,
+-52.359f,-52.785f,-53.276f,-56.119f,-62.892f,-63.419f,-63.424f,-63.220f,-62.305f,-61.181f,
+-60.498f,-58.356f,-55.654f,-52.571f,-50.192f,-47.612f,-44.833f,-41.529f,-39.082f,-36.854f,
+-34.814f,-32.863f,-30.902f,-29.000f,-26.874f,-25.380f,-23.772f,-22.085f,-22.123f,-19.645f,
+-18.145f,-15.964f,-13.666f,-11.543f, -9.188f, -8.394f, -7.107f, -5.901f, -4.149f, -2.317f,
+ -0.757f,  0.046f, -0.257f, -0.209f, -0.115f,  0.370f,  1.065f,  1.145f,  1.084f,  1.238f,
+  1.283f,  1.115f,  1.069f,  1.560f,  1.917f,  2.672f,  3.387f,  3.480f,  4.040f,  4.910f,
+  5.211f,  5.086f,  5.708f,  6.217f,  6.647f,  6.234f,  6.361f,  6.678f,  6.652f,  6.908f,
+  7.305f,  7.953f,  9.202f, 10.660f, 11.874f, 12.521f, 13.587f, 14.443f, 15.044f, 15.757f,
+ 16.625f, 16.294f, 16.306f, 15.965f, 15.349f, 14.983f, 13.334f, 11.842f, 10.098f,  8.585f,
+  7.066f,  5.644f,  4.634f,  2.915f,  1.931f,  1.871f,  2.988f,  3.560f,  3.458f, 13.203f,
+ 18.149f,  9.833f, -0.706f,  2.682f,  2.397f, -0.141f, -3.321f, -6.006f, -8.386f,-10.472f,
+-12.115f,-13.173f,-14.127f,-15.119f,-15.899f,-16.329f,-16.697f,-16.996f,-16.735f,-15.891f,
+-14.756f,-13.770f,-12.564f,-11.176f, -9.378f, -7.454f, -4.932f, -2.433f, -0.217f,  2.638f,
+  5.144f,  7.186f,  9.689f, 11.638f,  9.173f, 11.724f, 12.440f, 12.031f, 15.585f, 15.486f,
+ 15.041f, 13.979f, 12.308f, 11.582f, 10.430f,  9.101f,  7.668f,  7.154f,  6.470f,  2.605f,
+ -0.541f, -1.386f, -2.061f, -4.363f, -5.461f, -4.442f, -2.031f, -0.999f, -0.156f, -1.261f,
+  0.092f,  1.730f,  3.848f,  5.361f,  8.232f,  9.822f,  9.816f, 11.066f, 11.765f, 12.957f,
+ 13.606f
+},{
+-29.534f,-30.056f,-28.622f,-31.815f,-36.986f,-42.221f,-44.595f,-46.184f,-48.078f,-50.450f,
+-52.547f,-52.837f,-53.213f,-55.935f,-62.548f,-63.150f,-63.216f,-62.934f,-61.962f,-61.043f,
+-60.358f,-57.774f,-55.363f,-52.313f,-49.905f,-47.198f,-44.534f,-41.161f,-38.606f,-36.410f,
+-34.239f,-32.341f,-30.257f,-28.333f,-26.528f,-24.915f,-23.404f,-22.549f,-21.285f,-19.604f,
+-17.989f,-15.493f,-13.390f,-11.825f, -9.928f, -8.468f, -7.214f, -6.036f, -4.723f, -3.134f,
+ -1.692f, -0.952f, -1.286f, -1.255f, -1.071f, -0.310f,  0.435f,  0.527f,  0.645f,  0.554f,
+  0.544f,  0.257f,  0.236f,  0.348f,  1.242f,  1.863f,  2.063f,  2.503f,  3.566f,  3.836f,
+  4.313f,  4.297f,  4.459f,  5.748f,  6.290f,  6.008f,  5.708f,  5.510f,  5.737f,  5.881f,
+  7.011f,  7.976f,  9.235f, 10.041f, 11.107f, 12.167f, 13.703f, 13.973f, 14.900f, 15.549f,
+ 15.697f, 15.622f, 15.392f, 14.795f, 14.557f, 14.208f, 12.535f, 10.932f,  9.440f,  7.579f,
+  6.153f,  4.913f,  3.664f,  2.294f,  0.960f,  0.796f,  1.436f,  1.802f,  1.324f,  7.873f,
+ 12.436f, -0.362f, -0.073f,  1.913f,  0.876f, -1.914f, -4.927f, -7.324f, -9.206f,-11.233f,
+-12.456f,-13.359f,-14.095f,-15.138f,-16.114f,-16.909f,-17.242f,-17.634f,-17.379f,-16.591f,
+-15.573f,-14.549f,-13.155f,-11.877f,-10.404f, -8.292f, -5.813f, -3.401f, -0.968f,  2.007f,
+  4.543f,  6.698f,  9.389f, 11.480f, 10.347f,  9.941f, 13.289f, 11.683f, 14.507f, 15.333f,
+ 14.796f, 14.575f, 13.820f, 11.550f, 10.838f,  9.545f,  8.143f,  7.801f,  7.600f,  2.666f,
+ -0.329f, -1.726f, -2.494f, -5.144f, -5.728f, -4.714f, -2.718f, -1.248f, -0.328f, -1.475f,
+  0.026f,  1.685f,  3.784f,  5.376f,  8.110f,  9.877f,  9.861f, 11.121f, 11.833f, 12.969f,
+ 13.606f
+},{
+-29.534f,-30.067f,-28.679f,-31.929f,-37.096f,-42.489f,-44.604f,-46.112f,-47.765f,-50.375f,
+-52.615f,-53.040f,-53.441f,-55.740f,-61.468f,-62.904f,-63.036f,-62.643f,-61.538f,-60.739f,
+-59.842f,-57.359f,-55.110f,-52.119f,-49.721f,-46.883f,-44.067f,-40.853f,-38.206f,-35.922f,
+-33.736f,-31.799f,-29.728f,-27.710f,-26.270f,-24.288f,-22.998f,-22.930f,-20.350f,-19.285f,
+-17.324f,-15.143f,-13.502f,-11.749f, -9.774f, -9.180f, -8.197f, -6.742f, -5.337f, -3.595f,
+ -2.286f, -1.906f, -2.338f, -2.045f, -1.550f, -1.195f, -0.474f, -0.262f,  0.207f, -0.064f,
+ -0.256f, -0.436f, -0.390f, -0.125f,  0.497f,  0.957f,  1.481f,  1.679f,  2.056f,  2.302f,
+  2.792f,  3.372f,  4.559f,  5.393f,  5.756f,  5.707f,  4.919f,  4.398f,  4.779f,  5.720f,
+  6.575f,  7.665f,  8.863f,  9.827f, 10.939f, 11.850f, 12.854f, 13.774f, 14.778f, 15.148f,
+ 14.931f, 15.158f, 14.105f, 14.150f, 13.867f, 13.001f, 11.745f, 10.144f,  8.470f,  6.733f,
+  5.491f,  3.951f,  2.604f,  1.061f, -0.493f, -0.794f, -0.018f,  0.037f, -0.524f, -1.555f,
+ -1.837f, -1.941f, -0.577f, -0.188f, -1.675f, -4.304f, -6.541f, -8.500f,-10.136f,-11.737f,
+-12.706f,-13.450f,-14.102f,-15.342f,-16.706f,-17.640f,-18.290f,-18.428f,-17.898f,-17.384f,
+-16.433f,-15.233f,-13.837f,-12.478f,-11.415f, -9.091f, -6.693f, -4.445f, -1.725f,  1.234f,
+  3.566f,  6.047f,  8.819f, 10.861f, 10.908f,  9.138f, 13.996f, 13.325f, 12.883f, 13.863f,
+ 14.385f, 14.659f, 15.555f, 12.245f, 11.682f,  9.873f,  8.561f,  8.369f,  7.719f,  2.863f,
+ -0.127f, -2.091f, -2.721f, -6.127f, -6.133f, -4.454f, -3.097f, -1.822f, -0.944f, -1.684f,
+ -0.069f,  1.538f,  3.734f,  5.432f,  7.994f,  9.930f,  9.928f, 11.179f, 11.898f, 12.981f,
+ 13.606f
+},{
+-29.534f,-30.079f,-28.743f,-32.024f,-37.150f,-42.705f,-44.553f,-45.946f,-47.389f,-50.225f,
+-52.462f,-53.211f,-53.828f,-55.496f,-59.673f,-62.609f,-62.671f,-62.276f,-61.185f,-60.198f,
+-59.198f,-57.123f,-54.832f,-51.739f,-49.595f,-46.659f,-43.471f,-40.651f,-37.902f,-35.470f,
+-33.199f,-31.241f,-29.235f,-27.288f,-25.766f,-24.008f,-23.085f,-22.078f,-20.279f,-18.947f,
+-16.743f,-14.886f,-13.460f,-12.001f,-11.047f, -9.576f, -8.503f, -7.422f, -5.825f, -3.921f,
+ -3.098f, -3.042f, -3.094f, -2.969f, -2.582f, -2.046f, -1.550f, -0.636f, -0.497f, -0.713f,
+ -0.846f, -1.193f, -1.037f, -0.828f, -0.309f,  0.044f,  0.173f,  0.837f,  0.990f,  1.052f,
+  1.867f,  2.195f,  3.446f,  4.397f,  4.833f,  4.517f,  4.049f,  3.887f,  4.191f,  4.860f,
+  6.203f,  7.315f,  8.815f,  9.390f, 10.494f, 11.838f, 12.421f, 13.782f, 14.222f, 14.342f,
+ 14.364f, 14.675f, 13.807f, 13.718f, 12.694f, 11.908f, 10.734f,  8.972f,  7.367f,  5.896f,
+  4.507f,  2.954f,  1.524f, -0.080f, -1.762f, -2.193f, -1.643f, -1.406f, -1.578f, -2.485f,
+ -2.781f, -2.525f, -2.581f, -3.185f, -4.510f, -6.529f, -8.093f, -9.521f,-10.833f,-12.226f,
+-13.306f,-13.918f,-14.591f,-16.213f,-17.758f,-18.672f,-19.486f,-19.643f,-19.165f,-18.331f,
+-17.439f,-16.173f,-14.910f,-13.418f,-12.216f,-10.026f, -7.800f, -5.330f, -2.657f,  0.459f,
+  2.613f,  5.093f,  8.160f, 10.085f, 10.916f, 10.252f, 10.837f, 14.446f, 12.511f, 12.085f,
+ 12.576f, 14.803f, 14.936f, 13.687f, 11.957f,  9.983f,  9.029f,  8.572f,  7.272f,  2.936f,
+ -0.135f, -2.458f, -3.188f, -7.061f, -6.307f, -3.923f, -3.076f, -2.447f, -1.889f, -1.932f,
+ -0.175f,  1.326f,  3.700f,  5.522f,  7.908f,  9.973f, 10.019f, 11.240f, 11.959f, 12.995f,
+ 13.606f
+},{
+-29.534f,-30.092f,-28.814f,-32.089f,-37.136f,-42.824f,-44.437f,-45.662f,-47.006f,-50.018f,
+-52.119f,-53.127f,-54.029f,-55.234f,-57.885f,-62.354f,-62.168f,-61.890f,-60.778f,-59.565f,
+-58.467f,-56.719f,-54.597f,-51.491f,-49.197f,-46.473f,-43.169f,-40.316f,-37.701f,-35.234f,
+-32.771f,-30.687f,-28.789f,-27.000f,-25.230f,-23.800f,-23.317f,-21.225f,-20.171f,-18.600f,
+-16.463f,-14.576f,-13.721f,-12.266f,-11.482f,-10.279f, -9.270f, -8.230f, -6.503f, -5.101f,
+ -4.242f, -4.278f, -4.102f, -3.862f, -3.284f, -2.812f, -2.291f, -1.577f, -1.545f, -1.299f,
+ -1.548f, -1.641f, -1.395f, -1.101f, -0.922f, -1.096f, -1.002f, -1.156f, -0.401f,  0.425f,
+  0.790f,  2.350f,  2.744f,  5.364f,  5.086f,  3.442f,  3.336f,  3.083f,  3.197f,  4.711f,
+  6.057f,  7.297f,  8.276f,  9.241f, 10.314f, 10.764f, 12.712f, 13.677f, 13.767f, 13.642f,
+ 14.019f, 14.068f, 13.788f, 12.342f, 11.577f, 10.774f,  9.717f,  7.847f,  6.429f,  5.046f,
+  3.425f,  1.821f,  0.394f, -1.306f, -2.705f, -3.222f, -3.162f, -3.132f, -3.089f, -3.405f,
+ -3.842f, -4.317f, -5.020f, -5.963f, -7.092f, -8.264f, -9.368f,-10.657f,-11.552f,-12.637f,
+-13.954f,-14.648f,-15.640f,-17.156f,-18.936f,-19.788f,-20.248f,-20.129f,-19.667f,-19.306f,
+-18.331f,-16.800f,-15.792f,-14.392f,-12.920f,-11.027f, -8.739f, -6.273f, -3.503f, -0.576f,
+  1.671f,  4.346f,  7.059f,  9.171f, 10.758f, 11.519f,  6.852f, 15.325f, 11.716f, 10.903f,
+  9.219f, 10.679f, 11.894f, 15.889f, 11.952f, 10.257f,  9.513f,  8.547f,  7.336f,  2.869f,
+ -0.489f, -2.736f, -4.410f, -7.610f, -6.186f, -3.681f, -2.931f, -2.686f, -2.701f, -2.100f,
+ -0.231f,  1.127f,  3.665f,  5.625f,  7.867f, 10.001f, 10.134f, 11.306f, 12.016f, 13.010f,
+ 13.606f
+},{
+-29.534f,-30.105f,-28.889f,-32.119f,-37.045f,-42.817f,-44.261f,-45.270f,-46.668f,-49.785f,
+-51.729f,-52.678f,-53.753f,-54.975f,-56.712f,-62.232f,-61.765f,-61.484f,-60.244f,-59.016f,
+-57.747f,-56.292f,-54.280f,-51.295f,-48.699f,-46.319f,-43.028f,-39.857f,-37.402f,-34.996f,
+-32.581f,-30.256f,-28.224f,-26.612f,-24.769f,-23.455f,-23.013f,-21.001f,-19.791f,-18.019f,
+-16.330f,-14.630f,-14.119f,-12.966f,-11.756f,-10.863f, -9.750f, -8.906f, -7.129f, -5.879f,
+ -5.603f, -5.700f, -5.185f, -4.883f, -3.735f, -3.259f, -2.799f, -2.183f, -2.252f, -1.635f,
+ -1.706f, -1.576f, -1.011f, -1.274f, -1.619f, -2.219f, -2.291f, -0.807f, -1.186f, -0.416f,
+ -0.106f,  1.695f,  2.971f,  5.470f,  3.544f,  2.418f,  1.977f,  1.688f,  2.607f,  4.256f,
+  5.464f,  6.992f,  7.562f,  7.697f,  9.627f, 10.770f, 12.131f, 12.738f, 12.807f, 12.875f,
+ 13.457f, 13.413f, 12.880f, 11.430f, 10.717f,  9.593f,  8.188f,  7.027f,  5.646f,  4.072f,
+  2.323f,  0.384f, -0.821f, -2.245f, -3.404f, -3.824f, -4.345f, -4.316f, -4.610f, -5.187f,
+ -5.443f, -6.089f, -7.195f, -7.960f, -8.762f, -9.705f,-10.726f,-11.667f,-12.557f,-13.418f,
+-14.846f,-15.446f,-16.761f,-18.174f,-19.927f,-20.714f,-21.079f,-20.963f,-20.980f,-20.691f,
+-19.683f,-17.589f,-16.615f,-15.556f,-13.987f,-12.150f, -9.788f, -7.206f, -4.311f, -1.604f,
+  0.727f,  3.352f,  6.590f,  8.267f, 10.467f, 11.675f,  6.230f, 14.007f, 12.612f, 10.205f,
+ 10.719f,  5.871f,  9.594f, 16.664f, 12.723f, 10.748f,  9.698f,  8.876f,  8.217f,  2.975f,
+ -0.985f, -3.072f, -6.176f, -7.956f, -6.097f, -3.875f, -2.985f, -2.510f, -2.994f, -2.070f,
+ -0.191f,  1.007f,  3.600f,  5.714f,  7.878f, 10.011f, 10.273f, 11.380f, 12.069f, 13.026f,
+ 13.606f
+},{
+-29.534f,-30.119f,-28.969f,-32.107f,-36.871f,-42.679f,-44.034f,-44.819f,-46.401f,-49.545f,
+-51.422f,-51.963f,-53.045f,-54.637f,-56.013f,-62.040f,-61.388f,-60.992f,-59.797f,-58.592f,
+-57.332f,-55.945f,-53.687f,-50.952f,-48.362f,-45.918f,-42.718f,-39.766f,-37.091f,-34.633f,
+-32.403f,-29.979f,-27.897f,-26.280f,-24.305f,-23.175f,-22.509f,-20.886f,-19.407f,-17.671f,
+-16.145f,-15.386f,-13.882f,-13.348f,-12.259f,-11.539f,-10.349f, -9.161f, -7.991f, -7.417f,
+ -6.922f, -6.691f, -6.268f, -5.550f, -4.295f, -3.805f, -3.156f, -2.985f, -2.873f, -1.894f,
+ -1.441f, -1.708f, -1.803f, -2.240f, -2.230f, -2.586f, -3.704f, -3.059f, -2.615f, -2.156f,
+ -0.868f,  0.559f,  3.471f,  3.024f,  1.975f,  1.247f,  2.650f,  0.841f,  2.419f,  3.473f,
+  4.912f,  5.306f,  6.065f,  7.078f,  8.660f, 10.118f, 11.648f, 12.012f, 12.172f, 12.275f,
+ 12.727f, 12.345f, 11.553f, 10.425f,  9.897f,  8.636f,  7.153f,  6.133f,  4.735f,  2.751f,
+  1.080f, -0.523f, -1.534f, -2.755f, -3.801f, -4.295f, -4.833f, -5.406f, -5.902f, -6.779f,
+ -6.966f, -7.880f, -8.789f, -9.367f,-10.080f,-11.023f,-12.040f,-12.712f,-13.619f,-14.675f,
+-15.841f,-16.480f,-18.105f,-19.730f,-20.997f,-21.737f,-21.724f,-22.126f,-22.160f,-21.503f,
+-20.774f,-18.587f,-17.656f,-16.684f,-15.122f,-13.273f,-10.969f, -8.273f, -5.265f, -2.586f,
+ -0.035f,  2.606f,  5.694f,  7.270f, 10.638f, 11.046f,  7.422f, 10.916f, 13.893f, 11.483f,
+ 13.464f,  8.159f, 11.089f, 15.457f, 13.592f, 10.782f,  9.346f,  9.220f,  9.153f,  3.334f,
+ -1.373f, -3.575f, -7.528f, -8.292f, -6.173f, -4.100f, -3.232f, -2.362f, -2.828f, -1.896f,
+ -0.090f,  0.980f,  3.484f,  5.768f,  7.938f, 10.001f, 10.433f, 11.461f, 12.117f, 13.044f,
+ 13.606f
+},{
+-29.534f,-30.134f,-29.051f,-32.053f,-36.613f,-42.424f,-43.770f,-44.381f,-46.200f,-49.299f,
+-51.218f,-51.222f,-52.276f,-54.121f,-55.308f,-61.381f,-60.672f,-60.425f,-59.480f,-58.214f,
+-57.058f,-55.456f,-53.072f,-50.554f,-47.832f,-45.422f,-42.323f,-39.636f,-36.827f,-34.349f,
+-32.191f,-29.789f,-27.679f,-25.896f,-23.983f,-23.017f,-21.786f,-20.487f,-19.033f,-17.503f,
+-16.015f,-16.001f,-13.568f,-13.746f,-12.686f,-11.923f,-10.943f, -9.960f, -8.831f, -8.309f,
+ -8.234f, -7.607f, -7.132f, -6.045f, -5.250f, -4.587f, -3.882f, -3.537f, -3.319f, -2.717f,
+ -2.171f, -2.670f, -2.995f, -3.262f, -3.174f, -4.091f, -4.041f, -3.876f, -3.717f, -3.003f,
+ -1.952f, -0.443f,  3.440f,  1.394f,  0.579f,  1.048f,  1.047f,  0.106f,  1.083f,  2.623f,
+  3.551f,  4.605f,  5.079f,  5.890f,  7.443f,  9.304f, 10.856f, 11.169f, 11.519f, 11.572f,
+ 11.715f, 11.399f, 10.539f,  9.572f,  8.806f,  7.623f,  6.459f,  5.202f,  3.616f,  1.708f,
+  0.168f, -1.221f, -2.405f, -3.558f, -4.424f, -5.075f, -5.786f, -6.597f, -7.225f, -7.856f,
+ -8.442f, -9.268f,-10.259f,-10.724f,-11.397f,-12.382f,-13.123f,-13.936f,-14.414f,-15.661f,
+-16.674f,-18.089f,-19.801f,-21.129f,-22.148f,-22.517f,-22.553f,-22.610f,-22.458f,-21.906f,
+-21.795f,-19.816f,-18.903f,-17.836f,-16.249f,-14.323f,-11.904f, -9.361f, -6.516f, -3.800f,
+ -0.905f,  1.813f,  4.946f,  6.342f, 10.222f,  9.484f,  8.335f,  8.310f, 13.205f, 12.870f,
+ 13.349f, 11.759f, 15.668f, 15.483f, 14.322f, 10.945f,  9.250f,  9.229f,  9.481f,  3.816f,
+ -1.643f, -4.043f, -8.005f, -8.425f, -6.114f, -4.070f, -3.459f, -2.636f, -2.616f, -1.788f,
+ -0.025f,  1.010f,  3.315f,  5.779f,  8.038f,  9.979f, 10.612f, 11.551f, 12.159f, 13.062f,
+ 13.606f
+},{
+-29.534f,-30.150f,-29.135f,-31.958f,-36.274f,-42.084f,-43.482f,-44.024f,-46.036f,-49.030f,
+-51.008f,-50.680f,-51.800f,-53.454f,-54.484f,-60.082f,-59.635f,-59.787f,-59.103f,-57.841f,
+-56.476f,-54.779f,-52.519f,-49.939f,-47.318f,-44.893f,-41.988f,-39.427f,-36.665f,-34.187f,
+-31.958f,-29.646f,-27.409f,-25.545f,-23.881f,-22.967f,-21.341f,-20.138f,-18.752f,-17.442f,
+-16.409f,-15.958f,-14.052f,-13.967f,-12.845f,-12.078f,-11.434f,-10.614f, -9.963f, -9.551f,
+ -8.870f, -8.137f, -7.404f, -6.507f, -6.277f, -5.589f, -4.439f, -3.909f, -3.537f, -3.419f,
+ -3.657f, -4.032f, -3.729f, -3.610f, -4.098f, -3.874f, -3.800f, -5.403f, -5.149f, -4.114f,
+ -3.350f, -2.136f, -0.141f, -0.563f, -1.269f,  2.210f, -0.882f, -0.486f,  0.478f,  1.668f,
+  2.371f,  3.481f,  3.994f,  5.192f,  6.852f,  8.235f,  9.939f, 10.180f, 10.521f, 11.127f,
+ 11.118f, 10.553f,  9.560f,  8.715f,  7.270f,  6.306f,  5.160f,  3.870f,  2.181f,  0.818f,
+ -0.706f, -1.995f, -3.210f, -4.267f, -5.276f, -6.422f, -7.233f, -7.831f, -8.425f, -9.093f,
+ -9.965f,-10.734f,-11.113f,-12.132f,-12.914f,-13.667f,-14.363f,-15.110f,-15.355f,-16.588f,
+-17.432f,-19.614f,-21.105f,-22.519f,-23.107f,-23.206f,-23.782f,-24.018f,-23.590f,-23.139f,
+-22.345f,-20.999f,-20.183f,-18.785f,-17.306f,-15.134f,-12.881f,-10.354f, -7.696f, -4.943f,
+ -2.018f,  0.904f,  3.743f,  5.745f,  8.538f,  8.115f,  8.626f,  7.274f, 10.149f, 12.468f,
+ 13.363f, 13.557f, 18.170f, 16.314f, 15.168f, 11.331f,  9.528f,  8.787f,  9.312f,  4.762f,
+ -1.717f, -4.222f, -8.083f, -8.206f, -5.629f, -3.934f, -3.604f, -3.231f, -2.720f, -1.923f,
+ -0.078f,  1.042f,  3.115f,  5.755f,  8.165f,  9.951f, 10.806f, 11.649f, 12.197f, 13.082f,
+ 13.606f
+},{
+-29.534f,-30.166f,-29.220f,-31.826f,-35.862f,-41.699f,-43.179f,-43.794f,-45.872f,-48.726f,
+-50.663f,-50.407f,-51.629f,-52.768f,-53.733f,-58.284f,-58.839f,-59.003f,-58.629f,-57.436f,
+-55.773f,-54.127f,-52.014f,-49.272f,-46.866f,-44.231f,-41.789f,-39.140f,-36.484f,-34.085f,
+-31.642f,-29.410f,-27.315f,-25.211f,-23.558f,-22.953f,-20.880f,-19.946f,-18.675f,-17.118f,
+-17.055f,-15.416f,-14.920f,-14.086f,-13.578f,-12.724f,-11.714f,-11.336f,-10.646f,-10.359f,
+ -9.581f, -8.615f, -7.679f, -7.208f, -6.740f, -6.060f, -5.133f, -4.523f, -4.989f, -4.804f,
+ -4.731f, -4.642f, -4.169f, -4.107f, -3.316f, -5.255f, -5.311f, -6.644f, -6.160f, -5.325f,
+ -4.236f, -3.484f, -2.627f, -2.875f,  0.800f,  0.175f, -1.863f, -1.405f, -0.070f,  0.726f,
+  1.579f,  2.212f,  3.105f,  4.280f,  5.808f,  7.783f,  8.928f,  9.102f,  9.654f, 10.430f,
+ 10.061f,  9.706f,  8.614f,  7.747f,  5.942f,  5.211f,  3.661f,  2.535f,  0.910f, -0.240f,
+ -1.608f, -2.933f, -4.313f, -5.158f, -6.447f, -7.645f, -8.401f, -9.088f, -9.562f,-10.403f,
+-11.325f,-12.426f,-12.973f,-13.850f,-14.188f,-14.967f,-15.462f,-16.142f,-16.481f,-17.467f,
+-18.459f,-21.174f,-22.522f,-23.653f,-23.970f,-24.463f,-24.721f,-25.334f,-24.623f,-24.104f,
+-23.775f,-22.073f,-21.393f,-19.797f,-18.205f,-15.969f,-13.665f,-11.437f, -8.669f, -6.066f,
+ -2.900f, -0.183f,  2.331f,  4.679f,  6.667f,  7.364f,  8.567f,  7.862f,  6.307f, 10.957f,
+ 12.437f, 15.509f, 18.245f, 16.709f, 14.701f, 11.598f,  9.516f,  7.922f,  8.877f,  6.070f,
+ -1.556f, -3.876f, -8.190f, -7.801f, -4.856f, -3.864f, -3.812f, -3.754f, -3.154f, -2.276f,
+ -0.250f,  1.039f,  2.919f,  5.711f,  8.305f,  9.930f, 11.008f, 11.755f, 12.231f, 13.103f,
+ 13.606f
+},{
+-29.534f,-30.183f,-29.303f,-31.665f,-35.390f,-41.308f,-42.867f,-43.687f,-45.684f,-48.392f,
+-50.155f,-50.323f,-51.468f,-52.113f,-52.999f,-56.183f,-58.553f,-58.185f,-58.069f,-56.917f,
+-55.382f,-53.572f,-51.595f,-48.683f,-46.122f,-43.706f,-41.534f,-38.859f,-36.409f,-33.909f,
+-31.417f,-29.300f,-27.244f,-25.046f,-23.194f,-22.520f,-20.523f,-19.661f,-18.608f,-17.391f,
+-16.751f,-16.182f,-15.290f,-14.291f,-13.649f,-13.013f,-12.217f,-11.790f,-11.433f,-10.889f,
+ -9.967f, -8.950f, -8.409f, -7.857f, -7.229f, -6.695f, -6.079f, -5.805f, -6.124f, -5.961f,
+ -5.650f, -5.100f, -4.701f, -4.014f, -4.610f, -5.027f, -6.407f, -7.222f, -6.381f, -6.197f,
+ -5.851f, -4.609f, -3.765f, -2.426f, -0.107f, -1.772f, -2.506f, -2.526f, -1.638f, -0.495f,
+  0.312f,  1.086f,  2.170f,  3.648f,  5.380f,  6.688f,  7.545f,  8.041f,  8.693f,  9.239f,
+  8.958f,  8.227f,  7.390f,  6.546f,  5.049f,  3.893f,  2.587f,  1.393f, -0.148f, -1.427f,
+ -2.621f, -4.105f, -5.282f, -6.223f, -7.341f, -8.770f, -9.687f,-10.437f,-11.073f,-12.098f,
+-12.849f,-13.904f,-14.712f,-15.565f,-15.614f,-16.068f,-16.542f,-17.054f,-17.725f,-18.544f,
+-19.765f,-22.894f,-23.841f,-24.738f,-25.102f,-25.504f,-25.566f,-26.193f,-26.285f,-25.506f,
+-24.901f,-23.224f,-22.194f,-20.685f,-19.034f,-16.914f,-14.682f,-12.546f, -9.780f, -7.231f,
+ -4.178f, -1.180f,  1.392f,  3.477f,  5.246f,  6.637f,  8.218f,  8.120f,  5.995f,  8.420f,
+ 11.930f, 17.075f, 16.728f, 17.119f, 13.548f, 11.991f,  9.235f,  7.294f,  8.363f,  6.870f,
+ -1.498f, -2.971f, -8.290f, -7.447f, -4.306f, -3.837f, -4.178f, -4.048f, -3.692f, -2.662f,
+ -0.469f,  0.998f,  2.759f,  5.665f,  8.441f,  9.929f, 11.213f, 11.868f, 12.261f, 13.125f,
+ 13.606f
+},{
+-29.534f,-30.200f,-29.385f,-31.484f,-34.873f,-40.943f,-42.545f,-43.661f,-45.470f,-48.046f,
+-49.588f,-50.318f,-51.081f,-51.358f,-51.942f,-54.031f,-58.282f,-57.607f,-57.317f,-56.312f,
+-55.043f,-53.003f,-51.045f,-47.958f,-45.499f,-43.316f,-41.041f,-38.567f,-36.164f,-33.715f,
+-31.240f,-29.007f,-27.082f,-25.066f,-22.868f,-22.057f,-20.142f,-19.242f,-18.225f,-17.861f,
+-16.497f,-16.460f,-15.572f,-14.825f,-13.670f,-13.430f,-12.418f,-12.175f,-11.714f,-11.017f,
+-10.351f, -9.468f, -9.391f, -8.445f, -7.864f, -7.619f, -7.284f, -7.074f, -7.134f, -6.978f,
+ -6.275f, -5.373f, -5.296f, -3.951f, -5.687f, -6.785f, -7.570f, -7.628f, -7.068f, -6.987f,
+ -5.771f, -5.973f, -4.487f, -3.148f, -1.774f, -2.767f, -3.030f, -3.274f, -2.355f, -1.537f,
+ -0.552f,  0.412f,  1.722f,  3.154f,  4.834f,  5.750f,  6.742f,  7.097f,  7.663f,  7.946f,
+  7.634f,  6.932f,  6.383f,  5.267f,  3.942f,  2.861f,  1.479f, -0.003f, -1.339f, -2.708f,
+ -3.865f, -5.340f, -6.391f, -7.184f, -8.454f,-10.230f,-11.347f,-12.252f,-13.019f,-13.933f,
+-14.811f,-15.660f,-16.452f,-17.069f,-16.947f,-17.375f,-17.901f,-18.261f,-19.082f,-20.015f,
+-21.460f,-23.930f,-24.929f,-25.769f,-26.216f,-26.827f,-27.055f,-27.305f,-26.988f,-26.547f,
+-26.290f,-24.361f,-23.141f,-21.532f,-19.804f,-17.801f,-15.910f,-13.839f,-10.988f, -8.105f,
+ -5.263f, -2.512f,  0.476f,  2.404f,  4.211f,  5.556f,  7.509f,  7.920f,  7.095f,  6.802f,
+ 11.622f, 17.775f, 16.607f, 17.233f, 13.111f, 12.111f,  8.982f,  7.069f,  8.089f,  7.104f,
+ -1.711f, -2.227f, -8.363f, -7.282f, -4.431f, -3.976f, -4.650f, -4.329f, -4.143f, -2.920f,
+ -0.658f,  0.940f,  2.650f,  5.624f,  8.558f,  9.960f, 11.417f, 11.984f, 12.288f, 13.148f,
+ 13.606f
+},{
+-29.534f,-30.217f,-29.464f,-31.295f,-34.331f,-40.617f,-42.216f,-43.645f,-45.245f,-47.708f,
+-49.118f,-50.359f,-50.602f,-50.331f,-50.481f,-52.288f,-57.542f,-57.201f,-56.450f,-55.681f,
+-54.372f,-52.456f,-50.354f,-47.342f,-45.049f,-42.785f,-40.517f,-38.180f,-35.981f,-33.606f,
+-31.157f,-28.777f,-26.755f,-24.857f,-23.064f,-21.436f,-19.824f,-18.905f,-18.221f,-17.693f,
+-17.060f,-16.508f,-15.768f,-15.110f,-14.570f,-13.994f,-13.188f,-12.524f,-11.639f,-11.040f,
+-10.321f,-10.196f, -9.726f, -9.112f, -8.631f, -8.157f, -7.997f, -8.081f, -8.220f, -7.721f,
+ -7.007f, -6.059f, -4.383f, -5.217f, -6.766f, -7.805f, -8.390f, -8.141f, -7.747f, -7.802f,
+ -7.460f, -6.293f, -5.577f, -3.275f, -4.208f, -3.703f, -3.947f, -4.029f, -3.545f, -2.425f,
+ -1.379f,  0.144f,  1.729f,  2.920f,  4.203f,  4.823f,  5.587f,  5.778f,  6.482f,  6.566f,
+  6.334f,  5.786f,  5.020f,  3.992f,  2.965f,  1.168f,  0.043f, -1.424f, -2.696f, -3.980f,
+ -5.149f, -6.446f, -7.512f, -8.532f, -9.695f,-11.678f,-12.706f,-13.667f,-14.757f,-15.533f,
+-16.546f,-17.431f,-17.866f,-18.471f,-18.593f,-18.593f,-19.166f,-19.611f,-20.540f,-21.633f,
+-22.878f,-24.816f,-26.026f,-26.994f,-27.405f,-27.882f,-28.814f,-29.064f,-28.920f,-28.098f,
+-27.510f,-25.415f,-24.149f,-22.309f,-20.801f,-18.920f,-17.041f,-15.073f,-12.332f, -9.368f,
+ -6.512f, -3.298f, -0.858f,  1.197f,  3.032f,  4.528f,  6.381f,  7.169f,  7.053f,  6.382f,
+ 11.053f, 17.659f, 18.466f, 16.335f, 12.765f, 11.911f,  8.896f,  6.900f,  7.828f,  7.104f,
+ -1.849f, -2.574f, -8.382f, -7.364f, -5.187f, -4.561f, -5.148f, -4.799f, -4.490f, -3.046f,
+ -0.802f,  0.883f,  2.586f,  5.581f,  8.643f, 10.029f, 11.614f, 12.102f, 12.312f, 13.173f,
+ 13.606f
+},{
+-29.534f,-30.235f,-29.538f,-31.109f,-33.785f,-40.331f,-41.884f,-43.574f,-45.035f,-47.382f,
+-48.820f,-50.477f,-50.417f,-49.050f,-48.967f,-51.246f,-56.569f,-56.576f,-55.714f,-54.933f,
+-53.567f,-51.906f,-49.663f,-46.904f,-44.590f,-42.220f,-40.349f,-37.929f,-35.811f,-33.343f,
+-30.962f,-28.552f,-26.584f,-24.897f,-22.719f,-20.781f,-19.500f,-18.777f,-18.422f,-16.778f,
+-17.775f,-16.846f,-16.142f,-15.426f,-15.186f,-14.459f,-13.654f,-12.737f,-11.874f,-11.184f,
+-10.917f,-10.550f,-10.225f, -9.640f, -9.134f, -8.565f, -8.862f, -8.892f, -8.800f, -8.187f,
+ -7.416f, -6.595f, -5.093f, -6.296f, -7.687f, -8.630f, -8.859f, -8.753f, -8.585f, -8.004f,
+ -7.910f, -6.910f, -6.539f, -4.236f, -4.772f, -4.858f, -5.138f, -4.348f, -4.085f, -3.059f,
+ -1.693f, -0.266f,  1.197f,  2.639f,  3.458f,  3.770f,  4.330f,  4.561f,  5.399f,  5.117f,
+  4.881f,  4.506f,  3.636f,  2.527f,  1.803f, -0.165f, -1.326f, -2.917f, -4.248f, -5.522f,
+ -6.672f, -7.626f, -8.632f, -9.944f,-11.009f,-13.124f,-14.334f,-15.455f,-16.401f,-17.134f,
+-18.046f,-18.721f,-19.600f,-20.019f,-19.908f,-19.786f,-20.376f,-21.116f,-22.158f,-23.091f,
+-24.134f,-25.625f,-27.157f,-27.855f,-28.643f,-29.137f,-30.076f,-30.447f,-30.124f,-29.722f,
+-28.476f,-26.359f,-25.111f,-23.139f,-21.612f,-20.080f,-18.314f,-16.228f,-13.717f,-10.730f,
+ -7.674f, -4.737f, -2.326f, -0.226f,  1.466f,  3.382f,  5.587f,  6.366f,  6.506f,  6.242f,
+ 10.267f, 16.057f, 18.224f, 14.517f, 12.648f, 11.502f,  8.756f,  6.986f,  7.267f,  6.527f,
+ -1.818f, -3.887f, -8.208f, -7.622f, -6.080f, -5.528f, -5.640f, -5.331f, -4.790f, -3.154f,
+ -0.945f,  0.841f,  2.552f,  5.524f,  8.685f, 10.140f, 11.800f, 12.219f, 12.335f, 13.198f,
+ 13.606f
+},{
+-29.534f,-30.253f,-29.607f,-30.936f,-33.260f,-40.071f,-41.560f,-43.410f,-44.858f,-47.057f,
+-48.628f,-50.648f,-50.731f,-47.758f,-47.683f,-50.491f,-55.710f,-55.763f,-55.112f,-54.098f,
+-52.904f,-51.195f,-49.024f,-46.400f,-44.107f,-41.946f,-40.359f,-37.801f,-35.747f,-33.166f,
+-30.575f,-28.384f,-26.393f,-24.843f,-21.975f,-20.391f,-19.195f,-18.307f,-18.485f,-17.408f,
+-17.803f,-17.319f,-16.426f,-16.011f,-15.414f,-14.836f,-14.042f,-13.321f,-12.349f,-11.738f,
+-11.362f,-10.881f,-10.726f, -9.984f, -9.432f, -8.994f, -9.326f, -9.348f, -9.282f, -8.542f,
+ -7.672f, -7.078f, -6.392f, -7.403f, -8.873f, -9.472f, -9.396f, -9.034f, -9.002f, -8.887f,
+ -8.333f, -8.008f, -6.420f, -5.913f, -5.139f, -5.213f, -5.601f, -4.874f, -4.746f, -3.421f,
+ -2.078f, -0.837f,  0.341f,  1.926f,  2.644f,  3.065f,  3.144f,  3.574f,  4.342f,  3.639f,
+  3.439f,  2.984f,  1.949f,  0.959f,  0.161f, -1.472f, -2.738f, -4.603f, -5.924f, -7.130f,
+ -8.066f, -8.966f,-10.087f,-11.361f,-12.273f,-14.274f,-15.789f,-17.361f,-18.368f,-19.166f,
+-19.698f,-20.203f,-20.960f,-21.075f,-21.068f,-21.161f,-21.852f,-22.622f,-23.731f,-24.734f,
+-25.449f,-26.603f,-28.007f,-28.531f,-29.488f,-30.397f,-31.042f,-31.438f,-31.375f,-31.191f,
+-29.816f,-27.297f,-25.926f,-24.144f,-22.520f,-21.247f,-19.565f,-17.551f,-14.836f,-12.018f,
+ -8.939f, -6.336f, -3.992f, -1.680f,  0.168f,  2.194f,  4.601f,  5.158f,  5.268f,  7.294f,
+ 10.502f, 14.875f, 16.794f, 13.144f, 12.355f, 10.850f,  8.676f,  7.261f,  6.558f,  5.381f,
+ -2.020f, -5.207f, -7.948f, -7.889f, -6.745f, -6.410f, -6.096f, -5.665f, -5.048f, -3.328f,
+ -1.133f,  0.824f,  2.536f,  5.436f,  8.679f, 10.287f, 11.973f, 12.333f, 12.359f, 13.224f,
+ 13.606f
+},{
+-29.534f,-30.272f,-29.669f,-30.787f,-32.784f,-39.814f,-41.264f,-43.156f,-44.716f,-46.726f,
+-48.392f,-50.728f,-51.253f,-46.730f,-46.514f,-49.376f,-54.695f,-55.211f,-54.461f,-53.368f,
+-52.298f,-50.521f,-48.528f,-46.054f,-43.453f,-41.957f,-40.043f,-37.641f,-35.565f,-32.829f,
+-30.368f,-28.301f,-26.199f,-24.368f,-21.440f,-19.980f,-18.755f,-17.924f,-18.142f,-18.432f,
+-17.828f,-17.051f,-16.692f,-16.447f,-15.720f,-14.889f,-14.341f,-13.704f,-12.935f,-12.162f,
+-11.568f,-11.218f,-10.766f,-10.061f, -9.506f, -9.441f, -9.744f, -9.691f, -9.522f, -8.624f,
+ -8.216f, -7.541f, -8.051f, -8.965f, -9.910f,-10.169f, -9.973f, -9.689f, -9.352f, -9.377f,
+ -9.060f, -8.378f, -7.264f, -7.009f, -5.346f, -5.733f, -5.796f, -5.228f, -4.633f, -3.595f,
+ -2.899f, -0.471f,  2.843f,  0.488f,  1.429f,  1.979f,  2.207f,  2.519f,  2.755f,  2.103f,
+  2.082f,  1.267f,  0.281f, -0.205f, -1.270f, -2.949f, -4.574f, -6.222f, -7.700f, -8.790f,
+ -9.554f,-10.710f,-11.941f,-12.804f,-13.772f,-15.184f,-17.367f,-18.938f,-19.997f,-20.858f,
+-21.536f,-21.995f,-22.596f,-22.431f,-22.500f,-22.902f,-23.125f,-24.363f,-25.223f,-26.023f,
+-26.833f,-27.721f,-28.868f,-29.469f,-30.614f,-31.504f,-32.213f,-32.539f,-32.600f,-32.002f,
+-30.446f,-28.473f,-26.730f,-25.249f,-23.794f,-22.398f,-20.781f,-18.659f,-16.039f,-13.154f,
+-10.138f, -7.549f, -5.319f, -3.152f, -1.196f,  1.405f,  2.911f,  3.777f,  3.902f,  8.135f,
+ 10.449f, 16.592f, 14.831f, 12.449f, 11.574f, 10.708f,  8.761f,  7.258f,  5.621f,  4.213f,
+ -2.501f, -5.998f, -7.852f, -8.071f, -7.310f, -6.949f, -6.499f, -5.796f, -5.225f, -3.541f,
+ -1.355f,  0.842f,  2.539f,  5.313f,  8.626f, 10.463f, 12.133f, 12.440f, 12.383f, 13.251f,
+ 13.606f
+},{
+-29.534f,-30.290f,-29.725f,-30.668f,-32.381f,-39.539f,-41.012f,-42.852f,-44.583f,-46.401f,
+-48.016f,-50.517f,-51.359f,-46.041f,-45.290f,-48.025f,-53.179f,-54.890f,-53.732f,-52.660f,
+-51.588f,-50.045f,-48.071f,-45.906f,-43.234f,-41.923f,-39.578f,-37.568f,-35.335f,-32.594f,
+-30.231f,-28.100f,-26.139f,-23.391f,-20.930f,-19.510f,-18.119f,-18.225f,-18.090f,-18.542f,
+-17.431f,-17.005f,-16.823f,-16.644f,-15.692f,-15.025f,-14.503f,-13.984f,-13.357f,-12.465f,
+-12.035f,-11.464f,-10.876f,-10.189f, -9.744f, -9.646f, -9.959f, -9.939f, -9.754f, -9.206f,
+ -8.780f, -8.198f, -9.125f, -9.969f,-10.726f,-10.849f,-10.537f,-10.382f,-10.142f, -9.973f,
+ -8.976f, -9.100f, -8.431f, -7.318f, -6.302f, -6.722f, -6.822f, -5.893f, -4.877f, -3.835f,
+ -2.540f,  2.357f,  0.833f, -0.305f,  0.625f,  0.864f,  0.920f,  1.181f,  1.383f,  1.014f,
+  0.676f, -0.453f, -1.038f, -1.694f, -2.920f, -4.319f, -6.375f, -7.966f, -9.442f,-10.595f,
+-11.405f,-12.425f,-13.452f,-14.453f,-15.498f,-16.504f,-19.074f,-20.537f,-21.834f,-22.468f,
+-22.822f,-23.244f,-23.948f,-24.012f,-24.007f,-24.668f,-24.796f,-25.934f,-26.834f,-27.295f,
+-28.113f,-28.753f,-29.750f,-30.458f,-31.555f,-32.526f,-33.245f,-33.987f,-33.427f,-32.898f,
+-31.466f,-29.266f,-27.660f,-26.177f,-25.024f,-23.638f,-21.879f,-19.755f,-17.208f,-14.310f,
+-11.536f, -8.839f, -6.701f, -4.532f, -2.145f,  0.394f,  1.666f,  2.619f,  2.822f,  7.431f,
+ 10.503f, 16.253f, 12.676f, 11.608f, 10.950f, 11.002f,  8.532f,  6.985f,  4.635f,  2.968f,
+ -2.948f, -6.382f, -7.834f, -8.192f, -7.965f, -7.358f, -6.878f, -5.991f, -5.327f, -3.712f,
+ -1.548f,  0.907f,  2.569f,  5.165f,  8.538f, 10.652f, 12.280f, 12.539f, 12.409f, 13.279f,
+ 13.606f
+},{
+-29.534f,-30.309f,-29.773f,-30.583f,-32.078f,-39.232f,-40.819f,-42.555f,-44.422f,-46.111f,
+-47.538f,-49.921f,-50.617f,-45.518f,-44.184f,-47.113f,-51.477f,-54.251f,-52.998f,-51.846f,
+-50.831f,-49.455f,-47.599f,-45.647f,-43.397f,-41.561f,-39.243f,-37.473f,-35.103f,-32.345f,
+-30.151f,-27.766f,-26.112f,-22.671f,-20.393f,-19.058f,-18.082f,-18.330f,-18.853f,-17.830f,
+-17.042f,-17.186f,-17.074f,-16.636f,-15.723f,-15.096f,-14.803f,-14.310f,-13.326f,-12.795f,
+-12.301f,-11.701f,-11.069f,-10.521f, -9.974f, -9.958f,-10.431f,-10.267f,-10.015f, -9.493f,
+ -9.306f, -9.861f,-10.524f,-10.819f,-11.411f,-11.422f,-11.113f,-10.930f, -9.512f,-10.042f,
+ -9.855f, -9.248f, -8.711f, -7.720f, -7.910f, -7.958f, -7.143f, -6.040f, -4.845f, -3.707f,
+  0.706f, -1.519f, -1.489f, -0.308f,  0.158f, -0.136f, -0.279f, -0.065f, -0.081f, -0.267f,
+ -0.897f, -1.980f, -2.515f, -3.475f, -4.488f, -5.963f, -8.162f, -9.779f,-11.058f,-12.328f,
+-13.394f,-14.524f,-15.364f,-16.379f,-17.174f,-18.247f,-20.831f,-21.981f,-23.319f,-23.845f,
+-24.202f,-24.737f,-25.481f,-25.798f,-25.804f,-26.093f,-26.676f,-27.548f,-28.314f,-28.739f,
+-29.432f,-29.957f,-30.738f,-31.595f,-32.477f,-33.276f,-34.151f,-34.701f,-34.595f,-33.777f,
+-32.286f,-29.967f,-28.590f,-27.066f,-26.037f,-24.572f,-22.969f,-20.694f,-18.367f,-15.580f,
+-12.546f,-10.323f, -7.951f, -5.832f, -3.209f, -0.756f,  0.532f,  1.251f,  3.437f,  5.090f,
+ 11.501f, 13.397f, 11.698f, 10.744f, 10.301f, 10.679f,  7.798f,  5.975f,  3.853f,  0.977f,
+ -3.450f, -6.476f, -7.696f, -8.293f, -8.559f, -7.868f, -7.270f, -6.411f, -5.428f, -3.808f,
+ -1.647f,  1.017f,  2.635f,  5.016f,  8.427f, 10.838f, 12.417f, 12.629f, 12.438f, 13.308f,
+ 13.606f
+},{
+-29.534f,-30.327f,-29.813f,-30.534f,-31.894f,-38.891f,-40.685f,-42.313f,-44.192f,-45.871f,
+-47.098f,-49.045f,-49.176f,-44.927f,-43.459f,-46.622f,-50.134f,-53.244f,-52.277f,-51.151f,
+-50.078f,-48.691f,-47.126f,-45.248f,-43.120f,-41.092f,-39.182f,-37.192f,-34.625f,-32.243f,
+-29.939f,-27.357f,-25.835f,-22.180f,-20.015f,-18.584f,-17.924f,-18.413f,-19.516f,-18.190f,
+-17.463f,-17.213f,-17.284f,-16.730f,-16.168f,-15.455f,-14.995f,-14.180f,-13.564f,-13.102f,
+-12.339f,-11.872f,-11.212f,-10.757f,-10.257f,-10.253f,-10.556f,-10.622f,-10.297f,-10.075f,
+-10.040f,-10.714f,-11.290f,-11.718f,-11.918f,-11.736f,-11.520f,-11.320f,-10.462f,-10.214f,
+-10.002f,-10.066f, -9.053f, -8.875f, -8.861f, -9.124f, -7.656f, -6.781f, -5.445f, -4.006f,
+ -2.067f, -2.657f, -1.672f, -0.954f, -1.207f, -1.239f, -1.536f, -1.343f, -1.569f, -1.702f,
+ -2.423f, -3.540f, -4.048f, -5.011f, -6.204f, -7.904f, -9.755f,-11.198f,-12.649f,-13.955f,
+-15.096f,-16.420f,-17.505f,-18.170f,-18.711f,-20.114f,-22.335f,-23.395f,-24.745f,-25.336f,
+-25.892f,-26.592f,-27.250f,-27.419f,-27.573f,-28.068f,-28.251f,-28.981f,-29.644f,-30.045f,
+-30.560f,-31.010f,-31.666f,-32.659f,-33.596f,-34.280f,-35.186f,-35.772f,-35.231f,-34.443f,
+-33.022f,-30.626f,-29.537f,-28.130f,-26.846f,-25.545f,-23.937f,-21.630f,-19.223f,-16.708f,
+-13.872f,-11.449f, -9.008f, -6.684f, -3.972f, -1.924f, -0.624f,  0.341f,  2.471f,  7.147f,
+ 11.007f, 11.571f, 10.715f,  9.690f,  9.695f,  9.920f,  6.855f,  4.545f,  2.882f, -1.670f,
+ -4.042f, -6.144f, -7.500f, -8.434f, -8.948f, -8.409f, -7.653f, -6.893f, -5.592f, -3.870f,
+ -1.649f,  1.146f,  2.731f,  4.899f,  8.314f, 11.006f, 12.547f, 12.710f, 12.470f, 13.337f,
+ 13.606f
+},{
+-29.534f,-30.346f,-29.844f,-30.518f,-31.842f,-38.531f,-40.595f,-42.147f,-43.873f,-45.652f,
+-46.803f,-48.132f,-47.644f,-44.199f,-42.984f,-45.777f,-49.316f,-52.389f,-51.629f,-50.588f,
+-49.169f,-47.927f,-46.462f,-44.717f,-42.720f,-40.757f,-39.279f,-36.871f,-34.336f,-32.100f,
+-29.535f,-27.137f,-25.485f,-21.945f,-19.866f,-18.468f,-17.706f,-19.217f,-19.204f,-18.382f,
+-17.584f,-17.274f,-17.190f,-16.458f,-16.220f,-15.816f,-14.677f,-14.313f,-13.609f,-13.371f,
+-12.482f,-12.113f,-11.318f,-10.773f,-10.772f,-10.633f,-10.800f,-10.846f,-10.648f,-10.766f,
+-10.875f,-11.598f,-11.982f,-12.319f,-12.292f,-12.124f,-11.999f,-11.104f,-10.904f,-10.447f,
+-10.479f,-10.145f, -9.655f, -9.924f, -9.795f, -9.592f, -8.518f, -7.583f, -6.281f, -4.672f,
+ -3.908f, -3.168f, -2.544f, -2.217f, -2.442f, -2.530f, -2.885f, -2.776f, -3.225f, -3.270f,
+ -4.116f, -5.095f, -5.688f, -6.831f, -7.961f, -9.777f,-11.418f,-12.825f,-14.274f,-15.497f,
+-16.890f,-18.371f,-19.298f,-20.122f,-20.712f,-22.239f,-23.800f,-25.395f,-26.438f,-27.035f,
+-27.948f,-28.421f,-28.843f,-28.927f,-29.244f,-29.757f,-29.910f,-30.540f,-30.810f,-31.161f,
+-31.793f,-32.264f,-33.070f,-33.661f,-34.802f,-35.154f,-36.067f,-36.683f,-35.677f,-34.802f,
+-33.940f,-31.340f,-30.108f,-28.975f,-27.525f,-26.336f,-24.676f,-22.443f,-19.966f,-17.627f,
+-14.935f,-12.725f,-10.230f, -7.784f, -4.940f, -3.251f, -2.282f, -0.879f,  2.973f,  9.252f,
+  9.677f,  9.936f,  9.463f,  8.467f,  8.981f,  9.297f,  6.255f,  4.374f,  1.683f, -3.747f,
+ -4.247f, -5.404f, -7.373f, -8.708f, -9.317f, -8.834f, -7.961f, -7.166f, -5.802f, -3.943f,
+ -1.616f,  1.256f,  2.839f,  4.842f,  8.217f, 11.145f, 12.672f, 12.781f, 12.507f, 13.367f,
+ 13.606f
+},{
+-29.534f,-30.364f,-29.866f,-30.529f,-31.925f,-38.178f,-40.520f,-42.045f,-43.478f,-45.375f,
+-46.607f,-47.389f,-46.578f,-43.490f,-42.343f,-44.449f,-49.048f,-51.777f,-51.112f,-49.806f,
+-48.212f,-47.048f,-45.702f,-44.102f,-42.442f,-40.540f,-39.068f,-36.570f,-34.143f,-31.763f,
+-29.257f,-26.773f,-25.039f,-21.845f,-19.855f,-18.298f,-17.391f,-20.243f,-18.678f,-18.326f,
+-17.881f,-17.337f,-17.010f,-16.190f,-16.145f,-15.737f,-14.333f,-14.230f,-13.805f,-13.439f,
+-12.637f,-12.249f,-11.690f,-11.241f,-11.141f,-11.030f,-11.272f,-11.214f,-11.015f,-11.325f,
+-11.408f,-12.353f,-12.580f,-12.941f,-12.898f,-12.372f,-12.084f,-11.896f,-10.714f,-11.191f,
+-11.054f,-10.320f,-10.298f,-10.770f,-10.488f, -9.938f, -9.025f, -8.345f, -7.010f, -5.577f,
+ -4.819f, -4.397f, -3.941f, -3.550f, -3.725f, -3.881f, -4.075f, -4.005f, -4.417f, -4.831f,
+ -5.766f, -6.622f, -7.518f, -8.622f, -9.779f,-11.653f,-13.124f,-14.555f,-15.782f,-17.322f,
+-18.901f,-20.013f,-21.350f,-22.032f,-22.958f,-24.195f,-25.592f,-27.393f,-28.323f,-28.999f,
+-29.494f,-30.316f,-30.860f,-30.595f,-30.863f,-31.403f,-31.506f,-31.938f,-32.282f,-32.513f,
+-32.960f,-33.336f,-34.210f,-34.931f,-35.636f,-36.410f,-36.868f,-37.181f,-36.367f,-35.379f,
+-34.458f,-31.946f,-30.685f,-29.646f,-28.333f,-27.006f,-25.446f,-23.282f,-20.775f,-18.332f,
+-15.914f,-13.686f,-11.238f, -8.764f, -5.877f, -5.457f, -3.934f,  0.842f,  4.055f,  5.598f,
+  8.271f,  8.339f,  8.072f,  7.398f,  8.054f,  8.587f,  5.715f,  4.097f,  0.111f, -4.829f,
+ -4.104f, -4.607f, -7.301f, -9.056f, -9.756f, -9.095f, -8.123f, -7.157f, -5.976f, -4.022f,
+ -1.642f,  1.316f,  2.937f,  4.857f,  8.153f, 11.248f, 12.796f, 12.846f, 12.549f, 13.398f,
+ 13.606f
+},{
+-29.534f,-30.382f,-29.879f,-30.558f,-32.134f,-37.867f,-40.425f,-41.971f,-43.051f,-44.947f,
+-46.318f,-46.851f,-46.072f,-42.995f,-41.414f,-43.561f,-49.213f,-51.058f,-50.577f,-48.855f,
+-47.482f,-46.138f,-45.039f,-43.513f,-42.042f,-40.546f,-38.646f,-36.429f,-33.883f,-31.522f,
+-29.020f,-26.503f,-24.534f,-21.761f,-19.865f,-18.375f,-17.085f,-20.393f,-18.563f,-18.194f,
+-17.833f,-17.311f,-16.758f,-16.180f,-15.648f,-15.191f,-14.589f,-14.217f,-13.821f,-13.367f,
+-12.810f,-12.278f,-11.898f,-11.684f,-11.556f,-11.121f,-11.592f,-11.571f,-11.516f,-11.893f,
+-12.063f,-12.950f,-13.096f,-13.285f,-13.087f,-12.734f,-12.792f,-10.647f,-10.935f,-11.439f,
+-11.430f,-10.638f,-10.855f,-11.086f,-10.627f,-10.117f, -9.338f, -8.789f, -7.658f, -6.599f,
+ -6.040f, -5.559f, -5.280f, -4.904f, -5.059f, -5.237f, -5.238f, -5.351f, -5.737f, -6.150f,
+ -6.863f, -7.850f, -9.169f,-10.058f,-11.513f,-13.210f,-14.777f,-16.444f,-17.835f,-19.297f,
+-20.859f,-22.032f,-23.064f,-23.972f,-25.046f,-26.103f,-27.485f,-29.274f,-29.960f,-30.908f,
+-31.374f,-32.148f,-32.395f,-32.504f,-32.571f,-33.071f,-33.079f,-33.289f,-33.599f,-33.772f,
+-34.312f,-34.528f,-35.536f,-36.057f,-36.888f,-37.707f,-37.497f,-37.457f,-36.825f,-35.858f,
+-34.975f,-32.570f,-31.181f,-30.162f,-28.948f,-27.436f,-25.660f,-23.885f,-21.343f,-19.045f,
+-16.576f,-14.368f,-11.873f, -9.240f, -7.892f, -6.645f, -0.681f,  2.076f,  2.858f,  5.409f,
+  6.667f,  7.087f,  7.012f,  6.294f,  7.170f,  7.694f,  4.299f,  1.866f, -1.696f, -5.555f,
+ -4.321f, -3.947f, -7.214f, -9.207f, -9.977f, -9.129f, -8.029f, -6.988f, -6.034f, -4.066f,
+ -1.791f,  1.316f,  3.013f,  4.942f,  8.130f, 11.316f, 12.920f, 12.905f, 12.596f, 13.429f,
+ 13.606f
+},{
+-29.534f,-30.399f,-29.883f,-30.597f,-32.447f,-37.631f,-40.283f,-41.881f,-42.653f,-44.321f,
+-45.728f,-46.382f,-45.788f,-42.715f,-40.609f,-43.666f,-48.950f,-50.276f,-49.776f,-48.068f,
+-46.679f,-45.451f,-44.354f,-42.890f,-41.686f,-40.415f,-38.180f,-36.004f,-33.425f,-30.979f,
+-28.614f,-26.594f,-23.679f,-21.551f,-19.767f,-18.371f,-18.121f,-19.625f,-18.520f,-18.210f,
+-17.699f,-17.112f,-16.409f,-16.043f,-15.347f,-15.167f,-14.493f,-14.383f,-13.802f,-13.239f,
+-12.863f,-12.435f,-11.996f,-11.919f,-11.423f,-11.361f,-11.869f,-12.017f,-11.993f,-12.232f,
+-12.614f,-13.294f,-13.403f,-13.372f,-12.900f,-12.600f,-12.436f,-12.148f,-11.157f,-11.473f,
+-11.413f,-10.960f,-11.191f,-11.019f,-10.655f,-10.113f, -9.690f, -9.153f, -8.218f, -7.432f,
+ -6.756f, -6.618f, -6.437f, -6.138f, -6.316f, -6.231f, -6.037f, -6.800f, -6.785f, -7.393f,
+ -8.364f, -9.232f,-10.502f,-11.499f,-13.213f,-14.722f,-16.356f,-18.035f,-19.460f,-21.343f,
+-22.841f,-23.779f,-24.904f,-25.982f,-27.166f,-28.265f,-29.395f,-31.099f,-31.976f,-32.855f,
+-33.425f,-33.573f,-33.774f,-33.895f,-34.462f,-34.386f,-34.611f,-34.781f,-34.861f,-35.196f,
+-35.520f,-35.872f,-36.555f,-37.215f,-38.152f,-38.738f,-38.694f,-38.033f,-37.422f,-36.076f,
+-35.369f,-32.907f,-31.575f,-30.360f,-29.209f,-27.892f,-25.789f,-24.027f,-21.638f,-19.411f,
+-17.248f,-14.774f,-12.481f,-11.234f, -9.092f, -3.841f, -0.316f,  0.845f,  1.803f,  5.203f,
+  5.327f,  5.988f,  6.019f,  5.211f,  5.922f,  7.032f,  2.057f, -0.162f, -2.305f, -5.808f,
+ -5.122f, -3.364f, -6.996f, -9.014f, -9.813f, -8.850f, -7.560f, -6.756f, -5.963f, -4.070f,
+ -2.069f,  1.268f,  3.071f,  5.074f,  8.151f, 11.355f, 13.046f, 12.963f, 12.648f, 13.461f,
+ 13.606f
+},{
+-29.534f,-30.416f,-29.878f,-30.633f,-32.828f,-37.496f,-40.081f,-41.748f,-42.336f,-43.538f,
+-44.772f,-45.789f,-45.336f,-42.443f,-40.401f,-44.097f,-47.269f,-49.626f,-48.735f,-47.364f,
+-45.660f,-44.797f,-43.587f,-42.283f,-41.388f,-39.864f,-37.812f,-35.579f,-32.924f,-30.345f,
+-28.095f,-26.582f,-23.070f,-21.318f,-19.657f,-18.276f,-18.817f,-18.683f,-18.256f,-18.039f,
+-17.473f,-16.815f,-15.955f,-15.541f,-14.942f,-14.951f,-14.262f,-14.283f,-13.844f,-13.452f,
+-12.875f,-12.669f,-11.928f,-11.947f,-11.272f,-10.930f,-11.828f,-12.078f,-12.302f,-12.570f,
+-13.134f,-13.478f,-13.587f,-13.293f,-12.889f,-12.769f,-12.323f,-11.780f,-11.456f,-11.771f,
+-11.638f,-11.383f,-11.223f,-10.924f,-10.551f, -9.968f, -9.652f, -9.103f, -8.504f, -7.883f,
+ -7.491f, -7.829f, -7.549f, -7.277f, -7.272f, -7.126f, -7.384f, -7.536f, -7.629f, -8.605f,
+ -9.435f,-10.589f,-11.745f,-13.006f,-14.564f,-16.053f,-17.602f,-19.620f,-21.585f,-23.143f,
+-24.285f,-25.695f,-26.697f,-28.148f,-29.279f,-30.569f,-31.572f,-33.075f,-33.926f,-34.678f,
+-34.997f,-35.059f,-35.201f,-35.136f,-35.894f,-35.956f,-36.336f,-36.390f,-36.265f,-36.295f,
+-36.717f,-36.994f,-37.570f,-38.169f,-39.055f,-39.107f,-38.979f,-38.814f,-38.025f,-36.708f,
+-36.107f,-32.956f,-31.676f,-30.395f,-29.291f,-27.734f,-25.841f,-23.888f,-21.613f,-19.615f,
+-17.475f,-15.175f,-13.423f,-11.693f, -6.429f, -3.643f, -1.286f,  0.884f,  2.626f,  3.267f,
+  4.188f,  4.839f,  4.869f,  4.344f,  5.087f,  6.699f, -0.125f, -1.058f, -1.997f, -5.549f,
+ -6.100f, -3.136f, -6.419f, -8.616f, -9.441f, -8.239f, -6.761f, -6.463f, -5.812f, -4.078f,
+ -2.417f,  1.186f,  3.132f,  5.223f,  8.212f, 11.375f, 13.172f, 13.023f, 12.705f, 13.493f,
+ 13.606f
+},{
+-29.534f,-30.432f,-29.865f,-30.656f,-33.234f,-37.470f,-39.828f,-41.567f,-42.124f,-42.717f,
+-43.593f,-44.962f,-44.568f,-41.973f,-40.673f,-43.959f,-44.751f,-48.702f,-47.684f,-46.507f,
+-44.981f,-43.977f,-42.751f,-41.693f,-40.911f,-39.297f,-37.414f,-35.235f,-32.578f,-30.030f,
+-27.563f,-26.019f,-22.869f,-20.991f,-19.639f,-18.334f,-18.522f,-18.126f,-17.863f,-17.565f,
+-16.989f,-16.470f,-15.371f,-15.119f,-14.940f,-14.560f,-14.094f,-14.190f,-13.733f,-13.454f,
+-12.908f,-12.580f,-11.939f,-11.728f,-11.247f,-11.064f,-11.741f,-12.039f,-12.326f,-12.834f,
+-13.287f,-13.508f,-13.550f,-13.273f,-12.855f,-12.753f,-12.217f,-11.428f,-11.367f,-11.753f,
+-11.529f,-11.332f,-11.127f,-10.991f,-10.320f, -9.881f, -9.607f, -9.056f, -8.655f, -8.267f,
+ -8.162f, -8.497f, -8.286f, -8.404f, -7.996f, -8.084f, -8.614f, -8.559f, -9.032f, -9.797f,
+-10.579f,-11.800f,-12.979f,-14.418f,-16.034f,-17.341f,-18.852f,-21.145f,-23.256f,-24.928f,
+-26.149f,-27.604f,-28.658f,-30.018f,-31.512f,-32.534f,-33.578f,-34.534f,-35.638f,-36.159f,
+-36.397f,-36.472f,-36.489f,-36.485f,-36.854f,-37.520f,-37.796f,-37.784f,-37.587f,-37.806f,
+-37.897f,-38.423f,-38.507f,-38.840f,-39.797f,-39.869f,-39.194f,-38.870f,-38.358f,-37.015f,
+-36.207f,-32.928f,-31.632f,-30.505f,-29.118f,-27.759f,-25.522f,-23.690f,-21.713f,-20.035f,
+-17.865f,-15.709f,-14.436f, -9.179f, -7.879f, -4.773f, -2.278f,  1.149f,  2.433f,  2.009f,
+  2.844f,  3.761f,  3.596f,  3.308f,  4.844f,  5.413f, -1.825f, -2.034f, -2.462f, -5.538f,
+ -6.815f, -3.801f, -5.357f, -8.078f, -8.767f, -7.227f, -5.909f, -6.119f, -5.632f, -4.117f,
+ -2.744f,  1.073f,  3.217f,  5.360f,  8.304f, 11.388f, 13.297f, 13.087f, 12.766f, 13.526f,
+ 13.606f
+},{
+-29.534f,-30.448f,-29.843f,-30.656f,-33.612f,-37.538f,-39.552f,-41.358f,-42.000f,-41.999f,
+-42.455f,-43.944f,-43.568f,-41.268f,-40.699f,-43.119f,-43.200f,-47.172f,-46.704f,-45.543f,
+-44.523f,-43.137f,-41.853f,-40.958f,-40.184f,-38.823f,-36.837f,-34.779f,-32.341f,-29.628f,
+-27.109f,-25.265f,-22.674f,-20.689f,-19.392f,-18.232f,-18.168f,-17.408f,-17.368f,-17.001f,
+-16.553f,-15.845f,-15.008f,-14.708f,-14.922f,-14.398f,-14.193f,-13.916f,-13.591f,-13.186f,
+-12.792f,-12.460f,-11.744f,-11.766f,-11.299f,-11.014f,-11.304f,-11.845f,-12.333f,-12.804f,
+-13.378f,-13.468f,-13.330f,-13.057f,-12.722f,-12.297f,-11.818f,-11.402f,-11.307f,-11.723f,
+-11.651f,-11.180f,-10.878f,-10.687f, -9.898f, -9.568f, -9.499f, -9.242f, -8.733f, -8.632f,
+ -8.837f, -9.129f, -9.116f, -9.147f, -8.933f, -9.093f, -9.368f, -9.643f,-10.253f,-10.864f,
+-11.755f,-13.054f,-14.350f,-15.846f,-17.397f,-18.636f,-20.123f,-22.580f,-24.897f,-26.386f,
+-27.688f,-29.188f,-30.694f,-32.061f,-33.319f,-34.502f,-35.320f,-36.312f,-37.395f,-37.771f,
+-37.809f,-37.646f,-37.927f,-38.305f,-38.584f,-38.912f,-39.365f,-39.223f,-39.179f,-39.216f,
+-39.275f,-39.314f,-39.606f,-39.434f,-40.460f,-40.272f,-39.865f,-39.191f,-38.633f,-37.248f,
+-36.467f,-32.556f,-31.243f,-30.315f,-28.927f,-26.749f,-24.980f,-23.276f,-21.752f,-20.044f,
+-18.203f,-16.562f,-13.264f,-10.747f, -8.848f, -6.000f, -2.171f,  0.969f,  1.087f,  1.604f,
+  1.941f,  2.813f,  2.150f,  2.252f,  4.189f,  3.362f, -3.528f, -2.957f, -3.484f, -5.915f,
+ -7.273f, -5.373f, -4.422f, -7.361f, -7.382f, -5.724f, -5.296f, -5.738f, -5.421f, -4.147f,
+ -2.961f,  0.923f,  3.333f,  5.467f,  8.419f, 11.407f, 13.416f, 13.160f, 12.831f, 13.559f,
+ 13.606f
+},{
+-29.534f,-30.463f,-29.813f,-30.626f,-33.912f,-37.666f,-39.290f,-41.148f,-41.912f,-41.477f,
+-41.595f,-42.906f,-42.460f,-40.396f,-39.859f,-41.841f,-43.058f,-45.650f,-45.815f,-44.616f,
+-43.625f,-42.374f,-40.976f,-40.069f,-39.323f,-38.166f,-36.251f,-34.525f,-31.941f,-29.002f,
+-26.713f,-24.600f,-22.321f,-20.351f,-19.059f,-17.815f,-17.697f,-16.867f,-16.563f,-16.307f,
+-15.826f,-15.226f,-14.811f,-14.499f,-14.372f,-14.283f,-14.005f,-13.839f,-13.554f,-13.119f,
+-12.745f,-12.321f,-11.962f,-11.805f,-11.435f,-11.059f,-11.040f,-11.623f,-12.152f,-12.664f,
+-13.163f,-13.152f,-12.973f,-12.729f,-12.505f,-11.485f,-11.439f,-11.167f,-11.210f,-11.651f,
+-11.405f,-11.067f,-10.676f,-10.351f, -9.639f, -9.634f, -9.502f, -9.212f, -8.937f, -8.996f,
+ -9.244f, -9.688f, -9.888f, -9.728f, -9.540f, -9.926f,-10.434f,-10.838f,-11.490f,-12.208f,
+-13.154f,-14.529f,-15.669f,-17.217f,-18.716f,-19.939f,-21.683f,-23.839f,-26.046f,-27.673f,
+-29.262f,-30.613f,-32.274f,-33.673f,-34.974f,-36.113f,-37.013f,-37.978f,-38.700f,-39.169f,
+-39.386f,-39.528f,-39.466f,-39.893f,-39.994f,-40.569f,-40.842f,-40.637f,-40.498f,-40.518f,
+-40.465f,-40.136f,-40.045f,-40.194f,-40.629f,-40.316f,-40.105f,-39.639f,-38.624f,-37.237f,
+-36.635f,-32.102f,-31.023f,-29.987f,-28.542f,-26.248f,-24.595f,-23.469f,-21.818f,-20.551f,
+-18.042f,-17.337f,-14.113f,-11.580f, -9.114f, -7.051f, -3.247f, -1.551f, -0.004f,  0.354f,
+  0.454f,  1.384f,  1.615f,  1.796f,  3.261f,  1.904f, -5.103f, -3.825f, -4.530f, -6.581f,
+ -7.954f, -7.267f, -4.962f, -6.853f, -5.596f, -4.111f, -4.983f, -5.223f, -5.114f, -4.096f,
+ -3.014f,  0.737f,  3.469f,  5.540f,  8.544f, 11.441f, 13.528f, 13.244f, 12.898f, 13.592f,
+ 13.606f
+},{
+-29.534f,-30.476f,-29.775f,-30.561f,-34.089f,-37.799f,-39.078f,-40.962f,-41.800f,-41.158f,
+-41.091f,-42.061f,-41.333f,-39.361f,-38.341f,-40.357f,-42.769f,-44.674f,-45.164f,-43.823f,
+-42.546f,-41.583f,-40.190f,-39.127f,-38.449f,-37.353f,-35.640f,-33.996f,-31.550f,-28.564f,
+-26.674f,-24.021f,-21.912f,-20.185f,-18.640f,-17.311f,-17.124f,-16.380f,-15.988f,-15.463f,
+-15.029f,-14.617f,-14.247f,-14.001f,-13.785f,-13.803f,-13.681f,-13.598f,-13.206f,-12.985f,
+-12.645f,-12.350f,-12.164f,-11.939f,-11.541f,-11.222f,-11.123f,-11.551f,-11.936f,-12.409f,
+-12.843f,-12.916f,-12.620f,-12.294f,-11.891f,-11.155f,-10.959f,-10.927f,-11.107f,-11.515f,
+-10.967f,-10.599f,-10.586f,-10.008f, -9.599f, -9.488f, -9.425f, -9.232f, -9.234f, -9.278f,
+ -9.534f,-10.216f,-10.441f,-10.481f,-10.285f,-10.732f,-11.473f,-11.667f,-12.599f,-13.494f,
+-14.495f,-15.736f,-16.911f,-18.416f,-19.915f,-21.290f,-22.937f,-25.209f,-27.291f,-29.070f,
+-30.748f,-32.318f,-33.914f,-35.158f,-36.333f,-37.581f,-38.615f,-39.366f,-39.834f,-40.429f,
+-40.883f,-41.018f,-41.064f,-41.036f,-41.341f,-41.586f,-41.987f,-41.842f,-41.904f,-41.789f,
+-41.341f,-40.885f,-40.459f,-40.767f,-40.975f,-40.704f,-40.146f,-39.781f,-38.902f,-36.944f,
+-36.583f,-31.923f,-30.626f,-29.670f,-28.177f,-26.550f,-24.951f,-23.473f,-21.932f,-20.839f,
+-20.232f,-16.453f,-14.187f,-12.180f,-10.313f, -7.716f, -5.544f, -2.640f, -0.998f, -1.008f,
+ -0.984f, -0.340f,  0.893f,  1.144f,  1.620f, -0.088f, -6.017f, -4.723f, -5.528f, -7.513f,
+ -8.850f, -8.884f, -7.393f, -7.203f, -4.684f, -3.375f, -4.866f, -4.429f, -4.666f, -3.956f,
+ -2.913f,  0.545f,  3.597f,  5.595f,  8.671f, 11.494f, 13.627f, 13.341f, 12.968f, 13.626f,
+ 13.606f
+},{
+-29.534f,-30.489f,-29.731f,-30.461f,-34.111f,-37.875f,-38.933f,-40.798f,-41.615f,-40.980f,
+-40.863f,-41.545f,-40.324f,-38.135f,-36.980f,-39.123f,-41.360f,-43.588f,-44.700f,-43.196f,
+-41.733f,-40.698f,-39.559f,-38.317f,-37.610f,-36.605f,-35.075f,-33.457f,-31.193f,-28.074f,
+-26.726f,-23.607f,-21.435f,-19.969f,-18.459f,-16.450f,-16.059f,-15.734f,-15.366f,-14.843f,
+-14.341f,-13.943f,-13.617f,-13.621f,-13.453f,-13.369f,-13.486f,-13.313f,-12.894f,-12.729f,
+-12.437f,-12.379f,-12.318f,-11.768f,-11.483f,-11.185f,-11.068f,-11.477f,-11.874f,-12.031f,
+-12.309f,-12.540f,-12.246f,-11.882f,-11.296f,-10.996f,-10.615f,-10.789f,-11.035f,-11.207f,
+-10.675f,-10.433f,-10.369f, -9.747f, -9.421f, -9.344f, -9.296f, -9.343f, -9.270f, -9.447f,
+ -9.996f,-10.404f,-10.990f,-11.058f,-11.082f,-11.623f,-12.158f,-12.735f,-13.792f,-14.521f,
+-15.677f,-16.847f,-18.241f,-19.671f,-21.067f,-22.559f,-24.293f,-26.529f,-28.518f,-30.596f,
+-32.206f,-33.974f,-35.479f,-36.527f,-37.614f,-39.111f,-39.929f,-40.364f,-41.115f,-41.657f,
+-42.040f,-42.150f,-42.064f,-42.003f,-42.477f,-42.662f,-43.022f,-43.118f,-42.833f,-42.590f,
+-42.081f,-41.307f,-40.728f,-41.097f,-41.160f,-40.952f,-40.375f,-39.816f,-38.812f,-36.780f,
+-36.480f,-31.664f,-30.512f,-29.290f,-27.715f,-26.442f,-25.114f,-23.718f,-22.026f,-21.535f,
+-19.588f,-15.445f,-14.202f,-13.038f, -9.654f, -8.423f, -6.743f, -3.919f, -2.220f, -2.558f,
+ -2.552f, -0.942f,  0.089f,  0.349f, -0.344f, -3.180f, -6.732f, -5.466f, -6.073f, -8.233f,
+ -9.484f,-10.091f,-10.015f, -8.378f, -5.436f, -4.212f, -4.965f, -3.449f, -4.119f, -3.827f,
+ -2.728f,  0.390f,  3.689f,  5.654f,  8.792f, 11.568f, 13.711f, 13.452f, 13.038f, 13.659f,
+ 13.606f
+},{
+-29.534f,-30.501f,-29.681f,-30.328f,-33.962f,-37.836f,-38.849f,-40.636f,-41.335f,-40.860f,
+-40.765f,-41.336f,-39.649f,-36.882f,-36.329f,-38.617f,-39.862f,-41.828f,-44.163f,-42.667f,
+-41.001f,-40.031f,-38.968f,-37.698f,-36.872f,-35.847f,-34.508f,-33.095f,-30.846f,-27.997f,
+-26.390f,-23.225f,-20.893f,-19.638f,-18.513f,-15.855f,-15.175f,-14.984f,-14.565f,-14.049f,
+-13.569f,-13.258f,-12.928f,-13.127f,-12.987f,-13.058f,-13.133f,-12.953f,-12.666f,-12.623f,
+-12.171f,-12.280f,-12.207f,-11.503f,-11.277f,-11.184f,-10.922f,-11.177f,-11.467f,-11.725f,
+-11.997f,-12.107f,-11.858f,-11.575f,-11.005f,-10.718f,-10.346f,-10.358f,-10.758f,-10.677f,
+-10.318f,-10.026f, -9.967f, -9.312f, -9.110f, -9.169f, -9.307f, -9.311f, -9.407f, -9.593f,
+-10.082f,-11.057f,-11.678f,-11.639f,-11.804f,-12.320f,-12.851f,-13.948f,-14.866f,-15.866f,
+-16.969f,-18.092f,-19.535f,-20.847f,-22.147f,-23.731f,-25.437f,-27.669f,-29.816f,-31.869f,
+-33.615f,-35.417f,-37.020f,-38.054f,-39.089f,-40.059f,-41.150f,-41.513f,-42.191f,-42.931f,
+-43.281f,-43.390f,-43.346f,-43.464f,-43.479f,-43.791f,-44.127f,-43.922f,-43.629f,-42.984f,
+-42.427f,-41.678f,-41.279f,-41.274f,-41.249f,-41.102f,-40.458f,-39.554f,-38.616f,-36.682f,
+-35.881f,-31.652f,-30.172f,-29.073f,-27.734f,-26.519f,-25.221f,-24.071f,-22.958f,-21.418f,
+-16.358f,-15.445f,-14.134f,-12.212f, -9.539f, -8.731f, -6.902f, -4.635f, -3.910f, -3.956f,
+ -3.825f, -1.849f, -0.838f, -0.897f, -2.581f, -6.719f, -7.441f, -6.371f, -6.645f, -8.705f,
+-10.034f,-11.124f,-10.948f, -9.591f, -7.138f, -6.173f, -5.454f, -2.723f, -3.583f, -3.827f,
+ -2.559f,  0.307f,  3.732f,  5.740f,  8.900f, 11.661f, 13.780f, 13.577f, 13.108f, 13.693f,
+ 13.606f
+},{
+-29.534f,-30.512f,-29.626f,-30.168f,-33.649f,-37.639f,-38.794f,-40.436f,-40.959f,-40.741f,
+-40.681f,-41.257f,-39.434f,-36.029f,-36.128f,-38.572f,-39.320f,-40.296f,-43.597f,-42.155f,
+-40.294f,-39.760f,-38.252f,-37.126f,-36.310f,-35.111f,-33.964f,-32.615f,-30.568f,-28.263f,
+-25.739f,-22.894f,-20.644f,-19.158f,-18.093f,-15.230f,-14.656f,-14.381f,-13.936f,-13.397f,
+-12.915f,-12.532f,-12.466f,-12.673f,-12.619f,-12.594f,-12.754f,-12.661f,-12.382f,-12.333f,
+-12.214f,-12.223f,-12.274f,-11.676f,-11.334f,-10.809f,-11.086f,-11.038f,-11.209f,-11.398f,
+-11.713f,-11.831f,-11.485f,-11.286f,-10.771f,-10.454f,-10.163f,-10.149f,-10.302f,-10.107f,
+ -9.861f, -9.350f, -9.508f, -8.895f, -8.826f, -8.875f, -9.085f, -9.365f, -9.465f, -9.739f,
+-10.290f,-11.345f,-11.929f,-12.113f,-12.682f,-13.192f,-13.802f,-15.082f,-16.002f,-17.083f,
+-18.265f,-19.324f,-20.791f,-22.177f,-23.445f,-25.053f,-26.601f,-28.908f,-31.050f,-33.193f,
+-34.915f,-36.501f,-38.220f,-39.336f,-40.472f,-41.320f,-42.195f,-42.779f,-43.121f,-43.727f,
+-44.405f,-44.540f,-44.539f,-44.722f,-44.462f,-44.819f,-45.090f,-44.635f,-44.039f,-43.876f,
+-42.895f,-42.179f,-41.628f,-41.427f,-41.432f,-41.078f,-40.449f,-39.289f,-37.943f,-36.142f,
+-35.004f,-31.811f,-30.044f,-29.285f,-28.710f,-27.498f,-26.064f,-24.525f,-22.549f,-19.565f,
+-14.891f,-15.066f,-12.842f,-11.324f,-10.897f, -9.300f, -7.693f, -5.818f, -5.256f, -5.410f,
+ -4.676f, -3.477f, -2.404f, -3.023f, -5.699f, -9.565f, -8.504f, -7.527f, -7.660f, -8.988f,
+-10.769f,-11.956f,-10.474f,-10.218f, -8.526f, -8.160f, -6.338f, -2.687f, -3.149f, -3.951f,
+ -2.477f,  0.299f,  3.735f,  5.866f,  8.993f, 11.771f, 13.834f, 13.714f, 13.176f, 13.728f,
+ 13.606f
+},{
+-29.534f,-30.522f,-29.567f,-29.989f,-33.198f,-37.264f,-38.723f,-40.161f,-40.502f,-40.604f,
+-40.567f,-41.089f,-39.537f,-35.948f,-35.888f,-38.263f,-39.151f,-39.934f,-43.100f,-41.589f,
+-39.775f,-39.333f,-37.596f,-36.613f,-35.822f,-34.615f,-33.403f,-32.124f,-30.163f,-28.686f,
+-24.888f,-22.566f,-20.706f,-18.630f,-17.298f,-14.911f,-14.191f,-13.732f,-13.454f,-12.691f,
+-12.448f,-11.928f,-12.080f,-12.035f,-12.284f,-12.204f,-12.327f,-12.355f,-12.180f,-12.162f,
+-12.090f,-12.206f,-12.042f,-11.803f,-10.994f,-11.090f,-11.005f,-11.157f,-10.966f,-11.240f,
+-11.448f,-11.351f,-11.135f,-10.877f,-10.252f, -9.981f, -9.786f, -9.726f, -9.746f, -9.540f,
+ -9.258f, -8.751f, -8.932f, -8.375f, -8.412f, -8.567f, -8.784f, -9.106f, -9.330f, -9.753f,
+-10.406f,-11.456f,-12.344f,-12.977f,-13.534f,-13.805f,-14.684f,-15.948f,-17.054f,-18.055f,
+-19.467f,-20.578f,-22.112f,-23.396f,-24.617f,-26.194f,-27.879f,-30.088f,-32.277f,-34.330f,
+-36.114f,-37.687f,-39.349f,-40.582f,-41.620f,-42.423f,-42.953f,-43.661f,-44.114f,-44.443f,
+-45.298f,-45.575f,-45.486f,-45.538f,-45.458f,-45.544f,-45.576f,-45.334f,-44.364f,-44.028f,
+-43.416f,-42.268f,-41.600f,-41.668f,-41.475f,-40.740f,-39.959f,-39.006f,-37.303f,-35.663f,
+-33.730f,-32.531f,-30.161f,-29.236f,-27.883f,-26.905f,-25.796f,-24.478f,-22.974f,-17.300f,
+-16.830f,-14.666f,-11.708f,-11.557f,-11.803f,-10.222f, -8.368f, -7.653f, -6.283f, -8.448f,
+ -6.776f, -4.837f, -4.186f, -5.275f, -8.097f,-10.599f,-10.366f, -8.985f, -8.482f, -8.640f,
+-11.468f,-12.315f, -9.943f,-10.195f, -9.136f, -9.569f, -7.240f, -3.321f, -2.833f, -4.031f,
+ -2.476f,  0.332f,  3.724f,  6.032f,  9.072f, 11.892f, 13.875f, 13.862f, 13.241f, 13.762f,
+ 13.606f
+},{
+-29.534f,-30.531f,-29.505f,-29.803f,-32.657f,-36.728f,-38.589f,-39.794f,-39.977f,-40.443f,
+-40.417f,-40.719f,-39.614f,-36.550f,-35.704f,-37.682f,-38.464f,-40.026f,-42.300f,-40.970f,
+-39.576f,-38.537f,-37.193f,-36.265f,-35.285f,-34.067f,-32.871f,-31.598f,-29.821f,-28.341f,
+-24.606f,-22.632f,-20.596f,-18.426f,-16.915f,-14.351f,-13.755f,-13.133f,-12.904f,-12.107f,
+-11.934f,-11.464f,-11.795f,-11.574f,-11.745f,-11.818f,-11.934f,-12.011f,-12.031f,-12.068f,
+-12.137f,-12.203f,-12.049f,-11.756f,-11.608f,-11.280f,-11.553f,-11.271f,-10.766f,-11.152f,
+-11.210f,-10.988f,-10.831f,-10.360f, -9.892f, -9.465f, -9.209f, -9.135f, -9.149f, -8.716f,
+ -8.451f, -8.197f, -8.133f, -7.782f, -7.980f, -8.262f, -8.635f, -8.837f, -9.236f, -9.808f,
+-10.702f,-11.459f,-12.720f,-13.313f,-14.076f,-14.416f,-15.314f,-16.760f,-17.834f,-18.988f,
+-20.459f,-21.781f,-23.202f,-24.533f,-25.824f,-27.348f,-28.847f,-31.150f,-33.284f,-35.225f,
+-37.190f,-38.806f,-40.334f,-41.661f,-42.653f,-43.516f,-43.928f,-44.525f,-45.033f,-45.654f,
+-46.167f,-46.317f,-46.223f,-46.201f,-46.390f,-46.322f,-46.014f,-45.489f,-44.827f,-44.140f,
+-43.462f,-42.352f,-41.708f,-41.443f,-41.263f,-40.140f,-38.686f,-37.982f,-37.135f,-33.591f,
+-30.970f,-29.710f,-26.661f,-24.110f,-23.402f,-22.561f,-22.724f,-23.070f,-20.301f,-17.378f,
+-17.479f,-13.969f,-12.942f,-12.149f,-12.079f,-10.625f, -9.611f, -8.368f, -8.867f,-10.750f,
+-10.322f, -8.360f, -7.232f, -7.912f, -9.404f,-11.337f,-11.967f,-10.438f, -8.945f, -8.163f,
+-12.205f,-12.521f, -9.683f, -9.703f, -9.277f,-10.496f, -7.700f, -4.168f, -2.634f, -3.867f,
+ -2.463f,  0.366f,  3.731f,  6.219f,  9.140f, 12.023f, 13.908f, 14.017f, 13.303f, 13.797f,
+ 13.606f
+},{
+-29.534f,-30.538f,-29.440f,-29.621f,-32.083f,-36.074f,-38.358f,-39.344f,-39.396f,-40.246f,
+-40.212f,-40.198f,-39.398f,-37.262f,-36.027f,-37.436f,-37.529f,-39.442f,-41.116f,-40.458f,
+-39.574f,-37.723f,-36.822f,-36.018f,-34.807f,-33.459f,-32.357f,-31.004f,-29.520f,-27.370f,
+-24.380f,-22.476f,-20.305f,-18.349f,-16.452f,-13.585f,-13.303f,-12.501f,-12.370f,-11.580f,
+-11.551f,-11.036f,-11.490f,-11.342f,-11.421f,-11.634f,-11.614f,-11.946f,-11.978f,-12.076f,
+-12.467f,-12.356f,-12.113f,-12.008f,-11.673f,-11.656f,-11.742f,-11.307f,-10.731f,-10.836f,
+-10.816f,-10.652f,-10.454f, -9.852f, -9.306f, -8.994f, -8.629f, -8.365f, -8.356f, -7.844f,
+ -7.785f, -7.486f, -7.436f, -7.334f, -7.517f, -7.893f, -8.285f, -8.552f, -9.306f, -9.647f,
+-10.610f,-11.521f,-12.868f,-13.635f,-14.413f,-14.830f,-15.852f,-17.214f,-18.543f,-20.016f,
+-21.303f,-22.708f,-24.259f,-25.481f,-26.973f,-28.231f,-29.926f,-31.934f,-34.182f,-36.123f,
+-37.916f,-39.561f,-41.130f,-42.580f,-43.517f,-44.311f,-44.753f,-45.261f,-45.819f,-46.324f,
+-46.954f,-47.087f,-46.940f,-46.898f,-46.946f,-46.743f,-46.461f,-45.880f,-45.024f,-44.228f,
+-43.240f,-42.211f,-41.856f,-40.955f,-40.632f,-39.455f,-37.859f,-36.625f,-33.025f,-29.662f,
+-28.372f,-25.342f,-24.125f,-23.214f,-22.472f,-21.835f,-20.457f,-20.539f,-20.262f,-20.566f,
+-16.838f,-13.577f,-13.603f,-13.256f,-12.684f,-11.742f,-10.875f,-10.262f,-11.763f,-12.353f,
+-11.941f,-11.292f,-10.679f,-10.569f,-10.811f,-12.860f,-13.278f,-11.536f, -9.557f, -8.491f,
+-12.967f,-13.165f, -9.480f, -9.067f, -9.349f,-11.098f, -7.665f, -4.796f, -2.605f, -3.391f,
+ -2.314f,  0.385f,  3.773f,  6.404f,  9.207f, 12.162f, 13.938f, 14.175f, 13.360f, 13.832f,
+ 13.606f
+},{
+-29.534f,-30.544f,-29.373f,-29.454f,-31.541f,-35.374f,-38.026f,-38.850f,-38.774f,-39.985f,
+-39.908f,-39.660f,-38.892f,-37.523f,-36.743f,-37.463f,-36.961f,-38.394f,-40.177f,-40.102f,
+-39.030f,-36.824f,-36.314f,-35.672f,-34.392f,-33.126f,-31.787f,-30.296f,-29.175f,-26.556f,
+-24.183f,-22.193f,-19.916f,-18.603f,-15.288f,-13.140f,-12.750f,-12.048f,-11.875f,-11.126f,
+-10.971f,-10.779f,-11.036f,-11.198f,-10.956f,-11.394f,-11.442f,-11.821f,-12.215f,-12.488f,
+-12.683f,-12.627f,-12.488f,-12.411f,-11.751f,-12.227f,-11.932f,-11.118f,-10.841f,-10.800f,
+-10.739f,-10.410f,-10.004f, -9.377f, -8.941f, -8.329f, -8.020f, -7.820f, -7.476f, -7.013f,
+ -6.964f, -6.783f, -6.723f, -6.819f, -6.945f, -7.490f, -7.910f, -8.326f, -9.050f, -9.622f,
+-10.760f,-11.894f,-13.233f,-14.029f,-14.601f,-15.164f,-16.428f,-17.814f,-19.354f,-20.679f,
+-22.125f,-23.554f,-25.060f,-26.316f,-27.826f,-29.148f,-30.844f,-32.483f,-34.716f,-36.829f,
+-38.497f,-40.208f,-41.638f,-43.042f,-43.882f,-44.720f,-45.141f,-45.857f,-46.442f,-46.823f,
+-47.434f,-47.541f,-47.402f,-47.171f,-47.205f,-47.112f,-46.221f,-45.907f,-44.997f,-44.206f,
+-43.296f,-42.244f,-41.551f,-40.710f,-39.712f,-39.227f,-36.380f,-33.354f,-31.936f,-29.786f,
+-27.657f,-24.879f,-22.807f,-21.243f,-20.567f,-20.387f,-19.855f,-20.166f,-21.612f,-18.875f,
+-16.618f,-14.798f,-14.172f,-13.478f,-13.513f,-12.492f,-12.667f,-12.124f,-13.257f,-13.373f,
+-12.413f,-12.301f,-13.053f,-12.405f,-12.589f,-14.575f,-15.060f,-12.946f,-10.451f, -9.410f,
+-13.447f,-14.024f, -9.643f, -8.735f, -9.668f,-11.378f, -7.540f, -5.125f, -2.805f, -2.720f,
+ -1.944f,  0.412f,  3.843f,  6.562f,  9.286f, 12.308f, 13.970f, 14.332f, 13.412f, 13.868f,
+ 13.606f
+},{
+-29.534f,-30.549f,-29.307f,-29.312f,-31.092f,-34.711f,-37.614f,-38.361f,-38.141f,-39.638f,
+-39.482f,-39.180f,-38.253f,-37.259f,-37.061f,-37.015f,-36.710f,-37.617f,-39.489f,-39.678f,
+-37.776f,-36.121f,-35.917f,-35.280f,-34.009f,-32.700f,-31.490f,-29.815f,-28.774f,-25.931f,
+-24.017f,-21.797f,-19.581f,-18.802f,-14.514f,-12.732f,-12.280f,-11.650f,-11.294f,-10.736f,
+-10.561f,-10.549f,-10.753f,-11.062f,-10.815f,-11.235f,-11.280f,-11.732f,-12.355f,-12.718f,
+-12.944f,-12.947f,-12.711f,-12.155f,-12.120f,-11.711f,-12.105f,-11.129f,-10.856f,-10.690f,
+-10.616f,-10.089f, -9.823f, -8.938f, -8.337f, -7.737f, -7.354f, -7.140f, -6.757f, -6.212f,
+ -6.235f, -6.090f, -6.166f, -6.216f, -6.516f, -6.997f, -7.558f, -8.069f, -8.853f, -9.722f,
+-10.804f,-12.277f,-13.518f,-14.350f,-14.887f,-15.728f,-17.159f,-18.307f,-20.026f,-21.353f,
+-22.783f,-24.259f,-25.616f,-27.077f,-28.462f,-29.677f,-31.331f,-33.003f,-35.155f,-37.238f,
+-39.102f,-40.725f,-42.004f,-43.219f,-44.045f,-44.955f,-45.662f,-45.758f,-46.805f,-47.351f,
+-47.569f,-47.702f,-47.538f,-47.511f,-47.140f,-46.826f,-46.329f,-45.639f,-44.823f,-44.011f,
+-42.906f,-41.795f,-40.965f,-40.366f,-39.053f,-36.262f,-33.256f,-32.691f,-30.994f,-27.231f,
+-23.423f,-22.688f,-21.369f,-20.071f,-19.494f,-20.094f,-19.683f,-18.239f,-17.851f,-16.704f,
+-15.990f,-15.192f,-14.303f,-13.797f,-13.850f,-13.682f,-13.901f,-13.472f,-14.649f,-14.670f,
+-13.882f,-13.780f,-13.991f,-13.612f,-14.384f,-15.633f,-16.489f,-14.709f,-11.310f,-10.522f,
+-14.126f,-14.539f,-10.408f, -8.987f,-10.394f,-11.496f, -7.702f, -5.296f, -3.157f, -2.035f,
+ -1.361f,  0.489f,  3.915f,  6.676f,  9.389f, 12.463f, 14.008f, 14.484f, 13.458f, 13.903f,
+ 13.606f
+},{
+-29.534f,-30.552f,-29.240f,-29.204f,-30.786f,-34.165f,-37.168f,-37.919f,-37.536f,-39.208f,
+-38.973f,-38.705f,-37.572f,-36.844f,-36.538f,-36.105f,-36.623f,-37.005f,-38.229f,-39.107f,
+-36.812f,-35.997f,-35.609f,-34.977f,-33.613f,-32.229f,-31.155f,-29.682f,-27.976f,-25.783f,
+-23.647f,-21.401f,-19.587f,-18.506f,-14.323f,-12.628f,-12.045f,-11.421f,-10.904f,-10.441f,
+-10.242f,-10.395f,-10.422f,-10.787f,-10.692f,-10.932f,-11.280f,-11.619f,-12.337f,-12.786f,
+-12.902f,-12.915f,-12.729f,-12.511f,-12.225f,-11.866f,-11.470f,-11.154f,-10.832f,-10.651f,
+-10.455f, -9.952f, -9.471f, -8.577f, -7.783f, -7.259f, -6.780f, -6.431f, -6.025f, -5.664f,
+ -5.528f, -5.390f, -5.523f, -5.628f, -5.998f, -6.567f, -7.166f, -7.887f, -8.780f, -9.887f,
+-11.028f,-12.572f,-13.436f,-14.538f,-15.233f,-16.281f,-17.514f,-18.840f,-20.408f,-21.923f,
+-23.146f,-24.831f,-26.079f,-27.583f,-28.951f,-30.236f,-31.803f,-33.267f,-35.370f,-37.444f,
+-39.423f,-40.836f,-42.201f,-43.242f,-44.172f,-44.844f,-45.674f,-46.056f,-46.757f,-47.189f,
+-47.576f,-47.487f,-47.406f,-47.312f,-47.124f,-46.555f,-46.189f,-45.214f,-44.334f,-43.151f,
+-42.404f,-41.472f,-40.781f,-38.420f,-37.231f,-33.954f,-34.083f,-32.350f,-25.939f,-23.671f,
+-23.328f,-21.539f,-19.960f,-19.272f,-17.952f,-19.165f,-20.384f,-19.521f,-17.923f,-16.168f,
+-16.043f,-15.836f,-14.758f,-14.277f,-13.685f,-15.389f,-14.847f,-14.363f,-15.115f,-16.836f,
+-15.902f,-15.826f,-14.970f,-15.791f,-16.173f,-16.214f,-17.296f,-15.903f,-12.456f,-11.914f,
+-15.490f,-14.878f,-11.449f, -9.807f,-11.245f,-11.694f, -8.097f, -5.397f, -3.423f, -1.430f,
+ -0.649f,  0.639f,  3.952f,  6.749f,  9.525f, 12.625f, 14.057f, 14.624f, 13.498f, 13.939f,
+ 13.606f
+},{
+-29.534f,-30.554f,-29.175f,-29.133f,-30.653f,-33.799f,-36.741f,-37.539f,-37.001f,-38.730f,
+-38.489f,-38.128f,-36.842f,-36.609f,-35.742f,-35.716f,-36.956f,-36.249f,-36.514f,-38.608f,
+-36.485f,-35.708f,-35.102f,-34.557f,-33.128f,-31.941f,-30.628f,-29.348f,-27.262f,-25.448f,
+-23.295f,-21.060f,-19.566f,-18.241f,-14.142f,-12.564f,-11.785f,-11.187f,-10.675f,-10.265f,
+ -9.951f,-10.302f,-10.108f,-10.469f,-10.502f,-10.853f,-11.190f,-11.559f,-12.177f,-12.656f,
+-12.685f,-12.894f,-12.765f,-12.383f,-11.975f,-11.519f,-11.577f,-11.109f,-10.776f,-10.596f,
+-10.153f, -9.797f, -9.281f, -8.247f, -7.443f, -6.714f, -6.231f, -5.825f, -5.357f, -5.069f,
+ -4.856f, -4.828f, -4.876f, -5.063f, -5.509f, -6.074f, -6.680f, -7.598f, -8.555f, -9.854f,
+-11.012f,-12.516f,-13.473f,-14.683f,-15.406f,-16.741f,-17.882f,-19.362f,-20.786f,-22.246f,
+-23.593f,-25.154f,-26.543f,-27.858f,-29.267f,-30.486f,-31.927f,-33.531f,-35.425f,-37.399f,
+-39.402f,-40.961f,-42.157f,-43.135f,-44.065f,-44.912f,-45.302f,-45.929f,-46.344f,-46.779f,
+-47.134f,-47.336f,-47.147f,-46.942f,-46.837f,-46.160f,-45.674f,-44.765f,-44.030f,-42.662f,
+-41.901f,-40.885f,-39.057f,-37.702f,-37.176f,-32.509f,-31.684f,-26.771f,-24.360f,-24.748f,
+-23.160f,-21.285f,-19.376f,-18.329f,-17.550f,-17.179f,-20.659f,-19.650f,-18.185f,-16.313f,
+-15.932f,-16.390f,-14.992f,-14.530f,-14.617f,-16.466f,-15.941f,-15.405f,-16.919f,-17.994f,
+-17.112f,-18.229f,-17.646f,-18.289f,-17.658f,-17.786f,-18.020f,-16.494f,-14.513f,-13.570f,
+-16.892f,-15.423f,-12.420f,-10.983f,-11.759f,-11.918f, -8.399f, -5.445f, -3.383f, -0.876f,
+  0.092f,  0.854f,  3.933f,  6.793f,  9.695f, 12.790f, 14.118f, 14.751f, 13.533f, 13.976f,
+ 13.606f
+},{
+-29.534f,-30.554f,-29.111f,-29.100f,-30.698f,-33.642f,-36.376f,-37.203f,-36.554f,-38.245f,
+-38.153f,-37.426f,-36.119f,-36.523f,-35.519f,-36.202f,-37.701f,-35.637f,-35.286f,-38.201f,
+-36.193f,-35.048f,-34.561f,-34.056f,-32.802f,-31.465f,-30.113f,-28.746f,-26.990f,-25.156f,
+-23.052f,-21.162f,-19.465f,-17.823f,-14.121f,-12.716f,-11.655f,-11.004f,-10.536f,-10.239f,
+ -9.797f,-10.087f, -9.897f,-10.176f,-10.411f,-10.674f,-11.099f,-11.477f,-12.012f,-12.316f,
+-12.593f,-12.713f,-12.546f,-12.300f,-12.006f,-11.935f,-11.292f,-10.999f,-10.657f,-10.472f,
+ -9.976f, -9.532f, -9.109f, -7.968f, -7.057f, -6.232f, -5.682f, -5.205f, -4.794f, -4.479f,
+ -4.202f, -4.254f, -4.259f, -4.499f, -4.880f, -5.556f, -6.044f, -7.272f, -8.352f, -9.485f,
+-11.012f,-12.329f,-13.381f,-14.625f,-15.662f,-16.766f,-17.978f,-19.475f,-21.195f,-22.468f,
+-23.949f,-25.249f,-26.658f,-28.217f,-29.370f,-30.781f,-32.143f,-33.408f,-35.392f,-37.186f,
+-39.082f,-40.612f,-41.818f,-43.086f,-43.695f,-44.369f,-44.635f,-45.151f,-45.679f,-46.213f,
+-46.358f,-46.624f,-46.633f,-46.199f,-45.956f,-45.436f,-45.014f,-44.206f,-43.291f,-41.933f,
+-41.034f,-39.550f,-38.296f,-37.119f,-34.158f,-31.893f,-28.918f,-27.129f,-25.461f,-23.667f,
+-22.678f,-20.394f,-18.263f,-17.543f,-16.998f,-16.304f,-18.197f,-18.592f,-17.497f,-16.279f,
+-16.183f,-15.961f,-14.728f,-14.195f,-15.387f,-16.781f,-17.434f,-17.422f,-18.799f,-19.039f,
+-18.336f,-20.339f,-20.085f,-19.716f,-19.022f,-19.380f,-18.670f,-17.255f,-16.567f,-15.385f,
+-17.729f,-16.010f,-13.256f,-12.155f,-12.067f,-11.898f, -8.437f, -5.534f, -3.059f, -0.322f,
+  0.817f,  1.103f,  3.864f,  6.831f,  9.894f, 12.954f, 14.191f, 14.861f, 13.563f, 14.013f,
+ 13.606f
+},{
+-29.534f,-30.553f,-29.050f,-29.103f,-30.902f,-33.686f,-36.096f,-36.866f,-36.183f,-37.789f,
+-38.035f,-36.717f,-35.598f,-36.366f,-35.838f,-36.592f,-38.173f,-35.405f,-34.441f,-37.658f,
+-35.740f,-34.701f,-34.044f,-33.661f,-32.453f,-30.997f,-29.644f,-28.212f,-26.676f,-24.960f,
+-22.945f,-21.099f,-19.515f,-17.069f,-14.148f,-12.937f,-11.802f,-11.204f,-10.635f,-10.238f,
+ -9.598f, -9.797f, -9.763f, -9.936f,-10.222f,-10.661f,-11.022f,-11.301f,-11.814f,-12.016f,
+-12.224f,-12.412f,-12.420f,-12.187f,-12.125f,-11.661f,-11.358f,-10.866f,-10.621f,-10.218f,
+ -9.746f, -9.247f, -8.712f, -7.630f, -6.425f, -5.692f, -5.204f, -4.754f, -4.255f, -3.954f,
+ -3.692f, -3.628f, -3.641f, -3.891f, -4.232f, -4.826f, -5.512f, -6.737f, -7.882f, -9.150f,
+-10.713f,-11.940f,-13.379f,-14.353f,-15.510f,-16.623f,-18.082f,-19.571f,-21.208f,-22.508f,
+-23.996f,-25.318f,-26.636f,-27.959f,-29.289f,-30.828f,-32.140f,-33.523f,-35.171f,-36.828f,
+-38.594f,-39.958f,-41.069f,-42.285f,-43.068f,-43.615f,-44.065f,-43.914f,-44.761f,-45.400f,
+-45.569f,-45.948f,-45.728f,-45.620f,-45.061f,-44.586f,-44.184f,-43.359f,-42.506f,-41.788f,
+-40.227f,-38.494f,-36.502f,-33.181f,-31.850f,-31.647f,-30.432f,-28.038f,-25.462f,-22.301f,
+-21.096f,-19.176f,-17.163f,-16.205f,-17.081f,-15.281f,-16.499f,-17.465f,-16.633f,-15.794f,
+-15.886f,-15.653f,-13.114f,-14.657f,-16.322f,-17.275f,-18.365f,-19.255f,-20.362f,-19.627f,
+-20.388f,-22.436f,-21.966f,-21.500f,-20.754f,-19.812f,-18.828f,-18.256f,-17.551f,-17.083f,
+-18.059f,-16.429f,-14.078f,-13.078f,-12.790f,-11.633f, -8.300f, -5.819f, -2.712f,  0.186f,
+  1.552f,  1.368f,  3.782f,  6.885f, 10.109f, 13.111f, 14.274f, 14.951f, 13.589f, 14.050f,
+ 13.606f
+},{
+-29.534f,-30.551f,-28.992f,-29.134f,-31.225f,-33.885f,-35.891f,-36.473f,-35.846f,-37.377f,
+-38.110f,-36.178f,-35.415f,-36.078f,-35.801f,-35.959f,-37.751f,-35.229f,-33.398f,-37.001f,
+-35.226f,-34.341f,-33.455f,-33.164f,-31.953f,-30.616f,-29.404f,-27.825f,-26.260f,-24.841f,
+-23.016f,-21.029f,-19.995f,-16.855f,-14.219f,-13.059f,-11.993f,-11.157f,-10.681f,-10.339f,
+ -9.726f, -9.739f, -9.777f, -9.832f,-10.060f,-10.423f,-10.814f,-11.115f,-11.537f,-11.724f,
+-12.022f,-12.119f,-12.054f,-11.928f,-11.617f,-11.616f,-11.303f,-10.734f,-10.453f,-10.003f,
+ -9.535f, -8.978f, -8.262f, -7.254f, -5.980f, -5.428f, -4.812f, -4.383f, -3.872f, -3.586f,
+ -3.223f, -3.082f, -3.108f, -3.388f, -3.750f, -4.344f, -4.986f, -6.035f, -7.240f, -8.680f,
+-10.261f,-11.646f,-13.014f,-14.139f,-15.432f,-16.672f,-17.960f,-19.458f,-20.993f,-22.460f,
+-23.817f,-25.183f,-26.431f,-27.733f,-29.028f,-30.545f,-31.762f,-33.137f,-34.720f,-36.212f,
+-37.806f,-39.020f,-40.303f,-41.309f,-42.124f,-42.387f,-43.177f,-43.508f,-43.865f,-44.190f,
+-44.431f,-44.587f,-44.719f,-44.697f,-44.336f,-43.134f,-43.222f,-42.894f,-43.366f,-40.697f,
+-38.398f,-34.144f,-32.501f,-34.244f,-32.429f,-31.427f,-28.793f,-27.154f,-24.683f,-22.018f,
+-19.722f,-18.023f,-16.044f,-16.022f,-15.495f,-15.024f,-15.843f,-15.973f,-16.352f,-15.383f,
+-15.436f,-14.152f,-12.240f,-16.439f,-17.535f,-17.898f,-19.311f,-20.137f,-21.205f,-20.083f,
+-22.357f,-24.373f,-23.907f,-23.452f,-22.188f,-20.466f,-18.727f,-19.004f,-18.519f,-18.363f,
+-18.034f,-16.819f,-15.098f,-13.918f,-13.982f,-11.418f, -8.112f, -6.327f, -2.586f,  0.503f,
+  2.344f,  1.665f,  3.741f,  6.969f, 10.327f, 13.253f, 14.364f, 15.020f, 13.612f, 14.088f,
+ 13.606f
+},{
+-29.534f,-30.547f,-28.937f,-29.186f,-31.607f,-34.161f,-35.723f,-35.981f,-35.490f,-37.010f,
+-38.278f,-35.902f,-35.430f,-35.789f,-34.753f,-34.580f,-36.492f,-34.812f,-32.647f,-36.353f,
+-34.745f,-33.754f,-32.944f,-32.487f,-31.602f,-30.273f,-29.091f,-27.531f,-25.923f,-24.632f,
+-23.018f,-21.568f,-19.737f,-17.255f,-14.269f,-13.034f,-12.061f,-11.240f,-10.786f,-10.450f,
+ -9.982f, -9.515f, -9.657f, -9.631f, -9.816f,-10.201f,-10.678f,-10.836f,-11.272f,-11.498f,
+-11.732f,-11.829f,-11.774f,-11.524f,-11.155f,-11.168f,-11.120f,-10.610f,-10.186f, -9.864f,
+ -9.250f, -8.714f, -7.932f, -6.878f, -5.848f, -5.213f, -4.604f, -4.007f, -3.571f, -3.246f,
+ -2.961f, -2.729f, -2.672f, -2.886f, -3.315f, -3.885f, -4.549f, -5.581f, -6.747f, -8.128f,
+ -9.583f,-11.156f,-12.758f,-13.948f,-15.241f,-16.473f,-17.760f,-19.303f,-20.716f,-22.122f,
+-23.417f,-24.721f,-25.906f,-27.076f,-28.518f,-30.084f,-31.372f,-32.780f,-34.094f,-35.446f,
+-36.774f,-37.963f,-39.181f,-40.043f,-40.543f,-41.067f,-41.574f,-42.207f,-42.420f,-42.795f,
+-43.011f,-43.110f,-43.302f,-43.139f,-42.729f,-42.576f,-41.754f,-42.586f,-37.387f,-37.795f,
+-34.618f,-34.869f,-35.331f,-34.136f,-32.594f,-30.368f,-28.741f,-26.574f,-24.007f,-20.946f,
+-19.352f,-17.096f,-15.040f,-14.916f,-13.119f,-14.016f,-14.887f,-15.090f,-15.403f,-15.312f,
+-14.147f,-13.466f,-15.499f,-17.815f,-18.646f,-19.003f,-20.045f,-21.713f,-22.898f,-21.228f,
+-24.236f,-26.227f,-25.922f,-25.296f,-23.361f,-21.530f,-19.660f,-19.988f,-20.734f,-19.416f,
+-18.038f,-17.170f,-16.243f,-14.947f,-14.932f,-11.427f, -7.954f, -6.891f, -2.695f,  0.504f,
+  3.179f,  2.033f,  3.785f,  7.086f, 10.535f, 13.376f, 14.457f, 15.070f, 13.633f, 14.126f,
+ 13.606f
+},{
+-29.534f,-30.541f,-28.887f,-29.246f,-31.980f,-34.423f,-35.536f,-35.376f,-35.086f,-36.689f,
+-38.412f,-35.816f,-35.306f,-35.571f,-33.071f,-33.236f,-34.894f,-34.272f,-32.595f,-35.581f,
+-34.453f,-33.549f,-32.265f,-31.867f,-31.072f,-30.010f,-28.650f,-27.205f,-25.725f,-24.437f,
+-23.196f,-22.044f,-19.042f,-17.408f,-14.408f,-13.065f,-12.246f,-11.346f,-10.994f,-10.418f,
+ -9.996f, -9.409f, -9.432f, -9.463f, -9.725f,-10.023f,-10.351f,-10.628f,-10.894f,-11.132f,
+-11.347f,-11.490f,-11.362f,-11.205f,-10.796f,-11.031f,-10.896f,-10.325f,-10.007f, -9.476f,
+ -9.004f, -8.375f, -7.452f, -6.390f, -5.661f, -5.219f, -4.492f, -3.796f, -3.278f, -3.004f,
+ -2.703f, -2.427f, -2.354f, -2.570f, -2.982f, -3.542f, -4.215f, -5.232f, -6.361f, -7.559f,
+ -8.949f,-10.565f,-12.140f,-13.659f,-14.905f,-16.210f,-17.508f,-18.879f,-20.248f,-21.618f,
+-22.804f,-24.144f,-25.250f,-26.500f,-27.965f,-29.473f,-30.719f,-32.120f,-33.274f,-34.413f,
+-35.668f,-36.627f,-37.746f,-38.561f,-38.919f,-39.494f,-39.759f,-40.476f,-40.844f,-41.228f,
+-41.478f,-41.757f,-41.883f,-41.746f,-41.608f,-41.265f,-41.269f,-37.749f,-37.482f,-35.285f,
+-36.520f,-35.721f,-34.478f,-32.773f,-31.351f,-29.419f,-27.302f,-25.644f,-22.832f,-20.550f,
+-19.121f,-17.492f,-14.571f,-13.664f,-11.491f,-13.005f,-13.375f,-14.396f,-15.096f,-14.701f,
+-15.554f,-16.846f,-18.130f,-19.590f,-20.116f,-20.482f,-20.974f,-22.074f,-23.835f,-24.222f,
+-26.186f,-27.857f,-27.691f,-26.527f,-24.183f,-22.335f,-21.264f,-21.720f,-23.396f,-20.349f,
+-18.443f,-17.315f,-17.221f,-16.133f,-15.275f,-11.582f, -7.995f, -7.327f, -2.865f,  0.194f,
+  3.949f,  2.504f,  3.931f,  7.234f, 10.729f, 13.479f, 14.548f, 15.100f, 13.655f, 14.165f,
+ 13.606f
+},{
+-29.534f,-30.534f,-28.841f,-29.303f,-32.279f,-34.578f,-35.272f,-34.679f,-34.635f,-36.402f,
+-38.407f,-35.737f,-34.864f,-35.332f,-31.775f,-32.161f,-33.414f,-33.826f,-32.509f,-34.845f,
+-34.148f,-33.452f,-31.596f,-31.327f,-30.441f,-29.508f,-28.192f,-26.804f,-25.560f,-24.315f,
+-23.007f,-22.294f,-19.132f,-16.876f,-14.512f,-13.342f,-12.296f,-11.469f,-11.139f,-10.403f,
+-10.150f, -9.485f, -9.391f, -9.395f, -9.527f, -9.803f,-10.144f,-10.350f,-10.576f,-10.849f,
+-10.988f,-11.132f,-10.862f,-10.702f,-10.813f,-10.823f,-10.370f,-10.033f, -9.669f, -9.187f,
+ -8.752f, -7.997f, -6.827f, -6.093f, -5.510f, -4.990f, -4.366f, -3.873f, -3.239f, -2.805f,
+ -2.404f, -2.132f, -2.066f, -2.315f, -2.808f, -3.358f, -4.062f, -5.036f, -6.103f, -7.242f,
+ -8.520f,-10.059f,-11.576f,-13.423f,-14.698f,-15.821f,-17.112f,-18.418f,-19.735f,-20.967f,
+-22.163f,-23.507f,-24.611f,-25.903f,-27.200f,-28.604f,-29.916f,-31.217f,-32.155f,-33.249f,
+-34.305f,-35.367f,-36.429f,-36.935f,-37.417f,-37.837f,-38.284f,-38.590f,-39.055f,-39.250f,
+-39.651f,-39.998f,-40.099f,-40.164f,-40.513f,-39.311f,-37.186f,-37.388f,-35.111f,-36.666f,
+-35.438f,-34.382f,-32.646f,-31.894f,-30.193f,-26.831f,-24.706f,-23.192f,-21.271f,-20.497f,
+-18.692f,-17.349f,-14.739f,-12.971f,-11.183f,-11.080f,-12.018f,-12.718f,-12.981f,-14.471f,
+-16.874f,-17.504f,-19.459f,-20.773f,-21.657f,-21.762f,-22.504f,-23.237f,-24.472f,-26.877f,
+-28.055f,-29.239f,-28.653f,-27.362f,-25.288f,-23.587f,-22.558f,-23.414f,-25.166f,-20.928f,
+-19.184f,-17.635f,-18.149f,-17.311f,-15.479f,-11.798f, -8.438f, -7.597f, -2.982f, -0.283f,
+  4.489f,  3.067f,  4.157f,  7.406f, 10.912f, 13.564f, 14.633f, 15.114f, 13.677f, 14.205f,
+ 13.606f
+},{
+-29.534f,-30.526f,-28.799f,-29.345f,-32.447f,-34.555f,-34.890f,-33.929f,-34.169f,-36.113f,
+-38.204f,-35.503f,-34.276f,-35.022f,-31.506f,-31.186f,-32.231f,-33.473f,-31.999f,-34.492f,
+-33.642f,-32.957f,-31.459f,-30.621f,-29.832f,-28.904f,-27.645f,-26.315f,-25.410f,-24.204f,
+-22.768f,-22.129f,-19.340f,-16.694f,-14.464f,-13.448f,-12.191f,-11.687f,-11.345f,-10.716f,
+-10.408f, -9.624f, -9.555f, -9.474f, -9.564f, -9.763f, -9.947f,-10.120f,-10.337f,-10.570f,
+-10.727f,-10.702f,-10.469f,-10.373f,-10.512f,-10.442f,-10.156f, -9.661f, -9.238f, -8.877f,
+ -8.358f, -7.759f, -6.763f, -5.767f, -5.175f, -4.610f, -4.184f, -3.765f, -3.228f, -2.682f,
+ -2.238f, -2.009f, -2.049f, -2.264f, -2.701f, -3.288f, -3.923f, -4.884f, -5.880f, -7.047f,
+ -8.304f, -9.670f,-11.117f,-12.607f,-14.144f,-15.534f,-16.669f,-17.943f,-19.267f,-20.510f,
+-21.686f,-22.925f,-23.929f,-25.205f,-26.558f,-27.746f,-28.978f,-30.048f,-30.906f,-31.918f,
+-32.741f,-33.679f,-34.585f,-35.314f,-35.884f,-35.977f,-36.471f,-36.638f,-36.980f,-37.262f,
+-37.646f,-38.073f,-38.166f,-38.650f,-36.864f,-36.638f,-36.266f,-35.725f,-35.914f,-34.543f,
+-32.916f,-32.218f,-31.158f,-30.714f,-28.836f,-24.669f,-23.479f,-22.638f,-18.959f,-18.290f,
+-17.721f,-16.912f,-14.530f,-11.866f,-10.896f, -9.422f,-11.668f,-12.827f,-13.982f,-14.551f,
+-17.534f,-18.714f,-19.682f,-21.785f,-22.915f,-23.365f,-23.670f,-25.098f,-26.290f,-28.679f,
+-29.440f,-30.099f,-29.475f,-28.429f,-27.000f,-25.140f,-23.878f,-24.683f,-26.392f,-21.645f,
+-20.370f,-18.877f,-19.282f,-18.391f,-15.941f,-12.109f, -9.205f, -7.779f, -3.131f, -0.742f,
+  4.679f,  3.674f,  4.419f,  7.597f, 11.095f, 13.637f, 14.710f, 15.113f, 13.704f, 14.245f,
+ 13.606f
+},{
+-29.534f,-30.516f,-28.761f,-29.363f,-32.444f,-34.313f,-34.375f,-33.175f,-33.730f,-35.758f,
+-37.790f,-35.090f,-33.883f,-34.773f,-31.987f,-30.342f,-31.305f,-33.010f,-31.529f,-34.013f,
+-33.163f,-32.408f,-31.162f,-29.801f,-29.049f,-28.292f,-27.164f,-25.992f,-25.168f,-24.026f,
+-22.655f,-21.402f,-19.256f,-16.402f,-14.379f,-13.393f,-12.376f,-11.683f,-11.535f,-10.930f,
+-10.563f, -9.795f, -9.604f, -9.533f, -9.637f, -9.751f, -9.889f, -9.971f,-10.127f,-10.275f,
+-10.484f,-10.370f,-10.035f,-10.003f,-10.135f,-10.147f,-10.082f, -9.593f, -8.963f, -8.633f,
+ -8.062f, -7.358f, -6.442f, -5.419f, -4.975f, -4.651f, -4.216f, -3.732f, -3.120f, -2.619f,
+ -2.245f, -2.034f, -2.051f, -2.282f, -2.773f, -3.296f, -3.969f, -4.749f, -5.701f, -6.893f,
+ -8.052f, -9.388f,-10.844f,-12.164f,-13.368f,-14.871f,-16.357f,-17.545f,-18.840f,-19.966f,
+-21.099f,-22.152f,-23.150f,-24.475f,-25.641f,-26.715f,-27.767f,-28.605f,-29.454f,-30.115f,
+-31.049f,-31.774f,-32.868f,-33.299f,-33.708f,-33.871f,-34.476f,-34.818f,-35.127f,-34.968f,
+-35.724f,-36.139f,-36.568f,-36.529f,-35.354f,-34.142f,-35.306f,-35.627f,-33.864f,-32.755f,
+-31.498f,-30.344f,-29.662f,-29.135f,-26.387f,-24.286f,-23.496f,-23.044f,-20.545f,-17.789f,
+-16.281f,-13.973f,-13.594f,-10.674f, -9.262f, -8.557f,-11.244f,-11.543f,-14.267f,-15.125f,
+-17.352f,-18.799f,-20.001f,-21.919f,-23.481f,-24.408f,-25.255f,-26.358f,-28.239f,-29.928f,
+-30.362f,-30.959f,-30.378f,-29.080f,-28.177f,-26.480f,-25.209f,-26.011f,-27.907f,-23.400f,
+-22.347f,-21.034f,-20.276f,-19.249f,-16.404f,-12.557f, -9.859f, -7.923f, -3.464f, -1.070f,
+  4.522f,  4.266f,  4.672f,  7.802f, 11.289f, 13.706f, 14.779f, 15.103f, 13.735f, 14.286f,
+ 13.606f
+},{
+-29.534f,-30.504f,-28.728f,-29.348f,-32.255f,-33.850f,-33.747f,-32.452f,-33.336f,-35.265f,
+-37.180f,-34.633f,-33.840f,-34.715f,-32.377f,-29.751f,-30.622f,-32.376f,-31.137f,-32.950f,
+-32.843f,-31.985f,-30.474f,-29.117f,-28.399f,-27.648f,-26.667f,-25.707f,-24.872f,-23.637f,
+-22.560f,-20.448f,-18.716f,-16.130f,-14.479f,-13.480f,-12.395f,-11.766f,-11.701f,-10.858f,
+-10.620f, -9.936f, -9.753f, -9.583f, -9.561f, -9.692f, -9.768f, -9.939f,-10.056f,-10.287f,
+-10.317f,-10.280f, -9.995f, -9.866f, -9.884f, -9.809f, -9.511f, -9.336f, -8.894f, -8.438f,
+ -7.859f, -6.943f, -6.022f, -5.243f, -4.840f, -4.597f, -4.102f, -3.661f, -3.088f, -2.667f,
+ -2.311f, -2.184f, -2.201f, -2.409f, -2.848f, -3.339f, -4.035f, -4.737f, -5.705f, -6.768f,
+ -7.832f, -9.180f,-10.525f,-11.817f,-13.067f,-14.297f,-15.893f,-17.111f,-18.397f,-19.485f,
+-20.424f,-21.439f,-22.526f,-23.551f,-24.654f,-25.532f,-26.222f,-27.082f,-28.094f,-28.574f,
+-29.057f,-30.188f,-30.840f,-31.485f,-32.024f,-32.351f,-32.815f,-33.024f,-33.349f,-33.674f,
+-33.938f,-34.202f,-34.610f,-33.071f,-32.610f,-35.104f,-34.535f,-33.150f,-31.789f,-31.051f,
+-29.825f,-28.380f,-28.153f,-27.515f,-24.322f,-24.452f,-21.204f,-21.541f,-19.780f,-20.195f,
+-18.435f,-12.887f,-14.279f,-10.103f, -7.904f, -7.482f,-11.122f,-11.879f,-14.565f,-16.155f,
+-17.374f,-19.052f,-19.551f,-22.040f,-24.009f,-25.146f,-27.033f,-27.649f,-29.170f,-31.059f,
+-31.046f,-31.667f,-31.316f,-29.993f,-29.015f,-27.900f,-26.769f,-27.586f,-29.326f,-26.025f,
+-24.836f,-23.116f,-20.819f,-19.800f,-16.627f,-13.096f,-10.041f, -8.003f, -3.961f, -1.258f,
+  4.132f,  4.800f,  4.894f,  8.015f, 11.503f, 13.781f, 14.839f, 15.087f, 13.773f, 14.327f,
+ 13.606f
+},{
+-29.534f,-30.491f,-28.700f,-29.297f,-31.889f,-33.203f,-33.053f,-31.776f,-32.975f,-34.606f,
+-36.403f,-34.300f,-34.017f,-34.701f,-32.078f,-29.261f,-30.211f,-31.817f,-30.615f,-32.152f,
+-32.666f,-31.496f,-30.111f,-28.665f,-27.698f,-27.020f,-26.168f,-25.290f,-24.429f,-22.984f,
+-22.274f,-19.578f,-18.463f,-16.044f,-14.515f,-13.447f,-12.425f,-11.920f,-11.613f,-10.803f,
+-10.688f,-10.049f, -9.948f, -9.549f, -9.523f, -9.671f, -9.712f, -9.802f, -9.945f,-10.127f,
+-10.267f,-10.112f, -9.855f, -9.839f, -9.735f, -9.588f, -9.131f, -9.068f, -8.724f, -8.220f,
+ -7.563f, -6.695f, -5.919f, -4.978f, -4.709f, -4.454f, -4.066f, -3.553f, -3.039f, -2.770f,
+ -2.525f, -2.405f, -2.359f, -2.580f, -3.060f, -3.389f, -4.183f, -4.882f, -5.890f, -6.894f,
+ -7.981f, -9.160f,-10.405f,-11.650f,-12.873f,-14.028f,-15.549f,-16.830f,-17.893f,-18.921f,
+-19.809f,-20.652f,-21.779f,-22.718f,-23.649f,-24.343f,-24.997f,-25.679f,-26.555f,-26.935f,
+-26.935f,-28.393f,-28.957f,-29.701f,-29.830f,-30.569f,-30.638f,-31.449f,-31.666f,-31.692f,
+-32.142f,-32.234f,-32.555f,-32.913f,-33.243f,-32.632f,-31.417f,-30.578f,-29.142f,-28.589f,
+-27.914f,-27.405f,-26.793f,-26.000f,-23.169f,-23.080f,-20.373f,-21.308f,-19.390f,-17.917f,
+-16.662f,-14.122f,-13.550f,-10.136f, -9.767f,-11.822f,-12.677f,-12.451f,-14.663f,-16.312f,
+-17.322f,-19.620f,-20.016f,-22.022f,-24.617f,-26.025f,-28.251f,-29.041f,-30.096f,-32.177f,
+-31.838f,-32.281f,-32.401f,-30.993f,-30.171f,-29.337f,-28.654f,-29.505f,-30.356f,-28.424f,
+-26.921f,-24.263f,-21.294f,-20.089f,-16.799f,-13.603f, -9.865f, -7.944f, -4.393f, -1.351f,
+  3.657f,  5.261f,  5.097f,  8.226f, 11.737f, 13.870f, 14.893f, 15.069f, 13.819f, 14.369f,
+ 13.606f
+},{
+-29.534f,-30.476f,-28.675f,-29.211f,-31.375f,-32.437f,-32.357f,-31.152f,-32.607f,-33.832f,
+-35.491f,-34.138f,-34.179f,-34.412f,-31.190f,-28.628f,-29.841f,-31.361f,-30.249f,-31.771f,
+-32.476f,-31.018f,-29.813f,-28.505f,-27.113f,-26.429f,-25.711f,-24.856f,-23.833f,-22.303f,
+-21.497f,-19.382f,-17.994f,-15.814f,-14.448f,-13.425f,-12.559f,-12.102f,-11.544f,-10.876f,
+-10.741f,-10.100f, -9.866f, -9.662f, -9.474f, -9.399f, -9.405f, -9.499f, -9.809f, -9.855f,
+-10.040f,-10.033f, -9.852f, -9.864f, -9.595f, -9.437f, -8.913f, -8.780f, -8.454f, -7.961f,
+ -7.290f, -6.439f, -5.563f, -4.771f, -4.559f, -4.244f, -3.911f, -3.610f, -3.200f, -2.815f,
+ -2.742f, -2.583f, -2.662f, -2.694f, -3.204f, -3.578f, -4.326f, -5.117f, -6.087f, -7.130f,
+ -8.167f, -9.231f,-10.256f,-11.545f,-12.771f,-13.846f,-15.294f,-16.414f,-17.488f,-18.385f,
+-19.172f,-20.223f,-20.973f,-21.824f,-22.543f,-23.244f,-23.801f,-24.541f,-25.030f,-25.100f,
+-25.504f,-26.356f,-26.965f,-27.528f,-27.771f,-28.615f,-29.218f,-29.587f,-29.890f,-30.316f,
+-30.325f,-30.571f,-31.033f,-31.116f,-30.387f,-29.789f,-28.713f,-27.151f,-24.948f,-24.921f,
+-25.061f,-25.780f,-25.647f,-23.853f,-22.340f,-20.846f,-21.433f,-20.511f,-16.768f,-16.628f,
+-15.633f,-15.563f,-14.352f,-13.595f,-12.816f,-11.195f,-13.909f,-14.184f,-15.929f,-16.665f,
+-17.412f,-19.969f,-20.646f,-22.334f,-25.077f,-26.968f,-28.957f,-29.458f,-30.518f,-32.925f,
+-32.631f,-33.051f,-33.514f,-32.429f,-32.087f,-31.311f,-30.340f,-31.333f,-31.172f,-29.823f,
+-27.923f,-24.578f,-21.824f,-20.092f,-17.020f,-13.940f, -9.732f, -7.678f, -4.527f, -1.362f,
+  3.184f,  5.642f,  5.313f,  8.421f, 11.981f, 13.977f, 14.944f, 15.053f, 13.875f, 14.412f,
+ 13.606f
+},{
+-29.534f,-30.460f,-28.654f,-29.091f,-30.763f,-31.629f,-31.720f,-30.581f,-32.190f,-33.063f,
+-34.490f,-33.991f,-34.173f,-33.728f,-30.236f,-27.883f,-29.189f,-30.563f,-29.985f,-30.367f,
+-31.952f,-30.635f,-29.385f,-28.233f,-26.762f,-25.976f,-25.269f,-24.223f,-23.307f,-21.738f,
+-20.663f,-19.552f,-17.368f,-15.593f,-14.356f,-13.343f,-12.570f,-12.081f,-11.413f,-11.010f,
+-10.615f,-10.260f, -9.780f, -9.441f, -9.284f, -9.081f, -9.119f, -9.295f, -9.412f, -9.605f,
+ -9.758f, -9.705f, -9.678f, -9.537f, -9.164f, -9.262f, -8.588f, -8.345f, -8.054f, -7.591f,
+ -7.063f, -6.141f, -5.312f, -4.528f, -4.106f, -3.871f, -3.855f, -3.575f, -3.266f, -3.052f,
+ -2.907f, -2.754f, -2.876f, -3.103f, -3.327f, -3.946f, -4.669f, -5.416f, -6.397f, -7.426f,
+ -8.447f, -9.360f,-10.405f,-11.477f,-12.522f,-13.693f,-14.985f,-16.136f,-17.065f,-17.904f,
+-18.719f,-19.390f,-20.051f,-20.796f,-21.425f,-22.067f,-22.613f,-23.134f,-23.392f,-23.466f,
+-23.916f,-24.194f,-24.832f,-25.251f,-25.459f,-26.013f,-26.494f,-26.949f,-27.634f,-27.994f,
+-29.049f,-30.165f,-29.030f,-28.493f,-27.386f,-26.463f,-24.374f,-23.668f,-23.528f,-23.793f,
+-25.147f,-25.529f,-24.928f,-23.945f,-22.867f,-22.109f,-20.048f,-18.577f,-15.116f,-14.447f,
+-13.011f,-11.549f,-13.445f,-12.496f,-10.207f,-13.699f,-14.745f,-14.644f,-16.236f,-16.977f,
+-18.851f,-20.971f,-21.550f,-23.324f,-25.902f,-27.670f,-29.095f,-29.808f,-31.628f,-33.303f,
+-33.966f,-33.982f,-34.307f,-33.828f,-33.627f,-33.250f,-31.737f,-32.212f,-31.693f,-30.393f,
+-28.025f,-24.637f,-21.916f,-19.892f,-17.107f,-14.051f, -9.817f, -7.213f, -4.349f, -1.227f,
+  2.718f,  5.922f,  5.587f,  8.589f, 12.219f, 14.103f, 14.995f, 15.041f, 13.940f, 14.455f,
+ 13.606f
+},{
+-29.534f,-30.442f,-28.637f,-28.944f,-30.112f,-30.860f,-31.190f,-30.075f,-31.707f,-32.424f,
+-33.470f,-33.618f,-33.915f,-32.883f,-29.549f,-27.234f,-28.424f,-29.337f,-29.234f,-28.127f,
+-31.243f,-30.174f,-29.016f,-27.622f,-26.254f,-25.517f,-24.735f,-23.745f,-22.794f,-21.448f,
+-20.136f,-18.981f,-17.010f,-15.574f,-14.374f,-13.314f,-12.410f,-11.856f,-11.149f,-11.107f,
+-10.441f,-10.212f, -9.635f, -9.317f, -9.008f, -8.873f, -9.022f, -8.960f, -9.175f, -9.185f,
+ -9.368f, -9.502f, -9.453f, -9.109f, -8.942f, -8.787f, -8.280f, -7.989f, -7.820f, -7.215f,
+ -6.716f, -5.892f, -4.938f, -3.984f, -3.725f, -3.489f, -3.616f, -3.500f, -3.181f, -3.075f,
+ -3.047f, -2.972f, -3.213f, -3.441f, -3.573f, -4.504f, -5.080f, -6.031f, -6.858f, -7.861f,
+ -8.879f, -9.700f,-10.627f,-11.676f,-12.613f,-13.530f,-14.729f,-15.843f,-16.662f,-17.468f,
+-18.191f,-18.601f,-19.079f,-19.541f,-20.272f,-20.759f,-21.198f,-21.616f,-21.809f,-21.686f,
+-22.078f,-22.106f,-22.455f,-22.794f,-23.176f,-23.479f,-23.556f,-24.047f,-24.737f,-27.938f,
+-29.377f,-27.966f,-25.320f,-25.251f,-22.359f,-21.864f,-21.477f,-23.130f,-23.857f,-24.518f,
+-24.540f,-24.484f,-24.176f,-22.316f,-21.062f,-19.937f,-18.862f,-17.033f,-16.198f,-13.719f,
+-12.278f,-10.703f,-11.795f,-13.632f,-14.641f,-14.833f,-15.858f,-15.835f,-16.733f,-17.176f,
+-19.427f,-21.045f,-21.880f,-23.649f,-25.772f,-28.199f,-29.131f,-29.886f,-32.336f,-33.960f,
+-35.114f,-35.235f,-35.338f,-34.678f,-34.121f,-33.864f,-32.899f,-32.754f,-32.304f,-30.797f,
+-27.993f,-24.720f,-21.769f,-19.966f,-17.042f,-13.995f, -9.908f, -6.719f, -4.062f, -0.857f,
+  2.241f,  6.066f,  5.950f,  8.728f, 12.434f, 14.245f, 15.050f, 15.036f, 14.018f, 14.499f,
+ 13.606f
+},{
+-29.534f,-30.422f,-28.622f,-28.781f,-29.480f,-30.191f,-30.783f,-29.660f,-31.184f,-31.963f,
+-32.518f,-32.912f,-33.349f,-32.172f,-29.041f,-26.764f,-27.995f,-28.181f,-28.042f,-27.042f,
+-30.667f,-29.486f,-28.491f,-27.153f,-25.900f,-25.091f,-24.221f,-23.288f,-22.249f,-21.331f,
+-19.893f,-18.127f,-16.893f,-15.262f,-14.154f,-13.051f,-11.961f,-11.768f,-11.332f,-10.873f,
+-10.362f,-10.106f, -9.476f, -9.155f, -8.847f, -8.530f, -8.820f, -8.701f, -8.934f, -8.758f,
+ -8.948f, -9.065f, -9.077f, -8.775f, -8.317f, -8.153f, -7.874f, -7.546f, -7.466f, -6.877f,
+ -6.340f, -5.689f, -4.583f, -3.609f, -3.353f, -3.140f, -3.226f, -3.284f, -3.087f, -3.118f,
+ -3.197f, -3.302f, -3.475f, -3.452f, -4.580f, -5.069f, -5.632f, -6.539f, -7.615f, -8.525f,
+ -9.369f,-10.184f,-10.935f,-11.965f,-12.884f,-13.636f,-14.563f,-15.559f,-16.326f,-16.988f,
+-17.555f,-17.942f,-18.231f,-18.670f,-19.155f,-19.428f,-19.673f,-19.856f,-20.043f,-19.926f,
+-20.050f,-20.093f,-20.282f,-20.487f,-20.820f,-21.005f,-21.217f,-21.824f,-22.910f,-24.708f,
+-20.856f,-21.793f,-22.394f,-20.852f,-19.306f,-20.632f,-21.049f,-22.164f,-23.314f,-23.777f,
+-24.008f,-23.908f,-23.456f,-22.441f,-22.942f,-21.938f,-18.673f,-17.291f,-17.370f,-15.962f,
+-17.207f,-15.133f,-13.697f,-15.003f,-14.572f,-14.621f,-15.852f,-16.314f,-17.242f,-17.811f,
+-19.333f,-20.893f,-22.298f,-24.486f,-26.265f,-28.848f,-29.732f,-31.051f,-32.721f,-34.799f,
+-35.865f,-36.937f,-36.738f,-36.202f,-35.067f,-34.444f,-34.183f,-33.766f,-33.052f,-31.272f,
+-28.302f,-24.948f,-22.231f,-20.472f,-16.942f,-13.827f, -9.739f, -6.464f, -3.868f, -0.250f,
+  1.796f,  6.058f,  6.422f,  8.853f, 12.614f, 14.398f, 15.112f, 15.040f, 14.106f, 14.544f,
+ 13.606f
+},{
+-29.534f,-30.401f,-28.609f,-28.613f,-28.923f,-29.660f,-30.488f,-29.372f,-30.679f,-31.607f,
+-31.696f,-32.017f,-32.539f,-31.633f,-28.498f,-26.427f,-27.770f,-27.159f,-26.951f,-26.959f,
+-30.041f,-28.689f,-28.031f,-26.939f,-25.488f,-24.538f,-23.802f,-22.844f,-21.794f,-20.803f,
+-19.535f,-17.233f,-16.115f,-14.606f,-13.657f,-12.625f,-11.924f,-11.597f,-10.988f,-10.629f,
+-10.231f, -9.725f, -9.359f, -8.945f, -8.635f, -8.368f, -8.322f, -8.424f, -8.589f, -8.476f,
+ -8.357f, -8.492f, -8.695f, -8.436f, -7.962f, -7.428f, -7.457f, -7.320f, -7.112f, -6.585f,
+ -6.025f, -5.345f, -4.425f, -3.421f, -2.948f, -2.921f, -3.070f, -3.200f, -3.129f, -3.239f,
+ -3.424f, -3.589f, -3.712f, -4.170f, -4.978f, -5.631f, -6.404f, -7.396f, -8.507f, -9.453f,
+-10.196f,-10.702f,-11.428f,-12.298f,-13.060f,-13.773f,-14.512f,-15.329f,-16.047f,-16.560f,
+-16.983f,-17.352f,-17.591f,-17.706f,-17.968f,-17.941f,-18.004f,-18.170f,-18.182f,-18.075f,
+-18.026f,-18.016f,-18.114f,-18.172f,-18.384f,-18.663f,-19.345f,-19.572f,-23.410f,-19.195f,
+-15.905f,-18.418f,-18.080f,-17.688f,-18.293f,-19.664f,-20.582f,-21.350f,-21.887f,-22.595f,
+-22.479f,-23.034f,-26.447f,-23.523f,-23.945f,-23.942f,-20.602f,-19.775f,-21.326f,-19.635f,
+-19.194f,-18.207f,-17.907f,-15.136f,-12.935f,-15.451f,-15.706f,-15.929f,-17.670f,-18.618f,
+-19.600f,-21.153f,-22.939f,-25.128f,-27.277f,-29.489f,-30.657f,-32.277f,-33.749f,-35.279f,
+-37.152f,-38.416f,-38.447f,-37.955f,-37.035f,-35.819f,-35.511f,-34.699f,-33.462f,-31.525f,
+-28.727f,-25.443f,-23.070f,-20.643f,-16.694f,-13.517f, -9.303f, -6.565f, -3.808f,  0.425f,
+  1.508f,  5.930f,  7.001f,  8.998f, 12.757f, 14.555f, 15.182f, 15.053f, 14.206f, 14.589f,
+ 13.606f
+},{
+-29.534f,-30.378f,-28.597f,-28.450f,-28.480f,-29.270f,-30.268f,-29.235f,-30.262f,-31.204f,
+-30.985f,-31.194f,-31.753f,-31.105f,-27.912f,-26.183f,-27.201f,-25.948f,-25.965f,-26.069f,
+-29.253f,-28.081f,-27.597f,-26.766f,-25.090f,-23.995f,-23.190f,-22.473f,-21.273f,-20.129f,
+-18.908f,-16.624f,-15.508f,-13.816f,-12.988f,-12.180f,-11.843f,-11.157f,-10.606f,-10.299f,
+ -9.811f, -9.453f, -9.165f, -8.557f, -8.289f, -7.959f, -7.995f, -7.954f, -8.490f, -8.000f,
+ -7.980f, -7.897f, -8.262f, -7.954f, -7.565f, -6.986f, -7.062f, -6.982f, -6.824f, -6.244f,
+ -5.612f, -5.054f, -4.005f, -3.243f, -2.677f, -2.626f, -2.867f, -3.107f, -3.174f, -3.359f,
+ -3.597f, -3.964f, -4.175f, -4.473f, -5.145f, -6.044f, -7.067f, -8.006f, -9.162f,-10.098f,
+-11.168f,-11.642f,-12.092f,-12.702f,-13.335f,-13.890f,-14.455f,-15.090f,-15.639f,-16.075f,
+-16.465f,-16.620f,-16.783f,-16.742f,-16.784f,-16.680f,-16.590f,-16.449f,-16.310f,-16.416f,
+-16.393f,-16.024f,-15.920f,-15.906f,-16.109f,-16.751f,-17.241f,-20.007f,-18.330f,-15.972f,
+-14.311f,-15.055f,-15.201f,-15.591f,-16.768f,-18.539f,-20.293f,-20.262f,-21.209f,-22.299f,
+-22.693f,-24.397f,-24.084f,-22.494f,-24.025f,-24.900f,-24.016f,-22.837f,-23.212f,-22.202f,
+-21.011f,-19.650f,-18.833f,-17.603f,-16.704f,-17.159f,-16.486f,-16.895f,-17.766f,-18.751f,
+-20.026f,-22.232f,-23.963f,-26.425f,-29.191f,-30.547f,-31.326f,-33.015f,-34.869f,-36.286f,
+-38.846f,-39.423f,-40.248f,-39.343f,-38.903f,-37.102f,-36.375f,-35.542f,-34.025f,-31.355f,
+-28.738f,-25.878f,-23.178f,-19.883f,-16.185f,-13.056f, -8.774f, -6.823f, -3.808f,  0.896f,
+  1.516f,  5.773f,  7.672f,  9.200f, 12.872f, 14.712f, 15.261f, 15.076f, 14.316f, 14.634f,
+ 13.606f
+},{
+-29.534f,-30.354f,-28.586f,-28.306f,-28.174f,-28.999f,-30.073f,-29.247f,-29.981f,-30.620f,
+-30.270f,-30.553f,-31.266f,-30.504f,-27.402f,-25.966f,-26.269f,-24.939f,-24.844f,-24.605f,
+-28.238f,-27.613f,-26.939f,-26.346f,-24.794f,-23.601f,-22.871f,-21.926f,-20.886f,-19.559f,
+-18.373f,-16.226f,-14.846f,-13.376f,-12.343f,-11.815f,-11.658f,-10.838f,-10.036f,-10.109f,
+ -9.365f, -9.238f, -8.806f, -8.111f, -7.870f, -7.425f, -7.467f, -7.663f, -8.170f, -7.825f,
+ -7.723f, -7.669f, -7.775f, -7.178f, -7.211f, -6.454f, -6.736f, -6.605f, -6.472f, -5.927f,
+ -5.231f, -4.631f, -3.973f, -2.992f, -2.046f, -2.329f, -2.639f, -2.949f, -3.104f, -3.433f,
+ -3.901f, -4.135f, -4.564f, -4.881f, -5.406f, -6.494f, -7.509f, -8.522f, -9.370f,-10.484f,
+-11.440f,-12.158f,-12.911f,-13.086f,-13.727f,-14.083f,-14.443f,-14.868f,-15.216f,-15.503f,
+-15.729f,-15.842f,-15.850f,-15.701f,-15.515f,-15.261f,-15.041f,-14.800f,-14.672f,-14.847f,
+-14.675f,-14.133f,-13.886f,-13.873f,-14.463f,-14.763f,-15.399f,-19.008f,-14.294f,-12.968f,
+-11.836f,-12.608f,-13.383f,-14.352f,-15.427f,-16.343f,-17.936f,-20.255f,-21.017f,-21.789f,
+-23.968f,-24.501f,-25.723f,-24.935f,-26.177f,-26.757f,-27.098f,-25.634f,-24.613f,-23.959f,
+-22.958f,-20.907f,-19.005f,-18.734f,-19.772f,-19.522f,-19.065f,-18.729f,-18.327f,-20.026f,
+-21.447f,-23.045f,-24.340f,-27.388f,-29.966f,-31.153f,-32.145f,-33.662f,-35.755f,-37.993f,
+-40.292f,-40.796f,-41.514f,-40.867f,-40.242f,-38.283f,-36.989f,-36.342f,-34.869f,-31.052f,
+-28.210f,-25.716f,-22.388f,-18.717f,-15.571f,-12.482f, -8.261f, -6.907f, -3.832f,  0.974f,
+  1.878f,  5.698f,  8.399f,  9.485f, 12.975f, 14.866f, 15.348f, 15.107f, 14.437f, 14.680f,
+ 13.606f
+},{
+-29.534f,-30.327f,-28.574f,-28.189f,-28.010f,-28.803f,-29.860f,-29.374f,-29.841f,-29.837f,
+-29.415f,-29.946f,-31.035f,-29.890f,-26.953f,-25.643f,-25.347f,-24.595f,-23.753f,-23.901f,
+-26.922f,-26.813f,-26.421f,-25.648f,-24.228f,-23.162f,-22.580f,-21.494f,-20.532f,-18.827f,
+-17.612f,-15.880f,-14.536f,-12.984f,-12.097f,-11.456f,-11.057f,-10.163f, -9.839f, -9.780f,
+ -9.144f, -8.814f, -8.236f, -7.492f, -7.319f, -6.958f, -6.835f, -7.506f, -7.628f, -7.668f,
+ -7.437f, -7.422f, -7.300f, -6.712f, -6.639f, -6.169f, -6.326f, -6.305f, -6.199f, -5.633f,
+ -4.925f, -4.214f, -3.400f, -2.618f, -1.855f, -2.075f, -2.375f, -2.823f, -3.089f, -3.277f,
+ -3.920f, -4.430f, -5.035f, -5.490f, -5.601f, -6.792f, -7.672f, -8.685f, -9.572f,-10.568f,
+-11.762f,-12.284f,-13.151f,-13.190f,-13.813f,-14.046f,-14.441f,-14.551f,-14.720f,-14.877f,
+-14.970f,-15.031f,-14.891f,-14.624f,-14.213f,-13.862f,-13.562f,-13.250f,-13.043f,-13.110f,
+-13.007f,-12.531f,-12.124f,-12.184f,-12.511f,-12.885f,-14.560f,-14.297f, -8.504f,-10.749f,
+ -9.508f,-11.052f,-12.173f,-13.203f,-14.209f,-14.750f,-18.739f,-21.072f,-22.965f,-23.639f,
+-23.947f,-24.482f,-26.156f,-27.310f,-28.169f,-27.821f,-28.356f,-27.567f,-25.876f,-25.242f,
+-24.249f,-22.431f,-20.851f,-21.115f,-23.184f,-21.604f,-20.769f,-20.899f,-20.637f,-21.493f,
+-22.991f,-24.544f,-26.815f,-28.034f,-30.458f,-31.970f,-33.354f,-34.680f,-36.573f,-39.504f,
+-41.093f,-41.730f,-42.415f,-42.331f,-41.730f,-39.447f,-37.612f,-36.560f,-35.316f,-31.161f,
+-27.658f,-25.017f,-21.327f,-17.715f,-14.870f,-11.739f, -7.734f, -6.699f, -3.886f,  0.735f,
+  2.512f,  5.788f,  9.129f,  9.858f, 13.084f, 15.016f, 15.443f, 15.144f, 14.567f, 14.726f,
+ 13.606f
+},{
+-29.534f,-30.299f,-28.561f,-28.108f,-27.973f,-28.630f,-29.602f,-29.554f,-29.800f,-28.976f,
+-28.371f,-29.158f,-30.679f,-29.264f,-26.425f,-25.162f,-24.388f,-24.208f,-22.978f,-23.688f,
+-26.098f,-25.942f,-25.742f,-25.090f,-23.836f,-22.834f,-21.967f,-20.972f,-19.988f,-18.374f,
+-16.932f,-15.633f,-14.134f,-12.594f,-11.949f,-11.119f,-10.303f, -9.819f, -9.518f, -8.967f,
+ -8.583f, -8.125f, -7.718f, -7.243f, -6.454f, -6.642f, -6.348f, -7.111f, -7.388f, -7.439f,
+ -7.116f, -6.938f, -6.895f, -6.181f, -6.183f, -6.059f, -6.030f, -6.104f, -5.831f, -5.249f,
+ -4.449f, -3.885f, -3.160f, -2.324f, -1.979f, -1.589f, -1.896f, -2.429f, -2.924f, -3.381f,
+ -4.009f, -4.517f, -5.178f, -5.682f, -5.888f, -6.593f, -7.743f, -8.892f, -9.734f,-10.702f,
+-11.961f,-12.591f,-13.122f,-13.357f,-13.822f,-14.278f,-14.309f,-14.286f,-14.300f,-14.303f,
+-14.238f,-14.277f,-13.753f,-13.506f,-13.016f,-12.549f,-12.197f,-11.831f,-11.568f,-11.514f,
+-11.611f,-11.241f,-10.407f,-10.514f,-10.658f,-11.061f,-14.293f, -8.485f, -7.010f, -6.591f,
+ -7.020f,-10.317f,-12.421f,-13.217f,-13.160f,-16.250f,-19.984f,-21.983f,-24.404f,-23.903f,
+-23.141f,-24.099f,-26.960f,-30.097f,-29.451f,-28.250f,-29.397f,-28.210f,-26.605f,-26.227f,
+-25.052f,-23.289f,-22.296f,-23.714f,-24.917f,-22.541f,-22.183f,-22.090f,-21.999f,-21.522f,
+-23.789f,-26.567f,-30.026f,-29.758f,-30.927f,-32.798f,-34.448f,-36.138f,-38.130f,-40.677f,
+-42.152f,-42.800f,-43.070f,-43.434f,-42.936f,-40.302f,-38.258f,-36.629f,-35.446f,-31.611f,
+-27.524f,-24.172f,-20.141f,-16.653f,-13.895f,-10.768f, -7.165f, -6.348f, -3.885f,  0.492f,
+  3.250f,  6.065f,  9.791f, 10.292f, 13.212f, 15.163f, 15.541f, 15.188f, 14.704f, 14.773f,
+ 13.606f
+},{
+-29.534f,-30.270f,-28.545f,-28.067f,-28.038f,-28.432f,-29.301f,-29.717f,-29.787f,-28.225f,
+-27.251f,-28.184f,-29.896f,-28.490f,-25.780f,-24.594f,-23.168f,-23.200f,-22.525f,-23.122f,
+-26.254f,-25.626f,-24.863f,-24.623f,-23.336f,-22.285f,-21.369f,-20.179f,-19.486f,-18.013f,
+-16.344f,-15.106f,-13.686f,-12.266f,-11.473f, -9.786f, -9.775f, -9.469f, -9.094f, -8.202f,
+ -8.049f, -7.357f, -7.322f, -6.826f, -5.720f, -6.159f, -5.784f, -6.298f, -7.402f, -6.632f,
+ -6.468f, -6.376f, -5.966f, -5.512f, -5.709f, -5.786f, -5.804f, -5.848f, -5.593f, -4.939f,
+ -4.129f, -3.470f, -2.874f, -2.128f, -1.704f, -1.215f, -1.518f, -2.147f, -2.695f, -3.281f,
+ -3.981f, -4.772f, -5.298f, -5.912f, -6.046f, -6.732f, -7.602f, -8.844f, -9.905f,-10.898f,
+-11.968f,-12.571f,-13.129f,-13.388f,-13.780f,-14.086f,-14.132f,-14.075f,-13.916f,-13.668f,
+-13.482f,-13.417f,-12.809f,-12.434f,-11.849f,-11.378f,-10.957f,-10.483f,-10.320f,-10.366f,
+-10.231f, -9.980f, -9.195f, -8.900f, -8.926f, -9.589f,-11.996f, -4.809f, -5.691f, -5.209f,
+ -5.961f,-10.042f,-14.440f,-15.582f,-17.905f,-19.374f,-23.432f,-25.285f,-26.300f,-25.430f,
+-23.544f,-24.625f,-28.051f,-30.402f,-29.624f,-27.015f,-28.748f,-29.011f,-27.084f,-26.643f,
+-26.179f,-24.484f,-23.694f,-25.776f,-25.330f,-23.958f,-23.617f,-23.716f,-23.735f,-23.290f,
+-24.956f,-28.447f,-30.901f,-31.546f,-32.017f,-34.070f,-35.159f,-37.836f,-39.821f,-41.855f,
+-42.899f,-43.942f,-43.972f,-44.341f,-43.711f,-40.841f,-38.844f,-36.819f,-35.343f,-31.801f,
+-27.621f,-23.354f,-18.930f,-15.538f,-12.891f, -9.762f, -6.625f, -5.945f, -3.598f,  0.548f,
+  3.947f,  6.495f, 10.319f, 10.743f, 13.362f, 15.309f, 15.641f, 15.234f, 14.847f, 14.819f,
+ 13.606f
+},{
+-29.534f,-30.238f,-28.526f,-28.067f,-28.168f,-28.177f,-28.978f,-29.807f,-29.730f,-27.720f,
+-26.262f,-27.245f,-28.828f,-27.497f,-25.151f,-23.938f,-21.913f,-22.446f,-22.066f,-22.351f,
+-26.642f,-25.296f,-24.412f,-24.034f,-22.726f,-21.938f,-20.636f,-19.503f,-18.763f,-17.349f,
+-15.896f,-14.434f,-13.289f,-12.041f,-11.271f, -9.967f, -9.048f, -9.068f, -8.539f, -7.683f,
+ -7.527f, -6.880f, -6.851f, -6.060f, -5.662f, -5.503f, -5.438f, -5.492f, -6.222f, -4.958f,
+ -5.748f, -5.658f, -5.269f, -4.946f, -5.184f, -5.501f, -5.532f, -5.597f, -5.413f, -4.547f,
+ -3.767f, -3.180f, -2.460f, -1.740f, -1.267f, -0.938f, -1.373f, -2.079f, -2.555f, -3.174f,
+ -3.966f, -4.781f, -5.429f, -5.997f, -6.142f, -6.804f, -7.685f, -8.807f, -9.968f,-10.925f,
+-11.850f,-12.652f,-12.986f,-13.307f,-13.824f,-13.975f,-14.074f,-13.854f,-13.448f,-13.084f,
+-12.770f,-12.539f,-11.538f,-11.384f,-10.790f,-10.242f, -9.759f, -9.315f, -9.011f, -8.995f,
+ -9.018f, -8.780f, -8.458f, -7.629f, -7.555f, -9.416f, -7.707f, -3.399f, -4.101f, -4.246f,
+ -5.580f,-12.678f,-15.871f,-17.751f,-20.374f,-22.659f,-24.558f,-26.483f,-27.929f,-27.338f,
+-26.719f,-27.181f,-28.489f,-29.778f,-27.266f,-27.501f,-28.024f,-28.944f,-28.668f,-27.794f,
+-27.075f,-26.006f,-24.947f,-26.558f,-25.754f,-24.647f,-25.206f,-25.302f,-24.970f,-25.304f,
+-26.678f,-29.648f,-32.100f,-33.113f,-34.470f,-35.168f,-37.031f,-39.391f,-41.312f,-43.328f,
+-44.201f,-45.064f,-45.213f,-44.887f,-43.823f,-41.090f,-39.193f,-36.767f,-34.940f,-31.670f,
+-27.592f,-22.754f,-18.270f,-14.947f,-12.386f, -9.037f, -6.211f, -5.329f, -2.845f,  0.946f,
+  4.587f,  7.030f, 10.679f, 11.167f, 13.531f, 15.454f, 15.739f, 15.284f, 14.994f, 14.866f,
+ 13.606f
+},{
+-29.534f,-30.205f,-28.503f,-28.105f,-28.327f,-27.853f,-28.672f,-29.797f,-29.585f,-27.452f,
+-25.552f,-26.493f,-27.841f,-26.444f,-24.632f,-23.102f,-20.884f,-22.468f,-21.369f,-21.806f,
+-27.045f,-24.813f,-23.809f,-23.112f,-22.021f,-21.305f,-20.021f,-18.899f,-17.817f,-16.608f,
+-15.367f,-13.961f,-12.796f,-11.625f,-10.557f, -9.708f, -8.842f, -8.372f, -8.150f, -7.557f,
+ -7.038f, -6.588f, -6.770f, -5.989f, -5.396f, -4.663f, -5.006f, -5.384f, -5.081f, -4.334f,
+ -4.638f, -4.661f, -4.492f, -4.387f, -4.836f, -4.861f, -5.245f, -5.072f, -4.942f, -4.267f,
+ -3.352f, -2.682f, -1.931f, -1.417f, -0.814f, -0.716f, -0.968f, -1.712f, -2.294f, -2.950f,
+ -3.860f, -4.597f, -5.404f, -5.901f, -6.283f, -6.781f, -7.763f, -8.780f, -9.896f,-10.916f,
+-11.760f,-12.571f,-13.003f,-13.430f,-13.861f,-14.021f,-13.834f,-13.507f,-13.019f,-12.539f,
+-12.028f,-11.693f,-10.440f,-10.454f, -9.683f, -9.195f, -8.642f, -8.149f, -7.602f, -7.519f,
+ -7.498f, -7.401f, -7.363f, -7.101f, -6.724f, -9.082f, -2.562f, -1.887f, -5.795f, -6.469f,
+ -9.682f,-15.379f,-19.342f,-21.552f,-23.399f,-22.297f,-22.696f,-25.323f,-28.144f,-28.885f,
+-27.726f,-27.298f,-27.723f,-27.674f,-26.717f,-26.993f,-28.966f,-29.679f,-29.796f,-29.588f,
+-27.863f,-27.177f,-25.399f,-26.161f,-26.159f,-25.391f,-26.288f,-26.380f,-27.178f,-27.070f,
+-28.456f,-30.547f,-32.731f,-34.039f,-35.882f,-37.053f,-38.359f,-40.655f,-42.590f,-44.810f,
+-45.593f,-46.482f,-46.299f,-45.287f,-43.206f,-41.155f,-38.983f,-36.638f,-34.598f,-31.522f,
+-27.306f,-22.232f,-18.119f,-14.731f,-12.213f, -8.569f, -5.923f, -4.348f, -1.777f,  1.454f,
+  5.296f,  7.644f, 10.892f, 11.545f, 13.707f, 15.597f, 15.831f, 15.334f, 15.143f, 14.913f,
+ 13.606f
+},{
+-29.534f,-30.170f,-28.475f,-28.176f,-28.481f,-27.474f,-28.423f,-29.696f,-29.347f,-27.286f,
+-25.084f,-25.765f,-26.980f,-25.547f,-24.126f,-22.187f,-19.971f,-22.241f,-21.010f,-21.511f,
+-26.961f,-24.844f,-22.852f,-22.000f,-20.914f,-20.218f,-19.301f,-18.019f,-17.048f,-15.910f,
+-14.414f,-13.180f,-12.077f,-11.299f,-10.579f, -9.824f, -8.917f, -8.308f, -8.006f, -7.415f,
+ -6.802f, -6.615f, -6.432f, -5.646f, -4.803f, -4.036f, -4.325f, -4.902f, -4.918f, -3.832f,
+ -3.813f, -3.996f, -3.811f, -3.931f, -4.453f, -4.423f, -4.765f, -4.812f, -4.497f, -3.732f,
+ -2.914f, -2.180f, -1.403f, -0.842f, -0.484f, -0.382f, -0.696f, -1.346f, -2.004f, -2.777f,
+ -3.690f, -4.555f, -5.264f, -5.835f, -6.463f, -6.770f, -7.809f, -8.907f, -9.713f,-10.641f,
+-11.506f,-12.391f,-13.041f,-13.562f,-13.814f,-13.823f,-13.692f,-13.200f,-12.567f,-11.986f,
+-11.297f,-10.851f, -9.503f, -9.036f, -8.776f, -8.073f, -7.573f, -7.102f, -6.475f, -6.082f,
+ -5.877f, -6.002f, -6.128f, -5.929f, -6.172f, -9.198f, -3.420f, -6.489f,-12.111f,-12.995f,
+-15.108f,-19.087f,-23.682f,-25.783f,-28.108f,-27.310f,-27.050f,-27.982f,-27.242f,-28.275f,
+-28.729f,-27.709f,-26.727f,-26.530f,-28.649f,-30.050f,-29.635f,-30.117f,-31.547f,-31.601f,
+-30.247f,-28.132f,-28.201f,-27.205f,-26.595f,-26.696f,-26.759f,-26.984f,-27.290f,-28.057f,
+-29.196f,-31.114f,-32.691f,-34.349f,-36.750f,-38.757f,-39.719f,-41.925f,-44.007f,-46.379f,
+-46.765f,-47.628f,-47.166f,-45.396f,-42.814f,-40.852f,-38.174f,-36.242f,-34.265f,-31.381f,
+-26.710f,-21.124f,-17.656f,-14.005f,-11.700f, -8.050f, -5.644f, -3.239f, -0.859f,  1.841f,
+  6.247f,  8.333f, 11.033f, 11.889f, 13.881f, 15.734f, 15.916f, 15.384f, 15.292f, 14.959f,
+ 13.606f
+},{
+-29.534f,-30.133f,-28.440f,-28.272f,-28.604f,-27.076f,-28.256f,-29.536f,-29.048f,-27.053f,
+-24.663f,-24.727f,-25.847f,-24.797f,-23.493f,-21.498f,-19.190f,-21.385f,-21.654f,-21.117f,
+-24.734f,-24.245f,-22.182f,-21.357f,-20.214f,-19.621f,-18.294f,-17.368f,-16.420f,-15.304f,
+-13.925f,-12.322f,-10.982f,-11.155f,-11.067f,-10.479f, -9.190f, -8.193f, -7.723f, -7.357f,
+ -6.676f, -6.263f, -5.693f, -5.008f, -3.964f, -3.681f, -3.999f, -4.199f, -4.246f, -3.269f,
+ -3.144f, -3.448f, -3.198f, -3.380f, -3.982f, -3.814f, -4.316f, -4.372f, -3.987f, -3.208f,
+ -2.478f, -1.704f, -0.873f, -0.240f, -0.061f, -0.098f, -0.253f, -0.877f, -1.566f, -2.312f,
+ -3.228f, -4.092f, -4.970f, -5.808f, -6.397f, -6.971f, -7.711f, -8.615f, -9.684f,-10.570f,
+-11.211f,-12.194f,-12.995f,-13.397f,-13.573f,-13.628f,-13.271f,-12.796f,-12.084f,-11.499f,
+-10.732f,-10.141f, -8.532f, -7.738f, -7.788f, -6.958f, -6.398f, -5.919f, -5.367f, -4.819f,
+ -4.633f, -4.620f, -4.646f, -4.899f, -6.304f,-10.170f, -7.602f, -8.646f,-11.410f,-13.345f,
+-19.200f,-22.105f,-25.630f,-28.832f,-31.337f,-32.330f,-32.572f,-31.050f,-28.021f,-27.429f,
+-28.543f,-28.275f,-27.529f,-27.744f,-29.585f,-32.353f,-29.862f,-30.645f,-32.308f,-32.851f,
+-32.077f,-30.262f,-29.094f,-29.010f,-27.722f,-27.304f,-26.861f,-27.658f,-28.285f,-29.399f,
+-29.994f,-31.575f,-32.776f,-35.284f,-37.706f,-39.796f,-41.022f,-43.092f,-45.173f,-47.777f,
+-47.859f,-48.272f,-47.833f,-45.358f,-42.183f,-40.193f,-37.292f,-35.204f,-33.767f,-31.092f,
+-25.898f,-19.674f,-16.816f,-12.748f,-10.850f, -7.441f, -5.223f, -2.519f, -0.503f,  2.160f,
+  7.516f,  9.081f, 11.202f, 12.240f, 14.047f, 15.860f, 15.992f, 15.435f, 15.439f, 15.006f,
+ 13.606f
+},{
+-29.534f,-30.094f,-28.399f,-28.382f,-28.682f,-26.706f,-28.179f,-29.354f,-28.738f,-26.677f,
+-24.110f,-23.310f,-24.177f,-23.988f,-22.790f,-21.094f,-18.774f,-20.964f,-22.407f,-20.080f,
+-21.519f,-22.405f,-21.551f,-20.807f,-19.666f,-17.863f,-17.339f,-16.698f,-15.666f,-14.632f,
+-13.560f,-12.346f,-10.754f,-10.750f,-10.940f,-10.390f, -9.049f, -7.950f, -7.464f, -6.962f,
+ -6.262f, -5.759f, -5.028f, -4.524f, -3.600f, -3.451f, -3.579f, -3.514f, -3.560f, -2.691f,
+ -2.599f, -2.832f, -2.750f, -2.882f, -3.315f, -3.345f, -3.687f, -3.484f, -3.114f, -2.323f,
+ -1.630f, -0.942f, -0.439f,  0.041f,  0.134f,  0.318f,  0.132f, -0.623f, -1.140f, -1.880f,
+ -2.878f, -3.796f, -4.811f, -5.650f, -6.435f, -6.979f, -7.648f, -8.492f, -9.364f,-10.154f,
+-11.117f,-12.043f,-12.772f,-13.135f,-13.345f,-13.245f,-12.793f,-12.233f,-11.460f,-10.762f,
+ -9.966f, -8.863f, -7.355f, -6.617f, -6.606f, -5.947f, -5.257f, -4.627f, -4.128f, -3.486f,
+ -3.227f, -3.142f, -3.342f, -4.056f, -9.336f, -5.231f, -6.303f, -7.178f,-12.716f,-13.514f,
+-17.323f,-21.419f,-24.493f,-27.441f,-30.608f,-32.107f,-31.118f,-30.235f,-27.152f,-26.588f,
+-28.501f,-28.822f,-27.055f,-27.648f,-28.527f,-31.634f,-29.003f,-30.280f,-32.537f,-33.407f,
+-33.085f,-31.840f,-28.311f,-29.039f,-28.918f,-27.710f,-27.286f,-28.889f,-29.200f,-30.555f,
+-31.177f,-32.609f,-33.948f,-36.362f,-38.697f,-40.661f,-41.993f,-44.927f,-46.190f,-48.897f,
+-49.050f,-48.825f,-47.891f,-45.238f,-41.318f,-39.419f,-36.598f,-34.185f,-32.961f,-30.403f,
+-25.242f,-19.291f,-16.436f,-11.863f,-10.272f, -7.006f, -4.568f, -2.428f, -0.706f,  2.720f,
+  8.982f,  9.824f, 11.476f, 12.644f, 14.203f, 15.971f, 16.056f, 15.487f, 15.582f, 15.052f,
+ 13.606f
+},{
+-29.534f,-30.053f,-28.351f,-28.494f,-28.712f,-26.419f,-28.176f,-29.184f,-28.460f,-26.225f,
+-23.424f,-21.880f,-22.350f,-23.040f,-22.238f,-20.676f,-18.535f,-20.962f,-21.664f,-18.476f,
+-20.637f,-20.901f,-20.807f,-20.001f,-19.372f,-16.793f,-16.818f,-15.768f,-15.043f,-14.106f,
+-12.849f,-11.761f,-10.756f,-10.006f, -9.928f, -9.660f, -8.320f, -7.788f, -7.211f, -6.479f,
+ -5.811f, -5.082f, -4.294f, -3.861f, -3.247f, -2.973f, -3.026f, -2.950f, -2.824f, -2.183f,
+ -2.032f, -2.385f, -2.397f, -2.856f, -3.044f, -2.964f, -3.243f, -2.897f, -2.334f, -1.564f,
+ -0.907f, -0.292f,  0.096f,  0.752f,  0.699f,  0.572f,  0.468f, -0.102f, -0.772f, -1.614f,
+ -2.580f, -3.493f, -4.479f, -5.496f, -6.350f, -6.853f, -7.477f, -8.178f, -9.186f,-10.088f,
+-10.932f,-11.906f,-12.403f,-12.784f,-12.858f,-12.735f,-12.279f,-11.520f,-10.582f, -9.851f,
+ -8.793f, -7.343f, -6.203f, -5.466f, -5.422f, -4.964f, -4.200f, -3.309f, -2.934f, -2.387f,
+ -2.098f, -1.859f, -1.812f, -4.037f, -7.440f, -5.357f, -2.494f, -5.046f,-11.244f,-11.877f,
+-15.978f,-20.846f,-24.203f,-26.470f,-28.209f,-30.364f,-29.432f,-28.880f,-25.850f,-25.863f,
+-28.025f,-27.520f,-26.897f,-27.349f,-27.786f,-29.878f,-29.279f,-29.843f,-32.371f,-33.411f,
+-32.621f,-32.421f,-32.139f,-30.253f,-29.376f,-28.414f,-27.812f,-29.641f,-30.797f,-32.144f,
+-32.515f,-33.834f,-35.237f,-37.637f,-39.484f,-41.639f,-43.007f,-46.110f,-47.116f,-49.186f,
+-49.501f,-49.048f,-47.934f,-45.141f,-40.800f,-38.484f,-36.365f,-33.581f,-31.549f,-29.300f,
+-25.046f,-20.263f,-16.773f,-11.712f,-10.063f, -6.718f, -3.697f, -2.638f, -1.096f,  3.753f,
+ 10.335f, 10.455f, 11.870f, 13.125f, 14.356f, 16.061f, 16.109f, 15.540f, 15.721f, 15.098f,
+ 13.606f
+},{
+-29.534f,-30.011f,-28.295f,-28.597f,-28.700f,-26.262f,-28.218f,-29.043f,-28.239f,-25.859f,
+-22.793f,-20.868f,-21.049f,-22.125f,-21.911f,-20.088f,-18.126f,-20.034f,-19.639f,-17.233f,
+-21.583f,-19.444f,-19.907f,-19.351f,-18.833f,-17.130f,-16.197f,-15.217f,-14.504f,-13.582f,
+-12.240f,-11.143f, -9.951f, -9.275f, -9.146f, -8.231f, -7.261f, -7.214f, -6.652f, -6.063f,
+ -5.227f, -4.178f, -3.359f, -2.993f, -2.634f, -2.354f, -2.447f, -2.323f, -2.032f, -1.779f,
+ -1.607f, -1.874f, -2.313f, -2.705f, -2.943f, -2.864f, -2.738f, -2.322f, -1.506f, -0.894f,
+  0.140f,  0.419f,  0.685f,  0.790f,  1.042f,  1.256f,  0.738f,  0.212f, -0.571f, -1.435f,
+ -2.473f, -3.304f, -4.248f, -5.255f, -6.180f, -6.732f, -7.062f, -7.778f, -8.864f, -9.816f,
+-10.703f,-11.383f,-11.894f,-12.309f,-12.316f,-12.075f,-11.484f,-10.685f, -9.677f, -9.599f,
+ -8.208f, -6.204f, -4.958f, -4.320f, -4.117f, -3.991f, -3.169f, -2.240f, -1.536f, -1.046f,
+ -0.712f, -0.419f, -0.733f, -5.930f, -4.189f,  0.948f, -1.508f, -4.827f,-10.093f,-11.294f,
+-13.493f,-14.238f,-17.773f,-26.939f,-28.171f,-28.232f,-28.711f,-29.177f,-25.637f,-25.353f,
+-27.818f,-28.003f,-26.739f,-27.128f,-27.046f,-28.485f,-29.018f,-30.422f,-31.970f,-33.254f,
+-33.100f,-33.349f,-31.769f,-30.935f,-30.527f,-31.051f,-27.562f,-28.979f,-31.572f,-33.375f,
+-33.968f,-34.881f,-36.467f,-38.532f,-40.387f,-42.395f,-44.180f,-46.695f,-47.732f,-48.952f,
+-49.154f,-49.025f,-48.042f,-44.871f,-40.262f,-37.880f,-36.348f,-32.787f,-30.197f,-28.309f,
+-25.234f,-21.205f,-17.207f,-11.874f, -9.870f, -6.152f, -2.766f, -2.603f, -1.302f,  5.082f,
+ 11.211f, 10.874f, 12.326f, 13.671f, 14.511f, 16.131f, 16.152f, 15.596f, 15.852f, 15.143f,
+ 13.606f
+},{
+-29.534f,-29.967f,-28.231f,-28.679f,-28.662f,-26.269f,-28.274f,-28.941f,-28.086f,-25.724f,
+-22.436f,-20.218f,-20.330f,-21.393f,-21.564f,-19.554f,-17.774f,-18.420f,-18.008f,-16.613f,
+-21.642f,-17.354f,-18.675f,-18.447f,-16.879f,-15.567f,-14.887f,-14.421f,-13.809f,-12.847f,
+-11.530f,-10.756f, -9.085f, -9.195f, -8.793f, -7.210f, -6.411f, -6.490f, -6.010f, -5.182f,
+ -4.277f, -3.123f, -2.288f, -2.065f, -2.147f, -1.765f, -1.847f, -1.720f, -1.512f, -1.285f,
+ -1.218f, -1.691f, -2.068f, -2.487f, -2.847f, -2.547f, -2.264f, -1.878f, -1.061f, -0.296f,
+  0.494f,  1.118f,  1.292f,  1.121f,  1.226f,  1.436f,  1.039f,  0.335f, -0.236f, -0.996f,
+ -2.036f, -2.839f, -3.749f, -4.752f, -5.642f, -6.217f, -6.557f, -7.353f, -8.471f, -9.346f,
+-10.240f,-10.793f,-11.273f,-11.569f,-11.603f,-11.268f,-10.587f, -9.538f, -9.244f, -5.803f,
+ -5.959f, -4.563f, -3.925f, -3.189f, -2.926f, -2.697f, -2.057f, -1.271f, -0.447f,  0.013f,
+  0.429f,  0.753f, -0.069f, -4.832f, -2.915f,  3.820f, -2.647f, -6.087f, -8.023f,-10.023f,
+-11.654f,-13.279f,-16.267f,-25.388f,-28.536f,-27.377f,-28.561f,-28.540f,-25.329f,-25.099f,
+-27.507f,-28.031f,-27.337f,-27.414f,-27.668f,-28.099f,-29.044f,-30.873f,-30.795f,-32.665f,
+-33.235f,-33.469f,-32.904f,-32.370f,-32.905f,-31.370f,-30.159f,-31.297f,-30.647f,-34.415f,
+-34.886f,-35.909f,-37.433f,-39.667f,-41.558f,-43.388f,-45.100f,-47.127f,-48.057f,-48.637f,
+-48.150f,-48.183f,-47.693f,-44.411f,-40.000f,-37.650f,-35.993f,-31.899f,-29.732f,-27.907f,
+-25.515f,-21.251f,-17.110f,-11.988f, -9.731f, -5.127f, -2.019f, -2.095f, -1.231f,  6.161f,
+ 11.379f, 11.051f, 12.755f, 14.232f, 14.673f, 16.183f, 16.185f, 15.657f, 15.977f, 15.188f,
+ 13.606f
+},{
+-29.534f,-29.922f,-28.159f,-28.732f,-28.614f,-26.450f,-28.324f,-28.884f,-28.007f,-25.854f,
+-22.420f,-19.353f,-19.350f,-20.697f,-20.909f,-19.206f,-17.706f,-17.824f,-17.407f,-15.796f,
+-20.670f,-16.340f,-17.542f,-17.212f,-15.758f,-14.610f,-13.995f,-13.363f,-12.901f,-12.174f,
+-11.120f, -9.937f, -8.489f, -8.616f, -7.989f, -6.195f, -5.734f, -5.931f, -5.312f, -4.361f,
+ -3.378f, -2.509f, -1.521f, -1.213f, -1.318f, -1.019f, -1.217f, -1.040f, -0.931f, -0.940f,
+ -1.121f, -1.308f, -1.804f, -2.335f, -2.619f, -2.296f, -2.161f, -1.571f, -0.925f, -0.266f,
+  0.855f,  1.365f,  1.615f,  1.718f,  1.490f,  1.821f,  1.469f,  0.740f,  0.186f, -0.684f,
+ -1.467f, -2.325f, -3.318f, -4.382f, -5.206f, -5.628f, -6.008f, -6.954f, -7.956f, -8.714f,
+ -9.363f, -9.979f,-10.300f,-10.699f,-10.555f,-10.206f, -9.495f, -8.373f, -7.978f, -3.595f,
+ -4.286f, -3.685f, -2.850f, -2.203f, -1.574f, -1.376f, -0.694f,  0.058f,  0.886f,  1.317f,
+  1.283f,  1.603f, -2.309f, -2.850f,  0.467f,  2.127f, -1.857f, -4.754f, -6.843f, -8.827f,
+-10.723f,-13.624f,-15.260f,-19.682f,-27.855f,-27.006f,-27.437f,-27.054f,-25.779f,-24.535f,
+-27.256f,-28.492f,-27.164f,-27.904f,-27.286f,-28.349f,-29.111f,-29.507f,-30.262f,-31.925f,
+-33.271f,-33.341f,-33.394f,-34.306f,-35.521f,-33.788f,-31.013f,-31.699f,-33.131f,-35.250f,
+-35.009f,-36.989f,-38.989f,-40.700f,-42.640f,-44.601f,-46.384f,-47.597f,-48.196f,-48.295f,
+-47.040f,-47.059f,-46.916f,-44.116f,-39.909f,-37.315f,-35.612f,-31.426f,-29.761f,-27.929f,
+-25.671f,-20.799f,-16.244f,-11.846f, -9.787f, -3.988f, -1.623f, -1.251f, -0.955f,  6.491f,
+ 10.855f, 11.074f, 13.091f, 14.742f, 14.841f, 16.224f, 16.211f, 15.725f, 16.093f, 15.231f,
+ 13.606f
+},{
+-29.534f,-29.874f,-28.080f,-28.747f,-28.574f,-26.795f,-28.364f,-28.884f,-28.015f,-26.158f,
+-22.601f,-17.844f,-17.331f,-19.750f,-19.999f,-18.803f,-17.370f,-18.232f,-17.149f,-14.702f,
+-19.251f,-16.327f,-16.638f,-16.339f,-15.702f,-14.684f,-13.393f,-12.764f,-12.266f,-11.516f,
+-10.240f, -9.268f, -8.195f, -7.799f, -7.290f, -5.497f, -5.265f, -5.345f, -4.811f, -3.603f,
+ -2.654f, -1.736f, -1.140f, -0.446f, -0.488f, -0.274f, -0.254f, -0.212f, -0.357f, -0.445f,
+ -0.727f, -0.977f, -1.493f, -2.069f, -2.237f, -2.160f, -1.708f, -1.165f, -0.555f,  0.225f,
+  0.972f,  1.667f,  2.198f,  2.085f,  1.981f,  2.047f,  1.923f,  1.242f,  0.692f,  0.000f,
+ -1.017f, -1.980f, -2.866f, -3.687f, -4.499f, -5.189f, -5.652f, -6.316f, -7.037f, -7.777f,
+ -8.469f, -9.038f, -9.356f, -9.516f, -9.441f, -9.088f, -8.385f, -7.312f, -6.571f, -3.608f,
+ -3.592f, -2.755f, -1.956f, -0.989f, -0.415f,  0.231f,  0.882f,  1.477f,  2.129f,  2.672f,
+  2.826f,  2.687f, -3.456f, -1.186f,  2.576f,  1.753f, -1.492f, -3.591f, -6.263f, -7.394f,
+-10.087f,-12.400f,-14.823f,-15.823f,-24.407f,-28.003f,-26.206f,-26.010f,-27.360f,-25.215f,
+-27.842f,-29.256f,-27.842f,-29.043f,-28.320f,-28.619f,-29.190f,-29.006f,-30.201f,-32.271f,
+-32.778f,-33.030f,-33.530f,-34.796f,-36.827f,-35.926f,-32.245f,-32.536f,-34.551f,-36.255f,
+-36.326f,-37.746f,-40.649f,-42.038f,-43.831f,-45.577f,-47.537f,-48.074f,-48.677f,-48.006f,
+-46.226f,-46.288f,-45.726f,-43.497f,-39.699f,-37.028f,-34.990f,-31.390f,-30.077f,-27.857f,
+-25.648f,-20.245f,-14.867f,-11.318f, -9.662f, -3.021f, -1.521f, -0.175f, -0.432f,  6.028f,
+  9.892f, 11.121f, 13.338f, 15.153f, 15.012f, 16.265f, 16.235f, 15.799f, 16.200f, 15.274f,
+ 13.606f
+},{
+-29.534f,-29.825f,-27.994f,-28.719f,-28.557f,-27.268f,-28.405f,-28.951f,-28.129f,-26.490f,
+-22.734f,-16.121f,-14.777f,-18.572f,-19.220f,-18.167f,-16.390f,-18.082f,-16.694f,-14.185f,
+-17.105f,-15.640f,-15.887f,-15.539f,-14.798f,-13.661f,-12.718f,-12.204f,-11.925f,-10.812f,
+ -9.455f, -8.824f, -7.554f, -7.059f, -6.705f, -5.090f, -4.842f, -4.545f, -3.981f, -2.914f,
+ -2.049f, -1.253f, -0.744f,  0.062f,  0.148f,  0.429f,  0.828f,  0.799f,  0.505f, -0.072f,
+ -0.365f, -0.514f, -1.118f, -1.651f, -1.689f, -1.724f, -1.271f, -0.729f, -0.200f,  0.599f,
+  1.154f,  1.819f,  2.740f,  2.741f,  2.495f,  2.758f,  2.291f,  1.768f,  1.226f,  0.393f,
+ -0.401f, -1.443f, -2.267f, -3.078f, -3.999f, -4.734f, -5.120f, -5.611f, -6.284f, -6.899f,
+ -7.483f, -8.019f, -8.252f, -8.202f, -8.056f, -7.635f, -6.983f, -5.987f, -5.169f, -3.112f,
+ -2.634f, -1.796f, -0.990f,  0.291f,  1.365f,  1.717f,  2.536f,  3.131f,  3.666f,  4.400f,
+  4.240f,  1.210f, -2.449f, -0.414f,  3.642f,  2.288f, -3.105f, -5.384f, -8.185f, -6.787f,
+ -8.738f,-11.715f,-13.890f,-16.673f,-20.883f,-27.685f,-25.700f,-26.092f,-30.195f,-28.908f,
+-27.934f,-29.481f,-28.696f,-30.020f,-28.266f,-28.418f,-29.388f,-30.028f,-31.235f,-32.310f,
+-32.724f,-33.088f,-34.058f,-35.226f,-36.129f,-36.664f,-33.865f,-35.366f,-34.803f,-37.110f,
+-37.890f,-39.315f,-41.772f,-43.172f,-44.843f,-46.053f,-47.382f,-48.518f,-48.878f,-47.870f,
+-46.540f,-45.840f,-44.863f,-42.770f,-39.476f,-36.871f,-34.212f,-31.841f,-30.803f,-27.745f,
+-25.430f,-19.578f,-13.685f,-10.816f, -9.059f, -2.024f, -1.467f,  1.255f,  0.521f,  5.222f,
+  8.851f, 11.388f, 13.581f, 15.456f, 15.177f, 16.317f, 16.261f, 15.882f, 16.299f, 15.317f,
+ 13.606f
+},{
+-29.534f,-29.775f,-27.902f,-28.646f,-28.569f,-27.818f,-28.467f,-29.081f,-28.352f,-26.739f,
+-22.651f,-15.379f,-13.423f,-17.660f,-18.858f,-17.519f,-15.523f,-17.267f,-16.065f,-14.242f,
+-14.743f,-14.811f,-15.243f,-14.298f,-13.839f,-12.810f,-12.173f,-11.669f,-11.215f,-10.012f,
+ -8.759f, -8.100f, -6.797f, -6.585f, -6.082f, -4.878f, -4.343f, -3.921f, -2.987f, -1.993f,
+ -1.072f, -0.697f, -0.059f,  0.576f,  0.826f,  1.231f,  1.750f,  1.783f,  1.385f,  0.426f,
+  0.080f, -0.134f, -0.598f, -0.716f, -1.163f, -0.931f, -0.590f, -0.222f,  0.197f,  0.894f,
+  1.613f,  2.319f,  2.857f,  3.390f,  3.506f,  2.825f,  2.821f,  2.335f,  1.693f,  0.945f,
+  0.081f, -1.026f, -1.795f, -2.548f, -3.405f, -4.303f, -4.658f, -4.869f, -5.480f, -6.028f,
+ -6.473f, -6.813f, -6.877f, -6.694f, -6.405f, -6.009f, -5.231f, -4.311f, -3.510f, -2.271f,
+ -1.592f, -0.733f,  0.092f,  1.072f,  2.908f,  3.873f,  4.252f,  4.907f,  5.283f,  5.889f,
+  3.805f, -0.708f, -0.253f,  4.336f,  5.349f,  4.204f, -1.735f, -8.567f,-10.969f,-12.327f,
+-12.657f,-11.306f,-13.494f,-17.786f,-22.682f,-25.695f,-25.305f,-27.023f,-31.493f,-28.955f,
+-27.782f,-28.545f,-28.548f,-30.106f,-28.961f,-28.526f,-29.797f,-31.190f,-32.447f,-33.458f,
+-34.039f,-34.353f,-34.260f,-34.713f,-35.792f,-37.238f,-35.433f,-36.057f,-36.212f,-37.558f,
+-38.928f,-39.989f,-42.642f,-44.288f,-45.612f,-46.543f,-47.504f,-48.525f,-48.416f,-47.814f,
+-46.981f,-45.667f,-44.080f,-42.038f,-38.955f,-36.589f,-34.016f,-32.073f,-30.921f,-27.845f,
+-24.803f,-18.838f,-13.146f,-10.928f, -8.340f, -0.726f, -1.233f,  3.063f,  1.969f,  4.660f,
+  8.052f, 11.996f, 13.936f, 15.687f, 15.334f, 16.390f, 16.293f, 15.974f, 16.391f, 15.358f,
+ 13.606f
+},{
+-29.534f,-29.723f,-27.803f,-28.528f,-28.611f,-28.382f,-28.568f,-29.249f,-28.653f,-26.873f,
+-22.377f,-16.588f,-14.703f,-17.603f,-18.835f,-17.138f,-15.564f,-16.911f,-15.455f,-14.249f,
+-12.981f,-14.487f,-14.428f,-13.302f,-13.136f,-11.880f,-11.516f,-11.163f,-10.409f, -9.199f,
+ -7.968f, -6.921f, -6.209f, -5.995f, -4.976f, -4.296f, -3.730f, -3.213f, -2.067f, -1.160f,
+ -0.401f,  0.241f,  0.831f,  1.189f,  1.660f,  2.196f,  2.627f,  2.441f,  2.190f,  1.047f,
+  0.398f,  0.510f,  0.107f,  0.039f, -0.435f, -0.128f,  0.075f,  0.403f,  0.698f,  1.445f,
+  2.137f,  2.750f,  3.422f,  3.758f,  3.856f,  3.449f,  3.274f,  2.837f,  2.248f,  1.385f,
+  0.638f, -0.079f, -1.091f, -1.903f, -2.825f, -3.803f, -4.186f, -4.197f, -4.470f, -4.937f,
+ -5.308f, -5.461f, -5.373f, -5.080f, -4.599f, -4.098f, -3.439f, -2.503f, -1.781f, -1.098f,
+ -0.431f,  0.610f,  1.354f,  2.320f,  3.666f,  5.594f,  6.117f,  6.417f,  7.134f,  6.275f,
+  6.285f,  6.036f,  5.671f,  6.801f,  5.550f,  4.284f, -0.477f, -8.584f,-10.937f,-12.358f,
+-15.646f,-17.810f,-17.772f,-19.072f,-24.328f,-24.481f,-25.631f,-29.268f,-29.546f,-27.368f,
+-28.102f,-28.284f,-27.953f,-30.125f,-30.067f,-29.890f,-30.442f,-31.731f,-34.039f,-34.578f,
+-34.658f,-34.626f,-33.927f,-33.963f,-34.454f,-36.119f,-35.502f,-36.753f,-37.171f,-38.081f,
+-39.358f,-39.920f,-42.687f,-45.085f,-45.973f,-47.037f,-47.628f,-48.198f,-48.150f,-47.611f,
+-46.755f,-45.258f,-43.525f,-41.417f,-38.259f,-35.866f,-33.967f,-31.487f,-29.513f,-27.209f,
+-23.593f,-18.148f,-12.913f,-11.211f, -7.763f,  0.753f, -0.739f,  4.846f,  3.664f,  4.685f,
+  7.703f, 12.934f, 14.484f, 15.911f, 15.484f, 16.492f, 16.336f, 16.075f, 16.475f, 15.397f,
+ 13.606f
+},{
+-29.534f,-29.670f,-27.700f,-28.369f,-28.675f,-28.899f,-28.708f,-29.402f,-28.958f,-26.923f,
+-22.098f,-19.518f,-18.243f,-18.498f,-18.895f,-17.032f,-16.164f,-16.916f,-14.982f,-14.122f,
+-11.857f,-14.012f,-13.719f,-12.802f,-12.333f,-10.970f,-10.866f,-10.442f, -9.774f, -8.412f,
+ -7.206f, -6.004f, -5.642f, -5.045f, -3.808f, -3.313f, -3.158f, -2.257f, -1.139f, -0.324f,
+  0.394f,  1.125f,  1.559f,  2.082f,  2.373f,  3.054f,  3.324f,  3.277f,  3.065f,  1.791f,
+  1.034f,  0.807f,  0.991f,  0.974f,  0.670f,  0.929f,  1.079f,  1.495f,  1.679f,  2.102f,
+  2.611f,  3.162f,  4.069f,  4.342f,  4.479f,  4.330f,  4.356f,  3.598f,  3.110f,  2.160f,
+  1.306f,  0.510f, -0.290f, -1.086f, -2.078f, -2.891f, -3.488f, -3.523f, -3.476f, -3.734f,
+ -3.957f, -3.917f, -3.837f, -3.328f, -2.817f, -2.270f, -1.485f, -0.465f,  0.297f,  0.879f,
+  0.898f,  1.944f,  2.887f,  3.873f,  4.664f,  6.066f,  7.593f,  8.474f,  9.192f,  6.811f,
+ 10.498f,  8.398f,  8.558f,  7.059f,  5.575f,  3.375f, -1.011f, -7.605f,-11.698f,-13.952f,
+-14.806f,-19.041f,-20.411f,-22.528f,-26.143f,-27.109f,-27.861f,-27.163f,-26.354f,-27.559f,
+-28.572f,-28.849f,-27.206f,-30.063f,-30.489f,-31.025f,-30.276f,-32.102f,-34.667f,-34.915f,
+-34.467f,-34.044f,-34.126f,-33.787f,-33.708f,-34.980f,-35.717f,-37.239f,-37.453f,-38.614f,
+-39.832f,-40.440f,-42.420f,-45.164f,-45.702f,-46.400f,-47.718f,-47.984f,-47.601f,-46.566f,
+-45.479f,-44.299f,-42.748f,-40.737f,-37.459f,-34.623f,-33.493f,-30.651f,-27.500f,-25.251f,
+-22.267f,-17.510f,-12.333f,-10.413f, -6.984f,  2.204f, -0.012f,  6.021f,  5.219f,  5.291f,
+  7.905f, 14.058f, 15.214f, 16.190f, 15.635f, 16.626f, 16.396f, 16.183f, 16.553f, 15.436f,
+ 13.606f
+},{
+-29.534f,-29.616f,-27.594f,-28.172f,-28.747f,-29.315f,-28.870f,-29.476f,-29.170f,-26.935f,
+-22.045f,-22.759f,-22.002f,-19.737f,-18.878f,-17.019f,-16.573f,-16.416f,-14.547f,-13.762f,
+-11.024f,-13.159f,-13.049f,-11.916f,-11.519f,-10.324f, -9.904f, -9.569f, -8.837f, -7.656f,
+ -6.575f, -5.550f, -4.732f, -3.670f, -2.976f, -2.666f, -1.968f, -1.156f, -0.091f,  0.566f,
+  1.144f,  1.771f,  2.294f,  3.040f,  3.606f,  3.886f,  4.202f,  4.301f,  3.924f,  2.740f,
+  2.229f,  1.979f,  2.002f,  2.056f,  2.119f,  2.204f,  2.254f,  2.507f,  2.636f,  3.091f,
+  3.526f,  3.886f,  4.498f,  5.311f,  5.270f,  4.600f,  4.476f,  4.448f,  4.030f,  3.019f,
+  2.341f,  1.549f,  0.833f, -0.124f, -0.974f, -1.728f, -2.335f, -2.389f, -2.275f, -2.283f,
+ -2.426f, -2.189f, -1.950f, -1.676f, -1.132f, -0.436f,  0.539f,  1.537f,  2.643f,  3.536f,
+  3.025f,  3.455f,  4.638f,  5.497f,  6.768f,  7.610f,  8.830f, 10.723f, 10.786f, 10.093f,
+ 13.705f,  8.875f,  7.289f,  5.509f,  3.445f,  1.040f, -1.643f, -5.668f,-12.240f,-13.241f,
+-17.054f,-19.712f,-18.958f,-22.877f,-25.362f,-23.348f,-25.442f,-25.039f,-24.584f,-27.915f,
+-28.637f,-28.609f,-27.744f,-28.620f,-30.955f,-29.739f,-31.896f,-31.330f,-33.923f,-34.537f,
+-33.753f,-35.896f,-35.168f,-33.969f,-35.515f,-36.402f,-37.496f,-37.232f,-37.385f,-38.693f,
+-39.938f,-41.382f,-42.867f,-44.658f,-45.100f,-45.329f,-47.442f,-47.819f,-47.117f,-45.798f,
+-44.088f,-43.133f,-41.520f,-40.030f,-36.709f,-33.332f,-32.725f,-29.632f,-26.357f,-23.597f,
+-21.466f,-16.747f,-11.181f, -8.295f, -5.894f,  3.763f,  0.886f,  6.436f,  6.455f,  6.303f,
+  8.685f, 15.153f, 16.023f, 16.550f, 15.803f, 16.791f, 16.476f, 16.298f, 16.627f, 15.474f,
+ 13.606f
+},{
+-29.534f,-29.561f,-27.485f,-27.944f,-28.808f,-29.592f,-29.016f,-29.414f,-29.216f,-26.937f,
+-22.364f,-24.775f,-23.943f,-20.366f,-18.703f,-16.848f,-16.496f,-15.661f,-14.023f,-13.014f,
+-10.312f,-12.040f,-12.072f,-10.841f,-10.579f, -9.394f, -8.873f, -8.307f, -7.831f, -6.774f,
+ -5.752f, -4.827f, -3.553f, -2.732f, -2.448f, -1.516f, -0.769f,  0.036f,  0.867f,  1.565f,
+  2.139f,  2.646f,  3.243f,  4.154f,  4.508f,  4.855f,  5.286f,  5.186f,  4.908f,  3.847f,
+  3.276f,  3.156f,  3.042f,  3.265f,  3.389f,  3.549f,  3.290f,  3.612f,  3.646f,  4.073f,
+  4.657f,  4.966f,  4.988f,  6.133f,  6.409f,  5.127f,  5.556f,  5.628f,  5.742f,  4.452f,
+  3.457f,  2.880f,  2.202f,  1.353f,  0.384f, -0.074f, -0.687f, -1.027f, -0.816f, -0.572f,
+ -0.624f, -0.309f, -0.261f, -0.338f, -0.029f,  0.808f,  1.748f,  3.771f,  4.997f,  6.742f,
+  6.166f,  5.724f,  6.504f,  7.444f,  8.504f,  9.357f, 10.021f, 10.894f, 11.912f, 14.872f,
+  9.382f,  5.894f,  5.521f,  4.598f,  2.327f, -0.624f, -2.394f, -6.084f,-12.676f,-14.300f,
+-17.478f,-20.276f,-16.867f,-21.691f,-24.716f,-23.219f,-24.893f,-25.922f,-25.798f,-28.530f,
+-29.114f,-28.857f,-28.818f,-29.284f,-30.516f,-31.460f,-31.908f,-31.948f,-33.544f,-34.148f,
+-34.417f,-35.400f,-35.723f,-35.169f,-35.443f,-37.071f,-37.931f,-36.903f,-37.016f,-37.850f,
+-39.474f,-41.601f,-43.230f,-44.752f,-44.623f,-44.757f,-46.769f,-47.546f,-46.815f,-45.612f,
+-43.240f,-41.695f,-40.264f,-39.063f,-36.116f,-33.129f,-32.068f,-28.589f,-26.263f,-23.392f,
+-21.056f,-15.728f, -9.887f, -6.209f, -4.968f,  5.547f,  1.840f,  6.583f,  7.512f,  7.566f,
+  9.984f, 16.008f, 16.771f, 16.968f, 16.005f, 16.982f, 16.579f, 16.418f, 16.697f, 15.510f,
+ 13.606f
+},{
+-29.534f,-29.505f,-27.374f,-27.691f,-28.836f,-29.713f,-29.104f,-29.197f,-29.084f,-26.938f,
+-23.038f,-25.028f,-23.573f,-19.773f,-18.323f,-16.293f,-15.777f,-15.252f,-13.439f,-12.202f,
+ -9.994f,-10.748f,-11.279f,-10.173f, -9.530f, -8.398f, -7.756f, -7.082f, -6.890f, -5.996f,
+ -5.001f, -4.019f, -2.513f, -2.061f, -1.683f, -0.938f,  0.389f,  1.241f,  1.784f,  2.410f,
+  3.195f,  3.472f,  3.962f,  4.820f,  5.415f,  5.811f,  6.328f,  6.224f,  5.897f,  5.094f,
+  4.465f,  4.379f,  4.187f,  4.525f,  4.856f,  4.712f,  4.877f,  4.633f,  4.863f,  4.938f,
+  5.396f,  5.847f,  6.092f,  6.802f,  6.435f,  7.747f,  6.233f,  7.024f,  6.463f,  6.289f,
+  5.230f,  4.431f,  3.706f,  3.019f,  2.387f,  1.656f,  1.271f,  1.259f,  1.282f,  1.328f,
+  0.754f,  0.348f, -0.200f, -1.880f, -2.859f, -1.952f,  0.079f,  3.155f,  6.263f,  8.896f,
+  9.560f,  8.454f,  9.042f, 10.141f, 10.469f, 10.401f, 12.807f, 11.570f, 14.169f, 13.263f,
+  6.287f,  3.364f,  3.070f,  1.887f,  0.571f, -1.169f, -3.611f, -6.824f,-11.238f,-16.173f,
+-18.082f,-21.693f,-17.940f,-21.570f,-25.644f,-23.572f,-24.490f,-25.994f,-27.664f,-29.201f,
+-29.424f,-29.648f,-30.738f,-31.255f,-31.056f,-33.018f,-32.282f,-32.104f,-33.471f,-34.827f,
+-34.598f,-34.055f,-35.544f,-35.757f,-36.395f,-37.379f,-37.907f,-36.853f,-37.684f,-38.385f,
+-38.876f,-41.188f,-43.210f,-44.873f,-44.520f,-44.523f,-46.467f,-46.862f,-46.180f,-45.119f,
+-42.633f,-40.230f,-39.083f,-38.102f,-35.295f,-33.421f,-31.242f,-28.139f,-26.437f,-23.549f,
+-20.484f,-14.581f, -9.026f, -5.274f, -4.277f,  6.980f,  2.731f,  7.076f,  8.581f,  8.945f,
+ 11.619f, 16.492f, 17.361f, 17.384f, 16.257f, 17.190f, 16.704f, 16.540f, 16.767f, 15.544f,
+ 13.606f
+},{
+-29.534f,-29.448f,-27.264f,-27.423f,-28.812f,-29.681f,-29.092f,-28.854f,-28.837f,-26.954f,
+-23.880f,-24.177f,-21.973f,-18.190f,-17.899f,-15.511f,-14.435f,-14.760f,-12.831f,-11.435f,
+ -9.989f, -9.452f,-10.619f, -9.503f, -8.441f, -7.209f, -6.469f, -6.087f, -5.735f, -5.075f,
+ -4.256f, -3.065f, -1.990f, -1.049f, -0.591f,  0.697f,  1.686f,  2.315f,  2.805f,  3.410f,
+  4.065f,  4.447f,  4.776f,  5.724f,  6.623f,  6.443f,  7.182f,  7.207f,  7.056f,  6.361f,
+  5.549f,  5.651f,  5.400f,  5.713f,  6.000f,  5.968f,  6.599f,  5.529f,  6.087f,  6.379f,
+  6.536f,  6.537f,  6.656f,  7.709f,  7.759f,  7.863f,  7.945f,  7.101f,  7.039f,  7.684f,
+  6.876f,  6.146f,  5.443f,  5.010f,  4.526f,  4.105f,  3.500f,  3.552f,  3.410f,  2.276f,
+  0.387f, -2.256f, -1.858f,  2.812f,  8.417f, 11.235f,  8.132f,  4.963f, 10.866f, 10.032f,
+  8.863f,  9.541f, 11.276f, 11.834f, 13.071f, 12.147f, 12.897f, 11.754f, 15.276f, 10.722f,
+  2.591f,  1.122f,  2.554f,  0.459f, -0.594f, -3.246f, -5.112f, -8.262f,-12.137f,-16.362f,
+-19.107f,-22.843f,-20.041f,-23.001f,-26.459f,-24.480f,-26.254f,-27.155f,-29.539f,-29.652f,
+-30.124f,-31.017f,-32.787f,-32.923f,-32.450f,-31.829f,-34.152f,-32.285f,-32.258f,-34.314f,
+-34.545f,-34.406f,-35.412f,-36.349f,-36.235f,-37.244f,-37.555f,-36.696f,-37.805f,-38.592f,
+-38.800f,-41.360f,-43.292f,-44.712f,-44.396f,-44.379f,-45.182f,-44.838f,-44.693f,-43.809f,
+-42.291f,-38.486f,-37.536f,-37.323f,-34.359f,-32.546f,-30.228f,-27.893f,-26.272f,-23.086f,
+-19.567f,-13.427f, -8.485f, -4.801f, -3.175f,  7.147f,  3.595f,  8.010f,  9.604f, 10.211f,
+ 13.270f, 16.601f, 17.799f, 17.728f, 16.566f, 17.408f, 16.850f, 16.663f, 16.837f, 15.577f,
+ 13.606f
+},{
+-29.534f,-29.391f,-27.155f,-27.144f,-28.715f,-29.516f,-28.960f,-28.460f,-28.587f,-27.004f,
+-24.603f,-23.302f,-20.591f,-16.630f,-17.808f,-15.102f,-13.195f,-13.730f,-12.318f,-10.706f,
+ -9.534f, -8.249f, -9.827f, -8.608f, -7.479f, -6.024f, -5.437f, -5.010f, -4.561f, -4.132f,
+ -3.512f, -2.162f, -1.246f, -0.345f,  0.736f,  1.526f,  2.567f,  3.391f,  4.108f,  4.528f,
+  4.949f,  5.478f,  5.897f,  6.809f,  7.597f,  7.210f,  8.302f,  8.155f,  8.132f,  7.699f,
+  6.855f,  6.701f,  6.469f,  6.772f,  7.252f,  7.344f,  7.443f,  6.383f,  7.095f,  7.296f,
+  7.996f,  7.843f,  8.031f,  8.646f,  9.468f,  8.409f,  8.094f,  8.015f,  8.413f,  8.241f,
+  8.162f,  7.802f,  7.817f,  7.324f,  6.701f,  6.950f,  6.319f,  5.702f,  3.823f, -0.052f,
+ -0.787f,  5.812f,  8.543f,  8.719f,  9.899f, 16.603f, 15.855f, 10.183f, 18.492f, 15.868f,
+ 14.391f, 12.117f, 10.550f, 12.655f, 13.635f, 13.356f, 13.718f, 11.960f, 14.540f, 12.352f,
+  0.841f, -0.803f,  0.311f, -1.568f, -2.804f, -5.725f, -7.157f,-10.349f,-14.964f,-19.553f,
+-19.246f,-23.508f,-21.350f,-23.667f,-26.369f,-28.308f,-28.446f,-29.534f,-31.274f,-32.042f,
+-32.390f,-33.632f,-34.468f,-34.311f,-33.553f,-32.229f,-32.823f,-33.327f,-32.406f,-32.254f,
+-33.945f,-34.525f,-34.976f,-36.699f,-36.758f,-36.589f,-36.926f,-36.641f,-37.916f,-39.139f,
+-39.502f,-42.133f,-43.546f,-44.626f,-44.008f,-44.446f,-44.033f,-43.698f,-43.768f,-44.006f,
+-42.354f,-37.456f,-35.750f,-36.062f,-33.837f,-31.898f,-29.717f,-27.239f,-25.470f,-22.237f,
+-18.443f,-12.124f, -7.539f, -3.310f, -1.352f,  6.127f,  4.686f,  8.922f, 10.279f, 11.028f,
+ 14.574f, 16.463f, 18.191f, 17.953f, 16.931f, 17.628f, 17.015f, 16.785f, 16.909f, 15.608f,
+ 13.606f
+},{
+-29.534f,-29.334f,-27.049f,-26.863f,-28.533f,-29.249f,-28.705f,-28.111f,-28.437f,-27.084f,
+-24.948f,-22.982f,-20.134f,-16.209f,-18.184f,-15.328f,-12.777f,-12.681f,-12.004f,-10.303f,
+ -8.542f, -7.367f, -9.152f, -7.489f, -6.538f, -4.965f, -4.158f, -3.950f, -3.313f, -3.067f,
+ -2.470f, -1.537f, -0.170f,  0.613f,  1.765f,  3.079f,  3.678f,  4.469f,  5.098f,  5.351f,
+  5.550f,  6.066f,  6.742f,  7.737f,  8.531f,  8.862f,  9.201f,  9.078f,  9.228f,  9.037f,
+  8.081f,  7.928f,  7.540f,  8.029f,  8.435f,  8.352f, 10.050f,  7.614f,  8.597f,  8.475f,
+  9.029f,  9.255f,  9.421f,  9.990f,  9.356f,  9.508f,  9.457f,  8.719f,  8.768f,  9.073f,
+  9.374f,  9.884f, 10.305f, 10.080f,  9.750f,  9.851f,  8.505f,  6.255f,  1.934f,  2.243f,
+  9.197f, 13.758f, 14.608f, 17.188f, 16.723f, 18.323f, 17.178f, 22.230f, 23.432f, 23.746f,
+ 22.030f, 17.646f, 12.585f, 10.941f, 13.089f, 14.384f, 14.105f, 11.813f, 15.043f, 14.482f,
+  1.139f, -2.089f, -1.633f, -3.915f, -5.947f, -7.663f,-10.162f,-12.285f,-15.805f,-22.293f,
+-20.908f,-21.382f,-22.847f,-25.137f,-26.916f,-28.416f,-30.412f,-30.186f,-33.574f,-34.896f,
+-35.801f,-35.548f,-36.607f,-36.184f,-35.575f,-34.867f,-32.332f,-32.687f,-33.429f,-32.926f,
+-32.690f,-33.319f,-33.373f,-36.311f,-37.098f,-35.908f,-36.632f,-37.246f,-38.194f,-39.390f,
+-40.189f,-41.918f,-43.200f,-43.884f,-43.370f,-44.282f,-43.767f,-43.764f,-42.435f,-41.684f,
+-40.768f,-37.052f,-34.275f,-34.543f,-33.020f,-31.504f,-29.046f,-26.567f,-24.340f,-21.422f,
+-17.118f,-10.484f, -5.807f, -0.686f,  0.779f,  5.445f,  6.209f,  9.362f, 10.363f, 11.134f,
+ 15.267f, 16.292f, 18.678f, 18.060f, 17.337f, 17.845f, 17.191f, 16.906f, 16.985f, 15.638f,
+ 13.606f
+},{
+-29.534f,-29.276f,-26.946f,-26.583f,-28.258f,-28.911f,-28.349f,-27.883f,-28.425f,-27.141f,
+-24.823f,-23.061f,-20.435f,-17.315f,-18.575f,-15.512f,-12.740f,-12.036f,-11.488f, -9.694f,
+ -7.356f, -6.691f, -8.233f, -6.280f, -5.433f, -3.804f, -2.623f, -2.589f, -2.202f, -1.868f,
+ -1.251f, -0.636f,  0.534f,  1.595f,  2.935f,  3.893f,  4.741f,  4.998f,  5.364f,  5.042f,
+  5.193f,  5.606f,  7.269f,  8.558f,  9.757f, 10.408f, 10.024f, 10.219f, 10.352f, 10.319f,
+  9.377f,  9.263f,  9.036f,  9.205f,  9.797f,  9.703f,  9.599f,  8.770f, 10.035f,  9.933f,
+ 10.171f, 11.151f, 10.863f, 11.712f, 11.115f, 11.024f, 10.536f, 10.140f,  9.799f, 10.489f,
+ 10.897f, 11.762f, 12.053f, 13.024f, 12.950f, 11.654f,  8.769f,  6.645f, 10.235f, 14.975f,
+ 20.177f, 18.928f, 19.770f, 19.485f, 18.818f, 11.432f, 12.875f, 16.238f, 23.414f, 23.147f,
+ 24.530f, 27.656f, 19.544f, 15.393f, 10.132f, 11.971f, 12.096f, 13.955f, 14.609f,  9.980f,
+ -1.612f, -3.647f, -4.189f, -6.434f, -7.564f, -9.534f,-12.732f,-13.847f,-15.111f,-24.345f,
+-22.599f,-23.245f,-23.553f,-24.223f,-27.047f,-31.537f,-32.881f,-33.446f,-36.365f,-37.026f,
+-38.804f,-39.579f,-38.748f,-39.374f,-38.881f,-37.226f,-35.995f,-33.776f,-33.502f,-34.129f,
+-34.968f,-33.684f,-32.410f,-35.393f,-36.772f,-35.312f,-36.356f,-36.514f,-37.684f,-38.937f,
+-40.086f,-40.673f,-41.683f,-42.554f,-42.054f,-42.928f,-42.590f,-42.219f,-40.645f,-38.629f,
+-37.853f,-35.179f,-32.503f,-33.046f,-31.718f,-29.657f,-28.222f,-26.358f,-23.448f,-20.519f,
+-15.364f, -8.458f, -3.509f,  1.653f,  2.990f,  6.580f,  8.024f,  9.361f,  9.910f, 10.537f,
+ 15.291f, 16.311f, 19.339f, 18.097f, 17.762f, 18.059f, 17.374f, 17.025f, 17.066f, 15.665f,
+ 13.606f
+},{
+-29.534f,-29.219f,-26.848f,-26.311f,-27.887f,-28.527f,-27.924f,-27.803f,-28.503f,-27.082f,
+-24.357f,-23.108f,-20.987f,-19.280f,-18.416f,-14.792f,-12.147f,-11.381f,-10.319f, -8.320f,
+ -5.857f, -5.525f, -6.920f, -5.055f, -4.173f, -2.440f, -1.197f, -1.016f, -0.680f, -0.483f,
+  0.031f,  0.608f,  1.465f,  2.652f,  3.733f,  4.819f,  4.807f,  4.642f,  4.505f,  4.609f,
+  5.609f,  5.801f,  6.903f,  8.946f, 10.784f, 11.133f, 10.711f, 11.204f, 11.369f, 11.142f,
+ 10.719f, 10.306f, 10.284f, 10.672f, 11.023f, 11.303f, 10.565f, 10.754f, 11.878f, 11.315f,
+ 11.527f, 12.024f, 12.363f, 13.250f, 13.026f, 12.093f, 12.434f, 11.684f, 11.325f, 12.055f,
+ 12.501f, 13.378f, 14.353f, 15.236f, 14.757f, 11.037f, 11.663f, 16.848f, 24.029f, 26.677f,
+ 24.226f, 19.277f, 13.362f, 11.386f, 14.262f, 10.401f, 10.194f,  9.929f, 13.751f, 14.986f,
+ 17.319f, 24.490f, 26.364f, 23.863f, 17.340f, 16.469f, 19.252f, 17.022f, 12.334f,  1.487f,
+ -4.462f, -5.897f, -5.925f, -8.231f,-12.088f,-13.830f,-14.551f,-16.545f,-15.042f,-26.453f,
+-24.633f,-25.276f,-28.776f,-26.836f,-31.758f,-32.988f,-39.057f,-37.559f,-38.493f,-41.224f,
+-41.382f,-42.693f,-40.914f,-39.885f,-39.885f,-38.902f,-37.463f,-36.455f,-34.855f,-33.146f,
+-34.505f,-34.015f,-33.282f,-35.316f,-35.783f,-34.489f,-35.345f,-35.732f,-36.169f,-38.051f,
+-39.478f,-39.348f,-40.346f,-40.910f,-40.909f,-40.947f,-40.881f,-40.562f,-38.396f,-36.101f,
+-34.574f,-32.870f,-30.521f,-32.246f,-30.695f,-27.773f,-27.517f,-25.586f,-22.349f,-19.044f,
+-13.192f, -6.214f, -1.126f,  2.854f,  5.545f,  9.291f,  9.756f,  9.300f,  9.246f,  9.527f,
+ 14.774f, 16.667f, 20.127f, 18.139f, 18.181f, 18.273f, 17.556f, 17.143f, 17.153f, 15.691f,
+ 13.606f
+},{
+-29.534f,-29.161f,-26.755f,-26.049f,-27.426f,-28.110f,-27.461f,-27.836f,-28.567f,-26.830f,
+-23.824f,-22.938f,-21.388f,-20.871f,-17.818f,-13.247f,-10.937f,-10.391f, -8.785f, -7.121f,
+ -4.497f, -3.825f, -5.249f, -3.516f, -3.014f, -0.980f,  0.005f,  0.496f,  0.859f,  0.662f,
+  1.308f,  1.764f,  2.665f,  3.578f,  4.620f,  4.502f,  4.200f,  4.696f,  7.113f,  9.192f,
+ 10.007f, 10.229f, 10.886f,  9.810f, 11.256f, 10.791f, 10.318f, 10.073f, 10.717f, 11.120f,
+ 10.968f, 10.602f, 10.940f, 11.164f, 11.942f, 12.556f, 12.425f, 11.665f, 13.241f, 12.703f,
+ 13.440f, 13.603f, 13.621f, 14.212f, 14.531f, 14.115f, 14.179f, 14.100f, 13.420f, 13.875f,
+ 14.635f, 15.338f, 15.880f, 15.779f, 12.678f, 15.450f, 24.460f, 31.969f, 31.575f, 31.677f,
+ 28.332f, 17.668f, 11.924f, 12.133f, 12.603f, 11.414f, 11.955f, 14.172f, 15.982f, 17.122f,
+ 18.048f, 19.095f, 24.361f, 26.881f, 26.670f, 27.074f, 26.218f, 21.663f,  8.879f,  2.233f,
+ -2.569f, -8.607f,-10.265f,-11.492f,-14.670f,-15.269f,-16.872f,-18.741f,-20.030f,-26.542f,
+-26.136f,-28.532f,-31.906f,-30.369f,-34.474f,-38.978f,-43.671f,-44.466f,-45.423f,-46.324f,
+-46.466f,-43.594f,-43.204f,-44.186f,-41.492f,-39.744f,-40.296f,-39.009f,-37.211f,-35.499f,
+-34.671f,-33.240f,-32.894f,-33.550f,-34.098f,-34.044f,-33.849f,-34.863f,-34.535f,-36.958f,
+-37.730f,-37.314f,-38.641f,-39.095f,-39.166f,-38.613f,-38.899f,-38.550f,-36.573f,-34.416f,
+-31.920f,-30.756f,-28.570f,-31.190f,-29.379f,-26.423f,-25.997f,-23.690f,-20.599f,-16.884f,
+-10.755f, -4.083f,  0.615f,  3.904f,  8.389f, 12.036f, 11.192f,  9.441f,  8.750f,  8.475f,
+ 13.902f, 17.351f, 20.875f, 18.253f, 18.568f, 18.490f, 17.733f, 17.262f, 17.247f, 15.715f,
+ 13.606f
+},{
+-29.534f,-29.104f,-26.669f,-25.799f,-26.888f,-27.659f,-26.983f,-27.901f,-28.516f,-26.389f,
+-23.467f,-22.673f,-21.408f,-21.229f,-17.453f,-11.667f, -9.612f, -9.340f, -7.260f, -6.240f,
+ -3.831f, -2.539f, -2.912f, -2.025f, -1.937f,  0.300f,  1.187f,  1.891f,  2.269f,  1.864f,
+  2.254f,  2.981f,  3.712f,  4.559f,  5.112f,  3.359f,  3.676f,  9.078f, 12.788f, 13.698f,
+ 13.496f, 14.709f, 15.004f, 13.460f, 14.942f, 13.389f, 12.349f, 11.704f, 11.752f, 11.317f,
+  9.575f,  9.342f,  8.839f,  9.475f, 11.155f, 12.814f, 14.020f, 13.543f, 14.572f, 14.432f,
+ 14.665f, 15.317f, 15.264f, 16.200f, 15.778f, 16.565f, 15.758f, 15.874f, 15.699f, 15.778f,
+ 16.493f, 17.218f, 16.978f, 14.125f, 15.241f, 30.370f, 37.657f, 35.765f, 32.546f, 30.958f,
+ 26.513f, 19.218f, 14.606f, 16.228f, 14.569f, 14.610f, 15.957f, 18.079f, 18.872f, 18.671f,
+ 19.591f, 19.666f, 19.699f, 18.380f, 17.578f, 23.061f, 20.064f, 14.158f,  4.214f, -2.232f,
+ -4.783f, -8.867f,-16.480f,-16.899f,-17.714f,-17.959f,-19.330f,-21.061f,-22.868f,-27.496f,
+-27.440f,-34.213f,-36.796f,-36.005f,-39.141f,-43.279f,-43.199f,-43.823f,-45.416f,-45.885f,
+-45.821f,-44.410f,-45.971f,-47.554f,-46.960f,-42.778f,-39.912f,-38.591f,-37.491f,-36.329f,
+-34.040f,-33.950f,-30.580f,-32.079f,-30.870f,-32.075f,-33.102f,-33.938f,-33.445f,-35.790f,
+-35.735f,-35.682f,-36.308f,-36.758f,-37.005f,-36.608f,-36.959f,-36.713f,-34.855f,-32.752f,
+-29.931f,-28.520f,-27.072f,-29.377f,-27.798f,-24.864f,-24.243f,-22.136f,-18.618f,-14.227f,
+ -7.833f, -2.148f,  1.351f,  6.148f, 10.873f, 13.871f, 12.398f,  9.741f,  8.705f,  7.626f,
+ 12.802f, 18.192f, 21.375f, 18.475f, 18.902f, 18.715f, 17.900f, 17.383f, 17.349f, 15.737f,
+ 13.606f
+},{
+-29.534f,-29.048f,-26.591f,-25.562f,-26.291f,-27.163f,-26.498f,-27.896f,-28.310f,-25.865f,
+-23.338f,-22.430f,-20.960f,-20.446f,-17.571f,-10.436f, -8.286f, -8.379f, -5.647f, -4.484f,
+ -3.088f, -1.633f, -0.641f, -0.587f, -0.438f,  1.304f,  2.389f,  2.874f,  3.450f,  3.349f,
+  4.024f,  4.352f,  4.949f,  5.868f,  4.961f,  3.454f,  8.809f, 11.276f, 13.084f, 14.942f,
+ 15.815f, 16.335f, 15.561f, 17.947f, 17.583f, 16.116f, 13.930f, 14.558f, 15.742f, 15.713f,
+ 13.400f, 12.994f, 14.327f, 12.411f,  9.047f,  9.523f, 13.314f, 15.189f, 15.667f, 15.872f,
+ 15.745f, 16.733f, 16.743f, 17.726f, 17.436f, 18.184f, 18.248f, 17.622f, 17.240f, 17.950f,
+ 18.283f, 18.825f, 17.399f, 11.838f, 30.432f, 38.459f, 37.101f, 34.334f, 30.987f, 28.697f,
+ 23.260f, 20.675f, 20.568f, 20.244f, 17.763f, 18.557f, 19.968f, 20.343f, 19.527f, 19.657f,
+ 20.685f, 22.215f, 20.394f, 17.507f, 18.950f, 21.723f, 13.390f,  4.358f,  1.792f, -1.771f,
+ -4.390f,  0.010f,-20.105f,-21.884f,-20.811f,-21.000f,-22.735f,-25.496f,-24.847f,-27.188f,
+-35.951f,-41.624f,-37.785f,-39.063f,-43.020f,-44.446f,-45.257f,-45.183f,-45.907f,-46.761f,
+-46.822f,-48.331f,-49.992f,-49.582f,-47.775f,-45.232f,-42.979f,-41.888f,-38.857f,-37.024f,
+-33.760f,-32.312f,-32.012f,-31.517f,-29.181f,-29.968f,-32.514f,-32.685f,-32.739f,-34.675f,
+-34.540f,-34.293f,-34.345f,-34.288f,-34.676f,-34.506f,-35.086f,-34.850f,-33.317f,-31.106f,
+-28.113f,-26.520f,-25.359f,-27.720f,-25.809f,-23.133f,-22.590f,-21.016f,-16.532f,-11.411f,
+ -4.749f, -0.239f,  2.042f,  9.241f, 12.550f, 15.117f, 13.422f, 10.082f,  9.264f,  7.061f,
+ 11.528f, 18.910f, 21.481f, 18.792f, 19.177f, 18.950f, 18.059f, 17.511f, 17.457f, 15.757f,
+ 13.606f
+},{
+-29.534f,-28.993f,-26.520f,-25.338f,-25.660f,-26.605f,-26.007f,-27.747f,-27.983f,-25.407f,
+-23.293f,-22.105f,-20.171f,-19.338f,-17.526f, -9.298f, -6.989f, -7.133f, -3.932f, -2.523f,
+ -1.582f,  0.266f,  0.899f,  1.565f,  1.005f,  2.373f,  3.345f,  3.942f,  4.389f,  5.028f,
+  5.644f,  5.838f,  6.756f,  6.453f,  4.506f,  6.869f, 11.568f, 10.147f, 12.689f, 14.837f,
+ 16.107f, 16.922f, 17.402f, 20.140f, 22.910f, 19.349f, 16.666f, 16.802f, 17.073f, 18.506f,
+ 17.317f, 16.970f, 19.892f, 20.647f, 18.537f, 11.735f,  8.441f, 10.331f, 12.447f, 13.300f,
+ 13.706f, 15.799f, 17.073f, 18.542f, 18.283f, 18.863f, 18.943f, 19.825f, 19.188f, 19.572f,
+ 20.196f, 20.589f, 13.443f, 18.983f, 38.486f, 43.637f, 40.306f, 36.390f, 31.445f, 27.833f,
+ 26.349f, 25.139f, 22.784f, 21.593f, 19.701f, 20.504f, 21.319f, 19.790f, 18.825f, 19.055f,
+ 18.982f, 20.860f, 20.087f, 16.084f, 10.216f, 13.210f, 20.135f, 11.383f,  4.407f, -2.013f,
+ -1.266f, -5.200f,-18.161f,-24.407f,-22.513f,-21.248f,-24.789f,-29.100f,-27.965f,-28.046f,
+-36.585f,-43.581f,-41.748f,-44.131f,-45.134f,-46.734f,-47.701f,-47.837f,-48.249f,-48.193f,
+-49.453f,-50.963f,-51.401f,-50.710f,-48.357f,-46.532f,-44.446f,-42.930f,-42.060f,-37.071f,
+-34.871f,-31.406f,-29.756f,-29.240f,-28.984f,-29.588f,-31.870f,-31.065f,-31.792f,-34.368f,
+-33.335f,-33.254f,-32.621f,-32.285f,-32.326f,-32.525f,-33.351f,-32.920f,-31.722f,-29.375f,
+-26.546f,-24.772f,-24.250f,-25.980f,-23.077f,-20.943f,-20.522f,-18.985f,-14.321f, -8.851f,
+ -2.459f,  1.414f,  3.946f, 11.652f, 13.631f, 16.256f, 14.128f, 10.542f, 10.444f,  6.829f,
+ 10.145f, 19.218f, 21.193f, 19.151f, 19.395f, 19.197f, 18.212f, 17.648f, 17.573f, 15.774f,
+ 13.606f
+},{
+-29.534f,-28.939f,-26.457f,-25.129f,-25.023f,-25.977f,-25.509f,-27.429f,-27.623f,-25.107f,
+-23.118f,-21.521f,-19.383f,-18.658f,-16.568f, -8.091f, -6.090f, -5.325f, -2.102f, -1.354f,
+  0.296f,  2.747f,  2.138f,  3.679f,  2.439f,  3.673f,  4.459f,  5.023f,  5.711f,  6.615f,
+  6.633f,  7.355f,  8.417f,  7.463f,  4.303f,  9.641f, 10.327f, 10.464f, 10.722f, 12.613f,
+ 13.684f, 16.049f, 17.753f, 19.988f, 23.445f, 18.874f, 18.079f, 19.864f, 20.066f, 21.453f,
+ 21.500f, 20.480f, 20.896f, 20.842f, 20.712f, 20.708f, 19.159f, 14.902f, 14.622f, 16.796f,
+ 15.168f, 14.101f, 12.947f, 13.359f, 15.638f, 16.471f, 17.135f, 18.414f, 19.501f, 20.040f,
+ 18.781f, 13.866f, 18.076f, 30.436f, 42.364f, 45.825f, 44.807f, 41.484f, 30.952f, 26.232f,
+ 26.310f, 24.918f, 23.560f, 23.261f, 22.206f, 21.102f, 20.848f, 19.189f, 17.022f, 16.792f,
+ 18.562f, 20.357f, 17.544f, 11.822f,  6.286f,  2.666f,  5.787f,  3.184f,  0.044f,-11.214f,
+-12.556f,-12.780f,-15.614f,-25.857f,-24.877f,-23.969f,-27.042f,-30.074f,-29.335f,-27.275f,
+-41.133f,-45.523f,-42.849f,-46.704f,-47.559f,-48.790f,-49.634f,-49.984f,-50.339f,-50.711f,
+-51.485f,-51.653f,-51.360f,-50.552f,-48.581f,-46.201f,-44.346f,-42.502f,-42.026f,-39.413f,
+-34.677f,-32.153f,-29.952f,-28.223f,-27.949f,-28.049f,-28.841f,-29.195f,-29.937f,-33.111f,
+-31.388f,-32.064f,-31.039f,-30.382f,-30.714f,-30.932f,-31.339f,-31.026f,-29.708f,-27.862f,
+-25.334f,-23.865f,-24.414f,-23.308f,-19.839f,-18.630f,-18.303f,-16.323f,-11.824f, -6.354f,
+ -0.692f,  2.300f,  6.708f, 12.766f, 14.513f, 17.160f, 14.470f, 11.340f, 12.102f,  7.041f,
+  8.811f, 18.929f, 20.655f, 19.487f, 19.574f, 19.452f, 18.366f, 17.798f, 17.694f, 15.790f,
+ 13.606f
+},{
+-29.534f,-28.886f,-26.403f,-24.934f,-24.410f,-25.286f,-25.015f,-26.984f,-27.309f,-24.936f,
+-22.709f,-20.710f,-18.919f,-18.487f,-14.845f, -7.039f, -5.590f, -3.401f, -0.047f,  0.394f,
+  2.152f,  3.977f,  3.386f,  4.792f,  4.838f,  4.817f,  5.673f,  6.227f,  7.113f,  8.103f,
+  8.065f,  9.260f,  9.862f,  8.198f,  6.096f, 10.882f,  9.264f,  8.916f,  9.546f, 10.834f,
+ 12.879f, 14.583f, 15.690f, 17.482f, 18.753f, 17.759f, 18.037f, 20.016f, 21.224f, 22.141f,
+ 23.292f, 24.361f, 24.476f, 25.297f, 24.786f, 24.837f, 25.003f, 26.202f, 29.447f, 31.432f,
+ 32.594f, 30.768f, 25.786f, 22.669f, 20.212f, 18.319f, 16.955f, 15.033f, 14.598f, 15.553f,
+ 15.762f, 20.387f, 27.481f, 39.357f, 45.051f, 46.533f, 49.123f, 36.632f, 27.868f, 27.028f,
+ 27.267f, 26.175f, 25.617f, 23.608f, 23.119f, 21.533f, 20.274f, 17.787f, 15.527f, 15.475f,
+ 16.978f, 17.421f, 13.822f,  8.811f,  4.492f, -0.250f, -3.132f, -4.780f, -5.145f, -4.599f,
+-14.191f,-17.356f,-21.502f,-26.388f,-29.353f,-28.213f,-29.246f,-32.862f,-33.755f,-28.882f,
+-44.850f,-44.019f,-48.933f,-48.922f,-49.726f,-50.842f,-51.425f,-51.600f,-51.755f,-51.982f,
+-52.131f,-51.554f,-50.766f,-49.768f,-48.050f,-45.846f,-43.984f,-42.753f,-41.276f,-39.839f,
+-34.895f,-31.583f,-29.321f,-27.380f,-27.494f,-26.505f,-27.580f,-27.942f,-27.643f,-29.618f,
+-28.849f,-29.365f,-29.721f,-28.846f,-28.638f,-28.628f,-29.394f,-29.193f,-28.362f,-27.010f,
+-24.294f,-23.018f,-23.163f,-19.568f,-16.167f,-16.301f,-16.029f,-13.651f, -8.677f, -3.902f,
+  1.281f,  2.579f,  8.986f, 13.221f, 15.267f, 17.691f, 14.726f, 12.576f, 13.949f,  7.816f,
+  7.768f, 18.024f, 20.082f, 19.744f, 19.736f, 19.707f, 18.532f, 17.963f, 17.819f, 15.803f,
+ 13.606f
+},{
+-29.534f,-28.835f,-26.358f,-24.754f,-23.851f,-24.557f,-24.555f,-26.496f,-27.069f,-24.758f,
+-22.141f,-19.972f,-18.797f,-18.335f,-13.273f, -6.250f, -4.790f, -2.037f,  1.621f,  2.757f,
+  3.688f,  4.571f,  4.937f,  6.190f,  7.394f,  6.204f,  6.875f,  7.623f,  8.496f,  9.364f,
+  9.433f, 11.237f, 11.070f,  8.081f, 11.438f, 12.736f,  9.695f,  9.334f,  9.302f, 10.376f,
+ 11.452f, 12.911f, 15.223f, 15.780f, 16.085f, 16.927f, 18.771f, 20.285f, 21.697f, 22.547f,
+ 22.746f, 22.664f, 23.923f, 25.345f, 26.959f, 30.058f, 31.957f, 31.814f, 32.281f, 33.246f,
+ 36.671f, 37.574f, 35.090f, 34.594f, 34.258f, 35.752f, 32.146f, 33.283f, 33.308f, 31.616f,
+ 33.577f, 35.431f, 38.298f, 44.503f, 45.456f, 46.584f, 44.159f, 31.042f, 27.473f, 28.394f,
+ 27.401f, 26.406f, 24.246f, 22.700f, 22.652f, 19.600f, 18.205f, 16.642f, 14.994f, 14.154f,
+ 13.712f, 13.683f, 10.702f,  5.827f,  1.869f, -1.564f, -4.634f, -7.014f, -8.780f, -8.479f,
+-10.821f,-16.701f,-22.703f,-30.007f,-32.964f,-30.155f,-31.468f,-37.650f,-38.171f,-35.709f,
+-47.155f,-48.024f,-50.740f,-50.376f,-51.199f,-52.148f,-52.543f,-52.099f,-51.822f,-51.881f,
+-51.679f,-51.071f,-49.966f,-48.581f,-47.192f,-45.200f,-43.114f,-42.471f,-40.926f,-38.779f,
+-34.597f,-30.688f,-28.453f,-26.730f,-26.505f,-26.190f,-26.106f,-27.748f,-27.507f,-26.881f,
+-26.294f,-25.969f,-28.200f,-26.928f,-26.518f,-26.231f,-27.474f,-28.072f,-28.163f,-26.465f,
+-23.101f,-21.837f,-21.056f,-15.822f,-13.286f,-13.472f,-13.493f,-10.362f, -5.340f, -1.888f,
+  2.847f,  3.268f, 10.356f, 13.506f, 15.740f, 18.173f, 15.212f, 14.105f, 15.684f,  9.134f,
+  7.236f, 16.643f, 19.653f, 19.898f, 19.905f, 19.956f, 18.721f, 18.146f, 17.947f, 15.814f,
+ 13.606f
+},{
+-29.534f,-28.785f,-26.322f,-24.589f,-23.372f,-23.842f,-24.177f,-26.069f,-26.868f,-24.436f,
+-21.600f,-19.600f,-18.720f,-17.790f,-12.554f, -5.534f, -3.349f, -1.100f,  2.293f,  3.826f,
+  5.080f,  5.922f,  6.409f,  8.352f,  9.203f,  8.375f,  8.277f,  8.831f,  9.900f, 10.608f,
+ 11.653f, 12.480f, 12.509f,  9.020f, 14.435f, 13.628f, 11.675f, 10.801f,  9.861f,  9.808f,
+ 10.392f, 11.900f, 13.865f, 14.474f, 15.133f, 15.847f, 17.541f, 20.329f, 23.061f, 23.980f,
+ 22.671f, 20.329f, 21.223f, 22.925f, 26.192f, 25.802f, 24.428f, 22.758f, 25.622f, 26.964f,
+ 31.787f, 35.160f, 38.266f, 41.244f, 40.663f, 38.421f, 34.178f, 36.310f, 36.830f, 37.887f,
+ 41.781f, 43.511f, 44.400f, 44.558f, 45.605f, 44.522f, 33.725f, 30.175f, 28.817f, 27.692f,
+ 26.278f, 24.359f, 22.424f, 22.146f, 21.279f, 18.738f, 16.266f, 14.310f, 13.608f, 12.057f,
+ 10.630f, 10.283f,  7.759f,  3.053f, -1.062f, -4.799f, -7.139f, -8.371f, -9.881f,-11.709f,
+-13.484f,-17.275f,-24.595f,-34.747f,-34.773f,-31.982f,-33.913f,-41.444f,-41.289f,-44.231f,
+-51.000f,-51.175f,-50.708f,-51.026f,-52.034f,-52.419f,-52.244f,-51.619f,-51.325f,-51.175f,
+-50.664f,-49.681f,-48.404f,-47.319f,-46.091f,-44.585f,-42.972f,-42.198f,-40.643f,-38.252f,
+-34.265f,-31.055f,-28.266f,-26.533f,-25.678f,-25.536f,-24.801f,-25.762f,-26.919f,-26.774f,
+-25.004f,-24.157f,-25.939f,-24.921f,-24.391f,-24.467f,-26.361f,-26.582f,-25.796f,-24.197f,
+-21.465f,-21.136f,-19.181f,-12.803f,-11.370f,-10.569f,-10.655f, -6.799f, -2.283f, -0.149f,
+  3.569f,  5.104f, 11.222f, 13.664f, 15.944f, 18.804f, 15.881f, 15.705f, 17.146f, 10.777f,
+  7.300f, 15.040f, 19.426f, 19.961f, 20.101f, 20.189f, 18.944f, 18.347f, 18.076f, 15.823f,
+ 13.606f
+},{
+-29.534f,-28.737f,-26.295f,-24.443f,-22.996f,-23.206f,-23.937f,-25.783f,-26.634f,-23.935f,
+-21.228f,-19.589f,-18.392f,-17.016f,-12.687f, -4.930f, -1.912f,  0.096f,  2.783f,  4.647f,
+  7.317f,  7.494f,  7.005f,  9.283f, 10.436f, 10.970f,  9.663f, 10.310f, 11.516f, 12.080f,
+ 13.362f, 13.451f, 13.369f, 12.182f, 14.777f, 13.788f, 12.190f, 12.033f, 10.293f,  9.953f,
+ 10.430f, 11.547f, 11.604f, 13.036f, 14.371f, 14.694f, 16.010f, 18.932f, 22.721f, 23.298f,
+ 21.084f, 18.480f, 18.674f, 20.113f, 22.846f, 22.080f, 21.838f, 20.643f, 21.265f, 23.719f,
+ 27.033f, 31.142f, 34.975f, 41.047f, 42.812f, 41.184f, 39.763f, 40.278f, 43.256f, 42.778f,
+ 43.204f, 43.168f, 44.311f, 44.382f, 41.000f, 32.931f, 31.139f, 30.547f, 29.323f, 27.152f,
+ 24.797f, 22.609f, 20.125f, 18.840f, 17.754f, 15.149f, 12.639f, 10.374f, 10.136f,  8.408f,
+  6.960f,  6.100f,  4.223f,  1.233f, -3.363f, -6.499f, -9.549f, -9.890f,-10.862f,-12.699f,
+-15.501f,-21.616f,-25.702f,-38.362f,-36.087f,-34.686f,-36.669f,-42.986f,-45.442f,-55.379f,
+-58.834f,-51.247f,-50.577f,-51.406f,-52.340f,-51.653f,-51.321f,-50.518f,-49.941f,-49.485f,
+-48.738f,-47.719f,-46.804f,-45.872f,-44.701f,-43.838f,-42.056f,-41.646f,-40.611f,-37.976f,
+-34.364f,-29.408f,-26.892f,-25.625f,-24.262f,-24.677f,-24.547f,-24.224f,-24.187f,-26.173f,
+-23.567f,-22.325f,-22.760f,-23.464f,-22.571f,-22.792f,-24.551f,-23.426f,-22.284f,-21.030f,
+-19.486f,-20.236f,-16.441f,-10.835f, -8.344f, -7.986f, -8.059f, -3.459f,  0.335f,  0.661f,
+  3.997f,  7.560f, 11.890f, 14.060f, 16.211f, 19.240f, 16.433f, 17.255f, 18.355f, 12.454f,
+  7.888f, 13.500f, 19.318f, 19.967f, 20.329f, 20.402f, 19.213f, 18.566f, 18.202f, 15.829f,
+ 13.606f
+},{
+-29.534f,-28.692f,-26.277f,-24.316f,-22.737f,-22.719f,-23.879f,-25.673f,-26.313f,-23.362f,
+-21.036f,-19.628f,-17.808f,-16.569f,-13.346f, -5.041f, -1.162f,  1.471f,  4.021f,  7.186f,
+ 10.079f,  9.216f,  7.379f,  9.059f, 11.255f, 12.824f, 11.386f, 11.878f, 12.857f, 13.504f,
+ 14.765f, 14.927f, 14.603f, 13.808f, 15.627f, 14.157f, 12.319f, 12.228f, 10.336f,  9.969f,
+ 10.509f, 11.393f, 11.460f, 12.114f, 13.019f, 13.546f, 14.507f, 16.121f, 19.322f, 19.799f,
+ 18.592f, 17.235f, 17.644f, 17.882f, 19.764f, 20.908f, 22.359f, 22.800f, 23.826f, 25.283f,
+ 24.801f, 28.095f, 28.518f, 36.927f, 41.330f, 43.064f, 43.174f, 43.769f, 43.572f, 42.392f,
+ 43.169f, 44.059f, 45.042f, 42.720f, 31.677f, 27.297f, 28.831f, 31.129f, 29.829f, 26.514f,
+ 23.441f, 20.333f, 17.947f, 16.129f, 14.371f, 12.535f,  9.807f,  8.350f,  6.889f,  5.051f,
+  3.378f,  1.808f, -0.146f, -3.252f, -6.014f, -4.548f, -7.880f,-11.551f,-12.615f,-14.897f,
+-16.594f,-23.257f,-29.506f,-39.973f,-36.596f,-36.897f,-39.281f,-44.461f,-42.476f,-62.241f,
+-62.227f,-51.252f,-51.049f,-51.920f,-51.809f,-50.944f,-50.222f,-49.136f,-48.462f,-47.996f,
+-46.792f,-45.960f,-45.149f,-44.076f,-43.486f,-42.181f,-40.878f,-40.214f,-39.737f,-37.951f,
+-34.336f,-28.126f,-26.276f,-24.416f,-23.539f,-23.708f,-23.634f,-21.932f,-22.297f,-23.657f,
+-23.501f,-21.204f,-20.139f,-22.185f,-21.085f,-20.500f,-20.808f,-19.618f,-19.305f,-17.913f,
+-16.880f,-17.851f,-13.022f, -8.640f, -4.428f, -6.275f, -4.957f,  1.297f,  1.995f,  0.754f,
+  4.750f,  9.700f, 12.729f, 14.973f, 16.943f, 19.164f, 16.757f, 18.736f, 19.433f, 13.990f,
+  8.835f, 12.272f, 19.166f, 19.959f, 20.583f, 20.594f, 19.533f, 18.799f, 18.324f, 15.834f,
+ 13.606f
+},{
+-29.534f,-28.648f,-26.268f,-24.212f,-22.599f,-22.443f,-24.024f,-25.718f,-25.907f,-22.896f,
+-20.918f,-19.399f,-17.230f,-16.710f,-14.256f, -6.427f, -1.029f,  2.317f,  5.567f,  9.763f,
+ 11.917f, 11.297f,  7.964f,  9.411f, 12.152f, 13.833f, 13.871f, 13.421f, 14.171f, 15.426f,
+ 15.823f, 16.024f, 15.093f, 13.245f, 14.310f, 13.538f, 11.918f, 12.333f, 11.143f, 10.815f,
+ 10.537f, 10.904f, 11.499f, 11.607f, 11.730f, 12.308f, 13.593f, 14.253f, 15.734f, 16.255f,
+ 16.347f, 15.859f, 16.057f, 17.432f, 18.696f, 20.215f, 22.826f, 25.473f, 25.296f, 25.039f,
+ 23.801f, 25.633f, 29.066f, 35.922f, 36.121f, 38.966f, 43.192f, 43.434f, 42.001f, 42.917f,
+ 43.597f, 43.292f, 41.421f, 36.123f, 24.888f, 26.508f, 29.353f, 29.194f, 26.998f, 24.436f,
+ 21.391f, 17.301f, 14.548f, 13.031f, 11.659f,  9.912f,  7.669f,  6.005f,  4.862f,  2.122f,
+  0.443f,  1.153f, -1.367f, -6.318f, -6.781f, -8.402f, -6.216f,-10.463f,-14.433f,-18.330f,
+-22.521f,-26.063f,-33.884f,-40.277f,-37.206f,-37.740f,-40.739f,-45.229f,-41.688f,-60.947f,
+-64.611f,-52.113f,-51.537f,-51.783f,-51.497f,-50.637f,-49.940f,-48.700f,-47.625f,-46.960f,
+-45.704f,-44.824f,-43.412f,-42.202f,-41.678f,-40.329f,-39.151f,-38.541f,-37.766f,-36.638f,
+-33.813f,-30.041f,-25.396f,-24.900f,-23.342f,-22.650f,-21.945f,-20.934f,-20.796f,-20.041f,
+-22.518f,-19.865f,-18.496f,-19.235f,-20.017f,-17.478f,-16.955f,-16.432f,-15.759f,-14.825f,
+-13.087f,-13.422f, -9.334f, -5.760f, -2.366f, -5.160f, -0.638f,  6.181f,  3.427f,  3.618f,
+  6.817f, 11.589f, 14.067f, 15.989f, 18.230f, 18.752f, 17.045f, 20.112f, 20.492f, 15.408f,
+  9.987f, 11.525f, 18.825f, 19.966f, 20.847f, 20.766f, 19.904f, 19.042f, 18.439f, 15.836f,
+ 13.606f
+},{
+-29.534f,-28.606f,-26.267f,-24.133f,-22.578f,-22.416f,-24.348f,-25.848f,-25.482f,-22.680f,
+-20.763f,-18.871f,-16.912f,-17.038f,-15.045f, -8.713f, -1.342f,  2.619f,  6.757f, 10.698f,
+ 12.976f, 12.173f,  8.485f,  9.875f, 12.880f, 14.783f, 16.133f, 14.442f, 15.335f, 16.941f,
+ 16.620f, 16.791f, 15.958f, 14.292f, 13.186f, 12.251f, 10.988f, 12.620f, 12.392f, 12.306f,
+ 11.345f, 10.911f, 11.437f, 11.548f, 11.653f, 11.925f, 12.121f, 13.037f, 14.114f, 14.143f,
+ 14.687f, 14.413f, 15.546f, 17.173f, 18.039f, 19.665f, 21.803f, 25.167f, 26.677f, 26.579f,
+ 23.945f, 25.821f, 26.559f, 26.365f, 29.347f, 29.307f, 30.769f, 37.253f, 38.888f, 39.661f,
+ 41.768f, 39.149f, 37.528f, 24.885f, 22.161f, 26.042f, 28.379f, 26.835f, 22.973f, 20.896f,
+ 18.491f, 13.779f, 10.933f,  9.434f,  7.671f,  6.069f,  3.609f,  2.003f,  0.894f, -0.655f,
+ -2.263f, -1.309f, -4.061f, -6.957f, -7.578f, -8.739f, -7.294f,-11.854f,-17.918f,-23.030f,
+-28.268f,-29.860f,-35.898f,-36.670f,-37.385f,-39.787f,-42.138f,-45.195f,-45.061f,-55.453f,
+-62.910f,-51.842f,-51.870f,-52.343f,-51.908f,-51.108f,-50.025f,-48.765f,-47.342f,-46.078f,
+-44.846f,-43.287f,-36.970f,-39.560f,-39.510f,-38.623f,-37.712f,-36.781f,-35.835f,-35.697f,
+-33.864f,-30.636f,-26.644f,-23.290f,-23.373f,-21.990f,-20.162f,-20.432f,-19.950f,-18.923f,
+-22.686f,-18.655f,-17.349f,-17.608f,-18.441f,-16.154f,-14.742f,-13.340f,-11.956f,-11.016f,
+ -8.422f, -7.775f, -5.407f, -3.618f, -1.804f, -2.351f,  3.416f,  7.642f,  5.990f,  9.371f,
+ 10.390f, 13.675f, 15.596f, 17.129f, 19.680f, 18.246f, 17.480f, 21.296f, 21.582f, 16.817f,
+ 11.250f, 11.330f, 18.244f, 19.997f, 21.100f, 20.926f, 20.318f, 19.291f, 18.545f, 15.835f,
+ 13.606f
+},{
+-29.534f,-28.567f,-26.275f,-24.084f,-22.659f,-22.639f,-24.788f,-25.974f,-25.137f,-22.735f,
+-20.542f,-18.309f,-16.888f,-16.889f,-15.160f,-10.606f, -2.430f,  2.596f,  7.070f, 10.820f,
+ 13.233f, 11.016f,  9.205f, 10.557f, 13.783f, 15.330f, 17.350f, 14.870f, 15.141f, 17.274f,
+ 17.402f, 17.151f, 16.203f, 15.257f, 13.789f, 11.280f,  9.979f, 12.786f, 13.174f, 13.331f,
+ 12.073f, 11.270f, 11.377f, 11.333f, 11.923f, 11.909f, 11.396f, 12.718f, 13.293f, 13.580f,
+ 14.091f, 13.883f, 15.218f, 16.849f, 17.715f, 18.851f, 21.204f, 23.351f, 24.522f, 25.669f,
+ 25.597f, 24.422f, 24.078f, 24.739f, 26.572f, 26.651f, 26.556f, 24.723f, 27.491f, 29.388f,
+ 29.757f, 30.252f, 30.405f, 21.083f, 22.306f, 25.316f, 24.806f, 23.899f, 20.833f, 19.397f,
+ 15.913f, 12.030f, 10.018f,  7.034f,  3.120f,  0.157f, -1.706f, -1.729f, -2.179f, -3.385f,
+ -4.676f, -5.896f, -6.485f, -6.293f, -8.586f, -9.954f,-13.159f,-15.579f,-21.433f,-29.188f,
+-31.586f,-29.996f,-32.125f,-35.319f,-37.459f,-39.122f,-41.603f,-43.350f,-45.685f,-55.498f,
+-59.238f,-51.376f,-52.095f,-52.585f,-52.190f,-51.316f,-50.060f,-48.863f,-47.165f,-45.280f,
+-43.489f,-41.733f,-39.526f,-38.323f,-38.046f,-37.488f,-36.823f,-35.117f,-34.389f,-33.157f,
+-32.802f,-29.664f,-26.292f,-22.192f,-22.941f,-21.141f,-19.373f,-19.402f,-19.348f,-19.973f,
+-20.580f,-17.678f,-16.125f,-16.314f,-17.599f,-14.798f,-12.521f,-10.518f, -9.121f, -7.179f,
+ -4.864f, -2.945f, -0.931f, -1.488f, -1.412f,  1.061f,  6.444f,  7.310f,  9.118f, 13.256f,
+ 13.794f, 15.661f, 16.976f, 19.336f, 20.570f, 17.600f, 18.046f, 22.229f, 22.695f, 18.250f,
+ 12.592f, 11.670f, 17.494f, 20.042f, 21.326f, 21.081f, 20.763f, 19.537f, 18.638f, 15.833f,
+ 13.606f
+},{
+-29.534f,-28.530f,-26.289f,-24.067f,-22.822f,-23.074f,-25.243f,-26.004f,-24.954f,-22.968f,
+-20.329f,-18.010f,-16.983f,-16.080f,-14.354f,-11.074f, -4.372f,  1.518f,  5.604f,  9.984f,
+ 11.130f,  9.221f,  9.324f, 11.783f, 15.313f, 16.393f, 17.994f, 15.460f, 14.392f, 17.931f,
+ 17.766f, 17.798f, 17.050f, 16.186f, 14.665f, 11.515f,  9.384f, 12.415f, 13.696f, 13.271f,
+ 12.962f, 11.571f, 11.293f, 11.556f, 11.560f, 11.252f, 11.387f, 11.924f, 12.642f, 12.695f,
+ 13.248f, 13.815f, 15.776f, 16.561f, 17.676f, 18.153f, 19.402f, 20.306f, 21.609f, 21.710f,
+ 22.552f, 23.592f, 23.874f, 24.158f, 25.487f, 25.650f, 23.895f, 23.543f, 23.224f, 22.405f,
+ 23.164f, 21.987f, 21.613f, 22.600f, 23.897f, 22.409f, 21.131f, 20.606f, 19.409f, 17.875f,
+ 14.459f, 10.986f,  8.117f,  4.341f,  0.799f, -3.252f, -5.498f, -4.423f, -4.920f, -5.905f,
+ -6.858f, -7.891f, -8.608f,-10.162f,-11.773f,-15.171f,-17.218f,-20.913f,-24.764f,-33.321f,
+-40.218f,-32.558f,-37.926f,-38.209f,-37.749f,-39.674f,-41.374f,-41.771f,-42.948f,-60.784f,
+-57.270f,-50.777f,-51.615f,-52.626f,-52.651f,-51.871f,-50.845f,-49.465f,-47.085f,-44.666f,
+-42.338f,-40.468f,-38.564f,-37.549f,-36.677f,-36.140f,-35.448f,-33.586f,-32.200f,-32.105f,
+-31.325f,-28.603f,-26.253f,-21.537f,-21.334f,-19.552f,-18.210f,-18.059f,-17.878f,-19.545f,
+-19.043f,-16.537f,-14.713f,-15.086f,-16.179f,-13.377f,-10.872f, -9.945f, -7.780f, -4.723f,
+ -1.720f, -0.118f,  2.316f,  2.019f,  0.900f,  2.885f,  7.608f,  8.245f, 11.916f, 14.700f,
+ 16.262f, 17.389f, 18.572f, 22.307f, 20.306f, 16.928f, 18.661f, 22.917f, 23.777f, 19.619f,
+ 14.001f, 12.457f, 16.732f, 20.081f, 21.518f, 21.237f, 21.216f, 19.774f, 18.716f, 15.829f,
+ 13.606f
+},{
+-29.534f,-28.496f,-26.311f,-24.085f,-23.039f,-23.649f,-25.603f,-25.875f,-24.956f,-23.254f,
+-20.240f,-18.050f,-16.978f,-15.101f,-13.134f,-10.398f, -6.265f, -1.004f,  2.747f,  7.641f,
+  7.672f,  8.032f,  8.583f, 11.933f, 15.642f, 17.580f, 18.427f, 17.008f, 14.181f, 18.376f,
+ 18.400f, 18.596f, 18.423f, 16.737f, 15.861f, 13.041f, 10.268f, 12.092f, 13.865f, 11.770f,
+ 12.893f, 11.437f, 11.080f, 11.408f, 11.037f, 11.030f, 11.070f, 11.498f, 12.303f, 12.695f,
+ 13.045f, 14.071f, 15.137f, 16.258f, 17.535f, 17.756f, 18.144f, 18.842f, 19.536f, 19.591f,
+ 21.223f, 22.161f, 23.221f, 23.766f, 24.648f, 25.294f, 23.942f, 22.578f, 21.411f, 22.815f,
+ 23.578f, 23.056f, 21.602f, 22.273f, 22.418f, 19.983f, 18.807f, 18.690f, 18.370f, 14.753f,
+ 11.129f,  7.724f,  4.420f,  1.221f, -1.586f, -4.368f, -5.696f, -7.226f, -7.397f, -7.530f,
+ -8.360f, -9.232f,-10.063f,-12.689f,-14.322f,-13.388f,-16.488f,-23.619f,-26.905f,-35.211f,
+-45.096f,-38.578f,-38.030f,-41.799f,-41.252f,-42.056f,-41.163f,-40.995f,-49.142f,-62.033f,
+-52.976f,-50.517f,-51.085f,-52.189f,-52.322f,-51.793f,-50.874f,-49.377f,-46.861f,-44.355f,
+-41.707f,-39.558f,-37.366f,-36.328f,-35.238f,-34.277f,-33.477f,-32.017f,-30.488f,-30.515f,
+-29.890f,-28.269f,-26.344f,-20.962f,-19.435f,-18.198f,-16.869f,-17.173f,-16.749f,-17.795f,
+-17.905f,-15.208f,-12.814f,-13.859f,-14.652f,-12.245f, -9.960f, -8.975f, -6.982f, -1.421f,
+  1.241f,  2.905f,  6.036f,  6.855f,  6.745f,  6.037f,  8.528f, 11.162f, 14.446f, 16.286f,
+ 18.736f, 19.477f, 20.672f, 23.697f, 19.068f, 16.791f, 19.307f, 23.394f, 24.757f, 20.810f,
+ 15.466f, 13.563f, 16.126f, 20.104f, 21.687f, 21.397f, 21.653f, 19.993f, 18.778f, 15.822f,
+ 13.606f
+},{
+-29.534f,-28.464f,-26.339f,-24.140f,-23.286f,-24.267f,-25.768f,-25.562f,-25.096f,-23.525f,
+-20.355f,-18.257f,-16.763f,-14.533f,-12.359f, -9.756f, -7.149f, -3.493f,  0.590f,  5.289f,
+  5.797f,  7.286f,  8.478f, 11.428f, 15.094f, 17.672f, 19.405f, 19.377f, 15.067f, 17.894f,
+ 19.026f, 19.604f, 19.051f, 17.810f, 16.770f, 15.209f, 10.938f, 11.289f, 13.526f, 12.204f,
+ 12.710f, 11.302f, 11.000f, 11.373f, 10.266f, 10.798f, 11.095f, 11.734f, 12.425f, 13.462f,
+ 13.519f, 13.422f, 14.370f, 16.598f, 16.991f, 17.320f, 17.264f, 17.511f, 17.860f, 17.937f,
+ 19.125f, 20.146f, 21.333f, 22.292f, 22.900f, 23.255f, 22.887f, 21.079f, 20.519f, 20.963f,
+ 22.116f, 21.506f, 21.856f, 21.642f, 21.071f, 19.117f, 17.640f, 17.040f, 15.249f, 11.055f,
+  7.234f,  4.106f,  1.316f, -1.643f, -4.513f, -5.922f, -6.824f, -9.328f, -9.462f, -9.076f,
+ -9.969f,-11.327f,-11.925f,-14.430f,-15.493f,-14.123f,-18.842f,-25.891f,-28.803f,-34.196f,
+-42.514f,-41.798f,-42.985f,-38.744f,-39.031f,-40.270f,-42.406f,-55.832f,-61.905f,-57.375f,
+-49.849f,-49.740f,-50.228f,-51.183f,-51.476f,-50.726f,-49.790f,-48.701f,-46.402f,-43.955f,
+-41.213f,-38.930f,-36.537f,-35.175f,-34.274f,-32.535f,-31.382f,-30.620f,-28.407f,-27.424f,
+-28.505f,-27.223f,-25.892f,-20.950f,-18.036f,-17.432f,-14.592f,-15.041f,-15.639f,-16.150f,
+-15.661f,-13.137f,-10.046f,-10.465f,-12.864f,-10.759f, -9.082f, -6.818f, -2.774f,  2.748f,
+  3.512f,  6.180f,  9.512f, 10.087f, 11.569f, 11.805f, 12.763f, 15.159f, 16.569f, 18.127f,
+ 21.210f, 22.026f, 22.842f, 22.319f, 17.971f, 17.579f, 19.965f, 23.702f, 25.597f, 21.821f,
+ 16.966f, 14.853f, 15.789f, 20.111f, 21.852f, 21.556f, 22.045f, 20.186f, 18.822f, 15.814f,
+ 13.606f
+},{
+-29.534f,-28.434f,-26.371f,-24.232f,-23.537f,-24.828f,-25.680f,-25.076f,-25.285f,-23.785f,
+-20.663f,-18.416f,-16.409f,-14.427f,-12.341f, -9.797f, -7.250f, -4.436f, -0.111f,  3.891f,
+  5.219f,  6.519f,  8.632f, 11.376f, 14.811f, 18.101f, 20.685f, 20.743f, 17.722f, 16.616f,
+ 20.199f, 19.239f, 19.550f, 18.850f, 17.776f, 16.815f, 10.228f, 10.560f, 11.863f, 12.848f,
+ 12.383f, 10.814f,  9.990f,  9.467f,  8.724f,  8.724f,  9.861f, 11.498f, 12.209f, 12.620f,
+ 13.555f, 12.307f, 14.617f, 16.878f, 16.837f, 17.324f, 17.106f, 16.968f, 16.834f, 17.082f,
+ 17.789f, 18.655f, 19.847f, 20.510f, 21.241f, 21.055f, 20.271f, 19.473f, 20.184f, 20.900f,
+ 19.708f, 18.897f, 20.660f, 19.098f, 17.031f, 16.401f, 14.906f, 13.394f, 10.845f,  6.779f,
+  3.321f,  0.947f, -1.339f, -3.585f, -6.176f, -7.632f, -7.818f,-11.888f,-12.022f,-11.809f,
+-12.627f,-14.435f,-15.525f,-17.488f,-18.296f,-18.916f,-22.718f,-27.301f,-29.505f,-33.221f,
+-41.849f,-46.452f,-49.391f,-48.076f,-46.629f,-55.380f,-61.322f,-62.025f,-57.849f,-51.697f,
+-47.213f,-48.882f,-49.747f,-50.355f,-50.164f,-49.447f,-48.606f,-47.684f,-45.631f,-42.905f,
+-40.795f,-38.646f,-36.520f,-34.764f,-33.319f,-31.304f,-30.299f,-28.497f,-27.554f,-26.889f,
+-26.955f,-25.678f,-24.451f,-20.026f,-14.615f,-15.398f,-13.244f,-13.535f,-14.214f,-13.761f,
+-12.755f,-10.279f, -7.756f, -6.961f, -9.152f, -8.263f, -6.280f, -1.238f,  3.266f,  4.905f,
+  4.817f,  7.709f,  9.260f, 10.859f, 13.594f, 16.237f, 17.391f, 17.733f, 19.044f, 20.710f,
+ 22.996f, 24.228f, 24.553f, 20.224f, 18.133f, 18.941f, 20.621f, 23.946f, 26.330f, 22.763f,
+ 18.462f, 16.202f, 15.746f, 20.117f, 22.038f, 21.704f, 22.365f, 20.348f, 18.847f, 15.803f,
+ 13.606f
+},{
+-29.534f,-28.407f,-26.408f,-24.360f,-23.776f,-25.245f,-25.335f,-24.458f,-25.430f,-24.072f,
+-21.072f,-18.451f,-16.111f,-14.376f,-12.619f,-10.074f, -7.426f, -4.378f, -0.526f,  2.773f,
+  4.359f,  6.146f,  8.428f, 11.226f, 14.202f, 18.429f, 21.061f, 21.634f, 20.660f, 15.639f,
+ 21.014f, 19.090f, 19.860f, 19.687f, 18.332f, 16.897f, 10.109f, 10.507f, 11.660f, 12.555f,
+ 11.900f, 10.266f,  8.441f,  6.789f,  5.423f,  4.965f,  6.350f,  9.003f, 11.606f, 12.388f,
+ 13.253f, 12.655f, 14.948f, 16.351f, 17.226f, 16.706f, 16.908f, 17.536f, 17.037f, 16.814f,
+ 17.135f, 17.325f, 18.243f, 18.919f, 19.113f, 19.083f, 18.424f, 17.817f, 17.745f, 18.210f,
+ 17.703f, 17.332f, 15.891f, 14.393f, 13.262f, 12.632f, 12.283f, 11.519f,  9.143f,  2.284f,
+ -0.813f, -2.526f, -4.134f, -6.177f, -8.757f,-10.613f, -9.710f,-14.652f,-15.147f,-15.125f,
+-15.817f,-16.977f,-18.970f,-20.265f,-22.017f,-23.649f,-26.133f,-28.582f,-31.021f,-35.691f,
+-41.013f,-44.963f,-49.045f,-48.433f,-53.415f,-55.591f,-54.690f,-52.918f,-50.897f,-48.248f,
+-46.111f,-47.174f,-48.756f,-49.020f,-48.833f,-48.238f,-47.359f,-46.242f,-44.315f,-41.732f,
+-39.582f,-37.660f,-35.792f,-33.823f,-32.046f,-30.433f,-28.682f,-27.504f,-26.697f,-25.494f,
+-24.943f,-23.848f,-22.915f,-19.752f,-12.825f,-12.812f,-11.602f,-11.001f, -8.642f, -9.638f,
+ -9.796f, -7.582f, -4.917f, -3.084f, -5.067f, -4.465f, -0.241f,  4.007f,  4.717f,  5.275f,
+  6.908f,  9.235f, 10.175f, 12.072f, 14.919f, 17.583f, 19.477f, 19.391f, 22.299f, 23.868f,
+ 24.360f, 25.599f, 25.519f, 19.847f, 19.522f, 20.206f, 21.378f, 24.295f, 27.027f, 23.739f,
+ 19.893f, 17.515f, 15.946f, 20.146f, 22.268f, 21.826f, 22.591f, 20.473f, 18.851f, 15.791f,
+ 13.606f
+},{
+-29.534f,-28.383f,-26.446f,-24.521f,-23.994f,-25.465f,-24.786f,-23.764f,-25.472f,-24.389f,
+-21.451f,-18.433f,-16.028f,-14.110f,-12.621f, -9.987f, -7.736f, -4.475f, -1.000f,  1.932f,
+  3.803f,  6.534f,  9.053f, 11.522f, 14.407f, 18.100f, 21.328f, 22.850f, 21.906f, 15.404f,
+ 20.660f, 19.967f, 20.264f, 19.632f, 18.874f, 17.958f, 10.312f, 10.478f, 11.746f, 12.657f,
+ 11.193f,  9.565f,  6.619f,  5.553f,  4.378f,  2.918f,  5.584f,  5.595f,  9.730f, 11.145f,
+ 12.948f, 13.080f, 14.912f, 15.302f, 17.038f, 15.920f, 16.511f, 17.484f, 17.074f, 16.102f,
+ 15.326f, 15.691f, 16.482f, 16.949f, 16.812f, 16.935f, 16.138f, 15.907f, 15.544f, 15.883f,
+ 16.492f, 15.735f, 13.272f, 10.411f,  8.639f,  7.977f, 10.168f, 11.066f,  8.129f, -1.908f,
+ -4.002f, -5.353f, -7.487f, -9.437f,-11.423f,-13.434f,-11.938f,-14.737f,-16.386f,-17.868f,
+-18.872f,-20.275f,-21.702f,-22.937f,-24.387f,-25.442f,-27.373f,-29.634f,-32.742f,-39.915f,
+-41.915f,-44.798f,-45.443f,-46.111f,-48.688f,-49.108f,-49.441f,-49.118f,-48.410f,-48.085f,
+-45.447f,-45.092f,-46.986f,-47.494f,-47.389f,-47.079f,-45.815f,-44.660f,-42.654f,-40.208f,
+-38.043f,-36.183f,-34.993f,-31.904f,-30.090f,-29.435f,-27.275f,-25.353f,-24.452f,-23.653f,
+-22.890f,-21.494f,-20.011f,-18.050f,-12.301f,-10.243f, -9.475f, -7.803f, -4.234f, -3.343f,
+ -5.082f, -4.925f, -1.147f, -0.265f, -1.217f, -0.997f,  5.314f,  5.630f,  6.309f,  7.277f,
+  9.256f, 10.948f, 12.388f, 14.050f, 16.309f, 18.725f, 20.608f, 21.406f, 24.482f, 25.395f,
+ 25.777f, 26.442f, 25.639f, 21.004f, 21.155f, 21.156f, 22.427f, 24.872f, 27.718f, 24.737f,
+ 21.184f, 18.724f, 16.301f, 20.214f, 22.547f, 21.903f, 22.707f, 20.558f, 18.836f, 15.777f,
+ 13.606f
+},{
+-29.534f,-28.360f,-26.486f,-24.712f,-24.191f,-25.477f,-24.130f,-23.048f,-25.408f,-24.685f,
+-21.699f,-18.444f,-16.113f,-13.801f,-12.309f, -9.675f, -7.589f, -4.570f, -1.001f,  1.475f,
+  3.523f,  6.761f,  9.857f, 12.372f, 15.444f, 18.084f, 21.431f, 23.632f, 22.234f, 16.447f,
+ 20.426f, 20.668f, 20.353f, 19.843f, 18.436f, 18.344f,  9.014f,  9.750f, 12.079f, 11.999f,
+ 10.503f,  8.653f,  4.975f,  3.781f,  2.246f,  1.645f,  2.415f,  3.502f,  5.790f,  9.444f,
+ 12.206f, 12.606f, 13.223f, 14.382f, 15.286f, 15.192f, 16.309f, 16.976f, 16.372f, 14.960f,
+ 13.996f, 13.772f, 13.965f, 14.612f, 14.297f, 13.305f, 12.679f, 13.017f, 14.108f, 13.861f,
+ 13.895f, 12.488f,  9.925f,  7.125f,  4.912f,  3.173f,  4.095f,  4.692f,  2.022f, -4.416f,
+ -3.940f, -7.695f,-10.443f,-12.303f,-13.664f,-15.777f,-16.489f,-14.881f,-17.194f,-20.209f,
+-21.303f,-23.003f,-24.060f,-25.607f,-26.886f,-27.337f,-28.235f,-30.513f,-35.046f,-40.224f,
+-44.354f,-47.397f,-48.004f,-47.447f,-48.250f,-49.513f,-46.050f,-49.355f,-47.013f,-47.377f,
+-46.130f,-44.366f,-45.322f,-45.958f,-45.797f,-45.147f,-43.894f,-42.784f,-40.736f,-38.351f,
+-36.460f,-34.880f,-33.563f,-30.907f,-29.118f,-27.237f,-25.859f,-23.613f,-22.436f,-21.652f,
+-20.761f,-19.133f,-16.691f,-13.933f,-10.826f, -6.615f, -5.876f, -3.928f, -1.501f,  1.619f,
+  0.644f, -1.769f,  1.828f,  3.632f,  2.021f,  3.325f,  6.336f,  7.864f,  8.589f,  9.926f,
+ 11.257f, 13.325f, 14.705f, 16.150f, 18.747f, 20.498f, 21.681f, 22.930f, 25.184f, 26.111f,
+ 27.078f, 27.288f, 25.416f, 22.193f, 22.420f, 22.084f, 23.818f, 25.651f, 28.363f, 25.642f,
+ 22.289f, 19.791f, 16.725f, 20.326f, 22.869f, 21.920f, 22.706f, 20.602f, 18.801f, 15.762f,
+ 13.606f
+},{
+-29.534f,-28.340f,-26.525f,-24.925f,-24.374f,-25.315f,-23.486f,-22.358f,-25.267f,-24.891f,
+-21.792f,-18.481f,-16.134f,-13.731f,-12.030f, -9.565f, -6.988f, -4.130f, -0.857f,  0.665f,
+  2.282f,  5.983f,  9.333f, 12.602f, 16.203f, 18.830f, 21.515f, 23.954f, 22.331f, 20.504f,
+ 20.183f, 20.654f, 20.012f, 19.899f, 17.482f, 16.638f,  7.479f,  8.184f, 11.427f, 10.762f,
+  9.197f,  7.200f,  3.749f,  1.598f,  0.404f,  0.303f,  0.909f,  1.372f,  2.333f,  5.162f,
+  9.582f, 10.733f, 11.023f, 12.219f, 12.741f, 13.508f, 15.564f, 15.850f, 15.465f, 14.532f,
+ 12.757f, 11.251f, 11.005f, 11.311f, 10.572f,  9.649f,  8.775f,  9.090f,  9.253f,  9.141f,
+  8.976f,  8.064f,  5.950f,  3.976f,  1.893f, -0.150f, -1.536f, -2.332f, -4.608f, -8.972f,
+ -7.075f,-10.445f,-13.513f,-15.656f,-16.756f,-18.469f,-19.917f,-18.278f,-18.681f,-21.158f,
+-23.068f,-24.939f,-25.949f,-28.060f,-30.992f,-32.582f,-31.621f,-31.721f,-36.836f,-42.286f,
+-45.819f,-47.163f,-46.971f,-46.342f,-47.714f,-49.379f,-46.043f,-48.015f,-45.491f,-45.293f,
+-45.018f,-43.774f,-43.859f,-44.025f,-43.866f,-43.113f,-41.843f,-40.821f,-38.730f,-36.561f,
+-34.719f,-33.046f,-31.231f,-29.284f,-27.727f,-25.545f,-23.449f,-21.748f,-20.152f,-19.353f,
+-18.212f,-16.126f,-12.998f, -9.824f, -8.525f, -3.908f, -1.681f, -0.165f,  1.911f,  4.614f,
+  4.160f,  3.050f,  4.064f,  6.808f,  6.086f,  7.922f,  7.859f, 10.619f, 11.212f, 12.553f,
+ 13.844f, 15.825f, 17.506f, 18.157f, 20.795f, 22.436f, 24.306f, 24.644f, 25.488f, 27.180f,
+ 27.821f, 28.285f, 25.728f, 23.068f, 23.616f, 23.293f, 25.360f, 26.509f, 28.904f, 26.360f,
+ 23.221f, 20.705f, 17.158f, 20.472f, 23.211f, 21.868f, 22.593f, 20.607f, 18.748f, 15.745f,
+ 13.606f
+},{
+-29.534f,-28.323f,-26.562f,-25.153f,-24.559f,-25.049f,-22.961f,-21.728f,-25.079f,-24.980f,
+-21.779f,-18.484f,-15.923f,-13.872f,-11.988f, -9.555f, -6.503f, -3.460f, -0.955f, -0.434f,
+  0.556f,  4.590f,  7.992f, 11.581f, 15.913f, 18.859f, 21.822f, 23.423f, 22.600f, 23.171f,
+ 20.408f, 20.447f, 19.787f, 18.797f, 18.335f, 14.916f,  6.894f,  6.397f, 10.129f,  9.795f,
+  7.817f,  5.529f,  2.182f,  0.119f, -0.241f,  0.109f,  0.584f,  0.501f,  0.903f,  2.104f,
+  5.104f,  7.669f,  8.589f,  9.823f, 11.306f, 12.530f, 14.625f, 14.879f, 14.450f, 13.633f,
+ 11.223f,  9.681f,  8.609f,  7.592f,  7.036f,  6.088f,  5.461f,  4.753f,  4.336f,  4.241f,
+  3.829f,  3.621f,  2.030f,  0.824f, -0.181f, -1.958f, -4.199f, -4.985f, -7.527f,-10.094f,
+-10.236f,-13.189f,-16.340f,-18.297f,-19.283f,-20.161f,-20.145f,-17.871f,-22.341f,-23.581f,
+-24.915f,-26.435f,-27.652f,-29.410f,-32.593f,-34.083f,-32.110f,-32.764f,-38.300f,-43.846f,
+-44.928f,-45.839f,-45.952f,-45.561f,-47.401f,-48.842f,-47.286f,-46.678f,-43.993f,-42.795f,
+-42.581f,-42.499f,-41.975f,-41.681f,-41.460f,-40.880f,-39.419f,-38.216f,-36.282f,-34.362f,
+-32.558f,-30.700f,-28.955f,-27.211f,-25.209f,-23.057f,-20.984f,-19.480f,-17.852f,-16.257f,
+-15.080f,-12.938f,-10.316f, -8.298f, -6.622f, -1.695f,  1.467f,  3.299f,  5.254f,  6.972f,
+  8.089f,  8.817f,  8.859f, 10.225f, 10.630f, 12.506f, 11.241f, 13.097f, 13.919f, 14.631f,
+ 16.514f, 18.568f, 19.687f, 20.247f, 22.495f, 25.775f, 27.264f, 25.947f, 25.211f, 26.358f,
+ 27.861f, 28.837f, 26.779f, 24.314f, 25.168f, 24.827f, 26.805f, 27.356f, 29.337f, 26.897f,
+ 24.063f, 21.479f, 17.570f, 20.634f, 23.544f, 21.747f, 22.382f, 20.576f, 18.677f, 15.727f,
+ 13.606f
+},{
+-29.534f,-28.307f,-26.595f,-25.386f,-24.759f,-24.766f,-22.630f,-21.187f,-24.852f,-24.978f,
+-21.721f,-18.424f,-15.599f,-13.958f,-12.060f, -9.273f, -6.221f, -2.951f, -0.922f, -1.137f,
+ -0.525f,  3.391f,  6.813f,  9.807f, 14.136f, 16.398f, 20.133f, 22.319f, 22.981f, 23.618f,
+ 20.622f, 20.384f, 19.802f, 18.224f, 18.118f, 13.595f,  8.774f,  5.026f,  9.085f,  9.604f,
+  6.172f,  3.091f,  0.857f, -0.773f, -0.700f, -0.390f, -0.086f,  0.009f,  0.049f,  0.646f,
+  1.783f,  3.483f,  4.260f,  8.055f,  9.174f, 10.329f, 12.785f, 13.191f, 12.770f, 12.726f,
+  9.533f,  9.073f,  7.934f,  5.925f,  4.877f,  4.174f,  2.453f, -0.060f, -0.562f, -0.721f,
+ -1.083f, -1.502f, -1.105f, -1.288f, -2.209f, -4.359f, -6.269f, -8.014f, -9.556f,-10.425f,
+-11.526f,-14.884f,-18.042f,-19.747f,-20.649f,-20.933f,-20.016f,-18.540f,-21.642f,-24.084f,
+-25.554f,-27.553f,-29.007f,-30.444f,-32.627f,-33.322f,-31.783f,-33.222f,-37.410f,-42.178f,
+-44.943f,-45.380f,-44.930f,-44.724f,-45.952f,-47.015f,-46.129f,-44.039f,-41.785f,-41.476f,
+-40.988f,-40.770f,-40.204f,-39.314f,-38.631f,-37.986f,-36.508f,-35.289f,-33.678f,-32.003f,
+-30.126f,-28.267f,-26.452f,-24.709f,-22.361f,-20.281f,-18.176f,-16.437f,-14.768f,-13.310f,
+-11.757f, -9.847f, -8.144f, -6.617f, -3.094f,  3.321f,  4.400f,  6.475f,  7.926f,  9.488f,
+ 10.944f, 11.332f, 12.135f, 12.578f, 13.927f, 15.054f, 14.218f, 15.729f, 16.775f, 17.526f,
+ 19.083f, 20.742f, 21.892f, 22.070f, 25.512f, 27.877f, 28.289f, 26.441f, 25.298f, 23.893f,
+ 27.319f, 28.336f, 28.198f, 26.265f, 26.961f, 26.565f, 28.030f, 28.185f, 29.701f, 27.333f,
+ 24.904f, 22.148f, 17.951f, 20.797f, 23.842f, 21.570f, 22.095f, 20.515f, 18.592f, 15.708f,
+ 13.606f
+},{
+-29.534f,-28.293f,-26.622f,-25.614f,-24.987f,-24.554f,-22.515f,-20.761f,-24.562f,-24.936f,
+-21.620f,-18.324f,-15.461f,-13.896f,-12.037f, -8.827f, -5.786f, -2.471f, -0.790f, -1.503f,
+ -0.961f,  2.922f,  6.239f,  8.821f, 12.979f, 14.635f, 17.858f, 21.563f, 21.930f, 23.508f,
+ 21.269f, 20.477f, 19.696f, 19.168f, 17.126f, 14.163f, 11.788f,  5.062f,  7.674f,  8.541f,
+  4.380f,  0.653f, -0.027f, -1.486f, -1.647f, -1.471f, -1.008f, -0.884f, -0.609f, -0.264f,
+  0.385f,  1.329f,  2.062f,  4.181f,  7.140f,  8.827f,  9.601f, 11.002f, 10.766f, 11.135f,
+  8.577f,  8.330f,  7.841f,  5.310f,  4.174f,  2.808f,  0.820f, -1.792f, -2.844f, -3.977f,
+ -5.400f, -4.946f, -3.386f, -3.311f, -4.284f, -5.000f, -7.599f, -8.469f, -9.436f,-10.789f,
+-12.420f,-15.590f,-19.064f,-20.542f,-21.296f,-21.588f,-21.195f,-20.119f,-21.686f,-23.285f,
+-24.762f,-27.578f,-29.336f,-30.396f,-32.167f,-33.711f,-32.627f,-34.324f,-38.835f,-43.913f,
+-44.976f,-45.302f,-44.709f,-44.240f,-44.368f,-44.495f,-44.210f,-42.101f,-40.665f,-40.495f,
+-40.001f,-38.726f,-38.237f,-36.855f,-36.330f,-35.496f,-33.596f,-32.572f,-31.137f,-29.093f,
+-27.592f,-25.804f,-23.791f,-21.602f,-19.551f,-17.518f,-15.655f,-13.083f,-11.122f,-10.176f,
+ -8.891f, -7.311f, -5.723f, -2.479f,  2.603f,  6.164f,  7.456f,  8.498f,  9.465f, 12.220f,
+ 12.907f, 13.646f, 14.559f, 15.401f, 15.644f, 15.977f, 16.970f, 18.433f, 19.177f, 20.583f,
+ 21.683f, 23.070f, 23.352f, 24.755f, 27.946f, 27.195f, 29.648f, 28.063f, 26.408f, 22.776f,
+ 26.390f, 27.509f, 29.934f, 28.550f, 28.658f, 28.303f, 29.025f, 28.993f, 30.020f, 27.742f,
+ 25.774f, 22.761f, 18.301f, 20.959f, 24.094f, 21.358f, 21.763f, 20.431f, 18.494f, 15.688f,
+ 13.606f
+},{
+-29.534f,-28.282f,-26.642f,-25.827f,-25.249f,-24.475f,-22.587f,-20.475f,-24.190f,-24.867f,
+-21.385f,-18.181f,-15.624f,-13.872f,-11.846f, -8.631f, -5.248f, -1.991f, -0.949f, -1.640f,
+ -0.827f,  3.132f,  6.236f,  8.701f, 12.512f, 14.533f, 16.655f, 20.855f, 20.788f, 22.296f,
+ 21.305f, 20.201f, 19.292f, 18.956f, 17.226f, 14.594f, 13.436f,  5.751f,  6.644f,  7.083f,
+  3.436f, -0.311f, -0.955f, -2.237f, -2.610f, -2.407f, -2.051f, -1.758f, -1.342f, -0.987f,
+ -0.399f, -0.179f,  0.834f,  2.316f,  4.134f,  7.689f,  8.433f,  7.828f,  8.190f,  8.244f,
+  6.125f,  6.973f,  6.946f,  6.505f,  4.848f,  2.453f, -0.996f, -2.656f, -4.397f, -5.797f,
+ -6.555f, -6.569f, -6.106f, -4.485f, -4.937f, -5.937f, -8.796f, -8.344f,-10.683f,-12.027f,
+-12.752f,-16.214f,-19.439f,-20.913f,-21.514f,-21.859f,-22.091f,-22.276f,-22.717f,-23.579f,
+-24.158f,-26.516f,-28.659f,-30.447f,-32.521f,-34.264f,-33.098f,-39.220f,-43.167f,-43.856f,
+-44.800f,-44.983f,-44.197f,-43.731f,-43.209f,-42.845f,-42.021f,-40.721f,-39.372f,-38.779f,
+-37.900f,-36.333f,-35.683f,-34.246f,-33.720f,-32.627f,-30.706f,-29.525f,-28.021f,-26.299f,
+-24.581f,-22.825f,-20.876f,-18.355f,-16.199f,-14.718f,-11.314f,-10.211f, -7.959f, -6.733f,
+ -5.796f, -4.227f, -1.032f,  3.678f,  8.258f,  9.743f, 10.261f, 11.194f, 12.947f, 15.496f,
+ 16.458f, 16.362f, 17.394f, 18.783f, 17.655f, 18.422f, 19.536f, 20.824f, 22.085f, 23.143f,
+ 24.357f, 25.318f, 25.262f, 28.261f, 28.382f, 27.312f, 31.441f, 29.960f, 27.378f, 23.593f,
+ 25.997f, 27.890f, 31.962f, 30.633f, 30.181f, 29.798f, 29.830f, 29.718f, 30.279f, 28.148f,
+ 26.623f, 23.367f, 18.629f, 21.135f, 24.300f, 21.139f, 21.417f, 20.331f, 18.386f, 15.667f,
+ 13.606f
+},{
+-29.534f,-28.272f,-26.653f,-26.012f,-25.540f,-24.553f,-22.770f,-20.350f,-23.759f,-24.724f,
+-20.888f,-17.915f,-15.820f,-14.027f,-11.561f, -8.656f, -4.943f, -1.722f, -1.094f, -1.446f,
+ -0.229f,  3.584f,  6.511f,  8.641f, 11.696f, 13.643f, 15.404f, 20.003f, 20.184f, 21.343f,
+ 20.022f, 20.294f, 19.071f, 18.077f, 17.314f, 14.671f, 11.769f,  6.811f,  6.198f,  6.000f,
+  3.157f, -0.714f, -1.642f, -2.932f, -3.326f, -2.775f, -2.261f, -2.167f, -2.026f, -1.722f,
+ -1.641f, -1.560f, -1.095f, -0.365f,  1.495f,  3.169f,  5.927f,  7.296f,  5.830f,  5.750f,
+  4.245f,  6.211f,  6.396f,  5.892f,  4.913f,  3.017f, -0.006f, -4.412f, -5.691f, -6.880f,
+ -8.022f, -8.415f, -7.943f, -6.513f, -6.078f, -7.231f, -9.534f,-11.124f,-13.996f,-15.596f,
+-14.751f,-17.445f,-20.083f,-21.290f,-21.931f,-22.295f,-22.536f,-22.173f,-23.051f,-23.019f,
+-23.655f,-25.561f,-28.391f,-30.855f,-33.639f,-33.698f,-35.616f,-39.996f,-42.968f,-43.138f,
+-44.051f,-43.903f,-43.356f,-42.788f,-41.867f,-40.846f,-39.910f,-38.802f,-37.599f,-36.998f,
+-35.505f,-34.013f,-33.506f,-31.353f,-30.697f,-29.254f,-27.658f,-26.335f,-24.638f,-22.920f,
+-21.042f,-19.450f,-17.722f,-15.509f,-13.274f,-11.287f, -8.784f, -6.815f, -4.985f, -3.320f,
+ -2.073f, -0.858f,  3.589f,  9.570f, 11.945f, 14.045f, 13.752f, 14.709f, 16.672f, 21.733f,
+ 22.083f, 20.108f, 20.634f, 20.752f, 21.098f, 21.899f, 22.735f, 23.510f, 24.604f, 25.271f,
+ 26.784f, 27.169f, 28.940f, 30.034f, 29.388f, 29.372f, 32.417f, 31.408f, 29.002f, 25.739f,
+ 27.302f, 29.794f, 33.744f, 32.387f, 31.585f, 30.900f, 30.526f, 30.260f, 30.470f, 28.566f,
+ 27.367f, 24.002f, 18.959f, 21.349f, 24.475f, 20.943f, 21.087f, 20.224f, 18.272f, 15.646f,
+ 13.606f
+},{
+-29.534f,-28.263f,-26.653f,-26.159f,-25.843f,-24.765f,-22.968f,-20.391f,-23.348f,-24.438f,
+-20.073f,-17.417f,-15.658f,-14.194f,-11.280f, -8.517f, -4.805f, -1.575f, -0.905f, -1.260f,
+  0.278f,  4.057f,  6.916f,  8.822f, 11.336f, 12.973f, 15.430f, 19.545f, 20.167f, 20.790f,
+ 19.614f, 19.895f, 19.200f, 18.040f, 17.916f, 14.834f, 11.451f,  5.535f,  5.743f,  5.537f,
+  2.474f, -0.640f, -1.959f, -3.603f, -3.663f, -3.122f, -2.337f, -2.318f, -2.734f, -2.671f,
+ -2.633f, -2.698f, -2.480f, -2.203f, -1.459f, -0.245f,  2.140f,  4.474f,  4.527f,  4.393f,
+  2.771f,  4.303f,  5.898f,  4.045f,  3.854f,  4.111f, -0.131f, -5.005f, -6.197f, -7.124f,
+ -8.115f, -8.328f, -9.057f, -9.112f, -8.244f, -9.230f, -9.562f,-12.152f,-16.348f,-18.501f,
+-18.860f,-20.533f,-21.769f,-22.124f,-22.878f,-23.737f,-24.189f,-23.806f,-23.941f,-24.958f,
+-25.693f,-26.828f,-28.634f,-30.567f,-32.293f,-36.260f,-38.493f,-40.314f,-42.047f,-42.403f,
+-42.806f,-42.547f,-42.499f,-41.398f,-40.544f,-38.256f,-37.762f,-36.087f,-35.396f,-34.331f,
+-32.982f,-31.264f,-30.634f,-28.820f,-27.700f,-26.168f,-24.327f,-22.898f,-21.004f,-19.342f,
+-17.633f,-15.731f,-14.074f,-12.089f, -9.715f, -7.512f, -5.421f, -3.706f, -2.034f, -0.374f,
+  1.179f,  3.419f,  5.205f, 13.012f, 15.565f, 17.046f, 17.574f, 17.416f, 20.574f, 23.794f,
+ 24.159f, 23.632f, 22.247f, 22.806f, 23.644f, 25.065f, 25.718f, 26.526f, 26.942f, 27.951f,
+ 28.522f, 29.294f, 31.305f, 32.328f, 32.519f, 32.779f, 33.877f, 33.422f, 31.841f, 28.667f,
+ 29.860f, 32.108f, 34.932f, 34.082f, 32.760f, 31.651f, 31.171f, 30.564f, 30.640f, 29.038f,
+ 27.971f, 24.682f, 19.333f, 21.627f, 24.639f, 20.796f, 20.801f, 20.118f, 18.153f, 15.624f,
+ 13.606f
+},{
+-29.534f,-28.256f,-26.642f,-26.259f,-26.133f,-25.045f,-23.088f,-20.574f,-23.078f,-23.987f,
+-19.045f,-16.662f,-15.058f,-14.084f,-11.018f, -8.156f, -4.579f, -1.359f, -0.807f, -1.197f,
+  0.590f,  4.418f,  7.168f,  8.956f, 11.037f, 13.241f, 16.300f, 19.093f, 20.293f, 20.826f,
+ 19.266f, 20.206f, 19.210f, 18.121f, 17.901f, 15.591f, 10.900f,  3.606f,  5.572f,  5.797f,
+  2.227f, -0.702f, -2.308f, -3.900f, -4.122f, -3.331f, -2.559f, -2.622f, -2.987f, -3.313f,
+ -3.549f, -3.538f, -3.384f, -3.283f, -3.391f, -3.058f, -1.129f, -0.291f, -0.997f,  0.928f,
+  3.222f,  1.999f,  1.615f,  0.776f,  2.013f,  1.577f, -1.021f, -4.808f, -6.506f, -7.122f,
+ -8.053f,-10.772f,-13.258f,-11.781f,-10.629f,-11.526f,-10.635f,-11.741f,-14.045f,-17.111f,
+-19.403f,-22.076f,-23.277f,-22.811f,-23.608f,-24.569f,-25.425f,-24.954f,-24.536f,-25.035f,
+-26.783f,-28.145f,-29.402f,-29.285f,-29.491f,-35.000f,-38.238f,-40.251f,-41.526f,-41.158f,
+-41.154f,-41.139f,-41.012f,-39.660f,-38.226f,-35.567f,-34.479f,-33.613f,-32.651f,-31.682f,
+-30.161f,-28.592f,-27.278f,-25.763f,-24.512f,-22.480f,-20.921f,-19.331f,-17.529f,-15.720f,
+-13.944f,-12.196f,-10.294f, -8.541f, -6.086f, -4.212f, -2.944f, -0.882f,  0.906f,  2.495f,
+  4.479f,  6.530f,  9.463f, 16.154f, 16.939f, 19.469f, 20.133f, 20.523f, 25.154f, 22.200f,
+ 22.967f, 24.226f, 23.558f, 25.362f, 26.754f, 27.942f, 28.379f, 29.298f, 29.659f, 30.561f,
+ 30.422f, 30.952f, 33.432f, 36.870f, 36.246f, 36.792f, 36.234f, 35.818f, 34.233f, 31.371f,
+ 32.384f, 33.988f, 35.832f, 35.695f, 33.562f, 32.213f, 31.708f, 30.678f, 30.872f, 29.608f,
+ 28.485f, 25.403f, 19.809f, 21.980f, 24.807f, 20.713f, 20.577f, 20.020f, 18.034f, 15.602f,
+ 13.606f
+},{
+-29.534f,-28.250f,-26.617f,-26.304f,-26.375f,-25.296f,-23.058f,-20.838f,-23.040f,-23.435f,
+-18.047f,-15.786f,-14.363f,-13.658f,-10.686f, -7.833f, -4.338f, -1.255f, -1.064f, -0.951f,
+  0.919f,  4.547f,  7.230f,  8.905f, 11.185f, 14.140f, 16.395f, 18.806f, 19.547f, 20.854f,
+ 18.024f, 20.431f, 19.629f, 18.685f, 17.670f, 15.851f, 12.050f,  5.564f,  5.138f,  5.938f,
+  2.379f, -0.884f, -2.762f, -3.962f, -4.062f, -3.709f, -2.761f, -2.792f, -3.224f, -3.872f,
+ -4.418f, -4.363f, -3.891f, -4.131f, -4.522f, -5.039f, -3.419f, -2.653f, -2.668f, -3.127f,
+  0.819f,  1.266f,  1.238f,  0.399f, -0.106f, -1.420f, -3.140f, -5.195f, -6.299f, -7.063f,
+ -9.089f,-11.087f,-13.172f,-12.496f,-12.625f,-13.543f,-14.600f,-15.855f,-15.390f,-15.738f,
+-18.862f,-21.278f,-22.955f,-23.608f,-24.334f,-24.843f,-24.685f,-26.061f,-25.205f,-25.323f,
+-26.444f,-27.257f,-28.446f,-28.979f,-30.149f,-34.620f,-37.568f,-39.070f,-39.960f,-39.300f,
+-39.489f,-39.383f,-38.420f,-36.962f,-35.304f,-32.953f,-32.026f,-31.008f,-29.837f,-28.639f,
+-26.902f,-25.580f,-24.024f,-22.280f,-20.846f,-18.932f,-17.083f,-15.407f,-13.845f,-12.010f,
+-10.187f, -8.432f, -6.732f, -4.720f, -2.708f, -0.658f,  0.245f,  2.016f,  3.754f,  5.100f,
+  6.963f,  9.329f, 11.785f, 17.415f, 17.827f, 20.909f, 23.713f, 25.060f, 27.226f, 23.321f,
+ 23.476f, 24.693f, 26.311f, 28.283f, 29.673f, 30.635f, 31.088f, 31.974f, 32.483f, 33.577f,
+ 32.792f, 33.424f, 37.363f, 41.199f, 39.911f, 40.070f, 39.109f, 38.617f, 36.012f, 33.721f,
+ 34.567f, 35.510f, 36.671f, 36.683f, 34.117f, 32.760f, 32.038f, 30.772f, 31.209f, 30.266f,
+ 29.014f, 26.150f, 20.446f, 22.401f, 24.979f, 20.701f, 20.428f, 19.935f, 17.917f, 15.581f,
+ 13.606f
+},{
+-29.534f,-28.246f,-26.580f,-26.289f,-26.532f,-25.409f,-22.845f,-21.094f,-23.235f,-22.893f,
+-17.339f,-15.041f,-13.997f,-13.152f,-10.213f, -7.564f, -4.204f, -1.453f, -1.358f, -0.674f,
+  1.174f,  4.501f,  7.208f,  8.955f, 11.809f, 14.731f, 16.520f, 18.815f, 20.854f, 23.434f,
+ 18.817f, 20.713f, 20.074f, 18.905f, 17.502f, 15.646f, 13.723f,  7.760f,  4.432f,  5.397f,
+  2.244f, -0.927f, -2.886f, -3.938f, -3.716f, -3.776f, -3.144f, -3.111f, -3.646f, -4.572f,
+ -5.101f, -4.878f, -4.563f, -4.772f, -5.261f, -5.835f, -4.858f, -4.091f, -3.797f, -5.182f,
+ -3.905f, -3.009f, -1.594f, -2.679f, -2.465f, -1.567f, -2.466f, -3.986f, -5.118f, -5.575f,
+ -7.870f, -9.134f,-11.478f,-12.859f,-13.222f,-15.030f,-16.752f,-17.952f,-16.929f,-16.499f,
+-18.510f,-20.688f,-23.055f,-24.423f,-25.519f,-26.300f,-26.418f,-26.432f,-24.877f,-25.388f,
+-26.060f,-26.085f,-29.960f,-30.764f,-31.201f,-33.904f,-36.179f,-37.537f,-37.385f,-37.010f,
+-37.320f,-37.399f,-35.243f,-33.702f,-32.043f,-30.662f,-28.905f,-27.907f,-26.815f,-25.131f,
+-23.982f,-22.411f,-20.631f,-18.862f,-17.198f,-15.014f,-13.466f,-11.646f,-10.086f, -8.078f,
+ -6.433f, -4.579f, -3.179f, -1.095f,  0.755f,  2.147f,  3.928f,  5.288f,  6.702f,  7.742f,
+ 10.150f, 11.862f, 15.248f, 18.555f, 20.494f, 23.481f, 26.235f, 27.799f, 28.971f, 26.266f,
+ 26.092f, 27.164f, 29.082f, 31.343f, 32.320f, 33.849f, 33.897f, 34.025f, 35.043f, 36.324f,
+ 35.964f, 35.925f, 41.538f, 44.442f, 43.236f, 42.997f, 41.712f, 41.185f, 37.930f, 35.956f,
+ 36.487f, 36.862f, 37.299f, 36.850f, 34.705f, 33.417f, 32.231f, 31.071f, 31.627f, 30.935f,
+ 29.639f, 26.916f, 21.285f, 22.867f, 25.144f, 20.757f, 20.356f, 19.868f, 17.805f, 15.560f,
+ 13.606f
+},{
+-29.534f,-28.242f,-26.529f,-26.211f,-26.567f,-25.287f,-22.453f,-21.242f,-23.531f,-22.443f,
+-17.057f,-14.659f,-14.079f,-12.782f, -9.683f, -7.125f, -4.051f, -1.746f, -1.504f, -0.601f,
+  1.415f,  4.354f,  7.010f,  9.087f, 12.062f, 14.344f, 16.733f, 18.622f, 22.414f, 25.395f,
+ 17.324f, 20.967f, 20.212f, 18.446f, 17.052f, 15.592f, 14.008f,  6.490f,  4.091f,  5.898f,
+  2.274f, -0.595f, -2.809f, -3.783f, -3.561f, -3.634f, -3.351f, -3.574f, -4.462f, -5.411f,
+ -5.787f, -5.376f, -5.141f, -5.317f, -5.660f, -6.065f, -5.607f, -5.039f, -4.923f, -6.136f,
+ -6.361f, -6.316f, -6.291f, -7.050f, -5.754f, -3.362f, -3.375f, -2.179f, -2.832f, -5.439f,
+ -8.122f, -9.211f,-11.608f,-14.624f,-13.887f,-13.644f,-14.055f,-14.031f,-15.588f,-16.208f,
+-17.214f,-19.887f,-23.170f,-24.563f,-25.385f,-26.404f,-27.480f,-26.624f,-25.708f,-23.806f,
+-24.872f,-26.482f,-31.513f,-30.656f,-31.795f,-32.880f,-34.485f,-35.051f,-34.629f,-34.909f,
+-34.948f,-34.770f,-32.030f,-30.653f,-28.993f,-28.057f,-26.637f,-25.342f,-24.029f,-22.536f,
+-20.668f,-18.864f,-17.224f,-15.650f,-13.490f,-11.367f, -9.574f, -8.187f, -6.173f, -4.177f,
+ -2.524f, -0.843f,  0.591f,  2.565f,  4.336f,  5.926f,  7.351f,  8.545f,  9.396f, 11.124f,
+ 13.491f, 15.579f, 18.091f, 20.451f, 23.436f, 26.258f, 29.085f, 31.982f, 31.575f, 29.104f,
+ 29.242f, 30.649f, 31.850f, 33.923f, 35.358f, 36.569f, 36.589f, 36.682f, 37.666f, 37.750f,
+ 39.190f, 37.863f, 45.059f, 47.180f, 46.319f, 45.749f, 43.608f, 42.885f, 39.923f, 37.855f,
+ 38.034f, 37.981f, 37.814f, 36.818f, 35.394f, 34.200f, 32.550f, 31.700f, 32.072f, 31.538f,
+ 30.365f, 27.705f, 22.335f, 23.347f, 25.278f, 20.867f, 20.355f, 19.821f, 17.700f, 15.539f,
+ 13.606f
+},{
+-29.534f,-28.239f,-26.464f,-26.071f,-26.452f,-24.869f,-21.918f,-21.204f,-23.710f,-22.079f,
+-17.151f,-14.730f,-14.411f,-12.540f, -9.247f, -6.561f, -3.853f, -1.975f, -1.575f, -0.467f,
+  1.717f,  4.218f,  6.859f,  9.469f, 12.251f, 13.972f, 16.793f, 18.772f, 22.803f, 25.916f,
+ 16.085f, 20.824f, 19.862f, 18.565f, 17.132f, 15.725f, 13.657f,  4.309f,  4.715f,  6.285f,
+  3.189f,  0.018f, -2.113f, -3.143f, -3.307f, -3.480f, -3.805f, -4.364f, -5.423f, -6.179f,
+ -6.434f, -6.055f, -5.731f, -5.728f, -5.983f, -6.282f, -5.989f, -6.105f, -6.230f, -7.895f,
+ -7.315f, -8.015f, -7.855f, -8.138f, -9.589f, -5.665f, -4.489f, -3.181f, -2.733f, -4.289f,
+ -6.951f,-10.452f,-12.102f,-14.588f,-14.055f,-12.755f,-12.681f,-12.817f,-15.773f,-17.097f,
+-16.003f,-18.909f,-22.621f,-23.825f,-23.819f,-25.313f,-26.465f,-26.553f,-26.351f,-22.262f,
+-23.154f,-28.256f,-29.277f,-28.685f,-29.672f,-31.179f,-32.439f,-32.478f,-32.148f,-32.537f,
+-32.354f,-30.790f,-29.042f,-27.148f,-25.734f,-25.770f,-25.234f,-24.217f,-22.639f,-20.673f,
+-18.396f,-16.451f,-14.359f,-12.354f,-11.376f, -8.325f, -6.148f, -3.844f, -2.087f, -0.493f,
+  1.281f,  2.957f,  4.435f,  6.479f,  7.850f,  9.343f, 10.692f, 11.747f, 12.607f, 13.863f,
+ 16.119f, 18.567f, 20.741f, 22.972f, 25.370f, 27.854f, 29.490f, 35.015f, 34.888f, 32.864f,
+ 32.376f, 33.501f, 34.146f, 36.334f, 37.761f, 38.770f, 39.091f, 39.341f, 40.221f, 39.729f,
+ 41.214f, 42.487f, 47.700f, 49.366f, 48.852f, 47.873f, 45.463f, 44.498f, 41.852f, 39.427f,
+ 39.311f, 38.881f, 38.556f, 37.228f, 36.046f, 34.965f, 33.166f, 32.558f, 32.517f, 32.070f,
+ 31.126f, 28.539f, 23.559f, 23.820f, 25.361f, 21.016f, 20.412f, 19.795f, 17.606f, 15.518f,
+ 13.606f
+},{
+-29.534f,-28.237f,-26.386f,-25.871f,-26.174f,-24.139f,-21.295f,-20.946f,-23.558f,-21.715f,
+-17.443f,-15.161f,-14.750f,-12.341f, -8.932f, -6.121f, -3.784f, -2.347f, -1.585f, -0.189f,
+  1.912f,  4.171f,  6.815f,  9.826f, 12.148f, 13.995f, 16.796f, 18.458f, 22.500f, 25.721f,
+ 15.910f, 19.986f, 19.763f, 18.436f, 17.292f, 15.631f, 13.487f,  4.101f,  5.010f,  7.583f,
+  4.527f,  0.678f, -1.333f, -2.557f, -3.547f, -3.644f, -4.667f, -5.425f, -6.457f, -7.085f,
+ -6.970f, -6.696f, -6.402f, -6.215f, -6.482f, -6.959f, -6.724f, -6.993f, -7.559f, -8.027f,
+ -7.765f, -8.684f,-10.449f,-10.558f,-10.922f,-10.188f, -6.162f, -4.054f, -3.886f, -3.804f,
+ -6.280f, -9.680f,-10.965f,-12.365f,-12.864f,-13.234f,-13.124f,-14.264f,-16.022f,-17.016f,
+-14.816f,-17.716f,-21.737f,-23.111f,-22.620f,-23.000f,-23.425f,-23.525f,-22.296f,-22.190f,
+-24.792f,-26.740f,-26.675f,-26.888f,-28.177f,-28.554f,-29.603f,-29.952f,-29.795f,-29.550f,
+-28.963f,-27.480f,-25.942f,-25.165f,-24.621f,-24.503f,-23.624f,-22.492f,-20.738f,-19.030f,
+-17.043f,-14.920f,-12.920f,-10.803f, -8.570f, -6.513f, -3.643f, -0.821f,  1.698f,  3.637f,
+  5.132f,  6.747f,  8.366f, 10.168f, 11.341f, 12.749f, 14.022f, 15.538f, 16.039f, 16.843f,
+ 19.352f, 21.309f, 23.528f, 25.774f, 27.553f, 29.688f, 30.962f, 35.528f, 35.863f, 35.086f,
+ 35.272f, 36.326f, 36.484f, 38.845f, 39.977f, 40.858f, 41.317f, 41.512f, 41.647f, 43.277f,
+ 43.654f, 46.079f, 49.067f, 50.233f, 50.119f, 49.201f, 47.251f, 46.048f, 43.444f, 40.699f,
+ 40.460f, 39.743f, 39.417f, 38.081f, 36.613f, 35.530f, 33.985f, 33.395f, 32.957f, 32.596f,
+ 31.843f, 29.441f, 24.887f, 24.279f, 25.379f, 21.191f, 20.513f, 19.790f, 17.524f, 15.499f,
+ 13.606f
+},{
+-29.534f,-28.235f,-26.296f,-25.619f,-25.730f,-23.135f,-20.640f,-20.497f,-22.980f,-21.267f,
+-17.747f,-15.715f,-14.983f,-12.203f, -8.650f, -5.786f, -3.811f, -2.943f, -1.617f,  0.016f,
+  2.130f,  4.151f,  6.749f,  9.797f, 12.000f, 14.297f, 16.533f, 18.242f, 21.795f, 24.433f,
+ 17.711f, 19.643f, 19.555f, 18.030f, 17.252f, 15.514f, 14.061f,  5.735f,  5.291f,  8.766f,
+  6.024f,  1.373f, -1.126f, -2.784f, -4.238f, -4.375f, -5.360f, -6.311f, -7.216f, -7.620f,
+ -7.428f, -7.097f, -6.828f, -6.732f, -6.830f, -7.309f, -7.198f, -7.614f, -7.588f, -7.943f,
+ -8.247f, -9.085f,-10.331f,-10.229f,-10.520f,-11.619f, -7.944f, -5.636f, -4.632f, -5.215f,
+ -9.677f,-11.310f,-10.541f,-12.227f,-11.957f,-12.789f,-13.133f,-15.671f,-15.690f,-16.479f,
+-16.776f,-15.643f,-19.194f,-21.327f,-21.506f,-21.562f,-21.058f,-22.151f,-20.269f,-22.839f,
+-24.768f,-24.501f,-24.361f,-24.860f,-25.613f,-26.463f,-27.052f,-27.576f,-27.986f,-26.185f,
+-25.612f,-24.752f,-23.678f,-23.741f,-23.085f,-23.140f,-21.856f,-21.033f,-19.288f,-17.432f,
+-15.206f,-13.427f,-11.398f, -9.356f, -6.667f, -4.127f, -1.591f,  0.875f,  3.990f,  6.859f,
+  8.848f, 10.561f, 12.048f, 13.671f, 14.842f, 16.231f, 17.691f, 19.182f, 19.725f, 20.456f,
+ 22.523f, 24.360f, 26.287f, 28.560f, 30.173f, 31.925f, 33.487f, 35.147f, 36.419f, 37.177f,
+ 37.886f, 38.631f, 39.185f, 41.320f, 42.349f, 43.068f, 43.357f, 43.781f, 43.428f, 45.357f,
+ 45.497f, 45.544f, 46.690f, 47.998f, 50.219f, 49.146f, 48.111f, 47.075f, 44.766f, 41.927f,
+ 41.720f, 40.710f, 40.066f, 39.103f, 37.143f, 35.908f, 34.824f, 34.053f, 33.376f, 33.162f,
+ 32.469f, 30.416f, 26.224f, 24.737f, 25.337f, 21.382f, 20.641f, 19.802f, 17.454f, 15.480f,
+ 13.606f
+},{
+-29.534f,-28.234f,-26.195f,-25.322f,-25.139f,-21.944f,-20.002f,-19.934f,-22.060f,-20.732f,
+-17.947f,-16.127f,-15.058f,-12.180f, -8.393f, -5.335f, -3.764f, -3.487f, -1.772f,  0.166f,
+  2.448f,  4.235f,  6.915f,  9.606f, 11.924f, 14.330f, 16.355f, 18.364f, 20.763f, 21.074f,
+ 20.167f, 19.319f, 19.329f, 18.021f, 17.373f, 15.882f, 15.932f,  6.040f,  5.183f,  7.850f,
+  6.377f,  1.787f, -1.132f, -3.317f, -4.572f, -4.857f, -5.972f, -6.936f, -7.706f, -7.840f,
+ -7.506f, -7.262f, -7.085f, -7.171f, -7.222f, -7.619f, -7.601f, -7.633f, -7.381f, -8.092f,
+ -9.116f, -9.217f,-10.772f,-10.143f,-10.243f,-11.278f, -8.752f, -5.855f, -5.222f, -5.796f,
+ -6.315f,-10.842f,-10.134f,-11.396f,-10.803f,-10.640f,-13.562f,-12.706f,-13.136f,-15.813f,
+-16.529f,-14.491f,-16.170f,-18.431f,-18.954f,-19.274f,-19.115f,-20.369f,-19.035f,-21.751f,
+-23.138f,-22.110f,-21.956f,-22.856f,-22.990f,-23.733f,-24.148f,-24.720f,-24.853f,-22.907f,
+-22.298f,-22.422f,-22.247f,-22.164f,-21.433f,-21.365f,-20.237f,-19.051f,-17.666f,-15.631f,
+-13.767f,-11.951f, -9.744f, -7.756f, -4.935f, -2.132f,  0.724f,  3.367f,  5.901f,  9.017f,
+ 12.025f, 14.476f, 15.778f, 17.139f, 18.430f, 19.850f, 21.511f, 22.761f, 23.311f, 23.789f,
+ 25.564f, 27.323f, 29.160f, 31.422f, 32.986f, 34.126f, 35.322f, 36.091f, 37.454f, 39.425f,
+ 40.031f, 40.794f, 41.686f, 43.523f, 44.330f, 45.167f, 45.417f, 45.545f, 45.326f, 46.365f,
+ 47.544f, 48.108f, 46.762f, 45.931f, 48.001f, 47.725f, 47.701f, 47.573f, 46.036f, 43.598f,
+ 43.177f, 41.863f, 40.741f, 40.118f, 37.567f, 36.314f, 35.664f, 34.597f, 33.746f, 33.737f,
+ 33.002f, 31.436f, 27.475f, 25.216f, 25.261f, 21.586f, 20.780f, 19.828f, 17.400f, 15.463f,
+ 13.606f
+},{
+-29.534f,-28.232f,-26.085f,-24.991f,-24.431f,-20.686f,-19.413f,-19.356f,-21.031f,-20.206f,
+-18.002f,-16.239f,-14.918f,-12.210f, -8.239f, -4.777f, -3.735f, -3.833f, -1.895f,  0.323f,
+  2.542f,  4.470f,  7.181f,  9.426f, 11.585f, 14.193f, 16.313f, 17.855f, 18.997f, 18.180f,
+ 21.260f, 19.572f, 19.164f, 18.514f, 17.783f, 16.536f, 15.852f,  3.919f,  4.965f,  6.514f,
+  5.719f,  1.502f, -0.714f, -3.382f, -4.773f, -5.025f, -6.369f, -7.197f, -7.615f, -7.646f,
+ -7.389f, -7.184f, -6.901f, -7.081f, -7.324f, -7.336f, -7.378f, -7.773f, -8.016f, -8.956f,
+ -9.586f, -9.460f,-11.036f,-11.012f,-11.067f,-11.777f,-10.339f, -6.358f, -6.042f, -5.981f,
+ -5.628f, -8.638f,-10.133f,-10.227f, -9.453f, -9.954f,-11.951f,-11.997f,-11.979f,-12.667f,
+-14.236f,-13.751f,-12.539f,-14.054f,-14.741f,-15.417f,-14.934f,-15.815f,-16.894f,-19.791f,
+-20.176f,-19.889f,-19.803f,-20.553f,-20.610f,-21.127f,-21.553f,-21.847f,-21.276f,-19.591f,
+-18.702f,-20.224f,-20.464f,-20.216f,-19.952f,-19.168f,-18.158f,-16.967f,-15.613f,-13.800f,
+-12.023f,-10.243f, -8.180f, -5.781f, -3.360f, -0.470f,  2.325f,  5.314f,  8.007f, 11.125f,
+ 14.226f, 17.551f, 19.869f, 20.921f, 22.014f, 23.419f, 24.754f, 26.302f, 26.951f, 27.013f,
+ 28.817f, 30.362f, 32.166f, 34.003f, 35.070f, 37.195f, 37.736f, 38.285f, 39.735f, 41.483f,
+ 42.206f, 42.989f, 44.583f, 45.434f, 46.533f, 47.361f, 47.494f, 47.220f, 47.107f, 47.392f,
+ 48.009f, 48.978f, 49.703f, 47.648f, 45.436f, 45.461f, 47.545f, 47.887f, 47.008f, 45.263f,
+ 44.430f, 43.282f, 41.832f, 40.972f, 37.820f, 36.883f, 36.587f, 35.198f, 34.074f, 34.233f,
+ 33.461f, 32.430f, 28.568f, 25.738f, 25.188f, 21.806f, 20.918f, 19.865f, 17.359f, 15.446f,
+ 13.606f
+},{
+-29.534f,-28.231f,-25.968f,-24.638f,-23.650f,-19.492f,-18.894f,-18.847f,-20.172f,-19.825f,
+-17.899f,-16.061f,-14.598f,-12.184f, -8.151f, -4.303f, -3.845f, -4.147f, -1.838f,  0.396f,
+  2.515f,  4.598f,  7.223f,  9.251f, 11.502f, 14.226f, 15.987f, 18.142f, 18.648f, 19.510f,
+ 21.863f, 20.077f, 19.511f, 19.041f, 18.321f, 16.306f, 15.305f,  2.789f,  5.806f,  6.041f,
+  3.419f,  1.319f, -0.322f, -2.764f, -4.185f, -4.836f, -6.251f, -6.906f, -7.162f, -7.103f,
+ -6.836f, -6.638f, -6.668f, -6.872f, -6.883f, -7.169f, -7.429f, -7.553f, -7.481f, -8.041f,
+ -8.687f, -8.639f,-10.767f,-11.527f,-10.884f,-11.301f,-11.585f,-10.598f, -7.652f, -7.925f,
+ -6.679f, -7.658f, -9.021f, -9.264f, -9.472f,-10.895f,-10.269f,-10.850f,-11.571f,-11.758f,
+-11.872f,-12.139f,-11.072f,-11.337f,-11.843f,-12.337f,-13.172f,-13.081f,-15.757f,-17.866f,
+-18.568f,-17.689f,-17.400f,-17.940f,-18.087f,-18.399f,-18.855f,-18.837f,-18.378f,-16.404f,
+-16.334f,-18.448f,-18.871f,-18.334f,-17.680f,-16.927f,-15.901f,-14.950f,-13.661f,-11.992f,
+-10.238f, -8.247f, -6.250f, -4.167f, -1.506f,  1.126f,  3.841f,  6.802f,  9.742f, 12.997f,
+ 16.299f, 19.552f, 22.836f, 25.129f, 25.762f, 26.727f, 27.918f, 29.197f, 30.501f, 30.367f,
+ 32.340f, 33.583f, 35.028f, 36.619f, 37.692f, 39.194f, 40.294f, 41.208f, 42.073f, 43.430f,
+ 44.505f, 45.410f, 47.059f, 47.417f, 48.843f, 49.575f, 49.456f, 48.909f, 48.768f, 48.694f,
+ 48.765f, 48.657f, 49.850f, 49.628f, 46.650f, 44.363f, 48.339f, 48.558f, 47.891f, 46.528f,
+ 45.572f, 44.846f, 43.093f, 41.642f, 38.090f, 37.476f, 37.543f, 35.921f, 34.423f, 34.597f,
+ 33.872f, 33.305f, 29.464f, 26.308f, 25.160f, 22.048f, 21.045f, 19.908f, 17.334f, 15.431f,
+ 13.606f
+},{
+-29.534f,-28.230f,-25.845f,-24.275f,-22.844f,-18.485f,-18.454f,-18.448f,-19.664f,-19.669f,
+-17.645f,-15.731f,-14.269f,-12.122f, -7.987f, -3.930f, -3.873f, -4.466f, -1.717f,  0.453f,
+  2.681f,  4.545f,  7.195f,  9.058f, 11.637f, 14.175f, 15.702f, 18.410f, 19.246f, 19.971f,
+ 21.183f, 20.511f, 19.907f, 19.617f, 18.527f, 16.529f, 17.216f,  2.903f,  6.682f,  6.271f,
+  2.807f,  1.338f, -0.212f, -2.471f, -3.726f, -4.423f, -5.700f, -6.309f, -6.400f, -6.181f,
+ -6.027f, -6.324f, -6.548f, -6.578f, -6.749f, -7.026f, -7.092f, -7.100f, -7.131f, -7.055f,
+ -7.201f, -7.660f, -9.863f, -9.465f,-10.984f,-10.525f,-10.548f,-10.804f,-10.395f,-11.423f,
+-10.129f, -6.615f, -7.560f, -8.280f, -8.477f, -8.423f, -9.221f,-11.125f,-11.783f,-13.412f,
+-12.348f,-10.895f, -9.917f,-10.472f,-10.619f, -9.647f, -9.543f,-10.781f,-15.850f,-16.009f,
+-16.488f,-15.287f,-15.162f,-15.244f,-15.295f,-15.694f,-16.320f,-15.951f,-14.832f,-14.455f,
+-14.683f,-16.719f,-16.774f,-16.577f,-15.787f,-14.748f,-13.598f,-12.730f,-11.566f,-10.011f,
+ -8.318f, -6.403f, -4.261f, -2.268f,  0.147f,  3.027f,  5.792f,  8.409f, 11.434f, 14.855f,
+ 18.289f, 21.613f, 24.601f, 28.048f, 29.324f, 30.407f, 31.211f, 32.518f, 33.541f, 33.324f,
+ 35.134f, 36.708f, 38.450f, 39.837f, 40.445f, 41.680f, 42.328f, 43.604f, 44.086f, 45.235f,
+ 47.054f, 47.770f, 48.685f, 49.661f, 51.146f, 51.821f, 51.504f, 50.971f, 50.542f, 50.078f,
+ 49.599f, 49.709f, 50.119f, 50.213f, 49.921f, 45.926f, 48.629f, 50.070f, 49.302f, 48.016f,
+ 47.015f, 46.268f, 44.266f, 42.400f, 38.684f, 37.907f, 38.378f, 36.709f, 34.868f, 34.869f,
+ 34.268f, 33.973f, 30.162f, 26.910f, 25.207f, 22.317f, 21.159f, 19.952f, 17.323f, 15.418f,
+ 13.606f
+},{
+-29.534f,-28.229f,-25.719f,-23.915f,-22.063f,-17.754f,-18.104f,-18.148f,-19.507f,-19.699f,
+-17.302f,-15.377f,-14.040f,-12.133f, -7.748f, -3.549f, -3.643f, -4.612f, -1.621f,  0.616f,
+  2.756f,  4.566f,  7.163f,  8.888f, 11.545f, 14.144f, 15.622f, 17.722f, 19.987f, 21.164f,
+ 20.366f, 20.392f, 19.879f, 19.620f, 18.887f, 18.919f, 18.483f,  5.384f,  7.988f,  6.523f,
+  3.260f,  1.822f,  0.164f, -2.262f, -3.252f, -3.967f, -5.272f, -5.506f, -5.289f, -5.212f,
+ -5.186f, -5.862f, -6.049f, -6.119f, -6.336f, -6.335f, -5.957f, -6.444f, -6.376f, -5.405f,
+ -6.046f, -7.942f, -8.956f, -9.158f, -9.815f, -9.235f, -9.655f, -9.718f,-10.023f, -8.858f,
+ -7.230f, -7.677f, -5.901f,-12.013f, -9.334f,-13.252f,-11.657f,-11.104f,-10.659f,-11.568f,
+-10.583f, -9.383f, -7.931f, -8.630f, -7.548f, -8.010f, -8.477f,-11.023f,-12.906f,-14.071f,
+-14.357f,-12.824f,-12.692f,-12.391f,-12.563f,-12.835f,-13.094f,-12.758f,-12.050f,-12.329f,
+-12.718f,-14.868f,-14.779f,-14.778f,-13.805f,-12.660f,-11.252f,-10.073f, -9.299f, -7.795f,
+ -6.237f, -4.239f, -2.252f, -0.524f,  1.672f,  4.687f,  7.447f, 10.166f, 13.253f, 16.392f,
+ 20.196f, 23.534f, 26.713f, 29.889f, 32.453f, 33.752f, 34.466f, 35.521f, 36.535f, 36.381f,
+ 38.105f, 39.716f, 41.618f, 42.698f, 43.511f, 44.206f, 44.815f, 45.575f, 46.325f, 47.304f,
+ 49.277f, 50.036f, 50.473f, 51.399f, 53.401f, 53.988f, 53.801f, 53.029f, 52.439f, 51.534f,
+ 50.807f, 50.758f, 50.909f, 50.849f, 52.085f, 48.357f, 49.125f, 52.646f, 51.305f, 49.707f,
+ 48.372f, 47.498f, 45.642f, 43.491f, 39.708f, 38.291f, 39.062f, 37.528f, 35.422f, 35.139f,
+ 34.700f, 34.385f, 30.688f, 27.512f, 25.341f, 22.611f, 21.257f, 19.994f, 17.327f, 15.406f,
+ 13.606f
+},{
+-29.534f,-28.227f,-25.594f,-23.569f,-21.349f,-17.342f,-17.852f,-17.906f,-19.530f,-19.779f,
+-17.026f,-15.045f,-13.694f,-12.171f, -7.617f, -3.166f, -3.335f, -4.541f, -1.496f,  0.763f,
+  2.590f,  4.650f,  7.128f,  8.721f, 11.168f, 13.961f, 15.437f, 17.259f, 20.194f, 21.556f,
+ 20.622f, 20.806f, 20.235f, 20.210f, 19.219f, 21.351f, 18.282f,  9.784f, 10.296f,  7.437f,
+  3.954f,  2.662f,  0.756f, -1.823f, -2.740f, -3.346f, -4.413f, -4.503f, -4.334f, -4.339f,
+ -4.393f, -4.858f, -5.096f, -5.311f, -5.462f, -5.167f, -5.232f, -5.144f, -4.558f, -3.737f,
+ -4.056f, -6.179f, -6.953f, -7.912f, -8.647f, -8.593f, -9.200f, -9.479f, -9.643f, -9.817f,
+ -8.906f,-10.926f,-10.773f,-10.103f,-13.978f,-13.717f,-12.888f,-12.317f,-12.320f,-10.316f,
+ -9.060f, -7.585f, -6.313f, -6.081f, -6.511f, -7.169f, -9.459f,-10.790f,-12.360f,-12.135f,
+-12.448f,-10.507f, -9.909f, -9.544f, -9.676f, -9.846f, -9.894f, -9.525f, -9.796f,-10.221f,
+-11.022f,-12.556f,-12.841f,-12.883f,-11.493f,-10.239f, -8.370f, -7.024f, -6.354f, -5.172f,
+ -3.668f, -1.822f,  0.030f,  1.643f,  3.341f,  6.194f,  9.295f, 12.007f, 14.928f, 18.269f,
+ 21.882f, 25.062f, 28.350f, 31.653f, 35.103f, 36.892f, 37.694f, 38.422f, 39.135f, 39.186f,
+ 40.819f, 42.171f, 43.978f, 45.005f, 45.905f, 46.337f, 46.909f, 47.662f, 48.865f, 49.555f,
+ 51.136f, 51.791f, 52.309f, 53.627f, 55.395f, 56.048f, 55.906f, 55.312f, 54.377f, 53.246f,
+ 52.332f, 52.192f, 51.711f, 51.522f, 53.348f, 51.239f, 51.005f, 55.134f, 53.646f, 51.354f,
+ 49.691f, 48.625f, 47.098f, 44.851f, 41.043f, 38.966f, 39.748f, 38.406f, 36.017f, 35.469f,
+ 35.219f, 34.548f, 31.083f, 28.075f, 25.553f, 22.925f, 21.342f, 20.031f, 17.342f, 15.395f,
+ 13.606f
+},{
+-29.534f,-28.225f,-25.471f,-23.246f,-20.737f,-17.241f,-17.711f,-17.679f,-19.484f,-19.748f,
+-17.024f,-14.737f,-12.824f,-12.017f, -7.661f, -2.837f, -2.993f, -4.327f, -1.360f,  0.762f,
+  2.472f,  4.515f,  7.138f,  8.590f, 10.988f, 13.595f, 15.121f, 17.305f, 20.430f, 20.650f,
+ 21.848f, 21.428f, 21.005f, 20.509f, 19.407f, 22.755f, 16.624f, 11.034f, 10.728f,  7.589f,
+  5.227f,  3.099f,  1.515f, -1.077f, -2.112f, -2.787f, -3.165f, -3.334f, -3.234f, -3.358f,
+ -3.173f, -3.794f, -4.114f, -4.195f, -4.140f, -4.046f, -3.885f, -3.159f, -1.846f, -0.704f,
+ -1.330f, -4.440f, -5.533f, -6.635f, -7.286f, -7.718f, -8.565f, -8.506f, -9.523f, -8.103f,
+ -7.185f, -9.321f, -6.678f, -9.905f,-11.315f,-11.942f,-12.471f,-12.528f,-12.517f,-10.401f,
+ -9.376f, -7.078f, -5.317f, -3.997f, -5.013f, -6.318f, -7.717f,-10.049f,-11.360f, -9.598f,
+-10.476f, -8.149f, -7.738f, -6.815f, -6.819f, -6.820f, -6.789f, -6.945f, -7.390f, -8.066f,
+ -9.051f,-10.509f,-10.870f,-10.790f, -9.170f, -7.842f, -5.400f, -4.091f, -3.391f, -2.279f,
+ -1.007f,  1.078f,  2.719f,  3.894f,  5.320f,  7.802f, 10.776f, 13.716f, 16.766f, 20.100f,
+ 23.403f, 26.747f, 29.897f, 33.020f, 36.400f, 39.180f, 40.912f, 41.722f, 41.791f, 42.519f,
+ 43.432f, 44.616f, 46.041f, 47.290f, 48.403f, 48.990f, 49.280f, 50.016f, 50.724f, 51.613f,
+ 52.775f, 53.298f, 53.935f, 56.086f, 57.894f, 58.232f, 58.254f, 57.264f, 56.270f, 55.244f,
+ 54.099f, 53.335f, 52.781f, 52.240f, 53.724f, 54.430f, 53.028f, 56.307f, 55.771f, 53.358f,
+ 51.632f, 49.681f, 48.021f, 46.257f, 42.414f, 40.012f, 40.532f, 39.338f, 36.587f, 35.841f,
+ 35.841f, 34.530f, 31.383f, 28.566f, 25.813f, 23.243f, 21.416f, 20.060f, 17.370f, 15.386f,
+ 13.606f
+},{
+-29.534f,-28.222f,-25.352f,-22.955f,-20.245f,-17.398f,-17.688f,-17.454f,-19.186f,-19.497f,
+-17.408f,-14.515f,-11.325f,-11.587f, -7.703f, -2.517f, -2.347f, -3.948f, -1.246f,  0.750f,
+  2.309f,  4.158f,  6.992f,  8.636f, 10.991f, 12.933f, 14.804f, 17.328f, 19.828f, 21.797f,
+ 22.674f, 21.953f, 21.392f, 20.887f, 20.179f, 21.478f, 11.834f, 12.219f, 10.475f,  8.091f,
+  5.664f,  4.138f,  2.371f,  0.075f, -1.307f, -1.616f, -1.819f, -2.047f, -1.932f, -2.333f,
+ -2.210f, -2.715f, -3.010f, -2.449f, -2.840f, -2.707f, -2.673f, -1.945f, -0.761f,  1.224f,
+ -0.144f, -3.198f, -4.081f, -5.287f, -6.019f, -7.178f, -7.912f, -7.885f, -8.704f, -5.676f,
+ -8.310f, -8.307f, -8.885f, -8.986f, -9.136f,-10.630f,-11.238f,-11.602f,-12.089f,-11.610f,
+-11.554f, -7.574f, -5.270f, -4.421f, -5.390f, -6.529f, -8.171f, -8.818f, -9.532f, -7.607f,
+ -8.434f, -5.794f, -5.174f, -4.166f, -3.948f, -3.873f, -3.881f, -4.060f, -5.430f, -6.085f,
+ -7.147f, -8.370f, -8.597f, -8.687f, -6.992f, -5.431f, -3.228f, -1.301f, -0.146f,  0.958f,
+  2.015f,  3.887f,  5.581f,  6.525f,  7.291f,  9.325f, 11.971f, 15.309f, 18.620f, 21.771f,
+ 24.831f, 28.041f, 31.437f, 34.447f, 37.790f, 40.821f, 43.396f, 44.543f, 44.611f, 45.448f,
+ 45.934f, 47.068f, 48.402f, 49.688f, 50.838f, 50.640f, 51.753f, 52.229f, 52.354f, 53.092f,
+ 54.096f, 54.908f, 55.547f, 57.641f, 59.369f, 59.741f, 60.099f, 59.512f, 58.174f, 57.125f,
+ 55.812f, 54.796f, 54.032f, 53.456f, 53.505f, 55.972f, 54.952f, 56.595f, 56.435f, 54.637f,
+ 53.506f, 50.912f, 48.576f, 47.432f, 43.481f, 41.079f, 41.334f, 40.226f, 37.148f, 36.195f,
+ 36.501f, 34.436f, 31.610f, 28.970f, 26.081f, 23.547f, 21.483f, 20.079f, 17.407f, 15.378f,
+ 13.606f
+},{
+-29.534f,-28.219f,-25.242f,-22.701f,-19.879f,-17.724f,-17.781f,-17.263f,-18.610f,-19.007f,
+-18.064f,-14.499f, -9.691f,-11.071f, -7.605f, -2.183f, -1.428f, -3.441f, -1.110f,  0.846f,
+  1.962f,  3.758f,  6.662f,  8.664f, 10.616f, 12.480f, 14.657f, 17.055f, 19.353f, 22.179f,
+ 22.587f, 22.000f, 21.628f, 21.385f, 20.555f, 16.571f, 11.996f, 13.492f, 12.648f,  9.924f,
+  6.762f,  4.464f,  3.318f,  1.557f,  0.198f, -0.149f, -0.475f, -0.783f, -0.647f, -1.119f,
+ -1.106f, -1.257f, -0.903f, -0.850f, -1.289f, -1.198f, -0.836f, -0.571f,  0.459f,  2.714f,
+  0.482f, -1.438f, -2.910f, -4.004f, -5.346f, -6.774f, -7.355f, -7.532f, -7.985f, -5.323f,
+ -7.302f, -7.249f, -7.851f, -8.361f, -8.428f, -9.414f,-10.020f,-10.185f,-10.590f,-11.186f,
+-11.432f,-11.143f, -9.543f, -9.233f, -8.466f, -8.434f, -7.082f, -8.069f, -8.198f, -5.808f,
+ -6.544f, -3.792f, -2.403f, -1.543f, -1.404f, -1.184f, -0.627f, -1.242f, -3.435f, -4.362f,
+ -5.200f, -6.313f, -6.394f, -6.046f, -4.584f, -2.954f, -0.501f,  1.614f,  3.123f,  4.413f,
+  5.805f,  7.334f,  8.625f,  8.870f,  9.438f, 11.115f, 13.331f, 16.584f, 20.204f, 23.354f,
+ 26.240f, 29.210f, 32.594f, 35.963f, 39.046f, 42.184f, 45.627f, 47.267f, 47.801f, 48.604f,
+ 49.030f, 49.739f, 50.653f, 51.736f, 52.806f, 53.197f, 53.469f, 53.868f, 54.097f, 54.709f,
+ 55.553f, 56.573f, 56.952f, 59.057f, 59.630f, 60.226f, 60.982f, 60.970f, 60.270f, 58.919f,
+ 57.795f, 56.319f, 55.348f, 54.622f, 54.034f, 56.018f, 56.866f, 56.764f, 55.750f, 54.443f,
+ 54.539f, 52.165f, 49.259f, 48.082f, 44.179f, 41.816f, 42.060f, 40.989f, 37.761f, 36.475f,
+ 37.061f, 34.379f, 31.766f, 29.291f, 26.320f, 23.817f, 21.545f, 20.088f, 17.452f, 15.373f,
+ 13.606f
+},{
+-29.534f,-28.216f,-25.141f,-22.486f,-19.629f,-18.116f,-17.971f,-17.166f,-17.899f,-18.334f,
+-18.640f,-14.723f, -8.658f,-10.601f, -7.458f, -1.913f, -0.682f, -2.989f, -0.998f,  0.864f,
+  1.711f,  3.324f,  6.325f,  8.434f, 10.190f, 12.507f, 14.513f, 16.807f, 19.627f, 22.280f,
+ 23.194f, 22.759f, 22.356f, 21.961f, 21.105f, 10.845f, 13.206f, 15.315f, 15.023f,  9.944f,
+  7.518f,  5.593f,  4.445f,  2.935f,  1.838f,  1.399f,  0.984f,  0.888f,  0.661f,  0.267f,
+  0.094f,  0.558f,  0.619f,  0.515f,  0.652f,  0.485f,  0.712f,  0.974f,  1.279f,  2.862f,
+  0.502f,  0.141f, -1.610f, -3.320f, -4.689f, -6.069f, -6.780f, -7.332f, -7.165f, -6.386f,
+ -5.884f, -6.043f, -6.980f, -7.628f, -8.129f, -8.272f, -8.534f, -8.771f, -9.395f,-10.640f,
+-11.217f,-11.050f,-10.685f, -9.523f, -7.986f, -8.002f, -5.955f, -6.592f, -7.083f, -4.245f,
+ -3.870f, -1.163f,  0.184f,  1.112f,  1.550f,  2.199f,  1.996f,  0.927f, -1.747f, -2.607f,
+ -3.242f, -4.212f, -4.035f, -3.415f, -2.034f, -0.259f,  2.550f,  4.713f,  6.383f,  7.950f,
+  9.345f, 10.593f, 11.419f, 11.280f, 11.472f, 12.833f, 15.357f, 18.269f, 21.489f, 24.799f,
+ 27.620f, 30.320f, 33.531f, 37.091f, 40.243f, 43.071f, 46.545f, 49.432f, 50.549f, 51.568f,
+ 52.340f, 52.676f, 53.313f, 53.975f, 54.584f, 55.129f, 55.461f, 55.682f, 56.047f, 56.190f,
+ 57.255f, 58.064f, 58.304f, 59.484f, 59.928f, 60.193f, 61.036f, 61.767f, 61.842f, 60.832f,
+ 59.594f, 58.308f, 56.727f, 55.710f, 55.143f, 55.682f, 57.679f, 57.100f, 55.820f, 55.191f,
+ 55.437f, 52.676f, 49.823f, 48.329f, 44.896f, 42.300f, 42.804f, 41.659f, 38.408f, 36.650f,
+ 37.369f, 34.437f, 31.842f, 29.545f, 26.503f, 24.041f, 21.603f, 20.088f, 17.504f, 15.368f,
+ 13.606f
+},{
+-29.534f,-28.212f,-25.051f,-22.310f,-19.476f,-18.474f,-18.220f,-17.221f,-17.284f,-17.577f,
+-18.736f,-14.999f, -8.512f, -9.921f, -7.359f, -1.746f, -0.338f, -2.686f, -1.012f,  0.678f,
+  1.618f,  2.908f,  5.960f,  8.130f,  9.904f, 12.065f, 14.504f, 16.888f, 19.365f, 22.479f,
+ 23.736f, 23.226f, 22.828f, 22.608f, 21.341f, 11.667f, 13.232f, 15.231f, 14.553f, 10.862f,
+  8.708f,  6.310f,  5.834f,  4.405f,  3.274f,  2.922f,  2.890f,  3.208f,  2.648f,  2.131f,
+  2.123f,  2.473f,  2.369f,  2.450f,  1.975f,  1.726f,  2.822f,  1.792f,  2.282f,  2.376f,
+  1.473f,  0.748f, -0.988f, -2.849f, -4.191f, -5.744f, -6.399f, -6.520f, -6.425f, -4.877f,
+ -5.366f, -5.488f, -6.378f, -7.022f, -7.578f, -7.665f, -7.866f, -8.154f, -8.662f,-10.159f,
+-10.796f,-10.927f,-10.633f, -9.481f, -8.100f, -7.247f, -5.839f, -5.631f, -5.986f, -2.454f,
+ -1.791f,  1.228f,  2.652f,  3.596f,  3.737f,  3.774f,  3.651f,  2.818f, -0.182f, -0.522f,
+ -1.173f, -2.063f, -1.671f, -0.776f,  0.371f,  2.564f,  5.191f,  7.614f,  9.477f, 11.030f,
+ 12.630f, 13.652f, 13.783f, 13.455f, 13.608f, 14.587f, 16.625f, 20.028f, 23.213f, 26.258f,
+ 28.932f, 31.537f, 34.520f, 37.978f, 40.677f, 43.970f, 47.043f, 50.505f, 52.835f, 53.832f,
+ 54.938f, 55.452f, 55.873f, 56.482f, 57.150f, 57.479f, 57.377f, 57.475f, 57.962f, 58.070f,
+ 59.141f, 59.386f, 59.504f, 59.819f, 60.137f, 60.420f, 61.188f, 61.937f, 62.732f, 62.465f,
+ 61.204f, 59.914f, 58.614f, 57.190f, 56.232f, 56.101f, 58.018f, 57.396f, 56.915f, 57.468f,
+ 56.384f, 52.908f, 50.248f, 48.683f, 45.908f, 42.878f, 43.732f, 42.271f, 38.917f, 36.684f,
+ 37.338f, 34.620f, 31.828f, 29.752f, 26.621f, 24.211f, 21.656f, 20.079f, 17.561f, 15.365f,
+ 13.606f
+},{
+-29.534f,-28.207f,-24.975f,-22.173f,-19.394f,-18.722f,-18.477f,-17.442f,-16.951f,-16.842f,
+-18.165f,-14.975f, -8.841f, -8.672f, -7.206f, -1.680f, -0.296f, -2.464f, -1.097f,  0.509f,
+  1.509f,  2.647f,  5.589f,  7.973f,  9.607f, 11.634f, 14.454f, 16.772f, 19.682f, 22.257f,
+ 23.707f, 23.766f, 23.638f, 23.095f, 21.464f, 10.284f, 13.444f, 15.943f, 15.166f, 11.720f,
+ 10.012f,  6.795f,  7.171f,  5.809f,  5.050f,  4.820f,  4.960f,  5.118f,  4.717f,  4.170f,
+  4.172f,  4.174f,  4.161f,  4.107f,  3.782f,  4.927f,  2.911f,  3.435f,  3.121f,  2.804f,
+  2.635f,  2.463f, -0.182f, -2.357f, -4.093f, -5.574f, -6.235f, -6.383f, -6.064f, -6.007f,
+ -5.710f, -5.402f, -5.933f, -6.677f, -7.199f, -7.059f, -7.349f, -8.220f, -9.210f, -9.815f,
+-10.184f,-10.369f,-10.515f, -9.213f, -7.653f, -6.326f, -5.535f, -4.757f, -4.480f, -0.562f,
+  0.420f,  3.559f,  5.127f,  5.364f,  5.157f,  5.508f,  5.163f,  4.448f,  2.087f,  1.175f,
+  0.903f,  0.078f,  0.763f,  1.761f,  3.053f,  5.371f,  7.711f, 10.333f, 12.186f, 13.622f,
+ 15.290f, 15.998f, 15.486f, 15.080f, 15.774f, 16.805f, 18.522f, 21.354f, 24.779f, 27.382f,
+ 29.877f, 32.474f, 35.583f, 38.520f, 41.410f, 44.507f, 47.837f, 50.550f, 54.083f, 55.925f,
+ 56.869f, 57.634f, 58.067f, 58.598f, 59.206f, 59.525f, 59.505f, 59.797f, 59.940f, 60.228f,
+ 60.574f, 61.040f, 61.078f, 59.990f, 60.021f, 60.357f, 60.872f, 61.903f, 63.030f, 63.331f,
+ 62.788f, 61.512f, 60.290f, 58.946f, 57.613f, 57.526f, 58.964f, 57.683f, 57.766f, 58.676f,
+ 56.922f, 53.985f, 50.900f, 49.073f, 46.851f, 43.743f, 44.857f, 42.734f, 39.058f, 36.512f,
+ 36.987f, 34.856f, 31.717f, 29.920f, 26.679f, 24.332f, 21.705f, 20.063f, 17.621f, 15.364f,
+ 13.606f
+},{
+-29.534f,-28.202f,-24.914f,-22.069f,-19.352f,-18.816f,-18.689f,-17.780f,-16.946f,-16.230f,
+-17.094f,-14.394f, -9.003f, -6.976f, -6.888f, -1.771f, -0.537f, -2.279f, -1.113f,  0.499f,
+  1.447f,  2.511f,  5.375f,  7.829f,  9.320f, 11.534f, 14.010f, 16.679f, 19.385f, 22.198f,
+ 23.544f, 24.102f, 23.655f, 23.105f, 21.300f,  8.469f, 14.057f, 16.015f, 15.542f, 12.170f,
+ 11.097f,  7.527f,  8.452f,  7.392f,  7.034f,  6.801f,  6.881f,  6.844f,  6.358f,  6.184f,
+  6.314f,  6.414f,  6.415f,  5.950f,  5.557f,  6.571f,  4.745f,  4.277f,  4.181f,  3.992f,
+  3.488f,  2.176f, -0.161f, -1.850f, -3.689f, -4.932f, -5.970f, -6.340f, -6.255f, -6.217f,
+ -6.023f, -5.422f, -5.680f, -6.479f, -6.855f, -7.056f, -7.412f, -8.365f, -9.062f, -9.189f,
+ -9.548f, -9.618f, -9.222f, -8.404f, -6.944f, -5.169f, -3.943f, -3.733f, -3.527f,  1.257f,
+  2.156f,  5.047f,  6.512f,  6.433f,  6.424f,  6.623f,  6.530f,  5.755f,  4.324f,  2.886f,
+  2.785f,  2.274f,  3.140f,  4.265f,  5.678f,  7.846f, 10.109f, 12.699f, 14.432f, 15.426f,
+ 16.998f, 17.444f, 16.715f, 16.259f, 17.135f, 18.479f, 20.440f, 22.784f, 25.803f, 28.215f,
+ 30.194f, 32.419f, 35.863f, 39.354f, 42.110f, 44.351f, 48.132f, 50.636f, 55.008f, 57.268f,
+ 58.756f, 59.482f, 60.233f, 60.869f, 60.922f, 61.268f, 61.434f, 61.625f, 61.732f, 61.735f,
+ 62.429f, 62.212f, 61.442f, 60.108f, 60.319f, 60.221f, 60.668f, 61.754f, 62.778f, 63.859f,
+ 63.799f, 62.916f, 61.684f, 60.554f, 59.219f, 58.595f, 59.796f, 58.397f, 58.560f, 59.130f,
+ 57.182f, 54.734f, 51.123f, 48.809f, 47.217f, 44.749f, 45.970f, 42.917f, 38.732f, 36.057f,
+ 36.412f, 35.010f, 31.511f, 30.042f, 26.696f, 24.420f, 21.747f, 20.043f, 17.681f, 15.364f,
+ 13.606f
+},{
+-29.534f,-28.196f,-24.868f,-21.995f,-19.324f,-18.751f,-18.807f,-18.122f,-17.146f,-15.815f,
+-15.957f,-13.318f, -8.767f, -5.449f, -6.473f, -1.991f, -1.016f, -2.090f, -1.018f,  0.565f,
+  1.501f,  2.463f,  5.294f,  7.551f,  9.015f, 11.281f, 13.728f, 16.682f, 19.037f, 21.658f,
+ 23.094f, 23.790f, 24.028f, 22.981f, 20.646f,  6.682f, 13.599f, 15.558f, 14.870f, 12.874f,
+ 11.171f,  9.400f,  9.978f,  9.086f,  8.890f,  8.617f,  8.433f,  8.370f,  7.999f,  7.964f,
+  8.072f,  8.174f,  7.993f,  7.349f,  7.353f,  6.292f,  6.233f,  5.839f,  5.552f,  5.386f,
+  4.053f,  2.173f,  0.626f, -1.361f, -3.114f, -4.598f, -5.681f, -6.211f, -6.356f, -5.586f,
+ -5.751f, -5.694f, -6.158f, -6.800f, -6.935f, -7.148f, -7.243f, -8.395f, -8.669f, -8.747f,
+ -8.932f, -8.627f, -8.059f, -7.481f, -6.490f, -4.784f, -3.461f, -2.782f, -2.458f,  3.586f,
+  4.282f,  6.159f,  7.473f,  7.578f,  7.820f,  7.942f,  7.872f,  7.059f,  5.860f,  4.772f,
+  4.600f,  4.462f,  5.549f,  6.595f,  7.966f, 10.289f, 12.627f, 14.667f, 16.186f, 16.951f,
+ 17.920f, 17.734f, 17.120f, 16.867f, 17.992f, 19.339f, 21.550f, 23.367f, 25.558f, 28.123f,
+ 32.966f, 33.784f, 35.551f, 39.539f, 41.940f, 45.341f, 48.277f, 51.495f, 56.041f, 57.658f,
+ 59.329f, 60.741f, 61.541f, 62.257f, 62.784f, 63.099f, 63.087f, 62.896f, 63.386f, 63.782f,
+ 63.052f, 63.343f, 61.960f, 60.303f, 60.739f, 60.473f, 60.719f, 61.349f, 62.698f, 63.684f,
+ 64.373f, 63.958f, 62.918f, 61.867f, 60.636f, 59.422f, 60.199f, 59.220f, 59.039f, 60.417f,
+ 56.887f, 53.925f, 50.587f, 48.115f, 47.093f, 45.510f, 46.743f, 42.857f, 38.043f, 35.289f,
+ 35.719f, 34.936f, 31.220f, 30.098f, 26.691f, 24.495f, 21.784f, 20.020f, 17.742f, 15.365f,
+ 13.606f
+},{
+-29.534f,-28.189f,-24.837f,-21.944f,-19.286f,-18.553f,-18.806f,-18.329f,-17.316f,-15.617f,
+-15.178f,-12.106f, -8.425f, -4.527f, -6.003f, -2.077f, -1.413f, -1.885f, -0.903f,  0.747f,
+  1.619f,  2.548f,  5.196f,  7.261f,  8.829f, 11.003f, 13.350f, 16.209f, 18.791f, 20.614f,
+ 21.765f, 23.171f, 22.820f, 22.331f, 21.148f,  4.085f, 13.107f, 15.533f, 14.533f, 13.327f,
+ 12.433f, 11.691f, 11.173f, 10.529f, 10.365f, 10.250f,  9.989f,  9.767f,  9.738f,  9.524f,
+  9.582f,  9.661f,  9.468f,  8.929f,  9.117f,  7.948f,  7.138f,  6.600f,  5.713f,  4.973f,
+  4.141f,  2.254f,  1.147f, -0.766f, -2.269f, -3.913f, -5.182f, -5.978f, -6.418f, -6.616f,
+ -6.681f, -6.387f, -6.755f, -7.160f, -7.187f, -7.254f, -7.173f, -7.923f, -8.066f, -8.063f,
+ -8.213f, -7.946f, -7.652f, -7.042f, -5.653f, -4.184f, -3.149f, -2.009f, -0.894f,  4.640f,
+  6.024f,  7.128f,  8.428f,  8.424f,  8.742f,  8.773f,  9.299f,  8.658f,  7.199f,  6.768f,
+  6.499f,  6.556f,  7.771f,  8.846f, 10.456f, 12.830f, 14.989f, 16.368f, 17.992f, 18.283f,
+ 18.637f, 17.820f, 17.375f, 17.269f, 18.703f, 20.544f, 22.625f, 24.594f, 25.797f, 27.494f,
+ 32.657f, 32.237f, 37.948f, 38.406f, 42.015f, 45.944f, 48.502f, 52.014f, 55.495f, 58.478f,
+ 59.197f, 60.604f, 61.472f, 62.382f, 63.833f, 64.766f, 65.018f, 64.984f, 65.054f, 64.714f,
+ 64.125f, 63.023f, 61.893f, 60.750f, 60.683f, 60.931f, 60.951f, 61.354f, 62.547f, 63.435f,
+ 64.306f, 64.668f, 64.002f, 63.030f, 61.847f, 60.867f, 60.641f, 59.864f, 58.873f, 61.196f,
+ 56.232f, 53.539f, 50.955f, 48.266f, 46.909f, 45.668f, 46.818f, 42.698f, 37.174f, 34.265f,
+ 34.970f, 34.552f, 30.850f, 30.063f, 26.682f, 24.582f, 21.817f, 19.999f, 17.801f, 15.367f,
+ 13.606f
+},{
+-29.534f,-28.182f,-24.822f,-21.912f,-19.223f,-18.274f,-18.682f,-18.281f,-17.221f,-15.578f,
+-14.911f,-11.151f, -8.329f, -4.014f, -5.319f, -1.837f, -1.543f, -1.815f, -0.901f,  1.008f,
+  1.794f,  2.691f,  5.145f,  7.081f,  8.701f, 10.723f, 12.574f, 15.858f, 18.518f, 18.765f,
+ 17.788f, 22.404f, 22.382f, 20.494f, 16.545f,  3.092f, 13.533f, 15.841f, 15.326f, 15.281f,
+ 13.878f, 12.575f, 12.568f, 11.986f, 11.868f, 11.806f, 11.655f, 11.190f, 11.407f, 11.135f,
+ 11.211f, 11.209f, 10.938f, 10.675f, 10.394f,  9.259f,  8.555f,  7.409f,  6.681f,  5.527f,
+  4.646f,  2.646f,  1.711f,  0.297f, -1.447f, -3.119f, -4.651f, -5.764f, -6.269f, -6.331f,
+ -6.790f, -6.928f, -7.267f, -7.584f, -7.384f, -7.275f, -6.990f, -7.415f, -7.731f, -7.772f,
+ -7.453f, -7.163f, -6.940f, -5.715f, -4.672f, -3.219f, -1.930f, -0.806f,  0.783f,  5.741f,
+  7.598f,  8.308f,  9.163f,  9.122f,  9.599f,  9.615f,  9.989f, 10.111f,  8.734f,  8.395f,
+  8.442f,  8.551f,  9.885f, 11.206f, 12.940f, 15.454f, 17.414f, 18.313f, 19.697f, 20.001f,
+ 19.913f, 18.741f, 18.034f, 18.295f, 19.505f, 21.126f, 23.578f, 25.686f, 26.638f, 27.954f,
+ 30.350f, 32.216f, 33.730f, 37.853f, 41.513f, 44.363f, 48.453f, 52.492f, 55.354f, 58.244f,
+ 59.515f, 60.487f, 61.460f, 62.265f, 63.715f, 64.687f, 65.709f, 66.012f, 65.604f, 65.092f,
+ 63.924f, 62.959f, 61.638f, 61.259f, 60.937f, 60.671f, 61.043f, 61.161f, 62.083f, 63.181f,
+ 64.085f, 64.842f, 64.829f, 63.803f, 63.320f, 62.647f, 61.270f, 60.220f, 59.273f, 60.677f,
+ 56.652f, 54.403f, 52.854f, 49.461f, 46.877f, 45.318f, 45.919f, 42.341f, 36.197f, 33.114f,
+ 34.184f, 33.889f, 30.405f, 29.919f, 26.679f, 24.703f, 21.848f, 19.980f, 17.857f, 15.370f,
+ 13.606f
+},{
+-29.534f,-28.174f,-24.823f,-21.891f,-19.129f,-17.972f,-18.459f,-17.921f,-16.730f,-15.570f,
+-14.989f,-10.645f, -8.457f, -3.479f, -4.343f, -1.495f, -1.568f, -1.961f, -0.970f,  1.088f,
+  1.946f,  2.803f,  5.217f,  6.982f,  8.551f, 10.499f, 12.121f, 15.350f, 18.289f, 16.653f,
+ 12.902f, 19.996f, 19.528f, 16.142f,  4.718f,  8.224f, 14.756f, 16.028f, 17.691f, 16.386f,
+ 14.971f, 13.524f, 13.999f, 13.650f, 13.270f, 13.358f, 13.166f, 12.552f, 12.821f, 12.668f,
+ 12.915f, 12.662f, 12.532f, 12.177f, 11.806f, 11.077f,  9.495f,  8.400f,  7.770f,  6.348f,
+  4.914f,  3.402f,  2.379f,  1.333f, -0.495f, -2.194f, -3.904f, -5.200f, -5.955f, -6.219f,
+ -6.690f, -7.171f, -7.372f, -7.592f, -7.405f, -7.005f, -6.602f, -7.071f, -7.206f, -7.076f,
+ -6.841f, -6.126f, -5.914f, -4.727f, -3.468f, -1.805f, -0.873f,  0.456f,  2.359f,  5.933f,
+  8.608f,  8.974f,  9.665f,  9.929f, 10.461f, 10.809f, 10.880f, 11.537f, 10.201f, 10.211f,
+ 10.173f, 10.407f, 11.849f, 13.012f, 15.114f, 17.537f, 19.244f, 21.204f, 21.805f, 22.053f,
+ 21.416f, 20.051f, 19.068f, 19.796f, 20.471f, 21.372f, 24.263f, 26.009f, 26.818f, 28.609f,
+ 30.592f, 31.672f, 34.069f, 38.103f, 39.503f, 43.168f, 47.737f, 52.101f, 55.458f, 57.150f,
+ 58.541f, 59.806f, 60.878f, 62.320f, 63.855f, 64.758f, 65.730f, 65.986f, 65.093f, 64.486f,
+ 63.659f, 62.861f, 61.999f, 61.497f, 61.030f, 61.041f, 60.871f, 61.132f, 61.698f, 62.648f,
+ 63.681f, 64.648f, 65.107f, 64.711f, 64.505f, 63.786f, 62.245f, 60.108f, 59.755f, 59.801f,
+ 57.775f, 54.037f, 54.057f, 50.252f, 47.066f, 45.163f, 44.090f, 41.278f, 35.040f, 31.981f,
+ 33.393f, 33.092f, 29.881f, 29.669f, 26.680f, 24.868f, 21.882f, 19.967f, 17.909f, 15.375f,
+ 13.606f
+},{
+-29.534f,-28.165f,-24.838f,-21.879f,-19.003f,-17.700f,-18.173f,-17.282f,-15.870f,-15.450f,
+-15.082f,-10.533f, -8.476f, -2.864f, -3.373f, -1.376f, -1.449f, -2.031f, -0.916f,  1.033f,
+  1.990f,  2.905f,  5.249f,  6.886f,  8.431f, 10.321f, 12.259f, 14.768f, 17.934f, 16.640f,
+ 10.302f, 14.587f, 15.214f,  8.242f,  5.398f, 14.917f, 17.025f, 17.431f, 17.402f, 17.108f,
+ 15.827f, 14.725f, 15.370f, 14.807f, 14.567f, 14.984f, 14.723f, 14.156f, 14.409f, 14.195f,
+ 14.421f, 14.198f, 14.025f, 13.473f, 13.283f, 12.255f, 10.678f,  9.273f,  8.775f,  7.437f,
+  5.761f,  4.473f,  3.305f,  2.297f,  0.706f, -1.029f, -2.947f, -4.260f, -5.244f, -5.868f,
+ -6.362f, -7.021f, -6.968f, -7.121f, -6.668f, -6.225f, -6.021f, -6.371f, -6.161f, -5.991f,
+ -5.939f, -5.121f, -4.740f, -3.576f, -2.084f, -0.972f,  0.189f,  1.408f,  4.183f,  6.732f,
+ 10.096f,  9.890f, 10.445f, 10.795f, 11.611f, 12.105f, 12.412f, 12.792f, 11.667f, 11.839f,
+ 11.388f, 12.265f, 13.575f, 14.448f, 16.543f, 20.440f, 21.213f, 29.185f, 23.628f, 23.349f,
+ 22.638f, 21.077f, 20.477f, 21.085f, 21.727f, 21.990f, 24.074f, 26.011f, 26.812f, 28.522f,
+ 30.096f, 30.860f, 33.357f, 37.217f, 38.287f, 42.503f, 48.161f, 52.320f, 54.788f, 56.443f,
+ 57.636f, 59.109f, 60.387f, 62.174f, 63.635f, 64.969f, 65.928f, 65.606f, 64.617f, 64.182f,
+ 63.445f, 62.916f, 61.916f, 61.413f, 61.117f, 61.301f, 61.162f, 61.053f, 61.335f, 62.123f,
+ 63.264f, 64.173f, 65.045f, 65.390f, 64.819f, 64.343f, 63.207f, 60.535f, 59.200f, 58.973f,
+ 57.764f, 52.664f, 53.458f, 49.865f, 47.533f, 45.834f, 41.835f, 39.028f, 33.630f, 30.955f,
+ 32.679f, 32.352f, 29.275f, 29.337f, 26.679f, 25.079f, 21.923f, 19.962f, 17.956f, 15.380f,
+ 13.606f
+},{
+-29.534f,-28.156f,-24.865f,-21.870f,-18.853f,-17.496f,-17.862f,-16.471f,-14.805f,-15.136f,
+-14.944f,-10.647f, -8.134f, -2.414f, -2.757f, -1.414f, -0.889f, -1.678f, -0.751f,  1.107f,
+  1.997f,  3.000f,  5.211f,  6.711f,  8.366f, 10.189f, 12.295f, 14.297f, 17.673f, 16.811f,
+ 13.338f,  9.420f,  9.604f,  8.660f, 14.807f, 18.347f, 19.165f, 19.223f, 18.332f, 17.280f,
+ 16.851f, 15.996f, 16.223f, 15.981f, 15.888f, 16.548f, 16.305f, 15.969f, 16.040f, 15.990f,
+ 15.708f, 15.673f, 15.234f, 14.868f, 14.315f, 13.675f, 11.532f, 10.756f,  9.865f,  8.402f,
+  6.873f,  5.428f,  4.356f,  3.185f,  1.701f,  0.200f, -1.777f, -3.334f, -4.578f, -4.990f,
+ -5.648f, -6.242f, -6.097f, -6.002f, -5.513f, -5.317f, -5.131f, -5.237f, -4.943f, -4.738f,
+ -4.404f, -3.656f, -3.727f, -2.327f, -0.658f,  0.108f,  1.350f,  2.332f,  5.317f,  7.485f,
+ 10.195f, 10.279f, 10.837f, 11.398f, 12.115f, 13.276f, 13.310f, 13.928f, 13.021f, 13.221f,
+ 12.934f, 13.929f, 14.568f, 15.743f, 17.619f, 24.834f, 22.615f, 25.150f, 24.693f, 24.396f,
+ 23.430f, 22.376f, 21.842f, 22.365f, 22.980f, 23.348f, 24.585f, 25.444f, 26.781f, 28.649f,
+ 29.816f, 30.377f, 32.666f, 35.349f, 38.269f, 42.000f, 46.854f, 49.196f, 53.150f, 54.659f,
+ 56.617f, 58.047f, 59.750f, 61.605f, 63.118f, 64.413f, 65.414f, 65.160f, 63.650f, 64.026f,
+ 62.968f, 62.965f, 62.264f, 60.816f, 60.801f, 60.759f, 61.907f, 61.060f, 61.012f, 61.525f,
+ 62.736f, 63.895f, 64.795f, 65.492f, 65.224f, 65.146f, 63.817f, 61.916f, 58.915f, 58.607f,
+ 56.806f, 53.191f, 52.770f, 49.360f, 48.041f, 46.974f, 39.898f, 35.842f, 32.065f, 30.052f,
+ 32.153f, 31.818f, 28.601f, 28.971f, 26.667f, 25.327f, 21.976f, 19.965f, 17.997f, 15.386f,
+ 13.606f
+},{
+-29.534f,-28.146f,-24.904f,-21.863f,-18.690f,-17.370f,-17.555f,-15.635f,-13.757f,-14.653f,
+-14.548f,-10.828f, -7.510f, -2.147f, -2.364f, -1.306f, -0.056f, -0.923f, -0.615f,  1.208f,
+  2.022f,  3.108f,  5.228f,  6.461f,  8.317f,  9.983f, 11.632f, 13.914f, 16.977f, 16.491f,
+ 18.484f, 14.749f, 14.545f, 16.166f, 18.577f, 20.445f, 20.940f, 19.398f, 18.774f, 18.041f,
+ 17.869f, 17.491f, 17.519f, 17.421f, 17.332f, 17.744f, 17.803f, 17.581f, 17.673f, 17.501f,
+ 17.107f, 16.996f, 16.425f, 15.990f, 15.540f, 14.676f, 12.772f, 11.972f, 11.057f,  9.323f,
+  7.838f,  6.477f,  5.284f,  4.089f,  2.631f,  1.187f, -0.709f, -2.201f, -3.488f, -4.124f,
+ -4.755f, -4.913f, -4.673f, -4.193f, -4.224f, -4.227f, -4.069f, -4.048f, -3.575f, -3.271f,
+ -2.633f, -2.078f, -1.954f, -0.538f,  0.709f,  1.687f,  2.823f,  3.546f,  5.985f,  8.494f,
+ 10.181f, 10.879f, 11.235f, 11.978f, 12.993f, 14.436f, 15.237f, 15.451f, 14.984f, 14.518f,
+ 14.489f, 15.106f, 15.326f, 16.481f, 18.238f, 25.235f, 31.100f, 27.099f, 25.430f, 25.692f,
+ 24.552f, 23.320f, 23.137f, 23.389f, 23.952f, 24.736f, 25.683f, 25.873f, 27.156f, 29.227f,
+ 30.501f, 31.642f, 33.036f, 34.742f, 37.623f, 41.249f, 45.233f, 48.569f, 51.548f, 53.552f,
+ 55.695f, 57.279f, 59.365f, 61.697f, 62.567f, 63.814f, 64.066f, 64.049f, 62.780f, 63.378f,
+ 62.881f, 63.056f, 61.772f, 60.296f, 60.067f, 60.030f, 62.766f, 61.051f, 60.970f, 60.947f,
+ 62.116f, 63.291f, 64.377f, 65.152f, 65.897f, 65.723f, 64.557f, 62.938f, 59.650f, 58.779f,
+ 56.253f, 54.973f, 52.981f, 49.779f, 48.211f, 47.452f, 38.762f, 32.837f, 30.627f, 29.264f,
+ 31.888f, 31.525f, 27.901f, 28.626f, 26.634f, 25.590f, 22.044f, 19.978f, 18.032f, 15.392f,
+ 13.606f
+},{
+-29.534f,-28.136f,-24.952f,-21.855f,-18.526f,-17.312f,-17.261f,-14.908f,-12.917f,-14.120f,
+-14.038f,-10.952f, -6.879f, -1.799f, -1.759f, -1.022f,  0.518f,  0.013f, -0.397f,  1.206f,
+  2.054f,  3.300f,  5.269f,  6.352f,  8.060f,  9.820f, 11.238f, 13.609f, 16.469f, 17.213f,
+ 19.620f, 18.391f, 18.277f, 18.846f, 19.759f, 21.203f, 20.578f, 19.775f, 19.397f, 18.662f,
+ 18.943f, 18.783f, 18.749f, 18.916f, 18.866f, 19.226f, 19.102f, 19.203f, 19.070f, 18.928f,
+ 18.685f, 18.152f, 17.824f, 16.749f, 16.624f, 15.844f, 13.678f, 12.948f, 11.733f, 10.246f,
+  8.656f,  7.412f,  6.233f,  4.964f,  3.643f,  2.235f,  0.410f, -1.120f, -2.190f, -3.037f,
+ -3.488f, -3.403f, -2.612f, -2.340f, -2.855f, -2.932f, -2.740f, -2.730f, -2.186f, -1.446f,
+ -0.783f, -0.214f,  0.139f,  1.238f,  2.484f,  3.120f,  4.564f,  4.758f,  7.557f,  8.309f,
+ 10.654f, 11.935f, 11.541f, 12.955f, 14.124f, 15.391f, 15.960f, 17.424f, 16.681f, 16.124f,
+ 15.738f, 15.673f, 16.485f, 17.499f, 19.028f, 21.321f, 25.145f, 25.238f, 25.968f, 26.800f,
+ 25.555f, 23.905f, 23.775f, 24.219f, 25.095f, 26.172f, 27.288f, 27.652f, 28.337f, 30.444f,
+ 31.952f, 33.351f, 34.150f, 35.162f, 37.528f, 40.816f, 43.523f, 48.556f, 50.543f, 51.920f,
+ 54.169f, 56.437f, 58.362f, 60.799f, 62.591f, 62.830f, 63.051f, 62.228f, 62.624f, 63.140f,
+ 62.686f, 63.097f, 61.579f, 60.137f, 60.248f, 60.196f, 62.989f, 61.564f, 60.994f, 60.777f,
+ 61.004f, 62.714f, 64.034f, 64.895f, 66.313f, 66.007f, 65.173f, 63.265f, 60.598f, 59.004f,
+ 56.840f, 55.864f, 53.440f, 50.686f, 48.117f, 46.664f, 38.350f, 31.251f, 29.653f, 28.635f,
+ 31.851f, 31.394f, 27.253f, 28.353f, 26.579f, 25.843f, 22.128f, 20.001f, 18.062f, 15.399f,
+ 13.606f
+},{
+-29.534f,-28.125f,-25.006f,-21.847f,-18.373f,-17.292f,-16.975f,-14.373f,-12.370f,-13.679f,
+-13.579f,-10.909f, -6.425f, -1.346f, -0.948f, -0.804f,  0.875f,  0.926f, -0.011f,  1.230f,
+  2.152f,  3.579f,  5.361f,  6.425f,  7.753f,  9.709f, 11.262f, 13.122f, 16.363f, 17.788f,
+ 20.225f, 19.713f, 19.530f, 19.641f, 20.061f, 20.263f, 20.972f, 20.117f, 19.982f, 19.590f,
+ 19.888f, 19.556f, 19.946f, 20.275f, 20.283f, 20.834f, 20.572f, 20.410f, 20.387f, 20.335f,
+ 19.602f, 19.094f, 18.834f, 17.863f, 17.600f, 16.456f, 14.662f, 13.656f, 12.546f, 11.001f,
+  9.441f,  8.249f,  7.128f,  5.880f,  4.610f,  3.267f,  1.526f,  0.068f, -0.855f, -1.699f,
+ -2.108f, -1.870f, -1.428f, -1.156f, -1.565f, -1.557f, -1.191f, -1.118f, -0.371f,  0.540f,
+  1.566f,  2.313f,  2.057f,  3.297f,  4.038f,  4.860f,  5.753f,  6.266f,  8.368f,  8.751f,
+ 11.591f, 12.780f, 11.669f, 13.433f, 14.951f, 17.049f, 17.254f, 17.034f, 18.666f, 18.600f,
+ 15.747f, 16.258f, 17.976f, 18.931f, 20.242f, 21.612f, 23.584f, 25.323f, 26.681f, 26.683f,
+ 25.350f, 23.981f, 23.943f, 24.912f, 26.525f, 28.063f, 29.296f, 29.630f, 29.625f, 31.596f,
+ 33.359f, 34.636f, 35.682f, 36.270f, 38.384f, 40.238f, 42.705f, 48.016f, 50.028f, 50.667f,
+ 53.536f, 56.102f, 57.464f, 59.654f, 60.887f, 61.769f, 61.468f, 62.106f, 62.563f, 62.688f,
+ 62.770f, 62.174f, 60.856f, 60.287f, 60.423f, 59.763f, 61.099f, 61.752f, 60.906f, 60.664f,
+ 60.629f, 62.002f, 63.594f, 64.563f, 66.295f, 66.509f, 65.289f, 63.553f, 61.375f, 59.378f,
+ 58.478f, 56.486f, 54.112f, 51.183f, 48.186f, 45.233f, 38.217f, 31.438f, 29.351f, 28.283f,
+ 31.910f, 31.301f, 26.764f, 28.175f, 26.504f, 26.058f, 22.226f, 20.032f, 18.084f, 15.406f,
+ 13.606f
+},{
+-29.534f,-28.114f,-25.066f,-21.839f,-18.241f,-17.272f,-16.678f,-14.034f,-12.082f,-13.402f,
+-13.233f,-10.646f, -6.110f, -1.166f, -0.501f, -0.728f,  1.514f,  1.694f,  0.396f,  1.217f,
+  2.420f,  3.898f,  5.579f,  6.433f,  7.607f,  9.363f, 10.786f, 12.993f, 15.820f, 18.026f,
+ 20.839f, 20.577f, 19.806f, 19.821f, 20.526f, 20.486f, 21.032f, 20.866f, 20.419f, 20.203f,
+ 20.422f, 20.504f, 21.041f, 21.499f, 21.532f, 22.031f, 21.922f, 21.620f, 21.773f, 21.438f,
+ 20.882f, 19.990f, 19.729f, 18.836f, 18.275f, 17.087f, 15.684f, 14.493f, 13.298f, 11.733f,
+ 10.248f,  8.999f,  7.892f,  6.858f,  5.574f,  4.276f,  2.677f,  1.465f,  0.515f, -0.281f,
+ -0.627f, -0.167f, -0.182f,  0.115f, -0.064f, -0.076f,  0.370f,  0.658f,  1.521f,  2.490f,
+  3.870f,  4.330f,  4.300f,  5.285f,  5.647f,  6.666f,  7.475f,  8.000f,  9.837f, 10.496f,
+ 12.605f, 12.554f, 12.141f, 14.657f, 15.681f, 16.841f, 18.446f, 18.485f, 18.677f, 19.779f,
+ 17.071f, 17.475f, 18.811f, 20.121f, 21.483f, 23.172f, 24.978f, 26.238f, 26.140f, 26.176f,
+ 25.261f, 23.872f, 24.037f, 25.877f, 28.108f, 30.526f, 32.061f, 31.485f, 31.414f, 32.408f,
+ 34.150f, 35.678f, 37.935f, 39.592f, 40.163f, 41.028f, 41.409f, 46.624f, 48.626f, 51.082f,
+ 51.872f, 54.055f, 56.727f, 57.687f, 59.893f, 60.760f, 60.855f, 61.910f, 62.136f, 62.344f,
+ 61.655f, 61.522f, 60.935f, 60.326f, 61.042f, 60.830f, 61.092f, 61.331f, 61.393f, 60.282f,
+ 60.658f, 61.386f, 63.098f, 63.360f, 66.727f, 66.912f, 65.564f, 63.774f, 61.869f, 59.761f,
+ 59.554f, 57.054f, 55.069f, 51.295f, 48.541f, 44.217f, 37.992f, 32.594f, 29.676f, 28.326f,
+ 31.914f, 31.170f, 26.544f, 28.088f, 26.421f, 26.214f, 22.333f, 20.071f, 18.100f, 15.413f,
+ 13.606f
+},{
+-29.534f,-28.102f,-25.127f,-21.831f,-18.138f,-17.215f,-16.355f,-13.832f,-11.937f,-13.255f,
+-12.951f,-10.229f, -5.792f, -1.436f, -0.709f, -0.521f,  2.332f,  2.565f,  1.018f,  1.118f,
+  2.867f,  4.234f,  5.825f,  6.499f,  7.331f,  9.083f, 10.516f, 12.734f, 14.840f, 17.930f,
+ 21.094f, 20.934f, 19.790f, 20.026f, 20.186f, 20.818f, 21.081f, 21.392f, 21.020f, 20.990f,
+ 21.092f, 21.346f, 22.046f, 22.511f, 22.745f, 23.112f, 22.980f, 22.737f, 22.710f, 22.171f,
+ 21.838f, 20.814f, 20.454f, 19.741f, 18.966f, 17.813f, 16.416f, 15.274f, 13.994f, 12.458f,
+ 11.045f,  9.918f,  8.888f,  7.779f,  6.702f,  5.383f,  4.046f,  2.868f,  1.837f,  1.222f,
+  0.972f,  1.361f,  1.611f,  1.952f,  1.513f,  1.448f,  2.013f,  2.352f,  3.156f,  4.323f,
+  5.306f,  6.251f,  6.422f,  7.577f,  8.192f,  8.790f,  9.719f,  9.616f, 11.878f, 13.079f,
+ 12.859f, 12.229f, 12.792f, 14.543f, 15.713f, 17.085f, 17.774f, 18.981f, 19.216f, 18.796f,
+ 18.852f, 19.080f, 20.003f, 21.409f, 23.553f, 24.752f, 25.823f, 26.619f, 26.296f, 26.228f,
+ 25.671f, 24.735f, 24.860f, 26.875f, 30.075f, 32.979f, 34.198f, 33.704f, 33.567f, 33.706f,
+ 34.798f, 37.072f, 39.478f, 43.128f, 41.987f, 42.091f, 41.516f, 45.844f, 47.906f, 49.476f,
+ 50.885f, 52.127f, 55.149f, 58.340f, 58.045f, 59.381f, 60.815f, 61.141f, 61.507f, 61.441f,
+ 61.107f, 59.969f, 58.997f, 60.085f, 60.719f, 61.696f, 61.241f, 60.303f, 61.142f, 60.681f,
+ 60.375f, 60.804f, 62.499f, 62.976f, 67.146f, 67.182f, 65.816f, 63.806f, 62.236f, 60.002f,
+ 59.039f, 56.532f, 55.313f, 51.704f, 49.043f, 43.999f, 37.676f, 33.470f, 30.301f, 28.752f,
+ 31.791f, 31.012f, 26.667f, 28.057f, 26.344f, 26.294f, 22.441f, 20.115f, 18.109f, 15.420f,
+ 13.606f
+},{
+-29.534f,-28.090f,-25.189f,-21.825f,-18.065f,-17.095f,-16.002f,-13.675f,-11.802f,-13.131f,
+-12.651f, -9.831f, -5.411f, -1.644f, -0.980f,  0.184f,  2.704f,  3.989f,  2.259f,  1.327f,
+  3.313f,  4.543f,  6.022f,  6.707f,  7.109f,  8.812f, 10.459f, 11.946f, 14.316f, 17.459f,
+ 21.035f, 20.876f, 19.482f, 19.884f, 20.199f, 21.078f, 21.514f, 21.808f, 21.650f, 21.849f,
+ 21.811f, 22.535f, 22.832f, 23.479f, 23.880f, 23.930f, 23.804f, 23.812f, 23.586f, 23.085f,
+ 22.552f, 21.734f, 21.438f, 20.631f, 19.614f, 18.151f, 17.174f, 15.901f, 14.604f, 13.255f,
+ 11.852f, 10.784f,  9.738f,  8.713f,  7.808f,  6.572f,  5.409f,  4.179f,  3.115f,  2.774f,
+  2.578f,  3.183f,  3.415f,  3.707f,  3.315f,  3.045f,  3.530f,  4.032f,  4.679f,  5.739f,
+  6.860f,  7.854f,  8.312f,  9.479f, 10.125f, 10.677f, 11.290f, 11.319f, 13.057f, 15.272f,
+ 14.834f, 12.260f, 13.140f, 15.442f, 16.555f, 17.383f, 18.156f, 19.444f, 19.956f, 20.941f,
+ 20.878f, 19.944f, 21.272f, 22.742f, 25.710f, 27.826f, 27.106f, 27.458f, 26.472f, 26.035f,
+ 27.676f, 28.140f, 27.131f, 28.549f, 31.167f, 32.962f, 33.727f, 34.192f, 38.058f, 39.078f,
+ 35.500f, 37.246f, 39.865f, 45.191f, 43.092f, 43.823f, 42.751f, 45.647f, 48.571f, 49.286f,
+ 51.690f, 51.802f, 54.150f, 57.715f, 58.353f, 58.540f, 60.480f, 60.298f, 60.661f, 60.294f,
+ 59.654f, 58.738f, 57.938f, 59.632f, 60.778f, 61.499f, 61.347f, 59.795f, 60.699f, 60.666f,
+ 59.862f, 60.486f, 61.703f, 63.022f, 66.196f, 67.258f, 65.467f, 63.680f, 62.347f, 60.517f,
+ 58.503f, 55.992f, 54.463f, 52.524f, 49.708f, 44.258f, 37.615f, 33.415f, 30.765f, 29.373f,
+ 31.581f, 30.904f, 27.148f, 28.034f, 26.289f, 26.293f, 22.542f, 20.162f, 18.112f, 15.427f,
+ 13.606f
+},{
+-29.534f,-28.078f,-25.248f,-21.822f,-18.022f,-16.906f,-15.631f,-13.480f,-11.592f,-12.931f,
+-12.299f, -9.598f, -5.035f, -1.103f, -0.451f,  1.505f,  2.660f,  5.692f,  3.910f,  2.098f,
+  3.574f,  4.840f,  6.185f,  6.808f,  7.236f,  8.651f, 10.200f, 11.545f, 13.971f, 16.797f,
+ 20.619f, 21.264f, 19.338f, 20.348f, 20.377f, 21.492f, 21.848f, 22.488f, 22.411f, 22.630f,
+ 22.595f, 23.430f, 24.067f, 24.590f, 24.890f, 24.893f, 24.831f, 24.823f, 24.594f, 24.246f,
+ 23.287f, 22.537f, 21.977f, 20.890f, 19.710f, 18.264f, 17.522f, 16.354f, 15.126f, 13.845f,
+ 12.632f, 11.692f, 10.627f,  9.681f,  8.942f,  7.814f,  6.688f,  5.402f,  4.474f,  4.177f,
+  4.206f,  4.839f,  4.839f,  5.018f,  4.907f,  4.624f,  4.908f,  5.457f,  6.111f,  7.100f,
+  8.020f,  9.436f,  9.709f, 10.494f, 11.721f, 12.404f, 12.822f, 13.057f, 14.204f, 16.564f,
+ 16.515f, 14.631f, 13.664f, 16.253f, 17.113f, 17.956f, 18.815f, 20.199f, 21.273f, 23.052f,
+ 25.424f, 26.159f, 27.278f, 28.622f, 29.012f, 30.472f, 29.723f, 29.778f, 28.367f, 28.729f,
+ 31.206f, 31.615f, 32.665f, 33.299f, 33.373f, 31.238f, 30.811f, 33.272f, 45.418f, 37.064f,
+ 36.659f, 37.905f, 40.612f, 48.065f, 44.249f, 47.459f, 45.105f, 46.954f, 47.128f, 48.918f,
+ 50.562f, 51.382f, 53.639f, 56.511f, 58.497f, 58.957f, 58.985f, 59.111f, 59.799f, 58.977f,
+ 58.217f, 57.676f, 57.492f, 59.165f, 59.713f, 60.204f, 61.978f, 60.402f, 59.591f, 59.858f,
+ 59.714f, 60.074f, 61.009f, 62.232f, 65.209f, 66.703f, 65.239f, 63.422f, 61.881f, 60.835f,
+ 58.974f, 56.659f, 53.664f, 52.958f, 50.441f, 44.692f, 38.165f, 32.824f, 30.784f, 29.917f,
+ 31.395f, 30.907f, 27.922f, 27.970f, 26.271f, 26.214f, 22.626f, 20.209f, 18.109f, 15.434f,
+ 13.606f
+},{
+-29.534f,-28.065f,-25.302f,-21.823f,-18.007f,-16.657f,-15.270f,-13.202f,-11.299f,-12.633f,
+-11.930f, -9.529f, -4.749f,  0.145f,  0.968f,  3.110f,  2.967f,  6.715f,  5.521f,  3.278f,
+  3.752f,  5.136f,  6.291f,  6.968f,  7.373f,  8.654f, 10.084f, 11.600f, 13.854f, 16.179f,
+ 19.687f, 20.861f, 19.435f, 20.922f, 21.080f, 21.975f, 22.359f, 22.793f, 22.910f, 23.453f,
+ 23.498f, 24.084f, 24.865f, 25.714f, 25.705f, 25.890f, 25.688f, 25.358f, 25.136f, 24.502f,
+ 23.883f, 23.257f, 21.896f, 20.657f, 19.518f, 18.617f, 17.687f, 16.577f, 15.733f, 14.439f,
+ 13.376f, 12.420f, 11.579f, 10.837f,  9.986f,  9.059f,  7.994f,  6.730f,  6.070f,  5.590f,
+  5.627f,  6.030f,  6.132f,  6.251f,  6.187f,  5.987f,  6.263f,  6.836f,  7.388f,  8.410f,
+  9.223f, 10.492f, 10.850f, 12.112f, 12.870f, 13.915f, 14.456f, 14.709f, 15.349f, 18.233f,
+ 18.261f, 16.228f, 14.394f, 16.753f, 17.970f, 18.892f, 19.799f, 21.024f, 22.698f, 25.141f,
+ 28.759f, 28.193f, 28.217f, 29.796f, 30.199f, 29.379f, 30.052f, 31.613f, 32.799f, 33.071f,
+ 32.595f, 34.733f, 35.952f, 35.634f, 34.747f, 33.608f, 31.244f, 31.773f, 44.216f, 36.692f,
+ 38.927f, 38.674f, 40.152f, 45.124f, 45.854f, 48.104f, 47.277f, 47.169f, 48.163f, 48.385f,
+ 49.433f, 51.086f, 52.735f, 55.561f, 55.745f, 58.817f, 58.577f, 58.102f, 58.432f, 58.023f,
+ 57.512f, 57.073f, 58.028f, 58.641f, 58.983f, 58.459f, 61.588f, 59.584f, 59.527f, 58.898f,
+ 59.741f, 59.725f, 60.534f, 61.279f, 64.681f, 66.280f, 65.252f, 63.186f, 61.392f, 60.478f,
+ 59.433f, 57.349f, 53.767f, 52.380f, 50.719f, 45.317f, 39.329f, 32.679f, 30.528f, 30.227f,
+ 31.317f, 31.006f, 28.864f, 27.839f, 26.299f, 26.068f, 22.685f, 20.252f, 18.100f, 15.441f,
+ 13.606f
+},{
+-29.534f,-28.053f,-25.350f,-21.829f,-18.014f,-16.377f,-14.954f,-12.854f,-10.978f,-12.305f,
+-11.605f, -9.488f, -4.538f,  1.304f,  2.552f,  4.426f,  3.970f,  6.838f,  6.983f,  4.809f,
+  4.100f,  5.307f,  6.333f,  7.157f,  7.517f,  8.647f, 10.051f, 11.241f, 13.521f, 15.896f,
+ 19.164f, 21.320f, 19.371f, 21.067f, 21.330f, 22.332f, 22.652f, 23.290f, 23.554f, 24.257f,
+ 24.636f, 24.871f, 25.578f, 26.420f, 26.628f, 26.328f, 25.456f, 25.179f, 24.892f, 24.389f,
+ 23.865f, 23.093f, 21.902f, 20.738f, 19.550f, 18.684f, 18.129f, 17.284f, 16.215f, 15.028f,
+ 14.181f, 13.186f, 12.431f, 11.817f, 11.085f, 10.257f,  9.268f,  8.105f,  7.569f,  7.088f,
+  6.886f,  7.128f,  7.192f,  7.417f,  7.314f,  7.265f,  7.767f,  8.667f,  8.680f,  9.759f,
+ 10.473f, 11.764f, 12.114f, 12.854f, 13.981f, 15.013f, 15.841f, 16.153f, 17.002f, 17.821f,
+ 18.763f, 16.660f, 14.846f, 17.530f, 19.002f, 19.893f, 20.810f, 21.848f, 23.988f, 28.611f,
+ 30.376f, 28.830f, 29.243f, 30.966f, 30.491f, 30.921f, 31.536f, 32.165f, 32.356f, 33.895f,
+ 33.633f, 35.801f, 35.765f, 37.562f, 37.243f, 33.970f, 33.609f, 31.707f, 40.889f, 36.019f,
+ 39.500f, 41.097f, 40.479f, 42.653f, 45.228f, 46.412f, 48.779f, 50.747f, 48.519f, 49.050f,
+ 48.392f, 49.629f, 51.132f, 53.139f, 54.662f, 57.225f, 56.714f, 57.026f, 57.263f, 56.926f,
+ 56.608f, 58.999f, 60.508f, 60.171f, 58.015f, 57.566f, 60.127f, 60.360f, 59.984f, 58.811f,
+ 59.927f, 59.590f, 60.126f, 60.621f, 64.009f, 65.880f, 64.406f, 62.836f, 60.854f, 60.054f,
+ 59.323f, 57.319f, 54.251f, 51.273f, 50.195f, 46.125f, 40.665f, 33.675f, 30.568f, 30.356f,
+ 31.348f, 31.124f, 29.823f, 27.652f, 26.378f, 25.873f, 22.713f, 20.291f, 18.086f, 15.447f,
+ 13.606f
+},{
+-29.534f,-28.040f,-25.389f,-21.840f,-18.036f,-16.102f,-14.713f,-12.492f,-10.708f,-12.043f,
+-11.356f, -9.344f, -4.316f,  1.754f,  3.710f,  5.269f,  5.178f,  6.900f,  7.892f,  6.582f,
+  4.724f,  5.445f,  6.336f,  7.137f,  7.672f,  8.713f,  9.962f, 10.966f, 13.052f, 15.920f,
+ 18.417f, 20.643f, 18.639f, 21.151f, 21.741f, 22.453f, 23.144f, 23.881f, 24.294f, 24.828f,
+ 25.468f, 25.819f, 26.217f, 27.401f, 27.008f, 26.211f, 25.579f, 25.272f, 24.939f, 24.415f,
+ 23.667f, 22.865f, 21.864f, 20.546f, 19.280f, 18.398f, 17.873f, 17.383f, 16.427f, 15.801f,
+ 15.021f, 13.818f, 13.331f, 13.033f, 12.291f, 11.541f, 10.964f,  9.528f,  9.108f,  8.394f,
+  8.246f,  8.159f,  8.233f,  8.706f,  8.385f,  8.701f,  8.830f,  9.311f,  9.632f, 10.661f,
+ 11.995f, 13.258f, 14.334f, 14.096f, 15.158f, 16.146f, 17.024f, 17.603f, 18.239f, 18.509f,
+ 19.316f, 17.207f, 15.959f, 18.058f, 19.347f, 20.253f, 21.666f, 23.057f, 30.599f, 32.346f,
+ 31.335f, 31.051f, 30.187f, 30.740f, 31.241f, 31.997f, 33.221f, 33.849f, 34.679f, 35.095f,
+ 33.649f, 35.292f, 35.589f, 37.154f, 39.815f, 37.128f, 35.979f, 36.074f, 41.228f, 42.236f,
+ 40.616f, 44.012f, 41.659f, 41.054f, 43.224f, 45.747f, 45.761f, 52.187f, 50.144f, 50.421f,
+ 47.031f, 48.571f, 50.530f, 50.804f, 55.243f, 55.462f, 55.001f, 56.074f, 56.382f, 55.786f,
+ 56.070f, 60.145f, 60.964f, 61.495f, 58.021f, 57.153f, 57.624f, 59.600f, 59.558f, 58.248f,
+ 59.581f, 59.457f, 60.326f, 60.914f, 63.172f, 64.338f, 63.308f, 61.989f, 59.959f, 59.606f,
+ 58.949f, 57.373f, 54.290f, 50.566f, 49.281f, 46.823f, 41.645f, 35.670f, 31.400f, 30.499f,
+ 31.426f, 31.193f, 30.661f, 27.448f, 26.502f, 25.646f, 22.708f, 20.321f, 18.068f, 15.453f,
+ 13.606f
+},{
+-29.534f,-28.027f,-25.419f,-21.856f,-18.067f,-15.869f,-14.558f,-12.187f,-10.538f,-11.898f,
+-11.156f, -9.077f, -4.064f,  1.685f,  4.525f,  6.143f,  6.078f,  7.348f,  7.943f,  8.267f,
+  5.565f,  5.810f,  6.294f,  7.182f,  7.709f,  8.595f,  9.770f, 11.079f, 12.982f, 15.861f,
+ 18.100f, 20.396f, 19.002f, 21.326f, 21.830f, 22.841f, 23.421f, 24.394f, 24.759f, 25.337f,
+ 26.015f, 26.551f, 27.122f, 27.620f, 26.870f, 26.068f, 25.747f, 25.161f, 24.778f, 24.258f,
+ 23.223f, 22.691f, 21.642f, 20.583f, 18.925f, 17.886f, 17.331f, 16.718f, 16.226f, 15.904f,
+ 15.257f, 14.543f, 14.135f, 13.594f, 12.957f, 12.334f, 11.756f, 11.039f, 10.458f,  9.857f,
+  9.820f,  9.747f,  9.529f,  9.240f,  9.159f,  9.539f,  9.333f,  9.458f,  9.865f, 11.874f,
+ 13.254f, 14.218f, 15.076f, 15.097f, 16.454f, 17.465f, 18.290f, 18.768f, 19.561f, 19.479f,
+ 19.476f, 17.236f, 17.973f, 19.331f, 20.318f, 21.272f, 22.756f, 26.736f, 32.665f, 32.068f,
+ 32.780f, 32.285f, 30.297f, 31.018f, 32.188f, 33.193f, 31.784f, 30.446f, 30.850f, 32.112f,
+ 33.617f, 35.455f, 36.827f, 38.961f, 39.193f, 39.455f, 38.815f, 38.258f, 39.493f, 42.125f,
+ 44.465f, 44.226f, 42.922f, 42.261f, 41.925f, 47.748f, 46.101f, 48.142f, 48.123f, 50.916f,
+ 45.930f, 48.003f, 50.154f, 51.824f, 53.070f, 56.170f, 54.190f, 55.219f, 54.695f, 56.474f,
+ 57.154f, 58.363f, 60.239f, 60.425f, 58.500f, 56.336f, 56.572f, 56.516f, 57.092f, 56.389f,
+ 58.468f, 59.579f, 60.434f, 61.582f, 62.669f, 63.069f, 62.915f, 60.339f, 59.364f, 58.906f,
+ 58.517f, 57.582f, 53.843f, 50.459f, 48.634f, 47.057f, 42.162f, 37.859f, 32.949f, 30.811f,
+ 31.501f, 31.229f, 31.283f, 27.292f, 26.656f, 25.407f, 22.672f, 20.342f, 18.045f, 15.458f,
+ 13.606f
+},{
+-29.534f,-28.014f,-25.438f,-21.876f,-18.100f,-15.706f,-14.480f,-11.996f,-10.469f,-11.839f,
+-10.935f, -8.753f, -3.873f,  1.658f,  5.288f,  7.563f,  6.695f,  7.659f,  8.172f,  9.786f,
+  6.569f,  6.289f,  6.294f,  7.190f,  7.825f,  8.562f,  9.763f, 10.820f, 12.894f, 15.459f,
+ 17.609f, 19.951f, 19.083f, 21.599f, 22.018f, 23.191f, 23.914f, 24.848f, 25.153f, 25.880f,
+ 26.281f, 26.937f, 27.724f, 27.264f, 26.475f, 25.974f, 25.504f, 24.776f, 24.454f, 24.026f,
+ 23.233f, 22.609f, 21.358f, 20.312f, 18.499f, 17.537f, 16.761f, 16.180f, 15.962f, 15.357f,
+ 15.088f, 14.485f, 14.243f, 13.676f, 13.179f, 12.572f, 12.085f, 12.067f, 11.414f, 11.681f,
+ 11.568f, 11.159f, 10.247f, 10.134f,  9.578f,  9.726f,  9.592f,  9.758f, 10.264f, 11.444f,
+ 12.834f, 13.954f, 15.100f, 15.771f, 17.464f, 18.239f, 19.065f, 19.707f, 19.983f, 19.721f,
+ 19.001f, 17.587f, 20.126f, 20.293f, 21.045f, 22.563f, 24.505f, 31.245f, 30.264f, 29.829f,
+ 32.141f, 35.299f, 33.011f, 30.707f, 30.377f, 29.307f, 27.665f, 27.350f, 29.518f, 31.305f,
+ 32.959f, 35.160f, 36.896f, 38.115f, 38.410f, 39.508f, 39.081f, 39.099f, 39.458f, 40.986f,
+ 42.043f, 44.135f, 43.123f, 42.467f, 41.245f, 47.396f, 46.962f, 45.799f, 45.075f, 48.614f,
+ 45.837f, 48.103f, 50.978f, 55.259f, 49.869f, 53.879f, 52.202f, 52.579f, 54.366f, 57.675f,
+ 57.471f, 58.554f, 59.760f, 60.584f, 58.751f, 56.252f, 55.242f, 55.440f, 55.790f, 55.703f,
+ 57.691f, 59.157f, 60.176f, 61.560f, 62.383f, 62.496f, 61.853f, 58.504f, 58.763f, 58.320f,
+ 57.925f, 57.299f, 53.460f, 50.533f, 48.413f, 46.784f, 42.595f, 39.434f, 34.568f, 31.315f,
+ 31.607f, 31.341f, 31.638f, 27.243f, 26.819f, 25.172f, 22.612f, 20.353f, 18.018f, 15.462f,
+ 13.606f
+},{
+-29.534f,-28.001f,-25.445f,-21.900f,-18.131f,-15.631f,-14.451f,-11.935f,-10.455f,-11.777f,
+-10.637f, -8.410f, -3.818f,  1.828f,  5.935f,  9.198f,  7.253f,  7.581f,  9.403f, 10.939f,
+  7.717f,  6.738f,  6.457f,  7.042f,  7.913f,  8.677f,  9.747f, 10.614f, 13.201f, 15.189f,
+ 17.173f, 19.922f, 19.325f, 21.888f, 22.549f, 23.915f, 24.567f, 25.463f, 25.672f, 26.282f,
+ 26.743f, 27.389f, 28.076f, 27.146f, 26.622f, 25.856f, 24.904f, 24.416f, 24.258f, 23.686f,
+ 23.214f, 22.236f, 21.176f, 19.527f, 18.012f, 17.235f, 16.420f, 15.802f, 15.660f, 15.326f,
+ 14.982f, 14.613f, 14.235f, 14.065f, 13.522f, 12.980f, 12.578f, 12.462f, 12.174f, 12.382f,
+ 12.038f, 11.456f, 10.884f, 10.590f, 10.450f, 10.401f, 10.189f, 10.022f, 10.342f, 11.324f,
+ 12.758f, 13.758f, 15.221f, 16.049f, 17.934f, 18.416f, 18.986f, 19.240f, 19.876f, 20.004f,
+ 19.126f, 18.726f, 19.963f, 20.662f, 21.547f, 23.264f, 28.050f, 30.881f, 32.219f, 32.683f,
+ 33.081f, 33.569f, 33.382f, 31.330f, 30.695f, 29.658f, 27.857f, 26.637f, 28.628f, 30.734f,
+ 31.860f, 32.981f, 35.458f, 36.254f, 38.007f, 38.726f, 40.152f, 39.396f, 39.137f, 41.404f,
+ 39.657f, 42.935f, 43.550f, 40.777f, 40.098f, 44.058f, 43.760f, 50.640f, 44.342f, 49.395f,
+ 45.815f, 47.912f, 52.036f, 52.968f, 47.417f, 52.998f, 49.996f, 50.165f, 53.143f, 58.253f,
+ 59.089f, 59.554f, 59.412f, 59.949f, 59.358f, 56.139f, 55.780f, 55.871f, 55.638f, 55.446f,
+ 56.596f, 58.759f, 59.913f, 61.037f, 61.443f, 61.378f, 59.850f, 57.679f, 57.650f, 57.719f,
+ 56.832f, 56.598f, 53.406f, 50.555f, 48.366f, 46.289f, 43.304f, 40.170f, 35.616f, 31.977f,
+ 31.853f, 31.647f, 31.707f, 27.341f, 26.967f, 24.955f, 22.535f, 20.353f, 17.989f, 15.466f,
+ 13.606f
+},{
+-29.534f,-27.988f,-25.441f,-21.927f,-18.156f,-15.641f,-14.432f,-11.976f,-10.436f,-11.631f,
+-10.258f, -8.023f, -3.812f,  1.899f,  6.244f, 10.204f,  7.829f,  7.797f, 10.339f, 11.149f,
+  8.781f,  7.228f,  6.741f,  7.181f,  8.023f,  8.843f,  9.678f, 11.071f, 13.269f, 14.926f,
+ 16.702f, 19.664f, 19.318f, 22.584f, 23.014f, 24.449f, 25.286f, 26.068f, 26.323f, 26.466f,
+ 26.901f, 27.588f, 28.095f, 27.252f, 26.094f, 25.658f, 24.697f, 23.948f, 23.826f, 23.441f,
+ 23.167f, 22.198f, 21.011f, 19.466f, 18.061f, 16.865f, 16.104f, 15.660f, 15.551f, 15.233f,
+ 14.860f, 14.794f, 14.367f, 14.313f, 13.727f, 13.302f, 12.826f, 12.558f, 12.290f, 12.477f,
+ 12.176f, 12.143f, 11.598f, 10.996f, 10.890f, 10.975f, 10.596f, 10.397f, 10.510f, 11.163f,
+ 12.658f, 13.795f, 15.017f, 16.405f, 17.395f, 18.339f, 18.737f, 19.159f, 19.729f, 19.993f,
+ 19.457f, 19.474f, 19.558f, 20.438f, 22.389f, 26.902f, 30.043f, 31.342f, 33.879f, 34.067f,
+ 32.657f, 32.030f, 33.016f, 32.345f, 31.291f, 30.109f, 28.525f, 27.671f, 28.298f, 29.617f,
+ 30.315f, 31.549f, 33.103f, 34.657f, 36.367f, 37.939f, 39.918f, 39.872f, 38.996f, 42.223f,
+ 43.405f, 46.000f, 45.571f, 39.407f, 37.413f, 43.020f, 43.175f, 48.848f, 49.007f, 53.380f,
+ 48.540f, 49.108f, 52.578f, 53.558f, 47.332f, 51.037f, 49.060f, 49.863f, 52.129f, 57.635f,
+ 58.389f, 59.033f, 58.362f, 58.548f, 58.750f, 57.907f, 56.814f, 55.808f, 55.691f, 56.206f,
+ 55.457f, 58.202f, 59.395f, 60.167f, 59.940f, 59.593f, 58.435f, 57.274f, 56.638f, 56.787f,
+ 55.741f, 56.082f, 53.410f, 50.579f, 48.271f, 45.894f, 44.143f, 40.466f, 36.056f, 32.826f,
+ 32.334f, 32.155f, 31.496f, 27.587f, 27.081f, 24.770f, 22.455f, 20.342f, 17.957f, 15.469f,
+ 13.606f
+},{
+-29.534f,-27.976f,-25.426f,-21.955f,-18.172f,-15.719f,-14.392f,-12.066f,-10.377f,-11.386f,
+ -9.851f, -7.577f, -3.676f,  1.715f,  6.306f, 10.395f,  8.504f,  9.016f, 10.067f, 10.742f,
+  9.504f,  7.641f,  7.196f,  7.620f,  8.286f,  9.093f,  9.782f, 11.519f, 12.844f, 14.696f,
+ 16.458f, 19.287f, 20.265f, 23.093f, 23.518f, 25.086f, 25.487f, 26.372f, 26.989f, 26.809f,
+ 27.225f, 27.415f, 27.213f, 27.013f, 25.338f, 25.344f, 24.525f, 23.509f, 23.720f, 22.992f,
+ 22.270f, 21.772f, 20.854f, 19.314f, 17.940f, 16.856f, 16.064f, 15.567f, 15.416f, 15.087f,
+ 15.009f, 14.877f, 14.624f, 14.587f, 13.970f, 13.535f, 12.963f, 12.622f, 12.527f, 12.642f,
+ 12.374f, 12.420f, 12.261f, 11.616f, 11.309f, 11.505f, 11.324f, 10.796f, 11.055f, 11.450f,
+ 12.984f, 13.968f, 14.882f, 16.388f, 17.018f, 18.187f, 18.560f, 18.969f, 19.487f, 19.891f,
+ 19.540f, 19.937f, 18.622f, 21.106f, 24.295f, 30.284f, 30.753f, 32.063f, 34.905f, 34.937f,
+ 32.379f, 31.576f, 32.078f, 32.508f, 31.220f, 29.775f, 28.598f, 27.603f, 28.037f, 28.494f,
+ 28.811f, 30.011f, 31.854f, 32.602f, 33.976f, 35.906f, 37.278f, 38.499f, 38.945f, 42.086f,
+ 47.290f, 51.050f, 48.298f, 45.962f, 37.994f, 41.038f, 44.757f, 51.849f, 52.736f, 54.109f,
+ 54.009f, 54.540f, 55.626f, 55.319f, 51.317f, 47.793f, 48.116f, 50.142f, 52.391f, 55.954f,
+ 57.563f, 57.783f, 57.754f, 57.535f, 58.241f, 58.392f, 57.779f, 57.689f, 58.153f, 55.312f,
+ 55.575f, 58.142f, 59.318f, 59.534f, 58.487f, 57.650f, 57.548f, 56.376f, 55.690f, 55.596f,
+ 55.297f, 55.880f, 53.222f, 50.635f, 48.051f, 45.720f, 44.614f, 40.877f, 36.433f, 33.936f,
+ 33.031f, 32.700f, 31.036f, 27.941f, 27.150f, 24.624f, 22.383f, 20.324f, 17.923f, 15.471f,
+ 13.606f
+},{
+-29.534f,-27.963f,-25.399f,-21.982f,-18.178f,-15.836f,-14.315f,-12.143f,-10.284f,-11.097f,
+ -9.484f, -7.128f, -3.363f,  1.523f,  6.426f, 10.458f,  9.521f, 11.107f, 10.313f, 10.790f,
+ 10.004f,  8.132f,  7.738f,  8.102f,  8.660f,  9.287f, 10.144f, 11.621f, 13.005f, 14.648f,
+ 16.228f, 18.780f, 21.086f, 24.108f, 24.314f, 25.263f, 25.628f, 26.532f, 27.312f, 27.286f,
+ 27.270f, 26.559f, 26.642f, 26.623f, 24.732f, 25.260f, 24.117f, 23.382f, 23.353f, 22.887f,
+ 22.154f, 21.828f, 20.241f, 19.254f, 17.726f, 16.610f, 16.126f, 15.713f, 15.336f, 15.157f,
+ 15.256f, 15.067f, 15.027f, 14.938f, 14.430f, 13.736f, 13.242f, 12.716f, 12.631f, 12.819f,
+ 12.620f, 12.379f, 12.728f, 12.280f, 11.842f, 12.003f, 12.003f, 11.639f, 11.727f, 12.095f,
+ 13.062f, 14.254f, 14.687f, 15.940f, 16.263f, 17.780f, 18.277f, 18.813f, 19.166f, 19.564f,
+ 19.331f, 19.677f, 18.360f, 20.500f, 25.177f, 29.610f, 30.580f, 31.274f, 33.646f, 33.553f,
+ 31.810f, 30.824f, 30.570f, 30.759f, 30.115f, 29.084f, 27.929f, 27.588f, 27.610f, 27.559f,
+ 27.271f, 28.666f, 30.468f, 30.988f, 32.595f, 33.805f, 34.847f, 38.009f, 37.753f, 39.907f,
+ 49.234f, 53.102f, 49.358f, 48.280f, 43.148f, 40.652f, 45.405f, 51.801f, 54.779f, 54.919f,
+ 55.882f, 55.951f, 56.313f, 56.552f, 50.813f, 46.464f, 47.452f, 48.695f, 53.423f, 54.983f,
+ 56.090f, 56.137f, 56.475f, 56.868f, 57.519f, 57.588f, 58.138f, 58.110f, 57.328f, 55.394f,
+ 55.616f, 56.954f, 58.283f, 58.715f, 57.285f, 56.716f, 56.051f, 55.497f, 54.711f, 54.056f,
+ 54.392f, 55.402f, 52.937f, 50.680f, 47.785f, 45.699f, 44.469f, 41.566f, 37.259f, 35.256f,
+ 33.777f, 33.010f, 30.396f, 28.337f, 27.174f, 24.525f, 22.330f, 20.298f, 17.888f, 15.472f,
+ 13.606f
+},{
+-29.534f,-27.951f,-25.361f,-22.007f,-18.175f,-15.957f,-14.208f,-12.173f,-10.196f,-10.834f,
+ -9.176f, -6.753f, -3.025f,  1.611f,  6.662f, 10.861f, 10.996f, 13.260f, 12.214f, 11.062f,
+ 10.351f,  8.975f,  8.008f,  8.449f,  9.137f,  9.729f, 10.588f, 11.575f, 13.139f, 14.464f,
+ 15.714f, 18.258f, 21.129f, 24.192f, 24.902f, 25.685f, 26.229f, 26.944f, 27.390f, 27.584f,
+ 27.181f, 26.419f, 26.157f, 25.335f, 24.572f, 24.938f, 23.818f, 22.840f, 23.119f, 22.374f,
+ 21.878f, 20.407f, 20.047f, 18.621f, 17.216f, 16.656f, 16.162f, 15.908f, 15.400f, 15.470f,
+ 15.542f, 15.399f, 15.425f, 15.414f, 15.027f, 14.219f, 13.643f, 13.074f, 12.848f, 13.085f,
+ 12.950f, 12.445f, 12.692f, 12.683f, 12.716f, 12.393f, 12.596f, 12.309f, 12.185f, 12.525f,
+ 13.084f, 14.177f, 14.816f, 15.426f, 15.868f, 17.529f, 18.201f, 18.568f, 18.815f, 19.238f,
+ 19.426f, 19.142f, 18.284f, 20.063f, 23.947f, 28.746f, 29.246f, 30.458f, 30.900f, 30.506f,
+ 29.736f, 28.872f, 29.113f, 29.065f, 29.236f, 28.343f, 27.911f, 27.795f, 27.307f, 26.839f,
+ 26.799f, 27.801f, 28.915f, 29.442f, 30.554f, 31.560f, 33.029f, 35.005f, 36.454f, 40.048f,
+ 47.999f, 53.869f, 50.408f, 50.596f, 45.137f, 40.030f, 41.645f, 50.500f, 55.377f, 55.081f,
+ 55.093f, 55.873f, 57.102f, 56.227f, 48.652f, 45.555f, 47.336f, 48.037f, 53.577f, 53.880f,
+ 54.917f, 54.802f, 55.733f, 55.878f, 56.889f, 57.227f, 57.118f, 57.029f, 57.129f, 56.501f,
+ 55.417f, 56.582f, 57.260f, 57.102f, 55.464f, 55.868f, 54.348f, 54.278f, 53.771f, 52.483f,
+ 52.474f, 54.457f, 52.727f, 50.632f, 47.673f, 45.686f, 43.961f, 42.189f, 38.452f, 36.485f,
+ 34.336f, 32.862f, 29.699f, 28.698f, 27.168f, 24.476f, 22.303f, 20.269f, 17.852f, 15.473f,
+ 13.606f
+},{
+-29.534f,-27.940f,-25.313f,-22.028f,-18.166f,-16.047f,-14.101f,-12.154f,-10.163f,-10.632f,
+ -8.878f, -6.432f, -2.803f,  1.938f,  6.824f, 11.194f, 12.547f, 14.573f, 13.951f, 10.757f,
+ 10.454f,  9.537f,  8.267f,  8.700f,  9.497f, 10.219f, 10.781f, 11.549f, 12.816f, 13.989f,
+ 15.532f, 18.040f, 21.301f, 24.363f, 25.535f, 26.142f, 26.901f, 27.393f, 27.968f, 27.873f,
+ 26.891f, 25.727f, 25.262f, 24.845f, 24.074f, 24.831f, 23.330f, 22.504f, 22.336f, 22.295f,
+ 21.853f, 19.819f, 19.437f, 18.447f, 17.165f, 16.669f, 16.457f, 16.418f, 15.901f, 15.990f,
+ 15.950f, 15.971f, 16.049f, 15.872f, 15.677f, 14.815f, 13.993f, 13.602f, 13.301f, 13.223f,
+ 13.141f, 12.682f, 12.698f, 12.762f, 13.895f, 12.758f, 13.111f, 14.263f, 11.866f, 12.626f,
+ 13.359f, 13.954f, 14.626f, 15.141f, 15.922f, 17.064f, 17.996f, 18.214f, 18.227f, 18.769f,
+ 19.466f, 18.663f, 18.188f, 19.537f, 23.079f, 27.015f, 29.004f, 29.951f, 30.078f, 29.079f,
+ 28.368f, 28.745f, 28.829f, 28.481f, 28.554f, 28.009f, 27.766f, 27.831f, 26.863f, 26.276f,
+ 26.719f, 27.281f, 27.294f, 27.886f, 30.195f, 30.530f, 31.677f, 33.336f, 35.968f, 40.253f,
+ 47.269f, 52.336f, 55.495f, 52.161f, 45.669f, 40.116f, 41.669f, 47.313f, 54.971f, 54.292f,
+ 54.816f, 56.167f, 56.810f, 56.099f, 47.762f, 44.927f, 46.670f, 48.238f, 52.400f, 52.801f,
+ 53.820f, 54.465f, 54.518f, 55.760f, 56.262f, 55.766f, 55.809f, 55.603f, 55.866f, 55.893f,
+ 55.372f, 55.350f, 56.109f, 55.515f, 53.497f, 54.303f, 53.632f, 52.719f, 52.324f, 51.546f,
+ 51.265f, 53.747f, 52.593f, 50.398f, 47.744f, 45.581f, 43.461f, 42.295f, 39.420f, 37.183f,
+ 34.533f, 32.247f, 29.111f, 28.961f, 27.153f, 24.480f, 22.307f, 20.238f, 17.817f, 15.472f,
+ 13.606f
+},{
+-29.534f,-27.928f,-25.257f,-22.044f,-18.154f,-16.080f,-14.031f,-12.119f,-10.211f,-10.467f,
+ -8.520f, -6.036f, -2.595f,  2.265f,  6.854f, 11.013f, 13.524f, 14.594f, 14.044f, 10.477f,
+ 10.546f,  9.311f,  8.946f,  9.174f,  9.873f, 10.515f, 11.001f, 11.605f, 12.781f, 13.863f,
+ 15.467f, 18.000f, 21.236f, 24.577f, 25.184f, 26.506f, 27.051f, 27.802f, 27.889f, 27.379f,
+ 26.587f, 25.449f, 24.635f, 24.287f, 23.468f, 24.268f, 23.231f, 22.220f, 21.973f, 20.431f,
+ 19.967f, 19.016f, 18.700f, 18.007f, 17.496f, 17.829f, 16.779f, 17.246f, 16.870f, 16.630f,
+ 16.651f, 16.566f, 16.708f, 16.551f, 16.338f, 15.639f, 14.694f, 14.203f, 13.775f, 13.594f,
+ 13.478f, 12.835f, 12.769f, 13.048f, 13.050f, 13.045f, 13.288f, 13.373f, 12.962f, 12.712f,
+ 13.381f, 14.086f, 15.010f, 15.376f, 15.591f, 16.836f, 17.802f, 17.811f, 17.727f, 18.252f,
+ 18.851f, 18.444f, 19.283f, 19.079f, 22.399f, 25.615f, 27.363f, 28.189f, 28.789f, 28.367f,
+ 27.905f, 29.157f, 28.605f, 27.885f, 28.207f, 28.333f, 28.090f, 27.467f, 26.833f, 25.929f,
+ 26.909f, 27.385f, 26.130f, 25.918f, 28.534f, 30.376f, 31.556f, 33.261f, 36.021f, 40.426f,
+ 46.259f, 49.718f, 53.836f, 54.610f, 47.548f, 43.626f, 42.412f, 47.245f, 52.206f, 54.330f,
+ 54.471f, 54.537f, 54.489f, 55.206f, 49.560f, 44.856f, 46.214f, 50.297f, 51.463f, 51.730f,
+ 52.943f, 53.962f, 54.035f, 54.585f, 55.260f, 55.094f, 55.036f, 54.925f, 55.201f, 54.540f,
+ 54.208f, 53.215f, 54.483f, 53.572f, 52.335f, 53.278f, 52.998f, 52.028f, 51.032f, 51.089f,
+ 51.329f, 53.474f, 52.424f, 50.058f, 47.734f, 45.418f, 43.036f, 41.825f, 39.673f, 37.096f,
+ 34.365f, 31.408f, 28.793f, 29.090f, 27.152f, 24.531f, 22.340f, 20.208f, 17.782f, 15.471f,
+ 13.606f
+},{
+-29.534f,-27.917f,-25.194f,-22.052f,-18.141f,-16.045f,-14.028f,-12.115f,-10.332f,-10.284f,
+ -8.083f, -5.487f, -2.173f,  2.467f,  6.901f, 10.695f, 13.676f, 13.673f, 13.489f, 10.738f,
+ 10.508f,  8.912f,  9.663f,  9.826f, 10.348f, 10.839f, 11.120f, 11.655f, 12.731f, 14.062f,
+ 15.206f, 17.998f, 20.741f, 24.186f, 25.490f, 26.650f, 27.370f, 28.226f, 27.597f, 27.037f,
+ 26.408f, 25.093f, 24.333f, 24.141f, 23.238f, 23.646f, 22.309f, 21.198f, 21.411f, 20.129f,
+ 18.942f, 18.585f, 17.316f, 17.713f, 17.530f, 17.386f, 17.840f, 17.350f, 18.276f, 17.562f,
+ 17.498f, 17.530f, 17.295f, 17.432f, 17.095f, 16.458f, 15.611f, 15.015f, 14.446f, 14.171f,
+ 13.981f, 13.354f, 13.052f, 13.017f, 13.144f, 13.434f, 13.030f, 13.289f, 12.728f, 12.691f,
+ 13.365f, 14.059f, 14.996f, 15.891f, 15.900f, 16.583f, 17.722f, 17.607f, 17.593f, 17.821f,
+ 18.106f, 18.063f, 19.028f, 18.142f, 20.507f, 24.238f, 27.220f, 27.701f, 27.328f, 27.005f,
+ 27.018f, 27.628f, 27.856f, 28.115f, 29.075f, 29.100f, 28.526f, 28.130f, 27.013f, 26.444f,
+ 27.031f, 27.390f, 25.485f, 25.230f, 27.249f, 29.373f, 31.322f, 32.977f, 35.790f, 40.126f,
+ 43.658f, 47.860f, 51.136f, 52.410f, 51.533f, 48.364f, 45.523f, 48.400f, 50.838f, 54.138f,
+ 52.391f, 53.721f, 53.621f, 53.615f, 46.230f, 44.392f, 48.421f, 49.724f, 50.653f, 50.816f,
+ 52.053f, 52.937f, 53.850f, 54.571f, 53.858f, 54.424f, 54.047f, 53.723f, 52.786f, 53.645f,
+ 53.724f, 51.715f, 52.420f, 52.165f, 51.892f, 52.695f, 52.000f, 51.623f, 50.830f, 50.572f,
+ 51.300f, 53.068f, 52.194f, 49.783f, 47.489f, 45.286f, 42.578f, 41.210f, 39.279f, 36.408f,
+ 34.000f, 30.733f, 28.845f, 29.087f, 27.181f, 24.621f, 22.397f, 20.183f, 17.748f, 15.469f,
+ 13.606f
+},{
+-29.534f,-27.907f,-25.125f,-22.051f,-18.133f,-15.945f,-14.108f,-12.177f,-10.485f,-10.048f,
+ -7.640f, -4.909f, -1.564f,  2.546f,  6.975f, 10.804f, 13.300f, 12.704f, 13.200f, 10.919f,
+ 10.144f,  8.827f,  9.978f, 10.408f, 10.780f, 11.269f, 11.415f, 11.963f, 12.873f, 14.138f,
+ 15.454f, 18.007f, 21.113f, 23.484f, 24.835f, 27.057f, 27.690f, 27.793f, 27.381f, 26.845f,
+ 26.021f, 24.778f, 23.990f, 23.632f, 23.308f, 22.505f, 21.833f, 21.980f, 20.203f, 19.686f,
+ 18.432f, 17.540f, 16.350f, 16.902f, 17.168f, 16.994f, 17.204f, 18.688f, 18.521f, 18.324f,
+ 18.400f, 18.391f, 17.986f, 18.107f, 17.922f, 17.342f, 16.117f, 16.005f, 15.288f, 14.773f,
+ 14.688f, 14.167f, 13.610f, 13.336f, 13.328f, 13.297f, 12.899f, 13.328f, 12.289f, 12.107f,
+ 12.745f, 14.081f, 15.169f, 16.130f, 16.750f, 16.570f, 17.661f, 17.673f, 17.512f, 17.663f,
+ 17.740f, 17.714f, 17.827f, 18.087f, 19.901f, 25.172f, 27.542f, 27.753f, 27.642f, 27.091f,
+ 26.407f, 26.048f, 26.792f, 26.814f, 26.595f, 28.228f, 28.712f, 28.668f, 27.316f, 27.022f,
+ 26.556f, 26.989f, 25.237f, 25.428f, 26.297f, 28.160f, 30.349f, 31.933f, 34.081f, 37.812f,
+ 41.367f, 45.506f, 48.180f, 51.696f, 51.448f, 49.912f, 47.540f, 50.842f, 51.202f, 53.306f,
+ 52.386f, 53.679f, 54.027f, 51.426f, 46.928f, 46.617f, 49.390f, 49.315f, 49.590f, 50.445f,
+ 50.182f, 50.644f, 51.868f, 52.806f, 52.610f, 53.029f, 52.204f, 52.302f, 50.256f, 52.465f,
+ 52.911f, 50.656f, 50.047f, 51.446f, 51.761f, 52.046f, 51.661f, 50.914f, 50.823f, 49.899f,
+ 50.816f, 52.457f, 51.944f, 49.542f, 47.246f, 45.108f, 42.212f, 40.953f, 38.726f, 35.655f,
+ 33.672f, 30.541f, 29.252f, 28.978f, 27.242f, 24.737f, 22.468f, 20.163f, 17.716f, 15.466f,
+ 13.606f
+},{
+-29.534f,-27.897f,-25.051f,-22.039f,-18.132f,-15.799f,-14.259f,-12.311f,-10.615f, -9.776f,
+ -7.307f, -4.563f, -1.162f,  2.456f,  6.845f, 11.005f, 12.659f, 12.348f, 12.822f, 11.334f,
+ 10.719f,  9.190f,  9.986f, 10.640f, 11.222f, 11.730f, 12.053f, 12.288f, 13.087f, 14.067f,
+ 15.566f, 17.915f, 21.003f, 23.067f, 24.515f, 27.469f, 27.705f, 27.557f, 26.961f, 26.592f,
+ 25.752f, 24.448f, 23.671f, 23.177f, 22.689f, 21.777f, 22.689f, 20.852f, 19.774f, 18.740f,
+ 17.917f, 17.035f, 15.888f, 16.407f, 16.676f, 17.153f, 18.053f, 18.819f, 19.237f, 18.961f,
+ 19.111f, 19.130f, 19.094f, 18.884f, 18.540f, 18.205f, 16.712f, 16.768f, 15.902f, 15.620f,
+ 15.415f, 15.247f, 14.673f, 14.044f, 13.668f, 13.510f, 13.031f, 12.467f, 11.796f, 11.577f,
+ 12.627f, 13.817f, 15.207f, 16.133f, 17.126f, 17.037f, 18.047f, 17.951f, 17.838f, 17.630f,
+ 17.469f, 17.585f, 17.001f, 17.601f, 20.252f, 24.441f, 27.162f, 28.002f, 27.156f, 25.697f,
+ 25.278f, 25.413f, 26.059f, 26.062f, 25.264f, 25.640f, 28.147f, 28.075f, 28.631f, 28.157f,
+ 28.540f, 28.908f, 27.284f, 26.694f, 26.311f, 27.385f, 28.410f, 29.836f, 31.431f, 36.354f,
+ 38.972f, 43.343f, 47.114f, 49.614f, 51.025f, 49.938f, 47.663f, 49.950f, 51.740f, 52.668f,
+ 52.723f, 52.940f, 51.708f, 50.233f, 48.663f, 47.560f, 48.342f, 48.517f, 48.888f, 49.067f,
+ 48.049f, 48.106f, 49.163f, 50.801f, 51.154f, 50.926f, 49.989f, 50.065f, 49.024f, 50.518f,
+ 50.981f, 51.020f, 49.287f, 50.315f, 51.386f, 51.542f, 51.267f, 50.641f, 50.215f, 49.210f,
+ 50.298f, 51.798f, 51.599f, 49.227f, 47.207f, 44.677f, 42.277f, 41.153f, 38.423f, 35.351f,
+ 33.545f, 30.908f, 29.877f, 28.811f, 27.321f, 24.863f, 22.543f, 20.150f, 17.686f, 15.462f,
+ 13.606f
+},{
+-29.534f,-27.888f,-24.975f,-22.013f,-18.140f,-15.637f,-14.450f,-12.489f,-10.677f, -9.516f,
+ -7.143f, -4.597f, -1.353f,  2.121f,  6.408f, 10.464f, 11.750f, 12.582f, 12.407f, 12.616f,
+ 12.857f, 10.021f, 10.154f, 10.646f, 11.833f, 12.456f, 12.724f, 12.886f, 13.213f, 14.150f,
+ 15.272f, 17.879f, 20.764f, 22.963f, 24.603f, 27.003f, 27.587f, 27.312f, 26.803f, 26.526f,
+ 25.291f, 24.096f, 23.523f, 22.860f, 22.752f, 21.480f, 22.172f, 18.988f, 19.650f, 17.750f,
+ 17.522f, 16.845f, 16.386f, 16.183f, 17.003f, 17.802f, 18.774f, 19.157f, 19.414f, 20.208f,
+ 20.392f, 20.320f, 19.995f, 19.687f, 19.195f, 19.094f, 17.727f, 17.493f, 16.872f, 16.112f,
+ 16.132f, 15.979f, 15.094f, 14.507f, 13.875f, 13.380f, 12.826f, 12.117f, 11.241f, 11.934f,
+ 12.519f, 12.857f, 14.591f, 16.103f, 17.129f, 17.396f, 18.050f, 18.272f, 18.391f, 17.622f,
+ 17.305f, 17.384f, 16.676f, 17.044f, 18.966f, 22.479f, 26.936f, 26.761f, 26.042f, 24.794f,
+ 24.105f, 24.333f, 25.136f, 26.068f, 24.616f, 24.020f, 26.847f, 27.605f, 28.812f, 29.965f,
+ 30.065f, 29.214f, 28.555f, 27.388f, 27.796f, 27.299f, 26.763f, 27.335f, 29.782f, 33.521f,
+ 37.537f, 41.763f, 44.136f, 48.303f, 50.145f, 50.431f, 46.838f, 46.726f, 50.401f, 51.817f,
+ 52.456f, 51.249f, 50.245f, 51.390f, 48.555f, 47.214f, 47.805f, 48.125f, 48.277f, 48.255f,
+ 46.171f, 46.144f, 47.757f, 48.543f, 48.096f, 48.258f, 48.075f, 48.496f, 48.596f, 48.469f,
+ 49.185f, 50.555f, 49.938f, 49.639f, 50.646f, 51.296f, 50.668f, 50.105f, 49.348f, 48.775f,
+ 49.634f, 50.929f, 51.099f, 48.981f, 47.136f, 44.066f, 42.825f, 41.472f, 38.405f, 35.629f,
+ 33.647f, 31.629f, 30.516f, 28.632f, 27.390f, 24.982f, 22.610f, 20.145f, 17.658f, 15.457f,
+ 13.606f
+},{
+-29.534f,-27.880f,-24.897f,-21.973f,-18.154f,-15.493f,-14.636f,-12.657f,-10.648f, -9.301f,
+ -7.084f, -4.850f, -2.015f,  1.642f,  5.903f,  9.258f, 10.905f, 13.100f, 12.465f, 13.448f,
+ 14.464f, 10.528f, 10.660f, 10.931f, 12.894f, 13.775f, 13.406f, 13.503f, 13.701f, 14.329f,
+ 15.132f, 17.828f, 20.762f, 22.627f, 24.433f, 27.098f, 27.238f, 27.168f, 26.391f, 26.405f,
+ 25.022f, 23.761f, 23.319f, 22.775f, 22.479f, 21.243f, 20.774f, 18.793f, 23.573f, 17.031f,
+ 17.474f, 16.804f, 16.597f, 16.734f, 16.967f, 17.767f, 18.370f, 20.028f, 20.044f, 20.940f,
+ 21.409f, 21.247f, 20.852f, 20.564f, 20.098f, 19.847f, 18.959f, 18.146f, 17.336f, 16.808f,
+ 16.339f, 16.371f, 15.504f, 14.713f, 14.061f, 13.421f, 12.683f, 11.942f, 11.145f, 11.092f,
+ 11.477f, 11.602f, 13.059f, 15.223f, 16.411f, 16.838f, 17.664f, 18.217f, 18.196f, 17.846f,
+ 17.162f, 16.992f, 16.895f, 16.616f, 17.673f, 20.453f, 25.912f, 26.234f, 25.914f, 24.272f,
+ 23.262f, 23.412f, 24.155f, 25.095f, 23.751f, 22.245f, 24.140f, 27.104f, 28.980f, 30.837f,
+ 31.445f, 30.261f, 30.432f, 29.865f, 29.163f, 27.348f, 25.617f, 25.845f, 28.325f, 30.965f,
+ 35.389f, 39.102f, 41.083f, 45.020f, 48.293f, 49.580f, 47.460f, 46.235f, 49.156f, 49.913f,
+ 51.091f, 50.314f, 49.985f, 52.108f, 48.706f, 47.140f, 48.169f, 47.587f, 47.370f, 47.048f,
+ 45.038f, 45.301f, 46.300f, 46.367f, 45.821f, 46.184f, 46.676f, 47.262f, 47.762f, 46.927f,
+ 48.227f, 49.454f, 50.172f, 49.071f, 49.781f, 50.804f, 50.320f, 48.953f, 48.675f, 48.539f,
+ 48.836f, 50.053f, 50.553f, 48.925f, 46.724f, 43.723f, 43.370f, 41.560f, 38.495f, 36.215f,
+ 33.895f, 32.344f, 30.978f, 28.477f, 27.419f, 25.076f, 22.659f, 20.147f, 17.632f, 15.452f,
+ 13.606f
+}};
diff --git a/src/ionex.c b/src/ionex.c
new file mode 100644
index 0000000..ff8499d
--- /dev/null
+++ b/src/ionex.c
@@ -0,0 +1,478 @@
+/*------------------------------------------------------------------------------
+* ionex.c : ionex functions
+*
+*          Copyright (C) 2011-2013 by T.TAKASU, All rights reserved.
+*
+* references:
+*     [1] S.Schear, W.Gurtner and J.Feltens, IONEX: The IONosphere Map EXchange
+*         Format Version 1, February 25, 1998
+*     [2] S.Schaer, R.Markus, B.Gerhard and A.S.Timon, Daily Global Ionosphere
+*         Maps based on GPS Carrier Phase Data Routinely producted by CODE
+*         Analysis Center, Proceeding of the IGS Analysis Center Workshop, 1996
+*
+* version : $Revision:$ $Date:$
+* history : 2011/03/29 1.0 new
+*           2013/03/05 1.1 change api readtec()
+*                          fix problem in case of lat>85deg or lat<-85deg
+*           2014/02/22 1.2 fix problem on compiled as C++
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define SQR(x)      ((x)*(x))
+#define VAR_NOTEC   SQR(30.0)   /* variance of no tec */
+#define MIN_EL      0.0         /* min elevation angle (rad) */
+#define MIN_HGT     -1000.0     /* min user height (m) */
+
+/* get index -----------------------------------------------------------------*/
+static int getindex(double value, const double *range)
+{
+    if (range[2]==0.0) return 0;
+    if (range[1]>0.0&&(value<range[0]||range[1]<value)) return -1;
+    if (range[1]<0.0&&(value<range[1]||range[0]<value)) return -1;
+    return (int)floor((value-range[0])/range[2]+0.5);
+}
+/* get number of items -------------------------------------------------------*/
+static int nitem(const double *range)
+{
+    return getindex(range[1],range)+1;
+}
+/* data index (i:lat,j:lon,k:hgt) --------------------------------------------*/
+static int dataindex(int i, int j, int k, const int *ndata)
+{
+    if (i<0||ndata[0]<=i||j<0||ndata[1]<=j||k<0||ndata[2]<=k) return -1;
+    return i+ndata[0]*(j+ndata[1]*k);
+}
+/* add tec data to navigation data -------------------------------------------*/
+static tec_t *addtec(const double *lats, const double *lons, const double *hgts,
+                     double rb, nav_t *nav)
+{
+    tec_t *p,*nav_tec;
+    gtime_t time0={0};
+    int i,n,ndata[3];
+    
+    trace(3,"addtec  :\n");
+    
+    ndata[0]=nitem(lats);
+    ndata[1]=nitem(lons);
+    ndata[2]=nitem(hgts);
+    if (ndata[0]<=1||ndata[1]<=1||ndata[2]<=0) return NULL;
+    
+    if (nav->nt>=nav->ntmax) {
+        nav->ntmax+=256;
+        if (!(nav_tec=(tec_t *)realloc(nav->tec,sizeof(tec_t)*nav->ntmax))) {
+            trace(1,"readionex malloc error ntmax=%d\n",nav->ntmax);
+            free(nav->tec); nav->tec=NULL; nav->nt=nav->ntmax=0;
+            return NULL;
+        }
+        nav->tec=nav_tec;
+    }
+    p=nav->tec+nav->nt;
+    p->time=time0;
+    p->rb=rb;
+    for (i=0;i<3;i++) {
+        p->ndata[i]=ndata[i];
+        p->lats[i]=lats[i];
+        p->lons[i]=lons[i];
+        p->hgts[i]=hgts[i];
+    }
+    n=ndata[0]*ndata[1]*ndata[2];
+    
+    if (!(p->data=(double *)malloc(sizeof(double)*n))||
+        !(p->rms =(float  *)malloc(sizeof(float )*n))) {
+        return NULL;
+    }
+    for (i=0;i<n;i++) {
+        p->data[i]=0.0;
+        p->rms [i]=0.0f;
+    }
+    nav->nt++;
+    return p;
+}
+/* read ionex dcb aux data ----------------------------------------------------*/
+static void readionexdcb(FILE *fp, double *dcb, double *rms)
+{
+    int i,sat;
+    char buff[1024],id[32],*label;
+    
+    trace(3,"readionexdcb:\n");
+    
+    for (i=0;i<MAXSAT;i++) dcb[i]=rms[i]=0.0;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (strlen(buff)<60) continue;
+        label=buff+60;
+        
+        if (strstr(label,"PRN / BIAS / RMS")==label) {
+            
+            strncpy(id,buff+3,3); id[3]='\0';
+            
+            if (!(sat=satid2no(id))) {
+                trace(2,"ionex invalid satellite: %s\n",id);
+                continue;
+            }
+            dcb[sat-1]=str2num(buff, 6,10);
+            rms[sat-1]=str2num(buff,16,10);
+        }
+        else if (strstr(label,"END OF AUX DATA")==label) break;
+    }
+}
+/* read ionex header ---------------------------------------------------------*/
+static double readionexh(FILE *fp, double *lats, double *lons, double *hgts,
+                         double *rb, double *nexp, double *dcb, double *rms)
+{
+    double ver=0.0;
+    char buff[1024],*label;
+    
+    trace(3,"readionexh:\n");
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (strlen(buff)<60) continue;
+        label=buff+60;
+        
+        if (strstr(label,"IONEX VERSION / TYPE")==label) {
+            if (buff[20]=='I') ver=str2num(buff,0,8);
+        }
+        else if (strstr(label,"BASE RADIUS")==label) {
+            *rb=str2num(buff,0,8);
+        }
+        else if (strstr(label,"HGT1 / HGT2 / DHGT")==label) {
+            hgts[0]=str2num(buff, 2,6);
+            hgts[1]=str2num(buff, 8,6);
+            hgts[2]=str2num(buff,14,6);
+        }
+        else if (strstr(label,"LAT1 / LAT2 / DLAT")==label) {
+            lats[0]=str2num(buff, 2,6);
+            lats[1]=str2num(buff, 8,6);
+            lats[2]=str2num(buff,14,6);
+        }
+        else if (strstr(label,"LON1 / LON2 / DLON")==label) {
+            lons[0]=str2num(buff, 2,6);
+            lons[1]=str2num(buff, 8,6);
+            lons[2]=str2num(buff,14,6);
+        }
+        else if (strstr(label,"EXPONENT")==label) {
+            *nexp=str2num(buff,0,6);
+        }
+        else if (strstr(label,"START OF AUX DATA")==label&&
+                 strstr(buff,"DIFFERENTIAL CODE BIASES")) {
+            readionexdcb(fp,dcb,rms);
+        }
+        else if (strstr(label,"END OF HEADER")==label) {
+            return ver;
+        }
+    }
+    return 0.0;
+}
+/* read ionex body -----------------------------------------------------------*/
+static int readionexb(FILE *fp, const double *lats, const double *lons,
+                      const double *hgts, double rb, double nexp, nav_t *nav)
+{
+    tec_t *p=NULL;
+    gtime_t time={0};
+    double lat,lon[3],hgt,x;
+    int i,j,k,n,m,index,type=0;
+    char buff[1024],*label=buff+60;
+    
+    trace(3,"readionexb:\n");
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (strlen(buff)<60) continue;
+        
+        if (strstr(label,"START OF TEC MAP")==label) {
+            if ((p=addtec(lats,lons,hgts,rb,nav))) type=1;
+        }
+        else if (strstr(label,"END OF TEC MAP")==label) {
+            type=0;
+            p=NULL;
+        }
+        else if (strstr(label,"START OF RMS MAP")==label) {
+            type=2;
+            p=NULL;
+        }
+        else if (strstr(label,"END OF RMS MAP")==label) {
+            type=0;
+            p=NULL;
+        }
+        else if (strstr(label,"EPOCH OF CURRENT MAP")==label) {
+            if (str2time(buff,0,36,&time)) {
+                trace(2,"ionex epoch invalid: %-36.36s\n",buff);
+                continue;
+            }
+            if (type==2) {
+                for (i=nav->nt-1;i>=0;i--) {
+                    if (fabs(timediff(time,nav->tec[i].time))>=1.0) continue;
+                    p=nav->tec+i;
+                    break;
+                }
+            }
+            else if (p) p->time=time;
+        }
+        else if (strstr(label,"LAT/LON1/LON2/DLON/H")==label&&p) {
+            lat   =str2num(buff, 2,6);
+            lon[0]=str2num(buff, 8,6);
+            lon[1]=str2num(buff,14,6);
+            lon[2]=str2num(buff,20,6);
+            hgt   =str2num(buff,26,6);
+            
+            i=getindex(lat,p->lats);
+            k=getindex(hgt,p->hgts);
+            n=nitem(lon);
+            
+            for (m=0;m<n;m++) {
+                if (m%16==0&&!fgets(buff,sizeof(buff),fp)) break;
+                
+                j=getindex(lon[0]+lon[2]*m,p->lons);
+                if ((index=dataindex(i,j,k,p->ndata))<0) continue;
+                
+                if ((x=str2num(buff,m%16*5,5))==9999.0) continue;
+                
+                if (type==1) p->data[index]=x*pow(10.0,nexp);
+                else p->rms[index]=(float)(x*pow(10.0,nexp));
+            }
+        }
+    }
+    return 1;
+}
+/* combine tec grid data -----------------------------------------------------*/
+static void combtec(nav_t *nav)
+{
+    tec_t tmp;
+    int i,j,n=0;
+    
+    trace(3,"combtec : nav->nt=%d\n",nav->nt);
+    
+    for (i=0;i<nav->nt-1;i++) {
+        for (j=i+1;j<nav->nt;j++) {
+            if (timediff(nav->tec[j].time,nav->tec[i].time)<0.0) {
+                tmp=nav->tec[i];
+                nav->tec[i]=nav->tec[j];
+                nav->tec[j]=tmp;
+            }
+        }
+    }
+    for (i=0;i<nav->nt;i++) {
+        if (i>0&&timediff(nav->tec[i].time,nav->tec[n-1].time)==0.0) {
+            free(nav->tec[n-1].data);
+            free(nav->tec[n-1].rms );
+            nav->tec[n-1]=nav->tec[i];
+            continue;
+        }
+        nav->tec[n++]=nav->tec[i];
+    }
+    nav->nt=n;
+    
+    trace(4,"combtec : nav->nt=%d\n",nav->nt);
+}
+/* read ionex tec grid file ----------------------------------------------------
+* read ionex ionospheric tec grid file
+* args   : char   *file       I   ionex tec grid file
+*                                 (wind-card * is expanded)
+*          nav_t  *nav        IO  navigation data
+*                                 nav->nt, nav->ntmax and nav->tec are modified
+*          int    opt         I   read option (1: no clear of tec data,0:clear)
+* return : none
+* notes  : see ref [1]
+*-----------------------------------------------------------------------------*/
+extern void readtec(const char *file, nav_t *nav, int opt)
+{
+    FILE *fp;
+    double lats[3]={0},lons[3]={0},hgts[3]={0},rb=0.0,nexp=-1.0;
+    double dcb[MAXSAT]={0},rms[MAXSAT]={0};
+    int i,n;
+    char *efiles[MAXEXFILE];
+    
+    trace(3,"readtec : file=%s\n",file);
+    
+    /* clear of tec grid data option */
+    if (!opt) {
+        free(nav->tec); nav->tec=NULL; nav->nt=nav->ntmax=0;
+    }
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return;
+        }
+    }
+    /* expand wild card in file path */
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=0;i<n;i++) {
+        if (!(fp=fopen(efiles[i],"r"))) {
+            trace(2,"ionex file open error %s\n",efiles[i]);
+            continue;
+        }
+        /* read ionex header */
+        if (readionexh(fp,lats,lons,hgts,&rb,&nexp,dcb,rms)<=0.0) {
+            trace(2,"ionex file format error %s\n",efiles[i]);
+            continue;
+        }
+        /* read ionex body */
+        readionexb(fp,lats,lons,hgts,rb,nexp,nav);
+        
+        fclose(fp);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    /* combine tec grid data */
+    if (nav->nt>0) combtec(nav);
+    
+    /* P1-P2 dcb */
+    for (i=0;i<MAXSAT;i++) {
+        nav->cbias[i][0]=CLIGHT*dcb[i]*1E-9; /* ns->m */
+    }
+}
+/* interpolate tec grid data -------------------------------------------------*/
+static int interptec(const tec_t *tec, int k, const double *posp, double *value,
+                     double *rms)
+{
+    double dlat,dlon,a,b,d[4]={0},r[4]={0};
+    int i,j,n,index;
+    
+    trace(3,"interptec: k=%d posp=%.2f %.2f\n",k,posp[0]*R2D,posp[1]*R2D);
+    *value=*rms=0.0;
+    
+    if (tec->lats[2]==0.0||tec->lons[2]==0.0) return 0;
+    
+    dlat=posp[0]*R2D-tec->lats[0];
+    dlon=posp[1]*R2D-tec->lons[0];
+    if (tec->lons[2]>0.0) dlon-=floor( dlon/360)*360.0; /*  0<=dlon<360 */
+    else                  dlon+=floor(-dlon/360)*360.0; /* -360<dlon<=0 */
+    
+    a=dlat/tec->lats[2];
+    b=dlon/tec->lons[2];
+    i=(int)floor(a); a-=i;
+    j=(int)floor(b); b-=j;
+    
+    /* get gridded tec data */
+    for (n=0;n<4;n++) {
+        if ((index=dataindex(i+(n%2),j+(n<2?0:1),k,tec->ndata))<0) continue;
+        d[n]=tec->data[index];
+        r[n]=tec->rms [index];
+    }
+    if (d[0]>0.0&&d[1]>0.0&&d[2]>0.0&&d[3]>0.0) {
+        
+        /* bilinear interpolation (inside of grid) */
+        *value=(1.0-a)*(1.0-b)*d[0]+a*(1.0-b)*d[1]+(1.0-a)*b*d[2]+a*b*d[3];
+        *rms  =(1.0-a)*(1.0-b)*r[0]+a*(1.0-b)*r[1]+(1.0-a)*b*r[2]+a*b*r[3];
+    }
+    /* nearest-neighbour extrapolation (outside of grid) */
+    else if (a<=0.5&&b<=0.5&&d[0]>0.0) {*value=d[0]; *rms=r[0];}
+    else if (a> 0.5&&b<=0.5&&d[1]>0.0) {*value=d[1]; *rms=r[1];}
+    else if (a<=0.5&&b> 0.5&&d[2]>0.0) {*value=d[2]; *rms=r[2];}
+    else if (a> 0.5&&b> 0.5&&d[3]>0.0) {*value=d[3]; *rms=r[3];}
+    else {
+        i=0;
+        for (n=0;n<4;n++) if (d[n]>0.0) {i++; *value+=d[n]; *rms+=r[n];}
+        if(i==0) return 0;
+        *value/=i; *rms/=i;
+    }
+    return 1;
+}
+/* ionosphere delay by tec grid data -----------------------------------------*/
+static int iondelay(gtime_t time, const tec_t *tec, const double *pos,
+                    const double *azel, int opt, double *delay, double *var)
+{
+    const double fact=40.30E16/FREQ1/FREQ1; /* tecu->L1 iono (m) */
+    double fs,posp[3]={0},vtec,rms,hion,rp;
+    int i;
+    
+    trace(3,"iondelay: time=%s pos=%.1f %.1f azel=%.1f %.1f\n",time_str(time,0),
+          pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,azel[1]*R2D);
+    
+    *delay=*var=0.0;
+    
+    for (i=0;i<tec->ndata[2];i++) { /* for a layer */
+        
+        hion=tec->hgts[0]+tec->hgts[2]*i;
+        
+        /* ionospheric pierce point position */
+        fs=ionppp(pos,azel,tec->rb,hion,posp);
+        
+        if (opt&2) {
+            /* modified single layer mapping function (M-SLM) ref [2] */
+            rp=tec->rb/(tec->rb+hion)*sin(0.9782*(PI/2.0-azel[1]));
+            fs=1.0/sqrt(1.0-rp*rp);
+        }
+        if (opt&1) {
+            /* earth rotation correction (sun-fixed coordinate) */
+            posp[1]+=2.0*PI*timediff(time,tec->time)/86400.0;
+        }
+        /* interpolate tec grid data */
+        if (!interptec(tec,i,posp,&vtec,&rms)) return 0;
+        
+        *delay+=fact*fs*vtec;
+        *var+=fact*fact*fs*fs*rms*rms;
+    }
+    trace(4,"iondelay: delay=%7.2f std=%6.2f\n",*delay,sqrt(*var));
+    
+    return 1;
+}
+/* ionosphere model by tec grid data -------------------------------------------
+* compute ionospheric delay by tec grid data
+* args   : gtime_t time     I   time (gpst)
+*          nav_t  *nav      I   navigation data
+*          double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          int    opt       I   model option
+*                                bit0: 0:earth-fixed,1:sun-fixed
+*                                bit1: 0:single-layer,1:modified single-layer
+*          double *delay    O   ionospheric delay (L1) (m)
+*          double *var      O   ionospheric dealy (L1) variance (m^2)
+* return : status (1:ok,0:error)
+* notes  : before calling the function, read tec grid data by calling readtec()
+*          return ok with delay=0 and var=VAR_NOTEC if el<MIN_EL or h<MIN_HGT
+*-----------------------------------------------------------------------------*/
+extern int iontec(gtime_t time, const nav_t *nav, const double *pos,
+                  const double *azel, int opt, double *delay, double *var)
+{
+    double dels[2],vars[2],a,tt;
+    int i,stat[2];
+    
+    trace(3,"iontec  : time=%s pos=%.1f %.1f azel=%.1f %.1f\n",time_str(time,0),
+          pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,azel[1]*R2D);
+    
+    if (azel[1]<MIN_EL||pos[2]<MIN_HGT) {
+        *delay=0.0;
+        *var=VAR_NOTEC;
+        return 1;
+    }
+    for (i=0;i<nav->nt;i++) {
+        if (timediff(nav->tec[i].time,time)>0.0) break;
+    }
+    if (i==0||i>=nav->nt) {
+        trace(2,"%s: tec grid out of period\n",time_str(time,0));
+        return 0;
+    }
+    if ((tt=timediff(nav->tec[i].time,nav->tec[i-1].time))==0.0) {
+        trace(2,"tec grid time interval error\n");
+        return 0;
+    }
+    /* ionospheric delay by tec grid data */
+    stat[0]=iondelay(time,nav->tec+i-1,pos,azel,opt,dels  ,vars  );
+    stat[1]=iondelay(time,nav->tec+i  ,pos,azel,opt,dels+1,vars+1);
+    
+    if (!stat[0]&&!stat[1]) {
+        trace(2,"%s: tec grid out of area pos=%6.2f %7.2f azel=%6.1f %5.1f\n",
+              time_str(time,0),pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,azel[1]*R2D);
+        return 0;
+    }
+    if (stat[0]&&stat[1]) { /* linear interpolation by time */
+        a=timediff(time,nav->tec[i-1].time)/tt;
+        *delay=dels[0]*(1.0-a)+dels[1]*a;
+        *var  =vars[0]*(1.0-a)+vars[1]*a;
+    }
+    else if (stat[0]) { /* nearest-neighbour extrapolation by time */
+        *delay=dels[0];
+        *var  =vars[0];
+    }
+    else {
+        *delay=dels[1];
+        *var  =vars[1];
+    }
+    trace(3,"iontec  : delay=%5.2f std=%5.2f\n",*delay,sqrt(*var));
+    return 1;
+}
diff --git a/src/lambda.c b/src/lambda.c
new file mode 100644
index 0000000..4b1bba8
--- /dev/null
+++ b/src/lambda.c
@@ -0,0 +1,250 @@
+/*------------------------------------------------------------------------------
+* lambda.c : integer ambiguity resolution
+*
+*          Copyright (C) 2007-2008 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] P.J.G.Teunissen, The least-square ambiguity decorrelation adjustment:
+*         a method for fast GPS ambiguity estimation, J.Geodesy, Vol.70, 65-82,
+*         1995
+*     [2] X.-W.Chang, X.Yang, T.Zhou, MLAMBDA: A modified LAMBDA method for
+*         integer least-squares estimation, J.Geodesy, Vol.79, 552-565, 2005
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/13 1.0 new
+*           2015/05/31 1.1 add api lambda_reduction(), lambda_search()
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: lambda.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+/* constants/macros ----------------------------------------------------------*/
+
+#define LOOPMAX     10000           /* maximum count of search loop */
+
+#define SGN(x)      ((x)<=0.0?-1.0:1.0)
+#define ROUND(x)    (floor((x)+0.5))
+#define SWAP(x,y)   do {double tmp_; tmp_=x; x=y; y=tmp_;} while (0)
+
+/* LD factorization (Q=L'*diag(D)*L) -----------------------------------------*/
+static int LD(int n, const double *Q, double *L, double *D)
+{
+    int i,j,k,info=0;
+    double a,*A=mat(n,n);
+    
+    memcpy(A,Q,sizeof(double)*n*n);
+    for (i=n-1;i>=0;i--) {
+        if ((D[i]=A[i+i*n])<=0.0) {info=-1; break;}
+        a=sqrt(D[i]);
+        for (j=0;j<=i;j++) L[i+j*n]=A[i+j*n]/a;
+        for (j=0;j<=i-1;j++) for (k=0;k<=j;k++) A[j+k*n]-=L[i+k*n]*L[i+j*n];
+        for (j=0;j<=i;j++) L[i+j*n]/=L[i+i*n];
+    }
+    free(A);
+    if (info) fprintf(stderr,"%s : LD factorization error\n",__FILE__);
+    return info;
+}
+/* integer gauss transformation ----------------------------------------------*/
+static void gauss(int n, double *L, double *Z, int i, int j)
+{
+    int k,mu;
+    
+    if ((mu=(int)ROUND(L[i+j*n]))!=0) {
+        for (k=i;k<n;k++) L[k+n*j]-=(double)mu*L[k+i*n];
+        for (k=0;k<n;k++) Z[k+n*j]-=(double)mu*Z[k+i*n];
+    }
+}
+/* permutations --------------------------------------------------------------*/
+static void perm(int n, double *L, double *D, int j, double del, double *Z)
+{
+    int k;
+    double eta,lam,a0,a1;
+    
+    eta=D[j]/del;
+    lam=D[j+1]*L[j+1+j*n]/del;
+    D[j]=eta*D[j+1]; D[j+1]=del;
+    for (k=0;k<=j-1;k++) {
+        a0=L[j+k*n]; a1=L[j+1+k*n];
+        L[j+k*n]=-L[j+1+j*n]*a0+a1;
+        L[j+1+k*n]=eta*a0+lam*a1;
+    }
+    L[j+1+j*n]=lam;
+    for (k=j+2;k<n;k++) SWAP(L[k+j*n],L[k+(j+1)*n]);
+    for (k=0;k<n;k++) SWAP(Z[k+j*n],Z[k+(j+1)*n]);
+}
+/* lambda reduction (z=Z'*a, Qz=Z'*Q*Z=L'*diag(D)*L) (ref.[1]) ---------------*/
+static void reduction(int n, double *L, double *D, double *Z)
+{
+    int i,j,k;
+    double del;
+    
+    j=n-2; k=n-2;
+    while (j>=0) {
+        if (j<=k) for (i=j+1;i<n;i++) gauss(n,L,Z,i,j);
+        del=D[j]+L[j+1+j*n]*L[j+1+j*n]*D[j+1];
+        if (del+1E-6<D[j+1]) { /* compared considering numerical error */
+            perm(n,L,D,j,del,Z);
+            k=j; j=n-2;
+        }
+        else j--;
+    }
+}
+/* modified lambda (mlambda) search (ref. [2]) -------------------------------*/
+static int search(int n, int m, const double *L, const double *D,
+                  const double *zs, double *zn, double *s)
+{
+    int i,j,k,c,nn=0,imax=0;
+    double newdist,maxdist=1E99,y;
+    double *S=zeros(n,n),*dist=mat(n,1),*zb=mat(n,1),*z=mat(n,1),*step=mat(n,1);
+    
+    k=n-1; dist[k]=0.0;
+    zb[k]=zs[k];
+    z[k]=ROUND(zb[k]); y=zb[k]-z[k]; step[k]=SGN(y);
+    for (c=0;c<LOOPMAX;c++) {
+        newdist=dist[k]+y*y/D[k];
+        if (newdist<maxdist) {
+            if (k!=0) {
+                dist[--k]=newdist;
+                for (i=0;i<=k;i++)
+                    S[k+i*n]=S[k+1+i*n]+(z[k+1]-zb[k+1])*L[k+1+i*n];
+                zb[k]=zs[k]+S[k+k*n];
+                z[k]=ROUND(zb[k]); y=zb[k]-z[k]; step[k]=SGN(y);
+            }
+            else {
+                if (nn<m) {
+                    if (nn==0||newdist>s[imax]) imax=nn;
+                    for (i=0;i<n;i++) zn[i+nn*n]=z[i];
+                    s[nn++]=newdist;
+                }
+                else {
+                    if (newdist<s[imax]) {
+                        for (i=0;i<n;i++) zn[i+imax*n]=z[i];
+                        s[imax]=newdist;
+                        for (i=imax=0;i<m;i++) if (s[imax]<s[i]) imax=i;
+                    }
+                    maxdist=s[imax];
+                }
+                z[0]+=step[0]; y=zb[0]-z[0]; step[0]=-step[0]-SGN(step[0]);
+            }
+        }
+        else {
+            if (k==n-1) break;
+            else {
+                k++;
+                z[k]+=step[k]; y=zb[k]-z[k]; step[k]=-step[k]-SGN(step[k]);
+            }
+        }
+    }
+    for (i=0;i<m-1;i++) { /* sort by s */
+        for (j=i+1;j<m;j++) {
+            if (s[i]<s[j]) continue;
+            SWAP(s[i],s[j]);
+            for (k=0;k<n;k++) SWAP(zn[k+i*n],zn[k+j*n]);
+        }
+    }
+    free(S); free(dist); free(zb); free(z); free(step);
+    
+    if (c>=LOOPMAX) {
+        fprintf(stderr,"%s : search loop count overflow\n",__FILE__);
+        return -1;
+    }
+    return 0;
+}
+/* lambda/mlambda integer least-square estimation ------------------------------
+* integer least-square estimation. reduction is performed by lambda (ref.[1]),
+* and search by mlambda (ref.[2]).
+* args   : int    n      I  number of float parameters
+*          int    m      I  number of fixed solutions
+*          double *a     I  float parameters (n x 1)
+*          double *Q     I  covariance matrix of float parameters (n x n)
+*          double *F     O  fixed solutions (n x m)
+*          double *s     O  sum of squared residulas of fixed solutions (1 x m)
+* return : status (0:ok,other:error)
+* notes  : matrix stored by column-major order (fortran convension)
+*-----------------------------------------------------------------------------*/
+extern int lambda(int n, int m, const double *a, const double *Q, double *F,
+                  double *s)
+{
+    int info;
+    double *L,*D,*Z,*z,*E;
+    
+    if (n<=0||m<=0) return -1;
+    L=zeros(n,n); D=mat(n,1); Z=eye(n); z=mat(n,1); E=mat(n,m);
+    
+    /* LD factorization */
+    if (!(info=LD(n,Q,L,D))) {
+        
+        /* lambda reduction */
+        reduction(n,L,D,Z);
+        matmul("TN",n,1,n,1.0,Z,a,0.0,z); /* z=Z'*a */
+        
+        /* mlambda search */
+        if (!(info=search(n,m,L,D,z,E,s))) {
+            
+            info=solve("T",Z,E,n,m,F); /* F=Z'\E */
+        }
+    }
+    free(L); free(D); free(Z); free(z); free(E);
+    return info;
+}
+/* lambda reduction ------------------------------------------------------------
+* reduction by lambda (ref [1]) for integer least square
+* args   : int    n      I  number of float parameters
+*          double *Q     I  covariance matrix of float parameters (n x n)
+*          double *Z     O  lambda reduction matrix (n x n)
+* return : status (0:ok,other:error)
+*-----------------------------------------------------------------------------*/
+extern int lambda_reduction(int n, const double *Q, double *Z)
+{
+    double *L,*D;
+    int i,j,info;
+    
+    if (n<=0) return -1;
+    
+    L=zeros(n,n); D=mat(n,1);
+    
+    for (i=0;i<n;i++) for (j=0;j<n;j++) {
+        Z[i+j*n]=i==j?1.0:0.0;
+    }
+    /* LD factorization */
+    if ((info=LD(n,Q,L,D))) {
+        free(L); free(D);
+        return info;
+    }
+    /* lambda reduction */
+    reduction(n,L,D,Z);
+     
+    free(L); free(D);
+    return 0;
+}
+/* mlambda search --------------------------------------------------------------
+* search by  mlambda (ref [2]) for integer least square
+* args   : int    n      I  number of float parameters
+*          int    m      I  number of fixed solutions
+*          double *a     I  float parameters (n x 1)
+*          double *Q     I  covariance matrix of float parameters (n x n)
+*          double *F     O  fixed solutions (n x m)
+*          double *s     O  sum of squared residulas of fixed solutions (1 x m)
+* return : status (0:ok,other:error)
+*-----------------------------------------------------------------------------*/
+extern int lambda_search(int n, int m, const double *a, const double *Q,
+                         double *F, double *s)
+{
+    double *L,*D;
+    int info;
+    
+    if (n<=0||m<=0) return -1;
+    
+    L=zeros(n,n); D=mat(n,1);
+    
+    /* LD factorization */
+    if ((info=LD(n,Q,L,D))) {
+        free(L); free(D);
+        return info;
+    }
+    /* mlambda search */
+    info=search(n,m,L,D,a,F,s);
+    
+    free(L); free(D);
+    return info;
+}
diff --git a/src/options.c b/src/options.c
new file mode 100644
index 0000000..d075fe4
--- /dev/null
+++ b/src/options.c
@@ -0,0 +1,538 @@
+/*------------------------------------------------------------------------------
+* options.c : options functions
+*
+*          Copyright (C) 2010-2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2010/07/20  1.1  moved from postpos.c
+*                            added api:
+*                                searchopt(),str2opt(),opt2str(),opt2buf(),
+*                                loadopts(),saveopts(),resetsysopts(),
+*                                getsysopts(),setsysopts()
+*           2010/09/11  1.2  add options
+*                                pos2-elmaskhold,pos1->snrmaskena
+*                                pos1-snrmask1,2,3
+*           2013/03/11  1.3  add pos1-posopt1,2,3,4,5,pos2-syncsol
+*                                misc-rnxopt1,2,pos1-snrmask_r,_b,_L1,_L2,_L5
+*           2014/10/21  1.4  add pos2-bdsarmode
+*           2015/02/20  1.4  add ppp-fixed as pos1-posmode option
+*           2015/05/10  1.5  add pos2-arthres1,2,3,4
+*           2015/05/31  1.6  add pos2-armaxiter, pos1-posopt6
+*                            add selection precise for pos1-pospot3
+*           2015/11/26  1.7  modify pos1-frequency 4:l1+l2+l5+l6 -> l1+l5
+*           2015/12/05  1.8  add misc-pppopt
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* system options buffer -----------------------------------------------------*/
+static prcopt_t prcopt_;
+static solopt_t solopt_;
+static filopt_t filopt_;
+static int antpostype_[2];
+static double elmask_,elmaskar_,elmaskhold_;
+static double antpos_[2][3];
+static char exsats_[1024];
+static char snrmask_[NFREQ][1024];
+
+/* system options table ------------------------------------------------------*/
+#define SWTOPT  "0:off,1:on"
+#define MODOPT  "0:single,1:dgps,2:kinematic,3:static,4:movingbase,5:fixed,6:ppp-kine,7:ppp-static,8:ppp-fixed"
+#define FRQOPT  "1:l1,2:l1+l2,3:l1+l2+l5,4:l1+l5"
+#define TYPOPT  "0:forward,1:backward,2:combined"
+#define IONOPT  "0:off,1:brdc,2:sbas,3:dual-freq,4:est-stec,5:ionex-tec,6:qzs-brdc,7:qzs-lex,8:stec"
+#define TRPOPT  "0:off,1:saas,2:sbas,3:est-ztd,4:est-ztdgrad,5:ztd"
+#define EPHOPT  "0:brdc,1:precise,2:brdc+sbas,3:brdc+ssrapc,4:brdc+ssrcom"
+#define NAVOPT  "1:gps+2:sbas+4:glo+8:gal+16:qzs+32:comp"
+#define GAROPT  "0:off,1:on,2:autocal"
+#define SOLOPT  "0:llh,1:xyz,2:enu,3:nmea"
+#define TSYOPT  "0:gpst,1:utc,2:jst"
+#define TFTOPT  "0:tow,1:hms"
+#define DFTOPT  "0:deg,1:dms"
+#define HGTOPT  "0:ellipsoidal,1:geodetic"
+#define GEOOPT  "0:internal,1:egm96,2:egm08_2.5,3:egm08_1,4:gsi2000"
+#define STAOPT  "0:all,1:single"
+#define STSOPT  "0:off,1:state,2:residual"
+#define ARMOPT  "0:off,1:continuous,2:instantaneous,3:fix-and-hold"
+#define POSOPT  "0:llh,1:xyz,2:single,3:posfile,4:rinexhead,5:rtcm"
+#define TIDEOPT "0:off,1:on,2:otl"
+#define PHWOPT  "0:off,1:on,2:precise"
+
+opt_t sysopts[]={
+    {"pos1-posmode",    3,  (void *)&prcopt_.mode,       MODOPT },
+    {"pos1-frequency",  3,  (void *)&prcopt_.nf,         FRQOPT },
+    {"pos1-soltype",    3,  (void *)&prcopt_.soltype,    TYPOPT },
+    {"pos1-elmask",     1,  (void *)&elmask_,            "deg"  },
+    {"pos1-snrmask_r",  3,  (void *)&prcopt_.snrmask.ena[0],SWTOPT},
+    {"pos1-snrmask_b",  3,  (void *)&prcopt_.snrmask.ena[1],SWTOPT},
+    {"pos1-snrmask_L1", 2,  (void *)snrmask_[0],         ""     },
+    {"pos1-snrmask_L2", 2,  (void *)snrmask_[1],         ""     },
+    {"pos1-snrmask_L5", 2,  (void *)snrmask_[2],         ""     },
+    {"pos1-dynamics",   3,  (void *)&prcopt_.dynamics,   SWTOPT },
+    {"pos1-tidecorr",   3,  (void *)&prcopt_.tidecorr,   TIDEOPT},
+    {"pos1-ionoopt",    3,  (void *)&prcopt_.ionoopt,    IONOPT },
+    {"pos1-tropopt",    3,  (void *)&prcopt_.tropopt,    TRPOPT },
+    {"pos1-sateph",     3,  (void *)&prcopt_.sateph,     EPHOPT },
+    {"pos1-posopt1",    3,  (void *)&prcopt_.posopt[0],  SWTOPT },
+    {"pos1-posopt2",    3,  (void *)&prcopt_.posopt[1],  SWTOPT },
+    {"pos1-posopt3",    3,  (void *)&prcopt_.posopt[2],  PHWOPT },
+    {"pos1-posopt4",    3,  (void *)&prcopt_.posopt[3],  SWTOPT },
+    {"pos1-posopt5",    3,  (void *)&prcopt_.posopt[4],  SWTOPT },
+    {"pos1-posopt6",    3,  (void *)&prcopt_.posopt[5],  SWTOPT },
+    {"pos1-exclsats",   2,  (void *)exsats_,             "prn ..."},
+    {"pos1-navsys",     0,  (void *)&prcopt_.navsys,     NAVOPT },
+    
+    {"pos2-armode",     3,  (void *)&prcopt_.modear,     ARMOPT },
+    {"pos2-gloarmode",  3,  (void *)&prcopt_.glomodear,  GAROPT },
+    {"pos2-bdsarmode",  3,  (void *)&prcopt_.bdsmodear,  SWTOPT },
+    {"pos2-arthres",    1,  (void *)&prcopt_.thresar[0], ""     },
+    {"pos2-arthres1",   1,  (void *)&prcopt_.thresar[1], ""     },
+    {"pos2-arthres2",   1,  (void *)&prcopt_.thresar[2], ""     },
+    {"pos2-arthres3",   1,  (void *)&prcopt_.thresar[3], ""     },
+    {"pos2-arthres4",   1,  (void *)&prcopt_.thresar[4], ""     },
+    {"pos2-arlockcnt",  0,  (void *)&prcopt_.minlock,    ""     },
+    {"pos2-arelmask",   1,  (void *)&elmaskar_,          "deg"  },
+    {"pos2-arminfix",   0,  (void *)&prcopt_.minfix,     ""     },
+    {"pos2-armaxiter",  0,  (void *)&prcopt_.armaxiter,  ""     },
+    {"pos2-elmaskhold", 1,  (void *)&elmaskhold_,        "deg"  },
+    {"pos2-aroutcnt",   0,  (void *)&prcopt_.maxout,     ""     },
+    {"pos2-maxage",     1,  (void *)&prcopt_.maxtdiff,   "s"    },
+    {"pos2-syncsol",    3,  (void *)&prcopt_.syncsol,    SWTOPT },
+    {"pos2-slipthres",  1,  (void *)&prcopt_.thresslip,  "m"    },
+    {"pos2-rejionno",   1,  (void *)&prcopt_.maxinno,    "m"    },
+    {"pos2-rejgdop",    1,  (void *)&prcopt_.maxgdop,    ""     },
+    {"pos2-niter",      0,  (void *)&prcopt_.niter,      ""     },
+    {"pos2-baselen",    1,  (void *)&prcopt_.baseline[0],"m"    },
+    {"pos2-basesig",    1,  (void *)&prcopt_.baseline[1],"m"    },
+    
+    {"out-solformat",   3,  (void *)&solopt_.posf,       SOLOPT },
+    {"out-outhead",     3,  (void *)&solopt_.outhead,    SWTOPT },
+    {"out-outopt",      3,  (void *)&solopt_.outopt,     SWTOPT },
+    {"out-timesys",     3,  (void *)&solopt_.times,      TSYOPT },
+    {"out-timeform",    3,  (void *)&solopt_.timef,      TFTOPT },
+    {"out-timendec",    0,  (void *)&solopt_.timeu,      ""     },
+    {"out-degform",     3,  (void *)&solopt_.degf,       DFTOPT },
+    {"out-fieldsep",    2,  (void *) solopt_.sep,        ""     },
+    {"out-height",      3,  (void *)&solopt_.height,     HGTOPT },
+    {"out-geoid",       3,  (void *)&solopt_.geoid,      GEOOPT },
+    {"out-solstatic",   3,  (void *)&solopt_.solstatic,  STAOPT },
+    {"out-nmeaintv1",   1,  (void *)&solopt_.nmeaintv[0],"s"    },
+    {"out-nmeaintv2",   1,  (void *)&solopt_.nmeaintv[1],"s"    },
+    {"out-outstat",     3,  (void *)&solopt_.sstat,      STSOPT },
+    
+    {"stats-eratio1",   1,  (void *)&prcopt_.eratio[0],  ""     },
+    {"stats-eratio2",   1,  (void *)&prcopt_.eratio[1],  ""     },
+    {"stats-errphase",  1,  (void *)&prcopt_.err[1],     "m"    },
+    {"stats-errphaseel",1,  (void *)&prcopt_.err[2],     "m"    },
+    {"stats-errphasebl",1,  (void *)&prcopt_.err[3],     "m/10km"},
+    {"stats-errdoppler",1,  (void *)&prcopt_.err[4],     "Hz"   },
+    {"stats-stdbias",   1,  (void *)&prcopt_.std[0],     "m"    },
+    {"stats-stdiono",   1,  (void *)&prcopt_.std[1],     "m"    },
+    {"stats-stdtrop",   1,  (void *)&prcopt_.std[2],     "m"    },
+    {"stats-prnaccelh", 1,  (void *)&prcopt_.prn[3],     "m/s^2"},
+    {"stats-prnaccelv", 1,  (void *)&prcopt_.prn[4],     "m/s^2"},
+    {"stats-prnbias",   1,  (void *)&prcopt_.prn[0],     "m"    },
+    {"stats-prniono",   1,  (void *)&prcopt_.prn[1],     "m"    },
+    {"stats-prntrop",   1,  (void *)&prcopt_.prn[2],     "m"    },
+    {"stats-prnpos",    1,  (void *)&prcopt_.prn[5],     "m"    },
+    {"stats-clkstab",   1,  (void *)&prcopt_.sclkstab,   "s/s"  },
+    
+    {"ant1-postype",    3,  (void *)&antpostype_[0],     POSOPT },
+    {"ant1-pos1",       1,  (void *)&antpos_[0][0],      "deg|m"},
+    {"ant1-pos2",       1,  (void *)&antpos_[0][1],      "deg|m"},
+    {"ant1-pos3",       1,  (void *)&antpos_[0][2],      "m|m"  },
+    {"ant1-anttype",    2,  (void *)prcopt_.anttype[0],  ""     },
+    {"ant1-antdele",    1,  (void *)&prcopt_.antdel[0][0],"m"   },
+    {"ant1-antdeln",    1,  (void *)&prcopt_.antdel[0][1],"m"   },
+    {"ant1-antdelu",    1,  (void *)&prcopt_.antdel[0][2],"m"   },
+    
+    {"ant2-postype",    3,  (void *)&antpostype_[1],     POSOPT },
+    {"ant2-pos1",       1,  (void *)&antpos_[1][0],      "deg|m"},
+    {"ant2-pos2",       1,  (void *)&antpos_[1][1],      "deg|m"},
+    {"ant2-pos3",       1,  (void *)&antpos_[1][2],      "m|m"  },
+    {"ant2-anttype",    2,  (void *)prcopt_.anttype[1],  ""     },
+    {"ant2-antdele",    1,  (void *)&prcopt_.antdel[1][0],"m"   },
+    {"ant2-antdeln",    1,  (void *)&prcopt_.antdel[1][1],"m"   },
+    {"ant2-antdelu",    1,  (void *)&prcopt_.antdel[1][2],"m"   },
+    
+    {"misc-timeinterp", 3,  (void *)&prcopt_.intpref,    SWTOPT },
+    {"misc-sbasatsel",  0,  (void *)&prcopt_.sbassatsel, "0:all"},
+    {"misc-rnxopt1",    2,  (void *)prcopt_.rnxopt[0],   ""     },
+    {"misc-rnxopt2",    2,  (void *)prcopt_.rnxopt[1],   ""     },
+    {"misc-pppopt",     2,  (void *)prcopt_.pppopt,      ""     },
+    
+    {"file-satantfile", 2,  (void *)&filopt_.satantp,    ""     },
+    {"file-rcvantfile", 2,  (void *)&filopt_.rcvantp,    ""     },
+    {"file-staposfile", 2,  (void *)&filopt_.stapos,     ""     },
+    {"file-geoidfile",  2,  (void *)&filopt_.geoid,      ""     },
+    {"file-ionofile",   2,  (void *)&filopt_.iono,       ""     },
+    {"file-dcbfile",    2,  (void *)&filopt_.dcb,        ""     },
+    {"file-eopfile",    2,  (void *)&filopt_.eop,        ""     },
+    {"file-blqfile",    2,  (void *)&filopt_.blq,        ""     },
+    {"file-tempdir",    2,  (void *)&filopt_.tempdir,    ""     },
+    {"file-geexefile",  2,  (void *)&filopt_.geexe,      ""     },
+    {"file-solstatfile",2,  (void *)&filopt_.solstat,    ""     },
+    {"file-tracefile",  2,  (void *)&filopt_.trace,      ""     },
+    
+    {"",0,NULL,""} /* terminator */
+};
+/* discard space characters at tail ------------------------------------------*/
+static void chop(char *str)
+{
+    char *p;
+    if ((p=strchr(str,'#'))) *p='\0'; /* comment */
+    for (p=str+strlen(str)-1;p>=str&&!isgraph((int)*p);p--) *p='\0';
+}
+/* enum to string ------------------------------------------------------------*/
+static int enum2str(char *s, const char *comment, int val)
+{
+    char str[32],*p,*q;
+    int n;
+    
+    n=sprintf(str,"%d:",val);
+    if (!(p=strstr(comment,str))) {
+        return sprintf(s,"%d",val);
+    }
+    if (!(q=strchr(p+n,','))&&!(q=strchr(p+n,')'))) {
+        strcpy(s,p+n);
+        return strlen(p+n);
+    }
+    strncpy(s,p+n,q-p-n); s[q-p-n]='\0';
+    return q-p-n;
+}
+/* string to enum ------------------------------------------------------------*/
+static int str2enum(const char *str, const char *comment, int *val)
+{
+    const char *p;
+    char s[32];
+    
+    for (p=comment;;p++) {
+       if (!(p=strstr(p,str))) break;
+       if (*(p-1)!=':') continue;
+       for (p-=2;'0'<=*p&&*p<='9';p--) ;
+       return sscanf(p+1,"%d",val)==1;
+    }
+    sprintf(s,"%30.30s:",str);
+    if ((p=strstr(comment,s))) { /* number */
+        return sscanf(p,"%d",val)==1;
+    }
+    return 0;
+}
+/* search option ---------------------------------------------------------------
+* search option record
+* args   : char   *name     I  option name
+*          opt_t  *opts     I  options table
+*                              (terminated with table[i].name="")
+* return : option record (NULL: not found)
+*-----------------------------------------------------------------------------*/
+extern opt_t *searchopt(const char *name, const opt_t *opts)
+{
+    int i;
+    
+    trace(3,"searchopt: name=%s\n",name);
+    
+    for (i=0;*opts[i].name;i++) {
+        if (strstr(opts[i].name,name)) return (opt_t *)(opts+i);
+    }
+    return NULL;
+}
+/* string to option value ------------------------------------------------------
+* convert string to option value
+* args   : opt_t  *opt      O  option
+*          char   *str      I  option value string
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int str2opt(opt_t *opt, const char *str)
+{
+    switch (opt->format) {
+        case 0: *(int    *)opt->var=atoi(str); break;
+        case 1: *(double *)opt->var=atof(str); break;
+        case 2: strcpy((char *)opt->var,str);  break;
+        case 3: return str2enum(str,opt->comment,(int *)opt->var);
+        default: return 0;
+    }
+    return 1;
+}
+/* option value to string ------------------------------------------------------
+* convert option value to string
+* args   : opt_t  *opt      I  option
+*          char   *str      O  option value string
+* return : length of output string
+*-----------------------------------------------------------------------------*/
+extern int opt2str(const opt_t *opt, char *str)
+{
+    char *p=str;
+    
+    trace(3,"opt2str : name=%s\n",opt->name);
+    
+    switch (opt->format) {
+        case 0: p+=sprintf(p,"%d"   ,*(int   *)opt->var); break;
+        case 1: p+=sprintf(p,"%.15g",*(double*)opt->var); break;
+        case 2: p+=sprintf(p,"%s"   , (char  *)opt->var); break;
+        case 3: p+=enum2str(p,opt->comment,*(int *)opt->var); break;
+    }
+    return (int)(p-str);
+}
+/* option to string -------------------------------------------------------------
+* convert option to string (keyword=value # comment)
+* args   : opt_t  *opt      I  option
+*          char   *buff     O  option string
+* return : length of output string
+*-----------------------------------------------------------------------------*/
+extern int opt2buf(const opt_t *opt, char *buff)
+{
+    char *p=buff;
+    int n;
+    
+    trace(3,"opt2buf : name=%s\n",opt->name);
+    
+    p+=sprintf(p,"%-18s =",opt->name);
+    p+=opt2str(opt,p);
+    if (*opt->comment) {
+        if ((n=(int)(buff+30-p))>0) p+=sprintf(p,"%*s",n,"");
+        p+=sprintf(p," # (%s)",opt->comment);
+    }
+    return (int)(p-buff);
+}
+/* load options ----------------------------------------------------------------
+* load options from file
+* args   : char   *file     I  options file
+*          opt_t  *opts     IO options table
+*                              (terminated with table[i].name="")
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int loadopts(const char *file, opt_t *opts)
+{
+    FILE *fp;
+    opt_t *opt;
+    char buff[2048],*p;
+    int n=0;
+    
+    trace(3,"loadopts: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(1,"loadopts: options file open error (%s)\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        n++;
+        chop(buff);
+        
+        if (buff[0]=='\0') continue;
+        
+        if (!(p=strstr(buff,"="))) {
+            fprintf(stderr,"invalid option %s (%s:%d)\n",buff,file,n);
+            continue;
+        }
+        *p++='\0';
+        chop(buff);
+        if (!(opt=searchopt(buff,opts))) continue;
+        
+        if (!str2opt(opt,p)) {
+            fprintf(stderr,"invalid option value %s (%s:%d)\n",buff,file,n);
+            continue;
+        }
+    }
+    fclose(fp);
+    
+    return 1;
+}
+/* save options to file --------------------------------------------------------
+* save options to file
+* args   : char   *file     I  options file
+*          char   *mode     I  write mode ("w":overwrite,"a":append);
+*          char   *comment  I  header comment (NULL: no comment)
+*          opt_t  *opts     I  options table
+*                              (terminated with table[i].name="")
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int saveopts(const char *file, const char *mode, const char *comment,
+                    const opt_t *opts)
+{
+    FILE *fp;
+    char buff[2048];
+    int i;
+    
+    trace(3,"saveopts: file=%s mode=%s\n",file,mode);
+    
+    if (!(fp=fopen(file,mode))) {
+        trace(1,"saveopts: options file open error (%s)\n",file);
+        return 0;
+    }
+    if (comment) fprintf(fp,"# %s\n\n",comment);
+    
+    for (i=0;*opts[i].name;i++) {
+        opt2buf(opts+i,buff);
+        fprintf(fp,"%s\n",buff);
+    }
+    fclose(fp);
+    return 1;
+}
+/* system options buffer to options ------------------------------------------*/
+static void buff2sysopts(void)
+{
+    double pos[3],*rr;
+    char buff[1024],*p,*id;
+    int i,j,sat,*ps;
+    
+    prcopt_.elmin     =elmask_    *D2R;
+    prcopt_.elmaskar  =elmaskar_  *D2R;
+    prcopt_.elmaskhold=elmaskhold_*D2R;
+    
+    for (i=0;i<2;i++) {
+        ps=i==0?&prcopt_.rovpos:&prcopt_.refpos;
+        rr=i==0?prcopt_.ru:prcopt_.rb;
+        
+        if (antpostype_[i]==0) { /* lat/lon/hgt */
+            *ps=0;
+            pos[0]=antpos_[i][0]*D2R;
+            pos[1]=antpos_[i][1]*D2R;
+            pos[2]=antpos_[i][2];
+            pos2ecef(pos,rr);
+        }
+        else if (antpostype_[i]==1) { /* xyz-ecef */
+            *ps=0;
+            rr[0]=antpos_[i][0];
+            rr[1]=antpos_[i][1];
+            rr[2]=antpos_[i][2];
+        }
+        else *ps=antpostype_[i]-1;
+    }
+    /* excluded satellites */
+    for (i=0;i<MAXSAT;i++) prcopt_.exsats[i]=0;
+    if (exsats_[0]!='\0') {
+        strcpy(buff,exsats_);
+        for (p=strtok(buff," ");p;p=strtok(NULL," ")) {
+            if (*p=='+') id=p+1; else id=p;
+            if (!(sat=satid2no(id))) continue;
+            prcopt_.exsats[sat-1]=*p=='+'?2:1;
+        }
+    }
+    /* snrmask */
+    for (i=0;i<NFREQ;i++) {
+        for (j=0;j<9;j++) prcopt_.snrmask.mask[i][j]=0.0;
+        strcpy(buff,snrmask_[i]);
+        for (p=strtok(buff,","),j=0;p&&j<9;p=strtok(NULL,",")) {
+            prcopt_.snrmask.mask[i][j++]=atof(p);
+        }
+    }
+    /* number of frequency (4:L1+L5) */
+    if (prcopt_.nf==4) {
+        prcopt_.nf=3;
+        prcopt_.freqopt=1;
+    }
+}
+/* options to system options buffer ------------------------------------------*/
+static void sysopts2buff(void)
+{
+    double pos[3],*rr;
+    char id[32],*p;
+    int i,j,sat,*ps;
+    
+    elmask_    =prcopt_.elmin     *R2D;
+    elmaskar_  =prcopt_.elmaskar  *R2D;
+    elmaskhold_=prcopt_.elmaskhold*R2D;
+    
+    for (i=0;i<2;i++) {
+        ps=i==0?&prcopt_.rovpos:&prcopt_.refpos;
+        rr=i==0?prcopt_.ru:prcopt_.rb;
+        
+        if (*ps==0) {
+            antpostype_[i]=0;
+            ecef2pos(rr,pos);
+            antpos_[i][0]=pos[0]*R2D;
+            antpos_[i][1]=pos[1]*R2D;
+            antpos_[i][2]=pos[2];
+        }
+        else antpostype_[i]=*ps+1;
+    }
+    /* excluded satellites */
+    exsats_[0]='\0';
+    for (sat=1,p=exsats_;sat<=MAXSAT&&p-exsats_<(int)sizeof(exsats_)-32;sat++) {
+        if (prcopt_.exsats[sat-1]) {
+            satno2id(sat,id);
+            p+=sprintf(p,"%s%s%s",p==exsats_?"":" ",
+                       prcopt_.exsats[sat-1]==2?"+":"",id);
+        }
+    }
+    /* snrmask */
+    for (i=0;i<NFREQ;i++) {
+        snrmask_[i][0]='\0';
+        p=snrmask_[i];
+        for (j=0;j<9;j++) {
+            p+=sprintf(p,"%s%.0f",j>0?",":"",prcopt_.snrmask.mask[i][j]);
+        }
+    }
+    /* number of frequency (4:L1+L5) */
+    if (prcopt_.nf==3&&prcopt_.freqopt==1) {
+        prcopt_.nf=4;
+        prcopt_.freqopt=0;
+    }
+}
+/* reset system options to default ---------------------------------------------
+* reset system options to default
+* args   : none
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void resetsysopts(void)
+{
+    int i,j;
+    
+    trace(3,"resetsysopts:\n");
+    
+    prcopt_=prcopt_default;
+    solopt_=solopt_default;
+    filopt_.satantp[0]='\0';
+    filopt_.rcvantp[0]='\0';
+    filopt_.stapos [0]='\0';
+    filopt_.geoid  [0]='\0';
+    filopt_.dcb    [0]='\0';
+    filopt_.blq    [0]='\0';
+    filopt_.solstat[0]='\0';
+    filopt_.trace  [0]='\0';
+    for (i=0;i<2;i++) antpostype_[i]=0;
+    elmask_=15.0;
+    elmaskar_=0.0;
+    elmaskhold_=0.0;
+    for (i=0;i<2;i++) for (j=0;j<3;j++) {
+        antpos_[i][j]=0.0;
+    }
+    exsats_[0] ='\0';
+}
+/* get system options ----------------------------------------------------------
+* get system options
+* args   : prcopt_t *popt   IO processing options (NULL: no output)
+*          solopt_t *sopt   IO solution options   (NULL: no output)
+*          folopt_t *fopt   IO file options       (NULL: no output)
+* return : none
+* notes  : to load system options, use loadopts() before calling the function
+*-----------------------------------------------------------------------------*/
+extern void getsysopts(prcopt_t *popt, solopt_t *sopt, filopt_t *fopt)
+{
+    trace(3,"getsysopts:\n");
+    
+    buff2sysopts();
+    if (popt) *popt=prcopt_;
+    if (sopt) *sopt=solopt_;
+    if (fopt) *fopt=filopt_;
+}
+/* set system options ----------------------------------------------------------
+* set system options
+* args   : prcopt_t *prcopt I  processing options (NULL: default)
+*          solopt_t *solopt I  solution options   (NULL: default)
+*          filopt_t *filopt I  file options       (NULL: default)
+* return : none
+* notes  : to save system options, use saveopts() after calling the function
+*-----------------------------------------------------------------------------*/
+extern void setsysopts(const prcopt_t *prcopt, const solopt_t *solopt,
+                       const filopt_t *filopt)
+{
+    trace(3,"setsysopts:\n");
+    
+    resetsysopts();
+    if (prcopt) prcopt_=*prcopt;
+    if (solopt) solopt_=*solopt;
+    if (filopt) filopt_=*filopt;
+    sysopts2buff();
+}
diff --git a/src/pntpos.c b/src/pntpos.c
new file mode 100644
index 0000000..38d7e74
--- /dev/null
+++ b/src/pntpos.c
@@ -0,0 +1,598 @@
+/*------------------------------------------------------------------------------
+* pntpos.c : standard positioning
+*
+*          Copyright (C) 2007-2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2010/07/28 1.0  moved from rtkcmn.c
+*                           changed api:
+*                               pntpos()
+*                           deleted api:
+*                               pntvel()
+*           2011/01/12 1.1  add option to include unhealthy satellite
+*                           reject duplicated observation data
+*                           changed api: ionocorr()
+*           2011/11/08 1.2  enable snr mask for single-mode (rtklib_2.4.1_p3)
+*           2012/12/25 1.3  add variable snr mask
+*           2014/05/26 1.4  support galileo and beidou
+*           2015/03/19 1.5  fix bug on ionosphere correction for GLO and BDS
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants -----------------------------------------------------------------*/
+
+#define SQR(x)      ((x)*(x))
+
+#define NX          (4+3)       /* # of estimated parameters */
+
+#define MAXITR      10          /* max number of iteration for point pos */
+#define ERR_ION     5.0         /* ionospheric delay std (m) */
+#define ERR_TROP    3.0         /* tropspheric delay std (m) */
+#define ERR_SAAS    0.3         /* saastamoinen model error std (m) */
+#define ERR_BRDCI   0.5         /* broadcast iono model error factor */
+#define ERR_CBIAS   0.3         /* code bias error std (m) */
+#define REL_HUMI    0.7         /* relative humidity for saastamoinen model */
+
+/* pseudorange measurement error variance ------------------------------------*/
+static double varerr(const prcopt_t *opt, double el, int sys)
+{
+    double fact,varr;
+    fact=sys==SYS_GLO?EFACT_GLO:(sys==SYS_SBS?EFACT_SBS:EFACT_GPS);
+    varr=SQR(opt->err[0])*(SQR(opt->err[1])+SQR(opt->err[2])/sin(el));
+    if (opt->ionoopt==IONOOPT_IFLC) varr*=SQR(3.0); /* iono-free */
+    return SQR(fact)*varr;
+}
+/* get tgd parameter (m) -----------------------------------------------------*/
+static double gettgd(int sat, const nav_t *nav)
+{
+    int i;
+    for (i=0;i<nav->n;i++) {
+        if (nav->eph[i].sat!=sat) continue;
+        return CLIGHT*nav->eph[i].tgd[0];
+    }
+    return 0.0;
+}
+/* psendorange with code bias correction -------------------------------------*/
+static double prange(const obsd_t *obs, const nav_t *nav, const double *azel,
+                     int iter, const prcopt_t *opt, double *var)
+{
+    const double *lam=nav->lam[obs->sat-1];
+    double PC,P1,P2,P1_P2,P1_C1,P2_C2,gamma;
+    int i=0,j=1,sys;
+    
+    *var=0.0;
+    
+    if (!(sys=satsys(obs->sat,NULL))) return 0.0;
+    
+    /* L1-L2 for GPS/GLO/QZS, L1-L5 for GAL/SBS */
+    if (NFREQ>=3&&(sys&(SYS_GAL|SYS_SBS))) j=2;
+    
+    if (NFREQ<2||lam[i]==0.0||lam[j]==0.0) return 0.0;
+    
+    /* test snr mask */
+    if (iter>0) {
+        if (testsnr(0,i,azel[1],obs->SNR[i]*0.25,&opt->snrmask)) {
+            trace(4,"snr mask: %s sat=%2d el=%.1f snr=%.1f\n",
+                  time_str(obs->time,0),obs->sat,azel[1]*R2D,obs->SNR[i]*0.25);
+            return 0.0;
+        }
+        if (opt->ionoopt==IONOOPT_IFLC) {
+            if (testsnr(0,j,azel[1],obs->SNR[j]*0.25,&opt->snrmask)) return 0.0;
+        }
+    }
+    gamma=SQR(lam[j])/SQR(lam[i]); /* f1^2/f2^2 */
+    P1=obs->P[i];
+    P2=obs->P[j];
+    P1_P2=nav->cbias[obs->sat-1][0];
+    P1_C1=nav->cbias[obs->sat-1][1];
+    P2_C2=nav->cbias[obs->sat-1][2];
+    
+    /* if no P1-P2 DCB, use TGD instead */
+    if (P1_P2==0.0&&(sys&(SYS_GPS|SYS_GAL|SYS_QZS))) {
+        P1_P2=(1.0-gamma)*gettgd(obs->sat,nav);
+    }
+    if (opt->ionoopt==IONOOPT_IFLC) { /* dual-frequency */
+        
+        if (P1==0.0||P2==0.0) return 0.0;
+        if (obs->code[i]==CODE_L1C) P1+=P1_C1; /* C1->P1 */
+        if (obs->code[j]==CODE_L2C) P2+=P2_C2; /* C2->P2 */
+        
+        /* iono-free combination */
+        PC=(gamma*P1-P2)/(gamma-1.0);
+    }
+    else { /* single-frequency */
+        
+        if (P1==0.0) return 0.0;
+        if (obs->code[i]==CODE_L1C) P1+=P1_C1; /* C1->P1 */
+        PC=P1-P1_P2/(1.0-gamma);
+    }
+    if (opt->sateph==EPHOPT_SBAS) PC-=P1_C1; /* sbas clock based C1 */
+    
+    *var=SQR(ERR_CBIAS);
+    
+    return PC;
+}
+/* ionospheric correction ------------------------------------------------------
+* compute ionospheric correction
+* args   : gtime_t time     I   time
+*          nav_t  *nav      I   navigation data
+*          int    sat       I   satellite number
+*          double *pos      I   receiver position {lat,lon,h} (rad|m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          int    ionoopt   I   ionospheric correction option (IONOOPT_???)
+*          double *ion      O   ionospheric delay (L1) (m)
+*          double *var      O   ionospheric delay (L1) variance (m^2)
+* return : status(1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int ionocorr(gtime_t time, const nav_t *nav, int sat, const double *pos,
+                    const double *azel, int ionoopt, double *ion, double *var)
+{
+    trace(4,"ionocorr: time=%s opt=%d sat=%2d pos=%.3f %.3f azel=%.3f %.3f\n",
+          time_str(time,3),ionoopt,sat,pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,
+          azel[1]*R2D);
+    
+    /* broadcast model */
+    if (ionoopt==IONOOPT_BRDC) {
+        *ion=ionmodel(time,nav->ion_gps,pos,azel);
+        *var=SQR(*ion*ERR_BRDCI);
+        return 1;
+    }
+    /* sbas ionosphere model */
+    if (ionoopt==IONOOPT_SBAS) {
+        return sbsioncorr(time,nav,pos,azel,ion,var);
+    }
+    /* ionex tec model */
+    if (ionoopt==IONOOPT_TEC) {
+        return iontec(time,nav,pos,azel,1,ion,var);
+    }
+    /* qzss broadcast model */
+    if (ionoopt==IONOOPT_QZS&&norm(nav->ion_qzs,8)>0.0) {
+        *ion=ionmodel(time,nav->ion_qzs,pos,azel);
+        *var=SQR(*ion*ERR_BRDCI);
+        return 1;
+    }
+    /* lex ionosphere model */
+    if (ionoopt==IONOOPT_LEX) {
+        return lexioncorr(time,nav,pos,azel,ion,var);
+    }
+    *ion=0.0;
+    *var=ionoopt==IONOOPT_OFF?SQR(ERR_ION):0.0;
+    return 1;
+}
+/* tropospheric correction -----------------------------------------------------
+* compute tropospheric correction
+* args   : gtime_t time     I   time
+*          nav_t  *nav      I   navigation data
+*          double *pos      I   receiver position {lat,lon,h} (rad|m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          int    tropopt   I   tropospheric correction option (TROPOPT_???)
+*          double *trp      O   tropospheric delay (m)
+*          double *var      O   tropospheric delay variance (m^2)
+* return : status(1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int tropcorr(gtime_t time, const nav_t *nav, const double *pos,
+                    const double *azel, int tropopt, double *trp, double *var)
+{
+    trace(4,"tropcorr: time=%s opt=%d pos=%.3f %.3f azel=%.3f %.3f\n",
+          time_str(time,3),tropopt,pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,
+          azel[1]*R2D);
+    
+    /* saastamoinen model */
+    if (tropopt==TROPOPT_SAAS||tropopt==TROPOPT_EST||tropopt==TROPOPT_ESTG) {
+        *trp=tropmodel(time,pos,azel,REL_HUMI);
+        *var=SQR(ERR_SAAS/(sin(azel[1])+0.1));
+        return 1;
+    }
+    /* sbas troposphere model */
+    if (tropopt==TROPOPT_SBAS) {
+        *trp=sbstropcorr(time,pos,azel,var);
+        return 1;
+    }
+    /* no correction */
+    *trp=0.0;
+    *var=tropopt==TROPOPT_OFF?SQR(ERR_TROP):0.0;
+    return 1;
+}
+/* pseudorange residuals -----------------------------------------------------*/
+static int rescode(int iter, const obsd_t *obs, int n, const double *rs,
+                   const double *dts, const double *vare, const int *svh,
+                   const nav_t *nav, const double *x, const prcopt_t *opt,
+                   double *v, double *H, double *var, double *azel, int *vsat,
+                   double *resp, int *ns)
+{
+    double r,dion,dtrp,vmeas,vion,vtrp,rr[3],pos[3],dtr,e[3],P,lam_L1;
+    int i,j,nv=0,sys,mask[4]={0};
+    
+    trace(3,"resprng : n=%d\n",n);
+    
+    for (i=0;i<3;i++) rr[i]=x[i]; dtr=x[3];
+    
+    ecef2pos(rr,pos);
+    
+    for (i=*ns=0;i<n&&i<MAXOBS;i++) {
+        vsat[i]=0; azel[i*2]=azel[1+i*2]=resp[i]=0.0;
+        
+        if (!(sys=satsys(obs[i].sat,NULL))) continue;
+        
+        /* reject duplicated observation data */
+        if (i<n-1&&i<MAXOBS-1&&obs[i].sat==obs[i+1].sat) {
+            trace(2,"duplicated observation data %s sat=%2d\n",
+                  time_str(obs[i].time,3),obs[i].sat);
+            i++;
+            continue;
+        }
+        /* geometric distance/azimuth/elevation angle */
+        if ((r=geodist(rs+i*6,rr,e))<=0.0||
+            satazel(pos,e,azel+i*2)<opt->elmin) continue;
+        
+        /* psudorange with code bias correction */
+        if ((P=prange(obs+i,nav,azel+i*2,iter,opt,&vmeas))==0.0) continue;
+        
+        /* excluded satellite? */
+        if (satexclude(obs[i].sat,svh[i],opt)) continue;
+        
+        /* ionospheric corrections */
+        if (!ionocorr(obs[i].time,nav,obs[i].sat,pos,azel+i*2,
+                      iter>0?opt->ionoopt:IONOOPT_BRDC,&dion,&vion)) continue;
+        
+        /* GPS-L1 -> L1/B1 */
+        if ((lam_L1=nav->lam[obs[i].sat-1][0])>0.0) {
+            dion*=SQR(lam_L1/lam_carr[0]);
+        }
+        /* tropospheric corrections */
+        if (!tropcorr(obs[i].time,nav,pos,azel+i*2,
+                      iter>0?opt->tropopt:TROPOPT_SAAS,&dtrp,&vtrp)) {
+            continue;
+        }
+        /* pseudorange residual */
+        v[nv]=P-(r+dtr-CLIGHT*dts[i*2]+dion+dtrp);
+        
+        /* design matrix */
+        for (j=0;j<NX;j++) H[j+nv*NX]=j<3?-e[j]:(j==3?1.0:0.0);
+        
+        /* time system and receiver bias offset correction */
+        if      (sys==SYS_GLO) {v[nv]-=x[4]; H[4+nv*NX]=1.0; mask[1]=1;}
+        else if (sys==SYS_GAL) {v[nv]-=x[5]; H[5+nv*NX]=1.0; mask[2]=1;}
+        else if (sys==SYS_CMP) {v[nv]-=x[6]; H[6+nv*NX]=1.0; mask[3]=1;}
+        else mask[0]=1;
+        
+        vsat[i]=1; resp[i]=v[nv]; (*ns)++;
+        
+        /* error variance */
+        var[nv++]=varerr(opt,azel[1+i*2],sys)+vare[i]+vmeas+vion+vtrp;
+        
+        trace(4,"sat=%2d azel=%5.1f %4.1f res=%7.3f sig=%5.3f\n",obs[i].sat,
+              azel[i*2]*R2D,azel[1+i*2]*R2D,resp[i],sqrt(var[nv-1]));
+    }
+    /* constraint to avoid rank-deficient */
+    for (i=0;i<4;i++) {
+        if (mask[i]) continue;
+        v[nv]=0.0;
+        for (j=0;j<NX;j++) H[j+nv*NX]=j==i+3?1.0:0.0;
+        var[nv++]=0.01;
+    }
+    return nv;
+}
+/* validate solution ---------------------------------------------------------*/
+static int valsol(const double *azel, const int *vsat, int n,
+                  const prcopt_t *opt, const double *v, int nv, int nx,
+                  char *msg)
+{
+    double azels[MAXOBS*2],dop[4],vv;
+    int i,ns;
+    
+    trace(3,"valsol  : n=%d nv=%d\n",n,nv);
+    
+    /* chi-square validation of residuals */
+    vv=dot(v,v,nv);
+    if (nv>nx&&vv>chisqr[nv-nx-1]) {
+        sprintf(msg,"chi-square error nv=%d vv=%.1f cs=%.1f",nv,vv,chisqr[nv-nx-1]);
+        return 0;
+    }
+    /* large gdop check */
+    for (i=ns=0;i<n;i++) {
+        if (!vsat[i]) continue;
+        azels[  ns*2]=azel[  i*2];
+        azels[1+ns*2]=azel[1+i*2];
+        ns++;
+    }
+    dops(ns,azels,opt->elmin,dop);
+    if (dop[0]<=0.0||dop[0]>opt->maxgdop) {
+        sprintf(msg,"gdop error nv=%d gdop=%.1f",nv,dop[0]);
+        return 0;
+    }
+    return 1;
+}
+/* estimate receiver position ------------------------------------------------*/
+static int estpos(const obsd_t *obs, int n, const double *rs, const double *dts,
+                  const double *vare, const int *svh, const nav_t *nav,
+                  const prcopt_t *opt, sol_t *sol, double *azel, int *vsat,
+                  double *resp, char *msg)
+{
+    double x[NX]={0},dx[NX],Q[NX*NX],*v,*H,*var,sig;
+    int i,j,k,info,stat,nv,ns;
+    
+    trace(3,"estpos  : n=%d\n",n);
+    
+    v=mat(n+4,1); H=mat(NX,n+4); var=mat(n+4,1);
+    
+    for (i=0;i<3;i++) x[i]=sol->rr[i];
+    
+    for (i=0;i<MAXITR;i++) {
+        
+        /* pseudorange residuals */
+        nv=rescode(i,obs,n,rs,dts,vare,svh,nav,x,opt,v,H,var,azel,vsat,resp,
+                   &ns);
+        
+        if (nv<NX) {
+            sprintf(msg,"lack of valid sats ns=%d",nv);
+            break;
+        }
+        /* weight by variance */
+        for (j=0;j<nv;j++) {
+            sig=sqrt(var[j]);
+            v[j]/=sig;
+            for (k=0;k<NX;k++) H[k+j*NX]/=sig;
+        }
+        /* least square estimation */
+        if ((info=lsq(H,v,NX,nv,dx,Q))) {
+            sprintf(msg,"lsq error info=%d",info);
+            break;
+        }
+        for (j=0;j<NX;j++) x[j]+=dx[j];
+        
+        if (norm(dx,NX)<1E-4) {
+            sol->type=0;
+            sol->time=timeadd(obs[0].time,-x[3]/CLIGHT);
+            sol->dtr[0]=x[3]/CLIGHT; /* receiver clock bias (s) */
+            sol->dtr[1]=x[4]/CLIGHT; /* glo-gps time offset (s) */
+            sol->dtr[2]=x[5]/CLIGHT; /* gal-gps time offset (s) */
+            sol->dtr[3]=x[6]/CLIGHT; /* bds-gps time offset (s) */
+            for (j=0;j<6;j++) sol->rr[j]=j<3?x[j]:0.0;
+            for (j=0;j<3;j++) sol->qr[j]=(float)Q[j+j*NX];
+            sol->qr[3]=(float)Q[1];    /* cov xy */
+            sol->qr[4]=(float)Q[2+NX]; /* cov yz */
+            sol->qr[5]=(float)Q[2];    /* cov zx */
+            sol->ns=(unsigned char)ns;
+            sol->age=sol->ratio=0.0;
+            
+            /* validate solution */
+            if ((stat=valsol(azel,vsat,n,opt,v,nv,NX,msg))) {
+                sol->stat=opt->sateph==EPHOPT_SBAS?SOLQ_SBAS:SOLQ_SINGLE;
+            }
+            free(v); free(H); free(var);
+            
+            return stat;
+        }
+    }
+    if (i>=MAXITR) sprintf(msg,"iteration divergent i=%d",i);
+    
+    free(v); free(H); free(var);
+    
+    return 0;
+}
+/* raim fde (failure detection and exclution) -------------------------------*/
+static int raim_fde(const obsd_t *obs, int n, const double *rs,
+                    const double *dts, const double *vare, const int *svh,
+                    const nav_t *nav, const prcopt_t *opt, sol_t *sol,
+                    double *azel, int *vsat, double *resp, char *msg)
+{
+    obsd_t *obs_e;
+    sol_t sol_e={{0}};
+    char tstr[32],name[16],msg_e[128];
+    double *rs_e,*dts_e,*vare_e,*azel_e,*resp_e,rms_e,rms=100.0;
+    int i,j,k,nvsat,stat=0,*svh_e,*vsat_e,sat=0;
+    
+    trace(3,"raim_fde: %s n=%2d\n",time_str(obs[0].time,0),n);
+    
+    if (!(obs_e=(obsd_t *)malloc(sizeof(obsd_t)*n))) return 0;
+    rs_e = mat(6,n); dts_e = mat(2,n); vare_e=mat(1,n); azel_e=zeros(2,n);
+    svh_e=imat(1,n); vsat_e=imat(1,n); resp_e=mat(1,n); 
+    
+    for (i=0;i<n;i++) {
+        
+        /* satellite exclution */
+        for (j=k=0;j<n;j++) {
+            if (j==i) continue;
+            obs_e[k]=obs[j];
+            matcpy(rs_e +6*k,rs +6*j,6,1);
+            matcpy(dts_e+2*k,dts+2*j,2,1);
+            vare_e[k]=vare[j];
+            svh_e[k++]=svh[j];
+        }
+        /* estimate receiver position without a satellite */
+        if (!estpos(obs_e,n-1,rs_e,dts_e,vare_e,svh_e,nav,opt,&sol_e,azel_e,
+                    vsat_e,resp_e,msg_e)) {
+            trace(3,"raim_fde: exsat=%2d (%s)\n",obs[i].sat,msg);
+            continue;
+        }
+        for (j=nvsat=0,rms_e=0.0;j<n-1;j++) {
+            if (!vsat_e[j]) continue;
+            rms_e+=SQR(resp_e[j]);
+            nvsat++;
+        }
+        if (nvsat<5) {
+            trace(3,"raim_fde: exsat=%2d lack of satellites nvsat=%2d\n",
+                  obs[i].sat,nvsat);
+            continue;
+        }
+        rms_e=sqrt(rms_e/nvsat);
+        
+        trace(3,"raim_fde: exsat=%2d rms=%8.3f\n",obs[i].sat,rms_e);
+        
+        if (rms_e>rms) continue;
+        
+        /* save result */
+        for (j=k=0;j<n;j++) {
+            if (j==i) continue;
+            matcpy(azel+2*j,azel_e+2*k,2,1);
+            vsat[j]=vsat_e[k];
+            resp[j]=resp_e[k++];
+        }
+        stat=1;
+        *sol=sol_e;
+        sat=obs[i].sat;
+        rms=rms_e;
+        vsat[i]=0;
+        strcpy(msg,msg_e);
+    }
+    if (stat) {
+        time2str(obs[0].time,tstr,2); satno2id(sat,name);
+        trace(2,"%s: %s excluded by raim\n",tstr+11,name);
+    }
+    free(obs_e);
+    free(rs_e ); free(dts_e ); free(vare_e); free(azel_e);
+    free(svh_e); free(vsat_e); free(resp_e);
+    return stat;
+}
+/* doppler residuals ---------------------------------------------------------*/
+static int resdop(const obsd_t *obs, int n, const double *rs, const double *dts,
+                  const nav_t *nav, const double *rr, const double *x,
+                  const double *azel, const int *vsat, double *v, double *H)
+{
+    double lam,rate,pos[3],E[9],a[3],e[3],vs[3],cosel;
+    int i,j,nv=0;
+    
+    trace(3,"resdop  : n=%d\n",n);
+    
+    ecef2pos(rr,pos); xyz2enu(pos,E);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        
+        lam=nav->lam[obs[i].sat-1][0];
+        
+        if (obs[i].D[0]==0.0||lam==0.0||!vsat[i]||norm(rs+3+i*6,3)<=0.0) {
+            continue;
+        }
+        /* line-of-sight vector in ecef */
+        cosel=cos(azel[1+i*2]);
+        a[0]=sin(azel[i*2])*cosel;
+        a[1]=cos(azel[i*2])*cosel;
+        a[2]=sin(azel[1+i*2]);
+        matmul("TN",3,1,3,1.0,E,a,0.0,e);
+        
+        /* satellite velocity relative to receiver in ecef */
+        for (j=0;j<3;j++) vs[j]=rs[j+3+i*6]-x[j];
+        
+        /* range rate with earth rotation correction */
+        rate=dot(vs,e,3)+OMGE/CLIGHT*(rs[4+i*6]*rr[0]+rs[1+i*6]*x[0]-
+                                      rs[3+i*6]*rr[1]-rs[  i*6]*x[1]);
+        
+        /* doppler residual */
+        v[nv]=-lam*obs[i].D[0]-(rate+x[3]-CLIGHT*dts[1+i*2]);
+        
+        /* design matrix */
+        for (j=0;j<4;j++) H[j+nv*4]=j<3?-e[j]:1.0;
+        
+        nv++;
+    }
+    return nv;
+}
+/* estimate receiver velocity ------------------------------------------------*/
+static void estvel(const obsd_t *obs, int n, const double *rs, const double *dts,
+                   const nav_t *nav, const prcopt_t *opt, sol_t *sol,
+                   const double *azel, const int *vsat)
+{
+    double x[4]={0},dx[4],Q[16],*v,*H;
+    int i,j,nv;
+    
+    trace(3,"estvel  : n=%d\n",n);
+    
+    v=mat(n,1); H=mat(4,n);
+    
+    for (i=0;i<MAXITR;i++) {
+        
+        /* doppler residuals */
+        if ((nv=resdop(obs,n,rs,dts,nav,sol->rr,x,azel,vsat,v,H))<4) {
+            break;
+        }
+        /* least square estimation */
+        if (lsq(H,v,4,nv,dx,Q)) break;
+        
+        for (j=0;j<4;j++) x[j]+=dx[j];
+        
+        if (norm(dx,4)<1E-6) {
+            for (i=0;i<3;i++) sol->rr[i+3]=x[i];
+            break;
+        }
+    }
+    free(v); free(H);
+}
+/* single-point positioning ----------------------------------------------------
+* compute receiver position, velocity, clock bias by single-point positioning
+* with pseudorange and doppler observables
+* args   : obsd_t *obs      I   observation data
+*          int    n         I   number of observation data
+*          nav_t  *nav      I   navigation data
+*          prcopt_t *opt    I   processing options
+*          sol_t  *sol      IO  solution
+*          double *azel     IO  azimuth/elevation angle (rad) (NULL: no output)
+*          ssat_t *ssat     IO  satellite status              (NULL: no output)
+*          char   *msg      O   error message for error exit
+* return : status(1:ok,0:error)
+* notes  : assuming sbas-gps, galileo-gps, qzss-gps, compass-gps time offset and
+*          receiver bias are negligible (only involving glonass-gps time offset
+*          and receiver bias)
+*-----------------------------------------------------------------------------*/
+extern int pntpos(const obsd_t *obs, int n, const nav_t *nav,
+                  const prcopt_t *opt, sol_t *sol, double *azel, ssat_t *ssat,
+                  char *msg)
+{
+    prcopt_t opt_=*opt;
+    double *rs,*dts,*var,*azel_,*resp;
+    int i,stat,vsat[MAXOBS]={0},svh[MAXOBS];
+    
+    sol->stat=SOLQ_NONE;
+    
+    if (n<=0) {strcpy(msg,"no observation data"); return 0;}
+    
+    trace(3,"pntpos  : tobs=%s n=%d\n",time_str(obs[0].time,3),n);
+    
+    sol->time=obs[0].time; msg[0]='\0';
+    
+    rs=mat(6,n); dts=mat(2,n); var=mat(1,n); azel_=zeros(2,n); resp=mat(1,n);
+    
+    if (opt_.mode!=PMODE_SINGLE) { /* for precise positioning */
+#if 0
+        opt_.sateph =EPHOPT_BRDC;
+#endif
+        opt_.ionoopt=IONOOPT_BRDC;
+        opt_.tropopt=TROPOPT_SAAS;
+    }
+    /* satellite positons, velocities and clocks */
+    satposs(sol->time,obs,n,nav,opt_.sateph,rs,dts,var,svh);
+    
+    /* estimate receiver position with pseudorange */
+    stat=estpos(obs,n,rs,dts,var,svh,nav,&opt_,sol,azel_,vsat,resp,msg);
+    
+    /* raim fde */
+    if (!stat&&n>=6&&opt->posopt[4]) {
+        stat=raim_fde(obs,n,rs,dts,var,svh,nav,&opt_,sol,azel_,vsat,resp,msg);
+    }
+    /* estimate receiver velocity with doppler */
+    if (stat) estvel(obs,n,rs,dts,nav,&opt_,sol,azel_,vsat);
+    
+    if (azel) {
+        for (i=0;i<n*2;i++) azel[i]=azel_[i];
+    }
+    if (ssat) {
+        for (i=0;i<MAXSAT;i++) {
+            ssat[i].vs=0;
+            ssat[i].azel[0]=ssat[i].azel[1]=0.0;
+            ssat[i].resp[0]=ssat[i].resc[0]=0.0;
+            ssat[i].snr[0]=0;
+        }
+        for (i=0;i<n;i++) {
+            ssat[obs[i].sat-1].azel[0]=azel_[  i*2];
+            ssat[obs[i].sat-1].azel[1]=azel_[1+i*2];
+            ssat[obs[i].sat-1].snr[0]=obs[i].SNR[0];
+            if (!vsat[i]) continue;
+            ssat[obs[i].sat-1].vs=1;
+            ssat[obs[i].sat-1].resp[0]=resp[i];
+        }
+    }
+    free(rs); free(dts); free(var); free(azel_); free(resp);
+    return stat;
+}
diff --git a/src/postpos.c b/src/postpos.c
new file mode 100644
index 0000000..fb280b4
--- /dev/null
+++ b/src/postpos.c
@@ -0,0 +1,1337 @@
+/*------------------------------------------------------------------------------
+* postpos.c : post-processing positioning
+*
+*          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/05/08  1.0  new
+*           2008/06/16  1.1  support binary inputs
+*           2009/01/02  1.2  support new rtk positioing api
+*           2009/09/03  1.3  fix bug on combined mode of moving-baseline
+*           2009/12/04  1.4  fix bug on obs data buffer overflow
+*           2010/07/26  1.5  support ppp-kinematic and ppp-static
+*                            support multiple sessions
+*                            support sbas positioning
+*                            changed api:
+*                                postpos()
+*                            deleted api:
+*                                postposopt()
+*           2010/08/16  1.6  fix bug sbas message synchronization (2.4.0_p4)
+*           2010/12/09  1.7  support qzss lex and ssr corrections
+*           2011/02/07  1.8  fix bug on sbas navigation data conflict
+*           2011/03/22  1.9  add function reading g_tec file
+*           2011/08/20  1.10 fix bug on freez if solstatic=single and combined
+*           2011/09/15  1.11 add function reading stec file
+*           2012/02/01  1.12 support keyword expansion of rtcm ssr corrections
+*           2013/03/11  1.13 add function reading otl and erp data
+*           2014/06/29  1.14 fix problem on overflow of # of satellites
+*           2015/03/23  1.15 fix bug on ant type replacement by rinex header
+*                            fix bug on combined filter for moving-base mode
+*           2015/04/29  1.16 fix bug on reading rtcm ssr corrections
+*                            add function to read satellite fcb
+*                            add function to read stec and troposphere file
+*                            add keyword replacement in dcb, erp and ionos file
+*           2015/11/13  1.17 add support of L5 antenna phase center paramters
+*                            add *.stec and *.trp file for ppp correction
+*           2015/11/26  1.18 support opt->freqopt(disable L2)
+*           2016/01/12  1.19 add carrier-phase bias correction by ssr
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: postpos.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+#define SQRT(x)     ((x)<=0.0?0.0:sqrt(x))
+
+#define MAXPRCDAYS  100          /* max days of continuous processing */
+#define MAXINFILE   1000         /* max number of input files */
+
+/* constants/global variables ------------------------------------------------*/
+
+static pcvs_t pcvss={0};        /* receiver antenna parameters */
+static pcvs_t pcvsr={0};        /* satellite antenna parameters */
+static obs_t obss={0};          /* observation data */
+static nav_t navs={0};          /* navigation data */
+static sbs_t sbss={0};          /* sbas messages */
+static lex_t lexs={0};          /* lex messages */
+static sta_t stas[MAXRCV];      /* station infomation */
+static int nepoch=0;            /* number of observation epochs */
+static int iobsu =0;            /* current rover observation data index */
+static int iobsr =0;            /* current reference observation data index */
+static int isbs  =0;            /* current sbas message index */
+static int ilex  =0;            /* current lex message index */
+static int revs  =0;            /* analysis direction (0:forward,1:backward) */
+static int aborts=0;            /* abort status */
+static sol_t *solf;             /* forward solutions */
+static sol_t *solb;             /* backward solutions */
+static double *rbf;             /* forward base positions */
+static double *rbb;             /* backward base positions */
+static int isolf=0;             /* current forward solutions index */
+static int isolb=0;             /* current backward solutions index */
+static char proc_rov [64]="";   /* rover for current processing */
+static char proc_base[64]="";   /* base station for current processing */
+static char rtcm_file[1024]=""; /* rtcm data file */
+static char rtcm_path[1024]=""; /* rtcm data path */
+static rtcm_t rtcm;             /* rtcm control struct */
+static FILE *fp_rtcm=NULL;      /* rtcm data file pointer */
+
+/* show message and check break ----------------------------------------------*/
+static int checkbrk(const char *format, ...)
+{
+    va_list arg;
+    char buff[1024],*p=buff;
+    if (!*format) return showmsg("");
+    va_start(arg,format);
+    p+=vsprintf(p,format,arg);
+    va_end(arg);
+    if (*proc_rov&&*proc_base) sprintf(p," (%s-%s)",proc_rov,proc_base);
+    else if (*proc_rov ) sprintf(p," (%s)",proc_rov );
+    else if (*proc_base) sprintf(p," (%s)",proc_base);
+    return showmsg(buff);
+}
+/* output reference position -------------------------------------------------*/
+static void outrpos(FILE *fp, const double *r, const solopt_t *opt)
+{
+    double pos[3],dms1[3],dms2[3];
+    const char *sep=opt->sep;
+    
+    trace(3,"outrpos :\n");
+    
+    if (opt->posf==SOLF_LLH||opt->posf==SOLF_ENU) {
+        ecef2pos(r,pos);
+        if (opt->degf) {
+            deg2dms(pos[0]*R2D,dms1);
+            deg2dms(pos[1]*R2D,dms2);
+            fprintf(fp,"%3.0f%s%02.0f%s%08.5f%s%4.0f%s%02.0f%s%08.5f%s%10.4f",
+                    dms1[0],sep,dms1[1],sep,dms1[2],sep,dms2[0],sep,dms2[1],
+                    sep,dms2[2],sep,pos[2]);
+        }
+        else {
+            fprintf(fp,"%13.9f%s%14.9f%s%10.4f",pos[0]*R2D,sep,pos[1]*R2D,
+                    sep,pos[2]);
+        }
+    }
+    else if (opt->posf==SOLF_XYZ) {
+        fprintf(fp,"%14.4f%s%14.4f%s%14.4f",r[0],sep,r[1],sep,r[2]);
+    }
+}
+/* output header -------------------------------------------------------------*/
+static void outheader(FILE *fp, char **file, int n, const prcopt_t *popt,
+                      const solopt_t *sopt)
+{
+    const char *s1[]={"GPST","UTC","JST"};
+    gtime_t ts,te;
+    double t1,t2;
+    int i,j,w1,w2;
+    char s2[32],s3[32];
+    
+    trace(3,"outheader: n=%d\n",n);
+    
+    if (sopt->posf==SOLF_NMEA) return;
+    
+    if (sopt->outhead) {
+        if (!*sopt->prog) {
+            fprintf(fp,"%s program   : RTKLIB ver.%s\n",COMMENTH,VER_RTKLIB);
+        }
+        else {
+            fprintf(fp,"%s program   : %s\n",COMMENTH,sopt->prog);
+        }
+        for (i=0;i<n;i++) {
+            fprintf(fp,"%s inp file  : %s\n",COMMENTH,file[i]);
+        }
+        for (i=0;i<obss.n;i++)    if (obss.data[i].rcv==1) break;
+        for (j=obss.n-1;j>=0;j--) if (obss.data[j].rcv==1) break;
+        if (j<i) {fprintf(fp,"\n%s no rover obs data\n",COMMENTH); return;}
+        ts=obss.data[i].time;
+        te=obss.data[j].time;
+        t1=time2gpst(ts,&w1);
+        t2=time2gpst(te,&w2);
+        if (sopt->times>=1) ts=gpst2utc(ts);
+        if (sopt->times>=1) te=gpst2utc(te);
+        if (sopt->times==2) ts=timeadd(ts,9*3600.0);
+        if (sopt->times==2) te=timeadd(te,9*3600.0);
+        time2str(ts,s2,1);
+        time2str(te,s3,1);
+        fprintf(fp,"%s obs start : %s %s (week%04d %8.1fs)\n",COMMENTH,s2,s1[sopt->times],w1,t1);
+        fprintf(fp,"%s obs end   : %s %s (week%04d %8.1fs)\n",COMMENTH,s3,s1[sopt->times],w2,t2);
+    }
+    if (sopt->outopt) {
+        outprcopt(fp,popt);
+    }
+    if (PMODE_DGPS<=popt->mode&&popt->mode<=PMODE_FIXED&&popt->mode!=PMODE_MOVEB) {
+        fprintf(fp,"%s ref pos   :",COMMENTH);
+        outrpos(fp,popt->rb,sopt);
+        fprintf(fp,"\n");
+    }
+    if (sopt->outhead||sopt->outopt) fprintf(fp,"%s\n",COMMENTH);
+    
+    outsolhead(fp,sopt);
+}
+/* search next observation data index ----------------------------------------*/
+static int nextobsf(const obs_t *obs, int *i, int rcv)
+{
+    double tt;
+    int n;
+    
+    for (;*i<obs->n;(*i)++) if (obs->data[*i].rcv==rcv) break;
+    for (n=0;*i+n<obs->n;n++) {
+        tt=timediff(obs->data[*i+n].time,obs->data[*i].time);
+        if (obs->data[*i+n].rcv!=rcv||tt>DTTOL) break;
+    }
+    return n;
+}
+static int nextobsb(const obs_t *obs, int *i, int rcv)
+{
+    double tt;
+    int n;
+    
+    for (;*i>=0;(*i)--) if (obs->data[*i].rcv==rcv) break;
+    for (n=0;*i-n>=0;n++) {
+        tt=timediff(obs->data[*i-n].time,obs->data[*i].time);
+        if (obs->data[*i-n].rcv!=rcv||tt<-DTTOL) break;
+    }
+    return n;
+}
+/* update rtcm ssr correction ------------------------------------------------*/
+static void update_rtcm_ssr(gtime_t time)
+{
+    char path[1024];
+    int i;
+    
+    /* open or swap rtcm file */
+    reppath(rtcm_file,path,time,"","");
+    
+    if (strcmp(path,rtcm_path)) {
+        strcpy(rtcm_path,path);
+        
+        if (fp_rtcm) fclose(fp_rtcm);
+        fp_rtcm=fopen(path,"rb");
+        if (fp_rtcm) {
+            rtcm.time=time;
+            input_rtcm3f(&rtcm,fp_rtcm);
+            trace(2,"rtcm file open: %s\n",path);
+        }
+    }
+    if (!fp_rtcm) return;
+    
+    /* read rtcm file until current time */
+    while (timediff(rtcm.time,time)<1E-3) {
+        if (input_rtcm3f(&rtcm,fp_rtcm)<-1) break;
+        
+        /* update ssr corrections */
+        for (i=0;i<MAXSAT;i++) {
+            if (!rtcm.ssr[i].update||
+                rtcm.ssr[i].iod[0]!=rtcm.ssr[i].iod[1]||
+                timediff(time,rtcm.ssr[i].t0[0])<-1E-3) continue;
+            navs.ssr[i]=rtcm.ssr[i];
+            rtcm.ssr[i].update=0;
+        }
+    }
+}
+/* input obs data, navigation messages and sbas correction -------------------*/
+static int inputobs(obsd_t *obs, int solq, const prcopt_t *popt)
+{
+    gtime_t time={0};
+    int i,nu,nr,n=0;
+    
+    trace(3,"infunc  : revs=%d iobsu=%d iobsr=%d isbs=%d\n",revs,iobsu,iobsr,isbs);
+    
+    if (0<=iobsu&&iobsu<obss.n) {
+        settime((time=obss.data[iobsu].time));
+        if (checkbrk("processing : %s Q=%d",time_str(time,0),solq)) {
+            aborts=1; showmsg("aborted"); return -1;
+        }
+    }
+    if (!revs) { /* input forward data */
+        if ((nu=nextobsf(&obss,&iobsu,1))<=0) return -1;
+        if (popt->intpref) {
+            for (;(nr=nextobsf(&obss,&iobsr,2))>0;iobsr+=nr)
+                if (timediff(obss.data[iobsr].time,obss.data[iobsu].time)>-DTTOL) break;
+        }
+        else {
+            for (i=iobsr;(nr=nextobsf(&obss,&i,2))>0;iobsr=i,i+=nr)
+                if (timediff(obss.data[i].time,obss.data[iobsu].time)>DTTOL) break;
+        }
+        nr=nextobsf(&obss,&iobsr,2);
+        for (i=0;i<nu&&n<MAXOBS*2;i++) obs[n++]=obss.data[iobsu+i];
+        for (i=0;i<nr&&n<MAXOBS*2;i++) obs[n++]=obss.data[iobsr+i];
+        iobsu+=nu;
+        
+        /* update sbas corrections */
+        while (isbs<sbss.n) {
+            time=gpst2time(sbss.msgs[isbs].week,sbss.msgs[isbs].tow);
+            
+            if (getbitu(sbss.msgs[isbs].msg,8,6)!=9) { /* except for geo nav */
+                sbsupdatecorr(sbss.msgs+isbs,&navs);
+            }
+            if (timediff(time,obs[0].time)>-1.0-DTTOL) break;
+            isbs++;
+        }
+        /* update lex corrections */
+        while (ilex<lexs.n) {
+            if (lexupdatecorr(lexs.msgs+ilex,&navs,&time)) {
+                if (timediff(time,obs[0].time)>-1.0-DTTOL) break;
+            }
+            ilex++;
+        }
+        /* update rtcm ssr corrections */
+        if (*rtcm_file) {
+            update_rtcm_ssr(obs[0].time);
+        }
+    }
+    else { /* input backward data */
+        if ((nu=nextobsb(&obss,&iobsu,1))<=0) return -1;
+        if (popt->intpref) {
+            for (;(nr=nextobsb(&obss,&iobsr,2))>0;iobsr-=nr)
+                if (timediff(obss.data[iobsr].time,obss.data[iobsu].time)<DTTOL) break;
+        }
+        else {
+            for (i=iobsr;(nr=nextobsb(&obss,&i,2))>0;iobsr=i,i-=nr)
+                if (timediff(obss.data[i].time,obss.data[iobsu].time)<-DTTOL) break;
+        }
+        nr=nextobsb(&obss,&iobsr,2);
+        for (i=0;i<nu&&n<MAXOBS*2;i++) obs[n++]=obss.data[iobsu-nu+1+i];
+        for (i=0;i<nr&&n<MAXOBS*2;i++) obs[n++]=obss.data[iobsr-nr+1+i];
+        iobsu-=nu;
+        
+        /* update sbas corrections */
+        while (isbs>=0) {
+            time=gpst2time(sbss.msgs[isbs].week,sbss.msgs[isbs].tow);
+            
+            if (getbitu(sbss.msgs[isbs].msg,8,6)!=9) { /* except for geo nav */
+                sbsupdatecorr(sbss.msgs+isbs,&navs);
+            }
+            if (timediff(time,obs[0].time)<1.0+DTTOL) break;
+            isbs--;
+        }
+        /* update lex corrections */
+        while (ilex>=0) {
+            if (lexupdatecorr(lexs.msgs+ilex,&navs,&time)) {
+                if (timediff(time,obs[0].time)<1.0+DTTOL) break;
+            }
+            ilex--;
+        }
+    }
+    return n;
+}
+/* carrier-phase bias correction by fcb --------------------------------------*/
+static void corr_phase_bias_fcb(obsd_t *obs, int n, const nav_t *nav)
+{
+    int i,j,k;
+    
+    for (i=0;i<nav->nf;i++) {
+        if (timediff(nav->fcb[i].te,obs[0].time)<-1E-3) continue;
+        if (timediff(nav->fcb[i].ts,obs[0].time)> 1E-3) break;
+        for (j=0;j<n;j++) {
+            for (k=0;k<NFREQ;k++) {
+                if (obs[j].L[k]==0.0) continue;
+                obs[j].L[k]-=nav->fcb[i].bias[obs[j].sat-1][k];
+            }
+        }
+        return;
+    }
+}
+/* carrier-phase bias correction by ssr --------------------------------------*/
+static void corr_phase_bias_ssr(obsd_t *obs, int n, const nav_t *nav)
+{
+    double lam;
+    int i,j,code;
+    
+    for (i=0;i<n;i++) for (j=0;j<NFREQ;j++) {
+        
+        if (!(code=obs[i].code[j])) continue;
+        if ((lam=nav->lam[obs[i].sat-1][j])==0.0) continue;
+        
+        /* correct phase bias (cyc) */
+        obs[i].L[j]-=nav->ssr[obs[i].sat-1].pbias[code-1]/lam;
+    }
+}
+/* process positioning -------------------------------------------------------*/
+static void procpos(FILE *fp, const prcopt_t *popt, const solopt_t *sopt,
+                    int mode)
+{
+    gtime_t time={0};
+    sol_t sol={{0}};
+    rtk_t rtk;
+    obsd_t obs[MAXOBS*2]; /* for rover and base */
+    double rb[3]={0};
+    int i,nobs,n,solstatic,pri[]={0,1,2,3,4,5,1,6};
+    
+    trace(3,"procpos : mode=%d\n",mode);
+    
+    solstatic=sopt->solstatic&&
+              (popt->mode==PMODE_STATIC||popt->mode==PMODE_PPP_STATIC);
+    
+    rtkinit(&rtk,popt);
+    rtcm_path[0]='\0';
+    
+    while ((nobs=inputobs(obs,rtk.sol.stat,popt))>=0) {
+        
+        /* exclude satellites */
+        for (i=n=0;i<nobs;i++) {
+            if ((satsys(obs[i].sat,NULL)&popt->navsys)&&
+                popt->exsats[obs[i].sat-1]!=1) obs[n++]=obs[i];
+        }
+        if (n<=0) continue;
+        
+        /* carrier-phase bias correction */
+        if (navs.nf>0) {
+            corr_phase_bias_fcb(obs,n,&navs);
+        }
+        else if (!strstr(popt->pppopt,"-DIS_FCB")) {
+            corr_phase_bias_ssr(obs,n,&navs);
+        }
+        /* disable L2 */
+#if 0
+        if (popt->freqopt==1) {
+            for (i=0;i<n;i++) obs[i].L[1]=obs[i].P[1]=0.0;
+        }
+#endif
+        if (!rtkpos(&rtk,obs,n,&navs)) continue;
+        
+        if (mode==0) { /* forward/backward */
+            if (!solstatic) {
+                outsol(fp,&rtk.sol,rtk.rb,sopt);
+            }
+            else if (time.time==0||pri[rtk.sol.stat]<=pri[sol.stat]) {
+                sol=rtk.sol;
+                for (i=0;i<3;i++) rb[i]=rtk.rb[i];
+                if (time.time==0||timediff(rtk.sol.time,time)<0.0) {
+                    time=rtk.sol.time;
+                }
+            }
+        }
+        else if (!revs) { /* combined-forward */
+            if (isolf>=nepoch) return;
+            solf[isolf]=rtk.sol;
+            for (i=0;i<3;i++) rbf[i+isolf*3]=rtk.rb[i];
+            isolf++;
+        }
+        else { /* combined-backward */
+            if (isolb>=nepoch) return;
+            solb[isolb]=rtk.sol;
+            for (i=0;i<3;i++) rbb[i+isolb*3]=rtk.rb[i];
+            isolb++;
+        }
+    }
+    if (mode==0&&solstatic&&time.time!=0.0) {
+        sol.time=time;
+        outsol(fp,&sol,rb,sopt);
+    }
+    rtkfree(&rtk);
+}
+/* validation of combined solutions ------------------------------------------*/
+static int valcomb(const sol_t *solf, const sol_t *solb)
+{
+    double dr[3],var[3];
+    int i;
+    char tstr[32];
+    
+    trace(3,"valcomb :\n");
+    
+    /* compare forward and backward solution */
+    for (i=0;i<3;i++) {
+        dr[i]=solf->rr[i]-solb->rr[i];
+        var[i]=solf->qr[i]+solb->qr[i];
+    }
+    for (i=0;i<3;i++) {
+        if (dr[i]*dr[i]<=16.0*var[i]) continue; /* ok if in 4-sigma */
+        
+        time2str(solf->time,tstr,2);
+        trace(2,"degrade fix to float: %s dr=%.3f %.3f %.3f std=%.3f %.3f %.3f\n",
+              tstr+11,dr[0],dr[1],dr[2],SQRT(var[0]),SQRT(var[1]),SQRT(var[2]));
+        return 0;
+    }
+    return 1;
+}
+/* combine forward/backward solutions and output results ---------------------*/
+static void combres(FILE *fp, const prcopt_t *popt, const solopt_t *sopt)
+{
+    gtime_t time={0};
+    sol_t sols={{0}},sol={{0}};
+    double tt,Qf[9],Qb[9],Qs[9],rbs[3]={0},rb[3]={0},rr_f[3],rr_b[3],rr_s[3];
+    int i,j,k,solstatic,pri[]={0,1,2,3,4,5,1,6};
+    
+    trace(3,"combres : isolf=%d isolb=%d\n",isolf,isolb);
+    
+    solstatic=sopt->solstatic&&
+              (popt->mode==PMODE_STATIC||popt->mode==PMODE_PPP_STATIC);
+    
+    for (i=0,j=isolb-1;i<isolf&&j>=0;i++,j--) {
+        
+        if ((tt=timediff(solf[i].time,solb[j].time))<-DTTOL) {
+            sols=solf[i];
+            for (k=0;k<3;k++) rbs[k]=rbf[k+i*3];
+            j++;
+        }
+        else if (tt>DTTOL) {
+            sols=solb[j];
+            for (k=0;k<3;k++) rbs[k]=rbb[k+j*3];
+            i--;
+        }
+        else if (solf[i].stat<solb[j].stat) {
+            sols=solf[i];
+            for (k=0;k<3;k++) rbs[k]=rbf[k+i*3];
+        }
+        else if (solf[i].stat>solb[j].stat) {
+            sols=solb[j];
+            for (k=0;k<3;k++) rbs[k]=rbb[k+j*3];
+        }
+        else {
+            sols=solf[i];
+            sols.time=timeadd(sols.time,-tt/2.0);
+            
+            if ((popt->mode==PMODE_KINEMA||popt->mode==PMODE_MOVEB)&&
+                sols.stat==SOLQ_FIX) {
+                
+                /* degrade fix to float if validation failed */
+                if (!valcomb(solf+i,solb+j)) sols.stat=SOLQ_FLOAT;
+            }
+            for (k=0;k<3;k++) {
+                Qf[k+k*3]=solf[i].qr[k];
+                Qb[k+k*3]=solb[j].qr[k];
+            }
+            Qf[1]=Qf[3]=solf[i].qr[3];
+            Qf[5]=Qf[7]=solf[i].qr[4];
+            Qf[2]=Qf[6]=solf[i].qr[5];
+            Qb[1]=Qb[3]=solb[j].qr[3];
+            Qb[5]=Qb[7]=solb[j].qr[4];
+            Qb[2]=Qb[6]=solb[j].qr[5];
+            
+            if (popt->mode==PMODE_MOVEB) {
+                for (k=0;k<3;k++) rr_f[k]=solf[i].rr[k]-rbf[k+i*3];
+                for (k=0;k<3;k++) rr_b[k]=solb[j].rr[k]-rbb[k+j*3];
+                if (smoother(rr_f,Qf,rr_b,Qb,3,rr_s,Qs)) continue;
+                for (k=0;k<3;k++) sols.rr[k]=rbs[k]+rr_s[k];
+            }
+            else {
+                if (smoother(solf[i].rr,Qf,solb[j].rr,Qb,3,sols.rr,Qs)) continue;
+            }
+            sols.qr[0]=(float)Qs[0];
+            sols.qr[1]=(float)Qs[4];
+            sols.qr[2]=(float)Qs[8];
+            sols.qr[3]=(float)Qs[1];
+            sols.qr[4]=(float)Qs[5];
+            sols.qr[5]=(float)Qs[2];
+        }
+        if (!solstatic) {
+            outsol(fp,&sols,rbs,sopt);
+        }
+        else if (time.time==0||pri[sols.stat]<=pri[sol.stat]) {
+            sol=sols;
+            for (k=0;k<3;k++) rb[k]=rbs[k];
+            if (time.time==0||timediff(sols.time,time)<0.0) {
+                time=sols.time;
+            }
+        }
+    }
+    if (solstatic&&time.time!=0.0) {
+        sol.time=time;
+        outsol(fp,&sol,rb,sopt);
+    }
+}
+/* read prec ephemeris, sbas data, lex data, tec grid and open rtcm ----------*/
+static void readpreceph(char **infile, int n, const prcopt_t *prcopt,
+                        nav_t *nav, sbs_t *sbs, lex_t *lex)
+{
+    seph_t seph0={0};
+    int i;
+    char *ext;
+    
+    trace(2,"readpreceph: n=%d\n",n);
+    
+    nav->ne=nav->nemax=0;
+    nav->nc=nav->ncmax=0;
+    nav->nf=nav->nfmax=0;
+    sbs->n =sbs->nmax =0;
+    lex->n =lex->nmax =0;
+    
+    /* read precise ephemeris files */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        readsp3(infile[i],nav,0);
+    }
+    /* read precise clock files */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        readrnxc(infile[i],nav);
+    }
+    /* read satellite fcb files */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        if ((ext=strrchr(infile[i],'.'))&&
+            (!strcmp(ext,".fcb")||!strcmp(ext,".FCB"))) {
+            readfcb(infile[i],nav);
+        }
+    }
+    /* read solution status files for ppp correction */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        if ((ext=strrchr(infile[i],'.'))&&
+            (!strcmp(ext,".stat")||!strcmp(ext,".STAT")||
+             !strcmp(ext,".stec")||!strcmp(ext,".STEC")||
+             !strcmp(ext,".trp" )||!strcmp(ext,".TRP" ))) {
+            pppcorr_read(&nav->pppcorr,infile[i]);
+        }
+    }
+    /* read sbas message files */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        sbsreadmsg(infile[i],prcopt->sbassatsel,sbs);
+    }
+    /* read lex message files */
+    for (i=0;i<n;i++) {
+        if (strstr(infile[i],"%r")||strstr(infile[i],"%b")) continue;
+        lexreadmsg(infile[i],0,lex);
+    }
+    /* allocate sbas ephemeris */
+    nav->ns=nav->nsmax=NSATSBS*2;
+    if (!(nav->seph=(seph_t *)malloc(sizeof(seph_t)*nav->ns))) {
+         showmsg("error : sbas ephem memory allocation");
+         trace(1,"error : sbas ephem memory allocation");
+         return;
+    }
+    for (i=0;i<nav->ns;i++) nav->seph[i]=seph0;
+    
+    /* set rtcm file and initialize rtcm struct */
+    rtcm_file[0]=rtcm_path[0]='\0'; fp_rtcm=NULL;
+    
+    for (i=0;i<n;i++) {
+        if ((ext=strrchr(infile[i],'.'))&&
+            (!strcmp(ext,".rtcm3")||!strcmp(ext,".RTCM3"))) {
+            strcpy(rtcm_file,infile[i]);
+            init_rtcm(&rtcm);
+            break;
+        }
+    }
+}
+/* free prec ephemeris and sbas data -----------------------------------------*/
+static void freepreceph(nav_t *nav, sbs_t *sbs, lex_t *lex)
+{
+    int i;
+    
+    trace(3,"freepreceph:\n");
+    
+    free(nav->peph); nav->peph=NULL; nav->ne=nav->nemax=0;
+    free(nav->pclk); nav->pclk=NULL; nav->nc=nav->ncmax=0;
+    free(nav->fcb ); nav->fcb =NULL; nav->nf=nav->nfmax=0;
+    free(nav->seph); nav->seph=NULL; nav->ns=nav->nsmax=0;
+    free(sbs->msgs); sbs->msgs=NULL; sbs->n =sbs->nmax =0;
+    free(lex->msgs); lex->msgs=NULL; lex->n =lex->nmax =0;
+    for (i=0;i<nav->nt;i++) {
+        free(nav->tec[i].data);
+        free(nav->tec[i].rms );
+    }
+    free(nav->tec ); nav->tec =NULL; nav->nt=nav->ntmax=0;
+    
+    if (fp_rtcm) fclose(fp_rtcm);
+    free_rtcm(&rtcm);
+}
+/* read obs and nav data -----------------------------------------------------*/
+static int readobsnav(gtime_t ts, gtime_t te, double ti, char **infile,
+                      const int *index, int n, const prcopt_t *prcopt,
+                      obs_t *obs, nav_t *nav, sta_t *sta)
+{
+    int i,j,ind=0,nobs=0,rcv=1;
+    
+    trace(3,"readobsnav: ts=%s n=%d\n",time_str(ts,0),n);
+    
+    obs->data=NULL; obs->n =obs->nmax =0;
+    nav->eph =NULL; nav->n =nav->nmax =0;
+    nav->geph=NULL; nav->ng=nav->ngmax=0;
+    nav->seph=NULL; nav->ns=nav->nsmax=0;
+    nepoch=0;
+    
+    for (i=0;i<n;i++) {
+        if (checkbrk("")) return 0;
+        
+        if (index[i]!=ind) {
+            if (obs->n>nobs) rcv++;
+            ind=index[i]; nobs=obs->n; 
+        }
+        /* read rinex obs and nav file */
+        if (readrnxt(infile[i],rcv,ts,te,ti,prcopt->rnxopt[rcv<=1?0:1],obs,nav,
+                     rcv<=2?sta+rcv-1:NULL)<0) {
+            checkbrk("error : insufficient memory");
+            trace(1,"insufficient memory\n");
+            return 0;
+        }
+    }
+    if (obs->n<=0) {
+        checkbrk("error : no obs data");
+        trace(1,"no obs data\n");
+        return 0;
+    }
+    if (nav->n<=0&&nav->ng<=0&&nav->ns<=0) {
+        checkbrk("error : no nav data");
+        trace(1,"no nav data\n");
+        return 0;
+    }
+    /* sort observation data */
+    nepoch=sortobs(obs);
+    
+    /* delete duplicated ephemeris */
+    uniqnav(nav);
+    
+    /* set time span for progress display */
+    if (ts.time==0||te.time==0) {
+        for (i=0;   i<obs->n;i++) if (obs->data[i].rcv==1) break;
+        for (j=obs->n-1;j>=0;j--) if (obs->data[j].rcv==1) break;
+        if (i<j) {
+            if (ts.time==0) ts=obs->data[i].time;
+            if (te.time==0) te=obs->data[j].time;
+            settspan(ts,te);
+        }
+    }
+    return 1;
+}
+/* free obs and nav data -----------------------------------------------------*/
+static void freeobsnav(obs_t *obs, nav_t *nav)
+{
+    trace(3,"freeobsnav:\n");
+    
+    free(obs->data); obs->data=NULL; obs->n =obs->nmax =0;
+    free(nav->eph ); nav->eph =NULL; nav->n =nav->nmax =0;
+    free(nav->geph); nav->geph=NULL; nav->ng=nav->ngmax=0;
+    free(nav->seph); nav->seph=NULL; nav->ns=nav->nsmax=0;
+}
+/* average of single position ------------------------------------------------*/
+static int avepos(double *ra, int rcv, const obs_t *obs, const nav_t *nav,
+                  const prcopt_t *opt)
+{
+    obsd_t data[MAXOBS];
+    gtime_t ts={0};
+    sol_t sol={{0}};
+    int i,j,n=0,m,iobs;
+    char msg[128];
+    
+    trace(3,"avepos: rcv=%d obs.n=%d\n",rcv,obs->n);
+    
+    for (i=0;i<3;i++) ra[i]=0.0;
+    
+    for (iobs=0;(m=nextobsf(obs,&iobs,rcv))>0;iobs+=m) {
+        
+        for (i=j=0;i<m&&i<MAXOBS;i++) {
+            data[j]=obs->data[iobs+i];
+            if ((satsys(data[j].sat,NULL)&opt->navsys)&&
+                opt->exsats[data[j].sat-1]!=1) j++;
+        }
+        if (j<=0||!screent(data[0].time,ts,ts,1.0)) continue; /* only 1 hz */
+        
+        if (!pntpos(data,j,nav,opt,&sol,NULL,NULL,msg)) continue;
+        
+        for (i=0;i<3;i++) ra[i]+=sol.rr[i];
+        n++;
+    }
+    if (n<=0) {
+        trace(1,"no average of base station position\n");
+        return 0;
+    }
+    for (i=0;i<3;i++) ra[i]/=n;
+    return 1;
+}
+/* station position from file ------------------------------------------------*/
+static int getstapos(const char *file, char *name, double *r)
+{
+    FILE *fp;
+    char buff[256],sname[256],*p,*q;
+    double pos[3];
+    
+    trace(3,"getstapos: file=%s name=%s\n",file,name);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(1,"station position file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if ((p=strchr(buff,'%'))) *p='\0';
+        
+        if (sscanf(buff,"%lf %lf %lf %255s",pos,pos+1,pos+2,sname)<4) continue;
+        
+        for (p=sname,q=name;*p&&*q;p++,q++) {
+            if (toupper((int)*p)!=toupper((int)*q)) break;
+        }
+        if (!*p) {
+            pos[0]*=D2R;
+            pos[1]*=D2R;
+            pos2ecef(pos,r);
+            fclose(fp);
+            return 1;
+        }
+    }
+    fclose(fp);
+    trace(1,"no station position: %s %s\n",name,file);
+    return 0;
+}
+/* antenna phase center position ---------------------------------------------*/
+static int antpos(prcopt_t *opt, int rcvno, const obs_t *obs, const nav_t *nav,
+                  const sta_t *sta, const char *posfile)
+{
+    double *rr=rcvno==1?opt->ru:opt->rb,del[3],pos[3],dr[3]={0};
+    int i,postype=rcvno==1?opt->rovpos:opt->refpos;
+    char *name;
+    
+    trace(3,"antpos  : rcvno=%d\n",rcvno);
+    
+    if (postype==1) { /* average of single position */
+        if (!avepos(rr,rcvno,obs,nav,opt)) {
+            showmsg("error : station pos computation");
+            return 0;
+        }
+    }
+    else if (postype==2) { /* read from position file */
+        name=stas[rcvno==1?0:1].name;
+        if (!getstapos(posfile,name,rr)) {
+            showmsg("error : no position of %s in %s",name,posfile);
+            return 0;
+        }
+    }
+    else if (postype==3) { /* get from rinex header */
+        if (norm(stas[rcvno==1?0:1].pos,3)<=0.0) {
+            showmsg("error : no position in rinex header");
+            trace(1,"no position position in rinex header\n");
+            return 0;
+        }
+        /* antenna delta */
+        if (stas[rcvno==1?0:1].deltype==0) { /* enu */
+            for (i=0;i<3;i++) del[i]=stas[rcvno==1?0:1].del[i];
+            del[2]+=stas[rcvno==1?0:1].hgt;
+            ecef2pos(stas[rcvno==1?0:1].pos,pos);
+            enu2ecef(pos,del,dr);
+        }
+        else { /* xyz */
+            for (i=0;i<3;i++) dr[i]=stas[rcvno==1?0:1].del[i];
+        }
+        for (i=0;i<3;i++) rr[i]=stas[rcvno==1?0:1].pos[i]+dr[i];
+    }
+    return 1;
+}
+/* open procssing session ----------------------------------------------------*/
+static int openses(const prcopt_t *popt, const solopt_t *sopt,
+                   const filopt_t *fopt, nav_t *nav, pcvs_t *pcvs, pcvs_t *pcvr)
+{
+    int i;
+    
+    trace(3,"openses :\n");
+    
+    /* read satellite antenna parameters */
+    if (*fopt->satantp&&!(readpcv(fopt->satantp,pcvs))) {
+        showmsg("error : no sat ant pcv in %s",fopt->satantp);
+        trace(1,"sat antenna pcv read error: %s\n",fopt->satantp);
+        return 0;
+    }
+    /* read receiver antenna parameters */
+    if (*fopt->rcvantp&&!(readpcv(fopt->rcvantp,pcvr))) {
+        showmsg("error : no rec ant pcv in %s",fopt->rcvantp);
+        trace(1,"rec antenna pcv read error: %s\n",fopt->rcvantp);
+        return 0;
+    }
+    /* open geoid data */
+    if (sopt->geoid>0&&*fopt->geoid) {
+        if (!opengeoid(sopt->geoid,fopt->geoid)) {
+            showmsg("error : no geoid data %s",fopt->geoid);
+            trace(2,"no geoid data %s\n",fopt->geoid);
+        }
+    }
+    /* use satellite L2 offset if L5 offset does not exists */
+    for (i=0;i<pcvs->n;i++) {
+        if (norm(pcvs->pcv[i].off[2],3)>0.0) continue;
+        matcpy(pcvs->pcv[i].off[2],pcvs->pcv[i].off[1], 3,1);
+        matcpy(pcvs->pcv[i].var[2],pcvs->pcv[i].var[1],19,1);
+    }
+    for (i=0;i<pcvr->n;i++) {
+        if (norm(pcvr->pcv[i].off[2],3)>0.0) continue;
+        matcpy(pcvr->pcv[i].off[2],pcvr->pcv[i].off[1], 3,1);
+        matcpy(pcvr->pcv[i].var[2],pcvr->pcv[i].var[1],19,1);
+    }
+    return 1;
+}
+/* close procssing session ---------------------------------------------------*/
+static void closeses(nav_t *nav, pcvs_t *pcvs, pcvs_t *pcvr)
+{
+    trace(3,"closeses:\n");
+    
+    /* free antenna parameters */
+    free(pcvs->pcv); pcvs->pcv=NULL; pcvs->n=pcvs->nmax=0;
+    free(pcvr->pcv); pcvr->pcv=NULL; pcvr->n=pcvr->nmax=0;
+    
+    /* close geoid data */
+    closegeoid();
+    
+    /* free erp data */
+    free(nav->erp.data); nav->erp.data=NULL; nav->erp.n=nav->erp.nmax=0;
+    
+    /* close solution statistics and debug trace */
+    rtkclosestat();
+    traceclose();
+}
+/* set antenna parameters ----------------------------------------------------*/
+static void setpcv(gtime_t time, prcopt_t *popt, nav_t *nav, const pcvs_t *pcvs,
+                   const pcvs_t *pcvr, const sta_t *sta)
+{
+    pcv_t *pcv;
+    double pos[3],del[3];
+    int i,j,mode=PMODE_DGPS<=popt->mode&&popt->mode<=PMODE_FIXED;
+    char id[64];
+    
+    /* set satellite antenna parameters */
+    for (i=0;i<MAXSAT;i++) {
+        if (!(satsys(i+1,NULL)&popt->navsys)) continue;
+        if (!(pcv=searchpcv(i+1,"",time,pcvs))) {
+            satno2id(i+1,id);
+            trace(2,"no satellite antenna pcv: %s\n",id);
+            continue;
+        }
+        nav->pcvs[i]=*pcv;
+    }
+    for (i=0;i<(mode?2:1);i++) {
+        if (!strcmp(popt->anttype[i],"*")) { /* set by station parameters */
+            strcpy(popt->anttype[i],sta[i].antdes);
+            if (sta[i].deltype==1) { /* xyz */
+                if (norm(sta[i].pos,3)>0.0) {
+                    ecef2pos(sta[i].pos,pos);
+                    ecef2enu(pos,sta[i].del,del);
+                    for (j=0;j<3;j++) popt->antdel[i][j]=del[j];
+                }
+            }
+            else { /* enu */
+                for (j=0;j<3;j++) popt->antdel[i][j]=stas[i].del[j];
+            }
+        }
+        if (!(pcv=searchpcv(0,popt->anttype[i],time,pcvr))) {
+            trace(2,"no receiver antenna pcv: %s\n",popt->anttype[i]);
+            *popt->anttype[i]='\0';
+            continue;
+        }
+        strcpy(popt->anttype[i],pcv->type);
+        popt->pcvr[i]=*pcv;
+    }
+}
+/* read ocean tide loading parameters ----------------------------------------*/
+static void readotl(prcopt_t *popt, const char *file, const sta_t *sta)
+{
+    int i,mode=PMODE_DGPS<=popt->mode&&popt->mode<=PMODE_FIXED;
+    
+    for (i=0;i<(mode?2:1);i++) {
+        readblq(file,sta[i].name,popt->odisp[i]);
+    }
+}
+/* write header to output file -----------------------------------------------*/
+static int outhead(const char *outfile, char **infile, int n,
+                   const prcopt_t *popt, const solopt_t *sopt)
+{
+    FILE *fp=stdout;
+    
+    trace(3,"outhead: outfile=%s n=%d\n",outfile,n);
+    
+    if (*outfile) {
+        createdir(outfile);
+        
+        if (!(fp=fopen(outfile,"w"))) {
+            showmsg("error : open output file %s",outfile);
+            return 0;
+        }
+    }
+    /* output header */
+    outheader(fp,infile,n,popt,sopt);
+    
+    if (*outfile) fclose(fp);
+    
+    return 1;
+}
+/* open output file for append -----------------------------------------------*/
+static FILE *openfile(const char *outfile)
+{
+    trace(3,"openfile: outfile=%s\n",outfile);
+    
+    return !*outfile?stdout:fopen(outfile,"a");
+}
+/* execute processing session ------------------------------------------------*/
+static int execses(gtime_t ts, gtime_t te, double ti, const prcopt_t *popt,
+                   const solopt_t *sopt, const filopt_t *fopt, int flag,
+                   char **infile, const int *index, int n, char *outfile)
+{
+    FILE *fp;
+    prcopt_t popt_=*popt;
+    char tracefile[1024],statfile[1024],path[1024],*ext;
+    
+    trace(3,"execses : n=%d outfile=%s\n",n,outfile);
+    
+    /* open debug trace */
+    if (flag&&sopt->trace>0) {
+        if (*outfile) {
+            strcpy(tracefile,outfile);
+            strcat(tracefile,".trace");
+        }
+        else {
+            strcpy(tracefile,fopt->trace);
+        }
+        traceclose();
+        traceopen(tracefile);
+        tracelevel(sopt->trace);
+    }
+    /* read ionosphere data file */
+    if (*fopt->iono&&(ext=strrchr(fopt->iono,'.'))) {
+        if (strlen(ext)==4&&(ext[3]=='i'||ext[3]=='I')) {
+            reppath(fopt->iono,path,ts,"","");
+            readtec(path,&navs,1);
+        }
+    }
+    /* read erp data */
+    if (*fopt->eop) {
+        free(navs.erp.data); navs.erp.data=NULL; navs.erp.n=navs.erp.nmax=0;
+        reppath(fopt->eop,path,ts,"","");
+        if (!readerp(path,&navs.erp)) {
+            showmsg("error : no erp data %s",path);
+            trace(2,"no erp data %s\n",path);
+        }
+    }
+    /* read obs and nav data */
+    if (!readobsnav(ts,te,ti,infile,index,n,&popt_,&obss,&navs,stas)) return 0;
+    
+    /* read dcb parameters */
+    if (*fopt->dcb) {
+        reppath(fopt->dcb,path,ts,"","");
+        readdcb(path,&navs,stas);
+    }
+    /* set antenna paramters */
+    if (popt_.mode!=PMODE_SINGLE) {
+        setpcv(obss.n>0?obss.data[0].time:timeget(),&popt_,&navs,&pcvss,&pcvsr,
+               stas);
+    }
+    /* read ocean tide loading parameters */
+    if (popt_.mode>PMODE_SINGLE&&fopt->blq) {
+        readotl(&popt_,fopt->blq,stas);
+    }
+    /* rover/reference fixed position */
+    if (popt_.mode==PMODE_FIXED) {
+        if (!antpos(&popt_,1,&obss,&navs,stas,fopt->stapos)) {
+            freeobsnav(&obss,&navs);
+            return 0;
+        }
+    }
+    else if (PMODE_DGPS<=popt_.mode&&popt_.mode<=PMODE_STATIC) {
+        if (!antpos(&popt_,2,&obss,&navs,stas,fopt->stapos)) {
+            freeobsnav(&obss,&navs);
+            return 0;
+        }
+    }
+    /* open solution statistics */
+    if (flag&&sopt->sstat>0) {
+        strcpy(statfile,outfile);
+        strcat(statfile,".stat");
+        rtkclosestat();
+        rtkopenstat(statfile,sopt->sstat);
+    }
+    /* write header to output file */
+    if (flag&&!outhead(outfile,infile,n,&popt_,sopt)) {
+        freeobsnav(&obss,&navs);
+        return 0;
+    }
+    iobsu=iobsr=isbs=ilex=revs=aborts=0;
+    
+    if (popt_.mode==PMODE_SINGLE||popt_.soltype==0) {
+        if ((fp=openfile(outfile))) {
+            procpos(fp,&popt_,sopt,0); /* forward */
+            fclose(fp);
+        }
+    }
+    else if (popt_.soltype==1) {
+        if ((fp=openfile(outfile))) {
+            revs=1; iobsu=iobsr=obss.n-1; isbs=sbss.n-1; ilex=lexs.n-1;
+            procpos(fp,&popt_,sopt,0); /* backward */
+            fclose(fp);
+        }
+    }
+    else { /* combined */
+        solf=(sol_t *)malloc(sizeof(sol_t)*nepoch);
+        solb=(sol_t *)malloc(sizeof(sol_t)*nepoch);
+        rbf=(double *)malloc(sizeof(double)*nepoch*3);
+        rbb=(double *)malloc(sizeof(double)*nepoch*3);
+        
+        if (solf&&solb) {
+            isolf=isolb=0;
+            procpos(NULL,&popt_,sopt,1); /* forward */
+            revs=1; iobsu=iobsr=obss.n-1; isbs=sbss.n-1; ilex=lexs.n-1;
+            procpos(NULL,&popt_,sopt,1); /* backward */
+            
+            /* combine forward/backward solutions */
+            if (!aborts&&(fp=openfile(outfile))) {
+                combres(fp,&popt_,sopt);
+                fclose(fp);
+            }
+        }
+        else showmsg("error : memory allocation");
+        free(solf);
+        free(solb);
+        free(rbf);
+        free(rbb);
+    }
+    /* free obs and nav data */
+    freeobsnav(&obss,&navs);
+    
+    return aborts?1:0;
+}
+/* execute processing session for each rover ---------------------------------*/
+static int execses_r(gtime_t ts, gtime_t te, double ti, const prcopt_t *popt,
+                     const solopt_t *sopt, const filopt_t *fopt, int flag,
+                     char **infile, const int *index, int n, char *outfile,
+                     const char *rov)
+{
+    gtime_t t0={0};
+    int i,stat=0;
+    char *ifile[MAXINFILE],ofile[1024],*rov_,*p,*q,s[64]="";
+    
+    trace(3,"execses_r: n=%d outfile=%s\n",n,outfile);
+    
+    for (i=0;i<n;i++) if (strstr(infile[i],"%r")) break;
+    
+    if (i<n) { /* include rover keywords */
+        if (!(rov_=(char *)malloc(strlen(rov)+1))) return 0;
+        strcpy(rov_,rov);
+        
+        for (i=0;i<n;i++) {
+            if (!(ifile[i]=(char *)malloc(1024))) {
+                free(rov_); for (;i>=0;i--) free(ifile[i]);
+                return 0;
+            }
+        }
+        for (p=rov_;;p=q+1) { /* for each rover */
+            if ((q=strchr(p,' '))) *q='\0';
+            
+            if (*p) {
+                strcpy(proc_rov,p);
+                if (ts.time) time2str(ts,s,0); else *s='\0';
+                if (checkbrk("reading    : %s",s)) {
+                    stat=1;
+                    break;
+                }
+                for (i=0;i<n;i++) reppath(infile[i],ifile[i],t0,p,"");
+                reppath(outfile,ofile,t0,p,"");
+                
+                /* execute processing session */
+                stat=execses(ts,te,ti,popt,sopt,fopt,flag,ifile,index,n,ofile);
+            }
+            if (stat==1||!q) break;
+        }
+        free(rov_); for (i=0;i<n;i++) free(ifile[i]);
+    }
+    else {
+        /* execute processing session */
+        stat=execses(ts,te,ti,popt,sopt,fopt,flag,infile,index,n,outfile);
+    }
+    return stat;
+}
+/* execute processing session for each base station --------------------------*/
+static int execses_b(gtime_t ts, gtime_t te, double ti, const prcopt_t *popt,
+                     const solopt_t *sopt, const filopt_t *fopt, int flag,
+                     char **infile, const int *index, int n, char *outfile,
+                     const char *rov, const char *base)
+{
+    gtime_t t0={0};
+    int i,stat=0;
+    char *ifile[MAXINFILE],ofile[1024],*base_,*p,*q,s[64];
+    
+    trace(3,"execses_b: n=%d outfile=%s\n",n,outfile);
+    
+    /* read prec ephemeris and sbas data */
+    readpreceph(infile,n,popt,&navs,&sbss,&lexs);
+    
+    for (i=0;i<n;i++) if (strstr(infile[i],"%b")) break;
+    
+    if (i<n) { /* include base station keywords */
+        if (!(base_=(char *)malloc(strlen(base)+1))) {
+            freepreceph(&navs,&sbss,&lexs);
+            return 0;
+        }
+        strcpy(base_,base);
+        
+        for (i=0;i<n;i++) {
+            if (!(ifile[i]=(char *)malloc(1024))) {
+                free(base_); for (;i>=0;i--) free(ifile[i]);
+                freepreceph(&navs,&sbss,&lexs);
+                return 0;
+            }
+        }
+        for (p=base_;;p=q+1) { /* for each base station */
+            if ((q=strchr(p,' '))) *q='\0';
+            
+            if (*p) {
+                strcpy(proc_base,p);
+                if (ts.time) time2str(ts,s,0); else *s='\0';
+                if (checkbrk("reading    : %s",s)) {
+                    stat=1;
+                    break;
+                }
+                for (i=0;i<n;i++) reppath(infile[i],ifile[i],t0,"",p);
+                reppath(outfile,ofile,t0,"",p);
+                
+                stat=execses_r(ts,te,ti,popt,sopt,fopt,flag,ifile,index,n,ofile,rov);
+            }
+            if (stat==1||!q) break;
+        }
+        free(base_); for (i=0;i<n;i++) free(ifile[i]);
+    }
+    else {
+        stat=execses_r(ts,te,ti,popt,sopt,fopt,flag,infile,index,n,outfile,rov);
+    }
+    /* free prec ephemeris and sbas data */
+    freepreceph(&navs,&sbss,&lexs);
+    
+    return stat;
+}
+/* post-processing positioning -------------------------------------------------
+* post-processing positioning
+* args   : gtime_t ts       I   processing start time (ts.time==0: no limit)
+*        : gtime_t te       I   processing end time   (te.time==0: no limit)
+*          double ti        I   processing interval  (s) (0:all)
+*          double tu        I   processing unit time (s) (0:all)
+*          prcopt_t *popt   I   processing options
+*          solopt_t *sopt   I   solution options
+*          filopt_t *fopt   I   file options
+*          char   **infile  I   input files (see below)
+*          int    n         I   number of input files
+*          char   *outfile  I   output file ("":stdout, see below)
+*          char   *rov      I   rover id list        (separated by " ")
+*          char   *base     I   base station id list (separated by " ")
+* return : status (0:ok,0>:error,1:aborted)
+* notes  : input files should contain observation data, navigation data, precise 
+*          ephemeris/clock (optional), sbas log file (optional), ssr message
+*          log file (optional) and tec grid file (optional). only the first 
+*          observation data file in the input files is recognized as the rover
+*          data.
+*
+*          the type of an input file is recognized by the file extention as ]
+*          follows:
+*              .sp3,.SP3,.eph*,.EPH*: precise ephemeris (sp3c)
+*              .sbs,.SBS,.ems,.EMS  : sbas message log files (rtklib or ems)
+*              .lex,.LEX            : qzss lex message log files
+*              .rtcm3,.RTCM3        : ssr message log files (rtcm3)
+*              .*i,.*I              : tec grid files (ionex)
+*              .fcb,.FCB            : satellite fcb
+*              others               : rinex obs, nav, gnav, hnav, qnav or clock
+*
+*          inputs files can include wild-cards (*). if an file includes
+*          wild-cards, the wild-card expanded multiple files are used.
+*
+*          inputs files can include keywords. if an file includes keywords,
+*          the keywords are replaced by date, time, rover id and base station
+*          id and multiple session analyses run. refer reppath() for the
+*          keywords.
+*
+*          the output file can also include keywords. if the output file does
+*          not include keywords. the results of all multiple session analyses
+*          are output to a single output file.
+*
+*          ssr corrections are valid only for forward estimation.
+*-----------------------------------------------------------------------------*/
+extern int postpos(gtime_t ts, gtime_t te, double ti, double tu,
+                   const prcopt_t *popt, const solopt_t *sopt,
+                   const filopt_t *fopt, char **infile, int n, char *outfile,
+                   const char *rov, const char *base)
+{
+    gtime_t tts,tte,ttte;
+    double tunit,tss;
+    int i,j,k,nf,stat=0,week,flag=1,index[MAXINFILE]={0};
+    char *ifile[MAXINFILE],ofile[1024],*ext;
+    
+    trace(3,"postpos : ti=%.0f tu=%.0f n=%d outfile=%s\n",ti,tu,n,outfile);
+    
+    /* open processing session */
+    if (!openses(popt,sopt,fopt,&navs,&pcvss,&pcvsr)) return -1;
+    
+    if (ts.time!=0&&te.time!=0&&tu>=0.0) {
+        if (timediff(te,ts)<0.0) {
+            showmsg("error : no period");
+            closeses(&navs,&pcvss,&pcvsr);
+            return 0;
+        }
+        for (i=0;i<MAXINFILE;i++) {
+            if (!(ifile[i]=(char *)malloc(1024))) {
+                for (;i>=0;i--) free(ifile[i]);
+                closeses(&navs,&pcvss,&pcvsr);
+                return -1;
+            }
+        }
+        if (tu==0.0||tu>86400.0*MAXPRCDAYS) tu=86400.0*MAXPRCDAYS;
+        settspan(ts,te);
+        tunit=tu<86400.0?tu:86400.0;
+        tss=tunit*(int)floor(time2gpst(ts,&week)/tunit);
+        
+        for (i=0;;i++) { /* for each periods */
+            tts=gpst2time(week,tss+i*tu);
+            tte=timeadd(tts,tu-DTTOL);
+            if (timediff(tts,te)>0.0) break;
+            if (timediff(tts,ts)<0.0) tts=ts;
+            if (timediff(tte,te)>0.0) tte=te;
+            
+            strcpy(proc_rov ,"");
+            strcpy(proc_base,"");
+            if (checkbrk("reading    : %s",time_str(tts,0))) {
+                stat=1;
+                break;
+            }
+            for (j=k=nf=0;j<n;j++) {
+                
+                ext=strrchr(infile[j],'.');
+                
+                if (ext&&(!strcmp(ext,".rtcm3")||!strcmp(ext,".RTCM3"))) {
+                    strcpy(ifile[nf++],infile[j]);
+                }
+                else {
+                    /* include next day precise ephemeris or rinex brdc nav */
+                    ttte=tte;
+                    if (ext&&(!strcmp(ext,".sp3")||!strcmp(ext,".SP3")||
+                              !strcmp(ext,".eph")||!strcmp(ext,".EPH"))) {
+                        ttte=timeadd(ttte,3600.0);
+                    }
+                    else if (strstr(infile[j],"brdc")) {
+                        ttte=timeadd(ttte,7200.0);
+                    }
+                    nf+=reppaths(infile[j],ifile+nf,MAXINFILE-nf,tts,ttte,"","");
+                }
+                while (k<nf) index[k++]=j;
+                
+                if (nf>=MAXINFILE) {
+                    trace(2,"too many input files. trancated\n");
+                    break;
+                }
+            }
+            if (!reppath(outfile,ofile,tts,"","")&&i>0) flag=0;
+            
+            /* execute processing session */
+            stat=execses_b(tts,tte,ti,popt,sopt,fopt,flag,ifile,index,nf,ofile,
+                           rov,base);
+            
+            if (stat==1) break;
+        }
+        for (i=0;i<MAXINFILE;i++) free(ifile[i]);
+    }
+    else if (ts.time!=0) {
+        for (i=0;i<n&&i<MAXINFILE;i++) {
+            if (!(ifile[i]=(char *)malloc(1024))) {
+                for (;i>=0;i--) free(ifile[i]); return -1;
+            }
+            reppath(infile[i],ifile[i],ts,"","");
+            index[i]=i;
+        }
+        reppath(outfile,ofile,ts,"","");
+        
+        /* execute processing session */
+        stat=execses_b(ts,te,ti,popt,sopt,fopt,1,ifile,index,n,ofile,rov,
+                       base);
+        
+        for (i=0;i<n&&i<MAXINFILE;i++) free(ifile[i]);
+    }
+    else {
+        for (i=0;i<n;i++) index[i]=i;
+        
+        /* execute processing session */
+        stat=execses_b(ts,te,ti,popt,sopt,fopt,1,infile,index,n,outfile,rov,
+                       base);
+    }
+    /* close processing session */
+    closeses(&navs,&pcvss,&pcvsr);
+    
+    return stat;
+}
diff --git a/src/ppp.c b/src/ppp.c
new file mode 100644
index 0000000..000e782
--- /dev/null
+++ b/src/ppp.c
@@ -0,0 +1,1371 @@
+/*------------------------------------------------------------------------------
+* ppp.c : precise point positioning
+*
+*          Copyright (C) 2010-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DIERS_MODEL  use IERS tide model
+*           -DOUTSTAT_AMB output ambiguity parameters to solution status
+*
+* references :
+*    [1] D.D.McCarthy, IERS Technical Note 21, IERS Conventions 1996, July 1996
+*    [2] D.D.McCarthy and G.Petit, IERS Technical Note 32, IERS Conventions
+*        2003, November 2003
+*    [3] D.A.Vallado, Fundamentals of Astrodynamics and Applications 2nd ed,
+*        Space Technology Library, 2004
+*    [4] J.Kouba, A Guide to using International GNSS Service (IGS) products,
+*        May 2009
+*    [5] RTCM Paper, April 12, 2010, Proposed SSR Messages for SV Orbit Clock,
+*        Code Biases, URA
+*    [6] MacMillan et al., Atmospheric gradients and the VLBI terrestrial and
+*        celestial reference frames, Geophys. Res. Let., 1997
+*    [7] G.Petit and B.Luzum (eds), IERS Technical Note No. 36, IERS
+*         Conventions (2010), 2010
+*    [8] J.Kouba, A simplified yaw-attitude model for eclipsing GPS satellites,
+*        GPS Solutions, 13:1-12, 2009
+*    [9] F.Dilssner, GPS IIF-1 satellite antenna phase center and attitude
+*        modeling, InsideGNSS, September, 2010
+*    [10] F.Dilssner, The GLONASS-M satellite yaw-attitude model, Advances in
+*        Space Research, 2010
+*    [11] IGS MGEX (http://igs.org/mgex)
+*
+* version : $Revision:$ $Date:$
+* history : 2010/07/20 1.0  new
+*                           added api:
+*                               tidedisp()
+*           2010/12/11 1.1  enable exclusion of eclipsing satellite
+*           2012/02/01 1.2  add gps-glonass h/w bias correction
+*                           move windupcorr() to rtkcmn.c
+*           2013/03/11 1.3  add otl and pole tides corrections
+*                           involve iers model with -DIERS_MODEL
+*                           change initial variances
+*                           suppress acos domain error
+*           2013/09/01 1.4  pole tide model by iers 2010
+*                           add mode of ionosphere model off
+*           2014/05/23 1.5  add output of trop gradient in solution status
+*           2014/10/13 1.6  fix bug on P0(a[3]) computation in tide_oload()
+*                           fix bug on m2 computation in tide_pole()
+*           2015/03/19 1.7  fix bug on ionosphere correction for GLO and BDS
+*           2015/05/10 1.8  add function to detect slip by MW-LC jump
+*                           fix ppp solutin problem with large clock variance
+*           2015/06/08 1.9  add precise satellite yaw-models
+*                           cope with day-boundary problem of satellite clock
+*           2015/07/31 1.10 fix bug on nan-solution without glonass nav-data
+*                           pppoutsolsat() -> pppoutstat()
+*           2015/11/13 1.11 add L5-receiver-dcb estimation
+*                           merge post-residual validation by rnx2rtkp_test
+*                           support support option opt->pppopt=-GAP_RESION=nnnn
+*           2016/01/22 1.12 delete support for yaw-model bug
+*                           add support for ura of ephemeris
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define SQR(x)      ((x)*(x))
+#define SQRT(x)     ((x)<=0.0?0.0:sqrt(x))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+#define ROUND(x)    (int)floor((x)+0.5)
+
+#define MAX_ITER    8               /* max number of iterations */
+#define MAX_STD_FIX 0.15            /* max std-dev (3d) to fix solution */
+#define MIN_NSAT_SOL 4              /* min satellite number for solution */
+#define THRES_REJECT 4.0            /* reject threshold of posfit-res (sigma) */
+
+#define THRES_MW_JUMP 10.0
+
+#define VAR_POS     SQR(60.0)       /* init variance receiver position (m^2) */
+#define VAR_CLK     SQR(60.0)       /* init variance receiver clock (m^2) */
+#define VAR_ZTD     SQR( 0.6)       /* init variance ztd (m^2) */
+#define VAR_GRA     SQR(0.01)       /* init variance gradient (m^2) */
+#define VAR_DCB     SQR(30.0)       /* init variance dcb (m^2) */
+#define VAR_BIAS    SQR(60.0)       /* init variance phase-bias (m^2) */
+#define VAR_IONO    SQR(60.0)       /* init variance iono-delay */
+#define VAR_GLO_IFB SQR( 0.6)       /* variance of glonass ifb */
+
+#define ERR_SAAS    0.3             /* saastamoinen model error std (m) */
+#define ERR_BRDCI   0.5             /* broadcast iono model error factor */
+#define ERR_CBIAS   0.3             /* code bias error std (m) */
+#define REL_HUMI    0.7             /* relative humidity for saastamoinen model */
+#define GAP_RESION  120             /* default gap to reset ionos parameters (ep) */
+
+#define EFACT_GPS_L5 10.0           /* error factor of GPS/QZS L5 */
+
+#define MUDOT_GPS   (0.00836*D2R)   /* average angular velocity GPS (rad/s) */
+#define MUDOT_GLO   (0.00888*D2R)   /* average angular velocity GLO (rad/s) */
+#define EPS0_GPS    (13.5*D2R)      /* max shadow crossing angle GPS (rad) */
+#define EPS0_GLO    (14.2*D2R)      /* max shadow crossing angle GLO (rad) */
+#define T_POSTSHADOW 1800.0         /* post-shadow recovery time (s) */
+#define QZS_EC_BETA 20.0            /* max beta angle for qzss Ec (deg) */
+
+/* number and index of states */
+#define NF(opt)     ((opt)->ionoopt==IONOOPT_IFLC?1:(opt)->nf)
+#define NP(opt)     ((opt)->dynamics?9:3)
+#define NC(opt)     (NSYS)
+#define NT(opt)     ((opt)->tropopt<TROPOPT_EST?0:((opt)->tropopt==TROPOPT_EST?1:3))
+#define NI(opt)     ((opt)->ionoopt==IONOOPT_EST?MAXSAT:0)
+#define ND(opt)     ((opt)->nf>=3?1:0)
+#define NR(opt)     (NP(opt)+NC(opt)+NT(opt)+NI(opt)+ND(opt))
+#define NB(opt)     (NF(opt)*MAXSAT)
+#define NX(opt)     (NR(opt)+NB(opt))
+#define IC(s,opt)   (NP(opt)+(s))
+#define IT(opt)     (NP(opt)+NC(opt))
+#define II(s,opt)   (NP(opt)+NC(opt)+NT(opt)+(s)-1)
+#define ID(opt)     (NP(opt)+NC(opt)+NT(opt)+NI(opt))
+#define IB(s,f,opt) (NR(opt)+MAXSAT*(f)+(s)-1)
+
+/* standard deviation of state -----------------------------------------------*/
+static double STD(rtk_t *rtk, int i)
+{
+    if (rtk->sol.stat==SOLQ_FIX) return SQRT(rtk->Pa[i+i*rtk->nx]);
+    return SQRT(rtk->P[i+i*rtk->nx]);
+}
+/* write solution status for PPP ---------------------------------------------*/
+extern int pppoutstat(rtk_t *rtk, char *buff)
+{
+    ssat_t *ssat;
+    double tow,pos[3],vel[3],acc[3],*x;
+    int i,j,week;
+    char id[32],*p=buff;
+    
+    if (!rtk->sol.stat) return 0;
+    
+    trace(3,"pppoutstat:\n");
+    
+    tow=time2gpst(rtk->sol.time,&week);
+    
+    x=rtk->sol.stat==SOLQ_FIX?rtk->xa:rtk->x;
+    
+    /* receiver position */
+    p+=sprintf(p,"$POS,%d,%.3f,%d,%.4f,%.4f,%.4f,%.4f,%.4f,%.4f\n",week,tow,
+               rtk->sol.stat,x[0],x[1],x[2],STD(rtk,0),STD(rtk,1),STD(rtk,2));
+    
+    /* receiver velocity and acceleration */
+    if (rtk->opt.dynamics) {
+        ecef2pos(rtk->sol.rr,pos);
+        ecef2enu(pos,rtk->x+3,vel);
+        ecef2enu(pos,rtk->x+6,acc);
+        p+=sprintf(p,"$VELACC,%d,%.3f,%d,%.4f,%.4f,%.4f,%.5f,%.5f,%.5f,%.4f,%.4f,"
+                   "%.4f,%.5f,%.5f,%.5f\n",week,tow,rtk->sol.stat,vel[0],vel[1],
+                   vel[2],acc[0],acc[1],acc[2],0.0,0.0,0.0,0.0,0.0,0.0);
+    }
+    /* receiver clocks */
+    i=IC(0,&rtk->opt);
+    p+=sprintf(p,"$CLK,%d,%.3f,%d,%d,%.3f,%.3f,%.3f,%.3f\n",
+               week,tow,rtk->sol.stat,1,x[i]*1E9/CLIGHT,x[i+1]*1E9/CLIGHT,
+               STD(rtk,i)*1E9/CLIGHT,STD(rtk,i+1)*1E9/CLIGHT);
+    
+    /* tropospheric parameters */
+    if (rtk->opt.tropopt==TROPOPT_EST||rtk->opt.tropopt==TROPOPT_ESTG) {
+        i=IT(&rtk->opt);
+        p+=sprintf(p,"$TROP,%d,%.3f,%d,%d,%.4f,%.4f\n",week,tow,rtk->sol.stat,
+                   1,x[i],STD(rtk,i));
+    }
+    if (rtk->opt.tropopt==TROPOPT_ESTG) {
+        i=IT(&rtk->opt);
+        p+=sprintf(p,"$TRPG,%d,%.3f,%d,%d,%.5f,%.5f,%.5f,%.5f\n",week,tow,
+                   rtk->sol.stat,1,x[i+1],x[i+2],STD(rtk,i+1),STD(rtk,i+2));
+    }
+    /* ionosphere parameters */
+    if (rtk->opt.ionoopt==IONOOPT_EST) {
+        for (i=0;i<MAXSAT;i++) {
+            ssat=rtk->ssat+i;
+            if (!ssat->vs) continue;
+            j=II(i+1,&rtk->opt);
+            if (rtk->x[j]==0.0) continue;
+            satno2id(i+1,id);
+            p+=sprintf(p,"$ION,%d,%.3f,%d,%s,%.1f,%.1f,%.4f,%.4f\n",week,tow,
+                       rtk->sol.stat,id,rtk->ssat[i].azel[0]*R2D,
+                       rtk->ssat[i].azel[1]*R2D,x[j],STD(rtk,j));
+        }
+    }
+#ifdef OUTSTAT_AMB
+    /* ambiguity parameters */
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NF(&rtk->opt);j++) {
+        k=IB(i+1,j,&rtk->opt);
+        if (rtk->x[k]==0.0) continue;
+        satno2id(i+1,id);
+        p+=sprintf(p,"$AMB,%d,%.3f,%d,%s,%d,%.4f,%.4f\n",week,tow,
+                   rtk->sol.stat,id,j+1,x[k],STD(rtk,k));
+    }
+#endif
+    return p-buff;
+}
+/* exclude meas of eclipsing satellite (block IIA) ---------------------------*/
+static void testeclipse(const obsd_t *obs, int n, const nav_t *nav, double *rs)
+{
+    double rsun[3],esun[3],r,ang,erpv[5]={0},cosa;
+    int i,j;
+    const char *type;
+    
+    trace(3,"testeclipse:\n");
+    
+    /* unit vector of sun direction (ecef) */
+    sunmoonpos(gpst2utc(obs[0].time),erpv,rsun,NULL,NULL);
+    normv3(rsun,esun);
+    
+    for (i=0;i<n;i++) {
+        type=nav->pcvs[obs[i].sat-1].type;
+        
+        if ((r=norm(rs+i*6,3))<=0.0) continue;
+        
+        /* only block IIA */
+        if (*type&&!strstr(type,"BLOCK IIA")) continue;
+        
+        /* sun-earth-satellite angle */
+        cosa=dot(rs+i*6,esun,3)/r;
+        cosa=cosa<-1.0?-1.0:(cosa>1.0?1.0:cosa);
+        ang=acos(cosa);
+        
+        /* test eclipse */
+        if (ang<PI/2.0||r*sin(ang)>RE_WGS84) continue;
+        
+        trace(3,"eclipsing sat excluded %s sat=%2d\n",time_str(obs[0].time,0),
+              obs[i].sat);
+        
+        for (j=0;j<3;j++) rs[j+i*6]=0.0;
+    }
+}
+/* nominal yaw-angle ---------------------------------------------------------*/
+static double yaw_nominal(double beta, double mu)
+{
+    if (fabs(beta)<1E-12&&fabs(mu)<1E-12) return PI;
+    return atan2(-tan(beta),sin(mu))+PI;
+}
+/* shadow-crossing GPS IIA ---------------------------------------------------*/
+static int yaw_shadow_IIA(double beta, double mu, double eps0, double R,
+                          double mudot, double *yaw)
+{
+    double mu_s,mu_e;
+    
+    mu_s=-sqrt(SQR(eps0)-SQR(beta));
+    mu_e=-mu_s;
+    
+    if (mu_s<=mu&&mu<mu_e) {
+        *yaw=atan2(-tan(beta),sin(mu_s))+R*(mu-mu_s)/mudot;
+    }
+    else if (mu_e<=mu&&mu<mu_e+T_POSTSHADOW*mudot) {
+        return 0;
+    }
+    return 1;
+}
+/* shadow-crossing GLONASS-M -------------------------------------------------*/
+static int yaw_shadow_GLO(double beta, double mu, double eps0, double R,
+                          double mudot, double *yaw)
+{
+    double mu_s,mu_e,mu_f,tan_beta,sin_mu_s;
+    
+    if (beta<0) R=-R;
+    tan_beta=tan(beta);
+    
+    mu_s=-acos(cos(eps0)/cos(beta));
+    mu_e=-mu_s;
+    sin_mu_s=sin(mu_s);
+    mu_f=mudot*(atan2(-tan_beta,-sin_mu_s)-atan2(-tan_beta,sin_mu_s))/R+mu_s;
+    
+    if (mu_s<=mu&&mu<mu_f) {
+        *yaw=atan2(-tan_beta,sin_mu_s)+R*(mu-mu_s)/mudot;
+    }
+    else if (mu_f<=mu&&mu<mu_e) {
+        *yaw=atan2(-tan_beta,-sin_mu_s);
+    }
+    return 1;
+}
+/* noon-turn maneuver --------------------------------------------------------*/
+static int yaw_noon(double beta, double mu, double beta0, double R,
+                    double mudot, double *yaw)
+{
+    double mu_s,y;
+    
+    if (beta>=0) R=-R;
+    mu_s=PI-sqrt(beta0*fabs(beta)-SQR(beta));
+    
+    if (mu_s<=mu) {
+        y=atan2(-tan(beta),sin(mu_s))+R*(mu-mu_s)/mudot;
+        if ((beta>=0&&y>*yaw)||(beta<0&&y<*yaw)) *yaw=y;
+    }
+    return 1;
+}
+/* midnight-turn maneuver ----------------------------------------------------*/
+static int yaw_midnight(double beta, double mu, double beta0, double R,
+                        double mudot, double *yaw)
+{
+    double mu_s,y;
+    
+    if (beta<0) R=-R;
+    
+    mu_s=-sqrt(beta0*fabs(beta)-SQR(beta));
+    
+    if (mu_s<=mu) {
+        y=atan2(-tan(beta),sin(mu_s))+R*(mu-mu_s)/mudot;
+        if ((beta>=0&&y<*yaw)||(beta<0&&y>*yaw)) *yaw=y;
+    }
+    return 1;
+}
+/* noon-turn maneuver for GLONASS-M ------------------------------------------*/
+static int yaw_noon_GLO(double beta, double mu, double R, double mudot,
+                        double *yaw)
+{
+    double mu_s,mu_e,sin_mu_s,B;
+    int i;
+    
+    if (beta>=0) R=-R;
+    
+    for (mu_s=178.6*D2R,i=0;i<4;i++) {
+        sin_mu_s=sin(mu_s);
+        B=-beta*cos(mu_s)/(SQR(beta)+SQR(sin_mu_s));
+        mu_s=(atan(-beta/sin_mu_s)+mu_s*B+PI*R/mudot-PI/2.0)/(R/mudot+B);
+    }
+    if (beta>=0) mu_s=2.0*PI-mu_s;
+    mu_e=2.0*PI-mu_s;
+    
+    if (mu_s<=mu&&mu<mu_e) {
+        *yaw=atan2(-tan(beta),sin(mu_s))+R*(mu-mu_s)/mudot;
+    }
+    return 1;
+}
+/* yaw-angle of GPS IIA (ref [8]) --------------------------------------------*/
+static int yaw_IIA(int sat, int opt, double beta, double mu, double *yaw)
+{
+    const double R_GPSIIA[]={
+        0.1046,0.1230,0.1255,0.1249,0.1003,0.1230,0.1136,0.1169,0.1253,0.0999,
+        0.1230,0.1230,0.1230,0.1230,0.1092,0.1230,0.1230,0.1230,0.1230,0.1230,
+        0.1230,0.1230,0.1230,0.0960,0.0838,0.1284,0.1183,0.1230,0.1024,0.1042,
+        0.1230,0.1100,0.1230
+    };
+    double R=R_GPSIIA[sat-1]*D2R,beta0=atan(MUDOT_GPS/R);
+    
+    *yaw=atan2(-tan(beta),sin(mu));
+    
+    if (opt==2) { /* precise yaw */
+        if (mu<PI/2.0&&fabs(beta)<EPS0_GPS) {
+            if (!yaw_shadow_IIA(beta,mu,EPS0_GPS,R,MUDOT_GPS,yaw)) return 0;
+        }
+        else if (mu>PI/2.0&&fabs(beta)<beta0) {
+            if (!yaw_noon(beta,mu,beta0,R,MUDOT_GPS,yaw)) return 0;
+        }
+    }
+    return 1;
+}
+/* yaw-angle of GPS IIR (ref [8]) --------------------------------------------*/
+static int yaw_IIR(int sat, int opt, double beta, double mu, double *yaw)
+{
+    const double R=0.2*D2R;
+    double beta0=atan(MUDOT_GPS/R);
+    
+    *yaw=atan2(-tan(beta),sin(mu));
+    
+    if (opt==2) { /* precise yaw */
+        if (mu<PI/2.0&&fabs(beta)<beta0) {
+            if (!yaw_midnight(beta,mu,beta0,R,MUDOT_GPS,yaw)) return 0;
+        }
+        else if (mu>PI/2.0&&fabs(beta)<beta0) {
+            if (!yaw_noon(beta,mu,beta0,R,MUDOT_GPS,yaw)) return 0;
+        }
+    }
+    *yaw+=PI;
+    return 1;
+}
+/* yaw-angle of GPS IIF (ref [9]) --------------------------------------------*/
+static int yaw_IIF(int sat, int opt, double beta, double mu, double *yaw)
+{
+    const double R0=0.06*D2R,R1=0.11*D2R;
+    double beta0=atan(MUDOT_GPS/R1);
+    
+    *yaw=atan2(-tan(beta),sin(mu));
+    
+    if (opt==2) { /* precise yaw */
+        if (fabs(mu)<EPS0_GPS&&fabs(beta)<EPS0_GPS) {
+            if (!yaw_shadow_GLO(beta,mu,EPS0_GPS,R0,MUDOT_GPS,yaw)) return 0;
+        }
+        else if (mu>PI/2.0&&fabs(beta)<beta0) {
+            if (!yaw_noon(beta,mu,beta0,R1,MUDOT_GPS,yaw)) return 0;
+        }
+    }
+    return 1;
+}
+/* yaw-angle of GLONASS-M (ref [10]) -----------------------------------------*/
+static int yaw_GLO(int sat, int opt, double beta, double mu, double *yaw)
+{
+    const double eps1= 2.0*D2R,mu0=176.8*D2R;
+    double R=0.25*D2R;
+    
+    *yaw=atan2(-tan(beta),sin(mu));
+    
+    if (opt==2) { /* precise yaw */
+        if (fabs(mu)<EPS0_GLO&&fabs(beta)<EPS0_GLO) {
+            if (!yaw_shadow_GLO(beta,mu,EPS0_GLO,R,MUDOT_GLO,yaw)) return 0;
+        }
+        else if (mu0<mu&&mu<2.0*PI-mu0&&fabs(beta)<eps1) {
+            if (!yaw_noon_GLO(beta,mu,R,MUDOT_GLO,yaw)) return 0;
+        }
+    }
+    return 1;
+}
+/* yaw-angle of Galileo (ref [11]) -------------------------------------------*/
+static int yaw_GAL(int sat, int opt, double beta, double mu, double *yaw)
+{
+    *yaw=yaw_nominal(beta,mu);
+    return 1;
+}
+/* yaw-angle of QZSS (ref [11]) ----------------------------------------------*/
+static int yaw_QZS(int sat, int opt, double beta, double mu, double *yaw)
+{
+    if (abs(beta*R2D)<QZS_EC_BETA) *yaw=0.0;
+    else *yaw=yaw_nominal(beta,mu);
+    return 1;
+}
+/* yaw-angle of satellite ----------------------------------------------------*/
+extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
+                     double *yaw)
+{
+    if      (strstr(type,"BLOCK IIA")) return yaw_IIA(sat,opt,beta,mu,yaw);
+    else if (strstr(type,"BLOCK IIR")) return yaw_IIR(sat,opt,beta,mu,yaw);
+    else if (strstr(type,"BLOCK IIF")) return yaw_IIF(sat,opt,beta,mu,yaw);
+    else if (strstr(type,"GLONASS"  )) return yaw_GLO(sat,opt,beta,mu,yaw);
+    else if (strstr(type,"Galileo"  )) return yaw_GAL(sat,opt,beta,mu,yaw);
+    else if (strstr(type,"QZSS"     )) return yaw_QZS(sat,opt,beta,mu,yaw);
+    return 0;
+}
+/* satellite attitude model --------------------------------------------------*/
+static int sat_yaw(gtime_t time, int sat, const char *type, int opt,
+                   const double *rs, double *exs, double *eys)
+{
+    double rsun[3],ri[6],es[3],esun[3],n[3],p[3],en[3],ep[3],ex[3],E,beta,mu;
+    double yaw,cosy,siny,erpv[5]={0};
+    int i;
+    
+    sunmoonpos(gpst2utc(time),erpv,rsun,NULL,NULL);
+    
+    /* beta and orbit angle */
+    matcpy(ri,rs,6,1);
+    ri[3]-=OMGE*ri[1];
+    ri[4]+=OMGE*ri[0];
+    cross3(ri,ri+3,n);
+    cross3(rsun,n,p);
+    if (!normv3(rs,es)||!normv3(rsun,esun)||!normv3(n,en)||
+        !normv3(p,ep)) return 0;
+    beta=PI/2.0-acos(dot(esun,en,3));
+    E=acos(dot(es,ep,3));
+    mu=PI/2.0+(dot(es,esun,3)<=0?-E:E);
+    if      (mu<-PI/2.0) mu+=2.0*PI;
+    else if (mu>=PI/2.0) mu-=2.0*PI;
+    
+    /* yaw-angle of satellite */
+    if (!yaw_angle(sat,type,opt,beta,mu,&yaw)) return 0;
+    
+    /* satellite fixed x,y-vector */
+    cross3(en,es,ex);
+    cosy=cos(yaw);
+    siny=sin(yaw);
+    for (i=0;i<3;i++) {
+        exs[i]=-siny*en[i]+cosy*ex[i];
+        eys[i]=-cosy*en[i]-siny*ex[i];
+    }
+    return 1;
+}
+/* phase windup model --------------------------------------------------------*/
+static int model_phw(gtime_t time, int sat, const char *type, int opt,
+                     const double *rs, const double *rr, double *phw)
+{
+    double exs[3],eys[3],ek[3],exr[3],eyr[3],eks[3],ekr[3],E[9];
+    double dr[3],ds[3],drs[3],r[3],pos[3],cosp,ph;
+    int i;
+    
+    if (opt<=0) return 1; /* no phase windup */
+    
+    /* satellite yaw attitude model */
+    if (!sat_yaw(time,sat,type,opt,rs,exs,eys)) return 0;
+    
+    /* unit vector satellite to receiver */
+    for (i=0;i<3;i++) r[i]=rr[i]-rs[i];
+    if (!normv3(r,ek)) return 0;
+    
+    /* unit vectors of receiver antenna */
+    ecef2pos(rr,pos);
+    xyz2enu(pos,E);
+    exr[0]= E[1]; exr[1]= E[4]; exr[2]= E[7]; /* x = north */
+    eyr[0]=-E[0]; eyr[1]=-E[3]; eyr[2]=-E[6]; /* y = west  */
+    
+    /* phase windup effect */
+    cross3(ek,eys,eks);
+    cross3(ek,eyr,ekr);
+    for (i=0;i<3;i++) {
+        ds[i]=exs[i]-ek[i]*dot(ek,exs,3)-eks[i];
+        dr[i]=exr[i]-ek[i]*dot(ek,exr,3)+ekr[i];
+    }
+    cosp=dot(ds,dr,3)/norm(ds,3)/norm(dr,3);
+    if      (cosp<-1.0) cosp=-1.0;
+    else if (cosp> 1.0) cosp= 1.0;
+    ph=acos(cosp)/2.0/PI;
+    cross3(ds,dr,drs);
+    if (dot(ek,drs,3)<0.0) ph=-ph;
+    
+    *phw=ph+floor(*phw-ph+0.5); /* in cycle */
+    return 1;
+}
+/* measurement error variance ------------------------------------------------*/
+static double varerr(int sat, int sys, double el, int freq, int type,
+                     const prcopt_t *opt)
+{
+    double fact=1.0,sinel=sin(el);
+    
+    if (type==1) fact*=opt->eratio[freq==0?0:1];
+    fact*=sys==SYS_GLO?EFACT_GLO:(sys==SYS_SBS?EFACT_SBS:EFACT_GPS);
+    
+    if (sys==SYS_GPS||sys==SYS_QZS) {
+        if (freq==2) fact*=EFACT_GPS_L5; /* GPS/QZS L5 error factor */
+    }
+    if (opt->ionoopt==IONOOPT_IFLC) fact*=3.0;
+    return SQR(fact*opt->err[1])+SQR(fact*opt->err[2]/sinel);
+}
+/* initialize state and covariance -------------------------------------------*/
+static void initx(rtk_t *rtk, double xi, double var, int i)
+{
+    int j;
+    rtk->x[i]=xi;
+    for (j=0;j<rtk->nx;j++) {
+        rtk->P[i+j*rtk->nx]=rtk->P[j+i*rtk->nx]=i==j?var:0.0;
+    }
+}
+/* geometry-free phase measurement -------------------------------------------*/
+static double gfmeas(const obsd_t *obs, const nav_t *nav)
+{
+    const double *lam=nav->lam[obs->sat-1];
+    int i=(satsys(obs->sat,NULL)&(SYS_GAL|SYS_SBS))?2:1;
+    
+    if (lam[0]==0.0||lam[i]==0.0||obs->L[0]==0.0||obs->L[i]==0.0) return 0.0;
+    return lam[0]*obs->L[0]-lam[i]*obs->L[i];
+}
+/* Melbourne-Wubbena linear combination --------------------------------------*/
+static double mwmeas(const obsd_t *obs, const nav_t *nav)
+{
+    const double *lam=nav->lam[obs->sat-1];
+    int i=(satsys(obs->sat,NULL)&(SYS_GAL|SYS_SBS))?2:1;
+    
+    if (lam[0]==0.0||lam[i]==0.0||obs->L[0]==0.0||obs->L[i]==0.0||
+        obs->P[0]==0.0||obs->P[i]==0.0) return 0.0;
+    return lam[0]*lam[i]*(obs->L[0]-obs->L[i])/(lam[i]-lam[0])-
+           (lam[i]*obs->P[0]+lam[0]*obs->P[i])/(lam[i]+lam[0]);
+}
+/* antenna corrected measurements --------------------------------------------*/
+static void corr_meas(const obsd_t *obs, const nav_t *nav, const double *azel,
+                      const prcopt_t *opt, const double *dantr,
+                      const double *dants, double phw, double *L, double *P,
+                      double *Lc, double *Pc)
+{
+    const double *lam=nav->lam[obs->sat-1];
+    double C1,C2;
+    int i,sys;
+    
+    for (i=0;i<NFREQ;i++) {
+        L[i]=P[i]=0.0;
+        if (lam[i]==0.0||obs->L[i]==0.0||obs->P[i]==0.0) continue;
+        if (testsnr(0,0,azel[1],obs->SNR[i]*0.25,&opt->snrmask)) continue;
+        
+        /* antenna phase center and phase windup correction */
+        L[i]=obs->L[i]*lam[i]-dants[i]-dantr[i]-phw*lam[i];
+        P[i]=obs->P[i]       -dants[i]-dantr[i];
+        
+        /* P1-C1,P2-C2 dcb correction (C1->P1,C2->P2) */
+        if (obs->code[i]==CODE_L1C) {
+            P[i]+=nav->cbias[obs->sat-1][1];
+        }
+        else if (obs->code[i]==CODE_L2C||obs->code[i]==CODE_L2X||
+                 obs->code[i]==CODE_L2L||obs->code[i]==CODE_L2S) {
+            P[i]+=nav->cbias[obs->sat-1][2];
+#if 0
+            L[i]-=0.25*lam[i]; /* 1/4 cycle-shift */
+#endif
+        }
+    }
+    /* iono-free LC */
+    *Lc=*Pc=0.0;
+    sys=satsys(obs->sat,NULL);
+    i=(sys&(SYS_GAL|SYS_SBS))?2:1; /* L1/L2 or L1/L5 */
+    if (lam[0]==0.0||lam[i]==0.0) return;
+    
+    C1= SQR(lam[i])/(SQR(lam[i])-SQR(lam[0]));
+    C2=-SQR(lam[0])/(SQR(lam[i])-SQR(lam[0]));
+    
+#if 0
+    /* P1-P2 dcb correction (P1->Pc,P2->Pc) */
+    if (sys&(SYS_GPS|SYS_GLO|SYS_QZS)) {
+        if (P[0]!=0.0) P[0]-=C2*nav->cbias[obs->sat-1][0];
+        if (P[1]!=0.0) P[1]+=C1*nav->cbias[obs->sat-1][0];
+    }
+#endif
+    if (L[0]!=0.0&&L[i]!=0.0) *Lc=C1*L[0]+C2*L[i];
+    if (P[0]!=0.0&&P[i]!=0.0) *Pc=C1*P[0]+C2*P[i];
+}
+/* detect cycle slip by LLI --------------------------------------------------*/
+static void detslp_ll(rtk_t *rtk, const obsd_t *obs, int n)
+{
+    int i,j;
+    
+    trace(3,"detslp_ll: n=%d\n",n);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) for (j=0;j<rtk->opt.nf;j++) {
+        if (obs[i].L[j]==0.0||!(obs[i].LLI[j]&3)) continue;
+        
+        trace(3,"detslp_ll: slip detected sat=%2d f=%d\n",obs[i].sat,j+1);
+        
+        rtk->ssat[obs[i].sat-1].slip[j]=1;
+    }
+}
+/* detect cycle slip by geometry free phase jump -----------------------------*/
+static void detslp_gf(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    double g0,g1;
+    int i,j;
+    
+    trace(3,"detslp_gf: n=%d\n",n);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        
+        if ((g1=gfmeas(obs+i,nav))==0.0) continue;
+        
+        g0=rtk->ssat[obs[i].sat-1].gf;
+        rtk->ssat[obs[i].sat-1].gf=g1;
+        
+        trace(4,"detslip_gf: sat=%2d gf0=%8.3f gf1=%8.3f\n",obs[i].sat,g0,g1);
+        
+        if (g0!=0.0&&fabs(g1-g0)>rtk->opt.thresslip) {
+            trace(3,"detslip_gf: slip detected sat=%2d gf=%8.3f->%8.3f\n",
+                  obs[i].sat,g0,g1);
+            
+            for (j=0;j<rtk->opt.nf;j++) rtk->ssat[obs[i].sat-1].slip[j]|=1;
+        }
+    }
+}
+/* detect slip by Melbourne-Wubbena linear combination jump ------------------*/
+static void detslp_mw(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    double w0,w1;
+    int i,j;
+    
+    trace(3,"detslp_mw: n=%d\n",n);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        if ((w1=mwmeas(obs+i,nav))==0.0) continue;
+        
+        w0=rtk->ssat[obs[i].sat-1].mw;
+        rtk->ssat[obs[i].sat-1].mw=w1;
+        
+        trace(4,"detslip_mw: sat=%2d mw0=%8.3f mw1=%8.3f\n",obs[i].sat,w0,w1);
+        
+        if (w0!=0.0&&fabs(w1-w0)>THRES_MW_JUMP) {
+            trace(3,"detslip_mw: slip detected sat=%2d mw=%8.3f->%8.3f\n",
+                  obs[i].sat,w0,w1);
+            
+            for (j=0;j<rtk->opt.nf;j++) rtk->ssat[obs[i].sat-1].slip[j]|=1;
+        }
+    }
+}
+/* temporal update of position -----------------------------------------------*/
+static void udpos_ppp(rtk_t *rtk)
+{
+    int i;
+    
+    trace(3,"udpos_ppp:\n");
+    
+    /* fixed mode */
+    if (rtk->opt.mode==PMODE_PPP_FIXED) {
+        for (i=0;i<3;i++) initx(rtk,rtk->opt.ru[i],1E-8,i);
+        return;
+    }
+    /* initialize position for first epoch */
+    if (norm(rtk->x,3)<=0.0) {
+        for (i=0;i<3;i++) initx(rtk,rtk->sol.rr[i],VAR_POS,i);
+    }
+    /* static ppp mode */
+    if (rtk->opt.mode==PMODE_PPP_STATIC) {
+        for (i=0;i<3;i++) {
+            rtk->P[i*(1+rtk->nx)]+=SQR(rtk->opt.prn[5])*fabs(rtk->tt);
+        }
+        return;
+    }
+    /* kinmatic mode without dynamics */
+    for (i=0;i<3;i++) {
+        initx(rtk,rtk->sol.rr[i],VAR_POS,i);
+    }
+}
+/* temporal update of clock --------------------------------------------------*/
+static void udclk_ppp(rtk_t *rtk)
+{
+    double dtr;
+    int i;
+    
+    trace(3,"udclk_ppp:\n");
+    
+    /* initialize every epoch for clock (white noise) */
+    for (i=0;i<NSYS;i++) {
+        if (rtk->opt.sateph==EPHOPT_PREC) {
+            /* time of prec ephemeris is based gpst */
+            /* negelect receiver inter-system bias  */
+            dtr=rtk->sol.dtr[0];
+        }
+        else {
+            dtr=i==0?rtk->sol.dtr[0]:rtk->sol.dtr[0]+rtk->sol.dtr[i];
+        }
+        initx(rtk,CLIGHT*dtr,VAR_CLK,IC(i,&rtk->opt));
+    }
+}
+/* temporal update of tropospheric parameters --------------------------------*/
+static void udtrop_ppp(rtk_t *rtk)
+{
+    double pos[3],azel[]={0.0,PI/2.0},ztd,var;
+    int i=IT(&rtk->opt),j;
+    
+    trace(3,"udtrop_ppp:\n");
+    
+    if (rtk->x[i]==0.0) {
+        ecef2pos(rtk->sol.rr,pos);
+        ztd=sbstropcorr(rtk->sol.time,pos,azel,&var);
+        initx(rtk,ztd,var,i);
+        
+        if (rtk->opt.tropopt>=TROPOPT_ESTG) {
+            for (j=i+1;j<i+3;j++) initx(rtk,1E-6,VAR_GRA,j);
+        }
+    }
+    else {
+        rtk->P[i+i*rtk->nx]+=SQR(rtk->opt.prn[2])*fabs(rtk->tt);
+        
+        if (rtk->opt.tropopt>=TROPOPT_ESTG) {
+            for (j=i+1;j<i+3;j++) {
+                rtk->P[j+j*rtk->nx]+=SQR(rtk->opt.prn[2]*0.1)*fabs(rtk->tt);
+            }
+        }
+    }
+}
+/* temporal update of ionospheric parameters ---------------------------------*/
+static void udiono_ppp(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    const double *lam;
+    double ion,sinel,pos[3],*azel;
+    char *p;
+    int i,j,k,gap_resion=GAP_RESION;
+    
+    trace(3,"udiono_ppp:\n");
+    
+    if ((p=strstr(rtk->opt.pppopt,"-GAP_RESION="))) {
+        sscanf(p,"-GAP_RESION=%d",&gap_resion);
+    }
+    for (i=0;i<MAXSAT;i++) {
+        j=II(i+1,&rtk->opt);
+        if (rtk->x[j]!=0.0&&(int)rtk->ssat[i].outc[0]>gap_resion) {
+            rtk->x[j]=0.0;
+        }
+    }
+    for (i=0;i<n;i++) {
+        j=II(obs[i].sat,&rtk->opt);
+        if (rtk->x[j]==0.0) {
+            k=satsys(obs[i].sat,NULL)==SYS_GAL?2:1;
+            lam=nav->lam[obs[i].sat-1];
+            if (obs[i].P[0]==0.0||obs[i].P[k]==0.0||lam[0]==0.0||lam[k]==0.0) {
+                continue;
+            }
+            ion=(obs[i].P[0]-obs[i].P[k])/(1.0-SQR(lam[k]/lam[0]));
+            ecef2pos(rtk->sol.rr,pos);
+            azel=rtk->ssat[obs[i].sat-1].azel;
+            ion/=ionmapf(pos,azel);
+            initx(rtk,ion,VAR_IONO,j);
+        }
+        else {
+            sinel=sin(MAX(rtk->ssat[obs[i].sat-1].azel[1],5.0*D2R));
+            rtk->P[j+j*rtk->nx]+=SQR(rtk->opt.prn[1]/sinel)*fabs(rtk->tt);
+        }
+    }
+}
+/* temporal update of L5-receiver-dcb parameters -----------------------------*/
+static void uddcb_ppp(rtk_t *rtk)
+{
+    int i=ID(&rtk->opt);
+    
+    trace(3,"uddcb_ppp:\n");
+    
+    if (rtk->x[i]==0.0) {
+        initx(rtk,1E-6,VAR_DCB,i);
+    }
+}
+/* temporal update of phase biases -------------------------------------------*/
+static void udbias_ppp(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    const double *lam;
+    double L[NFREQ],P[NFREQ],Lc,Pc,bias[MAXOBS],offset=0.0,pos[3]={0};
+    double ion,dantr[NFREQ]={0},dants[NFREQ]={0};
+    int i,j,k,l,f,sat,slip[MAXOBS]={0},clk_jump=0;
+    
+    trace(3,"udbias  : n=%d\n",n);
+    
+    /* handle day-boundary clock jump */
+    if (rtk->opt.posopt[5]) {
+        clk_jump=ROUND(time2gpst(obs[0].time,NULL)*10)%864000==0;
+    }
+    for (i=0;i<MAXSAT;i++) for (j=0;j<rtk->opt.nf;j++) {
+        rtk->ssat[i].slip[j]=0;
+    }
+    /* detect cycle slip by LLI */
+    detslp_ll(rtk,obs,n);
+    
+    /* detect cycle slip by geometry-free phase jump */
+    detslp_gf(rtk,obs,n,nav);
+    
+    /* detect slip by Melbourne-Wubbena linear combination jump */
+    detslp_mw(rtk,obs,n,nav);
+    
+    ecef2pos(rtk->sol.rr,pos);
+    
+    for (f=0;f<NF(&rtk->opt);f++) {
+        
+        /* reset phase-bias if expire obs outage counter */
+        for (i=0;i<MAXSAT;i++) {
+            if (++rtk->ssat[i].outc[f]>(unsigned int)rtk->opt.maxout||
+                rtk->opt.modear==ARMODE_INST||clk_jump) {
+                initx(rtk,0.0,0.0,IB(i+1,f,&rtk->opt));
+            }
+        }
+        for (i=k=0;i<n&&i<MAXOBS;i++) {
+            sat=obs[i].sat;
+            j=IB(sat,f,&rtk->opt);
+            corr_meas(obs+i,nav,rtk->ssat[sat-1].azel,&rtk->opt,dantr,dants,
+                      0.0,L,P,&Lc,&Pc);
+            
+            bias[i]=0.0;
+            
+            if (rtk->opt.ionoopt==IONOOPT_IFLC) {
+                bias[i]=Lc-Pc;
+                slip[i]=rtk->ssat[sat-1].slip[0]||rtk->ssat[sat-1].slip[1];
+            }
+            else if (L[f]!=0.0&&P[f]!=0.0) {
+                slip[i]=rtk->ssat[sat-1].slip[f];
+                l=satsys(sat,NULL)==SYS_GAL?2:1;
+                lam=nav->lam[sat-1];
+                if (obs[i].P[0]==0.0||obs[i].P[l]==0.0||
+                    lam[0]==0.0||lam[l]==0.0||lam[f]==0.0) continue;
+                ion=(obs[i].P[0]-obs[i].P[l])/(1.0-SQR(lam[l]/lam[0]));
+                bias[i]=L[f]-P[f]+2.0*ion*SQR(lam[f]/lam[0]);
+            }
+            if (rtk->x[j]==0.0||slip[i]||bias[i]==0.0) continue;
+            
+            offset+=bias[i]-rtk->x[j];
+            k++;
+        }
+        /* correct phase-code jump to ensure phase-code coherency */
+        if (k>=2&&fabs(offset/k)>0.0005*CLIGHT) {
+            for (i=0;i<MAXSAT;i++) {
+                j=IB(i+1,f,&rtk->opt);
+                if (rtk->x[j]!=0.0) rtk->x[j]+=offset/k;
+            }
+            trace(2,"phase-code jump corrected: %s n=%2d dt=%12.9fs\n",
+                  time_str(rtk->sol.time,0),k,offset/k/CLIGHT);
+        }
+        for (i=0;i<n&&i<MAXOBS;i++) {
+            sat=obs[i].sat;
+            j=IB(sat,f,&rtk->opt);
+            
+            rtk->P[j+j*rtk->nx]+=SQR(rtk->opt.prn[0])*fabs(rtk->tt);
+            
+            if (bias[i]==0.0||(rtk->x[j]!=0.0&&!slip[i])) continue;
+            
+            /* reinitialize phase-bias if detecting cycle slip */
+            initx(rtk,bias[i],VAR_BIAS,IB(sat,f,&rtk->opt));
+            
+            /* reset fix flags */
+            for (k=0;k<MAXSAT;k++) rtk->ambc[sat-1].flags[k]=0;
+            
+            trace(5,"udbias_ppp: sat=%2d bias=%.3f\n",sat,bias[i]);
+        }
+    }
+}
+/* temporal update of states --------------------------------------------------*/
+static void udstate_ppp(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    trace(3,"udstate_ppp: n=%d\n",n);
+    
+    /* temporal update of position */
+    udpos_ppp(rtk);
+    
+    /* temporal update of clock */
+    udclk_ppp(rtk);
+    
+    /* temporal update of tropospheric parameters */
+    if (rtk->opt.tropopt==TROPOPT_EST||rtk->opt.tropopt==TROPOPT_ESTG) {
+        udtrop_ppp(rtk);
+    }
+    /* temporal update of ionospheric parameters */
+    if (rtk->opt.ionoopt==IONOOPT_EST) {
+        udiono_ppp(rtk,obs,n,nav);
+    }
+    /* temporal update of L5-receiver-dcb parameters */
+    if (rtk->opt.nf>=3) {
+        uddcb_ppp(rtk);
+    }
+    /* temporal update of phase-bias */
+    udbias_ppp(rtk,obs,n,nav);
+}
+/* satellite antenna phase center variation ----------------------------------*/
+static void satantpcv(const double *rs, const double *rr, const pcv_t *pcv,
+                      double *dant)
+{
+    double ru[3],rz[3],eu[3],ez[3],nadir,cosa;
+    int i;
+    
+    for (i=0;i<3;i++) {
+        ru[i]=rr[i]-rs[i];
+        rz[i]=-rs[i];
+    }
+    if (!normv3(ru,eu)||!normv3(rz,ez)) return;
+    
+    cosa=dot(eu,ez,3);
+    cosa=cosa<-1.0?-1.0:(cosa>1.0?1.0:cosa);
+    nadir=acos(cosa);
+    
+    antmodel_s(pcv,nadir,dant);
+}
+/* precise tropospheric model ------------------------------------------------*/
+static double trop_model_prec(gtime_t time, const double *pos,
+                              const double *azel, const double *x, double *dtdx,
+                              double *var)
+{
+    const double zazel[]={0.0,PI/2.0};
+    double zhd,m_h,m_w,cotz,grad_n,grad_e;
+    
+    /* zenith hydrostatic delay */
+    zhd=tropmodel(time,pos,zazel,0.0);
+    
+    /* mapping function */
+    m_h=tropmapf(time,pos,azel,&m_w);
+    
+    if (azel[1]>0.0) {
+        
+        /* m_w=m_0+m_0*cot(el)*(Gn*cos(az)+Ge*sin(az)): ref [6] */
+        cotz=1.0/tan(azel[1]);
+        grad_n=m_w*cotz*cos(azel[0]);
+        grad_e=m_w*cotz*sin(azel[0]);
+        m_w+=grad_n*x[1]+grad_e*x[2];
+        dtdx[1]=grad_n*(x[0]-zhd);
+        dtdx[2]=grad_e*(x[0]-zhd);
+    }
+    dtdx[0]=m_w;
+    *var=SQR(0.01);
+    return m_h*zhd+m_w*(x[0]-zhd);
+}
+/* tropospheric model ---------------------------------------------------------*/
+static int model_trop(gtime_t time, const double *pos, const double *azel,
+                      const prcopt_t *opt, const double *x, double *dtdx,
+                      const nav_t *nav, double *dtrp, double *var)
+{
+    double trp[3]={0},std[3];
+    
+    if (opt->tropopt==TROPOPT_SAAS) {
+        *dtrp=tropmodel(time,pos,azel,REL_HUMI);
+        *var=SQR(ERR_SAAS);
+        return 1;
+    }
+    if (opt->tropopt==TROPOPT_SBAS) {
+        *dtrp=sbstropcorr(time,pos,azel,var);
+        return 1;
+    }
+    if (opt->tropopt==TROPOPT_EST||opt->tropopt==TROPOPT_ESTG) {
+        matcpy(trp,x+IT(opt),opt->tropopt==TROPOPT_EST?1:3,1);
+        *dtrp=trop_model_prec(time,pos,azel,trp,dtdx,var);
+        return 1;
+    }
+    if (opt->tropopt==TROPOPT_ZTD) {
+        if (pppcorr_trop(&nav->pppcorr,time,pos,trp,std)) {
+            *dtrp=trop_model_prec(time,pos,azel,trp,dtdx,var);
+            *var=SQR(dtdx[0]*std[0]);
+            return 1;
+        }
+    }
+    return 0;
+}
+/* ionospheric model ---------------------------------------------------------*/
+static int model_iono(gtime_t time, const double *pos, const double *azel,
+                      const prcopt_t *opt, int sat, const double *x,
+                      const nav_t *nav, double *dion, double *var)
+{
+    static double iono_p[MAXSAT]={0},std_p[MAXSAT]={0};
+    static gtime_t time_p;
+    
+    if (opt->ionoopt==IONOOPT_SBAS) {
+        return sbsioncorr(time,nav,pos,azel,dion,var);
+    }
+    if (opt->ionoopt==IONOOPT_TEC) {
+        return iontec(time,nav,pos,azel,1,dion,var);
+    }
+    if (opt->ionoopt==IONOOPT_BRDC) {
+        *dion=ionmodel(time,nav->ion_gps,pos,azel);
+        *var=SQR(*dion*ERR_BRDCI);
+        return 1;
+    }
+    if (opt->ionoopt==IONOOPT_EST) {
+        *dion=x[II(sat,opt)];
+        *var=0.0;
+        return 1;
+    }
+    if (opt->ionoopt==IONOOPT_IFLC) {
+        *dion=*var=0.0;
+        return 1;
+    }
+    if (opt->ionoopt==IONOOPT_STEC) {
+        if (timediff(time,time_p)!=0.0&&
+            !pppcorr_stec(&nav->pppcorr,time,pos,iono_p,std_p)) return 0;
+        if (iono_p[sat-1]==0.0||std_p[sat-1]>0.1) return 0;
+        time_p=time;
+        *dion=iono_p[sat-1];
+        *var=SQR(std_p[sat-1]);
+        return 1;
+    }
+    return 0;
+}
+/* constraint to local correction --------------------------------------------*/
+static int const_corr(const obsd_t *obs, int n, const int *exc,
+                      const nav_t *nav, const double *x, const double *pos,
+                      const double *azel, rtk_t *rtk, double *v, double *H,
+                      double *var)
+{
+    gtime_t time=obs[0].time;
+    double trop[3],std_trop[3],iono[MAXSAT],std_iono[MAXSAT];
+    int i,j,k,sat,nv=0;
+    
+    /* constraint to external troposphere correction */
+    if ((rtk->opt.tropopt==TROPOPT_EST||rtk->opt.tropopt==TROPOPT_ESTG)&&
+        pppcorr_trop(&nav->pppcorr,time,pos,trop,std_trop)) {
+        
+        for (i=0;i<(rtk->opt.tropopt==TROPOPT_EST?1:3);i++) {
+            if (std_trop[i]==0.0) continue;
+            j=IT(&rtk->opt)+i;
+            v[nv]=trop[i]-x[j];
+            for (k=0;k<rtk->nx;k++) H[k+nv*rtk->nx]=k==j?1.0:0.0;
+            var[nv++]=SQR(std_trop[i]);
+        }
+    }
+    /* constraint to external ionosphere correction */
+    if (rtk->opt.ionoopt==IONOOPT_EST&&
+        pppcorr_stec(&nav->pppcorr,time,pos,iono,std_iono)) {
+        
+        for (i=0;i<n;i++) {
+            sat=obs[i].sat;
+            if (exc[i]||iono[sat-1]==0.0||std_iono[sat-1]>0.5) continue;
+            j=II(sat,&rtk->opt);
+            v[nv]=iono[sat-1]-x[j];
+            for (k=0;k<rtk->nx;k++) H[k+nv*rtk->nx]=k==j?1.0:0.0;
+            var[nv++]=SQR(std_iono[sat-1]);
+        }
+    }
+    return nv;
+}
+/* phase and code residuals --------------------------------------------------*/
+static int ppp_res(int post, const obsd_t *obs, int n, const double *rs,
+                   const double *dts, const double *var_rs, const int *svh,
+                   const double *dr, int *exc, const nav_t *nav,
+                   const double *x, rtk_t *rtk, double *v, double *H, double *R,
+                   double *azel)
+{
+    const double *lam;
+    prcopt_t *opt=&rtk->opt;
+    double y,r,cdtr,bias,C,rr[3],pos[3],e[3],dtdx[3],L[NFREQ],P[NFREQ],Lc,Pc;
+    double var[MAXOBS*2],dtrp=0.0,dion=0.0,vart=0.0,vari=0.0,dcb;
+    double dantr[NFREQ]={0},dants[NFREQ]={0};
+    double ve[MAXOBS*2*NFREQ]={0},vmax=0;
+    char str[32];
+    int ne=0,obsi[MAXOBS*2*NFREQ]={0},frqi[MAXOBS*2*NFREQ],maxobs,maxfrq,rej;
+    int i,j,k,sat,sys,nv=0,nx=rtk->nx,stat=1;
+    
+    time2str(obs[0].time,str,2);
+    
+    for (i=0;i<MAXSAT;i++) for (j=0;j<opt->nf;j++) rtk->ssat[i].vsat[j]=0;
+    
+    for (i=0;i<3;i++) rr[i]=x[i]+dr[i];
+    ecef2pos(rr,pos);
+    
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        sat=obs[i].sat;
+        lam=nav->lam[sat-1];
+        if (lam[j/2]==0.0||lam[0]==0.0) continue;
+        
+        if ((r=geodist(rs+i*6,rr,e))<=0.0||
+            satazel(pos,e,azel+i*2)<opt->elmin) {
+            exc[i]=1;
+            continue;
+        }
+        if (!(sys=satsys(sat,NULL))||!rtk->ssat[sat-1].vs||
+            satexclude(obs[i].sat,svh[i],opt)||exc[i]) {
+            exc[i]=1;
+            continue;
+        }
+        /* tropospheric and ionospheric model */
+        if (!model_trop(obs[i].time,pos,azel+i*2,opt,x,dtdx,nav,&dtrp,&vart)||
+            !model_iono(obs[i].time,pos,azel+i*2,opt,sat,x,nav,&dion,&vari)) {
+            continue;
+        }
+        /* satellite and receiver antenna model */
+        if (opt->posopt[0]) satantpcv(rs+i*6,rr,nav->pcvs+sat-1,dants);
+        antmodel(opt->pcvr,opt->antdel[0],azel+i*2,opt->posopt[1],dantr);
+        
+        /* phase windup model */
+        if (!model_phw(rtk->sol.time,sat,nav->pcvs[sat-1].type,
+                       opt->posopt[2]?2:0,rs+i*6,rr,&rtk->ssat[sat-1].phw)) {
+            continue;
+        }
+        /* corrected phase and code measurements */
+        corr_meas(obs+i,nav,azel+i*2,&rtk->opt,dantr,dants,
+                  rtk->ssat[sat-1].phw,L,P,&Lc,&Pc);
+        
+        /* stack phase and code residuals {L1,P1,L2,P2,...} */
+        for (j=0;j<2*NF(opt);j++) {
+            
+            dcb=bias=0.0;
+            
+            if (opt->ionoopt==IONOOPT_IFLC) {
+                if ((y=j%2==0?Lc:Pc)==0.0) continue;
+            }
+            else {
+                if ((y=j%2==0?L[j/2]:P[j/2])==0.0) continue;
+                
+                /* receiver DCB correction for P2 */
+                if (j/2==1) dcb=-nav->rbias[0][sys==SYS_GLO?1:0][0];
+            }
+            C=SQR(lam[j/2]/lam[0])*ionmapf(pos,azel+i*2)*(j%2==0?-1.0:1.0);
+            
+            for (k=0;k<nx;k++) H[k+nx*nv]=k<3?-e[k]:0.0;
+            
+            /* receiver clock */
+            k=sys==SYS_GLO?1:(sys==SYS_GAL?2:(sys==SYS_CMP?3:0));
+            cdtr=x[IC(k,opt)];
+            H[IC(k,opt)+nx*nv]=1.0;
+            
+            if (opt->tropopt==TROPOPT_EST||opt->tropopt==TROPOPT_ESTG) {
+                for (k=0;k<(opt->tropopt>=TROPOPT_ESTG?3:1);k++) {
+                    H[IT(opt)+k+nx*nv]=dtdx[k];
+                }
+            }
+            if (opt->ionoopt==IONOOPT_EST) {
+                if (rtk->x[II(sat,opt)]==0.0) continue;
+                H[II(sat,opt)+nx*nv]=C;
+            }
+            if (j/2==2&&j%2==1) { /* L5-receiver-dcb */
+                dcb+=rtk->x[ID(opt)];
+                H[ID(opt)+nx*nv]=1.0;
+            }
+            if (j%2==0) { /* phase bias */
+                if ((bias=x[IB(sat,j/2,opt)])==0.0) continue;
+                H[IB(sat,j/2,opt)+nx*nv]=1.0;
+            }
+            /* residual */
+            v[nv]=y-(r+cdtr-CLIGHT*dts[i*2]+dtrp+C*dion+dcb+bias);
+            
+            if (j%2==0) rtk->ssat[sat-1].resc[j/2]=v[nv];
+            else        rtk->ssat[sat-1].resp[j/2]=v[nv];
+            
+            /* variance */
+            var[nv]=varerr(obs[i].sat,sys,azel[1+i*2],j/2,j%2,opt)+
+                    vart+SQR(C)*vari+var_rs[i];
+            if (sys==SYS_GLO&&j%2==1) var[nv]+=VAR_GLO_IFB;
+            
+            trace(4,"%s sat=%2d %s%d res=%9.4f sig=%9.4f el=%4.1f\n",str,sat,
+                  j%2?"P":"L",j/2+1,v[nv],sqrt(var[nv]),azel[1+i*2]*R2D);
+            
+            /* reject satellite by pre-fit residuals */
+            if (!post&&opt->maxinno>0.0&&fabs(v[nv])>opt->maxinno) {
+                trace(2,"outlier (%d) rejected %s sat=%2d %s%d res=%9.4f el=%4.1f\n",
+                      post,str,sat,j%2?"P":"L",j/2+1,v[nv],azel[1+i*2]*R2D);
+                exc[i]=1; rtk->ssat[sat-1].rejc[j%2]++;
+                continue;
+            }
+            /* record large post-fit residuals */
+            if (post&&fabs(v[nv])>sqrt(var[nv])*THRES_REJECT) {
+                obsi[ne]=i; frqi[ne]=j; ve[ne]=v[nv]; ne++;
+            }
+            if (j%2==0) rtk->ssat[sat-1].vsat[j/2]=1;
+            nv++;
+        }
+    }
+    /* reject satellite with large and max post-fit residual */
+    if (post&&ne>0) {
+        vmax=ve[0]; maxobs=obsi[0]; maxfrq=frqi[0]; rej=0;
+        for (j=1;j<ne;j++) {
+            if (fabs(vmax)>=fabs(ve[j])) continue;
+            vmax=ve[j]; maxobs=obsi[j]; maxfrq=frqi[j]; rej=j;
+        }
+        sat=obs[maxobs].sat;
+        trace(2,"outlier (%d) rejected %s sat=%2d %s%d res=%9.4f el=%4.1f\n",
+            post,str,sat,maxfrq%2?"P":"L",maxfrq/2+1,vmax,azel[1+maxobs*2]*R2D);
+        exc[maxobs]=1; rtk->ssat[sat-1].rejc[maxfrq%2]++; stat=0;
+        ve[rej]=0;
+    }
+    /* constraint to local correction */
+    nv+=const_corr(obs,n,exc,nav,x,pos,azel,rtk,v+nv,H+nv*rtk->nx,var+nv);
+    
+    for (i=0;i<nv;i++) for (j=0;j<nv;j++) {
+        R[i+j*nv]=i==j?var[i]:0.0;
+    }
+    return post?stat:nv;
+}
+/* number of estimated states ------------------------------------------------*/
+extern int pppnx(const prcopt_t *opt)
+{
+    return NX(opt);
+}
+/* update solution status ----------------------------------------------------*/
+static void update_stat(rtk_t *rtk, const obsd_t *obs, int n, int stat)
+{
+    const prcopt_t *opt=&rtk->opt;
+    int i,j;
+    
+    /* test # of valid satellites */
+    rtk->sol.ns=0;
+    for (i=0;i<n&&i<MAXOBS;i++) {
+        for (j=0;j<opt->nf;j++) {
+            if (!rtk->ssat[obs[i].sat-1].vsat[j]) continue;
+            rtk->ssat[obs[i].sat-1].lock[j]++;
+            rtk->ssat[obs[i].sat-1].outc[j]=0;
+            if (j==0) rtk->sol.ns++;
+        }
+    }
+    rtk->sol.stat=rtk->sol.ns<MIN_NSAT_SOL?SOLQ_NONE:stat;
+    
+    if (rtk->sol.stat==SOLQ_FIX) {
+        for (i=0;i<3;i++) {
+            rtk->sol.rr[i]=rtk->xa[i];
+            rtk->sol.qr[i]=(float)rtk->Pa[i+i*rtk->na];
+        }
+        rtk->sol.qr[3]=(float)rtk->Pa[1];
+        rtk->sol.qr[4]=(float)rtk->Pa[1+2*rtk->na];
+        rtk->sol.qr[5]=(float)rtk->Pa[2];
+    }
+    else {
+        for (i=0;i<3;i++) {
+            rtk->sol.rr[i]=rtk->x[i];
+            rtk->sol.qr[i]=(float)rtk->P[i+i*rtk->nx];
+        }
+        rtk->sol.qr[3]=(float)rtk->P[1];
+        rtk->sol.qr[4]=(float)rtk->P[2+rtk->nx];
+        rtk->sol.qr[5]=(float)rtk->P[2];
+    }
+    rtk->sol.dtr[0]=rtk->x[IC(0,opt)];
+    rtk->sol.dtr[1]=rtk->x[IC(1,opt)]-rtk->x[IC(0,opt)];
+    
+    for (i=0;i<n&&i<MAXOBS;i++) for (j=0;j<opt->nf;j++) {
+        rtk->ssat[obs[i].sat-1].snr[j]=obs[i].SNR[j];
+    }
+    for (i=0;i<MAXSAT;i++) for (j=0;j<opt->nf;j++) {
+        if (rtk->ssat[i].slip[j]&3) rtk->ssat[i].slipc[j]++;
+        if (rtk->ssat[i].fix[j]==2&&stat!=SOLQ_FIX) rtk->ssat[i].fix[j]=1;
+    }
+}
+/* test hold ambiguity -------------------------------------------------------*/
+static int test_hold_amb(rtk_t *rtk)
+{
+    int i,j,stat=0;
+    
+    /* no fix-and-hold mode */
+    if (rtk->opt.modear!=ARMODE_FIXHOLD) return 0;
+    
+    /* reset # of continuous fixed if new ambiguity introduced */
+    for (i=0;i<MAXSAT;i++) {
+        if (rtk->ssat[i].fix[0]!=2&&rtk->ssat[i].fix[1]!=2) continue;
+        for (j=0;j<MAXSAT;j++) {
+            if (rtk->ssat[j].fix[0]!=2&&rtk->ssat[j].fix[1]!=2) continue;
+            if (!rtk->ambc[j].flags[i]||!rtk->ambc[i].flags[j]) stat=1;
+            rtk->ambc[j].flags[i]=rtk->ambc[i].flags[j]=1;
+        }
+    }
+    if (stat) {
+        rtk->nfix=0;
+        return 0;
+    }
+    /* test # of continuous fixed */
+    return ++rtk->nfix>=rtk->opt.minfix;
+}
+/* precise point positioning -------------------------------------------------*/
+extern void pppos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    const prcopt_t *opt=&rtk->opt;
+    double *rs,*dts,*var,*v,*H,*R,*azel,*xp,*Pp,dr[3]={0},std[3];
+    char str[32];
+    int i,j,nv,info,svh[MAXOBS],exc[MAXOBS]={0},stat=SOLQ_SINGLE;
+    
+    time2str(obs[0].time,str,2);
+    trace(3,"pppos   : time=%s nx=%d n=%d\n",str,rtk->nx,n);
+    
+    rs=mat(6,n); dts=mat(2,n); var=mat(1,n); azel=zeros(2,n);
+    
+    for (i=0;i<MAXSAT;i++) for (j=0;j<opt->nf;j++) rtk->ssat[i].fix[j]=0;
+    
+    /* temporal update of ekf states */
+    udstate_ppp(rtk,obs,n,nav);
+    
+    /* satellite positions and clocks */
+    satposs(obs[0].time,obs,n,nav,rtk->opt.sateph,rs,dts,var,svh);
+    
+    /* exclude measurements of eclipsing satellite (block IIA) */
+    if (rtk->opt.posopt[3]) {
+        testeclipse(obs,n,nav,rs);
+    }
+    /* earth tides correction */
+    if (opt->tidecorr) {
+        tidedisp(gpst2utc(obs[0].time),rtk->x,opt->tidecorr==1?1:7,&nav->erp,
+                 opt->odisp[0],dr);
+    }
+    nv=n*rtk->opt.nf*2+MAXSAT+3;
+    xp=mat(rtk->nx,1); Pp=zeros(rtk->nx,rtk->nx);
+    v=mat(nv,1); H=mat(rtk->nx,nv); R=mat(nv,nv);
+    
+    for (i=0;i<MAX_ITER;i++) {
+        
+        matcpy(xp,rtk->x,rtk->nx,1);
+        matcpy(Pp,rtk->P,rtk->nx,rtk->nx);
+        
+        /* prefit residuals */
+        if (!(nv=ppp_res(0,obs,n,rs,dts,var,svh,dr,exc,nav,xp,rtk,v,H,R,azel))) {
+            trace(2,"%s ppp (%d) no valid obs data\n",str,i+1);
+            break;
+        }
+        /* measurement update of ekf states */
+        if ((info=filter(xp,Pp,H,v,R,rtk->nx,nv))) {
+            trace(2,"%s ppp (%d) filter error info=%d\n",str,i+1,info);
+            break;
+        }
+        /* postfit residuals */
+        if (ppp_res(i+1,obs,n,rs,dts,var,svh,dr,exc,nav,xp,rtk,v,H,R,azel)) {
+            matcpy(rtk->x,xp,rtk->nx,1);
+            matcpy(rtk->P,Pp,rtk->nx,rtk->nx);
+            stat=SOLQ_PPP;
+            break;
+        }
+    }
+    if (i>=MAX_ITER) {
+        trace(2,"%s ppp (%d) iteration overflows\n",str,i);
+    }
+    if (stat==SOLQ_PPP) {
+        
+        /* ambiguity resolution in ppp */
+        if (ppp_ar(rtk,obs,n,exc,nav,azel,xp,Pp)&&
+            ppp_res(9,obs,n,rs,dts,var,svh,dr,exc,nav,xp,rtk,v,H,R,azel)) {
+            
+            matcpy(rtk->xa,xp,rtk->nx,1);
+            matcpy(rtk->Pa,Pp,rtk->nx,rtk->nx);
+            
+            for (i=0;i<3;i++) std[i]=sqrt(Pp[i+i*rtk->nx]);
+            if (norm(std,3)<MAX_STD_FIX) stat=SOLQ_FIX;
+        }
+        else {
+            rtk->nfix=0;
+        }
+        /* update solution status */
+        update_stat(rtk,obs,n,stat);
+        
+        /* hold fixed ambiguities */
+        if (stat==SOLQ_FIX&&test_hold_amb(rtk)) {
+            matcpy(rtk->x,xp,rtk->nx,1);
+            matcpy(rtk->P,Pp,rtk->nx,rtk->nx);
+            trace(2,"%s hold ambiguity\n",str);
+            rtk->nfix=0;
+        }
+    }
+    free(rs); free(dts); free(var); free(azel);
+    free(xp); free(Pp); free(v); free(H); free(R);
+}
diff --git a/src/ppp_ar.c b/src/ppp_ar.c
new file mode 100644
index 0000000..32f9234
--- /dev/null
+++ b/src/ppp_ar.c
@@ -0,0 +1,527 @@
+/*------------------------------------------------------------------------------
+* ppp_ar.c : ppp ambiguity resolution
+*
+* reference :
+*    [1] H.Okumura, C-gengo niyoru saishin algorithm jiten (in Japanese),
+*        Software Technology, 1991
+*
+*          Copyright (C) 2012-2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2013/03/11  1.0  new
+*           2015/05/15  1.1  refine complete algorithms
+*           2015/05/31  1.2  delete WL-ambiguity resolution by ILS
+*                            add PAR (partial ambiguity resolution)
+*           2015/11/26  1.3  support option opt->pppopt=-TRACE_AR
+*           2015/12/25  1.4  disable GPS-QZS ambiguity resolution
+*                            fix problem on zero-divide for ratio-factor
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MIN_AMB_RES 4         /* min number of ambiguities for ILS-AR */
+#define MIN_ARC_GAP 300.0     /* min arc gap (s) */
+#define CONST_AMB   0.003     /* constraint to fixed ambiguity */
+
+#define LOG_PI      1.14472988584940017 /* log(pi) */
+#define SQRT2       1.41421356237309510 /* sqrt(2) */
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+#define SQR(x)      ((x)*(x))
+#define ROUND(x)    (int)floor((x)+0.5)
+#define SWAP_I(x,y) do {int    _tmp=x; x=y; y=_tmp;} while (0)
+#define SWAP_D(x,y) do {double _tmp=x; x=y; y=_tmp;} while (0)
+
+/* number and index of ekf states */
+#define NF(opt)     ((opt)->ionoopt==IONOOPT_IFLC?1:(opt)->nf)
+#define NP(opt)     ((opt)->dynamics?9:3)
+#define NC(opt)     (NSYS)
+#define NT(opt)     ((opt)->tropopt<TROPOPT_EST?0:((opt)->tropopt==TROPOPT_EST?1:3))
+#define NI(opt)     ((opt)->ionoopt==IONOOPT_EST?MAXSAT:0)
+#define ND(opt)     ((opt)->nf>=3?1:0)
+#define NR(opt)     (NP(opt)+NC(opt)+NT(opt)+NI(opt)+ND(opt))
+#define IB(s,f,opt) (NR(opt)+MAXSAT*(f)+(s)-1)
+
+/* complementaty error function (ref [1] p.227-229) --------------------------*/
+static double q_gamma(double a, double x, double log_gamma_a);
+static double p_gamma(double a, double x, double log_gamma_a)
+{
+    double y,w;
+    int i;
+    
+    if (x==0.0) return 0.0;
+    if (x>=a+1.0) return 1.0-q_gamma(a,x,log_gamma_a);
+    y=w=exp(a*log(x)-x-log_gamma_a)/a;
+    for (i=1;i<100;i++) {
+        w*=x/(a+i);
+        y+=w;
+        if (fabs(w)<1E-15) break;
+    }
+    return y;
+}
+static double q_gamma(double a, double x, double log_gamma_a)
+{
+    double y,w,la=1.0,lb=x+1.0-a,lc;
+    int i;
+    
+    if (x<a+1.0) return 1.0-p_gamma(a,x,log_gamma_a);
+    w=exp(-x+a*log(x)-log_gamma_a);
+    y=w/lb;
+    for (i=2;i<100;i++) {
+        lc=((i-1-a)*(lb-la)+(i+x)*lb)/i;
+        la=lb; lb=lc;
+        w*=(i-1-a)/i;
+        y+=w/la/lb;
+        if (fabs(w/la/lb)<1E-15) break;
+    }
+    return y;
+}
+static double f_erfc(double x)
+{
+    return x>=0.0?q_gamma(0.5,x*x,LOG_PI/2.0):1.0+p_gamma(0.5,x*x,LOG_PI/2.0);
+}
+/* confidence function of integer ambiguity ----------------------------------*/
+static double conf_func(int N, double B, double var)
+{
+    double x,p=1.0,sig=sqrt(var);
+    int i;
+    
+    x=fabs(B-N);
+    for (i=1;i<6;i++) {
+        p-=f_erfc((i-x)/(SQRT2*sig))-f_erfc((i+x)/(SQRT2*sig));
+    }
+    return p;
+}
+/* generate satellite SD (single-difference) ---------------------------------*/
+static int gen_sat_sd(rtk_t *rtk, const obsd_t *obs, int n, const int *exc,
+                      const double *azel, int f, int *sat1, int *sat2, int *frq)
+{
+#if 0
+    const int sys[]={SYS_GPS|SYS_QZS,SYS_GAL,SYS_CMP,0};
+#else
+    const int sys[]={SYS_GPS,SYS_GAL,SYS_CMP,0};
+#endif
+    double elmask,el[MAXOBS];
+    int i,j,k,m,ns=0,sat[MAXOBS];
+    
+    elmask=MAX(rtk->opt.elmaskar,rtk->opt.elmin);
+    
+    for (i=0;sys[i];i++) { /* for each system */
+        
+        /* sort by elevation angle */
+        for (j=m=0;j<n;j++) {
+            if (exc[j]||!(satsys(obs[j].sat,NULL)&sys[i])||
+                !rtk->ssat[obs[j].sat-1].vsat[f]||azel[1+j*2]<elmask) continue;
+            if (obs[j].L[f]==0.0) continue;
+            sat[m]=obs[j].sat;
+            el[m++]=azel[1+j*2];
+        }
+        for (j=0;j<m-1;j++) for (k=j+1;k<m;k++) {
+            if (el[j]>=el[k]) continue;
+            SWAP_I(sat[j],sat[k]); SWAP_D(el[j],el[k]);
+        }
+        /* generate SD referenced to max elevation angle */
+        for (j=1;j<m;j++) {
+            sat1[ns]=sat[j];
+            sat2[ns]=sat[0];
+            frq[ns++]=f;
+        }
+    }
+    return ns; /* # of SD */
+}
+/* filter EWL-ambiguity ------------------------------------------------------*/
+static void filter_EWL(rtk_t *rtk, const obsd_t *obs, int n, const int *exc,
+                       const nav_t *nav, const double *azel)
+{
+    const double *lam;
+    ambc_t *amb;
+    double lamE,lamN,EW,var,K;
+    int i,sat,sys;
+    
+    for (i=0;i<n;i++) {
+        sat=obs[i].sat;
+        sys=satsys(sat,NULL);
+        if (sys!=SYS_GPS&&sys!=SYS_QZS) continue;
+        amb=rtk->ambc+sat-1;
+        lam=nav->lam[sat-1];
+        
+        if (rtk->ssat[sat-1].slip[1]||rtk->ssat[sat-1].slip[2]||
+            fabs(timediff(amb->epoch[0],obs[i].time))>MIN_ARC_GAP) {
+            amb->n[1]=0;
+        }
+        if (exc[i]||azel[1+2*i]<rtk->opt.elmin||lam[1]==0.0||lam[2]==0.0||
+            obs[i].L[1]==0.0||obs[i].P[1]==0.0||
+            obs[i].L[2]==0.0||obs[i].P[2]==0.0) continue;
+        
+        /* EMW-LC and variance */
+        lamE=lam[1]*lam[2]/(lam[2]-lam[1]);
+        lamN=lam[1]*lam[2]/(lam[2]+lam[1]);
+        EW=lamE*(obs[i].L[1]-obs[i].L[2])-
+           lamN*(obs[i].P[1]/lam[1]+obs[i].P[2]/lam[2]);
+        var=SQR(0.7*rtk->opt.eratio[0])*
+            (SQR(rtk->opt.err[1])+SQR(rtk->opt.err[2]/sin(azel[1+2*i])));
+        
+        /* filter EWL-ambiguity */
+        if (amb->n[1]<=0) {
+            amb->LC[1]=EW;
+            amb->LCv[1]=SQR(10.0);
+            amb->n[1]=1;
+            amb->epoch[1]=obs[i].time;
+        }
+        else if (SQR(EW-amb->LC[1])<=amb->LCv[1]*25.0) {
+            K=amb->LCv[1]/(amb->LCv[1]+var);
+            amb->LC[1]+=K*(EW-amb->LC[1]);
+            amb->LCv[1]-=K*amb->LCv[1];
+            amb->n[1]++;
+            amb->epoch[1]=obs[i].time;
+        }
+    }
+}
+/* filter WL-ambiguity -------------------------------------------------------*/
+static void filter_WL(rtk_t *rtk, const obsd_t *obs, int n, const int *exc,
+                      const nav_t *nav, const double *azel)
+{
+    const double *lam;
+    ambc_t *amb;
+    double lamW,lamN,MW,var,K;
+    int i,l,sat;
+    
+    for (i=0;i<n;i++) {
+        sat=obs[i].sat;
+        amb=rtk->ambc+sat-1;
+        lam=nav->lam[sat-1];
+        l=satsys(sat,NULL)==SYS_GAL?2:1; /* L1/L2 or L1/L5 */
+        
+        if (rtk->ssat[sat-1].slip[0]||rtk->ssat[sat-1].slip[l]||
+            fabs(timediff(amb->epoch[0],obs[i].time))>MIN_ARC_GAP) {
+            amb->n[0]=0;
+        }
+        if (exc[i]||azel[1+2*i]<rtk->opt.elmin||lam[0]==0.0||lam[l]==0.0||
+            obs[i].L[0]==0.0||obs[i].P[0]==0.0||
+            obs[i].L[l]==0.0||obs[i].P[l]==0.0) continue;
+        
+        /* MW-LC and variance */
+        lamW=lam[0]*lam[l]/(lam[l]-lam[0]);
+        lamN=lam[0]*lam[l]/(lam[l]+lam[0]);
+        MW=lamW*(obs[i].L[0]-obs[i].L[l])-
+           lamN*(obs[i].P[0]/lam[0]+obs[i].P[l]/lam[l]);
+        var=SQR(0.7*rtk->opt.eratio[0])*
+            (SQR(rtk->opt.err[1])+SQR(rtk->opt.err[2]/sin(azel[1+2*i])));
+        
+        /* filter WL-ambiguity */
+        if (amb->n[0]<=0) {
+            amb->LC[0]=MW;
+            amb->LCv[0]=SQR(10.0);
+            amb->n[0]=1;
+            amb->epoch[0]=obs[i].time;
+        }
+        else if (SQR(MW-amb->LC[0])<=amb->LCv[0]*25.0) {
+            K=amb->LCv[0]/(amb->LCv[0]+var);
+            amb->LC[0]+=K*(MW-amb->LC[0]);
+            amb->LCv[0]-=K*amb->LCv[0];
+            amb->n[0]++;
+            amb->epoch[0]=obs[i].time;
+        }
+    }
+}
+/* ambiguity resolution by WL/NL for iono-free LC ----------------------------*/
+static int ppp_amb_IFLC(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
+                        const nav_t *nav, const double *azel, double *x,
+                        double *P)
+{
+    const double *lam;
+    ambc_t *amb1,*amb2;
+    double lamN,lamW,lamE,C1,C2,Be,Bw,B1,varw,var1;
+    double v[MAXOBS],R[MAXOBS*MAXOBS]={0},*H,*thres=rtk->opt.thresar;
+    int i,j,k,l,info,ns,nw=0,na=0,Ne,Nw,N1,sat1[MAXOBS],sat2[MAXOBS],frq[MAXOBS];
+    
+    /* filter EWL-ambiguity */
+    filter_EWL(rtk,obs,n,exc,nav,azel);
+    
+    /* filter WL-ambiguity */
+    filter_WL(rtk,obs,n,exc,nav,azel);
+    
+    /* generate satellite SD */
+    if (!(ns=gen_sat_sd(rtk,obs,n,exc,azel,0,sat1,sat2,frq))) return 0;
+    
+    H=zeros(rtk->nx,ns);
+    
+    for (i=0;i<ns;i++) {
+        lam=nav->lam[sat1[i]-1];
+        l=satsys(sat1[i],NULL)==SYS_GAL?2:1; /* L1/L2 or L1/L5 */
+        lamE=lam[1]*lam[2]/(lam[2]-lam[1]);
+        lamW=lam[0]*lam[l]/(lam[l]-lam[0]);
+        lamN=lam[0]*lam[l]/(lam[l]+lam[0]);
+        C1= SQR(lam[l])/(SQR(lam[l])-SQR(lam[0]));
+        C2=-SQR(lam[0])/(SQR(lam[l])-SQR(lam[0]));
+        
+        j=IB(sat1[i],0,&rtk->opt);
+        k=IB(sat2[i],0,&rtk->opt);
+        amb1=rtk->ambc+sat1[i]-1;
+        amb2=rtk->ambc+sat2[i]-1;
+        if (!amb1->n[0]||!amb2->n[0]) continue;
+        
+        if (amb1->n[1]&&amb2->n[1]) {
+            Be=(amb1->LC[1]-amb2->LC[1])/lamE;
+            Ne=ROUND(Be);
+#if 0
+            trace(2,"%s sat=%2d-%2d:Be=%13.4f Fe=%7.4f\n",time_str(obs[0].time,0),
+                  sat1[i],sat2[i],Be,Be-Ne);
+#endif
+        }
+        /* round WL- and L1-ambiguity */
+        Bw=(amb1->LC[0]-amb2->LC[0])/lamW;
+        Bw+=nav->wlbias[sat1[i]-1]-nav->wlbias[sat2[i]-1]; /* correct WL-bias */
+        Nw=ROUND(Bw);
+        B1=(x[j]-x[k]+C2*lam[l]*Nw)/lamN;
+        N1=ROUND(B1);
+        varw=(amb1->LCv[0]+amb2->LCv[0])/SQR(lamW);
+        var1=(P[j+j*rtk->nx]+P[k+k*rtk->nx]-2.0*P[j+k*rtk->nx])/SQR(lamN);
+        
+        if (conf_func(Nw,Bw,varw)<thres[1]||fabs(Nw-Bw)>thres[2]) continue;
+        nw++;
+        if (conf_func(N1,B1,var1)<thres[1]||fabs(N1-B1)>thres[3]) continue;
+        
+        /* constraint to fixed LC-ambiguty */
+        H[j+na*rtk->nx]= 1.0;
+        H[k+na*rtk->nx]=-1.0;
+        v[na++]=C1*lam[0]*N1+C2*lam[l]*(N1-Nw)-(rtk->x[j]-rtk->x[k]);
+        
+        /* update fix flags */
+        rtk->ssat[sat1[i]-1].fix[0]=rtk->ssat[sat2[i]-1].fix[0]=2;
+    }
+    rtk->sol.age  =(float)nw; /* # of WL-fixed */
+    rtk->sol.ratio=(float)na; /* # of NL-fixed */
+    
+    if (na<=0) {
+        free(H);
+        return 0;
+    }
+    for (i=0;i<na;i++) R[i+i*na]=SQR(CONST_AMB);
+    
+    /* update states with fixed LC-ambiguity constraints */
+    if ((info=filter(x,P,H,v,R,rtk->nx,na))) {
+        trace(1,"filter error (info=%d)\n",info);
+        free(H);
+        return 0;
+    }
+    free(H);
+    return 1;
+}
+/* write debug trace for PAR -------------------------------------------------*/
+static void write_trace1(rtk_t *rtk, const double *Z, const double *a,
+                         const double *Q, int na, const int *sat1,
+                         const int *sat2, const int *frq)
+{
+    const char freq[]="125678";
+    char buff[1024],s[32],*p=buff;
+    int i,j;
+    
+    trace(2,"EPOCH=%s NFIX=%d\n",time_str(rtk->sol.time,0),rtk->nfix);
+    
+    for (i=0,p=buff;i<na;i++) {
+        satno2id(sat1[i],s); p+=sprintf(p,"%s ",s);
+    }
+    trace(2,"     %s          Z*a     STD\n",buff);
+    for (i=0,p=buff;i<na;i++) {
+        satno2id(sat2[i],s); p+=sprintf(p,"%s ",s);
+    }
+    trace(2,"     %s         (cyc)   (cyc)\n",buff);
+    for (i=0,p=buff;i<na;i++) {
+        p+=sprintf(p,"L%c  ",freq[frq[i]]);
+    }
+    trace(2,"      %s\n",buff);
+    for (i=na-1;i>=0;i--) {
+        p=buff;
+        p+=sprintf(p,"%3d: ",na-i);
+        for (j=0;j<na;j++) p+=sprintf(p,"%3.0f ",Z[j+i*na]);
+        p+=sprintf(p,"%14.3f %7.3f",a[i],sqrt(Q[i+i*na]));
+        trace(2,"%s\n",buff);
+    }
+    trace(2,"%3s: %7s %9s (%9s/%9s) [ N1 N2 ... NN ]\n","FIX","STD-POS","RATIO",
+          "S1","S2");
+}
+static void write_trace2(rtk_t *rtk, const double *x, const double *P,
+                         const double *a, const double *N, const double *D,
+                         int na, const double *s)
+{
+    double *xp,*Pp,b[256],R[256*256]={0},std[3];
+    char buff[1024],*p=buff;
+    int i;
+    
+    xp=mat(rtk->nx,1); Pp=mat(rtk->nx,rtk->nx);
+    matcpy(xp,x,rtk->nx,1);
+    matcpy(Pp,P,rtk->nx,rtk->nx);
+    for (i=0;i<na;i++) {
+        b[i]=N[i]-a[i];
+        R[i+i*na]=SQR(CONST_AMB);
+    }
+    for (i=na-1;i>=0;i--) {
+        p+=sprintf(p,"%s%d",i==na-1?"":" ",(int)N[i]);
+    }
+    if (!filter(xp,Pp,D,b,R,rtk->nx,na)) {
+        for (i=0;i<3;i++) std[i]=sqrt(Pp[i+i*rtk->nx]);
+        trace(2,"%3d: %7.3f %9.3f (%9.3f/%9.3f) [%s]\n",na,norm(std,3),
+              MIN(99999.999,s[1]/s[0]),s[0],s[1],buff);
+    }
+    free(xp); free(Pp);
+}
+/* decorrelate search space --------------------------------------------------*/
+static int decorr_space(rtk_t *rtk, double *a, double *Q, double *D, int na,
+                        const int *sat1, const int *sat2, const int *frq)
+{
+    double *W=mat(na,rtk->nx),*Z=eye(na);
+    
+    /* lambda reduction */
+    if (lambda_reduction(na,Q,Z)) {
+        free(W); free(Z);
+        return 0;
+    }
+    /* a=Z'*a, Q=Z'*Q*Z, D'=Z'*D' */
+    matmul("TN",na,1,na,1.0,Z,a,0.0,W);
+    matcpy(a,W,na,1);
+    matmul("TN",na,na,na,1.0,Z,Q,0.0,W);
+    matmul("NN",na,na,na,1.0,W,Z,0.0,Q);
+    matmul("NN",rtk->nx,na,na,1.0,D,Z,0.0,W);
+    matcpy(D,W,rtk->nx,na);
+    
+    if (strstr(rtk->opt.pppopt,"-TRACE_AR")) {
+        write_trace1(rtk,Z,a,Q,na,sat1,sat2,frq);
+    }
+    free(W); free(Z);
+    return 1;
+}
+/* shrink search space -------------------------------------------------------*/
+static int shrink_space(double *a, double *Q, double *H, int is, int na, int nx)
+{
+    int i,j,n=0,*index=imat(na,1);
+    
+    for (i=is;i<na;i++) {
+        index[n++]=i;
+    }
+    for (i=0;i<n;i++) {
+        a[i]=a[index[i]];
+        for (j=0;j<n;j++) Q[j+i*n]=Q[index[j]+index[i]*na];
+        matcpy(H+i*nx,H+index[i]*nx,nx,1);
+    }
+    free(index);
+    return n;
+}
+/* freq-ambiguity resolution by ILS ------------------------------------------*/
+static int ppp_amb_ILS_FRQ(rtk_t *rtk, const obsd_t *obs, int n, const int *exc,
+                           const nav_t *nav, const double *azel,
+                           const double *x, const double *P, double *D,
+                           double *a, double *N)
+{
+    const double *lam,thres_fact[]={3.0,2.5,2.0,1.5,1.2};
+    double *W,*Q,s[2]={0},thres=0.0;
+    int i,j,k,na=0,sat1[MAXOBS*NFREQ],sat2[MAXOBS*NFREQ],frq[MAXOBS*NFREQ];
+    int trace_AR=0;
+    
+    if (strstr(rtk->opt.pppopt,"-TRACE_AR")) trace_AR=1;
+    
+    /* generate satellite SD */
+    for (i=0;i<rtk->opt.nf;i++) {
+        if (rtk->opt.freqopt==1&&i==1) continue;
+        na+=gen_sat_sd(rtk,obs,n,exc,azel,i,sat1+na,sat2+na,frq+na);
+    }
+    if (na<=0) return 0;
+    
+    /* freq-ambiguity SD-matrix */
+    for (i=0;i<na;i++) {
+        lam=nav->lam[sat1[i]-1];
+        j=IB(sat1[i],frq[i],&rtk->opt);
+        k=IB(sat2[i],frq[i],&rtk->opt);
+        D[j+i*rtk->nx]= 1.0/lam[frq[i]];
+        D[k+i*rtk->nx]=-1.0/lam[frq[i]];
+    }
+    /* a=D'*x, Q=D'*P*D */
+    W=mat(rtk->nx,na); Q=mat(na,na);
+    matmul("TN",na,1,rtk->nx,1.0,D,x,0.0,a);
+    matmul("TN",na,rtk->nx,rtk->nx,1.0,D,P,0.0,W);
+    matmul("NN",na,na,rtk->nx,1.0,W,D,0.0,Q);
+    
+    /* decorrelate search space */
+    if (!decorr_space(rtk,a,Q,D,na,sat1,sat2,frq)) {
+        free(W); free(Q);
+        return 0;
+    }
+    for (i=0;i<rtk->opt.armaxiter&&na>=MIN_AMB_RES;i++) {
+        
+        s[0]=s[1]=0.0;
+        
+        /* integer least-square (a->N) */
+        if (lambda_search(na,2,a,Q,N,s)||s[0]<=0.0) {
+            free(W); free(Q);
+            return 0;
+        }
+        if (trace_AR) {
+            write_trace2(rtk,x,P,a,N,D,na,s);
+        }
+        thres=rtk->opt.thresar[0];
+        if (na-MIN_AMB_RES<5) thres*=thres_fact[na-MIN_AMB_RES];
+        
+        /* validation by ratio-test */
+        if (s[1]/s[0]>=thres) break;
+        
+        /* shrink search space */
+        na=shrink_space(a,Q,D,1,na,rtk->nx);
+    }
+    free(W); free(Q);
+    
+    rtk->sol.ratio=s[0]==0.0?0.0:(float)MIN(s[1]/s[0],999.9);
+    rtk->sol.thres=(float)thres;
+    
+    if (i>=rtk->opt.armaxiter||na<MIN_AMB_RES) return 0;
+    
+    /* update fix flags */
+    for (i=0;i<na;i++) {
+        rtk->ssat[sat1[i]-1].fix[frq[i]]=rtk->ssat[sat2[i]-1].fix[frq[i]]=2;
+    }
+    return na;
+}
+/* ambiguity resolution by ILS (integer-least-square) ------------------------*/
+static int ppp_amb_ILS(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
+                       const nav_t *nav, const double *azel, double *x,
+                       double *P)
+{
+    double *D,*R,a[MAXOBS*NFREQ],N[MAXOBS*NFREQ*2];
+    int i,na,info;
+    
+    D=zeros(rtk->nx,n*NF(&rtk->opt));
+    
+    /* freq-ambiguity resolution */
+    if (!(na=ppp_amb_ILS_FRQ(rtk,obs,n,exc,nav,azel,x,P,D,a,N))) {
+        free(D);
+        return 0;
+    }
+    R=zeros(na,na);
+    
+    /* update states with integer ambiguity constraints */
+    for (i=0;i<na;i++) {
+        a[i]=N[i]-a[i];
+        R[i+i*na]=SQR(CONST_AMB);
+    }
+    if ((info=filter(x,P,D,a,R,rtk->nx,na))) {
+        trace(1,"filter error (info=%d)\n",info);
+    }
+    free(D); free(R);
+    return info?0:1;
+}
+/* ambiguity resolution in ppp -----------------------------------------------*/
+extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
+                  const nav_t *nav, const double *azel, double *x, double *P)
+{
+    if (n<=0||rtk->opt.modear<ARMODE_CONT) return 0;
+    
+    /* ambiguity resolution by WL/NL for iono-free LC */
+    if (rtk->opt.ionoopt==IONOOPT_IFLC) {
+        return ppp_amb_IFLC(rtk,obs,n,exc,nav,azel,x,P);
+    }
+    /* ambiguity resolution by ILS */
+    else {
+        return ppp_amb_ILS(rtk,obs,n,exc,nav,azel,x,P);
+    }
+}
diff --git a/src/ppp_corr.c b/src/ppp_corr.c
new file mode 100644
index 0000000..735d603
--- /dev/null
+++ b/src/ppp_corr.c
@@ -0,0 +1,493 @@
+/*------------------------------------------------------------------------------
+* ppp_corr.c : ppp corrections functions
+*
+*          Copyright (C) 2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2015/05/20 1.0 new
+*           2015/06/11 1.1 station weighting only by distance
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MAX_DIST_STEC  50.0      /* max distance for stec correction (km) */
+#define MAX_DIST_TROP  100.0     /* max distance for trop correction (km) */
+#define PRN_ZTD        1E-4      /* process noise of ztd (m/sqrt(s)) */
+#define PRN_GRAD       1E-5      /* process noise of gradient (m/sqrt(s)) */
+#define STD_ZTD_DIST   1E-4      /* distance dependent factor ztd (m/km) */
+#define STD_GRAD_DIST  1E-5      /* distance dependent factor gradient (m/km) */
+#define STD_VTEC_DIST  1E-3      /* distance dependent factor vtec (m/km) */
+
+#define SQR(x)      ((x)*(x))
+#define MAX(x,y)    ((x)>(y)?(x):(y))
+
+/* add station position to ppp corrections -----------------------------------*/
+static int add_pos(pppcorr_t *corr, const char *sta, const double *rr)
+{
+    int i;
+    
+    for (i=0;i<corr->nsta;i++) if (!strcmp(corr->stas[i],sta)) break;
+    if (i>=MAXSTA) return 0;
+    if (i>=corr->nsta) {
+        strcpy(corr->stas[corr->nsta++],sta);
+    }
+    matcpy(corr->rr[i],rr,3,1);
+    return 1;
+}
+/* add stec data to ppp corrections ------------------------------------------*/
+static int add_stec(pppcorr_t *corr, gtime_t time, const char *sat,
+                    const char *sta, double ion, double std, const double *azel,
+                    int flag)
+{
+    stec_t *corr_stec,stec={{0}};
+    int i,j;
+    
+    for (i=0;i<corr->nsta;i++) if (!strcmp(corr->stas[i],sta)) break;
+    if (i>=MAXSTA) return 0;
+    if (i>=corr->nsta) {
+        for (j=0;j<3;j++) corr->rr[corr->nsta][j]=0.0;
+        strcpy(corr->stas[corr->nsta++],sta);
+    }
+    if (corr->ns[i]>=corr->nsmax[i]) {
+        corr->nsmax[i]=corr->nsmax[i]<=0?256:corr->nsmax[i]*2;
+        corr_stec=(stec_t *)realloc(corr->stec[i],sizeof(stec_t)*corr->nsmax[i]);
+        if (!corr_stec) {
+            free(corr->stec[i]); corr->stec[i]=NULL;
+            corr->ns[i]=corr->nsmax[i]=0;
+            return 0;
+        }
+        corr->stec[i]=corr_stec;
+    }
+    stec.time=time;
+    stec.sat=(unsigned char)satid2no(sat);
+    stec.ion=ion;
+    stec.std=(float)std;
+    stec.azel[0]=(float)(azel[0]*D2R);
+    stec.azel[1]=(float)(azel[1]*D2R);
+    stec.flag=(unsigned char)flag;
+    corr->stec[i][corr->ns[i]++]=stec;
+    return 1;
+}
+/* add tropos ztd to ppp corrections -----------------------------------------*/
+static int add_trop_ztd(pppcorr_t *corr, gtime_t time, const char *sta,
+                        double ztd, double std)
+{
+    trop_t *corr_trop,trop={{0}};
+    int i,j;
+    
+    for (i=0;i<corr->nsta;i++) if (!strcmp(corr->stas[i],sta)) break;
+    
+    if (i>=MAXSTA) return 0;
+    if (i>=corr->nsta) {
+        for (j=0;j<3;j++) corr->rr[corr->nsta][j]=0.0;
+        strcpy(corr->stas[corr->nsta++],sta);
+    }
+    if (corr->nt[i]>=corr->ntmax[i]) {
+        corr->ntmax[i]=corr->ntmax[i]<=0?256:corr->ntmax[i]*2;
+        corr_trop=(trop_t *)realloc(corr->trop[i],sizeof(trop_t)*corr->ntmax[i]);
+        if (!corr_trop) {
+            free(corr->trop[i]); corr->trop[i]=NULL;
+            corr->nt[i]=corr->ntmax[i]=0;
+            return 0;
+        }
+        corr->trop[i]=corr_trop;
+    }
+    trop.time=time;
+    trop.trp[0]=ztd;
+    trop.std[0]=(float)std;
+    corr->trop[i][corr->nt[i]++]=trop;
+    return 1;
+}
+/* add tropos gradient to ppp corrections ------------------------------------*/
+static int add_trop_grad(pppcorr_t *corr, gtime_t time, const char *sta,
+                         const double *grad, const double *std)
+{
+    trop_t *trop;
+    int i;
+    
+    for (i=0;i<corr->nsta;i++) if (!strcmp(corr->stas[i],sta)) break;
+    
+    if (i>=corr->nsta||corr->nt[i]<=0) return 1;
+    trop=corr->trop[i]+corr->nt[i]-1;
+    if (timediff(time,trop->time)!=0.0) return 1;
+    trop->trp[1]=grad[0];
+    trop->trp[2]=grad[1];
+    trop->std[1]=(float)std[0];
+    trop->std[2]=(float)std[1];
+    return 1;
+}
+/* compare stec data ---------------------------------------------------------*/
+static int cmp_stec(const void *p1, const void *p2)
+{
+    stec_t *q1=(stec_t *)p1,*q2=(stec_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    if (fabs(tt)>1E-3) return tt<0.0?-1:1;
+    return q1->sat-q2->sat;
+}
+/* compare trop data ---------------------------------------------------------*/
+static int cmp_trop(const void *p1, const void *p2)
+{
+    trop_t *q1=(trop_t *)p1,*q2=(trop_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    if (fabs(tt)>1E-3) return tt<0.0?-1:1;
+    return 0;
+}
+/* read solution status file -------------------------------------------------*/
+extern int read_solstat(pppcorr_t *corr, const char *file)
+{
+    FILE *fp;
+    gtime_t time;
+    double tow,rr[3],azel[2],ion,ztd,grad[2],std[2];
+    char buff[1024],sat[64],sta[64]="",sys,*p;
+    int i,week,stat,prn,rcv;
+    
+    trace(2,"read_solstat: file=%s\n",file);
+    fprintf(stderr,"read_solstat: file=%s\n",file);
+    
+    /* station name as first 4 character of file */
+    if ((p=strrchr(file,FILEPATHSEP))) strncpy(sta,p+1,4);
+    else strncpy(sta,file,4);
+    for (i=0;i<4&&sta[i];i++) sta[i]=toupper(sta[i]);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"solution status file read error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        /* station position */
+        if (sscanf(buff,"$POS,%d,%lf,%d,%lf,%lf,%lf",&week,&tow,&stat,rr,rr+1,
+                   rr+2)>=6) {
+            if (!add_pos(corr,sta,rr)) break;
+        }
+        /* ionosphere */
+        else if (sscanf(buff,"$ION,%d,%lf,%d,%c%d,%lf,%lf,%lf,%lf",&week,&tow,
+                        &stat,&sys,&prn,azel,azel+1,&ion,std)>=9) {
+            time=gpst2time(week,tow);
+            sprintf(sat,"%c%02d",sys,prn);
+            if (!add_stec(corr,time,sat,sta,ion,std[0],azel,stat==1)) break;
+        }
+        /* troposphere ztd */
+        else if (sscanf(buff,"$TROP,%d,%lf,%d,%d,%lf,%lf",&week,&tow,&stat,&rcv,
+                        &ztd,std)>=6) {
+            time=gpst2time(week,tow);
+            if (!add_trop_ztd(corr,time,sta,ztd,std[0])) break;
+        }
+        /* troposphere gradient */
+        else if (sscanf(buff,"$TRPG,%d,%lf,%d,%d,%lf,%lf,%lf,%lf",&week,&tow,
+                        &stat,&rcv,grad,grad+1,std,std+1)>=6) {
+            time=gpst2time(week,tow);
+            if (!add_trop_grad(corr,time,sta,grad,std)) break;
+        }
+    }
+    fclose(fp);
+    return 1;
+}
+/* read stec file ------------------------------------------------------------*/
+static int read_stec(pppcorr_t *corr, const char *file)
+{
+    FILE *fp;
+    gtime_t time;
+    double ep[6],rr[3],ion[2],std[2],azel[2];
+    char buff[1024],sat[64],sta[64],*p;
+    int sec=0,flag;
+    
+    trace(2,"read_stec: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"stec parameter file read error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (strstr(buff,"STATION POSITION")) sec=1;
+        if ((p=strchr(buff,'#'))) *p='\0';
+        if (sec) {
+            if (sscanf(buff,"%63s %lf %lf %lf",sta,rr,rr+1,rr+2)<4) continue;
+            if (!add_pos(corr,sta,rr)) break;
+        }
+        else {
+            if (sscanf(buff,"%lf/%lf/%lf %lf:%lf:%lf %63s %63s %lf %lf %lf %lf %lf %lf %d",
+                       ep,ep+1,ep+2,ep+3,ep+4,ep+5,sat,sta,ion,ion+1,std,std+1,
+                       azel,azel+1,&flag)<15) continue;
+            time=epoch2time(ep);
+            if (!add_stec(corr,time,sat,sta,ion[0],std[0],azel,flag)) break;
+        }
+    }
+    fclose(fp);
+    return 1;
+}
+/* read sinex tropos file ----------------------------------------------------*/
+static int read_snxtrop(pppcorr_t *corr, const char *file)
+{
+    FILE *fp;
+    gtime_t time;
+    double ep[6]={0,1,1},rr[3],tod,trp[3]={0},std[3]={0};
+    char buff[1024],sta[64];
+    int i,sec=0,year,doy;
+    
+    trace(2,"read_snxtrop: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"sinex trop file read error: %s\n",file);
+        return 0;
+    }
+    if (!fgets(buff,sizeof(buff),fp)||strstr(buff,"%=TRD")!=buff) {
+        trace(2,"sinex trop file read error: %s\n",file);
+        fclose(fp);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (buff[0]=='-') sec=0;
+        else if (strstr(buff,"+TROP/STA_COORDINATES")==buff) sec=1;
+        else if (strstr(buff,"+TROP/SOLUTION"       )==buff) sec=2;
+        if (sec==1) {
+            if (sscanf(buff,"%63s %*s %*s %*s %lf %lf %lf",sta,rr,rr+1,
+                       rr+2)<4) continue;
+            if (!add_pos(corr,sta,rr)) break;
+        }
+        else if (sec==2) {
+            if (sscanf(buff,"%63s %d:%d:%lf %lf %lf %lf %lf %lf %lf",sta,&year,
+                       &doy,&tod,trp,std,trp+1,std+1,trp+2,std+2)<6) continue;
+            ep[0]=2000.0+year;
+            time=timeadd(epoch2time(ep),(doy-1)*86400.0+tod);
+            for (i=0;i<3;i++) {
+                trp[i]/=1E3;
+                std[i]/=1E3;
+            }
+            if (!add_trop_ztd(corr,time,sta,trp[0],std[0])) break;
+            if (!add_trop_grad(corr,time,sta,trp+1,std+1)) break;
+        }
+    }
+    fclose(fp);
+    return 1;
+}
+/* read ppp corrections --------------------------------------------------------
+* read ppp correction data from external file
+* args   : pppcorr_t *corr  IO  ppp correction data
+*          char   *file     I   file
+* return : status (1:ok,0:error)
+* notes  : file types are recognized by file extenstions as follows.
+*            .stat,.STAT : solution status file by rtklib
+*            .stec,.STEC : stec parameters file by mgest
+*            others      : sinex troposphere file
+*          read data are added to ppp correction data.
+*          To clear data, call pppcorr_free()
+*-----------------------------------------------------------------------------*/
+extern int pppcorr_read(pppcorr_t *corr, const char *file)
+{
+    char *efiles[MAXEXFILE]={0},*ext;
+    int i,n;
+    
+    trace(2,"pppcorr_read: file=%s\n",file);
+    
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return 0;
+        }
+    }
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=0;i<n;i++) {
+        if (!(ext=strrchr(efiles[i],'.'))) continue;
+        
+        if (!strcmp(ext,".stat")||!strcmp(ext,".STAT")) {
+            read_solstat(corr,efiles[i]);
+        }
+        else if (!strcmp(ext,".stec")||!strcmp(ext,".STEC")) {
+            read_stec(corr,efiles[i]);
+        }
+        else {
+            read_snxtrop(corr,efiles[i]);
+        }
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    for (i=0;i<corr->nsta;i++) {
+        if (corr->ns[i]>1) {
+            qsort(corr->stec[i],corr->ns[i],sizeof(stec_t),cmp_stec);
+        }
+        if (corr->nt[i]>1) {
+            qsort(corr->trop[i],corr->nt[i],sizeof(trop_t),cmp_trop);
+        }
+    }
+    for (i=0;i<corr->nsta;i++) {
+        trace(2,"%-8s %6d %6d\n",corr->stas[i],corr->ns[i],corr->nt[i]);
+    }
+    return 1;
+}
+/* free ppp corrections --------------------------------------------------------
+* free and clear ppp correction data
+* args   : pppcorr_t *corr  IO  ppp correction data
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void pppcorr_free(pppcorr_t *corr)
+{
+    int i;
+    
+    for (i=0;i<corr->nsta;i++) {
+        free(corr->stec[i]); corr->stec[i]=NULL;
+        free(corr->trop[i]); corr->trop[i]=NULL;
+        corr->ns[i]=corr->nsmax[i]=corr->nt[i]=corr->ntmax[i]=0;
+    }
+    corr->nsta=0;
+}
+/* get neighbour stations ----------------------------------------------------*/
+static int get_sta(const pppcorr_t *corr, const double *pos, double max_dist,
+                   int *sta, double *dist, double gpos[][3])
+{
+     double r[3],rr[3];
+     int i,j,n=0;
+     
+     pos2ecef(pos,rr);
+     
+     for (i=0;i<corr->nsta;i++) {
+         for (j=0;j<3;j++) r[j]=corr->rr[i][j]-rr[j];
+         if ((dist[n]=MAX(norm(r,3)/1E3,0.1))>max_dist) continue;
+         ecef2pos(corr->rr[i],gpos[n]);
+         sta[n++]=i;
+     }
+     return n;
+}
+/* get trop correction for a station -----------------------------------------*/
+static void get_trop_sta(gtime_t time, const trop_t *trop, int n, double *trp,
+                         double *std)
+{
+    double a,tt;
+    int i,j;
+    
+    if (n<=0) return;
+    
+    for (i=0;i<n;i++) if (timediff(trop[i].time,time)>0.0) break;
+    if (i==0) {
+        tt=timediff(time,trop[0].time);
+        for (j=0;j<3;j++) {
+            trp[j]=trop[0].trp[j];
+            std[j]=sqrt(SQR(trop[0].std[j])+SQR(tt*(j==0?PRN_ZTD:PRN_GRAD)));
+        }
+    }
+    else if (i>=n) {
+        tt=timediff(time,trop[n-1].time);
+        for (j=0;j<3;j++) {
+            trp[j]=trop[n-1].trp[j];
+            std[j]=sqrt(SQR(trop[n-1].std[j])+SQR(tt*(j==0?PRN_ZTD:PRN_GRAD)));
+        }
+    }
+    else {
+        a=timediff(time,trop[i-1].time)/timediff(trop[i].time,trop[i-1].time);
+        for (j=0;j<3;j++) {
+            trp[j]=(1.0-a)*trop[i-1].trp[j]+a*trop[i].trp[j];
+            std[j]=sqrt((1.0-a)*SQR(trop[i-1].std[j])+a*SQR(trop[i].std[j]));
+        }
+    }
+}
+/* get stec correction for a station -----------------------------------------*/
+static void get_stec_sta(gtime_t time, const stec_t *stec, int n, double *ion,
+                         double *std, double *el, int *flag)
+{
+    double tt;
+    int i;
+    
+    for (i=0;i<n;i++) {
+        tt=timediff(stec[i].time,time);
+        if (tt<-15.0) continue;
+        if (tt>=15.0) break;
+        ion[stec[i].sat-1]=stec[i].ion;
+        std[stec[i].sat-1]=stec[i].std;
+        el[stec[i].sat-1]=stec[i].azel[1];
+        flag[stec[i].sat-1]=stec[i].flag;
+    }
+}
+/* get tropospheric correction -------------------------------------------------
+* get tropospheric correction from ppp correcion data
+* args   : pppcorr_t *corr  I   ppp correction data
+*          gtime_t time     I   time (GPST)
+*          double *pos      I   receiver position {lat,lon,heght} (rad,m)
+*          double *trp      O   tropos parameters {ztd,grade,gradn} (m)
+*          double *std      O   standard deviation (m)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
+                        double *trp, double *std)
+{
+     const double azel[]={0.0,PI/2.0};
+     double trp_s[3],std_s[3];
+     double var,wgt[3]={0},cof[3]={0},dist[MAXSTA],pos_s[MAXSTA][3];
+     int i,j,n,sta[MAXSTA];
+     
+     for (i=0;i<3;i++) trp[i]=std[i]=0.0;
+     
+     if (!(n=get_sta(corr,pos,MAX_DIST_TROP,sta,dist,pos_s))) return 0;
+     
+     for (i=0;i<n;i++) {
+         if (corr->nt[sta[i]]<=0) continue;
+         
+         /* get trop correction for a station */
+         get_trop_sta(time,corr->trop[sta[i]],corr->nt[sta[i]],trp_s,std_s);
+         
+         /* convert ztd to zwd */
+         trp_s[0]-=tropmodel(time,pos_s[i],azel,0.0);
+         
+         for (j=0;j<3;j++) {
+             var=SQR(std_s[j])+SQR(dist[i]*(j==0?STD_ZTD_DIST:STD_GRAD_DIST));
+             trp[j]+=trp_s[j]/dist[i];
+             wgt[j]+=1.0/dist[i];
+             cof[j]+=1.0/var;
+         }
+     }
+     if (wgt[0]==0.0) return 0;
+     
+     for (i=0;i<3;i++) {
+         trp[i]/=wgt[i];
+         std[i]=sqrt(1.0/cof[i]);
+     }
+     /* convert zwd to ztd */
+     trp[0]+=tropmodel(time,pos,azel,0.0);
+     return 1;
+}
+/* get ionospherec correction --------------------------------------------------
+* get ionospheric correction from ppp correction data
+* args   : pppcorr_t *corr  I   ppp correction data
+*          gtime_t time     I   time (GPST)
+*          double *pos      I   receiver ecef position {x,y,z} (m)
+*          double *ion      O   L1 slant ionos delay for each sat (MAXSAT x 1)
+*                               (ion[i]==0: no correction data)
+*          double *std      O   standard deviation (m)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
+                        double *ion, double *std)
+{
+     double ion_s[MAXSAT],std_s[MAXSAT],el_s[MAXSAT];
+     double var,wgt[MAXSAT]={0},cof[MAXSAT]={0},dist[MAXSTA],pos_s[MAXSTA][3];
+     int i,j,n,sta[MAXSTA],flag_s[MAXSTA];
+     
+     for (i=0;i<MAXSAT;i++) ion[i]=0.0;
+     
+     if (!(n=get_sta(corr,pos,MAX_DIST_STEC,sta,dist,pos_s))) return 0;
+     
+     for (i=0;i<n;i++) {
+         if (corr->ns[sta[i]]<=0) continue;
+         
+         for (j=0;j<MAXSAT;j++) ion_s[j]=std_s[j]=el_s[j]=0.0;
+         
+         /* get stec correction for a station */
+         get_stec_sta(time,corr->stec[sta[i]],corr->ns[sta[i]],ion_s,std_s,
+                      el_s,flag_s);
+         
+         for (j=0;j<MAXSAT;j++) {
+             if (ion_s[j]==0.0||el_s[j]<=0.0) continue;
+             var=SQR(std_s[j])+SQR(dist[i]*STD_VTEC_DIST/sin(el_s[j]));
+             ion[j]+=ion_s[j]/dist[i];
+             wgt[j]+=1.0/dist[i];
+             cof[j]+=1.0/var;
+         }
+     }
+     for (i=0;i<MAXSAT;i++) {
+         if (wgt[i]==0.0) continue;
+         ion[i]/=wgt[i];
+         std[i]=sqrt(1.0/cof[i]);
+     }
+     return 1;
+}
diff --git a/src/preceph.c b/src/preceph.c
new file mode 100644
index 0000000..9d4550f
--- /dev/null
+++ b/src/preceph.c
@@ -0,0 +1,754 @@
+/*------------------------------------------------------------------------------
+* preceph.c : precise ephemeris and clock functions
+*
+*          Copyright (C) 2007-2013 by T.TAKASU, All rights reserved.
+*
+* references :
+*     [1] S.Hilla, The Extended Standard Product 3 Orbit Format (SP3-c),
+*         12 February, 2007
+*     [2] J.Ray, W.Gurtner, RINEX Extensions to Handle Clock Information,
+*         27 August, 1998
+*     [3] D.D.McCarthy, IERS Technical Note 21, IERS Conventions 1996, July 1996
+*     [4] D.A.Vallado, Fundamentals of Astrodynamics and Applications 2nd ed,
+*         Space Technology Library, 2004
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2009/01/18 1.0  new
+*           2009/01/31 1.1  fix bug on numerical error to read sp3a ephemeris
+*           2009/05/15 1.2  support glonass,galileo,qzs
+*           2009/12/11 1.3  support wild-card expansion of file path
+*           2010/07/21 1.4  added api:
+*                               eci2ecef(),sunmoonpos(),peph2pos(),satantoff(),
+*                               readdcb()
+*                           changed api:
+*                               readsp3()
+*                           deleted api:
+*                               eph2posp()
+*           2010/09/09 1.5  fix problem when precise clock outage
+*           2011/01/23 1.6  support qzss satellite code
+*           2011/09/12 1.7  fix problem on precise clock outage
+*                           move sunmmonpos() to rtkcmn.c
+*           2011/12/01 1.8  modify api readsp3()
+*                           precede later ephemeris if ephemeris is NULL
+*                           move eci2ecef() to rtkcmn.c
+*           2013/05/08 1.9  fix bug on computing std-dev of precise clocks
+*           2013/11/20 1.10 modify option for api readsp3()
+*           2014/04/03 1.11 accept extenstion including sp3,eph,SP3,EPH
+*           2014/05/23 1.12 add function to read sp3 velocity records
+*                           change api: satantoff()
+*           2014/08/31 1.13 add member cov and vco in peph_t sturct
+*           2014/10/13 1.14 fix bug on clock error variance in peph2pos()
+*           2015/05/10 1.15 add api readfcb()
+*                           modify api readdcb()
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define SQR(x)      ((x)*(x))
+
+#define NMAX        10              /* order of polynomial interpolation */
+#define MAXDTE      900.0           /* max time difference to ephem time (s) */
+#define EXTERR_CLK  1E-3            /* extrapolation error for clock (m/s) */
+#define EXTERR_EPH  5E-7            /* extrapolation error for ephem (m/s^2) */
+
+/* satellite code to satellite system ----------------------------------------*/
+static int code2sys(char code)
+{
+    if (code=='G'||code==' ') return SYS_GPS;
+    if (code=='R') return SYS_GLO;
+    if (code=='E') return SYS_GAL; /* extension to sp3-c */
+    if (code=='J') return SYS_QZS; /* extension to sp3-c */
+    if (code=='C') return SYS_CMP; /* extension to sp3-c */
+    if (code=='L') return SYS_LEO; /* extension to sp3-c */
+    return SYS_NONE;
+}
+/* read sp3 header -----------------------------------------------------------*/
+static int readsp3h(FILE *fp, gtime_t *time, char *type, int *sats,
+                    double *bfact, char *tsys)
+{
+    int i,j,k=0,ns=0,sys,prn;
+    char buff[1024];
+    
+    trace(3,"readsp3h:\n");
+    
+    for (i=0;i<22;i++) {
+        if (!fgets(buff,sizeof(buff),fp)) break;
+        
+        if (i==0) {
+            *type=buff[2];
+            if (str2time(buff,3,28,time)) return 0;
+        }
+        else if (2<=i&&i<=6) {
+            if (i==2) {
+                ns=(int)str2num(buff,4,2);
+            }
+            for (j=0;j<17&&k<ns;j++) {
+                sys=code2sys(buff[9+3*j]);
+                prn=(int)str2num(buff,10+3*j,2);
+                if (k<MAXSAT) sats[k++]=satno(sys,prn);
+            }
+        }
+        else if (i==12) {
+            strncpy(tsys,buff+9,3); tsys[3]='\0';
+        }
+        else if (i==14) {
+            bfact[0]=str2num(buff, 3,10);
+            bfact[1]=str2num(buff,14,12);
+        }
+    }
+    return ns;
+}
+/* add precise ephemeris -----------------------------------------------------*/
+static int addpeph(nav_t *nav, peph_t *peph)
+{
+    peph_t *nav_peph;
+    
+    if (nav->ne>=nav->nemax) {
+        nav->nemax+=256;
+        if (!(nav_peph=(peph_t *)realloc(nav->peph,sizeof(peph_t)*nav->nemax))) {
+            trace(1,"readsp3b malloc error n=%d\n",nav->nemax);
+            free(nav->peph); nav->peph=NULL; nav->ne=nav->nemax=0;
+            return 0;
+        }
+        nav->peph=nav_peph;
+    }
+    nav->peph[nav->ne++]=*peph;
+    return 1;
+}
+/* read sp3 body -------------------------------------------------------------*/
+static void readsp3b(FILE *fp, char type, int *sats, int ns, double *bfact,
+                     char *tsys, int index, int opt, nav_t *nav)
+{
+    peph_t peph;
+    gtime_t time;
+    double val,std,base;
+    int i,j,sat,sys,prn,n=ns*(type=='P'?1:2),pred_o,pred_c,v;
+    char buff[1024];
+    
+    trace(3,"readsp3b: type=%c ns=%d index=%d opt=%d\n",type,ns,index,opt);
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (!strncmp(buff,"EOF",3)) break;
+        
+        if (buff[0]!='*'||str2time(buff,3,28,&time)) {
+            trace(2,"sp3 invalid epoch %31.31s\n",buff);
+            continue;
+        }
+        if (!strcmp(tsys,"UTC")) time=utc2gpst(time); /* utc->gpst */
+        peph.time =time;
+        peph.index=index;
+        
+        for (i=0;i<MAXSAT;i++) {
+            for (j=0;j<4;j++) {
+                peph.pos[i][j]=0.0;
+                peph.std[i][j]=0.0f;
+                peph.vel[i][j]=0.0;
+                peph.vst[i][j]=0.0f;
+            }
+            for (j=0;j<3;j++) {
+                peph.cov[i][j]=0.0f;
+                peph.vco[i][j]=0.0f;
+            }
+        }
+        for (i=pred_o=pred_c=v=0;i<n&&fgets(buff,sizeof(buff),fp);i++) {
+            
+            if (strlen(buff)<4||(buff[0]!='P'&&buff[0]!='V')) continue;
+            
+            sys=buff[1]==' '?SYS_GPS:code2sys(buff[1]);
+            prn=(int)str2num(buff,2,2);
+            if      (sys==SYS_SBS) prn+=100;
+            else if (sys==SYS_QZS) prn+=192; /* extension to sp3-c */
+            
+            if (!(sat=satno(sys,prn))) continue;
+            
+            if (buff[0]=='P') {
+                pred_c=strlen(buff)>=76&&buff[75]=='P';
+                pred_o=strlen(buff)>=80&&buff[79]=='P';
+            }
+            for (j=0;j<4;j++) {
+                
+                /* read option for predicted value */
+                if (j< 3&&(opt&1)&& pred_o) continue;
+                if (j< 3&&(opt&2)&&!pred_o) continue;
+                if (j==3&&(opt&1)&& pred_c) continue;
+                if (j==3&&(opt&2)&&!pred_c) continue;
+                
+                val=str2num(buff, 4+j*14,14);
+                std=str2num(buff,61+j* 3,j<3?2:3);
+                
+                if (buff[0]=='P') { /* position */
+                    if (val!=0.0&&fabs(val-999999.999999)>=1E-6) {
+                        peph.pos[sat-1][j]=val*(j<3?1000.0:1E-6);
+                        v=1; /* valid epoch */
+                    }
+                    if ((base=bfact[j<3?0:1])>0.0&&std>0.0) {
+                        peph.std[sat-1][j]=(float)(pow(base,std)*(j<3?1E-3:1E-12));
+                    }
+                }
+                else if (v) { /* velocity */
+                    if (val!=0.0&&fabs(val-999999.999999)>=1E-6) {
+                        peph.vel[sat-1][j]=val*(j<3?0.1:1E-10);
+                    }
+                    if ((base=bfact[j<3?0:1])>0.0&&std>0.0) {
+                        peph.vst[sat-1][j]=(float)(pow(base,std)*(j<3?1E-7:1E-16));
+                    }
+                }
+            }
+        }
+        if (v) {
+            if (!addpeph(nav,&peph)) return;
+        }
+    }
+}
+/* compare precise ephemeris -------------------------------------------------*/
+static int cmppeph(const void *p1, const void *p2)
+{
+    peph_t *q1=(peph_t *)p1,*q2=(peph_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    return tt<-1E-9?-1:(tt>1E-9?1:q1->index-q2->index);
+}
+/* combine precise ephemeris -------------------------------------------------*/
+static void combpeph(nav_t *nav, int opt)
+{
+    int i,j,k,m;
+    
+    trace(3,"combpeph: ne=%d\n",nav->ne);
+    
+    qsort(nav->peph,nav->ne,sizeof(peph_t),cmppeph);
+    
+    if (opt&4) return;
+    
+    for (i=0,j=1;j<nav->ne;j++) {
+        
+        if (fabs(timediff(nav->peph[i].time,nav->peph[j].time))<1E-9) {
+            
+            for (k=0;k<MAXSAT;k++) {
+                if (norm(nav->peph[j].pos[k],4)<=0.0) continue;
+                for (m=0;m<4;m++) nav->peph[i].pos[k][m]=nav->peph[j].pos[k][m];
+                for (m=0;m<4;m++) nav->peph[i].std[k][m]=nav->peph[j].std[k][m];
+                for (m=0;m<4;m++) nav->peph[i].vel[k][m]=nav->peph[j].vel[k][m];
+                for (m=0;m<4;m++) nav->peph[i].vst[k][m]=nav->peph[j].vst[k][m];
+            }
+        }
+        else if (++i<j) nav->peph[i]=nav->peph[j];
+    }
+    nav->ne=i+1;
+    
+    trace(4,"combpeph: ne=%d\n",nav->ne);
+}
+/* read sp3 precise ephemeris file ---------------------------------------------
+* read sp3 precise ephemeris/clock files and set them to navigation data
+* args   : char   *file       I   sp3-c precise ephemeris file
+*                                 (wind-card * is expanded)
+*          nav_t  *nav        IO  navigation data
+*          int    opt         I   options (1: only observed + 2: only predicted +
+*                                 4: not combined)
+* return : none
+* notes  : see ref [1]
+*          precise ephemeris is appended and combined
+*          nav->peph and nav->ne must by properly initialized before calling the
+*          function
+*          only files with extensions of .sp3, .SP3, .eph* and .EPH* are read
+*-----------------------------------------------------------------------------*/
+extern void readsp3(const char *file, nav_t *nav, int opt)
+{
+    FILE *fp;
+    gtime_t time={0};
+    double bfact[2]={0};
+    int i,j,n,ns,sats[MAXSAT]={0};
+    char *efiles[MAXEXFILE],*ext,type=' ',tsys[4]="";
+    
+    trace(3,"readpephs: file=%s\n",file);
+    
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return;
+        }
+    }
+    /* expand wild card in file path */
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=j=0;i<n;i++) {
+        if (!(ext=strrchr(efiles[i],'.'))) continue;
+        
+        if (!strstr(ext+1,"sp3")&&!strstr(ext+1,".SP3")&&
+            !strstr(ext+1,"eph")&&!strstr(ext+1,".EPH")) continue;
+        
+        if (!(fp=fopen(efiles[i],"r"))) {
+            trace(2,"sp3 file open error %s\n",efiles[i]);
+            continue;
+        }
+        /* read sp3 header */
+        ns=readsp3h(fp,&time,&type,sats,bfact,tsys);
+        
+        /* read sp3 body */
+        readsp3b(fp,type,sats,ns,bfact,tsys,j++,opt,nav);
+        
+        fclose(fp);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    /* combine precise ephemeris */
+    if (nav->ne>0) combpeph(nav,opt);
+}
+/* read satellite antenna parameters -------------------------------------------
+* read satellite antenna parameters
+* args   : char   *file       I   antenna parameter file
+*          gtime_t time       I   time
+*          nav_t  *nav        IO  navigation data
+* return : status (1:ok,0:error)
+* notes  : only support antex format for the antenna parameter file
+*-----------------------------------------------------------------------------*/
+extern int readsap(const char *file, gtime_t time, nav_t *nav)
+{
+    pcvs_t pcvs={0};
+    pcv_t pcv0={0},*pcv;
+    int i;
+    
+    trace(3,"readsap : file=%s time=%s\n",file,time_str(time,0));
+    
+    if (!readpcv(file,&pcvs)) return 0;
+    
+    for (i=0;i<MAXSAT;i++) {
+        pcv=searchpcv(i+1,"",time,&pcvs);
+        nav->pcvs[i]=pcv?*pcv:pcv0;
+    }
+    free(pcvs.pcv);
+    return 1;
+}
+/* read dcb parameters file --------------------------------------------------*/
+static int readdcbf(const char *file, nav_t *nav, const sta_t *sta)
+{
+    FILE *fp;
+    double cbias;
+    char buff[256],str1[32],str2[32]="";
+    int i,j,sat,type=0;
+    
+    trace(3,"readdcbf: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"dcb parameters file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if      (strstr(buff,"DIFFERENTIAL (P1-P2) CODE BIASES")) type=1;
+        else if (strstr(buff,"DIFFERENTIAL (P1-C1) CODE BIASES")) type=2;
+        else if (strstr(buff,"DIFFERENTIAL (P2-C2) CODE BIASES")) type=3;
+        
+        if (!type||sscanf(buff,"%31s %31s",str1,str2)<1) continue;
+        
+        if ((cbias=str2num(buff,26,9))==0.0) continue;
+        
+        if (sta&&(!strcmp(str1,"G")||!strcmp(str1,"R"))) { /* receiver dcb */
+            for (i=0;i<MAXRCV;i++) {
+                if (!strcmp(sta[i].name,str2)) break;
+            }
+            if (i<MAXRCV) {
+                j=!strcmp(str1,"G")?0:1;
+                nav->rbias[i][j][type-1]=cbias*1E-9*CLIGHT; /* ns -> m */
+            }
+        }
+        else if ((sat=satid2no(str1))) { /* satellite dcb */
+            nav->cbias[sat-1][type-1]=cbias*1E-9*CLIGHT; /* ns -> m */
+        }
+    }
+    fclose(fp);
+    
+    return 1;
+}
+/* read dcb parameters ---------------------------------------------------------
+* read differential code bias (dcb) parameters
+* args   : char   *file       I   dcb parameters file (wild-card * expanded)
+*          nav_t  *nav        IO  navigation data
+*          sta_t  *sta        I   station info data to inport receiver dcb
+*                                 (NULL: no use)
+* return : status (1:ok,0:error)
+* notes  : currently only p1-c1 bias of code *.dcb file
+*-----------------------------------------------------------------------------*/
+extern int readdcb(const char *file, nav_t *nav, const sta_t *sta)
+{
+    int i,j,n;
+    char *efiles[MAXEXFILE]={0};
+    
+    trace(3,"readdcb : file=%s\n",file);
+    
+    for (i=0;i<MAXSAT;i++) for (j=0;j<3;j++) {
+        nav->cbias[i][j]=0.0;
+    }
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return 0;
+        }
+    }
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=0;i<n;i++) {
+        readdcbf(efiles[i],nav,sta);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    return 1;
+}
+/* add satellite fcb ---------------------------------------------------------*/
+static int addfcb(nav_t *nav, gtime_t ts, gtime_t te, int sat,
+                  const double *bias, const double *std)
+{
+    fcbd_t *nav_fcb;
+    int i,j;
+    
+    if (nav->nf>0&&fabs(timediff(ts,nav->fcb[nav->nf-1].ts))<=1e-3) {
+        for (i=0;i<3;i++) {
+            nav->fcb[nav->nf-1].bias[sat-1][i]=bias[i];
+            nav->fcb[nav->nf-1].std [sat-1][i]=std [i];
+        }
+        return 1;
+    }
+    if (nav->nf>=nav->nfmax) {
+        nav->nfmax=nav->nfmax<=0?2048:nav->nfmax*2;
+        if (!(nav_fcb=(fcbd_t *)realloc(nav->fcb,sizeof(fcbd_t)*nav->nfmax))) {
+            free(nav->fcb); nav->nf=nav->nfmax=0;
+            return 0;
+        }
+        nav->fcb=nav_fcb;
+    }
+    for (i=0;i<MAXSAT;i++) for (j=0;j<3;j++) {
+        nav->fcb[nav->nf].bias[i][j]=nav->fcb[nav->nf].std[i][j]=0.0;
+    }
+    for (i=0;i<3;i++) {
+        nav->fcb[nav->nf].bias[sat-1][i]=bias[i];
+        nav->fcb[nav->nf].std [sat-1][i]=std [i];
+    }
+    nav->fcb[nav->nf  ].ts=ts;
+    nav->fcb[nav->nf++].te=te;
+    return 1;
+}
+/* read satellite fcb file ---------------------------------------------------*/
+static int readfcbf(const char *file, nav_t *nav)
+{
+    FILE *fp;
+    gtime_t ts,te;
+    double ep1[6],ep2[6],bias[3]={0},std[3]={0};
+    char buff[1024],str[32],*p;
+    int sat;
+    
+    trace(3,"readfcbf: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"fcb parameters file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        if (sscanf(buff,"%lf/%lf/%lf %lf:%lf:%lf %lf/%lf/%lf %lf:%lf:%lf %31s"
+                   "%lf %lf %lf %lf %lf %lf",ep1,ep1+1,ep1+2,ep1+3,ep1+4,ep1+5,
+                   ep2,ep2+1,ep2+2,ep2+3,ep2+4,ep2+5,str,bias,std,bias+1,std+1,
+                   bias+2,std+2)<17) continue;
+        if (!(sat=satid2no(str))) continue;
+        ts=epoch2time(ep1);
+        te=epoch2time(ep2);
+        if (!addfcb(nav,ts,te,sat,bias,std))
+        {
+            fclose(fp);
+            return 0;
+        };
+    }
+    fclose(fp);
+    return 1;
+}
+/* compare satellite fcb -----------------------------------------------------*/
+static int cmpfcb(const void *p1, const void *p2)
+{
+    fcbd_t *q1=(fcbd_t *)p1,*q2=(fcbd_t *)p2;
+    double tt=timediff(q1->ts,q2->ts);
+    return tt<-1E-3?-1:(tt>1E-3?1:0);
+}
+/* read satellite fcb data -----------------------------------------------------
+* read satellite fractional cycle bias (dcb) parameters
+* args   : char   *file       I   fcb parameters file (wild-card * expanded)
+*          nav_t  *nav        IO  navigation data
+* return : status (1:ok,0:error)
+* notes  : fcb data appended to navigation data
+*-----------------------------------------------------------------------------*/
+extern int readfcb(const char *file, nav_t *nav)
+{
+    char *efiles[MAXEXFILE]={0};
+    int i,n;
+    
+    trace(3,"readfcb : file=%s\n",file);
+    
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return 0;
+        }
+    }
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=0;i<n;i++) {
+        readfcbf(efiles[i],nav);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    if (nav->nf>1) {
+        qsort(nav->fcb,nav->nf,sizeof(fcbd_t),cmpfcb);
+    }
+    return 1;
+}
+/* polynomial interpolation by Neville's algorithm ---------------------------*/
+static double interppol(const double *x, double *y, int n)
+{
+    int i,j;
+    
+    for (j=1;j<n;j++) {
+        for (i=0;i<n-j;i++) {
+            y[i]=(x[i+j]*y[i]-x[i]*y[i+1])/(x[i+j]-x[i]);
+        }
+    }
+    return y[0];
+}
+/* satellite position by precise ephemeris -----------------------------------*/
+static int pephpos(gtime_t time, int sat, const nav_t *nav, double *rs,
+                   double *dts, double *vare, double *varc)
+{
+    double t[NMAX+1],p[3][NMAX+1],c[2],*pos,std=0.0,s[3],sinl,cosl;
+    int i,j,k,index;
+    
+    trace(4,"pephpos : time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    rs[0]=rs[1]=rs[2]=dts[0]=0.0;
+    
+    if (nav->ne<NMAX+1||
+        timediff(time,nav->peph[0].time)<-MAXDTE||
+        timediff(time,nav->peph[nav->ne-1].time)>MAXDTE) {
+        trace(3,"no prec ephem %s sat=%2d\n",time_str(time,0),sat);
+        return 0;
+    }
+    /* binary search */
+    for (i=0,j=nav->ne-1;i<j;) {
+        k=(i+j)/2;
+        if (timediff(nav->peph[k].time,time)<0.0) i=k+1; else j=k;
+    }
+    index=i<=0?0:i-1;
+    
+    /* polynomial interpolation for orbit */
+    i=index-(NMAX+1)/2;
+    if (i<0) i=0; else if (i+NMAX>=nav->ne) i=nav->ne-NMAX-1;
+    
+    for (j=0;j<=NMAX;j++) {
+        t[j]=timediff(nav->peph[i+j].time,time);
+        if (norm(nav->peph[i+j].pos[sat-1],3)<=0.0) {
+            trace(3,"prec ephem outage %s sat=%2d\n",time_str(time,0),sat);
+            return 0;
+        }
+    }
+    for (j=0;j<=NMAX;j++) {
+        pos=nav->peph[i+j].pos[sat-1];
+#if 0
+        p[0][j]=pos[0];
+        p[1][j]=pos[1];
+#else
+        /* correciton for earh rotation ver.2.4.0 */
+        sinl=sin(OMGE*t[j]);
+        cosl=cos(OMGE*t[j]);
+        p[0][j]=cosl*pos[0]-sinl*pos[1];
+        p[1][j]=sinl*pos[0]+cosl*pos[1];
+#endif
+        p[2][j]=pos[2];
+    }
+    for (i=0;i<3;i++) {
+        rs[i]=interppol(t,p[i],NMAX+1);
+    }
+    if (vare) {
+        for (i=0;i<3;i++) s[i]=nav->peph[index].std[sat-1][i];
+        std=norm(s,3);
+        
+        /* extrapolation error for orbit */
+        if      (t[0   ]>0.0) std+=EXTERR_EPH*SQR(t[0   ])/2.0;
+        else if (t[NMAX]<0.0) std+=EXTERR_EPH*SQR(t[NMAX])/2.0;
+        *vare=SQR(std);
+    }
+    /* linear interpolation for clock */
+    t[0]=timediff(time,nav->peph[index  ].time);
+    t[1]=timediff(time,nav->peph[index+1].time);
+    c[0]=nav->peph[index  ].pos[sat-1][3];
+    c[1]=nav->peph[index+1].pos[sat-1][3];
+    
+    if (t[0]<=0.0) {
+        if ((dts[0]=c[0])!=0.0) {
+            std=nav->peph[index].std[sat-1][3]*CLIGHT-EXTERR_CLK*t[0];
+        }
+    }
+    else if (t[1]>=0.0) {
+        if ((dts[0]=c[1])!=0.0) {
+            std=nav->peph[index+1].std[sat-1][3]*CLIGHT+EXTERR_CLK*t[1];
+        }
+    }
+    else if (c[0]!=0.0&&c[1]!=0.0) {
+        dts[0]=(c[1]*t[0]-c[0]*t[1])/(t[0]-t[1]);
+        i=t[0]<-t[1]?0:1;
+        std=nav->peph[index+i].std[sat-1][3]+EXTERR_CLK*fabs(t[i]);
+    }
+    else {
+        dts[0]=0.0;
+    }
+    if (varc) *varc=SQR(std);
+    return 1;
+}
+/* satellite clock by precise clock ------------------------------------------*/
+static int pephclk(gtime_t time, int sat, const nav_t *nav, double *dts,
+                   double *varc)
+{
+    double t[2],c[2],std;
+    int i,j,k,index;
+    
+    trace(4,"pephclk : time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    if (nav->nc<2||
+        timediff(time,nav->pclk[0].time)<-MAXDTE||
+        timediff(time,nav->pclk[nav->nc-1].time)>MAXDTE) {
+        trace(3,"no prec clock %s sat=%2d\n",time_str(time,0),sat);
+        return 1;
+    }
+    /* binary search */
+    for (i=0,j=nav->nc-1;i<j;) {
+        k=(i+j)/2;
+        if (timediff(nav->pclk[k].time,time)<0.0) i=k+1; else j=k;
+    }
+    index=i<=0?0:i-1;
+    
+    /* linear interpolation for clock */
+    t[0]=timediff(time,nav->pclk[index  ].time);
+    t[1]=timediff(time,nav->pclk[index+1].time);
+    c[0]=nav->pclk[index  ].clk[sat-1][0];
+    c[1]=nav->pclk[index+1].clk[sat-1][0];
+    
+    if (t[0]<=0.0) {
+        if ((dts[0]=c[0])==0.0) return 0;
+        std=nav->pclk[index].std[sat-1][0]*CLIGHT-EXTERR_CLK*t[0];
+    }
+    else if (t[1]>=0.0) {
+        if ((dts[0]=c[1])==0.0) return 0;
+        std=nav->pclk[index+1].std[sat-1][0]*CLIGHT+EXTERR_CLK*t[1];
+    }
+    else if (c[0]!=0.0&&c[1]!=0.0) {
+        dts[0]=(c[1]*t[0]-c[0]*t[1])/(t[0]-t[1]);
+        i=t[0]<-t[1]?0:1;
+        std=nav->pclk[index+i].std[sat-1][0]*CLIGHT+EXTERR_CLK*fabs(t[i]);
+    }
+    else {
+        trace(3,"prec clock outage %s sat=%2d\n",time_str(time,0),sat);
+        return 0;
+    }
+    if (varc) *varc=SQR(std);
+    return 1;
+}
+/* satellite antenna phase center offset ---------------------------------------
+* compute satellite antenna phase center offset in ecef
+* args   : gtime_t time       I   time (gpst)
+*          double *rs         I   satellite position and velocity (ecef)
+*                                 {x,y,z,vx,vy,vz} (m|m/s)
+*          int    sat         I   satellite number
+*          nav_t  *nav        I   navigation data
+*          double *dant       I   satellite antenna phase center offset (ecef)
+*                                 {dx,dy,dz} (m) (iono-free LC value)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void satantoff(gtime_t time, const double *rs, int sat, const nav_t *nav,
+                      double *dant)
+{
+    const double *lam=nav->lam[sat-1];
+    const pcv_t *pcv=nav->pcvs+sat-1;
+    double ex[3],ey[3],ez[3],es[3],r[3],rsun[3],gmst,erpv[5]={0};
+    double gamma,C1,C2,dant1,dant2;
+    int i,j=0,k=1;
+    
+    trace(4,"satantoff: time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    /* sun position in ecef */
+    sunmoonpos(gpst2utc(time),erpv,rsun,NULL,&gmst);
+    
+    /* unit vectors of satellite fixed coordinates */
+    for (i=0;i<3;i++) r[i]=-rs[i];
+    if (!normv3(r,ez)) return;
+    for (i=0;i<3;i++) r[i]=rsun[i]-rs[i];
+    if (!normv3(r,es)) return;
+    cross3(ez,es,r);
+    if (!normv3(r,ey)) return;
+    cross3(ey,ez,ex);
+    
+    if (NFREQ>=3&&(satsys(sat,NULL)&(SYS_GAL|SYS_SBS))) k=2;
+    
+    if (NFREQ<2||lam[j]==0.0||lam[k]==0.0) return;
+    
+    gamma=SQR(lam[k])/SQR(lam[j]);
+    C1=gamma/(gamma-1.0);
+    C2=-1.0 /(gamma-1.0);
+    
+    /* iono-free LC */
+    for (i=0;i<3;i++) {
+        dant1=pcv->off[j][0]*ex[i]+pcv->off[j][1]*ey[i]+pcv->off[j][2]*ez[i];
+        dant2=pcv->off[k][0]*ex[i]+pcv->off[k][1]*ey[i]+pcv->off[k][2]*ez[i];
+        dant[i]=C1*dant1+C2*dant2;
+    }
+}
+/* satellite position/clock by precise ephemeris/clock -------------------------
+* compute satellite position/clock with precise ephemeris/clock
+* args   : gtime_t time       I   time (gpst)
+*          int    sat         I   satellite number
+*          nav_t  *nav        I   navigation data
+*          int    opt         I   sat postion option
+*                                 (0: center of mass, 1: antenna phase center)
+*          double *rs         O   sat position and velocity (ecef)
+*                                 {x,y,z,vx,vy,vz} (m|m/s)
+*          double *dts        O   sat clock {bias,drift} (s|s/s)
+*          double *var        IO  sat position and clock error variance (m)
+*                                 (NULL: no output)
+* return : status (1:ok,0:error or data outage)
+* notes  : clock includes relativistic correction but does not contain code bias
+*          before calling the function, nav->peph, nav->ne, nav->pclk and
+*          nav->nc must be set by calling readsp3(), readrnx() or readrnxt()
+*          if precise clocks are not set, clocks in sp3 are used instead
+*-----------------------------------------------------------------------------*/
+extern int peph2pos(gtime_t time, int sat, const nav_t *nav, int opt,
+                    double *rs, double *dts, double *var)
+{
+    double rss[3],rst[3],dtss[1],dtst[1],dant[3]={0},vare=0.0,varc=0.0,tt=1E-3;
+    int i;
+    
+    trace(4,"peph2pos: time=%s sat=%2d opt=%d\n",time_str(time,3),sat,opt);
+    
+    if (sat<=0||MAXSAT<sat) return 0;
+    
+    /* satellite position and clock bias */
+    if (!pephpos(time,sat,nav,rss,dtss,&vare,&varc)||
+        !pephclk(time,sat,nav,dtss,&varc)) return 0;
+    
+    time=timeadd(time,tt);
+    if (!pephpos(time,sat,nav,rst,dtst,NULL,NULL)||
+        !pephclk(time,sat,nav,dtst,NULL)) return 0;
+    
+    /* satellite antenna offset correction */
+    if (opt) {
+        satantoff(time,rss,sat,nav,dant);
+    }
+    for (i=0;i<3;i++) {
+        rs[i  ]=rss[i]+dant[i];
+        rs[i+3]=(rst[i]-rss[i])/tt;
+    }
+    /* relativistic effect correction */
+    if (dtss[0]!=0.0) {
+        dts[0]=dtss[0]-2.0*dot(rs,rs+3,3)/CLIGHT/CLIGHT;
+        dts[1]=(dtst[0]-dtss[0])/tt;
+    }
+    else { /* no precise clock */
+        dts[0]=dts[1]=0.0;
+    }
+    if (var) *var=vare+varc;
+    
+    return 1;
+}
diff --git a/src/qzslex.c b/src/qzslex.c
new file mode 100644
index 0000000..4039111
--- /dev/null
+++ b/src/qzslex.c
@@ -0,0 +1,671 @@
+/*------------------------------------------------------------------------------
+* qzslex.c : qzss lex functions
+*
+* references :
+*     [1] IS-QZSS v.1.1, Quasi-Zenith Satellite System Navigation Service
+*         Interface Specification for QZSS, Japan Aerospace Exploration Agency,
+*         July 31, 2009
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2011/05/27 1.0  new
+*           2011/07/01 1.1  support 24bytes header format for lexconvbin()
+*           2013/03/27 1.2  support message type 12
+*           2013/05/11 1.3  fix bugs on decoding message type 12
+*           2013/09/01 1.4  consolidate mt 12 handling codes provided by T.O.
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define LEXFRMLEN       2000            /* lex frame length (bits) */
+#define LEXHDRLEN       49              /* lex header length (bits) */
+#define LEXRSLEN        256             /* lex reed solomon length (bits) */
+#define LEXFRMPREAMB    0x1ACFFC1Du     /* lex frame preamble */
+#define LEXEPHMAXAGE    360.0           /* max age of lex ephemeris (s) */
+#define LEXIONMAXAGE    3600.0          /* max age of lex ionos correction (s) */
+#define RTCM3PREAMB     0xD3            /* rtcm ver.3 frame preamble */
+
+#define LEXHEADLEN      24              /* lex binary header length (bytes) */
+
+/* ura value -----------------------------------------------------------------*/
+static double vareph(int ura)
+{
+    const double uraval[]={
+        0.08,0.11,0.15,0.21,0.30,0.43,0.60,0.85,1.20,1.70,2.40,3.40,4.85,6.85,
+        9.65,9.65
+    };
+    if (ura<0||15<ura) ura=15;
+    return uraval[ura];
+}
+/* get signed 33bit field ----------------------------------------------------*/
+static double getbits_33(const unsigned char *buff, int pos)
+{
+    return (double)getbits(buff,pos,32)*2.0+getbitu(buff,pos+32,1);
+}
+/* decode tof and toe field (ref [1] 5.7.2.2.1.1) ----------------------------*/
+static int decode_lextof(const unsigned char *buff, int i, gtime_t *tof,
+                         gtime_t *toe)
+{
+    double tt,toes;
+    int tow,week;
+    char s1[64],s2[64];
+    
+    trace(3,"decode_lextof:\n");
+    
+    tow =getbitu(buff,i,20);      i+=20;
+    week=getbitu(buff,i,13);      i+=13;
+    toes=getbitu(buff,i,16)*15.0; i+=16;
+    *tof=gpst2time(week,tow);
+    *toe=gpst2time(week,toes);
+    
+    trace(3,"decode_lextof: tow=%d week=%d toe=%d\n",tow,week,toes);
+    
+    tt=timediff(*toe,*tof);
+    if      (tt<-302400.0) *toe=timeadd(*toe, 604800.0);
+    else if (tt> 302400.0) *toe=timeadd(*toe,-604800.0);
+    
+    time2str(*tof,s1,3);
+    time2str(*toe,s2,3);
+    trace(4,"decode_lextof: tof=%s toe=%s\n",s1,s2);
+    return i;
+}
+/* decode signal health field (ref [1] 5.7.2.2.1.1) --------------------------*/
+static int decode_lexhealth(const unsigned char *buff, int i, gtime_t tof,
+                            nav_t *nav)
+{
+    int j,sat;
+    unsigned char health;
+    
+    trace(3,"decode_lexhealth: tof=%s\n",time_str(tof,0));
+    
+    for (j=0;j<35;j++) {
+        health=getbitu(buff,i,5); i+= 5;
+        
+        if (j<3) sat=satno(SYS_QZS,j+193);
+        else     sat=satno(SYS_GPS,j-2);
+        if (!sat) continue;
+        
+        nav->lexeph[sat-1].tof=tof;
+        nav->lexeph[sat-1].health=health;
+        
+        trace(4,"sat=%2d health=%d\n",sat,health);
+    }
+    return i;
+}
+/* decode ephemeris and sv clock field (ref [1] 5.7.2.2.1.2) -----------------*/
+static int decode_lexeph(const unsigned char *buff, int i, gtime_t toe,
+                         nav_t *nav)
+{
+    lexeph_t eph={{0}};
+    gtime_t tof;
+    unsigned char health;
+    int j,prn,sat;
+    
+    trace(3,"decode_lexeph: toe=%s\n",time_str(toe,0));
+    
+    prn        =getbitu(buff,i, 8);       i+= 8;
+    eph.ura    =getbitu(buff,i, 4);       i+= 4;
+    eph.pos [0]=getbits_33(buff,i)*P2_6;  i+=33;
+    eph.pos [1]=getbits_33(buff,i)*P2_6;  i+=33;
+    eph.pos [2]=getbits_33(buff,i)*P2_6;  i+=33;
+    eph.vel [0]=getbits(buff,i,28)*P2_15; i+=28;
+    eph.vel [1]=getbits(buff,i,28)*P2_15; i+=28;
+    eph.vel [2]=getbits(buff,i,28)*P2_15; i+=28;
+    eph.acc [0]=getbits(buff,i,24)*P2_24; i+=24;
+    eph.acc [1]=getbits(buff,i,24)*P2_24; i+=24;
+    eph.acc [2]=getbits(buff,i,24)*P2_24; i+=24;
+    eph.jerk[0]=getbits(buff,i,20)*P2_32; i+=20;
+    eph.jerk[1]=getbits(buff,i,20)*P2_32; i+=20;
+    eph.jerk[2]=getbits(buff,i,20)*P2_32; i+=20;
+    eph.af0    =getbits(buff,i,26)*P2_35; i+=26;
+    eph.af1    =getbits(buff,i,20)*P2_48; i+=20;
+    eph.tgd    =getbits(buff,i,13)*P2_35; i+=13;
+    for (j=0;j<7;j++) {
+        eph.isc[j]=getbits(buff,i,13)*P2_35; i+=13;
+    }
+    if (prn==255) return i; /* no satellite */
+    
+    if      (  1<=prn&&prn<= 32) sat=satno(SYS_GPS,prn);
+    else if (193<=prn&&prn<=195) sat=satno(SYS_QZS,prn);
+    else {
+        trace(2,"lex ephemeris prn error prn=%d\n",prn);
+        return i;
+    }
+    eph.toe=toe;
+    eph.sat=sat;
+    tof   =nav->lexeph[sat-1].tof;
+    health=nav->lexeph[sat-1].health;
+    nav->lexeph[sat-1]=eph;
+    nav->lexeph[sat-1].tof   =tof;
+    nav->lexeph[sat-1].health=health;
+    
+    trace(4,"sat=%2d toe=%s pos=%.3f %.3f %.3f vel=%.5f %.5f %.5f\n",
+          sat,time_str(toe,0),eph.pos[0],eph.pos[1],eph.pos[2],
+          eph.vel[0],eph.vel[1],eph.vel[2]);
+    trace(4,"clk=%11.3f %8.5f tgd=%7.3f\n",eph.af0*1E9,eph.af1*1E9,
+          eph.tgd*1E9);
+    trace(4,"isc=%6.3f %6.3f %6.3f %6.3f %6.3f %6.3f %6.3f\n",
+          eph.isc[0]*1E9,eph.isc[1]*1E9,eph.isc[2]*1E9,eph.isc[3]*1E9,
+          eph.isc[4]*1E9,eph.isc[5]*1E9,eph.isc[6]*1E9);
+    return i;
+}
+/* decode ionosphere correction field (ref [1] 5.7.2.2.1.3) ------------------*/
+static int decode_lexion(const unsigned char *buff, int i, gtime_t tof,
+                         nav_t *nav)
+{
+    lexion_t ion={{0}};
+    int tow,week;
+    
+    trace(3,"decode_lexion: tof=%s\n",time_str(tof,0));
+    
+    tow=getbitu(buff,i,20); i+=20;
+    
+    if (tow==0xFFFFF) { /* correction not available */
+        return i+192;
+    }
+    week=getbitu(buff,i,13); i+=13;
+    ion.t0=gpst2time(week,tow);
+    ion.tspan     =getbitu(buff,i, 8)*60.0; i+= 8; /* time span (s) */
+    ion.pos0[0]   =getbits(buff,i,19)*1E-5; i+=19; /* latitude  (rad) */
+    ion.pos0[1]   =getbits(buff,i,20)*1E-5; i+=20; /* longitude (rad) */
+    ion.coef[0][0]=getbits(buff,i,22)*1E-3; i+=22;
+    ion.coef[1][0]=getbits(buff,i,22)*1E-2; i+=22;
+    ion.coef[2][0]=getbits(buff,i,22)*1E-2; i+=22;
+    ion.coef[0][1]=getbits(buff,i,22)*1E-2; i+=22;
+    ion.coef[1][1]=getbits(buff,i,22)*1E-2; i+=22;
+    ion.coef[2][1]=getbits(buff,i,22)*1E-1; i+=22;
+    nav->lexion=ion;
+    
+    trace(4,"t0=%s tspan=%.0f pos0=%.1f %.1f coef=%.3f %.3f %.3f %.3f %.3f %.3f\n",
+          time_str(ion.t0,0),ion.tspan,ion.pos0[0]*R2D,ion.pos0[1]*R2D,
+          ion.coef[0][0],ion.coef[1][0],ion.coef[2][0],ion.coef[0][1],
+          ion.coef[1][1],ion.coef[2][1]);
+    return i;
+}
+/* decode type 10: ephemeris data and clock (ref [1] 5.7.2.2.1,1) ------------*/
+static int decode_lextype10(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
+{
+    gtime_t toe;
+    int i=0,j;
+    
+    trace(3,"decode_lextype10:\n");
+    
+    /* decode tof and toe field */
+    i=decode_lextof(msg->msg,i,tof,&toe);
+    
+    /* decode signal health field */
+    i=decode_lexhealth(msg->msg,i,*tof,nav);
+    
+    /* decode ephemeris and sv clock field */
+    for (j=0;j<3;j++) {
+        i=decode_lexeph(msg->msg,i,toe,nav);
+    }
+    return 1;
+}
+/* decode type 11: ephemeris data and clock (ref [1] 5.7.2.2.1,1) ------------*/
+static int decode_lextype11(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
+{
+    gtime_t toe;
+    int i=0,j;
+    
+    trace(3,"decode_lextype11:\n");
+    
+    /* decode tof and toe field */
+    i=decode_lextof(msg->msg,i,tof,&toe);
+    
+    /* decode signal health field */
+    i=decode_lexhealth(msg->msg,i,*tof,nav);
+    
+    /* decode ephemeris and sv clock field */
+    for (j=0;j<2;j++) {
+        i=decode_lexeph(msg->msg,i,toe,nav);
+    }
+    /* decode ionosphere correction field */
+    decode_lexion(msg->msg,i,*tof,nav);
+    
+    return 1;
+}
+/* convert lex type 12 to rtcm ssr message -----------------------------------*/
+static int lex2rtcm(const unsigned char *msg, int i, unsigned char *buff)
+{
+    unsigned int crc;
+    int j,ns,type,n=0;
+    
+    if (i+12>=LEXFRMLEN-LEXHDRLEN-LEXRSLEN) return 0;
+    
+    switch ((type=getbitu(msg,i,12))) {
+        
+        case 1057: ns=getbitu(msg,i+62,6); n=68+ns*135; break; /* gps */
+        case 1058: ns=getbitu(msg,i+61,6); n=67+ns* 76; break;
+        case 1059: ns=getbitu(msg,i+61,6); n=67;
+                   for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
+        case 1060: ns=getbitu(msg,i+62,6); n=68+ns*205; break;
+        case 1061: ns=getbitu(msg,i+61,6); n=67+ns* 12; break;
+        case 1062: ns=getbitu(msg,i+61,6); n=67+ns* 28; break;
+        case 1063: ns=getbitu(msg,i+59,6); n=65+ns*134; break; /* glonass */
+        case 1064: ns=getbitu(msg,i+58,6); n=64+ns* 75; break;
+        case 1065: ns=getbitu(msg,i+58,6); n=64;
+                   for (j=0;j<ns;j++) n+=10+getbitu(msg,i+n+5,5)*19; break;
+        case 1066: ns=getbitu(msg,i+59,6); n=65+ns*204; break;
+        case 1067: ns=getbitu(msg,i+58,6); n=64+ns* 11; break;
+        case 1068: ns=getbitu(msg,i+58,6); n=64+ns* 27; break;
+        case 1240: ns=getbitu(msg,i+62,6); n=68+ns*135; break; /* galileo */
+        case 1241: ns=getbitu(msg,i+61,6); n=67+ns* 76; break;
+        case 1242: ns=getbitu(msg,i+61,6); n=67;
+                   for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
+        case 1243: ns=getbitu(msg,i+62,6); n=68+ns*205; break;
+        case 1244: ns=getbitu(msg,i+61,6); n=67+ns* 12; break;
+        case 1245: ns=getbitu(msg,i+61,6); n=67+ns* 28; break;
+        case 1246: ns=getbitu(msg,i+62,4); n=66+ns*133; break; /* qzss */
+        case 1247: ns=getbitu(msg,i+61,4); n=65+ns* 74; break;
+        case 1248: ns=getbitu(msg,i+61,4); n=65;
+                   for (j=0;j<ns;j++) n+=9+getbitu(msg,i+n+4,5)*19; break;
+        case 1249: ns=getbitu(msg,i+62,4); n=66+ns*203; break;
+        case 1250: ns=getbitu(msg,i+61,4); n=65+ns* 10; break;
+        case 1251: ns=getbitu(msg,i+61,4); n=65+ns* 26; break;
+        default:
+            if (type) trace(2,"lex 12: unsupported type=%4d\n",type);
+            return 0;
+    }
+    n=(n+7)/8; /* message length (bytes) */
+    
+    if (i+n*8>LEXFRMLEN-LEXRSLEN) {
+        trace(2,"lex 12: invalid ssr size: len=%4d\n",n);
+        return 0;
+    }
+    /* save rtcm message to buffer */
+    setbitu(buff, 0, 8,RTCM3PREAMB);
+    setbitu(buff, 8, 6,0);
+    setbitu(buff,14,10,n);
+    for (j=0;j<n;j++) {
+        buff[j+3]=getbitu(msg,i+j*8,8);
+    }
+    crc=rtk_crc24q(buff,3+n);
+    setbitu(buff,24+n*8,24,crc);
+    return n;
+}
+/* decode type 12: madoca orbit and clock correction -------------------------*/
+static int decode_lextype12(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
+{
+    static rtcm_t stock_rtcm={0};
+    rtcm_t rtcm={0};
+    double tow;
+    unsigned char buff[1200];
+    int i=0,j,k,l,n,week;
+    
+    trace(3,"decode_lextype12:\n");
+    
+    tow =getbitu(msg->msg,i,20); i+=20;
+    week=getbitu(msg->msg,i,13); i+=13;
+    *tof=gpst2time(week,tow);
+    
+    /* copy rtcm ssr corrections */
+    for (k=0;k<MAXSAT;k++) {
+        rtcm.ssr[k]=nav->ssr[k];
+        rtcm.ssr[k].update=0;
+    }
+    /* convert lex type 12 to rtcm ssr message */
+    while ((n=lex2rtcm(msg->msg,i,buff))) {
+        
+        rtcm.time=*tof;
+        
+        for (j=0;j<n+6;j++) {
+            
+            /* input rtcm ssr message */
+            if (input_rtcm3(&rtcm,buff[j])==-1) continue;
+            
+            /* update ssr corrections in nav data */
+            for (k=0;k<MAXSAT;k++) {
+                if (!rtcm.ssr[k].update) continue;
+                
+                rtcm.ssr[k].update=0;
+                
+                if (rtcm.ssr[k].t0[3].time){      /* ura */
+                    stock_rtcm.ssr[k].t0[3]=rtcm.ssr[k].t0[3];
+                    stock_rtcm.ssr[k].udi[3]=rtcm.ssr[k].udi[3];
+                    stock_rtcm.ssr[k].iod[3]=rtcm.ssr[k].iod[3];
+                    stock_rtcm.ssr[k].ura=rtcm.ssr[k].ura;
+                }
+                if (rtcm.ssr[k].t0[2].time){      /* hr-clock correction*/
+                    
+                    /* convert hr-clock correction to clock correction*/
+                    stock_rtcm.ssr[k].t0[1]=rtcm.ssr[k].t0[2];
+                    stock_rtcm.ssr[k].udi[1]=rtcm.ssr[k].udi[2];
+                    stock_rtcm.ssr[k].iod[1]=rtcm.ssr[k].iod[2];
+                    stock_rtcm.ssr[k].dclk[0]=rtcm.ssr[k].hrclk;
+                    stock_rtcm.ssr[k].dclk[1]=stock_rtcm.ssr[k].dclk[2]=0.0;
+                    
+                    /* activate orbit correction(60.0s is tentative) */
+                    if((stock_rtcm.ssr[k].iod[0]==rtcm.ssr[k].iod[2]) &&
+                       (timediff(stock_rtcm.ssr[k].t0[0],rtcm.ssr[k].t0[2]) < 60.0)){
+                        rtcm.ssr[k] = stock_rtcm.ssr[k];
+                    }
+                    else continue; /* not apply */
+                }
+                else if (rtcm.ssr[k].t0[0].time){ /* orbit correction*/
+                    stock_rtcm.ssr[k].t0[0]=rtcm.ssr[k].t0[0];
+                    stock_rtcm.ssr[k].udi[0]=rtcm.ssr[k].udi[0];
+                    stock_rtcm.ssr[k].iod[0]=rtcm.ssr[k].iod[0];
+                    for (l=0;l<3;l++) {
+                        stock_rtcm.ssr[k].deph [l]=rtcm.ssr[k].deph [l];
+                        stock_rtcm.ssr[k].ddeph[l]=rtcm.ssr[k].ddeph[l];
+                    }
+                    stock_rtcm.ssr[k].iode=rtcm.ssr[k].iode;
+                    stock_rtcm.ssr[k].refd=rtcm.ssr[k].refd;
+                    
+                    /* activate clock correction(60.0s is tentative) */
+                    if((stock_rtcm.ssr[k].iod[1]==rtcm.ssr[k].iod[0]) &&
+                      (timediff(stock_rtcm.ssr[k].t0[1],rtcm.ssr[k].t0[0]) < 60.0)){
+                        rtcm.ssr[k] = stock_rtcm.ssr[k];
+                    }
+                    else continue; /* not apply */
+                }
+                /* apply */
+                nav->ssr[k]=rtcm.ssr[k];
+            }
+        }
+        i+=n*8;
+    }
+    return 1;
+}
+/* decode type 20: gsi experiment message (ref [1] 5.7.2.2.2) ----------------*/
+static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
+{
+    trace(3,"decode_lextype20:\n");
+    
+    return 0; /* not supported */
+}
+/* update lex corrections ------------------------------------------------------
+* update lex correction parameters in navigation data with a lex message
+* args   : lexmsg_t *msg    I   lex message
+*          nav_t    *nav    IO  navigation data
+*          gtime_t  *tof    O   time of frame
+* return : status (1:ok,0:error or not supported type)
+*-----------------------------------------------------------------------------*/
+extern int lexupdatecorr(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
+{
+    trace(3,"lexupdatecorr: type=%d\n",msg->type);
+    
+    switch (msg->type) {
+        case 10: return decode_lextype10(msg,nav,tof); /* jaxa */
+        case 11: return decode_lextype11(msg,nav,tof); /* jaxa */
+        case 12: return decode_lextype12(msg,nav,tof); /* jaxa */
+        case 20: return decode_lextype20(msg,nav,tof); /* gsi */
+    }
+    trace(2,"unsupported lex message: type=%2d\n",msg->type);
+    return 0;
+}
+/* read qzss lex message log file ----------------------------------------------
+* read sbas message file
+* args   : char     *file   I   qzss lex message file
+*          int      sel     I   qzss lex satellite prn number selection (0:all)
+*          qzslex_t *lex    IO  qzss lex messages
+* return : status (1:ok,0:error)
+* notes  : only input file with extension .lex or .LEX.
+*-----------------------------------------------------------------------------*/
+extern int lexreadmsg(const char *file, int sel, lex_t *lex)
+{
+    lexmsg_t *lex_msgs;
+    int i,prn,type,alert;
+    unsigned int b;
+    char buff[1024],*p;
+    FILE *fp;
+    
+    trace(3,"readmsgs: file=%s sel=%d\n",file,sel);
+    
+    if (!(p=strrchr(file,'.'))||(strcmp(p,".lex")&&strcmp(p,".LEX"))) return 0;
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"lex message log open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (sscanf(buff,"%d %d %d",&prn,&type,&alert)==3&&(p=strstr(buff,": "))) {
+            p+=2;
+        }
+        else {
+            trace(2,"invalid lex log: %s\n",buff);
+            continue;
+        }
+        if (sel!=0&&sel!=prn) continue;
+        
+        if (lex->n>=lex->nmax) {
+            lex->nmax=lex->nmax==0?1024:lex->nmax*2;
+            if (!(lex_msgs=(lexmsg_t *)realloc(lex->msgs,lex->nmax*sizeof(lexmsg_t)))) {
+                trace(1,"lexreadmsg malloc error: nmax=%d\n",lex->nmax);
+                free(lex->msgs); lex->msgs=NULL; lex->n=lex->nmax=0;
+                fclose(fp);
+                return 0;
+            }
+            lex->msgs=lex_msgs;
+        }
+        lex->msgs[lex->n].prn  =prn;
+        lex->msgs[lex->n].type =type;
+        lex->msgs[lex->n].alert=alert;
+        for (i=0;i<212;i++) lex->msgs[lex->n].msg[i]=0;
+        for (i=0;*(p-1)&&*p&&i<212;p+=2,i++) {
+            if (sscanf(p,"%2X",&b)==1) lex->msgs[lex->n].msg[i]=(unsigned char)b;
+        }
+        lex->n++;
+    }
+    fclose(fp);
+    
+    return 1;
+}
+/* output lex messages ---------------------------------------------------------
+* output lex message record to output file in rtklib lex log format
+* args   : FILE   *fp       I   output file pointer
+*          lexmsg_t *lexmsg I   lex messages
+* return : none
+* notes  : see ref [1] 5.7.2.1
+*-----------------------------------------------------------------------------*/
+extern void lexoutmsg(FILE *fp, const lexmsg_t *msg)
+{
+    int i;
+    
+    trace(4,"lexoutmsg:\n");
+    
+    fprintf(fp,"%3d %2d %1d : ",msg->prn,msg->type,msg->alert);
+    for (i=0;i<212;i++) fprintf(fp,"%02X",msg->msg[i]);
+    fprintf(fp,"\n");
+}
+/* convert lex binary file to lex message log ----------------------------------
+* convert lex binary file to lex message log
+* args   : int    type      I   output type (0:all)
+*          int    format    I   lex binary format (0:no-headr,1:with-header)
+*          char   *infile   I   input file
+*          char   *outfile  I   output file
+* return : status (1:ok,0:no correction)
+* notes  : see ref [1] 5.7.2.1
+*-----------------------------------------------------------------------------*/
+extern int lexconvbin(int type, int format, const char *infile,
+                      const char *outfile)
+{
+    FILE *ifp,*ofp;
+    lexmsg_t msg;
+    unsigned int preamb;
+    unsigned char buff[LEXHEADLEN+LEXFRMLEN/8];
+    int i,j,n=0;
+    size_t len=(format?LEXHEADLEN:0)+LEXFRMLEN/8;
+    
+    trace(3,"lexconvbin:type=%d infile=%s outfile=%s\n",type,infile,outfile);
+    
+    if (!(ifp=fopen(infile,"rb"))) {
+        trace(1,"lexconvbin infile open error: %s\n",infile);
+        return 0;
+    }
+    if (!(ofp=fopen(outfile,"w"))) {
+        trace(1,"lexconvbin outfile open error: %s\n",outfile);
+        fclose(ifp);
+        return 0;
+    }
+    while (fread(buff,1,len,ifp)==len) {
+        i=format?LEXHEADLEN*8:0;
+        preamb   =getbitu(buff,i,32); i+=32;
+        msg.prn  =getbitu(buff,i, 8); i+= 8;
+        msg.type =getbitu(buff,i, 8); i+= 8;
+        msg.alert=getbitu(buff,i, 1); i+= 1;
+        if (preamb!=LEXFRMPREAMB) {
+            trace(1,"lex frame preamble error: preamb=%08X\n",preamb);
+            continue;
+        }
+        for (j=0;j<212;j++) {
+            msg.msg[j]=(unsigned char)getbitu(buff,i,8); i+=8;
+        }
+        msg.msg[211]&=0xFE;
+        
+        fprintf(stderr,"frame=%5d prn=%d type=%d alert=%d\r",++n,msg.prn,
+                msg.type,msg.alert);
+        
+        if (type==0||type==msg.type) {
+            lexoutmsg(ofp,&msg);
+        }
+    }
+    fclose(ifp);
+    fclose(ofp);
+    fprintf(stderr,"\n");
+    return 1;
+}
+/* lex satellite ephemeris and clock correction -------------------------------
+* satellite position by lex ephemeris
+* args   : gtime_t time     I   time (gpst)
+*          int    sat       I   satellite
+*          nav_t  *nav      I   navigation data
+*          double *rs       O   satellite position and velocity
+*                               {x,y,z,vx,vy,vz} (ecef) (m|m/s)
+*          double *dts      O   satellite clock {bias,drift} (s|s/s)
+*          double *var      O   satellite position and clock variance (m^2)
+* return : status (1:ok,0:no correction)
+* notes  : see ref [1] 5.7.2.2.1.2
+*          before calling the function, call lexupdatecorr() to set lex 
+*          corrections to navigation data
+*          dts includes relativistic effect correction
+*          dts does not include code bias correction
+*-----------------------------------------------------------------------------*/
+extern int lexeph2pos(gtime_t time, int sat, const nav_t *nav, double *rs,
+                      double *dts, double *var)
+{
+    const lexeph_t *eph;
+    double t,t2,t3;
+    int i;
+    
+    trace(3,"lexsatpos: time=%s sat=%2d\n",time_str(time,3),sat);
+    
+    if (!sat) return 0;
+    
+    eph=nav->lexeph+sat-1;
+    
+    if (eph->sat!=sat||eph->toe.time==0) {
+         trace(2,"no lex ephemeris: time=%s sat=%2d\n",time_str(time,0),sat);
+         return 0;
+    }
+    if (fabs(t=timediff(time,eph->toe))>LEXEPHMAXAGE) {
+         trace(2,"lex ephemeris age error: time=%s sat=%2d t=%.3f\n",
+               time_str(time,0),sat,t);
+         return 0;
+    }
+#if 0
+    if (eph->health&0x18) {
+         trace(2,"lex ephemeris unhealthy: sat=%2d health=0x%02X\n",sat,eph->health);
+         return 0;
+    }
+#endif
+    t2=t*t/2.0; t3=t2*t/3.0;
+    for (i=0;i<3;i++) {
+        rs[  i]=eph->pos[i]+eph->vel[i]*t+eph->acc [i]*t2+eph->jerk[i]*t3;
+        rs[i+3]=eph->vel[i]+eph->acc[i]*t+eph->jerk[i]*t2;
+    }
+    dts[0]=eph->af0+eph->af1*t;
+    dts[1]=eph->af1;
+    
+    /* relativistic effect correction */
+    dts[0]-=2.0*dot(rs,rs+3,3)/CLIGHT/CLIGHT;
+    
+    *var=vareph(eph->ura);
+    return 1;
+}
+/* lex ionosphere correction --------------------------------------------------
+* ionosphere correction by lex correction
+* args   : gtime_t  time    I   time
+*          nav_t    *nav    I   navigation data
+*          double   *pos    I   receiver position {lat,lon,height} (rad/m)
+*          double   *azel   I   satellite azimuth/elavation angle (rad)
+*          double   *delay  O   slant ionospheric delay (L1) (m)
+*          double   *var    O   variance of ionospheric delay (m^2)
+* return : status (1:ok, 0:no correction)
+* notes  : see ref [1] 5.7.2.2.1.3
+*          before calling the function, call lexupdatecorr() to set lex 
+*          corrections to navigation data
+*-----------------------------------------------------------------------------*/
+extern int lexioncorr(gtime_t time, const nav_t *nav, const double *pos,
+                      const double *azel, double *delay, double *var)
+{
+    const double re=6378.137,hion=350.0;
+#if 0
+    const double dl1=(141.0-129.0)/(45.5-34.7);
+    const double dl2=(129.0-126.7)/(34.7-26.0);
+#endif
+    double tt,sinlat,coslat,sinaz,cosaz,cosel,rp,ap,sinap,cosap,latpp,lonpp;
+    double dlat,dlon,Enm,F;
+    int n,m;
+    
+    trace(4,"lexioncorr: time=%s pos=%.3f %.3f azel=%.3f %.3f\n",time_str(time,3),
+          pos[0]*R2D,pos[1]*R2D,azel[0]*R2D,azel[1]*R2D);
+    
+    *delay=*var=0.0;
+    
+    if (pos[2]<-100.0||azel[1]<=0.0) return 1;
+    
+    tt=timediff(time,nav->lexion.t0);
+    
+    /* check time span */
+    if (fabs(tt)>nav->lexion.tspan) {
+        trace(2,"lex iono age error: tt=%.0f tspan=%.0f\n",tt,nav->lexion.tspan);
+        return 0;
+    }
+    /* check user position range (ref [1] 4.1.5) */
+#if 0
+    if (pos[0]> 45.5*D2R||pos[0]< 26.0*D2R||
+        pos[1]>146.0*D2R||
+        pos[1]<129.0*D2R+dl1*(pos[0]-34.7*D2R)||
+        pos[1]<126.7*D2R+dl2*(pos[0]-26.0*D2R)) {
+        trace(2,"lex iono out of coverage pos=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D);
+        return 0;
+    }
+#endif
+    /* ionospheric pierce point position */
+    sinlat=sin(pos[0]);
+    coslat=cos(pos[0]);
+    sinaz=sin(azel[0]);
+    cosaz=cos(azel[0]);
+    cosel=cos(azel[1]);
+    rp=re/(re+hion)*cosel;
+    ap=PI/2.0-azel[1]-asin(rp);
+    sinap=sin(ap);
+    cosap=cos(ap);
+    latpp=asin(sinlat*cosap+coslat*sinap*cosaz);
+    lonpp=pos[1]+atan(sinap*sinaz/(cosap*coslat-sinap*cosaz*sinlat));
+    
+    trace(4,"lexioncorr: pppos=%.3f %.3f\n",latpp*R2D,lonpp*R2D);
+    
+    /* inclination factor */
+    F=1.0/sqrt(1.0-rp*rp);
+    
+    /* delta latitude/longitude (rad) */
+    dlat=latpp-nav->lexion.pos0[0];
+    dlon=lonpp-nav->lexion.pos0[1];
+    trace(4,"lexioncorr: pos0=%.1f %.1f dlat=%.1f dlon=%.1f\n",
+          nav->lexion.pos0[0]*R2D,nav->lexion.pos0[1]*R2D,dlat*R2D,dlon*R2D);
+    
+    /* slant ionosphere delay (L1) */
+    for (n=0;n<=2;n++) for (m=0;m<=1;m++) {
+        Enm=nav->lexion.coef[n][m];
+        *delay+=F*Enm*pow(dlat,n)*pow(dlon,m);
+        
+        trace(5,"lexioncorr: F=%8.3f Enm[%d][%d]=%8.3f delay=%8.3f\n",F,n,m,Enm,
+              F*Enm*pow(dlat,n)*pow(dlon,m));
+    }
+    trace(4,"lexioncorr: time=%s delay=%.3f\n",time_str(time,0),*delay);
+    
+    return 1;
+}
diff --git a/src/rcv/binex.c b/src/rcv/binex.c
new file mode 100644
index 0000000..fc570ef
--- /dev/null
+++ b/src/rcv/binex.c
@@ -0,0 +1,1276 @@
+/*------------------------------------------------------------------------------
+* binex.c : binex dependent functions
+*
+*          Copyright (C) 2013 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] UNAVCO, BINEX: Binary exchange format
+*         (http://binex.unavco.org/binex.html)
+*
+* version : $Revision:$ $Date:$
+* history : 2013/02/20 1.0 new
+*           2013/04/15 1.1 support 0x01-05 beidou-2/compass ephemeris
+*           2013/05/18 1.2 fix bug on decoding obsflags in message 0x7f-05
+*           2014/04/27 1.3 fix bug on decoding iode for message 0x01-02
+*           2015/12/05 1.4 fix bug on decoding tgd for message 0x01-05
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define BNXSYNC1    0xC2    /* binex sync (little-endian,regular-crc) */
+#define BNXSYNC2    0xE2    /* binex sync (big-endian   ,regular-crc) */
+#define BNXSYNC3    0xC8    /* binex sync (little-endian,enhanced-crc) */
+#define BNXSYNC4    0xE8    /* binex sync (big-endian   ,enhanced-crc) */
+
+#define BNXSYNC1R   0xD2    /* binex sync (little-endian,regular-crc,rev) */
+#define BNXSYNC2R   0xF2    /* binex sync (big-endian   ,regular-crc,rev) */
+#define BNXSYNC3R   0xD8    /* binex sync (little-endian,enhanced-crc,rev) */
+#define BNXSYNC4R   0xF8    /* binex sync (big-endian   ,enhanced-crc,rev) */
+
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+/* ura table -----------------------------------------------------------------*/
+static const double ura_eph[]={
+    2.4,3.4,4.85,6.85,9.65,13.65,24.0,48.0,96.0,192.0,384.0,768.0,1536.0,
+    3072.0,6144.0,0.0
+};
+/* get fields (big-endian) ---------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+
+static unsigned short U2(unsigned char *p)
+{
+    unsigned short value;
+    unsigned char *q=(unsigned char *)&value+1;
+    int i;
+    for (i=0;i<2;i++) *q--=*p++;
+    return value;
+}
+static unsigned int U4(unsigned char *p)
+{
+    unsigned int value;
+    unsigned char *q=(unsigned char *)&value+3;
+    int i;
+    for (i=0;i<4;i++) *q--=*p++;
+    return value;
+}
+static int I4(unsigned char *p)
+{
+    return (int)U4(p);
+}
+static float R4(unsigned char *p)
+{
+    float value;
+    unsigned char *q=(unsigned char *)&value+3;
+    int i;
+    for (i=0;i<4;i++) *q--=*p++;
+    return value;
+}
+static double R8(unsigned char *p)
+{
+    double value;
+    unsigned char *q=(unsigned char *)&value+7;
+    int i;
+    for (i=0;i<8;i++) *q--=*p++;
+    return value;
+}
+/* get binex 1-4 byte unsigned integer (big endian) --------------------------*/
+static int getbnxi(unsigned char *p, unsigned int *val)
+{
+    int i;
+    
+    for (*val=0,i=0;i<3;i++) {
+        *val=(*val<<7)+(p[i]&0x7F);
+        if (!(p[i]&0x80)) return i+1;
+    }
+    *val=(*val<<8)+p[i];
+    return 4;
+}
+/* checksum 8 parity ---------------------------------------------------------*/
+static unsigned char csum8(const unsigned char *buff, int len)
+{
+    unsigned char cs=0;
+    int i;
+    
+    for (i=0;i<len;i++) {
+        cs^=buff[i];
+    }
+    return cs;
+}
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static gtime_t adjweek(gtime_t time, double tow)
+{
+    double tow_p;
+    int week;
+    tow_p=time2gpst(time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    return gpst2time(week,tow);
+}
+/* adjust daily rollover of time ---------------------------------------------*/
+static gtime_t adjday(gtime_t time, double tod)
+{
+    double ep[6],tod_p;
+    time2epoch(time,ep);
+    tod_p=ep[3]*3600.0+ep[4]*60.0+ep[5];
+    if      (tod<tod_p-43200.0) tod+=86400.0;
+    else if (tod>tod_p+43200.0) tod-=86400.0;
+    ep[3]=ep[4]=ep[5]=0.0;
+    return timeadd(epoch2time(ep),tod);
+}
+/* ura value (m) to ura index ------------------------------------------------*/
+static int uraindex(double value)
+{
+    int i;
+    for (i=0;i<15;i++) if (ura_eph[i]>=value) break;
+    return i;
+}
+/* decode binex mesaage 0x00-00: comment -------------------------------------*/
+static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-00: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-01: program or software package -----------------*/
+static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-01: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-02: program operator ----------------------------*/
+static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-02: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-03: reserved ------------------------------------*/
+static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-03: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-04: site name/description -----------------------*/
+static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-04: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-05: site number ---------------------------------*/
+static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-05: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-06: monumnent name ------------------------------*/
+static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-06: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-07: monumnent number ----------------------------*/
+static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-07: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-08: marker name ---------------------------------*/
+static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-08: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-09: marker number -------------------------------*/
+static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-09: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0a: reference point name ------------------------*/
+static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0a: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0b: reference point number ----------------------*/
+static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0b: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0c: date esttablished ---------------------------*/
+static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0c: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0d: reserved ------------------------------------*/
+static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0d: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0e: reserved ------------------------------------*/
+static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0e: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-0f: 4-character id ------------------------------*/
+static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-0f: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-10: project name --------------------------------*/
+static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-10: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-11: principal investigator for this project -----*/
+static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-11: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-12: pi's agency/institution ---------------------*/
+static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-12: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-13: pi's contact information --------------------*/
+static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-13: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-14: site operator -------------------------------*/
+static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-14: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-15: site operator's agency/institution ----------*/
+static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-15: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-16: site operator's contact information ---------*/
+static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-16: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-17: antenna type --------------------------------*/
+static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-17: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-18: antenna number ------------------------------*/
+static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-18: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-19: receiver type -------------------------------*/
+static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-19: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1a: receiver number -----------------------------*/
+static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1a: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1b: receiver firmware version -------------------*/
+static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1b: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1c: antenna mount description -------------------*/
+static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1c: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1d: antenna xyz position ------------------------*/
+static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1d: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1e: antenna geographic position -----------------*/
+static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1e: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-1f: antenna offset from reference point ---------*/
+static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-1f: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-20: antenna radome type -------------------------*/
+static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-20: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-21: antenna radome number -----------------------*/
+static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-21: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-22: geocode -------------------------------------*/
+static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-22: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00-7f: notes/additional information ----------------*/
+static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x00-7f: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x00: site/monument/marker/ref point/setup metadata --*/
+static int decode_bnx_00(raw_t *raw, unsigned char *buff, int len)
+{
+    static const double gpst0[]={1980,1,6,0,0,0};
+    char *msg;
+    unsigned char *p=buff;
+    unsigned int min,qsec,src,fid;
+    int n=6;
+    
+    min =U4(p); p+=4;
+    qsec=U1(p); p+=1;
+    src =U1(p); p+=1;
+    n+=getbnxi(p,&fid);
+    raw->time=timeadd(epoch2time(gpst0),min*60.0+qsec*0.25);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," fid=%02X time=%s src=%d",fid,time_str(raw->time,0),src);
+    }
+    switch (fid) {
+        case 0x00: return decode_bnx_00_00(raw,buff+n,len-n);
+        case 0x01: return decode_bnx_00_01(raw,buff+n,len-n);
+        case 0x02: return decode_bnx_00_02(raw,buff+n,len-n);
+        case 0x03: return decode_bnx_00_03(raw,buff+n,len-n);
+        case 0x04: return decode_bnx_00_04(raw,buff+n,len-n);
+        case 0x05: return decode_bnx_00_05(raw,buff+n,len-n);
+        case 0x06: return decode_bnx_00_06(raw,buff+n,len-n);
+        case 0x07: return decode_bnx_00_07(raw,buff+n,len-n);
+        case 0x08: return decode_bnx_00_08(raw,buff+n,len-n);
+        case 0x09: return decode_bnx_00_09(raw,buff+n,len-n);
+        case 0x0A: return decode_bnx_00_0a(raw,buff+n,len-n);
+        case 0x0B: return decode_bnx_00_0b(raw,buff+n,len-n);
+        case 0x0C: return decode_bnx_00_0c(raw,buff+n,len-n);
+        case 0x0D: return decode_bnx_00_0d(raw,buff+n,len-n);
+        case 0x0E: return decode_bnx_00_0e(raw,buff+n,len-n);
+        case 0x0F: return decode_bnx_00_0f(raw,buff+n,len-n);
+        case 0x10: return decode_bnx_00_10(raw,buff+n,len-n);
+        case 0x11: return decode_bnx_00_11(raw,buff+n,len-n);
+        case 0x12: return decode_bnx_00_12(raw,buff+n,len-n);
+        case 0x13: return decode_bnx_00_13(raw,buff+n,len-n);
+        case 0x14: return decode_bnx_00_14(raw,buff+n,len-n);
+        case 0x15: return decode_bnx_00_15(raw,buff+n,len-n);
+        case 0x16: return decode_bnx_00_16(raw,buff+n,len-n);
+        case 0x17: return decode_bnx_00_17(raw,buff+n,len-n);
+        case 0x18: return decode_bnx_00_18(raw,buff+n,len-n);
+        case 0x19: return decode_bnx_00_19(raw,buff+n,len-n);
+        case 0x1A: return decode_bnx_00_1a(raw,buff+n,len-n);
+        case 0x1B: return decode_bnx_00_1b(raw,buff+n,len-n);
+        case 0x1C: return decode_bnx_00_1c(raw,buff+n,len-n);
+        case 0x1D: return decode_bnx_00_1d(raw,buff+n,len-n);
+        case 0x1E: return decode_bnx_00_1e(raw,buff+n,len-n);
+        case 0x1F: return decode_bnx_00_1f(raw,buff+n,len-n);
+        case 0x20: return decode_bnx_00_20(raw,buff+n,len-n);
+        case 0x21: return decode_bnx_00_21(raw,buff+n,len-n);
+        case 0x22: return decode_bnx_00_22(raw,buff+n,len-n);
+        case 0x7F: return decode_bnx_00_7f(raw,buff+n,len-n);
+    }
+    return 0;
+}
+/* decode binex mesaage 0x01-00: coded (raw bytes) gnss ephemeris ------------*/
+static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x01-00: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x01-01: decoded gps ephmemeris ----------------------*/
+static int decode_bnx_01_01(raw_t *raw, unsigned char *buff, int len)
+{
+    eph_t eph={0};
+    unsigned char *p=buff;
+    double tow,ura,sqrtA;
+    int prn,flag;
+    
+    trace(4,"binex 0x01-01: len=%d\n",len);
+    
+    if (len>=127) {
+        prn       =U1(p)+1;      p+=1;
+        eph.week  =U2(p);        p+=2;
+        tow       =I4(p);        p+=4;
+        eph.toes  =I4(p);        p+=4;
+        eph.tgd[0]=R4(p);        p+=4;
+        eph.iodc  =I4(p);        p+=4;
+        eph.f2    =R4(p);        p+=4;
+        eph.f1    =R4(p);        p+=4;
+        eph.f0    =R4(p);        p+=4;
+        eph.iode  =I4(p);        p+=4;
+        eph.deln  =R4(p)*SC2RAD; p+=4;
+        eph.M0    =R8(p);        p+=8;
+        eph.e     =R8(p);        p+=8;
+        sqrtA     =R8(p);        p+=8;
+        eph.cic   =R4(p);        p+=4;
+        eph.crc   =R4(p);        p+=4;
+        eph.cis   =R4(p);        p+=4;
+        eph.crs   =R4(p);        p+=4;
+        eph.cuc   =R4(p);        p+=4;
+        eph.cus   =R4(p);        p+=4;
+        eph.OMG0  =R8(p);        p+=8;
+        eph.omg   =R8(p);        p+=8;
+        eph.i0    =R8(p);        p+=8;
+        eph.OMGd  =R4(p)*SC2RAD; p+=4;
+        eph.idot  =R4(p)*SC2RAD; p+=4;
+        ura       =R4(p)*0.1;    p+=4;
+        eph.svh   =U2(p);        p+=2;
+        flag      =U2(p);
+    }
+    else {
+        trace(2,"binex 0x01-01: length error len=%d\n",len);
+        return -1;
+    }
+    if (!(eph.sat=satno(SYS_GPS,prn))) {
+        trace(2,"binex 0x01-01: satellite error prn=%d\n",prn);
+        return -1;
+    }
+    eph.A=sqrtA*sqrtA;
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,eph.toes);
+    eph.ttr=adjweek(eph.toe,tow);
+    eph.fit=flag&0xFF;
+    eph.flag=(flag>>8)&0x01;
+    eph.code=(flag>>9)&0x03;
+    eph.sva=uraindex(ura);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].iodc==eph.iodc) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode binex mesaage 0x01-02: decoded glonass ephmemeris ------------------*/
+static int decode_bnx_01_02(raw_t *raw, unsigned char *buff, int len)
+{
+    geph_t geph={0};
+    unsigned char *p=buff;
+    double tod,tof,tau_gps;
+    int prn,day,leap;
+    
+    trace(4,"binex 0x01-02: len=%d\n",len);
+    
+    if (len>=119) {
+        prn        =U1(p)+1;   p+=1;
+        day        =U2(p);     p+=2;
+        tod        =U4(p);     p+=4;
+        geph.taun  =-R8(p);    p+=8;
+        geph.gamn  =R8(p);     p+=8;
+        tof        =U4(p);     p+=4;
+        geph.pos[0]=R8(p)*1E3; p+=8;
+        geph.vel[0]=R8(p)*1E3; p+=8;
+        geph.acc[0]=R8(p)*1E3; p+=8;
+        geph.pos[1]=R8(p)*1E3; p+=8;
+        geph.vel[1]=R8(p)*1E3; p+=8;
+        geph.acc[1]=R8(p)*1E3; p+=8;
+        geph.pos[2]=R8(p)*1E3; p+=8;
+        geph.vel[2]=R8(p)*1E3; p+=8;
+        geph.acc[2]=R8(p)*1E3; p+=8;
+        geph.svh   =U1(p)&0x1; p+=1;
+        geph.frq   =I1(p);     p+=1;
+        geph.age   =U1(p);     p+=1;
+        leap       =U1(p);     p+=1;
+        tau_gps    =R8(p);     p+=8;
+        geph.dtaun =R8(p);
+    }
+    else {
+        trace(2,"binex 0x01-02: length error len=%d\n",len);
+        return -1;
+    }
+    if (!(geph.sat=satno(SYS_GLO,prn))) {
+        trace(2,"binex 0x01-02: satellite error prn=%d\n",prn);
+        return -1;
+    }
+    if (raw->time.time==0) return 0;
+    geph.toe=utc2gpst(adjday(raw->time,tod-10800.0));
+    geph.tof=utc2gpst(adjday(raw->time,tof-10800.0));
+    geph.iode=(int)(fmod(tod,86400.0)/900.0+0.5);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(geph.toe,raw->nav.geph[prn-MINPRNGLO].toe))<1.0&&
+            geph.svh==raw->nav.geph[prn-MINPRNGLO].svh) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=geph.sat;
+    return 2;
+}
+/* decode binex mesaage 0x01-03: decoded sbas ephmemeris ---------------------*/
+static int decode_bnx_01_03(raw_t *raw, unsigned char *buff, int len)
+{
+    seph_t seph={0};
+    unsigned char *p=buff;
+    double tow,tod,tof;
+    int prn,week,iodn;
+    
+    trace(4,"binex 0x01-03: len=%d\n",len);
+    
+    if (len>=98) {
+        prn        =U1(p);     p+=1;
+        week       =U2(p);     p+=2;
+        tow        =U4(p);     p+=4;
+        seph.af0   =R8(p);     p+=8;
+        tod        =R4(p);     p+=4;
+        tof        =U4(p);     p+=4;
+        seph.pos[0]=R8(p)*1E3; p+=8;
+        seph.vel[0]=R8(p)*1E3; p+=8;
+        seph.acc[0]=R8(p)*1E3; p+=8;
+        seph.pos[1]=R8(p)*1E3; p+=8;
+        seph.vel[1]=R8(p)*1E3; p+=8;
+        seph.acc[1]=R8(p)*1E3; p+=8;
+        seph.pos[2]=R8(p)*1E3; p+=8;
+        seph.vel[2]=R8(p)*1E3; p+=8;
+        seph.acc[2]=R8(p)*1E3; p+=8;
+        seph.svh   =U1(p);     p+=1;
+        seph.sva   =U1(p);     p+=1;
+        iodn       =U1(p);
+    }
+    else {
+        trace(2,"binex 0x01-03 length error: len=%d\n",len);
+        return -1;
+    }
+    if (!(seph.sat=satno(SYS_SBS,prn))) {
+        trace(2,"binex 0x01-03 satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    seph.t0=gpst2time(week,tow);
+    seph.tof=adjweek(seph.t0,tof);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(seph.t0,raw->nav.seph[prn-MINPRNSBS].t0))<1.0&&
+            seph.sva==raw->nav.seph[prn-MINPRNSBS].sva) return 0; /* unchanged */
+    }
+    raw->nav.seph[prn-MINPRNSBS]=seph;
+    raw->ephsat=seph.sat;
+    return 2;
+}
+/* decode binex mesaage 0x01-04: decoded galileo ephmemeris ------------------*/
+static int decode_bnx_01_04(raw_t *raw, unsigned char *buff, int len)
+{
+    eph_t eph={0};
+    unsigned char *p=buff;
+    double tow,ura,sqrtA;
+    int prn;
+    
+    trace(4,"binex 0x01-04: len=%d\n",len);
+    
+    if (len>=127) {
+        prn       =U1(p)+1;      p+=1;
+        eph.week  =U2(p);        p+=2;
+        tow       =I4(p);        p+=4;
+        eph.toes  =I4(p);        p+=4;
+        eph.tgd[0]=R4(p);        p+=4; /* BGD E5a/E1 */
+        eph.tgd[1]=R4(p);        p+=4; /* BGD E5b/E1 */
+        eph.iode  =I4(p);        p+=4; /* IODnav */
+        eph.f2    =R4(p);        p+=4;
+        eph.f1    =R4(p);        p+=4;
+        eph.f0    =R4(p);        p+=4;
+        eph.deln  =R4(p)*SC2RAD; p+=4;
+        eph.M0    =R8(p);        p+=8;
+        eph.e     =R8(p);        p+=8;
+        sqrtA     =R8(p);        p+=8;
+        eph.cic   =R4(p);        p+=4;
+        eph.crc   =R4(p);        p+=4;
+        eph.cis   =R4(p);        p+=4;
+        eph.crs   =R4(p);        p+=4;
+        eph.cuc   =R4(p);        p+=4;
+        eph.cus   =R4(p);        p+=4;
+        eph.OMG0  =R8(p);        p+=8;
+        eph.omg   =R8(p);        p+=8;
+        eph.i0    =R8(p);        p+=8;
+        eph.OMGd  =R4(p)*SC2RAD; p+=4;
+        eph.idot  =R4(p)*SC2RAD; p+=4;
+        ura       =R4(p)*0.1;    p+=4;
+        eph.svh   =U2(p);        p+=2;
+        eph.code  =U2(p);              /* data source */
+    }
+    else {
+        trace(2,"binex 0x01-04: length error len=%d\n",len);
+        return -1;
+    }
+    if (!(eph.sat=satno(SYS_GAL,prn))) {
+        trace(2,"binex 0x01-04: satellite error prn=%d\n",prn);
+        return -1;
+    }
+    eph.A=sqrtA*sqrtA;
+    eph.iode=eph.iodc;
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,eph.toes);
+    eph.ttr=adjweek(eph.toe,tow);
+    eph.sva=uraindex(ura);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].iodc==eph.iodc) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* beidou signed 10 bit tgd -> sec -------------------------------------------*/
+static double bds_tgd(int tgd)
+{
+    tgd&=0x3FF;
+    return (tgd&0x200)?-1E-10*((~tgd)&0x1FF):1E-10*(tgd&0x1FF);
+}
+/* decode binex mesaage 0x01-05: decoded beidou-2/compass ephmemeris ---------*/
+static int decode_bnx_01_05(raw_t *raw, unsigned char *buff, int len)
+{
+    eph_t eph={0};
+    unsigned char *p=buff;
+    double tow,toc,sqrtA;
+    int prn,flag1,flag2;
+    
+    trace(4,"binex 0x01-05: len=%d\n",len);
+    
+    if (len>=117) {
+        prn       =U1(p);        p+=1;
+        eph.week  =U2(p);        p+=2;
+        tow       =I4(p);        p+=4;
+        toc       =I4(p);        p+=4;
+        eph.toes  =I4(p);        p+=4;
+        eph.f2    =R4(p);        p+=4;
+        eph.f1    =R4(p);        p+=4;
+        eph.f0    =R4(p);        p+=4;
+        eph.deln  =R4(p)*SC2RAD; p+=4;
+        eph.M0    =R8(p);        p+=8;
+        eph.e     =R8(p);        p+=8;
+        sqrtA     =R8(p);        p+=8;
+        eph.cic   =R4(p);        p+=4;
+        eph.crc   =R4(p);        p+=4;
+        eph.cis   =R4(p);        p+=4;
+        eph.crs   =R4(p);        p+=4;
+        eph.cuc   =R4(p);        p+=4;
+        eph.cus   =R4(p);        p+=4;
+        eph.OMG0  =R8(p);        p+=8;
+        eph.omg   =R8(p);        p+=8;
+        eph.i0    =R8(p);        p+=8;
+        eph.OMGd  =R4(p)*SC2RAD; p+=4;
+        eph.idot  =R4(p)*SC2RAD; p+=4;
+        flag1     =U2(p);        p+=2;
+        flag2     =U4(p);
+    }
+    else {
+        trace(2,"binex 0x01-05: length error len=%d\n",len);
+        return -1;
+    }
+    if (!(eph.sat=satno(SYS_CMP,prn))) {
+        trace(2,"binex 0x01-05: satellite error prn=%d\n",prn);
+        return 0;
+    }
+    eph.A=sqrtA*sqrtA;
+    eph.toe=gpst2time(eph.week+1356,eph.toes+14.0); /* bdt -> gpst */
+    eph.toc=gpst2time(eph.week+1356,eph.toes+14.0); /* bdt -> gpst */
+    eph.ttr=adjweek(eph.toe,tow+14.0); /* bdt -> gpst */
+    eph.iodc=(flag1>>1)&0x1F;
+    eph.iode=(flag1>>6)&0x1F;
+    eph.svh=flag1&0x01;
+    eph.sva=flag2&0x0F; /* ura index */
+    eph.tgd[0]=bds_tgd(flag2>> 4); /* TGD1 (s) */
+    eph.tgd[1]=bds_tgd(flag2>>14); /* TGD2 (s) */
+    eph.flag=(flag1>>11)&0x07; /* nav type (0:unknown,1:IGSO/MEO,2:GEO) */
+    eph.code=(flag2>>25)&0x7F;
+        /* message source (0:unknown,1:B1I,2:B1Q,3:B2I,4:B2Q,5:B3I,6:B3Q)*/
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].iodc==eph.iodc) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode binex mesaage 0x01-06: decoded qzss ephmemeris ---------------------*/
+static int decode_bnx_01_06(raw_t *raw, unsigned char *buff, int len)
+{
+    eph_t eph={0};
+    unsigned char *p=buff;
+    double tow,ura,sqrtA;
+    int prn,flag;
+    
+    trace(4,"binex 0x01-06: len=%d\n",len);
+    
+    if (len>=127) {
+        prn       =U1(p);        p+=1;
+        eph.week  =U2(p);        p+=2;
+        tow       =I4(p);        p+=4;
+        eph.toes  =I4(p);        p+=4;
+        eph.tgd[0]=R4(p);        p+=4;
+        eph.iodc  =I4(p);        p+=4;
+        eph.f2    =R4(p);        p+=4;
+        eph.f1    =R4(p);        p+=4;
+        eph.f0    =R4(p);        p+=4;
+        eph.iode  =I4(p);        p+=4;
+        eph.deln  =R4(p)*SC2RAD; p+=4;
+        eph.M0    =R8(p);        p+=8;
+        eph.e     =R8(p);        p+=8;
+        sqrtA     =R8(p);        p+=8;
+        eph.cic   =R4(p);        p+=4;
+        eph.crc   =R4(p);        p+=4;
+        eph.cis   =R4(p);        p+=4;
+        eph.crs   =R4(p);        p+=4;
+        eph.cuc   =R4(p);        p+=4;
+        eph.cus   =R4(p);        p+=4;
+        eph.OMG0  =R8(p);        p+=8;
+        eph.omg   =R8(p);        p+=8;
+        eph.i0    =R8(p);        p+=8;
+        eph.OMGd  =R4(p)*SC2RAD; p+=4;
+        eph.idot  =R4(p)*SC2RAD; p+=4;
+        ura       =R4(p)*0.1;    p+=4;
+        eph.svh   =U2(p);        p+=2;
+        flag      =U2(p);
+    }
+    else {
+        trace(2,"binex 0x01-06: length error len=%d\n",len);
+        return -1;
+    }
+    if (!(eph.sat=satno(SYS_QZS,prn))) {
+        trace(2,"binex 0x01-06: satellite error prn=%d\n",prn);
+        return 0;
+    }
+    eph.A=sqrtA*sqrtA;
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,eph.toes);
+    eph.ttr=adjweek(eph.toe,tow);
+    eph.fit=(flag&0x01)?0.0:2.0; /* 0:2hr,1:>2hr */
+    eph.sva=uraindex(ura);
+    eph.code=2; /* codes on L2 channel */
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].iodc==eph.iodc) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode binex mesaage 0x01: gnss navigaion informtion ----------------------*/
+static int decode_bnx_01(raw_t *raw, unsigned char *buff, int len)
+{
+    char *msg;
+    int srec=U1(buff),prn=U1(buff+1);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        prn=srec==0x01||srec==0x02||srec==0x04?prn+1:(srec==0x00?0:prn);
+        sprintf(msg," subrec=%02X prn=%d",srec,prn);
+    }
+    switch (srec) {
+        case 0x00: return decode_bnx_01_00(raw,buff+1,len-1);
+        case 0x01: return decode_bnx_01_01(raw,buff+1,len-1);
+        case 0x02: return decode_bnx_01_02(raw,buff+1,len-1);
+        case 0x03: return decode_bnx_01_03(raw,buff+1,len-1);
+        case 0x04: return decode_bnx_01_04(raw,buff+1,len-1);
+        case 0x05: return decode_bnx_01_05(raw,buff+1,len-1);
+        case 0x06: return decode_bnx_01_06(raw,buff+1,len-1);
+    }
+    return 0;
+}
+/* decode binex mesaage 0x02: generalized gnss data --------------------------*/
+static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x02: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x03: generalized ancillary site data ----------------*/
+static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x03: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7d: receiver internal state prototyping ------------*/
+static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7d: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7e: ancillary site data prototyping ----------------*/
+static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7e: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-00: jpl fiducial site ---------------------------*/
+static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7f-00: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-01: ucar cosmic ---------------------------------*/
+static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7f-01: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-02: trimble 4700 --------------------------------*/
+static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7f-02: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-03: trimble netrs -------------------------------*/
+static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7f-03: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-04: trimble netrs -------------------------------*/
+static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
+{
+    trace(2,"binex 0x7f-04: not supported message\n");
+    return 0;
+}
+/* decode binex mesaage 0x7f-05: trimble netr8 obs data ----------------------*/
+static unsigned char *decode_bnx_7f_05_obs(raw_t *raw, unsigned char *buff,
+                                           int sat, int nobs, obsd_t *data)
+{
+    const unsigned char codes_gps[32]={
+        CODE_L1C ,CODE_L1C ,CODE_L1P ,CODE_L1W ,CODE_L1Y ,CODE_L1M , /*  0- 5 */
+        CODE_L1X ,CODE_L1N ,CODE_NONE,CODE_NONE,CODE_L2W ,CODE_L2C , /*  6-11 */
+        CODE_L2D ,CODE_L2S ,CODE_L2L ,CODE_L2X ,CODE_L2P ,CODE_L2W , /* 12-17 */
+        CODE_L2Y ,CODE_L2M ,CODE_L2N ,CODE_NONE,CODE_NONE,CODE_L5X , /* 18-23 */
+        CODE_L5I ,CODE_L5Q ,CODE_L5X                                 /* 24-26 */
+    };
+    const unsigned char codes_glo[32]={
+        CODE_L1C ,CODE_L1C ,CODE_L1P ,CODE_NONE,CODE_NONE,CODE_NONE, /*  0- 5 */
+        CODE_NONE,CODE_NONE,CODE_NONE,CODE_NONE,CODE_L2C ,CODE_L2C , /*  6-11 */
+        CODE_L2P ,CODE_L3X ,CODE_L3I ,CODE_L3Q ,CODE_L3X             /* 12-16 */
+    };
+    const unsigned char codes_gal[32]={
+        CODE_L1C ,CODE_L1A ,CODE_L1B ,CODE_L1C ,CODE_L1X ,CODE_L1Z , /*  0- 5 */
+        CODE_L5X ,CODE_L5I ,CODE_L5Q ,CODE_L5X ,CODE_L7X ,CODE_L7I , /*  6-11 */
+        CODE_L7Q ,CODE_L7X ,CODE_L8X ,CODE_L8I ,CODE_L8Q ,CODE_L8X , /* 12-17 */
+        CODE_L6X ,CODE_L6A ,CODE_L6B ,CODE_L6C ,CODE_L6X ,CODE_L6Z , /* 18-23 */
+    };
+    const unsigned char codes_sbs[32]={
+        CODE_L1C ,CODE_L1C ,CODE_NONE,CODE_NONE,CODE_NONE,CODE_NONE, /*  0- 5 */
+        CODE_L5X ,CODE_L5I ,CODE_L5Q ,CODE_L5X                       /*  6- 9 */
+    };
+    const unsigned char codes_cmp[32]={
+        CODE_L1X ,CODE_L1I ,CODE_L1Q ,CODE_L1X ,CODE_L7X ,CODE_L7I , /*  0- 5 */
+        CODE_L7Q ,CODE_L7X ,CODE_L6X ,CODE_L6I ,CODE_L6Q ,CODE_L6X , /*  6-11 */
+        CODE_L1X ,CODE_L1S ,CODE_L1L ,CODE_L1X                       /* 12-15 */
+    };
+    const unsigned char codes_qzs[32]={
+        CODE_L1C ,CODE_L1C ,CODE_L1S ,CODE_L1L ,CODE_L1X ,CODE_NONE, /*  0- 5 */
+        CODE_NONE,CODE_L2X ,CODE_L2S ,CODE_L2L ,CODE_L2X ,CODE_NONE, /*  6-11 */
+        CODE_NONE,CODE_L5X ,CODE_L5I ,CODE_L5Q ,CODE_L5X ,CODE_NONE, /* 12-17 */
+        CODE_NONE,CODE_L6X ,CODE_L6S ,CODE_L6L ,CODE_L6X ,CODE_NONE, /* 18-23 */
+        CODE_NONE,CODE_NONE,CODE_NONE,CODE_NONE,CODE_NONE,CODE_NONE, /* 24-29 */
+        CODE_L1Z                                                     /* 30-30 */
+    };
+    const unsigned char *codes=NULL;
+    double range[8],phase[8],cnr[8],dopp[8]={0},acc,wl;
+    unsigned char *p=buff;
+    unsigned char flag,flags[4];
+    int i,j,k,sys,fcn=-10,code[8],slip[8],pri[8],freq[8],slipcnt[8]={0},mask[8]={0};
+    
+    trace(5,"decode_bnx_7f_05_obs: sat=%2d nobs=%2d\n",sat,nobs);
+    
+    sys=satsys(sat,NULL);
+    
+    switch (sys) {
+        case SYS_GPS: codes=codes_gps; break;
+        case SYS_GLO: codes=codes_glo; break;
+        case SYS_GAL: codes=codes_gal; break;
+        case SYS_QZS: codes=codes_qzs; break;
+        case SYS_SBS: codes=codes_sbs; break;
+        case SYS_CMP: codes=codes_cmp; break;
+    }
+    for (i=0;i<nobs;i++) {
+        
+        flag   =getbitu(p,0,1);
+        slip[i]=getbitu(p,2,1);
+        code[i]=getbitu(p,3,5); p++;
+        
+        for (j=0;j<4;j++) flags[j]=0;
+        
+        for (j=0;flag&&j<4;j++) {
+            flag=U1(p++);
+            flags[flag&0x03]=flag&0x7F;
+            flag&=0x80;
+        }
+        if (flags[2]) {
+            fcn=getbits(flags+2,2,4);
+        }
+        acc=(flags[0]&0x20)?0.0001:0.00002; /* phase accuracy */
+        
+        cnr[i]=U1(p++)*0.4;
+        
+        if (i==0) {
+            cnr[i]+=getbits(p,0,2)*0.1;
+            range[i]=getbitu(p,2,32)*0.064+getbitu(p,34,6)*0.001; p+=5;
+        }
+        else if (flags[0]&0x40) {
+            cnr[i]+=getbits(p,0,2)*0.1;
+            range[i]=range[0]+getbits(p,4,20)*0.001; p+=3;
+        }
+        else {
+            range[i]=range[0]+getbits(p,0,16)*0.001; p+=2;
+        }
+        if (flags[0]&0x40) {
+            phase[i]=range[i]+getbits(p,0,24)*acc; p+=3;
+        }
+        else {
+            cnr[i]+=getbits(p,0,2)*0.1;
+            phase[i]=range[i]+getbits(p,2,22)*acc; p+=3;
+        }
+        if (flags[0]&0x04) {
+            dopp[i]=getbits(p,0,24)/256.0; p+=3;
+        }
+        if (flags[0]&0x08) {
+            if (flags[0]&0x10) {
+                slipcnt[i]=U2(p); p+=2;
+            }
+            else {
+                slipcnt[i]=U1(p); p+=1;
+            }
+        }
+        trace(5,"(%d) CODE=%2d S=%d F=%02X %02X %02X %02X\n",i+1,
+              code[i],slip[i],flags[0],flags[1],flags[2],flags[3]);
+        trace(5,"(%d) P=%13.3f L=%13.3f D=%7.1f SNR=%4.1f SCNT=%2d\n",
+              i+1,range[i],phase[i],dopp[i],cnr[i],slipcnt[i]);
+    }
+    if (!codes) {
+        data->sat=0;
+        return p;
+    }
+    data->time=raw->time;
+    data->sat=sat;
+    
+    /* get code priority */
+    for (i=0;i<nobs;i++) {
+        code2obs(codes[code[i]&0x3F],freq+i);
+        pri[i]=getcodepri(sys,codes[code[i]&0x3F],raw->opt);
+        
+        /* frequency index for beidou */
+        if (sys==SYS_CMP) {
+            if      (freq[i]==5) freq[i]=2; /* B2 */
+            else if (freq[i]==4) freq[i]=3; /* B3 */
+        }
+    }
+    for (i=0;i<NFREQ;i++) {
+        for (j=0,k=-1;j<nobs;j++) {
+            if (freq[j]==i+1&&(k<0||pri[j]>pri[k])) k=j;
+        }
+        if (k<0) {
+            data->P[i]=data->L[i]=0.0;
+            data->D[i]=0.0f;
+            data->SNR[i]=data->LLI[i]=0;
+            data->code[i]=CODE_NONE;
+        }
+        else {
+            wl=satwavelen(sat,i,&raw->nav);
+            if (sys==SYS_GLO&&fcn>=-7&&freq[k]<=2) {
+                wl=CLIGHT/(freq[k]==1?FREQ1_GLO+DFRQ1_GLO*fcn:
+                                      FREQ2_GLO+DFRQ2_GLO*fcn);
+            }
+            data->P[i]=range[k];
+            data->L[i]=wl<=0.0?0.0:phase[k]/wl;
+            data->D[i]=dopp[k];
+            data->SNR[i]=(unsigned char)(cnr[k]/0.25+0.5);
+            data->code[i]=codes[code[k]&0x3F];
+            data->LLI[i]=slip[k]?1:0;
+            mask[k]=1;
+        }
+    }
+    for (;i<NFREQ+NEXOBS;i++) {
+        for (k=0;k<nobs;k++) {
+            if (!mask[k]) break;
+        }
+        if (k>=nobs) {
+            data->P[i]=data->L[i]=0.0;
+            data->D[i]=0.0f;
+            data->SNR[i]=data->LLI[i]=0;
+            data->code[i]=CODE_NONE;
+        }
+        else {
+            wl=satwavelen(sat,freq[k]-1,&raw->nav);
+            if (sys==SYS_GLO&&fcn>=-7&&freq[k]<=2) {
+                wl=CLIGHT/(freq[k]==1?FREQ1_GLO+DFRQ1_GLO*fcn:
+                                      FREQ2_GLO+DFRQ2_GLO*fcn);
+            }
+            data->P[i]=range[k];
+            data->L[i]=wl<=0.0?0.0:phase[k]/wl;
+            data->D[i]=dopp[k];
+            data->SNR[i]=(unsigned char)(cnr[k]/0.25+0.5);
+            data->code[i]=codes[code[k]&0x3F];
+            data->LLI[i]=slip[k]?1:0;
+            mask[k]=1;
+        }
+    }
+    return p;
+}
+/* decode binex mesaage 0x7f-05: trimble netr8 -------------------------------*/
+static int decode_bnx_7f_05(raw_t *raw, unsigned char *buff, int len)
+{
+    obsd_t data={{0}};
+    double clkoff=0.0,toff[16]={0};
+    char *msg;
+    unsigned char *p=buff;
+    unsigned int flag;
+    int i,nsat,nobs,prn,sys,sat,clkrst=0,rsys=0,nsys=0,tsys[16]={0};
+    
+    trace(4,"decode_bnx_7f_05\n");
+    
+    raw->obs.n=0;
+    flag=U1(p++);
+    nsat=(int)(flag&0x3F)+1;
+    
+    if (flag&0x80) { /* rxclkoff */
+        clkrst=getbitu(p,0, 2);
+        clkoff=getbits(p,2,22)*1E-9; p+=3;
+    }
+    if (flag&0x40) { /* systime */
+        nsys=getbitu(p,0,4);
+        rsys=getbitu(p,4,4); p++;
+        for (i=0;i<nsys;i++) {
+            toff[i]=getbits(p,0,24)*1E-9;
+            tsys[i]=getbitu(p,28,4); p+=4;
+        }
+    }
+    for (i=0;i<nsat;i++) {
+        prn =U1(p++);
+        nobs=getbitu(p,1,3);
+        sys =getbitu(p,4,4); p++;
+        
+        trace(5,"binex 0x7F-05 PRN=%3d SYS=%d NOBS=%d\n",prn,sys,nobs);
+        
+        switch (sys) {
+            case 0: sat=satno(SYS_GPS,prn); break;
+            case 1: sat=satno(SYS_GLO,prn); break;
+            case 2: sat=satno(SYS_SBS,prn); break;
+            case 3: sat=satno(SYS_GAL,prn); break;
+            case 4: sat=satno(SYS_CMP,prn); break;
+            case 5: sat=satno(SYS_QZS,prn); break;
+            default: sat=0; break;
+        }
+        /* decode binex mesaage 0x7F-05 obs data */
+        if (!(p=decode_bnx_7f_05_obs(raw,p,sat,nobs,&data))) return -1;
+        
+        if ((int)(p-buff)>len) {
+            trace(2,"binex 0x7F-05 length error: nsat=%2d len=%d\n",nsat,len);
+            return -1;
+        }
+        /* save obs data to obs buffer */
+        if (data.sat&&raw->obs.n<MAXOBS) {
+            raw->obs.data[raw->obs.n++]=data;
+        }
+    }
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," nsat=%2d",nsat);
+    }
+    return raw->obs.n>0?1:0;
+}
+/* decode binex mesaage 0x7f: gnss data prototyping --------------------------*/
+static int decode_bnx_7f(raw_t *raw, unsigned char *buff, int len)
+{
+    static const double gpst0[]={1980,1,6,0,0,0};
+    char *msg;
+    unsigned char *p=buff;
+    unsigned int srec,min,msec;
+    
+    srec=U1(p); p+=1; /* subrecord id */
+    min =U4(p); p+=4;
+    msec=U2(p); p+=2;
+    raw->time=timeadd(epoch2time(gpst0),min*60.0+msec*0.001);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," subrec=%02X time%s",srec,time_str(raw->time,3));
+    }
+    switch (srec) {
+        case 0x00: return decode_bnx_7f_00(raw,buff+7,len-7);
+        case 0x01: return decode_bnx_7f_01(raw,buff+7,len-7);
+        case 0x02: return decode_bnx_7f_02(raw,buff+7,len-7);
+        case 0x03: return decode_bnx_7f_03(raw,buff+7,len-7);
+        case 0x04: return decode_bnx_7f_04(raw,buff+7,len-7);
+        case 0x05: return decode_bnx_7f_05(raw,buff+7,len-7);
+    }
+    return 0;
+}
+/* decode binex mesaage ------------------------------------------------------*/
+static int decode_bnx(raw_t *raw)
+{
+    unsigned int len,cs1,cs2;
+    int rec,len_h;
+    
+    rec=raw->buff[1]; /* record id */
+    
+    /* record and header length */
+    len_h=getbnxi(raw->buff+2,&len);
+    
+    trace(5,"decode_bnx: rec=%02x len=%d\n",rec,len);
+    
+    /* check parity */
+    if (raw->len-1<128) {
+        cs1=U1(raw->buff+raw->len);
+        cs2=csum8(raw->buff+1,raw->len-1);
+    }
+    else {
+        cs1=U2(raw->buff+raw->len);
+        cs2=rtk_crc16(raw->buff+1,raw->len-1);
+    }
+    if (cs1!=cs2) {
+        trace(2,"binex 0x%02X parity error CS=%X %X\n",rec,cs1,cs2);
+        return -1;
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"BINEX 0x%02X (%4d)",rec,raw->len);
+    }
+    /* decode binex message record */
+    switch (rec) {
+        case 0x00: return decode_bnx_00(raw,raw->buff+2+len_h,len);
+        case 0x01: return decode_bnx_01(raw,raw->buff+2+len_h,len);
+        case 0x02: return decode_bnx_02(raw,raw->buff+2+len_h,len);
+        case 0x03: return decode_bnx_03(raw,raw->buff+2+len_h,len);
+        case 0x7d: return decode_bnx_7d(raw,raw->buff+2+len_h,len);
+        case 0x7e: return decode_bnx_7e(raw,raw->buff+2+len_h,len);
+        case 0x7f: return decode_bnx_7f(raw,raw->buff+2+len_h,len);
+    }
+    return 0;
+}
+/* synchronize binex message -------------------------------------------------*/
+static int sync_bnx(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=data;
+    
+    return buff[0]==BNXSYNC2&&
+           (buff[1]==0x00||buff[1]==0x01||buff[1]==0x02||buff[1]==0x03||
+            buff[1]==0x7D||buff[1]==0x7E||buff[1]==0x7F);
+}
+/* input binex message from stream ---------------------------------------------
+* fetch next binex data and input a message from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris)
+* notes  : support only the following message (ref [1])
+*
+*          - big-endian, regular CRC, forward record (sync=0xE2)
+*          - record-subrecord:
+*            0x01-01: decoded gps ephemeris
+*            0x01-02: decoded glonass ephemeris
+*            0x01-03: decoded sbas ephemeris
+*            0x01-04: decoded galileo ephemeris
+*            0x01-05: decoded beidou-2/compass ephemeris
+*            0x01-06: decoded qzss ephemeris
+*            0x7f-05: gnss data prototyping - trimble netr8
+*
+*          to specify input options, set rtcm->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL  : input all ephemerides
+*          -GLss    : select signal ss for GPS (ss=1C,1P,...)
+*          -RLss    : select signal ss for GLO (ss=1C,1P,...)
+*          -ELss    : select signal ss for GAL (ss=1C,1B,...)
+*          -JLss    : select signal ss for QZS (ss=1C,2C,...)
+*          -CLss    : select signal ss for BDS (ss=2I,2X,...)
+*
+*-----------------------------------------------------------------------------*/
+extern int input_bnx(raw_t *raw, unsigned char data)
+{
+    unsigned int len;
+    int len_h,len_c;
+    
+    trace(5,"input_bnx: data=%02x\n",data);
+    
+    /* synchronize binex message */
+    if (raw->nbyte==0) {
+        if (!sync_bnx(raw->buff,data)) return 0;
+        raw->nbyte=2;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    if (raw->nbyte<4) return 0;
+    
+    len_h=getbnxi(raw->buff+2,&len);
+    
+    raw->len=len+len_h+2; /* length without crc */
+    
+    if (raw->len-1>4096) {
+        trace(2,"binex length error: len=%d\n",raw->len-1);
+        raw->nbyte=0;
+        return -1;
+    }
+    len_c=raw->len-1<128?1:2;
+    
+    if (raw->nbyte<(int)(raw->len+len_c)) return 0;
+    raw->nbyte=0;
+    
+    /* decode binex message */
+    return decode_bnx(raw);
+}
+/* input binex message from file -----------------------------------------------
+* fetch next binex data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_bnxf(raw_t *raw, FILE *fp)
+{
+    unsigned int len;
+    int i,data,len_h,len_c;
+    
+    trace(4,"input_bnxf\n");
+    
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_bnx(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+2,1,4,fp)<4) return -2;
+    
+    len_h=getbnxi(raw->buff+2,&len);
+    
+    raw->len=len+len_h+2;
+    
+    if (raw->len-1>4096) {
+        trace(2,"binex length error: len=%d\n",raw->len-1);
+        raw->nbyte=0;
+        return -1;
+    }
+    len_c=raw->len-1<128?1:2;
+    
+    if (fread(raw->buff+6,1,raw->len+len_c-6,fp)<(size_t)(raw->len+len_c-6)) {
+        return -2;
+    }
+    raw->nbyte=0;
+    
+    /* decode binex message */
+    return decode_bnx(raw);
+}
diff --git a/src/rcv/crescent.c b/src/rcv/crescent.c
new file mode 100644
index 0000000..d45c95a
--- /dev/null
+++ b/src/rcv/crescent.c
@@ -0,0 +1,623 @@
+/*------------------------------------------------------------------------------
+* crescent.c : hemisphere crescent/eclipse receiver dependent functions
+*
+*          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] Hemisphere GPS, Grescent Integrator's Manual, December, 2005
+*     [2] Hemisphere GPS, GPS Technical Reference, Part No. 875-0175-000,
+*         Rev.D1, 2008
+*     [3] Hemisphere GPS, Hemisphere GPS Technical Reference, 2014
+*
+* version : $Revision: 1.2 $ $Date: 2008/07/14 00:05:05 $
+* history : 2008/05/21 1.0 new
+*           2009/04/01 1.1 support sbas, set 0 to L2 observables
+*                          fix bug on getting doppler observables
+*           2009/10/19 1.2 support eclipse (message bin 76)
+*           2009/10/24 1.3 ignore vaild phase flag
+*           2011/05/27 1.4 add -EPHALL option
+*                          fix problem with ARM compiler
+*           2011/07/01 1.5 suppress warning
+*           2013/02/23 1.6 fix memory access violation problem on arm
+*           2014/05/13 1.7 support bin65 and bin66
+*                          add receiver option -TTCORR
+*           2014/06/21 1.8 move decode_glostr() to rcvraw.c
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define CRESSYNC    "$BIN"      /* hemis bin sync code */
+
+#define ID_CRESPOS   1          /* hemis msg id: bin 1 position/velocity */
+#define ID_CRESGLOEPH 65        /* hemis msg id: bin 65 glonass ephemeris */
+#define ID_CRESGLORAW 66        /* hemis msg id: bin 66 glonass L1/L2 phase and code */
+#define ID_CRESRAW2 76          /* hemis msg id: bin 76 dual-freq raw */
+#define ID_CRESWAAS 80          /* hemis msg id: bin 80 waas messages */
+#define ID_CRESIONUTC 94        /* hemis msg id: bin 94 ion/utc parameters */
+#define ID_CRESEPH  95          /* hemis msg id: bin 95 raw ephemeris */
+#define ID_CRESRAW  96          /* hemis msg id: bin 96 raw phase and code */
+
+#define SNR2CN0_L1  30.0        /* hemis snr to c/n0 offset (db) L1 */
+#define SNR2CN0_L2  30.0        /* hemis snr to c/n0 offset (db) L2 */
+
+static const char rcsid[]="$Id: crescent.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
+
+/* get fields (little-endian) ------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static short          I2(unsigned char *p) {short          i; memcpy(&i,p,2); return i;}
+static int            I4(unsigned char *p) {int            i; memcpy(&i,p,4); return i;}
+static float          R4(unsigned char *p) {float          r; memcpy(&r,p,4); return r;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+
+/* checksum ------------------------------------------------------------------*/
+static int chksum(const unsigned char *buff, int len)
+{
+    unsigned short sum=0;
+    int i;
+    
+    for (i=8;i<len-4;i++) sum+=buff[i];
+    trace(4,"checksum=%02X%02X %02X%02X:%02X%02X\n",
+          sum>>8,sum&0xFF,buff[len-3],buff[len-4],buff[len-2],buff[len-1]);
+    return (sum>>8)==buff[len-3]&&(sum&0xFF)==buff[len-4]&&
+           buff[len-2]==0x0D&&buff[len-1]==0x0A;
+}
+/* decode bin 1 postion/velocity ---------------------------------------------*/
+static int decode_crespos(raw_t *raw)
+{
+    int ns,week,mode;
+    double tow,pos[3],vel[3],std;
+    char tstr[64];
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_crespos: len=%d\n",raw->len);
+    
+    if (raw->len!=64) {
+        trace(2,"crescent bin 1 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    ns  =U1(p+1);
+    week=U2(p+2);
+    tow =R8(p+4);
+    pos[0]=R8(p+12);
+    pos[1]=R8(p+20);
+    pos[2]=R4(p+28);
+    vel[0]=R4(p+32);
+    vel[1]=R4(p+36);
+    vel[2]=R4(p+40);
+    std =R4(p+44);
+    mode=U2(p+48);
+    time2str(gpst2time(week,tow),tstr,3);
+    trace(3,"$BIN1 %s %13.9f %14.9f %10.4f %4d %3d %.3f\n",tstr,pos[0],pos[1],
+          pos[2],mode==6?1:(mode>4?2:(mode>1?5:0)),ns,std);
+    return 0;
+}
+/* decode bin 96 raw phase and code ------------------------------------------*/
+static int decode_cresraw(raw_t *raw)
+{
+    gtime_t time;
+    double tow,tows,toff=0.0,cp,pr,dop,snr;
+    int i,j,n,prn,sat,week,word2,lli=0;
+    unsigned int word1,sn,sc;
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_cresraw: len=%d\n",raw->len);
+    
+    if (raw->len!=312) {
+        trace(2,"crescent bin 96 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    week=U2(p+2);
+    tow =R8(p+4);
+    tows=floor(tow*1000.0+0.5)/1000.0; /* round by 1ms */
+    time=gpst2time(week,tows);
+    
+    /* time tag offset correction */
+    if (strstr(raw->opt,"-TTCORR")) {
+        toff=CLIGHT*(tows-tow);
+    }
+    for (i=n=0,p+=12;i<12&&n<MAXOBS;i++,p+=24) {
+        word1=U4(p  );
+        word2=I4(p+4);
+        if ((prn=word1&0xFF)==0) continue; /* if 0, no data */
+        if (!(sat=satno(prn<=MAXPRNGPS?SYS_GPS:SYS_SBS,prn))) {
+            trace(2,"creasent bin 96 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        pr=R8(p+ 8)-toff;
+        cp=R8(p+16)-toff;
+        if (!(word2&1)) cp=0.0; /* invalid phase */
+        sn =(word1>>8)&0xFF;
+        snr=sn==0?0.0:10.0*log10(0.8192*sn)+SNR2CN0_L1;
+        sc =(unsigned int)(word1>>24);
+        if (raw->time.time!=0) {
+            lli=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][0])>0;
+        }
+        raw->lockt[sat-1][0]=(unsigned char)sc;
+        dop=word2/16/4096.0;
+        
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].sat =sat;
+        raw->obs.data[n].P[0]=pr;
+        raw->obs.data[n].L[0]=cp/lam_carr[0];
+        raw->obs.data[n].D[0]=-(float)(dop/lam_carr[0]);
+        raw->obs.data[n].SNR[0]=(unsigned char)(snr*4.0+0.5);
+        raw->obs.data[n].LLI[0]=(unsigned char)lli;
+        raw->obs.data[n].code[0]=CODE_L1C;
+        
+        for (j=1;j<NFREQ;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode bin 76 dual-freq raw phase and code --------------------------------*/
+static int decode_cresraw2(raw_t *raw)
+{
+    gtime_t time;
+    double tow,tows,toff=0.0,cp[2]={0},pr1,pr[2]={0},dop[2]={0},snr[2]={0};
+    int i,j,n=0,prn,sat,week,lli[2]={0};
+    unsigned int word1,word2,word3,sc,sn;
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_cresraw2: len=%d\n",raw->len);
+    
+    if (raw->len!=460) {
+        trace(2,"crescent bin 76 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    tow =R8(p);
+    week=U2(p+8);
+    tows=floor(tow*1000.0+0.5)/1000.0; /* round by 1ms */
+    time=gpst2time(week,tows);
+    
+    /* time tag offset correction */
+    if (strstr(raw->opt,"-TTCORR")) {
+        toff=CLIGHT*(tows-tow);
+    }
+    if (fabs(timediff(time,raw->time))<1e-9) {
+        n=raw->obs.n;
+    }
+    for (i=0,p+=16;i<15&&n<MAXOBS;i++) {
+        word1=U4(p+324+4*i); /* L1CACodeMSBsPRN */
+        if ((prn=word1&0xFF)==0) continue; /* if 0, no data */
+        if (!(sat=satno(prn<=MAXPRNGPS?SYS_GPS:SYS_SBS,prn))) {
+            trace(2,"creasent bin 76 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        pr1=(word1>>13)*256.0; /* upper 19bit of L1CA pseudorange */
+        
+        word1=U4(p+144+12*i); /* L1CASatObs */
+        word2=U4(p+148+12*i);
+        word3=U4(p+152+12*i);
+        sn=word1&0xFFF;
+        snr[0]=sn==0?0.0:10.0*log10(0.1024*sn)+SNR2CN0_L1;
+        sc=(unsigned int)(word1>>24);
+        if (raw->time.time!=0) {
+            lli[0]=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][0])>0;
+        }
+        else {
+            lli[0]=0;
+        }
+        lli[0]|=((word1>>12)&7)?2:0;
+        raw->lockt[sat-1][0]=(unsigned char)sc;
+        dop[0]=((word2>>1)&0x7FFFFF)/512.0;
+        if ((word2>>24)&1) dop[0]=-dop[0];
+        pr[0]=pr1+(word3&0xFFFF)/256.0;
+        cp[0]=floor(pr[0]/lam_carr[0]/8192.0)*8192.0;
+        cp[0]+=((word2&0xFE000000)+((word3&0xFFFF0000)>>7))/524288.0;
+        if      (cp[0]-pr[0]/lam_carr[0]<-4096.0) cp[0]+=8192.0;
+        else if (cp[0]-pr[0]/lam_carr[0]> 4096.0) cp[0]-=8192.0;
+        
+        if (i<12) {
+            word1=U4(p  +12*i); /* L2PSatObs */
+            word2=U4(p+4+12*i);
+            word3=U4(p+8+12*i);
+            sn=word1&0xFFF;
+            snr[1]=sn==0?0.0:10.0*log10(0.1164*sn)+SNR2CN0_L2;
+            sc=(unsigned int)(word1>>24);
+            if (raw->time.time==0) {
+                lli[1]=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][1])>0;
+            }
+            else {
+                lli[1]=0;
+            }
+            lli[1]|=((word1>>12)&7)?2:0;
+            raw->lockt[sat-1][1]=(unsigned char)sc;
+            dop[1]=((word2>>1)&0x7FFFFF)/512.0;
+            if ((word2>>24)&1) dop[1]=-dop[1];
+            pr[1]=(word3&0xFFFF)/256.0;
+            if (pr[1]!=0.0) {
+                pr[1]+=pr1;
+                if      (pr[1]-pr[0]<-128.0) pr[1]+=256.0;
+                else if (pr[1]-pr[0]> 128.0) pr[1]-=256.0;
+                cp[1]=floor(pr[1]/lam_carr[1]/8192.0)*8192.0;
+                cp[1]+=((word2&0xFE000000)+((word3&0xFFFF0000)>>7))/524288.0;
+                if      (cp[1]-pr[1]/lam_carr[1]<-4096.0) cp[1]+=8192.0;
+                else if (cp[1]-pr[1]/lam_carr[1]> 4096.0) cp[1]-=8192.0;
+            }
+            else cp[1]=0.0;
+        }
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].sat =sat;
+        for (j=0;j<NFREQ;j++) {
+            if (j==0||(j==1&&i<12)) {
+                raw->obs.data[n].P[j]=pr[j]==0.0?0.0:pr[j]-toff;
+                raw->obs.data[n].L[j]=cp[j]==0.0?0.0:cp[j]-toff/lam_carr[j];
+                raw->obs.data[n].D[j]=-(float)dop[j];
+                raw->obs.data[n].SNR[j]=(unsigned char)(snr[j]*4.0+0.5);
+                raw->obs.data[n].LLI[j]=(unsigned char)lli[j];
+                raw->obs.data[n].code[j]=j==0?CODE_L1C:CODE_L2P;
+            }
+            else {
+                raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+                raw->obs.data[n].D[j]=0.0;
+                raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+                raw->obs.data[n].code[j]=CODE_NONE;
+            }
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    if (strstr(raw->opt,"-ENAGLO")) return 0; /* glonass follows */
+    return 1;
+}
+/* decode bin 95 ephemeris ---------------------------------------------------*/
+static int decode_creseph(raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned int word;
+    int i,j,k,prn,sat;
+    unsigned char *p=raw->buff+8,buff[90];
+    
+    trace(4,"decode_creseph: len=%d\n",raw->len);
+    
+    if (raw->len!=140) {
+        trace(2,"crescent bin 95 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U2(p);
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"crescent bin 95 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    for (i=0;i<3;i++) for (j=0;j<10;j++) {
+        word=U4(p+8+i*40+j*4)>>6;
+        for (k=0;k<3;k++) buff[i*30+j*3+k]=(unsigned char)((word>>(8*(2-k)))&0xFF);
+    }
+    if (decode_frame(buff   ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(buff+30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(buff+60,&eph,NULL,NULL,NULL,NULL)!=3) {
+        trace(2,"crescent bin 95 navigation frame error: prn=%d\n",prn);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode bin 94 ion/utc parameters ------------------------------------------*/
+static int decode_cresionutc(raw_t *raw)
+{
+    int i;
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_cresionutc: len=%d\n",raw->len);
+    
+    if (raw->len!=108) {
+        trace(2,"crescent bin 94 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=0;i<8;i++) raw->nav.ion_gps[i]=R8(p+i*8);
+    raw->nav.utc_gps[0]=R8(p+64);
+    raw->nav.utc_gps[1]=R8(p+72);
+    raw->nav.utc_gps[2]=(double)U4(p+80);
+    raw->nav.utc_gps[3]=(double)U2(p+84);
+    raw->nav.leaps=I2(p+90);
+    return 9;
+}
+/* decode bin 80 waas messages -----------------------------------------------*/
+static int decode_creswaas(raw_t *raw)
+{
+    double tow;
+    unsigned int word;
+    int i,j,k,prn;
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_creswaas: len=%d\n",raw->len);
+    
+    if (raw->len!=52) {
+        trace(2,"creasent bin 80 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U2(p);
+    if (prn<MINPRNSBS||MAXPRNSBS<prn) {
+        trace(2,"creasent bin 80 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    raw->sbsmsg.prn=prn;
+    raw->sbsmsg.tow=U4(p+4);
+    tow=time2gpst(raw->time,&raw->sbsmsg.week);
+    if      (raw->sbsmsg.tow<tow-302400.0) raw->sbsmsg.week++;
+    else if (raw->sbsmsg.tow>tow+302400.0) raw->sbsmsg.week--;
+    
+    for (i=k=0;i<8&&k<29;i++) {
+        word=U4(p+8+i*4);
+        for (j=0;j<4&&k<29;j++) raw->sbsmsg.msg[k++]=(unsigned char)(word>>(3-j)*8);
+    }
+    raw->sbsmsg.msg[28]&=0xC0;
+    return 3;
+}
+/* decode bin 66 glonass L1/L2 code and carrier phase ------------------------*/
+static int decode_cresgloraw(raw_t *raw)
+{
+    gtime_t time;
+    double tow,tows,toff=0.0,cp[2]={0},pr1,pr[2]={0},dop[2]={0},snr[2]={0};
+    int i,j,n=0,prn,sat,week,lli[2]={0};
+    unsigned int word1,word2,word3,sc,sn;
+    unsigned char *p=raw->buff+8;
+    
+    trace(4,"decode_cregloraw: len=%d\n",raw->len);
+    
+    if (!strstr(raw->opt,"-ENAGLO")) return 0;
+    
+    if (raw->len!=364) {
+        trace(2,"crescent bin 66 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    tow =R8(p);
+    week=U2(p+8);
+    tows=floor(tow*1000.0+0.5)/1000.0; /* round by 1ms */
+    time=gpst2time(week,tows);
+    
+    /* time tag offset correction */
+    if (strstr(raw->opt,"-TTCORR")) {
+        toff=CLIGHT*(tows-tow);
+    }
+    if (fabs(timediff(time,raw->time))<1e-9) {
+        n=raw->obs.n;
+    }
+    for (i=0,p+=16;i<12&&n<MAXOBS;i++) {
+        word1=U4(p+288+4*i); /* L1CACodeMSBsSlot */
+        if ((prn=word1&0xFF)==0) continue; /* if 0, no data */
+        if (!(sat=satno(SYS_GLO,prn))) {
+            trace(2,"creasent bin 66 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        pr1=(word1>>13)*256.0; /* upper 19bit of L1CA pseudorange */
+        
+        /* L1Obs */
+        word1=U4(p  +12*i);
+        word2=U4(p+4+12*i);
+        word3=U4(p+8+12*i);
+        sn=word1&0xFFF;
+        snr[0]=sn==0?0.0:10.0*log10(0.1024*sn)+SNR2CN0_L1;
+        sc=(unsigned int)(word1>>24);
+        if (raw->time.time!=0) {
+            lli[0]=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][0])>0;
+        }
+        else {
+            lli[0]=0;
+        }
+        lli[0]|=((word1>>12)&7)?2:0;
+        raw->lockt[sat-1][0]=(unsigned char)sc;
+        dop[0]=((word2>>1)&0x7FFFFF)/512.0;
+        if ((word2>>24)&1) dop[0]=-dop[0];
+        pr[0]=pr1+(word3&0xFFFF)/256.0;
+        cp[0]=floor(pr[0]/lam_carr[0]/8192.0)*8192.0;
+        cp[0]+=((word2&0xFE000000)+((word3&0xFFFF0000)>>7))/524288.0;
+        if      (cp[0]-pr[0]/lam_carr[0]<-4096.0) cp[0]+=8192.0;
+        else if (cp[0]-pr[0]/lam_carr[0]> 4096.0) cp[0]-=8192.0;
+        
+        /* L2Obs */
+        word1=U4(p+144+12*i);
+        word2=U4(p+148+12*i);
+        word3=U4(p+152+12*i);
+        sn=word1&0xFFF;
+        snr[1]=sn==0?0.0:10.0*log10(0.1164*sn)+SNR2CN0_L2;
+        sc=(unsigned int)(word1>>24);
+        if (raw->time.time==0) {
+            lli[1]=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][1])>0;
+        }
+        else {
+            lli[1]=0;
+        }
+        lli[1]|=((word1>>12)&7)?2:0;
+        raw->lockt[sat-1][1]=(unsigned char)sc;
+        dop[1]=((word2>>1)&0x7FFFFF)/512.0;
+        if ((word2>>24)&1) dop[1]=-dop[1];
+        pr[1]=(word3&0xFFFF)/256.0;
+        if (pr[1]!=0.0) {
+            pr[1]+=pr1;
+            if      (pr[1]-pr[0]<-128.0) pr[1]+=256.0;
+            else if (pr[1]-pr[0]> 128.0) pr[1]-=256.0;
+            cp[1]=floor(pr[1]/lam_carr[1]/8192.0)*8192.0;
+            cp[1]+=((word2&0xFE000000)+((word3&0xFFFF0000)>>7))/524288.0;
+            if      (cp[1]-pr[1]/lam_carr[1]<-4096.0) cp[1]+=8192.0;
+            else if (cp[1]-pr[1]/lam_carr[1]> 4096.0) cp[1]-=8192.0;
+        }
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].sat =sat;
+        for (j=0;j<NFREQ;j++) {
+            if (j==0||(j==1&&i<12)) {
+                raw->obs.data[n].P[j]=pr[j]==0.0?0.0:pr[j]-toff;
+                raw->obs.data[n].L[j]=cp[j]==0.0?0.0:cp[j]-toff/lam_carr[j];
+                raw->obs.data[n].D[j]=-(float)dop[j];
+                raw->obs.data[n].SNR[j]=(unsigned char)(snr[j]*4.0+0.5);
+                raw->obs.data[n].LLI[j]=(unsigned char)lli[j];
+                raw->obs.data[n].code[j]=j==0?CODE_L1C:CODE_L2P;
+            }
+            else {
+                raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+                raw->obs.data[n].D[j]=0.0;
+                raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+                raw->obs.data[n].code[j]=CODE_NONE;
+            }
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode bin 65 glonass ephemeris -------------------------------------------*/
+static int decode_cresgloeph(raw_t *raw)
+{
+    geph_t geph={0};
+    unsigned char *p=raw->buff+8,str[12];
+    int i,j,k,sat,prn,frq,time,no;
+    
+    trace(4,"decode_cregloeph: len=%d\n",raw->len);
+    
+    if (!strstr(raw->opt,"-ENAGLO")) return 0;
+    
+    prn =U1(p);   p+=1;
+    frq =U1(p)-8; p+=1+2;
+    time=U4(p);   p+=4;
+    
+    if (!(sat=satno(SYS_GLO,prn))) {
+        trace(2,"creasent bin 65 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    for (i=0;i<5;i++) {
+        for (j=0;j<3;j++) for (k=3;k>=0;k--) {
+            str[k+j*4]=U1(p++);
+        }
+        if ((no=getbitu(str,1,4))!=i+1) {
+            trace(2,"creasent bin 65 string no error: sat=%2d no=%d %d\n",sat,
+                  i+1,no);
+            return -1;
+        }
+        memcpy(raw->subfrm[sat-1]+10*i,str,10);
+    }
+    /* decode glonass ephemeris strings */
+    geph.tof=raw->time;
+    if (!decode_glostr(raw->subfrm[sat-1],&geph)||geph.sat!=sat) return -1;
+    geph.frq=frq;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (geph.iode==raw->nav.geph[prn-1].iode) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode crescent raw message -----------------------------------------------*/
+static int decode_cres(raw_t *raw)
+{
+    int type=U2(raw->buff+4);
+    
+    trace(3,"decode_cres: type=%2d len=%d\n",type,raw->len);
+    
+    if (!chksum(raw->buff,raw->len)) {
+        trace(2,"crescent checksum error: type=%2d len=%d\n",type,raw->len);
+        return -1;
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"HEMIS %2d (%4d):",type,raw->len);
+    }
+    switch (type) {
+        case ID_CRESPOS   : return decode_crespos(raw);
+        case ID_CRESRAW   : return decode_cresraw(raw);
+        case ID_CRESRAW2  : return decode_cresraw2(raw);
+        case ID_CRESEPH   : return decode_creseph(raw);
+        case ID_CRESWAAS  : return decode_creswaas(raw);
+        case ID_CRESIONUTC: return decode_cresionutc(raw);
+        case ID_CRESGLORAW: return decode_cresgloraw(raw);
+        case ID_CRESGLOEPH: return decode_cresgloeph(raw);
+    }
+    return 0;
+}
+/* sync code -----------------------------------------------------------------*/
+static int sync_cres(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=buff[2]; buff[2]=buff[3]; buff[3]=data;
+    return buff[0]==CRESSYNC[0]&&buff[1]==CRESSYNC[1]&&
+           buff[2]==CRESSYNC[2]&&buff[3]==CRESSYNC[3];
+}
+/* input cresent raw message ---------------------------------------------------
+* input next crescent raw message from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL      : input all ephemerides
+*          -TTCORR      : time-tag offset correction
+*          -ENAGLO      : enable glonass messages
+*
+*-----------------------------------------------------------------------------*/
+extern int input_cres(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_cres: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (!sync_cres(raw->buff,data)) return 0;
+        raw->nbyte=4;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==8) {
+        if ((raw->len=U2(raw->buff+6)+12)>MAXRAWLEN) {
+            trace(2,"cresent length error: len=%d\n",raw->len);
+            raw->nbyte=0;
+            return -1;
+        }
+    }
+    if (raw->nbyte<8||raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+    
+    /* decode crescent raw message */
+    return decode_cres(raw);
+}
+/* input crescent raw message from file ----------------------------------------
+* input next crescent raw message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_cresf(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_cresf:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_cres(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+4,1,4,fp)<4) return -2;
+    raw->nbyte=8;
+    
+    if ((raw->len=U2(raw->buff+6)+12)>MAXRAWLEN) {
+        trace(2,"crescent length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+8,1,raw->len-8,fp)<(size_t)(raw->len-8)) return -2;
+    raw->nbyte=0;
+    
+    /* decode crescent raw message */
+    return decode_cres(raw);
+}
diff --git a/src/rcv/gw10.c b/src/rcv/gw10.c
new file mode 100644
index 0000000..34c2cd1
--- /dev/null
+++ b/src/rcv/gw10.c
@@ -0,0 +1,425 @@
+/*------------------------------------------------------------------------------
+* gw10.c : furuno GW-10 receiver functions
+*
+*          Copyright (C) 2011-2012 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] Furuno, SBAS/GPS receiver type GW-10 III manual, July 2004
+*
+* version : $Revision:$ $Date:$
+* history : 2011/05/27  1.0  new
+*           2011/07/01  1.1  suppress warning
+*           2012/02/14  1.2  add decode of gps message (0x02)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define GW10SYNC    0x8B        /* gw10 sync code */
+
+#define ID_GW10RAW  0x08        /* gw10 msg id: raw obs data */
+#define ID_GW10GPS  0x02        /* gw10 msg id: gps message */
+#define ID_GW10SBS  0x03        /* gw10 msg id: sbas message */
+#define ID_GW10DGPS 0x06        /* gw10 msg id: dgps message */
+#define ID_GW10REF  0x07        /* gw10 msg id: dgps ref info */
+#define ID_GW10SOL  0x20        /* gw10 msg id: solution */
+#define ID_GW10SATH 0x22        /* gw10 msg id: satellite health */
+#define ID_GW10SATO 0x23        /* gw10 msg id: satellite orbit */
+#define ID_GW10EPH  0x24        /* gw10 msg id: ephemeris */
+#define ID_GW10ALM  0x25        /* gw10 msg id: almanac */
+#define ID_GW10ION  0x26        /* gw10 msg id: ion/utc correction */
+#define ID_GW10REPH 0x27        /* gw10 msg id: raw ephemeris */
+
+#define LEN_GW10RAW 379         /* gw10 msg length: raw obs data */
+#define LEN_GW10GPS 48          /* gw10 msg length: gps message */
+#define LEN_GW10SBS 40          /* gw10 msg length: sbas message */
+#define LEN_GW10DGPS 21         /* gw10 msg length: dgps message */
+#define LEN_GW10REF 22          /* gw10 msg length: dgps ref info */
+#define LEN_GW10SOL 227         /* gw10 msg length: solution */
+#define LEN_GW10SATH 17         /* gw10 msg length: satellite health */
+#define LEN_GW10SATO 67         /* gw10 msg length: satellite orbit */
+#define LEN_GW10EPH 68          /* gw10 msg length: ephemeris */
+#define LEN_GW10ALM 39          /* gw10 msg length: almanac */
+#define LEN_GW10ION 32          /* gw10 msg length: ion/utc correction */
+#define LEN_GW10REPH 98         /* gw10 msg length: raw ephemeris */
+
+#define OFFWEEK     1024        /* week offset for ephemeris */
+
+static const char rcsid[]="$Id:$";
+
+/* extract field (big-endian) ------------------------------------------------*/
+#define U1(p)       (*((unsigned char *)(p)))
+#define I1(p)       (*((char *)(p)))
+
+static unsigned short U2(unsigned char *p)
+{
+    unsigned short value;
+    unsigned char *q=(unsigned char *)&value+1;
+    int i;
+    for (i=0;i<2;i++) *q--=*p++;
+    return value;
+}
+static unsigned int U4(unsigned char *p)
+{
+    unsigned int value;
+    unsigned char *q=(unsigned char *)&value+3;
+    int i;
+    for (i=0;i<4;i++) *q--=*p++;
+    return value;
+}
+static double R8(unsigned char *p)
+{
+    double value;
+    unsigned char *q=(unsigned char *)&value+7;
+    int i;
+    for (i=0;i<8;i++) *q--=*p++;
+    return value;
+}
+/* message length ------------------------------------------------------------*/
+static int msglen(unsigned char id)
+{
+    switch (id) {
+        case ID_GW10RAW : return LEN_GW10RAW ;
+        case ID_GW10GPS : return LEN_GW10GPS ;
+        case ID_GW10SBS : return LEN_GW10SBS ;
+        case ID_GW10DGPS: return LEN_GW10DGPS;
+        case ID_GW10REF : return LEN_GW10REF ;
+        case ID_GW10SOL : return LEN_GW10SOL ;
+        case ID_GW10SATH: return LEN_GW10SATH;
+        case ID_GW10SATO: return LEN_GW10SATO;
+        case ID_GW10EPH : return LEN_GW10EPH ;
+        case ID_GW10ALM : return LEN_GW10ALM ;
+        case ID_GW10ION : return LEN_GW10ION ;
+        case ID_GW10REPH: return LEN_GW10REPH;
+    }
+    return 0;
+}
+/* compute checksum ----------------------------------------------------------*/
+static int chksum(const unsigned char *buff, int n)
+{
+    unsigned char cs=0;
+    int i;
+    for (i=1;i<n-1;i++) cs+=buff[i];
+    return buff[n-1]==cs;
+}
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static int adjweek(raw_t *raw, double tow)
+{
+    double tow_p;
+    int week;
+    
+    if (raw->time.time==0) return 0;
+    tow_p=time2gpst(raw->time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    raw->time=gpst2time(week,tow);
+    return 1;
+}
+/* bcd to number -------------------------------------------------------------*/
+static int bcd2num(unsigned char bcd)
+{
+    return (bcd>>4)*10+(bcd&0xF);
+}
+/* decode raw obs data -------------------------------------------------------*/
+static int decode_gw10raw(raw_t *raw)
+{
+    double tow,tows,toff,pr,cp;
+    int i,j,n,prn,flg,sat,snr;
+    unsigned char *p=raw->buff+2;
+    
+    trace(4,"decode_gw10raw: len=%d\n",raw->len);
+    
+    tow=R8(p);
+    tows=floor(tow*1000.0+0.5)/1000.0; /* round by 10ms */
+    toff=CLIGHT*(tows-tow);            /* time tag offset (m) */
+    if (!adjweek(raw,tows)) {
+        trace(2,"decode_gw10raw: no gps week infomation\n");
+        return 0;
+    }
+    for (i=n=0,p+=8;i<16&&n<MAXOBS;i++,p+=23) {
+        if (U1(p+1)!=1) continue;
+        prn=U1(p);
+        if (!(sat=satno(prn<=MAXPRNGPS?SYS_GPS:SYS_SBS,prn))) {
+            trace(2,"gw10raw satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        pr =R8(p+ 2)-toff;
+        snr=U2(p+16);
+        cp =-(int)(U4(p+18))/256.0-toff/lam_carr[0];
+        flg=U1(p+22);
+        if (flg&0x3) {
+            trace(2,"gw10raw raw data invalid: prn=%d\n",prn);
+            continue;
+        }
+        raw->obs.data[n].time=raw->time;
+        raw->obs.data[n].sat =sat;
+        raw->obs.data[n].P[0]=pr;
+        raw->obs.data[n].L[0]=(flg&0x80)?0.0:((flg&0x40)?cp-0.5:cp);
+        raw->obs.data[n].D[0]=0.0;
+        raw->obs.data[n].SNR[0]=(unsigned char)(snr*4.0+0.5);
+        raw->obs.data[n].LLI[0]=(flg&0x80)?1:0;
+        raw->obs.data[n].code[0]=CODE_L1C;
+        
+        for (j=1;j<NFREQ;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->obs.n=n;
+    return 1;
+}
+/* check partity -------------------------------------------------------------*/
+extern int check_parity(unsigned int word, unsigned char *data)
+{
+    const unsigned int hamming[]={
+        0xBB1F3480,0x5D8F9A40,0xAEC7CD00,0x5763E680,0x6BB1F340,0x8B7A89C0
+    };
+    unsigned int parity=0,w;
+    int i;
+    
+    for (i=0;i<6;i++) {
+        parity<<=1;
+        for (w=(word&hamming[i])>>6;w;w>>=1) parity^=w&1;
+    }
+    if (parity!=(word&0x3F)) return 0;
+    
+    for (i=0;i<3;i++) data[i]=(unsigned char)(word>>(22-i*8));
+    return 1;
+}
+/* decode gps message --------------------------------------------------------*/
+static int decode_gw10gps(raw_t *raw)
+{
+    eph_t eph={0};
+    double tow,ion[8]={0},utc[4]={0};
+    unsigned int buff=0;
+    int i,prn,sat,id,leaps;
+    unsigned char *p=raw->buff+2,subfrm[30];
+    
+    trace(4,"decode_gw10gps: len=%d\n",raw->len);
+    
+    tow=U4(p)/1000.0; p+=4;
+    prn=U1(p);        p+=1;
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"gw10 gps satellite number error: tow=%.1f prn=%d\n",tow,prn);
+        return -1;
+    }
+    for (i=0;i<10;i++) {
+        buff=(buff<<30)|U4(p); p+=4;
+        
+        /* check parity of word */
+        if (!check_parity(buff,subfrm+i*3)) {
+            trace(2,"gw10 gps frame parity error: tow=%.1f prn=%2d word=%2d\n",
+                 tow,prn,i+1);
+            return -1;
+        }
+    }
+    id=getbitu(subfrm,43,3); /* subframe id */
+    
+    if (id<1||5<id) {
+        trace(2,"gw10 gps frame id error: tow=%.1f prn=%2d id=%d\n",tow,prn,id);
+        return -1;
+    }
+    for (i=0;i<30;i++) raw->subfrm[sat-1][i+(id-1)*30]=subfrm[i];
+    
+    if (id==3) { /* decode ephemeris */
+        if (decode_frame(raw->subfrm[sat-1]   ,&eph,NULL,NULL,NULL,NULL)!=1||
+            decode_frame(raw->subfrm[sat-1]+30,&eph,NULL,NULL,NULL,NULL)!=2||
+            decode_frame(raw->subfrm[sat-1]+60,&eph,NULL,NULL,NULL,NULL)!=3) {
+            return 0;
+        }
+        if (!strstr(raw->opt,"-EPHALL")) {
+            if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+        }
+        eph.sat=sat;
+        raw->nav.eph[sat-1]=eph;
+        raw->ephsat=sat;
+        return 2;
+    }
+    else if (id==4) { /* decode ion-utc parameters */
+        if (decode_frame(subfrm,NULL,NULL,ion,utc,&leaps)!=4) {
+            return 0;
+        }
+        if (norm(ion,8)>0.0&&norm(utc,4)>0.0&&leaps!=0) {
+            for (i=0;i<8;i++) raw->nav.ion_gps[i]=ion[i];
+            for (i=0;i<4;i++) raw->nav.utc_gps[i]=utc[i];
+            raw->nav.leaps=leaps;
+            return 9;
+        }
+    }
+    return 0;
+}
+/* decode waas messages ------------------------------------------------------*/
+static int decode_gw10sbs(raw_t *raw)
+{
+    double tow;
+    int i,prn;
+    unsigned char *p=raw->buff+2;
+    
+    trace(4,"decode_gw10sbs : len=%d\n",raw->len);
+    
+    tow=U4(p)/1000.0;
+    prn=U1(p+4);
+    if (prn<MINPRNSBS||MAXPRNSBS<prn) {
+        trace(2,"gw10 sbs satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    raw->sbsmsg.prn=prn;
+    raw->sbsmsg.tow=(int)tow;
+    tow=time2gpst(raw->time,&raw->sbsmsg.week);
+    if      (raw->sbsmsg.tow<tow-302400.0) raw->sbsmsg.week++;
+    else if (raw->sbsmsg.tow>tow+302400.0) raw->sbsmsg.week--;
+    
+    for (i=0;i<29;i++) {
+        raw->sbsmsg.msg[i]=*(p+5+i);
+    }
+    raw->sbsmsg.msg[28]&=0xC0; 
+    return 3;
+}
+/* decode raw ephemereris ----------------------------------------------------*/
+static int decode_gw10reph(raw_t *raw)
+{
+    eph_t eph={0};
+    double tow;
+    int i,week,prn,sat;
+    unsigned char *p=raw->buff+2,buff[90];
+    
+    trace(4,"decode_gw10reph: len=%d\n",raw->len);
+    
+    prn=U1(p);
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"gw10 raw ephemeris satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    for (i=0;i<90;i++) {
+        buff[i]=*(p+1+i);
+    }
+    if (decode_frame(buff    ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(buff+ 30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(buff+ 60,&eph,NULL,NULL,NULL,NULL)!=3) {
+        trace(2,"gw10 raw ephemeris navigation frame error: prn=%d\n",prn);
+        return -1;
+    }
+    /* set time if no time avaliable */
+    if (raw->time.time==0) {
+        tow=getbitu(buff,24,17)*6.0;
+        week=getbitu(buff,48,10)+OFFWEEK;
+        raw->time=timeadd(gpst2time(week,tow),24.0);
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode solution -----------------------------------------------------------*/
+static int decode_gw10sol(raw_t *raw)
+{
+    gtime_t time;
+    double ep[6]={0},sec;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_gw10sol : len=%d\n",raw->len);
+    
+    if (U2(p+42)&0xC00) { /* time valid? */
+        trace(2,"gw10 sol time/day invalid\n");
+        return 0;
+    }
+    sec=U4(p+27)/16384.0;
+    sec=floor(sec*1000.0+0.5)/1000.0;
+    ep[2]=bcd2num(p[31]);
+    ep[1]=bcd2num(p[32]);
+    ep[0]=bcd2num(p[33])*100+bcd2num(p[34]);
+    time=utc2gpst(timeadd(epoch2time(ep),sec));
+    
+    /* set time if no time available */
+    if (raw->time.time==0) {
+        raw->time=time;
+    }
+    return 0;
+}
+/* decode gw10 raw message ---------------------------------------------------*/
+static int decode_gw10(raw_t *raw)
+{
+    int type=U1(raw->buff+1);
+    
+    trace(3,"decode_gw10: type=0x%02X len=%d\n",type,raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"GW10 0x%02X (%4d):",type,raw->len);
+    }
+    switch (type) {
+        case ID_GW10RAW : return decode_gw10raw (raw);
+        case ID_GW10GPS : return decode_gw10gps (raw);
+        case ID_GW10SBS : return decode_gw10sbs (raw);
+        case ID_GW10REPH: return decode_gw10reph(raw);
+        case ID_GW10SOL : return decode_gw10sol (raw);
+    }
+    return 0;
+}
+/* input gw10 raw message ------------------------------------------------------
+* input next gw10 raw message from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL    : input all ephemerides
+*
+*-----------------------------------------------------------------------------*/
+extern int input_gw10(raw_t *raw, unsigned char data)
+{
+    int stat;
+    trace(5,"input_gw10: data=%02x\n",data);
+    
+    raw->buff[raw->nbyte++]=data;
+    
+    /* synchronize frame */
+    if (raw->buff[0]!=GW10SYNC) {
+        raw->nbyte=0;
+        return 0;
+    }
+    if (raw->nbyte>=2&&!(raw->len=msglen(raw->buff[1]))) {
+        raw->nbyte=0;
+        return 0;
+    }
+    if (raw->nbyte<2||raw->nbyte<raw->len) return 0;
+    
+    if (!chksum(raw->buff,raw->len)) {
+        tracet(2,"gw10 message checksum error msg=%d\n",raw->buff[1]);
+        raw->buff[0]=0;
+        raw->nbyte=0;
+        return -1;
+    }
+    /* decode gw10 raw message */
+    stat=decode_gw10(raw);
+    
+    raw->buff[0]=0;
+    raw->nbyte=0;
+    
+    return stat;
+}
+/* input gw10 raw message from file --------------------------------------------
+* input next gw10 raw message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_gw10f(raw_t *raw, FILE *fp)
+{
+    int i,data,ret;
+    
+    trace(4,"input_gw10f:\n");
+    
+    for (i=0;i<4096;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        if ((ret=input_gw10(raw,(unsigned char)data))) return ret;
+    }
+    return 0; /* return at every 4k bytes */
+}
diff --git a/src/rcv/javad.c b/src/rcv/javad.c
new file mode 100644
index 0000000..a9d4381
--- /dev/null
+++ b/src/rcv/javad.c
@@ -0,0 +1,1774 @@
+/*------------------------------------------------------------------------------
+* javad.c : javad receiver dependent functions
+*
+*          Copyright (C) 2011-2014 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] Javad GNSS, GREIS GNSS Receiver External Interface Specification,
+*         Reflects Firmware Version 3.2.0, July 22, 2010
+*     [2] Javad navigation systemms, GPS Receiver Interface Language (GRIL)
+*         Reference Guide Rev 2.2, Reflects Firmware Version 2.6.0
+*     [3] Javad GNSS, User visible changes in the firmware vesion 3.4.0 since
+*         version 3.3.x (NEWS_3_4_0.txt)
+*     [4] Javad GNSS, GREIS GNSS Receiver External Interface Specification,
+*         Reflects Firmware Version 3.4.6, October 9, 2012
+*     [5] Javad GNSS, GREIS GNSS Receiver External Interface Specification,
+*         Reflects Firmware Version 3.5.4, January 30, 2014
+*
+* version : $Revision:$ $Date:$
+* history : 2011/05/27 1.0  new
+*           2011/07/07 1.1  fix QZSS IODC-only-update problem
+*           2012/07/17 1.2  change GALILEO scale factor for short pseudorange
+*           2012/10/18 1.3  change receiver options and rinex obs code
+*           2013/01/24 1.4  change compass factor for short pseudorange
+*                           add raw option -NOET
+*           2013/02/23 1.6  fix memory access violation problem on arm
+*           2013/05/08 1.7  fix bug on week number of galileo ephemeris
+*           2014/05/23 1.8  support beidou
+*           2014/06/23 1.9  support [lD] for glonass raw navigation data
+*           2014/08/26 1.10 fix bug on decoding iode in glonass ephemeris [NE]
+*           2014/10/20 1.11 fix bug on receiver option -GL*,-RL*,-JL*
+*           2016/01/26 1.12 fix problem on bus-error on ARM CPU (#129)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define PREAMB_CNAV 0x8B
+
+#define ISTXT(c)    ('0'<=(c)&&(c)<='~')
+#define ISHEX(c)    (('0'<=(c)&&(c)<='9')||('A'<=(c)&&(c)<='F'))
+#define ROT_LEFT(val) (((val)<<2)|((val)>>6))
+
+/* extract field (little-endian) ---------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static short          I2(unsigned char *p) {short          i; memcpy(&i,p,2); return i;}
+static int            I4(unsigned char *p) {int            i; memcpy(&i,p,4); return i;}
+
+static float R4(unsigned char *p)
+{
+    float value;
+    unsigned char *q=(unsigned char *)&value;
+    int i;
+    if (U4(p)==0x7FC00000) return 0.0f; /* quiet nan */
+    for (i=0;i<4;i++) *q++=*p++;
+    return value;
+}
+static double R8(unsigned char *p)
+{
+    double value;
+    unsigned char *q=(unsigned char *)&value;
+    int i;
+    if (U4(p+4)==0x7FF80000&&U4(p)==0) return 0.0; /* quiet nan */
+    for (i=0;i<8;i++) *q++=*p++;
+    return value;
+}
+/* decode message length -----------------------------------------------------*/
+static int decodelen(const unsigned char *buff)
+{
+    unsigned int len;
+    if (!ISHEX(buff[0])||!ISHEX(buff[1])||!ISHEX(buff[2])) return 0;
+    if (sscanf((char *)buff,"%3X",&len)==1) return (int)len;
+    return 0;
+}
+/* test measurement data -----------------------------------------------------*/
+static int is_meas(char sig)
+{
+    return sig=='c'||sig=='C'||sig=='1'||sig=='2'||sig=='3'||sig=='5'||sig=='l';
+}
+/* convert signal to frequency and obs type ----------------------------------*/
+static int tofreq(char sig, int sys, int *type)
+{
+    const unsigned char types[6][6]={ /* ref [5] table 3-7 */
+        /*  c/C       1        2        3        5        l  */
+        {CODE_L1C,CODE_L1W,CODE_L2W,CODE_L2X,CODE_L5X,CODE_L1X}, /* GPS */
+        {CODE_L1C,CODE_L1Z,CODE_L6X,CODE_L2X,CODE_L5X,CODE_L1X}, /* QZS */
+        {CODE_L1C,0       ,0       ,0       ,CODE_L5X,0       }, /* SBS */
+        {CODE_L1X,CODE_L8X,CODE_L7X,CODE_L6X,CODE_L5X,0       }, /* GAL */
+        {CODE_L1C,CODE_L1P,CODE_L2P,CODE_L2C,CODE_L3X,0       }, /* GLO */
+        {CODE_L1I,0       ,0       ,0       ,CODE_L7I,0       }  /* CMP */
+    };
+    const int freqs[6][6]={
+        {1,1,2,2,3,1}, {1,1,4,2,3,1}, {1,0,0,0,3,0},     /* GPS,QZS,SBS */
+        {1,6,5,4,3,0}, {1,1,2,2,3,0}, {1,0,0,0,2,0}      /* GAL,GLO,CMP */
+    };
+    int i,j;
+    
+    switch (sig) {
+        case 'c':
+        case 'C': i=0; break;
+        case '1': i=1; break;
+        case '2': i=2; break;
+        case '3': i=3; break;
+        case '5': i=4; break;
+        case 'l': i=5; break;
+        default: return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: j=0; break;
+        case SYS_QZS: j=1; break;
+        case SYS_SBS: j=2; break;
+        case SYS_GAL: j=3; break;
+        case SYS_GLO: j=4; break;
+        case SYS_CMP: j=5; break;
+        default: return -1;
+    }
+    *type=types[j][i];
+    
+    /* 0:L1,1:L2,2:L5,3:L6,4:L7,5:L8,-1:error */
+    return freqs[j][i]<=NFREQ?freqs[j][i]-1:-1;
+}
+/* check code priority and return obs position -------------------------------*/
+static int checkpri(const char *opt, int sys, int code, int freq)
+{
+    int nex=NEXOBS; /* number of extended obs data */
+    
+    if (sys==SYS_GPS) {
+        if (strstr(opt,"-GL1W")&&freq==0) return code==CODE_L1W?0:-1;
+        if (strstr(opt,"-GL1X")&&freq==0) return code==CODE_L1X?0:-1;
+        if (strstr(opt,"-GL2X")&&freq==1) return code==CODE_L2X?1:-1;
+        if (code==CODE_L1W) return nex<1?-1:NFREQ;
+        if (code==CODE_L2X) return nex<2?-1:NFREQ+1;
+        if (code==CODE_L1X) return nex<3?-1:NFREQ+2;
+    }
+    else if (sys==SYS_GLO) {
+        if (strstr(opt,"-RL1C")&&freq==0) return code==CODE_L1C?0:-1;
+        if (strstr(opt,"-RL2C")&&freq==1) return code==CODE_L2C?1:-1;
+        if (code==CODE_L1C) return nex<1?-1:NFREQ;
+        if (code==CODE_L2C) return nex<2?-1:NFREQ+1;
+    }
+    else if (sys==SYS_QZS) {
+        if (strstr(opt,"-JL1Z")&&freq==0) return code==CODE_L1Z?0:-1;
+        if (strstr(opt,"-JL1X")&&freq==0) return code==CODE_L1X?0:-1;
+        if (code==CODE_L1Z) return nex<1?-1:NFREQ;
+        if (code==CODE_L1X) return nex<2?-1:NFREQ+1;
+    }
+    return freq<NFREQ?freq:-1;
+}
+/* glonass carrier frequency -------------------------------------------------*/
+static double freq_glo(int freq, int freqn)
+{
+    switch (freq) {
+        case 0: return FREQ1_GLO+DFRQ1_GLO*freqn;
+        case 1: return FREQ2_GLO+DFRQ2_GLO*freqn;
+    }
+    return 0.0;
+}
+/* checksum ------------------------------------------------------------------*/
+static int checksum(unsigned char *buff, int len)
+{
+    unsigned char cs=0;
+    int i;
+    for (i=0;i<len-1;i++) {
+        cs=ROT_LEFT(cs)^buff[i];
+    }
+    cs=ROT_LEFT(cs);
+    return cs==buff[len-1];
+}
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static gtime_t adjweek(gtime_t time, double tow)
+{
+    double tow_p;
+    int week;
+    tow_p=time2gpst(time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    return gpst2time(week,tow);
+}
+/* adjust daily rollover of time ---------------------------------------------*/
+static gtime_t adjday(gtime_t time, double tod)
+{
+    double ep[6],tod_p;
+    time2epoch(time,ep);
+    tod_p=ep[3]*3600.0+ep[4]*60.0+ep[5];
+    if      (tod<tod_p-43200.0) tod+=86400.0;
+    else if (tod>tod_p+43200.0) tod-=86400.0;
+    ep[3]=ep[4]=ep[5]=0.0;
+    return timeadd(epoch2time(ep),tod);
+}
+/* set time tag --------------------------------------------------------------*/
+static int settag(obsd_t *data, gtime_t time)
+{
+    char s1[64],s2[64];
+    
+    if (data->time.time!=0&&fabs(timediff(data->time,time))>5E-4) {
+        time2str(data->time,s1,4); time2str(time,s2,4);
+        trace(2,"time inconsistent: time=%s %s sat=%2d\n",s1,s2,data->sat);
+        return 0;
+    }
+    data->time=time;
+    return 1;
+}
+/* flush observation data buffer ---------------------------------------------*/
+static int flushobuf(raw_t *raw)
+{
+    gtime_t time0={0};
+    int i,j,n=0;
+    
+    trace(3,"flushobuf: n=%d\n",raw->obuf.n);
+    
+    /* copy observation data buffer */
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        if (!satsys(raw->obuf.data[i].sat,NULL)) continue;
+        if (raw->obuf.data[i].time.time==0) continue;
+        raw->obs.data[n++]=raw->obuf.data[i];
+    }
+    raw->obs.n=n;
+    
+    /* clear observation data buffer */
+    for (i=0;i<MAXOBS;i++) {
+        raw->obuf.data[i].time=time0;
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            raw->obuf.data[i].L[j]=raw->obuf.data[i].P[j]=0.0;
+            raw->obuf.data[i].D[j]=0.0;
+            raw->obuf.data[i].SNR[j]=raw->obuf.data[i].LLI[j]=0;
+            raw->obuf.data[i].code[j]=CODE_NONE;
+        }
+    }
+    for (i=0;i<MAXSAT;i++) raw->prCA[i]=raw->dpCA[i]=0.0;
+    return n>0?1:0;
+}
+/* decode [~~] receiver time -------------------------------------------------*/
+static int decode_RT(raw_t *raw)
+{
+    gtime_t time;
+    char *msg;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad RT error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<10) {
+        trace(2,"javad RT length error: len=%d\n",raw->len);
+        return -1;
+    }
+    raw->tod=U4(p);
+    
+    if (raw->time.time==0) return 0;
+    
+    /* update receiver time */
+    time=raw->time;
+    if (raw->tbase>=1) time=gpst2utc(time); /* gpst->utc */
+    time=adjday(time,raw->tod*0.001);
+    if (raw->tbase>=1) time=utc2gpst(time); /* utc->gpst */
+    raw->time=time;
+    
+    trace(3,"decode_RT: time=%s\n",time_str(time,3));
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," %s",time_str(time,3));
+    }
+    /* flush observation data buffer */
+    return flushobuf(raw);
+}
+/* decode [::] epoch time ----------------------------------------------------*/
+static int decode_ET(raw_t *raw)
+{
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad ET checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<10) {
+        trace(2,"javad ET length error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->tod!=(int)U4(p)) {
+        trace(2,"javad ET inconsistent tod: tod=%d %d\n",raw->tod,U4(p));
+        return -1;
+    }
+    raw->tod=-1; /* end of epoch */
+    
+    /* flush observation data buffer */
+    return flushobuf(raw);
+}
+/* decode [RD] receiver date -------------------------------------------------*/
+static int decode_RD(raw_t *raw)
+{
+    double ep[6]={0};
+    char *msg;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad RD checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<11) {
+        trace(2,"javad RD length error: len=%d\n",raw->len);
+        return -1;
+    }
+    ep[0]=U2(p); p+=2;
+    ep[1]=U1(p); p+=1;
+    ep[2]=U1(p); p+=1;
+    raw->tbase=U1(p);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," %04.0f/%02.0f/%02.0f base=%d",ep[0],ep[1],ep[2],raw->tbase);
+    }
+    if (raw->tod<0) {
+        trace(2,"javad RD lack of preceding RT\n");
+        return 0;
+    }
+    raw->time=timeadd(epoch2time(ep),raw->tod*0.001);
+    if (raw->tbase>=1) raw->time=utc2gpst(raw->time); /* utc->gpst */
+    
+    trace(3,"decode_RD: time=%s\n",time_str(raw->time,3));
+    
+    return 0;
+}
+/* decode [SI] satellite indices ---------------------------------------------*/
+static int decode_SI(raw_t *raw)
+{
+    int i,usi,sat;
+    char *msg;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad SI checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    raw->obuf.n=raw->len-6;
+    
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        usi=U1(p); p+=1;
+        
+        if      (usi<=  0) sat=0;                      /* ref [5] table 3-6 */
+        else if (usi<= 37) sat=satno(SYS_GPS,usi);     /*   1- 37: GPS */
+        else if (usi<= 70) sat=255;                    /*  38- 70: GLONASS */
+        else if (usi<=119) sat=satno(SYS_GAL,usi-70);  /*  71-119: GALILEO */
+        else if (usi<=142) sat=satno(SYS_SBS,usi);     /* 120-142: SBAS */
+        else if (usi<=192) sat=0;
+        else if (usi<=197) sat=satno(SYS_QZS,usi);     /* 193-197: QZSS */
+        else if (usi<=210) sat=0;
+        else if (usi<=240) sat=satno(SYS_CMP,usi-210); /* 211-240: BeiDou */
+        else               sat=0;
+        
+        raw->obuf.data[i].time=raw->time;
+        raw->obuf.data[i].sat=sat;
+        
+        /* glonass fcn (frequency channel number) */
+        if (sat==255) raw->freqn[i]=usi-45;
+    }
+    trace(4,"decode_SI: nsat=raw->obuf.n\n");
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," nsat=%2d",raw->obuf.n);
+    }
+    return 0;
+}
+/* decode [NN] glonass satellite system numbers ------------------------------*/
+static int decode_NN(raw_t *raw)
+{
+    unsigned char *p=raw->buff+5;
+    char *msg;
+    int i,n,ns,slot,sat,index[MAXOBS];
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad NN checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=n=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        if (raw->obuf.data[i].sat==255) index[n++]=i;
+    }
+    ns=raw->len-6;
+    
+    for (i=0;i<ns&&i<n;i++) {
+        slot=U1(p); p+=1;
+        sat=satno(SYS_GLO,slot);
+        raw->obuf.data[index[i]].sat=sat;
+    }
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," nsat=%2d",ns);
+    }
+    return 0;
+}
+/* decode [GA] gps almanac ---------------------------------------------------*/
+static int decode_GA(raw_t *raw)
+{
+    trace(2,"javad GA not supported\n");
+    
+    return 0;
+}
+/* decode [NA] glonass almanac -----------------------------------------------*/
+static int decode_NA(raw_t *raw)
+{
+    trace(2,"javad NA not supported\n");
+    
+    return 0;
+}
+/* decode [EA] galileo almanac -----------------------------------------------*/
+static int decode_EA(raw_t *raw)
+{
+    trace(2,"javad EA not supported\n");
+    
+    return 0;
+}
+/* decode [WA] waas almanac --------------------------------------------------*/
+static int decode_WA(raw_t *raw)
+{
+    trace(2,"javad WA not supported\n");
+    
+    return 0;
+}
+/* decode [QA] qzss almanac --------------------------------------------------*/
+static int decode_QA(raw_t *raw)
+{
+    trace(2,"javad QA not supported\n");
+    
+    return 0;
+}
+/* decode gps/galileo/qzss ephemeris -----------------------------------------*/
+static int decode_eph(raw_t *raw, int sys)
+{
+    eph_t eph={0};
+    double toc,sqrtA,tt;
+    char *msg;
+    int prn,tow,flag,week;
+    unsigned char *p=raw->buff+5;
+    
+    trace(3,"decode_eph: sys=%2d prn=%3d\n",sys,U1(p));
+    
+    prn       =U1(p);        p+=1;
+    tow       =U4(p);        p+=4;
+    flag      =U1(p);        p+=1;
+    eph.iodc  =I2(p);        p+=2;
+    toc       =I4(p);        p+=4;
+    eph.sva   =I1(p);        p+=1;
+    eph.svh   =U1(p);        p+=1;
+    week      =I2(p);        p+=2;
+    eph.tgd[0]=R4(p);        p+=4;
+    eph.f2    =R4(p);        p+=4;
+    eph.f1    =R4(p);        p+=4;
+    eph.f0    =R4(p);        p+=4;
+    eph.toes  =I4(p);        p+=4;
+    eph.iode  =I2(p);        p+=2;
+    sqrtA     =R8(p);        p+=8;
+    eph.e     =R8(p);        p+=8;
+    eph.M0    =R8(p)*SC2RAD; p+=8;
+    eph.OMG0  =R8(p)*SC2RAD; p+=8;
+    eph.i0    =R8(p)*SC2RAD; p+=8;
+    eph.omg   =R8(p)*SC2RAD; p+=8;
+    eph.deln  =R4(p)*SC2RAD; p+=4;
+    eph.OMGd  =R4(p)*SC2RAD; p+=4;
+    eph.idot  =R4(p)*SC2RAD; p+=4;
+    eph.crc   =R4(p);        p+=4;
+    eph.crs   =R4(p);        p+=4;
+    eph.cuc   =R4(p);        p+=4;
+    eph.cus   =R4(p);        p+=4;
+    eph.cic   =R4(p);        p+=4;
+    eph.cis   =R4(p);        p+=4;
+    eph.A     =sqrtA*sqrtA;
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d iode=%3d iodc=%3d toes=%6.0f",prn,eph.iode,
+                eph.iodc,eph.toes);
+    }
+    if (sys==SYS_GPS||sys==SYS_QZS) {
+        if (!(eph.sat=satno(sys,prn))) {
+            trace(2,"javad ephemeris satellite error: sys=%d prn=%d\n",sys,prn);
+            return -1;
+        }
+        eph.flag=(flag>>1)&1;
+        eph.code=(flag>>2)&3;
+        eph.fit =flag&1;
+        eph.week=adjgpsweek(week);
+        eph.toe=gpst2time(eph.week,eph.toes);
+        
+        /* for week-handover problem */
+        tt=timediff(eph.toe,raw->time);
+        if      (tt<-302400.0) eph.week++;
+        else if (tt> 302400.0) eph.week--;
+        eph.toe=gpst2time(eph.week,eph.toes);
+        
+        eph.toc=gpst2time(eph.week,toc);
+        eph.ttr=adjweek(eph.toe,tow);
+    }
+    else if (sys==SYS_GAL) {
+        if (!(eph.sat=satno(sys,prn))) {
+            trace(2,"javad ephemeris satellite error: sys=%d prn=%d\n",sys,prn);
+            return -1;
+        }
+        eph.tgd[1]=R4(p); p+=4;    /* BGD: E1-E5A (s) */
+        eph.tgd[2]=R4(p); p+=4+13; /* BGD: E1-E5B (s) */
+        eph.code  =U1(p);          /* navtype: 0:E1B(INAV),1:E5A(FNAV) */
+                                   /*          3:GIOVE E1B,4:GIOVE E5A */
+        
+        /* gst week -> gps week */
+        eph.week=week+1024;
+        eph.toe=gpst2time(eph.week,eph.toes);
+        
+        /* for week-handover problem */
+        tt=timediff(eph.toe,raw->time);
+        if      (tt<-302400.0) eph.week++;
+        else if (tt> 302400.0) eph.week--;
+        eph.toe=gpst2time(eph.week,eph.toes);
+        
+        eph.toc=gpst2time(eph.week,toc);
+        eph.ttr=adjweek(eph.toe,tow);
+    }
+    else if (sys==SYS_CMP) {
+        if (!(eph.sat=satno(sys,prn))) {
+            trace(2,"javad ephemeris satellite error: sys=%d prn=%d\n",sys,prn);
+            return -1;
+        }
+        eph.tgd[1]=R4(p); p+=4;    /* TGD2 (s) */
+        eph.code  =U1(p);          /* type of nav data */
+        
+        eph.week=week;
+        eph.toe=bdt2time(week,eph.toes); /* bdt -> gpst */
+        eph.toc=bdt2time(week,toc);      /* bdt -> gpst */
+        eph.ttr=adjweek(eph.toe,tow);
+    }
+    else return 0;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].iodc==eph.iodc) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode [GE] gps ephemeris -------------------------------------------------*/
+static int decode_GE(raw_t *raw)
+{
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad GE checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<128) {
+        trace(2,"javad GE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    return decode_eph(raw,SYS_GPS);
+}
+/* decode [NE] glonass ephemeris ---------------------------------------------*/
+static int decode_NE(raw_t *raw)
+{
+    geph_t geph={0};
+    double tt;
+    char *msg;
+    int prn,tk,tb;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad NE checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len>=85) { /* firmware v 2.6.0 [2] */
+        prn        =U1(p);     p+=1;
+        geph.frq   =I1(p);     p+=1+2;
+        tk         =I4(p);     p+=4;
+        tb         =I4(p);     p+=4;
+        geph.svh   =U1(p)&0x7; p+=1;
+        geph.age   =U1(p);     p+=1+1;
+        geph.pos[0]=R8(p)*1E3; p+=8;
+        geph.pos[1]=R8(p)*1E3; p+=8;
+        geph.pos[2]=R8(p)*1E3; p+=8;
+        geph.vel[0]=R4(p)*1E3; p+=4;
+        geph.vel[1]=R4(p)*1E3; p+=4;
+        geph.vel[2]=R4(p)*1E3; p+=4;
+        geph.acc[0]=R4(p)*1E3; p+=4;
+        geph.acc[1]=R4(p)*1E3; p+=4;
+        geph.acc[2]=R4(p)*1E3; p+=4+8;
+        geph.taun  =R4(p);     p+=4;
+        geph.gamn  =R4(p);     p+=4;
+    }
+    else {
+        trace(2,"javad NE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len>=93) { /* firmware v 3.2.0 [1] */
+        geph.dtaun =R4(p); p+=4;
+        geph.sva   =U1(p);
+    }
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%2d frq=%2d tk=%6d tb=%4d",prn,geph.frq,tk,tb);
+    }
+    if (!(geph.sat=satno(SYS_GLO,prn))) {
+        trace(2,"javad NE satellite error: prn=%d\n",prn);
+        return 0;
+    }
+    if (raw->time.time==0) return 0;
+    geph.iode=(tb/900)&0x7F;
+    geph.toe=utc2gpst(adjday(raw->time,tb-10800.0));
+    geph.tof=utc2gpst(adjday(raw->time,tk-10800.0));
+    
+    /* check illegal ephemeris by toe */
+    tt=timediff(raw->time,geph.toe);
+    if (fabs(tt)>3600.0) {
+        trace(3,"javad NE illegal toe: prn=%2d tt=%6.0f\n",prn,tt);
+        return 0;
+    }
+    /* check illegal ephemeris by frequency number consistency */
+    if (raw->nav.geph[prn-MINPRNGLO].toe.time&&
+        geph.frq!=raw->nav.geph[prn-MINPRNGLO].frq) {
+        trace(2,"javad NE illegal freq change: prn=%2d frq=%2d->%2d\n",prn,
+              raw->nav.geph[prn-MINPRNGLO].frq,geph.frq);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(geph.toe,raw->nav.geph[prn-MINPRNGLO].toe))<1.0&&
+            geph.svh==raw->nav.geph[prn-MINPRNGLO].svh) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=geph.sat;
+    return 2;
+}
+/* decode [EN] galileo ephemeris ---------------------------------------------*/
+static int decode_EN(raw_t *raw)
+{
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad EN checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<150) {
+        trace(2,"javad EN length error: len=%d\n",raw->len);
+        return -1;
+    }
+    return decode_eph(raw,SYS_GAL);
+}
+/* decode [WE] sbas ephemeris ------------------------------------------------*/
+static int decode_WE(raw_t *raw)
+{
+    seph_t seph={0};
+    unsigned int tod,tow;
+    char *msg;
+    int i,prn,week;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad WE checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<44) {
+        trace(2,"javad WE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn     =U1(p); p+=1+1+1;
+    seph.sva=U1(p); p+=1;
+    tod     =U4(p); p+=4;
+    for (i=0;i<3;i++) {seph.pos[i]=R8(p); p+=8;}
+    for (i=0;i<3;i++) {seph.vel[i]=R4(p); p+=4;}
+    for (i=0;i<3;i++) {seph.acc[i]=R4(p); p+=4;}
+    seph.af0 =R4(p); p+=4;
+    seph.af1 =R4(p); p+=4;
+    tow      =U4(p); p+=4;
+    week     =U2(p);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d tod=%6d",prn,tod);
+    }
+    if (!(seph.sat=satno(SYS_SBS,prn))) {
+        trace(2,"javad WE satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    seph.tof=gpst2time(adjgpsweek(week),tow);
+    seph.t0=adjday(seph.tof,tod);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(seph.t0,raw->nav.seph[prn-MINPRNSBS].t0))<1.0&&
+            seph.sva==raw->nav.seph[prn-MINPRNSBS].sva) return 0; /* unchanged */
+    }
+    raw->nav.seph[prn-MINPRNSBS]=seph;
+    raw->ephsat=seph.sat;
+    return 2;
+}
+/* decode [QE] qzss ephemeris ------------------------------------------------*/
+static int decode_QE(raw_t *raw)
+{
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad QE checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<128) {
+        trace(2,"javad QE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    return decode_eph(raw,SYS_QZS);
+}
+/* decode [CN] beidou ephemeris ----------------------------------------------*/
+static int decode_CN(raw_t *raw)
+{
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad CN checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<133) {
+        trace(2,"javad QE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    return decode_eph(raw,SYS_CMP);
+}
+/* decode [UO] gps utc time parameters ---------------------------------------*/
+static int decode_UO(raw_t *raw)
+{
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad UO checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<29) {
+        trace(2,"javad UO length error: len=%d\n",raw->len);
+        return -1;
+    }
+    raw->nav.utc_gps[0]=R8(p); p+=8;
+    raw->nav.utc_gps[1]=R4(p); p+=4;
+    raw->nav.utc_gps[2]=U4(p); p+=4;
+    raw->nav.utc_gps[3]=adjgpsweek((int)U2(p)); p+=2;
+    raw->nav.leaps     =I1(p);
+    return 9;
+}
+/* decode [NU] glonass utc and gps time parameters ---------------------------*/
+static int decode_NU(raw_t *raw)
+{
+    trace(2,"javad NU not supported\n");
+    
+    return 0;
+}
+/* decode [EU] galileo utc and gps time parameters ---------------------------*/
+static int decode_EU(raw_t *raw)
+{
+    trace(2,"javad EU not supported\n");
+    
+    return 0;
+}
+/* decode [WU] waas utc time parameters --------------------------------------*/
+static int decode_WU(raw_t *raw)
+{
+    trace(2,"javad WU not supported\n");
+    
+    return 0;
+}
+/* decode [QU] qzss utc and gps time parameters ------------------------------*/
+static int decode_QU(raw_t *raw)
+{
+    trace(2,"javad QU not supported\n");
+    
+    return 0;
+}
+/* decode [IO] ionospheric parameters ----------------------------------------*/
+static int decode_IO(raw_t *raw)
+{
+    int i;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad IO checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<44) {
+        trace(2,"javad IO length error: len=%d\n",raw->len);
+        return -1;
+    }
+    p+=4+2;
+    for (i=0;i<8;i++) {
+        raw->nav.ion_gps[i]=R4(p); p+=4;
+    }
+    return 9;
+}
+/* decode L1 NAV data --------------------------------------------------------*/
+static int decode_L1nav(unsigned char *buff, int len, int sat, raw_t *raw)
+{
+    eph_t eph={0};
+    double ion[8]={0},utc[4]={0};
+    unsigned char *subfrm,*p;
+    unsigned int word;
+    int i,j,sys,week,leaps=0,id=(U4((unsigned char*)buff+4)>>8)&7;
+    
+    if (id<1||5<id) {
+        trace(2,"navigation subframe format error: id=%d\n",id);
+        return 0;
+    }
+    subfrm=raw->subfrm[sat-1];
+    
+    for (i=0,p=subfrm+(id-1)*30;i<10;i++) {
+        word=U4((unsigned char*)buff+i*4)>>6;
+        for (j=16;j>=0;j-=8) {
+            *p++=(word>>j)&0xFF;
+        }
+    }
+    if (id==3) { /* ephemeris */
+        eph.sat=sat;
+        if (decode_frame(subfrm   ,&eph,NULL,NULL,NULL,NULL)!=1||
+            decode_frame(subfrm+30,&eph,NULL,NULL,NULL,NULL)!=2||
+            decode_frame(subfrm+60,&eph,NULL,NULL,NULL,NULL)!=3) {
+            return 0;
+        }
+        if (!strstr(raw->opt,"-EPHALL")) {
+            if (eph.iode==raw->nav.eph[sat-1].iode&&
+                eph.iodc==raw->nav.eph[sat-1].iodc) return 0; /* unchanged */
+        }
+        raw->nav.eph[sat-1]=eph;
+        raw->ephsat=sat;
+        return 2;
+    }
+    if (id==4) { /* almanac or ion/utc parameters */
+        if (decode_frame(subfrm+90,NULL,NULL,ion,utc,&leaps)!=4) {
+            return 0;
+        }
+        if (norm(ion,8)==0.0||norm(utc,4)==0.0||raw->time.time==0) {
+            return 0;
+        }
+        sys=satsys(sat,NULL);
+        time2gpst(raw->time,&week);
+        utc[3]+=floor((week-utc[3])/256.0+0.5)*256.0;
+        
+        if (sys==SYS_GPS) {
+            for (i=0;i<8;i++) raw->nav.ion_gps[i]=ion[i];
+            for (i=0;i<4;i++) raw->nav.utc_gps[i]=utc[i];
+            raw->nav.leaps=leaps;
+            return 9;
+        }
+        if (sys==SYS_QZS) {
+            for (i=0;i<8;i++) raw->nav.ion_qzs[i]=ion[i];
+            for (i=0;i<4;i++) raw->nav.utc_qzs[i]=utc[i];
+            raw->nav.leaps=leaps;
+            return 9;
+        }
+    }
+    return 0;
+}
+/* decode raw L2C CNAV data --------------------------------------------------*/
+static int decode_L2nav(unsigned char *buff, int len, int sat, raw_t *raw)
+{
+    unsigned char msg[1024]={0};
+    int i,j,preamb,prn,msgid,tow,alert;
+    
+    trace(3,"decode_L2nav len=%2d sat=%2d L5 CNAV\n",len,sat);
+    
+    for (i=0;i<len;i++) for (j=0;j<4;j++) {
+        msg[3-j+i*4]=buff[j+i*4];
+    }
+    i=0;
+    preamb=getbitu(msg,i, 8); i+= 8;
+    prn   =getbitu(msg,i, 6); i+= 6;
+    msgid =getbitu(msg,i, 6); i+= 6;
+    tow   =getbitu(msg,i,17); i+=17;
+    alert =getbitu(msg,i, 1); i+= 1;
+    
+    if (preamb!=PREAMB_CNAV) {
+        trace(2,"javad *d sat=%2d L2 CNAV preamble error preamb=%02X\n",preamb);
+        return -1;
+    }
+    trace(3,"L2CNAV: sat=%2d prn=%2d msgid=%2d tow=%6d alert=%d\n",sat,prn,
+          msgid,tow,alert);
+    
+    return 0;
+}
+/* decode raw L5 CNAV data ---------------------------------------------------*/
+static int decode_L5nav(unsigned char *buff, int len, int sat, raw_t *raw)
+{
+    unsigned char msg[1024]={0};
+    int i,j,preamb,prn,msgid,tow,alert;
+    
+    trace(3,"decode_L5nav len=%2d sat=%2d L5 CNAV\n",len,sat);
+    
+    for (i=0;i<len;i++) for (j=0;j<4;j++) {
+        msg[3-j+i*4]=buff[j+i*4];
+    }
+    i=0;
+    preamb=getbitu(msg,i, 8); i+= 8;
+    prn   =getbitu(msg,i, 6); i+= 6;
+    msgid =getbitu(msg,i, 6); i+= 6;
+    tow   =getbitu(msg,i,17); i+=17;
+    alert =getbitu(msg,i, 1); i+= 1;
+    
+    if (preamb!=PREAMB_CNAV) {
+        trace(2,"javad *d sat=%2d L5 CNAV preamble error preamb=%02X\n",preamb);
+        return -1;
+    }
+    trace(3,"L5CNAV: sat=%2d prn=%2d msgid=%2d tow=%6d alert=%d\n",sat,prn,
+          msgid,tow,alert);
+    
+    return 0;
+}
+/* decode raw L1C CNAV2 data -------------------------------------------------*/
+static int decode_L1Cnav(unsigned char *buff, int len, int sat, raw_t *raw)
+{
+    trace(2,"javad *d len=%2d sat=%2d L1C CNAV2 not supported\n",len,sat);
+    
+    return 0;
+}
+/* decode [*D] raw navigation data -------------------------------------------*/
+static int decode_nD(raw_t *raw, int sys)
+{
+    int i,n,siz,sat,prn,stat=0;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad nD checksum error: sys=%d len=%d\n",sys,raw->len);
+        return -1;
+    }
+    siz=U1(p); p+=1;
+    n=(raw->len-7)/siz;
+    
+    if (n<=0) {
+        trace(2,"javad nD length error: sys=%d len=%d\n",sys,raw->len);
+        return -1;
+    }
+    for (i=0;i<n;i++,p+=siz) {
+        trace(3,"decode_*D: sys=%2d prn=%3d\n",sys,U1(p));
+        
+        prn=U1(p);
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"javad nD satellite error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        stat=decode_L1nav(p+2,0,sat,raw);
+    }
+    return stat;
+}
+/* decode [*d] raw navigation data -------------------------------------------*/
+static int decode_nd(raw_t *raw, int sys)
+{
+    unsigned char *p=raw->buff+5;
+    char *msg;
+    int sat,prn,time,type,len;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad nd checksum error: sys=%d len=%d\n",sys,raw->len);
+        return -1;
+    }
+    trace(3,"decode_*d: sys=%2d prn=%3d\n",sys,U1(p));
+    
+    prn =U1(p); p+=1;
+    time=U4(p); p+=4;
+    type=U1(p); p+=1;
+    len =U1(p); p+=1;
+    if (raw->len!=13+len*4) {
+        trace(2,"javad nd length error: sys=%d len=%d\n",sys,raw->len);
+        return -1;
+    }
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d time=%7d type=%d",prn,time,type);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"javad nd satellite error: sys=%d prn=%d\n",sys,prn);
+        return 0;
+    }
+    trace(4,"sat=%2d time=%7d type=%d len=%3d\n",sat,time,type,len);
+    
+    switch (type) {
+        case 0: return decode_L1nav (p,len,sat,raw); /* L1  NAV */
+        case 1: return decode_L2nav (p,len,sat,raw); /* L2C CNAV */
+        case 2: return decode_L5nav (p,len,sat,raw); /* L5  CNAV */
+        case 3: return decode_L1Cnav(p,len,sat,raw); /* L1C CNAV2 */
+        case 4: break;
+    }
+    return 0;
+}
+/* decode [LD] glonass raw navigation data -----------------------------------*/
+static int decode_LD(raw_t *raw)
+{
+    trace(2,"javad LD not supported\n");
+    
+    return 0;
+}
+/* decode [lD] glonass raw navigation data -----------------------------------*/
+static int decode_lD(raw_t *raw)
+{
+    geph_t geph={0};
+    unsigned char *p=raw->buff+5;
+    char *msg;
+    int i,sat,prn,frq,time,type,len,id;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad lD checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    trace(3,"decode_lD: prn=%3d\n",U1(p));
+    
+    prn =U1(p); p+=1;
+    frq =I1(p); p+=1;
+    time=U4(p); p+=4;
+    type=U1(p); p+=1;
+    len =U1(p); p+=1;
+    
+    if (raw->len!=14+len*4) {
+        trace(2,"javad lD length error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%2d frq=%2d time=%7d type=%d",prn,frq,time,type);
+    }
+    if (!(sat=satno(SYS_GLO,prn))) {
+        trace(2,"javad lD satellite error: prn=%d\n",prn);
+        return 0;
+    }
+    if (type!=0) {
+        trace(3,"javad lD type not supported: type=%d\n",type);
+        return 0;
+    }
+    if ((id=(U4(p)>>20)&0xF)<1) return 0;
+    
+    /* get 77 bit (25x3+2) in frame without hamming and time mark */
+    for (i=0;i<4;i++) {
+        setbitu(raw->subfrm[sat-1]+(id-1)*10,i*25,i<3?25:2,
+                U4(p+4*i)>>(i<3?0:23));
+    }
+    if (id!=4) return 0;
+    
+    /* decode glonass ephemeris strings */
+    geph.tof=raw->time;
+    if (!decode_glostr(raw->subfrm[sat-1],&geph)||geph.sat!=sat) return -1;
+    geph.frq=frq;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (geph.iode==raw->nav.geph[prn-1].iode) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode [WD] waas raw navigation data --------------------------------------*/
+static int decode_WD(raw_t *raw)
+{
+    int i,prn,tow,tow_p,week;
+    char *msg;
+    unsigned char *p=raw->buff+5;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad WD checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len<45) {
+        trace(2,"javad WD length error: len=%d\n",raw->len);
+        return -1;
+    }
+    trace(3,"decode_WD: prn=%3d\n",U1(p));
+    
+    prn=U1(p); p+=1;
+    tow=U4(p); p+=4+2;
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d tow=%6d",prn,tow);
+    }
+    if ((prn<MINPRNSBS||MAXPRNSBS<prn)&&(prn<MINPRNQZS||MAXPRNQZS<prn)) {
+        trace(2,"javad WD satellite error: prn=%d\n",prn);
+        return 0;
+    }
+    raw->sbsmsg.prn=prn;
+    raw->sbsmsg.tow=tow;
+    
+    if (raw->time.time==0) {
+        raw->sbsmsg.week=0;
+    }
+    else {
+        tow_p=(int)time2gpst(raw->time,&week);
+        if      (tow<tow_p-302400.0) week++;
+        else if (tow>tow_p+302400.0) week--;
+        raw->sbsmsg.week=week;
+    }
+    for (i=0;i<29;i++) raw->sbsmsg.msg[i]=*p++;
+    raw->sbsmsg.msg[28]&=0xC0;
+    return 3;
+}
+/* decode [R*] pseudoranges --------------------------------------------------*/
+static int decode_Rx(raw_t *raw, char code)
+{
+    double pr,prm;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad R%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*8+6) {
+        trace(2,"javad R%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        pr=R8(p); p+=8; if (pr==0.0) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))) continue;
+        
+        prm=pr*CLIGHT;
+        
+        if (code=='C') raw->prCA[sat-1]=prm;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].P[j]=prm;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [r*] short pseudoranges --------------------------------------------*/
+static int decode_rx(raw_t *raw, char code)
+{
+    double prm;
+    int i,j,pr,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad r%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad r%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        pr=I4(p); p+=4;
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))) continue;
+        
+        if (pr==0x7FFFFFFF) {
+            trace(2,"javad r%c value missing: sat=%2d\n",code,sat);
+            continue;
+        }
+        if      (sys==SYS_SBS) prm=(pr*1E-11+0.115)*CLIGHT;
+        else if (sys==SYS_QZS) prm=(pr*2E-11+0.125)*CLIGHT; /* [3] */
+        else if (sys==SYS_CMP) prm=(pr*2E-11+0.105)*CLIGHT; /* [4] */
+        else if (sys==SYS_GAL) prm=(pr*1E-11+0.090)*CLIGHT; /* [3] */
+        else                   prm=(pr*1E-11+0.075)*CLIGHT;
+        
+        if (code=='c') raw->prCA[sat-1]=prm;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].P[j]=prm;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [*R] relative pseudoranges -----------------------------------------*/
+static int decode_xR(raw_t *raw, char code)
+{
+    float pr;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cR checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad %cR length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        pr=R4(p); p+=4; if (pr==0.0) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))||raw->prCA[sat-1]==0.0) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].P[j]=pr*CLIGHT+raw->prCA[sat-1];
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [*r] short relative pseudoranges -----------------------------------*/
+static int decode_xr(raw_t *raw, char code)
+{
+    double prm;
+    short pr;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cr checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*2+6) {
+        trace(2,"javad %cR length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        pr=I2(p); p+=2; if (pr==(short)0x7FFF) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))||raw->prCA[sat-1]==0.0) continue;
+        
+        prm=(pr*1E-11+2E-7)*CLIGHT+raw->prCA[sat-1];
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].P[j]=prm;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [P*] carrier phases ------------------------------------------------*/
+static int decode_Px(raw_t *raw, char code)
+{
+    double cp;
+    int i,j,freq,type,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad P%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*8+6) {
+        trace(2,"javad P%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        cp=R8(p); p+=8; if (cp==0.0) continue;
+        
+        if (!(sys=satsys(raw->obuf.data[i].sat,NULL))) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].L[j]=cp;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [p*] short carrier phases ------------------------------------------*/
+static int decode_px(raw_t *raw, char code)
+{
+    unsigned int cp;
+    int i,j,freq,type,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad p%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad p%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        cp=U4(p); p+=4; if (cp==0xFFFFFFFF) continue;
+        
+        if (!(sys=satsys(raw->obuf.data[i].sat,NULL))) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].L[j]=cp/1024.0;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [*P] short relative carrier phases ---------------------------------*/
+static int decode_xP(raw_t *raw, char code)
+{
+    double cp,rcp,fn;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cP checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad %cP length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        rcp=R4(p); p+=4; if (rcp==0.0) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))||raw->prCA[sat-1]==0.0) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            
+            fn=sys==SYS_GLO?freq_glo(freq,raw->freqn[i]):CLIGHT/lam_carr[freq];
+            cp=(rcp+raw->prCA[sat-1]/CLIGHT)*fn;
+            
+            raw->obuf.data[i].L[j]=cp;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [*p] short relative carrier phases ---------------------------------*/
+static int decode_xp(raw_t *raw, char code)
+{
+    double cp,fn;
+    int i,j,rcp,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cp checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad %cp length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        rcp=I4(p); p+=4; if (rcp==0x7FFFFFFF) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))||raw->prCA[sat-1]==0.0) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            
+            fn=sys==SYS_GLO?freq_glo(freq,raw->freqn[i]):CLIGHT/lam_carr[freq];
+            cp=(rcp*P2_40+raw->prCA[sat-1]/CLIGHT)*fn;
+            
+            raw->obuf.data[i].L[j]=cp;
+            raw->obuf.data[i].code[j]=type;
+        }
+    }
+    return 0;
+}
+/* decode [D*] doppler -------------------------------------------------------*/
+static int decode_Dx(raw_t *raw, char code)
+{
+    double dop;
+    int i,j,dp,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad D%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*4+6) {
+        trace(2,"javad D%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        dp=I4(p); p+=4; if (dp==0x7FFFFFFF) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))) continue;
+        
+        dop=-dp*1E-4;
+        
+        if (code=='C') raw->dpCA[sat-1]=dop;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].D[j]=(float)dop;
+        }
+    }
+    return 0;
+}
+/* decode [*d] short relative doppler ----------------------------------------*/
+static int decode_xd(raw_t *raw, char code)
+{
+    double dop,f1,fn;
+    short rdp;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cd checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*2+6) {
+        trace(2,"javad %cd length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        rdp=I2(p); p+=2; if (rdp==(short)0x7FFF) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))||raw->dpCA[sat-1]==0.0) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            f1=sys==SYS_GLO?freq_glo(0   ,raw->freqn[i]):CLIGHT/lam_carr[0];
+            fn=sys==SYS_GLO?freq_glo(freq,raw->freqn[i]):CLIGHT/lam_carr[freq];
+            dop=(-rdp+raw->dpCA[sat-1]*1E4)*fn/f1*1E-4;
+            
+            raw->obuf.data[i].D[j]=(float)dop;
+        }
+    }
+    return 0;
+}
+/* decode [E*] carrier to noise ratio ----------------------------------------*/
+static int decode_Ex(raw_t *raw, char code)
+{
+    unsigned char cnr;
+    int i,j,freq,type,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad E%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n+6) {
+        trace(2,"javad E%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        cnr=U1(p); p+=1; if (cnr==255) continue;
+        
+        if (!(sys=satsys(raw->obuf.data[i].sat,NULL))) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].SNR[j]=(unsigned char)(cnr*4.0+0.5);
+        }
+    }
+    return 0;
+}
+/* decode [*E] carrier to noise ratio x 4 ------------------------------------*/
+static int decode_xE(raw_t *raw, char code)
+{
+    unsigned char cnr;
+    int i,j,freq,type,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad %cE checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n+6) {
+        trace(2,"javad %cE length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        cnr=U1(p); p+=1; if (cnr==255) continue;
+        
+        if (!(sys=satsys(raw->obuf.data[i].sat,NULL))) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+            raw->obuf.data[i].SNR[j]=cnr;
+        }
+    }
+    return 0;
+}
+/* decode [F*] signal lock loop flags ----------------------------------------*/
+static int decode_Fx(raw_t *raw, char code)
+{
+    unsigned short flags;
+    int i,j,freq,type,sat,sys;
+    unsigned char *p=raw->buff+5;
+    
+    if (!is_meas(code)||raw->tod<0||raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad F%c checksum error: len=%d\n",code,raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*2+6) {
+        trace(2,"javad F%c length error: n=%d len=%d\n",code,raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        flags=U2(p); p+=1; if (flags==0xFFFF) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        if (!(sys=satsys(sat,NULL))) continue;
+        
+        if ((freq=tofreq(code,sys,&type))<0) continue;
+        
+        if ((j=checkpri(raw->opt,sys,type,freq))>=0) {
+            if (!settag(raw->obuf.data+i,raw->time)) continue;
+#if 0
+            if (flags&0x20) { /* loss-of-lock potential */
+                raw->obuf.data[i].LLI[j]|=1;
+            }
+            if (!(flags&0x40)||!(flags&0x100)) { /* integral indicator */
+                raw->obuf.data[i].LLI[j]|=2;
+            }
+#endif
+        }
+    }
+    return 0;
+}
+/* decode [TC] CA/L1 continuous tracking time --------------------------------*/
+static int decode_TC(raw_t *raw)
+{
+    unsigned short tt,tt_p;
+    int i,sat;
+    unsigned char *p=raw->buff+5;
+    
+    if (raw->obuf.n==0) return 0;
+    
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"javad TC checksum error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (raw->len!=raw->obuf.n*2+6) {
+        trace(2,"javad TC length error: n=%d len=%d\n",raw->obuf.n,raw->len);
+        return -1;
+    }
+    for (i=0;i<raw->obuf.n&&i<MAXOBS;i++) {
+        tt=U2(p); p+=2; if (tt==0xFFFF) continue;
+        
+        if (!settag(raw->obuf.data+i,raw->time)) continue;
+        
+        sat=raw->obuf.data[i].sat;
+        tt_p=(unsigned short)raw->lockt[sat-1][0];
+        
+        trace(4,"%s: sat=%2d tt=%6d->%6d\n",time_str(raw->time,3),sat,tt_p,tt);
+        
+        /* loss-of-lock detected by lock-time counter */
+        if (tt==0||tt<tt_p) {
+            trace(3,"decode_TC: loss-of-lock detected: t=%s sat=%2d tt=%6d->%6d\n",
+                  time_str(raw->time,3),sat,tt_p,tt);
+            raw->obuf.data[i].LLI[0]|=1;
+        }
+        raw->lockt[sat-1][0]=tt;
+    }
+    return 0;
+}
+/* decode javad raw message --------------------------------------------------*/
+static int decode_javad(raw_t *raw)
+{
+    char *p=(char *)raw->buff;
+    
+    trace(3,"decode_javad: type=%2.2s len=%3d\n",p,raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"JAVAD %2.2s (%4d)",p,raw->len);
+    }
+    if (!strncmp(p,"~~",2)) return decode_RT(raw); /* receiver time */
+    
+    if (strstr(raw->opt,"-NOET")) {
+        if (!strncmp(p,"::",2)) return decode_ET(raw); /* epoch time */
+    }
+    if (!strncmp(p,"RD",2)) return decode_RD(raw); /* receiver date */
+    if (!strncmp(p,"SI",2)) return decode_SI(raw); /* satellite indices */
+    if (!strncmp(p,"NN",2)) return decode_NN(raw); /* glonass slot numbers */
+    
+    if (!strncmp(p,"GA",2)) return decode_GA(raw); /* gps almanac */
+    if (!strncmp(p,"NA",2)) return decode_NA(raw); /* glonass almanac */
+    if (!strncmp(p,"EA",2)) return decode_EA(raw); /* galileo almanac */
+    if (!strncmp(p,"WA",2)) return decode_WA(raw); /* sbas almanac */
+    if (!strncmp(p,"QA",2)) return decode_QA(raw); /* qzss almanac (ext) */
+    
+    if (!strncmp(p,"GE",2)) return decode_GE(raw); /* gps ephemeris */
+    if (!strncmp(p,"NE",2)) return decode_NE(raw); /* glonass ephemeris */
+    if (!strncmp(p,"EN",2)) return decode_EN(raw); /* galileo ephemeris */
+    if (!strncmp(p,"WE",2)) return decode_WE(raw); /* waas ephemeris */
+    if (!strncmp(p,"QE",2)) return decode_QE(raw); /* qzss ephemeris (ext) */
+    if (!strncmp(p,"CN",2)) return decode_CN(raw); /* beidou ephemeris (ext) */
+    
+    if (!strncmp(p,"UO",2)) return decode_UO(raw); /* gps utc time parameters */
+    if (!strncmp(p,"NU",2)) return decode_NU(raw); /* glonass utc and gps time par */
+    if (!strncmp(p,"EU",2)) return decode_EU(raw); /* galileo utc and gps time par */
+    if (!strncmp(p,"WU",2)) return decode_WU(raw); /* waas utc time parameters */
+    if (!strncmp(p,"QU",2)) return decode_QU(raw); /* qzss utc and gps time par */
+    if (!strncmp(p,"IO",2)) return decode_IO(raw); /* ionospheric parameters */
+    
+    if (!strncmp(p,"GD",2)) return decode_nD(raw,SYS_GPS); /* raw navigation data */
+    if (!strncmp(p,"QD",2)) return decode_nD(raw,SYS_QZS); /* raw navigation data */
+    if (!strncmp(p,"gd",2)) return decode_nd(raw,SYS_GPS); /* raw navigation data */
+    if (!strncmp(p,"qd",2)) return decode_nd(raw,SYS_QZS); /* raw navigation data */
+    if (!strncmp(p,"ED",2)) return decode_nd(raw,SYS_GAL); /* raw navigation data */
+    if (!strncmp(p,"cd",2)) return decode_nd(raw,SYS_CMP); /* raw navigation data */
+    if (!strncmp(p,"LD",2)) return decode_LD(raw); /* glonass raw navigation data */
+    if (!strncmp(p,"lD",2)) return decode_lD(raw); /* glonass raw navigation data */
+    if (!strncmp(p,"WD",2)) return decode_WD(raw); /* sbas raw navigation data */
+    
+    if (!strncmp(p,"TC",2)) return decode_TC(raw); /* CA/L1 continuous track time */
+    
+    if (p[0]=='R') return decode_Rx(raw,p[1]); /* pseudoranges */
+    if (p[0]=='r') return decode_rx(raw,p[1]); /* short pseudoranges */
+    if (p[1]=='R') return decode_xR(raw,p[0]); /* relative pseudoranges */
+    if (p[1]=='r') return decode_xr(raw,p[0]); /* short relative pseudoranges */
+    if (p[0]=='P') return decode_Px(raw,p[1]); /* carrier phases */
+    if (p[0]=='p') return decode_px(raw,p[1]); /* short carrier phases */
+    if (p[1]=='P') return decode_xP(raw,p[0]); /* relative carrier phases */
+    if (p[1]=='p') return decode_xp(raw,p[0]); /* relative carrier phases */
+    if (p[0]=='D') return decode_Dx(raw,p[1]); /* doppler */
+    if (p[1]=='d') return decode_xd(raw,p[0]); /* short relative doppler */
+    if (p[0]=='E') return decode_Ex(raw,p[1]); /* carrier to noise ratio */
+    if (p[1]=='E') return decode_xE(raw,p[0]); /* carrier to noise ratio x 4 */
+    if (p[0]=='F') return decode_Fx(raw,p[1]); /* signal lock loop flags */
+    
+    return 0;
+}
+/* sync javad message --------------------------------------------------------*/
+static int sync_javad(unsigned char *buff, unsigned char data)
+{
+    unsigned char p=buff[0];
+    
+    buff[0]=buff[1]; buff[1]=buff[2]; buff[2]=buff[3]; buff[3]=buff[4];
+    buff[4]=data;
+    
+    /* sync message header {\r|\n}IIHHH (II:id,HHH: hex length) */
+    return (p=='\r'||p=='\n')&&ISTXT(buff[0])&&ISTXT(buff[1])&&
+           ISHEX(buff[2])&&ISHEX(buff[3])&&ISHEX(buff[4]);
+}
+/* clear buffer --------------------------------------------------------------*/
+static void clearbuff(raw_t *raw)
+{
+    int i;
+    for (i=0;i<5;i++) raw->buff[i]=0;
+    raw->len=raw->nbyte=0;
+}
+/* input javad raw message from stream -----------------------------------------
+* fetch next javad raw data and input a mesasge from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL : input all ephemerides
+*          -GL1W   : select 1W for GPS L1 (default 1C)
+*          -GL1X   : select 1X for GPS L1 (default 1C)
+*          -GL2X   : select 2X for GPS L2 (default 2W)
+*          -RL1C   : select 1C for GLO L1 (default 1P)
+*          -RL2C   : select 2C for GLO L2 (default 2P)
+*          -JL1Z   : select 1Z for QZS L1 (default 1C)
+*          -JL1X   : select 1X for QZS L1 (default 1C)
+*          -NOET   : discard epoch time message ET (::)
+*
+*-----------------------------------------------------------------------------*/
+extern int input_javad(raw_t *raw, unsigned char data)
+{
+    int len,stat;
+    
+    trace(5,"input_javad: data=%02x\n",data);
+    
+    /* synchronize message */
+    if (raw->nbyte==0) {
+        if (!sync_javad(raw->buff,data)) return 0;
+        if (!(len=decodelen(raw->buff+2))||len>MAXRAWLEN-5) {
+            trace(2,"javad message length error: len=%d\n",len);
+            clearbuff(raw);
+            return -1;
+        }
+        raw->len=len+5;
+        raw->nbyte=5;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte<raw->len) return 0;
+    
+    /* decode javad raw message */
+    stat=decode_javad(raw);
+    
+    clearbuff(raw);
+    return stat;
+}
+/* start input file ----------------------------------------------------------*/
+static void startfile(raw_t *raw)
+{
+    raw->tod=-1;
+    raw->obuf.n=0;
+    raw->buff[4]='\n';
+}
+/* end input file ------------------------------------------------------------*/
+static int endfile(raw_t *raw)
+{
+    /* flush observation data buffer */
+    if (!flushobuf(raw)) return -2;
+    raw->obuf.n=0;
+    return 1;
+}
+/* input javad raw message from file -------------------------------------------
+* fetch next javad raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_javadf(raw_t *raw, FILE *fp)
+{
+    int i,data,len,stat;
+    
+    trace(4,"input_javadf:\n");
+    
+    /* start input file */
+    if (raw->flag) {
+        startfile(raw);
+        raw->flag=0;
+    }
+    /* synchronize message */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return endfile(raw);
+            if (sync_javad(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (!(len=decodelen(raw->buff+2))||len>MAXRAWLEN-5) {
+        trace(2,"javad message length error: len=%3.3s\n",raw->buff+2);
+        clearbuff(raw);
+        return -1;
+    }
+    raw->len=len+5;
+    raw->nbyte=5;
+    
+    if (fread(raw->buff+5,1,raw->len-5,fp)<(size_t)(raw->len-5)) {
+        return endfile(raw);
+    }
+    /* decode javad raw message */
+    stat=decode_javad(raw);
+    
+    clearbuff(raw);
+    return stat;
+}
diff --git a/src/rcv/novatel.c b/src/rcv/novatel.c
new file mode 100644
index 0000000..549c136
--- /dev/null
+++ b/src/rcv/novatel.c
@@ -0,0 +1,1482 @@
+/*------------------------------------------------------------------------------
+* notvatel.c : NovAtel OEM6/OEM5/OEM4/OEM3 receiver functions
+*
+*          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] NovAtel, OM-20000094 Rev6 OEMV Family Firmware Reference Manual, 2008
+*     [2] NovAtel, OM-20000053 Rev2 MiLLennium GPSCard Software Versions 4.503
+*         and 4.52 Command Descriptions Manual, 2001
+*     [3] NovAtel, OM-20000129 Rev2 OEM6 Family Firmware Reference Manual, 2011
+*     [4] NovAtel, OM-20000127 Rev1 OEMStar Firmware Reference Manual, 2009
+*     [5] NovAtel, OM-20000129 Rev6 OEM6 Family Firmware Reference Manual, 2014
+*
+* version : $Revision: 1.2 $ $Date: 2008/07/14 00:05:05 $
+* history : 2007/10/08 1.0 new
+*           2008/05/09 1.1 fix bug lli flag outage
+*           2008/06/16 1.2 separate common functions to rcvcmn.c
+*           2009/04/01 1.3 add prn number check for raw obs data
+*           2009/04/10 1.4 refactored
+*                          add oem3, oem4 rangeb support
+*           2009/06/06 1.5 fix bug on numerical exception with illegal snr
+*                          support oem3 regd message
+*           2009/12/09 1.6 support oem4 gloephemerisb message
+*                          invalid if parity unknown in GLONASS range
+*                          fix bug of dopper polarity inversion for oem3 regd
+*           2010/04/29 1.7 add tod field in geph_t
+*           2011/05/27 1.8 support RAWALM for oem4/v
+*                          add almanac decoding
+*                          add -EPHALL option
+*                          fix problem on ARM compiler
+*           2012/05/02 1.9 support OEM6,L5,QZSS
+*           2012/10/18 1.10 change obs codes
+*                           support Galileo
+*                           support rawsbasframeb,galephemerisb,galalmanacb,
+*                           galclockb,galionob
+*           2012/11/08 1.11 support galfnavrawpageb, galinavrawword
+*           2012/11/19 1.12 fix bug on decodeing rangeb
+*           2013/02/23 1.13 fix memory access violation problem on arm
+*           2013/03/28 1.14 fix invalid phase if glonass wavelen unavailable
+*           2013/06/02 1.15 fix bug on reading galephemrisb,galalmanacb,
+*                           galclockb,galionob
+*                           fix bug on decoding rawwaasframeb for qzss-saif
+*           2014/05/24 1.16 support beidou
+*           2014/07/01 1.17 fix problem on decoding of bdsephemerisb
+*                           fix bug on beidou tracking codes
+*           2014/10/20 1.11 fix bug on receiver option -GL*,-RL*,-EL*
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: novatel.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
+
+#define OEM4SYNC1   0xAA        /* oem4 message start sync code 1 */
+#define OEM4SYNC2   0x44        /* oem4 message start sync code 2 */
+#define OEM4SYNC3   0x12        /* oem4 message start sync code 3 */
+#define OEM3SYNC1   0xAA        /* oem3 message start sync code 1 */
+#define OEM3SYNC2   0x44        /* oem3 message start sync code 2 */
+#define OEM3SYNC3   0x11        /* oem3 message start sync code 3 */
+
+#define OEM4HLEN    28          /* oem4 message header length (bytes) */
+#define OEM3HLEN    12          /* oem3 message header length (bytes) */
+
+#define ID_ALMANAC  73          /* message id: oem4 decoded almanac */
+#define ID_GLOALMANAC 718       /* message id: oem4 glonass decoded almanac */
+#define ID_GLOEPHEMERIS 723     /* message id: oem4 glonass ephemeris */
+#define ID_IONUTC   8           /* message id: oem4 iono and utc data */
+#define ID_RANGE    43          /* message id: oem4 range measurement */
+#define ID_RANGECMP 140         /* message id: oem4 range compressed */
+#define ID_RAWALM   74          /* message id: oem4 raw almanac */
+#define ID_RAWEPHEM 41          /* message id: oem4 raw ephemeris */
+#define ID_RAWWAASFRAME 287     /* message id: oem4 raw waas frame */
+
+#define ID_QZSSIONUTC 1347      /* message id: oem6 qzss ion/utc parameters */
+#define ID_QZSSRAWEPHEM 1330    /* message id: oem6 qzss raw ephemeris */
+#define ID_QZSSRAWSUBFRAME 1331 /* message id: oem6 qzss raw subframe */
+#define ID_RAWSBASFRAME 973     /* message id: oem6 raw sbas frame */
+#define ID_GALEPHEMERIS 1122    /* message id: oem6 decoded galileo ephemeris */
+#define ID_GALALMANAC 1120      /* message id: oem6 decoded galileo almanac */
+#define ID_GALCLOCK 1121        /* message id: oem6 galileo clockinformation */
+#define ID_GALIONO  1127        /* message id: oem6 decoded galileo iono corrections */
+#define ID_GALFNAVRAWPAGE 1413  /* message id: oem6 raw galileo f/nav paga data */
+#define ID_GALINAVRAWWORD 1414  /* message id: oem6 raw galileo i/nav word data */
+#define ID_RAWCNAVFRAME 1066    /* message id: oem6 raw cnav frame data */
+#define ID_BDSEPHEMERIS 1696    /* message id: oem6 decoded bds ephemeris */
+
+#define ID_ALMB     18          /* message id: oem3 decoded almanac */
+#define ID_IONB     16          /* message id: oem3 iono parameters */
+#define ID_UTCB     17          /* message id: oem3 utc parameters */
+#define ID_FRMB     54          /* message id: oem3 framed raw navigation data */
+#define ID_RALB     15          /* message id: oem3 raw almanac */
+#define ID_RASB     66          /* message id: oem3 raw almanac set */
+#define ID_REPB     14          /* message id: oem3 raw ephemeris */
+#define ID_RGEB     32          /* message id: oem3 range measurement */
+#define ID_RGED     65          /* message id: oem3 range compressed */
+
+#define WL1         0.1902936727984
+#define WL2         0.2442102134246
+#define MAXVAL      8388608.0
+
+#define OFF_FRQNO   -7          /* F/W ver.3.620 */
+
+/* get fields (little-endian) ------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static int            I4(unsigned char *p) {int            i; memcpy(&i,p,4); return i;}
+static float          R4(unsigned char *p) {float          r; memcpy(&r,p,4); return r;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+
+/* extend sign ---------------------------------------------------------------*/
+static int exsign(unsigned int v, int bits)
+{
+    return (int)(v&(1<<(bits-1))?v|(~0u<<bits):v);
+}
+/* checksum ------------------------------------------------------------------*/
+static unsigned char chksum(const unsigned char *buff, int len)
+{
+    unsigned char sum=0;
+    int i;
+    for (i=0;i<len;i++) sum^=buff[i];
+    return sum;
+}
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static gtime_t adjweek(gtime_t time, double tow)
+{
+    double tow_p;
+    int week;
+    tow_p=time2gpst(time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    return gpst2time(week,tow);
+}
+/* get observation data index ------------------------------------------------*/
+static int obsindex(obs_t *obs, gtime_t time, int sat)
+{
+    int i,j;
+    
+    if (obs->n>=MAXOBS) return -1;
+    for (i=0;i<obs->n;i++) {
+        if (obs->data[i].sat==sat) return i;
+    }
+    obs->data[i].time=time;
+    obs->data[i].sat=sat;
+    for (j=0;j<NFREQ+NEXOBS;j++) {
+        obs->data[i].L[j]=obs->data[i].P[j]=0.0;
+        obs->data[i].D[j]=0.0;
+        obs->data[i].SNR[j]=obs->data[i].LLI[j]=0;
+        obs->data[i].code[j]=CODE_NONE;
+    }
+    obs->n++;
+    return i;
+}
+/* ura value (m) to ura index ------------------------------------------------*/
+static int uraindex(double value)
+{
+    static const double ura_eph[]={
+        2.4,3.4,4.85,6.85,9.65,13.65,24.0,48.0,96.0,192.0,384.0,768.0,1536.0,
+        3072.0,6144.0,0.0
+    };
+    int i;
+    for (i=0;i<15;i++) if (ura_eph[i]>=value) break;
+    return i;
+}
+/* decode oem4 tracking status -------------------------------------------------
+* deocode oem4 tracking status
+* args   : unsigned int stat I  tracking status field
+*          int    *sys   O      system (SYS_???)
+*          int    *code  O      signal code (CODE_L??)
+*          int    *track O      tracking state
+*                         (oem4/5)
+*                         0=L1 idle                   8=L2 idle
+*                         1=L1 sky search             9=L2 p-code align
+*                         2=L1 wide freq pull-in     10=L2 search
+*                         3=L1 narrow freq pull-in   11=L2 pll
+*                         4=L1 pll                   12=L2 steering
+*                         5=L1 reacq
+*                         6=L1 steering
+*                         7=L1 fll
+*                         (oem6)
+*                         0=idle                      7=freq-lock loop
+*                         2=wide freq band pull-in    9=channel alignment
+*                         3=narrow freq band pull-in 10=code search
+*                         4=phase lock loop          11=aided phase lock loop
+*          int    *plock O      phase-lock flag   (0=not locked, 1=locked)
+*          int    *clock O      code-lock flag    (0=not locked, 1=locked)
+*          int    *parity O     parity known flag (0=not known,  1=known)
+*          int    *halfc O      phase measurement (0=half-cycle not added,
+*                                                  1=added)
+* return : signal frequency (0:L1,1:L2,2:L5,3:L6,4:L7,5:L8,-1:error)
+* notes  : refer [1][3]
+*-----------------------------------------------------------------------------*/
+static int decode_trackstat(unsigned int stat, int *sys, int *code, int *track,
+                            int *plock, int *clock, int *parity, int *halfc)
+{
+    int satsys,sigtype,freq=0;
+    
+    *track =stat&0x1F;
+    *plock =(stat>>10)&1;
+    *parity=(stat>>11)&1;
+    *clock =(stat>>12)&1;
+    satsys =(stat>>16)&7;
+    *halfc =(stat>>28)&1;
+    sigtype=(stat>>21)&0x1F;
+    
+    switch (satsys) {
+        case 0: *sys=SYS_GPS; break;
+        case 1: *sys=SYS_GLO; break;
+        case 2: *sys=SYS_SBS; break;
+        case 3: *sys=SYS_GAL; break; /* OEM6 */
+        case 4: *sys=SYS_CMP; break; /* OEM6 F/W 6.400 */
+        case 5: *sys=SYS_QZS; break; /* OEM6 */
+        default:
+            trace(2,"oem4 unknown system: sys=%d\n",satsys);
+            return -1;
+    }
+    if (*sys==SYS_GPS||*sys==SYS_QZS) {
+        switch (sigtype) {
+            case  0: freq=0; *code=CODE_L1C; break; /* L1C/A */
+            case  5: freq=0; *code=CODE_L1P; break; /* L1P */
+            case  9: freq=1; *code=CODE_L2D; break; /* L2Pcodeless */
+            case 14: freq=2; *code=CODE_L5Q; break; /* L5Q (OEM6) */
+            case 17: freq=1; *code=CODE_L2X; break; /* L2C(M+L) */
+            default: freq=-1; break;
+        }
+    }
+    else if (*sys==SYS_GLO) {
+        switch (sigtype) {
+            case  0: freq=0; *code=CODE_L1C; break; /* L1C/A */
+            case  1: freq=1; *code=CODE_L2C; break; /* L2C/A (OEM6) */
+            case  5: freq=1; *code=CODE_L2P; break; /* L2P */
+            default: freq=-1; break;
+        }
+    }
+    else if (*sys==SYS_GAL) {
+        switch (sigtype) {
+            case  1: freq=0; *code=CODE_L1B; break; /* E1B  (OEM6) */
+            case  2: freq=0; *code=CODE_L1C; break; /* E1C  (OEM6) */
+            case 12: freq=2; *code=CODE_L5Q; break; /* E5aQ (OEM6) */
+            case 17: freq=4; *code=CODE_L7Q; break; /* E5bQ (OEM6) */
+            case 20: freq=5; *code=CODE_L8Q; break; /* AltBOCQ (OEM6) */
+            default: freq=-1; break;
+        }
+    }
+    else if (*sys==SYS_CMP) {
+        switch (sigtype) {
+            case  0: freq=0; *code=CODE_L1I; break; /* B1 with D1 (OEM6) */
+            case  1: freq=1; *code=CODE_L7I; break; /* B2 with D1 (OEM6) */
+            case  4: freq=0; *code=CODE_L1I; break; /* B1 with D2 (OEM6) */
+            case  5: freq=1; *code=CODE_L7I; break; /* B2 with D2 (OEM6) */
+            default: freq=-1; break;
+        }
+    }
+    else if (*sys==SYS_SBS) {
+        switch (sigtype) {
+            case  0: freq=0; *code=CODE_L1C; break; /* L1C/A */
+            case  6: freq=2; *code=CODE_L5I; break; /* L5I (OEM6) */
+            default: freq=-1; break;
+        }
+    }
+    if (freq<0) {
+        trace(2,"oem4 signal type error: sys=%d sigtype=%d\n",*sys,sigtype);
+        return -1;
+    }
+    return freq;
+}
+/* check code priority and return obs position -------------------------------*/
+static int checkpri(const char *opt, int sys, int code, int freq)
+{
+    int nex=NEXOBS; /* number of extended obs data */
+    
+    if (sys==SYS_GPS) {
+        if (strstr(opt,"-GL1P")&&freq==0) return code==CODE_L1P?0:-1;
+        if (strstr(opt,"-GL2X")&&freq==1) return code==CODE_L2X?1:-1;
+        if (code==CODE_L1P) return nex<1?-1:NFREQ;
+        if (code==CODE_L2X) return nex<2?-1:NFREQ+1;
+    }
+    else if (sys==SYS_GLO) {
+        if (strstr(opt,"-RL2C")&&freq==1) return code==CODE_L2C?1:-1;
+        if (code==CODE_L2C) return nex<1?-1:NFREQ;
+    }
+    else if (sys==SYS_GAL) {
+        if (strstr(opt,"-EL1B")&&freq==0) return code==CODE_L1B?0:-1;
+        if (code==CODE_L1B) return nex<1?-1:NFREQ;
+        if (code==CODE_L7Q) return nex<2?-1:NFREQ+1;
+        if (code==CODE_L8Q) return nex<3?-1:NFREQ+2;
+    }
+    return freq<NFREQ?freq:-1;
+}
+/* decode rangecmpb ----------------------------------------------------------*/
+static int decode_rangecmpb(raw_t *raw)
+{
+    double psr,adr,adr_rolls,lockt,tt,dop,snr,wavelen;
+    int i,index,nobs,prn,sat,sys,code,freq,pos;
+    int track,plock,clock,parity,halfc,lli;
+    char *msg;
+    unsigned char *p=raw->buff+OEM4HLEN;
+    
+    trace(3,"decode_rangecmpb: len=%d\n",raw->len);
+    
+    nobs=U4(p);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," nobs=%2d",nobs);
+    }
+    if (raw->len<OEM4HLEN+4+nobs*24) {
+        trace(2,"oem4 rangecmpb length error: len=%d nobs=%d\n",raw->len,nobs);
+        return -1;
+    }
+    for (i=0,p+=4;i<nobs;i++,p+=24) {
+        
+        /* decode tracking status */
+        if ((freq=decode_trackstat(U4(p),&sys,&code,&track,&plock,&clock,
+                                   &parity,&halfc))<0) continue;
+        
+        /* obs position */
+        if ((pos=checkpri(raw->opt,sys,code,freq))<0) continue;
+        
+        prn=U1(p+17);
+        if (sys==SYS_GLO) prn-=37;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(3,"oem4 rangecmpb satellite number error: sys=%d,prn=%d\n",sys,prn);
+            continue;
+        }
+        if (sys==SYS_GLO&&!parity) continue; /* invalid if GLO parity unknown */
+        
+        dop=exsign(U4(p+4)&0xFFFFFFF,28)/256.0;
+        psr=(U4(p+7)>>4)/128.0+U1(p+11)*2097152.0;
+        
+        if ((wavelen=satwavelen(sat,freq,&raw->nav))<=0.0) {
+            if (sys==SYS_GLO) wavelen=CLIGHT/(freq==0?FREQ1_GLO:FREQ2_GLO);
+            else wavelen=lam_carr[freq];
+        }
+        adr=I4(p+12)/256.0;
+        adr_rolls=(psr/wavelen+adr)/MAXVAL;
+        adr=-adr+MAXVAL*floor(adr_rolls+(adr_rolls<=0?-0.5:0.5));
+        
+        lockt=(U4(p+18)&0x1FFFFF)/32.0; /* lock time */
+        
+        tt=timediff(raw->time,raw->tobs);
+        if (raw->tobs.time!=0) {
+            lli=(lockt<65535.968&&lockt-raw->lockt[sat-1][pos]+0.05<=tt)||
+                halfc!=raw->halfc[sat-1][pos];
+        }
+        else {
+            lli=0;
+        }
+        if (!parity) lli|=2;
+        raw->lockt[sat-1][pos]=lockt;
+        raw->halfc[sat-1][pos]=halfc;
+        
+        snr=((U2(p+20)&0x3FF)>>5)+20.0;
+        if (!clock) psr=0.0;     /* code unlock */
+        if (!plock) adr=dop=0.0; /* phase unlock */
+        
+        if (fabs(timediff(raw->obs.data[0].time,raw->time))>1E-9) {
+            raw->obs.n=0;
+        }
+        if ((index=obsindex(&raw->obs,raw->time,sat))>=0) {
+            raw->obs.data[index].L  [pos]=adr;
+            raw->obs.data[index].P  [pos]=psr;
+            raw->obs.data[index].D  [pos]=(float)dop;
+            raw->obs.data[index].SNR[pos]=
+                0.0<=snr&&snr<255.0?(unsigned char)(snr*4.0+0.5):0;
+            raw->obs.data[index].LLI[pos]=(unsigned char)lli;
+            raw->obs.data[index].code[pos]=code;
+#if 0
+            /* L2C phase shift correction (L2C->L2P) */
+            if (code==CODE_L2X) {
+                raw->obs.data[index].L[pos]+=0.25;
+                trace(3,"oem4 L2C phase shift corrected: prn=%2d\n",prn);
+            }
+#endif
+        }
+    }
+    raw->tobs=raw->time;
+    return 1;
+}
+/* decode rangeb -------------------------------------------------------------*/
+static int decode_rangeb(raw_t *raw)
+{
+    double psr,adr,dop,snr,lockt,tt;
+    char *msg;
+    int i,index,nobs,prn,sat,sys,code,freq,pos;
+    int track,plock,clock,parity,halfc,lli,gfrq;
+    unsigned char *p=raw->buff+OEM4HLEN;
+    
+    trace(3,"decode_rangeb: len=%d\n",raw->len);
+    
+    nobs=U4(p);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," nobs=%2d",nobs);
+    }
+    if (raw->len<OEM4HLEN+4+nobs*44) {
+        trace(2,"oem4 rangeb length error: len=%d nobs=%d\n",raw->len,nobs);
+        return -1;
+    }
+    for (i=0,p+=4;i<nobs;i++,p+=44) {
+        
+        /* decode tracking status */
+        if ((freq=decode_trackstat(U4(p+40),&sys,&code,&track,&plock,&clock,
+                                   &parity,&halfc))<0) continue;
+        
+        /* obs position */
+        if ((pos=checkpri(raw->opt,sys,code,freq))<0) continue;
+        
+        prn=U2(p);
+        if (sys==SYS_GLO) prn-=37;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(3,"oem4 rangeb satellite number error: sys=%d,prn=%d\n",sys,prn);
+            continue;
+        }
+        if (sys==SYS_GLO&&!parity) continue; /* invalid if GLO parity unknown */
+        
+        gfrq =U2(p+ 2);
+        psr  =R8(p+ 4);
+        adr  =R8(p+16);
+        dop  =R4(p+28);
+        snr  =R4(p+32);
+        lockt=R4(p+36);
+        
+        /* set glonass frequency channel number */
+        if (sys==SYS_GLO&&raw->nav.geph[prn-1].sat!=sat) {
+            raw->nav.geph[prn-1].frq=gfrq-7;
+        }
+        tt=timediff(raw->time,raw->tobs);
+        if (raw->tobs.time!=0) {
+            lli=lockt-raw->lockt[sat-1][pos]+0.05<=tt||
+                halfc!=raw->halfc[sat-1][pos];
+        }
+        else {
+            lli=0;
+        }
+        if (!parity) lli|=2;
+        raw->lockt[sat-1][pos]=lockt;
+        raw->halfc[sat-1][pos]=halfc;
+        if (!clock) psr=0.0;     /* code unlock */
+        if (!plock) adr=dop=0.0; /* phase unlock */
+        
+        if (fabs(timediff(raw->obs.data[0].time,raw->time))>1E-9) {
+            raw->obs.n=0;
+        }
+        if ((index=obsindex(&raw->obs,raw->time,sat))>=0) {
+            raw->obs.data[index].L  [pos]=-adr;
+            raw->obs.data[index].P  [pos]=psr;
+            raw->obs.data[index].D  [pos]=(float)dop;
+            raw->obs.data[index].SNR[pos]=
+                0.0<=snr&&snr<255.0?(unsigned char)(snr*4.0+0.5):0;
+            raw->obs.data[index].LLI[pos]=(unsigned char)lli;
+            raw->obs.data[index].code[pos]=code;
+#if 0
+            /* L2C phase shift correction */
+            if (code==CODE_L2X) {
+                raw->obs.data[index].L[pos]+=0.25;
+                trace(3,"oem4 L2C phase shift corrected: prn=%2d\n",prn);
+            }
+#endif
+        }
+    }
+    raw->tobs=raw->time;
+    return 1;
+}
+/* decode rawephemb ----------------------------------------------------------*/
+static int decode_rawephemb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    eph_t eph={0};
+    int prn,sat;
+    
+    trace(3,"decode_rawephemb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+102) {
+        trace(2,"oem4 rawephemb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p);
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"oem4 rawephemb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (decode_frame(p+ 12,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(p+ 42,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(p+ 72,&eph,NULL,NULL,NULL,NULL)!=3) {
+        trace(2,"oem4 rawephemb subframe error: prn=%d\n",prn);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    trace(4,"decode_rawephemb: sat=%2d\n",sat);
+    return 2;
+}
+/* decode ionutcb ------------------------------------------------------------*/
+static int decode_ionutcb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    int i;
+    
+    trace(3,"decode_ionutcb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+108) {
+        trace(2,"oem4 ionutcb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=0;i<8;i++) raw->nav.ion_gps[i]=R8(p+i*8);
+    raw->nav.utc_gps[0]=R8(p+72);
+    raw->nav.utc_gps[1]=R8(p+80);
+    raw->nav.utc_gps[2]=U4(p+68);
+    raw->nav.utc_gps[3]=U4(p+64);
+    raw->nav.leaps =I4(p+96);
+    return 9;
+}
+/* decode rawwaasframeb ------------------------------------------------------*/
+static int decode_rawwaasframeb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    int i,prn;
+    
+    trace(3,"decode_rawwaasframeb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+48) {
+        trace(2,"oem4 rawwaasframeb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p+4);
+    
+    if (MINPRNQZS_S<=prn&&prn<=MAXPRNQZS_S) {
+        prn+=10; /* QZSS SAIF PRN -> QZSS PRN */
+    }
+    else if (prn<MINPRNSBS||MAXPRNSBS<prn) return 0;
+    
+    raw->sbsmsg.tow=(int)time2gpst(raw->time,&raw->sbsmsg.week);
+    raw->sbsmsg.prn=prn;
+    for (i=0,p+=12;i<29;i++,p++) raw->sbsmsg.msg[i]=*p;
+    return 3;
+}
+/* decode rawsbasframeb ------------------------------------------------------*/
+static int decode_rawsbasframeb(raw_t *raw)
+{
+    trace(3,"decode_rawsbasframeb: len=%d\n",raw->len);
+    
+    /* format same as rawwaasframeb */
+    return decode_rawwaasframeb(raw);
+}
+/* decode gloephemerisb ------------------------------------------------------*/
+static int decode_gloephemerisb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    geph_t geph={0};
+    char *msg;
+    double tow,tof,toff;
+    int prn,sat,week;
+    
+    trace(3,"decode_gloephemerisb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+144) {
+        trace(2,"oem4 gloephemerisb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn        =U2(p)-37;
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d",prn);
+    }
+    if (!(sat=satno(SYS_GLO,prn))) {
+        trace(2,"oem4 gloephemerisb prn error: prn=%d\n",prn);
+        return -1;
+    }
+    geph.frq   =U2(p+  2)+OFF_FRQNO;
+    week       =U2(p+  6);
+    tow        =floor(U4(p+8)/1000.0+0.5); /* rounded to integer sec */
+    toff       =U4(p+ 12);
+    geph.iode  =U4(p+ 20)&0x7F;
+    geph.svh   =U4(p+ 24);
+    geph.pos[0]=R8(p+ 28);
+    geph.pos[1]=R8(p+ 36);
+    geph.pos[2]=R8(p+ 44);
+    geph.vel[0]=R8(p+ 52);
+    geph.vel[1]=R8(p+ 60);
+    geph.vel[2]=R8(p+ 68);
+    geph.acc[0]=R8(p+ 76);
+    geph.acc[1]=R8(p+ 84);
+    geph.acc[2]=R8(p+ 92);
+    geph.taun  =R8(p+100);
+    geph.gamn  =R8(p+116);
+    tof        =U4(p+124)-toff; /* glonasst->gpst */
+    geph.age   =U4(p+136);
+    geph.toe=gpst2time(week,tow);
+    tof+=floor(tow/86400.0)*86400;
+    if      (tof<tow-43200.0) tof+=86400.0;
+    else if (tof>tow+43200.0) tof-=86400.0;
+    geph.tof=gpst2time(week,tof);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(geph.toe,raw->nav.geph[prn-1].toe))<1.0&&
+            geph.svh==raw->nav.geph[prn-1].svh) return 0; /* unchanged */
+    }
+    geph.sat=sat;
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode qzss rawephemb -----------------------------------------------------*/
+static int decode_qzssrawephemb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN,*q;
+    eph_t eph={0};
+    char *msg;
+    int i,prn,id,sat;
+    
+    trace(3,"decode_qzssrawephemb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+44) {
+        trace(2,"oem4 qzssrawephemb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p);
+    id =U4(p+4);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d id=%d",prn,id);
+    }
+    if (!(sat=satno(SYS_QZS,prn))) {
+        trace(2,"oem4 qzssrawephemb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (id<1||3<id) return 0;
+    
+    q=raw->subfrm[sat-1]+(id-1)*30;
+    for (i=0;i<30;i++) *q++=p[8+i];
+    
+    if (id<3) return 0;
+    if (decode_frame(raw->subfrm[sat-1]   ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(raw->subfrm[sat-1]+30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(raw->subfrm[sat-1]+60,&eph,NULL,NULL,NULL,NULL)!=3) {
+        return 0;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iodc==raw->nav.eph[sat-1].iodc&&
+            eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    trace(4,"decode_qzssrawephemb: sat=%2d\n",sat);
+    return 2;
+}
+/* decode qzss rawsubframeb --------------------------------------------------*/
+static int decode_qzssrawsubframeb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    eph_t eph={0};
+    char *msg;
+    int prn,sat;
+    
+    trace(3,"decode_qzssrawsubframeb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+44) {
+        trace(2,"oem4 qzssrawsubframeb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d",prn);
+    }
+    if (!(sat=satno(SYS_QZS,prn))) {
+        trace(2,"oem4 qzssrawephemb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (decode_frame(p+12,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(p+42,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(p+72,&eph,NULL,NULL,NULL,NULL)!=3) {
+        return 0;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iodc==raw->nav.eph[sat-1].iodc&&
+            eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    trace(4,"decode_qzssrawsubframeb: sat=%2d\n",sat);
+    return 2;
+}
+/* decode qzssionutcb --------------------------------------------------------*/
+static int decode_qzssionutcb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    int i;
+    
+    trace(3,"decode_qzssionutcb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+108) {
+        trace(2,"oem4 qzssionutcb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=0;i<8;i++) raw->nav.ion_qzs[i]=R8(p+i*8);
+    raw->nav.utc_qzs[0]=R8(p+72);
+    raw->nav.utc_qzs[1]=R8(p+80);
+    raw->nav.utc_qzs[2]=U4(p+68);
+    raw->nav.utc_qzs[3]=U4(p+64);
+    raw->nav.leaps =I4(p+96);
+    return 9;
+}
+/* decode galephemerisb ------------------------------------------------------*/
+static int decode_galephemerisb(raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned char *p=raw->buff+OEM4HLEN;
+    double tow,sqrtA,af0_fnav,af1_fnav,af2_fnav,af0_inav,af1_inav,af2_inav,tt;
+    char *msg;
+    int prn,rcv_fnav,rcv_inav,svh_e1b,svh_e5a,svh_e5b,dvs_e1b,dvs_e5a,dvs_e5b;
+    int toc_fnav,toc_inav,week;
+    
+    trace(3,"decode_galephemerisb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+220) {
+        trace(2,"oem4 galephemrisb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn       =U4(p);   p+=4;
+    rcv_fnav  =U4(p)&1; p+=4;
+    rcv_inav  =U4(p)&1; p+=4;
+    svh_e1b   =U1(p)&3; p+=1;
+    svh_e5a   =U1(p)&3; p+=1;
+    svh_e5b   =U1(p)&3; p+=1;
+    dvs_e1b   =U1(p)&1; p+=1;
+    dvs_e5a   =U1(p)&1; p+=1;
+    dvs_e5b   =U1(p)&1; p+=1;
+    eph.sva   =U1(p);   p+=1+1; /* SISA */
+    eph.iode  =U4(p);   p+=4;   /* IODNav */
+    eph.toes  =U4(p);   p+=4;
+    sqrtA     =R8(p);   p+=8;
+    eph.deln  =R8(p);   p+=8;
+    eph.M0    =R8(p);   p+=8;
+    eph.e     =R8(p);   p+=8;
+    eph.omg   =R8(p);   p+=8;
+    eph.cuc   =R8(p);   p+=8;
+    eph.cus   =R8(p);   p+=8;
+    eph.crc   =R8(p);   p+=8;
+    eph.crs   =R8(p);   p+=8;
+    eph.cic   =R8(p);   p+=8;
+    eph.cis   =R8(p);   p+=8;
+    eph.i0    =R8(p);   p+=8;
+    eph.idot  =R8(p);   p+=8;
+    eph.OMG0  =R8(p);   p+=8;
+    eph.OMGd  =R8(p);   p+=8;
+    toc_fnav  =U4(p);   p+=4;
+    af0_fnav  =R8(p);   p+=8;
+    af1_fnav  =R8(p);   p+=8;
+    af2_fnav  =R8(p);   p+=8;
+    toc_inav  =U4(p);   p+=4;
+    af0_inav  =R8(p);   p+=8;
+    af1_inav  =R8(p);   p+=8;
+    af2_inav  =R8(p);   p+=8;
+    eph.tgd[0]=R8(p);   p+=8; /* BGD: E5A-E1 (s) */
+    eph.tgd[1]=R8(p);         /* BGD: E5B-E1 (s) */
+    eph.iodc  =eph.iode;
+    eph.svh   =(svh_e5b<<7)|(dvs_e5b<<6)|(svh_e5a<<4)|(dvs_e5a<<3)|
+               (svh_e1b<<1)|dvs_e1b;
+    eph.code  =rcv_fnav?1:0;       /* 0:INAV,1:FNAV */
+    eph.A     =sqrtA*sqrtA;
+    eph.f0    =rcv_fnav?af0_fnav:af0_inav;
+    eph.f1    =rcv_fnav?af1_fnav:af1_inav;
+    eph.f2    =rcv_fnav?af2_fnav:af2_inav;
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d iod=%3d toes=%6.0f",prn,eph.iode,eph.toes);
+    }
+    if (!(eph.sat=satno(SYS_GAL,prn))) {
+        trace(2,"oemv galephemeris satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    tow=time2gpst(raw->time,&week);
+    eph.week=week; /* gps week */
+    eph.toe=gpst2time(eph.week,eph.toes);
+    
+    /* for week-handover problem */
+    tt=timediff(eph.toe,raw->time);
+    if      (tt<-302400.0) eph.week++;
+    else if (tt> 302400.0) eph.week--;
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=adjweek(eph.toe,rcv_fnav?toc_fnav:toc_inav);
+    eph.ttr=adjweek(eph.toe,tow);
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (raw->nav.eph[eph.sat-1].iode==eph.iode&&
+            raw->nav.eph[eph.sat-1].code==eph.code) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode galalmanacb --------------------------------------------------------*/
+static int decode_galalmanacb(raw_t *raw)
+{
+    alm_t alm={0};
+    unsigned char *p=raw->buff+OEM4HLEN;
+    double dsqrtA,sqrtA=sqrt(29601297.0);
+    int prn,rcv_fnav,rcv_inav,svh_e1b,svh_e5a,svh_e5b,ioda;
+    
+    trace(3,"decode_galalmanacb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+100) {
+        trace(2,"oem4 galephemrisb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn     =U4(p);   p+=4;
+    rcv_fnav=U4(p)&1; p+=4;
+    rcv_inav=U4(p)&1; p+=4;
+    svh_e1b =U1(p)&3; p+=1;
+    svh_e5a =U1(p)&3; p+=1;
+    svh_e5b =U1(p)&3; p+=1+1;
+    ioda    =U4(p);   p+=4;
+    alm.week=U4(p);   p+=4; /* gst week */
+    alm.toas=U4(p);   p+=4;
+    alm.e   =R8(p);   p+=8;
+    alm.OMGd=R8(p);   p+=8;
+    alm.OMG0=R8(p);   p+=8;
+    alm.omg =R8(p);   p+=8;
+    alm.M0  =R8(p);   p+=8;
+    alm.f0  =R8(p);   p+=8;
+    alm.f1  =R8(p);   p+=8;
+    dsqrtA  =R8(p);   p+=8;
+    alm.i0  =(R8(p)+56.0)*D2R;
+    alm.svh =(svh_e5b<<7)|(svh_e5a<<4)|(svh_e1b<<1);
+    alm.A   =(sqrtA+dsqrtA)*(sqrtA+dsqrtA);
+    
+    if (!(alm.sat=satno(SYS_GAL,prn))) {
+        trace(2,"oemv galalmanac satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    alm.toa=gst2time(alm.week,alm.toas);
+    raw->nav.alm[alm.sat-1]=alm;
+    return 0;
+}
+/* decode galclockb ----------------------------------------------------------*/
+static int decode_galclockb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    double a0,a1,a0g,a1g;
+    int leaps,tot,wnt,wnlsf,dn,dtlsf,t0g,wn0g;
+    
+    trace(3,"decode_galclockb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+64) {
+        trace(2,"oem4 galclockb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    a0   =R8(p); p+=8;
+    a1   =R8(p); p+=8;
+    leaps=I4(p); p+=4;
+    tot  =U4(p); p+=4;
+    wnt  =U4(p); p+=4;
+    wnlsf=U4(p); p+=4;
+    dn   =U4(p); p+=4;
+    dtlsf=U4(p); p+=4;
+    a0g  =R8(p); p+=8;
+    a1g  =R8(p); p+=8;
+    t0g  =U4(p); p+=4;
+    wn0g =U4(p);
+    
+    raw->nav.utc_gal[0]=a0;
+    raw->nav.utc_gal[1]=a1;
+    raw->nav.utc_gal[2]=tot; /* utc reference tow (s) */
+    raw->nav.utc_gal[3]=wnt; /* utc reference week */
+    return 9;
+}
+/* decode galionob -----------------------------------------------------------*/
+static int decode_galionob(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    double ai[3];
+    int i,sf[5];
+    
+    trace(3,"decode_galionob: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+29) {
+        trace(2,"oem4 galionob length error: len=%d\n",raw->len);
+        return -1;
+    }
+    ai[0]=R8(p); p+=8;
+    ai[1]=R8(p); p+=8;
+    ai[2]=R8(p); p+=8;
+    sf[0]=U1(p); p+=1;
+    sf[1]=U1(p); p+=1;
+    sf[2]=U1(p); p+=1;
+    sf[3]=U1(p); p+=1;
+    sf[4]=U1(p);
+    
+    for (i=0;i<3;i++) raw->nav.ion_gal[i]=ai[i];
+    return 9;
+}
+/* decode galfnavrawpageb ----------------------------------------------------*/
+static int decode_galfnavrawpageb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    unsigned char buff[27];
+    int i,sigch,satid,page;
+    
+    trace(3,"decode_galfnavrawpageb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+35) {
+        trace(2,"oem4 galfnavrawpageb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    sigch=U4(p); p+=4;
+    satid=U4(p); p+=4;
+    for (i=0;i<27;i++) {
+        buff[i]=U1(p); p+=1;
+    }
+    page=getbitu(buff,0,6);
+    
+    trace(3,"%s E%2d FNAV     (%2d) ",time_str(raw->time,0),satid,page);
+    traceb(3,buff,27);
+    
+    return 0;
+}
+/* decode galinavrawwordb ----------------------------------------------------*/
+static int decode_galinavrawwordb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    unsigned char buff[16];
+    gtime_t time=raw->time;
+    char *sig;
+    int i,sigch,satid,sigtype,type,week=0,tow=0;
+    
+    trace(3,"decode_galinavrawwordb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+28) {
+        trace(2,"oem4 galinavrawwordb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    sigch  =U4(p); p+=4;
+    satid  =U4(p); p+=4;
+    sigtype=U4(p); p+=4;
+    
+    switch (sigtype) {
+        case 10433: sig="E1 "; break;
+        case 10466: sig="E5A"; break;
+        case 10499: sig="E5B"; break;
+        default: sig="???"   ; break;
+    }
+    for (i=0;i<16;i++) {
+        buff[i]=U1(p); p+=1;
+    }
+    type=getbitu(buff,0,6);
+    if (type==0&&getbitu(buff,6,2)==2) {
+        week=getbitu(buff, 96,12); /* gst week */
+        tow =getbitu(buff,108,20);
+        time=gst2time(week,tow);
+    }
+    trace(3,"%s E%2d INAV-%s (%2d) ",time_str(time,0),satid,sig,type);
+    traceb(3,buff,16);
+    
+    return 0;
+}
+/* decode rawcnavframeb ------------------------------------------------------*/
+static int decode_rawcnavframeb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM4HLEN;
+    unsigned char buff[38];
+    int i,sigch,prn,frmid;
+    
+    trace(3,"decode_rawcnavframeb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+50) {
+        trace(2,"oem4 rawcnavframeb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    sigch=U4(p); p+=4;
+    prn  =U4(p); p+=4;
+    frmid=U4(p); p+=4;
+    
+    for (i=0;i<38;i++) {
+        buff[i]=U1(p); p+=1;
+    }
+    trace(3,"%s PRN=%3d FRMID=%2d ",time_str(raw->time,0),prn,frmid);
+    traceb(3,buff,38);
+    
+    return 0;
+}
+/* decode bdsephemerisb ------------------------------------------------------*/
+static int decode_bdsephemerisb(raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned char *p=raw->buff+OEM4HLEN;
+    double ura,sqrtA;
+    char *msg;
+    int prn,toc;
+    
+    trace(3,"decode_bdsephemerisb: len=%d\n",raw->len);
+    
+    if (raw->len<OEM4HLEN+196) {
+        trace(2,"oem4 bdsephemrisb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn       =U4(p);   p+=4;
+    eph.week  =U4(p);   p+=4;
+    ura       =R8(p);   p+=8;
+    eph.svh   =U4(p)&1; p+=4;
+    eph.tgd[0]=R8(p);   p+=8; /* TGD1 for B1 (s) */
+    eph.tgd[1]=R8(p);   p+=8; /* TGD2 for B2 (s) */
+    eph.iodc  =U4(p);   p+=4; /* AODC */
+    toc       =U4(p);   p+=4;
+    eph.f0    =R8(p);   p+=8;
+    eph.f1    =R8(p);   p+=8;
+    eph.f2    =R8(p);   p+=8;
+    eph.iode  =U4(p);   p+=4; /* AODE */
+    eph.toes  =U4(p);   p+=4;
+    sqrtA     =R8(p);   p+=8;
+    eph.e     =R8(p);   p+=8;
+    eph.omg   =R8(p);   p+=8;
+    eph.deln  =R8(p);   p+=8;
+    eph.M0    =R8(p);   p+=8;
+    eph.OMG0  =R8(p);   p+=8;
+    eph.OMGd  =R8(p);   p+=8;
+    eph.i0    =R8(p);   p+=8;
+    eph.idot  =R8(p);   p+=8;
+    eph.cuc   =R8(p);   p+=8;
+    eph.cus   =R8(p);   p+=8;
+    eph.crc   =R8(p);   p+=8;
+    eph.crs   =R8(p);   p+=8;
+    eph.cic   =R8(p);   p+=8;
+    eph.cis   =R8(p);
+    eph.A     =sqrtA*sqrtA;
+    eph.sva   =uraindex(ura);
+    
+    if (raw->outtype) {
+        msg=raw->msgtype+strlen(raw->msgtype);
+        sprintf(msg," prn=%3d iod=%3d toes=%6.0f",prn,eph.iode,eph.toes);
+    }
+    if (!(eph.sat=satno(SYS_CMP,prn))) {
+        trace(2,"oemv bdsephemeris satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.toe=bdt2gpst(bdt2time(eph.week,eph.toes)); /* bdt -> gpst */
+    eph.toc=bdt2gpst(bdt2time(eph.week,toc));      /* bdt -> gpst */
+    eph.ttr=raw->time;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (timediff(raw->nav.eph[eph.sat-1].toe,eph.toe)==0.0) return 0; /* unchanged */
+    }
+    raw->nav.eph[eph.sat-1]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+/* decode rgeb ---------------------------------------------------------------*/
+static int decode_rgeb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM3HLEN;
+    double tow,psr,adr,tt,lockt,dop,snr;
+    int i,week,nobs,prn,sat,stat,sys,parity,lli,index,freq;
+    
+    trace(3,"decode_rgeb: len=%d\n",raw->len);
+    
+    week=adjgpsweek(U4(p));
+    tow =R8(p+ 4);
+    nobs=U4(p+12);
+    raw->time=gpst2time(week,tow);
+    
+    if (raw->len!=OEM3HLEN+20+nobs*44) {
+        trace(2,"oem3 regb length error: len=%d nobs=%d\n",raw->len,nobs);
+        return -1;
+    }
+    for (i=0,p+=20;i<nobs;i++,p+=44) {
+        prn   =U4(p   );
+        psr   =R8(p+ 4);
+        adr   =R8(p+16);
+        dop   =R4(p+28);
+        snr   =R4(p+32);
+        lockt =R4(p+36);     /* lock time (s) */
+        stat  =I4(p+40);     /* tracking status */
+        freq  =(stat>>20)&1; /* L1:0,L2:1 */
+        sys   =(stat>>15)&7; /* satellite sys (0:GPS,1:GLONASS,2:WAAS) */
+        parity=(stat>>10)&1; /* parity known */
+        if (!(sat=satno(sys==1?SYS_GLO:(sys==2?SYS_SBS:SYS_GPS),prn))) {
+            trace(2,"oem3 regb satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        tt=timediff(raw->time,raw->tobs);
+        if (raw->tobs.time!=0) {
+            lli=lockt-raw->lockt[sat-1][freq]+0.05<tt||
+                parity!=raw->halfc[sat-1][freq];
+        }
+        else {
+            lli=0;
+        }
+        if (!parity) lli|=2;
+        raw->lockt[sat-1][freq]=lockt;
+        raw->halfc[sat-1][freq]=parity;
+        
+        if (fabs(timediff(raw->obs.data[0].time,raw->time))>1E-9) {
+            raw->obs.n=0;
+        }        
+        if ((index=obsindex(&raw->obs,raw->time,sat))>=0) {
+            raw->obs.data[index].L  [freq]=-adr; /* flip sign */
+            raw->obs.data[index].P  [freq]=psr;
+            raw->obs.data[index].D  [freq]=(float)dop;
+            raw->obs.data[index].SNR[freq]=
+                0.0<=snr&&snr<255.0?(unsigned char)(snr*4.0+0.5):0;
+            raw->obs.data[index].LLI[freq]=(unsigned char)lli;
+            raw->obs.data[index].code[freq]=freq==0?CODE_L1C:CODE_L2P;
+        }
+    }
+    raw->tobs=raw->time;
+    return 1;
+}
+/* decode rged ---------------------------------------------------------------*/
+static int decode_rged(raw_t *raw)
+{
+    unsigned int word;
+    unsigned char *p=raw->buff+OEM3HLEN;
+    double tow,psrh,psrl,psr,adr,adr_rolls,tt,lockt,dop;
+    int i,week,nobs,prn,sat,stat,sys,parity,lli,index,freq,snr;
+    
+    trace(3,"decode_rged: len=%d\n",raw->len);
+    
+    nobs=U2(p);
+    week=adjgpsweek(U2(p+2));
+    tow =U4(p+4)/100.0;
+    raw->time=gpst2time(week,tow);
+    if (raw->len!=OEM3HLEN+12+nobs*20) {
+        trace(2,"oem3 regd length error: len=%d nobs=%d\n",raw->len,nobs);
+        return -1;
+    }
+    for (i=0,p+=12;i<nobs;i++,p+=20) {
+        word  =U4(p);
+        prn   =word&0x3F;
+        snr   =((word>>6)&0x1F)+20;
+        lockt =(word>>11)/32.0;
+        adr   =-I4(p+4)/256.0;
+        word  =U4(p+8);
+        psrh  =word&0xF;
+        dop   =exsign(word>>4,28)/256.0;
+        psrl  =U4(p+12);
+        stat  =U4(p+16)>>8;
+        freq  =(stat>>20)&1; /* L1:0,L2:1 */
+        sys   =(stat>>15)&7; /* satellite sys (0:GPS,1:GLONASS,2:WAAS) */
+        parity=(stat>>10)&1; /* parity known */
+        if (!(sat=satno(sys==1?SYS_GLO:(sys==2?SYS_SBS:SYS_GPS),prn))) {
+            trace(2,"oem3 regd satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        tt=timediff(raw->time,raw->tobs);
+        psr=(psrh*4294967296.0+psrl)/128.0;
+        adr_rolls=floor((psr/(freq==0?WL1:WL2)-adr)/MAXVAL+0.5);
+        adr=adr+MAXVAL*adr_rolls;
+        
+        if (raw->tobs.time!=0) {
+            lli=lockt-raw->lockt[sat-1][freq]+0.05<tt||
+                parity!=raw->halfc[sat-1][freq];
+        }
+        else {
+            lli=0;
+        }
+        if (!parity) lli|=2;
+        raw->lockt[sat-1][freq]=lockt;
+        raw->halfc[sat-1][freq]=parity;
+        
+        if (fabs(timediff(raw->obs.data[0].time,raw->time))>1E-9) {
+            raw->obs.n=0;
+        }
+        if ((index=obsindex(&raw->obs,raw->time,sat))>=0) {
+            raw->obs.data[index].L  [freq]=adr;
+            raw->obs.data[index].P  [freq]=psr;
+            raw->obs.data[index].D  [freq]=(float)dop;
+            raw->obs.data[index].SNR[freq]=(unsigned char)(snr*4.0+0.5);
+            raw->obs.data[index].LLI[freq]=(unsigned char)lli;
+            raw->obs.data[index].code[freq]=freq==0?CODE_L1C:CODE_L2P;
+        }
+    }
+    raw->tobs=raw->time;
+    return 1;
+}
+/* decode repb ---------------------------------------------------------------*/
+static int decode_repb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM3HLEN;
+    eph_t eph={0};
+    int prn,sat;
+    
+    trace(3,"decode_repb: len=%d\n",raw->len);
+    
+    if (raw->len!=OEM3HLEN+96) {
+        trace(2,"oem3 repb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p);
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"oem3 repb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (decode_frame(p+ 4,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(p+34,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(p+64,&eph,NULL,NULL,NULL,NULL)!=3) {
+        trace(2,"oem3 repb subframe error: prn=%d\n",prn);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode frmb --------------------------------------------------------------*/
+static int decode_frmb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM3HLEN;
+    double tow;
+    int i,week,prn,nbit;
+    
+    trace(3,"decode_frmb: len=%d\n",raw->len);
+    
+    week=adjgpsweek(U4(p));
+    tow =R8(p+ 4);
+    prn =U4(p+12);
+    nbit=U4(p+20);
+    raw->time=gpst2time(week,tow);
+    if (nbit!=250) return 0;
+    if (prn<MINPRNSBS||MAXPRNSBS<prn) {
+        trace(2,"oem3 frmb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    raw->sbsmsg.week=week;
+    raw->sbsmsg.tow=(int)tow;
+    raw->sbsmsg.prn=prn;
+    for (i=0;i<29;i++) raw->sbsmsg.msg[i]=p[24+i];
+    return 3;
+}
+/* decode ionb ---------------------------------------------------------------*/
+static int decode_ionb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM3HLEN;
+    int i;
+    
+    if (raw->len!=64+OEM3HLEN) {
+        trace(2,"oem3 ionb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=0;i<8;i++) raw->nav.ion_gps[i]=R8(p+i*8);
+    return 9;
+}
+/* decode utcb ---------------------------------------------------------------*/
+static int decode_utcb(raw_t *raw)
+{
+    unsigned char *p=raw->buff+OEM3HLEN;
+    
+    trace(3,"decode_utcb: len=%d\n",raw->len);
+    
+    if (raw->len!=40+OEM3HLEN) {
+        trace(2,"oem3 utcb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    raw->nav.utc_gps[0]=R8(p   );
+    raw->nav.utc_gps[1]=R8(p+ 8);
+    raw->nav.utc_gps[2]=U4(p+16);
+    raw->nav.utc_gps[3]=adjgpsweek(U4(p+20));
+    raw->nav.leaps =I4(p+28);
+    return 9;
+}
+/* decode oem4 message -------------------------------------------------------*/
+static int decode_oem4(raw_t *raw)
+{
+    double tow;
+    int msg,week,type=U2(raw->buff+4);
+    
+    trace(3,"decode_oem4: type=%3d len=%d\n",type,raw->len);
+    
+    /* check crc32 */
+    if (rtk_crc32(raw->buff,raw->len)!=U4(raw->buff+raw->len)) {
+        trace(2,"oem4 crc error: type=%3d len=%d\n",type,raw->len);
+        return -1;
+    }
+    msg =(U1(raw->buff+6)>>4)&0x3;
+    week=adjgpsweek(U2(raw->buff+14));
+    tow =U4(raw->buff+16)*0.001;
+    raw->time=gpst2time(week,tow);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"OEM4 %4d (%4d): msg=%d %s",type,raw->len,msg,
+                time_str(gpst2time(week,tow),2));
+    }
+    if (msg!=0) return 0; /* message type: 0=binary,1=ascii */
+    
+    switch (type) {
+        case ID_RANGECMP      : return decode_rangecmpb      (raw);
+        case ID_RANGE         : return decode_rangeb         (raw);
+        case ID_RAWEPHEM      : return decode_rawephemb      (raw);
+        case ID_RAWWAASFRAME  : return decode_rawwaasframeb  (raw);
+        case ID_RAWSBASFRAME  : return decode_rawsbasframeb  (raw);
+        case ID_IONUTC        : return decode_ionutcb        (raw);
+        case ID_GLOEPHEMERIS  : return decode_gloephemerisb  (raw);
+        case ID_QZSSRAWEPHEM  : return decode_qzssrawephemb  (raw);
+        case ID_QZSSRAWSUBFRAME: return decode_qzssrawsubframeb(raw);
+        case ID_QZSSIONUTC    : return decode_qzssionutcb    (raw);
+        case ID_GALEPHEMERIS  : return decode_galephemerisb  (raw);
+        case ID_GALALMANAC    : return decode_galalmanacb    (raw);
+        case ID_GALCLOCK      : return decode_galclockb      (raw);
+        case ID_GALIONO       : return decode_galionob       (raw);
+        case ID_GALFNAVRAWPAGE: return decode_galfnavrawpageb(raw);
+        case ID_GALINAVRAWWORD: return decode_galinavrawwordb(raw);
+        case ID_RAWCNAVFRAME  : return decode_rawcnavframeb  (raw);
+        case ID_BDSEPHEMERIS  : return decode_bdsephemerisb  (raw);
+    }
+    return 0;
+}
+/* decode oem3 message -------------------------------------------------------*/
+static int decode_oem3(raw_t *raw)
+{
+    int type=U4(raw->buff+4);
+    
+    trace(3,"decode_oem3: type=%3d len=%d\n",type,raw->len);
+    
+    /* checksum */
+    if (chksum(raw->buff,raw->len)) {
+        trace(2,"oem3 checksum error: type=%3d len=%d\n",type,raw->len);
+        return -1;
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"OEM3 %4d (%4d):",type,raw->len);
+    }
+    switch (type) {
+        case ID_RGEB: return decode_rgeb(raw);
+        case ID_RGED: return decode_rged(raw);
+        case ID_REPB: return decode_repb(raw);
+        case ID_FRMB: return decode_frmb(raw);
+        case ID_IONB: return decode_ionb(raw);
+        case ID_UTCB: return decode_utcb(raw);
+    }
+    return 0;
+}
+/* sync header ---------------------------------------------------------------*/
+static int sync_oem4(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=buff[2]; buff[2]=data;
+    return buff[0]==OEM4SYNC1&&buff[1]==OEM4SYNC2&&buff[2]==OEM4SYNC3;
+}
+static int sync_oem3(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=buff[2]; buff[2]=data;
+    return buff[0]==OEM3SYNC1&&buff[1]==OEM3SYNC2&&buff[2]==OEM3SYNC3;
+}
+/* input oem4/oem3 raw data from stream ----------------------------------------
+* fetch next novatel oem4/oem3 raw data and input a mesasge from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options for oem4, set raw->opt to the following
+*          option strings separated by spaces.
+*
+*          -EPHALL : input all ephemerides
+*          -GL1P   : select 1P for GPS L1 (default 1C)
+*          -GL2X   : select 2X for GPS L2 (default 2W)
+*          -RL2C   : select 2C for GLO L2 (default 2P)
+*          -EL2C   : select 2C for GAL L2 (default 2C)
+*
+*-----------------------------------------------------------------------------*/
+extern int input_oem4(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_oem4: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (sync_oem4(raw->buff,data)) raw->nbyte=3;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==10&&(raw->len=U2(raw->buff+8)+OEM4HLEN)>MAXRAWLEN-4) {
+        trace(2,"oem4 length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (raw->nbyte<10||raw->nbyte<raw->len+4) return 0;
+    raw->nbyte=0;
+    
+    /* decode oem4 message */
+    return decode_oem4(raw);
+}
+extern int input_oem3(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_oem3: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (sync_oem3(raw->buff,data)) raw->nbyte=3;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==12&&(raw->len=U4(raw->buff+8))>MAXRAWLEN) {
+        trace(2,"oem3 length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (raw->nbyte<12||raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+    
+    /* decode oem3 message */
+    return decode_oem3(raw);
+}
+/* input oem4/oem3 raw data from file ------------------------------------------
+* fetch next novatel oem4/oem3 raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          int    format I      receiver raw data format (STRFMT_???)
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_oem4f(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_oem4f:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_oem4(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+3,7,1,fp)<1) return -2;
+    raw->nbyte=10;
+    
+    if ((raw->len=U2(raw->buff+8)+OEM4HLEN)>MAXRAWLEN-4) {
+        trace(2,"oem4 length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+10,raw->len-6,1,fp)<1) return -2;
+    raw->nbyte=0;
+    
+    /* decode oem4 message */
+    return decode_oem4(raw);
+}
+extern int input_oem3f(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_oem3f:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_oem3(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+3,1,9,fp)<9) return -2;
+    raw->nbyte=12;
+    
+    if ((raw->len=U4(raw->buff+8))>MAXRAWLEN) {
+        trace(2,"oem3 length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+12,1,raw->len-12,fp)<(size_t)(raw->len-12)) return -2;
+    raw->nbyte=0;
+    
+    /* decode oem3 message */
+    return decode_oem3(raw);
+}
diff --git a/src/rcv/nvs.c b/src/rcv/nvs.c
new file mode 100644
index 0000000..c7b4cec
--- /dev/null
+++ b/src/rcv/nvs.c
@@ -0,0 +1,618 @@
+/*------------------------------------------------------------------------------
+* nvs.c : NVS receiver dependent functions
+*
+*    Copyright (C) 2012-2016 by M.BAVARO and T.TAKASU, All rights reserved.
+*    Copyright (C) 2014 by T.TAKASU, All rights reserved.
+*
+*     [1] Description of BINR messages which is used by RC program for RINEX
+*         files accumulation, NVS
+*     [2] NAVIS Navis Standard Interface Protocol BINR, NVS
+*
+* version : $Revision:$ $Date:$
+* history : 2012/01/30 1.0  first version by M.BAVARO
+*           2012/11/08 1.1  modified by T.TAKASU
+*           2013/02/23 1.2  fix memory access violation problem on arm
+*           2013/04/24 1.3  fix bug on cycle-slip detection
+*                           add range check of gps ephemeris week
+*           2013/09/01 1.4  add check error of week, time jump, obs data range
+*           2014/08/26 1.5  fix bug on iode in glonass ephemeris
+*           2016/01/26 1.6  fix bug on unrecognized meas data (#130)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define NVSSYNC     0x10        /* nvs message sync code 1 */
+#define NVSENDMSG   0x03        /* nvs message sync code 1 */
+#define NVSCFG      0x06        /* nvs message cfg-??? */
+
+#define ID_XF5RAW   0xf5        /* nvs msg id: raw measurement data */
+#define ID_X4AIONO  0x4a        /* nvs msg id: gps ionospheric data */
+#define ID_X4BTIME  0x4b        /* nvs msg id: GPS/GLONASS/UTC timescale data */
+#define ID_XF7EPH   0xf7        /* nvs msg id: subframe buffer */
+#define ID_XE5BIT   0xe5        /* nvs msg id: bit information */
+
+#define ID_XD7ADVANCED 0xd7     /* */
+#define ID_X02RATEPVT  0x02     /* */
+#define ID_XF4RATERAW  0xf4     /* */
+#define ID_XD7SMOOTH   0xd7     /* */
+#define ID_XD5BIT      0xd5     /* */
+
+static const char rcsid[]="$Id: nvs.c,v 1.0 2012/01/30 00:05:05 MBAVA Exp $";
+
+/* get fields (little-endian) ------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static short          I2(unsigned char *p) {short          i; memcpy(&i,p,2); return i;}
+static int            I4(unsigned char *p) {int            i; memcpy(&i,p,4); return i;}
+static float          R4(unsigned char *p) {float          r; memcpy(&r,p,4); return r;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+
+/* ura values (ref [3] 20.3.3.3.1.1) -----------------------------------------*/
+static const double ura_eph[]={
+    2.4,3.4,4.85,6.85,9.65,13.65,24.0,48.0,96.0,192.0,384.0,768.0,1536.0,
+    3072.0,6144.0,0.0
+};
+/* ura value (m) to ura index ------------------------------------------------*/
+static int uraindex(double value)
+{
+    int i;
+    for (i=0;i<15;i++) if (ura_eph[i]>=value) break;
+    return i;
+}
+/* decode NVS xf5-raw: raw measurement data ----------------------------------*/
+static int decode_xf5raw(raw_t *raw)
+{
+    gtime_t time;
+    double tadj=0.0,toff=0.0,tn;
+    int dTowInt;
+    double dTowUTC, dTowGPS, dTowFrac, L1, P1, D1;
+    double gpsutcTimescale;
+    unsigned char rcvTimeScaleCorr, sys, carrNo;
+    int i,j,prn,sat,n=0,nsat,week;
+    unsigned char *p=raw->buff+2;
+    char *q,tstr[32],flag;
+    
+    trace(4,"decode_xf5raw: len=%d\n",raw->len);
+    
+    /* time tag adjustment option (-TADJ) */
+    if ((q=strstr(raw->opt,"-tadj"))) {
+        sscanf(q,"-TADJ=%lf",&tadj);
+    }
+    dTowUTC =R8(p);
+    week = U2(p+8);
+    gpsutcTimescale = R8(p+10);
+    /* glonassutcTimescale = R8(p+18); */
+    rcvTimeScaleCorr = I1(p+26);
+    
+    /* check gps week range */
+    if (week>=4096) {
+        trace(2,"nvs xf5raw obs week error: week=%d\n",week);
+        return -1;
+    }
+    week=adjgpsweek(week);
+    
+    if ((raw->len - 31)%30) {
+        
+        /* Message length is not correct: there could be an error in the stream */
+        trace(2,"nvs xf5raw len=%d seems not be correct\n",raw->len);
+        return -1;
+    }
+    nsat = (raw->len - 31)/30;
+    
+    dTowGPS = dTowUTC + gpsutcTimescale;
+    
+    /* Tweak pseudoranges to allow Rinex to represent the NVS time of measure */
+    dTowInt  = 10.0*floor((dTowGPS/10.0)+0.5);
+    dTowFrac = dTowGPS - (double) dTowInt;
+    time=gpst2time(week, dTowInt*0.001);
+    
+    /* time tag adjustment */
+    if (tadj>0.0) {
+        tn=time2gpst(time,&week)/tadj;
+        toff=(tn-floor(tn+0.5))*tadj;
+        time=timeadd(time,-toff);
+    }
+    /* check time tag jump and output warning */
+    if (raw->time.time&&fabs(timediff(time,raw->time))>86400.0) {
+        time2str(time,tstr,3);
+        trace(2,"nvs xf5raw time tag jump warning: time=%s\n",tstr);
+    }
+    if (fabs(timediff(time,raw->time))<=1e-3) {
+        time2str(time,tstr,3);
+        trace(2,"nvs xf5raw time tag duplicated: time=%s\n",tstr);
+        return 0;
+    }
+    for (i=0,p+=27;(i<nsat) && (n<MAXOBS); i++,p+=30) {
+        raw->obs.data[n].time  = time;
+        sys = (U1(p)==1)?SYS_GLO:((U1(p)==2)?SYS_GPS:((U1(p)==4)?SYS_SBS:SYS_NONE));
+        prn = U1(p+1);
+        if (sys == SYS_SBS) prn += 120; /* Correct this */
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"nvs xf5raw satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        carrNo = I1(p+2);
+        L1 = R8(p+ 4);
+        P1 = R8(p+12);
+        D1 = R8(p+20);
+        
+        /* check range error */
+        if (L1<-1E10||L1>1E10||P1<-1E10||P1>1E10||D1<-1E5||D1>1E5) {
+            trace(2,"nvs xf5raw obs range error: sat=%2d L1=%12.5e P1=%12.5e D1=%12.5e\n",
+                  sat,L1,P1,D1);
+            continue;
+        }
+        raw->obs.data[n].SNR[0]=(unsigned char)(I1(p+3)*4.0+0.5);
+        if (sys==SYS_GLO) {
+            raw->obs.data[n].L[0]  =  L1 - toff*(FREQ1_GLO+DFRQ1_GLO*carrNo);
+        } else {
+            raw->obs.data[n].L[0]  =  L1 - toff*FREQ1;
+        }
+        raw->obs.data[n].P[0]    = (P1-dTowFrac)*CLIGHT*0.001 - toff*CLIGHT; /* in ms, needs to be converted */
+        raw->obs.data[n].D[0]    =  (float)D1;
+        
+        /* set LLI if meas flag 4 (carrier phase present) off -> on */
+        flag=U1(p+28);
+        raw->obs.data[n].LLI[0]=(flag&0x08)&&!(raw->halfc[sat-1][0]&0x08)?1:0;
+        raw->halfc[sat-1][0]=flag;
+        
+#if 0
+        if (raw->obs.data[n].SNR[0] > 160) {
+            time2str(time,tstr,3);
+            trace(2,"%s, obs.data[%d]: SNR=%.3f  LLI=0x%02x\n",  tstr,
+                n, (raw->obs.data[n].SNR[0])/4.0, U1(p+28) );
+        }
+#endif
+        raw->obs.data[n].code[0] = CODE_L1C;
+        raw->obs.data[n].sat = sat;
+        
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode ephemeris ----------------------------------------------------------*/
+static int decode_gpsephem(int sat, raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned char *puiTmp = (raw->buff)+2;
+    unsigned short week;
+    double toc;
+    
+    trace(4,"decode_ephem: sat=%2d\n",sat);
+    
+    eph.crs    = R4(&puiTmp[  2]);
+    eph.deln   = R4(&puiTmp[  6]) * 1e+3;
+    eph.M0     = R8(&puiTmp[ 10]);
+    eph.cuc    = R4(&puiTmp[ 18]);
+    eph.e      = R8(&puiTmp[ 22]);
+    eph.cus    = R4(&puiTmp[ 30]);
+    eph.A      = pow(R8(&puiTmp[ 34]), 2);
+    eph.toes   = R8(&puiTmp[ 42]) * 1e-3;
+    eph.cic    = R4(&puiTmp[ 50]);
+    eph.OMG0   = R8(&puiTmp[ 54]);
+    eph.cis    = R4(&puiTmp[ 62]);
+    eph.i0     = R8(&puiTmp[ 66]);
+    eph.crc    = R4(&puiTmp[ 74]);
+    eph.omg    = R8(&puiTmp[ 78]);
+    eph.OMGd   = R8(&puiTmp[ 86]) * 1e+3;
+    eph.idot   = R8(&puiTmp[ 94]) * 1e+3;
+    eph.tgd[0] = R4(&puiTmp[102]) * 1e-3;
+    toc        = R8(&puiTmp[106]) * 1e-3;
+    eph.f2     = R4(&puiTmp[114]) * 1e+3;
+    eph.f1     = R4(&puiTmp[118]);
+    eph.f0     = R4(&puiTmp[122]) * 1e-3;
+    eph.sva    = uraindex(I2(&puiTmp[126]));
+    eph.iode   = I2(&puiTmp[128]);
+    eph.iodc   = I2(&puiTmp[130]);
+    eph.code   = I2(&puiTmp[132]);
+    eph.flag   = I2(&puiTmp[134]);
+    week       = I2(&puiTmp[136]);
+    eph.fit    = 0;
+    
+    if (week>=4096) {
+        trace(2,"nvs gps ephemeris week error: sat=%2d week=%d\n",sat,week);
+        return -1;
+    }
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=raw->time;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* adjust daily rollover of time ---------------------------------------------*/
+static gtime_t adjday(gtime_t time, double tod)
+{
+    double ep[6],tod_p;
+    time2epoch(time,ep);
+    tod_p=ep[3]*3600.0+ep[4]*60.0+ep[5];
+    if      (tod<tod_p-43200.0) tod+=86400.0;
+    else if (tod>tod_p+43200.0) tod-=86400.0;
+    ep[3]=ep[4]=ep[5]=0.0;
+    return timeadd(epoch2time(ep),tod);
+}
+/* decode gloephem -----------------------------------------------------------*/
+static int decode_gloephem(int sat, raw_t *raw)
+{
+    geph_t geph={0};
+    unsigned char *p=(raw->buff)+2;
+    int prn,tk,tb;
+    
+    if (raw->len>=93) {
+        prn        =I1(p+ 1);
+        geph.frq   =I1(p+ 2);
+        geph.pos[0]=R8(p+ 3);
+        geph.pos[1]=R8(p+11);
+        geph.pos[2]=R8(p+19);
+        geph.vel[0]=R8(p+27) * 1e+3;
+        geph.vel[1]=R8(p+35) * 1e+3;
+        geph.vel[2]=R8(p+43) * 1e+3;
+        geph.acc[0]=R8(p+51) * 1e+6;
+        geph.acc[1]=R8(p+59) * 1e+6;
+        geph.acc[2]=R8(p+67) * 1e+6;
+        tb = R8(p+75) * 1e-3;
+        tk = tb;
+        geph.gamn  =R4(p+83);
+        geph.taun  =R4(p+87) * 1e-3;
+        geph.age   =I2(p+91);
+    }
+    else {
+        trace(2,"nvs NE length error: len=%d\n",raw->len);
+        return -1;
+    }
+    if (!(geph.sat=satno(SYS_GLO,prn))) {
+        trace(2,"nvs NE satellite error: prn=%d\n",prn);
+        return -1;
+    }
+    if (raw->time.time==0) return 0;
+    
+    geph.iode=(tb/900)&0x7F;
+    geph.toe=utc2gpst(adjday(raw->time,tb-10800.0));
+    geph.tof=utc2gpst(adjday(raw->time,tk-10800.0));
+#if 0
+    /* check illegal ephemeris by toe */
+    tt=timediff(raw->time,geph.toe);
+    if (fabs(tt)>3600.0) {
+        trace(3,"nvs NE illegal toe: prn=%2d tt=%6.0f\n",prn,tt);
+        return 0;
+    }
+#endif
+#if 0
+    /* check illegal ephemeris by frequency number consistency */
+    if (raw->nav.geph[prn-MINPRNGLO].toe.time&&
+        geph.frq!=raw->nav.geph[prn-MINPRNGLO].frq) {
+        trace(2,"nvs NE illegal freq change: prn=%2d frq=%2d->%2d\n",prn,
+              raw->nav.geph[prn-MINPRNGLO].frq,geph.frq);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(geph.toe,raw->nav.geph[prn-MINPRNGLO].toe))<1.0&&
+            geph.svh==raw->nav.geph[prn-MINPRNGLO].svh) return 0;
+    }
+#endif
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=geph.sat;
+    
+    return 2;
+}
+/* decode NVS epehemerides in clear ------------------------------------------*/
+static int decode_xf7eph(raw_t *raw)
+{
+    int prn,sat,sys;
+    unsigned char *p=raw->buff;
+    
+    trace(4,"decode_xf7eph: len=%d\n",raw->len);
+    
+    if ((raw->len)<93) {
+        trace(2,"nvs xf7eph length error: len=%d\n",raw->len);
+        return -1;
+    }
+    sys = (U1(p+2)==1)?SYS_GPS:((U1(p+2)==2)?SYS_GLO:SYS_NONE);
+    prn = U1(p+3);
+    if (!(sat=satno(sys==1?SYS_GPS:SYS_GLO,prn))) {
+        trace(2,"nvs xf7eph satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (sys==SYS_GPS) {
+        return decode_gpsephem(sat,raw);
+    }
+    else if (sys==SYS_GLO) {
+        return decode_gloephem(sat,raw);
+    }
+    return 0;
+}
+/* decode NVS rxm-sfrb: subframe buffer --------------------------------------*/
+static int decode_xe5bit(raw_t *raw)
+{
+    int prn;
+    int iBlkStartIdx, iExpLen, iIdx;
+    unsigned int words[10];
+    unsigned char uiDataBlocks, uiDataType;
+    unsigned char *p=raw->buff;
+    
+    trace(4,"decode_xe5bit: len=%d\n",raw->len);
+    
+    p += 2;         /* Discard preamble and message identifier */
+    uiDataBlocks = U1(p);
+    
+    if (uiDataBlocks>=16) {
+        trace(2,"nvs xf5bit message error: data blocks %u\n", uiDataBlocks);
+        return -1;
+    }
+    iBlkStartIdx = 1;
+    for (iIdx = 0; iIdx < uiDataBlocks; iIdx++) {
+        iExpLen = (iBlkStartIdx+10);
+        if ((raw->len) < iExpLen) {
+            trace(2,"nvs xf5bit message too short (expected at least %d)\n", iExpLen);
+            return -1;
+        }
+        uiDataType = U1(p+iBlkStartIdx+1);
+        
+        switch (uiDataType) {
+            case 1: /* Glonass */
+                iBlkStartIdx += 19;
+                break;
+            case 2: /* GPS */
+                iBlkStartIdx += 47;
+                break;
+            case 4: /* SBAS */
+                prn = U1(p+(iBlkStartIdx+2)) + 120;
+                
+                /* sat = satno(SYS_SBS, prn); */
+                /* sys = satsys(sat,&prn); */
+                memset(words, 0, 10*sizeof(unsigned int));
+                for (iIdx=0, iBlkStartIdx+=7; iIdx<10; iIdx++, iBlkStartIdx+=4) {
+                    words[iIdx]=U4(p+iBlkStartIdx);
+                }
+                words[7] >>= 6;
+                return sbsdecodemsg(raw->time,prn,words,&raw->sbsmsg) ? 3 : 0;
+            default:
+                trace(2,"nvs xf5bit SNS type unknown (got %d)\n", uiDataType);
+                return -1;
+        }
+    }
+    return 0;
+}
+/* decode NVS x4aiono --------------------------------------------------------*/
+static int decode_x4aiono(raw_t *raw)
+{
+    unsigned char *p=raw->buff+2;
+    
+    trace(4,"decode_x4aiono: len=%d\n", raw->len);
+    
+    raw->nav.ion_gps[0] = R4(p   );
+    raw->nav.ion_gps[1] = R4(p+ 4);
+    raw->nav.ion_gps[2] = R4(p+ 8);
+    raw->nav.ion_gps[3] = R4(p+12);
+    raw->nav.ion_gps[4] = R4(p+16);
+    raw->nav.ion_gps[5] = R4(p+20);
+    raw->nav.ion_gps[6] = R4(p+24);
+    raw->nav.ion_gps[7] = R4(p+28);
+    
+    return 9;
+}
+/* decode NVS x4btime --------------------------------------------------------*/
+static int decode_x4btime(raw_t *raw)
+{
+    unsigned char *p=raw->buff+2;
+    
+    trace(4,"decode_x4btime: len=%d\n", raw->len);
+    
+    raw->nav.utc_gps[1] = R8(p   );
+    raw->nav.utc_gps[0] = R8(p+ 8);
+    raw->nav.utc_gps[2] = I4(p+16);
+    raw->nav.utc_gps[3] = I2(p+20);
+    raw->nav.leaps = I1(p+22);
+    
+    return 9;
+}
+/* decode NVS raw message ----------------------------------------------------*/
+static int decode_nvs(raw_t *raw)
+{
+    int type=U1(raw->buff+1);
+    
+    trace(3,"decode_nvs: type=%02x len=%d\n",type,raw->len);
+    
+    sprintf(raw->msgtype,"NVS: type=%2d len=%3d",type,raw->len);
+    
+    switch (type) {
+        case ID_XF5RAW:  return decode_xf5raw (raw);
+        case ID_XF7EPH:  return decode_xf7eph (raw);
+        case ID_XE5BIT:  return decode_xe5bit (raw);
+        case ID_X4AIONO: return decode_x4aiono(raw);
+        case ID_X4BTIME: return decode_x4btime(raw);
+        default: break;
+    }
+    return 0;
+}
+/* input NVS raw message from stream -------------------------------------------
+* fetch next NVS raw data and input a message from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL    : input all ephemerides
+*          -TADJ=tint : adjust time tags to multiples of tint (sec)
+*
+*-----------------------------------------------------------------------------*/
+extern int input_nvs(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_nvs: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if ((raw->nbyte==0) && (data==NVSSYNC)) {
+        
+        /* Search a 0x10 */
+        raw->buff[0] = data;
+        raw->nbyte=1;
+        return 0;
+    }
+    if ((raw->nbyte==1) && (data != NVSSYNC) && (data != NVSENDMSG)) {
+        
+        /* Discard double 0x10 and 0x10 0x03 at beginning of frame */
+        raw->buff[1]=data;
+        raw->nbyte=2;
+        raw->flag=0;
+        return 0;
+    }
+    /* This is all done to discard a double 0x10 */
+    if (data==NVSSYNC) raw->flag = (raw->flag +1) % 2;
+    if ((data!=NVSSYNC) || (raw->flag)) {
+        
+        /* Store the new byte */
+        raw->buff[(raw->nbyte++)] = data;
+    }
+    /* Detect ending sequence */
+    if ((data==NVSENDMSG) && (raw->flag)) {
+        raw->len   = raw->nbyte;
+        raw->nbyte = 0;
+        
+        /* Decode NVS raw message */
+        return decode_nvs(raw);
+    }
+    if (raw->nbyte == MAXRAWLEN) {
+        trace(2,"nvs message size error: len=%d\n",raw->nbyte);
+        raw->nbyte=0;
+        return -1;
+    }
+    return 0;
+}
+/* input NVS raw message from file ---------------------------------------------
+* fetch next NVS raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_nvsf(raw_t *raw, FILE *fp)
+{
+    int i,data, odd=0;
+    
+    trace(4,"input_nvsf:\n");
+    
+    /* synchronize frame */
+    for (i=0;;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        
+        /* Search a 0x10 */
+        if (data==NVSSYNC) {
+            
+            /* Store the frame begin */
+            raw->buff[0] = data;
+            if ((data=fgetc(fp))==EOF) return -2;
+            
+            /* Discard double 0x10 and 0x10 0x03 */
+            if ((data != NVSSYNC) && (data != NVSENDMSG)) {
+                raw->buff[1]=data;
+                break;
+            }
+        }
+        if (i>=4096) return 0;
+    }
+    raw->nbyte = 2;
+    for (i=0;;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        if (data==NVSSYNC) odd=(odd+1)%2;
+        if ((data!=NVSSYNC) || odd) {
+            
+            /* Store the new byte */
+            raw->buff[(raw->nbyte++)] = data;
+        }
+        /* Detect ending sequence */
+        if ((data==NVSENDMSG) && odd) break;
+        if (i>=4096) return 0;
+    }
+    raw->len = raw->nbyte;
+    if ((raw->len) > MAXRAWLEN) {
+        trace(2,"nvs length error: len=%d\n",raw->len);
+        return -1;
+    }
+    /* decode nvs raw message */
+    return decode_nvs(raw);
+}
+/* generate NVS binary message -------------------------------------------------
+* generate NVS binary message from message string
+* args   : char  *msg   I      message string
+*            "RESTART  [arg...]" system reset
+*            "CFG-SERI [arg...]" configure serial port property
+*            "CFG-FMT  [arg...]" configure output message format
+*            "CFG-RATE [arg...]" configure binary measurement output rates
+*          unsigned char *buff O binary message
+* return : length of binary message (0: error)
+* note   : see reference [1][2] for details.
+*-----------------------------------------------------------------------------*/
+extern int gen_nvs(const char *msg, unsigned char *buff)
+{
+    unsigned char *q=buff;
+    char mbuff[1024],*args[32],*p;
+    unsigned int byte;
+    int iRate,n,narg=0;
+    unsigned char ui100Ms;
+    
+    trace(4,"gen_nvs: msg=%s\n",msg);
+    
+    strcpy(mbuff,msg);
+    for (p=strtok(mbuff," ");p&&narg<32;p=strtok(NULL," ")) {
+        args[narg++]=p;
+    }
+    *q++=NVSSYNC; /* DLE */
+    
+    if (!strcmp(args[0],"CFG-PVTRATE")) {
+        *q++=ID_XD7ADVANCED;
+        *q++=ID_X02RATEPVT;
+        if (narg>1) {
+            iRate = atoi(args[1]);
+            *q++ = (unsigned char) iRate;
+        }
+    }
+    else if (!strcmp(args[0],"CFG-RAWRATE")) {
+        *q++=ID_XF4RATERAW;
+        if (narg>1) {
+            iRate = atoi(args[1]);
+            switch(iRate) {
+                case 2:  ui100Ms =  5; break;
+                case 5:  ui100Ms =  2; break;
+                case 10: ui100Ms =  1; break;
+                default: ui100Ms = 10; break;
+            }
+            *q++ = ui100Ms;
+        }
+    }
+    else if (!strcmp(args[0],"CFG-SMOOTH")) {
+        *q++=ID_XD7SMOOTH;
+        *q++ = 0x03;
+        *q++ = 0x01;
+        *q++ = 0x00;
+    }
+    else if (!strcmp(args[0],"CFG-BINR")) {
+        for (n=1;(n<narg);n++) {
+            if (sscanf(args[n], "%2x",&byte)) *q++=(unsigned char)byte;
+        }
+    }
+    else return 0;
+    
+    n=(int)(q-buff);
+    
+    *q++=0x10; /* ETX */
+    *q=0x03;   /* DLE */
+    return n+2;
+}
diff --git a/src/rcv/rcvlex.c b/src/rcv/rcvlex.c
new file mode 100644
index 0000000..3ad82ee
--- /dev/null
+++ b/src/rcv/rcvlex.c
@@ -0,0 +1,420 @@
+/*------------------------------------------------------------------------------
+* rcvlex.c : qzss lex receiver dependent functions
+*
+*          Copyright (C) 2011 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] LEX signal receiver (LPY-10000) protocol specification, Furuno Denki,
+*         2010
+*     [2] RFC 2083, PNG (Portable Network Graphics) Specification version 1.0,
+*         March, 1997
+*
+* version : $Revision:$ $Date:$
+* history : 2011/05/27 1.0 new
+*           2013/06/02 1.1 fix bug on unable compile
+*           2014/10/26 1.2 suppress warning on type-punning pointer
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#ifdef EXTLEX /* lex extention */
+
+#define LEXFRMPREAMB 0x1ACFFC1Du /* lex message frame preamble */
+
+#define LEXRSYNC1   0xAA        /* lex receiver message sync code 1 */
+#define LEXRSYNC2   0x55        /* lex receiver message sync code 2 */
+
+#define MAXLEXRLEN  8192        /* max length of lex receiver message */
+
+#define ID_LEXRAW   0x0002      /* lex receiver message id: raw measurement */
+#define ID_LEXMSG   0x0015      /* lex receiver message id: lex message */
+
+static const char rcsid[]="$Id:$";
+
+/* extract field (big-endian) ------------------------------------------------*/
+#define U1(p)       (*((unsigned char *)(p)))
+#define I1(p)       (*((char *)(p)))
+
+static unsigned short U2(unsigned char *p)
+{
+    union {unsigned short u2; unsigned char b[2];} buff;
+    buff.b[0]=p[1]; buff.b[1]=p[0];
+    return buff.u2;
+}
+static unsigned int U4(unsigned char *p)
+{
+    union {unsigned int u4; unsigned char b[4];} buff;
+    buff.b[0]=p[3]; buff.b[1]=p[2]; buff.b[2]=p[1]; buff.b[3]=p[0];
+    return buff.u4;
+}
+static double R8(unsigned char *p)
+{
+    union {double r8; unsigned char b[8];} buff;
+    buff.b[0]=p[7]; buff.b[1]=p[6]; buff.b[2]=p[5]; buff.b[3]=p[4];
+    buff.b[4]=p[3]; buff.b[5]=p[2]; buff.b[6]=p[1]; buff.b[7]=p[0];
+    return buff.r8;
+}
+/* crc-32 parity (ref [2] 15) ------------------------------------------------*/
+static unsigned int crc32r(const unsigned char *buff, int len)
+{
+    static unsigned int crcs[256]={0};
+    unsigned int crc;
+    int i,j;
+    
+    if (!crcs[1]) {
+        for (i=0;i<256;i++) {
+            crc=(unsigned int)i;
+            for (j=0;j<8;j++) {
+                if (crc&1) crc=(crc>>1)^0xEDB88320u; else crc>>=1;
+            }
+            crcs[i]=crc;
+        }
+    }
+    for (crc=0xFFFFFFFFu,i=0;i<len;i++) {
+        crc=(crc>>8)^crcs[(int)(crc^buff[i])&255];
+    }
+    return crc^0xFFFFFFFFu;
+}
+/* decode raw measurement ----------------------------------------------------*/
+static int decode_lexraw(raw_t *raw)
+{
+    unsigned int ttt;
+    unsigned short cn0,acc;
+    unsigned char *p=raw->buff+16,lli;
+    double clk,pr,dop,adr;
+    int i,j,ncpu,cpuid,satid,nsig,type,node,prn,stat,sat,n=0;
+    
+    ncpu =U1(p);       p+=1;
+    cpuid=U1(p);       p+=1;
+    clk  =R8(p)*0.001; p+=8;
+    
+    trace(3,"decode_lexraw: len=%d ncpu=%d cpuid=%d clk=%.3f\n",raw->len,ncpu,
+          cpuid,clk);
+    
+    for (i=0;i<17&&p+38<=raw->buff+raw->len-4;i++) {
+        satid=U1(p); p+=1; /* satellite id */
+        nsig =U1(p); p+=1; /* number of signals */
+        type =U1(p); p+=1; /* singnal type */
+                           /* (0x1A:lex short,0x1B:lex long,0x1C:combined) */
+        node =U1(p); p+=1; /* cpu board node id */
+        prn  =U1(p); p+=1; /* prn code number (193-197) */
+        stat =U1(p); p+=1; /* tracking status (b0-b3) */
+                           /* (0:waiting,1:searching,2:freq-tracking */
+                           /*  3:phase-tracking,4:phase-lock amb not resolved */
+                           /*  5:phase-lock,amb resolved,9:noise measured) */
+        cn0  =U2(p); p+=2; /* C/N0 (0.01 dBHz) */
+        pr   =R8(p); p+=8; /* pseudorange (m) */
+        dop  =R8(p); p+=8; /* doppler frequency (Hz) */
+        adr  =R8(p); p+=8; /* accumlated delta range (cycle) */
+        acc  =U2(p); p+=2; /* accurated time of delta range (ms) */
+        ttt  =U4(p); p+=4; /* tracking time (ms) */
+        
+        if (stat<2||5<stat) continue;
+        
+        if (raw->lexmsg.prn==prn) {
+            raw->lexmsg.stat=stat;
+            raw->lexmsg.snr=(unsigned char)(cn0*0.04+0.5);
+            raw->lexmsg.ttt=ttt;
+        }
+        trace(4,"satid=%3d nsig=%d type=0x%02X node=%d prn=%3d stat=%d\n",
+              satid,nsig,type,node,prn,stat);
+        trace(4,"cn0=%4.1f pr=%13.3f dop=%8.3f adr=%13.3f acc=%6.3f ttt=%9.3f\n",
+              cn0*0.01,pr,dop,adr,acc,ttt*0.001);
+        
+        if (!(sat=satno(SYS_QZS,prn))) {
+            trace(2,"lexraw sat number error: prn=%d\n",prn);
+            continue;
+        }
+        raw->obs.data[n].time=raw->time;
+        raw->obs.data[n].sat=sat;
+        
+        for (j=0;j<NFREQ;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+            
+            if (j!=3) continue;
+            
+            lli=0;
+            if (ttt<=0.0||ttt*0.001<raw->lockt[sat-1][3]) {
+                trace(2,"lexraw loss of lock: t=%s ttt=%6.0f->%6.0f\n",
+                      time_str(raw->time,3),raw->lockt[sat-1][3],ttt*0.001);
+                lli=1;
+            }
+            raw->lockt[sat-1][3]=ttt*0.001;
+            lli|=stat<=4?2:0;
+            
+            raw->obs.data[n].P[3]=pr;
+            raw->obs.data[n].L[3]=adr;
+            raw->obs.data[n].D[3]=dop;
+            raw->obs.data[n].SNR[3]=(unsigned char)(cn0*0.04+0.5);
+            raw->obs.data[n].LLI[3]=lli;
+            raw->obs.data[n].code[3]=
+                type==0x1A?CODE_L6S:(type==0x1B?CODE_L6L:CODE_NONE);
+            n++;
+        }
+    }
+    raw->obs.n=n;
+    return 1;
+}
+/* decode lex message --------------------------------------------------------*/
+static int decode_lexmsg(raw_t *raw)
+{
+    lexmsg_t msg={0};
+    unsigned int preamb;
+    int i,j,sat,ch,sig,prn,err,prnmsg,type,alert;
+    unsigned char *p=raw->buff+16;
+    
+    if (raw->len<276) {
+        trace(2,"lexr lexmsg length error: len=%d\n",raw->len);
+        return -1;
+    }
+    sat =U1(p); p+=1; /* satellite id */
+    ch  =U1(p); p+=1; /* channel number */
+    sig =U1(p); p+=1; /* signal type (0x1A:lex short) */
+    prn =U1(p); p+=1; /* prn number */
+    err =U2(p); p+=2; /* err status */
+    
+    trace(3,"decode_lexmsg: len=%d sat=%d ch=%d sig=%d prn=%d err=%d\n",
+          raw->len,sat,ch,sig,prn,err);
+    
+    if (err&1) {
+        trace(2,"lex message decode error: sat=%d ch=%d prn=%d err=%02X\n",
+              sat,ch,prn,err);
+        return -1;
+    }
+    /* decode lex message header (49 bytes) */
+    i=0;
+    preamb=getbitu(p,i,32); i+=32; /* preamble */
+    prnmsg=getbitu(p,i, 8); i+= 8; /* prn number */
+    type  =getbitu(p,i, 8); i+= 8; /* lex message type */
+    alert =getbitu(p,i, 1); i+= 1; /* alert flag */
+    
+    if (preamb!=LEXFRMPREAMB) {
+        trace(2,"lex message preamble error: preamb=%08X\n",preamb);
+        return -1;
+    }
+    if (prn!=prnmsg) {
+        trace(2,"lex message prn inconsistent: prn=%d %d\n",prn,prnmsg);
+        return -1;
+    }
+    raw->lexmsg.prn=prn;
+    raw->lexmsg.type=type;
+    raw->lexmsg.alert=alert;
+    
+    /* save data part (1695 bytes) */
+    for (j=0;j<212;j++) {
+        raw->lexmsg.msg[j]=(unsigned char)getbitu(p,i,8); i+=8;
+    }
+    raw->lexmsg.msg[211]&=0xFE;
+    
+    trace(4,"lexmsg: prn=%d type=%d aleart=%d\n",prn,type,alert);
+    trace(4,"lexmsg: msg="); traceb(4,msg.msg,212);
+    return 31;
+}
+/* decode lex raw message ---------------------------------------------------*/
+static int decode_lexr(raw_t *raw)
+{
+    double tow;
+    int stat,week,type=U2(raw->buff+2); /* message id */
+    
+    stat=U4(raw->buff+ 6); /* status */
+            /*  b0    : timing valid (0:invalid,1:valid) */
+            /*  b1    : timing auto steering (0:off,1:on) */
+            /*  b2-3  : time status (00:inaccurate,01:approx,11:precise) */
+            /*  b4    : 1pps synchronization (0:async,1:sync) */
+            /*  b6    : position status (0:invalid,1:ok) */
+            /*  b8-15 : position type (0x03:qzs single-freq) */
+            /*  b28   : leap second insert (0:other,1:leap second insert) */
+            /*  b31   : timing shift flag (0:other,1:timing shift) */
+    tow =U4(raw->buff+10)/1000.0;
+    week=U2(raw->buff+14);
+    raw->time=gpst2time(week,tow);
+    
+    trace(3,"decode_lexr: type=%04X len=%3d stat=%08X time=%s\n",type,raw->len,
+          stat,time_str(raw->time,3));
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"LEXR 0x%04X (%4d): stat=%08X week=%d tow=%10.3f",
+                type,raw->len,stat,week,tow/1000.0);
+    }
+    switch (type) {
+        case ID_LEXRAW: return decode_lexraw(raw);
+        case ID_LEXMSG: return decode_lexmsg(raw);
+    }
+    return 0;
+}
+/* sync code -----------------------------------------------------------------*/
+static int sync_lexr(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=data;
+    return buff[0]==LEXRSYNC1&&buff[1]==LEXRSYNC2;
+}
+/* input lex receiver raw message from stream ----------------------------------
+* fetch next lex receiver raw data and input a mesasge from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  31: input lex message)
+*-----------------------------------------------------------------------------*/
+extern int input_lexr(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_lexr: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (!sync_lexr(raw->buff,data)) return 0;
+        raw->nbyte=2;
+        return 0;
+    }
+#if 0 /* omitted ver.2.4.1 */
+    /* replpace 0xAAAA by 0xAA (ref [1] 4.1.4) */
+    if (!raw->flag&&data==0xAA&&raw->buff[raw->nbyte-1]==0xAA) {
+        trace(3,"replace 0xAAAA by 0xAA\n");
+        raw->flag=1;
+        return 0;
+    }
+    raw->flag=0;
+#endif
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==6) {
+        raw->len=U2(raw->buff+4);
+        if (raw->len>MAXRAWLEN) {
+            trace(2,"rcvlex message length error: len=%d\n",raw->len);
+            raw->nbyte=0; raw->buff[0]=0;
+            return -1;
+        }
+    }
+    if (raw->nbyte<6||raw->nbyte<raw->len) return 0;
+    
+    /* check crc */
+    if (crc32r(raw->buff,raw->len-4)!=U4(raw->buff+raw->len-4)) {
+        trace(2,"rcvlex message crc error: len=%d\n",raw->len);
+        raw->nbyte=0; raw->buff[0]=0;
+        return -1;
+    }
+    raw->nbyte=0;
+    
+    /* decode lex receiver raw message */
+    return decode_lexr(raw);
+}
+/* input lex receiver raw message from file ------------------------------------
+* fetch next lex receiver raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_lexrf(raw_t *raw, FILE *fp)
+{
+    int i,data,ret;
+    
+    trace(4,"input_lexrf:\n");
+    
+    for (i=0;i<4096;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        if ((ret=input_lexr(raw,(unsigned char)data))) return ret;
+    }
+    return 0; /* return at every 4k bytes */
+}
+/* generate lex receiver raw message ------------------------------------------*/
+static int genmsg(unsigned char *buff, unsigned short id, unsigned char *data,
+                  unsigned short len)
+{
+    unsigned char *p=buff;
+    unsigned int crc;
+    int i;
+    len+=20;
+    *p++=LEXRSYNC1;
+    *p++=LEXRSYNC2;
+    for (i=1;i>=0;i--) *p++=*((unsigned char *)&id +i);
+    for (i=1;i>=0;i--) *p++=*((unsigned char *)&len+i);
+    for (i=0;i<10;i++) *p++=0;
+    for (i=0;i<len-20;i++) *p++=data[i];
+    crc=crc32r(buff,len-4);
+    for (i=3;i>=0;i--) *p++=*((unsigned char *)&crc+i);
+    return (int)(p-buff);
+}
+/* generate lex receiver raw message -------------------------------------------
+* generate lex receiver raw message from message string
+* args   : char  *msg   IO     message string 
+*            "CMD-RST [clear]"       : restart command
+*            "CMD-REQ [msgid]"       : request message
+*            "CMD-REQC"              : request of reference clock status
+*            "CMD-CH sat1 sat2 sat3" : sv-channel assignment
+*            "CMD-TIME [date time]"  : time input (default current time)
+*                                      (date=YYYY/dd/mm, time=HH:MM:SS.SS)
+*            "CMD-POS lat lon hgt"   : antenna position input
+*            "CMD-BIT {on|off}"      : output-control of predecoding bit stream
+*          unsigned char *buff O binary message
+* return : length of binary message (0: error)
+* note   : see ref [1] for details.
+*-----------------------------------------------------------------------------*/
+extern int gen_lexr(const char *msg, unsigned char *buff)
+{
+    double pos[3]={0},epoch[6];
+    unsigned short id,ep[]={2010,1,1,0,0,0};
+    char *args[32],mbuff[1024],*p;
+    unsigned char data[32]={0},*q=data;
+    int i,len,narg=0;
+    
+    trace(4,"gen_lexr: msg=%s\n",msg);
+    
+    strcpy(mbuff,msg);
+    
+    for (p=strtok(mbuff," ");p&&narg<32;p=strtok(NULL," ")) {
+        args[narg++]=p;
+    }
+    if (narg<1) return 0;
+    
+    if (!strcmp(args[0],"CMD-RST")) {
+        if (narg>1&&!strcmp(args[1],"clear")) *q=3;
+        return genmsg(buff,0x8000,data,1);
+    }
+    else if (!strcmp(args[0],"CMD-REQ")) {
+        if (narg<2) return 0;
+        id=(unsigned short)atoi(args[1])+0xC000;
+        len=genmsg(buff,id,data,0);
+    }
+    else if (!strcmp(args[0],"CMD-REQC")) {
+        len=genmsg(buff,0xC00F,data,0);
+    }
+    else if (!strcmp(args[0],"CMD-CH")) {
+        if (narg>1) *q++=(unsigned char)atoi(args[1]);
+        if (narg>2) *q++=(unsigned char)atoi(args[2]);
+        if (narg>3) *q  =(unsigned char)atoi(args[3]);
+        len=genmsg(buff,0x8020,data,16);
+    }
+    else if (!strcmp(args[0],"CMD-TIME")) {
+        if (narg<2) {
+            time2epoch(timeget(),epoch);
+        }
+        else {
+            sscanf(args[1],"%lf/%lf/%lf",epoch  ,epoch+1,epoch+2);
+            if (narg>2) sscanf(args[2],"%lf:%lf:%lf",epoch+3,epoch+4,epoch+5);
+        }
+        for (i=0;i<6;i++) ep[i]=(unsigned short)epoch[i];
+        for (i=1;i>=0;i--) *q++=*((unsigned char *)&ep[0]+i);
+        for (i=0;i<5;i++)  *q++=(unsigned char)ep[i+1];
+        len=genmsg(buff,0x8030,data,7);
+    }
+    else if (!strcmp(args[0],"CMD-POS")) {
+        for (i=0;i<3;i++) if (i+1<narg) pos[i]=atof(args[i+1])*(i<2?D2R:1.0);
+        *q++=0;
+        for (i=7;i>=0;i--) *q++=*((unsigned char *)&pos[0]+i);
+        for (i=7;i>=0;i--) *q++=*((unsigned char *)&pos[1]+i);
+        for (i=7;i>=0;i--) *q++=*((unsigned char *)&pos[2]+i);
+        len=genmsg(buff,0x8032,data,25);
+    }
+    else if (!strcmp(args[0],"CMD-BITS")) {
+        *q=narg>=2&&!strcmp(args[1],"on")?1:0;
+        len=genmsg(buff,0x8052,data,1);
+    }
+    else {
+        trace(2,"unknown lexr command: msg=%s\n",args[0]);
+        return 0;
+    }
+    trace(5,"gen_lexr: buff=\n"); traceb(5,buff,len);
+    return len;
+}
+#endif /* EXTLEX */
diff --git a/src/rcv/rt17.c b/src/rcv/rt17.c
new file mode 100644
index 0000000..60b6bd2
--- /dev/null
+++ b/src/rcv/rt17.c
@@ -0,0 +1,2474 @@
+/*------------------------------------------------------------------------------
+* rt17.c : Trimble RT17 dependent functions
+*
+*          Copyright (C) 2014 by Daniel A. Cook, All rights reserved.
+*          Copyright (C) 2014 by T.TAKASU, All rights reserved.
+*
+* references:
+*     [1] https://github.com/astrodanco/RTKLIB/blob/master/src/rcv/rt17.c
+*     [2] Trimble, Trimble OEM BD9xx GNSS Receiver Family IDC, version 4.82
+*         Revision A, December, 2013
+*
+* version : $Revision:$ $Date:$
+* history : 2014/08/26 1.0  imported from GitHub (ref [1])
+*                           modified to get initial week number
+*                           modified obs types for raw obs data
+*                           function added to output message type
+*           2014/09/06 1.1  Remove prehistorical revision history
+*                           Remove dead code
+*                           Fix len vs. plen typo
+*                           Check week/time valid flag in GSOF 16 message
+*                           Set time when reading GSOF messages, where possible.
+*-----------------------------------------------------------------------------*/
+
+/*
+| Description:
+|
+|   Trimble RT17 file and stream handler functions for RTKLIB.
+|
+|   Written in July 2014 by Daniel A. Cook
+|   Copyright c 2014 by Daniel A. Cook and T.TAKASU, All rights reserved.
+|
+|   This source file implements two public functions, one for reading RT17
+|   format streams and another for reading RT17 format files.
+|
+|   To specify receiver dependent options, set raw->opt to the following
+|   case sensitive option strings separated by spaces.
+|
+|   Receiver dependent options:
+|
+|   -CO     : Add receiver clock offset
+|   -EPHALL : Input all ephemerides
+|   -LE     : Little endian format data
+|   -WEEK=n : Explicitly set starting GPS week number
+|
+|   The -CO option causes the receiver clock offset to be added to the time
+|   of all observables.
+|
+|   The -LE option specifies that the input data is in little-endian format.
+|   The default is big-endian format. RT17 data streamed directly from a
+|   receiver is always in big-endian format. RT17 data files are usually in
+|   big-endian format, but can sometimes be in little-endian format if a
+|   file transfer or file conversion utility was used and performed such
+|   a conversion as a side-effect.
+|
+|   Neither the Trimble RT17 observables packets nor the ION / UTC data packets
+|   contain the GPS week number. By default the current computer "now" time is
+|   used to determine the GPS week number. This works well in real time, but
+|   can be problematic when later converting and/or post processing recorded
+|   data. When recording data, also enable either GSOF Position & Time (1) or
+|   GSOF Current Time (16) messages on the same serial port along with the
+|   RT17 Real-Time Survey Data output. For best results enable the GSOF
+|   message(s) and get them streaming prior to enabling the RT17 messages.
+|
+|   If desired the -WEEK=n option can be specified when converting or post
+|   processing recorded data to explicitly set the starting GPS week number.
+|   This option overrides anything and everything, including the current
+|   computer "now" time and any GSOF or other messages read from the raw
+|   data stream or recorded file. Note that the GPS week number explicitly
+|   specified with the -WEEK=n option GPS is automatically incremented when
+|   and if a subsequent GPS week number rollover occurs in the raw data.
+|
+|   In addition to enabling RT17 Real-Time Survey Data output, it is very
+|   helpful to also enable GSOF Position & Time (1) or GSOF Current Time (16)
+|   messages on the same serial port. This allows the GPS week number to be
+|   determined without using the current computer "now" time or the -WEEK=n
+|   option. Although not as important for real-time streaming data use where
+|   the current computer "now" time can be used to determine the current GPS
+|   week number, it becomes more important when recording files for later
+|   conversion and/or post processing.  For best results enable the GSOF
+|   message(s) and get them streaming prior to enabling the RT17 messages.
+|
+|   Support is provided for the following Trimble RT17 packet Types:
+|
+|           Raw Observation   Satellite        ION/UTC
+|   Format       Data         Ephemerides      Parameters       GSOF
+|   ------- ---------------   ---------------- ---------------- ------------
+|   Trimble 0x57 (RAWDATA)    0x55 (RETSVDATA) 0x55 (RETSVDATA) 1, 16,
+|   RT17    Recordtype 0 & 7  Subtype  1       Subtype 3        26, 41                   
+|
+|   When the -WEEK=n option is NOT used, the GPS week number is set from any
+|   RAWDATA record type 7 or GENOUT (GSOF) 1, 16, 26, 41 records encountered
+|   in the raw data stream. These messages are only used to obtain the GPS
+|   WEEK number and are not used for any other purpose.
+|
+|   Support is not provided the GPS L2C or L5 signals. Those would likely
+|   require Trimble RT27 protocol support.
+|
+|   For Trimble GPS receivers which are capable of RT17 binary output, the
+|   receiver and/or receiver configuration software generally provide several
+|   RT17 binary output options:
+|
+|   1. Compact format aka Concise format
+|      (RECOMMENDED)
+|
+|   This option causes the raw satellite data to be streamed in a more compact
+|   format. The compact format does not include L2 DOPPLER observables.
+|
+|   2. Expanded format
+|
+|   This is usually the default format if compact format is not enabled. The
+|   only advantage of this format over compact format is that L2 DOPPLER
+|   observables are output when used in combination with the Real Time
+|   Enhancements option. Otherwise this format just consumes more bandwidth
+|   and/or file space than compact format while offering no other advantages.
+|
+|   3. Real Time Enhancements, aka Real-time Enhanced format, aka RT-FLAGS
+|
+|   This option adds extra data to the raw satellite data output by the
+|   receiver. When used in combination with expanded format, L2 DOPPLER
+|   observables are output. L2 DOPPLER can be used by RTKLIB.
+|
+|   3. Measurements
+|      (REQUIRED)
+|
+|   If your configuration has a measurements option, enable it. Measurements
+|   are the raw satellite data. If you don't see this option then it is
+|   implied and enabled by default.
+|
+|   4. Stream Ephemeris
+|      (HIGHLY RECOMMENDED)
+|
+|   This option causes satellite ephemerides and UTC / ION data to be streamed
+|   along with the raw satellite data. Streamed ephemerides and UTC / ION data
+|   consume very little extra bandwidth in the stream and/or space in a file.
+|   In most situations with most applications you will need them as well.
+|
+|   5. Stream Positions, aka Positions
+|      (NOT RECOMMENDED)
+|
+|   Streamed postions are of no use to RTKLIB. They will be ignored. RTKLIB
+|   computes positions from the raw satellite data. It has no use for the
+|   receiver's position solutions. Streamed positions also consume
+|   considerable bandwidth in the stream and/or space in a file.
+|
+|   6. Positions Only
+|      (HIGHLY NOT RECOMMENDED)
+|
+|   Enabling the positions only option causes only positions and nothing else
+|   to be output, including no raw satellite data and no ephemerides and no
+|   ION / UTC data.
+|
+| Design Issues:
+|
+|   This source code handles GPS L1/L2 only. RT17 is GPS. RT27 is GNSS.
+|   If you have RT27 (RAWDATA 57h record subtype 6) documentation, please
+|   forward it to the author.
+|
+|   An RT17 real-time survey data message is a series of RAWDATA (57h,
+|   Real-time survey data report) and RETSVDATA (55h, Satellite information
+|   report) packets.
+|
+|   Each assembled RAWDATA message _in an RT17 packet stream_ may contain
+|   any of the following: Compact Format raw satellite measurements, Expanded
+|   Format raw satellite measurements, a receiver computed position or an
+|   event mark. Receiver computed positions and event marks are of no
+|   interest to RTKLIB, therefore we ignore them.
+|
+|   Each RETSVDATA message _in an RT17 packet stream_ may contain any one
+|   of the following: SV flags indicating tracking, a GPS Ephemeris, a GPS
+|   Almanac, ION / UTC Data or an Extended GPS Almanac. Of these only
+|   the GPS Ephemeris and the ION / UTC Data are of interest to RTKLIB.
+|   In practice only GPS Ephemeris and ION / UTC Data are transmitted.
+|
+|   Certain simplifying assumptions are made concerning the way in which
+|   RAWDATA and GENOUT packets are transmitted in the stream or stored
+|   into the file. Unfortunately reference #1 below does not clearly
+|   specify these things. It would certainly be possible to write code
+|   that made no assumptions and handled the worst possible no assumptions
+|   interpretation imaginable, but the code would be more complicated.
+|   Needless complication would be silly if not absolutely required in
+|   practice.
+|
+|   Therefore it is assumed that:
+| 
+|   1. RAWDATA and GENOUT packets are never interleaved or interspersed
+|      with packets of other types.
+|
+|   2. The sequence of page frames in a RAWDATA message are transmitted in the
+|      stream or stored into a file as packets in order from first to last.
+|      RAWDATA page numbers are one based. That is, 1 of n, 2 of n, 3 of n,
+|      ..., to 15 of 15 for a total of 15 possible pages. We check for this
+|      ordering. RAWDATA messages can therefore reach almost 4K in total
+|      length. We check for potential buffer overflows in the input_rt17
+|      function.
+|
+|   3. The Record Interpretation Flags (RIF) field is repeated within the
+|      page frame of every page making up a single RAWDATA message. It is
+|      assumed that this is redundant and that the actual value of the record
+|      interpretation flags does not change from one page to the next within
+|      a single RAWDATA message. We check for this too.
+|
+|   4. The sequence of pages in a GENOUT message are transmitted in the
+|      stream or stored into a file as packets in order from first to last.
+|      GENOUT page numbers are zero based. That is, 0 of n, 1 of n, 2 of n,
+|      ..., to 255 of 255 for a total of 256 possible pages. We check for
+|      this ordering. GENOUT messages can therefore reach almost 64K in
+|      total length. Such a large GENOUT message could exceed RTKLIB's
+|      maximum buffer size (which was only 4K when this was written).
+|      We check for potential buffer overflows in the input_rt17 function.
+|
+|   This code was tested using RT17 data output from the following receivers:
+|
+|   1. Trimble 4000SSI, firmware version 7.32
+|   2. Trimble 5700, firmware version 2.32
+|   3. Spectra Precision Epoch 25 Base, firmware version 2.32
+|
+|   The code herein was explicitly written to handle both big-endian and
+|   little-endian machine execution platforms, not just big-endian and
+|   little-endian input data. However I did not have an actual big-endian
+|   machine execution platform to test and debug with. If your platform is
+|   big-endian, please test first and then be prepared to fix big-endian
+|   platform related bugs. You have my sincere apologies if you run into any.
+|
+|   By convention functions within this source file appear in alphabetical
+|   order. Public functions appear as a set first (there are only two of
+|   them), followed by private functions as a set. Because of this, forward
+|   definitions are required for the private functions. Please keep that
+|   in mind when making changes to this source file.
+|
+| References:
+|
+|   1. Trimble Serial Reference Specification, Version 4.82, Revision A,
+|      December 2013. Though not being in any way specific to the BD9xx
+|      family of receivers, a handy downloadable copy of this document
+|      is contained in the "Trimble OEM BD9xx GNSS Receiver Family ICD"
+|      document located at <http://www.trimble.com/OEM_ReceiverHelp/
+|      v4.85/en/BinaryInterfaceControlDoc.pdf>
+|
+|   2. Trimble General Serial Output Format (GSOF)
+|      <http://www.trimble.com/OEM_ReceiverHelp/v4.85/en/GSOFmessages_GSOF.html>
+|
+|   3. RTKLIB Version 2.4.2 Manual, April 29 2013
+|      <http://www.rtklib.com/prog/manual_2.4.2.pdf>
+|
+|   4. ICD-GPS-200C, Interface Control Document, Revision C, 10 October 1993
+|      <http://www.gps.gov/technical/icwg/ICD-GPS-200C.pdf>
+|
+|   5. IS-GPS-200H, Interface Specification, 24 September 2013
+|      <http://www.gps.gov/technical/icwg/IS-GPS-200H.pdf>
+*/
+                        
+
+/*
+| Included files:
+*/
+
+#include "rtklib.h"
+
+
+/*
+| Constant definitions:
+*/
+
+#define STX           2    /* Start of packet character */
+#define ETX           3    /* End of packet character */
+#define GENOUT        0x40 /* General Serial Output Format (GSOF) */
+#define RETSVDATA     0x55 /* Satellite information reports */
+#define RAWDATA       0x57 /* Position or real-time survey data report */
+#define BIG_ENDIAN    1    /* Big-endian platform or data stream */
+#define LITTLE_ENDIAN 2    /* Little-endian platform or data stream */
+
+/*
+| Record Interpretation Flags bit masks:
+*/
+#define M_CONCISE     1    /* Concise format */
+#define M_ENHANCED    2    /* Enhanced record with real-time flags and IODE information */
+
+/*
+| Raw->flag bit definitions:
+*/
+#define M_WEEK_OPTION 1    /* Raw=>week contains GPS week number set by WEEK=n option */
+#define M_WEEK_SCAN   2    /* WEEK=n option already looked for, no need to do it again */
+
+/*
+| Data conversion macros:
+*/
+
+#define I1(p) (*((char*)(p)))          /* One byte signed integer */
+#define U1(p) (*((unsigned char*)(p))) /* One byte unsigned integer */
+#define I2(p,e) read_i2(p,e)           /* Two byte signed integer */
+#define U2(p,e) read_u2(p,e)           /* Two byte unsigned integer */
+#define I4(p,e) read_i4(p,e)           /* Four byte signed integer */
+#define U4(p,e) read_u4(p,e)           /* Four byte unsigned integer */
+#define R4(p,e) read_r4(p,e)           /* IEEE S_FLOAT floating point number */
+#define R8(p,e) read_r8(p,e)           /* IEEE T_FLOAT floating point number */
+
+
+/*
+| Internal structure definitions.
+*/
+typedef union {unsigned short u2; unsigned char c[2];} ENDIAN_TEST; 
+
+
+/*
+| Static global literals:
+*/
+
+static const char rcsid[]="$Id:$";
+
+
+/*
+| Static global variables:
+*/
+
+
+/*
+| Internal private function forward declarations (in alphabetical order):
+*/
+
+static int check_packet_checksum(raw_t *raw);
+static void clear_message_buffer(raw_t *raw);
+static void clear_packet_buffer(raw_t *raw);
+static void decode_genout(raw_t *raw, int endian);
+static int decode_gps_ephemeris(raw_t *raw, int endian);
+static void decode_gsof_1(raw_t *raw, unsigned char *p, int endian);
+static void decode_gsof_16(raw_t *raw, unsigned char *p, int endian);
+static void decode_gsof_26(raw_t *raw, unsigned char *p, int endian);
+static void decode_gsof_41(raw_t *raw, unsigned char *p, int endian);
+static int decode_ion_utc_data(raw_t *raw, int endian);
+static int decode_rawdata(raw_t *raw, int endian);
+static int decode_retsvdata(raw_t *raw, int endian);
+static int decode_type_17(raw_t *raw, unsigned int rif, int endian);
+static int decode_type_29(raw_t *raw, int endian);
+static int get_week(raw_t *raw, double receive_time);
+static short read_i2(unsigned char *p, int endian);
+static int read_i4(unsigned char *p, int endian);
+static float read_r4(unsigned char *p, int endian);
+static double read_r8(unsigned char *p, int endian);
+static unsigned short read_u2(unsigned char *p, int endian);
+static unsigned int read_u4(unsigned char *p, int endian);
+static void set_week(raw_t *raw, int week, double receive_time);
+static int sync_packet(raw_t *raw, unsigned char data);
+static void unwrap_rawdata(raw_t *raw, unsigned int *rif);
+static void unwrap_genout(raw_t *raw);
+
+/*
+| Public functions (in alphabetical order):
+*/
+
+
+/*
+| Function: input_rt17
+| Purpose:  Read an RT17 mesasge from a raw data stream 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|   Data = stream data byte                    [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->pbuff[]
+|   Raw->len
+|   Raw->plen
+|   Raw->nbyte
+|   Raw->pbyte
+|   Raw->reply
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->pbuff[]
+|   Raw->len
+|   Raw->plen
+|   Raw->nbyte
+|   Raw->pbyte
+|   Raw->reply
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|
+|   Please refer to the Design Issues listed at the top of this source file.
+|
+|   There could be a potential gotcha lurking in this function. When we find
+|   what we thought was a packet, read in what we thought was the rest of the
+|   packet based on what we thought was the data length, but then it turns
+|   out it wasn't really a packet we found (becuase it doesn't end with an
+|   ETX), then we're screwed. Between 1 and 255 bytes that could contain a
+|   valid packet have been discarded and more may be discarded during the
+|   subsequent search for the next packet. I have never seen this scenario
+|   happen in practice with real data, but it could. If this turns out to be
+|   a real life problem, one could fix this by implementing an additional
+|   layer of buffering.
+*/
+extern int input_rt17(raw_t *raw, unsigned char data)
+{
+    int status = 0;
+    unsigned int page, pages, reply;
+                              
+    /*
+    | If no current packet.
+    */
+    if (raw->pbyte == 0)
+    {   
+        /*
+        | Find something that looks like a packet.
+        */
+        if (sync_packet(raw, data))
+        {
+            /*
+            | Found one.
+            */
+            raw->plen = 4 + raw->pbuff[3] + 2; /* 4 (header) + length + 2 (trailer) */
+            raw->pbyte = 4; /* We now have four bytes in the packet buffer */
+        }
+                
+        /*
+        | Continue reading the rest of the packet from the stream.
+        */
+        return (0);
+    }
+
+    /*
+    | Store the next byte of the packet.
+    */
+    raw->pbuff[raw->pbyte++] = data;
+
+    /*
+    | Keep storing bytes into the current packet
+    | until we have what we think are all of them.
+    */
+    if (raw->pbyte < raw->plen)
+        return (0);
+
+    /*
+    | At this point we think have an entire packet.
+    | The prospective packet must end with an ETX.
+    */
+    if (raw->pbuff[raw->plen-1] != ETX)
+    {
+        trace( 2, "RT17: Prospective packet did not end with an "
+                  "ETX character. Some data lost.\n" );
+        clear_packet_buffer(raw);
+        return (0);
+    }
+
+    /*
+    | We do indeed have an entire packet.
+    | Check the packet checksum.
+    */
+    if (!check_packet_checksum(raw))
+    {
+        trace(2, "RT17: Packet checksum failure. Packet discarded.\n");
+        clear_packet_buffer(raw);
+        return(0);
+    }
+
+    /* added to output message type (by TTAKA 2014/08/26) */
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"RT17 0x%02X (%4d)",raw->pbuff[2],raw->plen);
+    }
+
+    /*
+    | If this is a SVDATA packet, then process it immediately.
+    */
+    if (raw->pbuff[2] == RETSVDATA)
+    {
+        status = decode_retsvdata( raw, strstr(raw->opt,"-LE") ?
+                                        LITTLE_ENDIAN : BIG_ENDIAN );
+        clear_packet_buffer(raw);
+        return (status);
+    }
+        
+    /*
+    | Accumulate a sequence of RAWDATA packets (pages).
+    */
+    if (raw->pbuff[2] == RAWDATA)
+    {
+        page = raw->pbuff[5] >> 4;
+        pages = raw->pbuff[5] & 15;
+        reply = raw->pbuff[6];
+
+        /*
+        | If this is the first RAWDATA packet in a sequence of RAWDATA packets,
+        | then make sure it's page one and not a packet somewhere in the middle.
+        | If not page one, then skip it and continue reading from the stream
+        | until we find one that starts at page one. Otherwise make sure it is
+        | a part of the same requence of packets as the last one, that it's
+        | page number is in sequence.
+        */
+        if (raw->nbyte == 0)
+        {       
+            if (page != 1)
+            {
+                trace( 2, "RT17: First RAWDATA packet is not page #1. "
+                          "Packet discarded.\n" );
+                clear_packet_buffer(raw);
+                return (0);
+            }
+
+            raw->reply = raw->pbuff[6];
+        }
+        else if ((reply != raw->reply) || (page != (raw->page + 1)))
+        {
+            trace( 2, "RT17: RAWDATA packet sequence number mismatch or page "
+                      "out of order. %d RAWDATA packets discarded.\n", page );
+            clear_message_buffer(raw);
+            clear_packet_buffer(raw);
+            return (0);
+        }
+        
+        /*
+        | Check for raw->buff buffer overflow.
+        */
+        if ((raw->nbyte + raw->pbyte) > MAXRAWLEN)
+        {
+            trace( 2, "RT17: Buffer would overflow. "
+                      "%d RAWDATA packets discarded.\n", page );
+            clear_message_buffer(raw);
+            clear_packet_buffer(raw);
+            return (0); 
+        }
+
+        memcpy(raw->buff + raw->nbyte, raw->pbuff, raw->pbyte);
+        raw->nbyte += raw->pbyte;
+        raw->len += raw->plen;
+        clear_packet_buffer(raw);
+
+        if (page == pages)
+        {
+            status = decode_rawdata( raw, strstr(raw->opt,"-LE") ?
+                                          LITTLE_ENDIAN : BIG_ENDIAN );
+            clear_message_buffer(raw);
+            return (status);
+        }
+
+        raw->page = page;
+
+        return (0);
+    }
+
+     /*
+    | Accumulate a sequence of GENOUT (GSOF) packets (pages).
+    */
+    if (raw->pbuff[2] == GENOUT)
+    {
+        reply = raw->pbuff[4];
+        page = raw->pbuff[5];
+        pages = raw->pbuff[6];
+
+        /*
+        | If this is the first GENOUT packet in a sequence of GENOUT packets,
+        | then make sure it's page zero and not a packet somewhere in the middle.
+        | If not page zero, then skip it and continue reading from the stream
+        | until we find one that starts at page zero. Otherwise make sure it is
+        | a part of the same requence of packets as the last one, that it's
+        | page number is in sequence.
+        */
+        if (raw->nbyte == 0)
+        {       
+            if (page != 0)
+            {
+                trace( 3, "RT17: First GENOUT packet is not page #0. "
+                          "Packet discarded.\n" );
+                clear_packet_buffer(raw);
+                return (0);
+            }
+
+            raw->reply = raw->pbuff[4];
+        }
+        else if ((reply != raw->reply) || (page != (raw->page + 1)))
+        {
+            trace( 2, "RT17: GENOUT packet sequence number mismatch or page "
+                      "out of order. %d GENOUT packets discarded.\n", page );
+            clear_message_buffer(raw);
+            clear_packet_buffer(raw);
+            return (0);
+        }
+        
+        /*
+        | Check for raw->buff buffer overflow.
+        */
+        if ((raw->nbyte + raw->pbyte) > MAXRAWLEN)
+        {
+            trace( 2, "RT17: Buffer would overflow. "
+                      "%d GENOUT packets discarded.\n", page );
+            clear_message_buffer(raw);
+            clear_packet_buffer(raw);
+            return (0); 
+        }
+
+        memcpy(raw->buff + raw->nbyte, raw->pbuff, raw->pbyte);
+        raw->nbyte += raw->pbyte;
+        raw->len += raw->plen;
+        clear_packet_buffer(raw);
+
+        if (page == pages)
+        {
+            decode_genout( raw, strstr(raw->opt,"-LE") ?
+                                    LITTLE_ENDIAN : BIG_ENDIAN );
+            clear_message_buffer(raw);
+            return (0);
+        }
+
+        raw->page = page;
+
+        return (0);
+    }
+
+    /*
+    | If we fall through to here, then the packet is not one that we support
+    | (and hence we can't really even get here). Dump the packet on the floor
+    | and continue reading from the stream.
+    */
+    trace( 2, "RT17: Packet is not GENOUT, RAWDATA or RETSVDATA. "
+              "Packet discarded.\n" ); 
+    clear_packet_buffer(raw);
+    return (0);
+}
+
+/*
+| Function: input_rt17f
+| Purpose:  Read an RT17 mesasge from a file 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   FP     = File Pointer                        [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->pbuff[]
+|   Raw->len
+|   Raw->plen
+|   Raw->nbyte
+|   Raw->pbyte
+|   Raw->reply
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->pbuff[]
+|   Raw->len
+|   Raw->plen
+|   Raw->nbyte
+|   Raw->pbyte
+|   Raw->reply
+|
+| Return Value:
+|
+|   -2: End of file (EOF)
+|   -1: error message
+|    0: no message
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+*/
+extern int input_rt17f(raw_t *raw, FILE *fp)
+{
+    int data, status; 
+  
+    while (1)
+    {
+        if ((data = fgetc(fp)) == EOF) return (-2);
+        if ((status = input_rt17(raw, (unsigned char) data))) return (status);
+    }
+}
+
+/*
+| Private functions (in alphabetical order):
+*/
+
+
+/*
+| Function: check_packet_checksum
+| Purpose:  Check the packet checksum
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->pbuff[]
+|
+| Implicit Outputs:
+|
+|   Raw->pbuff[]
+|
+| Return Value:
+|
+|   TRUE  = Checksum matched
+|   FALSE = Checksum did not match
+|
+| Design issues:
+|
+|   The checksum is computed as the modulo 256 (unsigned 8-bit byte integer)
+|   sum of the packet contents starting with the status byte, including the
+|   packet type byte, length byte, data bytes and ending with the last byte
+|   of the data bytes. It does not include the STX leader, the ETX trailer
+|   nor the checksum byte.
+*/
+static int check_packet_checksum(raw_t *raw)
+{
+    unsigned char checksum = 0;
+    unsigned char *p = &raw->pbuff[1];       /* Starting with status */
+    unsigned int length = raw->pbuff[3] + 3; /* status, type, length, data */
+  
+    /*
+    | Compute the packet checksum.
+    */
+    while (length > 0)
+    {
+        checksum += *p++;
+        length--;
+    }
+
+    /*
+    | Make sure our computed checksum matches the one at the end of the packet.
+    | (Note that the above loop by design very conveniently left *p pointing
+    |  to the checksum byte at the end of the packet.)
+    */ 
+    return (checksum == *p);
+}
+
+/*
+| Function: clear_message_buffer
+| Purpose:  Clear the raw data stream buffer
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   Raw->buff[0-4]
+|   Raw->nbyte;
+|   Raw->len;
+|
+| Return Value:
+|
+|   <none>
+|
+| Design issues:
+|
+*/
+static void clear_message_buffer(raw_t *raw)
+{
+    int i;
+
+    for (i = 0; i < 4; i++)
+        raw->buff[i] = 0;
+
+    raw->len = raw->nbyte = 0;
+    raw->reply = 0;
+}
+
+/*
+| Function: clear_packet_buffer
+| Purpose:  Clear the packet buffer
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   Raw->pbuff[0-4]
+|   Raw->pbyte;
+|   Raw->plen;
+|
+| Return Value:
+|
+|   <none>
+|
+| Design issues:
+|
+*/
+static void clear_packet_buffer(raw_t *raw)
+{
+    int i;
+
+    for (i = 0; i < 4; i++)
+        raw->pbuff[i] = 0;
+
+    raw->plen = raw->pbyte = 0;
+}
+
+/*
+| Function: decode_genout
+| Purpose:  Decode a General Serial Output Format (GSOF) message 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+*/
+static void decode_genout(raw_t *raw, int endian)
+{
+    static const char *rt[] = { NULL,                                   /* 00 */
+                                "Position Time",                        /* 01 */
+                                "Latitude Longitude Height",            /* 02 */
+                                "ECEF Position",                        /* 03 */
+                                "Local Datum LLH Position",             /* 04 */
+                                "Local Zone ENU Position",              /* 05 */
+                                "ECEF Delta",                           /* 06 */
+                                "Tangent Plane Delta",                  /* 07 */
+                                "Velocity Data",                        /* 08 */
+                                "PDOP Information",                     /* 09 */
+                                "Clock Information",                    /* 10 */
+                                "Position VCV Information",             /* 11 */
+                                "Position Sigma Information",           /* 12 */
+                                "SV Brief Information",                 /* 13 */
+                                "SV Detailed Information",              /* 14 */
+                                "Receiver Serial Number",               /* 15 */
+                                "Current Time",                         /* 16 */
+                                NULL,                                   /* 17 */
+                                NULL,                                   /* 18 */
+                                NULL,                                   /* 19 */
+                                NULL,                                   /* 20 */
+                                NULL,                                   /* 21 */
+                                NULL,                                   /* 22 */
+                                NULL,                                   /* 23 */
+                                NULL,                                   /* 24 */
+                                NULL,                                   /* 25 */
+                                "Position Time UTC",                    /* 26 */
+                                "Attitude Information",                 /* 27 */
+                                NULL,                                   /* 28 */
+                                NULL,                                   /* 29 */
+                                NULL,                                   /* 30 */
+                                NULL,                                   /* 31 */
+                                NULL,                                   /* 32 */
+                                "All SV Brief Information",             /* 33 */
+                                "All SV Detailed Information",          /* 34 */
+                                "Received Base Information",            /* 35 */
+                                NULL,                                   /* 36 */
+                                "Battery and Memory Information",       /* 37 */
+                                NULL,                                   /* 38 */
+                                NULL,                                   /* 39 */
+                                "L-Band Status Information",            /* 40 */
+                                "Base Position and Quality Indicator" };/* 41 */
+
+    int input_len;
+    unsigned char len, recordtype, *p;
+    char *recordtype_s = NULL;
+ 
+   /*
+    | Reassemble origional message by removing packet headers,
+    | trailers and page framing.
+    */
+    unwrap_genout(raw);
+
+    p = raw->buff;
+    input_len = raw->len;
+
+    while (input_len)
+    {
+        recordtype = p[0];
+        len = p[1];
+
+        if (recordtype < (sizeof(rt) / sizeof(char*)))
+            recordtype_s = (char*) rt[recordtype];
+
+        if (!recordtype_s)
+            recordtype_s = "Unknown";
+
+        trace( 4, "RT17: Packet type=0X40 (GENOUT), GSOF record type=%d (%s), "
+                  "length=%d.\n", recordtype, recordtype_s, len );
+      
+        /*
+        | Process (or possibly ignore) the message.
+        */
+        switch (recordtype)
+        {
+        case 1:
+            decode_gsof_1(raw, p, endian);
+            break;
+        case 16:
+            decode_gsof_16(raw, p, endian);
+            break;
+        case 26:
+            decode_gsof_26(raw, p, endian);
+            break;
+        case 41:
+            decode_gsof_41(raw, p, endian);
+            break;
+        default:
+            trace(4, "RT17: GSOF message not processed.\n");    
+        }
+
+        len += 2;
+        p += len;
+        input_len -= len;
+    }
+}
+
+/*
+| Function: decode_gps_ephemeris
+| Purpose:  Decode a GPS Ephemeris record
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw = Receiver raw data control structure [Input]
+|   Endian = Endianness indicator             [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->pbuff[]
+|   Raw->plen
+|
+| Implicit outputs:
+|
+|   Raw->pbuff[]
+|   Raw->plen
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   See ICD-GPS-200C.PDF for documentation of the GPS satellite ephemeris.
+|   See reference #1 above for documentation of the RETSVDATA GPS Ephemeris.
+*/
+static int decode_gps_ephemeris(raw_t *raw, int e)
+{
+    unsigned char *p = raw->pbuff;
+    int prn, sat, toc, tow;
+    unsigned int flags, toe;
+    double sqrtA;
+    eph_t eph={0};
+
+    trace(4, "RT17: decode_gps_ephemeris, length=%d\n", raw->plen);
+
+    if (raw->plen < 182)
+    {
+        trace( 2, "RT17: RETSVDATA packet length %d < 182 bytes. "
+                  "GPS ephemeris packet discarded.\n", raw->plen );
+        return (-1);
+    }
+
+    prn = U1(p+5);
+
+    if (!(sat=satno(SYS_GPS, prn)))
+    {
+        trace(2, "RT17: GPS ephemeris satellite number error, PRN=%d.\n", prn);
+        return (-1);
+    }
+ 
+    eph.week  = U2(p+6,e);   /* 006-007: Ephemeris Week number (weeks) */
+    eph.iodc  = U2(p+8,e);   /* 008-009: IODC */ 
+    /* Reserved byte */      /* 010-010: RESERVED */
+    eph.iode  = U1(p+11);    /* 011-011: IODE */
+    tow       = I4(p+12,e);  /* 012-015: TOW */
+    toc       = I4(p+16,e);  /* 016-019: TOC (seconds) */
+    toe       = U4(p+20,e);  /* 020-023: TOE (seconds) */                                   
+    eph.tgd[0]= R8(p+24,e);  /* 024-031: TGD (seconds) */
+    eph.f2    = R8(p+32,e);  /* 032-029: AF2 (seconds/seconds^2) */
+    eph.f1    = R8(p+40,e);  /* 040-047: AF1 (seconds/seconds) */
+    eph.f0    = R8(p+48,e);  /* 048-055: AF0 (seconds) */
+    eph.crs   = R8(p+56,e);  /* 056-063: CRS (meters) */
+    eph.deln  = R8(p+64,e);  /* 064-071: DELTA N (semi-circles/second) */
+    eph.M0    = R8(p+72,e);  /* 072-079: M SUB 0 (semi-circles) */
+    eph.cuc   = R8(p+80,e);  /* 080-087: CUC (semi-circles) */
+    eph.e     = R8(p+88,e);  /* 088-095: ECCENTRICITY (dimensionless) */
+    eph.cus   = R8(p+96,e);  /* 096-103: CUS (semi-circles) */
+    sqrtA     = R8(p+104,e); /* 104-111: SQRT A (meters ^ 0.5) */
+    eph.cic   = R8(p+112,e); /* 112-119: CIC (semi-circles) */
+    eph.OMG0  = R8(p+120,e); /* 120-127: OMEGA SUB 0 (semi-circles) */
+    eph.cis   = R8(p+128,e); /* 128-135: CIS (semi-circlces) */
+    eph.i0    = R8(p+136,e); /* 136-143: I SUB 0 (semi-circles) */
+    eph.crc   = R8(p+144,e); /* 144-151: CRC (meters) */
+    eph.omg   = R8(p+152,e); /* 152-159: OMEGA (semi-circles?) */
+    eph.OMGd  = R8(p+160,e); /* 160-167: OMEGA DOT (semi-circles/second) */
+    eph.idot  = R8(p+168,e); /* 168-175: I DOT (semi-circles/second) */
+    flags     = U4(p+176,e); /* 176-179: FLAGS */
+  
+    /*
+    | Multiply these by PI to make ICD specified semi-circle units into radian
+    | units for RTKLIB.
+    */
+    eph.deln *= SC2RAD;
+    eph.i0   *= SC2RAD;
+    eph.idot *= SC2RAD;
+    eph.M0   *= SC2RAD;
+    eph.omg  *= SC2RAD;
+    eph.OMG0 *= SC2RAD;
+    eph.OMGd *= SC2RAD;
+
+    /*
+    | As specifically directed to do so by Reference #1, multiply these by PI
+    | to make the non-standard Trimble specified semi-circle units into radian
+    | units, which is what ICD-GPS-200C calls for and also what RTKLIB needs.
+    */
+    eph.cic *= SC2RAD;
+    eph.cis *= SC2RAD;
+    eph.cuc *= SC2RAD;
+    eph.cus *= SC2RAD;
+ 
+    /*
+    | Select the correct curve fit interval as per ICD-GPS-200 sections
+    | 20.3.3.4.3.1 and 20.3.4.4 using IODC, fit flag and Table 20-XII.
+    */
+    if (flags & 1024)  /* Subframe 2, word 10, bit 17 (fit flag) */
+    {
+        if ((eph.iodc >= 240) && (eph.iodc <= 247))
+            eph.fit = 8;
+        else if (((eph.iodc >= 248) && (eph.iodc <= 255)) || (eph.iodc == 496))
+            eph.fit = 14;
+        else if ((eph.iodc >= 497) && (eph.iodc <= 503))
+            eph.fit = 26;
+        else if ((eph.iodc >= 504) && (eph.iodc <= 510))
+            eph.fit = 50;
+        else if ((eph.iodc == 511) || ((eph.iodc >= 752) && (eph.iodc <= 756)))
+            eph.fit = 74;
+        else if ((eph.iodc >= 757) && (eph.iodc <= 763))
+            eph.fit = 98;
+        else if (((eph.iodc >= 764) && (eph.iodc <= 767)) || ((eph.iodc >= 1008) && (eph.iodc <= 1010)))
+            eph.fit = 122;
+        else if ((eph.iodc >= 1011) && (eph.iodc <= 1020))
+            eph.fit = 146;
+        else
+            eph.fit = 6;
+    }
+    else
+        eph.fit = 4;
+
+    eph.flag  = (flags & 1);        /* Subframe 1, word 4, bit 1, Data flag for L2 P-code */
+    eph.code  = (flags >> 1) & 3;   /* Subframe 1, word 3, bits 11?12, Codes on L2 channel */
+    eph.svh   = (flags >> 4) & 127; /* Subframe 1, word 3, bits 17?22, SV health from ephemeris */
+    eph.sva   = (flags >> 11) & 15; /* Subframe 1, word 3, bits 13?16, User Range Accuracy index */     
+
+    eph.A     = sqrtA * sqrtA;
+
+    eph.toes  = toe;
+    eph.toc   = gpst2time(eph.week, toc);
+    eph.toe   = gpst2time(eph.week, toe);
+    eph.ttr   = gpst2time(eph.week, tow);
+
+    trace( 4, "RT17: decode_gps_ephemeris, SAT=%d, IODC=%d, IODE=%d.\n",
+           sat, eph.iodc, eph.iodc );
+
+    if (!strstr(raw->opt,"-EPHALL"))
+    {
+        if (eph.iode == raw->nav.eph[sat-1].iode)
+            return (0); /* unchanged */
+    }
+
+    eph.sat = sat;
+    raw->nav.eph[sat-1] = eph;
+    raw->ephsat = sat;
+
+    return (2);
+}
+
+/*
+| Function: decode_gsof_1
+| Purpose:  Decode a Position Time GSOF message 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   p      = Buffer pointer                      [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit outputs:
+|
+|   Raw->week
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+|   We don't actually "decode" this message per-se.
+|   We're only interested in the GPS week number.
+|
+*/
+static void decode_gsof_1(raw_t *raw, unsigned char *p, int endian)
+{
+
+    if (p[1] < 7)
+       trace( 2, "RT17: GSOF Position Time message "
+                 "record length %d < 7 bytes. Record discarded.\n", p[1] );
+    else
+        set_week(raw, I2(p+6, endian), (double) I4(p+2, endian));
+}
+ 
+/*
+| Function: decode_gsof_16
+| Purpose:  Decode a Current Time GSOF message 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   p      = Buffer pointer                      [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit outputs:
+|
+|   Raw->week
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+|   We don't actually "decode" this message per-se.
+|   We're only interested in the GPS week number.
+|
+*/
+static void decode_gsof_16(raw_t *raw, unsigned char *p, int endian)
+{
+    if (p[1] < 10)
+        trace( 2, "RT17: GSOF Current Time message "
+                  "record length %d < 10 bytes. Record discarded.\n", p[1] );
+    else if (U1(p+10) & 1) /* If week and milliseconds of week are valid */
+        set_week(raw, I2(p+6, endian), (double) I4(p+2, endian));
+}
+
+/*
+| Function: decode_gsof_26
+| Purpose:  Decode a Position Time UTC GSOF message 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   p      = Buffer pointer                      [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit outputs:
+|
+|   Raw->week
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+|   We don't actually "decode" this message per-se.
+|   We're only interested in the GPS week number.
+|
+*/
+static void decode_gsof_26(raw_t *raw, unsigned char *p, int endian)
+{
+    if (p[1] < 7)
+       trace( 2, "RT17: GSOF Position Time UTC message "
+                 "record length %d < 7 bytes. Record discarded.\n", p[1] );
+    else
+        set_week(raw, I2(p+6, endian), (double) I4(p+2, endian));
+}
+
+/*
+| Function: decode_gsof_41
+| Purpose:  Decode a Base Position and Quality Indicator GSOF message 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   p      = Buffer pointer                      [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit outputs:
+|
+|   Raw->week
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+|   We don't actually "decode" this message per-se.
+|   We're only interested in the GPS week number.
+|
+*/
+static void decode_gsof_41(raw_t *raw, unsigned char *p, int endian)
+{
+    if (p[1] < 7)
+        trace( 2, "RT17: GSOF Base Position and Quality Indicator message "
+                   "record length %d < 7 bytes. Record discarded.\n", p[1] );
+    else 
+        set_week(raw, I2(p+6, endian), (double) I4(p+2, endian));
+}
+
+/*
+| Function: decode_ion_utc_data
+| Purpose:  Decode an ION / UTC data record
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|   Endian = Endianness indicator              [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   See ICD-GPS-200C.PDF for documetation of GPS ION / UTC data.
+|   See reference #1 above for documentation of RETSVDATA and ION / UTC data.
+*/
+static int decode_ion_utc_data(raw_t *raw, int e)
+{
+    int week;
+    unsigned char *p = raw->pbuff;
+   
+    trace(4, "RT17: decode_ion_utc_data, length=%d.\n", raw->plen);
+
+    if (raw->plen < 129)
+    {
+        trace( 2, "RT17: RETSVDATA packet length %d < 129 bytes. "
+                  "GPS ION / UTC data packet discarded.\n", raw->plen );
+        return (-1);
+    }
+
+    /*
+    | ION / UTC data does not have the current GPS week number. Punt!
+    */
+    week = get_week(raw, 0.0);
+ 
+    raw->nav.ion_gps[0] = R8(p+6,e);   /* 006?013: ALPHA 0 (seconds) */
+    raw->nav.ion_gps[1] = R8(p+14,e);  /* 014?021: ALPHA 1 (seconds/semi-circle) */
+    raw->nav.ion_gps[2] = R8(p+22,e);  /* 022?029: ALPHA 2 (seconds/semi-circle)^2 */ 
+    raw->nav.ion_gps[3] = R8(p+30,e);  /* 030?037: ALPHA 3 (seconds/semi-circle)^3 */
+    raw->nav.ion_gps[4] = R8(p+38,e);  /* 038?045: BETA 0  (seconds) */
+    raw->nav.ion_gps[5] = R8(p+46,e);  /* 046?053: BETA 1  (seconds/semi-circle) */
+    raw->nav.ion_gps[6] = R8(p+54,e);  /* 054?061: BETA 2  (seconds/semi-circle)^2 */
+    raw->nav.ion_gps[7] = R8(p+62,e);  /* 062?069: BETA 3  (seconds/semi-circle)^3 */
+    raw->nav.utc_gps[0] = R8(p+70,e);  /* 070?077: ASUB0   (seconds)*/ 
+    raw->nav.utc_gps[1] = R8(p+78,e);  /* 078?085: ASUB1   (seconds/seconds) */     
+    raw->nav.utc_gps[2] = R8(p+86,e);  /* 086?093: TSUB0T */ 
+    raw->nav.utc_gps[3] = week;
+    raw->nav.leaps =(int) R8(p+94,e);  /* 094?101: DELTATLS (seconds) */
+    /* Unused by RTKLIB R8 */          /* 102?109: DELTATLSF */
+    /* Unused by RTKLIB R8 */          /* 110?117: IONTIME */
+    /* Unused by RTKLIB U1 */          /* 118-118: WNSUBT */
+    /* Unused by RTKLIB U1 */          /* 119-119: WNSUBLSF */
+    /* Unused by RTKLIB U1 */          /* 120-120: DN */
+    /* Reserved six bytes */           /* 121?126: RESERVED */
+   
+   return (9);
+}
+
+/*
+| Function: decode_rawdata
+| Purpose:  Decode an RAWDATA packet sequence 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+*/
+static int decode_rawdata(raw_t *raw, int endian)
+{
+    static const char *rt[] = { "Real-time GPS Survey Data (type 17)",  /* 00 */
+                                "Position Record (type 11)",            /* 01 */
+                                "Event Mark",                           /* 02 */
+                                NULL,                                   /* 03 */
+                                NULL,                                   /* 04 */
+                                NULL,                                   /* 05 */
+                                "Real-time GNSS Survey Data (type 27)", /* 06 */
+                                "Enhanced Position Record (type 29)" }; /* 07 */
+
+    int status = 0;
+    unsigned int rif;
+    char *recordtype_s = NULL;
+    unsigned char recordtype = raw->buff[4];
+ 
+    if (recordtype < (sizeof(rt) / sizeof(char*)))
+        recordtype_s = (char*) rt[recordtype];
+
+    if (!recordtype_s)
+        recordtype_s = "Unknown";
+  
+    trace( 3, "RT17: Packet type=0X57 (RAWDATA), recordtype=%d (%s), "
+              "length=%d.\n", recordtype, recordtype_s, raw->len );
+      
+    /*
+    | Reassemble origional message by removing packet headers,
+    | trailers and page framing.
+    */
+    unwrap_rawdata(raw, &rif);
+
+    /*
+    | Process (or possibly ignore) the message.
+    */
+    switch (recordtype)
+    {
+    case 0:
+        status = decode_type_17(raw, rif, endian);
+        break;
+    case 7:
+        status = decode_type_29(raw, endian);
+        break;
+    default:
+        trace(3, "RT17: Packet not processed.\n");      
+    }
+
+    return (status);
+}
+
+/*
+| Function: decode_retsvdata
+| Purpose:  Decode an SVDATA packet 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->pbuff[]
+|   Raw->plen
+|
+| Implicit outputs:
+|
+|   Raw->pbuff[]
+|   Raw->plen
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+*/
+static int decode_retsvdata(raw_t *raw, int endian)
+{
+    static const char *st[] = { "SV Flags",                         /* 00 */
+                                "GPS Ephemeris",                    /* 01 */
+                                "GPS Almanac","ION / UTC Data",     /* 02 */
+                                "Disable Satellite (Depreciated)",  /* 03 */
+                                "Enable Satellite (Depreciated)",   /* 04 */
+                                NULL,                               /* 05 */
+                                "Extended GPS Almanac",             /* 06 */
+                                "GLONASS Almanac",                  /* 07 */
+                                "GLONASS Ephemeris",                /* 08 */
+                                NULL,                               /* 09 */
+                                "Galileo Ephemeris",                /* 10 */
+                                "Galileo Almanac",                  /* 11 */
+                                NULL,                               /* 12 */
+                                "QZSS Ephemeris",                   /* 13 */
+                                NULL,                               /* 14 */
+                                "QZSS Almanac",                     /* 15 */
+                                NULL,                               /* 16 */
+                                NULL,                               /* 17 */
+                                NULL,                               /* 18 */
+                                "SV Flags",                         /* 19 */
+                                "BeiDou Ephemeris",                 /* 20 */
+                                "BeiDou Almanac" };                 /* 21 */
+ 
+    int status = 0;
+    char *subtype_s = NULL;
+    unsigned char subtype = raw->pbuff[4];
+
+    if (subtype < (sizeof(st) / sizeof(char*)))
+        subtype_s = (char*) st[subtype];
+  
+    if (!subtype_s)
+        subtype_s = "Unknown";
+ 
+    trace( 3, "RT17: packet type=0X55 (RETSVDATA), subtype=%d (%s), "
+              "length=%d.\n", subtype, subtype_s, raw->plen );
+      
+    /*
+    | Process (or possibly ignore) the message.
+    */
+    switch (subtype)
+    {
+    case 1:
+        status = decode_gps_ephemeris(raw, endian);
+        break;
+    case 3:
+        status = decode_ion_utc_data(raw, endian);
+        break;
+    default:
+        trace(3, "RT17: Packet not processed.\n");      
+      }
+
+    return (status);
+}
+
+/*
+| Function: decode_type_17
+| Purpose:  Decode Real-Time survey data (record type 17)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   RIF    = Rcord Interpretation Flags          [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   Handles expanded and concise formats with and without enhanced record data.
+*/
+static int decode_type_17(raw_t *raw, unsigned int rif, int e)
+{
+    unsigned char *p = raw->buff;
+    double clock_offset, receive_time;
+    double l1_carrier, l1_doppler, l1_pseudorange;
+    double l2_carrier, l2_doppler, l2_pseudorange;
+    unsigned char l1_code, l1_lli, l1_snr;
+    unsigned char l2_code, l2_lli, l2_snr;
+    int flags1, flags2, flag_status, i, j, nsat, prn, sat, week, n = 0;
+    gtime_t time;
+
+    receive_time = R8(p,e); p += 8; /* Receive time within the current GPS week (ms). */
+    clock_offset = R8(p,e); p += 8; /* Clock offset value (ms). 0.0 = not known */ 
+
+    if (strstr(raw->opt, "-CO"))
+        receive_time += clock_offset;
+
+    /*
+    | The observation data does not have the current GPS week number. Punt!
+    */
+    week = get_week(raw, receive_time);
+ 
+    /*
+    | Turn the receive time in milliseconds since the start of the current GPS week
+    | into time in seconds and fractional seconds.
+    */   
+    time = gpst2time(week, receive_time * 0.001);
+
+    nsat = U1(p); p++; /* Number of SV data blocks in the record */
+
+    for (i=0; (i < nsat) && (i < MAXOBS); i++)
+    {
+        l1_snr = 0;
+        l1_carrier = 0.0;
+        l1_pseudorange = 0.0;
+        l1_doppler = 0.0;
+        l1_code = CODE_NONE;
+        l1_lli = 0;
+
+        l2_snr = 0;
+        l2_carrier = 0.0;
+        l2_pseudorange = 0.0;
+        l2_doppler = 0.0;
+        l2_code = CODE_NONE;
+        l2_lli = 0;
+
+        if (rif & M_CONCISE)
+        {
+            /*
+            | Satellite number (1?32).
+            */
+            prn = U1(p);
+            p++;
+
+            /*
+            | These indicate what data is loaded, is valid, etc.
+            */
+            flags1 = U1(p);
+            p++; 
+            flags2 = U1(p);
+            p++;
+
+            /*
+            | These are not needed by RTKLIB.
+            */
+            p++;    /* I1 Satellite Elevation Angle (degrees) */
+            p += 2; /* I2 Satellite Azimuth (degrees) */
+
+            if (flags1 & 64)
+            {
+                /*
+                | Measure of L1 signal strength (dB * 4).
+                */
+                l1_snr = U1(p);
+                p++;
+                
+                /* 
+                | Full L1 C/A code or P-code pseudorange (meters)
+                */
+                l1_pseudorange = R8(p,e);
+                p += 8;
+        
+                /* 
+                | L1 Continuous Phase (cycles).
+                */
+                if (flags1 & 16)
+                    l1_carrier = -R8(p,e);
+                p += 8;
+
+                /*
+                | L1 Doppler (Hz)
+                */
+                l1_doppler = R4(p,e);
+                p += 4; 
+            }
+
+            if (flags1 & 1)
+            {
+                /*
+                | Measure of L2 signal strength (dB * 4).
+                */
+                l2_snr = U1(p);
+                p++;
+                
+                /*
+                | L2 Continuous Phase (cycles)
+                */
+                l2_carrier = -R8(p,e);
+                p += 8; 
+
+                /*
+                | L2 P-Code or L2 Encrypted Code.
+                */              
+                if (flags1 & 32)
+                    l2_pseudorange = l1_pseudorange + R4(p,e);
+                else
+                    l2_carrier = -sqrt(fabs(l2_carrier));           
+                p += 4;
+            }
+        
+            /*
+            | We can't use the IODE flags in this context.
+            | We already have slip flags and don't need slip counters.
+            */
+            if (rif & M_ENHANCED)
+            {
+                p++; /* U1 IODE, Issue of Data Ephemeris */
+                p++; /* U1 L1 cycle slip roll-over counter */ 
+                p++; /* U1 L2 cycle slip roll-over counter */ 
+            }           
+        }
+        else /* Expanded Format */
+        {
+            /*
+            | Satellite number (1?32)
+            */
+            prn = U1(p);
+            p++;
+
+            /*
+            | These indicate what data is loaded, is valid, etc.
+            */
+            flags1 = U1(p);
+            p++;
+            flags2 = U1(p);
+            p++;
+
+            /*
+            | Indicates whether FLAGS1 bit 6 and FLAGS2 are valid.
+            */
+            flag_status = U1(p);
+            p++;
+
+            /*
+            | These are not needed by RTKLIB.
+            */
+            p += 2; /* I2 Satellite Elevation Angle (degrees) */
+            p += 2; /* I2 Satellite Azimuth (degrees) */
+
+            /*
+            | FLAG STATUS bit 0 set   = Bit 6 of FLAGS1 and bit 0-7 of FLAGS2 are valid.
+            | FLAG STATUS bit 0 clear = Bit 6 of FLAGS1 and bit 0-7 of FLAGS2 are UNDEFINED.
+            |
+            | According to reference #1 above, this bit should ALWAYS be set
+            | for RAWDATA. If this bit is not set, then we're lost and cannot
+            | process this message any further.
+            */
+            if (!(flag_status & 1))
+                return (0);
+          
+            if (flags1 & 64)
+            {           
+                /*
+                | Measure of satellite signal strength (dB).
+                */
+                l1_snr = R8(p,e) * 4.0;
+                p += 8;
+
+                /*
+                | Full L1 C/A code or P-code pseudorange (meters).
+                */
+                l1_pseudorange = R8(p,e);
+                p += 8;
+
+                /*
+                | L1 Continuous Phase (cycles).
+                */
+                if (flags1 & 16)
+                    l1_carrier = -R8(p,e);
+                p += 8;
+
+                /*
+                | L1 Doppler (Hz).
+                */
+                l1_doppler = R8(p,e);
+                p += 8;
+
+                /*
+                | Reserved 8 bytes.
+                */
+                p += 8;
+            }
+
+            if (flags1 & 1)
+            {
+                /*
+                | Measure of L2 signal strength (dB).
+                */
+                l2_snr = R8(p,e) * 4.0;
+                p += 8;
+
+                /*
+                | L2 Continuous Phase (cycles).
+                */                
+                if (flags1 & 16)
+                    l2_carrier = -R8(p,e);
+                p += 8;
+
+                /*
+                | L2 P-Code or L2 Encrypted Code.
+                */              
+                if (flags1 & 32)
+                    l2_pseudorange = l1_pseudorange + R8(p,e);
+                else
+                    l2_carrier = -sqrt(fabs(l2_carrier));           
+                p += 8;
+            }   
+                
+            if (rif & M_ENHANCED)
+            {
+                /*
+                | We can't use the IODE flags in this context.
+                | We already have slip flags and don't need slip counters.
+                */
+                p++; /* U1 IODE, Issue of Data Ephemeris */
+                p++; /* U1 L1 cycle slip roll-over counter */ 
+                p++; /* U1 L2 cycle slip roll-over counter */ 
+                p++; /* U1 Reserved byte */
+
+                /*
+                |L2 Doppler (Hz).
+                */
+                l2_doppler = R8(p,e);
+                p += 8;
+            }
+        }
+
+        /* modified according to ref [2] (by TTAKA 2014/08/26) */
+        l1_code = (flags2 & 1) ? ((flags2 & 4) ? CODE_L1W : CODE_L1P) : CODE_L1C;
+        l2_code = (flags2 & 4) ? CODE_L2W : ((flags2 & 2) ? CODE_L2P : CODE_L2C);
+
+        
+        if (l1_pseudorange != 0.0)
+        {
+            if (flags1 & 2)
+                l1_lli = 1;  /* L1 cycle slip */
+        }
+
+        if (l2_pseudorange != 0.0)
+        {
+            if (flags1 & 4)
+                l2_lli = 1;  /* L2 cycle slip */
+            if (flags2 & 4)
+                l2_lli |= 4; /* Tracking encrypted code */
+        }
+
+        if (!(sat=satno(SYS_GPS, prn)))
+        {
+            trace(2, "RT17: Satellite number error, PRN=%d.\n", prn);
+            continue;
+        }
+
+        raw->obs.data[n].sat = sat;
+
+        raw->obs.data[n].time    = time;
+        raw->obs.data[n].L[0]    = l1_carrier;
+        raw->obs.data[n].P[0]    = l1_pseudorange;
+        raw->obs.data[n].D[0]    = (float) l1_doppler;
+        raw->obs.data[n].SNR[0]  = (unsigned char) l1_snr;
+        raw->obs.data[n].LLI[0]  = l1_lli; 
+        raw->obs.data[n].code[0] = l1_code;
+
+        raw->obs.data[n].L[1]    = l2_carrier;
+        raw->obs.data[n].P[1]    = l2_pseudorange;
+        raw->obs.data[n].D[1]    = (float) l2_doppler;
+        raw->obs.data[n].SNR[1]  = (unsigned char) l2_snr;
+        raw->obs.data[n].LLI[1]  = l2_lli; 
+        raw->obs.data[n].code[1] = l2_code;
+                
+        for (j = 2; j < NFREQ; j++)
+        {
+            raw->obs.data[n].L[j]    = 0.0;
+            raw->obs.data[n].P[j]    = 0.0;
+            raw->obs.data[n].D[j]    = 0.0;
+            raw->obs.data[n].SNR[j]  = 0;
+            raw->obs.data[n].LLI[j]  = 0;
+            raw->obs.data[n].code[j] = CODE_NONE;
+        }
+ 
+        n++;
+    }
+        
+    raw->time = time;
+    raw->obs.n = n;
+
+    return (1);
+}
+
+
+/*
+| Function: decode_type_29
+| Purpose:  Decode Enhanced position (record type 29)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw    = Receiver raw data control structure [Input]
+|   Endian = Endianness indicator                [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   We don't actually "decode" this message per-se.
+|   We're only interested in the GPS week number.
+|
+|   This message can only be output by receivers that can output RT27.
+|   It is enabled for output by outputting positions along with RT27 data.
+*/
+static int decode_type_29(raw_t *raw, int endian)
+{
+    unsigned char *p = raw->buff;
+
+    if (*p < 7)
+       trace( 2, "RT17: Enhanced Position record block #1 length %d < 7 bytes. "
+                 "Record discarded.\n", *p );
+    else
+        set_week(raw, I2(p+1, endian), (double) I4(p+3, endian));
+
+    return (0);
+}
+
+/*
+| Function: get_week
+| Purpose:  Get GPS week number
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw         = Pointer to raw structure [Input]
+|   Receve_time = Receiver time of week    [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->flag
+|   Raw->week
+|   Raw->receive_time
+|
+| Implicit Outputs:
+|
+|   Raw->flag
+|   Raw->week
+|   Raw->receive_time
+|
+| Return Value:
+|
+|   GPS week number
+|
+| Design Issues:
+|
+|   The -WEEK=n initial week option overrides everything else.
+|   Week rollover and increment from the initial week and subsequent weeks is handled.
+*/
+static int get_week(raw_t *raw, double receive_time)
+{
+    int week = 0;
+
+    if (raw->flag & M_WEEK_OPTION)
+    {
+        if ((receive_time && raw->receive_time) &&
+            (receive_time < raw->receive_time))
+        {
+            trace( 2, "RT17: GPS WEEK rolled over from %d to %d.\n",
+                   raw->week, raw->week + 1 );
+
+            raw->week++;
+        }
+
+        if (receive_time != 0.0)
+            raw->receive_time = receive_time;
+    }
+    else if (!(raw->flag & M_WEEK_SCAN))
+    {
+        char *opt = strstr(raw->opt, "-WEEK=");
+
+        raw->flag |= M_WEEK_SCAN;
+
+        if (opt)
+        {
+            if (!sscanf(opt+6, "%d", &week) || (week <= 0))
+                trace(2, "RT17: Invalid -WEEK=n receiver option value.\n");
+            else
+            {
+                raw->week = week;
+                raw->flag |= M_WEEK_OPTION;
+
+                trace( 2, "RT17: Initial GPS WEEK explicitly set to %d "
+                          "by user.\n", week );
+            }
+        }
+    }
+
+    week = raw->week;
+
+    if (week == 0)
+    {
+        if ((raw->time.time == 0) && (raw->time.sec == 0.0))
+            raw->time = timeget();
+        
+        /* add to get week number (by TTAKA 2014/08/26) */
+        time2gpst(raw->time, &week);
+
+        if (receive_time != 0.0)
+            raw->time = gpst2time(week, receive_time * 0.001);
+
+        raw->week = week;
+        
+        trace( 2, "RT17: Initial GPS WEEK number unknown; "
+                  "WEEK number %d assumed.\n", week );
+    }
+ 
+    return (week);
+}
+
+/*
+| Function: read_i2
+| Purpose:  Fetch & convert a signed two byte integer (short)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted signed two byte integer (short)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that
+|   is not naturally aligned. It is then converted from the input
+|   endianness to our execution platform endianness.
+*/
+static short read_i2(unsigned char *p, int endian) 
+{
+    union I2 {short i2; unsigned char c[2];} u;
+    ENDIAN_TEST et;
+
+    memcpy(&u.i2, p, sizeof(u.i2));
+
+    et.u2 = 0; et.c[0] = 1;  
+    if ((et.u2 == 1) && (endian != LITTLE_ENDIAN))
+    {
+        unsigned char t;
+        t = u.c[0]; u.c[0] = u.c[1]; u.c[1] = t;
+    }
+    return (u.i2);
+}
+
+/*
+| Function: read_i4
+| Purpose:  Fetch & convert a four byte signed integer (int)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted four byte signed integer (int)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that is not
+|   naturally aligned. It is then converted from the input endianness to our
+|   execution platform endianness.
+*/
+static int read_i4(unsigned char *p, int endian)
+{
+    union i4 {int i4; unsigned char c[4];} u;
+    ENDIAN_TEST et;
+
+    memcpy(&u.i4, p, sizeof(u.i4));
+
+    et.u2 = 0; et.c[0] = 1;  
+    if ((et.u2 == 1) && (endian != LITTLE_ENDIAN))
+    {
+        unsigned char t;
+        t = u.c[0]; u.c[0] = u.c[3]; u.c[3] = t;
+        t = u.c[1]; u.c[1] = u.c[2]; u.c[2] = t;
+    }   
+    return (u.i4);
+}
+
+/*
+| Function: read_r4
+| Purpose:  Fetch & convert an IEEE S_FLOAT (float)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted IEEE S_FLOAT (float)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that is not
+|   naturally aligned. It is then converted from the input endianness to our
+|   execution platform endianness.
+*/
+static float read_r4(unsigned char *p, int endian)
+{
+    union R4 {float f; unsigned int u4;} u; 
+    u.u4 = U4(p, endian);
+    return (u.f);
+}
+
+/*
+| Function: read_r8
+| Purpose:  Fetch & convert an IEEE T_FLOAT (double)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted IEEE T_FLOAT (double)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that is not
+|   naturally aligned. It is then converted from the input endianness to our
+|   execution platform endianness.
+*/
+static double read_r8(unsigned char *p, int endian)
+{
+    ENDIAN_TEST et;
+    union R8 {double d; unsigned char c[8];} u;
+
+    memcpy(&u.d, p, sizeof(u.d));
+ 
+    et.u2 = 0; et.c[0] = 1;  
+    if ((et.u2 == 1) && (endian != LITTLE_ENDIAN))
+    {
+        unsigned char t;
+        t = u.c[0]; u.c[0] = u.c[7]; u.c[7] = t;
+        t = u.c[1]; u.c[1] = u.c[6]; u.c[6] = t;
+        t = u.c[2]; u.c[2] = u.c[5]; u.c[5] = t;
+        t = u.c[3]; u.c[3] = u.c[4]; u.c[4] = t;  
+    }
+    return (u.d);
+}
+
+/*
+| Function: read_u2
+| Purpose:  Fetch & convert an unsigned twe byte integer (unsigned short)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted two byte unsigned integer (unsigned short)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that
+|   is not naturally aligned. It is then converted from the input
+|   endianness to our execution platform endianness.
+*/
+static unsigned short read_u2(unsigned char *p, int endian)
+{
+    ENDIAN_TEST et;
+    union U2 {unsigned short u2; unsigned char c[2];} u;
+
+    memcpy(&u.u2, p, sizeof(u.u2)); 
+ 
+    et.u2 = 0; et.c[0] = 1;  
+    if ((et.u2 == 1) && (endian != LITTLE_ENDIAN))
+    {
+        unsigned char t;
+        t = u.c[0]; u.c[0] = u.c[1]; u.c[1] = t;
+    }
+    return (u.u2);
+}
+
+/*
+| Function: read_u4
+| Purpose:  Fetch & convert a four byte unsigned integer (unsigned int)
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   P      = Input pointer        [Input]
+|   Endian = Endianness indicator [Input]
+|
+| Implicit Inputs:
+|
+|   <none>
+|
+| Implicit Outputs:
+|
+|   <none>
+|
+| Return Value:
+|
+|   Fetched and converted four byte unsigned integer (unsigned int)
+|
+| Design issues:
+|
+|   The data is fetched one byte at a time so as to handle data that is not
+|   naturally aligned. It is then converted from the input endianness to our
+|   execution platform endianness.
+*/
+static unsigned int read_u4(unsigned char *p, int endian)
+{
+    ENDIAN_TEST et;
+    union U4 {unsigned int u4; unsigned char c[4];} u;
+
+    memcpy(&u.u4, p, sizeof(u.u4));
+ 
+    et.u2 = 0; et.c[0] = 1;  
+    if ((et.u2 == 1) && (endian != LITTLE_ENDIAN))
+    {
+        unsigned char t;
+        t = u.c[0]; u.c[0] = u.c[3]; u.c[3] = t;
+        t = u.c[1]; u.c[1] = u.c[2]; u.c[2] = t;
+    }   
+    return (u.u4);
+}
+
+/*
+| Function: set_week
+| Purpose:  Set GPS week number
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw         = Pointer to raw structure [Input]
+|   Week        = GPS week number          [Input]
+|   Receve_time = Receiver time of week    [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->week
+|   Raw->flag
+|
+| Implicit Outputs:
+|
+|   Raw->week
+|
+| Return Value:
+|
+|   <none>
+|
+| Design Issues:
+|
+|   The -WEEK=n initial week option overrides us.
+|
+*/static void set_week(raw_t *raw, int week, double receive_time)
+{
+    if (!(raw->flag & M_WEEK_OPTION))
+    {
+        if (raw->week)
+        {
+            if (week != raw->week)
+            {
+                if (week == (raw->week + 1))
+                    trace(2, "RT17: GPS WEEK rolled over from %d to %d.\n", raw->week, week);
+                else
+                    trace(2, "RT17: GPS WEEK changed from %d to %d.\n", raw->week, week);
+            }
+        }
+        else
+            trace(2, "RT17: GPS WEEK initially set to %d.\n", week);
+
+        raw->week = week;
+    }
+
+    /*
+    | Also update the time if we can.
+    */
+    if (week && (receive_time != 0.0))
+        raw->time = gpst2time(week, receive_time * 0.001);
+}
+
+/*
+| Function: sync_packet
+| Purpose:  Synchronize the raw data stream to the start of a series of RT17 packets 
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|   Data = Next character in raw data stream   [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->pbuff[1-3]
+|
+| Implicit Outputs:
+|
+|   Raw=>pbuff[0-3]
+|
+| Return Value:
+|
+|   TRUE  = Start of packet sequence tentatively found
+|   FALSE = Not found, keep reading data bytes from the stream
+|
+| Design Issues:
+|
+*/
+static int sync_packet(raw_t *raw, unsigned char data)
+{
+    unsigned char type;
+
+    raw->pbuff[0] = raw->pbuff[1];
+    raw->pbuff[1] = raw->pbuff[2];
+    raw->pbuff[2] = raw->pbuff[3];
+    raw->pbuff[3] = data;
+
+    type = raw->pbuff[2];
+
+    /*
+    | Byte 0 must be an STX character.
+    | Byte 1 = status byte which we always ignore (for now).
+    | Byte 2 = packet type which must be RAWDATA (57h) or RETSVDATA (55h) (for now).
+    | Byte 3 = data length which must be non-zero for any packet we're interested in.
+    */
+    return ( (raw->pbuff[0] == STX) &&
+             (data != 0) &&
+             ((type == GENOUT) || (type == RAWDATA) || (type == RETSVDATA)) );
+}
+
+/*
+| Function: unwrap_genout
+| Purpose:  Reassemble GENOUT message by removing packet headers, trailers and page framing
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit Outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|   Raw->nbyte
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   The GENOUT message is broken up on _arbitrary byte boundries_ into
+|   pages of no more than 246 bytes each, then wrapped with page frames,
+|   packet headers and packet trailers. We reassemble the original message
+|   so that it is uninterrupted by removing the extraneous packet headers,
+|   trailers and page framing.
+*/
+static void unwrap_genout(raw_t *raw)
+{
+    unsigned char *p_in = raw->buff;
+    unsigned char *p_out = p_in;
+    unsigned int length_in, length_in_total = raw->len;
+    unsigned int length_out, length_out_total = 0;
+
+    while (length_in_total > 0)
+    {
+        length_in = p_in[3] + 6;
+        length_out = p_in[3] - 3;
+        memmove(p_out, p_in + 7, length_out);
+        p_in += length_in;
+        p_out += length_out;
+        length_out_total += length_out;
+        length_in_total -= length_in;  
+    }
+    raw->nbyte = raw->len = length_out_total;
+}
+
+/*
+| Function: unwrap_rawdata
+| Purpose:  Reassemble message by removing packet headers, trailers and page framing
+| Authors:  Daniel A. Cook
+|
+| Formal Parameters: 
+|
+|   Raw  = Receiver raw data control structure [Input]
+|   RIF  = Record Interpreation Flags          [Output]
+|
+| Implicit Inputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|
+| Implicit Outputs:
+|
+|   Raw->buff[]
+|   Raw->len
+|   Raw->nbyte
+|
+| Return Value:
+|
+|   -1: error message
+|    0: no message (tells caller to please read more data from the stream)
+|    1: input observation data
+|    2: input ephemeris
+|    3: input sbas message
+|    9: input ion/utc parameter
+|
+| Design Issues:
+|
+|   The RAWDATA message is broken up on _arbitrary byte boundries_ into
+|   pages of no more than 244 bytes each, then wrapped with page frames,
+|   packet headers and packet trailers. We reassemble the original message
+|   so that it is uninterrupted by removing the extraneous packet headers,
+|   trailers and page framing.
+|
+|   While we're at it we also check to make sure the Record Interpretation
+|   Flags are consistent. They should be the same in every page frame.
+*/
+static void unwrap_rawdata(raw_t *raw, unsigned int *rif)
+{
+    unsigned char *p_in = raw->buff;
+    unsigned char *p_out = p_in;
+    unsigned int length_in, length_in_total = raw->len;
+    unsigned int length_out, length_out_total = 0;
+
+    *rif = p_in[7];
+
+    while (length_in_total > 0)
+    {
+        if ((unsigned int)p_in[7] != *rif)
+           trace( 2, "RT17: Inconsistent Record Interpretation "
+                     "Flags within a single RAWDATA message.\n" );
+
+        length_in = p_in[3] + 6;
+        length_out = p_in[3] - 4;
+        memmove(p_out, p_in + 8, length_out);
+        p_in += length_in;
+        p_out += length_out;
+        length_out_total += length_out;
+        length_in_total -= length_in;  
+    }
+    raw->nbyte = raw->len = length_out_total;
+}
diff --git a/src/rcv/septentrio.c b/src/rcv/septentrio.c
new file mode 100644
index 0000000..9c1bcf2
--- /dev/null
+++ b/src/rcv/septentrio.c
@@ -0,0 +1,2132 @@
+/*------------------------------------------------------------------------------
+* septentrio.c : Septentrio Binary Format decoder (All Septentrio receivers)
+*
+*          Copyright (C) 2013 by Fabrizio Tappero.
+*          Copyright (C) 2015 by Jens Reimann
+*
+* reference :
+*     [1] Septentrio, SBF Reference Guide, Version 130722r38600, 07/2013
+*
+* note: - QZSS and Compass/Beidou is deactivated. The code is not tested. Use -DTESTING to activate.
+*
+* version : $Revision: 1.4 $ $Date: 2016/01/29 15:05:00 $
+*
+* history : 2013/07/17  1.0  begin writing
+*           2013/10/24  1.1  GPS L1 working
+*           2013/11/02  1.2  modified by TTAKASU
+*           2015/01/26  1.3  fix some problems by Jens Reimann
+*           2016/02/04  1.4  by Jens Reimann
+*                           - added more sanity checks
+*                           - added galileon raw decoding
+*                           - added usage of decoded SBAS messages for testing
+*                           - add QZSS and Compass/Beidou navigation messages
+*                           - fixed code and Doppler for 2nd and following frequency
+*                           - fixed bug in glonass ephemeris
+*                           - fixed decoding of galileo ephemeris
+*                           - fixed lost lock indicator
+*                           - fixed sbas decoding
+*                           - cleanups
+*           2016/03/03  1.5 - fixed TOW in SBAS messages
+*           2016/03/12  1.6 - respect code priorities
+*                           - fixed bug in carrier phase calculation of type2 data
+*                           - unify frequency determination
+*                           - improve lock handling
+*                           - various bug fixes
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#include <math.h>
+#include <stdint.h>
+
+static const char rcsid[]="$Id: Septentrio SBF,v 1.1 2016/02/11 FT $";
+
+extern const sbsigpband_t igpband1[][8]; /* SBAS IGP band 0-8 */
+extern const sbsigpband_t igpband2[][5]; /* SBAS IGP band 9-10 */
+
+static unsigned char locktime[255][32];
+
+/* SBF definitions Version 2.9.1 */
+#define SBF_SYNC1   0x24        /* SBF message header sync field 1 (correspond to $) */
+#define SBF_SYNC2   0x40        /* SBF message header sync field 2 (correspont to @)*/
+
+#define ID_MEASEPOCH       4027 /* SBF message id: range measurememts */
+#define ID_MEASEPOCHEXTRA  4000 /* SBF message id: range measurememts extra info */
+#define ID_MEASEPOCH_END   5922 /* SBF message id: end of SBF range measurememts */
+
+#define ID_GPSRAWCA     4017    /* SBF message id: GPS raw navigation page or frame */
+#define ID_GPSRAWL2C    4018    /* SBF message id: GPS raw navigation page or frame */
+#define ID_GPSRAWL5     4019    /* SBF message id: GPS raw navigation page or frame */
+#define ID_GLORAWCA     4026    /* SBF message id: GLONASS raw navigation page or frame */
+#define ID_GALRAWFNAV   4022    /* SBF message id: Galileo raw navigation page or frame */
+#define ID_GALRAWINAV   4023    /* SBF message id: Galileo raw navigation page or frame */
+#define ID_GEORAWL1     4020    /* SBF message id: SBAS raw navigation page or frame */
+#define ID_GEORAWL5     4021    /* SBF message id: SBAS raw navigation page or frame */
+#define ID_COMPRAW      4047    /* SBF message id: Compass raw navigation page or frame */
+#define ID_QZSSL1CA     4066    /* SBF message id: QZSS raw navigation page or frame */
+#define ID_QZSSL2C      4067    /* SBF message id: QZSS raw navigation page or frame */
+#define ID_QZSSL5       4068    /* SBF message id: QZSS raw navigation page or frame */
+
+#define ID_GEOMT00                  5925 /* SBF message id:  SBAS: Don't use for safety application */
+#define ID_GEOPRNMASK               5926 /* SBF message id:  PRN Mask assignments */
+#define ID_GEOFASTCORR              5927 /* SBF message id:  Fast Corrections */
+#define ID_GEOINTEGRITY             5928 /* SBF message id:  Integrity information */
+#define ID_GEOFASTCORRDEGR          5929 /* SBF message id:  fast correction degradation factor */
+#define ID_GEONAV                   5896 /* SBF message id:  SBAS navigation message */
+#define ID_GEODEGRFACTORS           5930 /* SBF message id:  Degration factors */
+#define ID_GEONETWORKTIME           5918 /* SBF message id:  SBAS Network Time/UTC offset parameters */
+#define ID_GEOALM                   5897 /* SBF message id:  SBAS satellite almanac */
+#define ID_GEOIGPMASK               5931 /* SBF message id:  Ionospheric grid point mask */
+#define ID_GEOLONGTERMCOR           5932 /* SBF message id:  Long term satellite error corrections */
+#define ID_GEOIONODELAY             5933 /* SBF message id:  Inospheric delay correction */
+#define ID_GEOSERVICELEVEL          5917 /* SBF message id:  SBAS Service Message */
+#define ID_GEOCLOCKEPHCOVMATRIX     5934 /* SBF message id:  Clock-Ephemeris Covariance Matrix l*/
+
+
+#define ID_GPSNAV   5891        /* SBF message id: GPS navigation data */
+#define ID_GPSALM   5892        /* SBF message id: GPS almanac */
+#define ID_GPSION   5893        /* SBF message id: GPS ionosphere data, Klobuchar coefficients */
+#define ID_GPSUTC   5894        /* SBF message id: GPS UTC data */
+
+#define ID_GLONAV   4004        /* SBF message id: GLONASS navigation data */
+#define ID_GLOALM   4005        /* SBF message id: GLONASS almanac */
+#define ID_GLOTIME  4036        /* SBF message id: GLONASS time data */
+
+#define ID_GALNAV   4002        /* SBF message id: Galileo navigation data */
+#define ID_GALALM   4003        /* SBF message id: Galileo almanac */
+#define ID_GALION   4030        /* SBF message id: Galileo ionosphere data, Klobuchar coefficients */
+#define ID_GALUTC   4031        /* SBF message id: Galileo UTC data */
+
+#define ID_CMPNAV   4081        /* SBF message id: Compass navigation data */
+#define ID_QZSSNAV  4095        /* SBF message id: QZSS navigation data */
+
+#define ID_GALGSTGPS  4032      /* SBF message id: Galileo GPS time offset */
+
+#define ID_PVTCART    4006      /* SBF message id: Rx Position Velocity and Time data in Cartesian coordinates in m */
+#define ID_PVTGEOD    4007      /* SBF message id: Rx Position Velocity and Time data in Geodetic coordinates */
+#define ID_DOP        4001      /* SBF message id: Dilution of Precision data */
+#define ID_PVTSATCART 4008      /* SBF message id: Satellite Position Velocity and Time data */
+
+#define ID_ENDOFPVT     5921    /* SBF message id: End of any PVT block */
+
+#define ID_RXTIME       5914    /* SBF message id: Receiver time data */
+
+#define ID_DIFFCORRIN   5919    /* SBF message id: incoming RTCM2 or RTCM3 or CMR message */
+
+#define ID_BASESTATION  5949    /* SBF message id: Base station position */
+
+#define ID_CHNSTATUS   4013     /* SBF message id: Status of the receiver channels */
+#define ID_RXSTATUS    4014     /* SBF message id: Status of the receiver */
+#define ID_RXSETUP     5902     /* SBF message id: Status of the receiver */
+#define ID_COMMENT     5936     /* SBF message id: Status of the receiver */
+
+#define ID_SATVISIBILITY  4012  /* SBF message id: Ssatellites visibility */
+#define ID_BBSMPS         4040  /* SBF message id: series of successive Rx baseband samples */
+
+/* function prototypes -------------------------------------------------------*/
+static int getSignalCode(int signType);
+static double getSigFreq(int _signType, int freqNo);
+static int getFreqNo(int signType);
+
+/* get fields (little-endian) ------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static float          R4(unsigned char *p) {float          r; memcpy(&r,p,4); return r;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+static signed int     I4(unsigned char *p) {signed int     u; memcpy(&u,p,4); return u;}
+static short          I2(unsigned char *p) {short          i; memcpy(&i,p,2); return i;}
+
+/* checksum lookup table -----------------------------------------------------*/
+static const unsigned int CRC_16CCIT_LookUp[256] = {
+  0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
+  0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
+  0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6,
+  0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de,
+  0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485,
+  0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d,
+  0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4,
+  0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc,
+  0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823,
+  0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b,
+  0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12,
+  0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a,
+  0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41,
+  0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49,
+  0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70,
+  0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78,
+  0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f,
+  0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067,
+  0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e,
+  0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256,
+  0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d,
+  0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405,
+  0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c,
+  0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634,
+  0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab,
+  0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3,
+  0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a,
+  0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92,
+  0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9,
+  0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1,
+  0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8,
+  0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0};
+
+/* SBF checksum calculation --------------------------------------------------*/
+static unsigned short sbf_checksum(unsigned char *buff, int len)
+{
+    int i;
+    unsigned short crc = 0;
+    for (i=0; i<len; i++) {
+        crc = (crc << 8) ^ CRC_16CCIT_LookUp[ (crc >> 8) ^ buff[i] ];
+    }
+    return crc;
+}
+
+/* 8-bit week -> full week ---------------------------------------------------*/
+static void adj_utcweek(gtime_t time, double *utc)
+{
+    int week;
+
+    if (utc[3]>=256.0) return;
+    time2gpst(time,&week);
+    utc[3]+=week/256*256;
+    if      (utc[3]<week-128) utc[3]+=256.0;
+    else if (utc[3]>week+128) utc[3]-=256.0;
+}
+
+/* decode SBF measurements message (observables) -----------------------------*/
+/*
+ * this is the most importan block in the SBF format. It it contains all code
+ * pseudoranges and carrier phase measurements of all received satellites. 
+ * This block is made of one Type1 sub-block per santellite followed by, if any,
+ * a certain number of Type2 sub-blocks. SB2Num defines how many Type2
+ * sub-blocks there are inside its Type1 sub-block.
+ * Type1 subplock contains code pseudorange and carrier phase range of the first
+ * decoded sygnal defined by signType1, this is typically L1 signal. 
+ * Any following Type2 sub-block (if there are any) contains signType2 signal
+ * information, typically L2 signal. Inside Type2 sub-blocks, information is
+ * expressed as difference from the data in signType1 sub-block. This makes the
+ * format a little more compact.
+ *
+*/
+static int decode_measepoch(raw_t *raw){
+    gtime_t time;
+    double tow,psr, adr, dopplerType1;
+    double SNR_DBHZ, SNR2_DBHZ, freqType1, freqType2, alpha;
+    int16_t i,ii,j,prn,sat,n=0,nsat,week, code, h;
+    uint8_t *p=(raw->buff)+8;                   /* jump to TOW location */
+    int SB1length,SB2length;
+    uint8_t signType1, signType2;
+    uint32_t codeLSB, SB2Num, sys;
+    uint8_t codeMSB;
+    int pri;
+
+    /* signals for type2 sub-block */
+    int32_t CodeOffsetMSB, DopplerOffsetMSB, CarrierMSB;
+    uint16_t DopplerOffsetLSB, CodeOffsetLSB,CarrierLSB;
+    double PRtype2, Ltype2, dopplerType2;
+
+    uint16_t LockTime, LockTime2;
+    uint8_t ObsInfo,ObsInfo2, offsetMSB;
+    double SB1_WaveLength, SB1_Code = 0.0;
+    short SB1_FreqNr;
+
+    trace(4,"SBF decode_measepoch: len=%d\n",raw->len);
+
+    /* Get time information */
+    tow =U4(p);                                            /*       TOW in ms */
+    week=U2(p+4);                                          /* number of weeks */
+
+    /* Tweak pseudoranges to allow Rinex to represent the time of measure
+       it is taken from nvs.c but it does not seem necessary
+    dTowInt  = 10.0*floor((tow/10.0)+0.5);
+    time=gpst2time(week, dTowInt*0.001);
+    */
+
+    time=gpst2time(week, tow*0.001);
+
+    /* number of type1 sub-blocks also equal to number of satellites */
+    nsat   = U1(p+6);
+
+    /* additional block information */
+    SB1length=U1(p+7);                              /* Type1 sub-block length */
+    SB2length=U1(p+8);                              /* Type2 sub-block length */
+
+    /* set the pointer from TOW to the beginning of type1 sub-block */
+    p = p + 12;
+
+    for (i=0;i<nsat&&i<MAXOBS;i++) {
+
+        /* decode type1 sub-block */
+        signType1 = U1(p+1) & 0x1f;               /* type of signal, bit[0-4] */
+        prn = U1(p+2);                            /* satellite number         */
+        raw->obs.data[n].time  = time;            /* not sure what ref. it is */
+        codeMSB = (U1(p+3) & 0x0f);               /* code phase MSB. bit[0-3] */
+        codeLSB = U4(p+4);                        /* code phase LSB           */
+
+        /* code pseudorange in m */
+        psr = (codeMSB*4294967296.0+codeLSB)*0.001;
+
+        /*  Doppler in Hz */
+        dopplerType1  = 0.0001*I4(p+8);
+
+        /* signal to noise ratio in dBHz */
+        if ((signType1==1) || (signType1==2)){
+            SNR_DBHZ=((double)U1(p+15))*0.25;
+        }
+        else SNR_DBHZ=(((double)U1(p+15))*0.25)+10;
+
+        /* Compute the carrier phase measurement (a little complicated) */
+        LockTime = U2(p+16);             /* Duration of contin. carrier phase */
+        ObsInfo = U1(p+18);              /* some extra info                   */
+        SB2Num = U1(p+19);               /* number of type2 sub-blocks        */
+        SB1_Code = psr;                  /* code phase (from before)          */
+
+        /* FreqNr */
+        SB1_FreqNr = ((ObsInfo >> 3) & 0x1f) - 8;
+
+        SB1_WaveLength=CLIGHT/getSigFreq(signType1,SB1_FreqNr);
+
+        /* final carrier phase calculation */
+        adr = (SB1_Code/SB1_WaveLength)+(I1(p+14)*65536.0+U2(p+12))*0.001;
+        if ((I2(p+14)==-128)&&(U2(p+12)==0)) {
+            adr=0;
+        }
+
+        /* debug */
+        trace(4,"signal type = %2d, \n",signType1);
+
+        /* from the signal tiype get the type of RTKLIB signal code*/
+        code = getSignalCode(signType1);
+
+        /* NOT SURE IF THIS IS CORRECT, MAYBE ITS SHOULD APPLY TO L2 AS WELL */
+        /* phase polarity flip option (-INVCP) */
+        if (strstr(raw->opt,"-INVCP")) {
+            adr = - adr;
+        }
+
+        /* work out sat number and type of GNSS system */
+        if ((prn>=1)&&(prn<=37)){
+            sys = SYS_GPS;                      /* navigation system: GPS     */
+            sat = prn;}
+        else if ((prn>=38)&&(prn<=61)){
+            sys = SYS_GLO;                      /* navigation system: GLONASS */
+            sat = prn - 37;}
+        else if ((prn>=63)&&(prn<=68)){
+            sys = SYS_GLO;                      /* navigation system: GLONASS */
+            sat = prn - 38;}
+        else if ((prn>=71)&&(prn<=102)){
+            sys = SYS_GAL;                      /* navigation system: Galileo */
+            sat = prn - 70;}
+        else if ((prn>=120)&&(prn<=140)){
+            sys = SYS_SBS;                      /* navigation system: SBAS    */
+            sat = prn;}
+        else if ((prn>=141)&&(prn<=177)){
+            sys = SYS_CMP;                      /* navigation system: BeiDou  */
+            sat = prn - 140;}
+        else if ((prn>=181)&&(prn<=187)){
+            sys = SYS_QZS;                      /* navigation system: QZSS    */
+            sat = prn - 180;}
+        else if ((prn>=191)&&(prn<=197)){
+            sys = SYS_NONE;                     /* navigation system: IRNSS, TODO  */
+            sat = prn - 190;}
+        else if ((prn>=198)&&(prn<=215)){
+            sys = SYS_SBS;                      /* navigation system: SBAS, */
+            sat = prn - 157;}
+        else{
+            sys = SYS_NONE;                     /* navigation system: none    */
+            sat = 0;}
+
+        /* store satellite number */
+        sat = satno(sys, sat);
+        if (sat == 0)
+        {
+            p = p + SB1length; /* skip data */
+            p = p + SB2length*SB2Num;
+            continue;
+        };
+
+        raw->obs.data[n].sat=sat;
+
+        /* start new observation period */
+        if (fabs(timediff(raw->obs.data[0].time,raw->time))>1E-9) {
+            raw->obs.n=0;
+        }
+
+        /* store type1 signal information is RTKLIB signal structure
+         */
+        /* Set all channels to 0 */
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=0.0;
+            raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=(float)0.0;
+            raw->obs.data[n].SNR[j]=(unsigned char)0;
+            raw->obs.data[n].LLI[j]=(unsigned char)0;
+            raw->obs.data[n].code[j]=CODE_NONE;            
+        }
+        /* detect which signals is stored in Type1 sub-block */
+#if 1
+        h=getFreqNo(signType1);
+#else
+        freqType1 = getSigFreq(signType1,8);
+        if      (freqType1 == FREQ1) h = 0;
+        else if (freqType1 == FREQ2) h = 1;
+        else if (freqType1 == FREQ5) h = 2;
+        else if (freqType1 == FREQ6) h = 3;
+        else if (freqType1 == FREQ7) h = 4;
+        else if (freqType1 == FREQ8) h = 5;
+        else                         h = 0;
+#endif
+        /* store signal info */
+        if (h<=NFREQ+NEXOBS) {
+            raw->obs.data[n].L[h]    = adr;
+            raw->obs.data[n].P[h]    = psr;
+            raw->obs.data[n].D[h]    = (float)dopplerType1;
+            raw->obs.data[n].SNR[h]  = (unsigned char)(SNR_DBHZ*4.0);
+            raw->obs.data[n].code[h] = code;
+
+            /* lock to signal indication */
+            if ((ObsInfo&0x4)==0x4) raw->obs.data[n].LLI[h]|=0x2; /* half-cycle ambiguity */
+            if (LockTime!=65535){
+                LockTime = LockTime>254?254:LockTime; /* limit locktime to sizeof(unsigned char) */
+                if (locktime[sat][signType1]>LockTime) raw->obs.data[n].LLI[h]|=0x1;
+                raw->lockt[sat][h]       = (unsigned char)LockTime;
+                locktime[sat][signType1] = LockTime;
+            };
+        }
+
+        /* decode all Type2 sub-blocks (if there is any) */
+        p = p + SB1length;                 /* get to the begin of Type2 block */
+
+        for (ii=0;ii<(int)SB2Num;ii++)
+        {
+            signType2 = U1(p) & 0x1f;             /* type of signal, bit[0-4] */
+
+            /* Duration of continuous carrier phase */
+            LockTime2 = U1(p+1);
+
+            /* Signal to noise ratio in dbHz */
+            if ((signType2==1) || (signType2==2)){
+                SNR2_DBHZ=((double)U1(p+2))*0.25;
+            }
+            else SNR2_DBHZ=(((double)U1(p+2))*0.25)+10;
+
+            offsetMSB = U1(p+3);
+            CodeOffsetMSB=~((int32_t)0x03);
+            CodeOffsetMSB=((offsetMSB&0x04)==0x04)?offsetMSB| ~((int32_t)0x03):offsetMSB&0x03;                 /* bit[0-2] */
+            DopplerOffsetMSB=((offsetMSB&0x80)==0x80)?(offsetMSB>>3)| ~((int32_t)0x1f):(offsetMSB>>3)&0x1f;/* bit[3-7] */
+
+            CarrierMSB = I1(p+4);
+
+            ObsInfo2 = U1(p+5);                         /* minor informations */
+
+            freqType1 = getSigFreq(signType1,SB1_FreqNr);
+            freqType2 = getSigFreq(signType2,SB1_FreqNr);
+
+            /* pseudrange in meters */
+            CodeOffsetLSB = U2(p+6);
+            PRtype2 = psr + (CodeOffsetMSB*65536.+CodeOffsetLSB)*0.001;
+            if ((CodeOffsetMSB==-4)&&(CodeOffsetLSB==0)) {
+                PRtype2=0;
+            }
+
+            /* carrier phase in cycles */
+            CarrierLSB = U2(p+8);
+            Ltype2=(PRtype2/CLIGHT*freqType2)+(CarrierMSB*65536.+CarrierLSB)*0.001;
+            if ((CarrierMSB==-128)&&(CarrierLSB==0)) {
+                Ltype2=0;
+            }
+
+            /* Doppler in Hz */
+            DopplerOffsetLSB = U2(p+10);
+            alpha = (freqType2/freqType1);
+            if ((DopplerOffsetMSB==-16) && (DopplerOffsetLSB==0)) dopplerType2=0;
+            else
+                dopplerType2 = dopplerType1*alpha +\
+                    (DopplerOffsetMSB*65536.+DopplerOffsetLSB)*1E-4;
+
+            /* store Type2 signal info in rtklib structure */
+#if 1
+            h=getFreqNo(signType2);
+#else
+            freqType2 = getSigFreq(signType2,8);
+            if      (freqType2 == FREQ1) h = 0;
+            else if (freqType2 == FREQ2) h = 1;
+            else if (freqType2 == FREQ5) h = 2;
+            else if (freqType2 == FREQ6) h = 3;
+            else if (freqType2 == FREQ7) h = 4;
+            else if (freqType2 == FREQ8) h = 5;
+            else                         h = 0;
+#endif
+            pri=getcodepri(sys,getSignalCode(signType2),raw->opt); /* get signal priority */
+            /* store signal info */
+            if ((h<=NFREQ+NEXOBS)&&
+                    (pri>getcodepri(sys,raw->obs.data[n].code[h],raw->opt))) {
+                raw->obs.data[n].L[h]    = Ltype2;
+                raw->obs.data[n].P[h]    = PRtype2;
+                raw->obs.data[n].D[h]    = (float)dopplerType2;
+                raw->obs.data[n].SNR[h]  = (unsigned char)(SNR2_DBHZ*4.0);
+                raw->obs.data[n].code[h] = getSignalCode(signType2);
+
+                /* lock to signal indication */
+                if ((ObsInfo2&0x4)==0x4) raw->obs.data[n].LLI[h]|=0x2; /* half-cycle ambiguity */
+                if (LockTime2!=255) {
+                    if (locktime[sat][signType2]>LockTime2) raw->obs.data[n].LLI[h]|=0x1;
+                    raw->lockt[sat][h]       = (unsigned char)LockTime2;
+                    locktime[sat][signType2] = (unsigned char)LockTime2;
+                };
+            }
+
+            /* get to the beginning of next Type 2 block */
+            p = p + SB2length;
+        }
+
+        /* Receiver channel goes up */
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+
+/* return frequency value in Hz from signal type name ------------------------*/
+static double getSigFreq(int _signType, int freqNo){
+
+    switch (_signType)
+    {
+    case 0:                                                        /* GPSL1CA */
+        return FREQ1;
+    case 1:                                                        /* GPSL1PY */
+        return FREQ1;
+    case 2:                                                        /* GPSL2PY */
+        return FREQ2;
+    case 3:                                                        /* GPSL2C  */
+        return FREQ2;
+    case 4:                                                        /* GPSL5   */
+        return FREQ5;
+    case 6:                                                        /* QZSL1C  */
+        return FREQ1;
+    case 7:                                                        /* QZSL2C  */
+        return FREQ2;
+    case 8:                                                        /* GLOL1CA */
+        return FREQ1_GLO+(freqNo*9./16.)*1e6;
+    case 9:                                                        /* GLOL1P  */
+        return FREQ1_GLO+(freqNo*9./16.)*1e6;
+    case 10:                                                       /* GLOL2P  */
+        return FREQ2_GLO+(freqNo*7./16.)*1e6;
+    case 11:                                                       /* GLOL2CA */
+        return FREQ2_GLO+(freqNo*7./16.)*1e6;
+    case 12:                                                       /* GLOL3X  */
+        return 1.202025*1e9;
+    case 15:                                                       /* IRNSSL5  */
+        return FREQ5;
+    case 16:                                                       /* GALL1A  */
+        return FREQ1;
+    case 17:                                                       /* GALL1BC */
+        return FREQ1;
+    case 18:                                                       /* GALE6A  */
+        return FREQ6;
+    case 19:                                                       /* GALE6BC */
+        return FREQ6;
+    case 20:                                                       /* GALE5a  */
+        return FREQ5;
+    case 21:                                                       /* GALE5b  */
+        return FREQ7;
+    case 22:                                                       /* GALE5   */
+        return FREQ8;
+    case 24:                                                       /* GEOL1   */
+        return FREQ1;
+    case 25:                                                       /* GEOL5   */
+        return FREQ5;
+    case 26:                                                       /* QZSL5   */
+        return FREQ5;
+    case 28:                                                       /* CMPL1   */
+        return FREQ1_CMP;
+    case 29:                                                       /* CMPE5B  */
+        return FREQ2_CMP;
+    case 30:                                                       /* CMPB3   */
+        return FREQ3_CMP;
+    }
+    return FREQ1;
+}
+
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static gtime_t adjweek(gtime_t time, double tow)
+{
+    double tow_p;
+    int week;
+    tow_p=time2gpst(time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    return gpst2time(week,tow);
+}
+
+/* return the Septentrio signal type -----------------------------------------*/
+static int getSignalCode(int signType){
+    int _code=-1;
+
+    switch (signType)
+    {
+    case 0:                                                        /* GPSL1CA */
+        _code=CODE_L1C;
+        break;
+    case 1:                                                        /* GPSL1PY */
+        _code=CODE_L1W;
+        break;
+    case 2:                                                        /* GPSL2PY */
+        _code=CODE_L2W;
+        break;
+    case 3:                                                        /* GPSL2C  */
+        _code=CODE_L2L;
+        break;
+    case 4:                                                        /* GPSL5   */
+        _code=CODE_L5Q;
+        break;
+    case 6:                                                        /* QZSL1   */
+        _code=CODE_L1C;
+        break;
+    case 7:                                                        /* QZSL2   */
+        _code=CODE_L2L;
+        break;
+    case 8:                                                        /* GLOL1CA */
+        _code=CODE_L1C;
+        break;
+    case 9:                                                        /* GLOL1P  */
+        _code=CODE_L1P;
+        break;
+    case 10:                                                       /* GLOL2P  */
+        _code=CODE_L2P;
+        break;
+    case 11:                                                       /* GLOL2CA */
+        _code=CODE_L2C;
+        break;
+    case 12:                                                       /* GLOL3 */
+        _code=CODE_L3Q;
+        break;
+    case 15:                                                       /* IRNSSL5  */
+/*        _code=CODE_L5A;*/
+        break;
+    case 16:                                                       /* GALE1A  */
+        _code=CODE_L1A;
+        break;
+    case 17:                                                       /* GALE1BC */
+        _code=CODE_L1C;
+        break;
+    case 18:                                                       /* GALE6A  */
+        _code=CODE_L6A;
+        break;
+    case 19:                                                       /* GALE6BC */
+        _code=CODE_L6C;
+        break;
+    case 20:                                                       /* GALE5a  */
+        _code=CODE_L5Q;
+        break;
+    case 21:                                                       /* GALE5b  */
+        _code=CODE_L7Q;
+        break;
+    case 22:                                                       /* GALE5   */
+        _code=CODE_L8Q;
+        break;
+    case 24:                                                       /* GEOL1   */
+        _code=CODE_L1C;
+        break;
+    case 25:                                                       /* GEOL5   */
+        _code=CODE_L5I;
+        break;
+    case 26:                                                       /* QZSL5   */
+        _code=CODE_L5Q;
+        break;
+    case 28:                                                       /* CMPL1   */
+        _code=CODE_L2I;
+        break;
+    case 29:                                                       /* CMPE5B  */
+        _code=CODE_L7I;
+        break;
+    case 30:                                                       /* CMPB3   */
+        _code=CODE_L6I;
+        break;
+    default:                                                       /* GPSL1CA */
+        _code=CODE_L1C;
+        break;
+    }
+    return _code;
+}
+/* return the signal type -----------------------------------------*/
+static int getFreqNo(int signType){
+    int _freq;
+
+    switch (signType)
+    {
+    case 0:                                                        /* GPSL1CA */
+        _freq=0;
+        break;
+    case 1:                                                        /* GPSL1PY */
+        _freq=0;
+        break;
+    case 2:                                                        /* GPSL2PY */
+        _freq=1;
+        break;
+    case 3:                                                        /* GPSL2C  */
+        _freq=1;
+        break;
+    case 4:                                                        /* GPSL5   */
+        _freq=2;
+        break;
+    case 6:                                                        /* QZSL1   */
+        _freq=0;
+        break;
+    case 7:                                                        /* QZSL2   */
+        _freq=1;
+        break;
+    case 8:                                                        /* GLOL1CA */
+        _freq=0;
+        break;
+    case 9:                                                        /* GLOL1P  */
+        _freq=0;
+        break;
+    case 10:                                                       /* GLOL2P  */
+        _freq=1;
+        break;
+    case 11:                                                       /* GLOL2CA */
+        _freq=2;
+        break;
+    case 12:                                                       /* GLOL3 */
+        _freq=3;
+        break;
+    case 15:                                                       /* IRNSSL5  */
+        _freq=2;
+        break;
+    case 16:                                                       /* GALE1A  */
+        _freq=0;
+        break;
+    case 17:                                                       /* GALE1BC */
+        _freq=0;
+        break;
+    case 18:                                                       /* GALE6A  */
+        _freq=1;
+        break;
+    case 19:                                                       /* GALE6BC */
+        _freq=1;
+        break;
+    case 20:                                                       /* GALE5a  */
+        _freq=1;
+        break;
+    case 21:                                                       /* GALE5b  */
+        _freq=1;
+        break;
+    case 22:                                                       /* GALE5   */
+        _freq=2;
+        break;
+    case 24:                                                       /* GEOL1   */
+        _freq=0;
+        break;
+    case 25:                                                       /* GEOL5   */
+        _freq=2;
+        break;
+    case 26:                                                       /* QZSSL5  */
+        _freq=2;
+        break;
+    case 28:                                                       /* CMPL1   */
+        _freq=0;
+        break;
+    case 29:                                                       /* CMPE5B  */
+        _freq=2;
+        break;
+    case 30:                                                       /* CMPB3   */
+        _freq=1;
+        break;
+    default:                                                       /* GPSL1CA */
+        _freq=0;
+        break;
+    }
+    return _freq;
+}
+
+/* decode SBF nav message for GPS (navigation data) --------------------------*/
+static int decode_gpsnav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    eph_t eph={0};
+    double toc;
+    uint8_t prn, sat;
+    uint16_t week;
+
+    trace(4,"SBF decode_gpsnav: len=%d\n",raw->len);
+
+    if ((raw->len)<120) {
+        trace(2,"SBF decode_gpsnav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    prn = U1(puiTmp+8);
+    sat = satno(SYS_GPS,prn);
+
+    if (sat == 0) return -1;
+
+    if (!((prn>=1)&&(prn<=37))){
+        trace(2,"SBF decode_gpsnav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    eph.crs    = R4(puiTmp +  42);
+    eph.deln   = R4(puiTmp +  46) * PI;
+    eph.M0     = R8(puiTmp +  50) * PI;
+    eph.cuc    = R4(puiTmp +  58);
+    eph.e      = R8(puiTmp +  62);
+    eph.cus    = R4(puiTmp +  70);
+    eph.A      = pow(R8(puiTmp +  74), 2);
+    eph.toes   = U4(puiTmp +  82);
+    eph.cic    = R4(puiTmp +  86);
+    eph.OMG0   = R8(puiTmp +  90) * PI;
+    eph.cis    = R4(puiTmp +  98);
+    eph.i0     = R8(puiTmp + 102) * PI;
+    eph.crc    = R4(puiTmp + 110);
+    eph.omg    = R8(puiTmp + 114) * PI;
+    eph.OMGd   = R4(puiTmp + 122) * PI;
+    eph.idot   = R4(puiTmp + 126) * PI;
+    eph.tgd[0] = R4(puiTmp +  22);
+    toc        = U4(puiTmp +  26);
+    eph.f2     = R4(puiTmp +  30);
+    eph.f1     = R4(puiTmp +  34);
+    eph.f0     = R4(puiTmp +  38);
+    eph.sva    = U1(puiTmp +  13); /* URA */
+    eph.iodc   = U2(puiTmp +  16);
+    eph.iode   = U1(puiTmp +  18);
+    eph.code   = U1(puiTmp +  12);
+    eph.flag   = U1(puiTmp +  15);
+    eph.fit    = U1(puiTmp +  20)?0:4;
+    week       = U2(puiTmp +  10); /* WN */
+
+    if (week>=4096) {
+        trace(2,"SBF gps ephemeris week error: sat=%2d week=%d\n",sat,week);
+        return -1;
+    }
+
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=raw->time;
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if ((eph.iode==raw->nav.eph[sat-1].iode) &&
+            (eph.iodc==raw->nav.eph[sat-1].iodc)) return 0;
+    }
+
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode SBF nav message for Galileo (navigation data) --------------------------*/
+static int decode_galnav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    eph_t eph={0};
+    double toc;
+    int prn, sat;
+    uint16_t week;
+
+    trace(4,"SBF decode_galnav: len=%d\n",raw->len);
+
+    if ((raw->len)<152) {
+        trace(2,"SBF decode_galnav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    prn = U1(puiTmp+8)-70;
+    sat = satno(SYS_GAL,prn);
+
+    if (sat == 0) return -1;
+
+    if (!((prn>=1)&&(prn<=36))){
+        trace(2,"SBF decode_galnav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    eph.code   = U1(puiTmp +  9)==2?0:1; /* 0:INAV,1:FNAV */
+    eph.A      = pow(R8(puiTmp +  10), 2);
+    eph.M0     = R8(puiTmp +  18) * PI;
+    eph.e      = R8(puiTmp +  26);
+    eph.i0     = R8(puiTmp +  34) * PI;
+    eph.omg    = R8(puiTmp +  42) * PI;
+    eph.OMG0   = R8(puiTmp +  50) * PI;
+    eph.OMGd   = R4(puiTmp +  58) * PI;
+    eph.idot   = R4(puiTmp +  62) * PI;
+    eph.deln   = R4(puiTmp +  66) * PI;
+    eph.cuc    = R4(puiTmp +  70);
+    eph.cus    = R4(puiTmp +  74);
+    eph.crc    = R4(puiTmp +  78);
+    eph.crs    = R4(puiTmp +  82);
+    eph.cic    = R4(puiTmp +  86);
+    eph.cis    = R4(puiTmp +  90);
+    eph.toes   = U4(puiTmp +  94);
+    toc        = U4(puiTmp +  98);
+    eph.f2     = R4(puiTmp + 102);
+    eph.f1     = R4(puiTmp + 106);
+    eph.f0     = R8(puiTmp + 110);
+    week       = U2(puiTmp + 118); /* WNt_oc */
+    eph.iode   = U2(puiTmp + 122);
+    eph.sva    = U2(puiTmp + 124);
+    eph.tgd[0] = R4(puiTmp + 130);
+    eph.tgd[1] = R4(puiTmp + 134);
+    eph.iodc   = eph.iode;
+    eph.fit    = 0;
+
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=raw->time;
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0;
+    }
+
+    if (sat == 0) return -1;
+
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+
+/* decode SBF nav message for glonass (navigation data) ----------------------*/
+static int decode_glonav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    geph_t eph={0};
+    int prn, sat;
+    uint16_t week;
+
+    trace(4,"SBF decode_glonav: len=%d\n",raw->len);
+
+    if ((raw->len)<96) {
+        trace(2,"SBF decode_glonav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn = U1(puiTmp+8)-37;
+    sat = satno(SYS_GLO,prn);
+
+    if (sat == 0) return -1;
+
+    if (!((prn>=1)&&(prn<=24))){
+        trace(2,"SBF decode_glonav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    eph.frq    = U1(puiTmp +  9) - 8;
+    eph.pos[0] = R8(puiTmp +  10) * 1000;
+    eph.pos[1] = R8(puiTmp +  18) * 1000;
+    eph.pos[2] = R8(puiTmp +  26) * 1000;
+    eph.vel[0] = R4(puiTmp +  34) * 1000;
+    eph.vel[1] = R4(puiTmp +  38) * 1000;
+    eph.vel[2] = R4(puiTmp +  42) * 1000;
+    eph.acc[0] = R4(puiTmp +  46) * 1000;
+    eph.acc[1] = R4(puiTmp +  50) * 1000;
+    eph.acc[2] = R4(puiTmp +  54) * 1000;
+    eph.gamn   = R4(puiTmp +  58);
+    eph.taun   = R4(puiTmp +  62);
+    eph.dtaun  = R4(puiTmp +  66);
+    week       = U2(puiTmp +  74); /* WN_toe modulo 1024 */
+    week       = adjgpsweek(week);
+
+    eph.toe    = gpst2time(week, U4(puiTmp +  70));
+    eph.tof    = raw->time;
+    eph.age    = U1(puiTmp +  78);
+    eph.svh    = U1(puiTmp +  79);
+    eph.iode   = U2(puiTmp +  80)/15;
+    eph.sva    = U2(puiTmp +  88);
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.geph[prn-1].iode) return 0;
+    }
+
+    eph.sat=sat;
+    raw->nav.geph[prn-1]=eph;
+    raw->ephsat=sat;
+    raw->nav.glo_fcn[prn-1] = eph.frq + 8; /* savbe frequency number */
+
+    return 2;
+}
+/* decode SBF nav message for sbas (navigation data) ----------------------*/
+static int decode_sbasnav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    seph_t eph={0};
+    int prn, sat;
+    uint16_t week;
+
+    trace(4,"SBF decode_sbasnav: len=%d\n",raw->len);
+
+    if ((raw->len)<104) {
+        trace(2,"SBF decode_sbasnav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn = U1(puiTmp+8);
+    sat = satno(SYS_SBS,prn);
+
+    if (!((prn>=120)&&(prn<=140))){
+        trace(2,"SBF decode_sbasnav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    if (sat == 0) return -1;
+
+    eph.svh = 0;
+    week       = U2(puiTmp +   6);
+    eph.sva    = U2(puiTmp +  12);
+    eph.t0     = gpst2time(week, U4(puiTmp +  14));
+    eph.tof    = adjweek(eph.t0,U4(puiTmp +  2)/1000);
+    eph.pos[0] = R8(puiTmp +  18);
+    eph.pos[1] = R8(puiTmp +  26);
+    eph.pos[2] = R8(puiTmp +  34);
+    eph.vel[0] = R8(puiTmp +  42);
+    eph.vel[1] = R8(puiTmp +  50);
+    eph.vel[2] = R8(puiTmp +  58);
+    eph.acc[0] = R8(puiTmp +  66);
+    eph.acc[1] = R8(puiTmp +  74);
+    eph.acc[2] = R8(puiTmp +  82);
+    eph.af0    = R4(puiTmp +  90);
+    eph.af1    = R4(puiTmp +  94);
+
+    /* debug */
+    trace(2,"sat=%2d, week=%d, tow=%f\n",sat,week,U4(puiTmp +  2)/1000);
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (fabs(timediff(eph.t0,raw->nav.seph[prn-120].t0))<1.0&&
+            eph.sva==raw->nav.seph[prn-120].sva)
+            return 0;
+    }
+
+    eph.sat=sat;
+    raw->nav.seph[prn-120]=eph;
+    raw->ephsat=eph.sat;
+    return 2;
+}
+
+/* decode SBF nav message for Compass/Beidou (navigation data) --------------------------*/
+static int decode_cmpnav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    eph_t eph={0};
+    double toc;
+    int prn, sat;
+    uint16_t week_oc,week_oe;
+
+    trace(4,"SBF decode_cmpnav: len=%d\n",raw->len);
+
+    if ((raw->len)<140) {
+        trace(2,"SBF decode_cmpnav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    prn = U1(puiTmp+8)-140;
+    sat = satno(SYS_CMP,prn);
+
+    if (sat == 0) return -1;
+
+    if (!((prn>=1)&&(prn<=32))){
+        trace(2,"SBF decode_cmpnav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    eph.code   = 0;
+    eph.sva    = U1(puiTmp + 12);
+    eph.iodc   = U1(puiTmp + 14);
+    eph.iode   = U1(puiTmp + 15);
+    eph.tgd[0] = R4(puiTmp + 18);
+    eph.tgd[1] = R4(puiTmp + 22);
+    toc        = U4(puiTmp + 26);
+    eph.f2     = R4(puiTmp + 30);
+    eph.f1     = R4(puiTmp + 34);
+    eph.f0     = R4(puiTmp + 38);
+    eph.crs    = R4(puiTmp + 42);
+    eph.deln   = R4(puiTmp + 46) * PI;
+    eph.M0     = R8(puiTmp + 50) * PI;
+    eph.cuc    = R4(puiTmp + 58);
+    eph.e      = R8(puiTmp + 62);
+    eph.cus    = R4(puiTmp + 70);
+    eph.A      = pow(R8(puiTmp +  74), 2);
+    eph.toes   = U4(puiTmp + 82);
+    eph.cic    = R4(puiTmp + 86);
+    eph.OMG0   = R8(puiTmp + 90) * PI;
+    eph.cis    = R4(puiTmp + 98);
+    eph.i0     = R8(puiTmp +102) * PI;
+    eph.crc    = R4(puiTmp +110);
+    eph.omg    = R8(puiTmp +114) * PI;
+    eph.OMGd   = R4(puiTmp +122) * PI;
+    eph.idot   = R4(puiTmp +126) * PI;
+    week_oc    = U2(puiTmp +130); /* WNt_oc */
+    week_oe    = U2(puiTmp +132); /* WNt_oe l*/
+    eph.fit    = 0;
+
+    eph.week=adjgpsweek(week_oc);
+    eph.toe=bdt2time(adjgpsweek(week_oe),eph.toes);
+    eph.toc=bdt2time(eph.week,toc);
+    eph.ttr=raw->time;
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0;
+    }
+
+    if (sat == 0) return -1;
+
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+
+/* decode SBF nav message for QZSS (navigation data) --------------------------*/
+static int decode_qzssnav(raw_t *raw){
+
+    uint8_t *puiTmp = (raw->buff)+6;
+    eph_t eph={0};
+    double toc;
+    int prn, sat;
+    uint16_t week_oc,week_oe;
+
+    trace(4,"SBF decode_qzssnav: len=%d\n",raw->len);
+
+    if ((raw->len)<140) {
+        trace(2,"SBF decode_qzssnav frame length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    prn = U1(puiTmp+8)-180;
+    sat = satno(SYS_QZS,prn);
+
+    if (sat == 0) return -1;
+
+    if (!((prn>=1)&&(prn<=7))){
+        trace(2,"SBF decode_qzssnav prn error: sat=%d\n",prn);
+        return -1;
+    }
+
+    eph.code   = U1(puiTmp + 12);
+    eph.sva    = U1(puiTmp + 13);
+    eph.svh    = U1(puiTmp + 14);
+    eph.iodc   = U2(puiTmp + 16);
+    eph.iode   = U1(puiTmp + 18);
+    eph.fit    = U1(puiTmp + 20);
+    eph.tgd[0] = R4(puiTmp + 22);
+    toc        = U4(puiTmp + 26);
+    eph.f2     = R4(puiTmp + 30);
+    eph.f1     = R4(puiTmp + 34);
+    eph.f0     = R4(puiTmp + 38);
+    eph.crs    = R4(puiTmp + 42);
+    eph.deln   = R4(puiTmp + 46) * PI;
+    eph.M0     = R8(puiTmp + 50) * PI;
+    eph.cuc    = R4(puiTmp + 58);
+    eph.e      = R8(puiTmp + 62);
+    eph.cus    = R4(puiTmp + 70);
+    eph.A      = pow(R8(puiTmp +  74), 2);
+    eph.toes   = U4(puiTmp + 82);
+    eph.cic    = R4(puiTmp + 86);
+    eph.OMG0   = R8(puiTmp + 90) * PI;
+    eph.cis    = R4(puiTmp + 98);
+    eph.i0     = R8(puiTmp +102) * PI;
+    eph.crc    = R4(puiTmp +110);
+    eph.omg    = R8(puiTmp +114) * PI;
+    eph.OMGd   = R4(puiTmp +122) * PI;
+    eph.idot   = R4(puiTmp +126) * PI;
+    week_oc    = U2(puiTmp +130); /* WNt_oc */
+    week_oe    = U2(puiTmp +132); /* WNt_oe l*/
+
+    eph.week=adjgpsweek(week_oc);
+    eph.toe=gpst2time(adjgpsweek(week_oe),eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=raw->time;
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode) return 0;
+    }
+
+    if (sat == 0) return -1;
+
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+
+/* decode SBF raw nav message (raw navigation data) --------------------------*/
+static int decode_rawnav(raw_t *raw, int sys){
+
+    /* NOTE. This function works quite well but it somestimes fails in line:
+     * if (resp>5 || resp<=0){
+     * To debug the problem an understanding of the whole RTK code is needed
+     */
+
+    uint8_t *p=(raw->buff)+6,id;
+    eph_t eph={0};
+    int sat,prn;
+    uint8_t _buf[30]={0};
+    int i=0,ii=0;
+
+    trace(3,"SBF decode_gpsrawcanav: len=%d\n",raw->len);
+
+    if (raw->len<58) {
+        trace(2,"SBF decode_gpsrawcanav block length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    /* get GPS satellite number */
+    prn=U1(p+8);
+    if (sys==SYS_QZS) prn-=180;
+
+    sat=satno(sys,prn);
+    if (sat == 0) return -1;
+
+    /* clean up subframe from Septentrio. This is a little bit of work because
+     * Septentrio Rx add some parity bits to this message.
+     * We have to throw away the reserved bits as well as the parity bits.
+     */
+
+     /*   | 2bits |         24bits        |  6bits  |       <- SBF 32-bit word
+         ------------------------------------------
+                  | byte1 | bite2 | byte3 |                 <- sat nav message
+     */
+
+     for (i=0;i<40;i+=4){
+         _buf[ii]   =((U4(p+14+i)>>22) & 0x000000FF);     /* take first byte  */
+         _buf[1+ii] =((U4(p+14+i)>>14) & 0x000000FF);     /* take second byte */
+         _buf[2+ii] =((U4(p+14+i)>>6 ) & 0x000000FF);     /* take third byte  */
+         ii = ii+3;
+     }
+
+     /* Now that we have a classic subframe we call the generic function */
+     id=getbitu(_buf,43,3); /* get subframe id */
+     if ((id < 1) || (id > 5)) return -1;
+
+     memcpy(raw->subfrm[sat-1]+(id-1)*30,_buf,30);
+
+     if (decode_frame(raw->subfrm[sat-1]   ,&eph,NULL,NULL,NULL,NULL)==1&&
+         decode_frame(raw->subfrm[sat-1]+30,&eph,NULL,NULL,NULL,NULL)==2&&
+         decode_frame(raw->subfrm[sat-1]+60,&eph,NULL,NULL,NULL,NULL)==3) {
+
+             if (!strstr(raw->opt,"-EPHALL")) {
+                 if ((eph.iode==raw->nav.eph[sat-1].iode)&&
+                     (eph.iodc==raw->nav.eph[sat-1].iodc)) return 0;
+             }
+             eph.sat=sat;
+             raw->nav.eph[sat-1]=eph;
+             raw->ephsat=sat;
+             return 2;
+     }
+     if (id==4) {
+         if (sys==SYS_GPS) {
+                 decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_gps,
+                              raw->nav.utc_gps,&raw->nav.leaps);
+                 adj_utcweek(raw->time,raw->nav.utc_gps);
+             }
+             else if (sys==SYS_QZS) {
+                 decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                              raw->nav.utc_qzs,&raw->nav.leaps);
+                 adj_utcweek(raw->time,raw->nav.utc_qzs);
+             }
+         return 9;
+     };
+     if (id==5) {
+         if (sys==SYS_GPS) {
+                 decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,NULL,NULL,NULL);
+             }
+             else if (sys==SYS_QZS) {
+                 decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                              raw->nav.utc_qzs,&raw->nav.leaps);
+                 adj_utcweek(raw->time,raw->nav.utc_qzs);
+             }
+         return 9;
+     };
+
+     trace(4,"SBF, decode_gpsrawcanav: sat=%2d\n",sat);
+     return 0;
+}
+/* decode SBF raw nav message (raw navigation data) --------------------------*/
+static int decode_georaw(raw_t *raw){
+
+    uint8_t *p=(raw->buff)+6;
+    uint8_t buff[8*4];
+    int prn;
+    int i=0;
+    uint32_t tmp,crc;
+
+    trace(3,"SBF decode_georaw: len=%d\n",raw->len);
+
+    if (raw->len<52) {
+        trace(2,"SBF decode_georaw block length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    if (U1(p+9)!=1) /* CRC test failed */
+    {
+        return -1;
+    }
+
+    /* get GPS satellite number */
+    prn=U1(p+8);
+
+    /* copy data */
+    for (i=0;i<8;i++)
+    {
+        tmp = U4(p+14+i*4);
+        buff[4*i]=(tmp>>24) & 0xff;
+        buff[4*i+1]=(tmp>>16) & 0xff;
+        buff[4*i+2]=(tmp>>8) & 0xff;
+        buff[4*i+3]=(tmp>>0) & 0xff;
+    }
+
+    raw->sbsmsg.prn=prn;
+    raw->sbsmsg.tow=U4(p+2)/1000;
+    raw->sbsmsg.week=U2(p+6);
+    raw->time=gpst2time(raw->sbsmsg.week,raw->sbsmsg.tow);
+
+    crc=(buff[31])+(buff[30]<<8)+(buff[29]<<16);
+    if (crc!=rtk_crc24q(buff,29)) return 0;
+
+    for (i=0;i<29;i++) raw->sbsmsg.msg[i]=buff[i];
+    raw->sbsmsg.msg[28]&=0xC0;
+    return 3;
+}
+
+/* decode SBF raw nav message (raw navigation data) for galileo I/NAV---------*/
+static int decode_galrawinav(raw_t *raw){
+    eph_t eph={0};
+    uint8_t buff[8*4],crc_buff[25]={0};
+    uint8_t *p;
+    uint32_t tmp;
+    int sat,prn;
+    uint8_t type;
+    uint8_t part1,part2,page1,page2;
+    int i,j;
+
+    p=(raw->buff)+6;
+    prn=U1(p+8)-70;
+    sat=satno(SYS_GAL,prn);
+    if (sat == 0) return -1;
+
+    if (raw->len<52) {
+        trace(2,"SBF decode_galrawinav length error: sat=%d len=%d\n",sat,raw->len);
+        return -1;
+    }
+
+    if (U1(p+9)!=1) /* CRC test failed */
+    {
+        return -1;
+    }
+
+    /* copy data */
+    for (i=0;i<8;i++)
+    {
+        tmp = U4(p+14+i*4);
+        buff[4*i]=(tmp>>24) & 0xff;
+        buff[4*i+1]=(tmp>>16) & 0xff;
+        buff[4*i+2]=(tmp>>8) & 0xff;
+        buff[4*i+3]=(tmp>>0) & 0xff;
+    }
+
+    part1=getbitu(buff,0,1);
+    page1=getbitu(buff,1,1);
+    part2=getbitu(buff,114,1);
+    page2=getbitu(buff,115,1);
+
+    /* skip alert page */
+    if (page1==1||page2==1) return 0;
+
+    /* test even-odd parts */
+    if (part1!=0||part2!=1) {
+        trace(2,"decode_galrawinav gal page even/odd error: sat=%2d\n",sat);
+        return -1;
+    }
+    /* test crc */
+    for (i=0,j=  4;i<49;i++,j+=4) setbitu(crc_buff,j,4,getbitu(buff,i*4,4));
+    if (rtk_crc24q(crc_buff,25)!=getbitu(buff,196,24)) {
+        trace(2,"decode_galrawinav gal page crc error: sat=%2d\n",sat);
+        return -1;
+    }
+
+    if ((U4(p+14)&0x80)!=0x80) /* E5b-I */
+    {
+        int pos,i;
+        type=getbitu(buff,2,6);
+
+        if (type>6) return 0;
+
+        pos=type*16;
+
+        for (i=0,j=2;i<14;i++,j+=8) raw->subfrm[sat-1][pos++]=getbitu(buff,j,8);
+        for (i=0,j=116;i<2;i++,j+=8) raw->subfrm[sat-1][pos++]=getbitu(buff,j,8);
+    } else
+    { /* E1-B */
+        int pos,i;
+
+        type=getbitu(buff,2,6);
+
+        if (type>6) return 0;
+
+        pos=type*16;
+
+        for (i=0,j=116;i<14;i++,j+=8) raw->subfrm[sat-1][pos++]=getbitu(buff,j,8);
+        for (i=0,j=2;i<2;i++,j+=8) raw->subfrm[sat-1][pos++]=getbitu(buff,j,8);
+    };
+
+    /* decode galileo inav ephemeris */
+    if (!decode_gal_inav(raw->subfrm[sat-1],&eph)) {
+        return 0; /* incomplete ephemeris */
+    }
+    /* test svid consistency */
+    if (eph.sat!=sat) {
+        trace(2,"decode_galrawinav gal svid error: sat=%2d %2d\n",sat,eph.sat);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode&& /* unchanged */
+            timediff(eph.toe,raw->nav.eph[sat-1].toe)==0.0&&
+            timediff(eph.toc,raw->nav.eph[sat-1].toc)==0.0) return 0;
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+
+/* decode SBF raw nav message (raw navigation data) for glonass---------------*/
+static int decode_glorawcanav(raw_t *raw){
+
+    uint8_t *p=(raw->buff)+6,*r,m;
+    uint8_t buff[12];
+    geph_t geph={0};
+    int prn,sat;
+    int j,k;
+
+    if (raw->len<12)
+    {
+        trace(1,"SBF decode_glorawcanav: Block too short\n");
+        return -1;
+    }
+
+    r=p+14;
+    k=0;
+    for (j=0;j<3;j++) {
+        uint32_t d = U4(r+j*4);
+        buff[k++]=(d>>24)&0xff;
+        buff[k++]=(d>>16)&0xff;
+        buff[k++]=(d>> 8)&0xff;
+        buff[k++]=(d>> 0)&0xff;
+    }
+    /* get Glonass satellite number */
+    prn=U1(p+8)-37;
+    if (prn == 0) return -1;
+    if (prn > 25) return -1;
+
+    sat=satno(SYS_GLO,prn);
+    if (sat == 0) return -1;
+
+    if (raw->len<32) {
+        trace(2,"SBF decode_gpsrawcanav block length error: len=%d\n",raw->len);
+        return -1;
+    }
+
+    /* test hamming of glonass string */
+    if (!test_glostr(buff)) {
+        trace(2,"septentrio glo string hamming error: sat=%2d\n",sat);
+        return -1;
+    }
+    m=getbitu(buff,1,4);
+    if (m<1||15<m) {
+        trace(2,"septentrio glo string no error: sat=%2d\n",sat);
+        return -1;
+    }
+
+    memcpy(raw->subfrm[sat-1]+(m-1)*10,buff,10);
+
+    if (m!=4) return 0;
+
+    /* decode glonass ephemeris strings */
+    geph.tof=gpst2time(U2(p+6),U4(p+2)/1000);
+    if (!decode_glostr(raw->subfrm[sat-1],&geph)||geph.sat!=sat) return 0;
+    geph.frq=U1(p+12)-8;
+
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (geph.iode==raw->nav.geph[prn-1].iode) return 0;
+    }
+
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    raw->nav.glo_fcn[prn-1] = geph.frq + 8; /* savbe frequency number */
+
+    return 2;
+}
+
+/* decode SBF gpsion --------------------------------------------------------*/
+static int decode_gpsion(raw_t *raw){
+    uint8_t *p=(raw->buff)+8;            /* points at TOW location */
+
+    trace(4,"SBF decode_gpsion: len=%d\n", raw->len);
+
+    if (raw->len<48)
+    {
+        trace(1,"SBF decode_gpsion: Block too short\n");
+        return -1;
+    }
+
+    raw->nav.ion_gps[0] = R4(p + 8);
+    raw->nav.ion_gps[1] = R4(p + 12);
+    raw->nav.ion_gps[2] = R4(p + 16);
+    raw->nav.ion_gps[3] = R4(p + 20);
+    raw->nav.ion_gps[4] = R4(p + 24);
+    raw->nav.ion_gps[5] = R4(p + 28);
+    raw->nav.ion_gps[6] = R4(p + 32);
+    raw->nav.ion_gps[7] = R4(p + 36);
+
+    return 9;
+}
+/* decode SBF galion --------------------------------------------------------*/
+static int decode_galion(raw_t *raw){
+    uint8_t *p=(raw->buff)+6;            /* points at TOW location */
+
+    trace(4,"SBF decode_galion: len=%d\n", raw->len);
+
+    if (raw->len<29)
+    {
+        trace(1,"SBF decode_galion: Block too short\n");
+        return -1;
+    }
+
+    raw->nav.ion_gal[0] = R4(p + 10);
+    raw->nav.ion_gal[1] = R4(p + 14);
+    raw->nav.ion_gal[2] = R4(p + 18);
+    raw->nav.ion_gal[3] = 0;
+
+    return 9;
+}
+
+/* decode SBF gpsutc --------------------------------------------------------*/
+static int decode_gpsutc(raw_t *raw)
+{
+    uint8_t *p=(raw->buff)+8;                 /* points at TOW location */
+
+    trace(4,"SBF decode_gpsutc: len=%d\n", raw->len);
+
+    if (raw->len<37)
+    {
+        trace(1,"SBF decode_gpsutc: Block too short\n");
+        return -1;
+    }
+
+    /* GPS delta-UTC parameters */
+    raw->nav.utc_gps[1] = R4(p + 8);                                  /*   A1 */
+    raw->nav.utc_gps[0] = R8(p + 12);                                 /*   A0 */
+    raw->nav.utc_gps[2] = U4(p + 20);                                 /*  tot */
+    /* raw->nav.utc_gps[3] = U1(p + 24); */                           /*  WNt */
+    raw->nav.utc_gps[3] = adjgpsweek(U2(p + 4));                      /*   WN */
+    raw->nav.leaps      = I1(p + 25);                                 /* Dtls */
+
+    /*NOTE. it is kind of strange that I have to use U1(p+4) and not U1(p+24)
+            in fact if I take U1(p+24) I do not seem to ge the correct W in
+            the header of RINEX nav file, line DELTA-UTC: A0,A1,T,W
+    */
+    return 9;
+}
+/* decode SBF gpsalm --------------------------------------------------------*/
+static int decode_gpsalm(raw_t *raw)
+{
+    uint8_t *p=(raw->buff)+8;                 /* points at TOW location */
+    alm_t alm;
+
+    trace(4,"SBF decode_gpsalm: len=%d\n", raw->len);
+
+    if (raw->len<60)
+    {
+        trace(1,"SBF decode_gpsalm: Block too short\n");
+        return -1;
+    }
+
+    alm.sat =   satno(SYS_GPS,U1(p + 6));
+    alm.e     = R4(p + 8);
+    alm.toas  = U4(p + 12);
+    alm.i0    = R4(p + 16) + 0.3;
+    alm.OMGd  = R4(p + 20);
+    alm.A     = pow(R4(p + 24),2);
+    alm.OMG0  = R4(p + 28);
+    alm.omg   = R4(p + 32);
+    alm.M0    = R4(p + 36);
+    alm.f1    = R4(p + 40);
+    alm.f0    = R4(p + 44);
+    alm.week  = U1(p + 48);
+    alm.toa   = gpst2time(alm.week,alm.toas);
+    alm.svconf= U1(p + 49);
+    alm.svh   = U1(p + 50);
+
+    if (alm.sat == 0) return -1;
+
+    raw->nav.alm[alm.sat-1]=alm;
+
+    return 9;
+}
+/* decode SBF galutc --------------------------------------------------------*/
+static int decode_galutc(raw_t *raw)
+{
+    uint8_t *p=(raw->buff)+8;                 /* points at TOW location */
+
+    trace(4,"SBF decode_galutc: len=%d\n", raw->len);
+
+    if (raw->len<36)
+    {
+        trace(1,"SBF decode_galutc: Block too short\n");
+        return -1;
+    }
+
+    /* GPS delta-UTC parameters */
+    raw->nav.utc_gal[1] = R4(p + 8);                                  /*   A1 */
+    raw->nav.utc_gal[0] = R8(p + 12);                                 /*   A0 */
+    raw->nav.utc_gal[2] = U4(p + 20);                                 /*  tot */
+    raw->nav.utc_gal[3] = adjgpsweek(U2(p + 4));                      /*   WN */
+    raw->nav.leaps      = I1(p + 25);                                 /* Dtls */
+
+    /*NOTE. it is kind of strange that I have to use U1(p+4) and not U1(p+24)
+            in fact if I take U1(p+24) I do not seem to ge the correct W in
+            the header of RINEX nav file, line DELTA-UTC: A0,A1,T,W
+    */
+    return 9;
+}
+/* decode SBF galalm --------------------------------------------------------*/
+static int decode_galalm(raw_t *raw)
+{
+    uint8_t *p=(raw->buff)+8;                 /* points at TOW location */
+    alm_t alm;
+
+    trace(4,"SBF decode_galalm: len=%d\n", raw->len);
+
+    if (raw->len<62)
+    {
+        trace(1,"SBF decode_galalm: Block too short\n");
+        return -1;
+    }
+
+    alm.sat =   satno(SYS_GAL,U1(p + 49)-70);
+    alm.e     = R4(p + 8);
+    alm.toas  = U4(p + 12);
+    alm.i0    = R4(p + 16) + 0.3;
+    alm.OMGd  = R4(p + 20);
+    alm.A     = pow(R4(p + 24),2);
+    alm.OMG0  = R4(p + 28);
+    alm.omg   = R4(p + 32);
+    alm.M0    = R4(p + 36);
+    alm.f1    = R4(p + 40);
+    alm.f0    = R4(p + 44);
+    alm.week  = U1(p + 48);
+    alm.toa   = gpst2time(alm.week,alm.toas);
+    alm.svconf= 0;
+    alm.svh   = 0;
+
+    if (alm.sat == 0) return -1;
+    raw->nav.alm[alm.sat-1]=alm;
+
+    return 9;
+}
+
+/* type 2-5,0: fast corrections ---------------------------------------*/
+static int decode_sbsfast(raw_t *raw)
+{
+    int i,j;
+    int prn,sat;
+    uint8_t sbLength,sbCount,iodf,type;
+    double prc_old,dt;
+    gtime_t t0_old;
+    uint32_t tow;
+    uint16_t week;
+    uint8_t *p=(raw->buff)+6;
+
+    trace(4,"SBF decode_sbsfast: len=%d\n", raw->len);
+
+    if (raw->len<20)
+    {
+        trace(1,"SBF decode_sbsfast: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 140) return -1;
+
+    sat=satno(SYS_SBS,prn);
+    if (sat == 0) return -1;
+
+    tow=U4(p+2)/1000;
+    week=U2(p+6);
+    week=adjgpsweek(week);
+
+    type=U1(p+9);
+    iodf=U1(p+11);
+    sbCount=U1(p+12);
+    sbLength=U1(p+13);
+
+    if (raw->nav.sbssat.iodp!=U1(p+10)) return 0;
+    if (type>5) return -1;
+
+    for (i=0;i<sbCount;i++) {
+        if ((j=13*((type==0?2:type)-2)+i)>=raw->nav.sbssat.nsat) break;
+        t0_old =raw->nav.sbssat.sat[j].fcorr.t0;
+        prc_old =raw->nav.sbssat.sat[j].fcorr.prc;
+
+        raw->nav.sbssat.sat[j].fcorr.t0=gpst2time(week,tow);
+        raw->nav.sbssat.sat[j].fcorr.udre=U1(p+14+i*sbLength+1);
+        raw->nav.sbssat.sat[j].fcorr.prc=R4(p+14+i*sbLength+4);
+
+        dt=timediff(raw->nav.sbssat.sat[j].fcorr.t0,t0_old);
+        if (t0_old.time==0||dt<=0.0||18.0<dt||raw->nav.sbssat.sat[j].fcorr.ai==0) {
+            raw->nav.sbssat.sat[j].fcorr.rrc=0.0;
+            raw->nav.sbssat.sat[j].fcorr.dt=0.0;
+        }
+        else {
+            raw->nav.sbssat.sat[j].fcorr.rrc=(raw->nav.sbssat.sat[j].fcorr.prc-prc_old)/dt;
+            raw->nav.sbssat.sat[j].fcorr.dt=dt;
+        }
+        raw->nav.sbssat.sat[j].fcorr.iodf=iodf;
+    }
+    trace(5,"SBF decode_sbsfast: type=%d iodf=%d\n",U1(p+9),iodf);
+    return 0;
+}
+
+/* decode type 1: prn masks --------------------------------------------------*/
+static int decode_sbsprnmask(raw_t *raw)
+{
+    int i,n,sat,prn;
+    uint8_t *p=(raw->buff)+6;
+
+
+    trace(4,"SBF decode_sbsprnmask:\n");
+
+    if (raw->len<18)
+    {
+        trace(1,"SBF decode_sbsprnmask: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    raw->nav.sbssat.nsat=U1(p+10);
+
+    for (n=0;n<raw->nav.sbssat.nsat&&n<MAXSAT;n++) {
+       i=U1(p+11+n);
+       if      (i<= 37) sat=satno(SYS_GPS,i);    /*   0- 37: gps */
+       else if (i<= 61) sat=satno(SYS_GLO,i-37); /*  38- 61: glonass */
+       else if (i<=119) sat=0;                   /*  62-119: future gnss */
+       else if (i<=138) sat=satno(SYS_SBS,i);    /* 120-138: geo/waas */
+       else if (i<=182) sat=0;                   /* 139-182: reserved */
+       else if (i<=192) sat=satno(SYS_SBS,i+10); /* 183-192: qzss ref [2] */
+       else if (i<=202) sat=satno(SYS_QZS,i);    /* 193-202: qzss ref [2] */
+       else             sat=0;                   /* 203-   : reserved */
+       raw->nav.sbssat.sat[n].sat=sat;
+    }
+    raw->nav.sbssat.iodp=U1(p+9);
+
+    trace(5,"SBF decode_sbsprnmask: nprn=%d iodp=%d\n",n,raw->nav.sbssat.iodp);
+    return 0;
+}
+
+/* decode type 6: integrity info ---------------------------------------------*/
+static int decode_sbsintegriy(raw_t *raw)
+{
+    int i,prn;
+    uint8_t *p=(raw->buff)+6;
+    uint8_t iodf[4],udre;
+
+
+    trace(4,"decode_sbsintegriy:\n");
+
+    if (raw->len<71)
+    {
+        trace(1,"SBF decode_sbsintegriy: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    for (i=0;i<4;i++) {
+        iodf[i]=U1(p+10+i);
+    }
+    for (i=0;i<raw->nav.sbssat.nsat&&i<MAXSAT;i++) {
+        if (raw->nav.sbssat.sat[i].fcorr.iodf!=iodf[i/13]) continue;
+        udre=U1(p+14+i);
+        raw->nav.sbssat.sat[i].fcorr.udre=udre;
+    }
+    trace(5,"SBF decode_sbsintegriy: iodf=%d %d %d %d\n",iodf[0],iodf[1],iodf[2],iodf[3]);
+    return 0;
+}
+
+/* decode type 7: fast correction degradation factor -------------------------*/
+static int decode_sbsfastcorrdegr(raw_t *raw)
+{
+    int i,prn;
+    uint8_t *p=(raw->buff)+6;
+
+
+    trace(4,"SBF decode_sbsfastcorrdegr:\n");
+
+    if (raw->len<68)
+    {
+        trace(1,"SBF decode_sbsfastcorrdegr: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    if (raw->nav.sbssat.iodp!=U1(p+9)) return 0;
+
+    raw->nav.sbssat.tlat=U1(p+10);
+
+    for (i=0;i<raw->nav.sbssat.nsat&&i<MAXSAT;i++) {
+        raw->nav.sbssat.sat[i].fcorr.ai=U1(p+11+i);
+    }
+    return 0;
+}
+
+/* decode type 26: ionospheric delay corrections -----------------------------*/
+static int decode_sbsionodelay(raw_t *raw)
+{
+    int i,j,give,prn;
+    int band;
+    uint8_t *p=(raw->buff)+6, sbLength, count;
+    uint16_t week;
+    uint32_t tow;
+
+    trace(4,"SBF decode_sbsionodelay:\n");
+
+    if (raw->len<20)
+    {
+        trace(1,"SBF decode_sbsionodelay: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    band=U1(p+9);
+
+    if (band>MAXBAND||raw->nav.sbsion[band].iodi!=U1(p+10)) return 0;
+
+    tow=U4(p+2)/1000;
+    week=U2(p+6);
+    week=adjgpsweek(week);
+
+    sbLength=U1(p+12);
+    count=U1(p+11);
+
+    if (count!=15)
+    {
+        trace(1,"SBF decode_sbsionodelay: wrong number of IDC blocks: %d\n",count);
+        return -1;
+    }
+
+    for (i=0;i<count;i++) {
+        j=U1(p+14+i*sbLength);
+        give=U1(p+14+i*sbLength+1);
+
+        raw->nav.sbsion[band].igp[j].t0=gpst2time(week,tow);
+        raw->nav.sbsion[band].igp[j].delay=R4(p+14+i*sbLength+4);
+        raw->nav.sbsion[band].igp[j].give=give;
+
+        if (raw->nav.sbsion[band].igp[j].give>=16) {
+            raw->nav.sbsion[band].igp[j].give=0;
+        }
+    }
+    trace(5,"decode_sbsionodelay: band=%d\n",band);
+    return 0;
+}
+
+/* decode type 18: ionospheric grid point masks ------------------------------*/
+static int decode_sbsigpmask(raw_t *raw) /* TODO: verify this function */
+{
+    const sbsigpband_t *b;
+    int i,j,n,m,prn;
+    uint8_t band;
+
+    uint8_t *p=(raw->buff)+6;
+
+    trace(4,"SBF decode_sbsigpmask:\n");
+
+    if (raw->len<20)
+    {
+        trace(1,"SBF decode_sbsigpmask: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    band=U1(p+10);
+
+    if      (band<= 8) {b=igpband1[band  ]; m=8;}
+    else if (9<=band&&band<=10) {b=igpband2[band-9]; m=5;}
+    else return 0;
+
+    raw->nav.sbsion[band].iodi=U1(p+11);
+    raw->nav.sbsion[band].nigp=U1(p+12);
+
+    for (n=0;n<raw->nav.sbsion[band].nigp;n++)
+    {
+        i=U1(p+13+n);
+        for (j=0;j<m;j++) {
+            if (i<b[j].bits||b[j].bite<i) continue;
+            raw->nav.sbsion[band].igp[n].lat=band<=8?b[j].y[i-b[j].bits]:b[j].x;
+            raw->nav.sbsion[band].igp[n++].lon=band<=8?b[j].x:b[j].y[i-b[j].bits];
+            break;
+        }
+    }
+
+    trace(5,"decode_sbsigpmask: band=%d nigp=%d\n",band,n);
+    return 0;
+}
+/* decode long term correction ------------------------------------------*/
+static int decode_sbslongcorrh(raw_t* raw)
+{
+    int prn,i;
+    uint8_t *p=(raw->buff)+6;
+    uint8_t count,sbLength,no;
+    uint32_t tow;
+    uint16_t week;
+    int64_t t;
+
+    trace(4,"SBF decode_sbslongcorrh:\n");
+
+    if (raw->len<20)
+    {
+        trace(1,"SBF decode_sbslongcorrh: Block too short\n");
+        return -1;
+    }
+
+    /* get satellite number */
+    prn=U1(p+8);
+    if (prn < 120) return -1;
+    if (prn > 139) return -1;
+
+    tow=U4(p+2)/1000;
+    week=U2(p+6);
+    week=adjgpsweek(week);
+
+    count=U1(p+9);
+    sbLength=U1(p+10);
+
+    if (count >4) return -1;
+
+    for (i=0;i<count;i++)
+    {
+        no=U1(p+14+i*sbLength+1);
+        raw->nav.sbssat.sat[no-1].lcorr.iode=U1(p+14+i*sbLength+3);
+        raw->nav.sbssat.sat[no-1].lcorr.dpos[0]=R4(p+14+i*sbLength+ 4);
+        raw->nav.sbssat.sat[no-1].lcorr.dpos[1]=R4(p+14+i*sbLength+ 8);
+        raw->nav.sbssat.sat[no-1].lcorr.dpos[2]=R4(p+14+i*sbLength+12);
+        if (U1(p+14+i*sbLength)==1)
+        {
+            raw->nav.sbssat.sat[no-1].lcorr.dvel[i]=R4(p+14+i*sbLength+16);
+            raw->nav.sbssat.sat[no-1].lcorr.dvel[i]=R4(p+14+i*sbLength+20);
+            raw->nav.sbssat.sat[no-1].lcorr.dvel[i]=R4(p+14+i*sbLength+24);
+
+            raw->nav.sbssat.sat[no-1].lcorr.daf1=R4(p+14+i*sbLength+32);
+        } else
+        {
+            raw->nav.sbssat.sat[no-1].lcorr.dvel[0]=raw->nav.sbssat.sat[no-1].lcorr.dvel[1]=raw->nav.sbssat.sat[no-1].lcorr.dvel[2]=0.0;
+            raw->nav.sbssat.sat[no-1].lcorr.daf1=0;
+        };
+        raw->nav.sbssat.sat[no-1].lcorr.daf0=R4(p+14+i*sbLength+28);
+
+        t=(int)U4(p+14+i*sbLength+32)-(int)tow%86400;
+        if      (t<=-43200) t+=86400;
+        else if (t>  43200) t-=86400;
+        raw->nav.sbssat.sat[no-1].lcorr.t0=gpst2time(week,tow+t);
+    };
+
+    return 0;
+}
+
+/* decode SBF raw message --------------------------------------------------*/
+static int decode_sbf(raw_t *raw)
+{
+    unsigned short crc;
+
+    /* read the SBF block ID and revision */
+    int type = U2(raw->buff+4) & 0x1fff << 0;
+    int revision = U2(raw->buff+4) >> 13;
+    (void)revision;
+
+    trace(3,"decode_sbf: type=%04x len=%d\n",type,raw->len);
+
+    /* read the SBF block CRC */
+    crc = U2(raw->buff+2);
+
+    /* checksum skipping first 4 bytes */
+    if (sbf_checksum(raw->buff+4, raw->len-4) !=  crc){
+        trace(2,"sbf checksum error: type=%04x len=%d\n",type, raw->len);
+        return -1;
+    }
+
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"SBF 0x%04X (%4d):",type, raw->len);
+    }
+
+    switch (type) {
+        case ID_MEASEPOCH:      return decode_measepoch(raw);
+
+        case ID_GPSNAV:         return decode_gpsnav(raw);
+        case ID_GPSION:         return decode_gpsion(raw);
+        case ID_GPSUTC:         return decode_gpsutc(raw);
+        case ID_GPSALM:         return decode_gpsalm(raw);
+        case ID_GPSRAWCA:       return decode_rawnav(raw,SYS_GPS);
+        case ID_GPSRAWL2C:
+        case ID_GPSRAWL5:       return 0;
+
+        case ID_GEONAV:         return decode_sbasnav(raw);
+        case ID_GEORAWL1:
+        case ID_GEORAWL5:       return decode_georaw(raw);
+
+#ifdef ENAGLO
+        case ID_GLONAV:         return decode_glonav(raw);
+        case ID_GLORAWCA:       return decode_glorawcanav(raw);
+#endif
+
+#ifdef ENAGAL
+        case ID_GALNAV:         return decode_galnav(raw);
+        case ID_GALION:         return decode_galion(raw);
+        case ID_GALUTC:         return decode_galutc(raw);
+        case ID_GALALM:         return decode_galalm(raw);
+        case ID_GALRAWINAV:     return decode_galrawinav(raw);
+#endif
+
+#ifdef TESTING /* not tested */
+#ifdef ENAQZS
+        case ID_QZSSL1CA:       return decode_rawnav(raw, SYS_QZS);
+        case ID_QZSSL2C:
+        case ID_QZSSL5:         return 0;
+        case ID_QZSS_NAV:       return decode_qzssnav(raw);
+#endif
+
+#ifdef ENACMP
+        case ID_COMPRAW:        return 0; /* TODO */
+        case ID_CMPNAV:         return decode_cmpnav(raw);
+#endif
+#endif
+
+#if 0 /* not yet supported by RTKLIB */
+        case ID_GEOMT00:        return decode_sbsfast(raw);
+        case ID_GEOPRNMASK:     return decode_sbsprnmask(raw);
+        case ID_GEOFASTCORR:    return decode_sbsfast(raw);
+        case ID_GEOINTEGRITY:   return decode_sbsintegriy(raw);
+        case ID_GEOFASTCORRDEGR:return decode_sbsfastcorrdegr(raw);
+        case ID_GEOIGPMASK:     return decode_sbsigpmask(raw);
+        case ID_GEOLONGTERMCOR: return decode_sbslongcorrh(raw);
+        case ID_GEOIONODELAY:   return decode_sbsionodelay(raw);
+#endif
+
+#if 0 /* unused */
+        case ID_GALRAWFNAV:
+        case ID_GALRAWINAV:
+        case ID_GALRAWFNAV:     return decode_galrawfnav(raw);
+        case ID_GEORAW:
+        case ID_GLOALM:         return decode_glosalm(raw); /* not yet supported in RTKLIB */
+        case ID_GLOTime:        return decode_glotime(raw); /* not yet supported in RTKLIB */
+
+        case ID_PVTGEOD:        return decode_pvtgeod(raw);
+        case ID_RXSETUP:        return decode_rxsetup(raw);
+        case ID_COMMENT:        return decode_comment(raw);
+#endif
+        default:
+            trace(3,"decode_sbf: unused frame type=%04x len=%d\n",type,raw->len);
+        /* there are many more SBF blocks to be extracted */
+    }
+    return 0;
+}
+
+/* sync to the beginning of a block ------------------------------------------*/
+static int sync_sbf(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=data;
+    return buff[0]== SBF_SYNC1 && buff[1]==SBF_SYNC2;
+}
+/* input sbf raw data from stream ----------------------------------------------
+* get to the next sbf raw block from stream
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*-----------------------------------------------------------------------------*/
+extern int input_sbf(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_sbf: data=%02x\n",data);
+
+    if (raw->nbyte==0) {
+        if (sync_sbf(raw->buff,data)) raw->nbyte=2;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+
+    if (raw->nbyte<8) return 0;
+
+    if ((raw->len=U2(raw->buff+6))>MAXRAWLEN) {
+        trace(2,"sbf length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+
+    return decode_sbf(raw);
+}
+/* sbf raw block finder --------------------------------------------------------
+* get to the next sbf raw block from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_sbff(raw_t *raw, FILE *fp)
+{
+    int i,data;
+
+    trace(4,"input_sbff:\n");
+
+    /* go to the beginning of the first block */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_sbf(raw->buff,(unsigned char)data)) break;
+            if (i>=MAXRAWLEN) return 0;
+        }
+    }
+
+    /* load block header content (8 bytes) in raw->buff */
+    /* since we already read the first two, we just read the next 6 bytes */
+    if (fread(raw->buff+2,1,6,fp)<6) return -2;
+    raw->nbyte=8;
+
+    /* decode the length of the block and store it in len*/
+    if ((raw->len=U2(raw->buff+6))>MAXRAWLEN) {
+        trace(2,"sbf length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+
+    /* let's store in raw->buff the whole block of length len */
+    /* 8 bytes have been already read, we read raw->len-8 more */
+    if (fread(raw->buff+8,1,raw->len-8,fp)<(size_t)(raw->len-8)) return -2;
+    raw->nbyte=0;           /* this indicates where we point inside raw->buff */
+
+    /* decode SBF block */
+    return decode_sbf(raw);
+}
+
diff --git a/src/rcv/skytraq.c b/src/rcv/skytraq.c
new file mode 100644
index 0000000..739f5f7
--- /dev/null
+++ b/src/rcv/skytraq.c
@@ -0,0 +1,633 @@
+/*------------------------------------------------------------------------------
+* skytraq.c : skytraq receiver dependent functions
+*
+*          Copyright (C) 2009-2014 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] Skytraq, Application Note AN0023 Binary Message of SkyTraq Venus 6 
+*         GPS Receiver, ver 1.4.8, August 21, 2008
+*     [2] Skytraq, Application Note AN0024 Raw Measurement Binary Message
+*         Extension of SkyTraq Venus 6 GPS Receiver, ver 0.5, October 9, 2009
+*     [3] Skytraq, Application Note AN0024G2 Binary Message of SkyTraq Venus 7
+*         GLONASS/GPS Receiver (Raw Measurement F/W), ver 1.4.26, April 26, 2012
+*     [4] Skytraq, Application Note AN0030 Binary Message of Raw Measurement
+*         Data Extension of SkyTraq Venus 8 GNSS Receiver, ver.1.4.29,
+*         April 3, 2014
+*     [5] Skytraq, Application Note AN0030 Binary Message of Raw Measurement
+*         Data Extension of SkyTraq Venus 8 GNSS Receiver, ver.1.4.31,
+*         August 12, 2014
+*
+* notes   :
+*     The byte order of S1315F raw message is big-endian inconsistent to [1].
+*
+* version : $Revision:$
+* history : 2009/10/10 1.0 new
+*           2009/11/08 1.1 flip carrier-phase polarity for F/W 1.8.23-20091106
+*           2011/05/27 1.2 add almanac decoding
+*                          fix problem with ARM compiler
+*           2011/07/01 1.3 suppress warning
+*           2013/03/10 1.5 change option -invcp to -INVCP
+*           2014/11/09 1.6 support glonass, qzss and beidou
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define STQSYNC1    0xA0        /* skytraq binary sync code 1 */
+#define STQSYNC2    0xA1        /* skytraq binary sync code 2 */
+
+#define ID_STQTIME  0xDC        /* skytraq message id: measurement epoch */
+#define ID_STQRAW   0xDD        /* skytraq message id: raw measurement */
+#define ID_STQGPS   0xE0        /* skytraq message id: gps/qzs subframe */
+#define ID_STQGLO   0xE1        /* skytraq message id: glonass string */
+#define ID_STQGLOE  0x5C        /* skytraq message id: glonass ephemeris */
+#define ID_STQBDSD1 0xE2        /* skytraq message id: beidou d1 subframe */
+#define ID_STQBDSD2 0xE3        /* skytraq message id: beidou d2 subframe */
+
+#define ID_RESTART  0x01        /* skytraq message id: system restart */
+#define ID_CFGSERI  0x05        /* skytraq message id: configure serial port */
+#define ID_CFGFMT   0x09        /* skytraq message id: configure message format */
+#define ID_CFGRATE  0x12        /* skytraq message id: configure message rate */
+#define ID_CFGBIN   0x1E        /* skytraq message id: configure binary message */
+#define ID_GETGLOEPH 0x5B       /* skytraq message id: get glonass ephemeris */
+
+static const char rcsid[]="$Id:$";
+
+/* extract field (big-endian) ------------------------------------------------*/
+#define U1(p)       (*((unsigned char *)(p)))
+#define I1(p)       (*((char *)(p)))
+
+static unsigned short U2(unsigned char *p)
+{
+    unsigned short value;
+    unsigned char *q=(unsigned char *)&value+1;
+    int i;
+    for (i=0;i<2;i++) *q--=*p++;
+    return value;
+}
+static unsigned int U4(unsigned char *p)
+{
+    unsigned int value;
+    unsigned char *q=(unsigned char *)&value+3;
+    int i;
+    for (i=0;i<4;i++) *q--=*p++;
+    return value;
+}
+static float R4(unsigned char *p)
+{
+    float value;
+    unsigned char *q=(unsigned char *)&value+3;
+    int i;
+    for (i=0;i<4;i++) *q--=*p++;
+    return value;
+}
+static double R8(unsigned char *p)
+{
+    double value;
+    unsigned char *q=(unsigned char *)&value+7;
+    int i;
+    for (i=0;i<8;i++) *q--=*p++;
+    return value;
+}
+/* checksum ------------------------------------------------------------------*/
+static unsigned char checksum(unsigned char *buff, int len)
+{
+    unsigned char cs=0;
+    int i;
+    
+    for (i=4;i<len-3;i++) {
+        cs^=buff[i];
+    }
+    return cs;
+}
+/* 8-bit week -> full week ---------------------------------------------------*/
+static void adj_utcweek(gtime_t time, double *utc)
+{
+    int week;
+    
+    if (utc[3]>=256.0) return;
+    time2gpst(time,&week);
+    utc[3]+=week/256*256;
+    if      (utc[3]<week-128) utc[3]+=256.0;
+    else if (utc[3]>week+128) utc[3]-=256.0;
+}
+/* decode skytraq measurement epoch (0xDC) -----------------------------------*/
+static int decode_stqtime(raw_t *raw)
+{
+    unsigned char *p=raw->buff+4;
+    double tow;
+    int week;
+    
+    trace(4,"decode_stqtime: len=%d\n",raw->len);
+    
+    raw->iod=U1(p+1);
+    week    =U2(p+2);
+    tow     =U4(p+4)*0.001;
+    raw->time=gpst2time(week,tow);
+    return 0;
+}
+/* decode skytraq raw measurement (0xDD) -------------------------------------*/
+static int decode_stqraw(raw_t *raw)
+{
+    unsigned char *p=raw->buff+4,ind;
+    double pr1,cp1;
+    int i,j,iod,prn,sys,sat,n=0,nsat;
+    
+    trace(4,"decode_stqraw: len=%d\n",raw->len);
+    
+    iod=U1(p+1);
+    if (iod!=raw->iod) {
+        trace(2,"stq raw iod error: iod=%d %d\n",iod,raw->iod);
+        return -1;
+    }
+    nsat=U1(p+2);
+    if (raw->len<8+23*nsat) {
+        trace(2,"stq raw length error: len=%d nsat=%d\n",raw->len,nsat);
+        return -1;
+    }
+    for (i=0,p+=3;i<nsat&&i<MAXOBS;i++,p+=23) {
+        prn=U1(p);
+        
+        if (MINPRNGPS<=prn&&prn<=MAXPRNGPS) {
+            sys=SYS_GPS;
+        }
+        else if (MINPRNGLO<=prn-64&&prn-64<=MAXPRNGLO) {
+            sys=SYS_GLO;
+            prn-=64;
+        }
+        else if (MINPRNQZS<=prn&&prn<=MAXPRNQZS) {
+            sys=SYS_QZS;
+        }
+        else if (MINPRNCMP<=prn-200&&prn-200<=MAXPRNCMP) {
+            sys=SYS_CMP;
+            prn-=200;
+        }
+        else {
+            trace(2,"stq raw satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"stq raw satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        ind=U1(p+22);
+        pr1=!(ind&1)?0.0:R8(p+ 2);
+        cp1=!(ind&4)?0.0:R8(p+10);
+        cp1-=floor((cp1+1E9)/2E9)*2E9; /* -10^9 < cp1 < 10^9 */
+        
+        raw->obs.data[n].P[0]=pr1;
+        raw->obs.data[n].L[0]=cp1;
+        raw->obs.data[n].D[0]=!(ind&2)?0.0:R4(p+18);
+        raw->obs.data[n].SNR[0]=U1(p+1)*4;
+        raw->obs.data[n].LLI[0]=0;
+        raw->obs.data[n].code[0]=sys==SYS_CMP?CODE_L1I:CODE_L1C;
+        
+        raw->lockt[sat-1][0]=ind&8?1:0; /* cycle slip */
+        
+        if (raw->obs.data[n].L[0]!=0.0) {
+            raw->obs.data[n].LLI[0]=(unsigned char)raw->lockt[sat-1][0];
+            raw->lockt[sat-1][0]=0;
+        }
+        /* receiver dependent options */
+        if (strstr(raw->opt,"-INVCP")) {
+            raw->obs.data[n].L[0]*=-1.0;
+        }
+        raw->obs.data[n].time=raw->time;
+        raw->obs.data[n].sat =sat;
+        
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->obs.n=n;
+    return n>0?1:0;
+}
+/* save subframe -------------------------------------------------------------*/
+static int save_subfrm(int sat, raw_t *raw)
+{
+    unsigned char *p=raw->buff+7,*q;
+    int i,id;
+    
+    trace(4,"save_subfrm: sat=%2d\n",sat);
+    
+    /* check navigation subframe preamble */
+    if (p[0]!=0x8B) {
+        trace(2,"stq subframe preamble error: 0x%02X\n",p[0]);
+        return 0;
+    }
+    id=(p[5]>>2)&0x7;
+    
+    /* check subframe id */
+    if (id<1||5<id) {
+        trace(2,"stq subframe id error: id=%d\n",id);
+        return 0;
+    }
+    q=raw->subfrm[sat-1]+(id-1)*30;
+    
+    for (i=0;i<30;i++) q[i]=p[i];
+    
+    return id;
+}
+/* decode ephemeris ----------------------------------------------------------*/
+static int decode_ephem(int sat, raw_t *raw)
+{
+    eph_t eph={0};
+    
+    trace(4,"decode_ephem: sat=%2d\n",sat);
+    
+    if (decode_frame(raw->subfrm[sat-1]   ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(raw->subfrm[sat-1]+30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(raw->subfrm[sat-1]+60,&eph,NULL,NULL,NULL,NULL)!=3) return 0;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode&&
+            eph.iodc==raw->nav.eph[sat-1].iodc) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode almanac and ion/utc ------------------------------------------------*/
+static int decode_alm1(int sat, raw_t *raw)
+{
+    int sys=satsys(sat,NULL);
+    
+    trace(4,"decode_alm1 : sat=%2d\n",sat);
+    
+    if (sys==SYS_GPS) {
+        decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_gps,
+                     raw->nav.utc_gps,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_gps);
+    }
+    else if (sys==SYS_QZS) {
+        decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                     raw->nav.utc_qzs,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_qzs);
+    }
+    return 9;
+}
+/* decode almanac ------------------------------------------------------------*/
+static int decode_alm2(int sat, raw_t *raw)
+{
+    int sys=satsys(sat,NULL);
+    
+    trace(4,"decode_alm2 : sat=%2d\n",sat);
+    
+    if (sys==SYS_GPS) {
+        decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,NULL,NULL,NULL);
+    }
+    else if (sys==SYS_QZS) {
+        decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                     raw->nav.utc_qzs,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_qzs);
+    }
+    return  0;
+}
+/* decode gps/qzss subframe (0xE0) -------------------------------------------*/
+static int decode_stqgps(raw_t *raw)
+{
+    int prn,sat,id;
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_stqgps: len=%d\n",raw->len);
+    
+    if (raw->len<40) {
+        trace(2,"stq gps/qzss subframe length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U1(p+1);
+    if (!(sat=satno(MINPRNQZS<=prn&&prn<=MAXPRNQZS?SYS_QZS:SYS_GPS,prn))) {
+        trace(2,"stq gps/qzss subframe satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    id=save_subfrm(sat,raw);
+    if (id==3) return decode_ephem(sat,raw);
+    if (id==4) return decode_alm1 (sat,raw);
+    if (id==5) return decode_alm2 (sat,raw);
+    return 0;
+}
+/* decode glonass string (0xE1) ----------------------------------------------*/
+static int decode_stqglo(raw_t *raw)
+{
+    geph_t geph={0};
+    int i,prn,sat,m;
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_stqglo: len=%d\n",raw->len);
+    
+    if (raw->len<19) {
+        trace(2,"stq glo string length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U1(p+1)-64;
+    if (!(sat=satno(SYS_GLO,prn))) {
+        trace(2,"stq glo string satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    m=U1(p+2); /* string number */
+    if (m<1||4<m) {
+        trace(2,"stq glo string number error: prn=%d m=%d\n",prn,m);
+        return -1;
+    }
+    setbitu(raw->subfrm[sat-1]+(m-1)*10,1,4,m);
+    for (i=0;i<9;i++) {
+        setbitu(raw->subfrm[sat-1]+(m-1)*10,5+i*8,8,p[3+i]);
+    }
+    if (m!=4) return 0;
+    
+    /* decode glonass ephemeris strings */
+    geph.tof=raw->time;
+    if (!decode_glostr(raw->subfrm[sat-1],&geph)||geph.sat!=sat) return 0;
+    
+    /* freq channel number by stqgloe (0x5C) message */
+    geph.frq=raw->nav.geph[prn-1].frq;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (geph.iode==raw->nav.geph[prn-1].iode) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode glonass string (requested) (0x5C) ----------------------------------*/
+static int decode_stqgloe(raw_t *raw)
+{
+    int prn,sat;
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_stqgloe: len=%d\n",raw->len);
+    
+    if (raw->len<50) {
+        trace(2,"stq glo string length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U1(p+1);
+    if (!(sat=satno(SYS_GLO,prn))) {
+        trace(2,"stq gloe string satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    /* only set frequency channel number */
+    raw->nav.geph[prn-1].frq=I1(p+2);
+    
+    return 0;
+}
+/* decode beidou subframe (0xE2,0xE3) ----------------------------------------*/
+static int decode_stqbds(raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned int word;
+    int i,j=0,id,pgn,prn,sat;
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_stqbds: len=%d\n",raw->len);
+    
+    if (raw->len<38) {
+        trace(2,"stq bds subframe length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U1(p+1)-200;
+    if (!(sat=satno(SYS_CMP,prn))) {
+        trace(2,"stq bds subframe satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    id=U1(p+2); /* subframe id */
+    if (id<1||5<id) {
+        trace(2,"stq bds subframe id error: prn=%2d\n",prn);
+        return -1;
+    }
+    if (prn>=5) { /* IGSO/MEO */
+        word=getbitu(p+3,j,26)<<4; j+=26;
+        setbitu(raw->subfrm[sat-1]+(id-1)*38,0,30,word);
+        
+        for (i=1;i<10;i++) {
+            word=getbitu(p+3,j,22)<<8; j+=22;
+            setbitu(raw->subfrm[sat-1]+(id-1)*38,i*30,30,word);
+        }
+        if (id!=3) return 0;
+        
+        /* decode beidou D1 ephemeris */
+        if (!decode_bds_d1(raw->subfrm[sat-1],&eph)) return 0;
+    }
+    else { /* GEO */
+        if (id!=1) return 0;
+        
+        pgn=getbitu(p+3,26+12,4); /* page number */
+        if (pgn<1||10<pgn) {
+            trace(2,"stq bds subframe page number error: prn=%2d\n",prn);
+            return -1;
+        }
+        word=getbitu(p+3,j,26)<<4; j+=26;
+        setbitu(raw->subfrm[sat-1]+(pgn-1)*38,0,30,word);
+        
+        for (i=1;i<10;i++) {
+            word=getbitu(p+3,j,22)<<8; j+=22;
+            setbitu(raw->subfrm[sat-1]+(pgn-1)*38,i*30,30,word);
+        }
+        if (pgn!=10) return 0;
+        
+        /* decode beidou D2 ephemeris */
+        if (!decode_bds_d2(raw->subfrm[sat-1],&eph)) return 0;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (timediff(eph.toe,raw->nav.eph[sat-1].toe)==0.0) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode skytraq message ----------------------------------------------------*/
+static int decode_stq(raw_t *raw)
+{
+    int type=U1(raw->buff+4);
+    unsigned char cs,*p=raw->buff+raw->len-3;
+    
+    trace(3,"decode_stq: type=%02x len=%d\n",type,raw->len);
+    
+    /* checksum */
+    cs=checksum(raw->buff,raw->len);
+    
+    if (cs!=*p||*(p+1)!=0x0D||*(p+2)!=0x0A) {
+        trace(2,"stq checksum error: type=%02X cs=%02X tail=%02X%02X%02X\n",
+              type,cs,*p,*(p+1),*(p+2));
+        return -1;
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"SKYTRAQ 0x%02x (%4d):",type,raw->len);
+    }
+    switch (type) {
+        case ID_STQTIME : return decode_stqtime(raw);
+        case ID_STQRAW  : return decode_stqraw (raw);
+        case ID_STQGPS  : return decode_stqgps (raw);
+        case ID_STQGLO  : return decode_stqglo (raw);
+        case ID_STQGLOE : return decode_stqgloe(raw);
+        case ID_STQBDSD1: return decode_stqbds (raw);
+        case ID_STQBDSD2: return decode_stqbds (raw);
+    }
+    return 0;
+}
+/* sync code -----------------------------------------------------------------*/
+static int sync_stq(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=data;
+    return buff[0]==STQSYNC1&&buff[1]==STQSYNC2;
+}
+/* input skytraq raw message from stream ---------------------------------------
+* fetch next skytraq raw data and input a mesasge from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -INVCP     : inverse polarity of carrier-phase
+*
+*-----------------------------------------------------------------------------*/
+extern int input_stq(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_stq: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (!sync_stq(raw->buff,data)) return 0;
+        raw->nbyte=2;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==4) {
+        if ((raw->len=U2(raw->buff+2)+7)>MAXRAWLEN) {
+            trace(2,"stq message length error: len=%d\n",raw->len);
+            raw->nbyte=0;
+            return -1;
+        }
+    }
+    if (raw->nbyte<4||raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+    
+    /* decode skytraq raw message */
+    return decode_stq(raw);
+}
+/* input skytraq raw message from file -----------------------------------------
+* fetch next skytraq raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_stqf(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_stqf:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_stq(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+2,1,2,fp)<2) return -2;
+    raw->nbyte=4;
+    
+    if ((raw->len=U2(raw->buff+2)+7)>MAXRAWLEN) {
+        trace(2,"stq message length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+4,1,raw->len-4,fp)<(size_t)(raw->len-4)) return -2;
+    raw->nbyte=0;
+    
+    /* decode skytraq raw message */
+    return decode_stq(raw);
+}
+/* generate skytraq binary message ---------------------------------------------
+* generate skytraq binary message from message string
+* args   : char  *msg   I      message string 
+*            "RESTART  [arg...]" system restart
+*            "CFG-SERI [arg...]" configure serial port propperty
+*            "CFG-FMT  [arg...]" configure output message format
+*            "CFG-RATE [arg...]" configure binary measurement output rates
+*            "CFG-BIN  [arg...]" configure general binary
+*            "GET-GLOEPH [slot]" get glonass ephemeris for freq channel number
+*          unsigned char *buff O binary message
+* return : length of binary message (0: error)
+* note   : see reference [1][2][3][4] for details.
+*-----------------------------------------------------------------------------*/
+extern int gen_stq(const char *msg, unsigned char *buff)
+{
+    const char *hz[]={"1Hz","2Hz","4Hz","5Hz","10Hz","20Hz",""};
+    unsigned char *q=buff;
+    char mbuff[1024],*args[32],*p;
+    int i,n,narg=0;
+    
+    trace(4,"gen_stq: msg=%s\n",msg);
+    
+    strcpy(mbuff,msg);
+    for (p=strtok(mbuff," ");p&&narg<32;p=strtok(NULL," ")) {
+        args[narg++]=p;
+    }
+    *q++=STQSYNC1;
+    *q++=STQSYNC2;
+    if (!strcmp(args[0],"RESTART")) {
+        *q++=0;
+        *q++=15;
+        *q++=ID_RESTART;
+        *q++=narg>2?(unsigned char)atoi(args[1]):0;
+        for (i=1;i<15;i++) *q++=0; /* set all 0 */
+    }
+    else if (!strcmp(args[0],"CFG-SERI")) {
+        *q++=0;
+        *q++=4;
+        *q++=ID_CFGSERI;
+        for (i=1;i<4;i++) *q++=narg>i+1?(unsigned char)atoi(args[i]):0;
+    }
+    else if (!strcmp(args[0],"CFG-FMT")) {
+        *q++=0;
+        *q++=3;
+        *q++=ID_CFGFMT;
+        for (i=1;i<3;i++) *q++=narg>i+1?(unsigned char)atoi(args[i]):0;
+    }
+    else if (!strcmp(args[0],"CFG-RATE")) {
+        *q++=0;
+        *q++=8;
+        *q++=ID_CFGRATE;
+        if (narg>2) {
+            for (i=0;*hz[i];i++) if (!strcmp(args[1],hz[i])) break;
+            if (*hz[i]) *q++=i; else *q++=(unsigned char)atoi(args[1]);
+        }
+        else *q++=0;
+        for (i=2;i<8;i++) *q++=narg>i+1?(unsigned char)atoi(args[i]):0;
+    }
+    else if (!strcmp(args[0],"CFG-BIN")) {
+        *q++=0;
+        *q++=8;
+        *q++=ID_CFGBIN;
+        if (narg>2) {
+            for (i=0;*hz[i];i++) if (!strcmp(args[1],hz[i])) break;
+            if (*hz[i]) *q++=i; else *q++=(unsigned char)atoi(args[1]);
+        }
+        else *q++=0;
+        for (i=2;i<8;i++) *q++=narg>i+1?(unsigned char)atoi(args[i]):0;
+    }
+    else if (!strcmp(args[0],"GET-GLOEPH")) {
+        *q++=0;
+        *q++=2;
+        *q++=ID_GETGLOEPH;
+        *q++=narg>=2?(unsigned char)atoi(args[1]):0;
+    }
+    else return 0;
+    
+    n=(int)(q-buff);
+    *q++=checksum(buff,n+3);
+    *q++=0x0D;
+    *q=0x0A;
+    return n+3;
+}
diff --git a/src/rcv/ss2.c b/src/rcv/ss2.c
new file mode 100644
index 0000000..cd3b844
--- /dev/null
+++ b/src/rcv/ss2.c
@@ -0,0 +1,314 @@
+/*------------------------------------------------------------------------------
+* ss2.c : superstar II receiver dependent functions
+*
+*          Copyright (C) 2007-2013 by T.TAKASU, All rights reserved.
+*
+* reference:
+*     [1] NovAtel, OM-20000086 Superstar II Firmware Reference Manuall, 2005
+*
+* version : $Revision: 1.2 $ $Date: 2008/07/14 00:05:05 $
+* history : 2008/05/18 1.0 new
+*           2008/06/16 1.2 separate common functions to rcvcmn.c
+*           2009/04/01 1.3 fix bug on decode #21 message
+*           2010/08/20 1.4 fix problem with minus value of time slew in #23
+*                          (2.4.0_p5)
+*           2011/05/27 1.5 fix problem with ARM compiler
+*           2013/02/23 1.6 fix memory access violation problem on arm
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define SS2SOH      0x01        /* ss2 start of header */
+
+#define ID_SS2LLH   20          /* ss2 message ID#20 navigation data (user) */
+#define ID_SS2ECEF  21          /* ss2 message ID#21 navigation data (ecef) */
+#define ID_SS2EPH   22          /* ss2 message ID#22 ephemeris data */
+#define ID_SS2RAW   23          /* ss2 message ID#23 measurement block */
+#define ID_SS2SBAS  67          /* ss2 message ID#67 sbas data */
+
+static const char rcsid[]="$Id: ss2.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
+
+/* get/set fields (little-endian) --------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+
+/* checksum ------------------------------------------------------------------*/
+static int chksum(const unsigned char *buff, int len)
+{
+    int i;
+    unsigned short sum=0;
+    
+    for (i=0;i<len-2;i++) sum+=buff[i];
+    return (sum>>8)==buff[len-1]&&(sum&0xFF)==buff[len-2];
+}
+/* adjust week ---------------------------------------------------------------*/
+static int adjweek(raw_t *raw, double sec)
+{
+    double tow;
+    int week;
+    
+    if (raw->time.time==0) return 0;
+    tow=time2gpst(raw->time,&week);
+    if      (sec<tow-302400.0) sec+=604800.0;
+    else if (sec>tow+302400.0) sec-=604800.0;
+    raw->time=gpst2time(week,sec);
+    return 1;
+}
+/* decode id#20 navigation data (user) ---------------------------------------*/
+static int decode_ss2llh(raw_t *raw)
+{
+	double ep[6];
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_ss2llh: len=%d\n",raw->len);
+    
+    if (raw->len!=77) {
+        trace(2,"ss2 id#20 length error: len=%d\n",raw->len);
+        return -1;
+    }
+    ep[3]=U1(p   ); ep[4]=U1(p+ 1); ep[5]=R8(p+ 2);
+    ep[2]=U1(p+10); ep[1]=U1(p+11); ep[0]=U2(p+12);
+    raw->time=utc2gpst(epoch2time(ep));
+    return 0;
+}
+/* decode id#21 navigation data (ecef) ---------------------------------------*/
+static int decode_ss2ecef(raw_t *raw)
+{
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_ss2ecef: len=%d\n",raw->len);
+    
+    if (raw->len!=85) {
+        trace(2,"ss2 id#21 length error: len=%d\n",raw->len);
+        return -1;
+    }
+    raw->time=gpst2time(U2(p+8),R8(p));
+    return 0;
+}
+/* decode id#23 measurement block --------------------------------------------*/
+static int decode_ss2meas(raw_t *raw)
+{
+    const double freqif=1.405396825E6,tslew=1.75E-7;
+    double tow,slew,code,icp,d;
+    int i,j,n,prn,sat,nobs;
+    unsigned char *p=raw->buff+4;
+    unsigned int sc;
+    
+    trace(4,"decode_ss2meas: len=%d\n",raw->len);
+    
+    nobs=U1(p+2);
+    if (17+nobs*11!=raw->len) {
+        trace(2,"ss2 id#23 message length error: len=%d\n",raw->len);
+        return -1;
+    }
+    tow=floor(R8(p+3)*1000.0+0.5)/1000.0; /* rounded by 1ms */
+    if (!adjweek(raw,tow)) {
+        trace(2,"ss2 id#23 message time adjustment error\n");
+        return -1;
+    }
+    /* time slew defined as uchar (ref [1]) but minus value appears in some f/w */
+    slew=*(char *)(p)*tslew;
+    
+    raw->icpc+=4.5803-freqif*slew-FREQ1*(slew-1E-6); /* phase correction */
+    
+    for (i=n=0,p+=11;i<nobs&&n<MAXOBS;i++,p+=11) {
+        prn=(p[0]&0x1F)+1;
+        if (!(sat=satno(p[0]&0x20?SYS_SBS:SYS_GPS,prn))) {
+            trace(2,"ss2 id#23 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        raw->obs.data[n].time=raw->time;
+        raw->obs.data[n].sat=sat;
+        code=(tow-floor(tow))-(double)(U4(p+2))/2095104000.0;
+        raw->obs.data[n].P[0]=CLIGHT*(code+(code<0.0?1.0:0.0));
+        icp=(double)(U4(p+6)>>2)/1024.0+raw->off[sat-1]; /* unwrap */
+        if (fabs(icp-raw->icpp[sat-1])>524288.0) {
+            d=icp>raw->icpp[sat-1]?-1048576.0:1048576.0;
+            raw->off[sat-1]+=d; icp+=d;
+        }
+        raw->icpp[sat-1]=icp;
+        raw->obs.data[n].L[0]=icp+raw->icpc;
+        raw->obs.data[n].D[0]=0.0;
+        raw->obs.data[n].SNR[0]=(unsigned char)(floor(U1(p+1)+0.5));
+        sc=U1(p+10);
+        raw->obs.data[n].LLI[0]=(int)((unsigned char)sc-(unsigned char)raw->lockt[sat-1][0])>0;
+        raw->obs.data[n].LLI[0]|=U1(p+6)&1?2:0;
+        raw->obs.data[n].code[0]=CODE_L1C;
+        raw->lockt[sat-1][0]=sc;
+        
+        for (j=1;j<NFREQ;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->obs.n=n;
+    return 1;
+}
+/* decode id#22 ephemeris data ------------------------------------------------*/
+static int decode_ss2eph(raw_t *raw)
+{
+    eph_t eph={0};
+    unsigned int tow;
+    int i,j,prn,sat;
+    unsigned char *p=raw->buff+4,buff[90]={0};
+    
+    trace(4,"decode_ss2eph: len=%d\n",raw->len);
+    
+    if (raw->len!=79) {
+        trace(2,"ss2 id#22 length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=(U4(p)&0x1F)+1;
+    if (!(sat=satno(SYS_GPS,prn))) {
+        trace(2,"ss2 id#22 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    if (raw->time.time==0) {
+        trace(2,"ss2 id#22 week number unknown error\n");
+        return -1;
+    }
+    tow=(unsigned int)(time2gpst(raw->time,NULL)/6.0);
+    for (i=0;i<3;i++) {
+        buff[30*i+3]=(unsigned char)(tow>>9); /* add tow + subframe id */
+        buff[30*i+4]=(unsigned char)(tow>>1);
+        buff[30*i+5]=(unsigned char)(((tow&1)<<7)+((i+1)<<2));
+        for (j=0;j<24;j++) buff[30*i+6+j]=p[1+24*i+j];
+    }
+    if (decode_frame(buff   ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(buff+30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(buff+60,&eph,NULL,NULL,NULL,NULL)!=3) {
+        trace(2,"ss2 id#22 subframe error: prn=%d\n",prn);
+        return -1;
+    }
+    if (eph.iode==raw->nav.eph[sat-1].iode) return 0; /* unchanged */
+    eph.sat=sat;
+    eph.ttr=raw->time;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode id#67 sbas data ----------------------------------------------------*/
+static int decode_ss2sbas(raw_t *raw)
+{
+    gtime_t time;
+    int i,prn;
+    unsigned char *p=raw->buff+4;
+    
+    trace(4,"decode_ss2sbas: len=%d\n",raw->len);
+    
+    if (raw->len!=54) {
+        trace(2,"ss2 id#67 length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U4(p+12);
+    if (prn<MINPRNSBS||MAXPRNSBS<prn) return 0;
+    raw->sbsmsg.week=U4(p);
+    raw->sbsmsg.tow=(int)R8(p+4);
+    time=gpst2time(raw->sbsmsg.week,raw->sbsmsg.tow);
+    raw->sbsmsg.prn=prn;
+    for (i=0;i<29;i++) raw->sbsmsg.msg[i]=p[16+i];
+    return 3;
+}
+/* decode superstar 2 raw message --------------------------------------------*/
+static int decode_ss2(raw_t *raw)
+{
+    unsigned char *p=raw->buff;
+    int type=U1(p+1);
+    
+    trace(3,"decode_ss2: type=%2d\n",type);
+    
+    if (!chksum(raw->buff,raw->len)) {
+        trace(2,"ss2 message checksum error: type=%d len=%d\n",type,raw->len);
+        return -1;
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"SS2 %2d (%4d):",type,raw->len);
+    }
+    switch (type) {
+        case ID_SS2LLH : return decode_ss2llh (raw);
+        case ID_SS2ECEF: return decode_ss2ecef(raw);
+        case ID_SS2RAW : return decode_ss2meas(raw);
+        case ID_SS2EPH : return decode_ss2eph (raw);
+        case ID_SS2SBAS: return decode_ss2sbas(raw);
+    }
+    return 0;
+}
+/* sync code -----------------------------------------------------------------*/
+static int sync_ss2(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=buff[2]; buff[2]=data;
+    return buff[0]==SS2SOH&&(buff[1]^buff[2])==0xFF;
+}
+/* input superstar 2 raw message from stream -----------------------------------
+* input next superstar 2 raw message from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+* notes  : needs #20 or #21 message to get proper week number of #23 raw
+*          observation data
+*-----------------------------------------------------------------------------*/
+extern int input_ss2(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_ss2: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (!sync_ss2(raw->buff,data)) return 0;
+        raw->nbyte=3;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==4) {
+        if ((raw->len=U1(raw->buff+3)+6)>MAXRAWLEN) {
+            trace(2,"ss2 length error: len=%d\n",raw->len);
+            raw->nbyte=0;
+            return -1;
+        }
+    }
+    if (raw->nbyte<4||raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+    
+    /* decode superstar 2 raw message */
+    return decode_ss2(raw);
+}
+/* input superstar 2 raw message from file -------------------------------------
+* input next superstar 2 raw message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_ss2f(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_ss2f:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_ss2(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+3,1,1,fp)<1) return -2;
+    raw->nbyte=4;
+    
+    if ((raw->len=U1(raw->buff+3)+6)>MAXRAWLEN) {
+        trace(2,"ss2 length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+4,1,raw->len-4,fp)<(size_t)(raw->len-4)) return -2;
+    raw->nbyte=0;
+    
+    /* decode superstar 2 raw message */
+    return decode_ss2(raw);
+}
diff --git a/src/rcv/ublox.c b/src/rcv/ublox.c
new file mode 100644
index 0000000..86bd999
--- /dev/null
+++ b/src/rcv/ublox.c
@@ -0,0 +1,1198 @@
+/*------------------------------------------------------------------------------
+* ublox.c : ublox receiver dependent functions
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*          Copyright (C) 2014 by T.SUZUKI, All rights reserved.
+*
+* reference :
+*     [1] ublox-AG, GPS.G3-X-03002-D, ANTARIS Positioning Engine NMEA and UBX
+*         Protocol Specification, Version 5.00, 2003
+*     [2] ublox-AG, UBX-13003221-R03, u-blox M8 Receiver Description including
+*         Protocol Specification V5, Dec 20, 2013
+*     [3] ublox-AG, UBX-13003221-R07, u-blox M8 Receiver Description including
+*         Protocol Specification V15.00-17.00, Nov 3, 2014
+*     [4] ublox-AG, UBX-13003221-R09, u-blox 8 /u-blox M8 Receiver Description
+*         including Protocol Specification V15.00-18.00, January, 2016
+*
+* version : $Revision: 1.2 $ $Date: 2008/07/14 00:05:05 $
+* history : 2007/10/08 1.0  new
+*           2008/06/16 1.1  separate common functions to rcvcmn.c
+*           2009/04/01 1.2  add range check of prn number
+*           2009/04/10 1.3  refactored
+*           2009/09/25 1.4  add function gen_ubx()
+*           2010/01/17 1.5  add time tag adjustment option -tadj sec
+*           2010/10/31 1.6  fix bug on playback disabled for raw data (2.4.0_p9)
+*           2011/05/27 1.7  add almanac decoding
+*                           add -EPHALL option
+*                           fix problem with ARM compiler
+*           2013/02/23 1.8  fix memory access violation problem on arm
+*                           change options -tadj to -TADJ, -invcp to -INVCP
+*           2014/05/26 1.9  fix bug on message size of CFG-MSG
+*                           fix bug on return code of decode_alm1()
+*           2014/06/21 1.10 support message TRK-MEAS and TRK-SFRBX
+*                           support message NAV-SOL and NAV-TIMEGPS to get time
+*                           support message GFG-GNSS generation
+*           2014/06/23 1.11 support message TRK-MEAS for beidou ephemeris
+*           2014/08/11 1.12 fix bug on unable to read RXM-RAW
+*                           fix problem on decoding glo ephemeris in TRK-SFRBX
+*                           support message TRK-TRKD5
+*           2014/08/31 1.13 suppress warning
+*           2014/11/04 1.14 support message RXM-RAWX and RXM-SFRBX
+*           2015/03/20 1.15 omit time adjustment for RXM-RAWX
+*           2016/01/22 1.16 add time-tag in raw-message-type
+*           2016/01/26 1.17 support galileo navigation data in RXM-SFRBX
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+#define UBXSYNC1    0xB5        /* ubx message sync code 1 */
+#define UBXSYNC2    0x62        /* ubx message sync code 2 */
+#define UBXCFG      0x06        /* ubx message cfg-??? */
+
+#define ID_NAVSOL   0x0106      /* ubx message id: nav solution info */
+#define ID_NAVTIME  0x0120      /* ubx message id: nav time gps */
+#define ID_RXMRAW   0x0210      /* ubx message id: raw measurement data */
+#define ID_RXMSFRB  0x0211      /* ubx message id: subframe buffer */
+#define ID_RXMSFRBX 0x0213      /* ubx message id: raw subframe data */
+#define ID_RXMRAWX  0x0215      /* ubx message id: multi-gnss raw meas data */
+#define ID_TRKD5    0x030A      /* ubx message id: trace mesurement data */
+#define ID_TRKMEAS  0x0310      /* ubx message id: trace mesurement data */
+#define ID_TRKSFRBX 0x030F      /* ubx message id: trace subframe buffer */
+
+#define FU1         1           /* ubx message field types */
+#define FU2         2
+#define FU4         3
+#define FI1         4
+#define FI2         5
+#define FI4         6
+#define FR4         7
+#define FR8         8
+#define FS32        9
+
+#define P2_10       0.0009765625 /* 2^-10 */
+
+#define ROUND(x)    (int)floor((x)+0.5)
+
+static const char rcsid[]="$Id: ublox.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
+
+/* get fields (little-endian) ------------------------------------------------*/
+#define U1(p) (*((unsigned char *)(p)))
+#define I1(p) (*((char *)(p)))
+static unsigned short U2(unsigned char *p) {unsigned short u; memcpy(&u,p,2); return u;}
+static unsigned int   U4(unsigned char *p) {unsigned int   u; memcpy(&u,p,4); return u;}
+static int            I4(unsigned char *p) {int            u; memcpy(&u,p,4); return u;}
+static float          R4(unsigned char *p) {float          r; memcpy(&r,p,4); return r;}
+static double         R8(unsigned char *p) {double         r; memcpy(&r,p,8); return r;}
+
+static double         I8(unsigned char *p) {return I4(p+4)*4294967296.0+U4(p);}
+
+/* set fields (little-endian) ------------------------------------------------*/
+static void setU1(unsigned char *p, unsigned char  u) {*p=u;}
+static void setU2(unsigned char *p, unsigned short u) {memcpy(p,&u,2);}
+static void setU4(unsigned char *p, unsigned int   u) {memcpy(p,&u,4);}
+static void setI1(unsigned char *p, char           i) {*p=(unsigned char)i;}
+static void setI2(unsigned char *p, short          i) {memcpy(p,&i,2);}
+static void setI4(unsigned char *p, int            i) {memcpy(p,&i,4);}
+static void setR4(unsigned char *p, float          r) {memcpy(p,&r,4);}
+static void setR8(unsigned char *p, double         r) {memcpy(p,&r,8);}
+
+/* checksum ------------------------------------------------------------------*/
+static int checksum(unsigned char *buff, int len)
+{
+    unsigned char cka=0,ckb=0;
+    int i;
+    
+    for (i=2;i<len-2;i++) {
+        cka+=buff[i]; ckb+=cka;
+    }
+    return cka==buff[len-2]&&ckb==buff[len-1];
+}
+static void setcs(unsigned char *buff, int len)
+{
+    unsigned char cka=0,ckb=0;
+    int i;
+    
+    for (i=2;i<len-2;i++) {
+        cka+=buff[i]; ckb+=cka;
+    }
+    buff[len-2]=cka;
+    buff[len-1]=ckb;
+}
+/* ubx gnss indicator (ref [2] 25) -------------------------------------------*/
+static int ubx_sys(int ind)
+{
+    switch (ind) {
+        case 0: return SYS_GPS;
+        case 1: return SYS_SBS;
+        case 2: return SYS_GAL;
+        case 3: return SYS_CMP;
+        case 5: return SYS_QZS;
+        case 6: return SYS_GLO;
+    }
+    return 0;
+}
+/* 8-bit week -> full week ---------------------------------------------------*/
+static void adj_utcweek(gtime_t time, double *utc)
+{
+    int week;
+    
+    if (utc[3]>=256.0) return;
+    time2gpst(time,&week);
+    utc[3]+=week/256*256;
+    if      (utc[3]<week-128) utc[3]+=256.0;
+    else if (utc[3]>week+128) utc[3]-=256.0;
+}
+/* decode ubx-rxm-raw: raw measurement data ----------------------------------*/
+static int decode_rxmraw(raw_t *raw)
+{
+    gtime_t time;
+    double tow,tt,tadj=0.0,toff=0.0,tn;
+    int i,j,prn,sat,n=0,nsat,week;
+    unsigned char *p=raw->buff+6;
+    char *q;
+    
+    trace(4,"decode_rxmraw: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX RXM-RAW   (%4d): nsat=%d",raw->len,U1(p+6));
+    }
+    /* time tag adjustment option (-TADJ) */
+    if ((q=strstr(raw->opt,"-TADJ"))) {
+        sscanf(q,"-TADJ=%lf",&tadj);
+    }
+    nsat=U1(p+6);
+    if (raw->len<12+24*nsat) {
+        trace(2,"ubx rxmraw length error: len=%d nsat=%d\n",raw->len,nsat);
+        return -1;
+    }
+    tow =U4(p  );
+    week=U2(p+4);
+    time=gpst2time(week,tow*0.001);
+    
+    /* time tag adjustment */
+    if (tadj>0.0) {
+        tn=time2gpst(time,&week)/tadj;
+        toff=(tn-floor(tn+0.5))*tadj;
+        time=timeadd(time,-toff);
+    }
+    tt=timediff(time,raw->time);
+    
+    for (i=0,p+=8;i<nsat&&i<MAXOBS;i++,p+=24) {
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].L[0]  =R8(p   )-toff*FREQ1;
+        raw->obs.data[n].P[0]  =R8(p+ 8)-toff*CLIGHT;
+        raw->obs.data[n].D[0]  =R4(p+16);
+        prn                    =U1(p+20);
+        raw->obs.data[n].SNR[0]=(unsigned char)(I1(p+22)*4.0+0.5);
+        raw->obs.data[n].LLI[0]=U1(p+23);
+        raw->obs.data[n].code[0]=CODE_L1C;
+        
+        /* phase polarity flip option (-INVCP) */
+        if (strstr(raw->opt,"-INVCP")) {
+            raw->obs.data[n].L[0]=-raw->obs.data[n].L[0];
+        }
+        if (!(sat=satno(MINPRNSBS<=prn?SYS_SBS:SYS_GPS,prn))) {
+            trace(2,"ubx rxmraw sat number error: prn=%d\n",prn);
+            continue;
+        }
+        raw->obs.data[n].sat=sat;
+        
+        if (raw->obs.data[n].LLI[0]&1) raw->lockt[sat-1][0]=0.0;
+        else if (tt<1.0||10.0<tt) raw->lockt[sat-1][0]=0.0;
+        else raw->lockt[sat-1][0]+=tt;
+        
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode ubx-rxm-rawx: multi-gnss raw measurement data (ref [3]) ------------*/
+static int decode_rxmrawx(raw_t *raw)
+{
+    gtime_t time;
+    double tow,cp1,pr1;
+    int i,j,sys,prn,sat,n=0,nsat,week,tstat,lockt,halfc;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_rxmrawx: len=%d\n",raw->len);
+    
+    nsat=U1(p+11);
+    if (raw->len<24+32*nsat) {
+        trace(2,"ubx rxmrawx length error: len=%d nsat=%d\n",raw->len,nsat);
+        return -1;
+    }
+    tow=R8(p);
+    week=U2(p+8);
+    time=gpst2time(week,tow);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX RXM-RAWX  (%4d): time=%s nsat=%d",raw->len,
+                time_str(time,2),U1(p+11));
+    }
+    for (i=0,p+=16;i<nsat&&i<MAXOBS;i++,p+=32) {
+        
+        if (!(sys=ubx_sys(U1(p+20)))) {
+            trace(2,"ubx rxmrawx: system error\n");
+            continue;
+        }
+        prn=U1(p+21)+(sys==SYS_QZS?192:0);
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"ubx rxmrawx sat number error: sys=%2d prn=%2d\n",sys,prn);
+            continue;
+        }
+        tstat=U1(p+30); /* tracking status */
+        pr1=tstat&1?R8(p  ):0.0;
+        cp1=tstat&2?R8(p+8):0.0;
+        if (cp1==-0.5) cp1=0.0; /* invalid phase */
+        raw->obs.data[n].sat=sat;
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].P[0]=pr1;
+        raw->obs.data[n].L[0]=cp1;
+        raw->obs.data[n].D[0]=R4(p+16);
+        raw->obs.data[n].SNR[0]=U1(p+26)*4;
+        raw->obs.data[n].LLI[0]=0;
+        raw->obs.data[n].code[0]=
+            sys==SYS_CMP?CODE_L1I:(sys==SYS_GAL?CODE_L1X:CODE_L1C);
+        
+        lockt=U2(p+24);    /* lock time count (ms) */
+        halfc=tstat&8?1:0; /* half cycle subtracted from phase */
+        
+        if (cp1!=0.0) { /* carrier-phase valid */
+            
+            /* LLI: bit1=loss-of-lock,bit2=half-cycle-invalid */
+            raw->obs.data[n].LLI[0]|=lockt==0||lockt<raw->lockt[sat-1][0]?1:0;
+            raw->obs.data[n].LLI[0]|=halfc!=raw->halfc[sat-1][0]?1:0;
+            raw->obs.data[n].LLI[0]|=tstat&4?0:2;
+            raw->lockt[sat-1][0]=lockt;
+            raw->halfc[sat-1][0]=halfc;
+        }
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* save subframe -------------------------------------------------------------*/
+static int save_subfrm(int sat, raw_t *raw)
+{
+    unsigned char *p=raw->buff+6,*q;
+    int i,j,n,id=(U4(p+6)>>2)&0x7;
+    
+    trace(4,"save_subfrm: sat=%2d id=%d\n",sat,id);
+    
+    if (id<1||5<id) return 0;
+    
+    q=raw->subfrm[sat-1]+(id-1)*30;
+    
+    for (i=n=0,p+=2;i<10;i++,p+=4) {
+        for (j=23;j>=0;j--) {
+            *q=(*q<<1)+((U4(p)>>j)&1); if (++n%8==0) q++;
+        }
+    }
+    return id;
+}
+/* decode ephemeris ----------------------------------------------------------*/
+static int decode_ephem(int sat, raw_t *raw)
+{
+    eph_t eph={0};
+    
+    trace(4,"decode_ephem: sat=%2d\n",sat);
+    
+    if (decode_frame(raw->subfrm[sat-1]   ,&eph,NULL,NULL,NULL,NULL)!=1||
+        decode_frame(raw->subfrm[sat-1]+30,&eph,NULL,NULL,NULL,NULL)!=2||
+        decode_frame(raw->subfrm[sat-1]+60,&eph,NULL,NULL,NULL,NULL)!=3) return 0;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode&&
+            eph.iodc==raw->nav.eph[sat-1].iodc) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode almanac and ion/utc ------------------------------------------------*/
+static int decode_alm1(int sat, raw_t *raw)
+{
+    int sys=satsys(sat,NULL);
+    
+    trace(4,"decode_alm1 : sat=%2d\n",sat);
+    
+    if (sys==SYS_GPS) {
+        decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_gps,
+                     raw->nav.utc_gps,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_gps);
+    }
+    else if (sys==SYS_QZS) {
+        decode_frame(raw->subfrm[sat-1]+90,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                     raw->nav.utc_qzs,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_qzs);
+    }
+    return 9;
+}
+/* decode almanac ------------------------------------------------------------*/
+static int decode_alm2(int sat, raw_t *raw)
+{
+    int sys=satsys(sat,NULL);
+    
+    trace(4,"decode_alm2 : sat=%2d\n",sat);
+    
+    if (sys==SYS_GPS) {
+        decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,NULL,NULL,NULL);
+    }
+    else if (sys==SYS_QZS) {
+        decode_frame(raw->subfrm[sat-1]+120,NULL,raw->nav.alm,raw->nav.ion_qzs,
+                     raw->nav.utc_qzs,&raw->nav.leaps);
+        adj_utcweek(raw->time,raw->nav.utc_qzs);
+    }
+    return  0;
+}
+/* decode ubx-rxm-sfrb: subframe buffer --------------------------------------*/
+static int decode_rxmsfrb(raw_t *raw)
+{
+    unsigned int words[10];
+    int i,prn,sat,sys,id;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_rxmsfrb: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX RXM-SFRB  (%4d): prn=%2d",raw->len,U1(p+1));
+    }
+    if (raw->len<42) {
+        trace(2,"ubx rxmsfrb length error: len=%d\n",raw->len);
+        return -1;
+    }
+    prn=U1(p+1);
+    if (!(sat=satno(MINPRNSBS<=prn?SYS_SBS:SYS_GPS,prn))) {
+        trace(2,"ubx rxmsfrb satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    sys=satsys(sat,&prn);
+    
+    if (sys==SYS_GPS) {
+        id=save_subfrm(sat,raw);
+        if (id==3) return decode_ephem(sat,raw);
+        if (id==4) return decode_alm1 (sat,raw);
+        if (id==5) return decode_alm2 (sat,raw);
+        return 0;
+    }
+    else if (sys==SYS_SBS) {
+        for (i=0,p+=2;i<10;i++,p+=4) words[i]=U4(p);
+        return sbsdecodemsg(raw->time,prn,words,&raw->sbsmsg)?3:0;
+    }
+    return 0;
+}
+/* decode ubx-nav-sol: navigation solution -----------------------------------*/
+static int decode_navsol(raw_t *raw)
+{
+    int itow,ftow,week;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_navsol: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX NAV-SOL   (%4d):",raw->len);
+    }
+    itow=U4(p);
+    ftow=I4(p+4);
+    week=U2(p+8);
+    if ((U1(p+11)&0x0C)==0x0C) {
+        raw->time=gpst2time(week,itow*1E-3+ftow*1E-9);
+    }
+    return 0;
+}
+/* decode ubx-nav-timegps: gps time solution ---------------------------------*/
+static int decode_navtime(raw_t *raw)
+{
+    int itow,ftow,week;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_navtime: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX NAV-TIME  (%4d):",raw->len);
+    }
+    itow=U4(p);
+    ftow=I4(p+4);
+    week=U2(p+8);
+    if ((U1(p+11)&0x03)==0x03) {
+        raw->time=gpst2time(week,itow*1E-3+ftow*1E-9);
+    }
+    return 0;
+}
+/* decode ubx-trk-meas: trace measurement data -------------------------------*/
+static int decode_trkmeas(raw_t *raw)
+{
+    static double adrs[MAXSAT]={0};
+    gtime_t time;
+    double ts,tr=-1.0,t,tau,utc_gpst,snr,adr,dop;
+    int i,j,n=0,nch,sys,prn,sat,qi,frq,flag,lock1,lock2,week;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_trkmeas: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX TRK-MEAS  (%4d):",raw->len);
+    }
+    if (!raw->time.time) return 0;
+    
+    /* number of channels */
+    nch=U1(p+2);
+    
+    if (raw->len<112+nch*56) {
+        trace(2,"decode_trkmeas: length error len=%d nch=%2d\n",raw->len,nch);
+        return -1;
+    }
+    /* time-tag = max(transmission time + 0.08) rounded by 100 ms */
+    for (i=0,p=raw->buff+110;i<nch;i++,p+=56) {
+        if (U1(p+1)<4||ubx_sys(U1(p+4))!=SYS_GPS) continue;
+        if ((t=I8(p+24)*P2_32/1000.0)>tr) tr=t;
+    }
+    if (tr<0.0) return 0;
+    
+    tr=ROUND((tr+0.08)/0.1)*0.1;
+    
+    /* adjust week handover */
+    t=time2gpst(raw->time,&week);
+    if      (tr<t-302400.0) week--;
+    else if (tr>t+302400.0) week++;
+    time=gpst2time(week,tr);
+    
+    utc_gpst=timediff(gpst2utc(time),time);
+    
+    for (i=0,p=raw->buff+110;i<nch;i++,p+=56) {
+        
+        /* quality indicator (0:idle,1:search,2:aquired,3:unusable, */
+        /*                    4:code lock,5,6,7:code/carrier lock) */
+        qi=U1(p+1);
+        if (qi<4||7<qi) continue;
+        
+        /* system and satellite number */
+        if (!(sys=ubx_sys(U1(p+4)))) {
+            trace(2,"ubx trkmeas: system error\n");
+            continue;
+        }
+        prn=U1(p+5)+(sys==SYS_QZS?192:0);
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"ubx trkmeas sat number error: sys=%2d prn=%2d\n",sys,prn);
+            continue;
+        }
+        /* transmission time */
+        ts=I8(p+24)*P2_32/1000.0;
+        if      (sys==SYS_CMP) ts+=14.0;             /* bdt  -> gpst */
+        else if (sys==SYS_GLO) ts-=10800.0+utc_gpst; /* glot -> gpst */
+        
+        /* signal travel time */
+        tau=tr-ts;
+        if      (tau<-302400.0) tau+=604800.0;
+        else if (tau> 302400.0) tau-=604800.0;
+        
+        frq  =U1(p+ 7)-7; /* frequency */
+        flag =U1(p+ 8);   /* tracking status */
+        lock1=U1(p+16);   /* code lock count */
+        lock2=U1(p+17);   /* phase lock count */
+        snr  =U2(p+20)/256.0;
+        adr  =I8(p+32)*P2_32+(flag&0x40?0.5:0.0);
+        dop  =I4(p+40)*P2_10*10.0;
+        
+        /* set slip flag */
+        if (lock2==0||lock2<raw->lockt[sat-1][0]) raw->lockt[sat-1][1]=1.0;
+        raw->lockt[sat-1][0]=lock2;
+        
+#if 0 /* for debug */
+        trace(2,"[%2d] qi=%d sys=%d prn=%3d frq=%2d flag=%02X ?=%02X %02X "
+              "%02X %02X %02X %02X %02X lock=%3d %3d ts=%10.3f snr=%4.1f "
+              "dop=%9.3f adr=%13.3f %6.3f\n",U1(p),qi,U1(p+4),prn,frq,flag,
+              U1(p+9),U1(p+10),U1(p+11),U1(p+12),U1(p+13),U1(p+14),U1(p+15),
+              lock1,lock2,ts,snr,dop,adr,
+              adrs[sat-1]==0.0||dop==0.0?0.0:(adr-adrs[sat-1])-dop);
+#endif
+        adrs[sat-1]=adr;
+        
+        /* check phase lock */
+        if (!(flag&0x20)) continue;
+        
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].sat=sat;
+        raw->obs.data[n].P[0]=tau*CLIGHT;
+        raw->obs.data[n].L[0]=-adr;
+        raw->obs.data[n].D[0]=(float)dop;
+        raw->obs.data[n].SNR[0]=(unsigned char)(snr*4.0);
+        raw->obs.data[n].code[0]=sys==SYS_CMP?CODE_L1I:CODE_L1C;
+        raw->obs.data[n].LLI[0]=raw->lockt[sat-1][1]>0.0?1:0;
+        raw->lockt[sat-1][1]=0.0;
+        
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    if (n<=0) return 0;
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode ubx-trkd5: trace measurement data ----------------------------------*/
+static int decode_trkd5(raw_t *raw)
+{
+    static double adrs[MAXSAT]={0};
+    gtime_t time;
+    double ts,tr=-1.0,t,tau,adr,dop,snr,utc_gpst;
+    int i,j,n=0,type,off,len,sys,prn,sat,qi,frq,flag,week;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_trkd5: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX TRK-D5    (%4d):",raw->len);
+    }
+    if (!raw->time.time) return 0;
+    
+    utc_gpst=timediff(gpst2utc(raw->time),raw->time);
+    
+    switch ((type=U1(p))) {
+        case 3 : off=86; len=56; break;
+        case 6 : off=86; len=64; break; /* u-blox 7 */
+        default: off=78; len=56; break;
+    }
+    for (i=0,p=raw->buff+off;p-raw->buff<raw->len-2;i++,p+=len) {
+        if (U1(p+41)<4) continue;
+        t=I8(p)*P2_32/1000.0;
+        if (ubx_sys(U1(p+56))==SYS_GLO) t-=10800.0+utc_gpst;
+        if (t>tr) tr=t;
+    }
+    if (tr<0.0) return 0;
+    
+    tr=ROUND((tr+0.08)/0.1)*0.1;
+    
+    /* adjust week handover */
+    t=time2gpst(raw->time,&week);
+    if      (tr<t-302400.0) week--;
+    else if (tr>t+302400.0) week++;
+    time=gpst2time(week,tr);
+    
+    trace(4,"time=%s\n",time_str(time,0));
+    
+    for (i=0,p=raw->buff+off;p-raw->buff<raw->len-2;i++,p+=len) {
+        
+        /* quality indicator */
+        qi =U1(p+41)&7;
+        if (qi<4||7<qi) continue;
+        
+        if (type==6) {
+            if (!(sys=ubx_sys(U1(p+56)))) {
+                trace(2,"ubx trkd5: system error\n");
+                continue;
+            }
+            prn=U1(p+57)+(sys==SYS_QZS?192:0);
+            frq=U1(p+59)-7;
+        }
+        else {
+            prn=U1(p+34);
+            sys=prn<MINPRNSBS?SYS_GPS:SYS_SBS;
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"ubx trkd5 sat number error: sys=%2d prn=%2d\n",sys,prn);
+            continue;
+        }
+        /* transmission time */
+        ts=I8(p)*P2_32/1000.0;
+        if (sys==SYS_GLO) ts-=10800.0+utc_gpst; /* glot -> gpst */
+        
+        /* signal travel time */
+        tau=tr-ts;
+        if      (tau<-302400.0) tau+=604800.0;
+        else if (tau> 302400.0) tau-=604800.0;
+        
+        flag=U1(p+54);   /* tracking status */
+        adr=qi<6?0.0:I8(p+8)*P2_32+(flag&0x01?0.5:0.0);
+        dop=I4(p+16)*P2_10/4.0;
+        snr=U2(p+32)/256.0;
+        
+        if (snr<=10.0) raw->lockt[sat-1][1]=1.0;
+        
+#if 0 /* for debug */
+        trace(2,"[%2d] qi=%d sys=%d prn=%3d frq=%2d flag=%02X ts=%1.3f "
+              "snr=%4.1f dop=%9.3f adr=%13.3f %6.3f\n",U1(p+35),qi,U1(p+56),
+              prn,frq,flag,ts,snr,dop,adr,
+              adrs[sat-1]==0.0||dop==0.0?0.0:(adr-adrs[sat-1])-dop);
+#endif
+        adrs[sat-1]=adr;
+        
+        /* check phase lock */
+        if (!(flag&0x08)) continue;
+        
+        raw->obs.data[n].time=time;
+        raw->obs.data[n].sat=sat;
+        raw->obs.data[n].P[0]=tau*CLIGHT;
+        raw->obs.data[n].L[0]=-adr;
+        raw->obs.data[n].D[0]=(float)dop;
+        raw->obs.data[n].SNR[0]=(unsigned char)(snr*4.0);
+        raw->obs.data[n].code[0]=sys==SYS_CMP?CODE_L1I:CODE_L1C;
+        raw->obs.data[n].LLI[0]=raw->lockt[sat-1][1]>0.0?1:0;
+        raw->lockt[sat-1][1]=0.0;
+        
+        for (j=1;j<NFREQ+NEXOBS;j++) {
+            raw->obs.data[n].L[j]=raw->obs.data[n].P[j]=0.0;
+            raw->obs.data[n].D[j]=0.0;
+            raw->obs.data[n].SNR[j]=raw->obs.data[n].LLI[j]=0;
+            raw->obs.data[n].code[j]=CODE_NONE;
+        }
+        n++;
+    }
+    if (n<=0) return 0;
+    raw->time=time;
+    raw->obs.n=n;
+    return 1;
+}
+/* decode gps and qzss navigation data ---------------------------------------*/
+static int decode_nav(raw_t *raw, int sat, int off)
+{
+    unsigned int words[10];
+    int i,id;
+    unsigned char *p=raw->buff+6+off;
+    
+    if (raw->len<48+off) {
+        trace(2,"ubx rawsfrbx length error: sat=%d len=%d\n",sat,raw->len);
+        return -1;
+    }
+    for (i=0;i<10;i++,p+=4) words[i]=U4(p)>>6; /* 24 bits without parity */
+    
+    id=(words[1]>>2)&7;
+    if (id<1||5<id) {
+        trace(2,"ubx rawsfrbx subfrm id error: sat=%2d\n",sat);
+        return -1;
+    }
+    for (i=0;i<10;i++) {
+        setbitu(raw->subfrm[sat-1]+(id-1)*30,i*24,24,words[i]);
+    }
+    if (id==3) return decode_ephem(sat,raw);
+    if (id==4) return decode_alm1 (sat,raw);
+    if (id==5) return decode_alm2 (sat,raw);
+    return 0;
+}
+/* decode galileo navigation data --------------------------------------------*/
+static int decode_enav(raw_t *raw, int sat, int off)
+{
+    eph_t eph={0};
+    unsigned char *p=raw->buff+6+off,buff[32],crc_buff[25]={0};
+    int i,j,k,part1,page1,part2,page2,type;
+    
+    if (raw->len<44+off) {
+        trace(2,"ubx rawsfrbx length error: sat=%d len=%d\n",sat,raw->len);
+        return -1;
+    }
+    for (i=k=0;i<8;i++,p+=4) for (j=0;j<4;j++) {
+        buff[k++]=p[3-j];
+    }
+    part1=getbitu(buff   ,0,1);
+    page1=getbitu(buff   ,1,1);
+    part2=getbitu(buff+16,0,1);
+    page2=getbitu(buff+16,1,1);
+    
+    /* skip alert page */
+    if (page1==1||page2==1) return 0;
+    
+    /* test even-odd parts */
+    if (part1!=0||part2!=1) {
+        trace(2,"ubx rawsfrbx gal page even/odd error: sat=%2d\n",sat);
+        return -1;
+    }
+    /* test crc (4(pad) + 114 + 82 bits) */
+    for (i=0,j=  4;i<15;i++,j+=8) setbitu(crc_buff,j,8,getbitu(buff   ,i*8,8));
+    for (i=0,j=118;i<11;i++,j+=8) setbitu(crc_buff,j,8,getbitu(buff+16,i*8,8));
+    if (rtk_crc24q(crc_buff,25)!=getbitu(buff+16,82,24)) {
+        trace(2,"ubx rawsfrbx gal page crc error: sat=%2d\n",sat);
+        return -1;
+    }
+    type=getbitu(buff,2,6); /* word type */
+    
+    /* skip word except for ephemeris, iono, utc parameters */
+    if (type>6) return 0;
+    
+    /* save page data (112 + 16 bits) to frame buffer */
+    k=type*16;
+    for (i=0,j=2;i<14;i++,j+=8) raw->subfrm[sat-1][k++]=getbitu(buff   ,j,8);
+    for (i=0,j=2;i< 2;i++,j+=8) raw->subfrm[sat-1][k++]=getbitu(buff+16,j,8);
+    
+    /* decode galileo inav ephemeris */
+    if (!decode_gal_inav(raw->subfrm[sat-1],&eph)) {
+        
+        return 0; /* incomplete ephemeris */
+    }
+    /* test svid consistency */
+    if (eph.sat!=sat) {
+        trace(2,"ubx rawsfrbx gal svid error: sat=%2d %2d\n",sat,eph.sat);
+        return -1;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (eph.iode==raw->nav.eph[sat-1].iode&& /* unchanged */
+            timediff(eph.toe,raw->nav.eph[sat-1].toe)==0.0&&
+            timediff(eph.toc,raw->nav.eph[sat-1].toc)==0.0) return 0;
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode beidou navigation data ---------------------------------------------*/
+static int decode_cnav(raw_t *raw, int sat, int off)
+{
+    eph_t eph={0};
+    unsigned int words[10];
+    int i,id,pgn,prn;
+    unsigned char *p=raw->buff+6+off;
+    
+    if (raw->len<48+off) {
+        trace(2,"ubx rawsfrbx length error: sat=%d len=%d\n",sat,raw->len);
+        return -1;
+    }
+    for (i=0;i<10;i++,p+=4) words[i]=U4(p)&0x3FFFFFFF; /* 30 bits */
+    
+    satsys(sat,&prn);
+    id=(words[0]>>12)&0x07; /* subframe id (3bit) */
+    if (id<1||5<id) {
+        trace(2,"ubx rawsfrbx subfrm id error: sat=%2d\n",sat);
+        return -1;
+    }
+    if (prn>=5) { /* IGSO/MEO */
+        
+        for (i=0;i<10;i++) {
+            setbitu(raw->subfrm[sat-1]+(id-1)*38,i*30,30,words[i]);
+        }
+        if (id!=3) return 0;
+        
+        /* decode beidou D1 ephemeris */
+        if (!decode_bds_d1(raw->subfrm[sat-1],&eph)) return 0;
+    }
+    else { /* GEO */
+        if (id!=1) return 0;
+        
+        /* subframe 1 */
+        pgn=(words[1]>>14)&0x0F; /* page number (4bit) */
+        if (pgn<1||10<pgn) {
+            trace(2,"ubx rawsfrbx page number error: sat=%2d\n",sat);
+            return -1;
+        }
+        for (i=0;i<10;i++) {
+            setbitu(raw->subfrm[sat-1]+(pgn-1)*38,i*30,30,words[i]);
+        }
+        if (pgn!=10) return 0;
+        
+        /* decode beidou D2 ephemeris */
+        if (!decode_bds_d2(raw->subfrm[sat-1],&eph)) return 0;
+    }
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (timediff(eph.toe,raw->nav.eph[sat-1].toe)==0.0) return 0; /* unchanged */
+    }
+    eph.sat=sat;
+    raw->nav.eph[sat-1]=eph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode glonass navigation data --------------------------------------------*/
+static int decode_gnav(raw_t *raw, int sat, int off, int frq)
+{
+    geph_t geph={0};
+    int i,j,k,m,prn;
+    unsigned char *p=raw->buff+6+off,buff[64],*fid;
+    
+    satsys(sat,&prn);
+    
+    if (raw->len<24+off) {
+        trace(2,"ubx rawsfrbx gnav length error: len=%d\n",raw->len);
+        return -1;
+    }
+    for (i=k=0;i<4;i++,p+=4) for (j=0;j<4;j++) {
+        buff[k++]=p[3-j];
+    }
+    /* test hamming of glonass string */
+    if (!test_glostr(buff)) {
+        trace(2,"ubx rawsfrbx glo string hamming error: sat=%2d\n",sat);
+        return -1;
+    }
+    m=getbitu(buff,1,4);
+    if (m<1||15<m) {
+        trace(2,"ubx rawsfrbx glo string no error: sat=%2d\n",sat);
+        return -1;
+    }
+    /* flush frame buffer if frame-id changed */
+    fid=raw->subfrm[sat-1]+150;
+    if (fid[0]!=buff[12]||fid[1]!=buff[13]) {
+        for (i=0;i<4;i++) memset(raw->subfrm[sat-1]+i*10,0,10);
+        memcpy(fid,buff+12,2); /* save frame-id */
+    }
+    memcpy(raw->subfrm[sat-1]+(m-1)*10,buff,10);
+    
+    if (m!=4) return 0;
+    
+    /* decode glonass ephemeris strings */
+    geph.tof=raw->time;
+    if (!decode_glostr(raw->subfrm[sat-1],&geph)||geph.sat!=sat) return 0;
+    geph.frq=frq-7;
+    
+    if (!strstr(raw->opt,"-EPHALL")) {
+        if (geph.iode==raw->nav.geph[prn-1].iode) return 0; /* unchanged */
+    }
+    raw->nav.geph[prn-1]=geph;
+    raw->ephsat=sat;
+    return 2;
+}
+/* decode sbas navigation data -----------------------------------------------*/
+static int decode_snav(raw_t *raw, int sat, int off)
+{
+    int i,j,k,prn,tow,week;
+    unsigned char *p=raw->buff+6+off,buff[64];
+    
+    if (raw->len<40+off) {
+        trace(2,"ubx rawsfrbx snav length error: len=%d\n",raw->len);
+        return -1;
+    }
+    tow=(int)time2gpst(timeadd(raw->time,-1.0),&week);
+    satsys(sat,&prn);
+    raw->sbsmsg.prn=prn;
+    raw->sbsmsg.tow=tow;
+    raw->sbsmsg.week=week;
+    for (i=k=0;i<8;i++,p+=4) for (j=0;j<4;j++) {
+        buff[k++]=p[3-j];
+    }
+    memcpy(raw->sbsmsg.msg,buff,29);
+    raw->sbsmsg.msg[28]&=0xC0;
+    return 3;
+}
+/* decode ubx-rxm-sfrbx: raw subframe data (ref [3]) -------------------------*/
+static int decode_rxmsfrbx(raw_t *raw)
+{
+    int prn,sat,sys;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_rxmsfrbx: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX RXM-SFRBX (%4d): sys=%d prn=%3d",raw->len,
+                U1(p),U1(p+1));
+    }
+    if (!(sys=ubx_sys(U1(p)))) {
+        trace(2,"ubx rxmsfrbx sys id error: sys=%d\n",U1(p));
+        return -1;
+    }
+    prn=U1(p+1)+(sys==SYS_QZS?192:0);
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"ubx rxmsfrbx sat number error: sys=%d prn=%d\n",sys,prn);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: return decode_nav (raw,sat,8);
+        case SYS_QZS: return decode_nav (raw,sat,8);
+        case SYS_GAL: return decode_enav(raw,sat,8);
+        case SYS_CMP: return decode_cnav(raw,sat,8);
+        case SYS_GLO: return decode_gnav(raw,sat,8,U1(p+3));
+        case SYS_SBS: return decode_snav(raw,sat,8);
+    }
+    return 0;
+}
+/* decode ubx-trk-sfrbx: subframe buffer extension ---------------------------*/
+static int decode_trksfrbx(raw_t *raw)
+{
+    int prn,sat,sys;
+    unsigned char *p=raw->buff+6;
+    
+    trace(4,"decode_trksfrbx: len=%d\n",raw->len);
+    
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX TRK-SFRBX (%4d): sys=%d prn=%3d",raw->len,
+                U1(p+1),U1(p+2));
+    }
+    if (!(sys=ubx_sys(U1(p+1)))) {
+        trace(2,"ubx trksfrbx sys id error: sys=%d\n",U1(p+1));
+        return -1;
+    }
+    prn=U1(p+2)+(sys==SYS_QZS?192:0);
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"ubx trksfrbx sat number error: sys=%d prn=%d\n",sys,prn);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: return decode_nav (raw,sat,13);
+        case SYS_QZS: return decode_nav (raw,sat,13);
+        case SYS_GAL: return decode_enav(raw,sat,13);
+        case SYS_CMP: return decode_cnav(raw,sat,13);
+        case SYS_GLO: return decode_gnav(raw,sat,13,U1(p+4));
+        case SYS_SBS: return decode_snav(raw,sat,13);
+    }
+    return 0;
+}
+/* decode ublox raw message --------------------------------------------------*/
+static int decode_ubx(raw_t *raw)
+{
+    int type=(U1(raw->buff+2)<<8)+U1(raw->buff+3);
+    
+    trace(3,"decode_ubx: type=%04x len=%d\n",type,raw->len);
+    
+    /* checksum */
+    if (!checksum(raw->buff,raw->len)) {
+        trace(2,"ubx checksum error: type=%04x len=%d\n",type,raw->len);
+        return -1;
+    }
+    switch (type) {
+        case ID_RXMRAW  : return decode_rxmraw  (raw);
+        case ID_RXMRAWX : return decode_rxmrawx (raw);
+        case ID_RXMSFRB : return decode_rxmsfrb (raw);
+        case ID_RXMSFRBX: return decode_rxmsfrbx(raw);
+        case ID_NAVSOL  : return decode_navsol  (raw);
+        case ID_NAVTIME : return decode_navtime (raw);
+        case ID_TRKMEAS : return decode_trkmeas (raw);
+        case ID_TRKD5   : return decode_trkd5   (raw);
+        case ID_TRKSFRBX: return decode_trksfrbx(raw);
+    }
+    if (raw->outtype) {
+        sprintf(raw->msgtype,"UBX 0x%02X 0x%02X (%4d)",type>>8,type&0xF,
+                raw->len);
+    }
+    return 0;
+}
+/* sync code -----------------------------------------------------------------*/
+static int sync_ubx(unsigned char *buff, unsigned char data)
+{
+    buff[0]=buff[1]; buff[1]=data;
+    return buff[0]==UBXSYNC1&&buff[1]==UBXSYNC2;
+}
+/* input ublox raw message from stream -----------------------------------------
+* fetch next ublox raw data and input a mesasge from stream
+* args   : raw_t *raw   IO     receiver raw data control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter)
+*
+* notes  : to specify input options, set raw->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL    : input all ephemerides
+*          -INVCP     : invert polarity of carrier-phase
+*          -TADJ=tint : adjust time tags to multiples of tint (sec)
+*
+*          The supported messages are as follows.
+*
+*          UBX-RXM-RAW  : raw measurement data
+*          UBX-RXM-RAWX : multi-gnss measurement data
+*          UBX-RXM-SFRB : subframe buffer
+*          UBX-RXM-SFRBX: subframe buffer extension
+*
+*          UBX-TRK-MEAS and UBX-TRK-SFRBX are based on NEO-M8N (F/W 2.01).
+*          UBX-TRK-D5 is based on NEO-7N (F/W 1.00). They are not formally
+*          documented and not supported by u-blox.
+*          Users can use these messages by their own risk.
+*-----------------------------------------------------------------------------*/
+extern int input_ubx(raw_t *raw, unsigned char data)
+{
+    trace(5,"input_ubx: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        if (!sync_ubx(raw->buff,data)) return 0;
+        raw->nbyte=2;
+        return 0;
+    }
+    raw->buff[raw->nbyte++]=data;
+    
+    if (raw->nbyte==6) {
+        if ((raw->len=U2(raw->buff+4)+8)>MAXRAWLEN) {
+            trace(2,"ubx length error: len=%d\n",raw->len);
+            raw->nbyte=0;
+            return -1;
+        }
+    }
+    if (raw->nbyte<6||raw->nbyte<raw->len) return 0;
+    raw->nbyte=0;
+    
+    /* decode ublox raw message */
+    return decode_ubx(raw);
+}
+/* input ublox raw message from file -------------------------------------------
+* fetch next ublox raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file, -1...9: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_ubxf(raw_t *raw, FILE *fp)
+{
+    int i,data;
+    
+    trace(4,"input_ubxf:\n");
+    
+    /* synchronize frame */
+    if (raw->nbyte==0) {
+        for (i=0;;i++) {
+            if ((data=fgetc(fp))==EOF) return -2;
+            if (sync_ubx(raw->buff,(unsigned char)data)) break;
+            if (i>=4096) return 0;
+        }
+    }
+    if (fread(raw->buff+2,1,4,fp)<4) return -2;
+    raw->nbyte=6;
+    
+    if ((raw->len=U2(raw->buff+4)+8)>MAXRAWLEN) {
+        trace(2,"ubx length error: len=%d\n",raw->len);
+        raw->nbyte=0;
+        return -1;
+    }
+    if (fread(raw->buff+6,1,raw->len-6,fp)<(size_t)(raw->len-6)) return -2;
+    raw->nbyte=0;
+    
+    /* decode ubx raw message */
+    return decode_ubx(raw);
+}
+/* generate ublox binary message -----------------------------------------------
+* generate ublox binary message from message string
+* args   : char  *msg   IO     message string 
+*            "CFG-PRT   portid res0 res1 mode baudrate inmask outmask flags"
+*            "CFG-USB   vendid prodid res1 res2 power flags vstr pstr serino"
+*            "CFG-MSG   msgid rate0 rate1 rate2 rate3 rate4 rate5 rate6"
+*            "CFG-NMEA  filter version numsv flags"
+*            "CFG-RATE  meas nav time"
+*            "CFG-CFG   clear_mask save_mask load_mask [dev_mask]"
+*            "CFG-TP    interval length status time_ref res adelay rdelay udelay"
+*            "CFG-NAV2  ..."
+*            "CFG-DAT   maja flat dx dy dz rotx roty rotz scale"
+*            "CFG-INF   protocolid res0 res1 res2 mask0 mask1 mask2 ... mask5"
+*            "CFG-RST   navbbr reset res"
+*            "CFG-RXM   gpsmode lpmode"
+*            "CFG-ANT   flags pins"
+*            "CFG-FXN   flags treacq tacq treacqoff tacqoff ton toff res basetow"
+*            "CFG-SBAS  mode usage maxsbas res scanmode"
+*            "CFG-LIC   key0 key1 key2 key3 key4 key5"
+*            "CFG-TM    intid rate flags"
+*            "CFG-TM2   ch res0 res1 rate flags"
+*            "CFG-TMODE tmode posx posy posz posvar svinmindur svinvarlimit"
+*            "CFG-EKF   ..."
+*            "CFG-GNSS  ..."
+*            "CFG-ITFM  conf conf2"
+*            "CFG-LOGFILTER ver flag min_int time_thr speed_thr pos_thr"
+*            "CFG-NAV5  ..."
+*            "CFG-NAVX5 ..."
+*            "CFG-ODO   ..."
+*            "CFG-PM2   ..."
+*            "CFG-PWR   ver rsv1 rsv2 rsv3 state"
+*            "CFG-RINV  flag data ..."
+*            "CFG-SMGR  ..."
+*            "CFG-TMODE2 ..."
+*            "CFG-TPS   ..."
+*            "CFG-TXSLOT ..."
+*          unsigned char *buff O binary message
+* return : length of binary message (0: error)
+* note   : see reference [1][3] for details.
+*          the following messages are not supported:
+*             CFG-DOSC,CFG-ESRC
+*-----------------------------------------------------------------------------*/
+extern int gen_ubx(const char *msg, unsigned char *buff)
+{
+    const char *cmd[]={
+        "PRT","USB","MSG","NMEA","RATE","CFG","TP","NAV2","DAT","INF",
+        "RST","RXM","ANT","FXN","SBAS","LIC","TM","TM2","TMODE","EKF",
+        "GNSS","ITFM","LOGFILTER","NAV5","NAVX5","ODO","PM2","PWR","RINV","SMGR",
+        "TMODE2","TPS","TXSLOT",""
+    };
+    const unsigned char id[]={
+        0x00,0x1B,0x01,0x17,0x08,0x09,0x07,0x1A,0x06,0x02,
+        0x04,0x11,0x13,0x0E,0x16,0x80,0x10,0x19,0x1D,0x12,
+        0x3E,0x39,0x47,0x24,0x23,0x1E,0x3B,0x57,0x34,0x62,
+        0x36,0x31,0x53
+    };
+    const int prm[][32]={
+        {FU1,FU1,FU2,FU4,FU4,FU2,FU2,FU2,FU2},    /* PRT */
+        {FU2,FU2,FU2,FU2,FU2,FU2,FS32,FS32,FS32}, /* USB */
+        {FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1},        /* MSG */
+        {FU1,FU1,FU1,FU1},                        /* NMEA */
+        {FU2,FU2,FU2},                            /* RATE */
+        {FU4,FU4,FU4,FU1},                        /* CFG */
+        {FU4,FU4,FI1,FU1,FU2,FI2,FI2,FI4},        /* TP */
+        {FU1,FU1,FU2,FU1,FU1,FU1,FU1,FI4,FU1,FU1,FU1,FU1,FU1,FU1,FU2,FU2,FU2,FU2,
+         FU2,FU1,FU1,FU2,FU4,FU4},                /* NAV2 */
+        {FR8,FR8,FR4,FR4,FR4,FR4,FR4,FR4,FR4},    /* DAT */
+        {FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1}, /* INF */
+        {FU2,FU1,FU1},                            /* RST */
+        {FU1,FU1},                                /* RXM */
+        {FU2,FU2},                                /* ANT */
+        {FU4,FU4,FU4,FU4,FU4,FU4,FU4,FU4},        /* FXN */
+        {FU1,FU1,FU1,FU1,FU4},                    /* SBAS */
+        {FU2,FU2,FU2,FU2,FU2,FU2},                /* LIC */
+        {FU4,FU4,FU4},                            /* TM */
+        {FU1,FU1,FU2,FU4,FU4},                    /* TM2 */
+        {FU4,FI4,FI4,FI4,FU4,FU4,FU4},            /* TMODE */
+        {FU1,FU1,FU1,FU1,FU4,FU2,FU2,FU1,FU1,FU2}, /* EKF */
+        {FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU4},    /* GNSS */
+        {FU4,FU4},                                /* ITFM */
+        {FU1,FU1,FU2,FU2,FU2,FU4},                /* LOGFILTER */
+        {FU2,FU1,FU1,FI4,FU4,FI1,FU1,FU2,FU2,FU2,FU2,FU1,FU1,FU1,FU1,FU1,FU1,FU2,
+         FU1,FU1,FU1,FU1,FU1,FU1},                /* NAV5 */
+        {FU2,FU2,FU4,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU2,FU1,FU1,FU1,FU1,
+         FU1,FU1,FU1,FU1,FU1,FU1,FU2},            /* NAVX5 */
+        {FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1,FU1},    /* ODO */
+        {FU1,FU1,FU1,FU1,FU4,FU4,FU4,FU4,FU2,FU2}, /* PM2 */
+        {FU1,FU1,FU1,FU1,FU4},                    /* PWR */
+        {FU1,FU1},                                /* RINV */
+        {FU1,FU1,FU2,FU2,FU1,FU1,FU2,FU2,FU2,FU2,FU4}, /* SMGR */
+        {FU1,FU1,FU2,FI4,FI4,FI4,FU4,FU4,FU4},    /* TMODE2 */
+        {FU1,FU1,FU1,FU1,FI2,FI2,FU4,FU4,FU4,FU4,FI4,FU4}, /* TPS */
+        {FU1,FU1,FU1,FU1,FU4,FU4,FU4,FU4,FU4}     /* TXSLOT */
+    };
+    unsigned char *q=buff;
+    char mbuff[1024],*args[32],*p;
+    int i,j,n,narg=0;
+    
+    trace(4,"gen_ubxf: msg=%s\n",msg);
+    
+    strcpy(mbuff,msg);
+    for (p=strtok(mbuff," ");p&&narg<32;p=strtok(NULL," ")) {
+        args[narg++]=p;
+    }
+    if (narg<1||strncmp(args[0],"CFG-",4)) return 0;
+    
+    for (i=0;*cmd[i];i++) {
+        if (!strcmp(args[0]+4,cmd[i])) break;
+    }
+    if (!*cmd[i]) return 0;
+    
+    *q++=UBXSYNC1;
+    *q++=UBXSYNC2;
+    *q++=UBXCFG;
+    *q++=id[i];
+    q+=2;
+    for (j=1;prm[i][j-1]||j<narg;j++) {
+        switch (prm[i][j-1]) {
+            case FU1 : setU1(q,j<narg?(unsigned char )atoi(args[j]):0); q+=1; break;
+            case FU2 : setU2(q,j<narg?(unsigned short)atoi(args[j]):0); q+=2; break;
+            case FU4 : setU4(q,j<narg?(unsigned int  )atoi(args[j]):0); q+=4; break;
+            case FI1 : setI1(q,j<narg?(char          )atoi(args[j]):0); q+=1; break;
+            case FI2 : setI2(q,j<narg?(short         )atoi(args[j]):0); q+=2; break;
+            case FI4 : setI4(q,j<narg?(int           )atoi(args[j]):0); q+=4; break;
+            case FR4 : setR4(q,j<narg?(float         )atof(args[j]):0); q+=4; break;
+            case FR8 : setR8(q,j<narg?(double)atof(args[j]):0); q+=8; break;
+            case FS32: sprintf((char *)q,"%-32.32s",j<narg?args[j]:""); q+=32; break;
+            default  : setU1(q,j<narg?(unsigned char )atoi(args[j]):0); q+=1; break;
+        }
+    }
+    n=(int)(q-buff)+2;
+    setU2(buff+4,(unsigned short)(n-8));
+    setcs(buff,n);
+    
+    trace(5,"gen_ubx: buff=\n"); traceb(5,buff,n);
+    return n;
+}
diff --git a/src/rcvraw.c b/src/rcvraw.c
new file mode 100644
index 0000000..12d3a35
--- /dev/null
+++ b/src/rcvraw.c
@@ -0,0 +1,993 @@
+/*------------------------------------------------------------------------------
+* rcvraw.c : receiver raw data functions
+*
+*          Copyright (C) 2009-2016 by T.TAKASU, All rights reserved.
+*          Copyright (C) 2014 by T.SUZUKI, All rights reserved.
+*
+* references :
+*     [1] IS-GPS-200D, Navstar GPS Space Segment/Navigation User Interfaces,
+*         7 March, 2006
+*     [2] Global navigation satellite system GLONASS interface control document
+*         navigation radiosignal in bands L1,L2 (version 5.1), 2008
+*     [3] BeiDou satellite navigation system signal in space interface control
+*         document open service signal (version 2.0), December 2013
+*     [4] Quasi-Zenith Satellite System Navigation Service Interface
+*         Specification for QZSS (IS-QZSS) V.1.5, March 27, 2014
+*     [5] European GNSS (Galileo) Open Service Signal In Space Interface Control
+*         Document, Issue 1.2, November 2015
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2009/04/10 1.0  new
+*           2009/06/02 1.1  support glonass
+*           2010/07/31 1.2  support eph_t struct change
+*           2010/12/06 1.3  add almanac decoding, support of GW10
+*                           change api decode_frame()
+*           2013/04/11 1.4  fix bug on decode fit interval
+*           2014/01/31 1.5  fix bug on decode fit interval
+*           2014/06/22 1.6  add api decode_glostr()
+*           2014/06/22 1.7  add api decode_bds_d1(), decode_bds_d2()
+*           2014/08/14 1.8  add test_glostr()
+*                           add support input format rt17
+*           2014/08/31 1.9  suppress warning
+*           2014/11/07 1.10 support qzss navigation subframes
+*           2016/01/23 1.11 enable septentrio
+*           2016/01/28 1.12 add decode_gal_inav() for galileo I/NAV
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+#include <stdint.h>
+
+static const char rcsid[]="$Id:$";
+
+#define P2_34       5.820766091346740E-11 /* 2^-34 */
+#define P2_46       1.421085471520200E-14 /* 2^-46 */
+#define P2_59       1.734723475976810E-18 /* 2^-59 */
+#define P2_66       1.355252715606881E-20 /* 2^-66 for BeiDou ephemeris */
+
+/* get two component bits ----------------------------------------------------*/
+static unsigned int getbitu2(const unsigned char *buff, int p1, int l1, int p2,
+                             int l2)
+{
+    return (getbitu(buff,p1,l1)<<l2)+getbitu(buff,p2,l2);
+}
+static int getbits2(const unsigned char *buff, int p1, int l1, int p2, int l2)
+{
+    if (getbitu(buff,p1,1))
+        return (int)((getbits(buff,p1,l1)<<l2)+getbitu(buff,p2,l2));
+    else
+        return (int)getbitu2(buff,p1,l1,p2,l2);
+}
+/* get three component bits --------------------------------------------------*/
+static unsigned int getbitu3(const unsigned char *buff, int p1, int l1, int p2,
+                             int l2, int p3, int l3)
+{
+    return (getbitu(buff,p1,l1)<<(l2+l3))+(getbitu(buff,p2,l2)<<l3)+
+            getbitu(buff,p3,l3);
+}
+static int getbits3(const unsigned char *buff, int p1, int l1, int p2, int l2,
+                    int p3, int l3)
+{
+    if (getbitu(buff,p1,1))
+        return (int)((getbits(buff,p1,l1)<<(l2+l3))+
+                   (getbitu(buff,p2,l2)<<l3)+getbitu(buff,p3,l3));
+    else
+        return (int)getbitu3(buff,p1,l1,p2,l2,p3,l3);
+}
+/* merge two components ------------------------------------------------------*/
+static unsigned int merge_two_u(unsigned int a, unsigned int b, int n)
+{
+    return (a<<n)+b;
+}
+static int merge_two_s(int a, unsigned int b, int n)
+{
+    return (int)((a<<n)+b);
+}
+/* get sign-magnitude bits ---------------------------------------------------*/
+static double getbitg(const unsigned char *buff, int pos, int len)
+{
+    double value=getbitu(buff,pos+1,len-1);
+    return getbitu(buff,pos,1)?-value:value;
+}
+/* decode Galileo I/NAV ephemeris ----------------------------------------------
+* decode Galileo I/NAV (ref [4] 4.3)
+* args   : unsigned char *buff I galileo I/NAV subframe bits (128 x 6 bits)
+*                                  buff[ 0- 15]: I/NAV pages word 0
+*                                  buff[16- 31]: I/NAV pages word 1
+*                                  buff[32- 47]: I/NAV pages word 2
+*                                  buff[48- 63]: I/NAV pages word 3
+*                                  buff[64- 79]: I/NAV pages word 4
+*                                  buff[80- 95]: I/NAV pages word 5
+*          eph_t    *eph    IO  ephemeris structure
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int decode_gal_inav(const unsigned char *buff, eph_t *eph)
+{
+    gtime_t time1,time2;
+    double tow,toc,tt,sqrtA;
+    unsigned int time_flag,week,svid,e5b_hs,e1b_hs,e5b_dvs,e1b_dvs,iod_nav[4];
+    int i;
+    
+    i=6; /* word 0 */
+    time_flag  =getbitu(buff,i, 2);              i+= 2+88;
+    week       =getbitu(buff,i,12);              i+=12;
+    tow        =getbitu(buff,i,20);
+    
+    i=128+6; /* word 1 */
+    iod_nav[0] =getbitu(buff,i,10);              i+=10;
+    eph->toes  =getbitu(buff,i,14)*60.0;         i+=14;
+    eph->M0    =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->e     =getbitu(buff,i,32)*P2_33;        i+=32;
+    sqrtA      =getbitu(buff,i,32)*P2_19;
+    eph->A     =sqrtA*sqrtA;
+    
+    i=256+6; /* word 2 */
+    iod_nav[1] =getbitu(buff,i,10);              i+=10;
+    eph->OMG0  =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->i0    =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->omg   =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->idot  =getbits(buff,i,14)*P2_43*SC2RAD;
+    
+    i=384+6; /* word 3 */
+    iod_nav[2] =getbitu(buff,i,10);              i+=10;
+    eph->OMGd  =getbits(buff,i,24)*P2_43*SC2RAD; i+=24;
+    eph->deln  =getbits(buff,i,16)*P2_43*SC2RAD; i+=16;
+    eph->cuc   =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->cus   =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->crc   =getbits(buff,i,16)*P2_5;         i+=16;
+    eph->crs   =getbits(buff,i,16)*P2_5;         i+=16;
+    eph->sva   =getbitu(buff,i, 8);
+    
+    i=512+6; /* word 4 */
+    iod_nav[3] =getbitu(buff,i,10);              i+=10;
+    svid       =getbitu(buff,i, 6);              i+= 6;
+    eph->cic   =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->cis   =getbits(buff,i,16)*P2_29;        i+=16;
+    toc        =getbitu(buff,i,14)*60.0;         i+=14;
+    eph->f0    =getbits(buff,i,31)*P2_34;        i+=31;
+    eph->f1    =getbits(buff,i,21)*P2_46;        i+=21;
+    eph->f2    =getbits(buff,i, 6)*P2_59;
+    
+    i=640+6+41; /* word 5 */
+    eph->tgd[0]=getbits(buff,i,10)*P2_32;        i+=10; /* BGD E5a/E1 */
+    eph->tgd[1]=getbits(buff,i,10)*P2_32;        i+=10; /* BGD E5b/E1 */
+    e5b_hs     =getbitu(buff,i, 2);              i+= 2; /* E5B_hs */
+    e1b_hs     =getbitu(buff,i, 2);              i+= 2; /* E1B_hs */
+    e5b_dvs    =getbitu(buff,i, 1);              i+= 1; /* E5B_dvs */
+    e1b_dvs    =getbitu(buff,i, 1);                     /* E1B_dvs */
+    
+    /* test consistency of iod_nav */
+    if (iod_nav[0]!=iod_nav[1]||iod_nav[0]!=iod_nav[2]||iod_nav[0]!=iod_nav[3]) {
+        trace(3,"decode_gal_inav error: ionav=%d %d %d %d\n",iod_nav[0],
+              iod_nav[1],iod_nav[2],iod_nav[3]);
+        return 0;
+    }
+    if (!(eph->sat=satno(SYS_GAL,svid))) {
+        trace(2,"decode_gal_inav svid error: svid=%d\n",svid);
+        return 0;
+    }
+    eph->iode=eph->iodc=iod_nav[0];
+    eph->svh=(e5b_hs<<7)|(e5b_dvs<<6)|(e1b_hs<<2)|e1b_dvs;
+    
+    if (time_flag!=2) {
+        trace(2,"decode_gal_inav: gst week info not obtained\n");
+        return 0;
+    }
+    eph->ttr=gst2time(week,tow);
+    tt=timediff(gst2time(week,eph->toes),eph->ttr);
+    if      (tt> 302400.0) week--;
+    else if (tt<-302400.0) week++;
+    eph->toe=gst2time(week,eph->toes);
+    eph->toc=gst2time(week,toc);
+    
+    eph->week=week+1024; /* galileo-week = gst-week + 1024 */
+    eph->code=1;         /* data source = I/NAV E1-B */
+    
+    return 1;
+}
+/* decode BeiDou D1 ephemeris --------------------------------------------------
+* decode BeiDou D1 ephemeris (IGSO/MEO satellites) (ref [3] 5.2)
+* args   : unsigned char *buff I beidou D1 subframe bits
+*                                  buff[ 0- 37]: subframe 1 (300 bits)
+*                                  buff[38- 75]: subframe 2
+*                                  buff[76-113]: subframe 3
+*          eph_t    *eph    IO  ephemeris structure
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int decode_bds_d1(const unsigned char *buff, eph_t *eph)
+{
+    double toc_bds,sqrtA;
+    unsigned int toe1,toe2,sow1,sow2,sow3;
+    int i,frn1,frn2,frn3;
+    
+    trace(3,"decode_bds_d1:\n");
+    
+    i=8*38*0; /* subframe 1 */
+    frn1       =getbitu (buff,i+ 15, 3);
+    sow1       =getbitu2(buff,i+ 18, 8,i+30,12);
+    eph->svh   =getbitu (buff,i+ 42, 1); /* SatH1 */
+    eph->iodc  =getbitu (buff,i+ 43, 5); /* AODC */
+    eph->sva   =getbitu (buff,i+ 48, 4);
+    eph->week  =getbitu (buff,i+ 60,13); /* week in BDT */
+    toc_bds    =getbitu2(buff,i+ 73, 9,i+ 90, 8)*8.0;
+    eph->tgd[0]=getbits (buff,i+ 98,10)*0.1*1E-9;
+    eph->tgd[1]=getbits2(buff,i+108, 4,i+120, 6)*0.1*1E-9;
+    eph->f2    =getbits (buff,i+214,11)*P2_66;
+    eph->f0    =getbits2(buff,i+225, 7,i+240,17)*P2_33;
+    eph->f1    =getbits2(buff,i+257, 5,i+270,17)*P2_50;
+    eph->iode  =getbitu (buff,i+287, 5); /* AODE */
+    
+    i=8*38*1; /* subframe 2 */
+    frn2       =getbitu (buff,i+ 15, 3);
+    sow2       =getbitu2(buff,i+ 18, 8,i+30,12);
+    eph->deln  =getbits2(buff,i+ 42,10,i+ 60, 6)*P2_43*SC2RAD;
+    eph->cuc   =getbits2(buff,i+ 66,16,i+ 90, 2)*P2_31;
+    eph->M0    =getbits2(buff,i+ 92,20,i+120,12)*P2_31*SC2RAD;
+    eph->e     =getbitu2(buff,i+132,10,i+150,22)*P2_33;
+    eph->cus   =getbits (buff,i+180,18)*P2_31;
+    eph->crc   =getbits2(buff,i+198, 4,i+210,14)*P2_6;
+    eph->crs   =getbits2(buff,i+224, 8,i+240,10)*P2_6;
+    sqrtA      =getbitu2(buff,i+250,12,i+270,20)*P2_19;
+    toe1       =getbitu (buff,i+290, 2); /* TOE 2-MSB */
+    eph->A     =sqrtA*sqrtA;
+    
+    i=8*38*2; /* subframe 3 */
+    frn3       =getbitu (buff,i+ 15, 3);
+    sow3       =getbitu2(buff,i+ 18, 8,i+30,12);
+    toe2       =getbitu2(buff,i+ 42,10,i+ 60, 5); /* TOE 5-LSB */
+    eph->i0    =getbits2(buff,i+ 65,17,i+ 90,15)*P2_31*SC2RAD;
+    eph->cic   =getbits2(buff,i+105, 7,i+120,11)*P2_31;
+    eph->OMGd  =getbits2(buff,i+131,11,i+150,13)*P2_43*SC2RAD;
+    eph->cis   =getbits2(buff,i+163, 9,i+180, 9)*P2_31;
+    eph->idot  =getbits2(buff,i+189,13,i+210, 1)*P2_43*SC2RAD;
+    eph->OMG0  =getbits2(buff,i+211,21,i+240,11)*P2_31*SC2RAD;
+    eph->omg   =getbits2(buff,i+251,11,i+270,21)*P2_31*SC2RAD;
+    eph->toes  =merge_two_u(toe1,toe2,15)*8.0;
+    
+    /* check consistency of subframe numbers, sows and toe/toc */
+    if (frn1!=1||frn2!=2||frn3!=3) {
+        trace(3,"decode_bds_d1 error: frn=%d %d %d\n",frn1,frn2,frn3);
+        return 0;
+    }
+    if (sow2!=sow1+6||sow3!=sow2+6) {
+        trace(3,"decode_bds_d1 error: sow=%d %d %d\n",sow1,sow2,sow3);
+        return 0;
+    }
+    if (toc_bds!=eph->toes) {
+        trace(3,"decode_bds_d1 error: toe=%.0f toc=%.0f\n",eph->toes,toc_bds);
+        return 0;
+    }
+    eph->ttr=bdt2gpst(bdt2time(eph->week,sow1));      /* bdt -> gpst */
+    if      (eph->toes>sow1+302400.0) eph->week++;
+    else if (eph->toes<sow1-302400.0) eph->week--;
+    eph->toe=bdt2gpst(bdt2time(eph->week,eph->toes)); /* bdt -> gpst */
+    eph->toc=bdt2gpst(bdt2time(eph->week,toc_bds));   /* bdt -> gpst */
+    return 1;
+}
+/* decode BeiDou D2 ephemeris --------------------------------------------------
+* decode BeiDou D2 ephemeris (GEO satellites) (ref [3] 5.3)
+* args   : unsigned char *buff I beidou D2 subframe 1 page bits
+*                                  buff[  0- 37]: page 1 (300 bits)
+*                                  buff[ 38- 75]: page 2
+*                                  ...
+*                                  buff[342-379]: page 10
+*          eph_t    *eph    IO  ephemeris structure
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int decode_bds_d2(const unsigned char *buff, eph_t *eph)
+{
+    double toc_bds,sqrtA;
+    unsigned int f1p4,cucp5,ep6,cicp7,i0p8,OMGdp9,omgp10;
+    unsigned int sow1,sow3,sow4,sow5,sow6,sow7,sow8,sow9,sow10;
+    int i,f1p3,cucp4,ep5,cicp6,i0p7,OMGdp8,omgp9;
+    int pgn1,pgn3,pgn4,pgn5,pgn6,pgn7,pgn8,pgn9,pgn10;
+    
+    trace(3,"decode_bds_d2:\n");
+    
+    i=8*38*0; /* page 1 */
+    pgn1       =getbitu (buff,i+ 42, 4);
+    sow1       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    eph->svh   =getbitu (buff,i+ 46, 1); /* SatH1 */
+    eph->iodc  =getbitu (buff,i+ 47, 5); /* AODC */
+    eph->sva   =getbitu (buff,i+ 60, 4);
+    eph->week  =getbitu (buff,i+ 64,13); /* week in BDT */
+    toc_bds    =getbitu2(buff,i+ 77, 5,i+ 90,12)*8.0;
+    eph->tgd[0]=getbits (buff,i+102,10)*0.1*1E-9;
+    eph->tgd[1]=getbits (buff,i+120,10)*0.1*1E-9;
+    
+    i=8*38*2; /* page 3 */
+    pgn3       =getbitu (buff,i+ 42, 4);
+    sow3       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    eph->f0    =getbits2(buff,i+100,12,i+120,12)*P2_33;
+    f1p3       =getbits (buff,i+132,4);
+    
+    i=8*38*3; /* page 4 */
+    pgn4       =getbitu (buff,i+ 42, 4);
+    sow4       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    f1p4       =getbitu2(buff,i+ 46, 6,i+ 60,12);
+    eph->f2    =getbits2(buff,i+ 72,10,i+ 90, 1)*P2_66;
+    eph->iode  =getbitu (buff,i+ 91, 5); /* AODE */
+    eph->deln  =getbits (buff,i+ 96,16)*P2_43*SC2RAD;
+    cucp4      =getbits (buff,i+120,14);
+    
+    i=8*38*4; /* page 5 */
+    pgn5       =getbitu (buff,i+ 42, 4);
+    sow5       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    cucp5      =getbitu (buff,i+ 46, 4);
+    eph->M0    =getbits3(buff,i+ 50, 2,i+ 60,22,i+ 90, 8)*P2_31*SC2RAD;
+    eph->cus   =getbits2(buff,i+ 98,14,i+120, 4)*P2_31;
+    ep5        =getbits (buff,i+124,10);
+    
+    i=8*38*5; /* page 6 */
+    pgn6       =getbitu (buff,i+ 42, 4);
+    sow6       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    ep6        =getbitu2(buff,i+ 46, 6,i+ 60,16);
+    sqrtA      =getbitu3(buff,i+ 76, 6,i+ 90,22,i+120,4)*P2_19;
+    cicp6      =getbits (buff,i+124,10);
+    eph->A     =sqrtA*sqrtA;
+    
+    i=8*38*6; /* page 7 */
+    pgn7       =getbitu (buff,i+ 42, 4);
+    sow7       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    cicp7      =getbitu2(buff,i+ 46, 6,i+ 60, 2);
+    eph->cis   =getbits (buff,i+ 62,18)*P2_31;
+    eph->toes  =getbitu2(buff,i+ 80, 2,i+ 90,15)*8.0;
+    i0p7       =getbits2(buff,i+105, 7,i+120,14);
+    
+    i=8*38*7; /* page 8 */
+    pgn8       =getbitu (buff,i+ 42, 4);
+    sow8       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    i0p8       =getbitu2(buff,i+ 46, 6,i+ 60, 5);
+    eph->crc   =getbits2(buff,i+ 65,17,i+ 90, 1)*P2_6;
+    eph->crs   =getbits (buff,i+ 91,18)*P2_6;
+    OMGdp8     =getbits2(buff,i+109, 3,i+120,16);
+    
+    i=8*38*8; /* page 9 */
+    pgn9       =getbitu (buff,i+ 42, 4);
+    sow9       =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    OMGdp9     =getbitu (buff,i+ 46, 5);
+    eph->OMG0  =getbits3(buff,i+ 51, 1,i+ 60,22,i+ 90, 9)*P2_31*SC2RAD;
+    omgp9      =getbits2(buff,i+ 99,13,i+120,14);
+    
+    i=8*38*9; /* page 10 */
+    pgn10      =getbitu (buff,i+ 42, 4);
+    sow10      =getbitu2(buff,i+ 18, 8,i+ 30,12);
+    omgp10     =getbitu (buff,i+ 46, 5);
+    eph->idot  =getbits2(buff,i+ 51, 1,i+ 60,13)*P2_43*SC2RAD;
+    
+    /* check consistency of page numbers, sows and toe/toc */
+    if (pgn1!=1||pgn3!=3||pgn4!=4||pgn5!=5||pgn6!=6||pgn7!=7||pgn8!=8||pgn9!=9||
+        pgn10!=10) {
+        trace(3,"decode_bds_d2 error: pgn=%d %d %d %d %d %d %d %d %d\n",
+              pgn1,pgn3,pgn4,pgn5,pgn6,pgn7,pgn8,pgn9,pgn10);
+        return 0;
+    }
+    if (sow3!=sow1+6||sow4!=sow3+3||sow5!=sow4+3||sow6!=sow5+3||
+        sow7!=sow6+3||sow8!=sow7+3||sow9!=sow8+3||sow10!=sow9+3) {
+        trace(3,"decode_bds_d2 error: sow=%d %d %d %d %d %d %d %d %d\n",
+              sow1,sow3,sow4,sow5,sow6,sow7,sow8,sow9,sow10);
+        return 0;
+    }
+    if (toc_bds!=eph->toes) {
+        trace(3,"decode_bds_d2 error: toe=%.0f toc=%.0f\n",eph->toes,toc_bds);
+        return 0;
+    }
+    eph->f1  =merge_two_s(f1p3  ,f1p4  ,18)*P2_50;
+    eph->cuc =merge_two_s(cucp4 ,cucp5 , 4)*P2_31;
+    eph->e   =merge_two_s(ep5   ,ep6   ,22)*P2_33;
+    eph->cic =merge_two_s(cicp6 ,cicp7 , 8)*P2_31;
+    eph->i0  =merge_two_s(i0p7  ,i0p8  ,11)*P2_31*SC2RAD;
+    eph->OMGd=merge_two_s(OMGdp8,OMGdp9, 5)*P2_43*SC2RAD;
+    eph->omg =merge_two_s(omgp9 ,omgp10, 5)*P2_31*SC2RAD;
+    
+    eph->ttr=bdt2gpst(bdt2time(eph->week,sow1));      /* bdt -> gpst */
+    if      (eph->toes>sow1+302400.0) eph->week++;
+    else if (eph->toes<sow1-302400.0) eph->week--;
+    eph->toe=bdt2gpst(bdt2time(eph->week,eph->toes)); /* bdt -> gpst */
+    eph->toc=bdt2gpst(bdt2time(eph->week,toc_bds));   /* bdt -> gpst */
+    return 1;
+}
+/* test hamming code of glonass ephemeris string -------------------------------
+* test hamming code of glonass ephemeris string (ref [2] 4.7)
+* args   : unsigned char *buff I glonass navigation data string bits in frame
+*                                with hamming
+*                                  buff[ 0]: string bit 85-78
+*                                  buff[ 1]: string bit 77-70
+*                                  ...
+*                                  buff[10]: string bit  5- 1 (0 padded)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int test_glostr(const unsigned char *buff)
+{
+    static const unsigned char xor_8bit[256]={ /* xor of 8 bits */
+        0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,
+        1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,
+        1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,
+        0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,
+        1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,
+        0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,
+        0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,
+        1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0
+    };
+    static const unsigned char mask_hamming[][12]={ /* mask of hamming codes */
+        {0x55,0x55,0x5A,0xAA,0xAA,0xAA,0xB5,0x55,0x6A,0xD8,0x08},
+        {0x66,0x66,0x6C,0xCC,0xCC,0xCC,0xD9,0x99,0xB3,0x68,0x10},
+        {0x87,0x87,0x8F,0x0F,0x0F,0x0F,0x1E,0x1E,0x3C,0x70,0x20},
+        {0x07,0xF8,0x0F,0xF0,0x0F,0xF0,0x1F,0xE0,0x3F,0x80,0x40},
+        {0xF8,0x00,0x0F,0xFF,0xF0,0x00,0x1F,0xFF,0xC0,0x00,0x80},
+        {0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xE0,0x00,0x00,0x01,0x00},
+        {0xFF,0xFF,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00},
+        {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xF8}
+    };
+    unsigned char cs;
+    int i,j,n=0;
+    
+    for (i=0;i<8;i++) {
+        for (j=0,cs=0;j<11;j++) {
+            cs^=xor_8bit[buff[j]&mask_hamming[i][j]];
+        }
+        if (cs) n++;
+    }
+    return n==0||(n==2&&cs);
+}
+/* decode glonass ephemeris strings --------------------------------------------
+* decode glonass ephemeris string (ref [2])
+* args   : unsigned char *buff I glonass navigation data string bits in frames
+*                                (without hamming and time mark)
+*                                  buff[ 0- 9]: string #1 (77 bits)
+*                                  buff[10-19]: string #2
+*                                  buff[20-29]: string #3
+*                                  buff[30-39]: string #4
+*          geph_t *geph  IO     glonass ephemeris message
+* return : status (1:ok,0:error)
+* notes  : geph->tof should be set to frame time witin 1/2 day before calling
+*          geph->frq is set to 0
+*-----------------------------------------------------------------------------*/
+extern int decode_glostr(const unsigned char *buff, geph_t *geph)
+{
+    double tow,tod,tof,toe;
+    int P,P1,P2,P3,P4,tk_h,tk_m,tk_s,tb,ln,NT,slot,M,week;
+    int i=1,frn1,frn2,frn3,frn4;
+    
+    trace(3,"decode_glostr:\n");
+    
+    /* frame 1 */
+    frn1        =getbitu(buff,i, 4);           i+= 4+2;
+    P1          =getbitu(buff,i, 2);           i+= 2;
+    tk_h        =getbitu(buff,i, 5);           i+= 5;
+    tk_m        =getbitu(buff,i, 6);           i+= 6;
+    tk_s        =getbitu(buff,i, 1)*30;        i+= 1;
+    geph->vel[0]=getbitg(buff,i,24)*P2_20*1E3; i+=24;
+    geph->acc[0]=getbitg(buff,i, 5)*P2_30*1E3; i+= 5;
+    geph->pos[0]=getbitg(buff,i,27)*P2_11*1E3; i+=27+4;
+    
+    /* frame 2 */
+    frn2        =getbitu(buff,i, 4);           i+= 4;
+    geph->svh   =getbitu(buff,i, 3);           i+= 3;
+    P2          =getbitu(buff,i, 1);           i+= 1;
+    tb          =getbitu(buff,i, 7);           i+= 7+5;
+    geph->vel[1]=getbitg(buff,i,24)*P2_20*1E3; i+=24;
+    geph->acc[1]=getbitg(buff,i, 5)*P2_30*1E3; i+= 5;
+    geph->pos[1]=getbitg(buff,i,27)*P2_11*1E3; i+=27+4;
+    
+    /* frame 3 */
+    frn3        =getbitu(buff,i, 4);           i+= 4;
+    P3          =getbitu(buff,i, 1);           i+= 1;
+    geph->gamn  =getbitg(buff,i,11)*P2_40;     i+=11+1;
+    P           =getbitu(buff,i, 2);           i+= 2;
+    ln          =getbitu(buff,i, 1);           i+= 1;
+    geph->vel[2]=getbitg(buff,i,24)*P2_20*1E3; i+=24;
+    geph->acc[2]=getbitg(buff,i, 5)*P2_30*1E3; i+= 5;
+    geph->pos[2]=getbitg(buff,i,27)*P2_11*1E3; i+=27+4;
+    
+    /* frame 4 */
+    frn4        =getbitu(buff,i, 4);           i+= 4;
+    geph->taun  =getbitg(buff,i,22)*P2_30;     i+=22;
+    geph->dtaun =getbitg(buff,i, 5)*P2_30;     i+= 5;
+    geph->age   =getbitu(buff,i, 5);           i+= 5+14;
+    P4          =getbitu(buff,i, 1);           i+= 1;
+    geph->sva   =getbitu(buff,i, 4);           i+= 4+3;
+    NT          =getbitu(buff,i,11);           i+=11;
+    slot        =getbitu(buff,i, 5);           i+= 5;
+    M           =getbitu(buff,i, 2);
+    
+    if (frn1!=1||frn2!=2||frn3!=3||frn4!=4) {
+        trace(3,"decode_glostr error: frn=%d %d %d %d %d\n",frn1,frn2,frn3,frn4);
+        return 0;
+    }
+    if (!(geph->sat=satno(SYS_GLO,slot))) {
+        trace(2,"decode_glostr error: slot=%d\n",slot);
+        return 0;
+    }
+    geph->frq=0;
+    geph->iode=tb;
+    tow=time2gpst(gpst2utc(geph->tof),&week);
+    tod=fmod(tow,86400.0); tow-=tod;
+    tof=tk_h*3600.0+tk_m*60.0+tk_s-10800.0; /* lt->utc */
+    if      (tof<tod-43200.0) tof+=86400.0;
+    else if (tof>tod+43200.0) tof-=86400.0;
+    geph->tof=utc2gpst(gpst2time(week,tow+tof));
+    toe=tb*900.0-10800.0; /* lt->utc */
+    if      (toe<tod-43200.0) toe+=86400.0;
+    else if (toe>tod+43200.0) toe-=86400.0;
+    geph->toe=utc2gpst(gpst2time(week,tow+toe)); /* utc->gpst */
+    return 1;
+}
+/* decode gps/qzss navigation data subframe 1 --------------------------------*/
+static int decode_subfrm1(const unsigned char *buff, eph_t *eph)
+{
+    double tow,toc;
+    int i=48,week,iodc0,iodc1,tgd;
+    
+    trace(4,"decode_subfrm1:\n");
+    trace(5,"decode_subfrm1: buff="); traceb(5,buff,30);
+    
+    tow        =getbitu(buff,24,17)*6.0;           /* transmission time */
+    week       =getbitu(buff,i,10);       i+=10;
+    eph->code  =getbitu(buff,i, 2);       i+= 2;
+    eph->sva   =getbitu(buff,i, 4);       i+= 4;   /* ura index */
+    eph->svh   =getbitu(buff,i, 6);       i+= 6;
+    iodc0      =getbitu(buff,i, 2);       i+= 2;
+    eph->flag  =getbitu(buff,i, 1);       i+= 1+87;
+    tgd        =getbits(buff,i, 8);       i+= 8;
+    iodc1      =getbitu(buff,i, 8);       i+= 8;
+    toc        =getbitu(buff,i,16)*16.0;  i+=16;
+    eph->f2    =getbits(buff,i, 8)*P2_55; i+= 8;
+    eph->f1    =getbits(buff,i,16)*P2_43; i+=16;
+    eph->f0    =getbits(buff,i,22)*P2_31;
+    
+    eph->tgd[0]=tgd==-128?0.0:tgd*P2_31; /* ref [4] */
+    eph->iodc=(iodc0<<8)+iodc1;
+    eph->week=adjgpsweek(week); /* week of tow */
+    eph->ttr=gpst2time(eph->week,tow);
+    eph->toc=gpst2time(eph->week,toc);
+    
+    return 1;
+}
+/* decode gps/qzss navigation data subframe 2 --------------------------------*/
+static int decode_subfrm2(const unsigned char *buff, eph_t *eph)
+{
+    double sqrtA;
+    int i=48;
+    
+    trace(4,"decode_subfrm2:\n");
+    trace(5,"decode_subfrm2: buff="); traceb(5,buff,30);
+    
+    eph->iode=getbitu(buff,i, 8);              i+= 8;
+    eph->crs =getbits(buff,i,16)*P2_5;         i+=16;
+    eph->deln=getbits(buff,i,16)*P2_43*SC2RAD; i+=16;
+    eph->M0  =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->cuc =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->e   =getbitu(buff,i,32)*P2_33;        i+=32;
+    eph->cus =getbits(buff,i,16)*P2_29;        i+=16;
+    sqrtA    =getbitu(buff,i,32)*P2_19;        i+=32;
+    eph->toes=getbitu(buff,i,16)*16.0;         i+=16;
+    eph->fit =getbitu(buff,i, 1)?0.0:4.0; /* 0:4hr,1:>4hr */
+    
+    eph->A=sqrtA*sqrtA;
+    
+    return 2;
+}
+/* decode gps/qzss navigation data subframe 3 --------------------------------*/
+static int decode_subfrm3(const unsigned char *buff, eph_t *eph)
+{
+    double tow,toc;
+    int i=48,iode;
+    
+    trace(4,"decode_subfrm3:\n");
+    trace(5,"decode_subfrm3: buff="); traceb(5,buff,30);
+    
+    eph->cic =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->OMG0=getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->cis =getbits(buff,i,16)*P2_29;        i+=16;
+    eph->i0  =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->crc =getbits(buff,i,16)*P2_5;         i+=16;
+    eph->omg =getbits(buff,i,32)*P2_31*SC2RAD; i+=32;
+    eph->OMGd=getbits(buff,i,24)*P2_43*SC2RAD; i+=24;
+    iode     =getbitu(buff,i, 8);              i+= 8;
+    eph->idot=getbits(buff,i,14)*P2_43*SC2RAD;
+    
+    /* check iode and iodc consistency */
+    if (iode!=eph->iode||iode!=(eph->iodc&0xFF)) return 0;
+    
+    /* adjustment for week handover */
+    tow=time2gpst(eph->ttr,&eph->week);
+    toc=time2gpst(eph->toc,NULL);
+    if      (eph->toes<tow-302400.0) {eph->week++; tow-=604800.0;}
+    else if (eph->toes>tow+302400.0) {eph->week--; tow+=604800.0;}
+    eph->toe=gpst2time(eph->week,eph->toes);
+    eph->toc=gpst2time(eph->week,toc);
+    eph->ttr=gpst2time(eph->week,tow);
+    
+    return 3;
+}
+/* decode gps/qzss almanac ---------------------------------------------------*/
+static void decode_almanac(const unsigned char *buff, int sat, alm_t *alm)
+{
+    gtime_t toa;
+    double deltai,sqrtA,tt;
+    int i=50,f0;
+    
+    trace(4,"decode_almanac: sat=%2d\n",sat);
+    
+    if (!alm||alm[sat-1].week==0) return;
+    
+    alm[sat-1].sat =sat;
+    alm[sat-1].e   =getbits(buff,i,16)*P2_21;        i+=16;
+    alm[sat-1].toas=getbitu(buff,i, 8)*4096.0;       i+= 8;
+    deltai         =getbits(buff,i,16)*P2_19*SC2RAD; i+=16;
+    alm[sat-1].OMGd=getbits(buff,i,16)*P2_38*SC2RAD; i+=16;
+    alm[sat-1].svh =getbitu(buff,i, 8);              i+= 8;
+    sqrtA          =getbitu(buff,i,24)*P2_11;        i+=24;
+    alm[sat-1].OMG0=getbits(buff,i,24)*P2_23*SC2RAD; i+=24;
+    alm[sat-1].omg =getbits(buff,i,24)*P2_23*SC2RAD; i+=24;
+    alm[sat-1].M0  =getbits(buff,i,24)*P2_23*SC2RAD; i+=24;
+    f0             =getbitu(buff,i, 8);              i+= 8;
+    alm[sat-1].f1  =getbits(buff,i,11)*P2_38;        i+=11;
+    alm[sat-1].f0  =getbits(buff,i, 3)*P2_17+f0*P2_20;
+    alm[sat-1].A   =sqrtA*sqrtA;
+    alm[sat-1].i0  =0.3*SC2RAD+deltai;
+    
+    toa=gpst2time(alm[sat-1].week,alm[sat-1].toas);
+    tt=timediff(toa,alm[sat-1].toa);
+    if      (tt<302400.0) alm[sat-1].week--;
+    else if (tt>302400.0) alm[sat-1].week++;
+    alm[sat-1].toa=gpst2time(alm[sat-1].week,alm[sat-1].toas);
+}
+/* decode gps navigation data subframe 4 -------------------------------------*/
+static void decode_gps_subfrm4(const unsigned char *buff, alm_t *alm,
+                               double *ion, double *utc, int *leaps)
+{
+    int i,sat,svid=getbitu(buff,50,6);
+    
+    if (25<=svid&&svid<=32) { /* page 2,3,4,5,7,8,9,10 */
+        
+        /* decode almanac */
+        sat=getbitu(buff,50,6);
+        if (1<=sat&&sat<=32) decode_almanac(buff,sat,alm);
+    }
+    else if (svid==63) { /* page 25 */
+        
+        /* decode as and sv config */
+        i=56;
+        for (sat=1;sat<=32;sat++) {
+            if (alm) alm[sat-1].svconf=getbitu(buff,i,4); i+=4;
+        }
+        /* decode sv health */
+        i=186;
+        for (sat=25;sat<=32;sat++) {
+            if (alm) alm[sat-1].svh   =getbitu(buff,i,6); i+=6;
+        }
+    }
+    else if (svid==56) { /* page 18 */
+        
+        /* decode ion/utc parameters */
+        if (ion) {
+            i=56;
+            ion[0]=getbits(buff,i, 8)*P2_30;     i+= 8;
+            ion[1]=getbits(buff,i, 8)*P2_27;     i+= 8;
+            ion[2]=getbits(buff,i, 8)*P2_24;     i+= 8;
+            ion[3]=getbits(buff,i, 8)*P2_24;     i+= 8;
+            ion[4]=getbits(buff,i, 8)*pow(2,11); i+= 8;
+            ion[5]=getbits(buff,i, 8)*pow(2,14); i+= 8;
+            ion[6]=getbits(buff,i, 8)*pow(2,16); i+= 8;
+            ion[7]=getbits(buff,i, 8)*pow(2,16);
+        }
+        if (utc) {
+            i=120;
+            utc[1]=getbits(buff,i,24)*P2_50;     i+=24;
+            utc[0]=getbits(buff,i,32)*P2_30;     i+=32;
+            utc[2]=getbits(buff,i, 8)*pow(2,12); i+= 8;
+            utc[3]=getbitu(buff,i, 8);
+        }
+        if (leaps) {
+            i=192;
+            *leaps=getbits(buff,i,8);
+        }
+    }
+}
+/* decode gps navigation data subframe 5 -------------------------------------*/
+static void decode_gps_subfrm5(const unsigned char *buff, alm_t *alm)
+{
+    double toas;
+    int i,sat,week,svid=getbitu(buff,50,6);
+    
+    if (1<=svid&&svid<=24) { /* page 1-24 */
+        
+        /* decode almanac */
+        sat=getbitu(buff,50,6);
+        if (1<=sat&&sat<=32) decode_almanac(buff,sat,alm);
+    }
+    else if (svid==51) { /* page 25 */
+        
+        if (alm) {
+            i=56;
+            toas=getbitu(buff,i,8)*4096; i+=8;
+            week=getbitu(buff,i,8);      i+=8;
+            week=adjgpsweek(week);
+            
+            /* decode sv health */
+            for (sat=1;sat<=24;sat++) {
+                alm[sat-1].svh=getbitu(buff,i,6); i+=6;
+            }
+            for (sat=1;sat<=32;sat++) {
+                alm[sat-1].toas=toas;
+                alm[sat-1].week=week;
+                alm[sat-1].toa=gpst2time(week,toas);
+            }
+        }
+    }
+}
+/* decode qzss navigation data subframe 4/5 ----------------------------------*/
+static void decode_qzs_subfrm45(const unsigned char *buff, alm_t *alm,
+                                double *ion, double *utc, int *leaps)
+{
+    int i,j,sat,toas,week,svid=getbitu(buff,50,6);
+    
+    if (1<=svid&&svid<=5) { /* qzss almanac */
+        
+        if (!(sat=satno(SYS_QZS,192+svid))) return;
+        decode_almanac(buff,sat,alm);
+    }
+    else if (svid==51) { /* qzss health */
+        
+        if (alm) {
+            i=56;
+            toas=getbitu(buff,i,8)*4096; i+=8;
+            week=getbitu(buff,i,8);      i+=8;
+            week=adjgpsweek(week);
+            
+            for (j=0;j<5;j++) {
+                if (!(sat=satno(SYS_QZS,193+j))) continue;
+                alm[sat-1].toas=toas;
+                alm[sat-1].week=week;
+                alm[sat-1].toa=gpst2time(week,toas);
+                alm[sat-1].svh=getbitu(buff,i,6); i+=6;
+            }
+        }
+    }
+    else if (svid==56) { /* ion/utc parameters */
+        
+        if (ion) {
+            i=56;
+            ion[0]=getbits(buff,i, 8)*P2_30;     i+= 8;
+            ion[1]=getbits(buff,i, 8)*P2_27;     i+= 8;
+            ion[2]=getbits(buff,i, 8)*P2_24;     i+= 8;
+            ion[3]=getbits(buff,i, 8)*P2_24;     i+= 8;
+            ion[4]=getbits(buff,i, 8)*pow(2,11); i+= 8;
+            ion[5]=getbits(buff,i, 8)*pow(2,14); i+= 8;
+            ion[6]=getbits(buff,i, 8)*pow(2,16); i+= 8;
+            ion[7]=getbits(buff,i, 8)*pow(2,16);
+        }
+        if (utc) {
+            i=120;
+            utc[1]=getbits(buff,i,24)*P2_50;     i+=24;
+            utc[0]=getbits(buff,i,32)*P2_30;     i+=32;
+            utc[2]=getbits(buff,i, 8)*pow(2,12); i+= 8;
+            utc[3]=getbitu(buff,i, 8);
+        }
+    }
+}
+/* decode gps/qzss navigation data subframe 4 --------------------------------*/
+static int decode_subfrm4(const unsigned char *buff, alm_t *alm, double *ion,
+                          double *utc, int *leaps)
+{
+    int dataid=getbitu(buff,48,2);
+    
+    trace(4,"decode_subfrm4: dataid=%d\n",dataid);
+    trace(5,"decode_subfrm4: buff="); traceb(5,buff,30);
+    
+    if (dataid==1) { /* gps */
+        decode_gps_subfrm4(buff,alm,ion,utc,leaps);
+    }
+    else if (dataid==3) { /* qzss */
+        decode_qzs_subfrm45(buff,alm,ion,utc,leaps);
+    }
+    return 4;
+}
+/* decode gps/qzss navigation data subframe 5 --------------------------------*/
+static int decode_subfrm5(const unsigned char *buff, alm_t *alm, double *ion,
+                          double *utc, int *leaps)
+{
+    int dataid=getbitu(buff,48,2);
+    
+    trace(4,"decode_subfrm5: dataid=%d\n",dataid);
+    trace(5,"decode_subfrm5: buff="); traceb(5,buff,30);
+    
+    if (dataid==1) { /* gps */
+        decode_gps_subfrm5(buff,alm);
+    }
+    else if (dataid==3) { /* qzss */
+        decode_qzs_subfrm45(buff,alm,ion,utc,leaps);
+    }
+    return 5;
+}
+/* decode gps/qzss navigation data frame ---------------------------------------
+* decode navigation data frame and extract ephemeris and ion/utc parameters
+* args   : unsigned char *buff I gps navigation data frame (without parity)
+*                                  buff[0-29]: 24 bits x 10 words
+*          eph_t *eph    IO     ephemeris message      (NULL: no input)
+*          alm_t *alm    IO     almanac                (NULL: no input)
+*          double *ion   IO     ionospheric parameters (NULL: no input)
+*          double *utc   IO     delta-utc parameters   (NULL: no input)
+*          int   *leaps  IO     leap seconds (s)       (NULL: no input)
+* return : status (0:no valid, 1-5:subframe id)
+* notes  : use cpu time to resolve modulo 1024 ambiguity of the week number
+*          see ref [1]
+*          utc[3] reference week for utc parameter is truncated in 8 bits
+*          ion and utc parameters by qzss indicate local iono and qzst-utc
+*          parameters.
+*-----------------------------------------------------------------------------*/
+extern int decode_frame(const unsigned char *buff, eph_t *eph, alm_t *alm,
+                        double *ion, double *utc, int *leaps)
+{
+    int id=getbitu(buff,43,3); /* subframe id */
+    
+    trace(3,"decodefrm: id=%d\n",id);
+    
+    switch (id) {
+        case 1: return decode_subfrm1(buff,eph);
+        case 2: return decode_subfrm2(buff,eph);
+        case 3: return decode_subfrm3(buff,eph);
+        case 4: return decode_subfrm4(buff,alm,ion,utc,leaps);
+        case 5: return decode_subfrm5(buff,alm,ion,utc,leaps);
+    }
+    return 0;
+}
+/* initialize receiver raw data control ----------------------------------------
+* initialize receiver raw data control struct and reallocate obsevation and
+* epheris buffer
+* args   : raw_t  *raw   IO     receiver raw data control struct
+* return : status (1:ok,0:memory allocation error)
+*-----------------------------------------------------------------------------*/
+extern int init_raw(raw_t *raw)
+{
+    const double lam_glo[NFREQ]={CLIGHT/FREQ1_GLO,CLIGHT/FREQ2_GLO};
+    gtime_t time0={0};
+    obsd_t data0={{0}};
+    eph_t  eph0 ={0,-1,-1};
+    alm_t  alm0 ={0,-1};
+    geph_t geph0={0,-1};
+    seph_t seph0={0};
+    sbsmsg_t sbsmsg0={0};
+    lexmsg_t lexmsg0={0};
+    int i,j,sys;
+    
+    trace(3,"init_raw:\n");
+    
+    raw->time=raw->tobs=time0;
+    raw->ephsat=0;
+    raw->sbsmsg=sbsmsg0;
+    raw->msgtype[0]='\0';
+    for (i=0;i<MAXSAT;i++) {
+        for (j=0;j<380  ;j++) raw->subfrm[i][j]=0;
+        for (j=0;j<NFREQ;j++) raw->lockt[i][j]=0.0;
+        for (j=0;j<NFREQ;j++) raw->halfc[i][j]=0;
+        raw->icpp[i]=raw->off[i]=raw->prCA[i]=raw->dpCA[i]=0.0;
+    }
+    for (i=0;i<MAXOBS;i++) raw->freqn[i]=0;
+    raw->lexmsg=lexmsg0;
+    raw->icpc=0.0;
+    raw->nbyte=raw->len=0;
+    raw->iod=raw->flag=raw->tbase=raw->outtype=0;
+    raw->tod=-1;
+    for (i=0;i<MAXRAWLEN;i++) raw->buff[i]=0;
+    raw->opt[0]='\0';
+    raw->receive_time=0.0;
+    raw->plen=raw->pbyte=raw->page=raw->reply=0;
+    raw->week=0;
+    
+    raw->obs.data =NULL;
+    raw->obuf.data=NULL;
+    raw->nav.eph  =NULL;
+    raw->nav.alm  =NULL;
+    raw->nav.geph =NULL;
+    raw->nav.seph =NULL;
+    
+    if (!(raw->obs.data =(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS))||
+        !(raw->obuf.data=(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS))||
+        !(raw->nav.eph  =(eph_t  *)malloc(sizeof(eph_t )*MAXSAT))||
+        !(raw->nav.alm  =(alm_t  *)malloc(sizeof(alm_t )*MAXSAT))||
+        !(raw->nav.geph =(geph_t *)malloc(sizeof(geph_t)*NSATGLO))||
+        !(raw->nav.seph =(seph_t *)malloc(sizeof(seph_t)*NSATSBS*2))) {
+        free_raw(raw);
+        return 0;
+    }
+    raw->obs.n =0;
+    raw->obuf.n=0;
+    raw->nav.n =MAXSAT;
+    raw->nav.na=MAXSAT;
+    raw->nav.ng=NSATGLO;
+    raw->nav.ns=NSATSBS*2;
+    for (i=0;i<MAXOBS   ;i++) raw->obs.data [i]=data0;
+    for (i=0;i<MAXOBS   ;i++) raw->obuf.data[i]=data0;
+    for (i=0;i<MAXSAT   ;i++) raw->nav.eph  [i]=eph0;
+    for (i=0;i<MAXSAT   ;i++) raw->nav.alm  [i]=alm0;
+    for (i=0;i<NSATGLO  ;i++) raw->nav.geph [i]=geph0;
+    for (i=0;i<NSATSBS*2;i++) raw->nav.seph [i]=seph0;
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+        if (!(sys=satsys(i+1,NULL))) continue;
+        raw->nav.lam[i][j]=sys==SYS_GLO?lam_glo[j]:lam_carr[j];
+    }
+    raw->sta.name[0]=raw->sta.marker[0]='\0';
+    raw->sta.antdes[0]=raw->sta.antsno[0]='\0';
+    raw->sta.rectype[0]=raw->sta.recver[0]=raw->sta.recsno[0]='\0';
+    raw->sta.antsetup=raw->sta.itrf=raw->sta.deltype=0;
+    for (i=0;i<3;i++) {
+        raw->sta.pos[i]=raw->sta.del[i]=0.0;
+    }
+    raw->sta.hgt=0.0;
+    return 1;
+}
+/* free receiver raw data control ----------------------------------------------
+* free observation and ephemeris buffer in receiver raw data control struct
+* args   : raw_t  *raw   IO     receiver raw data control struct
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void free_raw(raw_t *raw)
+{
+    trace(3,"free_raw:\n");
+    
+    free(raw->obs.data ); raw->obs.data =NULL; raw->obs.n =0;
+    free(raw->obuf.data); raw->obuf.data=NULL; raw->obuf.n=0;
+    free(raw->nav.eph  ); raw->nav.eph  =NULL; raw->nav.n =0;
+    free(raw->nav.alm  ); raw->nav.alm  =NULL; raw->nav.na=0;
+    free(raw->nav.geph ); raw->nav.geph =NULL; raw->nav.ng=0;
+    free(raw->nav.seph ); raw->nav.seph =NULL; raw->nav.ns=0;
+}
+/* input receiver raw data from stream -----------------------------------------
+* fetch next receiver raw data and input a message from stream
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          int    format I      receiver raw data format (STRFMT_???)
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 3: input sbas message,
+*                  9: input ion/utc parameter, 31: input lex message)
+*-----------------------------------------------------------------------------*/
+extern int input_raw(raw_t *raw, int format, unsigned char data)
+{
+    trace(5,"input_raw: format=%d data=0x%02x\n",format,data);
+    
+    switch (format) {
+        case STRFMT_OEM4 : return input_oem4 (raw,data);
+        case STRFMT_OEM3 : return input_oem3 (raw,data);
+        case STRFMT_UBX  : return input_ubx  (raw,data);
+        case STRFMT_SS2  : return input_ss2  (raw,data);
+        case STRFMT_CRES : return input_cres (raw,data);
+        case STRFMT_STQ  : return input_stq  (raw,data);
+        case STRFMT_GW10 : return input_gw10 (raw,data);
+        case STRFMT_JAVAD: return input_javad(raw,data);
+        case STRFMT_NVS  : return input_nvs  (raw,data);
+        case STRFMT_BINEX: return input_bnx  (raw,data);
+        case STRFMT_RT17 : return input_rt17 (raw,data);
+        case STRFMT_SEPT : return input_sbf  (raw,data);
+        case STRFMT_LEXR : return input_lexr (raw,data);
+    }
+    return 0;
+}
+/* input receiver raw data from file -------------------------------------------
+* fetch next receiver raw data and input a message from file
+* args   : raw_t  *raw   IO     receiver raw data control struct
+*          int    format I      receiver raw data format (STRFMT_???)
+*          FILE   *fp    I      file pointer
+* return : status(-2: end of file/format error, -1...31: same as above)
+*-----------------------------------------------------------------------------*/
+extern int input_rawf(raw_t *raw, int format, FILE *fp)
+{
+    trace(4,"input_rawf: format=%d\n",format);
+    
+    switch (format) {
+        case STRFMT_OEM4 : return input_oem4f (raw,fp);
+        case STRFMT_OEM3 : return input_oem3f (raw,fp);
+        case STRFMT_UBX  : return input_ubxf  (raw,fp);
+        case STRFMT_SS2  : return input_ss2f  (raw,fp);
+        case STRFMT_CRES : return input_cresf (raw,fp);
+        case STRFMT_STQ  : return input_stqf  (raw,fp);
+        case STRFMT_GW10 : return input_gw10f (raw,fp);
+        case STRFMT_JAVAD: return input_javadf(raw,fp);
+        case STRFMT_NVS  : return input_nvsf  (raw,fp);
+        case STRFMT_BINEX: return input_bnxf  (raw,fp);
+        case STRFMT_RT17 : return input_rt17f (raw,fp);
+        case STRFMT_SEPT : return input_sbff  (raw,fp);
+        case STRFMT_LEXR : return input_lexrf (raw,fp);
+    }
+    return -2;
+}
diff --git a/src/rinex.c b/src/rinex.c
new file mode 100644
index 0000000..8063d84
--- /dev/null
+++ b/src/rinex.c
@@ -0,0 +1,2565 @@
+/*------------------------------------------------------------------------------
+* rinex.c : rinex functions
+*
+*          Copyright (C) 2007-2014 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] W.Gurtner and L.Estey, RINEX The Receiver Independent Exchange Format
+*         Version 2.11, December 10, 2007
+*     [2] W.Gurtner and L.Estey, RINEX The Receiver Independent Exchange Format
+*         Version 3.00, November 28, 2007
+*     [3] IS-GPS-200D, Navstar GPS Space Segment/Navigation User Interfaces,
+*         7 March, 2006
+*     [4] W.Gurtner and L.Estey, RINEX The Receiver Independent Exchange Format
+*         Version 2.12, June 23, 2009
+*     [5] W.Gurtner and L.Estey, RINEX The Receiver Independent Exchange Format
+*         Version 3.01, June 22, 2009
+*     [6] J.Ray and W.Gurtner, RINEX extentions to handle clock information
+*         version 3.02, September 2, 2010
+*     [7] RINEX The Receiver Independent Exchange Format Version 3.02,
+*         International GNSS Service (IGS), RINEX Working Group and Radio
+*         Technical Commission for Maritime Services Special Committee 104
+*         (RTCM-SC104), December 10, 2012
+*
+* version : $Revision:$
+* history : 2006/01/16 1.0  new
+*           2007/03/14 1.1  read P1 if no obstype of C1
+*           2007/04/27 1.2  add readrnxt() function
+*           2007/05/25 1.3  add support of file path with wild-card (*)
+*                           add support of compressed files
+*           2007/11/02 1.4  support sbas/geo satellite
+*                           support doppler observables
+*                           support rinex bug of week handover
+*                           add rinex obs/nav output functions
+*           2008/06/16 1.5  export readrnxf(), add compress()
+*                           separate sortobs(), uniqeph(), screent()
+*           2008/10/28 1.6  fix bug on reading rinex obs header types of observ
+*           2009/04/09 1.7  support rinex 2.11
+*                           change api of outrnxobsh(),outrnxobsb(),outrnxnavb()
+*           2009/06/02 1.8  add api outrnxgnavb()
+*           2009/08/15 1.9  support glonass
+*                           add slip save/restore functions
+*           2010/03/03 1.10 fix bug of array access by disabled satellite
+*           2010/07/21 1.11 support rinex ver.2.12, 3.00
+*                           support rinex extension for qzss
+*                           support geo navigation messages
+*                           added api:
+*                               setrnxcodepri(),outrnxhnavh(),outrnxhnavb(),
+*                           changed api:
+*                               readrnx(),readrnxt(),outrnxnavh(),outrnxgnavh()
+*           2010/05/29 1.12 fix bug on skipping invalid satellite data
+*                           fix bug on frequency number overflow
+*                           output P1 instead of C1 if rnxopt.rcvopt=-L1P
+*                           output C2 instead of P2 if rnxopt.rcvopt=-L2C
+*                           change api:
+*                               outrnxgnavh(),outrnxhnavh(),readrnx(),
+*                               readrnxt()
+*                           add api:
+*                               outrnxlnavh(), outrnxqnav()
+*                           move uniqeph(),uniqgeph,uniqseph()
+*           2010/08/19 1.13 suppress warning
+*           2012/03/01 1.14 add function to read cnes widelane fcb in rnxclk
+*                           support compass rinex nav
+*                           change api: setcodepri()
+*           2012/10/17 1.15 support ver.2.12, ver.3.01
+*                           add api init_rnxctr(),free_rnxctr(),open_rnxctr(),
+*                           input_rnxctr()
+*                           change api readrnxt(),readrnx()
+*                           delete api setrnxcodepri()
+*                           fix bug on message frama time in v.3 glonass nav
+*           2013/02/09 1.16 add reading geph.iode derived from toe
+*           2013/02/23 1.17 support rinex 3.02 (ref [7])
+*                           change api outrnxobsh()
+*                           add api outrnxcnavh()
+*                           fix bug on output of fit interval
+*           2013/05/08 1.18 fix bug on reading glo and geo nav in rinex 3
+*           2013/09/01 1.19 fix bug on reading galileo "C1" in rinex 2.12
+*           2013/12/16 1.20 reject C1 for 2.12
+*           2014/05/26 1.21 fix bug on reading gps "C2" in rinex 2.11 or 2.12
+*                           fix problem on type imcompatibility
+*                           support beidou
+*           2014/08/29 1.22 fix bug on reading gps "C2" in rinex 2.11 or 2.12
+*           2014/10/20 1.23 recognize "C2" in 2.12 as "C2W" instead of "C2D"
+*           2014/12/07 1.24 add read rinex option -SYS=...
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants/macros ----------------------------------------------------------*/
+
+#define SQR(x)      ((x)*(x))
+
+#define NUMSYS      6                   /* number of systems */
+#define MAXRNXLEN   (16*MAXOBSTYPE+4)   /* max rinex record length */
+#define MAXPOSHEAD  1024                /* max head line position */
+#define MINFREQ_GLO -7                  /* min frequency number glonass */
+#define MAXFREQ_GLO 13                  /* max frequency number glonass */
+#define NINCOBS     262144              /* inclimental number of obs data */
+
+static const int navsys[]={             /* satellite systems */
+    SYS_GPS,SYS_GLO,SYS_GAL,SYS_QZS,SYS_SBS,SYS_CMP,0
+};
+static const char syscodes[]="GREJSC";  /* satellite system codes */
+
+static const char obscodes[]="CLDS";    /* obs type codes */
+
+static const char frqcodes[]="125678";  /* frequency codes */
+
+static const double ura_eph[]={         /* ura values (ref [3] 20.3.3.3.1.1) */
+    2.4,3.4,4.85,6.85,9.65,13.65,24.0,48.0,96.0,192.0,384.0,768.0,1536.0,
+    3072.0,6144.0,0.0
+};
+/* type definition -----------------------------------------------------------*/
+typedef struct {                        /* signal index type */
+    int n;                              /* number of index */
+    int frq[MAXOBSTYPE];                /* signal frequency (1:L1,2:L2,...) */
+    int pos[MAXOBSTYPE];                /* signal index in obs data (-1:no) */
+    unsigned char pri [MAXOBSTYPE];     /* signal priority (15-0) */
+    unsigned char type[MAXOBSTYPE];     /* type (0:C,1:L,2:D,3:S) */
+    unsigned char code[MAXOBSTYPE];     /* obs code (CODE_L??) */
+    double shift[MAXOBSTYPE];           /* phase shift (cycle) */
+} sigind_t;
+
+/* set string without tail space ---------------------------------------------*/
+static void setstr(char *dst, const char *src, int n)
+{
+    char *p=dst;
+    const char *q=src;
+    while (*q&&q<src+n) *p++=*q++;
+    *p--='\0';
+    while (p>=dst&&*p==' ') *p--='\0';
+}
+/* adjust time considering week handover -------------------------------------*/
+static gtime_t adjweek(gtime_t t, gtime_t t0)
+{
+    double tt=timediff(t,t0);
+    if (tt<-302400.0) return timeadd(t, 604800.0);
+    if (tt> 302400.0) return timeadd(t,-604800.0);
+    return t;
+}
+/* adjust time considering week handover -------------------------------------*/
+static gtime_t adjday(gtime_t t, gtime_t t0)
+{
+    double tt=timediff(t,t0);
+    if (tt<-43200.0) return timeadd(t, 86400.0);
+    if (tt> 43200.0) return timeadd(t,-86400.0);
+    return t;
+}
+/* time string for ver.3 (yyyymmdd hhmmss UTC) -------------------------------*/
+static void timestr_rnx(char *str)
+{
+    gtime_t time;
+    double ep[6];
+    time=timeget();
+    time.sec=0.0;
+    time2epoch(time,ep);
+    sprintf(str,"%04.0f%02.0f%02.0f %02.0f%02.0f%02.0f UTC",ep[0],ep[1],ep[2],
+            ep[3],ep[4],ep[5]);
+}
+/* satellite to satellite code -----------------------------------------------*/
+static int sat2code(int sat, char *code)
+{
+    int prn;
+    switch (satsys(sat,&prn)) {
+        case SYS_GPS: sprintf(code,"G%2d",prn-MINPRNGPS+1); break;
+        case SYS_GLO: sprintf(code,"R%2d",prn-MINPRNGLO+1); break;
+        case SYS_GAL: sprintf(code,"E%2d",prn-MINPRNGAL+1); break;
+        case SYS_SBS: sprintf(code,"S%2d",prn-100); break;
+        case SYS_QZS: sprintf(code,"J%2d",prn-MINPRNQZS+1); break;
+        case SYS_CMP: sprintf(code,"C%2d",prn-MINPRNCMP+1); break;
+        default: return 0;
+    }
+    return 1;
+}
+/* ura index to ura value (m) ------------------------------------------------*/
+static double uravalue(int sva)
+{
+    return 0<=sva&&sva<15?ura_eph[sva]:32767.0;
+}
+/* ura value (m) to ura index ------------------------------------------------*/
+static int uraindex(double value)
+{
+    int i;
+    for (i=0;i<15;i++) if (ura_eph[i]>=value) break;
+    return i;
+}
+/* initialize station parameter ----------------------------------------------*/
+static void init_sta(sta_t *sta)
+{
+    int i;
+    *sta->name   ='\0';
+    *sta->marker ='\0';
+    *sta->antdes ='\0';
+    *sta->antsno ='\0';
+    *sta->rectype='\0';
+    *sta->recver ='\0';
+    *sta->recsno ='\0';
+    sta->antsetup=sta->itrf=sta->deltype=0;
+    for (i=0;i<3;i++) sta->pos[i]=0.0;
+    for (i=0;i<3;i++) sta->del[i]=0.0;
+    sta->hgt=0.0;
+}
+/*------------------------------------------------------------------------------
+* input rinex functions
+*-----------------------------------------------------------------------------*/
+
+/* convert rinex obs type ver.2 -> ver.3 -------------------------------------*/
+static void convcode(double ver, int sys, const char *str, char *type)
+{
+    strcpy(type,"   ");
+    
+    if      (!strcmp(str,"P1")) { /* ver.2.11 GPS L1PY,GLO L2P */
+        if      (sys==SYS_GPS) sprintf(type,"%c1W",'C');
+        else if (sys==SYS_GLO) sprintf(type,"%c1P",'C');
+    }
+    else if (!strcmp(str,"P2")) { /* ver.2.11 GPS L2PY,GLO L2P */
+        if      (sys==SYS_GPS) sprintf(type,"%c2W",'C');
+        else if (sys==SYS_GLO) sprintf(type,"%c2P",'C');
+    }
+    else if (!strcmp(str,"C1")) { /* ver.2.11 GPS L1C,GLO L1C/A */
+        if      (ver>=2.12) ; /* reject C1 for 2.12 */
+        else if (sys==SYS_GPS) sprintf(type,"%c1C",'C');
+        else if (sys==SYS_GLO) sprintf(type,"%c1C",'C');
+        else if (sys==SYS_GAL) sprintf(type,"%c1X",'C'); /* ver.2.12 */
+        else if (sys==SYS_QZS) sprintf(type,"%c1C",'C');
+        else if (sys==SYS_SBS) sprintf(type,"%c1C",'C');
+    }
+    else if (!strcmp(str,"C2")) {
+        if (sys==SYS_GPS) {
+            if (ver>=2.12) sprintf(type,"%c2W",'C'); /* L2P(Y) */
+            else           sprintf(type,"%c2X",'C'); /* L2C */
+        }
+        else if (sys==SYS_GLO) sprintf(type,"%c2C",'C');
+        else if (sys==SYS_QZS) sprintf(type,"%c2X",'C');
+        else if (sys==SYS_CMP) sprintf(type,"%c1X",'C'); /* ver.2.12 B1 */
+    }
+    else if (ver>=2.12&&str[1]=='A') { /* ver.2.12 L1C/A */
+        if      (sys==SYS_GPS) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_GLO) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_SBS) sprintf(type,"%c1C",str[0]);
+    }
+    else if (ver>=2.12&&str[1]=='B') { /* ver.2.12 GPS L1C */
+        if      (sys==SYS_GPS) sprintf(type,"%c1X",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c1X",str[0]);
+    }
+    else if (ver>=2.12&&str[1]=='C') { /* ver.2.12 GPS L2C */
+        if      (sys==SYS_GPS) sprintf(type,"%c2X",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c2X",str[0]);
+    }
+    else if (ver>=2.12&&str[1]=='D') { /* ver.2.12 GLO L2C/A */
+        if      (sys==SYS_GLO) sprintf(type,"%c2C",str[0]);
+    }
+    else if (ver>=2.12&&str[1]=='1') { /* ver.2.12 GPS L1PY,GLO L1P */
+        if      (sys==SYS_GPS) sprintf(type,"%c1W",str[0]);
+        else if (sys==SYS_GLO) sprintf(type,"%c1P",str[0]);
+        else if (sys==SYS_GAL) sprintf(type,"%c1X",str[0]); /* tentative */
+        else if (sys==SYS_CMP) sprintf(type,"%c1X",str[0]); /* extension */
+    }
+    else if (ver<2.12&&str[1]=='1') {
+        if      (sys==SYS_GPS) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_GLO) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_GAL) sprintf(type,"%c1X",str[0]); /* tentative */
+        else if (sys==SYS_QZS) sprintf(type,"%c1C",str[0]);
+        else if (sys==SYS_SBS) sprintf(type,"%c1C",str[0]);
+    }
+    else if (str[1]=='2') {
+        if      (sys==SYS_GPS) sprintf(type,"%c2W",str[0]);
+        else if (sys==SYS_GLO) sprintf(type,"%c2P",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c2X",str[0]);
+        else if (sys==SYS_CMP) sprintf(type,"%c1X",str[0]); /* ver.2.12 B1 */
+    }
+    else if (str[1]=='5') {
+        if      (sys==SYS_GPS) sprintf(type,"%c5X",str[0]);
+        else if (sys==SYS_GAL) sprintf(type,"%c5X",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c5X",str[0]);
+        else if (sys==SYS_SBS) sprintf(type,"%c5X",str[0]);
+    }
+    else if (str[1]=='6') {
+        if      (sys==SYS_GAL) sprintf(type,"%c6X",str[0]);
+        else if (sys==SYS_QZS) sprintf(type,"%c6X",str[0]);
+        else if (sys==SYS_CMP) sprintf(type,"%c6X",str[0]); /* ver.2.12 B3 */
+    }
+    else if (str[1]=='7') {
+        if      (sys==SYS_GAL) sprintf(type,"%c7X",str[0]);
+        else if (sys==SYS_CMP) sprintf(type,"%c7X",str[0]); /* ver.2.12 B2 */
+    }
+    else if (str[1]=='8') {
+        if      (sys==SYS_GAL) sprintf(type,"%c8X",str[0]);
+    }
+    trace(3,"convcode: ver=%.2f sys=%2d type= %s -> %s\n",ver,sys,str,type);
+}
+/* decode obs header ---------------------------------------------------------*/
+static void decode_obsh(FILE *fp, char *buff, double ver, int *tsys,
+                        char tobs[][MAXOBSTYPE][4], nav_t *nav, sta_t *sta)
+{
+    /* default codes for unknown code */
+    const char *defcodes[]={
+        "CWX   ",   /* GPS: L125___ */
+        "CC    ",   /* GLO: L12____ */
+        "X XXXX",   /* GAL: L1_5678 */
+        "CXXX  ",   /* QZS: L1256__ */
+        "C X   ",   /* SBS: L1_5___ */
+        "X  XX "    /* BDS: L1__67_ */
+    };
+    double del[3];
+    int i,j,k,n,nt,prn,fcn;
+    const char *p;
+    char *label=buff+60,str[4];
+    
+    trace(4,"decode_obsh: ver=%.2f\n",ver);
+    
+    if      (strstr(label,"MARKER NAME"         )) {
+        if (sta) setstr(sta->name,buff,60);
+    }
+    else if (strstr(label,"MARKER NUMBER"       )) { /* opt */
+        if (sta) setstr(sta->marker,buff,20);
+    }
+    else if (strstr(label,"MARKER TYPE"         )) ; /* ver.3 */
+    else if (strstr(label,"OBSERVER / AGENCY"   )) ;
+    else if (strstr(label,"REC # / TYPE / VERS" )) {
+        if (sta) {
+            setstr(sta->recsno, buff,   20);
+            setstr(sta->rectype,buff+20,20);
+            setstr(sta->recver, buff+40,20);
+        }
+    }
+    else if (strstr(label,"ANT # / TYPE"        )) {
+        if (sta) {
+            setstr(sta->antsno,buff   ,20);
+            setstr(sta->antdes,buff+20,20);
+        }
+    }
+    else if (strstr(label,"APPROX POSITION XYZ" )) {
+        if (sta) {
+            for (i=0,j=0;i<3;i++,j+=14) sta->pos[i]=str2num(buff,j,14);
+        }
+    }
+    else if (strstr(label,"ANTENNA: DELTA H/E/N")) {
+        if (sta) {
+            for (i=0,j=0;i<3;i++,j+=14) del[i]=str2num(buff,j,14);
+            sta->del[2]=del[0]; /* h */
+            sta->del[0]=del[1]; /* e */
+            sta->del[1]=del[2]; /* n */
+        }
+    }
+    else if (strstr(label,"ANTENNA: DELTA X/Y/Z")) ; /* opt ver.3 */
+    else if (strstr(label,"ANTENNA: PHASECENTER")) ; /* opt ver.3 */
+    else if (strstr(label,"ANTENNA: B.SIGHT XYZ")) ; /* opt ver.3 */
+    else if (strstr(label,"ANTENNA: ZERODIR AZI")) ; /* opt ver.3 */
+    else if (strstr(label,"ANTENNA: ZERODIR XYZ")) ; /* opt ver.3 */
+    else if (strstr(label,"CENTER OF MASS: XYZ" )) ; /* opt ver.3 */
+    else if (strstr(label,"SYS / # / OBS TYPES" )) { /* ver.3 */
+        if (!(p=strchr(syscodes,buff[0]))) {
+            trace(2,"invalid system code: sys=%c\n",buff[0]);
+            return;
+        }
+        i=(int)(p-syscodes);
+        n=(int)str2num(buff,3,3);
+        for (j=nt=0,k=7;j<n;j++,k+=4) {
+            if (k>58) {
+                if (!fgets(buff,MAXRNXLEN,fp)) break;
+                k=7;
+            }
+            if (nt<MAXOBSTYPE-1) setstr(tobs[i][nt++],buff+k,3);
+        }
+        *tobs[i][nt]='\0';
+        
+        /* change beidou B1 code: 3.02 draft -> 3.02 */
+        if (i==5) {
+            for (j=0;j<nt;j++) if (tobs[i][j][1]=='2') tobs[i][j][1]='1';
+        }
+        /* if unknown code in ver.3, set default code */
+        for (j=0;j<nt;j++) {
+            if (tobs[i][j][2]) continue;
+            if (!(p=strchr(frqcodes,tobs[i][j][1]))) continue;
+            tobs[i][j][2]=defcodes[i][(int)(p-frqcodes)];
+            trace(2,"set default for unknown code: sys=%c code=%s\n",buff[0],
+                  tobs[i][j]);
+        }
+    }
+    else if (strstr(label,"WAVELENGTH FACT L1/2")) ; /* opt ver.2 */
+    else if (strstr(label,"# / TYPES OF OBSERV" )) { /* ver.2 */
+        n=(int)str2num(buff,0,6);
+        for (i=nt=0,j=10;i<n;i++,j+=6) {
+            if (j>58) {
+                if (!fgets(buff,MAXRNXLEN,fp)) break;
+                j=10;
+            }
+            if (nt>=MAXOBSTYPE-1) continue;
+            if (ver<=2.99) {
+                setstr(str,buff+j,2);
+                convcode(ver,SYS_GPS,str,tobs[0][nt]);
+                convcode(ver,SYS_GLO,str,tobs[1][nt]);
+                convcode(ver,SYS_GAL,str,tobs[2][nt]);
+                convcode(ver,SYS_QZS,str,tobs[3][nt]);
+                convcode(ver,SYS_SBS,str,tobs[4][nt]);
+                convcode(ver,SYS_CMP,str,tobs[5][nt]);
+            }
+            nt++;
+        }
+        *tobs[0][nt]='\0';
+    }
+    else if (strstr(label,"SIGNAL STRENGTH UNIT")) ; /* opt ver.3 */
+    else if (strstr(label,"INTERVAL"            )) ; /* opt */
+    else if (strstr(label,"TIME OF FIRST OBS"   )) {
+        if      (!strncmp(buff+48,"GPS",3)) *tsys=TSYS_GPS;
+        else if (!strncmp(buff+48,"GLO",3)) *tsys=TSYS_UTC;
+        else if (!strncmp(buff+48,"GAL",3)) *tsys=TSYS_GAL;
+        else if (!strncmp(buff+48,"QZS",3)) *tsys=TSYS_QZS; /* ver.3.02 */
+        else if (!strncmp(buff+48,"BDT",3)) *tsys=TSYS_CMP; /* ver.3.02 */
+    }
+    else if (strstr(label,"TIME OF LAST OBS"    )) ; /* opt */
+    else if (strstr(label,"RCV CLOCK OFFS APPL" )) ; /* opt */
+    else if (strstr(label,"SYS / DCBS APPLIED"  )) ; /* opt ver.3 */
+    else if (strstr(label,"SYS / PCVS APPLIED"  )) ; /* opt ver.3 */
+    else if (strstr(label,"SYS / SCALE FACTOR"  )) ; /* opt ver.3 */
+    else if (strstr(label,"SYS / PHASE SHIFTS"  )) ; /* ver.3.01 */
+    else if (strstr(label,"GLONASS SLOT / FRQ #")) { /* ver.3.02 */
+        if (nav) {
+            for (i=0,p=buff+4;i<8;i++,p+=8) {
+                if (sscanf(p,"R%2d %2d",&prn,&fcn)<2) continue;
+                if (1<=prn&&prn<=MAXPRNGLO) nav->glo_fcn[prn-1]=fcn+8;
+            }
+        }
+    }
+    else if (strstr(label,"GLONASS COD/PHS/BIS" )) { /* ver.3.02 */
+        if (nav) {
+            for (i=0,p=buff;i<4;i++,p+=13) {
+                if      (strncmp(p+1,"C1C",3)) nav->glo_cpbias[0]=str2num(p,5,8);
+                else if (strncmp(p+1,"C1P",3)) nav->glo_cpbias[1]=str2num(p,5,8);
+                else if (strncmp(p+1,"C2C",3)) nav->glo_cpbias[2]=str2num(p,5,8);
+                else if (strncmp(p+1,"C2P",3)) nav->glo_cpbias[3]=str2num(p,5,8);
+            }
+        }
+    }
+    else if (strstr(label,"LEAP SECONDS"        )) { /* opt */
+        if (nav) nav->leaps=(int)str2num(buff,0,6);
+    }
+    else if (strstr(label,"# OF SALTELLITES"    )) ; /* opt */
+    else if (strstr(label,"PRN / # OF OBS"      )) ; /* opt */
+}
+/* decode nav header ---------------------------------------------------------*/
+static void decode_navh(char *buff, nav_t *nav)
+{
+    int i,j;
+    char *label=buff+60;
+    
+    trace(4,"decode_navh:\n");
+    
+    if      (strstr(label,"ION ALPHA"           )) { /* opt ver.2 */
+        if (nav) {
+            for (i=0,j=2;i<4;i++,j+=12) nav->ion_gps[i]=str2num(buff,j,12);
+        }
+    }
+    else if (strstr(label,"ION BETA"            )) { /* opt ver.2 */
+        if (nav) {
+            for (i=0,j=2;i<4;i++,j+=12) nav->ion_gps[i+4]=str2num(buff,j,12);
+        }
+    }
+    else if (strstr(label,"DELTA-UTC: A0,A1,T,W")) { /* opt ver.2 */
+        if (nav) {
+            for (i=0,j=3;i<2;i++,j+=19) nav->utc_gps[i]=str2num(buff,j,19);
+            for (;i<4;i++,j+=9) nav->utc_gps[i]=str2num(buff,j,9);
+        }
+    }
+    else if (strstr(label,"IONOSPHERIC CORR"    )) { /* opt ver.3 */
+        if (nav) {
+            if (!strncmp(buff,"GPSA",4)) {
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_gps[i]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"GPSB",4)) {
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_gps[i+4]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"GAL",3)) {
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_gal[i]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"QZSA",4)) { /* v.3.02 */
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_qzs[i]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"QZSB",4)) { /* v.3.02 */
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_qzs[i+4]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"BDSA",4)) { /* v.3.02 */
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_cmp[i]=str2num(buff,j,12);
+            }
+            else if (!strncmp(buff,"BDSB",4)) { /* v.3.02 */
+                for (i=0,j=5;i<4;i++,j+=12) nav->ion_cmp[i+4]=str2num(buff,j,12);
+            }
+        }
+    }
+    else if (strstr(label,"TIME SYSTEM CORR"    )) { /* opt ver.3 */
+        if (nav) {
+            if (!strncmp(buff,"GPUT",4)) {
+                nav->utc_gps[0]=str2num(buff, 5,17);
+                nav->utc_gps[1]=str2num(buff,22,16);
+                nav->utc_gps[2]=str2num(buff,38, 7);
+                nav->utc_gps[3]=str2num(buff,45, 5);
+            }
+            else if (!strncmp(buff,"GLUT",4)) {
+                nav->utc_glo[0]=str2num(buff, 5,17);
+                nav->utc_glo[1]=str2num(buff,22,16);
+            }
+            else if (!strncmp(buff,"GAUT",4)) { /* v.3.02 */
+                nav->utc_gal[0]=str2num(buff, 5,17);
+                nav->utc_gal[1]=str2num(buff,22,16);
+                nav->utc_gal[2]=str2num(buff,38, 7);
+                nav->utc_gal[3]=str2num(buff,45, 5);
+            }
+            else if (!strncmp(buff,"QZUT",4)) { /* v.3.02 */
+                nav->utc_qzs[0]=str2num(buff, 5,17);
+                nav->utc_qzs[1]=str2num(buff,22,16);
+                nav->utc_qzs[2]=str2num(buff,38, 7);
+                nav->utc_qzs[3]=str2num(buff,45, 5);
+            }
+            else if (!strncmp(buff,"BDUT",4)) { /* v.3.02 */
+                nav->utc_cmp[0]=str2num(buff, 5,17);
+                nav->utc_cmp[1]=str2num(buff,22,16);
+                nav->utc_cmp[2]=str2num(buff,38, 7);
+                nav->utc_cmp[3]=str2num(buff,45, 5);
+            }
+            else if (!strncmp(buff,"SBUT",4)) { /* v.3.02 */
+                nav->utc_cmp[0]=str2num(buff, 5,17);
+                nav->utc_cmp[1]=str2num(buff,22,16);
+                nav->utc_cmp[2]=str2num(buff,38, 7);
+                nav->utc_cmp[3]=str2num(buff,45, 5);
+            }
+        }
+    }
+    else if (strstr(label,"LEAP SECONDS"        )) { /* opt */
+        if (nav) nav->leaps=(int)str2num(buff,0,6);
+    }
+}
+/* decode gnav header --------------------------------------------------------*/
+static void decode_gnavh(char *buff, nav_t *nav)
+{
+    char *label=buff+60;
+    
+    trace(4,"decode_gnavh:\n");
+    
+    if      (strstr(label,"CORR TO SYTEM TIME"  )) ; /* opt */
+    else if (strstr(label,"LEAP SECONDS"        )) { /* opt */
+        if (nav) nav->leaps=(int)str2num(buff,0,6);
+    }
+}
+/* decode geo nav header -----------------------------------------------------*/
+static void decode_hnavh(char *buff, nav_t *nav)
+{
+    char *label=buff+60;
+    
+    trace(4,"decode_hnavh:\n");
+    
+    if      (strstr(label,"CORR TO SYTEM TIME"  )) ; /* opt */
+    else if (strstr(label,"D-UTC A0,A1,T,W,S,U" )) ; /* opt */
+    else if (strstr(label,"LEAP SECONDS"        )) { /* opt */
+        if (nav) nav->leaps=(int)str2num(buff,0,6);
+    }
+}
+/* read rinex header ---------------------------------------------------------*/
+static int readrnxh(FILE *fp, double *ver, char *type, int *sys, int *tsys,
+                    char tobs[][MAXOBSTYPE][4], nav_t *nav, sta_t *sta)
+{
+    double bias;
+    char buff[MAXRNXLEN],*label=buff+60;
+    int i=0,block=0,sat;
+    
+    trace(3,"readrnxh:\n");
+    
+    *ver=2.10; *type=' '; *sys=SYS_GPS; *tsys=TSYS_GPS;
+    
+    while (fgets(buff,MAXRNXLEN,fp)) {
+        
+        if (strlen(buff)<=60) continue;
+        
+        else if (strstr(label,"RINEX VERSION / TYPE")) {
+            *ver=str2num(buff,0,9);
+            *type=*(buff+20);
+            
+            /* satellite system */
+            switch (*(buff+40)) {
+                case ' ':
+                case 'G': *sys=SYS_GPS;  *tsys=TSYS_GPS; break;
+                case 'R': *sys=SYS_GLO;  *tsys=TSYS_UTC; break;
+                case 'E': *sys=SYS_GAL;  *tsys=TSYS_GAL; break; /* v.2.12 */
+                case 'S': *sys=SYS_SBS;  *tsys=TSYS_GPS; break;
+                case 'J': *sys=SYS_QZS;  *tsys=TSYS_QZS; break; /* v.3.02 */
+                case 'C': *sys=SYS_CMP;  *tsys=TSYS_CMP; break; /* v.2.12 */
+                case 'M': *sys=SYS_NONE; *tsys=TSYS_GPS; break; /* mixed */
+                default :
+                    trace(2,"not supported satellite system: %c\n",*(buff+40));
+                    break;
+            }
+            continue;
+        }
+        else if (strstr(label,"PGM / RUN BY / DATE")) continue;
+        else if (strstr(label,"COMMENT")) { /* opt */
+            
+            /* read cnes wl satellite fractional bias */
+            if (strstr(buff,"WIDELANE SATELLITE FRACTIONAL BIASES")||
+                strstr(buff,"WIDELANE SATELLITE FRACTIONNAL BIASES")) {
+                block=1;
+            }
+            else if (block) {
+                /* cnes/cls grg clock */
+                if (!strncmp(buff,"WL",2)&&(sat=satid2no(buff+3))&&
+                    sscanf(buff+40,"%lf",&bias)==1) {
+                    nav->wlbias[sat-1]=bias;
+                }
+                /* cnes ppp-wizard clock */
+                else if ((sat=satid2no(buff+1))&&sscanf(buff+6,"%lf",&bias)==1) {
+                    nav->wlbias[sat-1]=bias;
+                }
+            }
+            continue; 
+        }
+        /* file type */
+        switch (*type) {
+            case 'O': decode_obsh(fp,buff,*ver,tsys,tobs,nav,sta); break;
+            case 'N': decode_navh (buff,nav); break;
+            case 'G': decode_gnavh(buff,nav); break;
+            case 'H': decode_hnavh(buff,nav); break;
+            case 'J': decode_navh (buff,nav); break; /* extension */
+            case 'L': decode_navh (buff,nav); break; /* extension */
+        }
+        if (strstr(label,"END OF HEADER")) return 1;
+        
+        if (++i>=MAXPOSHEAD&&*type==' ') break; /* no rinex file */
+    }
+    return 0;
+}
+/* decode obs epoch ----------------------------------------------------------*/
+static int decode_obsepoch(FILE *fp, char *buff, double ver, gtime_t *time,
+                           int *flag, int *sats)
+{
+    int i,j,n;
+    char satid[8]="";
+    
+    trace(4,"decode_obsepoch: ver=%.2f\n",ver);
+    
+    if (ver<=2.99) { /* ver.2 */
+        if ((n=(int)str2num(buff,29,3))<=0) return 0;
+        
+        /* epoch flag: 3:new site,4:header info,5:external event */
+        *flag=(int)str2num(buff,28,1);
+        
+        if (3<=*flag&&*flag<=5) return n;
+        
+        if (str2time(buff,0,26,time)) {
+            trace(2,"rinex obs invalid epoch: epoch=%26.26s\n",buff);
+            return 0;
+        }
+        for (i=0,j=32;i<n;i++,j+=3) {
+            if (j>=68) {
+                if (!fgets(buff,MAXRNXLEN,fp)) break;
+                j=32;
+            }
+            if (i<MAXOBS) {
+                strncpy(satid,buff+j,3);
+                sats[i]=satid2no(satid);
+            }
+        }
+    }
+    else { /* ver.3 */
+        if ((n=(int)str2num(buff,32,3))<=0) return 0;
+        
+        *flag=(int)str2num(buff,31,1);
+        
+        if (3<=*flag&&*flag<=5) return n;
+        
+        if (buff[0]!='>'||str2time(buff,1,28,time)) {
+            trace(2,"rinex obs invalid epoch: epoch=%29.29s\n",buff);
+            return 0;
+        }
+    }
+    trace(4,"decode_obsepoch: time=%s flag=%d\n",time_str(*time,3),*flag);
+    return n;
+}
+/* decode obs data -----------------------------------------------------------*/
+static int decode_obsdata(FILE *fp, char *buff, double ver, int mask,
+                          sigind_t *index, obsd_t *obs)
+{
+    sigind_t *ind;
+    double val[MAXOBSTYPE]={0};
+    unsigned char lli[MAXOBSTYPE]={0};
+    char satid[8]="";
+    int i,j,n,m,stat=1,p[MAXOBSTYPE],k[16],l[16];
+    
+    trace(4,"decode_obsdata: ver=%.2f\n",ver);
+    
+    if (ver>2.99) { /* ver.3 */
+        strncpy(satid,buff,3);
+        obs->sat=(unsigned char)satid2no(satid);
+    }
+    if (!obs->sat) {
+        trace(4,"decode_obsdata: unsupported sat sat=%s\n",satid);
+        stat=0;
+    }
+    else if (!(satsys(obs->sat,NULL)&mask)) {
+        stat=0;
+    }
+    /* read obs data fields */
+    switch (satsys(obs->sat,NULL)) {
+        case SYS_GLO: ind=index+1; break;
+        case SYS_GAL: ind=index+2; break;
+        case SYS_QZS: ind=index+3; break;
+        case SYS_SBS: ind=index+4; break;
+        case SYS_CMP: ind=index+5; break;
+        default:      ind=index  ; break;
+    }
+    for (i=0,j=ver<=2.99?0:3;i<ind->n;i++,j+=16) {
+        
+        if (ver<=2.99&&j>=80) { /* ver.2 */
+            if (!fgets(buff,MAXRNXLEN,fp)) break;
+            j=0;
+        }
+        if (stat) {
+            val[i]=str2num(buff,j,14)+ind->shift[i];
+            lli[i]=(unsigned char)str2num(buff,j+14,1)&3;
+        }
+    }
+    if (!stat) return 0;
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        obs->P[i]=obs->L[i]=0.0; obs->D[i]=0.0f;
+        obs->SNR[i]=obs->LLI[i]=obs->code[i]=0;
+    }
+    /* assign position in obs data */
+    for (i=n=m=0;i<ind->n;i++) {
+        
+        p[i]=ver<=2.11?ind->frq[i]-1:ind->pos[i];
+        
+        if (ind->type[i]==0&&p[i]==0) k[n++]=i; /* C1? index */
+        if (ind->type[i]==0&&p[i]==1) l[m++]=i; /* C2? index */
+    }
+    if (ver<=2.11) {
+        
+        /* if multiple codes (C1/P1,C2/P2), select higher priority */
+        if (n>=2) {
+            if (val[k[0]]==0.0&&val[k[1]]==0.0) {
+                p[k[0]]=-1; p[k[1]]=-1;
+            }
+            else if (val[k[0]]!=0.0&&val[k[1]]==0.0) {
+                p[k[0]]=0; p[k[1]]=-1;
+            }
+            else if (val[k[0]]==0.0&&val[k[1]]!=0.0) {
+                p[k[0]]=-1; p[k[1]]=0;
+            }
+            else if (ind->pri[k[1]]>ind->pri[k[0]]) {
+                p[k[1]]=0; p[k[0]]=NEXOBS<1?-1:NFREQ;
+            }
+            else {
+                p[k[0]]=0; p[k[1]]=NEXOBS<1?-1:NFREQ;
+            }
+        }
+        if (m>=2) {
+            if (val[l[0]]==0.0&&val[l[1]]==0.0) {
+                p[l[0]]=-1; p[l[1]]=-1;
+            }
+            else if (val[l[0]]!=0.0&&val[l[1]]==0.0) {
+                p[l[0]]=1; p[l[1]]=-1;
+            }
+            else if (val[l[0]]==0.0&&val[l[1]]!=0.0) {
+                p[l[0]]=-1; p[l[1]]=1; 
+            }
+            else if (ind->pri[l[1]]>ind->pri[l[0]]) {
+                p[l[1]]=1; p[l[0]]=NEXOBS<2?-1:NFREQ+1;
+            }
+            else {
+                p[l[0]]=1; p[l[1]]=NEXOBS<2?-1:NFREQ+1;
+            }
+        }
+    }
+    /* save obs data */
+    for (i=0;i<ind->n;i++) {
+        if (p[i]<0||val[i]==0.0) continue;
+        switch (ind->type[i]) {
+            case 0: obs->P[p[i]]=val[i]; obs->code[p[i]]=ind->code[i]; break;
+            case 1: obs->L[p[i]]=val[i]; obs->LLI [p[i]]=lli[i];       break;
+            case 2: obs->D[p[i]]=(float)val[i];                        break;
+            case 3: obs->SNR[p[i]]=(unsigned char)(val[i]*4.0+0.5);    break;
+        }
+    }
+    trace(4,"decode_obsdata: time=%s sat=%2d\n",time_str(obs->time,0),obs->sat);
+    return 1;
+}
+/* save slips ----------------------------------------------------------------*/
+static void saveslips(unsigned char slips[][NFREQ], obsd_t *data)
+{
+    int i;
+    for (i=0;i<NFREQ;i++) {
+        if (data->LLI[i]&1) slips[data->sat-1][i]|=1;
+    }
+}
+/* restore slips -------------------------------------------------------------*/
+static void restslips(unsigned char slips[][NFREQ], obsd_t *data)
+{
+    int i;
+    for (i=0;i<NFREQ;i++) {
+        if (slips[data->sat-1][i]&1) data->LLI[i]|=1;
+        slips[data->sat-1][i]=0;
+    }
+}
+/* add obs data --------------------------------------------------------------*/
+static int addobsdata(obs_t *obs, const obsd_t *data)
+{
+    obsd_t *obs_data;
+    
+    if (obs->nmax<=obs->n) {
+        if (obs->nmax<=0) obs->nmax=NINCOBS; else obs->nmax*=2;
+        if (!(obs_data=(obsd_t *)realloc(obs->data,sizeof(obsd_t)*obs->nmax))) {
+            trace(1,"addobsdata: memalloc error n=%dx%d\n",sizeof(obsd_t),obs->nmax);
+            free(obs->data); obs->data=NULL; obs->n=obs->nmax=0;
+            return -1;
+        }
+        obs->data=obs_data;
+    }
+    obs->data[obs->n++]=*data;
+    return 1;
+}
+/* set system mask -----------------------------------------------------------*/
+static int set_sysmask(const char *opt)
+{
+    const char *p;
+    int mask=SYS_NONE;
+    
+    if (!(p=strstr(opt,"-SYS="))) return SYS_ALL;
+    
+    for (p+=5;*p&&*p!=' ';p++) {
+        switch (*p) {
+            case 'G': mask|=SYS_GPS; break;
+            case 'R': mask|=SYS_GLO; break;
+            case 'E': mask|=SYS_GAL; break;
+            case 'J': mask|=SYS_QZS; break;
+            case 'C': mask|=SYS_CMP; break;
+            case 'S': mask|=SYS_SBS; break;
+        }
+    }
+    return mask;
+}
+/* set signal index ----------------------------------------------------------*/
+static void set_index(double ver, int sys, const char *opt,
+                      char tobs[MAXOBSTYPE][4], sigind_t *ind)
+{
+    const char *p;
+    char str[8],*optstr="";
+    double shift;
+    int i,j,k,n;
+    
+    for (i=n=0;*tobs[i];i++,n++) {
+        ind->code[i]=obs2code(tobs[i]+1,ind->frq+i);
+        ind->type[i]=(p=strchr(obscodes,tobs[i][0]))?(int)(p-obscodes):0;
+        ind->pri[i]=getcodepri(sys,ind->code[i],opt);
+        ind->pos[i]=-1;
+        
+        /* frequency index for beidou */
+        if (sys==SYS_CMP) {
+            if      (ind->frq[i]==5) ind->frq[i]=2; /* B2 */
+            else if (ind->frq[i]==4) ind->frq[i]=3; /* B3 */
+        }
+    }
+    /* parse phase shift options */
+    switch (sys) {
+        case SYS_GPS: optstr="-GL%2s=%lf"; break;
+        case SYS_GLO: optstr="-RL%2s=%lf"; break;
+        case SYS_GAL: optstr="-EL%2s=%lf"; break;
+        case SYS_QZS: optstr="-JL%2s=%lf"; break;
+        case SYS_SBS: optstr="-SL%2s=%lf"; break;
+        case SYS_CMP: optstr="-CL%2s=%lf"; break;
+    }
+    for (p=opt;p&&(p=strchr(p,'-'));p++) {
+        if (sscanf(p,optstr,str,&shift)<2) continue;
+        for (i=0;i<n;i++) {
+            if (strcmp(code2obs(ind->code[i],NULL),str)) continue;
+            ind->shift[i]=shift;
+            trace(2,"phase shift: sys=%2d tobs=%s shift=%.3f\n",sys,
+                  tobs[i],shift);
+        }
+    }
+    /* assign index for highest priority code */
+    for (i=0;i<NFREQ;i++) {
+        for (j=0,k=-1;j<n;j++) {
+            if (ind->frq[j]==i+1&&ind->pri[j]&&(k<0||ind->pri[j]>ind->pri[k])) {
+                k=j;
+            }
+        }
+        if (k<0) continue;
+        
+        for (j=0;j<n;j++) {
+            if (ind->code[j]==ind->code[k]) ind->pos[j]=i;
+        }
+    }
+    /* assign index of extended obs data */
+    for (i=0;i<NEXOBS;i++) {
+        for (j=0;j<n;j++) {
+            if (ind->code[j]&&ind->pri[j]&&ind->pos[j]<0) break;
+        }
+        if (j>=n) break;
+        
+        for (k=0;k<n;k++) {
+            if (ind->code[k]==ind->code[j]) ind->pos[k]=NFREQ+i;
+        }
+    }
+    for (i=0;i<n;i++) {
+        if (!ind->code[i]||!ind->pri[i]||ind->pos[i]>=0) continue;
+        trace(4,"reject obs type: sys=%2d, obs=%s\n",sys,tobs[i]);
+    }
+    ind->n=n;
+    
+#if 0 /* for debug */
+    for (i=0;i<n;i++) {
+        trace(2,"set_index: sys=%2d,tobs=%s code=%2d pri=%2d frq=%d pos=%d shift=%5.2f\n",
+              sys,tobs[i],ind->code[i],ind->pri[i],ind->frq[i],ind->pos[i],
+              ind->shift[i]);
+    }
+#endif
+}
+/* read rinex obs data body --------------------------------------------------*/
+static int readrnxobsb(FILE *fp, const char *opt, double ver,
+                       char tobs[][MAXOBSTYPE][4], int *flag, obsd_t *data)
+{
+    gtime_t time={0};
+    sigind_t index[6]={{0}};
+    char buff[MAXRNXLEN];
+    int i=0,n=0,nsat=0,sats[MAXOBS]={0},mask;
+    
+    /* set system mask */
+    mask=set_sysmask(opt);
+    
+    /* set signal index */
+    set_index(ver,SYS_GPS,opt,tobs[0],index  );
+    set_index(ver,SYS_GLO,opt,tobs[1],index+1);
+    set_index(ver,SYS_GAL,opt,tobs[2],index+2);
+    set_index(ver,SYS_QZS,opt,tobs[3],index+3);
+    set_index(ver,SYS_SBS,opt,tobs[4],index+4);
+    set_index(ver,SYS_CMP,opt,tobs[5],index+5);
+    
+    /* read record */
+    while (fgets(buff,MAXRNXLEN,fp)) {
+        
+        /* decode obs epoch */
+        if (i==0) {
+            if ((nsat=decode_obsepoch(fp,buff,ver,&time,flag,sats))<=0) {
+                continue;
+            }
+        }
+        else if (*flag<=2||*flag==6) {
+            
+            data[n].time=time;
+            data[n].sat=(unsigned char)sats[i-1];
+            
+            /* decode obs data */
+            if (decode_obsdata(fp,buff,ver,mask,index,data+n)&&n<MAXOBS) n++;
+        }
+        if (++i>nsat) return n;
+    }
+    return -1;
+}
+/* read rinex obs ------------------------------------------------------------*/
+static int readrnxobs(FILE *fp, gtime_t ts, gtime_t te, double tint,
+                      const char *opt, int rcv, double ver, int tsys,
+                      char tobs[][MAXOBSTYPE][4], obs_t *obs)
+{
+    obsd_t *data;
+    unsigned char slips[MAXSAT][NFREQ]={{0}};
+    int i,n,flag=0,stat=0;
+    
+    trace(4,"readrnxobs: rcv=%d ver=%.2f tsys=%d\n",rcv,ver,tsys);
+    
+    if (!obs||rcv>MAXRCV) return 0;
+    
+    if (!(data=(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS))) return 0;
+    
+    /* read rinex obs data body */
+    while ((n=readrnxobsb(fp,opt,ver,tobs,&flag,data))>=0&&stat>=0) {
+        
+        for (i=0;i<n;i++) {
+            
+            /* utc -> gpst */
+            if (tsys==TSYS_UTC) data[i].time=utc2gpst(data[i].time);
+            
+            /* save cycle-slip */
+            saveslips(slips,data+i);
+        }
+        /* screen data by time */
+        if (n>0&&!screent(data[0].time,ts,te,tint)) continue;
+        
+        for (i=0;i<n;i++) {
+            
+            /* restore cycle-slip */
+            restslips(slips,data+i);
+            
+            data[i].rcv=(unsigned char)rcv;
+            
+            /* save obs data */
+            if ((stat=addobsdata(obs,data+i))<0) break;
+        }
+    }
+    trace(4,"readrnxobs: nobs=%d stat=%d\n",obs->n,stat);
+    
+    free(data);
+    
+    return stat;
+}
+/* decode ephemeris ----------------------------------------------------------*/
+static int decode_eph(double ver, int sat, gtime_t toc, const double *data,
+                      eph_t *eph)
+{
+    eph_t eph0={0};
+    int sys;
+    
+    trace(4,"decode_eph: ver=%.2f sat=%2d\n",ver,sat);
+    
+    sys=satsys(sat,NULL);
+    
+    if (!(sys&(SYS_GPS|SYS_GAL|SYS_QZS|SYS_CMP))) {
+        trace(3,"ephemeris error: invalid satellite sat=%2d\n",sat);
+        return 0;
+    }
+    *eph=eph0;
+    
+    eph->sat=sat;
+    eph->toc=toc;
+    
+    eph->f0=data[0];
+    eph->f1=data[1];
+    eph->f2=data[2];
+    
+    eph->A=SQR(data[10]); eph->e=data[ 8]; eph->i0  =data[15]; eph->OMG0=data[13];
+    eph->omg =data[17]; eph->M0 =data[ 6]; eph->deln=data[ 5]; eph->OMGd=data[18];
+    eph->idot=data[19]; eph->crc=data[16]; eph->crs =data[ 4]; eph->cuc =data[ 7];
+    eph->cus =data[ 9]; eph->cic=data[12]; eph->cis =data[14];
+    
+    if (sys==SYS_GPS||sys==SYS_QZS) {
+        eph->iode=(int)data[ 3];      /* IODE */
+        eph->iodc=(int)data[26];      /* IODC */
+        eph->toes=     data[11];      /* toe (s) in gps week */
+        eph->week=(int)data[21];      /* gps week */
+        eph->toe=adjweek(gpst2time(eph->week,data[11]),toc);
+        eph->ttr=adjweek(gpst2time(eph->week,data[27]),toc);
+        
+        eph->code=(int)data[20];      /* GPS: codes on L2 ch */
+        eph->svh =(int)data[24];      /* sv health */
+        eph->sva=uraindex(data[23]);  /* ura (m->index) */
+        eph->flag=(int)data[22];      /* GPS: L2 P data flag */
+        
+        eph->tgd[0]=   data[25];      /* TGD */
+        eph->fit   =   data[28];      /* fit interval */
+    }
+    else if (sys==SYS_GAL) { /* GAL ver.3 */
+        eph->iode=(int)data[ 3];      /* IODnav */
+        eph->toes=     data[11];      /* toe (s) in galileo week */
+        eph->week=(int)data[21];      /* gal week = gps week */
+        eph->toe=adjweek(gpst2time(eph->week,data[11]),toc);
+        eph->ttr=adjweek(gpst2time(eph->week,data[27]),toc);
+        
+        eph->code=(int)data[20];      /* data sources */
+                                      /* bit 0 set: I/NAV E1-B */
+                                      /* bit 1 set: F/NAV E5a-I */
+                                      /* bit 2 set: F/NAV E5b-I */
+                                      /* bit 8 set: af0-af2 toc are for E5a.E1 */
+                                      /* bit 9 set: af0-af2 toc are for E5b.E1 */
+        eph->svh =(int)data[24];      /* sv health */
+                                      /* bit     0: E1B DVS */
+                                      /* bit   1-2: E1B HS */
+                                      /* bit     3: E5a DVS */
+                                      /* bit   4-5: E5a HS */
+                                      /* bit     6: E5b DVS */
+                                      /* bit   7-8: E5b HS */
+        eph->sva =uraindex(data[23]); /* ura (m->index) */
+        
+        eph->tgd[0]=   data[25];      /* BGD E5a/E1 */
+        eph->tgd[1]=   data[26];      /* BGD E5b/E1 */
+    }
+    else if (sys==SYS_CMP) { /* BeiDou v.3.02 */
+        eph->toc=bdt2gpst(eph->toc);  /* bdt -> gpst */
+        eph->iode=(int)data[ 3];      /* AODE */
+        eph->iodc=(int)data[28];      /* AODC */
+        eph->toes=     data[11];      /* toe (s) in bdt week */
+        eph->week=(int)data[21];      /* bdt week */
+        eph->toe=bdt2gpst(bdt2time(eph->week,data[11])); /* bdt -> gpst */
+        eph->ttr=bdt2gpst(bdt2time(eph->week,data[27])); /* bdt -> gpst */
+        eph->toe=adjweek(eph->toe,toc);
+        eph->ttr=adjweek(eph->ttr,toc);
+        
+        eph->svh =(int)data[24];      /* satH1 */
+        eph->sva=uraindex(data[23]);  /* ura (m->index) */
+        
+        eph->tgd[0]=   data[25];      /* TGD1 B1/B3 */
+        eph->tgd[1]=   data[26];      /* TGD2 B2/B3 */
+    }
+    if (eph->iode<0||1023<eph->iode) {
+        trace(2,"rinex nav invalid: sat=%2d iode=%d\n",sat,eph->iode);
+    }
+    if (eph->iodc<0||1023<eph->iodc) {
+        trace(2,"rinex nav invalid: sat=%2d iodc=%d\n",sat,eph->iodc);
+    }
+    return 1;
+}
+/* decode glonass ephemeris --------------------------------------------------*/
+static int decode_geph(double ver, int sat, gtime_t toc, double *data,
+                       geph_t *geph)
+{
+    geph_t geph0={0};
+    gtime_t tof;
+    double tow,tod;
+    int week,dow;
+    
+    trace(4,"decode_geph: ver=%.2f sat=%2d\n",ver,sat);
+    
+    if (satsys(sat,NULL)!=SYS_GLO) {
+        trace(3,"glonass ephemeris error: invalid satellite sat=%2d\n",sat);
+        return 0;
+    }
+    *geph=geph0;
+    
+    geph->sat=sat;
+    
+    /* toc rounded by 15 min in utc */
+    tow=time2gpst(toc,&week);
+    toc=gpst2time(week,floor((tow+450.0)/900.0)*900);
+    dow=(int)floor(tow/86400.0);
+    
+    /* time of frame in utc */
+    tod=ver<=2.99?data[2]:fmod(data[2],86400.0); /* tod (v.2), tow (v.3) in utc */
+    tof=gpst2time(week,tod+dow*86400.0);
+    tof=adjday(tof,toc);
+    
+    geph->toe=utc2gpst(toc);   /* toc (gpst) */
+    geph->tof=utc2gpst(tof);   /* tof (gpst) */
+    
+    /* iode = tb (7bit), tb =index of UTC+3H within current day */
+    geph->iode=(int)(fmod(tow+10800.0,86400.0)/900.0+0.5);
+    
+    geph->taun=-data[0];       /* -taun */
+    geph->gamn= data[1];       /* +gamman */
+    
+    geph->pos[0]=data[3]*1E3; geph->pos[1]=data[7]*1E3; geph->pos[2]=data[11]*1E3;
+    geph->vel[0]=data[4]*1E3; geph->vel[1]=data[8]*1E3; geph->vel[2]=data[12]*1E3;
+    geph->acc[0]=data[5]*1E3; geph->acc[1]=data[9]*1E3; geph->acc[2]=data[13]*1E3;
+    
+    geph->svh=(int)data[ 6];
+    geph->frq=(int)data[10];
+    geph->age=(int)data[14];
+    
+    /* some receiver output >128 for minus frequency number */
+    if (geph->frq>128) geph->frq-=256;
+    
+    if (geph->frq<MINFREQ_GLO||MAXFREQ_GLO<geph->frq) {
+        trace(2,"rinex gnav invalid freq: sat=%2d fn=%d\n",sat,geph->frq);
+    }
+    return 1;
+}
+/* decode geo ephemeris ------------------------------------------------------*/
+static int decode_seph(double ver, int sat, gtime_t toc, double *data,
+                       seph_t *seph)
+{
+    seph_t seph0={0};
+    int week;
+    
+    trace(4,"decode_seph: ver=%.2f sat=%2d\n",ver,sat);
+    
+    if (satsys(sat,NULL)!=SYS_SBS) {
+        trace(3,"geo ephemeris error: invalid satellite sat=%2d\n",sat);
+        return 0;
+    }
+    *seph=seph0;
+    
+    seph->sat=sat;
+    seph->t0 =toc;
+    
+    time2gpst(toc,&week);
+    seph->tof=adjweek(gpst2time(week,data[2]),toc);
+    
+    seph->af0=data[0];
+    seph->af1=data[1];
+    
+    seph->pos[0]=data[3]*1E3; seph->pos[1]=data[7]*1E3; seph->pos[2]=data[11]*1E3;
+    seph->vel[0]=data[4]*1E3; seph->vel[1]=data[8]*1E3; seph->vel[2]=data[12]*1E3;
+    seph->acc[0]=data[5]*1E3; seph->acc[1]=data[9]*1E3; seph->acc[2]=data[13]*1E3;
+    
+    seph->svh=(int)data[6];
+    seph->sva=uraindex(data[10]);
+    
+    return 1;
+}
+/* read rinex navigation data body -------------------------------------------*/
+static int readrnxnavb(FILE *fp, const char *opt, double ver, int sys,
+                       int *type, eph_t *eph, geph_t *geph, seph_t *seph)
+{
+    gtime_t toc;
+    double data[64];
+    int i=0,j,prn,sat=0,sp=3,mask;
+    char buff[MAXRNXLEN],id[8]="",*p;
+    
+    trace(4,"readrnxnavb: ver=%.2f sys=%d\n",ver,sys);
+    
+    /* set system mask */
+    mask=set_sysmask(opt);
+    
+    while (fgets(buff,MAXRNXLEN,fp)) {
+        
+        if (i==0) {
+            
+            /* decode satellite field */
+            if (ver>=3.0||sys==SYS_GAL||sys==SYS_QZS) { /* ver.3 or GAL/QZS */
+                strncpy(id,buff,3);
+                sat=satid2no(id);
+                sp=4;
+                if (ver>=3.0) sys=satsys(sat,NULL);
+            }
+            else {
+                prn=(int)str2num(buff,0,2);
+                
+                if (sys==SYS_SBS) {
+                    sat=satno(SYS_SBS,prn+100);
+                }
+                else if (sys==SYS_GLO) {
+                    sat=satno(SYS_GLO,prn);
+                }
+                else if (93<=prn&&prn<=97) { /* extension */
+                    sat=satno(SYS_QZS,prn+100);
+                }
+                else sat=satno(SYS_GPS,prn);
+            }
+            /* decode toc field */
+            if (str2time(buff+sp,0,19,&toc)) {
+                trace(2,"rinex nav toc error: %23.23s\n",buff);
+                return 0;
+            }
+            /* decode data fields */
+            for (j=0,p=buff+sp+19;j<3;j++,p+=19) {
+                data[i++]=str2num(p,0,19);
+            }
+        }
+        else {
+            /* decode data fields */
+            for (j=0,p=buff+sp;j<4;j++,p+=19) {
+                data[i++]=str2num(p,0,19);
+            }
+            /* decode ephemeris */
+            if (sys==SYS_GLO&&i>=15) {
+                if (!(mask&sys)) return 0;
+                *type=1;
+                return decode_geph(ver,sat,toc,data,geph);
+            }
+            else if (sys==SYS_SBS&&i>=15) {
+                if (!(mask&sys)) return 0;
+                *type=2;
+                return decode_seph(ver,sat,toc,data,seph);
+            }
+            else if (i>=31) {
+                if (!(mask&sys)) return 0;
+                *type=0;
+                return decode_eph(ver,sat,toc,data,eph);
+            }
+        }
+    }
+    return -1;
+}
+/* add ephemeris to navigation data ------------------------------------------*/
+static int add_eph(nav_t *nav, const eph_t *eph)
+{
+    eph_t *nav_eph;
+    
+    if (nav->nmax<=nav->n) {
+        nav->nmax+=1024;
+        if (!(nav_eph=(eph_t *)realloc(nav->eph,sizeof(eph_t)*nav->nmax))) {
+            trace(1,"decode_eph malloc error: n=%d\n",nav->nmax);
+            free(nav->eph); nav->eph=NULL; nav->n=nav->nmax=0;
+            return 0;
+        }
+        nav->eph=nav_eph;
+    }
+    nav->eph[nav->n++]=*eph;
+    return 1;
+}
+static int add_geph(nav_t *nav, const geph_t *geph)
+{
+    geph_t *nav_geph;
+    
+    if (nav->ngmax<=nav->ng) {
+        nav->ngmax+=1024;
+        if (!(nav_geph=(geph_t *)realloc(nav->geph,sizeof(geph_t)*nav->ngmax))) {
+            trace(1,"decode_geph malloc error: n=%d\n",nav->ngmax);
+            free(nav->geph); nav->geph=NULL; nav->ng=nav->ngmax=0;
+            return 0;
+        }
+        nav->geph=nav_geph;
+    }
+    nav->geph[nav->ng++]=*geph;
+    return 1;
+}
+static int add_seph(nav_t *nav, const seph_t *seph)
+{
+    seph_t *nav_seph;
+    
+    if (nav->nsmax<=nav->ns) {
+        nav->nsmax+=1024;
+        if (!(nav_seph=(seph_t *)realloc(nav->seph,sizeof(seph_t)*nav->nsmax))) {
+            trace(1,"decode_seph malloc error: n=%d\n",nav->nsmax);
+            free(nav->seph); nav->seph=NULL; nav->ns=nav->nsmax=0;
+            return 0;
+        }
+        nav->seph=nav_seph;
+    }
+    nav->seph[nav->ns++]=*seph;
+    return 1;
+}
+/* read rinex nav/gnav/geo nav -----------------------------------------------*/
+static int readrnxnav(FILE *fp, const char *opt, double ver, int sys,
+                      nav_t *nav)
+{
+    eph_t eph;
+    geph_t geph;
+    seph_t seph;
+    int stat,type;
+    
+    trace(3,"readrnxnav: ver=%.2f sys=%d\n",ver,sys);
+    
+    if (!nav) return 0;
+    
+    /* read rinex navigation data body */
+    while ((stat=readrnxnavb(fp,opt,ver,sys,&type,&eph,&geph,&seph))>=0) {
+        
+        /* add ephemeris to navigation data */
+        if (stat) {
+            switch (type) {
+                case 1 : stat=add_geph(nav,&geph); break;
+                case 2 : stat=add_seph(nav,&seph); break;
+                default: stat=add_eph (nav,&eph ); break;
+            }
+            if (!stat) return 0;
+        }
+    }
+    return nav->n>0||nav->ng>0||nav->ns>0;
+}
+/* read rinex clock ----------------------------------------------------------*/
+static int readrnxclk(FILE *fp, const char *opt, int index, nav_t *nav)
+{
+    pclk_t *nav_pclk;
+    gtime_t time;
+    double data[2];
+    int i,j,sat,mask;
+    char buff[MAXRNXLEN],satid[8]="";
+    
+    trace(3,"readrnxclk: index=%d\n", index);
+    
+    if (!nav) return 0;
+    
+    /* set system mask */
+    mask=set_sysmask(opt);
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (str2time(buff,8,26,&time)) {
+            trace(2,"rinex clk invalid epoch: %34.34s\n",buff);
+            continue;
+        }
+        strncpy(satid,buff+3,4);
+        
+        /* only read AS (satellite clock) record */
+        if (strncmp(buff,"AS",2)||!(sat=satid2no(satid))) continue;
+        
+        if (!(satsys(sat,NULL)&mask)) continue;
+        
+        for (i=0,j=40;i<2;i++,j+=20) data[i]=str2num(buff,j,19);
+        
+        if (nav->nc>=nav->ncmax) {
+            nav->ncmax+=1024;
+            if (!(nav_pclk=(pclk_t *)realloc(nav->pclk,sizeof(pclk_t)*(nav->ncmax)))) {
+                trace(1,"readrnxclk malloc error: nmax=%d\n",nav->ncmax);
+                free(nav->pclk); nav->pclk=NULL; nav->nc=nav->ncmax=0;
+                return -1;
+            }
+            nav->pclk=nav_pclk;
+        }
+        if (nav->nc<=0||fabs(timediff(time,nav->pclk[nav->nc-1].time))>1E-9) {
+            nav->nc++;
+            nav->pclk[nav->nc-1].time =time;
+            nav->pclk[nav->nc-1].index=index;
+            for (i=0;i<MAXSAT;i++) {
+                nav->pclk[nav->nc-1].clk[i][0]=0.0;
+                nav->pclk[nav->nc-1].std[i][0]=0.0f;
+            }
+        }
+        nav->pclk[nav->nc-1].clk[sat-1][0]=data[0];
+        nav->pclk[nav->nc-1].std[sat-1][0]=(float)data[1];
+    }
+    return nav->nc>0;
+}
+/* read rinex file -----------------------------------------------------------*/
+static int readrnxfp(FILE *fp, gtime_t ts, gtime_t te, double tint,
+                     const char *opt, int flag, int index, char *type,
+                     obs_t *obs, nav_t *nav, sta_t *sta)
+{
+    double ver;
+    int sys,tsys;
+    char tobs[NUMSYS][MAXOBSTYPE][4]={{""}};
+    
+    trace(3,"readrnxfp: flag=%d index=%d\n",flag,index);
+    
+    /* read rinex header */
+    if (!readrnxh(fp,&ver,type,&sys,&tsys,tobs,nav,sta)) return 0;
+    
+    /* flag=0:except for clock,1:clock */
+    if ((!flag&&*type=='C')||(flag&&*type!='C')) return 0;
+    
+    /* read rinex body */
+    switch (*type) {
+        case 'O': return readrnxobs(fp,ts,te,tint,opt,index,ver,tsys,tobs,obs);
+        case 'N': return readrnxnav(fp,opt,ver,sys    ,nav);
+        case 'G': return readrnxnav(fp,opt,ver,SYS_GLO,nav);
+        case 'H': return readrnxnav(fp,opt,ver,SYS_SBS,nav);
+        case 'J': return readrnxnav(fp,opt,ver,SYS_QZS,nav); /* extension */
+        case 'L': return readrnxnav(fp,opt,ver,SYS_GAL,nav); /* extension */
+        case 'C': return readrnxclk(fp,opt,index,nav);
+    }
+    trace(2,"unsupported rinex type ver=%.2f type=%c\n",ver,*type);
+    return 0;
+}
+/* uncompress and read rinex file --------------------------------------------*/
+static int readrnxfile(const char *file, gtime_t ts, gtime_t te, double tint,
+                       const char *opt, int flag, int index, char *type,
+                       obs_t *obs, nav_t *nav, sta_t *sta)
+{
+    FILE *fp;
+    int cstat,stat;
+    char tmpfile[1024];
+    
+    trace(3,"readrnxfile: file=%s flag=%d index=%d\n",file,flag,index);
+    
+    if (sta) init_sta(sta);
+    
+    /* uncompress file */
+    if ((cstat=rtk_uncompress(file,tmpfile))<0) {
+        trace(2,"rinex file uncompact error: %s\n",file);
+        return 0;
+    }
+    if (!(fp=fopen(cstat?tmpfile:file,"r"))) {
+        trace(2,"rinex file open error: %s\n",cstat?tmpfile:file);
+        return 0;
+    }
+    /* read rinex file */
+    stat=readrnxfp(fp,ts,te,tint,opt,flag,index,type,obs,nav,sta);
+    
+    fclose(fp);
+    
+    /* delete temporary file */
+    if (cstat) remove(tmpfile);
+    
+    return stat;
+}
+/* read rinex obs and nav files ------------------------------------------------
+* read rinex obs and nav files
+* args   : char *file    I      file (wild-card * expanded) ("": stdin)
+*          int   rcv     I      receiver number for obs data
+*         (gtime_t ts)   I      observation time start (ts.time==0: no limit)
+*         (gtime_t te)   I      observation time end   (te.time==0: no limit)
+*         (double tint)  I      observation time interval (s) (0:all)
+*          char  *opt    I      rinex options (see below,"": no option)
+*          obs_t *obs    IO     observation data   (NULL: no input)
+*          nav_t *nav    IO     navigation data    (NULL: no input)
+*          sta_t *sta    IO     station parameters (NULL: no input)
+* return : status (1:ok,0:no data,-1:error)
+* notes  : read data are appended to obs and nav struct
+*          before calling the function, obs and nav should be initialized.
+*          observation data and navigation data are not sorted.
+*          navigation data may be duplicated.
+*          call sortobs() or uniqnav() to sort data or delete duplicated eph.
+*
+*          read rinex options (separated by spaces) :
+*
+*            -GLss[=shift]: select GPS signal ss (ss: RINEX 3 code, "1C","2W"...)
+*            -RLss[=shift]: select GLO signal ss
+*            -ELss[=shift]: select GAL signal ss
+*            -JLss[=shift]: select QZS signal ss
+*            -CLss[=shift]: select BDS signal ss
+*            -SLss[=shift]: select SBS signal ss
+*
+*                 shift: carrier phase shift to be added (cycle)
+*            
+*            -SYS=sys[,sys...]: select navi systems
+*                               (sys=G:GPS,R:GLO,E:GAL,J:QZS,C:BDS,S:SBS)
+*
+*-----------------------------------------------------------------------------*/
+extern int readrnxt(const char *file, int rcv, gtime_t ts, gtime_t te,
+                    double tint, const char *opt, obs_t *obs, nav_t *nav,
+                    sta_t *sta)
+{
+    int i,n,stat=0;
+    const char *p;
+    char type=' ',*files[MAXEXFILE]={0};
+    
+    trace(3,"readrnxt: file=%s rcv=%d\n",file,rcv);
+    
+    if (!*file) {
+        return readrnxfp(stdin,ts,te,tint,opt,0,1,&type,obs,nav,sta);
+    }
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(files[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(files[i]);
+            return -1;
+        }
+    }
+    /* expand wild-card */
+    if ((n=expath(file,files,MAXEXFILE))<=0) {
+        for (i=0;i<MAXEXFILE;i++) free(files[i]);
+        return 0;
+    }
+    /* read rinex files */
+    for (i=0;i<n&&stat>=0;i++) {
+        stat=readrnxfile(files[i],ts,te,tint,opt,0,rcv,&type,obs,nav,sta);
+    }
+    /* if station name empty, set 4-char name from file head */
+    if (type=='O'&&sta) {
+        if (!(p=strrchr(file,FILEPATHSEP))) p=file-1;
+        if (!*sta->name) setstr(sta->name,p+1,4);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(files[i]);
+    
+    return stat;
+}
+extern int readrnx(const char *file, int rcv, const char *opt, obs_t *obs,
+                   nav_t *nav, sta_t *sta)
+{
+    gtime_t t={0};
+    
+    trace(3,"readrnx : file=%s rcv=%d\n",file,rcv);
+    
+    return readrnxt(file,rcv,t,t,0.0,opt,obs,nav,sta);
+}
+/* compare precise clock -----------------------------------------------------*/
+static int cmppclk(const void *p1, const void *p2)
+{
+    pclk_t *q1=(pclk_t *)p1,*q2=(pclk_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    return tt<-1E-9?-1:(tt>1E-9?1:q1->index-q2->index);
+}
+/* combine precise clock -----------------------------------------------------*/
+static void combpclk(nav_t *nav)
+{
+    pclk_t *nav_pclk;
+    int i,j,k;
+    
+    trace(3,"combpclk: nc=%d\n",nav->nc);
+    
+    if (nav->nc<=0) return;
+    
+    qsort(nav->pclk,nav->nc,sizeof(pclk_t),cmppclk);
+    
+    for (i=0,j=1;j<nav->nc;j++) {
+        if (fabs(timediff(nav->pclk[i].time,nav->pclk[j].time))<1E-9) {
+            for (k=0;k<MAXSAT;k++) {
+                if (nav->pclk[j].clk[k][0]==0.0) continue;
+                nav->pclk[i].clk[k][0]=nav->pclk[j].clk[k][0];
+                nav->pclk[i].std[k][0]=nav->pclk[j].std[k][0];
+            }
+        }
+        else if (++i<j) nav->pclk[i]=nav->pclk[j];
+    }
+    nav->nc=i+1;
+    
+    if (!(nav_pclk=(pclk_t *)realloc(nav->pclk,sizeof(pclk_t)*nav->nc))) {
+        free(nav->pclk); nav->pclk=NULL; nav->nc=nav->ncmax=0;
+        trace(1,"combpclk malloc error nc=%d\n",nav->nc);
+        return;
+    }
+    nav->pclk=nav_pclk;
+    nav->ncmax=nav->nc;
+    
+    trace(4,"combpclk: nc=%d\n",nav->nc);
+}
+/* read rinex clock files ------------------------------------------------------
+* read rinex clock files
+* args   : char *file    I      file (wild-card * expanded)
+*          nav_t *nav    IO     navigation data    (NULL: no input)
+* return : number of precise clock
+*-----------------------------------------------------------------------------*/
+extern int readrnxc(const char *file, nav_t *nav)
+{
+    gtime_t t={0};
+    int i,n,index=0,stat=1;
+    char *files[MAXEXFILE]={0},type;
+    
+    trace(3,"readrnxc: file=%s\n",file);
+    
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(files[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(files[i]); return 0;
+        }
+    }
+    /* expand wild-card */
+    n=expath(file,files,MAXEXFILE);
+    
+    /* read rinex clock files */
+    for (i=0;i<n;i++) {
+        if (readrnxfile(files[i],t,t,0.0,"",1,index++,&type,NULL,nav,NULL)) {
+            continue;
+        }
+        stat=0;
+        break;
+    }
+    for (i=0;i<MAXEXFILE;i++) free(files[i]);
+    
+    if (!stat) return 0;
+    
+    /* unique and combine ephemeris and precise clock */
+    combpclk(nav);
+    
+    return nav->nc;
+}
+/* initialize rinex control ----------------------------------------------------
+* initialize rinex control struct and reallocate memory for observation and
+* ephemeris buffer in rinex control struct
+* args   : rnxctr_t *rnx IO     rinex control struct
+* return : status (1:ok,0:memory allocation error)
+*-----------------------------------------------------------------------------*/
+extern int init_rnxctr(rnxctr_t *rnx)
+{
+    gtime_t time0={0};
+    obsd_t data0={{0}};
+    eph_t  eph0={0,-1,-1};
+    geph_t geph0={0,-1};
+    seph_t seph0={0};
+    int i,j;
+    
+    trace(3,"init_rnxctr:\n");
+    
+    rnx->obs.data=NULL;
+    rnx->nav.eph =NULL;
+    rnx->nav.geph=NULL;
+    rnx->nav.seph=NULL;
+    
+    if (!(rnx->obs.data=(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS ))||
+        !(rnx->nav.eph =(eph_t  *)malloc(sizeof(eph_t )*MAXSAT ))||
+        !(rnx->nav.geph=(geph_t *)malloc(sizeof(geph_t)*NSATGLO))||
+        !(rnx->nav.seph=(seph_t *)malloc(sizeof(seph_t)*NSATSBS))) {
+        free_rnxctr(rnx);
+        return 0;
+    }
+    rnx->time=time0;
+    rnx->ver=0.0;
+    rnx->sys=rnx->tsys=0;
+    for (i=0;i<6;i++) for (j=0;j<MAXOBSTYPE;j++) rnx->tobs[i][j][0]='\0';
+    rnx->obs.n=0;
+    rnx->nav.n=MAXSAT;
+    rnx->nav.ng=NSATGLO;
+    rnx->nav.ns=NSATSBS;
+    for (i=0;i<MAXOBS ;i++) rnx->obs.data[i]=data0;
+    for (i=0;i<MAXSAT ;i++) rnx->nav.eph [i]=eph0;
+    for (i=0;i<NSATGLO;i++) rnx->nav.geph[i]=geph0;
+    for (i=0;i<NSATSBS;i++) rnx->nav.seph[i]=seph0;
+    rnx->ephsat=0;
+    rnx->opt[0]='\0';
+    
+    return 1;
+}
+/* free rinex control ----------------------------------------------------------
+* free observation and ephemris buffer in rinex control struct
+* args   : rnxctr_t *rnx IO  rinex control struct
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void free_rnxctr(rnxctr_t *rnx)
+{
+    trace(3,"free_rnxctr:\n");
+    
+    free(rnx->obs.data); rnx->obs.data=NULL; rnx->obs.n =0;
+    free(rnx->nav.eph ); rnx->nav.eph =NULL; rnx->nav.n =0;
+    free(rnx->nav.geph); rnx->nav.geph=NULL; rnx->nav.ng=0;
+    free(rnx->nav.seph); rnx->nav.seph=NULL; rnx->nav.ns=0;
+}
+/* open rinex data -------------------------------------------------------------
+* fetch next rinex message and input a messsage from file
+* args   : rnxctr_t *rnx IO  rinex control struct
+*          FILE  *fp    I    file pointer
+* return : status (-2: end of file, 0: no message, 1: input observation data,
+*                   2: input navigation data)
+*-----------------------------------------------------------------------------*/
+extern int open_rnxctr(rnxctr_t *rnx, FILE *fp)
+{
+    const char *rnxtypes="ONGLJHC";
+    double ver;
+    char type,tobs[6][MAXOBSTYPE][4]={{""}};
+    int i,j,sys,tsys;
+    
+    trace(3,"open_rnxctr:\n");
+    
+    /* read rinex header from file */
+    if (!readrnxh(fp,&ver,&type,&sys,&tsys,tobs,&rnx->nav,&rnx->sta)) {
+        trace(2,"open_rnxctr: rinex header read error\n");
+        return 0;
+    }
+    if (!strchr(rnxtypes,type)) {
+        trace(2,"open_rnxctr: not supported rinex type type=%c\n",type);
+        return 0;
+    }
+    rnx->ver=ver;
+    rnx->type=type;
+    rnx->sys=sys;
+    rnx->tsys=tsys;
+    for (i=0;i<6;i++) for (j=0;j<MAXOBSTYPE&&*tobs[i][j];j++) {
+        strcpy(rnx->tobs[i][j],tobs[i][j]);
+    }
+    rnx->ephsat=0;
+    return 1;
+}
+/* input rinex control ---------------------------------------------------------
+* fetch next rinex message and input a messsage from file
+* args   : rnxctr_t *rnx IO  rinex control struct
+*          FILE  *fp    I    file pointer
+* return : status (-2: end of file, 0: no message, 1: input observation data,
+*                   2: input navigation data)
+*-----------------------------------------------------------------------------*/
+extern int input_rnxctr(rnxctr_t *rnx, FILE *fp)
+{
+    eph_t eph={0};
+    geph_t geph={0};
+    seph_t seph={0};
+    int n,sys,stat,flag,prn,type;
+    
+    trace(4,"input_rnxctr:\n");
+    
+    /* read rinex obs data */
+    if (rnx->type=='O') {
+        if ((n=readrnxobsb(fp,rnx->opt,rnx->ver,rnx->tobs,&flag,
+                           rnx->obs.data))<=0) {
+            rnx->obs.n=0;
+            return n<0?-2:0;
+        }
+        rnx->time=rnx->obs.data[0].time;
+        rnx->obs.n=n;
+        return 1;
+    }
+    /* read rinex nav data */
+    switch (rnx->type) {
+        case 'N': sys=SYS_NONE; break;
+        case 'G': sys=SYS_GLO ; break;
+        case 'H': sys=SYS_SBS ; break;
+        case 'L': sys=SYS_GAL ; break; /* extension */
+        case 'J': sys=SYS_QZS ; break; /* extension */
+        default: return 0;
+    }
+    if ((stat=readrnxnavb(fp,rnx->opt,rnx->ver,sys,&type,&eph,&geph,&seph))<=0) {
+        return stat<0?-2:0;
+    }
+    if (type==1) {
+        sys=satsys(geph.sat,&prn);
+        rnx->nav.geph[prn-1]=geph;
+        rnx->time=geph.tof;
+        rnx->ephsat=geph.sat;
+    }
+    else if (type==2) {
+        sys=satsys(seph.sat,&prn);
+        rnx->nav.seph[prn-MINPRNSBS]=seph;
+        rnx->time=seph.tof;
+        rnx->ephsat=seph.sat;
+    }
+    else {
+        rnx->nav.eph[eph.sat-1]=eph;
+        rnx->time=eph.ttr;
+        rnx->ephsat=eph.sat;
+    }
+    return 2;
+}
+/*------------------------------------------------------------------------------
+* output rinex functions
+*-----------------------------------------------------------------------------*/
+
+/* output obs types ver.2 ----------------------------------------------------*/
+static void outobstype_ver2(FILE *fp, const rnxopt_t *opt)
+{
+    const char label[]="# / TYPES OF OBSERV";
+    int i;
+    
+    trace(3,"outobstype_ver2:\n");
+    
+    fprintf(fp,"%6d",opt->nobs[0]);
+    
+    for (i=0;i<opt->nobs[0];i++) {
+        if (i>0&&i%9==0) fprintf(fp,"      ");
+        
+        fprintf(fp,"%6s",opt->tobs[0][i]);
+        
+        if (i%9==8) fprintf(fp,"%-20s\n",label);
+    }
+    if (opt->nobs[0]==0||i%9>0) {
+        fprintf(fp,"%*s%-20s\n",(9-i%9)*6,"",label);
+    }
+}
+/* output obs types ver.3 ----------------------------------------------------*/
+static void outobstype_ver3(FILE *fp, const rnxopt_t *opt)
+{
+    const char label[]="SYS / # / OBS TYPES";
+    int i,j;
+    
+    trace(3,"outobstype_ver3:\n");
+    
+    for (i=0;navsys[i];i++) {
+        if (!(navsys[i]&opt->navsys)||!opt->nobs[i]) continue;
+        
+        fprintf(fp,"%c  %3d",syscodes[i],opt->nobs[i]);
+        
+        for (j=0;j<opt->nobs[i];j++) {
+            if (j>0&&j%13==0) fprintf(fp,"      ");
+            
+            fprintf(fp," %3s",opt->tobs[i][j]);
+            
+            if (j%13==12) fprintf(fp,"  %-20s\n",label);
+        }
+        if (j%13>0) {
+            fprintf(fp,"%*s  %-20s\n",(13-j%13)*4,"",label);
+        }
+    }
+}
+/* output rinex obs header -----------------------------------------------------
+* output rinex obd file header
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  *nav      I   navigation data
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxobsh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    const char *glo_codes[]={"C1C","C1P","C2C","C2P"};
+    double ep[6],pos[3]={0},del[3]={0};
+    int i,j,k,n,prn[MAXPRNGLO];
+    char date[32],*sys,*tsys="GPS";
+    
+    trace(3,"outrnxobsh:\n");
+    
+    timestr_rnx(date);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        sys=opt->navsys==SYS_GPS?"G (GPS)":"M (MIXED)";
+    }
+    else { /* ver.3 */
+        if      (opt->navsys==SYS_GPS) sys="G: GPS";
+        else if (opt->navsys==SYS_GLO) sys="R: GLONASS";
+        else if (opt->navsys==SYS_GAL) sys="E: Galielo";
+        else if (opt->navsys==SYS_QZS) sys="J: QZSS";   /* ver.3.02 */
+        else if (opt->navsys==SYS_CMP) sys="C: BeiDou"; /* ver.3.02 */
+        else if (opt->navsys==SYS_SBS) sys="S: SBAS Payload";
+        else sys="M: Mixed";
+    }
+    fprintf(fp,"%9.2f%-11s%-20s%-20s%-20s\n",opt->rnxver,"","OBSERVATION DATA",
+            sys,"RINEX VERSION / TYPE");
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    fprintf(fp,"%-60.60s%-20s\n",opt->marker,"MARKER NAME");
+    fprintf(fp,"%-20.20s%-40.40s%-20s\n",opt->markerno,"","MARKER NUMBER");
+    
+    if (opt->rnxver>2.99) {
+        fprintf(fp,"%-20.20s%-40.40s%-20s\n",opt->markertype,"","MARKER TYPE");
+    }
+    fprintf(fp,"%-20.20s%-40.40s%-20s\n",opt->name[0],opt->name[1],
+            "OBSERVER / AGENCY");
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->rec[0],opt->rec[1],
+            opt->rec[2],"REC # / TYPE / VERS");
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->ant[0],opt->ant[1],
+            opt->ant[2],"ANT # / TYPE");
+    
+    for (i=0;i<3;i++) if (fabs(opt->apppos[i])<1E8) pos[i]=opt->apppos[i];
+    for (i=0;i<3;i++) if (fabs(opt->antdel[i])<1E8) del[i]=opt->antdel[i];
+    fprintf(fp,"%14.4f%14.4f%14.4f%-18s%-20s\n",pos[0],pos[1],pos[2],"",
+            "APPROX POSITION XYZ");
+    fprintf(fp,"%14.4f%14.4f%14.4f%-18s%-20s\n",del[0],del[1],del[2],"",
+            "ANTENNA: DELTA H/E/N");
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%6d%6d%-48s%-20s\n",1,1,"","WAVELENGTH FACT L1/2");
+        outobstype_ver2(fp,opt);
+    }
+    else { /* ver.3 */
+        outobstype_ver3(fp,opt);
+    }
+    if (opt->tint>0.0) {
+        fprintf(fp,"%10.3f%50s%-20s\n",opt->tint,"","INTERVAL");
+    }
+    time2epoch(opt->tstart,ep);
+    fprintf(fp,"  %04.0f%6.0f%6.0f%6.0f%6.0f%13.7f     %-12s%-20s\n",ep[0],
+            ep[1],ep[2],ep[3],ep[4],ep[5],tsys,"TIME OF FIRST OBS");
+    
+    time2epoch(opt->tend,ep);
+    fprintf(fp,"  %04.0f%6.0f%6.0f%6.0f%6.0f%13.7f     %-12s%-20s\n",ep[0],
+            ep[1],ep[2],ep[3],ep[4],ep[5],tsys,"TIME OF LAST OBS");
+    
+    if (opt->rnxver>=3.01) { /* ver.3.01 */
+        for (i=0;navsys[i];i++) {
+            if (!(navsys[i]&opt->navsys)||!opt->nobs[i]) continue;
+            fprintf(fp,"%c %-58s%-20s\n",syscodes[i],"","SYS / PHASE SHIFT");
+        }
+    }
+    if (opt->rnxver>=3.02) { /* ver.3.02 */
+        for (i=n=0;i<MAXPRNGLO;i++) {
+            if (nav->glo_fcn[i]>=1) prn[n++]=i+1;
+        }
+        for (i=j=0;i<(n<=0?1:(n-1)/8+1);i++) {
+            if (i==0) fprintf(fp,"%3d",n); else fprintf(fp,"   ");
+            for (k=0;k<8;k++,j++) {
+                if (j<n) {
+                    fprintf(fp," R%02d %2d",prn[j],nav->glo_fcn[prn[j]-1]-8);
+                }
+                else {
+                    fprintf(fp," %6s","");
+                }
+            }
+            fprintf(fp," %-20s\n","GLONASS SLOT / FRQ #");
+        }
+    }
+    if (opt->rnxver>=3.02) { /* ver.3.02 */
+        for (i=0;i<4;i++) fprintf(fp," %3s %8.3f",glo_codes[i],0.0);
+        fprintf(fp,"%8s%-20s\n","","GLONASS COD/PHS/BIS");
+    }
+    return fprintf(fp,"%-60.60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output obs data field -----------------------------------------------------*/
+static void outrnxobsf(FILE *fp, double obs, int lli)
+{
+    if (obs==0.0||obs<=-1E9||obs>=1E9) fprintf(fp,"              ");
+    else fprintf(fp,"%14.3f",obs);
+    if (lli<=0) fprintf(fp,"  "); else fprintf(fp,"%1.1d ",lli);
+}
+/* search obs data index -----------------------------------------------------*/
+static int obsindex(double ver, int sys, const unsigned char *code,
+                    const char *tobs, const char *mask)
+{
+    char *id;
+    int i;
+    
+    for (i=0;i<NFREQ+NEXOBS;i++) {
+        
+        /* signal mask */
+        if (mask[code[i]-1]=='0') continue;
+        
+        if (ver<=2.99) { /* ver.2 */
+            if (!strcmp(tobs,"C1")&&(sys==SYS_GPS||sys==SYS_GLO||sys==SYS_QZS||
+                sys==SYS_SBS||sys==SYS_CMP)) {
+                if (code[i]==CODE_L1C) return i;
+            }
+            else if (!strcmp(tobs,"P1")) {
+                if (code[i]==CODE_L1P||code[i]==CODE_L1W||code[i]==CODE_L1Y||
+                    code[i]==CODE_L1N) return i;
+            }
+            else if (!strcmp(tobs,"C2")&&(sys==SYS_GPS||sys==SYS_QZS)) {
+                if (code[i]==CODE_L2S||code[i]==CODE_L2L||code[i]==CODE_L2X)
+                    return i;
+            }
+            else if (!strcmp(tobs,"C2")&&sys==SYS_GLO) {
+                if (code[i]==CODE_L2C) return i;
+            }
+            else if (!strcmp(tobs,"P2")) {
+                if (code[i]==CODE_L2P||code[i]==CODE_L2W||code[i]==CODE_L2Y||
+                    code[i]==CODE_L2N||code[i]==CODE_L2D) return i;
+            }
+            else if (ver>=2.12&&tobs[1]=='A') { /* L1C/A */
+                if (code[i]==CODE_L1C) return i;
+            }
+            else if (ver>=2.12&&tobs[1]=='B') { /* L1C */
+                if (code[i]==CODE_L1S||code[i]==CODE_L1L||code[i]==CODE_L1X)
+                    return i;
+            }
+            else if (ver>=2.12&&tobs[1]=='C') { /* L2C */
+                if (code[i]==CODE_L2S||code[i]==CODE_L2L||code[i]==CODE_L2X)
+                    return i;
+            }
+            else if (ver>=2.12&&tobs[1]=='D'&&sys==SYS_GLO) { /* GLO L2C/A */
+                if (code[i]==CODE_L2C) return i;
+            }
+            else if (tobs[1]=='2'&&sys==SYS_CMP) { /* BDS B1 */
+                if (code[i]==CODE_L1I||code[i]==CODE_L1Q||code[i]==CODE_L1X)
+                    return i;
+            }
+            else {
+                id=code2obs(code[i],NULL);
+                if (id[0]==tobs[1]) return i;
+            }
+        }
+        else { /* ver.3 */
+            id=code2obs(code[i],NULL);
+            if (!strcmp(id,tobs+1)) return i;
+        }
+    }
+    return -1;
+}
+/* output rinex obs body -------------------------------------------------------
+* output rinex obs body
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          obsd_t *obs      I   observation data
+*          int    n         I   number of observation data
+*          int    flag      I   epoch flag (0:ok,1:power failure,>1:event flag)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxobsb(FILE *fp, const rnxopt_t *opt, const obsd_t *obs, int n,
+                      int flag)
+{
+    const char *mask;
+    double ep[6];
+    char sats[MAXOBS][4]={""};
+    int i,j,k,m,ns,sys,ind[MAXOBS],s[MAXOBS]={0};
+    
+    trace(3,"outrnxobsb: n=%d\n",n);
+    
+    time2epoch(obs[0].time,ep);
+    
+    for (i=ns=0;i<n&&ns<MAXOBS;i++) {
+        sys=satsys(obs[i].sat,NULL);
+        if (!(sys&opt->navsys)||opt->exsats[obs[i].sat-1]) continue;
+        if (!sat2code(obs[i].sat,sats[ns])) continue;
+        switch (sys) {
+            case SYS_GPS: s[ns]=0; break;
+            case SYS_GLO: s[ns]=1; break;
+            case SYS_GAL: s[ns]=2; break;
+            case SYS_QZS: s[ns]=3; break;
+            case SYS_SBS: s[ns]=4; break;
+            case SYS_CMP: s[ns]=5; break;
+        }
+        if (!opt->nobs[opt->rnxver<=2.99?0:s[ns]]) continue;
+        ind[ns++]=i;
+    }
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp," %02d %2.0f %2.0f %2.0f %2.0f%11.7f  %d%3d",
+                (int)ep[0]%100,ep[1],ep[2],ep[3],ep[4],ep[5],flag,ns);
+        for (i=0;i<ns;i++) {
+            if (i>0&&i%12==0) fprintf(fp,"\n%32s","");
+            fprintf(fp,"%-3s",sats[i]);
+        }
+    }
+    else { /* ver.3 */
+        fprintf(fp,"> %04.0f %2.0f %2.0f %2.0f %2.0f%11.7f  %d%3d%21s\n",
+                ep[0],ep[1],ep[2],ep[3],ep[4],ep[5],flag,ns,"");
+    }
+    for (i=0;i<ns;i++) {
+        sys=satsys(obs[ind[i]].sat,NULL);
+        
+        if (opt->rnxver<=2.99) { /* ver.2 */
+            m=0;
+            mask=opt->mask[s[i]];
+        }
+        else { /* ver.3 */
+            fprintf(fp,"%-3s",sats[i]);
+            m=s[i];
+            mask=opt->mask[s[i]];
+        }
+        for (j=0;j<opt->nobs[m];j++) {
+            
+            if (opt->rnxver<=2.99) { /* ver.2 */
+                if (j%5==0) fprintf(fp,"\n");
+            }
+            /* search obs data index */
+            if ((k=obsindex(opt->rnxver,sys,obs[ind[i]].code,opt->tobs[m][j],
+                            mask))<0) {
+                outrnxobsf(fp,0.0,-1);
+                continue;
+            }
+            /* output field */
+            switch (opt->tobs[m][j][0]) {
+                case 'C':
+                case 'P': outrnxobsf(fp,obs[ind[i]].P[k],-1); break;
+                case 'L': outrnxobsf(fp,obs[ind[i]].L[k],obs[ind[i]].LLI[k]); break;
+                case 'D': outrnxobsf(fp,obs[ind[i]].D[k],-1); break;
+                case 'S': outrnxobsf(fp,obs[ind[i]].SNR[k]*0.25,-1); break;
+            }
+        }
+        if (opt->rnxver>2.99&&fprintf(fp,"\n")==EOF) return 0;
+    }
+    if (opt->rnxver>2.99) return 1;
+    
+    return fprintf(fp,"\n")!=EOF;
+}
+/* output nav member by rinex nav format -------------------------------------*/
+static void outnavf(FILE *fp, double value)
+{
+    double e=fabs(value)<1E-99?0.0:floor(log10(fabs(value))+1.0);
+    fprintf(fp," %s.%012.0fE%+03.0f",value<0.0?"-":" ",fabs(value)/pow(10.0,e-12.0),e);
+}
+/* output rinex nav header -----------------------------------------------------
+* output rinex nav file header
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64],*sys;
+    
+    trace(3,"outrnxnavh:\n");
+    
+    timestr_rnx(date);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "N: GPS NAV DATA","","RINEX VERSION / TYPE");
+    }
+    else { /* ver.3 */
+        if      (opt->navsys==SYS_GPS) sys="G: GPS";
+        else if (opt->navsys==SYS_GLO) sys="R: GLONASS";
+        else if (opt->navsys==SYS_GAL) sys="E: Galileo";
+        else if (opt->navsys==SYS_QZS) sys="J: QZSS";   /* v.3.02 */
+        else if (opt->navsys==SYS_CMP) sys="C: BeiDou"; /* v.3.02 */
+        else if (opt->navsys==SYS_SBS) sys="S: SBAS Payload";
+        else sys="M: Mixed";
+        
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "N: GNSS NAV DATA",sys,"RINEX VERSION / TYPE");
+    }
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        if (opt->outiono) {
+            fprintf(fp,"  %12.4E%12.4E%12.4E%12.4E%10s%-20s\n",nav->ion_gps[0],
+                    nav->ion_gps[1],nav->ion_gps[2],nav->ion_gps[3],"","ION ALPHA");
+            fprintf(fp,"  %12.4E%12.4E%12.4E%12.4E%10s%-20s\n",nav->ion_gps[4],
+                    nav->ion_gps[5],nav->ion_gps[6],nav->ion_gps[7],"","ION BETA");
+        }
+        if (opt->outtime) {
+            fprintf(fp,"   ");
+            outnavf(fp,nav->utc_gps[0]);
+            outnavf(fp,nav->utc_gps[1]);
+            fprintf(fp,"%9.0f%9.0f %-20s\n",nav->utc_gps[2],nav->utc_gps[3],
+                    "DELTA-UTC: A0,A1,T,W");
+        }
+    }
+    else { /* ver.3 */
+        if (opt->navsys&SYS_GPS) {
+            if (opt->outiono) {
+                fprintf(fp,"GPSA %12.4E%12.4E%12.4E%12.4E%7s%-20s\n",
+                        nav->ion_gps[0],nav->ion_gps[1],nav->ion_gps[2],
+                        nav->ion_gps[3],"","IONOSPHERIC CORR");
+                fprintf(fp,"GPSB %12.4E%12.4E%12.4E%12.4E%7s%-20s\n",
+                        nav->ion_gps[4],nav->ion_gps[5],nav->ion_gps[6],
+                        nav->ion_gps[7],"","IONOSPHERIC CORR");
+            }
+        }
+        if (opt->navsys&SYS_GAL) {
+            if (opt->outiono) {
+                fprintf(fp,"GAL  %12.4E%12.4E%12.4E%12.4E%7s%-20s\n",
+                        nav->ion_gal[0],nav->ion_gal[1],nav->ion_gal[2],0.0,"",
+                        "IONOSPHERIC CORR");
+            }
+        }
+        if (opt->navsys&SYS_QZS) {
+            if (opt->outiono) {
+                fprintf(fp,"QZSA %12.4E%12.4E%12.4E%12.4E%7s%-20s\n",
+                        nav->ion_qzs[0],nav->ion_qzs[1],nav->ion_qzs[2],
+                        nav->ion_qzs[3],"","IONOSPHERIC CORR");
+                fprintf(fp,"QZSB %12.4E%12.4E%12.4E%12.4E%7s%-20s\n",
+                        nav->ion_qzs[4],nav->ion_qzs[5],nav->ion_qzs[6],
+                        nav->ion_qzs[7],"","IONOSPHERIC CORR");
+            }
+        }
+        if (opt->navsys&SYS_GPS) {
+            if (opt->outtime) {
+                fprintf(fp,"GPUT %17.10E%16.9E%7.0f%5.0f %-5s %-2s %-20s\n",
+                        nav->utc_gps[0],nav->utc_gps[1],nav->utc_gps[2],
+                        nav->utc_gps[3],"","","TIME SYSTEM CORR");
+            }
+        }
+        if (opt->navsys&SYS_GAL) {
+            if (opt->outtime) {
+                fprintf(fp,"GAUT %17.10E%16.9E%7.0f%5.0f %-5s %-2s %-20s\n",
+                        nav->utc_gal[0],nav->utc_gal[1],nav->utc_gal[2],
+                        nav->utc_gal[3],"","","TIME SYSTEM CORR");
+            }
+        }
+        if (opt->navsys&SYS_QZS) { /* ver.3.02 */
+            if (opt->outtime) {
+                fprintf(fp,"QZUT %17.10E%16.9E%7.0f%5.0f %-5s %-2s %-20s\n",
+                        nav->utc_qzs[0],nav->utc_qzs[1],nav->utc_qzs[2],
+                        nav->utc_qzs[3],"","","TIME SYSTEM CORR");
+            }
+        }
+        if (opt->navsys&SYS_CMP) { /* ver.3.02 */
+            if (opt->outtime) {
+                fprintf(fp,"BDUT %17.10E%16.9E%7.0f%5.0f %-5s %-2s %-20s\n",
+                        nav->utc_cmp[0],nav->utc_cmp[1],nav->utc_cmp[2],
+                        nav->utc_cmp[3],"","","TIME SYSTEM CORR");
+            }
+        }
+    }
+    if (opt->outleaps) {
+        fprintf(fp,"%6d%54s%-20s\n",nav->leaps,"","LEAP SECONDS");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output rinex nav body -------------------------------------------------------
+* output rinex nav file body record
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          eph_t  *eph      I   ephemeris
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxnavb(FILE *fp, const rnxopt_t *opt, const eph_t *eph)
+{
+    double ep[6],ttr;
+    int week,sys,prn;
+    char code[32],*sep;
+    
+    trace(3,"outrnxgnavb: sat=%2d\n",eph->sat);
+    
+    if (!(sys=satsys(eph->sat,&prn))||!(sys&opt->navsys)) return 0;
+    
+    if (sys!=SYS_CMP) {
+        time2epoch(eph->toc,ep);
+    }
+    else {
+        time2epoch(gpst2bdt(eph->toc),ep); /* gpst -> bdt */
+    }
+    if (opt->rnxver>2.99||sys==SYS_GAL||sys==SYS_CMP) { /* ver.3 or ver.2 GAL */
+        if (!sat2code(eph->sat,code)) return 0;
+        fprintf(fp,"%-3s %04.0f %2.0f %2.0f %2.0f %2.0f %2.0f",code,ep[0],ep[1],
+                ep[2],ep[3],ep[4],ep[5]);
+        sep="    ";
+    }
+    else if (sys==SYS_QZS) { /* ver.2 or ver.3.02 QZS */
+        if (!sat2code(eph->sat,code)) return 0;
+        fprintf(fp,"%-3s %02d %2.0f %2.0f %2.0f %2.0f %4.1f",code,
+                (int)ep[0]%100,ep[1],ep[2],ep[3],ep[4],ep[5]);
+        sep="    ";
+    }
+    else {
+        fprintf(fp,"%2d %02d %2.0f %2.0f %2.0f %2.0f %4.1f",prn,
+                (int)ep[0]%100,ep[1],ep[2],ep[3],ep[4],ep[5]);
+        sep="   ";
+    }
+    outnavf(fp,eph->f0     );
+    outnavf(fp,eph->f1     );
+    outnavf(fp,eph->f2     );
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,eph->iode   ); /* GPS/QZS: IODE, GAL: IODnav, BDS: AODE */
+    outnavf(fp,eph->crs    );
+    outnavf(fp,eph->deln   );
+    outnavf(fp,eph->M0     );
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,eph->cuc    );
+    outnavf(fp,eph->e      );
+    outnavf(fp,eph->cus    );
+    outnavf(fp,sqrt(eph->A));
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,eph->toes   );
+    outnavf(fp,eph->cic    );
+    outnavf(fp,eph->OMG0   );
+    outnavf(fp,eph->cis    );
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,eph->i0     );
+    outnavf(fp,eph->crc    );
+    outnavf(fp,eph->omg    );
+    outnavf(fp,eph->OMGd   );
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,eph->idot   );
+    outnavf(fp,eph->code   );
+    outnavf(fp,eph->week   ); /* GPS/QZS: GPS week, GAL: GAL week, BDS: BDT week */
+    outnavf(fp,eph->flag   );
+    fprintf(fp,"\n%s",sep  );
+    
+    outnavf(fp,uravalue(eph->sva));
+    outnavf(fp,eph->svh    );
+    outnavf(fp,eph->tgd[0] ); /* GPS/QZS:TGD, GAL:BGD E5a/E1, BDS: TGD1 B1/B3 */
+    if (sys==SYS_GAL||sys==SYS_CMP) {
+        outnavf(fp,eph->tgd[1]); /* GAL:BGD E5b/E1, BDS: TGD2 B2/B3 */
+    }
+    else {
+        outnavf(fp,eph->iodc);   /* GPS/QZS:IODC */
+    }
+    fprintf(fp,"\n%s",sep  );
+    
+    if (sys!=SYS_CMP) {
+        ttr=time2gpst(eph->ttr,&week);
+    }
+    else {
+        ttr=time2bdt(gpst2bdt(eph->ttr),&week); /* gpst -> bdt */
+    }
+    outnavf(fp,ttr+(week-eph->week)*604800.0);
+    
+    if (sys==SYS_GPS||sys==SYS_QZS) {
+        outnavf(fp,eph->fit);
+    }
+    else if (sys==SYS_CMP) {
+        outnavf(fp,eph->iodc); /* AODC */
+    }
+    else {
+        outnavf(fp,0.0); /* spare */
+    }
+    return fprintf(fp,"\n")!=EOF;
+}
+/* output rinex gnav header ----------------------------------------------------
+* output rinex gnav (glonass navigation) file header
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxgnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64];
+    
+    trace(3,"outrnxgnavh:\n");
+    
+    timestr_rnx(date);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "GLONASS NAV DATA","","RINEX VERSION / TYPE");
+    }
+    else { /* ver.3 */
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "N: GNSS NAV DATA","R: GLONASS","RINEX VERSION / TYPE");
+    }
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output rinex gnav body ------------------------------------------------------
+* output rinex gnav (glonass navigation) file body record
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          geph_t  *geph    I   glonass ephemeris
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxgnavb(FILE *fp, const rnxopt_t *opt, const geph_t *geph)
+{
+    gtime_t toe;
+    double ep[6],tof;
+    int prn;
+    char code[32],*sep;
+    
+    trace(3,"outrnxgnavb: sat=%2d\n",geph->sat);
+    
+    if ((satsys(geph->sat,&prn)&opt->navsys)!=SYS_GLO) return 0;
+    
+    tof=time2gpst(gpst2utc(geph->tof),NULL);      /* v.3: tow in utc */
+    if (opt->rnxver<=2.99) tof=fmod(tof,86400.0); /* v.2: tod in utc */
+    
+    toe=gpst2utc(geph->toe); /* gpst -> utc */
+    time2epoch(toe,ep);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%2d %02d %2.0f %2.0f %2.0f %2.0f %4.1f",prn,(int)ep[0]%100,
+                ep[1],ep[2],ep[3],ep[4],ep[5]);
+        sep="   ";
+    }
+    else { /* ver.3 */
+        if (!sat2code(geph->sat,code)) return 0;
+        fprintf(fp,"%-3s %04.0f %2.0f %2.0f %2.0f %2.0f %2.0f",code,ep[0],ep[1],
+                ep[2],ep[3],ep[4],ep[5]);
+        sep="    ";
+    }
+    outnavf(fp,-geph->taun     );
+    outnavf(fp,geph->gamn      );
+    outnavf(fp,tof             );
+    fprintf(fp,"\n%s",sep      );
+    
+    outnavf(fp,geph->pos[0]/1E3);
+    outnavf(fp,geph->vel[0]/1E3);
+    outnavf(fp,geph->acc[0]/1E3);
+    outnavf(fp,geph->svh       );
+    fprintf(fp,"\n%s",sep      );
+    
+    outnavf(fp,geph->pos[1]/1E3);
+    outnavf(fp,geph->vel[1]/1E3);
+    outnavf(fp,geph->acc[1]/1E3);
+    outnavf(fp,geph->frq       );
+    fprintf(fp,"\n%s",sep      );
+    
+    outnavf(fp,geph->pos[2]/1E3);
+    outnavf(fp,geph->vel[2]/1E3);
+    outnavf(fp,geph->acc[2]/1E3);
+    outnavf(fp,geph->age       );
+    
+    return fprintf(fp,"\n")!=EOF;
+}
+/* output rinex geo nav header -------------------------------------------------
+* output rinex geo nav file header
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxhnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64];
+    
+    trace(3,"outrnxhnavh:\n");
+    
+    timestr_rnx(date);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "H: GEO NAV MSG DATA","","RINEX VERSION / TYPE");
+    }
+    else { /* ver.3 */
+        fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+                "N: GNSS NAV DATA","S: SBAS Payload","RINEX VERSION / TYPE");
+    }
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output rinex geo nav body ---------------------------------------------------
+* output rinex geo nav file body record
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          seph_t  *seph    I   sbas ephemeris
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxhnavb(FILE *fp, const rnxopt_t *opt, const seph_t *seph)
+{
+    double ep[6];
+    int prn;
+    char code[32],*sep;
+    
+    trace(3,"outrnxhnavb: sat=%2d\n",seph->sat);
+    
+    if ((satsys(seph->sat,&prn)&opt->navsys)!=SYS_SBS) return 0;
+    
+    time2epoch(seph->t0,ep);
+    
+    if (opt->rnxver<=2.99) { /* ver.2 */
+        fprintf(fp,"%2d %02d %2.0f %2.0f %2.0f %2.0f %4.1f",prn-100,
+                (int)ep[0]%100,ep[1],ep[2],ep[3],ep[4],ep[5]);
+        sep="   ";
+    }
+    else { /* ver.3 */
+        if (!sat2code(seph->sat,code)) return 0;
+        fprintf(fp,"%-3s %04.0f %2.0f %2.0f %2.0f %2.0f %2.0f",code,ep[0],ep[1],
+                ep[2],ep[3],ep[4],ep[5]);
+        sep="    ";
+    }
+    outnavf(fp,seph->af0          );
+    outnavf(fp,seph->af1          );
+    outnavf(fp,time2gpst(seph->tof,NULL));
+    fprintf(fp,"\n%s",sep         );
+    
+    outnavf(fp,seph->pos[0]/1E3   );
+    outnavf(fp,seph->vel[0]/1E3   );
+    outnavf(fp,seph->acc[0]/1E3   );
+    outnavf(fp,seph->svh          );
+    fprintf(fp,"\n%s",sep         );
+    
+    outnavf(fp,seph->pos[1]/1E3   );
+    outnavf(fp,seph->vel[1]/1E3   );
+    outnavf(fp,seph->acc[1]/1E3   );
+    outnavf(fp,uravalue(seph->sva));
+    fprintf(fp,"\n%s",sep         );
+    
+    outnavf(fp,seph->pos[2]/1E3   );
+    outnavf(fp,seph->vel[2]/1E3   );
+    outnavf(fp,seph->acc[2]/1E3   );
+    outnavf(fp,0                  );
+    
+    return fprintf(fp,"\n")!=EOF;
+}
+/* output rinex galileo nav header ---------------------------------------------
+* output rinex galileo nav file header (2.12)
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxlnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64];
+    
+    trace(3,"outrnxlnavh:\n");
+    
+    timestr_rnx(date);
+    
+    fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+            "N: GNSS NAV DATA","E: Galileo","RINEX VERSION / TYPE");
+    
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output rinex qzss nav header ------------------------------------------------
+* output rinex qzss nav file header (2.12 extention and 3.02)
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxqnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64];
+    
+    trace(3,"outrnxqnavh:\n");
+    
+    timestr_rnx(date);
+    
+    fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+            "N: GNSS NAV DATA","J: QZSS","RINEX VERSION / TYPE");
+    
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
+/* output rinex beidou nav header ----------------------------------------------
+* output rinex beidou nav file header (2.12 extention and 3.02)
+* args   : FILE   *fp       I   output file pointer
+*          rnxopt_t *opt    I   rinex options
+*          nav_t  nav       I   navigation data (NULL: no input)
+* return : status (1:ok, 0:output error)
+*-----------------------------------------------------------------------------*/
+extern int outrnxcnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
+{
+    int i;
+    char date[64];
+    
+    trace(3,"outrnxcnavh:\n");
+    
+    timestr_rnx(date);
+    
+    fprintf(fp,"%9.2f           %-20s%-20s%-20s\n",opt->rnxver,
+            "N: GNSS NAV DATA","C: BeiDou","RINEX VERSION / TYPE");
+    
+    fprintf(fp,"%-20.20s%-20.20s%-20.20s%-20s\n",opt->prog,opt->runby,date,
+            "PGM / RUN BY / DATE");
+    
+    for (i=0;i<MAXCOMMENT;i++) {
+        if (!*opt->comment[i]) continue;
+        fprintf(fp,"%-60.60s%-20s\n",opt->comment[i],"COMMENT");
+    }
+    return fprintf(fp,"%60s%-20s\n","","END OF HEADER")!=EOF;
+}
diff --git a/src/rtcm.c b/src/rtcm.c
new file mode 100644
index 0000000..bc63a13
--- /dev/null
+++ b/src/rtcm.c
@@ -0,0 +1,383 @@
+/*------------------------------------------------------------------------------
+* rtcm.c : rtcm functions
+*
+*          Copyright (C) 2009-2014 by T.TAKASU, All rights reserved.
+*
+* references :
+*     [1] RTCM Recommended Standards for Differential GNSS (Global Navigation
+*         Satellite Systems) Service version 2.3, August 20, 2001
+*     [2] RTCM Standard 10403.1 for Differential GNSS (Global Navigation
+*         Satellite Systems) Services - Version 3, Octobar 27, 2006
+*     [3] RTCM 10403.1-Amendment 3, Amendment 3 to RTCM Standard 10403.1
+*     [4] RTCM Paper, April 12, 2010, Proposed SSR Messages for SV Orbit Clock,
+*         Code Biases, URA
+*     [5] RTCM Paper 012-2009-SC104-528, January 28, 2009 (previous ver of [4])
+*     [6] RTCM Paper 012-2009-SC104-582, February 2, 2010 (previous ver of [4])
+*     [7] RTCM Standard 10403.1 - Amendment 5, Differential GNSS (Global
+*         Navigation Satellite Systems) Services - version 3, July 1, 2011
+*     [8] RTCM Paper 019-2012-SC104-689 (draft Galileo ephmeris messages)
+*     [9] RTCM Paper 163-2012-SC104-725 (draft QZSS ephemeris message)
+*     [10] RTCM Paper 059-2011-SC104-635 (draft Galileo and QZSS ssr messages)
+*     [11] RTCM Paper 034-2012-SC104-693 (draft multiple signal messages)
+*     [12] RTCM Paper 133-2012-SC104-709 (draft QZSS MSM messages)
+*     [13] RTCM Paper 122-2012-SC104-707.r1 (draft MSM messages)
+*     [14] RTCM Standard 10403.2, Differential GNSS (Global Navigation Satellite
+*          Systems) Services - version 3, February 1, 2013
+*     [15] RTCM Standard 10403.2, Differential GNSS (Global Navigation Satellite
+*          Systems) Services - version 3, with amendment 1/2, november 7, 2013
+*     [16] Proposal of new RTCM SSR Messages (ssr_1_gal_qzss_sbas_dbs_v05)
+*          2014/04/17
+*
+* version : $Revision:$ $Date:$
+* history : 2009/04/10 1.0  new
+*           2009/06/29 1.1  support type 1009-1012 to get synchronous-gnss-flag
+*           2009/12/04 1.2  support type 1010,1012,1020
+*           2010/07/15 1.3  support type 1057-1068 for ssr corrections
+*                           support type 1007,1008,1033 for antenna info
+*           2010/09/08 1.4  fix problem of ephemeris and ssr sequence upset
+*                           (2.4.0_p8)
+*           2012/05/11 1.5  comply with RTCM 3 final SSR format (RTCM 3
+*                           Amendment 5) (ref [7]) (2.4.1_p6)
+*           2012/05/14 1.6  separate rtcm2.c, rtcm3.c
+*                           add options to select used codes for msm
+*           2013/04/27 1.7  comply with rtcm 3.2 with amendment 1/2 (ref[15])
+*           2013/12/06 1.8  support SBAS/BeiDou SSR messages (ref[16])
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* function prototypes -------------------------------------------------------*/
+extern int decode_rtcm2(rtcm_t *rtcm);
+extern int decode_rtcm3(rtcm_t *rtcm);
+extern int encode_rtcm3(rtcm_t *rtcm, int type, int sync);
+
+/* constants -----------------------------------------------------------------*/
+
+#define RTCM2PREAMB 0x66        /* rtcm ver.2 frame preamble */
+#define RTCM3PREAMB 0xD3        /* rtcm ver.3 frame preamble */
+
+/* initialize rtcm control -----------------------------------------------------
+* initialize rtcm control struct and reallocate memory for observation and
+* ephemeris buffer in rtcm control struct
+* args   : rtcm_t *raw   IO     rtcm control struct
+* return : status (1:ok,0:memory allocation error)
+*-----------------------------------------------------------------------------*/
+extern int init_rtcm(rtcm_t *rtcm)
+{
+    gtime_t time0={0};
+    obsd_t data0={{0}};
+    eph_t  eph0 ={0,-1,-1};
+    geph_t geph0={0,-1};
+    ssr_t ssr0={{{0}}};
+    int i,j;
+    
+    trace(3,"init_rtcm:\n");
+    
+    rtcm->staid=rtcm->stah=rtcm->seqno=rtcm->outtype=0;
+    rtcm->time=rtcm->time_s=time0;
+    rtcm->sta.name[0]=rtcm->sta.marker[0]='\0';
+    rtcm->sta.antdes[0]=rtcm->sta.antsno[0]='\0';
+    rtcm->sta.rectype[0]=rtcm->sta.recver[0]=rtcm->sta.recsno[0]='\0';
+    rtcm->sta.antsetup=rtcm->sta.itrf=rtcm->sta.deltype=0;
+    for (i=0;i<3;i++) {
+        rtcm->sta.pos[i]=rtcm->sta.del[i]=0.0;
+    }
+    rtcm->sta.hgt=0.0;
+    rtcm->dgps=NULL;
+    for (i=0;i<MAXSAT;i++) {
+        rtcm->ssr[i]=ssr0;
+    }
+    rtcm->msg[0]=rtcm->msgtype[0]=rtcm->opt[0]='\0';
+    for (i=0;i<6;i++) rtcm->msmtype[i][0]='\0';
+    rtcm->obsflag=rtcm->ephsat=0;
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ+NEXOBS;j++) {
+        rtcm->cp[i][j]=0.0;
+        rtcm->lock[i][j]=rtcm->loss[i][j]=0;
+        rtcm->lltime[i][j]=time0;
+    }
+    rtcm->nbyte=rtcm->nbit=rtcm->len=0;
+    rtcm->word=0;
+    for (i=0;i<100;i++) rtcm->nmsg2[i]=0;
+    for (i=0;i<400;i++) rtcm->nmsg3[i]=0;
+    
+    rtcm->obs.data=NULL;
+    rtcm->nav.eph =NULL;
+    rtcm->nav.geph=NULL;
+    
+    /* reallocate memory for observation and ephemris buffer */
+    if (!(rtcm->obs.data=(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS))||
+        !(rtcm->nav.eph =(eph_t  *)malloc(sizeof(eph_t )*MAXSAT))||
+        !(rtcm->nav.geph=(geph_t *)malloc(sizeof(geph_t)*MAXPRNGLO))) {
+        free_rtcm(rtcm);
+        return 0;
+    }
+    rtcm->obs.n=0;
+    rtcm->nav.n=MAXSAT;
+    rtcm->nav.ng=MAXPRNGLO;
+    for (i=0;i<MAXOBS   ;i++) rtcm->obs.data[i]=data0;
+    for (i=0;i<MAXSAT   ;i++) rtcm->nav.eph [i]=eph0;
+    for (i=0;i<MAXPRNGLO;i++) rtcm->nav.geph[i]=geph0;
+    return 1;
+}
+/* free rtcm control ----------------------------------------------------------
+* free observation and ephemris buffer in rtcm control struct
+* args   : rtcm_t *raw   IO     rtcm control struct
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void free_rtcm(rtcm_t *rtcm)
+{
+    trace(3,"free_rtcm:\n");
+    
+    /* free memory for observation and ephemeris buffer */
+    free(rtcm->obs.data); rtcm->obs.data=NULL; rtcm->obs.n=0;
+    free(rtcm->nav.eph ); rtcm->nav.eph =NULL; rtcm->nav.n=0;
+    free(rtcm->nav.geph); rtcm->nav.geph=NULL; rtcm->nav.ng=0;
+}
+/* input rtcm 2 message from stream --------------------------------------------
+* fetch next rtcm 2 message and input a message from byte stream
+* args   : rtcm_t *rtcm IO   rtcm control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 5: input station pos/ant parameters,
+*                  6: input time parameter, 7: input dgps corrections,
+*                  9: input special message)
+* notes  : before firstly calling the function, time in rtcm control struct has
+*          to be set to the approximate time within 1/2 hour in order to resolve
+*          ambiguity of time in rtcm messages.
+*          supported msgs RTCM ver.2: 1,3,9,14,16,17,18,19,22
+*          refer [1] for RTCM ver.2
+*-----------------------------------------------------------------------------*/
+extern int input_rtcm2(rtcm_t *rtcm, unsigned char data)
+{
+    unsigned char preamb;
+    int i;
+    
+    trace(5,"input_rtcm2: data=%02x\n",data);
+    
+    if ((data&0xC0)!=0x40) return 0; /* ignore if upper 2bit != 01 */
+    
+    for (i=0;i<6;i++,data>>=1) { /* decode 6-of-8 form */
+        rtcm->word=(rtcm->word<<1)+(data&1);
+        
+        /* synchronize frame */
+        if (rtcm->nbyte==0) {
+            preamb=(unsigned char)(rtcm->word>>22);
+            if (rtcm->word&0x40000000) preamb^=0xFF; /* decode preamble */
+            if (preamb!=RTCM2PREAMB) continue;
+            
+            /* check parity */
+            if (!decode_word(rtcm->word,rtcm->buff)) continue;
+            rtcm->nbyte=3; rtcm->nbit=0;
+            continue;
+        }
+        if (++rtcm->nbit<30) continue; else rtcm->nbit=0;
+        
+        /* check parity */
+        if (!decode_word(rtcm->word,rtcm->buff+rtcm->nbyte)) {
+            trace(2,"rtcm2 partity error: i=%d word=%08x\n",i,rtcm->word);
+            rtcm->nbyte=0; rtcm->word&=0x3;
+            continue;
+        }
+        rtcm->nbyte+=3;
+        if (rtcm->nbyte==6) rtcm->len=(rtcm->buff[5]>>3)*3+6;
+        if (rtcm->nbyte<rtcm->len) continue;
+        rtcm->nbyte=0; rtcm->word&=0x3;
+        
+        /* decode rtcm2 message */
+        return decode_rtcm2(rtcm);
+    }
+    return 0;
+}
+/* input rtcm 3 message from stream --------------------------------------------
+* fetch next rtcm 3 message and input a message from byte stream
+* args   : rtcm_t *rtcm IO   rtcm control struct
+*          unsigned char data I stream data (1 byte)
+* return : status (-1: error message, 0: no message, 1: input observation data,
+*                  2: input ephemeris, 5: input station pos/ant parameters,
+*                  10: input ssr messages)
+* notes  : before firstly calling the function, time in rtcm control struct has
+*          to be set to the approximate time within 1/2 week in order to resolve
+*          ambiguity of time in rtcm messages.
+*          
+*          to specify input options, set rtcm->opt to the following option
+*          strings separated by spaces.
+*
+*          -EPHALL  : input all ephemerides
+*          -STA=nnn : input only message with STAID=nnn
+*          -GLss    : select signal ss for GPS MSM (ss=1C,1P,...)
+*          -RLss    : select signal ss for GLO MSM (ss=1C,1P,...)
+*          -ELss    : select signal ss for GAL MSM (ss=1C,1B,...)
+*          -JLss    : select signal ss for QZS MSM (ss=1C,2C,...)
+*          -CLss    : select signal ss for BDS MSM (ss=2I,7I,...)
+*
+*          supported RTCM 3 messages
+*                  (ref [2][3][4][5][6][7][8][9][10][11][12][13][14][15])
+*
+*            TYPE       GPS     GLOASS    GALILEO    QZSS     BEIDOU     SBAS
+*         ----------------------------------------------------------------------
+*          OBS C-L1  : 1001~     1009~       -         -         -         -
+*              F-L1  : 1002      1010        -         -         -         -
+*              C-L12 : 1003~     1011~       -         -         -         -
+*              F-L12 : 1004      1012        -         -         -         -
+*
+*          NAV       : 1019      1020      1045*     1044*     1047*       -
+*                        -         -       1046*       -         -         -
+*
+*          MSM 1     : 1071~     1081~     1091~     1111*~    1121*~    1101*~
+*              2     : 1072~     1082~     1092~     1112*~    1122*~    1102*~
+*              3     : 1073~     1083~     1093~     1113*~    1123*~    1103*~
+*              4     : 1074      1084      1094      1114*     1124*     1104*
+*              5     : 1075      1085      1095      1115*     1125*     1105*
+*              6     : 1076      1086      1096      1116*     1126*     1106*
+*              7     : 1077      1087      1097      1117*     1127*     1107*
+*
+*          SSR OBT   : 1057      1063      1240*     1246*     1258*       -
+*              CLK   : 1058      1064      1241*     1247*     1259*       -
+*              BIAS  : 1059      1065      1242*     1248*     1260*       -
+*              OBTCLK: 1060      1066      1243*     1249*     1261*       -
+*              URA   : 1061      1067      1244*     1250*     1262*       -
+*              HRCLK : 1062      1068      1245*     1251*     1263*       -
+*
+*          ANT INFO  : 1005 1006 1007 1008 1033
+*         ----------------------------------------------------------------------
+*                                                    (* draft, ~ only encode)
+*
+*          for MSM observation data with multiple signals for a frequency,
+*          a signal is selected according to internal priority. to select
+*          a specified signal, use the input options.
+*
+*          rtcm3 message format:
+*            +----------+--------+-----------+--------------------+----------+
+*            | preamble | 000000 |  length   |    data message    |  parity  |
+*            +----------+--------+-----------+--------------------+----------+
+*            |<-- 8 --->|<- 6 -->|<-- 10 --->|<--- length x 8 --->|<-- 24 -->|
+*            
+*-----------------------------------------------------------------------------*/
+extern int input_rtcm3(rtcm_t *rtcm, unsigned char data)
+{
+    trace(5,"input_rtcm3: data=%02x\n",data);
+    
+    /* synchronize frame */
+    if (rtcm->nbyte==0) {
+        if (data!=RTCM3PREAMB) return 0;
+        rtcm->buff[rtcm->nbyte++]=data;
+        return 0;
+    }
+    rtcm->buff[rtcm->nbyte++]=data;
+    
+    if (rtcm->nbyte==3) {
+        rtcm->len=getbitu(rtcm->buff,14,10)+3; /* length without parity */
+    }
+    if (rtcm->nbyte<3||rtcm->nbyte<rtcm->len+3) return 0;
+    rtcm->nbyte=0;
+    
+    /* check parity */
+    if (rtk_crc24q(rtcm->buff,rtcm->len)!=getbitu(rtcm->buff,rtcm->len*8,24)) {
+        trace(2,"rtcm3 parity error: len=%d\n",rtcm->len);
+        return 0;
+    }
+    /* decode rtcm3 message */
+    return decode_rtcm3(rtcm);
+}
+/* input rtcm 2 message from file ----------------------------------------------
+* fetch next rtcm 2 message and input a messsage from file
+* args   : rtcm_t *rtcm IO   rtcm control struct
+*          FILE  *fp    I    file pointer
+* return : status (-2: end of file, -1...10: same as above)
+* notes  : same as above
+*-----------------------------------------------------------------------------*/
+extern int input_rtcm2f(rtcm_t *rtcm, FILE *fp)
+{
+    int i,data=0,ret;
+    
+    trace(4,"input_rtcm2f: data=%02x\n",data);
+    
+    for (i=0;i<4096;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        if ((ret=input_rtcm2(rtcm,(unsigned char)data))) return ret;
+    }
+    return 0; /* return at every 4k bytes */
+}
+/* input rtcm 3 message from file ----------------------------------------------
+* fetch next rtcm 3 message and input a messsage from file
+* args   : rtcm_t *rtcm IO   rtcm control struct
+*          FILE  *fp    I    file pointer
+* return : status (-2: end of file, -1...10: same as above)
+* notes  : same as above
+*-----------------------------------------------------------------------------*/
+extern int input_rtcm3f(rtcm_t *rtcm, FILE *fp)
+{
+    int i,data=0,ret;
+    
+    trace(4,"input_rtcm3f: data=%02x\n",data);
+    
+    for (i=0;i<4096;i++) {
+        if ((data=fgetc(fp))==EOF) return -2;
+        if ((ret=input_rtcm3(rtcm,(unsigned char)data))) return ret;
+    }
+    return 0; /* return at every 4k bytes */
+}
+/* generate rtcm 2 message -----------------------------------------------------
+* generate rtcm 2 message
+* args   : rtcm_t *rtcm   IO rtcm control struct
+*          int    type    I  message type
+*          int    sync    I  sync flag (1:another message follows)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int gen_rtcm2(rtcm_t *rtcm, int type, int sync)
+{
+    trace(4,"gen_rtcm2: type=%d sync=%d\n",type,sync);
+    
+    rtcm->nbit=rtcm->len=rtcm->nbyte=0;
+    
+    /* not yet implemented */
+    
+    return 0;
+}
+/* generate rtcm 3 message -----------------------------------------------------
+* generate rtcm 3 message
+* args   : rtcm_t *rtcm   IO rtcm control struct
+*          int    type    I  message type
+*          int    sync    I  sync flag (1:another message follows)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int gen_rtcm3(rtcm_t *rtcm, int type, int sync)
+{
+    unsigned int crc;
+    int i=0;
+    
+    trace(4,"gen_rtcm3: type=%d sync=%d\n",type,sync);
+    
+    rtcm->nbit=rtcm->len=rtcm->nbyte=0;
+    
+    /* set preamble and reserved */
+    setbitu(rtcm->buff,i, 8,RTCM3PREAMB); i+= 8;
+    setbitu(rtcm->buff,i, 6,0          ); i+= 6;
+    setbitu(rtcm->buff,i,10,0          ); i+=10;
+    
+    /* encode rtcm 3 message body */
+    if (!encode_rtcm3(rtcm,type,sync)) return 0;
+    
+    /* padding to align 8 bit boundary */
+    for (i=rtcm->nbit;i%8;i++) {
+        setbitu(rtcm->buff,i,1,0);
+    }
+    /* message length (header+data) (bytes) */
+    if ((rtcm->len=i/8)>=3+1024) {
+        trace(2,"generate rtcm 3 message length error len=%d\n",rtcm->len-3);
+        rtcm->nbit=rtcm->len=0;
+        return 0;
+    }
+    /* message length without header and parity */
+    setbitu(rtcm->buff,14,10,rtcm->len-3);
+    
+    /* crc-24q */
+    crc=rtk_crc24q(rtcm->buff,rtcm->len);
+    setbitu(rtcm->buff,i,24,crc);
+    
+    /* length total (bytes) */
+    rtcm->nbyte=rtcm->len+3;
+    
+    return 1;
+}
diff --git a/src/rtcm2.c b/src/rtcm2.c
new file mode 100644
index 0000000..3b53045
--- /dev/null
+++ b/src/rtcm2.c
@@ -0,0 +1,430 @@
+/*------------------------------------------------------------------------------
+* rtcm2.c : rtcm ver.2 message functions
+*
+*          Copyright (C) 2009-2014 by T.TAKASU, All rights reserved.
+*
+* references :
+*     see rtcm.c
+*
+* version : $Revision:$ $Date:$
+* history : 2011/11/28 1.0  separated from rtcm.c
+*           2014/10/21 1.1  fix problem on week rollover in rtcm 2 type 14
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* adjust hourly rollover of rtcm 2 time -------------------------------------*/
+static void adjhour(rtcm_t *rtcm, double zcnt)
+{
+    double tow,hour,sec;
+    int week;
+    
+    /* if no time, get cpu time */
+    if (rtcm->time.time==0) rtcm->time=utc2gpst(timeget());
+    tow=time2gpst(rtcm->time,&week);
+    hour=floor(tow/3600.0);
+    sec=tow-hour*3600.0;
+    if      (zcnt<sec-1800.0) zcnt+=3600.0;
+    else if (zcnt>sec+1800.0) zcnt-=3600.0;
+    rtcm->time=gpst2time(week,hour*3600+zcnt);
+}
+/* get observation data index ------------------------------------------------*/
+static int obsindex(obs_t *obs, gtime_t time, int sat)
+{
+    int i,j;
+    
+    for (i=0;i<obs->n;i++) {
+        if (obs->data[i].sat==sat) return i; /* field already exists */
+    }
+    if (i>=MAXOBS) return -1; /* overflow */
+    
+    /* add new field */
+    obs->data[i].time=time;
+    obs->data[i].sat=sat;
+    for (j=0;j<NFREQ;j++) {
+        obs->data[i].L[j]=obs->data[i].P[j]=0.0;
+        obs->data[i].D[j]=0.0;
+        obs->data[i].SNR[j]=obs->data[i].LLI[j]=obs->data[i].code[j]=0;
+    }
+    obs->n++;
+    return i;
+}
+/* decode type 1/9: differential gps correction/partial correction set -------*/
+static int decode_type1(rtcm_t *rtcm)
+{
+    int i=48,fact,udre,prn,sat,iod;
+    double prc,rrc;
+    
+    trace(4,"decode_type1: len=%d\n",rtcm->len);
+    
+    while (i+40<=rtcm->len*8) {
+        fact=getbitu(rtcm->buff,i, 1); i+= 1;
+        udre=getbitu(rtcm->buff,i, 2); i+= 2;
+        prn =getbitu(rtcm->buff,i, 5); i+= 5;
+        prc =getbits(rtcm->buff,i,16); i+=16;
+        rrc =getbits(rtcm->buff,i, 8); i+= 8;
+        iod =getbits(rtcm->buff,i, 8); i+= 8;
+        if (prn==0) prn=32;
+        if (prc==0x80000000||rrc==0xFFFF8000) {
+            trace(2,"rtcm2 1 prc/rrc indicates satellite problem: prn=%d\n",prn);
+            continue;
+        }
+        if (rtcm->dgps) {
+            sat=satno(SYS_GPS,prn);
+            rtcm->dgps[sat-1].t0=rtcm->time;
+            rtcm->dgps[sat-1].prc=prc*(fact?0.32:0.02);
+            rtcm->dgps[sat-1].rrc=rrc*(fact?0.032:0.002);
+            rtcm->dgps[sat-1].iod=iod;
+            rtcm->dgps[sat-1].udre=udre;
+        }
+    }
+    return 7;
+}
+/* decode type 3: reference station parameter --------------------------------*/
+static int decode_type3(rtcm_t *rtcm)
+{
+    int i=48;
+    
+    trace(4,"decode_type3: len=%d\n",rtcm->len);
+    
+    if (i+96<=rtcm->len*8) {
+        rtcm->sta.pos[0]=getbits(rtcm->buff,i,32)*0.01; i+=32;
+        rtcm->sta.pos[1]=getbits(rtcm->buff,i,32)*0.01; i+=32;
+        rtcm->sta.pos[2]=getbits(rtcm->buff,i,32)*0.01;
+    }
+    else {
+        trace(2,"rtcm2 3 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    return 5;
+}
+/* decode type 14: gps time of week ------------------------------------------*/
+static int decode_type14(rtcm_t *rtcm)
+{
+    double zcnt;
+    int i=48,week,hour,leaps;
+    
+    trace(4,"decode_type14: len=%d\n",rtcm->len);
+    
+    zcnt=getbitu(rtcm->buff,24,13);
+    if (i+24<=rtcm->len*8) {
+        week =getbitu(rtcm->buff,i,10); i+=10;
+        hour =getbitu(rtcm->buff,i, 8); i+= 8;
+        leaps=getbitu(rtcm->buff,i, 6);
+    }
+    else {
+        trace(2,"rtcm2 14 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    week=adjgpsweek(week);
+    rtcm->time=gpst2time(week,hour*3600.0+zcnt*0.6);
+    rtcm->nav.leaps=leaps;
+    return 6;
+}
+/* decode type 16: gps special message ---------------------------------------*/
+static int decode_type16(rtcm_t *rtcm)
+{
+    int i=48,n=0;
+    
+    trace(4,"decode_type16: len=%d\n",rtcm->len);
+    
+    while (i+8<=rtcm->len*8&&n<90) {
+        rtcm->msg[n++]=getbitu(rtcm->buff,i,8); i+=8;
+    }
+    rtcm->msg[n]='\0';
+    
+    trace(3,"rtcm2 16 message: %s\n",rtcm->msg);
+    return 9;
+}
+/* decode type 17: gps ephemerides -------------------------------------------*/
+static int decode_type17(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    int i=48,week,prn,sat;
+    
+    trace(4,"decode_type17: len=%d\n",rtcm->len);
+    
+    if (i+480<=rtcm->len*8) {
+        week      =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        eph.iode  =getbitu(rtcm->buff,i, 8);              i+= 8;
+        toc       =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.f1    =getbits(rtcm->buff,i,16)*P2_43;        i+=16;
+        eph.f2    =getbits(rtcm->buff,i, 8)*P2_55;        i+= 8;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16);              i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,16);              i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.iodc  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.f0    =getbits(rtcm->buff,i,22)*P2_31;        i+=22;
+        prn       =getbitu(rtcm->buff,i, 5);              i+= 5+3;
+        eph.tgd[0]=getbits(rtcm->buff,i, 8)*P2_31;        i+= 8;
+        eph.code  =getbitu(rtcm->buff,i, 2);              i+= 2;
+        eph.sva   =getbitu(rtcm->buff,i, 4);              i+= 4;
+        eph.svh   =getbitu(rtcm->buff,i, 6);              i+= 6;
+        eph.flag  =getbitu(rtcm->buff,i, 1);
+    }
+    else {
+        trace(2,"rtcm2 17 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (prn==0) prn=32;
+    sat=satno(SYS_GPS,prn);
+    eph.sat=sat;
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 18: rtk uncorrected carrier-phase -----------------------------*/
+static int decode_type18(rtcm_t *rtcm)
+{
+    gtime_t time;
+    double usec,cp,tt;
+    int i=48,index,freq,sync=1,code,sys,prn,sat,loss;
+    
+    trace(4,"decode_type18: len=%d\n",rtcm->len);
+    
+    if (i+24<=rtcm->len*8) {
+        freq=getbitu(rtcm->buff,i, 2); i+= 2+2;
+        usec=getbitu(rtcm->buff,i,20); i+=20;
+    }
+    else {
+        trace(2,"rtcm2 18 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (freq&0x1) {
+        trace(2,"rtcm2 18 not supported frequency: freq=%d\n",freq);
+        return -1;
+    }
+    freq>>=1;
+    
+    while (i+48<=rtcm->len*8&&rtcm->obs.n<MAXOBS) {
+        sync=getbitu(rtcm->buff,i, 1); i+= 1;
+        code=getbitu(rtcm->buff,i, 1); i+= 1;
+        sys =getbitu(rtcm->buff,i, 1); i+= 1;
+        prn =getbitu(rtcm->buff,i, 5); i+= 5+3;
+        loss=getbitu(rtcm->buff,i, 5); i+= 5;
+        cp  =getbits(rtcm->buff,i,32); i+=32;
+        if (prn==0) prn=32;
+        if (!(sat=satno(sys?SYS_GLO:SYS_GPS,prn))) {
+            trace(2,"rtcm2 18 satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        time=timeadd(rtcm->time,usec*1E-6);
+        if (sys) time=utc2gpst(time); /* convert glonass time to gpst */
+        
+        tt=timediff(rtcm->obs.data[0].time,time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,time,sat))>=0) {
+            rtcm->obs.data[index].L[freq]=-cp/256.0;
+            rtcm->obs.data[index].LLI[freq]=rtcm->loss[sat-1][freq]!=loss;
+            rtcm->obs.data[index].code[freq]=
+                !freq?(code?CODE_L1P:CODE_L1C):(code?CODE_L2P:CODE_L2C);
+            rtcm->loss[sat-1][freq]=loss;
+        }
+    }
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 19: rtk uncorrected pseudorange -------------------------------*/
+static int decode_type19(rtcm_t *rtcm)
+{
+    gtime_t time;
+    double usec,pr,tt;
+    int i=48,index,freq,sync=1,code,sys,prn,sat;
+    
+    trace(4,"decode_type19: len=%d\n",rtcm->len);
+    
+    if (i+24<=rtcm->len*8) {
+        freq=getbitu(rtcm->buff,i, 2); i+= 2+2;
+        usec=getbitu(rtcm->buff,i,20); i+=20;
+    }
+    else {
+        trace(2,"rtcm2 19 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (freq&0x1) {
+        trace(2,"rtcm2 19 not supported frequency: freq=%d\n",freq);
+        return -1;
+    }
+    freq>>=1;
+    
+    while (i+48<=rtcm->len*8&&rtcm->obs.n<MAXOBS) {
+        sync=getbitu(rtcm->buff,i, 1); i+= 1;
+        code=getbitu(rtcm->buff,i, 1); i+= 1;
+        sys =getbitu(rtcm->buff,i, 1); i+= 1;
+        prn =getbitu(rtcm->buff,i, 5); i+= 5+8;
+        pr  =getbitu(rtcm->buff,i,32); i+=32;
+        if (prn==0) prn=32;
+        if (!(sat=satno(sys?SYS_GLO:SYS_GPS,prn))) {
+            trace(2,"rtcm2 19 satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        time=timeadd(rtcm->time,usec*1E-6);
+        if (sys) time=utc2gpst(time); /* convert glonass time to gpst */
+        
+        tt=timediff(rtcm->obs.data[0].time,time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,time,sat))>=0) {
+            rtcm->obs.data[index].P[freq]=pr*0.02;
+            rtcm->obs.data[index].code[freq]=
+                !freq?(code?CODE_L1P:CODE_L1C):(code?CODE_L2P:CODE_L2C);
+        }
+    }
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 22: extended reference station parameter ----------------------*/
+static int decode_type22(rtcm_t *rtcm)
+{
+    double del[2][3]={{0}},hgt=0.0;
+    int i=48,j,noh;
+    
+    trace(4,"decode_type22: len=%d\n",rtcm->len);
+    
+    if (i+24<=rtcm->len*8) {
+        del[0][0]=getbits(rtcm->buff,i,8)/25600.0; i+=8;
+        del[0][1]=getbits(rtcm->buff,i,8)/25600.0; i+=8;
+        del[0][2]=getbits(rtcm->buff,i,8)/25600.0; i+=8;
+    }
+    else {
+        trace(2,"rtcm2 22 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (i+24<=rtcm->len*8) {
+        i+=5; noh=getbits(rtcm->buff,i,1); i+=1;
+        hgt=noh?0.0:getbitu(rtcm->buff,i,18)/25600.0;
+        i+=18;
+    }
+    if (i+24<=rtcm->len*8) {
+        del[1][0]=getbits(rtcm->buff,i,8)/1600.0; i+=8;
+        del[1][1]=getbits(rtcm->buff,i,8)/1600.0; i+=8;
+        del[1][2]=getbits(rtcm->buff,i,8)/1600.0;
+    }
+    rtcm->sta.deltype=1; /* xyz */
+    for (j=0;j<3;j++) rtcm->sta.del[j]=del[0][j];
+    rtcm->sta.hgt=hgt;
+    return 5;
+}
+/* decode type 23: antenna type definition record ----------------------------*/
+static int decode_type23(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 24: antenna reference point (arp) -----------------------------*/
+static int decode_type24(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 31: differential glonass correction ---------------------------*/
+static int decode_type31(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 32: differential glonass reference station parameters ---------*/
+static int decode_type32(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 34: glonass partial differential correction set ---------------*/
+static int decode_type34(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 36: glonass special message -----------------------------------*/
+static int decode_type36(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 37: gnss system time offset -----------------------------------*/
+static int decode_type37(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 59: proprietary message ---------------------------------------*/
+static int decode_type59(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode rtcm ver.2 message -------------------------------------------------*/
+extern int decode_rtcm2(rtcm_t *rtcm)
+{
+    double zcnt;
+    int staid,seqno,stah,ret=0,type=getbitu(rtcm->buff,8,6);
+    
+    trace(3,"decode_rtcm2: type=%2d len=%3d\n",type,rtcm->len);
+    
+    if ((zcnt=getbitu(rtcm->buff,24,13)*0.6)>=3600.0) {
+        trace(2,"rtcm2 modified z-count error: zcnt=%.1f\n",zcnt);
+        return -1;
+    }
+    adjhour(rtcm,zcnt);
+    staid=getbitu(rtcm->buff,14,10);
+    seqno=getbitu(rtcm->buff,37, 3);
+    stah =getbitu(rtcm->buff,45, 3);
+    if (seqno-rtcm->seqno!=1&&seqno-rtcm->seqno!=-7) {
+        trace(2,"rtcm2 message outage: seqno=%d->%d\n",rtcm->seqno,seqno);
+    }
+    rtcm->seqno=seqno;
+    rtcm->stah =stah;
+    
+    if (rtcm->outtype) {
+        sprintf(rtcm->msgtype,"RTCM %2d (%4d) zcnt=%7.1f staid=%3d seqno=%d",
+                type,rtcm->len,zcnt,staid,seqno);
+    }
+    if (type==3||type==22||type==23||type==24) {
+        if (rtcm->staid!=0&&staid!=rtcm->staid) {
+           trace(2,"rtcm2 station id changed: %d->%d\n",rtcm->staid,staid);
+        }
+        rtcm->staid=staid;
+    }
+    if (rtcm->staid!=0&&staid!=rtcm->staid) {
+        trace(2,"rtcm2 station id invalid: %d %d\n",staid,rtcm->staid);
+        return -1;
+    }
+    switch (type) {
+        case  1: ret=decode_type1 (rtcm); break;
+        case  3: ret=decode_type3 (rtcm); break;
+        case  9: ret=decode_type1 (rtcm); break;
+        case 14: ret=decode_type14(rtcm); break;
+        case 16: ret=decode_type16(rtcm); break;
+        case 17: ret=decode_type17(rtcm); break;
+        case 18: ret=decode_type18(rtcm); break;
+        case 19: ret=decode_type19(rtcm); break;
+        case 22: ret=decode_type22(rtcm); break;
+        case 23: ret=decode_type23(rtcm); break; /* not supported */
+        case 24: ret=decode_type24(rtcm); break; /* not supported */
+        case 31: ret=decode_type31(rtcm); break; /* not supported */
+        case 32: ret=decode_type32(rtcm); break; /* not supported */
+        case 34: ret=decode_type34(rtcm); break; /* not supported */
+        case 36: ret=decode_type36(rtcm); break; /* not supported */
+        case 37: ret=decode_type37(rtcm); break; /* not supported */
+        case 59: ret=decode_type59(rtcm); break; /* not supported */
+    }
+    if (ret>=0) {
+        if (1<=type&&type<=99) rtcm->nmsg2[type]++; else rtcm->nmsg2[0]++;
+    }
+    return ret;
+}
diff --git a/src/rtcm3.c b/src/rtcm3.c
new file mode 100644
index 0000000..06cb87a
--- /dev/null
+++ b/src/rtcm3.c
@@ -0,0 +1,2389 @@
+/*------------------------------------------------------------------------------
+* rtcm3.c : rtcm ver.3 message decorder functions
+*
+*          Copyright (C) 2009-2016 by T.TAKASU, All rights reserved.
+*
+* options :
+*     -DSSR_QZSS_DRAFT_V05: qzss ssr messages based on ref [16]
+*
+* references :
+*     see rtcm.c
+*
+* version : $Revision:$ $Date:$
+* history : 2012/05/14 1.0  separated from rtcm.c
+*           2012/12/12 1.1  support gal/qzs ephemeris, gal/qzs ssr, msm
+*                           add station id consistency test for obs data
+*           2012/12/25 1.2  change compass msm id table
+*           2013/01/31 1.3  change signal id by the latest draft (ref [13])
+*           2013/02/23 1.4  change reference for rtcm 3 message (ref [14])
+*           2013/05/19 1.5  gpst -> bdt of time-tag in beidou msm message
+*           2014/05/02 1.6  fix bug on dropping last field of ssr message
+*                           comply with rtcm 3.2 with amendment 1/2 (ref[15])
+*                           delete MT 1046 according to ref [15]
+*           2014/09/14 1.7  add receiver option -RT_INP
+*           2014/12/06 1.8  support SBAS/BeiDou SSR messages (ref [16])
+*           2015/03/22 1.9  add handling of iodcrc for beidou/sbas ssr messages
+*           2015/04/27 1.10 support phase bias messages (MT2065-2070)
+*           2015/09/07 1.11 add message count of MT 2000-2099
+*           2015/10/21 1.12 add MT1046 support for IGS MGEX
+*                           fix bug on decode of SSR 3/7 (code/phase bias)
+*           2015/12/04 1.13 add MT63 beidou ephemeris (rtcm draft)
+*                           fix bug on ssr 3 message decoding (#321)
+*           2016/01/22 1.14 fix bug on L2C code in MT1004 (#131)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants -----------------------------------------------------------------*/
+
+#define PRUNIT_GPS  299792.458  /* rtcm ver.3 unit of gps pseudorange (m) */
+#define PRUNIT_GLO  599584.916  /* rtcm ver.3 unit of glonass pseudorange (m) */
+#define RANGE_MS    (CLIGHT*0.001)      /* range in 1 ms */
+
+#define P2_10       0.0009765625          /* 2^-10 */
+#define P2_34       5.820766091346740E-11 /* 2^-34 */
+#define P2_46       1.421085471520200E-14 /* 2^-46 */
+#define P2_59       1.734723475976810E-18 /* 2^-59 */
+#define P2_66       1.355252715606880E-20 /* 2^-66 */
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                    /* multi-signal-message header type */
+    unsigned char iod;              /* issue of data station */
+    unsigned char time_s;           /* cumulative session transmitting time */
+    unsigned char clk_str;          /* clock steering indicator */
+    unsigned char clk_ext;          /* external clock indicator */
+    unsigned char smooth;           /* divergence free smoothing indicator */
+    unsigned char tint_s;           /* soothing interval */
+    unsigned char nsat,nsig;        /* number of satellites/signals */
+    unsigned char sats[64];         /* satellites */
+    unsigned char sigs[32];         /* signals */
+    unsigned char cellmask[64];     /* cell mask */
+} msm_h_t;
+
+/* msm signal id table -------------------------------------------------------*/
+const char *msm_sig_gps[32]={
+    /* GPS: ref [13] table 3.5-87, ref [14][15] table 3.5-91 */
+    ""  ,"1C","1P","1W","1Y","1M",""  ,"2C","2P","2W","2Y","2M", /*  1-12 */
+    ""  ,""  ,"2S","2L","2X",""  ,""  ,""  ,""  ,"5I","5Q","5X", /* 13-24 */
+    ""  ,""  ,""  ,""  ,""  ,"1S","1L","1X"                      /* 25-32 */
+};
+const char *msm_sig_glo[32]={
+    /* GLONASS: ref [13] table 3.5-93, ref [14][15] table 3.5-97 */
+    ""  ,"1C","1P",""  ,""  ,""  ,""  ,"2C","2P",""  ,"3I","3Q",
+    "3X",""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,
+    ""  ,""  ,""  ,""  ,""  ,""  ,""  ,""
+};
+const char *msm_sig_gal[32]={
+    /* Galileo: ref [15] table 3.5-100 */
+    ""  ,"1C","1A","1B","1X","1Z",""  ,"6C","6A","6B","6X","6Z",
+    ""  ,"7I","7Q","7X",""  ,"8I","8Q","8X",""  ,"5I","5Q","5X",
+    ""  ,""  ,""  ,""  ,""  ,""  ,""  ,""
+};
+const char *msm_sig_qzs[32]={
+    /* QZSS: ref [15] table 3.5-103 */
+    ""  ,"1C",""  ,""  ,""  ,""  ,""  ,""  ,"6S","6L","6X",""  ,
+    ""  ,""  ,"2S","2L","2X",""  ,""  ,""  ,""  ,"5I","5Q","5X",
+    ""  ,""  ,""  ,""  ,""  ,"1S","1L","1X"
+};
+const char *msm_sig_sbs[32]={
+    /* SBAS: ref [13] table 3.5-T+005 */
+    ""  ,"1C",""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,
+    ""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,"5I","5Q","5X",
+    ""  ,""  ,""  ,""  ,""  ,""  ,""  ,""
+};
+const char *msm_sig_cmp[32]={
+    /* BeiDou: ref [15] table 3.5-106 */
+    ""  ,"1I","1Q","1X",""  ,""  ,""  ,"6I","6Q","6X",""  ,""  ,
+    ""  ,"7I","7Q","7X",""  ,""  ,""  ,""  ,""  ,""  ,""  ,""  ,
+    ""  ,""  ,""  ,""  ,""  ,""  ,""  ,""
+};
+/* ssr update intervals ------------------------------------------------------*/
+static const double ssrudint[16]={
+    1,2,5,10,15,30,60,120,240,300,600,900,1800,3600,7200,10800
+};
+/* get sign-magnitude bits ---------------------------------------------------*/
+static double getbitg(const unsigned char *buff, int pos, int len)
+{
+    double value=getbitu(buff,pos+1,len-1);
+    return getbitu(buff,pos,1)?-value:value;
+}
+/* adjust weekly rollover of gps time ----------------------------------------*/
+static void adjweek(rtcm_t *rtcm, double tow)
+{
+    double tow_p;
+    int week;
+    
+    /* if no time, get cpu time */
+    if (rtcm->time.time==0) rtcm->time=utc2gpst(timeget());
+    tow_p=time2gpst(rtcm->time,&week);
+    if      (tow<tow_p-302400.0) tow+=604800.0;
+    else if (tow>tow_p+302400.0) tow-=604800.0;
+    rtcm->time=gpst2time(week,tow);
+}
+/* adjust weekly rollover of bdt time ----------------------------------------*/
+static int adjbdtweek(int week)
+{
+    int w;
+    (void)time2bdt(gpst2bdt(utc2gpst(timeget())),&w);
+    if (w<1) w=1; /* use 2006/1/1 if time is earlier than 2006/1/1 */
+    return week+(w-week+512)/1024*1024;
+}
+/* adjust daily rollover of glonass time -------------------------------------*/
+static void adjday_glot(rtcm_t *rtcm, double tod)
+{
+    gtime_t time;
+    double tow,tod_p;
+    int week;
+    
+    if (rtcm->time.time==0) rtcm->time=utc2gpst(timeget());
+    time=timeadd(gpst2utc(rtcm->time),10800.0); /* glonass time */
+    tow=time2gpst(time,&week);
+    tod_p=fmod(tow,86400.0); tow-=tod_p;
+    if      (tod<tod_p-43200.0) tod+=86400.0;
+    else if (tod>tod_p+43200.0) tod-=86400.0;
+    time=gpst2time(week,tow+tod);
+    rtcm->time=utc2gpst(timeadd(time,-10800.0));
+}
+/* adjust carrier-phase rollover ---------------------------------------------*/
+static double adjcp(rtcm_t *rtcm, int sat, int freq, double cp)
+{
+    if (rtcm->cp[sat-1][freq]==0.0) ;
+    else if (cp<rtcm->cp[sat-1][freq]-750.0) cp+=1500.0;
+    else if (cp>rtcm->cp[sat-1][freq]+750.0) cp-=1500.0;
+    rtcm->cp[sat-1][freq]=cp;
+    return cp;
+}
+/* loss-of-lock indicator ----------------------------------------------------*/
+static int lossoflock(rtcm_t *rtcm, int sat, int freq, int lock)
+{
+    int lli=(!lock&&!rtcm->lock[sat-1][freq])||lock<rtcm->lock[sat-1][freq];
+    rtcm->lock[sat-1][freq]=lock;
+    return lli;
+}
+/* s/n ratio -----------------------------------------------------------------*/
+static unsigned char snratio(double snr)
+{
+    return (unsigned char)(snr<=0.0||255.5<=snr?0.0:snr*4.0+0.5);
+}
+/* get observation data index ------------------------------------------------*/
+static int obsindex(obs_t *obs, gtime_t time, int sat)
+{
+    int i,j;
+    
+    for (i=0;i<obs->n;i++) {
+        if (obs->data[i].sat==sat) return i; /* field already exists */
+    }
+    if (i>=MAXOBS) return -1; /* overflow */
+    
+    /* add new field */
+    obs->data[i].time=time;
+    obs->data[i].sat=sat;
+    for (j=0;j<NFREQ+NEXOBS;j++) {
+        obs->data[i].L[j]=obs->data[i].P[j]=0.0;
+        obs->data[i].D[j]=0.0;
+        obs->data[i].SNR[j]=obs->data[i].LLI[j]=obs->data[i].code[j]=0;
+    }
+    obs->n++;
+    return i;
+}
+/* test station id consistency -----------------------------------------------*/
+static int test_staid(rtcm_t *rtcm, int staid)
+{
+    char *p;
+    int type,id;
+    
+    /* test station id option */
+    if ((p=strstr(rtcm->opt,"-STA="))&&sscanf(p,"-STA=%d",&id)==1) {
+        if (staid!=id) return 0;
+    }
+    /* save station id */
+    if (rtcm->staid==0||rtcm->obsflag) {
+        rtcm->staid=staid;
+    }
+    else if (staid!=rtcm->staid) {
+        type=getbitu(rtcm->buff,24,12);
+        trace(2,"rtcm3 %d staid invalid id=%d %d\n",type,staid,rtcm->staid);
+        
+        /* reset station id if station id error */
+        rtcm->staid=0;
+        return 0;
+    }
+    return 1;
+}
+/* decode type 1001-1004 message header --------------------------------------*/
+static int decode_head1001(rtcm_t *rtcm, int *sync)
+{
+    double tow;
+    char *msg;
+    int i=24,staid,nsat,type;
+    
+    type=getbitu(rtcm->buff,i,12); i+=12;
+    
+    if (i+52<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12);       i+=12;
+        tow  =getbitu(rtcm->buff,i,30)*0.001; i+=30;
+        *sync=getbitu(rtcm->buff,i, 1);       i+= 1;
+        nsat =getbitu(rtcm->buff,i, 5);
+    }
+    else {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    adjweek(rtcm,tow);
+    
+    trace(4,"decode_head1001: time=%s nsat=%d sync=%d\n",time_str(rtcm->time,2),
+          nsat,*sync);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s nsat=%2d sync=%d",time_str(rtcm->time,2),nsat,*sync);
+    }
+    return nsat;
+}
+/* decode type 1001: L1-only gps rtk observation -----------------------------*/
+static int decode_type1001(rtcm_t *rtcm)
+{
+    int sync;
+    if (decode_head1001(rtcm,&sync)<0) return -1;
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1002: extended L1-only gps rtk observables --------------------*/
+static int decode_type1002(rtcm_t *rtcm)
+{
+    double pr1,cnr1,tt,cp1;
+    int i=24+64,j,index,nsat,sync,prn,code,sat,ppr1,lock1,amb,sys;
+    
+    if ((nsat=decode_head1001(rtcm,&sync))<0) return -1;
+    
+    for (j=0;j<nsat&&rtcm->obs.n<MAXOBS&&i+74<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i, 6); i+= 6;
+        code =getbitu(rtcm->buff,i, 1); i+= 1;
+        pr1  =getbitu(rtcm->buff,i,24); i+=24;
+        ppr1 =getbits(rtcm->buff,i,20); i+=20;
+        lock1=getbitu(rtcm->buff,i, 7); i+= 7;
+        amb  =getbitu(rtcm->buff,i, 8); i+= 8;
+        cnr1 =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (prn<40) {
+            sys=SYS_GPS;
+        }
+        else {
+            sys=SYS_SBS; prn+=80;
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 1002 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        tt=timediff(rtcm->obs.data[0].time,rtcm->time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,rtcm->time,sat))<0) continue;
+        pr1=pr1*0.02+amb*PRUNIT_GPS;
+        if (ppr1!=(int)0xFFF80000) {
+            rtcm->obs.data[index].P[0]=pr1;
+            cp1=adjcp(rtcm,sat,0,ppr1*0.0005/lam_carr[0]);
+            rtcm->obs.data[index].L[0]=pr1/lam_carr[0]+cp1;
+        }
+        rtcm->obs.data[index].LLI[0]=lossoflock(rtcm,sat,0,lock1);
+        rtcm->obs.data[index].SNR[0]=snratio(cnr1*0.25);
+        rtcm->obs.data[index].code[0]=code?CODE_L1P:CODE_L1C;
+    }
+    return sync?0:1;
+}
+/* decode type 1003: L1&L2 gps rtk observables -------------------------------*/
+static int decode_type1003(rtcm_t *rtcm)
+{
+    int sync;
+    if (decode_head1001(rtcm,&sync)<0) return -1;
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1004: extended L1&L2 gps rtk observables ----------------------*/
+static int decode_type1004(rtcm_t *rtcm)
+{
+    const int L2codes[]={CODE_L2X,CODE_L2P,CODE_L2D,CODE_L2W};
+    double pr1,cnr1,cnr2,tt,cp1,cp2;
+    int i=24+64,j,index,nsat,sync,prn,sat,code1,code2,pr21,ppr1,ppr2;
+    int lock1,lock2,amb,sys;
+    
+    if ((nsat=decode_head1001(rtcm,&sync))<0) return -1;
+    
+    for (j=0;j<nsat&&rtcm->obs.n<MAXOBS&&i+125<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i, 6); i+= 6;
+        code1=getbitu(rtcm->buff,i, 1); i+= 1;
+        pr1  =getbitu(rtcm->buff,i,24); i+=24;
+        ppr1 =getbits(rtcm->buff,i,20); i+=20;
+        lock1=getbitu(rtcm->buff,i, 7); i+= 7;
+        amb  =getbitu(rtcm->buff,i, 8); i+= 8;
+        cnr1 =getbitu(rtcm->buff,i, 8); i+= 8;
+        code2=getbitu(rtcm->buff,i, 2); i+= 2;
+        pr21 =getbits(rtcm->buff,i,14); i+=14;
+        ppr2 =getbits(rtcm->buff,i,20); i+=20;
+        lock2=getbitu(rtcm->buff,i, 7); i+= 7;
+        cnr2 =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (prn<40) {
+            sys=SYS_GPS;
+        }
+        else {
+            sys=SYS_SBS; prn+=80;
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 1004 satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        tt=timediff(rtcm->obs.data[0].time,rtcm->time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,rtcm->time,sat))<0) continue;
+        pr1=pr1*0.02+amb*PRUNIT_GPS;
+        if (ppr1!=(int)0xFFF80000) {
+            rtcm->obs.data[index].P[0]=pr1;
+            cp1=adjcp(rtcm,sat,0,ppr1*0.0005/lam_carr[0]);
+            rtcm->obs.data[index].L[0]=pr1/lam_carr[0]+cp1;
+        }
+        rtcm->obs.data[index].LLI[0]=lossoflock(rtcm,sat,0,lock1);
+        rtcm->obs.data[index].SNR[0]=snratio(cnr1*0.25);
+        rtcm->obs.data[index].code[0]=code1?CODE_L1P:CODE_L1C;
+        
+        if (pr21!=(int)0xFFFFE000) {
+            rtcm->obs.data[index].P[1]=pr1+pr21*0.02;
+        }
+        if (ppr2!=(int)0xFFF80000) {
+            cp2=adjcp(rtcm,sat,1,ppr2*0.0005/lam_carr[1]);
+            rtcm->obs.data[index].L[1]=pr1/lam_carr[1]+cp2;
+        }
+        rtcm->obs.data[index].LLI[1]=lossoflock(rtcm,sat,1,lock2);
+        rtcm->obs.data[index].SNR[1]=snratio(cnr2*0.25);
+        rtcm->obs.data[index].code[1]=L2codes[code2];
+    }
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* get signed 38bit field ----------------------------------------------------*/
+static double getbits_38(const unsigned char *buff, int pos)
+{
+    return (double)getbits(buff,pos,32)*64.0+getbitu(buff,pos+32,6);
+}
+/* decode type 1005: stationary rtk reference station arp --------------------*/
+static int decode_type1005(rtcm_t *rtcm)
+{
+    double rr[3];
+    char *msg;
+    int i=24+12,j,staid,itrf;
+    
+    if (i+140==rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12); i+=12;
+        itrf =getbitu(rtcm->buff,i, 6); i+= 6+4;
+        rr[0]=getbits_38(rtcm->buff,i); i+=38+2;
+        rr[1]=getbits_38(rtcm->buff,i); i+=38+2;
+        rr[2]=getbits_38(rtcm->buff,i);
+    }
+    else {
+        trace(2,"rtcm3 1005 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," staid=%4d",staid);
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    rtcm->sta.deltype=0; /* xyz */
+    for (j=0;j<3;j++) {
+        rtcm->sta.pos[j]=rr[j]*0.0001;
+        rtcm->sta.del[j]=0.0;
+    }
+    rtcm->sta.hgt=0.0;
+    rtcm->sta.itrf=itrf;
+    return 5;
+}
+/* decode type 1006: stationary rtk reference station arp with height --------*/
+static int decode_type1006(rtcm_t *rtcm)
+{
+    double rr[3],anth;
+    char *msg;
+    int i=24+12,j,staid,itrf;
+    
+    if (i+156<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12); i+=12;
+        itrf =getbitu(rtcm->buff,i, 6); i+= 6+4;
+        rr[0]=getbits_38(rtcm->buff,i); i+=38+2;
+        rr[1]=getbits_38(rtcm->buff,i); i+=38+2;
+        rr[2]=getbits_38(rtcm->buff,i); i+=38;
+        anth =getbitu(rtcm->buff,i,16);
+    }
+    else {
+        trace(2,"rtcm3 1006 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," staid=%4d",staid);
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    rtcm->sta.deltype=1; /* xyz */
+    for (j=0;j<3;j++) {
+        rtcm->sta.pos[j]=rr[j]*0.0001;
+        rtcm->sta.del[j]=0.0;
+    }
+    rtcm->sta.hgt=anth*0.0001;
+    rtcm->sta.itrf=itrf;
+    return 5;
+}
+/* decode type 1007: antenna descriptor --------------------------------------*/
+static int decode_type1007(rtcm_t *rtcm)
+{
+    char des[32]="";
+    char *msg;
+    int i=24+12,j,staid,n,setup;
+    
+    n=getbitu(rtcm->buff,i+12,8);
+    
+    if (i+28+8*n<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12); i+=12+8;
+        for (j=0;j<n&&j<31;j++) {
+            des[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        setup=getbitu(rtcm->buff,i, 8);
+    }
+    else {
+        trace(2,"rtcm3 1007 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," staid=%4d",staid);
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    strncpy(rtcm->sta.antdes,des,n); rtcm->sta.antdes[n]='\0';
+    rtcm->sta.antsetup=setup;
+    rtcm->sta.antsno[0]='\0';
+    return 5;
+}
+/* decode type 1008: antenna descriptor & serial number ----------------------*/
+static int decode_type1008(rtcm_t *rtcm)
+{
+    char des[32]="",sno[32]="";
+    char *msg;
+    int i=24+12,j,staid,n,m,setup;
+    
+    n=getbitu(rtcm->buff,i+12,8);
+    m=getbitu(rtcm->buff,i+28+8*n,8);
+    
+    if (i+36+8*(n+m)<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12); i+=12+8;
+        for (j=0;j<n&&j<31;j++) {
+            des[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        setup=getbitu(rtcm->buff,i, 8); i+=8+8;
+        for (j=0;j<m&&j<31;j++) {
+            sno[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+    }
+    else {
+        trace(2,"rtcm3 1008 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," staid=%4d",staid);
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    strncpy(rtcm->sta.antdes,des,n); rtcm->sta.antdes[n]='\0';
+    rtcm->sta.antsetup=setup;
+    strncpy(rtcm->sta.antsno,sno,m); rtcm->sta.antsno[m]='\0';
+    return 5;
+}
+/* decode type 1009-1012 message header --------------------------------------*/
+static int decode_head1009(rtcm_t *rtcm, int *sync)
+{
+    double tod;
+    char *msg;
+    int i=24,staid,nsat,type;
+    
+    type=getbitu(rtcm->buff,i,12); i+=12;
+    
+    if (i+49<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12);       i+=12;
+        tod  =getbitu(rtcm->buff,i,27)*0.001; i+=27; /* sec in a day */
+        *sync=getbitu(rtcm->buff,i, 1);       i+= 1;
+        nsat =getbitu(rtcm->buff,i, 5);
+    }
+    else {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    adjday_glot(rtcm,tod);
+    
+    trace(4,"decode_head1009: time=%s nsat=%d sync=%d\n",time_str(rtcm->time,2),
+          nsat,*sync);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s nsat=%2d sync=%d",time_str(rtcm->time,2),nsat,*sync);
+    }
+    return nsat;
+}
+/* decode type 1009: L1-only glonass rtk observables -------------------------*/
+static int decode_type1009(rtcm_t *rtcm)
+{
+    int sync;
+    if (decode_head1009(rtcm,&sync)<0) return -1;
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1010: extended L1-only glonass rtk observables ----------------*/
+static int decode_type1010(rtcm_t *rtcm)
+{
+    double pr1,cnr1,tt,cp1,lam1;
+    int i=24+61,j,index,nsat,sync,prn,sat,code,freq,ppr1,lock1,amb,sys=SYS_GLO;
+    
+    if ((nsat=decode_head1009(rtcm,&sync))<0) return -1;
+    
+    for (j=0;j<nsat&&rtcm->obs.n<MAXOBS&&i+79<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i, 6); i+= 6;
+        code =getbitu(rtcm->buff,i, 1); i+= 1;
+        freq =getbitu(rtcm->buff,i, 5); i+= 5;
+        pr1  =getbitu(rtcm->buff,i,25); i+=25;
+        ppr1 =getbits(rtcm->buff,i,20); i+=20;
+        lock1=getbitu(rtcm->buff,i, 7); i+= 7;
+        amb  =getbitu(rtcm->buff,i, 7); i+= 7;
+        cnr1 =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 1010 satellite number error: prn=%d\n",prn);
+            continue;
+        }
+        tt=timediff(rtcm->obs.data[0].time,rtcm->time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,rtcm->time,sat))<0) continue;
+        pr1=pr1*0.02+amb*PRUNIT_GLO;
+        if (ppr1!=(int)0xFFF80000) {
+            rtcm->obs.data[index].P[0]=pr1;
+            lam1=CLIGHT/(FREQ1_GLO+DFRQ1_GLO*(freq-7));
+            cp1=adjcp(rtcm,sat,0,ppr1*0.0005/lam1);
+            rtcm->obs.data[index].L[0]=pr1/lam1+cp1;
+        }
+        rtcm->obs.data[index].LLI[0]=lossoflock(rtcm,sat,0,lock1);
+        rtcm->obs.data[index].SNR[0]=snratio(cnr1*0.25);
+        rtcm->obs.data[index].code[0]=code?CODE_L1P:CODE_L1C;
+    }
+    return sync?0:1;
+}
+/* decode type 1011: L1&L2 glonass rtk observables ---------------------------*/
+static int decode_type1011(rtcm_t *rtcm)
+{
+    int sync;
+    if (decode_head1009(rtcm,&sync)<0) return -1;
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1012: extended L1&L2 glonass rtk observables ------------------*/
+static int decode_type1012(rtcm_t *rtcm)
+{
+    double pr1,cnr1,cnr2,tt,cp1,cp2,lam1,lam2;
+    int i=24+61,j,index,nsat,sync,prn,sat,freq,code1,code2,pr21,ppr1,ppr2;
+    int lock1,lock2,amb,sys=SYS_GLO;
+    
+    if ((nsat=decode_head1009(rtcm,&sync))<0) return -1;
+    
+    for (j=0;j<nsat&&rtcm->obs.n<MAXOBS&&i+130<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i, 6); i+= 6;
+        code1=getbitu(rtcm->buff,i, 1); i+= 1;
+        freq =getbitu(rtcm->buff,i, 5); i+= 5;
+        pr1  =getbitu(rtcm->buff,i,25); i+=25;
+        ppr1 =getbits(rtcm->buff,i,20); i+=20;
+        lock1=getbitu(rtcm->buff,i, 7); i+= 7;
+        amb  =getbitu(rtcm->buff,i, 7); i+= 7;
+        cnr1 =getbitu(rtcm->buff,i, 8); i+= 8;
+        code2=getbitu(rtcm->buff,i, 2); i+= 2;
+        pr21 =getbits(rtcm->buff,i,14); i+=14;
+        ppr2 =getbits(rtcm->buff,i,20); i+=20;
+        lock2=getbitu(rtcm->buff,i, 7); i+= 7;
+        cnr2 =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 1012 satellite number error: sys=%d prn=%d\n",sys,prn);
+            continue;
+        }
+        tt=timediff(rtcm->obs.data[0].time,rtcm->time);
+        if (rtcm->obsflag||fabs(tt)>1E-9) {
+            rtcm->obs.n=rtcm->obsflag=0;
+        }
+        if ((index=obsindex(&rtcm->obs,rtcm->time,sat))<0) continue;
+        pr1=pr1*0.02+amb*PRUNIT_GLO;
+        if (ppr1!=(int)0xFFF80000) {
+            lam1=CLIGHT/(FREQ1_GLO+DFRQ1_GLO*(freq-7));
+            rtcm->obs.data[index].P[0]=pr1;
+            cp1=adjcp(rtcm,sat,0,ppr1*0.0005/lam1);
+            rtcm->obs.data[index].L[0]=pr1/lam1+cp1;
+        }
+        rtcm->obs.data[index].LLI[0]=lossoflock(rtcm,sat,0,lock1);
+        rtcm->obs.data[index].SNR[0]=snratio(cnr1*0.25);
+        rtcm->obs.data[index].code[0]=code1?CODE_L1P:CODE_L1C;
+        
+        if (pr21!=(int)0xFFFFE000) {
+            rtcm->obs.data[index].P[1]=pr1+pr21*0.02;
+        }
+        if (ppr2!=(int)0xFFF80000) {
+            lam2=CLIGHT/(FREQ2_GLO+DFRQ2_GLO*(freq-7));
+            cp2=adjcp(rtcm,sat,1,ppr2*0.0005/lam2);
+            rtcm->obs.data[index].L[1]=pr1/lam2+cp2;
+        }
+        rtcm->obs.data[index].LLI[1]=lossoflock(rtcm,sat,1,lock2);
+        rtcm->obs.data[index].SNR[1]=snratio(cnr2*0.25);
+        rtcm->obs.data[index].code[1]=code2?CODE_L2P:CODE_L2C;
+    }
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1013: system parameters ---------------------------------------*/
+static int decode_type1013(rtcm_t *rtcm)
+{
+    return 0;
+}
+/* decode type 1019: gps ephemerides -----------------------------------------*/
+static int decode_type1019(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,sys=SYS_GPS;
+    
+    if (i+476<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 6);              i+= 6;
+        week      =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.sva   =getbitu(rtcm->buff,i, 4);              i+= 4;
+        eph.code  =getbitu(rtcm->buff,i, 2);              i+= 2;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        eph.iode  =getbitu(rtcm->buff,i, 8);              i+= 8;
+        toc       =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.f2    =getbits(rtcm->buff,i, 8)*P2_55;        i+= 8;
+        eph.f1    =getbits(rtcm->buff,i,16)*P2_43;        i+=16;
+        eph.f0    =getbits(rtcm->buff,i,22)*P2_31;        i+=22;
+        eph.iodc  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.tgd[0]=getbits(rtcm->buff,i, 8)*P2_31;        i+= 8;
+        eph.svh   =getbitu(rtcm->buff,i, 6);              i+= 6;
+        eph.flag  =getbitu(rtcm->buff,i, 1);              i+= 1;
+        eph.fit   =getbitu(rtcm->buff,i, 1)?0.0:4.0; /* 0:4hr,1:>4hr */
+    }
+    else {
+        trace(2,"rtcm3 1019 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (prn>=40) {
+        sys=SYS_SBS; prn+=80;
+    }
+    trace(4,"decode_type1019: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d iode=%3d iodc=%3d week=%d toe=%6.0f toc=%6.0f svh=%02X",
+                prn,eph.iode,eph.iodc,week,eph.toes,toc,eph.svh);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1019 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 1020: glonass ephemerides -------------------------------------*/
+static int decode_type1020(rtcm_t *rtcm)
+{
+    geph_t geph={0};
+    double tk_h,tk_m,tk_s,toe,tow,tod,tof;
+    char *msg;
+    int i=24+12,prn,sat,week,tb,bn,sys=SYS_GLO;
+    
+    if (i+348<=rtcm->len*8) {
+        prn        =getbitu(rtcm->buff,i, 6);           i+= 6;
+        geph.frq   =getbitu(rtcm->buff,i, 5)-7;         i+= 5+2+2;
+        tk_h       =getbitu(rtcm->buff,i, 5);           i+= 5;
+        tk_m       =getbitu(rtcm->buff,i, 6);           i+= 6;
+        tk_s       =getbitu(rtcm->buff,i, 1)*30.0;      i+= 1;
+        bn         =getbitu(rtcm->buff,i, 1);           i+= 1+1;
+        tb         =getbitu(rtcm->buff,i, 7);           i+= 7;
+        geph.vel[0]=getbitg(rtcm->buff,i,24)*P2_20*1E3; i+=24;
+        geph.pos[0]=getbitg(rtcm->buff,i,27)*P2_11*1E3; i+=27;
+        geph.acc[0]=getbitg(rtcm->buff,i, 5)*P2_30*1E3; i+= 5;
+        geph.vel[1]=getbitg(rtcm->buff,i,24)*P2_20*1E3; i+=24;
+        geph.pos[1]=getbitg(rtcm->buff,i,27)*P2_11*1E3; i+=27;
+        geph.acc[1]=getbitg(rtcm->buff,i, 5)*P2_30*1E3; i+= 5;
+        geph.vel[2]=getbitg(rtcm->buff,i,24)*P2_20*1E3; i+=24;
+        geph.pos[2]=getbitg(rtcm->buff,i,27)*P2_11*1E3; i+=27;
+        geph.acc[2]=getbitg(rtcm->buff,i, 5)*P2_30*1E3; i+= 5+1;
+        geph.gamn  =getbitg(rtcm->buff,i,11)*P2_40;     i+=11+3;
+        geph.taun  =getbitg(rtcm->buff,i,22)*P2_30;
+    }
+    else {
+        trace(2,"rtcm3 1020 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1020 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    trace(4,"decode_type1020: prn=%d tk=%02.0f:%02.0f:%02.0f\n",prn,tk_h,tk_m,tk_s);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d tk=%02.0f:%02.0f:%02.0f frq=%2d bn=%d tb=%d",
+                prn,tk_h,tk_m,tk_s,geph.frq,bn,tb);
+    }
+    geph.sat=sat;
+    geph.svh=bn;
+    geph.iode=tb&0x7F;
+    if (rtcm->time.time==0) rtcm->time=utc2gpst(timeget());
+    tow=time2gpst(gpst2utc(rtcm->time),&week);
+    tod=fmod(tow,86400.0); tow-=tod;
+    tof=tk_h*3600.0+tk_m*60.0+tk_s-10800.0; /* lt->utc */
+    if      (tof<tod-43200.0) tof+=86400.0;
+    else if (tof>tod+43200.0) tof-=86400.0;
+    geph.tof=utc2gpst(gpst2time(week,tow+tof));
+    toe=tb*900.0-10800.0; /* lt->utc */
+    if      (toe<tod-43200.0) toe+=86400.0;
+    else if (toe>tod+43200.0) toe-=86400.0;
+    geph.toe=utc2gpst(gpst2time(week,tow+toe)); /* utc->gpst */
+    
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (fabs(timediff(geph.toe,rtcm->nav.geph[prn-1].toe))<1.0&&
+            geph.svh==rtcm->nav.geph[prn-1].svh) return 0; /* unchanged */
+    }
+    rtcm->nav.geph[prn-1]=geph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 1021: helmert/abridged molodenski -----------------------------*/
+static int decode_type1021(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1021: not supported message\n");
+    return 0;
+}
+/* decode type 1022: moledenski-badekas transfromation -----------------------*/
+static int decode_type1022(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1022: not supported message\n");
+    return 0;
+}
+/* decode type 1023: residual, ellipoidal grid representation ----------------*/
+static int decode_type1023(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1023: not supported message\n");
+    return 0;
+}
+/* decode type 1024: residual, plane grid representation ---------------------*/
+static int decode_type1024(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1024: not supported message\n");
+    return 0;
+}
+/* decode type 1025: projection (types except LCC2SP,OM) ---------------------*/
+static int decode_type1025(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1025: not supported message\n");
+    return 0;
+}
+/* decode type 1026: projection (LCC2SP - lambert conic conformal (2sp)) -----*/
+static int decode_type1026(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1026: not supported message\n");
+    return 0;
+}
+/* decode type 1027: projection (type OM - oblique mercator) -----------------*/
+static int decode_type1027(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1027: not supported message\n");
+    return 0;
+}
+/* decode type 1030: network rtk residual ------------------------------------*/
+static int decode_type1030(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1030: not supported message\n");
+    return 0;
+}
+/* decode type 1031: glonass network rtk residual ----------------------------*/
+static int decode_type1031(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1031: not supported message\n");
+    return 0;
+}
+/* decode type 1032: physical reference station position information ---------*/
+static int decode_type1032(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1032: not supported message\n");
+    return 0;
+}
+/* decode type 1033: receiver and antenna descriptor -------------------------*/
+static int decode_type1033(rtcm_t *rtcm)
+{
+    char des[32]="",sno[32]="",rec[32]="",ver[32]="",rsn[32]="";
+    char *msg;
+    int i=24+12,j,staid,n,m,n1,n2,n3,setup;
+    
+    n =getbitu(rtcm->buff,i+12,8);
+    m =getbitu(rtcm->buff,i+28+8*n,8);
+    n1=getbitu(rtcm->buff,i+36+8*(n+m),8);
+    n2=getbitu(rtcm->buff,i+44+8*(n+m+n1),8);
+    n3=getbitu(rtcm->buff,i+52+8*(n+m+n1+n2),8);
+    
+    if (i+60+8*(n+m+n1+n2+n3)<=rtcm->len*8) {
+        staid=getbitu(rtcm->buff,i,12); i+=12+8;
+        for (j=0;j<n&&j<31;j++) {
+            des[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        setup=getbitu(rtcm->buff,i, 8); i+=8+8;
+        for (j=0;j<m&&j<31;j++) {
+            sno[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        i+=8;
+        for (j=0;j<n1&&j<31;j++) {
+            rec[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        i+=8;
+        for (j=0;j<n2&&j<31;j++) {
+            ver[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+        i+=8;
+        for (j=0;j<n3&&j<31;j++) {
+            rsn[j]=(char)getbitu(rtcm->buff,i,8); i+=8;
+        }
+    }
+    else {
+        trace(2,"rtcm3 1033 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," staid=%4d",staid);
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    strncpy(rtcm->sta.antdes, des,n ); rtcm->sta.antdes [n] ='\0';
+    rtcm->sta.antsetup=setup;
+    strncpy(rtcm->sta.antsno, sno,m ); rtcm->sta.antsno [m] ='\0';
+    strncpy(rtcm->sta.rectype,rec,n1); rtcm->sta.rectype[n1]='\0';
+    strncpy(rtcm->sta.recver, ver,n2); rtcm->sta.recver [n2]='\0';
+    strncpy(rtcm->sta.recsno, rsn,n3); rtcm->sta.recsno [n3]='\0';
+    
+    trace(3,"rtcm3 1033: ant=%s:%s rec=%s:%s:%s\n",des,sno,rec,ver,rsn);
+    return 5;
+}
+/* decode type 1034: gps network fkp gradient --------------------------------*/
+static int decode_type1034(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1034: not supported message\n");
+    return 0;
+}
+/* decode type 1035: glonass network fkp gradient ----------------------------*/
+static int decode_type1035(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1035: not supported message\n");
+    return 0;
+}
+/* decode type 1037: glonass network rtk ionospheric correction difference ---*/
+static int decode_type1037(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1037: not supported message\n");
+    return 0;
+}
+/* decode type 1038: glonass network rtk geometic correction difference ------*/
+static int decode_type1038(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1038: not supported message\n");
+    return 0;
+}
+/* decode type 1039: glonass network rtk combined correction difference ------*/
+static int decode_type1039(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1039: not supported message\n");
+    return 0;
+}
+/* decode type 1044: qzss ephemerides (ref [15]) -----------------------------*/
+static int decode_type1044(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,sys=SYS_QZS;
+    
+    if (i+473<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 4)+192;          i+= 4;
+        toc       =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.f2    =getbits(rtcm->buff,i, 8)*P2_55;        i+= 8;
+        eph.f1    =getbits(rtcm->buff,i,16)*P2_43;        i+=16;
+        eph.f0    =getbits(rtcm->buff,i,22)*P2_31;        i+=22;
+        eph.iode  =getbitu(rtcm->buff,i, 8);              i+= 8;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        eph.code  =getbitu(rtcm->buff,i, 2);              i+= 2;
+        week      =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.sva   =getbitu(rtcm->buff,i, 4);              i+= 4;
+        eph.svh   =getbitu(rtcm->buff,i, 6);              i+= 6;
+        eph.tgd[0]=getbits(rtcm->buff,i, 8)*P2_31;        i+= 8;
+        eph.iodc  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.fit   =getbitu(rtcm->buff,i, 1)?0.0:2.0; /* 0:2hr,1:>2hr */
+    }
+    else {
+        trace(2,"rtcm3 1044 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    trace(4,"decode_type1044: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%3d iode=%3d iodc=%3d week=%d toe=%6.0f toc=%6.0f svh=%02X",
+                prn,eph.iode,eph.iodc,week,eph.toes,toc,eph.svh);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1044 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjgpsweek(week);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode&&
+            eph.iodc==rtcm->nav.eph[sat-1].iodc) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 1045: galileo satellite ephemerides (ref [15]) ----------------*/
+static int decode_type1045(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,e5a_hs,e5a_dvs,rsv,sys=SYS_GAL;
+    
+    if (i+484<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 6);              i+= 6;
+        week      =getbitu(rtcm->buff,i,12);              i+=12;
+        eph.iode  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.sva   =getbitu(rtcm->buff,i, 8);              i+= 8;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        toc       =getbitu(rtcm->buff,i,14)*60.0;         i+=14;
+        eph.f2    =getbits(rtcm->buff,i, 6)*P2_59;        i+= 6;
+        eph.f1    =getbits(rtcm->buff,i,21)*P2_46;        i+=21;
+        eph.f0    =getbits(rtcm->buff,i,31)*P2_34;        i+=31;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,14)*60.0;         i+=14;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.tgd[0]=getbits(rtcm->buff,i,10)*P2_32;        i+=10; /* E5a/E1 */
+        e5a_hs    =getbitu(rtcm->buff,i, 2);              i+= 2; /* OSHS */
+        e5a_dvs   =getbitu(rtcm->buff,i, 1);              i+= 1; /* OSDVS */
+        rsv       =getbitu(rtcm->buff,i, 7);
+    }
+    else {
+        trace(2,"rtcm3 1045 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    trace(4,"decode_type1045: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d iode=%3d week=%d toe=%6.0f toc=%6.0f hs=%d dvs=%d",
+                prn,eph.iode,week,eph.toes,toc,e5a_hs,e5a_dvs);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1045 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjgpsweek(week%1024);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    eph.svh=(e5a_hs<<4)+(e5a_dvs<<3);
+    eph.code=2; /* data source = f/nav e5a */
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 1046: galileo satellite ephemerides (extension for IGS MGEX) --*/
+static int decode_type1046(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,e5a_hs,e5a_dvs,rsv,sys=SYS_GAL;
+    
+    if (i+484<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 6);              i+= 6;
+        week      =getbitu(rtcm->buff,i,12);              i+=12;
+        eph.iode  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.sva   =getbitu(rtcm->buff,i, 8);              i+= 8;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        toc       =getbitu(rtcm->buff,i,14)*60.0;         i+=14;
+        eph.f2    =getbits(rtcm->buff,i, 6)*P2_59;        i+= 6;
+        eph.f1    =getbits(rtcm->buff,i,21)*P2_46;        i+=21;
+        eph.f0    =getbits(rtcm->buff,i,31)*P2_34;        i+=31;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,14)*60.0;         i+=14;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.tgd[0]=getbits(rtcm->buff,i,10)*P2_32;        i+=10; /* E5a/E1 */
+        e5a_hs    =getbitu(rtcm->buff,i, 2);              i+= 2; /* OSHS */
+        e5a_dvs   =getbitu(rtcm->buff,i, 1);              i+= 1; /* OSDVS */
+        rsv       =getbitu(rtcm->buff,i, 7);
+    }
+    else {
+        trace(2,"rtcm3 1046 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    trace(4,"decode_type1046: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d iode=%3d week=%d toe=%6.0f toc=%6.0f hs=%d dvs=%d",
+                prn,eph.iode,week,eph.toes,toc,e5a_hs,e5a_dvs);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1046 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjgpsweek(week%1024);
+    eph.toe=gpst2time(eph.week,eph.toes);
+    eph.toc=gpst2time(eph.week,toc);
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    eph.svh=(e5a_hs<<4)+(e5a_dvs<<3);
+    eph.code=2; /* data source = f/nav e5a */
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 1047: beidou ephemerides (tentative mt and format) ------------*/
+static int decode_type1047(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,sys=SYS_CMP;
+    
+    if (i+476<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 6);              i+= 6;
+        week      =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.sva   =getbitu(rtcm->buff,i, 4);              i+= 4;
+        eph.code  =getbitu(rtcm->buff,i, 2);              i+= 2;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        eph.iode  =getbitu(rtcm->buff,i, 8);              i+= 8;
+        toc       =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.f2    =getbits(rtcm->buff,i, 8)*P2_55;        i+= 8;
+        eph.f1    =getbits(rtcm->buff,i,16)*P2_43;        i+=16;
+        eph.f0    =getbits(rtcm->buff,i,22)*P2_31;        i+=22;
+        eph.iodc  =getbitu(rtcm->buff,i,10);              i+=10;
+        eph.crs   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,16)*16.0;         i+=16;
+        eph.cic   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,16)*P2_29;        i+=16;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,16)*P2_5;         i+=16;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.tgd[0]=getbits(rtcm->buff,i, 8)*P2_31;        i+= 8;
+        eph.svh   =getbitu(rtcm->buff,i, 6);              i+= 6;
+        eph.flag  =getbitu(rtcm->buff,i, 1);              i+= 1;
+        eph.fit   =getbitu(rtcm->buff,i, 1)?0.0:4.0; /* 0:4hr,1:>4hr */
+    }
+    else {
+        trace(2,"rtcm3 1047 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    trace(4,"decode_type1047: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d iode=%3d iodc=%3d week=%d toe=%6.0f toc=%6.0f svh=%02X",
+                prn,eph.iode,eph.iodc,week,eph.toes,toc,eph.svh);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 1047 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjbdtweek(week);
+    eph.toe=bdt2gpst(bdt2time(eph.week,eph.toes)); /* bdt -> gpst */
+    eph.toc=bdt2gpst(bdt2time(eph.week,toc));      /* bdt -> gpst */
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode type 63: beidou ephemerides (rtcm draft) ---------------------------*/
+static int decode_type63(rtcm_t *rtcm)
+{
+    eph_t eph={0};
+    double toc,sqrtA;
+    char *msg;
+    int i=24+12,prn,sat,week,sys=SYS_CMP;
+    
+    if (i+499<=rtcm->len*8) {
+        prn       =getbitu(rtcm->buff,i, 6);              i+= 6;
+        week      =getbitu(rtcm->buff,i,13);              i+=13;
+        eph.sva   =getbitu(rtcm->buff,i, 4);              i+= 4;
+        eph.idot  =getbits(rtcm->buff,i,14)*P2_43*SC2RAD; i+=14;
+        eph.iode  =getbitu(rtcm->buff,i, 5);              i+= 5; /* AODE */
+        toc       =getbitu(rtcm->buff,i,17)*8.0;          i+=17;
+        eph.f2    =getbits(rtcm->buff,i,11)*P2_66;        i+=11;
+        eph.f1    =getbits(rtcm->buff,i,22)*P2_50;        i+=22;
+        eph.f0    =getbits(rtcm->buff,i,24)*P2_33;        i+=24;
+        eph.iodc  =getbitu(rtcm->buff,i, 5);              i+= 5; /* AODC */
+        eph.crs   =getbits(rtcm->buff,i,18)*P2_6;         i+=18;
+        eph.deln  =getbits(rtcm->buff,i,16)*P2_43*SC2RAD; i+=16;
+        eph.M0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cuc   =getbits(rtcm->buff,i,18)*P2_31;        i+=18;
+        eph.e     =getbitu(rtcm->buff,i,32)*P2_33;        i+=32;
+        eph.cus   =getbits(rtcm->buff,i,18)*P2_31;        i+=18;
+        sqrtA     =getbitu(rtcm->buff,i,32)*P2_19;        i+=32;
+        eph.toes  =getbitu(rtcm->buff,i,17)*8.0;          i+=17;
+        eph.cic   =getbits(rtcm->buff,i,18)*P2_31;        i+=18;
+        eph.OMG0  =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.cis   =getbits(rtcm->buff,i,18)*P2_31;        i+=18;
+        eph.i0    =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.crc   =getbits(rtcm->buff,i,18)*P2_6;         i+=18;
+        eph.omg   =getbits(rtcm->buff,i,32)*P2_31*SC2RAD; i+=32;
+        eph.OMGd  =getbits(rtcm->buff,i,24)*P2_43*SC2RAD; i+=24;
+        eph.tgd[0]=getbits(rtcm->buff,i,10)*1E-10;        i+=10;
+        eph.tgd[1]=getbits(rtcm->buff,i,10)*1E-10;        i+=10;
+        eph.svh   =getbitu(rtcm->buff,i, 1);              i+= 1;
+    }
+    else {
+        trace(2,"rtcm3 63 length error: len=%d\n",rtcm->len);
+        return -1;
+    }
+    trace(4,"decode_type63: prn=%d iode=%d toe=%.0f\n",prn,eph.iode,eph.toes);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," prn=%2d iode=%3d iodc=%3d week=%d toe=%6.0f toc=%6.0f svh=%02X",
+                prn,eph.iode,eph.iodc,week,eph.toes,toc,eph.svh);
+    }
+    if (!(sat=satno(sys,prn))) {
+        trace(2,"rtcm3 63 satellite number error: prn=%d\n",prn);
+        return -1;
+    }
+    eph.sat=sat;
+    eph.week=adjbdtweek(week);
+    eph.toe=bdt2gpst(bdt2time(eph.week,eph.toes)); /* bdt -> gpst */
+    eph.toc=bdt2gpst(bdt2time(eph.week,toc));      /* bdt -> gpst */
+    eph.ttr=rtcm->time;
+    eph.A=sqrtA*sqrtA;
+    if (!strstr(rtcm->opt,"-EPHALL")) {
+        if (eph.iode==rtcm->nav.eph[sat-1].iode) return 0; /* unchanged */
+    }
+    rtcm->nav.eph[sat-1]=eph;
+    rtcm->ephsat=sat;
+    return 2;
+}
+/* decode ssr 1,4 message header ---------------------------------------------*/
+static int decode_ssr1_head(rtcm_t *rtcm, int sys, int *sync, int *iod,
+                            double *udint, int *refd, int *hsize)
+{
+    double tod,tow;
+    char *msg;
+    int i=24+12,nsat,udi,provid=0,solid=0,ns=6;
+    
+#ifndef SSR_QZSS_DRAFT_V05
+    ns=sys==SYS_QZS?4:6;
+#endif
+    if (i+(sys==SYS_GLO?53:50+ns)>rtcm->len*8) return -1;
+    
+    if (sys==SYS_GLO) {
+        tod=getbitu(rtcm->buff,i,17); i+=17;
+        adjday_glot(rtcm,tod);
+    }
+    else {
+        tow=getbitu(rtcm->buff,i,20); i+=20;
+        adjweek(rtcm,tow);
+    }
+    udi   =getbitu(rtcm->buff,i, 4); i+= 4;
+    *sync =getbitu(rtcm->buff,i, 1); i+= 1;
+    *refd =getbitu(rtcm->buff,i, 1); i+= 1; /* satellite ref datum */
+    *iod  =getbitu(rtcm->buff,i, 4); i+= 4; /* iod */
+    provid=getbitu(rtcm->buff,i,16); i+=16; /* provider id */
+    solid =getbitu(rtcm->buff,i, 4); i+= 4; /* solution id */
+    nsat  =getbitu(rtcm->buff,i,ns); i+=ns;
+    *udint=ssrudint[udi];
+    
+    trace(4,"decode_ssr1_head: time=%s sys=%d nsat=%d sync=%d iod=%d provid=%d solid=%d\n",
+          time_str(rtcm->time,2),sys,nsat,*sync,*iod,provid,solid);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s nsat=%2d iod=%2d udi=%2d sync=%d",
+                time_str(rtcm->time,2),nsat,*iod,udi,*sync);
+    }
+    *hsize=i;
+    return nsat;
+}
+/* decode ssr 2,3,5,6 message header -----------------------------------------*/
+static int decode_ssr2_head(rtcm_t *rtcm, int sys, int *sync, int *iod,
+                            double *udint, int *hsize)
+{
+    double tod,tow;
+    char *msg;
+    int i=24+12,nsat,udi,provid=0,solid=0,ns=6;
+    
+#ifndef SSR_QZSS_DRAFT_V05
+    ns=sys==SYS_QZS?4:6;
+#endif
+    if (i+(sys==SYS_GLO?52:49+ns)>rtcm->len*8) return -1;
+    
+    if (sys==SYS_GLO) {
+        tod=getbitu(rtcm->buff,i,17); i+=17;
+        adjday_glot(rtcm,tod);
+    }
+    else {
+        tow=getbitu(rtcm->buff,i,20); i+=20;
+        adjweek(rtcm,tow);
+    }
+    udi   =getbitu(rtcm->buff,i, 4); i+= 4;
+    *sync =getbitu(rtcm->buff,i, 1); i+= 1;
+    *iod  =getbitu(rtcm->buff,i, 4); i+= 4;
+    provid=getbitu(rtcm->buff,i,16); i+=16; /* provider id */
+    solid =getbitu(rtcm->buff,i, 4); i+= 4; /* solution id */
+    nsat  =getbitu(rtcm->buff,i,ns); i+=ns;
+    *udint=ssrudint[udi];
+    
+    trace(4,"decode_ssr2_head: time=%s sys=%d nsat=%d sync=%d iod=%d provid=%d solid=%d\n",
+          time_str(rtcm->time,2),sys,nsat,*sync,*iod,provid,solid);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s nsat=%2d iod=%2d udi=%2d sync=%d",
+                time_str(rtcm->time,2),nsat,*iod,udi,*sync);
+    }
+    *hsize=i;
+    return nsat;
+}
+/* decode ssr 7 message header -----------------------------------------------*/
+static int decode_ssr7_head(rtcm_t *rtcm, int sys, int *sync, int *iod,
+                            double *udint, int *dispe, int *mw, int *hsize)
+{
+    double tod,tow;
+    char *msg;
+    int i=24+12,nsat,udi,provid=0,solid=0,ns=6;
+    
+#ifndef SSR_QZSS_DRAFT_V05
+    ns=sys==SYS_QZS?4:6;
+#endif
+    if (i+(sys==SYS_GLO?54:51+ns)>rtcm->len*8) return -1;
+    
+    if (sys==SYS_GLO) {
+        tod=getbitu(rtcm->buff,i,17); i+=17;
+        adjday_glot(rtcm,tod);
+    }
+    else {
+        tow=getbitu(rtcm->buff,i,20); i+=20;
+        adjweek(rtcm,tow);
+    }
+    udi   =getbitu(rtcm->buff,i, 4); i+= 4;
+    *sync =getbitu(rtcm->buff,i, 1); i+= 1;
+    *iod  =getbitu(rtcm->buff,i, 4); i+= 4;
+    provid=getbitu(rtcm->buff,i,16); i+=16; /* provider id */
+    solid =getbitu(rtcm->buff,i, 4); i+= 4; /* solution id */
+    *dispe=getbitu(rtcm->buff,i, 1); i+= 1; /* dispersive bias consistency ind */
+    *mw   =getbitu(rtcm->buff,i, 1); i+= 1; /* MW consistency indicator */
+    nsat  =getbitu(rtcm->buff,i,ns); i+=ns;
+    *udint=ssrudint[udi];
+    
+    trace(4,"decode_ssr7_head: time=%s sys=%d nsat=%d sync=%d iod=%d provid=%d solid=%d\n",
+          time_str(rtcm->time,2),sys,nsat,*sync,*iod,provid,solid);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s nsat=%2d iod=%2d udi=%2d sync=%d",
+                time_str(rtcm->time,2),nsat,*iod,udi,*sync);
+    }
+    *hsize=i;
+    return nsat;
+}
+/* ssr 3 and 7 signal and tracking mode ids ----------------------------------*/
+static const int codes_gps[]={
+    CODE_L1C,CODE_L1P,CODE_L1W,CODE_L1Y,CODE_L1M,CODE_L2C,CODE_L2D,CODE_L2S,
+    CODE_L2L,CODE_L2X,CODE_L2P,CODE_L2W,CODE_L2Y,CODE_L2M,CODE_L5I,CODE_L5Q,
+    CODE_L5X
+};
+static const int codes_glo[]={
+    CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P
+};
+static const int codes_gal[]={
+    CODE_L1A,CODE_L1B,CODE_L1C,CODE_L1X,CODE_L1Z,CODE_L5I,CODE_L5Q,CODE_L5X,
+    CODE_L7I,CODE_L7Q,CODE_L7X,CODE_L8I,CODE_L8Q,CODE_L8X,CODE_L6A,CODE_L6B,
+    CODE_L6C,CODE_L6X,CODE_L6Z
+};
+static const int codes_qzs[]={
+    CODE_L1C,CODE_L1S,CODE_L1L,CODE_L2S,CODE_L2L,CODE_L2X,CODE_L5I,CODE_L5Q,
+    CODE_L5X,CODE_L6S,CODE_L6L,CODE_L6X,CODE_L1X
+};
+static const int codes_bds[]={
+    CODE_L1I,CODE_L1Q,CODE_L1X,CODE_L7I,CODE_L7Q,CODE_L7X,CODE_L6I,CODE_L6Q,
+    CODE_L6X
+};
+static const int codes_sbs[]={
+    CODE_L1C,CODE_L5I,CODE_L5Q,CODE_L5X
+};
+/* decode ssr 1: orbit corrections -------------------------------------------*/
+static int decode_ssr1(rtcm_t *rtcm, int sys)
+{
+    double udint,deph[3],ddeph[3];
+    int i,j,k,type,sync,iod,nsat,prn,sat,iode,iodcrc,refd=0,np,ni,nj,offp;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr1_head(rtcm,sys,&sync,&iod,&udint,&refd,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GLO: np=5; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GAL: np=6; ni=10; nj= 0; offp=  0; break;
+        case SYS_QZS: np=4; ni= 8; nj= 0; offp=192; break;
+        case SYS_CMP: np=6; ni=10; nj=24; offp=  1; break;
+        case SYS_SBS: np=6; ni= 9; nj=24; offp=120; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+121+np+ni+nj<=rtcm->len*8;j++) {
+        prn     =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        iode    =getbitu(rtcm->buff,i,ni);      i+=ni;
+        iodcrc  =getbitu(rtcm->buff,i,nj);      i+=nj;
+        deph [0]=getbits(rtcm->buff,i,22)*1E-4; i+=22;
+        deph [1]=getbits(rtcm->buff,i,20)*4E-4; i+=20;
+        deph [2]=getbits(rtcm->buff,i,20)*4E-4; i+=20;
+        ddeph[0]=getbits(rtcm->buff,i,21)*1E-6; i+=21;
+        ddeph[1]=getbits(rtcm->buff,i,19)*4E-6; i+=19;
+        ddeph[2]=getbits(rtcm->buff,i,19)*4E-6; i+=19;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [0]=rtcm->time;
+        rtcm->ssr[sat-1].udi[0]=udint;
+        rtcm->ssr[sat-1].iod[0]=iod;
+        rtcm->ssr[sat-1].iode=iode;     /* sbas/bds: toe/t0 modulo */
+        rtcm->ssr[sat-1].iodcrc=iodcrc; /* sbas/bds: iod crc */
+        rtcm->ssr[sat-1].refd=refd;
+        
+        for (k=0;k<3;k++) {
+            rtcm->ssr[sat-1].deph [k]=deph [k];
+            rtcm->ssr[sat-1].ddeph[k]=ddeph[k];
+        }
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 2: clock corrections -------------------------------------------*/
+static int decode_ssr2(rtcm_t *rtcm, int sys)
+{
+    double udint,dclk[3];
+    int i,j,k,type,sync,iod,nsat,prn,sat,np,offp;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr2_head(rtcm,sys,&sync,&iod,&udint,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+70+np<=rtcm->len*8;j++) {
+        prn    =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        dclk[0]=getbits(rtcm->buff,i,22)*1E-4; i+=22;
+        dclk[1]=getbits(rtcm->buff,i,21)*1E-6; i+=21;
+        dclk[2]=getbits(rtcm->buff,i,27)*2E-8; i+=27;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [1]=rtcm->time;
+        rtcm->ssr[sat-1].udi[1]=udint;
+        rtcm->ssr[sat-1].iod[1]=iod;
+        
+        for (k=0;k<3;k++) {
+            rtcm->ssr[sat-1].dclk[k]=dclk[k];
+        }
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 3: satellite code biases ---------------------------------------*/
+static int decode_ssr3(rtcm_t *rtcm, int sys)
+{
+    const int *codes;
+    double udint,bias,cbias[MAXCODE];
+    int i,j,k,type,mode,sync,iod,nsat,prn,sat,nbias,np,offp,ncode;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr2_head(rtcm,sys,&sync,&iod,&udint,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; codes=codes_gps; ncode=17; break;
+        case SYS_GLO: np=5; offp=  0; codes=codes_glo; ncode= 4; break;
+        case SYS_GAL: np=6; offp=  0; codes=codes_gal; ncode=19; break;
+        case SYS_QZS: np=4; offp=192; codes=codes_qzs; ncode=13; break;
+        case SYS_CMP: np=6; offp=  1; codes=codes_bds; ncode= 9; break;
+        case SYS_SBS: np=6; offp=120; codes=codes_sbs; ncode= 4; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+5+np<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        nbias=getbitu(rtcm->buff,i, 5);      i+= 5;
+        
+        for (k=0;k<MAXCODE;k++) cbias[k]=0.0;
+        for (k=0;k<nbias&&i+19<=rtcm->len*8;k++) {
+            mode=getbitu(rtcm->buff,i, 5);      i+= 5;
+            bias=getbits(rtcm->buff,i,14)*0.01; i+=14;
+            if (mode<=ncode) {
+                cbias[codes[mode]-1]=(float)bias;
+            }
+            else {
+                trace(2,"rtcm3 %d not supported mode: mode=%d\n",type,mode);
+            }
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [4]=rtcm->time;
+        rtcm->ssr[sat-1].udi[4]=udint;
+        rtcm->ssr[sat-1].iod[4]=iod;
+        
+        for (k=0;k<MAXCODE;k++) {
+            rtcm->ssr[sat-1].cbias[k]=(float)cbias[k];
+        }
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 4: combined orbit and clock corrections ------------------------*/
+static int decode_ssr4(rtcm_t *rtcm, int sys)
+{
+    double udint,deph[3],ddeph[3],dclk[3];
+    int i,j,k,type,nsat,sync,iod,prn,sat,iode,iodcrc,refd=0,np,ni,nj,offp;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr1_head(rtcm,sys,&sync,&iod,&udint,&refd,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GLO: np=5; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GAL: np=6; ni=10; nj= 0; offp=  0; break;
+        case SYS_QZS: np=4; ni= 8; nj= 0; offp=192; break;
+        case SYS_CMP: np=6; ni=10; nj=24; offp=  1; break;
+        case SYS_SBS: np=6; ni= 9; nj=24; offp=120; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+191+np+ni+nj<=rtcm->len*8;j++) {
+        prn     =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        iode    =getbitu(rtcm->buff,i,ni);      i+=ni;
+        iodcrc  =getbitu(rtcm->buff,i,nj);      i+=nj;
+        deph [0]=getbits(rtcm->buff,i,22)*1E-4; i+=22;
+        deph [1]=getbits(rtcm->buff,i,20)*4E-4; i+=20;
+        deph [2]=getbits(rtcm->buff,i,20)*4E-4; i+=20;
+        ddeph[0]=getbits(rtcm->buff,i,21)*1E-6; i+=21;
+        ddeph[1]=getbits(rtcm->buff,i,19)*4E-6; i+=19;
+        ddeph[2]=getbits(rtcm->buff,i,19)*4E-6; i+=19;
+        
+        dclk [0]=getbits(rtcm->buff,i,22)*1E-4; i+=22;
+        dclk [1]=getbits(rtcm->buff,i,21)*1E-6; i+=21;
+        dclk [2]=getbits(rtcm->buff,i,27)*2E-8; i+=27;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [0]=rtcm->ssr[sat-1].t0 [1]=rtcm->time;
+        rtcm->ssr[sat-1].udi[0]=rtcm->ssr[sat-1].udi[1]=udint;
+        rtcm->ssr[sat-1].iod[0]=rtcm->ssr[sat-1].iod[1]=iod;
+        rtcm->ssr[sat-1].iode=iode;
+        rtcm->ssr[sat-1].iodcrc=iodcrc;
+        rtcm->ssr[sat-1].refd=refd;
+        
+        for (k=0;k<3;k++) {
+            rtcm->ssr[sat-1].deph [k]=deph [k];
+            rtcm->ssr[sat-1].ddeph[k]=ddeph[k];
+            rtcm->ssr[sat-1].dclk [k]=dclk [k];
+        }
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 5: ura ---------------------------------------------------------*/
+static int decode_ssr5(rtcm_t *rtcm, int sys)
+{
+    double udint;
+    int i,j,type,nsat,sync,iod,prn,sat,ura,np,offp;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr2_head(rtcm,sys,&sync,&iod,&udint,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+6+np<=rtcm->len*8;j++) {
+        prn=getbitu(rtcm->buff,i,np)+offp; i+=np;
+        ura=getbitu(rtcm->buff,i, 6);      i+= 6;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [3]=rtcm->time;
+        rtcm->ssr[sat-1].udi[3]=udint;
+        rtcm->ssr[sat-1].iod[3]=iod;
+        rtcm->ssr[sat-1].ura=ura;
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 6: high rate clock correction ----------------------------------*/
+static int decode_ssr6(rtcm_t *rtcm, int sys)
+{
+    double udint,hrclk;
+    int i,j,type,nsat,sync,iod,prn,sat,np,offp;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr2_head(rtcm,sys,&sync,&iod,&udint,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+22+np<=rtcm->len*8;j++) {
+        prn  =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        hrclk=getbits(rtcm->buff,i,22)*1E-4; i+=22;
+        
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [2]=rtcm->time;
+        rtcm->ssr[sat-1].udi[2]=udint;
+        rtcm->ssr[sat-1].iod[2]=iod;
+        rtcm->ssr[sat-1].hrclk=hrclk;
+        rtcm->ssr[sat-1].update=1;
+    }
+    return sync?0:10;
+}
+/* decode ssr 7: phase bias --------------------------------------------------*/
+static int decode_ssr7(rtcm_t *rtcm, int sys)
+{
+    const int *codes;
+    double udint,bias,std,pbias[MAXCODE],stdpb[MAXCODE];
+    int i,j,k,type,mode,sync,iod,nsat,prn,sat,nbias,ncode,np,mw,offp,sii,swl;
+    int dispe,sdc,yaw_ang,yaw_rate;
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    if ((nsat=decode_ssr7_head(rtcm,sys,&sync,&iod,&udint,&dispe,&mw,&i))<0) {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; codes=codes_gps; ncode=17; break;
+        case SYS_GLO: np=5; offp=  0; codes=codes_glo; ncode= 4; break;
+        case SYS_GAL: np=6; offp=  0; codes=codes_gal; ncode=19; break;
+        case SYS_QZS: np=4; offp=192; codes=codes_qzs; ncode=13; break;
+        case SYS_CMP: np=6; offp=  1; codes=codes_bds; ncode= 9; break;
+        default: return sync?0:10;
+    }
+    for (j=0;j<nsat&&i+5+17+np<=rtcm->len*8;j++) {
+        prn     =getbitu(rtcm->buff,i,np)+offp; i+=np;
+        nbias   =getbitu(rtcm->buff,i, 5);      i+= 5;
+        yaw_ang =getbitu(rtcm->buff,i, 9);      i+= 9;
+        yaw_rate=getbits(rtcm->buff,i, 8);      i+= 8;
+        
+        for (k=0;k<MAXCODE;k++) pbias[k]=stdpb[k]=0.0;
+        for (k=0;k<nbias&&i+49<=rtcm->len*8;k++) {
+            mode=getbitu(rtcm->buff,i, 5); i+= 5;
+            sii =getbitu(rtcm->buff,i, 1); i+= 1; /* integer-indicator */
+            swl =getbitu(rtcm->buff,i, 2); i+= 2; /* WL integer-indicator */
+            sdc =getbitu(rtcm->buff,i, 4); i+= 4; /* discontinuity counter */
+            bias=getbits(rtcm->buff,i,20); i+=20; /* phase bias (m) */
+            std =getbitu(rtcm->buff,i,17); i+=17; /* phase bias std-dev (m) */
+            if (mode<=ncode) {
+                pbias[codes[mode]-1]=bias*0.0001; /* (m) */
+                stdpb[codes[mode]-1]=std *0.0001; /* (m) */
+            }
+            else {
+                trace(2,"rtcm3 %d not supported mode: mode=%d\n",type,mode);
+            }
+        }
+        if (!(sat=satno(sys,prn))) {
+            trace(2,"rtcm3 %d satellite number error: prn=%d\n",type,prn);
+            continue;
+        }
+        rtcm->ssr[sat-1].t0 [5]=rtcm->time;
+        rtcm->ssr[sat-1].udi[5]=udint;
+        rtcm->ssr[sat-1].iod[5]=iod;
+        rtcm->ssr[sat-1].yaw_ang =yaw_ang / 256.0*180.0; /* (deg) */
+        rtcm->ssr[sat-1].yaw_rate=yaw_rate/8192.0*180.0; /* (deg/s) */
+        
+        for (k=0;k<MAXCODE;k++) {
+            rtcm->ssr[sat-1].pbias[k]=pbias[k];
+            rtcm->ssr[sat-1].stdpb[k]=(float)stdpb[k];
+        }
+    }
+    return 20;
+}
+/* get signal index ----------------------------------------------------------*/
+static void sigindex(int sys, const unsigned char *code, const int *freq, int n,
+                     const char *opt, int *ind)
+{
+    int i,nex,pri,pri_h[8]={0},index[8]={0},ex[32]={0};
+    
+    /* test code priority */
+    for (i=0;i<n;i++) {
+        if (!code[i]) continue;
+        
+        if (freq[i]>NFREQ) { /* save as extended signal if freq > NFREQ */
+            ex[i]=1;
+            continue;
+        }
+        /* code priority */
+        pri=getcodepri(sys,code[i],opt);
+        
+        /* select highest priority signal */
+        if (pri>pri_h[freq[i]-1]) {
+            if (index[freq[i]-1]) ex[index[freq[i]-1]-1]=1;
+            pri_h[freq[i]-1]=pri;
+            index[freq[i]-1]=i+1;
+        }
+        else ex[i]=1;
+    }
+    /* signal index in obs data */
+    for (i=nex=0;i<n;i++) {
+        if (ex[i]==0) ind[i]=freq[i]-1;
+        else if (nex<NEXOBS) ind[i]=NFREQ+nex++;
+        else { /* no space in obs data */
+            trace(2,"rtcm msm: no space in obs data sys=%d code=%d\n",sys,code[i]);
+            ind[i]=-1;
+        }
+#if 0
+        trace(2,"sig pos: sys=%d code=%d ex=%d ind=%d\n",sys,code[i],ex[i],ind[i]);
+#endif
+    }
+}
+/* save obs data in msm message ----------------------------------------------*/
+static void save_msm_obs(rtcm_t *rtcm, int sys, msm_h_t *h, const double *r,
+                         const double *pr, const double *cp, const double *rr,
+                         const double *rrf, const double *cnr, const int *lock,
+                         const int *ex, const int *half)
+{
+    const char *sig[32];
+    double tt,wl;
+    unsigned char code[32];
+    char *msm_type="",*q=NULL;
+    int i,j,k,type,prn,sat,fn,index=0,freq[32],ind[32];
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    switch (sys) {
+        case SYS_GPS: msm_type=q=rtcm->msmtype[0]; break;
+        case SYS_GLO: msm_type=q=rtcm->msmtype[1]; break;
+        case SYS_GAL: msm_type=q=rtcm->msmtype[2]; break;
+        case SYS_QZS: msm_type=q=rtcm->msmtype[3]; break;
+        case SYS_SBS: msm_type=q=rtcm->msmtype[4]; break;
+        case SYS_CMP: msm_type=q=rtcm->msmtype[5]; break;
+    }
+    /* id to signal */
+    for (i=0;i<h->nsig;i++) {
+        switch (sys) {
+            case SYS_GPS: sig[i]=msm_sig_gps[h->sigs[i]-1]; break;
+            case SYS_GLO: sig[i]=msm_sig_glo[h->sigs[i]-1]; break;
+            case SYS_GAL: sig[i]=msm_sig_gal[h->sigs[i]-1]; break;
+            case SYS_QZS: sig[i]=msm_sig_qzs[h->sigs[i]-1]; break;
+            case SYS_SBS: sig[i]=msm_sig_sbs[h->sigs[i]-1]; break;
+            case SYS_CMP: sig[i]=msm_sig_cmp[h->sigs[i]-1]; break;
+            default: sig[i]=""; break;
+        }
+        /* signal to rinex obs type */
+        code[i]=obs2code(sig[i],freq+i);
+        
+        /* freqency index for beidou */
+        if (sys==SYS_CMP) {
+            if      (freq[i]==5) freq[i]=2; /* B2 */
+            else if (freq[i]==4) freq[i]=3; /* B3 */
+        }
+        if (code[i]!=CODE_NONE) {
+            if (q) q+=sprintf(q,"L%s%s",sig[i],i<h->nsig-1?",":"");
+        }
+        else {
+            if (q) q+=sprintf(q,"(%d)%s",h->sigs[i],i<h->nsig-1?",":"");
+            
+            trace(2,"rtcm3 %d: unknown signal id=%2d\n",type,h->sigs[i]);
+        }
+    }
+    trace(3,"rtcm3 %d: signals=%s\n",type,msm_type);
+    
+    /* get signal index */
+    sigindex(sys,code,freq,h->nsig,rtcm->opt,ind);
+    
+    for (i=j=0;i<h->nsat;i++) {
+        
+        prn=h->sats[i];
+        if      (sys==SYS_QZS) prn+=MINPRNQZS-1;
+        else if (sys==SYS_SBS) prn+=MINPRNSBS-1;
+        
+        if ((sat=satno(sys,prn))) {
+            tt=timediff(rtcm->obs.data[0].time,rtcm->time);
+            if (rtcm->obsflag||fabs(tt)>1E-9) {
+                rtcm->obs.n=rtcm->obsflag=0;
+            }
+            index=obsindex(&rtcm->obs,rtcm->time,sat);
+        }
+        else {
+            trace(2,"rtcm3 %d satellite error: prn=%d\n",type,prn);
+        }
+        for (k=0;k<h->nsig;k++) {
+            if (!h->cellmask[k+i*h->nsig]) continue;
+            
+            if (sat&&index>=0&&ind[k]>=0) {
+                
+                /* satellite carrier wave length */
+                wl=satwavelen(sat,freq[k]-1,&rtcm->nav);
+                
+                /* glonass wave length by extended info */
+                if (sys==SYS_GLO&&ex&&ex[i]<=13) {
+                    fn=ex[i]-7;
+                    wl=CLIGHT/((freq[k]==2?FREQ2_GLO:FREQ1_GLO)+
+                               (freq[k]==2?DFRQ2_GLO:DFRQ1_GLO)*fn);
+                }
+                /* pseudorange (m) */
+                if (r[i]!=0.0&&pr[j]>-1E12) {
+                    rtcm->obs.data[index].P[ind[k]]=r[i]+pr[j];
+                }
+                /* carrier-phase (cycle) */
+                if (r[i]!=0.0&&cp[j]>-1E12&&wl>0.0) {
+                    rtcm->obs.data[index].L[ind[k]]=(r[i]+cp[j])/wl;
+                }
+                /* doppler (hz) */
+                if (rr&&rrf&&rrf[j]>-1E12&&wl>0.0) {
+                    rtcm->obs.data[index].D[ind[k]]=(float)(-(rr[i]+rrf[j])/wl);
+                }
+                rtcm->obs.data[index].LLI[ind[k]]=
+                    lossoflock(rtcm,sat,ind[k],lock[j])+(half[j]?3:0);
+                rtcm->obs.data[index].SNR [ind[k]]=(unsigned char)(cnr[j]*4.0);
+                rtcm->obs.data[index].code[ind[k]]=code[k];
+            }
+            j++;
+        }
+    }
+}
+/* decode type msm message header --------------------------------------------*/
+static int decode_msm_head(rtcm_t *rtcm, int sys, int *sync, int *iod,
+                           msm_h_t *h, int *hsize)
+{
+    msm_h_t h0={0};
+    double tow,tod;
+    char *msg;
+    int i=24,j,dow,mask,staid,type,ncell=0;
+    
+    type=getbitu(rtcm->buff,i,12); i+=12;
+    
+    *h=h0;
+    if (i+157<=rtcm->len*8) {
+        staid     =getbitu(rtcm->buff,i,12);       i+=12;
+        
+        if (sys==SYS_GLO) {
+            dow   =getbitu(rtcm->buff,i, 3);       i+= 3;
+            tod   =getbitu(rtcm->buff,i,27)*0.001; i+=27;
+            adjday_glot(rtcm,tod);
+        }
+        else if (sys==SYS_CMP) {
+            tow   =getbitu(rtcm->buff,i,30)*0.001; i+=30;
+            tow+=14.0; /* BDT -> GPST */
+            adjweek(rtcm,tow);
+        }
+        else {
+            tow   =getbitu(rtcm->buff,i,30)*0.001; i+=30;
+            adjweek(rtcm,tow);
+        }
+        *sync     =getbitu(rtcm->buff,i, 1);       i+= 1;
+        *iod      =getbitu(rtcm->buff,i, 3);       i+= 3;
+        h->time_s =getbitu(rtcm->buff,i, 7);       i+= 7;
+        h->clk_str=getbitu(rtcm->buff,i, 2);       i+= 2;
+        h->clk_ext=getbitu(rtcm->buff,i, 2);       i+= 2;
+        h->smooth =getbitu(rtcm->buff,i, 1);       i+= 1;
+        h->tint_s =getbitu(rtcm->buff,i, 3);       i+= 3;
+        for (j=1;j<=64;j++) {
+            mask=getbitu(rtcm->buff,i,1); i+=1;
+            if (mask) h->sats[h->nsat++]=j;
+        }
+        for (j=1;j<=32;j++) {
+            mask=getbitu(rtcm->buff,i,1); i+=1;
+            if (mask) h->sigs[h->nsig++]=j;
+        }
+    }
+    else {
+        trace(2,"rtcm3 %d length error: len=%d\n",type,rtcm->len);
+        return -1;
+    }
+    /* test station id */
+    if (!test_staid(rtcm,staid)) return -1;
+    
+    if (h->nsat*h->nsig>64) {
+        trace(2,"rtcm3 %d number of sats and sigs error: nsat=%d nsig=%d\n",
+              type,h->nsat,h->nsig);
+        return -1;
+    }
+    if (i+h->nsat*h->nsig>rtcm->len*8) {
+        trace(2,"rtcm3 %d length error: len=%d nsat=%d nsig=%d\n",type,
+              rtcm->len,h->nsat,h->nsig);
+        return -1;
+    }
+    for (j=0;j<h->nsat*h->nsig;j++) {
+        h->cellmask[j]=getbitu(rtcm->buff,i,1); i+=1;
+        if (h->cellmask[j]) ncell++;
+    }
+    *hsize=i;
+    
+    trace(4,"decode_head_msm: time=%s sys=%d staid=%d nsat=%d nsig=%d sync=%d iod=%d ncell=%d\n",
+          time_str(rtcm->time,2),sys,staid,h->nsat,h->nsig,*sync,*iod,ncell);
+    
+    if (rtcm->outtype) {
+        msg=rtcm->msgtype+strlen(rtcm->msgtype);
+        sprintf(msg," %s staid=%3d nsat=%2d nsig=%2d iod=%2d ncell=%2d sync=%d",
+                time_str(rtcm->time,2),staid,h->nsat,h->nsig,*iod,ncell,*sync);
+    }
+    return ncell;
+}
+/* decode unsupported msm message --------------------------------------------*/
+static int decode_msm0(rtcm_t *rtcm, int sys)
+{
+    msm_h_t h={0};
+    int i,sync,iod;
+    if (decode_msm_head(rtcm,sys,&sync,&iod,&h,&i)<0) return -1;
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode msm 4: full pseudorange and phaserange plus cnr --------------------*/
+static int decode_msm4(rtcm_t *rtcm, int sys)
+{
+    msm_h_t h={0};
+    double r[64],pr[64],cp[64],cnr[64];
+    int i,j,type,sync,iod,ncell,rng,rng_m,prv,cpv,lock[64],half[64];
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    /* decode msm header */
+    if ((ncell=decode_msm_head(rtcm,sys,&sync,&iod,&h,&i))<0) return -1;
+    
+    if (i+h.nsat*18+ncell*48>rtcm->len*8) {
+        trace(2,"rtcm3 %d length error: nsat=%d ncell=%d len=%d\n",type,h.nsat,
+              ncell,rtcm->len);
+        return -1;
+    }
+    for (j=0;j<h.nsat;j++) r[j]=0.0;
+    for (j=0;j<ncell;j++) pr[j]=cp[j]=-1E16;
+    
+    /* decode satellite data */
+    for (j=0;j<h.nsat;j++) { /* range */
+        rng  =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (rng!=255) r[j]=rng*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) {
+        rng_m=getbitu(rtcm->buff,i,10); i+=10;
+        if (r[j]!=0.0) r[j]+=rng_m*P2_10*RANGE_MS;
+    }
+    /* decode signal data */
+    for (j=0;j<ncell;j++) { /* pseudorange */
+        prv=getbits(rtcm->buff,i,15); i+=15;
+        if (prv!=-16384) pr[j]=prv*P2_24*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* phaserange */
+        cpv=getbits(rtcm->buff,i,22); i+=22;
+        if (cpv!=-2097152) cp[j]=cpv*P2_29*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* lock time */
+        lock[j]=getbitu(rtcm->buff,i,4); i+=4;
+    }
+    for (j=0;j<ncell;j++) { /* half-cycle ambiguity */
+        half[j]=getbitu(rtcm->buff,i,1); i+=1;
+    }
+    for (j=0;j<ncell;j++) { /* cnr */
+        cnr[j]=getbitu(rtcm->buff,i,6)*1.0; i+=6;
+    }
+    /* save obs data in msm message */
+    save_msm_obs(rtcm,sys,&h,r,pr,cp,NULL,NULL,cnr,lock,NULL,half);
+    
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode msm 5: full pseudorange, phaserange, phaserangerate and cnr --------*/
+static int decode_msm5(rtcm_t *rtcm, int sys)
+{
+    msm_h_t h={0};
+    double r[64],rr[64],pr[64],cp[64],rrf[64],cnr[64];
+    int i,j,type,sync,iod,ncell,rng,rng_m,rate,prv,cpv,rrv,lock[64];
+    int ex[64],half[64];
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    /* decode msm header */
+    if ((ncell=decode_msm_head(rtcm,sys,&sync,&iod,&h,&i))<0) return -1;
+    
+    if (i+h.nsat*36+ncell*63>rtcm->len*8) {
+        trace(2,"rtcm3 %d length error: nsat=%d ncell=%d len=%d\n",type,h.nsat,
+              ncell,rtcm->len);
+        return -1;
+    }
+    for (j=0;j<h.nsat;j++) {
+        r[j]=rr[j]=0.0; ex[j]=15;
+    }
+    for (j=0;j<ncell;j++) pr[j]=cp[j]=rrf[j]=-1E16;
+    
+    /* decode satellite data */
+    for (j=0;j<h.nsat;j++) { /* range */
+        rng  =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (rng!=255) r[j]=rng*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) { /* extended info */
+        ex[j]=getbitu(rtcm->buff,i, 4); i+= 4;
+    }
+    for (j=0;j<h.nsat;j++) {
+        rng_m=getbitu(rtcm->buff,i,10); i+=10;
+        if (r[j]!=0.0) r[j]+=rng_m*P2_10*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) { /* phaserangerate */
+        rate =getbits(rtcm->buff,i,14); i+=14;
+        if (rate!=-8192) rr[j]=rate*1.0;
+    }
+    /* decode signal data */
+    for (j=0;j<ncell;j++) { /* pseudorange */
+        prv=getbits(rtcm->buff,i,15); i+=15;
+        if (prv!=-16384) pr[j]=prv*P2_24*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* phaserange */
+        cpv=getbits(rtcm->buff,i,22); i+=22;
+        if (cpv!=-2097152) cp[j]=cpv*P2_29*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* lock time */
+        lock[j]=getbitu(rtcm->buff,i,4); i+=4;
+    }
+    for (j=0;j<ncell;j++) { /* half-cycle ambiguity */
+        half[j]=getbitu(rtcm->buff,i,1); i+=1;
+    }
+    for (j=0;j<ncell;j++) { /* cnr */
+        cnr[j]=getbitu(rtcm->buff,i,6)*1.0; i+=6;
+    }
+    for (j=0;j<ncell;j++) { /* phaserangerate */
+        rrv=getbits(rtcm->buff,i,15); i+=15;
+        if (rrv!=-16384) rrf[j]=rrv*0.0001;
+    }
+    /* save obs data in msm message */
+    save_msm_obs(rtcm,sys,&h,r,pr,cp,rr,rrf,cnr,lock,ex,half);
+    
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode msm 6: full pseudorange and phaserange plus cnr (high-res) ---------*/
+static int decode_msm6(rtcm_t *rtcm, int sys)
+{
+    msm_h_t h={0};
+    double r[64],pr[64],cp[64],cnr[64];
+    int i,j,type,sync,iod,ncell,rng,rng_m,prv,cpv,lock[64],half[64];
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    /* decode msm header */
+    if ((ncell=decode_msm_head(rtcm,sys,&sync,&iod,&h,&i))<0) return -1;
+    
+    if (i+h.nsat*18+ncell*65>rtcm->len*8) {
+        trace(2,"rtcm3 %d length error: nsat=%d ncell=%d len=%d\n",type,h.nsat,
+              ncell,rtcm->len);
+        return -1;
+    }
+    for (j=0;j<h.nsat;j++) r[j]=0.0;
+    for (j=0;j<ncell;j++) pr[j]=cp[j]=-1E16;
+    
+    /* decode satellite data */
+    for (j=0;j<h.nsat;j++) { /* range */
+        rng  =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (rng!=255) r[j]=rng*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) {
+        rng_m=getbitu(rtcm->buff,i,10); i+=10;
+        if (r[j]!=0.0) r[j]+=rng_m*P2_10*RANGE_MS;
+    }
+    /* decode signal data */
+    for (j=0;j<ncell;j++) { /* pseudorange */
+        prv=getbits(rtcm->buff,i,20); i+=20;
+        if (prv!=-524288) pr[j]=prv*P2_29*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* phaserange */
+        cpv=getbits(rtcm->buff,i,24); i+=24;
+        if (cpv!=-8388608) cp[j]=cpv*P2_31*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* lock time */
+        lock[j]=getbitu(rtcm->buff,i,10); i+=10;
+    }
+    for (j=0;j<ncell;j++) { /* half-cycle ambiguity */
+        half[j]=getbitu(rtcm->buff,i,1); i+=1;
+    }
+    for (j=0;j<ncell;j++) { /* cnr */
+        cnr[j]=getbitu(rtcm->buff,i,10)*0.0625; i+=10;
+    }
+    /* save obs data in msm message */
+    save_msm_obs(rtcm,sys,&h,r,pr,cp,NULL,NULL,cnr,lock,NULL,half);
+    
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode msm 7: full pseudorange, phaserange, phaserangerate and cnr (h-res) */
+static int decode_msm7(rtcm_t *rtcm, int sys)
+{
+    msm_h_t h={0};
+    double r[64],rr[64],pr[64],cp[64],rrf[64],cnr[64];
+    int i,j,type,sync,iod,ncell,rng,rng_m,rate,prv,cpv,rrv,lock[64];
+    int ex[64],half[64];
+    
+    type=getbitu(rtcm->buff,24,12);
+    
+    /* decode msm header */
+    if ((ncell=decode_msm_head(rtcm,sys,&sync,&iod,&h,&i))<0) return -1;
+    
+    if (i+h.nsat*36+ncell*80>rtcm->len*8) {
+        trace(2,"rtcm3 %d length error: nsat=%d ncell=%d len=%d\n",type,h.nsat,
+              ncell,rtcm->len);
+        return -1;
+    }
+    for (j=0;j<h.nsat;j++) {
+        r[j]=rr[j]=0.0; ex[j]=15;
+    }
+    for (j=0;j<ncell;j++) pr[j]=cp[j]=rrf[j]=-1E16;
+    
+    /* decode satellite data */
+    for (j=0;j<h.nsat;j++) { /* range */
+        rng  =getbitu(rtcm->buff,i, 8); i+= 8;
+        if (rng!=255) r[j]=rng*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) { /* extended info */
+        ex[j]=getbitu(rtcm->buff,i, 4); i+= 4;
+    }
+    for (j=0;j<h.nsat;j++) {
+        rng_m=getbitu(rtcm->buff,i,10); i+=10;
+        if (r[j]!=0.0) r[j]+=rng_m*P2_10*RANGE_MS;
+    }
+    for (j=0;j<h.nsat;j++) { /* phaserangerate */
+        rate =getbits(rtcm->buff,i,14); i+=14;
+        if (rate!=-8192) rr[j]=rate*1.0;
+    }
+    /* decode signal data */
+    for (j=0;j<ncell;j++) { /* pseudorange */
+        prv=getbits(rtcm->buff,i,20); i+=20;
+        if (prv!=-524288) pr[j]=prv*P2_29*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* phaserange */
+        cpv=getbits(rtcm->buff,i,24); i+=24;
+        if (cpv!=-8388608) cp[j]=cpv*P2_31*RANGE_MS;
+    }
+    for (j=0;j<ncell;j++) { /* lock time */
+        lock[j]=getbitu(rtcm->buff,i,10); i+=10;
+    }
+    for (j=0;j<ncell;j++) { /* half-cycle amiguity */
+        half[j]=getbitu(rtcm->buff,i,1); i+=1;
+    }
+    for (j=0;j<ncell;j++) { /* cnr */
+        cnr[j]=getbitu(rtcm->buff,i,10)*0.0625; i+=10;
+    }
+    for (j=0;j<ncell;j++) { /* phaserangerate */
+        rrv=getbits(rtcm->buff,i,15); i+=15;
+        if (rrv!=-16384) rrf[j]=rrv*0.0001;
+    }
+    /* save obs data in msm message */
+    save_msm_obs(rtcm,sys,&h,r,pr,cp,rr,rrf,cnr,lock,ex,half);
+    
+    rtcm->obsflag=!sync;
+    return sync?0:1;
+}
+/* decode type 1230: glonass L1 and L2 code-phase biases ---------------------*/
+static int decode_type1230(rtcm_t *rtcm)
+{
+    trace(2,"rtcm3 1230: not supported message\n");
+    return 0;
+}
+/* decode rtcm ver.3 message -------------------------------------------------*/
+extern int decode_rtcm3(rtcm_t *rtcm)
+{
+    double tow;
+    int ret=0,type=getbitu(rtcm->buff,24,12),week;
+    
+    trace(3,"decode_rtcm3: len=%3d type=%d\n",rtcm->len,type);
+    
+    if (rtcm->outtype) {
+        sprintf(rtcm->msgtype,"RTCM %4d (%4d):",type,rtcm->len);
+    }
+    /* real-time input option */
+    if (strstr(rtcm->opt,"-RT_INP")) {
+        tow=time2gpst(utc2gpst(timeget()),&week);
+        rtcm->time=gpst2time(week,floor(tow));
+    }
+    switch (type) {
+        case 1001: ret=decode_type1001(rtcm); break; /* not supported */
+        case 1002: ret=decode_type1002(rtcm); break;
+        case 1003: ret=decode_type1003(rtcm); break; /* not supported */
+        case 1004: ret=decode_type1004(rtcm); break;
+        case 1005: ret=decode_type1005(rtcm); break;
+        case 1006: ret=decode_type1006(rtcm); break;
+        case 1007: ret=decode_type1007(rtcm); break;
+        case 1008: ret=decode_type1008(rtcm); break;
+        case 1009: ret=decode_type1009(rtcm); break; /* not supported */
+        case 1010: ret=decode_type1010(rtcm); break;
+        case 1011: ret=decode_type1011(rtcm); break; /* not supported */
+        case 1012: ret=decode_type1012(rtcm); break;
+        case 1013: ret=decode_type1013(rtcm); break; /* not supported */
+        case 1019: ret=decode_type1019(rtcm); break;
+        case 1020: ret=decode_type1020(rtcm); break;
+        case 1021: ret=decode_type1021(rtcm); break; /* not supported */
+        case 1022: ret=decode_type1022(rtcm); break; /* not supported */
+        case 1023: ret=decode_type1023(rtcm); break; /* not supported */
+        case 1024: ret=decode_type1024(rtcm); break; /* not supported */
+        case 1025: ret=decode_type1025(rtcm); break; /* not supported */
+        case 1026: ret=decode_type1026(rtcm); break; /* not supported */
+        case 1027: ret=decode_type1027(rtcm); break; /* not supported */
+        case 1030: ret=decode_type1030(rtcm); break; /* not supported */
+        case 1031: ret=decode_type1031(rtcm); break; /* not supported */
+        case 1032: ret=decode_type1032(rtcm); break; /* not supported */
+        case 1033: ret=decode_type1033(rtcm); break;
+        case 1034: ret=decode_type1034(rtcm); break; /* not supported */
+        case 1035: ret=decode_type1035(rtcm); break; /* not supported */
+        case 1037: ret=decode_type1037(rtcm); break; /* not supported */
+        case 1038: ret=decode_type1038(rtcm); break; /* not supported */
+        case 1039: ret=decode_type1039(rtcm); break; /* not supported */
+        case 1044: ret=decode_type1044(rtcm); break;
+        case 1045: ret=decode_type1045(rtcm); break;
+        case 1046: ret=decode_type1046(rtcm); break; /* extension for IGS MGEX */
+        case 1047: ret=decode_type1047(rtcm); break; /* beidou ephemeris (tentative mt) */
+        case   63: ret=decode_type63  (rtcm); break; /* beidou ephemeris (rtcm draft) */
+        case 1057: ret=decode_ssr1(rtcm,SYS_GPS); break;
+        case 1058: ret=decode_ssr2(rtcm,SYS_GPS); break;
+        case 1059: ret=decode_ssr3(rtcm,SYS_GPS); break;
+        case 1060: ret=decode_ssr4(rtcm,SYS_GPS); break;
+        case 1061: ret=decode_ssr5(rtcm,SYS_GPS); break;
+        case 1062: ret=decode_ssr6(rtcm,SYS_GPS); break;
+        case 1063: ret=decode_ssr1(rtcm,SYS_GLO); break;
+        case 1064: ret=decode_ssr2(rtcm,SYS_GLO); break;
+        case 1065: ret=decode_ssr3(rtcm,SYS_GLO); break;
+        case 1066: ret=decode_ssr4(rtcm,SYS_GLO); break;
+        case 1067: ret=decode_ssr5(rtcm,SYS_GLO); break;
+        case 1068: ret=decode_ssr6(rtcm,SYS_GLO); break;
+        case 1071: ret=decode_msm0(rtcm,SYS_GPS); break; /* not supported */
+        case 1072: ret=decode_msm0(rtcm,SYS_GPS); break; /* not supported */
+        case 1073: ret=decode_msm0(rtcm,SYS_GPS); break; /* not supported */
+        case 1074: ret=decode_msm4(rtcm,SYS_GPS); break;
+        case 1075: ret=decode_msm5(rtcm,SYS_GPS); break;
+        case 1076: ret=decode_msm6(rtcm,SYS_GPS); break;
+        case 1077: ret=decode_msm7(rtcm,SYS_GPS); break;
+        case 1081: ret=decode_msm0(rtcm,SYS_GLO); break; /* not supported */
+        case 1082: ret=decode_msm0(rtcm,SYS_GLO); break; /* not supported */
+        case 1083: ret=decode_msm0(rtcm,SYS_GLO); break; /* not supported */
+        case 1084: ret=decode_msm4(rtcm,SYS_GLO); break;
+        case 1085: ret=decode_msm5(rtcm,SYS_GLO); break;
+        case 1086: ret=decode_msm6(rtcm,SYS_GLO); break;
+        case 1087: ret=decode_msm7(rtcm,SYS_GLO); break;
+        case 1091: ret=decode_msm0(rtcm,SYS_GAL); break; /* not supported */
+        case 1092: ret=decode_msm0(rtcm,SYS_GAL); break; /* not supported */
+        case 1093: ret=decode_msm0(rtcm,SYS_GAL); break; /* not supported */
+        case 1094: ret=decode_msm4(rtcm,SYS_GAL); break;
+        case 1095: ret=decode_msm5(rtcm,SYS_GAL); break;
+        case 1096: ret=decode_msm6(rtcm,SYS_GAL); break;
+        case 1097: ret=decode_msm7(rtcm,SYS_GAL); break;
+        case 1101: ret=decode_msm0(rtcm,SYS_SBS); break; /* not supported */
+        case 1102: ret=decode_msm0(rtcm,SYS_SBS); break; /* not supported */
+        case 1103: ret=decode_msm0(rtcm,SYS_SBS); break; /* not supported */
+        case 1104: ret=decode_msm4(rtcm,SYS_SBS); break;
+        case 1105: ret=decode_msm5(rtcm,SYS_SBS); break;
+        case 1106: ret=decode_msm6(rtcm,SYS_SBS); break;
+        case 1107: ret=decode_msm7(rtcm,SYS_SBS); break;
+        case 1111: ret=decode_msm0(rtcm,SYS_QZS); break; /* not supported */
+        case 1112: ret=decode_msm0(rtcm,SYS_QZS); break; /* not supported */
+        case 1113: ret=decode_msm0(rtcm,SYS_QZS); break; /* not supported */
+        case 1114: ret=decode_msm4(rtcm,SYS_QZS); break;
+        case 1115: ret=decode_msm5(rtcm,SYS_QZS); break;
+        case 1116: ret=decode_msm6(rtcm,SYS_QZS); break;
+        case 1117: ret=decode_msm7(rtcm,SYS_QZS); break;
+        case 1121: ret=decode_msm0(rtcm,SYS_CMP); break; /* not supported */
+        case 1122: ret=decode_msm0(rtcm,SYS_CMP); break; /* not supported */
+        case 1123: ret=decode_msm0(rtcm,SYS_CMP); break; /* not supported */
+        case 1124: ret=decode_msm4(rtcm,SYS_CMP); break;
+        case 1125: ret=decode_msm5(rtcm,SYS_CMP); break;
+        case 1126: ret=decode_msm6(rtcm,SYS_CMP); break;
+        case 1127: ret=decode_msm7(rtcm,SYS_CMP); break;
+        case 1230: ret=decode_type1230(rtcm);     break; /* not supported */
+        case 1240: ret=decode_ssr1(rtcm,SYS_GAL); break;
+        case 1241: ret=decode_ssr2(rtcm,SYS_GAL); break;
+        case 1242: ret=decode_ssr3(rtcm,SYS_GAL); break;
+        case 1243: ret=decode_ssr4(rtcm,SYS_GAL); break;
+        case 1244: ret=decode_ssr5(rtcm,SYS_GAL); break;
+        case 1245: ret=decode_ssr6(rtcm,SYS_GAL); break;
+        case 1246: ret=decode_ssr1(rtcm,SYS_QZS); break;
+        case 1247: ret=decode_ssr2(rtcm,SYS_QZS); break;
+        case 1248: ret=decode_ssr3(rtcm,SYS_QZS); break;
+        case 1249: ret=decode_ssr4(rtcm,SYS_QZS); break;
+        case 1250: ret=decode_ssr5(rtcm,SYS_QZS); break;
+        case 1251: ret=decode_ssr6(rtcm,SYS_QZS); break;
+        case 1252: ret=decode_ssr1(rtcm,SYS_SBS); break;
+        case 1253: ret=decode_ssr2(rtcm,SYS_SBS); break;
+        case 1254: ret=decode_ssr3(rtcm,SYS_SBS); break;
+        case 1255: ret=decode_ssr4(rtcm,SYS_SBS); break;
+        case 1256: ret=decode_ssr5(rtcm,SYS_SBS); break;
+        case 1257: ret=decode_ssr6(rtcm,SYS_SBS); break;
+        case 1258: ret=decode_ssr1(rtcm,SYS_CMP); break;
+        case 1259: ret=decode_ssr2(rtcm,SYS_CMP); break;
+        case 1260: ret=decode_ssr3(rtcm,SYS_CMP); break;
+        case 1261: ret=decode_ssr4(rtcm,SYS_CMP); break;
+        case 1262: ret=decode_ssr5(rtcm,SYS_CMP); break;
+        case 1263: ret=decode_ssr6(rtcm,SYS_CMP); break;
+        case 2065: ret=decode_ssr7(rtcm,SYS_GPS); break; /* tentative */
+        case 2066: ret=decode_ssr7(rtcm,SYS_GLO); break; /* tentative */
+        case 2067: ret=decode_ssr7(rtcm,SYS_GAL); break; /* tentative */
+        case 2068: ret=decode_ssr7(rtcm,SYS_QZS); break; /* tentative */
+        case 2070: ret=decode_ssr7(rtcm,SYS_CMP); break; /* tentative */
+    }
+    if (ret>=0) {
+        type-=1000;
+        if      (   1<=type&&type<= 299) rtcm->nmsg3[type    ]++; /* 1001-1299 */
+        else if (1000<=type&&type<=1099) rtcm->nmsg3[type-700]++; /* 2000-2099 */
+        else rtcm->nmsg3[0]++;
+    }
+    return ret;
+}
diff --git a/src/rtcm3e.c b/src/rtcm3e.c
new file mode 100644
index 0000000..a2d6ce4
--- /dev/null
+++ b/src/rtcm3e.c
@@ -0,0 +1,2481 @@
+/*------------------------------------------------------------------------------
+* rtcm3e.c : rtcm ver.3 message encoder functions
+*
+*          Copyright (C) 2012-2015 by T.TAKASU, All rights reserved.
+*
+* options :
+*     -DSSR_QZSS_DRAFT_V05: qzss ssr messages based on ref [16]
+*
+* references :
+*     see rtcm.c
+*
+* version : $Revision:$ $Date:$
+* history : 2012/12/05 1.0  new
+*           2012/12/16 1.1  fix bug on ssr high rate clock correction
+*           2012/12/24 1.2  fix bug on msm carrier-phase offset correction
+*                           fix bug on SBAS sat id in 1001-1004
+*                           fix bug on carrier-phase in 1001-1004,1009-1012
+*           2012/12/28 1.3  fix bug on compass carrier wave length
+*           2013/01/18 1.4  fix bug on ssr message generation
+*           2013/05/11 1.5  change type of arg value of setbig()
+*           2013/05/19 1.5  gpst -> bdt of time-tag in beidou msm message
+*           2013/04/27 1.7  comply with rtcm 3.2 with amendment 1/2 (ref[15])
+*                           delete MT 1046 according to ref [15]
+*           2014/05/15 1.8  set NT field in MT 1020 glonass ephemeris
+*           2014/12/06 1.9  support SBAS/BeiDou SSR messages (ref [16])
+*                           fix bug on invalid staid in qzss ssr messages
+*           2015/03/22 1.9  add handling of iodcrc for beidou/sbas ssr messages
+*           2015/08/03 1.10 fix bug on wrong udint and iod in ssr 7.
+*                           support rtcm ssr fcb message mt 2065-2069.
+*           2015/09/07 1.11 add message count of MT 2000-2099
+*           2015/10/21 1.12 add MT1046 support for IGS MGEX
+*           2015/12/04 1.13 add MT63 beidou ephemeris (rtcm draft)
+*                           fix bug on msm message generation of beidou
+*                           fix bug on ssr 3 message generation (#321)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants and macros ------------------------------------------------------*/
+
+#define PRUNIT_GPS  299792.458          /* rtcm 3 unit of gps pseudorange (m) */
+#define PRUNIT_GLO  599584.916          /* rtcm 3 unit of glo pseudorange (m) */
+#define RANGE_MS    (CLIGHT*0.001)      /* range in 1 ms */
+#define P2_10       0.0009765625          /* 2^-10 */
+#define P2_34       5.820766091346740E-11 /* 2^-34 */
+#define P2_46       1.421085471520200E-14 /* 2^-46 */
+#define P2_59       1.734723475976810E-18 /* 2^-59 */
+#define P2_66       1.355252715606880E-20 /* 2^-66 */
+
+#define ROUND(x)    ((int)floor((x)+0.5))
+#define ROUND_U(x)  ((unsigned int)floor((x)+0.5))
+#define MIN(x,y)    ((x)<(y)?(x):(y))
+
+/* msm signal id table -------------------------------------------------------*/
+extern const char *msm_sig_gps[32];
+extern const char *msm_sig_glo[32];
+extern const char *msm_sig_gal[32];
+extern const char *msm_sig_qzs[32];
+extern const char *msm_sig_sbs[32];
+extern const char *msm_sig_cmp[32];
+
+/* ssr update intervals ------------------------------------------------------*/
+static const double ssrudint[16]={
+    1,2,5,10,15,30,60,120,240,300,600,900,1800,3600,7200,10800
+};
+/* set sign-magnitude bits ---------------------------------------------------*/
+static void setbitg(unsigned char *buff, int pos, int len, int value)
+{
+    setbitu(buff,pos,1,value<0?1:0);
+    setbitu(buff,pos+1,len-1,value<0?-value:value);
+}
+/* set signed 38 bit field ---------------------------------------------------*/
+static void set38bits(unsigned char *buff, int pos, double value)
+{
+    int word_h=(int)floor(value/64.0);
+    unsigned int word_l=(unsigned int)(value-word_h*64.0);
+    setbits(buff,pos  ,32,word_h);
+    setbitu(buff,pos+32,6,word_l);
+}
+/* lock time -----------------------------------------------------------------*/
+static int locktime(gtime_t time, gtime_t *lltime, unsigned char LLI)
+{
+    if (!lltime->time||(LLI&1)) *lltime=time;
+    return (int)timediff(time,*lltime);
+}
+/* glonass frequency channel number in rtcm (0-13,-1:error) ------------------*/
+static int fcn_glo(int sat, rtcm_t *rtcm)
+{
+    int prn;
+    if (satsys(sat,&prn)!=SYS_GLO||rtcm->nav.geph[prn-1].sat!=sat) return -1;
+    return rtcm->nav.geph[prn-1].frq+7;
+}
+/* lock time indicator (ref [2] table 3.4-2) ---------------------------------*/
+static int to_lock(int lock)
+{
+    if (lock<0  ) return 0;
+    if (lock<24 ) return lock;
+    if (lock<72 ) return (lock+24  )/2;
+    if (lock<168) return (lock+120 )/4;
+    if (lock<360) return (lock+408 )/8;
+    if (lock<744) return (lock+1176)/16;
+    if (lock<937) return (lock+3096)/32;
+    return 127;
+}
+/* msm lock time indicator (ref [11] table 3.4-1D) ---------------------------*/
+static int to_msm_lock(int lock)
+{
+    if (lock<32    ) return 0;
+    if (lock<64    ) return 1;
+    if (lock<128   ) return 2;
+    if (lock<256   ) return 3;
+    if (lock<512   ) return 4;
+    if (lock<1024  ) return 5;
+    if (lock<2048  ) return 6;
+    if (lock<4096  ) return 7;
+    if (lock<8192  ) return 8;
+    if (lock<16384 ) return 9;
+    if (lock<32768 ) return 10;
+    if (lock<65536 ) return 11;
+    if (lock<131072) return 12;
+    if (lock<262144) return 13;
+    if (lock<524288) return 14;
+    return 15;
+}
+/* msm lock time indicator with extended-resolution (ref [11] table 3.4-1E) --*/
+static int to_msm_lock_ex(int lock)
+{
+    if (lock<0       ) return 0;
+    if (lock<64      ) return lock;
+    if (lock<128     ) return (lock+64       )/2;
+    if (lock<256     ) return (lock+256      )/4;
+    if (lock<512     ) return (lock+768      )/8;
+    if (lock<1024    ) return (lock+2048     )/16;
+    if (lock<2048    ) return (lock+5120     )/32;
+    if (lock<4096    ) return (lock+12288    )/64;
+    if (lock<8192    ) return (lock+28672    )/128;
+    if (lock<16384   ) return (lock+65536    )/256;
+    if (lock<32768   ) return (lock+147456   )/512;
+    if (lock<65536   ) return (lock+327680   )/1024;
+    if (lock<131072  ) return (lock+720896   )/2048;
+    if (lock<262144  ) return (lock+1572864  )/4096;
+    if (lock<524288  ) return (lock+3407872  )/8192;
+    if (lock<1048576 ) return (lock+7340032  )/16384;
+    if (lock<2097152 ) return (lock+15728640 )/32768;
+    if (lock<4194304 ) return (lock+33554432 )/65536;
+    if (lock<8388608 ) return (lock+71303168 )/131072;
+    if (lock<16777216) return (lock+150994944)/262144;
+    if (lock<33554432) return (lock+318767104)/524288;
+    if (lock<67108864) return (lock+671088640)/1048576;
+    return 704;
+}
+/* L1 code indicator gps -----------------------------------------------------*/
+static int to_code1_gps(unsigned char code)
+{
+    switch (code) {
+        case CODE_L1C: return 0; /* L1 C/A */
+        case CODE_L1P:
+        case CODE_L1W:
+        case CODE_L1Y:
+        case CODE_L1N: return 1; /* L1 P(Y) direct */
+    }
+    return 0;
+}
+/* L2 code indicator gps -----------------------------------------------------*/
+static int to_code2_gps(unsigned char code)
+{
+    switch (code) {
+        case CODE_L2C:
+        case CODE_L2S:
+        case CODE_L2L:
+        case CODE_L2X: return 0; /* L2 C/A or L2C */
+        case CODE_L2P:
+        case CODE_L2Y: return 1; /* L2 P(Y) direct */
+        case CODE_L2D: return 2; /* L2 P(Y) cross-correlated */
+        case CODE_L2W:
+        case CODE_L2N: return 3; /* L2 correlated P/Y */
+    }
+    return 0;
+}
+/* L1 code indicator glonass -------------------------------------------------*/
+static int to_code1_glo(unsigned char code)
+{
+    switch (code) {
+        case CODE_L1C: return 0; /* L1 C/A */
+        case CODE_L1P: return 1; /* L1 P */
+    }
+    return 0;
+}
+/* L2 code indicator glonass -------------------------------------------------*/
+static int to_code2_glo(unsigned char code)
+{
+    switch (code) {
+        case CODE_L2C: return 0; /* L2 C/A */
+        case CODE_L2P: return 1; /* L2 P */
+    }
+    return 0;
+}
+/* carrier-phase - pseudorange in cycle --------------------------------------*/
+static double cp_pr(double cp, double pr_cyc)
+{
+    return fmod(cp-pr_cyc+1500.0,3000.0)-1500.0;
+}
+/* generate obs field data gps -----------------------------------------------*/
+static void gen_obs_gps(rtcm_t *rtcm, const obsd_t *data, int *code1, int *pr1,
+                        int *ppr1, int *lock1, int *amb, int *cnr1, int *code2,
+                        int *pr21, int *ppr2, int *lock2, int *cnr2)
+{
+    double lam1,lam2,pr1c=0.0,ppr;
+    int lt1,lt2;
+    
+    lam1=CLIGHT/FREQ1;
+    lam2=CLIGHT/FREQ2;
+    *pr1=*amb=0;
+    if (ppr1) *ppr1=0xFFF80000; /* invalid values */
+    if (pr21) *pr21=0xFFFFE000;
+    if (ppr2) *ppr2=0xFFF80000;
+    
+    /* L1 peudorange */
+    if (data->P[0]!=0.0&&data->code[0]) {
+        *amb=(int)floor(data->P[0]/PRUNIT_GPS);
+        *pr1=ROUND((data->P[0]-*amb*PRUNIT_GPS)/0.02);
+        pr1c=*pr1*0.02+*amb*PRUNIT_GPS;
+    }
+    /* L1 phaserange - L1 pseudorange */
+    if (data->P[0]!=0.0&&data->L[0]!=0.0&&data->code[0]) {
+        ppr=cp_pr(data->L[0],pr1c/lam1);
+        if (ppr1) *ppr1=ROUND(ppr*lam1/0.0005);
+    }
+    /* L2 -L1 pseudorange */
+    if (data->P[0]!=0.0&&data->P[1]!=0.0&&data->code[0]&&data->code[1]&&
+        fabs(data->P[1]-pr1c)<=163.82) {
+        if (pr21) *pr21=ROUND((data->P[1]-pr1c)/0.02);
+    }
+    /* L2 phaserange - L1 pseudorange */
+    if (data->P[0]!=0.0&&data->L[1]!=0.0&&data->code[0]&&data->code[1]) {
+        ppr=cp_pr(data->L[1],pr1c/lam2);
+        if (ppr2) *ppr2=ROUND(ppr*lam2/0.0005);
+    }
+    lt1=locktime(data->time,rtcm->lltime[data->sat-1]  ,data->LLI[0]);
+    lt2=locktime(data->time,rtcm->lltime[data->sat-1]+1,data->LLI[1]);
+    
+    if (lock1) *lock1=to_lock(lt1);
+    if (lock2) *lock2=to_lock(lt2);
+    if (cnr1 ) *cnr1=data->SNR[0];
+    if (cnr2 ) *cnr2=data->SNR[1];
+    if (code1) *code1=to_code1_gps(data->code[0]);
+    if (code2) *code2=to_code2_gps(data->code[1]);
+}
+/* generate obs field data glonass -------------------------------------------*/
+static void gen_obs_glo(rtcm_t *rtcm, const obsd_t *data, int fcn, int *code1,
+                        int *pr1, int *ppr1, int *lock1, int *amb, int *cnr1,
+                        int *code2, int *pr21, int *ppr2, int *lock2, int *cnr2)
+{
+    double lam1=0.0,lam2=0.0,pr1c=0.0,ppr;
+    int lt1,lt2;
+    
+    if (fcn>=0) {
+        lam1=CLIGHT/(FREQ1_GLO+DFRQ1_GLO*(fcn-7));
+        lam2=CLIGHT/(FREQ2_GLO+DFRQ2_GLO*(fcn-7));
+    }
+    *pr1=*amb=0;
+    if (ppr1) *ppr1=0xFFF80000; /* invalid values */
+    if (pr21) *pr21=0xFFFFE000;
+    if (ppr2) *ppr2=0xFFF80000;
+    
+    /* L1 peudorange */
+    if (data->P[0]!=0.0) {
+        *amb=(int)floor(data->P[0]/PRUNIT_GLO);
+        *pr1=ROUND((data->P[0]-*amb*PRUNIT_GLO)/0.02);
+        pr1c=*pr1*0.02+*amb*PRUNIT_GLO;
+    }
+    /* L1 phaserange - L1 pseudorange */
+    if (data->P[0]!=0.0&&data->L[0]!=0.0&&data->code[0]&&lam1>0.0) {
+        ppr=cp_pr(data->L[0],pr1c/lam1);
+        if (ppr1) *ppr1=ROUND(ppr*lam1/0.0005);
+    }
+    /* L2 -L1 pseudorange */
+    if (data->P[0]!=0.0&&data->P[1]!=0.0&&data->code[0]&&data->code[1]&&
+        fabs(data->P[1]-pr1c)<=163.82) {
+        if (pr21) *pr21=ROUND((data->P[1]-pr1c)/0.02);
+    }
+    /* L2 phaserange - L1 pseudorange */
+    if (data->P[0]!=0.0&&data->L[1]!=0.0&&data->code[0]&&data->code[1]&&
+        lam2>0.0) {
+        ppr=cp_pr(data->L[1],pr1c/lam2);
+        if (ppr2) *ppr2=ROUND(ppr*lam2/0.0005);
+    }
+    lt1=locktime(data->time,rtcm->lltime[data->sat-1]  ,data->LLI[0]);
+    lt2=locktime(data->time,rtcm->lltime[data->sat-1]+1,data->LLI[1]);
+    
+    if (lock1) *lock1=to_lock(lt1);
+    if (lock2) *lock2=to_lock(lt2);
+    if (cnr1 ) *cnr1=data->SNR[0];
+    if (cnr2 ) *cnr2=data->SNR[1];
+    if (code1) *code1=to_code1_glo(data->code[0]);
+    if (code2) *code2=to_code2_glo(data->code[1]);
+}
+/* encode rtcm header --------------------------------------------------------*/
+static int encode_head(int type, rtcm_t *rtcm, int sys, int sync, int nsat)
+{
+    double tow;
+    int i=24,week,epoch;
+    
+    trace(4,"encode_head: type=%d sync=%d sys=%d nsat=%d\n",type,sync,sys,nsat);
+    
+    setbitu(rtcm->buff,i,12,type       ); i+=12; /* message no */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* ref station id */
+    
+    if (sys==SYS_GLO) {
+        tow=time2gpst(timeadd(gpst2utc(rtcm->time),10800.0),&week);
+        epoch=ROUND(fmod(tow,86400.0)/0.001);
+        setbitu(rtcm->buff,i,27,epoch); i+=27; /* glonass epoch time */
+    }
+    else {
+        tow=time2gpst(rtcm->time,&week);
+        epoch=ROUND(tow/0.001);
+        setbitu(rtcm->buff,i,30,epoch); i+=30; /* gps epoch time */
+    }
+    setbitu(rtcm->buff,i, 1,sync); i+= 1; /* synchronous gnss flag */
+    setbitu(rtcm->buff,i, 5,nsat); i+= 5; /* no of satellites */
+    setbitu(rtcm->buff,i, 1,0   ); i+= 1; /* smoothing indicator */
+    setbitu(rtcm->buff,i, 3,0   ); i+= 3; /* smoothing interval */
+    return i;
+}
+/* encode type 1001: basic L1-only gps rtk observables -----------------------*/
+static int encode_type1001(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sys,prn;
+    int code1,pr1,ppr1,lock1,amb;
+    
+    trace(3,"encode_type1001: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1001,rtcm,SYS_GPS,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        
+        if (sys==SYS_SBS) prn-=80; /* 40-58: sbas 120-138 */
+        
+        /* generate obs field data gps */
+        gen_obs_gps(rtcm,rtcm->obs.data+j,&code1,&pr1,&ppr1,&lock1,&amb,NULL,
+                    NULL,NULL,NULL,NULL,NULL);
+        
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i,24,pr1  ); i+=24;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1002: extended L1-only gps rtk observables --------------------*/
+static int encode_type1002(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sys,prn;
+    int code1,pr1,ppr1,lock1,amb,cnr1;
+    
+    trace(3,"encode_type1002: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1002,rtcm,SYS_GPS,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        
+        if (sys==SYS_SBS) prn-=80; /* 40-58: sbas 120-138 */
+        
+        /* generate obs field data gps */
+        gen_obs_gps(rtcm,rtcm->obs.data+j,&code1,&pr1,&ppr1,&lock1,&amb,&cnr1,
+                    NULL,NULL,NULL,NULL,NULL);
+        
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i,24,pr1  ); i+=24;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 8,amb  ); i+= 8;
+        setbitu(rtcm->buff,i, 8,cnr1 ); i+= 8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1003: basic L1&L2 gps rtk observables -------------------------*/
+static int encode_type1003(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sys,prn;
+    int code1,pr1,ppr1,lock1,amb,code2,pr21,ppr2,lock2;
+    
+    trace(3,"encode_type1003: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1003,rtcm,SYS_GPS,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        
+        if (sys==SYS_SBS) prn-=80; /* 40-58: sbas 120-138 */
+        
+        /* generate obs field data gps */
+        gen_obs_gps(rtcm,rtcm->obs.data+j,&code1,&pr1,&ppr1,&lock1,&amb,
+                    NULL,&code2,&pr21,&ppr2,&lock2,NULL);
+        
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i,24,pr1  ); i+=24;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 2,code2); i+= 2;
+        setbits(rtcm->buff,i,14,pr21 ); i+=14;
+        setbits(rtcm->buff,i,20,ppr2 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock2); i+= 7;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1004: extended L1&L2 gps rtk observables ----------------------*/
+static int encode_type1004(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sys,prn;
+    int code1,pr1,ppr1,lock1,amb,cnr1,code2,pr21,ppr2,lock2,cnr2;
+    
+    trace(3,"encode_type1004: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1004,rtcm,SYS_GPS,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sys=satsys(rtcm->obs.data[j].sat,&prn);
+        if (!(sys&(SYS_GPS|SYS_SBS))) continue;
+        
+        if (sys==SYS_SBS) prn-=80; /* 40-58: sbas 120-138 */
+        
+        /* generate obs field data gps */
+        gen_obs_gps(rtcm,rtcm->obs.data+j,&code1,&pr1,&ppr1,&lock1,&amb,
+                    &cnr1,&code2,&pr21,&ppr2,&lock2,&cnr2);
+        
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i,24,pr1  ); i+=24;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 8,amb  ); i+= 8;
+        setbitu(rtcm->buff,i, 8,cnr1 ); i+= 8;
+        setbitu(rtcm->buff,i, 2,code2); i+= 2;
+        setbits(rtcm->buff,i,14,pr21 ); i+=14;
+        setbits(rtcm->buff,i,20,ppr2 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock2); i+= 7;
+        setbitu(rtcm->buff,i, 8,cnr2 ); i+= 8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1005: stationary rtk reference station arp --------------------*/
+static int encode_type1005(rtcm_t *rtcm, int sync)
+{
+    double *p=rtcm->sta.pos;
+    int i=24;
+    
+    trace(3,"encode_type1005: sync=%d\n",sync);
+    
+    setbitu(rtcm->buff,i,12,1005       ); i+=12; /* message no */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* ref station id */
+    setbitu(rtcm->buff,i, 6,0          ); i+= 6; /* itrf realization year */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* gps indicator */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* glonass indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* galileo indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* ref station indicator */
+    set38bits(rtcm->buff,i,p[0]/0.0001 ); i+=38; /* antenna ref point ecef-x */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* oscillator indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* reserved */
+    set38bits(rtcm->buff,i,p[1]/0.0001 ); i+=38; /* antenna ref point ecef-y */
+    setbitu(rtcm->buff,i, 2,0          ); i+= 2; /* quarter cycle indicator */
+    set38bits(rtcm->buff,i,p[2]/0.0001 ); i+=38; /* antenna ref point ecef-z */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1006: stationary rtk reference station arp with height --------*/
+static int encode_type1006(rtcm_t *rtcm, int sync)
+{
+    double *p=rtcm->sta.pos;
+    int i=24,hgt=0;
+    
+    trace(3,"encode_type1006: sync=%d\n",sync);
+    
+    if (0.0<=rtcm->sta.hgt&&rtcm->sta.hgt<=6.5535) {
+        hgt=ROUND(rtcm->sta.hgt/0.0001);
+    }
+    else {
+        trace(2,"antenna height error: h=%.4f\n",rtcm->sta.hgt);
+    }
+    setbitu(rtcm->buff,i,12,1006       ); i+=12; /* message no */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* ref station id */
+    setbitu(rtcm->buff,i, 6,0          ); i+= 6; /* itrf realization year */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* gps indicator */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* glonass indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* galileo indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* ref station indicator */
+    set38bits(rtcm->buff,i,p[0]/0.0001 ); i+=38; /* antenna ref point ecef-x */
+    setbitu(rtcm->buff,i, 1,1          ); i+= 1; /* oscillator indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* reserved */
+    set38bits(rtcm->buff,i,p[1]/0.0001 ); i+=38; /* antenna ref point ecef-y */
+    setbitu(rtcm->buff,i, 2,0          ); i+= 2; /* quarter cycle indicator */
+    set38bits(rtcm->buff,i,p[2]/0.0001 ); i+=38; /* antenna ref point ecef-z */
+    setbitu(rtcm->buff,i,16,hgt        ); i+=16; /* antenna height */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1007: antenna descriptor --------------------------------------*/
+static int encode_type1007(rtcm_t *rtcm, int sync)
+{
+    int i=24,j,antsetup=rtcm->sta.antsetup;
+    int n=MIN(strlen(rtcm->sta.antdes),31);
+    
+    trace(3,"encode_type1007: sync=%d\n",sync);
+    
+    setbitu(rtcm->buff,i,12,1007       ); i+=12; /* message no */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* ref station id */
+    
+    /* antenna descriptor */
+    setbitu(rtcm->buff,i,8,n); i+=8;
+    for (j=0;j<n;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.antdes[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,antsetup); i+=8; /* antetnna setup id */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1008: antenna descriptor & serial number ----------------------*/
+static int encode_type1008(rtcm_t *rtcm, int sync)
+{
+    int i=24,j,antsetup=rtcm->sta.antsetup;
+    int n=MIN(strlen(rtcm->sta.antdes),31);
+    int m=MIN(strlen(rtcm->sta.antsno),31);
+    
+    trace(3,"encode_type1008: sync=%d\n",sync);
+    
+    setbitu(rtcm->buff,i,12,1008       ); i+=12; /* message no */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* ref station id */
+    
+    /* antenna descriptor */
+    setbitu(rtcm->buff,i,8,n); i+=8;
+    for (j=0;j<n;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.antdes[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,antsetup); i+=8; /* antenna setup id */
+    
+    /* antenna serial number */
+    setbitu(rtcm->buff,i,8,m); i+=8;
+    for (j=0;j<m;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.antsno[j]); i+=8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1009: basic L1-only glonass rtk observables -------------------*/
+static int encode_type1009(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sat,prn,fcn;
+    int code1,pr1,ppr1,lock1,amb;
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1009,rtcm,SYS_GLO,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        fcn=fcn_glo(sat,rtcm);
+        
+        /* generate obs field data glonass */
+        gen_obs_glo(rtcm,rtcm->obs.data+j,fcn,&code1,&pr1,&ppr1,&lock1,&amb,
+                    NULL,NULL,NULL,NULL,NULL,NULL);
+        
+        if (fcn<0) fcn=0;
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i, 5,fcn  ); i+= 5;
+        setbitu(rtcm->buff,i,25,pr1  ); i+=25;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1010: extended L1-only glonass rtk observables ----------------*/
+static int encode_type1010(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sat,prn,fcn;
+    int code1,pr1,ppr1,lock1,amb,cnr1;
+    
+    trace(3,"encode_type1010: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1010,rtcm,SYS_GLO,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        fcn=fcn_glo(sat,rtcm);
+        
+        /* generate obs field data glonass */
+        gen_obs_glo(rtcm,rtcm->obs.data+j,fcn,&code1,&pr1,&ppr1,&lock1,&amb,
+                    &cnr1,NULL,NULL,NULL,NULL,NULL);
+        
+        if (fcn<0) fcn=0;
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i, 5,fcn  ); i+= 5;
+        setbitu(rtcm->buff,i,25,pr1  ); i+=25;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 7,amb  ); i+= 7;
+        setbitu(rtcm->buff,i, 8,cnr1 ); i+= 8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1011: basic  L1&L2 glonass rtk observables --------------------*/
+static int encode_type1011(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sat,prn,fcn;
+    int code1,pr1,ppr1,lock1,amb,code2,pr21,ppr2,lock2;
+    
+    trace(3,"encode_type1011: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1011,rtcm,SYS_GLO,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        fcn=fcn_glo(sat,rtcm);
+        
+        /* generate obs field data glonass */
+        gen_obs_glo(rtcm,rtcm->obs.data+j,fcn,&code1,&pr1,&ppr1,&lock1,&amb,
+                    NULL,&code2,&pr21,&ppr2,&lock2,NULL);
+        
+        if (fcn<0) fcn=0;
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i, 5,fcn  ); i+= 5;
+        setbitu(rtcm->buff,i,25,pr1  ); i+=25;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 2,code2); i+= 2;
+        setbits(rtcm->buff,i,14,pr21 ); i+=14;
+        setbits(rtcm->buff,i,20,ppr2 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock2); i+= 7;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1012: extended L1&L2 glonass rtk observables ------------------*/
+static int encode_type1012(rtcm_t *rtcm, int sync)
+{
+    int i,j,nsat=0,sat,prn,fcn;
+    int code1,pr1,ppr1,lock1,amb,cnr1,code2,pr21,ppr2,lock2,cnr2;
+    
+    trace(3,"encode_type1012: sync=%d\n",sync);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        nsat++;
+    }
+    /* encode header */
+    i=encode_head(1012,rtcm,SYS_GLO,sync,nsat);
+    
+    for (j=0;j<rtcm->obs.n&&nsat<MAXOBS;j++) {
+        sat=rtcm->obs.data[j].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        fcn=fcn_glo(sat,rtcm);
+        
+        /* generate obs field data glonass */
+        gen_obs_glo(rtcm,rtcm->obs.data+j,fcn,&code1,&pr1,&ppr1,&lock1,&amb,
+                    &cnr1,&code2,&pr21,&ppr2,&lock2,&cnr2);
+        
+        if (fcn<0) fcn=0;
+        setbitu(rtcm->buff,i, 6,prn  ); i+= 6;
+        setbitu(rtcm->buff,i, 1,code1); i+= 1;
+        setbitu(rtcm->buff,i, 5,fcn  ); i+= 5;
+        setbitu(rtcm->buff,i,25,pr1  ); i+=25;
+        setbits(rtcm->buff,i,20,ppr1 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock1); i+= 7;
+        setbitu(rtcm->buff,i, 7,amb  ); i+= 7;
+        setbitu(rtcm->buff,i, 8,cnr1 ); i+= 8;
+        setbitu(rtcm->buff,i, 2,code2); i+= 2;
+        setbits(rtcm->buff,i,14,pr21 ); i+=14;
+        setbits(rtcm->buff,i,20,ppr2 ); i+=20;
+        setbitu(rtcm->buff,i, 7,lock2); i+= 7;
+        setbitu(rtcm->buff,i, 8,cnr2 ); i+= 8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1019: gps ephemerides -----------------------------------------*/
+static int encode_type1019(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,tgd;
+    
+    trace(3,"encode_type1019: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_GPS) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week=eph->week%1024;
+    toe  =ROUND(eph->toes/16.0);
+    toc  =ROUND(time2gpst(eph->toc,NULL)/16.0);
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_5 );
+    crc  =ROUND(eph->crc/P2_5 );
+    cus  =ROUND(eph->cus/P2_29);
+    cuc  =ROUND(eph->cuc/P2_29);
+    cis  =ROUND(eph->cis/P2_29);
+    cic  =ROUND(eph->cic/P2_29);
+    af0  =ROUND(eph->f0 /P2_31);
+    af1  =ROUND(eph->f1 /P2_43);
+    af2  =ROUND(eph->f2 /P2_55);
+    tgd  =ROUND(eph->tgd[0]/P2_31);
+    
+    setbitu(rtcm->buff,i,12,1019     ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i,10,week     ); i+=10;
+    setbitu(rtcm->buff,i, 4,eph->sva ); i+= 4;
+    setbitu(rtcm->buff,i, 2,eph->code); i+= 2;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i, 8,eph->iode); i+= 8;
+    setbitu(rtcm->buff,i,16,toc      ); i+=16;
+    setbits(rtcm->buff,i, 8,af2      ); i+= 8;
+    setbits(rtcm->buff,i,16,af1      ); i+=16;
+    setbits(rtcm->buff,i,22,af0      ); i+=22;
+    setbitu(rtcm->buff,i,10,eph->iodc); i+=10;
+    setbits(rtcm->buff,i,16,crs      ); i+=16;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,16,cuc      ); i+=16;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,16,cus      ); i+=16;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,16,toe      ); i+=16;
+    setbits(rtcm->buff,i,16,cic      ); i+=16;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,16,cis      ); i+=16;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,16,crc      ); i+=16;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i, 8,tgd      ); i+= 8;
+    setbitu(rtcm->buff,i, 6,eph->svh ); i+= 6;
+    setbitu(rtcm->buff,i, 1,eph->flag); i+= 1;
+    setbitu(rtcm->buff,i, 1,eph->fit>0.0?0:1); i+=1;
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1020: glonass ephemerides -------------------------------------*/
+static int encode_type1020(rtcm_t *rtcm, int sync)
+{
+    geph_t *geph;
+    gtime_t time;
+    double ep[6];
+    int i=24,j,prn,tk_h,tk_m,tk_s,tb,pos[3],vel[3],acc[3],gamn,taun,dtaun;
+    int fcn,NT;
+    
+    trace(3,"encode_type1020: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_GLO) return 0;
+    geph=rtcm->nav.geph+prn-1;
+    if (geph->sat!=rtcm->ephsat) return 0;
+    fcn=geph->frq+7;
+    
+    /* time of frame within day (utc(su) + 3 hr) */
+    time=timeadd(gpst2utc(geph->tof),10800.0);
+    time2epoch(time,ep);
+    tk_h=(int)ep[3];
+    tk_m=(int)ep[4];
+    tk_s=ROUND(ep[5]/30.0);
+    
+    /* # of days since jan 1 in leap year */
+    ep[0]=floor(ep[0]/4.0)*4.0; ep[1]=ep[2]=1.0;
+    ep[3]=ep[4]=ep[5]=0.0;
+    NT=(int)floor(timediff(time,epoch2time(ep))/86400.+1.0);
+    
+    /* index of time interval within day (utc(su) + 3 hr) */
+    time=timeadd(gpst2utc(geph->toe),10800.0);
+    time2epoch(time,ep);
+    tb=ROUND((ep[3]*3600.0+ep[4]*60.0+ep[5])/900.0);
+    
+    for (j=0;j<3;j++) {
+        pos[j]=ROUND(geph->pos[j]/P2_11/1E3);
+        vel[j]=ROUND(geph->vel[j]/P2_20/1E3);
+        acc[j]=ROUND(geph->acc[j]/P2_30/1E3);
+    }
+    gamn =ROUND(geph->gamn /P2_40);
+    taun =ROUND(geph->taun /P2_30);
+    dtaun=ROUND(geph->dtaun/P2_30);
+    
+    setbitu(rtcm->buff,i,12,1020     ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i, 5,fcn      ); i+= 5;
+    setbitu(rtcm->buff,i, 4,0        ); i+= 4; /* almanac health,P1 */
+    setbitu(rtcm->buff,i, 5,tk_h     ); i+= 5;
+    setbitu(rtcm->buff,i, 6,tk_m     ); i+= 6;
+    setbitu(rtcm->buff,i, 1,tk_s     ); i+= 1;
+    setbitu(rtcm->buff,i, 1,geph->svh); i+= 1; /* Bn */
+    setbitu(rtcm->buff,i, 1,0        ); i+= 1; /* P2 */
+    setbitu(rtcm->buff,i, 7,tb       ); i+= 7;
+    setbitg(rtcm->buff,i,24,vel[0]   ); i+=24;
+    setbitg(rtcm->buff,i,27,pos[0]   ); i+=27;
+    setbitg(rtcm->buff,i, 5,acc[0]   ); i+= 5;
+    setbitg(rtcm->buff,i,24,vel[1]   ); i+=24;
+    setbitg(rtcm->buff,i,27,pos[1]   ); i+=27;
+    setbitg(rtcm->buff,i, 5,acc[1]   ); i+= 5;
+    setbitg(rtcm->buff,i,24,vel[2]   ); i+=24;
+    setbitg(rtcm->buff,i,27,pos[2]   ); i+=27;
+    setbitg(rtcm->buff,i, 5,acc[2]   ); i+= 5;
+    setbitu(rtcm->buff,i, 1,0        ); i+= 1; /* P3 */
+    setbitg(rtcm->buff,i,11,gamn     ); i+=11;
+    setbitu(rtcm->buff,i, 3,0        ); i+= 3; /* P,ln */
+    setbitg(rtcm->buff,i,22,taun     ); i+=22;
+    setbitu(rtcm->buff,i, 5,dtaun    ); i+= 5;
+    setbitu(rtcm->buff,i, 5,geph->age); i+= 5; /* En */
+    setbitu(rtcm->buff,i, 1,0        ); i+= 1; /* P4 */
+    setbitu(rtcm->buff,i, 4,0        ); i+= 4; /* FT */
+    setbitu(rtcm->buff,i,11,NT       ); i+=11;
+    setbitu(rtcm->buff,i, 2,0        ); i+= 2; /* M */
+    setbitu(rtcm->buff,i, 1,0        ); i+= 1; /* flag for addtional data */
+    setbitu(rtcm->buff,i,11,0        ); i+=11; /* NA */
+    setbitu(rtcm->buff,i,32,0        ); i+=32; /* tauc */
+    setbitu(rtcm->buff,i, 5,0        ); i+= 5; /* N4 */
+    setbitu(rtcm->buff,i,22,0        ); i+=22; /* taugps */
+    setbitu(rtcm->buff,i, 1,0        ); i+= 1; /* ln */
+    setbitu(rtcm->buff,i, 7,0        ); i+= 7;
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1033: receiver and antenna descriptor -------------------------*/
+static int encode_type1033(rtcm_t *rtcm, int sync)
+{
+    int i=24,j,antsetup=rtcm->sta.antsetup;
+    int n=MIN(strlen(rtcm->sta.antdes ),31);
+    int m=MIN(strlen(rtcm->sta.antsno ),31);
+    int I=MIN(strlen(rtcm->sta.rectype),31);
+    int J=MIN(strlen(rtcm->sta.recver ),31);
+    int K=MIN(strlen(rtcm->sta.recsno ),31);
+    
+    trace(3,"encode_type1033: sync=%d\n",sync);
+    
+    setbitu(rtcm->buff,i,12,1033       ); i+=12;
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12;
+    
+    setbitu(rtcm->buff,i,8,n); i+= 8;
+    for (j=0;j<n;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.antdes[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,antsetup); i+= 8;
+    
+    setbitu(rtcm->buff,i,8,m); i+= 8;
+    for (j=0;j<m;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.antsno[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,I); i+= 8;
+    for (j=0;j<I;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.rectype[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,J); i+= 8;
+    for (j=0;j<J;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.recver[j]); i+=8;
+    }
+    setbitu(rtcm->buff,i,8,K); i+= 8;
+    for (j=0;j<K;j++) {
+        setbitu(rtcm->buff,i,8,rtcm->sta.recsno[j]); i+=8;
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1044: qzss ephemerides (ref [15]) -----------------------------*/
+static int encode_type1044(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,tgd;
+    
+    trace(3,"encode_type1044: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_QZS) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week=eph->week%1024;
+    toe  =ROUND(eph->toes/16.0);
+    toc  =ROUND(time2gpst(eph->toc,NULL)/16.0);
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_5 );
+    crc  =ROUND(eph->crc/P2_5 );
+    cus  =ROUND(eph->cus/P2_29);
+    cuc  =ROUND(eph->cuc/P2_29);
+    cis  =ROUND(eph->cis/P2_29);
+    cic  =ROUND(eph->cic/P2_29);
+    af0  =ROUND(eph->f0 /P2_31);
+    af1  =ROUND(eph->f1 /P2_43);
+    af2  =ROUND(eph->f2 /P2_55);
+    tgd  =ROUND(eph->tgd[0]/P2_31);
+    
+    setbitu(rtcm->buff,i,12,1044     ); i+=12;
+    setbitu(rtcm->buff,i, 4,prn-192  ); i+= 4;
+    setbitu(rtcm->buff,i,16,toc      ); i+=16;
+    setbits(rtcm->buff,i, 8,af2      ); i+= 8;
+    setbits(rtcm->buff,i,16,af1      ); i+=16;
+    setbits(rtcm->buff,i,22,af0      ); i+=22;
+    setbitu(rtcm->buff,i, 8,eph->iode); i+= 8;
+    setbits(rtcm->buff,i,16,crs      ); i+=16;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,16,cuc      ); i+=16;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,16,cus      ); i+=16;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,16,toe      ); i+=16;
+    setbits(rtcm->buff,i,16,cic      ); i+=16;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,16,cis      ); i+=16;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,16,crc      ); i+=16;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i, 2,eph->code); i+= 2;
+    setbitu(rtcm->buff,i,10,week     ); i+=10;
+    setbitu(rtcm->buff,i, 4,eph->sva ); i+= 4;
+    setbitu(rtcm->buff,i, 6,eph->svh ); i+= 6;
+    setbits(rtcm->buff,i, 8,tgd      ); i+= 8;
+    setbitu(rtcm->buff,i,10,eph->iodc); i+=10;
+    setbitu(rtcm->buff,i, 1,eph->fit==2.0?0:1); i+=1;
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1045: galileo satellite ephemerides (ref [15]) ----------------*/
+static int encode_type1045(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,bgd1,bgd2,oshs,osdvs;
+    
+    trace(3,"encode_type1045: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_GAL) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week=eph->week%4092;
+    toe  =ROUND(eph->toes/60.0);
+    toc  =ROUND(time2gpst(eph->toc,NULL)/60.0);
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_5 );
+    crc  =ROUND(eph->crc/P2_5 );
+    cus  =ROUND(eph->cus/P2_29);
+    cuc  =ROUND(eph->cuc/P2_29);
+    cis  =ROUND(eph->cis/P2_29);
+    cic  =ROUND(eph->cic/P2_29);
+    af0  =ROUND(eph->f0 /P2_34);
+    af1  =ROUND(eph->f1 /P2_46);
+    af2  =ROUND(eph->f2 /P2_59);
+    bgd1 =ROUND(eph->tgd[0]/P2_32); /* E5a/E1 */
+    bgd2 =ROUND(eph->tgd[1]/P2_32); /* E5b/E1 */
+    oshs =(eph->svh>>4)&3;
+    osdvs=(eph->svh>>3)&1;
+    setbitu(rtcm->buff,i,12,1045     ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i,12,week     ); i+=12;
+    setbitu(rtcm->buff,i,10,eph->iode); i+=10;
+    setbitu(rtcm->buff,i, 8,eph->sva ); i+= 8;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i,14,toc      ); i+=14;
+    setbits(rtcm->buff,i, 6,af2      ); i+= 6;
+    setbits(rtcm->buff,i,21,af1      ); i+=21;
+    setbits(rtcm->buff,i,31,af0      ); i+=31;
+    setbits(rtcm->buff,i,16,crs      ); i+=16;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,16,cuc      ); i+=16;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,16,cus      ); i+=16;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,14,toe      ); i+=14;
+    setbits(rtcm->buff,i,16,cic      ); i+=16;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,16,cis      ); i+=16;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,16,crc      ); i+=16;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i,10,bgd1     ); i+=10;
+    setbitu(rtcm->buff,i, 2,oshs     ); i+= 2;
+    setbitu(rtcm->buff,i, 1,osdvs    ); i+= 1;
+    setbitu(rtcm->buff,i, 7,0        ); i+= 7; /* reserved */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1046: galileo satellite ephemerides (extension for IGS MGEX) --*/
+static int encode_type1046(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,bgd1,bgd2,oshs,osdvs;
+    
+    trace(3,"encode_type1046: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_GAL) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week=eph->week%4092;
+    toe  =ROUND(eph->toes/60.0);
+    toc  =ROUND(time2gpst(eph->toc,NULL)/60.0);
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_5 );
+    crc  =ROUND(eph->crc/P2_5 );
+    cus  =ROUND(eph->cus/P2_29);
+    cuc  =ROUND(eph->cuc/P2_29);
+    cis  =ROUND(eph->cis/P2_29);
+    cic  =ROUND(eph->cic/P2_29);
+    af0  =ROUND(eph->f0 /P2_34);
+    af1  =ROUND(eph->f1 /P2_46);
+    af2  =ROUND(eph->f2 /P2_59);
+    bgd1 =ROUND(eph->tgd[0]/P2_32); /* E5a/E1 */
+    bgd2 =ROUND(eph->tgd[1]/P2_32); /* E5b/E1 */
+    oshs =(eph->svh>>4)&3;
+    osdvs=(eph->svh>>3)&1;
+    setbitu(rtcm->buff,i,12,1046     ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i,12,week     ); i+=12;
+    setbitu(rtcm->buff,i,10,eph->iode); i+=10;
+    setbitu(rtcm->buff,i, 8,eph->sva ); i+= 8;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i,14,toc      ); i+=14;
+    setbits(rtcm->buff,i, 6,af2      ); i+= 6;
+    setbits(rtcm->buff,i,21,af1      ); i+=21;
+    setbits(rtcm->buff,i,31,af0      ); i+=31;
+    setbits(rtcm->buff,i,16,crs      ); i+=16;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,16,cuc      ); i+=16;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,16,cus      ); i+=16;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,14,toe      ); i+=14;
+    setbits(rtcm->buff,i,16,cic      ); i+=16;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,16,cis      ); i+=16;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,16,crc      ); i+=16;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i,10,bgd1     ); i+=10;
+    setbitu(rtcm->buff,i, 2,oshs     ); i+= 2;
+    setbitu(rtcm->buff,i, 1,osdvs    ); i+= 1;
+    setbitu(rtcm->buff,i, 7,0        ); i+= 7; /* reserved */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 1047: beidou ephemerides (tentative mt and format) ------------*/
+static int encode_type1047(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,tgd;
+    
+    trace(3,"encode_type1047: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_CMP) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week =eph->week%1024;
+    toe  =ROUND(eph->toes/16.0);
+    toc  =ROUND(time2bdt(gpst2bdt(eph->toc),NULL)/16.0); /* gpst -> bdt */
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_5 );
+    crc  =ROUND(eph->crc/P2_5 );
+    cus  =ROUND(eph->cus/P2_29);
+    cuc  =ROUND(eph->cuc/P2_29);
+    cis  =ROUND(eph->cis/P2_29);
+    cic  =ROUND(eph->cic/P2_29);
+    af0  =ROUND(eph->f0 /P2_31);
+    af1  =ROUND(eph->f1 /P2_43);
+    af2  =ROUND(eph->f2 /P2_55);
+    tgd  =ROUND(eph->tgd[0]/P2_31);
+    
+    setbitu(rtcm->buff,i,12,1047     ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i,10,week     ); i+=10;
+    setbitu(rtcm->buff,i, 4,eph->sva ); i+= 4;
+    setbitu(rtcm->buff,i, 2,eph->code); i+= 2;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i, 8,eph->iode); i+= 8;
+    setbitu(rtcm->buff,i,16,toc      ); i+=16;
+    setbits(rtcm->buff,i, 8,af2      ); i+= 8;
+    setbits(rtcm->buff,i,16,af1      ); i+=16;
+    setbits(rtcm->buff,i,22,af0      ); i+=22;
+    setbitu(rtcm->buff,i,10,eph->iodc); i+=10;
+    setbits(rtcm->buff,i,16,crs      ); i+=16;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,16,cuc      ); i+=16;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,16,cus      ); i+=16;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,16,toe      ); i+=16;
+    setbits(rtcm->buff,i,16,cic      ); i+=16;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,16,cis      ); i+=16;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,16,crc      ); i+=16;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i, 8,tgd      ); i+= 8;
+    setbitu(rtcm->buff,i, 6,eph->svh ); i+= 6;
+    setbitu(rtcm->buff,i, 1,eph->flag); i+= 1;
+    setbitu(rtcm->buff,i, 1,eph->fit>0.0?0:1); i+=1;
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode type 63: beidou ephemerides (rtcm draft) ---------------------------*/
+static int encode_type63(rtcm_t *rtcm, int sync)
+{
+    eph_t *eph;
+    unsigned int sqrtA,e;
+    int i=24,prn,week,toe,toc,i0,OMG0,omg,M0,deln,idot,OMGd,crs,crc;
+    int cus,cuc,cis,cic,af0,af1,af2,tgd1,tgd2;
+    
+    trace(3,"encode_type63: sync=%d\n",sync);
+    
+    if (satsys(rtcm->ephsat,&prn)!=SYS_CMP) return 0;
+    eph=rtcm->nav.eph+rtcm->ephsat-1;
+    if (eph->sat!=rtcm->ephsat) return 0;
+    week =eph->week%8192;
+    toe  =ROUND(eph->toes/8.0);
+    toc  =ROUND(time2bdt(gpst2bdt(eph->toc),NULL)/8.0); /* gpst -> bdt */
+    sqrtA=ROUND_U(sqrt(eph->A)/P2_19);
+    e    =ROUND_U(eph->e/P2_33);
+    i0   =ROUND(eph->i0  /P2_31/SC2RAD);
+    OMG0 =ROUND(eph->OMG0/P2_31/SC2RAD);
+    omg  =ROUND(eph->omg /P2_31/SC2RAD);
+    M0   =ROUND(eph->M0  /P2_31/SC2RAD);
+    deln =ROUND(eph->deln/P2_43/SC2RAD);
+    idot =ROUND(eph->idot/P2_43/SC2RAD);
+    OMGd =ROUND(eph->OMGd/P2_43/SC2RAD);
+    crs  =ROUND(eph->crs/P2_6 );
+    crc  =ROUND(eph->crc/P2_6 );
+    cus  =ROUND(eph->cus/P2_31);
+    cuc  =ROUND(eph->cuc/P2_31);
+    cis  =ROUND(eph->cis/P2_31);
+    cic  =ROUND(eph->cic/P2_31);
+    af0  =ROUND(eph->f0 /P2_33);
+    af1  =ROUND(eph->f1 /P2_50);
+    af2  =ROUND(eph->f2 /P2_66);
+    tgd1 =ROUND(eph->tgd[0]/1E-10);
+    tgd2 =ROUND(eph->tgd[1]/1E-10);
+    
+    setbitu(rtcm->buff,i,12,63       ); i+=12;
+    setbitu(rtcm->buff,i, 6,prn      ); i+= 6;
+    setbitu(rtcm->buff,i,13,week     ); i+=13;
+    setbitu(rtcm->buff,i, 4,eph->sva ); i+= 4;
+    setbits(rtcm->buff,i,14,idot     ); i+=14;
+    setbitu(rtcm->buff,i, 5,eph->iode); i+= 5;
+    setbitu(rtcm->buff,i,17,toc      ); i+=17;
+    setbits(rtcm->buff,i,11,af2      ); i+=11;
+    setbits(rtcm->buff,i,22,af1      ); i+=22;
+    setbits(rtcm->buff,i,24,af0      ); i+=24;
+    setbitu(rtcm->buff,i, 5,eph->iodc); i+= 5;
+    setbits(rtcm->buff,i,18,crs      ); i+=18;
+    setbits(rtcm->buff,i,16,deln     ); i+=16;
+    setbits(rtcm->buff,i,32,M0       ); i+=32;
+    setbits(rtcm->buff,i,18,cuc      ); i+=18;
+    setbitu(rtcm->buff,i,32,e        ); i+=32;
+    setbits(rtcm->buff,i,18,cus      ); i+=18;
+    setbitu(rtcm->buff,i,32,sqrtA    ); i+=32;
+    setbitu(rtcm->buff,i,17,toe      ); i+=17;
+    setbits(rtcm->buff,i,18,cic      ); i+=18;
+    setbits(rtcm->buff,i,32,OMG0     ); i+=32;
+    setbits(rtcm->buff,i,18,cis      ); i+=18;
+    setbits(rtcm->buff,i,32,i0       ); i+=32;
+    setbits(rtcm->buff,i,18,crc      ); i+=18;
+    setbits(rtcm->buff,i,32,omg      ); i+=32;
+    setbits(rtcm->buff,i,24,OMGd     ); i+=24;
+    setbits(rtcm->buff,i,10,tgd1     ); i+=10;
+    setbits(rtcm->buff,i,10,tgd2     ); i+=10;
+    setbitu(rtcm->buff,i, 1,eph->svh ); i+= 1;
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr header ---------------------------------------------------------*/
+static int encode_ssr_head(int type, rtcm_t *rtcm, int sys, int nsat, int sync,
+                           int iod, double udint, int refd, int provid,
+                           int solid)
+{
+    double tow;
+    int i=24,msgno,epoch,week,udi,ns=6;
+    
+    trace(4,"encode_ssr_head: type=%d sys=%d nsat=%d sync=%d iod=%d udint=%.0f\n",
+          type,sys,nsat,sync,iod,udint);
+    
+#ifndef SSR_QZSS_DRAFT_V05
+    ns=sys==SYS_QZS?4:6;
+#endif
+    switch (sys) {
+        case SYS_GPS: msgno=(type==7)?2065:1056+type; break;
+        case SYS_GLO: msgno=(type==7)?2066:1062+type; break;
+        case SYS_GAL: msgno=(type==7)?2067:1239+type; break;
+        case SYS_QZS: msgno=(type==7)?2068:1245+type; break;
+        case SYS_CMP: msgno=(type==7)?2070:1257+type; break;
+        case SYS_SBS: msgno=(type==7)?2069:1251+type; break;
+        default: return 0;
+    }
+    setbitu(rtcm->buff,i,12,msgno    ); i+=12; /* message number */
+    
+    if (sys==SYS_GLO) {
+        tow=time2gpst(timeadd(gpst2utc(rtcm->time),10800.0),&week);
+        epoch=ROUND(fmod(tow,86400.0));
+        setbitu(rtcm->buff,i,17,epoch); i+=17; /* glonass epoch time */
+    }
+    else {
+        tow=time2gpst(rtcm->time,&week);
+        epoch=ROUND(tow);
+        setbitu(rtcm->buff,i,20,epoch); i+=20; /* gps epoch time */
+    }
+    for (udi=0;udi<15;udi++) {
+        if (ssrudint[udi]>=udint) break;
+    }
+    setbitu(rtcm->buff,i, 4,udi    ); i+= 4; /* update interval */
+    setbitu(rtcm->buff,i, 1,sync   ); i+= 1; /* multiple message indicator */
+    if (type==1||type==4) {
+        setbitu(rtcm->buff,i,1,refd); i+= 1; /* satellite ref datum */
+    }
+    setbitu(rtcm->buff,i, 4,iod    ); i+= 4; /* iod ssr */
+    setbitu(rtcm->buff,i,16,provid ); i+=16; /* provider id */
+    setbitu(rtcm->buff,i, 4,solid  ); i+= 4; /* solution id */
+    if (type==7) {
+        setbitu(rtcm->buff,i,1,0); i+=1; /* dispersive bias consistency ind */
+        setbitu(rtcm->buff,i,1,0); i+=1; /* MW consistency indicator */
+    }
+    setbitu(rtcm->buff,i,ns,nsat   ); i+=ns; /* no of satellites */
+    return i;
+}
+/* ssr 3 and 7 signal and tracking mode ids ----------------------------------*/
+static  const int codes_gps[]={
+    CODE_L1C,CODE_L1P,CODE_L1W,CODE_L1Y,CODE_L1M,CODE_L2C,CODE_L2D,CODE_L2S,
+    CODE_L2L,CODE_L2X,CODE_L2P,CODE_L2W,CODE_L2Y,CODE_L2M,CODE_L5I,CODE_L5Q,
+    CODE_L5X
+};
+static const int codes_glo[]={
+    CODE_L1C,CODE_L1P,CODE_L2C,CODE_L2P
+};
+static const int codes_gal[]={
+    CODE_L1A,CODE_L1B,CODE_L1C,CODE_L1X,CODE_L1Z,CODE_L5I,CODE_L5Q,CODE_L5X,
+    CODE_L7I,CODE_L7Q,CODE_L7X,CODE_L8I,CODE_L8Q,CODE_L8X,CODE_L6A,CODE_L6B,
+    CODE_L6C,CODE_L6X,CODE_L6Z
+};
+static const int codes_qzs[]={
+    CODE_L1C,CODE_L1S,CODE_L1L,CODE_L2S,CODE_L2L,CODE_L2X,CODE_L5I,CODE_L5Q,
+    CODE_L5X,CODE_L6S,CODE_L6L,CODE_L6X,CODE_L1X
+};
+static const int codes_bds[]={
+    CODE_L1I,CODE_L1Q,CODE_L1X,CODE_L7I,CODE_L7Q,CODE_L7X,CODE_L6I,CODE_L6Q,
+    CODE_L6X
+};
+static const int codes_sbs[]={
+    CODE_L1C,CODE_L5I,CODE_L5Q,CODE_L5X
+};
+/* encode ssr 1: orbit corrections -------------------------------------------*/
+static int encode_ssr1(rtcm_t *rtcm, int sys, int sync)
+{
+    double udint=0.0;
+    int i,j,iod=0,nsat,prn,iode,iodcrc,refd=0,np,ni,nj,offp,deph[3],ddeph[3];
+    
+    trace(3,"encode_ssr1: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GLO: np=5; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GAL: np=6; ni=10; nj= 0; offp=  0; break;
+        case SYS_QZS: np=4; ni= 8; nj= 0; offp=192; break;
+        case SYS_CMP: np=6; ni=10; nj=24; offp=  1; break;
+        case SYS_SBS: np=6; ni= 9; nj=24; offp=120; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[0];
+        iod  =rtcm->ssr[j].iod[0];
+        refd =rtcm->ssr[j].refd;
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(1,rtcm,sys,nsat,sync,iod,udint,refd,0,0);
+    
+    for (j=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        iode=rtcm->ssr[j].iode;      /* sbas/bds: toe/t0 modulo */
+        iodcrc=rtcm->ssr[j].iodcrc;  /* sbas/bds: iod crc */
+        
+        deph [0]=ROUND(rtcm->ssr[j].deph [0]/1E-4);
+        deph [1]=ROUND(rtcm->ssr[j].deph [1]/4E-4);
+        deph [2]=ROUND(rtcm->ssr[j].deph [2]/4E-4);
+        ddeph[0]=ROUND(rtcm->ssr[j].ddeph[0]/1E-6);
+        ddeph[1]=ROUND(rtcm->ssr[j].ddeph[1]/4E-6);
+        ddeph[2]=ROUND(rtcm->ssr[j].ddeph[2]/4E-6);
+        
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbitu(rtcm->buff,i,ni,iode    ); i+=ni; /* iode */
+        setbitu(rtcm->buff,i,nj,iodcrc  ); i+=nj; /* iodcrc */
+        setbits(rtcm->buff,i,22,deph [0]); i+=22; /* delta radial */
+        setbits(rtcm->buff,i,20,deph [1]); i+=20; /* delta along-track */
+        setbits(rtcm->buff,i,20,deph [2]); i+=20; /* delta cross-track */
+        setbits(rtcm->buff,i,21,ddeph[0]); i+=21; /* dot delta radial */
+        setbits(rtcm->buff,i,19,ddeph[1]); i+=19; /* dot delta along-track */
+        setbits(rtcm->buff,i,19,ddeph[2]); i+=19; /* dot delta cross-track */
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 2: clock corrections -------------------------------------------*/
+static int encode_ssr2(rtcm_t *rtcm, int sys, int sync)
+{
+    double udint=0.0;
+    int i,j,iod=0,nsat,prn,np,offp,iode,dclk[3];
+    
+    trace(3,"encode_ssr2: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[1];
+        iod  =rtcm->ssr[j].iod[1];
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(2,rtcm,sys,nsat,sync,iod,udint,0,0,0);
+    
+    for (j=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        iode=rtcm->ssr[j].iode;
+        
+        dclk[0]=ROUND(rtcm->ssr[j].dclk[0]/1E-4);
+        dclk[1]=ROUND(rtcm->ssr[j].dclk[1]/1E-6);
+        dclk[2]=ROUND(rtcm->ssr[j].dclk[2]/1E-8);
+        
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbits(rtcm->buff,i,22,dclk[0] ); i+=22; /* delta clock c0 */
+        setbits(rtcm->buff,i,21,dclk[1] ); i+=21; /* delta clock c1 */
+        setbits(rtcm->buff,i,27,dclk[2] ); i+=27; /* delta clock c2 */
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 3: satellite code biases ---------------------------------------*/
+static int encode_ssr3(rtcm_t *rtcm, int sys, int sync)
+{
+    const int *codes;
+    double udint=0.0;
+    int i,j,k,iod=0,nsat,prn,nbias,np,offp,ncode;
+    int code[MAXCODE],bias[MAXCODE];
+    
+    trace(3,"encode_ssr3: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; codes=codes_gps; ncode=17; break;
+        case SYS_GLO: np=5; offp=  0; codes=codes_glo; ncode= 4; break;
+        case SYS_GAL: np=6; offp=  0; codes=codes_gal; ncode=19; break;
+        case SYS_QZS: np=4; offp=192; codes=codes_qzs; ncode=13; break;
+        case SYS_CMP: np=6; offp=  1; codes=codes_bds; ncode= 9; break;
+        case SYS_SBS: np=6; offp=120; codes=codes_sbs; ncode= 4; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[4];
+        iod  =rtcm->ssr[j].iod[4];
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(3,rtcm,sys,nsat,sync,iod,udint,0,0,0);
+    
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        for (k=nbias=0;k<ncode;k++) {
+            if (rtcm->ssr[j].cbias[codes[k]-1]==0.0) continue;
+            code[nbias]=k;
+            bias[nbias++]=ROUND(rtcm->ssr[j].cbias[codes[k]-1]/0.01);
+        }
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbitu(rtcm->buff,i, 5,nbias);    i+= 5; /* number of code biases */
+        
+        for (k=0;k<nbias;k++) {
+            setbitu(rtcm->buff,i, 5,code[k]); i+= 5; /* signal indicator */
+            setbits(rtcm->buff,i,14,bias[k]); i+=14; /* code bias */
+        }
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 4: combined orbit and clock corrections ------------------------*/
+static int encode_ssr4(rtcm_t *rtcm, int sys, int sync)
+{
+    double udint=0.0;
+    int i,j,iod=0,nsat,prn,iode,iodcrc,refd=0,np,ni,nj,offp;
+    int deph[3],ddeph[3],dclk[3];
+    
+    trace(3,"encode_ssr4: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GLO: np=5; ni= 8; nj= 0; offp=  0; break;
+        case SYS_GAL: np=6; ni=10; nj= 0; offp=  0; break;
+        case SYS_QZS: np=4; ni= 8; nj= 0; offp=192; break;
+        case SYS_CMP: np=6; ni=10; nj=24; offp=  1; break;
+        case SYS_SBS: np=6; ni= 9; nj=24; offp=120; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[0];
+        iod  =rtcm->ssr[j].iod[0];
+        refd =rtcm->ssr[j].refd;
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(4,rtcm,sys,nsat,sync,iod,udint,refd,0,0);
+    
+    for (j=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        iode=rtcm->ssr[j].iode;
+        iodcrc=rtcm->ssr[j].iodcrc;
+        
+        deph [0]=ROUND(rtcm->ssr[j].deph [0]/1E-4);
+        deph [1]=ROUND(rtcm->ssr[j].deph [1]/4E-4);
+        deph [2]=ROUND(rtcm->ssr[j].deph [2]/4E-4);
+        ddeph[0]=ROUND(rtcm->ssr[j].ddeph[0]/1E-6);
+        ddeph[1]=ROUND(rtcm->ssr[j].ddeph[1]/4E-6);
+        ddeph[2]=ROUND(rtcm->ssr[j].ddeph[2]/4E-6);
+        dclk [0]=ROUND(rtcm->ssr[j].dclk [0]/1E-4);
+        dclk [1]=ROUND(rtcm->ssr[j].dclk [1]/1E-6);
+        dclk [2]=ROUND(rtcm->ssr[j].dclk [2]/1E-8);
+        
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbitu(rtcm->buff,i,ni,iode    ); i+=ni; /* iode */
+        setbitu(rtcm->buff,i,nj,iodcrc  ); i+=nj; /* iodcrc */
+        setbits(rtcm->buff,i,22,deph [0]); i+=22; /* delta raidal */
+        setbits(rtcm->buff,i,20,deph [1]); i+=20; /* delta along-track */
+        setbits(rtcm->buff,i,20,deph [2]); i+=20; /* delta cross-track */
+        setbits(rtcm->buff,i,21,ddeph[0]); i+=21; /* dot delta radial */
+        setbits(rtcm->buff,i,19,ddeph[1]); i+=19; /* dot delta along-track */
+        setbits(rtcm->buff,i,19,ddeph[2]); i+=19; /* dot delta cross-track */
+        setbits(rtcm->buff,i,22,dclk [0]); i+=22; /* delta clock c0 */
+        setbits(rtcm->buff,i,21,dclk [1]); i+=21; /* delta clock c1 */
+        setbits(rtcm->buff,i,27,dclk [2]); i+=27; /* delta clock c2 */
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 5: ura ---------------------------------------------------------*/
+static int encode_ssr5(rtcm_t *rtcm, int sys, int sync)
+{
+    double udint=0.0;
+    int i,j,nsat,iod=0,prn,ura,np,offp;
+    
+    trace(3,"encode_ssr5: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[3];
+        iod  =rtcm->ssr[j].iod[3];
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(5,rtcm,sys,nsat,sync,iod,udint,0,0,0);
+    
+    for (j=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        ura=rtcm->ssr[j].ura;
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbitu(rtcm->buff,i, 6,ura     ); i+= 6; /* ssr ura */
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 6: high rate clock correction ----------------------------------*/
+static int encode_ssr6(rtcm_t *rtcm, int sys, int sync)
+{
+    double udint=0.0;
+    int i,j,nsat,iod=0,prn,hrclk,np,offp;
+    
+    trace(3,"encode_ssr6: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; break;
+        case SYS_GLO: np=5; offp=  0; break;
+        case SYS_GAL: np=6; offp=  0; break;
+        case SYS_QZS: np=4; offp=192; break;
+        case SYS_CMP: np=6; offp=  1; break;
+        case SYS_SBS: np=6; offp=120; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[2];
+        iod  =rtcm->ssr[j].iod[2];
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(6,rtcm,sys,nsat,sync,iod,udint,0,0,0);
+    
+    for (j=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        hrclk=ROUND(rtcm->ssr[j].hrclk/1E-4);
+        
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbits(rtcm->buff,i,22,hrclk   ); i+=22; /* high rate clock corr */
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode ssr 7: satellite phase biases --------------------------------------*/
+static int encode_ssr7(rtcm_t *rtcm, int sys, int sync)
+{
+    const int *codes;
+    double udint=0.0;
+    int i,j,k,iod=0,nsat,prn,nbias,np,offp,ncode;
+    int code[MAXCODE],pbias[MAXCODE],stdpb[MAXCODE],yaw_ang,yaw_rate;
+    
+    trace(3,"encode_ssr7: sys=%d sync=%d\n",sys,sync);
+    
+    switch (sys) {
+        case SYS_GPS: np=6; offp=  0; codes=codes_gps; ncode=17; break;
+        case SYS_GLO: np=5; offp=  0; codes=codes_glo; ncode= 4; break;
+        case SYS_GAL: np=6; offp=  0; codes=codes_gal; ncode=19; break;
+        case SYS_QZS: np=4; offp=192; codes=codes_qzs; ncode=13; break;
+        case SYS_CMP: np=6; offp=  1; codes=codes_bds; ncode= 9; break;
+        default: return 0;
+    }
+    /* number of satellites */
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        nsat++;
+        udint=rtcm->ssr[j].udi[5];
+        iod  =rtcm->ssr[j].iod[5];
+    }
+    /* encode ssr header */
+    i=encode_ssr_head(7,rtcm,sys,nsat,sync,iod,udint,0,0,0);
+    
+    for (j=nsat=0;j<MAXSAT;j++) {
+        if (satsys(j+1,&prn)!=sys||!rtcm->ssr[j].update) continue;
+        
+        for (k=nbias=0;k<ncode;k++) {
+            if (rtcm->ssr[j].pbias[codes[k]-1]==0.0) continue;
+            code[nbias]=k;
+            pbias[nbias  ]=ROUND(rtcm->ssr[j].pbias[codes[k]-1]/0.0001);
+            stdpb[nbias++]=ROUND(rtcm->ssr[j].stdpb[codes[k]-1]/0.0001);
+        }
+        yaw_ang =ROUND(rtcm->ssr[j].yaw_ang /180.0* 256.0);
+        yaw_rate=ROUND(rtcm->ssr[j].yaw_rate/180.0*8192.0);
+        setbitu(rtcm->buff,i,np,prn-offp); i+=np; /* satellite id */
+        setbitu(rtcm->buff,i, 5,nbias);    i+= 5; /* number of code biases */
+        setbitu(rtcm->buff,i, 9,yaw_ang);  i+= 9; /* yaw angle */
+        setbits(rtcm->buff,i, 8,yaw_rate); i+= 8; /* yaw rate */
+        
+        for (k=0;k<nbias;k++) {
+            setbitu(rtcm->buff,i, 5,code[k] ); i+= 5; /* signal indicator */
+            setbitu(rtcm->buff,i, 1,0       ); i+= 1; /* integer-indicator */
+            setbitu(rtcm->buff,i, 2,0       ); i+= 2; /* WL integer-indicator */
+            setbitu(rtcm->buff,i, 4,0       ); i+= 4; /* discont counter */
+            setbits(rtcm->buff,i,20,pbias[k]); i+=20; /* phase bias */
+            setbits(rtcm->buff,i,17,stdpb[k]); i+=17; /* std-dev phase bias */
+        }
+    }
+    rtcm->nbit=i;
+    return 1;
+}
+/* satellite no to msm satellite id ------------------------------------------*/
+static int to_satid(int sys, int sat)
+{
+    int prn;
+    
+    if (satsys(sat,&prn)!=sys) return 0;
+    
+    if      (sys==SYS_QZS) prn-=MINPRNQZS-1;
+    else if (sys==SYS_SBS) prn-=MINPRNSBS-1;
+    
+    return prn;
+}
+/* observation code to msm signal id -----------------------------------------*/
+static int to_sigid(int sys, unsigned char code, int *freq)
+{
+    const char **msm_sig;
+    char *sig;
+    int i;
+    
+    /* signal conversion for undefined signal by rtcm */
+    if (sys==SYS_GPS) {
+        if      (code==CODE_L1Y) code=CODE_L1P;
+        else if (code==CODE_L1M) code=CODE_L1P;
+        else if (code==CODE_L1N) code=CODE_L1P;
+        else if (code==CODE_L2D) code=CODE_L2P;
+        else if (code==CODE_L2Y) code=CODE_L2P;
+        else if (code==CODE_L2M) code=CODE_L2P;
+        else if (code==CODE_L2N) code=CODE_L2P;
+    }
+    if (!*(sig=code2obs(code,freq))) return 0;
+    
+    switch (sys) {
+        case SYS_GPS: msm_sig=msm_sig_gps; break;
+        case SYS_GLO: msm_sig=msm_sig_glo; break;
+        case SYS_GAL: msm_sig=msm_sig_gal; break;
+        case SYS_QZS: msm_sig=msm_sig_qzs; break;
+        case SYS_SBS: msm_sig=msm_sig_sbs; break;
+        case SYS_CMP: msm_sig=msm_sig_cmp; break;
+        default: return 0;
+    }
+    /* freqency index for beidou */
+    if (sys==SYS_CMP) {
+        if      (*freq==5) *freq=2; /* B2 */
+        else if (*freq==4) *freq=3; /* B3 */
+    }
+    for (i=0;i<32;i++) {
+        if (!strcmp(sig,msm_sig[i])) return i+1;
+    }
+    return 0;
+}
+/* generate msm satellite, signal and cell index -----------------------------*/
+static void gen_msm_index(rtcm_t *rtcm, int sys, int *nsat, int *nsig,
+                          int *ncell, unsigned char *sat_ind,
+                          unsigned char *sig_ind, unsigned char *cell_ind)
+{
+    int i,j,sat,sig,cell,f;
+    
+    *nsat=*nsig=*ncell=0;
+    
+    /* generate satellite and signal index */
+    for (i=0;i<rtcm->obs.n;i++) {
+        if (!(sat=to_satid(sys,rtcm->obs.data[i].sat))) continue;
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            if (!(sig=to_sigid(sys,rtcm->obs.data[i].code[j],&f))) continue;
+            
+            sat_ind[sat-1]=sig_ind[sig-1]=1;
+        }
+    }
+    for (i=0;i<64;i++) {
+        if (sat_ind[i]) sat_ind[i]=++(*nsat);
+    }
+    for (i=0;i<32;i++) {
+        if (sig_ind[i]) sig_ind[i]=++(*nsig);
+    }
+    /* generate cell index */
+    for (i=0;i<rtcm->obs.n;i++) {
+        if (!(sat=to_satid(sys,rtcm->obs.data[i].sat))) continue;
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            if (!(sig=to_sigid(sys,rtcm->obs.data[i].code[j],&f))) continue;
+            
+            cell=sig_ind[sig-1]-1+(sat_ind[sat-1]-1)*(*nsig);
+            cell_ind[cell]=1;
+        }
+    }
+    for (i=0;i<*nsat*(*nsig);i++) {
+        if (cell_ind[i]&&*ncell<64) cell_ind[i]=++(*ncell);
+    }
+}
+/* generate msm satellite data fields ----------------------------------------*/
+static void gen_msm_sat(rtcm_t *rtcm, int sys, int nsat,
+                        const unsigned char *sat_ind, double *rrng,
+                        double *rrate, unsigned char *info)
+{
+    obsd_t *data;
+    double lambda,rrng_s,rrate_s;
+    int i,j,k,sat,sig,f,fcn;
+    
+    for (i=0;i<64;i++) rrng[i]=rrate[i]=0.0;
+    
+    for (i=0;i<rtcm->obs.n;i++) {
+        data=rtcm->obs.data+i;
+        if (!(sat=to_satid(sys,data->sat))) continue;
+        fcn=fcn_glo(data->sat,rtcm);
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            if (!(sig=to_sigid(sys,data->code[j],&f))) continue;
+            k=sat_ind[sat-1]-1;
+            lambda=satwavelen(data->sat,f-1,&rtcm->nav);
+            
+            /* rough range (ms) and rough phase-range-rate (m/s) */
+            rrng_s =ROUND( data->P[j]/RANGE_MS/P2_10)*RANGE_MS*P2_10;
+            rrate_s=ROUND(-data->D[j]*lambda)*1.0;
+            if (rrng [k]==0.0&&data->P[j]!=0.0) rrng [k]=rrng_s;
+            if (rrate[k]==0.0&&data->D[j]!=0.0) rrate[k]=rrate_s;
+            
+            /* extended satellite info */
+            info[k]=sys!=SYS_GLO?0:(fcn<0?15:fcn);
+        }
+    }
+}
+/* generate msm signal data fields -------------------------------------------*/
+static void gen_msm_sig(rtcm_t *rtcm, int sys, int nsat, int nsig, int ncell,
+                        const unsigned char *sat_ind,
+                        const unsigned char *sig_ind,
+                        const unsigned char *cell_ind, const double *rrng,
+                        const double *rrate, double *psrng, double *phrng,
+                        double *rate, int *lock, unsigned char *half,
+                        float *cnr)
+{
+    obsd_t *data;
+    double lambda,psrng_s,phrng_s,rate_s;
+    int i,j,k,sat,sig,cell,f,lt,LLI;
+    
+    for (i=0;i<ncell;i++) {
+        if (psrng) psrng[i]=0.0;
+        if (phrng) phrng[i]=0.0;
+        if (rate ) rate [i]=0.0;
+    }
+    for (i=0;i<rtcm->obs.n;i++) {
+        data=rtcm->obs.data+i;
+        
+        if (!(sat=to_satid(sys,data->sat))) continue;
+        
+        for (j=0;j<NFREQ+NEXOBS;j++) {
+            if (!(sig=to_sigid(sys,data->code[j],&f))) continue;
+            k=sat_ind[sat-1]-1;
+            if ((cell=cell_ind[sig_ind[sig-1]-1+k*nsig])>=64) continue;
+            
+            lambda=satwavelen(data->sat,f-1,&rtcm->nav);
+            psrng_s=data->P[j]==0.0?0.0:data->P[j]-rrng[k];
+            phrng_s=data->L[j]==0.0||lambda<=0.0?0.0: data->L[j]*lambda-rrng [k];
+            rate_s =data->D[j]==0.0||lambda<=0.0?0.0:-data->D[j]*lambda-rrate[k];
+            
+            /* subtract phase - psudorange integer cycle offset */
+            LLI=data->LLI[j];
+            if ((LLI&1)||fabs(phrng_s-rtcm->cp[data->sat-1][j])>1171.0) {
+                rtcm->cp[data->sat-1][j]=ROUND(phrng_s/lambda)*lambda;
+                LLI|=1;
+            }
+            phrng_s-=rtcm->cp[data->sat-1][j];
+            
+            lt=locktime(data->time,rtcm->lltime[data->sat-1]+j,LLI);
+            
+            if (psrng&&psrng_s!=0.0) psrng[cell-1]=psrng_s;
+            if (phrng&&phrng_s!=0.0) phrng[cell-1]=phrng_s;
+            if (rate &&rate_s !=0.0) rate [cell-1]=rate_s;
+            if (lock) lock[cell-1]=lt;
+            if (half) half[cell-1]=(data->LLI[j]&2)?1:0;
+            if (cnr ) cnr [cell-1]=(float)(data->SNR[j]*0.25);
+        }
+    }
+}
+/* encode msm header ---------------------------------------------------------*/
+static int encode_msm_head(int type, rtcm_t *rtcm, int sys, int sync, int *nsat,
+                           int *ncell, double *rrng, double *rrate,
+                           unsigned char *info, double *psrng, double *phrng,
+                           double *rate, int *lock, unsigned char *half,
+                           float *cnr)
+{
+    double tow;
+    unsigned char sat_ind[64]={0},sig_ind[32]={0},cell_ind[32*64]={0};
+    unsigned int dow,epoch;
+    int i=24,j,tt,nsig=0;
+    
+    switch (sys) {
+        case SYS_GPS: type+=1070; break;
+        case SYS_GLO: type+=1080; break;
+        case SYS_GAL: type+=1090; break;
+        case SYS_QZS: type+=1110; break;
+        case SYS_SBS: type+=1100; break;
+        case SYS_CMP: type+=1120; break;
+        default: return 0;
+    }
+    /* generate msm satellite, signal and cell index */
+    gen_msm_index(rtcm,sys,nsat,&nsig,ncell,sat_ind,sig_ind,cell_ind);
+    
+    if (sys==SYS_GLO) {
+        /* glonass time (dow + tod-ms) */
+        tow=time2gpst(timeadd(gpst2utc(rtcm->time),10800.0),NULL);
+        dow=(unsigned int)(tow/86400.0);
+        epoch=(dow<<27)+ROUND_U(fmod(tow,86400.0)*1E3);
+    }
+    else if (sys==SYS_CMP) {
+        /* beidou time (tow-ms) */
+        epoch=ROUND_U(time2gpst(gpst2bdt(rtcm->time),NULL)*1E3);
+    }
+    else {
+        /* gps, qzs and galileo time (tow-ms) */
+        epoch=ROUND_U(time2gpst(rtcm->time,NULL)*1E3);
+    }
+    /* cumulative session transmitting time (s) */
+    tt=locktime(rtcm->time,&rtcm->time_s,0);
+    
+    /* encode msm header (ref [11] table 3.5-73) */
+    setbitu(rtcm->buff,i,12,type       ); i+=12; /* message number */
+    setbitu(rtcm->buff,i,12,rtcm->staid); i+=12; /* reference station id */
+    setbitu(rtcm->buff,i,30,epoch      ); i+=30; /* epoch time */
+    setbitu(rtcm->buff,i, 1,sync       ); i+= 1; /* multiple message bit */
+    setbitu(rtcm->buff,i, 3,rtcm->seqno); i+= 3; /* issue of data station */
+    setbitu(rtcm->buff,i, 7,to_lock(tt)); i+= 7; /* session time indicator */
+    setbitu(rtcm->buff,i, 2,0          ); i+= 2; /* clock streering indicator */
+    setbitu(rtcm->buff,i, 2,0          ); i+= 2; /* external clock indicator */
+    setbitu(rtcm->buff,i, 1,0          ); i+= 1; /* smoothing indicator */
+    setbitu(rtcm->buff,i, 3,0          ); i+= 3; /* smoothing interval */
+    
+    /* satellite mask */
+    for (j=0;j<64;j++) {
+        setbitu(rtcm->buff,i,1,sat_ind[j]?1:0); i+=1;
+    }
+    /* signal mask */
+    for (j=0;j<32;j++) {
+        setbitu(rtcm->buff,i,1,sig_ind[j]?1:0); i+=1;
+    }
+    /* cell mask */
+    for (j=0;j<*nsat*nsig&&j<64;j++) {
+        setbitu(rtcm->buff,i,1,cell_ind[j]?1:0); i+=1;
+    }
+    /* generate msm satellite data fields */
+    gen_msm_sat(rtcm,sys,*nsat,sat_ind,rrng,rrate,info);
+    
+    /* generate msm signal data fields */
+    gen_msm_sig(rtcm,sys,*nsat,nsig,*ncell,sat_ind,sig_ind,cell_ind,rrng,rrate,
+                psrng,phrng,rate,lock,half,cnr);
+    
+    return i;
+}
+/* encode rough range integer ms ---------------------------------------------*/
+static int encode_msm_int_rrng(rtcm_t *rtcm, int i, const double *rrng,
+                               int nsat)
+{
+    unsigned int int_ms;
+    int j;
+    
+    for (j=0;j<nsat;j++) {
+        if (rrng[j]==0.0) {
+            int_ms=255;
+        }
+        else if (rrng[j]<0.0||rrng[j]>RANGE_MS*255.0) {
+            trace(2,"msm rough range overflow %s rrng=%.3f\n",
+                 time_str(rtcm->time,0),rrng[j]);
+            int_ms=255;
+        }
+        else {
+            int_ms=ROUND_U(rrng[j]/RANGE_MS/P2_10)>>10;
+        }
+        setbitu(rtcm->buff,i,8,int_ms); i+=8;
+    }
+    return i;
+}
+/* encode rough range modulo 1 ms --------------------------------------------*/
+static int encode_msm_mod_rrng(rtcm_t *rtcm, int i, const double *rrng,
+                               int nsat)
+{
+    unsigned int mod_ms;
+    int j;
+    
+    for (j=0;j<nsat;j++) {
+        if (rrng[j]<=0.0||rrng[j]>RANGE_MS*255.0) {
+            mod_ms=0;
+        }
+        else {
+            mod_ms=ROUND_U(rrng[j]/RANGE_MS/P2_10)&0x3FFu;
+        }
+        setbitu(rtcm->buff,i,10,mod_ms); i+=10;
+    }
+    return i;
+}
+/* encode extended satellite info --------------------------------------------*/
+static int encode_msm_info(rtcm_t *rtcm, int i, const unsigned char *info,
+                           int nsat)
+{
+    int j;
+    
+    for (j=0;j<nsat;j++) {
+        setbitu(rtcm->buff,i,4,info[j]); i+=4;
+    }
+    return i;
+}
+/* encode rough phase-range-rate ---------------------------------------------*/
+static int encode_msm_rrate(rtcm_t *rtcm, int i, const double *rrate, int nsat)
+{
+    int j,rrate_val;
+    
+    for (j=0;j<nsat;j++) {
+        if (fabs(rrate[j])>8191.0) {
+            trace(2,"msm rough phase-range-rate overflow %s rrate=%.4f\n",
+                 time_str(rtcm->time,0),rrate[j]);
+            rrate_val=-8192;
+        }
+        else {
+            rrate_val=ROUND(rrate[j]/1.0);
+        }
+        setbits(rtcm->buff,i,14,rrate_val); i+=14;
+    }
+    return i;
+}
+/* encode fine pseudorange ---------------------------------------------------*/
+static int encode_msm_psrng(rtcm_t *rtcm, int i, const double *psrng, int ncell)
+{
+    int j,psrng_val;
+    
+    for (j=0;j<ncell;j++) {
+        if (psrng[j]==0.0) {
+            psrng_val=-16384;
+        }
+        else if (fabs(psrng[j])>292.7) {
+            trace(2,"msm fine pseudorange overflow %s psrng=%.3f\n",
+                 time_str(rtcm->time,0),psrng[j]);
+            psrng_val=-16384;
+        }
+        else {
+            psrng_val=ROUND(psrng[j]/RANGE_MS/P2_24);
+        }
+        setbits(rtcm->buff,i,15,psrng_val); i+=15;
+    }
+    return i;
+}
+/* encode fine pseudorange with extended resolution --------------------------*/
+static int encode_msm_psrng_ex(rtcm_t *rtcm, int i, const double *psrng,
+                               int ncell)
+{
+    int j,psrng_val;
+    
+    for (j=0;j<ncell;j++) {
+        if (psrng[j]==0.0) {
+            psrng_val=-524288;
+        }
+        else if (fabs(psrng[j])>292.7) {
+            trace(2,"msm fine pseudorange ext overflow %s psrng=%.3f\n",
+                 time_str(rtcm->time,0),psrng[j]);
+            psrng_val=-524288;
+        }
+        else {
+            psrng_val=ROUND(psrng[j]/RANGE_MS/P2_29);
+        }
+        setbits(rtcm->buff,i,20,psrng_val); i+=20;
+    }
+    return i;
+}
+/* encode fine phase-range ---------------------------------------------------*/
+static int encode_msm_phrng(rtcm_t *rtcm, int i, const double *phrng, int ncell)
+{
+    int j,phrng_val;
+    
+    for (j=0;j<ncell;j++) {
+        if (phrng[j]==0.0) {
+            phrng_val=-2097152;
+        }
+        else if (fabs(phrng[j])>1171.0) {
+            trace(2,"msm fine phase-range overflow %s phrng=%.3f\n",
+                 time_str(rtcm->time,0),phrng[j]);
+            phrng_val=-2097152;
+        }
+        else {
+            phrng_val=ROUND(phrng[j]/RANGE_MS/P2_29);
+        }
+        setbits(rtcm->buff,i,22,phrng_val); i+=22;
+    }
+    return i;
+}
+/* encode fine phase-range with extended resolution --------------------------*/
+static int encode_msm_phrng_ex(rtcm_t *rtcm, int i, const double *phrng,
+                               int ncell)
+{
+    int j,phrng_val;
+    
+    for (j=0;j<ncell;j++) {
+        if (phrng[j]==0.0) {
+            phrng_val=-8388608;
+        }
+        else if (fabs(phrng[j])>1171.0) {
+            trace(2,"msm fine phase-range ext overflow %s phrng=%.3f\n",
+                 time_str(rtcm->time,0),phrng[j]);
+            phrng_val=-8388608;
+        }
+        else {
+            phrng_val=ROUND(phrng[j]/RANGE_MS/P2_31);
+        }
+        setbits(rtcm->buff,i,24,phrng_val); i+=24;
+    }
+    return i;
+}
+/* encode lock-time indicator ------------------------------------------------*/
+static int encode_msm_lock(rtcm_t *rtcm, int i, const int *lock, int ncell)
+{
+    int j,lock_val;
+    
+    for (j=0;j<ncell;j++) {
+        lock_val=to_msm_lock(lock[j]);
+        setbitu(rtcm->buff,i,4,lock_val); i+=4;
+    }
+    return i;
+}
+/* encode lock-time indicator with extended range and resolution -------------*/
+static int encode_msm_lock_ex(rtcm_t *rtcm, int i, const int *lock, int ncell)
+{
+    int j,lock_val;
+    
+    for (j=0;j<ncell;j++) {
+        lock_val=to_msm_lock_ex(lock[j]);
+        setbitu(rtcm->buff,i,10,lock_val); i+=10;
+    }
+    return i;
+}
+/* encode half-cycle-ambiguity indicator -------------------------------------*/
+static int encode_msm_half_amb(rtcm_t *rtcm, int i, const unsigned char *half,
+                               int ncell)
+{
+    int j;
+    
+    for (j=0;j<ncell;j++) {
+        setbitu(rtcm->buff,i,1,half[j]); i+=1;
+    }
+    return i;
+}
+/* encode signal cnr ---------------------------------------------------------*/
+static int encode_msm_cnr(rtcm_t *rtcm, int i, const float *cnr, int ncell)
+{
+    int j,cnr_val;
+    
+    for (j=0;j<ncell;j++) {
+        cnr_val=ROUND(cnr[j]/1.0);
+        setbitu(rtcm->buff,i,6,cnr_val); i+=6;
+    }
+    return i;
+}
+/* encode signal cnr with extended resolution --------------------------------*/
+static int encode_msm_cnr_ex(rtcm_t *rtcm, int i, const float *cnr, int ncell)
+{
+    int j,cnr_val;
+    
+    for (j=0;j<ncell;j++) {
+        cnr_val=ROUND(cnr[j]/0.0625);
+        setbitu(rtcm->buff,i,10,cnr_val); i+=10;
+    }
+    return i;
+}
+/* encode fine phase-range-rate ----------------------------------------------*/
+static int encode_msm_rate(rtcm_t *rtcm, int i, const double *rate, int ncell)
+{
+    int j,rate_val;
+    
+    for (j=0;j<ncell;j++) {
+        if (rate[j]==0.0) {
+            rate_val=-16384;
+        }
+        else if (fabs(rate[j])>1.6384) {
+            trace(2,"msm fine phase-range-rate overflow %s rate=%.3f\n",
+                 time_str(rtcm->time,0),rate[j]);
+            rate_val=-16384;
+        }
+        else {
+            rate_val=ROUND(rate[j]/0.0001);
+        }
+        setbitu(rtcm->buff,i,15,rate_val); i+=15;
+    }
+    return i;
+}
+/* encode msm 1: compact pseudorange -----------------------------------------*/
+static int encode_msm1(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64];
+    int i,nsat,ncell;
+    
+    trace(3,"encode_msm1: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(1,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,NULL,psrng,
+                            NULL,NULL,NULL,NULL,NULL))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng   (rtcm,i,psrng,ncell); /* fine pseudorange */
+    
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 2: compact phaserange ------------------------------------------*/
+static int encode_msm2(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],phrng[64];
+    unsigned char half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm2: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(2,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,NULL,NULL,
+                            phrng,NULL,lock,half,NULL))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    
+    /* encode msm signal data */
+    i=encode_msm_phrng   (rtcm,i,phrng,ncell); /* fine phase-range */
+    i=encode_msm_lock    (rtcm,i,lock ,ncell); /* lock-time indicator */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 3: compact pseudorange and phaserange --------------------------*/
+static int encode_msm3(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64],phrng[64];
+    unsigned char half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm3: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(3,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,NULL,psrng,
+                            phrng,NULL,lock,half,NULL))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng   (rtcm,i,psrng,ncell); /* fine pseudorange */
+    i=encode_msm_phrng   (rtcm,i,phrng,ncell); /* fine phase-range */
+    i=encode_msm_lock    (rtcm,i,lock ,ncell); /* lock-time indicator */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 4: full pseudorange and phaserange plus cnr --------------------*/
+static int encode_msm4(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64],phrng[64];
+    float cnr[64];
+    unsigned char half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm4: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(4,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,NULL,psrng,
+                            phrng,NULL,lock,half,cnr))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_int_rrng(rtcm,i,rrng ,nsat ); /* rough range integer ms */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng   (rtcm,i,psrng,ncell); /* fine pseudorange */
+    i=encode_msm_phrng   (rtcm,i,phrng,ncell); /* fine phase-range */
+    i=encode_msm_lock    (rtcm,i,lock ,ncell); /* lock-time indicator */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    i=encode_msm_cnr     (rtcm,i,cnr  ,ncell); /* signal cnr */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 5: full pseudorange, phaserange, phaserangerate and cnr --------*/
+static int encode_msm5(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64],phrng[64],rate[64];
+    float cnr[64];
+    unsigned char info[64],half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm5: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(5,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,info,psrng,
+                            phrng,rate,lock,half,cnr))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_int_rrng(rtcm,i,rrng ,nsat ); /* rough range integer ms */
+    i=encode_msm_info    (rtcm,i,info ,nsat ); /* extended satellite info */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    i=encode_msm_rrate   (rtcm,i,rrate,nsat ); /* rough phase-range-rate */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng   (rtcm,i,psrng,ncell); /* fine pseudorange */
+    i=encode_msm_phrng   (rtcm,i,phrng,ncell); /* fine phase-range */
+    i=encode_msm_lock    (rtcm,i,lock ,ncell); /* lock-time indicator */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    i=encode_msm_cnr     (rtcm,i,cnr  ,ncell); /* signal cnr */
+    i=encode_msm_rate    (rtcm,i,rate ,ncell); /* fine phase-range-rate */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 6: full pseudorange and phaserange plus cnr (high-res) ---------*/
+static int encode_msm6(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64],phrng[64];
+    float cnr[64];
+    unsigned char half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm6: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(6,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,NULL,psrng,
+                            phrng,NULL,lock,half,cnr))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_int_rrng(rtcm,i,rrng ,nsat ); /* rough range integer ms */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng_ex(rtcm,i,psrng,ncell); /* fine pseudorange ext */
+    i=encode_msm_phrng_ex(rtcm,i,phrng,ncell); /* fine phase-range ext */
+    i=encode_msm_lock_ex (rtcm,i,lock ,ncell); /* lock-time indicator ext */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    i=encode_msm_cnr_ex  (rtcm,i,cnr  ,ncell); /* signal cnr ext */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode msm 7: full pseudorange, phaserange, phaserangerate and cnr (h-res) */
+static int encode_msm7(rtcm_t *rtcm, int sys, int sync)
+{
+    double rrng[64],rrate[64],psrng[64],phrng[64],rate[64];
+    float cnr[64];
+    unsigned char info[64],half[64];
+    int i,nsat,ncell,lock[64];
+    
+    trace(3,"encode_msm7: sys=%d sync=%d\n",sys,sync);
+    
+    /* encode msm header */
+    if (!(i=encode_msm_head(7,rtcm,sys,sync,&nsat,&ncell,rrng,rrate,info,psrng,
+                            phrng,rate,lock,half,cnr))) {
+        return 0;
+    }
+    /* encode msm satellite data */
+    i=encode_msm_int_rrng(rtcm,i,rrng ,nsat ); /* rough range integer ms */
+    i=encode_msm_info    (rtcm,i,info ,nsat ); /* extended satellite info */
+    i=encode_msm_mod_rrng(rtcm,i,rrng ,nsat ); /* rough range modulo 1 ms */
+    i=encode_msm_rrate   (rtcm,i,rrate,nsat ); /* rough phase-range-rate */
+    
+    /* encode msm signal data */
+    i=encode_msm_psrng_ex(rtcm,i,psrng,ncell); /* fine pseudorange ext */
+    i=encode_msm_phrng_ex(rtcm,i,phrng,ncell); /* fine phase-range ext */
+    i=encode_msm_lock_ex (rtcm,i,lock ,ncell); /* lock-time indicator ext */
+    i=encode_msm_half_amb(rtcm,i,half ,ncell); /* half-cycle-amb indicator */
+    i=encode_msm_cnr_ex  (rtcm,i,cnr  ,ncell); /* signal cnr ext */
+    i=encode_msm_rate    (rtcm,i,rate ,ncell); /* fine phase-range-rate */
+    rtcm->nbit=i;
+    return 1;
+}
+/* encode rtcm ver.3 message -------------------------------------------------*/
+extern int encode_rtcm3(rtcm_t *rtcm, int type, int sync)
+{
+    int ret=0;
+    
+    trace(3,"encode_rtcm3: type=%d sync=%d\n",type,sync);
+    
+    switch (type) {
+        case 1001: ret=encode_type1001(rtcm,sync);     break;
+        case 1002: ret=encode_type1002(rtcm,sync);     break;
+        case 1003: ret=encode_type1003(rtcm,sync);     break;
+        case 1004: ret=encode_type1004(rtcm,sync);     break;
+        case 1005: ret=encode_type1005(rtcm,sync);     break;
+        case 1006: ret=encode_type1006(rtcm,sync);     break;
+        case 1007: ret=encode_type1007(rtcm,sync);     break;
+        case 1008: ret=encode_type1008(rtcm,sync);     break;
+        case 1009: ret=encode_type1009(rtcm,sync);     break;
+        case 1010: ret=encode_type1010(rtcm,sync);     break;
+        case 1011: ret=encode_type1011(rtcm,sync);     break;
+        case 1012: ret=encode_type1012(rtcm,sync);     break;
+        case 1019: ret=encode_type1019(rtcm,sync);     break;
+        case 1020: ret=encode_type1020(rtcm,sync);     break;
+        case 1033: ret=encode_type1033(rtcm,sync);     break;
+        case 1044: ret=encode_type1044(rtcm,sync);     break;
+        case 1045: ret=encode_type1045(rtcm,sync);     break;
+        case 1046: ret=encode_type1046(rtcm,sync);     break; /* extension for IGS MGEX */
+        case 1047: ret=encode_type1047(rtcm,sync);     break; /* beidou ephemeris (tentative mt) */
+        case   63: ret=encode_type63  (rtcm,sync);     break; /* beidou ephemeris (rtcm draft) */
+        case 1057: ret=encode_ssr1(rtcm,SYS_GPS,sync); break;
+        case 1058: ret=encode_ssr2(rtcm,SYS_GPS,sync); break;
+        case 1059: ret=encode_ssr3(rtcm,SYS_GPS,sync); break;
+        case 1060: ret=encode_ssr4(rtcm,SYS_GPS,sync); break;
+        case 1061: ret=encode_ssr5(rtcm,SYS_GPS,sync); break;
+        case 1062: ret=encode_ssr6(rtcm,SYS_GPS,sync); break;
+        case 1063: ret=encode_ssr1(rtcm,SYS_GLO,sync); break;
+        case 1064: ret=encode_ssr2(rtcm,SYS_GLO,sync); break;
+        case 1065: ret=encode_ssr3(rtcm,SYS_GLO,sync); break;
+        case 1066: ret=encode_ssr4(rtcm,SYS_GLO,sync); break;
+        case 1067: ret=encode_ssr5(rtcm,SYS_GLO,sync); break;
+        case 1068: ret=encode_ssr6(rtcm,SYS_GLO,sync); break;
+        case 1071: ret=encode_msm1(rtcm,SYS_GPS,sync); break;
+        case 1072: ret=encode_msm2(rtcm,SYS_GPS,sync); break;
+        case 1073: ret=encode_msm3(rtcm,SYS_GPS,sync); break;
+        case 1074: ret=encode_msm4(rtcm,SYS_GPS,sync); break;
+        case 1075: ret=encode_msm5(rtcm,SYS_GPS,sync); break;
+        case 1076: ret=encode_msm6(rtcm,SYS_GPS,sync); break;
+        case 1077: ret=encode_msm7(rtcm,SYS_GPS,sync); break;
+        case 1081: ret=encode_msm1(rtcm,SYS_GLO,sync); break;
+        case 1082: ret=encode_msm2(rtcm,SYS_GLO,sync); break;
+        case 1083: ret=encode_msm3(rtcm,SYS_GLO,sync); break;
+        case 1084: ret=encode_msm4(rtcm,SYS_GLO,sync); break;
+        case 1085: ret=encode_msm5(rtcm,SYS_GLO,sync); break;
+        case 1086: ret=encode_msm6(rtcm,SYS_GLO,sync); break;
+        case 1087: ret=encode_msm7(rtcm,SYS_GLO,sync); break;
+        case 1091: ret=encode_msm1(rtcm,SYS_GAL,sync); break;
+        case 1092: ret=encode_msm2(rtcm,SYS_GAL,sync); break;
+        case 1093: ret=encode_msm3(rtcm,SYS_GAL,sync); break;
+        case 1094: ret=encode_msm4(rtcm,SYS_GAL,sync); break;
+        case 1095: ret=encode_msm5(rtcm,SYS_GAL,sync); break;
+        case 1096: ret=encode_msm6(rtcm,SYS_GAL,sync); break;
+        case 1097: ret=encode_msm7(rtcm,SYS_GAL,sync); break;
+        case 1101: ret=encode_msm1(rtcm,SYS_SBS,sync); break;
+        case 1102: ret=encode_msm2(rtcm,SYS_SBS,sync); break;
+        case 1103: ret=encode_msm3(rtcm,SYS_SBS,sync); break;
+        case 1104: ret=encode_msm4(rtcm,SYS_SBS,sync); break;
+        case 1105: ret=encode_msm5(rtcm,SYS_SBS,sync); break;
+        case 1106: ret=encode_msm6(rtcm,SYS_SBS,sync); break;
+        case 1107: ret=encode_msm7(rtcm,SYS_SBS,sync); break;
+        case 1111: ret=encode_msm1(rtcm,SYS_QZS,sync); break;
+        case 1112: ret=encode_msm2(rtcm,SYS_QZS,sync); break;
+        case 1113: ret=encode_msm3(rtcm,SYS_QZS,sync); break;
+        case 1114: ret=encode_msm4(rtcm,SYS_QZS,sync); break;
+        case 1115: ret=encode_msm5(rtcm,SYS_QZS,sync); break;
+        case 1116: ret=encode_msm6(rtcm,SYS_QZS,sync); break;
+        case 1117: ret=encode_msm7(rtcm,SYS_QZS,sync); break;
+        case 1121: ret=encode_msm1(rtcm,SYS_CMP,sync); break;
+        case 1122: ret=encode_msm2(rtcm,SYS_CMP,sync); break;
+        case 1123: ret=encode_msm3(rtcm,SYS_CMP,sync); break;
+        case 1124: ret=encode_msm4(rtcm,SYS_CMP,sync); break;
+        case 1125: ret=encode_msm5(rtcm,SYS_CMP,sync); break;
+        case 1126: ret=encode_msm6(rtcm,SYS_CMP,sync); break;
+        case 1127: ret=encode_msm7(rtcm,SYS_CMP,sync); break;
+        case 1240: ret=encode_ssr1(rtcm,SYS_GAL,sync); break;
+        case 1241: ret=encode_ssr2(rtcm,SYS_GAL,sync); break;
+        case 1242: ret=encode_ssr3(rtcm,SYS_GAL,sync); break;
+        case 1243: ret=encode_ssr4(rtcm,SYS_GAL,sync); break;
+        case 1244: ret=encode_ssr5(rtcm,SYS_GAL,sync); break;
+        case 1245: ret=encode_ssr6(rtcm,SYS_GAL,sync); break;
+        case 1246: ret=encode_ssr1(rtcm,SYS_QZS,sync); break;
+        case 1247: ret=encode_ssr2(rtcm,SYS_QZS,sync); break;
+        case 1248: ret=encode_ssr3(rtcm,SYS_QZS,sync); break;
+        case 1249: ret=encode_ssr4(rtcm,SYS_QZS,sync); break;
+        case 1250: ret=encode_ssr5(rtcm,SYS_QZS,sync); break;
+        case 1251: ret=encode_ssr6(rtcm,SYS_QZS,sync); break;
+        case 1252: ret=encode_ssr1(rtcm,SYS_SBS,sync); break;
+        case 1253: ret=encode_ssr2(rtcm,SYS_SBS,sync); break;
+        case 1254: ret=encode_ssr3(rtcm,SYS_SBS,sync); break;
+        case 1255: ret=encode_ssr4(rtcm,SYS_SBS,sync); break;
+        case 1256: ret=encode_ssr5(rtcm,SYS_SBS,sync); break;
+        case 1257: ret=encode_ssr6(rtcm,SYS_SBS,sync); break;
+        case 1258: ret=encode_ssr1(rtcm,SYS_CMP,sync); break;
+        case 1259: ret=encode_ssr2(rtcm,SYS_CMP,sync); break;
+        case 1260: ret=encode_ssr3(rtcm,SYS_CMP,sync); break;
+        case 1261: ret=encode_ssr4(rtcm,SYS_CMP,sync); break;
+        case 1262: ret=encode_ssr5(rtcm,SYS_CMP,sync); break;
+        case 1263: ret=encode_ssr6(rtcm,SYS_CMP,sync); break;
+        case 2065: ret=encode_ssr7(rtcm,SYS_GPS,sync); break; /* tentative */
+        case 2066: ret=encode_ssr7(rtcm,SYS_GLO,sync); break; /* tentative */
+        case 2067: ret=encode_ssr7(rtcm,SYS_GAL,sync); break; /* tentative */
+        case 2068: ret=encode_ssr7(rtcm,SYS_QZS,sync); break; /* tentative */
+        case 2070: ret=encode_ssr7(rtcm,SYS_CMP,sync); break; /* tentative */
+    }
+    if (ret>0) {
+        type-=1000;
+        if      (   1<=type&&type<= 299) rtcm->nmsg3[type    ]++; /* 1001-1299 */
+        else if (1000<=type&&type<=1099) rtcm->nmsg3[type-700]++; /* 2000-2099 */
+        else rtcm->nmsg3[0]++;
+    }
+    return ret;
+}
diff --git a/src/rtkcmn.c b/src/rtkcmn.c
new file mode 100644
index 0000000..e74287a
--- /dev/null
+++ b/src/rtkcmn.c
@@ -0,0 +1,3810 @@
+/*------------------------------------------------------------------------------
+* rtkcmn.c : rtklib common functions
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DLAPACK   use LAPACK/BLAS
+*           -DMKL      use Intel MKL
+*           -DTRACE    enable debug trace
+*           -DWIN32    use WIN32 API
+*           -DNOCALLOC no use calloc for zero matrix
+*           -DIERS_MODEL use GMF instead of NMF
+*           -DDLL      built for shared library
+*           -DCPUTIME_IN_GPST cputime operated in gpst
+*
+* references :
+*     [1] IS-GPS-200D, Navstar GPS Space Segment/Navigation User Interfaces,
+*         7 March, 2006
+*     [2] RTCA/DO-229C, Minimum operational performanc standards for global
+*         positioning system/wide area augmentation system airborne equipment,
+*         RTCA inc, November 28, 2001
+*     [3] M.Rothacher, R.Schmid, ANTEX: The Antenna Exchange Format Version 1.4,
+*         15 September, 2010
+*     [4] A.Gelb ed., Applied Optimal Estimation, The M.I.T Press, 1974
+*     [5] A.E.Niell, Global mapping functions for the atmosphere delay at radio
+*         wavelengths, Jounal of geophysical research, 1996
+*     [6] W.Gurtner and L.Estey, RINEX The Receiver Independent Exchange Format
+*         Version 3.00, November 28, 2007
+*     [7] J.Kouba, A Guide to using International GNSS Service (IGS) products,
+*         May 2009
+*     [8] China Satellite Navigation Office, BeiDou navigation satellite system
+*         signal in space interface control document, open service signal B1I
+*         (version 1.0), Dec 2012
+*     [9] J.Boehm, A.Niell, P.Tregoning and H.Shuh, Global Mapping Function
+*         (GMF): A new empirical mapping function base on numerical weather
+*         model data, Geophysical Research Letters, 33, L07304, 2006
+*     [10] GLONASS/GPS/Galileo/Compass/SBAS NV08C receiver series BINR interface
+*         protocol specification ver.1.3, August, 2012
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/12 1.0 new
+*           2007/03/06 1.1 input initial rover pos of pntpos()
+*                          update only effective states of filter()
+*                          fix bug of atan2() domain error
+*           2007/04/11 1.2 add function antmodel()
+*                          add gdop mask for pntpos()
+*                          change constant MAXDTOE value
+*           2007/05/25 1.3 add function execcmd(),expandpath()
+*           2008/06/21 1.4 add funciton sortobs(),uniqeph(),screent()
+*                          replace geodist() by sagnac correction way
+*           2008/10/29 1.5 fix bug of ionosphereic mapping function
+*                          fix bug of seasonal variation term of tropmapf
+*           2008/12/27 1.6 add function tickget(), sleepms(), tracenav(),
+*                          xyz2enu(), satposv(), pntvel(), covecef()
+*           2009/03/12 1.7 fix bug on error-stop when localtime() returns NULL
+*           2009/03/13 1.8 fix bug on time adjustment for summer time
+*           2009/04/10 1.9 add function adjgpsweek(),getbits(),getbitu()
+*                          add function geph2pos()
+*           2009/06/08 1.10 add function seph2pos()
+*           2009/11/28 1.11 change function pntpos()
+*                           add function tracegnav(),tracepeph()
+*           2009/12/22 1.12 change default parameter of ionos std
+*                           valid under second for timeget()
+*           2010/07/28 1.13 fix bug in tropmapf()
+*                           added api:
+*                               obs2code(),code2obs(),cross3(),normv3(),
+*                               gst2time(),time2gst(),time_str(),timeset(),
+*                               deg2dms(),dms2deg(),searchpcv(),antmodel_s(),
+*                               tracehnav(),tracepclk(),reppath(),reppaths(),
+*                               createdir()
+*                           changed api:
+*                               readpcv(),
+*                           deleted api:
+*                               uniqeph()
+*           2010/08/20 1.14 omit to include mkl header files
+*                           fix bug on chi-sqr(n) table
+*           2010/12/11 1.15 added api:
+*                               freeobs(),freenav(),ionppp()
+*           2011/05/28 1.16 fix bug on half-hour offset by time2epoch()
+*                           added api:
+*                               uniqnav()
+*           2012/06/09 1.17 add a leap second after 2012-6-30
+*           2012/07/15 1.18 add api setbits(),setbitu(),utc2gmst()
+*                           fix bug on interpolation of antenna pcv
+*                           fix bug on str2num() for string with over 256 char
+*                           add api readblq(),satexclude(),setcodepri(),
+*                           getcodepri()
+*                           change api obs2code(),code2obs(),antmodel()
+*           2012/12/25 1.19 fix bug on satwavelen(),code2obs(),obs2code()
+*                           add api testsnr()
+*           2013/01/04 1.20 add api gpst2bdt(),bdt2gpst(),bdt2time(),time2bdt()
+*                           readblq(),readerp(),geterp(),crc16()
+*                           change api eci2ecef(),sunmoonpos()
+*           2013/03/26 1.21 tickget() uses clock_gettime() for linux
+*           2013/05/08 1.22 fix bug on nutation coefficients for ast_args()
+*           2013/06/02 1.23 add #ifdef for undefined CLOCK_MONOTONIC_RAW
+*           2013/09/01 1.24 fix bug on interpolation of satellite antenna pcv
+*           2013/09/06 1.25 fix bug on extrapolation of erp
+*           2014/04/27 1.26 add SYS_LEO for satellite system
+*                           add BDS L1 code for RINEX 3.02 and RTCM 3.2
+*                           support BDS L1 in satwavelen()
+*           2014/05/29 1.27 fix bug on obs2code() to search obs code table
+*           2014/08/26 1.28 fix problem on output of uncompress() for tar file
+*                           add function to swap trace file with keywords
+*           2014/10/21 1.29 strtok() -> strtok_r() in expath() for thread-safe
+*                           add bdsmodear in procopt_default
+*           2015/03/19 1.30 fix bug on interpolation of erp values in geterp()
+*                           add leap second insertion before 2015/07/01 00:00
+*                           add api read_leaps()
+*           2015/05/31 1.31 delte api windupcorr()
+*           2015/08/08 1.32 add compile option CPUTIME_IN_GPST
+*                           add api add_fatal()
+*                           support usno leapsec.dat for api read_leaps()
+*           2016/01/23 1.33 enable septentrio
+*-----------------------------------------------------------------------------*/
+#define _POSIX_C_SOURCE 199309
+
+#include "rtklib.h"
+
+#include <stdarg.h>
+#include <ctype.h>
+#ifndef WIN32
+#include <dirent.h>
+#include <time.h>
+#include <sys/time.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#else
+#include <windows.h>
+#include <Mmsystem.h>
+#endif
+
+static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $";
+
+/* constants -----------------------------------------------------------------*/
+
+#define POLYCRC32   0xEDB88320u /* CRC32 polynomial */
+#define POLYCRC24Q  0x1864CFBu  /* CRC24Q polynomial */
+
+static const double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */
+static const double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */
+static const double bdt0 []={2006,1, 1,0,0,0}; /* beidou time reference */
+
+static double leaps[MAXLEAPS+1][7]={ /* leap seconds (y,m,d,h,m,s,utc-gpst) */
+    {2015,7,1,0,0,0,-17},
+    {2012,7,1,0,0,0,-16},
+    {2009,1,1,0,0,0,-15},
+    {2006,1,1,0,0,0,-14},
+    {1999,1,1,0,0,0,-13},
+    {1997,7,1,0,0,0,-12},
+    {1996,1,1,0,0,0,-11},
+    {1994,7,1,0,0,0,-10},
+    {1993,7,1,0,0,0, -9},
+    {1992,7,1,0,0,0, -8},
+    {1991,1,1,0,0,0, -7},
+    {1990,1,1,0,0,0, -6},
+    {1988,1,1,0,0,0, -5},
+    {1985,7,1,0,0,0, -4},
+    {1983,7,1,0,0,0, -3},
+    {1982,7,1,0,0,0, -2},
+    {1981,7,1,0,0,0, -1},
+    {0}
+};
+const double chisqr[100]={      /* chi-sqr(n) (alpha=0.001) */
+    10.8,13.8,16.3,18.5,20.5,22.5,24.3,26.1,27.9,29.6,
+    31.3,32.9,34.5,36.1,37.7,39.3,40.8,42.3,43.8,45.3,
+    46.8,48.3,49.7,51.2,52.6,54.1,55.5,56.9,58.3,59.7,
+    61.1,62.5,63.9,65.2,66.6,68.0,69.3,70.7,72.1,73.4,
+    74.7,76.0,77.3,78.6,80.0,81.3,82.6,84.0,85.4,86.7,
+    88.0,89.3,90.6,91.9,93.3,94.7,96.0,97.4,98.7,100 ,
+    101 ,102 ,103 ,104 ,105 ,107 ,108 ,109 ,110 ,112 ,
+    113 ,114 ,115 ,116 ,118 ,119 ,120 ,122 ,123 ,125 ,
+    126 ,127 ,128 ,129 ,131 ,132 ,133 ,134 ,135 ,137 ,
+    138 ,139 ,140 ,142 ,143 ,144 ,145 ,147 ,148 ,149
+};
+const double lam_carr[]={       /* carrier wave length (m) */
+    CLIGHT/FREQ1,CLIGHT/FREQ2,CLIGHT/FREQ5,CLIGHT/FREQ6,CLIGHT/FREQ7,CLIGHT/FREQ8
+};
+const prcopt_t prcopt_default={ /* defaults processing options */
+    PMODE_SINGLE,0,2,SYS_GPS,   /* mode,soltype,nf,navsys */
+    15.0*D2R,{{0,0}},           /* elmin,snrmask */
+    0,1,1,1,                    /* sateph,modear,glomodear,bdsmodear */
+    5,0,10,1,                   /* maxout,minlock,minfix,armaxiter */
+    0,0,0,0,                    /* estion,esttrop,dynamics,tidecorr */
+    1,0,0,0,0,                  /* niter,codesmooth,intpref,sbascorr,sbassatsel */
+    0,0,                        /* rovpos,refpos */
+    {100.0,100.0},              /* eratio[] */
+    {100.0,0.003,0.003,0.0,1.0}, /* err[] */
+    {30.0,0.03,0.3},            /* std[] */
+    {1E-4,1E-3,1E-4,1E-1,1E-2,0.0}, /* prn[] */
+    5E-12,                      /* sclkstab */
+    {3.0,0.9999,0.25,0.1,0.05}, /* thresar */
+    0.0,0.0,0.05,               /* elmaskar,almaskhold,thresslip */
+    30.0,30.0,30.0,             /* maxtdif,maxinno,maxgdop */
+    {0},{0},{0},                /* baseline,ru,rb */
+    {"",""},                    /* anttype */
+    {{0}},{{0}},{0}             /* antdel,pcv,exsats */
+};
+const solopt_t solopt_default={ /* defaults solution output options */
+    SOLF_LLH,TIMES_GPST,1,3,    /* posf,times,timef,timeu */
+    0,1,0,0,0,0,                /* degf,outhead,outopt,datum,height,geoid */
+    0,0,0,                      /* solstatic,sstat,trace */
+    {0.0,0.0},                  /* nmeaintv */
+    " ",""                      /* separator/program name */
+};
+const char *formatstrs[]={      /* stream format strings */
+    "RTCM 2",                   /*  0 */
+    "RTCM 3",                   /*  1 */
+    "NovAtel OEM6",             /*  2 */
+    "NovAtel OEM3",             /*  3 */
+    "u-blox",                   /*  4 */
+    "Superstar II",             /*  5 */
+    "Hemisphere",               /*  6 */
+    "SkyTraq",                  /*  7 */
+    "GW10",                     /*  8 */
+    "Javad",                    /*  9 */
+    "NVS BINR",                 /* 10 */
+    "BINEX",                    /* 11 */
+    "Trimble RT17",             /* 12 */
+    "Septentrio",               /* 13 */
+    "LEX Receiver",             /* 14 */
+    "RINEX",                    /* 15 */
+    "SP3",                      /* 16 */
+    "RINEX CLK",                /* 17 */
+    "SBAS",                     /* 18 */
+    "NMEA 0183",                /* 19 */
+    NULL
+};
+static char *obscodes[]={       /* observation code strings */
+    
+    ""  ,"1C","1P","1W","1Y", "1M","1N","1S","1L","1E", /*  0- 9 */
+    "1A","1B","1X","1Z","2C", "2D","2S","2L","2X","2P", /* 10-19 */
+    "2W","2Y","2M","2N","5I", "5Q","5X","7I","7Q","7X", /* 20-29 */
+    "6A","6B","6C","6X","6Z", "6S","6L","8L","8Q","8X", /* 30-39 */
+    "2I","2Q","6I","6Q","3I", "3Q","3X","1I","1Q",""    /* 40-49 */
+};
+static unsigned char obsfreqs[]={ /* 1:L1,2:L2,3:L5,4:L6,5:L7,6:L8,7:L3 */
+    
+    0, 1, 1, 1, 1,  1, 1, 1, 1, 1, /*  0- 9 */
+    1, 1, 1, 1, 2,  2, 2, 2, 2, 2, /* 10-19 */
+    2, 2, 2, 2, 3,  3, 3, 5, 5, 5, /* 20-29 */
+    4, 4, 4, 4, 4,  4, 4, 6, 6, 6, /* 30-39 */
+    2, 2, 4, 4, 3,  3, 3, 1, 1, 0  /* 40-49 */
+};
+static char codepris[6][MAXFREQ][16]={  /* code priority table */
+   
+   /* L1,G1E1a   L2,G2,B1     L5,G3,E5a L6,LEX,B3 E5a,B2    E5a+b */
+    {"CPYWMNSL","PYWCMNDSLX","IQX"     ,""       ,""       ,""   }, /* GPS */
+    {"PC"      ,"PC"        ,"IQX"     ,""       ,""       ,""   }, /* GLO */
+    {"CABXZ"   ,""          ,"IQX"     ,"ABCXZ"  ,"IQX"    ,"IQX"}, /* GAL */
+    {"CSLXZ"   ,"SLX"       ,"IQX"     ,"SLX"    ,""       ,""   }, /* QZS */
+    {"C"       ,""          ,"IQX"     ,""       ,""       ,""   }, /* SBS */
+    {"IQX"     ,"IQX"       ,"IQX"     ,"IQX"    ,"IQX"    ,""   }  /* BDS */
+};
+static fatalfunc_t *fatalfunc=NULL; /* fatal callback function */
+
+/* crc tables generated by util/gencrc ---------------------------------------*/
+static const unsigned short tbl_CRC16[]={
+    0x0000,0x1021,0x2042,0x3063,0x4084,0x50A5,0x60C6,0x70E7,
+    0x8108,0x9129,0xA14A,0xB16B,0xC18C,0xD1AD,0xE1CE,0xF1EF,
+    0x1231,0x0210,0x3273,0x2252,0x52B5,0x4294,0x72F7,0x62D6,
+    0x9339,0x8318,0xB37B,0xA35A,0xD3BD,0xC39C,0xF3FF,0xE3DE,
+    0x2462,0x3443,0x0420,0x1401,0x64E6,0x74C7,0x44A4,0x5485,
+    0xA56A,0xB54B,0x8528,0x9509,0xE5EE,0xF5CF,0xC5AC,0xD58D,
+    0x3653,0x2672,0x1611,0x0630,0x76D7,0x66F6,0x5695,0x46B4,
+    0xB75B,0xA77A,0x9719,0x8738,0xF7DF,0xE7FE,0xD79D,0xC7BC,
+    0x48C4,0x58E5,0x6886,0x78A7,0x0840,0x1861,0x2802,0x3823,
+    0xC9CC,0xD9ED,0xE98E,0xF9AF,0x8948,0x9969,0xA90A,0xB92B,
+    0x5AF5,0x4AD4,0x7AB7,0x6A96,0x1A71,0x0A50,0x3A33,0x2A12,
+    0xDBFD,0xCBDC,0xFBBF,0xEB9E,0x9B79,0x8B58,0xBB3B,0xAB1A,
+    0x6CA6,0x7C87,0x4CE4,0x5CC5,0x2C22,0x3C03,0x0C60,0x1C41,
+    0xEDAE,0xFD8F,0xCDEC,0xDDCD,0xAD2A,0xBD0B,0x8D68,0x9D49,
+    0x7E97,0x6EB6,0x5ED5,0x4EF4,0x3E13,0x2E32,0x1E51,0x0E70,
+    0xFF9F,0xEFBE,0xDFDD,0xCFFC,0xBF1B,0xAF3A,0x9F59,0x8F78,
+    0x9188,0x81A9,0xB1CA,0xA1EB,0xD10C,0xC12D,0xF14E,0xE16F,
+    0x1080,0x00A1,0x30C2,0x20E3,0x5004,0x4025,0x7046,0x6067,
+    0x83B9,0x9398,0xA3FB,0xB3DA,0xC33D,0xD31C,0xE37F,0xF35E,
+    0x02B1,0x1290,0x22F3,0x32D2,0x4235,0x5214,0x6277,0x7256,
+    0xB5EA,0xA5CB,0x95A8,0x8589,0xF56E,0xE54F,0xD52C,0xC50D,
+    0x34E2,0x24C3,0x14A0,0x0481,0x7466,0x6447,0x5424,0x4405,
+    0xA7DB,0xB7FA,0x8799,0x97B8,0xE75F,0xF77E,0xC71D,0xD73C,
+    0x26D3,0x36F2,0x0691,0x16B0,0x6657,0x7676,0x4615,0x5634,
+    0xD94C,0xC96D,0xF90E,0xE92F,0x99C8,0x89E9,0xB98A,0xA9AB,
+    0x5844,0x4865,0x7806,0x6827,0x18C0,0x08E1,0x3882,0x28A3,
+    0xCB7D,0xDB5C,0xEB3F,0xFB1E,0x8BF9,0x9BD8,0xABBB,0xBB9A,
+    0x4A75,0x5A54,0x6A37,0x7A16,0x0AF1,0x1AD0,0x2AB3,0x3A92,
+    0xFD2E,0xED0F,0xDD6C,0xCD4D,0xBDAA,0xAD8B,0x9DE8,0x8DC9,
+    0x7C26,0x6C07,0x5C64,0x4C45,0x3CA2,0x2C83,0x1CE0,0x0CC1,
+    0xEF1F,0xFF3E,0xCF5D,0xDF7C,0xAF9B,0xBFBA,0x8FD9,0x9FF8,
+    0x6E17,0x7E36,0x4E55,0x5E74,0x2E93,0x3EB2,0x0ED1,0x1EF0
+};
+static const unsigned int tbl_CRC24Q[]={
+    0x000000,0x864CFB,0x8AD50D,0x0C99F6,0x93E6E1,0x15AA1A,0x1933EC,0x9F7F17,
+    0xA18139,0x27CDC2,0x2B5434,0xAD18CF,0x3267D8,0xB42B23,0xB8B2D5,0x3EFE2E,
+    0xC54E89,0x430272,0x4F9B84,0xC9D77F,0x56A868,0xD0E493,0xDC7D65,0x5A319E,
+    0x64CFB0,0xE2834B,0xEE1ABD,0x685646,0xF72951,0x7165AA,0x7DFC5C,0xFBB0A7,
+    0x0CD1E9,0x8A9D12,0x8604E4,0x00481F,0x9F3708,0x197BF3,0x15E205,0x93AEFE,
+    0xAD50D0,0x2B1C2B,0x2785DD,0xA1C926,0x3EB631,0xB8FACA,0xB4633C,0x322FC7,
+    0xC99F60,0x4FD39B,0x434A6D,0xC50696,0x5A7981,0xDC357A,0xD0AC8C,0x56E077,
+    0x681E59,0xEE52A2,0xE2CB54,0x6487AF,0xFBF8B8,0x7DB443,0x712DB5,0xF7614E,
+    0x19A3D2,0x9FEF29,0x9376DF,0x153A24,0x8A4533,0x0C09C8,0x00903E,0x86DCC5,
+    0xB822EB,0x3E6E10,0x32F7E6,0xB4BB1D,0x2BC40A,0xAD88F1,0xA11107,0x275DFC,
+    0xDCED5B,0x5AA1A0,0x563856,0xD074AD,0x4F0BBA,0xC94741,0xC5DEB7,0x43924C,
+    0x7D6C62,0xFB2099,0xF7B96F,0x71F594,0xEE8A83,0x68C678,0x645F8E,0xE21375,
+    0x15723B,0x933EC0,0x9FA736,0x19EBCD,0x8694DA,0x00D821,0x0C41D7,0x8A0D2C,
+    0xB4F302,0x32BFF9,0x3E260F,0xB86AF4,0x2715E3,0xA15918,0xADC0EE,0x2B8C15,
+    0xD03CB2,0x567049,0x5AE9BF,0xDCA544,0x43DA53,0xC596A8,0xC90F5E,0x4F43A5,
+    0x71BD8B,0xF7F170,0xFB6886,0x7D247D,0xE25B6A,0x641791,0x688E67,0xEEC29C,
+    0x3347A4,0xB50B5F,0xB992A9,0x3FDE52,0xA0A145,0x26EDBE,0x2A7448,0xAC38B3,
+    0x92C69D,0x148A66,0x181390,0x9E5F6B,0x01207C,0x876C87,0x8BF571,0x0DB98A,
+    0xF6092D,0x7045D6,0x7CDC20,0xFA90DB,0x65EFCC,0xE3A337,0xEF3AC1,0x69763A,
+    0x578814,0xD1C4EF,0xDD5D19,0x5B11E2,0xC46EF5,0x42220E,0x4EBBF8,0xC8F703,
+    0x3F964D,0xB9DAB6,0xB54340,0x330FBB,0xAC70AC,0x2A3C57,0x26A5A1,0xA0E95A,
+    0x9E1774,0x185B8F,0x14C279,0x928E82,0x0DF195,0x8BBD6E,0x872498,0x016863,
+    0xFAD8C4,0x7C943F,0x700DC9,0xF64132,0x693E25,0xEF72DE,0xE3EB28,0x65A7D3,
+    0x5B59FD,0xDD1506,0xD18CF0,0x57C00B,0xC8BF1C,0x4EF3E7,0x426A11,0xC426EA,
+    0x2AE476,0xACA88D,0xA0317B,0x267D80,0xB90297,0x3F4E6C,0x33D79A,0xB59B61,
+    0x8B654F,0x0D29B4,0x01B042,0x87FCB9,0x1883AE,0x9ECF55,0x9256A3,0x141A58,
+    0xEFAAFF,0x69E604,0x657FF2,0xE33309,0x7C4C1E,0xFA00E5,0xF69913,0x70D5E8,
+    0x4E2BC6,0xC8673D,0xC4FECB,0x42B230,0xDDCD27,0x5B81DC,0x57182A,0xD154D1,
+    0x26359F,0xA07964,0xACE092,0x2AAC69,0xB5D37E,0x339F85,0x3F0673,0xB94A88,
+    0x87B4A6,0x01F85D,0x0D61AB,0x8B2D50,0x145247,0x921EBC,0x9E874A,0x18CBB1,
+    0xE37B16,0x6537ED,0x69AE1B,0xEFE2E0,0x709DF7,0xF6D10C,0xFA48FA,0x7C0401,
+    0x42FA2F,0xC4B6D4,0xC82F22,0x4E63D9,0xD11CCE,0x575035,0x5BC9C3,0xDD8538
+};
+/* function prototypes -------------------------------------------------------*/
+#ifdef MKL
+#define LAPACK
+#define dgemm_      dgemm
+#define dgetrf_     dgetrf
+#define dgetri_     dgetri
+#define dgetrs_     dgetrs
+#endif
+#ifdef LAPACK
+extern void dgemm_(char *, char *, int *, int *, int *, double *, double *,
+                   int *, double *, int *, double *, double *, int *);
+extern void dgetrf_(int *, int *, double *, int *, int *, int *);
+extern void dgetri_(int *, double *, int *, int *, double *, int *, int *);
+extern void dgetrs_(char *, int *, int *, double *, int *, int *, double *,
+                    int *, int *);
+#endif
+
+#ifdef IERS_MODEL
+extern int gmf_(double *mjd, double *lat, double *lon, double *hgt, double *zd,
+                double *gmfh, double *gmfw);
+#endif
+
+/* fatal error ---------------------------------------------------------------*/
+static void fatalerr(const char *format, ...)
+{
+    char msg[1024];
+    va_list ap;
+    va_start(ap,format); vsprintf(msg,format,ap); va_end(ap);
+    if (fatalfunc) fatalfunc(msg);
+    else fprintf(stderr,"%s",msg);
+    exit(-9);
+}
+/* add fatal callback function -------------------------------------------------
+* add fatal callback function for mat(),zeros(),imat()
+* args   : fatalfunc_t *func I  callback function
+* return : none
+* notes  : if malloc() failed in return : none
+*-----------------------------------------------------------------------------*/
+extern void add_fatal(fatalfunc_t *func)
+{
+    fatalfunc=func;
+}
+/* satellite system+prn/slot number to satellite number ------------------------
+* convert satellite system+prn/slot number to satellite number
+* args   : int    sys       I   satellite system (SYS_GPS,SYS_GLO,...)
+*          int    prn       I   satellite prn/slot number
+* return : satellite number (0:error)
+*-----------------------------------------------------------------------------*/
+extern int satno(int sys, int prn)
+{
+    if (prn<=0) return 0;
+    switch (sys) {
+        case SYS_GPS:
+            if (prn<MINPRNGPS||MAXPRNGPS<prn) return 0;
+            return prn-MINPRNGPS+1;
+        case SYS_GLO:
+            if (prn<MINPRNGLO||MAXPRNGLO<prn) return 0;
+            return NSATGPS+prn-MINPRNGLO+1;
+        case SYS_GAL:
+            if (prn<MINPRNGAL||MAXPRNGAL<prn) return 0;
+            return NSATGPS+NSATGLO+prn-MINPRNGAL+1;
+        case SYS_QZS:
+            if (prn<MINPRNQZS||MAXPRNQZS<prn) return 0;
+            return NSATGPS+NSATGLO+NSATGAL+prn-MINPRNQZS+1;
+        case SYS_CMP:
+            if (prn<MINPRNCMP||MAXPRNCMP<prn) return 0;
+            return NSATGPS+NSATGLO+NSATGAL+NSATQZS+prn-MINPRNCMP+1;
+        case SYS_LEO:
+            if (prn<MINPRNLEO||MAXPRNLEO<prn) return 0;
+            return NSATGPS+NSATGLO+NSATGAL+NSATQZS+NSATCMP+prn-MINPRNLEO+1;
+        case SYS_SBS:
+            if (prn<MINPRNSBS||MAXPRNSBS<prn) return 0;
+            return NSATGPS+NSATGLO+NSATGAL+NSATQZS+NSATCMP+NSATLEO+prn-MINPRNSBS+1;
+    }
+    return 0;
+}
+/* satellite number to satellite system ----------------------------------------
+* convert satellite number to satellite system
+* args   : int    sat       I   satellite number (1-MAXSAT)
+*          int    *prn      IO  satellite prn/slot number (NULL: no output)
+* return : satellite system (SYS_GPS,SYS_GLO,...)
+*-----------------------------------------------------------------------------*/
+extern int satsys(int sat, int *prn)
+{
+    int sys=SYS_NONE;
+    if (sat<=0||MAXSAT<sat) sat=0;
+    else if (sat<=NSATGPS) {
+        sys=SYS_GPS; sat+=MINPRNGPS-1;
+    }
+    else if ((sat-=NSATGPS)<=NSATGLO) {
+        sys=SYS_GLO; sat+=MINPRNGLO-1;
+    }
+    else if ((sat-=NSATGLO)<=NSATGAL) {
+        sys=SYS_GAL; sat+=MINPRNGAL-1;
+    }
+    else if ((sat-=NSATGAL)<=NSATQZS) {
+        sys=SYS_QZS; sat+=MINPRNQZS-1; 
+    }
+    else if ((sat-=NSATQZS)<=NSATCMP) {
+        sys=SYS_CMP; sat+=MINPRNCMP-1; 
+    }
+    else if ((sat-=NSATCMP)<=NSATLEO) {
+        sys=SYS_LEO; sat+=MINPRNLEO-1; 
+    }
+    else if ((sat-=NSATLEO)<=NSATSBS) {
+        sys=SYS_SBS; sat+=MINPRNSBS-1; 
+    }
+    else sat=0;
+    if (prn) *prn=sat;
+    return sys;
+}
+/* satellite id to satellite number --------------------------------------------
+* convert satellite id to satellite number
+* args   : char   *id       I   satellite id (nn,Gnn,Rnn,Enn,Jnn,Cnn or Snn)
+* return : satellite number (0: error)
+* notes  : 120-138 and 193-195 are also recognized as sbas and qzss
+*-----------------------------------------------------------------------------*/
+extern int satid2no(const char *id)
+{
+    int sys,prn;
+    char code;
+    
+    if (sscanf(id,"%d",&prn)==1) {
+        if      (MINPRNGPS<=prn&&prn<=MAXPRNGPS) sys=SYS_GPS;
+        else if (MINPRNSBS<=prn&&prn<=MAXPRNSBS) sys=SYS_SBS;
+        else if (MINPRNQZS<=prn&&prn<=MAXPRNQZS) sys=SYS_QZS;
+        else return 0;
+        return satno(sys,prn);
+    }
+    if (sscanf(id,"%c%d",&code,&prn)<2) return 0;
+    
+    switch (code) {
+        case 'G': sys=SYS_GPS; prn+=MINPRNGPS-1; break;
+        case 'R': sys=SYS_GLO; prn+=MINPRNGLO-1; break;
+        case 'E': sys=SYS_GAL; prn+=MINPRNGAL-1; break;
+        case 'J': sys=SYS_QZS; prn+=MINPRNQZS-1; break;
+        case 'C': sys=SYS_CMP; prn+=MINPRNCMP-1; break;
+        case 'L': sys=SYS_LEO; prn+=MINPRNLEO-1; break;
+        case 'S': sys=SYS_SBS; prn+=100; break;
+        default: return 0;
+    }
+    return satno(sys,prn);
+}
+/* satellite number to satellite id --------------------------------------------
+* convert satellite number to satellite id
+* args   : int    sat       I   satellite number
+*          char   *id       O   satellite id (Gnn,Rnn,Enn,Jnn,Cnn or nnn)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void satno2id(int sat, char *id)
+{
+    int prn;
+    switch (satsys(sat,&prn)) {
+        case SYS_GPS: sprintf(id,"G%02d",prn-MINPRNGPS+1); return;
+        case SYS_GLO: sprintf(id,"R%02d",prn-MINPRNGLO+1); return;
+        case SYS_GAL: sprintf(id,"E%02d",prn-MINPRNGAL+1); return;
+        case SYS_QZS: sprintf(id,"J%02d",prn-MINPRNQZS+1); return;
+        case SYS_CMP: sprintf(id,"C%02d",prn-MINPRNCMP+1); return;
+        case SYS_LEO: sprintf(id,"L%02d",prn-MINPRNLEO+1); return;
+        case SYS_SBS: sprintf(id,"%03d" ,prn); return;
+    }
+    strcpy(id,"");
+}
+/* test excluded satellite -----------------------------------------------------
+* test excluded satellite
+* args   : int    sat       I   satellite number
+*          int    svh       I   sv health flag
+*          prcopt_t *opt    I   processing options (NULL: not used)
+* return : status (1:excluded,0:not excluded)
+*-----------------------------------------------------------------------------*/
+extern int satexclude(int sat, int svh, const prcopt_t *opt)
+{
+    int sys=satsys(sat,NULL);
+    
+    if (svh<0) return 1; /* ephemeris unavailable */
+    
+    if (opt) {
+        if (opt->exsats[sat-1]==1) return 1; /* excluded satellite */
+        if (opt->exsats[sat-1]==2) return 0; /* included satellite */
+        if (!(sys&opt->navsys)) return 1; /* unselected sat sys */
+    }
+    if (sys==SYS_QZS) svh&=0xFE; /* mask QZSS LEX health */
+    if (svh) {
+        trace(3,"unhealthy satellite: sat=%3d svh=%02X\n",sat,svh);
+        return 1;
+    }
+    return 0;
+}
+/* test SNR mask ---------------------------------------------------------------
+* test SNR mask
+* args   : int    base      I   rover or base-station (0:rover,1:base station)
+*          int    freq      I   frequency (0:L1,1:L2,2:L3,...)
+*          double el        I   elevation angle (rad)
+*          double snr       I   C/N0 (dBHz)
+*          snrmask_t *mask  I   SNR mask
+* return : status (1:masked,0:unmasked)
+*-----------------------------------------------------------------------------*/
+extern int testsnr(int base, int freq, double el, double snr,
+                   const snrmask_t *mask)
+{
+    double minsnr,a;
+    int i;
+    
+    if (!mask->ena[base]||freq<0||freq>=NFREQ) return 0;
+    
+    a=(el*R2D+5.0)/10.0;
+    i=(int)floor(a); a-=i;
+    if      (i<1) minsnr=mask->mask[freq][0];
+    else if (i>8) minsnr=mask->mask[freq][8];
+    else minsnr=(1.0-a)*mask->mask[freq][i-1]+a*mask->mask[freq][i];
+    
+    return snr<minsnr;
+}
+/* obs type string to obs code -------------------------------------------------
+* convert obs code type string to obs code
+* args   : char   *str   I      obs code string ("1C","1P","1Y",...)
+*          int    *freq  IO     frequency (1:L1,2:L2,3:L5,4:L6,5:L7,6:L8,0:err)
+*                               (NULL: no output)
+* return : obs code (CODE_???)
+* notes  : obs codes are based on reference [6] and qzss extension
+*-----------------------------------------------------------------------------*/
+extern unsigned char obs2code(const char *obs, int *freq)
+{
+    int i;
+    if (freq) *freq=0;
+    for (i=1;*obscodes[i];i++) {
+        if (strcmp(obscodes[i],obs)) continue;
+        if (freq) *freq=obsfreqs[i];
+        return (unsigned char)i;
+    }
+    return CODE_NONE;
+}
+/* obs code to obs code string -------------------------------------------------
+* convert obs code to obs code string
+* args   : unsigned char code I obs code (CODE_???)
+*          int    *freq  IO     frequency (1:L1,2:L2,3:L5,4:L6,5:L7,6:L8,0:err)
+*                               (NULL: no output)
+* return : obs code string ("1C","1P","1P",...)
+* notes  : obs codes are based on reference [6] and qzss extension
+*-----------------------------------------------------------------------------*/
+extern char *code2obs(unsigned char code, int *freq)
+{
+    if (freq) *freq=0;
+    if (code<=CODE_NONE||MAXCODE<code) return "";
+    if (freq) *freq=obsfreqs[code];
+    return obscodes[code];
+}
+/* set code priority -----------------------------------------------------------
+* set code priority for multiple codes in a frequency
+* args   : int    sys     I     system (or of SYS_???)
+*          int    freq    I     frequency (1:L1,2:L2,3:L5,4:L6,5:L7,6:L8)
+*          char   *pri    I     priority of codes (series of code characters)
+*                               (higher priority precedes lower)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void setcodepri(int sys, int freq, const char *pri)
+{
+    trace(3,"setcodepri:sys=%d freq=%d pri=%s\n",sys,freq,pri);
+    
+    if (freq<=0||MAXFREQ<freq) return;
+    if (sys&SYS_GPS) strcpy(codepris[0][freq-1],pri);
+    if (sys&SYS_GLO) strcpy(codepris[1][freq-1],pri);
+    if (sys&SYS_GAL) strcpy(codepris[2][freq-1],pri);
+    if (sys&SYS_QZS) strcpy(codepris[3][freq-1],pri);
+    if (sys&SYS_SBS) strcpy(codepris[4][freq-1],pri);
+    if (sys&SYS_CMP) strcpy(codepris[5][freq-1],pri);
+}
+/* get code priority -----------------------------------------------------------
+* get code priority for multiple codes in a frequency
+* args   : int    sys     I     system (SYS_???)
+*          unsigned char code I obs code (CODE_???)
+*          char   *opt    I     code options (NULL:no option)
+* return : priority (15:highest-1:lowest,0:error)
+*-----------------------------------------------------------------------------*/
+extern int getcodepri(int sys, unsigned char code, const char *opt)
+{
+    const char *p,*optstr;
+    char *obs,str[8]="";
+    int i,j;
+    
+    switch (sys) {
+        case SYS_GPS: i=0; optstr="-GL%2s"; break;
+        case SYS_GLO: i=1; optstr="-RL%2s"; break;
+        case SYS_GAL: i=2; optstr="-EL%2s"; break;
+        case SYS_QZS: i=3; optstr="-JL%2s"; break;
+        case SYS_SBS: i=4; optstr="-SL%2s"; break;
+        case SYS_CMP: i=5; optstr="-CL%2s"; break;
+        default: return 0;
+    }
+    obs=code2obs(code,&j);
+    
+    /* parse code options */
+    for (p=opt;p&&(p=strchr(p,'-'));p++) {
+        if (sscanf(p,optstr,str)<1||str[0]!=obs[0]) continue;
+        return str[1]==obs[1]?15:0;
+    }
+    /* search code priority */
+    return (p=strchr(codepris[i][j-1],obs[1]))?14-(int)(p-codepris[i][j-1]):0;
+}
+/* extract unsigned/signed bits ------------------------------------------------
+* extract unsigned/signed bits from byte data
+* args   : unsigned char *buff I byte data
+*          int    pos    I      bit position from start of data (bits)
+*          int    len    I      bit length (bits) (len<=32)
+* return : extracted unsigned/signed bits
+*-----------------------------------------------------------------------------*/
+extern unsigned int getbitu(const unsigned char *buff, int pos, int len)
+{
+    unsigned int bits=0;
+    int i;
+    for (i=pos;i<pos+len;i++) bits=(bits<<1)+((buff[i/8]>>(7-i%8))&1u);
+    return bits;
+}
+extern int getbits(const unsigned char *buff, int pos, int len)
+{
+    unsigned int bits=getbitu(buff,pos,len);
+    if (len<=0||32<=len||!(bits&(1u<<(len-1)))) return (int)bits;
+    return (int)(bits|(~0u<<len)); /* extend sign */
+}
+/* set unsigned/signed bits ----------------------------------------------------
+* set unsigned/signed bits to byte data
+* args   : unsigned char *buff IO byte data
+*          int    pos    I      bit position from start of data (bits)
+*          int    len    I      bit length (bits) (len<=32)
+*         (unsigned) int I      unsigned/signed data
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void setbitu(unsigned char *buff, int pos, int len, unsigned int data)
+{
+    unsigned int mask=1u<<(len-1);
+    int i;
+    if (len<=0||32<len) return;
+    for (i=pos;i<pos+len;i++,mask>>=1) {
+        if (data&mask) buff[i/8]|=1u<<(7-i%8); else buff[i/8]&=~(1u<<(7-i%8));
+    }
+}
+extern void setbits(unsigned char *buff, int pos, int len, int data)
+{
+    if (data<0) data|=1<<(len-1); else data&=~(1<<(len-1)); /* set sign bit */
+    setbitu(buff,pos,len,(unsigned int)data);
+}
+/* crc-32 parity ---------------------------------------------------------------
+* compute crc-32 parity for novatel raw
+* args   : unsigned char *buff I data
+*          int    len    I      data length (bytes)
+* return : crc-32 parity
+* notes  : see NovAtel OEMV firmware manual 1.7 32-bit CRC
+*-----------------------------------------------------------------------------*/
+unsigned int rtk_crc32(const unsigned char *buff, int len)
+{
+    unsigned int crc=0;
+    int i,j;
+    
+    trace(4,"crc32: len=%d\n",len);
+    
+    for (i=0;i<len;i++) {
+        crc^=buff[i];
+        for (j=0;j<8;j++) {
+            if (crc&1) crc=(crc>>1)^POLYCRC32; else crc>>=1;
+        }
+    }
+    return crc;
+}
+/* crc-24q parity --------------------------------------------------------------
+* compute crc-24q parity for sbas, rtcm3
+* args   : unsigned char *buff I data
+*          int    len    I      data length (bytes)
+* return : crc-24Q parity
+* notes  : see reference [2] A.4.3.3 Parity
+*-----------------------------------------------------------------------------*/
+unsigned int rtk_crc24q(const unsigned char *buff, int len)
+{
+    unsigned int crc=0;
+    int i;
+    
+    trace(4,"crc24q: len=%d\n",len);
+    
+    for (i=0;i<len;i++) crc=((crc<<8)&0xFFFFFF)^tbl_CRC24Q[(crc>>16)^buff[i]];
+    return crc;
+}
+/* crc-16 parity ---------------------------------------------------------------
+* compute crc-16 parity for binex, nvs
+* args   : unsigned char *buff I data
+*          int    len    I      data length (bytes)
+* return : crc-16 parity
+* notes  : see reference [10] A.3.
+*-----------------------------------------------------------------------------*/
+unsigned short rtk_crc16(const unsigned char *buff, int len)
+{
+    unsigned short crc=0;
+    int i;
+    
+    trace(4,"crc16: len=%d\n",len);
+    
+    for (i=0;i<len;i++) {
+        crc=(crc<<8)^tbl_CRC16[((crc>>8)^buff[i])&0xFF];
+    }
+    return crc;
+}
+/* decode navigation data word -------------------------------------------------
+* check party and decode navigation data word
+* args   : unsigned int word I navigation data word (2+30bit)
+*                              (previous word D29*-30* + current word D1-30)
+*          unsigned char *data O decoded navigation data without parity
+*                              (8bitx3)
+* return : status (1:ok,0:parity error)
+* notes  : see reference [1] 20.3.5.2 user parity algorithm
+*-----------------------------------------------------------------------------*/
+extern int decode_word(unsigned int word, unsigned char *data)
+{
+    const unsigned int hamming[]={
+        0xBB1F3480,0x5D8F9A40,0xAEC7CD00,0x5763E680,0x6BB1F340,0x8B7A89C0
+    };
+    unsigned int parity=0,w;
+    int i;
+    
+    trace(5,"decodeword: word=%08x\n",word);
+    
+    if (word&0x40000000) word^=0x3FFFFFC0;
+    
+    for (i=0;i<6;i++) {
+        parity<<=1;
+        for (w=(word&hamming[i])>>6;w;w>>=1) parity^=w&1;
+    }
+    if (parity!=(word&0x3F)) return 0;
+    
+    for (i=0;i<3;i++) data[i]=(unsigned char)(word>>(22-i*8));
+    return 1;
+}
+/* new matrix ------------------------------------------------------------------
+* allocate memory of matrix 
+* args   : int    n,m       I   number of rows and columns of matrix
+* return : matrix pointer (if n<=0 or m<=0, return NULL)
+*-----------------------------------------------------------------------------*/
+extern double *mat(int n, int m)
+{
+    double *p;
+    
+    if (n<=0||m<=0) return NULL;
+    if (!(p=(double *)malloc(sizeof(double)*n*m))) {
+        fatalerr("matrix memory allocation error: n=%d,m=%d\n",n,m);
+    }
+    return p;
+}
+/* new integer matrix ----------------------------------------------------------
+* allocate memory of integer matrix 
+* args   : int    n,m       I   number of rows and columns of matrix
+* return : matrix pointer (if n<=0 or m<=0, return NULL)
+*-----------------------------------------------------------------------------*/
+extern int *imat(int n, int m)
+{
+    int *p;
+    
+    if (n<=0||m<=0) return NULL;
+    if (!(p=(int *)malloc(sizeof(int)*n*m))) {
+        fatalerr("integer matrix memory allocation error: n=%d,m=%d\n",n,m);
+    }
+    return p;
+}
+/* zero matrix -----------------------------------------------------------------
+* generate new zero matrix
+* args   : int    n,m       I   number of rows and columns of matrix
+* return : matrix pointer (if n<=0 or m<=0, return NULL)
+*-----------------------------------------------------------------------------*/
+extern double *zeros(int n, int m)
+{
+    double *p;
+    
+#if NOCALLOC
+    if ((p=mat(n,m))) for (n=n*m-1;n>=0;n--) p[n]=0.0;
+#else
+    if (n<=0||m<=0) return NULL;
+    if (!(p=(double *)calloc(sizeof(double),n*m))) {
+        fatalerr("matrix memory allocation error: n=%d,m=%d\n",n,m);
+    }
+#endif
+    return p;
+}
+/* identity matrix -------------------------------------------------------------
+* generate new identity matrix
+* args   : int    n         I   number of rows and columns of matrix
+* return : matrix pointer (if n<=0, return NULL)
+*-----------------------------------------------------------------------------*/
+extern double *eye(int n)
+{
+    double *p;
+    int i;
+    
+    if ((p=zeros(n,n))) for (i=0;i<n;i++) p[i+i*n]=1.0;
+    return p;
+}
+/* inner product ---------------------------------------------------------------
+* inner product of vectors
+* args   : double *a,*b     I   vector a,b (n x 1)
+*          int    n         I   size of vector a,b
+* return : a'*b
+*-----------------------------------------------------------------------------*/
+extern double dot(const double *a, const double *b, int n)
+{
+    double c=0.0;
+    
+    while (--n>=0) c+=a[n]*b[n];
+    return c;
+}
+/* euclid norm -----------------------------------------------------------------
+* euclid norm of vector
+* args   : double *a        I   vector a (n x 1)
+*          int    n         I   size of vector a
+* return : || a ||
+*-----------------------------------------------------------------------------*/
+extern double norm(const double *a, int n)
+{
+    return sqrt(dot(a,a,n));
+}
+/* outer product of 3d vectors -------------------------------------------------
+* outer product of 3d vectors 
+* args   : double *a,*b     I   vector a,b (3 x 1)
+*          double *c        O   outer product (a x b) (3 x 1)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void cross3(const double *a, const double *b, double *c)
+{
+    c[0]=a[1]*b[2]-a[2]*b[1];
+    c[1]=a[2]*b[0]-a[0]*b[2];
+    c[2]=a[0]*b[1]-a[1]*b[0];
+}
+/* normalize 3d vector ---------------------------------------------------------
+* normalize 3d vector
+* args   : double *a        I   vector a (3 x 1)
+*          double *b        O   normlized vector (3 x 1) || b || = 1
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int normv3(const double *a, double *b)
+{
+    double r;
+    if ((r=norm(a,3))<=0.0) return 0;
+    b[0]=a[0]/r;
+    b[1]=a[1]/r;
+    b[2]=a[2]/r;
+    return 1;
+}
+/* copy matrix -----------------------------------------------------------------
+* copy matrix
+* args   : double *A        O   destination matrix A (n x m)
+*          double *B        I   source matrix B (n x m)
+*          int    n,m       I   number of rows and columns of matrix
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void matcpy(double *A, const double *B, int n, int m)
+{
+    memcpy(A,B,sizeof(double)*n*m);
+}
+/* matrix routines -----------------------------------------------------------*/
+
+#ifdef LAPACK /* with LAPACK/BLAS or MKL */
+
+/* multiply matrix (wrapper of blas dgemm) -------------------------------------
+* multiply matrix by matrix (C=alpha*A*B+beta*C)
+* args   : char   *tr       I  transpose flags ("N":normal,"T":transpose)
+*          int    n,k,m     I  size of (transposed) matrix A,B
+*          double alpha     I  alpha
+*          double *A,*B     I  (transposed) matrix A (n x m), B (m x k)
+*          double beta      I  beta
+*          double *C        IO matrix C (n x k)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void matmul(const char *tr, int n, int k, int m, double alpha,
+                   const double *A, const double *B, double beta, double *C)
+{
+    int lda=tr[0]=='T'?m:n,ldb=tr[1]=='T'?k:m;
+    
+    dgemm_((char *)tr,(char *)tr+1,&n,&k,&m,&alpha,(double *)A,&lda,(double *)B,
+           &ldb,&beta,C,&n);
+}
+/* inverse of matrix -----------------------------------------------------------
+* inverse of matrix (A=A^-1)
+* args   : double *A        IO  matrix (n x n)
+*          int    n         I   size of matrix A
+* return : status (0:ok,0>:error)
+*-----------------------------------------------------------------------------*/
+extern int matinv(double *A, int n)
+{
+    double *work;
+    int info,lwork=n*16,*ipiv=imat(n,1);
+    
+    work=mat(lwork,1);
+    dgetrf_(&n,&n,A,&n,ipiv,&info);
+    if (!info) dgetri_(&n,A,&n,ipiv,work,&lwork,&info);
+    free(ipiv); free(work);
+    return info;
+}
+/* solve linear equation -------------------------------------------------------
+* solve linear equation (X=A\Y or X=A'\Y)
+* args   : char   *tr       I   transpose flag ("N":normal,"T":transpose)
+*          double *A        I   input matrix A (n x n)
+*          double *Y        I   input matrix Y (n x m)
+*          int    n,m       I   size of matrix A,Y
+*          double *X        O   X=A\Y or X=A'\Y (n x m)
+* return : status (0:ok,0>:error)
+* notes  : matirix stored by column-major order (fortran convention)
+*          X can be same as Y
+*-----------------------------------------------------------------------------*/
+extern int solve(const char *tr, const double *A, const double *Y, int n,
+                 int m, double *X)
+{
+    double *B=mat(n,n);
+    int info,*ipiv=imat(n,1);
+    
+    matcpy(B,A,n,n);
+    matcpy(X,Y,n,m);
+    dgetrf_(&n,&n,B,&n,ipiv,&info);
+    if (!info) dgetrs_((char *)tr,&n,&m,B,&n,ipiv,X,&n,&info);
+    free(ipiv); free(B); 
+    return info;
+}
+
+#else /* without LAPACK/BLAS or MKL */
+
+/* multiply matrix -----------------------------------------------------------*/
+extern void matmul(const char *tr, int n, int k, int m, double alpha,
+                   const double *A, const double *B, double beta, double *C)
+{
+    double d;
+    int i,j,x,f=tr[0]=='N'?(tr[1]=='N'?1:2):(tr[1]=='N'?3:4);
+    
+    for (i=0;i<n;i++) for (j=0;j<k;j++) {
+        d=0.0;
+        switch (f) {
+            case 1: for (x=0;x<m;x++) d+=A[i+x*n]*B[x+j*m]; break;
+            case 2: for (x=0;x<m;x++) d+=A[i+x*n]*B[j+x*k]; break;
+            case 3: for (x=0;x<m;x++) d+=A[x+i*m]*B[x+j*m]; break;
+            case 4: for (x=0;x<m;x++) d+=A[x+i*m]*B[j+x*k]; break;
+        }
+        if (beta==0.0) C[i+j*n]=alpha*d; else C[i+j*n]=alpha*d+beta*C[i+j*n];
+    }
+}
+/* LU decomposition ----------------------------------------------------------*/
+static int ludcmp(double *A, int n, int *indx, double *d)
+{
+    double big,s,tmp,*vv=mat(n,1);
+    int i,imax=0,j,k;
+    
+    *d=1.0;
+    for (i=0;i<n;i++) {
+        big=0.0; for (j=0;j<n;j++) if ((tmp=fabs(A[i+j*n]))>big) big=tmp;
+        if (big>0.0) vv[i]=1.0/big; else {free(vv); return -1;}
+    }
+    for (j=0;j<n;j++) {
+        for (i=0;i<j;i++) {
+            s=A[i+j*n]; for (k=0;k<i;k++) s-=A[i+k*n]*A[k+j*n]; A[i+j*n]=s;
+        }
+        big=0.0;
+        for (i=j;i<n;i++) {
+            s=A[i+j*n]; for (k=0;k<j;k++) s-=A[i+k*n]*A[k+j*n]; A[i+j*n]=s;
+            if ((tmp=vv[i]*fabs(s))>=big) {big=tmp; imax=i;}
+        }
+        if (j!=imax) {
+            for (k=0;k<n;k++) {
+                tmp=A[imax+k*n]; A[imax+k*n]=A[j+k*n]; A[j+k*n]=tmp;
+            }
+            *d=-(*d); vv[imax]=vv[j];
+        }
+        indx[j]=imax;
+        if (A[j+j*n]==0.0) {free(vv); return -1;}
+        if (j!=n-1) {
+            tmp=1.0/A[j+j*n]; for (i=j+1;i<n;i++) A[i+j*n]*=tmp;
+        }
+    }
+    free(vv);
+    return 0;
+}
+/* LU back-substitution ------------------------------------------------------*/
+static void lubksb(const double *A, int n, const int *indx, double *b)
+{
+    double s;
+    int i,ii=-1,ip,j;
+    
+    for (i=0;i<n;i++) {
+        ip=indx[i]; s=b[ip]; b[ip]=b[i];
+        if (ii>=0) for (j=ii;j<i;j++) s-=A[i+j*n]*b[j]; else if (s) ii=i;
+        b[i]=s;
+    }
+    for (i=n-1;i>=0;i--) {
+        s=b[i]; for (j=i+1;j<n;j++) s-=A[i+j*n]*b[j]; b[i]=s/A[i+i*n];
+    }
+}
+/* inverse of matrix ---------------------------------------------------------*/
+extern int matinv(double *A, int n)
+{
+    double d,*B;
+    int i,j,*indx;
+    
+    indx=imat(n,1); B=mat(n,n); matcpy(B,A,n,n);
+    if (ludcmp(B,n,indx,&d)) {free(indx); free(B); return -1;}
+    for (j=0;j<n;j++) {
+        for (i=0;i<n;i++) A[i+j*n]=0.0; A[j+j*n]=1.0;
+        lubksb(B,n,indx,A+j*n);
+    }
+    free(indx); free(B);
+    return 0;
+}
+/* solve linear equation -----------------------------------------------------*/
+extern int solve(const char *tr, const double *A, const double *Y, int n,
+                 int m, double *X)
+{
+    double *B=mat(n,n);
+    int info;
+    
+    matcpy(B,A,n,n);
+    if (!(info=matinv(B,n))) matmul(tr[0]=='N'?"NN":"TN",n,m,n,1.0,B,Y,0.0,X);
+    free(B);
+    return info;
+}
+#endif
+/* end of matrix routines ----------------------------------------------------*/
+
+/* least square estimation -----------------------------------------------------
+* least square estimation by solving normal equation (x=(A*A')^-1*A*y)
+* args   : double *A        I   transpose of (weighted) design matrix (n x m)
+*          double *y        I   (weighted) measurements (m x 1)
+*          int    n,m       I   number of parameters and measurements (n<=m)
+*          double *x        O   estmated parameters (n x 1)
+*          double *Q        O   esimated parameters covariance matrix (n x n)
+* return : status (0:ok,0>:error)
+* notes  : for weighted least square, replace A and y by A*w and w*y (w=W^(1/2))
+*          matirix stored by column-major order (fortran convention)
+*-----------------------------------------------------------------------------*/
+extern int lsq(const double *A, const double *y, int n, int m, double *x,
+               double *Q)
+{
+    double *Ay;
+    int info;
+    
+    if (m<n) return -1;
+    Ay=mat(n,1);
+    matmul("NN",n,1,m,1.0,A,y,0.0,Ay); /* Ay=A*y */
+    matmul("NT",n,n,m,1.0,A,A,0.0,Q);  /* Q=A*A' */
+    if (!(info=matinv(Q,n))) matmul("NN",n,1,n,1.0,Q,Ay,0.0,x); /* x=Q^-1*Ay */
+    free(Ay);
+    return info;
+}
+/* kalman filter ---------------------------------------------------------------
+* kalman filter state update as follows:
+*
+*   K=P*H*(H'*P*H+R)^-1, xp=x+K*v, Pp=(I-K*H')*P
+*
+* args   : double *x        I   states vector (n x 1)
+*          double *P        I   covariance matrix of states (n x n)
+*          double *H        I   transpose of design matrix (n x m)
+*          double *v        I   innovation (measurement - model) (m x 1)
+*          double *R        I   covariance matrix of measurement error (m x m)
+*          int    n,m       I   number of states and measurements
+*          double *xp       O   states vector after update (n x 1)
+*          double *Pp       O   covariance matrix of states after update (n x n)
+* return : status (0:ok,<0:error)
+* notes  : matirix stored by column-major order (fortran convention)
+*          if state x[i]==0.0, not updates state x[i]/P[i+i*n]
+*-----------------------------------------------------------------------------*/
+static int filter_(const double *x, const double *P, const double *H,
+                   const double *v, const double *R, int n, int m,
+                   double *xp, double *Pp)
+{
+    double *F=mat(n,m),*Q=mat(m,m),*K=mat(n,m),*I=eye(n);
+    int info;
+    
+    matcpy(Q,R,m,m);
+    matcpy(xp,x,n,1);
+    matmul("NN",n,m,n,1.0,P,H,0.0,F);       /* Q=H'*P*H+R */
+    matmul("TN",m,m,n,1.0,H,F,1.0,Q);
+    if (!(info=matinv(Q,m))) {
+        matmul("NN",n,m,m,1.0,F,Q,0.0,K);   /* K=P*H*Q^-1 */
+        matmul("NN",n,1,m,1.0,K,v,1.0,xp);  /* xp=x+K*v */
+        matmul("NT",n,n,m,-1.0,K,H,1.0,I);  /* Pp=(I-K*H')*P */
+        matmul("NN",n,n,n,1.0,I,P,0.0,Pp);
+    }
+    free(F); free(Q); free(K); free(I);
+    return info;
+}
+extern int filter(double *x, double *P, const double *H, const double *v,
+                  const double *R, int n, int m)
+{
+    double *x_,*xp_,*P_,*Pp_,*H_;
+    int i,j,k,info,*ix;
+    
+    ix=imat(n,1); for (i=k=0;i<n;i++) if (x[i]!=0.0&&P[i+i*n]>0.0) ix[k++]=i;
+    x_=mat(k,1); xp_=mat(k,1); P_=mat(k,k); Pp_=mat(k,k); H_=mat(k,m);
+    for (i=0;i<k;i++) {
+        x_[i]=x[ix[i]];
+        for (j=0;j<k;j++) P_[i+j*k]=P[ix[i]+ix[j]*n];
+        for (j=0;j<m;j++) H_[i+j*k]=H[ix[i]+j*n];
+    }
+    info=filter_(x_,P_,H_,v,R,k,m,xp_,Pp_);
+    for (i=0;i<k;i++) {
+        x[ix[i]]=xp_[i];
+        for (j=0;j<k;j++) P[ix[i]+ix[j]*n]=Pp_[i+j*k];
+    }
+    free(ix); free(x_); free(xp_); free(P_); free(Pp_); free(H_);
+    return info;
+}
+/* smoother --------------------------------------------------------------------
+* combine forward and backward filters by fixed-interval smoother as follows:
+*
+*   xs=Qs*(Qf^-1*xf+Qb^-1*xb), Qs=(Qf^-1+Qb^-1)^-1)
+*
+* args   : double *xf       I   forward solutions (n x 1)
+* args   : double *Qf       I   forward solutions covariance matrix (n x n)
+*          double *xb       I   backward solutions (n x 1)
+*          double *Qb       I   backward solutions covariance matrix (n x n)
+*          int    n         I   number of solutions
+*          double *xs       O   smoothed solutions (n x 1)
+*          double *Qs       O   smoothed solutions covariance matrix (n x n)
+* return : status (0:ok,0>:error)
+* notes  : see reference [4] 5.2
+*          matirix stored by column-major order (fortran convention)
+*-----------------------------------------------------------------------------*/
+extern int smoother(const double *xf, const double *Qf, const double *xb,
+                    const double *Qb, int n, double *xs, double *Qs)
+{
+    double *invQf=mat(n,n),*invQb=mat(n,n),*xx=mat(n,1);
+    int i,info=-1;
+    
+    matcpy(invQf,Qf,n,n);
+    matcpy(invQb,Qb,n,n);
+    if (!matinv(invQf,n)&&!matinv(invQb,n)) {
+        for (i=0;i<n*n;i++) Qs[i]=invQf[i]+invQb[i];
+        if (!(info=matinv(Qs,n))) {
+            matmul("NN",n,1,n,1.0,invQf,xf,0.0,xx);
+            matmul("NN",n,1,n,1.0,invQb,xb,1.0,xx);
+            matmul("NN",n,1,n,1.0,Qs,xx,0.0,xs);
+        }
+    }
+    free(invQf); free(invQb); free(xx);
+    return info;
+}
+/* print matrix ----------------------------------------------------------------
+* print matrix to stdout
+* args   : double *A        I   matrix A (n x m)
+*          int    n,m       I   number of rows and columns of A
+*          int    p,q       I   total columns, columns under decimal point
+*         (FILE  *fp        I   output file pointer)
+* return : none
+* notes  : matirix stored by column-major order (fortran convention)
+*-----------------------------------------------------------------------------*/
+extern void matfprint(const double A[], int n, int m, int p, int q, FILE *fp)
+{
+    int i,j;
+    
+    for (i=0;i<n;i++) {
+        for (j=0;j<m;j++) fprintf(fp," %*.*f",p,q,A[i+j*n]);
+        fprintf(fp,"\n");
+    }
+}
+extern void matprint(const double A[], int n, int m, int p, int q)
+{
+    matfprint(A,n,m,p,q,stdout);
+}
+/* string to number ------------------------------------------------------------
+* convert substring in string to number
+* args   : char   *s        I   string ("... nnn.nnn ...")
+*          int    i,n       I   substring position and width
+* return : converted number (0.0:error)
+*-----------------------------------------------------------------------------*/
+extern double str2num(const char *s, int i, int n)
+{
+    double value;
+    char str[256],*p=str;
+    
+    if (i<0||(int)strlen(s)<i||(int)sizeof(str)-1<n) return 0.0;
+    for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0';
+    return sscanf(str,"%lf",&value)==1?value:0.0;
+}
+/* string to time --------------------------------------------------------------
+* convert substring in string to gtime_t struct
+* args   : char   *s        I   string ("... yyyy mm dd hh mm ss ...")
+*          int    i,n       I   substring position and width
+*          gtime_t *t       O   gtime_t struct
+* return : status (0:ok,0>:error)
+*-----------------------------------------------------------------------------*/
+extern int str2time(const char *s, int i, int n, gtime_t *t)
+{
+    double ep[6];
+    char str[256],*p=str;
+    
+    if (i<0||(int)strlen(s)<i||(int)sizeof(str)-1<i) return -1;
+    for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0';
+    if (sscanf(str,"%lf %lf %lf %lf %lf %lf",ep,ep+1,ep+2,ep+3,ep+4,ep+5)<6)
+        return -1;
+    if (ep[0]<100.0) ep[0]+=ep[0]<80.0?2000.0:1900.0;
+    *t=epoch2time(ep);
+    return 0;
+}
+/* convert calendar day/time to time -------------------------------------------
+* convert calendar day/time to gtime_t struct
+* args   : double *ep       I   day/time {year,month,day,hour,min,sec}
+* return : gtime_t struct
+* notes  : proper in 1970-2037 or 1970-2099 (64bit time_t)
+*-----------------------------------------------------------------------------*/
+extern gtime_t epoch2time(const double *ep)
+{
+    const int doy[]={1,32,60,91,121,152,182,213,244,274,305,335};
+    gtime_t time={0};
+    int days,sec,year=(int)ep[0],mon=(int)ep[1],day=(int)ep[2];
+    
+    if (year<1970||2099<year||mon<1||12<mon) return time;
+    
+    /* leap year if year%4==0 in 1901-2099 */
+    days=(year-1970)*365+(year-1969)/4+doy[mon-1]+day-2+(year%4==0&&mon>=3?1:0);
+    sec=(int)floor(ep[5]);
+    time.time=(time_t)days*86400+(int)ep[3]*3600+(int)ep[4]*60+sec;
+    time.sec=ep[5]-sec;
+    return time;
+}
+/* time to calendar day/time ---------------------------------------------------
+* convert gtime_t struct to calendar day/time
+* args   : gtime_t t        I   gtime_t struct
+*          double *ep       O   day/time {year,month,day,hour,min,sec}
+* return : none
+* notes  : proper in 1970-2037 or 1970-2099 (64bit time_t)
+*-----------------------------------------------------------------------------*/
+extern void time2epoch(gtime_t t, double *ep)
+{
+    const int mday[]={ /* # of days in a month */
+        31,28,31,30,31,30,31,31,30,31,30,31,31,28,31,30,31,30,31,31,30,31,30,31,
+        31,29,31,30,31,30,31,31,30,31,30,31,31,28,31,30,31,30,31,31,30,31,30,31
+    };
+    int days,sec,mon,day;
+    
+    /* leap year if year%4==0 in 1901-2099 */
+    days=(int)(t.time/86400);
+    sec=(int)(t.time-(time_t)days*86400);
+    for (day=days%1461,mon=0;mon<48;mon++) {
+        if (day>=mday[mon]) day-=mday[mon]; else break;
+    }
+    ep[0]=1970+days/1461*4+mon/12; ep[1]=mon%12+1; ep[2]=day+1;
+    ep[3]=sec/3600; ep[4]=sec%3600/60; ep[5]=sec%60+t.sec;
+}
+/* gps time to time ------------------------------------------------------------
+* convert week and tow in gps time to gtime_t struct
+* args   : int    week      I   week number in gps time
+*          double sec       I   time of week in gps time (s)
+* return : gtime_t struct
+*-----------------------------------------------------------------------------*/
+extern gtime_t gpst2time(int week, double sec)
+{
+    gtime_t t=epoch2time(gpst0);
+    
+    if (sec<-1E9||1E9<sec) sec=0.0;
+    t.time+=86400*7*week+(int)sec;
+    t.sec=sec-(int)sec;
+    return t;
+}
+/* time to gps time ------------------------------------------------------------
+* convert gtime_t struct to week and tow in gps time
+* args   : gtime_t t        I   gtime_t struct
+*          int    *week     IO  week number in gps time (NULL: no output)
+* return : time of week in gps time (s)
+*-----------------------------------------------------------------------------*/
+extern double time2gpst(gtime_t t, int *week)
+{
+    gtime_t t0=epoch2time(gpst0);
+    time_t sec=t.time-t0.time;
+    int w=(int)(sec/(86400*7));
+    
+    if (week) *week=w;
+    return (double)(sec-w*86400*7)+t.sec;
+}
+/* galileo system time to time -------------------------------------------------
+* convert week and tow in galileo system time (gst) to gtime_t struct
+* args   : int    week      I   week number in gst
+*          double sec       I   time of week in gst (s)
+* return : gtime_t struct
+*-----------------------------------------------------------------------------*/
+extern gtime_t gst2time(int week, double sec)
+{
+    gtime_t t=epoch2time(gst0);
+    
+    if (sec<-1E9||1E9<sec) sec=0.0;
+    t.time+=86400*7*week+(int)sec;
+    t.sec=sec-(int)sec;
+    return t;
+}
+/* time to galileo system time -------------------------------------------------
+* convert gtime_t struct to week and tow in galileo system time (gst)
+* args   : gtime_t t        I   gtime_t struct
+*          int    *week     IO  week number in gst (NULL: no output)
+* return : time of week in gst (s)
+*-----------------------------------------------------------------------------*/
+extern double time2gst(gtime_t t, int *week)
+{
+    gtime_t t0=epoch2time(gst0);
+    time_t sec=t.time-t0.time;
+    int w=(int)(sec/(86400*7));
+    
+    if (week) *week=w;
+    return (double)(sec-w*86400*7)+t.sec;
+}
+/* beidou time (bdt) to time ---------------------------------------------------
+* convert week and tow in beidou time (bdt) to gtime_t struct
+* args   : int    week      I   week number in bdt
+*          double sec       I   time of week in bdt (s)
+* return : gtime_t struct
+*-----------------------------------------------------------------------------*/
+extern gtime_t bdt2time(int week, double sec)
+{
+    gtime_t t=epoch2time(bdt0);
+    
+    if (sec<-1E9||1E9<sec) sec=0.0;
+    t.time+=86400*7*week+(int)sec;
+    t.sec=sec-(int)sec;
+    return t;
+}
+/* time to beidouo time (bdt) --------------------------------------------------
+* convert gtime_t struct to week and tow in beidou time (bdt)
+* args   : gtime_t t        I   gtime_t struct
+*          int    *week     IO  week number in bdt (NULL: no output)
+* return : time of week in bdt (s)
+*-----------------------------------------------------------------------------*/
+extern double time2bdt(gtime_t t, int *week)
+{
+    gtime_t t0=epoch2time(bdt0);
+    time_t sec=t.time-t0.time;
+    int w=(int)(sec/(86400*7));
+    
+    if (week) *week=w;
+    return (double)(sec-w*86400*7)+t.sec;
+}
+/* add time --------------------------------------------------------------------
+* add time to gtime_t struct
+* args   : gtime_t t        I   gtime_t struct
+*          double sec       I   time to add (s)
+* return : gtime_t struct (t+sec)
+*-----------------------------------------------------------------------------*/
+extern gtime_t timeadd(gtime_t t, double sec)
+{
+    double tt;
+    
+    t.sec+=sec; tt=floor(t.sec); t.time+=(int)tt; t.sec-=tt;
+    return t;
+}
+/* time difference -------------------------------------------------------------
+* difference between gtime_t structs
+* args   : gtime_t t1,t2    I   gtime_t structs
+* return : time difference (t1-t2) (s)
+*-----------------------------------------------------------------------------*/
+extern double timediff(gtime_t t1, gtime_t t2)
+{
+    return difftime(t1.time,t2.time)+t1.sec-t2.sec;
+}
+/* get current time in utc -----------------------------------------------------
+* get current time in utc
+* args   : none
+* return : current time in utc
+*-----------------------------------------------------------------------------*/
+static double timeoffset_=0.0;        /* time offset (s) */
+
+extern gtime_t timeget(void)
+{
+    gtime_t time;
+    double ep[6]={0};
+#ifdef WIN32
+    SYSTEMTIME ts;
+    
+    GetSystemTime(&ts); /* utc */
+    ep[0]=ts.wYear; ep[1]=ts.wMonth;  ep[2]=ts.wDay;
+    ep[3]=ts.wHour; ep[4]=ts.wMinute; ep[5]=ts.wSecond+ts.wMilliseconds*1E-3;
+#else
+    struct timeval tv;
+    struct tm *tt;
+    
+    if (!gettimeofday(&tv,NULL)&&(tt=gmtime(&tv.tv_sec))) {
+        ep[0]=tt->tm_year+1900; ep[1]=tt->tm_mon+1; ep[2]=tt->tm_mday;
+        ep[3]=tt->tm_hour; ep[4]=tt->tm_min; ep[5]=tt->tm_sec+tv.tv_usec*1E-6;
+    }
+#endif
+    time=epoch2time(ep);
+    
+#ifdef CPUTIME_IN_GPST /* cputime operated in gpst */
+    time=gpst2utc(time);
+#endif
+    return timeadd(time,timeoffset_);
+}
+/* set current time in utc -----------------------------------------------------
+* set current time in utc
+* args   : gtime_t          I   current time in utc
+* return : none
+* notes  : just set time offset between cpu time and current time
+*          the time offset is reflected to only timeget()
+*          not reentrant
+*-----------------------------------------------------------------------------*/
+extern void timeset(gtime_t t)
+{
+    timeoffset_+=timediff(t,timeget());
+}
+/* read leap seconds table by text -------------------------------------------*/
+static int read_leaps_text(FILE *fp)
+{
+    char buff[256],*p;
+    int i,n=0,ep[6],ls;
+    
+    rewind(fp);
+    
+    while (fgets(buff,sizeof(buff),fp)&&n<MAXLEAPS) {
+        if ((p=strchr(buff,'#'))) *p='\0';
+        if (sscanf(buff,"%d %d %d %d %d %d %d",ep,ep+1,ep+2,ep+3,ep+4,ep+5,
+                   &ls)<7) continue;
+        for (i=0;i<6;i++) leaps[n][i]=ep[i];
+        leaps[n++][6]=ls;
+    }
+    return n;
+}
+/* read leap seconds table by usno -------------------------------------------*/
+static int read_leaps_usno(FILE *fp)
+{
+    static const char *months[]={
+        "JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"
+    };
+    double jd,tai_utc;
+    char buff[256],month[32],ls[MAXLEAPS][7]={{0}};
+    int i,j,y,m,d,n=0;
+    
+    rewind(fp);
+    
+    while (fgets(buff,sizeof(buff),fp)&&n<MAXLEAPS) {
+        if (sscanf(buff,"%d %31s %d =JD %lf TAI-UTC= %lf",&y,month,&d,&jd,
+                   &tai_utc)<5) continue;
+        if (y<1980) continue;
+        for (m=1;m<=12;m++) if (!strcmp(months[m-1],month)) break;
+        if (m>=13) continue;
+        ls[n][0]=y;
+        ls[n][1]=m;
+        ls[n][2]=d;
+        ls[n++][6]=19.0-tai_utc;
+    }
+    for (i=0;i<n;i++) for (j=0;j<7;j++) {
+        leaps[i][j]=ls[n-i-1][j];
+    }
+    return n;
+}
+/* read leap seconds table -----------------------------------------------------
+* read leap seconds table
+* args   : char    *file    I   leap seconds table file
+* return : status (1:ok,0:error)
+* notes  : The leap second table should be as follows or leapsec.dat provided
+*          by USNO.
+*          (1) The records in the table file cosist of the following fields:
+*              year month day hour min sec UTC-GPST(s)
+*          (2) The date and time indicate the start UTC time for the UTC-GPST
+*          (3) The date and time should be descending order.
+*-----------------------------------------------------------------------------*/
+extern int read_leaps(const char *file)
+{
+    FILE *fp;
+    int i,n;
+    
+    if (!(fp=fopen(file,"r"))) return 0;
+    
+    /* read leap seconds table by text or usno */
+    if (!(n=read_leaps_text(fp))&&!(n=read_leaps_usno(fp))) {
+        fclose(fp);
+        return 0;
+    }
+    for (i=0;i<7;i++) leaps[n][i]=0.0;
+    fclose(fp);
+    return 1;
+}
+/* gpstime to utc --------------------------------------------------------------
+* convert gpstime to utc considering leap seconds
+* args   : gtime_t t        I   time expressed in gpstime
+* return : time expressed in utc
+* notes  : ignore slight time offset under 100 ns
+*-----------------------------------------------------------------------------*/
+extern gtime_t gpst2utc(gtime_t t)
+{
+    gtime_t tu;
+    int i;
+    
+    for (i=0;leaps[i][0]>0;i++) {
+        tu=timeadd(t,leaps[i][6]);
+        if (timediff(tu,epoch2time(leaps[i]))>=0.0) return tu;
+    }
+    return t;
+}
+/* utc to gpstime --------------------------------------------------------------
+* convert utc to gpstime considering leap seconds
+* args   : gtime_t t        I   time expressed in utc
+* return : time expressed in gpstime
+* notes  : ignore slight time offset under 100 ns
+*-----------------------------------------------------------------------------*/
+extern gtime_t utc2gpst(gtime_t t)
+{
+    int i;
+    
+    for (i=0;leaps[i][0]>0;i++) {
+        if (timediff(t,epoch2time(leaps[i]))>=0.0) return timeadd(t,-leaps[i][6]);
+    }
+    return t;
+}
+/* gpstime to bdt --------------------------------------------------------------
+* convert gpstime to bdt (beidou navigation satellite system time)
+* args   : gtime_t t        I   time expressed in gpstime
+* return : time expressed in bdt
+* notes  : ref [8] 3.3, 2006/1/1 00:00 BDT = 2006/1/1 00:00 UTC
+*          no leap seconds in BDT
+*          ignore slight time offset under 100 ns
+*-----------------------------------------------------------------------------*/
+extern gtime_t gpst2bdt(gtime_t t)
+{
+    return timeadd(t,-14.0);
+}
+/* bdt to gpstime --------------------------------------------------------------
+* convert bdt (beidou navigation satellite system time) to gpstime
+* args   : gtime_t t        I   time expressed in bdt
+* return : time expressed in gpstime
+* notes  : see gpst2bdt()
+*-----------------------------------------------------------------------------*/
+extern gtime_t bdt2gpst(gtime_t t)
+{
+    return timeadd(t,14.0);
+}
+/* time to day and sec -------------------------------------------------------*/
+static double time2sec(gtime_t time, gtime_t *day)
+{
+    double ep[6],sec;
+    time2epoch(time,ep);
+    sec=ep[3]*3600.0+ep[4]*60.0+ep[5];
+    ep[3]=ep[4]=ep[5]=0.0;
+    *day=epoch2time(ep);
+    return sec;
+}
+/* utc to gmst -----------------------------------------------------------------
+* convert utc to gmst (Greenwich mean sidereal time)
+* args   : gtime_t t        I   time expressed in utc
+*          double ut1_utc   I   UT1-UTC (s)
+* return : gmst (rad)
+*-----------------------------------------------------------------------------*/
+extern double utc2gmst(gtime_t t, double ut1_utc)
+{
+    const double ep2000[]={2000,1,1,12,0,0};
+    gtime_t tut,tut0;
+    double ut,t1,t2,t3,gmst0,gmst;
+    
+    tut=timeadd(t,ut1_utc);
+    ut=time2sec(tut,&tut0);
+    t1=timediff(tut0,epoch2time(ep2000))/86400.0/36525.0;
+    t2=t1*t1; t3=t2*t1;
+    gmst0=24110.54841+8640184.812866*t1+0.093104*t2-6.2E-6*t3;
+    gmst=gmst0+1.002737909350795*ut;
+    
+    return fmod(gmst,86400.0)*PI/43200.0; /* 0 <= gmst <= 2*PI */
+}
+/* time to string --------------------------------------------------------------
+* convert gtime_t struct to string
+* args   : gtime_t t        I   gtime_t struct
+*          char   *s        O   string ("yyyy/mm/dd hh:mm:ss.ssss")
+*          int    n         I   number of decimals
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void time2str(gtime_t t, char *s, int n)
+{
+    double ep[6];
+    
+    if (n<0) n=0; else if (n>12) n=12;
+    if (1.0-t.sec<0.5/pow(10.0,n)) {t.time++; t.sec=0.0;};
+    time2epoch(t,ep);
+    sprintf(s,"%04.0f/%02.0f/%02.0f %02.0f:%02.0f:%0*.*f",ep[0],ep[1],ep[2],
+            ep[3],ep[4],n<=0?2:n+3,n<=0?0:n,ep[5]);
+}
+/* get time string -------------------------------------------------------------
+* get time string
+* args   : gtime_t t        I   gtime_t struct
+*          int    n         I   number of decimals
+* return : time string
+* notes  : not reentrant, do not use multiple in a function
+*-----------------------------------------------------------------------------*/
+extern char *time_str(gtime_t t, int n)
+{
+    static char buff[64];
+    time2str(t,buff,n);
+    return buff;
+}
+/* time to day of year ---------------------------------------------------------
+* convert time to day of year
+* args   : gtime_t t        I   gtime_t struct
+* return : day of year (days)
+*-----------------------------------------------------------------------------*/
+extern double time2doy(gtime_t t)
+{
+    double ep[6];
+    
+    time2epoch(t,ep);
+    ep[1]=ep[2]=1.0; ep[3]=ep[4]=ep[5]=0.0;
+    return timediff(t,epoch2time(ep))/86400.0+1.0;
+}
+/* adjust gps week number ------------------------------------------------------
+* adjust gps week number using cpu time
+* args   : int   week       I   not-adjusted gps week number
+* return : adjusted gps week number
+*-----------------------------------------------------------------------------*/
+extern int adjgpsweek(int week)
+{
+    int w;
+    (void)time2gpst(utc2gpst(timeget()),&w);
+    if (w<1560) w=1560; /* use 2009/12/1 if time is earlier than 2009/12/1 */
+    return week+(w-week+512)/1024*1024;
+}
+/* get tick time ---------------------------------------------------------------
+* get current tick in ms
+* args   : none
+* return : current tick in ms
+*-----------------------------------------------------------------------------*/
+extern unsigned int tickget(void)
+{
+#ifdef WIN32
+    return (unsigned int)timeGetTime();
+#else
+    struct timespec tp={0};
+    struct timeval  tv={0};
+    
+#ifdef CLOCK_MONOTONIC_RAW
+    /* linux kernel > 2.6.28 */
+    if (!clock_gettime(CLOCK_MONOTONIC_RAW,&tp)) {
+        return tp.tv_sec*1000u+tp.tv_nsec/1000000u;
+    }
+    else {
+        gettimeofday(&tv,NULL);
+        return tv.tv_sec*1000u+tv.tv_usec/1000u;
+    }
+#else
+    gettimeofday(&tv,NULL);
+    return tv.tv_sec*1000u+tv.tv_usec/1000u;
+#endif
+#endif /* WIN32 */
+}
+/* sleep ms --------------------------------------------------------------------
+* sleep ms
+* args   : int   ms         I   miliseconds to sleep (<0:no sleep)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void sleepms(int ms)
+{
+#ifdef WIN32
+    if (ms<5) Sleep(1); else Sleep(ms);
+#else
+    struct timespec ts;
+    if (ms<=0) return;
+    ts.tv_sec=(time_t)(ms/1000);
+    ts.tv_nsec=(long)(ms%1000*1000000);
+    nanosleep(&ts,NULL);
+#endif
+}
+/* convert degree to deg-min-sec -----------------------------------------------
+* convert degree to degree-minute-second
+* args   : double deg       I   degree
+*          double *dms      O   degree-minute-second {deg,min,sec}
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void deg2dms(double deg, double *dms)
+{
+    double sign=deg<0.0?-1.0:1.0,a=fabs(deg);
+    dms[0]=floor(a); a=(a-dms[0])*60.0;
+    dms[1]=floor(a); a=(a-dms[1])*60.0;
+    dms[2]=a; dms[0]*=sign;
+}
+/* convert deg-min-sec to degree -----------------------------------------------
+* convert degree-minute-second to degree
+* args   : double *dms      I   degree-minute-second {deg,min,sec}
+* return : degree
+*-----------------------------------------------------------------------------*/
+extern double dms2deg(const double *dms)
+{
+    double sign=dms[0]<0.0?-1.0:1.0;
+    return sign*(fabs(dms[0])+dms[1]/60.0+dms[2]/3600.0);
+}
+/* transform ecef to geodetic postion ------------------------------------------
+* transform ecef position to geodetic position
+* args   : double *r        I   ecef position {x,y,z} (m)
+*          double *pos      O   geodetic position {lat,lon,h} (rad,m)
+* return : none
+* notes  : WGS84, ellipsoidal height
+*-----------------------------------------------------------------------------*/
+extern void ecef2pos(const double *r, double *pos)
+{
+    double e2=FE_WGS84*(2.0-FE_WGS84),r2=dot(r,r,2),z,zk,v=RE_WGS84,sinp;
+    
+    for (z=r[2],zk=0.0;fabs(z-zk)>=1E-4;) {
+        zk=z;
+        sinp=z/sqrt(r2+z*z);
+        v=RE_WGS84/sqrt(1.0-e2*sinp*sinp);
+        z=r[2]+v*e2*sinp;
+    }
+    pos[0]=r2>1E-12?atan(z/sqrt(r2)):(r[2]>0.0?PI/2.0:-PI/2.0);
+    pos[1]=r2>1E-12?atan2(r[1],r[0]):0.0;
+    pos[2]=sqrt(r2+z*z)-v;
+}
+/* transform geodetic to ecef position -----------------------------------------
+* transform geodetic position to ecef position
+* args   : double *pos      I   geodetic position {lat,lon,h} (rad,m)
+*          double *r        O   ecef position {x,y,z} (m)
+* return : none
+* notes  : WGS84, ellipsoidal height
+*-----------------------------------------------------------------------------*/
+extern void pos2ecef(const double *pos, double *r)
+{
+    double sinp=sin(pos[0]),cosp=cos(pos[0]),sinl=sin(pos[1]),cosl=cos(pos[1]);
+    double e2=FE_WGS84*(2.0-FE_WGS84),v=RE_WGS84/sqrt(1.0-e2*sinp*sinp);
+    
+    r[0]=(v+pos[2])*cosp*cosl;
+    r[1]=(v+pos[2])*cosp*sinl;
+    r[2]=(v*(1.0-e2)+pos[2])*sinp;
+}
+/* ecef to local coordinate transfromation matrix ------------------------------
+* compute ecef to local coordinate transfromation matrix
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+*          double *E        O   ecef to local coord transformation matrix (3x3)
+* return : none
+* notes  : matirix stored by column-major order (fortran convention)
+*-----------------------------------------------------------------------------*/
+extern void xyz2enu(const double *pos, double *E)
+{
+    double sinp=sin(pos[0]),cosp=cos(pos[0]),sinl=sin(pos[1]),cosl=cos(pos[1]);
+    
+    E[0]=-sinl;      E[3]=cosl;       E[6]=0.0;
+    E[1]=-sinp*cosl; E[4]=-sinp*sinl; E[7]=cosp;
+    E[2]=cosp*cosl;  E[5]=cosp*sinl;  E[8]=sinp;
+}
+/* transform ecef vector to local tangental coordinate -------------------------
+* transform ecef vector to local tangental coordinate
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+*          double *r        I   vector in ecef coordinate {x,y,z}
+*          double *e        O   vector in local tangental coordinate {e,n,u}
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void ecef2enu(const double *pos, const double *r, double *e)
+{
+    double E[9];
+    
+    xyz2enu(pos,E);
+    matmul("NN",3,1,3,1.0,E,r,0.0,e);
+}
+/* transform local vector to ecef coordinate -----------------------------------
+* transform local tangental coordinate vector to ecef
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+*          double *e        I   vector in local tangental coordinate {e,n,u}
+*          double *r        O   vector in ecef coordinate {x,y,z}
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void enu2ecef(const double *pos, const double *e, double *r)
+{
+    double E[9];
+    
+    xyz2enu(pos,E);
+    matmul("TN",3,1,3,1.0,E,e,0.0,r);
+}
+/* transform covariance to local tangental coordinate --------------------------
+* transform ecef covariance to local tangental coordinate
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+*          double *P        I   covariance in ecef coordinate
+*          double *Q        O   covariance in local tangental coordinate
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void covenu(const double *pos, const double *P, double *Q)
+{
+    double E[9],EP[9];
+    
+    xyz2enu(pos,E);
+    matmul("NN",3,3,3,1.0,E,P,0.0,EP);
+    matmul("NT",3,3,3,1.0,EP,E,0.0,Q);
+}
+/* transform local enu coordinate covariance to xyz-ecef -----------------------
+* transform local enu covariance to xyz-ecef coordinate
+* args   : double *pos      I   geodetic position {lat,lon} (rad)
+*          double *Q        I   covariance in local enu coordinate
+*          double *P        O   covariance in xyz-ecef coordinate
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void covecef(const double *pos, const double *Q, double *P)
+{
+    double E[9],EQ[9];
+    
+    xyz2enu(pos,E);
+    matmul("TN",3,3,3,1.0,E,Q,0.0,EQ);
+    matmul("NN",3,3,3,1.0,EQ,E,0.0,P);
+}
+/* coordinate rotation matrix ------------------------------------------------*/
+#define Rx(t,X) do { \
+    (X)[0]=1.0; (X)[1]=(X)[2]=(X)[3]=(X)[6]=0.0; \
+    (X)[4]=(X)[8]=cos(t); (X)[7]=sin(t); (X)[5]=-(X)[7]; \
+} while (0)
+
+#define Ry(t,X) do { \
+    (X)[4]=1.0; (X)[1]=(X)[3]=(X)[5]=(X)[7]=0.0; \
+    (X)[0]=(X)[8]=cos(t); (X)[2]=sin(t); (X)[6]=-(X)[2]; \
+} while (0)
+
+#define Rz(t,X) do { \
+    (X)[8]=1.0; (X)[2]=(X)[5]=(X)[6]=(X)[7]=0.0; \
+    (X)[0]=(X)[4]=cos(t); (X)[3]=sin(t); (X)[1]=-(X)[3]; \
+} while (0)
+
+/* astronomical arguments: f={l,l',F,D,OMG} (rad) ----------------------------*/
+static void ast_args(double t, double *f)
+{
+    static const double fc[][5]={ /* coefficients for iau 1980 nutation */
+        { 134.96340251, 1717915923.2178,  31.8792,  0.051635, -0.00024470},
+        { 357.52910918,  129596581.0481,  -0.5532,  0.000136, -0.00001149},
+        {  93.27209062, 1739527262.8478, -12.7512, -0.001037,  0.00000417},
+        { 297.85019547, 1602961601.2090,  -6.3706,  0.006593, -0.00003169},
+        { 125.04455501,   -6962890.2665,   7.4722,  0.007702, -0.00005939}
+    };
+    double tt[4];
+    int i,j;
+    
+    for (tt[0]=t,i=1;i<4;i++) tt[i]=tt[i-1]*t;
+    for (i=0;i<5;i++) {
+        f[i]=fc[i][0]*3600.0;
+        for (j=0;j<4;j++) f[i]+=fc[i][j+1]*tt[j];
+        f[i]=fmod(f[i]*AS2R,2.0*PI);
+    }
+}
+/* iau 1980 nutation ---------------------------------------------------------*/
+static void nut_iau1980(double t, const double *f, double *dpsi, double *deps)
+{
+    static const double nut[106][10]={
+        {   0,   0,   0,   0,   1, -6798.4, -171996, -174.2, 92025,   8.9},
+        {   0,   0,   2,  -2,   2,   182.6,  -13187,   -1.6,  5736,  -3.1},
+        {   0,   0,   2,   0,   2,    13.7,   -2274,   -0.2,   977,  -0.5},
+        {   0,   0,   0,   0,   2, -3399.2,    2062,    0.2,  -895,   0.5},
+        {   0,  -1,   0,   0,   0,  -365.3,   -1426,    3.4,    54,  -0.1},
+        {   1,   0,   0,   0,   0,    27.6,     712,    0.1,    -7,   0.0},
+        {   0,   1,   2,  -2,   2,   121.7,    -517,    1.2,   224,  -0.6},
+        {   0,   0,   2,   0,   1,    13.6,    -386,   -0.4,   200,   0.0},
+        {   1,   0,   2,   0,   2,     9.1,    -301,    0.0,   129,  -0.1},
+        {   0,  -1,   2,  -2,   2,   365.2,     217,   -0.5,   -95,   0.3},
+        {  -1,   0,   0,   2,   0,    31.8,     158,    0.0,    -1,   0.0},
+        {   0,   0,   2,  -2,   1,   177.8,     129,    0.1,   -70,   0.0},
+        {  -1,   0,   2,   0,   2,    27.1,     123,    0.0,   -53,   0.0},
+        {   1,   0,   0,   0,   1,    27.7,      63,    0.1,   -33,   0.0},
+        {   0,   0,   0,   2,   0,    14.8,      63,    0.0,    -2,   0.0},
+        {  -1,   0,   2,   2,   2,     9.6,     -59,    0.0,    26,   0.0},
+        {  -1,   0,   0,   0,   1,   -27.4,     -58,   -0.1,    32,   0.0},
+        {   1,   0,   2,   0,   1,     9.1,     -51,    0.0,    27,   0.0},
+        {  -2,   0,   0,   2,   0,  -205.9,     -48,    0.0,     1,   0.0},
+        {  -2,   0,   2,   0,   1,  1305.5,      46,    0.0,   -24,   0.0},
+        {   0,   0,   2,   2,   2,     7.1,     -38,    0.0,    16,   0.0},
+        {   2,   0,   2,   0,   2,     6.9,     -31,    0.0,    13,   0.0},
+        {   2,   0,   0,   0,   0,    13.8,      29,    0.0,    -1,   0.0},
+        {   1,   0,   2,  -2,   2,    23.9,      29,    0.0,   -12,   0.0},
+        {   0,   0,   2,   0,   0,    13.6,      26,    0.0,    -1,   0.0},
+        {   0,   0,   2,  -2,   0,   173.3,     -22,    0.0,     0,   0.0},
+        {  -1,   0,   2,   0,   1,    27.0,      21,    0.0,   -10,   0.0},
+        {   0,   2,   0,   0,   0,   182.6,      17,   -0.1,     0,   0.0},
+        {   0,   2,   2,  -2,   2,    91.3,     -16,    0.1,     7,   0.0},
+        {  -1,   0,   0,   2,   1,    32.0,      16,    0.0,    -8,   0.0},
+        {   0,   1,   0,   0,   1,   386.0,     -15,    0.0,     9,   0.0},
+        {   1,   0,   0,  -2,   1,   -31.7,     -13,    0.0,     7,   0.0},
+        {   0,  -1,   0,   0,   1,  -346.6,     -12,    0.0,     6,   0.0},
+        {   2,   0,  -2,   0,   0, -1095.2,      11,    0.0,     0,   0.0},
+        {  -1,   0,   2,   2,   1,     9.5,     -10,    0.0,     5,   0.0},
+        {   1,   0,   2,   2,   2,     5.6,      -8,    0.0,     3,   0.0},
+        {   0,  -1,   2,   0,   2,    14.2,      -7,    0.0,     3,   0.0},
+        {   0,   0,   2,   2,   1,     7.1,      -7,    0.0,     3,   0.0},
+        {   1,   1,   0,  -2,   0,   -34.8,      -7,    0.0,     0,   0.0},
+        {   0,   1,   2,   0,   2,    13.2,       7,    0.0,    -3,   0.0},
+        {  -2,   0,   0,   2,   1,  -199.8,      -6,    0.0,     3,   0.0},
+        {   0,   0,   0,   2,   1,    14.8,      -6,    0.0,     3,   0.0},
+        {   2,   0,   2,  -2,   2,    12.8,       6,    0.0,    -3,   0.0},
+        {   1,   0,   0,   2,   0,     9.6,       6,    0.0,     0,   0.0},
+        {   1,   0,   2,  -2,   1,    23.9,       6,    0.0,    -3,   0.0},
+        {   0,   0,   0,  -2,   1,   -14.7,      -5,    0.0,     3,   0.0},
+        {   0,  -1,   2,  -2,   1,   346.6,      -5,    0.0,     3,   0.0},
+        {   2,   0,   2,   0,   1,     6.9,      -5,    0.0,     3,   0.0},
+        {   1,  -1,   0,   0,   0,    29.8,       5,    0.0,     0,   0.0},
+        {   1,   0,   0,  -1,   0,   411.8,      -4,    0.0,     0,   0.0},
+        {   0,   0,   0,   1,   0,    29.5,      -4,    0.0,     0,   0.0},
+        {   0,   1,   0,  -2,   0,   -15.4,      -4,    0.0,     0,   0.0},
+        {   1,   0,  -2,   0,   0,   -26.9,       4,    0.0,     0,   0.0},
+        {   2,   0,   0,  -2,   1,   212.3,       4,    0.0,    -2,   0.0},
+        {   0,   1,   2,  -2,   1,   119.6,       4,    0.0,    -2,   0.0},
+        {   1,   1,   0,   0,   0,    25.6,      -3,    0.0,     0,   0.0},
+        {   1,  -1,   0,  -1,   0, -3232.9,      -3,    0.0,     0,   0.0},
+        {  -1,  -1,   2,   2,   2,     9.8,      -3,    0.0,     1,   0.0},
+        {   0,  -1,   2,   2,   2,     7.2,      -3,    0.0,     1,   0.0},
+        {   1,  -1,   2,   0,   2,     9.4,      -3,    0.0,     1,   0.0},
+        {   3,   0,   2,   0,   2,     5.5,      -3,    0.0,     1,   0.0},
+        {  -2,   0,   2,   0,   2,  1615.7,      -3,    0.0,     1,   0.0},
+        {   1,   0,   2,   0,   0,     9.1,       3,    0.0,     0,   0.0},
+        {  -1,   0,   2,   4,   2,     5.8,      -2,    0.0,     1,   0.0},
+        {   1,   0,   0,   0,   2,    27.8,      -2,    0.0,     1,   0.0},
+        {  -1,   0,   2,  -2,   1,   -32.6,      -2,    0.0,     1,   0.0},
+        {   0,  -2,   2,  -2,   1,  6786.3,      -2,    0.0,     1,   0.0},
+        {  -2,   0,   0,   0,   1,   -13.7,      -2,    0.0,     1,   0.0},
+        {   2,   0,   0,   0,   1,    13.8,       2,    0.0,    -1,   0.0},
+        {   3,   0,   0,   0,   0,     9.2,       2,    0.0,     0,   0.0},
+        {   1,   1,   2,   0,   2,     8.9,       2,    0.0,    -1,   0.0},
+        {   0,   0,   2,   1,   2,     9.3,       2,    0.0,    -1,   0.0},
+        {   1,   0,   0,   2,   1,     9.6,      -1,    0.0,     0,   0.0},
+        {   1,   0,   2,   2,   1,     5.6,      -1,    0.0,     1,   0.0},
+        {   1,   1,   0,  -2,   1,   -34.7,      -1,    0.0,     0,   0.0},
+        {   0,   1,   0,   2,   0,    14.2,      -1,    0.0,     0,   0.0},
+        {   0,   1,   2,  -2,   0,   117.5,      -1,    0.0,     0,   0.0},
+        {   0,   1,  -2,   2,   0,  -329.8,      -1,    0.0,     0,   0.0},
+        {   1,   0,  -2,   2,   0,    23.8,      -1,    0.0,     0,   0.0},
+        {   1,   0,  -2,  -2,   0,    -9.5,      -1,    0.0,     0,   0.0},
+        {   1,   0,   2,  -2,   0,    32.8,      -1,    0.0,     0,   0.0},
+        {   1,   0,   0,  -4,   0,   -10.1,      -1,    0.0,     0,   0.0},
+        {   2,   0,   0,  -4,   0,   -15.9,      -1,    0.0,     0,   0.0},
+        {   0,   0,   2,   4,   2,     4.8,      -1,    0.0,     0,   0.0},
+        {   0,   0,   2,  -1,   2,    25.4,      -1,    0.0,     0,   0.0},
+        {  -2,   0,   2,   4,   2,     7.3,      -1,    0.0,     1,   0.0},
+        {   2,   0,   2,   2,   2,     4.7,      -1,    0.0,     0,   0.0},
+        {   0,  -1,   2,   0,   1,    14.2,      -1,    0.0,     0,   0.0},
+        {   0,   0,  -2,   0,   1,   -13.6,      -1,    0.0,     0,   0.0},
+        {   0,   0,   4,  -2,   2,    12.7,       1,    0.0,     0,   0.0},
+        {   0,   1,   0,   0,   2,   409.2,       1,    0.0,     0,   0.0},
+        {   1,   1,   2,  -2,   2,    22.5,       1,    0.0,    -1,   0.0},
+        {   3,   0,   2,  -2,   2,     8.7,       1,    0.0,     0,   0.0},
+        {  -2,   0,   2,   2,   2,    14.6,       1,    0.0,    -1,   0.0},
+        {  -1,   0,   0,   0,   2,   -27.3,       1,    0.0,    -1,   0.0},
+        {   0,   0,  -2,   2,   1,  -169.0,       1,    0.0,     0,   0.0},
+        {   0,   1,   2,   0,   1,    13.1,       1,    0.0,     0,   0.0},
+        {  -1,   0,   4,   0,   2,     9.1,       1,    0.0,     0,   0.0},
+        {   2,   1,   0,  -2,   0,   131.7,       1,    0.0,     0,   0.0},
+        {   2,   0,   0,   2,   0,     7.1,       1,    0.0,     0,   0.0},
+        {   2,   0,   2,  -2,   1,    12.8,       1,    0.0,    -1,   0.0},
+        {   2,   0,  -2,   0,   1,  -943.2,       1,    0.0,     0,   0.0},
+        {   1,  -1,   0,  -2,   0,   -29.3,       1,    0.0,     0,   0.0},
+        {  -1,   0,   0,   1,   1,  -388.3,       1,    0.0,     0,   0.0},
+        {  -1,  -1,   0,   2,   1,    35.0,       1,    0.0,     0,   0.0},
+        {   0,   1,   0,   1,   0,    27.3,       1,    0.0,     0,   0.0}
+    };
+    double ang;
+    int i,j;
+    
+    *dpsi=*deps=0.0;
+    
+    for (i=0;i<106;i++) {
+        ang=0.0;
+        for (j=0;j<5;j++) ang+=nut[i][j]*f[j];
+        *dpsi+=(nut[i][6]+nut[i][7]*t)*sin(ang);
+        *deps+=(nut[i][8]+nut[i][9]*t)*cos(ang);
+    }
+    *dpsi*=1E-4*AS2R; /* 0.1 mas -> rad */
+    *deps*=1E-4*AS2R;
+}
+/* eci to ecef transformation matrix -------------------------------------------
+* compute eci to ecef transformation matrix
+* args   : gtime_t tutc     I   time in utc
+*          double *erpv     I   erp values {xp,yp,ut1_utc,lod} (rad,rad,s,s/d)
+*          double *U        O   eci to ecef transformation matrix (3 x 3)
+*          double *gmst     IO  greenwich mean sidereal time (rad)
+*                               (NULL: no output)
+* return : none
+* note   : see ref [3] chap 5
+*          not thread-safe
+*-----------------------------------------------------------------------------*/
+extern void eci2ecef(gtime_t tutc, const double *erpv, double *U, double *gmst)
+{
+    const double ep2000[]={2000,1,1,12,0,0};
+    static gtime_t tutc_;
+    static double U_[9],gmst_;
+    gtime_t tgps;
+    double eps,ze,th,z,t,t2,t3,dpsi,deps,gast,f[5];
+    double R1[9],R2[9],R3[9],R[9],W[9],N[9],P[9],NP[9];
+    int i;
+    
+    trace(4,"eci2ecef: tutc=%s\n",time_str(tutc,3));
+    
+    if (fabs(timediff(tutc,tutc_))<0.01) { /* read cache */
+        for (i=0;i<9;i++) U[i]=U_[i];
+        if (gmst) *gmst=gmst_; 
+        return;
+    }
+    tutc_=tutc;
+    
+    /* terrestrial time */
+    tgps=utc2gpst(tutc_);
+    t=(timediff(tgps,epoch2time(ep2000))+19.0+32.184)/86400.0/36525.0;
+    t2=t*t; t3=t2*t;
+    
+    /* astronomical arguments */
+    ast_args(t,f);
+    
+    /* iau 1976 precession */
+    ze=(2306.2181*t+0.30188*t2+0.017998*t3)*AS2R;
+    th=(2004.3109*t-0.42665*t2-0.041833*t3)*AS2R;
+    z =(2306.2181*t+1.09468*t2+0.018203*t3)*AS2R;
+    eps=(84381.448-46.8150*t-0.00059*t2+0.001813*t3)*AS2R;
+    Rz(-z,R1); Ry(th,R2); Rz(-ze,R3);
+    matmul("NN",3,3,3,1.0,R1,R2,0.0,R);
+    matmul("NN",3,3,3,1.0,R, R3,0.0,P); /* P=Rz(-z)*Ry(th)*Rz(-ze) */
+    
+    /* iau 1980 nutation */
+    nut_iau1980(t,f,&dpsi,&deps);
+    Rx(-eps-deps,R1); Rz(-dpsi,R2); Rx(eps,R3);
+    matmul("NN",3,3,3,1.0,R1,R2,0.0,R);
+    matmul("NN",3,3,3,1.0,R ,R3,0.0,N); /* N=Rx(-eps)*Rz(-dspi)*Rx(eps) */
+    
+    /* greenwich aparent sidereal time (rad) */
+    gmst_=utc2gmst(tutc_,erpv[2]);
+    gast=gmst_+dpsi*cos(eps);
+    gast+=(0.00264*sin(f[4])+0.000063*sin(2.0*f[4]))*AS2R;
+    
+    /* eci to ecef transformation matrix */
+    Ry(-erpv[0],R1); Rx(-erpv[1],R2); Rz(gast,R3);
+    matmul("NN",3,3,3,1.0,R1,R2,0.0,W );
+    matmul("NN",3,3,3,1.0,W ,R3,0.0,R ); /* W=Ry(-xp)*Rx(-yp) */
+    matmul("NN",3,3,3,1.0,N ,P ,0.0,NP);
+    matmul("NN",3,3,3,1.0,R ,NP,0.0,U_); /* U=W*Rz(gast)*N*P */
+    
+    for (i=0;i<9;i++) U[i]=U_[i];
+    if (gmst) *gmst=gmst_; 
+    
+    trace(5,"gmst=%.12f gast=%.12f\n",gmst_,gast);
+    trace(5,"P=\n"); tracemat(5,P,3,3,15,12);
+    trace(5,"N=\n"); tracemat(5,N,3,3,15,12);
+    trace(5,"W=\n"); tracemat(5,W,3,3,15,12);
+    trace(5,"U=\n"); tracemat(5,U,3,3,15,12);
+}
+/* decode antenna parameter field --------------------------------------------*/
+static int decodef(char *p, int n, double *v)
+{
+    int i;
+    
+    for (i=0;i<n;i++) v[i]=0.0;
+    for (i=0,p=strtok(p," ");p&&i<n;p=strtok(NULL," ")) {
+        v[i++]=atof(p)*1E-3;
+    }
+    return i;
+}
+/* add antenna parameter -----------------------------------------------------*/
+static void addpcv(const pcv_t *pcv, pcvs_t *pcvs)
+{
+    pcv_t *pcvs_pcv;
+    
+    if (pcvs->nmax<=pcvs->n) {
+        pcvs->nmax+=256;
+        if (!(pcvs_pcv=(pcv_t *)realloc(pcvs->pcv,sizeof(pcv_t)*pcvs->nmax))) {
+            trace(1,"addpcv: memory allocation error\n");
+            free(pcvs->pcv); pcvs->pcv=NULL; pcvs->n=pcvs->nmax=0;
+            return;
+        }
+        pcvs->pcv=pcvs_pcv;
+    }
+    pcvs->pcv[pcvs->n++]=*pcv;
+}
+/* read ngs antenna parameter file -------------------------------------------*/
+static int readngspcv(const char *file, pcvs_t *pcvs)
+{
+    FILE *fp;
+    static const pcv_t pcv0={0};
+    pcv_t pcv;
+    double neu[3];
+    int n=0;
+    char buff[256];
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"ngs pcv file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (strlen(buff)>=62&&buff[61]=='|') continue;
+        
+        if (buff[0]!=' ') n=0; /* start line */
+        if (++n==1) {
+            pcv=pcv0;
+            strncpy(pcv.type,buff,61); pcv.type[61]='\0';
+        }
+        else if (n==2) {
+            if (decodef(buff,3,neu)<3) continue;
+            pcv.off[0][0]=neu[1];
+            pcv.off[0][1]=neu[0];
+            pcv.off[0][2]=neu[2];
+        }
+        else if (n==3) decodef(buff,10,pcv.var[0]);
+        else if (n==4) decodef(buff,9,pcv.var[0]+10);
+        else if (n==5) {
+            if (decodef(buff,3,neu)<3) continue;;
+            pcv.off[1][0]=neu[1];
+            pcv.off[1][1]=neu[0];
+            pcv.off[1][2]=neu[2];
+        }
+        else if (n==6) decodef(buff,10,pcv.var[1]);
+        else if (n==7) {
+            decodef(buff,9,pcv.var[1]+10);
+            addpcv(&pcv,pcvs);
+        }
+    }
+    fclose(fp);
+    
+    return 1;
+}
+/* read antex file ----------------------------------------------------------*/
+static int readantex(const char *file, pcvs_t *pcvs)
+{
+    FILE *fp;
+    static const pcv_t pcv0={0};
+    pcv_t pcv;
+    double neu[3];
+    int i,f,freq=0,state=0,freqs[]={1,2,5,6,7,8,0};
+    char buff[256];
+    
+    trace(3,"readantex: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"antex pcv file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if (strlen(buff)<60||strstr(buff+60,"COMMENT")) continue;
+        
+        if (strstr(buff+60,"START OF ANTENNA")) {
+            pcv=pcv0;
+            state=1;
+        }
+        if (strstr(buff+60,"END OF ANTENNA")) {
+            addpcv(&pcv,pcvs);
+            state=0;
+        }
+        if (!state) continue;
+        
+        if (strstr(buff+60,"TYPE / SERIAL NO")) {
+            strncpy(pcv.type,buff   ,20); pcv.type[20]='\0';
+            strncpy(pcv.code,buff+20,20); pcv.code[20]='\0';
+            if (!strncmp(pcv.code+3,"        ",8)) {
+                pcv.sat=satid2no(pcv.code);
+            }
+        }
+        else if (strstr(buff+60,"VALID FROM")) {
+            if (!str2time(buff,0,43,&pcv.ts)) continue;
+        }
+        else if (strstr(buff+60,"VALID UNTIL")) {
+            if (!str2time(buff,0,43,&pcv.te)) continue;
+        }
+        else if (strstr(buff+60,"START OF FREQUENCY")) {
+            if (sscanf(buff+4,"%d",&f)<1) continue;
+            for (i=0;i<NFREQ;i++) if (freqs[i]==f) break;
+            if (i<NFREQ) freq=i+1;
+        }
+        else if (strstr(buff+60,"END OF FREQUENCY")) {
+            freq=0;
+        }
+        else if (strstr(buff+60,"NORTH / EAST / UP")) {
+            if (freq<1||NFREQ<freq) continue;
+            if (decodef(buff,3,neu)<3) continue;
+            pcv.off[freq-1][0]=neu[pcv.sat?0:1]; /* x or e */
+            pcv.off[freq-1][1]=neu[pcv.sat?1:0]; /* y or n */
+            pcv.off[freq-1][2]=neu[2];           /* z or u */
+        }
+        else if (strstr(buff,"NOAZI")) {
+            if (freq<1||NFREQ<freq) continue;
+            if ((i=decodef(buff+8,19,pcv.var[freq-1]))<=0) continue;
+            for (;i<19;i++) pcv.var[freq-1][i]=pcv.var[freq-1][i-1];
+        }
+    }
+    fclose(fp);
+    
+    return 1;
+}
+/* read antenna parameters ------------------------------------------------------
+* read antenna parameters
+* args   : char   *file       I   antenna parameter file (antex)
+*          pcvs_t *pcvs       IO  antenna parameters
+* return : status (1:ok,0:file open error)
+* notes  : file with the externsion .atx or .ATX is recognized as antex
+*          file except for antex is recognized ngs antenna parameters
+*          see reference [3]
+*          only support non-azimuth-depedent parameters
+*-----------------------------------------------------------------------------*/
+extern int readpcv(const char *file, pcvs_t *pcvs)
+{
+    pcv_t *pcv;
+    char *ext;
+    int i,stat;
+    
+    trace(3,"readpcv: file=%s\n",file);
+    
+    if (!(ext=strrchr(file,'.'))) ext="";
+    
+    if (!strcmp(ext,".atx")||!strcmp(ext,".ATX")) {
+        stat=readantex(file,pcvs);
+    }
+    else {
+        stat=readngspcv(file,pcvs);
+    }
+    for (i=0;i<pcvs->n;i++) {
+        pcv=pcvs->pcv+i;
+        trace(4,"sat=%2d type=%20s code=%s off=%8.4f %8.4f %8.4f  %8.4f %8.4f %8.4f\n",
+              pcv->sat,pcv->type,pcv->code,pcv->off[0][0],pcv->off[0][1],
+              pcv->off[0][2],pcv->off[1][0],pcv->off[1][1],pcv->off[1][2]);
+    }
+    return stat;
+}
+/* search antenna parameter ----------------------------------------------------
+* read satellite antenna phase center position
+* args   : int    sat         I   satellite number (0: receiver antenna)
+*          char   *type       I   antenna type for receiver antenna
+*          gtime_t time       I   time to search parameters
+*          pcvs_t *pcvs       IO  antenna parameters
+* return : antenna parameter (NULL: no antenna)
+*-----------------------------------------------------------------------------*/
+extern pcv_t *searchpcv(int sat, const char *type, gtime_t time,
+                        const pcvs_t *pcvs)
+{
+    pcv_t *pcv;
+    char buff[MAXANT],*types[2],*p;
+    int i,j,n=0;
+    
+    trace(3,"searchpcv: sat=%2d type=%s\n",sat,type);
+    
+    if (sat) { /* search satellite antenna */
+        for (i=0;i<pcvs->n;i++) {
+            pcv=pcvs->pcv+i;
+            if (pcv->sat!=sat) continue;
+            if (pcv->ts.time!=0&&timediff(pcv->ts,time)>0.0) continue;
+            if (pcv->te.time!=0&&timediff(pcv->te,time)<0.0) continue;
+            return pcv;
+        }
+    }
+    else {
+        strcpy(buff,type);
+        for (p=strtok(buff," ");p&&n<2;p=strtok(NULL," ")) types[n++]=p;
+        if (n<=0) return NULL;
+        
+        /* search receiver antenna with radome at first */
+        for (i=0;i<pcvs->n;i++) {
+            pcv=pcvs->pcv+i;
+            for (j=0;j<n;j++) if (!strstr(pcv->type,types[j])) break;
+            if (j>=n) return pcv;
+        }
+        /* search receiver antenna without radome */
+        for (i=0;i<pcvs->n;i++) {
+            pcv=pcvs->pcv+i;
+            if (strstr(pcv->type,types[0])!=pcv->type) continue;
+            
+            trace(2,"pcv without radome is used type=%s\n",type);
+            return pcv;
+        }
+    }
+    return NULL;
+}
+/* read station positions ------------------------------------------------------
+* read positions from station position file
+* args   : char  *file      I   station position file containing
+*                               lat(deg) lon(deg) height(m) name in a line
+*          char  *rcvs      I   station name
+*          double *pos      O   station position {lat,lon,h} (rad/m)
+*                               (all 0 if search error)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void readpos(const char *file, const char *rcv, double *pos)
+{
+    static double poss[2048][3];
+    static char stas[2048][16];
+    FILE *fp;
+    int i,j,len,np=0;
+    char buff[256],str[256];
+    
+    trace(3,"readpos: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        fprintf(stderr,"reference position file open error : %s\n",file);
+        return;
+    }
+    while (np<2048&&fgets(buff,sizeof(buff),fp)) {
+        if (buff[0]=='%'||buff[0]=='#') continue;
+        if (sscanf(buff,"%lf %lf %lf %255s",&poss[np][0],&poss[np][1],&poss[np][2],
+                   str)<4) continue;
+        strncpy(stas[np],str,15); stas[np++][15]='\0';
+    }
+    fclose(fp);
+    len=(int)strlen(rcv);
+    for (i=0;i<np;i++) {
+        if (strncmp(stas[i],rcv,len)) continue;
+        for (j=0;j<3;j++) pos[j]=poss[i][j];
+        pos[0]*=D2R; pos[1]*=D2R;
+        return;
+    }
+    pos[0]=pos[1]=pos[2]=0.0;
+}
+/* read blq record -----------------------------------------------------------*/
+static int readblqrecord(FILE *fp, double *odisp)
+{
+    double v[11];
+    char buff[256];
+    int i,n=0;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (!strncmp(buff,"$$",2)) continue;
+        if (sscanf(buff,"%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf",
+                   v,v+1,v+2,v+3,v+4,v+5,v+6,v+7,v+8,v+9,v+10)<11) continue;
+        for (i=0;i<11;i++) odisp[n+i*6]=v[i];
+        if (++n==6) return 1;
+    }
+    return 0;
+}
+/* read blq ocean tide loading parameters --------------------------------------
+* read blq ocean tide loading parameters
+* args   : char   *file       I   BLQ ocean tide loading parameter file
+*          char   *sta        I   station name
+*          double *odisp      O   ocean tide loading parameters
+* return : status (1:ok,0:file open error)
+*-----------------------------------------------------------------------------*/
+extern int readblq(const char *file, const char *sta, double *odisp)
+{
+    FILE *fp;
+    char buff[256],staname[32]="",name[32],*p;
+    
+    /* station name to upper case */
+    sscanf(sta,"%16s",staname);
+    for (p=staname;(*p=(char)toupper((int)(*p)));p++) ;
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"blq file open error: file=%s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (!strncmp(buff,"$$",2)||strlen(buff)<2) continue;
+        
+        if (sscanf(buff+2,"%16s",name)<1) continue;
+        for (p=name;(*p=(char)toupper((int)(*p)));p++) ;
+        if (strcmp(name,staname)) continue;
+        
+        /* read blq record */
+        if (readblqrecord(fp,odisp)) {
+            fclose(fp);
+            return 1;
+        }
+    }
+    fclose(fp);
+    trace(2,"no otl parameters: sta=%s file=%s\n",sta,file);
+    return 0;
+}
+/* read earth rotation parameters ----------------------------------------------
+* read earth rotation parameters
+* args   : char   *file       I   IGS ERP file (IGS ERP ver.2)
+*          erp_t  *erp        O   earth rotation parameters
+* return : status (1:ok,0:file open error)
+*-----------------------------------------------------------------------------*/
+extern int readerp(const char *file, erp_t *erp)
+{
+    FILE *fp;
+    erpd_t *erp_data;
+    double v[14]={0};
+    char buff[256];
+    
+    trace(3,"readerp: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"erp file open error: file=%s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (sscanf(buff,"%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf",
+                   v,v+1,v+2,v+3,v+4,v+5,v+6,v+7,v+8,v+9,v+10,v+11,v+12,v+13)<5) {
+            continue;
+        }
+        if (erp->n>=erp->nmax) {
+            erp->nmax=erp->nmax<=0?128:erp->nmax*2;
+            erp_data=(erpd_t *)realloc(erp->data,sizeof(erpd_t)*erp->nmax);
+            if (!erp_data) {
+                free(erp->data); erp->data=NULL; erp->n=erp->nmax=0;
+                fclose(fp);
+                return 0;
+            }
+            erp->data=erp_data;
+        }
+        erp->data[erp->n].mjd=v[0];
+        erp->data[erp->n].xp=v[1]*1E-6*AS2R;
+        erp->data[erp->n].yp=v[2]*1E-6*AS2R;
+        erp->data[erp->n].ut1_utc=v[3]*1E-7;
+        erp->data[erp->n].lod=v[4]*1E-7;
+        erp->data[erp->n].xpr=v[12]*1E-6*AS2R;
+        erp->data[erp->n++].ypr=v[13]*1E-6*AS2R;
+    }
+    fclose(fp);
+    return 1;
+}
+/* get earth rotation parameter values -----------------------------------------
+* get earth rotation parameter values
+* args   : erp_t  *erp        I   earth rotation parameters
+*          gtime_t time       I   time (gpst)
+*          double *erpv       O   erp values {xp,yp,ut1_utc,lod} (rad,rad,s,s/d)
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int geterp(const erp_t *erp, gtime_t time, double *erpv)
+{
+    const double ep[]={2000,1,1,12,0,0};
+    double mjd,day,a;
+    int i,j,k;
+    
+    trace(4,"geterp:\n");
+    
+    if (erp->n<=0) return 0;
+    
+    mjd=51544.5+(timediff(gpst2utc(time),epoch2time(ep)))/86400.0;
+    
+    if (mjd<=erp->data[0].mjd) {
+        day=mjd-erp->data[0].mjd;
+        erpv[0]=erp->data[0].xp     +erp->data[0].xpr*day;
+        erpv[1]=erp->data[0].yp     +erp->data[0].ypr*day;
+        erpv[2]=erp->data[0].ut1_utc-erp->data[0].lod*day;
+        erpv[3]=erp->data[0].lod;
+        return 1;
+    }
+    if (mjd>=erp->data[erp->n-1].mjd) {
+        day=mjd-erp->data[erp->n-1].mjd;
+        erpv[0]=erp->data[erp->n-1].xp     +erp->data[erp->n-1].xpr*day;
+        erpv[1]=erp->data[erp->n-1].yp     +erp->data[erp->n-1].ypr*day;
+        erpv[2]=erp->data[erp->n-1].ut1_utc-erp->data[erp->n-1].lod*day;
+        erpv[3]=erp->data[erp->n-1].lod;
+        return 1;
+    }
+    for (j=0,k=erp->n-1;j<k-1;) {
+        i=(j+k)/2;
+        if (mjd<erp->data[i].mjd) k=i; else j=i;
+    }
+    if (erp->data[j].mjd==erp->data[j+1].mjd) {
+        a=0.5;
+    }
+    else {
+        a=(mjd-erp->data[j].mjd)/(erp->data[j+1].mjd-erp->data[j].mjd);
+    }
+    erpv[0]=(1.0-a)*erp->data[j].xp     +a*erp->data[j+1].xp;
+    erpv[1]=(1.0-a)*erp->data[j].yp     +a*erp->data[j+1].yp;
+    erpv[2]=(1.0-a)*erp->data[j].ut1_utc+a*erp->data[j+1].ut1_utc;
+    erpv[3]=(1.0-a)*erp->data[j].lod    +a*erp->data[j+1].lod;
+    return 1;
+}
+/* compare ephemeris ---------------------------------------------------------*/
+static int cmpeph(const void *p1, const void *p2)
+{
+    eph_t *q1=(eph_t *)p1,*q2=(eph_t *)p2;
+    return q1->ttr.time!=q2->ttr.time?(int)(q1->ttr.time-q2->ttr.time):
+           (q1->toe.time!=q2->toe.time?(int)(q1->toe.time-q2->toe.time):
+            q1->sat-q2->sat);
+}
+/* sort and unique ephemeris -------------------------------------------------*/
+static void uniqeph(nav_t *nav)
+{
+    eph_t *nav_eph;
+    int i,j;
+    
+    trace(3,"uniqeph: n=%d\n",nav->n);
+    
+    if (nav->n<=0) return;
+    
+    qsort(nav->eph,nav->n,sizeof(eph_t),cmpeph);
+    
+    for (i=1,j=0;i<nav->n;i++) {
+        if (nav->eph[i].sat!=nav->eph[j].sat||
+            nav->eph[i].iode!=nav->eph[j].iode) {
+            nav->eph[++j]=nav->eph[i];
+        }
+    }
+    nav->n=j+1;
+    
+    if (!(nav_eph=(eph_t *)realloc(nav->eph,sizeof(eph_t)*nav->n))) {
+        trace(1,"uniqeph malloc error n=%d\n",nav->n);
+        free(nav->eph); nav->eph=NULL; nav->n=nav->nmax=0;
+        return;
+    }
+    nav->eph=nav_eph;
+    nav->nmax=nav->n;
+    
+    trace(4,"uniqeph: n=%d\n",nav->n);
+}
+/* compare glonass ephemeris -------------------------------------------------*/
+static int cmpgeph(const void *p1, const void *p2)
+{
+    geph_t *q1=(geph_t *)p1,*q2=(geph_t *)p2;
+    return q1->tof.time!=q2->tof.time?(int)(q1->tof.time-q2->tof.time):
+           (q1->toe.time!=q2->toe.time?(int)(q1->toe.time-q2->toe.time):
+            q1->sat-q2->sat);
+}
+/* sort and unique glonass ephemeris -----------------------------------------*/
+static void uniqgeph(nav_t *nav)
+{
+    geph_t *nav_geph;
+    int i,j;
+    
+    trace(3,"uniqgeph: ng=%d\n",nav->ng);
+    
+    if (nav->ng<=0) return;
+    
+    qsort(nav->geph,nav->ng,sizeof(geph_t),cmpgeph);
+    
+    for (i=j=0;i<nav->ng;i++) {
+        if (nav->geph[i].sat!=nav->geph[j].sat||
+            nav->geph[i].toe.time!=nav->geph[j].toe.time||
+            nav->geph[i].svh!=nav->geph[j].svh) {
+            nav->geph[++j]=nav->geph[i];
+        }
+    }
+    nav->ng=j+1;
+    
+    if (!(nav_geph=(geph_t *)realloc(nav->geph,sizeof(geph_t)*nav->ng))) {
+        trace(1,"uniqgeph malloc error ng=%d\n",nav->ng);
+        free(nav->geph); nav->geph=NULL; nav->ng=nav->ngmax=0;
+        return;
+    }
+    nav->geph=nav_geph;
+    nav->ngmax=nav->ng;
+    
+    trace(4,"uniqgeph: ng=%d\n",nav->ng);
+}
+/* compare sbas ephemeris ----------------------------------------------------*/
+static int cmpseph(const void *p1, const void *p2)
+{
+    seph_t *q1=(seph_t *)p1,*q2=(seph_t *)p2;
+    return q1->tof.time!=q2->tof.time?(int)(q1->tof.time-q2->tof.time):
+           (q1->t0.time!=q2->t0.time?(int)(q1->t0.time-q2->t0.time):
+            q1->sat-q2->sat);
+}
+/* sort and unique sbas ephemeris --------------------------------------------*/
+static void uniqseph(nav_t *nav)
+{
+    seph_t *nav_seph;
+    int i,j;
+    
+    trace(3,"uniqseph: ns=%d\n",nav->ns);
+    
+    if (nav->ns<=0) return;
+    
+    qsort(nav->seph,nav->ns,sizeof(seph_t),cmpseph);
+    
+    for (i=j=0;i<nav->ns;i++) {
+        if (nav->seph[i].sat!=nav->seph[j].sat||
+            nav->seph[i].t0.time!=nav->seph[j].t0.time) {
+            nav->seph[++j]=nav->seph[i];
+        }
+    }
+    nav->ns=j+1;
+    
+    if (!(nav_seph=(seph_t *)realloc(nav->seph,sizeof(seph_t)*nav->ns))) {
+        trace(1,"uniqseph malloc error ns=%d\n",nav->ns);
+        free(nav->seph); nav->seph=NULL; nav->ns=nav->nsmax=0;
+        return;
+    }
+    nav->seph=nav_seph;
+    nav->nsmax=nav->ns;
+    
+    trace(4,"uniqseph: ns=%d\n",nav->ns);
+}
+/* unique ephemerides ----------------------------------------------------------
+* unique ephemerides in navigation data and update carrier wave length
+* args   : nav_t *nav    IO     navigation data
+* return : number of epochs
+*-----------------------------------------------------------------------------*/
+extern void uniqnav(nav_t *nav)
+{
+    int i,j;
+    
+    trace(3,"uniqnav: neph=%d ngeph=%d nseph=%d\n",nav->n,nav->ng,nav->ns);
+    
+    /* unique ephemeris */
+    uniqeph (nav);
+    uniqgeph(nav);
+    uniqseph(nav);
+    
+    /* update carrier wave length */
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+        nav->lam[i][j]=satwavelen(i+1,j,nav);
+    }
+}
+/* compare observation data -------------------------------------------------*/
+static int cmpobs(const void *p1, const void *p2)
+{
+    obsd_t *q1=(obsd_t *)p1,*q2=(obsd_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    if (fabs(tt)>DTTOL) return tt<0?-1:1;
+    if (q1->rcv!=q2->rcv) return (int)q1->rcv-(int)q2->rcv;
+    return (int)q1->sat-(int)q2->sat;
+}
+/* sort and unique observation data --------------------------------------------
+* sort and unique observation data by time, rcv, sat
+* args   : obs_t *obs    IO     observation data
+* return : number of epochs
+*-----------------------------------------------------------------------------*/
+extern int sortobs(obs_t *obs)
+{
+    int i,j,n;
+    
+    trace(3,"sortobs: nobs=%d\n",obs->n);
+    
+    if (obs->n<=0) return 0;
+    
+    qsort(obs->data,obs->n,sizeof(obsd_t),cmpobs);
+    
+    /* delete duplicated data */
+    for (i=j=0;i<obs->n;i++) {
+        if (obs->data[i].sat!=obs->data[j].sat||
+            obs->data[i].rcv!=obs->data[j].rcv||
+            timediff(obs->data[i].time,obs->data[j].time)!=0.0) {
+            obs->data[++j]=obs->data[i];
+        }
+    }
+    obs->n=j+1;
+    
+    for (i=n=0;i<obs->n;i=j,n++) {
+        for (j=i+1;j<obs->n;j++) {
+            if (timediff(obs->data[j].time,obs->data[i].time)>DTTOL) break;
+        }
+    }
+    return n;
+}
+/* screen by time --------------------------------------------------------------
+* screening by time start, time end, and time interval
+* args   : gtime_t time  I      time
+*          gtime_t ts    I      time start (ts.time==0:no screening by ts)
+*          gtime_t te    I      time end   (te.time==0:no screening by te)
+*          double  tint  I      time interval (s) (0.0:no screen by tint)
+* return : 1:on condition, 0:not on condition
+*-----------------------------------------------------------------------------*/
+extern int screent(gtime_t time, gtime_t ts, gtime_t te, double tint)
+{
+    return (tint<=0.0||fmod(time2gpst(time,NULL)+DTTOL,tint)<=DTTOL*2.0)&&
+           (ts.time==0||timediff(time,ts)>=-DTTOL)&&
+           (te.time==0||timediff(time,te)<  DTTOL);
+}
+/* read/save navigation data ---------------------------------------------------
+* save or load navigation data
+* args   : char    file  I      file path
+*          nav_t   nav   O/I    navigation data
+* return : status (1:ok,0:no file)
+*-----------------------------------------------------------------------------*/
+extern int readnav(const char *file, nav_t *nav)
+{
+    FILE *fp;
+    eph_t eph0={0};
+    char buff[4096],*p;
+    int i,sat;
+    
+    trace(3,"loadnav: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"r"))) return 0;
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (!strncmp(buff,"IONUTC",6)) {
+            for (i=0;i<8;i++) nav->ion_gps[i]=0.0;
+            for (i=0;i<4;i++) nav->utc_gps[i]=0.0;
+            nav->leaps=0;
+            sscanf(buff,"IONUTC,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%d",
+                   &nav->ion_gps[0],&nav->ion_gps[1],&nav->ion_gps[2],&nav->ion_gps[3],
+                   &nav->ion_gps[4],&nav->ion_gps[5],&nav->ion_gps[6],&nav->ion_gps[7],
+                   &nav->utc_gps[0],&nav->utc_gps[1],&nav->utc_gps[2],&nav->utc_gps[3],
+                   &nav->leaps);
+            continue;   
+        }
+        if ((p=strchr(buff,','))) *p='\0'; else continue;
+        if (!(sat=satid2no(buff))) continue;
+        nav->eph[sat-1]=eph0;
+        nav->eph[sat-1].sat=sat;
+        sscanf(p+1,"%d,%d,%d,%d,%ld,%ld,%ld,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,"
+                    "%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%d,%d",
+               &nav->eph[sat-1].iode,&nav->eph[sat-1].iodc,&nav->eph[sat-1].sva ,
+               &nav->eph[sat-1].svh ,&nav->eph[sat-1].toe.time,
+               &nav->eph[sat-1].toc.time,&nav->eph[sat-1].ttr.time,
+               &nav->eph[sat-1].A   ,&nav->eph[sat-1].e   ,&nav->eph[sat-1].i0  ,
+               &nav->eph[sat-1].OMG0,&nav->eph[sat-1].omg ,&nav->eph[sat-1].M0  ,
+               &nav->eph[sat-1].deln,&nav->eph[sat-1].OMGd,&nav->eph[sat-1].idot,
+               &nav->eph[sat-1].crc ,&nav->eph[sat-1].crs ,&nav->eph[sat-1].cuc ,
+               &nav->eph[sat-1].cus ,&nav->eph[sat-1].cic ,&nav->eph[sat-1].cis ,
+               &nav->eph[sat-1].toes,&nav->eph[sat-1].fit ,&nav->eph[sat-1].f0  ,
+               &nav->eph[sat-1].f1  ,&nav->eph[sat-1].f2  ,&nav->eph[sat-1].tgd[0],
+               &nav->eph[sat-1].code, &nav->eph[sat-1].flag);
+    }
+    fclose(fp);
+    return 1;
+}
+extern int savenav(const char *file, const nav_t *nav)
+{
+    FILE *fp;
+    int i;
+    char id[32];
+    
+    trace(3,"savenav: file=%s\n",file);
+    
+    if (!(fp=fopen(file,"w"))) return 0;
+    
+    for (i=0;i<MAXSAT;i++) {
+        if (nav->eph[i].ttr.time==0) continue;
+        satno2id(nav->eph[i].sat,id);
+        fprintf(fp,"%s,%d,%d,%d,%d,%d,%d,%d,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,"
+                   "%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,"
+                   "%.14E,%.14E,%.14E,%.14E,%.14E,%d,%d\n",
+                id,nav->eph[i].iode,nav->eph[i].iodc,nav->eph[i].sva ,
+                nav->eph[i].svh ,(int)nav->eph[i].toe.time,
+                (int)nav->eph[i].toc.time,(int)nav->eph[i].ttr.time,
+                nav->eph[i].A   ,nav->eph[i].e  ,nav->eph[i].i0  ,nav->eph[i].OMG0,
+                nav->eph[i].omg ,nav->eph[i].M0 ,nav->eph[i].deln,nav->eph[i].OMGd,
+                nav->eph[i].idot,nav->eph[i].crc,nav->eph[i].crs ,nav->eph[i].cuc ,
+                nav->eph[i].cus ,nav->eph[i].cic,nav->eph[i].cis ,nav->eph[i].toes,
+                nav->eph[i].fit ,nav->eph[i].f0 ,nav->eph[i].f1  ,nav->eph[i].f2  ,
+                nav->eph[i].tgd[0],nav->eph[i].code,nav->eph[i].flag);
+    }
+    fprintf(fp,"IONUTC,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,%.14E,"
+               "%.14E,%.14E,%.14E,%d",
+            nav->ion_gps[0],nav->ion_gps[1],nav->ion_gps[2],nav->ion_gps[3],
+            nav->ion_gps[4],nav->ion_gps[5],nav->ion_gps[6],nav->ion_gps[7],
+            nav->utc_gps[0],nav->utc_gps[1],nav->utc_gps[2],nav->utc_gps[3],
+            nav->leaps);
+    
+    fclose(fp);
+    return 1;
+}
+/* free observation data -------------------------------------------------------
+* free memory for observation data
+* args   : obs_t *obs    IO     observation data
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void freeobs(obs_t *obs)
+{
+    free(obs->data); obs->data=NULL; obs->n=obs->nmax=0;
+}
+/* free navigation data ---------------------------------------------------------
+* free memory for navigation data
+* args   : nav_t *nav    IO     navigation data
+*          int   opt     I      option (or of followings)
+*                               (0x01: gps/qzs ephmeris, 0x02: glonass ephemeris,
+*                                0x04: sbas ephemeris,   0x08: precise ephemeris,
+*                                0x10: precise clock     0x20: almanac,
+*                                0x40: tec data)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void freenav(nav_t *nav, int opt)
+{
+    if (opt&0x01) {free(nav->eph ); nav->eph =NULL; nav->n =nav->nmax =0;}
+    if (opt&0x02) {free(nav->geph); nav->geph=NULL; nav->ng=nav->ngmax=0;}
+    if (opt&0x04) {free(nav->seph); nav->seph=NULL; nav->ns=nav->nsmax=0;}
+    if (opt&0x08) {free(nav->peph); nav->peph=NULL; nav->ne=nav->nemax=0;}
+    if (opt&0x10) {free(nav->pclk); nav->pclk=NULL; nav->nc=nav->ncmax=0;}
+    if (opt&0x20) {free(nav->alm ); nav->alm =NULL; nav->na=nav->namax=0;}
+    if (opt&0x40) {free(nav->tec ); nav->tec =NULL; nav->nt=nav->ntmax=0;}
+    if (opt&0x80) {free(nav->fcb ); nav->fcb =NULL; nav->nf=nav->nfmax=0;}
+}
+/* debug trace functions -----------------------------------------------------*/
+#ifdef TRACE
+
+static FILE *fp_trace=NULL;     /* file pointer of trace */
+static char file_trace[1024];   /* trace file */
+static int level_trace=0;       /* level of trace */
+static unsigned int tick_trace=0; /* tick time at traceopen (ms) */
+static gtime_t time_trace={0};  /* time at traceopen */
+static lock_t lock_trace;       /* lock for trace */
+
+static void traceswap(void)
+{
+    gtime_t time=utc2gpst(timeget());
+    char path[1024];
+    
+    lock(&lock_trace);
+    
+    if ((int)(time2gpst(time      ,NULL)/INT_SWAP_TRAC)==
+        (int)(time2gpst(time_trace,NULL)/INT_SWAP_TRAC)) {
+        unlock(&lock_trace);
+        return;
+    }
+    time_trace=time;
+    
+    if (!reppath(file_trace,path,time,"","")) {
+        unlock(&lock_trace);
+        return;
+    }
+    if (fp_trace) fclose(fp_trace);
+    
+    if (!(fp_trace=fopen(path,"w"))) {
+        fp_trace=stderr;
+    }
+    unlock(&lock_trace);
+}
+extern void traceopen(const char *file)
+{
+    gtime_t time=utc2gpst(timeget());
+    char path[1024];
+    
+    reppath(file,path,time,"","");
+    if (!*path||!(fp_trace=fopen(path,"w"))) fp_trace=stderr;
+    strcpy(file_trace,file);
+    tick_trace=tickget();
+    time_trace=time;
+    initlock(&lock_trace);
+}
+extern void traceclose(void)
+{
+    if (fp_trace&&fp_trace!=stderr) fclose(fp_trace);
+    fp_trace=NULL;
+    file_trace[0]='\0';
+}
+extern void tracelevel(int level)
+{
+    level_trace=level;
+}
+extern void trace(int level, const char *format, ...)
+{
+    va_list ap;
+    
+    /* print error message to stderr */
+    if (level<=1) {
+        va_start(ap,format); vfprintf(stderr,format,ap); va_end(ap);
+    }
+    if (!fp_trace||level>level_trace) return;
+    traceswap();
+    fprintf(fp_trace,"%d ",level);
+    va_start(ap,format); vfprintf(fp_trace,format,ap); va_end(ap);
+    fflush(fp_trace);
+}
+extern void tracet(int level, const char *format, ...)
+{
+    va_list ap;
+    
+    if (!fp_trace||level>level_trace) return;
+    traceswap();
+    fprintf(fp_trace,"%d %9.3f: ",level,(tickget()-tick_trace)/1000.0);
+    va_start(ap,format); vfprintf(fp_trace,format,ap); va_end(ap);
+    fflush(fp_trace);
+}
+extern void tracemat(int level, const double *A, int n, int m, int p, int q)
+{
+    if (!fp_trace||level>level_trace) return;
+    matfprint(A,n,m,p,q,fp_trace); fflush(fp_trace);
+}
+extern void traceobs(int level, const obsd_t *obs, int n)
+{
+    char str[64],id[16];
+    int i;
+    
+    if (!fp_trace||level>level_trace) return;
+    for (i=0;i<n;i++) {
+        time2str(obs[i].time,str,3);
+        satno2id(obs[i].sat,id);
+        fprintf(fp_trace," (%2d) %s %-3s rcv%d %13.3f %13.3f %13.3f %13.3f %d %d %d %d %3.1f %3.1f\n",
+              i+1,str,id,obs[i].rcv,obs[i].L[0],obs[i].L[1],obs[i].P[0],
+              obs[i].P[1],obs[i].LLI[0],obs[i].LLI[1],obs[i].code[0],
+              obs[i].code[1],obs[i].SNR[0]*0.25,obs[i].SNR[1]*0.25);
+    }
+    fflush(fp_trace);
+}
+extern void tracenav(int level, const nav_t *nav)
+{
+    char s1[64],s2[64],id[16];
+    int i;
+    
+    if (!fp_trace||level>level_trace) return;
+    for (i=0;i<nav->n;i++) {
+        time2str(nav->eph[i].toe,s1,0);
+        time2str(nav->eph[i].ttr,s2,0);
+        satno2id(nav->eph[i].sat,id);
+        fprintf(fp_trace,"(%3d) %-3s : %s %s %3d %3d %02x\n",i+1,
+                id,s1,s2,nav->eph[i].iode,nav->eph[i].iodc,nav->eph[i].svh);
+    }
+    fprintf(fp_trace,"(ion) %9.4e %9.4e %9.4e %9.4e\n",nav->ion_gps[0],
+            nav->ion_gps[1],nav->ion_gps[2],nav->ion_gps[3]);
+    fprintf(fp_trace,"(ion) %9.4e %9.4e %9.4e %9.4e\n",nav->ion_gps[4],
+            nav->ion_gps[5],nav->ion_gps[6],nav->ion_gps[7]);
+    fprintf(fp_trace,"(ion) %9.4e %9.4e %9.4e %9.4e\n",nav->ion_gal[0],
+            nav->ion_gal[1],nav->ion_gal[2],nav->ion_gal[3]);
+}
+extern void tracegnav(int level, const nav_t *nav)
+{
+    char s1[64],s2[64],id[16];
+    int i;
+    
+    if (!fp_trace||level>level_trace) return;
+    for (i=0;i<nav->ng;i++) {
+        time2str(nav->geph[i].toe,s1,0);
+        time2str(nav->geph[i].tof,s2,0);
+        satno2id(nav->geph[i].sat,id);
+        fprintf(fp_trace,"(%3d) %-3s : %s %s %2d %2d %8.3f\n",i+1,
+                id,s1,s2,nav->geph[i].frq,nav->geph[i].svh,nav->geph[i].taun*1E6);
+    }
+}
+extern void tracehnav(int level, const nav_t *nav)
+{
+    char s1[64],s2[64],id[16];
+    int i;
+    
+    if (!fp_trace||level>level_trace) return;
+    for (i=0;i<nav->ns;i++) {
+        time2str(nav->seph[i].t0,s1,0);
+        time2str(nav->seph[i].tof,s2,0);
+        satno2id(nav->seph[i].sat,id);
+        fprintf(fp_trace,"(%3d) %-3s : %s %s %2d %2d\n",i+1,
+                id,s1,s2,nav->seph[i].svh,nav->seph[i].sva);
+    }
+}
+extern void tracepeph(int level, const nav_t *nav)
+{
+    char s[64],id[16];
+    int i,j;
+    
+    if (!fp_trace||level>level_trace) return;
+    
+    for (i=0;i<nav->ne;i++) {
+        time2str(nav->peph[i].time,s,0);
+        for (j=0;j<MAXSAT;j++) {
+            satno2id(j+1,id);
+            fprintf(fp_trace,"%-3s %d %-3s %13.3f %13.3f %13.3f %13.3f %6.3f %6.3f %6.3f %6.3f\n",
+                    s,nav->peph[i].index,id,
+                    nav->peph[i].pos[j][0],nav->peph[i].pos[j][1],
+                    nav->peph[i].pos[j][2],nav->peph[i].pos[j][3]*1E9,
+                    nav->peph[i].std[j][0],nav->peph[i].std[j][1],
+                    nav->peph[i].std[j][2],nav->peph[i].std[j][3]*1E9);
+        }
+    }
+}
+extern void tracepclk(int level, const nav_t *nav)
+{
+    char s[64],id[16];
+    int i,j;
+    
+    if (!fp_trace||level>level_trace) return;
+    
+    for (i=0;i<nav->nc;i++) {
+        time2str(nav->pclk[i].time,s,0);
+        for (j=0;j<MAXSAT;j++) {
+            satno2id(j+1,id);
+            fprintf(fp_trace,"%-3s %d %-3s %13.3f %6.3f\n",
+                    s,nav->pclk[i].index,id,
+                    nav->pclk[i].clk[j][0]*1E9,nav->pclk[i].std[j][0]*1E9);
+        }
+    }
+}
+extern void traceb(int level, const unsigned char *p, int n)
+{
+    int i;
+    if (!fp_trace||level>level_trace) return;
+    for (i=0;i<n;i++) fprintf(fp_trace,"%02X%s",*p++,i%8==7?" ":"");
+    fprintf(fp_trace,"\n");
+}
+#else
+extern void traceopen(const char *file) {}
+extern void traceclose(void) {}
+extern void tracelevel(int level) {}
+extern void trace   (int level, const char *format, ...) {}
+extern void tracet  (int level, const char *format, ...) {}
+extern void tracemat(int level, const double *A, int n, int m, int p, int q) {}
+extern void traceobs(int level, const obsd_t *obs, int n) {}
+extern void tracenav(int level, const nav_t *nav) {}
+extern void tracegnav(int level, const nav_t *nav) {}
+extern void tracehnav(int level, const nav_t *nav) {}
+extern void tracepeph(int level, const nav_t *nav) {}
+extern void tracepclk(int level, const nav_t *nav) {}
+extern void traceb  (int level, const unsigned char *p, int n) {}
+
+#endif /* TRACE */
+
+/* execute command -------------------------------------------------------------
+* execute command line by operating system shell
+* args   : char   *cmd      I   command line
+* return : execution status (0:ok,0>:error)
+*-----------------------------------------------------------------------------*/
+extern int execcmd(const char *cmd)
+{
+#ifdef WIN32
+    PROCESS_INFORMATION info;
+    STARTUPINFOA si={0};
+    DWORD stat;
+    char cmds[1024];
+    
+    trace(3,"execcmd: cmd=%s\n",cmd);
+    
+    si.cb=sizeof(si);
+    sprintf(cmds,"cmd /c %s",cmd);
+    if (!CreateProcessA(NULL,cmds,NULL,NULL,FALSE,CREATE_NO_WINDOW,NULL,
+                       NULL,&si,&info)) return -1;
+    WaitForSingleObject(info.hProcess,INFINITE);
+    if (!GetExitCodeProcess(info.hProcess,&stat)) stat=-1;
+    CloseHandle(info.hProcess);
+    CloseHandle(info.hThread);
+    return (int)stat;
+#else
+    trace(3,"execcmd: cmd=%s\n",cmd);
+    
+    return system(cmd);
+#endif
+}
+/* expand file path ------------------------------------------------------------
+* expand file path with wild-card (*) in file
+* args   : char   *path     I   file path to expand (captal insensitive)
+*          char   *paths    O   expanded file paths
+*          int    nmax      I   max number of expanded file paths
+* return : number of expanded file paths
+* notes  : the order of expanded files is alphabetical order
+*-----------------------------------------------------------------------------*/
+extern int expath(const char *path, char *paths[], int nmax)
+{
+    int i,j,n=0;
+    char tmp[1024];
+#ifdef WIN32
+    WIN32_FIND_DATAA file;
+    HANDLE h;
+    char dir[1024]="",*p;
+    
+    trace(3,"expath  : path=%s nmax=%d\n",path,nmax);
+    
+    if ((p=strrchr(path,'\\'))) {
+        strncpy(dir,path,p-path+1); dir[p-path+1]='\0';
+    }
+    if ((h=FindFirstFileA(path,&file))==INVALID_HANDLE_VALUE) {
+        strcpy(paths[0],path);
+        return 1;
+    }
+    sprintf(paths[n++],"%s%s",dir,file.cFileName);
+    while (FindNextFileA(h,&file)&&n<nmax) {
+        if (file.dwFileAttributes&FILE_ATTRIBUTE_DIRECTORY) continue;
+        sprintf(paths[n++],"%s%s",dir,file.cFileName);
+    }
+    FindClose(h);
+#else
+    struct dirent *d;
+    DIR *dp;
+    const char *file=path;
+    char dir[1024]="",s1[1024],s2[1024],*p,*q,*r;
+    
+    trace(3,"expath  : path=%s nmax=%d\n",path,nmax);
+    
+    if ((p=strrchr(path,'/'))||(p=strrchr(path,'\\'))) {
+        file=p+1; strncpy(dir,path,p-path+1); dir[p-path+1]='\0';
+    }
+    if (!(dp=opendir(*dir?dir:"."))) return 0;
+    while ((d=readdir(dp))) {
+        if (*(d->d_name)=='.') continue;
+        sprintf(s1,"^%s$",d->d_name);
+        sprintf(s2,"^%s$",file);
+        for (p=s1;*p;p++) *p=(char)tolower((int)*p);
+        for (p=s2;*p;p++) *p=(char)tolower((int)*p);
+        
+        for (p=s1,q=strtok_r(s2,"*",&r);q;q=strtok_r(NULL,"*",&r)) {
+            if ((p=strstr(p,q))) p+=strlen(q); else break;
+        }
+        if (p&&n<nmax) sprintf(paths[n++],"%s%s",dir,d->d_name);
+    }
+    closedir(dp);
+#endif
+    /* sort paths in alphabetical order */
+    for (i=0;i<n-1;i++) {
+        for (j=i+1;j<n;j++) {
+            if (strcmp(paths[i],paths[j])>0) {
+                strcpy(tmp,paths[i]);
+                strcpy(paths[i],paths[j]);
+                strcpy(paths[j],tmp);
+            }
+        }
+    }
+    for (i=0;i<n;i++) trace(3,"expath  : file=%s\n",paths[i]);
+    
+    return n;
+}
+/* create directory ------------------------------------------------------------
+* create directory if not exist
+* args   : char   *path     I   file path to be saved
+* return : none
+* notes  : not recursive. only one level
+*-----------------------------------------------------------------------------*/
+void createdir(const char *path)
+{
+    char buff[1024],*p;
+    
+    tracet(3,"createdir: path=%s\n",path);
+    
+    strcpy(buff,path);
+    if (!(p=strrchr(buff,FILEPATHSEP))) return;
+    *p='\0';
+    
+#ifdef WIN32
+    CreateDirectoryA(buff,NULL);
+#else
+    mkdir(buff,0777);
+#endif
+}
+/* replace string ------------------------------------------------------------*/
+static int repstr(char *str, const char *pat, const char *rep)
+{
+    int len=strlen(pat);
+    char buff[1024],*p,*q,*r;
+    
+    for (p=str,r=buff;*p;p=q+len) {
+        if (!(q=strstr(p,pat))) break;
+        strncpy(r,p,q-p);
+        r+=q-p;
+        r+=sprintf(r,"%s",rep);
+    }
+    if (p<=str) return 0;
+    strcpy(r,p);
+    strcpy(str,buff);
+    return 1;
+}
+/* replace keywords in file path -----------------------------------------------
+* replace keywords in file path with date, time, rover and base station id
+* args   : char   *path     I   file path (see below)
+*          char   *rpath    O   file path in which keywords replaced (see below)
+*          gtime_t time     I   time (gpst)  (time.time==0: not replaced)
+*          char   *rov      I   rover id string        ("": not replaced)
+*          char   *base     I   base station id string ("": not replaced)
+* return : status (1:keywords replaced, 0:no valid keyword in the path,
+*                  -1:no valid time)
+* notes  : the following keywords in path are replaced by date, time and name
+*              %Y -> yyyy : year (4 digits) (1900-2099)
+*              %y -> yy   : year (2 digits) (00-99)
+*              %m -> mm   : month           (01-12)
+*              %d -> dd   : day of month    (01-31)
+*              %h -> hh   : hours           (00-23)
+*              %M -> mm   : minutes         (00-59)
+*              %S -> ss   : seconds         (00-59)
+*              %n -> ddd  : day of year     (001-366)
+*              %W -> wwww : gps week        (0001-9999)
+*              %D -> d    : day of gps week (0-6)
+*              %H -> h    : hour code       (a=0,b=1,c=2,...,x=23)
+*              %ha-> hh   : 3 hours         (00,03,06,...,21)
+*              %hb-> hh   : 6 hours         (00,06,12,18)
+*              %hc-> hh   : 12 hours        (00,12)
+*              %t -> mm   : 15 minutes      (00,15,30,45)
+*              %r -> rrrr : rover id
+*              %b -> bbbb : base station id
+*-----------------------------------------------------------------------------*/
+extern int reppath(const char *path, char *rpath, gtime_t time, const char *rov,
+                   const char *base)
+{
+    double ep[6],ep0[6]={2000,1,1,0,0,0};
+    int week,dow,doy,stat=0;
+    char rep[64];
+    
+    trace(3,"reppath : path =%s time=%s rov=%s base=%s\n",path,time_str(time,0),
+          rov,base);
+    
+    strcpy(rpath,path);
+    
+    if (!strstr(rpath,"%")) return 0;
+    if (*rov ) stat|=repstr(rpath,"%r",rov );
+    if (*base) stat|=repstr(rpath,"%b",base);
+    if (time.time!=0) {
+        time2epoch(time,ep);
+        ep0[0]=ep[0];
+        dow=(int)floor(time2gpst(time,&week)/86400.0);
+        doy=(int)floor(timediff(time,epoch2time(ep0))/86400.0)+1;
+        sprintf(rep,"%02d",  ((int)ep[3]/3)*3);   stat|=repstr(rpath,"%ha",rep);
+        sprintf(rep,"%02d",  ((int)ep[3]/6)*6);   stat|=repstr(rpath,"%hb",rep);
+        sprintf(rep,"%02d",  ((int)ep[3]/12)*12); stat|=repstr(rpath,"%hc",rep);
+        sprintf(rep,"%04.0f",ep[0]);              stat|=repstr(rpath,"%Y",rep);
+        sprintf(rep,"%02.0f",fmod(ep[0],100.0));  stat|=repstr(rpath,"%y",rep);
+        sprintf(rep,"%02.0f",ep[1]);              stat|=repstr(rpath,"%m",rep);
+        sprintf(rep,"%02.0f",ep[2]);              stat|=repstr(rpath,"%d",rep);
+        sprintf(rep,"%02.0f",ep[3]);              stat|=repstr(rpath,"%h",rep);
+        sprintf(rep,"%02.0f",ep[4]);              stat|=repstr(rpath,"%M",rep);
+        sprintf(rep,"%02.0f",floor(ep[5]));       stat|=repstr(rpath,"%S",rep);
+        sprintf(rep,"%03d",  doy);                stat|=repstr(rpath,"%n",rep);
+        sprintf(rep,"%04d",  week);               stat|=repstr(rpath,"%W",rep);
+        sprintf(rep,"%d",    dow);                stat|=repstr(rpath,"%D",rep);
+        sprintf(rep,"%c",    'a'+(int)ep[3]);     stat|=repstr(rpath,"%H",rep);
+        sprintf(rep,"%02d",  ((int)ep[4]/15)*15); stat|=repstr(rpath,"%t",rep);
+    }
+    else if (strstr(rpath,"%ha")||strstr(rpath,"%hb")||strstr(rpath,"%hc")||
+             strstr(rpath,"%Y" )||strstr(rpath,"%y" )||strstr(rpath,"%m" )||
+             strstr(rpath,"%d" )||strstr(rpath,"%h" )||strstr(rpath,"%M" )||
+             strstr(rpath,"%S" )||strstr(rpath,"%n" )||strstr(rpath,"%W" )||
+             strstr(rpath,"%D" )||strstr(rpath,"%H" )||strstr(rpath,"%t" )) {
+        return -1; /* no valid time */
+    }
+    trace(3,"reppath : rpath=%s\n",rpath);
+    return stat;
+}
+/* replace keywords in file path and generate multiple paths -------------------
+* replace keywords in file path with date, time, rover and base station id
+* generate multiple keywords-replaced paths
+* args   : char   *path     I   file path (see below)
+*          char   *rpath[]  O   file paths in which keywords replaced
+*          int    nmax      I   max number of output file paths
+*          gtime_t ts       I   time start (gpst)
+*          gtime_t te       I   time end   (gpst)
+*          char   *rov      I   rover id string        ("": not replaced)
+*          char   *base     I   base station id string ("": not replaced)
+* return : number of replaced file paths
+* notes  : see reppath() for replacements of keywords.
+*          minimum interval of time replaced is 900s.
+*-----------------------------------------------------------------------------*/
+extern int reppaths(const char *path, char *rpath[], int nmax, gtime_t ts,
+                    gtime_t te, const char *rov, const char *base)
+{
+    gtime_t time;
+    double tow,tint=86400.0;
+    int i,n=0,week;
+    
+    trace(3,"reppaths: path =%s nmax=%d rov=%s base=%s\n",path,nmax,rov,base);
+    
+    if (ts.time==0||te.time==0||timediff(ts,te)>0.0) return 0;
+    
+    if (strstr(path,"%S")||strstr(path,"%M")||strstr(path,"%t")) tint=900.0;
+    else if (strstr(path,"%h")||strstr(path,"%H")) tint=3600.0;
+    
+    tow=time2gpst(ts,&week);
+    time=gpst2time(week,floor(tow/tint)*tint);
+    
+    while (timediff(time,te)<=0.0&&n<nmax) {
+        reppath(path,rpath[n],time,rov,base);
+        if (n==0||strcmp(rpath[n],rpath[n-1])) n++;
+        time=timeadd(time,tint);
+    }
+    for (i=0;i<n;i++) trace(3,"reppaths: rpath=%s\n",rpath[i]);
+    return n;
+}
+/* satellite carrier wave length -----------------------------------------------
+* get satellite carrier wave lengths
+* args   : int    sat       I   satellite number
+*          int    frq       I   frequency index (0:L1,1:L2,2:L5/3,...)
+*          nav_t  *nav      I   navigation messages
+* return : carrier wave length (m) (0.0: error)
+*-----------------------------------------------------------------------------*/
+extern double satwavelen(int sat, int frq, const nav_t *nav)
+{
+    const double freq_glo[]={FREQ1_GLO,FREQ2_GLO,FREQ3_GLO};
+    const double dfrq_glo[]={DFRQ1_GLO,DFRQ2_GLO,0.0};
+    int i,sys=satsys(sat,NULL);
+    
+    if (sys==SYS_GLO) {
+        if (0<=frq&&frq<=2) {
+            for (i=0;i<nav->ng;i++) {
+                if (nav->geph[i].sat!=sat) continue;
+                return CLIGHT/(freq_glo[frq]+dfrq_glo[frq]*nav->geph[i].frq);
+            }
+        }
+    }
+    else if (sys==SYS_CMP) {
+        if      (frq==0) return CLIGHT/FREQ1_CMP; /* B1 */
+        else if (frq==1) return CLIGHT/FREQ2_CMP; /* B3 */
+        else if (frq==2) return CLIGHT/FREQ3_CMP; /* B2 */
+    }
+    else {
+        if      (frq==0) return CLIGHT/FREQ1; /* L1/E1 */
+        else if (frq==1) return CLIGHT/FREQ2; /* L2 */
+        else if (frq==2) return CLIGHT/FREQ5; /* L5/E5a */
+        else if (frq==3) return CLIGHT/FREQ6; /* L6/LEX */
+        else if (frq==4) return CLIGHT/FREQ7; /* E5b */
+        else if (frq==5) return CLIGHT/FREQ8; /* E5a+b */
+    }
+    return 0.0;
+}
+/* geometric distance ----------------------------------------------------------
+* compute geometric distance and receiver-to-satellite unit vector
+* args   : double *rs       I   satellilte position (ecef at transmission) (m)
+*          double *rr       I   receiver position (ecef at reception) (m)
+*          double *e        O   line-of-sight vector (ecef)
+* return : geometric distance (m) (0>:error/no satellite position)
+* notes  : distance includes sagnac effect correction
+*-----------------------------------------------------------------------------*/
+extern double geodist(const double *rs, const double *rr, double *e)
+{
+    double r;
+    int i;
+    
+    if (norm(rs,3)<RE_WGS84) return -1.0;
+    for (i=0;i<3;i++) e[i]=rs[i]-rr[i];
+    r=norm(e,3);
+    for (i=0;i<3;i++) e[i]/=r;
+    return r+OMGE*(rs[0]*rr[1]-rs[1]*rr[0])/CLIGHT;
+}
+/* satellite azimuth/elevation angle -------------------------------------------
+* compute satellite azimuth/elevation angle
+* args   : double *pos      I   geodetic position {lat,lon,h} (rad,m)
+*          double *e        I   receiver-to-satellilte unit vevtor (ecef)
+*          double *azel     IO  azimuth/elevation {az,el} (rad) (NULL: no output)
+*                               (0.0<=azel[0]<2*pi,-pi/2<=azel[1]<=pi/2)
+* return : elevation angle (rad)
+*-----------------------------------------------------------------------------*/
+extern double satazel(const double *pos, const double *e, double *azel)
+{
+    double az=0.0,el=PI/2.0,enu[3];
+    
+    if (pos[2]>-RE_WGS84) {
+        ecef2enu(pos,e,enu);
+        az=dot(enu,enu,2)<1E-12?0.0:atan2(enu[0],enu[1]);
+        if (az<0.0) az+=2*PI;
+        el=asin(enu[2]);
+    }
+    if (azel) {azel[0]=az; azel[1]=el;}
+    return el;
+}
+/* compute dops ----------------------------------------------------------------
+* compute DOP (dilution of precision)
+* args   : int    ns        I   number of satellites
+*          double *azel     I   satellite azimuth/elevation angle (rad)
+*          double elmin     I   elevation cutoff angle (rad)
+*          double *dop      O   DOPs {GDOP,PDOP,HDOP,VDOP}
+* return : none
+* notes  : dop[0]-[3] return 0 in case of dop computation error
+*-----------------------------------------------------------------------------*/
+#define SQRT(x)     ((x)<0.0?0.0:sqrt(x))
+
+extern void dops(int ns, const double *azel, double elmin, double *dop)
+{
+    double H[4*MAXSAT],Q[16],cosel,sinel;
+    int i,n;
+    
+    for (i=0;i<4;i++) dop[i]=0.0;
+    for (i=n=0;i<ns&&i<MAXSAT;i++) {
+        if (azel[1+i*2]<elmin||azel[1+i*2]<=0.0) continue;
+        cosel=cos(azel[1+i*2]);
+        sinel=sin(azel[1+i*2]);
+        H[  4*n]=cosel*sin(azel[i*2]);
+        H[1+4*n]=cosel*cos(azel[i*2]);
+        H[2+4*n]=sinel;
+        H[3+4*n++]=1.0;
+    }
+    if (n<4) return;
+    
+    matmul("NT",4,4,n,1.0,H,H,0.0,Q);
+    if (!matinv(Q,4)) {
+        dop[0]=SQRT(Q[0]+Q[5]+Q[10]+Q[15]); /* GDOP */
+        dop[1]=SQRT(Q[0]+Q[5]+Q[10]);       /* PDOP */
+        dop[2]=SQRT(Q[0]+Q[5]);             /* HDOP */
+        dop[3]=SQRT(Q[10]);                 /* VDOP */
+    }
+}
+/* ionosphere model ------------------------------------------------------------
+* compute ionospheric delay by broadcast ionosphere model (klobuchar model)
+* args   : gtime_t t        I   time (gpst)
+*          double *ion      I   iono model parameters {a0,a1,a2,a3,b0,b1,b2,b3}
+*          double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+* return : ionospheric delay (L1) (m)
+*-----------------------------------------------------------------------------*/
+extern double ionmodel(gtime_t t, const double *ion, const double *pos,
+                       const double *azel)
+{
+    const double ion_default[]={ /* 2004/1/1 */
+        0.1118E-07,-0.7451E-08,-0.5961E-07, 0.1192E-06,
+        0.1167E+06,-0.2294E+06,-0.1311E+06, 0.1049E+07
+    };
+    double tt,f,psi,phi,lam,amp,per,x;
+    int week;
+    
+    if (pos[2]<-1E3||azel[1]<=0) return 0.0;
+    if (norm(ion,8)<=0.0) ion=ion_default;
+    
+    /* earth centered angle (semi-circle) */
+    psi=0.0137/(azel[1]/PI+0.11)-0.022;
+    
+    /* subionospheric latitude/longitude (semi-circle) */
+    phi=pos[0]/PI+psi*cos(azel[0]);
+    if      (phi> 0.416) phi= 0.416;
+    else if (phi<-0.416) phi=-0.416;
+    lam=pos[1]/PI+psi*sin(azel[0])/cos(phi*PI);
+    
+    /* geomagnetic latitude (semi-circle) */
+    phi+=0.064*cos((lam-1.617)*PI);
+    
+    /* local time (s) */
+    tt=43200.0*lam+time2gpst(t,&week);
+    tt-=floor(tt/86400.0)*86400.0; /* 0<=tt<86400 */
+    
+    /* slant factor */
+    f=1.0+16.0*pow(0.53-azel[1]/PI,3.0);
+    
+    /* ionospheric delay */
+    amp=ion[0]+phi*(ion[1]+phi*(ion[2]+phi*ion[3]));
+    per=ion[4]+phi*(ion[5]+phi*(ion[6]+phi*ion[7]));
+    amp=amp<    0.0?    0.0:amp;
+    per=per<72000.0?72000.0:per;
+    x=2.0*PI*(tt-50400.0)/per;
+    
+    return CLIGHT*f*(fabs(x)<1.57?5E-9+amp*(1.0+x*x*(-0.5+x*x/24.0)):5E-9);
+}
+/* ionosphere mapping function -------------------------------------------------
+* compute ionospheric delay mapping function by single layer model
+* args   : double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+* return : ionospheric mapping function
+*-----------------------------------------------------------------------------*/
+extern double ionmapf(const double *pos, const double *azel)
+{
+    if (pos[2]>=HION) return 1.0;
+    return 1.0/cos(asin((RE_WGS84+pos[2])/(RE_WGS84+HION)*sin(PI/2.0-azel[1])));
+}
+/* ionospheric pierce point position -------------------------------------------
+* compute ionospheric pierce point (ipp) position and slant factor
+* args   : double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          double re        I   earth radius (km)
+*          double hion      I   altitude of ionosphere (km)
+*          double *posp     O   pierce point position {lat,lon,h} (rad,m)
+* return : slant factor
+* notes  : see ref [2], only valid on the earth surface
+*          fixing bug on ref [2] A.4.4.10.1 A-22,23
+*-----------------------------------------------------------------------------*/
+extern double ionppp(const double *pos, const double *azel, double re,
+                     double hion, double *posp)
+{
+    double cosaz,rp,ap,sinap,tanap;
+    
+    rp=re/(re+hion)*cos(azel[1]);
+    ap=PI/2.0-azel[1]-asin(rp);
+    sinap=sin(ap);
+    tanap=tan(ap);
+    cosaz=cos(azel[0]);
+    posp[0]=asin(sin(pos[0])*cos(ap)+cos(pos[0])*sinap*cosaz);
+    
+    if ((pos[0]> 70.0*D2R&& tanap*cosaz>tan(PI/2.0-pos[0]))||
+        (pos[0]<-70.0*D2R&&-tanap*cosaz>tan(PI/2.0+pos[0]))) {
+        posp[1]=pos[1]+PI-asin(sinap*sin(azel[0])/cos(posp[0]));
+    }
+    else {
+        posp[1]=pos[1]+asin(sinap*sin(azel[0])/cos(posp[0]));
+    }
+    return 1.0/sqrt(1.0-rp*rp);
+}
+/* troposphere model -----------------------------------------------------------
+* compute tropospheric delay by standard atmosphere and saastamoinen model
+* args   : gtime_t time     I   time
+*          double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          double humi      I   relative humidity
+* return : tropospheric delay (m)
+*-----------------------------------------------------------------------------*/
+extern double tropmodel(gtime_t time, const double *pos, const double *azel,
+                        double humi)
+{
+    const double temp0=15.0; /* temparature at sea level */
+    double hgt,pres,temp,e,z,trph,trpw;
+    
+    if (pos[2]<-100.0||1E4<pos[2]||azel[1]<=0) return 0.0;
+    
+    /* standard atmosphere */
+    hgt=pos[2]<0.0?0.0:pos[2];
+    
+    pres=1013.25*pow(1.0-2.2557E-5*hgt,5.2568);
+    temp=temp0-6.5E-3*hgt+273.16;
+    e=6.108*humi*exp((17.15*temp-4684.0)/(temp-38.45));
+    
+    /* saastamoninen model */
+    z=PI/2.0-azel[1];
+    trph=0.0022768*pres/(1.0-0.00266*cos(2.0*pos[0])-0.00028*hgt/1E3)/cos(z);
+    trpw=0.002277*(1255.0/temp+0.05)*e/cos(z);
+    return trph+trpw;
+}
+#ifndef IERS_MODEL
+
+static double interpc(const double coef[], double lat)
+{
+    int i=(int)(lat/15.0);
+    if (i<1) return coef[0]; else if (i>4) return coef[4];
+    return coef[i-1]*(1.0-lat/15.0+i)+coef[i]*(lat/15.0-i);
+}
+static double mapf(double el, double a, double b, double c)
+{
+    double sinel=sin(el);
+    return (1.0+a/(1.0+b/(1.0+c)))/(sinel+(a/(sinel+b/(sinel+c))));
+}
+static double nmf(gtime_t time, const double pos[], const double azel[],
+                  double *mapfw)
+{
+    /* ref [5] table 3 */
+    /* hydro-ave-a,b,c, hydro-amp-a,b,c, wet-a,b,c at latitude 15,30,45,60,75 */
+    const double coef[][5]={
+        { 1.2769934E-3, 1.2683230E-3, 1.2465397E-3, 1.2196049E-3, 1.2045996E-3},
+        { 2.9153695E-3, 2.9152299E-3, 2.9288445E-3, 2.9022565E-3, 2.9024912E-3},
+        { 62.610505E-3, 62.837393E-3, 63.721774E-3, 63.824265E-3, 64.258455E-3},
+        
+        { 0.0000000E-0, 1.2709626E-5, 2.6523662E-5, 3.4000452E-5, 4.1202191E-5},
+        { 0.0000000E-0, 2.1414979E-5, 3.0160779E-5, 7.2562722E-5, 11.723375E-5},
+        { 0.0000000E-0, 9.0128400E-5, 4.3497037E-5, 84.795348E-5, 170.37206E-5},
+        
+        { 5.8021897E-4, 5.6794847E-4, 5.8118019E-4, 5.9727542E-4, 6.1641693E-4},
+        { 1.4275268E-3, 1.5138625E-3, 1.4572752E-3, 1.5007428E-3, 1.7599082E-3},
+        { 4.3472961E-2, 4.6729510E-2, 4.3908931E-2, 4.4626982E-2, 5.4736038E-2}
+    };
+    const double aht[]={ 2.53E-5, 5.49E-3, 1.14E-3}; /* height correction */
+    
+    double y,cosy,ah[3],aw[3],dm,el=azel[1],lat=pos[0]*R2D,hgt=pos[2];
+    int i;
+    
+    if (el<=0.0) {
+        if (mapfw) *mapfw=0.0;
+        return 0.0;
+    }
+    /* year from doy 28, added half a year for southern latitudes */
+    y=(time2doy(time)-28.0)/365.25+(lat<0.0?0.5:0.0);
+    
+    cosy=cos(2.0*PI*y);
+    lat=fabs(lat);
+    
+    for (i=0;i<3;i++) {
+        ah[i]=interpc(coef[i  ],lat)-interpc(coef[i+3],lat)*cosy;
+        aw[i]=interpc(coef[i+6],lat);
+    }
+    /* ellipsoidal height is used instead of height above sea level */
+    dm=(1.0/sin(el)-mapf(el,aht[0],aht[1],aht[2]))*hgt/1E3;
+    
+    if (mapfw) *mapfw=mapf(el,aw[0],aw[1],aw[2]);
+    
+    return mapf(el,ah[0],ah[1],ah[2])+dm;
+}
+#endif /* !IERS_MODEL */
+
+/* troposphere mapping function ------------------------------------------------
+* compute tropospheric mapping function by NMF
+* args   : gtime_t t        I   time
+*          double *pos      I   receiver position {lat,lon,h} (rad,m)
+*          double *azel     I   azimuth/elevation angle {az,el} (rad)
+*          double *mapfw    IO  wet mapping function (NULL: not output)
+* return : dry mapping function
+* note   : see ref [5] (NMF) and [9] (GMF)
+*          original JGR paper of [5] has bugs in eq.(4) and (5). the corrected
+*          paper is obtained from:
+*          ftp://web.haystack.edu/pub/aen/nmf/NMF_JGR.pdf
+*-----------------------------------------------------------------------------*/
+extern double tropmapf(gtime_t time, const double pos[], const double azel[],
+                       double *mapfw)
+{
+#ifdef IERS_MODEL
+    const double ep[]={2000,1,1,12,0,0};
+    double mjd,lat,lon,hgt,zd,gmfh,gmfw;
+#endif
+    trace(4,"tropmapf: pos=%10.6f %11.6f %6.1f azel=%5.1f %4.1f\n",
+          pos[0]*R2D,pos[1]*R2D,pos[2],azel[0]*R2D,azel[1]*R2D);
+    
+    if (pos[2]<-1000.0||pos[2]>20000.0) {
+        if (mapfw) *mapfw=0.0;
+        return 0.0;
+    }
+#ifdef IERS_MODEL
+    mjd=51544.5+(timediff(time,epoch2time(ep)))/86400.0;
+    lat=pos[0];
+    lon=pos[1];
+    hgt=pos[2]-geoidh(pos); /* height in m (mean sea level) */
+    zd =PI/2.0-azel[1];
+    
+    /* call GMF */
+    gmf_(&mjd,&lat,&lon,&hgt,&zd,&gmfh,&gmfw);
+    
+    if (mapfw) *mapfw=gmfw;
+    return gmfh;
+#else
+    return nmf(time,pos,azel,mapfw); /* NMF */
+#endif
+}
+/* interpolate antenna phase center variation --------------------------------*/
+static double interpvar(double ang, const double *var)
+{
+    double a=ang/5.0; /* ang=0-90 */
+    int i=(int)a;
+    if (i<0) return var[0]; else if (i>=18) return var[18];
+    return var[i]*(1.0-a+i)+var[i+1]*(a-i);
+}
+/* receiver antenna model ------------------------------------------------------
+* compute antenna offset by antenna phase center parameters
+* args   : pcv_t *pcv       I   antenna phase center parameters
+*          double *azel     I   azimuth/elevation for receiver {az,el} (rad)
+*          int     opt      I   option (0:only offset,1:offset+pcv)
+*          double *dant     O   range offsets for each frequency (m)
+* return : none
+* notes  : current version does not support azimuth dependent terms
+*-----------------------------------------------------------------------------*/
+extern void antmodel(const pcv_t *pcv, const double *del, const double *azel,
+                     int opt, double *dant)
+{
+    double e[3],off[3],cosel=cos(azel[1]);
+    int i,j;
+    
+    trace(4,"antmodel: azel=%6.1f %4.1f opt=%d\n",azel[0]*R2D,azel[1]*R2D,opt);
+    
+    e[0]=sin(azel[0])*cosel;
+    e[1]=cos(azel[0])*cosel;
+    e[2]=sin(azel[1]);
+    
+    for (i=0;i<NFREQ;i++) {
+        for (j=0;j<3;j++) off[j]=pcv->off[i][j]+del[j];
+        
+        dant[i]=-dot(off,e,3)+(opt?interpvar(90.0-azel[1]*R2D,pcv->var[i]):0.0);
+    }
+    trace(5,"antmodel: dant=%6.3f %6.3f\n",dant[0],dant[1]);
+}
+/* satellite antenna model ------------------------------------------------------
+* compute satellite antenna phase center parameters
+* args   : pcv_t *pcv       I   antenna phase center parameters
+*          double nadir     I   nadir angle for satellite (rad)
+*          double *dant     O   range offsets for each frequency (m)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void antmodel_s(const pcv_t *pcv, double nadir, double *dant)
+{
+    int i;
+    
+    trace(4,"antmodel_s: nadir=%6.1f\n",nadir*R2D);
+    
+    for (i=0;i<NFREQ;i++) {
+        dant[i]=interpvar(nadir*R2D*5.0,pcv->var[i]);
+    }
+    trace(5,"antmodel_s: dant=%6.3f %6.3f\n",dant[0],dant[1]);
+}
+/* sun and moon position in eci (ref [4] 5.1.1, 5.2.1) -----------------------*/
+static void sunmoonpos_eci(gtime_t tut, double *rsun, double *rmoon)
+{
+    const double ep2000[]={2000,1,1,12,0,0};
+    double t,f[5],eps,Ms,ls,rs,lm,pm,rm,sine,cose,sinp,cosp,sinl,cosl;
+    
+    trace(4,"sunmoonpos_eci: tut=%s\n",time_str(tut,3));
+    
+    t=timediff(tut,epoch2time(ep2000))/86400.0/36525.0;
+    
+    /* astronomical arguments */
+    ast_args(t,f);
+    
+    /* obliquity of the ecliptic */
+    eps=23.439291-0.0130042*t;
+    sine=sin(eps*D2R); cose=cos(eps*D2R);
+    
+    /* sun position in eci */
+    if (rsun) {
+        Ms=357.5277233+35999.05034*t;
+        ls=280.460+36000.770*t+1.914666471*sin(Ms*D2R)+0.019994643*sin(2.0*Ms*D2R);
+        rs=AU*(1.000140612-0.016708617*cos(Ms*D2R)-0.000139589*cos(2.0*Ms*D2R));
+        sinl=sin(ls*D2R); cosl=cos(ls*D2R);
+        rsun[0]=rs*cosl;
+        rsun[1]=rs*cose*sinl;
+        rsun[2]=rs*sine*sinl;
+        
+        trace(5,"rsun =%.3f %.3f %.3f\n",rsun[0],rsun[1],rsun[2]);
+    }
+    /* moon position in eci */
+    if (rmoon) {
+        lm=218.32+481267.883*t+6.29*sin(f[0])-1.27*sin(f[0]-2.0*f[3])+
+           0.66*sin(2.0*f[3])+0.21*sin(2.0*f[0])-0.19*sin(f[1])-0.11*sin(2.0*f[2]);
+        pm=5.13*sin(f[2])+0.28*sin(f[0]+f[2])-0.28*sin(f[2]-f[0])-
+           0.17*sin(f[2]-2.0*f[3]);
+        rm=RE_WGS84/sin((0.9508+0.0518*cos(f[0])+0.0095*cos(f[0]-2.0*f[3])+
+                   0.0078*cos(2.0*f[3])+0.0028*cos(2.0*f[0]))*D2R);
+        sinl=sin(lm*D2R); cosl=cos(lm*D2R);
+        sinp=sin(pm*D2R); cosp=cos(pm*D2R);
+        rmoon[0]=rm*cosp*cosl;
+        rmoon[1]=rm*(cose*cosp*sinl-sine*sinp);
+        rmoon[2]=rm*(sine*cosp*sinl+cose*sinp);
+        
+        trace(5,"rmoon=%.3f %.3f %.3f\n",rmoon[0],rmoon[1],rmoon[2]);
+    }
+}
+/* sun and moon position -------------------------------------------------------
+* get sun and moon position in ecef
+* args   : gtime_t tut      I   time in ut1
+*          double *erpv     I   erp value {xp,yp,ut1_utc,lod} (rad,rad,s,s/d)
+*          double *rsun     IO  sun position in ecef  (m) (NULL: not output)
+*          double *rmoon    IO  moon position in ecef (m) (NULL: not output)
+*          double *gmst     O   gmst (rad)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void sunmoonpos(gtime_t tutc, const double *erpv, double *rsun,
+                       double *rmoon, double *gmst)
+{
+    gtime_t tut;
+    double rs[3],rm[3],U[9],gmst_;
+    
+    trace(4,"sunmoonpos: tutc=%s\n",time_str(tutc,3));
+    
+    tut=timeadd(tutc,erpv[2]); /* utc -> ut1 */
+    
+    /* sun and moon position in eci */
+    sunmoonpos_eci(tut,rsun?rs:NULL,rmoon?rm:NULL);
+    
+    /* eci to ecef transformation matrix */
+    eci2ecef(tutc,erpv,U,&gmst_);
+    
+    /* sun and moon postion in ecef */
+    if (rsun ) matmul("NN",3,1,3,1.0,U,rs,0.0,rsun );
+    if (rmoon) matmul("NN",3,1,3,1.0,U,rm,0.0,rmoon);
+    if (gmst ) *gmst=gmst_;
+}
+/* carrier smoothing -----------------------------------------------------------
+* carrier smoothing by Hatch filter
+* args   : obs_t  *obs      IO  raw observation data/smoothed observation data
+*          int    ns        I   smoothing window size (epochs)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void csmooth(obs_t *obs, int ns)
+{
+    double Ps[2][MAXSAT][NFREQ]={{{0}}},Lp[2][MAXSAT][NFREQ]={{{0}}},dcp;
+    int i,j,s,r,n[2][MAXSAT][NFREQ]={{{0}}};
+    obsd_t *p;
+    
+    trace(3,"csmooth: nobs=%d,ns=%d\n",obs->n,ns);
+    
+    for (i=0;i<obs->n;i++) {
+        p=&obs->data[i]; s=p->sat; r=p->rcv;
+        for (j=0;j<NFREQ;j++) {
+            if (s<=0||MAXSAT<s||r<=0||2<r) continue;
+            if (p->P[j]==0.0||p->L[j]==0.0) continue;
+            if (p->LLI[j]) n[r-1][s-1][j]=0;
+            if (n[r-1][s-1][j]==0) Ps[r-1][s-1][j]=p->P[j];
+            else {
+                dcp=lam_carr[j]*(p->L[j]-Lp[r-1][s-1][j]);
+                Ps[r-1][s-1][j]=p->P[j]/ns+(Ps[r-1][s-1][j]+dcp)*(ns-1)/ns;
+            }
+            if (++n[r-1][s-1][j]<ns) p->P[j]=0.0; else p->P[j]=Ps[r-1][s-1][j];
+            Lp[r-1][s-1][j]=p->L[j];
+        }
+    }
+}
+/* uncompress file -------------------------------------------------------------
+* uncompress (uncompress/unzip/uncompact hatanaka-compression/tar) file
+* args   : char   *file     I   input file
+*          char   *uncfile  O   uncompressed file
+* return : status (-1:error,0:not compressed file,1:uncompress completed)
+* note   : creates uncompressed file in tempolary directory
+*          gzip and crx2rnx commands have to be installed in commands path
+*-----------------------------------------------------------------------------*/
+int rtk_uncompress(const char *file, char *uncfile)
+{
+    int stat=0;
+    char *p,cmd[2048]="",tmpfile[1024]="",buff[1024],*fname,*dir="";
+    
+    trace(3,"uncompress: file=%s\n",file);
+    
+    strcpy(tmpfile,file);
+    if (!(p=strrchr(tmpfile,'.'))) return 0;
+    
+    /* uncompress by gzip */
+    if (!strcmp(p,".z"  )||!strcmp(p,".Z"  )||
+        !strcmp(p,".gz" )||!strcmp(p,".GZ" )||
+        !strcmp(p,".zip")||!strcmp(p,".ZIP")) {
+        
+        strcpy(uncfile,tmpfile); uncfile[p-tmpfile]='\0';
+        sprintf(cmd,"gzip -f -d -c \"%s\" > \"%s\"",tmpfile,uncfile);
+        
+        if (execcmd(cmd)) {
+            remove(uncfile);
+            return -1;
+        }
+        strcpy(tmpfile,uncfile);
+        stat=1;
+    }
+    /* extract tar file */
+    if ((p=strrchr(tmpfile,'.'))&&!strcmp(p,".tar")) {
+        
+        strcpy(uncfile,tmpfile); uncfile[p-tmpfile]='\0';
+        strcpy(buff,tmpfile);
+        fname=buff;
+#ifdef WIN32
+        if ((p=strrchr(buff,'\\'))) {
+            *p='\0'; dir=fname; fname=p+1;
+        }
+        sprintf(cmd,"set PATH=%%CD%%;%%PATH%% & cd /D \"%s\" & tar -xf \"%s\"",
+                dir,fname);
+#else
+        if ((p=strrchr(buff,'/'))) {
+            *p='\0'; dir=fname; fname=p+1;
+        }
+        sprintf(cmd,"tar -C \"%s\" -xf \"%s\"",dir,tmpfile);
+#endif
+        if (execcmd(cmd)) {
+            if (stat) remove(tmpfile);
+            return -1;
+        }
+        if (stat) remove(tmpfile);
+        stat=1;
+    }
+    /* extract hatanaka-compressed file by cnx2rnx */
+    else if ((p=strrchr(tmpfile,'.'))&&strlen(p)>3&&(*(p+3)=='d'||*(p+3)=='D')) {
+        
+        strcpy(uncfile,tmpfile);
+        uncfile[p-tmpfile+3]=*(p+3)=='D'?'O':'o';
+        sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile);
+        
+        if (execcmd(cmd)) {
+            remove(uncfile);
+            if (stat) remove(tmpfile);
+            return -1;
+        }
+        if (stat) remove(tmpfile);
+        stat=1;
+    }
+    trace(3,"uncompress: stat=%d\n",stat);
+    return stat;
+}
+/* dummy application functions for shared library ----------------------------*/
+#ifdef DLL
+extern int showmsg(char *format,...) {return 0;}
+extern void settspan(gtime_t ts, gtime_t te) {}
+extern void settime(gtime_t time) {}
+#endif
+
+/* dummy functions for lex extentions ----------------------------------------*/
+#ifndef EXTLEX
+extern int input_lexr(raw_t *raw, unsigned char data) {return 0;}
+extern int input_lexrf(raw_t *raw, FILE *fp) {return 0;}
+extern int gen_lexr(const char *msg, unsigned char *buff) {return 0;}
+#endif /* EXTLEX */
+
diff --git a/src/rtklib.h b/src/rtklib.h
new file mode 100644
index 0000000..80da026
--- /dev/null
+++ b/src/rtklib.h
@@ -0,0 +1,1750 @@
+/*------------------------------------------------------------------------------
+* rtklib.h : rtklib constants, types and function prototypes
+*
+*          Copyright (C) 2007-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DENAGLO   enable GLONASS
+*           -DENAGAL   enable Galileo
+*           -DENAQZS   enable QZSS
+*           -DENACMP   enable BeiDou
+*           -DNFREQ=n  set number of obs codes/frequencies
+*           -DNEXOBS=n set number of extended obs codes
+*           -DMAXOBS=n set max number of obs data in an epoch
+*           -DEXTLEX   enable QZSS LEX extension
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/13 1.0  rtklib ver.1.0.0
+*           2007/03/20 1.1  rtklib ver.1.1.0
+*           2008/07/15 1.2  rtklib ver.2.1.0
+*           2008/10/19 1.3  rtklib ver.2.1.1
+*           2009/01/31 1.4  rtklib ver.2.2.0
+*           2009/04/30 1.5  rtklib ver.2.2.1
+*           2009/07/30 1.6  rtklib ver.2.2.2
+*           2009/12/25 1.7  rtklib ver.2.3.0
+*           2010/07/29 1.8  rtklib ver.2.4.0
+*           2011/05/27 1.9  rtklib ver.2.4.1
+*           2013/03/28 1.10 rtklib ver.2.4.2
+*           2016/01/26 1.11 rtklib ver.2.4.3
+*-----------------------------------------------------------------------------*/
+#ifndef RTKLIB_H
+#define RTKLIB_H
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <math.h>
+#include <time.h>
+#include <ctype.h>
+#ifdef WIN32
+#include <winsock2.h>
+#include <windows.h>
+#else
+#include <pthread.h>
+#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* constants -----------------------------------------------------------------*/
+
+#define VER_RTKLIB  "2.4.3"             /* library version */
+
+#define PATCH_LEVEL "b8"                /* patch level */
+
+#define COPYRIGHT_RTKLIB \
+            "Copyright (C) 2007-2016 by T.Takasu\nAll rights reserved."
+
+#define PI          3.1415926535897932  /* pi */
+#define D2R         (PI/180.0)          /* deg to rad */
+#define R2D         (180.0/PI)          /* rad to deg */
+#define CLIGHT      299792458.0         /* speed of light (m/s) */
+#define SC2RAD      3.1415926535898     /* semi-circle to radian (IS-GPS) */
+#define AU          149597870691.0      /* 1 AU (m) */
+#define AS2R        (D2R/3600.0)        /* arc sec to radian */
+
+#define OMGE        7.2921151467E-5     /* earth angular velocity (IS-GPS) (rad/s) */
+
+#define RE_WGS84    6378137.0           /* earth semimajor axis (WGS84) (m) */
+#define FE_WGS84    (1.0/298.257223563) /* earth flattening (WGS84) */
+
+#define HION        350000.0            /* ionosphere height (m) */
+
+#define MAXFREQ     7                   /* max NFREQ */
+
+#define FREQ1       1.57542E9           /* L1/E1  frequency (Hz) */
+#define FREQ2       1.22760E9           /* L2     frequency (Hz) */
+#define FREQ5       1.17645E9           /* L5/E5a frequency (Hz) */
+#define FREQ6       1.27875E9           /* E6/LEX frequency (Hz) */
+#define FREQ7       1.20714E9           /* E5b    frequency (Hz) */
+#define FREQ8       1.191795E9          /* E5a+b  frequency (Hz) */
+#define FREQ1_GLO   1.60200E9           /* GLONASS G1 base frequency (Hz) */
+#define DFRQ1_GLO   0.56250E6           /* GLONASS G1 bias frequency (Hz/n) */
+#define FREQ2_GLO   1.24600E9           /* GLONASS G2 base frequency (Hz) */
+#define DFRQ2_GLO   0.43750E6           /* GLONASS G2 bias frequency (Hz/n) */
+#define FREQ3_GLO   1.202025E9          /* GLONASS G3 frequency (Hz) */
+#define FREQ1_CMP   1.561098E9          /* BeiDou B1 frequency (Hz) */
+#define FREQ2_CMP   1.20714E9           /* BeiDou B2 frequency (Hz) */
+#define FREQ3_CMP   1.26852E9           /* BeiDou B3 frequency (Hz) */
+
+#define EFACT_GPS   1.0                 /* error factor: GPS */
+#define EFACT_GLO   1.5                 /* error factor: GLONASS */
+#define EFACT_GAL   1.0                 /* error factor: Galileo */
+#define EFACT_QZS   1.0                 /* error factor: QZSS */
+#define EFACT_CMP   1.0                 /* error factor: BeiDou */
+#define EFACT_SBS   3.0                 /* error factor: SBAS */
+
+#define SYS_NONE    0x00                /* navigation system: none */
+#define SYS_GPS     0x01                /* navigation system: GPS */
+#define SYS_SBS     0x02                /* navigation system: SBAS */
+#define SYS_GLO     0x04                /* navigation system: GLONASS */
+#define SYS_GAL     0x08                /* navigation system: Galileo */
+#define SYS_QZS     0x10                /* navigation system: QZSS */
+#define SYS_CMP     0x20                /* navigation system: BeiDou */
+#define SYS_LEO     0x40                /* navigation system: LEO */
+#define SYS_ALL     0xFF                /* navigation system: all */
+
+#define TSYS_GPS    0                   /* time system: GPS time */
+#define TSYS_UTC    1                   /* time system: UTC */
+#define TSYS_GLO    2                   /* time system: GLONASS time */
+#define TSYS_GAL    3                   /* time system: Galileo time */
+#define TSYS_QZS    4                   /* time system: QZSS time */
+#define TSYS_CMP    5                   /* time system: BeiDou time */
+
+#ifndef NFREQ
+#define NFREQ       3                   /* number of carrier frequencies */
+#endif
+#define NFREQGLO    2                   /* number of carrier frequencies of GLONASS */
+
+#ifndef NEXOBS
+#define NEXOBS      0                   /* number of extended obs codes */
+#endif
+
+#define MINPRNGPS   1                   /* min satellite PRN number of GPS */
+#define MAXPRNGPS   32                  /* max satellite PRN number of GPS */
+#define NSATGPS     (MAXPRNGPS-MINPRNGPS+1) /* number of GPS satellites */
+#define NSYSGPS     1
+
+#ifdef ENAGLO
+#define MINPRNGLO   1                   /* min satellite slot number of GLONASS */
+#define MAXPRNGLO   27                  /* max satellite slot number of GLONASS */
+#define NSATGLO     (MAXPRNGLO-MINPRNGLO+1) /* number of GLONASS satellites */
+#define NSYSGLO     1
+#else
+#define MINPRNGLO   0
+#define MAXPRNGLO   0
+#define NSATGLO     0
+#define NSYSGLO     0
+#endif
+#ifdef ENAGAL
+#define MINPRNGAL   1                   /* min satellite PRN number of Galileo */
+#define MAXPRNGAL   30                  /* max satellite PRN number of Galileo */
+#define NSATGAL    (MAXPRNGAL-MINPRNGAL+1) /* number of Galileo satellites */
+#define NSYSGAL     1
+#else
+#define MINPRNGAL   0
+#define MAXPRNGAL   0
+#define NSATGAL     0
+#define NSYSGAL     0
+#endif
+#ifdef ENAQZS
+#define MINPRNQZS   193                 /* min satellite PRN number of QZSS */
+#define MAXPRNQZS   199                 /* max satellite PRN number of QZSS */
+#define MINPRNQZS_S 183                 /* min satellite PRN number of QZSS SAIF */
+#define MAXPRNQZS_S 189                 /* max satellite PRN number of QZSS SAIF */
+#define NSATQZS     (MAXPRNQZS-MINPRNQZS+1) /* number of QZSS satellites */
+#define NSYSQZS     1
+#else
+#define MINPRNQZS   0
+#define MAXPRNQZS   0
+#define MINPRNQZS_S 0
+#define MAXPRNQZS_S 0
+#define NSATQZS     0
+#define NSYSQZS     0
+#endif
+#ifdef ENACMP
+#define MINPRNCMP   1                   /* min satellite sat number of BeiDou */
+#define MAXPRNCMP   35                  /* max satellite sat number of BeiDou */
+#define NSATCMP     (MAXPRNCMP-MINPRNCMP+1) /* number of BeiDou satellites */
+#define NSYSCMP     1
+#else
+#define MINPRNCMP   0
+#define MAXPRNCMP   0
+#define NSATCMP     0
+#define NSYSCMP     0
+#endif
+#ifdef ENALEO
+#define MINPRNLEO   1                   /* min satellite sat number of LEO */
+#define MAXPRNLEO   10                  /* max satellite sat number of LEO */
+#define NSATLEO     (MAXPRNLEO-MINPRNLEO+1) /* number of LEO satellites */
+#define NSYSLEO     1
+#else
+#define MINPRNLEO   0
+#define MAXPRNLEO   0
+#define NSATLEO     0
+#define NSYSLEO     0
+#endif
+#define NSYS        (NSYSGPS+NSYSGLO+NSYSGAL+NSYSQZS+NSYSCMP+NSYSLEO) /* number of systems */
+
+#define MINPRNSBS   120                 /* min satellite PRN number of SBAS */
+#define MAXPRNSBS   142                 /* max satellite PRN number of SBAS */
+#define NSATSBS     (MAXPRNSBS-MINPRNSBS+1) /* number of SBAS satellites */
+
+#define MAXSAT      (NSATGPS+NSATGLO+NSATGAL+NSATQZS+NSATCMP+NSATSBS+NSATLEO)
+                                        /* max satellite number (1 to MAXSAT) */
+#define MAXSTA      255
+
+#ifndef MAXOBS
+#define MAXOBS      64                  /* max number of obs in an epoch */
+#endif
+#define MAXRCV      64                  /* max receiver number (1 to MAXRCV) */
+#define MAXOBSTYPE  64                  /* max number of obs type in RINEX */
+#define DTTOL       0.005               /* tolerance of time difference (s) */
+#define MAXDTOE     7200.0              /* max time difference to GPS Toe (s) */
+#define MAXDTOE_QZS 7200.0              /* max time difference to QZSS Toe (s) */
+#define MAXDTOE_GAL 10800.0             /* max time difference to Galileo Toe (s) */
+#define MAXDTOE_CMP 21600.0             /* max time difference to BeiDou Toe (s) */
+#define MAXDTOE_GLO 1800.0              /* max time difference to GLONASS Toe (s) */
+#define MAXDTOE_SBS 360.0               /* max time difference to SBAS Toe (s) */
+#define MAXDTOE_S   86400.0             /* max time difference to ephem toe (s) for other */
+#define MAXGDOP     300.0               /* max GDOP */
+
+#define INT_SWAP_TRAC 86400.0           /* swap interval of trace file (s) */
+#define INT_SWAP_STAT 86400.0           /* swap interval of solution status file (s) */
+
+#define MAXEXFILE   1024                /* max number of expanded files */
+#define MAXSBSAGEF  30.0                /* max age of SBAS fast correction (s) */
+#define MAXSBSAGEL  1800.0              /* max age of SBAS long term corr (s) */
+#define MAXSBSURA   8                   /* max URA of SBAS satellite */
+#define MAXBAND     10                  /* max SBAS band of IGP */
+#define MAXNIGP     201                 /* max number of IGP in SBAS band */
+#define MAXNGEO     4                   /* max number of GEO satellites */
+#define MAXCOMMENT  10                  /* max number of RINEX comments */
+#define MAXSTRPATH  1024                /* max length of stream path */
+#define MAXSTRMSG   1024                /* max length of stream message */
+#define MAXSTRRTK   8                   /* max number of stream in RTK server */
+#define MAXSBSMSG   32                  /* max number of SBAS msg in RTK server */
+#define MAXSOLMSG   8191                /* max length of solution message */
+#define MAXRAWLEN   4096                /* max length of receiver raw message */
+#define MAXERRMSG   4096                /* max length of error/warning message */
+#define MAXANT      64                  /* max length of station name/antenna type */
+#define MAXSOLBUF   256                 /* max number of solution buffer */
+#define MAXOBSBUF   128                 /* max number of observation data buffer */
+#define MAXNRPOS    16                  /* max number of reference positions */
+#define MAXLEAPS    64                  /* max number of leap seconds table */
+
+#define RNX2VER     2.10                /* RINEX ver.2 default output version */
+#define RNX3VER     3.00                /* RINEX ver.3 default output version */
+
+#define OBSTYPE_PR  0x01                /* observation type: pseudorange */
+#define OBSTYPE_CP  0x02                /* observation type: carrier-phase */
+#define OBSTYPE_DOP 0x04                /* observation type: doppler-freq */
+#define OBSTYPE_SNR 0x08                /* observation type: SNR */
+#define OBSTYPE_ALL 0xFF                /* observation type: all */
+
+#define FREQTYPE_L1 0x01                /* frequency type: L1/E1 */
+#define FREQTYPE_L2 0x02                /* frequency type: L2/B1 */
+#define FREQTYPE_L5 0x04                /* frequency type: L5/E5a/L3 */
+#define FREQTYPE_L6 0x08                /* frequency type: E6/LEX/B3 */
+#define FREQTYPE_L7 0x10                /* frequency type: E5b/B2 */
+#define FREQTYPE_L8 0x20                /* frequency type: E5(a+b) */
+#define FREQTYPE_ALL 0xFF               /* frequency type: all */
+
+#define CODE_NONE   0                   /* obs code: none or unknown */
+#define CODE_L1C    1                   /* obs code: L1C/A,G1C/A,E1C (GPS,GLO,GAL,QZS,SBS) */
+#define CODE_L1P    2                   /* obs code: L1P,G1P    (GPS,GLO) */
+#define CODE_L1W    3                   /* obs code: L1 Z-track (GPS) */
+#define CODE_L1Y    4                   /* obs code: L1Y        (GPS) */
+#define CODE_L1M    5                   /* obs code: L1M        (GPS) */
+#define CODE_L1N    6                   /* obs code: L1codeless (GPS) */
+#define CODE_L1S    7                   /* obs code: L1C(D)     (GPS,QZS) */
+#define CODE_L1L    8                   /* obs code: L1C(P)     (GPS,QZS) */
+#define CODE_L1E    9                   /* obs code: L1-SAIF    (QZS) */
+#define CODE_L1A    10                  /* obs code: E1A        (GAL) */
+#define CODE_L1B    11                  /* obs code: E1B        (GAL) */
+#define CODE_L1X    12                  /* obs code: E1B+C,L1C(D+P) (GAL,QZS) */
+#define CODE_L1Z    13                  /* obs code: E1A+B+C,L1SAIF (GAL,QZS) */
+#define CODE_L2C    14                  /* obs code: L2C/A,G1C/A (GPS,GLO) */
+#define CODE_L2D    15                  /* obs code: L2 L1C/A-(P2-P1) (GPS) */
+#define CODE_L2S    16                  /* obs code: L2C(M)     (GPS,QZS) */
+#define CODE_L2L    17                  /* obs code: L2C(L)     (GPS,QZS) */
+#define CODE_L2X    18                  /* obs code: L2C(M+L),B1I+Q (GPS,QZS,CMP) */
+#define CODE_L2P    19                  /* obs code: L2P,G2P    (GPS,GLO) */
+#define CODE_L2W    20                  /* obs code: L2 Z-track (GPS) */
+#define CODE_L2Y    21                  /* obs code: L2Y        (GPS) */
+#define CODE_L2M    22                  /* obs code: L2M        (GPS) */
+#define CODE_L2N    23                  /* obs code: L2codeless (GPS) */
+#define CODE_L5I    24                  /* obs code: L5/E5aI    (GPS,GAL,QZS,SBS) */
+#define CODE_L5Q    25                  /* obs code: L5/E5aQ    (GPS,GAL,QZS,SBS) */
+#define CODE_L5X    26                  /* obs code: L5/E5aI+Q  (GPS,GAL,QZS,SBS) */
+#define CODE_L7I    27                  /* obs code: E5bI,B2I   (GAL,CMP) */
+#define CODE_L7Q    28                  /* obs code: E5bQ,B2Q   (GAL,CMP) */
+#define CODE_L7X    29                  /* obs code: E5bI+Q,B2I+Q (GAL,CMP) */
+#define CODE_L6A    30                  /* obs code: E6A        (GAL) */
+#define CODE_L6B    31                  /* obs code: E6B        (GAL) */
+#define CODE_L6C    32                  /* obs code: E6C        (GAL) */
+#define CODE_L6X    33                  /* obs code: E6B+C,LEXS+L,B3I+Q (GAL,QZS,CMP) */
+#define CODE_L6Z    34                  /* obs code: E6A+B+C    (GAL) */
+#define CODE_L6S    35                  /* obs code: LEXS       (QZS) */
+#define CODE_L6L    36                  /* obs code: LEXL       (QZS) */
+#define CODE_L8I    37                  /* obs code: E5(a+b)I   (GAL) */
+#define CODE_L8Q    38                  /* obs code: E5(a+b)Q   (GAL) */
+#define CODE_L8X    39                  /* obs code: E5(a+b)I+Q (GAL) */
+#define CODE_L2I    40                  /* obs code: B1I        (CMP) */
+#define CODE_L2Q    41                  /* obs code: B1Q        (CMP) */
+#define CODE_L6I    42                  /* obs code: B3I        (CMP) */
+#define CODE_L6Q    43                  /* obs code: B3Q        (CMP) */
+#define CODE_L3I    44                  /* obs code: G3I        (GLO) */
+#define CODE_L3Q    45                  /* obs code: G3Q        (GLO) */
+#define CODE_L3X    46                  /* obs code: G3I+Q      (GLO) */
+#define CODE_L1I    47                  /* obs code: B1I        (BDS) */
+#define CODE_L1Q    48                  /* obs code: B1Q        (BDS) */
+#define MAXCODE     48                  /* max number of obs code */
+
+#define PMODE_SINGLE 0                  /* positioning mode: single */
+#define PMODE_DGPS   1                  /* positioning mode: DGPS/DGNSS */
+#define PMODE_KINEMA 2                  /* positioning mode: kinematic */
+#define PMODE_STATIC 3                  /* positioning mode: static */
+#define PMODE_MOVEB  4                  /* positioning mode: moving-base */
+#define PMODE_FIXED  5                  /* positioning mode: fixed */
+#define PMODE_PPP_KINEMA 6              /* positioning mode: PPP-kinemaric */
+#define PMODE_PPP_STATIC 7              /* positioning mode: PPP-static */
+#define PMODE_PPP_FIXED 8               /* positioning mode: PPP-fixed */
+
+#define SOLF_LLH    0                   /* solution format: lat/lon/height */
+#define SOLF_XYZ    1                   /* solution format: x/y/z-ecef */
+#define SOLF_ENU    2                   /* solution format: e/n/u-baseline */
+#define SOLF_NMEA   3                   /* solution format: NMEA-183 */
+#define SOLF_STAT   4                   /* solution format: solution status */
+#define SOLF_GSIF   5                   /* solution format: GSI-F1/F2/F3 */
+
+#define SOLQ_NONE   0                   /* solution status: no solution */
+#define SOLQ_FIX    1                   /* solution status: fix */
+#define SOLQ_FLOAT  2                   /* solution status: float */
+#define SOLQ_SBAS   3                   /* solution status: SBAS */
+#define SOLQ_DGPS   4                   /* solution status: DGPS/DGNSS */
+#define SOLQ_SINGLE 5                   /* solution status: single */
+#define SOLQ_PPP    6                   /* solution status: PPP */
+#define SOLQ_DR     7                   /* solution status: dead reconing */
+#define MAXSOLQ     7                   /* max number of solution status */
+
+#define TIMES_GPST  0                   /* time system: gps time */
+#define TIMES_UTC   1                   /* time system: utc */
+#define TIMES_JST   2                   /* time system: jst */
+
+#define IONOOPT_OFF 0                   /* ionosphere option: correction off */
+#define IONOOPT_BRDC 1                  /* ionosphere option: broadcast model */
+#define IONOOPT_SBAS 2                  /* ionosphere option: SBAS model */
+#define IONOOPT_IFLC 3                  /* ionosphere option: L1/L2 or L1/L5 iono-free LC */
+#define IONOOPT_EST 4                   /* ionosphere option: estimation */
+#define IONOOPT_TEC 5                   /* ionosphere option: IONEX TEC model */
+#define IONOOPT_QZS 6                   /* ionosphere option: QZSS broadcast model */
+#define IONOOPT_LEX 7                   /* ionosphere option: QZSS LEX ionospehre */
+#define IONOOPT_STEC 8                  /* ionosphere option: SLANT TEC model */
+
+#define TROPOPT_OFF 0                   /* troposphere option: correction off */
+#define TROPOPT_SAAS 1                  /* troposphere option: Saastamoinen model */
+#define TROPOPT_SBAS 2                  /* troposphere option: SBAS model */
+#define TROPOPT_EST 3                   /* troposphere option: ZTD estimation */
+#define TROPOPT_ESTG 4                  /* troposphere option: ZTD+grad estimation */
+#define TROPOPT_ZTD 5                   /* troposphere option: ZTD correction */
+
+#define EPHOPT_BRDC 0                   /* ephemeris option: broadcast ephemeris */
+#define EPHOPT_PREC 1                   /* ephemeris option: precise ephemeris */
+#define EPHOPT_SBAS 2                   /* ephemeris option: broadcast + SBAS */
+#define EPHOPT_SSRAPC 3                 /* ephemeris option: broadcast + SSR_APC */
+#define EPHOPT_SSRCOM 4                 /* ephemeris option: broadcast + SSR_COM */
+#define EPHOPT_LEX  5                   /* ephemeris option: QZSS LEX ephemeris */
+
+#define ARMODE_OFF  0                   /* AR mode: off */
+#define ARMODE_CONT 1                   /* AR mode: continuous */
+#define ARMODE_INST 2                   /* AR mode: instantaneous */
+#define ARMODE_FIXHOLD 3                /* AR mode: fix and hold */
+#define ARMODE_WLNL 4                   /* AR mode: wide lane/narrow lane */
+#define ARMODE_TCAR 5                   /* AR mode: triple carrier ar */
+
+#define SBSOPT_LCORR 1                  /* SBAS option: long term correction */
+#define SBSOPT_FCORR 2                  /* SBAS option: fast correction */
+#define SBSOPT_ICORR 4                  /* SBAS option: ionosphere correction */
+#define SBSOPT_RANGE 8                  /* SBAS option: ranging */
+
+#define STR_NONE     0                  /* stream type: none */
+#define STR_SERIAL   1                  /* stream type: serial */
+#define STR_FILE     2                  /* stream type: file */
+#define STR_TCPSVR   3                  /* stream type: TCP server */
+#define STR_TCPCLI   4                  /* stream type: TCP client */
+#define STR_UDP      5                  /* stream type: UDP stream */
+#define STR_NTRIPSVR 6                  /* stream type: NTRIP server */
+#define STR_NTRIPCLI 7                  /* stream type: NTRIP client */
+#define STR_FTP      8                  /* stream type: ftp */
+#define STR_HTTP     9                  /* stream type: http */
+
+#define STRFMT_RTCM2 0                  /* stream format: RTCM 2 */
+#define STRFMT_RTCM3 1                  /* stream format: RTCM 3 */
+#define STRFMT_OEM4  2                  /* stream format: NovAtel OEMV/4 */
+#define STRFMT_OEM3  3                  /* stream format: NovAtel OEM3 */
+#define STRFMT_UBX   4                  /* stream format: u-blox LEA-*T */
+#define STRFMT_SS2   5                  /* stream format: NovAtel Superstar II */
+#define STRFMT_CRES  6                  /* stream format: Hemisphere */
+#define STRFMT_STQ   7                  /* stream format: SkyTraq S1315F */
+#define STRFMT_GW10  8                  /* stream format: Furuno GW10 */
+#define STRFMT_JAVAD 9                  /* stream format: JAVAD GRIL/GREIS */
+#define STRFMT_NVS   10                 /* stream format: NVS NVC08C */
+#define STRFMT_BINEX 11                 /* stream format: BINEX */
+#define STRFMT_RT17  12                 /* stream format: Trimble RT17 */
+#define STRFMT_SEPT  13                 /* stream format: Septentrio */
+#define STRFMT_LEXR  14                 /* stream format: Furuno LPY-10000 */
+#define STRFMT_RINEX 15                 /* stream format: RINEX */
+#define STRFMT_SP3   16                 /* stream format: SP3 */
+#define STRFMT_RNXCLK 17                /* stream format: RINEX CLK */
+#define STRFMT_SBAS  18                 /* stream format: SBAS messages */
+#define STRFMT_NMEA  19                 /* stream format: NMEA 0183 */
+#ifndef EXTLEX
+#define MAXRCVFMT    19                 /* max number of receiver format */
+#else
+#define MAXRCVFMT    14
+#endif
+
+#define STR_MODE_R  0x1                 /* stream mode: read */
+#define STR_MODE_W  0x2                 /* stream mode: write */
+#define STR_MODE_RW 0x3                 /* stream mode: read/write */
+
+#define GEOID_EMBEDDED    0             /* geoid model: embedded geoid */
+#define GEOID_EGM96_M150  1             /* geoid model: EGM96 15x15" */
+#define GEOID_EGM2008_M25 2             /* geoid model: EGM2008 2.5x2.5" */
+#define GEOID_EGM2008_M10 3             /* geoid model: EGM2008 1.0x1.0" */
+#define GEOID_GSI2000_M15 4             /* geoid model: GSI geoid 2000 1.0x1.5" */
+#define GEOID_RAF09       5             /* geoid model: IGN RAF09 for France 1.5"x2" */
+
+#define COMMENTH    "%"                 /* comment line indicator for solution */
+#define MSG_DISCONN "$_DISCONNECT\r\n"  /* disconnect message */
+
+#define DLOPT_FORCE   0x01              /* download option: force download existing */
+#define DLOPT_KEEPCMP 0x02              /* download option: keep compressed file */
+#define DLOPT_HOLDERR 0x04              /* download option: hold on error file */
+#define DLOPT_HOLDLST 0x08              /* download option: hold on listing file */
+
+#define P2_5        0.03125             /* 2^-5 */
+#define P2_6        0.015625            /* 2^-6 */
+#define P2_11       4.882812500000000E-04 /* 2^-11 */
+#define P2_15       3.051757812500000E-05 /* 2^-15 */
+#define P2_17       7.629394531250000E-06 /* 2^-17 */
+#define P2_19       1.907348632812500E-06 /* 2^-19 */
+#define P2_20       9.536743164062500E-07 /* 2^-20 */
+#define P2_21       4.768371582031250E-07 /* 2^-21 */
+#define P2_23       1.192092895507810E-07 /* 2^-23 */
+#define P2_24       5.960464477539063E-08 /* 2^-24 */
+#define P2_27       7.450580596923828E-09 /* 2^-27 */
+#define P2_29       1.862645149230957E-09 /* 2^-29 */
+#define P2_30       9.313225746154785E-10 /* 2^-30 */
+#define P2_31       4.656612873077393E-10 /* 2^-31 */
+#define P2_32       2.328306436538696E-10 /* 2^-32 */
+#define P2_33       1.164153218269348E-10 /* 2^-33 */
+#define P2_35       2.910383045673370E-11 /* 2^-35 */
+#define P2_38       3.637978807091710E-12 /* 2^-38 */
+#define P2_39       1.818989403545856E-12 /* 2^-39 */
+#define P2_40       9.094947017729280E-13 /* 2^-40 */
+#define P2_43       1.136868377216160E-13 /* 2^-43 */
+#define P2_48       3.552713678800501E-15 /* 2^-48 */
+#define P2_50       8.881784197001252E-16 /* 2^-50 */
+#define P2_55       2.775557561562891E-17 /* 2^-55 */
+
+#ifdef WIN32
+#define thread_t    HANDLE
+#define lock_t      CRITICAL_SECTION
+#define initlock(f) InitializeCriticalSection(f)
+#define lock(f)     EnterCriticalSection(f)
+#define unlock(f)   LeaveCriticalSection(f)
+#define FILEPATHSEP '\\'
+#else
+#define thread_t    pthread_t
+#define lock_t      pthread_mutex_t
+#define initlock(f) pthread_mutex_init(f,NULL)
+#define lock(f)     pthread_mutex_lock(f)
+#define unlock(f)   pthread_mutex_unlock(f)
+#define FILEPATHSEP '/'
+#endif
+
+/* type definitions ----------------------------------------------------------*/
+
+typedef struct {        /* time struct */
+    time_t time;        /* time (s) expressed by standard time_t */
+    double sec;         /* fraction of second under 1 s */
+} gtime_t;
+
+typedef struct {        /* observation data record */
+    gtime_t time;       /* receiver sampling time (GPST) */
+    unsigned char sat,rcv; /* satellite/receiver number */
+    unsigned char SNR [NFREQ+NEXOBS]; /* signal strength (0.25 dBHz) */
+    unsigned char LLI [NFREQ+NEXOBS]; /* loss of lock indicator */
+    unsigned char code[NFREQ+NEXOBS]; /* code indicator (CODE_???) */
+    double L[NFREQ+NEXOBS]; /* observation data carrier-phase (cycle) */
+    double P[NFREQ+NEXOBS]; /* observation data pseudorange (m) */
+    float  D[NFREQ+NEXOBS]; /* observation data doppler frequency (Hz) */
+} obsd_t;
+
+typedef struct {        /* observation data */
+    int n,nmax;         /* number of obervation data/allocated */
+    obsd_t *data;       /* observation data records */
+} obs_t;
+
+typedef struct {        /* earth rotation parameter data type */
+    double mjd;         /* mjd (days) */
+    double xp,yp;       /* pole offset (rad) */
+    double xpr,ypr;     /* pole offset rate (rad/day) */
+    double ut1_utc;     /* ut1-utc (s) */
+    double lod;         /* length of day (s/day) */
+} erpd_t;
+
+typedef struct {        /* earth rotation parameter type */
+    int n,nmax;         /* number and max number of data */
+    erpd_t *data;       /* earth rotation parameter data */
+} erp_t;
+
+typedef struct {        /* antenna parameter type */
+    int sat;            /* satellite number (0:receiver) */
+    char type[MAXANT];  /* antenna type */
+    char code[MAXANT];  /* serial number or satellite code */
+    gtime_t ts,te;      /* valid time start and end */
+    double off[NFREQ][ 3]; /* phase center offset e/n/u or x/y/z (m) */
+    double var[NFREQ][19]; /* phase center variation (m) */
+                        /* el=90,85,...,0 or nadir=0,1,2,3,... (deg) */
+} pcv_t;
+
+typedef struct {        /* antenna parameters type */
+    int n,nmax;         /* number of data/allocated */
+    pcv_t *pcv;         /* antenna parameters data */
+} pcvs_t;
+
+typedef struct {        /* almanac type */
+    int sat;            /* satellite number */
+    int svh;            /* sv health (0:ok) */
+    int svconf;         /* as and sv config */
+    int week;           /* GPS/QZS: gps week, GAL: galileo week */
+    gtime_t toa;        /* Toa */
+                        /* SV orbit parameters */
+    double A,e,i0,OMG0,omg,M0,OMGd;
+    double toas;        /* Toa (s) in week */
+    double f0,f1;       /* SV clock parameters (af0,af1) */
+} alm_t;
+
+typedef struct {        /* GPS/QZS/GAL broadcast ephemeris type */
+    int sat;            /* satellite number */
+    int iode,iodc;      /* IODE,IODC */
+    int sva;            /* SV accuracy (URA index) */
+    int svh;            /* SV health (0:ok) */
+    int week;           /* GPS/QZS: gps week, GAL: galileo week */
+    int code;           /* GPS/QZS: code on L2, GAL/CMP: data sources */
+    int flag;           /* GPS/QZS: L2 P data flag, CMP: nav type */
+    gtime_t toe,toc,ttr; /* Toe,Toc,T_trans */
+                        /* SV orbit parameters */
+    double A,e,i0,OMG0,omg,M0,deln,OMGd,idot;
+    double crc,crs,cuc,cus,cic,cis;
+    double toes;        /* Toe (s) in week */
+    double fit;         /* fit interval (h) */
+    double f0,f1,f2;    /* SV clock parameters (af0,af1,af2) */
+    double tgd[4];      /* group delay parameters */
+                        /* GPS/QZS:tgd[0]=TGD */
+                        /* GAL    :tgd[0]=BGD E5a/E1,tgd[1]=BGD E5b/E1 */
+                        /* CMP    :tgd[0]=BGD1,tgd[1]=BGD2 */
+    double Adot,ndot;   /* Adot,ndot for CNAV */
+} eph_t;
+
+typedef struct {        /* GLONASS broadcast ephemeris type */
+    int sat;            /* satellite number */
+    int iode;           /* IODE (0-6 bit of tb field) */
+    int frq;            /* satellite frequency number */
+    int svh,sva,age;    /* satellite health, accuracy, age of operation */
+    gtime_t toe;        /* epoch of epherides (gpst) */
+    gtime_t tof;        /* message frame time (gpst) */
+    double pos[3];      /* satellite position (ecef) (m) */
+    double vel[3];      /* satellite velocity (ecef) (m/s) */
+    double acc[3];      /* satellite acceleration (ecef) (m/s^2) */
+    double taun,gamn;   /* SV clock bias (s)/relative freq bias */
+    double dtaun;       /* delay between L1 and L2 (s) */
+} geph_t;
+
+typedef struct {        /* precise ephemeris type */
+    gtime_t time;       /* time (GPST) */
+    int index;          /* ephemeris index for multiple files */
+    double pos[MAXSAT][4]; /* satellite position/clock (ecef) (m|s) */
+    float  std[MAXSAT][4]; /* satellite position/clock std (m|s) */
+    double vel[MAXSAT][4]; /* satellite velocity/clk-rate (m/s|s/s) */
+    float  vst[MAXSAT][4]; /* satellite velocity/clk-rate std (m/s|s/s) */
+    float  cov[MAXSAT][3]; /* satellite position covariance (m^2) */
+    float  vco[MAXSAT][3]; /* satellite velocity covariance (m^2) */
+} peph_t;
+
+typedef struct {        /* precise clock type */
+    gtime_t time;       /* time (GPST) */
+    int index;          /* clock index for multiple files */
+    double clk[MAXSAT][1]; /* satellite clock (s) */
+    float  std[MAXSAT][1]; /* satellite clock std (s) */
+} pclk_t;
+
+typedef struct {        /* SBAS ephemeris type */
+    int sat;            /* satellite number */
+    gtime_t t0;         /* reference epoch time (GPST) */
+    gtime_t tof;        /* time of message frame (GPST) */
+    int sva;            /* SV accuracy (URA index) */
+    int svh;            /* SV health (0:ok) */
+    double pos[3];      /* satellite position (m) (ecef) */
+    double vel[3];      /* satellite velocity (m/s) (ecef) */
+    double acc[3];      /* satellite acceleration (m/s^2) (ecef) */
+    double af0,af1;     /* satellite clock-offset/drift (s,s/s) */
+} seph_t;
+
+typedef struct {        /* norad two line element data type */
+    char name [32];     /* common name */
+    char alias[32];     /* alias name */
+    char satno[16];     /* satellilte catalog number */
+    char satclass;      /* classification */
+    char desig[16];     /* international designator */
+    gtime_t epoch;      /* element set epoch (UTC) */
+    double ndot;        /* 1st derivative of mean motion */
+    double nddot;       /* 2st derivative of mean motion */
+    double bstar;       /* B* drag term */
+    int etype;          /* element set type */
+    int eleno;          /* element number */
+    double inc;         /* orbit inclination (deg) */
+    double OMG;         /* right ascension of ascending node (deg) */
+    double ecc;         /* eccentricity */
+    double omg;         /* argument of perigee (deg) */
+    double M;           /* mean anomaly (deg) */
+    double n;           /* mean motion (rev/day) */
+    int rev;            /* revolution number at epoch */
+} tled_t;
+
+typedef struct {        /* norad two line element type */
+    int n,nmax;         /* number/max number of two line element data */
+    tled_t *data;       /* norad two line element data */
+} tle_t;
+
+typedef struct {        /* TEC grid type */
+    gtime_t time;       /* epoch time (GPST) */
+    int ndata[3];       /* TEC grid data size {nlat,nlon,nhgt} */
+    double rb;          /* earth radius (km) */
+    double lats[3];     /* latitude start/interval (deg) */
+    double lons[3];     /* longitude start/interval (deg) */
+    double hgts[3];     /* heights start/interval (km) */
+    double *data;       /* TEC grid data (tecu) */
+    float *rms;         /* RMS values (tecu) */
+} tec_t;
+
+typedef struct {        /* satellite fcb data type */
+    gtime_t ts,te;      /* start/end time (GPST) */
+    double bias[MAXSAT][3]; /* fcb value   (cyc) */
+    double std [MAXSAT][3]; /* fcb std-dev (cyc) */
+} fcbd_t;
+
+typedef struct {        /* SBAS message type */
+    int week,tow;       /* receiption time */
+    int prn;            /* SBAS satellite PRN number */
+    unsigned char msg[29]; /* SBAS message (226bit) padded by 0 */
+} sbsmsg_t;
+
+typedef struct {        /* SBAS messages type */
+    int n,nmax;         /* number of SBAS messages/allocated */
+    sbsmsg_t *msgs;     /* SBAS messages */
+} sbs_t;
+
+typedef struct {        /* SBAS fast correction type */
+    gtime_t t0;         /* time of applicability (TOF) */
+    double prc;         /* pseudorange correction (PRC) (m) */
+    double rrc;         /* range-rate correction (RRC) (m/s) */
+    double dt;          /* range-rate correction delta-time (s) */
+    int iodf;           /* IODF (issue of date fast corr) */
+    short udre;         /* UDRE+1 */
+    short ai;           /* degradation factor indicator */
+} sbsfcorr_t;
+
+typedef struct {        /* SBAS long term satellite error correction type */
+    gtime_t t0;         /* correction time */
+    int iode;           /* IODE (issue of date ephemeris) */
+    double dpos[3];     /* delta position (m) (ecef) */
+    double dvel[3];     /* delta velocity (m/s) (ecef) */
+    double daf0,daf1;   /* delta clock-offset/drift (s,s/s) */
+} sbslcorr_t;
+
+typedef struct {        /* SBAS satellite correction type */
+    int sat;            /* satellite number */
+    sbsfcorr_t fcorr;   /* fast correction */
+    sbslcorr_t lcorr;   /* long term correction */
+} sbssatp_t;
+
+typedef struct {        /* SBAS satellite corrections type */
+    int iodp;           /* IODP (issue of date mask) */
+    int nsat;           /* number of satellites */
+    int tlat;           /* system latency (s) */
+    sbssatp_t sat[MAXSAT]; /* satellite correction */
+} sbssat_t;
+
+typedef struct {        /* SBAS ionospheric correction type */
+    gtime_t t0;         /* correction time */
+    short lat,lon;      /* latitude/longitude (deg) */
+    short give;         /* GIVI+1 */
+    float delay;        /* vertical delay estimate (m) */
+} sbsigp_t;
+
+typedef struct {        /* IGP band type */
+    short x;            /* longitude/latitude (deg) */
+    const short *y;     /* latitudes/longitudes (deg) */
+    unsigned char bits; /* IGP mask start bit */
+    unsigned char bite; /* IGP mask end bit */
+} sbsigpband_t;
+
+typedef struct {        /* SBAS ionospheric corrections type */
+    int iodi;           /* IODI (issue of date ionos corr) */
+    int nigp;           /* number of igps */
+    sbsigp_t igp[MAXNIGP]; /* ionospheric correction */
+} sbsion_t;
+
+typedef struct {        /* DGPS/GNSS correction type */
+    gtime_t t0;         /* correction time */
+    double prc;         /* pseudorange correction (PRC) (m) */
+    double rrc;         /* range rate correction (RRC) (m/s) */
+    int iod;            /* issue of data (IOD) */
+    double udre;        /* UDRE */
+} dgps_t;
+
+typedef struct {        /* SSR correction type */
+    gtime_t t0[6];      /* epoch time (GPST) {eph,clk,hrclk,ura,bias,pbias} */
+    double udi[6];      /* SSR update interval (s) */
+    int iod[6];         /* iod ssr {eph,clk,hrclk,ura,bias,pbias} */
+    int iode;           /* issue of data */
+    int iodcrc;         /* issue of data crc for beidou/sbas */
+    int ura;            /* URA indicator */
+    int refd;           /* sat ref datum (0:ITRF,1:regional) */
+    double deph [3];    /* delta orbit {radial,along,cross} (m) */
+    double ddeph[3];    /* dot delta orbit {radial,along,cross} (m/s) */
+    double dclk [3];    /* delta clock {c0,c1,c2} (m,m/s,m/s^2) */
+    double hrclk;       /* high-rate clock corection (m) */
+    float  cbias[MAXCODE]; /* code biases (m) */
+    double pbias[MAXCODE]; /* phase biases (m) */
+    float  stdpb[MAXCODE]; /* std-dev of phase biases (m) */
+    double yaw_ang,yaw_rate; /* yaw angle and yaw rate (deg,deg/s) */
+    unsigned char update; /* update flag (0:no update,1:update) */
+} ssr_t;
+
+typedef struct {        /* QZSS LEX message type */
+    int prn;            /* satellite PRN number */
+    int type;           /* message type */
+    int alert;          /* alert flag */
+    unsigned char stat; /* signal tracking status */
+    unsigned char snr;  /* signal C/N0 (0.25 dBHz) */
+    unsigned int ttt;   /* tracking time (ms) */
+    unsigned char msg[212]; /* LEX message data part 1695 bits */
+} lexmsg_t;
+
+typedef struct {        /* QZSS LEX messages type */
+    int n,nmax;         /* number of LEX messages and allocated */
+    lexmsg_t *msgs;     /* LEX messages */
+} lex_t;
+
+typedef struct {        /* QZSS LEX ephemeris type */
+    gtime_t toe;        /* epoch time (GPST) */
+    gtime_t tof;        /* message frame time (GPST) */
+    int sat;            /* satellite number */
+    unsigned char health; /* signal health (L1,L2,L1C,L5,LEX) */
+    unsigned char ura;  /* URA index */
+    double pos[3];      /* satellite position (m) */
+    double vel[3];      /* satellite velocity (m/s) */
+    double acc[3];      /* satellite acceleration (m/s2) */
+    double jerk[3];     /* satellite jerk (m/s3) */
+    double af0,af1;     /* satellite clock bias and drift (s,s/s) */
+    double tgd;         /* TGD */
+    double isc[8];      /* ISC */
+} lexeph_t;
+
+typedef struct {        /* QZSS LEX ionosphere correction type */
+    gtime_t t0;         /* epoch time (GPST) */
+    double tspan;       /* valid time span (s) */
+    double pos0[2];     /* reference position {lat,lon} (rad) */
+    double coef[3][2];  /* coefficients lat x lon (3 x 2) */
+} lexion_t;
+
+typedef struct {        /* stec data type */
+    gtime_t time;       /* time (GPST) */
+    unsigned char sat;  /* satellite number */
+    double ion;         /* slant ionos delay (m) */
+    float std;          /* std-dev (m) */
+    float azel[2];      /* azimuth/elevation (rad) */
+    unsigned char flag; /* fix flag */
+} stec_t;
+
+typedef struct {        /* trop data type */
+    gtime_t time;       /* time (GPST) */
+    double trp[3];      /* zenith tropos delay/gradient (m) */
+    float std[3];       /* std-dev (m) */
+} trop_t;
+
+typedef struct {        /* ppp corrections type */
+    int nsta;           /* number of stations */
+    char stas[MAXSTA][8]; /* station names */
+    double rr[MAXSTA][3]; /* station ecef positions (m) */
+    int ns[MAXSTA],nsmax[MAXSTA]; /* number of stec data */
+    int nt[MAXSTA],ntmax[MAXSTA]; /* number of trop data */
+    stec_t *stec[MAXSTA]; /* stec data */
+    trop_t *trop[MAXSTA]; /* trop data */
+} pppcorr_t;
+
+typedef struct {        /* navigation data type */
+    int n,nmax;         /* number of broadcast ephemeris */
+    int ng,ngmax;       /* number of glonass ephemeris */
+    int ns,nsmax;       /* number of sbas ephemeris */
+    int ne,nemax;       /* number of precise ephemeris */
+    int nc,ncmax;       /* number of precise clock */
+    int na,namax;       /* number of almanac data */
+    int nt,ntmax;       /* number of tec grid data */
+    int nf,nfmax;       /* number of satellite fcb data */
+    eph_t *eph;         /* GPS/QZS/GAL ephemeris */
+    geph_t *geph;       /* GLONASS ephemeris */
+    seph_t *seph;       /* SBAS ephemeris */
+    peph_t *peph;       /* precise ephemeris */
+    pclk_t *pclk;       /* precise clock */
+    alm_t *alm;         /* almanac data */
+    tec_t *tec;         /* tec grid data */
+    fcbd_t *fcb;        /* satellite fcb data */
+    erp_t  erp;         /* earth rotation parameters */
+    double utc_gps[4];  /* GPS delta-UTC parameters {A0,A1,T,W} */
+    double utc_glo[4];  /* GLONASS UTC GPS time parameters */
+    double utc_gal[4];  /* Galileo UTC GPS time parameters */
+    double utc_qzs[4];  /* QZS UTC GPS time parameters */
+    double utc_cmp[4];  /* BeiDou UTC parameters */
+    double utc_sbs[4];  /* SBAS UTC parameters */
+    double ion_gps[8];  /* GPS iono model parameters {a0,a1,a2,a3,b0,b1,b2,b3} */
+    double ion_gal[4];  /* Galileo iono model parameters {ai0,ai1,ai2,0} */
+    double ion_qzs[8];  /* QZSS iono model parameters {a0,a1,a2,a3,b0,b1,b2,b3} */
+    double ion_cmp[8];  /* BeiDou iono model parameters {a0,a1,a2,a3,b0,b1,b2,b3} */
+    int leaps;          /* leap seconds (s) */
+    double lam[MAXSAT][NFREQ]; /* carrier wave lengths (m) */
+    double cbias[MAXSAT][3]; /* satellite dcb (0:p1-p2,1:p1-c1,2:p2-c2) (m) */
+    double rbias[MAXRCV][2][3]; /* receiver dcb (0:p1-p2,1:p1-c1,2:p2-c2) (m) */
+    double wlbias[MAXSAT];   /* wide-lane bias (cycle) */
+    double glo_cpbias[4];    /* glonass code-phase bias {1C,1P,2C,2P} (m) */
+    char glo_fcn[MAXPRNGLO+1]; /* glonass frequency channel number + 8 */
+    pcv_t pcvs[MAXSAT]; /* satellite antenna pcv */
+    sbssat_t sbssat;    /* SBAS satellite corrections */
+    sbsion_t sbsion[MAXBAND+1]; /* SBAS ionosphere corrections */
+    dgps_t dgps[MAXSAT]; /* DGPS corrections */
+    ssr_t ssr[MAXSAT];  /* SSR corrections */
+    lexeph_t lexeph[MAXSAT]; /* LEX ephemeris */
+    lexion_t lexion;    /* LEX ionosphere correction */
+    pppcorr_t pppcorr;  /* ppp corrections */
+} nav_t;
+
+typedef struct {        /* station parameter type */
+    char name   [MAXANT]; /* marker name */
+    char marker [MAXANT]; /* marker number */
+    char antdes [MAXANT]; /* antenna descriptor */
+    char antsno [MAXANT]; /* antenna serial number */
+    char rectype[MAXANT]; /* receiver type descriptor */
+    char recver [MAXANT]; /* receiver firmware version */
+    char recsno [MAXANT]; /* receiver serial number */
+    int antsetup;       /* antenna setup id */
+    int itrf;           /* ITRF realization year */
+    int deltype;        /* antenna delta type (0:enu,1:xyz) */
+    double pos[3];      /* station position (ecef) (m) */
+    double del[3];      /* antenna position delta (e/n/u or x/y/z) (m) */
+    double hgt;         /* antenna height (m) */
+} sta_t;
+
+typedef struct {        /* solution type */
+    gtime_t time;       /* time (GPST) */
+    double rr[6];       /* position/velocity (m|m/s) */
+                        /* {x,y,z,vx,vy,vz} or {e,n,u,ve,vn,vu} */
+    float  qr[6];       /* position variance/covariance (m^2) */
+                        /* {c_xx,c_yy,c_zz,c_xy,c_yz,c_zx} or */
+                        /* {c_ee,c_nn,c_uu,c_en,c_nu,c_ue} */
+    double dtr[6];      /* receiver clock bias to time systems (s) */
+    unsigned char type; /* type (0:xyz-ecef,1:enu-baseline) */
+    unsigned char stat; /* solution status (SOLQ_???) */
+    unsigned char ns;   /* number of valid satellites */
+    float age;          /* age of differential (s) */
+    float ratio;        /* AR ratio factor for valiation */
+    float thres;        /* AR ratio threshold for valiation */
+} sol_t;
+
+typedef struct {        /* solution buffer type */
+    int n,nmax;         /* number of solution/max number of buffer */
+    int cyclic;         /* cyclic buffer flag */
+    int start,end;      /* start/end index */
+    gtime_t time;       /* current solution time */
+    sol_t *data;        /* solution data */
+    double rb[3];       /* reference position {x,y,z} (ecef) (m) */
+    unsigned char buff[MAXSOLMSG+1]; /* message buffer */
+    int nb;             /* number of byte in message buffer */
+} solbuf_t;
+
+typedef struct {        /* solution status type */
+    gtime_t time;       /* time (GPST) */
+    unsigned char sat;  /* satellite number */
+    unsigned char frq;  /* frequency (1:L1,2:L2,...) */
+    float az,el;        /* azimuth/elevation angle (rad) */
+    float resp;         /* pseudorange residual (m) */
+    float resc;         /* carrier-phase residual (m) */
+    unsigned char flag; /* flags: (vsat<<5)+(slip<<3)+fix */
+    unsigned char snr;  /* signal strength (0.25 dBHz) */
+    unsigned short lock;  /* lock counter */
+    unsigned short outc;  /* outage counter */
+    unsigned short slipc; /* slip counter */
+    unsigned short rejc;  /* reject counter */
+} solstat_t;
+
+typedef struct {        /* solution status buffer type */
+    int n,nmax;         /* number of solution/max number of buffer */
+    solstat_t *data;    /* solution status data */
+} solstatbuf_t;
+
+typedef struct {        /* RTCM control struct type */
+    int staid;          /* station id */
+    int stah;           /* station health */
+    int seqno;          /* sequence number for rtcm 2 or iods msm */
+    int outtype;        /* output message type */
+    gtime_t time;       /* message time */
+    gtime_t time_s;     /* message start time */
+    obs_t obs;          /* observation data (uncorrected) */
+    nav_t nav;          /* satellite ephemerides */
+    sta_t sta;          /* station parameters */
+    dgps_t *dgps;       /* output of dgps corrections */
+    ssr_t ssr[MAXSAT];  /* output of ssr corrections */
+    char msg[128];      /* special message */
+    char msgtype[256];  /* last message type */
+    char msmtype[6][128]; /* msm signal types */
+    int obsflag;        /* obs data complete flag (1:ok,0:not complete) */
+    int ephsat;         /* update satellite of ephemeris */
+    double cp[MAXSAT][NFREQ+NEXOBS]; /* carrier-phase measurement */
+    unsigned char lock[MAXSAT][NFREQ+NEXOBS]; /* lock time */
+    unsigned char loss[MAXSAT][NFREQ+NEXOBS]; /* loss of lock count */
+    gtime_t lltime[MAXSAT][NFREQ+NEXOBS]; /* last lock time */
+    int nbyte;          /* number of bytes in message buffer */ 
+    int nbit;           /* number of bits in word buffer */ 
+    int len;            /* message length (bytes) */
+    unsigned char buff[1200]; /* message buffer */
+    unsigned int word;  /* word buffer for rtcm 2 */
+    unsigned int nmsg2[100]; /* message count of RTCM 2 (1-99:1-99,0:other) */
+    unsigned int nmsg3[400]; /* message count of RTCM 3 (1-299:1001-1299,300-399:2000-2099,0:ohter) */
+    char opt[256];      /* RTCM dependent options */
+} rtcm_t;
+
+typedef struct {        /* rinex control struct type */
+    gtime_t time;       /* message time */
+    double ver;         /* rinex version */
+    char   type;        /* rinex file type ('O','N',...) */
+    int    sys;         /* navigation system */
+    int    tsys;        /* time system */
+    char   tobs[6][MAXOBSTYPE][4]; /* rinex obs types */
+    obs_t  obs;         /* observation data */
+    nav_t  nav;         /* navigation data */
+    sta_t  sta;         /* station info */
+    int    ephsat;      /* ephemeris satellite number */
+    char   opt[256];    /* rinex dependent options */
+} rnxctr_t;
+
+typedef struct {        /* download url type */
+    char type[32];      /* data type */
+    char path[1024];    /* url path */
+    char dir [1024];    /* local directory */
+    double tint;        /* time interval (s) */
+} url_t;
+
+typedef struct {        /* option type */
+    char *name;         /* option name */
+    int format;         /* option format (0:int,1:double,2:string,3:enum) */
+    void *var;          /* pointer to option variable */
+    char *comment;      /* option comment/enum labels/unit */
+} opt_t;
+
+typedef struct {        /* extended receiver error model */
+    int ena[4];         /* model enabled */
+    double cerr[4][NFREQ*2]; /* code errors (m) */
+    double perr[4][NFREQ*2]; /* carrier-phase errors (m) */
+    double gpsglob[NFREQ]; /* gps-glonass h/w bias (m) */
+    double gloicb [NFREQ]; /* glonass interchannel bias (m/fn) */
+} exterr_t;
+
+typedef struct {        /* SNR mask type */
+    int ena[2];         /* enable flag {rover,base} */
+    double mask[NFREQ][9]; /* mask (dBHz) at 5,10,...85 deg */
+} snrmask_t;
+
+typedef struct {        /* processing options type */
+    int mode;           /* positioning mode (PMODE_???) */
+    int soltype;        /* solution type (0:forward,1:backward,2:combined) */
+    int nf;             /* number of frequencies (1:L1,2:L1+L2,3:L1+L2+L5) */
+    int navsys;         /* navigation system */
+    double elmin;       /* elevation mask angle (rad) */
+    snrmask_t snrmask;  /* SNR mask */
+    int sateph;         /* satellite ephemeris/clock (EPHOPT_???) */
+    int modear;         /* AR mode (0:off,1:continuous,2:instantaneous,3:fix and hold,4:ppp-ar) */
+    int glomodear;      /* GLONASS AR mode (0:off,1:on,2:auto cal,3:ext cal) */
+    int bdsmodear;      /* BeiDou AR mode (0:off,1:on) */
+    int maxout;         /* obs outage count to reset bias */
+    int minlock;        /* min lock count to fix ambiguity */
+    int minfix;         /* min fix count to hold ambiguity */
+    int armaxiter;      /* max iteration to resolve ambiguity */
+    int ionoopt;        /* ionosphere option (IONOOPT_???) */
+    int tropopt;        /* troposphere option (TROPOPT_???) */
+    int dynamics;       /* dynamics model (0:none,1:velociy,2:accel) */
+    int tidecorr;       /* earth tide correction (0:off,1:solid,2:solid+otl+pole) */
+    int niter;          /* number of filter iteration */
+    int codesmooth;     /* code smoothing window size (0:none) */
+    int intpref;        /* interpolate reference obs (for post mission) */
+    int sbascorr;       /* SBAS correction options */
+    int sbassatsel;     /* SBAS satellite selection (0:all) */
+    int rovpos;         /* rover position for fixed mode */
+    int refpos;         /* base position for relative mode */
+                        /* (0:pos in prcopt,  1:average of single pos, */
+                        /*  2:read from file, 3:rinex header, 4:rtcm pos) */
+    double eratio[NFREQ]; /* code/phase error ratio */
+    double err[5];      /* measurement error factor */
+                        /* [0]:reserved */
+                        /* [1-3]:error factor a/b/c of phase (m) */
+                        /* [4]:doppler frequency (hz) */
+    double std[3];      /* initial-state std [0]bias,[1]iono [2]trop */
+    double prn[6];      /* process-noise std [0]bias,[1]iono [2]trop [3]acch [4]accv [5] pos */
+    double sclkstab;    /* satellite clock stability (sec/sec) */
+    double thresar[8];  /* AR validation threshold */
+    double elmaskar;    /* elevation mask of AR for rising satellite (deg) */
+    double elmaskhold;  /* elevation mask to hold ambiguity (deg) */
+    double thresslip;   /* slip threshold of geometry-free phase (m) */
+    double maxtdiff;    /* max difference of time (sec) */
+    double maxinno;     /* reject threshold of innovation (m) */
+    double maxgdop;     /* reject threshold of gdop */
+    double baseline[2]; /* baseline length constraint {const,sigma} (m) */
+    double ru[3];       /* rover position for fixed mode {x,y,z} (ecef) (m) */
+    double rb[3];       /* base position for relative mode {x,y,z} (ecef) (m) */
+    char anttype[2][MAXANT]; /* antenna types {rover,base} */
+    double antdel[2][3]; /* antenna delta {{rov_e,rov_n,rov_u},{ref_e,ref_n,ref_u}} */
+    pcv_t pcvr[2];      /* receiver antenna parameters {rov,base} */
+    unsigned char exsats[MAXSAT]; /* excluded satellites (1:excluded,2:included) */
+    char rnxopt[2][256]; /* rinex options {rover,base} */
+    int  posopt[6];     /* positioning options */
+    int  syncsol;       /* solution sync mode (0:off,1:on) */
+    double odisp[2][6*11]; /* ocean tide loading parameters {rov,base} */
+    exterr_t exterr;    /* extended receiver error model */
+    int freqopt;        /* disable L2-AR */
+    char pppopt[256];   /* ppp option */
+} prcopt_t;
+
+typedef struct {        /* solution options type */
+    int posf;           /* solution format (SOLF_???) */
+    int times;          /* time system (TIMES_???) */
+    int timef;          /* time format (0:sssss.s,1:yyyy/mm/dd hh:mm:ss.s) */
+    int timeu;          /* time digits under decimal point */
+    int degf;           /* latitude/longitude format (0:ddd.ddd,1:ddd mm ss) */
+    int outhead;        /* output header (0:no,1:yes) */
+    int outopt;         /* output processing options (0:no,1:yes) */
+    int datum;          /* datum (0:WGS84,1:Tokyo) */
+    int height;         /* height (0:ellipsoidal,1:geodetic) */
+    int geoid;          /* geoid model (0:EGM96,1:JGD2000) */
+    int solstatic;      /* solution of static mode (0:all,1:single) */
+    int sstat;          /* solution statistics level (0:off,1:states,2:residuals) */
+    int trace;          /* debug trace level (0:off,1-5:debug) */
+    double nmeaintv[2]; /* nmea output interval (s) (<0:no,0:all) */
+                        /* nmeaintv[0]:gprmc,gpgga,nmeaintv[1]:gpgsv */
+    char sep[64];       /* field separator */
+    char prog[64];      /* program name */
+} solopt_t;
+
+typedef struct {        /* file options type */
+    char satantp[MAXSTRPATH]; /* satellite antenna parameters file */
+    char rcvantp[MAXSTRPATH]; /* receiver antenna parameters file */
+    char stapos [MAXSTRPATH]; /* station positions file */
+    char geoid  [MAXSTRPATH]; /* external geoid data file */
+    char iono   [MAXSTRPATH]; /* ionosphere data file */
+    char dcb    [MAXSTRPATH]; /* dcb data file */
+    char eop    [MAXSTRPATH]; /* eop data file */
+    char blq    [MAXSTRPATH]; /* ocean tide loading blq file */
+    char tempdir[MAXSTRPATH]; /* ftp/http temporaly directory */
+    char geexe  [MAXSTRPATH]; /* google earth exec file */
+    char solstat[MAXSTRPATH]; /* solution statistics file */
+    char trace  [MAXSTRPATH]; /* debug trace file */
+} filopt_t;
+
+typedef struct {        /* RINEX options type */
+    gtime_t ts,te;      /* time start/end */
+    double tint;        /* time interval (s) */
+    double tunit;       /* time unit for multiple-session (s) */
+    double rnxver;      /* RINEX version */
+    int navsys;         /* navigation system */
+    int obstype;        /* observation type */
+    int freqtype;       /* frequency type */
+    char mask[6][64];   /* code mask {GPS,GLO,GAL,QZS,SBS,CMP} */
+    char staid [32];    /* station id for rinex file name */
+    char prog  [32];    /* program */
+    char runby [32];    /* run-by */
+    char marker[64];    /* marker name */
+    char markerno[32];  /* marker number */
+    char markertype[32]; /* marker type (ver.3) */
+    char name[2][32];   /* observer/agency */
+    char rec [3][32];   /* receiver #/type/vers */
+    char ant [3][32];   /* antenna #/type */
+    double apppos[3];   /* approx position x/y/z */
+    double antdel[3];   /* antenna delta h/e/n */
+    char comment[MAXCOMMENT][64]; /* comments */
+    char rcvopt[256];   /* receiver dependent options */
+    unsigned char exsats[MAXSAT]; /* excluded satellites */
+    int scanobs;        /* scan obs types */
+    int outiono;        /* output iono correction */
+    int outtime;        /* output time system correction */
+    int outleaps;       /* output leap seconds */
+    int autopos;        /* auto approx position */
+    gtime_t tstart;     /* first obs time */
+    gtime_t tend;       /* last obs time */
+    gtime_t trtcm;      /* approx log start time for rtcm */
+    char tobs[6][MAXOBSTYPE][4]; /* obs types {GPS,GLO,GAL,QZS,SBS,CMP} */
+    int nobs[6];        /* number of obs types {GPS,GLO,GAL,QZS,SBS,CMP} */
+} rnxopt_t;
+
+typedef struct {        /* satellite status type */
+    unsigned char sys;  /* navigation system */
+    unsigned char vs;   /* valid satellite flag single */
+    double azel[2];     /* azimuth/elevation angles {az,el} (rad) */
+    double resp[NFREQ]; /* residuals of pseudorange (m) */
+    double resc[NFREQ]; /* residuals of carrier-phase (m) */
+    unsigned char vsat[NFREQ]; /* valid satellite flag */
+    unsigned char snr [NFREQ]; /* signal strength (0.25 dBHz) */
+    unsigned char fix [NFREQ]; /* ambiguity fix flag (1:fix,2:float,3:hold) */
+    unsigned char slip[NFREQ]; /* cycle-slip flag */
+    int lock [NFREQ]; /* lock counter of phase */
+    unsigned int outc [NFREQ]; /* obs outage counter of phase */
+    unsigned int slipc[NFREQ]; /* cycle-slip counter */
+    unsigned int rejc [NFREQ]; /* reject counter */
+    double  gf;         /* geometry-free phase L1-L2 (m) */
+    double  gf2;        /* geometry-free phase L1-L5 (m) */
+    double  mw;         /* MW-LC (m) */
+    double  phw;        /* phase windup (cycle) */
+    gtime_t pt[2][NFREQ]; /* previous carrier-phase time */
+    double  ph[2][NFREQ]; /* previous carrier-phase observable (cycle) */
+} ssat_t;
+
+typedef struct {        /* ambiguity control type */
+    gtime_t epoch[4];   /* last epoch */
+    int n[4];           /* number of epochs */
+    double LC [4];      /* linear combination average */
+    double LCv[4];      /* linear combination variance */
+    int fixcnt;         /* fix count */
+    char flags[MAXSAT]; /* fix flags */
+} ambc_t;
+
+typedef struct {        /* RTK control/result type */
+    sol_t  sol;         /* RTK solution */
+    double rb[6];       /* base position/velocity (ecef) (m|m/s) */
+    int nx,na;          /* number of float states/fixed states */
+    double tt;          /* time difference between current and previous (s) */
+    double *x, *P;      /* float states and their covariance */
+    double *xa,*Pa;     /* fixed states and their covariance */
+    int nfix;           /* number of continuous fixes of ambiguity */
+    ambc_t ambc[MAXSAT]; /* ambibuity control */
+    ssat_t ssat[MAXSAT]; /* satellite status */
+    int neb;            /* bytes in error message buffer */
+    char errbuf[MAXERRMSG]; /* error message buffer */
+    prcopt_t opt;       /* processing options */
+} rtk_t;
+
+typedef struct {        /* receiver raw data control type */
+    gtime_t time;       /* message time */
+    gtime_t tobs;       /* observation data time */
+    obs_t obs;          /* observation data */
+    obs_t obuf;         /* observation data buffer */
+    nav_t nav;          /* satellite ephemerides */
+    sta_t sta;          /* station parameters */
+    int ephsat;         /* sat number of update ephemeris (0:no satellite) */
+    sbsmsg_t sbsmsg;    /* SBAS message */
+    char msgtype[256];  /* last message type */
+    unsigned char subfrm[MAXSAT][380];  /* subframe buffer */
+    lexmsg_t lexmsg;    /* LEX message */
+    double lockt[MAXSAT][NFREQ+NEXOBS]; /* lock time (s) */
+    double icpp[MAXSAT],off[MAXSAT],icpc; /* carrier params for ss2 */
+    double prCA[MAXSAT],dpCA[MAXSAT]; /* L1/CA pseudrange/doppler for javad */
+    unsigned char halfc[MAXSAT][NFREQ+NEXOBS]; /* half-cycle add flag */
+    char freqn[MAXOBS]; /* frequency number for javad */
+    int nbyte;          /* number of bytes in message buffer */ 
+    int len;            /* message length (bytes) */
+    int iod;            /* issue of data */
+    int tod;            /* time of day (ms) */
+    int tbase;          /* time base (0:gpst,1:utc(usno),2:glonass,3:utc(su) */
+    int flag;           /* general purpose flag */
+    int outtype;        /* output message type */
+    unsigned char buff[MAXRAWLEN]; /* message buffer */
+    char opt[256];      /* receiver dependent options */
+    double receive_time;/* RT17: Reiceve time of week for week rollover detection */
+    unsigned int plen;  /* RT17: Total size of packet to be read */
+    unsigned int pbyte; /* RT17: How many packet bytes have been read so far */
+    unsigned int page;  /* RT17: Last page number */
+    unsigned int reply; /* RT17: Current reply number */
+    int week;           /* RT17: week number */
+    unsigned char pbuff[255+4+2]; /* RT17: Packet buffer */
+} raw_t;
+
+typedef struct {        /* stream type */
+    int type;           /* type (STR_???) */
+    int mode;           /* mode (STR_MODE_?) */
+    int state;          /* state (-1:error,0:close,1:open) */
+    unsigned int inb,inr;   /* input bytes/rate */
+    unsigned int outb,outr; /* output bytes/rate */
+    unsigned int tick,tact; /* tick/active tick */
+    unsigned int inbt,outbt; /* input/output bytes at tick */
+    lock_t lock;        /* lock flag */
+    void *port;         /* type dependent port control struct */
+    char path[MAXSTRPATH]; /* stream path */
+    char msg [MAXSTRMSG];  /* stream message */
+} stream_t;
+
+typedef struct {        /* stream converter type */
+    int itype,otype;    /* input and output stream type */
+    int nmsg;           /* number of output messages */
+    int msgs[32];       /* output message types */
+    double tint[32];    /* output message intervals (s) */
+    unsigned int tick[32]; /* cycle tick of output message */
+    int ephsat[32];     /* satellites of output ephemeris */
+    int stasel;         /* station info selection (0:remote,1:local) */
+    rtcm_t rtcm;        /* rtcm input data buffer */
+    raw_t raw;          /* raw  input data buffer */
+    rtcm_t out;         /* rtcm output data buffer */
+} strconv_t;
+
+typedef struct {        /* stream server type */
+    int state;          /* server state (0:stop,1:running) */
+    int cycle;          /* server cycle (ms) */
+    int buffsize;       /* input/monitor buffer size (bytes) */
+    int nmeacycle;      /* NMEA request cycle (ms) (0:no) */
+    int nstr;           /* number of streams (1 input + (nstr-1) outputs */
+    int npb;            /* data length in peek buffer (bytes) */
+    double nmeapos[3];  /* NMEA request position (ecef) (m) */
+    unsigned char *buff; /* input buffers */
+    unsigned char *pbuf; /* peek buffer */
+    unsigned int tick;  /* start tick */
+    stream_t stream[16]; /* input/output streams */
+    strconv_t *conv[16]; /* stream converter */
+    thread_t thread;    /* server thread */
+    lock_t lock;        /* lock flag */
+} strsvr_t;
+
+typedef struct {        /* RTK server type */
+    int state;          /* server state (0:stop,1:running) */
+    int cycle;          /* processing cycle (ms) */
+    int nmeacycle;      /* NMEA request cycle (ms) (0:no req) */
+    int nmeareq;        /* NMEA request (0:no,1:nmeapos,2:single sol) */
+    double nmeapos[3];  /* NMEA request position (ecef) (m) */
+    int buffsize;       /* input buffer size (bytes) */
+    int format[3];      /* input format {rov,base,corr} */
+    solopt_t solopt[2]; /* output solution options {sol1,sol2} */
+    int navsel;         /* ephemeris select (0:all,1:rover,2:base,3:corr) */
+    int nsbs;           /* number of sbas message */
+    int nsol;           /* number of solution buffer */
+    rtk_t rtk;          /* RTK control/result struct */
+    int nb [3];         /* bytes in input buffers {rov,base} */
+    int nsb[2];         /* bytes in soulution buffers */
+    int npb[3];         /* bytes in input peek buffers */
+    unsigned char *buff[3]; /* input buffers {rov,base,corr} */
+    unsigned char *sbuf[2]; /* output buffers {sol1,sol2} */
+    unsigned char *pbuf[3]; /* peek buffers {rov,base,corr} */
+    sol_t solbuf[MAXSOLBUF]; /* solution buffer */
+    unsigned int nmsg[3][10]; /* input message counts */
+    raw_t  raw [3];     /* receiver raw control {rov,base,corr} */
+    rtcm_t rtcm[3];     /* RTCM control {rov,base,corr} */
+    gtime_t ftime[3];   /* download time {rov,base,corr} */
+    char files[3][MAXSTRPATH]; /* download paths {rov,base,corr} */
+    obs_t obs[3][MAXOBSBUF]; /* observation data {rov,base,corr} */
+    nav_t nav;          /* navigation data */
+    sbsmsg_t sbsmsg[MAXSBSMSG]; /* SBAS message buffer */
+    stream_t stream[8]; /* streams {rov,base,corr,sol1,sol2,logr,logb,logc} */
+    stream_t *moni;     /* monitor stream */
+    unsigned int tick;  /* start tick */
+    thread_t thread;    /* server thread */
+    int cputime;        /* CPU time (ms) for a processing cycle */
+    int prcout;         /* missing observation data count */
+    lock_t lock;        /* lock flag */
+} rtksvr_t;
+
+typedef void fatalfunc_t(const char *); /* fatal callback function type */
+
+/* global variables ----------------------------------------------------------*/
+extern const double chisqr[];           /* chi-sqr(n) table (alpha=0.001) */
+extern const double lam_carr[];         /* carrier wave length (m) {L1,L2,...} */
+extern const prcopt_t prcopt_default;   /* default positioning options */
+extern const solopt_t solopt_default;   /* default solution output options */
+extern const sbsigpband_t igpband1[][8]; /* SBAS IGP band 0-8 */
+extern const sbsigpband_t igpband2[][5]; /* SBAS IGP band 9-10 */
+extern const char *formatstrs[];        /* stream format strings */
+extern opt_t sysopts[];                 /* system options table */
+
+/* satellites, systems, codes functions --------------------------------------*/
+int  satno   (int sys, int prn);
+int  satsys  (int sat, int *prn);
+int  satid2no(const char *id);
+void satno2id(int sat, char *id);
+unsigned char obs2code(const char *obs, int *freq);
+char *code2obs(unsigned char code, int *freq);
+int  satexclude(int sat, int svh, const prcopt_t *opt);
+int  testsnr(int base, int freq, double el, double snr,
+                    const snrmask_t *mask);
+void setcodepri(int sys, int freq, const char *pri);
+int  getcodepri(int sys, unsigned char code, const char *opt);
+
+/* matrix and vector functions -----------------------------------------------*/
+double *mat  (int n, int m);
+int    *imat (int n, int m);
+double *zeros(int n, int m);
+double *eye  (int n);
+double dot (const double *a, const double *b, int n);
+double norm(const double *a, int n);
+void cross3(const double *a, const double *b, double *c);
+int  normv3(const double *a, double *b);
+void matcpy(double *A, const double *B, int n, int m);
+void matmul(const char *tr, int n, int k, int m, double alpha,
+                   const double *A, const double *B, double beta, double *C);
+int  matinv(double *A, int n);
+int  solve (const char *tr, const double *A, const double *Y, int n,
+                   int m, double *X);
+int  lsq   (const double *A, const double *y, int n, int m, double *x,
+                   double *Q);
+int  filter(double *x, double *P, const double *H, const double *v,
+                   const double *R, int n, int m);
+int  smoother(const double *xf, const double *Qf, const double *xb,
+                     const double *Qb, int n, double *xs, double *Qs);
+void matprint (const double *A, int n, int m, int p, int q);
+void matfprint(const double *A, int n, int m, int p, int q, FILE *fp);
+
+void add_fatal(fatalfunc_t *func);
+
+/* time and string functions -------------------------------------------------*/
+double  str2num(const char *s, int i, int n);
+int     str2time(const char *s, int i, int n, gtime_t *t);
+void    time2str(gtime_t t, char *str, int n);
+gtime_t epoch2time(const double *ep);
+void    time2epoch(gtime_t t, double *ep);
+gtime_t gpst2time(int week, double sec);
+double  time2gpst(gtime_t t, int *week);
+gtime_t gst2time(int week, double sec);
+double  time2gst(gtime_t t, int *week);
+gtime_t bdt2time(int week, double sec);
+double  time2bdt(gtime_t t, int *week);
+char    *time_str(gtime_t t, int n);
+
+gtime_t timeadd  (gtime_t t, double sec);
+double  timediff (gtime_t t1, gtime_t t2);
+gtime_t gpst2utc (gtime_t t);
+gtime_t utc2gpst (gtime_t t);
+gtime_t gpst2bdt (gtime_t t);
+gtime_t bdt2gpst (gtime_t t);
+gtime_t timeget  (void);
+void    timeset  (gtime_t t);
+double  time2doy (gtime_t t);
+double  utc2gmst (gtime_t t, double ut1_utc);
+int read_leaps(const char *file);
+
+int adjgpsweek(int week);
+unsigned int tickget(void);
+void sleepms(int ms);
+
+int reppath(const char *path, char *rpath, gtime_t time, const char *rov,
+                   const char *base);
+int reppaths(const char *path, char *rpaths[], int nmax, gtime_t ts,
+                    gtime_t te, const char *rov, const char *base);
+
+/* coordinates transformation ------------------------------------------------*/
+void ecef2pos(const double *r, double *pos);
+void pos2ecef(const double *pos, double *r);
+void ecef2enu(const double *pos, const double *r, double *e);
+void enu2ecef(const double *pos, const double *e, double *r);
+void covenu  (const double *pos, const double *P, double *Q);
+void covecef (const double *pos, const double *Q, double *P);
+void xyz2enu (const double *pos, double *E);
+void eci2ecef(gtime_t tutc, const double *erpv, double *U, double *gmst);
+void deg2dms (double deg, double *dms);
+double dms2deg(const double *dms);
+
+/* input and output functions ------------------------------------------------*/
+void readpos(const char *file, const char *rcv, double *pos);
+int  sortobs(obs_t *obs);
+void uniqnav(nav_t *nav);
+int  screent(gtime_t time, gtime_t ts, gtime_t te, double tint);
+int  readnav(const char *file, nav_t *nav);
+int  savenav(const char *file, const nav_t *nav);
+void freeobs(obs_t *obs);
+void freenav(nav_t *nav, int opt);
+int  readblq(const char *file, const char *sta, double *odisp);
+int  readerp(const char *file, erp_t *erp);
+int  geterp (const erp_t *erp, gtime_t time, double *val);
+
+/* debug trace functions -----------------------------------------------------*/
+void traceopen(const char *file);
+void traceclose(void);
+void tracelevel(int level);
+void trace    (int level, const char *format, ...);
+void tracet   (int level, const char *format, ...);
+void tracemat (int level, const double *A, int n, int m, int p, int q);
+void traceobs (int level, const obsd_t *obs, int n);
+void tracenav (int level, const nav_t *nav);
+void tracegnav(int level, const nav_t *nav);
+void tracehnav(int level, const nav_t *nav);
+void tracepeph(int level, const nav_t *nav);
+void tracepclk(int level, const nav_t *nav);
+void traceb   (int level, const unsigned char *p, int n);
+
+/* platform dependent functions ----------------------------------------------*/
+int execcmd(const char *cmd);
+int expath (const char *path, char *paths[], int nmax);
+void createdir(const char *path);
+
+/* positioning models --------------------------------------------------------*/
+double satwavelen(int sat, int frq, const nav_t *nav);
+double satazel(const double *pos, const double *e, double *azel);
+double geodist(const double *rs, const double *rr, double *e);
+void dops(int ns, const double *azel, double elmin, double *dop);
+void csmooth(obs_t *obs, int ns);
+
+/* atmosphere models ---------------------------------------------------------*/
+double ionmodel(gtime_t t, const double *ion, const double *pos,
+                       const double *azel);
+double ionmapf(const double *pos, const double *azel);
+double ionppp(const double *pos, const double *azel, double re,
+                     double hion, double *pppos);
+double tropmodel(gtime_t time, const double *pos, const double *azel,
+                        double humi);
+double tropmapf(gtime_t time, const double *pos, const double *azel,
+                       double *mapfw);
+int iontec(gtime_t time, const nav_t *nav, const double *pos,
+                  const double *azel, int opt, double *delay, double *var);
+void readtec(const char *file, nav_t *nav, int opt);
+int ionocorr(gtime_t time, const nav_t *nav, int sat, const double *pos,
+                    const double *azel, int ionoopt, double *ion, double *var);
+int tropcorr(gtime_t time, const nav_t *nav, const double *pos,
+                    const double *azel, int tropopt, double *trp, double *var);
+
+/* antenna models ------------------------------------------------------------*/
+int  readpcv(const char *file, pcvs_t *pcvs);
+pcv_t *searchpcv(int sat, const char *type, gtime_t time,
+                        const pcvs_t *pcvs);
+void antmodel(const pcv_t *pcv, const double *del, const double *azel,
+                     int opt, double *dant);
+void antmodel_s(const pcv_t *pcv, double nadir, double *dant);
+
+/* earth tide models ---------------------------------------------------------*/
+void sunmoonpos(gtime_t tutc, const double *erpv, double *rsun,
+                       double *rmoon, double *gmst);
+void tidedisp(gtime_t tutc, const double *rr, int opt, const erp_t *erp,
+                     const double *odisp, double *dr);
+
+/* geiod models --------------------------------------------------------------*/
+int opengeoid(int model, const char *file);
+void closegeoid(void);
+double geoidh(const double *pos);
+
+/* datum transformation ------------------------------------------------------*/
+int loaddatump(const char *file);
+int tokyo2jgd(double *pos);
+int jgd2tokyo(double *pos);
+
+/* rinex functions -----------------------------------------------------------*/
+int readrnx (const char *file, int rcv, const char *opt, obs_t *obs,
+                    nav_t *nav, sta_t *sta);
+int readrnxt(const char *file, int rcv, gtime_t ts, gtime_t te,
+                    double tint, const char *opt, obs_t *obs, nav_t *nav,
+                    sta_t *sta);
+int readrnxc(const char *file, nav_t *nav);
+int outrnxobsh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxobsb(FILE *fp, const rnxopt_t *opt, const obsd_t *obs, int n,
+                      int epflag);
+int outrnxnavh (FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxgnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxhnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxlnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxqnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxcnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav);
+int outrnxnavb (FILE *fp, const rnxopt_t *opt, const eph_t *eph);
+int outrnxgnavb(FILE *fp, const rnxopt_t *opt, const geph_t *geph);
+int outrnxhnavb(FILE *fp, const rnxopt_t *opt, const seph_t *seph);
+int rtk_uncompress(const char *file, char *uncfile);
+int convrnx(int format, rnxopt_t *opt, const char *file, char **ofile);
+int  init_rnxctr (rnxctr_t *rnx);
+void free_rnxctr (rnxctr_t *rnx);
+int  open_rnxctr (rnxctr_t *rnx, FILE *fp);
+int  input_rnxctr(rnxctr_t *rnx, FILE *fp);
+
+/* ephemeris and clock functions ---------------------------------------------*/
+double eph2clk (gtime_t time, const eph_t  *eph);
+double geph2clk(gtime_t time, const geph_t *geph);
+double seph2clk(gtime_t time, const seph_t *seph);
+void eph2pos (gtime_t time, const eph_t  *eph,  double *rs, double *dts,
+                     double *var);
+void geph2pos(gtime_t time, const geph_t *geph, double *rs, double *dts,
+                     double *var);
+void seph2pos(gtime_t time, const seph_t *seph, double *rs, double *dts,
+                     double *var);
+int  peph2pos(gtime_t time, int sat, const nav_t *nav, int opt,
+                     double *rs, double *dts, double *var);
+void satantoff(gtime_t time, const double *rs, int sat, const nav_t *nav,
+                      double *dant);
+int  satpos(gtime_t time, gtime_t teph, int sat, int ephopt,
+                   const nav_t *nav, double *rs, double *dts, double *var,
+                   int *svh);
+void satposs(gtime_t time, const obsd_t *obs, int n, const nav_t *nav,
+                    int sateph, double *rs, double *dts, double *var, int *svh);
+void readsp3(const char *file, nav_t *nav, int opt);
+int  readsap(const char *file, gtime_t time, nav_t *nav);
+int  readdcb(const char *file, nav_t *nav, const sta_t *sta);
+int  readfcb(const char *file, nav_t *nav);
+void alm2pos(gtime_t time, const alm_t *alm, double *rs, double *dts);
+
+int tle_read(const char *file, tle_t *tle);
+int tle_name_read(const char *file, tle_t *tle);
+int tle_pos(gtime_t time, const char *name, const char *satno,
+                   const char *desig, const tle_t *tle, const erp_t *erp,
+                   double *rs);
+
+/* receiver raw data functions -----------------------------------------------*/
+unsigned int getbitu(const unsigned char *buff, int pos, int len);
+int          getbits(const unsigned char *buff, int pos, int len);
+void setbitu(unsigned char *buff, int pos, int len, unsigned int data);
+void setbits(unsigned char *buff, int pos, int len, int data);
+unsigned int rtk_crc32  (const unsigned char *buff, int len);
+unsigned int rtk_crc24q (const unsigned char *buff, int len);
+unsigned short rtk_crc16(const unsigned char *buff, int len);
+int decode_word (unsigned int word, unsigned char *data);
+int decode_frame(const unsigned char *buff, eph_t *eph, alm_t *alm,
+                        double *ion, double *utc, int *leaps);
+int test_glostr(const unsigned char *buff);
+int decode_glostr(const unsigned char *buff, geph_t *geph);
+int decode_bds_d1(const unsigned char *buff, eph_t *eph);
+int decode_bds_d2(const unsigned char *buff, eph_t *eph);
+int decode_gal_inav(const unsigned char *buff, eph_t *eph);
+
+int init_raw   (raw_t *raw);
+void free_raw  (raw_t *raw);
+int input_raw  (raw_t *raw, int format, unsigned char data);
+int input_rawf (raw_t *raw, int format, FILE *fp);
+
+int input_oem4  (raw_t *raw, unsigned char data);
+int input_oem3  (raw_t *raw, unsigned char data);
+int input_ubx   (raw_t *raw, unsigned char data);
+int input_ss2   (raw_t *raw, unsigned char data);
+int input_cres  (raw_t *raw, unsigned char data);
+int input_stq   (raw_t *raw, unsigned char data);
+int input_gw10  (raw_t *raw, unsigned char data);
+int input_javad (raw_t *raw, unsigned char data);
+int input_nvs   (raw_t *raw, unsigned char data);
+int input_bnx   (raw_t *raw, unsigned char data);
+int input_rt17  (raw_t *raw, unsigned char data);
+int input_sbf   (raw_t *raw, unsigned char data);
+int input_lexr  (raw_t *raw, unsigned char data);
+int input_oem4f (raw_t *raw, FILE *fp);
+int input_oem3f (raw_t *raw, FILE *fp);
+int input_ubxf  (raw_t *raw, FILE *fp);
+int input_ss2f  (raw_t *raw, FILE *fp);
+int input_cresf (raw_t *raw, FILE *fp);
+int input_stqf  (raw_t *raw, FILE *fp);
+int input_gw10f (raw_t *raw, FILE *fp);
+int input_javadf(raw_t *raw, FILE *fp);
+int input_nvsf  (raw_t *raw, FILE *fp);
+int input_bnxf  (raw_t *raw, FILE *fp);
+int input_rt17f (raw_t *raw, FILE *fp);
+int input_sbff  (raw_t *raw, FILE *fp);
+int input_lexrf (raw_t *raw, FILE *fp);
+
+int gen_ubx (const char *msg, unsigned char *buff);
+int gen_stq (const char *msg, unsigned char *buff);
+int gen_nvs (const char *msg, unsigned char *buff);
+int gen_lexr(const char *msg, unsigned char *buff);
+
+/* rtcm functions ------------------------------------------------------------*/
+int init_rtcm   (rtcm_t *rtcm);
+void free_rtcm  (rtcm_t *rtcm);
+int input_rtcm2 (rtcm_t *rtcm, unsigned char data);
+int input_rtcm3 (rtcm_t *rtcm, unsigned char data);
+int input_rtcm2f(rtcm_t *rtcm, FILE *fp);
+int input_rtcm3f(rtcm_t *rtcm, FILE *fp);
+int gen_rtcm2   (rtcm_t *rtcm, int type, int sync);
+int gen_rtcm3   (rtcm_t *rtcm, int type, int sync);
+
+/* solution functions --------------------------------------------------------*/
+void initsolbuf(solbuf_t *solbuf, int cyclic, int nmax);
+void freesolbuf(solbuf_t *solbuf);
+void freesolstatbuf(solstatbuf_t *solstatbuf);
+sol_t *getsol(solbuf_t *solbuf, int index);
+int addsol(solbuf_t *solbuf, const sol_t *sol);
+int readsol (char *files[], int nfile, solbuf_t *sol);
+int readsolt(char *files[], int nfile, gtime_t ts, gtime_t te,
+                    double tint, int qflag, solbuf_t *sol);
+int readsolstat(char *files[], int nfile, solstatbuf_t *statbuf);
+int readsolstatt(char *files[], int nfile, gtime_t ts, gtime_t te,
+                        double tint, solstatbuf_t *statbuf);
+int inputsol(unsigned char data, gtime_t ts, gtime_t te, double tint,
+                    int qflag, const solopt_t *opt, solbuf_t *solbuf);
+
+int outprcopts(unsigned char *buff, const prcopt_t *opt);
+int outsolheads(unsigned char *buff, const solopt_t *opt);
+int outsols  (unsigned char *buff, const sol_t *sol, const double *rb,
+                     const solopt_t *opt);
+int outsolexs(unsigned char *buff, const sol_t *sol, const ssat_t *ssat,
+                     const solopt_t *opt);
+void outprcopt(FILE *fp, const prcopt_t *opt);
+void outsolhead(FILE *fp, const solopt_t *opt);
+void outsol  (FILE *fp, const sol_t *sol, const double *rb,
+                     const solopt_t *opt);
+void outsolex(FILE *fp, const sol_t *sol, const ssat_t *ssat,
+                     const solopt_t *opt);
+int outnmea_rmc(unsigned char *buff, const sol_t *sol);
+int outnmea_gga(unsigned char *buff, const sol_t *sol);
+int outnmea_gsa(unsigned char *buff, const sol_t *sol,
+                       const ssat_t *ssat);
+int outnmea_gsv(unsigned char *buff, const sol_t *sol,
+                       const ssat_t *ssat);
+
+/* google earth kml converter ------------------------------------------------*/
+int convkml(const char *infile, const char *outfile, gtime_t ts,
+                   gtime_t te, double tint, int qflg, double *offset,
+                   int tcolor, int pcolor, int outalt, int outtime);
+
+/* sbas functions ------------------------------------------------------------*/
+int  sbsreadmsg (const char *file, int sel, sbs_t *sbs);
+int  sbsreadmsgt(const char *file, int sel, gtime_t ts, gtime_t te,
+                        sbs_t *sbs);
+void sbsoutmsg(FILE *fp, sbsmsg_t *sbsmsg);
+int  sbsdecodemsg(gtime_t time, int prn, const unsigned int *words,
+                         sbsmsg_t *sbsmsg);
+int sbsupdatecorr(const sbsmsg_t *msg, nav_t *nav);
+int sbssatcorr(gtime_t time, int sat, const nav_t *nav, double *rs,
+                      double *dts, double *var);
+int sbsioncorr(gtime_t time, const nav_t *nav, const double *pos,
+                      const double *azel, double *delay, double *var);
+double sbstropcorr(gtime_t time, const double *pos, const double *azel,
+                          double *var);
+
+/* options functions ---------------------------------------------------------*/
+opt_t *searchopt(const char *name, const opt_t *opts);
+int str2opt(opt_t *opt, const char *str);
+int opt2str(const opt_t *opt, char *str);
+int opt2buf(const opt_t *opt, char *buff);
+int loadopts(const char *file, opt_t *opts);
+int saveopts(const char *file, const char *mode, const char *comment,
+                    const opt_t *opts);
+void resetsysopts(void);
+void getsysopts(prcopt_t *popt, solopt_t *sopt, filopt_t *fopt);
+void setsysopts(const prcopt_t *popt, const solopt_t *sopt,
+                       const filopt_t *fopt);
+
+/* stream data input and output functions ------------------------------------*/
+void strinitcom(void);
+void strinit  (stream_t *stream);
+void strlock  (stream_t *stream);
+void strunlock(stream_t *stream);
+int  stropen  (stream_t *stream, int type, int mode, const char *path);
+void strclose (stream_t *stream);
+int  strread  (stream_t *stream, unsigned char *buff, int n);
+int  strwrite (stream_t *stream, unsigned char *buff, int n);
+void strsync  (stream_t *stream1, stream_t *stream2);
+int  strstat  (stream_t *stream, char *msg);
+void strsum   (stream_t *stream, int *inb, int *inr, int *outb, int *outr);
+void strsetopt(const int *opt);
+gtime_t strgettime(stream_t *stream);
+void strsendnmea(stream_t *stream, const double *pos);
+void strsendcmd(stream_t *stream, const char *cmd);
+void strsettimeout(stream_t *stream, int toinact, int tirecon);
+void strsetdir(const char *dir);
+void strsetproxy(const char *addr);
+
+/* integer ambiguity resolution ----------------------------------------------*/
+int lambda(int n, int m, const double *a, const double *Q, double *F,
+                  double *s);
+int lambda_reduction(int n, const double *Q, double *Z);
+int lambda_search(int n, int m, const double *a, const double *Q,
+                         double *F, double *s);
+
+/* standard positioning ------------------------------------------------------*/
+int pntpos(const obsd_t *obs, int n, const nav_t *nav,
+                  const prcopt_t *opt, sol_t *sol, double *azel,
+                  ssat_t *ssat, char *msg);
+
+/* precise positioning -------------------------------------------------------*/
+void rtkinit(rtk_t *rtk, const prcopt_t *opt);
+void rtkfree(rtk_t *rtk);
+int  rtkpos (rtk_t *rtk, const obsd_t *obs, int nobs, const nav_t *nav);
+int  rtkopenstat(const char *file, int level);
+void rtkclosestat(void);
+int  rtkoutstat(rtk_t *rtk, char *buff);
+
+/* precise point positioning -------------------------------------------------*/
+void pppos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav);
+int pppnx(const prcopt_t *opt);
+int pppoutstat(rtk_t *rtk, char *buff);
+
+int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
+                  const nav_t *nav, const double *azel, double *x, double *P);
+
+int pppcorr_read(pppcorr_t *corr, const char *file);
+void pppcorr_free(pppcorr_t *corr);
+int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
+                        double *ztd, double *std);
+int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
+                        double *ion, double *std);
+
+/* post-processing positioning -----------------------------------------------*/
+int postpos(gtime_t ts, gtime_t te, double ti, double tu,
+                   const prcopt_t *popt, const solopt_t *sopt,
+                   const filopt_t *fopt, char **infile, int n, char *outfile,
+                   const char *rov, const char *base);
+
+/* stream server functions ---------------------------------------------------*/
+void strsvrinit (strsvr_t *svr, int nout);
+int  strsvrstart(strsvr_t *svr, int *opts, int *strs, char **paths,
+                        strconv_t **conv, const char *cmd,
+                        const double *nmeapos);
+void strsvrstop (strsvr_t *svr, const char *cmd);
+void strsvrstat (strsvr_t *svr, int *stat, int *byte, int *bps, char *msg);
+strconv_t *strconvnew(int itype, int otype, const char *msgs, int staid,
+                             int stasel, const char *opt);
+void strconvfree(strconv_t *conv);
+
+/* rtk server functions ------------------------------------------------------*/
+int  rtksvrinit  (rtksvr_t *svr);
+void rtksvrfree  (rtksvr_t *svr);
+int  rtksvrstart (rtksvr_t *svr, int cycle, int buffsize, int *strs,
+                         char **paths, int *formats, int navsel, char **cmds,
+                         char **rcvopts, int nmeacycle, int nmeareq,
+                         const double *nmeapos, prcopt_t *prcopt,
+                         solopt_t *solopt, stream_t *moni);
+void rtksvrstop  (rtksvr_t *svr, char **cmds);
+int  rtksvropenstr(rtksvr_t *svr, int index, int str, const char *path,
+                          const solopt_t *solopt);
+void rtksvrclosestr(rtksvr_t *svr, int index);
+void rtksvrlock  (rtksvr_t *svr);
+void rtksvrunlock(rtksvr_t *svr);
+int  rtksvrostat (rtksvr_t *svr, int type, gtime_t *time, int *sat,
+                         double *az, double *el, int **snr, int *vsat);
+void rtksvrsstat (rtksvr_t *svr, int *sstat, char *msg);
+
+/* downloader functions ------------------------------------------------------*/
+int dl_readurls(const char *file, char **types, int ntype, url_t *urls,
+                       int nmax);
+int dl_readstas(const char *file, char **stas, int nmax);
+int dl_exec(gtime_t ts, gtime_t te, double ti, int seqnos, int seqnoe,
+                   const url_t *urls, int nurl, char **stas, int nsta,
+                   const char *dir, const char *usr, const char *pwd,
+                   const char *proxy, int opts, char *msg, FILE *fp);
+void dl_test(gtime_t ts, gtime_t te, double ti, const url_t *urls,
+                    int nurl, char **stas, int nsta, const char *dir,
+                    int ncol, int datefmt, FILE *fp);
+
+/* application defined functions ---------------------------------------------*/
+int showmsg(char *format,...);
+void settspan(gtime_t ts, gtime_t te);
+void settime(gtime_t time);
+
+/* qzss lex functions --------------------------------------------------------*/
+int lexupdatecorr(const lexmsg_t *msg, nav_t *nav, gtime_t *tof);
+int lexreadmsg(const char *file, int sel, lex_t *lex);
+void lexoutmsg(FILE *fp, const lexmsg_t *msg);
+int lexconvbin(int type, int format, const char *infile,
+                      const char *outfile);
+int lexeph2pos(gtime_t time, int sat, const nav_t *nav, double *rs,
+                      double *dts, double *var);
+int lexioncorr(gtime_t time, const nav_t *nav, const double *pos,
+                      const double *azel, double *delay, double *var);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* RTKLIB_H */
diff --git a/src/rtkpos.c b/src/rtkpos.c
new file mode 100644
index 0000000..58f814d
--- /dev/null
+++ b/src/rtkpos.c
@@ -0,0 +1,1882 @@
+/*------------------------------------------------------------------------------
+* rtkpos.c : precise positioning
+*
+*          Copyright (C) 2007-2015 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/01/12 1.0  new
+*           2007/03/13 1.1  add slip detection by LLI flag
+*           2007/04/18 1.2  add antenna pcv correction
+*                           change rtkpos argin
+*           2008/07/18 1.3  refactored
+*           2009/01/02 1.4  modify rtk positioning api
+*           2009/03/09 1.5  support glonass, gallileo and qzs
+*           2009/08/27 1.6  fix bug on numerical exception
+*           2009/09/03 1.7  add check of valid satellite number
+*                           add check time sync for moving-base
+*           2009/11/23 1.8  add api rtkopenstat(),rtkclosestat()
+*                           add receiver h/w bias estimation
+*                           add solution status output
+*           2010/04/04 1.9  support ppp-kinematic and ppp-static modes
+*                           support earth tide correction
+*                           changed api:
+*                               rtkpos()
+*           2010/09/07 1.10 add elevation mask to hold ambiguity
+*           2012/02/01 1.11 add extended receiver error model
+*                           add glonass interchannel bias correction
+*                           add slip detectior by L1-L5 gf jump
+*                           output snr of rover receiver in residuals
+*           2013/03/10 1.12 add otl and pole tides corrections
+*           2014/05/26 1.13 support beidou and galileo
+*                           add output of gal-gps and bds-gps time offset
+*           2014/05/28 1.14 fix bug on memory exception with many sys and freq
+*           2014/08/26 1.15 add functino to swap sol-stat file with keywords
+*           2014/10/21 1.16 fix bug on beidou amb-res with pos2-bdsarmode=0
+*           2014/11/08 1.17 fix bug on ar-degradation by unhealthy satellites
+*           2015/03/23 1.18 residuals referenced to reference satellite
+*           2015/05/20 1.19 no output solution status file with Q=0
+*-----------------------------------------------------------------------------*/
+#include <stdarg.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* constants/macros ----------------------------------------------------------*/
+
+#define SQR(x)      ((x)*(x))
+#define SQRT(x)     ((x)<=0.0?0.0:sqrt(x))
+#define MIN(x,y)    ((x)<=(y)?(x):(y))
+#define ROUND(x)    (int)floor((x)+0.5)
+
+#define VAR_POS     SQR(30.0) /* initial variance of receiver pos (m^2) */
+#define VAR_VEL     SQR(10.0) /* initial variance of receiver vel ((m/s)^2) */
+#define VAR_ACC     SQR(10.0) /* initial variance of receiver acc ((m/ss)^2) */
+#define VAR_HWBIAS  SQR(1.0)  /* initial variance of h/w bias ((m/MHz)^2) */
+#define VAR_GRA     SQR(0.001) /* initial variance of gradient (m^2) */
+#define INIT_ZWD    0.15     /* initial zwd (m) */
+
+#define PRN_HWBIAS  1E-6     /* process noise of h/w bias (m/MHz/sqrt(s)) */
+#define GAP_RESION  120      /* gap to reset ionosphere parameters (epochs) */
+#define MAXACC      30.0     /* max accel for doppler slip detection (m/s^2) */
+
+#define VAR_HOLDAMB 0.001    /* constraint to hold ambiguity (cycle^2) */
+
+#define TTOL_MOVEB  (1.0+2*DTTOL)
+                             /* time sync tolerance for moving-baseline (s) */
+
+/* number of parameters (pos,ionos,tropos,hw-bias,phase-bias,real,estimated) */
+#define NF(opt)     ((opt)->ionoopt==IONOOPT_IFLC?1:(opt)->nf)
+#define NP(opt)     ((opt)->dynamics==0?3:9)
+#define NI(opt)     ((opt)->ionoopt!=IONOOPT_EST?0:MAXSAT)
+#define NT(opt)     ((opt)->tropopt<TROPOPT_EST?0:((opt)->tropopt<TROPOPT_ESTG?2:6))
+#define NL(opt)     ((opt)->glomodear!=2?0:NFREQGLO)
+#define NB(opt)     ((opt)->mode<=PMODE_DGPS?0:MAXSAT*NF(opt))
+#define NR(opt)     (NP(opt)+NI(opt)+NT(opt)+NL(opt))
+#define NX(opt)     (NR(opt)+NB(opt))
+
+/* state variable index */
+#define II(s,opt)   (NP(opt)+(s)-1)                 /* ionos (s:satellite no) */
+#define IT(r,opt)   (NP(opt)+NI(opt)+NT(opt)/2*(r)) /* tropos (r:0=rov,1:ref) */
+#define IL(f,opt)   (NP(opt)+NI(opt)+NT(opt)+(f))   /* receiver h/w bias */
+#define IB(s,f,opt) (NR(opt)+MAXSAT*(f)+(s)-1) /* phase bias (s:satno,f:freq) */
+
+#ifdef EXTGSI
+
+extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
+                       const int *iu, const int *ir, int ns, const nav_t *nav,
+                       const double *azel);
+extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
+                       const int *iu, const int *ir, int ns, const nav_t *nav,
+                       const double *azel);
+#else
+
+extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
+                       const int *iu, const int *ir, int ns, const nav_t *nav,
+                       const double *azel) {return 0;}
+extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
+                       const int *iu, const int *ir, int ns, const nav_t *nav,
+                       const double *azel) {return 0;}
+#endif
+
+/* global variables ----------------------------------------------------------*/
+static int statlevel=0;          /* rtk status output level (0:off) */
+static FILE *fp_stat=NULL;       /* rtk status file pointer */
+static char file_stat[1024]="";  /* rtk status file original path */
+static gtime_t time_stat={0};    /* rtk status file time */
+
+/* open solution status file ---------------------------------------------------
+* open solution status file and set output level
+* args   : char     *file   I   rtk status file
+*          int      level   I   rtk status level (0: off)
+* return : status (1:ok,0:error)
+* notes  : file can constain time keywords (%Y,%y,%m...) defined in reppath().
+*          The time to replace keywords is based on UTC of CPU time.
+* output : solution status file record format
+*
+*   $POS,week,tow,stat,posx,posy,posz,posxf,posyf,poszf
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          posx/posy/posz    : position x/y/z ecef (m) float
+*          posxf/posyf/poszf : position x/y/z ecef (m) fixed
+*
+*   $VELACC,week,tow,stat,vele,veln,velu,acce,accn,accu,velef,velnf,veluf,accef,accnf,accuf
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          vele/veln/velu    : velocity e/n/u (m/s) float
+*          acce/accn/accu    : acceleration e/n/u (m/s^2) float
+*          velef/velnf/veluf : velocity e/n/u (m/s) fixed
+*          accef/accnf/accuf : acceleration e/n/u (m/s^2) fixed
+*
+*   $CLK,week,tow,stat,clk1,clk2,clk3,clk4
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          clk1     : receiver clock bias GPS (ns)
+*          clk2     : receiver clock bias GLO-GPS (ns)
+*          clk3     : receiver clock bias GAL-GPS (ns)
+*          clk4     : receiver clock bias BDS-GPS (ns)
+*
+*   $ION,week,tow,stat,sat,az,el,ion,ion-fixed
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          sat      : satellite id
+*          az/el    : azimuth/elevation angle(deg)
+*          ion      : vertical ionospheric delay L1 (m) float
+*          ion-fixed: vertical ionospheric delay L1 (m) fixed
+*
+*   $TROP,week,tow,stat,rcv,ztd,ztdf
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          rcv      : receiver (1:rover,2:base station)
+*          ztd      : zenith total delay (m) float
+*          ztdf     : zenith total delay (m) fixed
+*
+*   $HWBIAS,week,tow,stat,frq,bias,biasf
+*          week/tow : gps week no/time of week (s)
+*          stat     : solution status
+*          frq      : frequency (1:L1,2:L2,...)
+*          bias     : h/w bias coefficient (m/MHz) float
+*          biasf    : h/w bias coefficient (m/MHz) fixed
+*
+*   $SAT,week,tow,sat,frq,az,el,resp,resc,vsat,snr,fix,slip,lock,outc,slipc,rejc
+*          week/tow : gps week no/time of week (s)
+*          sat/frq  : satellite id/frequency (1:L1,2:L2,...)
+*          az/el    : azimuth/elevation angle (deg)
+*          resp     : pseudorange residual (m)
+*          resc     : carrier-phase residual (m)
+*          vsat     : valid data flag (0:invalid,1:valid)
+*          snr      : signal strength (dbHz)
+*          fix      : ambiguity flag  (0:no data,1:float,2:fixed,3:hold,4:ppp)
+*          slip     : cycle-slip flag (bit1:slip,bit2:parity unknown)
+*          lock     : carrier-lock count
+*          outc     : data outage count
+*          slipc    : cycle-slip count
+*          rejc     : data reject (outlier) count
+*
+*-----------------------------------------------------------------------------*/
+extern int rtkopenstat(const char *file, int level)
+{
+    gtime_t time=utc2gpst(timeget());
+    char path[1024];
+    
+    trace(3,"rtkopenstat: file=%s level=%d\n",file,level);
+    
+    if (level<=0) return 0;
+    
+    reppath(file,path,time,"","");
+    
+    if (!(fp_stat=fopen(path,"w"))) {
+        trace(1,"rtkopenstat: file open error path=%s\n",path);
+        return 0;
+    }
+    strcpy(file_stat,file);
+    time_stat=time;
+    statlevel=level;
+    return 1;
+}
+/* close solution status file --------------------------------------------------
+* close solution status file
+* args   : none
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtkclosestat(void)
+{
+    trace(3,"rtkclosestat:\n");
+    
+    if (fp_stat) fclose(fp_stat);
+    fp_stat=NULL;
+    file_stat[0]='\0';
+    statlevel=0;
+}
+/* write solution status to buffer -------------------------------------------*/
+extern int rtkoutstat(rtk_t *rtk, char *buff)
+{
+    ssat_t *ssat;
+    double tow,pos[3],vel[3],acc[3],vela[3]={0},acca[3]={0},xa[3];
+    int i,j,week,est,nfreq,nf=NF(&rtk->opt);
+    char id[32],*p=buff;
+    
+    /* write ppp solution status to buffer */
+    if (rtk->opt.mode>=PMODE_PPP_KINEMA) {
+        return pppoutstat(rtk,buff);
+    }
+    est=rtk->opt.mode>=PMODE_DGPS;
+    nfreq=est?nf:1;
+    tow=time2gpst(rtk->sol.time,&week);
+    
+    /* receiver position */
+    if (est) {
+        for (i=0;i<3;i++) xa[i]=i<rtk->na?rtk->xa[i]:0.0;
+        p+=sprintf(p,"$POS,%d,%.3f,%d,%.4f,%.4f,%.4f,%.4f,%.4f,%.4f\n",week,tow,
+                   rtk->sol.stat,rtk->x[0],rtk->x[1],rtk->x[2],xa[0],xa[1],
+                   xa[2]);
+    }
+    else {
+        p+=sprintf(p,"$POS,%d,%.3f,%d,%.4f,%.4f,%.4f,%.4f,%.4f,%.4f\n",week,tow,
+                   rtk->sol.stat,rtk->sol.rr[0],rtk->sol.rr[1],rtk->sol.rr[2],
+                   0.0,0.0,0.0);
+    }
+    /* receiver velocity and acceleration */
+    if (est&&rtk->opt.dynamics) {
+        ecef2pos(rtk->sol.rr,pos);
+        ecef2enu(pos,rtk->x+3,vel);
+        ecef2enu(pos,rtk->x+6,acc);
+        if (rtk->na>=6) ecef2enu(pos,rtk->xa+3,vela);
+        if (rtk->na>=9) ecef2enu(pos,rtk->xa+6,acca);
+        p+=sprintf(p,"$VELACC,%d,%.3f,%d,%.4f,%.4f,%.4f,%.5f,%.5f,%.5f,%.4f,%.4f,%.4f,%.5f,%.5f,%.5f\n",
+                   week,tow,rtk->sol.stat,vel[0],vel[1],vel[2],acc[0],acc[1],
+                   acc[2],vela[0],vela[1],vela[2],acca[0],acca[1],acca[2]);
+    }
+    else {
+        ecef2pos(rtk->sol.rr,pos);
+        ecef2enu(pos,rtk->sol.rr+3,vel);
+        p+=sprintf(p,"$VELACC,%d,%.3f,%d,%.4f,%.4f,%.4f,%.5f,%.5f,%.5f,%.4f,%.4f,%.4f,%.5f,%.5f,%.5f\n",
+                   week,tow,rtk->sol.stat,vel[0],vel[1],vel[2],
+                   0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0);
+    }
+    /* receiver clocks */
+    p+=sprintf(p,"$CLK,%d,%.3f,%d,%d,%.3f,%.3f,%.3f,%.3f\n",
+               week,tow,rtk->sol.stat,1,rtk->sol.dtr[0]*1E9,rtk->sol.dtr[1]*1E9,
+               rtk->sol.dtr[2]*1E9,rtk->sol.dtr[3]*1E9);
+    
+    /* ionospheric parameters */
+    if (est&&rtk->opt.ionoopt==IONOOPT_EST) {
+        for (i=0;i<MAXSAT;i++) {
+            ssat=rtk->ssat+i;
+            if (!ssat->vs) continue;
+            satno2id(i+1,id);
+            j=II(i+1,&rtk->opt);
+            xa[0]=j<rtk->na?rtk->xa[j]:0.0;
+            p+=sprintf(p,"$ION,%d,%.3f,%d,%s,%.1f,%.1f,%.4f,%.4f\n",week,tow,
+                       rtk->sol.stat,id,ssat->azel[0]*R2D,ssat->azel[1]*R2D,
+                       rtk->x[j],xa[0]);
+        }
+    }
+    /* tropospheric parameters */
+    if (est&&(rtk->opt.tropopt==TROPOPT_EST||rtk->opt.tropopt==TROPOPT_ESTG)) {
+        for (i=0;i<2;i++) {
+            j=IT(i,&rtk->opt);
+            xa[0]=j<rtk->na?rtk->xa[j]:0.0;
+            p+=sprintf(p,"$TROP,%d,%.3f,%d,%d,%.4f,%.4f\n",week,tow,
+                       rtk->sol.stat,i+1,rtk->x[j],xa[0]);
+        }
+    }
+    /* receiver h/w bias */
+    if (est&&rtk->opt.glomodear==2) {
+        for (i=0;i<nfreq;i++) {
+            j=IL(i,&rtk->opt);
+            xa[0]=j<rtk->na?rtk->xa[j]:0.0;
+            p+=sprintf(p,"$HWBIAS,%d,%.3f,%d,%d,%.4f,%.4f\n",week,tow,
+                       rtk->sol.stat,i+1,rtk->x[j],xa[0]);
+        }
+    }
+    return p-buff;
+}
+/* swap solution status file -------------------------------------------------*/
+static void swapsolstat(void)
+{
+    gtime_t time=utc2gpst(timeget());
+    char path[1024];
+    
+    if ((int)(time2gpst(time     ,NULL)/INT_SWAP_STAT)==
+        (int)(time2gpst(time_stat,NULL)/INT_SWAP_STAT)) {
+        return;
+    }
+    time_stat=time;
+    
+    if (!reppath(file_stat,path,time,"","")) {
+        return;
+    }
+    if (fp_stat) fclose(fp_stat);
+    
+    if (!(fp_stat=fopen(path,"w"))) {
+        trace(2,"swapsolstat: file open error path=%s\n",path);
+        return;
+    }
+    trace(3,"swapsolstat: path=%s\n",path);
+}
+/* output solution status ----------------------------------------------------*/
+static void outsolstat(rtk_t *rtk)
+{
+    ssat_t *ssat;
+    double tow;
+    char buff[MAXSOLMSG+1],id[32];
+    int i,j,n,week,nfreq,nf=NF(&rtk->opt);
+    
+    if (statlevel<=0||!fp_stat||!rtk->sol.stat) return;
+    
+    trace(3,"outsolstat:\n");
+    
+    /* swap solution status file */
+    swapsolstat();
+    
+    /* write solution status */
+    n=rtkoutstat(rtk,buff); buff[n]='\0';
+    
+    fputs(buff,fp_stat);
+    
+    if (rtk->sol.stat==SOLQ_NONE||statlevel<=1) return;
+    
+    tow=time2gpst(rtk->sol.time,&week);
+    nfreq=rtk->opt.mode>=PMODE_DGPS?nf:1;
+    
+    /* write residuals and status */
+    for (i=0;i<MAXSAT;i++) {
+        ssat=rtk->ssat+i;
+        if (!ssat->vs) continue;
+        satno2id(i+1,id);
+        for (j=0;j<nfreq;j++) {
+            fprintf(fp_stat,"$SAT,%d,%.3f,%s,%d,%.1f,%.1f,%.4f,%.4f,%d,%.0f,%d,%d,%d,%d,%d,%d\n",
+                    week,tow,id,j+1,ssat->azel[0]*R2D,ssat->azel[1]*R2D,
+                    ssat->resp[j],ssat->resc[j],ssat->vsat[j],ssat->snr[j]*0.25,
+                    ssat->fix[j],ssat->slip[j]&3,ssat->lock[j],ssat->outc[j],
+                    ssat->slipc[j],ssat->rejc[j]);
+        }
+    }
+}
+/* save error message --------------------------------------------------------*/
+static void errmsg(rtk_t *rtk, const char *format, ...)
+{
+    char buff[256],tstr[32];
+    int n;
+    va_list ap;
+    time2str(rtk->sol.time,tstr,2);
+    n=sprintf(buff,"%s: ",tstr+11);
+    va_start(ap,format);
+    n+=vsprintf(buff+n,format,ap);
+    va_end(ap);
+    n=n<MAXERRMSG-rtk->neb?n:MAXERRMSG-rtk->neb;
+    memcpy(rtk->errbuf+rtk->neb,buff,n);
+    rtk->neb+=n;
+    trace(2,"%s",buff);
+}
+/* single-differenced observable ---------------------------------------------*/
+static double sdobs(const obsd_t *obs, int i, int j, int f)
+{
+    double pi=f<NFREQ?obs[i].L[f]:obs[i].P[f-NFREQ];
+    double pj=f<NFREQ?obs[j].L[f]:obs[j].P[f-NFREQ];
+    return pi==0.0||pj==0.0?0.0:pi-pj;
+}
+/* single-differenced geometry-free linear combination of phase --------------*/
+static double gfobs_L1L2(const obsd_t *obs, int i, int j, const double *lam)
+{
+    double pi=sdobs(obs,i,j,0)*lam[0],pj=sdobs(obs,i,j,1)*lam[1];
+    return pi==0.0||pj==0.0?0.0:pi-pj;
+}
+static double gfobs_L1L5(const obsd_t *obs, int i, int j, const double *lam)
+{
+    double pi=sdobs(obs,i,j,0)*lam[0],pj=sdobs(obs,i,j,2)*lam[2];
+    return pi==0.0||pj==0.0?0.0:pi-pj;
+}
+/* single-differenced measurement error variance -----------------------------*/
+static double varerr(int sat, int sys, double el, double bl, double dt, int f,
+                     const prcopt_t *opt)
+{
+    double a,b,c=opt->err[3]*bl/1E4,d=CLIGHT*opt->sclkstab*dt,fact=1.0;
+    double sinel=sin(el);
+    int i=sys==SYS_GLO?1:(sys==SYS_GAL?2:0),nf=NF(opt);
+    
+    /* extended error model */
+    if (f>=nf&&opt->exterr.ena[0]) { /* code */
+        a=opt->exterr.cerr[i][  (f-nf)*2];
+        b=opt->exterr.cerr[i][1+(f-nf)*2];
+        if (sys==SYS_SBS) {a*=EFACT_SBS; b*=EFACT_SBS;}
+    }
+    else if (f<nf&&opt->exterr.ena[1]) { /* phase */
+        a=opt->exterr.perr[i][  f*2];
+        b=opt->exterr.perr[i][1+f*2];
+        if (sys==SYS_SBS) {a*=EFACT_SBS; b*=EFACT_SBS;}
+    }
+    else { /* normal error model */
+        if (f>=nf) fact=opt->eratio[f-nf];
+        if (fact<=0.0)  fact=opt->eratio[0];
+        fact*=sys==SYS_GLO?EFACT_GLO:(sys==SYS_SBS?EFACT_SBS:EFACT_GPS);
+        a=fact*opt->err[1];
+        b=fact*opt->err[2];
+    }
+    return 2.0*(opt->ionoopt==IONOOPT_IFLC?3.0:1.0)*(a*a+b*b/sinel/sinel+c*c)+d*d;
+}
+/* baseline length -----------------------------------------------------------*/
+static double baseline(const double *ru, const double *rb, double *dr)
+{
+    int i;
+    for (i=0;i<3;i++) dr[i]=ru[i]-rb[i];
+    return norm(dr,3);
+}
+/* initialize state and covariance -------------------------------------------*/
+static void initx(rtk_t *rtk, double xi, double var, int i)
+{
+    int j;
+    rtk->x[i]=xi;
+    for (j=0;j<rtk->nx;j++) {
+        rtk->P[i+j*rtk->nx]=rtk->P[j+i*rtk->nx]=i==j?var:0.0;
+    }
+}
+/* select common satellites between rover and reference station --------------*/
+static int selsat(const obsd_t *obs, double *azel, int nu, int nr,
+                  const prcopt_t *opt, int *sat, int *iu, int *ir)
+{
+    int i,j,k=0;
+    
+    trace(3,"selsat  : nu=%d nr=%d\n",nu,nr);
+    
+    for (i=0,j=nu;i<nu&&j<nu+nr;i++,j++) {
+        if      (obs[i].sat<obs[j].sat) j--;
+        else if (obs[i].sat>obs[j].sat) i--;
+        else if (azel[1+j*2]>=opt->elmin) { /* elevation at base station */
+            sat[k]=obs[i].sat; iu[k]=i; ir[k++]=j;
+            trace(4,"(%2d) sat=%3d iu=%2d ir=%2d\n",k-1,obs[i].sat,i,j);
+        }
+    }
+    return k;
+}
+/* temporal update of position/velocity/acceleration -------------------------*/
+static void udpos(rtk_t *rtk, double tt)
+{
+    double *F,*FP,*xp,pos[3],Q[9]={0},Qv[9],var=0.0;
+    int i,j;
+    
+    trace(3,"udpos   : tt=%.3f\n",tt);
+    
+    /* fixed mode */
+    if (rtk->opt.mode==PMODE_FIXED) {
+        for (i=0;i<3;i++) initx(rtk,rtk->opt.ru[i],1E-8,i);
+        return;
+    }
+    /* initialize position for first epoch */
+    if (norm(rtk->x,3)<=0.0) {
+        for (i=0;i<3;i++) initx(rtk,rtk->sol.rr[i],VAR_POS,i);
+        if (rtk->opt.dynamics) {
+            for (i=3;i<6;i++) initx(rtk,rtk->sol.rr[i],VAR_VEL,i);
+            for (i=6;i<9;i++) initx(rtk,1E-6,VAR_ACC,i);
+        }
+    }
+    /* static mode */
+    if (rtk->opt.mode==PMODE_STATIC) return;
+    
+    /* kinmatic mode without dynamics */
+    if (!rtk->opt.dynamics) {
+        for (i=0;i<3;i++) initx(rtk,rtk->sol.rr[i],VAR_POS,i);
+        return;
+    }
+    /* check variance of estimated postion */
+    for (i=0;i<3;i++) var+=rtk->P[i+i*rtk->nx]; var/=3.0;
+    
+    if (var>VAR_POS) {
+        /* reset position with large variance */
+        for (i=0;i<3;i++) initx(rtk,rtk->sol.rr[i],VAR_POS,i);
+        for (i=3;i<6;i++) initx(rtk,rtk->sol.rr[i],VAR_VEL,i);
+        for (i=6;i<9;i++) initx(rtk,1E-6,VAR_ACC,i);
+        trace(2,"reset rtk position due to large variance: var=%.3f\n",var);
+        return;
+    }
+    /* state transition of position/velocity/acceleration */
+    F=eye(rtk->nx); FP=mat(rtk->nx,rtk->nx); xp=mat(rtk->nx,1);
+    
+    for (i=0;i<6;i++) {
+        F[i+(i+3)*rtk->nx]=tt;
+    }
+    /* x=F*x, P=F*P*F+Q */
+    matmul("NN",rtk->nx,1,rtk->nx,1.0,F,rtk->x,0.0,xp);
+    matcpy(rtk->x,xp,rtk->nx,1);
+    matmul("NN",rtk->nx,rtk->nx,rtk->nx,1.0,F,rtk->P,0.0,FP);
+    matmul("NT",rtk->nx,rtk->nx,rtk->nx,1.0,FP,F,0.0,rtk->P);
+    
+    /* process noise added to only acceleration */
+    Q[0]=Q[4]=SQR(rtk->opt.prn[3]); Q[8]=SQR(rtk->opt.prn[4]);
+    ecef2pos(rtk->x,pos);
+    covecef(pos,Q,Qv);
+    for (i=0;i<3;i++) for (j=0;j<3;j++) {
+        rtk->P[i+6+(j+6)*rtk->nx]+=Qv[i+j*3];
+    }
+    free(F); free(FP); free(xp);
+}
+/* temporal update of ionospheric parameters ---------------------------------*/
+static void udion(rtk_t *rtk, double tt, double bl, const int *sat, int ns)
+{
+    double el,fact;
+    int i,j;
+    
+    trace(3,"udion   : tt=%.1f bl=%.0f ns=%d\n",tt,bl,ns);
+    
+    for (i=1;i<=MAXSAT;i++) {
+        j=II(i,&rtk->opt);
+        if (rtk->x[j]!=0.0&&
+            rtk->ssat[i-1].outc[0]>GAP_RESION&&rtk->ssat[i-1].outc[1]>GAP_RESION)
+            rtk->x[j]=0.0;
+    }
+    for (i=0;i<ns;i++) {
+        j=II(sat[i],&rtk->opt);
+        
+        if (rtk->x[j]==0.0) {
+            initx(rtk,1E-6,SQR(rtk->opt.std[1]*bl/1E4),j);
+        }
+        else {
+            /* elevation dependent factor of process noise */
+            el=rtk->ssat[sat[i]-1].azel[1];
+            fact=cos(el);
+            rtk->P[j+j*rtk->nx]+=SQR(rtk->opt.prn[1]*bl/1E4*fact)*tt;
+        }
+    }
+}
+/* temporal update of tropospheric parameters --------------------------------*/
+static void udtrop(rtk_t *rtk, double tt, double bl)
+{
+    int i,j,k;
+    
+    trace(3,"udtrop  : tt=%.1f\n",tt);
+    
+    for (i=0;i<2;i++) {
+        j=IT(i,&rtk->opt);
+        
+        if (rtk->x[j]==0.0) {
+            initx(rtk,INIT_ZWD,SQR(rtk->opt.std[2]),j); /* initial zwd */
+            
+            if (rtk->opt.tropopt>=TROPOPT_ESTG) {
+                for (k=0;k<2;k++) initx(rtk,1E-6,VAR_GRA,++j);
+            }
+        }
+        else {
+            rtk->P[j+j*rtk->nx]+=SQR(rtk->opt.prn[2])*tt;
+            
+            if (rtk->opt.tropopt>=TROPOPT_ESTG) {
+                for (k=0;k<2;k++) {
+                    rtk->P[++j*(1+rtk->nx)]+=SQR(rtk->opt.prn[2]*0.3)*fabs(rtk->tt);
+                }
+            }
+        }
+    }
+}
+/* temporal update of receiver h/w biases ------------------------------------*/
+static void udrcvbias(rtk_t *rtk, double tt)
+{
+    int i,j;
+    
+    trace(3,"udrcvbias: tt=%.1f\n",tt);
+    
+    for (i=0;i<NFREQGLO;i++) {
+        j=IL(i,&rtk->opt);
+        
+        if (rtk->x[j]==0.0) {
+            initx(rtk,1E-6,VAR_HWBIAS,j);
+        }
+        /* hold to fixed solution */
+        else if (rtk->nfix>=rtk->opt.minfix&&rtk->sol.ratio>rtk->opt.thresar[0]) {
+            initx(rtk,rtk->xa[j],rtk->Pa[j+j*rtk->na],j);
+        }
+        else {
+            rtk->P[j+j*rtk->nx]+=SQR(PRN_HWBIAS)*tt;
+        }
+    }
+}
+/* detect cycle slip by LLI --------------------------------------------------*/
+static void detslp_ll(rtk_t *rtk, const obsd_t *obs, int i, int rcv)
+{
+    unsigned char slip,LLI1,LLI2,LLI;
+    int f,sat=obs[i].sat;
+    
+    trace(3,"detslp_ll: i=%d rcv=%d\n",i,rcv);
+    
+    for (f=0;f<rtk->opt.nf;f++) {
+        
+        if (obs[i].L[f]==0.0) continue;
+        
+        /* restore previous LLI */
+        LLI1=(rtk->ssat[sat-1].slip[f]>>6)&3;
+        LLI2=(rtk->ssat[sat-1].slip[f]>>4)&3;
+        LLI=rcv==1?LLI1:LLI2;
+        
+        /* detect slip by cycle slip flag */
+        slip=(rtk->ssat[sat-1].slip[f]|obs[i].LLI[f])&3;
+        
+        if (obs[i].LLI[f]&1) {
+            errmsg(rtk,"slip detected (sat=%2d rcv=%d LLI%d=%x)\n",
+                   sat,rcv,f+1,obs[i].LLI[f]);
+        }
+        /* detect slip by parity unknown flag transition */
+        if (((LLI&2)&&!(obs[i].LLI[f]&2))||(!(LLI&2)&&(obs[i].LLI[f]&2))) {
+            errmsg(rtk,"slip detected (sat=%2d rcv=%d LLI%d=%x->%x)\n",
+                   sat,rcv,f+1,LLI,obs[i].LLI[f]);
+            slip|=1;
+        }
+        /* save current LLI and slip flag */
+        if (rcv==1) rtk->ssat[sat-1].slip[f]=(obs[i].LLI[f]<<6)|(LLI2<<4)|slip;
+        else        rtk->ssat[sat-1].slip[f]=(obs[i].LLI[f]<<4)|(LLI1<<6)|slip;
+    }
+}
+/* detect cycle slip by L1-L2 geometry free phase jump -----------------------*/
+static void detslp_gf_L1L2(rtk_t *rtk, const obsd_t *obs, int i, int j,
+                           const nav_t *nav)
+{
+    int sat=obs[i].sat;
+    double g0,g1;
+    
+    trace(3,"detslp_gf_L1L2: i=%d j=%d\n",i,j);
+    
+    if (rtk->opt.nf<=1||(g1=gfobs_L1L2(obs,i,j,nav->lam[sat-1]))==0.0) return;
+    
+    g0=rtk->ssat[sat-1].gf; rtk->ssat[sat-1].gf=g1;
+        
+    if (g0!=0.0&&fabs(g1-g0)>rtk->opt.thresslip) {
+        
+        rtk->ssat[sat-1].slip[0]|=1;
+        rtk->ssat[sat-1].slip[1]|=1;
+        
+        errmsg(rtk,"slip detected (sat=%2d GF_L1_L2=%.3f %.3f)\n",sat,g0,g1);
+    }
+}
+/* detect cycle slip by L1-L5 geometry free phase jump -----------------------*/
+static void detslp_gf_L1L5(rtk_t *rtk, const obsd_t *obs, int i, int j,
+                           const nav_t *nav)
+{
+    int sat=obs[i].sat;
+    double g0,g1;
+    
+    trace(3,"detslp_gf_L1L5: i=%d j=%d\n",i,j);
+    
+    if (rtk->opt.nf<=2||(g1=gfobs_L1L5(obs,i,j,nav->lam[sat-1]))==0.0) return;
+    
+    g0=rtk->ssat[sat-1].gf2; rtk->ssat[sat-1].gf2=g1;
+        
+    if (g0!=0.0&&fabs(g1-g0)>rtk->opt.thresslip) {
+        
+        rtk->ssat[sat-1].slip[0]|=1;
+        rtk->ssat[sat-1].slip[2]|=1;
+        
+        errmsg(rtk,"slip detected (sat=%2d GF_L1_L5=%.3f %.3f)\n",sat,g0,g1);
+    }
+}
+/* detect cycle slip by doppler and phase difference -------------------------*/
+static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
+                       const nav_t *nav)
+{
+    /* detection with doppler disabled because of clock-jump issue (v.2.3.0) */
+#if 0
+    int f,sat=obs[i].sat;
+    double tt,dph,dpt,lam,thres;
+    
+    trace(3,"detslp_dop: i=%d rcv=%d\n",i,rcv);
+    
+    for (f=0;f<rtk->opt.nf;f++) {
+        if (obs[i].L[f]==0.0||obs[i].D[f]==0.0||rtk->ph[rcv-1][sat-1][f]==0.0) {
+            continue;
+        }
+        if (fabs(tt=timediff(obs[i].time,rtk->pt[rcv-1][sat-1][f]))<DTTOL) continue;
+        if ((lam=nav->lam[sat-1][f])<=0.0) continue;
+        
+        /* cycle slip threshold (cycle) */
+        thres=MAXACC*tt*tt/2.0/lam+rtk->opt.err[4]*fabs(tt)*4.0;
+        
+        /* phase difference and doppler x time (cycle) */
+        dph=obs[i].L[f]-rtk->ph[rcv-1][sat-1][f];
+        dpt=-obs[i].D[f]*tt;
+        
+        if (fabs(dph-dpt)<=thres) continue;
+        
+        rtk->slip[sat-1][f]|=1;
+        
+        errmsg(rtk,"slip detected (sat=%2d rcv=%d L%d=%.3f %.3f thres=%.3f)\n",
+               sat,rcv,f+1,dph,dpt,thres);
+    }
+#endif
+}
+/* temporal update of phase biases -------------------------------------------*/
+static void udbias(rtk_t *rtk, double tt, const obsd_t *obs, const int *sat,
+                   const int *iu, const int *ir, int ns, const nav_t *nav)
+{
+    double cp,pr,cp1,cp2,pr1,pr2,*bias,offset,lami,lam1,lam2,C1,C2;
+    int i,j,f,slip,reset,nf=NF(&rtk->opt);
+    
+    trace(3,"udbias  : tt=%.1f ns=%d\n",tt,ns);
+    
+    for (i=0;i<ns;i++) {
+        
+        /* detect cycle slip by LLI */
+        for (f=0;f<rtk->opt.nf;f++) rtk->ssat[sat[i]-1].slip[f]&=0xFC;
+        detslp_ll(rtk,obs,iu[i],1);
+        detslp_ll(rtk,obs,ir[i],2);
+        
+        /* detect cycle slip by geometry-free phase jump */
+        detslp_gf_L1L2(rtk,obs,iu[i],ir[i],nav);
+        detslp_gf_L1L5(rtk,obs,iu[i],ir[i],nav);
+        
+        /* detect cycle slip by doppler and phase difference */
+        detslp_dop(rtk,obs,iu[i],1,nav);
+        detslp_dop(rtk,obs,ir[i],2,nav);
+    }
+    for (f=0;f<nf;f++) {
+        /* reset phase-bias if instantaneous AR or expire obs outage counter */
+        for (i=1;i<=MAXSAT;i++) {
+            
+            reset=++rtk->ssat[i-1].outc[f]>(unsigned int)rtk->opt.maxout;
+            
+            if (rtk->opt.modear==ARMODE_INST&&rtk->x[IB(i,f,&rtk->opt)]!=0.0) {
+                initx(rtk,0.0,0.0,IB(i,f,&rtk->opt));
+            }
+            else if (reset&&rtk->x[IB(i,f,&rtk->opt)]!=0.0) {
+                initx(rtk,0.0,0.0,IB(i,f,&rtk->opt));
+                trace(3,"udbias : obs outage counter overflow (sat=%3d L%d n=%d)\n",
+                      i,f+1,rtk->ssat[i-1].outc[f]);
+            }
+            if (rtk->opt.modear!=ARMODE_INST&&reset) {
+                rtk->ssat[i-1].lock[f]=-rtk->opt.minlock;
+            }
+        }
+        /* reset phase-bias if detecting cycle slip */
+        for (i=0;i<ns;i++) {
+            j=IB(sat[i],f,&rtk->opt);
+            rtk->P[j+j*rtk->nx]+=rtk->opt.prn[0]*rtk->opt.prn[0]*tt;
+            slip=rtk->ssat[sat[i]-1].slip[f];
+            if (rtk->opt.ionoopt==IONOOPT_IFLC) slip|=rtk->ssat[sat[i]-1].slip[1];
+            if (rtk->opt.modear==ARMODE_INST||!(slip&1)) continue;
+            rtk->x[j]=0.0;
+            rtk->ssat[sat[i]-1].lock[f]=-rtk->opt.minlock;
+        }
+        bias=zeros(ns,1);
+        
+        /* estimate approximate phase-bias by phase - code */
+        for (i=j=0,offset=0.0;i<ns;i++) {
+            
+            if (rtk->opt.ionoopt!=IONOOPT_IFLC) {
+                cp=sdobs(obs,iu[i],ir[i],f); /* cycle */
+                pr=sdobs(obs,iu[i],ir[i],f+NFREQ);
+                lami=nav->lam[sat[i]-1][f];
+                if (cp==0.0||pr==0.0||lami<=0.0) continue;
+                
+                bias[i]=cp-pr/lami;
+            }
+            else {
+                cp1=sdobs(obs,iu[i],ir[i],0);
+                cp2=sdobs(obs,iu[i],ir[i],1);
+                pr1=sdobs(obs,iu[i],ir[i],NFREQ);
+                pr2=sdobs(obs,iu[i],ir[i],NFREQ+1);
+                lam1=nav->lam[sat[i]-1][0];
+                lam2=nav->lam[sat[i]-1][1];
+                if (cp1==0.0||cp2==0.0||pr1==0.0||pr2==0.0||lam1<=0.0||lam2<=0.0) continue;
+                
+                C1= SQR(lam2)/(SQR(lam2)-SQR(lam1));
+                C2=-SQR(lam1)/(SQR(lam2)-SQR(lam1));
+                bias[i]=(C1*lam1*cp1+C2*lam2*cp2)-(C1*pr1+C2*pr2);
+            }
+            if (rtk->x[IB(sat[i],f,&rtk->opt)]!=0.0) {
+                offset+=bias[i]-rtk->x[IB(sat[i],f,&rtk->opt)];
+                j++;
+            }
+        }
+        /* correct phase-bias offset to enssure phase-code coherency */
+        if (j>0) {
+            for (i=1;i<=MAXSAT;i++) {
+                if (rtk->x[IB(i,f,&rtk->opt)]!=0.0) rtk->x[IB(i,f,&rtk->opt)]+=offset/j;
+            }
+        }
+        /* set initial states of phase-bias */
+        for (i=0;i<ns;i++) {
+            if (bias[i]==0.0||rtk->x[IB(sat[i],f,&rtk->opt)]!=0.0) continue;
+            initx(rtk,bias[i],SQR(rtk->opt.std[0]),IB(sat[i],f,&rtk->opt));
+        }
+        free(bias);
+    }
+}
+/* temporal update of states --------------------------------------------------*/
+static void udstate(rtk_t *rtk, const obsd_t *obs, const int *sat,
+                    const int *iu, const int *ir, int ns, const nav_t *nav)
+{
+    double tt=fabs(rtk->tt),bl,dr[3];
+    
+    trace(3,"udstate : ns=%d\n",ns);
+    
+    /* temporal update of position/velocity/acceleration */
+    udpos(rtk,tt);
+    
+    /* temporal update of ionospheric parameters */
+    if (rtk->opt.ionoopt>=IONOOPT_EST) {
+        bl=baseline(rtk->x,rtk->rb,dr);
+        udion(rtk,tt,bl,sat,ns);
+    }
+    /* temporal update of tropospheric parameters */
+    if (rtk->opt.tropopt>=TROPOPT_EST) {
+        udtrop(rtk,tt,bl);
+    }
+    /* temporal update of eceiver h/w bias */
+    if (rtk->opt.glomodear==2&&(rtk->opt.navsys&SYS_GLO)) {
+        udrcvbias(rtk,tt);
+    }
+    /* temporal update of phase-bias */
+    if (rtk->opt.mode>PMODE_DGPS) {
+        udbias(rtk,tt,obs,sat,iu,ir,ns,nav);
+    }
+}
+/* undifferenced phase/code residual for satellite ---------------------------*/
+static void zdres_sat(int base, double r, const obsd_t *obs, const nav_t *nav,
+                      const double *azel, const double *dant,
+                      const prcopt_t *opt, double *y)
+{
+    const double *lam=nav->lam[obs->sat-1];
+    double f1,f2,C1,C2,dant_if;
+    int i,nf=NF(opt);
+    
+    if (opt->ionoopt==IONOOPT_IFLC) { /* iono-free linear combination */
+        if (lam[0]==0.0||lam[1]==0.0) return;
+        
+        if (testsnr(base,0,azel[1],obs->SNR[0]*0.25,&opt->snrmask)||
+            testsnr(base,1,azel[1],obs->SNR[1]*0.25,&opt->snrmask)) return;
+        
+        f1=CLIGHT/lam[0];
+        f2=CLIGHT/lam[1];
+        C1= SQR(f1)/(SQR(f1)-SQR(f2));
+        C2=-SQR(f2)/(SQR(f1)-SQR(f2));
+        dant_if=C1*dant[0]+C2*dant[1];
+        
+        if (obs->L[0]!=0.0&&obs->L[1]!=0.0) {
+            y[0]=C1*obs->L[0]*lam[0]+C2*obs->L[1]*lam[1]-r-dant_if;
+        }
+        if (obs->P[0]!=0.0&&obs->P[1]!=0.0) {
+            y[1]=C1*obs->P[0]+C2*obs->P[1]-r-dant_if;
+        }
+    }
+    else {
+        for (i=0;i<nf;i++) {
+            if (lam[i]==0.0) continue;
+            
+            /* check snr mask */
+            if (testsnr(base,i,azel[1],obs->SNR[i]*0.25,&opt->snrmask)) {
+                continue;
+            }
+            /* residuals = observable - pseudorange */
+            if (obs->L[i]!=0.0) y[i   ]=obs->L[i]*lam[i]-r-dant[i];
+            if (obs->P[i]!=0.0) y[i+nf]=obs->P[i]       -r-dant[i];
+        }
+    }
+}
+/* undifferenced phase/code residuals ----------------------------------------*/
+static int zdres(int base, const obsd_t *obs, int n, const double *rs,
+                 const double *dts, const int *svh, const nav_t *nav,
+                 const double *rr, const prcopt_t *opt, int index, double *y,
+                 double *e, double *azel)
+{
+    double r,rr_[3],pos[3],dant[NFREQ]={0},disp[3];
+    double zhd,zazel[]={0.0,90.0*D2R};
+    int i,nf=NF(opt);
+    
+    trace(3,"zdres   : n=%d\n",n);
+    
+    for (i=0;i<n*nf*2;i++) y[i]=0.0;
+    
+    if (norm(rr,3)<=0.0) return 0; /* no receiver position */
+    
+    for (i=0;i<3;i++) rr_[i]=rr[i];
+    
+    /* earth tide correction */
+    if (opt->tidecorr) {
+        tidedisp(gpst2utc(obs[0].time),rr_,opt->tidecorr,&nav->erp,
+                 opt->odisp[base],disp);
+        for (i=0;i<3;i++) rr_[i]+=disp[i];
+    }
+    ecef2pos(rr_,pos);
+    
+    for (i=0;i<n;i++) {
+        /* compute geometric-range and azimuth/elevation angle */
+        if ((r=geodist(rs+i*6,rr_,e+i*3))<=0.0) continue;
+        if (satazel(pos,e+i*3,azel+i*2)<opt->elmin) continue;
+        
+        /* excluded satellite? */
+        if (satexclude(obs[i].sat,svh[i],opt)) continue;
+        
+        /* satellite clock-bias */
+        r+=-CLIGHT*dts[i*2];
+        
+        /* troposphere delay model (hydrostatic) */
+        zhd=tropmodel(obs[0].time,pos,zazel,0.0);
+        r+=tropmapf(obs[i].time,pos,azel+i*2,NULL)*zhd;
+        
+        /* receiver antenna phase center correction */
+        antmodel(opt->pcvr+index,opt->antdel[index],azel+i*2,opt->posopt[1],
+                 dant);
+        
+        /* undifferenced phase/code residual for satellite */
+        zdres_sat(base,r,obs+i,nav,azel+i*2,dant,opt,y+i*nf*2);
+    }
+    trace(4,"rr_=%.3f %.3f %.3f\n",rr_[0],rr_[1],rr_[2]);
+    trace(4,"pos=%.9f %.9f %.3f\n",pos[0]*R2D,pos[1]*R2D,pos[2]);
+    for (i=0;i<n;i++) {
+        trace(4,"sat=%2d %13.3f %13.3f %13.3f %13.10f %6.1f %5.1f\n",
+              obs[i].sat,rs[i*6],rs[1+i*6],rs[2+i*6],dts[i*2],azel[i*2]*R2D,
+              azel[1+i*2]*R2D);
+    }
+    trace(4,"y=\n"); tracemat(4,y,nf*2,n,13,3);
+    
+    return 1;
+}
+/* test valid observation data -----------------------------------------------*/
+static int validobs(int i, int j, int f, int nf, double *y)
+{
+    /* if no phase observable, psudorange is also unusable */
+    return y[f+i*nf*2]!=0.0&&y[f+j*nf*2]!=0.0&&
+           (f<nf||(y[f-nf+i*nf*2]!=0.0&&y[f-nf+j*nf*2]!=0.0));
+}
+/* double-differenced measurement error covariance ---------------------------*/
+static void ddcov(const int *nb, int n, const double *Ri, const double *Rj,
+                  int nv, double *R)
+{
+    int i,j,k=0,b;
+    
+    trace(3,"ddcov   : n=%d\n",n);
+    
+    for (i=0;i<nv*nv;i++) R[i]=0.0;
+    for (b=0;b<n;k+=nb[b++]) {
+        
+        for (i=0;i<nb[b];i++) for (j=0;j<nb[b];j++) {
+            R[k+i+(k+j)*nv]=Ri[k+i]+(i==j?Rj[k+i]:0.0);
+        }
+    }
+    trace(5,"R=\n"); tracemat(5,R,nv,nv,8,6);
+}
+/* baseline length constraint ------------------------------------------------*/
+static int constbl(rtk_t *rtk, const double *x, const double *P, double *v,
+                   double *H, double *Ri, double *Rj, int index)
+{
+    const double thres=0.1; /* threshold for nonliearity (v.2.3.0) */
+    double xb[3],b[3],bb,var=0.0;
+    int i;
+     
+    trace(3,"constbl : \n");
+    
+    /* no constraint */
+    if (rtk->opt.baseline[0]<=0.0) return 0;
+    
+    /* time-adjusted baseline vector and length */
+    for (i=0;i<3;i++) {
+        xb[i]=rtk->rb[i]+rtk->rb[i+3]*rtk->sol.age;
+        b[i]=x[i]-xb[i];
+    }
+    bb=norm(b,3);
+    
+    /* approximate variance of solution */
+    if (P) {
+        for (i=0;i<3;i++) var+=P[i+i*rtk->nx];
+        var/=3.0;
+    }
+    /* check nonlinearity */
+    if (var>thres*thres*bb*bb) {
+        trace(3,"constbl : equation nonlinear (bb=%.3f var=%.3f)\n",bb,var);
+        return 0;
+    }
+    /* constraint to baseline length */
+    v[index]=rtk->opt.baseline[0]-bb;
+    if (H) {
+        for (i=0;i<3;i++) H[i+index*rtk->nx]=b[i]/bb;
+    }
+    Ri[index]=0.0;
+    Rj[index]=SQR(rtk->opt.baseline[1]);
+    
+    trace(4,"baseline len   v=%13.3f R=%8.6f %8.6f\n",v[index],Ri[index],Rj[index]);
+    
+    return 1;
+}
+/* precise tropspheric model -------------------------------------------------*/
+static double prectrop(gtime_t time, const double *pos, int r,
+                       const double *azel, const prcopt_t *opt, const double *x,
+                       double *dtdx)
+{
+    double m_w=0.0,cotz,grad_n,grad_e;
+    int i=IT(r,opt);
+    
+    /* wet mapping function */
+    tropmapf(time,pos,azel,&m_w);
+    
+    if (opt->tropopt>=TROPOPT_ESTG&&azel[1]>0.0) {
+        
+        /* m_w=m_0+m_0*cot(el)*(Gn*cos(az)+Ge*sin(az)): ref [6] */
+        cotz=1.0/tan(azel[1]);
+        grad_n=m_w*cotz*cos(azel[0]);
+        grad_e=m_w*cotz*sin(azel[0]);
+        m_w+=grad_n*x[i+1]+grad_e*x[i+2];
+        dtdx[1]=grad_n*x[i];
+        dtdx[2]=grad_e*x[i];
+    }
+    else dtdx[1]=dtdx[2]=0.0;
+    dtdx[0]=m_w;
+    return m_w*x[i];
+}
+/* glonass inter-channel bias correction -------------------------------------*/
+static double gloicbcorr(int sat1, int sat2, const prcopt_t *opt, double lam1,
+                         double lam2, int f)
+{
+    double dfreq;
+    
+    if (f>=NFREQGLO||f>=opt->nf||!opt->exterr.ena[2]) return 0.0;
+    
+    dfreq=(CLIGHT/lam1-CLIGHT/lam2)/(f==0?DFRQ1_GLO:DFRQ2_GLO);
+    
+    return opt->exterr.gloicb[f]*0.01*dfreq; /* (m) */
+}
+/* test navi system (m=0:gps/qzs/sbs,1:glo,2:gal,3:bds) ----------------------*/
+static int test_sys(int sys, int m)
+{
+    switch (sys) {
+        case SYS_GPS: return m==0;
+        case SYS_QZS: return m==0;
+        case SYS_SBS: return m==0;
+        case SYS_GLO: return m==1;
+        case SYS_GAL: return m==2;
+        case SYS_CMP: return m==3;
+    }
+    return 0;
+}
+/* double-differenced phase/code residuals -----------------------------------*/
+static int ddres(rtk_t *rtk, const nav_t *nav, double dt, const double *x,
+                 const double *P, const int *sat, double *y, double *e,
+                 double *azel, const int *iu, const int *ir, int ns, double *v,
+                 double *H, double *R, int *vflg)
+{
+    prcopt_t *opt=&rtk->opt;
+    double bl,dr[3],posu[3],posr[3],didxi=0.0,didxj=0.0,*im;
+    double *tropr,*tropu,*dtdxr,*dtdxu,*Ri,*Rj,lami,lamj,fi,fj,df,*Hi=NULL;
+    int i,j,k,m,f,ff,nv=0,nb[NFREQ*4*2+2]={0},b=0,sysi,sysj,nf=NF(opt);
+    
+    trace(3,"ddres   : dt=%.1f nx=%d ns=%d\n",dt,rtk->nx,ns);
+    
+    bl=baseline(x,rtk->rb,dr);
+    ecef2pos(x,posu); ecef2pos(rtk->rb,posr);
+    
+    Ri=mat(ns*nf*2+2,1); Rj=mat(ns*nf*2+2,1); im=mat(ns,1);
+    tropu=mat(ns,1); tropr=mat(ns,1); dtdxu=mat(ns,3); dtdxr=mat(ns,3);
+    
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+        rtk->ssat[i].resp[j]=rtk->ssat[i].resc[j]=0.0;
+    }
+    /* compute factors of ionospheric and tropospheric delay */
+    for (i=0;i<ns;i++) {
+        if (opt->ionoopt>=IONOOPT_EST) {
+            im[i]=(ionmapf(posu,azel+iu[i]*2)+ionmapf(posr,azel+ir[i]*2))/2.0;
+        }
+        if (opt->tropopt>=TROPOPT_EST) {
+            tropu[i]=prectrop(rtk->sol.time,posu,0,azel+iu[i]*2,opt,x,dtdxu+i*3);
+            tropr[i]=prectrop(rtk->sol.time,posr,1,azel+ir[i]*2,opt,x,dtdxr+i*3);
+        }
+    }
+    for (m=0;m<4;m++) /* m=0:gps/qzs/sbs,1:glo,2:gal,3:bds */
+    
+    for (f=opt->mode>PMODE_DGPS?0:nf;f<nf*2;f++) {
+        
+        /* search reference satellite with highest elevation */
+        for (i=-1,j=0;j<ns;j++) {
+            sysi=rtk->ssat[sat[j]-1].sys;
+            if (!test_sys(sysi,m)) continue;
+            if (!validobs(iu[j],ir[j],f,nf,y)) continue;
+            if (i<0||azel[1+iu[j]*2]>=azel[1+iu[i]*2]) i=j;
+        }
+        if (i<0) continue;
+        
+        /* make double difference */
+        for (j=0;j<ns;j++) {
+            if (i==j) continue;
+            sysi=rtk->ssat[sat[i]-1].sys;
+            sysj=rtk->ssat[sat[j]-1].sys;
+            if (!test_sys(sysj,m)) continue;
+            if (!validobs(iu[j],ir[j],f,nf,y)) continue;
+            
+            ff=f%nf;
+            lami=nav->lam[sat[i]-1][ff];
+            lamj=nav->lam[sat[j]-1][ff];
+            if (lami<=0.0||lamj<=0.0) continue;
+            if (H) Hi=H+nv*rtk->nx;
+            
+            /* double-differenced residual */
+            v[nv]=(y[f+iu[i]*nf*2]-y[f+ir[i]*nf*2])-
+                  (y[f+iu[j]*nf*2]-y[f+ir[j]*nf*2]);
+            
+            /* partial derivatives by rover position */
+            if (H) {
+                for (k=0;k<3;k++) {
+                    Hi[k]=-e[k+iu[i]*3]+e[k+iu[j]*3];
+                }
+            }
+            /* double-differenced ionospheric delay term */
+            if (opt->ionoopt==IONOOPT_EST) {
+                fi=lami/lam_carr[0]; fj=lamj/lam_carr[0];
+                didxi=(f<nf?-1.0:1.0)*fi*fi*im[i];
+                didxj=(f<nf?-1.0:1.0)*fj*fj*im[j];
+                v[nv]-=didxi*x[II(sat[i],opt)]-didxj*x[II(sat[j],opt)];
+                if (H) {
+                    Hi[II(sat[i],opt)]= didxi;
+                    Hi[II(sat[j],opt)]=-didxj;
+                }
+            }
+            /* double-differenced tropospheric delay term */
+            if (opt->tropopt==TROPOPT_EST||opt->tropopt==TROPOPT_ESTG) {
+                v[nv]-=(tropu[i]-tropu[j])-(tropr[i]-tropr[j]);
+                for (k=0;k<(opt->tropopt<TROPOPT_ESTG?1:3);k++) {
+                    if (!H) continue;
+                    Hi[IT(0,opt)+k]= (dtdxu[k+i*3]-dtdxu[k+j*3]);
+                    Hi[IT(1,opt)+k]=-(dtdxr[k+i*3]-dtdxr[k+j*3]);
+                }
+            }
+            /* double-differenced phase-bias term */
+            if (f<nf) {
+                if (opt->ionoopt!=IONOOPT_IFLC) {
+                    v[nv]-=lami*x[IB(sat[i],f,opt)]-lamj*x[IB(sat[j],f,opt)];
+                    if (H) {
+                        Hi[IB(sat[i],f,opt)]= lami;
+                        Hi[IB(sat[j],f,opt)]=-lamj;
+                    }
+                }
+                else {
+                    v[nv]-=x[IB(sat[i],f,opt)]-x[IB(sat[j],f,opt)];
+                    if (H) {
+                        Hi[IB(sat[i],f,opt)]= 1.0;
+                        Hi[IB(sat[j],f,opt)]=-1.0;
+                    }
+                }
+            }
+            /* glonass receiver h/w bias term */
+            if (rtk->opt.glomodear==2&&sysi==SYS_GLO&&sysj==SYS_GLO&&ff<NFREQGLO) {
+                df=(CLIGHT/lami-CLIGHT/lamj)/1E6; /* freq-difference (MHz) */
+                v[nv]-=df*x[IL(ff,opt)];
+                if (H) Hi[IL(ff,opt)]=df;
+            }
+            /* glonass interchannel bias correction */
+            else if (sysi==SYS_GLO&&sysj==SYS_GLO) {
+                
+                v[nv]-=gloicbcorr(sat[i],sat[j],&rtk->opt,lami,lamj,f);
+            }
+            if (f<nf) rtk->ssat[sat[j]-1].resc[f   ]=v[nv];
+            else      rtk->ssat[sat[j]-1].resp[f-nf]=v[nv];
+            
+            /* test innovation */
+            if (opt->maxinno>0.0&&fabs(v[nv])>opt->maxinno) {
+                if (f<nf) {
+                    rtk->ssat[sat[i]-1].rejc[f]++;
+                    rtk->ssat[sat[j]-1].rejc[f]++;
+                }
+                errmsg(rtk,"outlier rejected (sat=%3d-%3d %s%d v=%.3f)\n",
+                       sat[i],sat[j],f<nf?"L":"P",f%nf+1,v[nv]);
+                continue;
+            }
+            /* single-differenced measurement error variances */
+            Ri[nv]=varerr(sat[i],sysi,azel[1+iu[i]*2],bl,dt,f,opt);
+            Rj[nv]=varerr(sat[j],sysj,azel[1+iu[j]*2],bl,dt,f,opt);
+            
+            /* set valid data flags */
+            if (opt->mode>PMODE_DGPS) {
+                if (f<nf) rtk->ssat[sat[i]-1].vsat[f]=rtk->ssat[sat[j]-1].vsat[f]=1;
+            }
+            else {
+                rtk->ssat[sat[i]-1].vsat[f-nf]=rtk->ssat[sat[j]-1].vsat[f-nf]=1;
+            }
+            trace(4,"sat=%3d-%3d %s%d v=%13.3f R=%8.6f %8.6f\n",sat[i],
+                  sat[j],f<nf?"L":"P",f%nf+1,v[nv],Ri[nv],Rj[nv]);
+            
+            vflg[nv++]=(sat[i]<<16)|(sat[j]<<8)|((f<nf?0:1)<<4)|(f%nf);
+            nb[b]++;
+        }
+#if 0 /* residuals referenced to reference satellite (2.4.2 p11) */
+        /* restore single-differenced residuals assuming sum equal zero */
+        if (f<nf) {
+            for (j=0,s=0.0;j<MAXSAT;j++) s+=rtk->ssat[j].resc[f];
+            s/=nb[b]+1;
+            for (j=0;j<MAXSAT;j++) {
+                if (j==sat[i]-1||rtk->ssat[j].resc[f]!=0.0) rtk->ssat[j].resc[f]-=s;
+            }
+        }
+        else {
+            for (j=0,s=0.0;j<MAXSAT;j++) s+=rtk->ssat[j].resp[f-nf];
+            s/=nb[b]+1;
+            for (j=0;j<MAXSAT;j++) {
+                if (j==sat[i]-1||rtk->ssat[j].resp[f-nf]!=0.0)
+                    rtk->ssat[j].resp[f-nf]-=s;
+            }
+        }
+#endif
+        b++;
+    }
+    /* end of system loop */
+    
+    /* baseline length constraint for moving baseline */
+    if (opt->mode==PMODE_MOVEB&&constbl(rtk,x,P,v,H,Ri,Rj,nv)) {
+        vflg[nv++]=3<<4;
+        nb[b++]++;
+    }
+    if (H) {trace(5,"H=\n"); tracemat(5,H,rtk->nx,nv,7,4);}
+    
+    /* double-differenced measurement error covariance */
+    ddcov(nb,b,Ri,Rj,nv,R);
+    
+    free(Ri); free(Rj); free(im);
+    free(tropu); free(tropr); free(dtdxu); free(dtdxr);
+    
+    return nv;
+}
+/* time-interpolation of residuals (for post-mission) ------------------------*/
+static double intpres(gtime_t time, const obsd_t *obs, int n, const nav_t *nav,
+                      rtk_t *rtk, double *y)
+{
+    static obsd_t obsb[MAXOBS];
+    static double yb[MAXOBS*NFREQ*2],rs[MAXOBS*6],dts[MAXOBS*2],var[MAXOBS];
+    static double e[MAXOBS*3],azel[MAXOBS*2];
+    static int nb=0,svh[MAXOBS*2];
+    prcopt_t *opt=&rtk->opt;
+    double tt=timediff(time,obs[0].time),ttb,*p,*q;
+    int i,j,k,nf=NF(opt);
+    
+    trace(3,"intpres : n=%d tt=%.1f\n",n,tt);
+    
+    if (nb==0||fabs(tt)<DTTOL) {
+        nb=n; for (i=0;i<n;i++) obsb[i]=obs[i];
+        return tt;
+    }
+    ttb=timediff(time,obsb[0].time);
+    if (fabs(ttb)>opt->maxtdiff*2.0||ttb==tt) return tt;
+    
+    satposs(time,obsb,nb,nav,opt->sateph,rs,dts,var,svh);
+    
+    if (!zdres(1,obsb,nb,rs,dts,svh,nav,rtk->rb,opt,1,yb,e,azel)) {
+        return tt;
+    }
+    for (i=0;i<n;i++) {
+        for (j=0;j<nb;j++) if (obsb[j].sat==obs[i].sat) break;
+        if (j>=nb) continue;
+        for (k=0,p=y+i*nf*2,q=yb+j*nf*2;k<nf*2;k++,p++,q++) {
+            if (*p==0.0||*q==0.0) *p=0.0; else *p=(ttb*(*p)-tt*(*q))/(ttb-tt);
+        }
+    }
+    return fabs(ttb)>fabs(tt)?ttb:tt;
+}
+/* single to double-difference transformation matrix (D') --------------------*/
+static int ddmat(rtk_t *rtk, double *D)
+{
+    int i,j,k,m,f,nb=0,nx=rtk->nx,na=rtk->na,nf=NF(&rtk->opt);
+    
+    trace(3,"ddmat   :\n");
+    
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+        rtk->ssat[i].fix[j]=0;
+    }
+    for (i=0;i<na;i++) D[i+i*nx]=1.0;
+    
+    for (m=0;m<4;m++) { /* m=0:gps/qzs/sbs,1:glo,2:gal,3:bds */
+        
+        if (m==1&&rtk->opt.glomodear==0) continue;
+        if (m==3&&rtk->opt.bdsmodear==0) continue;
+        
+        for (f=0,k=na;f<nf;f++,k+=MAXSAT) {
+            
+            for (i=k;i<k+MAXSAT;i++) {
+                if (rtk->x[i]==0.0||!test_sys(rtk->ssat[i-k].sys,m)||
+                    !rtk->ssat[i-k].vsat[f]) {
+                    continue;
+                }
+                if (rtk->ssat[i-k].lock[f]>0&&!(rtk->ssat[i-k].slip[f]&2)&&
+                    rtk->ssat[i-k].azel[1]>=rtk->opt.elmaskar) {
+                    rtk->ssat[i-k].fix[f]=2; /* fix */
+                    break;
+                }
+                else rtk->ssat[i-k].fix[f]=1;
+            }
+            for (j=k;j<k+MAXSAT;j++) {
+                if (i==j||rtk->x[j]==0.0||!test_sys(rtk->ssat[j-k].sys,m)||
+                    !rtk->ssat[j-k].vsat[f]) {
+                    continue;
+                }
+                if (rtk->ssat[j-k].lock[f]>0&&!(rtk->ssat[j-k].slip[f]&2)&&
+                    rtk->ssat[i-k].vsat[f]&&
+                    rtk->ssat[j-k].azel[1]>=rtk->opt.elmaskar) {
+                    D[i+(na+nb)*nx]= 1.0;
+                    D[j+(na+nb)*nx]=-1.0;
+                    nb++;
+                    rtk->ssat[j-k].fix[f]=2; /* fix */
+                }
+                else rtk->ssat[j-k].fix[f]=1;
+            }
+        }
+    }
+    trace(5,"D=\n"); tracemat(5,D,nx,na+nb,2,0);
+    return nb;
+}
+/* restore single-differenced ambiguity --------------------------------------*/
+static void restamb(rtk_t *rtk, const double *bias, int nb, double *xa)
+{
+    int i,n,m,f,index[MAXSAT],nv=0,nf=NF(&rtk->opt);
+    
+    trace(3,"restamb :\n");
+    
+    for (i=0;i<rtk->nx;i++) xa[i]=rtk->x [i];
+    for (i=0;i<rtk->na;i++) xa[i]=rtk->xa[i];
+    
+    for (m=0;m<4;m++) for (f=0;f<nf;f++) {
+        
+        for (n=i=0;i<MAXSAT;i++) {
+            if (!test_sys(rtk->ssat[i].sys,m)||rtk->ssat[i].fix[f]!=2) {
+                continue;
+            }
+            index[n++]=IB(i+1,f,&rtk->opt);
+        }
+        if (n<2) continue;
+        
+        xa[index[0]]=rtk->x[index[0]];
+        
+        for (i=1;i<n;i++) {
+            xa[index[i]]=xa[index[0]]-bias[nv++];
+        }
+    }
+}
+/* hold integer ambiguity ----------------------------------------------------*/
+static void holdamb(rtk_t *rtk, const double *xa)
+{
+    double *v,*H,*R;
+    int i,n,m,f,info,index[MAXSAT],nb=rtk->nx-rtk->na,nv=0,nf=NF(&rtk->opt);
+    
+    trace(3,"holdamb :\n");
+    
+    v=mat(nb,1); H=zeros(nb,rtk->nx);
+    
+    for (m=0;m<4;m++) for (f=0;f<nf;f++) {
+        
+        for (n=i=0;i<MAXSAT;i++) {
+            if (!test_sys(rtk->ssat[i].sys,m)||rtk->ssat[i].fix[f]!=2||
+                rtk->ssat[i].azel[1]<rtk->opt.elmaskhold) {
+                continue;
+            }
+            index[n++]=IB(i+1,f,&rtk->opt);
+            rtk->ssat[i].fix[f]=3; /* hold */
+        }
+        /* constraint to fixed ambiguity */
+        for (i=1;i<n;i++) {
+            v[nv]=(xa[index[0]]-xa[index[i]])-(rtk->x[index[0]]-rtk->x[index[i]]);
+            
+            H[index[0]+nv*rtk->nx]= 1.0;
+            H[index[i]+nv*rtk->nx]=-1.0;
+            nv++;
+        }
+    }
+    if (nv>0) {
+        R=zeros(nv,nv);
+        for (i=0;i<nv;i++) R[i+i*nv]=VAR_HOLDAMB;
+        
+        /* update states with constraints */
+        if ((info=filter(rtk->x,rtk->P,H,v,R,rtk->nx,nv))) {
+            errmsg(rtk,"filter error (info=%d)\n",info);
+        }
+        free(R);
+    }
+    free(v); free(H);
+}
+/* resolve integer ambiguity by LAMBDA ---------------------------------------*/
+static int resamb_LAMBDA(rtk_t *rtk, double *bias, double *xa)
+{
+    prcopt_t *opt=&rtk->opt;
+    int i,j,ny,nb,info,nx=rtk->nx,na=rtk->na;
+    double *D,*DP,*y,*Qy,*b,*db,*Qb,*Qab,*QQ,s[2];
+    
+    trace(3,"resamb_LAMBDA : nx=%d\n",nx);
+    
+    rtk->sol.ratio=0.0;
+    
+    if (rtk->opt.mode<=PMODE_DGPS||rtk->opt.modear==ARMODE_OFF||
+        rtk->opt.thresar[0]<1.0) {
+        return 0;
+    }
+    /* single to double-difference transformation matrix (D') */
+    D=zeros(nx,nx);
+    if ((nb=ddmat(rtk,D))<=0) {
+        errmsg(rtk,"no valid double-difference\n");
+        free(D);
+        return 0;
+    }
+    ny=na+nb; y=mat(ny,1); Qy=mat(ny,ny); DP=mat(ny,nx);
+    b=mat(nb,2); db=mat(nb,1); Qb=mat(nb,nb); Qab=mat(na,nb); QQ=mat(na,nb);
+    
+    /* transform single to double-differenced phase-bias (y=D'*x, Qy=D'*P*D) */
+    matmul("TN",ny, 1,nx,1.0,D ,rtk->x,0.0,y );
+    matmul("TN",ny,nx,nx,1.0,D ,rtk->P,0.0,DP);
+    matmul("NN",ny,ny,nx,1.0,DP,D     ,0.0,Qy);
+    
+    /* phase-bias covariance (Qb) and real-parameters to bias covariance (Qab) */
+    for (i=0;i<nb;i++) for (j=0;j<nb;j++) Qb [i+j*nb]=Qy[na+i+(na+j)*ny];
+    for (i=0;i<na;i++) for (j=0;j<nb;j++) Qab[i+j*na]=Qy[   i+(na+j)*ny];
+    
+    trace(4,"N(0)="); tracemat(4,y+na,1,nb,10,3);
+    
+    /* lambda/mlambda integer least-square estimation */
+    if (!(info=lambda(nb,2,y+na,Qb,b,s))) {
+        
+        trace(4,"N(1)="); tracemat(4,b   ,1,nb,10,3);
+        trace(4,"N(2)="); tracemat(4,b+nb,1,nb,10,3);
+        
+        rtk->sol.ratio=s[0]>0?(float)(s[1]/s[0]):0.0f;
+        if (rtk->sol.ratio>999.9) rtk->sol.ratio=999.9f;
+        
+        /* validation by popular ratio-test */
+        if (s[0]<=0.0||s[1]/s[0]>=opt->thresar[0]) {
+            
+            /* transform float to fixed solution (xa=xa-Qab*Qb\(b0-b)) */
+            for (i=0;i<na;i++) {
+                rtk->xa[i]=rtk->x[i];
+                for (j=0;j<na;j++) rtk->Pa[i+j*na]=rtk->P[i+j*nx];
+            }
+            for (i=0;i<nb;i++) {
+                bias[i]=b[i];
+                y[na+i]-=b[i];
+            }
+            if (!matinv(Qb,nb)) {
+                matmul("NN",nb,1,nb, 1.0,Qb ,y+na,0.0,db);
+                matmul("NN",na,1,nb,-1.0,Qab,db  ,1.0,rtk->xa);
+                
+                /* covariance of fixed solution (Qa=Qa-Qab*Qb^-1*Qab') */
+                matmul("NN",na,nb,nb, 1.0,Qab,Qb ,0.0,QQ);
+                matmul("NT",na,na,nb,-1.0,QQ ,Qab,1.0,rtk->Pa);
+                
+                trace(3,"resamb : validation ok (nb=%d ratio=%.2f s=%.2f/%.2f)\n",
+                      nb,s[0]==0.0?0.0:s[1]/s[0],s[0],s[1]);
+                
+                /* restore single-differenced ambiguity */
+                restamb(rtk,bias,nb,xa);
+            }
+            else nb=0;
+        }
+        else { /* validation failed */
+            errmsg(rtk,"ambiguity validation failed (nb=%d ratio=%.2f s=%.2f/%.2f)\n",
+                   nb,s[1]/s[0],s[0],s[1]);
+            nb=0;
+        }
+    }
+    else {
+        errmsg(rtk,"lambda error (info=%d)\n",info);
+    }
+    free(D); free(y); free(Qy); free(DP);
+    free(b); free(db); free(Qb); free(Qab); free(QQ);
+    
+    return nb; /* number of ambiguities */
+}
+/* validation of solution ----------------------------------------------------*/
+static int valpos(rtk_t *rtk, const double *v, const double *R, const int *vflg,
+                  int nv, double thres)
+{
+#if 0
+    prcopt_t *opt=&rtk->opt;
+    double vv=0.0;
+#endif
+    double fact=thres*thres;
+    int i,stat=1,sat1,sat2,type,freq;
+    char *stype;
+    
+    trace(3,"valpos  : nv=%d thres=%.1f\n",nv,thres);
+    
+    /* post-fit residual test */
+    for (i=0;i<nv;i++) {
+        if (v[i]*v[i]<=fact*R[i+i*nv]) continue;
+        sat1=(vflg[i]>>16)&0xFF;
+        sat2=(vflg[i]>> 8)&0xFF;
+        type=(vflg[i]>> 4)&0xF;
+        freq=vflg[i]&0xF;
+        stype=type==0?"L":(type==1?"L":"C");
+        errmsg(rtk,"large residual (sat=%2d-%2d %s%d v=%6.3f sig=%.3f)\n",
+              sat1,sat2,stype,freq+1,v[i],SQRT(R[i+i*nv]));
+    }
+#if 0 /* omitted v.2.4.0 */
+    if (stat&&nv>NP(opt)) {
+        
+        /* chi-square validation */
+        for (i=0;i<nv;i++) vv+=v[i]*v[i]/R[i+i*nv];
+        
+        if (vv>chisqr[nv-NP(opt)-1]) {
+            errmsg(rtk,"residuals validation failed (nv=%d np=%d vv=%.2f cs=%.2f)\n",
+                   nv,NP(opt),vv,chisqr[nv-NP(opt)-1]);
+            stat=0;
+        }
+        else {
+            trace(3,"valpos : validation ok (%s nv=%d np=%d vv=%.2f cs=%.2f)\n",
+                  rtk->tstr,nv,NP(opt),vv,chisqr[nv-NP(opt)-1]);
+        }
+    }
+#endif
+    return stat;
+}
+/* relative positioning ------------------------------------------------------*/
+static int relpos(rtk_t *rtk, const obsd_t *obs, int nu, int nr,
+                  const nav_t *nav)
+{
+    prcopt_t *opt=&rtk->opt;
+    gtime_t time=obs[0].time;
+    double *rs,*dts,*var,*y,*e,*azel,*v,*H,*R,*xp,*Pp,*xa,*bias,dt;
+    int i,j,f,n=nu+nr,ns,ny,nv,sat[MAXSAT],iu[MAXSAT],ir[MAXSAT],niter;
+    int info,vflg[MAXOBS*NFREQ*2+1],svh[MAXOBS*2];
+    int stat=rtk->opt.mode<=PMODE_DGPS?SOLQ_DGPS:SOLQ_FLOAT;
+    int nf=opt->ionoopt==IONOOPT_IFLC?1:opt->nf;
+    
+    trace(3,"relpos  : nx=%d nu=%d nr=%d\n",rtk->nx,nu,nr);
+    
+    dt=timediff(time,obs[nu].time);
+    
+    rs=mat(6,n); dts=mat(2,n); var=mat(1,n); y=mat(nf*2,n); e=mat(3,n);
+    azel=zeros(2,n);
+    
+    for (i=0;i<MAXSAT;i++) {
+        rtk->ssat[i].sys=satsys(i+1,NULL);
+        for (j=0;j<NFREQ;j++) rtk->ssat[i].vsat[j]=rtk->ssat[i].snr[j]=0;
+    }
+    /* satellite positions/clocks */
+    satposs(time,obs,n,nav,opt->sateph,rs,dts,var,svh);
+    
+    /* undifferenced residuals for base station */
+    if (!zdres(1,obs+nu,nr,rs+nu*6,dts+nu*2,svh+nu,nav,rtk->rb,opt,1,
+               y+nu*nf*2,e+nu*3,azel+nu*2)) {
+        errmsg(rtk,"initial base station position error\n");
+        
+        free(rs); free(dts); free(var); free(y); free(e); free(azel);
+        return 0;
+    }
+    /* time-interpolation of residuals (for post-processing) */
+    if (opt->intpref) {
+        dt=intpres(time,obs+nu,nr,nav,rtk,y+nu*nf*2);
+    }
+    /* select common satellites between rover and base-station */
+    if ((ns=selsat(obs,azel,nu,nr,opt,sat,iu,ir))<=0) {
+        errmsg(rtk,"no common satellite\n");
+        
+        free(rs); free(dts); free(var); free(y); free(e); free(azel);
+        return 0;
+    }
+    /* temporal update of states */
+    udstate(rtk,obs,sat,iu,ir,ns,nav);
+    
+    trace(4,"x(0)="); tracemat(4,rtk->x,1,NR(opt),13,4);
+    
+    xp=mat(rtk->nx,1); Pp=zeros(rtk->nx,rtk->nx); xa=mat(rtk->nx,1);
+    matcpy(xp,rtk->x,rtk->nx,1);
+    
+    ny=ns*nf*2+2;
+    v=mat(ny,1); H=zeros(rtk->nx,ny); R=mat(ny,ny); bias=mat(rtk->nx,1);
+    
+    /* add 2 iterations for baseline-constraint moving-base */
+    niter=opt->niter+(opt->mode==PMODE_MOVEB&&opt->baseline[0]>0.0?2:0);
+    
+    for (i=0;i<niter;i++) {
+        /* undifferenced residuals for rover */
+        if (!zdres(0,obs,nu,rs,dts,svh,nav,xp,opt,0,y,e,azel)) {
+            errmsg(rtk,"rover initial position error\n");
+            stat=SOLQ_NONE;
+            break;
+        }
+        /* double-differenced residuals and partial derivatives */
+        if ((nv=ddres(rtk,nav,dt,xp,Pp,sat,y,e,azel,iu,ir,ns,v,H,R,vflg))<1) {
+            errmsg(rtk,"no double-differenced residual\n");
+            stat=SOLQ_NONE;
+            break;
+        }
+        /* kalman filter measurement update */
+        matcpy(Pp,rtk->P,rtk->nx,rtk->nx);
+        if ((info=filter(xp,Pp,H,v,R,rtk->nx,nv))) {
+            errmsg(rtk,"filter error (info=%d)\n",info);
+            stat=SOLQ_NONE;
+            break;
+        }
+        trace(4,"x(%d)=",i+1); tracemat(4,xp,1,NR(opt),13,4);
+    }
+    if (stat!=SOLQ_NONE&&zdres(0,obs,nu,rs,dts,svh,nav,xp,opt,0,y,e,azel)) {
+        
+        /* post-fit residuals for float solution */
+        nv=ddres(rtk,nav,dt,xp,Pp,sat,y,e,azel,iu,ir,ns,v,NULL,R,vflg);
+        
+        /* validation of float solution */
+        if (valpos(rtk,v,R,vflg,nv,4.0)) {
+            
+            /* update state and covariance matrix */
+            matcpy(rtk->x,xp,rtk->nx,1);
+            matcpy(rtk->P,Pp,rtk->nx,rtk->nx);
+            
+            /* update ambiguity control struct */
+            rtk->sol.ns=0;
+            for (i=0;i<ns;i++) for (f=0;f<nf;f++) {
+                if (!rtk->ssat[sat[i]-1].vsat[f]) continue;
+                rtk->ssat[sat[i]-1].lock[f]++;
+                rtk->ssat[sat[i]-1].outc[f]=0;
+                if (f==0) rtk->sol.ns++; /* valid satellite count by L1 */
+            }
+            /* lack of valid satellites */
+            if (rtk->sol.ns<4) stat=SOLQ_NONE;
+        }
+        else stat=SOLQ_NONE;
+    }
+    /* resolve integer ambiguity by WL-NL */
+    if (stat!=SOLQ_NONE&&rtk->opt.modear==ARMODE_WLNL) {
+        
+        if (resamb_WLNL(rtk,obs,sat,iu,ir,ns,nav,azel)) {
+            stat=SOLQ_FIX;
+        }
+    }
+    /* resolve integer ambiguity by TCAR */
+    else if (stat!=SOLQ_NONE&&rtk->opt.modear==ARMODE_TCAR) {
+        
+        if (resamb_TCAR(rtk,obs,sat,iu,ir,ns,nav,azel)) {
+            stat=SOLQ_FIX;
+        }
+    }
+    /* resolve integer ambiguity by LAMBDA */
+    else if (stat!=SOLQ_NONE&&resamb_LAMBDA(rtk,bias,xa)>1) {
+        
+        if (zdres(0,obs,nu,rs,dts,svh,nav,xa,opt,0,y,e,azel)) {
+            
+            /* post-fit reisiduals for fixed solution */
+            nv=ddres(rtk,nav,dt,xa,NULL,sat,y,e,azel,iu,ir,ns,v,NULL,R,vflg);
+            
+            /* validation of fixed solution */
+            if (valpos(rtk,v,R,vflg,nv,4.0)) {
+                
+                /* hold integer ambiguity */
+                if (++rtk->nfix>=rtk->opt.minfix&&
+                    rtk->opt.modear==ARMODE_FIXHOLD) {
+                    holdamb(rtk,xa);
+                }
+                stat=SOLQ_FIX;
+            }
+        }
+    }
+    /* save solution status */
+    if (stat==SOLQ_FIX) {
+        for (i=0;i<3;i++) {
+            rtk->sol.rr[i]=rtk->xa[i];
+            rtk->sol.qr[i]=(float)rtk->Pa[i+i*rtk->na];
+        }
+        rtk->sol.qr[3]=(float)rtk->Pa[1];
+        rtk->sol.qr[4]=(float)rtk->Pa[1+2*rtk->na];
+        rtk->sol.qr[5]=(float)rtk->Pa[2];
+    }
+    else {
+        for (i=0;i<3;i++) {
+            rtk->sol.rr[i]=rtk->x[i];
+            rtk->sol.qr[i]=(float)rtk->P[i+i*rtk->nx];
+        }
+        rtk->sol.qr[3]=(float)rtk->P[1];
+        rtk->sol.qr[4]=(float)rtk->P[1+2*rtk->nx];
+        rtk->sol.qr[5]=(float)rtk->P[2];
+        rtk->nfix=0;
+    }
+    for (i=0;i<n;i++) for (j=0;j<nf;j++) {
+        if (obs[i].L[j]==0.0) continue;
+        rtk->ssat[obs[i].sat-1].pt[obs[i].rcv-1][j]=obs[i].time;
+        rtk->ssat[obs[i].sat-1].ph[obs[i].rcv-1][j]=obs[i].L[j];
+    }
+    for (i=0;i<ns;i++) for (j=0;j<nf;j++) {
+        
+        /* output snr of rover receiver */
+        rtk->ssat[sat[i]-1].snr[j]=obs[iu[i]].SNR[j];
+    }
+    for (i=0;i<MAXSAT;i++) for (j=0;j<nf;j++) {
+        if (rtk->ssat[i].fix[j]==2&&stat!=SOLQ_FIX) rtk->ssat[i].fix[j]=1;
+        if (rtk->ssat[i].slip[j]&1) rtk->ssat[i].slipc[j]++;
+    }
+    free(rs); free(dts); free(var); free(y); free(e); free(azel);
+    free(xp); free(Pp);  free(xa);  free(v); free(H); free(R); free(bias);
+    
+    if (stat!=SOLQ_NONE) rtk->sol.stat=stat;
+    
+    return stat!=SOLQ_NONE;
+}
+/* initialize rtk control ------------------------------------------------------
+* initialize rtk control struct
+* args   : rtk_t    *rtk    IO  rtk control/result struct
+*          prcopt_t *opt    I   positioning options (see rtklib.h)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtkinit(rtk_t *rtk, const prcopt_t *opt)
+{
+    sol_t sol0={{0}};
+    ambc_t ambc0={{{0}}};
+    ssat_t ssat0={0};
+    int i;
+    
+    trace(3,"rtkinit :\n");
+    
+    rtk->sol=sol0;
+    for (i=0;i<6;i++) rtk->rb[i]=0.0;
+    rtk->nx=opt->mode<=PMODE_FIXED?NX(opt):pppnx(opt);
+    rtk->na=opt->mode<=PMODE_FIXED?NR(opt):pppnx(opt);
+    rtk->tt=0.0;
+    rtk->x=zeros(rtk->nx,1);
+    rtk->P=zeros(rtk->nx,rtk->nx);
+    rtk->xa=zeros(rtk->na,1);
+    rtk->Pa=zeros(rtk->na,rtk->na);
+    rtk->nfix=rtk->neb=0;
+    for (i=0;i<MAXSAT;i++) {
+        rtk->ambc[i]=ambc0;
+        rtk->ssat[i]=ssat0;
+    }
+    for (i=0;i<MAXERRMSG;i++) rtk->errbuf[i]=0;
+    rtk->opt=*opt;
+}
+/* free rtk control ------------------------------------------------------------
+* free memory for rtk control struct
+* args   : rtk_t    *rtk    IO  rtk control/result struct
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtkfree(rtk_t *rtk)
+{
+    trace(3,"rtkfree :\n");
+    
+    rtk->nx=rtk->na=0;
+    free(rtk->x ); rtk->x =NULL;
+    free(rtk->P ); rtk->P =NULL;
+    free(rtk->xa); rtk->xa=NULL;
+    free(rtk->Pa); rtk->Pa=NULL;
+}
+/* precise positioning ---------------------------------------------------------
+* input observation data and navigation message, compute rover position by 
+* precise positioning
+* args   : rtk_t *rtk       IO  rtk control/result struct
+*            rtk->sol       IO  solution
+*                .time      O   solution time
+*                .rr[]      IO  rover position/velocity
+*                               (I:fixed mode,O:single mode)
+*                .dtr[0]    O   receiver clock bias (s)
+*                .dtr[1]    O   receiver glonass-gps time offset (s)
+*                .Qr[]      O   rover position covarinace
+*                .stat      O   solution status (SOLQ_???)
+*                .ns        O   number of valid satellites
+*                .age       O   age of differential (s)
+*                .ratio     O   ratio factor for ambiguity validation
+*            rtk->rb[]      IO  base station position/velocity
+*                               (I:relative mode,O:moving-base mode)
+*            rtk->nx        I   number of all states
+*            rtk->na        I   number of integer states
+*            rtk->ns        O   number of valid satellite
+*            rtk->tt        O   time difference between current and previous (s)
+*            rtk->x[]       IO  float states pre-filter and post-filter
+*            rtk->P[]       IO  float covariance pre-filter and post-filter
+*            rtk->xa[]      O   fixed states after AR
+*            rtk->Pa[]      O   fixed covariance after AR
+*            rtk->ssat[s]   IO  sat(s+1) status
+*                .sys       O   system (SYS_???)
+*                .az   [r]  O   azimuth angle   (rad) (r=0:rover,1:base)
+*                .el   [r]  O   elevation angle (rad) (r=0:rover,1:base)
+*                .vs   [r]  O   data valid single     (r=0:rover,1:base)
+*                .resp [f]  O   freq(f+1) pseudorange residual (m)
+*                .resc [f]  O   freq(f+1) carrier-phase residual (m)
+*                .vsat [f]  O   freq(f+1) data vaild (0:invalid,1:valid)
+*                .fix  [f]  O   freq(f+1) ambiguity flag
+*                               (0:nodata,1:float,2:fix,3:hold)
+*                .slip [f]  O   freq(f+1) slip flag
+*                               (bit8-7:rcv1 LLI, bit6-5:rcv2 LLI,
+*                                bit2:parity unknown, bit1:slip)
+*                .lock [f]  IO  freq(f+1) carrier lock count
+*                .outc [f]  IO  freq(f+1) carrier outage count
+*                .slipc[f]  IO  freq(f+1) cycle slip count
+*                .rejc [f]  IO  freq(f+1) data reject count
+*                .gf        IO  geometry-free phase (L1-L2) (m)
+*                .gf2       IO  geometry-free phase (L1-L5) (m)
+*            rtk->nfix      IO  number of continuous fixes of ambiguity
+*            rtk->neb       IO  bytes of error message buffer
+*            rtk->errbuf    IO  error message buffer
+*            rtk->tstr      O   time string for debug
+*            rtk->opt       I   processing options
+*          obsd_t *obs      I   observation data for an epoch
+*                               obs[i].rcv=1:rover,2:reference
+*                               sorted by receiver and satellte
+*          int    n         I   number of observation data
+*          nav_t  *nav      I   navigation messages
+* return : status (0:no solution,1:valid solution)
+* notes  : before calling function, base station position rtk->sol.rb[] should
+*          be properly set for relative mode except for moving-baseline
+*-----------------------------------------------------------------------------*/
+extern int rtkpos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
+{
+    prcopt_t *opt=&rtk->opt;
+    sol_t solb={{0}};
+    gtime_t time;
+    int i,nu,nr;
+    char msg[128]="";
+    
+    trace(3,"rtkpos  : time=%s n=%d\n",time_str(obs[0].time,3),n);
+    trace(4,"obs=\n"); traceobs(4,obs,n);
+    /*trace(5,"nav=\n"); tracenav(5,nav);*/
+    
+    /* set base staion position */
+    if (opt->refpos<=3&&opt->mode!=PMODE_SINGLE&&opt->mode!=PMODE_MOVEB) {
+        for (i=0;i<6;i++) rtk->rb[i]=i<3?opt->rb[i]:0.0;
+    }
+    /* count rover/base station observations */
+    for (nu=0;nu   <n&&obs[nu   ].rcv==1;nu++) ;
+    for (nr=0;nu+nr<n&&obs[nu+nr].rcv==2;nr++) ;
+    
+    time=rtk->sol.time; /* previous epoch */
+    
+    /* rover position by single point positioning */
+    if (!pntpos(obs,nu,nav,&rtk->opt,&rtk->sol,NULL,rtk->ssat,msg)) {
+        errmsg(rtk,"point pos error (%s)\n",msg);
+        
+        if (!rtk->opt.dynamics) {
+            outsolstat(rtk);
+            return 0;
+        }
+    }
+    if (time.time!=0) rtk->tt=timediff(rtk->sol.time,time);
+    
+    /* single point positioning */
+    if (opt->mode==PMODE_SINGLE) {
+        outsolstat(rtk);
+        return 1;
+    }
+    /* precise point positioning */
+    if (opt->mode>=PMODE_PPP_KINEMA) {
+        pppos(rtk,obs,nu,nav);
+        outsolstat(rtk);
+        return 1;
+    }
+    /* check number of data of base station and age of differential */
+    if (nr==0) {
+        errmsg(rtk,"no base station observation data for rtk\n");
+        outsolstat(rtk);
+        return 1;
+    }
+    if (opt->mode==PMODE_MOVEB) { /*  moving baseline */
+        
+        /* estimate position/velocity of base station */
+        if (!pntpos(obs+nu,nr,nav,&rtk->opt,&solb,NULL,NULL,msg)) {
+            errmsg(rtk,"base station position error (%s)\n",msg);
+            return 0;
+        }
+        rtk->sol.age=(float)timediff(rtk->sol.time,solb.time);
+        
+        if (fabs(rtk->sol.age)>TTOL_MOVEB) {
+            errmsg(rtk,"time sync error for moving-base (age=%.1f)\n",rtk->sol.age);
+            return 0;
+        }
+        for (i=0;i<6;i++) rtk->rb[i]=solb.rr[i];
+        
+        /* time-synchronized position of base station */
+        for (i=0;i<3;i++) rtk->rb[i]+=rtk->rb[i+3]*rtk->sol.age;
+    }
+    else {
+        rtk->sol.age=(float)timediff(obs[0].time,obs[nu].time);
+        
+        if (fabs(rtk->sol.age)>opt->maxtdiff) {
+            errmsg(rtk,"age of differential error (age=%.1f)\n",rtk->sol.age);
+            outsolstat(rtk);
+            return 1;
+        }
+    }
+    /* relative potitioning */
+    relpos(rtk,obs,nu,nr,nav);
+    outsolstat(rtk);
+    
+    return 1;
+}
diff --git a/src/rtksvr.c b/src/rtksvr.c
new file mode 100644
index 0000000..644a56a
--- /dev/null
+++ b/src/rtksvr.c
@@ -0,0 +1,922 @@
+/*------------------------------------------------------------------------------
+* rtksvr.c : rtk server functions
+*
+*          Copyright (C) 2007-2013 by T.TAKASU, All rights reserved.
+*
+* options : -DWIN32    use WIN32 API
+*
+* version : $Revision:$ $Date:$
+* history : 2009/01/07  1.0  new
+*           2009/06/02  1.1  support glonass
+*           2010/07/25  1.2  support correction input/log stream
+*                            supoort online change of output/log streams
+*                            supoort monitor stream
+*                            added api:
+*                                rtksvropenstr(),rtksvrclosestr()
+*                            changed api:
+*                                rtksvrstart()
+*           2010/08/25  1.3  fix problem of ephemeris time inversion (2.4.0_p6)
+*           2010/09/08  1.4  fix problem of ephemeris and ssr squence upset
+*                            (2.4.0_p8)
+*           2011/01/10  1.5  change api: rtksvrstart(),rtksvrostat()
+*           2011/06/21  1.6  fix ephemeris handover problem
+*           2012/05/14  1.7  fix bugs
+*           2013/03/28  1.8  fix problem on lack of glonass freq number in raw
+*                            fix problem on ephemeris with inverted toe
+*                            add api rtksvrfree()
+*           2014/06/28  1.9  fix probram on ephemeris update of beidou
+*           2015/04/29  1.10 fix probram on ssr orbit/clock inconsistency
+*           2015/07/31  1.11 add phase bias (fcb) correction
+*           2015/12/05  1.12 support opt->pppopt=-DIS_FCB
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+/* write solution header to output stream ------------------------------------*/
+static void writesolhead(stream_t *stream, const solopt_t *solopt)
+{
+    unsigned char buff[1024];
+    int n;
+    
+    n=outsolheads(buff,solopt);
+    strwrite(stream,buff,n);
+}
+/* save output buffer --------------------------------------------------------*/
+static void saveoutbuf(rtksvr_t *svr, unsigned char *buff, int n, int index)
+{
+    rtksvrlock(svr);
+    
+    n=n<svr->buffsize-svr->nsb[index]?n:svr->buffsize-svr->nsb[index];
+    memcpy(svr->sbuf[index]+svr->nsb[index],buff,n);
+    svr->nsb[index]+=n;
+    
+    rtksvrunlock(svr);
+}
+/* write solution to output stream -------------------------------------------*/
+static void writesol(rtksvr_t *svr, int index)
+{
+    solopt_t solopt=solopt_default;
+    unsigned char buff[MAXSOLMSG+1];
+    int i,n;
+    
+    tracet(4,"writesol: index=%d\n",index);
+    
+    for (i=0;i<2;i++) {
+        
+        if (svr->solopt[i].posf==SOLF_STAT) {
+            
+            /* output solution status */
+            rtksvrlock(svr);
+            n=rtkoutstat(&svr->rtk,(char *)buff);
+            rtksvrunlock(svr);
+        }
+        else {
+            /* output solution */
+            n=outsols(buff,&svr->rtk.sol,svr->rtk.rb,svr->solopt+i);
+        }
+        strwrite(svr->stream+i+3,buff,n);
+        
+        /* save output buffer */
+        saveoutbuf(svr,buff,n,i);
+        
+        /* output extended solution */
+        n=outsolexs(buff,&svr->rtk.sol,svr->rtk.ssat,svr->solopt+i);
+        strwrite(svr->stream+i+3,buff,n);
+        
+        /* save output buffer */
+        saveoutbuf(svr,buff,n,i);
+    }
+    /* output solution to monitor port */
+    if (svr->moni) {
+        n=outsols(buff,&svr->rtk.sol,svr->rtk.rb,&solopt);
+        strwrite(svr->moni,buff,n);
+    }
+    /* save solution buffer */
+    if (svr->nsol<MAXSOLBUF) {
+        rtksvrlock(svr);
+        svr->solbuf[svr->nsol++]=svr->rtk.sol;
+        rtksvrunlock(svr);
+    }
+}
+/* update navigation data ----------------------------------------------------*/
+static void updatenav(nav_t *nav)
+{
+    int i,j;
+    for (i=0;i<MAXSAT;i++) for (j=0;j<NFREQ;j++) {
+        nav->lam[i][j]=satwavelen(i+1,j,nav);
+    }
+}
+/* update glonass frequency channel number in raw data struct ----------------*/
+static void updatefcn(rtksvr_t *svr)
+{
+    int i,j,sat,frq;
+    
+    for (i=0;i<MAXPRNGLO;i++) {
+        sat=satno(SYS_GLO,i+1);
+        
+        for (j=0,frq=-999;j<3;j++) {
+            if (svr->raw[j].nav.geph[i].sat!=sat) continue;
+            frq=svr->raw[j].nav.geph[i].frq;
+        }
+        if (frq<-7||frq>6) continue;
+        
+        for (j=0;j<3;j++) {
+            if (svr->raw[j].nav.geph[i].sat==sat) continue;
+            svr->raw[j].nav.geph[i].sat=sat;
+            svr->raw[j].nav.geph[i].frq=frq;
+        }
+    }
+}
+/* update rtk server struct --------------------------------------------------*/
+static void updatesvr(rtksvr_t *svr, int ret, obs_t *obs, nav_t *nav, int sat,
+                      sbsmsg_t *sbsmsg, int index, int iobs)
+{
+    eph_t *eph1,*eph2,*eph3;
+    geph_t *geph1,*geph2,*geph3;
+    gtime_t tof;
+    double pos[3],del[3]={0},dr[3];
+    int i,n=0,prn,sbssat=svr->rtk.opt.sbassatsel,sys,iode;
+    
+    tracet(4,"updatesvr: ret=%d sat=%2d index=%d\n",ret,sat,index);
+    
+    if (ret==1) { /* observation data */
+        if (iobs<MAXOBSBUF) {
+            for (i=0;i<obs->n;i++) {
+                if (svr->rtk.opt.exsats[obs->data[i].sat-1]==1||
+                    !(satsys(obs->data[i].sat,NULL)&svr->rtk.opt.navsys)) continue;
+                svr->obs[index][iobs].data[n]=obs->data[i];
+                svr->obs[index][iobs].data[n++].rcv=index+1;
+            }
+            svr->obs[index][iobs].n=n;
+            sortobs(&svr->obs[index][iobs]);
+        }
+        svr->nmsg[index][0]++;
+    }
+    else if (ret==2) { /* ephemeris */
+        if (satsys(sat,&prn)!=SYS_GLO) {
+            if (!svr->navsel||svr->navsel==index+1) {
+                eph1=nav->eph+sat-1;
+                eph2=svr->nav.eph+sat-1;
+                eph3=svr->nav.eph+sat-1+MAXSAT;
+                if (eph2->ttr.time==0||
+                    (eph1->iode!=eph3->iode&&eph1->iode!=eph2->iode)||
+                    (timediff(eph1->toe,eph3->toe)!=0.0&&
+                     timediff(eph1->toe,eph2->toe)!=0.0)) {
+                    *eph3=*eph2;
+                    *eph2=*eph1;
+                    updatenav(&svr->nav);
+                }
+            }
+            svr->nmsg[index][1]++;
+        }
+        else {
+           if (!svr->navsel||svr->navsel==index+1) {
+               geph1=nav->geph+prn-1;
+               geph2=svr->nav.geph+prn-1;
+               geph3=svr->nav.geph+prn-1+MAXPRNGLO;
+               if (geph2->tof.time==0||
+                   (geph1->iode!=geph3->iode&&geph1->iode!=geph2->iode)) {
+                   *geph3=*geph2;
+                   *geph2=*geph1;
+                   updatenav(&svr->nav);
+                   updatefcn(svr);
+               }
+           }
+           svr->nmsg[index][6]++;
+        }
+    }
+    else if (ret==3) { /* sbas message */
+        if (sbsmsg&&(sbssat==sbsmsg->prn||sbssat==0)) {
+            if (svr->nsbs<MAXSBSMSG) {
+                svr->sbsmsg[svr->nsbs++]=*sbsmsg;
+            }
+            else {
+                for (i=0;i<MAXSBSMSG-1;i++) svr->sbsmsg[i]=svr->sbsmsg[i+1];
+                svr->sbsmsg[i]=*sbsmsg;
+            }
+            sbsupdatecorr(sbsmsg,&svr->nav);
+        }
+        svr->nmsg[index][3]++;
+    }
+    else if (ret==9) { /* ion/utc parameters */
+        if (svr->navsel==index||svr->navsel>=3) {
+            for (i=0;i<8;i++) svr->nav.ion_gps[i]=nav->ion_gps[i];
+            for (i=0;i<4;i++) svr->nav.utc_gps[i]=nav->utc_gps[i];
+            for (i=0;i<4;i++) svr->nav.ion_gal[i]=nav->ion_gal[i];
+            for (i=0;i<4;i++) svr->nav.utc_gal[i]=nav->utc_gal[i];
+            for (i=0;i<8;i++) svr->nav.ion_qzs[i]=nav->ion_qzs[i];
+            for (i=0;i<4;i++) svr->nav.utc_qzs[i]=nav->utc_qzs[i];
+            svr->nav.leaps=nav->leaps;
+        }
+        svr->nmsg[index][2]++;
+    }
+    else if (ret==5) { /* antenna postion parameters */
+        if (svr->rtk.opt.refpos==4&&index==1) {
+            for (i=0;i<3;i++) {
+                svr->rtk.rb[i]=svr->rtcm[1].sta.pos[i];
+            }
+            /* antenna delta */
+            ecef2pos(svr->rtk.rb,pos);
+            if (svr->rtcm[1].sta.deltype) { /* xyz */
+                del[2]=svr->rtcm[1].sta.hgt;
+                enu2ecef(pos,del,dr);
+                for (i=0;i<3;i++) {
+                    svr->rtk.rb[i]+=svr->rtcm[1].sta.del[i]+dr[i];
+                }
+            }
+            else { /* enu */
+                enu2ecef(pos,svr->rtcm[1].sta.del,dr);
+                for (i=0;i<3;i++) {
+                    svr->rtk.rb[i]+=dr[i];
+                }
+            }
+        }
+        svr->nmsg[index][4]++;
+    }
+    else if (ret==7) { /* dgps correction */
+        svr->nmsg[index][5]++;
+    }
+    else if (ret==10) { /* ssr message */
+        for (i=0;i<MAXSAT;i++) {
+            if (!svr->rtcm[index].ssr[i].update) continue;
+            
+            /* check consistency between iods of orbit and clock */
+            if (svr->rtcm[index].ssr[i].iod[0]!=
+                svr->rtcm[index].ssr[i].iod[1]) continue;
+            
+            svr->rtcm[index].ssr[i].update=0;
+            
+            iode=svr->rtcm[index].ssr[i].iode;
+            sys=satsys(i+1,&prn);
+            
+            /* check corresponding ephemeris exists */
+            if (sys==SYS_GPS||sys==SYS_GAL||sys==SYS_QZS) {
+                if (svr->nav.eph[i       ].iode!=iode&&
+                    svr->nav.eph[i+MAXSAT].iode!=iode) {
+                    continue;
+                }
+            }
+            else if (sys==SYS_GLO) {
+                if (svr->nav.geph[prn-1          ].iode!=iode&&
+                    svr->nav.geph[prn-1+MAXPRNGLO].iode!=iode) {
+                    continue;
+                }
+            }
+            svr->nav.ssr[i]=svr->rtcm[index].ssr[i];
+        }
+        svr->nmsg[index][7]++;
+    }
+    else if (ret==31) { /* lex message */
+        lexupdatecorr(&svr->raw[index].lexmsg,&svr->nav,&tof);
+        svr->nmsg[index][8]++;
+    }
+    else if (ret==-1) { /* error */
+        svr->nmsg[index][9]++;
+    }
+}
+/* decode receiver raw/rtcm data ---------------------------------------------*/
+static int decoderaw(rtksvr_t *svr, int index)
+{
+    obs_t *obs;
+    nav_t *nav;
+    sbsmsg_t *sbsmsg=NULL;
+    int i,ret,sat,fobs=0;
+    
+    tracet(4,"decoderaw: index=%d\n",index);
+    
+    rtksvrlock(svr);
+    
+    for (i=0;i<svr->nb[index];i++) {
+        
+        /* input rtcm/receiver raw data from stream */
+        if (svr->format[index]==STRFMT_RTCM2) {
+            ret=input_rtcm2(svr->rtcm+index,svr->buff[index][i]);
+            obs=&svr->rtcm[index].obs;
+            nav=&svr->rtcm[index].nav;
+            sat=svr->rtcm[index].ephsat;
+        }
+        else if (svr->format[index]==STRFMT_RTCM3) {
+            ret=input_rtcm3(svr->rtcm+index,svr->buff[index][i]);
+            obs=&svr->rtcm[index].obs;
+            nav=&svr->rtcm[index].nav;
+            sat=svr->rtcm[index].ephsat;
+        }
+        else {
+            ret=input_raw(svr->raw+index,svr->format[index],svr->buff[index][i]);
+            obs=&svr->raw[index].obs;
+            nav=&svr->raw[index].nav;
+            sat=svr->raw[index].ephsat;
+            sbsmsg=&svr->raw[index].sbsmsg;
+        }
+#if 0 /* record for receiving tick */
+        if (ret==1) {
+            trace(0,"%d %10d T=%s NS=%2d\n",index,tickget(),
+                  time_str(obs->data[0].time,0),obs->n);
+        }
+#endif
+        /* update rtk server */
+        if (ret>0) updatesvr(svr,ret,obs,nav,sat,sbsmsg,index,fobs);
+        
+        /* observation data received */
+        if (ret==1) {
+            if (fobs<MAXOBSBUF) fobs++; else svr->prcout++;
+        }
+    }
+    svr->nb[index]=0;
+    
+    rtksvrunlock(svr);
+    
+    return fobs;
+}
+/* decode download file ------------------------------------------------------*/
+static void decodefile(rtksvr_t *svr, int index)
+{
+    nav_t nav={0};
+    char file[1024];
+    int nb;
+    
+    tracet(4,"decodefile: index=%d\n",index);
+    
+    rtksvrlock(svr);
+    
+    /* check file path completed */
+    if ((nb=svr->nb[index])<=2||
+        svr->buff[index][nb-2]!='\r'||svr->buff[index][nb-1]!='\n') {
+        rtksvrunlock(svr);
+        return;
+    }
+    strncpy(file,(char *)svr->buff[index],nb-2); file[nb-2]='\0';
+    svr->nb[index]=0;
+    
+    rtksvrunlock(svr);
+    
+    if (svr->format[index]==STRFMT_SP3) { /* precise ephemeris */
+        
+        /* read sp3 precise ephemeris */
+        readsp3(file,&nav,0);
+        if (nav.ne<=0) {
+            tracet(1,"sp3 file read error: %s\n",file);
+            return;
+        }
+        /* update precise ephemeris */
+        rtksvrlock(svr);
+        
+        if (svr->nav.peph) free(svr->nav.peph);
+        svr->nav.ne=svr->nav.nemax=nav.ne;
+        svr->nav.peph=nav.peph;
+        svr->ftime[index]=utc2gpst(timeget());
+        strcpy(svr->files[index],file);
+        
+        rtksvrunlock(svr);
+    }
+    else if (svr->format[index]==STRFMT_RNXCLK) { /* precise clock */
+        
+        /* read rinex clock */
+        if (readrnxc(file,&nav)<=0) {
+            tracet(1,"rinex clock file read error: %s\n",file);
+            return;
+        }
+        /* update precise clock */
+        rtksvrlock(svr);
+        
+        if (svr->nav.pclk) free(svr->nav.pclk);
+        svr->nav.nc=svr->nav.ncmax=nav.nc;
+        svr->nav.pclk=nav.pclk;
+        svr->ftime[index]=utc2gpst(timeget());
+        strcpy(svr->files[index],file);
+        
+        rtksvrunlock(svr);
+    }
+}
+/* carrier-phase bias (fcb) correction ---------------------------------------*/
+static void corr_phase_bias(obsd_t *obs, int n, const nav_t *nav)
+{
+    double lam;
+    int i,j,code;
+    
+    for (i=0;i<n;i++) for (j=0;j<NFREQ;j++) {
+        
+        if (!(code=obs[i].code[j])) continue;
+        if ((lam=nav->lam[obs[i].sat-1][j])==0.0) continue;
+        
+        /* correct phase bias (cyc) */
+        obs[i].L[j]-=nav->ssr[obs[i].sat-1].pbias[code-1]/lam;
+    }
+}
+/* rtk server thread ---------------------------------------------------------*/
+#ifdef WIN32
+static DWORD WINAPI rtksvrthread(void *arg)
+#else
+static void *rtksvrthread(void *arg)
+#endif
+{
+    rtksvr_t *svr=(rtksvr_t *)arg;
+    obs_t obs;
+    obsd_t data[MAXOBS*2];
+    double tt;
+    unsigned int tick,ticknmea;
+    unsigned char *p,*q;
+    int i,j,n,fobs[3]={0},cycle,cputime;
+    
+    tracet(3,"rtksvrthread:\n");
+    
+    svr->state=1; obs.data=data;
+    svr->tick=tickget();
+    ticknmea=svr->tick-1000;
+    
+    for (cycle=0;svr->state;cycle++) {
+        tick=tickget();
+        
+        for (i=0;i<3;i++) {
+            p=svr->buff[i]+svr->nb[i]; q=svr->buff[i]+svr->buffsize;
+            
+            /* read receiver raw/rtcm data from input stream */
+            if ((n=strread(svr->stream+i,p,q-p))<=0) {
+                continue;
+            }
+            /* write receiver raw/rtcm data to log stream */
+            strwrite(svr->stream+i+5,p,n);
+            svr->nb[i]+=n;
+            
+            /* save peek buffer */
+            rtksvrlock(svr);
+            n=n<svr->buffsize-svr->npb[i]?n:svr->buffsize-svr->npb[i];
+            memcpy(svr->pbuf[i]+svr->npb[i],p,n);
+            svr->npb[i]+=n;
+            rtksvrunlock(svr);
+        }
+        for (i=0;i<3;i++) {
+            if (svr->format[i]==STRFMT_SP3||svr->format[i]==STRFMT_RNXCLK) {
+                /* decode download file */
+                decodefile(svr,i);
+            }
+            else {
+                /* decode receiver raw/rtcm data */
+                fobs[i]=decoderaw(svr,i);
+            }
+        }
+        for (i=0;i<fobs[0];i++) { /* for each rover observation data */
+            obs.n=0;
+            for (j=0;j<svr->obs[0][i].n&&obs.n<MAXOBS*2;j++) {
+                obs.data[obs.n++]=svr->obs[0][i].data[j];
+            }
+            for (j=0;j<svr->obs[1][0].n&&obs.n<MAXOBS*2;j++) {
+                obs.data[obs.n++]=svr->obs[1][0].data[j];
+            }
+            /* carrier phase bias correction */
+            if (!strstr(svr->rtk.opt.pppopt,"-DIS_FCB")) {
+                corr_phase_bias(obs.data,obs.n,&svr->nav);
+            }
+            /* rtk positioning */
+            rtksvrlock(svr);
+            rtkpos(&svr->rtk,obs.data,obs.n,&svr->nav);
+            rtksvrunlock(svr);
+            
+            if (svr->rtk.sol.stat!=SOLQ_NONE) {
+                
+                /* adjust current time */
+                tt=(int)(tickget()-tick)/1000.0+DTTOL;
+                timeset(gpst2utc(timeadd(svr->rtk.sol.time,tt)));
+                
+                /* write solution */
+                writesol(svr,i);
+            }
+            /* if cpu overload, inclement obs outage counter and break */
+            if ((int)(tickget()-tick)>=svr->cycle) {
+                svr->prcout+=fobs[0]-i-1;
+#if 0 /* omitted v.2.4.1 */
+                break;
+#endif
+            }
+        }
+        /* send null solution if no solution (1hz) */
+        if (svr->rtk.sol.stat==SOLQ_NONE&&cycle%(1000/svr->cycle)==0) {
+            writesol(svr,0);
+        }
+        /* send nmea request to base/nrtk input stream */
+        if (svr->nmeacycle>0&&(int)(tick-ticknmea)>=svr->nmeacycle) {
+            if (svr->stream[1].state==1) {
+                if (svr->nmeareq==1) {
+                    strsendnmea(svr->stream+1,svr->nmeapos);
+                }
+                else if (svr->nmeareq==2&&norm(svr->rtk.sol.rr,3)>0.0) {
+                    strsendnmea(svr->stream+1,svr->rtk.sol.rr);
+                }
+            }
+            ticknmea=tick;
+        }
+        if ((cputime=(int)(tickget()-tick))>0) svr->cputime=cputime;
+        
+        /* sleep until next cycle */
+        sleepms(svr->cycle-cputime);
+    }
+    for (i=0;i<MAXSTRRTK;i++) strclose(svr->stream+i);
+    for (i=0;i<3;i++) {
+        svr->nb[i]=svr->npb[i]=0;
+        free(svr->buff[i]); svr->buff[i]=NULL;
+        free(svr->pbuf[i]); svr->pbuf[i]=NULL;
+        free_raw (svr->raw +i);
+        free_rtcm(svr->rtcm+i);
+    }
+    for (i=0;i<2;i++) {
+        svr->nsb[i]=0;
+        free(svr->sbuf[i]); svr->sbuf[i]=NULL;
+    }
+    return 0;
+}
+/* initialize rtk server -------------------------------------------------------
+* initialize rtk server
+* args   : rtksvr_t *svr    IO rtk server
+* return : status (0:error,1:ok)
+*-----------------------------------------------------------------------------*/
+extern int rtksvrinit(rtksvr_t *svr)
+{
+    gtime_t time0={0};
+    sol_t  sol0 ={{0}};
+    eph_t  eph0 ={0,-1,-1};
+    geph_t geph0={0,-1};
+    seph_t seph0={0};
+    int i,j;
+    
+    tracet(3,"rtksvrinit:\n");
+    
+    svr->state=svr->cycle=svr->nmeacycle=svr->nmeareq=0;
+    for (i=0;i<3;i++) svr->nmeapos[i]=0.0;
+    svr->buffsize=0;
+    for (i=0;i<3;i++) svr->format[i]=0;
+    for (i=0;i<2;i++) svr->solopt[i]=solopt_default;
+    svr->navsel=svr->nsbs=svr->nsol=0;
+    rtkinit(&svr->rtk,&prcopt_default);
+    for (i=0;i<3;i++) svr->nb[i]=0;
+    for (i=0;i<2;i++) svr->nsb[i]=0;
+    for (i=0;i<3;i++) svr->npb[i]=0;
+    for (i=0;i<3;i++) svr->buff[i]=NULL;
+    for (i=0;i<2;i++) svr->sbuf[i]=NULL;
+    for (i=0;i<3;i++) svr->pbuf[i]=NULL;
+    for (i=0;i<MAXSOLBUF;i++) svr->solbuf[i]=sol0;
+    for (i=0;i<3;i++) for (j=0;j<10;j++) svr->nmsg[i][j]=0;
+    for (i=0;i<3;i++) svr->ftime[i]=time0;
+    for (i=0;i<3;i++) svr->files[i][0]='\0';
+    svr->moni=NULL;
+    svr->tick=0;
+    svr->thread=0;
+    svr->cputime=svr->prcout=0;
+    
+    if (!(svr->nav.eph =(eph_t  *)malloc(sizeof(eph_t )*MAXSAT *2))||
+        !(svr->nav.geph=(geph_t *)malloc(sizeof(geph_t)*NSATGLO*2))||
+        !(svr->nav.seph=(seph_t *)malloc(sizeof(seph_t)*NSATSBS*2))) {
+        tracet(1,"rtksvrinit: malloc error\n");
+        return 0;
+    }
+    for (i=0;i<MAXSAT *2;i++) svr->nav.eph [i]=eph0;
+    for (i=0;i<NSATGLO*2;i++) svr->nav.geph[i]=geph0;
+    for (i=0;i<NSATSBS*2;i++) svr->nav.seph[i]=seph0;
+    svr->nav.n =MAXSAT *2;
+    svr->nav.ng=NSATGLO*2;
+    svr->nav.ns=NSATSBS*2;
+    
+    for (i=0;i<3;i++) for (j=0;j<MAXOBSBUF;j++) {
+        if (!(svr->obs[i][j].data=(obsd_t *)malloc(sizeof(obsd_t)*MAXOBS))) {
+            tracet(1,"rtksvrinit: malloc error\n");
+            return 0;
+        }
+    }
+    for (i=0;i<3;i++) {
+        memset(svr->raw +i,0,sizeof(raw_t ));
+        memset(svr->rtcm+i,0,sizeof(rtcm_t));
+    }
+    for (i=0;i<MAXSTRRTK;i++) strinit(svr->stream+i);
+    
+    initlock(&svr->lock);
+    
+    return 1;
+}
+/* free rtk server -------------------------------------------------------------
+* free rtk server
+* args   : rtksvr_t *svr    IO rtk server
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtksvrfree(rtksvr_t *svr)
+{
+    int i,j;
+    
+    free(svr->nav.eph );
+    free(svr->nav.geph);
+    free(svr->nav.seph);
+    for (i=0;i<3;i++) for (j=0;j<MAXOBSBUF;j++) {
+        free(svr->obs[i][j].data);
+    }
+}
+/* lock/unlock rtk server ------------------------------------------------------
+* lock/unlock rtk server
+* args   : rtksvr_t *svr    IO rtk server
+* return : status (1:ok 0:error)
+*-----------------------------------------------------------------------------*/
+extern void rtksvrlock  (rtksvr_t *svr) {lock  (&svr->lock);}
+extern void rtksvrunlock(rtksvr_t *svr) {unlock(&svr->lock);}
+
+/* start rtk server ------------------------------------------------------------
+* start rtk server thread
+* args   : rtksvr_t *svr    IO rtk server
+*          int     cycle    I  server cycle (ms)
+*          int     buffsize I  input buffer size (bytes)
+*          int     *strs    I  stream types (STR_???)
+*                              types[0]=input stream rover
+*                              types[1]=input stream base station
+*                              types[2]=input stream correction
+*                              types[3]=output stream solution 1
+*                              types[4]=output stream solution 2
+*                              types[5]=log stream rover
+*                              types[6]=log stream base station
+*                              types[7]=log stream correction
+*          char    *paths   I  input stream paths
+*          int     *format  I  input stream formats (STRFMT_???)
+*                              format[0]=input stream rover
+*                              format[1]=input stream base station
+*                              format[2]=input stream correction
+*          int     navsel   I  navigation message select
+*                              (0:rover,1:base,2:ephem,3:all)
+*          char    **cmds   I  input stream start commands
+*                              cmds[0]=input stream rover (NULL: no command)
+*                              cmds[1]=input stream base (NULL: no command)
+*                              cmds[2]=input stream corr (NULL: no command)
+*          char    **rcvopts I receiver options
+*                              rcvopt[0]=receiver option rover
+*                              rcvopt[1]=receiver option base
+*                              rcvopt[2]=receiver option corr
+*          int     nmeacycle I nmea request cycle (ms) (0:no request)
+*          int     nmeareq  I  nmea request type (0:no,1:base pos,2:single sol)
+*          double *nmeapos  I  transmitted nmea position (ecef) (m)
+*          prcopt_t *prcopt I  rtk processing options
+*          solopt_t *solopt I  solution options
+*                              solopt[0]=solution 1 options
+*                              solopt[1]=solution 2 options
+*          stream_t *moni   I  monitor stream (NULL: not used)
+* return : status (1:ok 0:error)
+*-----------------------------------------------------------------------------*/
+extern int rtksvrstart(rtksvr_t *svr, int cycle, int buffsize, int *strs,
+                       char **paths, int *formats, int navsel, char **cmds,
+                       char **rcvopts, int nmeacycle, int nmeareq,
+                       const double *nmeapos, prcopt_t *prcopt,
+                       solopt_t *solopt, stream_t *moni)
+{
+    gtime_t time,time0={0};
+    int i,j,rw;
+    
+    tracet(3,"rtksvrstart: cycle=%d buffsize=%d navsel=%d nmeacycle=%d nmeareq=%d\n",
+           cycle,buffsize,navsel,nmeacycle,nmeareq);
+    
+    if (svr->state) return 0;
+    
+    strinitcom();
+    svr->cycle=cycle>1?cycle:1;
+    svr->nmeacycle=nmeacycle>1000?nmeacycle:1000;
+    svr->nmeareq=nmeareq;
+    for (i=0;i<3;i++) svr->nmeapos[i]=nmeapos[i];
+    svr->buffsize=buffsize>4096?buffsize:4096;
+    for (i=0;i<3;i++) svr->format[i]=formats[i];
+    svr->navsel=navsel;
+    svr->nsbs=0;
+    svr->nsol=0;
+    svr->prcout=0;
+    rtkfree(&svr->rtk);
+    rtkinit(&svr->rtk,prcopt);
+    
+    for (i=0;i<3;i++) { /* input/log streams */
+        svr->nb[i]=svr->npb[i]=0;
+        if (!(svr->buff[i]=(unsigned char *)malloc(buffsize))||
+            !(svr->pbuf[i]=(unsigned char *)malloc(buffsize))) {
+            tracet(1,"rtksvrstart: malloc error\n");
+            return 0;
+        }
+        for (j=0;j<10;j++) svr->nmsg[i][j]=0;
+        for (j=0;j<MAXOBSBUF;j++) svr->obs[i][j].n=0;
+        
+        /* initialize receiver raw and rtcm control */
+        init_raw (svr->raw +i);
+        init_rtcm(svr->rtcm+i);
+        
+        /* set receiver and rtcm option */
+        strcpy(svr->raw [i].opt,rcvopts[i]);
+        strcpy(svr->rtcm[i].opt,rcvopts[i]);
+        
+        /* connect dgps corrections */
+        svr->rtcm[i].dgps=svr->nav.dgps;
+    }
+    for (i=0;i<2;i++) { /* output peek buffer */
+        if (!(svr->sbuf[i]=(unsigned char *)malloc(buffsize))) {
+            tracet(1,"rtksvrstart: malloc error\n");
+            return 0;
+        }
+    }
+    /* set solution options */
+    for (i=0;i<2;i++) {
+        svr->solopt[i]=solopt[i];
+    }
+    /* set base station position */
+    for (i=0;i<6;i++) {
+        svr->rtk.rb[i]=i<3?prcopt->rb[i]:0.0;
+    }
+    /* update navigation data */
+    for (i=0;i<MAXSAT *2;i++) svr->nav.eph [i].ttr=time0;
+    for (i=0;i<NSATGLO*2;i++) svr->nav.geph[i].tof=time0;
+    for (i=0;i<NSATSBS*2;i++) svr->nav.seph[i].tof=time0;
+    updatenav(&svr->nav);
+    
+    /* set monitor stream */
+    svr->moni=moni;
+    
+    /* open input streams */
+    for (i=0;i<8;i++) {
+        rw=i<3?STR_MODE_R:STR_MODE_W;
+        if (strs[i]!=STR_FILE) rw|=STR_MODE_W;
+        if (!stropen(svr->stream+i,strs[i],rw,paths[i])) {
+            for (i--;i>=0;i--) strclose(svr->stream+i);
+            return 0;
+        }
+        /* set initial time for rtcm and raw */
+        if (i<3) {
+            time=utc2gpst(timeget());
+            svr->raw [i].time=strs[i]==STR_FILE?strgettime(svr->stream+i):time;
+            svr->rtcm[i].time=strs[i]==STR_FILE?strgettime(svr->stream+i):time;
+        }
+    }
+    /* sync input streams */
+    strsync(svr->stream,svr->stream+1);
+    strsync(svr->stream,svr->stream+2);
+    
+    /* write start commands to input streams */
+    for (i=0;i<3;i++) {
+        if (cmds[i]) strsendcmd(svr->stream+i,cmds[i]);
+    }
+    /* write solution header to solution streams */
+    for (i=3;i<5;i++) {
+        writesolhead(svr->stream+i,svr->solopt+i-3);
+    }
+    /* create rtk server thread */
+#ifdef WIN32
+    if (!(svr->thread=CreateThread(NULL,0,rtksvrthread,svr,0,NULL))) {
+#else
+    if (pthread_create(&svr->thread,NULL,rtksvrthread,svr)) {
+#endif
+        for (i=0;i<MAXSTRRTK;i++) strclose(svr->stream+i);
+        return 0;
+    }
+    return 1;
+}
+/* stop rtk server -------------------------------------------------------------
+* start rtk server thread
+* args   : rtksvr_t *svr    IO rtk server
+*          char    **cmds   I  input stream stop commands
+*                              cmds[0]=input stream rover (NULL: no command)
+*                              cmds[1]=input stream base  (NULL: no command)
+*                              cmds[2]=input stream ephem (NULL: no command)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtksvrstop(rtksvr_t *svr, char **cmds)
+{
+    int i;
+    
+    tracet(3,"rtksvrstop:\n");
+    
+    /* write stop commands to input streams */
+    rtksvrlock(svr);
+    for (i=0;i<3;i++) {
+        if (cmds[i]) strsendcmd(svr->stream+i,cmds[i]);
+    }
+    rtksvrunlock(svr);
+    
+    /* stop rtk server */
+    svr->state=0;
+    
+    /* free rtk server thread */
+#ifdef WIN32
+    WaitForSingleObject(svr->thread,10000);
+    CloseHandle(svr->thread);
+#else
+    pthread_join(svr->thread,NULL);
+#endif
+}
+/* open output/log stream ------------------------------------------------------
+* open output/log stream
+* args   : rtksvr_t *svr    IO rtk server
+*          int     index    I  output/log stream index
+*                              (3:solution 1,4:solution 2,5:log rover,
+*                               6:log base station,7:log correction)
+*          int     str      I  output/log stream types (STR_???)
+*          char    *path    I  output/log stream path
+*          solopt_t *solopt I  solution options
+* return : status (1:ok 0:error)
+*-----------------------------------------------------------------------------*/
+extern int rtksvropenstr(rtksvr_t *svr, int index, int str, const char *path,
+                         const solopt_t *solopt)
+{
+    tracet(3,"rtksvropenstr: index=%d str=%d path=%s\n",index,str,path);
+    
+    if (index<3||index>7||!svr->state) return 0;
+    
+    rtksvrlock(svr);
+    
+    if (svr->stream[index].state>0) {
+        rtksvrunlock(svr);
+        return 0;
+    }
+    if (!stropen(svr->stream+index,str,STR_MODE_W,path)) {
+        tracet(2,"stream open error: index=%d\n",index);
+        rtksvrunlock(svr);
+        return 0;
+    }
+    if (index<=4) {
+        svr->solopt[index-3]=*solopt;
+        
+        /* write solution header to solution stream */
+        writesolhead(svr->stream+index,svr->solopt+index-3);
+    }
+    rtksvrunlock(svr);
+    return 1;
+}
+/* close output/log stream -----------------------------------------------------
+* close output/log stream
+* args   : rtksvr_t *svr    IO rtk server
+*          int     index    I  output/log stream index
+*                              (3:solution 1,4:solution 2,5:log rover,
+*                               6:log base station,7:log correction)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtksvrclosestr(rtksvr_t *svr, int index)
+{
+    tracet(3,"rtksvrclosestr: index=%d\n",index);
+    
+    if (index<3||index>7||!svr->state) return;
+    
+    rtksvrlock(svr);
+    
+    strclose(svr->stream+index);
+    
+    rtksvrunlock(svr);
+}
+/* get observation data status -------------------------------------------------
+* get current observation data status
+* args   : rtksvr_t *svr    I  rtk server
+*          int     rcv      I  receiver (0:rover,1:base,2:ephem)
+*          gtime_t *time    O  time of observation data
+*          int     *sat     O  satellite prn numbers
+*          double  *az      O  satellite azimuth angles (rad)
+*          double  *el      O  satellite elevation angles (rad)
+*          int     **snr    O  satellite snr for each freq (dBHz)
+*                              snr[i][j] = sat i freq j snr
+*          int     *vsat    O  valid satellite flag
+* return : number of satellites
+*-----------------------------------------------------------------------------*/
+extern int rtksvrostat(rtksvr_t *svr, int rcv, gtime_t *time, int *sat,
+                       double *az, double *el, int **snr, int *vsat)
+{
+    int i,j,ns;
+    
+    tracet(4,"rtksvrostat: rcv=%d\n",rcv);
+    
+    if (!svr->state) return 0;
+    rtksvrlock(svr);
+    ns=svr->obs[rcv][0].n;
+    if (ns>0) {
+        *time=svr->obs[rcv][0].data[0].time;
+    }
+    for (i=0;i<ns;i++) {
+        sat [i]=svr->obs[rcv][0].data[i].sat;
+        az  [i]=svr->rtk.ssat[sat[i]-1].azel[0];
+        el  [i]=svr->rtk.ssat[sat[i]-1].azel[1];
+        for (j=0;j<NFREQ;j++) {
+            snr[i][j]=(int)(svr->obs[rcv][0].data[i].SNR[j]*0.25);
+        }
+        if (svr->rtk.sol.stat==SOLQ_NONE||svr->rtk.sol.stat==SOLQ_SINGLE) {
+            vsat[i]=svr->rtk.ssat[sat[i]-1].vs;
+        }
+        else {
+            vsat[i]=svr->rtk.ssat[sat[i]-1].vsat[0];
+        }
+    }
+    rtksvrunlock(svr);
+    return ns;
+}
+/* get stream status -----------------------------------------------------------
+* get current stream status
+* args   : rtksvr_t *svr    I  rtk server
+*          int     *sstat   O  status of streams
+*          char    *msg     O  status messages
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void rtksvrsstat(rtksvr_t *svr, int *sstat, char *msg)
+{
+    int i;
+    char s[MAXSTRMSG],*p=msg;
+    
+    tracet(4,"rtksvrsstat:\n");
+    
+    rtksvrlock(svr);
+    for (i=0;i<MAXSTRRTK;i++) {
+        sstat[i]=strstat(svr->stream+i,s);
+        if (*s) p+=sprintf(p,"(%d) %s ",i+1,s);
+    }
+    rtksvrunlock(svr);
+}
diff --git a/src/sbas.c b/src/sbas.c
new file mode 100644
index 0000000..c57957d
--- /dev/null
+++ b/src/sbas.c
@@ -0,0 +1,917 @@
+/*------------------------------------------------------------------------------
+* sbas.c : sbas functions
+*
+*          Copyright (C) 2007-2011 by T.TAKASU, All rights reserved.
+*
+* option : -DRRCENA  enable rrc correction
+*          
+* references :
+*     [1] RTCA/DO-229C, Minimum operational performanc standards for global
+*         positioning system/wide area augmentation system airborne equipment,
+*         RTCA inc, November 28, 2001
+*     [2] IS-QZSS v.1.1, Quasi-Zenith Satellite System Navigation Service
+*         Interface Specification for QZSS, Japan Aerospace Exploration Agency,
+*         July 31, 2009
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/10/14 1.0  new
+*           2009/01/24 1.1  modify sbspntpos() api
+*                           improve fast/ion correction update
+*           2009/04/08 1.2  move function crc24q() to rcvlog.c
+*                           support glonass, galileo and qzss
+*           2009/06/08 1.3  modify sbsupdatestat()
+*                           delete sbssatpos()
+*           2009/12/12 1.4  support glonass
+*           2010/01/22 1.5  support ems (egnos message service) format
+*           2010/06/10 1.6  added api:
+*                               sbssatcorr(),sbstropcorr(),sbsioncorr(),
+*                               sbsupdatecorr()
+*                           changed api:
+*                               sbsreadmsgt(),sbsreadmsg()
+*                           deleted api:
+*                               sbspntpos(),sbsupdatestat()
+*           2010/08/16 1.7  not reject udre==14 or give==15 correction message
+*                           (2.4.0_p4)
+*           2011/01/15 1.8  use api ionppp()
+*                           add prn mask of qzss for qzss L1SAIF
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: sbas.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+/* constants -----------------------------------------------------------------*/
+
+#define WEEKOFFSET  1024        /* gps week offset for NovAtel OEM-3 */
+
+/* sbas igp definition -------------------------------------------------------*/
+static const short
+x1[]={-75,-65,-55,-50,-45,-40,-35,-30,-25,-20,-15,-10,- 5,  0,  5, 10, 15, 20,
+       25, 30, 35, 40, 45, 50, 55, 65, 75, 85},
+x2[]={-55,-50,-45,-40,-35,-30,-25,-20,-15,-10, -5,  0,  5, 10, 15, 20, 25, 30,
+       35, 40, 45, 50, 55},
+x3[]={-75,-65,-55,-50,-45,-40,-35,-30,-25,-20,-15,-10,- 5,  0,  5, 10, 15, 20,
+       25, 30, 35, 40, 45, 50, 55, 65, 75},
+x4[]={-85,-75,-65,-55,-50,-45,-40,-35,-30,-25,-20,-15,-10,- 5,  0,  5, 10, 15,
+       20, 25, 30, 35, 40, 45, 50, 55, 65, 75},
+x5[]={-180,-175,-170,-165,-160,-155,-150,-145,-140,-135,-130,-125,-120,-115,
+      -110,-105,-100,- 95,- 90,- 85,- 80,- 75,- 70,- 65,- 60,- 55,- 50,- 45,
+      - 40,- 35,- 30,- 25,- 20,- 15,- 10,-  5,   0,   5,  10,  15,  20,  25,
+        30,  35,  40,  45,  50,  55,  60,  65,  70,  75,  80,  85,  90,  95,
+       100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165,
+       170, 175},
+x6[]={-180,-170,-160,-150,-140,-130,-120,-110,-100,- 90,- 80,- 70,- 60,- 50,
+      - 40,- 30,- 20,- 10,   0,  10,  20,  30,  40,  50,  60,  70,  80,  90,
+       100, 110, 120, 130, 140, 150, 160, 170},
+x7[]={-180,-150,-120,- 90,- 60,- 30,   0,  30,  60,  90, 120, 150},
+x8[]={-170,-140,-110,- 80,- 50,- 20,  10,  40,  70, 100, 130, 160};
+
+const sbsigpband_t igpband1[9][8]={ /* band 0-8 */
+    {{-180,x1,  1, 28},{-175,x2, 29, 51},{-170,x3, 52, 78},{-165,x2, 79,101},
+     {-160,x3,102,128},{-155,x2,129,151},{-150,x3,152,178},{-145,x2,179,201}},
+    {{-140,x4,  1, 28},{-135,x2, 29, 51},{-130,x3, 52, 78},{-125,x2, 79,101},
+     {-120,x3,102,128},{-115,x2,129,151},{-110,x3,152,178},{-105,x2,179,201}},
+    {{-100,x3,  1, 27},{- 95,x2, 28, 50},{- 90,x1, 51, 78},{- 85,x2, 79,101},
+     {- 80,x3,102,128},{- 75,x2,129,151},{- 70,x3,152,178},{- 65,x2,179,201}},
+    {{- 60,x3,  1, 27},{- 55,x2, 28, 50},{- 50,x4, 51, 78},{- 45,x2, 79,101},
+     {- 40,x3,102,128},{- 35,x2,129,151},{- 30,x3,152,178},{- 25,x2,179,201}},
+    {{- 20,x3,  1, 27},{- 15,x2, 28, 50},{- 10,x3, 51, 77},{-  5,x2, 78,100},
+     {   0,x1,101,128},{   5,x2,129,151},{  10,x3,152,178},{  15,x2,179,201}},
+    {{  20,x3,  1, 27},{  25,x2, 28, 50},{  30,x3, 51, 77},{  35,x2, 78,100},
+     {  40,x4,101,128},{  45,x2,129,151},{  50,x3,152,178},{  55,x2,179,201}},
+    {{  60,x3,  1, 27},{  65,x2, 28, 50},{  70,x3, 51, 77},{  75,x2, 78,100},
+     {  80,x3,101,127},{  85,x2,128,150},{  90,x1,151,178},{  95,x2,179,201}},
+    {{ 100,x3,  1, 27},{ 105,x2, 28, 50},{ 110,x3, 51, 77},{ 115,x2, 78,100},
+     { 120,x3,101,127},{ 125,x2,128,150},{ 130,x4,151,178},{ 135,x2,179,201}},
+    {{ 140,x3,  1, 27},{ 145,x2, 28, 50},{ 150,x3, 51, 77},{ 155,x2, 78,100},
+     { 160,x3,101,127},{ 165,x2,128,150},{ 170,x3,151,177},{ 175,x2,178,200}}
+};
+const sbsigpband_t igpband2[2][5]={ /* band 9-10 */
+    {{  60,x5,  1, 72},{  65,x6, 73,108},{  70,x6,109,144},{  75,x6,145,180},
+     {  85,x7,181,192}},
+    {{- 60,x5,  1, 72},{- 65,x6, 73,108},{- 70,x6,109,144},{- 75,x6,145,180},
+     {- 85,x8,181,192}}
+};
+/* extract field from line ---------------------------------------------------*/
+static char *getfield(char *p, int pos)
+{
+    for (pos--;pos>0;pos--,p++) if (!(p=strchr(p,','))) return NULL;
+    return p;
+}
+/* variance of fast correction (udre=UDRE+1) ---------------------------------*/
+static double varfcorr(int udre)
+{
+    const double var[14]={
+        0.052,0.0924,0.1444,0.283,0.4678,0.8315,1.2992,1.8709,2.5465,3.326,
+        5.1968,20.7870,230.9661,2078.695
+    };
+    return 0<udre&&udre<=14?var[udre-1]:0.0;
+}
+/* variance of ionosphere correction (give=GIVEI+1) --------------------------*/
+static double varicorr(int give)
+{
+    const double var[15]={
+        0.0084,0.0333,0.0749,0.1331,0.2079,0.2994,0.4075,0.5322,0.6735,0.8315,
+        1.1974,1.8709,3.326,20.787,187.0826
+    };
+    return 0<give&&give<=15?var[give-1]:0.0;
+}
+/* fast correction degradation -----------------------------------------------*/
+static double degfcorr(int ai)
+{
+    const double degf[16]={
+        0.00000,0.00005,0.00009,0.00012,0.00015,0.00020,0.00030,0.00045,
+        0.00060,0.00090,0.00150,0.00210,0.00270,0.00330,0.00460,0.00580
+    };
+    return 0<ai&&ai<=15?degf[ai]:0.0058;
+}
+/* decode type 1: prn masks --------------------------------------------------*/
+static int decode_sbstype1(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    int i,n,sat;
+    
+    trace(4,"decode_sbstype1:\n");
+    
+    for (i=1,n=0;i<=210&&n<MAXSAT;i++) {
+        if (getbitu(msg->msg,13+i,1)) {
+           if      (i<= 37) sat=satno(SYS_GPS,i);    /*   0- 37: gps */
+           else if (i<= 61) sat=satno(SYS_GLO,i-37); /*  38- 61: glonass */
+           else if (i<=119) sat=0;                   /*  62-119: future gnss */
+           else if (i<=138) sat=satno(SYS_SBS,i);    /* 120-138: geo/waas */
+           else if (i<=182) sat=0;                   /* 139-182: reserved */
+           else if (i<=192) sat=satno(SYS_SBS,i+10); /* 183-192: qzss ref [2] */
+           else if (i<=202) sat=satno(SYS_QZS,i);    /* 193-202: qzss ref [2] */
+           else             sat=0;                   /* 203-   : reserved */
+           sbssat->sat[n++].sat=sat;
+        }
+    }
+    sbssat->iodp=getbitu(msg->msg,224,2);
+    sbssat->nsat=n;
+    
+    trace(5,"decode_sbstype1: nprn=%d iodp=%d\n",n,sbssat->iodp);
+    return 1;
+}
+/* decode type 2-5,0: fast corrections ---------------------------------------*/
+static int decode_sbstype2(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    int i,j,iodf,type,udre;
+    double prc,dt;
+    gtime_t t0;
+    
+    trace(4,"decode_sbstype2:\n");
+    
+    if (sbssat->iodp!=(int)getbitu(msg->msg,16,2)) return 0;
+    
+    type=getbitu(msg->msg, 8,6);
+    iodf=getbitu(msg->msg,14,2);
+    
+    for (i=0;i<13;i++) {
+        if ((j=13*((type==0?2:type)-2)+i)>=sbssat->nsat) break;
+        udre=getbitu(msg->msg,174+4*i,4);
+        t0 =sbssat->sat[j].fcorr.t0;
+        prc=sbssat->sat[j].fcorr.prc;
+        sbssat->sat[j].fcorr.t0=gpst2time(msg->week,msg->tow);
+        sbssat->sat[j].fcorr.prc=getbits(msg->msg,18+i*12,12)*0.125f;
+        sbssat->sat[j].fcorr.udre=udre+1;
+        dt=timediff(sbssat->sat[j].fcorr.t0,t0);
+        if (t0.time==0||dt<=0.0||18.0<dt||sbssat->sat[j].fcorr.ai==0) {
+            sbssat->sat[j].fcorr.rrc=0.0;
+            sbssat->sat[j].fcorr.dt=0.0;
+        }
+        else {
+            sbssat->sat[j].fcorr.rrc=(sbssat->sat[j].fcorr.prc-prc)/dt;
+            sbssat->sat[j].fcorr.dt=dt;
+        }
+        sbssat->sat[j].fcorr.iodf=iodf;
+    }
+    trace(5,"decode_sbstype2: type=%d iodf=%d\n",type,iodf);
+    return 1;
+}
+/* decode type 6: integrity info ---------------------------------------------*/
+static int decode_sbstype6(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    int i,iodf[4],udre;
+    
+    trace(4,"decode_sbstype6:\n");
+    
+    for (i=0;i<4;i++) {
+        iodf[i]=getbitu(msg->msg,14+i*2,2);
+    }
+    for (i=0;i<sbssat->nsat&&i<MAXSAT;i++) {
+        if (i>=52) break;
+        if (sbssat->sat[i].fcorr.iodf!=iodf[i/13]) continue;
+        udre=getbitu(msg->msg,22+i*4,4);
+        sbssat->sat[i].fcorr.udre=udre+1;
+    }
+    trace(5,"decode_sbstype6: iodf=%d %d %d %d\n",iodf[0],iodf[1],iodf[2],iodf[3]);
+    return 1;
+}
+/* decode type 7: fast correction degradation factor -------------------------*/
+static int decode_sbstype7(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    int i;
+    
+    trace(4,"decode_sbstype7\n");
+    
+    if (sbssat->iodp!=(int)getbitu(msg->msg,18,2)) return 0;
+    
+    sbssat->tlat=getbitu(msg->msg,14,4);
+    
+    for (i=0;i<sbssat->nsat&&i<MAXSAT;i++) {
+        sbssat->sat[i].fcorr.ai=getbitu(msg->msg,22+i*4,4);
+    }
+    return 1;
+}
+/* decode type 9: geo navigation message -------------------------------------*/
+static int decode_sbstype9(const sbsmsg_t *msg, nav_t *nav)
+{
+    seph_t seph={0};
+    int i,sat,t;
+    
+    trace(4,"decode_sbstype9:\n");
+    
+    if (!(sat=satno(SYS_SBS,msg->prn))) {
+        trace(2,"invalid prn in sbas type 9: prn=%3d\n",msg->prn);
+        return 0;
+    }
+    t=(int)getbitu(msg->msg,22,13)*16-(int)msg->tow%86400;
+    if      (t<=-43200) t+=86400;
+    else if (t>  43200) t-=86400;
+    seph.sat=sat;
+    seph.t0 =gpst2time(msg->week,msg->tow+t);
+    seph.tof=gpst2time(msg->week,msg->tow);
+    seph.sva=getbitu(msg->msg,35,4);
+    seph.svh=seph.sva==15?1:0; /* unhealthy if ura==15 */
+    
+    seph.pos[0]=getbits(msg->msg, 39,30)*0.08;
+    seph.pos[1]=getbits(msg->msg, 69,30)*0.08;
+    seph.pos[2]=getbits(msg->msg, 99,25)*0.4;
+    seph.vel[0]=getbits(msg->msg,124,17)*0.000625;
+    seph.vel[1]=getbits(msg->msg,141,17)*0.000625;
+    seph.vel[2]=getbits(msg->msg,158,18)*0.004;
+    seph.acc[0]=getbits(msg->msg,176,10)*0.0000125;
+    seph.acc[1]=getbits(msg->msg,186,10)*0.0000125;
+    seph.acc[2]=getbits(msg->msg,196,10)*0.0000625;
+    
+    seph.af0=getbits(msg->msg,206,12)*P2_31;
+    seph.af1=getbits(msg->msg,218, 8)*P2_39/2.0;
+    
+    i=msg->prn-MINPRNSBS;
+    if (!nav->seph||fabs(timediff(nav->seph[i].t0,seph.t0))<1E-3) { /* not change */
+        return 0;
+    }
+    nav->seph[NSATSBS+i]=nav->seph[i]; /* previous */
+    nav->seph[i]=seph;                 /* current */
+    
+    trace(5,"decode_sbstype9: prn=%d\n",msg->prn);
+    return 1;
+}
+/* decode type 18: ionospheric grid point masks ------------------------------*/
+static int decode_sbstype18(const sbsmsg_t *msg, sbsion_t *sbsion)
+{
+    const sbsigpband_t *p;
+    int i,j,n,m,band=getbitu(msg->msg,18,4);
+    
+    trace(4,"decode_sbstype18:\n");
+    
+    if      (0<=band&&band<= 8) {p=igpband1[band  ]; m=8;}
+    else if (9<=band&&band<=10) {p=igpband2[band-9]; m=5;}
+    else return 0;
+    
+    sbsion[band].iodi=(short)getbitu(msg->msg,22,2);
+    
+    for (i=1,n=0;i<=201;i++) {
+        if (!getbitu(msg->msg,23+i,1)) continue;
+        for (j=0;j<m;j++) {
+            if (i<p[j].bits||p[j].bite<i) continue;
+            sbsion[band].igp[n].lat=band<=8?p[j].y[i-p[j].bits]:p[j].x;
+            sbsion[band].igp[n++].lon=band<=8?p[j].x:p[j].y[i-p[j].bits];
+            break;
+        }
+    }
+    sbsion[band].nigp=n;
+    
+    trace(5,"decode_sbstype18: band=%d nigp=%d\n",band,n);
+    return 1;
+}
+/* decode half long term correction (vel code=0) -----------------------------*/
+static int decode_longcorr0(const sbsmsg_t *msg, int p, sbssat_t *sbssat)
+{
+    int i,n=getbitu(msg->msg,p,6);
+    
+    trace(4,"decode_longcorr0:\n");
+    
+    if (n==0||n>MAXSAT) return 0;
+    
+    sbssat->sat[n-1].lcorr.iode=getbitu(msg->msg,p+6,8);
+    
+    for (i=0;i<3;i++) {
+        sbssat->sat[n-1].lcorr.dpos[i]=getbits(msg->msg,p+14+9*i,9)*0.125;
+        sbssat->sat[n-1].lcorr.dvel[i]=0.0;
+    }
+    sbssat->sat[n-1].lcorr.daf0=getbits(msg->msg,p+41,10)*P2_31;
+    sbssat->sat[n-1].lcorr.daf1=0.0;
+    sbssat->sat[n-1].lcorr.t0=gpst2time(msg->week,msg->tow);
+    
+    trace(5,"decode_longcorr0:sat=%2d\n",sbssat->sat[n-1].sat);
+    return 1;
+}
+/* decode half long term correction (vel code=1) -----------------------------*/
+static int decode_longcorr1(const sbsmsg_t *msg, int p, sbssat_t *sbssat)
+{
+    int i,n=getbitu(msg->msg,p,6),t;
+    
+    trace(4,"decode_longcorr1:\n");
+    
+    if (n==0||n>MAXSAT) return 0;
+    
+    sbssat->sat[n-1].lcorr.iode=getbitu(msg->msg,p+6,8);
+    
+    for (i=0;i<3;i++) {
+        sbssat->sat[n-1].lcorr.dpos[i]=getbits(msg->msg,p+14+i*11,11)*0.125;
+        sbssat->sat[n-1].lcorr.dvel[i]=getbits(msg->msg,p+58+i* 8, 8)*P2_11;
+    }
+    sbssat->sat[n-1].lcorr.daf0=getbits(msg->msg,p+47,11)*P2_31;
+    sbssat->sat[n-1].lcorr.daf1=getbits(msg->msg,p+82, 8)*P2_39;
+    t=(int)getbitu(msg->msg,p+90,13)*16-(int)msg->tow%86400;
+    if      (t<=-43200) t+=86400;
+    else if (t>  43200) t-=86400;
+    sbssat->sat[n-1].lcorr.t0=gpst2time(msg->week,msg->tow+t);
+    
+    trace(5,"decode_longcorr1: sat=%2d\n",sbssat->sat[n-1].sat);
+    return 1;
+}
+/* decode half long term correction ------------------------------------------*/
+static int decode_longcorrh(const sbsmsg_t *msg, int p, sbssat_t *sbssat)
+{
+    trace(4,"decode_longcorrh:\n");
+    
+    if (getbitu(msg->msg,p,1)==0) { /* vel code=0 */
+        if (sbssat->iodp==(int)getbitu(msg->msg,p+103,2)) {
+            return decode_longcorr0(msg,p+ 1,sbssat)&&
+                   decode_longcorr0(msg,p+52,sbssat);
+        }
+    }
+    else if (sbssat->iodp==(int)getbitu(msg->msg,p+104,2)) {
+        return decode_longcorr1(msg,p+1,sbssat);
+    }
+    return 0;
+}
+/* decode type 24: mixed fast/long term correction ---------------------------*/
+static int decode_sbstype24(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    int i,j,iodf,blk,udre;
+    
+    trace(4,"decode_sbstype24:\n");
+    
+    if (sbssat->iodp!=(int)getbitu(msg->msg,110,2)) return 0; /* check IODP */
+    
+    blk =getbitu(msg->msg,112,2);
+    iodf=getbitu(msg->msg,114,2);
+    
+    for (i=0;i<6;i++) {
+        if ((j=13*blk+i)>=sbssat->nsat) break;
+        udre=getbitu(msg->msg,86+4*i,4);
+        
+        sbssat->sat[j].fcorr.t0  =gpst2time(msg->week,msg->tow);
+        sbssat->sat[j].fcorr.prc =getbits(msg->msg,14+i*12,12)*0.125f;
+        sbssat->sat[j].fcorr.udre=udre+1;
+        sbssat->sat[j].fcorr.iodf=iodf;
+    }
+    return decode_longcorrh(msg,120,sbssat);
+}
+/* decode type 25: long term satellite error correction ----------------------*/
+static int decode_sbstype25(const sbsmsg_t *msg, sbssat_t *sbssat)
+{
+    trace(4,"decode_sbstype25:\n");
+    
+    return decode_longcorrh(msg,14,sbssat)&&decode_longcorrh(msg,120,sbssat);
+}
+/* decode type 26: ionospheric deley corrections -----------------------------*/
+static int decode_sbstype26(const sbsmsg_t *msg, sbsion_t *sbsion)
+{
+    int i,j,block,delay,give,band=getbitu(msg->msg,14,4);
+    
+    trace(4,"decode_sbstype26:\n");
+    
+    if (band>MAXBAND||sbsion[band].iodi!=(int)getbitu(msg->msg,217,2)) return 0;
+    
+    block=getbitu(msg->msg,18,4);
+    
+    for (i=0;i<15;i++) {
+        if ((j=block*15+i)>=sbsion[band].nigp) continue;
+        give=getbitu(msg->msg,22+i*13+9,4);
+        
+        delay=getbitu(msg->msg,22+i*13,9);
+        sbsion[band].igp[j].t0=gpst2time(msg->week,msg->tow);
+        sbsion[band].igp[j].delay=delay==0x1FF?0.0f:delay*0.125f;
+        sbsion[band].igp[j].give=give+1;
+        
+        if (sbsion[band].igp[j].give>=16) {
+            sbsion[band].igp[j].give=0;
+        }
+    }
+    trace(5,"decode_sbstype26: band=%d block=%d\n",band,block);
+    return 1;
+}
+/* update sbas corrections -----------------------------------------------------
+* update sbas correction parameters in navigation data with a sbas message
+* args   : sbsmg_t  *msg    I   sbas message
+*          nav_t    *nav    IO  navigation data
+* return : message type (-1: error or not supported type)
+* notes  : nav->seph must point to seph[NSATSBS*2] (array of seph_t)
+*               seph[prn-MINPRNSBS+1]          : sat prn current epehmeris 
+*               seph[prn-MINPRNSBS+1+MAXPRNSBS]: sat prn previous epehmeris 
+*-----------------------------------------------------------------------------*/
+extern int sbsupdatecorr(const sbsmsg_t *msg, nav_t *nav)
+{
+    int type=getbitu(msg->msg,8,6),stat=-1;
+    
+    trace(3,"sbsupdatecorr: type=%d\n",type);
+    
+    if (msg->week==0) return -1;
+    
+    switch (type) {
+        case  0: stat=decode_sbstype2 (msg,&nav->sbssat); break;
+        case  1: stat=decode_sbstype1 (msg,&nav->sbssat); break;
+        case  2:
+        case  3:
+        case  4:
+        case  5: stat=decode_sbstype2 (msg,&nav->sbssat); break;
+        case  6: stat=decode_sbstype6 (msg,&nav->sbssat); break;
+        case  7: stat=decode_sbstype7 (msg,&nav->sbssat); break;
+        case  9: stat=decode_sbstype9 (msg,nav);          break;
+        case 18: stat=decode_sbstype18(msg,nav ->sbsion); break;
+        case 24: stat=decode_sbstype24(msg,&nav->sbssat); break;
+        case 25: stat=decode_sbstype25(msg,&nav->sbssat); break;
+        case 26: stat=decode_sbstype26(msg,nav ->sbsion); break;
+        case 63: break; /* null message */
+        
+        /*default: trace(2,"unsupported sbas message: type=%d\n",type); break;*/
+    }
+    return stat?type:-1;
+}
+/* read sbas log file --------------------------------------------------------*/
+static void readmsgs(const char *file, int sel, gtime_t ts, gtime_t te,
+                     sbs_t *sbs)
+{
+    sbsmsg_t *sbs_msgs;
+    int i,week,prn,ch,msg;
+    unsigned int b;
+    double tow,ep[6]={0};
+    char buff[256],*p;
+    gtime_t time;
+    FILE *fp;
+    
+    trace(3,"readmsgs: file=%s sel=%d\n",file,sel);
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"sbas message file open error: %s\n",file);
+        return;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        if (sscanf(buff,"%d %lf %d",&week,&tow,&prn)==3&&(p=strstr(buff,": "))) {
+            p+=2; /* rtklib form */
+        }
+        else if (sscanf(buff,"%d %lf %lf %lf %lf %lf %lf %d",
+                        &prn,ep,ep+1,ep+2,ep+3,ep+4,ep+5,&msg)==8) {
+            /* ems (EGNOS Message Service) form */
+            ep[0]+=ep[0]<70.0?2000.0:1900.0;
+            tow=time2gpst(epoch2time(ep),&week);
+            p=buff+(msg>=10?25:24);
+        }
+        else if (!strncmp(buff,"#RAWWAASFRAMEA",14)) { /* NovAtel OEM4/V */
+            if (!(p=getfield(buff,6))) continue;
+            if (sscanf(p,"%d,%lf",&week,&tow)<2) continue;
+            if (!(p=strchr(++p,';'))) continue;
+            if (sscanf(++p,"%d,%d",&ch,&prn)<2) continue;
+            if (!(p=getfield(p,4))) continue;
+        }
+        else if (!strncmp(buff,"$FRMA",5)) { /* NovAtel OEM3 */
+            if (!(p=getfield(buff,2))) continue;
+            if (sscanf(p,"%d,%lf,%d",&week,&tow,&prn)<3) continue;
+            if (!(p=getfield(p,6))) continue;
+            if (week<WEEKOFFSET) week+=WEEKOFFSET;
+        }
+        else continue;
+        
+        if (sel!=0&&sel!=prn) continue;
+        
+        time=gpst2time(week,tow);
+        
+        if (!screent(time,ts,te,0.0)) continue;
+        
+        if (sbs->n>=sbs->nmax) {
+            sbs->nmax=sbs->nmax==0?1024:sbs->nmax*2;
+            if (!(sbs_msgs=(sbsmsg_t *)realloc(sbs->msgs,sbs->nmax*sizeof(sbsmsg_t)))) {
+                trace(1,"readsbsmsg malloc error: nmax=%d\n",sbs->nmax);
+                free(sbs->msgs); sbs->msgs=NULL; sbs->n=sbs->nmax=0;
+                return;
+            }
+            sbs->msgs=sbs_msgs;
+        }
+        sbs->msgs[sbs->n].week=week;
+        sbs->msgs[sbs->n].tow=(int)(tow+0.5);
+        sbs->msgs[sbs->n].prn=prn;
+        for (i=0;i<29;i++) sbs->msgs[sbs->n].msg[i]=0;
+        for (i=0;*(p-1)&&*p&&i<29;p+=2,i++) {
+            if (sscanf(p,"%2X",&b)==1) sbs->msgs[sbs->n].msg[i]=(unsigned char)b;
+        }
+        sbs->msgs[sbs->n++].msg[28]&=0xC0;
+    }
+    fclose(fp);
+}
+/* compare sbas messages -----------------------------------------------------*/
+static int cmpmsgs(const void *p1, const void *p2)
+{
+    sbsmsg_t *q1=(sbsmsg_t *)p1,*q2=(sbsmsg_t *)p2;
+    return q1->week!=q2->week?q1->week-q2->week:
+           (q1->tow<q2->tow?-1:(q1->tow>q2->tow?1:q1->prn-q2->prn));
+}
+/* read sbas message file ------------------------------------------------------
+* read sbas message file
+* args   : char     *file   I   sbas message file (wind-card * is expanded)
+*          int      sel     I   sbas satellite prn number selection (0:all)
+*         (gtime_t  ts      I   start time)
+*         (gtime_t  te      I   end time  )
+*          sbs_t    *sbs    IO  sbas messages
+* return : number of sbas messages
+* notes  : sbas message are appended and sorted. before calling the funciton, 
+*          sbs->n, sbs->nmax and sbs->msgs must be set properly. (initially
+*          sbs->n=sbs->nmax=0, sbs->msgs=NULL)
+*          only the following file extentions after wild card expanded are valid
+*          to read. others are skipped
+*          .sbs, .SBS, .ems, .EMS
+*-----------------------------------------------------------------------------*/
+extern int sbsreadmsgt(const char *file, int sel, gtime_t ts, gtime_t te,
+                       sbs_t *sbs)
+{
+    char *efiles[MAXEXFILE]={0},*ext;
+    int i,n;
+    
+    trace(3,"sbsreadmsgt: file=%s sel=%d\n",file,sel);
+    
+    for (i=0;i<MAXEXFILE;i++) {
+        if (!(efiles[i]=(char *)malloc(1024))) {
+            for (i--;i>=0;i--) free(efiles[i]);
+            return 0;
+        }
+    }
+    /* expand wild card in file path */
+    n=expath(file,efiles,MAXEXFILE);
+    
+    for (i=0;i<n;i++) {
+        if (!(ext=strrchr(efiles[i],'.'))) continue;
+        if (strcmp(ext,".sbs")&&strcmp(ext,".SBS")&&
+            strcmp(ext,".ems")&&strcmp(ext,".EMS")) continue;
+        
+        readmsgs(efiles[i],sel,ts,te,sbs);
+    }
+    for (i=0;i<MAXEXFILE;i++) free(efiles[i]);
+    
+    /* sort messages */
+    if (sbs->n>0) {
+        qsort(sbs->msgs,sbs->n,sizeof(sbsmsg_t),cmpmsgs);
+    }
+    return sbs->n;
+}
+extern int sbsreadmsg(const char *file, int sel, sbs_t *sbs)
+{
+    gtime_t ts={0},te={0};
+    
+    trace(3,"sbsreadmsg: file=%s sel=%d\n",file,sel);
+    
+    return sbsreadmsgt(file,sel,ts,te,sbs);
+}
+/* output sbas messages --------------------------------------------------------
+* output sbas message record to output file in rtklib sbas log format
+* args   : FILE   *fp       I   output file pointer
+*          sbsmsg_t *sbsmsg I   sbas messages
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void sbsoutmsg(FILE *fp, sbsmsg_t *sbsmsg)
+{
+    int i,type=sbsmsg->msg[1]>>2;
+    
+    trace(4,"sbsoutmsg:\n");
+    
+    fprintf(fp,"%4d %6d %3d %2d : ",sbsmsg->week,sbsmsg->tow,sbsmsg->prn,type);
+    for (i=0;i<29;i++) fprintf(fp,"%02X",sbsmsg->msg[i]);
+    fprintf(fp,"\n");
+}
+/* search igps ---------------------------------------------------------------*/
+static void searchigp(gtime_t time, const double *pos, const sbsion_t *ion,
+                      const sbsigp_t **igp, double *x, double *y)
+{
+    int i,latp[2],lonp[4];
+    double lat=pos[0]*R2D,lon=pos[1]*R2D;
+    const sbsigp_t *p;
+    
+    trace(4,"searchigp: pos=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D);
+    
+    if (lon>=180.0) lon-=360.0;
+    if (-55.0<=lat&&lat<55.0) {
+        latp[0]=(int)floor(lat/5.0)*5;
+        latp[1]=latp[0]+5;
+        lonp[0]=lonp[1]=(int)floor(lon/5.0)*5;
+        lonp[2]=lonp[3]=lonp[0]+5;
+        *x=(lon-lonp[0])/5.0;
+        *y=(lat-latp[0])/5.0;
+    }
+    else {
+        latp[0]=(int)floor((lat-5.0)/10.0)*10+5;
+        latp[1]=latp[0]+10;
+        lonp[0]=lonp[1]=(int)floor(lon/10.0)*10;
+        lonp[2]=lonp[3]=lonp[0]+10;
+        *x=(lon-lonp[0])/10.0;
+        *y=(lat-latp[0])/10.0;
+        if (75.0<=lat&&lat<85.0) {
+            lonp[1]=(int)floor(lon/90.0)*90;
+            lonp[3]=lonp[1]+90;
+        }
+        else if (-85.0<=lat&&lat<-75.0) {
+            lonp[0]=(int)floor((lon-50.0)/90.0)*90+40;
+            lonp[2]=lonp[0]+90;
+        }
+        else if (lat>=85.0) {
+            for (i=0;i<4;i++) lonp[i]=(int)floor(lon/90.0)*90;
+        }
+        else if (lat<-85.0) {
+            for (i=0;i<4;i++) lonp[i]=(int)floor((lon-50.0)/90.0)*90+40;
+        }
+    }
+    for (i=0;i<4;i++) if (lonp[i]==180) lonp[i]=-180;
+    for (i=0;i<=MAXBAND;i++) {
+        for (p=ion[i].igp;p<ion[i].igp+ion[i].nigp;p++) {
+            if (p->t0.time==0) continue;
+            if      (p->lat==latp[0]&&p->lon==lonp[0]&&p->give>0) igp[0]=p;
+            else if (p->lat==latp[1]&&p->lon==lonp[1]&&p->give>0) igp[1]=p;
+            else if (p->lat==latp[0]&&p->lon==lonp[2]&&p->give>0) igp[2]=p;
+            else if (p->lat==latp[1]&&p->lon==lonp[3]&&p->give>0) igp[3]=p;
+            if (igp[0]&&igp[1]&&igp[2]&&igp[3]) return;
+        }
+    }
+}
+/* sbas ionospheric delay correction -------------------------------------------
+* compute sbas ionosphric delay correction
+* args   : gtime_t  time    I   time
+*          nav_t    *nav    I   navigation data
+*          double   *pos    I   receiver position {lat,lon,height} (rad/m)
+*          double   *azel   I   satellite azimuth/elavation angle (rad)
+*          double   *delay  O   slant ionospheric delay (L1) (m)
+*          double   *var    O   variance of ionospheric delay (m^2)
+* return : status (1:ok, 0:no correction)
+* notes  : before calling the function, sbas ionosphere correction parameters
+*          in navigation data (nav->sbsion) must be set by callig 
+*          sbsupdatecorr()
+*-----------------------------------------------------------------------------*/
+extern int sbsioncorr(gtime_t time, const nav_t *nav, const double *pos,
+                      const double *azel, double *delay, double *var)
+{
+    const double re=6378.1363,hion=350.0;
+    int i,err=0;
+    double fp,posp[2],x=0.0,y=0.0,t,w[4]={0};
+    const sbsigp_t *igp[4]={0}; /* {ws,wn,es,en} */
+    
+    trace(4,"sbsioncorr: pos=%.3f %.3f azel=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D,
+          azel[0]*R2D,azel[1]*R2D);
+    
+    *delay=*var=0.0;
+    if (pos[2]<-100.0||azel[1]<=0) return 1;
+    
+    /* ipp (ionospheric pierce point) position */
+    fp=ionppp(pos,azel,re,hion,posp);
+    
+    /* search igps around ipp */
+    searchigp(time,posp,nav->sbsion,igp,&x,&y);
+    
+    /* weight of igps */
+    if (igp[0]&&igp[1]&&igp[2]&&igp[3]) {
+        w[0]=(1.0-x)*(1.0-y); w[1]=(1.0-x)*y; w[2]=x*(1.0-y); w[3]=x*y;
+    }
+    else if (igp[0]&&igp[1]&&igp[2]) {
+        w[1]=y; w[2]=x;
+        if ((w[0]=1.0-w[1]-w[2])<0.0) err=1;
+    }
+    else if (igp[0]&&igp[2]&&igp[3]) {
+        w[0]=1.0-x; w[3]=y;
+        if ((w[2]=1.0-w[0]-w[3])<0.0) err=1;
+    }
+    else if (igp[0]&&igp[1]&&igp[3]) {
+        w[0]=1.0-y; w[3]=x;
+        if ((w[1]=1.0-w[0]-w[3])<0.0) err=1;
+    }
+    else if (igp[1]&&igp[2]&&igp[3]) {
+        w[1]=1.0-x; w[2]=1.0-y;
+        if ((w[3]=1.0-w[1]-w[2])<0.0) err=1;
+    }
+    else err=1;
+    
+    if (err) {
+        trace(2,"no sbas iono correction: lat=%3.0f lon=%4.0f\n",posp[0]*R2D,
+              posp[1]*R2D);
+        return 0;
+    }
+    for (i=0;i<4;i++) {
+        if (!igp[i]) continue;
+        t=timediff(time,igp[i]->t0);
+        *delay+=w[i]*igp[i]->delay;
+        *var+=w[i]*varicorr(igp[i]->give)*9E-8*fabs(t);
+    }
+    *delay*=fp; *var*=fp*fp;
+    
+    trace(5,"sbsioncorr: dion=%7.2f sig=%7.2f\n",*delay,sqrt(*var));
+    return 1;
+}
+/* get meterological parameters ----------------------------------------------*/
+static void getmet(double lat, double *met)
+{
+    static const double metprm[][10]={ /* lat=15,30,45,60,75 */
+        {1013.25,299.65,26.31,6.30E-3,2.77,  0.00, 0.00,0.00,0.00E-3,0.00},
+        {1017.25,294.15,21.79,6.05E-3,3.15, -3.75, 7.00,8.85,0.25E-3,0.33},
+        {1015.75,283.15,11.66,5.58E-3,2.57, -2.25,11.00,7.24,0.32E-3,0.46},
+        {1011.75,272.15, 6.78,5.39E-3,1.81, -1.75,15.00,5.36,0.81E-3,0.74},
+        {1013.00,263.65, 4.11,4.53E-3,1.55, -0.50,14.50,3.39,0.62E-3,0.30}
+    };
+    int i,j;
+    double a;
+    lat=fabs(lat);
+    if      (lat<=15.0) for (i=0;i<10;i++) met[i]=metprm[0][i];
+    else if (lat>=75.0) for (i=0;i<10;i++) met[i]=metprm[4][i];
+    else {
+        j=(int)(lat/15.0); a=(lat-j*15.0)/15.0;
+        for (i=0;i<10;i++) met[i]=(1.0-a)*metprm[j-1][i]+a*metprm[j][i];
+    }
+}
+/* tropospheric delay correction -----------------------------------------------
+* compute sbas tropospheric delay correction (mops model)
+* args   : gtime_t time     I   time
+*          double   *pos    I   receiver position {lat,lon,height} (rad/m)
+*          double   *azel   I   satellite azimuth/elavation (rad)
+*          double   *var    O   variance of troposphric error (m^2)
+* return : slant tropospheric delay (m)
+*-----------------------------------------------------------------------------*/
+extern double sbstropcorr(gtime_t time, const double *pos, const double *azel,
+                          double *var)
+{
+    const double k1=77.604,k2=382000.0,rd=287.054,gm=9.784,g=9.80665;
+    static double pos_[3]={0},zh=0.0,zw=0.0;
+    int i;
+    double c,met[10],sinel=sin(azel[1]),h=pos[2],m;
+    
+    trace(4,"sbstropcorr: pos=%.3f %.3f azel=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D,
+          azel[0]*R2D,azel[1]*R2D);
+    
+    if (pos[2]<-100.0||10000.0<pos[2]||azel[1]<=0) {
+        *var=0.0;
+        return 0.0;
+    }
+    if (zh==0.0||fabs(pos[0]-pos_[0])>1E-7||fabs(pos[1]-pos_[1])>1E-7||
+        fabs(pos[2]-pos_[2])>1.0) {
+        getmet(pos[0]*R2D,met);
+        c=cos(2.0*PI*(time2doy(time)-(pos[0]>=0.0?28.0:211.0))/365.25);
+        for (i=0;i<5;i++) met[i]-=met[i+5]*c;
+        zh=1E-6*k1*rd*met[0]/gm;
+        zw=1E-6*k2*rd/(gm*(met[4]+1.0)-met[3]*rd)*met[2]/met[1];
+        zh*=pow(1.0-met[3]*h/met[1],g/(rd*met[3]));
+        zw*=pow(1.0-met[3]*h/met[1],(met[4]+1.0)*g/(rd*met[3])-1.0);
+        for (i=0;i<3;i++) pos_[i]=pos[i];
+    }
+    m=1.001/sqrt(0.002001+sinel*sinel);
+    *var=0.12*0.12*m*m;
+    return (zh+zw)*m;
+}
+/* long term correction ------------------------------------------------------*/
+static int sbslongcorr(gtime_t time, int sat, const sbssat_t *sbssat,
+                       double *drs, double *ddts)
+{
+    const sbssatp_t *p;
+    double t;
+    int i;
+    
+    trace(3,"sbslongcorr: sat=%2d\n",sat);
+    
+    for (p=sbssat->sat;p<sbssat->sat+sbssat->nsat;p++) {
+        if (p->sat!=sat||p->lcorr.t0.time==0) continue;
+        t=timediff(time,p->lcorr.t0);
+        if (fabs(t)>MAXSBSAGEL) {
+            trace(2,"sbas long-term correction expired: %s sat=%2d t=%5.0f\n",
+                  time_str(time,0),sat,t);
+            return 0;
+        }
+        for (i=0;i<3;i++) drs[i]=p->lcorr.dpos[i]+p->lcorr.dvel[i]*t;
+        *ddts=p->lcorr.daf0+p->lcorr.daf1*t;
+        
+        trace(5,"sbslongcorr: sat=%2d drs=%7.2f%7.2f%7.2f ddts=%7.2f\n",
+              sat,drs[0],drs[1],drs[2],*ddts*CLIGHT);
+        
+        return 1;
+    }
+    /* if sbas satellite without correction, no correction applied */
+    if (satsys(sat,NULL)==SYS_SBS) return 1;
+    
+    trace(2,"no sbas long-term correction: %s sat=%2d\n",time_str(time,0),sat);
+    return 0;
+}
+/* fast correction -----------------------------------------------------------*/
+static int sbsfastcorr(gtime_t time, int sat, const sbssat_t *sbssat,
+                       double *prc, double *var)
+{
+    const sbssatp_t *p;
+    double t;
+    
+    trace(3,"sbsfastcorr: sat=%2d\n",sat);
+    
+    for (p=sbssat->sat;p<sbssat->sat+sbssat->nsat;p++) {
+        if (p->sat!=sat) continue;
+        if (p->fcorr.t0.time==0) break;
+        t=timediff(time,p->fcorr.t0)+sbssat->tlat;
+        
+        /* expire age of correction or UDRE==14 (not monitored) */
+        if (fabs(t)>MAXSBSAGEF||p->fcorr.udre>=15) continue;
+        *prc=p->fcorr.prc;
+#ifdef RRCENA
+        if (p->fcorr.ai>0&&fabs(t)<=8.0*p->fcorr.dt) {
+            *prc+=p->fcorr.rrc*t;
+        }
+#endif
+        *var=varfcorr(p->fcorr.udre)+degfcorr(p->fcorr.ai)*t*t/2.0;
+        
+        trace(5,"sbsfastcorr: sat=%3d prc=%7.2f sig=%7.2f t=%5.0f\n",sat,
+              *prc,sqrt(*var),t);
+        return 1;
+    }
+    trace(2,"no sbas fast correction: %s sat=%2d\n",time_str(time,0),sat);
+    return 0;
+}
+/* sbas satellite ephemeris and clock correction -------------------------------
+* correct satellite position and clock bias with sbas satellite corrections
+* args   : gtime_t time     I   reception time
+*          int    sat       I   satellite
+*          nav_t  *nav      I   navigation data
+*          double *rs       IO  sat position and corrected {x,y,z} (ecef) (m)
+*          double *dts      IO  sat clock bias and corrected (s)
+*          double *var      O   sat position and clock variance (m^2)
+* return : status (1:ok,0:no correction)
+* notes  : before calling the function, sbas satellite correction parameters 
+*          in navigation data (nav->sbssat) must be set by callig
+*          sbsupdatecorr().
+*          satellite clock correction include long-term correction and fast
+*          correction.
+*          sbas clock correction is usually based on L1C/A code. TGD or DCB has
+*          to be considered for other codes
+*-----------------------------------------------------------------------------*/
+extern int sbssatcorr(gtime_t time, int sat, const nav_t *nav, double *rs,
+                      double *dts, double *var)
+{
+    double drs[3]={0},dclk=0.0,prc=0.0;
+    int i;
+    
+    trace(3,"sbssatcorr : sat=%2d\n",sat);
+    
+    /* sbas long term corrections */
+    if (!sbslongcorr(time,sat,&nav->sbssat,drs,&dclk)) {
+        return 0;
+    }
+    /* sbas fast corrections */
+    if (!sbsfastcorr(time,sat,&nav->sbssat,&prc,var)) {
+        return 0;
+    }
+    for (i=0;i<3;i++) rs[i]+=drs[i];
+    
+    dts[0]+=dclk+prc/CLIGHT;
+    
+    trace(5,"sbssatcorr: sat=%2d drs=%6.3f %6.3f %6.3f dclk=%.3f %.3f var=%.3f\n",
+          sat,drs[0],drs[1],drs[2],dclk,prc/CLIGHT,*var);
+    
+    return 1;
+}
+/* decode sbas message ---------------------------------------------------------
+* decode sbas message frame words and check crc
+* args   : gtime_t time     I   reception time
+*          int    prn       I   sbas satellite prn number
+*          unsigned int *word I message frame words (24bit x 10)
+*          sbsmsg_t *sbsmsg O   sbas message
+* return : status (1:ok,0:crc error)
+*-----------------------------------------------------------------------------*/
+extern int sbsdecodemsg(gtime_t time, int prn, const unsigned int *words,
+                        sbsmsg_t *sbsmsg)
+{
+    int i,j;
+    unsigned char f[29];
+    double tow;
+    
+    trace(5,"sbsdecodemsg: prn=%d\n",prn);
+    
+    if (time.time==0) return 0;
+    tow=time2gpst(time,&sbsmsg->week);
+    sbsmsg->tow=(int)(tow+DTTOL);
+    sbsmsg->prn=prn;
+    for (i=0;i<7;i++) for (j=0;j<4;j++) {
+        sbsmsg->msg[i*4+j]=(unsigned char)(words[i]>>((3-j)*8));
+    }
+    sbsmsg->msg[28]=(unsigned char)(words[7]>>18)&0xC0;
+    for (i=28;i>0;i--) f[i]=(sbsmsg->msg[i]>>6)+(sbsmsg->msg[i-1]<<2);
+    f[0]=sbsmsg->msg[0]>>6;
+    
+    return rtk_crc24q(f,29)==(words[7]&0xFFFFFF); /* check crc */
+}
diff --git a/src/solution.c b/src/solution.c
new file mode 100644
index 0000000..b40cff1
--- /dev/null
+++ b/src/solution.c
@@ -0,0 +1,1581 @@
+/*------------------------------------------------------------------------------
+* solution.c : solution functions
+*
+*          Copyright (C) 2007-2015 by T.TAKASU, All rights reserved.
+*
+* reference :
+*     [1] National Marine Electronic Association and International Marine
+*         Electronics Association, NMEA 0183 version 4.10, August 1, 2012
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:48:06 $
+* history : 2007/11/03  1.0 new
+*           2009/01/05  1.1  add function outsols(), outsolheads(),
+*                            setsolformat(), outsolexs, outsolex
+*           2009/04/02  1.2  add dummy fields in NMEA mesassage
+*                            fix bug to format lat/lon as deg-min-sec
+*           2009/04/14  1.3  add age and ratio field to solution
+*           2009/11/25  1.4  add function readsolstat()
+*           2010/02/14  1.5  fix bug on output of gpstime at week boundary
+*           2010/07/05  1.6  added api:
+*                                initsolbuf(),freesolbuf(),addsol(),getsol(),
+*                                inputsol(),outprcopts(),outprcopt()
+*                            modified api:
+*                                readsol(),readsolt(),readsolstat(),
+*                                readsolstatt(),outsolheads(),outsols(),
+*                                outsolexs(),outsolhead(),outsol(),outsolex(),
+*                                outnmea_rmc(),outnmea_gga(),outnmea_gsa(),
+*                                outnmea_gsv()
+*                            deleted api:
+*                                setsolopt(),setsolformat()
+*           2010/08/14  1.7  fix bug on initialize solution buffer (2.4.0_p2)
+*                            suppress enu-solution if base pos not available
+*                            (2.4.0_p3)
+*           2010/08/16  1.8  suppress null record if solution is not avalilable
+*                            (2.4.0_p4)
+*           2011/01/23  1.9  fix bug on reading nmea solution data
+*                            add api freesolstatbuf()
+*           2012/02/05  1.10 fix bug on output nmea gpgsv
+*           2013/02/18  1.11 support nmea GLGSA,GAGSA,GLCSV,GACSV sentence
+*           2013/09/01  1.12 fix bug on presentation of nmea time tag
+*           2015/02/11  1.13 fix bug on checksum of $GLGSA and $GAGSA
+*                            fix bug on satellite id of $GAGSA
+*           2016/01/17  1.14 support reading NMEA GxZDA
+*                            ignore NMEA talker ID
+*-----------------------------------------------------------------------------*/
+#include <ctype.h>
+#include "rtklib.h"
+
+static const char rcsid[]="$Id: solution.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
+
+/* constants and macros ------------------------------------------------------*/
+
+#define SQR(x)     ((x)<0.0?-(x)*(x):(x)*(x))
+#define SQRT(x)    ((x)<0.0?0.0:sqrt(x))
+
+#define MAXFIELD   64           /* max number of fields in a record */
+#define MAXNMEA    256          /* max length of nmea sentence */
+
+#define KNOT2M     0.514444444  /* m/knot */
+
+static const int solq_nmea[]={  /* nmea quality flags to rtklib sol quality */
+    /* nmea 0183 v.2.3 quality flags: */
+    /*  0=invalid, 1=gps fix (sps), 2=dgps fix, 3=pps fix, 4=rtk, 5=float rtk */
+    /*  6=estimated (dead reckoning), 7=manual input, 8=simulation */
+    
+    SOLQ_NONE ,SOLQ_SINGLE, SOLQ_DGPS, SOLQ_PPP , SOLQ_FIX,
+    SOLQ_FLOAT,SOLQ_DR    , SOLQ_NONE, SOLQ_NONE, SOLQ_NONE
+};
+/* solution option to field separator ----------------------------------------*/
+static const char *opt2sep(const solopt_t *opt)
+{
+    if (!*opt->sep) return " ";
+    else if (!strcmp(opt->sep,"\\t")) return "\t";
+    return opt->sep;
+}
+/* separate fields -----------------------------------------------------------*/
+static int tonum(char *buff, const char *sep, double *v)
+{
+    int n,len=(int)strlen(sep);
+    char *p,*q;
+    
+    for (p=buff,n=0;n<MAXFIELD;p=q+len) {
+        if ((q=strstr(p,sep))) *q='\0'; 
+        if (*p) v[n++]=atof(p);
+        if (!q) break;
+    }
+    return n;
+}
+/* sqrt of covariance --------------------------------------------------------*/
+static double sqvar(double covar)
+{
+    return covar<0.0?-sqrt(-covar):sqrt(covar);
+}
+/* convert ddmm.mm in nmea format to deg -------------------------------------*/
+static double dmm2deg(double dmm)
+{
+    return floor(dmm/100.0)+fmod(dmm,100.0)/60.0;
+}
+/* convert time in nmea format to time ---------------------------------------*/
+static void septime(double t, double *t1, double *t2, double *t3)
+{
+    *t1=floor(t/10000.0);
+    t-=*t1*10000.0;
+    *t2=floor(t/100.0);
+    *t3=t-*t2*100.0;
+}
+/* solution to covariance ----------------------------------------------------*/
+static void soltocov(const sol_t *sol, double *P)
+{
+    P[0]     =sol->qr[0]; /* xx or ee */
+    P[4]     =sol->qr[1]; /* yy or nn */
+    P[8]     =sol->qr[2]; /* zz or uu */
+    P[1]=P[3]=sol->qr[3]; /* xy or en */
+    P[5]=P[7]=sol->qr[4]; /* yz or nu */
+    P[2]=P[6]=sol->qr[5]; /* zx or ue */
+}
+/* covariance to solution ----------------------------------------------------*/
+static void covtosol(const double *P, sol_t *sol)
+{
+    sol->qr[0]=(float)P[0]; /* xx or ee */
+    sol->qr[1]=(float)P[4]; /* yy or nn */
+    sol->qr[2]=(float)P[8]; /* zz or uu */
+    sol->qr[3]=(float)P[1]; /* xy or en */
+    sol->qr[4]=(float)P[5]; /* yz or nu */
+    sol->qr[5]=(float)P[2]; /* zx or ue */
+}
+/* decode nmea gxrmc: recommended minumum data for gps -----------------------*/
+static int decode_nmearmc(char **val, int n, sol_t *sol)
+{
+    double tod=0.0,lat=0.0,lon=0.0,vel=0.0,dir=0.0,date=0.0,ang=0.0,ep[6];
+    double pos[3]={0};
+    char act=' ',ns='N',ew='E',mew='E',mode='A';
+    int i;
+    
+    trace(4,"decode_nmearmc: n=%d\n",n);
+    
+    for (i=0;i<n;i++) {
+        switch (i) {
+            case  0: tod =atof(val[i]); break; /* time in utc (hhmmss) */
+            case  1: act =*val[i];      break; /* A=active,V=void */
+            case  2: lat =atof(val[i]); break; /* latitude (ddmm.mmm) */
+            case  3: ns  =*val[i];      break; /* N=north,S=south */
+            case  4: lon =atof(val[i]); break; /* longitude (dddmm.mmm) */
+            case  5: ew  =*val[i];      break; /* E=east,W=west */
+            case  6: vel =atof(val[i]); break; /* speed (knots) */
+            case  7: dir =atof(val[i]); break; /* track angle (deg) */
+            case  8: date=atof(val[i]); break; /* date (ddmmyy) */
+            case  9: ang =atof(val[i]); break; /* magnetic variation */
+            case 10: mew =*val[i];      break; /* E=east,W=west */
+            case 11: mode=*val[i];      break; /* mode indicator (>nmea 2) */
+                                      /* A=autonomous,D=differential */
+                                      /* E=estimated,N=not valid,S=simulator */
+        }
+    }
+    if ((act!='A'&&act!='V')||(ns!='N'&&ns!='S')||(ew!='E'&&ew!='W')) {
+        trace(2,"invalid nmea gprmc format\n");
+        return 0;
+    }
+    pos[0]=(ns=='S'?-1.0:1.0)*dmm2deg(lat)*D2R;
+    pos[1]=(ew=='W'?-1.0:1.0)*dmm2deg(lon)*D2R;
+    septime(date,ep+2,ep+1,ep);
+    septime(tod,ep+3,ep+4,ep+5);
+    ep[0]+=ep[0]<80.0?2000.0:1900.0;
+    sol->time=utc2gpst(epoch2time(ep));
+    pos2ecef(pos,sol->rr);
+    sol->stat=mode=='D'?SOLQ_DGPS:SOLQ_SINGLE;
+    sol->ns=0;
+    
+    sol->type=0; /* postion type = xyz */
+    
+    trace(5,"decode_nmearmc: %s rr=%.3f %.3f %.3f stat=%d ns=%d vel=%.2f dir=%.0f ang=%.0f mew=%c mode=%c\n",
+          time_str(sol->time,0),sol->rr[0],sol->rr[1],sol->rr[2],sol->stat,sol->ns,
+          vel,dir,ang,mew,mode);
+    
+    return 2; /* update time */
+}
+/* decode nmea gxzda: utc day,month,year and local time zone offset ----------*/
+static int decode_nmeazda(char **val, int n, sol_t *sol)
+{
+    double tod=0.0,ep[6]={0};
+    int i;
+    
+    trace(4,"decode_nmeazda: n=%d\n",n);
+    
+    for (i=0;i<n;i++) {
+        switch (i) {
+            case  0: tod  =atof(val[i]); break; /* time in utc (hhmmss) */
+            case  1: ep[2]=atof(val[i]); break; /* day (0-31) */
+            case  2: ep[1]=atof(val[i]); break; /* mon (1-12) */
+            case  3: ep[0]=atof(val[i]); break; /* year */
+        }
+    }
+    septime(tod,ep+3,ep+4,ep+5);
+    sol->time=utc2gpst(epoch2time(ep));
+    sol->ns=0;
+    
+    trace(5,"decode_nmeazda: %s\n",time_str(sol->time,0));
+    
+    return 2; /* update time */
+}
+/* decode nmea gxgga: fix information ----------------------------------------*/
+static int decode_nmeagga(char **val, int n, sol_t *sol)
+{
+    gtime_t time;
+    double tod=0.0,lat=0.0,lon=0.0,hdop=0.0,alt=0.0,msl=0.0,ep[6],tt;
+    double pos[3]={0};
+    char ns='N',ew='E',ua=' ',um=' ';
+    int i,solq=0,nrcv=0;
+    
+    trace(4,"decode_nmeagga: n=%d\n",n);
+    
+    for (i=0;i<n;i++) {
+        switch (i) {
+            case  0: tod =atof(val[i]); break; /* time in utc (hhmmss) */
+            case  1: lat =atof(val[i]); break; /* latitude (ddmm.mmm) */
+            case  2: ns  =*val[i];      break; /* N=north,S=south */
+            case  3: lon =atof(val[i]); break; /* longitude (dddmm.mmm) */
+            case  4: ew  =*val[i];      break; /* E=east,W=west */
+            case  5: solq=atoi(val[i]); break; /* fix quality */
+            case  6: nrcv=atoi(val[i]); break; /* # of satellite tracked */
+            case  7: hdop=atof(val[i]); break; /* hdop */
+            case  8: alt =atof(val[i]); break; /* altitude in msl */
+            case  9: ua  =*val[i];      break; /* unit (M) */
+            case 10: msl =atof(val[i]); break; /* height of geoid */
+            case 11: um  =*val[i];      break; /* unit (M) */
+        }
+    }
+    if ((ns!='N'&&ns!='S')||(ew!='E'&&ew!='W')) {
+        trace(2,"invalid nmea gpgga format\n");
+        return 0;
+    }
+    if (sol->time.time==0.0) {
+        trace(2,"no date info for nmea gpgga\n");
+        return 0;
+    }
+    pos[0]=(ns=='N'?1.0:-1.0)*dmm2deg(lat)*D2R;
+    pos[1]=(ew=='E'?1.0:-1.0)*dmm2deg(lon)*D2R;
+    pos[2]=alt+msl;
+    
+    time2epoch(sol->time,ep);
+    septime(tod,ep+3,ep+4,ep+5);
+    time=utc2gpst(epoch2time(ep));
+    tt=timediff(time,sol->time);
+    if      (tt<-43200.0) sol->time=timeadd(time, 86400.0);
+    else if (tt> 43200.0) sol->time=timeadd(time,-86400.0);
+    else sol->time=time;
+    pos2ecef(pos,sol->rr);
+    sol->stat=0<=solq&&solq<=8?solq_nmea[solq]:SOLQ_NONE;
+    sol->ns=nrcv;
+    
+    sol->type=0; /* postion type = xyz */
+    
+    trace(5,"decode_nmeagga: %s rr=%.3f %.3f %.3f stat=%d ns=%d hdop=%.1f ua=%c um=%c\n",
+          time_str(sol->time,0),sol->rr[0],sol->rr[1],sol->rr[2],sol->stat,sol->ns,
+          hdop,ua,um);
+    
+    return 1;
+}
+/* test nmea -----------------------------------------------------------------*/
+static int test_nmea(const char *buff)
+{
+    if (strlen(buff)<6||buff[0]!='$') return 0;
+    return !strncmp(buff+1,"GP",2)||!strncmp(buff+1,"GA",2)||
+           !strncmp(buff+1,"GL",2)||!strncmp(buff+1,"GN",2)||
+           !strncmp(buff+1,"GB",2)||!strncmp(buff+1,"BD",2)||
+           !strncmp(buff+1,"QZ",2);
+}
+/* decode nmea ---------------------------------------------------------------*/
+static int decode_nmea(char *buff, sol_t *sol)
+{
+    char *p,*q,*val[MAXFIELD];
+    int n=0;
+    
+    trace(4,"decode_nmea: buff=%s\n",buff);
+    
+    /* parse fields */
+    for (p=buff;*p&&n<MAXFIELD;p=q+1) {
+        if ((q=strchr(p,','))||(q=strchr(p,'*'))) {
+            val[n++]=p; *q='\0';
+        }
+        else break;
+    }
+    if (!strcmp(val[0]+3,"RMC")) { /* $xxRMC */
+        return decode_nmearmc(val+1,n-1,sol);
+    }
+    else if (!strcmp(val[0]+3,"ZDA")) { /* $xxZDA */
+        return decode_nmeazda(val+1,n-1,sol);
+    }
+    else if (!strcmp(val[0]+3,"GGA")) { /* $xxGGA */
+        return decode_nmeagga(val+1,n-1,sol);
+    }
+    return 0;
+}
+/* decode solution time ------------------------------------------------------*/
+static char *decode_soltime(char *buff, const solopt_t *opt, gtime_t *time)
+{
+    double v[MAXFIELD];
+    char *p,*q,s[64]=" ";
+    int n,len;
+    
+    trace(4,"decode_soltime:\n");
+    
+    if (!strcmp(opt->sep,"\\t")) strcpy(s,"\t");
+    else if (*opt->sep) strcpy(s,opt->sep);
+    len=(int)strlen(s);
+    
+    /* yyyy/mm/dd hh:mm:ss or yyyy mm dd hh:mm:ss */
+    if (sscanf(buff,"%lf/%lf/%lf %lf:%lf:%lf",v,v+1,v+2,v+3,v+4,v+5)>=6) {
+        if (v[0]<100.0) {
+            v[0]+=v[0]<80.0?2000.0:1900.0;
+        }
+        *time=epoch2time(v);
+        if (opt->times==TIMES_UTC) {
+            *time=utc2gpst(*time);
+        }
+        else if (opt->times==TIMES_JST) {
+            *time=utc2gpst(timeadd(*time,-9*3600.0));
+        }
+        if (!(p=strchr(buff,':'))||!(p=strchr(p+1,':'))) return NULL;
+        for (p++;isdigit((int)*p)||*p=='.';) p++;
+        return p+len;
+    }
+    if (opt->posf==SOLF_GSIF) {
+        if (sscanf(buff,"%lf %lf %lf %lf:%lf:%lf",v,v+1,v+2,v+3,v+4,v+5)<6) {
+            return NULL;
+        }
+        *time=timeadd(epoch2time(v),-12.0*3600.0);
+        if (!(p=strchr(buff,':'))||!(p=strchr(p+1,':'))) return NULL;
+        for (p++;isdigit((int)*p)||*p=='.';) p++;
+        return p+len;
+    }
+    /* wwww ssss */
+    for (p=buff,n=0;n<2;p=q+len) {
+        if ((q=strstr(p,s))) *q='\0'; 
+        if (*p) v[n++]=atof(p);
+        if (!q) break;
+    }
+    if (n>=2&&0.0<=v[0]&&v[0]<=3000.0&&0.0<=v[1]&&v[1]<604800.0) {
+        *time=gpst2time((int)v[0],v[1]);
+        return p;
+    }
+    return NULL;
+}
+/* decode x/y/z-ecef ---------------------------------------------------------*/
+static int decode_solxyz(char *buff, const solopt_t *opt, sol_t *sol)
+{
+    double val[MAXFIELD],P[9]={0};
+    int i=0,j,n;
+    const char *sep=opt2sep(opt);
+    
+    trace(4,"decode_solxyz:\n");
+    
+    if ((n=tonum(buff,sep,val))<3) return 0;
+    
+    for (j=0;j<3;j++) {
+        sol->rr[j]=val[i++]; /* xyz */
+    }
+    if (i<n) sol->stat=(unsigned char)val[i++];
+    if (i<n) sol->ns  =(unsigned char)val[i++];
+    if (i+3<n) {
+        P[0]=val[i]*val[i]; i++; /* sdx */
+        P[4]=val[i]*val[i]; i++; /* sdy */
+        P[8]=val[i]*val[i]; i++; /* sdz */
+        if (i+3<n) {
+            P[1]=P[3]=SQR(val[i]); i++; /* sdxy */
+            P[5]=P[7]=SQR(val[i]); i++; /* sdyz */
+            P[2]=P[6]=SQR(val[i]); i++; /* sdzx */
+        }
+        covtosol(P,sol);
+    }
+    if (i<n) sol->age  =(float)val[i++];
+    if (i<n) sol->ratio=(float)val[i];
+    
+    sol->type=0; /* postion type = xyz */
+    
+    if (MAXSOLQ<sol->stat) sol->stat=SOLQ_NONE;
+    return 1;
+}
+/* decode lat/lon/height -----------------------------------------------------*/
+static int decode_solllh(char *buff, const solopt_t *opt, sol_t *sol)
+{
+    double val[MAXFIELD],pos[3],Q[9]={0},P[9];
+    int i=0,n;
+    const char *sep=opt2sep(opt);
+    
+    trace(4,"decode_solllh:\n");
+    
+    n=tonum(buff,sep,val);
+    
+    if (!opt->degf) {
+        if (n<3) return 0;
+        pos[0]=val[i++]*D2R; /* lat/lon/hgt (ddd.ddd) */
+        pos[1]=val[i++]*D2R;
+        pos[2]=val[i++];
+    }
+    else {
+        if (n<7) return 0;
+        pos[0]=dms2deg(val  )*D2R; /* lat/lon/hgt (ddd mm ss) */
+        pos[1]=dms2deg(val+3)*D2R;
+        pos[2]=val[6];
+        i+=7;
+    }
+    pos2ecef(pos,sol->rr);
+    if (i<n) sol->stat=(unsigned char)val[i++];
+    if (i<n) sol->ns  =(unsigned char)val[i++];
+    if (i+3<n) {
+        Q[4]=val[i]*val[i]; i++; /* sdn */
+        Q[0]=val[i]*val[i]; i++; /* sde */
+        Q[8]=val[i]*val[i]; i++; /* sdu */
+        if (i+3<n) {
+            Q[1]=Q[3]=SQR(val[i]); i++; /* sdne */
+            Q[2]=Q[6]=SQR(val[i]); i++; /* sdeu */
+            Q[5]=Q[7]=SQR(val[i]); i++; /* sdun */
+        }
+        covecef(pos,Q,P);
+        covtosol(P,sol);
+    }
+    if (i<n) sol->age  =(float)val[i++];
+    if (i<n) sol->ratio=(float)val[i];
+    
+    sol->type=0; /* postion type = xyz */
+    
+    if (MAXSOLQ<sol->stat) sol->stat=SOLQ_NONE;
+    return 1;
+}
+/* decode e/n/u-baseline -----------------------------------------------------*/
+static int decode_solenu(char *buff, const solopt_t *opt, sol_t *sol)
+{
+    double val[MAXFIELD],Q[9]={0};
+    int i=0,j,n;
+    const char *sep=opt2sep(opt);
+    
+    trace(4,"decode_solenu:\n");
+    
+    if ((n=tonum(buff,sep,val))<3) return 0;
+    
+    for (j=0;j<3;j++) {
+        sol->rr[j]=val[i++]; /* enu */
+    }
+    if (i<n) sol->stat=(unsigned char)val[i++];
+    if (i<n) sol->ns  =(unsigned char)val[i++];
+    if (i+3<n) {
+        Q[0]=val[i]*val[i]; i++; /* sde */
+        Q[4]=val[i]*val[i]; i++; /* sdn */
+        Q[8]=val[i]*val[i]; i++; /* sdu */
+        if (i+3<n) {
+            Q[1]=Q[3]=SQR(val[i]); i++; /* sden */
+            Q[5]=Q[7]=SQR(val[i]); i++; /* sdnu */
+            Q[2]=Q[6]=SQR(val[i]); i++; /* sdue */
+        }
+        covtosol(Q,sol);
+    }
+    if (i<n) sol->age  =(float)val[i++];
+    if (i<n) sol->ratio=(float)val[i];
+    
+    sol->type=1; /* postion type = enu */
+    
+    if (MAXSOLQ<sol->stat) sol->stat=SOLQ_NONE;
+    return 1;
+}
+/* decode gsi f solution -----------------------------------------------------*/
+static int decode_solgsi(char *buff, const solopt_t *opt, sol_t *sol)
+{
+    double val[MAXFIELD];
+    int i=0,j;
+    
+    trace(4,"decode_solgsi:\n");
+    
+    if (tonum(buff," ",val)<3) return 0;
+    
+    for (j=0;j<3;j++) {
+        sol->rr[j]=val[i++]; /* xyz */
+    }
+    sol->stat=SOLQ_FIX;
+    return 1;
+}
+/* decode solution position --------------------------------------------------*/
+static int decode_solpos(char *buff, const solopt_t *opt, sol_t *sol)
+{
+    sol_t sol0={{0}};
+    char *p=buff;
+    
+    trace(4,"decode_solpos: buff=%s\n",buff);
+    
+    *sol=sol0;
+    
+    /* decode solution time */
+    if (!(p=decode_soltime(p,opt,&sol->time))) {
+        return 0;
+    }
+    /* decode solution position */
+    switch (opt->posf) {
+        case SOLF_XYZ : return decode_solxyz(p,opt,sol);
+        case SOLF_LLH : return decode_solllh(p,opt,sol);
+        case SOLF_ENU : return decode_solenu(p,opt,sol);
+        case SOLF_GSIF: return decode_solgsi(p,opt,sol);
+    }
+    return 0;
+}
+/* decode reference position -------------------------------------------------*/
+static void decode_refpos(char *buff, const solopt_t *opt, double *rb)
+{
+    double val[MAXFIELD],pos[3];
+    int i,n;
+    const char *sep=opt2sep(opt);
+    
+    trace(3,"decode_refpos: buff=%s\n",buff);
+    
+    if ((n=tonum(buff,sep,val))<3) return;
+    
+    if (opt->posf==SOLF_XYZ) { /* xyz */
+        for (i=0;i<3;i++) rb[i]=val[i];
+    }
+    else if (opt->degf==0) { /* lat/lon/hgt (ddd.ddd) */
+        pos[0]=val[0]*D2R;
+        pos[1]=val[1]*D2R;
+        pos[2]=val[2];
+        pos2ecef(pos,rb);
+    }
+    else if (opt->degf==1&&n>=7) { /* lat/lon/hgt (ddd mm ss) */
+        pos[0]=dms2deg(val  )*D2R;
+        pos[1]=dms2deg(val+3)*D2R;
+        pos[2]=val[6];
+        pos2ecef(pos,rb);
+    }
+}
+/* decode solution -----------------------------------------------------------*/
+static int decode_sol(char *buff, const solopt_t *opt, sol_t *sol, double *rb)
+{
+    char *p;
+    
+    trace(4,"decode_sol: buff=%s\n",buff);
+    
+    if (!strncmp(buff,COMMENTH,1)) { /* reference position */
+        if (!strstr(buff,"ref pos")&&!strstr(buff,"slave pos")) return 0;
+        if (!(p=strchr(buff,':'))) return 0;
+        decode_refpos(p+1,opt,rb);
+        return 0;
+    }
+    if (test_nmea(buff)) { /* decode nmea */
+        return decode_nmea(buff,sol);
+    }
+    else { /* decode position record */
+        if (!decode_solpos(buff,opt,sol)) return 0;
+    }
+    return 1;
+}
+/* decode solution options ---------------------------------------------------*/
+static void decode_solopt(char *buff, solopt_t *opt)
+{
+    char *p;
+    
+    trace(4,"decode_solhead: buff=%s\n",buff);
+    
+    if (strncmp(buff,COMMENTH,1)&&strncmp(buff,"+",1)) return;
+    
+    if      (strstr(buff,"GPST")) opt->times=TIMES_GPST;
+    else if (strstr(buff,"UTC" )) opt->times=TIMES_UTC;
+    else if (strstr(buff,"JST" )) opt->times=TIMES_JST;
+    
+    if ((p=strstr(buff,"x-ecef(m)"))) {
+        opt->posf=SOLF_XYZ;
+        opt->degf=0;
+        strncpy(opt->sep,p+9,1);
+        opt->sep[1]='\0';
+    }
+    else if ((p=strstr(buff,"latitude(d'\")"))) {
+        opt->posf=SOLF_LLH;
+        opt->degf=1;
+        strncpy(opt->sep,p+14,1);
+        opt->sep[1]='\0';
+    }
+    else if ((p=strstr(buff,"latitude(deg)"))) {
+        opt->posf=SOLF_LLH;
+        opt->degf=0;
+        strncpy(opt->sep,p+13,1);
+        opt->sep[1]='\0';
+    }
+    else if ((p=strstr(buff,"e-baseline(m)"))) {
+        opt->posf=SOLF_ENU;
+        opt->degf=0;
+        strncpy(opt->sep,p+13,1);
+        opt->sep[1]='\0';
+    }
+    else if ((p=strstr(buff,"+SITE/INF"))) { /* gsi f2/f3 solution */
+        opt->times=TIMES_GPST;
+        opt->posf=SOLF_GSIF;
+        opt->degf=0;
+        strcpy(opt->sep," ");
+    }
+}
+/* read solution option ------------------------------------------------------*/
+static void readsolopt(FILE *fp, solopt_t *opt)
+{
+    char buff[MAXSOLMSG+1];
+    int i;
+    
+    trace(3,"readsolopt:\n");
+    
+    for (i=0;fgets(buff,sizeof(buff),fp)&&i<100;i++) { /* only 100 lines */
+        
+        /* decode solution options */
+        decode_solopt(buff,opt);
+    }
+}
+/* input solution data from stream ---------------------------------------------
+* input solution data from stream
+* args   : unsigned char data I stream data
+*          gtime_t ts       I  start time (ts.time==0: from start)
+*          gtime_t te       I  end time   (te.time==0: to end)
+*          double tint      I  time interval (0: all)
+*          int    qflag     I  quality flag  (0: all)
+*          solbuf_t *solbuf IO solution buffer
+* return : status (1:solution received,0:no solution,-1:disconnect received)
+*-----------------------------------------------------------------------------*/
+extern int inputsol(unsigned char data, gtime_t ts, gtime_t te, double tint,
+                    int qflag, const solopt_t *opt, solbuf_t *solbuf)
+{
+    sol_t sol={{0}};
+    int stat;
+    
+    trace(4,"inputsol: data=0x%02x\n",data);
+    
+    sol.time=solbuf->time;
+    
+    if (data=='$'||(!isprint(data)&&data!='\r'&&data!='\n')) { /* sync header */
+        solbuf->nb=0;
+    }
+    solbuf->buff[solbuf->nb++]=data;
+    if (data!='\n'&&solbuf->nb<MAXSOLMSG) return 0; /* sync trailer */
+    
+    solbuf->buff[solbuf->nb]='\0';
+    solbuf->nb=0;
+    
+    /* check disconnect message */
+    if (!strcmp((char *)solbuf->buff,MSG_DISCONN)) {
+        trace(3,"disconnect received\n");
+        return -1;
+    }
+    /* decode solution */
+    sol.time=solbuf->time;
+    if ((stat=decode_sol((char *)solbuf->buff,opt,&sol,solbuf->rb))>0) {
+        if (stat) solbuf->time=sol.time; /* update current time */
+        if (stat!=1) return 0;
+    }
+    if (stat!=1||!screent(sol.time,ts,te,tint)||(qflag&&sol.stat!=qflag)) {
+        return 0;
+    }
+    /* add solution to solution buffer */
+    return addsol(solbuf,&sol);
+}
+/* read solution data --------------------------------------------------------*/
+static int readsoldata(FILE *fp, gtime_t ts, gtime_t te, double tint, int qflag,
+                      const solopt_t *opt, solbuf_t *solbuf)
+{
+    int c;
+    
+    trace(3,"readsoldata:\n");
+    
+    while ((c=fgetc(fp))!=EOF) {
+        
+        /* input solution */
+        inputsol((unsigned char)c,ts,te,tint,qflag,opt,solbuf);
+    }
+    return solbuf->n>0;
+}
+/* compare solution data -----------------------------------------------------*/
+static int cmpsol(const void *p1, const void *p2)
+{
+    sol_t *q1=(sol_t *)p1,*q2=(sol_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    return tt<-0.0?-1:(tt>0.0?1:0);
+}
+/* sort solution data --------------------------------------------------------*/
+static int sort_solbuf(solbuf_t *solbuf)
+{
+    sol_t *solbuf_data;
+    
+    trace(4,"sort_solbuf: n=%d\n",solbuf->n);
+    
+    if (solbuf->n<=0) return 0;
+    
+    if (!(solbuf_data=(sol_t *)realloc(solbuf->data,sizeof(sol_t)*solbuf->n))) {
+        trace(1,"sort_solbuf: memory allocation error\n");
+        free(solbuf->data); solbuf->data=NULL; solbuf->n=solbuf->nmax=0;
+        return 0;
+    }
+    solbuf->data=solbuf_data;
+    qsort(solbuf->data,solbuf->n,sizeof(sol_t),cmpsol);
+    solbuf->nmax=solbuf->n;
+    solbuf->start=0;
+    solbuf->end=solbuf->n-1;
+    return 1;
+}
+/* read solutions data from solution files -------------------------------------
+* read solution data from soluiton files
+* args   : char   *files[]  I  solution files
+*          int    nfile     I  number of files
+*         (gtime_t ts)      I  start time (ts.time==0: from start)
+*         (gtime_t te)      I  end time   (te.time==0: to end)
+*         (double tint)     I  time interval (0: all)
+*         (int    qflag)    I  quality flag  (0: all)
+*          solbuf_t *solbuf O  solution buffer
+* return : status (1:ok,0:no data or error)
+*-----------------------------------------------------------------------------*/
+extern int readsolt(char *files[], int nfile, gtime_t ts, gtime_t te,
+                    double tint, int qflag, solbuf_t *solbuf)
+{
+    FILE *fp;
+    solopt_t opt=solopt_default;
+    int i;
+    
+    trace(3,"readsolt: nfile=%d\n",nfile);
+    
+    initsolbuf(solbuf,0,0);
+    
+    for (i=0;i<nfile;i++) {
+        if (!(fp=fopen(files[i],"rb"))) {
+            trace(1,"readsolt: file open error %s\n",files[i]);
+            continue;
+        }
+        /* read solution options in header */
+        readsolopt(fp,&opt);
+        rewind(fp);
+        
+        /* read solution data */
+        if (!readsoldata(fp,ts,te,tint,qflag,&opt,solbuf)) {
+            trace(1,"readsolt: no solution in %s\n",files[i]);
+        }
+        fclose(fp);
+    }
+    return sort_solbuf(solbuf);
+}
+extern int readsol(char *files[], int nfile, solbuf_t *sol)
+{
+    gtime_t time={0};
+    
+    trace(3,"readsol: nfile=%d\n",nfile);
+    
+    return readsolt(files,nfile,time,time,0.0,0,sol);
+}
+/* add solution data to solution buffer ----------------------------------------
+* add solution data to solution buffer
+* args   : solbuf_t *solbuf IO solution buffer
+*          sol_t  *sol      I  solution data
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern int addsol(solbuf_t *solbuf, const sol_t *sol)
+{
+    sol_t *solbuf_data;
+    
+    trace(4,"addsol:\n");
+    
+    if (solbuf->cyclic) { /* ring buffer */
+        if (solbuf->nmax<=1) return 0;
+        solbuf->data[solbuf->end]=*sol;
+        if (++solbuf->end>=solbuf->nmax) solbuf->end=0;
+        if (solbuf->start==solbuf->end) {
+            if (++solbuf->start>=solbuf->nmax) solbuf->start=0;
+        }
+        else solbuf->n++;
+        
+        return 1;
+    }
+    if (solbuf->n>=solbuf->nmax) {
+        solbuf->nmax=solbuf->nmax==0?8192:solbuf->nmax*2;
+        if (!(solbuf_data=(sol_t *)realloc(solbuf->data,sizeof(sol_t)*solbuf->nmax))) {
+            trace(1,"addsol: memory allocation error\n");
+            free(solbuf->data); solbuf->data=NULL; solbuf->n=solbuf->nmax=0;
+            return 0;
+        }
+        solbuf->data=solbuf_data;
+    }
+    solbuf->data[solbuf->n++]=*sol;
+    return 1;
+}
+/* get solution data from solution buffer --------------------------------------
+* get solution data by index from solution buffer
+* args   : solbuf_t *solbuf I  solution buffer
+*          int    index     I  index of solution (0...)
+* return : solution data pointer (NULL: no solution, out of range)
+*-----------------------------------------------------------------------------*/
+extern sol_t *getsol(solbuf_t *solbuf, int index)
+{
+    trace(4,"getsol: index=%d\n",index);
+    
+    if (index<0||solbuf->n<=index) return NULL;
+    if ((index=solbuf->start+index)>=solbuf->nmax) {
+        index-=solbuf->nmax;
+    }
+    return solbuf->data+index;
+}
+/* initialize solution buffer --------------------------------------------------
+* initialize position solutions
+* args   : solbuf_t *solbuf I  solution buffer
+*          int    cyclic    I  solution data buffer type (0:linear,1:cyclic)
+*          int    nmax      I  initial number of solution data
+* return : status (1:ok,0:error)
+*-----------------------------------------------------------------------------*/
+extern void initsolbuf(solbuf_t *solbuf, int cyclic, int nmax)
+{
+    gtime_t time0={0};
+    
+    trace(3,"initsolbuf: cyclic=%d nmax=%d\n",cyclic,nmax);
+    
+    solbuf->n=solbuf->nmax=solbuf->start=solbuf->end=0;
+    solbuf->cyclic=cyclic;
+    solbuf->time=time0;
+    solbuf->data=NULL;
+    if (cyclic) {
+        if (nmax<=2) nmax=2;
+        if (!(solbuf->data=malloc(sizeof(sol_t)*nmax))) {
+            trace(1,"initsolbuf: memory allocation error\n");
+            return;
+        }
+        solbuf->nmax=nmax;
+    }
+}
+/* free solution ---------------------------------------------------------------
+* free memory for solution buffer
+* args   : solbuf_t *solbuf I  solution buffer
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void freesolbuf(solbuf_t *solbuf)
+{
+    trace(3,"freesolbuf: n=%d\n",solbuf->n);
+    
+    free(solbuf->data);
+    solbuf->n=solbuf->nmax=solbuf->start=solbuf->end=0;
+    solbuf->data=NULL;
+}
+extern void freesolstatbuf(solstatbuf_t *solstatbuf)
+{
+    trace(3,"freesolstatbuf: n=%d\n",solstatbuf->n);
+    
+    solstatbuf->n=solstatbuf->nmax=0;
+    free(solstatbuf->data);
+    solstatbuf->data=NULL;
+}
+/* compare solution status ---------------------------------------------------*/
+static int cmpsolstat(const void *p1, const void *p2)
+{
+    solstat_t *q1=(solstat_t *)p1,*q2=(solstat_t *)p2;
+    double tt=timediff(q1->time,q2->time);
+    return tt<-0.0?-1:(tt>0.0?1:0);
+}
+/* sort solution data --------------------------------------------------------*/
+static int sort_solstat(solstatbuf_t *statbuf)
+{
+    solstat_t *statbuf_data;
+    
+    trace(4,"sort_solstat: n=%d\n",statbuf->n);
+    
+    if (statbuf->n<=0) return 0;
+    
+    if (!(statbuf_data=realloc(statbuf->data,sizeof(solstat_t)*statbuf->n))) {
+        trace(1,"sort_solstat: memory allocation error\n");
+        free(statbuf->data); statbuf->data=NULL; statbuf->n=statbuf->nmax=0;
+        return 0;
+    }
+    statbuf->data=statbuf_data;
+    qsort(statbuf->data,statbuf->n,sizeof(solstat_t),cmpsolstat);
+    statbuf->nmax=statbuf->n;
+    return 1;
+}
+/* decode solution status ----------------------------------------------------*/
+static int decode_solstat(char *buff, solstat_t *stat)
+{
+    static const solstat_t stat0={{0}};
+    double tow,az,el,resp,resc;
+    int n,week,sat,frq,vsat,snr,fix,slip,lock,outc,slipc,rejc;
+    char id[32]="",*p;
+    
+    trace(4,"decode_solstat: buff=%s\n",buff);
+    
+    if (strstr(buff,"$SAT")!=buff) return 0;
+    
+    for (p=buff;*p;p++) if (*p==',') *p=' ';
+    
+    n=sscanf(buff,"$SAT%d%lf%31s%d%lf%lf%lf%lf%d%d%d%d%d%d%d%d",
+             &week,&tow,id,&frq,&az,&el,&resp,&resc,&vsat,&snr,&fix,&slip,
+             &lock,&outc,&slipc,&rejc);
+    
+    if (n<15) {
+        trace(2,"invalid format of solution status: %s\n",buff);
+        return 0;
+    }
+    if ((sat=satid2no(id))<=0) {
+        trace(2,"invalid satellite in solution status: %s\n",id);
+        return 0;
+    }
+    *stat=stat0;
+    stat->time=gpst2time(week,tow);
+    stat->sat  =(unsigned char)sat;
+    stat->frq  =(unsigned char)frq;
+    stat->az   =(float)(az*D2R);
+    stat->el   =(float)(el*D2R);
+    stat->resp =(float)resp;
+    stat->resc =(float)resc;
+    stat->flag =(unsigned char)((vsat<<5)+(slip<<3)+fix);
+    stat->snr  =(unsigned char)(snr*4.0+0.5);
+    stat->lock =(unsigned short)lock;
+    stat->outc =(unsigned short)outc;
+    stat->slipc=(unsigned short)slipc;
+    stat->rejc =(unsigned short)rejc;
+    return 1;
+}
+/* add solution status data --------------------------------------------------*/
+static void addsolstat(solstatbuf_t *statbuf, const solstat_t *stat)
+{
+    solstat_t *statbuf_data;
+    
+    trace(4,"addsolstat:\n");
+    
+    if (statbuf->n>=statbuf->nmax) {
+        statbuf->nmax=statbuf->nmax==0?8192:statbuf->nmax*2;
+        if (!(statbuf_data=(solstat_t *)realloc(statbuf->data,sizeof(solstat_t)*
+                                                statbuf->nmax))) {
+            trace(1,"addsolstat: memory allocation error\n");
+            free(statbuf->data); statbuf->data=NULL; statbuf->n=statbuf->nmax=0;
+            return;
+        }
+        statbuf->data=statbuf_data;
+    }
+    statbuf->data[statbuf->n++]=*stat;
+}
+/* read solution status data -------------------------------------------------*/
+static int readsolstatdata(FILE *fp, gtime_t ts, gtime_t te, double tint,
+                           solstatbuf_t *statbuf)
+{
+    solstat_t stat={{0}};
+    char buff[MAXSOLMSG+1];
+    
+    trace(3,"readsolstatdata:\n");
+    
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        /* decode solution status */
+        if (!decode_solstat(buff,&stat)) continue;
+        
+        /* add solution to solution buffer */
+        if (screent(stat.time,ts,te,tint)) {
+            addsolstat(statbuf,&stat);
+        }
+    }
+    return statbuf->n>0;
+}
+/* read solution status --------------------------------------------------------
+* read solution status from solution status files
+* args   : char   *files[]  I  solution status files
+*          int    nfile     I  number of files
+*         (gtime_t ts)      I  start time (ts.time==0: from start)
+*         (gtime_t te)      I  end time   (te.time==0: to end)
+*         (double tint)     I  time interval (0: all)
+*          solstatbuf_t *statbuf O  solution status buffer
+* return : status (1:ok,0:no data or error)
+*-----------------------------------------------------------------------------*/
+extern int readsolstatt(char *files[], int nfile, gtime_t ts, gtime_t te,
+                        double tint, solstatbuf_t *statbuf)
+{
+    FILE *fp;
+    char path[1024];
+    int i;
+    
+    trace(3,"readsolstatt: nfile=%d\n",nfile);
+    
+    statbuf->n=statbuf->nmax=0;
+    statbuf->data=NULL;
+    
+    for (i=0;i<nfile;i++) {
+        sprintf(path,"%s.stat",files[i]);
+        if (!(fp=fopen(path,"r"))) {
+            trace(1,"readsolstatt: file open error %s\n",path);
+            continue;
+        }
+        /* read solution status data */
+        if (!readsolstatdata(fp,ts,te,tint,statbuf)) {
+            trace(1,"readsolt: no solution in %s\n",path);
+        }
+        fclose(fp);
+    }
+    return sort_solstat(statbuf);
+}
+extern int readsolstat(char *files[], int nfile, solstatbuf_t *statbuf)
+{
+    gtime_t time={0};
+    
+    trace(3,"readsolstat: nfile=%d\n",nfile);
+    
+    return readsolstatt(files,nfile,time,time,0.0,statbuf);
+}
+/* output solution as the form of x/y/z-ecef ---------------------------------*/
+static int outecef(unsigned char *buff, const char *s, const sol_t *sol,
+                   const solopt_t *opt)
+{
+    const char *sep=opt2sep(opt);
+    char *p=(char *)buff;
+    
+    trace(3,"outecef:\n");
+    
+    p+=sprintf(p,"%s%s%14.4f%s%14.4f%s%14.4f%s%3d%s%3d%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%6.2f%s%6.1f\n",
+               s,sep,sol->rr[0],sep,sol->rr[1],sep,sol->rr[2],sep,sol->stat,sep,
+               sol->ns,sep,SQRT(sol->qr[0]),sep,SQRT(sol->qr[1]),sep,SQRT(sol->qr[2]),
+               sep,sqvar(sol->qr[3]),sep,sqvar(sol->qr[4]),sep,sqvar(sol->qr[5]),
+               sep,sol->age,sep,sol->ratio);
+    return p-(char *)buff;
+}
+/* output solution as the form of lat/lon/height -----------------------------*/
+static int outpos(unsigned char *buff, const char *s, const sol_t *sol,
+                  const solopt_t *opt)
+{
+    double pos[3],dms1[3],dms2[3],P[9],Q[9];
+    const char *sep=opt2sep(opt);
+    char *p=(char *)buff;
+    
+    trace(3,"outpos  :\n");
+    
+    ecef2pos(sol->rr,pos);
+    soltocov(sol,P);
+    covenu(pos,P,Q);
+    if (opt->height==1) { /* geodetic height */
+        pos[2]-=geoidh(pos);
+    }
+    if (opt->degf) {
+        deg2dms(pos[0]*R2D,dms1);
+        deg2dms(pos[1]*R2D,dms2);
+        p+=sprintf(p,"%s%s%4.0f%s%02.0f%s%08.5f%s%4.0f%s%02.0f%s%08.5f",s,sep,
+                   dms1[0],sep,dms1[1],sep,dms1[2],sep,dms2[0],sep,dms2[1],sep,
+                   dms2[2]);
+    }
+    else p+=sprintf(p,"%s%s%14.9f%s%14.9f",s,sep,pos[0]*R2D,sep,pos[1]*R2D);
+    p+=sprintf(p,"%s%10.4f%s%3d%s%3d%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%6.2f%s%6.1f\n",
+               sep,pos[2],sep,sol->stat,sep,sol->ns,sep,SQRT(Q[4]),sep,
+               SQRT(Q[0]),sep,SQRT(Q[8]),sep,sqvar(Q[1]),sep,sqvar(Q[2]),
+               sep,sqvar(Q[5]),sep,sol->age,sep,sol->ratio);
+    return p-(char *)buff;
+}
+/* output solution as the form of e/n/u-baseline -----------------------------*/
+static int outenu(unsigned char *buff, const char *s, const sol_t *sol,
+                  const double *rb, const solopt_t *opt)
+{
+    double pos[3],rr[3],enu[3],P[9],Q[9];
+    int i;
+    const char *sep=opt2sep(opt);
+    char *p=(char *)buff;
+    
+    trace(3,"outenu  :\n");
+    
+    for (i=0;i<3;i++) rr[i]=sol->rr[i]-rb[i];
+    ecef2pos(rb,pos);
+    soltocov(sol,P);
+    covenu(pos,P,Q);
+    ecef2enu(pos,rr,enu);
+    p+=sprintf(p,"%s%s%14.4f%s%14.4f%s%14.4f%s%3d%s%3d%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%8.4f%s%6.2f%s%6.1f\n",
+               s,sep,enu[0],sep,enu[1],sep,enu[2],sep,sol->stat,sep,sol->ns,sep,
+               SQRT(Q[0]),sep,SQRT(Q[4]),sep,SQRT(Q[8]),sep,sqvar(Q[1]),
+               sep,sqvar(Q[5]),sep,sqvar(Q[2]),sep,sol->age,sep,sol->ratio);
+    return p-(char *)buff;
+}
+/* output solution in the form of nmea RMC sentence --------------------------*/
+extern int outnmea_rmc(unsigned char *buff, const sol_t *sol)
+{
+    static double dirp=0.0;
+    gtime_t time;
+    double ep[6],pos[3],enuv[3],dms1[3],dms2[3],vel,dir,amag=0.0;
+    char *p=(char *)buff,*q,sum,*emag="E";
+    
+    trace(3,"outnmea_rmc:\n");
+    
+    if (sol->stat<=SOLQ_NONE) {
+        p+=sprintf(p,"$GPRMC,,,,,,,,,,,,");
+        for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q;
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+        return p-(char *)buff;
+    }
+    time=gpst2utc(sol->time);
+    if (time.sec>=0.995) {time.time++; time.sec=0.0;}
+    time2epoch(time,ep);
+    ecef2pos(sol->rr,pos);
+    ecef2enu(pos,sol->rr+3,enuv);
+    vel=norm(enuv,3);
+    if (vel>=1.0) {
+        dir=atan2(enuv[0],enuv[1])*R2D;
+        if (dir<0.0) dir+=360.0;
+        dirp=dir;
+    }
+    else dir=dirp;
+    deg2dms(fabs(pos[0])*R2D,dms1);
+    deg2dms(fabs(pos[1])*R2D,dms2);
+    p+=sprintf(p,"$GPRMC,%02.0f%02.0f%05.2f,A,%02.0f%010.7f,%s,%03.0f%010.7f,%s,%4.2f,%4.2f,%02.0f%02.0f%02d,%.1f,%s,%s",
+               ep[3],ep[4],ep[5],dms1[0],dms1[1]+dms1[2]/60.0,pos[0]>=0?"N":"S",
+               dms2[0],dms2[1]+dms2[2]/60.0,pos[1]>=0?"E":"W",vel/KNOT2M,dir,
+               ep[2],ep[1],(int)ep[0]%100,amag,emag,
+               sol->stat==SOLQ_DGPS||sol->stat==SOLQ_FLOAT||sol->stat==SOLQ_FIX?"D":"A");
+    for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+    p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    return p-(char *)buff;
+}
+/* output solution in the form of nmea GGA sentence --------------------------*/
+extern int outnmea_gga(unsigned char *buff, const sol_t *sol)
+{
+    gtime_t time;
+    double h,ep[6],pos[3],dms1[3],dms2[3],dop=1.0;
+    int solq;
+    char *p=(char *)buff,*q,sum;
+    
+    trace(3,"outnmea_gga:\n");
+    
+    if (sol->stat<=SOLQ_NONE) {
+        p+=sprintf(p,"$GPGGA,,,,,,,,,,,,,,");
+        for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q;
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+        return p-(char *)buff;
+    }
+    for (solq=0;solq<8;solq++) if (solq_nmea[solq]==sol->stat) break;
+    if (solq>=8) solq=0;
+    time=gpst2utc(sol->time);
+    if (time.sec>=0.995) {time.time++; time.sec=0.0;}
+    time2epoch(time,ep);
+    ecef2pos(sol->rr,pos);
+    h=geoidh(pos);
+    deg2dms(fabs(pos[0])*R2D,dms1);
+    deg2dms(fabs(pos[1])*R2D,dms2);
+    p+=sprintf(p,"$GPGGA,%02.0f%02.0f%05.2f,%02.0f%010.7f,%s,%03.0f%010.7f,%s,%d,%02d,%.1f,%.3f,M,%.3f,M,%.1f,",
+               ep[3],ep[4],ep[5],dms1[0],dms1[1]+dms1[2]/60.0,pos[0]>=0?"N":"S",
+               dms2[0],dms2[1]+dms2[2]/60.0,pos[1]>=0?"E":"W",solq,
+               sol->ns,dop,pos[2]-h,h,sol->age);
+    for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+    p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    return p-(char *)buff;
+}
+/* output solution in the form of nmea GSA sentences -------------------------*/
+extern int outnmea_gsa(unsigned char *buff, const sol_t *sol,
+                       const ssat_t *ssat)
+{
+    double azel[MAXSAT*2],dop[4];
+    int i,sat,sys,nsat,prn[MAXSAT];
+    char *p=(char *)buff,*q,*s,sum;
+    
+    trace(3,"outnmea_gsa:\n");
+    
+    if (sol->stat<=SOLQ_NONE) {
+        p+=sprintf(p,"$GPGSA,A,1,,,,,,,,,,,,,,,");
+        for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q;
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+        return p-(char *)buff;
+    }
+    /* GPGSA: gps/sbas */
+    for (sat=1,nsat=0;sat<=MAXSAT&&nsat<12;sat++) {
+        if (!ssat[sat-1].vs||ssat[sat-1].azel[1]<=0.0) continue;
+        sys=satsys(sat,prn+nsat);
+        if (sys!=SYS_GPS&&sys!=SYS_SBS) continue;
+        if (sys==SYS_SBS) prn[nsat]+=33-MINPRNSBS;
+        for (i=0;i<2;i++) azel[i+nsat*2]=ssat[sat-1].azel[i];
+        nsat++;
+    }
+    if (nsat>0) {
+        s=p;
+        p+=sprintf(p,"$GPGSA,A,%d",sol->stat<=0?1:3);
+        for (i=0;i<12;i++) {
+            if (i<nsat) p+=sprintf(p,",%02d",prn[i]);
+            else        p+=sprintf(p,",");
+        }
+        dops(nsat,azel,0.0,dop);
+        p+=sprintf(p,",%3.1f,%3.1f,%3.1f,1",dop[1],dop[2],dop[3]);
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    /* GLGSA: glonass */
+    for (sat=1,nsat=0;sat<=MAXSAT&&nsat<12;sat++) {
+        if (!ssat[sat-1].vs||ssat[sat-1].azel[1]<=0.0) continue;
+        if (satsys(sat,prn+nsat)!=SYS_GLO) continue;
+        for (i=0;i<2;i++) azel[i+nsat*2]=ssat[sat-1].azel[i];
+        nsat++;
+    }
+    if (nsat>0) {
+        s=p;
+        p+=sprintf(p,"$GLGSA,A,%d",sol->stat<=0?1:3);
+        for (i=0;i<12;i++) {
+            if (i<nsat) p+=sprintf(p,",%02d",prn[i]+64);
+            else        p+=sprintf(p,",");
+        }
+        dops(nsat,azel,0.0,dop);
+        p+=sprintf(p,",%3.1f,%3.1f,%3.1f,2",dop[1],dop[2],dop[3]);
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    /* GAGSA: galileo */
+    for (sat=1,nsat=0;sat<=MAXSAT&&nsat<12;sat++) {
+        if (!ssat[sat-1].vs||ssat[sat-1].azel[1]<=0.0) continue;
+        if (satsys(sat,prn+nsat)!=SYS_GAL) continue;
+        for (i=0;i<2;i++) azel[i+nsat*2]=ssat[sat-1].azel[i];
+        nsat++;
+    }
+    if (nsat>0) {
+        s=p;
+        p+=sprintf(p,"$GAGSA,A,%d",sol->stat<=0?1:3);
+        for (i=0;i<12;i++) {
+            if (i<nsat) p+=sprintf(p,",%02d",prn[i]);
+            else        p+=sprintf(p,",");
+        }
+        dops(nsat,azel,0.0,dop);
+        p+=sprintf(p,",%3.1f,%3.1f,%3.1f,3",dop[1],dop[2],dop[3]);
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    return p-(char *)buff;
+}
+/* output solution in the form of nmea GSV sentence --------------------------*/
+extern int outnmea_gsv(unsigned char *buff, const sol_t *sol,
+                       const ssat_t *ssat)
+{
+    double az,el,snr;
+    int i,j,k,n,sat,prn,sys,nmsg,sats[MAXSAT];
+    char *p=(char *)buff,*q,*s,sum;
+    
+    trace(3,"outnmea_gsv:\n");
+    
+    if (sol->stat<=SOLQ_NONE) {
+        p+=sprintf(p,"$GPGSV,1,1,0,,,,,,,,,,,,,,,,");
+        for (q=(char *)buff+1,sum=0;*q;q++) sum^=*q;
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+        return p-(char *)buff;
+    }
+    /* GPGSV: gps/sbas */
+    for (sat=1,n=0;sat<MAXSAT&&n<12;sat++) {
+        sys=satsys(sat,&prn);
+        if (sys!=SYS_GPS&&sys!=SYS_SBS) continue;
+        if (ssat[sat-1].vs&&ssat[sat-1].azel[1]>0.0) sats[n++]=sat;
+    }
+    nmsg=n<=0?0:(n-1)/4+1;
+    
+    for (i=k=0;i<nmsg;i++) {
+        s=p;
+        p+=sprintf(p,"$GPGSV,%d,%d,%02d",nmsg,i+1,n);
+        
+        for (j=0;j<4;j++,k++) {
+            if (k<n) {
+                if (satsys(sats[k],&prn)==SYS_SBS) prn+=33-MINPRNSBS;
+                az =ssat[sats[k]-1].azel[0]*R2D; if (az<0.0) az+=360.0;
+                el =ssat[sats[k]-1].azel[1]*R2D;
+                snr=ssat[sats[k]-1].snr[0]*0.25;
+                p+=sprintf(p,",%02d,%02.0f,%03.0f,%02.0f",prn,el,az,snr);
+            }
+            else p+=sprintf(p,",,,,");
+        }
+        p+=sprintf(p,",1"); /* L1C/A */
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    /* GLGSV: glonass */
+    for (sat=1,n=0;sat<MAXSAT&&n<12;sat++) {
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        if (ssat[sat-1].vs&&ssat[sat-1].azel[1]>0.0) sats[n++]=sat;
+    }
+    nmsg=n<=0?0:(n-1)/4+1;
+    
+    for (i=k=0;i<nmsg;i++) {
+        s=p;
+        p+=sprintf(p,"$GLGSV,%d,%d,%02d",nmsg,i+1,n);
+        
+        for (j=0;j<4;j++,k++) {
+            if (k<n) {
+                satsys(sats[k],&prn); prn+=64; /* 65-99 */
+                az =ssat[sats[k]-1].azel[0]*R2D; if (az<0.0) az+=360.0;
+                el =ssat[sats[k]-1].azel[1]*R2D;
+                snr=ssat[sats[k]-1].snr[0]*0.25;
+                p+=sprintf(p,",%02d,%02.0f,%03.0f,%02.0f",prn,el,az,snr);
+            }
+            else p+=sprintf(p,",,,,");
+        }
+        p+=sprintf(p,",1"); /* L1C/A */
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    /* GAGSV: galileo */
+    for (sat=1,n=0;sat<MAXSAT&&n<12;sat++) {
+        if (satsys(sat,&prn)!=SYS_GAL) continue;
+        if (ssat[sat-1].vs&&ssat[sat-1].azel[1]>0.0) sats[n++]=sat;
+    }
+    nmsg=n<=0?0:(n-1)/4+1;
+    
+    for (i=k=0;i<nmsg;i++) {
+        s=p;
+        p+=sprintf(p,"$GAGSV,%d,%d,%02d",nmsg,i+1,n);
+        
+        for (j=0;j<4;j++,k++) {
+            if (k<n) {
+                satsys(sats[k],&prn); /* 1-36 */
+                az =ssat[sats[k]-1].azel[0]*R2D; if (az<0.0) az+=360.0;
+                el =ssat[sats[k]-1].azel[1]*R2D;
+                snr=ssat[sats[k]-1].snr[0]*0.25;
+                p+=sprintf(p,",%02d,%02.0f,%03.0f,%02.0f",prn,el,az,snr);
+            }
+            else p+=sprintf(p,",,,,");
+        }
+        p+=sprintf(p,",7"); /* L1BC */
+        for (q=s+1,sum=0;*q;q++) sum^=*q; /* check-sum */
+        p+=sprintf(p,"*%02X%c%c",sum,0x0D,0x0A);
+    }
+    return p-(char *)buff;
+}
+/* output processing options ---------------------------------------------------
+* output processing options to buffer
+* args   : unsigned char *buff IO output buffer
+*          prcopt_t *opt    I   processign options
+* return : number of output bytes
+*-----------------------------------------------------------------------------*/
+extern int outprcopts(unsigned char *buff, const prcopt_t *opt)
+{
+    const int sys[]={SYS_GPS,SYS_GLO,SYS_GAL,SYS_QZS,SYS_SBS,0};
+    const char *s1[]={"single","dgps","kinematic","static","moving-base","fixed",
+                 "ppp-kinematic","ppp-static","ppp-fixed",""};
+    const char *s2[]={"L1","L1+L2","L1+L2+L5","L1+L2+L5+L6","L1+L2+L5+L6+L7",
+                      "L1+L2+L5+L6+L7+L8",""};
+    const char *s3[]={"forward","backward","combined"};
+    const char *s4[]={"off","broadcast","sbas","iono-free","estimation",
+                      "ionex tec","qzs","lex","vtec_sf","vtec_ef","gtec",""};
+    const char *s5[]={"off","saastamoinen","sbas","est ztd","est ztd+grad",""};
+    const char *s6[]={"broadcast","precise","broadcast+sbas","broadcast+ssr apc",
+                      "broadcast+ssr com","qzss lex",""};
+    const char *s7[]={"gps","glonass","galileo","qzss","sbas",""};
+    const char *s8[]={"off","continuous","instantaneous","fix and hold",""};
+    const char *s9[]={"off","on","auto calib","external calib",""};
+    int i;
+    char *p=(char *)buff;
+    
+    trace(3,"outprcopts:\n");
+    
+    p+=sprintf(p,"%s pos mode  : %s\n",COMMENTH,s1[opt->mode]);
+    
+    if (PMODE_DGPS<=opt->mode&&opt->mode<=PMODE_FIXED) {
+        p+=sprintf(p,"%s freqs     : %s\n",COMMENTH,s2[opt->nf-1]);
+    }
+    if (opt->mode>PMODE_SINGLE) {
+        p+=sprintf(p,"%s solution  : %s\n",COMMENTH,s3[opt->soltype]);
+    }
+    p+=sprintf(p,"%s elev mask : %.1f deg\n",COMMENTH,opt->elmin*R2D);
+    if (opt->mode>PMODE_SINGLE) {
+        p+=sprintf(p,"%s dynamics  : %s\n",COMMENTH,opt->dynamics?"on":"off");
+        p+=sprintf(p,"%s tidecorr  : %s\n",COMMENTH,opt->tidecorr?"on":"off");
+    }
+    if (opt->mode<=PMODE_FIXED) {
+        p+=sprintf(p,"%s ionos opt : %s\n",COMMENTH,s4[opt->ionoopt]);
+    }
+    p+=sprintf(p,"%s tropo opt : %s\n",COMMENTH,s5[opt->tropopt]);
+    p+=sprintf(p,"%s ephemeris : %s\n",COMMENTH,s6[opt->sateph]);
+    if (opt->navsys!=SYS_GPS) {
+        p+=sprintf(p,"%s navi sys  :",COMMENTH);
+        for (i=0;sys[i];i++) {
+            if (opt->navsys&sys[i]) p+=sprintf(p," %s",s7[i]);
+        }
+        p+=sprintf(p,"\n");
+    }
+    if (PMODE_KINEMA<=opt->mode&&opt->mode<=PMODE_FIXED) {
+        p+=sprintf(p,"%s amb res   : %s\n",COMMENTH,s8[opt->modear]);
+        if (opt->navsys&SYS_GLO) {
+            p+=sprintf(p,"%s amb glo   : %s\n",COMMENTH,s9[opt->glomodear]);
+        }
+        if (opt->thresar[0]>0.0) {
+            p+=sprintf(p,"%s val thres : %.1f\n",COMMENTH,opt->thresar[0]);
+        }
+    }
+    if (opt->mode==PMODE_MOVEB&&opt->baseline[0]>0.0) {
+        p+=sprintf(p,"%s baseline  : %.4f %.4f m\n",COMMENTH,
+                   opt->baseline[0],opt->baseline[1]);
+    }
+    for (i=0;i<2;i++) {
+        if (opt->mode==PMODE_SINGLE||(i>=1&&opt->mode>PMODE_FIXED)) continue;
+        p+=sprintf(p,"%s antenna%d  : %-21s (%7.4f %7.4f %7.4f)\n",COMMENTH,
+                   i+1,opt->anttype[i],opt->antdel[i][0],opt->antdel[i][1],
+                   opt->antdel[i][2]);
+    }
+    return p-(char *)buff;
+}
+/* output solution header ------------------------------------------------------
+* output solution header to buffer
+* args   : unsigned char *buff IO output buffer
+*          solopt_t *opt    I   solution options
+* return : number of output bytes
+*-----------------------------------------------------------------------------*/
+extern int outsolheads(unsigned char *buff, const solopt_t *opt)
+{
+    const char *s1[]={"WGS84","Tokyo"},*s2[]={"ellipsoidal","geodetic"};
+    const char *s3[]={"GPST","UTC ","JST "},*sep=opt2sep(opt);
+    char *p=(char *)buff;
+    int timeu=opt->timeu<0?0:(opt->timeu>20?20:opt->timeu);
+    
+    trace(3,"outsolheads:\n");
+    
+    if (opt->posf==SOLF_NMEA) return 0;
+    
+    if (opt->outhead) {
+        p+=sprintf(p,"%s (",COMMENTH);
+        if      (opt->posf==SOLF_XYZ) p+=sprintf(p,"x/y/z-ecef=WGS84");
+        else if (opt->posf==SOLF_ENU) p+=sprintf(p,"e/n/u-baseline=WGS84");
+        else p+=sprintf(p,"lat/lon/height=%s/%s",s1[opt->datum],s2[opt->height]);
+        p+=sprintf(p,",Q=1:fix,2:float,3:sbas,4:dgps,5:single,6:ppp,ns=# of satellites)\n");
+    }
+    p+=sprintf(p,"%s  %-*s%s",COMMENTH,(opt->timef?16:8)+timeu+1,s3[opt->times],sep);
+    
+    if (opt->posf==SOLF_LLH) { /* lat/lon/hgt */
+        if (opt->degf) {
+            p+=sprintf(p,"%16s%s%16s%s%10s%s%3s%s%3s%s%8s%s%8s%s%8s%s%8s%s%8s%s%8s%s%6s%s%6s\n",
+                       "latitude(d'\")",sep,"longitude(d'\")",sep,"height(m)",sep,
+                       "Q",sep,"ns",sep,"sdn(m)",sep,"sde(m)",sep,"sdu(m)",sep,
+                       "sdne(m)",sep,"sdeu(m)",sep,"sdue(m)",sep,"age(s)",sep,"ratio");
+        }
+        else {
+            p+=sprintf(p,"%14s%s%14s%s%10s%s%3s%s%3s%s%8s%s%8s%s%8s%s%8s%s%8s%s%8s%s%6s%s%6s\n",
+                       "latitude(deg)",sep,"longitude(deg)",sep,"height(m)",sep,
+                       "Q",sep,"ns",sep,"sdn(m)",sep,"sde(m)",sep,"sdu(m)",sep,
+                       "sdne(m)",sep,"sdeu(m)",sep,"sdun(m)",sep,"age(s)",sep,"ratio");
+        }
+    }
+    else if (opt->posf==SOLF_XYZ) { /* x/y/z-ecef */
+        p+=sprintf(p,"%14s%s%14s%s%14s%s%3s%s%3s%s%8s%s%8s%s%8s%s%8s%s%8s%s%8s%s%6s%s%6s\n",
+                   "x-ecef(m)",sep,"y-ecef(m)",sep,"z-ecef(m)",sep,"Q",sep,"ns",sep,
+                   "sdx(m)",sep,"sdy(m)",sep,"sdz(m)",sep,"sdxy(m)",sep,
+                   "sdyz(m)",sep,"sdzx(m)",sep,"age(s)",sep,"ratio");
+    }
+    else if (opt->posf==SOLF_ENU) { /* e/n/u-baseline */
+        p+=sprintf(p,"%14s%s%14s%s%14s%s%3s%s%3s%s%8s%s%8s%s%8s%s%8s%s%8s%s%8s%s%6s%s%6s\n",
+                   "e-baseline(m)",sep,"n-baseline(m)",sep,"u-baseline(m)",sep,
+                   "Q",sep,"ns",sep,"sde(m)",sep,"sdn(m)",sep,"sdu(m)",sep,
+                   "sden(m)",sep,"sdnu(m)",sep,"sdue(m)",sep,"age(s)",sep,"ratio");
+    }
+    return p-(char *)buff;
+}
+/* output solution body --------------------------------------------------------
+* output solution body to buffer
+* args   : unsigned char *buff IO output buffer
+*          sol_t  *sol      I   solution
+*          double *rb       I   base station position {x,y,z} (ecef) (m)
+*          solopt_t *opt    I   solution options
+* return : number of output bytes
+*-----------------------------------------------------------------------------*/
+extern int outsols(unsigned char *buff, const sol_t *sol, const double *rb,
+                   const solopt_t *opt)
+{
+    gtime_t time,ts={0};
+    double gpst;
+    int week,timeu;
+    const char *sep=opt2sep(opt);
+    char s[64];
+    unsigned char *p=buff;
+    
+    trace(3,"outsols :\n");
+    
+    if (opt->posf==SOLF_NMEA) {
+        if (opt->nmeaintv[0]<0.0) return 0;
+        if (!screent(sol->time,ts,ts,opt->nmeaintv[0])) return 0;
+    }
+    if (sol->stat<=SOLQ_NONE||(opt->posf==SOLF_ENU&&norm(rb,3)<=0.0)) {
+        return 0;
+    }
+    timeu=opt->timeu<0?0:(opt->timeu>20?20:opt->timeu);
+    
+    time=sol->time;
+    if (opt->times>=TIMES_UTC) time=gpst2utc(time);
+    if (opt->times==TIMES_JST) time=timeadd(time,9*3600.0);
+    
+    if (opt->timef) time2str(time,s,timeu);
+    else {
+        gpst=time2gpst(time,&week);
+        if (86400*7-gpst<0.5/pow(10.0,timeu)) {
+            week++;
+            gpst=0.0;
+        }
+        sprintf(s,"%4d%s%*.*f",week,sep,6+(timeu<=0?0:timeu+1),timeu,gpst);
+    }
+    switch (opt->posf) {
+        case SOLF_LLH:  p+=outpos (p,s,sol,opt);   break;
+        case SOLF_XYZ:  p+=outecef(p,s,sol,opt);   break;
+        case SOLF_ENU:  p+=outenu(p,s,sol,rb,opt); break;
+        case SOLF_NMEA: p+=outnmea_rmc(p,sol);
+                        p+=outnmea_gga(p,sol); break;
+    }
+    return p-buff;
+}
+/* output solution extended ----------------------------------------------------
+* output solution exteneded infomation
+* args   : unsigned char *buff IO output buffer
+*          sol_t  *sol      I   solution
+*          ssat_t *ssat     I   satellite status
+*          solopt_t *opt    I   solution options
+* return : number of output bytes
+* notes  : only support nmea
+*-----------------------------------------------------------------------------*/
+extern int outsolexs(unsigned char *buff, const sol_t *sol, const ssat_t *ssat,
+                     const solopt_t *opt)
+{
+    gtime_t ts={0};
+    unsigned char *p=buff;
+    
+    trace(3,"outsolexs:\n");
+    
+    if (opt->posf==SOLF_NMEA) {
+        if (opt->nmeaintv[1]<0.0) return 0;
+        if (!screent(sol->time,ts,ts,opt->nmeaintv[1])) return 0;
+    }
+    if (opt->posf==SOLF_NMEA) {
+        p+=outnmea_gsa(p,sol,ssat);
+        p+=outnmea_gsv(p,sol,ssat);
+    }
+    return p-buff;
+}
+/* output processing option ----------------------------------------------------
+* output processing option to file
+* args   : FILE   *fp       I   output file pointer
+*          prcopt_t *opt    I   processing options
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void outprcopt(FILE *fp, const prcopt_t *opt)
+{
+    unsigned char buff[MAXSOLMSG+1];
+    int n;
+    
+    trace(3,"outprcopt:\n");
+    
+    if ((n=outprcopts(buff,opt))>0) {
+        fwrite(buff,n,1,fp);
+    }
+}
+/* output solution header ------------------------------------------------------
+* output solution heade to file
+* args   : FILE   *fp       I   output file pointer
+*          solopt_t *opt    I   solution options
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void outsolhead(FILE *fp, const solopt_t *opt)
+{
+    unsigned char buff[MAXSOLMSG+1];
+    int n;
+    
+    trace(3,"outsolhead:\n");
+    
+    if ((n=outsolheads(buff,opt))>0) {
+        fwrite(buff,n,1,fp);
+    }
+}
+/* output solution body --------------------------------------------------------
+* output solution body to file
+* args   : FILE   *fp       I   output file pointer
+*          sol_t  *sol      I   solution
+*          double *rb       I   base station position {x,y,z} (ecef) (m)
+*          solopt_t *opt    I   solution options
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void outsol(FILE *fp, const sol_t *sol, const double *rb,
+                   const solopt_t *opt)
+{
+    unsigned char buff[MAXSOLMSG+1];
+    int n;
+    
+    trace(3,"outsol  :\n");
+    
+    if ((n=outsols(buff,sol,rb,opt))>0) {
+        fwrite(buff,n,1,fp);
+    }
+}
+/* output solution extended ----------------------------------------------------
+* output solution exteneded infomation to file
+* args   : FILE   *fp       I   output file pointer
+*          sol_t  *sol      I   solution
+*          ssat_t *ssat     I   satellite status
+*          solopt_t *opt    I   solution options
+* return : output size (bytes)
+* notes  : only support nmea
+*-----------------------------------------------------------------------------*/
+extern void outsolex(FILE *fp, const sol_t *sol, const ssat_t *ssat,
+                     const solopt_t *opt)
+{
+    unsigned char buff[MAXSOLMSG+1];
+    int n;
+    
+    trace(3,"outsolex:\n");
+    
+    if ((n=outsolexs(buff,sol,ssat,opt))>0) {
+        fwrite(buff,n,1,fp);
+    }
+}
diff --git a/src/src.pro b/src/src.pro
new file mode 100644
index 0000000..69db26b
--- /dev/null
+++ b/src/src.pro
@@ -0,0 +1,67 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-02-09T08:58:44
+#
+#-------------------------------------------------
+
+QT       -= core gui
+
+TARGET = RTKLib
+TEMPLATE = lib
+CONFIG += staticlib
+
+include(../RTKLib.pri)
+
+QMAKE_CFLAGS += -Wall -ansi -pedantic -Wno-unused-but-set-variable  -DTRACE -g 
+
+
+SOURCES += rtkcmn.c \
+    convkml.c \
+    convrnx.c \
+    datum.c \
+    download.c \
+    ephemeris.c \
+    geoid.c \
+    ionex.c \
+    lambda.c \
+    options.c \
+    pntpos.c \
+    postpos.c \
+    ppp.c \
+    ppp_ar.c \
+    ppp_corr.c \
+    preceph.c \
+    qzslex.c \
+    rcvraw.c \
+    rinex.c \
+    rtcm.c \
+    rtcm2.c \
+    rtcm3.c \
+    rtcm3e.c \
+    rtkpos.c \
+    rtksvr.c \
+    sbas.c \
+    solution.c \
+    stream.c \
+    streamsvr.c \
+    tides.c \
+    tle.c \
+    rcv/binex.c \
+    rcv/crescent.c \
+    rcv/gw10.c \
+    rcv/javad.c \
+    rcv/novatel.c \
+    rcv/nvs.c \
+    rcv/rcvlex.c \
+    rcv/rt17.c \
+    rcv/septentrio.c \
+    rcv/skytraq.c \
+    rcv/ss2.c \
+    rcv/ublox.c
+
+HEADERS += rtklib.h
+
+unix {
+    target.path = /usr/lib
+    INSTALLS += target
+}
diff --git a/src/stream.c b/src/stream.c
new file mode 100644
index 0000000..da36945
--- /dev/null
+++ b/src/stream.c
@@ -0,0 +1,2276 @@
+/*------------------------------------------------------------------------------
+* stream.c : stream input/output functions
+*
+*          Copyright (C) 2008-2016 by T.TAKASU, All rights reserved.
+*
+* options : -DWIN32    use WIN32 API
+*           -DSVR_REUSEADDR reuse tcp server address
+*
+* references :
+*     [1] RTCM Recommendaed Standards for Networked Transport for RTCM via
+*         Internet Protocol (Ntrip), Version 1.0, Semptember 30, 2004
+*     [2] H.Niksic and others, GNU Wget 1.12, The non-iteractive download
+*         utility, 4 September 2009
+*
+* version : $Revision:$ $Date:$
+* history : 2009/01/16 1.0  new
+*           2009/04/02 1.1  support nmea request in ntrip request
+*                           support time-tag of file as stream
+*           2009/09/04 1.2  ported to linux environment
+*                           add fflush() to save file stream
+*           2009/10/10 1.3  support multiple connection for tcp server
+*                           add keyword replacement in file path
+*                           add function strsendnmea(), strsendcmd()
+*           2010/07/18 1.4  support ftp/http stream types
+*                           add keywords replacement of %ha,%hb,%hc in path
+*                           add api: strsetdir(),strsettimeout()
+*           2010/08/31 1.5  reconnect after error of ntrip client
+*                           fix bug on no file swap at week start (2.4.0_p6)
+*           2011/05/29 1.6  add fast stream replay mode
+*                           add time margin to swap file
+*                           change api strsetopt()
+*                           introduce non_block send for send socket
+*                           add api: strsetproxy()
+*           2011/12/21 1.7  fix bug decode tcppath (rtklib_2.4.1_p5)
+*           2012/06/09 1.8  fix problem if user or password contains /
+*                           (rtklib_2.4.1_p7)
+*           2012/12/25 1.9  compile option SVR_REUSEADDR added
+*           2013/03/10 1.10 fix problem with ntrip mountpoint containing "/"
+*           2013/04/15 1.11 fix bug on swapping files if swapmargin=0
+*           2013/05/28 1.12 fix bug on playback of file with 64 bit size_t
+*           2014/05/23 1.13 retry to connect after gethostbyname() error
+*                           fix bug on malloc size in openftp()
+*           2014/06/21 1.14 add general hex message rcv command by !HEX ...
+*           2014/10/16 1.15 support stdin/stdou for input/output from/to file
+*           2014/11/08 1.16 fix getconfig error (87) with bluetooth device
+*           2015/01/12 1.15 add rcv command to change bitrate by !BRATE
+*           2016/01/16 1.16 add constant CRTSCTS for non-CRTSCTS-defined env.
+*                           fix serial status for non-windows systems
+*-----------------------------------------------------------------------------*/
+#include <ctype.h>
+#include "rtklib.h"
+#ifndef WIN32
+#include <fcntl.h>
+#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/time.h>
+#define __USE_MISC
+#ifndef CRTSCTS
+#define CRTSCTS  020000000000
+#endif
+#include <errno.h>
+#include <termios.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#endif
+
+static const char rcsid[]="$Id$";
+
+/* constants -----------------------------------------------------------------*/
+
+#define TINTACT             200         /* period for stream active (ms) */
+#define SERIBUFFSIZE        4096        /* serial buffer size (bytes) */
+#define TIMETAGH_LEN        64          /* time tag file header length */
+#define MAXCLI              32          /* max client connection for tcp svr */
+#define MAXSTATMSG          32          /* max length of status message */
+
+#define NTRIP_AGENT         "RTKLIB/" VER_RTKLIB
+#define NTRIP_CLI_PORT      2101        /* default ntrip-client connection port */
+#define NTRIP_SVR_PORT      80          /* default ntrip-server connection port */
+#define NTRIP_MAXRSP        32768       /* max size of ntrip response */
+#define NTRIP_MAXSTR        256         /* max length of mountpoint string */
+#define NTRIP_RSP_OK_CLI    "ICY 200 OK\r\n" /* ntrip response: client */
+#define NTRIP_RSP_OK_SVR    "OK\r\n"    /* ntrip response: server */
+#define NTRIP_RSP_SRCTBL    "SOURCETABLE 200 OK\r\n" /* ntrip response: source table */
+#define NTRIP_RSP_TBLEND    "ENDSOURCETABLE"
+#define NTRIP_RSP_HTTP      "HTTP/"     /* ntrip response: http */
+#define NTRIP_RSP_ERROR     "ERROR"     /* ntrip response: error */
+
+#define FTP_CMD             "wget"      /* ftp/http command */
+#define FTP_TIMEOUT         30          /* ftp/http timeout (s) */
+
+/* macros --------------------------------------------------------------------*/
+
+#ifdef WIN32
+#define dev_t               HANDLE
+#define socket_t            SOCKET
+typedef int socklen_t;
+#else
+#define dev_t               int
+#define socket_t            int
+#define closesocket         close
+#endif
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {            /* serial control type */
+    dev_t dev;              /* serial device */
+    int error;              /* error state */
+#ifdef WIN32
+    int state,wp,rp;        /* state,write/read pointer */
+    int buffsize;           /* write buffer size (bytes) */
+    HANDLE thread;          /* write thread */
+    lock_t lock;            /* lock flag */
+    unsigned char *buff;    /* write buffer */
+#endif
+} serial_t;
+
+typedef struct {            /* file control type */
+    FILE *fp;               /* file pointer */
+    FILE *fp_tag;           /* file pointer of tag file */
+    FILE *fp_tmp;           /* temporary file pointer for swap */
+    FILE *fp_tag_tmp;       /* temporary file pointer of tag file for swap */
+    char path[MAXSTRPATH];  /* file path */
+    char openpath[MAXSTRPATH]; /* open file path */
+    int mode;               /* file mode */
+    int timetag;            /* time tag flag (0:off,1:on) */
+    int repmode;            /* replay mode (0:master,1:slave) */
+    int offset;             /* time offset (ms) for slave */
+    gtime_t time;           /* start time */
+    gtime_t wtime;          /* write time */
+    unsigned int tick;      /* start tick */
+    unsigned int tick_f;    /* start tick in file */
+    unsigned int fpos;      /* current file position */
+    double start;           /* start offset (s) */
+    double speed;           /* replay speed (time factor) */
+    double swapintv;        /* swap interval (hr) (0: no swap) */
+    lock_t lock;            /* lock flag */
+} file_t;
+
+typedef struct {            /* tcp control type */
+    int state;              /* state (0:close,1:wait,2:connect) */
+    char saddr[256];        /* address string */
+    int port;               /* port */
+    struct sockaddr_in addr; /* address resolved */
+    socket_t sock;          /* socket descriptor */
+    int tcon;               /* reconnect time (ms) (-1:never,0:now) */
+    unsigned int tact;      /* data active tick */
+    unsigned int tdis;      /* disconnect tick */
+} tcp_t;
+
+typedef struct {            /* tcp server type */
+    tcp_t svr;              /* tcp server control */
+    tcp_t cli[MAXCLI];      /* tcp client controls */
+} tcpsvr_t;
+
+typedef struct {            /* tcp cilent type */
+    tcp_t svr;              /* tcp server control */
+    int toinact;            /* inactive timeout (ms) (0:no timeout) */
+    int tirecon;            /* reconnect interval (ms) (0:no reconnect) */
+} tcpcli_t;
+
+typedef struct {            /* ntrip control type */
+    int state;              /* state (0:close,1:wait,2:connect) */
+    int type;               /* type (0:server,1:client) */
+    int nb;                 /* response buffer size */
+    char url[256];          /* url for proxy */
+    char mntpnt[256];       /* mountpoint */
+    char user[256];         /* user */
+    char passwd[256];       /* password */
+    char str[NTRIP_MAXSTR]; /* mountpoint string for server */
+    unsigned char buff[NTRIP_MAXRSP]; /* response buffer */
+    tcpcli_t *tcp;          /* tcp client */
+} ntrip_t;
+
+typedef struct {            /* ftp download control type */
+    int state;              /* state (0:close,1:download,2:complete,3:error) */
+    int proto;              /* protocol (0:ftp,1:http) */
+    int error;              /* error code (0:no error,1-10:wget error, */
+                            /*            11:no temp dir,12:uncompact error) */
+    char addr[1024];        /* download address */
+    char file[1024];        /* download file path */
+    char user[256];         /* user for ftp */
+    char passwd[256];       /* password for ftp */
+    char local[1024];       /* local file path */
+    int topts[4];           /* time options {poff,tint,toff,tretry} (s) */
+    gtime_t tnext;          /* next retry time (gpst) */
+    thread_t thread;        /* download thread */
+} ftp_t;
+
+/* global options ------------------------------------------------------------*/
+
+static int toinact  =10000; /* inactive timeout (ms) */
+static int ticonnect=10000; /* interval to re-connect (ms) */
+static int tirate   =1000;  /* avraging time for data rate (ms) */
+static int buffsize =32768; /* receive/send buffer size (bytes) */
+static char localdir[1024]=""; /* local directory for ftp/http */
+static char proxyaddr[256]=""; /* http/ntrip/ftp proxy address */
+static unsigned int tick_master=0; /* time tick master for replay */
+static int fswapmargin=30;  /* file swap margin (s) */
+
+/* read/write serial buffer --------------------------------------------------*/
+#ifdef WIN32
+static int readseribuff(serial_t *serial, unsigned char *buff, int nmax)
+{
+    int ns;
+    
+    tracet(5,"readseribuff: dev=%d\n",serial->dev);
+    
+    lock(&serial->lock);
+    for (ns=0;serial->rp!=serial->wp&&ns<nmax;ns++) {
+       buff[ns]=serial->buff[serial->rp];
+       if (++serial->rp>=serial->buffsize) serial->rp=0;
+    }
+    unlock(&serial->lock);
+    tracet(5,"readseribuff: ns=%d rp=%d wp=%d\n",ns,serial->rp,serial->wp);
+    return ns;
+}
+static int writeseribuff(serial_t *serial, unsigned char *buff, int n)
+{
+    int ns,wp;
+    
+    tracet(5,"writeseribuff: dev=%d n=%d\n",serial->dev,n);
+    
+    lock(&serial->lock);
+    for (ns=0;ns<n;ns++) {
+        serial->buff[wp=serial->wp]=buff[ns];
+        if (++wp>=serial->buffsize) wp=0;
+        if (wp!=serial->rp) serial->wp=wp;
+        else {
+            tracet(2,"serial buffer overflow: size=%d\n",serial->buffsize);
+            break;
+        }
+    }
+    unlock(&serial->lock);
+    tracet(5,"writeseribuff: ns=%d rp=%d wp=%d\n",ns,serial->rp,serial->wp);
+    return ns;
+}
+#endif /* WIN32 */
+
+/* write serial thread -------------------------------------------------------*/
+#ifdef WIN32
+static DWORD WINAPI serialthread(void *arg)
+{
+    serial_t *serial=(serial_t *)arg;
+    unsigned char buff[128];
+    unsigned int tick;
+    DWORD ns;
+    int n;
+    
+    tracet(3,"serialthread:\n");
+    
+    serial->state=1;
+    
+    for (;;) {
+        tick=tickget();
+        while ((n=readseribuff(serial,buff,sizeof(buff)))>0) {
+            if (!WriteFile(serial->dev,buff,n,&ns,NULL)) serial->error=1;
+        }
+        if (!serial->state) break;
+        sleepms(10-(int)(tickget()-tick)); /* cycle=10ms */
+    }
+    free(serial->buff);
+    return 0;
+}
+#endif /* WIN32 */
+
+/* open serial ---------------------------------------------------------------*/
+static serial_t *openserial(const char *path, int mode, char *msg)
+{
+    const int br[]={
+        300,600,1200,2400,4800,9600,19200,38400,57600,115200,230400
+    };
+    serial_t *serial;
+    int i,brate=9600,bsize=8,stopb=1;
+    char *p,parity='N',dev[128],port[128],fctr[64]="";
+#ifdef WIN32
+    DWORD error,rw=0,siz=sizeof(COMMCONFIG);
+    COMMCONFIG cc={0};
+    COMMTIMEOUTS co={MAXDWORD,0,0,0,0}; /* non-block-read */
+    char dcb[64]="";
+#else
+    const speed_t bs[]={
+        B300,B600,B1200,B2400,B4800,B9600,B19200,B38400,B57600,B115200,B230400
+    };
+    struct termios ios={0};
+    int rw=0;
+#endif
+    tracet(3,"openserial: path=%s mode=%d\n",path,mode);
+    
+    if (!(serial=(serial_t *)calloc(1,sizeof(serial_t)))) return NULL;
+    
+    if ((p=strchr(path,':'))) {
+        strncpy(port,path,p-path); port[p-path]='\0';
+        sscanf(p,":%d:%d:%c:%d:%63s",&brate,&bsize,&parity,&stopb,fctr);
+    }
+    else strcpy(port,path);
+    
+    for (i=0;i<11;i++) if (br[i]==brate) break;
+    if (i>=11) {
+        sprintf(msg,"bitrate error (%d)",brate);
+        tracet(1,"openserial: %s path=%s\n",msg,path);
+        free(serial);
+        return NULL;
+    }
+    parity=(char)toupper((int)parity);
+    
+#ifdef WIN32
+    sprintf(dev,"\\\\.\\%s",port);
+    if (mode&STR_MODE_R) rw|=GENERIC_READ;
+    if (mode&STR_MODE_W) rw|=GENERIC_WRITE;
+    
+    serial->dev=CreateFileA(dev,rw,0,0,OPEN_EXISTING,0,NULL);
+    if (serial->dev==INVALID_HANDLE_VALUE) {
+        sprintf(msg,"device open error (%d)",(int)GetLastError());
+        tracet(1,"openserial: %s path=%s\n",msg,path);
+        free(serial);
+        return NULL;
+    }
+    if (!GetCommConfig(serial->dev,&cc,&siz)) {
+        sprintf(msg,"getconfig error (%d)",(int)GetLastError());
+        tracet(1,"openserial: %s\n",msg);
+        CloseHandle(serial->dev);
+        free(serial);
+        return NULL;
+    }
+    sprintf(dcb,"baud=%d parity=%c data=%d stop=%d",brate,parity,bsize,stopb);
+    if (!BuildCommDCBA(dcb,&cc.dcb)) {
+        sprintf(msg,"buiddcb error (%d)",(int)GetLastError());
+        tracet(1,"openserial: %s\n",msg);
+        CloseHandle(serial->dev);
+        free(serial);
+        return NULL;
+    }
+    if (!strcmp(fctr,"rts")) {
+        cc.dcb.fRtsControl=RTS_CONTROL_HANDSHAKE;
+    }
+    SetCommConfig(serial->dev,&cc,siz); /* ignore error to support novatel */
+    SetCommTimeouts(serial->dev,&co);
+    ClearCommError(serial->dev,&error,NULL);
+    PurgeComm(serial->dev,PURGE_TXABORT|PURGE_RXABORT|PURGE_TXCLEAR|PURGE_RXCLEAR);
+    
+    /* create write thread */
+    initlock(&serial->lock);
+    serial->state=serial->wp=serial->rp=serial->error=0;
+    serial->buffsize=buffsize;
+    if (!(serial->buff=(unsigned char *)malloc(buffsize))) {
+        CloseHandle(serial->dev);
+        free(serial);
+        return NULL;
+    }
+    if (!(serial->thread=CreateThread(NULL,0,serialthread,serial,0,NULL))) {
+        sprintf(msg,"serial thread error (%d)",(int)GetLastError());
+        tracet(1,"openserial: %s\n",msg);
+        CloseHandle(serial->dev);
+        free(serial);
+        return NULL;
+    }
+    return serial;
+#else
+    sprintf(dev,"/dev/%s",port);
+    
+    if ((mode&STR_MODE_R)&&(mode&STR_MODE_W)) rw=O_RDWR;
+    else if (mode&STR_MODE_R) rw=O_RDONLY;
+    else if (mode&STR_MODE_W) rw=O_WRONLY;
+    
+    if ((serial->dev=open(dev,rw|O_NOCTTY|O_NONBLOCK))<0) {
+        sprintf(msg,"device open error (%d)",errno);
+        tracet(1,"openserial: %s dev=%s\n",msg,dev);
+        free(serial);
+        return NULL;
+    }
+    tcgetattr(serial->dev,&ios);
+    ios.c_iflag=0;
+    ios.c_oflag=0;
+    ios.c_lflag=0;     /* non-canonical */
+    ios.c_cc[VMIN ]=0; /* non-block-mode */
+    ios.c_cc[VTIME]=0;
+    cfsetospeed(&ios,bs[i]);
+    cfsetispeed(&ios,bs[i]);
+    ios.c_cflag|=bsize==7?CS7:CS8;
+    ios.c_cflag|=parity=='O'?(PARENB|PARODD):(parity=='E'?PARENB:0);
+    ios.c_cflag|=stopb==2?CSTOPB:0;
+    ios.c_cflag|=!strcmp(fctr,"rts")?CRTSCTS:0;
+    tcsetattr(serial->dev,TCSANOW,&ios);
+    tcflush(serial->dev,TCIOFLUSH);
+    return serial;
+#endif
+}
+/* close serial --------------------------------------------------------------*/
+static void closeserial(serial_t *serial)
+{
+    if (!serial) return;
+
+    tracet(3,"closeserial: dev=%d\n",serial->dev);
+    
+#ifdef WIN32
+    serial->state=0;
+    WaitForSingleObject(serial->thread,10000);
+    CloseHandle(serial->dev);
+    CloseHandle(serial->thread);
+#else
+    close(serial->dev);
+#endif
+    free(serial);
+}
+/* read serial ---------------------------------------------------------------*/
+static int readserial(serial_t *serial, unsigned char *buff, int n, char *msg)
+{
+#ifdef WIN32
+    DWORD nr;
+#else
+    int nr;
+#endif
+    if (!serial) return 0;
+    tracet(4,"readserial: dev=%d n=%d\n",serial->dev,n);
+#ifdef WIN32
+    if (!ReadFile(serial->dev,buff,n,&nr,NULL)) return 0;
+#else
+    if ((nr=read(serial->dev,buff,n))<0) return 0;
+#endif
+    tracet(5,"readserial: exit dev=%d nr=%d\n",serial->dev,nr);
+    return nr;
+}
+/* write serial --------------------------------------------------------------*/
+static int writeserial(serial_t *serial, unsigned char *buff, int n, char *msg)
+{
+    int ns;
+    
+    if (!serial) return 0;
+
+    tracet(3,"writeserial: dev=%d n=%d\n",serial->dev,n);
+    
+#ifdef WIN32
+    if ((ns=writeseribuff(serial,buff,n))<n) serial->error=1;
+#else
+    if (write(serial->dev,buff,n)<0) {
+        serial->error=1;
+        ns=0;
+    }
+#endif
+    tracet(5,"writeserial: exit dev=%d ns=%d\n",serial->dev,ns);
+    return ns;
+}
+/* get state serial ----------------------------------------------------------*/
+static int stateserial(serial_t *serial)
+{
+    return !serial?0:(serial->error?-1:2);
+}
+/* open file -----------------------------------------------------------------*/
+static int openfile_(file_t *file, gtime_t time, char *msg)
+{    
+    FILE *fp;
+    char *rw,tagpath[MAXSTRPATH+4]="";
+    char tagh[TIMETAGH_LEN+1]="";
+    
+    tracet(3,"openfile_: path=%s time=%s\n",file->path,time_str(time,0));
+    
+    file->time=utc2gpst(timeget());
+    file->tick=file->tick_f=tickget();
+    file->fpos=0;
+    
+    /* use stdin or stdout if file path is null */
+    if (!*file->path) {
+        file->fp=(file->mode&STR_MODE_R)?stdin:stdout;
+        return 1;
+    }
+    /* replace keywords */
+    reppath(file->path,file->openpath,time,"","");
+    
+    /* create directory */
+    if ((file->mode&STR_MODE_W)&&!(file->mode&STR_MODE_R)) {
+        createdir(file->openpath);
+    }
+    if (file->mode&STR_MODE_R) rw="rb"; else rw="wb";
+    
+    if (!(file->fp=fopen(file->openpath,rw))) {
+        sprintf(msg,"file open error: %s",file->openpath);
+        tracet(1,"openfile: %s\n",msg);
+        return 0;
+    }
+    tracet(4,"openfile_: open file %s (%s)\n",file->openpath,rw);
+    
+    sprintf(tagpath,"%s.tag",file->openpath);
+    
+    if (file->timetag) { /* output/sync time-tag */
+        
+        if (!(file->fp_tag=fopen(tagpath,rw))) {
+            sprintf(msg,"tag open error: %s",tagpath);
+            tracet(1,"openfile: %s\n",msg);
+            fclose(file->fp);
+            return 0;
+        }
+        tracet(4,"openfile_: open tag file %s (%s)\n",tagpath,rw);
+        
+        if (file->mode&STR_MODE_R) {
+            if (fread(&tagh,TIMETAGH_LEN,1,file->fp_tag)==1&&
+                fread(&file->time,sizeof(file->time),1,file->fp_tag)==1) {
+                memcpy(&file->tick_f,tagh+TIMETAGH_LEN-4,sizeof(file->tick_f));
+            }
+            else {
+                file->tick_f=0;
+            }
+            /* adust time to read playback file */
+            timeset(file->time);
+        }
+        else {
+            sprintf(tagh,"TIMETAG RTKLIB %s",VER_RTKLIB);
+            memcpy(tagh+TIMETAGH_LEN-4,&file->tick_f,sizeof(file->tick_f));
+            fwrite(&tagh,1,TIMETAGH_LEN,file->fp_tag);
+            fwrite(&file->time,1,sizeof(file->time),file->fp_tag);
+            /* time tag file structure   */
+            /*   HEADER(60)+TICK(4)+TIME(12)+ */
+            /*   TICK0(4)+FPOS0(4/8)+    */
+            /*   TICK1(4)+FPOS1(4/8)+... */
+        }
+    }
+    else if (file->mode&STR_MODE_W) { /* remove time-tag */
+        if ((fp=fopen(tagpath,"rb"))) {
+            fclose(fp);
+            remove(tagpath);
+        }
+    }
+    return 1;
+}
+/* close file ----------------------------------------------------------------*/
+static void closefile_(file_t *file)
+{
+    tracet(3,"closefile_: path=%s\n",file->path);
+    
+    if (file->fp) fclose(file->fp);
+    if (file->fp_tag) fclose(file->fp_tag);
+    if (file->fp_tmp) fclose(file->fp_tmp);
+    if (file->fp_tag_tmp) fclose(file->fp_tag_tmp);
+    file->fp=file->fp_tag=file->fp_tmp=file->fp_tag_tmp=NULL;
+}
+/* open file (path=filepath[::T[::+<off>][::x<speed>]][::S=swapintv]) --------*/
+static file_t *openfile(const char *path, int mode, char *msg)
+{
+    file_t *file;
+    gtime_t time,time0={0};
+    double speed=0.0,start=0.0,swapintv=0.0;
+    char *p;
+    int timetag=0;
+    
+    tracet(3,"openfile: path=%s mode=%d\n",path,mode);
+    
+    if (!(mode&(STR_MODE_R|STR_MODE_W))) return NULL;
+    
+    /* file options */
+    for (p=(char *)path;(p=strstr(p,"::"));p+=2) { /* file options */
+        if      (*(p+2)=='T') timetag=1;
+        else if (*(p+2)=='+') sscanf(p+2,"+%lf",&start);
+        else if (*(p+2)=='x') sscanf(p+2,"x%lf",&speed);
+        else if (*(p+2)=='S') sscanf(p+2,"S=%lf",&swapintv);
+    }
+    if (start<=0.0) start=0.0;
+    if (swapintv<=0.0) swapintv=0.0;
+    
+    if (!(file=(file_t *)malloc(sizeof(file_t)))) return NULL;
+    
+    file->fp=file->fp_tag=file->fp_tmp=file->fp_tag_tmp=NULL;
+    strcpy(file->path,path);
+    if ((p=strstr(file->path,"::"))) *p='\0';
+    file->openpath[0]='\0';
+    file->mode=mode;
+    file->timetag=timetag;
+    file->repmode=0;
+    file->offset=0;
+    file->time=file->wtime=time0;
+    file->tick=file->tick_f=file->fpos=0;
+    file->start=start;
+    file->speed=speed;
+    file->swapintv=swapintv;
+    initlock(&file->lock);
+    
+    time=utc2gpst(timeget());
+    
+    /* open new file */
+    if (!openfile_(file,time,msg)) {
+        free(file);
+        return NULL;
+    }
+    return file;
+}
+/* close file ----------------------------------------------------------------*/
+static void closefile(file_t *file)
+{
+    if (!file) return;
+
+    tracet(3,"closefile: fp=%d\n",file->fp);
+    
+    closefile_(file);
+    free(file);
+}
+/* open new swap file --------------------------------------------------------*/
+static void swapfile(file_t *file, gtime_t time, char *msg)
+{
+    char openpath[MAXSTRPATH];
+    
+    tracet(3,"swapfile: fp=%d time=%s\n",file->fp,time_str(time,0));
+    
+    /* return if old swap file open */
+    if (file->fp_tmp||file->fp_tag_tmp) return;
+    
+    /* check path of new swap file */
+    reppath(file->path,openpath,time,"","");
+    
+    if (!strcmp(openpath,file->openpath)) {
+        tracet(2,"swapfile: no need to swap %s\n",openpath);
+        return;
+    }
+    /* save file pointer to temporary pointer */
+    file->fp_tmp=file->fp;
+    file->fp_tag_tmp=file->fp_tag;
+    
+    /* open new swap file */
+    openfile_(file,time,msg);
+}
+/* close old swap file -------------------------------------------------------*/
+static void swapclose(file_t *file)
+{
+    tracet(3,"swapclose: fp_tmp=%d\n",file->fp_tmp);
+    
+    if (file->fp_tmp    ) fclose(file->fp_tmp    );
+    if (file->fp_tag_tmp) fclose(file->fp_tag_tmp);
+    file->fp_tmp=file->fp_tag_tmp=NULL;
+}
+/* get state file ------------------------------------------------------------*/
+static int statefile(file_t *file)
+{
+    return file?2:0;
+}
+/* read file -----------------------------------------------------------------*/
+static int readfile(file_t *file, unsigned char *buff, int nmax, char *msg)
+{
+    struct timeval tv={0};
+    fd_set rs;
+    unsigned int nr=0,t,tick;
+    size_t fpos;
+    
+    if (!file) return 0;
+
+    tracet(4,"readfile: fp=%d nmax=%d\n",file->fp,nmax);
+        
+    if (file->fp==stdin) {
+#ifndef WIN32
+        /* input from stdin */
+        FD_ZERO(&rs); FD_SET(0,&rs);
+        if (!select(1,&rs,NULL,NULL,&tv)) return 0;
+        if ((nr=read(0,buff,nmax))<0) return 0;
+        return nr;
+#else
+        return 0;
+#endif
+    }
+    if (file->fp_tag) {
+        if (file->repmode) { /* slave */
+            t=(unsigned int)(tick_master+file->offset);
+        }
+        else { /* master */
+            t=(unsigned int)((tickget()-file->tick)*file->speed+file->start*1000.0);
+        }
+        for (;;) { /* seek file position */
+            if (fread(&tick,sizeof(tick),1,file->fp_tag)<1||
+                fread(&fpos,sizeof(fpos),1,file->fp_tag)<1) {
+                fseek(file->fp,0,SEEK_END);
+                sprintf(msg,"end");
+                break;
+            }
+            if (file->repmode||file->speed>0.0) {
+                if ((int)(tick-t)<1) continue;
+            }
+            if (!file->repmode) tick_master=tick;
+            
+            sprintf(msg,"T%+.1fs",(int)tick<0?0.0:(int)tick/1000.0);
+            
+            if ((int)(fpos-file->fpos)>=nmax) {
+               fseek(file->fp,fpos,SEEK_SET);
+               file->fpos=fpos;
+               return 0;
+            }
+            nmax=(int)(fpos-file->fpos);
+            
+            if (file->repmode||file->speed>0.0) {
+                fseek(file->fp_tag,-(long)(sizeof(tick)+sizeof(fpos)),SEEK_CUR);
+            }
+            break;
+        }
+    }
+    if (nmax>0) {
+        nr=fread(buff,1,nmax,file->fp);
+        file->fpos+=nr;
+        if (nr<=0) sprintf(msg,"end");
+    }
+    tracet(5,"readfile: fp=%d nr=%d fpos=%d\n",file->fp,nr,file->fpos);
+    return (int)nr;
+}
+/* write file ----------------------------------------------------------------*/
+static int writefile(file_t *file, unsigned char *buff, int n, char *msg)
+{
+    gtime_t wtime;
+    unsigned int ns,tick=tickget();
+    int week1,week2;
+    double tow1,tow2,intv;
+    size_t fpos,fpos_tmp;
+    
+    if (!file) return 0;
+
+    tracet(3,"writefile: fp=%d n=%d\n",file->fp,n);
+    
+    wtime=utc2gpst(timeget()); /* write time in gpst */
+    
+    /* swap writing file */
+    if (file->swapintv>0.0&&file->wtime.time!=0) {
+        intv=file->swapintv*3600.0;
+        tow1=time2gpst(file->wtime,&week1);
+        tow2=time2gpst(wtime,&week2);
+        tow2+=604800.0*(week2-week1);
+        
+        /* open new swap file */
+        if (floor((tow1+fswapmargin)/intv)<floor((tow2+fswapmargin)/intv)) {
+            swapfile(file,timeadd(wtime,fswapmargin),msg);
+        }
+        /* close old swap file */
+        if (floor((tow1-fswapmargin)/intv)<floor((tow2-fswapmargin)/intv)) {
+            swapclose(file);
+        }
+    }
+    if (!file->fp) return 0;
+    
+    ns=fwrite(buff,1,n,file->fp);
+    fpos=ftell(file->fp);
+    fflush(file->fp);
+    file->wtime=wtime;
+    
+    if (file->fp_tmp) {
+        fwrite(buff,1,n,file->fp_tmp);
+        fpos_tmp=ftell(file->fp_tmp);
+        fflush(file->fp_tmp);
+    }
+    if (file->fp_tag) {
+        tick-=file->tick;
+        fwrite(&tick,1,sizeof(tick),file->fp_tag);
+        fwrite(&fpos,1,sizeof(fpos),file->fp_tag);
+        fflush(file->fp_tag);
+        
+        if (file->fp_tag_tmp) {
+            fwrite(&tick,1,sizeof(tick),file->fp_tag_tmp);
+            fwrite(&fpos_tmp,1,sizeof(fpos_tmp),file->fp_tag_tmp);
+            fflush(file->fp_tag_tmp);
+        }
+    }
+    tracet(5,"writefile: fp=%d ns=%d tick=%5d fpos=%d\n",file->fp,ns,tick,fpos);
+    
+    return (int)ns;
+}
+/* sync files by time-tag ----------------------------------------------------*/
+static void syncfile(file_t *file1, file_t *file2)
+{
+    if (!file1->fp_tag||!file2->fp_tag) return;
+    file1->repmode=0;
+    file2->repmode=1;
+    file2->offset=(int)(file1->tick_f-file2->tick_f);
+}
+/* decode tcp/ntrip path (path=[user[:passwd]@]addr[:port][/mntpnt[:str]]) ---*/
+static void decodetcppath(const char *path, char *addr, char *port, char *user,
+                          char *passwd, char *mntpnt, char *str)
+{
+    char buff[MAXSTRPATH],*p,*q;
+    
+    tracet(4,"decodetcpepath: path=%s\n",path);
+    
+    if (port) *port='\0';
+    if (user) *user='\0';
+    if (passwd) *passwd='\0';
+    if (mntpnt) *mntpnt='\0';
+    if (str) *str='\0';
+    
+    strcpy(buff,path);
+    
+    if (!(p=strrchr(buff,'@'))) p=buff;
+    
+    if ((p=strchr(p,'/'))) {
+        if ((q=strchr(p+1,':'))) {
+            *q='\0'; if (str) strcpy(str,q+1);
+        }
+        *p='\0'; if (mntpnt) strcpy(mntpnt,p+1);
+    }
+    if ((p=strrchr(buff,'@'))) {
+        *p++='\0';
+        if ((q=strchr(buff,':'))) {
+             *q='\0'; if (passwd) strcpy(passwd,q+1);
+        }
+        if (user) strcpy(user,buff);
+    }
+    else p=buff;
+    
+    if ((q=strchr(p,':'))) {
+        *q='\0'; if (port) strcpy(port,q+1);
+    }
+    if (addr) strcpy(addr,p);
+}
+/* get socket error ----------------------------------------------------------*/
+#ifdef WIN32
+static int errsock(void) {return WSAGetLastError();}
+#else
+static int errsock(void) {return errno;}
+#endif
+
+/* set socket option ---------------------------------------------------------*/
+static int setsock(socket_t sock, char *msg)
+{
+    int bs=buffsize,mode=1;
+#ifdef WIN32
+    int tv=0;
+#else
+    struct timeval tv={0};
+#endif
+    tracet(3,"setsock: sock=%d\n",sock);
+    
+    if (setsockopt(sock,SOL_SOCKET,SO_RCVTIMEO,(const char *)&tv,sizeof(tv))==-1||
+        setsockopt(sock,SOL_SOCKET,SO_SNDTIMEO,(const char *)&tv,sizeof(tv))==-1) {
+        sprintf(msg,"sockopt error: notimeo");
+        tracet(1,"setsock: setsockopt error 1 sock=%d err=%d\n",sock,errsock());
+        closesocket(sock);
+        return 0;
+    }
+    if (setsockopt(sock,SOL_SOCKET,SO_RCVBUF,(const char *)&bs,sizeof(bs))==-1||
+        setsockopt(sock,SOL_SOCKET,SO_SNDBUF,(const char *)&bs,sizeof(bs))==-1) {
+        tracet(1,"setsock: setsockopt error 2 sock=%d err=%d bs=%d\n",sock,errsock(),bs);
+        sprintf(msg,"sockopt error: bufsiz");
+    }
+    if (setsockopt(sock,IPPROTO_TCP,TCP_NODELAY,(const char *)&mode,sizeof(mode))==-1) {
+        tracet(1,"setsock: setsockopt error 3 sock=%d err=%d\n",sock,errsock());
+        sprintf(msg,"sockopt error: nodelay");
+    }
+    return 1;
+}
+/* non-block accept ----------------------------------------------------------*/
+static socket_t accept_nb(socket_t sock, struct sockaddr *addr, socklen_t *len)
+{
+    struct timeval tv={0};
+    fd_set rs;
+    
+    FD_ZERO(&rs); FD_SET(sock,&rs);
+    if (!select(sock+1,&rs,NULL,NULL,&tv)) return 0;
+    return accept(sock,addr,len);
+}
+/* non-block connect ---------------------------------------------------------*/
+static int connect_nb(socket_t sock, struct sockaddr *addr, socklen_t len)
+{
+#ifdef WIN32
+    u_long mode=1; 
+    int err;
+    
+    ioctlsocket(sock,FIONBIO,&mode);
+    if (connect(sock,addr,len)==-1) {
+        err=errsock();
+        if (err==WSAEWOULDBLOCK||err==WSAEINPROGRESS||
+            err==WSAEALREADY   ||err==WSAEINVAL) return 0;
+        if (err!=WSAEISCONN) return -1;
+    }
+#else
+    struct timeval tv={0};
+    fd_set rs,ws;
+    int err,flag;
+    
+    flag=fcntl(sock,F_GETFL,0);
+    fcntl(sock,F_SETFL,flag|O_NONBLOCK);
+    if (connect(sock,addr,len)==-1) {
+        err=errsock();
+        if (err!=EISCONN&&err!=EINPROGRESS&&err!=EALREADY) return -1;
+        FD_ZERO(&rs); FD_SET(sock,&rs); ws=rs;
+        if (select(sock+1,&rs,&ws,NULL,&tv)==0) return 0;
+    }
+#endif
+    return 1;
+}
+/* non-block receive ---------------------------------------------------------*/
+static int recv_nb(socket_t sock, unsigned char *buff, int n)
+{
+    struct timeval tv={0};
+    fd_set rs;
+    
+    FD_ZERO(&rs); FD_SET(sock,&rs);
+    if (!select(sock+1,&rs,NULL,NULL,&tv)) return 0;
+    return recv(sock,(char *)buff,n,0);
+}
+/* non-block send ------------------------------------------------------------*/
+static int send_nb(socket_t sock, unsigned char *buff, int n)
+{
+    struct timeval tv={0};
+    fd_set ws;
+    
+    FD_ZERO(&ws); FD_SET(sock,&ws);
+    if (!select(sock+1,NULL,&ws,NULL,&tv)) return 0;
+    return send(sock,(char *)buff,n,0);
+}
+/* generate tcp socket -------------------------------------------------------*/
+static int gentcp(tcp_t *tcp, int type, char *msg)
+{
+    struct hostent *hp;
+#ifdef SVR_REUSEADDR
+    int opt=1;
+#endif
+    
+    tracet(3,"gentcp: type=%d\n",type);
+    
+    /* generate socket */
+    if ((tcp->sock=socket(AF_INET,SOCK_STREAM,0))==(socket_t)-1) {
+        sprintf(msg,"socket error (%d)",errsock());
+        tracet(1,"gentcp: socket error err=%d\n",errsock());
+        tcp->state=-1;
+        return 0;
+    }
+    if (!setsock(tcp->sock,msg)) {
+        tcp->state=-1;
+        return 0;
+    }
+    memset(&tcp->addr,0,sizeof(tcp->addr));
+    tcp->addr.sin_family=AF_INET;
+    tcp->addr.sin_port=htons(tcp->port);
+    
+    if (type==0) { /* server socket */
+    
+#ifdef SVR_REUSEADDR
+        /* multiple-use of server socket */
+        setsockopt(tcp->sock,SOL_SOCKET,SO_REUSEADDR,(const char *)&opt,
+                   sizeof(opt));
+#endif
+        if (bind(tcp->sock,(struct sockaddr *)&tcp->addr,sizeof(tcp->addr))==-1) {
+            sprintf(msg,"bind error (%d) : %d",errsock(),tcp->port);
+            tracet(1,"gentcp: bind error port=%d err=%d\n",tcp->port,errsock());
+            closesocket(tcp->sock);
+            tcp->state=-1;
+            return 0;
+        }
+        listen(tcp->sock,5);
+    }
+    else { /* client socket */
+        if (!(hp=gethostbyname(tcp->saddr))) {
+            sprintf(msg,"address error (%s)",tcp->saddr);
+            tracet(1,"gentcp: gethostbyname error addr=%s err=%d\n",tcp->saddr,errsock());
+            closesocket(tcp->sock);
+            tcp->state=0;
+            tcp->tcon=ticonnect;
+            tcp->tdis=tickget();
+            return 0;
+        }
+        memcpy(&tcp->addr.sin_addr,hp->h_addr,hp->h_length);
+    }
+    tcp->state=1;
+    tcp->tact=tickget();
+    tracet(5,"gentcp: exit sock=%d\n",tcp->sock);
+    return 1;
+}
+/* disconnect tcp ------------------------------------------------------------*/
+static void discontcp(tcp_t *tcp, int tcon)
+{
+    tracet(3,"discontcp: sock=%d tcon=%d\n",tcp->sock,tcon);
+    
+    closesocket(tcp->sock);
+    tcp->state=0;
+    tcp->tcon=tcon;
+    tcp->tdis=tickget();
+}
+/* open tcp server -----------------------------------------------------------*/
+static tcpsvr_t *opentcpsvr(const char *path, char *msg)
+{
+    tcpsvr_t *tcpsvr,tcpsvr0={{0}};
+    char port[256]="";
+    
+    tracet(3,"opentcpsvr: path=%s\n",path);
+    
+    if (!(tcpsvr=(tcpsvr_t *)malloc(sizeof(tcpsvr_t)))) return NULL;
+    *tcpsvr=tcpsvr0;
+    decodetcppath(path,tcpsvr->svr.saddr,port,NULL,NULL,NULL,NULL);
+    if (sscanf(port,"%d",&tcpsvr->svr.port)<1) {
+        sprintf(msg,"port error: %s",port);
+        tracet(1,"opentcpsvr: port error port=%s\n",port);
+        free(tcpsvr);
+        return NULL;
+    }
+    if (!gentcp(&tcpsvr->svr,0,msg)) {
+        free(tcpsvr);
+        return NULL;
+    }
+    tcpsvr->svr.tcon=0;
+    return tcpsvr;
+}
+/* close tcp server ----------------------------------------------------------*/
+static void closetcpsvr(tcpsvr_t *tcpsvr)
+{
+    int i;
+    
+    tracet(3,"closetcpsvr:\n");
+    
+    for (i=0;i<MAXCLI;i++) {
+        if (tcpsvr->cli[i].state) closesocket(tcpsvr->cli[i].sock);
+    }
+    closesocket(tcpsvr->svr.sock);
+    free(tcpsvr);
+}
+/* update tcp server ---------------------------------------------------------*/
+static void updatetcpsvr(tcpsvr_t *tcpsvr, char *msg)
+{
+    char saddr[256]="";
+    int i,j,n=0;
+    
+    tracet(3,"updatetcpsvr: state=%d\n",tcpsvr->svr.state);
+    
+    if (tcpsvr->svr.state==0) return;
+    
+    for (i=0;i<MAXCLI;i++) {
+        if (tcpsvr->cli[i].state) continue;
+        for (j=i+1;j<MAXCLI;j++) {
+            if (!tcpsvr->cli[j].state) continue;
+            tcpsvr->cli[i]=tcpsvr->cli[j];
+            tcpsvr->cli[j].state=0;
+            break;
+        }
+    }
+    for (i=0;i<MAXCLI;i++) {
+        if (!tcpsvr->cli[i].state) continue;
+        strcpy(saddr,tcpsvr->cli[i].saddr);
+        n++;
+    }
+    if (n==0) {
+        tcpsvr->svr.state=1;
+        sprintf(msg,"waiting...");
+        return;
+    }
+    tcpsvr->svr.state=2;
+    if (n==1) sprintf(msg,"%s",saddr); else sprintf(msg,"%d clients",n);
+}
+/* accept client connection --------------------------------------------------*/
+static int accsock(tcpsvr_t *tcpsvr, char *msg)
+{
+    struct sockaddr_in addr;
+    socket_t sock;
+    socklen_t len=sizeof(addr);
+    int i,err;
+    
+    tracet(3,"accsock: sock=%d\n",tcpsvr->svr.sock);
+    
+    for (i=0;i<MAXCLI;i++) if (tcpsvr->cli[i].state==0) break;
+    if (i>=MAXCLI) return 0; /* too many client */
+    
+    if ((sock=accept_nb(tcpsvr->svr.sock,(struct sockaddr *)&addr,&len))==(socket_t)-1) {
+        err=errsock();
+        sprintf(msg,"accept error (%d)",err);
+        tracet(1,"accsock: accept error sock=%d err=%d\n",tcpsvr->svr.sock,err);
+        closesocket(tcpsvr->svr.sock); tcpsvr->svr.state=0;
+        return 0;
+    }
+    if (sock==0) return 0;
+    
+    tcpsvr->cli[i].sock=sock;
+    if (!setsock(tcpsvr->cli[i].sock,msg)) return 0;
+    memcpy(&tcpsvr->cli[i].addr,&addr,sizeof(addr));
+    strcpy(tcpsvr->cli[i].saddr,inet_ntoa(addr.sin_addr));
+    sprintf(msg,"%s",tcpsvr->cli[i].saddr);
+    tracet(2,"accsock: connected sock=%d addr=%s\n",tcpsvr->cli[i].sock,tcpsvr->cli[i].saddr);
+    tcpsvr->cli[i].state=2;
+    tcpsvr->cli[i].tact=tickget();
+    return 1;
+}
+/* wait socket accept --------------------------------------------------------*/
+static int waittcpsvr(tcpsvr_t *tcpsvr, char *msg)
+{
+    tracet(4,"waittcpsvr: sock=%d state=%d\n",tcpsvr->svr.sock,tcpsvr->svr.state);
+    
+    if (tcpsvr->svr.state<=0) return 0;
+    
+    while (accsock(tcpsvr,msg)) ;
+    
+    updatetcpsvr(tcpsvr,msg);
+    return tcpsvr->svr.state==2;
+}
+/* read tcp server -----------------------------------------------------------*/
+static int readtcpsvr(tcpsvr_t *tcpsvr, unsigned char *buff, int n, char *msg)
+{
+    int nr,err;
+    
+    tracet(4,"readtcpsvr: state=%d n=%d\n",tcpsvr->svr.state,n);
+    
+    if (!waittcpsvr(tcpsvr,msg)||tcpsvr->cli[0].state!=2) return 0;
+    
+    if ((nr=recv_nb(tcpsvr->cli[0].sock,buff,n))==-1) {
+        err=errsock();
+        tracet(1,"readtcpsvr: recv error sock=%d err=%d\n",tcpsvr->cli[0].sock,err);
+        sprintf(msg,"recv error (%d)",err);
+        discontcp(&tcpsvr->cli[0],ticonnect);
+        updatetcpsvr(tcpsvr,msg);
+        return 0;
+    }
+    if (nr>0) tcpsvr->cli[0].tact=tickget();
+    tracet(5,"readtcpsvr: exit sock=%d nr=%d\n",tcpsvr->cli[0].sock,nr);
+    return nr;
+}
+/* write tcp server ----------------------------------------------------------*/
+static int writetcpsvr(tcpsvr_t *tcpsvr, unsigned char *buff, int n, char *msg)
+{
+    int i,ns=0,err;
+    
+    tracet(3,"writetcpsvr: state=%d n=%d\n",tcpsvr->svr.state,n);
+    
+    if (!waittcpsvr(tcpsvr,msg)) return 0;
+    
+    for (i=0;i<MAXCLI;i++) {
+        if (tcpsvr->cli[i].state!=2) continue;
+        
+        if ((ns=send_nb(tcpsvr->cli[i].sock,buff,n))==-1) {
+            err=errsock();
+            tracet(1,"writetcpsvr: send error i=%d sock=%d err=%d\n",i,tcpsvr->cli[i].sock,err);
+            sprintf(msg,"send error (%d)",err);
+            discontcp(&tcpsvr->cli[i],ticonnect);
+            updatetcpsvr(tcpsvr,msg);
+            return 0;
+        }
+        if (ns>0) tcpsvr->cli[i].tact=tickget();
+        tracet(5,"writetcpsvr: send i=%d ns=%d\n",i,ns);
+    }
+    return ns;
+}
+/* get state tcp server ------------------------------------------------------*/
+static int statetcpsvr(tcpsvr_t *tcpsvr)
+{
+    return tcpsvr?tcpsvr->svr.state:0;
+}
+/* connect server ------------------------------------------------------------*/
+static int consock(tcpcli_t *tcpcli, char *msg)
+{
+    int stat,err;
+    
+    tracet(3,"consock: sock=%d\n",tcpcli->svr.sock);
+    
+    /* wait re-connect */
+    if (tcpcli->svr.tcon<0||(tcpcli->svr.tcon>0&&
+        (int)(tickget()-tcpcli->svr.tdis)<tcpcli->svr.tcon)) {
+        return 0;
+    }
+    /* non-block connect */
+    if ((stat=connect_nb(tcpcli->svr.sock,(struct sockaddr *)&tcpcli->svr.addr,
+                         sizeof(tcpcli->svr.addr)))==-1) {
+        err=errsock();
+        sprintf(msg,"connect error (%d)",err);
+        tracet(1,"consock: connect error sock=%d err=%d\n",tcpcli->svr.sock,err);
+        closesocket(tcpcli->svr.sock);
+        tcpcli->svr.state=0;
+        return 0;
+    }
+    if (!stat) { /* not connect */
+        sprintf(msg,"connecting...");
+        return 0;
+    }
+    sprintf(msg,"%s",tcpcli->svr.saddr);
+    tracet(2,"consock: connected sock=%d addr=%s\n",tcpcli->svr.sock,tcpcli->svr.saddr);
+    tcpcli->svr.state=2;
+    tcpcli->svr.tact=tickget();
+    return 1;
+}
+/* open tcp client -----------------------------------------------------------*/
+static tcpcli_t *opentcpcli(const char *path, char *msg)
+{
+    tcpcli_t *tcpcli,tcpcli0={{0}};
+    char port[256]="";
+    
+    tracet(3,"opentcpcli: path=%s\n",path);
+    
+    if (!(tcpcli=(tcpcli_t *)malloc(sizeof(tcpcli_t)))) return NULL;
+    *tcpcli=tcpcli0;
+    decodetcppath(path,tcpcli->svr.saddr,port,NULL,NULL,NULL,NULL);
+    if (sscanf(port,"%d",&tcpcli->svr.port)<1) {
+        sprintf(msg,"port error: %s",port);
+        tracet(1,"opentcp: port error port=%s\n",port);
+        free(tcpcli);
+        return NULL;
+    }
+    tcpcli->svr.tcon=0;
+    tcpcli->toinact=toinact;
+    tcpcli->tirecon=ticonnect;
+    return tcpcli;
+}
+/* close tcp client ----------------------------------------------------------*/
+static void closetcpcli(tcpcli_t *tcpcli)
+{
+    tracet(3,"closetcpcli: sock=%d\n",tcpcli->svr.sock);
+    
+    closesocket(tcpcli->svr.sock);
+    free(tcpcli);
+}
+/* wait socket connect -------------------------------------------------------*/
+static int waittcpcli(tcpcli_t *tcpcli, char *msg)
+{
+    tracet(4,"waittcpcli: sock=%d state=%d\n",tcpcli->svr.sock,tcpcli->svr.state);
+    
+    if (tcpcli->svr.state<0) return 0;
+    
+    if (tcpcli->svr.state==0) { /* close */
+        if (!gentcp(&tcpcli->svr,1,msg)) return 0;
+    }
+    if (tcpcli->svr.state==1) { /* wait */
+        if (!consock(tcpcli,msg)) return 0;
+    }
+    if (tcpcli->svr.state==2) { /* connect */
+        if (tcpcli->toinact>0&&
+            (int)(tickget()-tcpcli->svr.tact)>tcpcli->toinact) {
+            sprintf(msg,"timeout");
+            tracet(2,"waittcpcli: inactive timeout sock=%d\n",tcpcli->svr.sock);
+            discontcp(&tcpcli->svr,tcpcli->tirecon);
+            return 0;
+        }
+    }
+    return 1;
+}
+/* read tcp client -----------------------------------------------------------*/
+static int readtcpcli(tcpcli_t *tcpcli, unsigned char *buff, int n, char *msg)
+{
+    int nr,err;
+    
+    tracet(4,"readtcpcli: sock=%d state=%d n=%d\n",tcpcli->svr.sock,tcpcli->svr.state,n);
+    
+    if (!waittcpcli(tcpcli,msg)) return 0;
+    
+    if ((nr=recv_nb(tcpcli->svr.sock,buff,n))==-1) {
+        err=errsock();
+        tracet(1,"readtcpcli: recv error sock=%d err=%d\n",tcpcli->svr.sock,err);
+        sprintf(msg,"recv error (%d)",err);
+        discontcp(&tcpcli->svr,tcpcli->tirecon);
+        return 0;
+    }
+    if (nr>0) tcpcli->svr.tact=tickget();
+    tracet(5,"readtcpcli: exit sock=%d nr=%d\n",tcpcli->svr.sock,nr);
+    return nr;
+}
+/* write tcp client ----------------------------------------------------------*/
+static int writetcpcli(tcpcli_t *tcpcli, unsigned char *buff, int n, char *msg)
+{
+    int ns,err;
+    
+    tracet(3,"writetcpcli: sock=%d state=%d n=%d\n",tcpcli->svr.sock,tcpcli->svr.state,n);
+    
+    if (!waittcpcli(tcpcli,msg)) return 0;
+    
+    if ((ns=send_nb(tcpcli->svr.sock,buff,n))==-1) {
+        err=errsock();
+        tracet(1,"writetcp: send error sock=%d err=%d\n",tcpcli->svr.sock,err);
+        sprintf(msg,"send error (%d)",err);
+        discontcp(&tcpcli->svr,tcpcli->tirecon);
+        return 0;
+    }
+    if (ns>0) tcpcli->svr.tact=tickget();
+    tracet(5,"writetcpcli: exit sock=%d ns=%d\n",tcpcli->svr.sock,ns);
+    return ns;
+}
+/* get state tcp client ------------------------------------------------------*/
+static int statetcpcli(tcpcli_t *tcpcli)
+{
+    return tcpcli?tcpcli->svr.state:0;
+}
+/* base64 encoder ------------------------------------------------------------*/
+static int encbase64(char *str, const unsigned char *byte, int n)
+{
+    const char table[]=
+        "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
+    int i,j,k,b;
+    
+    tracet(4,"encbase64: n=%d\n",n);
+    
+    for (i=j=0;i/8<n;) {
+        for (k=b=0;k<6;k++,i++) {
+            b<<=1; if (i/8<n) b|=(byte[i/8]>>(7-i%8))&0x1;
+        }
+        str[j++]=table[b];
+    }
+    while (j&0x3) str[j++]='=';
+    str[j]='\0';
+    tracet(5,"encbase64: str=%s\n",str);
+    return j;
+}
+/* send ntrip server request -------------------------------------------------*/
+static int reqntrip_s(ntrip_t *ntrip, char *msg)
+{
+    char buff[256+NTRIP_MAXSTR],*p=buff;
+    
+    tracet(3,"reqntrip_s: state=%d\n",ntrip->state);
+    
+    p+=sprintf(p,"SOURCE %s %s\r\n",ntrip->passwd,ntrip->mntpnt);
+    p+=sprintf(p,"Source-Agent: NTRIP %s\r\n",NTRIP_AGENT);
+    p+=sprintf(p,"STR: %s\r\n",ntrip->str);
+    p+=sprintf(p,"\r\n");
+    
+    if (writetcpcli(ntrip->tcp,(unsigned char *)buff,p-buff,msg)!=p-buff) return 0;
+    
+    tracet(2,"reqntrip_s: send request state=%d ns=%d\n",ntrip->state,p-buff);
+    tracet(5,"reqntrip_s: n=%d buff=\n%s\n",p-buff,buff);
+    ntrip->state=1;
+    return 1;
+}
+/* send ntrip client request -------------------------------------------------*/
+static int reqntrip_c(ntrip_t *ntrip, char *msg)
+{
+    char buff[1024],user[512],*p=buff;
+    
+    tracet(3,"reqntrip_c: state=%d\n",ntrip->state);
+    
+    p+=sprintf(p,"GET %s/%s HTTP/1.0\r\n",ntrip->url,ntrip->mntpnt);
+    p+=sprintf(p,"User-Agent: NTRIP %s\r\n",NTRIP_AGENT);
+    
+    if (!*ntrip->user) {
+        p+=sprintf(p,"Accept: */*\r\n");
+        p+=sprintf(p,"Connection: close\r\n");
+    }
+    else {
+        sprintf(user,"%s:%s",ntrip->user,ntrip->passwd);
+        p+=sprintf(p,"Authorization: Basic ");
+        p+=encbase64(p,(unsigned char *)user,strlen(user));
+        p+=sprintf(p,"\r\n");
+    }
+    p+=sprintf(p,"\r\n");
+    
+    if (writetcpcli(ntrip->tcp,(unsigned char *)buff,p-buff,msg)!=p-buff) return 0;
+    
+    tracet(2,"reqntrip_c: send request state=%d ns=%d\n",ntrip->state,p-buff);
+    tracet(5,"reqntrip_c: n=%d buff=\n%s\n",p-buff,buff);
+    ntrip->state=1;
+    return 1;
+}
+/* test ntrip server response ------------------------------------------------*/
+static int rspntrip_s(ntrip_t *ntrip, char *msg)
+{
+    int i,nb;
+    char *p,*q;
+    
+    tracet(3,"rspntrip_s: state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    ntrip->buff[ntrip->nb]='0';
+    tracet(5,"rspntrip_s: n=%d buff=\n%s\n",ntrip->nb,ntrip->buff);
+    
+    if ((p=strstr((char *)ntrip->buff,NTRIP_RSP_OK_SVR))) { /* ok */
+        q=(char *)ntrip->buff;
+        p+=strlen(NTRIP_RSP_OK_SVR);
+        ntrip->nb-=p-q;
+        for (i=0;i<ntrip->nb;i++) *q++=*p++;
+        ntrip->state=2;
+        sprintf(msg,"%s/%s",ntrip->tcp->svr.saddr,ntrip->mntpnt);
+        tracet(2,"rspntrip_s: response ok nb=%d\n",ntrip->nb);
+        return 1;
+    }
+    else if ((p=strstr((char *)ntrip->buff,NTRIP_RSP_ERROR))) { /* error */
+        nb=ntrip->nb<MAXSTATMSG?ntrip->nb:MAXSTATMSG;
+        strncpy(msg,(char *)ntrip->buff,nb); msg[nb]=0;
+        tracet(1,"rspntrip_s: %s nb=%d\n",msg,ntrip->nb);
+        ntrip->nb=0;
+        ntrip->buff[0]='\0';
+        ntrip->state=0;
+        discontcp(&ntrip->tcp->svr,ntrip->tcp->tirecon);
+    }
+    else if (ntrip->nb>=NTRIP_MAXRSP) { /* buffer overflow */
+        sprintf(msg,"response overflow");
+        tracet(1,"rspntrip_s: response overflow nb=%d\n",ntrip->nb);
+        ntrip->nb=0;
+        ntrip->buff[0]='\0';
+        ntrip->state=0;
+        discontcp(&ntrip->tcp->svr,ntrip->tcp->tirecon);
+    }
+    tracet(5,"rspntrip_s: exit state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    return 0;
+}
+/* test ntrip client response ------------------------------------------------*/
+static int rspntrip_c(ntrip_t *ntrip, char *msg)
+{
+    int i;
+    char *p,*q;
+    
+    tracet(3,"rspntrip_c: state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    ntrip->buff[ntrip->nb]='0';
+    tracet(5,"rspntrip_c: n=%d buff=\n%s\n",ntrip->nb,ntrip->buff);
+    
+    if ((p=strstr((char *)ntrip->buff,NTRIP_RSP_OK_CLI))) { /* ok */
+        q=(char *)ntrip->buff;
+        p+=strlen(NTRIP_RSP_OK_CLI);
+        ntrip->nb-=p-q;
+        for (i=0;i<ntrip->nb;i++) *q++=*p++;
+        ntrip->state=2;
+        sprintf(msg,"%s/%s",ntrip->tcp->svr.saddr,ntrip->mntpnt);
+        tracet(2,"rspntrip_c: response ok nb=%d\n",ntrip->nb);
+        return 1;
+    }
+    if ((p=strstr((char *)ntrip->buff,NTRIP_RSP_SRCTBL))) { /* source table */
+        if (!*ntrip->mntpnt) { /* source table request */
+            ntrip->state=2;
+            sprintf(msg,"source table received");
+            tracet(2,"rspntrip_c: receive source table nb=%d\n",ntrip->nb);
+            return 1;
+        }
+        sprintf(msg,"no mountp. reconnect...");
+        tracet(2,"rspntrip_c: no mount point nb=%d\n",ntrip->nb);
+        ntrip->nb=0;
+        ntrip->buff[0]='\0';
+        ntrip->state=0;
+        discontcp(&ntrip->tcp->svr,ntrip->tcp->tirecon);
+    }
+    else if ((p=strstr((char *)ntrip->buff,NTRIP_RSP_HTTP))) { /* http response */
+        if ((q=strchr(p,'\r'))) *q='\0'; else ntrip->buff[128]='\0';
+        strcpy(msg,p);
+        tracet(1,"rspntrip_s: %s nb=%d\n",msg,ntrip->nb);
+        ntrip->nb=0;
+        ntrip->buff[0]='\0';
+        ntrip->state=0;
+        discontcp(&ntrip->tcp->svr,ntrip->tcp->tirecon);
+    }
+    else if (ntrip->nb>=NTRIP_MAXRSP) { /* buffer overflow */
+        sprintf(msg,"response overflow");
+        tracet(1,"rspntrip_s: response overflow nb=%d\n",ntrip->nb);
+        ntrip->nb=0;
+        ntrip->buff[0]='\0';
+        ntrip->state=0;
+        discontcp(&ntrip->tcp->svr,ntrip->tcp->tirecon);
+    }
+    tracet(5,"rspntrip_c: exit state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    return 0;
+}
+/* wait ntrip request/response -----------------------------------------------*/
+static int waitntrip(ntrip_t *ntrip, char *msg)
+{
+    int n;
+    char *p;
+    
+    tracet(4,"waitntrip: state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    
+    if (ntrip->state<0) return 0; /* error */
+    
+    if (ntrip->tcp->svr.state<2) ntrip->state=0; /* tcp disconnected */
+    
+    if (ntrip->state==0) { /* send request */
+        if (!(ntrip->type==0?reqntrip_s(ntrip,msg):reqntrip_c(ntrip,msg))) {
+            return 0;
+        }
+        tracet(2,"waitntrip: state=%d nb=%d\n",ntrip->state,ntrip->nb);
+    }
+    if (ntrip->state==1) { /* read response */
+        p=(char *)ntrip->buff+ntrip->nb;
+        if ((n=readtcpcli(ntrip->tcp,(unsigned char *)p,NTRIP_MAXRSP-ntrip->nb-1,msg))==0) {
+            tracet(5,"waitntrip: readtcp n=%d\n",n);
+            return 0;
+        }
+        ntrip->nb+=n; ntrip->buff[ntrip->nb]='\0';
+        
+        /* wait response */
+        return ntrip->type==0?rspntrip_s(ntrip,msg):rspntrip_c(ntrip,msg);
+    }
+    return 1;
+}
+/* open ntrip ----------------------------------------------------------------*/
+static ntrip_t *openntrip(const char *path, int type, char *msg)
+{
+    ntrip_t *ntrip;
+    int i;
+    char addr[256]="",port[256]="",tpath[MAXSTRPATH];
+    
+    tracet(3,"openntrip: path=%s type=%d\n",path,type);
+    
+    if (!(ntrip=(ntrip_t *)malloc(sizeof(ntrip_t)))) return NULL;
+    
+    ntrip->state=0;
+    ntrip->type=type; /* 0:server,1:client */
+    ntrip->nb=0;
+    ntrip->url[0]='\0';
+    ntrip->mntpnt[0]=ntrip->user[0]=ntrip->passwd[0]=ntrip->str[0]='\0';
+    for (i=0;i<NTRIP_MAXRSP;i++) ntrip->buff[i]=0;
+    
+    /* decode tcp/ntrip path */
+    decodetcppath(path,addr,port,ntrip->user,ntrip->passwd,ntrip->mntpnt,
+                  ntrip->str);
+    
+    /* use default port if no port specified */
+    if (!*port) {
+        sprintf(port,"%d",type?NTRIP_CLI_PORT:NTRIP_SVR_PORT);
+    }
+    sprintf(tpath,"%s:%s",addr,port);
+    
+    /* ntrip access via proxy server */
+    if (*proxyaddr) {
+        sprintf(ntrip->url,"http://%s",tpath);
+        strcpy(tpath,proxyaddr);
+    }
+    /* open tcp client stream */
+    if (!(ntrip->tcp=opentcpcli(tpath,msg))) {
+        tracet(1,"openntrip: opentcp error\n");
+        free(ntrip);
+        return NULL;
+    }
+    return ntrip;
+}
+/* close ntrip ---------------------------------------------------------------*/
+static void closentrip(ntrip_t *ntrip)
+{
+    tracet(3,"closentrip: state=%d\n",ntrip->state);
+    
+    closetcpcli(ntrip->tcp);
+    free(ntrip);
+}
+/* read ntrip ----------------------------------------------------------------*/
+static int readntrip(ntrip_t *ntrip, unsigned char *buff, int n, char *msg)
+{
+    int nb;
+    
+    tracet(4,"readntrip: n=%d\n",n);
+    
+    if (!waitntrip(ntrip,msg)) return 0;
+    if (ntrip->nb>0) { /* read response buffer first */
+        nb=ntrip->nb<=n?ntrip->nb:n;
+        memcpy(buff,ntrip->buff+ntrip->nb-nb,nb);
+        ntrip->nb=0;
+        return nb;
+    }
+    return readtcpcli(ntrip->tcp,buff,n,msg);
+}
+/* write ntrip ---------------------------------------------------------------*/
+static int writentrip(ntrip_t *ntrip, unsigned char *buff, int n, char *msg)
+{
+    tracet(3,"writentrip: n=%d\n",n);
+    
+    if (!waitntrip(ntrip,msg)) return 0;
+    return writetcpcli(ntrip->tcp,buff,n,msg);
+}
+/* get state ntrip -----------------------------------------------------------*/
+static int statentrip(ntrip_t *ntrip)
+{
+    return !ntrip?0:(ntrip->state==0?ntrip->tcp->svr.state:ntrip->state);
+}
+/* decode ftp path ----------------------------------------------------------*/
+static void decodeftppath(const char *path, char *addr, char *file, char *user,
+                          char *passwd, int *topts)
+{
+    char buff[MAXSTRPATH],*p,*q;
+    
+    tracet(4,"decodeftpath: path=%s\n",path);
+    
+    if (user) *user='\0';
+    if (passwd) *passwd='\0';
+    if (topts) {
+        topts[0]=0;    /* time offset in path (s) */
+        topts[1]=3600; /* download interval (s) */
+        topts[2]=0;    /* download time offset (s) */
+        topts[3]=0;    /* retry interval (s) (0: no retry) */
+    }
+    strcpy(buff,path);
+    
+    if ((p=strchr(buff,'/'))) {
+        if ((q=strstr(p+1,"::"))) {
+            *q='\0';
+            if (topts) sscanf(q+2,"T=%d,%d,%d,%d",topts,topts+1,topts+2,topts+3);
+        }
+        strcpy(file,p+1);
+        *p='\0';
+    }
+    else file[0]='\0';
+    
+    if ((p=strrchr(buff,'@'))) {
+        *p++='\0';
+        if ((q=strchr(buff,':'))) {
+             *q='\0'; if (passwd) strcpy(passwd,q+1);
+        }
+        if (user) strcpy(user,buff);
+    }
+    else p=buff;
+    
+    strcpy(addr,p);
+}
+/* next download time --------------------------------------------------------*/
+static gtime_t nextdltime(const int *topts, int stat)
+{
+    gtime_t time;
+    double tow;
+    int week,tint;
+    
+    tracet(3,"nextdltime: topts=%d %d %d %d stat=%d\n",topts[0],topts[1],
+           topts[2],topts[3],stat);
+    
+    /* current time (gpst) */
+    time=utc2gpst(timeget());
+    tow=time2gpst(time,&week);
+    
+    /* next retry time */
+    if (stat==0&&topts[3]>0) {
+        tow=(floor((tow-topts[2])/topts[3])+1.0)*topts[3]+topts[2];
+        return gpst2time(week,tow);
+    }
+    /* next interval time */
+    tint=topts[1]<=0?3600:topts[1];
+    tow=(floor((tow-topts[2])/tint)+1.0)*tint+topts[2];
+    time=gpst2time(week,tow);
+    
+    return time;
+}
+/* ftp thread ----------------------------------------------------------------*/
+#ifdef WIN32
+static DWORD WINAPI ftpthread(void *arg)
+#else
+static void *ftpthread(void *arg)
+#endif
+{
+    ftp_t *ftp=(ftp_t *)arg;
+    FILE *fp;
+    gtime_t time;
+    char remote[1024],local[1024],tmpfile[1024],errfile[1024],*p;
+    char cmd[2048],env[1024]="",opt[1024],*proxyopt="",*proto;
+    int ret;
+    
+    tracet(3,"ftpthread:\n");
+    
+    if (!*localdir) {
+        tracet(1,"no local directory\n");
+        ftp->error=11;
+        ftp->state=3;
+        return 0;
+    }
+    /* replace keyword in file path and local path */
+    time=timeadd(utc2gpst(timeget()),ftp->topts[0]);
+    reppath(ftp->file,remote,time,"","");
+    
+    if ((p=strrchr(remote,'/'))) p++; else p=remote;
+    sprintf(local,"%s%c%s",localdir,FILEPATHSEP,p);
+    sprintf(errfile,"%s.err",local);
+    
+    /* if local file exist, skip download */
+    strcpy(tmpfile,local);
+    if ((p=strrchr(tmpfile,'.'))&&
+        (!strcmp(p,".z")||!strcmp(p,".gz")||!strcmp(p,".zip")||
+         !strcmp(p,".Z")||!strcmp(p,".GZ")||!strcmp(p,".ZIP"))) {
+        *p='\0';
+    }
+    if ((fp=fopen(tmpfile,"rb"))) {
+        fclose(fp);
+        strcpy(ftp->local,tmpfile);
+        tracet(3,"ftpthread: file exists %s\n",ftp->local);
+        ftp->state=2;
+        return 0;
+    }
+    /* proxy settings for wget (ref [2]) */
+    if (*proxyaddr) {
+        proto=ftp->proto?"http":"ftp";
+        sprintf(env,"set %s_proxy=http://%s & ",proto,proxyaddr);
+        proxyopt="--proxy=on ";
+    }
+    /* download command (ref [2]) */
+    if (ftp->proto==0) { /* ftp */
+        sprintf(opt,"--ftp-user=%s --ftp-password=%s --glob=off --passive-ftp %s-t 1 -T %d -O \"%s\"",
+                ftp->user,ftp->passwd,proxyopt,FTP_TIMEOUT,local);
+        sprintf(cmd,"%s%s %s \"ftp://%s/%s\" 2> \"%s\"\n",env,FTP_CMD,opt,ftp->addr,
+                remote,errfile);
+    }
+    else { /* http */
+        sprintf(opt,"%s-t 1 -T %d -O \"%s\"",proxyopt,FTP_TIMEOUT,local);
+        sprintf(cmd,"%s%s %s \"http://%s/%s\" 2> \"%s\"\n",env,FTP_CMD,opt,ftp->addr,
+                remote,errfile);
+    }
+    /* execute download command */
+    if ((ret=execcmd(cmd))) {
+        remove(local);
+        tracet(1,"execcmd error: cmd=%s ret=%d\n",cmd,ret);
+        ftp->error=ret;
+        ftp->state=3;
+        return 0;
+    }
+    remove(errfile);
+    
+    /* uncompress downloaded file */
+    if ((p=strrchr(local,'.'))&&
+        (!strcmp(p,".z")||!strcmp(p,".gz")||!strcmp(p,".zip")||
+         !strcmp(p,".Z")||!strcmp(p,".GZ")||!strcmp(p,".ZIP"))) {
+        
+        if (rtk_uncompress(local,tmpfile)) {
+            remove(local);
+            strcpy(local,tmpfile);
+        }
+        else {
+            tracet(1,"file uncompact error: %s\n",local);
+            ftp->error=12;
+            ftp->state=3;
+            return 0;
+        }
+    }
+    strcpy(ftp->local,local);
+    ftp->state=2; /* ftp completed */
+    
+    tracet(3,"ftpthread: complete cmd=%s\n",cmd);
+    return 0;
+}
+/* open ftp ------------------------------------------------------------------*/
+static ftp_t *openftp(const char *path, int type, char *msg)
+{
+    ftp_t *ftp;
+    
+    tracet(3,"openftp: path=%s type=%d\n",path,type);
+    
+    msg[0]='\0';
+    
+    if (!(ftp=(ftp_t *)malloc(sizeof(ftp_t)))) return NULL;
+    
+    ftp->state=0;
+    ftp->proto=type;
+    ftp->error=0;
+    ftp->thread=0;
+    ftp->local[0]='\0';
+    
+    /* decode ftp path */
+    decodeftppath(path,ftp->addr,ftp->file,ftp->user,ftp->passwd,ftp->topts);
+    
+    /* set first download time */
+    ftp->tnext=timeadd(timeget(),10.0);
+    
+    return ftp;
+}
+/* close ftp -----------------------------------------------------------------*/
+static void closeftp(ftp_t *ftp)
+{
+    tracet(3,"closeftp: state=%d\n",ftp->state);
+    
+    if (ftp->state!=1) free(ftp);
+}
+/* read ftp ------------------------------------------------------------------*/
+static int readftp(ftp_t *ftp, unsigned char *buff, int n, char *msg)
+{
+    gtime_t time;
+    unsigned char *p,*q;
+    
+    tracet(4,"readftp: n=%d\n",n);
+    
+    time=utc2gpst(timeget());
+    
+    if (timediff(time,ftp->tnext)<0.0) { /* until download time? */
+        return 0;
+    }
+    if (ftp->state<=0) { /* ftp/http not executed? */
+        ftp->state=1;
+        sprintf(msg,"%s://%s",ftp->proto?"http":"ftp",ftp->addr);
+    
+#ifdef WIN32
+        if (!(ftp->thread=CreateThread(NULL,0,ftpthread,ftp,0,NULL))) {
+#else
+        if (pthread_create(&ftp->thread,NULL,ftpthread,ftp)) {
+#endif
+            tracet(1,"readftp: ftp thread create error\n");
+            ftp->state=3;
+            strcpy(msg,"ftp thread error");
+            return 0;
+        }
+    }
+    if (ftp->state<=1) return 0; /* ftp/http on going? */
+    
+    if (ftp->state==3) { /* ftp error */
+        sprintf(msg,"%s error (%d)",ftp->proto?"http":"ftp",ftp->error);
+        
+        /* set next retry time */
+        ftp->tnext=nextdltime(ftp->topts,0);
+        ftp->state=0;
+        return 0;
+    }
+    /* return local file path if ftp completed */
+    p=buff;
+    q=(unsigned char *)ftp->local;
+    while (*q&&(int)(p-buff)<n) *p++=*q++;
+    p+=sprintf((char *)p,"\r\n");
+    
+    /* set next download time */
+    ftp->tnext=nextdltime(ftp->topts,1);
+    ftp->state=0;
+    
+    strcpy(msg,"");
+    
+    return (int)(p-buff);
+}
+/* get state ftp -------------------------------------------------------------*/
+static int stateftp(ftp_t *ftp)
+{
+    return !ftp?0:(ftp->state==0?2:(ftp->state<=2?3:-1));
+}
+/* initialize stream environment -----------------------------------------------
+* initialize stream environment
+* args   : none
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strinitcom(void)
+{
+#ifdef WIN32
+    WSADATA data;
+#endif
+    tracet(3,"strinitcom:\n");
+
+#ifdef WIN32
+    WSAStartup(MAKEWORD(2,0),&data);
+#endif
+}
+/* initialize stream -----------------------------------------------------------
+* initialize stream struct
+* args   : stream_t *stream IO  stream
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strinit(stream_t *stream)
+{
+    tracet(3,"strinit:\n");
+    
+    stream->type=0;
+    stream->mode=0;
+    stream->state=0;
+    stream->inb=stream->inr=stream->outb=stream->outr=0;
+    stream->tick=stream->tact=stream->inbt=stream->outbt=0;
+    initlock(&stream->lock);
+    stream->port=NULL;
+    stream->path[0]='\0';
+    stream->msg [0]='\0';
+}
+/* open stream -----------------------------------------------------------------
+* open stream for read or write
+* args   : stream_t *stream IO  stream
+*          int type         I   stream type (STR_SERIAL,STR_FILE,STR_TCPSVR,...)
+*          int mode         I   stream mode (STR_MODE_???)
+*          char *path       I   stream path (see below)
+* return : status (0:error,1:ok)
+* notes  : see reference [1] for NTRIP
+*          STR_FTP/HTTP needs "wget" in command search paths
+*
+* stream path ([] options):
+*
+*   STR_SERIAL   port[:brate[:bsize[:parity[:stopb[:fctr]]]]]
+*                    port  = COM?? (windows), tty??? (linuex, omit /dev/)
+*                    brate = bit rate     (bps)
+*                    bsize = bit size     (7|8)
+*                    parity= parity       (n|o|e)
+*                    stopb = stop bits    (1|2)
+*                    fctr  = flow control (off|rts)
+*   STR_FILE     file_path[::T][::+start][::xseppd][::S=swap]
+*                    ::T   = enable time tag
+*                    start = replay start offset (s)
+*                    speed = replay speed factor
+*                    swap  = output swap interval (hr) (0: no swap)
+*   STR_TCPSVR   :port
+*   STR_TCPCLI   address:port
+*   STR_NTRIPSVR user[:passwd]@address[:port]/moutpoint[:string]
+*   STR_NTRIPCLI [user[:passwd]]@address[:port][/mountpoint]
+*   STR_FTP      [user[:passwd]]@address/file_path[::T=poff[,tint[,toff,tret]]]]
+*   STR_HTTP     address/file_path[::T=poff[,tint[,toff,tret]]]]
+*                    poff  = time offset for path extension (s)
+*                    tint  = download interval (s)
+*                    toff  = download time offset (s)
+*                    tret  = download retry interval (s) (0:no retry)
+*-----------------------------------------------------------------------------*/
+extern int stropen(stream_t *stream, int type, int mode, const char *path)
+{
+    tracet(3,"stropen: type=%d mode=%d path=%s\n",type,mode,path);
+    
+    stream->type=type;
+    stream->mode=mode;
+    strcpy(stream->path,path);
+    stream->inb=stream->inr=stream->outb=stream->outr=0;
+    stream->tick=tickget();
+    stream->inbt=stream->outbt=0;
+    stream->msg[0]='\0';
+    stream->port=NULL;
+    switch (type) {
+        case STR_SERIAL  : stream->port=openserial(path,mode,stream->msg); break;
+        case STR_FILE    : stream->port=openfile  (path,mode,stream->msg); break;
+        case STR_TCPSVR  : stream->port=opentcpsvr(path,     stream->msg); break;
+        case STR_TCPCLI  : stream->port=opentcpcli(path,     stream->msg); break;
+        case STR_NTRIPSVR: stream->port=openntrip (path,0,   stream->msg); break;
+        case STR_NTRIPCLI: stream->port=openntrip (path,1,   stream->msg); break;
+        case STR_FTP     : stream->port=openftp   (path,0,   stream->msg); break;
+        case STR_HTTP    : stream->port=openftp   (path,1,   stream->msg); break;
+        default: stream->state=0; return 1;
+    }
+    stream->state=!stream->port?-1:1;
+    return stream->port!=NULL;
+}
+/* close stream ----------------------------------------------------------------
+* close stream
+* args   : stream_t *stream IO  stream
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strclose(stream_t *stream)
+{
+    tracet(3,"strclose: type=%d mode=%d\n",stream->type,stream->mode);
+    
+    if (stream->port) {
+        switch (stream->type) {
+            case STR_SERIAL  : closeserial((serial_t *)stream->port); break;
+            case STR_FILE    : closefile  ((file_t   *)stream->port); break;
+            case STR_TCPSVR  : closetcpsvr((tcpsvr_t *)stream->port); break;
+            case STR_TCPCLI  : closetcpcli((tcpcli_t *)stream->port); break;
+            case STR_NTRIPSVR: closentrip ((ntrip_t  *)stream->port); break;
+            case STR_NTRIPCLI: closentrip ((ntrip_t  *)stream->port); break;
+            case STR_FTP     : closeftp   ((ftp_t    *)stream->port); break;
+            case STR_HTTP    : closeftp   ((ftp_t    *)stream->port); break;
+        }
+    }
+    else {
+        trace(2,"no port to close stream: type=%d\n",stream->type);
+    }
+    stream->type=0;
+    stream->mode=0;
+    stream->state=0;
+    stream->inr=stream->outr=0;
+    stream->path[0]='\0';
+    stream->msg[0]='\0';
+    stream->port=NULL;
+}
+/* sync streams ----------------------------------------------------------------
+* sync time for streams
+* args   : stream_t *stream1 IO stream 1
+*          stream_t *stream2 IO stream 2
+* return : none
+* notes  : for replay files with time tags
+*-----------------------------------------------------------------------------*/
+extern void strsync(stream_t *stream1, stream_t *stream2)
+{
+    file_t *file1,*file2;
+    if (stream1->type!=STR_FILE||stream2->type!=STR_FILE) return;
+    file1=(file_t*)stream1->port;
+    file2=(file_t*)stream2->port;
+    if (file1&&file2) syncfile(file1,file2);
+}
+/* lock/unlock stream ----------------------------------------------------------
+* lock/unlock stream
+* args   : stream_t *stream I  stream
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strlock  (stream_t *stream) {lock  (&stream->lock);}
+extern void strunlock(stream_t *stream) {unlock(&stream->lock);}
+
+/* read stream -----------------------------------------------------------------
+* read data from stream (unblocked)
+* args   : stream_t *stream I  stream
+*          unsinged char *buff O data buffer
+*          int    n         I  maximum data length
+* return : read data length
+* notes  : if no data, return immediately with no data
+*-----------------------------------------------------------------------------*/
+extern int strread(stream_t *stream, unsigned char *buff, int n)
+{
+    unsigned int tick;
+    char *msg=stream->msg;
+    int nr;
+    
+    tracet(4,"strread: n=%d\n",n);
+    
+    if (!(stream->mode&STR_MODE_R)||!stream->port) return 0;
+    
+    strlock(stream);
+    
+    switch (stream->type) {
+        case STR_SERIAL  : nr=readserial((serial_t *)stream->port,buff,n,msg); break;
+        case STR_FILE    : nr=readfile  ((file_t   *)stream->port,buff,n,msg); break;
+        case STR_TCPSVR  : nr=readtcpsvr((tcpsvr_t *)stream->port,buff,n,msg); break;
+        case STR_TCPCLI  : nr=readtcpcli((tcpcli_t *)stream->port,buff,n,msg); break;
+        case STR_NTRIPCLI: nr=readntrip ((ntrip_t  *)stream->port,buff,n,msg); break;
+        case STR_FTP     : nr=readftp   ((ftp_t    *)stream->port,buff,n,msg); break;
+        case STR_HTTP    : nr=readftp   ((ftp_t    *)stream->port,buff,n,msg); break;
+        default:
+            strunlock(stream);
+            return 0;
+    }
+    stream->inb+=nr;
+    tick=tickget(); if (nr>0) stream->tact=tick;
+    
+    if ((int)(tick-stream->tick)>=tirate) {
+        stream->inr=(stream->inb-stream->inbt)*8000/(tick-stream->tick);
+        stream->tick=tick; stream->inbt=stream->inb;
+    }
+    strunlock(stream);
+    return nr;
+}
+/* write stream ----------------------------------------------------------------
+* write data to stream (unblocked)
+* args   : stream_t *stream I   stream
+*          unsinged char *buff I data buffer
+*          int    n         I   data length
+* return : status (0:error,1:ok)
+* notes  : write data to buffer and return immediately
+*-----------------------------------------------------------------------------*/
+extern int strwrite(stream_t *stream, unsigned char *buff, int n)
+{
+    unsigned int tick;
+    char *msg=stream->msg;
+    int ns;
+    
+    tracet(3,"strwrite: n=%d\n",n);
+    
+    if (!(stream->mode&STR_MODE_W)||!stream->port) return 0;
+    
+    strlock(stream);
+    
+    switch (stream->type) {
+        case STR_SERIAL  : ns=writeserial((serial_t *)stream->port,buff,n,msg); break;
+        case STR_FILE    : ns=writefile  ((file_t   *)stream->port,buff,n,msg); break;
+        case STR_TCPSVR  : ns=writetcpsvr((tcpsvr_t *)stream->port,buff,n,msg); break;
+        case STR_TCPCLI  : ns=writetcpcli((tcpcli_t *)stream->port,buff,n,msg); break;
+        case STR_NTRIPCLI:
+        case STR_NTRIPSVR: ns=writentrip ((ntrip_t  *)stream->port,buff,n,msg); break;
+        case STR_FTP     :
+        case STR_HTTP    :
+        default:
+            strunlock(stream);
+            return 0;
+    }
+    stream->outb+=ns;
+    tick=tickget(); if (ns>0) stream->tact=tick;
+    
+    if ((int)(tick-stream->tick)>tirate) {
+        stream->outr=(stream->outb-stream->outbt)*8000/(tick-stream->tick);
+        stream->tick=tick; stream->outbt=stream->outb;
+    }
+    strunlock(stream);
+    return ns;
+}
+/* get stream status -----------------------------------------------------------
+* get stream status
+* args   : stream_t *stream I   stream
+*          char   *msg      IO  status message (NULL: no output)
+* return : status (-1:error,0:close,1:wait,2:connect,3:active)
+*-----------------------------------------------------------------------------*/
+extern int strstat(stream_t *stream, char *msg)
+{
+    int state;
+    
+    tracet(4,"strstat:\n");
+    
+    strlock(stream);
+    if (msg) {
+        strncpy(msg,stream->msg,MAXSTRMSG-1); msg[MAXSTRMSG-1]='\0';
+    }
+    if (!stream->port) {
+        strunlock(stream);
+        return stream->state;
+    }
+    switch (stream->type) {
+        case STR_SERIAL  : state=stateserial((serial_t *)stream->port); break;
+        case STR_FILE    : state=statefile  ((file_t   *)stream->port); break;
+        case STR_TCPSVR  : state=statetcpsvr((tcpsvr_t *)stream->port); break;
+        case STR_TCPCLI  : state=statetcpcli((tcpcli_t *)stream->port); break;
+        case STR_NTRIPSVR:
+        case STR_NTRIPCLI: state=statentrip ((ntrip_t  *)stream->port); break;
+        case STR_FTP     : state=stateftp   ((ftp_t    *)stream->port); break;
+        case STR_HTTP    : state=stateftp   ((ftp_t    *)stream->port); break;
+        default:
+            strunlock(stream);
+            return 0;
+    }
+    if (state==2&&(int)(tickget()-stream->tact)<=TINTACT) state=3;
+    strunlock(stream);
+    return state;
+}
+/* get stream statistics summary -----------------------------------------------
+* get stream statistics summary
+* args   : stream_t *stream I   stream
+*          int    *inb      IO   bytes of input  (NULL: no output)
+*          int    *inr      IO   bps of input    (NULL: no output)
+*          int    *outb     IO   bytes of output (NULL: no output)
+*          int    *outr     IO   bps of output   (NULL: no output)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsum(stream_t *stream, int *inb, int *inr, int *outb, int *outr)
+{
+    tracet(4,"strsum:\n");
+    
+    strlock(stream);
+    if (inb)  *inb =stream->inb;
+    if (inr)  *inr =stream->inr;
+    if (outb) *outb=stream->outb;
+    if (outr) *outr=stream->outr;
+    strunlock(stream);
+}
+/* set global stream options ---------------------------------------------------
+* set global stream options
+* args   : int    *opt      I   options
+*              opt[0]= inactive timeout (ms) (0: no timeout)
+*              opt[1]= interval to reconnect (ms)
+*              opt[2]= averaging time of data rate (ms)
+*              opt[3]= receive/send buffer size (bytes);
+*              opt[4]= file swap margin (s)
+*              opt[5]= reserved
+*              opt[6]= reserved
+*              opt[7]= reserved
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsetopt(const int *opt)
+{
+    tracet(3,"strsetopt: opt=%d %d %d %d %d %d %d %d\n",opt[0],opt[1],opt[2],
+           opt[3],opt[4],opt[5],opt[6],opt[7]);
+    
+    toinact    =0<opt[0]&&opt[0]<1000?1000:opt[0]; /* >=1s */
+    ticonnect  =opt[1]<1000?1000:opt[1]; /* >=1s */
+    tirate     =opt[2]<100 ?100 :opt[2]; /* >=0.1s */
+    buffsize   =opt[3]<4096?4096:opt[3]; /* >=4096byte */
+    fswapmargin=opt[4]<0?0:opt[4];
+}
+/* set timeout time ------------------------------------------------------------
+* set timeout time
+* args   : stream_t *stream I   stream (STR_TCPCLI,STR_NTRIPCLI,STR_NTRIPSVR)
+*          int     toinact  I   inactive timeout (ms) (0: no timeout)
+*          int     tirecon  I   reconnect interval (ms) (0: no reconnect)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsettimeout(stream_t *stream, int toinact, int tirecon)
+{
+    tcpcli_t *tcpcli;
+    
+    tracet(3,"strsettimeout: toinact=%d tirecon=%d\n",toinact,tirecon);
+    
+    if (stream->type==STR_TCPCLI) {
+        tcpcli=(tcpcli_t *)stream->port;
+    }
+    else if (stream->type==STR_NTRIPCLI||stream->type==STR_NTRIPSVR) {
+        tcpcli=((ntrip_t *)stream->port)->tcp;
+    }
+    else return;
+    
+    tcpcli->toinact=toinact;
+    tcpcli->tirecon=tirecon;
+}
+/* set local directory ---------------------------------------------------------
+* set local directory path for ftp/http download
+* args   : char   *dir      I   directory for download files
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsetdir(const char *dir)
+{
+    tracet(3,"strsetdir: dir=%s\n",dir);
+    
+    strcpy(localdir,dir);
+}
+/* set http/ntrip proxy address ------------------------------------------------
+* set http/ntrip proxy address
+* args   : char   *addr     I   http/ntrip proxy address <address>:<port>
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsetproxy(const char *addr)
+{
+    tracet(3,"strsetproxy: addr=%s\n",addr);
+    
+    strcpy(proxyaddr,addr);
+}
+/* get stream time -------------------------------------------------------------
+* get stream time
+* args   : stream_t *stream I   stream
+* return : current time or replay time for playback file
+*-----------------------------------------------------------------------------*/
+extern gtime_t strgettime(stream_t *stream)
+{
+    file_t *file;
+    if (stream->type==STR_FILE&&(stream->mode&STR_MODE_R)&&
+        (file=(file_t *)stream->port)) {
+        return timeadd(file->time,file->start); /* replay start time */
+    }
+    return utc2gpst(timeget());
+}
+/* send nmea request -----------------------------------------------------------
+* send nmea gpgga message to stream
+* args   : stream_t *stream I   stream
+*          double *pos      I   position {x,y,z} (ecef) (m)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsendnmea(stream_t *stream, const double *pos)
+{
+    sol_t sol={{0}};
+    unsigned char buff[1024];
+    int i,n;
+    
+    tracet(3,"strsendnmea: pos=%.3f %.3f %.3f\n",pos[0],pos[1],pos[2]);
+    
+    sol.stat=SOLQ_SINGLE;
+    sol.time=utc2gpst(timeget());
+    for (i=0;i<3;i++) sol.rr[i]=pos[i];
+    n=outnmea_gga(buff,&sol);
+    strwrite(stream,buff,n);
+}
+/* generate general hex message ----------------------------------------------*/
+static int gen_hex(const char *msg, unsigned char *buff)
+{
+    unsigned char *q=buff;
+    char mbuff[1024]="",*args[256],*p;
+    unsigned int byte;
+    int i,narg=0;
+    
+    trace(4,"gen_hex: msg=%s\n",msg);
+    
+    strncpy(mbuff,msg,1023);
+    for (p=strtok(mbuff," ");p&&narg<256;p=strtok(NULL," ")) {
+        args[narg++]=p;
+    }
+    for (i=0;i<narg;i++) {
+        if (sscanf(args[i],"%x",&byte)) *q++=(unsigned char)byte;
+    }
+    return (int)(q-buff);
+}
+/* set bitrate ---------------------------------------------------------------*/
+static int set_brate(stream_t *str, int brate)
+{
+    char path[1024],buff[1024]="",*p,*q;
+    int mode=str->mode;
+    
+    if (str->type!=STR_SERIAL) return 0;
+    
+    strcpy(path,str->path);
+    
+    if (!(p=strchr(path,':'))) {
+        sprintf(path+strlen(path),":%d",brate);
+    }
+    else {
+        if ((q=strchr(p+1,':'))) strcpy(buff,q);
+        sprintf(p,":%d%s",brate,buff);
+    }
+    strclose(str);
+    return stropen(str,str->type,mode,path);
+}
+/* send receiver command -------------------------------------------------------
+* send receiver commands to stream
+* args   : stream_t *stream I   stream
+*          char   *cmd      I   receiver command strings
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsendcmd(stream_t *str, const char *cmd)
+{
+    unsigned char buff[1024];
+    const char *p=cmd,*q;
+    char msg[1024],cmdend[]="\r\n";
+    int n,m,ms,brate;
+    
+    tracet(3,"strsendcmd: cmd=%s\n",cmd);
+    
+    for (;;) {
+        for (q=p;;q++) if (*q=='\r'||*q=='\n'||*q=='\0') break;
+        n=(int)(q-p); strncpy(msg,p,n); msg[n]='\0';
+        
+        if (!*msg||*msg=='#') { /* null or comment */
+            ;
+        }
+        else if (*msg=='!') { /* binary escape */
+            
+            if (!strncmp(msg+1,"WAIT",4)) { /* wait */
+                if (sscanf(msg+5,"%d",&ms)<1) ms=100;
+                if (ms>3000) ms=3000; /* max 3 s */
+                sleepms(ms);
+            }
+            else if (!strncmp(msg+1,"BRATE",5)) { /* set bitrate */
+                if (sscanf(msg+6,"%d",&brate)<1) brate=9600;
+                set_brate(str,brate);
+                sleepms(500);
+            }
+            else if (!strncmp(msg+1,"UBX",3)) { /* ublox */
+                if ((m=gen_ubx(msg+4,buff))>0) strwrite(str,buff,m);
+            }
+            else if (!strncmp(msg+1,"STQ",3)) { /* skytraq */
+                if ((m=gen_stq(msg+4,buff))>0) strwrite(str,buff,m);
+            }
+            else if (!strncmp(msg+1,"NVS",3)) { /* nvs */
+                if ((m=gen_nvs(msg+4,buff))>0) strwrite(str,buff,m);
+            }
+            else if (!strncmp(msg+1,"LEXR",4)) { /* lex receiver */
+                if ((m=gen_lexr(msg+5,buff))>0) strwrite(str,buff,m);
+            }
+            else if (!strncmp(msg+1,"HEX",3)) { /* general hex message */
+                if ((m=gen_hex(msg+4,buff))>0) strwrite(str,buff,m);
+            }
+        }
+        else {
+            strwrite(str,(unsigned char *)msg,n);
+            strwrite(str,(unsigned char *)cmdend,2);
+        }
+        if (*q=='\0') break; else p=q+1;
+    }
+}
diff --git a/src/streamsvr.c b/src/streamsvr.c
new file mode 100644
index 0000000..ec3e3bb
--- /dev/null
+++ b/src/streamsvr.c
@@ -0,0 +1,593 @@
+/*------------------------------------------------------------------------------
+* streamsvr.c : stream server functions
+*
+*          Copyright (C) 2010-2012 by T.TAKASU, All rights reserved.
+*
+* options : -DWIN32    use WIN32 API
+*
+* version : $Revision:$ $Date:$
+* history : 2010/07/18 1.0  moved from stream.c
+*           2011/01/18 1.1  change api strsvrstart()
+*           2012/12/04 1.2  add stream conversion function
+*           2012/12/25 1.3  fix bug on cyclic navigation data output
+*                           suppress warnings
+*           2013/05/08 1.4  fix bug on 1 s offset for javad -> rtcm conversion
+*           2014/10/16 1.5  support input from stdout
+*           2015/12/05 1.6  support rtcm 3 mt 63 beidou ephemeris
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id$";
+
+/* test observation data message ---------------------------------------------*/
+static int is_obsmsg(int msg)
+{
+    return (1001<=msg&&msg<=1004)||(1009<=msg&&msg<=1012)||
+           (1071<=msg&&msg<=1077)||(1081<=msg&&msg<=1087)||
+           (1091<=msg&&msg<=1097)||(1101<=msg&&msg<=1107)||
+           (1111<=msg&&msg<=1117)||(1121<=msg&&msg<=1127);
+}
+/* test navigataion data message ---------------------------------------------*/
+static int is_navmsg(int msg)
+{
+    return msg==1019||msg==1020||msg==1044||msg==1045||msg==1046||
+           msg==1047||msg==63;
+}
+/* test station info message -------------------------------------------------*/
+static int is_stamsg(int msg)
+{
+    return msg==1005||msg==1006||msg==1007||msg==1008||msg==1033;
+}
+/* test time interval --------------------------------------------------------*/
+static int is_tint(gtime_t time, double tint)
+{
+    if (tint<=0.0) return 1;
+    return fmod(time2gpst(time,NULL)+DTTOL,tint)<=2.0*DTTOL;
+}
+/* new stream converter --------------------------------------------------------
+* generate new stream converter
+* args   : int    itype     I   input stream type  (STR_???)
+*          int    otype     I   output stream type (STR_???)
+*          char   *msgs     I   output message type and interval (, separated)
+*          int    staid     I   station id
+*          int    stasel    I   station info selection (0:remote,1:local)
+*          char   *opt      I   rtcm or receiver raw options
+* return : stream generator (NULL:error)
+*-----------------------------------------------------------------------------*/
+extern strconv_t *strconvnew(int itype, int otype, const char *msgs, int staid,
+                             int stasel, const char *opt)
+{
+    strconv_t *conv;
+    double tint;
+    char buff[1024],*p;
+    int msg;
+    
+    if (!(conv=(strconv_t *)malloc(sizeof(strconv_t)))) return NULL;
+    
+    conv->nmsg=0;
+    strcpy(buff,msgs);
+    for (p=strtok(buff,",");p;p=strtok(NULL,",")) {
+       tint=0.0;
+       if (sscanf(p,"%d(%lf)",&msg,&tint)<1) continue;
+       conv->msgs[conv->nmsg]=msg;
+       conv->tint[conv->nmsg]=tint;
+       conv->tick[conv->nmsg]=tickget();
+       conv->ephsat[conv->nmsg++]=0;
+       if (conv->nmsg>=32) break;
+    }
+    if (conv->nmsg<=0) {
+        free(conv);
+        return NULL;
+    }
+    conv->itype=itype;
+    conv->otype=otype;
+    conv->stasel=stasel;
+    if (!init_rtcm(&conv->rtcm)||!init_rtcm(&conv->out)) {
+        free(conv);
+        return NULL;
+    }
+    if (!init_raw(&conv->raw)) {
+        free_rtcm(&conv->rtcm);
+        free_rtcm(&conv->out);
+        free(conv);
+        return NULL;
+    }
+    if (stasel) conv->out.staid=staid;
+    sprintf(conv->rtcm.opt,"-EPHALL %s",opt);
+    sprintf(conv->raw.opt ,"-EPHALL %s",opt);
+    return conv;
+}
+/* free stream converter -------------------------------------------------------
+* free stream converter
+* args   : strconv_t *conv  IO  stream converter
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strconvfree(strconv_t *conv)
+{
+    if (!conv) return;
+    free_rtcm(&conv->rtcm);
+    free_rtcm(&conv->out);
+    free_raw(&conv->raw);
+    free(conv);
+}
+/* copy received data from receiver raw to rtcm ------------------------------*/
+static void raw2rtcm(rtcm_t *out, const raw_t *raw, int ret)
+{
+    int i,sat,prn;
+    
+    out->time=raw->time;
+    
+    if (ret==1) {
+        for (i=0;i<raw->obs.n;i++) {
+            out->time=raw->obs.data[i].time;
+            out->obs.data[i]=raw->obs.data[i];
+        }
+        out->obs.n=raw->obs.n;
+    }
+    else if (ret==2) {
+        sat=raw->ephsat;
+        switch (satsys(sat,&prn)) {
+            case SYS_GLO: out->nav.geph[prn-1]=raw->nav.geph[prn-1]; break;
+            case SYS_GPS:
+            case SYS_GAL:
+            case SYS_QZS:
+            case SYS_CMP: out->nav.eph [sat-1]=raw->nav.eph [sat-1]; break;
+        }
+        out->ephsat=sat;
+    }
+    else if (ret==9) {
+        matcpy(out->nav.utc_gps,raw->nav.utc_gps,4,1);
+        matcpy(out->nav.utc_glo,raw->nav.utc_glo,4,1);
+        matcpy(out->nav.utc_gal,raw->nav.utc_gal,4,1);
+        matcpy(out->nav.utc_qzs,raw->nav.utc_qzs,4,1);
+        matcpy(out->nav.ion_gps,raw->nav.ion_gps,8,1);
+        matcpy(out->nav.ion_gal,raw->nav.ion_gal,4,1);
+        matcpy(out->nav.ion_qzs,raw->nav.ion_qzs,8,1);
+        out->nav.leaps=raw->nav.leaps;
+    }
+}
+/* copy received data from receiver rtcm to rtcm -----------------------------*/
+static void rtcm2rtcm(rtcm_t *out, const rtcm_t *rtcm, int ret, int stasel)
+{
+    int i,sat,prn;
+    
+    out->time=rtcm->time;
+    
+    if (!stasel) out->staid=rtcm->staid;
+    
+    if (ret==1) {
+        for (i=0;i<rtcm->obs.n;i++) {
+            out->obs.data[i]=rtcm->obs.data[i];
+        }
+        out->obs.n=rtcm->obs.n;
+    }
+    else if (ret==2) {
+        sat=rtcm->ephsat;
+        switch (satsys(sat,&prn)) {
+            case SYS_GLO: out->nav.geph[prn-1]=rtcm->nav.geph[prn-1]; break;
+            case SYS_GPS:
+            case SYS_GAL:
+            case SYS_QZS:
+            case SYS_CMP: out->nav.eph [sat-1]=rtcm->nav.eph [sat-1]; break;
+        }
+        out->ephsat=sat;
+    }
+    else if (ret==5) {
+        if (!stasel) out->sta=rtcm->sta;
+    }
+    else if (ret==9) {
+        matcpy(out->nav.utc_gps,rtcm->nav.utc_gps,4,1);
+        matcpy(out->nav.utc_glo,rtcm->nav.utc_glo,4,1);
+        matcpy(out->nav.utc_gal,rtcm->nav.utc_gal,4,1);
+        matcpy(out->nav.utc_qzs,rtcm->nav.utc_qzs,4,1);
+        matcpy(out->nav.ion_gps,rtcm->nav.ion_gps,8,1);
+        matcpy(out->nav.ion_gal,rtcm->nav.ion_gal,4,1);
+        matcpy(out->nav.ion_qzs,rtcm->nav.ion_qzs,8,1);
+        out->nav.leaps=rtcm->nav.leaps;
+    }
+}
+/* write obs data messages ---------------------------------------------------*/
+static void write_obs(gtime_t time, stream_t *str, strconv_t *conv)
+{
+    int i,j=0;
+    
+    for (i=0;i<conv->nmsg;i++) {
+        if (!is_obsmsg(conv->msgs[i])||!is_tint(time,conv->tint[i])) continue;
+        
+        j=i; /* index of last message */
+    }
+    for (i=0;i<conv->nmsg;i++) {
+        if (!is_obsmsg(conv->msgs[i])||!is_tint(time,conv->tint[i])) continue;
+        
+        /* generate messages */
+        if (conv->otype==STRFMT_RTCM2) {
+            if (!gen_rtcm2(&conv->out,conv->msgs[i],i!=j)) continue;
+        }
+        else if (conv->otype==STRFMT_RTCM3) {
+            if (!gen_rtcm3(&conv->out,conv->msgs[i],i!=j)) continue;
+        }
+        else continue;
+        
+        /* write messages to stream */
+        strwrite(str,conv->out.buff,conv->out.nbyte);
+    }
+}
+/* write nav data messages ---------------------------------------------------*/
+static void write_nav(gtime_t time, stream_t *str, strconv_t *conv)
+{
+    int i;
+    
+    for (i=0;i<conv->nmsg;i++) {
+        if (!is_navmsg(conv->msgs[i])||conv->tint[i]>0.0) continue;
+        
+        /* generate messages */
+        if (conv->otype==STRFMT_RTCM2) {
+            if (!gen_rtcm2(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else if (conv->otype==STRFMT_RTCM3) {
+            if (!gen_rtcm3(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else continue;
+        
+        /* write messages to stream */
+        strwrite(str,conv->out.buff,conv->out.nbyte);
+    }
+}
+/* next ephemeris satellite --------------------------------------------------*/
+static int nextsat(nav_t *nav, int sat, int msg)
+{
+    int sys,p,p0,p1,p2;
+    
+    switch (msg) {
+        case 1019: sys=SYS_GPS; p1=MINPRNGPS; p2=MAXPRNGPS; break;
+        case 1020: sys=SYS_GLO; p1=MINPRNGLO; p2=MAXPRNGLO; break;
+        case 1044: sys=SYS_QZS; p1=MINPRNQZS; p2=MAXPRNQZS; break;
+        case 1045:
+        case 1046: sys=SYS_GAL; p1=MINPRNGAL; p2=MAXPRNGAL; break;
+        default: return 0;
+    }
+    if (satsys(sat,&p0)!=sys) return satno(sys,p1);
+    
+    /* search next valid ephemeris */
+    for (p=p0>p2?p1:p0+1;p!=p0;p=p>=p2?p1:p+1) {
+        
+        if (sys==SYS_GLO) {
+            sat=satno(sys,p);
+            if (nav->geph[p-1].sat==sat) return sat;
+        }
+        else {
+            sat=satno(sys,p);
+            if (nav->eph[sat-1].sat==sat) return sat;
+        }
+    }
+    return 0;
+}
+/* write cyclic nav data messages --------------------------------------------*/
+static void write_nav_cycle(stream_t *str, strconv_t *conv)
+{
+    unsigned int tick=tickget();
+    int i,sat,tint;
+    
+    for (i=0;i<conv->nmsg;i++) {
+        if (!is_navmsg(conv->msgs[i])||conv->tint[i]<=0.0) continue;
+        
+        /* output cycle */
+        tint=(int)(conv->tint[i]*1000.0);
+        if ((int)(tick-conv->tick[i])<tint) continue;
+        conv->tick[i]=tick;
+        
+        /* next satellite */
+        if (!(sat=nextsat(&conv->out.nav,conv->ephsat[i],conv->msgs[i]))) {
+            continue;
+        }
+        conv->out.ephsat=conv->ephsat[i]=sat;
+        
+        /* generate messages */
+        if (conv->otype==STRFMT_RTCM2) {
+            if (!gen_rtcm2(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else if (conv->otype==STRFMT_RTCM3) {
+            if (!gen_rtcm3(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else continue;
+        
+        /* write messages to stream */
+        strwrite(str,conv->out.buff,conv->out.nbyte);
+    }
+}
+/* write cyclic station info messages ----------------------------------------*/
+static void write_sta_cycle(stream_t *str, strconv_t *conv)
+{
+    unsigned int tick=tickget();
+    int i,tint;
+    
+    for (i=0;i<conv->nmsg;i++) {
+        if (!is_stamsg(conv->msgs[i])) continue;
+        
+        /* output cycle */
+        tint=conv->tint[i]==0.0?30000:(int)(conv->tint[i]*1000.0);
+        if ((int)(tick-conv->tick[i])<tint) continue;
+        conv->tick[i]=tick;
+        
+        /* generate messages */
+        if (conv->otype==STRFMT_RTCM2) {
+            if (!gen_rtcm2(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else if (conv->otype==STRFMT_RTCM3) {
+            if (!gen_rtcm3(&conv->out,conv->msgs[i],0)) continue;
+        }
+        else continue;
+        
+        /* write messages to stream */
+        strwrite(str,conv->out.buff,conv->out.nbyte);
+    }
+}
+/* convert stearm ------------------------------------------------------------*/
+static void strconv(stream_t *str, strconv_t *conv, unsigned char *buff, int n)
+{
+    int i,ret;
+    
+    for (i=0;i<n;i++) {
+        
+        /* input rtcm 2 messages */
+        if (conv->itype==STRFMT_RTCM2) {
+            ret=input_rtcm2(&conv->rtcm,buff[i]);
+            rtcm2rtcm(&conv->out,&conv->rtcm,ret,conv->stasel);
+        }
+        /* input rtcm 3 messages */
+        else if (conv->itype==STRFMT_RTCM3) {
+            ret=input_rtcm3(&conv->rtcm,buff[i]);
+            rtcm2rtcm(&conv->out,&conv->rtcm,ret,conv->stasel);
+        }
+        /* input receiver raw messages */
+        else {
+            ret=input_raw(&conv->raw,conv->itype,buff[i]);
+            raw2rtcm(&conv->out,&conv->raw,ret);
+        }
+        /* write obs and nav data messages to stream */
+        switch (ret) {
+            case 1: write_obs(conv->out.time,str,conv); break;
+            case 2: write_nav(conv->out.time,str,conv); break;
+        }
+    }
+    /* write cyclic nav data and station info messages to stream */
+    write_nav_cycle(str,conv);
+    write_sta_cycle(str,conv);
+}
+/* stearm server thread ------------------------------------------------------*/
+#ifdef WIN32
+static DWORD WINAPI strsvrthread(void *arg)
+#else
+static void *strsvrthread(void *arg)
+#endif
+{
+    strsvr_t *svr=(strsvr_t *)arg;
+    unsigned int tick,ticknmea;
+    int i,n;
+    
+    tracet(3,"strsvrthread:\n");
+    
+    svr->state=1;
+    svr->tick=tickget();
+    ticknmea=svr->tick-1000;
+    
+    while (svr->state) {
+        tick=tickget();
+        
+        /* read data from input stream */
+        n=strread(svr->stream,svr->buff,svr->buffsize);
+        
+        /* write data to output streams */
+        for (i=1;i<svr->nstr;i++) {
+            if (svr->conv[i-1]) {
+                strconv(svr->stream+i,svr->conv[i-1],svr->buff,n);
+            }
+            else {
+                strwrite(svr->stream+i,svr->buff,n);
+            }
+        }
+        /* write nmea messages to input stream */
+        if (svr->nmeacycle>0&&(int)(tick-ticknmea)>=svr->nmeacycle) {
+            strsendnmea(svr->stream,svr->nmeapos);
+            ticknmea=tick;
+        }
+        lock(&svr->lock);
+        for (i=0;i<n&&svr->npb<svr->buffsize;i++) {
+            svr->pbuf[svr->npb++]=svr->buff[i];
+        }
+        unlock(&svr->lock);
+        
+        sleepms(svr->cycle-(int)(tickget()-tick));
+    }
+    for (i=0;i<svr->nstr;i++) strclose(svr->stream+i);
+    svr->npb=0;
+    free(svr->buff); svr->buff=NULL;
+    free(svr->pbuf); svr->pbuf=NULL;
+    
+    return 0;
+}
+/* initialize stream server ----------------------------------------------------
+* initialize stream server
+* args   : strsvr_t *svr    IO  stream sever struct
+*          int    nout      I   number of output streams
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsvrinit(strsvr_t *svr, int nout)
+{
+    int i;
+    
+    tracet(3,"strsvrinit: nout=%d\n",nout);
+    
+    svr->state=0;
+    svr->cycle=0;
+    svr->buffsize=0;
+    svr->nmeacycle=0;
+    svr->npb=0;
+    for (i=0;i<3;i++) svr->nmeapos[i]=0.0;
+    svr->buff=svr->pbuf=NULL;
+    svr->tick=0;
+    for (i=0;i<nout+1&&i<16;i++) strinit(svr->stream+i);
+    svr->nstr=i;
+    for (i=0;i<16;i++) svr->conv[i]=NULL;
+    svr->thread=0;
+    initlock(&svr->lock);
+}
+/* start stream server ---------------------------------------------------------
+* start stream server
+* args   : strsvr_t *svr    IO  stream sever struct
+*          int    *opts     I   stream options
+*              opts[0]= inactive timeout (ms)
+*              opts[1]= interval to reconnect (ms)
+*              opts[2]= averaging time of data rate (ms)
+*              opts[3]= receive/send buffer size (bytes);
+*              opts[4]= server cycle (ms)
+*              opts[5]= nmea request cycle (ms) (0:no)
+*              opts[6]= file swap margin (s)
+*          int    *strs     I   stream types (STR_???)
+*              strs[0]= input stream
+*              strs[1]= output stream 1
+*              strs[2]= output stream 2
+*              strs[3]= output stream 3
+*          char   **paths   I   stream paths
+*              paths[0]= input stream
+*              paths[1]= output stream 1
+*              paths[2]= output stream 2
+*              paths[3]= output stream 3
+*          strcnv **conv    I   stream converter
+*              conv[0]= output stream 1 converter
+*              conv[1]= output stream 2 converter
+*              conv[2]= output stream 3 converter
+*          char   *cmd      I   input stream start command (NULL: no cmd)
+*          double *nmeapos  I   nmea request position (ecef) (m) (NULL: no)
+* return : status (0:error,1:ok)
+*-----------------------------------------------------------------------------*/
+extern int strsvrstart(strsvr_t *svr, int *opts, int *strs, char **paths,
+                       strconv_t **conv, const char *cmd, const double *nmeapos)
+{
+    int i,rw,stropt[5]={0};
+    char file1[MAXSTRPATH],file2[MAXSTRPATH],*p;
+    
+    tracet(3,"strsvrstart:\n");
+    
+    if (svr->state) return 0;
+    
+    strinitcom();
+    
+    for (i=0;i<4;i++) stropt[i]=opts[i];
+    stropt[4]=opts[6];
+    strsetopt(stropt);
+    svr->cycle=opts[4];
+    svr->buffsize=opts[3]<4096?4096:opts[3]; /* >=4096byte */
+    svr->nmeacycle=0<opts[5]&&opts[5]<1000?1000:opts[5]; /* >=1s */
+    for (i=0;i<3;i++) svr->nmeapos[i]=nmeapos?nmeapos[i]:0.0;
+    
+    for (i=0;i<svr->nstr-1;i++) svr->conv[i]=conv[i];
+    
+    if (!(svr->buff=(unsigned char *)malloc(svr->buffsize))||
+        !(svr->pbuf=(unsigned char *)malloc(svr->buffsize))) {
+        free(svr->buff); free(svr->pbuf);
+        return 0;
+    }
+    /* open streams */
+    for (i=0;i<svr->nstr;i++) {
+        strcpy(file1,paths[0]); if ((p=strstr(file1,"::"))) *p='\0';
+        strcpy(file2,paths[i]); if ((p=strstr(file2,"::"))) *p='\0';
+        if (i>0&&*file1&&!strcmp(file1,file2)) {
+            sprintf(svr->stream[i].msg,"output path error: %s",file2);
+            for (i--;i>=0;i--) strclose(svr->stream+i);
+            return 0;
+        }
+        rw=i==0?STR_MODE_R:STR_MODE_W;
+        if (strs[i]!=STR_FILE) rw|=STR_MODE_W;
+        if (stropen(svr->stream+i,strs[i],rw,paths[i])) continue;
+        for (i--;i>=0;i--) strclose(svr->stream+i);
+        return 0;
+    }
+    /* write start command to input stream */
+    if (cmd) strsendcmd(svr->stream,cmd);
+    
+    /* create stream server thread */
+#ifdef WIN32
+    if (!(svr->thread=CreateThread(NULL,0,strsvrthread,svr,0,NULL))) {
+#else
+    if (pthread_create(&svr->thread,NULL,strsvrthread,svr)) {
+#endif
+        for (i=0;i<svr->nstr;i++) strclose(svr->stream+i);
+        return 0;
+    }
+    return 1;
+}
+/* stop stream server ----------------------------------------------------------
+* start stream server
+* args   : strsvr_t *svr    IO  stream server struct
+*          char  *cmd       I   input stop command (NULL: no cmd)
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsvrstop(strsvr_t *svr, const char *cmd)
+{
+    tracet(3,"strsvrstop:\n");
+    
+    if (cmd) strsendcmd(svr->stream,cmd);
+    
+    svr->state=0;
+    
+#ifdef WIN32
+    WaitForSingleObject(svr->thread,10000);
+    CloseHandle(svr->thread);
+#else
+    pthread_join(svr->thread,NULL);
+#endif
+}
+/* get stream server status ----------------------------------------------------
+* get status of stream server
+* args   : strsvr_t *svr    IO  stream sever struct
+*          int    *stat     O   stream status
+*          int    *byte     O   bytes received/sent
+*          int    *bps      O   bitrate received/sent
+*          char   *msg      O   messages
+* return : none
+*-----------------------------------------------------------------------------*/
+extern void strsvrstat(strsvr_t *svr, int *stat, int *byte, int *bps, char *msg)
+{
+    char s[MAXSTRMSG]="",*p=msg;
+    int i;
+    
+    tracet(4,"strsvrstat:\n");
+    
+    for (i=0;i<svr->nstr;i++) {
+        if (i==0) {
+            strsum(svr->stream,byte,bps,NULL,NULL);
+            stat[i]=strstat(svr->stream,s);
+        }
+        else {
+            strsum(svr->stream+i,NULL,NULL,byte+i,bps+i);
+            stat[i]=strstat(svr->stream+i,s);
+        }
+        if (*s) p+=sprintf(p,"(%d) %s ",i,s);
+    }
+}
+/* peek input/output stream ----------------------------------------------------
+* peek input/output stream of stream server
+* args   : strsvr_t *svr    IO  stream sever struct
+*          unsigend char *msg O stream buff
+*          int    nmax      I  buffer size (bytes)
+* return : stream size (bytes)
+*-----------------------------------------------------------------------------*/
+extern int strsvrpeek(strsvr_t *svr, unsigned char *buff, int nmax)
+{
+    int n;
+    
+    if (!svr->state) return 0;
+    
+    lock(&svr->lock);
+    n=svr->npb<nmax?svr->npb:nmax;
+    if (n>0) {
+        memcpy(buff,svr->pbuf,n);
+    }
+    if (n<svr->npb) {
+        memmove(svr->pbuf,svr->pbuf+n,svr->npb-n);
+    }
+    svr->npb-=n;
+    unlock(&svr->lock);
+    return n;
+}
diff --git a/src/tides.c b/src/tides.c
new file mode 100644
index 0000000..9e289a2
--- /dev/null
+++ b/src/tides.c
@@ -0,0 +1,288 @@
+/*------------------------------------------------------------------------------
+* tides.c : tidal displacement corrections
+*
+*          Copyright (C) 2015 by T.TAKASU, All rights reserved.
+*
+* options : -DIERS_MODEL use IERS tide model
+*
+* references :
+*     [1] D.D.McCarthy, IERS Technical Note 21, IERS Conventions 1996, July 1996
+*     [2] D.D.McCarthy and G.Petit, IERS Technical Note 32, IERS Conventions
+*         2003, November 2003
+*     [3] D.A.Vallado, Fundamentals of Astrodynamics and Applications 2nd ed,
+*         Space Technology Library, 2004
+*     [4] J.Kouba, A Guide to using International GNSS Service (IGS) products,
+*         May 2009
+*     [5] G.Petit and B.Luzum (eds), IERS Technical Note No. 36, IERS
+*         Conventions (2010), 2010
+*
+* version : $Revision:$ $Date:$
+* history : 2015/05/10 1.0  separated from ppp.c
+*           2015/06/11 1.1  fix bug on computing days in tide_oload() (#128)
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define SQR(x)      ((x)*(x))
+
+#define AS2R        (D2R/3600.0)    /* arc sec to radian */
+#define GME         3.986004415E+14 /* earth gravitational constant */
+#define GMS         1.327124E+20    /* sun gravitational constant */
+#define GMM         4.902801E+12    /* moon gravitational constant */
+
+/* function prototypes -------------------------------------------------------*/
+#ifdef IERS_MODEL
+extern int dehanttideinel_(double *xsta, int *year, int *mon, int *day,
+                           double *fhr, double *xsun, double *xmon,
+                           double *dxtide);
+#endif
+
+/* solar/lunar tides (ref [2] 7) ---------------------------------------------*/
+#ifndef IERS_MODEL
+static void tide_pl(const double *eu, const double *rp, double GMp,
+                    const double *pos, double *dr)
+{
+    const double H3=0.292,L3=0.015;
+    double r,ep[3],latp,lonp,p,K2,K3,a,H2,L2,dp,du,cosp,sinl,cosl;
+    int i;
+    
+    trace(4,"tide_pl : pos=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D);
+    
+    if ((r=norm(rp,3))<=0.0) return;
+    
+    for (i=0;i<3;i++) ep[i]=rp[i]/r;
+    
+    K2=GMp/GME*SQR(RE_WGS84)*SQR(RE_WGS84)/(r*r*r);
+    K3=K2*RE_WGS84/r;
+    latp=asin(ep[2]); lonp=atan2(ep[1],ep[0]);
+    cosp=cos(latp); sinl=sin(pos[0]); cosl=cos(pos[0]);
+    
+    /* step1 in phase (degree 2) */
+    p=(3.0*sinl*sinl-1.0)/2.0;
+    H2=0.6078-0.0006*p;
+    L2=0.0847+0.0002*p;
+    a=dot(ep,eu,3);
+    dp=K2*3.0*L2*a;
+    du=K2*(H2*(1.5*a*a-0.5)-3.0*L2*a*a);
+    
+    /* step1 in phase (degree 3) */
+    dp+=K3*L3*(7.5*a*a-1.5);
+    du+=K3*(H3*(2.5*a*a*a-1.5*a)-L3*(7.5*a*a-1.5)*a);
+    
+    /* step1 out-of-phase (only radial) */
+    du+=3.0/4.0*0.0025*K2*sin(2.0*latp)*sin(2.0*pos[0])*sin(pos[1]-lonp);
+    du+=3.0/4.0*0.0022*K2*cosp*cosp*cosl*cosl*sin(2.0*(pos[1]-lonp));
+    
+    dr[0]=dp*ep[0]+du*eu[0];
+    dr[1]=dp*ep[1]+du*eu[1];
+    dr[2]=dp*ep[2]+du*eu[2];
+    
+    trace(5,"tide_pl : dr=%.3f %.3f %.3f\n",dr[0],dr[1],dr[2]);
+}
+/* displacement by solid earth tide (ref [2] 7) ------------------------------*/
+static void tide_solid(const double *rsun, const double *rmoon,
+                       const double *pos, const double *E, double gmst, int opt,
+                       double *dr)
+{
+    double dr1[3],dr2[3],eu[3],du,dn,sinl,sin2l;
+    
+    trace(3,"tide_solid: pos=%.3f %.3f opt=%d\n",pos[0]*R2D,pos[1]*R2D,opt);
+    
+    /* step1: time domain */
+    eu[0]=E[2]; eu[1]=E[5]; eu[2]=E[8];
+    tide_pl(eu,rsun, GMS,pos,dr1);
+    tide_pl(eu,rmoon,GMM,pos,dr2);
+    
+    /* step2: frequency domain, only K1 radial */
+    sin2l=sin(2.0*pos[0]);
+    du=-0.012*sin2l*sin(gmst+pos[1]);
+    
+    dr[0]=dr1[0]+dr2[0]+du*E[2];
+    dr[1]=dr1[1]+dr2[1]+du*E[5];
+    dr[2]=dr1[2]+dr2[2]+du*E[8];
+    
+    /* eliminate permanent deformation */
+    if (opt&8) {
+        sinl=sin(pos[0]); 
+        du=0.1196*(1.5*sinl*sinl-0.5);
+        dn=0.0247*sin2l;
+        dr[0]+=du*E[2]+dn*E[1];
+        dr[1]+=du*E[5]+dn*E[4];
+        dr[2]+=du*E[8]+dn*E[7];
+    }
+    trace(5,"tide_solid: dr=%.3f %.3f %.3f\n",dr[0],dr[1],dr[2]);
+}
+#endif /* !IERS_MODEL */
+
+/* displacement by ocean tide loading (ref [2] 7) ----------------------------*/
+static void tide_oload(gtime_t tut, const double *odisp, double *denu)
+{
+    const double args[][5]={
+        {1.40519E-4, 2.0,-2.0, 0.0, 0.00},  /* M2 */
+        {1.45444E-4, 0.0, 0.0, 0.0, 0.00},  /* S2 */
+        {1.37880E-4, 2.0,-3.0, 1.0, 0.00},  /* N2 */
+        {1.45842E-4, 2.0, 0.0, 0.0, 0.00},  /* K2 */
+        {0.72921E-4, 1.0, 0.0, 0.0, 0.25},  /* K1 */
+        {0.67598E-4, 1.0,-2.0, 0.0,-0.25},  /* O1 */
+        {0.72523E-4,-1.0, 0.0, 0.0,-0.25},  /* P1 */
+        {0.64959E-4, 1.0,-3.0, 1.0,-0.25},  /* Q1 */
+        {0.53234E-5, 0.0, 2.0, 0.0, 0.00},  /* Mf */
+        {0.26392E-5, 0.0, 1.0,-1.0, 0.00},  /* Mm */
+        {0.03982E-5, 2.0, 0.0, 0.0, 0.00}   /* Ssa */
+    };
+    const double ep1975[]={1975,1,1,0,0,0};
+    double ep[6],fday,days,t,t2,t3,a[5],ang,dp[3]={0};
+    int i,j;
+    
+    trace(3,"tide_oload:\n");
+    
+    /* angular argument: see subroutine arg.f for reference [1] */
+    time2epoch(tut,ep);
+    fday=ep[3]*3600.0+ep[4]*60.0+ep[5];
+    ep[3]=ep[4]=ep[5]=0.0;
+    days=timediff(epoch2time(ep),epoch2time(ep1975))/86400.0+1.0;
+    t=(27392.500528+1.000000035*days)/36525.0;
+    t2=t*t; t3=t2*t;
+    
+    a[0]=fday;
+    a[1]=(279.69668+36000.768930485*t+3.03E-4*t2)*D2R; /* H0 */
+    a[2]=(270.434358+481267.88314137*t-0.001133*t2+1.9E-6*t3)*D2R; /* S0 */
+    a[3]=(334.329653+4069.0340329577*t-0.010325*t2-1.2E-5*t3)*D2R; /* P0 */
+    a[4]=2.0*PI;
+    
+    /* displacements by 11 constituents */
+    for (i=0;i<11;i++) {
+        ang=0.0;
+        for (j=0;j<5;j++) ang+=a[j]*args[i][j];
+        for (j=0;j<3;j++) dp[j]+=odisp[j+i*6]*cos(ang-odisp[j+3+i*6]*D2R);
+    }
+    denu[0]=-dp[1];
+    denu[1]=-dp[2];
+    denu[2]= dp[0];
+    
+    trace(5,"tide_oload: denu=%.3f %.3f %.3f\n",denu[0],denu[1],denu[2]);
+}
+/* iers mean pole (ref [7] eq.7.25) ------------------------------------------*/
+static void iers_mean_pole(gtime_t tut, double *xp_bar, double *yp_bar)
+{
+    const double ep2000[]={2000,1,1,0,0,0};
+    double y,y2,y3;
+    
+    y=timediff(tut,epoch2time(ep2000))/86400.0/365.25;
+    
+    if (y<3653.0/365.25) { /* until 2010.0 */
+        y2=y*y; y3=y2*y;
+        *xp_bar= 55.974+1.8243*y+0.18413*y2+0.007024*y3; /* (mas) */
+        *yp_bar=346.346+1.7896*y-0.10729*y2-0.000908*y3;
+    }
+    else { /* after 2010.0 */
+        *xp_bar= 23.513+7.6141*y; /* (mas) */
+        *yp_bar=358.891-0.6287*y;
+    }
+}
+/* displacement by pole tide (ref [7] eq.7.26) --------------------------------*/
+static void tide_pole(gtime_t tut, const double *pos, const double *erpv,
+                      double *denu)
+{
+    double xp_bar,yp_bar,m1,m2,cosl,sinl;
+    
+    trace(3,"tide_pole: pos=%.3f %.3f\n",pos[0]*R2D,pos[1]*R2D);
+    
+    /* iers mean pole (mas) */
+    iers_mean_pole(tut,&xp_bar,&yp_bar);
+    
+    /* ref [7] eq.7.24 */
+    m1= erpv[0]/AS2R-xp_bar*1E-3; /* (as) */
+    m2=-erpv[1]/AS2R+yp_bar*1E-3;
+    
+    /* sin(2*theta) = sin(2*phi), cos(2*theta)=-cos(2*phi) */
+    cosl=cos(pos[1]);
+    sinl=sin(pos[1]);
+    denu[0]=  9E-3*sin(pos[0])    *(m1*sinl-m2*cosl); /* de= Slambda (m) */
+    denu[1]= -9E-3*cos(2.0*pos[0])*(m1*cosl+m2*sinl); /* dn=-Stheta  (m) */
+    denu[2]=-33E-3*sin(2.0*pos[0])*(m1*cosl+m2*sinl); /* du= Sr      (m) */
+    
+    trace(5,"tide_pole : denu=%.3f %.3f %.3f\n",denu[0],denu[1],denu[2]);
+}
+/* tidal displacement ----------------------------------------------------------
+* displacements by earth tides
+* args   : gtime_t tutc     I   time in utc
+*          double *rr       I   site position (ecef) (m)
+*          int    opt       I   options (or of the followings)
+*                                 1: solid earth tide
+*                                 2: ocean tide loading
+*                                 4: pole tide
+*                                 8: elimate permanent deformation
+*          double *erp      I   earth rotation parameters (NULL: not used)
+*          double *odisp    I   ocean loading parameters  (NULL: not used)
+*                                 odisp[0+i*6]: consituent i amplitude radial(m)
+*                                 odisp[1+i*6]: consituent i amplitude west  (m)
+*                                 odisp[2+i*6]: consituent i amplitude south (m)
+*                                 odisp[3+i*6]: consituent i phase radial  (deg)
+*                                 odisp[4+i*6]: consituent i phase west    (deg)
+*                                 odisp[5+i*6]: consituent i phase south   (deg)
+*                                (i=0:M2,1:S2,2:N2,3:K2,4:K1,5:O1,6:P1,7:Q1,
+*                                   8:Mf,9:Mm,10:Ssa)
+*          double *dr       O   displacement by earth tides (ecef) (m)
+* return : none
+* notes  : see ref [1], [2] chap 7
+*          see ref [4] 5.2.1, 5.2.2, 5.2.3
+*          ver.2.4.0 does not use ocean loading and pole tide corrections
+*-----------------------------------------------------------------------------*/
+extern void tidedisp(gtime_t tutc, const double *rr, int opt, const erp_t *erp,
+                     const double *odisp, double *dr)
+{
+    gtime_t tut;
+    double pos[2],E[9],drt[3],denu[3],rs[3],rm[3],gmst,erpv[5]={0};
+    int i;
+#ifdef IERS_MODEL
+    double ep[6],fhr;
+    int year,mon,day;
+#endif
+    
+    trace(3,"tidedisp: tutc=%s\n",time_str(tutc,0));
+    
+    if (erp) geterp(erp,tutc,erpv);
+    
+    tut=timeadd(tutc,erpv[2]);
+    
+    dr[0]=dr[1]=dr[2]=0.0;
+    
+    if (norm(rr,3)<=0.0) return;
+    
+    pos[0]=asin(rr[2]/norm(rr,3));
+    pos[1]=atan2(rr[1],rr[0]);
+    xyz2enu(pos,E);
+    
+    if (opt&1) { /* solid earth tides */
+        
+        /* sun and moon position in ecef */
+        sunmoonpos(tutc,erpv,rs,rm,&gmst);
+        
+#ifdef IERS_MODEL
+        time2epoch(tutc,ep);
+        year=(int)ep[0];
+        mon =(int)ep[1];
+        day =(int)ep[2];
+        fhr =ep[3]+ep[4]/60.0+ep[5]/3600.0;
+        
+        /* call DEHANTTIDEINEL */
+        dehanttideinel_((double *)rr,&year,&mon,&day,&fhr,rs,rm,drt);
+#else
+        tide_solid(rs,rm,pos,E,gmst,opt,drt);
+#endif
+        for (i=0;i<3;i++) dr[i]+=drt[i];
+    }
+    if ((opt&2)&&odisp) { /* ocean tide loading */
+        tide_oload(tut,odisp,denu);
+        matmul("TN",3,1,3,1.0,E,denu,0.0,drt);
+        for (i=0;i<3;i++) dr[i]+=drt[i];
+    }
+    if ((opt&4)&&erp) { /* pole tide */
+        tide_pole(tut,pos,erpv,denu);
+        matmul("TN",3,1,3,1.0,E,denu,0.0,drt);
+        for (i=0;i<3;i++) dr[i]+=drt[i];
+    }
+    trace(5,"tidedisp: dr=%.3f %.3f %.3f\n",dr[0],dr[1],dr[2]);
+}
diff --git a/src/tle.c b/src/tle.c
new file mode 100644
index 0000000..b2c5e53
--- /dev/null
+++ b/src/tle.c
@@ -0,0 +1,558 @@
+/*------------------------------------------------------------------------------
+* tle.c: NORAD TLE (two line element) functions
+*
+*          Copyright (C) 2012-2013 by T.TAKASU, All rights reserved.
+*
+* references:
+*     [1] F.R.Hoots and R.L.Roehrich, Spacetrack report No.3, Models for
+*         propagation of NORAD element sets, December 1980
+*     [2] D.A.Vallado, P.Crawford, R.Hujsak and T.S.Kelso, Revisiting
+*         Spacetrack Report #3, AIAA 2006-6753, 2006
+*     [3] CelesTrak (http://www.celestrak.com)
+*
+* version : $Revision:$ $Date:$
+* history : 2012/11/01 1.0  new
+*           2013/01/25 1.1  fix bug on binary search
+*           2014/08/26 1.2  fix bug on tle_pos() to get tle by satid or desig
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+/* SGP4 model propagator by STR#3 (ref [1] sec.6,11) -------------------------*/
+
+#define DE2RA       0.174532925E-1
+#define E6A         1.E-6
+#define PIO2        1.57079633
+#define QO          120.0
+#define SO          78.0
+#define TOTHRD      0.66666667
+#define TWOPI       6.2831853
+#define X3PIO2      4.71238898
+#define XJ2         1.082616E-3
+#define XJ3         -0.253881E-5
+#define XJ4         -1.65597E-6
+#define XKE         0.743669161E-1
+#define XKMPER      6378.135
+#define XMNPDA      1440.0
+#define AE          1.0
+#define CK2         5.413080E-4         /* = 0.5*XJ2*AE*AE */
+#define CK4         0.62098875E-6       /* = -0.375*XJ4*AE*AE*AE*AE */
+#define QOMS2T      1.88027916E-9       /* = pow((QO-SO)*AE/XKMPER,4.0) */
+#define S           1.01222928          /* = AE*(1.0+SO/XKMPER) */
+
+static void SGP4_STR3(double tsince, const tled_t *data, double *rs)
+{
+    double xnodeo,omegao,xmo,eo,xincl,xno,xndt2o,xndd6o,bstar;
+    double a1,cosio,theta2,x3thm1,eosq,betao2,betao,del1,ao,delo,xnodp,aodp,s4;
+    double qoms24,perige,pinvsq,tsi,eta,etasq,eeta,psisq,coef,coef1,c1,c2,c3,c4;
+    double c5,sinio,a3ovk2,x1mth2,theta4,xmdot,x1m5th,omgdot,xhdot1,xnodot;
+    double omgcof,xmcof,xnodcf,t2cof,xlcof,aycof,delmo,sinmo,x7thm1,c1sq,d2,d3;
+    double d4,t3cof,t4cof,t5cof,xmdf,omgadf,xnoddf,omega,xmp,tsq,xnode,delomg;
+    double delm,tcube,tfour,a,e,xl,beta,xn,axn,xll,aynl,xlt,ayn,capu,sinepw;
+    double cosepw,epw,ecose,esine,elsq,pl,r,rdot,rfdot,betal,cosu,sinu,u,sin2u;
+    double cos2u,rk,uk,xnodek,xinck,rdotk,rfdotk,sinuk,cosuk,sinik,cosik,sinnok;
+    double cosnok,xmx,xmy,ux,uy,uz,vx,vy,vz,x,y,z,xdot,ydot,zdot;
+    double temp,temp1,temp2,temp3,temp4,temp5,temp6,tempa,tempe,templ;
+    int i,isimp;
+    
+    xnodeo=data->OMG*DE2RA;
+    omegao=data->omg*DE2RA;
+    xmo=data->M*DE2RA;
+    xincl=data->inc*DE2RA;
+    temp=TWOPI/XMNPDA/XMNPDA;
+    xno=data->n*temp*XMNPDA;
+    xndt2o=data->ndot*temp;
+    xndd6o=data->nddot*temp/XMNPDA;
+    bstar=data->bstar/AE;
+    eo=data->ecc;
+    /*
+    * recover original mean motion (xnodp) and semimajor axis (aodp)
+    * from input elements
+    */
+    a1=pow(XKE/xno,TOTHRD);
+    cosio=cos(xincl);
+    theta2=cosio*cosio;
+    x3thm1=3.0*theta2-1.0;
+    eosq=eo*eo;
+    betao2=1.0-eosq;
+    betao=sqrt(betao2);
+    del1=1.5*CK2*x3thm1/(a1*a1*betao*betao2);
+    ao=a1*(1.0-del1*(0.5*TOTHRD+del1*(1.0+134.0/81.0*del1)));
+    delo=1.5*CK2*x3thm1/(ao*ao*betao*betao2);
+    xnodp=xno/(1.0+delo);
+    aodp=ao/(1.0-delo);
+    /*
+    * initialization
+    * for perigee less than 220 kilometers, the isimp flag is set and
+    * the equations are truncated to linear variation in sqrt a and
+    * quadratic variation in mean anomaly. also, the c3 term, the
+    * delta omega term, and the delta m term are dropped.
+    */
+    isimp=0;
+    if ((aodp*(1.0-eo)/AE)<(220.0/XKMPER+AE)) isimp=1;
+    
+    /* for perigee below 156 km, the values of s and qoms2t are altered */
+    s4=S;
+    qoms24=QOMS2T;
+    perige=(aodp*(1.0-eo)-AE)*XKMPER;
+    if (perige<156.0) {
+        s4=perige-78.0;
+        if (perige<=98.0) s4=20.0;
+        qoms24=pow((120.0-s4)*AE/XKMPER,4.0);
+        s4=s4/XKMPER+AE;
+    }
+    pinvsq=1.0/(aodp*aodp*betao2*betao2);
+    tsi=1.0/(aodp-s4);
+    eta=aodp*eo*tsi;
+    etasq=eta*eta;
+    eeta=eo*eta;
+    psisq=fabs(1.0-etasq);
+    coef=qoms24*pow(tsi,4.0);
+    coef1=coef/pow(psisq,3.5);
+    c2=coef1*xnodp*(aodp*(1.0+1.5*etasq+eeta*(4.0+etasq))+0.75*
+            CK2*tsi/psisq*x3thm1*(8.0+3.0*etasq*(8.0+etasq)));
+    c1=bstar*c2;
+    sinio=sin(xincl);
+    a3ovk2=-XJ3/CK2*pow(AE,3.0);
+    c3=coef*tsi*a3ovk2*xnodp*AE*sinio/eo;
+    x1mth2=1.0-theta2;
+    c4=2.0*xnodp*coef1*aodp*betao2*(eta*
+            (2.0+0.5*etasq)+eo*(0.5+2.0*etasq)-2.0*CK2*tsi/
+            (aodp*psisq)*(-3.0*x3thm1*(1.0-2.0*eeta+etasq*
+            (1.5-0.5*eeta))+0.75*x1mth2*(2.0*etasq-eeta*
+            (1.0+etasq))*cos(2.0*omegao)));
+    c5=2.0*coef1*aodp*betao2*(1.0+2.75*(etasq+eeta)+eeta*etasq);
+    theta4=theta2*theta2;
+    temp1=3.0*CK2*pinvsq*xnodp;
+    temp2=temp1*CK2*pinvsq;
+    temp3=1.25*CK4*pinvsq*pinvsq*xnodp;
+    xmdot=xnodp+0.5*temp1*betao*x3thm1+0.0625*temp2*betao*
+            (13.0-78.0*theta2+137.0*theta4);
+    x1m5th=1.0-5.0*theta2;
+    omgdot=-0.5*temp1*x1m5th+0.0625*temp2*(7.0-114.0*theta2+
+            395.0*theta4)+temp3*(3.0-36.0*theta2+49.0*theta4);
+    xhdot1=-temp1*cosio;
+    xnodot=xhdot1+(0.5*temp2*(4.0-19.0*theta2)+2.0*temp3*(3.0-
+            7.0*theta2))*cosio;
+    omgcof=bstar*c3*cos(omegao);
+    xmcof=-TOTHRD*coef*bstar*AE/eeta;
+    xnodcf=3.5*betao2*xhdot1*c1;
+    t2cof=1.5*c1;
+    xlcof=0.125*a3ovk2*sinio*(3.0+5.0*cosio)/(1.0+cosio);
+    aycof=0.25*a3ovk2*sinio;
+    delmo=pow(1.0+eta*cos(xmo),3.0);
+    sinmo=sin(xmo);
+    x7thm1=7.0*theta2-1.0;
+    
+    if (isimp!=1) {
+        c1sq=c1*c1;
+        d2=4.0*aodp*tsi*c1sq;
+        temp=d2*tsi*c1/3.0;
+        d3=(17.0*aodp+s4)*temp;
+        d4=0.5*temp*aodp*tsi*(221.0*aodp+31.0*s4)*c1;
+        t3cof=d2+2.0*c1sq;
+        t4cof=0.25*(3.0*d3+c1*(12.0*d2+10.0*c1sq));
+        t5cof=0.2*(3.0*d4+12.0*c1*d3+6.0*d2*d2+15.0*c1sq*(2.0*d2+c1sq));
+    }
+    else {
+        d2=d3=d4=t3cof=t4cof=t5cof=0.0;
+    }
+    /* update for secular gravity and atmospheric drag */
+    xmdf=xmo+xmdot*tsince;
+    omgadf=omegao+omgdot*tsince;
+    xnoddf=xnodeo+xnodot*tsince;
+    omega=omgadf;
+    xmp=xmdf;
+    tsq=tsince*tsince;
+    xnode=xnoddf+xnodcf*tsq;
+    tempa=1.0-c1*tsince;
+    tempe=bstar*c4*tsince;
+    templ=t2cof*tsq;
+    if (isimp==1) {
+        delomg=omgcof*tsince;
+        delm=xmcof*(pow(1.0+eta*cos(xmdf),3.0)-delmo);
+        temp=delomg+delm;
+        xmp=xmdf+temp;
+        omega=omgadf-temp;
+        tcube=tsq*tsince;
+        tfour=tsince*tcube;
+        tempa=tempa-d2*tsq-d3*tcube-d4*tfour;
+        tempe=tempe+bstar*c5*(sin(xmp)-sinmo);
+        templ=templ+t3cof*tcube+tfour*(t4cof+tsince*t5cof);
+    }
+    a=aodp*pow(tempa,2.0);
+    e=eo-tempe;
+    xl=xmp+omega+xnode+xnodp*templ;
+    beta=sqrt(1.0-e*e);
+    xn=XKE/pow(a,1.5);
+    
+    /* long period periodics */
+    axn=e*cos(omega);
+    temp=1.0/(a*beta*beta);
+    xll=temp*xlcof*axn;
+    aynl=temp*aycof;
+    xlt=xl+xll;
+    ayn=e*sin(omega)+aynl;
+    
+    /* solve keplers equation */
+    capu=fmod(xlt-xnode,TWOPI);
+    temp2=capu;
+    for (i=0;i<10;i++) {
+        sinepw=sin(temp2);
+        cosepw=cos(temp2);
+        temp3=axn*sinepw;
+        temp4=ayn*cosepw;
+        temp5=axn*cosepw;
+        temp6=ayn*sinepw;
+        epw=(capu-temp4+temp3-temp2)/(1.0-temp5-temp6)+temp2;
+        if (fabs(epw-temp2)<=E6A) break;
+        temp2=epw;
+    }
+    /* short period preliminary quantities */
+    ecose=temp5+temp6;
+    esine=temp3-temp4;
+    elsq=axn*axn+ayn*ayn;
+    temp=1.0-elsq;
+    pl=a*temp;
+    r=a*(1.0-ecose);
+    temp1=1.0/r;
+    rdot=XKE*sqrt(a)*esine*temp1;
+    rfdot=XKE*sqrt(pl)*temp1;
+    temp2=a*temp1;
+    betal=sqrt(temp);
+    temp3=1.0/(1.0+betal);
+    cosu=temp2*(cosepw-axn+ayn*esine*temp3);
+    sinu=temp2*(sinepw-ayn-axn*esine*temp3);
+    u=atan2(sinu,cosu);
+    sin2u=2.0*sinu*cosu;
+    cos2u=2.0*cosu*cosu-1.0;
+    temp=1.0/pl;
+    temp1=CK2*temp;
+    temp2=temp1*temp;
+    
+    /* update for short periodics */
+    rk=r*(1.0-1.5*temp2*betal*x3thm1)+0.5*temp1*x1mth2*cos2u;
+    uk=u-0.25*temp2*x7thm1*sin2u;
+    xnodek=xnode+1.5*temp2*cosio*sin2u;
+    xinck=xincl+1.5*temp2*cosio*sinio*cos2u;
+    rdotk=rdot-xn*temp1*x1mth2*sin2u;
+    rfdotk=rfdot+xn*temp1*(x1mth2*cos2u+1.5*x3thm1);
+    
+    /* orientation vectors */
+    sinuk=sin(uk);
+    cosuk=cos(uk);
+    sinik=sin(xinck);
+    cosik=cos(xinck);
+    sinnok=sin(xnodek);
+    cosnok=cos(xnodek);
+    xmx=-sinnok*cosik;
+    xmy=cosnok*cosik;
+    ux=xmx*sinuk+cosnok*cosuk;
+    uy=xmy*sinuk+sinnok*cosuk;
+    uz=sinik*sinuk;
+    vx=xmx*cosuk-cosnok*sinuk;
+    vy=xmy*cosuk-sinnok*sinuk;
+    vz=sinik*cosuk;
+    
+    /* position and velocity */
+    x=rk*ux;
+    y=rk*uy;
+    z=rk*uz;
+    xdot=rdotk*ux+rfdotk*vx;
+    ydot=rdotk*uy+rfdotk*vy;
+    zdot=rdotk*uz+rfdotk*vz;
+    
+    rs[0]=x*XKMPER/AE*1E3; /* (m) */
+    rs[1]=y*XKMPER/AE*1E3;
+    rs[2]=z*XKMPER/AE*1E3;
+    rs[3]=xdot*XKMPER/AE*XMNPDA/86400.0*1E3; /* (m/s) */
+    rs[4]=ydot*XKMPER/AE*XMNPDA/86400.0*1E3;
+    rs[5]=zdot*XKMPER/AE*XMNPDA/86400.0*1E3;
+}
+/* drop spaces at string tail ------------------------------------------------*/
+static void chop(char *buff)
+{
+    int i;
+    for (i=strlen(buff)-1;i>=0;i--) {
+        if (buff[i]==' '||buff[i]=='\r'||buff[i]=='\n') buff[i]='\0';
+        else break;
+    }
+}
+/* test TLE line checksum ----------------------------------------------------*/
+static int checksum(const char *buff)
+{
+    int i,cs=0;
+    
+    if (strlen(buff)<69) return 0;
+    
+    for (i=0;i<68;i++) {
+        if ('0'<=buff[i]&&buff[i]<='9') cs+=(int)(buff[i]-'0');
+        else if (buff[i]=='-') cs+=1;
+    }
+    return (int)(buff[68]-'0')==cs%10;
+}
+/* decode TLE line 1 ---------------------------------------------------------*/
+static int decode_line1(const char *buff, tled_t *data)
+{
+    double year,doy,nddot,exp1,bstar,exp2,ep[6]={2000,1,1};
+    
+    strncpy(data->satno,buff+2,5);       /* satellite number */
+    data->satno[5]='\0';
+    chop(data->satno);
+    
+    data->satclass=buff[7];              /* satellite classification */
+    strncpy(data->desig,buff+9,8);       /* international designator */
+    data->desig[8]='\0';
+    chop(data->desig);
+    
+    year      =str2num(buff,18, 2);      /* epoch year */
+    doy       =str2num(buff,20,12);      /* epoch day of year */
+    data->ndot=str2num(buff,33,10);      /* 1st time derivative of n */
+    nddot     =str2num(buff,44, 6);      /* 2nd time derivative of n */
+    exp1      =str2num(buff,50, 2);
+    bstar     =str2num(buff,53, 6);      /* Bstar drag term */
+    exp2      =str2num(buff,59, 2);
+    data->etype=(int)str2num(buff,62,1); /* ephemeris type */
+    data->eleno=(int)str2num(buff,64,4); /* ephemeris number */
+    data->nddot=nddot*1E-5*pow(10.0,exp1);
+    data->bstar=bstar*1E-5*pow(10.0,exp2);
+    
+    ep[0]=year+(year<57.0?2000.0:1900.0);
+    data->epoch=timeadd(epoch2time(ep),(doy-1.0)*86400.0);
+    
+    data->inc=data->OMG=data->ecc=data->omg=data->M=data->n=0.0;
+    data->rev=0;
+    return 1;
+}
+/* decode TLE line 2 ---------------------------------------------------------*/
+static int decode_line2(const char *buff, tled_t *data)
+{
+    char satno[16];
+    
+    strncpy(satno,buff+2,5);             /* satellite number */
+    satno[5]='\0';
+    chop(satno);
+    
+    data->inc=str2num(buff, 8, 8);       /* inclination (deg) */
+    data->OMG=str2num(buff,17, 8);       /* RAAN (deg) */
+    data->ecc=str2num(buff,26, 7)*1E-7;  /* eccentricity */
+    data->omg=str2num(buff,34, 8);       /* argument of perigee (deg) */
+    data->M  =str2num(buff,43, 8);       /* mean anomaly (deg) */
+    data->n  =str2num(buff,52,11);       /* mean motion (rev/day) */
+    data->rev=(int)str2num(buff,63,5);   /* revolution number */
+    
+    if (strcmp(satno,data->satno)) {
+        trace(2,"tle satno mismatch: %s %s\n",data->satno,satno);
+        return 0;
+    }
+    if (data->n<=0.0||data->ecc<0.0) {
+        trace(2,"tle data error: %s\n",satno);
+        return 0;
+    }
+    return 1;
+}
+/* add TLE data --------------------------------------------------------------*/
+static int add_data(tle_t *tle, const tled_t *data)
+{
+    tled_t *tle_data;
+    
+    if (tle->n>=tle->nmax) {
+        tle->nmax=tle->nmax<=0?1024:tle->nmax*2;
+        
+        if (!(tle_data=(tled_t *)realloc(tle->data,sizeof(tled_t)*tle->nmax))) {
+            trace(1,"tle malloc error\n");
+            free(tle->data); tle->data=NULL; tle->n=tle->nmax=0;
+            return 0;
+        }
+        tle->data=tle_data;
+    }
+    tle->data[tle->n++]=*data;
+    return 1;
+}
+/* compare TLE data by satellite name ----------------------------------------*/
+static int cmp_tle_data(const void *p1, const void *p2)
+{
+    const tled_t *q1=(const tled_t *)p1,*q2=(const tled_t *)p2;
+    return strcmp(q1->name,q2->name);
+}
+/* read TLE file ---------------------------------------------------------------
+* read NORAD TLE (two line element) data file (ref [2],[3])
+* args   : char   *file     I   NORAD TLE data file
+*          tle_t  *tle      O   TLE data
+* return : status (1:ok,0:error)
+* notes  : before calling the function, the TLE data should be initialized.
+*          the file should be in a two line (only TLE) or three line (satellite
+*          name + TLE) format.
+*          the characters after # in a line are treated as comments.
+*-----------------------------------------------------------------------------*/
+extern int tle_read(const char *file, tle_t *tle)
+{
+    FILE *fp;
+    tled_t data={{0}};
+    char *p,buff[256];
+    int line=0;
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"tle file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        /* delete comments */
+        if ((p=strchr(buff,'#'))) *p='\0';
+        chop(buff);
+        
+        if (buff[0]=='1'&&checksum(buff)) {
+            
+            /* decode TLE line 1 */
+            if (decode_line1(buff,&data)) line=1;
+        }
+        else if (line==1&&buff[0]=='2'&&checksum(buff)) {
+            
+            /* decode TLE line 2 */
+            if (!decode_line2(buff,&data)) continue;
+            
+            /* add TLE data */
+            if (!add_data(tle,&data)) {
+                fclose(fp);
+                return 0;
+            }
+            data.name[0]='\0';
+            data.alias[0]='\0';
+        }
+        else if (buff[0]) {
+            
+            /* satellite name in three line format */
+            strcpy(data.name,buff);
+            
+            /* omit words in parentheses */
+            if ((p=strchr(data.name,'('))) *p='\0';
+            chop(data.name);
+            line=0;
+        }
+    }
+    fclose(fp);
+    
+    /* sort tle data by satellite name */
+    if (tle->n>0) qsort(tle->data,tle->n,sizeof(tled_t),cmp_tle_data);
+    return 1;
+}
+/* read TLE satellite name file ------------------------------------------------
+* read TLE satellite name file
+* args   : char   *file     I   TLE satellite name file
+*          tle_t  *tle      IO  TLE data
+* return : status (1:ok,0:error)
+* notes  : before calling the function, call tle_read() to read tle table
+*          the TLE satellite name file contains the following record as a text
+*          line. strings after # are treated as comments.
+*
+*          name satno [desig [# comment]]
+*
+*            name : satellite name
+*            satno: satellite catalog number
+*            desig: international designator (optional)
+*-----------------------------------------------------------------------------*/
+extern int tle_name_read(const char *file, tle_t *tle)
+{
+    FILE *fp;
+    char *p,buff[256],name[256],satno[256],desig[256];
+    int i;
+    
+    if (!(fp=fopen(file,"r"))) {
+        trace(2,"tle satellite name file open error: %s\n",file);
+        return 0;
+    }
+    while (fgets(buff,sizeof(buff),fp)) {
+        
+        if ((p=strchr(buff,'#'))) *p='\0';
+        
+        desig[0]='\0';
+        
+        if (sscanf(buff,"%255s %255s %255s",name,satno,desig)<2) continue;
+        satno[5]='\0';
+        
+        for (i=0;i<tle->n;i++) {
+            if (!strcmp(tle->data[i].satno,satno)||
+                !strcmp(tle->data[i].desig,desig)) break;
+        }
+        if (i>=tle->n) {
+            trace(3,"no tle data: satno=%s desig=%s\n",satno,desig);
+            continue;
+        }
+        strncpy(tle->data[i].name,name,31);
+        tle->data[i].name[31]='\0';
+    }
+    fclose(fp);
+    
+    /* sort tle data by satellite name */
+    if (tle->n>0) qsort(tle->data,tle->n,sizeof(tled_t),cmp_tle_data);
+    return 1;
+}
+/* satellite position and velocity with TLE data -------------------------------
+* compute satellite position and velocity in ECEF with TLE data
+* args   : gtime_t time     I   time (GPST)
+*          char   *name     I   satellite name           ("": not specified)
+*          char   *satno    I   satellite catalog number ("": not specified)
+*          char   *desig    I   international designaor  ("": not specified)
+*          tle_t  *tle      I   TLE data
+*          erp_t  *erp      I   EOP data (NULL: not used)
+*          double *rs       O   sat position/velocity {x,y,z,vx,vy,vz} (m,m/s)
+* return : status (1:ok,0:error)
+* notes  : the coordinates of the position and velocity are ECEF (ITRF)
+*          if erp == NULL, polar motion and ut1-utc are neglected
+*-----------------------------------------------------------------------------*/
+extern int tle_pos(gtime_t time, const char *name, const char *satno,
+                   const char *desig, const tle_t *tle, const erp_t *erp,
+                   double *rs)
+{
+    gtime_t tutc;
+    double tsince,rs_tle[6],rs_pef[6],gmst;
+    double R1[9]={0},R2[9]={0},R3[9]={0},W[9],erpv[5]={0};
+    int i=0,j,k,stat=1;
+    
+    /* binary search by satellite name */
+    if (*name) {
+        for (i=j=0,k=tle->n-1;j<=k;) {
+            i=(j+k)/2;
+            if (!(stat=strcmp(name,tle->data[i].name))) break;
+            if (stat<0) k=i-1; else j=i+1;
+        }
+    }
+    /* serial search by catalog no or international designator */
+    if (stat&&(*satno||*desig)) {
+        for (i=0;i<tle->n;i++) {
+            if (!strcmp(tle->data[i].satno,satno)||
+                !strcmp(tle->data[i].desig,desig)) break;
+        }
+        if (i<tle->n) stat=0;
+    }
+    if (stat) {
+        trace(3,"no tle data: name=%s satno=%s desig=%s\n",name,satno,desig);
+        return 0;
+    }
+    tutc=gpst2utc(time);
+    
+    /* time since epoch (min) */
+    tsince=timediff(tutc,tle->data[i].epoch)/60.0;
+    
+    /* SGP4 model propagator by STR#3 */
+    SGP4_STR3(tsince,tle->data+i,rs_tle);
+    
+    /* erp values */
+    if (erp) geterp(erp,time,erpv);
+    
+    /* GMST (rad) */
+    gmst=utc2gmst(tutc,erpv[2]);
+    
+    /* TEME (true equator, mean eqinox) -> ECEF (ref [2] IID, Appendix C) */
+    R1[0]=1.0; R1[4]=R1[8]=cos(-erpv[1]); R1[7]=sin(-erpv[1]); R1[5]=-R1[7];
+    R2[4]=1.0; R2[0]=R2[8]=cos(-erpv[0]); R2[2]=sin(-erpv[0]); R2[6]=-R2[2];
+    R3[8]=1.0; R3[0]=R3[4]=cos(gmst); R3[3]=sin(gmst); R3[1]=-R3[3];
+    matmul("NN",3,1,3,1.0,R3,rs_tle  ,0.0,rs_pef  );
+    matmul("NN",3,1,3,1.0,R3,rs_tle+3,0.0,rs_pef+3);
+    rs_pef[3]+=OMGE*rs_pef[1];
+    rs_pef[4]-=OMGE*rs_pef[0];
+    matmul("NN",3,3,3,1.0,R1,R2,0.0,W);
+    matmul("NN",3,1,3,1.0,W,rs_pef  ,0.0,rs  );
+    matmul("NN",3,1,3,1.0,W,rs_pef+3,0.0,rs+3);
+    return 1;
+}
diff --git a/test/data/rcvraw/GMSD7_20121014.rtcm3 b/test/data/rcvraw/GMSD7_20121014.rtcm3
new file mode 100644
index 0000000..4a8d795
Binary files /dev/null and b/test/data/rcvraw/GMSD7_20121014.rtcm3 differ
diff --git a/test/data/rcvraw/cres_20080526.bin b/test/data/rcvraw/cres_20080526.bin
new file mode 100644
index 0000000..e4853fe
Binary files /dev/null and b/test/data/rcvraw/cres_20080526.bin differ
diff --git a/test/data/rcvraw/gw10_20110121.sbas b/test/data/rcvraw/gw10_20110121.sbas
new file mode 100644
index 0000000..a5437db
Binary files /dev/null and b/test/data/rcvraw/gw10_20110121.sbas differ
diff --git a/test/data/rcvraw/javad_20110115.jps b/test/data/rcvraw/javad_20110115.jps
new file mode 100644
index 0000000..df3fff6
Binary files /dev/null and b/test/data/rcvraw/javad_20110115.jps differ
diff --git a/test/data/rcvraw/oem3_20090410.gps b/test/data/rcvraw/oem3_20090410.gps
new file mode 100644
index 0000000..f7272d1
Binary files /dev/null and b/test/data/rcvraw/oem3_20090410.gps differ
diff --git a/test/data/rcvraw/oemv_200911218.gps b/test/data/rcvraw/oemv_200911218.gps
new file mode 100644
index 0000000..ce93abe
Binary files /dev/null and b/test/data/rcvraw/oemv_200911218.gps differ
diff --git a/test/data/rcvraw/ss2_20080517.log b/test/data/rcvraw/ss2_20080517.log
new file mode 100644
index 0000000..1a6ba89
Binary files /dev/null and b/test/data/rcvraw/ss2_20080517.log differ
diff --git a/test/data/rcvraw/testglo.rtcm2 b/test/data/rcvraw/testglo.rtcm2
new file mode 100644
index 0000000..a682eac
--- /dev/null
+++ b/test/data/rcvraw/testglo.rtcm2
@@ -0,0 +1,1769 @@
+<OK
+[USB1]
+<ERROR:Invalid Message ID
+[USB1]
+<OK
+[USB1]
+<OK
+[USB1]
+<ERROR:Invalid Message ID
+[USB1]<RTCM1020 USB1 0 40.5 FINESTEERING 1562 515410.000 00100000 48c9 4807
+<     D3002D3FC34B0224890D3573D17D86F186EF953306A533B6F3F09A142CF1C01C219B1980359ED67C00000AC12001D800C19557
+[USB1]<RTCM1020 USB1 0 40.5 FINESTEERING 1562 515420.000 00100000 48c9 4807
+<     D3002D3FC3810226898F7085B8DC714110D265470E34D1B3AA31282D1551002C01B70B40459ED67C00000AC12001D8008FD563
+[USB1]<RTCM1020 USB1 0 42.5 FINESTEERING 1562 515430.000 00100000 48c9 4807
+<     D3002D3FC3CF022689A4A6F5028594831FE6603149C68090EDB856AC7880001D0F189100459ED67C00000AC12001D80064A356
+[USB1]<RTCM1020 USB1 0 39.5 FINESTEERING 1562 515440.000 00100000 48c9 4807
+<     D3002D3FC457022689816FB187AEF2E399A98358687060314F0B2DA66780000C2487B080359ED67C00000AB12001D300BC2A36
+[USB1]<RTCM1020 USB1 0 40.5 FINESTEERING 1562 515450.000 00100000 48c9 4807
+<     D3002D3FC5D50228898825AAAC0533A0ABA9FDA99D75409B6FBA4F223773800C01923900659ED67C00000AC12001D800FFFEE3
+[USB1]<RTCM1020 USB1 0 42.0 FINESTEERING 1562 515460.000 00100000 48c9 4807
+<     D3002D3FC21B022689209C92B663A2B10ECB9AB5DFB5402852A83FC8BA13001C0A6B8041359ED67C00000AB12001D30095FBA5
+[USB1]<RTCM1020 USB1 0 41.5 FINESTEERING 1562 515470.000 00100000 48c9 4807
+<     D3002D3FC34B0228890D3573D17D86F186EF953306A533B6F3F09A142CF1C01C219B1980359ED67C00000AC12001D80081798A
+[USB1]<RTCM1020 USB1 0 42.0 FINESTEERING 1562 515480.000 00100000 48c9 4807
+<     D3002D3FC381022A898F7085B8DC714110D265470E34D1B3AA31282D1551802C01B70B40459ED67C00000AC12001D8007B14DF
+[USB1]<RTCM1020 USB1 0 38.0 FINESTEERING 1562 515490.000 00100000 48c9 4807
+<     D3002D3FC3CF022A89A4A6F5028594831FE6603149C68090EDB856AC7880801D0F189100459ED67C00000AC12001D8009062EA
+[USB1]<RTCM1020 USB1 0 36.5 FINESTEERING 1562 515500.000 00100000 48c9 4807
+<     D3002D3FC457022A89816FB187AEF2E399A98358687060314F0B2DA66780800C2487B080359ED67C00000AB12001D30048EB8A
+[USB1]<RTCM1020 USB1 0 40.5 FINESTEERING 1562 515510.000 00100000 48c9 4807
+<     D3002D3FC5D5022C898825AAAC0533A0ABA9FDA99D75409B6FBA4F223773800C01923900659ED67C00000AC12001D800C05AA8
+[USB1]<RTCM1020 USB1 0 40.0 FINESTEERING 1562 515520.000 00100000 48c9 4807
+<     D3002D3FC21B022689209C92B663A2B10ECB9AB5DFB5402852A83FC8BA13001C0A6B8041359ED67C00000AB12001D30095FBA5
+[USB1]<RTCM1020 USB1 0 39.0 FINESTEERING 1562 515530.000 00100000 48c9 4807
+<     D3002D3FC34B822C890D3573D17D86F186EF953306A533B6F3F09A142CF1C01C219B1980359ED67C00000AC12001D800F0C035
+[USB1]<RTCM1020 USB1 0 41.0 FINESTEERING 1562 515540.000 00100000 48c9 4807
+<     D3002D3FC381022E898F7085B8DC714110D265470E34D1B3AA31282D1551802C01B70B40459ED67C00000AC12001D80044B094
+[USB1]
+<OK
+[USB1]
+<OK
+[USB1]fAB at NdMaG^@[Hsv}eW`IpkC}A`RlChhT`}{_o_~Sn at WE`hu\C`fg~Wcwo at tHS@ZGBXvH at hN~Npn~{]@
+fIA at OdMY^s_^j]ACxBazV~G at A_fXaCxy@@PhPaAxUO|tN}G at H_GLICxi@@pxOQCxZoJkvG at I_sMQ at x`@@PAU
+fIC at u[rjanW^jv~lspTnQwvQiQldi]@kAaSl at F{z~dp^ns at X|aLfLqRldEDEZrUISLO at km^v[QSlhctxcfHIPlpRVqW^KQPldRPhu~M
+fIA at OdM]^MaaU at w||G at S_LvT~G at J_cd\|G at MoP^cAx^_vTsBxY_|mt|G at x@@`XASCxQojYK at x}@@p~}lG at TO`s
+Yv|o[rlajV^jc|lspzQnhdbTnS[]b at orBcSl@M{z^vGcQLlC^ssxLuS[c{zUxbtlsptTRILWSslhotxc~UKPlp|iNX|zlwS[toWjxM
+fIA at OdAj]k_^jxJ~G at ERJMBxHO]EuBx@AHm[xw@@`wvJ|G at i@@phfjG at M_Mu
+Yv|o[~YbShaU at IuQLgpFGzSzrms`RYwu`LuRl`h||ZhdRtSwCxtopNuSLAXOHGmjGSg|~Ntpq
+Yv~p[~QaAaaU at wH~G at NPGOBxCL at wBxKO~\oCxK_LSwCxx@@PQY
+fIC at u[~_a|V^jFvQLgnFGbEdqms`ifHrYrIMS_NCC]HDnGlHNxtI^vSLzgp[QC
+fAB at NdmiGE@[HVPJBZJ`ETD|B~_HlCeh|_BDPno]~S@Wu{qu\C`CXAm\|o at tHSPZGBe@Iw{MqAqOen~|]k
+Yv~UdmU^s|Tz~|G at X_SvfhV~wp_EJQw^|ww_fFgd^~G at j`EK|fN}G at mPfMDSICH@X at pUI[QCH at kONQTmvG at IoG|KinwnOI`|L
+fIC at Pdm]^ow|TQASLONniswyVnS[s}Pbn[aSl at cDMj@RaQLB|ihipNmS[z{bOTSISLO at kmjiCQSlhFK}cvDIPlpRVEoj at QPldR`oAD_
+fIA at j[Rlam~|TJCCxl at OnOrT~w^`HJqQcCH at f_CHxy\~G at D_]ZTOsBx|`{cA^KCH at S@PGhNSCH at EPc|titG at B_ZtVnlweoJyI@
+fIC at Pdm[^NICk@^CSLOEnisZCkqld at BoMuUcSl@hDMj]s\ns at S|ihFbLeS[e{bOIWKSLOKkmR_YSslhotB\]mtoSOCVEOeslwS[t_PAQV
+fIA at j[^YbT at Ck@`J~G@``X at yJMBH@\`UMaJuBx@wwv|RlG at ypTf[VuCH at goPEQKUXH@Q`dhL@
+fIC at Pdan]ww|TtJnsXOyTLZtrms`RY{ceAuRl`h|hKT|RtSwfGMUpOuSLAXkdsbjGSg|~^k]c
+Yv~Uda`^a~|TJwAxq@[nJpp}wh_MLYwBxnpTmZyP|G at QoQIAYwCH@loMm{s
+Yv|o[^WaBICk@^vQLgKyTRAfqms`ifDLo at vrl`q|h}_n{lHFxrF~YvSLzgTcyl
+Y~}Td]eGf@dwLJBZs at _J@\|B~_mcCTWJ`}{oQbAl\hzO~u\C`CX}k\po at tHS_YGBx@IGHRqAqO at QKbl
+Yv~Ud]]^K@@@@@ACxgPvdZZiAH at OP}zmu^|wwOSc^XaAxUO]vtTqBxRwLEuuv|wB at xzZLQCH@NxX_PxvG at lH|~QqnwKX{UQ
+fIC at u[blalwTASLONnEMn{VnS[s}hQPLaSl at F{|[G^ns at X|E_cfNmS[_DscFxvlspZkmLSvnlSWytFu]PIPlpwibcEQPldR`kJSS
+fIA at j[bdaUA@@@p||G at S_xhV[kAH at DPDem}\|w|oAXug\~G at aPqRtbL}G at fp}aROKCH at vW|fBSCH at EhQASmtG at BOMVPilweWetnr
+Yv|o[bhawvd|lspzQzJduTvS[j}hqGb\lSW{|[tj\ns at vCz`vwLES[GDsC_utlspQkmTtpltSW`tFugWKPlp|iR@^jlWS[V`kJHe
+Yv~UdQn]S@@@@eJ~G@`PLpa at MBH@\pjvfwJ}G@DdDbFmCxeXJcD}J|w}Wh|[sjwwMPRdFH
+fIC at PdQ`]nwTuQLgUyLCYzrms`RYsGJjJmS_r\ORLPmklH{GibtKuSLAX]\SvjGSgYA^~]`
+Yv~UdQh^YA@@@pH~G at N_rp_tp}whof_RJwBxKgUE\IoCxnHWKuNwCH at IHYiJS
+fIC at u[n[aavAvQLgnFsd\bqms`ifLXb^vrl`Tcpc_kQDSwyGi\esILs at ggbMEb
+Y~}Td}lGR@[Hs`u}ew at _JhZ|B~_mcCZWw_BD`u`\~Sk at WEt[Jc|_YX}i\JPKwl`ex}}@IGD|N~NpZQCbU
+fIA at j[Bmaa_^jx~|G at XOzby~V~wUHxpIf^|wRHsKA^~G at OwhUOTqBxRGSousv|wB at tpivn|wqkjaz`vG at IgECwfnwnku^Y
+fIC at u[BeaXhaU at IASLOkQJVyVnS[s}DSy}^lSyDsodOaQLgCrDpYqRld`{XahTISLO at kmH@onlSW\K^{xzvoSOmiLOG`noS[H`mdNm
+Yv~Ud}V^`^^jm||G at vPkzv{T~w^pL_YZcCH at fOBTjMcAx{pKWBXsBxYWF}TQKCH at S@DEUYSCH@`{MlbmtG at BwPEIOS@H@{o}Zz
+Yv|o[BaaCiaU at y|lsp_nuIFBkQldGB{tqm\lSW{LPDy\ns at S|M{}pLUS[d{Xa^XKSLOKkm`fESKlh_K^[wltoSOCVsPfclWS[V`mDmB
+fIA at OdQa]d_^jxJ~G at EOm[[|r}wcW[z~J}G@LlMgvR|G at Z[AG{TuCH at g{xG~_UPH at EpvtK]
+fIC at u[nVbGhaU at lJnsXjFCuP^MRL_HY}`wJmS_Wcl|SdRtSwCxQxiKuSLAXyrKzjGSgYAvk\x
+Yv~p[nZaNaaU at wH~G at NoNqTop}wMpgPXGwBxK[~oayP|G at QGysxZwCH@lgXD^^
+fIC at u[nRaRiaU@\vQLgKy|vDANRL_sf|q at vrl`q\SMPvQDSw\xQTt~ILs at ggFyYn
+Y~}TdCbGn@dwL_IBZr at _JHhC}A`R\~mhx_BDPn`^~Sb at WIxWJc|_YX}e\ho at thD_XGBKvxW_qAqO at Q}Ib_
+fIA at j[|ea||Tz~|G at XwdM^rV~wUh^}pJaCH at HXVfXk^~G at jXqhHPqBxR[frPgv|wgcBegn|wT\lnfvG at I{a`qinwnS|_Q`
+Yv|JdCV^DHCk at KASLOkQbQnNiQldLBsOkj^lS\{D\[FaQLgC|\GSqRld`{@sifvlspTrHCznlSWyteYpfvoSOHVGhRQPldw_v`GG
+fIA at OdC^^XACk at u||G at SO\tE`T~w{w]MKNcCH at CHCwCcAx{hXQTmL}G at fx~@\dt|wlK~YLSCH at EthH[mtG at BgF{LNS at H@kRr\y
+Yv|o[|oav|Ta|lspzQbqH]kqlde}LHKcSl at M{D\d}\ns at S|CCgSszld]DLp|tlspQkMGEclLSWPKZf]XKPlp|ixWmWSHldn_vPUL
+fIA at Odqi]|TzJ~G at Ewy]]YMBH at ygjDUlJ}G at Z}m]TpR|G at ZsZIx_uCH@gKTQj\UHH at WHILAH
+fIC at Pdqe]xw|TtJnsXOybgF|rms`RYMh}@uRl`h\e\|ImKlHYxeAzIuSLAXAFgGUxlXf~YkdM
+fIA at Odqm^j~|TJwAxqpfibp}wMhLPhcH}G at QsjRIsP|G at Q[Tv{|H|wv[S{|h
+Yv|Jdqc^WICk@{InsXQybIYNRL_VYMxtKvrl`q\eTp^n{lHFxeQ_{Ils@`g~QQ@
+fAB at NdcjGP@[p\OIBZj at _JTJ|B~_H\~bhO`}{oQobAla at WIBuu\C`CX}d\bo at thDOZGBZvpcgN~NpnB}]L
+fIA at OdcV^C@@@@@ACxgXpg\gV~wpgdYLf^|wRD at O@@aAxpDtktZqBxRsE\|v|wB at RVRSQCH@k]\~[PI at xvTY]\RQ at H@QbLPHq
+Yv|o[\aaEH@@@NASLOkQ\egiVnS[VBCMR}^lSyDwiHJaQLgCtjMpNmS[z[wXpZISLO at kMSaIQSlhFKlOcUIPlpwiP{xEQPldR`NSsb
+Yv~UdcP^GA@@@UCCxIwb]B]kAH at DhjyLx\|w|gCjxXcAx^gyk[}L}G at C[eBf~t|wI@\znrl|wzSdedytG at gDBW^llweSY{j`
+Yv|JdcX^~vd|lspzQ\UaQkqlde}|jA[cSl at hDwiSYcQLI|KUHHsjld[dHgeKKSLOnTrBXjlLSWPKlO~QKPlp|iP{KulwS[t_q\@\
+fIA at j[vZbR@@@@eJ~G@`h^NzFMBH@\DjIXfJ}G at ZueDivRtG@k|s}wfJ|wX\SSPxjwwMhmtTj
+Yv|JdIm]TH@@@kJnsXjFuQpqrms`RYELAiJmS_r\~M|rRTSwaG|XghJls@[Xf^PHUxlXf~e~aT
+fIA at j[v\aXA@@@pH~G at Nw}vjtp}whgA_ekH}G at QCTyDCoCxnLRW[}H|wvK~yfB
+fIC at PdIk^{vdInsXtFuv{VNRL_VYElOYvrl`TcAzohQDSwyG|H|bILs at BXfQYm
+Y~}TdcgGx@dOFIBZI`}oV|B~_mcB\W@`}{oQbAl\hvGhu\C`fgB\cvo at tha@ex}Fvx_kN~NpnBp]A
+fIA at Odc_^p_^j]ACxBG]~fGiAH at j{coRd^|wRdyNP~^~G at O[tfq~N}G at HciOTdv|wgeOMxn|wqUu at rLI@xSsbAQvnwKJE`Bu
+Yv|o[\naWhaU at IASLOkQtcbBiQldLBmvKg^lS\{@yXWaQLB|GqA~NmS[z[kFAivlspTrZdnlSWytWAZ`voSOHvPtk at QPldR`Jyan
+Yv~UdcY^t^^jHCCxlhUCNAkAH at agYXtx\|w|GAnf{\~G at DGZL_YsBxYKc~[IKCH at v]S_WSCH@`}FFHAK at xX[hRMplw@BHqN|
+Yv|o[\jaiV^jc|lspzQtcg[kQldb}RioXcSl at hDfiXcQLI|GqR|LES[GdTyjetlsptTrFculLSWutWAuWKPlp|IoKG}lWS[s_ufjf
+Yv~Udil]Y`aU at GuAxzXIu~xr}wckcrcJ}G at ZyIaTPmCx@m`wy]uCH at g]|OrRUXH at tgdgDe
+Yv|Jdib]AhaU at lJnsXjFEoZirms`wfvMU`JmS_r\ZTTaRtSwCxGb[pJls@~gmN}kjGSg|~MdcP
+fIA at j[VUal^^jmH~G at khxLGYOBH@rG\`HkH}G at QMWRmP|G at t\Cb{yH|wvSLfup
+Yv|o[VYaNiaU at yInsXQyzDkRNRL_VYIJSeIMS_k\ZhohQDSwyGxuvdIls at EXRyKZ
+fAB at k[lPx@dOFHBZ_`}osC}A`wcBTWy_BDPn at _~SOh~GQJc|_YX}c\IPKgEYGBf at IOhYqAqO@Q~ObD
+fIA at OdSQ^i|T_ACxB{A{\aV~wp[Vjzg^|wRtlWHy^~G at OKQy[jN}G at mBsC\HICH@}YJKvn|wqyxaxTI at xv\[brynwKFpkm
+Yv|JdSY^uw|Tt~lspTn{xFBiQldLBUtFe^lS\[Oszc^ns@}CpqB]qRld`[}Uw^ISLO at kMa|}nlSWyLPo^^IPlpwIGcttnoS[m_sq]j
+Yv~UdSU^r~|To||G at vXy|}DkAH at aGaKZn\|wYD}FcQcAx^{HqCLsBx|lXBwjt|wlu_bul|wzMyxljtG at BKv~zulw@R}o[z
+Yv|o[lbaQICk@{|lsp_n{XCmTNS[ZBUde at cSl@M[OSUb\ns at vCpq^ZsZldZdBJoqtlspQkM^y|lLSWuLPosdtoSOCvx\XIShldL`Lvz{
+Yv~p[f]bZ at Ck@`J~G@`xUokCMBH@\tUGDMuBx@q~GCwR|G at Ze{yShJ|wXJmrZ}jwwMx_ow
+Yv|o[fUbcw|TQuQLgUyfy^XMRL_HYAVLfJmS_r\LEpHmKlHYxUiRuSLdgKzVDUxlXf~]s{\
+fIA at j[fYaj~|TJwAxqho{YSOBH at r[wHFOwBxKekLEKoCxnblEFRwCH at l}gl~L
+fIC at PdYn^IICk@^vQLgKyfmUENRL_sf~IJCvrl`q\Lq{cQDSwyG at RenILs@BXtmDk
+Y~}TdsaGz@dOFJBZs at _L`O|B~_H\}ghd_BDPK_aAlx at WAX\Jc|_YX}c\IPKGw`ex}XvpoIqAqOenAp]^
+fIA at j[LfahZACxB[rlM\iAH at OTobXo^|wRLKjaSaAxUSgk\{N}G at HMSQAev|wgQ]Ixn|wqqIP[TI at xvB_HjCQ at H@tIAPeU
+fIC at u[LjaowTASLONnW at hnVnS[VBYw at n^lS\[Gmh^ns@}}enNmS[_dZPuivlspTryJMQSlhFsKinbvoSOHvLbkRQPldw_w]wM
+fIA at Ods]^LA@@@UCCxIGN|ggT~w{{nqmd\|wYdLwv\~G at DkSgKpL}G at Cc`oemt|wleTGtl|wzek{xSK at x}l\J{`lweUIEeM
+fIC at PdsS^TI@@@~|lsp_ngNRkqlde}fXM^cSl at hdx@m\ns at v}UlfLeS[e[eoVQKSLOKkMZpultSW`LtVgttoSOfIs]gxlOS[a_w}cH
+fIA at Odyj]~J~G at E{\MPXMBH at ySUADTuBxeAIcTHmCxefRuKfJ|wXzUAQKUXH at Qdx[bv
+Yv|o[FYbFH@@@NuQLgpFqsIirms`wfq^[hJmS_r\phgcRtSwCDxpjcJls@[XH]@sjGSgYA\QPE
+fIA at Odyn^k~OwAxqXKiBZOBH at rkEd`UwBxnfjQLoP|G at trU_}WwCH at lmYp\t
+Yv|o[F_aLI@@@[vQLgKyNREBNRL_sfqnzvIMS_NcO_RyQDSw\DxXxmIls at EXHSa
+Y~}q[tWxF@[py`w}e[`sWaC}A`R\ihP`}{otP\~Sm at WNLXJc|_YX}a\VPKGRo[GBRvpGOqAqOenCr]m
+Yv~UdKT^O`aU at b~|G@}TWnRnV~wpsuTTIaCH at H\V]jl^~G at j\]_jRqBxRUFKLlv|wg~Thkn|wT~Vz\I at xvrhGiZQ at H@Q^wgIC
+fIC at PdK\^ShaU at IASLOkQpxTCiQldLBqUMy^lSydTskOaQLg}wCM^qRld`[I|uovlspTr}sznlSWyLr{ixvoSOmI]uXKQPldR at OhWA
+fIA at OdKR^KaaU at w||G at S{~]VXkAH at DdYuIAcCH@Ct\@CcAx{t^C{LsBx|BkK^nt|wlYFkCSCH at EFwFdSK@x}\GTHZS at H@ZFX}ka
+Yv|JdKZ^WiaU@\CSLOEnOGLZkQldb}NZOz\lSrdTKqIcQLl}wCWNsjld[dvCrtlspQkMlIrltSW`Lr{oJKPlpYvbJtvlWS[spWOX
+fIA at j[FXbi_^jxJ~G at E[DRHgr}wF|@hMxJ}G@IeN]aR|G@NNyIuCH at BVyulEUHH@rk}ZIW
+fIC at u[FPbPhaU at IuQLgpFa\^SMRL_HYFETPuRl`MSXNjGmKlHYD\NXXuSLdWPL~GUxlXf~Kxg@
+fIA at Odya^y^^jHwAxqxujWEOBH at WtUC[_wBxnNARJqP|G at Qe{U]zH|wvuRWWk
+Yv|Jdyi^eV^jcInsXtFaDbcqms`ifyZZdIMS_klg~A|QDSw\D\^{XvSLzWPxp
+Y~|^dkDY`hc at J[UbbwwljtemkwWj{
+YV~w[TsaWExRbk_jjjq
+YV~w[T}ajzGm]TdUUUy
+Y~}q[TUx^@[Pnt}e^`CPZ|B~_mc|]Wn_BDpy]~Sg at WN`DJc|_|g~[cpo at tD}ex}BVOPmN~Npn}}][
+fIA at j[Tiah|T_ACxBs{kKWiAH at OlMF~DaCH at HB`HpKaAxpBzsbxN}G at HyH~nv|wgvyCin|wTqQ[\qvG at ljl]innwnnEt[O
+fIC at Pdk^^KHCk at KASLOkQ@\J at iQldLBAVnt^lSyd\ybo^ns@}}{{Z|NmS[z[^a_tvlspZkMxc^QSlhcLNJIgvoSOHvZFPLQPldR at sWs\
+fIA at j[ToaIACk at PCCxI[qtnzT~w^TUglc\|wYL^]ui\~G at aLCNitL}G at CmRFJ@KCH at vqE^GSCH at EvMYzmtG at B}nFGS at H@ilGwE
+fIC at PdkX^jv|TDCSLO`Q@\_Ukqlde}~ydPcSl at hd\yk\ns at v}{{I~LiS[Ida^HMKSLOnTrWkRSKlhzLNJ_|toSOfIeEmslwS[tLXpy
+Yv~p[zZb~|TzJ~G at Ek`sC}r}wc}jZSBuBx@zbkYlR|G@~yrk at uCH@BnISGvjw|KYY]P
+fIC at u[zRbbw|TQuQLgUyaZSqrms`RYJ}BTuRl`MS|_EyRTSwa{UtdmJls@[h[gxJUxlXf~[c]t
+Yv~p[z\at~|ToH~G at kDQdW]OBH at rsPzh{H}G at t~uHHYoCxKyVrg|H|wvEKOS
+fIC at u[zTahv|TDvQLgnF^q at uqms`LYJCC`IuS_~l}olkQDSwy{UDzHvSL_h[oyp
+Y~}q[dYxX@[Pn at u}ei at _D@D|B~_H||khk_BDpy@^~S|@WAX\Jc|_YX}m\to at tD}`dx}NVOKqAqOen}w]}
+Yv~p[daau~|G at XSUxCiAH at jCOh_d^|wRbyzyVaAxUmzjgN}G at mVVuW_ICH@X at ygJBQCH@NyXbYxvG at lzjizqnwKis]pq
+Yv|o[doamwTASLON^PUQkVnS[VBnTBf^lS\[mizRaQLBBLP`iNmS[_dytCuvlspZkuVbnlSW\sv\ngvoSOHvvvLOQPldR at u}]I
+fIA at Od[X^k~OCCxlTfFB_kAH at Dt}h_i\|wYl]NUs\~G at Dco{raL}G at fJivIvt|wI@~XW\SCH@`aQtkhtG at BmKD|WS at H@Znnn}s
+Yv|o[dkaSI@@@~|lsp_^PeGzTnS[x}Q{JOcSl at M[mIeHcQLl}s_L{LeS[@dytgxtlspQkuOSTSklh}LIc_^KPlp|IIiIAShldL at u][h
+Yv~Udem]J~G at EswRdPMBH@ymUKiYuBxeMSgxmR|G@QcykNuCH at BAaGn[U at H@fsngyD
+fIC at Pdec]BH@@@NuQLgpFNpkqrms`RYB[fJmS_WSfA_VmklH{{QSvIuSLAh}_KZUXlXDAXIIf
+Yv~Udek^u~jH~G at kdf@ASOBH at rc}APWwBxnQk[yrP|G at QIOo|yH|wvYMCY}
+Yv|o[ZXahvAvQLgnFvoE[NRL_VYB{WQvrl`TSfixZn{lHFDnBVtIls@`W|OMI
+fAB at Nd[oGT@[Pnt}e^`GpV|B~_mCSWR`}{OF at bAlXhF at SJc|_YXAl\vo at tD}fx}x at ipO`N~Npn}]w
+Yv~p[dnag_^jx~|G at XcNfpLiAH@j}IiE{^|wwMSzDi^~G at jre^ShN}G at mNKNuIICH@}JYwsn|wqjZrm`vG at IYQQ{nwKe|Yg]
+fIC at u[dfa{W^jSASLON^hqNVnS[s}Yhgm^lS\[eSXUaQLBB|wV\qRld`[rX~rvlspZku{XnlSWyLm\^_IPlpwI~aYRQPldwNvRD
+fIA at Od[U^f^^jm||G at vtjOk[kAH at DLsb[]cCH at fc`{dFcAx{|rkzeL}G at fZn|MPKCH at S@akBFSCH at Ea|`aDK at xXMTBFZS at H@ZADsYI
+fIC at Pd[]^_iaU@\CSLOE^hQSMkqld at BfGQYcSl@hdZ\YXcQLIB|wLLsZld[rXrytlspQkuK^bltSWEsRcP]KPlp|I~QFtlWS[sNNtw
+Yv~p[j]bS`aU at GuAxzltr at DMBH@\rM`@uBx@|DZojR|G@iwwvAuCH at Bq^w[gjgwKlUCmE
+fIC at PdUj]UhaU at IuQLgpFf^J}rms`RYLoYpJmS_WSqpz\mKlH|{vfUNuSLAheHIRUXlXDApWoQ
+fIA at j[jYac^^jmH~G at kT|g[fp}wM|qjCvH}G at tY@UX|P|G at QQ~YW~H|wvIfmO\
+fIC at u[jQaZiaU@\vQLgKyYyGQNRL_VYLXOvrl`qlNGarQDSw\DIetvIls@`WZ[Wm
+Y~}Td{aGK@[PK_HBZd at _DXY|B~_mCCVWn_BDpy`_~SQhv[ou\C`fgBVcuo at tD}Pdx}HVw{VqAqO at Q|CbJ
+fIA at Od{Y^C at Ck@EACxg|cZsBiAH at j]lXad^|wRJs{_t^~G at OUmUCdN}G at m~\\H{v|wB@]{qgn|wT]lXakvG at IIVUQknwnrJA[c
+Yv|Jd{U^aw|TQASLON^DNF]iQldi}ejg^lS\[i_W{^ns at XBrKKUqRld`[lFmRISLO at ku]KjnlSW\sTJiEIPlpRviaEnoS[mIYrP
+fIA at j[Dbag~|TJCCxlLRQxEkAH at aSDqlHcCH@CBlsfZcAx^}VnmlL}G at fFjHZ@KCH at vvnFgl|w_I@\ActG at BUAzwjlwent{`k
+Yv|Jd{S^@ICk@^CSLOE^Dv]}TNS[}ezAc\lSW[i_l\ns at SBrKYqLyS[j[lFIztlspQkuMlUSKlhzLkuWytoSOfIV~TBSHldK at vFcH
+fIA at Oduj]w|TzJ~G at Ec]HaQMBH at yUjKiFuBx@tpY@R|G at ZZgc~CuCH at BYvoDMUHH@rcLyt[
+fIC at u[JYbjw|TQuQLgUyexrQMRL_HYdH[sJmS_WSMic`RtSwCDu`WuSLdWnkq^UxlXCA`bV`
+Yv~Udun^GACk at PwAxTKgT\POBH at r}dkFrH}G at tet^VPoCxKAPBo^wCH at lQXMoj
+Yv|Jdu`^_ICk@{InsXQyelAFNRL_sf[gEAvrl`qlrZXBn{lHc{r_hyIls@`WncHK
+fAB at NdGiG_@[Pn at t}e@_DPH|B~_H||ghI`}{Oc@\~Su at WIX@Jc|_|gBTcOPK[p at ex}c at iD`FqAqOenCp]r
+Yv~p[xjas~|G at X}@GAgV~wpMkEV at aCH@HZVhPi^~G at jZwLXKqBxwayKev|wgluHjn|wTcCAVkvG at IQRcAbnwn|GeBX
+fIC at u[xbaowTASLON^tjZSiQldi}MYpn^lS\[Qtsy^ns at XBz]|vNmS[z[xUOzvlspZkuYYUQSlhcL_DJDIPlpRvUI{enoS[H at r\M{
+Yv~p[xlaRA@@@p||G at SSC{wpT~w^\wy@~\|w|]Qqui\~G at ab{|QRsBxYisXcGKCH at vFC{NSCH at EYcvlltG at BE[~`OS at H@VAQdF
+fIC at PdG[^TI@@@~|lsp_^tJM}TnS[x}Myq~\lSrdnKWUcQLIBz]`Tsrldl[xUSXKSLOKkuqZSslhoL_DkPKPlp|IjvwOSpld^@rlS^
+fIA at j[rYbZ@@@@eJ~G@`|FyLVMBH at yEuZq@uBx@X_K at OmCxeMBaDLuCH at BeFO~gjgwK|w_e\
+fIC at u[rQbcwTuQLgUyumHXMRL_HYhLDhJmS_rld{CRTSwa{LErrJls@~WI}EGUxlXfA`FPp
+Yv~p[r_au~jH~G at ktoK\DOBH at WRD_V^wBxnMZrAKoCxnQvHygH|wSALRak
+Yv|JdMh^VI@@@~InsXQyusbwqms`LYhlUtIMS_NS[LjbQDSwy{LizRvSLzWIudO
+fAB at NdgdGU@[Pnt}e^`KptC}A`wCWWI`}{wL@`Alt at WI@]Jc|_YXAh\HPKkkgx}KVK`HqAqOen}]R
+fIA at j[Xcab_^jx~|G at XmsXF~V~wUJaKPt^|wwyCYNaAxpFIH`zN}G at Hv_lvWICH@X at kCQVQCH@kTMXMrvG at l~kDKsnwKsqlxt
+Yv|o[Xma_haU at IASLOkaccEfVnS[VBBdOj^lS\[^Fs_aQLBBvymxNmS[z[`oXyvlspZku^vlnlSW\SgVsKIPlpRv}ETFQPldR at tp}`
+Yv~UdgZ^|^^jHCCxl\t}DoT~w{C at Bxa\|wYRmpTr\~G at DM{PFMsBx|NH]g[KCH at S@eWBVSCH@`ZnF{UK at x}FsVGdlwezk\Lp
+Yv|o[XiaaV^jc|lspzacSbJkQldGBBDnHcSl at M[^FhLcQLl}IFaRsZldZd_PoWKSLOKkuvKUSKlhzlXi}ltoSOCv}yZhlwS[Q at tP[V
+fIA at j[rPbi_^jxJ~G at E}Aelbr}wFFhqYuBxeohyQmCx@Bit_sJ|w}rUXKUUHH at WbHarN
+fIC at PdMa]kW^jvJnsXOy]RoPMRL_HY`rARuRl`MSU}oRTSwDDWCNEuSLAhJZZbjGSg|AH`zZ
+fIA at j[rVac^^jmH~G at kLKku@OBH at WrvC]IwBxKB^[DbP|G at tIGVvbH|wSQ~|wN
+fIC at PdMe^~V^jFvQLgnFbYkzqms`LY`jPXvrl`TS]khQDSwy{hLEqIls@`Wuix{
+Y~}q[hSxR@[Pn`t}eD`{WX|B~_mCCRWP`}{wi`^~Sb at WAteu\C`fgBZcWPKkNXGBp at iDXLqAqOenAr]A
+fIA at OdWR^a|T_ACxBMiR_fV~wpUXCGCaCH at HfYzzh^~G at jVLOiPqBxRfIfWov|wgXkFqn|wqxD]uLI at xS^Pws}nwK[P~[
+fIC at u[heaBHCk at KASLOka]GqKiQldLBLW at UaSl@cdiVxQaQLBB~aLXqRld`kO|bevlspTJeUOQSlhFSCooovoSOHvKu~RQPldwoxT
+Yv~p[hia`~|TJCCxl|DzLJkAH at a]ODJOcCH at CrOEDu\~G at DuirsaL}G at fnOiB}t|wI at MItml|w_MrSzJK at xXiQUf]S at H@ZU[h@]
+fIC at u[haa|v|Ta|lspza]gl\kqlde}sxAn\lSW[ViTl\ns at v}A~PmLMS[STpCO~tlspQkur]plLSWul|PIktoSOCvKUu^SHldnoDHu
+Yv~p[R^bv|TzJ~G at E]fkcr}wFVe~ohJ}G`h`TKUsR|G at ZlVgLcJ|wX}RsIhjwwhmS_ES
+fIC at u[RVbjw|TQuQLgUyCGRMRL_HioVOiJmS_rL[SuPmKlH|[o[sSuSLdWSqqjGSgY~gjNg
+Yv~Udme^y~|ToH~G at klugoHOBH@WJ]amZwBxnSM`jNoCxnyjCX at wCH@IIStqK
+fIC at Pdmm^ev|TDvQLgnF|@Kdqms`iVPqQbIMS_kL[]yfQDSwy[osWtIls@`WS~@P
+fAB at k[H]xM@[PK_JBZH`{gC|B~_H||iht_BDHs`]~S}@WIduu\C`CX}a\so at ttfPdx}m at iDXiN~NpnC|]u
+Yv~p[HeaE@@@@@ACxgJEaFjV~wpE}zpDaCH at HvLnxr^~G at OITTjlN}G at mEkVLRICH@X at OqNPQCH@kpizxjvG at IvWYxnwKWV{xj
+Yv|JdwV^XH@@@k~lspqaunbVnS[VBdUXDaSl at F[ZsP at aQLg}NirSqRld`k[afpvlspZku\b at QSlhFSEaDkvoSOHvg][]QPlDEWmoi
+Yv~Udw^^a~OCCxlBh@@WkAH at DRx_ANcCH@CjLtFTcAx^UrI{EsBx|~KN`t|wI@}lDPSCH@`BwPCutG at gNxB_~lw@mazI]
+fIC at u[HoaFI@@@[CSLOE^rGnTNS[ZBdEY{\lSrdelUNcQLl}NiQJsZldk[alltlsptTJKjlLSWulz~V}toSOfIXb_CSHlDy at hR_S
+fIA at j[bVbkZuAx_mRFrr}wcqMXOfJ}G`hh|UkWmCx@TBYRuCH at glCJLjgwnMUaVI
+fIC at Pd]e]vwqJnsXOys~Dnrms`wVXnI`JmS_rLmBpjRtSwCdda{KuSLAhXQEmjGSg|Adre~
+Yv~p[bRa[A@@@pH~G at NcNDBOBH at WZ`bUCwBxKTdXrfP|G at teshjLwCH@IyhhAB
+fIC at Pd]c^|vdInsXtFLVUWNRL_VigqO`IMS_kLmL`[n{lHFddIK_vSLzWgFK`
+Y~}TdwkGA@[pypu}eJ`{CkC}A`R|~`hN`}{wLObAl@WEriu\C`fg at _cjo@ttCOXGBv at iD|dN~NpnC}]Z
+fIA at j[Hham_^jx~|G at XUdURiV~wpyzoRNaCH at HNSasg^~G at jn^]jzN}G at HJCSr@ICH@}@pzn|wq@`PyvG at lYLOJnnwnPdJpp
+Yv|o[H`aqW^jSASLON^ZgebVnS[VBXVlXaSl at cdMCJaQLg}FusNmS[zkCsapvlspZkuX\FQSlhFSAHRMIPlpRv_SlznoS{_Sqh~
+Yv~p[Hnai^^jm||G at vb`ECBkAH at aMsWmu\|w|eIR\p\~G at De`[\lL}G at faMRBPKCH@S at ckGVSCH@`\d{^}tG at gncLdTS@H at ZCLUBw
+Yv|o[HfaPiaU@\CSLOE^ZGaTNS[ZBXFMUcSl at hdm@no\ns at v}FMPUsjld~kCsZttlspQkupyGSKlh_SApcCKPlpYv_czNSxlD]SQTX
+fIA at j[B[ba_^jxJ~G at EMLXNCMBH@\n_bk]uBx_W[u~P\mCx@xXZ@@uCH at BkLQw~jwwMJnWmJ
+fIC at Pd}l]BhaU at lJnsXjFdWEBMRL_mVTZhlJmS_rLqmvVmklH{[}haBuSLAHEKWUXlXD~KpBx
+Yv~p[B]aNaaU at wH~G at NCi[fnp}wMzJ`FZwBxng`S at VoCxKr}YjWwCH at lZE`Fx
+Yv|o[BUawV^jFvQLgnFdKvINRL_sVTJqkIMS_kLqevoQDSwy[}PaTvSLzw at RY]
+fAB at k[pXxI@[py`t}ea at _Lh^|B~_mCA\WA`}{wL_`Aln at WMdnu\C`fg at Zc{o at tLI_[GBq at iDHeN~Np^@|]I
+fIA at OdO_^~|Tz~|G at XEwkDDiAH@jY at I~GaCH at H^FIzJaAxp~xyrAqBxwme`uEICH@}_OMAMQCH`|O^yj\I at xvEJG{znw_y_m~sJ
+fIC at PdOQ^fw|TQASLON^fSclVnS[VBpTZ}^lSydCS^ZaQLBBulMxNmS[zkuheovlspTj`SNQSlhFSzynrvoSOmqOTvanoS{z at jycu
+Yv~p[pfa`~|TJCCxlb_RddT~w{u}KmFcCH at Czu\Q}\~G at DyCxJHsBx|qIDgFKCH at vtQlXSCH@`tFM~ztG at g~vxsHS at H@lDpnn
+Yv|JdOU^}v|Ta|lspzaYlGeTNS[ZBpD[BcSl at M[|LK}\ns at SBulnDsJld\TJWqXKSLOKkUwyklLSWPSzYgVKPlp|qOtbdlOS{v at jEuc
+Yv~UdCl]C at Ck@EuAxzJWkCr}wcAzZyUuBx_WSYyO~R|G at ZpOhmeJ|wXGdFHfjgwKjYJ~A
+fIC at PdCb]~w|TtJnsXOyGu]erms`wV\\qbJmS_rLVTSdRTSwDdFrxbJls@[HG}xAUXlXaA\i]T
+fIA at j[|Uav~|ToH~G at kBbJ{MOBH at WFYCdEwBxKpsJWCoCxn]mmvqH|wvJjdKb
+Yv|JdCf^NICk@^vQLgKyGcWdqms`iV\l`Bvrl`qLVXSFn{lHc[ye{BvSL_HGsM[
+fAC at DdoOYQW\udj]]HHSUKZRTHhUD
+fiA at HdoA^]ExRbk_jjjq
+YV~w[Pva~zGm]q[jjjcZ
+fAB at k[PZxQ@[p\PJBZJ`MTX|B~_mC}VWo_BDHVPaAlz at W{WPJc|_YXCa\WPKSaogx}v at i|{CqAqOe^|z]`
+Yv~Udo]^C@@@@@ACxgFRP@@iAH at jIel_EaCH@H~_qCj^~G at jACau^qBxR|oDKOICH@}_gzjRQCH`YxH]sxvG at lUN{RRQ at H`cwbmVN
+fIC at PdoS^~wq~lspT^Nu_xVnS[sC at hV`^lS\[tVWt^ns at XB}x|vNmS[zkiz]lvlspTjdmHQSlhFS|TMavoSOHNDg`enoS{z at nSid
+Yv~Udo[^b~OCCxlRWoDfT~w{UuC^`\|wYFWMkXcAx^Y^zZ\sBxYVqbqt|wI@{pGTSCH@`DyQCCK at xX^WwXRS at H@Zkqlzo
+Yv|JdoW^evACSLO`aqJuRkqldeC at XWi\lSW[tV\k\ns at v}BG_kLUS[ATVE^ftlsptTjLrkltSWES|TXttoSOfq{xkmlOS{v at ns^]
+fIA at j[\QbdZuAx_e_deOMBH@\aR_a[uBx_W]a]MyR|G at Z@cKsDuCH at BwXd_|jwwMZ]UI^
+fIC at u[\_b|wqJnsXOywR|HMRL_mVRXWyJmS_Ws}zweRtSwCd~u]wJls@~w\T~UUxlXC~]cfN
+fIA at Odch^t~jH~G at kbDqqzp}whYXQo_wBxnziKMoCxnct`mzH|wvRPJS[
+fIC at u[\[aivAvQLgnFHyILNRL_sVRhfkIMS_kLBIHxQDSw\d~]ceIls at EHcWD~
+Y~}q[`Sxc@dOcu}eH`M`Y|B~_mC}_W\`}{wi]~SBhxovu\C`CXC`\]PKczgx}n at it`N~Npn{]V
+fIA at j[`maJ`aU at b~|G@}f~WV`V~wpqbG[OaCH at HaIAMn^~G at jQfn@N}G at HlqRAPICH@X`dOren|w_fkzw{xvG at lMI[]unw_y{kw_}
+Yv|o[`eaVhaU at IASLOkaAVCAiQldL|OU[r^lSydGzYs^ns at XBs@k]qRld`k~eCivlspTjbisnlSWylgRPgvoSOHNlOAHQPlD`@iozi
+Yv~Ud_V^KaaU at w||G at SMDZwAkAH@aeymrx\|w|ik[sf\~G at aVsfzeL}G at fyrgXt|wI at gEsdl|w_WdYFstG at gQ}PKlw@G\nn|
+Yv|o[`aahV^jc|lspzaAvVbTvS[O|Oefk\lSW[xym^cQLIBs at y\sJldyk~eqZKSLOKkUukPSslholgRU~toSOfqSHjwlWS{AV`Cn
+Yv~Udca]I`aU at bJ~G@`zDWY}r}wcnP]`fJ}G`hjqtoeR|G`MoyIBaJ|wX_PgNbjwwhEdPZ~
+Yv|o[\VbjW^jvJnsXOyoGgdrms`wVj\KuRl`hLxhbvRtSwf[FwUBuSLAHUO`cjgSg{Ar{Fc
+Yv~Udce^\aaU at RwAxT]@TWKOBH at WvLDyaH}G`cPQaUKoCxnsEjukH|wSCB^Fd
+Yv|Jdcm^eV^jcInsXtFP at WHNRL_sVjomoIMS_kLx`rCn{lHc[FGYfIls at EHu@eJ
+fAB at NdbGf@dOc_w}e_`MhH|B~_H|Ajh_BDHs__~Sp at WG`RJc|_YXAl\vo at t|R at ZGBXVKpDqAqOeny]l
+Yv~UdZ^n|T_ACxBiRtrMiAH at jaWi}VaCH at mNkiFc^~G at jIPfq]qBxRtdVGbv|wg_SSLnn|w_fcKyoJI at xSbrD\dnw_\tiscW
+fIC at u[@iaVHCk at n~lspqanaN\iQldiCXISWaSl at cdOT@r^ns at XB[Wn at qRldETYHB_ISLO@kUYEpnlSWy\`]mbvoSOHNr@`HQPlD`@]DH\
+fIA at j[@aao~|TJCCxlJKZ~FkAH at aEqum[cCH at fIYNcQcAx^qWK_WsBxYZKljlt|wlpsOPSCH@`phbYmtG at BvY_pnlwehXrcA
+fIC at PdP^mv|TDCSLO`anQXMkQldG|gfM at cSl@M[pkJOcQLl}dhC[sFldpkfwagtlsptTjvoCSKlh_c_BEstoSOfqm at kLSplDl@]Do_
+fIA at j[lVbN at Ck@EuAxzFBppNMBH@\Iyq|mJ}G`hfEDIoR|G`MWnR_\uCH`U@iLUPH@`y at SCu
+Yv|o[lZblw|TQuQLgUE@~Mxrms`RiYDQpJmS_WKPnIjRtSwCd]NSuSLdwvoZdjgSg{AZ~M
+fIA at OdSm^AACk at PwAxTmD[xPOBH at rqalAZwBx_\WRA_}P|G at QdWjcAwCH@ISq||L
+fIC at PdSc^YICk@{InsXQE at igdqms`iVfkOBvrl`qto^nQDSw\d]Ah|Ils@`wvG]Z
+fAB at kkUxq@dotv}eW`EP{C}A`wC~[W}_BDp\``Alj at WO@YJc|_YXAh\HPK}U at YGBb@ixOYqAqO at QBLbY
+fIA at jkiabZACxBIH|fgV~wpAqJvg^|wRICbU]aAxUVJE]IqBxw{B^pJICH@}_}QyQQCH`Yb]U}rvG at lCKWjcnw_\|`Qtj
+Yv|JT@^^dwTASLON^izOcVnS[V|[tEz^lSydORb^ns@}}ht{cNmS[_TuSrZISLO at kU^whnlSW\ckKenvoSOHNFpyenoS{z@[R]@
+fIA at OT@P^YA@@@p||G at SU\WKXkAH at DFAJnx\|w|qzh at j\~G at anZoyUsBxYJOR[ct|wl`RlVSCH@`@JT^ZK at x}YpPrBS at H@PvX at G
+fIC at PT@X^`vACSLO`aVEmXkQldbCdkgw\lSrdO_j\ns at v}hLhwLUS[dkJlfHKSLOnTjqUJSSlhMcksOVKPlp|qyo\YSHlD\dMfS
+fIA at j[LZbkZuAx_YECnLMBH@\YbSzcJ}G`hnmxPDmCx_W{r`U}J|w_OpO|MUUHH at WVxfot
+Yv|o[LRbwwqJnsXOEpXUVMRL_HiQBzhJmS_rtsA^mKlH|[TTz|Jls@~wQ[E\UXlXD~Y{~n
+Yv~Udsc^^A@@@pH~G at NMb^tbp}wMncVmvH}G`F{xQTFoCxnGQ_SH|wvtTPhz
+Yv|o[LTa}vdInsXtzOsTvqms`LiQbGhIMS_ktswq|QDSw\dkG}xIls@`wQcM
+fAB at NT@gGf@doQJBZV`y_V|B~_mCBXWE`}{wLbAly at WOhzu\C`CX}k\po at tRCZGB\Vwo at qAqOenCx]n
+Yv~UT at _^n_^jx~|G at XQ[RczV~wUAswWr^|wwfegt}^~G at OFuUuYqBxRXjEg^ICH at X`rM@[QCH`Yjbo|DI at xSlpPYanw_\RnB at n
+Yv|JT at Q^vW^jSASLON^EbzOiQldL|SOhr^lSyTp]aa^ns@}}`RTWqRld`k\~yUISLO at kUz|ZQSlhc\Ry_tvoSOmqQGc[QPlDE`QUE
+fIA at OT@Y^j^^jm||G at vZmKvOkAH@aYvMhw\|w|Qx]m\cAx^az|QUsBxYrHFrnt|wl__cLml|w_moqpaZK at x}ymp`rlw_r}GcB
+fIC at PT@U^mV^jc|lspzaz}rIkIldU|SWQ[cSl at hTp}tBcQLl}`RfdLaS[]TcA}ntlsptTjujOSslhJcmzbKKPlpYNnXFglwS{c at _^t_
+fIA at j[tSbM`aU at bJ~G@`V^~D at MBH@\yO at JrJ}G`M^lgqaR|G`MKDCKGuCH`pgxD^|jgwnICvMh
+Yv|JdKb]jW^jvJnsXOEhmmprms`Ri^F\eJmS_rtUNqsRtSwf[Pc]fJls@[HZBDPUxlXC~I|p`
+Yv~UdKj^x^^jHwAxqJiOTKOBH at W~H`mH}G`cLpnz{P|G at QHMoH|wS{DuXM
+fIC at PdKf^ZiaU@\vQLgKEhsWvqms`Li^fcMvrl`qtUFYiQDSwy[P]YnIls at EHZJsC
+fAB at NT`oG}@dotPu}eq at _JdtC}A`wCBYWO`}{wLoaAl~@wHL[Jc|_YX}j\zo at trqPex}^VwkZqAqO at Q|IbI
+fIA at OT`Q^q|Tz~|G at XaEjw_iAH@OQttgCaCH at HywW~TaAxUzPm`iN}G at mOHB@cv|wg_ehw|n|w_CFk|O]I at xvkh at aFQ@H`FjGokP
+fIC at uk_faRHCk@n~lspqaJk\DiQldL|}MQFaSl at FkG~Jg^ns@}]oF~sNmS[zkDcqBISLOeTjCVtnlSWy\vHynvoSOHNQTkMQPlD``XyoM
+fIA at OT`U^OACk at PCCxIEjNtDkAH at aizMoIcCH@C~xYVu\~G at DAhN@sBx|]sQB{t|wI`p}FOSCH`wWcOnetG at BZEOlXS@H`hoHu^V
+fIC at uk_balv|TDCSLO`aJkGWkqldeCBj at HcSl@MkG^UXcQLIbPyRNsjld[T{\sKKSLOnTjSMSslhJcIWy\KPlp|qn[`ylOS{S_gz|F
+fIA at Odkb]m|T_uAx_IV\Mzr}wcZfSfMuBx_ri{XxjR|G`MC_aDhJ|w_j[Ta_LUHH at rqER{p
+Yv|o[TUbkw|TQuQLgUEDJ{xrms`RiVAduJmS_WK~XfTmKlH|kwfhvJls@~wCepCUxlXfA^fJr
+Yv~p[TYaGACk at PwAxTUQy^|p}wh~ez\yH}G`FCcQGdP|G at tonYrMwCH@IgvzBf
+Yv|Jdkn^dv|TDvQLgnz{Iw_NRL_ViVaMFvrl`qtAkUBn{lHckwjiIls at EH|vEt
+Y~}qko^x[@[Pn at v}eS`uooC}A`R|}ghz_BDHs]~Sg at w@XQJc|_YX}k\UPKuD_[GBq at i@ptN~NpZQ|ObM
+fIA at OTPY^I@@@@@ACxg~iELAiAH at jNniMRaCH@mZ^JrAaAxpUYbaLqBxw_^depv|wB`VXI[QCH`YNFaK`vG at IDSw|_Q at H`cYujzt
+Yv|okojaqwq~lspT^]H|VnS[sCrQwEaSl at FkKm|KaQLg]g^SXqRld`kpp~WISLO at kUxnnlSW\cN^cXIPlpwqFcAMQPlD``\Sqo
+Yv~UTP]^RA@@@p||G at SyFucnT~w{Ir}Ho\|wYAZgEo\~G at aaLZ\PsBxY|JQ]PKCH at S`X\]VSCH`RxdIK at xXJ_WY\S at H`hWf~`h
+Yv|JTPS^JI@@@[CSLOE^]piYkqldeCrIn^cSl at hTtrVWcQLIbXASsZldZTOO_btlsptTjWihlLSWPcNn_gtoSOCNylyISPlDk`\sZQ
+fIA at j[dUbO@@@@@uAxzNmxx\MBH at yJ}Y}HuBx_reOxreR|G`MmKb^ZuCH`ULSPTojowzQAll\
+fIC at u[dYbHH@@@NuQLgpzkpkgrms`wVezG_uRl`MKEevpRtSwfkK at NiJls@[HDn[KUxlXfAa`ai
+Yv~Ud[n^e~OwAxqZJ{mvp}wh^Zc]YwBx_\mYao}P|G at Q@hXvZwCH at lHb_Vz
+Yv|o[d_agvAvQLgnzKoE_NRL_ViZeUlIMS_ktzRejQDSwyksof^vSLzw{nNB
+fAB at NTphGP@[Pn at v}eS`uO]|B~_mC@\WW`}{wi@^~SYHww[Jc|_YX}c\IPKUSZGBy at iHPZqAqO@Q|Obh
+Yv~UTpT^f_^jx~|G at X~LFwSiAH at OIgykJaCH@HuxVwc^~G at jM|BzVqBx_`@GpuEICH@}_QmoIQCH`|AHLEuvG at lgjdqrnw_yq|eT@
+fIC at PTp\^zW^jSASLON^Co}gVnS[V|elyKaSl at FkCw\RaQLBbTVOVqRld`Kojf{vlspZkU at vOQSlhFcJPt`voSOHNMRtjnoS{z`ZoDQ
+fIA at jkOmax^^jHCCxlfIh|pT~w^NC\tWcCH at f^fKMRcAx^na[JqL}G at ClNyf{t|wI`DmRyl|w_HTCBlstG at gMux^PS at H`h{]RX
+fIC at ukOeaAiaU@y|lsp_^CoHeTNS[Z|eLHe\lSWkCWiCcQLl]kirAsJld\tPUatlsptTZPdJSKlh_cJ`JwtoSOfqr]m_SPlDN_ePpq
+Yv~p[dXbg_^jxJ~G at EQt~g at MBH@\MWq}^uBx_Wb_[ELmCx_WUUPiNuCH`pCbviqjgwnaFdmG
+fIC at Pd[o]aW^jvJnsXOElqI[MRL_HiRCDEuRl`htlsa{RtSwfkMygdJls@[H`I[ijGSg|AqeCA
+fIA at Od[a^RaaU at RwAxTEsYe}p}whnHlxLwBx_yjI~E]oCx_yPFL\CwCH at I_@UNq
+Yv|o[dVaTiaU@\vQLgKEleSlqms`iVm\jCvrl`qtl}y~QDSw\TrvLbIls at EH`eQD
+fAB at NTHdGg@doQHBZz at _Bp[|B~_m}C\WY`}{wi at _~SOH{k[Jc|_YX}m\to at tZw`ex}XVWsN~NpZQ~Kb_
+fIA at jkwcaP@Ck@`~|G@}Q`YNiV~wpf}tze^|wRMmDVQaAxURxCM~N}G`zpbosSICH at X`ANM}n|w_Cq~HkcvG at IHQczznw_y~solx
+Yv|okwmamw|TQASLON^s{BzVnS[sCV`Kj^lS\kmdbDaQLg]cujVqRld`K{yRHISLOeTZxXUQSlhc\KVVcvoSOHNcj[inoS{z`~xMk
+Yv~UTHZ^NACk at PCCxIi~dfiT~w{QtkHp\|w|nTIzLcAx{q}o\aL}G at fKvJH}t|wI`ttL}l|w_HlaZZYK at x}]jdCBS at H`MTOGsG
+fIC at PTHV^lv|TDCSLO`aLdV^kQldbCVpjBcSl at MkmDeCcQLl]cuIOsjld[tDfHjtlsptTZduqltSW`\KvrXKPlp|q\uPDSplDl`~Daz
+Yv~p[DPb||TzJ~G at EaHH`qr}wcbvRuKuBx_rSXLPuR|G`hFAty}J|w_ORuH_LUHH at rABDr^
+fIC at u[D^bAHCk at KuQLgpz}Kwqrms`Ri\GTRuRl`MKw}Q~RtSwfki|jBuSLApWugjGSgY~f]xy
+Yv~p[DVav~|ToH~G at kFpoB~p}whvce\hH}G`cF}a]pP|G`cHk^F[wCH`^@rb
+Yv|o[DZaqv|TaInsXtz}]Mkqms`iVcXRwIMS_NKwsNoQDSwykiLBkIls at EpWCIE
+fAB at NThlG|@dot at t}eZ`s_U|B~_mC at TWK`}{wLbAly at wDhQJc|_YX}k\UPKE_ZGBy at iH`AqAqOen}]a
+Yv~UThR^U@@@@e~|G@}q|YO^iAH at OyE@tr^|wwbmLNf^~G at j}a\{nN}G`_WJxanv|wg_NVpvn|w_CyPjygvG at IPVubnnw_\qymMc
+Yv|JThZ^lwTASLON^[CKHiQldL|Q]S\aSl at cTZEI]aQLBbR\faNmS[_t\XKdvlspTZ\i`nlSW\cpd`{voSOmqdYVRQPlDE_FmcI
+fIA at OThV^NA@@@UCCxIIQzdOkAH at aaxgF[cCH at fvwjGWcAx^V_\CdL}G at f[r|wMKCH at v_SF@ml|w_m}mIH_K at x}}Lk}lw_rSzO\@
+fIC at PTh^^wvd|lspzad|{rTvS[jCnRmj\lSWkeZsMcQLl]mcK_szld]t\xLFKSLOnTZbdzlLSWu\O{g]KPlp|qdyJcloS{q`yrHV
+fIA at j[x^bI@@@@@uAxzApvJlr}wFC\kF\uBx_WdK}oRmCx_rvUfn[uCH`Ujyq|HUHH at r~DdYU
+fIC at u[xVbpwqJnsXOERS]erms`wVK]|JmS_WkhREBmKlHYTQd\pJls@~OLL]UdlXiAEg[z
+Yv~p[xZay~jH~G at kFwq[cp}wMiAg~SwBx_\IhvtbP|G`FGm|CrH|w_DPi{}h
+Yv|JdGm^ZI@@@~InsXQERGwlqms`iVK_tjIMS_kTWevOn{lHckns]xIls@`OLDrl
+Y~|{kW|fHW\uAUbbwRSUKZwkwWj^
+fiA at mkWta@ExRbN`UUUkZ
+fiA at mkWxabzGm]TdUUUy
+Y~}qkWPxs@dotv}eW`C`A|B~_HB at hhB`}{wL at cAlNH{hu\C`fg~_cko at tFUYGBCVOPmN~Npn|{]l
+Yv~UThQ^e_^jx~|G at XvQzX~V~wUET at w^|wwBxqOq^~G at O\kCUmN}G`_{WtGWICH at X`YmNgn|w_fjVVIII at xS at Rq_cnw_\ypznD
+fIC at PThY^yW^jSASLON^gUvNiQldL|~~^CaSl at FkiiU~^ns at XbZDtTqRld`KMt`cvlspTZZ at anlSW\CWM~ovoSOHNwnZjnoS{z`}N]S
+fIA at jkWjad^^jm||G at vNVNBzT~w^~O at Wz\|w|VMdvp\~G at DfMVPIsBx|GtLIJKCH at v_}OQsl|w_HrpAKYK at x}ceBg_S at H`h}MStw
+Yv|okWbaxV^jFCSLO`aXZBAkqld@|~nog\lSWkiipUcQLIbZxO]sjld~KMTiGKSLOnTZFImlLSWPCWuq|toSOfqHqqPSplDI_BQNc
+Yv~Udgb]A`aU at bJ~G@`aT_a at MBH@\cGwnWuBx_Wh}UruR|G`h^KyeYuCH`UFqhujwwMac{^
+fIC at u[XUbGhaU at lJnsXjzUiAbrms`wVG{qWuRl`Mk\ksNmKlHYTea}iJls@[pMWlwj[SgsAuacu
+Yv~p[XYaNaaU at wH~G at NYLSq{p}whfLijOwBx_y~helSoCx_ydCPfEwCH`{wxIfc
+Yv|Jdgn^mV^jcInsXtzU~bINRL_sVG[@yIMS_Nk\g}On{lHckZvLzIls@`Or`hP
+fAB at kkg^xO@[PKJBZs at _D`S|B~_m}A\Wu_BDhA`AlUH{OVJc|_YX}c\IPKY}`fx}b at i@pQqAqO at QObR
+fIA at jkgfab|T_ACxBVJr~qV~wUUZRDXaCH at m\a_rb^~G at jSsbThN}G`_kA\}v|wB`es at hn|w_fb{L`evG`{`kISIQ at H`FU^K^
+fIC at ukgjaew|TQASLON^OIXRiQldiCq}cXaSl at cT^t_~^ns at XbVP@{NmS[zKYNKyvlspZkeQe_QSlhc|l}BIPlpRn at atQQPlDE_DF[u
+Yv~pkgbay~|To||G at vnzBwJkAH@a~@XPr\|w|fN\r\~G at DFVIBuL}G at ChOkc`t|wl_mQYel|w_mUtvrTK at x}srZHqlw_rm`eLs
+Yv|okglaav|TDCSLO`apNi}TNS[CqcRd\lSWkasf at cQLl]i_\WsZldZtfqUwtlspQkeAhNSslhJCS|pttoSOfQ~]CSPlDk`{yY
+fIA at j[hUbF at Ck@EuAxzQRiCcr}wFsQASuBx_W`UQgfR|G`M^`TH[uCH`UvAzowjwwMqxUVp
+Yv|o[hYbdw|TQuQLgUEFPvFMRL_mVO}rIuRl`hTyYo~RtSwfk|hmYuSLdOf_nDUdlXL~b[JS
+fIA at j[hQaSACk at uH~G at NijhKjp}wMEhW|vH}G`Fn}b`LoCx_\sSuZoH|w_aGkP[`
+Yv|JdW`^tv|TaInsXtzy{jbqms`iVOmCmIMS_kTyq`tQDSw\TCoZDvsLXpYX\e
+Y~}TTxiGk@doQpHBZ]`KlsC}A`w}RWl_BDhd_\~So at wx[lu\C`fg~Rcfo at tV|Oex}DVOLjN~Npn\]U
+fIA at jkGjaG@@@@@ACxgYgSY[iAH at Oumz~MaCH at HspqyPaAxUtqU_BqBx_EsXBbjv|wg_rTTln|w_f\rJGI at x_apo}{[Q at H`cRhfF
+fIC at PTx]^dwTASLON^n{rVnS[sCY_wt^lSyTao~m^ns@}]QHhqNmS[zKA]i}vlspZkevfinlSW\CesYSIPlpwQWVWfnoS{z`c~x
+Yv~pkGlaCA@@@UCCxIauGvfT~w{nO|Tn\|wYySDXBcAx{E{rDMsBx|wwdTXKCH at S`Jkl`l|w_myVF{etG at BtPQoSS@H`hUZakZ
+fIC at ukGda_I@@@~|lsp_^ntRkqldeCy at fRcSl@hTa_xUcQLIbnwuqLUS[dKA]HLKSLOnTZydOSslhJCeSYetoSOCnhItMSPlDk`Sjd
+Yv~Udwf]\@@@@eJ~G@`qVb{FMBH@\kl at MHuBxoiPVyXDmCx_WV[WY`J|w_jaqRC[UDH@^I|^]V
+fIC at u[HQbZH@@@kJnsXjzijnHMRL_mv at YwPuRl`MkaOzJmKlHYTGRghJls@[p~d at OUDlXK~|\mX
+fIA at j[H_ai~OwAxqvQUmrp}whZyEFWwBx_\VIdBcP|G`FcjFLpH|w_DdnvW]
+fIC at u[HWaPI@@@~InsXQEVCcYNRL_VIViqIMS_NkQ at JgQDSwykxUHMvsLXp~lUF
+fAB at NTDdGn@doQHBZz at _DpzC}A`w}ARWm_BDhd`^~Sb at wHxu\C`CXe\ao at tvN_YGB]VwAqAqOeNCr]V
+fIA at jk{caY`aU at GACxgExgwjV~wpRwIye^|wRKepd~^~G at OdWYFPqBx_`|r}~bv|wg_BDGSQCH`Yk|L^KI at x_aXhwo\Q at H`c\ekh~
+Yv|ok{madW^jv~lspT~PzUnVnS[V|jc_OaSl at FkVbhVaQLBbak[hNmS[_tImQISLO at keJ\FQSlhFCazlZIPlpwQkZ_]QPlDEoGHLl
+Yv~UTDZ^GaaU at w||G at SA}@{OkAH at aNGfNKcCH@Ce`lI}\~G at Dj[KwPsBxYPL{xXKCH at S`ztk~l|w_HvZE[ctG at BdFvlolw_WFJI^}
+Yv|ok{iaZiaU@\CSLOE~PZSkqldeCU|n at cSl@MkVB^IcQLl]^TFMsrldIti at B\KSLOKkebU[SKlhz|^eKktoSOCnTExllOS{vPxOYN
+fIA at Odwo]J`aU at bJ~G@`IQ`UBMBH@\[{@dOuBxoiX~SNRmCx_rErJiFuCH`p^YGmjwwhVE}Rf
+Yv|Jdwa]wW^jSuQLgUEnRSarms`wvH^QoJmS_rTJAbHmKlHYTunrJls@~Oy}n}j{SgtAsF{a
+Yv~Udwi^e^^jmH~G at kNV^xdp}wMUUsETwBx_\zf at ndP|G`F]GhbcH|w_aKBxtA
+fIC at Pdwe^GiaU at yInsXQEnf`eqms`ivHNBvrl`qTJNrsQDSw\T]~TvSLzOyUSa
+Y~}TTdlGP@[Pn at w}eE`{wjC}A`RB|chf_BDX`^~SGHwGeu\C`fgBRcKPKq{`fx}b at i@H~N~NpZq at HbU
+fIA at jk[mac|T_ACxBZeoj[iAH at O]vnCd^|wR[\ApVaAxUDbAoaN}G`_]R|k~v|wB`S[]vn|w_CGSzR]I at x_D{c[]nw_yt\bLv
+Yv|ok[eaw|Tt~lspT~hbQdVnS[V|RQOf^lS\kZ~c^aQLBbi}KHqRldEtU]psvlspZkelhPQSlhc|yhdqvoSOmQCR_RQPlDEo}gwP
+fIA at jk[ia]ACk at u||G at S~SDLXkAH at DItvhj\|wYUBBo~\~G at DJIOj{L}G at C@J[iHKCH at v_Y^{ql|w_H^xeSZK at x}Gbm~klw_WVU@{
+Yv|ok[aaAICk@^CSLOE~hBkpTNS[Cm^n|\lSrTeAkn\ns at v]VBvzLuS[cKjbfIKSLOnTZkNBSslhJCFgKHKPlpYn|MxclOS{vPBXGj
+Yv~UdOa]G at Ck@EuAxziekbFMBH@\GAo{_uBxoLkv at maR|G`MJQNPdJ|w_jvU}aNUHH at rfa@u~
+Yv|o[pVbdw|TQuQLgUE~wTqrms`RI{ewyJmS_WkkpT{RtSwfKGwOyJls@~O]ys]UDlXnA[@ZG
+fIA at OdOe^w~|ToH~G at knRJn~p}whJPcMgH}G`cuSdQuP|G`crilStH|w_D\PrCY
+fIC at u[pRaTICk@{InsXQEA`V|qms`LI{u~Wvrl`Tkkxd|QDSw\txxHcIls at EpbNk}
+Y~}qkk]xS@[Pn`u}eR`wW_|B~_m}C^WF`}{GW_`AlKH{GGJc|_|gB^cLPKq{`ex}XVGZqAqO at q|Cbq
+Yv~pkkea~~|G at Xjvs~iV~wpBlalj^|wR{sWIh^~G at jgziX|N}G`zJxcrjv|wg_TthYQCH`YOjaABI at x_aTZzy^Q at H`cxS]tn
+Yv|JTTV^cwTASLON~DtvtVnS[sCCMp}^lSyTmbn at aQLg]ZZLqNmS[zK|qIEISLOeTZg_onlSW\CB^agvoSOHnJcplnoS{zPFBro
+Yv~UTT^^ZA@@@p||G at S^k\UHkAH at aVCcVLcCH@Cu~RAEcAx{MMO}}L}G`q`qT\ft|wl_ITuWSCH`RAGU\}tG at ggw[ulw_rQjbTB
+fIC at PTTP^gvACSLO`A{kBbTNS[Z||RIc\lSWkRmWGcQLl]ZZN|LyS[jK|Q_MKSLOnTZOaXSslho|}Q~`toSOCnJCdLSPlDkPFbdg
+Yv~Udoi]\@@@@eJ~G@`YcMVBMBH@\WTgw]uBxoLcjSaBmCx_WbFLK|J|w_Oyb^nCUDH@{FfJFt
+Yv|o[PZbAH@@@NuQLgpznNJjrms`wvLlaYuRl`Mk_Ye_mKlH|KcqfbJls@[pT~WWUTlXM~xF\G
+fIA at Odom^l~OwAxq^TliJOBH at Wm|yUsH}G`FbPunYoCx_yZPA]ZwCH`^BJM[H
+fIC at Pdoc^tvdInsXtznZH at NRL_svLt_dIMS_kT`jj|QDSw\t\~eGvSL_pTIqv
+Y~}qkkTx`@doQIBZl at _HPO|B~_HB|chC`}{GWbAl\HsG~u\C`CX}c\lo at tNa@gx}j at i@`xN~NpZqA at b_
+fIA at jkkhaV`aU at GACxguSz~fV~wp\[aAy^|wwXYm|SaAxUHJdWqBx_`ZasNZICH at X`GcuXQCH`YGU_bvG`{L^Y[lnw_\wEs[h
+Yv|JTT_^PhaU at IASLOkAKWyjVnS[V|Lh`n^lS\k\oFr^ns at XbmqKwNmS[zKdkt^ISLO at kE@]QSlhc|{oSyvoSOmQYTGPQPlDEo~i^w
+Yv~pkknaRaaU at RCCxInGJ\OkAH at afM_O|\|w|rbmC\cAx^R`dEEsBx_NOIKT_KCH at S`^Dvjl|w_mNZj[@K at xXHf_sCS at H`MAjSKy
+Yv|okkfakV^jc|lspzAKwrCkqld@|LpUi\lSWk\Oco\ns at v]RNv`LUS[At[tFztlspQkEO^xlLSWu|{_sdtoSOCnfKljloS{qPAvbp
+Yv~p[`[bo_^jxJ~G at EFXFG~r}wcHttqqJ}GPVmBqHOmCx_W\loWvJ|w_OUlULwjwwME]JOX
+fIC at u[`SbsW^jSuQLgUEiLJ|rms`RI}wpZuRl`M[DTTAmKlHYtjkTBuSLAppymaj{SgQ~HCWH
+fIA at Od_b^ZaaU at RwAxTAo[AWOBH at rb^@DcH}G`cSDAaJoCx_\yALilH|w_amFws]
+fIC at u[`UayV^jFvQLgnzVmvLNRL_svBpzqIMS_N[D\L at n{lHcKUxScIls at EppMzM
+fAB at NTtgGz@dot_v}el at _pgsC}A`w}}UWN`}{GW`bAlFHMpFJc|_|g|Ucao at tNadx}q at IWhN~NpN|v]Z
+fIA at jkK`aM at Ck@EACxgm at IDTiAH@OSANJq^|wwh`zOq^~G at OpZLTiN}G`_yHdQkv|wg_Hr^^QCHPBpvsRhvG`{\Y{Qfnw_\HJ^|
+Yv|okKnapw|Tt~lspT~lFPiQldiC{d[@aSl at FktLZEaQLg]\QxHqRldEtwgbuvlspZkEGpunlSWyB at VpgvoSOHn^g\UQPlDEozvJw
+Yv~pkKfaIACk at PCCxINwFASkAH at DyZSH~\|w|RPCRNcAx{}BCO|L}G`qhr\\NKCH at v_~i_XSCH`RYVeDltG at BP}snmlw_Wq at kCb
+Yv|JTtU^TICk@{|lsp_~l_M\kqldeC{tdGcSl at Mktt]b\ns at v]\QFUsjld~KHXBftlsptTzT^QSSlhhB at vpQKPlp|QaxUuloS{TozVYC
+fIA at Odl]K at Ck@EuAxze`iG at MBH@\o^m at aJ}GPsZK]DrR|G`hKObTvJ|w_OmdsHfjgwKekwpJ
+fIC at Pdb]SHCk at nJnsXjzFTGkrms`wvrORKuRl`hd]R|iRtSwCtnlCIuSLAPO}y at UDlXK~PdCQ
+fIA at j[@Ua[ACk at uH~G at NAh{^OOBH at W}KZaJwBx_ykrmGCoCx_\iPg}hH|w_auXYUc
+Yv|Jdf^cv|TDvQLgnzFHE]NRL_VIMhrxIMS_N[bcsUn{lHFtnBSNvSL_POKRc
+Y~}TTLoGV@[Pn at u}ei at _@PS|B~_m}ARWH`}{GW_cAlq at wJXwu\C`CXm\}o at tNDZGB\vpO{N~NpZI at Hb]
+fIA at jksnaeZACxBbc\\qV~wUs{fhf^|wROqwlh^~G at j_ROB`N}G`_IUhGMICH@}_`fWxn|woXX_w at BI@x_aB}dP^Q at HPxoAtsA
+fIC at PTLY^FH@@@NASLOkA}XISiQldiCWFuSaSl at cTGIyXaQLBbkzoBqRldEL`y]fvlspTz\kjnlSW\}{dMEIPlpRnqoFHQPlD`PC]S{
+Yv~pksja~~j||G at vI`q_ZkAH at DEVQBn\|wY}Ltaf\~G at aCQu{^sBx_kxtbXot|wl_njFUSCH`RetyULK at xX`hy^[S at H`hVJxoW
+fIC at uksbabvACSLO`A}xbmTNS[Z|hY at FcSl@MkxVc_cQLIbkzM}LES[GL`E\htlsptTzbzRSslhoBD{R[KPlp|QNpa\SPlDNo|BAH
+fIA at OT@b]gZuAx_j[z_VMBH at y@{vgHuBxoiVW@~rR|G`hGX~KyJ|w_OChgGDUHH at rjPaiN
+fIC at PT@j]^H@@@kJnsXjzja_crms`wvzsqKuRl`hdI]YnRtSwCtIYJEuSLAPk{iwjkSgW^Qul
+Yv~UT at f^WA@@@pH~G at N~lkkhp}wMcXMPSwBx_\xap[@oCx_\Qiy\SwCH`^ztM[A
+fIC at PT@n^KI@@@[vQLgKEUIRxqms`LIE\`|IMS_N[vjn\n{lHFtIeZDvSL_PkOby
+Y~}qkS_xY@[Pn at t}e@_H at C|B~_HB~khs_BDxh@^~SYH}oEJc|_|g at XcAPKIT[GBo at IO`mN~Npv}s]U
+fIA at jkSgaQ`aU at GACxg}n at ykV~wpTcuCHaCH at H_dtG`^~G at jOhQxN}G`zn}_Qyv|wBP`^dvn|woXTQP at CI@x_aR{vEdnwoGhwrdn
+Yv|JTlT^iW^jv~lspT~rsAEiQldL|PFIo^lS\kpUav^ns at XbgRHbNmS[_LxZL}vlspZkEUJQQSlhcBbRaXIPlpwQZ_NqnoS{_oxxD`
+Yv~UTl\^PaaU at RCCxIv`^IKkAH at aZa][a\|wYCvhfa\~G at acKy^wL}G`qdpJqYKCH at S`IWPGSCH`wJpVj]K at x_OvVU|lw_rzeXBm
+Yv|JTlR^HiaU at y|lsp_~rSKoTNS[Z|Pz|EcSl at MkpeWUcQLIbgbS{LuS[csGeRVKSLOKkEysLSslhJ}]M^QKPlp|QZjJSPlDkPGgqu
+Yv~pkTbk_^jxJ~G at EJ]R\xr}w_Q at SfuiJ}GPs^JDNmCx_WH}bNJ|w_Os`_bkjwwhrw at SC
+fIC at PT@g]ShaU at IuQLgpzRGwgrms`wvvUCfJmS_rdvTWLmKlHYtu_[cJls@[P]Uij[SgV^OwUH
+fIA at OT@o^AaaU at wH~G at N^jcZfp}wMSf at fUwBx_\HjKi}P|G`c~{uJSwCH`^fn_Am
+Yv|JT at a^|V^jFvQLgnzRSeANRL_svveLiIMS_kdvX[eQxSwTtM`W at vSL_P}HZo
+Y~|{kcwfxhc at J~j]]HmljteHTHhUa
+YV~RT\D^qzGm]q_jjjT@@@@e
+YV~RT\L^mzGm]TdUUUy
+Y~}qkc]xb@doQIBZl at _HPO|B~_HB~ghQ`}{Gr at _~Sj at wJpTJc|_YXk\yo at tVY_YGBx@IG`TqAqO at I~Obw
+Yv~pkceaO at Ck@EACxgCuBrwV~wU[i\aGaCH at H]Vyl^~G`X_VCwRqBx_`ATpZ~v|wBPHjDFQCHPgcW{zjvG`{J]}ZQ at HPx[e\]Q
+fIC at ukciamw|TQASLON~ZmEhVnS[V\dkv^lSyt at XbDaQLg]PsK}NmS[zsSwr\ISLO at kEqatnlSWyBf]}PIPlpwQbW|nnoS{zp`PWO
+fIA at OT\^^NACk at PCCxIVHA~gT~w{j^@iWcCH at f\ZP||\~G at DLgN]`L}G`TkHyeHKCH at v_F{Fpl|w_H]mqrztG`Uoclvylw_rJ_h|`
+Yv|JT\P^sv|Ta|lspzAerHRkQldbc@{^c\lSWKgxPcQLIbotWhLuS[FLlhldtlsptTz^FSSlhM}YBB|toSOfQbwxBSPlDkp`pIs
+Yv~pk_Vbs|TzJ~G at ErYdjor}w_toqc\uBxoLNwz\ZmCx_r_VObOuCH`pT`rLUHH at rRsQDK
+fIC at PT`e]KHCk at KuQLgpzB|cQMRL_HIA^prJmS_W[]FKJmKlHYtszzaJls@[PExsPULlX_^WJke
+Yv~UT`m^|~|ToH~G at kQQjqZOBH@rLJMBkH}G`c_kvNtP|G`cQJoxqH|w_DvC\yr
+Yv|ok_\a~v|TaInsXtzBd~uqms`LIA~EFvrl`qdbqxbQDSwyKLiqKvSL_PEL~l
+Y~}TT|jGc@doQOIBZj at _HlzC}A`w}A_W`_BDxMO`AlSHu]OJc|_|g at _cOPKITO[GBi at IG|vN~NpZINbk
+Yv~UT|V^p~|G at X\X~zfV~wpDpGXOaCH`z_MFiKaAx_BOcy|VqBx_`QIDzyv|wBPxtdtn|woXbE\OEI at x_azDPNknwoGLS|H|
+Yv|okCaaSH@@@k~lspqAYFlcVnS[V\wwdk^lS\KODf^ns@}m_gM]qRld`smLsxvlspZkENCvnlSWyBQTw|voSOmQL[@~noS{_O[s`b
+Yv~UT|P^QA@@@p||G at SfxagHkAH@aJVrPd\|wYSGKYScAx^tyAKgL}G`TsLqCzt|wI`eZNkl|w_m\a~JqtG`UOXmrlw_rRrHAK
+fIC at PT|X^MI@@@[CSLOE~fyHjTNS[Z\wgsj\lSWKODf]cQLIR`XP]sJldysmL\jtlsptTzi}OSslhJ}nKXytoSOfQL[{zloS{TO[SV}
+Yv~pkoZbuJ~G at ERnoj^MBH`KHX`T|J}GPVF[`sRmCxoi`id~dJ|w_jxh_cFUXH at Q]rgCJ
+fIC at PTPm]swqJnsXOESfAorms`wvqfXhJmS_rdDpNRmklH{KhBDlJls@[PaB`dj{SgQ^{]hW
+fIA at jko\aZA@@@pH~G at NNiaXsp}whtPfSHwBxobP at MXGoCx_\vlc^xH|w_D^Pnb}
+Yv|okoTaFI@@@[vQLgKES~s|qms`LINEAIvrl`qdxZ^nGlHkKhlHIvSL_PaJ]k
+Y~}TT|gGn@doQHBZz at _DPH|B~_HB}eht_BDxh@]~Sc at wJXRJc|_YXm\XPKIq at gx}OvtO`N~NpV]`
+Yv~UT|_^C`aU at b~|G@}sxc}rV~wUgr at fZaCH`_PGSlo^~G`XwDn|iN}G`_v`SNRICH at XPT@dkn|wo}UKU_vG`^Y}eZjnwoGBlM\O
+fIC at PT|Q^~W^jSASLON~NaoZiQldicxr~w^lSytxye\aQLBRh at vLqRldELFamkvlspTze_RQSlhcBUyxzvoSOmQxcC_QPlDEO]ET
+fIA at jkCfa]aaU at RCCxIFTQuvT~w^MefKMcCH at CKxewm\~G at akUvJ^sBx_k\uAJrt|wI`uq~ll|w_mtCQXJK at x_jhq\ZFS at H`MCzw]B
+fIC at PT|U^@iaU at y|lsp_~Na|}TNS[cxJkQcSl at htxE|j\ns at vmWkLsJld\LFQBstlspQkEraallSWW}jzWDKPlpYnGlFHSPlDkpbzin
+Yv~UTpl][`aU at GuAxz]UbK at MBH`nWBLciJ}GPsu|JnTmCxoiH}ZXXuCH`UwkCujwwM}vra[
+fIC at ukO]b|W^jSuQLgUEkPgQMRL_HIF}sxJmS_W{`AjPmKlH|so{eKuSLAPVFr}j{SgtaTGIf
+Yv~UTpj^QaaU at RwAxTvmjJnp}wM[|{sVwBxoGWKPIToCx_yy|~NkH|w_a~ujeJ
+fIC at PTpf^sV^jFvQLgnzT[swqms`LIFcVRvRl`S{`INdQDSwysoKyFvSL_PVn at A
+fAB at NTBoGV@[Pn at t}e@_H at C|B~_HB}ohw_BDxh_~Sn at wF`_Jc|_YXC`\xo at tvk@dx}Pvt_lN~NpV~w]j
+Yv~UTBQ^|Tz~|G at XtewwSiAH@OWe{ZKaCH`zwQhzx^~G`}XAmneN}G`_FyMnFICH@}osLFxn|woXF]VJdvG`{vFuOnwobMZ{md
+Yv|JTBY^FHCk at KASLOkAAqKSiQldicTQDx^lSyttF\DaQLgm{hVcNmS[_L^BBHISLOeTzCegnlSW\}LO]uvoSOmQPm^unoS{_OY^|
+Yv~pk}ja[ACk at u||G at SzlQQQkAH@DmmhNc\|wYkZnf{\~G at DdpyofL}G`T}NvpZKCH at S`m}jJSCH`wDiNltG`pxlnbXS at H`hLoH[M
+fIC at PTB]^]ICk@{|lsp_~~vnjTNS[Z\kNIBcSl at MKKyl~\ns at SRDWJEsJld\L^BKZKSLOKkEL{clLSWP}Lwc[KPlp|QP]rFSPlDkpfaq~
+Yv~pkw]bi|T_uAx_BlvvGMBH`nGYNVDuBxoi}JMDJmCxoLGXnzwJ|w_O_cwwIUXH at QCQUW^
+fIC at ukwUbuw|TtJnsXOE{MvLMRL_mvux\KuRl`hDKwKMmKlHYLdASNuSLAPrAu}j[Sgsal~|m
+Yv~UTHf^f~|TJwAxqiTgBdp}wM{QDHiH}GPxDz|kDoCx_\Zr|mGwCH`{nfTfW
+fIC at ukwQa`v|TDvQLgnzDlb_NRL_VIJWFcImS_lDK{mJn{lHcs[NdOvSL_PrifU
+fAB at kk]^xv@dot_v}el at _xgoC}A`RBAbhr_BDxh_]~Sy at wv\Jc|_Yx at j\zo at tvk_fx}f at I{WsN~NpZY at IbO
+fIA at OTbY^A@@@@@ACxgkIFhAiAH at jprAHaCH`zgOWn^~G`X{[Xi~N}G`zeSV{sv|wBP|iXmn|wo}q]ayUI at x_DQ^obPQ at HPxEwn@e
+Yv|JTbU^cwTASLON~QZnJiQldL\S|j~^lSyt|DuJaQLgmstlKqRldELq_kmvlspTz{|onlSW\}HAyXIPlpwaoeDMQPlD`paUOp
+Yv~pk]ba at A@@@UCCxIZBaH\kAH at D]C}uKcCH at C[i\qKcAx{G\jmfL}G`TmIjf`t|wl_BXz{l|w_HgcZbJK at x_jD{mzNS at H`MkmgAH
+fIC at PTbS^gvACSLO`AnU|`TnS[]\S\`q\lSrt|d\y\ns at SRLKabLmS[TLqzTKSLOKkEXbllSWrBwAjFKPlpY^PZPzloS{TO^JQH
+fIA at OThj]M@@@@@uAxzCWwvxr}w_QdpbGpJ}GPVLiWVUmCxoitp}rnJ|woq_RT]\UHH at Wce_yk
+Yv|JThf]owTuQLgUEWZhzrms`RIb`KYuRl`M{JEh\mKlH|s}X]HuSLAPLed^UTlXM^}W|V
+fIA at jkWQaBA@@@UwAxTfOKoJOBH at WGKZ}NwBxobtQqEwP|G`cMT`|{H|w_DIG_En
+Yv|JTh`^evAvQLgnzhqiZNRL_VIbpVaImS_lDurS at n{lHcs}pudIls at EPLmG[
+fAB at kkmWxa@doQHBZz at _@@_|B~_m}B\WO`}{GWaAlf at wvyu\C`Cx|c\APKIT_YGBx at IKp_qAqO@Y@@bY
+fIA at jkmkar_^j]ACxBdlRZiAH at OozAYq^|w_ExEp^f^~G`X[LW|cN}G`_rsnZHICH@}omUYxn|woX~KawLI at x_a~eVBBQ at HP]V~OsG
+fIC at PTR\^QhaU at IASLOkAV}\HiQldL\}@K`^lS\KmXo_aQLBRB}@]qRld`sZRqwvlspZkEPLWQSlhcbpwnkvoSOH^xv|DQPlD`peKkD
+fIA at OTRR^IaaU at w||G at Sjr^WoT~w{BtYWj\|wY{s_h`\~G at agAru\sBx_kJrCupt|wI`Sp at hl|w_mpn]vVK at x_Ok^`_RS at H`hxyDkr
+Yv|okmeaOiaU at y|lsp_~iBHZkqldecb at nu\lSrtRgiLcQLlm}bBGsrldILemPKSLOKky]QSSlhhbpOVRKPlp|aGiiclOS{vpekZO
+fIA at OThg]@`aU at bJ~G@`SpjEAMBH`nkr`D at uBxoi{~AXOmCxoLcSHenJ|woqwZrj at UHH@rl\}sP
+fIC at ukWPbcW^jvJnsXOEOgJMRL_mvSkXkJmS_rDas_RtSwfsy]bZuSLdoW\rzj{SgtaRMxL
+fIA at OTha^JaaU at wH~G at NfHAiyp}whhgvYJwBxob\mGBuP|G`c]ybmNwCH`{FKg[S
+fIC at ukWVaiV^jcInsXtzPgSpqms`LIlLAQvRl`S{^BTYn{lHFLFJcwIls@`oWdqG
+fAB at NTrdG^@[Pnu}eH`G`Z|B~_m}|_W~_BDxh]~SBHqoBJc|_|G_cco at tNagx}KvD at oN~Npf}s]h
+Yv~UTr\^V at Ck@`~|G@}G`p\lV~wp`bMGc^|w_`[SwUOaAx_BKqM_CqBx_EbfJkMICH@}oUw{^QCHPBqzIeWI at x_D^\lhRQ at HPxQHUba
+Yv|JTrR^NHCk at KASLOkAzK{nVnS[V\uSFUaSl at ctZejl^ns@}muZ]iNmS[_L}Nh\ISLO at kywMdnlSW\]sE~CIPlpR^L~eZQPlDEO\`rH
+fIA at OTrZ^RACk at u||G at SJZv]TkAH at DCG`rYcCH at fXoJZ~\~G at DhlmylL}G`TeKDU\KCH at S`Ktt`l|w_m at MscVK@x_OssCNUS at H`hHOt{g
+Yv|JTrV^pv|Ta|lspzAzkINkqld@\ucxBcSl at MKeZdKcQLlmuz@~LMS[vsBqz|tlspQkyg|elLSWP]syaGKPlpY^L^kjloS{qpclp
+Yv~pkgPbG at Ck@EuAxzstsn`r}w_tsejs^uBxoLHvpGEmCxoL]yGbcJ|woqGV^zWUHH at WsG^ol
+Yv|JTXa]EHCk at KuQLgpz@ZTerms`wv[uOCuRl`hDF|_MmKlHYL~UlIuSLA`_WJEUDlXK^Umqa
+Yv~UTXi^WACk at uH~G at NFLdFOOBH@WwFC}}H}GP]]XcorP|G`ccHQvDwCH`{ZQKlr
+Yv|okgZaJICk@^vQLgKECdmqms`iv[UZ`ImS_lDFtkPn{lHFL~m|SvSLz_`@wx
+Y~}qkuSxh@doQPJBZJ`GDrC}A`w]VWi_BDxM`cAlu at w~oiu\C`fG^cio at tvN`[GBPvLxyN~NpZYCCbv
+Yv~pkumadZACxBXCi|\iAH`}WwgHaCH`zkloZ{^~G`}lhaXZqBx_`c at KIqv|wBPzcl{n|woXYWYvDI at x_aqWLMrnwob^eRij
+Yv|JTJZ^GH@@@NASLOkAJWNViQldiczvCaSl at FKiY^PaQLBRFqqzNmS[zsTkB~vlspZkykbMQSlhF]uLnhvoSOH^bIXJQPlD`pWDag
+Yv~UTJV^@A@@@UCCxIrfzaCkAH at a\HzUCcCH at CWbzlj\~G at aOHb]QsBx_kFp_EEKCH at v_dmoCSCHPlowgG|tG`USd^`olw_Wo]CxZ
+fIC at ukuaaFI@@@[CSLOE~uH[TkqldecznBUcSl at htVV`f\ns at vmyN]GsJld\LktJ]KSLOKkySK^SSlhhbJK^atoSOC^bqb~loS{TOh[_
+fIA at jkG^bX@@@@eJ~G@`KJjplr}w_tcM|EuBxoiUfiTmCxoiJQrcVuCHPNTaJtYUHH at WKUAL
+fIC at PTxi]{wqJnsXOePrglrms`wvWQ]CuRl`hD\uOiRtSwCLyPemJls@[`GppMUxlXfazGe}
+Yv~pkGZah~OwAxqEMB}~p}whpjHBgH}GPxjHIwYoCx_ysaSG^wCH`^u}|Q]
+fIC at ukGRatvdInsXtZoiSaqms`ivWaDWvRl`S{cFlsQDSw\LyhMXvSLz_xGL`
+Y~}TTJcG`@doQIBZl at _@@zC}A`w]CXWy_BDxh@]~Sc at wN`CJc|_|GCTcbo at tNa@fx}|@IM`WqAqO at YCLbA
+fIA at OTJ[^h_^jx~|G at XhQLtFiAH`X`vsNw^|w_ELZ_Rh^~G`Xcb|udN}G`_Li`ptv|wBPVNacn|wo}jQFsUI at x_DfoF\UQ at HPxvlOlu
+Yv|okuhaPhaU at IASLOkAbRiQldicVUJIaSl at FKa[fQaQLBRNnGLqRldELWgNfvlspTFbX at QSlhF]QC^^IPlpwaezfdnoS{zHPRR@
+fIA at OTJ_^VaaU at RCCxIRNRDOkAH at al@c_g\|wYwA at UIcAx{oZbOdL}G`TYpgrlt|wl_xEnel|wovwt at CWK@x_OC~TiXS at HPsYJ{m
+Yv|JTJQ^kV^jc|lspzAR at urTNS[cVuITcSl at ht^TxUcQLIRNnYFsJld\LWg~tlspQkyMnQSSlhhbnBnvtoSOfaeFlPSPlDNwomlY
+fIA at jk{WbF`aU at bJ~G@`kNW~KMBH`nCZHEjJ}GpAOBxbbRtGPgzMAdqJ|woTlnH at YUHH@W[XsxO
+fIC at PTDd][haU at IuQLgpZw`gAMRL_mv_fncJmS_rDhx[nRTSwDL]vdFuSLA`ctGCUxlXfaV^M_
+fIA at jk{SaSaaU at RwAxTZvRDqp}whPPWSaH}GPxF|odwP|G`ckpE`H|w_ab_]ks
+Yv|ok{]anV^jcInsXtZWwI at NRL_sv_z[Zvrl`T{WOjKn{lHcsbakHvSL_`cBE@
+fAB at NTjkG^@[Pnot}ec at _pSrC}A`w]RWW`}{Gr_\~SJHATLJc|_|G\cSPKq^P[GBs at I}[YqAqO at YCCbS
+fIA at jkUhaW@Ck@`~|G@}wM\[rV~w_gol~^EaCH`zSHdbOaAx_B}yhwN}G`zkkT_cv|wgoQWVjn|wo}bfIHI at x_aEtHmrnwobzSyYr
+Yv|okU`aKHCk at KASLOkA|hN~VnS[scnGITaSl at ctagIEaQLgm~y}VqRld`SzSUISLO at kyEypnlSWybiuNgvoSOH^vmt`noS{zHTvoF
+fIA at OTjQ^l~|TJCCxl]AKSCkAH at ato\pOcCH at CO]yE^cAx^`zMShL}G`TIt}O`t|wl_hI}fl|wovGVDkBK at x_jbtTrwlwoiOwvBM
+fIC at PTjY^UICk@{|lsp_~Cg[@kqld@\QXtu\lSrtaWpc\ns at vm~EPaLuS[Fl at EsctlsptTFfK|lLSWubiMFEKPlpY^vMzuloS{TwkqiC
+fIA at OTdd]y|TzJ~G at EdVvuwr}w_QbrAv~J}GpdxkVPR|GPsV[mTKuCHPk}y|ROUXH at Q{lGlo
+Yv|JTdl]ew|TQuQLgUexE^rrms`Rqo}W]uRl`MGHNjnRTSwDLksYtJls@~_juTgj[SgV^Qwzy
+Yv~pk[]aLACk at PwAxTjQcYvp}wh at CsRNwBxobvvzP@oCx_\xquXYwCH`^CrBzN
+fIC at PTdj^JICk@^vQLgKex]shqms`iNP\^Jvrl`qxw~nGnGlHNLk[UUvsL}_jYvi
+Y~|{kexf~hc at J~j]]HmljteHTHhUa
+YV~RTZO^IExRbN`UUUkZ
+fiA at mke~aKExRbNdUUU\@@@@e
+Y~}TTZiG@@[PK`JBZi at owlC}A`Rb at jhC`}{GWP`All at wq_EJc|_|G]c|o at tND`ZGBFvLhuN~NpZYCAbi
+Yv~UTZU^S@@@@e~|G@}OWuuuV~w_gw[KrWaCH`_|AMD[aAx_gR`RKBqBx_ExCycRICH at XP~Mqin|wo}\NvmvG`^jMNS{nwobJzJU@
+fIC at PTZ]^OH@@@NASLOkALTk|VnS[scaXCUaSl at ctievu^ns at XRIRuUqRld`SgE_qvlspZkyQVEQSlhF]bGuSIPlpwa~\LunoS{_wmVfO
+fIA at OTZS^WA@@@p||G at SBQP{FkAH at aTguQq\|w|PPsC at cAx{WjQPsBx_knMVZTKCH at S`OnFTSCHPITZ]PIK at x_jRkAfZS@HPsWBQWY
+fIC at ukedatvd|lspzALtQhTnS[]\^GP at cSl@MKVZh{\ns at SRIRfWsJldySgEjstlspQky~_VSSlhhb]D|mtoSOC^AC_ESplDlHRYPh
+Yv~UTTf]gZuAx_DbmUrr}w_QRopfHuBxO[KhPu}R|GPs^@WqjJ|woqMuiMAUXH at QGJgG}
+Yv|okkQbDH@@@NuQLgpZkm at erms`wNXXEVuRl`MG\@icRTSwDLoLDuJls@~_NQh at UdlXL^Ajii
+Yv~UTT`^m~OwAxqujSLvp}w_Z at aRI`H}GPx^YSn|P|G`cWgYn at wCH`{lVSKL
+fIC at PTTh^qvdInsXtZkYuvqms`LqgWovIMS_NG\HsoQDSwysPC[rIls@`_Nnf^
+fAB at kkE[xu@dot`v}eMPx_xC}A`w]ARWV`}{Gr`^~SGHqWmu\C`fGCRcfo at tNa`fx}GvrW\qAqO at YOb\
+fIA at jkEcaX`aU at GACxg_ddnsV~w_gWATJv^|w_Ebh~fTaAx_grUibuN}G`zWeiLICH@}onmuHQCHPgTg^FVI at x_DrqoQqnwobBOPVu
+Yv|okEmaeW^jv~lspT~[}sNiQldL\vuXr^lSytefLKaQLgmzS{iNmS[_lLh[WISLO at kyNBXQSlhcb[qtVIPlpwaVdaonoS{zHV}lm
+Yv~UTzZ^FaaU at w||G at S|IgSbT~w{d[d_j\|wYt}Lq\~G`v`LFbcL}G`TAvVGIKCH at v_`a^dl|wovSGvaQK at x_OuADwflwoLDVJ{G
+fIC at PTzV^dV^jc|lspzAdBgyTnS[xcIZXJcSl at MKZYJ}\ns at SRELkrLMS[vSsga{tlspQkyfK`llSWW]dvGQKPlp|aVTzSSPlDNwiBZ@
+fIA at OTTo]q_^j]uAx_xDOJ~r}w_QJYIORuBxO~B at aUmR|GPV^KGAIuCHPke}_b|jwwMgvGs\
+fIC at ukk^bsW^jSuQLgUeLoezrms`Rq[P{CuRl`hxEvdOmklH^lHIY^uSLd_qF_OUdlXL^n}o]
+fIA at jkkVaa^^jmH~G at kM\FI_OBH`@`szJUwBxoG^lcRFoCx_\PeDfjH|w_atD{]d
+Yv|JTTe^YiaU@\vQLgKelp_qqms`Lq[HnvIMS_NGzeXOn{lHcSwFzlILs at B`Nu]d
+Y~}TTFlG{@dotpv}ep at oGL[|B~_m]A[W@`}{{bp]~Se at wA|VJc|_Yx|d\jo at tnSOYGBEv|S{N~NpZy|Hbv
+Yv~pkymam|T_ACxB at EFXRiAH`}gdat_aCH`_RUBcXaAx_gjr{wPqBx_`ops_DICH@}ovD{YQCHPBGe^COI at x_a]IQTYQ at HPxlACMc
+Yv|JTFZ^NHCk at KASLOkAXjaiVnS[V\Fn@[aSl at ctmDWe^ns@}mrGV`NmS[_lbKuGISLOeTFe{rnlSWyb_@wvoSOmajH[tnoS{_wnxLP
+fIA at jkyiav~|To||G at vcF|cOkAH at aDSeD\cCH`T at VBUXcAx_lP^vLTsBx_kaN}xt|wIP@^onl|wovCxib[K at x_Oekc[@S at HPVthL\G
+fIC at PTF^^UICk@{|lsp_~gecOkqld@\FvkVcSl at htmdFy\ns at SRMxR~LuS[cS]TUGKSLOnTFMrollSWW]`@phtoSOC^UWJlloS{qHQg\n
+Yv~UTta]n|T_uAx_X at xOEMBH`ne}WAyJ}GpdJXX]YmCxoiIjroIuCHPkYKFuAUHH at rhnTBr
+Yv|okKVbMHCk at KuQLgpZCzYrms`RqSLvAuRl`hx^[KNmklH^ltOwJls@~_U|cij[SgV^vTJD
+fIA at OTte^^ACk at uH~G at NRG_mEOBH`eOWIMWwBxoGvPJ^PoCx_yKDFLwCH`{D[_`i
+Yv|JTtm^BICk@^vQLgKe|]]ANRL_sNlcNvrl`qx^SiHn{lHcSsgLvsLX`jKgk
+Y~}TTfbGA@[`PoKBZ}@oGDoC}A`Rb~fh`_BDdJOcAli at wIt~u\C`Cx|n\LPKaRoYGB~@ICdpN~NpZYEbz
+Yv~pkYeav~|G`j at YxN[iAH`}{SgZMaCH`zuc at B[aAx_gZotB_qBx_`^Py]ICH at XPyVq^QCHPBOLvRavG`{CmPKOQ at HP]kWAdh
+Yv|JTfV^kwTASLON~OitfVnS[V\j\ow^lSytCGa^aQLBRCPHaNmS[_lzqqFISLOeTF}OvnlSWyRxVkyvoSOmaB at d@QPlD`HuPZg
+Yv~UTf^^RA@@@p||G at SlUiCaT~w{x}dRu\|w_N`ECbZcAx_lpC^YIsBx_NNuHejt|wlooaMvl|woSReBACK at x_jzKigAS@HPVlCPgG
+fIC at PTfP^ovACSLO`ApvadTNS[Z\jlKUcSl at htCGq\ns at SRC`ccLuS[FlzItIKSLOnTFSzllSWrRxvc^KPlp|aB at _aloS{qHuPcK
+fIA at OTLi]B@@@@@uAxzwD}WGMBH`nEXv^{J}GpdFtmpOmCxoLFA~OXuCHPNNxTE|jow_weCPz
+Yv|oksZbzwqJnsXOeRrRgrms`wNbe_xJmS_WGUmQPmklH{SMUi[uSLd_cX~pj[SgsayvRm
+Yv~UTLm^r~jH~G at kmM}tp}w_ZHz^XkH}GPxEddriP|GP]o]yDfH|w_aXiXXa
+Yv|JTLc^jvAvQLgnZmYFwqms`Lq]zY]vrl`TGUcS`QDSwySMyvFvsLX`\_dW
+fAB at kkYTxM@[`PJBZVPxoF|B~_Hb~chT`}{[u`\~Sk at wEHiu\C`fGCTcGPKaRXGBUv|OYqAqO at y|Kbc
+Yv~UTfW^a_^jx~|G`j`Ky]BiAH`XdqmQJaCH`zULrT^~G`}FY^SQqBxo{`Gb^pv|wBPeOwln|wo}@BEqOI at x_aSkIpmnwoGgjCN[
+fIC at ukY`agW^jv~lspT~~w[iQldicmpTaSl at ctKEHu^ns at XRsOqbNmS[_lnRvOISLOeTFk_gnlSW\mCdZuvoSOmaTwVenoS{zHstGZ
+fIA at jkYna^^jHCCxlsRibbT~w{XuUTMcCH`qoDcIZcAx_lhPQtKsBx_NVSgHqt|wIPHNk\SCHPIjVXpWK at x_OYa`{`lwoLBVgTR
+fIC at ukYfaFiaU@y|lsp_~~lmTvS[O\bcn\lSWKtz^j\ns at vmLp}HsJld\lnrHdtlsptTFGfzllSWrR|{qOKPlpY^kpCGSPlDkHsLBU
+fIA at jkS[bR`aU at GuAxzObUONMBH`nYNoiHuBxO[q]uCzR|GPsUeuADuCHPkAoJ at HUDH@{p|FBH
+fIC at PTll]qW^jSuQLgUeJ_bUMRL_HqU~U|JmS_WGKbwaRTSwDlVmghJls@[`DP{{j[SgsaU@]M
+fIA at OTlb^BaaU at wH~G at Nbxizgp}w_WZA at JwBxobuJyCAoCxoGwbzXPwCH`^wMCrs
+Yv|okSUaDiaU at yInsXQejHysqms`LqUa|Wvrl`TGKZt\nGlHkSi|@AvsLX`Dx^z
+Y~}qkiXxn@d_J at IBZh@o{O}C}A`w]~SWn_BDdJ``AlOHzGJc|_|G}[cqo at t^mdx}q at IsoeN~NpF}]B
+fIA at OTV_^||Tz~|G`jppdntV~w_gkhmlu^|w_EzFzRz^~G`}V|sTjN}GPDwm^]rv|wBPMnyEQCHpUpRRedvG`{K_XAlnwoGOCQJ
+fIC at PTVQ^dw|TQASLONAPVmtVnS[sccl at f^lS\KxE^{^ns at XR{{HnNmS[_lq`jMISLOeTFwoGQSlhFmymijvoSOH^WdFTQPlDEwHUy_
+fIA at jkifaGACk@PCCxItC\IbT~w{hELJOcCH`qwWj^[cAx_lXJYVPsBx_kyhrLzt|wIPXVpLSCHPlykhTGK at x_jvdzRBS@HPVrh]a^
+fIC at ukija@ICk@^CSLOEAPV at NkQldG\\cKRcSl at htGzog\ns at vmDd\JsJld\lq`_jtlsptTF_zxlLSWuRFrrntoSOC^WDaDSPlDkHwj}A
+fIA at OT\l]p|TzJ~G at EPiZl[MBH`KvL^nFuBxO[~ep at rR|GPsms[{wJ|woTa_T[JUHH at rPDqdG
+fIC at PT\b]hw|TQuQLgUezeVyrms`RqYeFgJmS_rxPdy at mklH^lQXJnJls@[``Lrmj{SgQ^rfOU
+fIA at jkcUa`~|TJwAxq}ctaxp}w_ZXwA^UwBxoGb~GqBoCxoGGKxd\wCH`^o_ICq
+Yv|okcYaBICk@^vQLgKez}}tqms`LqYUOZvrl`TGoWESn{lHFlQdvVvsL}__}X_
+fAB at kkIPxP@[`u at u}eLPtoA|B~_Hb~khH`}{{b@\~Su at wMpu\C`Cx~k\qo at t^m`dx}k at IKPHqAqOeF~]n
+Yv~UTvQ^cZACx_pHbuYJiAH`XLB{ZFaCH`zyPo^aAx_gvgxnRqBxo{XMcX]ICH at XP]oQjn|wOOXklSLI at x_a{Xe\knwOusce]
+fIC at ukIfaewTASLONAhjagVnS[V\tiHi^lS\KpgXQaQLBRwciSqRld`Sz|}KISLOeTf`gcnlSW\m~bsOIPlpR^\tGQPlD`hp^{[
+fIA at jkIjab~OCCxlkLogJkAH at aHI}Pm\|w_kWuWmYcAx_lxYUYUsBx_kEo~Ypt|wIPDZeQSCHPIVw}q]K at x_OqL|RVS at HPsU|NV~
+Yv|okIba~vd|lspz~WuLoTnS[]\tqwr\lSrtOxjPcQLIRwcRWsrldlSz|h^KSLOKkYwMcllSWWm~BwFKPlpY^lJuloS{TWOACF
+fIA at OT|b]J@@@@@uAxz_qu~DMBH`nqTXNDuBxO[vqfmeRlGPuC_`^XuCHPNIgEtNUHH at r``Cff
+Yv|JT|j]VH@@@kJnsXjZiuZyrms`RqQsxVuRl`MgxV[ImklH^le^}yJls@~hUtQUDlXna}tr]
+fIA at jkCYaEA@@@UwAxT|Z`F`p}w_{S~cnH}GPxcuyqdP|GP][Z{s`H|woz}y_@
+fIC at PT|n^fvAvQLgnZii at RNRL_VqQKuHvrl`qXGAG`QxSwTleasBvSL_ at WVz^
+fAB at kkq_xW@[`u at t}eZPD`kC}A`Rb}ghu_BDD]@bAl}@wC`ku\C`fGAPcUPKawex}Bvt{N~NpZyCHba
+Yv~UTNX^E`aU at b~|G`OW~S\{V~w_gSFIbQaCH`_VayI^aAx_gnQvjvN}GPadx at AUICH@XPcndcn|wOOTFdRWI at x_DXCKlynwOPpynFY
+fIC at ukqka}W^jSASLONADBjyVnS[sc{E[b^lS\K at dCs^ns at XRMhOqRldEl]~davlspTfxkmnlSW\mZ[@yvoSOmAwmPnnoS{zhtEzU
+fIA at jkqcaDaaU@w||G at SdkkYaT~w{pabKKcCH`qgnA{TcAx_lDG]NhL}G`TjTJfft|wlokMo at SCHPlQrvNBK@x_j^^d_blwoLFvFKr
+Yv|okqmayV^jFCSLO`~{CFVkIldpc{eop\lSrt[u{\ns at SRuS]srldlSbA\JKSLOnTfT\SSSlhhReTktoSOfAwmGvloS{TWKzbL
+fIA at OT|k]y_^j]uAx_ at rBFer}w_taAuMdJ}GpAznCLR|GPsKDTq}J|woTykHZxjww_W_K[
+fIC at ukCXbdW^jvJnsXOeN_HMRL_mNapdkJmS_rX}@u`RTSwDlC{dvJls@~LAeFUDlXK^\|n\
+fIA at jkCPav^^jHwAxqcQsY^OBH`@d~~m at wBxobK{xknP|GP]sgeEFwCHP`onkyb
+Yv|JT|a^QiaU@\vQLgKenXrhqms`iNa`IHvrl`qX]OVlQDSwyS|h{JvSL_ at sqg]
+fAB at kkQWxL@[`P`JBZLPHXC|B~_HbAjhp_BDD]P`All at w{o]Jc|_YxBb\JPKaR`XGBOvDH[qAqO at yCIbk
+Yv~UTnT^`|T_ACx_pX]cFtV~w_gcP`ak^|w_`qgsITaAx_g~tClnN}GPDK^}x~v|wBPswPNQCHpUlwpgHI at x_awz}yrnwOPxPud}
+Yv|okQcaCHCk at KASLOk~KKsIiQldL\hdrIaSl at FsOVaGaQLgMOfzeNmS[_lK\hQISLO at kYSrPQSlhcRci}RIPlpwA[ELMQPlD`hrcKk
+Yv~UTnR^AACk at PCCxIDGy_`T~w{PnkWw\|w_NxC[{CcAx_IkkLwoL}G`TrRxMyt|wIPL\H{l|woSAnFGBK at x_jADIlhlwoLvXlh_
+fIC at ukQeaGICk@^CSLOEAtT^dTNS[Z\hDTZcSl at hLpigTcQLIrpYJzLuS[cStcRRKSLOKkY}gkllSWWm\fNIKPlpY~dZoCSPlDkhrSTM
+fIA at OTBg]Z at Ck@`J~G`RTDnpr}w_QADmXKuBxO[rFhRWmCxoi{RruAuCHPkj|a_ijow_H`t}fE
+fIC at PTBo]cw|TQuQLgUe~uNEMRL_mNIgJ[uRl`MgVq{DmklH^lG|AkJls@[@ME_GUxlXfaKjIM
+fIA at OTBa^PACk at uH~G at NlIJNEOBH`ek\QZMwBxobGPeLLoCxoGcNvNHwCHP`wLhLm
+Yv|JTBi^LICk@^vQLgKe~ccbqms`iNI{}Jvrl`qXizGdQxSwTlGR~[vSLzrR^j
+Y~}TT^dGu@d_ot}e^PDHmC}A`RbClhX`}{{G at bAlXHD`yu\C`CxBd\NPKaR@[GBNvHPdN~Npz}]}
+Yv~pkacaB@@@@@ACx_UGPeRIiAH`XBJ~R`^|w_`QjbeZaAx_gAkXQyN}GPalwQN[ICH at XP[Zw at QCHpUbnoljvG`{oAj`gnwOukQDES
+fIC at ukamawq~lspTA\XxpVnS[sc_H^l^lS\sGuFs^ns at Xrxa\FqRldElgop]ISLO at kYMADQSlhFmh_QevoSOH~\NMknoS{zhvwL`
+Yv~UT^Z^y~j||G at vGHYoJkAH@a`Vv^GcCH`q{@suDcAx_IKqxTGsBx_NbfWH at KCH@vocGnql|woSq\LdVK at x_O^l at rWS@HPsQ\{Q
+fIC at ukaiaAI@@@[CSLOEA\hfUkQldbc_hyYcSl at hLxjP\ns at SrxAWJsJld\lgouDKSLOnTfjGRSSlhhRWPlxtoSOfAcIdYSPlDNWIH^e
+Yv~UTbo]dZuAx_m`peBMBH`n^lO|LuBxO[|RF^~R|GPsWNnL~J|woTmuKkyjow_momiaZ
+fIC at uk]^bCH@@@NuQLgpZnEOAMRL_mNE}VOuRl`hXv{qrRTSwaS at FxGuSLA at iS]hjGSg|a[W^T
+fIA at jk]VaQA@@@pH~G at NLufBLOBH`esOYppH}GP]Hcso[oCxobb at sp{H|wo_xhET
+fIC at uk]ZaVI@@@~InsXQeQnfBNRL_sNEm[{IMS_NgIL]vQDSw\lU[NvSL_ at i{Bn
+Y~|{karfEW\uAUbbwRSUKZwkwWj^
+fiA at mka|alzGm]T`UUUN@@@@@
+fiA at HT^K^jzGm]TdUUUy
+Y~}qkaXx_@[`u at u}eLP|OoC}A`Rbchg_BDDx`\~Sk at wGhDJc|_|GA\cRPKaw`dx}NvxOBqAqOez}w]w
+Yv~pka`ar_^j]ACx_pdtorHiAH`XbU_is^|w_E~|lKw^~G`}Q^n^EqBxo^}UtDlv|wgox\MPQCHppUTJYI at x_D@zHACQ at HpoSXonK
+fIC at PT^Q^UhaU at IASLOk~]_WqVnS[sS`R\j^lS\sKOZt^ns at XrtvkrNmS[zS at rwSISLO@kYYCnnlSW\MoQ{OIPlpR~raEYQPlDEWvwNC
+fIA at OT^Y^l^^jm||G at vg`[WwT~w^EoC at cCH`qkSATa\~G`Ssb at OSsBx_kC^J|DKCH at voC@thl|wovV``lFK at x_jqnN`TS at HPs~IliM
+fIC at PT^U^kV^jc|lspz~]EcTNS[Zl_Mu]cSl at hLtHHg\ns at vMKI^QsrldlS at rjWKSLOKkYIFKSSlhMMoQDttoSOfAM~\PSPlDNWvwta
+Yv~UTRl]p_^j]uAx_mpDrFVMBH`KqvFsrJ}GpdKsj]UmCxoioYYixJ|woTCydlIUXH`cOYoBE
+fIC at PTRb]MhaU at lJnsXjZVoLJMRL_mNMiNDuRl`hXRRgSmklH{cGSrJls@~apndjGSg|ag~Rw
+Yv~pkmUa`^^jmH~G at kKlIClp}w_SUuPSwBxoG`YB@`P|GP]Ma_qnH|woz[EUm~
+Yv|okmYagV^jcInsXtZV[[CNRL_sNMqGvIMS_NgmczKn{lHccGOsoIls at E@~`hT
+fAB at kkAPxa@d_J`IBZSPLxjC}A`RbCfh[`}{[u_\~SJpOhQJc|_YxBf\to at t^mogx}v at IwZqAqO at E@Abr
+Yv~pkAnaH at Ck@EACx_UkiVaBiAH`Xr`NTa^|w_`~LjIUaAx_gIxkQTqBxo{RCDVCICH@}oH[BZQCHppyNROtvGPE_\NyDQ at Hpo]usC`
+Yv|JT~Y^kw|TQASLONArOx`VnS[VlwAxAaSl at FsclVj^ns@}MCeA}NmS[zcWI{|vlspZkYaXknlSW\Mkx\TIPlpwAyfF|noS{_WrSTc
+Yv~UT~U^l~|TJCCxlgDhWkAH`vrUFy\|w_NtvcdJcAx_Ic_gKwL}G`qSZq~OKCH at vo]dFUSCHPIE}CI{tG`UVGXq^S at HPsNgN~}
+Yv|okAbaOICk@^CSLOEArwf|TnS[xSHAl\lSWscL|\ns at Sr|Zt^sJldycWIJAKSLOnTfabpllSWrrTgnUKPlp|AyV|TSplDIWrcWg
+Yv~UTrb]J at Ck@EuAx_Hw]Fgqr}w_QiHu]NuBxO[xXWZxR|GpA||MlJ|woqLnibKUPH`RH~yut
+Yv|okMUbiw|TQuQLgUey]mQMRL_Hq|IYvJmS_Wg{bkyRTSwaccy^AuSLA at FX^[UXlXD^pwwE
+fIA at OTrf^z~|ToH~G at kkXi{wp}w_Z\y\ZIwBxOP_VU}SoCxobjwBDwH|wo_tEji
+Yv|JTrn^fv|TDvQLgnZFTOdqms`iNCfk}IMS_Ng{ZHSn{lHF\\vIWvSLzyK_m
+Y~}TTAaGt@d_o at t}e@oK at W|B~_m]@TWD`}{{b at _~SOpwwu\C`Cx~k\qo at t^m at fx}|@IOPSqAqO at E~GbR
+fIA at jk~fafZACx_pte|pdV~w_BJzGx]aCH`_QFHf`^~G`XV\cfHqBxo^Ukqd{v|wBPoAnwn|wOjqgNufvGP`pWLAIQ at HpouBu|L
+fIC at PTAU^{wq~lspTAZ{ltVnS[sSxm^m^lS\sm^ISaQLBrrbtHqRldE\tTlcvlspTfIACQSlhFMMuETIPlpwAQJjgnoS{zhKzXe
+Yv~UTA]^g~OCCxlWOVZeT~w_I`}MlQcCH`TLU at ft\~G`v|r\HwL}G`qK\sVqt|wIPrMHLSCHPlJ~^AltG`pYSz[OS at HPVicrCF
+fIC at PTAS^ZI@@@~|lsp_AZ[^qTnS[xSx]iMcSl at Msm^TWcQLIrrB{^srldlcKklgtlsptTfY{xllSWrrrj at ZKPlp|AQjLQSPlDNWtEu~
+Yv~pkuUbY@@@@eJ~G`RWi`b}r}w_QYmOOLuBxO[p`DKEmCxO~pWg{qJ|woT[ne~PU at H`ThYdiY
+fIC at ukuYb{wqJnsXOeUVCGMRL_mNKbrIuRl`hhdV[mklH{cU|hIuSLA at bBARUXlXD^`zb~
+Yv~pkuQaLA@@@UwAxTT at j_SOBH`@|gXfZwBxOuHCwCToCxobFF^UsH|wo_lWyBr
+Yv|oku_aTI@@@~InsXQeUahKNRL_sNK|]IMS_NW at WknQDSwycULp^vSLz]UO_
+fAB at kk^Wx@d_o at u}ei at oK@rC}A`wmCTW]`}{{G`AlUpwW|u\C`Cx}c\WPKq^ZGBy at IOHNqAqOez|]}
+Yv~pk^kaI`aU at b~|G`OsDX{aV~w_Bj]rbh^|w_`NpqjRaAx_gyVymCqBxo^Ev\ukv|wgo at di{n|wOjAZYzII at xozXPkWxnwOPFTN_S
+fIC at uk^caUhaU at IASLOk~YluLiQldLlkHoe^lS\se}sc^ns@}MEKD{NmS[zc}XusvlspZkYjWBQSlhFMIB`fvoSOH~QCMynoS{_Wp~Uw
+Yv~pk^mah^^jm||G at vwgm@{T~w_loLosNcCH`qSxcUOcAx_I}VeAsBx_NdGOeRKCH at SPjAWul|woS]bRvUK at x_OzqdQSS@HPszqO\k
+Yv|JTaZ^KiaU at y|lsp_AfcIRkqldeSTOtAcSl at Mse}Fa\ns at vMEKNBsJld\\Bg{TKSLOKkYrqGSSlhMMI|fFKPlpY~Q}[USPlDNWp~Nd
+Yv~UTJg]N`aU at bJ~G`RgvYk at MBH`nzES[XuBxwQ_wZ}PmSxOxxhPYSuCHPNgF[yzjow_mgrZNI
+fIC at PTJo]RhaU at IuQLgpZRgXxrms`RqxG[[uRl`MWTvzFmklH^\ndL at uSLA at TViCUXlXaQ`lBy
+Yv~pku^a^aaU at RwAxTdx|eZOBH`@bToUH}GpoxOQ]FoCxoGiTrnH|wo_BLlWN
+fIC at PTJi^XiaU@\vQLgKeml\wqms`LqxWVoIMS_khkAz^n{lHF\nLb{Ils@`kAkE
+fAB at NTQdGc@d_J_IBZr at oKXJ|B~_HbihA`}{{b`]~SXp{{BJc|_|GBVcko at tNa`fx}GVGN~NpZE}Cbs
+Yv~pkncaq|Tz~|G`j\XqQViAH`}EwRPd^|w_`V~LEt^~G`}eH at qZqBxo{fh}CICH@}OoK|EQCHpUqLB`RI at xo_{KA~onwOuIVVwq
+Yv|oknmaiw|TQASLONANmvbVnS[Vlc{fYaSl at cLf_gHaQLgMIgN_qRld`cezYTISLO at kYBzRQSlhcrItiTIPlpwAFT|\QPlDEgwZvb
+Yv~UTQZ^JACk at PCCxIpd at hT~w_lOdELMcCH`qCgI_KcAx_I]DQb`L}G`TD at MCtt|wIPzjRpl|woScPpnxtG`UjGUcHS at HPVuXsYR
+fIC at ukniarv|Ta|lspz~qrJeTNS[Zlc[\h\lSWsY at u^cQLIrvX|MsRldN\ZE_GKSLOnTfcNSSlhMMvsKytoSOfAFtxploS{TgwZlW
+fIA at jkUPbj|T_uAx_mxm[Jvr}w_QU at NeIuBxwthTvkgR|GpdT|Ta~J|woTOJPdnjw_kGL{Oi
+Yv|JTja]MHCk at KuQLgpZBL[OMRL_mNwOrJmS_WWJ at tmRTSwD\IaQPuSLdOvRwjgSg^nO\lx
+Yv~pkUVaEACk at PwAxTD\xlrp}w_ZRNKFMwBxOPK{kwOoCxoGQmXL[wCHPERnsJW
+fIC at ukUZagv|TDvQLgnZBXaoqms`iNwwvvIMS_NWJHNvQDSw\\IIiUvSLzOZu`
+Y~}TTqlG]@[`u_v}el at o{g{C}A`w]|UWc_BDxM`cAlu at O|WLJc|_|G~]cjo at tvN`ZGBFVOXYqAqO at EAIbx
+Yv~pkNmaK@@@@@ACx_UCUCkkV~w_BFvxTi^|w_`FWGZi^~G`XjRiSvN}GPaNfVSqv|wBpH~i`n|wOOY}hYivGP`TJTh\Q at HpJ~@MXd
+Yv|JTqZ^hwTASLONA~EieVnS[Vl]egZaSl at cLnma{^ns at Xr~`BwNmS[zcqE~qvlspZkYT{inlSW\MrFkMIPlpR~MWktnoS{_gslBU
+fIA at jkNiaPA@@@p||G at SPtMlUkAH`vwXr]FcCH`q}uVd\~G`vrdYHcL}G`TXDNZCKCH at voY{Q~l|woSsSskstG`UJ\tBslwoiR\nf}
+Yv|okNaaLI@@@[CSLOEA~yk at kqld@l]E]NcSl at MsQRpp\ns at Sr~@o^sjld~cqyGPKSLOKkYDaESSlhMMrFbztoSOfArX`@SPlDkXLSoN
+fIA at OTZa]iZuAx_mD{zxTMBH`KueUIWuBxwQ[}C|vR|GpASYmc`J|woq at CKmcjww_ZDgqrd
+Yv|JTZi]uwqJnsXOeS~acrms`wNS}PuRl`MWni`dRTSwD\ugk~Jls`LO]oqjGSgYnge{o
+Yv~UTZe^YA@@@pH~G at NxJwWIOBH`eMbZxXwBxOu\rSvfP|GP]A|ghFwCHP`uBeTS
+fIC at ukeRa_I@@@~InsXQeSi[sqms`Lq@\SjIMS_khQZMxQDSw\\uOGHvSL_m at pLv`
+Y~}TTqcGO@[@b_v}eIPHXC|B~_HbCfh~_BDD]`aAl|@OrWqu\C`CxAb\UPKIq_gx}UVGHIqAqOez}y]J
+fIA at OTq[^G`aU at b~|G`O}NpaQiAH`}Y\aAYaCH`_EefhZaAx_gMZK_xN}GPa^scpCICH@}Og\~nn|wOOUbg{mvGP`LN[TpnwOPQvcEb
+Yv|JTqW^eW^jv~lspTAQqsPiQldiSJqQ~^lSyLaNPs^ns at XrQO@OqRldE\QXezvlspZkYhvIQSlhFMToRRIPlpwA\@@pnoS{_guHxN
+fIA at OTq_^y^^jHCCxl_cEOYkAH`vWp at CTcCH`TbQ]ne\~G`SuIBMqL}G`qw}K_[KCH at SPVWLVSCHPI[qqlftG`pmNjVSS at HPs|q}qx
+Yv|okNna^iaU@\CSLOEAQqp^kQldbSJIMo\lSWs^qQQcQLIrQwmFsJld\\Qx\EKSLOnTfOgbllSWWMTOCktoSOC~cx~loS{TgupGF
+fIA at OTzh]]`aU at GuAx_HkHhfr}w_tRmdqqJ}GHKSeWIOmKxOO}NiWwJ|wOfok]NMUHH`@dwlC
+fIC at PTzd]ZhaU at IuQLgpZTsOSMRL_HQOzqoJmS_rhF[PrRtSwfcLm[nJls`i at TXM|jgSg^n{hil
+Yv~UTzl^m^^jmH~G at kgIR^SOBH`@j at nSRwBxOub~NLmP|GP]nSu{jH|wozEx{h
+Yv|JTzb^uV^jFvQLgnZTmy^NRL_VQOfXQvrl`TWy\||QDSw\\sjlsIls`RkoWQ
+fAB at kkvTxy@d]@IBZMPH`lC}A`RbClhX`}{{G at cAlNpE at TJc|_YxAd\QPKiC@[GBk at it_RqAqO@E at Jb^
+fIA at jkvhaj|T_ACx_pbSuUhV~w_Bvxs]t^|w_EUlyzJaAx_Bb]sCqBxo^^c{RUICH at Xpd`lSQCHppRtrL^I at xo_cVN`xnwOPi[k^X
+fIC at ukv`aSHCk at n~lspq~VAg`VnS[VlE|xNaSl at FsVkIBaQLgMfdtyNmS[zcFTdqvlspZkY at hLQSlhFMPasCIPlpR~{hL_QPlDEgQwHW
+fIA at jkvnaKACk@PCCxI at b@VUkAH`vG}zTcCH`TRCKie\~G`SURXj{L}G`qoExVUKCH at SPNUTFSCHPlXu]^MK at x_j}X{NWS at HPsLgPo]
+fIC at ukvfarv|Ta|lspz~Vae~TnS[xSzSpg\lSWsVkDo\ns at vMfd^WsrldlcFdEJKSLOnTVP\ISSlhMMPaJJKPlpY~{HrtloS{TgQWKJ
+fIA at OTFd]R at Ck@`J~G`RKkVODMBH`nbH@@kJ}GHnbvoDqR|GpAMRnimJ|wOChhJcYUHH`eKgCLa
+Yv|JTFl]NHCk at KuQLgpZDxBTMRL_HQGaOSuRl`MWC]oMmklH^\WUAnJls`i at BOBYUXlXDnKaN]
+fIA at jky]aBACk at PwAxThQv}]OBH`@ZR|g\wBxOuJuxApP|GPxIUa]DwCHP`YmEW]
+fIC at ukyUa{v|TaInsXtZD at weqms`inxNa_vrl`TWCs|Dn{lHcchR^uIls`R}DFV
+fAB at kkVXx\@[@G`JBZi at owlC}A`RbAlht_BDD]`cAlPpIpHJc|_|G~]cjo at tfgdx}q at i|wmN~Npz~y]U
+fIA at jkV`aq~|G`jr`NeSiAH`}qagx^|w_EucSiPaAx_g}e]MuN}GPaqEaSiv|wgOKclyn|wOj\Ea}ovGP`B]rVvnwOPeb{uV
+fIC at ukVnaiwTASLONAEVnRiQldiSV_TFaSl at FszxRSaQLBrUcuDqRldE\mixSISLO at kiWKCQSlhFuWXzbvoSOH~OT^jnoS{zXiloZ
+fIA at jkVfaPA@@@p||G`a at MzE@kAH`SDpANz\|w_Nr_GZCcAx_IEw at qL}G`qAVOEKCH at voayaol|wovpw`JEK at x_jCcV]PS at HPsT\zMn
+Yv|JTiU^hvACSLO`~zYRiTNS[Zli at u`\lSWszX[w\ns at SrUcFQsrldlcRVFotlsptTVx~\SSlhhJhWHztoSOfAp[vblWS{dXi\\E
+fIA at OTfl]I@@@@@uAx_HsumyEMBH`n|VGKsJ}GHKU^dLZmCxO[eDJIUuCHp|{U_jjow_HLLA{[
+fIC at ukY]bKH@@@NuQLgpZhVVGMRL_mntrYQuRl`MWWJ`DmKlHY|PP[VuSL_VE\rGUXlXaQ\PiQ
+fIA at jkYUaYA@@@pH~G at NHeXMjp}w_Ev{AwBxOPEdteBoCxoGFGBTRwCHPEvqs]S
+fIC at ukYYa^I@@@~InsXQeWugENRL_sntRpGvrl`qhhyuRn{lHF|PhGbIls`w at zmPA
+fAB at NTYnGQ@kSPIBZp at o[U|B~_m]~VWZ`}{{GPaAl_pADUJc|_YxAn\RPKyj_dx}JVCxIqAqOez~r]\
+fIA at jkfoaG`aU at b~|G`Ou}CwEiAH`XnKFA`^|w_`RUH{IaAx_B\MS}aN}GPDfoHBbv|wgOSirbn|wOOKW\CavGP`R{HT\Q at HpJMMG]\
+fIC at ukfga~W^jSASLONAuj{KiQldLlaKyv^lSyLMYg at aQLgMbrVFqRldE\sJVgvlspTVTFBQSlhFucU_}voSOm~_ClbnoS{zXmZwT
+fIA at jkfkay^^jHCCx_^_Z|luT~w_l[gBCcCH`qUsh_cAx_lFRbTfL}GPO_yB[pt|wIPAh~\SCHPI_kuXPK at x_OlI@O`lwoLGNRum
+Yv|JTY\^V^jFCSLO`~JUGzTnS[xS^La\cSl at hLMyj~\ns at Sr]MbfLuS[F\sJGhtlsptTVLuwllSWrJ\jnatoSOCA`\GXSPlDNgRESN
+fIA at OTfc][`aU at GuAx_HSaO^jr}w_tlcsAlJ}GHnfySXZmKxOjV`KfeJ|wOCTwRYQUPH`wSmbFo
+Yv|JTfk]GhaU at lJnsXjZPmvcrms`wn|dh at uRl`hHOX[dRTSwD|dvLEuSL_s@^y`BUxlXfQBYnU
+fIA at jkYXaTaaU@RwAxTp}]mvp}w_ZFk]wkH}GpJIonQNoCxoGZvPXLwCHP`QTcm@
+fIC at PTfo^wV^jFvQLgnZPyxgqms`in|xA~IMS_Nwpon[n{lHF|d^|QvSL_HanEb
+Y~|{kFfMW\uAUbbwRSUKZwkwWj^
+fiA at mkFwaEExRbN`UUUkZ
+fiA at mkF{agzGm]TdUUUy
+Y~}qkFSxv@d]_HBZAPt{rC}A`w]BYW@`}{{bP\~SHp~k_Jc|_Yxn\SPKE__ZGBBVs{hN~NpZCr]y
+Yv~pkFmaz|Tz~|G`jj~PAjV~w_B~TEkSaCH`_]W`fc^~G`Xlpry_qBxo{EnZrCICH@}OCV}yn|wOjxq`FTI at xo_u@TbYQ at HpJCxG{A
+fIC at PTyZ^|w|Tt~lspTA]bJyVnS[sSaFINaSl at Fs|u at n^ns@}MlFAjNmS[_\gp]OISLOeTV|QpnlSWyJZCFSIPlpw~gU{rnoS{_gTAxl
+Yv~UTyV^^ACk at u||G`aPyT}`T~w_ITdOQh\|w_keiXXKcAx_IYvQl|L}GPjpbps}t|wIPacn^SCHp{_fE_{tG`UtgvdlwoLwXOVQ
+fIC at ukFaaXICk@{|lsp_A]BqnTnS[]l^Yj at cSl@Ms|Uq at cQLlMlFsYsJldycXwsLKSLOnTVbKDSSlhMue|LKKPlpYAXJ|TSPlDNgT~[H
+fIA at OTVa]`|T_uAx_m\yGpxr}w_Qs{BJtJ}GHKQRbNHmSxO]QKpddJ|wOCl[lEUHH`@\Fgoz
+Yv|okiVbfw|TQuQLgUeuTMRL_HQm`AEuRl`hHSaMImklH^|BsAjJls`i at iNbHUXlXaQrTr{
+Yv~pkiZaJACk at PwAxTP[Jhup}w_ZVxNilH}GpJac]qzP|GPxMPtiTwCHPEAXydV
+fIC at ukiRaVICk@{InsXQU at h_YNRL_VQmphYvrl`TwlQe|QDSw\|B[icIls`w at izyo
+Y~}TTEbG|@T at IIBZIPxw~C}A`w]B\WQ`}{{GaAlCp~Owu\C`Cxm\FPKEz at gx}OV}w{N~NpZeB at bo
+Yv~UTEZ^Q@@@@e~|G`OeRdBvV~w_g~~x[^|w_EC^hM_aAx_gKYt}YqBxo{U{c|iv|wgO]bbBQCHpUw]hOI at xozzDy[{nwOPsQG^L
+fIC at PTEV^swq~lspTAcLs_iQldiSIiMFaSl at FstO_z^ns at Xr[QVHqRldE\_sPGISLOeTVJeZQSlhcJ~t}IIPlpRAtV~lnoS{zXoEsi
+Yv~UTE^^o~OCCx_^OvVumT~w_ItldrDcCH`qEzxCi\~G`SidjVTsBxophdFSft|wloNqVHSCHp^HzPU^K at x_OT\[y\S at HPsP\VJY
+fIC at ukzoaHI@@@[CSLOEAcLPcTnS[]lvfly\lSrLKpnf\ns at vMdnGCsRldN\_saztlspQkiehjllSWWuAs{itoSOCAtfY at SplDlXoeH[
+fIA at jkIVbaZuAx_m|c}cvr}w_QkARO[uBxwQ^LJhfR|GpdAZHCvJ|wOf}\GEXUHH`eCAO[F
+fIC at PTve]|wqJnsXOUPMG at MRL_mnZsGVuRl`Mwzp~dRTSwD|FtS]uSL_Vr]QWUxlXCnUbV
+fIA at jkIRat~jH~G at k_pd`KOBH`eIY[mzH}GpoaV`DzP|GPx]~FKaH|woznE`i[
+fIC at ukI\alvAvQLgnjoLsrqms`LQel]Qvrl`Twzx{aQDSwyCychwIls`RrsLX
+fAB at kkzTxp@T at I`IBZSPHxT|B~_m]~UWj_BDDx_^~Sf at OyOeu\C`fG|Sc^PKE_`ZGBc at irwuN~NpZeCIbJ
+fIA at OTEW^y_^j]ACx_pzOMTAiAH`Xa{XHUaCH`_SPxIa^~G`XdCJXMqBxo^Rmsx^ICH at Xpr[cGQCHpUQNwfvGP`fbvpvnwOP[o{Ps
+Yv|okz`aW^jSASLONAKDJYiQldiSyScz^lSyL{Co^aQLBrWnFUqRld`CwnYGISLOeTVfm_QSlhcJyyHavoSOHAB~WVQPlDEGW\RW
+fIA at jkznaBaaU@w||G`aHQ at saT~w_ILBJHcCH`qydtbf\~G`Sq{xQsBxopx`]Jmt|wloVgVbl|wODxxmSAK at x_j{v}yBS at HpdqcGk
+Yv|JTEY^DiaU at y|lsp_AKxITnS[xSysgVcSl at hL{cFHcQLlMhQOCsrldI|HQ[NKSLOnTVvoKSSlhMuFFQ^KPlp|~}A_CSPlDkxhcWo
+Yv~UTNd]F`aU at bJ~G`R}HJOxr}w_Q{drO\uBxwQVXj^lR|GpdqALQBuCHpYru_^cjgw_y}V[p|
+Yv|okqSbeW^jvJnsXOUhV|drms`wnVetrJmS_WwAE]lRTSwD|~IXPuSL_VLgNsjGSgYny]f^
+fIA at jkq]as^^jHwAxq_OEWop}w_qjtbMwBxOPvV\L}P|GPxCOi\wCHPEIerOb
+Yv|JTNj^uV^jFvQLgnjW~nSNRL_VQiFVrIMS_NwAmxHn{lHcCAFcZvSL_HL_X~
+Y~}qkZXxp@d]oKBZ}@oOdA|B~_Hb}fh_BDxhP\~SHpvkCJc|_|G at YcUPKem`gx}QVu[^qAqO at U|Eb\
+fIA at jkZ`ax|Tz~|G`jftQURiAH`}NSmlf^|w_`LfGgMaAx_BDXsZOqBxo^BrZWdv|wgOUPYbn|ww`OWK_lvGP`vV|hIQ at HpohytbW
+fIC at ukZna`w|TQASLONA{pGAiQldLlj at Lv^lSyLw^Kk^ns@}M`yeSqRld`Ck]\kvlspTV^mlnlSW\u|oEQIPlpw~UVe at QPlD`xlWIi
+Yv~UTeY^f~|TJCCx_^WAQ[gT~w_Ilr~]\cCH`TVH}zp\~G`vnvhGHsBxoU{hwuft|wlofBA\SCHp{[xyyGK at x_jgXZ~HS at HpdOgTT\
+fIC at ukZja^ICk@{|lsp_A{pDOkQldGlJPn\lSWsHAcz\ns at Sr_F`kLuS[F|TRLLKSLOnTVAoOSSlhMu|o\OKPlpYAjInHSPlDkxlW}h
+Yv~UTnl]]@Ck@`J~G`RmWZLgr}w_txlMaPuBxwQZ at jimR|GpdYUrJuCHpYZYsFtjgw_\bul]O
+fIC at PTnb]`w|TQuQLgUUDxmnrms`wn^^NGuRl`hHjc_qRTSwaCfpydJls`i at gwIyjGSgYniTGZ
+fIA at jkQUah~|TJwAxq[tATOBH`@nO~`H}Gpoycq^eP|GP]LYlhoH|wozfhF|j
+Yv|JTnf^PICk@{InsXQUD\`KNRL_sn^NkPvRl`SwURvMn[lHdCf@^mIls`w at g[wU
+fAB at kkjPxm@dxov}ej at o[pC}A`w]~VW_BDxho]~S@OuGVJc|_YxCa\lo at tjI`[GBPVEdJqAqOej}r][
+fIA at jkjnaaZACx_pVVVq|V~w_gvNQ|v^|w_EkTH at l^~G`XXnbyqN}GPaSxXBTICH at XpFPFyn|wwEXyGtvGPEQNwy at Q@HpoPL\wO
+fIC at PTUY^BH@@@NASLOk~X at AjVnS[Vlbs\q^lSyLLIQaQLBJPrzQqRld`C}_K[ISLO at kiNj}nlSWyJGnehvoSOHAVUkGQPlD`xZpzt
+Yv~pkjjaz~j||G`DgqhvcT~w_I\ZeXe\|w_kImF`z\~G`v^mJQTsBxopTSvP^KCH at SPEzXbl|wODLePlUK at x_Oh|`U^S at HpAhcN~M
+fIC at PTU]^|vd|lspz~X`BwTnS[xS]lOd\lSWs at s`u\ns at SJPrPLuS[cC}_nUKSLOKkiVXnllSWWuxavtoSOf~iZHPSPlDNGeO^X
+fIA at jka]b{J~G`wr|MfGMBH`nhI]s\uBxwQbWJXjR|GpdeKvAuJ|wOfY^Vjyjww_m\cCz
+Yv|okaUbgwTuQLgUUTkJgrms`wnQryoJmS_rHLLycRTSwD|]JeNuSL_s`@C^NUTlXhQnFaU
+fIA at jkaYan~OwAx_CB\Wnp}w_AcGhoH}GpJjPeyVoCxobk[G at wCHP`ZKX^V
+fIC at ukaQaWI@@@~InsXQUTwekqms`inQR`bIMS_kHLDlOn{lHcCbET}Ils`R_JDq
+Y~}qkJ_x]@[@G`JBZi at oW^|B~_m]~SWK`}{GW``Alj at O}_ru\C`CxCl\DPKUS`YGBYVEpyN~NpZUAFbr
+Yv~pkJgap_^j]ACx_pverF^iAH`}VXFjv^|w_E[m_CUaAx_gwLBnBqBxo^t^Nptv|wBpVXhrn|wwETTIK}vGPEAJheIQ at HH@`\M]}
+Yv|okJkawW^jSASLONAOwdJiQldLl\YrTaSl at clPW|i^ns@}ugcYvNmS[zCU|fQISLO at kizNanlSW\UxxTIPlpw~A|UPQPlDEGas[t
+Yv~pkJcaNaaU at w||G`axVFmNkAH`S|fcU\|w_NNA^WXcAx_l~qNOsBxoUsjlk{t|wIPeo]tl|wOaCYJZctG`pOvY}alwO~{qoZz
+Yv|okJmaViaU@\CSLOEAOWfTkQldbScV{HcSl at MSohZHcQLlugcOmLuS[F|jCobtlsptTVUSxllSWrj at gBatoSOCA~}v_SPlDNGaseL
+fIA at OT^k]R`aU at GuAx_HuYluvr}w_QOHlibJ}GHnSt]JxR|GpAr`nJ]uCHp|qqUX{jww_MDsfD
+fIC at PT^g]UhaU at IuQLgpjSNwrms`RQf{|MuRl`hHPy\yRTSwaCTrpaJls`i`xiJ]UdlXiQ~wW_
+fIA at jkaPa]aaU at RwAx_f`ef|p}w_ZA~}C]wBxOu]dT`tP|GPxGJLiyH|wo_undmt
+Yv|oka^a`V^jcInsXtjSZy{qms`LQfGKjIMS_kHPQk\n{lHF|kCxlIls`w`xACe
+Y~}TTMhGN@[@b`t}eD`g}C}A`w]B^WN`}{GW_aAl]p|Gyu\C`CD|i\}o at tJ^_ZGBBVuWUqAqO at u|Gbx
+Yv~pkrkaG at Ck@EACx_UqxSgIiAH`Xy|C^o^|w_`x]Di at aAx_BpTLOzN}GPa[O`_KICH@}Oq{rjn|ww`SR]oevGP`aKcPEQ at HH@Heyuy
+Yv|okrca~w|Tt~lspTA[kVnS[sSKYim^lS\SgFtc^ns@}uk[qoNmS[_|vAp^ISLO at kiRimnlSW\U[uGxvoSOm~vTDSQPlDEGfuX|
+Yv~pkrmaf~|TJCCx_^{EDnrT~w_l}qXUb\|w_kQbuck\~G`S^]l\`L}GPOcN[vyt|wIPuqAtl|wOamkuBgtG`p_X|]NS at HpdKgzco
+Yv|JTMZ^EICk@^CSLOEA[HCkQldGltFb at cSl@MSgzCDcQLluk[gtLMS[vCI~yHKSLOnTV}EllLSWPU[uQFKPlpYAIKoLSPlDkxYjhp
+Yv~pkAXbH at Ck@EuAx_HUNHnwr}w_QomDeQuBxwQd]\rxR|GpA|{ZumJ|wOC~zHLjgw_\JoDZz
+Yv|okAPbqw|TtJnsXOUBBwFMRL_mneokfJmS_rpg`S]mklH{CPWSgJls`i`\VX^UDlXnQQ~Ln
+Yv~UT~a^XACk at uH~G`|Pqpo}p}w_ZacZiLwBxOP\u`YCoCxoGh\ytgH|wozRbyiK
+fIC at PT~i^DICk@^vQLgKUBz|ONRL_sneObBvrl`qpGoVtQDSw\|oDFGvsL_j`\jIy
+Y~}qkR[xq@d]@JBZw at _pK|B~_HbA`hs_BDD]cAlJptoFJc|_|{CPcco at trT@ZGBXVE`PqAqO at uBLbU
+fIA at jkRcay~|G`j^xxxV~w_gzVDHTaCH`_gkmUp^~G`}_~ZzlN}GPDXe~\jv|wgOa[TZQCHH_b|O~RI at xo_NPzlanwwZDHacF
+fIC at PTmR^{wq~lspTaPSq|VnS[sS{sVGaSl at FSkUu@aQLgucw^}NmS[zC^C^mvlspTVSlGQSlhFU]Bu[IPlpw~ZHqdnoS{zx]nEi
+Yv~UTmZ^g~OCCx_^[UEusT~w_l]A at HYcCH`T^OxyFcAx_InvoZhL}GPO}I^VWKCH at SPmDDdl|wODJWoBhtG`pCg~qlwO[lclTX
+fIC at ukRia_I@@@~|lsp_aPcSIkqld at lDtvBcSl@MSkUBj\ns at vucwkLMS[vC^CtftlsptTVKvRSSlhhjb}evtoSOf~Zh^elOS{vx]nSW
+fIA at jk~PbfZuAx_mZ]Dzrr}w_QZPlJ}GHKhEdQyR|GpALmBJGuCHpYQbCPjww_eO_Mf
+Yv|JTAa]AH@@@NuQLgpjm`HNMRL_mnmSGcJmS_rp}NRkRTSwDBHn^^uSL_V_UclMUDlXKnVoEC
+fIA at OTAi^v~jH~G`YOq\Amp}w_NopChH}GpJt~LDHoCxoGPcvTXwCHPE}iLs
+Yv|ok~ZaNI@@@[vQLgKUrh|mqms`inmcJaIMS_kp}zO[n{lHFBHAEiIls`w`jTr_
+fAB at kkRRxg@dx_u}eV`GhK|B~_HbBbhV`}{{G``AlOpHpBJc|_|{]cCPKm|_gx}UVEHVqAqO at uAFbl
+Yv~UTmS^T`aU at GACx_UAeweSiAH`}ZHPjTaCH`_wfars^~GPf at DWEyN}GPawc at N[ICH at XpAdBUQCHH_JSYWKI@xozYXaClnwwZt~VZ}
+Yv|okRdawW^jSASLONah]jGiQldLlHs[aSl at cl\P]z^ns at XJbyZqRld`Cf at _KISLOeTV[OgnlSW\UikACIPlpRA}`HlnoS{zx[YrS
+fIA at jkRhaUaaU@RCCx_{TRGlXkAH`vmNWCAcCH`q~[x at EcAx_INdM]aL}GPOmMh]ft|wlobJILSCHp^zuIohtGPk`vIlNS at Hpd}I|XR
+fIC at ukR`alV^jc|lspz^WRvkTnS[]lH_UHcSl at MScO{HcQLlu]@]SsrldlCf at eitlsptTVgT\SSlhhjVTSFKPlpYA}@dcloS{qx[YV{
+Yv~pk^_bV`aU at GuAx_HExY_qr}woJ at _gWUuBxwQ`QprwR|GpAdqdgPuCHp|VsY][UDH`lE{Dc@
+fIC at PTah]PhaU at IuQLgpjURwPMRL_HQ\FdKuRl`hpi[CRmklH{}KTr_uSL_V_qOYdjkSgrQyiZT
+fIA at jk^[af^^jmH~G`YwenSOBH`@IJAnxH}Gpo{MU~SoCxobuCw[wCHPESB}OM
+fIC at PTal^EiaU at yInsXQUjszxqms`LQ\fmJvrl`qpiSV~QDSw\BtGgIls`R_I`pP
+fAB at kkb\x~@d]HBZz at _@PvC}A`w]BRWl_BDDx`^~SGppweu\C`f{C\cdo at tb}@ex}c at iJpRqAqO@M~Gb\
+fIA at jkbdaS@Ck@`~|G`O~V_jCiAH`XuRPBZaCH`_OoRUe^~GPC_lAi[qBxo{_tAMnv|wgOnGIsn|wwEFjB{}vGPEzCIQEQ at HH@\WRV]
+fIC at ukbhaTHCk@n~lspq^{j[IiQldLl`sHKaSl at FS]|Or^ns at XJjWCFqRldE|M]IfvlspTVwexnlSWyjQiejvoSOHAKXmanoS{zx_]ot
+Yv~pkb`aHACk at PCCx_{tBf{dT~w_IrYdUq\|w_NazEif\~G`SV{vMhL}GPOusMIet|wlo|SBl|wOaiqsmxtGPNOgC~jlwO~MguKb
+Yv|JT]Q^JICk@^CSLOEaDeFCkQldGl`coQcSl at hlbCnb\ns at vuUhy`LuS[F|M]WltlsptTVo[ESSlhMUnVhCKPlpYAKhsDSPlDkx_}P\
+fIA at jknWbK@Ck at EuAx_HYoRocr}woooF|cSuBxWcPIHpwRtGppgYObtJ|wOfzGe}jww_ycjhy
+Yv|okn[biw|TQuQLgUUFvJ|rms`RQTqloJmS_rpNbTSmklH{}MSPzJls`L_nDh at UdlXLnj{U`
+Yv~UTQl^a~|TJwAx_CW}U{cp}w_VfOVqH}GpoWGa^oCxOPo{pToH|wozt^X_Q
+fIC at ukn]aFICk@^vQLgKUFaEKNRL_snkv\fIMS_kpNL[]n{lHFBrbT|Ils`R_nLak
+Y~|{kBtfYW\udj]]HHSUKZRTHhUD
+fiA at HT}G^uzGm]q_jjjT@@@@e
+YV~RT}O^LExRbNdUUU\@@@@e
+Y~}TT}aGY@[@G`HBZE`OpoC}A`RbBlhN`}{{b^~Sx at oxsu\C`CDBb\PPK}p_gx}UVIHtN~NpZMCFbm
+Yv~UT}Y^t~|G`jasK]iAH`}rzWBa^|w_``^_`n^~GPCOqw^[qBxOIf_mCICH@}OvwaHQCHHzIDhMkvGP`UFjG at Q@HH at Rjdq|
+Yv|okBjaiwTASLONatiLiQldLL_YFTaSl at cljnrJaQLguYTxBqRldE|S^X_ISLO at kImnnlSW\UJ\xvoSOm~XsYMQPlD`DX{iI
+fIA at OT}]^o~OCCx_^sSpkCkAH`SJelty\|w_NQiZYi\~G`SfiTV[sBxopZHMkft|wlo\Bssl|wOaQsLcgtGPkHCwzxlwO[jC[KK
+fIC at PT}S^wvd|lspz^KVcjTNS[ZL_i|YcSl at hljnMTcQLIJfka}LMS[vClaQltlsptTvP~TSslhoju`@MKPlpYAgt^KSPlDkDX{y`
+Yv~UTqj]lZuAx_mVlHR]MBHPPHBiRCuBxWFgjsI`R|GpdOc`sSuCHp|J_ViBUHH`@fJN`U
+fIC at ukNYbTH@@@kJnsXjjI[rPMRL_HQX]Z~JmS_WOmJnHmklH^BVYL]uSL_V_ZrEhjkSgrQMutb
+Yv~UTqn^y~jH~G`Ygkk|qp}w_ZY{i}_wBxOu_HVbcP|GpoHYDBSwCHPE[s at AU
+fIC at ukN_a^I@@@~InsXQUvB at UNRL_VQX}g[vrl`TOmF}hQDSwy}iZYdIls`w`eyOa
+Y~}TTChGk@dx_u}eV`GxbC}A`RbBjho_BDDx\~Sq at otOJJc|_|{Uc_PKCH`YGB|@ivW\qAqO at MCAbF
+fIA at OTCT^]`aU at GACx_UNo@g`V~w_Bm_xOTaCHPD at H]_IaAxoYWWjE|N}GpSOnaov|wgOfGwn|wwE~VqPOI at xozMabLPQ@HHeUB at BT
+fIC at uk|ca~W^jSASLONa\aGIiQldLLwf}~^lSylfTnh^ns@}uQ\O`NmS[_|GlU|vlspZkIwxBQSlhFULIxJIPlpRA_RX{noS{_{CKN
+fIA at OTCR^|^^jHCCx_^SKAUwT~w_lUrC|x\|w_NqsPsd\~G`SFRGIJsBxoUEPgrot|wloLC^ESCHp^~ofYltGPkXvywzlwO[FvF]i
+Yv|JTCZ^`V^jc|lspz^c^GhTnS[]LwFEg\lSWSYkdUcQLIJnCupLuS[cCxSPatlsptTvxhellSWWULqgUKPlp|~`]sXSPlDN{CkY
+fIA at jkNXb^`aU at GuAx_HIEA_vr}woJhgFw{J}GhyTCjqR|GpA at HGuXuCHp|Rp{Wcj{w_SVVTbK
+fIC at PTqo]}W^jSuQLgUUnGlJMRL_mnoX^XuRl`MO[WXEmklH^Ba_vxJls`L_|~Rdj{SgQnBS`[
+fIA at jkN^aTaaU at RwAx_fxHpXDOBH`ez[gl at wBxw`Br^GoCxOuxprexH|wo_gHXdk
+Yv|JTqi^RiaU@\vQLgKUn_APNRL_VQPwH^vrl`TO[_zCn{lHc}n_ZyIls`R_|qUb
+Y~}TTcdGN@[@b_v}eI`KxeC}A`RbBjho_BDDx_^~Sf at otWru\C`CDBf\no at tl^`YGBYVIX]qAqO at mBJbG
+fIA at OTc\^F at Ck@EACx_Uv]@tbV~w_B}JDQFaCHPa_zY]BaAxoYgB}`nN}GpvhvHYmv|wgOFhoan|ww`nPkhyvGPEbjStBQ at HH@fTKKo
+Yv|JTcR^{w|Tt~lspTabnkcVnS[VLGlT\aSl at clN{AMaQLgu^r}NqRldE|ooBGISLOeTvdvqnlSWyjw[oUIPlpw^OEdJQPlD`DzDm`
+Yv~UTcZ^BACk at PCCx_{\dpEBkAH`SZ}b`XcCH`Ti at MgKcAx_Iz@YDsL}GPjfka|ht|wlotbnwl|wOanR at mVK@xoT{gU~FS at HpdIWXtT
+fIC at uk\iazv|Ta|lspz^]QOOkqld at LGLPp\lSrlN{WVcQLIJauG~LuS[cCPPn_KSLOKkIKfESslhJUHDGatoSOCapZwzloS{T{E{JB
+fIA at OTIo]M at Ck@EuAx_Hq^Pfir}wooGnkV`J}Gh\cd^KDmCxwQOWsJ`J|wOCC[EdOUXH`cIATY{
+Yv|okv^bjw|TQuQLgUUAY[prms`RaHCkJmS_rPATyRTSwa}ZefYuSL_V_DuPujkSgWn\|fK
+fIA at OTIi^GACk at PwAx_fxo_N~p}w_ZeVYJXwBxwZwqS`cP|GpodA^w~H|wo_wjd]\
+fIC at ukvZaZICk@{InsXQUAmTANRL_s^@gMUvrl`To at IpQn{lHFBefGaIls`w`{BY
+Y~}qklSxl@dxow}e|@_tGZ|B~_m]QWB`}{{bo_~SSPCHcu\C`f{}Qcho at ttC`[GBPVIDZqAqO at mBNby
+Yv~pklma`ZACx_pia`gnV~w_BCUxaQaCHPDpL`@\aAxo|DFGq_qBxOIGTFJjv|wgOZleLQCHHzfA\bZI at xo_|LKFhnwwZNiEY]
+fIC at uklea|wq~lspTaJfK{VnS[ssTZDaSl at FS~vQFaQLguVFA~NmS[z}OrxlvlspTvlgGQSlhFewm_MIPlpRaDneSQPlDE{A]KK
+fIA at OTSV^a~OCCx_^Cgz at wT~w_lEl]OWcCH`TY\j at y\~G`vUbmp~L}GPjvmOIHKCH at vodsmll|wODi^ITftGPkdcpOS at HpdQ|YHq
+Yv|oklaagvACSLO`^uYO at kQldGLK~RcSl at hlAI{IcQLluVFg[sjld~}OR[ftlsptTvBH^SslhoZHRTVKPlp|^{qbuloS{T{A][G
+fIA at OTia]wJ~G`wnM~gmr}woo[khVzJ}GhyROmKKmKxw`X|RRVuCHp|L\WNhjgw_yqVQLs
+Yv|okVVbqwqJnsXOUqjEAMRL_m^H}wyJmS_WoThydRTSwDBC][SuSL_V_`[{IUTlXhQKrXA
+fIA at OTie^b~OwAx_C{Dpjop}w_jrw^wH}GH at Gz[V[oCxOPKPjifH|wozPfK]l
+Yv|JTim^~vdInsXtjNIHSNRL_VawbYZvrl`ToTdsQDSw\BCSxRvSL_H_`w|l
+Y~}TTScGd@dx at w}e`@_DPmC}A`Rb|mh`_BDDx`\~Sk at oDhfu\C`f{B\cro at tTTYGBCVyOjN~NpR~]A
+fIA at OTS[^l_^jx~|G`jYChBtV~w_glwp`^|wo{wBfcg^~GPCko~xGqBxOlTBt~@ICH@}OJZOjn|ww`joEjzvGPElpkNznww~IeQ
+fIC at uklhaqW^jSASLONazj{CiQldLLcKti^lS\Sv]Uw^ns at XJeQCTqRld`}[q^GISLOeTvRJonlSW\esRoSIPlpw^SNABQPlD`DyfEP
+fIA at jkl`aHaaU at w||G`aBH|ZhT~w_IFk|[n\|w_kFIH[[cAx_luI@{mL}GPOQfyIPKCH at SP{Ecl|wOazC{U`tGPktvszslwO[AVgD@
+fIC at PTSQ^JiaU at y|lsp_azjhdTnS[]Lcs@[cSl at hlIb]b\ns at vuZnyrLuS[c}[q|xtlspQkIuafllSWWesR{`toSOCalQIDSHlDyDyfQF
+fIA at OTYh]`_^jxJ~G`w^{hWxr}woJTsEUPuBxWczPwkcR|GHK[YEA^uCHp|dJ~YRUDH`lQJOAk
+Yv|JTYd]BhaU at lJnsXjjfwnRMRL_Ha{vn{JmS_WoruNImklH^BGxpaJls`iPHoLIUtlXoQ[kEi
+Yv~UTYl^PaaU at RwAx_fdcosjp}w_JP^}^wBxwZktgmuP|GpJciTvnH|woz at DktI
+fIC at PTYb^mV^jcInsXtjfkDGNRL_s^Dq`oIMS_kPMBfrQDSw\BGTZ[vSL_HowxT_
+fAB at kkLTx@@[@b`v}eh at _Lh^|B~_m]CZWC`}{[P`Alp at oBXyu\C`CD}e\IPK{B_YGB]VygIqAqOeRBv]z
+Yv~pkLhav|Tz~|G`jyTBJiAH`XsZ at q~^|wo^XrDIr^~GPftMTFtN}GpSsj|Aiv|wgORQTGQCHHzRvpq~vGPETWkx{nwwNIsfE
+fIC at PTs_^pw|Tt~lspTaVboGiQldLL]yS~^lSyly_XXaQLBJm^pbNmS[_B|L\fvlspTvZUznlSWyZjD at SIPlpw^mZyKQPlD`D}Q`b
+Yv~UTsQ^MACk at PCCx_{b`[_aT~w_IfGlJMcCH`qzZAOXcAx_lM[jIlL}GPOAaT]BKCH at voXO\TSCHp{j at JZbtGPklXqK at S@HpdNWEcq
+Yv|okLfanv|TDCSLO`^i]saTNS[ZL]YYq\lSrly_~}\ns at SJmnuqLMS[v}CsIwtlspQkIytQSSlhhZjDHBKPlpYaRENvloS{T{B^h}
+Yv~pkF[bz|TzJ~G`wA`}WBMBHPusqutJ}GhyvdtYEmCxwQsNQ]OuCHpYgiGaMUXH`ca|fSY
+fIC at ukFSbfw|TQuQLgUUEsYUMRL_HasYWBuRl`hPQ]UcRTSwDB~bTuSL_VoK\kdj{SgQnXEPF
+fIA at OTyb^OACk at PwAx_fTMP`TOBH`@m\O~WwBxwZcwe]oCxOP}x_k|H|wOmo{{}l
+Yv|JTyj^SICk@{InsXQUEgwcqms`i^LziEvrl`qPQUQ at n{lHc}@nVPvSL_HoKrLl
+Y~}TTKgGH@[@bPt}eB`s{X|B~_m}@YWr_BDD]_bAlg at oBTru\C`CD~n\_PKGRo[GBRVq[`N~NpRBv]_
+fIA at jkt`aZ@@@@e~|G`OZc}ouV~w_gtJH[l^|wo{GdzTc^~GPCSUtkwN}GpSCWUHfv|wgOB]ASQCHH_cxASxvGPEDcKHRQ at HHefTP}|
+Yv|oktnagwTASLONan\hqVnS[ssJIIk^lS\SJjlWaQLBJcfzhNmS[_BJww]ISLO at kIiPEQSlhFeQnPkvoSOHaz}rFQPlD`D{UFm
+Yv~UTKY^DA@@@UCCx_{b~\XkAH`viH[H_cCH`Te{`ZPcAx_l]DU^AsBxoU^EmIHKCH at vohQXNSCHp^mC\IatGPk\cJk}lwO[i}K[d
+Yv|JTKU^CI@@@[CSLOEanlJDkqld at LuVbt\lSrluut]cQLIJcFGsrldIBJOD^KSLOKkIQgyllSWrZnq at ptoSOf^EbyNSPlDkD{UR^
+fIA at jkzSbnZuAx_maLnxLMBHPucw at NoJ}Gh\ACqUzR|GHn|mQjpJ|wOfp~cNmjww_Z~[h[@
+fIC at PTEb]lwTuQLgUUuQc_MRL_Ha}SVBuRl`hPfD}iRTSwDbX{^NuSL_sPRipFUDlXKnHhcn
+Yv~UTEj^[A@@@pH~G`|tYD}WOBH`@]AZeSwBxwZ]sO{|P|GpJMUsSYwCHpwwYwOe
+Yv|JTEf^\I@@@~InsXQUuex]NRL_Va}sgIvrl`qPfHesQDSw\bXWKOvSL_mPRAM
+Y~}qkTQxf@T at l_v}eI`MhmC}A`RBAbhr_BDD]`cAlPPEpmu\C`f{}]cJPKgE@[GBk at ivWyN~NpZmANbf
+Yv~UTkP^p_^j]ACx_pUnzh}V~w_gd_t]c^|wo{[igZOaAxoYc at abCqBxOlb~O at IICH@}O\OFGQCHHztjw]AI at xozgzlobnwwZUBM}H
+fIC at PTkX^lW^jv~lspTaATbEiQldLLE|xPaSl at cl}zzx^ns at XJkJMgNmS[_BVuuevlspTv~l^QSlhcZio{wvoSOm^qTC[QPlDE{@lRC
+fIA at OTkT^k^^jm||G`DmP{Q]kAH`vI`WyMcCH`qJw^bw\~G`v}v@@UsBxopq|CD[KCH at SPw[KTSCHp{|~|tXK at xoT}qgzBS at Hpdzi]Vc
+Yv|JTk\^wV^jFCSLO`^~[AwTNS[szSPn\lSWSBE\|\ns at SJkJjdLMS[SBVu{FKSLOnTvaZ|llSWrZiogUKPlp|^qteHSplDlDSyj
+Yv~UTEc]C`aU at bJ~G`RnES at kr}wooCRz\uJ}Ghyqj]RvR|GHnR{y\MuCHpYVQhCUXH`c~HNk
+Yv|okzTb`W^jvJnsXOU]RXxrms`RauoOEuRl`hP|QSNmklH^b\|y^uSL_VoYyD^UDlXnQ_NVQ
+fIA at jkzXai^^jmH~G`Ys~m]COBH`eB\BVjH}GHeJFPGSoCxOPUlEgfH|wOHXeogX
+fIC at ukzPaPiaU@\vQLgKU]FvNNRL_s^J at q`IMS_kP|^mdQDSwy]cM_BvSL_mPfJ^M
+fAB at NT[`G@@[@bOu}eN`M|^|B~_m}~\Wb_BDDxO]~Sa at ovkXJc|_YDBm\go at tX_pZGB^VIl\qAqO at mAKbR
+fIA at jkdgaw|Tz~|G`juMA@~V~w_gDEJ}c^|wo{kP^Uv^~GPfBeTkBqBxOlrWqiCICH@}OlLvHQCHHzxsfMcvGP`wAbcFQ at HH@muVEY
+fIC at ukdkapw|Tt~lspTaqXAZiQldisVoXYaSl at clsp[JaQLguX}gXqRld`}~IQ}vlspZkINEhnlSW\ebybQIPlpw^^H}IQPlD`dxWoS
+fIA at jkdcaIACk@PCCx_{rWsdqT~w_lQ@SWcCH`TMbUo\~G`S|RebhL}GPOV{c`t|wIPo\HFSCHp^sbbomtGPkRXgsclwO~Jwr`K
+fIC at PT[R^KICk@^CSLOEaqh}@kQldGLi`]k\lSWSLw}XcQLIJg|]IsJld\BAvmitlsptTviAsllSWrZ]F]KKPlpYaaWzolOS{vdxWGp
+Yv~pkZTbB at Ck@EuAx_HNnOc[MBHPPbZ|yJuBxWFFqoyFmCxwQe_rleJ|wwloulNnjww_ZQ at OEc
+Yv|JTeg]_HCk at nJnsXjj\_vyrms`RaEdihJmS_rPhOC}RTSwa]UFDMuSL_sPALQIUdlXLN`iV
+fIA at jkZPar~|ToH~G`YSiACbp}w_\OgJ\wBxwZEvw]RoCxOPyCn^fH|wOHDWkZy
+Yv|okZ^aOICk@^vQLgKUcxWlqms`i^zKwZvrl`ToWxrXn{lHFbjuRUvSL_Ho~{kV
+fAB at kkDWxA@[@bv}er at _z_zC}A`w}~_Ww_BDD]@`AlQPA at HJc|_|{}_cpo at tXzgx}n at iv_MqAqOeb}]k
+Yv~UT{T^mZACx_pMwUT~V~w_gxR~t[aCHPDLAg~JaAxoYmmDbkN}GpvZjL at OICH@}OtnDQCHHzHBG~[I at xo_PZejonwwZcXxNg
+Yv|JT{\^TH@@@k~lspq^foL|VnS[ss^dbCaSl at FSd|C_aQLBJotaQqRld`}fKmEISLOeTvy^cnlSW\edLnpvoSOm^F_u]QPlDE[}Ost
+Yv~pkDmaVA@@@p||G`aJG^KVkAH`vaODHXcCH`Tm~veVcAx_lc]pWsBxopy@]^LKCH at vo`vGNSCHp^[`SA at K@xoqrcmK~lwO[m}xaK
+fIC at PT{Z^PI@@@~|lsp_aYPPTnS[xs^T~NcSl at MSd|zVcQLIJotTvLuS[c}fKvstlspQkIZfVSSlhhZ[sQOKPlpYay at vDSHlDydBphc
+Yv~UTUg]^@@@@eJ~G`RvrpOXMBHPPR_K[YuBxWcuQzk_mCxwtftSZmJ|wwlWCNjww_NgMSw
+Yv|okjPb}wqJnsXOUsctcrms`w^vUmBuRl`h`OZUmRTSwDbn at hTuSL_VoF[CUdlXLNO~uQ
+fIA at jkj^ak~OwAx_Ccub at cp}w_luq^hH}GHeVCX}GoCxOuVMmOJwCHpRttUgC
+fIC at PTUi^HI@@@[vQLgKUs{asqms`LaIZcJvrl`q`ORyHn{lHc]QO~dIls`wPYwck
+Y~|{kDzfphc at J~j]]HmljteHTHhUa
+YV~RT{M^GExRbN`UUUkZ
+fiA at mkD|aEExRbNdUUU\@@@@e
+Y~}TT{kGN@[@bw}ed at _rqC}A`w}BXWT`}{{GcAlo at oNPJJc|_|{BXcio at thDYGBf at iJ`{N~NpZ]@@bK
+fIA at OT{W^x_^j]ACx_p]TkHNiAH`XWpjjNaCHPacwCR}^~GPfrOIgdN}GpvF}KqYICH at Xp[|von|ww`@]zivGPE at lqghnwwZKAsaM
+fIC at PT{_^AhaU at l~lspq^z at GHiQldLL^UiWaSl at clWNqIaQLgU_g`JqRldEBuwxjvlspTvuQanlSW\e at ceQIPlpw^rGY}noS{_[yKyn
+Yv~UT{Q^|^^jHCCx_^UdKo^kAH`vAgBtAcCH`qbrdgYcAx_lsRhENsBxoUzXcORKCH at SPgFESCHp^GSRSQK at xoTUqn]GS at Hpd|Y^nd
+Yv|JT{Y^EiaU at y|lsp_aE_Z~TnS[xsaZE`\lSWShqP|\ns at Sj`XYbLMS[SBuwzBKSLOnTvmU[SSlhhZ\ZntoSOCaMXARSHlD\[yKei
+Yv~UTud]i_^jxJ~G`wi{GhHMBHPuuFyLhJ}Gh\BzbSYmCxwtNj{hGuCHHv{[sF\UPH`wvKFN|
+Yv|okJSbJhaU at lJnsXjjd~XAMRL_m^~^owJmS_W_l|nHmklH^bIFZCuSL_sPmsuwj{SgtqXPhQ
+fIA at jkJ]a\aaU at RwAx_f||`|^OBH`@siczyH}GH at Qp[HMoCxOundG}dH|wOHlN^OF
+fIC at PTuj^V^jFvQLgnjdF}YNRL_VaAQAMvrl`q`SMAFn{lHc]vIrnIls`wPm}r{
+Y~}qkxXx[@[`u`u}ew at _BHtC}A`w}BVWi_BDDx`_~SQP~gSJc|_YDe\@PKW^_ZGBBVugNqAqOebCz]H
+fIA at OTG_^I at Ck@EACx_UBihPiAH`}HY{\d^|wo{CFNld^~GPCUfmqoN}GpvvTnQOICH@}ODHznn|wWRPKDctvGpw`wQBinwwZ{w^oF
+fIC at PTGQ^QHCk at n~lspq^JHaUiQldisIaa}^lSyl_Dcz^ns at XjhPvxNmS[z}\j`mvlspTv}I`nlSW\EGZ{[IPlpw^\SAenoS{zdArQO
+fIA at OTGY^h~|TJCCx_^eLx}T~w_l~[ftEcCH`qBhcXLcAx_ItvQacL}GPOj\b_tt|wIp`lmJSCHp^wQSeXK at xoTEGE]ulwO[spwxr
+Yv|okxjaPICk@{|lsp_auWmlTNS[ZLvnrTcSl at hl_dtTcQLIjhPPxLUS[d}\JSktlsptTvcuqlLSWuzxeXFKPlpYacLYolOS{vdArAf
+Yv~UTMl]`|T_uAx_myP{Fer}wooeCHqhJ}Gh\LBWnvR|GHn~~wjPuCHHStpZiJUHH`@iBgQ^
+fIC at ukr]bGHCk at KuQLgpjX}Birms`w^qrtfJmS_r`eTFmRTSwDbuCqwJls`LotF{ej{SgQN{NBH
+fIA at OTMj^OACk at PwAx_fBdZPmp}w_tDWsaH}GHeaDl[{P|GpJAFOGbH|wOH|mbF|
+Yv|okrYawv|TaInsXtjXEgqqms`LaN]R{IMS_N_ZgEEn{lHc]JLxkIls`wPKQCd
+Y~}TTgoGZ@[`u_u}eV`MPgC}A`RBAlhO`}{{b__~SUPF at FJc|_|{~Scho at thD@ZGB}@izOcN~Npb}s]_
+fIA at jkXnaiZACx_pCe\nRiAH`}pbhMe^|wo{]kth`^~GPCE}_CyN}GpSQVGhrv|wBpgikNQCHhHXZyKkvGpRwwZHBQ at HH@wZDKp
+Yv|okXfauwq~lspTa]{G`VnS[VLFRn_aSl at c\`KgFaQLgU{PHwNmS[z}DiDgvlspTvsa[QSlhczBpG~voSOm^dMZGQPlD`dEvUv
+Yv~pkXjar~j||G`DE\fm at kAH`SaLNZo\|w_k\GVy]cAx_lk[[JeL}GPOrjCyt|wIpPAn[SCHp{`M]aktGPkFSlnolwO~TbMiC
+fIC at PTg]^tvd|lspz^bD{Qkildwsy]]a\lSWc_TuPcQLIjDoaSsrldl}DIONKSLOnTvkyfllSWWE}ODttoSOf^dmLjloS{qdEvEz
+Yv~pkR]b@@@@@@uAx_HzShd}r}woJzGvWrJ}Ghy{k^CZmCxwtQeoaJ|wwlSPQz~jw_NYZDdN
+fIC at PTmj]FH@@@NuQLgpjpB at MRL_m^yxRTuRl`M_AvkJmklH^bsDuRuSL_VoHiANUDlXKNKWYU
+fIA at jkRYap~jH~G`Y]Obwap}w_d{EUhH}GHeIJr|LoCxOuQHlkJwCHpRb_`aB
+fIC at PTmn^SI@@@~InsXQUOxXBNRL_s^yhkaIMS_k`~ADeQxSwTbsLH]vSL_HoHegl
+Y~}TTW`Gl@d_J_KBZ^`swS|B~_m}BZWn_BDDx`]~S}@oIxgu\C`f{@Rcco at tHv`dx}NV}w{N~NpZ]}Kb\
+fIA at jkhga~_^j]ACx_pcGNgViAH`}`wjFUaCHPDR]p[v^~GPfFgCQlN}Gpv~SyLICH@}OHcTIQCHhHdgXF[I at xOmXlSf[Q at HHe`|lS
+fIC at ukhkayW^jSASLONacKjtVnS[ssUgQHaSl at FcW~ph^ns@}UsXIYqRld`}Pk\[ISLO at kIDiRQSlhczF^iyvoSOm^HYTMQPlD`dCqCR
+fIA at jkhca@aaU at w||G`aF}jbBkAH`SQ|BwUcCH`TSJWtMcAx_ID[Cn~L}GPj]QCRZKCH at SppSbQSCHHT`p}OxtGPNiQw]plwO[GFu|v
+Yv|okhma}V^jFCSLO`^\LvaTNS[ZLjhRm\lSWcW^eKcQLlUsXoYsJldy}PkPPKSLOKkIX^CSSlhMEyaN~toSOf^Hy at mloS{qdCq]}
+Yv~pkRTbs_^j]uAx_mef`EOMBHPuY~HjJ}Gh\HHx at LmCxwQVtw[JuCHHv}Dnvjww_FIuG~
+Yv|okRXbtW^jSuQLgUU_C{^MRL_HajHETuRl`M_UPXSmklH{]h~dwJls`LOoS\}jGSgYNSfpg
+Yv~UTmo^|^^jHwAx_C]`{JIOBH`eDYzyYwBxwZF~YYIoCxOuIaF\cH|wOHJ\CPv
+Yv|okR^a~V^jFvQLgnj`Dctqms`LajXhwIMS_N_UXDHn{lHc]hvCMvSL_mpPdFu
+Y~}qkHWxm@d_JoHBZb at _BdM|B~_HB~dha_BDDxP_~SWPzcwu\C`CD}l\zo at thapdx}VV}KkN~NpbBs]H
+fIA at OTwT^A at Ck@EACx_ULGJrKiAH`XVVzi^|wo{u]]}PaAxo|Vq~yBqBxOlQVnRv|wBpO{lOQCHhHlviP{vGpwDZWOQ at HhroKi@x
+Yv|okHcaGHCk at KASLOk^t|LVnS[ss]h~\aSl at c\dLwYaQLBjBKO{NmS[z]ohJ\ISLO at kIHMXQSlhczAgrtvoSOmn~_onoS{zdGukw
+Yv~pkHma_ACk at u||G`afmHqTkAH`vNmWWj\|w_kLnS\_cAx_lGvEIpL}GPjCvbqut|wIphpYASCHHqOtcQXK at xoTqGHKwlwO[wpPgt
+Yv|okHeafv|TDCSLO`^t|ofTvS[OLbgjDcSl at Mc[Sej\ns at vU}tN|LMS[v]ohDtlspQkIPYKSSlhME~X}utoSOfnAsklOS{vdGuSX
+fIA at jkbXbP@Ck@`J~G`RjvK[qr}woJvdfZgJ}GXGoMJaR|GHKz`GumJ|wwlM\V`fjow_HEA^pK
+fIC at PT]o]sw|TtJnsXOu`ahYMRL_HabBizJmS_W_sEfUmklH{m_xXCuSL_spd@hjGSg|qBDfk
+Yv~UT]a^e~|TJwAx_CmxViZOBH`@GUGG[wBxwZjrAHHoCxOuY_asuH|wOmeAQe]
+fIC at ukbVacv|TDvQLgnJ_FQQNRL_VabRPOvrl`q`LriHn{lHcm_pynIls`wpDOYX
+fAB at kkp[x@d_ot}e^`MpU|B~_m}[Wz_BDdo]~SBPro`u\C`f{~[cQPKGR at ZGBXVM`LqAqOeb|y]o
+Yv~UTO\^mZACx_pKZw{V~wo||{Y^aCHPDjKv{ZaAxo|Nl|GjN}GpvIkDW~v|wBp_n}kn|wWRB_PiGI at xOHk~w`\Q at HhWhYPyD
+fIC at PTOR^PH@@@k~lspq^DRuYiQldiscbff^lS\csxLf^ns@}Uu|~JqRldEbDUE|vlspZkI at GXQSlhczer_yvoSOmnWf]QQPlDEkLDD
+fIA at OTOZ^i~OCCx_^ijt at kT~w_IIJ{Wx\|w_NK}~dt\~G`vg]PQwL}GPjSrsqFKCH at vOgM^jl|wwkgvr[ktGPknSsTslwO[omfNp
+Yv|okpiaQI@@@~|lsp_a{MI{TnS[xscRI~\lSr\Lg\XcQLIjJCXNsRldNbDUCktlsptTN`L]SSlhhzerWMKPlpYQhivWSplDIkLLp
+Yv~pkBPbnZuAx_mu}FEhr}wooq\TrbJ}GXGw{BpDmCxwQr{k~@uCHHveJfnhjow_HeiiR}
+Yv|okB^bvwqJnsXOuHbnHMRL_m^SqFNuRl`h`PcB\mklH{m[}@wJls`LOCtgjjGSg|qReMY
+fIA at jkBVaAA@@@UwAx_frsh\qp}w_ZgOxkH}GH at RxFJ{P|GpJZIJi|H|wOmy|{Qs
+Yv|okBZacvAvQLgnJwETkqms`i^SawjIMS_k`Pm\kQxSwTRdJAIvSL_mp|}m|
+Y~}qkpRxi@dxot}eF`CTeC}A`RB at ehj_BDTQPaAlz@os[wu\C`CDAe\do at txmofx}`@irkrN~NpZ]CMb|
+Yv~pkplae_^jx~|G`jkY\\yV~wo|oWtyOaCHPaEENyRaAxo|n{`qGqBxOly|kO`v|wgwoKLQCHhHJA^EKI at xOHsZ}jjnwWh[zA
+Yv|okpda\haU at IASLOk^hZhOiQldLLtQcJaSl at Fc}vvy^ns at XjFMxmNmS[_b\VyNISLOeTNP[jnlSW\E\bfDIPlpRQTMIIQPlD`TDwkq
+Yv~pkpha[aaU at RCCx_{vEYOtT~w_lVEZ{[cCH`TkO]Ds\~G`vw at nyGsBxoUtseZXKCH@SpxacSSCHHTdjDEqtGPNAQrqHS at HHK@z]yd
+Yv|JTO_^xV^jFCSLO`^hZ[TnS[xsK^f]cSl at h\Bi at b\ns at vUyJRtLUS[d]cibYKSLOKkqwHillSWWE\bnptoSOfnkJbSSPlDNk{HBU
+fIA at jk|_bX`aU at GuAx_HrhjuLMBHPuaiCTBuBxg]{Cc]KmCxwQBmc]tJ|wwIfiIXIUXH`cjjzp\
+fIC at uk|WbaW^jvJnsXOux`_NMRL_m^[zR`JmS_r at gT[[mklH{m}Z[OuSL_spZyXSUxlXCNUkdh
+Yv~UTCd^r^^jHwAx_CuRzUwp}w_ZwljP}H}GH@\w\_uP|GpJJxTqJwCHpRv at c|I
+fIC at PTCl^nV^jcInsXtJG{e`qms`i^[jKBvrl`q at gXsQDSw\RBMUgIls`wpZQ]`
+Y~}TTocGI@[@b_v}eI`CDL|B~_HBBjhq_BDdo^~Sx at osODJc|_|{~Ycko at tX_@[GBNVKh|N~NpZ}BFb}
+Yv~pkPda~|Tz~|G`j[ka_[iAHPfOIaVh^|wo{yhzgn^~GPCA~tCKqBxOleUILcv|wgw_v|KQCHhHFPgyKI at xOHclQZMQ@HhrsIS_u
+Yv|okPhayw|Tt~lspTaoYIGiQldLLDz at HaSl@Fcu}CCaQLgUqF|SqRld`]ukjEISLOeTNXAfnlSW\Eh[K[IPlpwnClhKQPlD`TbpcX
+fIA at jkP`ae~|TJCCx_^qfiwoT~w_IYVF_\cCH`T{dWol\~G`SpmXajL}GPOdwhrst|wIpD]YQSCHHTLhIjRK at xoT^{f|BS at HHKpPPS~
+Yv|okPnaXICk@{|lsp_aoisoTnS[]LDjkYcSl at h\JBuKcQLlUqFehLuS[FbJTcSKSLOKkq{VASslhJEh[{etoSOCQ|SXqlwS{Fk]OZU
+fIA at jk\WbC at Ck@EuAx_HbW at Pxr}woJAPEHSuBxgxLj]|MmCxwQlq]HuJ|wwIN~^ORUHH`eJBZsi
+Yv|JTcd]{w|TtJnsXOudSENMRL_m^Wtx_uRl`MBvEZmklH{my_]qJls`LOQilj[SgVNEJXg
+Yv~UTcl^i~|TJwAx_CUzcAcp}w_pa~\hH}GHeKBwUGoCxOu]jFKwCHpRnbzgM
+fIC at PTcb^TICk@{InsXQudg`QNRL_Vah[ZXvrl`TB~uxQDSw\RFHskIls`wpnjEG
+fAB at NT_kGT@[`uw}eA`K at J|B~_HB~ghQ`}{[u_~SKPtoAJc|_|{|_cfo at tX_@ZGBXVK at _qAqO@}ADb}
+Yv~pk`hax~|G`jGH{@TiAHPfw\G}r^|wo^VnU\IaAxoY^kFRcN}GpvMhrX]ICH at XHphMHQCHhHvireAI@xOH}HJtYQ at HhW|kCNE
+fIC at PT__^~wq~lspTQ at qBeVnS[VLhtrHaSl at FcEHLy^ns at XjAqvdNmS[_bfW]pvlspZkqkGrnlSWyFPq]TIPlpwnuXunnoS{zTftel
+Yv~UT_Q^CA@@@UCCx_{nI\lFkAH`Synxil\|w_kxEW|n\~G`SPVUp|L}GPj{o~lct|wlO[h{nl|wwkcT@]utGPNnLnplwwtWreof
+Yv|JT_Y^zvd|lspznnAYkqldesWk[ZcSl at h\zO|p\ns at SjAq`ZsJldy]YhL{tlspQkqssvllSWrFPqmOKPlpYQJGAxlwS{FkYKaW
+fIA at jkl[bE@@@@@uAx_HB]Ymgr}woo^j`NOuBxg]}qCfhR|GHKTfUbnJ|wwlAYEedjww_ZMKYM`
+Yv|JTSl]CH@@@NuQLgpJsNI{rms`RaP`dSuRl`MVPT|RTSwamAYq|Jls`LOvsT^UdlXiqVL{h
+Yv~UTSb^p~jH~G`YenD~XOBH`@o}udTwBxwZDQGEUoCxOP|L[ItH|wOmA^pjx
+Yv|oklUaSI@@@~InsXQuLeKUNRL_VaPPYJvrl`q at igckQDSwymAqPBvSL_mpIDnd
+Y~}TTfG{@d_ot}e^`KptC}A`w}WW}_BDdo__~SUPtMJc|_|{|[cXPKW{ex}BVGPqN~NpZ}CFbk
+Yv~UT^^V`aU at GACx_UXuSw_iAHPfggbjz^|wo^N at Ut^aAxo|QKveIqBxOl]APuSICH at XHHif_QCHhmAGRkVI@xOmrHWsqnwWMrBrd\
+fIC at uk@oaqW^jSASLONQp~eVnS[VL`UVaSl at c\vyRCaQLgUvAG[qRld`]Ajt|vlspZkqSJlnlSW\yk`]FIPlpRQf}UQPlDEk^MAF
+fIA at OTX^RaaU at RCCx_{^QpDeT~w_IE~kRx\|w_NgI\{JcAx_I`Dl\uL}GPjg[HRht|wlOKwrTSCHHTbYfSatGPkI^ngZS at HHn{ez\[
+fIC at uk@kaOiaU at y|lsp_Qp~\Ykqldes_`AWcSl at h\vy}t\ns at SjI^MPsjld~]Ajh^KSLOKkqCBdllSWWyk`}ttoSOfnY`H at SplDlTarrr
+Yv~pklRbS`aU at GuAx_H|qThlr}wooNMMr\uBxgxJQSd~R|GHnGCfhMuCHHvnMSnajww_Zmgamq
+Yv|okl\bKhaU at lJnsXjJCuU[MRL_HA_lvxJmS_WqE]FmklH^RYcy}Jls`LOj at vqj[SgsqNmm]
+fIA at jklTa|^^jHwAx_CEQNgip}w_@tAJwBxwWeryP|GpJL}M[yH|wOm^lArR
+fIC at uklXa{V^jFvQLgnJCi|@NRL_s~`cxpIMS_NqMsnQDSwymfTgoIls`wpUwl\
+fAC at Dt@NYwhc at J~j]]HmljteHTHhUa
+YV~Rt@@^^ExRbk_jjjq
+YV~wKwaXExRbk[jjjF@@@@@
+fAB at Nt@dGm@doQoIBZQ`{GT|B~_m}CUWj_BDDx`]~S}@oGTFJc|_|{@Ycjo at tHvPex}^Vw[AqAqOeB at q]e
+Yv~Ut@\^e|T_ACx_pWqIPsV~wo|GquH{^|wo^nqyOb^~GPCvaCPrN}GpS|hl~ev|wgwgOXOQCHhHQUXTSI at xOmj\TqdnwWhejtHi
+Yv|Jt at R^}w|Tt~lspTQXNCIiQldLt_KpVaSl at c\~RMa^ns@}UzitHqRldEbiVWpvlspZkq]sXQSlhcFrFS}voSOmnAgSjnoS{zTevrQ
+fIA at jKea{~|To||G`DAAx|`T~w_IeQQh\cCH`TWcZbi\~GPHkCX at sBxoUHbZVdt|wlOscUel|wwkueLHqtGPNf[iEslwwtKhdo
+Yv|Jt at V^CICk@^CSLOEQXvOkqld at t_Swb\lSWcAMkv\ns at SjEVfhLuS[FbiVwBKSLOnTNrB]SSlhhFrFCTKPlp|nAWyNSplDlTevxM
+fIA at OTso]t|TzJ~G`wcEj[br}woovHFq}J}GXbFej]NmCxwQHhqfJ|wwlVS_R]UHH`eb`iWe
+Yv|JTsa]IHCk at KuQLgpJmWyLMRL_m~hY|wJmS_Wm|jRTSwamb[|VuSL_VO\lc at UdlXLNAcqz
+Yv~pkLVaAACk at PwAx_fFFbbqp}woA at bO}jH}GHeokavJoCxOukmNaUwCHpwvO_[{
+Yv|okLZaFICk@^vQLgKuRtsoqms`i~hIcBvrl`q at RMI_n{lHFR]l\|Ils`RO\RDt
+Y~}qK_SxI@[PKOJBZu at _D\fC}A`RB|`hV`}{{GOaAlEPpmru\C`CD`\to at tHSOXGBSVw}dN~Np|Cs]Q
+fIA at jK_ma`ZACx_pwSwFjV~woYDcWyq^|wo^~XIx_aAxo|YDH|xN}GpSLUn}lv|wgwG^run|wWwfsAS{vGpwzzVaYQ at HhWVhZQG
+fIC at Pt`Z^CH@@@NASLOkn[YnpVnS[sKHzas^lSy\Q_P\aQLBjMZaoNmS[_but`YISLO at kquJ{nlSWyFvsrovoSOHQILuJQPlD`TcqxW
+fIA at jK_ia^A@@@p||G`aAn]unT~w_IUi\fa\|w_kH`qITcAxow`Nm`}L}GPjoy\}]KCH at Splzvhl|wwkEGcGXK at xoTFte@GS at HHKluLMb
+Yv|Jt`^^XI@@@~|lsp_QdFCxTnS[xKHFMGcSl at Mcn`~l\ns at vUregYsrldl]JKOOKSLOnTNZ}LSSlhMyILmbtoSOCQItkVSplDIk\nPF
+fIA at OTKa]\@@@@eJ~G`RlLxVFMBHPufNhelJ}GXGqBXLTmKxwE at waomJ|wwlzgt]yjgw_\CpBq}
+Yv|oktVbZH@@@kJnsXjJud^BMRL_m~df{WuRl`M[k_Zm[lH_Rka[UuSL_VOxvt}j{Sgtqa}Ty
+Yv~pktZav~jH~G`YYM_F at OBHP~_NwUaH}GhW__BC[oCxOPxkVS[wCHpwfM^e}
+Yv|oktRaOI@@@[vQLgKuJOOnqms`i~dFfeIMS_k at dhO_nGlHkmTVMVvSL_HOx~aQ
+fAB at kK_\x~@dot at w}e`@_DHpC}A`w}CZW]`}{{GaAlCPpgKJc|_|{@RcFPKwl`fx}GVwwxN~NpZC~Cbu
+Yv~pK_dav_^j]ACx_poPrCNiAHPCTx~@h^|wo{~Zag^~GPCF\XGbN}GpvkCRIJICH@}w{`cEQCHhHe]{YxvGpwfAuZUQ at HhWn~{Jr
+Yv|oK_haqW^jSASLONQLZZkVnS[VtGNwAaSl at FcfZMd^ns@}U|mCHqRldEbCwxavlspTNFxnnlSW\yvSl}voSOmnZMKOQPlD`TgUgn
+Yv~Ut`_^RaaU at RCCx_{aviv}T~w_lJFXbAcCH`qPK~tOcAxoRoBkvfL}GPO at Atq_KCH@Sp\~Qql|wwNf{ySSK at xoTZAumjlwwQBjn[l
+Yv|Jt`Q^JiaU at y|lsp_QLjitTNS[KxIle\lSWcfZ||\ns at SjCbKrLuS[c]|HSHKSLOnTNVt|llSWrFIlc|toSOfnZmUVShlD[kXjjG
+fIA at OTkh]h_^jxJ~G`ws^uCMBHPuzsKtJ}GXbA[~`RmSxWeP\~^@uCHHvJvj}jww_\{wCK
+fIC at PTkd]oW^jvJnsXOuzySfrms`w~llNgJmSoiqZiRTSwDROgwrJls`LO at EUcj{SgQNvClK
+fIA at OTkl^}^^jHwAx_CiStvAOBHP~otkL^wBxWhHlo_GoCxOuWymNeH|wOHEq{L
+fIC at PTkb^eV^jcInsXtJEbSjqms`i~lt_HvrlPj~ROn{lHcmpPE|Ils`RO at MQ
+fAB at kKoTxF@[PKoHBZb at _DtE|B~_HB|bhl_BDDxP_~SW`cBJc|_|[C]cUPKoToYGB~@i at LAqAqOe|@y]M
+fIA at OtPW^O at Ck@EACx_U`]rraV~woYtnPESaCHPDQLZxTaAxo|ev]TAqBxOlGtP_jv|wgwkYhen|wWRmb|ovGpRIZp~rnwWMAWzCV
+fIC at uKo`alw|TQASLONQ|rL~VnS[sKT]IBaSl at FcjuABaQLgUtS@@qRldEb[uBNISLOeTNvaznlSWyFMERYIPlpwnbYrQQPlDEK_ljz
+Yv~pKonaQACk at u||G`aQfNyeT~w_IMUIVl\|w_k`yNLAcAxoRw_z]rL}GpX_yislt|wlOCfPll|wwkqz_qvtGPNJk]DGS at HHKR]sE
+fIC at PtPY^WICk@{|lsp_Q|RNEkqld at tkBJ[cSl at h\UJOe\ns at vUtSntLuS[c]dJeIKSLOnTNniKSSlhMyrz]}toSOfnbyTBSplDlt`Snd
+Yv~UT[d]K at Ck@EuAx_HTKGbpr}woJeKNjdJ}GXGvPwDGmSxW at Wy~cyJ|wwImWr|VUHH`elsdkv
+Yv|okdSbhw|TQuQLgUuVfTwrms`RA]`fJmSoikOurRdSwErHR at zJls`Lwg[t^UDlXnqYCzo
+Yv~UT[b^AACk at PwAx_fvDekGOBHP~wW}nWwBxWhxVlteP|GpooHkxWwCHpwjtq`z
+Yv|okdUabv|TDvQLgnJiAV^NRL_VA}@^AvrlPjkGYrQDSw\rHjvEvSL_mHXh^s
+Y~}qKOXxF@[PK at JBZR`M`|C}A`wC|WWs_BDdo@]~Sc at _xru\C`CDCh\EPKOC@[GBk at ip^qAqO at CCLby
+Yv~pKO`akZACx_paXEFiAHPCLSi`r^|wo^q}L at o^~GPCJWN|lN}GpvWisK^ICH at XHtKzyn|wWw|LFdpvGpwns\nrnwWMIJ{jk
+Yv|JtpQ^iwTASLONQRBHLiQldLtSh_KaSl at FcR@fOaQLgUx[BXqRld`]pIYWISLO at kqaxJQSlhFyTo|rvoSOmnL~cDQPlD`tdWfV
+fIA at jKOfao~OCCx_^NEunsT~w_lRRcGAcCH`q at VVwj\~GPHWugYxL}GpXO]}ut|wIpBmNWSCHHT~FVestGPNrT}w{lwwtUZ at Kq
+Yv|oKOjaMI@@@[CSLOEQR|JvTnS[xKlwd}\lSr\]@pl\ns at vUx[mJsrldIbOv^btlsptTNAOJSSlhMyToBJKPlpYQs~zFShlD~tdW\Q
+fIA at jkDSboZuAx_m[ZKDOMBHPuJqJY at uBxg]ZOJJTmCxWF{n~AeJ|wwl|L at Nj{w_vL]VUg
+Yv|JT{b]HH@@@NuQLgpJQkjKMRL_m~JKn~JmSoL at rUPiRTSwDrtUPpJls`LwspKdj{SgQNZ}xA
+fIA at OT{j^~jH~G`YqO^b^OBHP[hZjDdH}GhWkfQ[]oCxOP@^pI{H|wOmRwxuK
+fIC at PT{f^xvdInsXtJQ]Wsqms`LAuLcIMSopMbGLn{lHcMKRqvIls`RwsDdB
+fAB at NtHnG_@[Pn_t}ee at _rG^|B~_mC|QWw_BDdo_^~SC`KhLJc|_|{|^cIPKoqogx}SVOxNqAqOe||z]P
+fIA at jKwoaI`aU at b~|GPT|nc^iAHPfc{Wv{^|wo^ib__IaAxoYrBi~\qBxOIPVhTICH at XHlL[qn|wWwtU`mZI at xOm~OaOTQ at HhWy}jFD
+fIC at PtHX^jW^jv~lspTQjl at fVnS[Vt]Wi_aSl at c\cUY`^ns@}UpWnrNmS[zmoKvLISLOeTNQtrnlSWyFonthvoSOHQGYK_QPlDEKmowc
+Yv~UtHT^HaaU at w||G`aIjlSXkAH`vbBdQq\|woU at SIpTcAxowXYif}L}GpXW[FMpt|wIpbSfal|wwkn{lbBK at xoq]A|NCS at HHKFJ\jQ
+fIC at uKwcaNiaU@y|lsp_QjLbJkqld at t]gv\cSl at h\cuH|\ns at SjOhHSsJldymoKFWKSLOKkqvcklLSWPyPQ[[KPlp|nxV`YSplDIKm_xl
+Yv~UT{c]B`aU at bJ~G`RDnvZKMBHPuRwxYrJ}GXbmTJzGmCxWctMatyJ|wwIsmE{UUXH`FKZbLL
+fIC at PT{k]^haU at IuQLgpJApM^MRL_HAyFDmJmSoiQ}TJm[lHzMMoWeJls`iHr]N[UtlXJNJ\C
+Yv~pkDXaMaaU at wH~G`|N_NSROBHP[XyFx[wBxWhlS]iEoCxwZ_ at wwQwCHpwBU]uz
+Yv|okDPatV^jFvQLgnJ~oBbqms`i~FYV^vrlPO at nJWyQxSwqMMWQdIls`wHrUX\
+fAB at kKW_x@dot_w}ez at _zgU|B~_mC|[Wt_BDdo__~SU`Kptu\C`Cd at j\[PK_O`ZGBFVOHpN~NpZc at Fb^
+fIA at jKWgaR@Ck@`~|GPT_@@FhV~woY|nIhMaCHPaftbPTaAxo|]fRnZqBxOI at IY]lv|wgwcNubn|wWR{GrVZI at xOmQh{@RQ at HhWudcGl
+Yv|JthT^jw|TQASLONQFT`iVnS[Vtu}bf^lS\cTUAu^ns at XZ@`FYqRld`mGHLMISLOeTNif at QSlhFYWDNZIPlpwnPRAEQPlD`tVduf
+Yv~Uth\^SACk at u||G`airDvpT~w_lBlQc at cCHPj_@~rQcAxowxghzoL}Gp}xP|jGKCH at vOmT\PSCHHTIgdsftGPkCtBpllwwQV_Nr_
+fIC at uKWmatv|Ta|lspzny[mJkqld at tu]H[cSl at h\kjoEcQLlehzLMS[vmGHLhtlsptTNyNzllSWrfh{A~toSOfnPrFBSHlDytVd^n
+Yv~UTGk]s|TzJ~G`wG]fjcr}woobROkjJ}GXG\}`hjRtGhHcdnGEuCHHvdFCSejww_ZkVg]E
+fIC at PTGg]QHCk at nJnsXjJnbWYMRL_HAqIKKuRlPsfDJzRTSwaMii{BuSL_sHVAYbjKSguq]bjg
+Yv~UTGo^f~|TJwAx_CQXIgJOBHP~GxYyPwBxWhB`viP|GH at wqKhwH|wOm\Vzog
+Yv|JTGa^~v|TaInsXtJntnMNRL_s~Nf}IMSoU at YwCNn{lHcMiQAvIls`Rwiq}\
+fAB at kKgWxG@[PK at KBZD`MH_|B~_mC|[Wt_BDdo\~ST`M`|u\C`CdBj\wo at t`U@[GBNVGPqN~NpZc at Fb^
+fIA at jKgkaT@@@@e~|GPTOCalXiAHPf}LZAaCHPazEIDn^~GPC|OKRDqBxwC_dS at LICH@}wCDJ]QCHhmHiFKzvGpwI|l]inwWhbvsJi
+Yv|JtX\^RH@@@k~lspqnIGWwVnS[sKzv_a^lS\cX]k^ns@}eOP}oNmS[_RlMXMISLOeTNEQ[QSlhcf\b{OIPlpRqPKlenoS{ztQb|r
+Yv~pKgmaPA@@@p||G`aYbHnjT~w_ICkPF\cCHPOpLVOr\~GPmdtYZ at sBxOgDWGfWKCH@Spr{Akl|wwkFZATttGPN\d]`]S at HHnQzzdZ
+fIC at uKgeaLI@@@[CSLOEQvXzTnS[xKzntIcSl at McXbPcQLIZpOs~LuS[cmSrgrtlspQkqjVRSslhof\bKTKPlp|NoLeelOS{vtQb`u
+Yv~pkXXbL@@@@@uAx_HXhmu|r}woJCjtuWuBxgxkzuFQmSxWeR at q^sJ|wwIgASAKUXH`cdAA_s
+Yv|okXPbuwqJnsXOuiAPBMRL_m~A\VMuRlPs|aFhRTSwDraSL[uSL_Vw^mzpj[SgsqCcf`
+Yv~UTga^\A@@@pH~G`|^KN}ep}wod[[yXKwBxWMuKULIoCxwZgXuO{H|wOmLTpE~
+Yv|okXVavdInsXtJVfAiqms`i~ALtIMSoU at CQuNnGlHNrakIqIls`Rw^cmU
+fAB at kKgZxJ@[PK`IBZS`MDT|B~_mC~UWe_BDdJ`cAlu at _rw`u\C`f[}YcOPK_j_ex}\VGX`N~Np\}~]f
+Yv~UtX]^X`aU at GACxoNwa@QqV~wo|m{IyMaCHPaZhgg^~GPC\RgoaN}GHYw]Orrv|wBHbTBOQCHhH_OgSvvGpwYFiCvnwWMc_YTl
+Yv|JtXS^@haU at l~lspqnawSQiQldiKVyTGaSl at FcpjpJaQLgeGXsDqRldERrNvOISLOeTNuYenlSW\Yer[IIPlpRqxWjnoS{ztUF}A
+fIA at OtX[^\aaU at RCCx_{y|`UyT~w_l\DfsTcCHPOHfrpScAxowT^DTNsBxOgTsQtIKCH at vOuDDFSCHHqjYt@AK at xoqsaJW]S at HHn~mtiR
+fIC at uKghaAiaU@y|lsp_Q^p~yTNS[KVEFn\lSWcpJY\cQLIZxG]BsJld\RrNzDKSLOnTNmeUSSlhhfZMpEKPlpYqxWDnlwS{ctUFQx
+Yv~pkhQb[`aU at GuAx_HHgC{r}woJcoRbhJ}GXGXaYnYmCxWFUkVC at uCHHvpiMK{jgw_\{I`xh
+Yv|JTW`]YhaU at IuQLgpJzm{irms`w~I`YtJmSoL at WhygRTSwDreTb|Jls`Lwzwv^UTlXMNL]ES
+fIA at jkhWat^^jHwAx_CAB^Eap}wodkieheH}GhWEEJa~P|GHedZNaqH|wOmdgcJy
+Yv|okh[aViaU@\vQLgKuEFYPNRL_VAvKGvrlPjh[jCnGlHNrelEiIls`wHE at ls
+Y~}qKGRxt@dot`u}ew at _Lh{C}A`wCB^WA`}{[P_bAlg at _BdMJc|_|[ARcko at t@B_[GBq at iHDiN~Np\@z]c
+Yv~UtxS^b|T_ACxokh]AG}V~wo|MQTKn^|wo{Jqb[BaAxoYLERNqBxwCgJX|v|wBHRvShn|wgIP~LxqvGpwEa_ZgnwWhTy at CH
+fIC at Ptx[^~w|Tt~lspTQa`zmVnS[VtQluw^lSy|@jQo^ns@}eKT{~NmS[zmYsBkvlspTN]EHQSlhFYAgiMIPlpRql`SinoS{ztSA\O
+fIA at OtxW^y~|To||G`Dzs at q`T~w_ISWdls\|woUhYdyp\~GPmtCU\nL}Gp}LMLbtt|wIpj{f_SCHHTmTdW\K at xoTTsymrlwwtnp at Fu
+Yv|oKG`av|Ta|lspzn^ZHkqld at tQLNEcSl@MCU at AcQLleKtjGsjld[RfLMjtlsptTNCuwllSWrf~XrZKPlp|NShzlWS{AKl~Ol
+Yv~UTw`]{|TzJ~G`wOR|dgr}wooLVEBxJ}GXboiDiHmCxWcFJYpzJ|wwIrS@@UHH`@GEAGY
+fIC at ukHWb}w|TtJnsXOuuHZbrms`w~yK}GuRlPs_OrZcRTSwDrCQZQuSL_VwbdaXUdlXiqkcbi
+Yv~UTwd^n~|TJwAx_C~jzAAOBHP~KJuwsH}GhrVI`KeP|GH at KLvCYwCHpwxeAnP
+fIC at ukHSahv|TDvQLgnJJktLNRL_s~ysJ{IMSoU`pCumQxSwTrCiUgIls`wH]SH`
+Y~|{K{|f}hc at J~j]]HmljteHTHhUa
+YV~RtDK^JExRbN`UUUkZ
+fiA at mK{xaWExRbk[jjjF@@@@@
+fAB at NtDoGy@dot_t}e@`Cd~C}A`wC~UW@`}{[P`aAl|@_|Wou\C`f[}^cAPKX`[GBu at ixGHqAqOe\|r]w
+Yv~pK{naJ@@@@@ACxoNg`OxhV~woYJsldg^|wo{r at Ma[aAxo|k at OvzN}GH|dXC[WICH at XHruFon|wgIX`nlFI at xOHjJyySQ@HhWGsZih
+Yv|JtDY^iwTASLONQq_iqVnS[sKAofm^lS\Cw_i^ns@}eC\GfNmS[_R^ohRISLO at kq\fGQSlhFYF~FRIPlpwNm{ZSQPlDEKhFjL
+fIA at OtDU^KA@@@UCCx_{eT_NeT~w_IsOUkNcCHPjglP`]cAxowlplxwL}GpXcvDkct|wlOeTicl|wwkBhQD{tGPNdDqlMS at HHKiyd^D
+fIC at PtD]^rvd|lspznNPD`TNS[Zt~`jMcSl at MCwat\ns at SZ|CE|LeS[@R^oHEKSLOnTNsECSSlhMYF~~}toSOfNmG|{lOS{SKhF~Z
+fIA at jkp]bN@@@@@uAx_HPaM[WMBHPPklvLEuBxGo`ugzdR|Ghyv^yU_uCHhaoSc[zjgw_\gMoZy
+Yv|okpUbRH@@@kJnsXjJRdRirms`w~uySJuRlPs_SMBLmklH^r{WNsJls`LwTzCVUTlXMNx]__
+fIA at jkpYa[A@@@pH~G`|aiSmROBHP[LO|eIwBxWMQ|Yn~P|GHe\BMYtH|wOmhfbMH
+fIC at PTOn^xvdInsXtJRPKCNRL_s~uYFLvrlPj_SEBuQDSw\r{o]gIls`wHkqkE
+fAB at Ntd`Gl@dOc at v}eS`{{C}A`wCBXW`_BDdJ@`Alt at _Lpfu\C`f[BPcko at t@BZGB\Vw_[qAqO at S|Obc
+Yv~UtdX^d_^jx~|GPqDlysV~wo|e{vLaCHPab^djz^~GPf[UGAbN}GHYK^zA\ICH at XHJgSin|wgIdqmCKI at xOHrtLGBQ@HhrpSRml
+Yv|JtdT^cW^jv~lspTQYwk`VnS[Vtv{IPaSl at c|xUNk^ns@}eMRG~NmS[zmvRazvlspZkqt~pnlSWyf}WK{voSOmNEC^LQPlD`LP}pl
+Yv~Utd\^ZaaU at RCCx_{UD_tbT~w_IKtYHcCHPjG@|r}\~GPm\jCR`L}Gp}BnQQ_KCH at SpzSAUSCHHTSUcVVK@xoTxn^tjlwwQEbRWr
+Yv|oK[maXiaU@\CSLOEQYwxGkQldGtv[rb\lSWCGjXt\ns at SZrMEdLMS[SRImvftlsptTN[QZSSlhhf}WMIKPlpYqz\EHSplDlLP]gg
+Yv~UTOk]B`aU at bJ~G`R`ji^nr}woodTQulJ}GxuhSutyR|Gh\azzqFuCHhDhXE\qjgw_\Wcz at E
+fIC at PTOg]`W^jvJnsXOuCeLrrms`RABiLRuRlPV`ZW{sRdSwErRAzJls`LwpYpzjkSgWNh|bv
+Yv~pkpPaMaaU at wH~G`|QAqTOBHP[\lTLfH}GhW~plOAoCxwZ}RtUaH|wOHO[wAm
+Yv|JTOa^OiaU at yInsXQuC}Uiqms`i~}ffrIMSoU`Z_[]nGlHkM at UBCvSL_mHOjaS
+fAB at kKkWxN@[py_u}eV`Cx\|B~_mC}]WC`}{[PPbAl@`C`du\C`f[}Ucmo at TO`ZGBFVKHNqAqOel~z]A
+fIA at OtTT^G at Ck@EACxoN[QsDxV~wo|EQX~e^|wo{|wEAa^~GPCxuTm_qBxwflOAM|v|wBHZXsEQCHXSlhouwvGpw]_\{qnwWMEpTv
+Yv|oKkcaAHCk at KASLOknZX{\iQldiKyrVRaSl at c|tJCa^ns@}eEZ{fNmS[_RUn{tvlspZkqDE~nlSWyfGJWIPlpwNqeI_QPlDEskdQv
+Yv~pKkmaYACk at u||G`auX_SUkAH`vd_Juw\|woUdLaINcAxoRCzu_uL}GpXmecUmt|wlOyb^HSCHHqTIwA at K@xoqWlyeblwwQUwvy~
+Yv|oKkea`v|TDCSLO`nZxikTvS[OtFuJGcSl at MCKUS_cQLIZzEe^sJldymjQd\KSLOKkqXYgllSWWYxudetoSOCqNjQilwS{cLT[rk
+Yv~UTog]g|T_uAx_m[iFTMBHPPGnnGqJ}GxP[XasVmSxWeaSedwJ|wW{{oajww_Zwk]tS
+fIC at ukPPbaw|TQuQLgUusvsDMRL_m~sl}bJmSoi_~n_sRTSwaugjvWuSL_VWOKvbj{SgQNP}yz
+Yv~pkP^aw~|ToH~G`YNqCgVOBHP[|^paBwBxWMv[KAXoCxwrTO`yH|wOm at GgHA
+fIC at PToi^qv|TaInsXtJLnmWNRL_VALsEIMSoU`AivQDSw\JXmcuIls`RWOG[z
+Y~}qKK[xN@[pypt}e\`skT|B~_mCASWS`}{[up_~Sl at _D|qu\C`Cd}b\|o at TjPgx}WV{SWqAqO at s|JbI
+fIA at Ott\^\@@@@e~|GPTkrlNTiAHPfyLc_q^|wo^cY[VOaAxoYX`lQoN}GHY}EYwav|wgwEmd]QCHXv}zSmOI at xOH\GJgFQ at HXiOoyeN
+fIC at PttR^DH@@@NASLOknrdq{VnS[sKU^Zf^lS\Cc at _j^ns@}eIVkdNmS[_RC\B_ISLO at kqhsfnlSW\iB[{voSOmN^QETQPlDEsmPtX
+fIA at jKKeag~OCCx_^rw at XSkAH`vDwkm[cCHPOTfBOCcAxoR}hxoXsBxOBuchKIKCH at vOYZ\ql|wwNGtzRXK at xoTHxRdPS@HHnRVNTe
+Yv|JttV^_I@@@~|lsp_QMk]Lkqld at tjAJ}\lSr|\nScQLIZvIUnLMS[SRC\bmtlsptTNO\ullSWrV@}@IKPlpYqaN^PSHlD\smPFk
+Yv~UT_o^tJ~GPl`Pszjr}woohWQyAuBxGo\@RPAmCxWcIOedhJ|wW^TgjoM
+fIC at PT_a^IH@@@NuQLgpJdc^\MRL_HADZeJmSoi_j[S]mklH{ucozuJls`LW[PGT
+fIA at jk`Vaj~OwAx_CvE^Whp}wod}bp_MwBxWMFUVVwP|GHejEpXmH|wwg_E}DC
+fIC at PT_e^wvdInsXtJdU_QNRL_VAd at MGvJlP_jSKyQxSwqucWLoIls`whdGMC
+fAB at NttmGB@[pyw}eA`C at V|B~_mCAPWc_BDDx@\~SP`{_IJc|_|[BPcNPk at UYGBCVC at fN~NpL~{]p
+Yv~pKKlaq_^j]ACxoktOfHnV~woYVDaq]aCHPDsdrJKaAxoYHzBT~N}GH|RSbmVICH at XHFnk|n|wglukq~_I at xOmsbxOJQ@HXigqrPv
+Yv|oKKdaHhaU at l~lspqnBLlTiQldiKmeb_aSl at c|ReLv^ns at XZ~aLNqRldERk_uVISLO at kqp@SQSlhcVddrovoSOHqYIJ]QPlDEsIW[^
+fIA at jKKhaj^^jm||G`DRO_jEkAH`SGXE^EcCHPjKV`|k\~GPHmSqC at sBxOgZxYJTKCH@SpVIl{l|wwNWwes at K@xoqoqKQBS at HHKC|uqU
+fIC at uKK`aSiaU@\CSLOEQ}shoTVS[HtRjvb\lSWCmZZi\ns at veA~raLuS[FRk_uVKSLOKkq@GSSlhMi[[{ytoSOfNfNqKSXlDZsIwhX
+fIA at jk@_a^`aU at GuAxoSoCwnVMBHPPwmvYBuBxGoRxXmvR|Gh\zgzEVuCHhaSlZHi
+Yv|JTh^XhaU at IuQLgpJX_Eorms`w~WsAFuRlPs_L|Q{RTSwauUiFtJls`LW}bV]
+fIA at jk@[a`^^jmH~G`YVmTvWOBHP[bsalH}GhWjnuFoCxwZyW[fIwCHH}OFYml
+Yv|JTl^fV^jcInsXtJXGd~qms`LAhlKMvrlPj_LtYvQDSw\JjncMvSL_mhBUtz
+Y~}qKs\xU@[HsPv}eK`sg_|B~_mCAYWP`}{{GobAlD`wkOJc|_|[@^c_Pk`B_XGBKVskAqAqOeLB~]i
+Yv~UtL[^b|T_ACxoklL at V_iAHPfIQtn^|wo{tJbG^aAxo|oRmQMqBxwCUSkf\ICH at XHfyeOQCHXSzMurtvGpwkVi^ynwgVd{@{B
+fIC at PtLW^@HCk at KASLOknl\k{VnS[sKCKxf^lS\CeMMWaQLBZqnBiNmS[_Rw}XovlspTN}knlSW\i]NqyvoSOmNJJuanoS{zLqLNE
+fIA at OtL_^y~|To||G`Db_wOaT~w_IgdhkOcCHPjsljXq\~GPmrA at uVsBxOBymrBKCH at vOIQbFSCHHqPJHPZK@xoT at cH|qlwwtlXl\i
+Yv|JtLQ^DICk@^CSLOEQSCnPkIldpKCknKcSl at MCeMBw\ns at SZqN}AsZldmHB[@KSLOnTn`CzllSWrVbqBMKPlpYquUvxlOS{SsNs[T
+fIA at jKWan|T_uAxovpvFO]MBHPPojFyKuBxGoZlObqR|Gh\J}FwPuCHha}JHt@
+fIC at Pt@d^sw|TtJnsXOuwKjerms`w~_YJxJmSoL`oz]gRTSwDJNSiiJls`ihz~O
+fIA at Ot@l^JACk at PwAx_fY\Lqyp}woArBUhoH}GhWRbIBFoCxwZinCJnH|wwgWD~Wi
+Yv|Jt at b^wv|TaInsXtJHhtuqms`LA`V_FvrlPj_PIzBn{lHcuqTbdIls`whzviH
+fAB at NtlkGq@dOFJBZs at _J`nC}A`R||ghl_BDDx_~SK`{OEJc|_|[B\clo at T_}@gx}OVuozN~NpZKBDbX
+fIA at jKShax~|GPq\vEw at iAHPCNshPJaCHPadcgA`^~GPC`pJPuN}GH|zEHFiv|wgwiBPSQCHXvIcXMdvGpRDvO`BQ at HXiS]MTK
+fIC at Ptl_^[H@@@k~lspqnTbVoVnS[VtL`Hz^lSy|fort^ns at XZyfjgNmS[_r`~IJISLOeTnPvWQSlhcVfoQvvoSOmN|lUQQPlDEsJMBE
+fIA at OtlQ^CA@@@UCCx_{]xz}T~w_lhKnwPcCHPOljdm\~GPHulVJkL}Gp}fGcKKCH at vOqeW@SCHhC at NlArtGp|@Wpm^S at HHnTNXCk
+Yv|JtlY^_I@@@~|lsp_QkmGnTNS[Ztt]q\lSr|fo}q\ns at SZyFK`LuS[Fr`~yttlspQkQwqBSSlhMiYPestoSOfN|\QASplDlLurfi
+Yv~Ut`d^tJ~GPlHyCIMBHPu`PuRuBxGJiuLgKmCxWc]ViAJuCHhDritLw
+Yv|oK_SaWH@@@kJnsXjJ`FI[MRL_H~oYWrJmSoLPXP^mklH{uvkfAuSL_sh^bRT
+fIA at jK_]aj~OwAx_CF[fEZOBHP[Ja~fcH}GhW|hxKeP|GH at q@UvWwCHHXDxIw^
+fIC at uK_UaSI@@@~InsXQu_mWWNRL_V~oELZvrlPOPxPw[nGlHkuvSrAvSL_mh^Lgx
+Y~}qKcYxg@dOcv}er at _z_zC}A`wc|[Wj_BDdJ@`Alt at _to\Jc|_YdAh\wo at T_X`ZGBc at iz_oN~Npt~u]E
+fIA at Ot\^^u_^j]ACxok|uRmcV~woY^DJYj^|wo{D|qe~^~GpTfJSVqBxwfVP_MKICH@}wId|_QCHXva\gnGI at xOHXRNvMQ@HXi}JVrs
+Yv|oKcoaRhaU at IASLOknxroTiQldiK{du_aSl at c|ny\IaQLgeJUq[qRld`MG}otvlspZkQWOinlSW\inEFavoSOHqkgfgnoS{zLsVog
+Yv~Ut\X^q^^jHCCx_^BPKZqT~w_lHSP{`\|wopCKPQLcAxoReWKuVsBxOBI\R{st|wIpnl|`l|wWYpL^vBK at xOCoVsn@S at HHKGl_CG
+fIC at Pt\T^SiaU@\CSLOEQGuZaTvS[OtDK_IcSl at MCQFjAcQLleJupnLmS[TrxBxMKSLOnTnxH`llSWWinEIdtoSOCqkGAwlwS{FsLizS
+fIA at jK_Rax_^j]uAxovhKLyZMBHpbVSbjJ}Gxu^vubTmCxWF\vv{[uCHhaeaE`A
+fIC at Pt`c^zW^jSuQLgUM`Vexrms`R~gKldJmSoio}fi_mklH{uJnvTuSL_VWVoAa
+Yv~Ut`k^f^^jmH~G`YzWoPop}wodUlMyH}GhrKxjEfP|GH at AqIVjH|wwgkEFBC
+fIC at Pt`g^DiaU at yInsXQM`adZNRL_V~gk~SvJlPZPBURXn{lHFJuiuHvSL_mhI_Di
+Y~}Tt|nGf@dOc at t}e@_vjC}A`R\C`hN`}{[PcAlJ`K`xu\C`Cd}o\qo at Tj at dx}PVu_DqAqOeT{]p
+Yv~pKCoap|Tz~|GPqBWoY_iAHPfAQn\c^|wo{XmBxTaAxONo}JOaN}GHYqQXBKICH@}wqpKGQCHXSQrRwivGpRHDw{SQ at HXLJh[A`
+Yv|Jt|X^SHCk at n~lspqnHZNNiQldLthuyUaSl at c|abpSaQLBZ}bioNmS[_rl at q[ISLO at kQGzrnlSWyVUcE\IPlpwNHArnoS{_sHnkO
+fIA at Ot|T^q~|To||G`D|H}LgT~w_IOBzxm\|wop}yNHo\~GPHEE\iWsBxOBQjI{EKCH at vOaOU~l|wW|WpbbLK at xOCw}eGglwwQWGpqD
+fIC at Pt|\^HICk@^CSLOEQwE[iTnS[]thUbUcSl at h|abAn\ns at veB]wDsJld\rl at ehtlsptTndeDSslhJij\aUKPlp|Nh at fnlwS{cLwasy
+Yv~pKo\aD at Ck@EuAxoSGJLvr}wOxoSWh[uBxGJnnvBMmCxWcK]QL^uCHhaYEnil
+Yv|JtPk^gw|TQuQLgUMH\@CMRL_mAd_nZuRlPVPVlksRTSwaulhn^uSL_VWJLzl
+Yv~UtPg^`~|TJwAx_CZnufp}wodEOgKyH}Ghr{rKX`P|GH@^X^[OwCHH}sFzBG
+fIC at PtPo^|v|TaInsXtrwu~GNRL_sAdoTWvrlPOPVbuaQxSwTJSoevIls`RWJB]R
+fAB at kK}_xe@dwL at JBZR`IPY|B~_mc|_Wq_BDdo^~Sx at _t_GJc|_|[|WcAPk at U[GBo at iF@kN~NpT|{]o
+Yv~UtBX^w~|GPqRTUJSiAHPf~lb`n^|wo{hTew^~GpTOhr[WqBxwf^G[XOICH@}wQ at QZQCHXvVTao^I at xOm_@YrLQ at HXiE~Wt_
+fIC at uK}kaOH@@@NASLOkn`F{AiQldLtPA_QaSl at c|IWc|^ns at XZslckNmS[_rRcxkvlspTnTdhnlSW\iLKzBIPlpRI at xefnoS{zlpeJR
+fIA at jK}cav~j||G`D\XEY|T~w_lPmBVn\|wop]V{ox\~GPmFUFanL}Gp}~qThht|wlOaD\el|wWYDMoRK at xOfhwAoalwwQoQxXG
+fIC at PtBR^tvd|lspzn`fqNkQldGtP~Up\lSr|Iw\TcQLIZslBZsJldyMm\CktlsptTnLdmlLSWPiLKQotoSOCI at XCuloS{TSOzpg
+Yv~Utpk^E@@@@@uAxoS{SCsjr}wO]pKwcuJ}GxPfZ~{oR|Ghy{GA]UuCHhaq}ZrN
+fIC at Ptpg^gwTuQLgUMx`a[MRL_H~S\_zJmSoLPqkJImklH^JWRnVuSL_VWlvZD
+fIA at Otpo^^A@@@pH~G`|eOHoNOBHP~yMDKlH}GhWh~uWRoCxwIZyx|H|wwB\{yrD
+fIC at Ptpa^FI@@@[vQLgKMxD`uqms`L~SBBIMSoUPqgDmQDSwyuhUFBvSL_mhSAr
+Y~|^tBIYphc at J~j]]HmljteHTHhUa
+YV~RtBE^czGm]T`UUUN@@@@@
+fiA at HtBM^ZExRbk[jjjF@@@@@
+fAB at NtBcGO@[HV at JBZw@_v_X|B~_mc~WWA`}{[P at cAlk@_xru\C`CdC`\bo at TO at YGBGVA`KqAqOedy]i
+Yv~UtB[^G`aU at b~|GPTMiyYkV~woYQxgQJaCHPapEcK~^~GpTWvbCfN}GHY^MLeYICH at XH~`xVQCHXvZEzs`vGH}@TdMqnwgVVWrSR
+fIC at uK}haW^jSASLONq`ICLiQldLTZfb^lS\Czvy`^ns@}eD[@[qRld`My^rwvlspZkQsVnlSWyVwiihvoSOHIh\[`noS{zltCV_
+fIA at jK}`aFaaU at w||G`aS{~`cT~w_I_jXc\cCHPORcUhEcAxoRYPYCsBxOgavgKvt|wIp~UWWSCHhfKQs^tGp|xYM}]S at Hh\@Ldm{
+Yv|oK}na{V^jFCSLO`N_vOfTnS[]Tjps\lSr|EI[[cQLIZ{dnkLUS[ArFa{atlsptTn\i|llSWrVwiVvtoSOfvWS`jloS{qltCpz
+Yv~pKwWaz_^j]uAxovdf[jnr}wO]hN}_^uBxGJj|QwOmCxWcwP~rGuCHhD~d]R{
+Yv|oKw[a}W^jSuQLgUMdktHMRL_mAbqaeJmSoioRqDFmklH^j`UvXuSL_VWXUVU
+fIA at jKwSaa^^jmH~G`YjDj~KOBHP~YvfXvH}GhroMkbLoCxwZfLRG\wCHHXbxqCN
+fIC at PtHb^cV^jcInsXtr[HJONRL_sAbQ|rIuSo at PmAU_nGlHkU_RV]vsL_OWX]Cy
+Y~}qK]Txk@dwL`IBZS`ITC|B~_H\Anhz_BDdo_]~Sy at _tWsu\C`CdCn\_Pk at poex}@i~g[qAqO@[AMbI
+fIA at OtbW^G at Ck@EACxoNujGKoV~woYqnpt_aCHPDogVX|^~GpTGc|VgN}GHYNb|x{v|wBHA`s{n|wglrX\PgvGH}PrmEXQ at HXL^JaZ~
+Yv|oK]`aAHCk at KASLOkNwnYkVnS[VTOt[^aSl at c|MlO~^ns at XZwXlbNmS[_r^Rr~vlspZkQc at XQSlhcvpaxvoSOmvkewtnoS{_SMDAA
+fIA at OtbQ^f~|TJCCx_^LTFcT~w_l at EQSp\|woUr_TeQcAxowv|ENjL}Gp}qJesst|wIpAnjul|wW|cSilOK at xOC[]xp\S at Hh\P[t[r
+Yv|oK]fa`v|TDCSLO`Nw^R~TvS[jkpkA|\lSr|M\Vj\ns at veHWJIsRldNr^RaYKSLOKkQ}@YSSlhhvpZ|toSOfvkUsdlwS{clr{D\
+fIA at jKW[az|TzJ~GPlTYAa_MBHpbGwn at KuBxGo]{VKsR|Gh\`sQ_ZuCHhano\Oi
+Yv|Jthl^|w|TtJnsXOMLEOqrms`R~UU at TuRlPVP{HvgRTSwDjdPzzJls`Lggqe
+Yv~Uthb^d~|TJwAx_CJLmQ]OBHP[VkjmBwBxgVXEW_oCxweBS^YwCHHXrz^Sw
+Yv|oKWUaGICk@^vQLgKML}NANRL_sAjJmyIuSo at P{DLBn{lHcU[WAlILs`pX at PxJ
+fAB at NtRgGR@[Hs`v}eM`yWG|B~_H\}mhg_BDdJ_`Aln at _DHpu\C`Cdi\|o at Tj`fx}GV~gbN~NpdBt]z
+Yv~pKm`a@@@@@@ACxoNUXdX}V~wo|vlKVi^|wo{@INTf^~GpqDGsV~N}GH|Yd]c[ICH at XHa`lun|wgl|IHcwvGHXwQmMinwgs^bRhk
+Yv|JtRQ^BH@@@NASLOkNG~WuVnS[skX_es^lSy|}{VSaQLBZPngNmS[_rIPWNISLOeTnbZ^QSlhcvLfNHIPlpRI|nJDQPlD`lv_~k
+Yv~UtRY^{~j||G`DtL|[fT~woR at fScFcCHPjUkZAEcAxoRqn}x|L}GpXVSiojt|wlO^cbWSCHhf}PzZztGp|TohmDS at HhyW~SUf
+Yv|JtRU^|vd|lspzNGAYkTvS[OTg@`}\lSr|}{G\cQLIZ`wVsrldlMvOkIKSLOnTnrZGSSlhMIsY]NKPlpYI|NnloS{TSI`Km
+Yv~UtXl^}J~GPlts\PWMBHpb{ruJVuBxGJl`Yn~R|GXG_eiQ\uCHhavH\Ny
+Yv|oKg]awqJnsXOM|NKcrms`wAfDF`JmSoiOroxRTSwaU}iuIuSL_sXX{Lf
+Yv~UtXj^\A@@@pH~G`|M]Oozp}woANXpn{H}GXiHhgEsP|GHeum{IbH|wwgUFyW@
+fIC at PtXf^~vdInsXtrCNubqms`iAfxD`IuSoeOB\BnGlHNjBnfYvsL_Ogglh`
+Y~}TtrnGC@[HV`KBZZ`IdX|B~_mc~QW`_BDTQ`aAl|@_|GFJc|_|[|Yc|o at Tj_dx}JVFxXqAqO@[BMbs
+Yv~pKMoaU`aU at GACxoNE[zvOiAHPCYxbS}^|wOlPjev^~GpTknD|gN}GHYzvbCqv|wBHa_Vjn|wgIs_POI at xwgXYG]rnwgViDGcj
+Yv|JtrX^vW^jSASLONqTn[PiQldikTdHCaSl at FCL~|UaQLBzP_C at qRldEresYevlspTnrENQSlhFIuLM{voSOmvuvZanoS{zlIhNF
+fIA at OtrT^TaaU at RCCx_{kcWYuT~wow_qgf_cCHPOZzhkc\~GPHQthA]sBxOBFgKnDKCH at vO^`i]SCHhfMRTU{tGp|LEr{IS at Hhy{kSAZ
+fIC at uKMcawV^jFCSLO`NkQkOkqld at TkkIk\lSWCL^C}\ns at SzP_lRsZldZres[MKSLOnTnjy[SSlhhvJsxXKPlp|vuNl^SplDISvWgG
+fIA at OtXc^J`aU at bJ~GPIs@@pCMBHpGTJH at KuBxGo{hVZbR|GXbHAFQ\uCHhaFtbPo
+Yv|JtXk^VhaU at IuQLgprm}DGMRL_mANWmwJmSoLpTr]iRTSwDjzSrxJls`LgSFTY
+fIA at jKgXan^^jmH~G`YRjjDCOBHP~QeByXwBxgsxRnKyP|GHe]Tol}H|wwBz{\OR
+fIC at uKgPaWiaU@\vQLgKMRzF}qms`L~qXQLvJlPOkEIgQxSwTjzkJdILs`pXlqYl
+Y~}TtJ`Gk@dW~u}em at _zOvC}A`wc~[WF`}{kKcAlo at _L`ju\C`f[|Wcdo at t@B at ZGB}@iy_zN~NpZ[ADb_
+fIA at jKugay|Tz~|GPqFfvhMiAHPCyNZoUaCHpvoAb||^~GpTsspy`N}GHYj at R`ov|wgwnhQgn|wgI{AT\`vGH}DC~[CQ at HXizNoHy
+Yv|oKuka[HCk at n~lspqNSIzuVnS[sklrN\aSl at c|{TPt^ns at XzXwHDqRldEr}IRavlspTnj{snlSWyvnldNIPlpRIfu_ZQPlDESrsyX
+fIA at jKucaGACk@PCCx_{[ChM_kAHPmoaYNn\|wopEN~^u\~GPm~xIJAsBxOgE_otXKCH at SpQmlTSCHhfea_zKK@xOCcMnNwlwWFTKlXm
+Yv|JtJR^`v|TDCSLO`NSiPHkQldGTSulTcSl at h|{TaIcQLlEgh^HsRldNr}I^OKSLOnTnz[}lLSWuvnLoBKPlpYIfuxYSplDISrsof
+Yv~Utxk^t|TzJ~GPl\Lk at XMBHpbKHl_VuBxGJHsI@cR|GXbxUj{{J|wW{jRjcw
+Yv|oKGXaiw|TQuQLgUMjh`nrms`wAAM_uRlPVprwvcRTSwDj~T|mJls`iXJFvi
+Yv~Utxo^JACk at PwAx_f]Yv|ap}wodaFi]QwBxgsT~PUHoCxwZ|zoCIwCHH}iGw[_
+fIC at uKG^amv|TDvQLgnrUKnWNrL_Q~~JB^vJlPZprx\nGlHkUASSHvsL_jXJJl[
+fAB at kKUWxO@[hd at w}eE`qOF|B~_H\}chZ`}{kn@]~Sc at _Bp~u\C`CT|c\CPKXXGBUVzON~NpZ[Gbn
+Yv~UtjT^cZACxokfe\S}V~wo|z\izd^|wOIH`CCRaAxONSD_RtN}GH|mV]^qv|wBHqkhEQCHXSwPBC]I at xwBkhG`anwgsJPs{W
+fIC at uKUcaewTASLONqBfn\iQldikBnCh^lS\ChLSm^ns@}EkDiNmS[zMTUnvlspTnFp]QSlhcviYomvoSOHI^szEQPlD`lKrbI
+fIA at OtjR^g~OCCx_^Db]bRkAHPmO~JUZcCHPOF}gzx\~GPmAV\M{L}GpXjDBert|wIpqVgOSCHhCf\lZLK at xOCC`lo_S at Hh\l^tK
+fIC at PtjZ^^I@@@~|lsp_qBFSyTNS[kB~xPcSl at h|Wsmt\ns at SzT[{LsZldMTU[FKSLOnTnV`HSSlhMIVflBKPlpYI^S~ilOS{vlKR^
+fIA at jK{XaD@@@@@uAxoSCYRjrr}wOxSNaQzJ}GxP at MAKmCxgxTKri{J|wW{RfNGf
+Yv|JtDo^BH@@@NuQLgprEXuNMRL_mAI~lsJmSoLpnql]mklH{UfnKrJls`LgI{Hg
+Yv~UtDa^ZA@@@pH~G`|}Q\vgp}wodAxOpcH}GXLSJzv{P|GHeshxI at wCHH}qeD~s
+Yv|oK{VayvdInsXtrE at tmqms`iAInoAvJlPOQfdGnGlHNjYiD at vsL_jXvHmO
+fAB at NtjeGX@[hA_KBZ^`qOcC}A`R\}ch_BDTt at _~Sj at _BHQJc|_YT|m\[PK_OZGB\VrwLqAqOeD]s
+Yv~pKUbaJ`aU at b~|GPTiXOrSiAHPfjgqhr^|wOlWN|}`^~Gpq|axC\qBxwf}k}qvv|wBHI]TNQCHXS_IZV|vGHXSO\{JQ at HXiBEucM
+fIC at PtjS^mW^jv~lspTqrzZgVnS[VTMz_UaSl at c|_Nrn^ns@}EcL\uNmS[zMHW|pvlspZkQikvnlSWyv]@}ZIPlpwvNhlCQPlD`lOVDy
+Yv~pKUdak^^jm||G`DxrarjT~woRHQOpWcCHPOfOB|^cAxowaMgUvL}GpXr|nOnt|wlOvGEOSCHhCv_FfntGpY]jouHS at Hhy}{[`M
+fIC at PtjW^SiaU@\CSLOEqrZufTnS[]TMZYQcSl at h|_NsHcQLlEcLcNsrldIrwhGUKSLOKkQq[MSSlhMIbvdtoSOCIqgWllOS{vlOfka
+Yv~Utdn^O`aU at bJ~GPI}fZher}wO]|td\lJ}GD at OiNYAmCxgxl_BQMuCHhDC~fyd
+Yv|Jtd`^WhaU at IuQLgpriRBirms`wAEbzZuRlPVpyt at TmklH{URh_|Jls`Lg^Xe_
+fIA at jK[WaQaaU at RwAx_fC^HfKOBHP~^{ru]wBxgsBG|QaP|GH at TnsMZwCHHX^Ye`^
+fIC at uK[[aViaU@\vQLgKMVK|BNRL_sAEBxDvrlPjOFcjqQDSw\jmopYvsL_Og^T[E
+fAB at NtZmG`@dW~`u}ew at _NHV|B~_mcBZWa_BDTQ_bAlg at _BxJJc|_|kCZc]PK_O_YGB]VrgeN~NpDCt]W
+fIA at jKelav|Tz~|GPqNDgLvV~wo|JIaEm^|wOIxhmOe^~GpqbtloeN}GHYl}|P]ICH at XHiYFvn|wG^PXvoVI at xwBCSil{nwgVScvKO
+fIC at PtZ[^UHCk at n~lspqNeUCwVnS[skZSB~^lSyBPhJQaQLBzRCdTqRld`udARISLO at kQq}hnlSW\IdinpvoSOmvZoSmnoS{z\HAob
+Yv~UtZW^w~|To||G`DXjrGMkAHPHhiLd_cCHPOvDi}q\~GPmQI]GsBxOg]ej at BKCH@vOvLkWSCHhfabNEntGpYMUm`hlwWcmlGN^
+fIC at uKe`aqv|Ta|lspzNeuVqTvS[jkZsEy\lSrBPhkEcQLlEmBVqLeS[@J@[e~tlspQkQaCllLSWPIdieotoSOCIe`ZqlwS{Fcw~j
+Yv~pKk_aL at Ck@EuAxoS]LZ[QMBHpb}llpdJ}GD at G^z^lR|GXbbDlHgJ|wW^sF\\U
+fIC at uKkWaPHCk@nJnsXjrQnmFMRL_mAMp^`JmSoiO|lTbRTSwDjkboIuSL_sXEeMX
+fIA at jKk[aWACk at uH~G`|cfOMcp}wodnYMDpH}GXiJH{h~P|GHe{BM|H|wwBA[fH{
+Yv|oKkSaKICk@^vQLgKMnEcFNRL_sAMP|iIuSoeO|daYn{lHFjkJoFvSL_mXEi~o
+Y~}TtzcG@dW[@JBZw at _qoM|B~_H\A`hG`}{kK at aAlb@_|LJc|_|k_cao at t`pex}BVL`FqAqOeD}]l
+Yv~Utz[^R@@@@e~|GPTQyBftV~wo|r|aVm^|wOIDyeFa^~GpqRkJyN}GH|KuScev|wgwfQenn|wG{Wz~DOI at xwgbzhT_Q@HXL[tQE{
+Yv|oKEhaOH@@@NASLOkNYMKNiQldLTYpIVaSl at cBh]BNaQLgEer^~NmS[zugFCdvlspTn^rUQSlhcv_KRHIPlpRI]duHQPlD`\LycG
+fIA at Otz_^IA@@@UCCx_{WEWBoT~woRXyvRZcCHPONJgnc\~GPHvm}[SsBxOB|n{EGKCH at vOVa}l|wW|^aRdtGp|j at Il^S at Hh\jNHQm
+Yv|JtzQ^tvd|lspzNYm^mTNS[ZTYPdZcSl at hBh]cZcQLIzZu_JsJld\JXyvGKSLOnTnAbRSSlhhv_KDvtoSOfvb{LslOS{ScsFQp
+Yv~pKKWaW@@@@eJ~GPIMJ\r}wOxmiIcRuBx{tE]ucR|GXbJRdhKuCHhD[b at KY
+fIC at uKK[auwqJnsXOMAZOerms`wA}kQQuRlPVpWVm at mklH^jOeG[uSL_VgBY`C
+fIA at Ottl^VA@@@pH~G`|Sj{Elp}wodNZhuNwBxgVE]AitP|GHeWNJuH|wwBqXxQX
+fIC at uKK]aTI@@@~InsXQMAnv}qms`L~BtuKvrlPjOhaeIn{lHcUprTwIls`RgBU\T
+fAB at kKyUx^@[hAHBZ_`~w^|B~_mcB\W@`}{kK`AlU`sgzu\C`CT~m\RPK_OXGBp at iChYqAqO@{|GbJ
+fIA at OtFV^W`aU at GACxoNazF\qV~wo|bWqHOaCHpSTdaG]aAxONuAqNtN}GH|{XkuSICH at XHyRJWQCHxDdTIABI@xwgrAchTQ at HXLgiy_g
+Yv|JtF^^KhaU at l~lspqNq]KDiQldLTQgNAaSl at F}[EgPaQLBzVE_IqRldEJLFpvvlspZkQ~]mnlSW\qGcIIPlpRIsbLBQPlD`\J]AA
+fIA at OtFP^v^^jHCCx_^HF[\MkAHPHxeEoGcCHPjQ^kXf\~GPHVvpNXsBxOBlipANKCH at vOfGmOSCHhCI\{JntGpYeJdZ\S at Hh\FX at Nh
+Yv|JtFX^jV^jc|lspzNq}^Bkqld at TQG`CcSl at M}[EFDcQLlEizYZsrldlusykDKSLOnTnQBylLSWuNxl[otoSOCIsBJclwS{c\J]l{
+Yv~pKKZbq_^j]uAxovJlSn|r}wOxuo_eZuBx{|}[EBmCxgxzNhRBuCHhDgdC~ejwK@^_}K
+fIC at Pttm]wW^jSuQLgUMqt}\MRL_H~LF^VuRlPVHHPERTSwaew_lBuSL_sX[Td[UxlXCvFiqs
+Yv~pKK\a{^^jHwAx_CL]TRFOBHP~vhAgoH}GXLia[[rP|GHeOgFKvH|wwBijs]a
+Yv|Jttk^XiaU@\vQLgKMqR|mqms`iAsYj at vrlPjwwg]_n{lHFZHH]tIls`RgdWHk
+Y~|{KYyfGW\uAUbbwRSUKZwkwWj^
+fiA at mKYqaOExRbN`UUUkZ
+fiA at mKYarzGm]q[jjjcZ
+fAB at kKYWxF@[X_w}ez at _ygeC}A`R\Abh}_BDTt__~Sp at _|Oru\C`CTBl\PPKoT@[GBNVLpoN~NpDy]w
+Yv~pKYkap|Tz~|GPq~GayLiAHPC}VfLAaCHpStuzv[aAxONe[V||N}GH|gagOICH@}wzW}]QCHxDLMYCgvGH}jU^yQQ at HXLOuYP
+fIC at uKYcalw|TQASLONq~||OiQldLT~}Vr^lSyBLKJaQLgEaVq\qRld`um{XmvlspTnQtPQSlhcN|yeBIPlpRIGFcDQPlD`\Nktu
+Yv~pKYmaQACk at u||G`aOiViuT~wow{JT_OcCHPjaRio\cAxowY{eosL}GpXtM\B}t|wIpY]_zl|wW|f`@BBK at xOCyEkuklwWciBhH]
+fIC at uKYeaMICk@^CSLOEq~\YRkqldekARPx\lSrBl at ZZcQLIz^I{rLuS[cum[}tlspQkQv[fllSWWqCF~UKPlp|vxEhwlWS{AcqtxL
+fIA at OtLg]D at Ck@EuAxoSUiPmyr}wOxUZVuqJ}GDer{@r^mCxg]if_duJ|wW{poQuljw{J`pI|Y
+fIC at uKsPbgw|TQuQLgUMY at MEMRL_mA{fNAuRlPswSjF~RTSwaeKYZBuSL_sXOWlDUxlXfIeGB[
+fIA at jKs^aTACk at uH~G`|Kl{`EOBHP~fKosrH}GXinUK\EoCxwZ at eQCQwCHHXyinmL
+fIC at PtLi^wv|TaInsXtrfGS]NRL_V~DyC{IMSoUHl]bNn{lHceKqFJvSL_mXOk_y
+Y~}qKi[xe@dgePt}eB`vk`C}A`R\}nhr_BDTtP^~SA`{[vu\C`CT~f\~o at tPNo[GBw at iKtBqAqOeDCz]O
+fIA at OtV\^w~|GPqaDNzFiAHPCC}JZv^|wOlSSk\h^~Gpqzs}FBqBxwCHp`jrv|wBHE{`tn|wG^B\EYnvGH}zKLO`nwGA at f]Aa
+Yv|JtVR^JH@@@NASLOkNnSUFiQldLTNiVq^lSyBBEnh^ns@}En^ppNmS[zuEX|uvlspZkQv_|nlSWyNF`R^IPlpwvP~yhnoS{z\IwkE
+fIA at OtVZ^VA@@@p||G`aoqMXTkAHPm[bcm\|wopAXFqTcAxowETzuXsBxOBdsF]RKCH at SpyjC[SCHhfZBGL^K at xOfVP^EPS at Hh\nfKgP
+fIC at uKiiaKI@@@[CSLOEqQLm~TnS[xkqNPBcSl at M}}z at XcQLIzQazhLUS[AJzggbtlsptTniYSSlhhNF`t^KPlp|vPA~ASplDl\Iwim
+Yv~Utlo]zJ~GPlZEtzjr}wO]zbDXnJ}GD at E`k`hR|GXbn}osiJ|wW^_wD at gjw{JPxx`L
+fIC at Ptla]GH@@@NuQLgprzT\[MRL_H~HKuNuRlPswEmZ at mklH^ZRc~IuSL_sxpUtjjGSg|IMjGj
+Yv~Utli^p~jH~G`YT[hd`p}wodFIveTwBxgsA{AHnP|Ghr`sa\QwCHHXekXP\
+fIC at uKSZaHI@@@[vQLgKMEORtqms`L~HkGKvrlPjwEeMaQxSwTZRK~FvSL_mxpiOc
+Y~}TtVmGL@[X@w}e`@_EH_|B~_mcBRW}_BDdo`^~Sb at _HTUJc|_YT~i\IPKOC_XGBKVxGqN~NpZ{|Gbo
+Yv~UtVS^@`aU at b~|GPTnyyw|V~wo|lwcU]aCHpvcbH`o^~GpqfngF`N}GHY`yOlSICH at XHeyqFQCHxaM|ZB|vGHXYPpOonwGApsCqU
+fIC at uKidaFhaU@l~lspqNVKarVnS[skYIQ\aSl at cBJb@p^ns at XzY^NeNmS[_JnUEvvlspZkQVTpnlSWyNAVgPIPlpwVoz__QPlDEcRoQd
+Yv~UtVW^~^^jHCCx_^`^`eEkAHPHTCTaCcCHPj^WLKy\~GPmenhmdL}Gp}GhnHJKCH at vOFHvll|wWYM~|JYK at xOfvmsqOS@Hhy~ObK[
+fIC at uKi`axV^jFCSLO`NVkTcTvS[OTffu\lSrBJbqh\ns at vEfQDRsJldyuQjBCKSLOnTnysKSSlhMq~itstoSOfVoF[HSplDl\mP\h
+Yv~Ut\`]L`aU at bJ~GPIETqLrr}wOxyxZQRuBx{NhZsaR|GXbAggynJ|wgE`sC~mjg{iOkF^j
+Yv|Jt\h]uW^jSuQLgUMuU_grms`wA_oDQuRlPVHAWmPmklH{ei[udJls`ixTVhGUxlXfI]s^}
+Yv~pKc[aCaaU at wH~G`|[X`JZOBHP[EMhViH}GXLvwstgP|GhrHBihKwCHH}rwrzS
+fIC at uKcSa_iaU@\vQLgKMuc~}qms`L~`HH[vrlPOHA_zqQDSw\ZVLzjIls`wxTjKS
+fAB at kKI\xI@[X_v}el at _}g~C}A`wc}UWA`}{kK`cAlu at _twAJc|_|k}Yclo at tHv_fx}CV@`dN~Npd|~]x
+Yv~pKIdaA at Ck@EACxoNNzuj[iAHPfLYGGh^|wOIBBUOj^~GpqvDpGvN}GhNL[yTICH at XHUZ[JQCHxaEmji`vGH}NxuGBQ at Hx[xlcOE
+fIC at PtvW^yw|Tt~lspTqEdEIiQldLTZbqEaSl at F}EXaUaQLBzUV_ZqRld`uNI^RISLO at kQFVAQSlhFqztAxvoSOmVGBJOQPlD`\kdPf
+Yv~Utv_^e~|TJCCx_^@~]uWkAHPmKlMxVcCHPOQbotCcAxoRjBtGrL}GpXX`M]}t|wIpEAvKSCHhC}|Z~etGpYQY[_PS at Hh\QmYoH
+fIC at PtvQ^XICk@{|lsp_qEd at uTvS[jke}wEcSl at M}Eho|\ns at SzUVfvLmS[quNIZmtlsptTneqXSSlhhNEKnKKPlpYix]SFSplDl\kD[j
+Yv~Ut|h]W at Ck@`J~GPIYo\nxr}wOxi~[nJuBx{Z~sNzPmCxg]vOtxwJ|wg`wreBBUPD at BH\h]J
+fIC at Pt|d]uw|TtJnsXOM]AR[MRL_H^obXjJmSoiwjntpRTSwae^^{UuSL_VG][XXUDlXnIcb@@
+fIA at Ot|l^g~|TJwAx_CDoku[OBHP[eOin~H}GXiyBWJuP|GhWgRz^{H|wwB]Jb^J
+fIC at Pt|b^v|TaInsXtrbfLuqms`L^oRRYvrlPOHUY^cQDSwye^vcbIls`wxbhE_
+fAB at kKqTx@@[X@u}eL`rOvC}A`wcARWb_BDTQbAl\`{W}u\C`CT~e\NPKwl`dx}k at iOXEqAqOed@|]o
+Yv~UtNW^lZACxokIGREIiAHPCKm_FTaCHpv]lEUTaAxONqlCs]qBxWTOcCLav|wgwJwnMQCHxaitj[pvGHXa]qx}nwGdkFlW|
+Yv|oKq`aOH@@@NASLOkNJGdcVnS[VTrxMy^lSyBva[~^ns at Xz]zQ\qRld`uZsQEISLOeTneRdnlSW\q\cOzvoSOmVsDEwnoS{_cPCVm
+Yv~UtNQ^MA@@@UCCxo`@^ijGkAHPHLKvGcCHPjNaWks\~GPmMPqtAsBxOgw{TDWKCH at SpeHPl|wW|\@qHZK at xOf~H~f}lwWFiz^cd
+Yv|JtNY^tvd|lspzNJGcwTNS[kMgsVcSl at hBvQVYcQLIz]ZO`LuS[FJeLQAKSLOnTnuBTSSlhhNc\PwtoSOfVsd~`lOS{v\o|Nt
+Yv~pK}[bnZuAxovVBT at EMBHpGNxyksJ}GDeIrcGkR|GXbylC\NuCHX_xIWnLUHD at PhbAqi
+Yv|JtBl]MH@@@NuQLgpr\U|UMRL_H^g~fXuRlPVHKTopRTSwaezxPuJls`LGEXz`j{SgQvLbeT
+fIA at jK}]aAA@@@UwAx_f{_ZB{p}woAulHDlH}GXLjQz`pP|GhW[krOwCHH}|Nteo
+Yv|JtBj^GI@@@[vQLgKMcNBaqms`iaX~vmIMSopwtcz}QDSw\ZEOhgIls`wxzkjJ
+fAB at NtnfGP@[XZpJBZq at _{S{C}A`wc\W^`}{kno\~Si at _|sbu\C`fk}Rceo at tX_P[GBs at YpklN~Npd~p]i
+Yv~Utn^^X`aU at GACxoNf{]hzV~wo|doLpNaCHpSrJ`X{^~GpTaqIF]qBxWTWZEg]ICH at XHuCaEQCHxaaezD~vGHX~IC{BQ at Hx[\`Coa
+Yv|JtnP^@haU at l~lspqNbgGzVnS[skCPhAaSl at F}Ak{GaQLgElu[kNmS[_J]ovQISLO at kQjHznlSWyNgyISIPlpwV]@GCQPlD`|hZh
+Yv~pKQgac^^jm||GP__qhyKkAHPHl[Qkq\|woUIUthAcAxoRRUMWKsBxOgoC`}LKCH at vOZfuCSCHhCK}Qi}tGp|A}[ClwWFE`jYN
+fIC at PtnT^[iaU@\CSLOEq]h~XkIldpkCpYo\lSW}AkRBcQLlElMnZsRldkubP^vtlspQkQrXsllSWrNgyYztoSOfV]`ColoS{q|hjoa
+Yv~UtBm]G`aU at bJ~GPIIQfu{r}wOxQBwMGuBx{ZzI_buR|GXGjEJzqJ|wg`kQI~jw{oguxR@
+fIC at PtBc]zW^jSuQLgUMKtZfrms`waTRBqJmSoLHosTsRTSwae|}dqJls`LGaZ}qjGSgYvdKfi
+Yv~UtBk^MaaU at wH~G`|GWiTTOBHP[MnaF at wBxgVRjyTCoCxWhty}qbH|wwglLUkD
+fIC at PtBg^oV^jcInsXtrt]DPNRL_V^k]wXvrlPOHo[[yQDSw\ZCroEvSL_mx^Io`
+Y~}Tt^nGM@[xM`KBZ@_sgfC}A`R\BbhG`}{[P``Alj at _t{JJc|_|k}]cRPKg`_ex}\V at PZqAqO@[AAbk
+Yv~Ut^P^A at Ck@EACxoNFymE]iAHPfDEzGKaCHpSJkEN^aAxON~gzVFqBxWqDH^oZICH at XHMvxpn|wG^aGYW{vGHXnVoMRQ at Hx~]Ibd]
+fIC at uKagaGHCk@KASLOkN\wIdVnS[VTLKTy^lSyBQSJa^ns@}Ed}|`NmS[_JK]VAISLOeTnMa[QSlhcnP`pHIPlpRizXgznoS{_CSqNd
+Yv~Ut^T^~|To||GP_oI}ULkAHPH\GEIEcCHPjVdCkIcAxoRbzOi^sBxOB at zXRXKCH@SpUxA^SCHhfDAFRNK at xOCnIctLS@HhyjJKZP
+fIC at uKacayv|Ta|lspzN\OLkTNS[ZTLSuh\lSW}nlXAcQLlEd}k]srldlutbQQKSLOKkQbaFSSlhMQo_{SKPlp|VEg_QSHlD\CSqaS
+fIA at jK]\bB at Ck@EuAxoSqJg[@MBHpG~Z~BpJ}GDeMQR]TmKxglmaYOCuCHX_ljWH^UPD at gGyS\n
+Yv|Jtbk]DHCk at KuQLgprD_w[MRL_H^cOtaJmSoiWGIioRTSwDZ{EUSuSL_VGVyl^UxlXCvxzLH
+fIA at Otbg^MACk at PwAx_fg[[sUOBHP[mmoNHwBxgV|D[frP|GhWcwl at WwCHHXkPKPh
+Yv|Jtbo^QICk@{InsXQM{xYKNRL_sa\PuuIMSoUhx~XoQDSwyeDJtlIls`wxiJ~\
+fAB at kKA_xH@[xMoKBZX`r[`C}A`R\~fhT`}{[uP\~Sm at _Htgu\C`fkBUc|o at txHoXGBMVpslN~NpdAq]Q
+fIA at jKAgaeZACxokEErVMiAHPCGMv~e^|wOIZzlwZaAxON^|TFRqBxWTkAfH^ICH at XHmHkBQCHxaViv|UI at xwBvbThpnwGduTrMH
+fIC at Pt~T^xwq~lspTqKPCOiQldLTdUN^aSl at cBYVN~^ns at XzWlFaNmS[_JW~FavlspTn]HGQSlhFQkinUIPlpwVqcrIQPlD`|jQg
+Yv~Ut~\^d~OCCxoEOYf|dT~woR|WmMm\|wopFo]lOcAxoRBhLlfL}GHR_^\b}t|wIpUE`hl|wWYW|MmktGpYvgFCPS at Hh\mj`Zk
+Yv|Jt~R^|vd|lspzNto[Vkqldek[zHTcSl at hBYv`|\ns at SzWLc|LuS[cuhAQXKSLOKkQ|_ZSslhonTVUUKPlp|VqSTflwS{c|jQwS
+fIA at jKmTbzJ~GPlnGEoGMBHpGAogdTuBx{CeIJrRlGXdCuarTuCHXz}cedrjw{o{I^a
+Yv|JtRg]BH@@@NuQLgprXdh{rms`R^]TEMuRlPsW]ORQmklH{e@~vJls`LGr{}TUxlXCvHWTo
+Yv~UtRo^PA@@@pH~G`|WsT}qp}woA]_FMhH}GXLtOhtLoCxWhBakMGwCHH}Dm]~L
+fIC at PtRa^mvAvQLgnrXPI~qms`L^]tc^vrlPOhbxF_n{lHFZpEYvSL_HGrOPZ
+fAB at kKAVx{@d{GoHBZb at _MLY|B~_mcC[WX`}{[up^~Sz at _@lCJc|_|k@[cHPK{BOZGBZVp}jN~NpdAy]M
+fIA at Ot~U^r_^j]ACxokeGJ{vV~wo|h_c}ZaCHpvEx\b|^~GpTNIoJHqBxWqLW]{GICH@}wRRTZQCHxDEOQynvGH}YGecpnwGdyCZQX
+fIC at uKAbaQhaU@IASLOkND_GZiQldikg~B~^lSyBUP~h^ns@}E`kKqRldEj at BzCISLOeTn}Y~nlSWynRK`WIPlpwV^e~rnoS{_CQZIF
+fIA at Ot~S^SaaU at RCCxo`HzoAzT~wow}plUe\|wopzcMWd\~GPH\SvcoL}GHROiZBut|wIpuxoml|wWYOcuQK at xOfic{klwWcB`dXV
+fIC at uKAdapV^jFCSLO`NDA^kqldekgAcr\lSrBUphEcQLlE`[YAsrldIj at BvmtlsptTncQKSSlhMQmtkitoSOCiajE]SplDICQZYJ
+fIA at Otrf]j_^jxJ~GPl~X\qJMBHpGQiRXSuBx{KC[AvR|GXGLTiJ{J|wg`Mg\h~jw{o[a\\j
+Yv|Jtrn]vW^jSuQLgUMOM[AMRL_majYGEuRlPsWirpRTSwaEgymNuSL_sxS{u_UxlXCvPnTD
+fIA at Otr`^`^^jmH~G`YHB~x_OBHP[C\sLEwBxgVD}r^vP|GhWm`Dj at wCHH}X^Rjw
+Yv|oKMWafV^jcInsXtrpLyMNRL_sajiCpIMSoUhV}uGn{lHcEgIi^vSL_HGlLEy
+Y~}qK~Zxk@d{bt}e^`JPiC}A`R\@hhh_BDTQ at bAl}@_x_eu\C`fk|_c~o at tdO@[GBk at YpzN~NpZ[BLby
+Yv~pK~baF at Ck@EACxoNJ{Ep`V~woYwjXUaCHpvYimJn^~Gpqihb at UqBxWTCUD`zv|wBH]Jgrn|wG^M^~dPI at xwBZoAW{nwGdIZVSu
+Yv|oK~la^HCk at n~lspqNX@~WiQldikOEGRaSl at cBmUn`^ns@}yogJBqRldEjX`VAISLOeTncpznlSWynvlnVIPlpwVfaE]QPlDECVBLX
+fIA at jK~daBACk at PCCxo`hZjaeT~woRb_k~BcCHPjZim[ZcAxowSAjycL}GHRWMnjKKCH at vOJfyNSCHhC}kektGpYFQYzdlwWclzJ}A
+fIC at PtAW^_ICk@{|lsp_qg_g{TNS[kOUfz\lSrBmuPn\ns at vyogwQsjld~Ug_AxtlspQkQl at JSSlhMQISzDKPlpYiYnAISplDl|i}Sp
+Yv~pKuQb\@Ck@`J~GPI~MxmGMBHpGILEotJ}GDeGGTvjR|GXb[JfvJ|wg`U at kgIUHD@PTa^l
+Yv|JtJ`]^HCk at nJnsXjr@npRMRL_H^YyMzJmSoLhIJFFmklH^zlCPqJls`LGXfP`jGSg|IcB
+fIA at OtJh^i~|TJwAx_CpJhcMOBHP~\AsgdH}GXLhQAvcP|GhrjvgGmH|wwgH\GV~
+Yv|oKu[aQICk@{InsXQMe^VNRL_V^YEsOvrlPjWvyOrQDSw\zls|gIls`wxgQUa
+Y~|{K^rfihc at J[UbbwwljtemkwWj{
+YV~wK^|aezGm]T`UUUN@@@@@
+fiA at HtaK^FExRbNdUUU\@@@@e
+Y~}TtagGi@d{bov}eO`JtdC}A`R\@ihG`}{kK``AlO`KhLJc|_|k~^cXPK[UPZGBe at YpGUqAqO@[@Cbb
+Yv~Uta_^D@@@@@ACxoNryqlwV~wo|pjRXHaCHpSVwCiRaAxONfB~ZLqBxWqbcPvWICH at XH]g{NQCHxa|ielvGH}uLjlnwGA~p~Bj
+Yv|JtaQ^\H@@@k~lspqNpP@@iQldLT at lIi^lS\}\mmAaQLgygOY[qRld`UKl~wvlspZkQlIXQSlhcnqY{voSOmVJfm~noS{_CRd{]
+fIA at jK^faZA@@@p||GPzXJ]gvT~wowMD_f\|wopjfcD[cAxowssDplL}GHRGsqRSKCH at SpMpljl|wgBP~GQ}tGp|eDKyKS at HhyTmaUt
+Yv|oK^jaxvd|lspzNpPE|TvS[jkso[cSl at hBcRGk\ns at vygolJsJld\jtSqSKSLOKkQtEVSslhonqyH\KPlp|VJViKSplDl|m[dP
+fIA at jKUSbaZuAxovaaYdrr}wOxVLPZNuBx{Zp@~KKmCxgxWd\BRuCHXzyDAIWUHD at uKV[du
+Yv|oKU]b\H@@@kJnsXjRoYK]MRL_H^Q[jDuRlPsWRpt_mklH{EUGxAuSL_sD at ZdJUxlXfiPNqi
+Yv~Utjj^TA@@@pH~G`|oEZSep}wodlBNMqH}GXioUJ`JoCxWhzGOleH|wwg`A]H
+fIC at Ptjf^vvdInsXtRoAb]NRL_V^Q{vuIMSoUh]@AJn{lHcEUKwCvSL_mD at b{U
+fAB at kKnQxA@[Dxv}eW`JPiC}A`R\@hhh_BDTQcAlJ`CpMJc|_|k at Pcdo@tdjgx}Kf_FqAqOeT|s]V
+fIA at jKnoaM`aU at b~|GPTRzNKHiAHPCovPIaCHpSNntsq^~GpTzY\CrN}GhNusS|fv|wgwBQGnn|wG{LnuiovGH}mZ\|hnwGAQnzot
+Yv|oKngaQhaU at IASLOkN@p^XiQldi[PwwJaSl at F}thoNaQLgykkNqRldEjbqe~vlspZkQLBTQSlhcnM at l`voSOHiC]|{noS{_CTpyc
+Yv~UtQT^LaaU at w||GPzxrd~ZkAHPmuoD]e\|wopJl[ae\~GPHTWHSuL}GHwdhzVBKCH at vOraJel|wgBh|WqrtGp|UKBUQS at Hh\{OBZO
+fIC at PtQ\^PiaU@\CSLOEqwgCkIldUdoPQKcSl at M}thz[cQLIFdQTsrldlU]N|AKSLOnTnkuZSSlhhnM at VBKPlpYiCmV_SHlD\CTpIx
+Yv~pKU\bV`aU at GuAxoSnBEdyr}wOxFI}Q\uBx[M_gDV_mCxg]PM{MiJ|wgEv}c_NUXD at ssz}P@
+fIC at Ptjk]PhaU at IuQLgpRWCNKMRL_maAWorJmSoLh{irlRTSwDzN~]pJls`L{GW}PUxlXCVwXK}
+Yv~pKUXaCaaU at wH~G`|_I[jLOBHP~L at XoDwBxGd@{dcqP|GhWiU`rMwCHhO@|KK^
+fIC at uKUPa_iaU@\vQLgKmhZxTNRL_V^~XDtIMSoUh{e@}QDSw\zNQGDvSL_mDx at _d
+Y~}Ttq`GD@[dJ at HBZ~@_I`^|B~_mcCPWt_BDTt@]~SF`}Odu\C`fk at Tco at tTTYGBCVpOYqAqO at kCHbr
+Yv~pKNgas|Tz~|GPq]Gu`uV~wo|@ugmb^|wOIn_ILDaAxOkUHPGlN}GhkZyV|\ICH at XH}_qfn|wG{DwSEKI at xwg}AxspnwGdVDCmY
+fIC at uKNkaQHCk@n~lspqvoHg^iQldi[XhZJaSl at F}x^jPaQLBFlOoWqRld`UEuLnvlspTnKUQSlhcnKfaNIPlpRik[BqnoS{_C`oFj
+Yv~Utq\^WACk at u||GPzDbiL]kAHPmUwd_RcCHPOM_`{k\~GPHdyBKOsBxwHk`m`@KCH at vOrxbISCHXXxw]_K at xOfM~mmclwWchf_Cl
+Yv|JtqR^OICk@^CSLOEIPW~WkIldp[XXw_cSl at hBGQbj\ns at vySpUTsRldkUEup[KSLOKkQdHGSSlhMQtYBSKPlp|VTTiRSplDIC`orN
+fIA at OtZk]Q at Ck@`J~GPINPS^rr}wOxZo^}tJ}GdWWc}fnRtGxa at nPv]uCHXzaz_Hgjw{JlujPq
+Yv|oKeXbiw|TQuQLgUmDXhIMRL_maIMT]uRlPVX`l{dRdSw`ENDNpJls`L{StCPUxlXCVGUBF
+fIA at OtZo^DACk at PwAx_faFoLOBHP~T}ScNwBxGdHH at C~P|GhWqL_C_wCHhjoA{US
+fIC at uKe^aFICk@^vQLgKmDLeCNRL_saIuh[vrlPOX`bIjQDSwyENhrQvSL_H{SB at P
+fAB at kKvWxr@d[uu}em at _y]|B~_mcAXWD`}{kKbAly at _BPiu\C`fk at Xc]PKK|@fx}YVp_UqAqO at kC@bn
+Yv~UtIT^^@@@@e~|GPT|{tufV~wOkzB at m^|wOI~~gwBaAxOku]jNAqBxWqfPyy[ICH at XHC^|@QCHxahfWu|vGHX\joZjnwGAebhjv
+Yv|oKvca}wq~lspTIhg}FiQldLd[cRc^lS\}p[S\aQLBFbgSHqRldEjnX at YISLO@kQdk^QSlhcnOSS{voSOmVh`uinoS{zBXDSj
+Yv~UtIR^~j||GP_[}owXkAHPmegLVj\|wopb[xSCcAxoRDJNDhL}GHRsDC}ft|wlOR]IDSCHXXT}OX[K at xOf]ttCxlwWFo|cdz
+Yv|oKvea\I@@@~|lsp_IhgDOkqld at d[}Mk\lSW}p[t_cQLIFbgdbLUS[AjnXTjtlsptTnGXtlLSWunOs`}toSOfVhPAblOS{vBXD{l
+Yv~Utzg]Q@@@@eJ~GPIVKg at WMBHpbjZ|mxJ}GdW[UJKYmKxG^Ofpf~J|wg`^~CCjw{ocbeCM
+fIC at Ptzo]MH@@@NuQLgpRkpBrrms`R^zQMmJmSoigkdQVm[lH_zu|jOuSL_sDJqxojGSg|idSDc
+Yv~Utza^[A@@@pH~GPg at n_q~p}woA[AA`fH}Gx~xBG{P|GhWA}OtXwCHhjwbYlX
+fIC at uKEVa]I@@@~InsXQmtpJ]NRL_V^zq}eIMSopgkhS\n{lHFzuRa[vSL_H{uaX}
+Y~}qKvZxZ@[doOw}eb at _qK@|B~_H\Bmhp_BDtFP`AlI`ExXJc|_YTCi\ro at tLIPZGB@VHDPqAqO at kACbr
+Yv~pKvbaw_^j]ACxokcFzaV~wOk_PEz`^|wOIa`LYp^~GpTRyZyCqBxWqvn[Zrv|wBHCwwZQCHxD_xw[}vGHXLL at WMQ@Hx[MUgu~
+Yv|oKvlaoW^jv~lspTIDGNkVnS[VdsyPaSl at cBCeHaQLgyUdj\qRld`UnD}zvlspZkQD]dnlSW\aWK at FIPlpRY@XvJQPlD`B\\GA
+fIA at OtI[^i^^jm||GP_kc~m~T~wowE{BA{\|woU}jMTk\~GPHx`YzGsBxwHc|sZbt|wlORzvGSCHXXl~wFutGp|}[uHblwWc at XAbh
+Yv|JtIW^KiaU at y|lsp_ID{kMkqld at dsYf]cSl at hBcBXcQLIFj[PzLMS[vUnDqqtlspQkQXS|llSWr^hL|atoSOCY at hEUSHlD\}ccPx
+Yv~pKyQbU`aU at GuAxoSfYwJ[MBHpbr}Pc\uBx[MSQGN{RlGxVg|D]EuCHX_IFf~`jw{J|cJX\
+fIC at uKy_bhW^jvJnsXOmlsq^MRL_H^rcY_uRlPVXJ~DfRTSwDzSyTPuSL_V{I]hFUxlXfiL\vt
+Yv~pKyWa_aaU at RwAxo}`VyVDOBHP~D|\s^wBxGAkQlfJoCxWhamXc at wCHhOXoEGg
+Yv|JtFd^BiaU at yInsXQmlWDqqms`L^rSe`IMSopgunXdQDSwyEljEOvSL_mDvlmf
+Y~}TtimG[@[doow}eY`NdV|B~_mc}QWZ`}{kn__~SU`MXSJc|_Yt at f\ao at tLl_dx}JVDH\qAqO at kAIbq
+Yv~pKVlaM at Ck@EACxoNlZKmjV~wOkO]`sRaCHpvnnQCy^~GpTBoPN`N}Ghkngh\nv|wgw\yaBQCHDT`ecJI at xwgkoOl{nwGd|wRe{
+Yv|oKVdatw|Tt~lspTIt{tEiQldLdC^Cy^lSybpzLaQLgyYLNrNmS[zUzzAFISLOeTnGjGQSlhFaSVsvoSOmfWcvcnoS{zBZJoN
+fIA at OtiW^LACk at PCCxo`tLLdT~woRFTUyCcCHPj|^a^e\~GPHh]CVGsBxwH}ZkWst|wIpm_KJSCHXXB|WzvtGp|cQTW`lwgxoNSDE
+fIC at Pti_^uv|Ta|lspzvKdv_kqlde[|Q{XcSl at hbpFYd\ns at vyYlHSsRldkUzzbztlspQkQh]USslho^linZKPlp|fWS\GSplDlBZjH{
+Yv~pKY_bo|T_uAxovyyhEbr}wO]mGD}]uBx[M]vvLdR|GxP[h\khJ|wgEyBacTUXD at VBK|Lc
+Yv|Jtfh]LHCk at KuQLgpR}j~jrms`wa}V|JmSoLX^x{gRTSwDzg@^uSL_V{nzkjGSg|i\UYv
+Yv~pKY[az~|ToH~GPBoEmtmp}wodX__CiH}Gx~lUMgNoCxWhITdTtH|wWp[sdql
+Yv|Jtfl^YICk@{InsXQmBcHINRL_sa}_FFvrlPjgaKZUn{lHFzWPtzIls`R{^pIm
+Y~}TtYcGB@[TQ_JBZm at _NhA|B~_H\~ihc_BDTQ_bAlg at _BxJJc|_|KC^cXPKcz`gx}t at iKDYqAqO@k~EbD
+fIA at OtY[^J@@@@@ACxoNLXyGcV~wOkwfNvg^|wOIIpuuCaAxOkCmR\mN}GhkAJJm[ICH at XHcs[ZQCHDqWKFFfvGH}GxgpnwGdLa~M}
+Yv|oKfharwq~lspTI\kOnVnS[Vdmjq\aSl at cbXB]aQLBFnCnNmS[zUbY|dvlspTngzXQSlhc^j_zVIPlpwfkebynoS{_}aI_A
+fIA at OtY_^t~j||GP_sKaLdT~woRfLIcAcCHPj\RCKNcAxoRHvWhJsBxwHmnG@{t|wIp]JDcl|wgBRGwEK at xOCLSJ]BS at HXbWsHIn
+Yv|JtYQ^II@@@[CSLOEI\kjEkIldUdmrwNcSl at M]g at x{\ns at SFn}kQsRldkUbYP]KSLOKkQHmxllSWr^j_e_KPlp|fkUpWShlD[}aI{i
+Yv~UtVh]M@@@@@uAxoSzT[DRMBHpbBAMdJ}GdrjMpdLmKxG{lHUC_uCHXzj{FxPUHD at u]D{wj
+Yv|JtVd]JH@@@NuQLgpRM^Narms`wasCfjJmSoigF|FSm[lH_F`ZCoJls`iDE}ByjGSgYV]g|p
+Yv~pKiSaBA@@@UwAxo}pJ at SVOBHP[WbBjNwBxGdB{EPvP|GhWfFK]{H|wWpKqoUy
+Yv|oKi]aZI@@@~InsXQmrEDqqms`L^LBEeIMSopgFti]n{lHFF`fWvSL_H{zJwF
+fAB at NtyjGS@[Ttw}eA`q_oC}A`R\~ohg_BDTQcAlJ`uwWJc|_Yt|g\co at t\E at XGBQVtopN~NpZk at Hbm
+Yv~UtyV^e_^jx~|GPqkdYtpV~wONhwxAc^|wOIiI{YZaAxONlEFimN}GhkQ}IWRICH at XHSlUVQCHDq{RqEOI at xwgWbGwqnwGddxmWu
+Yv|oKFaaFhaU at l~lspqv]t|HiQldLdULV]aSl at cbTYvg^ns@}y^Ry[qRld`UtKO at ISLOeTnWj^QSlhc^^za~voSOmfCappnoS{_}f^_T
+fIA at jKFoa{^^jHCCxoES[@eEkAHPHV\nGt\|woUSGoGt\~GPmO[OUbL}GHRuIgaot|wlObz}|l|wggUBdLZK at xOfKgLaIS@HXbGdzOp
+Yv|oKFgagV^jc|lspzv]tkPkildw[jk\@cSl at M]kFOy\ns at SFaMCnLuS[FjKt\FKSLOnTnO|ellSWWaaEtJKPlpYY|^dblgS{@}f^kp
+Yv~pKiZbZ`aU at GuAxoSjO]Bqr}wOx\gIz_uBx[MYLn\FmSxGiB\IdPuCHXzRJAKUXD at smXPv_
+fIC at uKiRbFhaU@lJnsXjRey|yrms`R^D^M~JmSoLXcfVBm[lHzy{b^{Jls`L{BQLbj{SgQVMnlI
+fIA at OtVc^o^^jmH~GPBw}\VQOBHP[wa^dWwBxGAuwvSkP|GhreHl|cH|wWUluLbp
+Yv|oKiTaiV^jcInsXtReAUjqms`ia{ArRvrlPOXcn|Un{lHFFDcSeIls`wD}fyx
+Y~}qKzYxc@dkK_IBZr at _FHJ|B~_H\~ah_BDTt at _~Sj at _JdQJc|_Yt|a\BPKc__ZGBBV|kSqAqO at k|Ebh
+Yv~UtE^^T at Ck@`~|GPTdYTgIiAHpqGCj}_aCHpvFg_EAaAxOkK`oTOqBxWqiTkvGICH@}wlfeRQCHDqsC}F}vGHXpIxVlnwGAWRp\V
+fIC at uKzoasw|Tt~lspTIJsYbVnS[Vdyprv^lSyb\lap^ns at XFiUjzNmS[zUXpEtvlspZkQHCLQSlhFaf|j^IPlpwfuFK|noS{_}bF[
+fIA at jKzgaJACk@PCCxo`\DAiYkAHPmI}egKcCHPjtwjxBcAxoR`[LTgL}GHReuWsQKCH at Sp]w~cl|wgBF~KjZK at xOf[I]jlwg]TAJ\}
+Yv|oKzkahv|TDCSLO`vuLfTvS[Ody`eRcSl at hb\\Tx\ns at SFiemAsjld[jgOQCKSLOnTnoTpllSWr^YCoCKPlpYYJYfQSHlD\}bFkh
+Yv~Utvm^p|TzJ~GPlubN{\MBHpblRnXTuBx[MQHOa_mCxGorFNGJ|wg`BxrdI
+fIC at Ptvc^MHCk at KuQLgpRY}wPMRL_H^HmkMuRlPsgHo}~RdSwEFBXBXuSL_V{ds]W
+fIA at jKITan~|TJwAxoXWSvxlp}wodp\jhPwBxGAE]^KeP|Ghrua\UTwCHhjChuQV
+fIC at uKIXaiv|TDvQLgnRYeZJNRL_sawbtJvrlPjgHgGeQDSwyy}[VbIls`wD[Dhh
+Y~}TtenGb@dKy at t}eZ`u_tC}A`wcAXWa_BDTQ`Alp at _JHhu\C`fKA\cNPKc_XGBUV|O^qAqO at k|Obk
+Yv~UteP^nZACxok{UHoZiAHpTDItSCaCHpSEyDoMaAxOkkMrQDqBxWqyYXQ\ICH at XHSoSqn|w{kC\wm`vGH}_ig`ZQ at Hx~PJLQB
+fIC at PteX^rwq~lspTIzS~ViQldi[NhSo^lS\]]tnm^ns@}yZFMEqRldEjmMvlspZkQpG at QSlhFaB[lkvoSOHYf}NQQPlDE}dr`r
+Yv~pKZkaJA@@@UCCxo`|xPqdT~woRNRljb\|wopT}eS~\~GPmNuASsBxwmFlHFSKCH at Sp}lCBSCHXXv|cZAK at xOCx}}bKS at HXbS[@Fv
+Yv|oKZcasvd|lspzvE\X}TNS[[NxZAcSl at M]]TKUcQLIFeYuXsJldyU at RxytlspQkQ`o_SSlhh^}ThtoSOffYbjnlwS{cB[md
+Yv~pKq\aB@@@@@uAxoSrAJesr}wOxtuzBpJ}GdWnoV]AmCxGJenUAUuCHXzl|JxL
+fIC at PtNk^DH@@@NuQLgpRqG~}rms`R^@oPBuRlPsGwJ{GmklH^Fz^@DuSL_sDOWE`
+Yv~UtNg^f~OwAxoXgkitZOBHP[_`[I_wBxGAiaA_rP|GhWR`}MwCHhORdVsA
+fIC at PtNo^zvdInsXtRqcWpqms`L^@oPvrlPOxH}@~QDSw\FzaZLvSL_mDO[nJ
+fAC at aKZ~fVW\udj]]HHSUKZRTHhUD
+fiA at HteI^azGm]T`UUUN@@@@@
+fiA at HteE^CExRbNdUUU\@@@@e
+Y~}TtemGR@[tFKBZe at _LHlC}A`R\~chE`}{kK_cAlT`uW at Jc|_|KC\cGPKSDXGBp at iCHkN~NpTCp]T
+fIA at jKZlaa_^jx~|GPqGWjC|V~wONdGMtBaCHpSUD\jr^~GpTDejeeN}GhkU`FpHICH@}wLM at dn|w{NrR{~\I at xWp@}Wtbnw{t_Wn`h
+Yv|Jte[^gW^jv~lspTIVcVTiQldi[~\sMaSl at F]UIQ`^ns@}yRv]WqRld`eWAoJISLOeTnOOUQSlhc^{QgvoSOmfaDBOQPlD`B_Sg[
+fIA at jKZha_aaU@RCCxo`Bhi|BkAHPHnJpePcCHPO[vSGcAxO`@}qa`L}GHRigOHft|wlOBAwdl|wgBn]H~tGp|gwsuflwgxCLjqu
+Yv|oKZ`aCiaU at y|lsp_IVCsIkqld at dA}Ea\lSW]UqGm\ns at vyRNjkLuS[FZh~txtlspQkQ`DrlLSWu^{qlVKPlp|fadH at ShlD~B_sXs
+Yv~pKQ_au_^j]uAxovmmoLor}wO]kwmRRuBx[Mfk{k at mCxGJYrSfbJ|wgEkEEus
+Yv|oKQWaLhaU at lJnsXjRa@wgrms`wQPsmDuRlPsGcuOEmklH^F^kmZuSL_V[Ozpi
+Yv~Utnd^QaaU at RwAxo}xxrzep}wod at m_c`H}Gx~nunmXoCxWM|I}`mH|wWUJF~vO
+fIC at Ptnl^MiaU at yInsXQm~herqMs`KnolLbIMSopGcEPcQxSwTF^ghDvSL_mdpIch
+Y~}TtUcGK@[tc_w}e_`KH[|B~_mc}SWE`}{kK@`Alt at _NPKJc|_|K[cdo at t\E`XGBj at i{rN~NpZk at DbO
+fIA at OtU[^C at Ck@EACxoNhkF\_iAHpTtltHZaCHpvJZ]Sb^~Gpqg``wcN}GhkMNUbTICH at XHsEUqn|w{ketZ\rvGhjPgONcnw{twA]mX
+fIC at uKjha^HCk at n~lspqvQ|ETiQldi[QzSy^lSybfPRQaQLBFcaRYqRld`eK}ImvlspTnom\QSlhc^woAIPlpRYI at hbnoS{zbXGsS
+fIA at jKj`ag~|TJCCxoE]w{XLkAHPH^jG[m\|wopDFFI_cAxOEooq{IsBxwHI at w_st|wIp}}TISCHXXA}U`qtGp|wyz~RS at HXGRnJfr
+Yv|oKjnaZICk@{|lsp_In}cBkIldUdnYeo\lSW]YoPXcQLIFcAuIsJld\ZtBAxtlspQkQ at zYSSlhh^OBmtoSOCYqbslwS{F]gX_}
+Yv~pKaWaM at Ck@EuAxoSbpmryr}wOxDn|k_uBx[Mj]rupR|GxuN[hySuCHXzx~nps
+Yv|oKa[aJHCk at KuQLgpR^d\UMRL_HngvIuJmSoLxzo at pRTSwayfSimJls`idTzd\
+fIA at jKaSaVACk@uH~GPgDH\}DOBHpL at QTYiH}Gx~AGnzToCxWMlx]X^wCHhjeFnWQ
+fIC at uKa]aNICk@^vQLgKmaoZWNRL_VngN^^vrlPOxF at okQDSwyyf}TuILs`U[kmPs
+Y~}qKJTxJ@[tc at w}eE`{wjC}A`R\~mhx_BDTtP\~Sm at _NhAJc|_|KCRczo at t\``dx}k at iKX{N~NpZk|ObN
+fIA at OtuW^fZACxokwVWACiAHpqs^zXEaCHpSmTRXr^~GpThJYbXqBxWTbDpBjv|wgwLpuan|w{NVZvSVI at xWphp\AQ at HDnGx@gU
+fIC at uKJ`aEH@@@NASLOkv~Be at iQldLdV~Rh^lS\]qZOYaQLBFk^JmNmS[_Zb`sUISLO at kQ`I_QSlhc~Dj at vvoSOmfZ{qHQPlD`b\_Un
+Yv~UtuQ^b~OCCxoEmoRGTkAHPmAERsg\|wopxLS^m\~GpzpjJWHsBxwHQxwS{t|wIp}_~NSCHXXq~iC|tGp|oRw]ylwg]jXoGy
+Yv|oKJfaAI@@@[CSLOEIA]CrTvS[j[iQrGcSl at M]qZbFcQLlyTQJcLUS[AZb`GqtlspQkaE{llSWr~DjrEKPlpYYexE at SHlDyb\_wt
+Yv~pKA[ahZuAxovCTuB\MBHpbX[\XWuBx[MbY]sPmCxGo~OolJ|wgEwFvL~
+Yv|oKASaQH@@@kJnsXjRvbV^MRL_HnkUWUuRlPVxai_pRdSwEFmiXYuSL_V[]W]B
+fIA at Ot~b^v~jH~GPB[_s^MOBHpL`SrplH}Gx~IhnI^oCxWMTUmmcH|wWUF[qd|
+Yv|oKAUapvdInsXtRvT[XNrL_QnkusKvrlPjG^Z`mQDSwyyRzNwILs`U[]_Wg
+Y~}TtMfGH@[LL at JBZR`K at oC}A`R\|ghW`}{kn@^~SY`~w^Jc|_Yt|k\APKCm at fx}|@iK`qN~NpZk|ObN
+fIA at OtM^^@`aU at b~|GPTpJcDGiAHpqSdWos^|wOlbJ}{DaAxOkOjSi^qBxWT\M}EEICH@}wtc{[QCHDqQxsNkvGhOGcOifnw{tKmJY
+Yv|oKroagW^jv~lspTIq]f}VnS[s[Eeqs^lSybA|m{^ns at XFgvF`NmS[_ZZs|lvlspTnXbnlSW\A}bYIPlpwfb}D~noS{_]EwAx
+Yv~pKrga^aaU at RCCxo`r`RiFkAHPHAfAdAcCHPjX`\EYcAxOEwzc^L}GHw~chflt|wlO|seTSCHX}fC~~}tGp|__aHMS at HXbE|fKH
+fIC at PtMT^fV^jc|lspzvNRtWkIldp[Eu\PcSl at hbABFDcQLlyXiBHsjld[ZZsBTKSLOKka__]Sslho~B]rptoSOffb}ODSHlDybzHm`
+Yv~Ut~m^A`aU at bJ~GPI\YGdfr}wO]WCca|J}GdWl~DLvR|GxuqdKI]uCHXz`}}fm
+Yv|Jt~c^YhaU at IuQLgpRFfnNMRL_mQ\hu at uRlPsGJCo|RdSwEFKOSgJls`idzsRA
+fIA at Ot~k^EaaU at wH~GPgd_lVyp}wOsOoYDlH}Gx~yR~DpP|GhWDlmdjH|wWUvhQPv
+Yv|oKAXa}V^jFvQLgnRFRgMNrL_tQ\HsaIMSopGJMOsQxSwqyTmkIls`wdz}X`
+Y~}TtmnGS@[Li_t}ee at _pwZ|B~_mcUWH`}{kK`aAlY`N`LJc|_|KUcYPKCH`ZGBFVDpsN~NpZk at FbP
+fIA at jKRoa`|T_ACxokowIGRiAHpT|T~HBaCHpSCLtLh^~Gpq_ at LUbN}Ghks]ihhv|wgwtQH[QCHDq^YpOKI at xWU[y[[HQ at HDncreSG
+fIC at PtmX^CHCk at KASLOkvfR~}VnS[s[uSZQaSl at cbq[|h^ns@}yPyAnNmS[_ZNIMCISLOeTnMRQSlhc~fX_dvoSOHYsfjAQPlD`b~T|I
+fIA at OtmT^DACk at PCCxo`rgZ}T~wow^I]ag\|wopHkmpHcAxO`hwdpOsBxwH^jGqft|wlO|yjRSCHX}z at i]MK at xwl@Uxyxlwg]VVlZr
+Yv|oKRcaBICk@^CSLOEIYMwxTfS[IdJL`AcSl at M]NdpBcQLlyPEdmLMS[SZNImqtlspQka_fqllSWr~fxbAKPlpYYsFQslWS{A]AkA^
+fIA at jK~\aT at Ck@`J~GPIlFzN|r}wOxpEB_TuBx[Mdz~c[mCxGoYrMGxJ|wGR`DpDv
+Yv|oK~TaHHCk at KuQLgpRjaz}rms`Rn]dsMuRlPsGtx[ZmklH{ypu^gJls`id^a\[
+fIA at jK~Xaj~|TJwAxoXkH]~SOBHpiwmA_^wBxGAjAnGwP|GhWhCMp|H|wWpQuajZ
+fIC at uK~PaSICk@{InsXQmUilCNRL_sQbkJJvrlPjGtpseQDSwyypyweIls`wd^n at k
+Y~}Tt]`GJ@[LL`IBZS`OhW|B~_mS|]Wh_BDTQ`bAlF`F at GJc|_|KScxo at t|R@[GBNVDpsN~NpZKCNbM
+fIA at Ot]X^B@@@@@ACxoN at KpZQiAHpTB^{BCaCHpScmpRv^~GpT at jzhN}Ghk[dw\{v|wBHKumdn|w{NIwUd]I at xWptQBvXQ@HDKRhzz
+Yv|oKbkazwq~lspTIeMMRiQldi[]wHKaSl at F]FqJYaQLBf`je^qRld`enecJISLOeT^@LHQSlhFA^AxSIPlpwfx^DcnoS{zby|w~
+Yv~pKbcaCA@@@UCCxo`J_a^IkAHPHQn`FNcCHPjpUls`\~Gpzx\HiQsBxwmqqTaxt|wIpCqf|l|wggJBmPttGHSoUBEWS at HXGnpsrA
+fIC at Pt]R^dvACSLO`vZrgxTvS[j[]OmScSl at hbynF`\ns at vY_UoLeS[eeneSQKSLOKkaoGJSSlhMA^~K{toSOffx^OYShlD[]F}kJ
+fIA at Otak]~J~GPls[lZ{r}wOxP`jiEuBx[hWCTIqR|GxueniRpJ|wGRpS[kjgC at a@@@VT
+fIC at uK^XbcwTuQLgUmmZgsrms`RnUfzqJmSoLx_ajoRTSwDfpMbQuSL_V[VCOJUTlXhiYvZ
+fIA at jK^Paq~jH~GPBKxyLROBHpiWnn^xH}Gx[RrffLoCxWhOMjDXwCHhjANYgs
+Yv|oK^^aLI@@@[vQLgKmmnnpqms`LnUV\{IMSoUx_ifxQDSw\fp}klIls`wdiTK[
+fAB at kKbVxF@[l~@u}eLPpOM|B~_Hlchp_BDTt`\~Sk at _ITzu\C`Ct|m\EPK}U_[GBTVtW_qAqO at K}ObF
+fIA at Ot]U^O`aU at b~|Gpf at NZxzV~wONbslVa^|wOIslGN{^~GH{`jHafN}GhkGiRZuv|wBHK{q^QCHDqzQePRI at xWplMfl|nw{Qj~yxL
+fIC at Pt]]^vW^jSASLONIMuwuVnS[s[SpmKaSl at F]JO@aQLgYWmd[qRld`ezG\CISLOeT^@EZQSlhc~eG}jvoSOHYoUNynoS{_]BUNs
+Yv~pKblaQaaU at RCCxo`joTW_kAHPmNaB|c\|wopP^Cki\~GpzDa`PSsBxwmiN\j_KCH at SpCMy]SCHX}bAkzttGHSw_y]BS at HXbARyo~
+Yv|oKbdahV^jc|lspzvrJepTvS[j[ShjZcSl at hbup]{\ns at SfhRlNsZldezG\ftlsptT^PqglLSWPAZXo|toSOffPZZDSplDlb}jsA
+fIA at OtQf]W`aU at GuAxoSTwd}wr}wOx at VNrSuBx[M`DdrxR|GxuMynPuCHxHX{~EWUXL at J`Pvnb
+Yv|JtQn]KhaU at lJnsXjR|Cm{rms`RnYe`XuRlPVDDTimRTSwDftp_}Jls`L[Jp|OUTlXhieVA}
+Yv~pKn_ab^^jmH~GPBsTNmDOBHpLXSIVgH}Gx~CgM^SoCxWM@[eVTwCHhj^l]}l
+Yv|JtQh^AiaU at yInsXQmCj[nqms`iQfZDQvrlPODD\UaQDSwyYKGfIvSL_mduGav
+Y~}qKBZxF@[l~_w}ez at oW{C}A`wS~]Wa_BDTQ at aAlG`Jp~u\C`Ct at d\[PK]B@[GBk at iwOKqAqOet}q]d
+Yv~Ut}]^q|Tz~|GpC_r|lfV~wOkMGncs^|wOltbJ{w^~GH{Pac at qBxWqw@UXuv|wBHk`gRQCHDqJ at o@KI at xWUCdNoNQ@HDnyXSrZ
+fIC at uKBlaVHCk@n~lspqvBJSXiQldi[kLr^lSyb]e\FaQLgY[}wIqRldEZmgz_ISLO at ka__]QSlhc~SbIYIPlpwFoLwOQPlD`b{vDD
+fIA at Ot}[^u~|To||GP_eHTMbT~woRIAnPo\|wop`rjs\cAxOE[L`WoL}GHRFUmJst|wIpCKuwl|wgg\C_R{tGHSWRoalwgxneHDi
+Yv|Jt}W^WICk@{|lsp_I}UEqTNS[[klWGcSl at M]bZPIcQLlY[CIFsJld\ZmgrNKSLOnT^POzllSWr~Sb[XKPlp|Fol}elWS{db{vV`
+Yv~Utqn]i|T_uAxov[rQ}OMBHHh_sICvJ}GTLo at vWoR|GxPB\eifJ|wGw[B[HOUHL at LPHKrv
+Yv|oKN_bkw|TQuQLgUmsxkWMRL_HnQG}aJmSoi{]LxMmklH^fRvc_uSL_V[ljEjjkSgriuk~b
+Yv~Utqh^c~|TJwAxoXSl|nqp}wOs{ovp]wBxGAtgLuqP|GXL_fElDwCHhOI`x~r
+Yv|oKN[a~v|TaInsXtRLcyZNRL_VnQgqyIMSoUDb{An{lHcYmAEGvSL_mdSYxz
+Y~}qK|Rx[@[l[_IBZWPtWK|B~_Hl}ih_`}{[u`\~Sk at _Etju\C`fKA^cQPK]B_XGBKVxGqN~NpZsMbX
+fIA at jK|lar~|GpCoPKfvV~wONJv[Af^|wOI[|NFj^~GH^wZ`l{N}GhNPq_|qv|wBHkt}en|w{N}A}LUI at xWpR@MGEQ at HDnqmtcL
+fIC at PtC[^QH@@@k~lspqvljAMiQldLdxuxm^lS\]lCYq^ns at XfllbbNmS[_ZsUwavlspT^`funlSWy~WUVlvoSOHyxwmvnoS{_]@~Rg
+Yv~UtCW^s~j||GP_EhALpT~wowVn[h_cCHPOGHDe\~GpztXWgxL}GHwe\zHAKCH at vO|peASCHXXs_Gg`tGHvxFuSJS at HXbVAB^
+fIC at uK|`auvd|lspzvlZHUkYldSdxeQq\lSrbSBdQcQLIflLU~LuS[ceLjpqtlspQkaOMESslhJAhjretoSOCyxWg\ShlD[]@^_|
+Yv~pKv_b[@@@@eJ~GPIDn]b~r}wwWPsR|uJ}GTLGG]R[mCxGoSwlYeJ|wGwsflHAUHL at LpxtQh
+Yv|JtIh]xwqJnsXOm[@nnrms`wQA{QXuRlPVDvnddRdSw`YYL~RuSL_V[XEPbjkSgri]BF[
+fIA at jKv[ak~OwAxoXcB@|YOBHpi[mVwMwBxGd{rWzAoCxgsHpFp_wCHhjfCprK
+fIC at PtIl^HI@@@[vQLgKm[x at iqMs`nQA[]@vrlPj{I^MwQDSw\ff{HcIls`wdgrM[
+fAB at kK\]xk@dc`t}ea at oCpuC}A`wSBZWB`}{[PocAlw at _EDTJc|_Yt~a\no at tb}`gx}t at iGxNqAqOeL@r]g
+Yv~UtcZ^y_^j]ACxOYwSfvmV~wOkU|kAAaCHpS{CL|^aAxwaXJv^eN}Ghk{FW]ICH at XHkjtvn|w{kLoIFCI at xWUukdZpnw{Q~MVmL
+fIC at PtcV^[haU at IASLOkvTZlMiQldLdHQqv^lSybkkQCaQLgY]kAiNmS[_ZgN^ovlspT^`}CQSlhF~OO}FIPlpRylHjanoS{zRxYrP
+fIA at jK\aax^^jHCCxoEyXkIbT~woRYq[IVcCHp}_OqPj\~GpzLf{~{L}GHwuxv`gt|wlO\ORQSCHX}db|mztGHS[wUQilwgxFjOvw
+Yv|oK\oaEiaU at y|lsp_IkellTVS[HdHALcSl at M]Td]FcQLlY][D_sJldyeXqvmtlsptT^pU\SslhoAppaEKPlpYylpahlgS{@mGfzE
+fIA at OtIi]W`aU at GuAxoSx\Oser}wwrwi{TUuBxkVKc at QGmCxGJdWOR[uCHxH|^V^KUHL at LHdA@
+fIC at PtIe]PhaU at IuQLgpRxXKvrms`RnvF\zJmSoLDiXnCmklH^fatTtJls`LkWAMUdlXLV|J}|
+Yv~pKvRa}^^jHwAxoXCR}x\OBHpiknvd`H}Gx~Wa`~aP|GXiXAzNeH|wWUE^Cch
+Yv|JtIc^V^jFvQLgnRx at RmqMs`nQIy@\vrlPODiTELn{lHcY^cBdILs`pT@`lJ
+fAC at aKlufJW\uAUbbwRSUKZwkwWj^
+fiA at mKlyaYExRbk_jjjq
+YV~wKlqa`zGm]TdUUUy
+Y~}qKl_xu@dcZ at KBZa@o}onC}A`RlAhhx_BDTt]~Sg at _I`{u\C`CtBh\UPKmY at ZGBXV@`AqAqOeL~s]I
+fIA at OtSX^g|T_ACxOYWaoauV~wONzHnLr^|wOlX}XXz^~GH{x_GiyN}GXUom|F^ICH at XHknzkn|w{N[Ix~dvGhOeU_Ctnw{QqX at Fs
+Yv|oKlka_HCk at n~lspqvxZGKiQldLd`VPZaSl at cbgvIf^ns@}YUGRNqRldEZ\P}vlspZkaoO[QSlhcAtNHjvoSOHyRLnnoS{zR|u[y
+Yv~pKlcaf~|TJCCxoEYDTleT~woRyiQ\i\|wOBP\KHOcAxO`lMKf~L}GHwm@~vct|wlO\kW at SCHXXg^ybwtGHSkB at tclwgxjMfDF
+fIC at PtSR^AICk@^CSLOEIGEquTVS[m[_yQa\lSW]XqUVcQLIfjxhMsjld[Z\HEKSLOnT^p_ at SslhJ~KqEftoSOCyRLtqlgS{eR|Mt}
+Yv~pKVTbp|TzJ~GPlg{WMBHHMX at ooEuBxks|Z]JcR|GxPXcX}}J|wGRRjWIUHL at LhtscJ
+fIC at Ptig]HHCk at KuQLgpRHloNMRL_mQEz{JmSoLD]}cUmklH{Yzn\yJls`LkglpDUdlXLVLW at _
+fIA at jKVPa@ACk at PwAxo}BUIEFOBHpLtSq~uH}Gx[Pb[aRoCxgV{PeirH|wWpjRNcZ
+fIC at uKV^aXICk@{InsXQmwGqgqMs`nQEzlyIuSo at D]s_]nGlHkYzfyNvsL_jTX]eh
+Y~}TtshGt@dcZJBZVPrlC}A`Rl}chy_BDdo@^~SY`vgku\C`fKA\cNPKua`dx}k at iOpCqAqOeL]}
+Yv~pKLka}~|GpCgbANuV~wONFF]i\aCHpvh\Vgk^~GH^[ZeUaN}GXpH]D[uv|wBHkItpn|w{khWlFXI at xWpF~Ls`nw{tfAVOc
+Yv|Jts\^^H@@@k~lspqvHzAkVnS[VD_bin^lS\]P_^VaQLBffHOMqRldEzHEVISLO at kaou\QSlhcArK[mvoSOHyzjuSQPlDEmE\eL
+fIA at OtsR^c~OCCxoEidnw[kAHPmzFsTt\|wOgOi[mb\~Gpz\csOsBxwHbXvkdt|wlO\Cy^SCHX}pcQjIK at xwlLvUWslwg]ModRt
+Yv|oKLeaevACSLO`vHFHtTVS[m{`}b\lSW]Poml\ns at vYYwegLYS[HzHyctlsptT^H\XSSlhhArkT{toSOfFEudKSHlDyRzc}p
+Yv~pKfXbvJ~GPlw\CJfr}wwrGF\VwJ}GTLMaaYzR|GxuOF]fMuCHxmUSnhDUHL at LX\pM[
+fIC at uKfPbjwTuQLgUm_u at yrms`Rnr{{FuRlPs{xY[Pm[lH_f}WNmJls`iTlAb~j[SgsikAil
+Yv~UtYa^f~OwAxoX]FHgp}wOsSo~`]wBx{t at wRfJoCxgstVjpBwCHhOMOrcS
+fIC at uKfVa`vAvQLgnR`\^jqMs`nQMxF\vrlPODGnFLnGlHNf}_ at wILs`UkSql
+Y~}TtseGy@dcZ`JBZLPLX}C}A`wS}SWf_BDTQ at aAlG`J at eu\C`fK}[cmo at tJ{fx}x at YpODqAqOel|u]
+Yv~pKLbaN`aU at b~|Gpfx__vuV~wONfMoc at aCHpSORlbCaAxwDKMTa|N}GXUG[nvFICH@}wTzdZQCHDqPFqUVI at xWpVeV`mnw{tZXGPB
+fIC at PtsS^iW^jv~lspTI_yw}VnS[s{H[cDaSl at FmFE]aQLBfnP|IqRldEzTcbDISLOeT^P~GQSlhF~qSfJIPlpRyN^vunoS{_mAdtH
+fIA at Ots[^PaaU at RCCxo`vk|}gT~woReEkUx\|wOgwVqgTcAxOE}m|MRsBxwmCSUhct|wlO\Mo]SCHX}``m at mtGHv\xzbhlwgxBfjUR
+fIC at uKLhaMiaU@y|lsp_I_yzuTvS[j{HGZScSl at hR@EDWcQLIfn`exLuS[cEk\}ltlsptT^HfzllSWrANlOKKPlpYyNnYHShlD~R~{BS
+fIA at jKFQbg_^jxJ~GPlOnMGSMBHHMd\QGaJ}GTizYBVLmCxGJ at nv]hJ|wGwyWoTAUHL at LxBBVE
+fIC at Pty`]eW^jvJnsXO]`IDrms`RnBxsfJmSoi[oofWmklH{YDmweJls`iTJlaXUDlXni{wD{
+Yv~pKFWaHaaU at wH~GPgRiJGNOBHpL\RNexH}GDnHDNK~P|GXLSDumzH|wWpBK_p_
+fIC at uKF[ajV^jcInsXtb_jZoqMs`nQ}{nNvJlP[ogdcQxSwTf{juzILs`Uku[}b
+Y~}TtKmGp@dcZHBZz at oCpP|B~_mSAXWB`}{[PaAlf at _MDmu\C`fKATcRPKUv at gx}OfwOsN~NpZS}Cbr
+Yv~pKtlaf|T_ACxOY[CawdV~wOkI_sol^|wOIoSsVAaAxwDs`uD^qBxgO[vpeYICH at XHkMALQCHdf_[WZ_I at xWpNsySXQ@HDKmRUZ@
+fIC at PtK[^`w|TQASLONi`yf{VnS[s{xXIaSl at FmwS{\aQLBfAqtNmS[zE}npcvlspT^PEfnlSW\~vfutvoSOmF^FSsnoS{_mFpCG
+fIA at OtKW^g~|TJCCxoEqLP at CkAHPHUUnGMcCHpXhCmZd\~Gpzbi}@XsBxwmSu}_ht|wlO\Ux at SCHxj_bGP|tGHSCLwWnlwgxl}kpR
+fIC at uKt`aDICk@^CSLOEi`Yk`TNS[ZD{Bh\lSWmwSh{\ns at SfA_oHsFldUzBQgtlspQkawnJSslhJ~vfJOKPlpYyaYzalWS{dRyOME
+fIA at OtE`]m|T_uAxovoMMaUMBHHMTkrhUuBxkVIbOSEmCx{PMfXBuCHxmip~Lwjwss{mil}
+Yv|oKzWbkw|TQuQLgU]HnF|rms`RnLzSnJmSoi[KrWAmklH^f_emJuSL_sTVWMmj{SgQVhUVd
+Yv~UtEd^]ACk at uH~GPgrQcPXOBHpiCnEaSwBx{txjy{`P|GXiBJRu]wCHhj\YbVX
+fIC at uKzSa[ICk@{InsXQ]Hq{dqms`iQsyACvrlPj[K|ejQxSwTf_mrzIls`Rkidq~
+Y~}qKT\xP@[|rPv}eKP|{nC}A`Rl|jh\`}{knp\~Ss at _MlNJc|_|KB]c~o at tjlPgx}Wfwk~N~NpZS~FbY
+fIA at jKTdaX@@@@e~|GpfT~o{dV~wOkqUYdv^|wOl at MyG}^~GH{\EsAqBxgjL at jwiv|wgwTB|tn|w[YHU}LOI at xWUaPTn^Q at HDKCMLem
+Yv|JtkW^`wTASLONiHY{VnS[s{txv_aSl at cRxSkMaQLgYvpd^qRld`EeuVDISLOeT^PCTQSlhcAMHLIPlpRyY}enoS{zRC`UE
+fIA at Otk_^|~j||GP_Qlry_kAHPmJrWbOcCHpXXwo^{\~Gp_mxRAGsBxwHtvT\at|wlO\yi~l|wGUHnoXUK at xwI]a|Xulwg]KguAM
+fIC at PtkQ^dvACSLO`VwfMwTvS[j{tdHy\lSrRxsEj\ns at vYvpCxLMS[vEeuVatlsptT^HUJSslhJ~r at IntoSOCyY}xqlwS{Fm|o[M
+fIA at Oteh]vJ~GPl_w]Cir}wwrsqofAuBxks~k[LlRtGDTWds at tJ|wGRnsoFdjwsVdJqlM
+fIC at Pted]qwqJnsXO]xZmdrms`wQ{F\nJmSoi[UUfgRTSwDVX`rVuSL_Vk^FLGUDlXKVp|S
+fIA at jKZSay~jH~GPBu~CcLOBHpLBSbcGwBx{QknLOKoCxgsRcBf~H|wWpLzi[Y
+fIC at uKZ]aavAvQLgnbGQs^NRL_VnDE~}IMSoUdjf[wQDSw\VXHG[vSL_Hk^Nv\
+fAB at kKdUxb@dCMPKBZy at o{KB|B~_Hl at ehF`}{kKPcAls at _u{@Jc|_|K~Vco at tZwofx}EfKTmN~Nplr]n
+Yv~Ut[V^N`aU at b~|GpftC^khV~wOkQZfmt^|wwC at sWZYaAxwaBrrceN}GXp\vC\LICH@}wT\~xn|w[YDLzwxvGhjaDHJYQ at HDKKhmW`
+Yv|Jt[^^wW^jSASLONixYFHiQldLDcCrl^lS\mKyQOaQLgYzhkWqRld`Eqgc~vlspZkaot_QSlhcAkzccvoSOHyuGsinoS{zRGxHY
+fIA at jKdoaPaaU@RCCxo`^cvuTkAHPmrRrnl\|wOBDxtM^cAxOEuKrA\sBxwm[nOd_KCH at Spcfcul|wGUxlcE|tGHSMkaA_S at HXG{qtbo
+Yv|Jt[X^ViaU@\CSLOEixikxTNS[{\bJFcSl at MmKY}e\ns at vYzXvYsZldZzNX\AKSLOnT^H][SSlhhAkFdztoSOfFJDhslwS{FmxGv@
+fIA at Otee]{_^j]uAxODktf|r}wwW\PCafJ}GTiqoU~}R|GD@[|WuCHxHAuz^\UPL@{kezdl
+Yv|Jtem]gW^jvJnsXO]TBtTMRL_HnH{ksJmSoLd^x}RTSwaiSypqJls`LkzuTzj{SgtiT|j
+Yv~Utec^TaaU at RwAxo}jnClp}wOsmokT`H}GDKSB@]nP|GXij\lQwCHhjTDOlV
+fIC at uKZTaRiaU@\vQLgK]TZe^NRL_VnHGQ\vrlPOd~pfbQDSwyiSqaGvsL_jTEByX
+fAB at kKDYxG@[|WPIBZp at o}KcC}A`Rl at ehc_BDTQPbAl@`NHou\C`fK~VcZPKemogx}v at Y|kNqAqOe\||]J
+fIA at Ot{^^p|Tz~|GpCS__~@iAHpqaP|Bg^|wwfouYJo^~GH^]PtBnN}GXpB{tuxv|wBHkc|TQCHdCtmNRI at xWpqRJyYQ@HDK{~liF
+fIC at Pt{P^hw|TQASLONiTiolVnS[VD]Ehy^lSyR\o_~^ns at XfM{QTqRld`E^DhvvlspZkaot_QSlhcAoCvwvoSOmF\_JNQPlD`r at Lf`
+Yv~Ut{X^t~|To||GP_A|su at kAHPHm}bCKcCHpXdRzEScAxOEUari{L}GHwGzpnDKCH at vO\Yvdl|wGp[PVKftGHvJ[lbllwgxhsZLP
+fIC at uKDkaLICk@^CSLOEiTiVeTNS[ZD]YVz\lSrR\_cAcQLlYrdprLuS[cE^DHDKSLOnT^Hm at SslhJ~P|t~toSOfF\\clwS{cr at Lwo
+Yv~UtUm]f|T_uAxOD_Y`n\MBHHM|eN|^uBxkVzW~^zR|GD at s[tZTuCHxHqQ]ENU at L@}KyJqb
+Yv|JtUc]~w|TtJnsXO]ldsBMRL_mQ_G`nJmSoi[zzbHmklH^VJCQFuSL_sT}`ctjGSgYf_vUL
+fIA at OtUk^IACk at PwAxo}ZvJFSOBHpiMmoK at wBx{Q}Psd~P|GXLEJKJjH|wWUGhudI
+fIC at PtUg^NICk@^vQLgK]lBBMNRL_sQ_{ZAvrlPj[zRfQDSwyiutw{Ils`RkbPnm
+Y~}TtGnGI@[Bot}e^PBpcC}A`Rl at hhn_BDTQ@aAlG`~_}u\C`CtAh\oo at tZR[GBo at Y|_jN~Np\|}]@
+fIA at OtGP^`ZACxOYc]VvHiAHpq~]X^HaCHH|Otd]x^~GH{rEZmLqBxgjrRyOICH@}wTBMln|w[|CCV\TI at xWpiNYTSQ@HDKWGM@[
+fIC at uKxgaCH@@@NASLOkVSVfoVnS[VDu~_CaSl at FmmNy{^ns at XfCKOqNmS[zEFZZsvlspZkaoBSQSlhcaXdp`voSOHy[TYinoS{zrDbM~
+Yv~pKxkaa~OCCxoE~b`_`T~woR]CkMy\|wOgkQ^Q_cAxOEe\RGDsBxwHh}KuEKCH at vO\yoLSCHxjsRELBK at xwlZao`plwg]O[xjw
+Yv|oKxcaXI@@@~|lsp_ilippTNS[{Ja]YcSl at hRRIta\ns at vY|te~LyS[jEFZzdtlsptT^HEcllSWW^g[aNKPlpYy[dMulwS{FM{m}N
+fIA at Otuc]yJ~Gp^oZsUhr}wwr]}g}kJ}GTiMlF`[mSx{y|rE[_uCHxHYVpxtjwsssijLI
+fIC at Ptuk]@H@@@NuQLgpb}ONurms`RNoFtCuRlPs[lmYImklH^VNDDeJls`iTk]YCUXlXaYp_fF
+fIA at Otug^l~OwAxoXEyHN{p}wOsu^xkVwBx{tJTvIhP|GXiVDdi^wCHhjhu}ir
+Yv|oKJPajvAvQLgnb}k@NRL_sqPyTuIMSoUdSZuMnGlHNVNte^vSL_HkTjyi
+Y~}TtGaG[@[BJ_IBZr at oMhpC}A`wSCZWT`}{knP\~SH`qknu\C`fK@^cGPKEzPdx}Hf}gvN~NpZcMbe
+Yv~UtGY^v_^j]ACxOYCnkdNiAHpq^fTx^|wwChjBNSaAxwajRg~~N}GXUUbWoqv|wBHkuktn|w[YRctVdvGhOFfxlenw{t`m[qd
+Yv|JtGU^qW^jSASLONiBibSiQldi{zEx{^lSyRZDmCaQLgYtlE]qRld`ERIiTISLO at kaoFlnlSW\^c^ZcvoSOHywrqSQPlDEM}epN
+fIA at OtG]^m^^jm||GP_^R|JtT~wowBlyAUcCHp}KzZyu\~Gp_ywbqoL}GHRp[MBKKCH at vO\UeDSCHxjCQ[hrtGHSySRfBS at HXb@AvOR
+fIC at uKxlaoV^jc|lspzV}vbaTNS[ZDEZlz\lSrRZdALcQLlYt\\lLUS[AzmvzRKSLOKkaw~FSslhJ^cnwvtoSOfFHmZilwS{crBz^H
+fIA at OtMj]_`aU at GuAxOapGn}SMBHHMR[]YqJ}GTL|U}liR|GDeRnNEJ|wGRebjD]UPL@{SqFvs
+Yv|oKrYbgW^jvJnsXO]RoN|rms`RNgEV}JmSoLdwOxWmklH{iNABhJls`iTOvZhjgSg{YXFrL
+fIA at OtMn^JaaU at wH~GPgFZia\OBHpiU\rDPwBx{tzzubQoCxgVqVGKPwCHhjpnL\k
+Yv|JtM`^wV^jFvQLgnbMOxxqms`LNgehsIMSoUdO at FMnGlHNVqq\QvSL_HkpE{Z
+fAB at kKXVx@d}PKBZ@PrI|B~_HLohi_BDTQ@`AlQ`yGKJc|_|KBXcoo at tz`@dx}PfuRqAqO at cCHb|
+Yv~pKXjaI at Ck@EACxO|BSckSiAHpTQWX\n^|wwfgTFFUaAxwaZonZXqBxgOy[NU]ICH at XHkYVsn|w[YZR}movGhOZ\sDrnw[c_JVSW
+fIC at uKXbaUHCk@n~lspqVMVwVnS[s{VCxq^lSyRfmWl^ns@}YxBdKqRldEzsllpvlspZkaoILQSlhF^ehsYIPlpwzqvrnoS{_Myq[Y
+fIA at jKXlaMACk@PCCxo`QMIU{T~wow|LXt}\|wOgsLbpl\~GpzfzCYzL}GHw_PntYKCH at Spcbx}l|wGURLW_atGHvfg~JCS at HxPPDA^
+fIC at uKXdatv|Ta|lspzVMvQuTvS[j{VcSj\lSWmYbbEcQLlYxBCmLUS[AzslBatlsptT^HrISSlhM^ehzKKPlpYE at veblWS{drFNmt
+Yv~pKRYbE at Ck@EuAxOahxsL^MBHHMJnJkIuBxksKntflR|GDejyb`iJ|wGwr{vkkjsgca~bV
+fIC at uKRQbYHCk@nJnsXjbUDAOMRL_mqTxByJmSoLThiWDmklH^VU{jDuSL_stpx_`jgSg{YDSXe
+Yv~Utm`^UACk at uH~GPgfJRUcp}wOVz`~w|H}GDnVIOvRoCxgVAoW]rH|wWp`\u\B
+fIC at Ptmh^IICk@^vQLgK]joWRNRL_VNkgVxIMSoUThUdyQxSwqijht{Ils`RKOO|a
+Y~|{KhzfEW\uAUbbwRSUKZwkwWj^
+fiA at mKhraMExRbN`UUUkZ
+fiA at mKh|apzGm]q[jjjcZ
+fAB at kKhTxD@[Bo_t}ee at ou[sC}A`ws|QWT`}{kn_]~Sy at _zWNJc|_|K|YcAPKEz_dx}o at YvgFqAqOe\|q]G
+fIA at OtWW^M@@@@@ACxO|RpVW}V~wONI\dt]aCHHYDjwVr^~GH{FEPkiN}GXpVipLJICH@}wTazen|w[|Ytm}xvGhjuwQ@Q at Hd\hH@y
+Yv|oKh`aKH@@@NASLOkVevTZiQldi{nGPy^lSyRnr at NaQLgYpRygNmS[_zGpgvlspT^PD at QSlhF^AmJ~voSOmzWVJIQPlD`rAabr
+Yv~pKhnaSA@@@p||GPzquVRJkAHPHckflGcCHpXl_cgWcAxOEijtOKsBxwH at HFTct|wlO\KONSCHxjupjJCK at xwlviRexlwGowlYau
+Yv|oKhfajvACSLO`VevmSkqlde{ngUVcSl at hRnrs[cQLIfOMS{LuS[cEx at GltlsptT^H`mllSWW^AMG at KPlpYEhI]clWS{drAa[{
+Yv~pKb[b~J~Gp^gEScir}wwreOxNPuBxkVxV{sLmCx{FchSCuCHxmb at B|pjsB|AZx\
+fIC at uKbSbbwTuQLgU]FcMKMRL_mql[koJmSoikCC|~RTSwailcHSuSL_VK[tQfjgSg{Yttm{
+Yv~pKb]at~jH~GPBimOedp}wOVFbbPWwBx{tnS|BzP|GXL^AOziH|wgN@sDw
+Yv|oKbUaMI@@@[vQLgK]FGxdqms`iql[TqIMSoUT|J`sQDSw\VSRvwIls`RK[|]T
+fAB at kKHYxN@[Bo_u}es at ouWxC}A`ws|]Wv_BDtF`aAlY`}wnu\C`fK|]cZPKyj_gx}p at Y~wVqAqO at cAAbc
+Yv~Utw^^\`aU at GACxO|rJh|eV~wOkVnkzTaCHHYd[LmYaAxwaVReHRqBxgOQNBOICH@}wTUmIQCHdfQUt_WI at xWp]hWDenw[FD^z}k
+Yv|JtwP^DhaU at l~lspqVYvrwVnS[s{AWOaSl at Fm~D at h^ns@}ijpsNmS[zE`|pYISLO at ka_lmnlSW\^FJGLIPlpRET]sxnoS{_MzfeL
+fIA at OtwX^XaaU at RCCxo`IUBGRkAHPmldDYRcCHp}C[lXUcAxOEIPxWvL}GhE_tLoSKCH at SpcpSVSCHxOzMfcwtGHSQ]g|YS at HxuGIlj{
+Yv|oKHka`V^jc|lspzVYv[Wkqlde{a`Qq\lSrRAGsQcQLIV at UZYsZldZz_cXHKSLOnT^puKSSlhM^FJVftoSOCETm[QShlD[MzfHv
+Yv~pKbRbM`aU at bJ~Gp{xYU{OMBHHhEjiVLuBxksOmXZeR|GDevWW{bJ|wGw\dxLLU at L@}}n{iA
+fIC at Pt]c]jW^jvJnsXO]vMPEMRL_mqbYZhJmSoikyXJ~RTSwaiXfNIuSL_stBA{yjgSg^fSVmy
+Yv~pKbTaGaaU at wH~GPgv|[[~p}wOsY^TDwBx{Q~@N[ZoCxgVNpoCYwCHXqOcCaq
+Yv|oKbXa at iaU@yInsXQ]vSNNNRL_sqbiupIMSoUTFowPnGlHkiXjOMvSL_mtBNum
+Y~}TtOnGx@d]bu}eHPJpZ|B~_ms|[Wr_BDTt\~Sq at _BPiu\C`fK|_cEPKyO at XGBQfA at xN~NpZcAHbu
+Yv~pKpoan|T_ACxOYuv|FNiAHpqfdk\OaCHH|KeIjNaAxwDIPCXUqBxgOAqwhev|wgwTkV_QCHdCA{j`XI at xWpCBRDanw[Ft{}nH
+fIC at PtOX^hw|TQASLONiNIYMiQldLDvGbv^lSyRINg`^ns@}iwz^JqRldEFHQ{vlspZka_YonlSW\^|ONvvoSOmzCDPDQPlD`rCufc
+Yv~UtOT^JACk at PCCxo`ieDbbT~woRsGJQs\|wOg}ulWc\~GpznBOIjL}Gh`pm_uXKCH at SpCwN~l|wGUVND|JK at xwl^OwaFS at HxPThT_R
+fIC at uKpcaLICk@^CSLOEiNIpmTNS[ZDv[eYcSl at hRInmo\ns at viwFH\sjld~ywn at ZKSLOKkaO]ISslhJ^|wxtoSOfzCDslWS{AM|J at B
+fIA at Ot}c]H at Ck@EuAxOaD[t_mr}wwrY}HgMuBxKATWZ}RtGDq~H}XPuCHxHKmv\UHL at i]Nxmr
+Yv|oKBTbNHCk at KuQLgpbaf~drms`wqjjcOuRlPsknNZkRTSwDv at _TBuSL_stzlTEUXlXaY|_}y
+Yv~pKBXab~|TJwAxoXqSRo^OBHpii|BalH}GDKvsDpAoCxgsYf at lfH|wgNhNeOW
+fIC at uKBPa~v|TaInsXtbarXfqms`iqjjd[vrlPOTQyGwQDSw\v``yBvSL_mtzDB
+fAB at Nto`Gg@d]GpIBZn at ouSG|B~_HLCmh[`}{knO^~S~@_rszu\C`CtCc\oo at tFUpZGB^fNlvN~NpZcb at bT
+fIA at jKPgaP@@@@e~|GpfjknEJiAHpqzk{POaCHH|sdFr_aAxwany{OCqBxgja{y\UICH at XHKooVQCHdCIFKczvGhjSVuUpnw[cC]WjT
+fIC at uKPkaWH@@@k~lspqVAvNPiQldi{y|nFaSl at Fmz_rs^ns at XVDYd^qRld`ykutavlspT^@winlSW\^xIHxvoSOmzU_KpnoS{_Mx|y}
+Yv~pKPcaKA@@@UCCxo`YE at OgT~woRKgCl\cCHp}]Ab at DcAxO`^IP@[sBxW_WFK}ZKCH at SpCcYASCHxjQKTrxtGHS~z\AulwGosbnOr
+Yv|oKPmaSI@@@~|lsp_i~I`EkIldUDF]gQcSl at hREPAMcQLli{VvQsZldZFTj at RKSLOKkaoLUSslhoaGNVEKPlpYEj@\ZSHlD\Mx\_K
+fIA at OtCk]U@@@@eJ~Gp{ThchVMBHHMV{fQSuBxKdHoXYnR|GDeQ\qgNuCHxmDVOSzjosamVvt`
+Yv|JtCg]wwqJnsXO]aaxSMRL_HNYW[WuRlPVTMlUTmklH{I{UL]uSL_VKQXEyjWSgzYRFPn
+Yv~UtCo^e~OwAxoXQKfezp}wOsqqazH}GDnyV\@{P|GXLzT`VuH|wgkGJoCt
+Yv|oK|^agvAvQLgnb^F~ENRL_sqfHQ\vrlPOTMbgZnGlHkI{YC_vSL_HKQTsr
+Y~}qKPVxk@d]G`HBZEPBHiC}A`RLAbh@`}{kK``AlO`}Odu\C`fK|[c{o at tFpfx}x at YyoEqAqOe\}y]M
+fIA at OtoU^G`aU at b~|GpfzXtgLiAHpqZaWbNaCHH|ce\CSaAxwa~RA}mN}GXpIrTR_ICH at XHK}Kxn|w[YyWrukvGhOtVgmanw[FRUVss
+Yv|oKPbaAhaU at l~lspqVnvvKiQldLDjE{x^lSyRuYFNaQLgisNLGqRldEFBXsevlspT^@ffnlSW\nt]nvoSOHEVTv~noS{_uTUd
+Yv~UtoS^CaaU at w||GPzyYWYzT~wowTHklWcCHp}mjZPq\~Gp_AD{oYsBxW_G~yqIKCH at vO|fVISCHxjAHnV^K at xwInuzumlwGJ|zGbw
+Yv|oKPda`V^jc|lspzVnvopTNS[{UFsEcSl at MmJFSi\ns at visNcUsZldZFBXntlsptT^PR~lLSWuQ at Ks{toSOfzi[AZSHlD\uT at q
+Yv~pK\Yb`_^jxJ~Gp^KUYx}r}wwWNn[JyJ}Gt~dhdxwR|GD at VyyIiJ|wGwhqwaXUHL at iMFc|D
+fIC at Ptcn]fW^jvJnsXO]Iv[krms`wqNKnDuRlPskTDb~RTSwaICRyDuSL_stIi~AUhlXEfu\mL
+fIA at Otc`^UaaU at RwAxo}^dQa]OBHpiQ}{S]wBx{tUyireP|GXiuROCxH|wgk[Xyv`
+Yv|Jtch^IiaU at yInsXQ]IQ|PNRL_VNqLD]vrlPOTkw\nGlHkIC|TPvSL_HKv^ML
+fAB at Nt_eGR@[Rc_u}es at ouGQ|B~_ms~YWA`}{kK``AlO`Mppu\C`CtCb\@PKyO`[GBPfFhpN~NpZc at Jb|
+Yv~pK`ba@@Ck at EACxO|FZw[V~wONUS at A`^|wwfCdDli^~GH^~Pk\JqBxgjY]]apv|wBHK~mHQCHdfJI\mII at xWUdBnEWQ@HdyeObMa
+Yv|Jt_S^BHCk at KASLOkVVvzUiQldi{m^Ck^lS\mBk at a^ns@}i}^~HqRldEFjG[^ISLO at kQ@LpnlSWyQdLIhvoSOHE~r}enoS{zJDWly
+Yv~pK`daa~|TJCCxoEzVTv_kAHPmdpNLQcCHp}MTnVh\~GpzaT|P{L}GhE[YfNxt|wIpCV`vl|wGUQu\vptGHSv~]^S at Hxum_S]@
+fIC at Pt_W^YICk@{|lsp_iiIxyTvS[j{mAfn\lSWmBKln\ns at vi}~HWsRldkyUXOztlspQka_JmllSWWn[SG\KPlp|zAmLjlWS{dJDWgC
+fIA at OtSn]g|T_uAxODsVgRVMBHHM^HBOdJ}Gt[SSSStR|GD at znSuoJ|wGwPMoDvjsBJEKY
+fIC at uKl_bew|TQuQLgU]yZCFMRL_mqAqMBuRlPsk@^dhRTSwDvzHAuSL_stubA^UXlXDfEkUC
+fIA at OtSh^m~|TJwAxoXAG^tWOBHpiaAlCHwBx{QRtPtWoCxgVRBHczH|wgksGrzG
+fIC at PtSd^jv|TDvQLgnbFQ{|qMs`KN~NGIMSoUTYx}QxSwqIE{INvSL_mtulJY
+fAB at kK@RxS@[Rc`w}e~@oETY|B~_msBYWl_BDdJocAlR`}SFJc|_|K at Qcpo@tFpPex}^fv{xN~NpZc|Ab}
+Yv~pK at laz~|GpCYFrynV~wOkrWhYr^|wwCbZO~d^~GH^nFtpWqBxgOZkmtkv|wgwtcbEQCHdfbPcJcvGhOxX`H}nw[cYQ_uU
+fIC at uK@dafwTASLONiEI}nVnS[VD|fUXaSl at cRS}Ad^ns@}iuASHqRldEFvUGuvlspZkQ at KdnlSW\n]vDavoSOHEInH_QPlDEu}@WG
+fIA at OtW^{~j||GP_Zv\_zT~wowDPpgRcCHp}UYlq\~Gp_nQeGjL}Gh`tRKCSKCH at SpCLSyl|wGUiVWTVK at xwIVryFglwGJJUaw^
+fIC at uK@`aXI@@@~|lsp_iEIlDkYldv{CE at r\lSrRSCj[cQLIVJ^EDsRldNFvuDMKSLOnT^`pnltSWEn]VqptoSOfzvq[JSHlDyJBsN
+fIA at Ots`]]@@@@eJ~Gp{lK[qNMBHHhAjjfPuBxKdbjbRmCx{ZJr_yjJ|w{B at dvkjsgUjYeK
+fIC at Ptsh]dwTuQLgU]UbC^MRL_HNvmhZuRlPVtdL at ImklH^v^NymJls`itconvjgSg^fYNEg
+Yv~Utsd]FA@@@UwAxo}Ahq^COBHpL~}vapH}GDncPZ[@oCxgsCLgPlH|wgN\jrPW at xy@@@jD
+fIC at Ptsl]ZI@@@~InsXQ]UFDBNrL_tqIRjvIuSo at tdBRuQxSwqIaA@jILs`ptcgBSVdlXwYfatG
+fAB at NL@bGD@[RF at IBZh@ouW]|B~_ms~[W^`}{[u__~Sp at _J@\Jc|_YtCh\fo at tz`dx}q at YyOwN~NpZc at Bb`
+Yv~UL at Z^L`aU at b~|GpfVGnvKiAHpqRYLnNaCHH|md at qZaAxwaIR~P`N}GXpui{HYICH at XHsO_KQCHdflaro[I at xWpwHv}inw[FN[r_c
+Yv|JL at V^KhaU at l~lspqVJvdPiQldi{smg^lSyR[r_h^ns@}iyqhOqRldEFaNwzvlspZkQ`~PQSlhcQfoTcvoSOHEeYfDQPlD`JfpOs
+Yv~psaah^^jm||GP_jNrdCkAHPHGrGZcCHp}eKCzOcAxO`qCnT^sBxW_Ssoh_KCH at Sp}_odl|wGpzkVtytGHSFy]{JS at HxPzr[Jb
+Yv|JL at P^jV^jc|lspzVJvUmTVS[HDLBnp\lSrR[JSPcQLIVFNjcLAS[ZFanD|tlspQkaY|lLSWuQfoC^KPlp|zZVAllwS{cJfHen
+Yv~Utsi]K`aU at bJ~Gp{|HeTpr}wwWabpRNuBxKAUQEmAmCx{]kKajJ|w{Bp at WRujsBZuwFa
+Yv|Jtse]LhaU at lJnsXjbRsDurms`RNzowEuRlPsKmdKuRTSwaIVtSpJls`LKxZEcjWSg_fIpMG
+fIA at Otsm]PaaU at RwAxo}apyRXOBHpi~@wO_wBx{tK|CrToCxgVlZd[BwCHXTBIBEjhwR at SouZ
+fIC at uKL\bRiaU@\vQLgK]mr\[NrL_QNz_~]vJlPZtRW^FnGlHNvi{ahILs`ptGixsi[SgmYvWdC
+fAB at NL`jG_@[rQ at KBZa@oywM|B~_HLAlhX`}{[u\~Sq at _Bp[Jc|_YtCl\XPKyjex}g at YyORqAqO@c at BbE
+fIA at OL`V^L at Ck@EACxO|Nd\_UiAHpT]mui^|wwfuEzZaAxwaiodJjN}GXp]`vFev|wgwLjYgn|w[|d[OdvGhOPcxPnw[c~CfUC
+fIC at PL`^^uw|Tt~lspTi]I_fVnS[VDdTIXaSl at cRgGzu^ns at XVNVEEqRldEFy\_hvlspTnoKynlSWyQQjvNIPlpRE]}}onoS{zJaDSg
+Yv~UL`P^HACk at PCCxo`uQeHMkAHPHW at uDUcCHp}EewWXcAxOEVOvu~L}GhECW]Wst|wIp}C^GSCHxjjh]KitGHveHdTS at HxuYPk~M
+fIC at PL`X^TICk@{|lsp_i]I^@kqld at DdDw\cSl at hRggtEcQLliqiO]sZldZFy|TAKSLOnTnm`ltSWEnneOltoSOCE]][|lgS{eJad~k
+Yv~UtKe]||TzJ~Gp^}ua\~r}wwWQ{vxfJ}Gt[YVQc[mCx{Z\@fPzJ|w{gWDLEXU at L@XzmvTf
+Yv|JtKm]EHCk at KuQLgpb|{Wlrms`wqucliJmSoiKq~YDmklH^vmtSqJls`LK at UKGUXlXaY^jt[
+fIA at jKt\bb~|TJwAxoXn_RIhp}wOVQ\uWdH}GDKDQkCVoCxgVTglRH|wgkml~vHW at H@H`igoq
+Yv|oKtTb~v|TaInsXtb|cIcqMs`nquCUVvJlPZtNIueQxSwTvm|PFvsL_jtBwyi{SgjY^rPv
+Y~}qsoYxf@dMnPt}eBP~{qC}A`wsBQWU`}{[uP]~S{@_JLru\C`Ctf\SPKyjPdx}m at YIDGqAqOe|@~]C
+fIA at OLP^^t~|GpCQi_OFiAHpq|_NnLaCHH|Ud@@o^~GH^FFLryN}GXU|q@\ov|wgwLE_qn|w[YgaYPevGhO at YeNenw[FqEG\t
+Yv|osooaSH@@@k~lspqV\V{XiQldi{gOwAaSl at FmPqrGaQLgi~yUgNmS[_Fm```vlspTnoX{nlSWyQUmM|voSOmzLXgfnoS{zJelYi
+Yv~ULPX^p~j||GP_r^Vr at kAHPHwP`eQcCHp}y~DG\cAxOEfeJVSsBxW_}`Am]KCH at Sp}aFsl|wGUmeOQFK at xwlUCpxjlwGJNY^|g
+Yv|JLPT^wvd|lspzV\vzmTNS[ZDX`Np\lSrRonAEcQLli~E|oLMS[SFm`RvtlspQkQ`@hlLSWPnjbettoSOfzLxcolwS{cJe\Zm
+Yv~Utkm]gZuAxOD]vE}cr}wwrvQ\tzJ}Gt~nmqKdR|GDekdFR{J|w{g{bj\@U at L@}ybxzM
+fIC at Ptkc]ZH@@@kJnsXjbLOiarms`wq}Ar^uRlPVtYTy~RTSwaItN]qJls`Lsgp^UXlXDf~R`r
+Yv~pKTTb\A@@@pH~GPgQksZOBHpiNamhQwBx{tWUIm_oCxgVDNbY at wCHXTj@}l at W@H at HPFKNf
+Yv|Jtkg]AI@@@[vQLgK]sd}qqms`LNBA\vIMSoUtY\WsQxSwqItf~BvSL_mLhOUbi{SgOf~Jdm
+Y~|{sopfLW\uAUbbwRSUKZwkwWj^
+fiA at mso~aezGm]T`UUUN@@@@@
+fiA at HLPI^czGm]TdUUUy
+Y~}qsoZxV@[rQ_KBZ{@oAP}C}A`wsBZWy_BDdo`]~SX`}kiu\C`fK at Zcyo@tzE_ZGBg at YIHiN~Np|@x]G
+fIA at OLP]^D`aU at b~|Gpf^UskV~wONcjVxh^|wwfEePEDaAxwDZmau{N}GXUlxvEev|wgwLoZ]QCHdCopPm[I at xgk`qKUZQ at HdyFo[^x
+Yv|osolacW^jv~lspTiKiJWiQldi{oHFCaSl at FM_HPaQLBVIZHHqRldEFSspDISLOeTnOj[QSlhcQsh_voSOmzXoannoS{zJcRVO
+fIA at OLP[^e^^jm||GP_R~nDfT~woROpzZ\|wOgYJzFOcAxO`yes`VsBxW_mDRrZKCH at Sp}bArl|wGUCfyUDK at xwlMvOEXS@HxuAC\ZK
+fIC at PLPW^bV^jc|lspzVtvLWkIldp{oX at h\lSWM__|g\ns at vivUAqLeS[@FSsjTKSLOKkQ`CflLSWPnLgzZKPlp|zX_fplWS{Au\MK\
+fIA at jKdQbL`aU at bJ~Gp{RKR[BMBHHhfwGQJuBxKA^TJKHmCx{Grd`qJ|w{gKV~GKUHL at LfCJju
+Yv|oKd_bqW^jSuQLgU]k_[EMRL_mqs|Z_uRlPVt}K{GmklH^vwWCEuSL_sLLMENUXlXaYqXu\
+fIA at jKdWbm^^jmH~GPBN`fHOBHpLImgpEwBx{QPD@\gP|GXiW at eE@wCHXTz\ObahwRptmIs
+Yv|oKd[bOiaU at yInsXQ][htRNRL_VNLcdUvrlPOt}gtVnGlHkIHPPpIls`RsszUi{SgjYqHyk
+Y~}TLpmGW@[J~_w}ez at oqg]|B~_ms}]WE`}{[P@`AlQ`M at NJc|_|K|]co at tFp_ex}y at YywXqAqO@CABbh
+Yv~ULpS^[@Ck@`~|Gpf~wEjbV~wOklZcli^|wwfydDbIaAxwDjPk{fN}GXpkJd_xv|wBHSMrLQCHT}vQpsvGXqp]Jr`nw[FUvfLs
+Yv|osOdaxw|Tt~lspTi{iqwVnS[sG at tCy^lSyrHiHg^ns@}izMThNmS[_FGidSISLO at kQH~znlSWyQw^tdvoSOHE_tW^QPlDEuXEkJ
+fIA at OLpW^@ACk at PCCxo`]~aVxT~wowPwJfr\|wOgidE|QcAxOEzpHEGsBxWzJCOgat|wlOBgzl|wGUsdbyGK at xwl]x{zjlwGJagpMi
+Yv|JLp_^\ICk@{|lsp_i{ipQkqldeG at lfWcSl@hrHigu\ns at SVErBRsJldyyxVUjtlsptTnoVXSSlhhQw^[vtoSOfz`KOGSXlDZuXEPk
+Yv~Ut{`]I at Ck@EuAxOaJHRQWMBHHMyUv`IuBxKAVPteXmCx{ZHqhUCuCHDX\NRibjsgi\rnd
+Yv|Jt{h]pw|TtJnsXO]GWNgrms`wq[_JFuRlPsKXAK}RTSwaqOm]uJls`LsMycgjgSg{Yi~Bs
+Yv~pKD[bm~|TJwAxoXvpcVfp}wOVionYdH}Gdy`hN\xP|GXLpQVulH|wgNfnxphhwRp_qH
+fIC at Pt{l]kv|TDvQLgnbX|eqms`iq[ok}IMSoUtgqARnGlHkqOUIPvSL_HsMMhLVDlXUfVQcz
+Y~}qsw\xe@duAIBZIPN@C}A`wsAPW@`}{[P@`AlQ`}W\Jc|_YL|o\wo at tzE[GBJfvGqAqOe||w]]
+fIA at jswdamZACxOY^sa\OiAHpqLP_cGaCHH|iebXWaAxwaMy{RGqBxgj{}c|QICH at XHSru@QCHT}wWD|JI at xgNWxT\anw[FmKyxJ
+fIC at PLHW^pwq~lspTiWi{@iQldLxOMw\aSl at crDdXo^ns@}ir]ZcNmS[_F_zbvlspZkQhfQQSlhcqp[ZxvoSOmZOUiIQPlD`j`v[N
+fIA at OLH_^IA@@@UCCxo`}^avvT~wow`W`{BcCHpXN`Hv at cAxO`UBHsuL}GhEejSiJKCH at vObrHbl|wGpTxhnNK at xwl}ssaplwGovnuy`
+Yv|JLHQ^tvd|lspzVhVE|TnS[xGpJuf\lSWM{[hUcQLIVMbHfLeS[ey`EautlspQkQpAWSslhoqp{`IKPlpYepJqflWS{dj`NU{
+Yv~pKxWbbZuAxODUueVir}wwrZ}rGhJ}Gt[jW at FmR|GDe_YuoXuCHD}]M_DPU at L@Xvs`x}
+Yv|oKx[bewTuQLgU]w[tfrms`wqWmlJmSoLLpdiPmklH{qkZLdJls`iLVpuIUXlXaYy{CB
+fIA at OtGl]c~OwAxoXVhApfp}wOVyl@|CwBx[cHRWrjP|GXi_WabRwCHXqIJCYBW at H@HHczqG
+fIC at PtGb]{vdInsXtbHp~|qms`LNhrB\vrlPOLplWtQxSwqqkrxjIls`wLfz_VDlXpYykmo
+Y~}TLhjGK@[ji`t}eDP~OpC}A`wsBZWy_BDdo`\~SN`s[ju\C`fsCZcKPKeH_[GBq at YIHLqAqOe|B|]p
+Yv~psWiaB`aU at b~|GpfQnzDsV~wONkBcVZaCHHYv[Qwk^~GH^bmf_SqBxgOhKYTgv|wgw\xDcn|wkgGFCPNI at xgN{OyPunw[c\SLse
+Yv|JLh^^aW^jv~lspTioY|nVnS[Vxgimr^lSyrtm@@aQLgi|C^]qRld`Yw[QPISLO at kQXf~nlSWyqL\nvoSOmZ{a at AQPlD`jdAnU
+fIA at jsWoaFaaU@w||GPzCnQorT~wow at GcDt\|wOgQKbZUcAxOEJNCqmL}Gh`Fq^cYKCH at Sp]FPWSCHxOGEQ\vtGHS\A\RS at HxuFKNnT
+fIC at usWgaV^jFCSLO`VPV\wTNS[GXvwu\lSrrtmK_cQLIVC\OEsZldYw[rltlsptTnwAESslhJNsCGmtoSOCeD^dml[S{mjdabh
+Yv~UtGe]u_^j]uAxODevaHar}wwrjdhHuJ}Gt~]\L[`R|GdW_|aERuCHD}u[RHqjwssqtm[h
+Yv|JtGm]LhaU at lJnsXjb`lWtrms`RN`q_YuRlPVLLKPPmklH{qm_eAuSL_sLA}PNUXlXaYUBhX
+fIA at jKx\bk^^jmH~GPBfxtjmp}wOVENaHjH}GdyxAfwIoCxGA_EQtCwCHXTngj\~hwwWv{eC
+fIC at PtGk]HiaU at yInsXQ]_GfONrL_tq_vqZvJlPZLLGFLnGlHNNRHfDvsL_jLAUmwi[SgmYU\pa
+Y~}TLXfGM@[jiw}ed at oq_W|B~_ms}[Wd_BDdJaAlC`{WXJc|_YL@`\HPKeH at XGBQfFP_qAqO at CABbh
+Yv~ULX^^`|T_ACxOYNb}lgV~wOkdv~Od^|wwfQeuYKaAxwDBPU~XqBxgOpFOCkv|wgw\qQEQCHT}K{FSSI at xgkTloRKQ@Hd\KY_LT
+fIC at usgoaGHCk@KASLOkffJqVnS[sGdaNFaSl at FMC}L^ns at XVKlvRqRld`Y[HrnvlspTnGQfnlSW\Nuf^evoSOHelEifnoS{zjbi`H
+fIA at OLXX^d~|TJCCxoE\qVAhT~wO`{aYc\|wOB^ZZ{o\~GpzM[VuTsBxW_iq|pDKCH at vOb_XUSCHxOwFdxytGHSLKBYslwGoZt\P\
+fIC at usgkayv|Ta|lspzffs]kIldpGdqHHcSl at MMC]ZRcQLIVKLkEsJld\fdwgZKSLOKkQhQ^SslhoqJy\ZKPlp|ZSF\HShlD~jbi[L
+fIA at Otgm]K at Ck@EuAxOazKU_FMBHHhrQ{jJ}Gt[leIVCmCx[Mwh}z|J|w{gEEYujsBnkABg
+Yv|Jtgc]vw|TtJnsXO}`]Dcrms`wIPTC{JmSoLLZ^iCmklH^NfFGTuSL_VsFimsjgSg^frzuD
+fIA at Otgk]j~|TJwAxoXFDs}HOBHpLeM at ifH}GdyTmWMBoCxGAOtiSYwCHXq~GYodhwRXZ[{Y
+fIC at uKXXbwv|TaInsXtB_tq]NrL_QvokM\vrlPOLZQWiQxSwTNfvWwIls`RsFUPHVDlXUfrfmb
+Y~}TLxnGV@[jL at JBZRPNHnC}A`RLBhhy_BDdo]~SB`soku\C`fsCPcHPKeH at ZGB}@YqpN~NpZCABbM
+fIA at OLxP^~|GpCv at KLxV~wON{GlTVaCHHY^[pLf^~GH^\zWhIqBxgjPmAPICH at XHC_FMQCHT}cZPQBI at xgNsynd]Q at HdyxGTm
+Yv|JLxX^cwTASLONYpyTHiQldLxsznNaSl at FMmt^JaQLgixKEOqRldEf|mOqvlspZkQDIWQSlhcqN_IEIPlpReRS|onoS{zjfeq]
+fIA at jsGka[A@@@p||GPzSvehXkAHp_`dMcu\|wOgA~p at t\~Gp_b[fzmL}Gh`NZps\KCH at SpmUNPSCHxO_x}|}tGHStDbb_S at HxurQ@M
+Yv|osGcaGI@@@[CSLOEYpYM`TvS[Oxsj[p\lSrrRkzPcQLIVGTSfLES[bYCbGKKSLOnTngjTSSlhhqNR`toSOCeRcvylwS{FUYjyB
+fIA at OtWc]R@@@@eJ~Gp{fHWCEMBHHhbOMSfJ}Gt[daJBvR|GdrDHPmjJ|w{Bf[_lxjsB^[upg
+Yv|JtWk]NH@@@NuQLgpBwjMzrms`RvWXIiJmSois~[kkRTSwDNACnEuSL_sL]hNfjgSg{Y}@v^
+fIA at jKhXbv~jH~GPBzTfBgp}wOVUw^evH}Gd\SHqVlP|Gx[g]eAoH|wgNQjVSHW at H@HxdQsq
+Yv|oKhPbjvAvQLgnBw|Fxqms`LvWx at MvrlPjs~SaNnGlHNNAsvRvSL_Hsb_GIVDlXUfb`iz
diff --git a/test/data/rcvraw/testglo.rtcm3 b/test/data/rcvraw/testglo.rtcm3
new file mode 100644
index 0000000..32e98e8
Binary files /dev/null and b/test/data/rcvraw/testglo.rtcm3 differ
diff --git a/test/data/rcvraw/ubx_20080526.ubx b/test/data/rcvraw/ubx_20080526.ubx
new file mode 100644
index 0000000..6d30dd3
Binary files /dev/null and b/test/data/rcvraw/ubx_20080526.ubx differ
diff --git a/test/data/rinex/07590920.05n b/test/data/rinex/07590920.05n
new file mode 100644
index 0000000..f95d008
--- /dev/null
+++ b/test/data/rinex/07590920.05n
@@ -0,0 +1,1308 @@
+     2.10           N: GPS NAV DATA                         RINEX VERSION / TYPE
+teqc  2002Mar14     GSI, JAPAN          20050404 06:03:21UTCPGM / RUN BY / DATE
+Linux 2.0.36|Pentium II|gcc -static|Linux|486/DX+           COMMENT
+teqc  2002Mar14     GSI, JAPAN          20050402 03:17:18UTCCOMMENT
+     2              NAVIGATION DATA                         COMMENT
+DAT2RIN 2.35x       GSI, JAPAN          02APR05 10:04:32 GMTCOMMENT
+                                                            COMMENT
+    1.1180D-08  1.4900D-08 -5.9600D-08 -5.9600D-08          ION ALPHA
+    8.8060D+04  1.6380D+04 -1.9660D+05 -1.3110D+05          ION BETA
+   -2.793967723850D-09-5.329070518200D-15    61440     1061 DELTA-UTC: A0,A1,T,W
+    13                                                      LEAP SECONDS
+                                                            END OF HEADER
+ 1 05  4  2  2  0  0.0 3.966595977540D-04 1.705302565820D-12 0.000000000000D+00
+    1.400000000000D+02-5.218750000000D+01 4.026596389650D-09 2.871534990340D+00
+   -2.676621079440D-06 5.957618006510D-03 4.174187779430D-06 5.153636478420D+03
+    5.256000000000D+05 1.061707735060D-07-2.493184817740D+00-9.313225746150D-08
+    9.833919144490D-01 3.093750000000D+02-1.650496813270D+00-7.889971342930D-09
+   -8.571785642400D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.259629011150D-09 3.960000000000D+02
+    5.195760000000D+05
+ 3 05  4  2  0  0  0.0 9.673088788990D-05 3.069544618480D-12 0.000000000000D+00
+    8.300000000000D+01 1.968750000000D+01 5.376652456590D-09 2.471116819930D+00
+    1.018866896630D-06 6.735791102980D-03 7.564201951030D-06 5.153730749130D+03
+    5.184000000000D+05-1.005828380580D-07 5.354931929380D-01-6.519258022310D-08
+    9.274337998890D-01 2.158750000000D+02 6.038989687590D-01-8.278916219240D-09
+   -1.525063547670D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.950000000000D+02
+    5.112180000000D+05
+ 3 05  4  2  2  0  0.0 9.675230830910D-05 3.069544618480D-12 0.000000000000D+00
+    8.400000000000D+01 1.865625000000D+01 5.365223376690D-09-2.761934047060D+00
+    9.462237358090D-07 6.735803675840D-03 7.532536983490D-06 5.153730754850D+03
+    5.256000000000D+05-1.490116119380D-08 5.354335995070D-01-9.499490261080D-08
+    9.274327714580D-01 2.173437500000D+02 6.039165179240D-01-8.276773044710D-09
+   -1.303625679630D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.400000000000D+02
+    5.184180000000D+05
+ 4 05  4  2  2  0  0.0 3.068340010940D-04-2.273736754430D-11 0.000000000000D+00
+    1.490000000000D+02 8.515625000000D+01 4.453756918820D-09 5.712637943330D-01
+    4.492700099950D-06 7.039358024490D-03 8.033588528630D-06 5.153595203400D+03
+    5.256000000000D+05 1.192092895510D-07 1.686277835030D+00 3.911554813390D-08
+    9.549858547880D-01 2.200625000000D+02 3.854291015260D-02-8.025691222710D-09
+   -2.275094834750D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 1.490000000000D+02
+    5.208780000000D+05
+ 7 05  4  2  0  0  0.0-1.360527239740D-04-3.387867764100D-11 0.000000000000D+00
+    7.300000000000D+01 2.190625000000D+01 5.031281169470D-09 2.666824890220D+00
+    1.093372702600D-06 1.308864122260D-02 7.616356015210D-06 5.153696329120D+03
+    5.184000000000D+05 1.303851604460D-07 5.635898717570D-01-1.024454832080D-07
+    9.365227080330D-01 2.165000000000D+02-1.804738833410D+00-7.899615184210D-09
+   -1.746501276930D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.300000000000D+01
+    5.161620000000D+05
+ 7 05  4  2  2  0  0.0-1.362971961500D-04-3.399236447880D-11 0.000000000000D+00
+    7.400000000000D+01 2.246875000000D+01 5.084854759470D-09-2.566205020470D+00
+    1.151114702220D-06 1.308932981920D-02 7.428228855130D-06 5.153695041660D+03
+    5.256000000000D+05 1.695007085800D-07 5.635327038450D-01-4.284083843230D-08
+    9.365215962150D-01 2.222187500000D+02-1.804722965130D+00-7.910686328220D-09
+   -1.271481531170D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.400000000000D+01
+    5.184180000000D+05
+ 8 05  4  2  0  0  0.0-2.513127401470D-05-1.023181539490D-12 0.000000000000D+00
+    1.760000000000D+02-9.487500000000D+01 4.230533257040D-09 5.913789369410D-01
+   -5.152076482770D-06 9.153424296530D-03 8.422881364820D-06 5.153750442500D+03
+    5.184000000000D+05 7.264316082000D-08-1.439554843050D+00-1.098960638050D-07
+    9.676472556950D-01 2.197187500000D+02 2.536251333920D+00-7.946402647010D-09
+    1.392915227600D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 6.880000000000D+02
+    5.112180000000D+05
+ 8 05  4  2  2  0  0.0-2.513825893400D-05-1.023181539490D-12 0.000000000000D+00
+    1.770000000000D+02-9.103125000000D+01 4.246248241910D-09 1.641484722950D+00
+   -4.582107067110D-06 9.152995422480D-03 8.529052138330D-06 5.153750507350D+03
+    5.256000000000D+05 7.450580596920D-08-1.439610918170D+00 6.705522537230D-08
+    9.676486410790D-01 2.135000000000D+02 2.536277812730D+00-7.788181655140D-09
+    6.571702210190D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 1.770000000000D+02
+    5.184180000000D+05
+11 05  4  2  0  0  0.0 2.101357094940D-04 3.979039320260D-12 0.000000000000D+00
+    2.240000000000D+02 7.043750000000D+01 5.822385240610D-09 1.063119868670D+00
+    3.591179847720D-06 4.108081571760D-03 7.575377821920D-06 5.153675613400D+03
+    5.184000000000D+05 4.470348358150D-08 1.543293829710D+00 1.303851604460D-08
+    9.022531351960D-01 2.021875000000D+02 2.362906364190D-01-8.617144331420D-09
+   -3.150131266950D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 4.800000000000D+02
+    5.112180000000D+05
+11 05  4  2  2  0  0.0 2.101645804940D-04 3.979039320260D-12 0.000000000000D+00
+    2.250000000000D+02 6.296875000000D+01 5.762025523380D-09 2.113136624420D+00
+    3.255903720860D-06 4.107686574570D-03 7.590278983120D-06 5.153676961900D+03
+    5.256000000000D+05-3.352761268620D-08 1.543231477210D+00 5.774199962620D-08
+    9.022511544050D-01 2.005625000000D+02 2.364631203120D-01-8.586786393040D-09
+   -2.471531590500D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 4.810000000000D+02
+    5.184180000000D+05
+15 05  4  2  0  0  0.0 4.110522568230D-04 5.343281372920D-12 0.000000000000D+00
+    1.590000000000D+02 6.434375000000D+01 4.409826726000D-09 4.683908069060D-01
+    3.276392817500D-06 9.006852167660D-03 7.579103112220D-06 5.153564750670D+03
+    5.184000000000D+05 5.029141902920D-08 1.740895471900D+00-1.098960638050D-07
+    9.620577178170D-01 2.342812500000D+02 2.369334550580D+00-8.109980242920D-09
+   -1.621496131810D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.328306436540D-09 1.590000000000D+02
+    5.112180000000D+05
+16 05  4  2  0  0  0.0 1.807697117330D-06 1.136868377220D-13 0.000000000000D+00
+    6.400000000000D+01-8.156250000000D+00 4.586976576350D-09-7.656040961980D-01
+   -4.302710294720D-07 2.747361431830D-03 8.367002010350D-06 5.153725072860D+03
+    5.184000000000D+05-7.264316082000D-08-4.258463579130D-01 6.891787052150D-08
+    9.616409207530D-01 2.218125000000D+02-1.171536430550D+00-7.927115852620D-09
+    2.664396758780D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-9.778887033460D-09 5.760000000000D+02
+    5.112180000000D+05
+19 05  4  2  0  0  0.0-1.746229827400D-05-9.094947017730D-13 0.000000000000D+00
+    1.420000000000D+02 2.984375000000D+01 4.638407435920D-09-1.980245010040D+00
+    1.588836312290D-06 3.163279267030D-03 7.713213562970D-06 5.153663715360D+03
+    5.184000000000D+05 9.872019290920D-08 6.736887601720D-01 5.029141902920D-08
+    9.595385289970D-01 2.278750000000D+02-1.712122044250D+00-7.898186105140D-09
+   -1.821504475030D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 3.980000000000D+02
+    5.112180000000D+05
+19 05  4  2  2  0  0.0-1.746835187080D-05-9.094947017730D-13 0.000000000000D+00
+    1.430000000000D+02 2.784375000000D+01 4.644836515410D-09-9.299754254840D-01
+    1.532956957820D-06 3.163182060230D-03 7.888302206990D-06 5.153664176940D+03
+    5.256000000000D+05-3.911554813390D-08 6.736314298760D-01 8.009374141690D-08
+    9.595365569830D-01 2.295625000000D+02-1.712204080310D+00-8.035692111720D-09
+   -1.896507534350D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 3.990000000000D+02
+    5.184180000000D+05
+20 05  4  1 23 59 44.0-7.536308839920D-05 2.273736754430D-12 0.000000000000D+00
+    7.300000000000D+01 6.643750000000D+01 4.570547496030D-09-1.360403297570D+00
+    3.520399332050D-06 2.565596834760D-03 3.626570105550D-06 5.153752218250D+03
+    5.183840000000D+05 3.911554813390D-08 2.705221236470D+00 5.587935447690D-09
+    9.619379867500D-01 3.139375000000D+02 1.398322896370D+00-8.266415996160D-09
+    6.785996764510D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.300000000000D+01
+    5.132580000000D+05
+20 05  4  2  2  0  0.0-7.534679025410D-05 2.273736754430D-12 0.000000000000D+00
+    7.400000000000D+01 5.706250000000D+01 4.576262035980D-09-3.085393151690D-01
+    2.902001142500D-06 2.564652008000D-03 4.146248102190D-06 5.153748853680D+03
+    5.256000000000D+05 1.676380634310D-08 2.705161779090D+00 3.911554813390D-08
+    9.619385207150D-01 3.038125000000D+02 1.398927295120D+00-8.240343518650D-09
+    5.000208233570D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.400000000000D+01
+    5.184180000000D+05
+22 05  4  2  0  0  0.0 1.929607242350D-05 7.958078640510D-13 0.000000000000D+00
+    1.390000000000D+02 5.112500000000D+01 4.503044603870D-09-2.872409464250D+00
+    2.697110176090D-06 4.795031039980D-03 4.388391971590D-06 5.153689493180D+03
+    5.184000000000D+05 8.381903171540D-08 2.766826397680D+00 9.499490261080D-08
+    9.596223439620D-01 2.931250000000D+02-1.482831898010D+00-8.136767704060D-09
+    4.928776831110D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 3.950000000000D+02
+    5.112180000000D+05
+23 05  4  2  2  0  0.0 2.059829421340D-04-2.046363078990D-12 0.000000000000D+00
+    2.170000000000D+02-5.781250000000D+01 4.597334513080D-09-2.243261010750D+00
+   -2.888962626460D-06 3.750981763010D-03 4.192814230920D-06 5.153699323650D+03
+    5.256000000000D+05-5.215406417850D-08-2.526289084160D+00 4.470348358150D-08
+    9.641021429070D-01 3.020000000000D+02 2.231894652220D+00-8.177840626900D-09
+    2.321525263690D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 4.730000000000D+02
+    5.215680000000D+05
+24 05  4  1 23 59 44.0 5.968846380710D-06 2.955857780760D-12 0.000000000000D+00
+    4.900000000000D+01 8.450000000000D+01 4.263748909490D-09 1.380203778200D+00
+    4.235655069350D-06 8.682943764140D-03 8.061528205870D-06 5.153602882390D+03
+    5.183840000000D+05 1.341104507450D-07 1.716019215590D+00-2.160668373110D-07
+    9.652668319690D-01 2.235000000000D+02-1.177364492840D+00-7.859256356820D-09
+   -2.200091636650D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 4.900000000000D+01
+    5.146680000000D+05
+24 05  4  2  2  0  0.0 5.990266799930D-06 2.955857780760D-12 0.000000000000D+00
+    5.000000000000D+01 8.150000000000D+01 4.243033924210D-09 2.432778399400D+00
+    4.226341843610D-06 8.683477994050D-03 7.724389433860D-06 5.153602262500D+03
+    5.256000000000D+05 1.452863216400D-07 1.715963500360D+00-3.911554813390D-08
+    9.652654070870D-01 2.299375000000D+02-1.177383722900D+00-7.744251462330D-09
+   -2.696540768450D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.060000000000D+02
+    5.184180000000D+05
+27 05  4  2  0  0  0.0 3.523472696540D-05 7.503331289630D-12 0.000000000000D+00
+    5.000000000000D+01-9.068750000000D+01 4.723410995670D-09-6.577204095410D-01
+   -4.580244421960D-06 1.906045328360D-02 8.469447493550D-06 5.153626186370D+03
+    5.184000000000D+05-1.322478055950D-07-1.534919492680D+00 3.129243850710D-07
+    9.525869631850D-01 2.122187500000D+02-2.053527948470D+00-8.391420891480D-09
+    1.289339468520D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.000000000000D+01
+    5.112180000000D+05
+28 05  4  2  0  0  0.0 4.686601459980D-05-1.136868377220D-13 0.000000000000D+00
+    1.110000000000D+02-2.118750000000D+01 4.513045048780D-09-1.942447522480D+00
+   -1.190230250360D-06 9.983274503610D-03 8.240342140200D-06 5.153637123110D+03
+    5.184000000000D+05 1.061707735060D-07-4.156684433110D-01-1.341104507450D-07
+    9.596524230210D-01 2.193125000000D+02-2.336744732470D+00-7.693177650480D-09
+    3.071556620160D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.110000000000D+02
+    5.117520000000D+05
+28 05  4  2  2  0  0.0 4.686508327720D-05-1.136868377220D-13 0.000000000000D+00
+    1.120000000000D+02-1.531250000000D+01 4.687338073240D-09-8.923215057780D-01
+   -7.990747690200D-07 9.983312920670D-03 8.249655365940D-06 5.153635662080D+03
+    5.256000000000D+05 1.639127731320D-07-4.157236070250D-01 2.272427082060D-07
+    9.596528838400D-01 2.199062500000D+02-2.336667025180D+00-7.999975792930D-09
+    1.442917313410D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.120000000000D+02
+    5.184180000000D+05
+13 05  4  2  2  0  0.0-7.071997970340D-06 1.250555214940D-12 0.000000000000D+00
+    2.030000000000D+02-6.265625000000D+01 4.081241566920D-09-1.395829108190D+00
+   -3.190711140630D-06 2.501061768270D-03 4.086643457410D-06 5.153751661300D+03
+    5.256000000000D+05 5.587935447690D-09-2.509149236050D+00 1.490116119380D-08
+    9.875983291150D-01 3.161875000000D+02 9.046799773120D-01-7.977475569020D-09
+    2.178662111830D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 7.150000000000D+02
+    5.244360000000D+05
+ 1 05  4  2  4  0  0.0 3.966721706090D-04 1.705302565820D-12 0.000000000000D+00
+    1.410000000000D+02-4.803125000000D+01 4.075169535160D-09-2.361518467480D+00
+   -2.451241016390D-06 5.959131638520D-03 3.654509782790D-06 5.153633546830D+03
+    5.328000000000D+05 1.061707735060D-07-2.493242071960D+00 4.097819328310D-08
+    9.833922918820D-01 3.199687500000D+02-1.650427241270D+00-7.889614295210D-09
+    8.286059338670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-3.259629011150D-09 3.970000000000D+02
+    5.256180000000D+05
+ 2 05  4  2  4  0  0.0-2.647563815120D-05 4.547473508860D-13 0.000000000000D+00
+    7.200000000000D+01 7.578125000000D+01 4.471614634130D-09-7.560259765450D-01
+    3.995373845100D-06 9.560666163450D-03 8.581206202510D-06 5.153678316120D+03
+    5.328000000000D+05-1.508742570880D-07 1.666195593450D+00 7.450580596920D-09
+    9.553240697450D-01 2.152812500000D+02 1.794482872120D+00-8.086407987660D-09
+   -1.532206722610D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.200000000000D+01
+    5.284380000000D+05
+ 4 05  4  2  4  0  0.0 3.066705539820D-04-2.273736754430D-11 0.000000000000D+00
+    1.440000000000D+02 7.521875000000D+01 4.499830286160D-09 1.621699869210D+00
+    4.060566425320D-06 7.038521813230D-03 7.804483175280D-06 5.153592033390D+03
+    5.328000000000D+05-9.313225746150D-09 1.686220854370D+00 5.587935447690D-08
+    9.549840276040D-01 2.269375000000D+02 3.833614716300D-02-7.961046044610D-09
+   -3.114415392250D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.000000000000D+02
+    5.256180000000D+05
+ 7 05  4  2  4  0  0.0-1.365416683260D-04-3.399236447880D-11 0.000000000000D+00
+    7.500000000000D+01 2.146875000000D+01 5.218788956540D-09-1.516010057890D+00
+    1.247972249980D-06 1.308943575710D-02 7.318332791330D-06 5.153695444110D+03
+    5.328000000000D+05 2.048909664150D-07 5.634761810790D-01 3.427267074580D-07
+    9.365191429010D-01 2.260000000000D+02-1.804746193350D+00-8.209627644360D-09
+   -2.785830455210D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.500000000000D+01
+    5.256180000000D+05
+11 05  4  2  4  0  0.0 2.101929858330D-04 3.979039320260D-12 0.000000000000D+00
+    2.260000000000D+02 5.709375000000D+01 5.694880123030D-09-3.119964154410D+00
+    3.036111593250D-06 4.107797634790D-03 7.849186658860D-06 5.153677156450D+03
+    5.328000000000D+05-2.048909664150D-08 1.543169727440D+00 1.117587089540D-08
+    9.022496081010D-01 1.980625000000D+02 2.365656518520D-01-8.545355534300D-09
+   -2.328668369240D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 7.380000000000D+02
+    5.256180000000D+05
+13 05  4  2  4  0  0.0-7.063150405880D-06 1.250555214940D-12 0.000000000000D+00
+    1.980000000000D+02-5.418750000000D+01 4.071241122010D-09-3.458233828520D-01
+   -2.793967723850D-06 2.501539071090D-03 4.161149263380D-06 5.153751787190D+03
+    5.328000000000D+05-1.117587089540D-08-2.509206746280D+00 5.587935447690D-09
+    9.875984051860D-01 3.161875000000D+02 9.048050319390D-01-7.996404427500D-09
+    2.428672540860D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.540000000000D+02
+    5.256180000000D+05
+20 05  4  2  4  0  0.0-7.533002644780D-05 2.273736754430D-12 0.000000000000D+00
+    7.500000000000D+01 5.721875000000D+01 4.409112186470D-09 7.414078598020D-01
+    2.907589077950D-06 2.567435032690D-03 4.868954420090D-06 5.153754198070D+03
+    5.328000000000D+05-2.607703208920D-08 2.705102390460D+00 5.401670932770D-08
+    9.619389039990D-01 2.836250000000D+02 1.399113123750D+00-8.227842407390D-09
+    6.750280889810D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.500000000000D+01
+    5.256180000000D+05
+23 05  4  2  3 59 44.0 2.059680409730D-04-2.046363078990D-12 0.000000000000D+00
+    2.380000000000D+02-4.471875000000D+01 4.544475018520D-09-1.194923680570D+00
+   -2.419576048850D-06 3.750898991710D-03 4.034489393230D-06 5.153702886580D+03
+    5.327840000000D+05-3.539025783540D-08-2.526348529840D+00-7.078051567080D-08
+    9.641020946310D-01 3.066875000000D+02 2.231388653720D+00-8.275344853810D-09
+    7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.380000000000D+02
+    5.282760000000D+05
+23 05  4  2  4  0  0.0 2.059680409730D-04-2.046363078990D-12 0.000000000000D+00
+    2.120000000000D+02-4.471875000000D+01 4.544475018520D-09-1.192589220270D+00
+   -2.419576048850D-06 3.750889445660D-03 4.034489393230D-06 5.153702890400D+03
+    5.328000000000D+05-3.539025783540D-08-2.526348655650D+00-7.078051567080D-08
+    9.641020800010D-01 3.066875000000D+02 2.231387859360D+00-8.275344853810D-09
+    7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 7.240000000000D+02
+    5.256180000000D+05
+24 05  4  2  4  0  0.0 6.012152880430D-06 2.955857780760D-12 0.000000000000D+00
+    5.100000000000D+01 7.487500000000D+01 4.242676876490D-09-2.800142873530D+00
+    3.909692168240D-06 8.683108841070D-03 7.770955562590D-06 5.153602817540D+03
+    5.328000000000D+05 1.043081283570D-07 1.715907333080D+00 7.823109626770D-08
+    9.652638783380D-01 2.305625000000D+02-1.177424504660D+00-7.731750351070D-09
+   -1.807218125150D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.070000000000D+02
+    5.256180000000D+05
+28 05  4  2  4  0  0.0 4.686415195470D-05-1.136868377220D-13 0.000000000000D+00
+    1.130000000000D+02-9.343750000000D+00 4.759483918090D-09 1.579086911770D-01
+   -4.060566425320D-07 9.984222240750D-03 8.072704076770D-06 5.153637456890D+03
+    5.328000000000D+05-2.793967723850D-08-4.157821500810D-01 1.434236764910D-07
+    9.596533958620D-01 2.230625000000D+02-2.336691811400D+00-8.144624530360D-09
+    1.575065633470D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.130000000000D+02
+    5.256180000000D+05
+ 5 05  4  2  3 59 44.0 8.861301466820D-05 2.614797267600D-12 0.000000000000D+00
+    1.590000000000D+02-2.475000000000D+01 5.148785842120D-09 1.374364400250D+00
+   -1.316890120510D-06 5.943908356130D-03 8.510425686840D-06 5.153576751710D+03
+    5.327840000000D+05-1.173466444020D-07-5.060844228930D-01 7.264316082000D-08
+    9.367389229360D-01 2.023437500000D+02 9.363812409290D-01-8.227485359670D-09
+    2.264380072340D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.710000000000D+02
+    5.299620000000D+05
+10 05  4  2  4  0  0.0 6.130244582890D-05 6.821210263300D-13 0.000000000000D+00
+    2.500000000000D+01 6.637500000000D+01 4.101242456760D-09-4.121439854630D-01
+    3.596767783160D-06 6.581394700330D-03 3.887340426450D-06 5.153631450650D+03
+    5.328000000000D+05 8.940696716310D-08 2.729628786990D+00-1.490116119380D-08
+    9.783021986250D-01 3.117812500000D+02 3.369675629090D-01-8.148196783960D-09
+    1.153619491600D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.810000000000D+02
+    5.321280000000D+05
+ 2 05  4  2  6  0  0.0-2.647237852220D-05 4.547473508860D-13 0.000000000000D+00
+    7.300000000000D+01 6.462500000000D+01 4.550903653920D-09 2.940472463740D-01
+    3.395602107050D-06 9.559576632450D-03 8.242204785350D-06 5.153675828930D+03
+    5.400000000000D+05-7.636845111850D-08 1.666138105160D+00-1.937150955200D-07
+    9.553224868680D-01 2.240625000000D+02 1.794588894190D+00-8.108552052020D-09
+   -3.107272217310D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.300000000000D+01
+    5.328180000000D+05
+ 4 05  4  2  6  0  0.0 3.065071068700D-04-2.273736754430D-11 0.000000000000D+00
+    1.450000000000D+02 6.221875000000D+01 4.476258030910D-09 2.671713931720D+00
+    3.227964043620D-06 7.037439616400D-03 8.068978786470D-06 5.153595527650D+03
+    5.400000000000D+05-4.656612873080D-08 1.686163442150D+00 2.980232238770D-08
+    9.549819575750D-01 2.236562500000D+02 3.855185443380D-02-7.933187440300D-09
+   -2.853690339590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.010000000000D+02
+    5.328180000000D+05
+ 5 05  4  2  6  0  0.0 8.863164111970D-05 2.614797267600D-12 0.000000000000D+00
+    1.600000000000D+02-1.975000000000D+01 5.133070857260D-09 2.427121798430D+00
+   -1.138076186180D-06 5.944230942990D-03 8.694827556610D-06 5.153574672700D+03
+    5.400000000000D+05-5.029141902920D-08-5.061435598940D-01-6.891787052150D-08
+    9.367413674720D-01 1.961562500000D+02 9.362032301310D-01-8.081765479060D-09
+    2.721541880750D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.720000000000D+02
+    5.328180000000D+05
+ 7 05  4  2  6  0  0.0-1.367861405010D-04-3.399236447880D-11 0.000000000000D+00
+    7.000000000000D+01 2.050000000000D+01 5.399153568670D-09-4.658157287630D-01
+    1.132488250730D-06 1.308940153100D-02 7.353723049160D-06 5.153695846560D+03
+    5.400000000000D+05-1.303851604460D-07 5.634147824070D-01 1.043081283570D-07
+    9.365157284510D-01 2.287812500000D+02-1.804767118930D+00-8.604644108350D-09
+   -2.035799029350D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 3.260000000000D+02
+    5.328180000000D+05
+ 8 05  4  2  6  0  0.0-2.515222877260D-05-1.023181539490D-12 0.000000000000D+00
+    1.730000000000D+02-8.281250000000D+01 4.326251801250D-09-2.541373662570D+00
+   -4.164874553680D-06 9.153359918860D-03 8.400529623030D-06 5.153750244140D+03
+    5.400000000000D+05-8.754432201390D-08-1.439723223460D+00 1.285225152970D-07
+    9.676502649180D-01 2.236250000000D+02 2.536216569130D+00-7.779609845220D-09
+    1.496490847910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.410000000000D+02
+    5.363520000000D+05
+10 05  4  2  6  0  0.0 6.130710244180D-05 6.821210263300D-13 0.000000000000D+00
+    2.600000000000D+01 5.946875000000D+01 4.065526582050D-09 6.380613609030D-01
+    3.218650817870D-06 6.579892826270D-03 4.366040229800D-06 5.153628620150D+03
+    5.400000000000D+05 5.774199962620D-08 2.729570940280D+00 1.471489667890D-07
+    9.783033192200D-01 3.031875000000D+02 3.369666705290D-01-8.024620079540D-09
+    4.857345081710D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.820000000000D+02
+    5.328180000000D+05
+13 05  4  2  6  0  0.0-7.054768502710D-06 1.250555214940D-12 0.000000000000D+00
+    1.990000000000D+02-4.393750000000D+01 3.985880514530D-09 7.043994439210D-01
+   -2.477318048480D-06 2.502713701690D-03 3.959983587270D-06 5.153753898620D+03
+    5.400000000000D+05 3.725290298460D-08-2.509264598840D+00 1.862645149230D-08
+    9.875986363270D-01 3.171562500000D+02 9.047107497940D-01-8.017119412780D-09
+    6.071681352140D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.550000000000D+02
+    5.328180000000D+05
+20 05  4  2  6  0  0.0-7.531372830270D-05 2.273736754430D-12 0.000000000000D+00
+    7.600000000000D+01 6.734375000000D+01 4.381611073970D-09 1.792260990680D+00
+    3.529712557790D-06 2.566976007070D-03 5.407258868220D-06 5.153750606540D+03
+    5.400000000000D+05-1.862645149230D-08 2.705043186170D+00-5.215406417850D-08
+    9.619399338940D-01 2.742812500000D+02 1.398391916840D+00-8.134267481810D-09
+    1.089331055910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.600000000000D+01
+    5.328180000000D+05
+23 05  4  2  5 59 44.0 2.059531398120D-04-2.046363078990D-12 0.000000000000D+00
+    2.390000000000D+02-3.996875000000D+01 4.531974351350D-09-1.449011316680D-01
+   -2.225860953330D-06 3.749701892960D-03 3.332272171970D-06 5.153700489040D+03
+    5.399840000000D+05 1.862645149230D-08-2.526408325150D+00-3.911554813390D-08
+    9.641027807390D-01 3.158437500000D+02 2.231529670250D+00-8.290345299140D-09
+    1.028614277090D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.390000000000D+02
+    5.328180000000D+05
+24 05  4  2  6  0  0.0 6.033573299650D-06 2.955857780760D-12 0.000000000000D+00
+    5.200000000000D+01 6.928125000000D+01 4.265892084020D-09-1.749961200110D+00
+    3.818422555920D-06 8.682775078340D-03 8.298084139820D-06 5.153602722170D+03
+    5.400000000000D+05-6.146728992460D-08 1.715851405720D+00 2.235174179080D-07
+    9.652616005740D-01 2.260312500000D+02-1.177384660630D+00-7.923187439470D-09
+   -2.196520049180D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.080000000000D+02
+    5.328180000000D+05
+27 05  4  2  6  0  0.0 3.539677709340D-05 7.503331289630D-12 0.000000000000D+00
+    4.700000000000D+01-9.278125000000D+01 4.535189113140D-09 2.492809400770D+00
+   -5.001202225690D-06 1.906029810200D-02 7.374212145810D-06 5.153631595610D+03
+    5.400000000000D+05 1.098960638050D-07-1.535098264190D+00-2.775341272350D-07
+    9.525912144250D-01 2.329062500000D+02-2.053427157800D+00-7.754965558600D-09
+    1.128618448700D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.030000000000D+02
+    5.339580000000D+05
+ 6 05  4  2  5 59 44.0 3.031250089410D-04 6.230038707140D-11 0.000000000000D+00
+    9.600000000000D+01 2.271875000000D+01 5.215574194750D-09-2.646197242060D+00
+    1.009553670880D-06 6.305270129810D-03 7.295981049540D-06 5.153574529650D+03
+    5.399840000000D+05 8.754432201390D-08 5.906639620620D-01-1.117587089540D-08
+    9.349040067330D-01 2.223437500000D+02-1.933935075750D+00-8.112123417450D-09
+   -1.967939144980D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.600000000000D+01
+    5.392860000000D+05
+29 05  4  2  6  0  0.0 4.602363333110D-05-2.364686224610D-11 0.000000000000D+00
+    9.000000000000D+00-5.728125000000D+01 4.177674206570D-09 9.129170531280D-01
+   -3.166496753690D-06 8.817333495240D-03 3.965571522710D-06 5.153608514790D+03
+    5.400000000000D+05-7.264316082000D-08-2.540766392110D+00-2.216547727580D-07
+    9.827397236260D-01 3.148437500000D+02-1.157869551420D+00-8.153911323920D-09
+    2.785830247040D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 5.210000000000D+02
+    5.382780000000D+05
+ 2 05  4  2  8  0  0.0-2.646958455440D-05 4.547473508860D-13 0.000000000000D+00
+    7.400000000000D+01 5.196875000000D+01 4.576976575520D-09 1.344134415290D+00
+    2.456828951840D-06 9.560935781340D-03 8.000060915950D-06 5.153678812030D+03
+    5.472000000000D+05 8.754432201390D-08 1.666079727410D+00-1.993030309680D-07
+    9.553202178820D-01 2.244375000000D+02 1.794680249030D+00-8.077122082280D-09
+   -3.403713144670D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.400000000000D+01
+    5.400180000000D+05
+ 4 05  4  2  8  0  0.0 3.063436597590D-04-2.273736754430D-11 0.000000000000D+00
+    1.460000000000D+02 5.678125000000D+01 4.532331843170D-09-2.561287228240D+00
+    2.941116690640D-06 7.038812851530D-03 8.553266525270D-06 5.153592939380D+03
+    5.472000000000D+05-7.264316082000D-08 1.686106179150D+00-7.450580596920D-09
+    9.549797807520D-01 2.144375000000D+02 3.859679527720D-02-7.967117632290D-09
+   -2.760829342920D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.020000000000D+02
+    5.400180000000D+05
+ 6 05  4  2  8  0  0.0 3.035748377440D-04 6.230038707140D-11 0.000000000000D+00
+    9.700000000000D+01 2.290625000000D+01 5.231289179620D-09-1.593619545820D+00
+    1.156702637670D-06 6.305410293860D-03 7.169321179390D-06 5.153574361800D+03
+    5.472000000000D+05 1.322478055950D-07 5.906056472220D-01 1.080334186550D-07
+    9.349022175840D-01 2.240937500000D+02-1.933932403000D+00-8.193555167680D-09
+   -2.460816828090D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.700000000000D+01
+    5.400180000000D+05
+ 8 05  4  2  8  0  0.0-2.515921369190D-05-1.023181539490D-12 0.000000000000D+00
+    1.740000000000D+02-8.831250000000D+01 4.365539041370D-09-1.491293814100D+00
+   -4.731118679050D-06 9.153086226430D-03 8.311122655870D-06 5.153749649050D+03
+    5.472000000000D+05-1.098960638050D-07-1.439780597650D+00-1.005828380580D-07
+    9.676508544740D-01 2.282500000000D+02 2.536269585280D+00-7.971403093170D-09
+    2.357241069010D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.420000000000D+02
+    5.400180000000D+05
+10 05  4  2  8  0  0.0 6.131175905470D-05 6.821210263300D-13 0.000000000000D+00
+    2.700000000000D+01 6.178125000000D+01 4.002666642580D-09 1.687888537090D+00
+    3.319233655930D-06 6.580939516430D-03 5.479902029040D-06 5.153633712770D+03
+    5.472000000000D+05-5.029141902920D-08 2.729513542690D+00 1.005828380580D-07
+    9.783034084580D-01 2.841875000000D+02 3.373427370280D-01-7.993190109800D-09
+    3.571577441350D-13 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.830000000000D+02
+    5.400180000000D+05
+13 05  4  2  8  0  0.0-7.045920938250D-06 1.250555214940D-12 0.000000000000D+00
+    2.000000000000D+02-4.059375000000D+01 3.960522132470D-09 1.754806652500D+00
+   -2.166256308560D-06 2.502077259120D-03 3.494322299960D-06 5.153752262120D+03
+    5.472000000000D+05-5.587935447690D-09-2.509322422140D+00 2.235174179080D-08
+    9.875992595300D-01 3.248437500000D+02 9.044325539780D-01-7.997475570680D-09
+    9.107522375150D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.560000000000D+02
+    5.400180000000D+05
+24 05  4  2  8  0  0.0 6.054993718860D-06 2.955857780760D-12 0.000000000000D+00
+    5.300000000000D+01 5.981250000000D+01 4.289107291560D-09-6.999126507660D-01
+    3.118067979810D-06 8.682714309540D-03 8.737668395040D-06 5.153599964140D+03
+    5.472000000000D+05-1.955777406690D-07 1.715793864760D+00 1.005828380580D-07
+    9.652598494610D-01 2.182187500000D+02-1.177209088510D+00-7.983190108970D-09
+   -2.325096781770D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.090000000000D+02
+    5.400180000000D+05
+26 05  4  2  7 59 44.0 1.648720353840D-05 2.501110429880D-12 0.000000000000D+00
+    1.120000000000D+02-4.818750000000D+01 4.123386077030D-09-1.559967713550D-01
+   -2.374872565270D-06 1.623047969770D-02 3.805384039880D-06 5.153560287480D+03
+    5.471840000000D+05 6.332993507390D-08-2.507414351260D+00 1.583248376850D-07
+    9.858613362590D-01 3.189375000000D+02 6.707881359440D-01-8.270344409310D-09
+    4.464471847760D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 8.800000000000D+02
+    5.430780000000D+05
+26 05  4  2  8  0  0.0 1.648114994170D-05 2.501110429880D-12 0.000000000000D+00
+    8.500000000000D+01-4.818750000000D+01 4.123386077030D-09-1.536621691490D-01
+   -2.374872565270D-06 1.623048668260D-02 3.805384039880D-06 5.153560308460D+03
+    5.472000000000D+05 6.332993507390D-08-2.507414466830D+00 1.583248376850D-07
+    9.858613245560D-01 3.189375000000D+02 6.707873079320D-01-8.270344409310D-09
+    4.464471847760D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.053596735000D-09 5.970000000000D+02
+    5.410080000000D+05
+27 05  4  2  8  0  0.0 3.545079380270D-05 7.503331289630D-12 0.000000000000D+00
+    4.800000000000D+01-1.041562500000D+02 4.604120196210D-09-2.740155641200D+00
+   -5.558133125310D-06 1.906190160660D-02 7.042661309240D-06 5.153628631590D+03
+    5.472000000000D+05 3.110617399220D-07-1.535154813290D+00-1.527369022370D-07
+    9.525921448410D-01 2.366250000000D+02-2.053439036700D+00-7.805325275000D-09
+    2.396528531180D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.040000000000D+02
+    5.400180000000D+05
+29 05  4  2  8  0  0.0 4.585366696120D-05-2.364686224610D-11 0.000000000000D+00
+    1.000000000000D+01-4.312500000000D+01 4.028382072360D-09 1.962853384950D+00
+   -2.317130565640D-06 8.817275171170D-03 3.183260560040D-06 5.153613147740D+03
+    5.472000000000D+05 1.266598701480D-07-2.540823728260D+00-5.774199962620D-08
+    9.827408398320D-01 3.262187500000D+02-1.157589344090D+00-7.910329280490D-09
+   -1.964367557510D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 5.220000000000D+02
+    5.400180000000D+05
+21 05  4  2  8  0  0.0 9.646546095610D-05 1.591615728100D-12 0.000000000000D+00
+    1.960000000000D+02 6.721875000000D+01 4.613049497950D-09-1.715632769690D+00
+    3.283843398090D-06 9.617787436580D-03 8.046627044680D-06 5.153636754990D+03
+    5.472000000000D+05-4.842877388000D-08 1.708947794360D+00-1.452863216400D-07
+    9.485840740710D-01 2.209687500000D+02 3.130130626070D+00-7.978189664470D-09
+   -1.800074950210D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.960000000000D+02
+    5.462280000000D+05
+ 2 05  4  2 10  0  0.0-2.646679058670D-05 4.547473508860D-13 0.000000000000D+00
+    7.500000000000D+01 5.318750000000D+01 4.533045938620D-09 2.394349531020D+00
+    2.779066562650D-06 9.560630074700D-03 8.095055818560D-06 5.153678369520D+03
+    5.544000000000D+05 1.098960638050D-07 1.666023245610D+00 6.146728992460D-08
+    9.553183248660D-01 2.182812500000D+02 1.794643376180D+00-7.848541372370D-09
+   -4.410898035710D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.500000000000D+01
+    5.472180000000D+05
+ 4 05  4  2 10  0  0.0 3.061797469850D-04-2.273736754430D-11 0.000000000000D+00
+    1.470000000000D+02 5.759375000000D+01 4.489472793520D-09-1.510974489060D+00
+    2.902001142500D-06 7.038777694110D-03 8.720904588700D-06 5.153593931200D+03
+    5.544000000000D+05-8.754432201390D-08 1.686048885420D+00-8.940696716310D-08
+    9.549777604630D-01 2.092187500000D+02 3.851423988410D-02-7.972118076790D-09
+   -3.089414279960D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.030000000000D+02
+    5.472180000000D+05
+ 6 05  4  2 10  0  0.0 3.040232695640D-04 6.230038707140D-11 0.000000000000D+00
+    9.800000000000D+01 2.290625000000D+01 5.373795186610D-09-5.432996120040D-01
+    1.192092895510D-06 6.305583287030D-03 7.046386599540D-06 5.153575281140D+03
+    5.544000000000D+05-1.303851604460D-07 5.905453735340D-01 3.352761268620D-08
+    9.348992449350D-01 2.277187500000D+02-1.934005328000D+00-8.479996260750D-09
+   -2.217949574000D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.800000000000D+01
+    5.472180000000D+05
+ 8 05  4  2 10  0  0.0-2.516666427250D-05-1.023181539490D-12 0.000000000000D+00
+    1.750000000000D+02-9.625000000000D+01 4.325180213980D-09-4.412365238210D-01
+   -5.170702934270D-06 9.153246646750D-03 7.847324013710D-06 5.153748723980D+03
+    5.544000000000D+05-1.862645149230D-09-1.439838066920D+00-1.266598701480D-07
+    9.676526187530D-01 2.315937500000D+02 2.536346444070D+00-8.002833062900D-09
+    2.242950547520D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.430000000000D+02
+    5.472180000000D+05
+ 9 05  4  2  9 59 44.0-3.677420318130D-05-1.932676241270D-12 0.000000000000D+00
+    6.400000000000D+01-8.268750000000D+01 4.738411441000D-09-8.852734722220D-01
+   -4.097819328310D-06 1.653922407420D-02 7.458031177520D-06 5.153679412840D+03
+    5.543840000000D+05-3.911554813390D-08-1.513223055590D+00 3.334134817120D-07
+    9.548525844140D-01 2.351250000000D+02 1.131391780170D+00-8.323203459780D-09
+    1.096474230860D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 3.200000000000D+02
+    5.489460000000D+05
+10 05  4  2 10  0  0.0 6.131641566750D-05 6.821210263300D-13 0.000000000000D+00
+    2.200000000000D+01 7.165625000000D+01 4.009452769790D-09 2.738275377460D+00
+    3.725290298460D-06 6.582169909960D-03 5.908310413360D-06 5.153630510330D+03
+    5.544000000000D+05-7.636845111850D-08 2.729455940290D+00-3.911554813390D-08
+    9.783041135850D-01 2.759375000000D+02 3.371585073650D-01-7.877471119850D-09
+    6.428839405270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.340000000000D+02
+    5.472180000000D+05
+18 05  4  2 10  0  0.0-1.416313461960D-04-3.524291969370D-12 0.000000000000D+00
+    2.000000000000D+02 6.396875000000D+01 4.295535926960D-09-2.095456384600D+00
+    3.358349204060D-06 5.655155866410D-03 4.747882485390D-06 5.153733098980D+03
+    5.544000000000D+05-3.166496753690D-08 2.757450292380D+00-3.725290298460D-08
+    9.621843948190D-01 2.903437500000D+02-2.814756810720D+00-8.012119856460D-09
+    1.221479445370D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.000000000000D+02
+    5.505180000000D+05
+21 05  4  2 10  0  0.0 9.647663682700D-05 1.591615728100D-12 0.000000000000D+00
+    1.970000000000D+02 5.484375000000D+01 4.627692895550D-09-6.653487666070D-01
+    2.726912498470D-06 9.618774056430D-03 7.946044206620D-06 5.153638784410D+03
+    5.544000000000D+05 2.328306436540D-07 1.708891120920D+00-1.545995473860D-07
+    9.485819586920D-01 2.213437500000D+02 3.130050338200D+00-8.103551607520D-09
+   -3.639437362590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.970000000000D+02
+    5.472180000000D+05
+26 05  4  2  9 59 44.0 1.650536432860D-05 2.501110429880D-12 0.000000000000D+00
+    1.130000000000D+02-3.375000000000D+01 4.021238897420D-09 8.942385867750D-01
+   -1.706182956700D-06 1.623230951370D-02 3.846362233160D-06 5.153563707350D+03
+    5.543840000000D+05-1.043081283570D-07-2.507472945510D+00 1.396983861920D-07
+    9.858614752360D-01 3.194062500000D+02 6.707976361340D-01-8.192126976780D-09
+   -7.571743926290D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 8.810000000000D+02
+    5.472180000000D+05
+27 05  4  2 10  0  0.0 3.550527617340D-05 7.503331289630D-12 0.000000000000D+00
+    4.900000000000D+01-1.056875000000D+02 4.525188668230D-09-1.689934122280D+00
+   -5.327165126800D-06 1.906164607500D-02 6.878748536110D-06 5.153629262920D+03
+    5.544000000000D+05 3.948807716370D-07-1.535211024460D+00 5.960464477540D-08
+    9.525940656520D-01 2.341250000000D+02-2.053452150300D+00-7.866399087670D-09
+    2.560820999700D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.050000000000D+02
+    5.472180000000D+05
+28 05  4  2 10  0  0.0 4.686135798690D-05-1.136868377220D-13 0.000000000000D+00
+    1.100000000000D+02-2.575000000000D+01 4.593048608110D-09-2.974898905280D+00
+   -1.367181539540D-06 9.987237746830D-03 9.266659617420D-06 5.153641513820D+03
+    5.544000000000D+05 4.284083843230D-08-4.159547334530D-01-2.011656761170D-07
+    9.596593631040D-01 1.999687500000D+02-2.336464877700D+00-7.724250572490D-09
+    2.860833514530D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 3.660000000000D+02
+    5.485980000000D+05
+29 05  4  2 10  0  0.0 4.568323493000D-05-2.364686224610D-11 0.000000000000D+00
+    1.100000000000D+01-3.490625000000D+01 4.042311374520D-09 3.012996861580D+00
+   -1.849606633190D-06 8.817349211310D-03 3.132969141010D-06 5.153613744740D+03
+    5.544000000000D+05 1.769512891770D-07-2.540881411120D+00 1.024454832080D-07
+    9.827410036790D-01 3.278750000000D+02-1.157518862160D+00-7.928901979430D-09
+    1.085759537830D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 2.670000000000D+02
+    5.472180000000D+05
+10 05  4  2  9 59 44.0 6.130803376440D-05 5.684341886080D-13 0.000000000000D+00
+    5.000000000000D+01 7.165625000000D+01 4.009452769790D-09 2.735939773160D+00
+    3.725290298460D-06 6.582158966920D-03 5.908310413360D-06 5.153630489350D+03
+    5.543840000000D+05-7.636845111850D-08 2.729456048550D+00-3.911554813390D-08
+    9.783041004180D-01 2.759375000000D+02 3.371605086370D-01-7.877471119850D-09
+    6.428839405270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.000000000000D+01
+    5.518980000000D+05
+15 05  4  2 10  0  0.0 4.112450405960D-04 5.343281372920D-12 0.000000000000D+00
+    1.580000000000D+02 6.743750000000D+01 4.376611073550D-09-5.640540717560D-01
+    3.334134817120D-06 9.004832478240D-03 7.901340723040D-06 5.153559896470D+03
+    5.544000000000D+05-1.154839992520D-07 1.740612463080D+00-1.639127731320D-07
+    9.620487793880D-01 2.301250000000D+02 2.369824632530D+00-7.972118076790D-09
+   -2.775115692800D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 4.140000000000D+02
+    5.521620000000D+05
+ 5 05  4  2 12  0  0.0 8.868752047420D-05 2.614797267600D-12 0.000000000000D+00
+    1.630000000000D+02-2.234375000000D+01 5.219503051990D-09-7.051217699630D-01
+   -1.063570380210D-06 5.943123949690D-03 9.031966328620D-06 5.153579044340D+03
+    5.616000000000D+05 3.725290298460D-08-5.063195694200D-01 7.078051567080D-08
+    9.367475468380D-01 1.964687500000D+02 9.359961570030D-01-8.263201678460D-09
+    3.017982808110D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 4.190000000000D+02
+    5.550120000000D+05
+ 9 05  4  2 12  0  0.0-3.678863868120D-05-1.932676241270D-12 0.000000000000D+00
+    6.500000000000D+01-8.825000000000D+01 4.718410995250D-09 1.672537445730D-01
+   -4.688277840610D-06 1.653835026080D-02 7.156282663350D-06 5.153678010940D+03
+    5.616000000000D+05-1.806765794750D-07-1.513283618930D+00 1.788139343260D-07
+    9.548532193210D-01 2.429062500000D+02 1.131377044200D+00-8.384992256080D-09
+    9.000374751040D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.500000000000D+01
+    5.544180000000D+05
+10 05  4  2 11 59 44.0 6.131269037720D-05 5.684341886080D-13 0.000000000000D+00
+    5.100000000000D+01 8.196875000000D+01 3.970165529670D-09-2.496968023370D+00
+    4.176050424580D-06 6.580961984580D-03 5.889683961870D-06 5.153632814410D+03
+    5.615840000000D+05-3.352761268620D-08 2.729399091300D+00-1.061707735060D-07
+    9.783045071100D-01 2.774062500000D+02 3.370863006550D-01-7.912829502740D-09
+    9.286101054770D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.100000000000D+01
+    5.544180000000D+05
+15 05  4  2 12  0  0.0 4.112836904820D-04 5.343281372920D-12 0.000000000000D+00
+    1.590000000000D+02 5.006250000000D+01 4.375896534010D-09 4.862198445050D-01
+    2.371147274970D-06 9.007294429470D-03 7.973983883860D-06 5.153564611430D+03
+    5.616000000000D+05 6.519258022310D-08 1.740555302490D+00-1.136213541030D-07
+    9.620459691220D-01 2.271875000000D+02 2.369798137620D+00-8.071407542330D-09
+   -3.907305590190D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 4.150000000000D+02
+    5.544180000000D+05
+18 05  4  2 12  0  0.0-1.416564919050D-04-3.524291969370D-12 0.000000000000D+00
+    2.010000000000D+02 5.937500000000D+01 4.295893418770D-09-1.044988334720D+00
+    3.082677721980D-06 5.654870998110D-03 5.457550287250D-06 5.153736583710D+03
+    5.616000000000D+05 1.434236764910D-07 2.757393185910D+00-9.685754776000D-08
+    9.621846625330D-01 2.773125000000D+02-2.815083778760D+00-8.082836622240D-09
+   -1.428630911490D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.010000000000D+02
+    5.544180000000D+05
+21 05  4  2 12  0  0.0 9.648781269790D-05 1.591615728100D-12 0.000000000000D+00
+    1.980000000000D+02 4.781250000000D+01 4.772698680710D-09 3.849056255500D-01
+    2.376735210420D-06 9.618690353820D-03 7.821246981620D-06 5.153638757710D+03
+    5.616000000000D+05 1.545995473860D-07 1.708832383290D+00 4.656612873080D-08
+    9.485784564660D-01 2.190000000000D+02 3.129998697190D+00-8.257487138510D-09
+   -4.178745405260D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.980000000000D+02
+    5.544180000000D+05
+22 05  4  2 12  0  0.0 1.932773739100D-05 7.958078640510D-13 0.000000000000D+00
+    1.650000000000D+02 6.537500000000D+01 4.303036593710D-09-2.854258217480D+00
+    3.404915332790D-06 4.793714499100D-03 5.435198545460D-06 5.153688745500D+03
+    5.616000000000D+05 2.235174179080D-08 2.766472298360D+00-1.117587089540D-08
+    9.596268482870D-01 2.752500000000D+02-1.483135428650D+00-7.987475569850D-09
+   -1.285767846360D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.650000000000D+02
+    5.552460000000D+05
+26 05  4  2 12  0  0.0 1.652352511880D-05 2.501110429880D-12 0.000000000000D+00
+    1.140000000000D+02-3.225000000000D+01 4.019810262430D-09 1.946855887140D+00
+   -1.829117536540D-06 1.623179821760D-02 3.585591912270D-06 5.153562423710D+03
+    5.616000000000D+05-2.980232238770D-07-2.507532601850D+00-3.166496753690D-08
+    9.858617283210D-01 3.274062500000D+02 6.707603287970D-01-8.045335064820D-09
+    5.893102672520D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 6.260000000000D+02
+    5.544180000000D+05
+28 05  4  2 12  0  0.0 4.686042666440D-05-1.136868377220D-13 0.000000000000D+00
+    1.110000000000D+02-2.562500000000D+01 4.599120195790D-09-1.924755381830D+00
+   -1.382082700730D-06 9.987831814210D-03 8.814036846160D-06 5.153639959340D+03
+    5.616000000000D+05 1.508742570880D-07-4.160113498450D-01-2.048909664150D-08
+    9.596620080600D-01 2.058750000000D+02-2.336406369750D+00-7.756037589960D-09
+    4.457328395270D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 3.670000000000D+02
+    5.544180000000D+05
+29 05  4  2 12  0  0.0 4.551326856020D-05-2.364686224610D-11 0.000000000000D+00
+    1.200000000000D+01-2.781250000000D+01 4.029810707350D-09-2.219978766070D+00
+   -1.197680830960D-06 8.818379603330D-03 2.965331077580D-06 5.153611928940D+03
+    5.616000000000D+05 9.313225746150D-08-2.540938431280D+00 2.346932888030D-07
+    9.827416956390D-01 3.328750000000D+02-1.157513547380D+00-7.984261252150D-09
+    1.117903686290D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 1.200000000000D+01
+    5.544180000000D+05
+14 05  4  2 12  0  0.0-3.076810389760D-05 2.273736754430D-13 0.000000000000D+00
+    2.000000000000D+02-3.671875000000D+01 3.951236227100D-09 2.609301353840D+00
+   -1.866370439530D-06 1.761520979930D-03 3.565102815630D-06 5.153711263660D+03
+    5.616000000000D+05 9.313225746150D-09-2.520331063550D+00-3.166496753690D-08
+    9.819403544660D-01 3.209375000000D+02-1.772419419610D+00-7.956045600110D-09
+    1.017899514680D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.000000000000D+02
+    5.594880000000D+05
+15 05  4  2 11 59 44.0 4.112864844500D-04 5.343281372920D-12 0.000000000000D+00
+    1.810000000000D+02 5.006250000000D+01 4.375896534010D-09 4.838854544230D-01
+    2.371147274970D-06 9.007292799650D-03 7.973983883860D-06 5.153564638140D+03
+    5.615840000000D+05 6.519258022310D-08 1.740555396110D+00-1.136213541030D-07
+    9.620460203240D-01 2.271875000000D+02 2.369798430200D+00-8.071407542330D-09
+   -3.907305590190D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.810000000000D+02
+    5.613180000000D+05
+30 05  4  2 12  0  0.0 1.023681834340D-04 2.501110429880D-11 0.000000000000D+00
+    2.340000000000D+02-1.940625000000D+01 5.022351867720D-09-1.615530410130D+00
+   -9.108334779740D-07 7.963223150000D-03 9.039416909220D-06 5.153729228970D+03
+    5.616000000000D+05 1.359730958940D-07-4.627971582280D-01 1.005828380580D-07
+    9.435606650090D-01 1.963437500000D+02 1.270810346920D+00-8.067122081460D-09
+    3.064413445220D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 2.340000000000D+02
+    5.592180000000D+05
+ 5 05  4  2 14  0  0.0 8.870568126440D-05 2.614797267600D-12 0.000000000000D+00
+    1.580000000000D+02-3.031250000000D+01 5.201288288960D-09 3.450692105460D-01
+   -1.704320311550D-06 5.942024057730D-03 9.128823876380D-06 5.153576877590D+03
+    5.688000000000D+05 1.303851604460D-08-5.063791365180D-01 5.401670932770D-08
+    9.367496900130D-01 1.942500000000D+02 9.360497846540D-01-8.271773488390D-09
+    2.985838520870D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 9.260000000000D+02
+    5.616180000000D+05
+ 9 05  4  2 14  0  0.0-3.680260851980D-05-1.932676241270D-12 0.000000000000D+00
+    6.600000000000D+01-1.088437500000D+02 4.598763148070D-09 1.217286623140D+00
+   -5.727633833890D-06 1.653986517340D-02 7.664784789090D-06 5.153683240890D+03
+    5.688000000000D+05-3.259629011150D-07-1.513343961380D+00-7.450580596920D-09
+    9.548536625850D-01 2.332812500000D+02 1.131523088780D+00-8.317131872100D-09
+    7.928901979430D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.600000000000D+01
+    5.616180000000D+05
+14 05  4  2 14  0  0.0-3.076670691370D-05 2.273736754430D-13 0.000000000000D+00
+    2.010000000000D+02-3.131250000000D+01 3.997309150350D-09-2.624001920650D+00
+   -1.579523086550D-06 1.761925988830D-03 3.421679139140D-06 5.153710510250D+03
+    5.688000000000D+05 1.862645149230D-08-2.520388241700D+00-6.705522537230D-08
+    9.819410478890D-01 3.265312500000D+02-1.772147919570D+00-7.958188774640D-09
+    7.893186104720D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.010000000000D+02
+    5.616180000000D+05
+15 05  4  2 13 59 44.0 4.113251343370D-04 5.343281372920D-12 0.000000000000D+00
+    1.820000000000D+02 4.693750000000D+01 4.420541266370D-09 1.534238796900D+00
+    2.441927790640D-06 9.006620850410D-03 7.987022399900D-06 5.153562438960D+03
+    5.687840000000D+05 1.490116119380D-07 1.740498226740D+00 6.705522537230D-08
+    9.620438098550D-01 2.192500000000D+02 2.369692373030D+00-7.893185660630D-09
+   -4.457328395270D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.820000000000D+02
+    5.616360000000D+05
+18 05  4  2 14  0  0.0-1.416821032760D-04-3.524291969370D-12 0.000000000000D+00
+    2.020000000000D+02 6.553125000000D+01 4.467686220980D-09 5.009250941120D-03
+    3.356486558910D-06 5.653804051690D-03 5.701556801800D-06 5.153734054570D+03
+    5.688000000000D+05 3.911554813390D-08 2.757334615060D+00 4.842877388000D-08
+    9.621836589720D-01 2.695312500000D+02-2.814939036180D+00-8.248558280850D-09
+   -5.607376368790D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.020000000000D+02
+    5.616180000000D+05
+21 05  4  2 14  0  0.0 9.649898856880D-05 1.591615728100D-12 0.000000000000D+00
+    1.990000000000D+02 5.556250000000D+01 4.748411885910D-09 1.434956117650D+00
+    3.144145011900D-06 9.619125979950D-03 8.415430784230D-06 5.153641492840D+03
+    5.688000000000D+05-2.607703208920D-08 1.708774235230D+00 1.378357410430D-07
+    9.485753901900D-01 2.085937500000D+02 3.130151614560D+00-8.130339068660D-09
+   -5.446655348960D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.990000000000D+02
+    5.616180000000D+05
+22 05  4  2 14  0  0.0 1.933332532640D-05 7.958078640510D-13 0.000000000000D+00
+    1.660000000000D+02 6.821875000000D+01 4.398397646100D-09-1.804231737720D+00
+    3.499910235400D-06 4.793825559320D-03 5.755573511120D-06 5.153687673570D+03
+    5.688000000000D+05 4.097819328310D-08 2.766414916860D+00 1.303851604460D-07
+    9.596261256060D-01 2.685625000000D+02-1.482991910530D+00-8.101051385270D-09
+   -7.321733497270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.660000000000D+02
+    5.616180000000D+05
+26 05  4  2 14  0  0.0 1.654168590900D-05 2.501110429880D-12 0.000000000000D+00
+    1.150000000000D+02-3.906250000000D+01 3.878018794980D-09 2.997016482840D+00
+   -2.123415470120D-06 1.623085152820D-02 2.883374691010D-06 5.153565319060D+03
+    5.688000000000D+05-5.401670932770D-08-2.507589721490D+00-1.341104507450D-07
+    9.858632702370D-01 3.392812500000D+02 6.708429968350D-01-7.829254577980D-09
+    8.357491088070D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 6.270000000000D+02
+    5.616180000000D+05
+29 05  4  2 14  0  0.0 4.534283652900D-05-2.364686224610D-11 0.000000000000D+00
+    7.000000000000D+00-3.546875000000D+01 4.098385186780D-09-1.169862038890D+00
+   -1.737847924230D-06 8.818130590950D-03 3.408640623090D-06 5.153610353470D+03
+    5.688000000000D+05-1.434236764910D-07-2.540997237660D+00 1.005828380580D-07
+    9.827415566620D-01 3.307187500000D+02-1.157414657050D+00-8.225342185140D-09
+    1.496490847910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 2.630000000000D+02
+    5.616180000000D+05
+30 05  4  2 14  0  0.0 1.025479286910D-04 2.501110429880D-11 0.000000000000D+00
+    2.290000000000D+02-2.378125000000D+01 5.068782726880D-09-5.653955910420D-01
+   -1.205131411550D-06 7.962858653630D-03 9.311363101010D-06 5.153728696820D+03
+    5.688000000000D+05-3.911554813390D-08-4.628560640870D-01 5.401670932770D-08
+    9.435621513340D-01 1.958125000000D+02 1.270826200570D+00-8.241057614100D-09
+    3.210847976390D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 9.970000000000D+02
+    5.616180000000D+05
+ 1 05  4  2 13 59 12.0 3.967438824470D-04 1.818989403550D-12 0.000000000000D+00
+    1.920000000000D+02-3.359375000000D+01 3.893733779850D-09 2.882590282750D+00
+   -1.745298504830D-06 5.956433247770D-03 3.654509782790D-06 5.153635421750D+03
+    5.687520000000D+05 5.215406417850D-08-2.493532108640D+00-3.725290298460D-08
+    9.833947642130D-01 3.202187500000D+02-1.650527470180D+00-7.856399086850D-09
+    6.964576138020D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.920000000000D+02
+    5.664720000000D+05
+ 6 05  4  2 14  0  0.0 3.049196675420D-04 6.218670023370D-11 0.000000000000D+00
+    1.000000000000D+02 2.228125000000D+01 5.509872558210D-09 1.557242456620D+00
+    1.078471541400D-06 6.304770242420D-03 7.176771759990D-06 5.153573465350D+03
+    5.688000000000D+05-1.378357410430D-07 5.904219968750D-01-1.098960638050D-07
+    9.348973241230D-01 2.320625000000D+02-1.934049572490D+00-8.407493368170D-09
+   -6.821712639220D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 1.000000000000D+02
+    5.662260000000D+05
+25 05  4  2 13 59 44.0 8.963933214550D-05 7.958078640510D-13 0.000000000000D+00
+    2.350000000000D+02-9.368750000000D+01 4.541617748540D-09 2.024616051240D+00
+   -4.936009645460D-06 1.206491608170D-02 6.567686796190D-06 5.153668621060D+03
+    5.687840000000D+05 2.030283212660D-07-1.565208800430D+00-1.154839992520D-07
+    9.480771232180D-01 2.429062500000D+02-1.481652401300D+00-7.963189219140D-09
+    1.060758494930D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.470000000000D+02
+    5.654280000000D+05
+ 1 05  4  2 16  0  0.0 3.967569209640D-04 1.818989403550D-12 0.000000000000D+00
+    1.930000000000D+02-2.787500000000D+01 3.984451879550D-09-2.343481941280D+00
+   -1.477077603340D-06 5.958006018770D-03 3.209337592120D-06 5.153632326130D+03
+    5.760000000000D+05 1.415610313420D-07-2.493588853770D+00-4.656612873080D-08
+    9.833951328690D-01 3.308750000000D+02-1.650438423820D+00-7.886757025230D-09
+    2.392956839630D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.930000000000D+02
+    5.688180000000D+05
+ 5 05  4  2 16  0  0.0 8.872430771590D-05 2.614797267600D-12 0.000000000000D+00
+    1.590000000000D+02-3.193750000000D+01 5.084140219940D-09 1.395223300650D+00
+   -1.685693860050D-06 5.942563991990D-03 9.138137102130D-06 5.153578310010D+03
+    5.760000000000D+05-1.080334186550D-07-5.064390766600D-01 9.685754776000D-08
+    9.367521784370D-01 1.889687500000D+02 9.361400452360D-01-8.226771264220D-09
+    3.857303643160D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 9.270000000000D+02
+    5.688180000000D+05
+ 6 05  4  2 16  0  0.0 3.053676337000D-04 6.218670023370D-11 0.000000000000D+00
+    9.500000000000D+01 2.215625000000D+01 5.428083316160D-09 2.607532225060D+00
+    1.065433025360D-06 6.304882466790D-03 7.141381502150D-06 5.153572940830D+03
+    5.760000000000D+05 6.891787052150D-08 5.903624253880D-01-8.381903171540D-08
+    9.348977235000D-01 2.300312500000D+02-1.934090219670D+00-8.202484913510D-09
+   -7.750322605920D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.510000000000D+02
+    5.688180000000D+05
+ 9 05  4  2 16  0  0.0-3.681657835840D-05-1.932676241270D-12 0.000000000000D+00
+    6.700000000000D+01-1.227812500000D+02 4.379825391250D-09 2.267444025290D+00
+   -6.427988410000D-06 1.654088939540D-02 7.759779691700D-06 5.153683404920D+03
+    5.760000000000D+05 8.195638656620D-08-1.513402924290D+00-3.166496753690D-07
+    9.548566542520D-01 2.264687500000D+02 1.131539461750D+00-7.849612515540D-09
+    1.696499191130D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.700000000000D+01
+    5.688180000000D+05
+14 05  4  2 16  0  0.0-3.076484426860D-05 2.273736754430D-13 0.000000000000D+00
+    2.020000000000D+02-2.906250000000D+01 4.110885409860D-09-1.573813585090D+00
+   -1.575797796250D-06 1.762435771520D-03 3.099441528320D-06 5.153710119250D+03
+    5.760000000000D+05 1.005828380580D-07-2.520445314530D+00 1.061707735060D-07
+    9.819407318990D-01 3.333750000000D+02-1.772180864480D+00-8.103908655240D-09
+   -1.892935981570D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.020000000000D+02
+    5.688180000000D+05
+18 05  4  2 16  0  0.0-1.417077146470D-04-3.524291969370D-12 0.000000000000D+00
+    2.030000000000D+02 8.675000000000D+01 4.395540376120D-09 1.054886796860D+00
+    4.541128873830D-06 5.656416062270D-03 5.826354026790D-06 5.153739770890D+03
+    5.760000000000D+05 5.587935447690D-09 2.757275343470D+00 4.656612873080D-08
+    9.621832420400D-01 2.669062500000D+02-2.814675024820D+00-8.237129200950D-09
+   -7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.030000000000D+02
+    5.688180000000D+05
+22 05  4  2 16  0  0.0 1.933844760060D-05 7.958078640510D-13 0.000000000000D+00
+    1.670000000000D+02 7.878125000000D+01 4.512330953330D-09-7.538688804310D-01
+    4.099681973460D-06 4.794591106470D-03 5.630776286130D-06 5.153689748760D+03
+    5.760000000000D+05-8.195638656620D-08 2.766355288320D+00-5.215406417850D-08
+    9.596248952920D-01 2.694375000000D+02-1.483182574110D+00-8.313203458950D-09
+   -1.214336270430D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.670000000000D+02
+    5.688180000000D+05
+25 05  4  2 16  0  0.0 8.964538574220D-05 7.958078640510D-13 0.000000000000D+00
+    2.360000000000D+02-1.047187500000D+02 4.625192673300D-09 3.077218150420D+00
+   -5.291774868970D-06 1.206642179750D-02 6.295740604400D-06 5.153665273670D+03
+    5.760000000000D+05 1.639127731320D-07-1.565265868860D+00-1.862645149230D-09
+    9.480778488250D-01 2.502187500000D+02-1.481735364840D+00-7.920330169500D-09
+    9.786121912820D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.480000000000D+02
+    5.688180000000D+05
+30 05  4  2 16  0  0.0 1.027276739480D-04 2.501110429880D-11 0.000000000000D+00
+    2.300000000000D+02-2.740625000000D+01 5.009137105110D-09 4.847252527870D-01
+   -1.560896635060D-06 7.962662726640D-03 9.143725037570D-06 5.153728303910D+03
+    5.760000000000D+05-2.980232238770D-08-4.629154951340D-01 5.215406417850D-08
+    9.435644846880D-01 1.947500000000D+02 1.270856858940D+00-8.247129201780D-09
+    3.310852148000D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 7.420000000000D+02
+    5.688180000000D+05
+16 05  4  2 16  0  0.0 1.813285052780D-06 1.136868377220D-13 0.000000000000D+00
+    9.200000000000D+01-2.484375000000D+01 4.454471458360D-09 1.352367738720D+00
+   -1.275911927220D-06 2.754459856080D-03 9.231269359590D-06 5.153732986450D+03
+    5.760000000000D+05 4.656612873080D-08-4.263017994210D-01-1.154839992520D-07
+    9.616561950810D-01 2.007187500000D+02-1.171509433860D+00-7.846755245570D-09
+    3.342996435230D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 9.200000000000D+01
+    5.729820000000D+05
+20 05  4  2 16  0  0.0-7.523177191620D-05 2.273736754430D-12 0.000000000000D+00
+    7.500000000000D+01 6.643750000000D+01 4.337323389340D-09 7.584079655930D-01
+    3.455206751820D-06 2.567867049950D-03 6.029382348060D-06 5.153754842760D+03
+    5.760000000000D+05-5.401670932770D-08 2.704751224290D+00 2.980232238770D-08
+    9.619409857320D-01 2.626250000000D+02 1.399717785830D+00-8.138552942680D-09
+   -5.535944966330D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.984919309620D-09 3.310000000000D+02
+    5.740560000000D+05
+ 1 05  4  2 18  0  0.0 3.967694938180D-04 1.818989403550D-12 0.000000000000D+00
+    1.940000000000D+02-3.109375000000D+01 4.116242902090D-09-1.293087934070D+00
+   -1.635402441020D-06 5.957870977000D-03 2.793967723850D-06 5.153634468080D+03
+    5.832000000000D+05-4.284083843230D-08-2.493646015830D+00 2.030283212660D-07
+    9.833936977460D-01 3.388125000000D+02-1.650630458150D+00-8.182484023680D-09
+   -5.535944966330D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.940000000000D+02
+    5.760180000000D+05
+ 6 05  4  2 18  0  0.0 3.058151341970D-04 6.218670023370D-11 0.000000000000D+00
+    9.600000000000D+01 2.218750000000D+01 5.374866773880D-09-2.625413038260D+00
+    9.033828973770D-07 6.305016926490D-03 6.843358278270D-06 5.153572681430D+03
+    5.832000000000D+05 1.396983861920D-07 5.903028948620D-01 9.313225746150D-09
+    9.348973168090D-01 2.312500000000D+02-1.934081137880D+00-8.224271041970D-09
+    1.785788639360D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.520000000000D+02
+    5.760180000000D+05
+14 05  4  2 18  0  0.0-3.076344728470D-05 2.273736754430D-13 0.000000000000D+00
+    2.030000000000D+02-3.221875000000D+01 4.180888524270D-09-5.233666334180D-01
+   -1.674517989160D-06 1.762278494430D-03 2.758577466010D-06 5.153710815430D+03
+    5.832000000000D+05-1.862645149230D-08-2.520504287680D+00 5.587935447690D-08
+    9.819401672120D-01 3.389375000000D+02-1.772472462090D+00-8.212127866610D-09
+   -5.714523906160D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.030000000000D+02
+    5.760180000000D+05
+16 05  4  2 18  0  0.0 1.814216375350D-06 1.136868377220D-13 0.000000000000D+00
+    8.700000000000D+01-2.987500000000D+01 4.459114411050D-09 2.402774643010D+00
+   -1.497566699980D-06 2.754610264670D-03 9.315088391300D-06 5.153731605530D+03
+    5.832000000000D+05 8.940696716310D-08-4.263579184220D-01-4.097819328310D-08
+    9.616586981330D-01 1.987812500000D+02-1.171771716060D+00-7.801395973670D-09
+    3.264421788440D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 8.550000000000D+02
+    5.760180000000D+05
+20 05  4  2 18  0  0.0-7.521547377110D-05 2.273736754430D-12 0.000000000000D+00
+    7.600000000000D+01 7.503125000000D+01 4.380182438980D-09 1.809306675150D+00
+    3.809109330180D-06 2.567584160720D-03 6.562098860740D-06 5.153751125340D+03
+    5.832000000000D+05-3.911554813390D-08 2.704692665150D+00-5.587935447690D-08
+    9.619410252310D-01 2.506250000000D+02 1.398950125420D+00-8.062121636950D-09
+   -2.321525263690D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.984919309620D-09 3.320000000000D+02
+    5.760180000000D+05
+21 05  4  2 18  0  0.0 9.652180597190D-05 1.591615728100D-12 0.000000000000D+00
+    1.950000000000D+02 6.853125000000D+01 4.692338517740D-09-2.747802373980D+00
+    3.522261977200D-06 9.619565098550D-03 8.886680006980D-06 5.153641588210D+03
+    5.832000000000D+05-1.788139343260D-07 1.708657592380D+00-7.078051567080D-08
+    9.485695941080D-01 2.050625000000D+02 3.130129626900D+00-7.933544488030D-09
+   -3.821587768460D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.510000000000D+02
+    5.780160000000D+05
+23 05  4  2 18  0  0.0 2.058641985060D-04-2.046363078990D-12 0.000000000000D+00
+    2.390000000000D+02-2.012500000000D+01 4.458399871510D-09-1.246889185940D-01
+   -1.190230250360D-06 3.751832176930D-03 3.058463335040D-06 5.153700576780D+03
+    5.832000000000D+05-3.725290298460D-09-2.526764933380D+00-9.499490261080D-08
+    9.641054022880D-01 3.222812500000D+02 2.231447932630D+00-8.275701901540D-09
+    9.286101401720D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.142041921620D-08 4.950000000000D+02
+    5.784660000000D+05
+25 05  4  2 18  0  0.0 8.965143933890D-05 7.958078640510D-13 0.000000000000D+00
+    2.370000000000D+02-1.154687500000D+02 4.605906323010D-09-2.155720510750D+00
+   -5.766749382020D-06 1.206495193760D-02 6.577000021930D-06 5.153668313980D+03
+    5.832000000000D+05 2.328306436540D-07-1.565322685680D+00 1.378357410430D-07
+    9.480783403660D-01 2.447500000000D+02-1.481796419730D+00-7.993190109800D-09
+    6.035965477440D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.490000000000D+02
+    5.760180000000D+05
+30 05  4  2 18  0  0.0 1.029078848660D-04 2.501110429880D-11 0.000000000000D+00
+    2.310000000000D+02-2.481250000000D+01 4.908776052300D-09 1.534925275590D+00
+   -1.298263669010D-06 7.962725125250D-03 9.262934327130D-06 5.153727733610D+03
+    5.832000000000D+05-1.434236764910D-07-4.629751851180D-01-9.685754776000D-08
+    9.435676241100D-01 1.912500000000D+02 1.270807788280D+00-8.116766814230D-09
+    4.310893864100D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 7.430000000000D+02
+    5.760180000000D+05
+ 3 05  4  2 17 59 44.0 9.694555774330D-05 3.069544618480D-12 0.000000000000D+00
+    1.330000000000D+02 2.184375000000D+01 5.623448373630D-09-6.465634209220D-01
+    1.199543476100D-06 6.736600655130D-03 6.746500730510D-06 5.153727853780D+03
+    5.831840000000D+05 1.061707735060D-07 5.349491059090D-01 7.450580596920D-08
+    9.274246142260D-01 2.315000000000D+02 6.042652044480D-01-8.516425786810D-09
+    6.785997111460D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.330000000000D+02
+    5.800080000000D+05
+13 05  4  2 17 59 44.0-7.001683115960D-06 1.250555214940D-12 0.000000000000D+00
+    2.260000000000D+02-2.412500000000D+01 3.920163305080D-09 7.190264478920D-01
+   -1.352280378340D-06 2.504378324370D-03 3.540888428690D-06 5.153754096980D+03
+    5.831840000000D+05-1.862645149230D-08-2.509610081570D+00 1.490116119380D-08
+    9.876008965360D-01 3.242500000000D+02 9.053363930430D-01-8.012476904180D-09
+   -7.500312003420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 2.260000000000D+02
+    5.826420000000D+05
+15 05  4  2 18  0  0.0 4.114024341110D-04 5.343281372920D-12 0.000000000000D+00
+    1.840000000000D+02 6.971875000000D+01 4.469828951410D-09-2.646341033740D+00
+    3.706663846970D-06 9.007382323030D-03 9.087845683100D-06 5.153563413620D+03
+    5.832000000000D+05-7.078051567080D-08 1.740384736480D+00 9.499490261080D-08
+    9.620378382230D-01 2.059687500000D+02 2.369914707320D+00-7.790681877400D-09
+   -3.707297246970D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.840000000000D+02
+    5.806380000000D+05
+ 1 05  4  2 20  0  0.0 3.967820666730D-04 1.818989403550D-12 0.000000000000D+00
+    1.950000000000D+02-3.628125000000D+01 4.208746684500D-09-2.429552142770D-01
+   -1.838430762290D-06 5.957303801550D-03 2.743676304820D-06 5.153633152010D+03
+    5.904000000000D+05-8.381903171540D-08-2.493705799440D+00 5.029141902920D-08
+    9.833931125790D-01 3.395312500000D+02-1.650560302450D+00-8.285344854640D-09
+   -1.678641427250D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.950000000000D+02
+    5.832180000000D+05
+ 3 05  4  2 19 59 44.0 9.696790948510D-05 3.069544618480D-12 0.000000000000D+00
+    1.340000000000D+02 2.206250000000D+01 5.607733388760D-09 4.035867675800D-01
+    1.154839992520D-06 6.736594252290D-03 6.804242730140D-06 5.153727836610D+03
+    5.903840000000D+05 1.490116119380D-08 5.348877862350D-01 1.024454832080D-07
+    9.274245952080D-01 2.310000000000D+02 6.042707708520D-01-8.516425786810D-09
+   -1.785788704410D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.340000000000D+02
+    5.832180000000D+05
+ 6 05  4  2 20  0  0.0 3.062626346950D-04 6.218670023370D-11 0.000000000000D+00
+    9.700000000000D+01 2.365625000000D+01 5.323078866580D-09-1.575191757790D+00
+    1.326203346250D-06 6.305242539380D-03 6.668269634250D-06 5.153572181700D+03
+    5.904000000000D+05 1.247972249980D-07 5.902437812680D-01 1.154839992520D-07
+    9.348972129420D-01 2.331875000000D+02-1.934053652570D+00-8.272130536110D-09
+   -9.286101401720D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.530000000000D+02
+    5.832180000000D+05
+13 05  4  2 20  0  0.0-6.992835551500D-06 1.250555214940D-12 0.000000000000D+00
+    2.270000000000D+02-1.753125000000D+01 3.972308260100D-09 1.771915496990D+00
+   -1.078471541400D-06 2.503777854140D-03 3.220513463020D-06 5.153751825330D+03
+    5.904000000000D+05-1.676380634310D-08-2.509667891710D+00 1.117587089540D-08
+    9.876008219270D-01 3.308125000000D+02 9.049095720640D-01-8.013548047360D-09
+   -1.071473205300D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 9.950000000000D+02
+    5.832180000000D+05
+15 05  4  2 20  0  0.0 4.114406183360D-04 5.343281372920D-12 0.000000000000D+00
+    1.850000000000D+02 6.715625000000D+01 4.482686666310D-09-1.596069605910D+00
+    3.417953848840D-06 9.006876731290D-03 9.132549166680D-06 5.153564231870D+03
+    5.904000000000D+05-1.993030309680D-07 1.740327632930D+00-8.195638656620D-08
+    9.620344720490D-01 2.112500000000D+02 2.369890822250D+00-7.984261252150D-09
+   -3.196561626510D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.850000000000D+02
+    5.832180000000D+05
+16 05  4  2 20  0  0.0 1.815147697930D-06 1.136868377220D-13 0.000000000000D+00
+    8.800000000000D+01-2.721875000000D+01 4.463043268290D-09-2.830299341010D+00
+   -1.363456249240D-06 2.754877088590D-03 9.290874004360D-06 5.153731142040D+03
+    5.904000000000D+05 5.401670932770D-08-4.264144792230D-01 5.960464477540D-08
+    9.616614147720D-01 1.995000000000D+02-1.171737744170D+00-7.789252798320D-09
+    4.085884408590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 8.560000000000D+02
+    5.832180000000D+05
+19 05  4  2 20  0  0.0-1.752562820910D-05-9.094947017730D-13 0.000000000000D+00
+    1.710000000000D+02 2.200000000000D+01 4.784484808340D-09 2.238229696070D+00
+    1.091510057450D-06 3.161742235530D-03 6.970018148420D-06 5.153661773680D+03
+    5.904000000000D+05 5.029141902920D-08 6.731103735660D-01-6.519258022310D-08
+    9.595242772490D-01 2.432187500000D+02-1.711884900840D+00-7.976046489940D-09
+   -7.107438942940D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 1.710000000000D+02
+    5.837820000000D+05
+21 05  4  2 20  0  0.0 9.653298184280D-05 1.591615728100D-12 0.000000000000D+00
+    1.960000000000D+02 5.037500000000D+01 4.812700460380D-09-1.697857402160D+00
+    2.387911081310D-06 9.620923898180D-03 8.290633559230D-06 5.153636352540D+03
+    5.904000000000D+05 5.401670932770D-08 1.708598875240D+00-1.788139343260D-07
+    9.485668891730D-01 2.160312500000D+02 3.130388494640D+00-8.087122971290D-09
+   -2.225092748940D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.520000000000D+02
+    5.832180000000D+05
+23 05  4  2 20  0  0.0 2.058492973450D-04-2.046363078990D-12 0.000000000000D+00
+    0.000000000000D+00-2.143750000000D+01 4.514830731490D-09 9.252879609290D-01
+   -1.372769474980D-06 3.752378746870D-03 2.538785338400D-06 5.153702051160D+03
+    5.904000000000D+05 2.607703208920D-08-2.526824529730D+00 1.862645149230D-09
+    9.641049780420D-01 3.306875000000D+02 2.231635237340D+00-8.353205238620D-09
+   -3.571577408820D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.560000000000D+02
+    5.832180000000D+05
+25 05  4  2 20  0  0.0 8.965749293570D-05 7.958078640510D-13 0.000000000000D+00
+    2.380000000000D+02-1.153125000000D+02 4.818415000330D-09-1.105701623540D+00
+   -5.804002285000D-06 1.206511841160D-02 7.631257176400D-06 5.153664495470D+03
+    5.904000000000D+05-1.620501279830D-07-1.565381664680D+00 1.695007085800D-07
+    9.480769622970D-01 2.300937500000D+02-1.481628498680D+00-8.386063399260D-09
+    5.607376368790D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.500000000000D+02
+    5.832180000000D+05
+27 05  4  2 20  0  0.0 3.577442839740D-05 7.503331289630D-12 0.000000000000D+00
+    7.800000000000D+01-1.106875000000D+02 4.468400316430D-09-2.722259098710D+00
+   -5.869194865230D-06 1.906223082910D-02 6.454065442090D-06 5.153628479000D+03
+    5.904000000000D+05 2.104789018630D-07-1.535503625630D+00-1.415610313420D-07
+    9.525976366350D-01 2.479687500000D+02-2.053265736500D+00-7.772824162090D-09
+    1.150047904130D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 7.800000000000D+01
+    5.889780000000D+05
+ 3 05  4  2 22  0  0.0 9.698979556560D-05 3.069544618480D-12 0.000000000000D+00
+    1.350000000000D+02 2.293750000000D+01 5.574875228120D-09 1.456045746560D+00
+    1.177191734310D-06 6.736807059500D-03 6.852671504020D-06 5.153728385930D+03
+    5.976000000000D+05-4.656612873080D-08 5.348265148370D-01 8.195638656620D-08
+    9.274243348090D-01 2.290000000000D+02 6.043006846010D-01-8.498211023780D-09
+   -3.857303365610D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.350000000000D+02
+    5.904180000000D+05
+ 8 05  4  2 22  0  0.0-2.520484849810D-05-1.023181539490D-12 0.000000000000D+00
+    2.020000000000D+02-1.035937500000D+02 4.237319384260D-09-4.236308138320D-01
+   -5.567446351050D-06 9.153996012170D-03 7.463619112970D-06 5.153748855590D+03
+    5.976000000000D+05-1.676380634310D-08-1.440177395160D+00-2.197921276090D-07
+    9.676576980040D-01 2.404062500000D+02 2.536348315150D+00-7.993904205250D-09
+   -2.500104073420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 4.580000000000D+02
+    5.927280000000D+05
+11 05  4  2 22  0  0.0 2.104514278470D-04 3.979039320260D-12 0.000000000000D+00
+    1.500000000000D+01 3.565625000000D+01 5.961319882180D-09 4.808511662950D-02
+    1.816079020500D-06 4.109762958250D-03 7.754191756250D-06 5.153672851560D+03
+    5.976000000000D+05 6.146728992460D-08 1.542612940820D+00-2.980232238770D-08
+    9.022238007630D-01 1.987187500000D+02 2.370404960420D-01-8.702148335260D-09
+   -4.221604454900D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 1.500000000000D+01
+    5.916780000000D+05
+13 05  4  2 22  0  0.0-6.984453648330D-06 1.250555214940D-12 0.000000000000D+00
+    2.280000000000D+02-1.937500000000D+01 4.004095277570D-09 2.821624950700D+00
+   -1.130625605580D-06 2.503108815290D-03 2.617016434670D-06 5.153754133220D+03
+    5.976000000000D+05-7.078051567080D-08-2.509725832040D+00-2.048909664150D-08
+    9.876004913070D-01 3.399687500000D+02 9.053284801190D-01-8.073550716860D-09
+   -2.500104073420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 9.960000000000D+02
+    5.904180000000D+05
+15 05  4  2 21 59 44.0 4.114662297070D-04 5.343281372920D-12 0.000000000000D+00
+    2.090000000000D+02 5.140625000000D+01 4.525545715950D-09-5.484636923430D-01
+    2.443790435790D-06 9.005792555400D-03 8.080154657360D-06 5.153558586120D+03
+    5.975840000000D+05-3.725290298460D-08 1.740269435130D+00-1.173466444020D-07
+    9.620324707770D-01 2.261250000000D+02 2.370201405610D+00-8.051049604770D-09
+   -2.421529365910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 2.090000000000D+02
+    5.913780000000D+05
+15 05  4  2 22  0  0.0 4.114792682230D-04 5.343281372920D-12 0.000000000000D+00
+    1.860000000000D+02 5.140625000000D+01 4.525545715950D-09-5.461287302590D-01
+    2.443790435790D-06 9.005792904650D-03 8.080154657360D-06 5.153558603290D+03
+    5.976000000000D+05-3.725290298460D-08 1.740269326870D+00-1.173466444020D-07
+    9.620324605360D-01 2.261250000000D+02 2.370200189930D+00-8.051049604770D-09
+   -2.421529365910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.860000000000D+02
+    5.904180000000D+05
+16 05  4  2 22  0  0.0 1.815613359210D-06 1.136868377220D-13 0.000000000000D+00
+    8.900000000000D+01-1.912500000000D+01 4.499473238440D-09-1.780514715250D+00
+   -8.530914783480D-07 2.755958936180D-03 9.825453162190D-06 5.153728382110D+03
+    5.976000000000D+05-1.490116119380D-08-4.264706552770D-01 1.080334186550D-07
+    9.616639880450D-01 1.925937500000D+02-1.171375910410D+00-7.863541817700D-09
+    3.953736227300D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 6.010000000000D+02
+    5.904180000000D+05
+18 05  4  2 22  0  0.0-1.417840830980D-04-3.524291969370D-12 0.000000000000D+00
+    2.000000000000D+02 7.393750000000D+01 4.443042378450D-09-2.077776583670D+00
+    3.904104232790D-06 5.658315727490D-03 5.722045898440D-06 5.153733633040D+03
+    5.976000000000D+05 4.284083843230D-08 2.757099057450D+00-6.519258022310D-08
+    9.621842456020D-01 2.707812500000D+02-2.814772023600D+00-8.054978017920D-09
+    7.428881121370D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 4.560000000000D+02
+    5.921580000000D+05
+19 05  4  2 22  0  0.0-1.753214746710D-05-9.094947017730D-13 0.000000000000D+00
+    1.660000000000D+02 2.387500000000D+01 4.776627537950D-09-2.994812889340D+00
+    1.169741153720D-06 3.161583095790D-03 6.927177309990D-06 5.153662153240D+03
+    5.976000000000D+05 9.313225746150D-08 6.730527814070D-01-1.490116119380D-08
+    9.595238076520D-01 2.435000000000D+02-1.711837672000D+00-7.984261252150D-09
+   -3.643008811280D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 4.220000000000D+02
+    5.904180000000D+05
+21 05  4  2 22  0  0.0 9.654462337490D-05 1.591615728100D-12 0.000000000000D+00
+    1.970000000000D+02 4.115625000000D+01 4.779484807930D-09-6.476225882400D-01
+    2.086162567140D-06 9.621678851540D-03 7.949769496920D-06 5.153637378690D+03
+    5.976000000000D+05 2.048909664150D-07 1.708540901260D+00-8.568167686460D-08
+    9.485650839320D-01 2.191250000000D+02 3.130359556660D+00-8.162483133840D-09
+   -2.807259702480D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.530000000000D+02
+    5.904180000000D+05
+22 05  4  2 22  0  0.0 1.935521140690D-05 7.958078640510D-13 0.000000000000D+00
+    1.640000000000D+02 7.578125000000D+01 4.495187333480D-09 2.397071885520D+00
+    3.958120942120D-06 4.794706241230D-03 5.621463060380D-06 5.153685606000D+03
+    5.976000000000D+05 9.872019290920D-08 2.766177118060D+00 9.313225746150D-09
+    9.596267093100D-01 2.704687500000D+02-1.483608428100D+00-8.033548937190D-09
+    1.142904781230D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 4.200000000000D+02
+    5.920380000000D+05
+23 05  4  2 22  0  0.0 2.058348618450D-04-2.046363078990D-12 0.000000000000D+00
+    1.000000000000D+00-2.443750000000D+01 4.606263370730D-09 1.975462688420D+00
+   -1.203268766400D-06 3.752809367140D-03 2.130866050720D-06 5.153702074050D+03
+    5.976000000000D+05 2.235174179080D-08-2.526884774160D+00-5.587935447690D-09
+    9.641046810700D-01 3.364687500000D+02 2.231623816340D+00-8.366777493050D-09
+   -3.035840676070D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.570000000000D+02
+    5.904180000000D+05
+25 05  4  2 22  0  0.0 8.966354653240D-05 7.958078640510D-13 0.000000000000D+00
+    2.390000000000D+02-1.070000000000D+02 4.726982805180D-09-5.544980172970D-02
+   -5.627050995830D-06 1.206593774260D-02 7.666647434230D-06 5.153666610720D+03
+    5.976000000000D+05-2.514570951460D-07-1.565441821340D+00-1.490116119380D-08
+    9.480772592690D-01 2.282187500000D+02-1.481693049940D+00-8.387135430610D-09
+   -3.142987953230D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-7.450580596920D-09 2.390000000000D+02
+    5.904180000000D+05
+27 05  4  2 22  0  0.0 3.582844510670D-05 7.503331289630D-12 0.000000000000D+00
+    7.900000000000D+01-1.134062500000D+02 4.468757364150D-09-1.672032933560D+00
+   -5.805864930150D-06 1.906201767270D-02 6.346032023430D-06 5.153629219060D+03
+    5.976000000000D+05 4.470348358150D-07-1.535559070220D+00 2.421438694000D-08
+    9.525979584770D-01 2.464375000000D+02-2.053284486720D+00-7.908186994140D-09
+    2.857261953080D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.910000000000D+02
+    5.904180000000D+05
+ 3 05  4  3  0  0  0.0 9.701168164610D-05 3.069544618480D-12 0.000000000000D+00
+    1.360000000000D+02 2.290625000000D+01 5.482371001620D-09 2.506193693870D+00
+    1.193955540660D-06 6.736716721210D-03 6.830319762230D-06 5.153728532790D+03
+    0.000000000000D+00-9.499490261080D-08 4.143500454450D-01-7.636845111850D-08
+    9.274248994950D-01 2.301562500000D+02 6.043078426590D-01-8.362491144000D-09
+    3.928735115010D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.480000000000D+02
+   -7.182000000000D+03
+ 8 05  4  3  0  0  0.0-2.521183341740D-05-1.023181539490D-12 0.000000000000D+00
+    2.030000000000D+02-1.173437500000D+02 4.255177099570D-09 6.265416651520D-01
+   -6.329268217090D-06 9.155620587990D-03 7.389113307000D-06 5.153751869200D+03
+    0.000000000000D+00 9.872019290920D-08-1.560650223350D+00-1.173466444020D-07
+    9.676571406330D-01 2.396250000000D+02 2.536307037450D+00-8.061050493780D-09
+   -6.571702210190D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 4.590000000000D+02
+   -7.182000000000D+03
+11 05  4  3  0  0  0.0 2.104798331860D-04 3.979039320260D-12 0.000000000000D+00
+    1.000000000000D+01 3.715625000000D+01 5.931318547430D-09 1.098306142550D+00
+    1.855194568630D-06 4.110061796380D-03 7.539987564090D-06 5.153673204420D+03
+    0.000000000000D+00 6.332993507390D-08 1.422135241120D+00 1.117587089540D-08
+    9.022207813000D-01 2.025937500000D+02 2.370106539770D-01-8.678219032280D-09
+   -4.307322276630D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 2.660000000000D+02
+   -7.182000000000D+03
+15 05  4  2 23 59 44.0 4.115044139330D-04 5.343281372920D-12 0.000000000000D+00
+    2.100000000000D+02 3.540625000000D+01 4.454471458360D-09 5.017926367170D-01
+    1.745298504830D-06 9.008053457360D-03 8.033588528630D-06 5.153562911990D+03
+    6.047840000000D+05 6.332993507390D-08 1.740211575250D+00-9.685754776000D-08
+    9.620303232130D-01 2.257187500000D+02 2.370194605970D+00-8.097837067570D-09
+   -2.996553283290D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 2.100000000000D+02
+    5.976180000000D+05
+16 05  4  3  0  0  0.0 1.816544681790D-06 1.136868377220D-13 0.000000000000D+00
+    9.000000000000D+01-1.421875000000D+01 4.432684441720D-09-7.301356634580D-01
+   -7.580965757370D-07 2.756205969490D-03 9.868294000630D-06 5.153729675290D+03
+    0.000000000000D+00-1.098960638050D-07-5.469424184610D-01 9.126961231230D-08
+    9.616668041620D-01 1.927500000000D+02-1.171608274460D+00-7.852469785520D-09
+    3.600149900420D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-9.778887033460D-09 6.020000000000D+02
+   -7.182000000000D+03
+19 05  4  3  0  0  0.0-1.753820106390D-05-9.094947017730D-13 0.000000000000D+00
+    1.670000000000D+02 2.646875000000D+01 4.766984140760D-09-1.944703870280D+00
+    1.436099410060D-06 3.161995788100D-03 6.772577762600D-06 5.153661245350D+03
+    0.000000000000D+00 9.126961231230D-08 5.525800366050D-01 4.842877388000D-08
+    9.595236013810D-01 2.459375000000D+02-1.711756560500D+00-7.999618745200D-09
+   -2.821546121750D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 4.230000000000D+02
+   -7.182000000000D+03
+20 05  4  2 23 59 44.0-7.516611367460D-05 2.273736754430D-12 0.000000000000D+00
+    9.900000000000D+01 9.268750000000D+01 4.452685331560D-09-1.326138417780D+00
+    4.850327968600D-06 2.567386720330D-03 6.046146154400D-06 5.153753389360D+03
+    6.047840000000D+05 3.539025783540D-08 2.704517489480D+00 2.980232238770D-08
+    9.619415299370D-01 2.674687500000D+02 1.399272453090D+00-8.137838847230D-09
+    6.285975906460D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 9.900000000000D+01
+    5.994180000000D+05
+22 05  4  3  0  0  0.0 1.936079934240D-05 7.958078640510D-13 0.000000000000D+00
+    1.650000000000D+02 7.409375000000D+01 4.421969901360D-09-2.835957818900D+00
+    3.891065716740D-06 4.792538122270D-03 6.431713700290D-06 5.153689603810D+03
+    0.000000000000D+00 6.519258022310D-08 2.645703855390D+00 8.568167686460D-08
+    9.596268760830D-01 2.541250000000D+02-1.483591423140D+00-8.023191000460D-09
+    5.535944966330D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 4.210000000000D+02
+   -7.182000000000D+03
+24 05  4  2 23 59 44.0 6.233341991900D-06 2.955857780760D-12 0.000000000000D+00
+    7.500000000000D+01 4.643750000000D+01 4.338752024320D-09 1.416217177190D+00
+    2.276152372360D-06 8.682934916580D-03 8.568167686460D-06 5.153600513460D+03
+    6.047840000000D+05 1.471489667890D-07 1.715338009250D+00-2.179294824600D-07
+    9.652387088320D-01 2.136562500000D+02-1.177062448530D+00-7.849612515540D-09
+   -3.853732055690D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-10 7.500000000000D+01
+    6.008520000000D+05
+27 05  4  3  0  0  0.0 3.588246181610D-05 7.503331289630D-12 0.000000000000D+00
+    8.000000000000D+01-1.105000000000D+02 4.786627982870D-09-6.219003922360D-01
+   -5.604699254040D-06 1.906143024100D-02 7.240101695060D-06 5.153626176830D+03
+    0.000000000000D+00-1.136213541030D-07-1.656033114090D+00 2.924352884290D-07
+    9.525949404770D-01 2.357187500000D+02-2.053207408490D+00-8.531427120320D-09
+   -6.143113101540D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.920000000000D+02
+   -7.182000000000D+03
+28 05  4  3  0  0  0.0 4.685204476120D-05-1.136868377220D-13 0.000000000000D+00
+    1.350000000000D+02-3.056250000000D+01 4.371967676780D-09-1.907121313180D+00
+   -1.674517989160D-06 9.991963859650D-03 9.676441550250D-06 5.153641334530D+03
+    0.000000000000D+00 1.247972249980D-07-5.367661042910D-01-1.192092895510D-07
+    9.596779231460D-01 1.915000000000D+02-2.336020984470D+00-7.646033139960D-09
+    3.903734002720D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.350000000000D+02
+   -6.798000000000D+03
+ 7 05  4  3  0  0  0.0-1.389887183900D-04-3.399236447880D-11 0.000000000000D+00
+    9.900000000000D+01 2.431250000000D+01 5.126999269580D-09 2.702609559040D+00
+    1.220032572750D-06 1.308987918310D-02 6.912276148800D-06 5.153695371630D+03
+    0.000000000000D+00 1.192092895510D-07 4.424570553920D-01-9.685754776000D-08
+    9.365125875650D-01 2.301562500000D+02-1.804814416530D+00-7.988189665300D-09
+    3.857303365610D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 9.900000000000D+01
+   -2.502000000000D+03
diff --git a/test/data/rinex/07590920.05o b/test/data/rinex/07590920.05o
new file mode 100644
index 0000000..43f8bcf
--- /dev/null
+++ b/test/data/rinex/07590920.05o
@@ -0,0 +1,1091 @@
+     2.10           OBSERVATION DATA    G (GPS)             RINEX VERSION / TYPE
+teqc  2002Mar14     GSI, JAPAN          20050404 06:03:21UTCPGM / RUN BY / DATE
+Linux 2.0.36|Pentium II|gcc -static|Linux|486/DX+           COMMENT
+teqc  2002Mar14     GSI, JAPAN          20050402 03:17:17UTCCOMMENT
+0759                                                        MARKER NAME
+GSI, JAPAN          GEOGRAPHICAL SURVEY INSTITUTE, JAPAN    OBSERVER / AGENCY
+00000               TRIMBLE 5700        1.24                REC # / TYPE / VERS
+                    TRM29659.00                             ANT # / TYPE
+ -3976219.5082  3382372.5671  3652512.9849                  APPROX POSITION XYZ
+        0.0000        0.0000        0.0000                  ANTENNA: DELTA H/E/N
+     1     1                                                WAVELENGTH FACT L1/2
+     4    L1    C1    L2    P2                              # / TYPES OF OBSERV
+    30.0000                                                 INTERVAL
+teqc windowed: start @ 2005 Apr  2 00:00:00.000             COMMENT
+teqc windowed:  end  @ 2005 Apr  2 23:59:59.000             COMMENT
+  2005     4     2     0     0    0.0000000     GPS         TIME OF FIRST OBS
+                                                            END OF HEADER
+ 05  4  2  0  0  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  55923622.160    24767686.375    43647388.2424   24767684.8224
+   -691177.898    24361933.475     -537007.1404   24361930.5994
+  17984490.035    23407378.219    14018464.8094   23407374.3204
+   7712103.227    20311445.258     6019854.6424   20311439.4424
+  36724126.590    22613015.950    28621450.8274   22613010.1104
+  -5764048.758    21565852.190    -4479034.4614   21565847.2294
+  -2292750.457    22276378.821    -1749426.2014   22276375.7484
+  -5448227.324    21543408.487    -4238014.2094   21543403.0464
+ 05  4  2  0  0 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56072048.441    24795930.671    43763044.9694   24795930.1344
+   -701908.445    24359892.126     -545368.5974   24359888.4314
+  18124616.266    23434043.135    14127654.0224   23434039.2244
+   7810398.266    20330150.234     6096448.1554   20330144.4164
+  36849597.566    22636892.095    28719220.3774   22636886.2564
+  -5778656.855    21563073.027    -4490417.3744   21563067.9984
+  -2293622.109    22276213.129    -1750105.3924   22276210.0134
+  -5446877.656    21543665.837    -4236962.5144   21543659.9384
+ 05  4  2  0  1  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56220567.922    24824193.270    43878774.3064   24824191.9974
+   -712671.320    24357843.816     -553755.2934   24357841.0124
+  18264997.129    23460756.608    14237041.6674   23460752.7014
+   7908989.051    20348911.536     6173272.1424   20348905.3734
+  36975237.223    22660800.539    28817121.3664   22660794.6154
+  -5792871.453    21560367.612    -4501493.6654   21560362.9564
+  -2294190.324    22276105.258    -1750548.1594   22276101.6924
+  -5445100.512    21544003.933    -4235577.7194   21543997.7394
+ 05  4  2  0  1 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56369180.777    24852473.485    43994576.3804   24852472.1184
+   -723465.660    24355789.956     -562166.4194   24355787.0214
+  18405629.316    23487518.167    14346625.1304   23487514.2704
+   8007874.500    20367728.852     6250325.7434   20367722.6654
+  37101046.027    22684741.398    28915154.1544   22684735.0164
+  -5806689.496    21557737.752    -4512260.9394   21557733.0544
+  -2294454.434    22276054.879    -1750753.9294   22276051.8104
+  -5442892.977    21544423.844    -4233857.5744   21544418.0484
+ 05  4  2  0  2  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56517887.699    24880771.815    44110451.8434   24880770.5184
+   -734290.188    24353729.970     -570601.0474   24353726.3434
+  18546510.973    23514326.477    14456403.0244   23514323.5444
+   8107054.191    20386602.367     6327608.6094   20386595.9754
+  37227025.230    22708714.117    29013319.7324   22708707.9744
+  -5820107.273    21555184.442    -4522716.3204   21555180.0484
+  -2294413.250    22276062.642    -1750721.8124   22276058.6514
+  -5440251.574    21544926.408    -4231799.3274   21544921.1694
+ 05  4  2  0  2 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56666687.078    24909087.416    44226399.3054   24909086.2644
+   -745145.598    24351664.260     -579059.8464   24351661.0194
+  18687637.520    23541182.414    14566371.6674   23541179.4614
+   8206525.172    20405530.778     6405118.4534   20405524.7714
+  37353173.723    22732719.803    29111617.2124   22732714.0304
+  -5833123.492    21552707.814    -4532858.8154   21552702.9344
+  -2294067.629    22276128.137    -1750452.4604   22276124.9674
+  -5437175.293    21545511.578    -4229402.2344   21545506.1014
+ 05  4  2  0  3  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56815578.539    24937420.419    44342418.4984   24937419.6834
+   -756031.555    24349592.936     -587542.3624   24349588.8534
+  18829005.387    23568084.186    14676528.4284   23568080.6504
+   8306286.273    20424514.692     6482854.3584   20424508.7644
+  37479491.645    22756757.091    29210046.7194   22756751.0324
+  -5845735.461    21550307.919    -4542686.3024   21550303.0914
+  -2293417.391    22276252.249    -1749945.7574   22276248.6384
+  -5433661.750    21546180.491    -4226664.4134   21546174.6364
+ 05  4  2  0  3 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  56964561.695    24965770.743    44458509.1714   24965769.9494
+   -766948.078    24347515.329     -596048.7784   24347511.5334
+  18970610.977    23595031.101    14786870.4314   23595027.0154
+   8406335.594    20443553.428     6560814.8584   20443547.3604
+  37605978.746    22780826.437    29308608.0514   22780821.4674
+  -5857941.027    21547985.089    -4552197.1074   21547980.3204
+  -2292462.520    22276433.621    -1749201.6714   22276429.9724
+  -5429708.961    21546932.966    -4223584.3234   21546927.5024
+ 05  4  2  0  4  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57113637.250    24994138.979    44574671.7714   24994138.5524
+   -777893.281    24345432.728     -604577.4924   24345429.1194
+  19112452.328    23622022.472    14897396.1004   23622018.6604
+   8506672.949    20462646.995     6638999.8004   20462640.9934
+  37732636.438    22804928.949    29407302.2694   22804923.8394
+  -5869736.148    21545740.343    -4561388.0874   21545735.5024
+  -2291201.461    22276673.451    -1748219.0154   22276670.3564
+  -5425313.270    21547768.975    -4220159.1104   21547763.8974
+ 05  4  2  0  4 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57262802.867    25022524.247    44690904.6694   25022523.1234
+   -788868.871    24343343.919     -613129.8644   24343340.4204
+  19254523.785    23649057.875    15008101.0764   23649053.9664
+   8607294.945    20481794.904     6717406.5214   20481788.7554
+  37859462.973    22829063.546    29506128.0774   22829056.9194
+  -5881120.152    21543574.550    -4570258.7124   21543569.5454
+  -2289636.145    22276971.803    -1746999.2764   22276967.9234
+  -5420474.316    21548689.872    -4216388.5024   21548684.4414
+ 05  4  2  0  5  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57412061.961    25050927.647    44807210.3584   25050926.2574
+   -799870.773    24341250.124     -621702.7604   24341246.5664
+  19396825.562    23676137.243    15118985.5094   23676133.6734
+   8708203.430    20500996.814     6796036.4894   20500990.9274
+  37986461.875    22853230.310    29605088.2104   22853224.9094
+  -5892086.980    21541487.514    -4578804.2654   21541482.5624
+  -2287762.750    22277328.374    -1745539.4784   22277324.6464
+  -5415186.461    21549696.030    -4212268.0954   21549690.7344
+ 05  4  2  0  5 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57561411.336    25079347.614    44923586.4184   25079346.9384
+   -810901.188    24339151.032     -630297.8894   24339147.8424
+  19539352.047    23703258.652    15230045.0204   23703255.7344
+   8809394.398    20520253.154     6874886.5764   20520246.8874
+  38113630.680    22877429.946    29704180.7504   22877423.8834
+  -5902636.918    21539479.574    -4587024.9654   21539474.4374
+  -2285583.863    22277742.655    -1743841.6274   22277739.6754
+  -5409449.727    21550788.011    -4207797.9194   21550782.3394
+ 05  4  2  0  6  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57710852.559    25107785.622    45040034.0534   25107784.7614
+   -821957.930    24337047.013     -638913.5294   24337044.0684
+  19682101.539    23730422.702    15341278.3814   23730419.6714
+   8910868.281    20539562.664     6953957.1234   20539556.9654
+  38240971.461    22901662.270    29803407.2934   22901656.3594
+  -5912765.488    21537552.581    -4594917.3284   21537547.6344
+  -2283097.180    22278216.220    -1741903.9414   22278212.1374
+  -5403260.152    21551965.841    -4202974.8724   21551959.9704
+ 05  4  2  0  6 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  57860386.328    25136241.191    45156553.7194   25136240.0604
+   -833039.305    24334939.048     -647548.3674   24334934.8474
+  19825071.625    23757629.274    15452683.5664   23757626.5174
+   9012624.582    20558926.433     7033247.7324   20558920.5594
+  38368485.258    22925927.070    29902768.6444   22925921.8604
+  -5922469.082    21535705.615    -4602478.5514   21535700.4084
+  -2280301.316    22278747.978    -1739725.3474   22278744.3554
+  -5396614.457    21553230.263    -4197796.4064   21553224.7244
+ 05  4  2  0  7  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  58010010.094    25164713.815    45273143.5354   25164712.1174
+   -844147.137    24332825.037     -656203.8094   24332821.3824
+  19968256.738    23784876.634    15564256.3354   23784873.5014
+   9114659.625    20578343.122     7112755.5384   20578337.1114
+  38496169.941    22950224.541    30002263.1614   22950218.7774
+  -5931747.438    21533939.899    -4609708.4014   21533934.9344
+  -2277198.652    22279338.441    -1737307.6864   22279334.2254
+  -5389512.477    21554581.701    -4192262.3904   21554576.3924
+ 05  4  2  0  7 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  58159725.750    25193204.401    45389804.9074   25193203.4234
+   -855278.754    24330706.854     -664877.7574   24330703.2154
+  20111655.570    23812164.963    15675995.6594   23812160.9444
+   9216974.133    20597813.119     7192481.1324   20597806.7004
+  38624027.922    22974555.240    30101892.7004   22974549.3864
+  -5940595.715    21532256.103    -4616603.1394   21532251.4014
+  -2273786.859    22279987.313    -1734649.1504   22279983.7294
+  -5381949.828    21556020.982    -4186369.4134   21556015.6294
+ 05  4  2  0  8  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  58309532.172    25221710.899    45506537.1254   25221711.0134
+   -866434.672    24328583.369     -673570.7134   24328579.6684
+  20255263.730    23839492.853    15787898.0654   23839488.8064
+   9319565.762    20617335.343     7272422.6374   20617329.4484
+  38752058.207    22998918.979    30201656.4834   22998912.5494
+  -5949012.418    21530654.610    -4623161.5854   21530650.1024
+  -2270066.797    22280695.497    -1731750.3884   22280692.1824
+  -5373925.055    21557547.816    -4180116.3434   21557542.5644
+ 05  4  2  0  8 30.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  58459428.387    25250235.669    45623339.2544   25250234.3694
+   -877614.797    24326455.640     -682282.4944   24326452.1604
+  20399077.684    23866859.427    15899960.8244   23866855.8304
+   9422432.375    20636910.141     7352578.4184   20636904.4734
+  38880260.328    23023314.908    30301554.1614   23023309.0034
+  -5956995.594    21529135.136    -4629382.1954   21529130.4134
+  -2266038.586    22281462.202    -1728611.5004   22281458.4784
+  -5365436.645    21559163.278    -4173501.9874   21559157.4044
+ 05  4  2  0  9  0.0000000  0  8G 3G 7G 8G11G19G20G24G28
+  58609414.734    25278776.837    45740211.6524   25278777.0104
+   -888817.855    24324324.388     -691012.1434   24324320.8684
+  20543094.492    23894264.918    16012181.6584   23894261.0974
+   9525573.273    20656537.347     7432947.9404   20656531.2104
+  39008635.363    23047743.626    30401586.5664   23047738.2514
+  -5964542.121    21527699.270    -4635262.5734   21527694.4904
+  -2261701.398    22282287.154    -1725231.8694   22282284.0664
+  -5356481.773    21560867.219    -4166524.1704   21560861.5704
+ 05  4  2  0  9 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  58759497.539    25307336.515    45857159.2464   25307336.6584
+   -900042.406    24322188.403     -699758.5144   24322185.2794
+  20687317.066    23921709.302    16124562.8494   23921706.3134
+   9628992.129    20676217.344     7513534.0454   20676211.3744
+  39137189.250    23072206.836    30501758.3734   23072201.2094
+  -5971648.152    21526347.164    -4640799.7174   21526342.3324
+  -2257053.434    22283171.627    -1721610.0634   22283168.4384
+  -5347056.035    21562660.908    -4159179.4304   21562655.3394
+ 05  4  2  0 10  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  58909665.309    25335912.116    45974172.9494   25335912.1104
+   -911287.949    24320048.415     -708521.2904   24320044.4844
+  20831731.691    23949190.595    16237093.6754   23949187.6294
+   9732679.371    20695948.361     7594329.2844   20695942.7634
+  39265912.633    23096702.392    30602062.2724   23096696.8984
+  -5978311.727    21525079.310    -4645992.0894   21525073.7694
+  -2252096.051    22284115.177    -1717747.1444   22284111.6774
+  -5337158.992    21564544.508    -4151467.4424   21564538.5334
+ 05  4  2  0 10 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59059924.090    25364506.716    46091257.5824   25364505.8124
+   -922552.938    24317904.488     -717299.1734   24317901.2404
+  20976341.133    23976709.251    16349776.2774   23976706.2754
+   9836639.254    20715731.341     7675336.9534   20715725.3344
+  39394811.816    23121231.130    30702503.1444   23121225.3024
+  -5984528.957    21523896.051    -4650836.6584   21523890.8174
+  -2246827.188    22285117.761    -1713641.5174   22285114.1524
+  -5326786.043    21566518.164    -4143384.6324   21566512.5024
+ 05  4  2  0 11  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59210270.551    25393116.742    46208410.4804   25393116.6664
+   -933839.750    24315756.756     -726094.1574   24315753.6294
+  21121139.426    24004262.783    16462606.1024   24004260.2574
+   9940866.242    20735564.824     7756552.7734   20735559.3274
+  39523882.855    23145792.377    30803077.8864   23145786.8574
+  -5990300.930    21522797.468    -4655334.2664   21522793.0084
+  -2241249.977    22286178.939    -1709295.6084   22286175.4534
+  -5315939.102    21568582.607    -4134932.4784   21568576.7254
+ 05  4  2  0 11 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59360706.453    25421744.638
+   -945145.820    24313604.987     -734904.0384   24313601.7094
+  21266124.891    24031852.760    16575581.7444   24031849.8114
+  10045361.738    20755449.932     7837977.8234   20755443.8084
+  39653128.770    23170386.980    30903788.9364   23170381.3294
+  -5995622.551    21521784.791    -4659480.9584   21521779.8104
+  -2235362.133    22287299.644    -1704707.6384   22287295.5134
+  -5304612.875    21570737.589    -4126106.8364   21570731.7114
+ 05  4  2  0 12  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59511229.211    25450386.230
+   -956472.832    24311450.249     -743730.2464   24311446.3164
+  21411291.969    24059478.124    16688698.8804   24059474.6434
+  10150121.695    20775384.982     7919608.9334   20775379.4934
+  39782547.129    23195014.878    31004634.3264   23195009.1414
+  -6000494.051    21520857.507    -4663276.9054   21520853.0534
+  -2229166.098    22288478.192    -1699879.5474   22288474.5524
+  -5292807.637    21572984.090    -4116907.9634   21572978.0164
+ 05  4  2  0 12 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59661842.332    25479047.763
+   -967816.410    24309291.660     -752569.3954   24309287.9804
+  21556641.230    24087136.847    16801957.9854   24087133.8914
+  10255148.539    20795370.992     8001447.9964   20795365.4214
+  39912141.547    23219675.460    31105616.9314   23219670.3744
+  -6004909.293    21520017.419    -4666717.3254   21520012.4694
+  -2222658.023    22289716.639    -1694808.3054   22289713.5654
+  -5280517.883    21575323.052    -4107331.5404   21575317.2244
+ 05  4  2  0 13  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59812543.109    25507724.337
+   -979178.215    24307128.813     -761422.7494   24307125.6924
+  21702166.836    24114829.772    16915354.4974   24114826.1994
+  10360438.348    20815407.101     8083491.9724   20815401.1474
+  40041910.176    23244370.359    31206735.2854   23244364.0534
+  -6008868.008    21519264.447    -4669802.0094   21519259.2194
+  -2215839.688    22291014.084    -1689495.2864   22291010.9124
+  -5267743.582    21577753.608    -4097377.5264   21577747.9934
+ 05  4  2  0 13 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  59963332.133    25536418.553
+   -990556.730    24304963.657     -770289.1544   24304959.8104
+  21847866.559    24142555.205    17028886.7144   24142552.3584
+  10465991.023    20835493.106     8165740.7854   20835487.1444
+  40171854.059    23269097.236    31307990.1994   23269091.9304
+  -6012367.121    21518598.426    -4672528.5604   21518593.7944
+  -2208710.289    22292370.954    -1683939.9024   22292367.2794
+  -5254481.688    21580277.179    -4087043.5834   21580271.9264
+ 05  4  2  0 14  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  60114208.637    25565129.826
+  -1001951.590    24302795.784     -779168.2494   24302792.0364
+  21993736.711    24170312.802    17142551.7344   24170310.0544
+  10571804.520    20855628.740     8248192.8344   20855623.2094
+  40301972.801    23293857.872    31409381.3554   23293852.6594
+  -6015404.336    21518020.359    -4674895.1984   21518015.7084
+  -2201270.094    22293786.754    -1678142.3304   22293783.2064
+  -5240730.273    21582894.157    -4076328.1834   21582888.5874
+ 05  4  2  0 14 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  60265172.391    25593859.860
+  -1013362.262    24300624.357     -788059.6544   24300620.3324
+  22139773.926    24198103.086    17256346.8524   24198099.5454
+  10677877.523    20875813.751     8330847.0984   20875808.1014
+  40432266.551    23318652.367    31510908.8614   23318646.8614
+  -6017977.293    21517530.867    -4676900.0754   21517525.8584
+  -2193518.996    22295262.054    -1672102.5164   22295257.4734
+  -5226487.348    21585604.390    -4065229.8114   21585598.8424
+ 05  4  2  0 15  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  60416220.8711   25622603.521
+  -1024790.172    24298449.218     -796964.5074   24298446.0194
+  22285972.887    24225924.412    17370268.0634   24225920.5204
+  10784206.609    20896047.440     8413700.9044   20896041.7994
+  40562733.406    23343479.793    31612571.2864   23343473.9604
+  -6020085.875    21517129.480    -4678543.0934   21517124.2144
+  -2185459.117    22296795.157    -1665822.0844   22296792.2454
+  -5211752.820    21588408.437    -4053748.3714   21588402.7324
+ 05  4  2  0 15 30.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  60567355.3911   25651362.207
+  -1036233.039    24296272.144     -805881.0464   24296268.6584
+  22432331.262    24253775.398    17484313.4674   24253772.8854
+  10890792.098    20916330.107     8496754.5044   20916324.4604
+  40693375.223    23368339.893    31714370.0504   23368335.1094
+  -6021726.047    21516817.359    -4679821.1244   21516812.3404
+  -2177088.734    22298388.393    -1659299.6954   22298385.0754
+  -5196522.953    21591306.651    -4041880.9364   21591300.7184
+ 05  4  2  0 16  0.0010000  0  8G 3G 7G 8G11G19G20G24G28
+  60718575.4731   25680140.142
+  -1047690.348    24294091.719     -814808.8314   24294087.9754
+  22578846.027    24281655.792    17598480.8014   24281653.2544
+  10997632.074    20936660.936     8580006.4114   20936655.1004
+  40824191.766    23393233.410    31816304.9504   23393228.5284
+  -6022895.645    21516594.801    -4680732.4824   21516589.4344
+  -2168407.934    22300039.929    -1652535.4314   22300036.9354
+  -5180795.836    21594299.186    -4029626.0294   21594293.5624
+ 05  4  2  0 16 30.0010000  0  7G 7G 8G11G19G20G24G28
+  -1059163.016    24291908.839     -823748.5624   24291904.4724
+  22725512.715    24309566.131    17712766.4194   24309563.6934
+  11104723.863    20957040.043     8663454.5454   20957033.9844
+  40955181.645    23418160.001    31918374.9284   23418154.1024
+  -6023593.934    21516461.746    -4681276.5894   21516456.8204
+  -2159418.309    22301750.789    -1645530.5274   22301747.3494
+  -5164570.875    21597386.665    -4016983.2054   21597381.0744
+ 05  4  2  0 17  0.0010000  0  7G 7G 8G11G19G20G24G28
+  -1070647.402    24289723.439     -832697.4114   24289719.2144
+  22872330.609    24337504.725    17827169.9774   24337501.6154
+  11212069.000    20977467.242     8747100.0704   20977461.3154
+  41086347.898    23443120.705    32020582.3404   23443114.1384
+  -6023815.785    21516419.889    -4681449.4294   21516414.9254
+  -2150116.672    22303520.905    -1638282.4724   22303517.8594
+  -5147843.016    21600569.903    -4003948.5104   21600564.7204
+ 05  4  2  0 17 30.0010000  0  7G 7G 8G11G19G20G24G28
+  -1082138.840    24287536.621     -841651.7654   24287532.6924
+  23019300.473    24365472.034    17941691.8594   24365468.3574
+  11319670.250    20997943.274     8830945.1874   20997937.2044
+  41217694.707    23468114.628    32122930.4394   23468108.3414
+  -6023554.871    21516469.354    -4681246.0954   21516464.3424
+  -2140499.219    22305351.161    -1630788.3574   22305347.3704
+  -5130606.195    21603849.935    -3990517.2234   21603844.2604
+ 05  4  2  0 18  0.0010000  0  7G 7G 8G11G19G20G24G28
+  -1093636.488    24285348.527     -850610.9484   24285345.1284
+  23166419.148    24393467.574    18056329.7774   24393464.8334
+  11427526.082    21018467.374     8914988.6754   21018461.4924
+  41349222.273    23493143.852    32225419.3884   23493138.2634
+  -6022808.844    21516611.353    -4680664.7584   21516606.1744
+  -2130566.051    22307241.665    -1623048.1944   22307237.8954
+  -5112858.195    21607227.014    -3976687.6034   21607221.3974
+ 05  4  2  0 18 30.0010000  0  7G 7G 8G11G19G20G24G28
+  -1105139.438    24283159.932     -859574.3094   24283155.8244
+  23313683.238    24421490.540    18171080.8244   24421487.0644
+  11535635.602    21039039.976     8999229.8364   21039034.0934
+  41480930.953    23518207.171    32328049.4664   23518200.7444
+  -6021575.133    21516845.964    -4679703.4144   21516841.1084
+  -2120316.625    22309192.080    -1615061.6074   22309188.2974
+  -5094597.098    21610702.337    -3962458.1774   21610696.7184
+ 05  4  2  0 19  0.0010000  0  7G 7G 8G11G19G20G24G28
+  -1116649.312    24280968.933     -868543.0054   24280965.7844
+  23461087.062    24449541.633    18285940.8594   24449537.2384
+  11643995.008    21059660.063     9083665.7284   21059654.1604
+  41612818.434    23543304.738    32430818.8834   23543299.1214
+  -6019854.004    21517173.609    -4678362.2534   21517168.3494
+  -2109753.469    22311201.908    -1606830.5474   22311197.6374
+  -5075823.035    21614274.669    -3947829.0334   21614269.0184
+ 05  4  2  0 19 30.0010000  0  8G 1G 7G 8G11G19G20G24G28
+     18720.4061   25580596.290       11852.2485   25580594.3214
+  -1128165.871    24278777.760     -877516.9454   24278774.6224
+  23608627.359    24477617.218    18400907.2734   24477614.6344
+  11752602.430    21080327.229     9168294.8754   21080321.5614
+  41744884.465    23568435.906    32533727.4414   23568430.4974
+  -6017643.555    21517594.146    -4676639.8074   21517589.8994
+  -2098877.371    22313271.452    -1598355.6474   22313267.4964
+  -5056534.371    21617945.514    -3932798.9114   21617939.6544
+ 05  4  2  0 20  0.0010000  0  8G 1G 7G 8G11G19G20G24G28
+                  25584132.427       26329.9265   25584130.9014
+  -1139686.953    24276585.846     -886494.4324   24276581.6554
+  23756302.070    24505718.461    18515978.4304   24505716.2994
+  11861457.988    21101041.963     9253117.3734   21101036.4114
+  41877130.418    23593601.771    32636776.1674   23593595.9414
+  -6014940.281    21518108.732    -4674533.3404   21518103.2914
+  -2087686.691    22315401.205    -1589635.6174   22315397.1154
+  -5036728.129    21621714.276    -3917365.4654   21621708.8424
+ 05  4  2  0 20 30.0010000  0  8G 1G 7G 8G11G19G20G24G28
+     56160.0231   25587720.995       41025.9385   25587720.5904
+  -1151219.586    24274390.853     -895480.8654   24274387.5274
+  23904099.777    24533844.299    18631145.3874   24533841.3044
+  11970552.586    21121801.741     9338126.1274   21121796.1074
+  42009548.570    23618800.064    32739959.0934   23618793.9954
+  -6011749.848    21518715.501    -4672047.2704   21518710.8824
+  -2076189.184    22317588.759    -1580676.5084   22317584.8514
+  -5016409.582    21625580.998    -3901532.8494   21625575.2224
+ 05  4  2  0 21  0.0010000  0  8G 1G 7G 8G11G19G20G24G28
+     75301.824    25591364.110       55941.6604   25591362.4864
+  -1162764.008    24272194.101     -904476.4714   24272190.5244
+  24052016.414    24561992.110    18746404.9734   24561988.8584
+  12079883.512    21142606.821     9423319.0424   21142601.1674
+  42142138.062    23644031.253    32843275.5294   23644024.8894
+  -6008070.930    21519415.714    -4669180.5674   21519410.5714
+  -2064385.770    22319834.960    -1571479.0234   22319830.9614
+  -4995577.895    21629544.875    -3885300.3724   21629539.3424
+ 05  4  2  0 21 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+     94727.703    25595060.290       71078.7504   25595059.5954
+  -1174320.961    24269995.070     -913481.8814   24269990.8264
+  24200053.023    24590162.633    18861758.1764   24590158.1594
+  12189452.129    21163457.275     9508697.1754   21163451.5494
+  42274902.332    23669295.208    32946728.1444   23669289.8344
+  -6003902.445    21520208.636    -4665932.3744   21520203.5364
+  -2052277.188    22322139.323    -1562043.7604   22322135.0484
+  -4974231.738    21633607.264    -3868666.9974   21633601.4444
+ 05  4  2  0 22  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    114440.012    25598810.836       86438.9774   25598809.6444
+  -1185887.938    24267793.946     -922495.0774   24267789.4694
+  24348196.730    24618353.367    18977194.7624   24618349.9554
+  12299251.074    21184351.019     9594254.7844   21184345.4014
+  42407833.570    23694591.088    33050310.8754   23694585.3734
+  -5999241.609    21521095.923    -4662300.5314   21521090.9964
+  -2039863.586    22324501.378    -1552370.7984   22324498.1004
+  -4952369.504    21637767.342    -3851631.5044   21637761.6684
+ 05  4  2  0 22 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    134442.992    25602618.566      102025.6484   25602616.5684
+  -1197463.176    24265590.725     -931514.7584   24265587.3944
+  24496450.668    24646565.426    19092717.2624   24646561.4414
+  12409283.559    21205289.702     9679994.3624   21205284.0184
+  42540937.465    23719920.125    33154028.1314   23719914.6264
+  -5994084.793    21522077.011    -4658282.2144   21522072.2544
+  -2027143.074    22326921.711    -1542458.6994   22326918.3334
+  -4929987.246    21642026.469    -3834190.7764   21642021.0664
+ 05  4  2  0 23  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    154740.199    25606480.149      117841.6544   25606479.5004
+  -1209045.336    24263386.339     -940539.7574   24263383.3264
+  24644812.285    24674796.756    19208323.6174   24674793.6724
+  12519549.242    21226272.197     9765915.6654   21226266.5264
+  42674215.004    23745281.336    33257880.6934   23745276.4804
+  -5988429.199    21523153.292    -4653875.2344   21523148.0634
+  -2014115.172    22329400.624    -1532307.0614   22329397.2564
+  -4907082.574    21646385.306    -3816342.9884   21646379.0804
+ 05  4  2  0 23 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    175335.121    25610399.702      133889.5684   25610398.8564
+  -1220632.480    24261182.023     -949568.6954   24261178.2344
+  24793279.383    24703050.302    19324012.1094   24703046.2324
+  12630047.645    21247299.404     9852018.3124   21247293.5964
+  42807667.145    23770677.074    33361869.2854   23770671.6524
+  -5982271.777    21524325.226    -4649077.2324   21524320.0944
+  -2000778.941    22331938.854    -1521915.1764   22331934.7854
+  -4883652.512    21650843.815    -3798085.7924   21650838.2484
+ 05  4  2  0 24  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    196232.258    25614375.301      150173.1294   25614375.6074
+  -1232222.055    24258976.277     -958599.4984   24258972.3584
+  24941850.734    24731322.144    19439781.9264   24731318.6464
+  12740779.402    21268371.292     9938302.7654   21268365.3944
+  42941295.836    23796105.996    33465995.4764   23796101.4344
+  -5975608.723    21525592.775    -4643885.2144   21525587.5244
+  -1987132.855    22334535.336    -1511281.8264   22334531.3814
+  -4859693.164    21655403.122    -3779416.1744   21655397.3274
+ 05  4  2  0 24 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    217431.727    25618410.054      166692.1944   25618409.7574
+  -1243815.363    24256770.379     -967633.2144   24256766.5914
+  25090520.699    24759611.853    19555628.5904   24759609.7414
+  12851740.863    21289486.459    10024766.2354   21289480.9914
+  43075098.809    23821567.536    33570257.4814   23821562.1414
+  -5968440.148    21526957.039    -4638299.2924   21526951.8664
+  -1973179.250    22337191.018    -1500408.8624   22337186.6404
+  -4835205.043    21660062.916    -3760334.5114   21660057.4664
+ 05  4  2  0 25  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    238935.020    25622502.383      183447.9204   25622502.2174
+  -1255412.934    24254562.493     -976670.2564   24254559.7364
+  25239284.621    24787919.639    19671548.4734   24787918.7274
+  12962929.473    21310645.085    10111406.6874   21310639.1934
+  43209075.074    23847062.734    33674654.5154   23847058.1154
+  -5960765.027    21528417.523    -4632318.6654   21528412.4484
+  -1958919.223    22339904.410    -1489297.1344   22339901.0944
+  -4810187.578    21664823.806    -3740840.3844   21664818.4134
+ 05  4  2  0 25 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    260747.012    25626653.197      200444.2294   25626652.5904
+  -1267011.480    24252356.114     -985708.0474   24252352.0194
+  25388142.012    24816248.873    19787541.1484   24816244.7664
+  13074346.398    21331847.038    10198225.0574   21331841.2944
+  43343226.961    23872591.150    33779188.3684   23872585.8684
+  -5952579.477    21529975.195    -4625940.2984   21529970.0434
+  -1944350.578    22342676.855    -1477944.9214   22342673.0954
+  -4784636.594    21669685.848    -3720930.5134   21669680.2244
+ 05  4  2  0 26  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    282869.578    25630862.764      217682.6054   25630861.6634
+  -1278610.852    24250148.659     -994746.4934   24250145.3274
+  25537088.492    24844591.186    19903603.2854   24844588.4124
+  13185989.480    21353091.984    10285219.6464   21353085.9074
+  43477553.832    23898152.405    33883858.5894   23898146.9194
+  -5943881.969    21531630.503    -4619162.9844   21531625.0824
+  -1929474.012    22345507.471    -1466352.7654   22345504.1384
+  -4758551.199    21674649.964    -3700604.2264   21674643.9534
+ 05  4  2  0 26 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    305307.281    25635132.313      235166.5204   25635131.2044
+  -1290208.137    24247941.777    -1003783.3134   24247937.8604
+  25686123.062    24872952.609    20019734.0864   24872949.3904
+  13297859.562    21374380.140    10372391.1274   21374374.0604
+  43612057.754    23923747.717    33988666.7554   23923741.9964
+  -5934668.551    21533383.240    -4611983.6864   21533378.0484
+  -1914287.926    22348397.483    -1454519.4344   22348393.4534
+  -4731927.273    21679715.838    -3679858.3174   21679710.3024
+ 05  4  2  0 27  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    328059.996    25639462.071      252895.8274   25639461.4634
+  -1301805.113    24245734.717    -1012819.8864   24245731.5924
+  25835240.062    24901329.438    20135929.0664   24901325.9224
+  13409952.934    21395710.738    10459736.6024   21395704.6254
+  43746736.367    23949376.175    34093611.0734   23949371.2064
+  -5924939.867    21535234.977    -4604402.8784   21535229.8044
+  -1898795.129    22351345.610    -1442447.0904   22351341.7174
+  -4704765.910    21684884.789    -3658693.6054   21684879.0174
+ 05  4  2  0 27 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    351131.859    25643852.840      270873.9184   25643850.2084
+  -1313399.285    24243528.708    -1021854.2784   24243524.6774
+  25984437.363    24929719.010    20252186.5664   24929717.1274
+  13522269.559    21417083.871    10547256.0354   21417078.3914
+  43881591.062    23975038.426    34198692.5924   23975032.8304
+  -5914692.312    21537185.027    -4596417.7574   21537179.7784
+  -1882993.984    22354352.626    -1430134.4884   22354348.5134
+  -4677063.516    21690156.557    -3637107.3284   21690150.4504
+ 05  4  2  0 28  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    374524.234    25648304.390      289101.8594   25648302.7634
+  -1324991.016    24241323.195    -1030886.7704   24241318.9274
+  26133711.129    24958123.664    20368503.6604   24958121.4514
+  13634806.855    21438498.973    10634947.4184   21438493.2724
+  44016620.824    24000733.597    34303910.5034   24000728.5904
+  -5903925.000    21539233.857    -4588027.6224   21539228.8764
+  -1866885.676    22357417.901    -1417582.5324   22357414.1474
+  -4648819.715    21695530.931    -3615099.1644   21695525.4734
+ 05  4  2  0 28 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    398241.855    25652816.809      307583.1524   25652816.7654
+  -1336577.227    24239117.907    -1039914.9474   24239114.2674
+  26283060.3241   24986547.477    20484879.5665   24986542.7404
+  13747566.090    21459956.705    10722811.7504   21459950.5264
+  44151827.930    24026463.248    34409266.6364   24026457.1734
+  -5892634.043    21541382.453    -4579229.4594   21541377.2444
+  -1850468.164    22360541.913    -1404789.6674   22360538.2914
+  -4620030.586    21701009.345    -3592666.0784   21701003.6704
+ 05  4  2  0 29  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    422287.434    25657392.574      326320.0184   25657392.6914
+  -1348156.598    24236914.555    -1048937.8404   24236910.9684
+                  25014980.540    20601311.4575   25014977.8984
+  13860546.219    21481455.910    10810848.1994   21481450.1514
+  44287212.375    24052225.808    34514760.9504   24052220.0954
+  -5880817.387    21543631.070    -4570021.6584   21543625.5144
+  -1833741.645    22363724.778    -1391755.9754   22363721.1784
+  -4590694.160    21706591.795    -3569806.5144   21706586.2954
+ 05  4  2  0 29 30.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    446660.840    25662030.672      345312.3524   25662029.3904
+  -1359730.891    24234711.321    -1057956.6934   24234708.4734
+  26581968.8791   25043426.431    20717795.2075   25043424.7904
+  13973743.453    21502996.758    10899053.8164   21502990.9134
+  44422771.988    24078021.268    34620391.7524   24078016.9244
+  -5868475.688    21545979.675    -4560404.7354   21545974.4964
+  -1816709.012    22366965.758    -1378483.7874   22366962.3594
+  -4560811.340    21712278.352    -3546521.1974   21712272.7854
+ 05  4  2  0 30  0.0020000  0  8G 1G 7G 8G11G19G20G24G28
+    471365.930    25666732.384      364563.2394   25666730.5314
+  -1371297.996    24232510.556    -1066970.0064   24232506.9404
+                  25071885.516
+  14087157.656    21524578.490    10987428.5054   21524573.0734
+  44558508.113    24103851.669    34726160.0494   24103846.7174
+  -5855605.660    21548428.673    -4550376.1254   21548423.2474
+  -1799368.941    22370265.227    -1364972.0234   22370262.0744
+  -4530379.395    21718069.479    -3522807.9954   21718063.6264
+ 05  4  2  0 30 30.0020000  0  7G 1G 7G11G19G20G24G28
+    496403.164    25671496.047      384072.8674   25671495.8864
+  -1382858.758    24230311.230    -1075978.3664   24230307.4834
+  14200785.664    21546201.154    11075969.7934   21546195.3354
+  44694418.574    24129714.553    34832064.2514   24129708.6884
+  -5842207.383    21550978.204    -4539935.8814   21550973.1724
+  -1781723.613    22373623.545    -1351222.4094   22373619.9354
+  -4499398.438    21723964.939    -3498666.9874   21723959.1464
+ 05  4  2  0 31  0.0020000  0  7G 1G 7G11G19G20G24G28
+    521778.711    25676325.687      403846.1094   25676324.0594
+  -1394408.453    24228112.813    -1084978.1094   24228109.1074
+  14314629.836    21567865.158    11164679.5214   21567859.5704
+  44830507.336    24155611.558    34938107.3914   24155606.2824
+  -5828275.402    21553629.233    -4529079.7804   21553624.1764
+  -1763769.340    22377039.928    -1337232.0434   22377036.2744
+  -4467862.883    21729965.892    -3474093.8234   21729960.2184
+ 05  4  2  0 31 30.0020000  0  7G 1G 7G11G19G20G24G28
+    547495.551    25681218.914      423885.3104   25681217.7104
+  -1405945.621    24225917.769    -1093968.0764   24225913.6944
+  14428690.027    21589570.277    11253557.5714   21589564.5524
+  44966774.855    24181542.408    35044289.8074   24181537.6404
+  -5813807.562    21556382.537    -4517806.1194   21556377.1044
+  -1745505.965    22380515.586    -1323000.8214   22380512.2064
+  -4435770.902    21736072.788    -3449087.0884   21736067.3794
+ 05  4  2  0 32  0.0020000  0  7G 1G 7G11G19G20G24G28
+    573554.500    25686177.672      444191.1474   25686177.3954
+  -1417471.082    24223724.559    -1102948.9444   24223720.9584
+  14542962.844    21611315.665    11342601.3094   21611310.0184
+  45103219.645    24207507.358    35150610.3464   24207502.0254
+  -5798803.555    21559237.693    -4506114.6634   21559232.6474
+  -1726935.344    22384049.440    -1308530.1884   22384045.8274
+  -4403122.457    21742285.645    -3423646.7304   21742279.8214
+ 05  4  2  0 32 30.0020000  0  7G 1G 7G11G19G20G24G28
+    599956.098    25691201.369      464763.9924   25691200.5304
+  -1428985.613    24221533.197    -1111921.2614   24221529.6374
+  14657445.191    21633100.939    11431808.3124   21633094.9894
+  45239839.820    24233505.190    35257067.5724   24233500.1474
+  -5783263.473    21562194.844    -4494005.4864   21562189.9174
+  -1708059.648    22387640.695    -1293821.8314   22387636.7864
+  -4369917.938    21748604.265    -3397773.0824   21748598.4864
+ 05  4  2  0 33  0.0030000  0  7G 1G 7G11G19G20G24G28
+    626702.633    25696291.054      485605.6224   25696290.3854
+  -1440489.496    24219344.034    -1120885.3134   24219340.6514
+  14772138.762    21654926.337    11521179.9134   21654920.4064
+  45376638.961    24259537.041    35363664.2314   24259532.2154
+  -5767186.277    21565254.117    -4481477.7784   21565249.1054
+  -1688879.168    22391291.041    -1278875.9764   22391287.4354
+  -4336155.371    21755028.968    -3371464.5804   21755023.4514
+ 05  4  2  0 33 30.0030000  0  7G 1G 7G11G19G20G24G28
+    653795.582    25701446.263      506717.0844   25701445.7744
+  -1451980.273    24217157.107    -1129839.1244   24217153.6514
+  14887035.906    21676790.604    11610710.1434   21676784.7154
+  45513608.848    24285601.553    35470393.9484   24285596.1324
+  -5750570.238    21568416.058    -4468530.1874   21568410.6044
+  -1669394.574    22394998.762    -1263693.1554   22394995.0174
+  -4301834.887    21761560.007    -3344721.3454   21761554.4654
+ 05  4  2  0 34  0.0030000  0  7G 1G 7G11G19G20G24G28
+    681237.680    25706668.678      528100.7114   25706667.4694
+  -1463457.773    24214973.506    -1138782.6184   24214969.7004
+  15002138.438    21698693.523    11700400.4134   21698687.9694
+  45650753.320    24311699.484    35577259.6864   24311694.4534
+  -5733413.652    21571680.727    -4455161.4074   21571675.5704
+  -1649606.383    22398764.267    -1248273.7574   22398760.2014
+  -4266954.492    21768197.393    -3317541.8254   21768191.7414
+ 05  4  2  0 34 30.0030000  0  7G 1G 7G11G19G20G24G28
+    709032.312    25711957.163      549758.9904   25711957.0414
+  -1474919.965    24212791.780    -1147714.1754   24212788.6214
+  15117446.184    21720636.034    11790250.5944   21720630.3014
+  45788073.477    24337830.644    35684262.3134   24337825.0104
+  -5715714.039    21575049.074    -4441369.4784   21575044.0594
+  -1629513.574    22402587.692    -1232616.9964   22402584.0184
+  -4231511.445    21774942.182    -3289923.8694   21774936.3264
+ 05  4  2  0 35  0.0030000  0  7G 1G 7G11G19G20G24G28
+    737181.785    25717314.385      571693.7774   25717313.4804
+  -1486365.805    24210614.075    -1156632.9634   24210610.1254
+  15232957.738    21742617.035    11880259.5814   21742611.4324
+  45925569.594    24363995.639    35791402.0374   24363990.6434
+  -5697469.594    21578520.764    -4427153.0034   21578515.5424
+  -1609116.543    22406469.035    -1216723.1744   22406465.3944
+  -4195504.293    21781794.028    -3261866.3454   21781788.0864
+ 05  4  2  0 35 30.0030000  0  7G 1G 7G11G19G20G24G28
+    765689.543    25722738.328      593907.7504   25722737.9374
+  -1497793.266    24208439.372    -1165537.4854   24208436.0464
+  15348672.980    21764637.239    11970427.3204   21764631.1524
+  46063242.332    24390194.061    35898679.4414   24390188.6974
+  -5678677.766    21582096.682    -4412509.9974   21582091.3104
+  -1588414.254    22410408.890    -1200591.5234   22410404.8564
+  -4158930.672    21788754.010    -3233367.4154   21788747.9404
+ 05  4  2  0 36  0.0030000  0  7G 1G 7G11G19G20G24G28
+    794557.285    25728232.185      616402.2054   25728231.4314
+  -1509201.895    24206268.719    -1174427.3034   24206264.9564
+  15464590.219    21786695.400    12060752.4304   21786689.6674
+  46201091.141    24416425.193    36006094.0214   24416421.2634
+  -5659337.531    21585777.053    -4397439.6714   21585772.0654
+  -1567407.844    22414406.473    -1184222.8634   22414402.2934
+  -4121789.887    21795821.214    -3204426.5474   21795815.3784
+ 05  4  2  0 36 30.0030000  0  7G 1G 7G11G19G20G24G28
+    823786.867    25733793.714      639178.6454   25733792.7444
+  -1520591.094    24204100.757    -1183301.9854   24204097.1314
+  15580707.840    21808791.982    12151233.6884   21808786.0534
+  46339115.703    24442690.774    36113645.5434   24442686.4294
+  -5639447.688    21589562.089    -4381941.0724   21589556.6144
+  -1546097.961    22418461.307    -1167617.7374   22418457.3434
+  -4084080.859    21802997.206    -3175042.8914   21802991.5314
+ 05  4  2  0 37  0.0030000  0  7G 1G 7G11G19G20G24G28
+    853380.820    25739425.331      662238.8964   25739424.8054
+  -1531959.527    24201937.780    -1192160.4954   24201934.1084
+  15697025.113    21830926.412    12241870.5224   21830920.5634
+  46477316.383    24468989.314    36221334.3374   24468984.7274
+  -5619006.426    21593451.808    -4366012.8034   21593446.8654
+  -1524484.617    22422573.858    -1150776.1494   22422570.4864
+  -4045801.781    21810281.437    -3145215.0324   21810275.9364
+ 05  4  2  0 37 30.0030000  0  7G 1G 7G11G19G20G24G28
+    883341.961    25745127.146      685585.3944   25745125.5114
+  -1543305.531    24199778.715    -1201001.5134   24199775.1204
+  15813541.145    21853098.444    12332662.2294   21853092.9224
+  46615693.453    24495321.861    36329160.5394   24495317.0804
+  -5598011.691    21597446.747    -4349653.2484   21597441.3754
+  -1502567.578    22426744.911    -1133697.9284   22426741.1144
+  -4006951.184    21817674.414    -3114941.8444   21817668.9784
+ 05  4  2  0 38  0.0030000  0  7G 1G 7G11G19G20G24G28
+    913665.141    25750897.620      709213.9064   25750896.1444
+  -1554635.551    24197622.505    -1209830.0894   24197619.3194
+  15930247.344    21875307.318    12423602.1174   21875301.4964
+  46754239.223    24521686.458    36437118.1974   24521680.6074
+  -5576469.508    21601546.125    -4332867.1234   21601541.0314
+  -1480354.750    22430971.715    -1116389.2184   22430967.5024
+  -3967534.848    21825174.950    -3084227.8094   21825169.4674
+ 05  4  2  0 38 30.0030000  0  7G 1G 7G11G19G20G24G28
+    944351.070    25756737.342      733125.0704   25756736.1364
+  -1565950.094    24195469.601    -1218646.5894   24195466.1494
+  16047140.973    21897551.062    12514688.0314   21897545.5564
+  46892952.262    24548082.546    36545206.2224   24548077.1674
+  -5554379.828    21605749.693    -4315654.3804   21605744.4404
+  -1457847.977    22435254.590    -1098851.4704   22435250.5594
+  -3927553.195    21832783.307    -3053073.2764   21832778.0614
+ 05  4  2  0 39  0.0030000  0  7G 1G 7G11G19G20G24G28
+    975403.035    25762645.323      757321.4814   25762643.3334
+  -1577247.145    24193319.357    -1227449.4454   24193315.9794
+  16164222.000    21919831.115    12605919.9954   21919825.2264
+  47031833.680    24574510.852    36653425.4254   24574505.6704
+  -5531740.305    21610057.694    -4298013.1724   21610052.5974
+  -1435046.488    22439593.589    -1081084.0494   22439589.5374
+  -3887003.883    21840499.736    -3021476.4034   21840493.8754
+ 05  4  2  0 39 30.0030000  0  7G 1G 7G11G19G20G24G28
+   1006826.074    25768625.169      781807.0994   25768623.1744
+  -1588522.621    24191174.326    -1236235.5124   24191170.3874
+  16281491.953    21942146.700    12697299.1724   21942140.9544
+  47170886.312    24600972.017    36761778.0624   24600967.1704
+  -5508546.664    21614471.663    -4279940.2024   21614466.3954
+  -1411947.828    22443989.156    -1063085.0824   22443985.4784
+  -3845882.812    21848324.870    -2989434.0064   21848319.1004
+ 05  4  2  0 40  0.0030000  0  7G 1G 7G11G19G20G24G28
+   1038626.082    25774675.554      806586.3344   25774674.4734
+  -1599771.793    24189033.428    -1245001.0664   24189029.6254
+  16398953.246    21964498.874    12788827.4434   21964493.1734
+  47310113.641    24627466.208    36870266.7914   24627461.8164
+  -5484793.668    21618991.727    -4261431.3564   21618986.4124
+  -1388548.652    22448441.926    -1044851.9384   22448437.6904
+  -3804185.137    21856259.585    -2956942.3084   21856253.8434
+ 05  4  2  0 40 30.0030000  0  7G 1G 7G11G19G20G24G28
+   1070804.164    25780799.627      831660.1744   25780798.4094
+  -1610994.684    24186897.575    -1253746.1234   24186893.9424
+  16516603.777    21986886.897    12880503.1604   21986881.5274
+  47449514.504    24653993.469    36978890.7584   24653988.5524
+  -5460481.129    21623618.131    -4242486.5144   21623612.6774
+  -1364850.637    22452951.320    -1026385.9464   22452947.4684
+  -3761910.785    21864304.347    -2924001.2704   21864298.2294
+ 05  4  2  0 41  0.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1103368.105    25786995.296      857034.7094   25786995.3274
+                  25761852.915
+  -1622184.609    24184768.276    -1262465.5254   24184764.2654
+  16634448.035    22009312.041    12972329.8494   22009306.2754
+  47589094.367    24680554.174    37087654.2164   24680549.2834
+  -5435602.215    21628352.389    -4223100.3334   21628346.7164
+  -1340848.406    22457518.695    -1007682.8904   22457515.0454
+  -3719053.043    21872459.539    -2890605.6294   21872454.0464
+ 05  4  2  0 41 30.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1136317.613    25793266.220      882709.7164   25793264.9134
+    -28978.8161   25757848.515
+  -1633342.902    24182644.818    -1271160.2394   24182640.9414
+  16752482.414    22031773.695    13064304.6744   22031767.8374
+  47728850.688    24707149.174    37196555.1654   24707143.5914
+  -5410158.023    21633194.312    -4203273.6824   21633188.9804
+  -1316544.770    22462143.765     -988744.9834   22462139.9644
+  -3675613.000    21880725.711    -2856756.2554   21880720.5074
+ 05  4  2  0 42  0.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1169656.258    25799610.508      908687.9454   25799609.9254
+    -49874.621    25753872.001
+  -1644467.156    24180527.993    -1279828.4704   24180524.0464
+  16870706.832    22054270.713    13156427.5744   22054264.4554
+  47868784.555    24733777.824    37305594.4614   24733772.9324
+  -5384145.875    21638144.075    -4183004.4664   21638138.8104
+  -1291938.898    22466825.826     -969571.5684   22466822.4274
+  -3631588.367    21889103.425    -2822451.3344   21889097.9624
+ 05  4  2  0 42 30.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1203384.598    25806028.779      934969.7564   25806026.9814
+    -70625.441    25749922.907
+  -1655557.625    24178417.187    -1288470.3484   24178413.6664
+  16989118.695    22076803.911    13248696.5544   22076797.8744
+  48008894.707    24760439.779    37414771.1294   24760435.5214
+  -5357565.898    21643202.054    -4162292.7864   21643196.6054
+  -1267032.250    22471565.705     -950163.7844   22471561.8494
+  -3586979.570    21897592.263    -2787691.2414   21897586.6034
+ 05  4  2  0 43  0.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1237506.414    25812521.157      961558.1844   25812520.3244
+    -91229.008    25746002.495
+  -1666611.598    24176313.945    -1297083.7894   24176310.3644
+  17107718.816    22099372.677    13341112.2304   22099367.0664
+  48149182.527    24787135.783    37524086.2494   24787131.2634
+  -5330415.109    21648368.690    -4141136.3054   21648363.4754
+  -1241824.039    22476362.342     -930521.0074   22476358.7134
+  -3541783.680    21906192.977    -2752473.6664   21906187.2534
+ 05  4  2  0 43 30.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1272024.473    25819090.817      988455.4484   25819088.6534
+   -111684.285    25742110.800
+  -1677627.055    24174217.763    -1305667.2364   24174213.4124
+  17226506.605    22121976.966    13433674.1364   22121971.4654
+  48289648.664    24813865.192    37633540.2924   24813861.0604
+  -5302691.703    21653644.151    -4119533.6404   21653639.1284
+  -1216313.887    22481217.051     -910642.9584   22481213.4034
+  -3495999.020    21914905.571    -2716797.3114   21914899.9754
+ 05  4  2  0 44  0.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1306942.098    25825735.469     1015664.1024   25825733.2304
+   -131989.527    25738245.419
+  -1688601.719    24172129.812    -1314218.8884   24172125.5914
+  17345482.047    22144617.525    13526382.2644   22144611.7284
+  48430294.113    24840629.296    37743134.0664   24840625.0954
+  -5274393.383    21659029.142    -4097482.9894   21659023.9814
+  -1190500.914    22486129.218     -890528.9404   22486124.8964
+  -3449623.328    21923730.322    -2680660.4044   21923724.6984
+ 05  4  2  0 44 30.0030000  0  8G 1G 4G 7G11G19G20G24G28
+   1342261.797    25832456.163     1043186.0274   25832455.1954
+   -152143.703    25734410.001
+  -1699533.828    24170049.245    -1322737.3704   24170045.5204
+  17464644.754    22167293.613    13619236.3124   22167287.7864
+  48571119.332    24867428.000    37852867.9344   24867422.8514
+  -5245518.137    21664523.988    -4074982.7784   21664518.7154
+  -1164385.012    22491098.873     -870178.8924   22491094.7594
+  -3402655.102    21932668.164    -2644061.7964   21932662.3954
+ 05  4  2  0 45  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1377983.527    25839253.741     1071021.1694   25839251.6494
+   -172150.203    25730603.322
+  -1710426.148    24167976.607    -1331224.8904   24167972.2734
+  17583994.066    22190004.468    13712235.7724   22189998.8034
+  48712125.422    24894259.830    37962742.7394   24894255.6094
+  -5216067.281    21670128.330    -4052034.0514   21670123.1504
+  -1137969.242    22496125.135     -849595.1614   22496121.7274
+  -3355095.348    21941718.427    -2607002.2534   21941712.9484
+ 05  4  2  0 45 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1414107.707    25846128.081     1099169.8804   25846125.9024
+   -192006.770    25726824.543
+  -1721275.980    24165911.179    -1339679.2434   24165907.7234
+  17703521.594    22212749.977    13805374.1124   22212744.5884
+  48853303.594    24921125.896    38072751.6054   24921121.1664
+  -5186040.980    21675842.043    -4028636.9094   21675836.8934
+  -1111255.125    22501208.732     -828778.9614   22501205.2794
+  -3306945.277    21950881.292    -2569482.7144   21950875.4684
+ 05  4  2  0 46  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1450640.414    25853079.892     1127637.0954   25853078.4234
+   -211710.379    25723074.441
+  -1732079.613    24163855.857    -1348097.5994   24163851.5484
+  17823233.172    22235530.353    13898655.8534   22235524.5404
+  48994661.355    24948025.425    38182900.4354   24948021.1514
+  -5155434.305    21681666.509    -4004787.5364   21681661.2224
+  -1084239.320    22506349.949     -807727.6734   22506346.2754
+  -3258199.711    21960157.100    -2531499.1544   21960151.4024
+ 05  4  2  0 46 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1487580.988    25860109.172     1156421.9744   25860107.0894
+   -231263.594    25719354.543     -171350.0825   25719352.5694
+  -1742838.414    24161808.274    -1356481.0654   24161804.0224
+  17943125.090    22258345.041    13992078.1104   22258339.4894
+  49136195.648    24974958.545    38293186.8334   24974954.0774
+  -5124248.910    21687600.906    -3980487.2234   21687595.5004
+  -1056924.824    22511547.291     -786443.6454   22511543.5984
+  -3208860.348    21969546.228    -2493052.9104   21969540.4914
+ 05  4  2  0 47  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1524931.883    25867217.240     1185526.6244   25867215.6434
+   -250665.109    25715663.050     -186468.1174   25715660.1334
+  -1753550.871    24159769.751    -1364828.3914   24159766.2774
+  18063196.750    22281194.040    14085640.4284   22281188.4324
+  49277907.133    25001924.996    38403611.2694   25001919.9734
+  -5092483.090    21693645.603    -3955734.6114   21693640.2714
+  -1029311.973    22516802.224     -764927.1274   22516798.6334
+  -3158925.836    21979048.392    -2454142.8954   21979042.9024
+ 05  4  2  0 47 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1562695.273    25874402.595     1214952.7454   25874402.1484
+   -269914.395    25711999.010     -201467.6204   25711997.3894
+  -1764215.461    24157740.665    -1373138.4364   24157736.5274
+  18183447.020    22304077.073    14179341.9304   22304071.3594
+  49419795.539    25028926.170    38514173.5864   25028921.4664
+  -5060135.824    21699801.102    -3930528.9354   21699795.6684
+  -1001400.816    22522113.463     -743178.1644   22522109.8104
+  -3108394.926    21988663.862    -2414768.1814   21988658.5254
+                            4  1
+RINEX FILE SPLICE; other post-header comments skipped       COMMENT
+ 05  4  2  0 48  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1600872.379    25881667.680     1244701.2604   25881665.6104
+   -289011.793    25708364.598     -216348.6684   25708362.4404
+  -1774831.840    24155720.088    -1381410.9054   24155716.1414
+  18303874.000    22326993.319    14273181.1274   22326987.3614
+  49561859.961    25055959.603    38624873.0424   25055955.9294
+  -5027206.895    21706067.209    -3904870.0164   21706061.6594
+   -973192.410    22527481.400     -721197.5824   22527477.5824
+  -3057267.910    21998393.085    -2374928.9434   21998387.6594
+ 05  4  2  0 48 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1639466.230    25889011.596     1274774.4844   25889010.8404
+   -307955.609    25704760.178     -231110.1024   25704757.8534
+  -1785397.453    24153709.419    -1389643.8094   24153705.6584
+  18424477.879    22349943.302    14367158.1614   22349937.8814
+  49704101.539    25083027.976    38735710.5174   25083021.9494
+  -4993693.957    21712444.510    -3878756.0124   21712439.1894
+   -944686.258    22532906.021     -698984.9934   22532901.9464
+  -3005542.695    22008235.948    -2334623.5804   22008230.4714
+ 05  4  2  0 49  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1678473.785    25896434.222     1305170.0814   25896432.5944
+   -326750.223    25701182.922     -245755.2384   25701180.8384
+  -1795916.098    24151707.677    -1397840.1084   24151703.8044
+  18545252.852    22372926.421    14461268.5144   22372920.4714
+  49846515.223    25110128.482    38846682.1244   25110122.7924
+  -4959600.887    21718932.201    -3852189.9614   21718926.7554
+   -915887.977    22538386.260     -676544.7614   22538382.1444
+  -2953223.469    22018192.191    -2293855.3634   22018186.4214
+ 05  4  2  0 49 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1717902.852    25903937.176     1335894.0874   25903935.9884
+   -345389.738    25697636.956     -260279.4964   25697634.0184
+  -1806380.586    24149716.602    -1405994.2434   24149712.8284
+  18666203.613    22395942.219    14555515.8644   22395936.5734
+  49989106.426    25137262.671    38957792.0644   25137258.1364
+  -4924921.160    21725531.527    -3825166.7934   21725526.2074
+   -886792.016    22543922.774     -653872.5644   22543918.7174
+  -2900303.652    22028262.415    -2252619.1464   22028257.0444
+ 05  4  2  0 50  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1757756.316    25911520.745     1366948.8194   25911520.4204
+   -363872.262    25694119.332     -274681.4534   25694116.7684
+  -1816788.824    24147735.805    -1414104.5204   24147732.1954
+  18787329.574    22418992.003    14649899.7184   22418986.6054
+  50131876.039    25164430.708    39069041.0304   25164425.7954
+  -4889652.688    21732242.806    -3797684.8514   21732237.4054
+   -857397.613    22549516.352     -630967.8224   22549512.1154
+  -2846781.348    22038447.106    -2210913.4594   22038441.8294
+ 05  4  2  0 50 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1798034.723    25919185.526     1398334.6864   25919184.7354
+   -382198.762    25690632.449     -288961.8264   25690629.6634
+  -1827140.730    24145766.013    -1422170.8884   24145761.8414
+  18908628.914    22442074.486    14744418.6514   22442068.9744
+  50274822.648    25191632.718    39180427.8594   25191627.5944
+  -4853795.977    21739065.922    -3769744.5414   21739060.8444
+   -827707.016    22555166.113     -607832.2774   22555162.1314
+  -2792657.234    22048746.889    -2168738.8294   22048741.4624
+ 05  4  2  0 51  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1838738.297    25926931.716     1430051.8714   25926930.5134
+   -400370.406    25687174.267     -303121.5814   25687171.3614
+  -1837436.688    24143806.638    -1430193.6904   24143802.9074
+  19030098.793    22465189.727    14839070.4884   22465183.8704
+  50417944.344    25218868.118    39291951.1834   25218863.2754
+  -4817351.746    21746001.258    -3741346.4274   21745996.2144
+   -797721.863    22560872.218     -584467.2104   22560868.0514
+  -2737932.078    22059160.707    -2126095.8464   22059155.2844
+ 05  4  2  0 51 30.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1879870.291    25934758.300     1462102.9534   25934756.3764
+   -418385.426    25683746.402     -317159.1904   25683742.7324
+  -1847673.906    24141858.196    -1438170.7004   24141854.6794
+  19151739.977    22488336.897    14933855.8084   22488331.2694
+  50561242.496    25246136.814    39403611.9874   25246132.1044
+  -4780317.652    21753048.523    -3712488.6854   21753043.3164
+   -767441.543    22566634.460     -560872.1404   22566630.6924
+  -2682604.121    22069689.402    -2082983.1614   22069683.7874
+ 05  4  2  0 52  0.0040000  0  8G 1G 4G 7G11G19G20G24G28
+   1921433.258    25942667.844     1494489.7054   25942665.7684
+   -436242.746    25680347.999     -331073.9264   25680345.3604
+  -1857850.637    24139921.577    -1446100.5844   24139918.1654
+  19273551.719    22511517.045    15028774.0384   22511511.4504
+  50704717.355    25273439.306    39515410.4344   25273434.6964
+  -4742692.160    21760208.562    -3683170.1114   21760203.1594
+   -736866.211    22572452.620     -537047.1944   22572448.5534
+  -2626672.121    22080332.695    -2039399.7884   22080327.0574
+ 05  4  2  0 52 30.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   1963425.418    25950658.315     1527211.0134   25950657.3734
+   -453945.570    25676979.335     -344868.2914   25676977.1684
+  -1867968.875    24137996.455    -1453984.8954   24137992.6634
+  19395529.473    22534728.353    15123821.6154   22534722.3684
+  50848365.324    25300774.359    39627343.8344   25300770.0884
+  -4704478.043    21767480.487    -3653392.8674   21767474.9884
+     -2853.1641   26490310.846
+   -705999.617    22578326.800     -512995.2964   22578322.7294
+  -2570138.688    22091090.795    -1995347.7614   22091085.2294
+ 05  4  2  0 53  0.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2005852.391    25958732.202     1560271.0664   25958729.7404
+   -471489.492    25673640.896     -358538.8864   25673638.2954
+  -1878023.543    24136082.871    -1461819.6514   24136078.8584
+  19517676.098    22557972.315    15219000.7684   22557966.8784
+  50992189.914    25328143.460    39739414.8534   25328139.2574
+  -4665670.938    21774865.259    -3623153.5604   21774859.8324
+    -19046.703    26487228.488
+   -674838.469    22584255.924     -488713.8614   22584252.3844
+  -2512999.484    22101964.061    -1950823.7104   22101958.3994
+ 05  4  2  0 53 30.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2048714.254    25966887.279     1593669.9914   25966886.5654
+   -488875.852    25670332.158     -372086.6444   25670329.6274
+  -1888015.113    24134181.613    -1469605.2684   24134177.8284
+  19639988.867    22581247.713    15314309.4094   22581242.3084
+  51136189.258    25355545.624    39851622.0184   25355541.6744
+  -4626271.680    21782362.626    -3592452.8234   21782356.8724
+    -35376.930    26484121.319      -25381.3365   26484117.9874
+   -643384.992    22590241.697     -464204.6604   22590237.5004
+  -2455255.746    22112952.630    -1905828.5964   22112946.8614
+ 05  4  2  0 54  0.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2092015.758    25975127.708     1627411.5134   25975126.6464
+   -506101.223    25667054.398     -385508.9544   25667051.5704
+  -1897939.242    24132293.196    -1477338.3354   24132288.8694
+  19762469.371    22604554.881    15409748.7514   22604549.5874
+  51280365.852    25382981.838    39963967.3064   25382977.6104
+  -4586276.555    21789973.301    -3561287.7884   21789968.2214
+    -51838.371    26480987.840      -38208.3054   26480985.3254
+   -611636.887    22596282.798     -439465.8784   22596279.3084
+  -2396903.910    22124056.275    -1860359.6434   22124050.7724
+ 05  4  2  0 54 30.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2135754.066    25983451.563     1661493.4084   25983449.3814
+   -523169.809    25663805.513     -398809.0584   25663803.6414
+  -1907799.125    24130416.801    -1485021.3024   24130412.7634
+  19885112.508    22627893.396    15505314.8174   22627887.6974
+  51424715.230    25410450.863    40076447.2234   25410445.9834
+  -4545689.402    21797696.998    -3529661.4204   21797691.2204
+    -68432.957    26477830.614      -51139.0234   26477827.9094
+   -579599.297    22602379.370     -414501.5094   22602375.5104
+  -2337948.043    22135275.306    -1814420.0114   22135269.3654
+ 05  4  2  0 55  0.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2179932.656    25991857.443     1695918.3294   25991856.0774
+   -540079.527    25660588.184     -411985.4264   25660585.5814
+  -1917591.680    24128553.623    -1492651.8354   24128549.5814
+  20007919.012    22651262.454    15601008.1704   22651256.4644
+  51569238.551    25437952.721    40189062.6694   25437948.0614
+  -4504507.930    21805533.280    -3497571.9434   21805528.1494
+    -85156.430    26474648.394      -64170.2234   26474644.4084
+   -547271.148    22608531.336     -389310.7334   22608527.5014
+  -2278386.133    22146609.455    -1768008.1484   22146603.8714
+ 05  4  2  0 55 30.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2224556.102    26000349.642     1730689.9254   26000347.1454
+   -556827.219    25657401.157     -425035.4534   25657398.2954
+  -1927312.625    24126703.476    -1500226.5704   24126699.8014
+  20130890.730    22674663.516    15696830.2664   22674657.5384
+  51713938.660    25465488.354    40301815.8824   25465484.0734
+  -4462728.379    21813483.785    -3465016.4384   21813478.2024
+   -102003.449    26471442.023      -77297.6514   26471438.0904
+   -514650.191    22614738.991     -363891.8044   22614735.1044
+  -2218214.680    22158059.696    -1721121.3124   22158054.1274
+ 05  4  2  0 56  0.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2269624.188    26008925.773     1765807.9124   26008924.7254
+   -573414.242    25654245.164     -437960.4044   25654241.7084
+  -1936962.566    24124867.121    -1507745.9694   24124863.3284
+  20254024.621    22698094.966    15792778.7364   22698089.3754
+  51858813.328    25493056.681    40414705.1074   25493052.3144
+  -4420352.043    21821547.796    -3431995.8994   21821542.4354
+   -118973.137    26468212.535      -90520.6144   26468209.6964
+   -481738.453    22621001.845     -338246.2754   22620997.9274
+  -2157435.098    22169625.558    -1673760.6124   22169620.1034
+ 05  4  2  0 56 30.0040000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2315140.824    26017586.932     1801275.5954   26017585.6044
+   -589837.957    25651118.618     -450758.0434   25651116.7894
+  -1946537.742    24123045.247    -1515207.1194   24123041.5044
+  20377322.047    22721558.008    15888854.6314   22721551.8084
+  52003864.637    25520659.419    40527731.9294   25520654.7214
+  -4377376.145    21829725.617    -3398508.1674   21829720.3484
+   -136060.8321   26464960.943     -103835.6265   26464957.6154
+   -448534.395    22627319.969     -312372.9704   22627316.5454
+  -2096044.801    22181307.941    -1625924.0254   22181302.3424
+ 05  4  2  0 57  0.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2361107.750    26026334.799     1837093.9584   26026332.2284
+   -606100.043    25648024.375     -463429.7924   25648022.0204
+  -1956038.691    24121237.169    -1522610.4364   24121233.0484
+  20500784.766    22745052.201    15985059.3344   22745046.0924
+  52149095.684    25548296.169    40640898.8564   25548291.6094
+  -4333800.371    21838017.983    -3364553.0014   21838012.5714
+   -153265.695    26461686.293     -117242.0374   26461683.7654
+   -415039.070    22633694.359     -286272.7234   22633690.2714
+  -2034042.766    22193106.587    -1577610.7574   22193100.7974
+ 05  4  2  0 57 30.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2407523.727    26035167.628     1873262.2904   26035165.7844
+   -622198.703    25644961.248     -475974.1444   25644958.7874
+  -1965463.227    24119443.827    -1529954.1874   24119440.0004
+  20624403.797    22768575.772    16081385.8244   22768570.2394
+  52294496.629    25575965.074    40754198.1854   25575961.0874
+  -4289626.586    21846424.043    -3330131.8574   21846418.5704
+   -170584.141    26458391.789     -130736.7604   26458388.5764
+   -381254.891    22640123.446     -259947.3734   22640119.4114
+  -1971432.660    22205020.970    -1528823.6764   22205015.2704
+ 05  4  2  0 58  0.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2454389.820    26044085.854     1909781.3864   26044084.1254
+   -638136.516    25641928.695     -488393.2104   25641926.5034
+  -1974812.203    24117664.712    -1537239.0854   24117660.9124
+  20748180.051    22792129.657    16177834.8304   22792124.1084
+  52440069.910    25603666.932    40867631.8424   25603662.6804
+  -4244855.000    21854943.531    -3295244.8844   21854938.2264
+   -188015.797    26455073.715     -144319.7424   26455071.3414
+   -347183.477    22646606.757     -233398.2114   22646602.5164
+  -1908214.168    22217050.839    -1479562.5184   22217045.4524
+                            4  1
+RINEX FILE SPLICE; other post-header comments skipped       COMMENT
+ 05  4  2  0 58 30.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2501709.441    26053089.757     1946653.8054   26053088.2984
+   -653911.145    25638926.695     -500685.0724   25638924.5624
+  -1984082.473    24115900.400    -1544462.6434   24115896.9384
+  20872114.539    22815713.301    16274407.1374   22815708.2874
+  52585817.035    25631401.989    40981200.8734   25631397.6684
+  -4199483.430    21863577.734    -3259890.4014   21863572.0814
+   -205556.395    26451736.047     -157987.6584   26451733.2224
+   -312823.531    22653145.079     -206624.2204   22653141.4794
+  -1844385.168    22229197.173    -1429825.6424   22229191.4034
+ 05  4  2  0 59  0.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2549483.863    26062180.817     1983880.6514   26062179.9114
+   -669522.523    25635955.742     -512849.7104   25635953.2304
+  -1993273.047    24114151.259    -1551624.1054   24114147.8754
+  20996205.629    22839327.611    16371101.4694   22839321.6394
+  52731737.406    25659169.543    41094904.8994   25659166.0144
+  -4153511.562    21872325.643    -3224068.1454   21872320.2444
+   -223203.422    26448377.968     -171738.4864   26448374.4224
+   -278176.203    22659738.140     -179626.2914   22659734.0184
+  -1779945.684    22241459.552    -1379613.0724   22241454.0144
+ 05  4  2  0 59 30.0050000  0  9G 1G 4G 7G11G19G20G23G24G28
+   2597714.844    26071359.422     2021463.2314   26071357.3704
+   -684970.199    25633015.846     -524886.7944   25633013.6784
+  -2002382.305    24112418.015    -1558722.1964   24112414.2444
+  21120452.781    22862970.995    16467917.4134   22862965.1544
+  52877830.660    25686970.368    41208743.7244   25686966.4784
+  -4106938.895    21881188.038    -3187777.7434   21881182.7774
+   -240954.219    26444999.610     -185570.1674   26444995.9524
+   -243241.930    22666386.266     -152404.7694   22666382.4694
+  -1714895.363    22253838.401    -1328924.5214   22253832.5974
+                            4  1
+RINEX FILE SPLICE; other post-header comments skipped       COMMENT
diff --git a/test/data/rinex/30400920.05n b/test/data/rinex/30400920.05n
new file mode 100644
index 0000000..8459ac5
--- /dev/null
+++ b/test/data/rinex/30400920.05n
@@ -0,0 +1,1324 @@
+     2.10           N: GPS NAV DATA                         RINEX VERSION / TYPE
+teqc  2002Mar14     GSI, JAPAN          20050404 05:46:15UTCPGM / RUN BY / DATE
+Linux 2.0.36|Pentium II|gcc -static|Linux|486/DX+           COMMENT
+teqc  2002Mar14     GSI, JAPAN          20050402 03:13:39UTCCOMMENT
+     2              NAVIGATION DATA                         COMMENT
+DAT2RIN 2.35x       GSI, JAPAN          02APR05 10:06:36 GMTCOMMENT
+                                                            COMMENT
+    1.1180D-08  1.4900D-08 -5.9600D-08 -5.9600D-08          ION ALPHA
+    8.8060D+04  1.6380D+04 -1.9660D+05 -1.3110D+05          ION BETA
+   -2.793967723850D-09-5.329070518200D-15    61440     1061 DELTA-UTC: A0,A1,T,W
+    13                                                      LEAP SECONDS
+                                                            END OF HEADER
+ 1 05  4  2  2  0  0.0 3.966595977540D-04 1.705302565820D-12 0.000000000000D+00
+    1.400000000000D+02-5.218750000000D+01 4.026596389650D-09 2.871534990340D+00
+   -2.676621079440D-06 5.957618006510D-03 4.174187779430D-06 5.153636478420D+03
+    5.256000000000D+05 1.061707735060D-07-2.493184817740D+00-9.313225746150D-08
+    9.833919144490D-01 3.093750000000D+02-1.650496813270D+00-7.889971342930D-09
+   -8.571785642400D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.259629011150D-09 3.960000000000D+02
+    5.195760000000D+05
+ 3 05  4  2  0  0  0.0 9.673088788990D-05 3.069544618480D-12 0.000000000000D+00
+    8.300000000000D+01 1.968750000000D+01 5.376652456590D-09 2.471116819930D+00
+    1.018866896630D-06 6.735791102980D-03 7.564201951030D-06 5.153730749130D+03
+    5.184000000000D+05-1.005828380580D-07 5.354931929380D-01-6.519258022310D-08
+    9.274337998890D-01 2.158750000000D+02 6.038989687590D-01-8.278916219240D-09
+   -1.525063547670D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.950000000000D+02
+    5.112180000000D+05
+ 3 05  4  2  2  0  0.0 9.675230830910D-05 3.069544618480D-12 0.000000000000D+00
+    8.400000000000D+01 1.865625000000D+01 5.365223376690D-09-2.761934047060D+00
+    9.462237358090D-07 6.735803675840D-03 7.532536983490D-06 5.153730754850D+03
+    5.256000000000D+05-1.490116119380D-08 5.354335995070D-01-9.499490261080D-08
+    9.274327714580D-01 2.173437500000D+02 6.039165179240D-01-8.276773044710D-09
+   -1.303625679630D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.400000000000D+02
+    5.184180000000D+05
+ 4 05  4  2  2  0  0.0 3.068340010940D-04-2.273736754430D-11 0.000000000000D+00
+    1.490000000000D+02 8.515625000000D+01 4.453756918820D-09 5.712637943330D-01
+    4.492700099950D-06 7.039358024490D-03 8.033588528630D-06 5.153595203400D+03
+    5.256000000000D+05 1.192092895510D-07 1.686277835030D+00 3.911554813390D-08
+    9.549858547880D-01 2.200625000000D+02 3.854291015260D-02-8.025691222710D-09
+   -2.275094834750D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 1.490000000000D+02
+    5.206680000000D+05
+ 7 05  4  2  0  0  0.0-1.360527239740D-04-3.387867764100D-11 0.000000000000D+00
+    7.300000000000D+01 2.190625000000D+01 5.031281169470D-09 2.666824890220D+00
+    1.093372702600D-06 1.308864122260D-02 7.616356015210D-06 5.153696329120D+03
+    5.184000000000D+05 1.303851604460D-07 5.635898717570D-01-1.024454832080D-07
+    9.365227080330D-01 2.165000000000D+02-1.804738833410D+00-7.899615184210D-09
+   -1.746501276930D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.300000000000D+01
+    5.161380000000D+05
+ 7 05  4  2  2  0  0.0-1.362971961500D-04-3.399236447880D-11 0.000000000000D+00
+    7.400000000000D+01 2.246875000000D+01 5.084854759470D-09-2.566205020470D+00
+    1.151114702220D-06 1.308932981920D-02 7.428228855130D-06 5.153695041660D+03
+    5.256000000000D+05 1.695007085800D-07 5.635327038450D-01-4.284083843230D-08
+    9.365215962150D-01 2.222187500000D+02-1.804722965130D+00-7.910686328220D-09
+   -1.271481531170D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.400000000000D+01
+    5.184180000000D+05
+ 8 05  4  2  0  0  0.0-2.513127401470D-05-1.023181539490D-12 0.000000000000D+00
+    1.760000000000D+02-9.487500000000D+01 4.230533257040D-09 5.913789369410D-01
+   -5.152076482770D-06 9.153424296530D-03 8.422881364820D-06 5.153750442500D+03
+    5.184000000000D+05 7.264316082000D-08-1.439554843050D+00-1.098960638050D-07
+    9.676472556950D-01 2.197187500000D+02 2.536251333920D+00-7.946402647010D-09
+    1.392915227600D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 6.880000000000D+02
+    5.112180000000D+05
+ 8 05  4  2  2  0  0.0-2.513825893400D-05-1.023181539490D-12 0.000000000000D+00
+    1.770000000000D+02-9.103125000000D+01 4.246248241910D-09 1.641484722950D+00
+   -4.582107067110D-06 9.152995422480D-03 8.529052138330D-06 5.153750507350D+03
+    5.256000000000D+05 7.450580596920D-08-1.439610918170D+00 6.705522537230D-08
+    9.676486410790D-01 2.135000000000D+02 2.536277812730D+00-7.788181655140D-09
+    6.571702210190D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 1.770000000000D+02
+    5.184180000000D+05
+11 05  4  2  0  0  0.0 2.101357094940D-04 3.979039320260D-12 0.000000000000D+00
+    2.240000000000D+02 7.043750000000D+01 5.822385240610D-09 1.063119868670D+00
+    3.591179847720D-06 4.108081571760D-03 7.575377821920D-06 5.153675613400D+03
+    5.184000000000D+05 4.470348358150D-08 1.543293829710D+00 1.303851604460D-08
+    9.022531351960D-01 2.021875000000D+02 2.362906364190D-01-8.617144331420D-09
+   -3.150131266950D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 4.800000000000D+02
+    5.112180000000D+05
+11 05  4  2  2  0  0.0 2.101645804940D-04 3.979039320260D-12 0.000000000000D+00
+    2.250000000000D+02 6.296875000000D+01 5.762025523380D-09 2.113136624420D+00
+    3.255903720860D-06 4.107686574570D-03 7.590278983120D-06 5.153676961900D+03
+    5.256000000000D+05-3.352761268620D-08 1.543231477210D+00 5.774199962620D-08
+    9.022511544050D-01 2.005625000000D+02 2.364631203120D-01-8.586786393040D-09
+   -2.471531590500D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 4.810000000000D+02
+    5.184180000000D+05
+15 05  4  2  0  0  0.0 4.110522568230D-04 5.343281372920D-12 0.000000000000D+00
+    1.590000000000D+02 6.434375000000D+01 4.409826726000D-09 4.683908069060D-01
+    3.276392817500D-06 9.006852167660D-03 7.579103112220D-06 5.153564750670D+03
+    5.184000000000D+05 5.029141902920D-08 1.740895471900D+00-1.098960638050D-07
+    9.620577178170D-01 2.342812500000D+02 2.369334550580D+00-8.109980242920D-09
+   -1.621496131810D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.328306436540D-09 1.590000000000D+02
+    5.112180000000D+05
+16 05  4  2  0  0  0.0 1.807697117330D-06 1.136868377220D-13 0.000000000000D+00
+    6.400000000000D+01-8.156250000000D+00 4.586976576350D-09-7.656040961980D-01
+   -4.302710294720D-07 2.747361431830D-03 8.367002010350D-06 5.153725072860D+03
+    5.184000000000D+05-7.264316082000D-08-4.258463579130D-01 6.891787052150D-08
+    9.616409207530D-01 2.218125000000D+02-1.171536430550D+00-7.927115852620D-09
+    2.664396758780D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-9.778887033460D-09 5.760000000000D+02
+    5.112180000000D+05
+19 05  4  2  0  0  0.0-1.746229827400D-05-9.094947017730D-13 0.000000000000D+00
+    1.420000000000D+02 2.984375000000D+01 4.638407435920D-09-1.980245010040D+00
+    1.588836312290D-06 3.163279267030D-03 7.713213562970D-06 5.153663715360D+03
+    5.184000000000D+05 9.872019290920D-08 6.736887601720D-01 5.029141902920D-08
+    9.595385289970D-01 2.278750000000D+02-1.712122044250D+00-7.898186105140D-09
+   -1.821504475030D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 3.980000000000D+02
+    5.112180000000D+05
+19 05  4  2  2  0  0.0-1.746835187080D-05-9.094947017730D-13 0.000000000000D+00
+    1.430000000000D+02 2.784375000000D+01 4.644836515410D-09-9.299754254840D-01
+    1.532956957820D-06 3.163182060230D-03 7.888302206990D-06 5.153664176940D+03
+    5.256000000000D+05-3.911554813390D-08 6.736314298760D-01 8.009374141690D-08
+    9.595365569830D-01 2.295625000000D+02-1.712204080310D+00-8.035692111720D-09
+   -1.896507534350D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 3.990000000000D+02
+    5.184180000000D+05
+20 05  4  1 23 59 44.0-7.536308839920D-05 2.273736754430D-12 0.000000000000D+00
+    7.300000000000D+01 6.643750000000D+01 4.570547496030D-09-1.360403297570D+00
+    3.520399332050D-06 2.565596834760D-03 3.626570105550D-06 5.153752218250D+03
+    5.183840000000D+05 3.911554813390D-08 2.705221236470D+00 5.587935447690D-09
+    9.619379867500D-01 3.139375000000D+02 1.398322896370D+00-8.266415996160D-09
+    6.785996764510D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.300000000000D+01
+    5.127180000000D+05
+20 05  4  2  2  0  0.0-7.534679025410D-05 2.273736754430D-12 0.000000000000D+00
+    7.400000000000D+01 5.706250000000D+01 4.576262035980D-09-3.085393151690D-01
+    2.902001142500D-06 2.564652008000D-03 4.146248102190D-06 5.153748853680D+03
+    5.256000000000D+05 1.676380634310D-08 2.705161779090D+00 3.911554813390D-08
+    9.619385207150D-01 3.038125000000D+02 1.398927295120D+00-8.240343518650D-09
+    5.000208233570D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.400000000000D+01
+    5.184180000000D+05
+22 05  4  2  0  0  0.0 1.929607242350D-05 7.958078640510D-13 0.000000000000D+00
+    1.390000000000D+02 5.112500000000D+01 4.503044603870D-09-2.872409464250D+00
+    2.697110176090D-06 4.795031039980D-03 4.388391971590D-06 5.153689493180D+03
+    5.184000000000D+05 8.381903171540D-08 2.766826397680D+00 9.499490261080D-08
+    9.596223439620D-01 2.931250000000D+02-1.482831898010D+00-8.136767704060D-09
+    4.928776831110D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 3.950000000000D+02
+    5.112180000000D+05
+23 05  4  2  2  0  0.0 2.059829421340D-04-2.046363078990D-12 0.000000000000D+00
+    2.170000000000D+02-5.781250000000D+01 4.597334513080D-09-2.243261010750D+00
+   -2.888962626460D-06 3.750981763010D-03 4.192814230920D-06 5.153699323650D+03
+    5.256000000000D+05-5.215406417850D-08-2.526289084160D+00 4.470348358150D-08
+    9.641021429070D-01 3.020000000000D+02 2.231894652220D+00-8.177840626900D-09
+    2.321525263690D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 4.730000000000D+02
+    5.215680000000D+05
+24 05  4  1 23 59 44.0 5.968846380710D-06 2.955857780760D-12 0.000000000000D+00
+    4.900000000000D+01 8.450000000000D+01 4.263748909490D-09 1.380203778200D+00
+    4.235655069350D-06 8.682943764140D-03 8.061528205870D-06 5.153602882390D+03
+    5.183840000000D+05 1.341104507450D-07 1.716019215590D+00-2.160668373110D-07
+    9.652668319690D-01 2.235000000000D+02-1.177364492840D+00-7.859256356820D-09
+   -2.200091636650D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 4.900000000000D+01
+    5.136480000000D+05
+24 05  4  2  2  0  0.0 5.990266799930D-06 2.955857780760D-12 0.000000000000D+00
+    5.000000000000D+01 8.150000000000D+01 4.243033924210D-09 2.432778399400D+00
+    4.226341843610D-06 8.683477994050D-03 7.724389433860D-06 5.153602262500D+03
+    5.256000000000D+05 1.452863216400D-07 1.715963500360D+00-3.911554813390D-08
+    9.652654070870D-01 2.299375000000D+02-1.177383722900D+00-7.744251462330D-09
+   -2.696540768450D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.060000000000D+02
+    5.184180000000D+05
+27 05  4  2  0  0  0.0 3.523472696540D-05 7.503331289630D-12 0.000000000000D+00
+    5.000000000000D+01-9.068750000000D+01 4.723410995670D-09-6.577204095410D-01
+   -4.580244421960D-06 1.906045328360D-02 8.469447493550D-06 5.153626186370D+03
+    5.184000000000D+05-1.322478055950D-07-1.534919492680D+00 3.129243850710D-07
+    9.525869631850D-01 2.122187500000D+02-2.053527948470D+00-8.391420891480D-09
+    1.289339468520D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.000000000000D+01
+    5.112180000000D+05
+27 05  4  2  2  0  0.0 3.528874367480D-05 7.503331289630D-12 0.000000000000D+00
+    5.100000000000D+01-8.406250000000D+01 4.725911217920D-09 3.925062208200D-01
+   -4.176050424580D-06 1.906126341780D-02 8.611008524890D-06 5.153627811430D+03
+    5.256000000000D+05-2.942979335780D-07-1.534979728330D+00 1.341104507450D-07
+    9.525877663270D-01 2.129062500000D+02-2.053544107860D+00-8.388206573780D-09
+    3.571577408820D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.100000000000D+01
+    5.184180000000D+05
+28 05  4  2  0  0  0.0 4.686601459980D-05-1.136868377220D-13 0.000000000000D+00
+    1.110000000000D+02-2.118750000000D+01 4.513045048780D-09-1.942447522480D+00
+   -1.190230250360D-06 9.983274503610D-03 8.240342140200D-06 5.153637123110D+03
+    5.184000000000D+05 1.061707735060D-07-4.156684433110D-01-1.341104507450D-07
+    9.596524230210D-01 2.193125000000D+02-2.336744732470D+00-7.693177650480D-09
+    3.071556620160D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.110000000000D+02
+    5.117580000000D+05
+28 05  4  2  2  0  0.0 4.686508327720D-05-1.136868377220D-13 0.000000000000D+00
+    1.120000000000D+02-1.531250000000D+01 4.687338073240D-09-8.923215057780D-01
+   -7.990747690200D-07 9.983312920670D-03 8.249655365940D-06 5.153635662080D+03
+    5.256000000000D+05 1.639127731320D-07-4.157236070250D-01 2.272427082060D-07
+    9.596528838400D-01 2.199062500000D+02-2.336667025180D+00-7.999975792930D-09
+    1.442917313410D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.120000000000D+02
+    5.184180000000D+05
+13 05  4  2  2  0  0.0-7.071997970340D-06 1.250555214940D-12 0.000000000000D+00
+    2.030000000000D+02-6.265625000000D+01 4.081241566920D-09-1.395829108190D+00
+   -3.190711140630D-06 2.501061768270D-03 4.086643457410D-06 5.153751661300D+03
+    5.256000000000D+05 5.587935447690D-09-2.509149236050D+00 1.490116119380D-08
+    9.875983291150D-01 3.161875000000D+02 9.046799773120D-01-7.977475569020D-09
+    2.178662111830D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 7.150000000000D+02
+    5.241480000000D+05
+ 1 05  4  2  4  0  0.0 3.966721706090D-04 1.705302565820D-12 0.000000000000D+00
+    1.410000000000D+02-4.803125000000D+01 4.075169535160D-09-2.361518467480D+00
+   -2.451241016390D-06 5.959131638520D-03 3.654509782790D-06 5.153633546830D+03
+    5.328000000000D+05 1.061707735060D-07-2.493242071960D+00 4.097819328310D-08
+    9.833922918820D-01 3.199687500000D+02-1.650427241270D+00-7.889614295210D-09
+    8.286059338670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-3.259629011150D-09 3.970000000000D+02
+    5.256180000000D+05
+ 2 05  4  2  4  0  0.0-2.647563815120D-05 4.547473508860D-13 0.000000000000D+00
+    7.200000000000D+01 7.578125000000D+01 4.471614634130D-09-7.560259765450D-01
+    3.995373845100D-06 9.560666163450D-03 8.581206202510D-06 5.153678316120D+03
+    5.328000000000D+05-1.508742570880D-07 1.666195593450D+00 7.450580596920D-09
+    9.553240697450D-01 2.152812500000D+02 1.794482872120D+00-8.086407987660D-09
+   -1.532206722610D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.200000000000D+01
+    5.284380000000D+05
+ 4 05  4  2  4  0  0.0 3.066705539820D-04-2.273736754430D-11 0.000000000000D+00
+    1.440000000000D+02 7.521875000000D+01 4.499830286160D-09 1.621699869210D+00
+    4.060566425320D-06 7.038521813230D-03 7.804483175280D-06 5.153592033390D+03
+    5.328000000000D+05-9.313225746150D-09 1.686220854370D+00 5.587935447690D-08
+    9.549840276040D-01 2.269375000000D+02 3.833614716300D-02-7.961046044610D-09
+   -3.114415392250D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.000000000000D+02
+    5.256180000000D+05
+ 7 05  4  2  4  0  0.0-1.365416683260D-04-3.399236447880D-11 0.000000000000D+00
+    7.500000000000D+01 2.146875000000D+01 5.218788956540D-09-1.516010057890D+00
+    1.247972249980D-06 1.308943575710D-02 7.318332791330D-06 5.153695444110D+03
+    5.328000000000D+05 2.048909664150D-07 5.634761810790D-01 3.427267074580D-07
+    9.365191429010D-01 2.260000000000D+02-1.804746193350D+00-8.209627644360D-09
+   -2.785830455210D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 7.500000000000D+01
+    5.256180000000D+05
+11 05  4  2  4  0  0.0 2.101929858330D-04 3.979039320260D-12 0.000000000000D+00
+    2.260000000000D+02 5.709375000000D+01 5.694880123030D-09-3.119964154410D+00
+    3.036111593250D-06 4.107797634790D-03 7.849186658860D-06 5.153677156450D+03
+    5.328000000000D+05-2.048909664150D-08 1.543169727440D+00 1.117587089540D-08
+    9.022496081010D-01 1.980625000000D+02 2.365656518520D-01-8.545355534300D-09
+   -2.328668369240D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 7.380000000000D+02
+    5.256180000000D+05
+13 05  4  2  4  0  0.0-7.063150405880D-06 1.250555214940D-12 0.000000000000D+00
+    1.980000000000D+02-5.418750000000D+01 4.071241122010D-09-3.458233828520D-01
+   -2.793967723850D-06 2.501539071090D-03 4.161149263380D-06 5.153751787190D+03
+    5.328000000000D+05-1.117587089540D-08-2.509206746280D+00 5.587935447690D-09
+    9.875984051860D-01 3.161875000000D+02 9.048050319390D-01-7.996404427500D-09
+    2.428672540860D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.540000000000D+02
+    5.256180000000D+05
+20 05  4  2  4  0  0.0-7.533002644780D-05 2.273736754430D-12 0.000000000000D+00
+    7.500000000000D+01 5.721875000000D+01 4.409112186470D-09 7.414078598020D-01
+    2.907589077950D-06 2.567435032690D-03 4.868954420090D-06 5.153754198070D+03
+    5.328000000000D+05-2.607703208920D-08 2.705102390460D+00 5.401670932770D-08
+    9.619389039990D-01 2.836250000000D+02 1.399113123750D+00-8.227842407390D-09
+    6.750280889810D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.500000000000D+01
+    5.256180000000D+05
+23 05  4  2  3 59 44.0 2.059680409730D-04-2.046363078990D-12 0.000000000000D+00
+    2.380000000000D+02-4.471875000000D+01 4.544475018520D-09-1.194923680570D+00
+   -2.419576048850D-06 3.750898991710D-03 4.034489393230D-06 5.153702886580D+03
+    5.327840000000D+05-3.539025783540D-08-2.526348529840D+00-7.078051567080D-08
+    9.641020946310D-01 3.066875000000D+02 2.231388653720D+00-8.275344853810D-09
+    7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.380000000000D+02
+    5.282760000000D+05
+23 05  4  2  4  0  0.0 2.059680409730D-04-2.046363078990D-12 0.000000000000D+00
+    2.120000000000D+02-4.471875000000D+01 4.544475018520D-09-1.192589220270D+00
+   -2.419576048850D-06 3.750889445660D-03 4.034489393230D-06 5.153702890400D+03
+    5.328000000000D+05-3.539025783540D-08-2.526348655650D+00-7.078051567080D-08
+    9.641020800010D-01 3.066875000000D+02 2.231387859360D+00-8.275344853810D-09
+    7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 7.240000000000D+02
+    5.256180000000D+05
+24 05  4  2  4  0  0.0 6.012152880430D-06 2.955857780760D-12 0.000000000000D+00
+    5.100000000000D+01 7.487500000000D+01 4.242676876490D-09-2.800142873530D+00
+    3.909692168240D-06 8.683108841070D-03 7.770955562590D-06 5.153602817540D+03
+    5.328000000000D+05 1.043081283570D-07 1.715907333080D+00 7.823109626770D-08
+    9.652638783380D-01 2.305625000000D+02-1.177424504660D+00-7.731750351070D-09
+   -1.807218125150D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.070000000000D+02
+    5.256180000000D+05
+28 05  4  2  4  0  0.0 4.686415195470D-05-1.136868377220D-13 0.000000000000D+00
+    1.130000000000D+02-9.343750000000D+00 4.759483918090D-09 1.579086911770D-01
+   -4.060566425320D-07 9.984222240750D-03 8.072704076770D-06 5.153637456890D+03
+    5.328000000000D+05-2.793967723850D-08-4.157821500810D-01 1.434236764910D-07
+    9.596533958620D-01 2.230625000000D+02-2.336691811400D+00-8.144624530360D-09
+    1.575065633470D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.130000000000D+02
+    5.256180000000D+05
+ 5 05  4  2  3 59 44.0 8.861301466820D-05 2.614797267600D-12 0.000000000000D+00
+    1.590000000000D+02-2.475000000000D+01 5.148785842120D-09 1.374364400250D+00
+   -1.316890120510D-06 5.943908356130D-03 8.510425686840D-06 5.153576751710D+03
+    5.327840000000D+05-1.173466444020D-07-5.060844228930D-01 7.264316082000D-08
+    9.367389229360D-01 2.023437500000D+02 9.363812409290D-01-8.227485359670D-09
+    2.264380072340D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.710000000000D+02
+    5.299920000000D+05
+10 05  4  2  4  0  0.0 6.130244582890D-05 6.821210263300D-13 0.000000000000D+00
+    2.500000000000D+01 6.637500000000D+01 4.101242456760D-09-4.121439854630D-01
+    3.596767783160D-06 6.581394700330D-03 3.887340426450D-06 5.153631450650D+03
+    5.328000000000D+05 8.940696716310D-08 2.729628786990D+00-1.490116119380D-08
+    9.783021986250D-01 3.117812500000D+02 3.369675629090D-01-8.148196783960D-09
+    1.153619491600D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.810000000000D+02
+    5.311980000000D+05
+ 2 05  4  2  6  0  0.0-2.647237852220D-05 4.547473508860D-13 0.000000000000D+00
+    7.300000000000D+01 6.462500000000D+01 4.550903653920D-09 2.940472463740D-01
+    3.395602107050D-06 9.559576632450D-03 8.242204785350D-06 5.153675828930D+03
+    5.400000000000D+05-7.636845111850D-08 1.666138105160D+00-1.937150955200D-07
+    9.553224868680D-01 2.240625000000D+02 1.794588894190D+00-8.108552052020D-09
+   -3.107272217310D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.300000000000D+01
+    5.328180000000D+05
+ 4 05  4  2  6  0  0.0 3.065071068700D-04-2.273736754430D-11 0.000000000000D+00
+    1.450000000000D+02 6.221875000000D+01 4.476258030910D-09 2.671713931720D+00
+    3.227964043620D-06 7.037439616400D-03 8.068978786470D-06 5.153595527650D+03
+    5.400000000000D+05-4.656612873080D-08 1.686163442150D+00 2.980232238770D-08
+    9.549819575750D-01 2.236562500000D+02 3.855185443380D-02-7.933187440300D-09
+   -2.853690339590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.010000000000D+02
+    5.328180000000D+05
+ 5 05  4  2  6  0  0.0 8.863164111970D-05 2.614797267600D-12 0.000000000000D+00
+    1.600000000000D+02-1.975000000000D+01 5.133070857260D-09 2.427121798430D+00
+   -1.138076186180D-06 5.944230942990D-03 8.694827556610D-06 5.153574672700D+03
+    5.400000000000D+05-5.029141902920D-08-5.061435598940D-01-6.891787052150D-08
+    9.367413674720D-01 1.961562500000D+02 9.362032301310D-01-8.081765479060D-09
+    2.721541880750D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.720000000000D+02
+    5.328180000000D+05
+ 7 05  4  2  6  0  0.0-1.367861405010D-04-3.399236447880D-11 0.000000000000D+00
+    7.000000000000D+01 2.050000000000D+01 5.399153568670D-09-4.658157287630D-01
+    1.132488250730D-06 1.308940153100D-02 7.353723049160D-06 5.153695846560D+03
+    5.400000000000D+05-1.303851604460D-07 5.634147824070D-01 1.043081283570D-07
+    9.365157284510D-01 2.287812500000D+02-1.804767118930D+00-8.604644108350D-09
+   -2.035799029350D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 3.260000000000D+02
+    5.328180000000D+05
+ 8 05  4  2  6  0  0.0-2.515222877260D-05-1.023181539490D-12 0.000000000000D+00
+    1.730000000000D+02-8.281250000000D+01 4.326251801250D-09-2.541373662570D+00
+   -4.164874553680D-06 9.153359918860D-03 8.400529623030D-06 5.153750244140D+03
+    5.400000000000D+05-8.754432201390D-08-1.439723223460D+00 1.285225152970D-07
+    9.676502649180D-01 2.236250000000D+02 2.536216569130D+00-7.779609845220D-09
+    1.496490847910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.410000000000D+02
+    5.361480000000D+05
+10 05  4  2  6  0  0.0 6.130710244180D-05 6.821210263300D-13 0.000000000000D+00
+    2.600000000000D+01 5.946875000000D+01 4.065526582050D-09 6.380613609030D-01
+    3.218650817870D-06 6.579892826270D-03 4.366040229800D-06 5.153628620150D+03
+    5.400000000000D+05 5.774199962620D-08 2.729570940280D+00 1.471489667890D-07
+    9.783033192200D-01 3.031875000000D+02 3.369666705290D-01-8.024620079540D-09
+    4.857345081710D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.820000000000D+02
+    5.328180000000D+05
+13 05  4  2  6  0  0.0-7.054768502710D-06 1.250555214940D-12 0.000000000000D+00
+    1.990000000000D+02-4.393750000000D+01 3.985880514530D-09 7.043994439210D-01
+   -2.477318048480D-06 2.502713701690D-03 3.959983587270D-06 5.153753898620D+03
+    5.400000000000D+05 3.725290298460D-08-2.509264598840D+00 1.862645149230D-08
+    9.875986363270D-01 3.171562500000D+02 9.047107497940D-01-8.017119412780D-09
+    6.071681352140D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.550000000000D+02
+    5.328180000000D+05
+20 05  4  2  6  0  0.0-7.531372830270D-05 2.273736754430D-12 0.000000000000D+00
+    7.600000000000D+01 6.734375000000D+01 4.381611073970D-09 1.792260990680D+00
+    3.529712557790D-06 2.566976007070D-03 5.407258868220D-06 5.153750606540D+03
+    5.400000000000D+05-1.862645149230D-08 2.705043186170D+00-5.215406417850D-08
+    9.619399338940D-01 2.742812500000D+02 1.398391916840D+00-8.134267481810D-09
+    1.089331055910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 7.600000000000D+01
+    5.328180000000D+05
+23 05  4  2  5 59 44.0 2.059531398120D-04-2.046363078990D-12 0.000000000000D+00
+    2.390000000000D+02-3.996875000000D+01 4.531974351350D-09-1.449011316680D-01
+   -2.225860953330D-06 3.749701892960D-03 3.332272171970D-06 5.153700489040D+03
+    5.399840000000D+05 1.862645149230D-08-2.526408325150D+00-3.911554813390D-08
+    9.641027807390D-01 3.158437500000D+02 2.231529670250D+00-8.290345299140D-09
+    1.028614277090D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.390000000000D+02
+    5.328180000000D+05
+24 05  4  2  6  0  0.0 6.033573299650D-06 2.955857780760D-12 0.000000000000D+00
+    5.200000000000D+01 6.928125000000D+01 4.265892084020D-09-1.749961200110D+00
+    3.818422555920D-06 8.682775078340D-03 8.298084139820D-06 5.153602722170D+03
+    5.400000000000D+05-6.146728992460D-08 1.715851405720D+00 2.235174179080D-07
+    9.652616005740D-01 2.260312500000D+02-1.177384660630D+00-7.923187439470D-09
+   -2.196520049180D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.080000000000D+02
+    5.328180000000D+05
+27 05  4  2  6  0  0.0 3.539677709340D-05 7.503331289630D-12 0.000000000000D+00
+    4.700000000000D+01-9.278125000000D+01 4.535189113140D-09 2.492809400770D+00
+   -5.001202225690D-06 1.906029810200D-02 7.374212145810D-06 5.153631595610D+03
+    5.400000000000D+05 1.098960638050D-07-1.535098264190D+00-2.775341272350D-07
+    9.525912144250D-01 2.329062500000D+02-2.053427157800D+00-7.754965558600D-09
+    1.128618448700D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.030000000000D+02
+    5.337780000000D+05
+ 6 05  4  2  5 59 44.0 3.031250089410D-04 6.230038707140D-11 0.000000000000D+00
+    9.600000000000D+01 2.271875000000D+01 5.215574194750D-09-2.646197242060D+00
+    1.009553670880D-06 6.305270129810D-03 7.295981049540D-06 5.153574529650D+03
+    5.399840000000D+05 8.754432201390D-08 5.906639620620D-01-1.117587089540D-08
+    9.349040067330D-01 2.223437500000D+02-1.933935075750D+00-8.112123417450D-09
+   -1.967939144980D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.600000000000D+01
+    5.392980000000D+05
+29 05  4  2  6  0  0.0 4.602363333110D-05-2.364686224610D-11 0.000000000000D+00
+    9.000000000000D+00-5.728125000000D+01 4.177674206570D-09 9.129170531280D-01
+   -3.166496753690D-06 8.817333495240D-03 3.965571522710D-06 5.153608514790D+03
+    5.400000000000D+05-7.264316082000D-08-2.540766392110D+00-2.216547727580D-07
+    9.827397236260D-01 3.148437500000D+02-1.157869551420D+00-8.153911323920D-09
+    2.785830247040D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 5.210000000000D+02
+    5.373780000000D+05
+ 2 05  4  2  8  0  0.0-2.646958455440D-05 4.547473508860D-13 0.000000000000D+00
+    7.400000000000D+01 5.196875000000D+01 4.576976575520D-09 1.344134415290D+00
+    2.456828951840D-06 9.560935781340D-03 8.000060915950D-06 5.153678812030D+03
+    5.472000000000D+05 8.754432201390D-08 1.666079727410D+00-1.993030309680D-07
+    9.553202178820D-01 2.244375000000D+02 1.794680249030D+00-8.077122082280D-09
+   -3.403713144670D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.400000000000D+01
+    5.400180000000D+05
+ 4 05  4  2  8  0  0.0 3.063436597590D-04-2.273736754430D-11 0.000000000000D+00
+    1.460000000000D+02 5.678125000000D+01 4.532331843170D-09-2.561287228240D+00
+    2.941116690640D-06 7.038812851530D-03 8.553266525270D-06 5.153592939380D+03
+    5.472000000000D+05-7.264316082000D-08 1.686106179150D+00-7.450580596920D-09
+    9.549797807520D-01 2.144375000000D+02 3.859679527720D-02-7.967117632290D-09
+   -2.760829342920D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.020000000000D+02
+    5.400180000000D+05
+ 6 05  4  2  8  0  0.0 3.035748377440D-04 6.230038707140D-11 0.000000000000D+00
+    9.700000000000D+01 2.290625000000D+01 5.231289179620D-09-1.593619545820D+00
+    1.156702637670D-06 6.305410293860D-03 7.169321179390D-06 5.153574361800D+03
+    5.472000000000D+05 1.322478055950D-07 5.906056472220D-01 1.080334186550D-07
+    9.349022175840D-01 2.240937500000D+02-1.933932403000D+00-8.193555167680D-09
+   -2.460816828090D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.700000000000D+01
+    5.400180000000D+05
+ 8 05  4  2  8  0  0.0-2.515921369190D-05-1.023181539490D-12 0.000000000000D+00
+    1.740000000000D+02-8.831250000000D+01 4.365539041370D-09-1.491293814100D+00
+   -4.731118679050D-06 9.153086226430D-03 8.311122655870D-06 5.153749649050D+03
+    5.472000000000D+05-1.098960638050D-07-1.439780597650D+00-1.005828380580D-07
+    9.676508544740D-01 2.282500000000D+02 2.536269585280D+00-7.971403093170D-09
+    2.357241069010D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.420000000000D+02
+    5.400180000000D+05
+10 05  4  2  8  0  0.0 6.131175905470D-05 6.821210263300D-13 0.000000000000D+00
+    2.700000000000D+01 6.178125000000D+01 4.002666642580D-09 1.687888537090D+00
+    3.319233655930D-06 6.580939516430D-03 5.479902029040D-06 5.153633712770D+03
+    5.472000000000D+05-5.029141902920D-08 2.729513542690D+00 1.005828380580D-07
+    9.783034084580D-01 2.841875000000D+02 3.373427370280D-01-7.993190109800D-09
+    3.571577441350D-13 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 2.830000000000D+02
+    5.400180000000D+05
+13 05  4  2  8  0  0.0-7.045920938250D-06 1.250555214940D-12 0.000000000000D+00
+    2.000000000000D+02-4.059375000000D+01 3.960522132470D-09 1.754806652500D+00
+   -2.166256308560D-06 2.502077259120D-03 3.494322299960D-06 5.153752262120D+03
+    5.472000000000D+05-5.587935447690D-09-2.509322422140D+00 2.235174179080D-08
+    9.875992595300D-01 3.248437500000D+02 9.044325539780D-01-7.997475570680D-09
+    9.107522375150D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.560000000000D+02
+    5.400180000000D+05
+24 05  4  2  8  0  0.0 6.054993718860D-06 2.955857780760D-12 0.000000000000D+00
+    5.300000000000D+01 5.981250000000D+01 4.289107291560D-09-6.999126507660D-01
+    3.118067979810D-06 8.682714309540D-03 8.737668395040D-06 5.153599964140D+03
+    5.472000000000D+05-1.955777406690D-07 1.715793864760D+00 1.005828380580D-07
+    9.652598494610D-01 2.182187500000D+02-1.177209088510D+00-7.983190108970D-09
+   -2.325096781770D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.396983861920D-09 3.090000000000D+02
+    5.400180000000D+05
+26 05  4  2  7 59 44.0 1.648720353840D-05 2.501110429880D-12 0.000000000000D+00
+    1.120000000000D+02-4.818750000000D+01 4.123386077030D-09-1.559967713550D-01
+   -2.374872565270D-06 1.623047969770D-02 3.805384039880D-06 5.153560287480D+03
+    5.471840000000D+05 6.332993507390D-08-2.507414351260D+00 1.583248376850D-07
+    9.858613362590D-01 3.189375000000D+02 6.707881359440D-01-8.270344409310D-09
+    4.464471847760D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 8.800000000000D+02
+    5.430780000000D+05
+26 05  4  2  8  0  0.0 1.648114994170D-05 2.501110429880D-12 0.000000000000D+00
+    8.500000000000D+01-4.818750000000D+01 4.123386077030D-09-1.536621691490D-01
+   -2.374872565270D-06 1.623048668260D-02 3.805384039880D-06 5.153560308460D+03
+    5.472000000000D+05 6.332993507390D-08-2.507414466830D+00 1.583248376850D-07
+    9.858613245560D-01 3.189375000000D+02 6.707873079320D-01-8.270344409310D-09
+    4.464471847760D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.053596735000D-09 5.970000000000D+02
+    5.401380000000D+05
+27 05  4  2  8  0  0.0 3.545079380270D-05 7.503331289630D-12 0.000000000000D+00
+    4.800000000000D+01-1.041562500000D+02 4.604120196210D-09-2.740155641200D+00
+   -5.558133125310D-06 1.906190160660D-02 7.042661309240D-06 5.153628631590D+03
+    5.472000000000D+05 3.110617399220D-07-1.535154813290D+00-1.527369022370D-07
+    9.525921448410D-01 2.366250000000D+02-2.053439036700D+00-7.805325275000D-09
+    2.396528531180D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.040000000000D+02
+    5.400180000000D+05
+29 05  4  2  8  0  0.0 4.585366696120D-05-2.364686224610D-11 0.000000000000D+00
+    1.000000000000D+01-4.312500000000D+01 4.028382072360D-09 1.962853384950D+00
+   -2.317130565640D-06 8.817275171170D-03 3.183260560040D-06 5.153613147740D+03
+    5.472000000000D+05 1.266598701480D-07-2.540823728260D+00-5.774199962620D-08
+    9.827408398320D-01 3.262187500000D+02-1.157589344090D+00-7.910329280490D-09
+   -1.964367557510D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 5.220000000000D+02
+    5.400180000000D+05
+21 05  4  2  8  0  0.0 9.646546095610D-05 1.591615728100D-12 0.000000000000D+00
+    1.960000000000D+02 6.721875000000D+01 4.613049497950D-09-1.715632769690D+00
+    3.283843398090D-06 9.617787436580D-03 8.046627044680D-06 5.153636754990D+03
+    5.472000000000D+05-4.842877388000D-08 1.708947794360D+00-1.452863216400D-07
+    9.485840740710D-01 2.209687500000D+02 3.130130626070D+00-7.978189664470D-09
+   -1.800074950210D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.960000000000D+02
+    5.462280000000D+05
+ 2 05  4  2 10  0  0.0-2.646679058670D-05 4.547473508860D-13 0.000000000000D+00
+    7.500000000000D+01 5.318750000000D+01 4.533045938620D-09 2.394349531020D+00
+    2.779066562650D-06 9.560630074700D-03 8.095055818560D-06 5.153678369520D+03
+    5.544000000000D+05 1.098960638050D-07 1.666023245610D+00 6.146728992460D-08
+    9.553183248660D-01 2.182812500000D+02 1.794643376180D+00-7.848541372370D-09
+   -4.410898035710D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.722946763040D-08 7.500000000000D+01
+    5.472180000000D+05
+ 4 05  4  2 10  0  0.0 3.061797469850D-04-2.273736754430D-11 0.000000000000D+00
+    1.470000000000D+02 5.759375000000D+01 4.489472793520D-09-1.510974489060D+00
+    2.902001142500D-06 7.038777694110D-03 8.720904588700D-06 5.153593931200D+03
+    5.544000000000D+05-8.754432201390D-08 1.686048885420D+00-8.940696716310D-08
+    9.549777604630D-01 2.092187500000D+02 3.851423988410D-02-7.972118076790D-09
+   -3.089414279960D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.053596735000D-09 4.030000000000D+02
+    5.472180000000D+05
+ 6 05  4  2 10  0  0.0 3.040232695640D-04 6.230038707140D-11 0.000000000000D+00
+    9.800000000000D+01 2.290625000000D+01 5.373795186610D-09-5.432996120040D-01
+    1.192092895510D-06 6.305583287030D-03 7.046386599540D-06 5.153575281140D+03
+    5.544000000000D+05-1.303851604460D-07 5.905453735340D-01 3.352761268620D-08
+    9.348992449350D-01 2.277187500000D+02-1.934005328000D+00-8.479996260750D-09
+   -2.217949574000D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 9.800000000000D+01
+    5.472180000000D+05
+ 8 05  4  2 10  0  0.0-2.516666427250D-05-1.023181539490D-12 0.000000000000D+00
+    1.750000000000D+02-9.625000000000D+01 4.325180213980D-09-4.412365238210D-01
+   -5.170702934270D-06 9.153246646750D-03 7.847324013710D-06 5.153748723980D+03
+    5.544000000000D+05-1.862645149230D-09-1.439838066920D+00-1.266598701480D-07
+    9.676526187530D-01 2.315937500000D+02 2.536346444070D+00-8.002833062900D-09
+    2.242950547520D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-3.725290298460D-09 9.430000000000D+02
+    5.472180000000D+05
+ 9 05  4  2  9 59 44.0-3.677420318130D-05-1.932676241270D-12 0.000000000000D+00
+    6.400000000000D+01-8.268750000000D+01 4.738411441000D-09-8.852734722220D-01
+   -4.097819328310D-06 1.653922407420D-02 7.458031177520D-06 5.153679412840D+03
+    5.543840000000D+05-3.911554813390D-08-1.513223055590D+00 3.334134817120D-07
+    9.548525844140D-01 2.351250000000D+02 1.131391780170D+00-8.323203459780D-09
+    1.096474230860D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 3.200000000000D+02
+    5.479680000000D+05
+10 05  4  2 10  0  0.0 6.131641566750D-05 6.821210263300D-13 0.000000000000D+00
+    2.200000000000D+01 7.165625000000D+01 4.009452769790D-09 2.738275377460D+00
+    3.725290298460D-06 6.582169909960D-03 5.908310413360D-06 5.153630510330D+03
+    5.544000000000D+05-7.636845111850D-08 2.729455940290D+00-3.911554813390D-08
+    9.783041135850D-01 2.759375000000D+02 3.371585073650D-01-7.877471119850D-09
+    6.428839405270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.340000000000D+02
+    5.472180000000D+05
+18 05  4  2 10  0  0.0-1.416313461960D-04-3.524291969370D-12 0.000000000000D+00
+    2.000000000000D+02 6.396875000000D+01 4.295535926960D-09-2.095456384600D+00
+    3.358349204060D-06 5.655155866410D-03 4.747882485390D-06 5.153733098980D+03
+    5.544000000000D+05-3.166496753690D-08 2.757450292380D+00-3.725290298460D-08
+    9.621843948190D-01 2.903437500000D+02-2.814756810720D+00-8.012119856460D-09
+    1.221479445370D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.000000000000D+02
+    5.505180000000D+05
+21 05  4  2 10  0  0.0 9.647663682700D-05 1.591615728100D-12 0.000000000000D+00
+    1.970000000000D+02 5.484375000000D+01 4.627692895550D-09-6.653487666070D-01
+    2.726912498470D-06 9.618774056430D-03 7.946044206620D-06 5.153638784410D+03
+    5.544000000000D+05 2.328306436540D-07 1.708891120920D+00-1.545995473860D-07
+    9.485819586920D-01 2.213437500000D+02 3.130050338200D+00-8.103551607520D-09
+   -3.639437362590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.970000000000D+02
+    5.472180000000D+05
+26 05  4  2  9 59 44.0 1.650536432860D-05 2.501110429880D-12 0.000000000000D+00
+    1.130000000000D+02-3.375000000000D+01 4.021238897420D-09 8.942385867750D-01
+   -1.706182956700D-06 1.623230951370D-02 3.846362233160D-06 5.153563707350D+03
+    5.543840000000D+05-1.043081283570D-07-2.507472945510D+00 1.396983861920D-07
+    9.858614752360D-01 3.194062500000D+02 6.707976361340D-01-8.192126976780D-09
+   -7.571743926290D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 8.810000000000D+02
+    5.472180000000D+05
+27 05  4  2 10  0  0.0 3.550527617340D-05 7.503331289630D-12 0.000000000000D+00
+    4.900000000000D+01-1.056875000000D+02 4.525188668230D-09-1.689934122280D+00
+   -5.327165126800D-06 1.906164607500D-02 6.878748536110D-06 5.153629262920D+03
+    5.544000000000D+05 3.948807716370D-07-1.535211024460D+00 5.960464477540D-08
+    9.525940656520D-01 2.341250000000D+02-2.053452150300D+00-7.866399087670D-09
+    2.560820999700D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 3.050000000000D+02
+    5.472180000000D+05
+28 05  4  2 10  0  0.0 4.686135798690D-05-1.136868377220D-13 0.000000000000D+00
+    1.100000000000D+02-2.575000000000D+01 4.593048608110D-09-2.974898905280D+00
+   -1.367181539540D-06 9.987237746830D-03 9.266659617420D-06 5.153641513820D+03
+    5.544000000000D+05 4.284083843230D-08-4.159547334530D-01-2.011656761170D-07
+    9.596593631040D-01 1.999687500000D+02-2.336464877700D+00-7.724250572490D-09
+    2.860833514530D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 3.660000000000D+02
+    5.480280000000D+05
+29 05  4  2 10  0  0.0 4.568323493000D-05-2.364686224610D-11 0.000000000000D+00
+    1.100000000000D+01-3.490625000000D+01 4.042311374520D-09 3.012996861580D+00
+   -1.849606633190D-06 8.817349211310D-03 3.132969141010D-06 5.153613744740D+03
+    5.544000000000D+05 1.769512891770D-07-2.540881411120D+00 1.024454832080D-07
+    9.827410036790D-01 3.278750000000D+02-1.157518862160D+00-7.928901979430D-09
+    1.085759537830D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 2.670000000000D+02
+    5.472180000000D+05
+10 05  4  2  9 59 44.0 6.130803376440D-05 5.684341886080D-13 0.000000000000D+00
+    5.000000000000D+01 7.165625000000D+01 4.009452769790D-09 2.735939773160D+00
+    3.725290298460D-06 6.582158966920D-03 5.908310413360D-06 5.153630489350D+03
+    5.543840000000D+05-7.636845111850D-08 2.729456048550D+00-3.911554813390D-08
+    9.783041004180D-01 2.759375000000D+02 3.371605086370D-01-7.877471119850D-09
+    6.428839405270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.000000000000D+01
+    5.518980000000D+05
+15 05  4  2 10  0  0.0 4.112450405960D-04 5.343281372920D-12 0.000000000000D+00
+    1.580000000000D+02 6.743750000000D+01 4.376611073550D-09-5.640540717560D-01
+    3.334134817120D-06 9.004832478240D-03 7.901340723040D-06 5.153559896470D+03
+    5.544000000000D+05-1.154839992520D-07 1.740612463080D+00-1.639127731320D-07
+    9.620487793880D-01 2.301250000000D+02 2.369824632530D+00-7.972118076790D-09
+   -2.775115692800D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 4.140000000000D+02
+    5.521680000000D+05
+ 5 05  4  2 12  0  0.0 8.868752047420D-05 2.614797267600D-12 0.000000000000D+00
+    1.630000000000D+02-2.234375000000D+01 5.219503051990D-09-7.051217699630D-01
+   -1.063570380210D-06 5.943123949690D-03 9.031966328620D-06 5.153579044340D+03
+    5.616000000000D+05 3.725290298460D-08-5.063195694200D-01 7.078051567080D-08
+    9.367475468380D-01 1.964687500000D+02 9.359961570030D-01-8.263201678460D-09
+    3.017982808110D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 4.190000000000D+02
+    5.545380000000D+05
+ 9 05  4  2 12  0  0.0-3.678863868120D-05-1.932676241270D-12 0.000000000000D+00
+    6.500000000000D+01-8.825000000000D+01 4.718410995250D-09 1.672537445730D-01
+   -4.688277840610D-06 1.653835026080D-02 7.156282663350D-06 5.153678010940D+03
+    5.616000000000D+05-1.806765794750D-07-1.513283618930D+00 1.788139343260D-07
+    9.548532193210D-01 2.429062500000D+02 1.131377044200D+00-8.384992256080D-09
+    9.000374751040D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.500000000000D+01
+    5.544180000000D+05
+10 05  4  2 11 59 44.0 6.131269037720D-05 5.684341886080D-13 0.000000000000D+00
+    5.100000000000D+01 8.196875000000D+01 3.970165529670D-09-2.496968023370D+00
+    4.176050424580D-06 6.580961984580D-03 5.889683961870D-06 5.153632814410D+03
+    5.615840000000D+05-3.352761268620D-08 2.729399091300D+00-1.061707735060D-07
+    9.783045071100D-01 2.774062500000D+02 3.370863006550D-01-7.912829502740D-09
+    9.286101054770D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 5.100000000000D+01
+    5.544180000000D+05
+15 05  4  2 12  0  0.0 4.112836904820D-04 5.343281372920D-12 0.000000000000D+00
+    1.590000000000D+02 5.006250000000D+01 4.375896534010D-09 4.862198445050D-01
+    2.371147274970D-06 9.007294429470D-03 7.973983883860D-06 5.153564611430D+03
+    5.616000000000D+05 6.519258022310D-08 1.740555302490D+00-1.136213541030D-07
+    9.620459691220D-01 2.271875000000D+02 2.369798137620D+00-8.071407542330D-09
+   -3.907305590190D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.328306436540D-09 4.150000000000D+02
+    5.544180000000D+05
+18 05  4  2 12  0  0.0-1.416564919050D-04-3.524291969370D-12 0.000000000000D+00
+    2.010000000000D+02 5.937500000000D+01 4.295893418770D-09-1.044988334720D+00
+    3.082677721980D-06 5.654870998110D-03 5.457550287250D-06 5.153736583710D+03
+    5.616000000000D+05 1.434236764910D-07 2.757393185910D+00-9.685754776000D-08
+    9.621846625330D-01 2.773125000000D+02-2.815083778760D+00-8.082836622240D-09
+   -1.428630911490D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.010000000000D+02
+    5.544180000000D+05
+21 05  4  2 12  0  0.0 9.648781269790D-05 1.591615728100D-12 0.000000000000D+00
+    1.980000000000D+02 4.781250000000D+01 4.772698680710D-09 3.849056255500D-01
+    2.376735210420D-06 9.618690353820D-03 7.821246981620D-06 5.153638757710D+03
+    5.616000000000D+05 1.545995473860D-07 1.708832383290D+00 4.656612873080D-08
+    9.485784564660D-01 2.190000000000D+02 3.129998697190D+00-8.257487138510D-09
+   -4.178745405260D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.980000000000D+02
+    5.544180000000D+05
+22 05  4  2 12  0  0.0 1.932773739100D-05 7.958078640510D-13 0.000000000000D+00
+    1.650000000000D+02 6.537500000000D+01 4.303036593710D-09-2.854258217480D+00
+    3.404915332790D-06 4.793714499100D-03 5.435198545460D-06 5.153688745500D+03
+    5.616000000000D+05 2.235174179080D-08 2.766472298360D+00-1.117587089540D-08
+    9.596268482870D-01 2.752500000000D+02-1.483135428650D+00-7.987475569850D-09
+   -1.285767846360D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.650000000000D+02
+    5.552580000000D+05
+26 05  4  2 12  0  0.0 1.652352511880D-05 2.501110429880D-12 0.000000000000D+00
+    1.140000000000D+02-3.225000000000D+01 4.019810262430D-09 1.946855887140D+00
+   -1.829117536540D-06 1.623179821760D-02 3.585591912270D-06 5.153562423710D+03
+    5.616000000000D+05-2.980232238770D-07-2.507532601850D+00-3.166496753690D-08
+    9.858617283210D-01 3.274062500000D+02 6.707603287970D-01-8.045335064820D-09
+    5.893102672520D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 6.260000000000D+02
+    5.544180000000D+05
+28 05  4  2 12  0  0.0 4.686042666440D-05-1.136868377220D-13 0.000000000000D+00
+    1.110000000000D+02-2.562500000000D+01 4.599120195790D-09-1.924755381830D+00
+   -1.382082700730D-06 9.987831814210D-03 8.814036846160D-06 5.153639959340D+03
+    5.616000000000D+05 1.508742570880D-07-4.160113498450D-01-2.048909664150D-08
+    9.596620080600D-01 2.058750000000D+02-2.336406369750D+00-7.756037589960D-09
+    4.457328395270D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.024454832080D-08 3.670000000000D+02
+    5.544180000000D+05
+29 05  4  2 12  0  0.0 4.551326856020D-05-2.364686224610D-11 0.000000000000D+00
+    1.200000000000D+01-2.781250000000D+01 4.029810707350D-09-2.219978766070D+00
+   -1.197680830960D-06 8.818379603330D-03 2.965331077580D-06 5.153611928940D+03
+    5.616000000000D+05 9.313225746150D-08-2.540938431280D+00 2.346932888030D-07
+    9.827416956390D-01 3.328750000000D+02-1.157513547380D+00-7.984261252150D-09
+    1.117903686290D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 1.200000000000D+01
+    5.544180000000D+05
+14 05  4  2 12  0  0.0-3.076810389760D-05 2.273736754430D-13 0.000000000000D+00
+    2.000000000000D+02-3.671875000000D+01 3.951236227100D-09 2.609301353840D+00
+   -1.866370439530D-06 1.761520979930D-03 3.565102815630D-06 5.153711263660D+03
+    5.616000000000D+05 9.313225746150D-09-2.520331063550D+00-3.166496753690D-08
+    9.819403544660D-01 3.209375000000D+02-1.772419419610D+00-7.956045600110D-09
+    1.017899514680D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.000000000000D+02
+    5.594880000000D+05
+15 05  4  2 11 59 44.0 4.112864844500D-04 5.343281372920D-12 0.000000000000D+00
+    1.810000000000D+02 5.006250000000D+01 4.375896534010D-09 4.838854544230D-01
+    2.371147274970D-06 9.007292799650D-03 7.973983883860D-06 5.153564638140D+03
+    5.615840000000D+05 6.519258022310D-08 1.740555396110D+00-1.136213541030D-07
+    9.620460203240D-01 2.271875000000D+02 2.369798430200D+00-8.071407542330D-09
+   -3.907305590190D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.810000000000D+02
+    5.613180000000D+05
+30 05  4  2 12  0  0.0 1.023681834340D-04 2.501110429880D-11 0.000000000000D+00
+    2.340000000000D+02-1.940625000000D+01 5.022351867720D-09-1.615530410130D+00
+   -9.108334779740D-07 7.963223150000D-03 9.039416909220D-06 5.153729228970D+03
+    5.616000000000D+05 1.359730958940D-07-4.627971582280D-01 1.005828380580D-07
+    9.435606650090D-01 1.963437500000D+02 1.270810346920D+00-8.067122081460D-09
+    3.064413445220D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 2.340000000000D+02
+    5.586480000000D+05
+ 5 05  4  2 14  0  0.0 8.870568126440D-05 2.614797267600D-12 0.000000000000D+00
+    1.580000000000D+02-3.031250000000D+01 5.201288288960D-09 3.450692105460D-01
+   -1.704320311550D-06 5.942024057730D-03 9.128823876380D-06 5.153576877590D+03
+    5.688000000000D+05 1.303851604460D-08-5.063791365180D-01 5.401670932770D-08
+    9.367496900130D-01 1.942500000000D+02 9.360497846540D-01-8.271773488390D-09
+    2.985838520870D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 9.260000000000D+02
+    5.616180000000D+05
+ 9 05  4  2 14  0  0.0-3.680260851980D-05-1.932676241270D-12 0.000000000000D+00
+    6.600000000000D+01-1.088437500000D+02 4.598763148070D-09 1.217286623140D+00
+   -5.727633833890D-06 1.653986517340D-02 7.664784789090D-06 5.153683240890D+03
+    5.688000000000D+05-3.259629011150D-07-1.513343961380D+00-7.450580596920D-09
+    9.548536625850D-01 2.332812500000D+02 1.131523088780D+00-8.317131872100D-09
+    7.928901979430D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.600000000000D+01
+    5.616180000000D+05
+14 05  4  2 14  0  0.0-3.076670691370D-05 2.273736754430D-13 0.000000000000D+00
+    2.010000000000D+02-3.131250000000D+01 3.997309150350D-09-2.624001920650D+00
+   -1.579523086550D-06 1.761925988830D-03 3.421679139140D-06 5.153710510250D+03
+    5.688000000000D+05 1.862645149230D-08-2.520388241700D+00-6.705522537230D-08
+    9.819410478890D-01 3.265312500000D+02-1.772147919570D+00-7.958188774640D-09
+    7.893186104720D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.010000000000D+02
+    5.616180000000D+05
+15 05  4  2 13 59 44.0 4.113251343370D-04 5.343281372920D-12 0.000000000000D+00
+    1.820000000000D+02 4.693750000000D+01 4.420541266370D-09 1.534238796900D+00
+    2.441927790640D-06 9.006620850410D-03 7.987022399900D-06 5.153562438960D+03
+    5.687840000000D+05 1.490116119380D-07 1.740498226740D+00 6.705522537230D-08
+    9.620438098550D-01 2.192500000000D+02 2.369692373030D+00-7.893185660630D-09
+   -4.457328395270D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.820000000000D+02
+    5.616360000000D+05
+18 05  4  2 14  0  0.0-1.416821032760D-04-3.524291969370D-12 0.000000000000D+00
+    2.020000000000D+02 6.553125000000D+01 4.467686220980D-09 5.009250941120D-03
+    3.356486558910D-06 5.653804051690D-03 5.701556801800D-06 5.153734054570D+03
+    5.688000000000D+05 3.911554813390D-08 2.757334615060D+00 4.842877388000D-08
+    9.621836589720D-01 2.695312500000D+02-2.814939036180D+00-8.248558280850D-09
+   -5.607376368790D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.020000000000D+02
+    5.616180000000D+05
+21 05  4  2 14  0  0.0 9.649898856880D-05 1.591615728100D-12 0.000000000000D+00
+    1.990000000000D+02 5.556250000000D+01 4.748411885910D-09 1.434956117650D+00
+    3.144145011900D-06 9.619125979950D-03 8.415430784230D-06 5.153641492840D+03
+    5.688000000000D+05-2.607703208920D-08 1.708774235230D+00 1.378357410430D-07
+    9.485753901900D-01 2.085937500000D+02 3.130151614560D+00-8.130339068660D-09
+   -5.446655348960D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 1.990000000000D+02
+    5.616180000000D+05
+22 05  4  2 14  0  0.0 1.933332532640D-05 7.958078640510D-13 0.000000000000D+00
+    1.660000000000D+02 6.821875000000D+01 4.398397646100D-09-1.804231737720D+00
+    3.499910235400D-06 4.793825559320D-03 5.755573511120D-06 5.153687673570D+03
+    5.688000000000D+05 4.097819328310D-08 2.766414916860D+00 1.303851604460D-07
+    9.596261256060D-01 2.685625000000D+02-1.482991910530D+00-8.101051385270D-09
+   -7.321733497270D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.660000000000D+02
+    5.616180000000D+05
+26 05  4  2 14  0  0.0 1.654168590900D-05 2.501110429880D-12 0.000000000000D+00
+    1.150000000000D+02-3.906250000000D+01 3.878018794980D-09 2.997016482840D+00
+   -2.123415470120D-06 1.623085152820D-02 2.883374691010D-06 5.153565319060D+03
+    5.688000000000D+05-5.401670932770D-08-2.507589721490D+00-1.341104507450D-07
+    9.858632702370D-01 3.392812500000D+02 6.708429968350D-01-7.829254577980D-09
+    8.357491088070D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.053596735000D-09 6.270000000000D+02
+    5.616180000000D+05
+29 05  4  2 14  0  0.0 4.534283652900D-05-2.364686224610D-11 0.000000000000D+00
+    7.000000000000D+00-3.546875000000D+01 4.098385186780D-09-1.169862038890D+00
+   -1.737847924230D-06 8.818130590950D-03 3.408640623090D-06 5.153610353470D+03
+    5.688000000000D+05-1.434236764910D-07-2.540997237660D+00 1.005828380580D-07
+    9.827415566620D-01 3.307187500000D+02-1.157414657050D+00-8.225342185140D-09
+    1.496490847910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.519258022310D-09 2.630000000000D+02
+    5.616180000000D+05
+30 05  4  2 14  0  0.0 1.025479286910D-04 2.501110429880D-11 0.000000000000D+00
+    2.290000000000D+02-2.378125000000D+01 5.068782726880D-09-5.653955910420D-01
+   -1.205131411550D-06 7.962858653630D-03 9.311363101010D-06 5.153728696820D+03
+    5.688000000000D+05-3.911554813390D-08-4.628560640870D-01 5.401670932770D-08
+    9.435621513340D-01 1.958125000000D+02 1.270826200570D+00-8.241057614100D-09
+    3.210847976390D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 9.970000000000D+02
+    5.616180000000D+05
+ 1 05  4  2 13 59 12.0 3.967438824470D-04 1.818989403550D-12 0.000000000000D+00
+    1.920000000000D+02-3.359375000000D+01 3.893733779850D-09 2.882590282750D+00
+   -1.745298504830D-06 5.956433247770D-03 3.654509782790D-06 5.153635421750D+03
+    5.687520000000D+05 5.215406417850D-08-2.493532108640D+00-3.725290298460D-08
+    9.833947642130D-01 3.202187500000D+02-1.650527470180D+00-7.856399086850D-09
+    6.964576138020D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.920000000000D+02
+    5.663880000000D+05
+ 6 05  4  2 14  0  0.0 3.049196675420D-04 6.218670023370D-11 0.000000000000D+00
+    1.000000000000D+02 2.228125000000D+01 5.509872558210D-09 1.557242456620D+00
+    1.078471541400D-06 6.304770242420D-03 7.176771759990D-06 5.153573465350D+03
+    5.688000000000D+05-1.378357410430D-07 5.904219968750D-01-1.098960638050D-07
+    9.348973241230D-01 2.320625000000D+02-1.934049572490D+00-8.407493368170D-09
+   -6.821712639220D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 1.000000000000D+02
+    5.661480000000D+05
+25 05  4  2 13 59 44.0 8.963933214550D-05 7.958078640510D-13 0.000000000000D+00
+    2.350000000000D+02-9.368750000000D+01 4.541617748540D-09 2.024616051240D+00
+   -4.936009645460D-06 1.206491608170D-02 6.567686796190D-06 5.153668621060D+03
+    5.687840000000D+05 2.030283212660D-07-1.565208800430D+00-1.154839992520D-07
+    9.480771232180D-01 2.429062500000D+02-1.481652401300D+00-7.963189219140D-09
+    1.060758494930D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.470000000000D+02
+    5.653980000000D+05
+ 1 05  4  2 16  0  0.0 3.967569209640D-04 1.818989403550D-12 0.000000000000D+00
+    1.930000000000D+02-2.787500000000D+01 3.984451879550D-09-2.343481941280D+00
+   -1.477077603340D-06 5.958006018770D-03 3.209337592120D-06 5.153632326130D+03
+    5.760000000000D+05 1.415610313420D-07-2.493588853770D+00-4.656612873080D-08
+    9.833951328690D-01 3.308750000000D+02-1.650438423820D+00-7.886757025230D-09
+    2.392956839630D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.930000000000D+02
+    5.688180000000D+05
+ 5 05  4  2 16  0  0.0 8.872430771590D-05 2.614797267600D-12 0.000000000000D+00
+    1.590000000000D+02-3.193750000000D+01 5.084140219940D-09 1.395223300650D+00
+   -1.685693860050D-06 5.942563991990D-03 9.138137102130D-06 5.153578310010D+03
+    5.760000000000D+05-1.080334186550D-07-5.064390766600D-01 9.685754776000D-08
+    9.367521784370D-01 1.889687500000D+02 9.361400452360D-01-8.226771264220D-09
+    3.857303643160D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-4.190951585770D-09 9.270000000000D+02
+    5.688180000000D+05
+ 6 05  4  2 16  0  0.0 3.053676337000D-04 6.218670023370D-11 0.000000000000D+00
+    9.500000000000D+01 2.215625000000D+01 5.428083316160D-09 2.607532225060D+00
+    1.065433025360D-06 6.304882466790D-03 7.141381502150D-06 5.153572940830D+03
+    5.760000000000D+05 6.891787052150D-08 5.903624253880D-01-8.381903171540D-08
+    9.348977235000D-01 2.300312500000D+02-1.934090219670D+00-8.202484913510D-09
+   -7.750322605920D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.510000000000D+02
+    5.688180000000D+05
+ 9 05  4  2 16  0  0.0-3.681657835840D-05-1.932676241270D-12 0.000000000000D+00
+    6.700000000000D+01-1.227812500000D+02 4.379825391250D-09 2.267444025290D+00
+   -6.427988410000D-06 1.654088939540D-02 7.759779691700D-06 5.153683404920D+03
+    5.760000000000D+05 8.195638656620D-08-1.513402924290D+00-3.166496753690D-07
+    9.548566542520D-01 2.264687500000D+02 1.131539461750D+00-7.849612515540D-09
+    1.696499191130D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-5.587935447690D-09 6.700000000000D+01
+    5.688180000000D+05
+14 05  4  2 16  0  0.0-3.076484426860D-05 2.273736754430D-13 0.000000000000D+00
+    2.020000000000D+02-2.906250000000D+01 4.110885409860D-09-1.573813585090D+00
+   -1.575797796250D-06 1.762435771520D-03 3.099441528320D-06 5.153710119250D+03
+    5.760000000000D+05 1.005828380580D-07-2.520445314530D+00 1.061707735060D-07
+    9.819407318990D-01 3.333750000000D+02-1.772180864480D+00-8.103908655240D-09
+   -1.892935981570D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.020000000000D+02
+    5.688180000000D+05
+16 05  4  2 16  0  0.0 1.813285052780D-06 1.136868377220D-13 0.000000000000D+00
+    9.200000000000D+01-2.484375000000D+01 4.454471458360D-09 1.352367738720D+00
+   -1.275911927220D-06 2.754459856080D-03 9.231269359590D-06 5.153732986450D+03
+    5.760000000000D+05 4.656612873080D-08-4.263017994210D-01-1.154839992520D-07
+    9.616561950810D-01 2.007187500000D+02-1.171509433860D+00-7.846755245570D-09
+    3.342996435230D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 9.200000000000D+01
+    5.718480000000D+05
+18 05  4  2 16  0  0.0-1.417077146470D-04-3.524291969370D-12 0.000000000000D+00
+    2.030000000000D+02 8.675000000000D+01 4.395540376120D-09 1.054886796860D+00
+    4.541128873830D-06 5.656416062270D-03 5.826354026790D-06 5.153739770890D+03
+    5.760000000000D+05 5.587935447690D-09 2.757275343470D+00 4.656612873080D-08
+    9.621832420400D-01 2.669062500000D+02-2.814675024820D+00-8.237129200950D-09
+   -7.393165246670D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 2.030000000000D+02
+    5.688180000000D+05
+22 05  4  2 16  0  0.0 1.933844760060D-05 7.958078640510D-13 0.000000000000D+00
+    1.670000000000D+02 7.878125000000D+01 4.512330953330D-09-7.538688804310D-01
+    4.099681973460D-06 4.794591106470D-03 5.630776286130D-06 5.153689748760D+03
+    5.760000000000D+05-8.195638656620D-08 2.766355288320D+00-5.215406417850D-08
+    9.596248952920D-01 2.694375000000D+02-1.483182574110D+00-8.313203458950D-09
+   -1.214336270430D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.816079020500D-08 1.670000000000D+02
+    5.688180000000D+05
+25 05  4  2 16  0  0.0 8.964538574220D-05 7.958078640510D-13 0.000000000000D+00
+    2.360000000000D+02-1.047187500000D+02 4.625192673300D-09 3.077218150420D+00
+   -5.291774868970D-06 1.206642179750D-02 6.295740604400D-06 5.153665273670D+03
+    5.760000000000D+05 1.639127731320D-07-1.565265868860D+00-1.862645149230D-09
+    9.480778488250D-01 2.502187500000D+02-1.481735364840D+00-7.920330169500D-09
+    9.786121912820D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.480000000000D+02
+    5.688180000000D+05
+30 05  4  2 16  0  0.0 1.027276739480D-04 2.501110429880D-11 0.000000000000D+00
+    2.300000000000D+02-2.740625000000D+01 5.009137105110D-09 4.847252527870D-01
+   -1.560896635060D-06 7.962662726640D-03 9.143725037570D-06 5.153728303910D+03
+    5.760000000000D+05-2.980232238770D-08-4.629154951340D-01 5.215406417850D-08
+    9.435644846880D-01 1.947500000000D+02 1.270856858940D+00-8.247129201780D-09
+    3.310852148000D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 7.420000000000D+02
+    5.688180000000D+05
+20 05  4  2 16  0  0.0-7.523177191620D-05 2.273736754430D-12 0.000000000000D+00
+    7.500000000000D+01 6.643750000000D+01 4.337323389340D-09 7.584079655930D-01
+    3.455206751820D-06 2.567867049950D-03 6.029382348060D-06 5.153754842760D+03
+    5.760000000000D+05-5.401670932770D-08 2.704751224290D+00 2.980232238770D-08
+    9.619409857320D-01 2.626250000000D+02 1.399717785830D+00-8.138552942680D-09
+   -5.535944966330D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.984919309620D-09 3.310000000000D+02
+    5.740380000000D+05
+ 1 05  4  2 18  0  0.0 3.967694938180D-04 1.818989403550D-12 0.000000000000D+00
+    1.940000000000D+02-3.109375000000D+01 4.116242902090D-09-1.293087934070D+00
+   -1.635402441020D-06 5.957870977000D-03 2.793967723850D-06 5.153634468080D+03
+    5.832000000000D+05-4.284083843230D-08-2.493646015830D+00 2.030283212660D-07
+    9.833936977460D-01 3.388125000000D+02-1.650630458150D+00-8.182484023680D-09
+   -5.535944966330D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.940000000000D+02
+    5.760180000000D+05
+ 3 05  4  2 17 59 44.0 9.694555774330D-05 3.069544618480D-12 0.000000000000D+00
+    1.330000000000D+02 2.184375000000D+01 5.623448373630D-09-6.465634209220D-01
+    1.199543476100D-06 6.736600655130D-03 6.746500730510D-06 5.153727853780D+03
+    5.831840000000D+05 1.061707735060D-07 5.349491059090D-01 7.450580596920D-08
+    9.274246142260D-01 2.315000000000D+02 6.042652044480D-01-8.516425786810D-09
+    6.785997111460D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.330000000000D+02
+    5.791680000000D+05
+ 6 05  4  2 18  0  0.0 3.058151341970D-04 6.218670023370D-11 0.000000000000D+00
+    9.600000000000D+01 2.218750000000D+01 5.374866773880D-09-2.625413038260D+00
+    9.033828973770D-07 6.305016926490D-03 6.843358278270D-06 5.153572681430D+03
+    5.832000000000D+05 1.396983861920D-07 5.903028948620D-01 9.313225746150D-09
+    9.348973168090D-01 2.312500000000D+02-1.934081137880D+00-8.224271041970D-09
+    1.785788639360D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.520000000000D+02
+    5.760180000000D+05
+14 05  4  2 18  0  0.0-3.076344728470D-05 2.273736754430D-13 0.000000000000D+00
+    2.030000000000D+02-3.221875000000D+01 4.180888524270D-09-5.233666334180D-01
+   -1.674517989160D-06 1.762278494430D-03 2.758577466010D-06 5.153710815430D+03
+    5.832000000000D+05-1.862645149230D-08-2.520504287680D+00 5.587935447690D-08
+    9.819401672120D-01 3.389375000000D+02-1.772472462090D+00-8.212127866610D-09
+   -5.714523906160D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-09 2.030000000000D+02
+    5.760180000000D+05
+16 05  4  2 18  0  0.0 1.814216375350D-06 1.136868377220D-13 0.000000000000D+00
+    8.700000000000D+01-2.987500000000D+01 4.459114411050D-09 2.402774643010D+00
+   -1.497566699980D-06 2.754610264670D-03 9.315088391300D-06 5.153731605530D+03
+    5.832000000000D+05 8.940696716310D-08-4.263579184220D-01-4.097819328310D-08
+    9.616586981330D-01 1.987812500000D+02-1.171771716060D+00-7.801395973670D-09
+    3.264421788440D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 8.550000000000D+02
+    5.760180000000D+05
+20 05  4  2 18  0  0.0-7.521547377110D-05 2.273736754430D-12 0.000000000000D+00
+    7.600000000000D+01 7.503125000000D+01 4.380182438980D-09 1.809306675150D+00
+    3.809109330180D-06 2.567584160720D-03 6.562098860740D-06 5.153751125340D+03
+    5.832000000000D+05-3.911554813390D-08 2.704692665150D+00-5.587935447690D-08
+    9.619410252310D-01 2.506250000000D+02 1.398950125420D+00-8.062121636950D-09
+   -2.321525263690D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-6.984919309620D-09 3.320000000000D+02
+    5.760180000000D+05
+21 05  4  2 18  0  0.0 9.652180597190D-05 1.591615728100D-12 0.000000000000D+00
+    1.950000000000D+02 6.853125000000D+01 4.692338517740D-09-2.747802373980D+00
+    3.522261977200D-06 9.619565098550D-03 8.886680006980D-06 5.153641588210D+03
+    5.832000000000D+05-1.788139343260D-07 1.708657592380D+00-7.078051567080D-08
+    9.485695941080D-01 2.050625000000D+02 3.130129626900D+00-7.933544488030D-09
+   -3.821587768460D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.510000000000D+02
+    5.779380000000D+05
+23 05  4  2 18  0  0.0 2.058641985060D-04-2.046363078990D-12 0.000000000000D+00
+    2.390000000000D+02-2.012500000000D+01 4.458399871510D-09-1.246889185940D-01
+   -1.190230250360D-06 3.751832176930D-03 3.058463335040D-06 5.153700576780D+03
+    5.832000000000D+05-3.725290298460D-09-2.526764933380D+00-9.499490261080D-08
+    9.641054022880D-01 3.222812500000D+02 2.231447932630D+00-8.275701901540D-09
+    9.286101401720D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.142041921620D-08 4.950000000000D+02
+    5.784780000000D+05
+25 05  4  2 18  0  0.0 8.965143933890D-05 7.958078640510D-13 0.000000000000D+00
+    2.370000000000D+02-1.154687500000D+02 4.605906323010D-09-2.155720510750D+00
+   -5.766749382020D-06 1.206495193760D-02 6.577000021930D-06 5.153668313980D+03
+    5.832000000000D+05 2.328306436540D-07-1.565322685680D+00 1.378357410430D-07
+    9.480783403660D-01 2.447500000000D+02-1.481796419730D+00-7.993190109800D-09
+    6.035965477440D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.490000000000D+02
+    5.760180000000D+05
+30 05  4  2 18  0  0.0 1.029078848660D-04 2.501110429880D-11 0.000000000000D+00
+    2.310000000000D+02-2.481250000000D+01 4.908776052300D-09 1.534925275590D+00
+   -1.298263669010D-06 7.962725125250D-03 9.262934327130D-06 5.153727733610D+03
+    5.832000000000D+05-1.434236764910D-07-4.629751851180D-01-9.685754776000D-08
+    9.435676241100D-01 1.912500000000D+02 1.270807788280D+00-8.116766814230D-09
+    4.310893864100D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-8.381903171540D-09 7.430000000000D+02
+    5.760180000000D+05
+13 05  4  2 17 59 44.0-7.001683115960D-06 1.250555214940D-12 0.000000000000D+00
+    2.260000000000D+02-2.412500000000D+01 3.920163305080D-09 7.190264478920D-01
+   -1.352280378340D-06 2.504378324370D-03 3.540888428690D-06 5.153754096980D+03
+    5.831840000000D+05-1.862645149230D-08-2.509610081570D+00 1.490116119380D-08
+    9.876008965360D-01 3.242500000000D+02 9.053363930430D-01-8.012476904180D-09
+   -7.500312003420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 2.260000000000D+02
+    5.826480000000D+05
+15 05  4  2 18  0  0.0 4.114024341110D-04 5.343281372920D-12 0.000000000000D+00
+    1.840000000000D+02 6.971875000000D+01 4.469828951410D-09-2.646341033740D+00
+    3.706663846970D-06 9.007382323030D-03 9.087845683100D-06 5.153563413620D+03
+    5.832000000000D+05-7.078051567080D-08 1.740384736480D+00 9.499490261080D-08
+    9.620378382230D-01 2.059687500000D+02 2.369914707320D+00-7.790681877400D-09
+   -3.707297246970D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.840000000000D+02
+    5.806380000000D+05
+19 05  4  2 18  0  0.0-1.751957461240D-05-9.094947017730D-13 0.000000000000D+00
+    1.700000000000D+02 2.178125000000D+01 4.850559065520D-09 1.188128550440D+00
+    1.071020960810D-06 3.161794389600D-03 7.156282663350D-06 5.153661228180D+03
+    5.832000000000D+05-8.568167686460D-08 6.731682831780D-01-4.656612873080D-08
+    9.595241763080D-01 2.412187500000D+02-1.711974269050D+00-8.111766369720D-09
+   -7.536028051590D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 1.700000000000D+02
+    5.827680000000D+05
+ 1 05  4  2 20  0  0.0 3.967820666730D-04 1.818989403550D-12 0.000000000000D+00
+    1.950000000000D+02-3.628125000000D+01 4.208746684500D-09-2.429552142770D-01
+   -1.838430762290D-06 5.957303801550D-03 2.743676304820D-06 5.153633152010D+03
+    5.904000000000D+05-8.381903171540D-08-2.493705799440D+00 5.029141902920D-08
+    9.833931125790D-01 3.395312500000D+02-1.650560302450D+00-8.285344854640D-09
+   -1.678641427250D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.259629011150D-09 1.950000000000D+02
+    5.832180000000D+05
+ 3 05  4  2 19 59 44.0 9.696790948510D-05 3.069544618480D-12 0.000000000000D+00
+    1.340000000000D+02 2.206250000000D+01 5.607733388760D-09 4.035867675800D-01
+    1.154839992520D-06 6.736594252290D-03 6.804242730140D-06 5.153727836610D+03
+    5.903840000000D+05 1.490116119380D-08 5.348877862350D-01 1.024454832080D-07
+    9.274245952080D-01 2.310000000000D+02 6.042707708520D-01-8.516425786810D-09
+   -1.785788704410D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.340000000000D+02
+    5.832180000000D+05
+ 6 05  4  2 20  0  0.0 3.062626346950D-04 6.218670023370D-11 0.000000000000D+00
+    9.700000000000D+01 2.365625000000D+01 5.323078866580D-09-1.575191757790D+00
+    1.326203346250D-06 6.305242539380D-03 6.668269634250D-06 5.153572181700D+03
+    5.904000000000D+05 1.247972249980D-07 5.902437812680D-01 1.154839992520D-07
+    9.348972129420D-01 2.331875000000D+02-1.934053652570D+00-8.272130536110D-09
+   -9.286101401720D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.656612873080D-09 3.530000000000D+02
+    5.832180000000D+05
+13 05  4  2 20  0  0.0-6.992835551500D-06 1.250555214940D-12 0.000000000000D+00
+    2.270000000000D+02-1.753125000000D+01 3.972308260100D-09 1.771915496990D+00
+   -1.078471541400D-06 2.503777854140D-03 3.220513463020D-06 5.153751825330D+03
+    5.904000000000D+05-1.676380634310D-08-2.509667891710D+00 1.117587089540D-08
+    9.876008219270D-01 3.308125000000D+02 9.049095720640D-01-8.013548047360D-09
+   -1.071473205300D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 9.950000000000D+02
+    5.832180000000D+05
+15 05  4  2 20  0  0.0 4.114406183360D-04 5.343281372920D-12 0.000000000000D+00
+    1.850000000000D+02 6.715625000000D+01 4.482686666310D-09-1.596069605910D+00
+    3.417953848840D-06 9.006876731290D-03 9.132549166680D-06 5.153564231870D+03
+    5.904000000000D+05-1.993030309680D-07 1.740327632930D+00-8.195638656620D-08
+    9.620344720490D-01 2.112500000000D+02 2.369890822250D+00-7.984261252150D-09
+   -3.196561626510D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.850000000000D+02
+    5.832180000000D+05
+16 05  4  2 20  0  0.0 1.815147697930D-06 1.136868377220D-13 0.000000000000D+00
+    8.800000000000D+01-2.721875000000D+01 4.463043268290D-09-2.830299341010D+00
+   -1.363456249240D-06 2.754877088590D-03 9.290874004360D-06 5.153731142040D+03
+    5.904000000000D+05 5.401670932770D-08-4.264144792230D-01 5.960464477540D-08
+    9.616614147720D-01 1.995000000000D+02-1.171737744170D+00-7.789252798320D-09
+    4.085884408590D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 8.560000000000D+02
+    5.832180000000D+05
+19 05  4  2 20  0  0.0-1.752562820910D-05-9.094947017730D-13 0.000000000000D+00
+    1.710000000000D+02 2.200000000000D+01 4.784484808340D-09 2.238229696070D+00
+    1.091510057450D-06 3.161742235530D-03 6.970018148420D-06 5.153661773680D+03
+    5.904000000000D+05 5.029141902920D-08 6.731103735660D-01-6.519258022310D-08
+    9.595242772490D-01 2.432187500000D+02-1.711884900840D+00-7.976046489940D-09
+   -7.107438942940D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 1.710000000000D+02
+    5.832180000000D+05
+21 05  4  2 20  0  0.0 9.653298184280D-05 1.591615728100D-12 0.000000000000D+00
+    1.960000000000D+02 5.037500000000D+01 4.812700460380D-09-1.697857402160D+00
+    2.387911081310D-06 9.620923898180D-03 8.290633559230D-06 5.153636352540D+03
+    5.904000000000D+05 5.401670932770D-08 1.708598875240D+00-1.788139343260D-07
+    9.485668891730D-01 2.160312500000D+02 3.130388494640D+00-8.087122971290D-09
+   -2.225092748940D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.520000000000D+02
+    5.832180000000D+05
+23 05  4  2 20  0  0.0 2.058492973450D-04-2.046363078990D-12 0.000000000000D+00
+    0.000000000000D+00-2.143750000000D+01 4.514830731490D-09 9.252879609290D-01
+   -1.372769474980D-06 3.752378746870D-03 2.538785338400D-06 5.153702051160D+03
+    5.904000000000D+05 2.607703208920D-08-2.526824529730D+00 1.862645149230D-09
+    9.641049780420D-01 3.306875000000D+02 2.231635237340D+00-8.353205238620D-09
+   -3.571577408820D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.560000000000D+02
+    5.832180000000D+05
+25 05  4  2 20  0  0.0 8.965749293570D-05 7.958078640510D-13 0.000000000000D+00
+    2.380000000000D+02-1.153125000000D+02 4.818415000330D-09-1.105701623540D+00
+   -5.804002285000D-06 1.206511841160D-02 7.631257176400D-06 5.153664495470D+03
+    5.904000000000D+05-1.620501279830D-07-1.565381664680D+00 1.695007085800D-07
+    9.480769622970D-01 2.300937500000D+02-1.481628498680D+00-8.386063399260D-09
+    5.607376368790D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-7.450580596920D-09 7.500000000000D+02
+    5.832180000000D+05
+27 05  4  2 20  0  0.0 3.577442839740D-05 7.503331289630D-12 0.000000000000D+00
+    7.800000000000D+01-1.106875000000D+02 4.468400316430D-09-2.722259098710D+00
+   -5.869194865230D-06 1.906223082910D-02 6.454065442090D-06 5.153628479000D+03
+    5.904000000000D+05 2.104789018630D-07-1.535503625630D+00-1.415610313420D-07
+    9.525976366350D-01 2.479687500000D+02-2.053265736500D+00-7.772824162090D-09
+    1.150047904130D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 7.800000000000D+01
+    5.889780000000D+05
+ 3 05  4  2 22  0  0.0 9.698979556560D-05 3.069544618480D-12 0.000000000000D+00
+    1.350000000000D+02 2.293750000000D+01 5.574875228120D-09 1.456045746560D+00
+    1.177191734310D-06 6.736807059500D-03 6.852671504020D-06 5.153728385930D+03
+    5.976000000000D+05-4.656612873080D-08 5.348265148370D-01 8.195638656620D-08
+    9.274243348090D-01 2.290000000000D+02 6.043006846010D-01-8.498211023780D-09
+   -3.857303365610D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 1.350000000000D+02
+    5.904180000000D+05
+ 8 05  4  2 22  0  0.0-2.520484849810D-05-1.023181539490D-12 0.000000000000D+00
+    2.020000000000D+02-1.035937500000D+02 4.237319384260D-09-4.236308138320D-01
+   -5.567446351050D-06 9.153996012170D-03 7.463619112970D-06 5.153748855590D+03
+    5.976000000000D+05-1.676380634310D-08-1.440177395160D+00-2.197921276090D-07
+    9.676576980040D-01 2.404062500000D+02 2.536348315150D+00-7.993904205250D-09
+   -2.500104073420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 4.580000000000D+02
+    5.927580000000D+05
+11 05  4  2 22  0  0.0 2.104514278470D-04 3.979039320260D-12 0.000000000000D+00
+    1.500000000000D+01 3.565625000000D+01 5.961319882180D-09 4.808511662950D-02
+    1.816079020500D-06 4.109762958250D-03 7.754191756250D-06 5.153672851560D+03
+    5.976000000000D+05 6.146728992460D-08 1.542612940820D+00-2.980232238770D-08
+    9.022238007630D-01 1.987187500000D+02 2.370404960420D-01-8.702148335260D-09
+   -4.221604454900D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 1.500000000000D+01
+    5.908380000000D+05
+13 05  4  2 22  0  0.0-6.984453648330D-06 1.250555214940D-12 0.000000000000D+00
+    2.280000000000D+02-1.937500000000D+01 4.004095277570D-09 2.821624950700D+00
+   -1.130625605580D-06 2.503108815290D-03 2.617016434670D-06 5.153754133220D+03
+    5.976000000000D+05-7.078051567080D-08-2.509725832040D+00-2.048909664150D-08
+    9.876004913070D-01 3.399687500000D+02 9.053284801190D-01-8.073550716860D-09
+   -2.500104073420D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 9.960000000000D+02
+    5.904180000000D+05
+15 05  4  2 21 59 44.0 4.114662297070D-04 5.343281372920D-12 0.000000000000D+00
+    2.090000000000D+02 5.140625000000D+01 4.525545715950D-09-5.484636923430D-01
+    2.443790435790D-06 9.005792555400D-03 8.080154657360D-06 5.153558586120D+03
+    5.975840000000D+05-3.725290298460D-08 1.740269435130D+00-1.173466444020D-07
+    9.620324707770D-01 2.261250000000D+02 2.370201405610D+00-8.051049604770D-09
+   -2.421529365910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 2.090000000000D+02
+    5.913780000000D+05
+15 05  4  2 22  0  0.0 4.114792682230D-04 5.343281372920D-12 0.000000000000D+00
+    1.860000000000D+02 5.140625000000D+01 4.525545715950D-09-5.461287302590D-01
+    2.443790435790D-06 9.005792904650D-03 8.080154657360D-06 5.153558603290D+03
+    5.976000000000D+05-3.725290298460D-08 1.740269326870D+00-1.173466444020D-07
+    9.620324605360D-01 2.261250000000D+02 2.370200189930D+00-8.051049604770D-09
+   -2.421529365910D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-2.793967723850D-09 1.860000000000D+02
+    5.904180000000D+05
+16 05  4  2 22  0  0.0 1.815613359210D-06 1.136868377220D-13 0.000000000000D+00
+    8.900000000000D+01-1.912500000000D+01 4.499473238440D-09-1.780514715250D+00
+   -8.530914783480D-07 2.755958936180D-03 9.825453162190D-06 5.153728382110D+03
+    5.976000000000D+05-1.490116119380D-08-4.264706552770D-01 1.080334186550D-07
+    9.616639880450D-01 1.925937500000D+02-1.171375910410D+00-7.863541817700D-09
+    3.953736227300D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.778887033460D-09 6.010000000000D+02
+    5.904180000000D+05
+18 05  4  2 22  0  0.0-1.417840830980D-04-3.524291969370D-12 0.000000000000D+00
+    2.000000000000D+02 7.393750000000D+01 4.443042378450D-09-2.077776583670D+00
+    3.904104232790D-06 5.658315727490D-03 5.722045898440D-06 5.153733633040D+03
+    5.976000000000D+05 4.284083843230D-08 2.757099057450D+00-6.519258022310D-08
+    9.621842456020D-01 2.707812500000D+02-2.814772023600D+00-8.054978017920D-09
+    7.428881121370D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 4.560000000000D+02
+    5.921580000000D+05
+19 05  4  2 22  0  0.0-1.753214746710D-05-9.094947017730D-13 0.000000000000D+00
+    1.660000000000D+02 2.387500000000D+01 4.776627537950D-09-2.994812889340D+00
+    1.169741153720D-06 3.161583095790D-03 6.927177309990D-06 5.153662153240D+03
+    5.976000000000D+05 9.313225746150D-08 6.730527814070D-01-1.490116119380D-08
+    9.595238076520D-01 2.435000000000D+02-1.711837672000D+00-7.984261252150D-09
+   -3.643008811280D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 4.220000000000D+02
+    5.904180000000D+05
+21 05  4  2 22  0  0.0 9.654462337490D-05 1.591615728100D-12 0.000000000000D+00
+    1.970000000000D+02 4.115625000000D+01 4.779484807930D-09-6.476225882400D-01
+    2.086162567140D-06 9.621678851540D-03 7.949769496920D-06 5.153637378690D+03
+    5.976000000000D+05 2.048909664150D-07 1.708540901260D+00-8.568167686460D-08
+    9.485650839320D-01 2.191250000000D+02 3.130359556660D+00-8.162483133840D-09
+   -2.807259702480D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.164153218270D-08 4.530000000000D+02
+    5.904180000000D+05
+22 05  4  2 22  0  0.0 1.935521140690D-05 7.958078640510D-13 0.000000000000D+00
+    1.640000000000D+02 7.578125000000D+01 4.495187333480D-09 2.397071885520D+00
+    3.958120942120D-06 4.794706241230D-03 5.621463060380D-06 5.153685606000D+03
+    5.976000000000D+05 9.872019290920D-08 2.766177118060D+00 9.313225746150D-09
+    9.596267093100D-01 2.704687500000D+02-1.483608428100D+00-8.033548937190D-09
+    1.142904781230D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 4.200000000000D+02
+    5.917080000000D+05
+23 05  4  2 22  0  0.0 2.058348618450D-04-2.046363078990D-12 0.000000000000D+00
+    1.000000000000D+00-2.443750000000D+01 4.606263370730D-09 1.975462688420D+00
+   -1.203268766400D-06 3.752809367140D-03 2.130866050720D-06 5.153702074050D+03
+    5.976000000000D+05 2.235174179080D-08-2.526884774160D+00-5.587935447690D-09
+    9.641046810700D-01 3.364687500000D+02 2.231623816340D+00-8.366777493050D-09
+   -3.035840676070D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    2.000000000000D+00 0.000000000000D+00-2.142041921620D-08 2.570000000000D+02
+    5.904180000000D+05
+25 05  4  2 22  0  0.0 8.966354653240D-05 7.958078640510D-13 0.000000000000D+00
+    2.390000000000D+02-1.070000000000D+02 4.726982805180D-09-5.544980172970D-02
+   -5.627050995830D-06 1.206593774260D-02 7.666647434230D-06 5.153666610720D+03
+    5.976000000000D+05-2.514570951460D-07-1.565441821340D+00-1.490116119380D-08
+    9.480772592690D-01 2.282187500000D+02-1.481693049940D+00-8.387135430610D-09
+   -3.142987953230D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-7.450580596920D-09 2.390000000000D+02
+    5.904180000000D+05
+27 05  4  2 22  0  0.0 3.582844510670D-05 7.503331289630D-12 0.000000000000D+00
+    7.900000000000D+01-1.134062500000D+02 4.468757364150D-09-1.672032933560D+00
+   -5.805864930150D-06 1.906201767270D-02 6.346032023430D-06 5.153629219060D+03
+    5.976000000000D+05 4.470348358150D-07-1.535559070220D+00 2.421438694000D-08
+    9.525979584770D-01 2.464375000000D+02-2.053284486720D+00-7.908186994140D-09
+    2.857261953080D-12 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.910000000000D+02
+    5.904180000000D+05
+ 3 05  4  3  0  0  0.0 9.701168164610D-05 3.069544618480D-12 0.000000000000D+00
+    1.360000000000D+02 2.290625000000D+01 5.482371001620D-09 2.506193693870D+00
+    1.193955540660D-06 6.736716721210D-03 6.830319762230D-06 5.153728532790D+03
+    0.000000000000D+00-9.499490261080D-08 4.143500454450D-01-7.636845111850D-08
+    9.274248994950D-01 2.301562500000D+02 6.043078426590D-01-8.362491144000D-09
+    3.928735115010D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 6.480000000000D+02
+   -7.182000000000D+03
+ 8 05  4  3  0  0  0.0-2.521183341740D-05-1.023181539490D-12 0.000000000000D+00
+    2.030000000000D+02-1.173437500000D+02 4.255177099570D-09 6.265416651520D-01
+   -6.329268217090D-06 9.155620587990D-03 7.389113307000D-06 5.153751869200D+03
+    0.000000000000D+00 9.872019290920D-08-1.560650223350D+00-1.173466444020D-07
+    9.676571406330D-01 2.396250000000D+02 2.536307037450D+00-8.061050493780D-09
+   -6.571702210190D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-3.725290298460D-09 4.590000000000D+02
+   -7.182000000000D+03
+11 05  4  3  0  0  0.0 2.104798331860D-04 3.979039320260D-12 0.000000000000D+00
+    1.000000000000D+01 3.715625000000D+01 5.931318547430D-09 1.098306142550D+00
+    1.855194568630D-06 4.110061796380D-03 7.539987564090D-06 5.153673204420D+03
+    0.000000000000D+00 6.332993507390D-08 1.422135241120D+00 1.117587089540D-08
+    9.022207813000D-01 2.025937500000D+02 2.370106539770D-01-8.678219032280D-09
+   -4.307322276630D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.210719347000D-08 2.660000000000D+02
+   -7.182000000000D+03
+15 05  4  2 23 59 44.0 4.115044139330D-04 5.343281372920D-12 0.000000000000D+00
+    2.100000000000D+02 3.540625000000D+01 4.454471458360D-09 5.017926367170D-01
+    1.745298504830D-06 9.008053457360D-03 8.033588528630D-06 5.153562911990D+03
+    6.047840000000D+05 6.332993507390D-08 1.740211575250D+00-9.685754776000D-08
+    9.620303232130D-01 2.257187500000D+02 2.370194605970D+00-8.097837067570D-09
+   -2.996553283290D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.793967723850D-09 2.100000000000D+02
+    5.976180000000D+05
+16 05  4  3  0  0  0.0 1.816544681790D-06 1.136868377220D-13 0.000000000000D+00
+    9.000000000000D+01-1.421875000000D+01 4.432684441720D-09-7.301356634580D-01
+   -7.580965757370D-07 2.756205969490D-03 9.868294000630D-06 5.153729675290D+03
+    0.000000000000D+00-1.098960638050D-07-5.469424184610D-01 9.126961231230D-08
+    9.616668041620D-01 1.927500000000D+02-1.171608274460D+00-7.852469785520D-09
+    3.600149900420D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-9.778887033460D-09 6.020000000000D+02
+   -7.182000000000D+03
+19 05  4  3  0  0  0.0-1.753820106390D-05-9.094947017730D-13 0.000000000000D+00
+    1.670000000000D+02 2.646875000000D+01 4.766984140760D-09-1.944703870280D+00
+    1.436099410060D-06 3.161995788100D-03 6.772577762600D-06 5.153661245350D+03
+    0.000000000000D+00 9.126961231230D-08 5.525800366050D-01 4.842877388000D-08
+    9.595236013810D-01 2.459375000000D+02-1.711756560500D+00-7.999618745200D-09
+   -2.821546121750D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.443549990650D-08 4.230000000000D+02
+   -7.182000000000D+03
+20 05  4  2 23 59 44.0-7.516611367460D-05 2.273736754430D-12 0.000000000000D+00
+    9.900000000000D+01 9.268750000000D+01 4.452685331560D-09-1.326138417780D+00
+    4.850327968600D-06 2.567386720330D-03 6.046146154400D-06 5.153753389360D+03
+    6.047840000000D+05 3.539025783540D-08 2.704517489480D+00 2.980232238770D-08
+    9.619415299370D-01 2.674687500000D+02 1.399272453090D+00-8.137838847230D-09
+    6.285975906460D-11 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-6.984919309620D-09 9.900000000000D+01
+    5.988780000000D+05
+22 05  4  3  0  0  0.0 1.936079934240D-05 7.958078640510D-13 0.000000000000D+00
+    1.650000000000D+02 7.409375000000D+01 4.421969901360D-09-2.835957818900D+00
+    3.891065716740D-06 4.792538122270D-03 6.431713700290D-06 5.153689603810D+03
+    0.000000000000D+00 6.519258022310D-08 2.645703855390D+00 8.568167686460D-08
+    9.596268760830D-01 2.541250000000D+02-1.483591423140D+00-8.023191000460D-09
+    5.535944966330D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    1.000000000000D+00 0.000000000000D+00-1.816079020500D-08 4.210000000000D+02
+   -7.182000000000D+03
+24 05  4  2 23 59 44.0 6.233341991900D-06 2.955857780760D-12 0.000000000000D+00
+    7.500000000000D+01 4.643750000000D+01 4.338752024320D-09 1.416217177190D+00
+    2.276152372360D-06 8.682934916580D-03 8.568167686460D-06 5.153600513460D+03
+    6.047840000000D+05 1.471489667890D-07 1.715338009250D+00-2.179294824600D-07
+    9.652387088320D-01 2.136562500000D+02-1.177062448530D+00-7.849612515540D-09
+   -3.853732055690D-10 1.000000000000D+00 1.316000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-9.313225746150D-10 7.500000000000D+01
+    5.997780000000D+05
+27 05  4  3  0  0  0.0 3.588246181610D-05 7.503331289630D-12 0.000000000000D+00
+    8.000000000000D+01-1.105000000000D+02 4.786627982870D-09-6.219003922360D-01
+   -5.604699254040D-06 1.906143024100D-02 7.240101695060D-06 5.153626176830D+03
+    0.000000000000D+00-1.136213541030D-07-1.656033114090D+00 2.924352884290D-07
+    9.525949404770D-01 2.357187500000D+02-2.053207408490D+00-8.531427120320D-09
+   -6.143113101540D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-4.190951585770D-09 5.920000000000D+02
+   -7.182000000000D+03
+28 05  4  3  0  0  0.0 4.685204476120D-05-1.136868377220D-13 0.000000000000D+00
+    1.350000000000D+02-3.056250000000D+01 4.371967676780D-09-1.907121313180D+00
+   -1.674517989160D-06 9.991963859650D-03 9.676441550250D-06 5.153641334530D+03
+    0.000000000000D+00 1.247972249980D-07-5.367661042910D-01-1.192092895510D-07
+    9.596779231460D-01 1.915000000000D+02-2.336020984470D+00-7.646033139960D-09
+    3.903734002720D-10 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-1.024454832080D-08 1.350000000000D+02
+   -6.882000000000D+03
+ 7 05  4  3  0  0  0.0-1.389887183900D-04-3.399236447880D-11 0.000000000000D+00
+    9.900000000000D+01 2.431250000000D+01 5.126999269580D-09 2.702609559040D+00
+    1.220032572750D-06 1.308987918310D-02 6.912276148800D-06 5.153695371630D+03
+    0.000000000000D+00 1.192092895510D-07 4.424570553920D-01-9.685754776000D-08
+    9.365125875650D-01 2.301562500000D+02-1.804814416530D+00-7.988189665300D-09
+    3.857303365610D-11 1.000000000000D+00 1.317000000000D+03 0.000000000000D+00
+    0.000000000000D+00 0.000000000000D+00-2.328306436540D-09 9.900000000000D+01
+   -2.502000000000D+03
diff --git a/test/data/rinex/30400920.05o b/test/data/rinex/30400920.05o
new file mode 100644
index 0000000..4c30bd6
--- /dev/null
+++ b/test/data/rinex/30400920.05o
@@ -0,0 +1,1178 @@
+     2.10           OBSERVATION DATA    G (GPS)             RINEX VERSION / TYPE
+teqc  2002Mar14     GSI, JAPAN          20050404 05:46:15UTCPGM / RUN BY / DATE
+Linux 2.0.36|Pentium II|gcc -static|Linux|486/DX+           COMMENT
+teqc  2002Mar14     GSI, JAPAN          20050402 03:13:38UTCCOMMENT
+3040                                                        MARKER NAME
+GSI, JAPAN          GEOGRAPHICAL SURVEY INSTITUTE, JAPAN    OBSERVER / AGENCY
+00000               TRIMBLE 5700        1.24                REC # / TYPE / VERS
+                    TRM29659.00                             ANT # / TYPE
+ -3978242.4348  3382841.1715  3649902.7667                  APPROX POSITION XYZ
+        0.0000        0.0000        0.0000                  ANTENNA: DELTA H/E/N
+     1     1                                                WAVELENGTH FACT L1/2
+     4    L1    C1    L2    P2                              # / TYPES OF OBSERV
+    30.0000                                                 INTERVAL
+teqc windowed: start @ 2005 Apr  2 00:00:00.000             COMMENT
+teqc windowed:  end  @ 2005 Apr  2 23:59:59.000             COMMENT
+  2005     4     2     0     0    0.0000000     GPS         TIME OF FIRST OBS
+                                                            END OF HEADER
+ 05  4  2  0  0  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41706426.668    24801780.917   -32471209.7934   24801779.3144
+  -9569341.859    24399954.961    -7436067.0974   24399949.7484
+ -27590978.516    23442572.197   -21473441.4774   23442567.8524
+ -46515030.816    20348108.903   -36218805.2194   20348102.0214
+ -47586749.184    22648139.140   -37054239.2584   22648132.3644
+ -28434148.766    21599275.315   -22130538.6254   21599269.4874
+ -21881884.777    22311774.026   -17025292.8804   22311768.6424
+ -32824945.098    24175287.556   -25552931.1864   24175282.9694
+ -31201141.133    21580989.329   -24288098.8294   21580982.5244
+ 05  4  2  0  0 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41674832.477    24807793.322   -32446591.0424   24807790.7254
+  -9696843.016    24375691.789    -7535418.6284   24375686.4614
+ -27567698.789    23447002.517   -21455301.4844   23446998.2604
+ -46533507.340    20344592.864   -36233202.5234   20344585.7324
+ -47578125.496    22649780.546   -37047519.5434   22649772.9134
+ -28565493.117    21574281.367   -22232884.8464   21574275.2344
+ -21999490.051    22289393.880   -17116933.3524   22289388.9114
+ -32799733.980    24180085.544   -25533286.2934   24180081.1614
+ -31316635.973    21559011.591   -24378094.8034   21559004.7934
+ 05  4  2  0  1  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41643162.613    24813820.094   -32421913.3704   24813818.2884
+  -9824394.488    24351419.147    -7634809.3714   24351414.9104
+ -27544182.012    23451478.187   -21436976.7534   23451473.0724
+ -46551706.133    20341129.964   -36247383.4024   20341122.7484
+ -47569350.844    22651449.862   -37040682.1774   22651443.0534
+ -28696461.398    21549358.951   -22334938.0284   21549352.8854
+ -22116809.539    22267068.770   -17208351.1284   22267063.5034
+ -32774515.531    24184883.827   -25513635.6684   24184879.7304
+ -31431721.273    21537111.207   -24467771.6634   21537104.8174
+ 05  4  2  0  1 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41611412.238    24819862.425   -32397172.8964   24819860.4094
+  -9951990.582    24327138.757    -7734234.8814   24327134.1954
+ -27520426.754    23455998.093   -21418466.2204   23455993.7974
+ -46569623.527    20337720.350   -36261345.0114   20337713.1354
+ -47560419.973    22653149.559   -37033723.0984   22653142.4374
+ -28827045.773    21524509.437   -22436692.0744   21524503.4084
+ -22233837.809    22244798.899   -17299541.9564   22244794.2124
+ -32749287.391    24189684.712   -25493977.4624   24189680.5834
+ -31546389.367    21515290.824   -24557123.4224   21515283.8174
+ 05  4  2  0  2  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41579584.590    24825919.444   -32372372.2924   24825917.0834
+ -10079634.156    24302848.714    -7833697.3894   24302844.6794
+ -27496438.965    23460563.336   -21399774.4714   23460557.8984
+ -46587264.086    20334363.181   -36275090.9084   20334356.1504
+ -47551335.723    22654878.231   -37026644.4994   22654871.2334
+ -28957246.715    21499732.865   -22538147.3244   21499727.3804
+ -22350577.852    22222583.971   -17390508.1954   22222579.3044
+ -32724055.965    24194486.012   -25474316.6234   24194483.2024
+ -31660640.918    21493549.406   -24646150.6044   21493542.7344
+ 05  4  2  0  2 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41547681.723    24831990.470   -32347513.0094   24831987.0624
+ -10207326.254    24278550.211    -7933197.7404   24278545.6524
+ -27472223.496    23465171.370   -21380905.3394   23465166.4854
+ -46604631.059    20331058.728   -36288623.6304   20331051.6614
+ -47542099.555    22656635.761   -37019447.5384   22656628.7074
+ -29087063.172    21475029.830   -22639302.9934   21475023.6204
+ -22467030.746    22200423.556   -17481250.6804   22200418.8344
+ -32698825.516    24199287.706   -25454656.6244   24199283.3754
+ -31774475.203    21471887.531   -24734852.6454   21471880.7774
+ 05  4  2  0  3  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41515702.754    24838075.366   -32322594.4054   24838072.6204
+ -10335065.246    24254241.299    -8032734.5944   24254236.9664
+ -27447782.699    23469821.970   -21361860.6254   23469818.2054
+ -46621724.352    20327805.940   -36301943.0884   20327798.6044
+ -47532710.059    22658422.780   -37012131.1124   22658415.3484
+ -29216491.207    21450400.372   -22740155.9794   21450394.6704
+ -22583195.098    22178318.573   -17571768.3434   22178313.5744
+ -32673597.715    24204088.127   -25434998.6984   24204084.3804
+ -31887888.562    21450305.631   -24823226.7004   21450298.7994
+ 05  4  2  0  3 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41483647.883    24844175.317   -32297616.7284   24844172.7134
+ -10462851.059    24229924.642    -8132307.9374   24229920.5304
+ -27423120.074    23474515.283   -21342643.0284   23474511.1344
+ -46638545.754    20324604.824   -36315050.6964   20324597.6594
+ -47523167.371    22660238.583   -37004695.3084   22660231.4894
+ -29345528.570    21425845.377   -22840704.5424   21425839.5874
+ -22699070.781    22156268.160   -17662061.0594   22156263.4674
+ -32648375.637    24208888.806   -25415345.2664   24208884.6084
+ -32000878.926    21428804.234   -24911271.1524   21428797.5754
+ 05  4  2  0  4  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41451519.875    24850289.672   -32272582.0024   24850287.2794
+ -10590685.168    24205598.891    -8231918.9334   24205594.2834
+ -27398240.910    23479249.592   -21323256.7064   23479245.3374
+ -46655098.836    20321454.707   -36327949.2064   20321447.8744
+ -47513473.438    22662083.291   -36997141.6714   22662076.4444
+ -29474174.621    21401364.496   -22940948.1984   21401358.5464
+ -22814659.652    22134271.672   -17752130.2724   22134267.3284
+ -32623164.488    24213685.661   -25395700.3524   24213682.0824
+ -32113445.992    21407383.611   -24998985.7594   21407376.6354
+ 05  4  2  0  4 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41419319.000    24856417.160   -32247490.5444   24856414.6024
+ -10718567.312    24181263.806    -8331567.3614   24181259.2744
+ -27373148.977    23484024.101   -21303704.5754   23484019.6484
+ -46671385.043    20318355.915   -36340639.7864   20318348.6364
+ -47503628.035    22663957.076   -36989469.9694   22663949.8674
+ -29602426.695    21376959.333   -23040884.8664   21376953.5164
+ -22929961.656    22112330.825   -17841975.9804   22112325.9114
+ -32597967.191    24218481.183   -25376066.2044   24218477.8944
+ -32225587.523    21386043.760   -25086368.7734   21386036.7474
+ 05  4  2  0  5  0.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41387045.785    24862558.544   -32222342.6774   24862556.5134
+ -10846497.395    24156920.257    -8431253.1454   24156914.5154
+ -27347847.875    23488839.577   -21283989.5154   23488834.6124
+ -46687406.398    20315307.117   -36353123.9794   20315299.7014
+ -47493631.578    22665859.249   -36981680.5724   22665852.6184
+ -29730282.668    21352629.086   -23140512.8594   21352623.2754
+ -23044976.828    22090443.971   -17931598.1754   22090439.2424
+ -32572787.047    24223273.239   -25356445.4334   24223268.9064
+ -32337301.613    21364785.283   -25173418.7184   21364778.7494
+ 05  4  2  0  5 30.0000000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41354700.434    24868713.280   -32197138.6234   24868711.1614
+ -10974474.598    24132566.233    -8530975.5634   24132561.9284
+ -27322340.262    23493693.166   -21264113.4644   23493688.7094
+ -46703163.902    20312308.576   -36365402.5784   20312301.4744
+ -47483483.516    22667790.212   -36973773.0364   22667783.5304
+ -29857739.770    21328374.630   -23239830.0614   21328368.3534
+ -23159704.812    22068612.444   -18020996.5974   22068607.7824
+ -32547626.570    24228060.711   -25336839.9424   24228056.8204
+ -32448585.410    21343608.824   -25260133.3534   21343602.0234
+ 05  4  2  0  5 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41322284.359    24874882.414   -32171879.4314   24874880.2474
+ -11102494.180    24108205.045    -8630731.1034   24108199.8464
+ -27296630.551    23498585.748   -21244080.0184   23498580.6394
+ -46718658.539    20309359.862   -36377476.3314   20309352.5614
+ -47473183.969    22669750.078   -36965747.4514   22669743.2334
+ -29984791.199    21304197.523   -23338831.1574   21304191.5494
+ -23274141.355    22046835.600   -18110167.9244   22046831.1714
+ -32522489.586    24232844.353   -25317252.7604   24232840.5634
+ -32559433.133    21322515.122   -25346508.2034   21322508.4604
+ 05  4  2  0  6 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41289795.844    24881064.630   -32146563.8164   24881062.2144
+ -11230564.395    24083834.353    -8730526.0504   24083829.2684
+ -27270720.652    23503516.200   -21223890.5264   23503511.3824
+ -46733892.980    20306460.925   -36389347.3424   20306453.8194
+ -47462732.406    22671739.883   -36957603.4364   22671732.0954
+ -30111443.012    21280096.463   -23437520.8424   21280090.7864
+ -23388293.926    22025113.117   -18199117.9614   22025108.4904
+ -32497377.277    24237623.330   -25297684.8284   24237619.6554
+ -32669850.020    21301503.539   -25432547.3334   21301496.6564
+ 05  4  2  0  6 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41257235.312    24887260.954   -32121192.0624   24887258.6814
+ -11358679.391    24059455.035    -8830355.9254   24059449.9874
+ -27244613.699    23508483.864   -21203547.4904   23508479.1474
+ -46748867.133    20303611.517   -36401015.5274   20303604.3364
+ -47452128.082    22673757.183   -36949340.3764   22673749.7744
+ -30237687.434    21256072.820   -23535893.0874   21256067.2394
+ -23502157.766    22003445.781   -18287843.0384   22003440.3384
+ -32472292.516    24242395.623   -25278138.3654   24242392.7584
+ -32779828.992    21280574.983   -25518245.2344   21280567.8334
+ 05  4  2  0  7 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41224606.016    24893469.346   -32095766.8324   24893468.2544
+ -11486841.797    24035066.284    -8930222.7184   24035061.1674
+ -27218316.266    23513488.284   -21183056.0294   23513484.0854
+ -46763585.500    20300810.812   -36412484.3904   20300803.6114
+ -47441373.734    22675804.215   -36940960.4464   22675796.7244
+ -30363524.891    21232126.879   -23633948.2164   21232121.0324
+ -23615735.824    21981832.694   -18376345.4184   21981827.5844
+ -32447241.180    24247162.851   -25258617.9114   24247159.2494
+ -32889370.871    21259729.998   -25603602.5374   21259722.7484
+ 05  4  2  0  7 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41191904.762    24899692.535   -32070285.3274   24899691.1944
+ -11615047.672    24010669.294    -9030123.3734   24010665.7064
+ -27191828.332    23518529.040   -21162416.1724   23518524.7424
+ -46778046.020    20298059.061   -36423752.3474   20298052.0324
+ -47430466.000    22677879.882   -36932460.9774   22677872.5344
+ -30488949.426    21208259.497   -23731681.5974   21208253.3814
+ -23729024.527    21960274.379   -18464622.3384   21960269.5304
+ -32422222.543    24251924.521   -25239123.0274   24251920.5564
+ -32998469.820    21238968.979   -25688614.6964   21238961.9504
+ 05  4  2  0  8 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41159132.879    24905928.972   -32044749.0014   24905928.0414
+ -11743297.379    23986264.004    -9130058.2104   23986259.2914
+ -27165153.797    23523604.989   -21141630.8544   23523600.4144
+ -46792251.266    20295355.967   -36434821.3934   20295348.8914
+ -47419405.793    22679984.728   -36923842.7014   22679977.5854
+ -30613959.539    21184470.672   -23829092.0434   21184464.9014
+ -23842024.445    21938771.359   -18552674.2094   21938766.2324
+ -32397240.594    24256678.377   -25219656.6214   24256674.6524
+ -33107124.695    21218292.997   -25773280.8324   21218286.0134
+ 05  4  2  0  8 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41126290.969    24912178.937   -32019157.9614   24912177.7134
+ -11871590.676    23961850.814    -9230027.0434   23961845.9854
+ -27138296.613    23528715.703   -21120703.2764   23528711.3894
+ -46806202.887    20292700.779   -36445692.8014   20292694.2824
+ -47408192.910    22682118.575   -36915105.4744   22682110.8404
+ -30738553.098    21160761.434   -23926177.9044   21160755.6444
+ -23954735.711    21917322.873   -18640501.1684   21917317.9624
+ -32372298.422    24261424.263   -25200221.2304   24261421.4954
+ -33215333.695    21197701.171   -25857599.5304   21197694.6274
+ 05  4  2  0  9 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41093379.957    24918440.864   -31993513.1034   24918440.0734
+ -11999927.797    23937429.487    -9330029.9354   23937424.6104
+ -27111260.840    23533860.404   -21099636.4704   23533855.7064
+ -46819902.840    20290094.070   -36456368.1084   20290086.8014
+ -47396827.875    22684280.656   -36906249.6214   22684273.7954
+ -30862728.168    21137131.726   -24022937.6804   21137126.3354
+ -24067158.855    21895929.656   -18728103.6084   21895924.4094
+ -32347399.473    24266162.654   -25180819.5864   24266158.4854
+ -33323094.828    21177194.936   -25941569.2504   21177188.1754
+ 05  4  2  0  9 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41060398.336    24924717.987   -31967813.2674   24924716.4024
+ -12128306.043    23912999.386    -9430064.9594   23912994.5604
+ -27084047.633    23539039.192   -21078431.4424   23539034.6364
+ -46833350.781    20287534.942   -36466847.0384   20287528.2384
+ -47385308.633    22686472.691   -36897273.6444   22686466.2324
+ -30986480.277    21113582.172   -24119367.8594   21113576.6164
+ -24179291.938    21874591.070   -18815480.0084   21874586.3324
+ -32322544.707    24270893.380   -25161452.3164   24270888.2724
+ -33430404.105    21156775.007   -26025186.8564   21156768.3954
+ 05  4  2  0 10 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -41027348.605    24931006.906   -31942060.3494   24931006.0124
+ -12256727.094    23888561.947    -9530133.3344   23888557.8514
+ -27056662.551    23544250.805   -21057092.4284   23544245.8024
+ -46846549.559    20285023.208   -36477131.8224   20285016.3214
+ -47373636.652    22688694.444   -36888178.6594   22688687.4174
+ -31109808.938    21090113.718   -24215468.0824   21090108.0994
+ -24291136.656    21853307.610   -18902631.7094   21853303.2754
+ -32297738.816    24275612.669   -25142123.2304   24275608.4694
+ -33537260.848    21136440.765   -26108451.8574   21136433.6384
+ 05  4  2  0 10 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40994229.195    24937310.173   -31916253.1744   24937307.1644
+ -12385188.496    23864116.951    -9630233.1234   23864111.9074
+ -27029106.711    23549494.382   -21035620.4304   23549489.5074
+ -46859499.762    20282558.971   -36487222.9064   20282551.7064
+ -47361810.930    22690944.479   -36878963.8964   22690937.6464
+ -31232710.254    21066726.282   -24311235.3224   21066720.3604
+ -24402691.223    21832079.563   -18989557.3194   21832074.7384
+ -32272982.961    24280324.916   -25122833.0554   24280320.6044
+ -33643661.996    21116193.231   -26191361.8524   21116186.1354
+ 05  4  2  0 11 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40961042.133    24943625.174   -31890393.1934   24943623.4614
+ -12513691.336    23839663.252    -9730365.1844   23839659.3644
+ -27001385.492    23554769.184   -21014019.5434   23554765.0124
+ -46872203.730    20280141.177   -36497122.1204   20280134.3894
+ -47349832.219    22693224.066   -36869629.8914   22693216.8694
+ -31355182.941    21043420.367   -24406668.5634   21043414.3144
+ -24513957.105    21810906.139   -19076257.9814   21810901.9924
+ -32248281.664    24285024.710   -25103585.3874   24285021.2784
+ -33749606.020    21096032.555   -26273915.6374   21096025.9504
+ 05  4  2  0 11 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40927786.934    24949953.534   -31864480.1554   24949951.8374
+ -12642234.316    23815201.761    -9830528.5484   23815197.6304
+ -26973501.449    23560075.763   -20992291.7424   23560070.8024
+ -46884662.469    20277770.452   -36506830.2514   20277763.4424
+ -47337699.973    22695533.001   -36860176.2594   22695526.2484
+ -31477224.156    21020196.844   -24501765.5884   21020190.8474
+ -24624933.703    21789788.249   -19162733.2134   21789783.7104
+ -32223636.633    24289713.927   -25084381.5904   24289710.7864
+ -33855090.180    21075959.468   -26356111.0784   21075952.9534
+ 05  4  2  0 12 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40894464.273    24956294.531   -31838514.6254   24956292.4744
+ -12770817.164    23790733.566    -9930723.0034   23790729.3734
+ -26945458.199    23565411.787   -20970439.9054   23565407.0554
+ -46896877.777    20275446.174   -36516348.7044   20275439.3464
+ -47325414.625    22697870.880   -36850603.3404   22697864.2644
+ -31598831.965    20997055.270   -24596524.8874   20997049.5744
+ -24735621.355    21768725.235   -19248983.3234   21768720.7924
+ -32199051.477    24294393.430   -25065224.5284   24294389.1844
+ -33960113.105    21055974.369   -26437947.1354   21055967.4884
+ 05  4  2  0 12 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40861075.422    24962647.561   -31812497.4304   24962646.3134
+ -12899440.230    23766257.382   -10030948.7404   23766253.4614
+ -26917260.172    23570777.494   -20948467.4824   23570773.8744
+ -46908852.117    20273167.601   -36525679.3904   20273160.5564
+ -47312976.758    22700237.521   -36840911.5514   22700230.7294
+ -31720004.672    20973997.113   -24690945.1524   20973991.0104
+ -24846020.422    21747717.127   -19335008.5454   21747712.4764
+ -32174529.727    24299059.980   -25046116.6554   24299056.4714
+ -34064673.375    21036077.443   -26519422.6654   21036070.5224
+ 05  4  2  0 13 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40827618.352    24969015.656   -31786427.1214   24969014.0774
+ -13028100.359    23741774.708   -10131203.4044   23741769.8544
+ -26888907.938    23576173.141   -20926374.8444   23576168.8024
+ -46920584.047    20270934.881   -36534821.1754   20270927.6434
+ -47300383.707    22702633.614   -36831098.8514   22702627.1244
+ -31840737.664    20951022.413   -24785022.7814   20951016.5624
+ -24956128.559    21726764.057   -19420807.0834   21726758.9944
+ -32150071.699    24303714.064   -25027058.5674   24303710.6014
+ -34168766.410    21016269.074   -26600534.1264   21016261.8924
+ 05  4  2  0 13 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40794091.574    24975395.498   -31760302.5264   24975393.9034
+ -13156795.250    23717284.733   -10231485.1254   23717280.0744
+ -26860403.285    23581597.094   -20904163.4704   23581593.5124
+ -46932073.594    20268748.554   -36543774.0994   20268741.0654
+ -47287633.844    22705059.719   -36821163.9704   22705053.2514
+ -31961026.609    20928132.302   -24878754.4054   20928126.3694
+ -25065944.039    21705866.507   -19506377.5774   21705861.5744
+ -32125678.262    24308356.445   -25008050.8734   24308352.4014
+ -34272388.234    20996550.405   -26681278.4024   20996543.2444
+ 05  4  2  0 14 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40760500.500    24981787.135   -31734127.7964   24981785.6774
+ -13285529.285    23692787.541   -10331797.3354   23692782.8994
+ -26831754.512    23587049.117   -20881839.8504   23587044.7764
+ -46943327.066    20266607.032   -36552543.0604   20266600.3214
+ -47274731.965    22707515.058   -36811110.6244   22707508.5034
+ -32080874.172    20905326.045   -24972142.0834   20905320.0954
+ -25175471.730    21685024.411   -19591723.8214   21685019.6744
+ -32101357.312    24312984.160   -24989099.6364   24312980.5604
+ -34375541.867    20976920.856   -26761657.8554   20976913.9924
+ 05  4  2  0 14 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40726843.496    24988192.383   -31707901.6834   24988190.3624
+ -13414299.754    23668282.854   -10432137.9944   23668278.2094
+ -26802962.797    23592527.970   -20859404.8114   23592524.1824
+ -46954343.711    20264510.839   -36561127.4824   20264504.0304
+ -47261675.848    22709999.389   -36800937.0784   22709993.4344
+ -32200276.012    20882604.463   -25065182.4524   20882598.4744
+ -25284709.539    21664237.152   -19676844.1904   21664232.3644
+ -32077109.320    24317598.932   -24970205.2624   24317595.3324
+ -34478223.035    20957381.558   -26841669.1544   20957374.5024
+ 05  4  2  0 15 29.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40693121.090    24994609.359   -31681624.6564   24994608.3074
+ -13543106.340    23643772.200   -10532506.7554   23643767.6614
+ -26774032.418    23598033.553   -20836861.7224   23598029.1324
+ -46965125.191    20262459.178   -36569528.6634   20262452.6074
+ -47248465.625    22712513.718   -36790643.4644   22712506.7844
+ -32319230.121    20859968.086   -25157873.9484   20859962.3644
+ -25393657.793    21643504.465   -19761738.9214   21643500.2254
+ -32052937.746    24322198.011   -24951370.4174   24322194.8644
+ -34580429.945    20937931.974   -26921310.9084   20937925.5434
+ 05  4  2  0 15 59.9990000  0  9G 3G 7G 8G11G19G20G24G27G28
+ -40659334.086    25001038.597   -31655297.2924   25001036.6284
+ -13671948.781    23619254.672   -10632903.4804   23619249.6214
+ -26744966.707    23603564.982   -20814213.1844   23603560.9184
+ -46975673.668    20260451.762   -36577748.2924   20260445.1394
+ -47235101.727    22715056.517   -36780230.0954   22715050.2374
+ -32437734.574    20837417.694   -25250215.0584   20837411.9264
+ -25502316.793    21622827.370   -19846408.2644   21622822.9974
+ -32028845.688    24326783.470   -24932597.4994   24326779.4424
+ -34682160.973    20918573.201   -27000581.8274   20918566.8224
+ 05  4  2  0 16 29.9990000  0  8G 7G 8G11G19G20G24G27G28
+ -13800826.145    23594729.235   -10733327.3724   23594725.5544
+ -26715768.148    23609121.333   -20791461.1214   23609116.5484
+ -46985989.902    20258488.874   -36585786.9324   20258482.3314
+ -47221583.703    22717629.557   -36769696.6314   22717622.5564
+ -32555786.730    20814952.992   -25342203.7294   20814946.9074
+ -25610686.262    21602205.366   -19930851.9874   21602200.9664
+ -32004835.152    24331352.926   -24913888.2104   24331349.2774
+ -34783413.586    20899305.550   -27079479.9704   20899298.5854
+ 05  4  2  0 16 59.9990000  0  8G 7G 8G11G19G20G24G27G28
+ -13929735.301    23570198.401   -10833776.0564   23570194.6444
+ -26686438.137    23614702.697   -20768606.6104   23614697.8994
+ -46996073.004    20256570.181   -36593643.9254   20256563.2714
+ -47207909.090    22720231.405   -36759041.1614   22720224.6924
+ -32673382.074    20792575.269   -25433836.4414   20792569.5774
+ -25718763.582    21581639.046   -20015068.0704   21581634.4804
+ -31980906.836    24335906.261   -24895242.8604   24335902.3384
+ -34884183.387    20880129.493   -27158001.8914   20880123.0324
+ 05  4  2  0 17 29.9990000  0  8G 7G 8G11G19G20G24G27G28
+ -14058674.352    23545661.943   -10934248.0474   23545658.8374
+ -26656978.488    23620308.634   -20745651.1224   23620304.2074
+ -47005922.848    20254695.809   -36601319.1464   20254688.6094
+ -47194076.391    22722863.344   -36748262.4984   22722856.9674
+ -32790516.953    20770285.293   -25525110.3514   20770279.2494
+ -25826547.676    21561128.390   -20099055.6574   21561123.8574
+ -31957061.855    24340443.473   -24876662.4794   24340439.3244
+ -34984466.973    20861046.217   -27236144.9384   20861039.6024
+ 05  4  2  0 17 59.9990000  0  8G 7G 8G11G19G20G24G27G28
+ -14187638.008    23521121.221   -11034739.1694   23521117.4184
+ -26627388.113    23625939.396   -20722593.7934   23625934.8374
+ -47015536.582    20252866.442   -36608810.3764   20252859.6464
+ -47180081.004    22725527.219   -36737357.0564   22725520.6514
+ -32907184.645    20748084.117   -25616020.2264   20748078.2424
+ -25934034.203    21540674.618   -20182811.3864   21540669.9544
+ -31933298.621    24344965.484   -24858145.8144   24344962.0484
+ -35084257.707    20842056.500   -27313903.9554   20842049.8874
+ 05  4  2  0 18 29.9990000  0  8G 7G 8G11G19G20G24G27G28
+ -14316623.574    23496577.070   -11135247.3734   23496571.7854
+ -26597668.484    23631595.205   -20699435.6814   23631590.4374
+ -47024913.277    20251081.971   -36616116.9214   20251075.0124
+ -47165920.707    22728221.890   -36726323.1204   22728215.6384
+ -33023380.738    20725972.691   -25706562.6144   20725966.6974
+ -26041220.812    21520277.635   -20266333.3904   21520272.6294
+ -31909617.652    24349472.149   -24839693.2964   24349469.0164
+ -35183551.844    20823161.738   -27391276.0074   20823154.6234
+ 05  4  2  0 18 59.9990000  0  8G 1G 7G 8G11G19G20G24G28
+    -36200.5621   24765288.619
+ -14445629.875    23472027.926   -11235771.7654   23472022.8354
+ -26567822.523    23637274.650   -20676179.1794   23637269.8434
+ -47034053.961    20249342.383   -36623239.5404   20249335.7844
+ -47151595.133    22730948.012   -36715160.3884   22730941.4884
+ -33139102.723    20703951.532   -25796735.5684   20703945.3704
+ -26148107.293    21499937.876   -20349621.5374   21499932.9174
+ -35282346.777    20804362.045   -27468259.0754   20804354.9424
+ 05  4  2  0 19 29.9990000  0  8G 1G 7G 8G11G19G20G24G28
+   -135367.8751   24746416.395      -88789.5785   24746414.4194
+ -14574659.637    23447474.634   -11336314.4634   23447469.6284
+ -26537856.512    23642976.605   -20652829.1424   23642972.3714
+ -47042963.508    20247647.079   -36630182.0694   20247640.3334
+ -47137107.426    22733705.110   -36703871.3174   22733698.6234
+ -33254351.715    20682020.424   -25886539.9554   20682014.2294
+ -26254697.383    21479654.437   -20432678.7354   21479649.8054
+ -35380643.832    20785656.546   -27544854.1804   20785649.7884
+ 05  4  2  0 19 59.9990000  0  8G 1G 7G 8G11G19G20G24G28
+   -234270.3831   24727596.068     -165856.4575   24727593.8964
+ -14703715.039    23422915.603   -11436877.0924   23422910.5324
+ -26507776.746    23648700.730   -20629390.4004   23648696.8104
+ -47051646.031    20245995.027   -36636947.6774   20245988.0184
+ -47122460.543    22736492.384   -36692458.2114   22736485.6994
+ -33369128.441    20660179.075   -25975976.3464   20660172.8094
+ -26360993.730    21459426.842   -20515507.0314   21459421.6394
+ -35478444.266    20767045.928   -27621062.3164   20767038.9904
+ 05  4  2  0 20 29.9990000  0  8G 1G 7G 8G11G19G20G24G28
+   -332907.4531   24708826.370     -242716.4165   24708823.3264
+ -14832796.863    23398351.639   -11537460.3234   23398347.9564
+ -26477588.488    23654445.363   -20605867.1394   23654440.9304
+ -47060104.500    20244385.296   -36643538.7134   20244378.8294
+ -47107656.004    22739309.636   -36680922.2564   22739302.6294
+ -33483432.457    20638427.714   -26065044.3944   20638421.7304
+ -26466997.930    21439254.933   -20598107.6954   21439250.3874
+ -35575747.281    20748529.498   -27696882.8544   20748522.7694
+ 05  4  2  0 20 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -431271.176    24690109.451     -319363.4844   24690105.7434
+ -14961898.553    23373785.102   -11638058.9534   23373780.3174
+ -26447294.172    23660209.910   -20582261.2764   23660206.1204
+ -47068338.738    20242818.645   -36649955.0064   20242811.4654
+ -47092692.590    22742157.038   -36669262.5014   22742150.6084
+ -33597256.023    20616767.668   -26153738.0704   20616761.6444
+ -26572704.816    21419139.893   -20680476.6784   21419134.7954
+ -35672546.164    20730109.546   -27772310.5594   20730102.6074
+ 05  4  2  0 21 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -529364.887    24671442.540     -395800.0984   24671439.6174
+ -15091027.195    23349212.249   -11738678.6684   23349207.8314
+ -26416894.000    23665994.837   -20558572.9044   23665990.7864
+ -47076349.844    20241294.026   -36656197.4444   20241287.1754
+ -47077568.527    22745035.060   -36657477.5934   22745028.1394
+ -33710604.031    20595198.182   -26242061.1624   20595192.1184
+ -26678120.789    21399079.848   -20762618.9924   21399074.7654
+ -35768844.945    20711784.202   -27847348.5694   20711777.3024
+ 05  4  2  0 21 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -627184.305    24652827.502     -472023.0514   24652825.4704
+ -15220179.312    23324635.567   -11839316.6624   23324630.8084
+ -26386394.312    23671798.898   -20534807.0334   23671795.3234
+ -47084140.043    20239811.556   -36662267.7424   20239804.8134
+ -47062285.773    22747943.039   -36645569.0204   22747936.8654
+ -33823472.086    20573720.301   -26330010.2724   20573714.3434
+ -26783244.133    21379075.133   -20844533.2654   21379070.5844
+ -35864639.957    20693554.809   -27921994.0354   20693547.7564
+ 05  4  2  0 22 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -724728.625    24634265.682     -548031.6324   24634263.4424
+ -15349355.742    23300054.487   -11939973.6114   23300049.4984
+ -26355800.082    23677620.742   -20510967.4454   23677617.6294
+ -47091712.832    20238370.524   -36668168.6394   20238363.6074
+ -47046846.004    22750881.255   -36633538.0854   22750874.9214
+ -33935859.730    20552333.538   -26417585.0534   20552327.3294
+ -26888076.406    21359126.497   -20926220.7314   21359121.5554
+ -35959930.863    20675421.545   -27996246.6944   20675414.7404
+ 05  4  2  0 22 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -821993.828    24615756.139     -623822.6994   24615755.0714
+ -15478554.492    23275468.452   -12040647.9314   23275463.3654
+ -26325113.328    23683461.233   -20487055.7324   23683457.1584
+ -47099067.875    20236971.114   -36673899.8454   20236963.9914
+ -47031247.660    22753850.231   -36621383.6064   22753843.3214
+ -34047763.543    20531038.751   -26504782.7964   20531032.5794
+ -26992616.488    21339232.830   -21007680.5144   21339228.1814
+ -36054714.719    20657385.139   -28070104.2434   20657378.5164
+ 05  4  2  0 23 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+   -918976.859    24597300.819     -699393.8974   24597299.2384
+ -15607774.102    23250878.848   -12141338.5074   23250873.8204
+ -26294336.363    23689317.895   -20463073.7854   23689313.8524
+ -47106206.078    20235612.688   -36679462.1054   20235605.6514
+ -47015490.152    22756847.962   -36609105.1214   22756842.2134
+ -34159180.863    20509836.993   -26591601.4644   20509830.8144
+ -27096863.848    21319395.410   -21088912.2034   21319390.5524
+ -36148988.855    20639445.281   -28143564.6074   20639438.5744
+ 05  4  2  0 23 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1015675.359    24578899.748     -774743.4264   24578897.7614
+ -15737014.219    23226284.780   -12242045.0904   23226279.5074
+ -26263472.930    23695191.033   -20439024.4214   23695186.8764
+ -47113129.125    20234295.187   -36684856.7034   20234288.0494
+ -46999573.848    22759876.752   -36596702.8474   22759871.1984
+ -34270110.211    20488727.793   -26678039.9004   20488721.5674
+ -27200819.277    21299613.296   -21169916.4044   21299608.1094
+ -36242751.805    20621602.788   -28216626.6484   20621595.6874
+ 05  4  2  0 24 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1112084.148    24560554.432     -849867.1844   24560551.5394
+ -15866271.117    23201688.125   -12342764.7234   23201683.4244
+ -26232523.402    23701080.298   -20414908.0124   23701076.1824
+ -47119835.496    20233018.935   -36690082.4574   20233012.3964
+ -46983495.906    22762936.866   -36584174.6634   22762929.8034
+ -34380546.527    20467712.398   -26764094.1564   20467706.1804
+ -27304479.938    21279887.302   -21250690.9294   21279882.3544
+ -36335998.828    20603858.480   -28289286.6624   20603851.4064
+ 05  4  2  0 24 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1208206.105    24542262.825     -924767.4904   24542259.7834
+ -15995549.586    23177086.776   -12443501.1784   23177081.8794
+ -26201496.777    23706984.299   -20390731.4694   23706981.2404
+ -47126332.102    20231783.028   -36695144.7694   20231775.7924
+ -46967261.617    22766026.100   -36571524.6294   22766019.4114
+ -34490493.148    20446790.398   -26849766.8314   20446784.2684
+ -27407851.262    21260216.440   -21331239.9974   21260211.7894
+ -36428733.730    20586211.783   -28361547.6144   20586204.5284
+ 05  4  2  0 25 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1304039.145    24524026.212     -999442.5704   24524024.1214
+ -16124849.242    23152482.203   -12544254.1264   23152477.8824
+ -26170396.586    23712902.413   -20366497.6424   23712899.3274
+ -47132620.664    20230586.477   -36700044.9674   20230579.3444
+ -46950871.562    22769144.754   -36558753.2284   22769138.3854
+ -34599949.082    20425961.695   -26935057.1454   20425955.5364
+ -27510934.031    21240600.237   -21411564.1934   21240595.6854
+ -36520955.230    20568662.546   -28433408.5174   20568655.5904
+ 05  4  2  0 25 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1399580.336    24505844.531    -1073890.2584   24505843.1304
+ -16254168.746    23127873.656   -12645022.5174   23127869.0694
+ -26139225.820    23718834.519   -20342208.8414   23718830.4584
+ -47138702.109    20229428.863   -36704783.7594   20229421.6124
+ -46934325.117    22772293.610   -36545859.9514   22772286.6244
+ -34708911.570    20405226.930   -27019962.9614   20405220.5054
+ -27613727.633    21221039.251   -21491663.0694   21221034.7714
+ -36612661.223    20551211.494   -28504867.7384   20551204.3134
+ 05  4  2  0 26 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1494826.816    24487720.896    -1148108.3644   24487718.6464
+ -16383506.984    23103261.628   -12745805.5434   23103256.5684
+ -26107987.371    23724779.182   -20317867.2504   23724775.4864
+ -47144577.418    20228311.079   -36709361.9384   20228303.8544
+ -46917622.070    22775472.417   -36532844.6694   22775465.6364
+ -34817378.496    20384586.171   -27104482.6294   20384579.9134
+ -27716232.340    21201533.442   -21571536.8494   21201528.4944
+ -36703849.410    20533858.784   -28575923.4594   20533851.8784
+ 05  4  2  0 26 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1589776.176    24469652.944    -1222094.7774   24469650.4014
+ -16512863.184    23078645.762   -12846602.5514   23078640.8774
+ -26076684.422    23730735.664   -20293475.4354   23730731.6954
+ -47150247.781    20227231.580   -36713780.4194   20227224.9324
+ -46900762.254    22778681.181   -36519707.2114   22778673.8404
+ -34925347.984    20364040.008   -27188614.6784   20364033.9514
+ -27818448.387    21182082.388   -21651185.7034   21182077.4304
+ -36794518.281    20516604.943   -28646574.5334   20516597.9704
+ 05  4  2  0 27 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1684424.184    24451640.578    -1295846.5134   24451639.1644
+ -16642234.730    23054026.816   -12947411.5494   23054022.2844
+ -26045318.785    23736704.778   -20269034.8164   23736701.3464
+ -47155713.035    20226191.372   -36718039.0744   20226184.8914
+ -46883744.059    22781919.084   -36506446.3604   22781912.6114
+ -35032816.242    20343589.508   -27272356.1654   20343583.4954
+ -27920373.984    21162686.442   -21730608.2104   21162681.7764
+ -36884664.164    20499450.799   -28716818.0694   20499444.5454
+ 05  4  2  0 27 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1778767.910    24433688.310    -1369361.0704   24433686.6294
+ -16771620.488    23029405.302   -13048231.5524   23029401.1404
+ -26013893.027    23742685.240   -20244547.2174   23742680.4494
+ -47160974.348    20225190.470   -36722138.8224   20225183.6624
+ -46866567.094    22785188.148   -36493061.7794   22785181.2324
+ -35139780.949    20323234.948   -27355705.2634   20323228.8974
+ -28022008.895    21143346.051   -21809804.2304   21143340.9684
+ -36974285.172    20482396.401   -28786652.6174   20482389.8554
+ 05  4  2  0 28 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1872805.871    24415792.688    -1442637.3364   24415791.5094
+ -16901020.465    23004781.896   -13149062.6704   23004776.9554
+ -25982411.098    23748675.860   -20220015.9204   23748671.6464
+ -47166033.508    20224227.915   -36726081.0314   20224220.8564
+ -46849232.113    22788486.935   -36479554.0754   22788479.8944
+ -35246241.266    20302976.252   -27438661.3414   20302970.2444
+ -28123354.148    21124060.466   -21888774.5414   21124055.8404
+ -37063380.469    20465442.183   -28856077.5214   20465436.1074
+ 05  4  2  0 28 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -1966535.770    24397957.025    -1515673.5794   24397955.6914
+ -17030433.891    22980155.064   -13249904.2784   22980150.4304
+ -25950877.258    23754676.523   -20195444.2034   23754672.5394
+ -47170892.070    20223303.362   -36729866.9374   20223296.3774
+ -46831739.648    22791815.755   -36465923.6464   22791809.0644
+ -35352195.688    20282813.833   -27521223.2074   20282807.5364
+ -28224410.438    21104830.200   -21967519.6814   21104825.1914
+ -37151948.613    20448588.228   -28925091.6504   20448581.9224
+ 05  4  2  0 29 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2059957.133    24380179.842    -1588469.3524   24380177.6964
+ -17159861.918    22955525.740   -13350757.2414   22955520.8474
+ -25919295.984    23760685.930   -20170835.4894   23760681.7224
+ -47175553.250    20222416.483   -36733499.0384   20222409.3114
+ -46814091.324    22795173.654   -36452171.7744   22795167.1614
+ -35457644.273    20262747.636   -27603390.9274   20262741.2354
+ -28325180.098    21085654.670   -22046041.4764   21085649.4674
+ -37239989.926    20431834.743   -28993695.2624   20431827.9584
+ 05  4  2  0 29 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2153064.680    24362461.108    -1661020.5714   24362459.7674
+ -17289301.020    22930894.236   -13451618.8574   22930889.4364
+ -25887667.930    23766704.546   -20146190.3004   23766701.0524
+ -47180015.742    20221567.213   -36736976.3324   20221559.9184
+ -46796284.359    22798562.271   -36438296.2634   22798556.2244
+ -35562582.332    20242778.357   -27685160.8254   20242772.4434
+ -28425660.402    21066533.742   -22124337.8024   21066528.7724
+ -37327500.215    20415182.052   -29061885.1074   20415175.1364
+ 05  4  2  0 30 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2245855.996    24344803.900    -1733325.4224   24344802.0354
+ -17418750.031    22906261.299   -13552488.2044   22906256.1464
+ -25855996.402    23772732.252   -20121511.2874   23772727.3394
+ -47184280.770    20220755.465   -36740299.7494   20220748.6174
+ -46778318.895    22801981.352   -36424297.2804   22801975.1794
+ -35667007.941    20222906.911   -27766531.4074   20222900.7084
+ -28525851.500    21047467.707   -22202408.7714   21047463.3254
+ -37414477.656    20398630.621   -29129659.7454   20398624.1914
+ 05  4  2  0 30 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2338328.125    24327206.867    -1805381.5294   24327205.6084
+ -17548207.535    22881626.213   -13653364.1564   22881621.1814
+ -25824283.695    23778766.581   -20096800.1634   23778762.0204
+ -47188349.172    20219981.734   -36743469.9474   20219974.7594
+ -46760194.254    22805430.463   -36410174.2484   22805423.9884
+ -35770918.895    20203133.268   -27847500.9644   20203126.7114
+ -28625752.992    21028457.069   -22280254.0664   21028452.5934
+ -37500919.871    20382181.192   -29197017.3054   20382174.6654
+ 05  4  2  0 31 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2430482.207    24309670.898    -1877189.7474   24309669.4514
+ -17677676.020    22856989.516   -13754248.6514   22856984.5654
+ -25792536.434    23784807.860   -20072062.1084   23784803.0474
+ -47192225.141    20219243.967   -36746490.2044   20219237.3374
+ -46741913.977    22808909.509   -36395929.9514   22808902.4224
+ -35874317.094    20183457.066   -27928070.9724   20183451.0584
+ -28725368.695    21009501.157   -22357876.6764   21009496.2874
+ -37586829.055    20365833.353   -29263959.5224   20365826.7824
+ 05  4  2  0 31 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2522314.531    24292195.582    -1948747.2194   24292193.2444
+ -17807153.488    22832350.089   -13855140.1594   22832345.8034
+ -25760756.480    23790855.382   -20047298.5694   23790851.3614
+ -47195909.188    20218542.732   -36749360.9084   20218536.0794
+ -46723476.719    22812417.450   -36381563.2874   22812410.9084
+ -35977199.352    20163879.244   -28008238.9474   20163873.0774
+ -28824697.699    20990599.129   -22435275.8824   20990593.9294
+ -37672202.340    20349587.556   -29330484.1524   20349580.6194
+ 05  4  2  0 32 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2613821.883    24274781.853    -2020051.5294   24274780.1564
+ -17936638.109    22807709.951   -13956037.2614   22807705.3874
+ -25728946.637    23796909.283   -20022511.7864   23796904.6754
+ -47199401.824    20217878.245   -36752082.4644   20217871.3814
+ -46704881.773    22815956.431   -36367073.8154   22815950.0354
+ -36079563.137    20144399.962   -28088002.9104   20144393.7094
+ -28923739.445    20971751.760   -22512451.2514   20971746.6754
+ -37757037.477    20333443.989   -29396589.4484   20333436.7964
+ 05  4  2  0 32 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2705005.297    24257430.330    -2091103.3824   24257428.2034
+ -18066132.234    22783068.573   -14056941.7264   22783063.4684
+ -25697113.441    23802966.149   -19997706.7884   23802962.8954
+ -47202707.605    20217249.195   -36754658.4014   20217242.3214
+ -46686132.492    22819523.922   -36352464.0624   22819517.4114
+ -36181410.371    20125019.080   -28167364.3794   20125012.9524
+ -29022497.387    20952959.177   -22589405.4694   20952953.9274
+ -37841336.043    20317402.375   -29462276.6394   20317395.3554
+ 05  4  2  0 33 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2795858.246    24240141.312    -2161897.7594   24240139.1144
+ -18195630.699    22758426.116   -14157849.6024   22758420.2144
+ -25665255.508    23809028.909   -19972882.5104   23809025.2464
+ -47205823.113    20216656.490   -36757086.0814   20216649.7214
+ -46667224.598    22823121.908   -36337730.7234   22823115.5084
+ -36282734.934    20105737.663   -28246318.5594   20105731.5914
+ -29120967.531    20934221.163   -22666135.4374   20934216.1414
+ -37925092.559    20301464.050   -29527541.4584   20301457.6424
+ 05  4  2  0 33 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2886380.812    24222915.157    -2232434.6644   24222913.6224
+ -18325135.117    22733781.404   -14258762.1014   22733777.0474
+ -25633378.848    23815094.621   -19948043.6364   23815090.8464
+ -47208752.492    20216098.754   -36759368.7274   20216091.9294
+ -46648160.945    22826749.780   -36322876.0254   22826743.0864
+ -36383537.707    20086555.773   -28324866.1534   20086549.8574
+ -29219153.059    20915537.050   -22742643.6154   20915531.9964
+ -38008308.195    20285628.571   -29592384.8164   20285622.1344
+ 05  4  2  0 34 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -2976572.031    24205752.056    -2302713.3764   24205750.5294
+ -18454645.762    22709136.498   -14359679.4594   22709131.5614
+ -25601487.832    23821163.902   -19923193.6514   23821159.9264
+ -47211498.199    20215576.265   -36761508.2534   20215569.8114
+ -46628942.648    22830406.639   -36307900.8314   22830400.4584
+ -36483818.523    20067473.063   -28403007.0344   20067466.7834
+ -29317055.328    20896906.834   -22818931.0664   20896901.6764
+ -38090982.594    20269896.269   -29656806.4204   20269889.3714
+ 05  4  2  0 34 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -3066427.848    24188653.903    -2372730.7584   24188651.2454
+ -18584159.852    22684490.952   -14460599.4964   22684486.0484
+ -25569583.824    23827234.825   -19898333.3934   23827230.0814
+ -47214059.922    20215088.745   -36763504.4134   20215082.2474
+ -46609567.836    22834093.965   -36292803.6324   22834087.7944
+ -36583573.840    20048490.101   -28480738.4224   20048484.0004
+ -29414672.980    20878330.744   -22894996.7514   20878325.8604
+ -38173112.492    20254267.332   -29720803.7494   20254260.5794
+ 05  4  2  0 35 29.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -3155945.801    24171618.325    -2442484.8804   24171616.7124
+ -18713676.355    22659844.441   -14561521.4594   22659839.8254
+ -25537669.699    23833307.807   -19873465.3194   23833303.4864
+ -47216438.777    20214636.349   -36765358.0694   20214629.6094
+ -46590036.668    22837810.463   -36277584.6074   22837804.3984
+ -36682802.145    20029607.393   -28558059.1554   20029601.3134
+ -29512005.984    20859808.709   -22970840.6274   20859803.7704
+ -38254696.555    20238742.417   -29784375.7444   20238735.3244
+ 05  4  2  0 35 59.9980000  0  8G 1G 7G 8G11G19G20G24G28
+  -3245124.527    24154648.379    -2511974.7124   24154646.7174
+ -18843195.148    22635197.858   -14662445.1644   22635193.4074
+ -25505749.594    23839382.201   -19848592.5614   23839378.8404
+ -47218636.719    20214218.001   -36767070.7474   20214211.1284
+ -46570350.160    22841557.210   -36262244.5544   22841551.0204
+ -36781502.652    20010825.370   -28634968.6264   20010819.4724
+ -29609055.781    20841340.669   -23046463.8184   20841335.7964
+ -38335734.371    20223321.178   -29847522.1014   20223314.5724
+ 05  4  2  0 36 29.9970000  0  8G 1G 7G 8G11G19G20G24G28
+  -3333957.734    24137743.930    -2581195.2914   24137741.3624
+ -18972709.750    22610552.241   -14763365.6304   22610547.5514
+ -25473826.895    23845456.932   -19823717.8684   23845453.4054
+ -47220653.879    20213834.353   -36768642.5744   20213827.7024
+ -46550507.723    22845333.001   -36246782.9754   22845326.5614
+ -36879669.469    19992144.775   -28711462.2384   19992138.8374
+ -29705818.281    20822927.210   -23121863.1554   20822922.2504
+ -38416220.738    20208005.251   -29910238.7464   20207998.2274
+ 05  4  2  0 36 59.9970000  0  8G 1G 7G 8G11G19G20G24G28
+  -3422451.895    24120903.402    -2650151.6724   24120901.5454
+ -19102230.625    22585905.500   -14864290.9864   22585900.1484
+ -25441905.258    23851530.821   -19798844.0144   23851528.5534
+ -47222494.168    20213484.240   -36770076.5684   20213477.2484
+ -46530510.824    22849137.923   -36231201.0404   22849131.9054
+ -36977310.402    19973564.381   -28787546.0654   19973558.1884
+ -29802303.082    20804567.100   -23197046.0914   20804561.9154
+ -38496162.262    20192792.854   -29972530.8384   20192785.7614
+ 05  4  2  0 37 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3510598.344    24104130.129    -2718837.0844   24104127.9544
+    -51250.8671   24149472.529
+ -19231749.008    22561258.428   -14965214.3614   22561253.7124
+ -25409985.332    23857605.553   -19773971.3484   23857602.1104
+ -47224155.637    20213167.989   -36771371.2194   20213161.0844
+ -46510356.957    22852973.562   -36215496.7984   22852967.1064
+ -37074417.332    19955085.505   -28863213.7904   19955079.2264
+ -29898503.922    20786260.707   -23272007.7664   20786255.2644
+ -38575552.008    20177685.575   -30034392.9824   20177678.8684
+ 05  4  2  0 37 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3598396.203    24087422.576    -2787250.9514   24087420.0134
+   -191398.586    24122803.370     -125694.9225   24122799.6894
+ -19361265.176    22536612.455   -15066136.0324   22536607.5194
+ -25378071.633    23863678.607   -19749103.6404   23863675.5004
+ -47225640.734    20212885.275   -36772528.4424   20212878.2824
+ -46490047.766    22856838.068   -36199671.5144   22856831.8654
+ -37170990.160    19936708.452   -28938465.3314   19936702.3574
+ -29994422.598    20768008.079   -23346749.5854   20768002.5314
+ -38654389.629    20162683.050   -30095824.8824   20162676.6934
+ 05  4  2  0 38 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3685847.453    24070781.160    -2855394.6934   24070779.5434
+   -331431.348    24096156.049     -234811.3754   24096152.3004
+ -19490782.363    22511966.105   -15167058.4784   22511961.0144
+ -25346171.234    23869749.162   -19724246.2374   23869744.9664
+ -47226954.891    20212635.204   -36773552.4904   20212628.6284
+ -46469587.320    22860732.430   -36183728.3884   22860726.1934
+ -37267031.543    19918432.359   -29013302.7544   19918425.9554
+ -30090063.621    20749808.059   -23421275.0554   20749802.6464
+ -38732678.238    20147785.443   -30156828.9984   20147778.6484
+ 05  4  2  0 38 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3772955.824    24054205.208    -2923271.2924   24054202.9734
+   -471354.535    24069529.156     -343842.4264   24069525.4664
+ -19620305.555    22487318.634   -15267985.6074   22487313.6604
+ -25314293.664    23875815.569   -19699406.6554   23875812.0614
+ -47228105.203    20212416.318   -36774448.8454   20212409.5194
+ -46448981.621    22864652.955   -36167672.0874   22864646.7014
+ -37362546.168    19900256.576   -29087729.7294   19900250.0574
+ -30185433.250    20731659.920   -23495589.0334   20731654.4884
+ -38810422.520    20132991.346   -30217408.9674   20132984.3744
+ 05  4  2  0 39 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3859717.168    24037694.502    -2990877.4684   24037692.9674
+   -611165.918    24042924.537     -452786.3554   24042920.9924
+ -19749831.586    22462670.921   -15368914.9724   22462666.2684
+ -25282439.781    23881876.906   -19674585.6254   23881874.4024
+ -47229091.020    20212228.760   -36775217.0304   20212222.2104
+ -46428228.641    22868602.250   -36151501.0224   22868595.4244
+ -37457530.664    19882181.561   -29161743.6044   19882175.2554
+ -30280530.004    20713563.322   -23569690.3964   20713558.3814
+ -38887619.285    20118301.216   -30277562.2794   20118294.4994
+ 05  4  2  0 39 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -3946129.559    24021251.207    -3058211.7584   24021248.3464
+   -750864.711    24016340.839     -561642.5924   24016336.8574
+ -19879359.664    22438022.383   -15469845.9054   22438017.5384
+ -25250613.223    23887933.378   -19649785.8084   23887931.5174
+ -47229913.832    20212072.086   -36775858.2004   20212065.2044
+ -46407328.918    22872579.042   -36135215.6044   22872573.1634
+ -37551983.730    19864207.588   -29235343.3884   19864201.4084
+ -30375354.406    20695518.793   -23643579.5184   20695513.7204
+ -38964267.613    20103715.314   -30337288.2564   20103708.6254
+ 05  4  2  0 40 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4032191.039    24004874.186    -3125272.6514   24004871.8394
+   -890450.879    23989779.383     -670410.9924   23989774.4534
+ -20008888.969    22413373.453   -15570777.7814   22413369.3184
+ -25218816.969    23893984.267   -19625009.6254   23893981.1574
+ -47230574.910    20211946.523   -36776373.3314   20211939.4104
+ -46386282.645    22876584.428   -36118815.9984   22876578.4034
+ -37645904.285    19846335.416   -29308528.2254   19846329.2484
+ -30469907.297    20677526.022   -23717257.0784   20677521.1644
+ -39040366.562    20089234.334   -30396586.1374   20089227.6584
+ 05  4  2  0 40 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4117898.930    23988565.206    -3192058.0194   23988561.6984
+  -1029923.371    23963237.605     -779090.8214   23963232.9174
+ -20138417.934    22388724.498   -15671709.3984   22388720.1294
+ -25187053.727    23900028.851   -19600259.1074   23900024.8444
+ -47231074.898    20211851.377   -36776762.9444   20211844.5824
+ -46365089.516    22880617.579   -36102301.9464   22880611.5764
+ -37739290.664    19828564.438   -29381296.8214   19828558.3724
+ -30564188.371    20659584.966   -23790722.8424   20659580.1514
+ -39115914.527    20074858.200   -30455454.6994   20074851.2284
+ 05  4  2  0 41 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4203248.496    23972323.194    -3258564.0814   23972320.1594
+  -1169279.238    23936718.750     -887679.7584   23936715.1264
+ -20267942.859    22364077.360   -15772637.8684   22364072.0684
+ -25155323.730    23906066.856   -19575534.5254   23906063.4664
+ -47231412.398    20211787.106   -36777025.9574   20211780.2904
+ -46343747.164    22884678.649   -36085671.6214   22884673.4844
+ -37832138.984    19810895.601   -29453646.1484   19810889.4394
+ -30658195.547    20641695.937   -23863975.1744   20641690.8944
+ -39190907.637    20060587.278   -30513890.8854   20060580.7624
+ 05  4  2  0 41 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4288238.051    23956150.532    -3324789.6524   23956147.1944
+  -1308518.234    23910222.829     -996177.6804   23910218.6024
+ -20397463.176    22339430.110   -15873562.7384   22339425.5634
+ -25123630.844    23912097.773   -19550838.9064   23912094.4774
+ -47231589.273    20211753.313   -36777163.7894   20211746.5864
+ -46322256.215    22888768.384   -36068925.4974   22888762.6064
+ -37924448.273    19793330.076   -29525575.4544   19793323.7164
+ -30751929.691    20623859.234   -23937014.7634   20623853.9264
+ -39265345.332    20046422.091   -30571894.2804   20046415.4914
+ 05  4  2  0 42 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4372865.004    23940045.769    -3390732.6954   23940043.3784
+  -1447639.266    23883748.499    -1104583.6194   23883744.2084
+ -20526977.133    22314784.293   -15974482.6804   22314779.5974
+ -25091977.902    23918121.295   -19526174.3704   23918118.2524
+ -47231606.160    20211749.819   -36777176.9514   20211743.2694
+ -46300615.949    22892886.255   -36052063.0254   22892880.6174
+ -38016216.809    19775866.945   -29597083.3884   19775860.9034
+ -30845390.379    20606074.162   -24009841.2674   20606068.8254
+ -39339226.164    20032363.282   -30629463.7644   20032356.5694
+ 05  4  2  0 42 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4457123.844    23924012.047    -3456388.8254   23924009.3274
+  -1586638.445    23857298.489    -1212894.6134   23857294.0414
+ -20656480.348    22290140.583   -16075394.2374   22290136.0284
+ -25060363.840    23924137.441   -19501540.1614   23924134.4304
+ -47231460.539    20211777.964   -36777063.4954   20211771.1184
+ -46278823.332    22897033.385   -36035081.8394   22897027.6884
+ -38107439.855    19758507.518   -29668166.2804   19758501.3434
+ -30938575.066    20588341.553   -24082452.6974   20588336.7044
+ -39412545.438    20018411.020   -30686595.6694   20018404.3294
+ 05  4  2  0 43 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4541015.086    23908048.242    -3521758.6074   23908045.1924
+  -1725517.820    23830870.415    -1321112.3094   23830866.3194
+ -20785973.996    22265498.684   -16176298.3744   22265494.0704
+ -25028794.723    23930144.593   -19476940.9404   23930142.5504
+ -47231156.207    20211835.855   -36776826.3664   20211828.8684
+ -46256880.855    22901209.296   -36017983.9014   22901203.2894
+ -38198118.824    19741252.444   -29738825.2034   19741246.0434
+ -31031486.609    20570661.196   -24154851.3014   20570656.1154
+ -39485304.656    20004565.509   -30743291.1744   20004558.6394
+ 05  4  2  0 43 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4624534.469    23892153.783    -3586838.5864   23892152.0864
+  -1864274.906    23804466.821    -1429234.6844   23804462.4084
+ -20915454.930    22240859.197   -16277192.5774   22240854.5254
+ -24997271.098    23936144.009   -19452377.2054   23936140.9284
+ -47230692.270    20211924.172   -36776464.8584   20211917.4654
+ -46234786.688    22905413.439   -36000767.7564   22905408.1594
+ -38288250.535    19724100.821   -29809057.6904   19724094.4844
+ -31124123.258    20553032.961   -24227035.6974   20553027.8594
+ -39557500.738    19990827.336   -30799547.8604   19990820.2214
+ 05  4  2  0 44 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4707680.305    23876332.206    -3651627.5624   23876329.7234
+  -2002909.242    23778084.598    -1537261.4234   23778080.3814
+ -21044922.176    22216222.373   -16378076.1004   22216217.6984
+ -24965796.332    23942133.395   -19427851.5514   23942130.4714
+ -47230069.961    20212042.552   -36775979.9424   20212035.8904
+ -46212541.215    22909647.028   -35983433.6874   22909640.7474
+ -38377833.781    19707053.570   -29878862.8044   19707047.3534
+ -31216485.699    20535456.876   -24299006.4154   20535451.6224
+ -39629132.926    19977195.931   -30855365.1524   19977189.0024
+ 05  4  2  0 44 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4790449.133    23860582.025    -3716122.6584   23860580.4214
+  -2141419.211    23751727.456    -1645191.2684   23751723.3544
+ -21174373.453    22191588.531   -16478947.1934   22191583.9674
+ -24934372.238    23948113.023   -19403365.3104   23948109.2484
+ -47229289.172    20212191.061   -36775371.5444   20212184.4124
+ -46190143.176    22913909.040   -35965980.7564   22913902.8854
+ -38466866.160    19690111.376   -29948238.6644   19690104.8214
+ -31308573.164    20517933.544   -24370762.8784   20517928.2344
+ -39700199.156    19963672.455   -30910741.4334   19963665.7364
+ 05  4  2  0 45 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4872844.258    23844902.252    -3780326.6314   23844900.3264
+  -2279809.777    23725391.966    -1753028.0224   23725388.4174
+ -21303812.883    22166957.332   -16579809.0494   22166952.6054
+ -24903006.926    23954081.907   -19378924.8634   23954078.5454
+ -47228356.539    20212368.789   -36774644.8244   20212362.1244
+ -46167598.293    22918199.800   -35948413.3734   22918193.2274
+ -38555352.051    19673273.001   -30017188.6964   19673266.7274
+ -31400391.574    20500460.707   -24442309.6824   20500455.5364
+ -39770703.586    19950255.990   -30965679.9644   19950249.1614
+ 05  4  2  0 45 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -4954861.066    23829295.283    -3844235.7684   23829292.9114
+  -2418077.547    23699080.820    -1860769.1214   23699076.6514
+ -21433236.668    22142328.783   -16680658.6984   22142323.6604
+ -24871700.664    23960039.323   -19354530.4894   23960035.9054
+ -47227270.371    20212575.390   -36773798.4624   20212568.3634
+ -46144903.875    22922518.087   -35930729.4834   22922511.9084
+ -38643287.680    19656539.390   -30085709.9524   19656533.0404
+ -31491938.660    20483039.829   -24513645.0714   20483034.2074
+ -39840642.840    19936946.795   -31020178.0824   19936939.9754
+ 05  4  2  0 46 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5036494.449    23813760.860    -3907846.0564   23813758.6724
+  -2556219.211    23672792.889    -1968412.0074   23672789.6604
+ -21562640.336    22117704.142   -16781492.6914   22117699.2094
+ -24840453.801    23965985.350   -19330182.4394   23965981.9364
+ -47226028.570    20212811.566   -36772830.8394   20212804.8644
+ -46122057.129    22926865.639   -35912926.8934   22926860.0444
+ -38730668.902    19639911.340   -30153799.1944   19639904.9504
+ -31583211.641    20465671.020   -24584766.8704   20465665.9634
+ -39910012.793    19923746.365   -31074232.5944   19923739.4894
+ 05  4  2  0 46 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5117745.766    23798299.458    -3971158.7584   23798297.2694
+  -2694237.375    23646529.649    -2075958.5894   23646525.1914
+ -21692026.301    22093083.177   -16882312.8884   22093078.1104
+ -24809272.629    23971919.365   -19305885.5264   23971916.3814
+ -47224635.691    20213076.767   -36771745.4904   20213070.2144
+ -46099061.418    22931241.137   -35895008.2414   22931236.0894
+ -38817497.945    19623388.149   -30221458.1784   19623381.9974
+ -31674214.738    20448354.016   -24655678.3644   20448348.9534
+ -39978816.000    19910653.353   -31127845.4844   19910646.8804
+ 05  4  2  0 47 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5198612.992    23782911.233    -4034172.0554   23782908.0624
+  -2832131.711    23620288.762    -2183408.7814   23620284.7174
+ -21821393.176    22068465.179   -16983118.2184   22068460.1604
+ -24778159.930    23977839.894   -19281642.0354   23977837.0604
+ -47223092.926    20213370.179   -36770543.3464   20213363.9094
+ -46075917.039    22935646.496   -35876973.7424   22935640.6124
+ -38903773.887    19606970.363   -30288686.1634   19606963.9884
+ -31764948.168    20431087.944   -24726379.7244   20431082.6774
+ -40047051.324    19897668.531   -31181015.8714   19897662.0484
+ 05  4  2  0 47 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5279092.668    23767596.600    -4096883.3704   23767593.5864
+  -2969900.285    23594072.060    -2290760.9954   23594068.4754
+ -21950738.234    22043851.664   -17083906.5614   22043846.9174
+ -24747117.195    23983747.150   -19257453.0274   23983744.4334
+ -47221399.871    20213692.377   -36769224.0904   20213685.8254
+ -46052622.578    22940078.926   -35858822.3404   22940073.0024
+ -38989494.184    19590658.274   -30355481.1934   19590652.1714
+ -31855410.590    20413873.265   -24796869.9314   20413868.4844
+ -40114716.746    19884792.487   -31233742.1764   19884785.6974
+ 05  4  2  0 48 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5359182.688    23752354.474    -4159291.1524   23752352.3624
+  -3107542.371    23567879.184    -2398014.5084   23567876.2704
+ -22080060.027    22019242.270   -17184676.7304   22019237.5834
+ -24716146.852    23989640.008   -19233320.4224   23989637.6994
+ -47219557.387    20214042.966   -36767788.4124   20214036.4924
+ -46029177.938    22944540.308   -35840553.8864   22944534.5314
+ -39074657.578    19574452.217   -30421842.2524   19574445.8264
+ -31945602.660    20396710.387   -24867149.4394   20396705.6464
+ -40181811.215    19872024.941   -31286023.5944   19872017.9384
+ 05  4  2  0 48 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5438878.055    23737189.606    -4221391.3314   23737187.3404
+  -3245054.230    23541712.083    -2505166.5474   23541708.3114
+ -22209354.246    21994638.564   -17285425.4404   21994633.4914
+ -24685248.926    23995519.842   -19209244.2304   23995517.9544
+ -47217563.145    20214422.586   -36766234.4774   20214415.8354
+ -46005580.152    22949030.374   -35822166.0934   22949025.0824
+ -39159259.824    19558353.144   -30487766.0744   19558346.7804
+ -32035521.812    20379599.539   -24937216.3144   20379594.5254
+ -40248330.848    19859366.578   -31337857.0774   19859359.9084
+ 05  4  2  0 49 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5518180.180    23722098.846    -4283185.1034   23722095.9564
+  -3382439.105    23515568.594    -2612219.6634   23515564.6464
+ -22338622.887    21970039.360   -17386154.1994   21970034.5414
+ -24654429.789    24001385.003   -19185229.4384   24001382.1444
+ -47215421.746    20214830.109   -36764565.8444   20214823.4774
+ -45981832.926    22953549.635   -35803661.8594   22953544.0714
+ -39243303.621    19542359.877   -30553254.7224   19542353.8834
+ -32125171.703    20362539.638   -25007073.3584   20362534.7364
+ -40314278.234    19846816.983   -31389244.6524   19846810.1924
+ 05  4  2  0 49 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5597088.520    23707082.800    -4344671.9564   23707080.1514
+  -3519697.656    23489449.399    -2719174.4324   23489444.7764
+ -22467866.258    21945445.074   -17486863.3054   21945440.3894
+ -24623693.938    24007232.903   -19161279.5554   24007231.2254
+ -47213136.102    20215265.065   -36762784.8294   20215258.3614
+ -45957937.789    22958096.766   -35785042.3774   22958091.1764
+ -39326789.277    19526472.931   -30618308.4744   19526467.1464
+ -32214554.051    20345530.661   -25076721.9184   20345525.7394
+ -40379653.883    19834376.447   -31440186.7204   19834369.9404
+ 05  4  2  0 50 29.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5675597.152    23692143.324    -4405847.4584   23692140.3604
+  -3656825.305    23463354.942    -2826027.1104   23463350.7974
+ -22597078.766    21920857.072   -17587548.3564   21920851.8094
+ -24593039.785    24013067.845   -19137393.3454   24013065.1204
+ -47210702.570    20215728.124   -36760888.6044   20215721.4164
+ -45933890.688    22962672.636   -35766304.5024   22962667.1604
+ -39409711.797    19510693.615   -30682923.4064   19510687.3754
+ -32303665.547    20328573.263   -25146159.4404   20328568.4474
+ -40444452.973    19822045.531   -31490679.5174   19822038.6424
+ 05  4  2  0 50 59.9970000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5753704.035    23677279.570    -4466709.8204   23677277.0754
+  -3793821.496    23437285.137    -2932777.3544   23437280.7424
+ -22726259.145    21896274.944   -17688208.3494   21896269.3424
+ -24562470.020    24018885.455   -19113572.8634   24018882.3614
+ -47208122.234    20216219.215   -36758877.9824   20216212.3194
+ -45909691.781    22967277.964   -35747448.3114   22967272.6604
+ -39492070.184    19495021.146   -30747098.7684   19495015.1924
+ -32392506.152    20311667.479   -25215385.8694   20311662.3874
+ -40508674.520    19809824.720   -31540722.2874   19809818.2014
+ 05  4  2  0 51 29.9960000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5831408.324    23662493.762    -4527258.5574   23662490.7654
+  -3930684.871    23411241.177    -3039424.1364   23411236.7504
+ -22855405.238    21871698.750   -17788841.6274   21871693.5324
+ -24531992.164    24024684.611   -19089824.0204   24024682.2374
+ -47205399.441    20216737.334   -36756756.3444   20216731.0864
+ -45885345.453    22971911.095   -35728477.2564   22971906.1124
+ -39573864.371    19479456.476   -30810834.4784   19479450.1454
+ -32481077.227    20294812.807   -25284402.2834   20294808.0584
+ -40572319.703    19797713.467   -31590315.9364   19797706.6354
+ 05  4  2  0 51 59.9960000  0  9G 1G 4G 7G 8G11G19G20G24G28
+  -5908711.633    23647782.840    -4587494.8014   23647780.5864
+  -4067422.441    23385220.980    -3145972.8354   23385216.6844
+ -22984522.801    21847128.424   -17889452.6764   21847123.4394
+ -24501605.656    24030467.401   -19066146.3554   24030464.3994
+ -47202533.645    20217282.638   -36754523.2714   20217275.7664
+ -45860848.867    22976573.156   -35709389.1034   22976567.3634
+ -39655097.195    19463998.104   -30874132.7754   19463991.9004
+ -32569383.820    20278008.740   -25353212.6114   20278003.3084
+ -40635390.387    19785711.422   -31639461.9324   19785704.8414
+ 05  4  2  0 52 29.9960000  0 10G 1G 4G 7G 8G11G19G20G23G24G28
+  -5985610.469    23633149.208    -4647415.8664   23633146.6034
+  -4204030.133    23359225.499    -3252420.3544   23359221.1864
+ -23113606.957    21822564.493   -17990037.7084   21822559.4874
+ -24471315.086    24036231.334   -19042543.4454   24036228.9304
+ -47199526.910    20217854.952   -36752180.3854   20217848.0824
+ -45836203.707    22981262.599   -35690185.1604   22981256.9654
+ -39735766.113    19448647.396   -30936991.6704   19448641.2014
+    -48457.4301   24169360.139
+ -32657424.074    20261255.383   -25421815.3884   20261250.2604
+ -40697884.453    19773819.285   -31688158.6094   19773812.6404
+ 05  4  2  0 52 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6062102.145    23618593.319    -4707019.6544   23618591.1644
+  -4340506.664    23333254.215    -3358765.5924   23333249.8734
+ -23242655.531    21798007.195   -18090594.9974   21798002.6284
+ -47196379.262    20218453.874   -36749727.6904   20218446.9884
+ -45811409.449    22985980.854   -35670865.0804   22985975.6064
+ -39815869.664    19433404.268   -30999410.0134   19433397.9704
+   -183616.582    24143640.642     -120513.7845   24143636.1394
+ -32745197.656    20244552.455   -25490210.3764   20244547.5394
+ -40759800.488    19762037.160   -31736404.8754   19762030.4364
+ 05  4  2  0 53 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6138188.203    23604114.930    -4766307.3724   23604112.4794
+  -4476854.711    23307307.442    -3465010.8444   23307304.2674
+ -23371670.574    21773456.669   -18191126.1574   21773451.4014
+ -47193095.000    20219078.847   -36747168.5384   20219072.2054
+ -45786469.523    22990726.699   -35651431.4874   22990721.8514
+ -39895410.250    19418268.216   -31061389.6834   19418261.9224
+   -318941.434    24117888.459     -225961.6214   24117885.0294
+ -32832708.332    20227899.762   -25558400.5044   20227894.9734
+ -40821141.281    19750364.167   -31784202.8934   19750357.8064
+ 05  4  2  0 53 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6213867.090    23589713.024    -4825277.9194   23589710.5234
+  -4613074.316    23281386.699    -3571155.8974   23281382.5224
+ -23500651.008    21748912.672   -18291630.3644   21748907.4174
+ -47189675.797    20219729.528   -36744504.2424   20219722.6454
+ -45761384.668    22995500.606   -35631884.9844   22995495.4764
+ -39974387.422    19403239.173   -31122930.3344   19403232.7864
+   -454429.883    24092105.519     -331536.9344   24092101.5834
+ -32919957.074    20211296.901   -25626386.5384   20211291.6654
+ -40881906.543    19738801.088   -31831552.4584   19738794.2004
+ 05  4  2  0 54 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6289135.102    23575390.033    -4883928.2264   23575388.1394
+  -4749162.914    23255488.920    -3677198.8624   23255486.0134
+ -23629593.414    21724375.891   -18392104.9384   21724370.7254
+ -47186120.223    20220406.049   -36741733.6804   20220399.1754
+ -45736152.797    23000302.351   -35612223.8994   23000296.7374
+ -40052798.469    19388318.273   -31184029.8284   19388311.4714
+   -590077.160    24066293.294     -437235.9454   24066288.7814
+ -33006942.492    20194744.157   -25694167.3724   20194738.7604
+ -40942093.773    19727347.970   -31878451.6134   19727341.1744
+ 05  4  2  0 54 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6363989.281    23561145.630    -4942256.0664   23561143.1944
+  -4885119.062    23229617.870    -3783138.6754   23229614.1644
+ -23758495.281    21699846.512   -18492547.9164   21699841.2184
+ -47182427.980    20221108.507   -36738856.6314   20221101.9044
+ -45710773.191    23005131.101   -35592447.7104   23005126.2074
+ -40130641.602    19373505.053   -31244686.7974   19373498.5534
+   -725879.535    24040450.233     -543055.9064   24040446.6994
+ -33093663.973    20178241.739   -25761742.5424   20178236.5844
+ -41001701.430    19716004.737   -31924899.1534   19715997.9814
+ 05  4  2  0 55 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6438430.609    23546980.100    -5000262.2334   23546978.0584
+  -5020945.137    23203770.832    -3888977.1224   23203767.0374
+ -23887357.852    21675324.600   -18592960.2924   21675319.4204
+ -47178602.805    20221836.767   -36735875.9964   20221829.6464
+ -45685248.660    23009988.601   -35572558.6054   23009983.1014
+ -40207918.586    19358799.787   -31304902.6214   19358793.2954
+   -861837.273    24014578.859     -648996.9374   24014574.9874
+ -33180124.836    20161788.748   -25829114.6334   20161783.4394
+ -41060731.598    19704771.467   -31970896.6924   19704765.1044
+ 05  4  2  0 55 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6512451.090    23532894.267    -5057940.4924   23532892.4884
+  -5156634.234    23177950.524    -3994708.8564   23177945.8024
+ -24016173.535    21650811.860   -18693336.1084   21650806.9364
+ -47174639.570    20222590.944   -36732787.7794   20222584.5114
+ -45659573.156    23014874.938   -35552551.8394   23014868.9284
+ -40284622.527    19344203.457   -31364671.9104   19344197.2164
+   -997941.219    23988678.835     -755051.8694   23988674.6834
+ -33266318.883    20145386.997   -25896278.8204   20145381.3864
+ -41119177.469    19693649.901   -32016438.9344   19693643.2084
+ 05  4  2  0 56 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6586052.914    23518888.864    -5115292.5074   23518885.7414
+  -5292190.000    23152154.063    -4100336.6964   23152150.6214
+ -24144944.625    21626307.640   -18793677.1704   21626302.4194
+ -47170542.980    20223370.359   -36729595.6364   20223363.8644
+ -45633750.727    23019788.722   -35532430.5934   23019783.6074
+ -40360756.809    19329715.743   -31423997.3084   19329709.4394
+  -1134192.809    23962751.358     -861221.8634   23962746.6254
+ -33352250.734    20129034.646   -25963238.6944   20129028.9044
+ -41177042.566    19682638.492   -32061528.6414   19682632.0744
+ 05  4  2  0 56 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6659236.496    23504961.989    -5172318.6894   23504959.5194
+  -5427613.949    23126384.970    -4205861.7954   23126380.3824
+ -24273672.004    21601811.709   -18893984.2034   21601806.5074
+ -47166315.941    20224174.641   -36726301.8724   20224168.3614
+ -45607783.664    23024730.112   -35512196.6714   23024725.0614
+ -40436323.098    19315335.707   -31482880.1104   19315329.3014
+  -1270591.352    23936795.363     -967506.3054   23936791.2304
+ -33437923.125    20112731.368   -26029996.4004   20112726.0104
+ -41234328.508    19671737.555   -32106167.0354   19671730.6174
+ 05  4  2  0 57 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6731996.758    23491116.440    -5229014.9294   23491113.5144
+  -5562902.309    23100640.235    -4311281.2534   23100635.8874
+ -24402350.879    21577325.197   -18994253.4224   21577319.7904
+ -47161956.051    20225004.662   -36722904.5854   20224997.9064
+ -45581668.992    23029699.490   -35491847.6464   23029694.4414
+ -40511317.207    19301065.173   -31541317.0634   19301058.7394
+  -1407131.113    23910812.882    -1073900.7854   23910808.7204
+ -33523333.082    20096478.293   -26096549.6024   20096473.3844
+ -41291031.672    19660947.122   -32150351.3384   19660940.5164
+ 05  4  2  0 57 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6804333.445    23477351.154    -5285381.1294   23477347.8254
+  -5698056.199    23074921.435    -4416595.9644   23074917.1264
+ -24530981.078    21552847.043   -19094484.7244   21552841.6054
+ -47157465.824    20225858.930   -36719405.7334   20225852.1564
+ -45555408.371    23034696.593   -35471384.9404   23034691.3334
+ -40585740.066    19286902.850   -31599308.8824   19286896.2194
+  -1543810.402    23884802.638    -1180404.0654   23884799.1614
+ -33608482.523    20080275.114   -26162899.8044   20080270.0964
+ -41347153.062    19650267.651   -32194082.3074   19650260.9744
+ 05  4  2  0 58 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6876244.418    23463665.830    -5341415.5964   23463664.2464
+  -5833074.758    23049227.123    -4521805.1734   23049223.8544
+ -24659560.629    21528378.937   -19194676.5534   21528374.2054
+ -47152845.355    20226738.372   -36715805.3914   20226731.9474
+ -45529001.406    23039721.917   -35450808.2454   23039716.9814
+ -40659590.605    19272849.528   -31656854.7454   19272842.8204
+  -1680626.047    23858768.274    -1287013.5624   23858763.5344
+ -33693371.375    20064120.839   -26229046.9544   20064115.7714
+ -41402691.660    19639698.949   -32237359.1364   19639692.1794
+ 05  4  2  0 58 59.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -6947727.473    23450063.764    -5397116.7144   23450061.8584
+  -5967956.918    23023560.791    -4626908.1064   23023556.8374
+ -24788087.688    21503921.493   -19294827.4734   21503916.0044
+ -47148095.469    20227642.243   -36712104.1914   20227635.4614
+ -45502447.965    23044775.371   -35430117.3714   23044770.5044
+ -40732867.746    19258905.146   -31713953.7924   19258898.8014
+  -1817574.879    23832707.686    -1393726.8154   23832703.1504
+ -33777999.980    20048016.551   -26294991.3104   20048011.7764
+ -41457646.730    19629241.462   -32280181.2714   19629234.5654
+ 05  4  2  0 59 29.9960000  0  9G 1G 4G 7G11G19G20G23G24G28
+  -7018778.629    23436543.370    -5452481.2264   23436541.0284
+  -6102699.844    22997920.027    -4731902.5534   22997915.9404
+ -24916558.336    21479474.236   -19394934.4454   21479468.9054
+ -47143214.367    20228570.887   -36708300.7584   20228563.8884
+ -45475745.918    23049856.811   -35409310.7154   23049852.0834
+ -40805568.645    19245070.632   -31770603.8294   19245064.3644
+  -1954651.832    23806622.326    -1500539.9004   23806617.6414
+ -33862366.410    20031962.301   -26360731.3744   20031957.0344
+ -41512015.594    19618895.340   -32322546.6354   19618888.6364
+                            4  1
+RINEX FILE SPLICE; other post-header comments skipped       COMMENT
diff --git a/test/data/rinex/brdc0910.09g b/test/data/rinex/brdc0910.09g
new file mode 100644
index 0000000..a1e25c1
--- /dev/null
+++ b/test/data/rinex/brdc0910.09g
@@ -0,0 +1,3655 @@
+     2.01           GLONASS NAV DATA                        RINEX VERSION / TYPE
+CCRINEXG V1.4 UX    CDDIS               02-APR- 9 16:53     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+CCRINEXG V1.4 UX    CDDIS               02-APR- 9 03:53     COMMENT             
+  2009     4     1    0.158790498972E-06                    CORR TO SYSTEM TIME 
+    15                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 2 09  4  1  0 15  0.0 0.206762924790E-04-0.272848410532E-11 0.900000000000E+03
+    0.936473925781E+04-0.267867088318E+00 0.000000000000E+00 0.000000000000E+00
+   -0.159087973633E+05 0.239853191376E+01 0.186264514923E-08 0.100000000000E+01
+   -0.176143896484E+05-0.230765628815E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  0 15  0.0-0.342596322298E-04-0.272848410532E-11 0.000000000000E+00
+    0.256211230469E+04-0.189046859741E+00-0.186264514923E-08 0.000000000000E+00
+   -0.253048676758E+05 0.253620147705E+00-0.931322574616E-09 0.500000000000E+01
+   -0.194164404297E+04-0.356233310700E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  0 15  0.0 0.640042126179E-04-0.727595761418E-11 0.000000000000E+00
+   -0.474700830078E+04-0.485153198242E-01-0.279396772385E-08 0.000000000000E+00
+   -0.222375849609E+05-0.159294605255E+01-0.279396772385E-08 0.600000000000E+01
+    0.114767636719E+05-0.307211017609E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  0 15  0.0-0.169296748936E-03-0.181898940355E-11 0.300000000000E+02
+   -0.960566015625E+04 0.168900489807E+00 0.000000000000E+00 0.000000000000E+00
+    0.144922924805E+05-0.256378364563E+01-0.186264514923E-08 0.100000000000E+01
+    0.185424340820E+05 0.207172679901E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  0 15  0.0-0.893827527761E-04 0.181898940355E-11 0.600000000000E+02
+   -0.158585351562E+04 0.126294136047E+00 0.931322574615E-09 0.000000000000E+00
+    0.253605791016E+05-0.321713447571E+00 0.931322574615E-09 0.500000000000E+01
+    0.234644091797E+04 0.352914524078E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  0 15  0.0-0.102152116597E-03 0.000000000000E+00 0.600000000000E+02
+    0.572327587891E+04 0.374794006348E-03 0.186264514923E-08 0.000000000000E+00
+    0.199545791016E+05 0.203381729126E+01 0.186264514923E-08 0.600000000000E+01
+   -0.148239833984E+05 0.273885154724E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1  0 15  0.0-0.692345201969E-04-0.909494701773E-12 0.900000000000E+03
+   -0.132338823242E+05-0.251301097870E+01 0.931322574615E-09 0.000000000000E+00
+    0.342796777344E+04-0.154397773743E+01 0.931322574615E-09-0.200000000000E+01
+   -0.215418227539E+05 0.129972648621E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  0 15  0.0-0.140959396958E-03 0.000000000000E+00 0.870000000000E+03
+    0.290775341797E+04-0.244117355347E+01 0.186264514923E-08 0.000000000000E+00
+    0.134863110352E+05-0.163746833801E+01 0.279396772385E-08-0.700000000000E+01
+   -0.214484360352E+05-0.136833572388E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  0 15  0.0-0.926926732063E-04 0.000000000000E+00 0.147000000000E+04
+    0.178222802734E+05-0.875010490417E+00 0.186264514923E-08 0.000000000000E+00
+    0.162344921875E+05-0.781646728516E+00 0.279396772385E-08 0.000000000000E+00
+   -0.847981005859E+04-0.332589912415E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1  0 15  0.0-0.230697914958E-03-0.909494701773E-12 0.000000000000E+00
+    0.131192973633E+05 0.252117252350E+01-0.931322574616E-09 0.000000000000E+00
+   -0.352213671875E+04 0.155041980743E+01-0.931322574616E-09-0.200000000000E+01
+    0.215766225586E+05-0.127921104431E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  0 15  0.0-0.798674300313E-04 0.272848410532E-11 0.300000000000E+02
+   -0.297028076172E+04 0.243856811523E+01-0.186264514923E-08 0.000000000000E+00
+   -0.135189033203E+05 0.164077949524E+01-0.279396772385E-08-0.700000000000E+01
+    0.214300073242E+05 0.136619472504E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  0 15  0.0 0.919625163078E-04 0.000000000000E+00 0.270000000000E+03
+   -0.179081025391E+05 0.887870788574E+00-0.186264514923E-08 0.000000000000E+00
+   -0.159530649414E+05 0.784139633179E+00-0.372529029846E-08 0.000000000000E+00
+    0.851715136719E+04 0.334931564331E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  0 15  0.0-0.261341221631E-03 0.000000000000E+00 0.300000000000E+02
+    0.897202246094E+04 0.225795459747E+01 0.000000000000E+00 0.000000000000E+00
+   -0.145704672852E+05-0.128016376495E+01 0.186264514923E-08 0.400000000000E+01
+   -0.189459624023E+05 0.204512119293E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  0 15  0.0-0.141933560371E-05 0.000000000000E+00 0.870000000000E+03
+   -0.912766162109E+04 0.277604770660E+01 0.000000000000E+00 0.000000000000E+00
+   -0.727224072266E+04-0.140334796906E+01 0.931322574615E-09-0.300000000000E+01
+   -0.226661293945E+05-0.655318260193E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1  0 15  0.0-0.894879922271E-04-0.909494701773E-12 0.300000000000E+02
+   -0.214475537109E+05 0.167739677429E+01 0.000000000000E+00 0.000000000000E+00
+    0.405025781250E+04-0.692131042480E+00 0.000000000000E+00 0.300000000000E+01
+   -0.131972666016E+05-0.293746376038E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  0 15  0.0-0.651190057397E-04 0.000000000000E+00 0.300000000000E+02
+   -0.214457534180E+05-0.429185867310E+00 0.000000000000E+00 0.000000000000E+00
+    0.132185805664E+05 0.428223609924E+00-0.931322574616E-09 0.200000000000E+01
+    0.423274121094E+04-0.351444625855E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0 15  0.0-0.143392942846E-03-0.909494701773E-12 0.300000000000E+02
+   -0.874414355469E+04-0.226333045960E+01 0.000000000000E+00 0.000000000000E+00
+    0.145977539062E+05 0.128520393372E+01-0.931322574616E-09 0.400000000000E+01
+    0.189606489258E+05-0.204216670990E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  0 15  0.0-0.201560556889E-03-0.181898940355E-11 0.000000000000E+00
+    0.885120410156E+04-0.276976490021E+01 0.000000000000E+00 0.000000000000E+00
+    0.745829833984E+04 0.140941524506E+01-0.931322574616E-09-0.300000000000E+01
+    0.227565751953E+05 0.627867698669E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  0 15  0.0-0.200637616217E-03 0.454747350886E-11 0.000000000000E+00
+    0.216845664062E+05-0.161831474304E+01 0.000000000000E+00 0.000000000000E+00
+   -0.432657275391E+04 0.652870178223E+00 0.000000000000E+00 0.300000000000E+01
+    0.126898066406E+05 0.299242496491E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  0 45  0.0 0.206707045436E-04-0.272848410532E-11 0.183000000000E+04
+    0.921211621094E+04 0.120161056519E+00 0.931322574615E-09 0.000000000000E+00
+   -0.111208544922E+05 0.287750053406E+01 0.186264514923E-08 0.100000000000E+01
+   -0.210342285156E+05-0.146750259399E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  0 45  0.0-0.342652201653E-04-0.272848410532E-11 0.180000000000E+04
+    0.227774951172E+04-0.868396759033E-01-0.931322574616E-09 0.000000000000E+00
+   -0.240491040039E+05 0.113009834290E+01 0.000000000000E+00 0.500000000000E+01
+   -0.819591552734E+04-0.334173583984E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  0 45  0.0 0.639902427792E-04-0.727595761418E-11 0.180000000000E+04
+   -0.500137841797E+04-0.196434974670E+00-0.279396772385E-08 0.000000000000E+00
+   -0.243754433594E+05-0.764463424683E+00-0.186264514923E-08 0.600000000000E+01
+    0.557343652344E+04-0.344422054291E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  0 45  0.0-0.169300474226E-03-0.181898940355E-11 0.222000000000E+04
+   -0.965087011719E+04-0.236471176147E+00-0.931322574616E-09 0.000000000000E+00
+    0.947155566406E+04-0.296858787537E+01-0.186264514923E-08 0.100000000000E+01
+    0.214978398438E+05 0.119011688232E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  0 45  0.0-0.893780961633E-04 0.181898940355E-11 0.306000000000E+04
+   -0.145723583984E+04-0.215377807617E-01 0.931322574616E-09 0.000000000000E+00
+    0.240012436523E+05-0.117465019226E+01 0.000000000000E+00 0.500000000000E+01
+    0.852624316406E+04 0.329271888733E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  0 45  0.0-0.102150253952E-03 0.000000000000E+00 0.186000000000E+04
+    0.597300976563E+04 0.242233276367E+00 0.186264514923E-08 0.000000000000E+00
+    0.229540883789E+05 0.127145767212E+01 0.186264514923E-08 0.600000000000E+01
+   -0.938465576172E+04 0.326561832428E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  0 45  0.0-0.692382454872E-04-0.909494701773E-12 0.234000000000E+04
+   -0.176323437500E+05-0.232451915741E+01 0.000000000000E+00 0.000000000000E+00
+    0.115533789063E+04-0.976682662964E+00 0.000000000000E+00-0.200000000000E+01
+   -0.184002924805E+05 0.216826820374E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  0 45  0.0-0.140958465636E-03 0.000000000000E+00 0.246000000000E+04
+   -0.189562158203E+04-0.285601043701E+01 0.186264514923E-08 0.000000000000E+00
+    0.107731743164E+05-0.134354591370E+01 0.186264514923E-08-0.700000000000E+01
+   -0.230504375000E+05-0.400342941284E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1  0 45  0.0-0.926936045289E-04 0.000000000000E+00 0.189000000000E+04
+    0.155263237305E+05-0.167131042480E+01 0.186264514923E-08 0.000000000000E+00
+    0.146243374023E+05-0.963559150696E+00 0.279396772385E-08 0.000000000000E+00
+   -0.140633598633E+05-0.283790206909E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1  0 45  0.0-0.230699777603E-03-0.909494701773E-12 0.180000000000E+04
+    0.175362978516E+05 0.233686637878E+01 0.000000000000E+00 0.000000000000E+00
+   -0.123725390625E+04 0.983563423157E+00 0.000000000000E+00-0.200000000000E+01
+    0.184687182617E+05-0.215155410767E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  0 45  0.0-0.798618420959E-04 0.272848410532E-11 0.183000000000E+04
+    0.183117968750E+04 0.285656261444E+01-0.186264514923E-08 0.000000000000E+00
+   -0.107986157227E+05 0.134822559357E+01-0.186264514923E-08-0.700000000000E+01
+    0.230290590820E+05 0.398804664612E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1  0 45  0.0 0.919625163078E-04 0.000000000000E+00 0.180000000000E+04
+   -0.155786655273E+05 0.169471454620E+01-0.279396772385E-08 0.000000000000E+00
+   -0.143438315430E+05 0.959217071533E+00-0.372529029846E-08 0.000000000000E+00
+    0.141361508789E+05 0.285333061218E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1  0 45  0.0-0.261343084276E-03 0.000000000000E+00 0.186000000000E+04
+    0.124220937500E+05 0.155729389191E+01 0.000000000000E+00 0.000000000000E+00
+   -0.168922304688E+05-0.125594997406E+01 0.186264514923E-08 0.400000000000E+01
+   -0.145818867188E+05 0.277232646942E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1  0 45  0.0-0.142119824886E-05 0.000000000000E+00 0.234000000000E+04
+   -0.427084375000E+04 0.257489585876E+01 0.000000000000E+00 0.000000000000E+00
+   -0.101951528320E+05-0.181888008118E+01 0.931322574615E-09-0.300000000000E+01
+   -0.229522753906E+05 0.339815139771E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1  0 45  0.0-0.894898548722E-04-0.909494701773E-12 0.183000000000E+04
+   -0.180216162109E+05 0.208320331573E+01 0.000000000000E+00 0.000000000000E+00
+    0.226330566406E+04-0.130113506317E+01 0.000000000000E+00 0.300000000000E+01
+   -0.179060410156E+05-0.226052761078E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  0 45  0.0-0.651190057397E-04 0.000000000000E+00 0.315000000000E+04
+   -0.214975312500E+05 0.352500915527E+00 0.000000000000E+00 0.000000000000E+00
+    0.136227460938E+05-0.157461166382E-01 0.000000000000E+00 0.200000000000E+01
+   -0.217482568359E+04-0.355903244019E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0 45  0.0-0.143395736813E-03-0.181898940355E-11 0.183000000000E+04
+   -0.122069931641E+05-0.156585407257E+01 0.000000000000E+00 0.000000000000E+00
+    0.169250009766E+05 0.125670337677E+01-0.931322574616E-09 0.400000000000E+01
+    0.145964633789E+05-0.277547168732E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  0 45  0.0-0.201565213501E-03-0.181898940355E-11 0.180000000000E+04
+    0.401640820312E+04-0.255716228485E+01 0.000000000000E+00 0.000000000000E+00
+    0.103858950195E+05 0.181790924072E+01-0.931322574616E-09-0.300000000000E+01
+    0.229956528320E+05-0.363574981689E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  0 45  0.0-0.200628302991E-03 0.454747350886E-11 0.180000000000E+04
+    0.183462563477E+05-0.204538917541E+01 0.000000000000E+00 0.000000000000E+00
+   -0.261334375000E+04 0.125979900360E+01 0.000000000000E+00 0.300000000000E+01
+    0.175151982422E+05 0.233432769775E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  1 15  0.0 0.206651166081E-04-0.272848410532E-11 0.363000000000E+04
+    0.984636230469E+04 0.589393615723E+00 0.186264514923E-08 0.000000000000E+00
+   -0.572309863281E+04 0.306911087036E+01 0.186264514923E-08 0.100000000000E+01
+   -0.228291347656E+05-0.513870239258E+00 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  1 15  0.0-0.342698767781E-04-0.272848410532E-11 0.381000000000E+04
+    0.238246875000E+04 0.235603332520E+00 0.000000000000E+00 0.000000000000E+00
+   -0.213117622070E+05 0.188182449341E+01 0.931322574615E-09 0.500000000000E+01
+   -0.138165004883E+05-0.286282539368E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  1 15  0.0 0.639772042632E-04-0.636646291241E-11 0.360000000000E+04
+   -0.531130175781E+04-0.107723236084E+00-0.186264514923E-08 0.000000000000E+00
+   -0.249591254883E+05 0.114695549011E+00 0.000000000000E+00 0.600000000000E+01
+   -0.761567871094E+03-0.354893207550E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  1 15  0.0-0.169301405549E-03-0.181898940355E-11 0.459000000000E+04
+   -0.104886352539E+05-0.694245338440E+00-0.186264514923E-08 0.000000000000E+00
+    0.398389550781E+04-0.307738399506E+01-0.279396772385E-08 0.100000000000E+01
+    0.227696743164E+05 0.213481903076E+00-0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1  1 15  0.0-0.893734395504E-04 0.181898940355E-11 0.363000000000E+04
+   -0.178766845703E+04-0.375180244446E+00 0.000000000000E+00 0.000000000000E+00
+    0.212143032227E+05-0.189086723328E+01-0.931322574616E-09 0.500000000000E+01
+    0.140469975586E+05 0.280156898498E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  1 15  0.0-0.102149322629E-03 0.000000000000E+00 0.387000000000E+04
+    0.645606201172E+04 0.253447532654E+00 0.186264514923E-08 0.000000000000E+00
+    0.244650747070E+05 0.398395538330E+00 0.931322574615E-09 0.600000000000E+01
+   -0.321962255859E+04 0.353993415833E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  1 15  0.0-0.692410394549E-04-0.181898940355E-11 0.375000000000E+04
+   -0.214289145508E+05-0.184884643555E+01 0.000000000000E+00 0.000000000000E+00
+   -0.105384277344E+03-0.437915802002E+00 0.000000000000E+00-0.200000000000E+01
+   -0.138366640625E+05 0.286956119537E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  1 15  0.0-0.140956602991E-03 0.000000000000E+00 0.372000000000E+04
+   -0.721046923828E+04-0.299986839294E+01 0.186264514923E-08 0.000000000000E+00
+    0.874349072266E+04-0.893864631653E+00 0.931322574615E-09-0.700000000000E+01
+   -0.228718984375E+05 0.597210884094E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1  1 15  0.0-0.926945358515E-04 0.000000000000E+00 0.375000000000E+04
+    0.118573090820E+05-0.238170242310E+01 0.279396772385E-08 0.000000000000E+00
+    0.129204086914E+05-0.889100074768E+00 0.186264514923E-08 0.000000000000E+00
+   -0.185645234375E+05-0.213091659546E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  1 15  0.0-0.230701640248E-03-0.909494701773E-12 0.360000000000E+04
+    0.213583535156E+05 0.186467361450E+01 0.000000000000E+00 0.000000000000E+00
+    0.350458984375E+02 0.443666458130E+00 0.000000000000E+00-0.200000000000E+01
+    0.139312592773E+05-0.285727596283E+01-0.279396772385E-08 0.000000000000E+00
+14 09  4  1  1 15  0.0-0.798571854830E-04 0.272848410532E-11 0.363000000000E+04
+    0.714979492188E+04 0.300335025787E+01-0.186264514923E-08 0.000000000000E+00
+   -0.875927880859E+04 0.899861335754E+00-0.931322574616E-09-0.700000000000E+01
+    0.228464565430E+05-0.600568771362E+00-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  1 15  0.0 0.919643789530E-04 0.000000000000E+00 0.360000000000E+04
+   -0.118629438477E+05 0.240893268585E+01-0.279396772385E-08 0.000000000000E+00
+   -0.126570097656E+05 0.873967170715E+00-0.279396772385E-08 0.000000000000E+00
+    0.186562685547E+05 0.213646602631E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  1 15  0.0-0.261344015598E-03 0.000000000000E+00 0.462000000000E+04
+    0.145471142578E+05 0.804819107056E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189308222656E+05-0.964837074280E+00 0.186264514923E-08 0.400000000000E+01
+   -0.909443115234E+04 0.328534507752E+01 0.931322574616E-09 0.000000000000E+00
+18 09  4  1  1 15  0.0-0.142306089401E-05-0.909494701773E-12 0.372000000000E+04
+   -0.288574218750E+01 0.213356304169E+01 0.000000000000E+00 0.000000000000E+00
+   -0.137016860352E+05-0.203789901733E+01 0.186264514923E-08-0.300000000000E+01
+   -0.214574106445E+05 0.131062889099E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1  1 15  0.0-0.894917175174E-04-0.909494701773E-12 0.366000000000E+04
+   -0.141204951172E+05 0.220312404633E+01 0.931322574615E-09 0.000000000000E+00
+   -0.628187988281E+03-0.190064144135E+01 0.931322574615E-09 0.300000000000E+01
+   -0.212300083008E+05-0.140878677368E+01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  1 15  0.0-0.651190057397E-04 0.000000000000E+00 0.378000000000E+04
+   -0.202748002930E+05 0.971755981445E+00 0.000000000000E+00 0.000000000000E+00
+    0.130506499023E+05-0.643945693970E+00 0.000000000000E+00 0.200000000000E+01
+   -0.841485742188E+04-0.332945919037E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1  1 15  0.0-0.143399462104E-03-0.181898940355E-11 0.363000000000E+04
+   -0.143492529297E+05-0.815258026123E+00 0.000000000000E+00 0.000000000000E+00
+    0.189597319336E+05 0.959519386292E+00-0.931322574616E-09 0.400000000000E+01
+    0.909823681641E+04-0.329386520386E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1  1 15  0.0-0.201568938792E-03-0.181898940355E-11 0.363000000000E+04
+   -0.212057128906E+03-0.210819339752E+01 0.000000000000E+00 0.000000000000E+00
+    0.138845932617E+05 0.203046894074E+01-0.931322574616E-09-0.300000000000E+01
+    0.214657167969E+05-0.132509422302E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  1 15  0.0-0.200618058443E-03 0.454747350886E-11 0.360000000000E+04
+    0.144929589844E+05-0.218771076202E+01 0.000000000000E+00 0.000000000000E+00
+    0.207968261719E+03 0.186535835266E+01 0.000000000000E+00 0.300000000000E+01
+    0.209850097656E+05 0.149606513977E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  1 45  0.0 0.206595286727E-04-0.272848410532E-11 0.543000000000E+04
+    0.113184956055E+05 0.103298664093E+01 0.279396772385E-08 0.000000000000E+00
+   -0.256807617188E+03 0.295437717438E+01 0.186264514923E-08 0.100000000000E+01
+   -0.228601523438E+05 0.479673385620E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  1 45  0.0-0.342745333910E-04-0.272848410532E-11 0.546000000000E+04
+    0.321965478516E+04 0.713248252869E+00 0.931322574615E-09 0.000000000000E+00
+   -0.174071518555E+05 0.241370010376E+01 0.186264514923E-08 0.500000000000E+01
+   -0.183690288086E+05-0.216272449493E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  1 45  0.0 0.639650970697E-04-0.636646291241E-11 0.540000000000E+04
+   -0.525068554688E+04 0.210376739502E+00-0.931322574616E-09 0.000000000000E+00
+   -0.240013369141E+05 0.929611206055E+00 0.000000000000E+00 0.600000000000E+01
+   -0.703809521484E+04-0.337997436523E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  1 45  0.0-0.169306062162E-03-0.181898940355E-11 0.540000000000E+04
+   -0.121172333984E+05-0.109740257263E+01-0.279396772385E-08 0.000000000000E+00
+   -0.142402880859E+04-0.288275241852E+01-0.279396772385E-08 0.100000000000E+01
+    0.222557407227E+05-0.780823707581E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  1 45  0.0-0.893697142601E-04 0.181898940355E-11 0.543000000000E+04
+   -0.289036376953E+04-0.865362167358E+00 0.000000000000E+00 0.000000000000E+00
+    0.173301381836E+05-0.238159179688E+01-0.931322574616E-09 0.500000000000E+01
+    0.184813295898E+05 0.209338092804E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  1 45  0.0-0.102147459984E-03 0.000000000000E+00 0.555000000000E+04
+    0.673734326172E+04 0.194034576416E-01 0.931322574615E-09 0.000000000000E+00
+    0.243914223633E+05-0.469565391541E+00 0.000000000000E+00 0.600000000000E+01
+    0.319441259766E+04 0.354047584534E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  1 45  0.0-0.692447647452E-04-0.181898940355E-11 0.606000000000E+04
+   -0.241449042969E+05-0.113565254211E+01-0.931322574615E-09 0.000000000000E+00
+   -0.499930175781E+03-0.295524597168E-01-0.931322574615E-09-0.200000000000E+01
+   -0.820318945313E+04 0.334923362732E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  1 45  0.0-0.140954740345E-03 0.909494701773E-12 0.603000000000E+04
+   -0.125102695313E+05-0.283717727661E+01 0.931322574615E-09 0.000000000000E+00
+    0.758659472656E+04-0.392170906067E+00 0.000000000000E+00-0.700000000000E+01
+   -0.209289179688E+05 0.154749870300E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  1 45  0.0-0.926954671741E-04 0.000000000000E+00 0.549000000000E+04
+    0.706745263672E+04-0.290091609955E+01 0.279396772385E-08 0.000000000000E+00
+    0.115535019531E+05-0.599365234375E+00 0.186264514923E-08 0.000000000000E+00
+   -0.216352856445E+05-0.125874423981E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  1 45  0.0-0.230703502893E-03-0.909494701773E-12 0.540000000000E+04
+    0.241052529297E+05 0.115399265289E+01 0.931322574616E-09 0.000000000000E+00
+    0.438015625000E+03 0.330038070679E-01 0.931322574616E-09-0.200000000000E+01
+    0.831561376953E+04-0.334175872803E+01-0.279396772385E-08 0.000000000000E+00
+14 09  4  1  1 45  0.0-0.798525288701E-04 0.181898940355E-11 0.543000000000E+04
+    0.124574238281E+05 0.284204101562E+01-0.931322574616E-09 0.000000000000E+00
+   -0.759065234375E+04 0.399166107178E+00 0.000000000000E+00-0.700000000000E+01
+    0.208943417969E+05-0.155449771881E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  1 45  0.0 0.919653102755E-04 0.000000000000E+00 0.540000000000E+04
+   -0.702637988281E+04 0.292435073852E+01-0.279396772385E-08 0.000000000000E+00
+   -0.113282812500E+05 0.572100639343E+00-0.186264514923E-08 0.000000000000E+00
+    0.217286113281E+05 0.125531959534E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  1 45  0.0-0.261344946921E-03 0.000000000000E+00 0.540000000000E+04
+    0.153566616211E+05 0.113881111145E+00 0.000000000000E+00 0.000000000000E+00
+   -0.202158867188E+05-0.425581932068E+00 0.931322574616E-09 0.400000000000E+01
+   -0.290692626953E+04 0.354521083832E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  1 45  0.0-0.142492353916E-05-0.909494701773E-12 0.603000000000E+04
+    0.331747314453E+04 0.153878402710E+01 0.931322574615E-09 0.000000000000E+00
+   -0.173733808594E+05-0.199466896057E+01 0.186264514923E-08-0.300000000000E+01
+   -0.182943237305E+05 0.218117141724E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1  1 45  0.0-0.894945114851E-04-0.909494701773E-12 0.546000000000E+04
+   -0.102568974609E+05 0.204699230194E+01 0.931322574615E-09 0.000000000000E+00
+   -0.450666503906E+04-0.238011837006E+01 0.931322574615E-09 0.300000000000E+01
+   -0.229121464844E+05-0.448121070862E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  1 45  0.0-0.651180744171E-04 0.000000000000E+00 0.543000000000E+04
+   -0.181418374023E+05 0.135467624664E+01 0.000000000000E+00 0.000000000000E+00
+    0.112478569336E+05-0.136593723297E+01 0.000000000000E+00 0.200000000000E+01
+   -0.140063964844E+05-0.284307765961E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  1 45  0.0-0.143403187394E-03-0.181898940355E-11 0.549000000000E+04
+   -0.151789082031E+05-0.125815391541E+00 0.000000000000E+00 0.000000000000E+00
+    0.202287949219E+05 0.413029670715E+00-0.931322574615E-09 0.400000000000E+01
+    0.289247851562E+04-0.355638980865E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  1 45  0.0-0.201572664082E-03-0.181898940355E-11 0.543000000000E+04
+   -0.348353613281E+04-0.151064014435E+01 0.000000000000E+00 0.000000000000E+00
+    0.175391777344E+05 0.198374938965E+01-0.931322574616E-09-0.300000000000E+01
+    0.182873588867E+05-0.218347930908E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1  1 45  0.0-0.200608745217E-03 0.454747350886E-11 0.540000000000E+04
+    0.106383125000E+05-0.205184745789E+01-0.931322574616E-09 0.000000000000E+00
+    0.403429589844E+04 0.235865592956E+01-0.931322574616E-09 0.300000000000E+01
+    0.228318134766E+05 0.542727470398E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  2 15  0.0 0.206539407372E-04-0.272848410532E-11 0.723000000000E+04
+    0.134867832031E+05 0.134672927856E+01 0.279396772385E-08 0.000000000000E+00
+    0.474442480469E+04 0.256066894531E+01 0.186264514923E-08 0.100000000000E+01
+   -0.211244399414E+05 0.143642902374E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  2 15  0.0-0.342801213264E-04-0.272848410532E-11 0.726000000000E+04
+    0.498657666016E+04 0.125111293793E+01 0.186264514923E-08 0.000000000000E+00
+   -0.127916030273E+05 0.266513442993E+01 0.186264514923E-08 0.500000000000E+01
+   -0.215018369141E+05-0.129560279846E+01 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  2 15  0.0 0.639529898763E-04-0.545696821064E-11 0.729000000000E+04
+   -0.444538671875E+04 0.708255767822E+00 0.000000000000E+00 0.000000000000E+00
+   -0.217132124023E+05 0.157767486572E+01 0.931322574615E-09 0.600000000000E+01
+   -0.127736958008E+05-0.295203113556E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  2 15  0.0-0.169310718775E-03-0.181898940355E-11 0.720000000000E+04
+   -0.143463984375E+05-0.134661388397E+01-0.372529029846E-08 0.000000000000E+00
+   -0.623472265625E+04-0.242399406433E+01-0.186264514923E-08 0.100000000000E+01
+    0.199956499023E+05-0.171372890472E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  2 15  0.0-0.893659889698E-04 0.181898940355E-11 0.723000000000E+04
+   -0.492729541016E+04-0.139571380615E+01-0.186264514923E-08 0.000000000000E+00
+    0.128087607422E+05-0.259348964691E+01-0.186264514923E-08 0.500000000000E+01
+    0.214854433594E+05 0.122274208069E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  2 15  0.0-0.102146528661E-03 0.000000000000E+00 0.732000000000E+04
+    0.639625732422E+04-0.429364204407E+00 0.000000000000E+00 0.000000000000E+00
+    0.228461855469E+05-0.121898269653E+01 0.000000000000E+00 0.600000000000E+01
+    0.936133593750E+04 0.326714324951E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  2 15  0.0-0.692484900355E-04-0.181898940355E-11 0.873000000000E+04
+   -0.254268437500E+05-0.272578239441E+00-0.186264514923E-08 0.000000000000E+00
+   -0.336344238281E+03 0.172513961792E+00-0.931322574616E-09-0.200000000000E+01
+   -0.193518847656E+04 0.356997203827E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  2 15  0.0-0.140952877700E-03 0.909494701773E-12 0.777000000000E+04
+   -0.172460678711E+05-0.237894630432E+01 0.000000000000E+00 0.000000000000E+00
+    0.729663574219E+04 0.515480041504E-01 0.000000000000E+00-0.700000000000E+01
+   -0.173731645508E+05 0.237766551971E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  2 15  0.0-0.926973298192E-04-0.909494701773E-12 0.732000000000E+04
+    0.157653369141E+04-0.315061473846E+01 0.279396772385E-08 0.000000000000E+00
+    0.108453735352E+05-0.172640800476E+00 0.931322574615E-09 0.000000000000E+00
+   -0.230367387695E+05-0.288067817688E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1  2 15  0.0-0.230705365539E-03-0.909494701773E-12 0.723000000000E+04
+    0.254216250000E+05 0.292293548584E+00 0.186264514923E-08 0.000000000000E+00
+    0.278002929688E+03-0.172072410584E+00 0.931322574616E-09-0.200000000000E+01
+    0.205652685547E+04-0.356758308411E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  2 15  0.0-0.798478722572E-04 0.181898940355E-11 0.723000000000E+04
+    0.172014360352E+05 0.238278007507E+01 0.000000000000E+00 0.000000000000E+00
+   -0.728725488281E+04-0.435647964477E-01 0.000000000000E+00-0.700000000000E+01
+    0.173222500000E+05-0.238875484467E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  2 15  0.0 0.919671729207E-04 0.909494701773E-12 0.720000000000E+04
+   -0.150165429688E+04 0.316388893127E+01-0.279396772385E-08 0.000000000000E+00
+   -0.106791889648E+05 0.134776115418E+00-0.931322574616E-09 0.000000000000E+00
+    0.231181157227E+05 0.278891563415E+00-0.931322574616E-09 0.000000000000E+00
+17 09  4  1  2 15  0.0-0.261345878243E-03 0.000000000000E+00 0.720000000000E+04
+    0.150539340820E+05-0.416677474976E+00 0.000000000000E+00 0.000000000000E+00
+   -0.203502905273E+05 0.300254821777E+00 0.931322574616E-09 0.400000000000E+01
+    0.350423437500E+04 0.353228569031E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  2 15  0.0-0.142771750689E-05-0.909494701773E-12 0.765000000000E+04
+    0.550959570313E+04 0.898880004883E+00 0.931322574615E-09 0.000000000000E+00
+   -0.207099458008E+05-0.166545486450E+01 0.931322574615E-09-0.300000000000E+01
+   -0.137067500000E+05 0.288289546967E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1  2 15  0.0-0.894963741302E-04-0.909494701773E-12 0.726000000000E+04
+   -0.688543505859E+04 0.166850757599E+01 0.931322574615E-09 0.000000000000E+00
+   -0.906702685547E+04-0.264469814301E+01 0.931322574615E-09 0.300000000000E+01
+   -0.228224033203E+05 0.547187805176E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  2 15  0.0-0.651180744171E-04 0.000000000000E+00 0.723000000000E+04
+   -0.155606630859E+05 0.146798229218E+01 0.931322574615E-09 0.000000000000E+00
+    0.814320068359E+04-0.207131767273E+01 0.000000000000E+00 0.200000000000E+01
+   -0.185177333984E+05-0.213692569733E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  2 15  0.0-0.143406912684E-03-0.181898940355E-11 0.852000000000E+04
+   -0.148994570313E+05 0.402566909790E+00 0.000000000000E+00 0.000000000000E+00
+    0.203342285156E+05-0.319662094116E+00 0.000000000000E+00 0.400000000000E+01
+   -0.353832177734E+04-0.354224777222E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  2 15  0.0-0.201575458050E-03-0.909494701773E-12 0.723000000000E+04
+   -0.562571093750E+04-0.872070312500E+00 0.000000000000E+00 0.000000000000E+00
+    0.208562490234E+05 0.165549850464E+01-0.931322574616E-09-0.300000000000E+01
+    0.137063637695E+05-0.287367439270E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1  2 15  0.0-0.200599431992E-03 0.454747350886E-11 0.720000000000E+04
+    0.724342333984E+04-0.168865203857E+01-0.931322574616E-09 0.000000000000E+00
+    0.857329687500E+04 0.264327526092E+01-0.931322574616E-09 0.300000000000E+01
+    0.229139956055E+05-0.451899528503E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  2 45  0.0 0.206483528018E-04-0.272848410532E-11 0.975000000000E+04
+    0.160379057617E+05 0.144697856903E+01 0.279396772385E-08 0.000000000000E+00
+    0.883502539063E+04 0.195702934265E+01 0.931322574615E-09 0.100000000000E+01
+   -0.177556259766E+05 0.228244018555E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  2 45  0.0-0.342847779393E-04-0.272848410532E-11 0.906000000000E+04
+    0.769440576172E+04 0.174037551880E+01 0.279396772385E-08 0.000000000000E+00
+   -0.799188085938E+04 0.261944961548E+01 0.931322574615E-09 0.500000000000E+01
+   -0.229730371094E+05-0.328469276428E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  2 45  0.0 0.639418140054E-04-0.545696821064E-11 0.906000000000E+04
+   -0.264277539063E+04 0.130243873596E+01 0.931322574615E-09 0.000000000000E+00
+   -0.184672104492E+05 0.198456954956E+01 0.931322574615E-09 0.600000000000E+01
+   -0.175300922852E+05-0.229911136627E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  2 45  0.0-0.169315375388E-03-0.181898940355E-11 0.900000000000E+04
+   -0.168275537109E+05-0.136799144745E+01-0.372529029846E-08 0.000000000000E+00
+   -0.100389189453E+05-0.178031063080E+01-0.931322574616E-09 0.100000000000E+01
+    0.161678022461E+05-0.251120567322E+01 0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1  2 45  0.0-0.893613323569E-04 0.181898940355E-11 0.903000000000E+04
+   -0.787458740234E+04-0.185907173157E+01-0.279396772385E-08 0.000000000000E+00
+    0.816753320312E+04-0.251698207855E+01-0.186264514923E-08 0.500000000000E+01
+    0.228259687500E+05 0.256965637207E+00-0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1  2 45  0.0-0.102144666016E-03 0.000000000000E+00 0.903000000000E+04
+    0.510469677734E+04-0.102205085754E+01 0.000000000000E+00 0.000000000000E+00
+    0.201306630859E+05-0.175697231293E+01-0.931322574616E-09 0.600000000000E+01
+    0.148040908203E+05 0.274107646942E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  2 45  0.0-0.692512840033E-04-0.181898940355E-11 0.903000000000E+04
+   -0.251031967773E+05 0.628598213196E+00-0.279396772385E-08 0.000000000000E+00
+   -0.258295898438E+02 0.131200790405E+00-0.931322574616E-09-0.200000000000E+01
+    0.448254394531E+04 0.351449012756E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  2 45  0.0-0.140951015055E-03 0.909494701773E-12 0.987000000000E+04
+   -0.209299956055E+05-0.168113803864E+01 0.000000000000E+00 0.000000000000E+00
+    0.767827148438E+04 0.339757919312E+00 0.000000000000E+00-0.700000000000E+01
+   -0.124797446289E+05 0.302426624298E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  2 45  0.0-0.926991924644E-04-0.909494701773E-12 0.909000000000E+04
+   -0.408899121094E+04-0.309227561951E+01 0.186264514923E-08 0.000000000000E+00
+    0.109530927734E+05 0.289030075073E+00 0.000000000000E+00 0.000000000000E+00
+   -0.226579619141E+05 0.706477165222E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1  2 45  0.0-0.230708159506E-03-0.909494701773E-12 0.903000000000E+04
+    0.251337529297E+05-0.608789443970E+00 0.279396772385E-08 0.000000000000E+00
+   -0.346323242188E+02-0.133990287781E+00 0.931322574616E-09-0.200000000000E+01
+   -0.436166748047E+04-0.351742935181E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  2 45  0.0-0.798432156444E-04 0.181898940355E-11 0.903000000000E+04
+    0.208895170898E+05 0.168158912659E+01 0.931322574616E-09 0.000000000000E+00
+   -0.765324218750E+04-0.330209732056E+00 0.000000000000E+00-0.700000000000E+01
+    0.124060063477E+05-0.303818798065E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  2 45  0.0 0.919690355659E-04 0.909494701773E-12 0.900000000000E+04
+    0.417580322266E+04 0.309199714661E+01-0.186264514923E-08 0.000000000000E+00
+   -0.108619516602E+05-0.333826065063E+00 0.000000000000E+00 0.000000000000E+00
+    0.227209199219E+05-0.717012405396E+00-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  2 45  0.0-0.261346809566E-03 0.000000000000E+00 0.900000000000E+04
+    0.139947690430E+05-0.718391418457E+00 0.000000000000E+00 0.000000000000E+00
+   -0.190795200195E+05 0.111788654327E+01 0.000000000000E+00 0.400000000000E+01
+    0.964586230469E+04 0.324765396118E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1  2 45  0.0-0.142958015204E-05-0.909494701773E-12 0.957000000000E+04
+    0.659361132812E+04 0.325392723083E+00 0.000000000000E+00 0.000000000000E+00
+   -0.232104326172E+05-0.107342529297E+01 0.931322574616E-09-0.300000000000E+01
+   -0.805082763672E+04 0.336033916473E+01 0.931322574616E-09 0.000000000000E+00
+19 09  4  1  2 45  0.0-0.894982367754E-04-0.909494701773E-12 0.903000000000E+04
+   -0.433125292969E+04 0.115570259094E+01 0.931322574615E-09 0.000000000000E+00
+   -0.138598886719E+05-0.263124656677E+01 0.931322574615E-09 0.300000000000E+01
+   -0.209677202148E+05 0.150018978119E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  2 45  0.0-0.651190057397E-04 0.000000000000E+00 0.978000000000E+04
+   -0.130123725586E+05 0.132396221161E+01 0.931322574615E-09 0.000000000000E+00
+    0.386884912109E+04-0.264769649506E+01 0.000000000000E+00 0.200000000000E+01
+   -0.215996118164E+05-0.126501178741E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  2 45  0.0-0.143410637975E-03-0.181898940355E-11 0.903000000000E+04
+   -0.138685668945E+05 0.700883865356E+00 0.000000000000E+00 0.000000000000E+00
+    0.190240473633E+05-0.114168167114E+01 0.000000000000E+00 0.400000000000E+01
+   -0.969385400391E+04-0.325257873535E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1  2 45  0.0-0.201579183340E-03-0.909494701773E-12 0.918000000000E+04
+   -0.666445605469E+04-0.302070617676E+00 0.000000000000E+00 0.000000000000E+00
+    0.233429741211E+05 0.106868076324E+01-0.931322574615E-09 0.253000000000E+03
+    0.807473388672E+04-0.334342002869E+01-0.931322574615E-09 0.000000000000E+00
+23 09  4  1  2 45  0.0-0.200589187443E-03 0.545696821064E-11 0.903000000000E+04
+    0.464438574219E+04-0.118410968780E+01-0.931322574616E-09 0.000000000000E+00
+    0.133846127930E+05 0.265352725983E+01-0.931322574616E-09 0.300000000000E+01
+    0.212263178711E+05-0.141105175018E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  3 15  0.0 0.206418335438E-04-0.272848410532E-11 0.117000000000E+05
+    0.185378203125E+05 0.128524971008E+01 0.279396772385E-08 0.000000000000E+00
+    0.117230366211E+05 0.124270248413E+01 0.000000000000E+00 0.100000000000E+01
+   -0.130136791992E+05 0.295219993591E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  3 15  0.0-0.342894345522E-04-0.272848410532E-11 0.108600000000E+05
+    0.111597875977E+05 0.207683086395E+01 0.372529029846E-08 0.000000000000E+00
+   -0.352303222656E+04 0.230607032776E+01 0.931322574615E-09 0.500000000000E+01
+   -0.226690839844E+05 0.664002418518E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  3 15  0.0 0.639315694571E-04-0.545696821064E-11 0.108600000000E+05
+    0.239181152344E+03 0.188950252533E+01 0.186264514923E-08 0.000000000000E+00
+   -0.147353046875E+05 0.211538887024E+01 0.931322574615E-09 0.600000000000E+01
+   -0.209455107422E+05-0.147163295746E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  3 15  0.0-0.169319100678E-03-0.181898940355E-11 0.108000000000E+05
+   -0.191124511719E+05-0.112637901306E+01-0.372529029846E-08 0.000000000000E+00
+   -0.125959687500E+05-0.105711460114E+01 0.000000000000E+00 0.100000000000E+01
+    0.110744980469E+05-0.311058902741E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  3 15  0.0-0.893576070666E-04 0.181898940355E-11 0.108300000000E+05
+   -0.115194208984E+05-0.215570640564E+01-0.372529029846E-08 0.000000000000E+00
+    0.390028808594E+04-0.218734455109E+01-0.931322574616E-09 0.500000000000E+01
+    0.223983027344E+05-0.729116439819E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  3 15  0.0-0.102143734693E-03 0.000000000000E+00 0.108300000000E+05
+    0.268990576172E+04-0.165927410126E+01-0.931322574616E-09 0.000000000000E+00
+    0.166833774414E+05-0.202597808838E+01-0.931322574616E-09 0.600000000000E+01
+    0.191016796875E+05 0.200300979614E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  3 15  0.0-0.692550092936E-04-0.181898940355E-11 0.108300000000E+05
+   -0.232121054688E+05 0.144984817505E+01-0.372529029846E-08 0.000000000000E+00
+   -0.612792968750E+01-0.145467758179E+00-0.931322574616E-09-0.200000000000E+01
+    0.105533120117E+05 0.318694877624E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  3 15  0.0-0.140949152410E-03 0.909494701773E-12 0.116700000000E+05
+   -0.232092158203E+05-0.835805892944E+00-0.931322574615E-09 0.000000000000E+00
+    0.838448974609E+04 0.403889656067E+00 0.000000000000E+00-0.700000000000E+01
+   -0.662591455078E+04 0.343794727325E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  3 15  0.0-0.927010551095E-04-0.909494701773E-12 0.108900000000E+05
+   -0.937459960938E+04-0.273371315002E+01 0.931322574615E-09 0.000000000000E+00
+    0.118416044922E+05 0.677325248718E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205253447266E+05 0.164793586731E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  3 15  0.0-0.230710022151E-03-0.909494701773E-12 0.123900000000E+05
+    0.232773525391E+05-0.143135261536E+01 0.279396772385E-08 0.000000000000E+00
+   -0.620673828125E+02 0.139764785767E+00 0.000000000000E+00-0.200000000000E+01
+   -0.104426621094E+05-0.319538784027E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1  3 15  0.0-0.798385590315E-04 0.181898940355E-11 0.108300000000E+05
+    0.231654160156E+05 0.831583023071E+00 0.186264514923E-08 0.000000000000E+00
+   -0.834014208984E+04-0.391803741455E+00 0.000000000000E+00-0.700000000000E+01
+    0.652654638672E+04-0.345195579529E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  3 15  0.0 0.919718295336E-04 0.909494701773E-12 0.108000000000E+05
+    0.944864843750E+04 0.272015094757E+01-0.931322574616E-09 0.000000000000E+00
+   -0.118339858398E+05-0.724600791931E+00 0.000000000000E+00 0.000000000000E+00
+    0.205712861328E+05-0.165572261810E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  3 15  0.0-0.261347740889E-03 0.000000000000E+00 0.108000000000E+05
+    0.126223203125E+05-0.763979911804E+00 0.000000000000E+00 0.000000000000E+00
+   -0.163386088867E+05 0.191433048248E+01 0.000000000000E+00 0.400000000000E+01
+    0.150453979492E+05 0.271301078796E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1  3 15  0.0-0.143237411976E-05-0.909494701773E-12 0.108000000000E+05
+    0.677900439453E+04-0.858573913574E-01 0.000000000000E+00 0.000000000000E+00
+   -0.244561166992E+05-0.285596847534E+00 0.931322574616E-09-0.300000000000E+01
+   -0.176714453125E+04 0.357579803467E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  3 15  0.0-0.895000994205E-04-0.909494701773E-12 0.108300000000E+05
+   -0.274118896484E+04 0.615788459778E+00 0.931322574615E-09 0.000000000000E+00
+   -0.183594379883E+05-0.231925296783E+01 0.931322574615E-09 0.300000000000E+01
+   -0.174914990234E+05 0.233719539642E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  3 15  0.0-0.651190057397E-04 0.000000000000E+00 0.117000000000E+05
+   -0.109163100586E+05 0.977887153625E+00 0.931322574615E-09 0.000000000000E+00
+   -0.125289990234E+04-0.299916744232E+01 0.000000000000E+00 0.200000000000E+01
+   -0.230123417969E+05-0.294304847717E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  3 15  0.0-0.143414363265E-03-0.181898940355E-11 0.108300000000E+05
+   -0.125313974609E+05 0.742231369019E+00 0.931322574615E-09 0.000000000000E+00
+    0.162395180664E+05-0.193815994263E+01 0.000000000000E+00 0.400000000000E+01
+   -0.150956694336E+05-0.271035671234E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  3 15  0.0-0.201581977308E-03-0.181898940355E-11 0.108600000000E+05
+   -0.681115283203E+04 0.105673789978E+00 0.000000000000E+00 0.000000000000E+00
+    0.245867226562E+05 0.288330078125E+00-0.931322574615E-09 0.253000000000E+03
+    0.182415429688E+04-0.355697250366E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  3 15  0.0-0.200578942895E-03 0.545696821064E-11 0.108300000000E+05
+    0.300171972656E+04-0.644485473633E+00-0.931322574616E-09 0.000000000000E+00
+    0.179461762695E+05 0.236565208435E+01-0.931322574616E-09 0.300000000000E+01
+    0.178999843750E+05-0.226086235046E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  3 45  0.0 0.206362456083E-04-0.272848410532E-11 0.137400000000E+05
+    0.205039687500E+05 0.857007980347E+00 0.279396772385E-08 0.000000000000E+00
+    0.133102602539E+05 0.530719757080E+00 0.000000000000E+00 0.100000000000E+01
+   -0.726499316406E+04 0.339374256134E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  3 45  0.0-0.342940911651E-04-0.272848410532E-11 0.126600000000E+05
+    0.150294667969E+05 0.217864513397E+01 0.372529029846E-08 0.000000000000E+00
+    0.190861328125E+03 0.179514884949E+01 0.000000000000E+00 0.500000000000E+01
+   -0.206134702148E+05 0.160520172119E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  3 45  0.0 0.639203935862E-04-0.545696821064E-11 0.126900000000E+05
+    0.409104248047E+04 0.236306953430E+01 0.279396772385E-08 0.000000000000E+00
+   -0.110128002930E+05 0.197930717468E+01 0.931322574615E-09 0.600000000000E+01
+   -0.227608403320E+05-0.532535552979E+00 0.931322574615E-09 0.100000000000E+01
+ 6 09  4  1  3 45  0.0-0.169321894646E-03-0.909494701773E-12 0.126000000000E+05
+   -0.207298613281E+05-0.631826400757E+00-0.279396772385E-08 0.000000000000E+00
+   -0.138651987305E+05-0.367984771729E+00 0.000000000000E+00 0.100000000000E+01
+    0.511663134766E+04-0.346572971344E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  3 45  0.0-0.893538817763E-04 0.181898940355E-11 0.126300000000E+05
+   -0.154892221680E+05-0.221043968201E+01-0.465661287308E-08 0.000000000000E+00
+    0.401204589844E+03-0.167839622498E+01 0.000000000000E+00 0.500000000000E+01
+    0.202349672852E+05-0.165897464752E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  3 45  0.0-0.102143734693E-03 0.000000000000E+00 0.126300000000E+05
+   -0.828419921875E+03-0.222960472107E+01-0.186264514923E-08 0.000000000000E+00
+    0.130074877930E+05-0.201262855530E+01-0.931322574616E-09 0.600000000000E+01
+    0.219217690430E+05 0.111008167267E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  3 45  0.0-0.692587345838E-04-0.181898940355E-11 0.126300000000E+05
+   -0.199954863281E+05 0.208586502075E+01-0.465661287308E-08 0.000000000000E+00
+   -0.660360351562E+03-0.605690002441E+00 0.000000000000E+00-0.200000000000E+01
+    0.158071289062E+05 0.261267089844E+01 0.931322574616E-09 0.000000000000E+00
+10 09  4  1  3 45  0.0-0.140946358442E-03 0.909494701773E-12 0.142500000000E+05
+   -0.239184096680E+05 0.435600280762E-01-0.279396772385E-08 0.000000000000E+00
+    0.898013134766E+04 0.215998649597E+00 0.000000000000E+00-0.700000000000E+01
+   -0.262258789062E+03 0.358709335327E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  3 45  0.0-0.927038490772E-04-0.909494701773E-12 0.127200000000E+05
+   -0.137813540039E+05-0.212806320190E+01 0.000000000000E+00 0.000000000000E+00
+    0.132892963867E+05 0.896331787109E+00 0.000000000000E+00 0.000000000000E+00
+   -0.168014321289E+05 0.246297836304E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  3 45  0.0-0.230711884797E-03-0.909494701773E-12 0.128100000000E+05
+    0.200917529297E+05-0.207013034821E+01 0.372529029846E-08 0.000000000000E+00
+    0.579908203125E+03 0.597972869873E+00 0.000000000000E+00-0.200000000000E+01
+   -0.157166191406E+05-0.262657642365E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1  3 45  0.0-0.798339024186E-04 0.181898940355E-11 0.126300000000E+05
+    0.238629716797E+05-0.520467758179E-01 0.279396772385E-08 0.000000000000E+00
+   -0.891112792969E+04-0.200620651245E+00 0.000000000000E+00-0.700000000000E+01
+    0.140224121094E+03-0.359767150879E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  3 45  0.0 0.919755548239E-04 0.909494701773E-12 0.126000000000E+05
+    0.138214414062E+05 0.210466384888E+01 0.000000000000E+00 0.000000000000E+00
+   -0.133659985352E+05-0.942200660706E+00 0.000000000000E+00 0.000000000000E+00
+    0.168378808594E+05-0.246550369263E+01-0.279396772385E-08 0.000000000000E+00
+17 09  4  1  3 45  0.0-0.261348672211E-03 0.000000000000E+00 0.126000000000E+05
+    0.113882177734E+05-0.571358680725E+00-0.931322574616E-09 0.000000000000E+00
+   -0.122688774414E+05 0.257647609711E+01 0.000000000000E+00 0.400000000000E+01
+    0.192867958984E+05 0.196906471252E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  3 45  0.0-0.143516808748E-05-0.909494701773E-12 0.126000000000E+05
+    0.642105273438E+04-0.271013259888E+00 0.000000000000E+00 0.000000000000E+00
+   -0.241809233398E+05 0.597752571106E+00 0.931322574616E-09-0.300000000000E+01
+    0.465434179688E+04 0.351250553131E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  3 45  0.0-0.895019620657E-04-0.909494701773E-12 0.126300000000E+05
+   -0.206544775391E+04 0.156890869141E+00 0.931322574615E-09 0.000000000000E+00
+   -0.220448164063E+05-0.173474693298E+01 0.931322574615E-09 0.300000000000E+01
+   -0.126625410156E+05 0.299346542358E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1  3 45  0.0-0.651199370623E-04 0.000000000000E+00 0.126300000000E+05
+   -0.956044677734E+04 0.518309593201E+00 0.931322574615E-09 0.000000000000E+00
+   -0.675424707031E+04-0.306226444244E+01 0.931322574615E-09 0.200000000000E+01
+   -0.226447216797E+05 0.700308799744E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  3 45  0.0-0.143417157233E-03-0.909494701773E-12 0.126600000000E+05
+   -0.113400864258E+05 0.545758247375E+00 0.931322574615E-09 0.000000000000E+00
+    0.121307910156E+05-0.259510707855E+01 0.000000000000E+00 0.400000000000E+01
+   -0.193249790039E+05-0.195841979980E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  3 45  0.0-0.201585702598E-03-0.181898940355E-11 0.135000000000E+05
+   -0.641975097656E+04 0.288621902466E+00 0.000000000000E+00 0.000000000000E+00
+    0.243228232422E+05-0.588335990906E+00 0.000000000000E+00-0.300000000000E+01
+   -0.456627343750E+04-0.349772262573E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  3 45  0.0-0.200569629669E-03 0.545696821064E-11 0.126300000000E+05
+    0.227987841797E+04-0.178240776062E+00-0.931322574616E-09 0.000000000000E+00
+    0.217347124023E+05 0.180216217041E+01-0.931322574616E-09 0.300000000000E+01
+    0.131923076172E+05-0.293596935272E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  4 15  0.0 0.206306576729E-04-0.272848410532E-11 0.144300000000E+05
+    0.214868823242E+05 0.203160285950E+00 0.186264514923E-08 0.000000000000E+00
+    0.137004028320E+05-0.707426071167E-01 0.000000000000E+00 0.100000000000E+01
+   -0.954143554688E+03 0.357274150848E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  4 15  0.0-0.342996791005E-04-0.272848410532E-11 0.144600000000E+05
+    0.188340126953E+05 0.200048255920E+01 0.372529029846E-08 0.000000000000E+00
+    0.288005566406E+04 0.118555545807E+01 0.000000000000E+00 0.500000000000E+01
+   -0.169649204102E+05 0.242244911194E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  4 15  0.0 0.639101490378E-04-0.545696821064E-11 0.144600000000E+05
+    0.862235644531E+04 0.263117885590E+01 0.372529029846E-08 0.000000000000E+00
+   -0.774006396484E+04 0.162722873688E+01 0.000000000000E+00 0.600000000000E+01
+   -0.228381542969E+05 0.447271347046E+00 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  4 15  0.0-0.169324688613E-03-0.909494701773E-12 0.144300000000E+05
+   -0.212668476562E+05 0.618410110474E-01-0.186264514923E-08 0.000000000000E+00
+   -0.140032812500E+05 0.184482574463E+00 0.931322574616E-09 0.100000000000E+01
+   -0.123948095703E+04-0.355051803589E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  4 15  0.0-0.893501564860E-04 0.181898940355E-11 0.144300000000E+05
+   -0.193084599609E+05-0.198578071594E+01-0.465661287308E-08 0.000000000000E+00
+   -0.209398193359E+04-0.108982181549E+01 0.000000000000E+00 0.500000000000E+01
+    0.165032739258E+05-0.246036338806E+01 0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1  4 15  0.0-0.102141872048E-03 0.000000000000E+00 0.144300000000E+05
+   -0.523313427734E+04-0.262819671631E+01-0.279396772385E-08 0.000000000000E+00
+    0.958873583984E+04-0.174925899506E+01 0.000000000000E+00 0.600000000000E+01
+    0.230463754883E+05 0.131379127502E+00-0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1  4 15  0.0-0.692624598742E-04-0.181898940355E-11 0.150900000000E+05
+   -0.158604150391E+05 0.246092319488E+01-0.465661287308E-08 0.000000000000E+00
+   -0.224505126953E+04-0.116261959076E+01 0.000000000000E+00-0.200000000000E+01
+    0.198372724609E+05 0.183616542816E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  4 15  0.0-0.140944495797E-03 0.909494701773E-12 0.144300000000E+05
+   -0.231023979492E+05 0.840110778809E+00-0.372529029846E-08 0.000000000000E+00
+    0.902057177734E+04-0.206285476685E+00 0.000000000000E+00-0.700000000000E+01
+    0.612155908203E+04 0.346017360687E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  4 15  0.0-0.927066430449E-04-0.909494701773E-12 0.144900000000E+05
+   -0.169409096680E+05-0.136530590057E+01 0.000000000000E+00 0.000000000000E+00
+    0.149259453125E+05 0.879317283630E+00 0.000000000000E+00 0.000000000000E+00
+   -0.117731005859E+05 0.308771991730E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  4 15  0.0-0.230713747442E-03-0.909494701773E-12 0.152700000000E+05
+    0.159815126953E+05-0.244925975800E+01 0.372529029846E-08 0.000000000000E+00
+    0.214996337891E+04 0.115436172485E+01 0.000000000000E+00-0.200000000000E+01
+   -0.197764350586E+05-0.185511493683E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  4 15  0.0-0.798292458057E-04 0.181898940355E-11 0.144300000000E+05
+    0.230293247070E+05-0.850754737854E+00 0.279396772385E-08 0.000000000000E+00
+   -0.892096728516E+04 0.224765777588E+00 0.000000000000E+00-0.700000000000E+01
+   -0.625702246094E+04-0.346404647827E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  4 15  0.0 0.919783487916E-04 0.181898940355E-11 0.144000000000E+05
+    0.169339008789E+05 0.133730220795E+01 0.931322574616E-09 0.000000000000E+00
+   -0.150819521484E+05-0.921275138855E+00 0.000000000000E+00 0.000000000000E+00
+    0.118100292969E+05-0.308484363556E+01-0.279396772385E-08 0.000000000000E+00
+17 09  4  1  4 15  0.0-0.261349603534E-03 0.000000000000E+00 0.144000000000E+05
+    0.106731757812E+05-0.200226783752E+00-0.931322574616E-09 0.000000000000E+00
+   -0.720159326172E+04 0.300926208496E+01 0.000000000000E+00 0.400000000000E+01
+    0.220422592773E+05 0.107256221771E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  4 15  0.0-0.143703073263E-05-0.909494701773E-12 0.144000000000E+05
+    0.595269091797E+04-0.208841323853E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223172705078E+05 0.145940780640E+01 0.000000000000E+00-0.300000000000E+01
+    0.107134941406E+05 0.317597675324E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1  4 15  0.0-0.895038247108E-04-0.909494701773E-12 0.151500000000E+05
+   -0.207268896484E+04-0.130301475525E+00 0.931322574616E-09 0.000000000000E+00
+   -0.244816625977E+05-0.946557044983E+00 0.931322574616E-09 0.300000000000E+01
+   -0.685429199219E+04 0.341822624206E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  4 15  0.0-0.651208683848E-04 0.000000000000E+00 0.153000000000E+05
+   -0.905455175781E+04 0.517911911011E-01 0.186264514923E-08 0.000000000000E+00
+   -0.120909160156E+05-0.281673145294E+01 0.931322574615E-09 0.200000000000E+01
+   -0.205232080078E+05 0.164175224304E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  4 15  0.0-0.143419951200E-03-0.909494701773E-12 0.144300000000E+05
+   -0.106732353516E+05 0.172728538513E+00 0.931322574615E-09 0.000000000000E+00
+    0.703821728516E+04-0.301810359955E+01 0.000000000000E+00 0.400000000000E+01
+   -0.220553759766E+05-0.105585765839E+01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  4 15  0.0-0.201589427888E-03-0.181898940355E-11 0.152700000000E+05
+   -0.592063964844E+04 0.225551605225E+00 0.000000000000E+00 0.000000000000E+00
+    0.224795126953E+05-0.144703102112E+01 0.000000000000E+00-0.300000000000E+01
+   -0.106058603516E+05-0.316951370239E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1  4 15  0.0-0.200559385121E-03 0.545696821064E-11 0.144300000000E+05
+    0.225997460938E+04 0.122286796570E+00 0.000000000000E+00 0.000000000000E+00
+    0.243072675781E+05 0.102863407135E+01-0.931322574616E-09 0.300000000000E+01
+    0.746680859375E+04-0.338447284699E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1  4 45  0.0 0.206241384149E-04-0.272848410532E-11 0.162300000000E+05
+    0.211475849609E+05-0.596051216126E+00 0.931322574616E-09 0.000000000000E+00
+    0.131739667969E+05-0.476148605347E+00-0.931322574616E-09 0.100000000000E+01
+    0.543053662109E+04 0.347523212433E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  4 45  0.0-0.343043357134E-04-0.272848410532E-11 0.162300000000E+05
+    0.220618740234E+05 0.154164981842E+01 0.279396772385E-08 0.000000000000E+00
+    0.446634082031E+04 0.588204383850E+00-0.931322574615E-09 0.500000000000E+01
+   -0.120052138672E+05 0.305258083344E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  4 45  0.0 0.638989731669E-04-0.545696821064E-11 0.162600000000E+05
+    0.134017280273E+05 0.263138294220E+01 0.372529029846E-08 0.000000000000E+00
+   -0.523450732422E+04 0.114290237427E+01 0.000000000000E+00 0.600000000000E+01
+   -0.211706225586E+05 0.139388275146E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  4 45  0.0-0.169325619936E-03 0.000000000000E+00 0.168300000000E+05
+   -0.204405595703E+05 0.865942001343E+00 0.000000000000E+00 0.000000000000E+00
+   -0.133287255859E+05 0.525520324707E+00 0.931322574615E-09 0.100000000000E+01
+   -0.749991162109E+04-0.336048793793E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  4 45  0.0-0.893464311957E-04 0.181898940355E-11 0.162300000000E+05
+   -0.224737612305E+05-0.148883438110E+01-0.372529029846E-08 0.000000000000E+00
+   -0.353974755859E+04-0.530245780945E+00 0.931322574616E-09 0.500000000000E+01
+    0.114924008789E+05-0.307101345062E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  4 45  0.0-0.102140940726E-03 0.000000000000E+00 0.162300000000E+05
+   -0.101377207031E+05-0.277439785004E+01-0.372529029846E-08 0.000000000000E+00
+    0.681752392578E+04-0.130786228180E+01 0.000000000000E+00 0.600000000000E+01
+    0.223886694336E+05-0.857406616211E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  4 45  0.0-0.692661851644E-04-0.181898940355E-11 0.162000000000E+05
+   -0.113142011719E+05 0.254083538055E+01-0.372529029846E-08 0.000000000000E+00
+   -0.483953222656E+04-0.170904445648E+01 0.000000000000E+00-0.200000000000E+01
+    0.223318886719E+05 0.917636871338E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  4 45  0.0-0.140942633152E-03 0.909494701773E-12 0.162300000000E+05
+   -0.210053168945E+05 0.145221424103E+01-0.372529029846E-08 0.000000000000E+00
+    0.813255957031E+04-0.802342414856E+00 0.000000000000E+00-0.700000000000E+01
+    0.120339921875E+05 0.306664752960E+01 0.931322574616E-09 0.000000000000E+00
+11 09  4  1  4 45  0.0-0.927094370127E-04-0.909494701773E-12 0.162900000000E+05
+   -0.186694125977E+05-0.557603836060E+00-0.186264514923E-08 0.000000000000E+00
+    0.162969443359E+05 0.600721359253E+00 0.000000000000E+00 0.000000000000E+00
+   -0.582973681641E+04 0.347293376923E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  4 45  0.0-0.230714678764E-03-0.909494701773E-12 0.167100000000E+05
+    0.114519047852E+05-0.253415012360E+01 0.279396772385E-08 0.000000000000E+00
+    0.473051220703E+04 0.170216464996E+01 0.000000000000E+00-0.200000000000E+01
+   -0.223090141602E+05-0.940652847290E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  4 45  0.0-0.798245891929E-04 0.181898940355E-11 0.171900000000E+05
+    0.209134477539E+05-0.146190738678E+01 0.372529029846E-08 0.000000000000E+00
+   -0.799798486328E+04 0.822329521179E+00 0.000000000000E+00-0.700000000000E+01
+   -0.121687324219E+05-0.306177902222E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1  4 45  0.0 0.919867306948E-04 0.181898940355E-11 0.162000000000E+05
+    0.186119238281E+05 0.530337333679E+00 0.186264514923E-08 0.000000000000E+00
+   -0.165240458984E+05-0.637660980225E+00 0.000000000000E+00 0.000000000000E+00
+    0.587518652344E+04-0.346687793732E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  4 45  0.0-0.261351466179E-03-0.909494701773E-12 0.162000000000E+05
+    0.107201362305E+05 0.258256912231E+00-0.931322574616E-09 0.000000000000E+00
+   -0.161101708984E+04 0.315105628967E+01 0.000000000000E+00 0.400000000000E+01
+    0.230975161133E+05 0.921144485474E-01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  4 45  0.0-0.143889337778E-05 0.000000000000E+00 0.162000000000E+05
+    0.580368212891E+04 0.760278701782E-01 0.000000000000E+00 0.000000000000E+00
+   -0.190094897461E+05 0.218438625336E+01 0.000000000000E+00-0.300000000000E+01
+    0.159398300781E+05 0.259338188171E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  4 45  0.0-0.895056873560E-04-0.909494701773E-12 0.162000000000E+05
+   -0.239591015625E+04-0.187907218933E+00 0.931322574616E-09 0.000000000000E+00
+   -0.253903784180E+05-0.555038452148E-01 0.931322574616E-09 0.300000000000E+01
+   -0.515959472656E+03 0.357862377167E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  4 45  0.0-0.651227310300E-04 0.000000000000E+00 0.167400000000E+05
+   -0.931404882813E+04-0.315447807312E+00 0.186264514923E-08 0.000000000000E+00
+   -0.167244487305E+05-0.228927326202E+01 0.000000000000E+00 0.200000000000E+01
+   -0.168104750977E+05 0.245674705505E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  4 45  0.0-0.143422745168E-03-0.909494701773E-12 0.162300000000E+05
+   -0.107691059570E+05-0.284533500671E+00 0.186264514923E-08 0.000000000000E+00
+    0.144259521484E+04-0.314764785767E+01 0.000000000000E+00 0.400000000000E+01
+   -0.230778588867E+05-0.731401443481E-01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  4 45  0.0-0.201593153179E-03-0.181898940355E-11 0.167100000000E+05
+   -0.574208300781E+04-0.599889755249E-01 0.931322574615E-09 0.000000000000E+00
+    0.191926992188E+05-0.217438793182E+01 0.000000000000E+00-0.300000000000E+01
+   -0.158292934570E+05-0.259655952454E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  4 45  0.0-0.200549140573E-03 0.545696821064E-11 0.179700000000E+05
+    0.258343847656E+04 0.196450233459E+00 0.000000000000E+00 0.000000000000E+00
+    0.253704594727E+05 0.143462181091E+00 0.000000000000E+00 0.300000000000E+01
+    0.116527392578E+04-0.357186985016E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  5 15  0.0 0.206185504794E-04-0.272848410532E-11 0.180300000000E+05
+    0.193178012695E+05-0.143377304077E+01 0.000000000000E+00 0.000000000000E+00
+    0.121341796875E+05-0.636542320252E+00-0.931322574616E-09 0.100000000000E+01
+    0.113948833008E+05 0.310874557495E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  5 15  0.0-0.343089923263E-04-0.272848410532E-11 0.180300000000E+05
+    0.242416162109E+05 0.846907615662E+00 0.186264514923E-08 0.000000000000E+00
+    0.506804882812E+04 0.107466697693E+00-0.931322574616E-09 0.500000000000E+01
+   -0.611752539062E+04 0.344683265686E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  5 15  0.0 0.638877972960E-04-0.545696821064E-11 0.180900000000E+05
+    0.179202475586E+05 0.234127902985E+01 0.372529029846E-08 0.000000000000E+00
+   -0.364345507813E+04 0.628902435303E+00-0.931322574615E-09 0.600000000000E+01
+   -0.178832963867E+05 0.223553562164E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  5 15  0.0-0.169326551259E-03 0.000000000000E+00 0.180300000000E+05
+   -0.181484907227E+05 0.167156410217E+01 0.000000000000E+00 0.000000000000E+00
+   -0.122602973633E+05 0.619915008545E+00 0.931322574615E-09 0.100000000000E+01
+   -0.131820893555E+05-0.291252708435E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  5 15  0.0-0.893427059054E-04 0.181898940355E-11 0.180300000000E+05
+   -0.245348681641E+05-0.770792961121E+00-0.279396772385E-08 0.000000000000E+00
+   -0.408032226562E+04-0.988712310791E-01 0.931322574616E-09 0.500000000000E+01
+    0.559087158203E+04-0.344354438782E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  5 15  0.0-0.102139078081E-03 0.000000000000E+00 0.180300000000E+05
+   -0.150429448242E+05-0.262543964386E+01-0.372529029846E-08 0.000000000000E+00
+    0.492800878906E+04-0.787510871887E+00 0.931322574616E-09 0.600000000000E+01
+    0.199996323242E+05-0.177983188629E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  5 15  0.0-0.692689791322E-04-0.181898940355E-11 0.180000000000E+05
+   -0.688395410156E+04 0.233799648285E+01-0.279396772385E-08 0.000000000000E+00
+   -0.832532470703E+04-0.213554859161E+01 0.931322574616E-09-0.200000000000E+01
+    0.230981499023E+05-0.717344284058E-01-0.931322574616E-09 0.000000000000E+00
+10 09  4  1  5 15  0.0-0.140940770507E-03 0.909494701773E-12 0.180300000000E+05
+   -0.180281362305E+05 0.180957031250E+01-0.465661287308E-08 0.000000000000E+00
+    0.608384814453E+04-0.147826766968E+01 0.931322574616E-09-0.700000000000E+01
+    0.170190507812E+05 0.243633270264E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  5 15  0.0-0.927122309804E-04-0.909494701773E-12 0.181800000000E+05
+   -0.189911752930E+05 0.179135322571E+00-0.279396772385E-08 0.000000000000E+00
+    0.169431171875E+05 0.812273025513E-01 0.000000000000E+00 0.000000000000E+00
+    0.567034667969E+03 0.358815574646E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  5 15  0.0-0.230716541409E-03-0.909494701773E-12 0.184200000000E+05
+    0.702897265625E+04-0.233652591705E+01 0.279396772385E-08 0.000000000000E+00
+    0.820672900391E+04 0.213212680817E+01-0.931322574615E-09-0.200000000000E+01
+   -0.231192070313E+05 0.462551116943E-01 0.931322574615E-09 0.000000000000E+00
+14 09  4  1  5 15  0.0-0.798199325800E-04 0.272848410532E-11 0.183900000000E+05
+    0.179220073242E+05-0.181528472900E+01 0.372529029846E-08 0.000000000000E+00
+   -0.591404443359E+04 0.149686241150E+01-0.931322574615E-09-0.700000000000E+01
+   -0.171369150391E+05-0.242260932922E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  5 15  0.0 0.919904559851E-04 0.181898940355E-11 0.180000000000E+05
+    0.188884907227E+05-0.201543807983E+00 0.279396772385E-08 0.000000000000E+00
+   -0.172319101562E+05-0.112790107727E+00 0.000000000000E+00 0.000000000000E+00
+   -0.510620605469E+03-0.358273220062E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  5 15  0.0-0.261353328824E-03-0.909494701773E-12 0.180000000000E+05
+    0.115910390625E+05 0.697051048279E+00-0.931322574616E-09 0.000000000000E+00
+    0.395578125000E+04 0.298372268677E+01 0.000000000000E+00 0.400000000000E+01
+    0.223687172852E+05-0.896885871887E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  5 15  0.0-0.143982470036E-05 0.000000000000E+00 0.180000000000E+05
+    0.632112695312E+04 0.517787933350E+00-0.931322574616E-09 0.000000000000E+00
+   -0.145926586914E+05 0.267862510681E+01 0.000000000000E+00-0.300000000000E+01
+    0.199295341797E+05 0.181107425690E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  5 15  0.0-0.895075500011E-04-0.909494701773E-12 0.180000000000E+05
+   -0.260133740234E+04-0.691413879395E-03 0.000000000000E+00 0.000000000000E+00
+   -0.246898481445E+05 0.821692466736E+00 0.000000000000E+00 0.300000000000E+01
+    0.586227929688E+04 0.346228790283E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  5 15  0.0-0.651236623526E-04 0.000000000000E+00 0.180300000000E+05
+   -0.100773940430E+05-0.495892524719E+00 0.931322574615E-09 0.000000000000E+00
+   -0.202043071289E+05-0.154957580566E+01 0.000000000000E+00 0.200000000000E+01
+   -0.117932851563E+05 0.308162403107E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1  5 15  0.0-0.143425539136E-03-0.909494701773E-12 0.180600000000E+05
+   -0.116836992188E+05-0.718826293945E+00 0.186264514923E-08 0.000000000000E+00
+   -0.410721972656E+04-0.296861362457E+01 0.000000000000E+00 0.400000000000E+01
+   -0.223163120117E+05 0.913534164429E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  5 15  0.0-0.201597809792E-03-0.181898940355E-11 0.183900000000E+05
+   -0.623205078125E+04-0.503586769104E+00 0.931322574615E-09 0.000000000000E+00
+    0.147878764648E+05-0.267597198486E+01 0.000000000000E+00-0.300000000000E+01
+   -0.198321352539E+05-0.182190895081E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  5 15  0.0-0.200538896024E-03 0.545696821064E-11 0.193800000000E+05
+    0.281922753906E+04 0.255336761475E-01 0.000000000000E+00 0.000000000000E+00
+    0.248261308594E+05-0.737754821777E+00 0.000000000000E+00 0.300000000000E+01
+   -0.522615234375E+04-0.348369407654E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  5 45  0.0 0.206129625440E-04-0.272848410532E-11 0.198300000000E+05
+    0.160328291016E+05-0.219377136231E+01-0.931322574616E-09 0.000000000000E+00
+    0.110331025391E+05-0.547308921814E+00 0.000000000000E+00 0.100000000000E+01
+    0.164773168945E+05 0.250171566009E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  5 45  0.0-0.343145802617E-04-0.272848410532E-11 0.198300000000E+05
+    0.250187719727E+05-0.247001647949E-03 0.931322574616E-09 0.000000000000E+00
+    0.497218945312E+04-0.176259994507E+00-0.931322574616E-09 0.500000000000E+01
+    0.243102539062E+03 0.357464218140E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  5 45  0.0 0.638756901026E-04-0.636646291241E-11 0.198600000000E+05
+    0.216684682617E+05 0.178281688690E+01 0.279396772385E-08 0.000000000000E+00
+   -0.292531542969E+04 0.189607620239E+00-0.931322574615E-09 0.600000000000E+01
+   -0.132246142578E+05 0.290772628784E+01-0.931322574615E-09 0.100000000000E+01
+ 6 09  4  1  5 45  0.0-0.169326551259E-03 0.000000000000E+00 0.207000000000E+05
+   -0.144891879883E+05 0.236727142334E+01 0.186264514923E-08 0.000000000000E+00
+   -0.112403735352E+05 0.476823806763E+00 0.000000000000E+00 0.100000000000E+01
+   -0.178516831055E+05-0.224289321899E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  5 45  0.0-0.893389806151E-04 0.181898940355E-11 0.198300000000E+05
+   -0.251679536133E+05 0.809297561646E-01-0.186264514923E-08 0.000000000000E+00
+   -0.401725439453E+04 0.131191253662E+00 0.931322574616E-09 0.500000000000E+01
+   -0.743814941406E+03-0.354920101166E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  5 45  0.0-0.102138146758E-03 0.000000000000E+00 0.198300000000E+05
+   -0.194128442383E+05-0.218392944336E+01-0.372529029846E-08 0.000000000000E+00
+    0.396419189453E+04-0.297354698181E+00 0.186264514923E-08 0.600000000000E+01
+    0.160640908203E+05-0.256458854675E+01 0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1  5 45  0.0-0.692727044225E-04-0.181898940355E-11 0.198000000000E+05
+   -0.303396875000E+04 0.190872478485E+01-0.931322574616E-09 0.000000000000E+00
+   -0.123990747070E+05-0.234909725189E+01 0.931322574616E-09-0.200000000000E+01
+    0.220771137695E+05-0.105533981323E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  5 45  0.0-0.140938907862E-03 0.000000000000E+00 0.203700000000E+05
+   -0.146614487305E+05 0.188419532776E+01-0.372529029846E-08 0.000000000000E+00
+    0.283002050781E+04-0.212216186523E+01 0.931322574616E-09-0.700000000000E+01
+    0.206912387695E+05 0.161725902557E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  5 45  0.0-0.927150249481E-04-0.909494701773E-12 0.208200000000E+05
+   -0.181280883789E+05 0.744352340698E+00-0.372529029846E-08 0.000000000000E+00
+    0.164826103516E+05-0.615059852600E+00 0.931322574616E-09 0.000000000000E+00
+    0.691971044922E+04 0.342426776886E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  5 45  0.0-0.230718404055E-03-0.909494701773E-12 0.207000000000E+05
+    0.317731982422E+04-0.191187858582E+01 0.186264514923E-08 0.000000000000E+00
+    0.122788417969E+05 0.235095691681E+01-0.931322574615E-09-0.200000000000E+01
+   -0.221446625977E+05 0.102955722809E+01 0.931322574615E-09 0.000000000000E+00
+14 09  4  1  5 45  0.0-0.798152759671E-04 0.272848410532E-11 0.206700000000E+05
+    0.145501528320E+05-0.188404273987E+01 0.279396772385E-08 0.000000000000E+00
+   -0.263061914063E+04 0.213588047028E+01-0.931322574615E-09-0.700000000000E+01
+   -0.207777646484E+05-0.159664916992E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  5 45  0.0 0.919941812754E-04 0.181898940355E-11 0.198000000000E+05
+    0.179913247070E+05-0.759564399719E+00 0.279396772385E-08 0.000000000000E+00
+   -0.168230771484E+05 0.589329719543E+00-0.931322574616E-09 0.000000000000E+00
+   -0.685722265625E+04-0.342356967926E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  5 45  0.0-0.261355191469E-03-0.909494701773E-12 0.198000000000E+05
+    0.131545297852E+05 0.101155662537E+01-0.931322574616E-09 0.000000000000E+00
+    0.896110888672E+04 0.253569507599E+01 0.000000000000E+00 0.400000000000E+01
+    0.199095825195E+05-0.181795501709E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  5 45  0.0-0.144075602293E-05 0.000000000000E+00 0.198000000000E+05
+    0.770493164062E+04 0.102112865448E+01-0.931322574616E-09 0.000000000000E+00
+   -0.954068750000E+04 0.288397598267E+01 0.000000000000E+00-0.300000000000E+01
+    0.223765844727E+05 0.890585899353E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  5 45  0.0-0.895094126463E-04-0.909494701773E-12 0.198000000000E+05
+   -0.226871337891E+04 0.401294708252E+00 0.000000000000E+00 0.000000000000E+00
+   -0.225093681641E+05 0.157113552093E+01 0.000000000000E+00 0.300000000000E+01
+    0.117872578125E+05 0.307828617096E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  5 45  0.0-0.651255249977E-04 0.000000000000E+00 0.198300000000E+05
+   -0.109541796875E+05-0.436013221741E+00 0.931322574615E-09 0.000000000000E+00
+   -0.222361894531E+05-0.699177742004E+00 0.000000000000E+00 0.200000000000E+01
+   -0.586044042969E+04 0.346744537354E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  5 45  0.0-0.143426470459E-03-0.909494701773E-12 0.198600000000E+05
+   -0.132805297852E+05-0.102659606934E+01 0.186264514923E-08 0.000000000000E+00
+   -0.907724560547E+04-0.251236152649E+01 0.000000000000E+00 0.400000000000E+01
+   -0.198324775391E+05 0.182817649841E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  5 45  0.0-0.201603397727E-03-0.272848410532E-11 0.206700000000E+05
+   -0.759339160156E+04-0.101069355011E+01 0.931322574615E-09 0.000000000000E+00
+    0.973176953125E+04-0.289143466949E+01 0.000000000000E+00-0.300000000000E+01
+   -0.223022578125E+05-0.904470443726E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  5 45  0.0-0.200528651476E-03 0.545696821064E-11 0.198300000000E+05
+    0.254335253906E+04-0.364004135132E+00 0.000000000000E+00 0.000000000000E+00
+    0.227859360352E+05-0.150064373016E+01 0.000000000000E+00 0.300000000000E+01
+   -0.112142739258E+05-0.312663078308E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1  6 15  0.0 0.206064432859E-04-0.272848410532E-11 0.227100000000E+05
+    0.115314707031E+05-0.276927185059E+01-0.186264514923E-08 0.000000000000E+00
+    0.102904028320E+05-0.248456001282E+00 0.000000000000E+00 0.100000000000E+01
+    0.202846899414E+05 0.170123863220E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  6 15  0.0-0.343192368746E-04-0.272848410532E-11 0.216300000000E+05
+    0.242145659180E+05-0.890726089477E+00 0.000000000000E+00 0.000000000000E+00
+    0.457845605469E+04-0.219925880432E+00-0.931322574616E-09 0.500000000000E+01
+    0.658491650391E+04 0.342605495453E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  6 15  0.0 0.638635829091E-04-0.636646291241E-11 0.229200000000E+05
+    0.242149003906E+05 0.101963520050E+01 0.186264514923E-08 0.000000000000E+00
+   -0.286216455078E+04-0.862274169922E-01-0.186264514923E-08 0.600000000000E+01
+   -0.754894482422E+04 0.335802268982E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  6 15  0.0-0.169325619936E-03 0.000000000000E+00 0.218100000000E+05
+   -0.975059375000E+04 0.285687160492E+01 0.186264514923E-08 0.000000000000E+00
+   -0.106563271484E+05 0.147172927856E+00 0.000000000000E+00 0.100000000000E+01
+   -0.211546621094E+05-0.140391540527E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  6 15  0.0-0.893343240023E-04 0.181898940355E-11 0.218700000000E+05
+   -0.242290375977E+05 0.956631660461E+00 0.000000000000E+00 0.000000000000E+00
+   -0.375060693359E+04 0.125124931335E+00 0.931322574615E-09 0.500000000000E+01
+   -0.702095214844E+04-0.338007545471E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  6 15  0.0-0.102136284113E-03 0.000000000000E+00 0.216300000000E+05
+   -0.227576098633E+05-0.149791145325E+01-0.279396772385E-08 0.000000000000E+00
+    0.377851904297E+04 0.619859695435E-01 0.186264514923E-08 0.600000000000E+01
+    0.108864262695E+05-0.315100860596E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  6 15  0.0-0.692773610353E-04-0.181898940355E-11 0.216000000000E+05
+   -0.945688476562E+02 0.134338188171E+01 0.000000000000E+00 0.000000000000E+00
+   -0.166169912109E+05-0.228896522522E+01 0.000000000000E+00-0.200000000000E+01
+    0.193481723633E+05-0.195708274841E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  6 15  0.0-0.140937976539E-03 0.000000000000E+00 0.216300000000E+05
+   -0.114044951172E+05 0.169450759888E+01-0.279396772385E-08 0.000000000000E+00
+   -0.146944726562E+04-0.262255191803E+01 0.186264514923E-08-0.700000000000E+01
+    0.227653657227E+05 0.672157287598E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1  6 15  0.0-0.927178189158E-04-0.909494701773E-12 0.216300000000E+05
+   -0.164565429688E+05 0.106929969788E+01-0.372529029846E-08 0.000000000000E+00
+    0.146808212891E+05-0.139089584351E+01 0.186264514923E-08 0.000000000000E+00
+    0.127343129883E+05 0.299427700043E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1  6 15  0.0-0.230720266700E-03-0.909494701773E-12 0.217800000000E+05
+    0.229065917969E+03-0.134977817535E+01 0.931322574615E-09 0.000000000000E+00
+    0.165057651367E+05 0.229721641541E+01 0.000000000000E+00-0.200000000000E+01
+   -0.194605449219E+05 0.193348598480E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  6 15  0.0-0.798096880317E-04 0.272848410532E-11 0.218700000000E+05
+    0.112990107422E+05-0.168832588196E+01 0.279396772385E-08 0.000000000000E+00
+    0.168683203125E+04 0.262842464447E+01-0.931322574615E-09-0.700000000000E+01
+   -0.228112236328E+05-0.648279190063E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  6 15  0.0 0.919969752431E-04 0.181898940355E-11 0.226500000000E+05
+    0.162995595703E+05-0.107651329041E+01 0.279396772385E-08 0.000000000000E+00
+   -0.150615820313E+05 0.137209510803E+01-0.186264514923E-08 0.000000000000E+00
+   -0.126771777344E+05-0.300125026703E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1  6 15  0.0-0.261357985437E-03-0.909494701773E-12 0.216300000000E+05
+    0.151069130859E+05 0.111771202087E+01-0.931322574616E-09 0.000000000000E+00
+    0.129575419922E+05 0.187747287750E+01 0.000000000000E+00 0.400000000000E+01
+    0.159080546875E+05-0.259941673279E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1  6 15  0.0-0.144168734551E-05 0.000000000000E+00 0.216000000000E+05
+    0.996905126953E+04 0.147776222229E+01-0.931322574616E-09 0.000000000000E+00
+   -0.439264501953E+04 0.278706550598E+01 0.000000000000E+00-0.300000000000E+01
+    0.230956264648E+05-0.964498519897E-01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  6 15  0.0-0.895112752914E-04-0.909494701773E-12 0.216000000000E+05
+   -0.106944238281E+04 0.947698593140E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191668476562E+05 0.209998512268E+01 0.000000000000E+00 0.300000000000E+01
+    0.168010029297E+05 0.245639514923E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  6 15  0.0-0.651264563203E-04 0.000000000000E+00 0.217200000000E+05
+   -0.114959184570E+05-0.125814437866E+00 0.931322574616E-09 0.000000000000E+00
+   -0.227251445312E+05 0.145016670227E+00 0.000000000000E+00 0.200000000000E+01
+    0.527532226562E+03 0.358400535584E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  6 15  0.0-0.143428333104E-03 0.000000000000E+00 0.216300000000E+05
+   -0.152535122070E+05-0.112568664551E+01 0.186264514923E-08 0.000000000000E+00
+   -0.130282304688E+05-0.185127925873E+01 0.000000000000E+00 0.400000000000E+01
+   -0.158203310547E+05 0.260077381134E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  6 15  0.0-0.201608985662E-03-0.272848410532E-11 0.217800000000E+05
+   -0.984330712891E+04-0.147254753113E+01 0.186264514923E-08 0.000000000000E+00
+    0.456124121094E+04-0.280426597595E+01 0.000000000000E+00-0.300000000000E+01
+   -0.230447329102E+05 0.852489471436E-01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  6 15  0.0-0.200519338250E-03 0.545696821064E-11 0.216300000000E+05
+    0.141742773438E+04-0.904835700989E+00 0.000000000000E+00 0.000000000000E+00
+    0.195524633789E+05-0.205028820038E+01 0.000000000000E+00 0.300000000000E+01
+   -0.163367309570E+05-0.252804088593E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  6 45  0.0 0.206008553505E-04-0.272848410532E-11 0.234000000000E+05
+    0.622295410156E+04-0.308028507233E+01-0.279396772385E-08 0.000000000000E+00
+    0.102184799805E+05 0.182617187500E+00 0.931322574616E-09 0.100000000000E+01
+    0.225227304688E+05 0.769358634949E+00-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  6 45  0.0-0.343248248100E-04-0.272848410532E-11 0.237000000000E+05
+    0.218567250977E+05-0.170728778839E+01 0.000000000000E+00 0.000000000000E+00
+    0.432456396484E+04-0.249099731445E-01 0.000000000000E+00 0.500000000000E+01
+    0.124175151367E+05 0.301251888275E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  6 45  0.0 0.638505443931E-04-0.727595761418E-11 0.234300000000E+05
+    0.252735087891E+05 0.147632598877E+00 0.931322574616E-09 0.000000000000E+00
+   -0.310199365234E+04-0.140551567078E+00-0.186264514923E-08 0.600000000000E+01
+   -0.129096289062E+04 0.355025672913E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  6 45  0.0-0.169324688613E-03 0.000000000000E+00 0.234300000000E+05
+   -0.436850488281E+04 0.307441425323E+01 0.279396772385E-08 0.000000000000E+00
+   -0.107728266602E+05-0.285658836365E+00-0.931322574615E-09 0.100000000000E+01
+   -0.228425419922E+05-0.459778785706E+00 0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1  6 45  0.0-0.893305987120E-04 0.181898940355E-11 0.234600000000E+05
+   -0.217785922852E+05 0.174194145203E+01 0.000000000000E+00 0.000000000000E+00
+   -0.370386181641E+04-0.107939720154E+00 0.000000000000E+00 0.500000000000E+01
+   -0.127548979492E+05-0.294964694977E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  6 45  0.0-0.102135352790E-03 0.000000000000E+00 0.234300000000E+05
+   -0.247097583008E+05-0.653444290161E+00-0.186264514923E-08 0.000000000000E+00
+    0.406308007812E+04 0.215530395508E+00 0.186264514923E-08 0.600000000000E+01
+    0.486703955078E+04-0.349376583099E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  6 45  0.0-0.692810863257E-04-0.181898940355E-11 0.234000000000E+05
+    0.178593408203E+04 0.750928878784E+00 0.000000000000E+00 0.000000000000E+00
+   -0.204635126953E+05-0.193735122681E+01 0.000000000000E+00-0.200000000000E+01
+    0.151227944336E+05-0.270725917816E+01-0.279396772385E-08 0.000000000000E+00
+10 09  4  1  6 45  0.0-0.140937045217E-03 0.000000000000E+00 0.234300000000E+05
+   -0.868370507812E+04 0.130177402496E+01-0.186264514923E-08 0.000000000000E+00
+   -0.646886230469E+04-0.288694286346E+01 0.186264514923E-08-0.700000000000E+01
+    0.230789458008E+05-0.326225280762E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1  6 45  0.0-0.927206128836E-04-0.909494701773E-12 0.234300000000E+05
+   -0.144392905273E+05 0.112802505493E+01-0.372529029846E-08 0.000000000000E+00
+    0.114963315430E+05-0.213188266754E+01 0.186264514923E-08 0.000000000000E+00
+    0.175594897461E+05 0.233219909668E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1  6 45  0.0-0.230722129345E-03-0.909494701773E-12 0.243000000000E+05
+   -0.166446044922E+04-0.758661270142E+00 0.000000000000E+00 0.000000000000E+00
+    0.203730107422E+05 0.195203113556E+01 0.000000000000E+00-0.200000000000E+01
+   -0.152737919922E+05 0.268832874298E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  6 45  0.0-0.798041000962E-04 0.272848410532E-11 0.242700000000E+05
+    0.859376123047E+04-0.129104137421E+01 0.186264514923E-08 0.000000000000E+00
+    0.668855517578E+04 0.288357353210E+01-0.931322574615E-09-0.700000000000E+01
+   -0.230821611328E+05 0.348992347717E+00 0.931322574615E-09 0.000000000000E+00
+15 09  4  1  6 45  0.0 0.920007005334E-04 0.909494701773E-12 0.234900000000E+05
+    0.142765258789E+05-0.112726783752E+01 0.279396772385E-08 0.000000000000E+00
+   -0.119034946289E+05 0.212162590027E+01-0.186264514923E-08 0.000000000000E+00
+   -0.175225312500E+05-0.234753608704E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  6 45  0.0-0.261360779405E-03-0.909494701773E-12 0.234300000000E+05
+    0.170231513672E+05 0.966804504395E+00-0.931322574616E-09 0.000000000000E+00
+    0.156542739258E+05 0.111016654968E+01 0.000000000000E+00 0.400000000000E+01
+    0.106724750977E+05-0.318007659912E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1  6 45  0.0-0.144168734551E-05 0.000000000000E+00 0.234000000000E+05
+    0.129347456055E+05 0.178496074676E+01-0.931322574616E-09 0.000000000000E+00
+    0.330251464844E+03 0.242069244385E+01 0.000000000000E+00-0.300000000000E+01
+    0.220350991211E+05-0.107397365570E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  6 45  0.0-0.895131379366E-04-0.909494701773E-12 0.234000000000E+05
+    0.117057031250E+04 0.153964424133E+01 0.000000000000E+00 0.000000000000E+00
+   -0.151169335938E+05 0.235116672516E+01 0.000000000000E+00 0.300000000000E+01
+    0.205161337891E+05 0.164475440979E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  6 45  0.0-0.651283189654E-04 0.000000000000E+00 0.234000000000E+05
+   -0.112775146484E+05 0.399019241333E+00 0.000000000000E+00 0.000000000000E+00
+   -0.217862319336E+05 0.869791030884E+00 0.000000000000E+00 0.200000000000E+01
+    0.687457080078E+04 0.342229270935E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1  6 45  0.0-0.143429264426E-03 0.000000000000E+00 0.234600000000E+05
+   -0.171789062500E+05-0.969436645508E+00 0.931322574615E-09 0.000000000000E+00
+   -0.156795361328E+05-0.108676147461E+01 0.000000000000E+00 0.400000000000E+01
+   -0.105905380859E+05 0.317248249054E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1  6 45  0.0-0.201615504920E-03-0.272848410532E-11 0.242700000000E+05
+   -0.128043041992E+05-0.178473758698E+01 0.186264514923E-08 0.000000000000E+00
+   -0.199153808594E+03-0.244445228577E+01 0.000000000000E+00-0.300000000000E+01
+   -0.219980615234E+05 0.107045745850E+01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  6 45  0.0-0.200509093702E-03 0.454747350886E-11 0.234300000000E+05
+   -0.746887695313E+03-0.149992275238E+01 0.931322574615E-09 0.000000000000E+00
+    0.155699887695E+05-0.232627201080E+01-0.931322574615E-09 0.300000000000E+01
+   -0.201975878906E+05-0.173390293121E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  7 15  0.0 0.205952674150E-04-0.272848410532E-11 0.252300000000E+05
+    0.626253906250E+03-0.308651733398E+01-0.279396772385E-08 0.000000000000E+00
+    0.109665087891E+05 0.644613265991E+00 0.186264514923E-08 0.100000000000E+01
+    0.230187329102E+05-0.221781730652E+00-0.931322574616E-09 0.000000000000E+00
+ 3 09  4  1  7 15  0.0-0.343294814229E-04-0.272848410532E-11 0.252000000000E+05
+    0.181771958008E+05-0.234334850311E+01-0.931322574616E-09 0.000000000000E+00
+    0.460548730469E+04 0.363385200500E+00 0.000000000000E+00 0.500000000000E+01
+    0.172898344727E+05 0.236600780487E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  7 15  0.0 0.638365745544E-04-0.727595761418E-11 0.253800000000E+05
+    0.247490771484E+05-0.719892501831E+00 0.000000000000E+00 0.000000000000E+00
+   -0.322405664062E+04 0.437698364258E-01-0.931322574616E-09 0.600000000000E+01
+    0.506670166016E+04 0.346774578095E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  7 15  0.0-0.169322825968E-03 0.000000000000E+00 0.252300000000E+05
+    0.113775878906E+04 0.299421596527E+01 0.279396772385E-08 0.000000000000E+00
+   -0.116857412109E+05-0.720189094543E+00-0.186264514923E-08 0.100000000000E+01
+   -0.227895087891E+05 0.518218994141E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  7 15  0.0-0.893259420991E-04 0.181898940355E-11 0.252600000000E+05
+   -0.180732929688E+05 0.233618259430E+01 0.931322574615E-09 0.000000000000E+00
+   -0.424529687500E+04-0.516717910767E+00 0.000000000000E+00 0.500000000000E+01
+   -0.175027607422E+05-0.229160308838E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  7 15  0.0-0.102133490145E-03 0.000000000000E+00 0.252300000000E+05
+   -0.250810454102E+05 0.239070892334E+00-0.931322574616E-09 0.000000000000E+00
+    0.440810009766E+04 0.126715660095E+00 0.186264514923E-08 0.600000000000E+01
+   -0.152862792969E+04-0.356639194488E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  7 15  0.0-0.692848116159E-04-0.181898940355E-11 0.252000000000E+05
+    0.265836279297E+04 0.240506172180E+00 0.931322574616E-09 0.000000000000E+00
+   -0.234328979492E+05-0.132291507721E+01 0.000000000000E+00-0.200000000000E+01
+    0.972806396484E+04-0.324794197082E+01-0.279396772385E-08 0.000000000000E+00
+10 09  4  1  7 15  0.0-0.140944495797E-03 0.000000000000E+00 0.252300000000E+05
+   -0.678418554688E+04 0.799459457398E+00-0.931322574616E-09 0.000000000000E+00
+   -0.116852041016E+05-0.285745525360E+01 0.931322574616E-09-0.700000000000E+01
+    0.216053652344E+05-0.130063629150E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  7 15  0.0-0.927234068513E-04-0.909494701773E-12 0.252900000000E+05
+   -0.125439667969E+05 0.940995216370E+00-0.279396772385E-08 0.000000000000E+00
+    0.709494287109E+04-0.272539806366E+01 0.279396772385E-08 0.000000000000E+00
+    0.210219770508E+05 0.149016666412E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  7 15  0.0-0.230723991990E-03-0.909494701773E-12 0.258600000000E+05
+   -0.255050048828E+04-0.247583389282E+00-0.931322574615E-09 0.000000000000E+00
+    0.233738154297E+05 0.134285259247E+01 0.000000000000E+00-0.200000000000E+01
+   -0.990732958984E+04 0.323575592041E+01 0.279396772385E-08 0.000000000000E+00
+14 09  4  1  7 15  0.0-0.797985121608E-04 0.272848410532E-11 0.258300000000E+05
+    0.671586669922E+04-0.786596298218E+00 0.931322574615E-09 0.000000000000E+00
+    0.118909135742E+05 0.284559726715E+01-0.931322574615E-09-0.700000000000E+01
+   -0.215717001953E+05 0.131826210022E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  7 15  0.0 0.920034945011E-04 0.909494701773E-12 0.252900000000E+05
+    0.123895913086E+05-0.932454109192E+00 0.186264514923E-08 0.000000000000E+00
+   -0.751178369141E+04 0.272505378723E+01-0.186264514923E-08 0.000000000000E+00
+   -0.210188574219E+05-0.151188087463E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  7 15  0.0-0.261352397501E-03-0.909494701773E-12 0.252300000000E+05
+    0.184296176758E+05 0.554470062256E+00-0.931322574616E-09 0.000000000000E+00
+    0.169578764648E+05 0.348915100098E+00 0.000000000000E+00 0.400000000000E+01
+    0.460808984375E+04-0.351419734955E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  7 15  0.0-0.144075602293E-05 0.000000000000E+00 0.252000000000E+05
+    0.162566577148E+05 0.186298084259E+01-0.931322574616E-09 0.000000000000E+00
+    0.420333447266E+04 0.185773849487E+01 0.000000000000E+00-0.300000000000E+01
+    0.192799931641E+05-0.196727466583E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  7 15  0.0-0.895150005817E-04-0.909494701773E-12 0.252000000000E+05
+    0.443398144531E+04 0.206632518768E+01-0.931322574616E-09 0.000000000000E+00
+   -0.108777070312E+05 0.231214618683E+01 0.000000000000E+00 0.300000000000E+01
+    0.226457167969E+05 0.706107139587E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  7 15  0.0-0.651292502880E-04 0.000000000000E+00 0.252000000000E+05
+   -0.997552783203E+04 0.106278514862E+01 0.000000000000E+00 0.000000000000E+00
+   -0.197209760742E+05 0.138401222229E+01 0.000000000000E+00 0.200000000000E+01
+    0.126881376953E+05 0.299519920349E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1  7 15  0.0-0.143431127071E-03 0.000000000000E+00 0.252600000000E+05
+   -0.185875722656E+05-0.554852485657E+00 0.931322574615E-09 0.000000000000E+00
+   -0.169469272461E+05-0.332633972168E+00 0.000000000000E+00 0.400000000000E+01
+   -0.454633349609E+04 0.349991893768E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  7 15  0.0-0.201622024179E-03-0.363797880709E-11 0.258300000000E+05
+   -0.161286503906E+05-0.186533832550E+01 0.186264514923E-08 0.000000000000E+00
+   -0.411746875000E+04-0.188344383240E+01 0.000000000000E+00-0.300000000000E+01
+   -0.192401640625E+05 0.197407054901E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  7 15  0.0-0.200499780476E-03 0.454747350886E-11 0.252300000000E+05
+   -0.394840966797E+04-0.203870296478E+01 0.931322574615E-09 0.000000000000E+00
+    0.113529492188E+05-0.231204509735E+01-0.931322574615E-09 0.300000000000E+01
+   -0.224979052734E+05-0.805323600769E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  7 45  0.0 0.205915421247E-04-0.272848410532E-11 0.270300000000E+05
+   -0.470820166016E+04-0.279376697540E+01-0.279396772385E-08 0.000000000000E+00
+    0.124927651367E+05 0.102981853485E+01 0.279396772385E-08 0.100000000000E+01
+    0.217347768555E+05-0.119553565979E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  7 45  0.0-0.343350693583E-04-0.272848410532E-11 0.270000000000E+05
+    0.135771010742E+05-0.272005939484E+01-0.186264514923E-08 0.000000000000E+00
+    0.570020800781E+04 0.863350868225E+00 0.931322574616E-09 0.500000000000E+01
+    0.208250742188E+05 0.153652477264E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  7 45  0.0 0.638226047158E-04-0.818545231596E-11 0.270000000000E+05
+    0.227525610352E+05-0.147028255463E+01 0.000000000000E+00 0.000000000000E+00
+   -0.281677636719E+04 0.439456939697E+00 0.000000000000E+00 0.600000000000E+01
+    0.110304291992E+05 0.311513710022E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  7 45  0.0-0.169320963323E-03 0.000000000000E+00 0.270300000000E+05
+    0.624214648438E+04 0.263452339172E+01 0.186264514923E-08 0.000000000000E+00
+   -0.133046630859E+05-0.105385398865E+01-0.279396772385E-08 0.100000000000E+01
+   -0.210007382813E+05 0.145667171478E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  7 45  0.0-0.893212854862E-04 0.181898940355E-11 0.270600000000E+05
+   -0.135263818359E+05 0.266839504242E+01 0.186264514923E-08 0.000000000000E+00
+   -0.561912890625E+04-0.101665878296E+01-0.931322574615E-09 0.500000000000E+01
+   -0.208985229492E+05-0.145709705353E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  7 45  0.0-0.102132558823E-03 0.000000000000E+00 0.274500000000E+05
+   -0.238907470703E+05 0.106259059906E+01 0.000000000000E+00 0.000000000000E+00
+    0.437784667969E+04-0.196302413940E+00 0.931322574615E-09 0.600000000000E+01
+   -0.780612890625E+04-0.336333370209E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  7 45  0.0-0.692876055837E-04-0.909494701773E-12 0.270000000000E+05
+    0.275624658203E+04-0.969028472900E-01 0.931322574616E-09 0.000000000000E+00
+   -0.251102695312E+05-0.516645431519E+00-0.186264514923E-08-0.200000000000E+01
+    0.358130615234E+04-0.353744316101E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  7 45  0.0-0.140944495797E-03 0.000000000000E+00 0.270300000000E+05
+   -0.580556982422E+04 0.297185897827E+00 0.000000000000E+00 0.000000000000E+00
+   -0.165705034180E+05-0.252091693878E+01 0.000000000000E+00-0.700000000000E+01
+    0.184566552734E+05-0.217529201508E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  7 45  0.0-0.927252694964E-04-0.909494701773E-12 0.274500000000E+05
+   -0.111622221680E+05 0.570823669434E+00-0.186264514923E-08 0.000000000000E+00
+    0.182946191406E+04-0.307918167114E+01 0.279396772385E-08 0.000000000000E+00
+    0.228554980469E+05 0.534099578857E+00-0.931322574616E-09 0.000000000000E+00
+13 09  4  1  7 45  0.0-0.230725854635E-03-0.909494701773E-12 0.272100000000E+05
+   -0.265929052734E+04 0.920696258545E-01-0.931322574615E-09 0.000000000000E+00
+    0.250902055664E+05 0.539624214172E+00 0.931322574615E-09 0.254000000000E+03
+   -0.377536962891E+04 0.353333091736E+01 0.279396772385E-08 0.000000000000E+00
+14 09  4  1  7 45  0.0-0.797919929028E-04 0.272848410532E-11 0.278700000000E+05
+    0.576048437500E+04-0.284581184387E+00 0.000000000000E+00 0.000000000000E+00
+    0.167491728516E+05 0.250331687927E+01-0.931322574615E-09-0.700000000000E+01
+   -0.183980434570E+05 0.218509006500E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  7 45  0.0 0.920053571463E-04 0.909494701773E-12 0.270900000000E+05
+    0.110301298828E+05-0.554635047913E+00 0.186264514923E-08 0.000000000000E+00
+   -0.223779687500E+04 0.308883476257E+01-0.186264514923E-08 0.000000000000E+00
+   -0.228941293945E+05-0.557922363281E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  7 45  0.0-0.261355191469E-03-0.909494701773E-12 0.270300000000E+05
+    0.188864907227E+05-0.777711868286E-01 0.000000000000E+00 0.000000000000E+00
+    0.169805854492E+05-0.296097755432E+00 0.000000000000E+00 0.400000000000E+01
+   -0.181439794922E+04-0.357531166077E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  7 45  0.0-0.143609941006E-05 0.000000000000E+00 0.270000000000E+05
+    0.194771376953E+05 0.166860294342E+01-0.931322574616E-09 0.000000000000E+00
+    0.696025097656E+04 0.119872570038E+01 0.000000000000E+00-0.300000000000E+01
+    0.150444008789E+05-0.270848941803E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  7 45  0.0-0.895168632269E-04-0.909494701773E-12 0.270000000000E+05
+    0.850722265625E+04 0.242363643646E+01-0.931322574616E-09 0.000000000000E+00
+   -0.694809570312E+04 0.201633167267E+01 0.000000000000E+00 0.300000000000E+01
+    0.230253261719E+05-0.287053108215E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  7 45  0.0-0.651301816106E-04 0.000000000000E+00 0.270000000000E+05
+   -0.742985205078E+04 0.176225662231E+01 0.000000000000E+00 0.000000000000E+00
+   -0.169637148438E+05 0.163321590424E+01 0.931322574616E-09 0.200000000000E+01
+    0.175178984375E+05 0.233639144898E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1  7 45  0.0-0.143432058394E-03 0.000000000000E+00 0.285600000000E+05
+   -0.190455952148E+05 0.763940811157E-01 0.931322574616E-09 0.000000000000E+00
+   -0.169484389648E+05 0.303249359131E+00 0.000000000000E+00 0.400000000000E+01
+    0.184731542969E+04 0.355828666687E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  7 45  0.0-0.201628543437E-03-0.363797880709E-11 0.279000000000E+05
+   -0.193527343750E+05-0.166950893402E+01 0.931322574615E-09 0.000000000000E+00
+   -0.691912744141E+04-0.122214984894E+01 0.000000000000E+00-0.300000000000E+01
+   -0.149832958984E+05 0.272493648529E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  7 45  0.0-0.200490467250E-03 0.454747350886E-11 0.270300000000E+05
+   -0.798864257813E+04-0.241563415527E+01 0.931322574615E-09 0.000000000000E+00
+    0.740388574219E+04-0.203709793091E+01-0.931322574615E-09 0.300000000000E+01
+   -0.230589467773E+05 0.186097145081E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  8 15  0.0 0.205859541893E-04-0.272848410532E-11 0.288300000000E+05
+   -0.928161718750E+04-0.225277328491E+01-0.186264514923E-08 0.000000000000E+00
+    0.145698471680E+05 0.124265193939E+01 0.372529029846E-08 0.100000000000E+01
+    0.187705229492E+05-0.207666873932E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  8 15  0.0-0.343397259712E-04-0.272848410532E-11 0.288000000000E+05
+    0.856470068359E+04-0.279880714416E+01-0.186264514923E-08 0.000000000000E+00
+    0.771831250000E+04 0.137109661102E+01 0.186264514923E-08 0.500000000000E+01
+    0.227498432617E+05 0.588216781616E+00-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  8 15  0.0 0.638077035546E-04-0.818545231596E-11 0.288000000000E+05
+    0.195832915039E+05-0.200978374481E+01-0.931322574616E-09 0.000000000000E+00
+   -0.155518505859E+04 0.978854179382E+00 0.000000000000E+00 0.600000000000E+01
+    0.161344257812E+05 0.251857852936E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  8 15  0.0-0.169320032001E-03 0.000000000000E+00 0.297000000000E+05
+    0.104891401367E+05 0.205438899994E+01 0.186264514923E-08 0.000000000000E+00
+   -0.153665507813E+05-0.120011615753E+01-0.279396772385E-08 0.100000000000E+01
+   -0.176116826172E+05 0.228506088257E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  8 15  0.0-0.893166288733E-04 0.181898940355E-11 0.288300000000E+05
+   -0.864331542969E+04 0.270839881897E+01 0.186264514923E-08 0.000000000000E+00
+   -0.789796923828E+04-0.150439167023E+01-0.186264514923E-08 0.500000000000E+01
+   -0.226809990234E+05-0.510686874390E+00 0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1  8 15  0.0-0.102130696177E-03 0.000000000000E+00 0.288600000000E+05
+   -0.213606611328E+05 0.171218681335E+01 0.931322574615E-09 0.000000000000E+00
+    0.359116503906E+04-0.701876640320E+00 0.000000000000E+00 0.600000000000E+01
+   -0.134802773438E+05-0.290036487579E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  8 15  0.0-0.692913308740E-04-0.909494701773E-12 0.288000000000E+05
+    0.244876171875E+04-0.203691482544E+00 0.931322574616E-09 0.000000000000E+00
+   -0.252387275391E+05 0.379272460938E+00-0.186264514923E-08-0.200000000000E+01
+   -0.284225146484E+04-0.355352497101E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  8 15  0.0-0.140943564475E-03 0.000000000000E+00 0.288300000000E+05
+   -0.564968457031E+04-0.980854034424E-01 0.000000000000E+00 0.000000000000E+00
+   -0.205960048828E+05-0.191165161133E+01 0.000000000000E+00-0.700000000000E+01
+    0.138754301758E+05-0.288185405731E+01-0.279396772385E-08 0.000000000000E+00
+11 09  4  1  8 15  0.0-0.927215442061E-04 0.000000000000E+00 0.288000000000E+05
+   -0.105431215820E+05 0.110940933227E+00-0.931322574616E-09 0.000000000000E+00
+   -0.381129443359E+04-0.313645458221E+01 0.186264514923E-08 0.000000000000E+00
+    0.229208740234E+05-0.461649894714E+00-0.931322574616E-09 0.000000000000E+00
+13 09  4  1  8 15  0.0-0.230727717280E-03-0.909494701773E-12 0.288900000000E+05
+   -0.235781494141E+04 0.201900482178E+00-0.186264514923E-08 0.000000000000E+00
+    0.252606606445E+05-0.356080055237E+00 0.186264514923E-08 0.254000000000E+03
+    0.264839990234E+04 0.355784702301E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  8 15  0.0-0.797864049673E-04 0.272848410532E-11 0.296700000000E+05
+    0.562581298828E+04 0.108895301819E+00 0.000000000000E+00 0.000000000000E+00
+    0.207407075195E+05 0.189218902588E+01 0.000000000000E+00-0.700000000000E+01
+   -0.138069321289E+05 0.288309383392E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  8 15  0.0 0.920072197914E-04 0.909494701773E-12 0.288900000000E+05
+    0.104467680664E+05-0.875577926636E-01 0.931322574615E-09 0.000000000000E+00
+    0.342803466797E+04 0.315415573120E+01-0.186264514923E-08 0.000000000000E+00
+   -0.230002231445E+05 0.441156387329E+00 0.931322574615E-09 0.000000000000E+00
+17 09  4  1  8 15  0.0-0.261357985437E-03-0.909494701773E-12 0.288300000000E+05
+    0.180658300781E+05-0.848792076111E+00 0.000000000000E+00 0.000000000000E+00
+    0.160146616211E+05-0.737819671631E+00 0.000000000000E+00 0.400000000000E+01
+   -0.809582177734E+04-0.335848331451E+01 0.931322574616E-09 0.000000000000E+00
+18 09  4  1  8 15  0.0-0.143516808748E-05 0.000000000000E+00 0.288300000000E+05
+    0.220997885742E+05 0.120267295837E+01-0.931322574616E-09 0.000000000000E+00
+    0.852814306641E+04 0.555126190186E+00 0.000000000000E+00-0.300000000000E+01
+    0.965467968750E+04-0.324148750305E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1  8 15  0.0-0.895187258720E-04-0.909494701773E-12 0.288000000000E+05
+    0.130087954102E+05 0.253177928925E+01-0.931322574616E-09 0.000000000000E+00
+   -0.372961718750E+04 0.153693294525E+01 0.000000000000E+00 0.300000000000E+01
+    0.216256542969E+05-0.125805568695E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  8 15  0.0-0.651311129332E-04 0.000000000000E+00 0.288000000000E+05
+   -0.367830810547E+04 0.238384342194E+01 0.000000000000E+00 0.000000000000E+00
+   -0.140070302734E+05 0.160792160034E+01 0.931322574616E-09 0.200000000000E+01
+    0.209908154297E+05 0.149749088287E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  8 15  0.0-0.143432989717E-03 0.000000000000E+00 0.292500000000E+05
+   -0.182300449219E+05 0.844281196594E+00 0.000000000000E+00 0.000000000000E+00
+   -0.159776777344E+05 0.736300468445E+00 0.000000000000E+00 0.400000000000E+01
+    0.809897851562E+04 0.334315490723E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1  8 15  0.0-0.201635062695E-03-0.363797880709E-11 0.296700000000E+05
+   -0.219724995117E+05-0.119794940948E+01 0.931322574615E-09 0.000000000000E+00
+   -0.852516796875E+04-0.573890686035E+00 0.000000000000E+00-0.300000000000E+01
+   -0.955798144531E+04 0.326372337341E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1  8 15  0.0-0.200481154025E-03 0.454747350886E-11 0.288300000000E+05
+   -0.124972314453E+05-0.254805850983E+01 0.931322574615E-09 0.000000000000E+00
+    0.413434228516E+04-0.157154369354E+01-0.931322574615E-09 0.300000000000E+01
+   -0.218362353516E+05 0.116374397278E+01 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  8 45  0.0 0.205803662539E-04-0.272848410532E-11 0.306300000000E+05
+   -0.127211088867E+05-0.155073356628E+01-0.931322574616E-09 0.000000000000E+00
+    0.168219125977E+05 0.121619510651E+01 0.372529029846E-08 0.100000000000E+01
+    0.143554135742E+05-0.279714584351E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  8 45  0.0-0.343453139067E-04-0.272848410532E-11 0.306000000000E+05
+    0.367658496094E+04-0.258708381653E+01-0.186264514923E-08 0.000000000000E+00
+    0.105754541016E+05 0.177814674377E+01 0.279396772385E-08 0.500000000000E+01
+    0.229152807617E+05-0.405595779419E+00-0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1  8 45  0.0 0.637918710709E-04-0.818545231596E-11 0.306000000000E+05
+    0.156804609375E+05-0.227890872955E+01-0.931322574616E-09 0.000000000000E+00
+    0.735437988281E+03 0.156504154205E+01 0.931322574616E-09 0.600000000000E+01
+    0.199781865234E+05 0.172402572632E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  8 45  0.0-0.169319100678E-03 0.000000000000E+00 0.311400000000E+05
+    0.135596088867E+05 0.134427070618E+01 0.931322574615E-09 0.000000000000E+00
+   -0.174782705078E+05-0.110306739807E+01-0.279396772385E-08 0.100000000000E+01
+   -0.128784716797E+05 0.294060230255E+01-0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1  8 45  0.0-0.893119722605E-04 0.181898940355E-11 0.306300000000E+05
+   -0.394336962891E+04 0.247112751007E+01 0.931322574615E-09 0.000000000000E+00
+   -0.109645053711E+05-0.187529659271E+01-0.279396772385E-08 0.500000000000E+01
+   -0.227135761719E+05 0.474661827087E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  8 45  0.0-0.102128833532E-03 0.000000000000E+00 0.306600000000E+05
+   -0.178777133789E+05 0.211177062988E+01 0.931322574615E-09 0.000000000000E+00
+    0.179309130859E+04-0.130342006683E+01-0.931322574615E-09 0.600000000000E+01
+   -0.181126547852E+05-0.221333122253E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  8 45  0.0-0.692941248417E-04-0.909494701773E-12 0.306000000000E+05
+    0.217105712891E+04-0.651874542236E-01 0.931322574616E-09 0.000000000000E+00
+   -0.237614326172E+05 0.124774742126E+01-0.279396772385E-08-0.200000000000E+01
+   -0.904624511719E+04-0.329509067535E+01-0.931322574616E-09 0.000000000000E+00
+10 09  4  1  8 45  0.0-0.140943564475E-03 0.000000000000E+00 0.306300000000E+05
+   -0.604221582031E+04-0.300476074219E+00 0.000000000000E+00 0.000000000000E+00
+   -0.233342324219E+05-0.110638332367E+01-0.931322574616E-09-0.700000000000E+01
+    0.821642431641E+04-0.336493206024E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  8 45  0.0-0.927234068513E-04 0.000000000000E+00 0.306000000000E+05
+   -0.107518525391E+05-0.330780982971E+00 0.000000000000E+00 0.000000000000E+00
+   -0.927565039062E+04-0.288509845734E+01 0.186264514923E-08 0.000000000000E+00
+    0.212159692383E+05-0.142016029358E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  8 45  0.0-0.230729579926E-03-0.909494701773E-12 0.313200000000E+05
+   -0.208064599609E+04 0.662765502930E-01-0.186264514923E-08 0.000000000000E+00
+    0.238231396484E+05-0.122718906403E+01 0.279396772385E-08-0.200000000000E+01
+    0.886734814453E+04 0.330719566345E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  8 45  0.0-0.797798857093E-04 0.272848410532E-11 0.312300000000E+05
+    0.603584667969E+04 0.309150695801E+00-0.931322574615E-09 0.000000000000E+00
+    0.234451264648E+05 0.108883666992E+01 0.931322574615E-09-0.700000000000E+01
+   -0.815257275391E+04 0.335888862610E+01 0.279396772385E-08 0.000000000000E+00
+15 09  4  1  8 45  0.0 0.920090824366E-04 0.000000000000E+00 0.306900000000E+05
+    0.107030605469E+05 0.359873771667E+00 0.000000000000E+00 0.000000000000E+00
+    0.892862939453E+04 0.290686416626E+01-0.186264514923E-08 0.000000000000E+00
+   -0.213252846680E+05 0.140809631348E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  8 45  0.0-0.261360779405E-03-0.909494701773E-12 0.309600000000E+05
+    0.158119833984E+05-0.165093517303E+01 0.000000000000E+00 0.000000000000E+00
+    0.144771552734E+05-0.926544189453E+00-0.931322574615E-09 0.400000000000E+01
+   -0.137479799805E+05-0.288075256348E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1  8 45  0.0-0.143423676491E-05 0.000000000000E+00 0.306300000000E+05
+    0.236702524414E+05 0.510513305664E+00 0.000000000000E+00 0.000000000000E+00
+    0.903095556641E+04 0.311212539673E-01 0.000000000000E+00-0.300000000000E+01
+    0.352459326172E+04-0.352586650848E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  8 45  0.0-0.895233824849E-04-0.909494701773E-12 0.306000000000E+05
+    0.174460971680E+05 0.234891986847E+01-0.931322574616E-09 0.000000000000E+00
+   -0.146528320312E+04 0.974303245544E+00 0.000000000000E+00 0.300000000000E+01
+    0.185547583008E+05-0.213192462921E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  8 45  0.0-0.651311129332E-04 0.000000000000E+00 0.306000000000E+05
+    0.104168701172E+04 0.282248497009E+01 0.000000000000E+00 0.000000000000E+00
+   -0.113189511719E+05 0.134435558319E+01 0.931322574616E-09 0.200000000000E+01
+    0.228398549805E+05 0.543857574463E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  8 45  0.0-0.143433921039E-03 0.000000000000E+00 0.306000000000E+05
+   -0.159874833984E+05 0.164303398132E+01 0.000000000000E+00 0.000000000000E+00
+   -0.144490986328E+05 0.918615341187E+00 0.000000000000E+00 0.400000000000E+01
+    0.137279311523E+05 0.287078094482E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  8 45  0.0-0.201641581953E-03-0.363797880709E-11 0.311100000000E+05
+   -0.235273022461E+05-0.497638702393E+00 0.931322574615E-09 0.000000000000E+00
+   -0.905737988281E+04-0.451984405518E-01 0.000000000000E+00-0.300000000000E+01
+   -0.338706396484E+04 0.354791355133E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  8 45  0.0-0.200471840799E-03 0.454747350886E-11 0.306300000000E+05
+   -0.169866865234E+05-0.239041042328E+01 0.931322574615E-09 0.000000000000E+00
+    0.180174169922E+04-0.101402950287E+01-0.931322574615E-09 0.300000000000E+01
+   -0.189233125000E+05 0.205187416077E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  9 15  0.0 0.205747783184E-04-0.272848410532E-11 0.324300000000E+05
+   -0.148330971680E+05-0.796896934509E+00 0.000000000000E+00 0.000000000000E+00
+    0.187877568359E+05 0.923964500427E+00 0.372529029846E-08 0.100000000000E+01
+    0.883089062500E+04-0.330136299133E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  9 15  0.0-0.343499705195E-04-0.272848410532E-11 0.324300000000E+05
+   -0.604936523438E+03-0.213679122925E+01-0.931322574616E-09 0.000000000000E+00
+    0.140018818359E+05 0.198996162415E+01 0.372529029846E-08 0.500000000000E+01
+    0.213085488281E+05-0.136807346344E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  9 15  0.0 0.637760385871E-04-0.818545231596E-11 0.324000000000E+05
+    0.115517128906E+05-0.226211452484E+01-0.931322574616E-09 0.000000000000E+00
+    0.404105273438E+04 0.208824443817E+01 0.186264514923E-08 0.600000000000E+01
+    0.222592504883E+05 0.793734550476E+00-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  9 15  0.0-0.169318169355E-03 0.000000000000E+00 0.329400000000E+05
+    0.153150625000E+05 0.611730575562E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191814633789E+05-0.747296333313E+00-0.279396772385E-08 0.100000000000E+01
+   -0.715989111328E+04 0.337272167206E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  9 15  0.0-0.893073156476E-04 0.181898940355E-11 0.324300000000E+05
+    0.119936035156E+03 0.201360607147E+01 0.931322574615E-09 0.000000000000E+00
+   -0.145254438477E+05-0.204128456116E+01-0.279396772385E-08 0.500000000000E+01
+   -0.209943930664E+05 0.142314624786E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  9 15  0.0-0.102127902210E-03 0.000000000000E+00 0.324600000000E+05
+   -0.139304355469E+05 0.222600173950E+01 0.931322574615E-09 0.000000000000E+00
+   -0.109452246094E+04-0.189383602142E+01-0.186264514923E-08 0.600000000000E+01
+   -0.213454301758E+05-0.135534286499E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  9 15  0.0-0.692969188094E-04-0.909494701773E-12 0.324900000000E+05
+    0.234372509766E+04 0.288018226624E+00 0.931322574615E-09 0.000000000000E+00
+   -0.208317021484E+05 0.197552871704E+01-0.279396772385E-08-0.200000000000E+01
+   -0.145515219727E+05-0.278222560883E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1  9 15  0.0-0.140943564475E-03 0.000000000000E+00 0.324300000000E+05
+   -0.658482031250E+04-0.260091781616E+00 0.000000000000E+00 0.000000000000E+00
+   -0.245252695312E+05-0.212026596069E+00-0.186264514923E-08-0.700000000000E+01
+    0.191893017578E+04-0.358661174774E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  9 15  0.0-0.927243381739E-04 0.000000000000E+00 0.324000000000E+05
+   -0.116603554688E+05-0.650618553162E+00 0.000000000000E+00 0.000000000000E+00
+   -0.140322524414E+05-0.235946846008E+01 0.000000000000E+00 0.000000000000E+00
+    0.178749672852E+05-0.226785087585E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  9 15  0.0-0.230731442571E-03-0.909494701773E-12 0.324300000000E+05
+   -0.224947558594E+04-0.285070419312E+00-0.931322574616E-09 0.000000000000E+00
+    0.209262670898E+05-0.195988368988E+01 0.372529029846E-08-0.200000000000E+01
+    0.144003374023E+05 0.280060005188E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1  9 15  0.0-0.797742977738E-04 0.272848410532E-11 0.341700000000E+05
+    0.659255517578E+04 0.267235755920E+00-0.931322574616E-09 0.000000000000E+00
+    0.246083437500E+05 0.198938369751E+00 0.186264514923E-08-0.700000000000E+01
+   -0.187050585938E+04 0.357605457306E+01 0.279396772385E-08 0.000000000000E+00
+15 09  4  1  9 15  0.0 0.920100137591E-04 0.000000000000E+00 0.324900000000E+05
+    0.116668813477E+05 0.682328224182E+00 0.000000000000E+00 0.000000000000E+00
+    0.137242617188E+05 0.238020324707E+01-0.931322574615E-09 0.000000000000E+00
+   -0.179957485352E+05 0.226751232147E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  9 15  0.0-0.261363573372E-03-0.909494701773E-12 0.324300000000E+05
+    0.121739125977E+05-0.236767864227E+01 0.000000000000E+00 0.000000000000E+00
+    0.128345502930E+05-0.857728004456E+00-0.931322574615E-09 0.400000000000E+01
+   -0.183322026367E+05-0.217972755432E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  9 15  0.0-0.143330544233E-05 0.000000000000E+00 0.324300000000E+05
+    0.238512182617E+05-0.324829101562E+00 0.000000000000E+00 0.000000000000E+00
+    0.876067724609E+04-0.293315887451E+00 0.000000000000E+00-0.300000000000E+01
+   -0.287579589844E+04-0.353985500336E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  9 15  0.0-0.895252451301E-04-0.909494701773E-12 0.324000000000E+05
+    0.212915366211E+05 0.187865829468E+01-0.931322574616E-09 0.000000000000E+00
+   -0.205633789062E+03 0.438871383667E+00 0.000000000000E+00 0.300000000000E+01
+    0.140497749023E+05-0.284113788605E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  9 15  0.0-0.651320442557E-04 0.000000000000E+00 0.324000000000E+05
+    0.632461376953E+04 0.299908447266E+01 0.000000000000E+00 0.000000000000E+00
+   -0.926581884766E+04 0.917542457581E+00 0.931322574616E-09 0.200000000000E+01
+    0.229241430664E+05-0.450616836548E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  9 15  0.0-0.143435783684E-03 0.000000000000E+00 0.324000000000E+05
+   -0.123656010742E+05 0.235798263550E+01 0.000000000000E+00 0.000000000000E+00
+   -0.128243095703E+05 0.846357345581E+00 0.931322574616E-09 0.400000000000E+01
+    0.183005722656E+05 0.217695236206E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  9 15  0.0-0.201649032533E-03-0.363797880709E-11 0.325200000000E+05
+   -0.236778608398E+05 0.345378875732E+00 0.931322574616E-09 0.000000000000E+00
+   -0.880944824219E+04 0.282192230225E+00 0.000000000000E+00-0.300000000000E+01
+    0.304802197266E+04 0.355537796020E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  9 15  0.0-0.200462527573E-03 0.454747350886E-11 0.325200000000E+05
+   -0.209275512695E+05-0.194239425659E+01 0.931322574615E-09 0.000000000000E+00
+    0.472652343750E+03-0.474914550781E+00-0.931322574615E-09 0.300000000000E+01
+   -0.145448291016E+05 0.278150939941E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  9 45  0.0 0.205691903830E-04-0.272848410532E-11 0.359700000000E+05
+   -0.156271606445E+05-0.104607582092E+00 0.000000000000E+00 0.000000000000E+00
+    0.199992416992E+05 0.384957313538E+00 0.279396772385E-08 0.100000000000E+01
+    0.262399560547E+04-0.355042934418E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  9 45  0.0-0.343555584550E-04-0.272848410532E-11 0.342300000000E+05
+   -0.392469726562E+04-0.153525924683E+01-0.931322574616E-09 0.000000000000E+00
+    0.175827314453E+05 0.194221782684E+01 0.372529029846E-08 0.500000000000E+01
+    0.180538413086E+05-0.222478485107E+01 0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1  9 45  0.0 0.637602061033E-04-0.818545231596E-11 0.342000000000E+05
+    0.769086181641E+04-0.199000453949E+01-0.931322574616E-09 0.000000000000E+00
+    0.815259814453E+04 0.244473266602E+01 0.279396772385E-08 0.600000000000E+01
+    0.227981757812E+05-0.198813438416E+00-0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1  9 45  0.0-0.169319100678E-03 0.000000000000E+00 0.342000000000E+05
+    0.158132744141E+05-0.356740951538E-01 0.000000000000E+00 0.000000000000E+00
+   -0.200296508789E+05-0.161422729492E+00-0.186264514923E-08 0.100000000000E+01
+   -0.891798339844E+03 0.354694080353E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  9 45  0.0-0.893026590347E-04 0.181898940355E-11 0.342300000000E+05
+    0.322667724609E+04 0.142510986328E+01 0.000000000000E+00 0.000000000000E+00
+   -0.181554462891E+05-0.194587612152E+01-0.372529029846E-08 0.500000000000E+01
+   -0.176562832031E+05 0.226185512543E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1  9 45  0.0-0.102126039565E-03 0.000000000000E+00 0.342300000000E+05
+   -0.100298657227E+05 0.206544780731E+01 0.931322574615E-09 0.000000000000E+00
+   -0.495190234375E+04-0.236343097687E+01-0.279396772385E-08 0.600000000000E+01
+   -0.229289086914E+05-0.392659187317E+00 0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1  9 45  0.0-0.693006440997E-04-0.909494701773E-12 0.350700000000E+05
+    0.329496093750E+04 0.785335540771E+00 0.000000000000E+00 0.000000000000E+00
+   -0.167894790039E+05 0.247130107880E+01-0.372529029846E-08-0.200000000000E+01
+   -0.189330673828E+05-0.205460166931E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  9 45  0.0-0.140943564475E-03 0.000000000000E+00 0.342300000000E+05
+   -0.682887158203E+04 0.281906127930E-01 0.000000000000E+00 0.000000000000E+00
+   -0.241160854492E+05 0.651627540588E+00-0.279396772385E-08-0.700000000000E+01
+   -0.452770898438E+04-0.352958297730E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  9 45  0.0-0.927243381739E-04 0.000000000000E+00 0.342000000000E+05
+   -0.129711123047E+05-0.766730308533E+00 0.000000000000E+00 0.000000000000E+00
+   -0.176496562500E+05-0.163467502594E+01 0.000000000000E+00 0.000000000000E+00
+    0.131573100586E+05-0.293999290466E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  9 45  0.0-0.230734236538E-03-0.909494701773E-12 0.342300000000E+05
+   -0.319488720703E+04-0.782094955444E+00-0.931322574616E-09 0.000000000000E+00
+    0.169067241211E+05-0.246186733246E+01 0.372529029846E-08-0.200000000000E+01
+    0.188190610352E+05 0.207715892792E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  9 45  0.0-0.797677785158E-04 0.272848410532E-11 0.342300000000E+05
+    0.684877099609E+04-0.216856002808E-01-0.931322574616E-09 0.000000000000E+00
+    0.241802734375E+05-0.659569740295E+00 0.279396772385E-08-0.700000000000E+01
+    0.455558300781E+04 0.351785755158E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  9 45  0.0 0.920109450817E-04 0.000000000000E+00 0.342600000000E+05
+    0.130336484375E+05 0.796373367310E+00 0.000000000000E+00 0.000000000000E+00
+    0.173744609375E+05 0.164973258972E+01 0.000000000000E+00 0.000000000000E+00
+   -0.132675244141E+05 0.295190334320E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  9 45  0.0-0.261366367340E-03-0.909494701773E-12 0.351000000000E+05
+    0.740386523438E+04-0.289282226563E+01 0.000000000000E+00 0.000000000000E+00
+    0.115202006836E+05-0.572078704834E+00-0.931322574615E-09 0.400000000000E+01
+   -0.214937861328E+05-0.131044673920E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  9 45  0.0-0.143237411976E-05 0.000000000000E+00 0.342300000000E+05
+    0.224795551758E+05-0.119542217255E+01 0.000000000000E+00 0.000000000000E+00
+    0.812136376953E+04-0.375340461731E+00 0.000000000000E+00-0.300000000000E+01
+   -0.905533349609E+04-0.328194808960E+01 0.931322574616E-09 0.000000000000E+00
+19 09  4  1  9 45  0.0-0.895271077752E-04-0.909494701773E-12 0.342000000000E+05
+    0.240654809570E+05 0.117004489899E+01-0.931322574616E-09 0.000000000000E+00
+    0.192600097656E+03 0.324754714966E-01 0.000000000000E+00 0.300000000000E+01
+    0.845871728516E+04-0.333082771301E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  9 45  0.0-0.651320442557E-04 0.000000000000E+00 0.342000000000E+05
+    0.116562216797E+05 0.287362480164E+01-0.931322574616E-09 0.000000000000E+00
+   -0.805357324219E+04 0.428048133850E+00 0.931322574616E-09 0.200000000000E+01
+    0.212391958008E+05-0.140925884247E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  9 45  0.0-0.143437646329E-03-0.909494701773E-12 0.342000000000E+05
+   -0.761264794922E+04 0.288399887085E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115314716797E+05 0.559930801392E+00 0.931322574616E-09 0.400000000000E+01
+    0.214634711914E+05 0.131442070007E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1  9 45  0.0-0.201654620469E-03-0.272848410532E-11 0.342300000000E+05
+   -0.222648754883E+05 0.121993541718E+01 0.000000000000E+00 0.000000000000E+00
+   -0.818916406250E+04 0.365000724793E+00 0.000000000000E+00-0.300000000000E+01
+    0.924583203125E+04 0.328614616394E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1  9 45  0.0-0.200453214347E-03 0.454747350886E-11 0.351000000000E+05
+   -0.238317065430E+05-0.124970626831E+01 0.931322574615E-09 0.000000000000E+00
+    0.185053710938E+02-0.575361251831E-01 0.000000000000E+00 0.300000000000E+01
+   -0.903938720703E+04 0.329585838318E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1 10 15  0.0 0.205636024475E-04-0.272848410532E-11 0.373800000000E+05
+   -0.153065815430E+05 0.427224159241E+00 0.000000000000E+00 0.000000000000E+00
+    0.200620317383E+05-0.338871002197E+00 0.931322574615E-09 0.100000000000E+01
+   -0.378563232422E+04-0.352517127991E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 10 15  0.0-0.343741849065E-04-0.272848410532E-11 0.360300000000E+05
+   -0.610588085938E+04-0.890496253967E+00 0.000000000000E+00 0.000000000000E+00
+    0.208235224609E+05 0.161213111877E+01 0.372529029846E-08 0.500000000000E+01
+    0.134028129883E+05-0.290945434570E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 10 15  0.0 0.637453049421E-04-0.818545231596E-11 0.360300000000E+05
+    0.449885009766E+04-0.153357887268E+01 0.000000000000E+00 0.000000000000E+00
+    0.126935043945E+05 0.255487346649E+01 0.372529029846E-08 0.600000000000E+01
+    0.215533286133E+05-0.117506599426E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 10 15  0.0-0.169320032000E-03-0.909494701773E-12 0.360000000000E+05
+    0.152925043945E+05-0.507719993591E+00 0.000000000000E+00 0.000000000000E+00
+   -0.196653686523E+05 0.585451126099E+00-0.931322574616E-09 0.100000000000E+01
+    0.544469970703E+04 0.344786834717E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 10 15  0.0-0.892980024219E-04 0.181898940355E-11 0.360300000000E+05
+    0.523566650391E+04 0.812150001526E+00 0.000000000000E+00 0.000000000000E+00
+   -0.213638896484E+05-0.157413864136E+01-0.279396772385E-08 0.500000000000E+01
+   -0.129565629883E+05 0.292626285553E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 10 15  0.0-0.102124176919E-03 0.000000000000E+00 0.360300000000E+05
+   -0.662795312500E+04 0.168416595459E+01 0.000000000000E+00 0.000000000000E+00
+   -0.947340917969E+04-0.261833000183E+01-0.279396772385E-08 0.600000000000E+01
+   -0.227407226563E+05 0.600414276123E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 10 15  0.0-0.693034380674E-04-0.909494701773E-12 0.364200000000E+05
+    0.519846533203E+04 0.132815551758E+01 0.000000000000E+00 0.000000000000E+00
+   -0.121080888672E+05 0.268014812469E+01-0.279396772385E-08-0.200000000000E+01
+   -0.218526840820E+05-0.116838169098E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 10 15  0.0-0.140943564475E-03 0.000000000000E+00 0.364800000000E+05
+   -0.635824804688E+04 0.523614883423E+00 0.000000000000E+00 0.000000000000E+00
+   -0.222662416992E+05 0.137140941620E+01-0.279396772385E-08-0.700000000000E+01
+   -0.106227236328E+05-0.319853878021E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 10 15  0.0-0.927252694964E-04 0.000000000000E+00 0.360000000000E+05
+   -0.142698701172E+05-0.633141517639E+00 0.000000000000E+00 0.000000000000E+00
+   -0.198595170898E+05-0.814340591431E+00-0.931322574616E-09 0.000000000000E+00
+    0.742733837891E+04-0.338547515869E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 10 15  0.0-0.230736099184E-03-0.909494701773E-12 0.360300000000E+05
+   -0.509357470703E+04-0.132631206512E+01 0.000000000000E+00 0.000000000000E+00
+    0.122365200195E+05-0.267708778381E+01 0.372529029846E-08-0.200000000000E+01
+    0.217813247070E+05 0.119282913208E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 10 15  0.0-0.797612592578E-04 0.272848410532E-11 0.360300000000E+05
+    0.638969482422E+04-0.517272949219E+00 0.000000000000E+00 0.000000000000E+00
+    0.223200703125E+05-0.137526893616E+01 0.372529029846E-08-0.700000000000E+01
+    0.106306933594E+05 0.318854427338E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 10 15  0.0 0.920118764043E-04 0.000000000000E+00 0.360600000000E+05
+    0.143798154297E+05 0.655278205872E+00 0.000000000000E+00 0.000000000000E+00
+    0.196041787109E+05 0.821161270142E+00 0.931322574615E-09 0.000000000000E+00
+   -0.750672167969E+04 0.340718746185E+01 0.279396772385E-08 0.000000000000E+00
+17 09  4  1 10 15  0.0-0.261368229985E-03-0.909494701773E-12 0.363600000000E+05
+    0.192260693359E+04-0.314791870117E+01 0.000000000000E+00 0.000000000000E+00
+    0.108586376953E+05-0.147949218750E+00-0.931322574615E-09 0.400000000000E+01
+   -0.229894731445E+05-0.340851783752E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 10 15  0.0-0.143237411976E-05 0.000000000000E+00 0.365700000000E+05
+    0.195962861328E+05-0.198538875580E+01 0.000000000000E+00 0.000000000000E+00
+    0.755509375000E+04-0.216114044189E+00-0.931322574615E-09-0.300000000000E+01
+   -0.145386816406E+05-0.277114677429E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 10 15  0.0-0.895299017429E-04-0.909494701773E-12 0.360300000000E+05
+    0.254124145508E+05 0.310113906860E+00 0.000000000000E+00 0.000000000000E+00
+    0.351274414062E+02-0.168815612793E+00 0.000000000000E+00 0.300000000000E+01
+    0.221367724609E+04-0.356305122376E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 10 15  0.0-0.651227310300E-04 0.000000000000E+00 0.360000000000E+05
+    0.164909648438E+05 0.245186042786E+01 0.000000000000E+00 0.000000000000E+00
+   -0.769698535156E+04-0.153665542602E-01 0.931322574616E-09 0.200000000000E+01
+    0.179166494141E+05-0.225845813751E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 10 15  0.0-0.143439508975E-03-0.909494701773E-12 0.360000000000E+05
+   -0.214449853516E+04 0.314253616333E+01 0.000000000000E+00 0.000000000000E+00
+   -0.108910312500E+05 0.136862754822E+00 0.931322574616E-09 0.400000000000E+01
+    0.229706342773E+05 0.349079132080E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 10 15  0.0-0.201661139727E-03-0.272848410532E-11 0.370200000000E+05
+   -0.193382690430E+05 0.200795745850E+01 0.000000000000E+00 0.000000000000E+00
+   -0.764184667969E+04 0.205319404602E+00 0.000000000000E+00-0.300000000000E+01
+    0.147249301758E+05 0.276222229004E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 10 15  0.0-0.200443901122E-03 0.454747350886E-11 0.363600000000E+05
+   -0.253300341797E+05-0.397122383118E+00 0.931322574615E-09 0.000000000000E+00
+    0.144439941406E+03 0.159331321716E+00 0.000000000000E+00 0.300000000000E+01
+   -0.283336328125E+04 0.355483818054E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 10 45  0.0 0.205580145121E-04-0.272848410532E-11 0.383700000000E+05
+   -0.142273242188E+05 0.730179786682E+00 0.931322574615E-09 0.000000000000E+00
+    0.187251757813E+05-0.115230464935E+01 0.000000000000E+00 0.100000000000E+01
+   -0.990280664063E+04-0.322759628296E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 10 45  0.0-0.343797728419E-04-0.272848410532E-11 0.378900000000E+05
+   -0.717122460938E+04-0.313090324402E+00 0.000000000000E+00 0.000000000000E+00
+    0.232300595703E+05 0.102292537689E+01 0.372529029846E-08 0.500000000000E+01
+    0.771516992188E+04-0.336909675598E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 10 45  0.0 0.637294724584E-04-0.818545231596E-11 0.378300000000E+05
+    0.222155957031E+04-0.991534233093E+00 0.000000000000E+00 0.000000000000E+00
+    0.171764707031E+05 0.237710857391E+01 0.465661287308E-08 0.600000000000E+01
+    0.186240834961E+05-0.205800819397E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 10 45  0.0-0.169321894646E-03-0.909494701773E-12 0.378000000000E+05
+    0.141264243164E+05-0.746280670166E+00 0.000000000000E+00 0.000000000000E+00
+   -0.178846962891E+05 0.139404582977E+01 0.000000000000E+00 0.100000000000E+01
+    0.113594057617E+05 0.308096885681E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 10 45  0.0-0.892924144864E-04 0.181898940355E-11 0.381300000000E+05
+    0.619970361328E+04 0.280716896057E+00 0.000000000000E+00 0.000000000000E+00
+   -0.236735820312E+05-0.955839157104E+00-0.279396772385E-08 0.500000000000E+01
+   -0.725740429688E+04 0.336513519287E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 10 45  0.0-0.102123245597E-03 0.000000000000E+00 0.378300000000E+05
+   -0.404689550781E+04 0.117014694214E+01 0.000000000000E+00 0.000000000000E+00
+   -0.142109072266E+05-0.259636783600E+01-0.372529029846E-08 0.600000000000E+01
+   -0.207952514648E+05 0.154721832275E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 10 45  0.0-0.693062320352E-04-0.909494701773E-12 0.383400000000E+05
+    0.803749853516E+04 0.180651950836E+01 0.000000000000E+00 0.000000000000E+00
+   -0.732007568359E+04 0.259201049805E+01-0.279396772385E-08-0.200000000000E+01
+   -0.230849418945E+05-0.191894531250E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 10 45  0.0-0.140943564475E-03 0.000000000000E+00 0.384300000000E+05
+   -0.486698437500E+04 0.114628219604E+01 0.000000000000E+00 0.000000000000E+00
+   -0.193190722656E+05 0.185908031464E+01-0.372529029846E-08-0.700000000000E+01
+   -0.158933979492E+05-0.261972713470E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 10 45  0.0-0.927262008190E-04 0.000000000000E+00 0.378000000000E+05
+   -0.150984267578E+05-0.247746467590E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205933403320E+05-0.138750076294E-01-0.186264514923E-08 0.000000000000E+00
+    0.112626953125E+04-0.357050800324E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 10 45  0.0-0.230741687119E-03-0.909494701773E-12 0.378300000000E+05
+   -0.793165185547E+04-0.180749893189E+01 0.000000000000E+00 0.000000000000E+00
+    0.744884667969E+04-0.259448146820E+01 0.279396772385E-08-0.200000000000E+01
+    0.230576479492E+05 0.216075897217E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 10 45  0.0-0.797556713224E-04 0.272848410532E-11 0.378300000000E+05
+    0.490951660156E+04-0.114042854309E+01 0.000000000000E+00 0.000000000000E+00
+    0.193680854492E+05-0.186095523834E+01 0.372529029846E-08-0.700000000000E+01
+    0.158862744141E+05 0.261308479309E+01 0.931322574616E-09 0.000000000000E+00
+15 09  4  1 10 45  0.0 0.920128077269E-04 0.000000000000E+00 0.378300000000E+05
+    0.152377988281E+05 0.257669448852E+00 0.000000000000E+00 0.000000000000E+00
+    0.203430395508E+05 0.130205154419E-01 0.186264514923E-08 0.000000000000E+00
+   -0.116120166016E+04 0.359725856781E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 10 45  0.0-0.261370092630E-03-0.909494701773E-12 0.378300000000E+05
+   -0.374290527344E+04-0.309503459930E+01 0.000000000000E+00 0.000000000000E+00
+    0.110095244141E+05 0.312549591064E+00-0.186264514923E-08 0.400000000000E+01
+   -0.227058583984E+05 0.653684616089E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 10 45  0.0-0.143237411976E-05 0.000000000000E+00 0.383400000000E+05
+    0.154443632813E+05-0.258926868439E+01 0.000000000000E+00 0.000000000000E+00
+    0.746193701172E+04 0.139520645142E+00-0.931322574615E-09-0.300000000000E+01
+   -0.189023696289E+05-0.204575634003E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 10 45  0.0-0.895317643881E-04-0.909494701773E-12 0.378300000000E+05
+    0.251577231445E+05-0.589879035950E+00 0.000000000000E+00 0.000000000000E+00
+   -0.268673339844E+03-0.127531051636E+00 0.000000000000E+00 0.300000000000E+01
+   -0.420253125000E+04-0.351976776123E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 10 45  0.0-0.651217997074E-04 0.000000000000E+00 0.378000000000E+05
+    0.203348457031E+05 0.178455924988E+01 0.000000000000E+00 0.000000000000E+00
+   -0.802164355469E+04-0.314285278320E+00 0.931322574616E-09 0.200000000000E+01
+    0.132136987305E+05-0.293318748474E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 10 45  0.0-0.143442302942E-03-0.909494701773E-12 0.378000000000E+05
+    0.351561279297E+04 0.309452724457E+01 0.000000000000E+00 0.000000000000E+00
+   -0.110600639648E+05-0.321481704712E+00 0.931322574616E-09 0.400000000000E+01
+    0.227029218750E+05-0.644896507263E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 10 45  0.0-0.201666727662E-03-0.272848410532E-11 0.378000000000E+05
+   -0.151521748047E+05 0.260373973846E+01 0.000000000000E+00 0.000000000000E+00
+   -0.756833007812E+04-0.150335311890E+00 0.931322574616E-09-0.300000000000E+01
+    0.190618217773E+05 0.202549362183E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 10 45  0.0-0.200435519218E-03 0.454747350886E-11 0.379200000000E+05
+   -0.252314946289E+05 0.504949569702E+00 0.931322574616E-09 0.000000000000E+00
+    0.446382324219E+03 0.134862899780E+00 0.000000000000E+00 0.300000000000E+01
+    0.359227636719E+04 0.353828907013E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 11 15  0.0 0.205524265766E-04-0.272848410532E-11 0.401400000000E+05
+   -0.128324038086E+05 0.777230262756E+00 0.000000000000E+00 0.000000000000E+00
+    0.159279057617E+05-0.194212913513E+01-0.931322574615E-09 0.100000000000E+01
+   -0.152550126953E+05-0.268072319031E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 11 15  0.0-0.343853607774E-04-0.272848410532E-11 0.396300000000E+05
+   -0.733090185547E+04 0.102231025696E+00 0.931322574615E-09 0.000000000000E+00
+    0.243895639648E+05 0.240676879883E+00 0.186264514923E-08 0.500000000000E+01
+    0.143082470703E+04-0.356815242767E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 11 15  0.0 0.636978074908E-04-0.727595761418E-11 0.396300000000E+05
+    0.915094726562E+03-0.472915649414E+00 0.931322574616E-09 0.000000000000E+00
+    0.210797983398E+05 0.191538047791E+01 0.372529029846E-08 0.600000000000E+01
+    0.142421953125E+05-0.277857971191E+01 0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 11 15  0.0-0.169324688613E-03-0.909494701773E-12 0.396000000000E+05
+    0.127566962891E+05-0.735016822815E+00 0.000000000000E+00 0.000000000000E+00
+   -0.146781459961E+05 0.215053653717E+01 0.931322574616E-09 0.100000000000E+01
+    0.163910307617E+05 0.247279930115E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 11 15  0.0-0.892877578735E-04 0.181898940355E-11 0.396000000000E+05
+    0.634856054688E+04-0.813055038452E-01-0.931322574616E-09 0.000000000000E+00
+   -0.246985454102E+05-0.161270141602E+00-0.186264514923E-08 0.500000000000E+01
+   -0.998209472656E+03 0.354445457459E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 11 15  0.0-0.102121382952E-03 0.000000000000E+00 0.396300000000E+05
+   -0.243098535156E+04 0.630214691162E+00-0.931322574615E-09 0.000000000000E+00
+   -0.186414433594E+05-0.227783012390E+01-0.279396772385E-08 0.600000000000E+01
+   -0.172425673828E+05 0.237461376190E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 11 15  0.0-0.693099573255E-04-0.909494701773E-12 0.401100000000E+05
+    0.116011450195E+05 0.211773967743E+01 0.000000000000E+00 0.000000000000E+00
+   -0.293430029297E+04 0.224280548096E+01-0.186264514923E-08-0.200000000000E+01
+   -0.225344814453E+05 0.799592018127E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 11 15  0.0-0.140942633152E-03 0.000000000000E+00 0.402000000000E+05
+   -0.221848583984E+04 0.179058551788E+01 0.000000000000E+00 0.000000000000E+00
+   -0.157433364258E+05 0.206535434723E+01-0.372529029846E-08-0.700000000000E+01
+   -0.199321020508E+05-0.183870410919E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 11 15  0.0-0.927262008190E-04 0.000000000000E+00 0.396300000000E+05
+   -0.150354267578E+05 0.346904754639E+00 0.000000000000E+00 0.000000000000E+00
+   -0.199870971680E+05 0.658021926880E+00-0.279396772385E-08 0.000000000000E+00
+   -0.526138378906E+04-0.348106479645E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 11 15  0.0-0.230743549764E-03-0.909494701773E-12 0.401700000000E+05
+   -0.115003330078E+05-0.212245750427E+01 0.000000000000E+00 0.000000000000E+00
+    0.305476171875E+04-0.224927330017E+01 0.186264514923E-08-0.200000000000E+01
+    0.225491074219E+05-0.777449607849E+00-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 11 15  0.0-0.797500833869E-04 0.272848410532E-11 0.396300000000E+05
+    0.227040136719E+04-0.178620529175E+01 0.000000000000E+00 0.000000000000E+00
+    0.157891010742E+05-0.206740474701E+01 0.372529029846E-08-0.700000000000E+01
+    0.199161333008E+05 0.183537387848E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 11 15  0.0 0.920128077269E-04 0.000000000000E+00 0.396300000000E+05
+    0.151796440430E+05-0.351575851440E+00 0.000000000000E+00 0.000000000000E+00
+    0.197309038086E+05-0.662891387939E+00 0.279396772385E-08 0.000000000000E+00
+    0.527480957031E+04 0.350707912445E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 11 15  0.0-0.261371023953E-03 0.000000000000E+00 0.396300000000E+05
+   -0.903896435547E+04-0.274275207520E+01 0.000000000000E+00 0.000000000000E+00
+    0.119405214844E+05 0.701320648193E+00-0.931322574615E-09 0.400000000000E+01
+   -0.206674492188E+05 0.159630012512E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 11 15  0.0-0.143330544233E-05 0.000000000000E+00 0.401100000000E+05
+    0.104342905273E+05-0.292888641357E+01 0.000000000000E+00 0.000000000000E+00
+    0.812707617188E+04 0.610569000244E+00-0.931322574615E-09-0.300000000000E+01
+   -0.218073847656E+05-0.116076374054E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 11 15  0.0-0.895336270332E-04-0.909494701773E-12 0.396300000000E+05
+    0.233356831055E+05-0.141224193573E+01 0.000000000000E+00 0.000000000000E+00
+   -0.282022460938E+03 0.148868560791E+00 0.000000000000E+00 0.300000000000E+01
+   -0.102937319336E+05-0.320427227020E+01 0.931322574616E-09 0.000000000000E+00
+20 09  4  1 11 15  0.0-0.651217997074E-04 0.000000000000E+00 0.396000000000E+05
+    0.228202397461E+05 0.959473609924E+00 0.000000000000E+00 0.000000000000E+00
+   -0.869809912109E+04-0.397345542908E+00 0.000000000000E+00 0.200000000000E+01
+    0.749316113281E+04-0.338185024262E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 11 15  0.0-0.143445096910E-03-0.909494701773E-12 0.396000000000E+05
+    0.881515087891E+04 0.274697685242E+01 0.000000000000E+00 0.000000000000E+00
+   -0.120045771484E+05-0.707259178162E+00 0.931322574616E-09 0.400000000000E+01
+    0.206780209961E+05-0.159062480926E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 11 15  0.0-0.201671384275E-03-0.181898940355E-11 0.396000000000E+05
+   -0.101267885742E+05 0.293096065521E+01 0.000000000000E+00 0.000000000000E+00
+   -0.825162646484E+04-0.619549751282E+00 0.931322574616E-09-0.300000000000E+01
+    0.219236523438E+05 0.113405609131E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 11 15  0.0-0.200426205993E-03 0.454747350886E-11 0.396300000000E+05
+   -0.235537177734E+05 0.133823108673E+01 0.000000000000E+00 0.000000000000E+00
+    0.486668945312E+03-0.126899719238E+00 0.000000000000E+00 0.300000000000E+01
+    0.973955273438E+04 0.324758815765E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 11 45  0.0 0.205468386412E-04-0.272848410532E-11 0.418800000000E+05
+   -0.115726923828E+05 0.586705207825E+00 0.000000000000E+00 0.000000000000E+00
+    0.118158090820E+05-0.259542274475E+01-0.186264514923E-08 0.100000000000E+01
+   -0.194288447266E+05-0.192677879333E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 11 45  0.0-0.343909487128E-04-0.272848410532E-11 0.429900000000E+05
+   -0.693919238281E+04 0.292314529419E+00 0.931322574615E-09 0.000000000000E+00
+    0.240395092773E+05-0.635977745056E+00 0.931322574615E-09 0.500000000000E+01
+   -0.496417382813E+04-0.349125576019E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 11 45  0.0 0.636838376522E-04-0.727595761418E-11 0.414300000000E+05
+    0.444186523438E+03-0.782155990601E-01 0.931322574616E-09 0.000000000000E+00
+    0.239301430664E+05 0.121874809265E+01 0.372529029846E-08 0.600000000000E+01
+    0.875229394531E+04-0.328125286102E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 11 45  0.0-0.169328413904E-03-0.181898940355E-11 0.414000000000E+05
+    0.116141333008E+05-0.502151489258E+00 0.000000000000E+00 0.000000000000E+00
+   -0.102403935547E+05 0.274506950378E+01 0.186264514923E-08 0.100000000000E+01
+    0.201440766602E+05 0.166949939728E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 11 45  0.0-0.892840325832E-04 0.181898940355E-11 0.414000000000E+05
+    0.604263037109E+04-0.218702316284E+00-0.931322574616E-09 0.000000000000E+00
+   -0.242080820312E+05 0.709616661072E+00-0.931322574616E-09 0.500000000000E+01
+    0.533800537109E+04 0.345010471344E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 11 45  0.0-0.102119520307E-03 0.000000000000E+00 0.414300000000E+05
+   -0.172881494141E+04 0.171864509583E+00-0.931322574615E-09 0.000000000000E+00
+   -0.222482109375E+05-0.168926525116E+01-0.279396772385E-08 0.600000000000E+01
+   -0.123569682617E+05 0.301860713959E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 11 45  0.0-0.693127512932E-04-0.909494701773E-12 0.418500000000E+05
+    0.155135356445E+05 0.218388462067E+01 0.000000000000E+00 0.000000000000E+00
+    0.642134765625E+03 0.170802879333E+01-0.931322574615E-09-0.200000000000E+01
+   -0.202433862305E+05 0.172960758209E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 11 45  0.0-0.140941701829E-03 0.000000000000E+00 0.419400000000E+05
+    0.152374316406E+04 0.234296512604E+01-0.931322574615E-09 0.000000000000E+00
+   -0.120553427734E+05 0.198727989197E+01-0.279396772385E-08-0.700000000000E+01
+   -0.224278364258E+05-0.916542053223E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 11 45  0.0-0.927271321416E-04 0.000000000000E+00 0.415200000000E+05
+   -0.137718916016E+05 0.107016086578E+01-0.931322574615E-09 0.000000000000E+00
+   -0.183531796875E+05 0.111665821075E+01-0.279396772385E-08 0.000000000000E+00
+   -0.112445141602E+05-0.312389183044E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 11 45  0.0-0.230745412409E-03-0.909494701773E-12 0.414000000000E+05
+   -0.154248740234E+05-0.219267559051E+01 0.000000000000E+00 0.000000000000E+00
+   -0.535542968750E+03-0.171665954590E+01 0.931322574616E-09-0.200000000000E+01
+    0.202950361328E+05-0.171078491211E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 11 45  0.0-0.797444954514E-04 0.272848410532E-11 0.414300000000E+05
+   -0.146609326172E+04-0.234111404419E+01 0.931322574616E-09 0.000000000000E+00
+    0.120961113281E+05-0.199093055725E+01 0.372529029846E-08-0.700000000000E+01
+    0.224077954102E+05 0.914997100830E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 11 45  0.0 0.920137390494E-04 0.000000000000E+00 0.414300000000E+05
+    0.138950546875E+05-0.108840942383E+01 0.931322574616E-09 0.000000000000E+00
+    0.180887651367E+05-0.111990833282E+01 0.372529029846E-08 0.000000000000E+00
+    0.113000825195E+05 0.314395809174E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 11 45  0.0-0.261372886598E-03 0.000000000000E+00 0.414300000000E+05
+   -0.134685209961E+05-0.214453601837E+01 0.000000000000E+00 0.000000000000E+00
+    0.134333642578E+05 0.922885894775E+00-0.931322574615E-09 0.400000000000E+01
+   -0.170339946289E+05 0.241455078125E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 11 45  0.0-0.143423676491E-05 0.000000000000E+00 0.418500000000E+05
+    0.508283056641E+04-0.296597576141E+01 0.000000000000E+00 0.000000000000E+00
+    0.966722949219E+04 0.109352302551E+01-0.186264514923E-08-0.300000000000E+01
+   -0.230258413086E+05-0.183902740479E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 11 45  0.0-0.895354896784E-04-0.909494701773E-12 0.420000000000E+05
+    0.201839780273E+05-0.205172443390E+01 0.000000000000E+00 0.000000000000E+00
+    0.378346679688E+03 0.609230041504E+00-0.931322574615E-09 0.300000000000E+01
+   -0.155888295898E+05-0.264095497131E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 11 45  0.0-0.651208683848E-04 0.000000000000E+00 0.414000000000E+05
+    0.237606269531E+05 0.873603820801E-01 0.000000000000E+00 0.000000000000E+00
+   -0.930236914062E+04-0.232399940491E+00 0.000000000000E+00 0.200000000000E+01
+    0.119568115234E+04-0.357010650635E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 11 45  0.0-0.143447890878E-03-0.181898940355E-11 0.414000000000E+05
+    0.132555634766E+05 0.215207290649E+01 0.000000000000E+00 0.000000000000E+00
+   -0.135046367188E+05-0.924751281738E+00 0.931322574616E-09 0.400000000000E+01
+    0.170499951172E+05-0.241445350647E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 11 45  0.0-0.201676040888E-03-0.181898940355E-11 0.414000000000E+05
+   -0.478380224609E+04 0.295461750030E+01 0.000000000000E+00 0.000000000000E+00
+   -0.980461572266E+04-0.109848880768E+01 0.931322574616E-09-0.300000000000E+01
+    0.230931557617E+05 0.157366752625E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 11 45  0.0-0.200416892767E-03 0.454747350886E-11 0.414300000000E+05
+   -0.205199716797E+05 0.199562931061E+01 0.000000000000E+00 0.000000000000E+00
+   -0.124639648438E+03-0.577741622925E+00 0.000000000000E+00 0.300000000000E+01
+    0.151323774414E+05 0.270551586151E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 12 15  0.0 0.205421820283E-04-0.272848410532E-11 0.432300000000E+05
+   -0.108274018555E+05 0.218678474426E+00 0.000000000000E+00 0.000000000000E+00
+    0.672358837891E+04-0.301786422729E+01-0.279396772385E-08 0.100000000000E+01
+   -0.221018432617E+05-0.102393341064E+01 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 12 15  0.0-0.343956053257E-04-0.272848410532E-11 0.432600000000E+05
+   -0.642736718750E+04 0.235940933228E+00 0.000000000000E+00 0.000000000000E+00
+    0.221127226563E+05-0.149156093597E+01 0.000000000000E+00 0.500000000000E+01
+   -0.109753188477E+05-0.314443397522E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 12 15  0.0 0.636698678136E-04-0.727595761418E-11 0.432300000000E+05
+    0.513491699219E+03 0.117736816406E+00 0.186264514923E-08 0.000000000000E+00
+    0.253775844727E+05 0.373381614685E+00 0.186264514923E-08 0.600000000000E+01
+    0.258348437500E+04-0.352827548981E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 12 15  0.0-0.169333070517E-03-0.181898940355E-11 0.432000000000E+05
+    0.110417231445E+05-0.115612030029E+00 0.000000000000E+00 0.000000000000E+00
+   -0.494636865234E+04 0.309007644653E+01 0.279396772385E-08 0.100000000000E+01
+    0.223213730469E+05 0.733489036560E+00-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 12 15  0.0-0.892793759704E-04 0.181898940355E-11 0.432000000000E+05
+    0.570497460938E+04-0.118020057678E+00 0.000000000000E+00 0.000000000000E+00
+   -0.221664956055E+05 0.154303073883E+01 0.000000000000E+00 0.500000000000E+01
+    0.112617231445E+05 0.308904075623E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 12 15  0.0-0.102118588984E-03 0.000000000000E+00 0.438300000000E+05
+   -0.170868359375E+04-0.114951133728E+00-0.931322574616E-09 0.000000000000E+00
+   -0.246015507812E+05-0.899701118469E+00-0.186264514923E-08 0.600000000000E+01
+   -0.651591894531E+04 0.342931175232E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 12 15  0.0-0.693164765835E-04-0.181898940355E-11 0.440100000000E+05
+    0.192913515625E+05 0.196528053284E+01 0.000000000000E+00 0.000000000000E+00
+    0.316440234375E+04 0.108990955353E+01 0.000000000000E+00-0.200000000000E+01
+   -0.163880834961E+05 0.252631378174E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 12 15  0.0-0.140940770507E-03 0.000000000000E+00 0.439800000000E+05
+    0.609898730469E+04 0.270096778870E+01-0.931322574615E-09 0.000000000000E+00
+   -0.873472705078E+04 0.166783046722E+01-0.279396772385E-08-0.700000000000E+01
+   -0.231898637695E+05 0.751047134399E-01 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 12 15  0.0-0.927271321416E-04 0.000000000000E+00 0.433200000000E+05
+   -0.111690708008E+05 0.181609725952E+01-0.931322574615E-09 0.000000000000E+00
+   -0.161244018555E+05 0.131468772888E+01-0.279396772385E-08 0.000000000000E+00
+   -0.163626098633E+05-0.252603244781E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 12 15  0.0-0.230748206377E-03-0.909494701773E-12 0.432000000000E+05
+   -0.192220756836E+05-0.197796154022E+01 0.000000000000E+00 0.000000000000E+00
+   -0.307393261719E+04-0.109890937805E+01 0.000000000000E+00-0.200000000000E+01
+    0.164699824219E+05-0.251163101196E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 12 15  0.0-0.797118991613E-04 0.272848410532E-11 0.432300000000E+05
+   -0.604064306641E+04-0.270201969147E+01 0.931322574616E-09 0.000000000000E+00
+    0.876712304688E+04-0.167346382141E+01 0.279396772385E-08-0.700000000000E+01
+    0.231669028320E+05-0.772180557251E-01-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 12 15  0.0 0.920146703720E-04 0.000000000000E+00 0.432300000000E+05
+    0.112502875977E+05-0.184347152710E+01 0.931322574616E-09 0.000000000000E+00
+    0.158600229492E+05-0.131052017212E+01 0.372529029846E-08 0.000000000000E+00
+    0.164462978516E+05 0.253687763214E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 12 15  0.0-0.261373817921E-03 0.000000000000E+00 0.432600000000E+05
+   -0.166649609375E+05-0.138982200623E+01 0.000000000000E+00 0.000000000000E+00
+    0.151218798828E+05 0.910772323608E+00-0.931322574615E-09 0.400000000000E+01
+   -0.120875161133E+05 0.304587173462E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 12 15  0.0-0.143516808748E-05-0.909494701773E-12 0.439800000000E+05
+   -0.655166015625E+02-0.270841407776E+01 0.000000000000E+00 0.000000000000E+00
+    0.120055600586E+05 0.147994709015E+01-0.186264514923E-08-0.300000000000E+01
+   -0.224595517578E+05 0.809365272522E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 12 15  0.0-0.895373523235E-04-0.909494701773E-12 0.432300000000E+05
+    0.161056445313E+05-0.243232631683E+01 0.000000000000E+00 0.000000000000E+00
+    0.197025878906E+04 0.116731548309E+01-0.931322574615E-09 0.300000000000E+01
+   -0.196783076172E+05-0.187339973450E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 12 15  0.0-0.651208683848E-04 0.000000000000E+00 0.432000000000E+05
+    0.231764492188E+05-0.715682029724E+00 0.000000000000E+00 0.000000000000E+00
+   -0.939270410156E+04 0.167806625366E+00 0.000000000000E+00 0.200000000000E+01
+   -0.519385107422E+04-0.348344802856E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 12 15  0.0-0.143451616168E-03-0.181898940355E-11 0.432000000000E+05
+    0.164671708984E+05 0.139885807037E+01 0.000000000000E+00 0.000000000000E+00
+   -0.151917700195E+05-0.907113075256E+00 0.931322574616E-09 0.400000000000E+01
+    0.120981669922E+05-0.305180072784E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 12 15  0.0-0.201679766178E-03-0.181898940355E-11 0.432000000000E+05
+    0.333600097656E+03 0.268603897095E+01 0.000000000000E+00 0.000000000000E+00
+   -0.121472924805E+05-0.147977447510E+01 0.931322574616E-09-0.300000000000E+01
+    0.224841958008E+05-0.829281806946E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 12 15  0.0-0.200407579541E-03 0.454747350886E-11 0.442200000000E+05
+   -0.165230556641E+05 0.239840793610E+01 0.000000000000E+00 0.000000000000E+00
+   -0.165657617188E+04-0.113346958160E+01 0.931322574616E-09 0.300000000000E+01
+    0.193536459961E+05 0.195437908173E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 12 45  0.0 0.205365940928E-04-0.272848410532E-11 0.450300000000E+05
+   -0.108375166016E+05-0.235601425171E+00-0.931322574615E-09 0.000000000000E+00
+    0.112715185547E+04-0.314903640747E+01-0.279396772385E-08 0.100000000000E+01
+   -0.230673237305E+05-0.418272018433E-01 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 12 45  0.0-0.344011932611E-04-0.272848410532E-11 0.450600000000E+05
+   -0.622411425781E+04-0.428905487061E-01 0.000000000000E+00 0.000000000000E+00
+    0.187512026367E+05-0.221230220795E+01-0.931322574615E-09 0.500000000000E+01
+   -0.161379526367E+05-0.255460357666E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 12 45  0.0 0.636568292975E-04-0.636646291241E-11 0.450900000000E+05
+    0.725857910156E+03 0.782089233398E-01 0.931322574615E-09 0.000000000000E+00
+    0.252504790039E+05-0.511537551880E+00 0.931322574615E-09 0.600000000000E+01
+   -0.378524609375E+04-0.350225830078E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 12 45  0.0-0.169336795807E-03-0.181898940355E-11 0.450000000000E+05
+    0.112328901367E+05 0.328824043274E+00 0.931322574616E-09 0.000000000000E+00
+    0.702980957031E+03 0.313514232636E+01 0.279396772385E-08 0.100000000000E+01
+    0.227491738281E+05-0.261449813843E+00-0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1 12 45  0.0-0.892747193575E-04 0.181898940355E-11 0.450000000000E+05
+    0.574313525391E+04 0.190312385559E+00 0.000000000000E+00 0.000000000000E+00
+   -0.187417709961E+05 0.222952079773E+01 0.931322574616E-09 0.500000000000E+01
+    0.163147031250E+05 0.248885059357E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 12 45  0.0-0.102116726339E-03 0.000000000000E+00 0.450000000000E+05
+   -0.200455322266E+04-0.173069953918E+00-0.931322574616E-09 0.000000000000E+00
+   -0.254266440430E+05-0.985050201416E-02-0.931322574616E-09 0.600000000000E+01
+   -0.170960937500E+03 0.357485008240E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 12 45  0.0-0.693192705512E-04-0.181898940355E-11 0.465300000000E+05
+    0.224202690430E+05 0.146775722504E+01 0.000000000000E+00 0.000000000000E+00
+    0.458305517578E+04 0.500221252441E+00 0.000000000000E+00-0.200000000000E+01
+   -0.112659511719E+05 0.312803173065E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 12 45  0.0-0.140938907862E-03 0.000000000000E+00 0.459600000000E+05
+    0.110852475586E+05 0.279038619995E+01-0.931322574615E-09 0.000000000000E+00
+   -0.614791894531E+04 0.118791007996E+01-0.186264514923E-08-0.700000000000E+01
+   -0.221617397461E+05 0.105964756012E+01 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 12 45  0.0-0.927280634642E-04 0.000000000000E+00 0.450900000000E+05
+   -0.728903466797E+04 0.247056102753E+01-0.186264514923E-08 0.000000000000E+00
+   -0.137792397461E+05 0.124933815002E+01-0.279396772385E-08 0.000000000000E+00
+   -0.202207583008E+05-0.173289299011E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 12 45  0.0-0.230750069022E-03-0.909494701773E-12 0.450300000000E+05
+   -0.223769160156E+05-0.148375606537E+01 0.000000000000E+00 0.000000000000E+00
+   -0.450794921875E+04-0.508068084717E+00 0.000000000000E+00-0.200000000000E+01
+    0.113701655273E+05-0.311798095703E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 12 45  0.0-0.797063112259E-04 0.272848410532E-11 0.450300000000E+05
+   -0.110308955078E+05-0.279352760315E+01 0.931322574616E-09 0.000000000000E+00
+    0.616866796875E+04-0.119511222839E+01 0.186264514923E-08-0.700000000000E+01
+    0.221327216797E+05-0.106457996368E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 12 45  0.0 0.920156016946E-04 0.000000000000E+00 0.450300000000E+05
+    0.731775195312E+04-0.250029182434E+01 0.186264514923E-08 0.000000000000E+00
+    0.135323295898E+05-0.123362255096E+01 0.372529029846E-08 0.000000000000E+00
+    0.203150351562E+05 0.173395538330E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 12 45  0.0-0.261374749243E-03 0.000000000000E+00 0.450600000000E+05
+   -0.184443754883E+05-0.589378356934E+00 0.000000000000E+00 0.000000000000E+00
+    0.165554213867E+05 0.638987541199E+00-0.931322574615E-09 0.400000000000E+01
+   -0.621021289063E+04 0.344220542908E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 12 45  0.0-0.143703073263E-05-0.909494701773E-12 0.458400000000E+05
+   -0.452156884766E+04-0.220892810822E+01 0.000000000000E+00 0.000000000000E+00
+    0.148796953125E+05 0.167516708374E+01-0.931322574615E-09-0.300000000000E+01
+   -0.201488027344E+05 0.174164867401E+01 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 12 45  0.0-0.895392149687E-04-0.909494701773E-12 0.450300000000E+05
+    0.116047519531E+05-0.251925754547E+01 0.000000000000E+00 0.000000000000E+00
+    0.457529882813E+04 0.171634197235E+01-0.931322574615E-09 0.300000000000E+01
+   -0.222459257813E+05-0.960984230042E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 12 45  0.0-0.651199370623E-04 0.000000000000E+00 0.450300000000E+05
+    0.212879760742E+05-0.134671592712E+01-0.931322574616E-09 0.000000000000E+00
+   -0.858992333984E+04 0.747417449951E+00 0.000000000000E+00 0.200000000000E+01
+   -0.111832304688E+05-0.312831211090E+01 0.931322574616E-09 0.000000000000E+00
+21 09  4  1 12 45  0.0-0.143457204103E-03-0.181898940355E-11 0.450000000000E+05
+    0.182632099609E+05 0.598705291748E+00 0.000000000000E+00 0.000000000000E+00
+   -0.166126538086E+05-0.628394126892E+00 0.000000000000E+00 0.400000000000E+01
+    0.620591992188E+04-0.345242404938E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1 12 45  0.0-0.201683491468E-03-0.181898940355E-11 0.450000000000E+05
+    0.474296142578E+04 0.218033027649E+01 0.000000000000E+00 0.000000000000E+00
+   -0.150169951172E+05-0.167074966431E+01 0.931322574616E-09-0.300000000000E+01
+    0.201471147461E+05-0.175049209595E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 12 45  0.0-0.200398266315E-03 0.454747350886E-11 0.450000000000E+05
+   -0.120622163086E+05 0.250857162476E+01 0.000000000000E+00 0.000000000000E+00
+   -0.420460693359E+04-0.168819618225E+01 0.931322574616E-09 0.300000000000E+01
+    0.220775302734E+05 0.105260658264E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 13 15  0.0 0.205310061574E-04-0.272848410532E-11 0.473400000000E+05
+   -0.116632563477E+05-0.669464111328E+00-0.186264514923E-08 0.000000000000E+00
+   -0.442720019531E+04-0.297221660614E+01-0.279396772385E-08 0.100000000000E+01
+   -0.222503261719E+05 0.943758010864E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 13 15  0.0-0.344058498740E-04-0.272848410532E-11 0.468600000000E+05
+   -0.667692041016E+04-0.479291915894E+00-0.931322574615E-09 0.000000000000E+00
+    0.142863295898E+05-0.270440673828E+01-0.186264514923E-08 0.500000000000E+01
+   -0.200531870117E+05-0.176744270325E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 13 15  0.0 0.636447221041E-04-0.636646291241E-11 0.471300000000E+05
+    0.657166015625E+03-0.189682960510E+00 0.931322574615E-09 0.000000000000E+00
+    0.235812983398E+05-0.132147979736E+01 0.000000000000E+00 0.600000000000E+01
+   -0.986269726563E+04-0.320701122284E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 13 15  0.0-0.169341452420E-03-0.181898940355E-11 0.468000000000E+05
+    0.121960351562E+05 0.724443435669E+00 0.186264514923E-08 0.000000000000E+00
+    0.615649316406E+04 0.287571334839E+01 0.279396772385E-08 0.100000000000E+01
+    0.213922343750E+05-0.123630237579E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 13 15  0.0-0.892709940672E-04 0.181898940355E-11 0.468000000000E+05
+    0.647381201172E+04 0.637252807617E+00 0.000000000000E+00 0.000000000000E+00
+   -0.142816337891E+05 0.268154048920E+01 0.931322574616E-09 0.500000000000E+01
+    0.201055073242E+05 0.169570159912E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 13 15  0.0-0.102115795016E-03 0.000000000000E+00 0.468000000000E+05
+   -0.218481054688E+04 0.121517181397E-01-0.931322574616E-09 0.000000000000E+00
+   -0.246467070312E+05 0.863945007324E+00 0.000000000000E+00 0.600000000000E+01
+    0.618720166016E+04 0.344387817383E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 13 15  0.0-0.693229958415E-04-0.181898940355E-11 0.468300000000E+05
+    0.244378232422E+05 0.742422103882E+00 0.000000000000E+00 0.000000000000E+00
+    0.504435302734E+04 0.415592193604E-01 0.931322574616E-09-0.200000000000E+01
+   -0.527256982422E+04 0.348804378509E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 13 15  0.0-0.140937045217E-03 0.909494701773E-12 0.474300000000E+05
+    0.159621743164E+05 0.257771015167E+01-0.931322574615E-09 0.000000000000E+00
+   -0.449184033203E+04 0.652205467224E+00-0.931322574615E-09-0.700000000000E+01
+   -0.194249169922E+05 0.196143627167E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 13 15  0.0-0.927299261093E-04 0.000000000000E+00 0.468900000000E+05
+   -0.239279296875E+04 0.292971992493E+01-0.186264514923E-08 0.000000000000E+00
+   -0.117605292969E+05 0.962344169617E+00-0.186264514923E-08 0.000000000000E+00
+   -0.225199306641E+05-0.804955482483E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 13 15  0.0-0.230752862990E-03-0.909494701773E-12 0.468300000000E+05
+   -0.244256284180E+05-0.760879516602E+00-0.931322574616E-09 0.000000000000E+00
+   -0.498145019531E+04-0.471181869507E-01-0.931322574616E-09-0.200000000000E+01
+    0.539046093750E+04-0.348294258118E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 13 15  0.0-0.797016546130E-04 0.272848410532E-11 0.468300000000E+05
+   -0.159139399414E+05-0.258096504211E+01 0.931322574616E-09 0.000000000000E+00
+    0.449868408203E+04-0.660370826721E+00 0.000000000000E+00-0.700000000000E+01
+    0.193834438477E+05-0.197042751312E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 13 15  0.0 0.920174643397E-04 0.909494701773E-12 0.468300000000E+05
+    0.237131982422E+04-0.295463943481E+01 0.186264514923E-08 0.000000000000E+00
+    0.115534975586E+05-0.933795928955E+00 0.279396772385E-08 0.000000000000E+00
+    0.226087280273E+05 0.798343658447E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 13 15  0.0-0.261374749243E-03 0.000000000000E+00 0.468300000000E+05
+   -0.188280727539E+05 0.142660140991E+00 0.000000000000E+00 0.000000000000E+00
+    0.172771098633E+05 0.126772880554E+00 0.000000000000E+00 0.400000000000E+01
+    0.144999023438E+03 0.357351207733E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 13 15  0.0-0.143982470036E-05-0.909494701773E-12 0.473100000000E+05
+   -0.792536523438E+04-0.155634307861E+01 0.000000000000E+00 0.000000000000E+00
+    0.178820156250E+05 0.161491298676E+01-0.931322574615E-09-0.300000000000E+01
+   -0.162703208008E+05 0.253976821899E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 13 15  0.0-0.895410776138E-04-0.909494701773E-12 0.468300000000E+05
+    0.720647558594E+04-0.232408332825E+01-0.931322574615E-09 0.000000000000E+00
+    0.807774658203E+04 0.214700794220E+01-0.931322574615E-09 0.300000000000E+01
+   -0.230931547852E+05 0.257301330566E-01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 13 15  0.0-0.651199370623E-04 0.000000000000E+00 0.470100000000E+05
+    0.184763852539E+05-0.173228549957E+01-0.931322574615E-09 0.000000000000E+00
+   -0.664799316406E+04 0.141637420654E+01-0.931322574615E-09 0.200000000000E+01
+   -0.163104897461E+05-0.253166007996E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 13 15  0.0-0.143460929394E-03-0.181898940355E-11 0.468000000000E+05
+    0.186638925781E+05-0.132992744446E+00 0.000000000000E+00 0.000000000000E+00
+   -0.173085151367E+05-0.108696937561E+00 0.000000000000E+00 0.400000000000E+01
+   -0.169074218750E+03-0.358461856842E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 13 15  0.0-0.201687216759E-03-0.909494701773E-12 0.468000000000E+05
+    0.809373437500E+04 0.152685737610E+01 0.000000000000E+00 0.000000000000E+00
+   -0.180096191406E+05-0.160917091370E+01 0.931322574616E-09-0.300000000000E+01
+    0.162638745117E+05-0.253630542755E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 13 15  0.0-0.200388021767E-03 0.454747350886E-11 0.468000000000E+05
+   -0.766367382812E+04 0.233444499970E+01 0.000000000000E+00 0.000000000000E+00
+   -0.766739160156E+04-0.213227272034E+01 0.931322574616E-09 0.300000000000E+01
+    0.230944765625E+05 0.701103210449E-01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 13 45  0.0 0.205254182220E-04-0.272848410532E-11 0.496500000000E+05
+   -0.131726665039E+05-0.979166984558E+00-0.279396772385E-08 0.000000000000E+00
+   -0.940497949219E+04-0.251706314087E+01-0.186264514923E-08 0.100000000000E+01
+   -0.197134956055E+05 0.185669517517E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 13 45  0.0-0.344114378095E-04-0.272848410532E-11 0.486600000000E+05
+   -0.798763183594E+04-0.978680610657E+00-0.186264514923E-08 0.000000000000E+00
+    0.918872753906E+04-0.290903091431E+01-0.186264514923E-08 0.500000000000E+01
+   -0.224186582031E+05-0.843820571899E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 13 45  0.0 0.636335462332E-04-0.545696821064E-11 0.486600000000E+05
+   -0.651147460938E+02-0.636622428894E+00 0.000000000000E+00 0.000000000000E+00
+    0.205997329102E+05-0.195475864410E+01-0.931322574615E-09 0.600000000000E+01
+   -0.151830864258E+05-0.266670227051E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 13 45  0.0-0.169346109033E-03-0.181898940355E-11 0.486000000000E+05
+    0.137518671875E+05 0.972570419312E+00 0.279396772385E-08 0.000000000000E+00
+    0.108973427734E+05 0.235395050049E+01 0.279396772385E-08 0.100000000000E+01
+    0.183572080078E+05-0.211355686188E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 13 45  0.0-0.892663374543E-04 0.181898940355E-11 0.486000000000E+05
+    0.806310400391E+04 0.112693309784E+01 0.931322574616E-09 0.000000000000E+00
+   -0.926078271484E+04 0.284745883942E+01 0.186264514923E-08 0.500000000000E+01
+    0.223399868164E+05 0.770828247070E+00-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 13 45  0.0-0.102113932371E-03 0.000000000000E+00 0.486000000000E+05
+   -0.183224853516E+04 0.410274505615E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223944990234E+05 0.160836791992E+01 0.000000000000E+00 0.600000000000E+01
+    0.120667353516E+05 0.304649448395E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 13 45  0.0-0.693267211318E-04-0.181898940355E-11 0.486300000000E+05
+    0.250090146484E+05-0.122069358826E+00 0.931322574616E-09 0.000000000000E+00
+    0.485783886719E+04-0.209815025330E+00 0.186264514923E-08-0.200000000000E+01
+    0.112871630859E+04 0.357827854157E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 13 45  0.0-0.140935182571E-03 0.909494701773E-12 0.494700000000E+05
+    0.201906083984E+05 0.207589244843E+01 0.000000000000E+00 0.000000000000E+00
+   -0.376683154297E+04 0.171312332153E+00 0.000000000000E+00-0.700000000000E+01
+   -0.151918686523E+05 0.271145153046E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 13 45  0.0-0.927308574319E-04-0.909494701773E-12 0.486900000000E+05
+    0.309408398438E+04 0.311712265015E+01-0.186264514923E-08 0.000000000000E+00
+   -0.104009526367E+05 0.532567024231E+00-0.186264514923E-08 0.000000000000E+00
+   -0.230802866211E+05 0.186653137207E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1 13 45  0.0-0.230754725635E-03-0.909494701773E-12 0.486300000000E+05
+   -0.250314477539E+05 0.102252960205E+00-0.186264514923E-08 0.000000000000E+00
+   -0.480232714844E+04 0.207239151001E+00-0.186264514923E-08-0.200000000000E+01
+   -0.100629492188E+04-0.357838630676E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 13 45  0.0-0.796960666776E-04 0.181898940355E-11 0.486300000000E+05
+   -0.201464433594E+05-0.207674312592E+01 0.000000000000E+00 0.000000000000E+00
+    0.375831250000E+04-0.180235862732E+00 0.000000000000E+00-0.700000000000E+01
+    0.151306933594E+05-0.272414684296E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 13 45  0.0 0.920193269849E-04 0.909494701773E-12 0.486300000000E+05
+   -0.315173583984E+04-0.313171005249E+01 0.186264514923E-08 0.000000000000E+00
+    0.102557773438E+05-0.492884635925E+00 0.186264514923E-08 0.000000000000E+00
+    0.231531577148E+05-0.196991920471E+00-0.931322574616E-09 0.000000000000E+00
+17 09  4  1 13 45  0.0-0.261375680566E-03 0.000000000000E+00 0.500400000000E+05
+   -0.180319624023E+05 0.707138061523E+00 0.000000000000E+00 0.000000000000E+00
+    0.169039428711E+05-0.564094543457E+00 0.000000000000E+00 0.400000000000E+01
+    0.648907470703E+04 0.342992782593E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 13 45  0.0-0.144168734550E-05-0.909494701773E-12 0.494700000000E+05
+   -0.100985234375E+05-0.860716819763E+00 0.000000000000E+00 0.000000000000E+00
+    0.205258447266E+05 0.127702426910E+01-0.931322574615E-09-0.300000000000E+01
+   -0.111242392578E+05 0.314073944092E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 13 45  0.0-0.895429402590E-04-0.909494701773E-12 0.486300000000E+05
+    0.337476611328E+04-0.190221500397E+01-0.931322574615E-09 0.000000000000E+00
+    0.121768886719E+05 0.236602878571E+01-0.931322574615E-09 0.300000000000E+01
+   -0.221544951172E+05 0.101045322418E+01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 13 45  0.0-0.651199370623E-04 0.000000000000E+00 0.486300000000E+05
+    0.152194355469E+05-0.183993148804E+01-0.931322574615E-09 0.000000000000E+00
+   -0.350309277344E+04 0.206508159637E+01-0.931322574615E-09 0.200000000000E+01
+   -0.201793115234E+05-0.173902606964E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 13 45  0.0-0.143464654684E-03-0.181898940355E-11 0.486000000000E+05
+    0.178863750000E+05-0.695864677429E+00-0.931322574616E-09 0.000000000000E+00
+   -0.168967719727E+05 0.588522911072E+00 0.000000000000E+00 0.400000000000E+01
+   -0.653091796875E+04-0.343791294098E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 13 45  0.0-0.201690942049E-03-0.909494701773E-12 0.486000000000E+05
+    0.102162255859E+05 0.834403038025E+00 0.000000000000E+00 0.000000000000E+00
+   -0.206448569336E+05-0.127387142181E+01 0.931322574616E-09-0.300000000000E+01
+    0.111336499023E+05-0.312722301483E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 13 45  0.0-0.200378708541E-03 0.545696821064E-11 0.486000000000E+05
+   -0.379796191406E+04 0.192859363556E+01 0.000000000000E+00 0.000000000000E+00
+   -0.117568593750E+05-0.237085056305E+01 0.931322574616E-09 0.300000000000E+01
+    0.223270507812E+05-0.917176246643E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 14 15  0.0 0.205188989639E-04-0.272848410532E-11 0.507000000000E+05
+   -0.150632861328E+05-0.108178424835E+01-0.279396772385E-08 0.000000000000E+00
+   -0.133637163086E+05-0.185474109650E+01-0.186264514923E-08 0.100000000000E+01
+   -0.156524072266E+05 0.262636375427E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 14 15  0.0-0.344170257449E-04-0.272848410532E-11 0.504600000000E+05
+   -0.101729995117E+05-0.143295478821E+01-0.186264514923E-08 0.000000000000E+00
+    0.399604980469E+04-0.281150436401E+01-0.186264514923E-08 0.500000000000E+01
+   -0.230517666016E+05 0.144924163818E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 14 15  0.0 0.636223703623E-04-0.545696821064E-11 0.504600000000E+05
+   -0.169274609375E+04-0.117967605591E+01-0.931322574615E-09 0.000000000000E+00
+    0.166948100586E+05-0.233830738068E+01-0.931322574615E-09 0.600000000000E+01
+   -0.193408432617E+05-0.192357921600E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 14 15  0.0-0.169355422258E-03-0.181898940355E-11 0.504300000000E+05
+    0.155641899414E+05 0.100018787384E+01 0.279396772385E-08 0.000000000000E+00
+    0.145218012695E+05 0.165153121948E+01 0.186264514923E-08 0.100000000000E+01
+    0.138838896484E+05-0.282385253906E+01 0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1 14 15  0.0-0.892626121640E-04 0.181898940355E-11 0.504000000000E+05
+    0.104924614258E+05 0.155302810669E+01 0.186264514923E-08 0.000000000000E+00
+   -0.420790869141E+04 0.271969127655E+01 0.186264514923E-08 0.500000000000E+01
+    0.228443085938E+05-0.214184761047E+00-0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1 14 15  0.0-0.102113001049E-03 0.000000000000E+00 0.504000000000E+05
+   -0.621790039062E+03 0.950822830200E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189902172852E+05 0.213128662109E+01 0.931322574616E-09 0.600000000000E+01
+    0.170128232422E+05 0.241346073151E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 14 15  0.0-0.693295150995E-04-0.181898940355E-11 0.504300000000E+05
+    0.239820800781E+05-0.101352596283E+01 0.186264514923E-08 0.000000000000E+00
+    0.443664208984E+04-0.216690063477E+00 0.186264514923E-08-0.200000000000E+01
+    0.744263574219E+04 0.339157676697E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 14 15  0.0-0.140933319926E-03 0.909494701773E-12 0.513000000000E+05
+    0.232957568359E+05 0.134256935120E+01 0.000000000000E+00 0.000000000000E+00
+   -0.378293310547E+04-0.156935691834E+00 0.000000000000E+00-0.700000000000E+01
+   -0.978943798828E+04 0.325242328644E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 14 15  0.0-0.927336513996E-04-0.909494701773E-12 0.504900000000E+05
+    0.864307177734E+04 0.299647712708E+01-0.186264514923E-08 0.000000000000E+00
+   -0.986762207031E+04 0.624380111694E-01-0.931322574615E-09 0.000000000000E+00
+   -0.218556689453E+05 0.116546249390E+01 0.931322574615E-09 0.000000000000E+00
+13 09  4  1 14 15  0.0-0.230756588280E-03-0.909494701773E-12 0.505800000000E+05
+   -0.240404257813E+05 0.993679046631E+00-0.186264514923E-08 0.000000000000E+00
+   -0.438287792969E+04 0.217316627502E+00-0.186264514923E-08-0.200000000000E+01
+   -0.732526953125E+04-0.339711570740E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1 14 15  0.0-0.796914100647E-04 0.181898940355E-11 0.504300000000E+05
+   -0.232493198242E+05-0.133893966675E+01 0.000000000000E+00 0.000000000000E+00
+    0.375737792969E+04 0.146806716919E+00 0.000000000000E+00-0.700000000000E+01
+    0.970348974609E+04-0.326679420471E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 14 15  0.0 0.920221209526E-04 0.909494701773E-12 0.504300000000E+05
+   -0.871560449219E+04-0.299831962585E+01 0.186264514923E-08 0.000000000000E+00
+    0.980111230469E+04-0.154628753662E-01 0.931322574616E-09 0.000000000000E+00
+    0.219099365234E+05-0.117509078980E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 14 15  0.0-0.261376611888E-03 0.000000000000E+00 0.504300000000E+05
+   -0.164247900391E+05 0.103566646576E+01 0.931322574616E-09 0.000000000000E+00
+    0.151955810547E+05-0.133900547028E+01 0.000000000000E+00 0.400000000000E+01
+    0.123339956055E+05 0.302244567871E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1 14 15  0.0-0.144448131323E-05-0.909494701773E-12 0.506700000000E+05
+   -0.110661201172E+05-0.234827041626E+00 0.000000000000E+00 0.000000000000E+00
+    0.223265903320E+05 0.686092376709E+00-0.931322574615E-09-0.300000000000E+01
+   -0.511085546875E+04 0.349704265594E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 14 15  0.0-0.895457342267E-04-0.909494701773E-12 0.504300000000E+05
+    0.441167968750E+03-0.134321212769E+01-0.931322574615E-09 0.000000000000E+00
+    0.164307978516E+05 0.231208038330E+01-0.931322574615E-09 0.300000000000E+01
+   -0.195025224609E+05 0.191704940796E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 14 15  0.0-0.651199370623E-04 0.000000000000E+00 0.504300000000E+05
+    0.120122714844E+05-0.168297386169E+01-0.931322574615E-09 0.000000000000E+00
+    0.707143066406E+03 0.258243179321E+01-0.931322574615E-09 0.200000000000E+01
+   -0.224896274414E+05-0.811154365540E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 14 15  0.0-0.143468379974E-03-0.181898940355E-11 0.514800000000E+05
+    0.163022817383E+05-0.102101325989E+01-0.931322574615E-09 0.000000000000E+00
+   -0.151409550781E+05 0.136661720276E+01 0.000000000000E+00 0.400000000000E+01
+   -0.123847851563E+05-0.302396202087E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1 14 15  0.0-0.201693736017E-03-0.909494701773E-12 0.504000000000E+05
+    0.111407890625E+05 0.213400840759E+00 0.000000000000E+00 0.000000000000E+00
+   -0.224448188477E+05-0.688767433167E+00 0.000000000000E+00-0.300000000000E+01
+    0.515005322266E+04-0.347844123840E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1 14 15  0.0-0.200370326638E-03 0.545696821064E-11 0.504000000000E+05
+   -0.807683105469E+03 0.137850666046E+01 0.000000000000E+00 0.000000000000E+00
+   -0.160399487305E+05-0.234000873566E+01 0.931322574616E-09 0.300000000000E+01
+    0.198355473633E+05-0.183314037323E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 14 45  0.0 0.205133110285E-04-0.272848410532E-11 0.531000000000E+05
+   -0.169133608398E+05-0.929681777954E+00-0.279396772385E-08 0.000000000000E+00
+   -0.160180854492E+05-0.108626937866E+01-0.931322574615E-09 0.100000000000E+01
+   -0.103806562500E+05 0.319311046600E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 14 45  0.0-0.344216823578E-04-0.272848410532E-11 0.522600000000E+05
+   -0.130568393555E+05-0.173895072937E+01-0.279396772385E-08 0.000000000000E+00
+   -0.769458496094E+03-0.244330883026E+01-0.186264514923E-08 0.500000000000E+01
+   -0.219036733398E+05 0.112246322632E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 14 45  0.0 0.636111944914E-04-0.545696821064E-11 0.522900000000E+05
+   -0.430809814453E+04-0.171621894836E+01-0.186264514923E-08 0.000000000000E+00
+    0.123526704102E+05-0.243861103058E+01-0.931322574615E-09 0.600000000000E+01
+   -0.220202182617E+05-0.103454875946E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 14 45  0.0-0.169359147549E-03-0.909494701773E-12 0.522300000000E+05
+    0.171987460938E+05 0.773007392883E+00 0.279396772385E-08 0.000000000000E+00
+    0.167986406250E+05 0.875669479370E+00 0.931322574616E-09 0.100000000000E+01
+    0.832511083984E+04-0.331181812286E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 14 45  0.0-0.892588868737E-04 0.181898940355E-11 0.522000000000E+05
+    0.135562211914E+05 0.181699371338E+01 0.279396772385E-08 0.000000000000E+00
+    0.375521972656E+03 0.233558845520E+01 0.186264514923E-08 0.500000000000E+01
+    0.215786909180E+05-0.118295097351E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 14 45  0.0-0.102111138403E-03 0.000000000000E+00 0.522000000000E+05
+    0.161718261719E+04 0.153509044647E+01 0.931322574616E-09 0.000000000000E+00
+   -0.148894692383E+05 0.237638282776E+01 0.931322574616E-09 0.600000000000E+01
+    0.206429218750E+05 0.159379196167E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 14 45  0.0-0.693332403898E-04-0.181898940355E-11 0.522000000000E+05
+    0.214150732422E+05-0.181418514252E+01 0.279396772385E-08 0.000000000000E+00
+    0.422055908203E+04 0.129547119141E-01 0.186264514923E-08-0.200000000000E+01
+    0.131804355469E+05 0.294230175018E+01 0.931322574616E-09 0.000000000000E+00
+10 09  4  1 14 45  0.0-0.140931457281E-03 0.909494701773E-12 0.522300000000E+05
+    0.249405253906E+05 0.471065521240E+00 0.931322574616E-09 0.000000000000E+00
+   -0.419819726562E+04-0.263896942139E+00 0.931322574616E-09-0.700000000000E+01
+   -0.363373291016E+04 0.354305267334E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 14 45  0.0-0.927355140448E-04-0.909494701773E-12 0.523200000000E+05
+    0.137017792969E+05 0.257799911499E+01-0.931322574615E-09 0.000000000000E+00
+   -0.101350703125E+05-0.339613914490E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189380161133E+05 0.205549716949E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 14 45  0.0-0.230758450925E-03-0.909494701773E-12 0.530700000000E+05
+   -0.215080341797E+05 0.179583644867E+01-0.279396772385E-08 0.000000000000E+00
+   -0.416297607422E+04-0.943851470947E-02-0.931322574615E-09-0.200000000000E+01
+   -0.130780195313E+05-0.295337104797E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1 14 45  0.0-0.796867534518E-04 0.181898940355E-11 0.522300000000E+05
+   -0.248828666992E+05-0.462263107300E+00-0.931322574616E-09 0.000000000000E+00
+    0.415269384766E+04 0.251715660095E+00-0.931322574616E-09-0.700000000000E+01
+    0.352277636719E+04-0.355587387085E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 14 45  0.0 0.920249149203E-04 0.909494701773E-12 0.522300000000E+05
+   -0.137667241211E+05-0.256817245483E+01 0.931322574616E-09 0.000000000000E+00
+    0.101562163086E+05 0.389278411865E+00 0.000000000000E+00 0.000000000000E+00
+    0.189783374023E+05-0.206092834473E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 14 45  0.0-0.261376611888E-03 0.000000000000E+00 0.522300000000E+05
+   -0.144622148438E+05 0.110131359100E+01 0.931322574616E-09 0.000000000000E+00
+    0.121005043945E+05-0.208562278748E+01 0.000000000000E+00 0.400000000000E+01
+    0.172298017578E+05 0.238209724426E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1 14 45  0.0-0.144727528095E-05-0.909494701773E-12 0.523500000000E+05
+   -0.110443022461E+05 0.224830627441E+00 0.000000000000E+00 0.000000000000E+00
+    0.228840820312E+05-0.898904800415E-01 0.000000000000E+00 0.253000000000E+03
+    0.130104980469E+04 0.358064460754E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 14 45  0.0-0.895475968719E-04-0.909494701773E-12 0.522300000000E+05
+   -0.144356201172E+04-0.755500793457E+00 0.000000000000E+00 0.000000000000E+00
+    0.203244702148E+05 0.196652984619E+01-0.931322574615E-09 0.300000000000E+01
+   -0.153422929688E+05 0.267540740967E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 14 45  0.0-0.651208683848E-04 0.000000000000E+00 0.522300000000E+05
+    0.928635253906E+04-0.131777095795E+01-0.931322574615E-09 0.000000000000E+00
+    0.565768261719E+04 0.287426280975E+01-0.931322574615E-09 0.200000000000E+01
+   -0.230610688477E+05 0.180539131165E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 14 45  0.0-0.143472105265E-03-0.181898940355E-11 0.522600000000E+05
+    0.143701459961E+05-0.108203792572E+01-0.931322574615E-09 0.000000000000E+00
+   -0.119968334961E+05 0.211162471771E+01 0.000000000000E+00 0.400000000000E+01
+   -0.172761284180E+05-0.237554264069E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 14 45  0.0-0.201697461307E-03-0.181898940355E-11 0.522000000000E+05
+    0.110845009766E+05-0.241950988769E+00 0.000000000000E+00 0.000000000000E+00
+   -0.230133408203E+05 0.803861618042E-01 0.000000000000E+00-0.300000000000E+01
+   -0.122837792969E+04-0.356306457519E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 14 45  0.0-0.200361013413E-03 0.545696821064E-11 0.522000000000E+05
+    0.114255566406E+04 0.791632652283E+00 0.000000000000E+00 0.000000000000E+00
+   -0.200051303711E+05-0.201779556274E+01 0.931322574616E-09 0.300000000000E+01
+    0.158130522461E+05-0.260729217529E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 15 15  0.0 0.205077230930E-04-0.272848410532E-11 0.540300000000E+05
+   -0.182541572266E+05-0.519146919251E+00-0.186264514923E-08 0.000000000000E+00
+   -0.172793032227E+05-0.325977325439E+00 0.000000000000E+00 0.100000000000E+01
+   -0.430575634766E+04 0.351292324066E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 15 15  0.0-0.344272702932E-04-0.272848410532E-11 0.540600000000E+05
+   -0.162951889648E+05-0.181613636017E+01-0.279396772385E-08 0.000000000000E+00
+   -0.468012500000E+04-0.187651920319E+01-0.931322574615E-09 0.500000000000E+01
+   -0.190630361328E+05 0.201333332062E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 15 15  0.0 0.636000186205E-04-0.545696821064E-11 0.540600000000E+05
+   -0.780372558594E+04-0.214091110229E+01-0.279396772385E-08 0.000000000000E+00
+    0.808026464844E+04-0.226623725891E+01-0.931322574615E-09 0.600000000000E+01
+   -0.230179589844E+05-0.669403076172E-01 0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 15 15  0.0-0.169361941516E-03-0.909494701773E-12 0.540300000000E+05
+    0.181996411133E+05 0.301670074463E+00 0.279396772385E-08 0.000000000000E+00
+    0.176991406250E+05 0.140953063965E+00 0.000000000000E+00 0.100000000000E+01
+    0.211734179688E+04-0.354049682617E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 15 15  0.0-0.892551615834E-04 0.181898940355E-11 0.540000000000E+05
+    0.168913520508E+05 0.184510135651E+01 0.372529029846E-08 0.000000000000E+00
+    0.409134814453E+04 0.177091693878E+01 0.186264514923E-08 0.500000000000E+01
+    0.186407133789E+05-0.206023693085E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 15 15  0.0-0.102110207081E-03 0.000000000000E+00 0.540000000000E+05
+    0.486442382812E+04 0.205274105072E+01 0.186264514923E-08 0.000000000000E+00
+   -0.106099648438E+05 0.233182811737E+01 0.931322574616E-09 0.600000000000E+01
+    0.226763666992E+05 0.650928497314E+00-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 15 15  0.0-0.693369656801E-04-0.181898940355E-11 0.540000000000E+05
+    0.175687275391E+05-0.241967868805E+01 0.372529029846E-08 0.000000000000E+00
+    0.459489746094E+04 0.427446365356E+00 0.186264514923E-08-0.200000000000E+01
+    0.178978945312E+05 0.226524448395E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 15 15  0.0-0.140928663313E-03 0.909494701773E-12 0.540300000000E+05
+    0.249771870117E+05-0.424355506897E+00 0.186264514923E-08 0.000000000000E+00
+   -0.458252050781E+04-0.121668815613E+00 0.931322574616E-09-0.700000000000E+01
+    0.280156787109E+04 0.356107044220E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 15 15  0.0-0.927383080125E-04-0.909494701773E-12 0.540900000000E+05
+    0.177777207031E+05 0.191718292236E+01 0.000000000000E+00 0.000000000000E+00
+   -0.109913505859E+05-0.577864646912E+00 0.000000000000E+00 0.000000000000E+00
+   -0.145511088867E+05 0.278721904755E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 15 15  0.0-0.230760313570E-03-0.909494701773E-12 0.542400000000E+05
+   -0.176921586914E+05 0.240443515778E+01-0.279396772385E-08 0.000000000000E+00
+   -0.452901660156E+04-0.421941757202E+00-0.931322574615E-09-0.200000000000E+01
+   -0.178202685547E+05-0.228165245056E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 15 15  0.0-0.796820968390E-04 0.181898940355E-11 0.555300000000E+05
+   -0.248997661133E+05 0.437160491943E+00-0.186264514923E-08 0.000000000000E+00
+    0.451272900391E+04 0.106820106506E+00-0.931322574615E-09-0.700000000000E+01
+   -0.293152880859E+04-0.356880664825E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 15 15  0.0 0.920221209526E-04 0.181898940355E-11 0.540300000000E+05
+   -0.178171987305E+05-0.189950656891E+01 0.000000000000E+00 0.000000000000E+00
+    0.111011909180E+05 0.626169204712E+00 0.000000000000E+00 0.000000000000E+00
+    0.145866938477E+05-0.278701686859E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 15 15  0.0-0.261378474534E-03 0.000000000000E+00 0.546600000000E+05
+   -0.126075986328E+05 0.922481536865E+00 0.931322574616E-09 0.000000000000E+00
+    0.777187695312E+04-0.269197082519E+01 0.000000000000E+00 0.400000000000E+01
+    0.207988129883E+05 0.155766963959E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 15 15  0.0-0.144913792610E-05-0.909494701773E-12 0.540900000000E+05
+   -0.103957788086E+05 0.454199790955E+00 0.000000000000E+00 0.000000000000E+00
+    0.219519594727E+05-0.950365066528E+00 0.000000000000E+00 0.253000000000E+03
+    0.761166308594E+04 0.338533020020E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 15 15  0.0-0.895494595170E-04-0.909494701773E-12 0.540300000000E+05
+   -0.232715234375E+04-0.248044967651E+00 0.000000000000E+00 0.000000000000E+00
+    0.233511352539E+05 0.135714054108E+01-0.931322574615E-09 0.300000000000E+01
+   -0.999552099609E+04 0.322686290741E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1 15 15  0.0-0.651217997074E-04 0.000000000000E+00 0.542700000000E+05
+    0.733988720703E+04-0.833850860596E+00-0.931322574615E-09 0.000000000000E+00
+    0.108814780273E+05 0.287921810150E+01-0.931322574615E-09 0.200000000000E+01
+   -0.218474057617E+05 0.115938568115E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 15 15  0.0-0.143474899232E-03-0.909494701773E-12 0.540300000000E+05
+    0.125543862305E+05-0.898757934570E+00-0.931322574615E-09 0.000000000000E+00
+   -0.762682763672E+04 0.271111202240E+01 0.000000000000E+00 0.400000000000E+01
+   -0.208264370117E+05-0.154376220703E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 15 15  0.0-0.201701186597E-03-0.181898940355E-11 0.540000000000E+05
+    0.104076689453E+05-0.468877792358E+00-0.931322574616E-09 0.000000000000E+00
+   -0.221032089844E+05 0.936006546021E+00 0.000000000000E+00-0.300000000000E+01
+   -0.751242871094E+04-0.337413120270E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 15 15  0.0-0.200350768864E-03 0.545696821064E-11 0.540000000000E+05
+    0.208602587891E+04 0.277249336243E+00 0.000000000000E+00 0.000000000000E+00
+   -0.231428291016E+05-0.142839336395E+01 0.000000000000E+00 0.300000000000E+01
+    0.105704096680E+05-0.318010711670E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 15 45  0.0 0.205021351576E-04-0.272848410532E-11 0.571200000000E+05
+   -0.186513364258E+05 0.108318328857E+00-0.186264514923E-08 0.000000000000E+00
+   -0.172623496094E+05 0.317193984985E+00 0.000000000000E+00 0.100000000000E+01
+    0.210234375000E+04 0.356090736389E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 15 45  0.0-0.344328582287E-04-0.272848410532E-11 0.558600000000E+05
+   -0.194303862305E+05-0.162059974670E+01-0.279396772385E-08 0.000000000000E+00
+   -0.746583740234E+04-0.121164226532E+01 0.000000000000E+00 0.500000000000E+01
+   -0.147492070313E+05 0.274871826172E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 15 45  0.0 0.635897740722E-04-0.545696821064E-11 0.558600000000E+05
+   -0.118932397461E+05-0.236304569244E+01-0.279396772385E-08 0.000000000000E+00
+    0.432716064453E+04-0.187340068817E+01-0.931322574615E-09 0.600000000000E+01
+   -0.222578286133E+05 0.906275749207E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 15 45  0.0-0.169363804161E-03 0.000000000000E+00 0.558300000000E+05
+    0.181699199219E+05-0.359902381897E+00 0.931322574616E-09 0.000000000000E+00
+    0.173930649414E+05-0.449743270874E+00 0.000000000000E+00 0.100000000000E+01
+   -0.425511914062E+04-0.349397754669E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 15 45  0.0-0.892700627446E-04 0.181898940355E-11 0.558000000000E+05
+    0.200346020508E+05 0.160141849518E+01 0.372529029846E-08 0.000000000000E+00
+    0.670310498047E+04 0.112700653076E+01 0.931322574616E-09 0.500000000000E+01
+    0.142578818359E+05-0.277787017822E+01 0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1 15 45  0.0-0.102109275758E-03 0.000000000000E+00 0.558000000000E+05
+    0.890456347656E+04 0.240041160584E+01 0.279396772385E-08 0.000000000000E+00
+   -0.664910546875E+04 0.203159141540E+01 0.931322574616E-09 0.600000000000E+01
+    0.229560322266E+05-0.342194557190E+00-0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1 15 45  0.0-0.693406909704E-04-0.181898940355E-11 0.558000000000E+05
+    0.128667221680E+05-0.275577735901E+01 0.372529029846E-08 0.000000000000E+00
+    0.581879980469E+04 0.940311431885E+00 0.931322574616E-09-0.200000000000E+01
+    0.212298662109E+05 0.141289615631E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 15 45  0.0-0.140926800668E-03 0.909494701773E-12 0.558300000000E+05
+    0.234690625000E+05-0.122661495209E+01 0.279396772385E-08 0.000000000000E+00
+   -0.449640234375E+04 0.252107620239E+00 0.931322574616E-09-0.700000000000E+01
+    0.902118994141E+04 0.330490589142E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 15 45  0.0-0.927411019802E-04-0.909494701773E-12 0.558900000000E+05
+    0.205130180664E+05 0.110606861115E+01 0.000000000000E+00 0.000000000000E+00
+   -0.120764814453E+05-0.586014747620E+00 0.000000000000E+00 0.000000000000E+00
+   -0.903385742188E+04 0.330312156677E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 15 45  0.0-0.230762176216E-03-0.909494701773E-12 0.561600000000E+05
+   -0.130136811523E+05 0.274509143829E+01-0.279396772385E-08 0.000000000000E+00
+   -0.574228710938E+04-0.934288978577E+00-0.931322574615E-09-0.200000000000E+01
+   -0.211861206055E+05-0.143397235870E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 15 45  0.0-0.796774402261E-04 0.272848410532E-11 0.562800000000E+05
+   -0.233670112305E+05 0.124061107635E+01-0.279396772385E-08 0.000000000000E+00
+    0.439762841797E+04-0.269302368164E+00-0.931322574615E-09-0.700000000000E+01
+   -0.915830078125E+04-0.330476188660E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1 15 45  0.0 0.920258462429E-04 0.181898940355E-11 0.558300000000E+05
+   -0.205173950195E+05-0.108560085297E+01-0.931322574616E-09 0.000000000000E+00
+    0.122698627930E+05 0.630187034607E+00 0.000000000000E+00 0.000000000000E+00
+    0.907427832031E+04-0.329831886291E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 15 45  0.0-0.261379405856E-03 0.000000000000E+00 0.564600000000E+05
+   -0.112525024414E+05 0.559343338013E+00 0.931322574616E-09 0.000000000000E+00
+    0.255033251953E+04-0.306459712982E+01 0.000000000000E+00 0.400000000000E+01
+    0.227645576172E+05 0.612135887146E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 15 45  0.0-0.145100057125E-05-0.909494701773E-12 0.558900000000E+05
+   -0.956097607422E+04 0.432143211365E+00 0.931322574616E-09 0.000000000000E+00
+    0.194821552734E+05-0.177863025665E+01 0.000000000000E+00-0.300000000000E+01
+    0.133300766602E+05 0.292711257935E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1 15 45  0.0-0.895513221622E-04-0.909494701773E-12 0.558300000000E+05
+   -0.244005273438E+04 0.879888534546E-01 0.000000000000E+00 0.000000000000E+00
+    0.250933588867E+05 0.554127693176E+00-0.931322574615E-09 0.300000000000E+01
+   -0.387571728516E+04 0.352875232697E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 15 45  0.0-0.651227310300E-04 0.000000000000E+00 0.561900000000E+05
+    0.629132910156E+04-0.338506698608E+00-0.931322574615E-09 0.000000000000E+00
+    0.158390209961E+05 0.257935905457E+01-0.931322574615E-09 0.200000000000E+01
+   -0.189407329102E+05 0.204936504364E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 15 45  0.0-0.143477693200E-03-0.909494701773E-12 0.558300000000E+05
+    0.112447070313E+05-0.533043861389E+00-0.931322574615E-09 0.000000000000E+00
+   -0.238027246094E+04 0.307272529602E+01 0.000000000000E+00 0.400000000000E+01
+   -0.227625820313E+05-0.593791961670E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 15 45  0.0-0.201704911888E-03-0.181898940355E-11 0.570300000000E+05
+    0.954726660156E+04-0.446122169495E+00-0.931322574615E-09 0.000000000000E+00
+   -0.196603906250E+05 0.176388835907E+01 0.000000000000E+00-0.300000000000E+01
+   -0.132188950195E+05-0.292527389526E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1 15 45  0.0-0.200340524316E-03 0.545696821064E-11 0.558000000000E+05
+    0.224049023438E+04-0.718288421631E-01 0.000000000000E+00 0.000000000000E+00
+   -0.250265307617E+05-0.638728141785E+00 0.000000000000E+00 0.300000000000E+01
+    0.451227246094E+04-0.350754451752E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 16 15  0.0 0.204956158996E-04-0.272848410532E-11 0.578400000000E+05
+   -0.177817753906E+05 0.872290611267E+00-0.931322574616E-09 0.000000000000E+00
+   -0.162599033203E+05 0.757460594177E+00 0.000000000000E+00 0.100000000000E+01
+    0.834771044922E+04 0.333327960968E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 16 15  0.0-0.344375148416E-04-0.272848410532E-11 0.576300000000E+05
+   -0.219652080078E+05-0.115303325653E+01-0.279396772385E-08 0.000000000000E+00
+   -0.905061914063E+04-0.560832977295E+00 0.000000000000E+00 0.500000000000E+01
+   -0.929539355469E+04 0.327175045013E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 16 15  0.0 0.635776668787E-04-0.545696821064E-11 0.576600000000E+05
+   -0.161517377930E+05-0.232162094116E+01-0.372529029846E-08 0.000000000000E+00
+    0.141772119141E+04-0.134503173828E+01 0.000000000000E+00 0.600000000000E+01
+   -0.197962119141E+05 0.181157016754E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 16 15  0.0-0.169364735484E-03 0.000000000000E+00 0.588000000000E+05
+    0.168423598633E+05-0.112352466583E+01 0.000000000000E+00 0.000000000000E+00
+    0.162119941406E+05-0.821910858154E+00 0.000000000000E+00 0.100000000000E+01
+   -0.102989379883E+05-0.317808532715E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 16 15  0.0-0.892663374543E-04 0.181898940355E-11 0.576300000000E+05
+    0.224976303711E+05 0.109451198578E+01 0.372529029846E-08 0.000000000000E+00
+    0.816713525391E+04 0.513701438904E+00 0.000000000000E+00 0.500000000000E+01
+    0.876995751953E+04-0.328011226654E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 16 15  0.0-0.102107413113E-03 0.000000000000E+00 0.576000000000E+05
+    0.133558247070E+05 0.249923992157E+01 0.372529029846E-08 0.000000000000E+00
+   -0.340607617188E+04 0.154920196533E+01 0.931322574616E-09 0.600000000000E+01
+    0.214604272461E+05-0.130878734589E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 16 15  0.0-0.693500041962E-04-0.181898940355E-11 0.576000000000E+05
+    0.782990869141E+04-0.279016399383E+01 0.372529029846E-08 0.000000000000E+00
+    0.797517871094E+04 0.144504547119E+01 0.000000000000E+00-0.200000000000E+01
+    0.229186196289E+05 0.451329231262E+00-0.931322574616E-09 0.000000000000E+00
+10 09  4  1 16 15  0.0-0.140924938023E-03 0.909494701773E-12 0.576300000000E+05
+    0.206787065430E+05-0.183439636230E+01 0.372529029846E-08 0.000000000000E+00
+   -0.357160742188E+04 0.796969413757E+00 0.931322574616E-09-0.700000000000E+01
+    0.145459160156E+05 0.279387283325E+01 0.931322574616E-09 0.000000000000E+00
+11 09  4  1 16 15  0.0-0.927438959479E-04-0.909494701773E-12 0.578400000000E+05
+    0.217375439453E+05 0.258351325989E+00 0.931322574616E-09 0.000000000000E+00
+   -0.129469746094E+05-0.339018821716E+00 0.000000000000E+00 0.000000000000E+00
+   -0.281421093750E+04 0.356247138977E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 16 15  0.0-0.230764038861E-03-0.909494701773E-12 0.580800000000E+05
+   -0.799120947266E+04 0.278502368927E+01-0.279396772385E-08 0.000000000000E+00
+   -0.788876416016E+04-0.144040298462E+01 0.000000000000E+00-0.200000000000E+01
+   -0.229161040039E+05-0.475797653198E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 16 15  0.0-0.796718522906E-04 0.272848410532E-11 0.580500000000E+05
+   -0.205530708008E+05 0.184600639343E+01-0.279396772385E-08 0.000000000000E+00
+    0.344090332031E+04-0.814869880676E+00 0.000000000000E+00-0.700000000000E+01
+   -0.146746430664E+05-0.278467369080E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1 16 15  0.0 0.920286402106E-04 0.181898940355E-11 0.576300000000E+05
+   -0.217061708984E+05-0.239772796631E+00-0.186264514923E-08 0.000000000000E+00
+    0.132149296875E+05 0.377526283264E+00 0.000000000000E+00 0.000000000000E+00
+    0.286519189453E+04-0.355618476868E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 16 15  0.0-0.261381268501E-03-0.909494701773E-12 0.576000000000E+05
+   -0.106499687500E+05 0.103391647339E+00 0.931322574616E-09 0.000000000000E+00
+   -0.308377197266E+04-0.314387702942E+01 0.000000000000E+00 0.400000000000E+01
+    0.229732685547E+05-0.381984710693E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 16 15  0.0-0.145286321640E-05 0.000000000000E+00 0.577200000000E+05
+   -0.897687988281E+04 0.183454513550E+00 0.931322574616E-09 0.100000000000E+01
+    0.156368730469E+05-0.246099090576E+01 0.000000000000E+00-0.300000000000E+01
+    0.180131982422E+05 0.224270057678E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 16 15  0.0-0.895531848073E-04-0.909494701773E-12 0.577800000000E+05
+   -0.214896972656E+04 0.194517135620E+00 0.000000000000E+00 0.000000000000E+00
+    0.252905156250E+05-0.340828895569E+00 0.000000000000E+00 0.300000000000E+01
+    0.254381738281E+04 0.355774021149E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 16 15  0.0-0.651236623526E-04 0.000000000000E+00 0.580800000000E+05
+    0.606374218750E+04 0.616178512573E-01-0.931322574615E-09 0.000000000000E+00
+    0.200008188477E+05 0.200369739532E+01-0.931322574615E-09 0.200000000000E+01
+   -0.145648969727E+05 0.278107643127E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 16 15  0.0-0.143480487168E-03-0.909494701773E-12 0.576300000000E+05
+    0.106895615234E+05-0.776042938232E-01-0.931322574615E-09 0.000000000000E+00
+    0.325705957031E+04 0.313930988312E+01 0.000000000000E+00 0.400000000000E+01
+   -0.229374741211E+05 0.400438308716E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 16 15  0.0-0.201709568501E-03-0.181898940355E-11 0.580500000000E+05
+    0.893811181641E+04-0.197282791138E+00-0.931322574615E-09 0.000000000000E+00
+   -0.158379062500E+05 0.245127582550E+01 0.000000000000E+00-0.300000000000E+01
+   -0.179071782227E+05-0.224994945526E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 16 15  0.0-0.200330279767E-03 0.545696821064E-11 0.576000000000E+05
+    0.196399707031E+04-0.194745063782E+00 0.000000000000E+00 0.000000000000E+00
+   -0.253813188477E+05 0.251927375793E+00 0.000000000000E+00 0.300000000000E+01
+   -0.189397412109E+04-0.356438827515E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 16 45  0.0 0.204900279641E-04-0.272848410532E-11 0.594000000000E+05
+   -0.154928979492E+05 0.166628742218E+01 0.000000000000E+00 0.000000000000E+00
+   -0.146874233398E+05 0.946025848389E+00 0.000000000000E+00 0.100000000000E+01
+    0.139469667969E+05 0.284768581390E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 16 45  0.0-0.344431027770E-04-0.272848410532E-11 0.594600000000E+05
+   -0.234448486328E+05-0.459339141846E+00-0.186264514923E-08 0.000000000000E+00
+   -0.955688623047E+04-0.292768478394E-01 0.000000000000E+00 0.500000000000E+01
+   -0.312301660156E+04 0.354192352295E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 16 45  0.0 0.635664910078E-04-0.636646291241E-11 0.594600000000E+05
+   -0.200795488281E+05-0.199582767487E+01-0.279396772385E-08 0.000000000000E+00
+   -0.495753906250E+03-0.784715652466E+00 0.000000000000E+00 0.600000000000E+01
+   -0.158184809570E+05 0.258001041412E+01-0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 16 45  0.0-0.169364735484E-03 0.000000000000E+00 0.596700000000E+05
+    0.141286708984E+05-0.188133907318E+01 0.000000000000E+00 0.000000000000E+00
+    0.145870161133E+05-0.940868377686E+00 0.000000000000E+00 0.100000000000E+01
+   -0.155500961914E+05-0.261924457550E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 16 45  0.0-0.892626121640E-04 0.181898940355E-11 0.594300000000E+05
+    0.238475869141E+05 0.376719474793E+00 0.279396772385E-08 0.000000000000E+00
+    0.863132080078E+04 0.309772491455E-01 0.000000000000E+00 0.500000000000E+01
+    0.260245361328E+04-0.352806186676E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 16 45  0.0-0.102106481790E-03 0.000000000000E+00 0.594000000000E+05
+    0.177271000977E+05 0.230840110779E+01 0.372529029846E-08 0.000000000000E+00
+   -0.112125195312E+04 0.985021591187E+00 0.000000000000E+00 0.600000000000E+01
+    0.183053110352E+05-0.217412471771E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 16 45  0.0-0.693537294865E-04-0.181898940355E-11 0.594000000000E+05
+    0.299540136719E+04-0.253725910187E+01 0.279396772385E-08 0.000000000000E+00
+    0.109507377930E+05 0.183330345154E+01 0.000000000000E+00-0.200000000000E+01
+    0.228337622070E+05-0.544965744019E+00-0.931322574616E-09 0.000000000000E+00
+10 09  4  1 16 45  0.0-0.140924006700E-03 0.000000000000E+00 0.594300000000E+05
+    0.170244990234E+05-0.217818832398E+01 0.372529029846E-08 0.000000000000E+00
+   -0.158036865234E+04 0.141946983337E+01 0.000000000000E+00-0.700000000000E+01
+    0.189491767578E+05 0.206680488586E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 16 45  0.0-0.927466899157E-04-0.909494701773E-12 0.594000000000E+05
+    0.214915058594E+05-0.509206771851E+00 0.279396772385E-08 0.000000000000E+00
+   -0.131556254883E+05 0.142051696777E+00 0.000000000000E+00 0.000000000000E+00
+    0.362434765625E+04 0.354473972321E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 16 45  0.0-0.230765901506E-03-0.909494701773E-12 0.595500000000E+05
+   -0.316072265625E+04 0.253789329529E+01-0.279396772385E-08 0.000000000000E+00
+   -0.108587299805E+05-0.183205318451E+01 0.000000000000E+00-0.200000000000E+01
+   -0.228769677734E+05 0.518994331360E+00 0.931322574615E-09 0.000000000000E+00
+14 09  4  1 16 45  0.0-0.796671956778E-04 0.272848410532E-11 0.596700000000E+05
+   -0.168825664063E+05 0.218425559998E+01-0.372529029846E-08 0.000000000000E+00
+    0.141882666016E+04-0.143531227112E+01 0.000000000000E+00-0.700000000000E+01
+   -0.190537094727E+05-0.204944610596E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 16 45  0.0 0.920323655009E-04 0.181898940355E-11 0.603900000000E+05
+   -0.214309140625E+05 0.522718429565E+00-0.279396772385E-08 0.000000000000E+00
+    0.134871069336E+05-0.110114097595E+00 0.000000000000E+00 0.000000000000E+00
+   -0.356379931641E+04-0.354109477997E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 16 45  0.0-0.261383131146E-03-0.909494701773E-12 0.594000000000E+05
+   -0.108716440430E+05-0.338239669800E+00 0.931322574616E-09 0.000000000000E+00
+   -0.858115429688E+04-0.291395092011E+01 0.000000000000E+00 0.400000000000E+01
+    0.214062788086E+05-0.134805107117E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 16 45  0.0-0.145379453897E-05 0.000000000000E+00 0.594300000000E+05
+   -0.899761328125E+04-0.226030349731E+00 0.931322574616E-09 0.100000000000E+01
+    0.107661831055E+05-0.290526008606E+01 0.000000000000E+00-0.300000000000E+01
+    0.213003115234E+05 0.138624477386E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 16 45  0.0-0.895550474525E-04-0.909494701773E-12 0.609600000000E+05
+   -0.188759716797E+04 0.562410354614E-01 0.000000000000E+00 0.000000000000E+00
+    0.238814404297E+05-0.121079349518E+01 0.000000000000E+00 0.300000000000E+01
+    0.876666210938E+04 0.331163883209E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 16 45  0.0-0.651245936751E-04 0.000000000000E+00 0.594300000000E+05
+    0.640274902344E+04 0.278896331787E+00 0.000000000000E+00 0.000000000000E+00
+    0.229292475586E+05 0.122395896912E+01 0.000000000000E+00 0.200000000000E+01
+   -0.905850390625E+04 0.329727649689E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1 16 45  0.0-0.143482349813E-03-0.909494701773E-12 0.594300000000E+05
+    0.109547114258E+05 0.360270500183E+00-0.931322574615E-09 0.000000000000E+00
+    0.873563769531E+04 0.289812946320E+01 0.000000000000E+00 0.400000000000E+01
+   -0.213406118164E+05 0.136209011078E+01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 16 45  0.0-0.201714225113E-03-0.272848410532E-11 0.595500000000E+05
+    0.893466162109E+04 0.213227272034E+00-0.186264514923E-08 0.000000000000E+00
+   -0.109767539063E+05 0.290491390228E+01 0.000000000000E+00-0.300000000000E+01
+   -0.212131757813E+05-0.139920330048E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 16 45  0.0-0.200320035219E-03 0.545696821064E-11 0.594000000000E+05
+    0.168729833984E+04-0.727109909058E-01-0.931322574616E-09 0.000000000000E+00
+   -0.241285703125E+05 0.112767982483E+01 0.000000000000E+00 0.300000000000E+01
+   -0.815407275391E+04-0.334618949890E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 17 15  0.0 0.204844400287E-04-0.272848410532E-11 0.612000000000E+05
+   -0.118344829102E+05 0.237505531311E+01 0.931322574616E-09 0.000000000000E+00
+   -0.130086665039E+05 0.878683090210E+00 0.000000000000E+00 0.100000000000E+01
+    0.184668637695E+05 0.214180660248E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 17 15  0.0-0.344486907124E-04-0.272848410532E-11 0.612300000000E+05
+   -0.235331679688E+05 0.376272201538E+00-0.931322574616E-09 0.000000000000E+00
+   -0.927682519531E+04 0.302213668823E+00 0.000000000000E+00 0.500000000000E+01
+    0.329080224609E+04 0.353826427460E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 17 15  0.0 0.635543838143E-04-0.636646291241E-11 0.612600000000E+05
+   -0.231794213867E+05-0.140928936005E+01-0.279396772385E-08 0.000000000000E+00
+   -0.145150976563E+04-0.297618865967E+00 0.000000000000E+00 0.600000000000E+01
+   -0.106261704102E+05 0.315226554871E+01-0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 17 15  0.0-0.169364735484E-03 0.000000000000E+00 0.612300000000E+05
+    0.101393134766E+05-0.252338695526E+01-0.186264514923E-08 0.000000000000E+00
+    0.129718027344E+05-0.816347122192E+00 0.000000000000E+00 0.100000000000E+01
+   -0.196087846680E+05-0.186182212830E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 17 15  0.0-0.892588868737E-04 0.181898940355E-11 0.612300000000E+05
+    0.237796733398E+05-0.463918685913E+00 0.186264514923E-08 0.000000000000E+00
+    0.840187939453E+04-0.247683525085E+00 0.000000000000E+00 0.500000000000E+01
+   -0.376665087891E+04-0.350270271301E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 17 15  0.0-0.102098099887E-03 0.000000000000E+00 0.612000000000E+05
+    0.214940585938E+05 0.183241939545E+01 0.372529029846E-08 0.000000000000E+00
+    0.157169921875E+03 0.449150085449E+00 0.000000000000E+00 0.600000000000E+01
+    0.137347324219E+05-0.287131118774E+01 0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1 17 15  0.0-0.693574547768E-04-0.181898940355E-11 0.612300000000E+05
+   -0.116612939453E+04-0.205534744263E+01 0.186264514923E-08 0.000000000000E+00
+    0.144495278320E+05 0.201342964172E+01 0.000000000000E+00-0.200000000000E+01
+    0.209822426758E+05-0.149887371063E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 17 15  0.0-0.140922144055E-03 0.000000000000E+00 0.612300000000E+05
+    0.130126630859E+05-0.223117256165E+01 0.372529029846E-08 0.000000000000E+00
+    0.151842822266E+04 0.200857067108E+01 0.000000000000E+00-0.700000000000E+01
+    0.218898608398E+05 0.117923736572E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 17 15  0.0-0.927494838834E-04-0.909494701773E-12 0.612000000000E+05
+    0.200135825195E+05-0.109589767456E+01 0.372529029846E-08 0.000000000000E+00
+   -0.123329638672E+05 0.793055534363E+00 0.000000000000E+00 0.000000000000E+00
+    0.978101562500E+04 0.325134944916E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 17 15  0.0-0.230767764151E-03-0.909494701773E-12 0.621000000000E+05
+    0.100670166016E+04 0.206107044220E+01-0.186264514923E-08 0.000000000000E+00
+   -0.143596425781E+05-0.201727008820E+01 0.000000000000E+00-0.200000000000E+01
+   -0.210717993164E+05 0.147376155853E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 17 15  0.0-0.796616077423E-04 0.272848410532E-11 0.620700000000E+05
+   -0.128662158203E+05 0.222999572754E+01-0.279396772385E-08 0.000000000000E+00
+   -0.170426953125E+04-0.201923274994E+01 0.000000000000E+00-0.700000000000E+01
+   -0.219578164063E+05-0.115656185150E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 17 15  0.0 0.920360907912E-04 0.181898940355E-11 0.612900000000E+05
+   -0.199343808594E+05 0.110296726227E+01-0.279396772385E-08 0.000000000000E+00
+    0.127152973633E+05-0.768691062927E+00 0.000000000000E+00 0.000000000000E+00
+   -0.971917041016E+04-0.325406265259E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1 17 15  0.0-0.261384993792E-03-0.909494701773E-12 0.612000000000E+05
+   -0.117959843750E+05-0.661162376404E+00 0.931322574616E-09 0.000000000000E+00
+   -0.134061025391E+05-0.240561962128E+01 0.000000000000E+00 0.400000000000E+01
+    0.181822260742E+05-0.221113300324E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 17 15  0.0-0.145751982927E-05 0.000000000000E+00 0.624600000000E+05
+   -0.983027880859E+04-0.701233863831E+00 0.931322574616E-09 0.000000000000E+00
+    0.535526806641E+04-0.305550003052E+01 0.000000000000E+00-0.300000000000E+01
+    0.229405146484E+05 0.424763679504E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 17 15  0.0-0.895569100976E-04-0.909494701773E-12 0.612300000000E+05
+   -0.207622900391E+04-0.296882629394E+00 0.931322574616E-09 0.000000000000E+00
+    0.210151625977E+05-0.194232368469E+01 0.000000000000E+00 0.300000000000E+01
+    0.143117324219E+05 0.280956268310E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 17 15  0.0-0.651264563203E-04 0.000000000000E+00 0.613800000000E+05
+    0.692510937500E+04 0.259889602661E+00 0.000000000000E+00 0.000000000000E+00
+    0.243461669922E+05 0.343212127686E+00 0.000000000000E+00 0.200000000000E+01
+   -0.284867724609E+04 0.355752754211E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 17 15  0.0-0.143484212458E-03-0.909494701773E-12 0.612600000000E+05
+    0.119135395508E+05 0.677223205566E+00-0.931322574615E-09 0.000000000000E+00
+    0.135249799805E+05 0.238275909424E+01 0.000000000000E+00 0.400000000000E+01
+   -0.180979746094E+05 0.221732234955E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 17 15  0.0-0.201719813049E-03-0.272848410532E-11 0.620700000000E+05
+    0.974640332031E+04 0.691053390503E+00-0.186264514923E-08 0.000000000000E+00
+   -0.555655761719E+04 0.306615734100E+01 0.000000000000E+00-0.300000000000E+01
+   -0.228778901367E+05-0.438067436218E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 17 15  0.0-0.200310721993E-03 0.545696821064E-11 0.613200000000E+05
+    0.183421240234E+04 0.267897605896E+00-0.931322574615E-09 0.000000000000E+00
+   -0.213994550781E+05 0.187447261810E+01 0.000000000000E+00 0.300000000000E+01
+   -0.137848398438E+05-0.286962985992E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1 17 45  0.0 0.204779207707E-04-0.272848410532E-11 0.630000000000E+05
+   -0.705752099609E+04 0.289337825775E+01 0.186264514923E-08 0.000000000000E+00
+   -0.116541884766E+05 0.595899581909E+00 0.000000000000E+00 0.100000000000E+01
+    0.215578867188E+05 0.127038383484E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 17 45  0.0-0.344533473253E-04-0.272848410532E-11 0.630300000000E+05
+   -0.220705000000E+05 0.124457645416E+01 0.000000000000E+00 0.000000000000E+00
+   -0.861576855469E+04 0.390470504761E+00 0.000000000000E+00 0.500000000000E+01
+    0.945014257812E+04 0.326099777222E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 17 45  0.0 0.635413452983E-04-0.727595761418E-11 0.630600000000E+05
+   -0.250350336914E+05-0.627243995667E+00-0.186264514923E-08 0.000000000000E+00
+   -0.166532031250E+04 0.269651412964E-01 0.931322574615E-09 0.600000000000E+01
+   -0.461549902344E+04 0.348316669464E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 17 45  0.0-0.169363804162E-03 0.000000000000E+00 0.630300000000E+05
+    0.517124462891E+04-0.295518684387E+01-0.279396772385E-08 0.000000000000E+00
+    0.117640795898E+05-0.499728202820E+00 0.000000000000E+00 0.100000000000E+01
+   -0.221684306641E+05-0.964344978333E+00 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 17 45  0.0-0.892551615834E-04 0.181898940355E-11 0.646800000000E+05
+    0.221695024414E+05-0.131771469116E+01 0.000000000000E+00 0.000000000000E+00
+    0.788394921875E+04-0.287360191345E+00 0.000000000000E+00 0.500000000000E+01
+   -0.984424853516E+04-0.320633697510E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 17 45  0.0-0.102096237242E-03 0.000000000000E+00 0.630000000000E+05
+    0.241817866211E+05 0.112101268768E+01 0.279396772385E-08 0.000000000000E+00
+    0.573936035156E+03 0.428056716919E-01-0.931322574616E-09 0.600000000000E+01
+    0.810216748047E+04-0.334644985199E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 17 45  0.0-0.693611800671E-04-0.181898940355E-11 0.630300000000E+05
+   -0.432132373047E+04-0.143651294708E+01 0.000000000000E+00 0.000000000000E+00
+    0.180378359375E+05 0.192626857758E+01 0.000000000000E+00-0.200000000000E+01
+    0.175076923828E+05-0.233662605286E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 17 45  0.0-0.140921212733E-03 0.000000000000E+00 0.630300000000E+05
+    0.915576269531E+04-0.201314067841E+01 0.279396772385E-08 0.000000000000E+00
+    0.556395166016E+04 0.245410537720E+01-0.931322574616E-09-0.700000000000E+01
+    0.231388657227E+05 0.199309349060E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1 17 45  0.0-0.927522778511E-04-0.909494701773E-12 0.630000000000E+05
+    0.176966469727E+05-0.143343830109E+01 0.372529029846E-08 0.000000000000E+00
+   -0.102563779297E+05 0.151724338532E+01 0.000000000000E+00 0.000000000000E+00
+    0.151773583984E+05 0.270554924011E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1 17 45  0.0-0.230769626796E-03-0.909494701773E-12 0.639000000000E+05
+    0.417567724609E+04 0.144578742981E+01-0.931322574615E-09 0.000000000000E+00
+   -0.179602197266E+05-0.193613052368E+01 0.000000000000E+00-0.200000000000E+01
+   -0.176397685547E+05 0.231491184235E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 17 45  0.0-0.796560198069E-04 0.272848410532E-11 0.638700000000E+05
+   -0.901792138672E+04 0.200495338440E+01-0.279396772385E-08 0.000000000000E+00
+   -0.576240917969E+04-0.245717334747E+01 0.000000000000E+00-0.700000000000E+01
+   -0.231642524414E+05-0.175426483154E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 17 45  0.0 0.920388847589E-04 0.909494701773E-12 0.630900000000E+05
+   -0.176106118164E+05 0.143402099609E+01-0.279396772385E-08 0.000000000000E+00
+    0.106746992188E+05-0.150189018250E+01 0.931322574615E-09 0.000000000000E+00
+   -0.151277812500E+05-0.271659755707E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1 17 45  0.0-0.261387787759E-03-0.909494701773E-12 0.630000000000E+05
+   -0.131297333984E+05-0.781796455383E+00 0.000000000000E+00 0.000000000000E+00
+   -0.171173676758E+05-0.169161987305E+01 0.000000000000E+00 0.400000000000E+01
+    0.135486689453E+05-0.290386676788E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1 17 45  0.0-0.145751982927E-05 0.000000000000E+00 0.630000000000E+05
+   -0.114967158203E+05-0.113440418243E+01 0.931322574616E-09 0.000000000000E+00
+   -0.495981445312E+02-0.290060710907E+01 0.000000000000E+00-0.300000000000E+01
+    0.228110917969E+05-0.567278861999E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 17 45  0.0-0.895587727427E-04-0.909494701773E-12 0.630300000000E+05
+   -0.304381787109E+04-0.794786453247E+00 0.931322574616E-09 0.000000000000E+00
+    0.170279462891E+05-0.244363689423E+01 0.000000000000E+00 0.300000000000E+01
+    0.187505043945E+05 0.209041023254E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 17 45  0.0-0.651273876429E-04 0.000000000000E+00 0.640500000000E+05
+    0.718973828125E+04-0.525856018066E-02 0.000000000000E+00 0.000000000000E+00
+    0.241749521484E+05-0.520784378052E+00 0.000000000000E+00 0.200000000000E+01
+    0.358239013672E+04 0.354150295258E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 17 45  0.0-0.143486075103E-03 0.000000000000E+00 0.630600000000E+05
+    0.132703862305E+05 0.791505813599E+00-0.931322574615E-09 0.000000000000E+00
+    0.171930307617E+05 0.166746234894E+01 0.000000000000E+00 0.400000000000E+01
+   -0.134615507813E+05 0.290083885193E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 17 45  0.0-0.201725400984E-03-0.272848410532E-11 0.638700000000E+05
+    0.113977949219E+05 0.112794113159E+01-0.186264514923E-08 0.000000000000E+00
+   -0.123613281250E+03 0.292061614990E+01 0.000000000000E+00-0.300000000000E+01
+   -0.227684394531E+05 0.559247970581E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 17 45  0.0-0.200300477445E-03 0.454747350886E-11 0.630300000000E+05
+    0.274323046875E+04 0.760004043579E+00-0.931322574615E-09 0.000000000000E+00
+   -0.175149633789E+05 0.239829540253E+01 0.000000000000E+00 0.300000000000E+01
+   -0.183513168945E+05-0.217127227783E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 18 15  0.0 0.204723328352E-04-0.272848410532E-11 0.648000000000E+05
+   -0.158019238281E+04 0.314327621460E+01 0.279396772385E-08 0.000000000000E+00
+   -0.109465253906E+05 0.175422668457E+00 0.000000000000E+00 0.100000000000E+01
+    0.229812700195E+05 0.300922393799E+00-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 18 15  0.0-0.344589352608E-04-0.272848410532E-11 0.656700000000E+05
+   -0.191033466797E+05 0.202884197235E+01 0.000000000000E+00 0.000000000000E+00
+   -0.801712597656E+04 0.236901283264E+00 0.000000000000E+00 0.500000000000E+01
+    0.148786855469E+05 0.273154067993E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 18 15  0.0 0.635273754597E-04-0.727595761418E-11 0.653100000000E+05
+   -0.253781840820E+05 0.253086090088E+00-0.186264514923E-08 0.000000000000E+00
+   -0.148778173828E+04 0.130699157715E+00 0.931322574616E-09 0.600000000000E+01
+    0.175166992188E+04 0.354549121857E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 18 15  0.0-0.169361941516E-03 0.000000000000E+00 0.648300000000E+05
+   -0.333898925781E+03-0.311258411407E+01-0.279396772385E-08 0.000000000000E+00
+    0.112382275391E+05-0.746374130249E-01 0.931322574615E-09 0.100000000000E+01
+   -0.230372070313E+05 0.500965118408E-02 0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1 18 15  0.0-0.892505049706E-04 0.181898940355E-11 0.648600000000E+05
+    0.190965073242E+05-0.207098197937E+01 0.000000000000E+00 0.000000000000E+00
+    0.750615283203E+04-0.971813201904E-01 0.000000000000E+00 0.500000000000E+01
+   -0.151604804688E+05-0.266230487823E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 18 15  0.0-0.102094374597E-03 0.000000000000E+00 0.648300000000E+05
+    0.254403471680E+05 0.261485099793E+00 0.186264514923E-08 0.000000000000E+00
+    0.434935058594E+03-0.158742904663E+00-0.931322574616E-09 0.600000000000E+01
+    0.184317578125E+04-0.356282615662E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 18 15  0.0-0.693639740348E-04-0.181898940355E-11 0.648300000000E+05
+   -0.632161230469E+04-0.791065216064E+00 0.000000000000E+00 0.000000000000E+00
+    0.212130434570E+05 0.155559730530E+01 0.000000000000E+00-0.200000000000E+01
+    0.126792031250E+05-0.299349403381E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 18 15  0.0-0.140920281410E-03 0.000000000000E+00 0.648300000000E+05
+    0.589101074219E+04-0.158677482605E+01 0.186264514923E-08 0.000000000000E+00
+    0.102118994141E+05 0.266531276703E+01-0.931322574616E-09-0.700000000000E+01
+    0.225972954102E+05-0.797361373901E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1 18 15  0.0-0.927541404962E-04-0.909494701773E-12 0.648000000000E+05
+    0.150186987305E+05-0.149674129486E+01 0.372529029846E-08 0.000000000000E+00
+   -0.689499951172E+04 0.220132446289E+01-0.931322574616E-09 0.000000000000E+00
+    0.193950742188E+05 0.195042896271E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 18 15  0.0-0.230771489441E-03-0.909494701773E-12 0.649200000000E+05
+    0.619431787109E+04 0.801813125610E+00 0.000000000000E+00 0.000000000000E+00
+   -0.211585703125E+05-0.157132148743E+01 0.000000000000E+00-0.200000000000E+01
+   -0.128455141602E+05 0.297752094269E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 18 15  0.0-0.796495005488E-04 0.272848410532E-11 0.648900000000E+05
+   -0.577286230469E+04 0.157350826263E+01-0.186264514923E-08 0.000000000000E+00
+   -0.104083173828E+05-0.266001987457E+01 0.931322574615E-09-0.700000000000E+01
+   -0.225819047852E+05 0.818102836609E+00 0.931322574615E-09 0.000000000000E+00
+15 09  4  1 18 15  0.0 0.920426100492E-04 0.909494701773E-12 0.649500000000E+05
+   -0.149371069336E+05 0.149129867554E+01-0.279396772385E-08 0.000000000000E+00
+    0.733164501953E+04-0.219654941559E+01 0.931322574615E-09 0.000000000000E+00
+   -0.193726591797E+05-0.196923637390E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 18 15  0.0-0.261390581727E-03-0.909494701773E-12 0.648000000000E+05
+   -0.144593427734E+05-0.652088165283E+00 0.000000000000E+00 0.000000000000E+00
+   -0.194340537109E+05-0.874943733215E+00 0.000000000000E+00 0.400000000000E+01
+    0.786350683594E+04-0.337185096741E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1 18 15  0.0-0.145751982927E-05 0.000000000000E+00 0.648000000000E+05
+   -0.138272753906E+05-0.142360019684E+01 0.931322574616E-09 0.000000000000E+00
+   -0.492397412109E+04-0.247549724579E+01 0.000000000000E+00-0.300000000000E+01
+    0.209257314453E+05-0.151375579834E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 18 15  0.0-0.895606353879E-04-0.909494701773E-12 0.648300000000E+05
+   -0.496559521484E+04-0.133919048309E+01 0.931322574616E-09 0.000000000000E+00
+    0.123904487305E+05-0.265917778015E+01 0.000000000000E+00 0.300000000000E+01
+    0.217400898438E+05 0.120981121063E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 18 15  0.0-0.651283189654E-04 0.000000000000E+00 0.648300000000E+05
+    0.677908056641E+04-0.480886459351E+00 0.000000000000E+00 0.000000000000E+00
+    0.225498505859E+05-0.125470829010E+01-0.931322574616E-09 0.200000000000E+01
+    0.973539013672E+04 0.325063514710E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 18 15  0.0-0.143487006426E-03 0.000000000000E+00 0.648600000000E+05
+    0.146127670898E+05 0.656949996948E+00 0.000000000000E+00 0.000000000000E+00
+    0.194693354492E+05 0.855059623718E+00 0.000000000000E+00 0.400000000000E+01
+   -0.778950781250E+04 0.336067867279E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1 18 15  0.0-0.201731920242E-03-0.272848410532E-11 0.649200000000E+05
+    0.137198432617E+05 0.142035770416E+01-0.931322574615E-09 0.000000000000E+00
+    0.479213476563E+04 0.250061130524E+01 0.000000000000E+00-0.300000000000E+01
+   -0.208895683594E+05 0.151503658295E+01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 18 15  0.0-0.200291164219E-03 0.454747350886E-11 0.648300000000E+05
+    0.460349707031E+04 0.130711078644E+01-0.931322574615E-09 0.000000000000E+00
+   -0.129357006836E+05 0.264010524750E+01 0.000000000000E+00 0.300000000000E+01
+   -0.215002915039E+05-0.130480480194E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 18 45  0.0 0.204667448997E-04-0.272848410532E-11 0.666000000000E+05
+    0.407347167969E+04 0.308674240112E+01 0.372529029846E-08 0.000000000000E+00
+   -0.110445625000E+05-0.281339645386E+00-0.931322574616E-09 0.100000000000E+01
+    0.226273554688E+05-0.691566467285E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 18 45  0.0-0.344645231962E-04-0.272848410532E-11 0.666000000000E+05
+   -0.148809350586E+05 0.262362480164E+01 0.931322574616E-09 0.000000000000E+00
+   -0.788151171875E+04-0.113086700440E+00 0.000000000000E+00 0.500000000000E+01
+    0.191566103516E+05 0.199083805084E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 18 45  0.0 0.635134056210E-04-0.727595761418E-11 0.666300000000E+05
+   -0.241334423828E+05 0.111759567261E+01-0.931322574616E-09 0.000000000000E+00
+   -0.133856787109E+04-0.366306304932E-02 0.000000000000E+00 0.600000000000E+01
+    0.798268261719E+04 0.333256626129E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 18 45  0.0-0.169361010194E-03 0.000000000000E+00 0.670500000000E+05
+   -0.585417773438E+04-0.297166728973E+01-0.279396772385E-08 0.000000000000E+00
+    0.114995693359E+05 0.357399940491E+00 0.931322574615E-09 0.100000000000E+01
+   -0.221510288086E+05 0.973318099976E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 18 45  0.0-0.892467796803E-04 0.181898940355E-11 0.666300000000E+05
+    0.148345332031E+05-0.262432861328E+01-0.186264514923E-08 0.000000000000E+00
+    0.764195410156E+04 0.271638870239E+00 0.000000000000E+00 0.500000000000E+01
+   -0.193050834961E+05-0.191302871704E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 18 45  0.0-0.102093443275E-03 0.000000000000E+00 0.666300000000E+05
+    0.251007739258E+05-0.635105133057E+00 0.931322574616E-09 0.000000000000E+00
+    0.148251464844E+03-0.118829727173E+00-0.931322574616E-09 0.600000000000E+01
+   -0.455830810547E+04-0.350375747681E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 18 45  0.0-0.693676993251E-04-0.181898940355E-11 0.668100000000E+05
+   -0.721961083984E+04-0.229071617126E+00-0.931322574615E-09 0.000000000000E+00
+    0.234850566406E+05 0.931470870972E+00 0.000000000000E+00 0.254000000000E+03
+    0.687042333984E+04-0.341878509521E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 18 45  0.0-0.140920281410E-03 0.000000000000E+00 0.666300000000E+05
+    0.351184960938E+04-0.104682064056E+01 0.931322574616E-09 0.000000000000E+00
+    0.149840786133E+05 0.258637809753E+01-0.931322574616E-09-0.700000000000E+01
+    0.203047905273E+05-0.173346424103E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 18 45  0.0-0.927569344640E-04-0.909494701773E-12 0.666000000000E+05
+    0.124608847656E+05-0.130729770660E+01 0.372529029846E-08 0.000000000000E+00
+   -0.242267089844E+04 0.273434543610E+01-0.186264514923E-08 0.000000000000E+00
+    0.221086650391E+05 0.104529285431E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 18 45  0.0-0.230774283409E-03-0.909494701773E-12 0.668400000000E+05
+    0.711135839844E+04 0.239145278931E+00 0.931322574616E-09 0.000000000000E+00
+   -0.234632412109E+05-0.951716423035E+00 0.000000000000E+00-0.200000000000E+01
+   -0.705893554688E+04 0.341031742096E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 18 45  0.0-0.796439126134E-04 0.272848410532E-11 0.670200000000E+05
+   -0.342006005859E+04 0.103128528595E+01-0.931322574615E-09 0.000000000000E+00
+   -0.151642519531E+05-0.257399749756E+01 0.931322574615E-09-0.700000000000E+01
+   -0.202576245117E+05 0.174757003784E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 18 45  0.0 0.920444726944E-04 0.909494701773E-12 0.666600000000E+05
+   -0.123942539063E+05 0.129614067078E+01-0.279396772385E-08 0.000000000000E+00
+    0.285765332031E+04-0.274099445343E+01 0.931322574615E-09 0.000000000000E+00
+   -0.221248759766E+05-0.106868648529E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 18 45  0.0-0.261393375695E-03-0.909494701773E-12 0.666000000000E+05
+   -0.153238867188E+05-0.268324851990E+00 0.000000000000E+00 0.000000000000E+00
+   -0.202755625000E+05-0.720691680908E-01 0.000000000000E+00 0.400000000000E+01
+    0.156744531250E+04-0.357812690735E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 18 45  0.0-0.145658850670E-05 0.000000000000E+00 0.666000000000E+05
+   -0.164872661133E+05-0.149002456665E+01 0.931322574616E-09 0.000000000000E+00
+   -0.884351367188E+04-0.185485935211E+01 0.000000000000E+00-0.300000000000E+01
+    0.174323627930E+05-0.234255981445E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 18 45  0.0-0.895624980331E-04-0.909494701773E-12 0.666300000000E+05
+   -0.782675146484E+04-0.182024860382E+01 0.931322574616E-09 0.000000000000E+00
+    0.763376074219E+04-0.257819366455E+01 0.000000000000E+00 0.300000000000E+01
+    0.230496342773E+05 0.235805511475E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 18 45  0.0-0.651292502880E-04 0.000000000000E+00 0.666300000000E+05
+    0.537691210938E+04-0.109165191650E+01 0.931322574616E-09 0.000000000000E+00
+    0.197911406250E+05-0.176799774170E+01-0.931322574616E-09 0.200000000000E+01
+    0.151331875000E+05 0.270794677734E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 18 45  0.0-0.143488869071E-03 0.000000000000E+00 0.666600000000E+05
+    0.154836679688E+05 0.271009445190E+00 0.000000000000E+00 0.000000000000E+00
+    0.202819765625E+05 0.603218078613E-01 0.000000000000E+00 0.400000000000E+01
+   -0.151862011719E+04 0.356199264526E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 18 45  0.0-0.201738439500E-03-0.363797880709E-11 0.670200000000E+05
+    0.163752143555E+05 0.148759555817E+01-0.931322574615E-09 0.000000000000E+00
+    0.875756396484E+04 0.187989521027E+01 0.000000000000E+00-0.300000000000E+01
+   -0.173844218750E+05 0.235426807404E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 18 45  0.0-0.200280919671E-03 0.454747350886E-11 0.666300000000E+05
+    0.741592578125E+04 0.179956150055E+01-0.931322574615E-09 0.000000000000E+00
+   -0.818964550781E+04 0.258504867554E+01 0.000000000000E+00 0.300000000000E+01
+   -0.229876303711E+05-0.336963653564E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 19 15  0.0 0.204611569643E-04-0.272848410532E-11 0.684000000000E+05
+    0.935220214844E+04 0.273193454742E+01 0.372529029846E-08 0.000000000000E+00
+   -0.119163442383E+05-0.666851997376E+00-0.186264514923E-08 0.100000000000E+01
+    0.205239291992E+05-0.163036632538E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 19 15  0.0-0.344701111317E-04-0.272848410532E-11 0.684000000000E+05
+   -0.981912695312E+04 0.295173931122E+01 0.186264514923E-08 0.000000000000E+00
+   -0.849367724609E+04-0.578056335449E+00-0.931322574616E-09 0.500000000000E+01
+    0.219530869141E+05 0.109617710114E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 19 15  0.0 0.634985044599E-04-0.818545231596E-11 0.684300000000E+05
+   -0.214323852539E+05 0.185353088379E+01 0.000000000000E+00 0.000000000000E+00
+   -0.162833251953E+04-0.348926544189E+00 0.000000000000E+00 0.600000000000E+01
+    0.135923183594E+05 0.285936069488E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 19 15  0.0-0.169359147549E-03 0.000000000000E+00 0.690300000000E+05
+   -0.108640581055E+05-0.255239295959E+01-0.279396772385E-08 0.000000000000E+00
+    0.124672719727E+05 0.693993568420E+00 0.186264514923E-08 0.100000000000E+01
+   -0.195775859375E+05 0.186792564392E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 19 15  0.0-0.892421230674E-04 0.181898940355E-11 0.684300000000E+05
+    0.981124755859E+04-0.290853023529E+01-0.186264514923E-08 0.000000000000E+00
+    0.854105468750E+04 0.734829902649E+00 0.931322574615E-09 0.500000000000E+01
+   -0.219588745117E+05-0.101661014557E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 19 15  0.0-0.102091580629E-03 0.000000000000E+00 0.699600000000E+05
+    0.232022202148E+05-0.145171070099E+01 0.000000000000E+00 0.000000000000E+00
+    0.148057617188E+03 0.154458045959E+00 0.000000000000E+00 0.600000000000E+01
+   -0.106074433594E+05-0.317388153076E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 19 15  0.0-0.693714246154E-04-0.909494701773E-12 0.685500000000E+05
+   -0.725192822266E+04 0.157971382141E+00-0.186264514923E-08 0.000000000000E+00
+    0.244568383789E+05 0.125887870789E+00 0.931322574615E-09 0.254000000000E+03
+    0.530583984375E+03-0.357975292206E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 19 15  0.0-0.140920281410E-03 0.000000000000E+00 0.684300000000E+05
+    0.212416992188E+04-0.503905296326E+00 0.000000000000E+00 0.000000000000E+00
+    0.193412309570E+05 0.220633792877E+01 0.000000000000E+00-0.700000000000E+01
+    0.164371494141E+05-0.253602790832E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 19 15  0.0-0.927578657866E-04-0.909494701773E-12 0.684000000000E+05
+    0.104265600586E+05-0.928670883179E+00 0.279396772385E-08 0.000000000000E+00
+    0.280317578125E+04 0.302613544464E+01-0.186264514923E-08 0.000000000000E+00
+    0.231103876953E+05 0.607814788818E-01-0.931322574616E-09 0.000000000000E+00
+13 09  4  1 19 15  0.0-0.230776146054E-03-0.909494701773E-12 0.684000000000E+05
+    0.715987060547E+04-0.150275230408E+00 0.186264514923E-08 0.000000000000E+00
+   -0.244738579102E+05-0.148346900940E+00 0.000000000000E+00-0.200000000000E+01
+   -0.726844726562E+03 0.357967567444E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 19 15  0.0-0.796373933554E-04 0.272848410532E-11 0.690900000000E+05
+   -0.206034033203E+04 0.488754272461E+00 0.000000000000E+00 0.000000000000E+00
+   -0.194948940430E+05-0.218986034393E+01 0.000000000000E+00-0.700000000000E+01
+   -0.163720649414E+05 0.254170227051E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 19 15  0.0 0.920463353395E-04 0.909494701773E-12 0.684600000000E+05
+   -0.103851113281E+05 0.911853790283E+00-0.186264514923E-08 0.000000000000E+00
+   -0.238997167969E+04-0.304336261749E+01 0.186264514923E-08 0.000000000000E+00
+   -0.231691660156E+05-0.837621688843E-01 0.931322574615E-09 0.000000000000E+00
+17 09  4  1 19 15  0.0-0.261396169662E-03-0.909494701773E-12 0.684300000000E+05
+   -0.152972426758E+05 0.327554702759E+00 0.000000000000E+00 0.000000000000E+00
+   -0.197687919922E+05 0.606135368347E+00 0.931322574616E-09 0.400000000000E+01
+   -0.485044091797E+04-0.350629425049E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 19 15  0.0-0.145658850670E-05 0.000000000000E+00 0.684000000000E+05
+   -0.190314653320E+05-0.129144763947E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115451044922E+05-0.114064311981E+01 0.000000000000E+00-0.300000000000E+01
+    0.126011035156E+05-0.299084949493E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 19 15  0.0-0.895634293556E-04-0.909494701773E-12 0.691800000000E+05
+   -0.114183110352E+05-0.213517570496E+01 0.931322574616E-09 0.000000000000E+00
+    0.326652197266E+04-0.223594093323E+01 0.000000000000E+00 0.300000000000E+01
+    0.225780380859E+05-0.756403923035E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 19 15  0.0-0.651301816106E-04 0.000000000000E+00 0.684300000000E+05
+    0.282929443359E+04-0.173514556885E+01 0.931322574616E-09 0.000000000000E+00
+    0.163503906250E+05-0.200727081299E+01-0.931322574616E-09 0.200000000000E+01
+    0.193581733398E+05 0.195609092712E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 19 15  0.0-0.143489800394E-03 0.000000000000E+00 0.684300000000E+05
+    0.154619521484E+05-0.324385643005E+00 0.000000000000E+00 0.000000000000E+00
+    0.197625659180E+05-0.608436584473E+00-0.931322574616E-09 0.400000000000E+01
+    0.486898339844E+04 0.348953723908E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 19 15  0.0-0.201745890081E-03-0.363797880709E-11 0.691200000000E+05
+    0.189130869141E+05 0.128621768951E+01-0.931322574615E-09 0.000000000000E+00
+    0.115008378906E+05 0.116138553619E+01 0.000000000000E+00-0.300000000000E+01
+   -0.125241616211E+05 0.301072120667E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 19 15  0.0-0.200271606445E-03 0.454747350886E-11 0.684300000000E+05
+    0.109860996094E+05 0.213310241699E+01-0.931322574615E-09 0.000000000000E+00
+   -0.378968994141E+04 0.226443099976E+01 0.000000000000E+00 0.300000000000E+01
+   -0.226973159180E+05 0.657546043396E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 19 45  0.0 0.204620882869E-04-0.272848410532E-11 0.702000000000E+05
+    0.137605092773E+05 0.213181209564E+01 0.279396772385E-08 0.000000000000E+00
+   -0.133448115234E+05-0.885983467102E+00-0.279396772385E-08 0.100000000000E+01
+    0.168339565430E+05-0.244296646118E+01 0.931322574616E-09 0.000000000000E+00
+ 3 09  4  1 19 45  0.0-0.344756990671E-04-0.272848410532E-11 0.702000000000E+05
+   -0.443757958984E+04 0.297658634186E+01 0.279396772385E-08 0.000000000000E+00
+   -0.996952832031E+04-0.105457019806E+01-0.186264514923E-08 0.500000000000E+01
+    0.230518481445E+05 0.116736412048E+00-0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1 19 45  0.0 0.634826719761E-04-0.818545231596E-11 0.714000000000E+05
+   -0.175944160156E+05 0.236784744263E+01 0.931322574616E-09 0.000000000000E+00
+   -0.268140039062E+04-0.837697029114E+00 0.000000000000E+00 0.600000000000E+01
+    0.181413813477E+05 0.216177082062E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 19 45  0.0-0.169358216226E-03 0.000000000000E+00 0.703500000000E+05
+   -0.149115522461E+05-0.191544723511E+01-0.186264514923E-08 0.000000000000E+00
+    0.138883432617E+05 0.848960876465E+00 0.186264514923E-08 0.100000000000E+01
+   -0.155113725586E+05 0.262140274048E+01-0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1 19 45  0.0-0.892374664545E-04 0.181898940355E-11 0.702600000000E+05
+    0.454314453125E+04-0.289540195465E+01-0.186264514923E-08 0.000000000000E+00
+    0.102822998047E+05 0.118958187103E+01 0.186264514923E-08 0.500000000000E+01
+   -0.229180136719E+05-0.422744750977E-01 0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 19 45  0.0-0.102089717984E-03 0.000000000000E+00 0.702600000000E+05
+    0.199857822266E+05-0.208403873444E+01-0.931322574615E-09 0.000000000000E+00
+    0.814163574219E+03 0.609673500061E+00 0.000000000000E+00 0.600000000000E+01
+   -0.158367602539E+05-0.259877204895E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 19 45  0.0-0.693742185831E-04-0.909494701773E-12 0.717000000000E+05
+   -0.679144775391E+04 0.312255859375E+00-0.186264514923E-08 0.000000000000E+00
+    0.238906791992E+05-0.758498191833E+00 0.186264514923E-08-0.200000000000E+01
+   -0.585028320313E+04-0.346410179138E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1 19 45  0.0-0.140920281410E-03 0.000000000000E+00 0.702300000000E+05
+    0.163455859375E+04-0.656442642212E-01 0.000000000000E+00 0.000000000000E+00
+    0.227672421875E+05 0.156163501739E+01 0.000000000000E+00-0.700000000000E+01
+    0.112932124023E+05-0.314223194122E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 19 45  0.0-0.927597284317E-04 0.000000000000E+00 0.702000000000E+05
+    0.917498291016E+04-0.455001831055E+00 0.931322574616E-09 0.000000000000E+00
+    0.829308007812E+04 0.302221679688E+01-0.186264514923E-08 0.000000000000E+00
+    0.223256494141E+05-0.926784515381E+00-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 19 45  0.0-0.230778008699E-03-0.909494701773E-12 0.702000000000E+05
+    0.671037255859E+04-0.307814598083E+00 0.186264514923E-08 0.000000000000E+00
+   -0.239480219727E+05 0.736633300781E+00-0.931322574616E-09-0.200000000000E+01
+    0.566141552734E+04 0.347228622436E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 19 45  0.0-0.796308740973E-04 0.363797880709E-11 0.702900000000E+05
+   -0.159629492188E+04 0.525646209717E-01 0.000000000000E+00 0.000000000000E+00
+   -0.228903637695E+05-0.154480075836E+01 0.000000000000E+00-0.700000000000E+01
+   -0.112254599609E+05 0.313973331451E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 19 45  0.0 0.920481979847E-04 0.000000000000E+00 0.703200000000E+05
+   -0.916873925781E+04 0.432809829712E+00-0.186264514923E-08 0.000000000000E+00
+   -0.791826611328E+04-0.304694747925E+01 0.186264514923E-08 0.000000000000E+00
+   -0.224212749023E+05 0.909693717957E+00 0.931322574615E-09 0.000000000000E+00
+17 09  4  1 19 45  0.0-0.261398963630E-03-0.909494701773E-12 0.702300000000E+05
+   -0.140655458984E+05 0.105445575714E+01 0.000000000000E+00 0.000000000000E+00
+   -0.182213115234E+05 0.107256793976E+01 0.931322574615E-09 0.400000000000E+01
+   -0.108912592773E+05-0.316192913055E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 19 45  0.0-0.145565718412E-05 0.000000000000E+00 0.702000000000E+05
+   -0.209776254883E+05-0.829623222351E+00 0.000000000000E+00 0.000000000000E+00
+   -0.129613383789E+05-0.445349693298E+00 0.000000000000E+00-0.300000000000E+01
+    0.680341113281E+04-0.340954208374E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1 19 45  0.0-0.895652920008E-04-0.909494701773E-12 0.702000000000E+05
+   -0.153660024414E+05-0.220576286316E+01 0.931322574616E-09 0.000000000000E+00
+   -0.303278320312E+03-0.170735359192E+01 0.000000000000E+00 0.300000000000E+01
+    0.203617070312E+05-0.169021892548E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 19 45  0.0-0.651292502880E-04 0.000000000000E+00 0.702300000000E+05
+   -0.821692382812E+03-0.229907608032E+01 0.931322574616E-09 0.000000000000E+00
+    0.127351821289E+05-0.196440410614E+01-0.931322574616E-09 0.200000000000E+01
+    0.220846372070E+05 0.105381965637E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 19 45  0.0-0.143490731716E-03 0.000000000000E+00 0.702300000000E+05
+    0.142376738281E+05-0.104926300049E+01 0.000000000000E+00 0.000000000000E+00
+    0.182187177734E+05-0.106659793854E+01-0.931322574616E-09 0.400000000000E+01
+    0.108823178711E+05 0.314877510071E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1 19 45  0.0-0.201752409339E-03-0.363797880709E-11 0.708600000000E+05
+    0.208447231445E+05 0.818280220032E+00 0.000000000000E+00 0.000000000000E+00
+    0.129489223633E+05 0.459908485413E+00 0.000000000000E+00-0.300000000000E+01
+   -0.668700048828E+04 0.343251609802E+01 0.931322574616E-09 0.000000000000E+00
+23 09  4  1 19 45  0.0-0.200262293220E-03 0.454747350886E-11 0.702300000000E+05
+    0.149503583984E+05 0.222668266296E+01-0.931322574615E-09 0.000000000000E+00
+   -0.154486816406E+03 0.175012111664E+01 0.000000000000E+00 0.300000000000E+01
+   -0.206507031250E+05 0.160178089142E+01 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 20 15  0.0 0.204565003514E-04-0.272848410532E-11 0.720000000000E+05
+    0.169325546875E+05 0.137547302246E+01 0.279396772385E-08 0.000000000000E+00
+   -0.149654599609E+05-0.872450828552E+00-0.279396772385E-08 0.100000000000E+01
+    0.118429052734E+05-0.306663608551E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 20 15  0.0-0.344803556800E-04-0.272848410532E-11 0.720000000000E+05
+    0.719513183594E+03 0.270782566071E+01 0.279396772385E-08 0.000000000000E+00
+   -0.122321435547E+05-0.143492603302E+01-0.186264514923E-08 0.500000000000E+01
+    0.223678930664E+05-0.871756553650E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 20 15  0.0 0.634668394923E-04-0.818545231596E-11 0.720000000000E+05
+   -0.130768364258E+05 0.260250568390E+01 0.931322574616E-09 0.000000000000E+00
+   -0.467262988281E+04-0.137369060516E+01-0.931322574616E-09 0.600000000000E+01
+    0.212723334961E+05 0.129405117035E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 20 15  0.0-0.169357284904E-03 0.000000000000E+00 0.724200000000E+05
+   -0.176839111328E+05-0.115281486511E+01-0.186264514923E-08 0.000000000000E+00
+    0.153805019531E+05 0.766922950745E+00 0.186264514923E-08 0.100000000000E+01
+   -0.102600078125E+05 0.317623329163E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 20 15  0.0-0.892328098416E-04 0.181898940355E-11 0.720600000000E+05
+   -0.443143066406E+03-0.260194110870E+01-0.186264514923E-08 0.000000000000E+00
+    0.127558867188E+05 0.153213024139E+01 0.186264514923E-08 0.500000000000E+01
+   -0.221093276367E+05 0.934950828552E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 20 15  0.0-0.102088786662E-03 0.909494701773E-12 0.720600000000E+05
+    0.158560346680E+05-0.245717430115E+01-0.931322574615E-09 0.000000000000E+00
+    0.240077832031E+04 0.116069889069E+01 0.931322574615E-09 0.600000000000E+01
+   -0.198422666016E+05-0.182292079926E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 20 15  0.0-0.693770125508E-04-0.909494701773E-12 0.725100000000E+05
+   -0.627720507813E+04 0.219083786011E+00-0.186264514923E-08 0.000000000000E+00
+    0.217492084961E+05-0.160476303101E+01 0.186264514923E-08-0.200000000000E+01
+   -0.117792382813E+05-0.308090686798E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1 20 15  0.0-0.140919350088E-03 0.000000000000E+00 0.720300000000E+05
+    0.177260644531E+04 0.181776046753E+00-0.931322574616E-09 0.000000000000E+00
+    0.248508046875E+05 0.730748176575E+00 0.931322574616E-09-0.700000000000E+01
+    0.527185302734E+04-0.350451374054E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 20 15  0.0-0.927606597543E-04 0.000000000000E+00 0.720300000000E+05
+    0.878052343750E+04 0.543403625488E-02 0.000000000000E+00 0.000000000000E+00
+    0.134988867188E+05 0.271275615692E+01-0.931322574616E-09 0.000000000000E+00
+    0.198178852539E+05-0.184134864807E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 20 15  0.0-0.230779871345E-03-0.909494701773E-12 0.720000000000E+05
+    0.620120019531E+04-0.217792510986E+00 0.279396772385E-08 0.000000000000E+00
+   -0.218433017578E+05 0.158620548248E+01-0.186264514923E-08-0.200000000000E+01
+    0.116117812500E+05 0.309625816345E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1 20 15  0.0-0.796243548393E-04 0.363797880709E-11 0.720300000000E+05
+   -0.175560693359E+04-0.192346572876E+00 0.931322574616E-09 0.000000000000E+00
+   -0.249458505859E+05-0.716835021973E+00 0.000000000000E+00-0.700000000000E+01
+   -0.521450195312E+04 0.349592113495E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 20 15  0.0 0.920500606298E-04 0.000000000000E+00 0.720900000000E+05
+   -0.881819482422E+04-0.316972732544E-01-0.931322574615E-09 0.000000000000E+00
+   -0.131716889648E+05-0.273998928070E+01 0.931322574615E-09 0.000000000000E+00
+   -0.199355180664E+05 0.183455753326E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 20 15  0.0-0.261401757598E-03-0.909494701773E-12 0.720300000000E+05
+   -0.114866313477E+05 0.180535888672E+01-0.931322574615E-09 0.000000000000E+00
+   -0.160650834961E+05 0.127798461914E+01 0.931322574615E-09 0.400000000000E+01
+   -0.160857436523E+05-0.257214260101E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 20 15  0.0-0.145472586155E-05 0.000000000000E+00 0.720300000000E+05
+   -0.218870205078E+05-0.150588989258E+00 0.000000000000E+00 0.000000000000E+00
+   -0.132231186523E+05 0.126186370850E+00 0.000000000000E+00-0.300000000000E+01
+    0.484004394531E+03-0.356680774689E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 20 15  0.0-0.895671546459E-04-0.909494701773E-12 0.722100000000E+05
+   -0.191874628906E+05-0.199190425873E+01 0.000000000000E+00 0.000000000000E+00
+   -0.282903417969E+04-0.109423637390E+01 0.000000000000E+00 0.300000000000E+01
+    0.165717617188E+05-0.249351882935E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 20 15  0.0-0.651292502880E-04 0.000000000000E+00 0.720300000000E+05
+   -0.533709472656E+04-0.268008995056E+01 0.931322574616E-09 0.000000000000E+00
+    0.942603222656E+04-0.167702102661E+01-0.931322574616E-09 0.200000000000E+01
+    0.231036254883E+05 0.712432861328E-01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 20 15  0.0-0.143492594361E-03 0.000000000000E+00 0.720300000000E+05
+    0.116699360352E+05-0.179830455780E+01 0.000000000000E+00 0.000000000000E+00
+    0.160786357422E+05-0.126655960083E+01-0.931322574616E-09 0.400000000000E+01
+    0.160586835938E+05 0.256548595429E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 20 15  0.0-0.201758928597E-03-0.363797880709E-11 0.720300000000E+05
+    0.217269702148E+05 0.131775856018E+00 0.000000000000E+00 0.000000000000E+00
+    0.132317045898E+05-0.117104530334E+00 0.000000000000E+00-0.300000000000E+01
+   -0.328229492188E+03 0.358649349213E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 20 15  0.0-0.200252979994E-03 0.454747350886E-11 0.720300000000E+05
+    0.188309946289E+05 0.203653144836E+01-0.931322574615E-09 0.000000000000E+00
+    0.245440087891E+04 0.114228725433E+01 0.000000000000E+00 0.300000000000E+01
+   -0.170052036133E+05 0.242249870300E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 20 45  0.0 0.204509124160E-04-0.272848410532E-11 0.738000000000E+05
+    0.186848227539E+05 0.573604583740E+00 0.931322574616E-09 0.000000000000E+00
+   -0.163296254883E+05-0.600445747376E+00-0.279396772385E-08 0.100000000000E+01
+    0.593666699219E+04-0.345325469971E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 20 45  0.0-0.344859436154E-04-0.272848410532E-11 0.738000000000E+05
+    0.516611816406E+04 0.219946956634E+01 0.279396772385E-08 0.000000000000E+00
+   -0.150208637695E+05-0.162565422058E+01-0.279396772385E-08 0.500000000000E+01
+    0.199540566406E+05-0.179287052155E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 20 45  0.0 0.634510070086E-04-0.818545231596E-11 0.738000000000E+05
+   -0.840227392578E+04 0.254394149780E+01 0.186264514923E-08 0.000000000000E+00
+   -0.758970214844E+04-0.184826564789E+01-0.186264514923E-08 0.600000000000E+01
+    0.227387036133E+05 0.324508666992E+00-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 20 45  0.0-0.169357284904E-03 0.000000000000E+00 0.747000000000E+05
+   -0.190516284180E+05-0.373408317566E+00-0.931322574615E-09 0.000000000000E+00
+    0.164973061523E+05 0.433113098145E+00 0.186264514923E-08 0.100000000000E+01
+   -0.422249414063E+04 0.348905181885E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 20 45  0.0-0.892281532288E-04 0.181898940355E-11 0.747300000000E+05
+   -0.469037841797E+04-0.208712482452E+01-0.186264514923E-08 0.000000000000E+00
+    0.156778076172E+05 0.167548751831E+01 0.279396772385E-08 0.500000000000E+01
+   -0.195956513672E+05 0.183992862701E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 20 45  0.0-0.102086924016E-03 0.909494701773E-12 0.747600000000E+05
+    0.113166889648E+05-0.253731918335E+01-0.186264514923E-08 0.000000000000E+00
+    0.498645263672E+04 0.170126914978E+01 0.186264514923E-08 0.600000000000E+01
+   -0.223145800781E+05-0.906272888184E+00 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 20 45  0.0-0.693807378411E-04-0.909494701773E-12 0.746700000000E+05
+   -0.613368994141E+04-0.909700393677E-01-0.186264514923E-08 0.000000000000E+00
+    0.182043349609E+05-0.230045604706E+01 0.279396772385E-08-0.200000000000E+01
+   -0.167984692383E+05-0.245986461639E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 20 45  0.0-0.140919350088E-03 0.000000000000E+00 0.739800000000E+05
+    0.214356152344E+04 0.188400268555E+00-0.931322574615E-09 0.000000000000E+00
+    0.253508188477E+05-0.178255081177E+00 0.186264514923E-08 0.249000000000E+03
+   -0.115920507812E+04-0.359446620941E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 20 45  0.0-0.927625223994E-04 0.000000000000E+00 0.738300000000E+05
+    0.912386230469E+04 0.348815917969E+00 0.000000000000E+00 0.000000000000E+00
+    0.178967148438E+05 0.213418674469E+01 0.000000000000E+00 0.000000000000E+00
+    0.157828320312E+05-0.261289024353E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 20 45  0.0-0.230782665312E-03-0.909494701773E-12 0.738000000000E+05
+    0.605784863281E+04 0.900802612305E-01 0.279396772385E-08 0.000000000000E+00
+   -0.183272338867E+05 0.228727245331E+01-0.279396772385E-08-0.200000000000E+01
+    0.166637607422E+05 0.248054790497E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1 20 45  0.0-0.796178355813E-04 0.272848410532E-11 0.738300000000E+05
+   -0.214366943359E+04-0.196970939636E+00 0.931322574616E-09 0.000000000000E+00
+   -0.254249516602E+05 0.187432289123E+00-0.931322574616E-09-0.700000000000E+01
+    0.119794873047E+04 0.358295154571E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 20 45  0.0 0.920509919524E-04 0.000000000000E+00 0.738300000000E+05
+   -0.921042822266E+04-0.376255989075E+00 0.000000000000E+00 0.000000000000E+00
+   -0.176164648438E+05-0.215819168091E+01 0.931322574615E-09 0.000000000000E+00
+   -0.159016572266E+05 0.261846065521E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 20 45  0.0-0.261403620243E-03-0.909494701773E-12 0.747300000000E+05
+   -0.762121728516E+04 0.246502399445E+01-0.931322574615E-09 0.000000000000E+00
+   -0.137803715820E+05 0.121859931946E+01 0.931322574615E-09 0.400000000000E+01
+   -0.200312382813E+05-0.178331756592E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 20 45  0.0-0.145379453897E-05 0.000000000000E+00 0.747900000000E+05
+   -0.214389936523E+05 0.662200927734E+00 0.000000000000E+00 0.000000000000E+00
+   -0.126302617188E+05 0.493669509888E+00 0.931322574615E-09-0.300000000000E+01
+   -0.587247412109E+04-0.345039558411E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 20 45  0.0-0.895690172911E-04-0.909494701773E-12 0.738300000000E+05
+   -0.223684394531E+05-0.149888515472E+01 0.000000000000E+00 0.000000000000E+00
+   -0.425890820312E+04-0.508111953735E+00 0.000000000000E+00 0.300000000000E+01
+    0.115009121094E+05-0.310419940949E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 20 45  0.0-0.651292502880E-04 0.000000000000E+00 0.738300000000E+05
+   -0.103131977539E+05-0.280107021332E+01 0.931322574616E-09 0.000000000000E+00
+    0.679937207031E+04-0.122138595581E+01-0.931322574616E-09 0.200000000000E+01
+    0.223385009766E+05-0.915690422058E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 20 45  0.0-0.143493525684E-03-0.909494701773E-12 0.738300000000E+05
+    0.781772753906E+04-0.245777034759E+01 0.000000000000E+00 0.000000000000E+00
+    0.138169145508E+05-0.120500850678E+01-0.931322574616E-09 0.400000000000E+01
+    0.199987978516E+05 0.178392887116E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 20 45  0.0-0.201765447855E-03-0.272848410532E-11 0.738300000000E+05
+    0.212393530273E+05-0.686840057373E+00 0.000000000000E+00 0.000000000000E+00
+    0.126520571289E+05-0.487589836121E+00-0.931322574616E-09-0.300000000000E+01
+    0.605621923828E+04 0.346096324921E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 20 45  0.0-0.200243666768E-03 0.454747350886E-11 0.745800000000E+05
+    0.221115986328E+05 0.156414794922E+01-0.931322574615E-09 0.000000000000E+00
+    0.396870458984E+04 0.552460670471E+00 0.000000000000E+00 0.300000000000E+01
+   -0.120423974609E+05 0.305588626862E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 21 15  0.0 0.204453244805E-04-0.272848410532E-11 0.756000000000E+05
+    0.190390659180E+05-0.159548759460E+00 0.931322574616E-09 0.000000000000E+00
+   -0.169828359375E+05-0.895099639893E-01-0.186264514923E-08 0.100000000000E+01
+   -0.428280761719E+03-0.357301712036E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 21 15  0.0-0.344915315509E-04-0.272848410532E-11 0.756000000000E+05
+    0.854696093750E+04 0.154072093964E+01 0.186264514923E-08 0.000000000000E+00
+   -0.179320371094E+05-0.156369209290E+01-0.372529029846E-08 0.500000000000E+01
+    0.159969462891E+05-0.257535839081E+01 0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1 21 15  0.0 0.634351745248E-04-0.818545231596E-11 0.756000000000E+05
+   -0.407572021484E+04 0.222495651245E+01 0.186264514923E-08 0.000000000000E+00
+   -0.112277753906E+05-0.215931987763E+01-0.279396772385E-08 0.600000000000E+01
+    0.224254565430E+05-0.670148849487E+00-0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 21 15  0.0-0.169358216226E-03 0.000000000000E+00 0.758100000000E+05
+   -0.190836469727E+05 0.314157485962E+00 0.000000000000E+00 0.000000000000E+00
+    0.168053891602E+05-0.123193740845E+00 0.931322574615E-09 0.100000000000E+01
+    0.213953173828E+04 0.353413486481E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 21 15  0.0-0.892234966159E-04 0.181898940355E-11 0.756300000000E+05
+   -0.787822070313E+04-0.144192886353E+01-0.931322574615E-09 0.000000000000E+00
+    0.186341455078E+05 0.156442737579E+01 0.279396772385E-08 0.500000000000E+01
+   -0.155708959961E+05 0.260308074951E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 21 15  0.0-0.102085061371E-03 0.909494701773E-12 0.756300000000E+05
+    0.689099609375E+04-0.233675765991E+01-0.931322574615E-09 0.000000000000E+00
+    0.845365332031E+04 0.212289810181E+01 0.279396772385E-08 0.600000000000E+01
+   -0.230627226563E+05 0.804061889648E-01 0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 21 15  0.0-0.693835318089E-04-0.909494701773E-12 0.758700000000E+05
+   -0.669313964844E+04-0.547482490540E+00-0.931322574615E-09 0.000000000000E+00
+    0.136126337891E+05-0.275562286377E+01 0.279396772385E-08-0.200000000000E+01
+   -0.205205375977E+05-0.164895820618E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 21 15  0.0-0.140919350088E-03 0.000000000000E+00 0.762600000000E+05
+    0.230236621094E+04-0.508909225464E-01-0.931322574615E-09 0.000000000000E+00
+    0.242344750977E+05-0.104519271851E+01 0.186264514923E-08-0.700000000000E+01
+   -0.750024121094E+04-0.340518474579E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 21 15  0.0-0.927634537220E-04 0.000000000000E+00 0.756300000000E+05
+    0.991626513672E+04 0.493430137634E+00 0.000000000000E+00 0.000000000000E+00
+    0.210660185547E+05 0.136333370209E+01 0.000000000000E+00 0.000000000000E+00
+    0.105328789062E+05-0.318262100220E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 21 15  0.0-0.230784527957E-03-0.909494701773E-12 0.756000000000E+05
+    0.661484814453E+04 0.545925140381E+00 0.186264514923E-08 0.000000000000E+00
+   -0.137535512695E+05 0.274886608124E+01-0.372529029846E-08-0.200000000000E+01
+    0.204261938477E+05 0.167273712158E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 21 15  0.0-0.796113163233E-04 0.272848410532E-11 0.756300000000E+05
+   -0.231670703125E+04 0.435295104980E-01 0.186264514923E-08 0.000000000000E+00
+   -0.242964409180E+05 0.104969406128E+01-0.186264514923E-08-0.700000000000E+01
+    0.751811035156E+04 0.339400005341E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 21 15  0.0 0.920509919524E-04 0.000000000000E+00 0.756600000000E+05
+   -0.100500644531E+05-0.517649650574E+00 0.000000000000E+00 0.000000000000E+00
+   -0.208223666992E+05-0.137938022614E+01 0.000000000000E+00 0.000000000000E+00
+   -0.106310117188E+05 0.319963932037E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 21 15  0.0-0.261406414211E-03-0.909494701773E-12 0.759000000000E+05
+   -0.273047216797E+04 0.292909717560E+01-0.931322574615E-09 0.000000000000E+00
+   -0.118128569336E+05 0.935935974121E+00 0.931322574615E-09 0.400000000000E+01
+   -0.224231401367E+05-0.857262611389E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 21 15  0.0-0.145286321640E-05 0.000000000000E+00 0.759600000000E+05
+   -0.194874501953E+05 0.150081539154E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115949868164E+05 0.614190101624E+00 0.931322574615E-09-0.300000000000E+01
+   -0.117777875977E+05-0.306860923767E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 21 15  0.0-0.895708799362E-04-0.909494701773E-12 0.756300000000E+05
+   -0.244454824219E+05-0.777196884155E+00 0.000000000000E+00 0.000000000000E+00
+   -0.473649072266E+04-0.515213012695E-01 0.000000000000E+00 0.300000000000E+01
+    0.554095703125E+04-0.347498512268E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 21 15  0.0-0.651292502880E-04 0.000000000000E+00 0.756300000000E+05
+   -0.152412338867E+05-0.262407779694E+01 0.000000000000E+00 0.000000000000E+00
+    0.506923681641E+04-0.699027061462E+00 0.000000000000E+00 0.200000000000E+01
+    0.198501992188E+05-0.183105087280E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 21 15  0.0-0.143491663039E-03-0.909494701773E-12 0.756300000000E+05
+    0.293848925781E+04-0.292394161224E+01 0.000000000000E+00 0.000000000000E+00
+    0.118736679688E+05-0.922946929932E+00-0.931322574616E-09 0.400000000000E+01
+    0.223973745117E+05 0.863650321960E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 21 15  0.0-0.201771967113E-03-0.272848410532E-11 0.756300000000E+05
+    0.192414462891E+05-0.152674961090E+01 0.000000000000E+00 0.000000000000E+00
+    0.116271391602E+05-0.608362197876E+00-0.931322574616E-09-0.300000000000E+01
+    0.119694804688E+05 0.306655311585E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1 21 15  0.0-0.200235284865E-03 0.454747350886E-11 0.763200000000E+05
+    0.243201552734E+05 0.856791496277E+00 0.000000000000E+00 0.000000000000E+00
+    0.451704052734E+04 0.847501754761E-01 0.000000000000E+00 0.300000000000E+01
+   -0.614638427734E+04 0.345260906220E+01 0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 21 45  0.0 0.204397365451E-04-0.272848410532E-11 0.774000000000E+05
+    0.182118706055E+05-0.724716186523E+00 0.000000000000E+00 0.000000000000E+00
+   -0.165451459961E+05 0.598169326782E+00-0.931322574616E-09 0.100000000000E+01
+   -0.676013916016E+04-0.341673755646E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 21 45  0.0-0.345017760992E-04-0.272848410532E-11 0.774000000000E+05
+    0.106881411133E+05 0.841080665588E+00 0.931322574616E-09 0.000000000000E+00
+   -0.204847119141E+05-0.122754955292E+01-0.372529029846E-08 0.500000000000E+01
+    0.108025771484E+05-0.315867328644E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 21 45  0.0 0.634351745248E-04-0.818545231596E-11 0.774000000000E+05
+   -0.505390136719E+03 0.171863365173E+01 0.186264514923E-08 0.000000000000E+00
+   -0.152177690430E+05-0.222919559479E+01-0.372529029846E-08 0.600000000000E+01
+    0.203583803711E+05-0.161127281189E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 21 45  0.0-0.169360078871E-03-0.909494701773E-12 0.777000000000E+05
+   -0.180309628906E+05 0.818992614746E+00 0.000000000000E+00 0.000000000000E+00
+    0.159614511719E+05-0.832414627075E+00 0.931322574616E-09 0.100000000000E+01
+    0.833595214844E+04 0.330586433411E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 21 45  0.0-0.892197713256E-04 0.181898940355E-11 0.774300000000E+05
+   -0.986783203125E+04-0.774215698242E+00-0.931322574615E-09 0.000000000000E+00
+    0.211479877930E+05 0.118528079987E+01 0.279396772385E-08 0.500000000000E+01
+   -0.103452231445E+05 0.316564083099E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 21 45  0.0-0.102083198726E-03 0.000000000000E+00 0.774600000000E+05
+    0.304001855469E+04-0.191124725342E+01-0.931322574615E-09 0.000000000000E+00
+    0.125014682617E+05 0.233325099945E+01 0.279396772385E-08 0.600000000000E+01
+   -0.220288027344E+05 0.106096076965E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 21 45  0.0-0.693863257766E-04-0.909494701773E-12 0.782100000000E+05
+   -0.813381884766E+04-0.105227279663E+01-0.931322574615E-09 0.000000000000E+00
+    0.846122265625E+04-0.291710853577E+01 0.279396772385E-08-0.200000000000E+01
+   -0.226581328125E+05-0.710738182068E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 21 45  0.0-0.140919350088E-03 0.000000000000E+00 0.783000000000E+05
+    0.183639013672E+04-0.495466232300E+00-0.931322574615E-09 0.000000000000E+00
+    0.216815581055E+05-0.175727748871E+01 0.279396772385E-08-0.700000000000E+01
+   -0.132589819336E+05-0.295178413391E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 21 45  0.0-0.927634537220E-04 0.000000000000E+00 0.774300000000E+05
+    0.107526186523E+05 0.393548011780E+00 0.000000000000E+00 0.000000000000E+00
+    0.227520385742E+05 0.505069732666E+00 0.931322574616E-09 0.000000000000E+00
+    0.447281640625E+04-0.350728034973E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 21 45  0.0-0.230787321925E-03-0.909494701773E-12 0.774000000000E+05
+    0.805336523438E+04 0.105169105530E+01 0.931322574616E-09 0.000000000000E+00
+   -0.860847412109E+04 0.291673278809E+01-0.372529029846E-08-0.200000000000E+01
+    0.226076611328E+05 0.735341072082E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 21 45  0.0-0.796047970653E-04 0.272848410532E-11 0.777000000000E+05
+   -0.186325537109E+04 0.488898277283E+00 0.186264514923E-08 0.000000000000E+00
+   -0.217384951172E+05 0.175872421265E+01-0.372529029846E-08-0.700000000000E+01
+    0.132588950195E+05 0.294329643249E+01 0.931322574616E-09 0.000000000000E+00
+15 09  4  1 21 45  0.0 0.920519232750E-04 0.000000000000E+00 0.789000000000E+05
+   -0.109233442383E+05-0.409547805786E+00 0.931322574616E-09 0.000000000000E+00
+   -0.225282768555E+05-0.511050224304E+00-0.931322574616E-09 0.000000000000E+00
+   -0.453259814453E+04 0.353207302093E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 21 45  0.0-0.261408276856E-03-0.909494701773E-12 0.774300000000E+05
+    0.275962158203E+04 0.312136650085E+01 0.000000000000E+00 0.000000000000E+00
+   -0.104980302734E+05 0.509022712708E+00 0.931322574615E-09 0.400000000000E+01
+   -0.230782734375E+05 0.133823394775E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 21 45  0.0-0.145286321640E-05 0.000000000000E+00 0.782100000000E+05
+   -0.160900161133E+05 0.224987125397E+01 0.000000000000E+00 0.000000000000E+00
+   -0.105674970703E+05 0.488998413086E+00 0.931322574615E-09-0.300000000000E+01
+   -0.167769277344E+05-0.244987201691E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 21 45  0.0-0.895736739039E-04-0.909494701773E-12 0.774300000000E+05
+   -0.250814833984E+05 0.851278305054E-01 0.000000000000E+00 0.000000000000E+00
+   -0.456875683594E+04 0.199105262756E+00 0.931322574616E-09 0.300000000000E+01
+   -0.847421386719E+03-0.357711887360E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 21 45  0.0-0.651283189654E-04 0.000000000000E+00 0.774300000000E+05
+   -0.195848334961E+05-0.215686225891E+01 0.000000000000E+00 0.000000000000E+00
+    0.425705224609E+04-0.219341278076E+00 0.000000000000E+00 0.200000000000E+01
+    0.158319931641E+05-0.260465431213E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 21 45  0.0-0.143494457007E-03-0.909494701773E-12 0.774300000000E+05
+   -0.254566650391E+04-0.312013721466E+01 0.000000000000E+00 0.000000000000E+00
+    0.105802509766E+05-0.498447418213E+00-0.931322574616E-09 0.400000000000E+01
+    0.230668852539E+05-0.124859809875E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 21 45  0.0-0.201777555048E-03-0.272848410532E-11 0.774300000000E+05
+    0.158007202148E+05-0.227099418640E+01 0.000000000000E+00 0.000000000000E+00
+    0.106112646484E+05-0.481794357300E+00-0.931322574616E-09-0.300000000000E+01
+    0.169532055664E+05 0.243508815765E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 21 45  0.0-0.200225971639E-03 0.454747350886E-11 0.774300000000E+05
+    0.251060859375E+05 0.347137451172E-03 0.000000000000E+00 0.000000000000E+00
+    0.439535888672E+04-0.181673049927E+00 0.000000000000E+00 0.300000000000E+01
+    0.226023437500E+03 0.358175182342E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 22 15  0.0 0.204350799322E-04-0.272848410532E-11 0.802500000000E+05
+    0.165727260742E+05-0.105357360840E+01 0.000000000000E+00 0.000000000000E+00
+   -0.147800219727E+05 0.136759662628E+01 0.000000000000E+00 0.100000000000E+01
+   -0.125697709961E+05-0.299653530121E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 22 15  0.0-0.345064327121E-04-0.272848410532E-11 0.792000000000E+05
+    0.116176245117E+05 0.212174415588E+00 0.000000000000E+00 0.000000000000E+00
+   -0.222004555664E+05-0.641587257385E+00-0.279396772385E-08 0.500000000000E+01
+    0.477269531250E+04-0.349767398834E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 22 15  0.0 0.634202733636E-04-0.727595761418E-11 0.792000000000E+05
+    0.205900732422E+04 0.112538528442E+01 0.931322574616E-09 0.000000000000E+00
+   -0.190835507812E+05-0.201839637756E+01-0.372529029846E-08 0.600000000000E+01
+    0.167016088867E+05-0.242486763001E+01 0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 22 15  0.0-0.169361941516E-03-0.909494701773E-12 0.792300000000E+05
+   -0.162807744141E+05 0.108275985718E+01 0.000000000000E+00 0.000000000000E+00
+    0.137762778320E+05-0.159519004822E+01 0.000000000000E+00 0.100000000000E+01
+    0.138855488281E+05 0.281979560852E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 22 15  0.0-0.892151147127E-04 0.181898940355E-11 0.792300000000E+05
+   -0.107164331055E+05-0.190929412842E+00 0.000000000000E+00 0.000000000000E+00
+    0.227580117188E+05 0.568922996521E+00 0.186264514923E-08 0.500000000000E+01
+   -0.432139990234E+04 0.348414230347E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 22 15  0.0-0.102082267404E-03 0.000000000000E+00 0.792300000000E+05
+    0.921503906250E+02-0.135029411316E+01 0.000000000000E+00 0.000000000000E+00
+    0.166894848633E+05 0.227192974091E+01 0.279396772385E-08 0.600000000000E+01
+   -0.192924931641E+05 0.195967864990E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 22 15  0.0-0.693900510669E-04-0.909494701773E-12 0.794400000000E+05
+   -0.104446132813E+05-0.149613952637E+01 0.000000000000E+00 0.000000000000E+00
+    0.329302636719E+04-0.277685260773E+01 0.279396772385E-08-0.200000000000E+01
+   -0.230461127930E+05 0.282475471497E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 22 15  0.0-0.140919350088E-03 0.000000000000E+00 0.794100000000E+05
+    0.442676757813E+03-0.106586265564E+01 0.000000000000E+00 0.000000000000E+00
+    0.180543017578E+05-0.222732734680E+01 0.279396772385E-08-0.700000000000E+01
+   -0.179893232422E+05-0.227007579803E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 22 15  0.0-0.927643850446E-04 0.000000000000E+00 0.792300000000E+05
+    0.111843046875E+05 0.472898483276E-01 0.000000000000E+00 0.000000000000E+00
+    0.229016630859E+05-0.324450492859E+00 0.186264514923E-08 0.000000000000E+00
+   -0.193110888672E+04-0.356226062775E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 22 15  0.0-0.230789184570E-03-0.909494701773E-12 0.792000000000E+05
+    0.103650781250E+05 0.149794101715E+01 0.000000000000E+00 0.000000000000E+00
+   -0.343589306641E+04 0.278187465668E+01-0.279396772385E-08-0.200000000000E+01
+    0.230391376953E+05-0.259047508240E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 22 15  0.0-0.795982778072E-04 0.272848410532E-11 0.792300000000E+05
+   -0.480500488281E+03 0.106035232544E+01 0.931322574616E-09 0.000000000000E+00
+   -0.181096357422E+05 0.222805500030E+01-0.372529029846E-08-0.700000000000E+01
+    0.179771455078E+05 0.226512622833E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 22 15  0.0 0.920519232750E-04 0.000000000000E+00 0.792000000000E+05
+   -0.113732084961E+05-0.509614944458E-01 0.931322574616E-09 0.000000000000E+00
+   -0.226803720703E+05 0.327164649963E+00-0.186264514923E-08 0.000000000000E+00
+    0.191894189453E+04 0.358939361572E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 22 15  0.0-0.261410139501E-03 0.000000000000E+00 0.794700000000E+05
+    0.832109423828E+04 0.300629138947E+01 0.000000000000E+00 0.000000000000E+00
+   -0.100055283203E+05 0.403757095337E-01 0.931322574615E-09 0.400000000000E+01
+   -0.219484814453E+05 0.111311244965E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 22 15  0.0-0.145379453897E-05 0.000000000000E+00 0.794100000000E+05
+   -0.115048710938E+05 0.280494213104E+01 0.000000000000E+00 0.000000000000E+00
+   -0.995577783203E+04 0.163059234619E+00 0.186264514923E-08-0.300000000000E+01
+   -0.204828408203E+05-0.164083099365E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 22 15  0.0-0.895755365491E-04-0.909494701773E-12 0.794400000000E+05
+   -0.241215224609E+05 0.976421356201E+00 0.000000000000E+00 0.000000000000E+00
+   -0.416676757813E+04 0.206171989441E+00 0.931322574615E-09 0.300000000000E+01
+   -0.717026269531E+04-0.340262889862E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 22 15  0.0-0.651283189654E-04 0.000000000000E+00 0.792300000000E+05
+   -0.228625693359E+05-0.145193862915E+01 0.000000000000E+00 0.000000000000E+00
+    0.419419921875E+04 0.118926048279E+00 0.000000000000E+00 0.200000000000E+01
+    0.105943183594E+05-0.317731475830E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 22 15  0.0-0.143497250974E-03-0.909494701773E-12 0.792300000000E+05
+   -0.810896533203E+04-0.300950622559E+01 0.000000000000E+00 0.000000000000E+00
+    0.101038188477E+05-0.332260131836E-01-0.931322574616E-09 0.400000000000E+01
+    0.219526538086E+05-0.110541343689E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 22 15  0.0-0.201779417694E-03-0.272848410532E-11 0.797400000000E+05
+    0.111862495117E+05-0.281561565399E+01 0.000000000000E+00 0.000000000000E+00
+    0.100137539062E+05-0.154649734497E+00-0.931322574616E-09-0.300000000000E+01
+    0.206233662109E+05 0.161670970917E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 22 15  0.0-0.200216658413E-03 0.454747350886E-11 0.792300000000E+05
+    0.242983364258E+05-0.894303321838E+00 0.000000000000E+00 0.000000000000E+00
+    0.400928808594E+04-0.205840110779E+00-0.931322574616E-09 0.300000000000E+01
+    0.658092871094E+04 0.343330383301E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 22 45  0.0 0.204294919968E-04-0.272848410532E-11 0.816600000000E+05
+    0.145776850586E+05-0.111951351166E+01 0.000000000000E+00 0.000000000000E+00
+   -0.116402382813E+05 0.210631752014E+01 0.931322574615E-09 0.100000000000E+01
+   -0.174084360352E+05-0.234488296509E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 22 45  0.0-0.345120206475E-04-0.272848410532E-11 0.810000000000E+05
+    0.115522465820E+05-0.250690460205E+00 0.000000000000E+00 0.000000000000E+00
+   -0.226839931641E+05 0.127340316772E+00-0.186264514923E-08 0.500000000000E+01
+   -0.162630761719E+04-0.356614875794E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 22 45  0.0 0.634053722024E-04-0.727595761418E-11 0.810000000000E+05
+    0.356016992188E+04 0.555448532104E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223181508789E+05-0.153270626068E+01-0.372529029846E-08 0.600000000000E+01
+    0.117436386719E+05-0.304768848419E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1 22 45  0.0-0.169365666807E-03-0.181898940355E-11 0.810300000000E+05
+   -0.142882607422E+05 0.108932685852E+01 0.000000000000E+00 0.000000000000E+00
+    0.102546962891E+05-0.229824256897E+01-0.931322574616E-09 0.100000000000E+01
+    0.183538676758E+05 0.211209011078E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 22 45  0.0-0.892104580998E-04 0.181898940355E-11 0.811200000000E+05
+   -0.106595732422E+05 0.219489097595E+00 0.000000000000E+00 0.000000000000E+00
+    0.230958286133E+05-0.213579177856E+00 0.186264514923E-08 0.500000000000E+01
+    0.203595703125E+04 0.353378486633E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 22 45  0.0-0.102080404758E-03 0.000000000000E+00 0.810600000000E+05
+   -0.180458886719E+04-0.761934280396E+00 0.000000000000E+00 0.000000000000E+00
+    0.205057368164E+05 0.192104816437E+01 0.279396772385E-08 0.600000000000E+01
+   -0.150649721680E+05 0.270709991455E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 22 45  0.0-0.693928450346E-04-0.909494701773E-12 0.816300000000E+05
+   -0.134218867188E+05-0.177746677399E+01 0.000000000000E+00 0.000000000000E+00
+   -0.137636132813E+04-0.237279701233E+01 0.186264514923E-08-0.200000000000E+01
+   -0.216542001953E+05 0.125411128998E+01 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 22 45  0.0-0.140918418765E-03 0.000000000000E+00 0.817200000000E+05
+   -0.201350341797E+04-0.165731525421E+01 0.000000000000E+00 0.000000000000E+00
+    0.138380097656E+05-0.240757560730E+01 0.279396772385E-08-0.700000000000E+01
+   -0.213260942383E+05-0.141354656219E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 22 45  0.0-0.927643850446E-04 0.000000000000E+00 0.812100000000E+05
+    0.107998344727E+05-0.502728462219E+00 0.000000000000E+00 0.000000000000E+00
+    0.216671254883E+05-0.101628780365E+01 0.279396772385E-08 0.000000000000E+00
+   -0.818658447266E+04-0.334337902069E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 22 45  0.0-0.230791978538E-03-0.909494701773E-12 0.810000000000E+05
+    0.133484877930E+05 0.178259468079E+01 0.000000000000E+00 0.000000000000E+00
+    0.124623291016E+04 0.238163471222E+01-0.186264514923E-08-0.200000000000E+01
+    0.216871411133E+05-0.123340225220E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 22 45  0.0-0.795926898718E-04 0.272848410532E-11 0.810300000000E+05
+    0.196726318359E+04 0.165360927582E+01 0.000000000000E+00 0.000000000000E+00
+   -0.138910805664E+05 0.240963649750E+01-0.372529029846E-08-0.700000000000E+01
+    0.213076987305E+05 0.141133022308E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 22 45  0.0 0.920528545976E-04 0.000000000000E+00 0.810000000000E+05
+   -0.109827329102E+05 0.513096809387E+00 0.931322574616E-09 0.000000000000E+00
+   -0.214363525391E+05 0.102314376831E+01-0.279396772385E-08 0.000000000000E+00
+    0.822102929688E+04 0.336714744568E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 22 45  0.0-0.261411070824E-03 0.000000000000E+00 0.810300000000E+05
+    0.134034985352E+05 0.259477710724E+01 0.000000000000E+00 0.000000000000E+00
+   -0.103125341797E+05-0.361808776855E+00 0.931322574615E-09 0.400000000000E+01
+   -0.191235781250E+05 0.200512409210E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 22 45  0.0-0.145472586155E-05 0.000000000000E+00 0.816300000000E+05
+   -0.615540185547E+04 0.308942127228E+01 0.000000000000E+00 0.000000000000E+00
+   -0.100527832031E+05-0.282619476318E+00 0.186264514923E-08-0.300000000000E+01
+   -0.226064936523E+05-0.703100204468E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 22 45  0.0-0.895773991942E-04-0.909494701773E-12 0.810300000000E+05
+   -0.216197133789E+05 0.177924823761E+01 0.000000000000E+00 0.000000000000E+00
+   -0.396911767578E+04-0.229082107544E-01 0.931322574615E-09 0.300000000000E+01
+   -0.129385781250E+05-0.296497917175E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1 22 45  0.0-0.651273876429E-04 0.000000000000E+00 0.810300000000E+05
+   -0.247221972656E+05-0.598417282104E+00 0.000000000000E+00 0.000000000000E+00
+    0.455666113281E+04 0.244320869446E+00 0.000000000000E+00 0.200000000000E+01
+    0.454087792969E+04-0.350523662567E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 22 45  0.0-0.143500044942E-03-0.909494701773E-12 0.810300000000E+05
+   -0.132005126953E+05-0.260145282745E+01 0.000000000000E+00 0.000000000000E+00
+    0.104200644531E+05 0.364794731140E+00 0.000000000000E+00 0.400000000000E+01
+    0.191379462891E+05-0.200192070007E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 22 45  0.0-0.201784074306E-03-0.181898940355E-11 0.810000000000E+05
+    0.582963134766E+04-0.308643627167E+01 0.000000000000E+00 0.000000000000E+00
+    0.101258281250E+05 0.290614128113E+00-0.931322574616E-09-0.300000000000E+01
+    0.226995263672E+05 0.675571441650E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 22 45  0.0-0.200207345188E-03 0.454747350886E-11 0.810900000000E+05
+    0.219347333984E+05-0.170912456512E+01 0.000000000000E+00 0.000000000000E+00
+    0.379819042969E+04 0.825405120850E-02-0.931322574616E-09 0.300000000000E+01
+    0.124259541016E+05 0.301894760132E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 23 15  0.0 0.204239040613E-04-0.272848410532E-11 0.833700000000E+05
+    0.126897431641E+05-0.941430091858E+00 0.000000000000E+00 0.000000000000E+00
+   -0.728306005859E+04 0.270271778107E+01 0.186264514923E-08 0.100000000000E+01
+   -0.209023740234E+05-0.151207542419E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 23 15  0.0-0.345176085830E-04-0.272848410532E-11 0.828000000000E+05
+    0.108536352539E+05-0.484163284302E+00 0.000000000000E+00 0.000000000000E+00
+   -0.216912529297E+05 0.980343818665E+00-0.931322574616E-09 0.500000000000E+01
+   -0.789954687500E+04-0.335885715485E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 23 15  0.0 0.633914023638E-04-0.727595761418E-11 0.828000000000E+05
+    0.413384619141E+04 0.109997749329E+00 0.000000000000E+00 0.000000000000E+00
+   -0.244658583984E+05-0.822529792786E+00-0.279396772385E-08 0.600000000000E+01
+    0.587328515625E+04-0.343223094940E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1 23 15  0.0-0.169369392097E-03-0.181898940355E-11 0.835800000000E+05
+   -0.124971069336E+05 0.867395401001E+00 0.000000000000E+00 0.000000000000E+00
+    0.560402587891E+04-0.283304119110E+01-0.186264514923E-08 0.100000000000E+01
+    0.213884414062E+05 0.123713874817E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 23 15  0.0-0.892058014870E-04 0.181898940355E-11 0.845700000000E+05
+   -0.100641147461E+05 0.401596069336E+00 0.000000000000E+00 0.000000000000E+00
+    0.219493120117E+05-0.106198596954E+01 0.931322574616E-09 0.500000000000E+01
+    0.823599951172E+04 0.331042480469E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 23 15  0.0-0.102078542113E-03 0.000000000000E+00 0.828600000000E+05
+   -0.269974121094E+04-0.254513740540E+00 0.000000000000E+00 0.000000000000E+00
+    0.234476113281E+05 0.130885505676E+01 0.279396772385E-08 0.600000000000E+01
+   -0.967274804688E+04 0.324537372589E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 23 15  0.0-0.693965703249E-04-0.181898940355E-11 0.833400000000E+05
+   -0.166992275391E+05-0.181965541840E+01 0.000000000000E+00 0.000000000000E+00
+   -0.513664990234E+04-0.178232097626E+01 0.931322574615E-09-0.200000000000E+01
+   -0.185893979492E+05 0.212918376923E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 23 15  0.0-0.140917487442E-03 0.000000000000E+00 0.834600000000E+05
+   -0.546868359375E+04-0.215753078461E+01 0.000000000000E+00 0.000000000000E+00
+    0.956258251953E+04-0.229679298401E+01 0.279396772385E-08-0.700000000000E+01
+   -0.230131025391E+05-0.448969841003E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 23 15  0.0-0.927653163671E-04 0.000000000000E+00 0.832200000000E+05
+    0.929997802734E+04-0.117607307434E+01 0.000000000000E+00 0.000000000000E+00
+    0.193770903320E+05-0.148596763611E+01 0.279396772385E-08 0.000000000000E+00
+   -0.138124916992E+05-0.286718654633E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 23 15  0.0-0.230793841183E-03-0.909494701773E-12 0.828000000000E+05
+    0.166384008789E+05 0.182852172852E+01 0.000000000000E+00 0.000000000000E+00
+    0.502450830078E+04 0.179316425324E+01-0.931322574616E-09-0.200000000000E+01
+    0.186563452148E+05-0.211224365234E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 23 15  0.0-0.795871019363E-04 0.272848410532E-11 0.828300000000E+05
+    0.541791210938E+04 0.215625953674E+01 0.000000000000E+00 0.000000000000E+00
+   -0.960985742188E+04 0.230124855041E+01-0.372529029846E-08-0.700000000000E+01
+    0.229917124023E+05 0.447459220886E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 23 15  0.0 0.920537859201E-04 0.000000000000E+00 0.828000000000E+05
+   -0.945250146484E+04 0.119890975952E+01 0.000000000000E+00 0.000000000000E+00
+   -0.191349692383E+05 0.149061203003E+01-0.372529029846E-08 0.000000000000E+00
+    0.138832065430E+05 0.288315296173E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 23 15  0.0-0.261412002146E-03 0.000000000000E+00 0.828300000000E+05
+    0.175170122070E+05 0.194233798981E+01 0.000000000000E+00 0.000000000000E+00
+   -0.112103852539E+05-0.602228164673E+00 0.931322574615E-09 0.400000000000E+01
+   -0.148236782227E+05 0.274147415161E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 23 15  0.0-0.145565718412E-05 0.000000000000E+00 0.833400000000E+05
+   -0.568005859375E+03 0.306706142426E+01 0.000000000000E+00 0.000000000000E+00
+   -0.109831772461E+05-0.744755744934E+00 0.186264514923E-08-0.300000000000E+01
+   -0.229799370117E+05 0.291233062744E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 23 15  0.0-0.895792618394E-04-0.909494701773E-12 0.828300000000E+05
+   -0.178325268555E+05 0.238925933838E+01 0.000000000000E+00 0.000000000000E+00
+   -0.436102783203E+04-0.437118530273E+00 0.931322574615E-09 0.300000000000E+01
+   -0.177062446289E+05-0.229802227020E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 23 15  0.0-0.651273876429E-04 0.000000000000E+00 0.828300000000E+05
+   -0.249945898438E+05 0.292080879211E+00 0.000000000000E+00 0.000000000000E+00
+    0.492584570312E+04 0.124725341797E+00 0.931322574616E-09 0.200000000000E+01
+   -0.186218896484E+04-0.356327533722E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 23 15  0.0-0.143502838910E-03-0.181898940355E-11 0.828300000000E+05
+   -0.173277294922E+05-0.195053577423E+01 0.000000000000E+00 0.000000000000E+00
+    0.113188662109E+05 0.600115776062E+00 0.000000000000E+00 0.400000000000E+01
+    0.148384306641E+05-0.274433708191E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 23 15  0.0-0.201788730919E-03-0.181898940355E-11 0.828300000000E+05
+    0.259938964844E+03-0.305073261261E+01 0.000000000000E+00 0.000000000000E+00
+    0.110687451172E+05 0.750400543213E+00-0.931322574616E-09-0.300000000000E+01
+    0.230254707031E+05-0.315382957458E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 23 15  0.0-0.200198031962E-03 0.454747350886E-11 0.828000000000E+05
+    0.182576669922E+05-0.233796119690E+01 0.000000000000E+00 0.000000000000E+00
+    0.415384228516E+04 0.412529945374E+00-0.931322574616E-09 0.300000000000E+01
+    0.173086708984E+05 0.237108325958E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 23 45  0.0 0.204183161259E-04-0.272848410532E-11 0.846300000000E+05
+    0.112992158203E+05-0.579936981201E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205206835938E+04 0.306426143646E+01 0.279396772385E-08 0.100000000000E+01
+   -0.227815791016E+05-0.562356948853E+00 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 23 45  0.0-0.345231965184E-04-0.272848410532E-11 0.856800000000E+05
+    0.996052001953E+04-0.467074394226E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191734208984E+05 0.180231571198E+01 0.000000000000E+00 0.500000000000E+01
+   -0.135620019531E+05-0.289192390442E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 23 45  0.0 0.633783638477E-04-0.636646291241E-11 0.846000000000E+05
+    0.407670605469E+04-0.135849952698E+00 0.000000000000E+00 0.000000000000E+00
+   -0.251962148438E+05 0.252943038940E-01-0.186264514923E-08 0.600000000000E+01
+   -0.452032714844E+03-0.355021381378E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1 23 45  0.0-0.169374048710E-03-0.181898940355E-11 0.846300000000E+05
+   -0.112622177734E+05 0.485435485840E+00 0.000000000000E+00 0.000000000000E+00
+    0.208759277344E+03-0.311410427093E+01-0.279396772385E-08 0.100000000000E+01
+    0.227481577148E+05 0.263459205627E+00-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 23 45  0.0-0.892020761967E-04 0.181898940355E-11 0.846300000000E+05
+   -0.935979199219E+04 0.341919898987E+00 0.000000000000E+00 0.000000000000E+00
+    0.193013266602E+05-0.186281204224E+01 0.000000000000E+00 0.500000000000E+01
+    0.137994375000E+05 0.283098411560E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 23 45  0.0-0.102076679468E-03 0.000000000000E+00 0.846600000000E+05
+   -0.282434619141E+04 0.815172195435E-01 0.000000000000E+00 0.000000000000E+00
+    0.251024287109E+05 0.505743980408E+00 0.186264514923E-08 0.600000000000E+01
+   -0.353254638672E+04 0.353276824951E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 23 45  0.0-0.693993642926E-04-0.181898940355E-11 0.850800000000E+05
+   -0.198053002930E+05-0.158448123932E+01 0.000000000000E+00 0.000000000000E+00
+   -0.774297167969E+04-0.110924625397E+01 0.000000000000E+00-0.200000000000E+01
+   -0.140879248047E+05 0.284003353119E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 23 45  0.0-0.140915624797E-03 0.000000000000E+00 0.850500000000E+05
+   -0.966478125000E+04-0.246565723419E+01 0.000000000000E+00 0.000000000000E+00
+    0.571814746094E+04-0.193963718414E+01 0.279396772385E-08-0.700000000000E+01
+   -0.229223540039E+05 0.548923492432E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 23 45  0.0-0.927662476897E-04 0.000000000000E+00 0.846900000000E+05
+    0.655500878906E+04-0.186742115021E+01 0.000000000000E+00 0.000000000000E+00
+    0.164799130859E+05-0.168672180176E+01 0.279396772385E-08 0.000000000000E+00
+   -0.183753881836E+05-0.216978549957E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 23 45  0.0-0.230790115893E-03-0.909494701773E-12 0.846000000000E+05
+    0.197637783203E+05 0.159701633453E+01 0.000000000000E+00 0.000000000000E+00
+    0.765083984375E+04 0.112036609650E+01 0.000000000000E+00-0.200000000000E+01
+    0.141814667969E+05-0.282750415802E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 23 45  0.0-0.795815140009E-04 0.272848410532E-11 0.846300000000E+05
+    0.961388623047E+04 0.246667480469E+01 0.000000000000E+00 0.000000000000E+00
+   -0.575523681641E+04 0.194640254974E+01-0.279396772385E-08-0.700000000000E+01
+    0.228970439453E+05-0.552154541016E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 23 45  0.0 0.920547172427E-04 0.000000000000E+00 0.846000000000E+05
+   -0.665853955078E+04 0.189803028107E+01 0.000000000000E+00 0.000000000000E+00
+   -0.162361611328E+05 0.168298053741E+01-0.372529029846E-08 0.000000000000E+00
+    0.184660839844E+05 0.217591381073E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 23 45  0.0-0.261412933469E-03 0.000000000000E+00 0.846600000000E+05
+    0.203055830078E+05 0.114004993439E+01 0.000000000000E+00 0.000000000000E+00
+   -0.123429907227E+05-0.614748954773E+00 0.000000000000E+00 0.400000000000E+01
+   -0.938170507813E+04 0.326598358154E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 23 45  0.0-0.145751982927E-05-0.909494701773E-12 0.850500000000E+05
+    0.470711181641E+04 0.274805355072E+01 0.000000000000E+00 0.000000000000E+00
+   -0.126787617188E+05-0.111546897888E+01 0.931322574615E-09-0.300000000000E+01
+   -0.215703940430E+05 0.126503372192E+01 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 23 45  0.0-0.895811244845E-04-0.909494701773E-12 0.846300000000E+05
+   -0.131796489258E+05 0.273190212250E+01 0.000000000000E+00 0.000000000000E+00
+   -0.560271533203E+04-0.950592994690E+00 0.186264514923E-08 0.300000000000E+01
+   -0.211045541992E+05-0.145335769653E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 23 45  0.0-0.651264563203E-04 0.000000000000E+00 0.851100000000E+05
+   -0.237186435547E+05 0.110314846039E+01 0.000000000000E+00 0.000000000000E+00
+    0.486545605469E+04-0.227104187012E+00 0.931322574615E-09 0.200000000000E+01
+   -0.812180566406E+04-0.334683895111E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 23 45  0.0-0.143506564200E-03-0.181898940355E-11 0.846300000000E+05
+   -0.201309521484E+05-0.114788055420E+01 0.000000000000E+00 0.000000000000E+00
+    0.124421914062E+05 0.606348991394E+00 0.000000000000E+00 0.400000000000E+01
+    0.938613867188E+04-0.327430057526E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 23 45  0.0-0.201792456210E-03-0.181898940355E-11 0.846300000000E+05
+   -0.497631152344E+04-0.272202014923E+01 0.000000000000E+00 0.000000000000E+00
+    0.127715600586E+05 0.111784458160E+01-0.931322574616E-09-0.300000000000E+01
+    0.215799443359E+05-0.128009796143E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 23 45  0.0-0.200188718736E-03 0.454747350886E-11 0.846000000000E+05
+    0.136768452148E+05-0.270357322693E+01 0.000000000000E+00 0.000000000000E+00
+    0.534755712891E+04 0.923173904419E+00-0.931322574616E-09 0.300000000000E+01
+    0.208517563477E+05 0.154019451141E+01-0.279396772385E-08 0.000000000000E+00
diff --git a/test/data/rinex/brdc1820.10n b/test/data/rinex/brdc1820.10n
new file mode 100644
index 0000000..207c436
--- /dev/null
+++ b/test/data/rinex/brdc1820.10n
@@ -0,0 +1,3376 @@
+     2              NAVIGATION DATA                         RINEX VERSION / TYPE
+CCRINEXN V1.6.0 UX  CDDIS               02-JUL-10 15:33     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+    0.4657D-08  0.1490D-07 -0.5960D-07 -0.1192D-06          ION ALPHA           
+    0.8192D+05  0.8192D+05 -0.6554D+05 -0.5243D+06          ION BETA            
+   -0.838190317154D-08-0.213162820728D-13   503808      566 DELTA-UTC: A0,A1,T,W
+    15                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 1 10  7  1  0  0  0.0-0.136290676892D-03-0.397903932026D-11 0.000000000000D+00
+    0.630000000000D+02-0.897500000000D+02 0.468055210664D-08-0.307674634178D+01
+   -0.476092100143D-05 0.483528291807D-02 0.545941293240D-05 0.515480139732D+04
+    0.345600000000D+06 0.558793544769D-08 0.292603518708D+01-0.931322574615D-07
+    0.965451250348D+00 0.278437500000D+03 0.884778937154D+00-0.813998192006D-08
+   -0.171792870148D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.630000000000D+02
+    0.341670000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  0  0  0.0 0.269108917564D-03 0.318323145621D-11 0.000000000000D+00
+    0.850000000000D+02 0.414375000000D+02 0.525557597442D-08 0.165772167412D+01
+    0.232271850109D-05 0.960697804112D-02 0.617466866970D-05 0.515359739113D+04
+    0.345600000000D+06-0.558793544769D-08-0.127458719764D+01 0.167638063431D-06
+    0.939349150611D+00 0.249937500000D+03 0.309739903949D+01-0.838784952606D-08
+   -0.232152526369D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.850000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1  0  0  0.0 0.575506128371D-03 0.500222085975D-11 0.000000000000D+00
+    0.104000000000D+03-0.604687500000D+02 0.522307470488D-08 0.157167576585D+01
+   -0.311806797981D-05 0.132494390709D-01 0.109523534775D-04 0.515372566032D+04
+    0.345600000000D+06-0.344589352608D-06-0.242775621333D+01-0.745058059692D-07
+    0.927468231129D+00 0.155968750000D+03 0.100494248983D+01-0.836963434315D-08
+    0.528593446610D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.104000000000D+03
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  0  0  0.0 0.115254428238D-03 0.807176547823D-11 0.000000000000D+00
+    0.740000000000D+02 0.330312500000D+02 0.518200156545D-08-0.154049384986D+01
+    0.171549618244D-05 0.908821413759D-02 0.601261854172D-05 0.515370661926D+04
+    0.345600000000D+06 0.119209289551D-06-0.125676142235D+01-0.108033418655D-06
+    0.938488584662D+00 0.251656250000D+03 0.613633064737D+00-0.829463121897D-08
+    0.158220876249D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.740000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  0  0  0.0-0.106780789792D-04-0.272848410532D-11 0.000000000000D+00
+    0.650000000000D+02-0.143125000000D+02 0.461983518107D-08-0.299313415866D+01
+   -0.754371285439D-06 0.181579799391D-02 0.685825943947D-05 0.515373044014D+04
+    0.345600000000D+06 0.000000000000D+00-0.214584826411D+00 0.558793544769D-08
+    0.958137564035D+00 0.247031250000D+03 0.242735880432D+00-0.809283751124D-08
+   -0.406088357385D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.650000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  0  0  0.0 0.589444767684D-03-0.135287336889D-10 0.000000000000D+00
+    0.860000000000D+02-0.390312500000D+02 0.499592238594D-08-0.250053621515D+01
+   -0.190362334251D-05 0.629742490128D-02 0.108499079943D-04 0.515366546059D+04
+    0.345600000000D+06-0.558793544769D-08-0.235687051488D+01 0.104308128357D-06
+    0.934730283748D+00 0.154500000000D+03-0.102882660241D+01-0.804676375144D-08
+    0.132505519387D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.860000000000D+02
+    0.341280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1  0  0  0.0-0.151386484504D-05-0.227373675443D-12 0.000000000000D+00
+    0.610000000000D+02 0.391562500000D+02 0.444125642473D-08 0.742099588912D-01
+    0.212155282497D-05 0.369602197316D-02 0.410340726376D-05 0.515370597839D+04
+    0.345600000000D+06 0.204890966415D-07 0.188657555332D+01-0.372529029846D-08
+    0.971732079924D+00 0.305125000000D+03 0.302996739595D+01-0.821712799065D-08
+    0.328227957726D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.610000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  0  0  0.0 0.598002225161D-05 0.227373675443D-12 0.000000000000D+00
+    0.780000000000D+02 0.283125000000D+02 0.398016597458D-08-0.567864360390D+00
+    0.148825347424D-05 0.111812540563D-01 0.376626849175D-05 0.515367967796D+04
+    0.345600000000D+06 0.152736902237D-06 0.195522731589D+01-0.745058059692D-07
+    0.993143825844D+00 0.319625000000D+03 0.310387679832D+01-0.805712119245D-08
+    0.341085631961D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.780000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  0  0  0.0-0.459086149931D-04-0.909494701773D-12 0.000000000000D+00
+    0.108000000000D+03-0.146250000000D+02 0.462269245105D-08-0.291915453329D+01
+   -0.767409801483D-06 0.918094278313D-02 0.701844692230D-05 0.515352387619D+04
+    0.345600000000D+06-0.745058059692D-08-0.189022029961D+00-0.102445483208D-06
+    0.953167389099D+00 0.240312500000D+03 0.665606361611D+00-0.800069077656D-08
+   -0.365729529994D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.108000000000D+03
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  0  0  0.0-0.725742429495D-04-0.261479726760D-11 0.000000000000D+00
+    0.460000000000D+02 0.332187500000D+02 0.654170105954D-08-0.693611373983D-01
+    0.187754631042D-05 0.107351461193D-01 0.664964318276D-05 0.515374609375D+04
+    0.345600000000D+06-0.931322574616D-08-0.149503072861D+01 0.987201929092D-07
+    0.887913855027D+00 0.207906250000D+03 0.813302674761D+00-0.916931051002D-08
+    0.151434879299D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.460000000000D+02
+    0.340908000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  1  0  0  0.0-0.984328798950D-04 0.409272615798D-11 0.000000000000D+00
+    0.320000000000D+02-0.835000000000D+02 0.459197698856D-08-0.133278420153D-02
+   -0.431016087532D-05 0.346753397025D-02 0.567734241486D-05 0.515366424561D+04
+    0.345600000000D+06-0.186264514923D-07 0.294059453401D+01-0.335276126862D-07
+    0.971542144881D+00 0.277656250000D+03-0.394027575161D+00-0.816998316973D-08
+   -0.126433837905D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.320000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  0  0  0.0 0.302490778267D-03-0.568434188608D-12 0.000000000000D+00
+    0.730000000000D+02 0.500937500000D+02 0.346014412889D-08 0.249197377026D+01
+    0.265426933765D-05 0.449543551076D-02 0.948272645474D-05 0.515374207878D+04
+    0.345600000000D+06 0.130385160446D-07 0.905532563043D+00 0.651925802231D-07
+    0.992732469372D+00 0.212937500000D+03 0.175672728693D+01-0.743280960636D-08
+    0.742888087128D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.730000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1  0  0  0.0 0.628740526736D-04 0.420641299570D-11 0.000000000000D+00
+    0.128000000000D+03 0.601875000000D+02 0.354979072017D-08 0.239068041983D+01
+    0.324472784996D-05 0.518906291109D-02 0.105649232864D-04 0.515375995064D+04
+    0.345600000000D+06 0.353902578354D-07 0.883514263493D+00-0.124797224999D-06
+    0.985985934455D+00 0.186906250000D+03-0.214495679109D+01-0.752602777498D-08
+    0.112861844006D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.128000000000D+03
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  0  0  0.0-0.247220043093D-03 0.636646291241D-11 0.000000000000D+00
+    0.430000000000D+02 0.559687500000D+02 0.439982628109D-08 0.226040705432D+01
+    0.283867120743D-05 0.250900897663D-02 0.936537981033D-05 0.515377943611D+04
+    0.345600000000D+06 0.130385160446D-07 0.818364536625D+00 0.111758708954D-07
+    0.953575824123D+00 0.194281250000D+03-0.173268192859D+00-0.795033106016D-08
+   -0.135719942229D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.430000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1  0  0  0.0-0.853240489960D-04-0.363797880709D-11 0.000000000000D+00
+    0.310000000000D+02-0.877500000000D+02 0.450554481688D-08-0.232469869342D+01
+   -0.455603003502D-05 0.593091105111D-02 0.595860183239D-05 0.515379275513D+04
+    0.345600000000D+06-0.143423676491D-06 0.295805569892D+01-0.447034835815D-07
+    0.972748878210D+00 0.274562500000D+03-0.190888984070D+00-0.808247952486D-08
+   -0.162863926793D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.310000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  0  0  0.0 0.159537419677D-03 0.204636307899D-11 0.000000000000D+00
+    0.109000000000D+03-0.265625000000D+02 0.439054002647D-08 0.285224602633D+01
+   -0.146776437759D-05 0.548546435311D-02 0.103190541267D-04 0.515362988472D+04
+    0.345600000000D+06-0.633299350738D-07-0.228252868709D+01-0.726431608200D-07
+    0.960315540380D+00 0.178812500000D+03-0.250044047009D+01-0.776782356103D-08
+    0.839320675361D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.109000000000D+03
+    0.343338000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  0  0  0.0 0.779936090112D-04 0.238742359215D-11 0.000000000000D+00
+    0.730000000000D+02-0.202500000000D+02 0.497556439509D-08-0.198994378825D+01
+   -0.108964741230D-05 0.115994751686D-01 0.688247382641D-05 0.515369917679D+04
+    0.345600000000D+06 0.856816768646D-07-0.189581885784D+00-0.158324837685D-06
+    0.937131281954D+00 0.234500000000D+03-0.232653484872D+01-0.809998025383D-08
+   -0.352871841386D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.730000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1  0  0  0.0-0.462131574750D-04-0.284217094304D-11 0.000000000000D+00
+    0.490000000000D+02-0.290312500000D+02 0.454233206351D-08 0.216371280819D+01
+   -0.121444463730D-05 0.662165065296D-02 0.111274421215D-04 0.515376148224D+04
+    0.345600000000D+06-0.186264514923D-08-0.222759505406D+01 0.199303030968D-06
+    0.957885785594D+00 0.163875000000D+03-0.134938823395D+00-0.792675875275D-08
+    0.122505102829D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.490000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  0  0  0.0 0.539477914572D-04-0.454747350886D-12 0.000000000000D+00
+    0.103000000000D+03-0.139062500000D+02 0.511128433408D-08-0.178578629813D+01
+   -0.767409801483D-06 0.416619179305D-02 0.650435686112D-05 0.515357981300D+04
+    0.345600000000D+06 0.158324837685D-06-0.243508852698D+00 0.428408384323D-07
+    0.937003553113D+00 0.242468750000D+03 0.132228595468D+01-0.832248952224D-08
+   -0.470733893670D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.103000000000D+03
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  0  0  0.0-0.707716681063D-04-0.261479726760D-11 0.000000000000D+00
+    0.830000000000D+02 0.357812500000D+02 0.546737059507D-08-0.879859864872D+00
+    0.186264514923D-05 0.167118094396D-01 0.573694705963D-05 0.515365436363D+04
+    0.345600000000D+06 0.361353158951D-06-0.124621512742D+01 0.245869159698D-06
+    0.932056934084D+00 0.251843750000D+03-0.246617953725D+01-0.862071623029D-08
+    0.775032283206D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.830000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  0  0  0.0 0.168495345861D-03-0.113686837722D-11 0.000000000000D+00
+    0.210000000000D+02-0.193437500000D+02 0.503806699857D-08-0.291110514548D+01
+   -0.101886689663D-05 0.542184326332D-02 0.707991421223D-05 0.515371264839D+04
+    0.345600000000D+06-0.931322574616D-08-0.184746116446D+00 0.745058059692D-08
+    0.934816233111D+00 0.229343750000D+03-0.194492579056D+01-0.817569769348D-08
+   -0.416088760338D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.210000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1  0  0  0.0 0.364885199815D-03-0.147792889038D-11 0.000000000000D+00
+    0.280000000000D+02 0.506562500000D+02 0.401338145916D-08 0.165418178395D+01
+    0.272877514362D-05 0.683398847468D-02 0.979565083981D-05 0.515367817497D+04
+    0.345600000000D+06-0.856816768646D-07 0.843962320224D+00 0.912696123123D-07
+    0.967816171531D+00 0.194250000000D+03 0.303514799263D+01-0.775818030221D-08
+   -0.767889128522D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.280000000000D+02
+    0.339240000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  0  0  0.0 0.300611369312D-03 0.318323145621D-11 0.000000000000D+00
+    0.490000000000D+02 0.337500000000D+02 0.499020786219D-08 0.257709915050D+01
+    0.172853469849D-05 0.567131815478D-02 0.622868537903D-05 0.515483658791D+04
+    0.345600000000D+06-0.186264514923D-08-0.120710341570D+01 0.931322574615D-07
+    0.948670882167D+00 0.252406250000D+03-0.464455691861D+00-0.819712715753D-08
+    0.921466954226D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.490000000000D+02
+    0.342750000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1  0  0  0.0-0.229198485613D-05-0.136424205266D-11 0.000000000000D+00
+    0.940000000000D+02-0.837187500000D+02 0.479091384651D-08-0.246304548981D+01
+   -0.423565506935D-05 0.875281053595D-03 0.539608299732D-05 0.515601673508D+04
+    0.345600000000D+06-0.484287738800D-07 0.291458503406D+01-0.558793544769D-08
+    0.960208530848D+00 0.276781250000D+03 0.214293427905D+01-0.820712757409D-08
+   -0.118576367753D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.940000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  0  0  0.0-0.742147676647D-04-0.591171556152D-11 0.000000000000D+00
+    0.260000000000D+02 0.556250000000D+02 0.365015195847D-08 0.991758053287D+00
+    0.287964940071D-05 0.193579125917D-01 0.980868935585D-05 0.515238022423D+04
+    0.345600000000D+06-0.264495611191D-06 0.901953678791D+00 0.223517417908D-07
+    0.990451127625D+00 0.210156250000D+03 0.110267405021D+01-0.789354270836D-08
+   -0.800033303494D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.260000000000D+02
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  0  0  0.0 0.165940262377D-03 0.352429196937D-11 0.000000000000D+00
+    0.140000000000D+03 0.547812500000D+02 0.419731760459D-08 0.243133399162D+01
+    0.262074172497D-05 0.215163427638D-01 0.352784991264D-05 0.515361355972D+04
+    0.345600000000D+06 0.303611159325D-06 0.183051674464D+01-0.521540641785D-07
+    0.978456889045D+00 0.318218750000D+03-0.140364825757D+01-0.775246533635D-08
+    0.184293386107D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.140000000000D+03
+    0.338418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  0  0  0.0-0.119586475193D-04 0.113686837722D-11 0.000000000000D+00
+    0.780000000000D+02-0.890937500000D+02 0.441268399598D-08-0.278983628358D+01
+   -0.466778874397D-05 0.160056392197D-01 0.558793544769D-05 0.515367889977D+04
+    0.345600000000D+06 0.331550836563D-06 0.296572200408D+01-0.119209289551D-06
+    0.970995898585D+00 0.273718750000D+03-0.195259438811D+01-0.788318565981D-08
+   -0.721458656705D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.780000000000D+02
+    0.338868000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  1  0  0  0.0 0.131320208311D-03 0.284217094304D-11 0.000000000000D+00
+    0.330000000000D+02-0.225000000000D+02 0.443697053192D-08-0.718823947846D+00
+   -0.111572444439D-05 0.297124125063D-02 0.111851841211D-04 0.515372357750D+04
+    0.345600000000D+06-0.223517417908D-07-0.227425379630D+01-0.633299350738D-07
+    0.960652081758D+00 0.160437500000D+03-0.127478837813D+01-0.796390315710D-08
+    0.140720147273D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.330000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1  0  0  0.0 0.256588682532D-03 0.341060513165D-11 0.000000000000D+00
+    0.350000000000D+02-0.889062500000D+02 0.481341478376D-08-0.236336199734D+01
+   -0.449828803539D-05 0.123825219925D-01 0.472180545330D-05 0.515371936035D+04
+    0.345600000000D+06 0.121071934700D-06 0.288649311119D+01 0.115483999252D-06
+    0.956829337840D+00 0.282437500000D+03 0.148839529355D+01-0.812783855710D-08
+   -0.596453416107D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.350000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  0  0  0.0-0.275163911283D-04 0.250111042988D-11 0.000000000000D+00
+    0.710000000000D+02 0.449687500000D+02 0.438803992233D-08 0.940885856815D-02
+    0.217184424400D-05 0.733641267288D-02 0.390037894249D-05 0.515371390152D+04
+    0.345600000000D+06-0.391155481338D-07 0.188631773156D+01-0.104308128357D-06
+    0.976975664009D+00 0.308218750000D+03-0.104965725825D+01-0.831891794489D-08
+    0.362872257943D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.710000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1  0  0  0.0-0.275918282569D-04-0.852651282912D-11 0.000000000000D+00
+    0.400000000000D+02-0.168750000000D+02 0.467698052930D-08 0.797725828803D+00
+   -0.118836760521D-05 0.126284806756D-01 0.724755227566D-05 0.515369843674D+04
+    0.345600000000D+06 0.800937414169D-07-0.125611935053D+00-0.245869159698D-06
+    0.958999869394D+00 0.240687500000D+03-0.968480036441D+00-0.828034490960D-08
+   -0.470019578202D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.400000000000D+02
+    0.339870000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1  1 59 28.0 0.575546175242D-03 0.500222085975D-11 0.000000000000D+00
+    0.140000000000D+02-0.575937500000D+02 0.514592863430D-08 0.261728352057D+01
+   -0.305101275444D-05 0.132502110209D-01 0.112019479275D-04 0.515372241211D+04
+    0.352768000000D+06 0.260770320892D-07-0.242781496559D+01-0.201165676117D-06
+    0.927470413803D+00 0.143281250000D+03 0.100482247788D+01-0.799497587998D-08
+    0.857178562071D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.140000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  1 59 44.0 0.269132200628D-03 0.318323145621D-11 0.000000000000D+00
+    0.700000000000D+01 0.347812500000D+02 0.519128766654D-08 0.270550736130D+01
+    0.178255140781D-05 0.960643764120D-02 0.656396150589D-05 0.515359962845D+04
+    0.352784000000D+06-0.217929482460D-06-0.127464798627D+01 0.577419996262D-07
+    0.939349884996D+00 0.243968750000D+03 0.309751176611D+01-0.824820071352D-08
+    0.120719314158D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.700000000000D+01
+    0.352740000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  1 59 44.0 0.115311238915D-03 0.807176547823D-11 0.000000000000D+00
+    0.100000000000D+02 0.333437500000D+02 0.534236538811D-08-0.492693515943D+00
+    0.174157321453D-05 0.908778840676D-02 0.617839396000D-05 0.515370573044D+04
+    0.352784000000D+06 0.465661287308D-07-0.125682117231D+01 0.132247805595D-06
+    0.938488461777D+00 0.247187500000D+03 0.613664660842D+00-0.852964100807D-08
+    0.742888087128D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.100000000000D+02
+    0.349728000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  1 59 44.0 0.589342322200D-03-0.135287336889D-10 0.000000000000D+00
+    0.500000000000D+01-0.334687500000D+02 0.506521098637D-08-0.145274796202D+01
+   -0.175647437573D-05 0.629812770057D-02 0.114087015390D-04 0.515366420364D+04
+    0.352784000000D+06-0.160187482834D-06-0.235692916619D+01-0.111758708954D-07
+    0.934730506112D+00 0.148093750000D+03-0.102875796376D+01-0.823605735056D-08
+    0.164292557730D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.500000000000D+01
+    0.346980000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  1 59 44.0 0.597443431616D-05 0.113686837722D-12 0.000000000000D+00
+    0.300000000000D+02 0.311562500000D+02 0.395980779903D-08 0.479960854833D+00
+    0.169314444065D-05 0.111805271590D-01 0.417977571487D-05 0.515367825890D+04
+    0.352784000000D+06 0.178813934326D-06 0.195516942383D+01 0.484287738800D-07
+    0.993146159198D+00 0.314781250000D+03 0.310389192636D+01-0.805854995667D-08
+    0.311084386485D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.300000000000D+02
+    0.349998000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  1 59 44.0 0.302486587316D-03-0.568434188608D-12 0.000000000000D+00
+    0.120000000000D+02 0.500312500000D+02 0.340192741822D-08-0.274350216579D+01
+    0.264309346676D-05 0.449331745040D-02 0.102836638689D-04 0.515374610901D+04
+    0.352784000000D+06 0.335276126862D-07 0.905479639056D+00-0.447034835815D-07
+    0.992732637608D+00 0.197312500000D+03 0.175681389021D+01-0.743995276104D-08
+   -0.203579908492D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.120000000000D+02
+    0.351720000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1  1 59 44.0 0.629019923508D-04 0.420641299570D-11 0.000000000000D+00
+    0.130000000000D+02 0.563750000000D+02 0.348550232802D-08-0.284478700350D+01
+    0.292249023914D-05 0.518969341647D-02 0.102799385786D-04 0.515375893784D+04
+    0.352784000000D+06-0.130385160446D-07 0.883460998645D+00-0.186264514923D-07
+    0.985986832686D+00 0.194156250000D+03-0.214488806905D+01-0.743852413010D-08
+    0.528593446610D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.130000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1  1 59 44.0-0.462345778942D-04-0.284217094304D-11 0.000000000000D+00
+    0.270000000000D+02-0.237812500000D+02 0.454447500991D-08-0.307166428287D+01
+   -0.115670263767D-05 0.662293424830D-02 0.115800648928D-04 0.515375926399D+04
+    0.352784000000D+06-0.109896063805D-06-0.222765206836D+01 0.186264514923D-07
+    0.957887634722D+00 0.153906250000D+03-0.134952817669D+00-0.777889545079D-08
+    0.223580741607D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.270000000000D+02
+    0.347280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1  1 59 44.0-0.229617580771D-05-0.136424205266D-11 0.000000000000D+00
+    0.300000000000D+01-0.794062500000D+02 0.473626871317D-08-0.141587150574D+01
+   -0.411644577980D-05 0.875219237059D-03 0.536628067493D-05 0.515601795006D+04
+    0.352784000000D+06-0.353902578354D-07 0.291452607261D+01-0.372529029846D-07
+    0.960207688207D+00 0.279968750000D+03 0.214218124928D+01-0.821319925557D-08
+   -0.109647424398D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.300000000000D+01
+    0.351738000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  2  0  0.0-0.136319547892D-03-0.397903932026D-11 0.000000000000D+00
+    0.640000000000D+02-0.888750000000D+02 0.459376277723D-08-0.202722519635D+01
+   -0.476092100143D-05 0.483502366114D-02 0.521540641785D-05 0.515480192757D+04
+    0.352800000000D+06 0.577419996262D-07 0.292597596962D+01 0.186264514923D-07
+    0.965450355042D+00 0.276250000000D+03 0.884750622375D+00-0.815641117584D-08
+   -0.721458623076D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.640000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  2  0  0.0 0.269131734967D-03 0.318323145621D-11 0.000000000000D+00
+    0.101000000000D+03 0.347812500000D+02 0.519093035223D-08 0.270784133884D+01
+    0.178255140781D-05 0.960644008592D-02 0.656396150589D-05 0.515359962273D+04
+    0.352800000000D+06-0.217929482460D-06-0.127464812818D+01 0.577419996262D-07
+    0.939349870367D+00 0.243968750000D+03 0.309751168711D+01-0.824820034495D-08
+    0.120362150802D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.101000000000D+03
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  2  0  0.0 0.115312635899D-03 0.807176547823D-11 0.000000000000D+00
+    0.880000000000D+02 0.333437500000D+02 0.534236538811D-08-0.490359498904D+00
+    0.174157321453D-05 0.908778829034D-02 0.617839396000D-05 0.515370571709D+04
+    0.352800000000D+06 0.465661287308D-07-0.125682132592D+01 0.132247805595D-06
+    0.938488442759D+00 0.247187500000D+03 0.613664406294D+00-0.852964100807D-08
+    0.742888087128D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.880000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  2  0  0.0-0.106976367533D-04-0.272848410532D-11 0.000000000000D+00
+    0.660000000000D+02-0.136562500000D+02 0.462769289555D-08-0.194302435840D+01
+   -0.659376382828D-06 0.181570090354D-02 0.679120421410D-05 0.515373050690D+04
+    0.352800000000D+06-0.316649675369D-07-0.214642955461D+00-0.372529029846D-08
+    0.958134627959D+00 0.248625000000D+03 0.242772833743D+00-0.808105049543D-08
+   -0.426803481446D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.660000000000D+02
+    0.345798000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  2  0  0.0 0.589347444475D-03-0.135287336889D-10 0.000000000000D+00
+    0.104000000000D+03-0.334687500000D+02 0.506521098637D-08-0.145041445554D+01
+   -0.175647437573D-05 0.629812304396D-02 0.114087015390D-04 0.515366418838D+04
+    0.352800000000D+06-0.162050127983D-06-0.235692929785D+01-0.111758708954D-07
+    0.934730491483D+00 0.148093750000D+03-0.102875759364D+01-0.823605735056D-08
+    0.163935399996D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.104000000000D+03
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1  2  0  0.0-0.151479616761D-05-0.227373675443D-12 0.000000000000D+00
+    0.640000000000D+02 0.448125000000D+02 0.437411077070D-08 0.112422092441D+01
+    0.232458114624D-05 0.369638379198D-02 0.420399010181D-05 0.515370713806D+04
+    0.352800000000D+06 0.130385160446D-07 0.188651666794D+01 0.428408384323D-07
+    0.971734539090D+00 0.304406250000D+03 0.303011668967D+01-0.817712632442D-08
+    0.307512809143D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.640000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  2  0  0.0 0.598141923547D-05 0.227373675443D-12 0.000000000000D+00
+    0.950000000000D+02 0.311562500000D+02 0.396016495677D-08 0.482294525160D+00
+    0.169314444065D-05 0.111805255292D-01 0.418163836002D-05 0.515367827415D+04
+    0.352800000000D+06 0.178813934326D-06 0.195516930095D+01 0.484287738800D-07
+    0.993146163587D+00 0.314781250000D+03 0.310389178884D+01-0.805854995667D-08
+    0.311084386485D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.950000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1  2  0  0.0 0.156331807375D-04 0.227373675443D-11 0.000000000000D+00
+    0.270000000000D+02 0.434687500000D+02 0.421946166895D-08 0.359348200935D+00
+    0.212900340557D-05 0.171665108064D-01 0.461563467979D-05 0.515370854568D+04
+    0.352800000000D+06-0.223517417908D-06 0.185555330313D+01-0.726431608200D-07
+    0.980806527123D+00 0.302468750000D+03 0.152909329854D+01-0.837892066841D-08
+    0.228938104585D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.270000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  2  0  0.0-0.459155999124D-04-0.909494701773D-12 0.000000000000D+00
+    0.126000000000D+03-0.158125000000D+02 0.466805172295D-08-0.186895661855D+01
+   -0.810250639915D-06 0.918159191497D-02 0.668875873089D-05 0.515352209854D+04
+    0.352800000000D+06 0.577419996262D-07-0.189079652841D+00-0.150874257088D-06
+    0.953164780716D+00 0.247125000000D+03 0.665682273893D+00-0.802069166639D-08
+   -0.382515935593D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.126000000000D+03
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  2  0  0.0-0.725928694010D-04-0.261479726760D-11 0.000000000000D+00
+    0.530000000000D+02 0.389687500000D+02 0.655777315757D-08 0.980699634625D+00
+    0.233948230743D-05 0.107367763994D-01 0.753626227379D-05 0.515374970245D+04
+    0.352800000000D+06-0.316649675369D-07-0.149509680862D+01 0.141561031342D-06
+    0.887914953679D+00 0.195718750000D+03 0.813392303363D+00-0.916216735533D-08
+    0.171078554680D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.530000000000D+02
+    0.350190000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1  2  0  0.0-0.984035432339D-04 0.409272615798D-11 0.000000000000D+00
+    0.620000000000D+02-0.800000000000D+02 0.449804460345D-08 0.104871006854D+01
+   -0.417232513428D-05 0.346810254268D-02 0.554509460926D-05 0.515366565514D+04
+    0.352800000000D+06 0.596046447754D-07 0.294053607288D+01-0.931322574616D-08
+    0.971541577269D+00 0.282156250000D+03-0.393883828831D+00-0.808926525764D-08
+   -0.133576996686D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.620000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  2  0  0.0 0.302486121654D-03-0.568434188608D-12 0.000000000000D+00
+    0.740000000000D+02 0.500312500000D+02 0.340192741822D-08-0.274116879682D+01
+    0.264309346676D-05 0.449331663549D-02 0.102818012238D-04 0.515374610710D+04
+    0.352800000000D+06 0.335276126862D-07 0.905479530800D+00-0.447034835815D-07
+    0.992732643459D+00 0.197312500000D+03 0.175681414037D+01-0.743995276104D-08
+   -0.200008331150D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.740000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  2  0  0.0-0.247174408287D-03 0.636646291241D-11 0.000000000000D+00
+    0.600000000000D+02 0.479375000000D+02 0.433268043665D-08-0.297283807210D+01
+    0.255554914475D-05 0.250779930502D-02 0.922568142414D-05 0.515378184509D+04
+    0.352800000000D+06 0.558793544769D-08 0.818307295566D+00 0.316649675369D-07
+    0.953575638333D+00 0.199000000000D+03-0.173093940297D+00-0.796747468002D-08
+   -0.196436755750D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.600000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1  2  0  0.0-0.853505916893D-04-0.363797880709D-11 0.000000000000D+00
+    0.320000000000D+02-0.890000000000D+02 0.444447084434D-08-0.127458239342D+01
+   -0.491179525852D-05 0.593105389271D-02 0.575371086597D-05 0.515379277420D+04
+    0.352800000000D+06 0.558793544769D-08 0.295799657069D+01-0.614672899246D-07
+    0.972747921461D+00 0.272750000000D+03-0.190896875050D+00-0.815533970263D-08
+   -0.621454457501D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.320000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  2  0  0.0 0.159551855177D-03 0.204636307899D-11 0.000000000000D+00
+    0.111000000000D+03-0.332500000000D+02 0.451518807571D-08-0.238073380575D+01
+   -0.162050127983D-05 0.548633746803D-02 0.104084610939D-04 0.515362829971D+04
+    0.352800000000D+06 0.106170773506D-06-0.228258559021D+01-0.111758708954D-06
+    0.960316172360D+00 0.177093750000D+03-0.250043761594D+01-0.786139888739D-08
+    0.194293807403D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.111000000000D+03
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  2  0  0.0 0.780108384788D-04 0.238742359215D-11 0.000000000000D+00
+    0.930000000000D+02-0.175312500000D+02 0.518914472013D-08-0.939797981193D+00
+   -0.959262251854D-06 0.115997091634D-01 0.671111047268D-05 0.515369869614D+04
+    0.352800000000D+06 0.195577740669D-06-0.189639846598D+00 0.238418579102D-06
+    0.937126773240D+00 0.238062500000D+03-0.232651174339D+01-0.844642325600D-08
+   -0.548594279725D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.930000000000D+02
+    0.345630000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  2  0  0.0 0.539440661669D-04-0.454747350886D-12 0.000000000000D+00
+    0.104000000000D+03-0.146562500000D+02 0.526164774018D-08-0.735604940693D+00
+   -0.799074769020D-06 0.416606711224D-02 0.646151602268D-05 0.515357927513D+04
+    0.352800000000D+06-0.242143869400D-07-0.243569492116D+00 0.707805156708D-07
+    0.936999328206D+00 0.240531250000D+03 0.132234785513D+01-0.850356849348D-08
+   -0.475734101949D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.104000000000D+03
+    0.350040000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  2  0  0.0-0.707907602191D-04-0.261479726760D-11 0.000000000000D+00
+    0.840000000000D+02 0.375000000000D+02 0.561344810836D-08 0.170346144195D+00
+    0.209175050259D-05 0.167121250415D-01 0.557489693165D-05 0.515365498734D+04
+    0.352800000000D+06 0.428408384323D-07-0.124627838253D+01 0.258907675743D-06
+    0.932056600539D+00 0.253656250000D+03-0.246618544159D+01-0.883001066253D-08
+    0.667884962947D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.840000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  2  0  0.0 0.168487429619D-03-0.113686837722D-11 0.000000000000D+00
+    0.390000000000D+02-0.174687500000D+02 0.511949896197D-08-0.186099764931D+01
+   -0.100396573544D-05 0.542221451178D-02 0.699982047081D-05 0.515371176910D+04
+    0.352800000000D+06 0.143423676491D-06-0.184804495655D+00-0.186264514923D-07
+    0.934812694312D+00 0.232281250000D+03-0.194487228726D+01-0.824498629392D-08
+   -0.528950604344D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.390000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1  2  0  0.0 0.364874023944D-03-0.147792889038D-11 0.000000000000D+00
+    0.290000000000D+02 0.491875000000D+02 0.399409494152D-08 0.270418025322D+01
+    0.256672501564D-05 0.683389522601D-02 0.103842467070D-04 0.515368011665D+04
+    0.352800000000D+06-0.838190317154D-07 0.843906487955D+00 0.260770320892D-07
+    0.967815523458D+00 0.182562500000D+03 0.303532257143D+01-0.774675125471D-08
+   -0.903609067516D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.290000000000D+02
+    0.347280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  2  0  0.0 0.300634652376D-03 0.318323145621D-11 0.000000000000D+00
+    0.500000000000D+02 0.364062500000D+02 0.503342394803D-08-0.265658075810D+01
+    0.175274908543D-05 0.567152071744D-02 0.610947608948D-05 0.515483619690D+04
+    0.352800000000D+06-0.763684511185D-07-0.120716243566D+01 0.875443220139D-07
+    0.948671571202D+00 0.253718750000D+03-0.464486868108D+00-0.820891336276D-08
+    0.107147320259D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.500000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  2  0  0.0-0.742571428418D-04-0.591171556152D-11 0.000000000000D+00
+    0.620000000000D+02 0.492500000000D+02 0.347728779104D-08 0.204268213130D+01
+    0.231340527534D-05 0.193581624189D-01 0.956654548645D-05 0.515238172340D+04
+    0.352800000000D+06-0.316649675369D-07 0.901896952680D+00-0.419095158577D-06
+    0.990452814370D+00 0.210687500000D+03 0.110271507043D+01-0.747459694139D-08
+    0.642883940527D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.620000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  2  0  0.0 0.165965873748D-03 0.352429196937D-11 0.000000000000D+00
+    0.141000000000D+03 0.536562500000D+02 0.409588496453D-08-0.280164222120D+01
+    0.265613198280D-05 0.215152401943D-01 0.370666384697D-05 0.515361557198D+04
+    0.352800000000D+06 0.236555933952D-06 0.183045984591D+01 0.227242708206D-06
+    0.978458891780D+00 0.309968750000D+03-0.140364215720D+01-0.773496466877D-08
+    0.395016463983D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.141000000000D+03
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  2  0  0.0-0.119502656162D-04 0.113686837722D-11 0.000000000000D+00
+    0.830000000000D+02-0.792500000000D+02 0.440054044303D-08-0.173973493314D+01
+   -0.390410423279D-05 0.160065293312D-01 0.517442822456D-05 0.515367608643D+04
+    0.352800000000D+06 0.335276126862D-06 0.296566512143D+01 0.104308128357D-06
+    0.970995740590D+00 0.278500000000D+03-0.195251810132D+01-0.791961559806D-08
+   -0.207151485834D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.830000000000D+02
+    0.345618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  1  2  0  0.0 0.131340231746D-03 0.284217094304D-11 0.000000000000D+00
+    0.340000000000D+02-0.199687500000D+02 0.460197740512D-08 0.331120923030D+00
+   -0.101141631603D-05 0.296860048547D-02 0.105500221252D-04 0.515371844292D+04
+    0.352800000000D+06-0.204890966415D-07-0.227431142503D+01 0.000000000000D+00
+    0.960653326701D+00 0.179625000000D+03-0.127458093781D+01-0.796318884164D-08
+    0.194650965137D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.340000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1  2  0  0.0 0.256612896919D-03 0.341060513165D-11 0.000000000000D+00
+    0.670000000000D+02-0.783437500000D+02 0.489484674716D-08-0.131332355823D+01
+   -0.371597707272D-05 0.123832107056D-01 0.534765422344D-05 0.515371636391D+04
+    0.352800000000D+06-0.931322574615D-07 0.288643435162D+01 0.262632966042D-06
+    0.956827765203D+00 0.276593750000D+03 0.148851319304D+01-0.836034824206D-08
+   -0.100361323309D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.670000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  2  0  0.0-0.274986959994D-04 0.250111042988D-11 0.000000000000D+00
+    0.720000000000D+02 0.462812500000D+02 0.426589197724D-08 0.105954937279D+01
+    0.246427953243D-05 0.733631919138D-02 0.390224158764D-05 0.515371385765D+04
+    0.352800000000D+06 0.782310962677D-07 0.188625785286D+01-0.208616256714D-06
+    0.976978807820D+00 0.309906250000D+03-0.104964244475D+01-0.820391315448D-08
+    0.386444668400D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.720000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1  2  0  0.0-0.276537612081D-04-0.852651282912D-11 0.000000000000D+00
+    0.430000000000D+02-0.167500000000D+02 0.458233372974D-08 0.184789856380D+01
+   -0.897794961929D-06 0.126284080325D-01 0.695697963238D-05 0.515369827461D+04
+    0.352800000000D+06 0.227242708206D-06-0.125669306311D+00 0.126659870148D-06
+    0.958997607722D+00 0.239500000000D+03-0.968486591777D+00-0.791604402072D-08
+   -0.591453207829D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.430000000000D+02
+    0.345600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  3 59 44.0-0.136350747198D-03-0.397903932026D-11 0.000000000000D+00
+    0.800000000000D+01-0.816250000000D+02 0.454590364085D-08-0.980273701637D+00
+   -0.403821468353D-05 0.483504415024D-02 0.537745654583D-05 0.515479998016D+04
+    0.359984000000D+06 0.316649675369D-07 0.292591738267D+01 0.521540641785D-07
+    0.965449785967D+00 0.275218750000D+03 0.884959686534D+00-0.818069790176D-08
+   -0.764317551180D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.800000000000D+01
+    0.359160000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  3 59 44.0 0.269155018032D-03 0.318323145621D-11 0.000000000000D+00
+    0.800000000000D+01 0.336562500000D+02 0.528879172798D-08-0.252745835947D+01
+    0.172480940819D-05 0.960738409776D-02 0.675953924656D-05 0.515359786224D+04
+    0.359984000000D+06-0.247731804848D-06-0.127470757970D+01-0.122934579849D-06
+    0.939350661805D+00 0.237062500000D+03 0.309752407364D+01-0.830034574272D-08
+    0.162863926793D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.800000000000D+01
+    0.353388000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  3 59 44.0 0.115369912237D-03 0.807176547823D-11 0.000000000000D+00
+    0.110000000000D+02 0.339687500000D+02 0.544986986610D-08 0.557443719883D+00
+    0.204332172871D-05 0.908769399393D-02 0.632368028164D-05 0.515370556259D+04
+    0.359984000000D+06 0.111758708954D-07-0.125688307422D+01 0.577419996262D-07
+    0.938488859691D+00 0.243000000000D+03 0.613695633744D+00-0.859107213835D-08
+    0.942896418278D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.110000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  3 59 44.0 0.589244998992D-03-0.135287336889D-10 0.000000000000D+00
+    0.150000000000D+02-0.358125000000D+02 0.510306970619D-08-0.402708956753D+00
+   -0.203773379326D-05 0.629676436074D-02 0.106580555439D-04 0.515366118813D+04
+    0.359984000000D+06-0.651925802231D-07-0.235698904635D+01-0.670552253723D-07
+    0.934731831516D+00 0.161500000000D+03-0.102860576615D+01-0.828748806429D-08
+    0.211080220910D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.150000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  3 59 44.0 0.597583130002D-05 0.113686837722D-12 0.000000000000D+00
+    0.310000000000D+02 0.406250000000D+02 0.384551732409D-08 0.153002740099D+01
+    0.216998159885D-05 0.111813079566D-01 0.437535345554D-05 0.515368096924D+04
+    0.359984000000D+06-0.316649675369D-07 0.195511284547D+01 0.134110450745D-06
+    0.993148248245D+00 0.311375000000D+03 0.310399763682D+01-0.792604443728D-08
+    0.165006873199D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.310000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  3 59 44.0-0.459179282188D-04-0.909494701773D-12 0.000000000000D+00
+    0.300000000000D+01-0.127187500000D+02 0.485627371186D-08-0.821060647832D+00
+   -0.718981027603D-06 0.918159692083D-02 0.659935176373D-05 0.515352128029D+04
+    0.359984000000D+06 0.178813934326D-06-0.189136921695D+00 0.160187482834D-06
+    0.953160425609D+00 0.248093750000D+03 0.665727421008D+00-0.829355974577D-08
+   -0.550022910662D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.300000000000D+01
+    0.358500000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  3 59 44.0 0.302481930703D-03-0.568434188608D-12 0.000000000000D+00
+    0.260000000000D+02 0.573125000000D+02 0.351157484262D-08-0.169355535215D+01
+    0.297464430332D-05 0.449405598920D-02 0.104811042547D-04 0.515374405289D+04
+    0.359984000000D+06 0.558793544769D-08 0.905426024571D+00 0.987201929092D-07
+    0.992731734987D+00 0.193625000000D+03 0.175699660575D+01-0.757031533402D-08
+   -0.742888087128D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.260000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  3 59 44.0 0.780262053013D-04 0.238742359215D-11 0.000000000000D+00
+    0.150000000000D+02-0.120937500000D+02 0.529272048411D-08 0.108087972927D+00
+   -0.543892383575D-06 0.116008149926D-01 0.628456473350D-05 0.515370107079D+04
+    0.359984000000D+06-0.186264514923D-07-0.189701627091D+00 0.147148966789D-06
+    0.937122173826D+00 0.245031250000D+03-0.232656114320D+01-0.862607318908D-08
+   -0.529664923032D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.150000000000D+02
+    0.359310000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  3 59 44.0 0.168492086232D-03-0.795807864051D-12 0.000000000000D+00
+    0.790000000000D+02-0.181875000000D+02 0.529057751665D-08-0.812952076203D+00
+   -0.107102096081D-05 0.542260636576D-02 0.635534524918D-05 0.515371409225D+04
+    0.359984000000D+06-0.968575477600D-07-0.184864424094D+00 0.856816768646D-07
+    0.934807577025D+00 0.241187500000D+03-0.194508969444D+01-0.851499754097D-08
+   -0.558237538548D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.790000000000D+02
+    0.355380000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  3 59 44.0-0.742985866964D-04-0.591171556152D-11 0.000000000000D+00
+    0.270000000000D+02 0.459687500000D+02 0.342264261377D-08 0.309133500267D+01
+    0.235810875893D-05 0.193586510140D-01 0.962056219578D-05 0.515238048553D+04
+    0.359984000000D+06 0.121071934700D-06 0.901845111252D+00-0.134110450745D-06
+    0.990453978852D+00 0.206593750000D+03 0.110269021399D+01-0.722851556389D-08
+   -0.128576784636D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.270000000000D+02
+    0.357630000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  3 59 44.0 0.165989156812D-03 0.352429196937D-11 0.000000000000D+00
+    0.500000000000D+01 0.548437500000D+02 0.402123889742D-08-0.175379384067D+01
+    0.346638262272D-05 0.215153477620D-01 0.445544719696D-05 0.515361445618D+04
+    0.359984000000D+06 0.838190317154D-07 0.183040435743D+01 0.512227416038D-06
+    0.978460790648D+00 0.303156250000D+03-0.140361162903D+01-0.794461652021D-08
+    0.336442596005D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.500000000000D+01
+    0.354738000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  4  0  0.0-0.136347953230D-03-0.397903932026D-11 0.000000000000D+00
+    0.810000000000D+02-0.816250000000D+02 0.454626079858D-08-0.977942036971D+00
+   -0.403821468353D-05 0.483505148441D-02 0.537745654583D-05 0.515480002403D+04
+    0.360000000000D+06 0.316649675369D-07 0.292591725979D+01 0.521540641785D-07
+    0.965449742080D+00 0.275218750000D+03 0.884959986433D+00-0.818069790176D-08
+   -0.764317551180D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.810000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1  4  0  0.0 0.575582496822D-03 0.500222085975D-11 0.000000000000D+00
+    0.150000000000D+02-0.491875000000D+02 0.511557022689D-08-0.261111580675D+01
+   -0.282563269138D-05 0.132494486170D-01 0.108797103167D-04 0.515372379303D+04
+    0.360000000000D+06 0.230967998505D-06-0.242787381732D+01-0.128522515297D-06
+    0.927471187686D+00 0.147281250000D+03 0.100485881531D+01-0.807319342377D-08
+    0.226438003480D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.150000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  4  0  0.0-0.107167288661D-04-0.272848410532D-11 0.000000000000D+00
+    0.670000000000D+02-0.125000000000D+02 0.469090988275D-08-0.893073496873D+00
+   -0.691041350365D-06 0.181570590939D-02 0.672414898872D-05 0.515372984123D+04
+    0.360000000000D+06 0.745058059692D-07-0.214700802167D+00-0.316649675369D-07
+    0.958131140362D+00 0.251031250000D+03 0.242969128091D+00-0.812819589413D-08
+   -0.510021247457D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.670000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1  4  0  0.0-0.151619315147D-05-0.227373675443D-12 0.000000000000D+00
+    0.670000000000D+02 0.493437500000D+02 0.434732394064D-08 0.217434990060D+01
+    0.254251062870D-05 0.369667739142D-02 0.413879752159D-05 0.515370730400D+04
+    0.360000000000D+06-0.745058059692D-08 0.188645791861D+01 0.204890966415D-07
+    0.971736667636D+00 0.304031250000D+03 0.303014653319D+01-0.817069748520D-08
+    0.288583449230D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.670000000000D+02
+    0.359190000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1  4  0  0.0 0.156494788826D-04 0.227373675443D-11 0.000000000000D+00
+    0.740000000000D+02 0.415312500000D+02 0.411802858480D-08 0.140950289815D+01
+    0.190362334251D-05 0.171668351395D-01 0.469014048576D-05 0.515370900536D+04
+    0.360000000000D+06-0.147148966789D-06 0.185549271053D+01-0.404193997383D-06
+    0.980809268631D+00 0.299406250000D+03 0.152909580306D+01-0.814569656171D-08
+    0.323227750121D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.740000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  4  0  0.0-0.459221191704D-04-0.909494701773D-12 0.000000000000D+00
+    0.177000000000D+03-0.127187500000D+02 0.485591655413D-08-0.818727331531D+00
+   -0.718981027603D-06 0.918159284629D-02 0.659935176373D-05 0.515352130508D+04
+    0.360000000000D+06 0.178813934326D-06-0.189137069450D+00 0.160187482834D-06
+    0.953160425609D+00 0.248093750000D+03 0.665727893530D+00-0.829320258803D-08
+   -0.550022910662D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.177000000000D+03
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  4  0  0.0-0.726114958525D-04-0.261479726760D-11 0.000000000000D+00
+    0.580000000000D+02 0.449375000000D+02 0.652205738416D-08 0.203092392871D+01
+    0.219978392124D-05 0.107369102770D-01 0.767223536968D-05 0.515374821281D+04
+    0.360000000000D+06-0.230967998505D-06-0.149516334506D+01-0.147148966789D-06
+    0.887917733223D+00 0.193375000000D+03 0.813318196322D+00-0.889501337015D-08
+    0.362515100209D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.580000000000D+02
+    0.355200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1  4  0  0.0-0.983746722341D-04 0.409272615798D-11 0.000000000000D+00
+    0.630000000000D+02-0.763750000000D+02 0.440268355106D-08 0.209877526004D+01
+   -0.420399010181D-05 0.346825027373D-02 0.530481338501D-05 0.515366643906D+04
+    0.360000000000D+06 0.819563865662D-07 0.294047765271D+01 0.502914190292D-07
+    0.971540674649D+00 0.281593750000D+03-0.393764011452D+00-0.809426570214D-08
+   -0.957182735850D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.630000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1  4  0  0.0 0.629322603345D-04 0.420641299570D-11 0.000000000000D+00
+    0.140000000000D+02 0.550000000000D+02 0.362407952889D-08-0.179250705350D+01
+    0.278279185295D-05 0.519130961038D-02 0.969320535660D-05 0.515375561142D+04
+    0.360000000000D+06 0.165775418282D-06 0.883407978105D+00-0.108033418655D-06
+    0.985986611786D+00 0.209343750000D+03-0.214471130612D+01-0.750495546866D-08
+   -0.957182727646D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.140000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  4  0  0.0-0.247128773481D-03 0.636646291241D-11 0.000000000000D+00
+    0.610000000000D+02 0.374062500000D+02 0.434982405650D-08-0.192315521863D+01
+    0.200606882572D-05 0.250897195656D-02 0.951997935772D-05 0.515377885055D+04
+    0.360000000000D+06-0.428408384323D-07 0.818250177393D+00 0.763684511185D-07
+    0.953575552021D+00 0.194281250000D+03-0.172662572569D+00-0.793318744030D-08
+   -0.485734508171D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.610000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1  4  0  0.0-0.853766687214D-04-0.363797880709D-11 0.000000000000D+00
+    0.330000000000D+02-0.821562500000D+02 0.438661129140D-08-0.224586036601D+00
+   -0.420957803726D-05 0.593031209428D-02 0.552460551262D-05 0.515379088783D+04
+    0.360000000000D+06 0.279396772385D-07 0.295793788573D+01-0.540167093277D-07
+    0.972747403588D+00 0.274593750000D+03-0.190785365582D+00-0.816605443466D-08
+   -0.739316509786D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.330000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  4  0  0.0 0.159566756338D-03 0.204636307899D-11 0.000000000000D+00
+    0.112000000000D+03-0.381875000000D+02 0.448197240643D-08-0.133028110042D+01
+   -0.188685953617D-05 0.548577844165D-02 0.109244138002D-04 0.515363102341D+04
+    0.360000000000D+06 0.949949026108D-07-0.228264242019D+01-0.372529029846D-08
+    0.960317897141D+00 0.167656250000D+03-0.250068269714D+01-0.786282751833D-08
+    0.250367571672D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.112000000000D+03
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  4  0  0.0 0.780280679464D-04 0.238742359215D-11 0.000000000000D+00
+    0.940000000000D+02-0.120937500000D+02 0.529236343638D-08 0.110421657882D+00
+   -0.543892383575D-06 0.116008128971D-01 0.628456473350D-05 0.515370107460D+04
+    0.360000000000D+06-0.186264514923D-07-0.189701780698D+00 0.147148966789D-06
+    0.937122173826D+00 0.245031250000D+03-0.232656114467D+01-0.862571614135D-08
+   -0.529664923032D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.940000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1  4  0  0.0-0.462555326521D-04-0.284217094304D-11 0.000000000000D+00
+    0.280000000000D+02-0.166250000000D+02 0.451483091797D-08-0.201910191947D+01
+   -0.107288360596D-05 0.662232690956D-02 0.116471201181D-04 0.515376087952D+04
+    0.360000000000D+06-0.838190317154D-07-0.222770903293D+01-0.139698386192D-06
+    0.957888944034D+00 0.155406250000D+03-0.135052840304D+00-0.790211486909D-08
+    0.288583449230D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.280000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  4  0  0.0 0.539408065379D-04-0.454747350886D-12 0.000000000000D+00
+    0.105000000000D+03-0.161562500000D+02 0.528236288876D-08 0.314619890278D+00
+   -0.815838575363D-06 0.416587374639D-02 0.648573040962D-05 0.515357888031D+04
+    0.360000000000D+06-0.558793544769D-07-0.243630570408D+00 0.391155481338D-07
+    0.936995858164D+00 0.240968750000D+03 0.132236717589D+01-0.849535386559D-08
+   -0.502878089748D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.105000000000D+03
+    0.355470000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  4  0  0.0-0.708098523319D-04-0.261479726760D-11 0.000000000000D+00
+    0.850000000000D+02 0.398437500000D+02 0.563737767655D-08 0.122047060436D+01
+    0.235810875893D-05 0.167133581126D-01 0.664405524731D-05 0.515365836144D+04
+    0.360000000000D+06-0.158324837685D-06-0.124634124412D+01 0.242143869400D-06
+    0.932056705869D+00 0.241468750000D+03-0.246611072012D+01-0.876322216624D-08
+   -0.714315468392D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.850000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  4  0  0.0 0.168479047716D-03-0.113686837722D-11 0.000000000000D+00
+    0.400000000000D+02-0.181875000000D+02 0.529022035891D-08-0.810619748835D+00
+   -0.107102096081D-05 0.542261055671D-02 0.635534524918D-05 0.515371409988D+04
+    0.360000000000D+06-0.968575477600D-07-0.184864555756D+00 0.856816768646D-07
+    0.934807569710D+00 0.241187500000D+03-0.194508836757D+01-0.851499754097D-08
+   -0.558237538548D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.400000000000D+02
+    0.354600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1  4  0  0.0 0.364863313735D-03-0.147792889038D-11 0.000000000000D+00
+    0.890000000000D+02 0.554687500000D+02 0.399123767964D-08-0.252877550069D+01
+    0.281073153019D-05 0.683427613694D-02 0.105444341898D-04 0.515367946243D+04
+    0.360000000000D+06-0.838190317154D-07 0.843850721518D+00-0.223517417908D-07
+    0.967814929514D+00 0.180406250000D+03 0.303526700248D+01-0.774353683511D-08
+   -0.785747015231D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.890000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  4  0  0.0 0.300657469779D-03 0.318323145621D-11 0.000000000000D+00
+    0.520000000000D+02 0.364062500000D+02 0.517450125303D-08-0.160709528153D+01
+    0.191666185856D-05 0.567131640855D-02 0.594928860664D-05 0.515483650589D+04
+    0.360000000000D+06-0.502914190292D-07-0.120722286003D+01-0.124797224999D-06
+    0.948671931079D+00 0.256000000000D+03-0.464497461098D+00-0.838927801853D-08
+    0.199651173416D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.520000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1  4  0  0.0-0.230595469475D-05-0.136424205266D-11 0.000000000000D+00
+    0.400000000000D+01-0.757187500000D+02 0.464233622908D-08-0.364388195099D+00
+   -0.419095158577D-05 0.875241588801D-03 0.502355396748D-05 0.515601849365D+04
+    0.360000000000D+06 0.465661287308D-07 0.291446627145D+01-0.186264514923D-08
+    0.960207078170D+00 0.280125000000D+03 0.214177868641D+01-0.824677208259D-08
+   -0.410731394325D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.400000000000D+01
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  4  0  0.0-0.742995180190D-04-0.591171556152D-11 0.000000000000D+00
+    0.670000000000D+02 0.459687500000D+02 0.342264256680D-08 0.309367020906D+01
+    0.235810875893D-05 0.193586543901D-01 0.962056219578D-05 0.515238049126D+04
+    0.360000000000D+06 0.121071934700D-06 0.901844976663D+00-0.134110450745D-06
+    0.990453984704D+00 0.206593750000D+03 0.110269043196D+01-0.722851538239D-08
+   -0.125005206969D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.605359673500D-08 0.670000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  4  0  0.0 0.165991019458D-03 0.352429196937D-11 0.000000000000D+00
+    0.142000000000D+03 0.548437500000D+02 0.402159594515D-08-0.175146074380D+01
+    0.346824526787D-05 0.215153528843D-01 0.445544719696D-05 0.515361446190D+04
+    0.360000000000D+06 0.838190317154D-07 0.183040423600D+01 0.512227416038D-06
+    0.978460761390D+00 0.303156250000D+03-0.140361105410D+01-0.794461652021D-08
+    0.336799754752D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.419095158577D-08 0.142000000000D+03
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  4  0  0.0-0.119418837130D-04 0.113686837722D-11 0.000000000000D+00
+    0.880000000000D+02-0.757500000000D+02 0.452947438508D-08-0.689578557955D+00
+   -0.371411442757D-05 0.160066240933D-01 0.585056841373D-05 0.515367546272D+04
+    0.360000000000D+06-0.113621354103D-06 0.296560657838D+01 0.266358256340D-06
+    0.970993284351D+00 0.276875000000D+03-0.195249502379D+01-0.839249243814D-08
+   -0.578595529398D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.880000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  1  4  0  0.0 0.131360720843D-03 0.284217094304D-11 0.000000000000D+00
+    0.360000000000D+02-0.257187500000D+02 0.452376003324D-08 0.138098080129D+01
+   -0.132247805595D-05 0.296931958292D-02 0.102594494820D-04 0.515372056961D+04
+    0.360000000000D+06 0.260770320892D-07-0.227436869535D+01-0.745058059692D-07
+    0.960655172904D+00 0.185437500000D+03-0.127428741793D+01-0.787961429438D-08
+    0.220009163665D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.360000000000D+02
+    0.354552000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  1  4  0  0.0 0.256637111306D-03 0.341060513165D-11 0.000000000000D+00
+    0.680000000000D+02-0.688750000000D+02 0.480555728544D-08-0.263083735271D+00
+   -0.379048287869D-05 0.123841458699D-01 0.532530248165D-05 0.515371902657D+04
+    0.360000000000D+06-0.126659870148D-06 0.288637278179D+01 0.540167093277D-07
+    0.956826738234D+00 0.279312500000D+03 0.148843014611D+01-0.852642667581D-08
+   -0.253581999149D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.680000000000D+02
+    0.352818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  4  0  0.0-0.274810008705D-04 0.250111042988D-11 0.000000000000D+00
+    0.730000000000D+02 0.458125000000D+02 0.410695678552D-08 0.210970187271D+01
+    0.243447721005D-05 0.733639555983D-02 0.390596687794D-05 0.515371387672D+04
+    0.360000000000D+06 0.875443220139D-07 0.188620078150D+01 0.106170773506D-06
+    0.976982235437D+00 0.310843750000D+03-0.104964169866D+01-0.793318759196D-08
+    0.260367988229D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.730000000000D+02
+    0.352800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1  4  0  0.0-0.277152284980D-04-0.852651282912D-11 0.000000000000D+00
+    0.440000000000D+02-0.140312500000D+02 0.456769026263D-08 0.289801856352D+01
+   -0.687316060066D-06 0.126279075630D-01 0.731274485588D-05 0.515369969177D+04
+    0.360000000000D+06 0.100582838059D-06-0.125726235768D+00 0.219792127609D-06
+    0.958993297966D+00 0.234562500000D+03-0.968440764405D+00-0.787782814316D-08
+   -0.563237746827D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.440000000000D+02
+    0.358770000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  5 59 44.0-0.136379618198D-03-0.397903932026D-11 0.000000000000D+00
+    0.900000000000D+01-0.729375000000D+02 0.445268547222D-08 0.693369699917D-01
+   -0.377558171749D-05 0.483640097082D-02 0.526197254658D-05 0.515480278015D+04
+    0.367184000000D+06-0.149011611938D-07 0.292585830711D+01 0.428408384323D-07
+    0.965449130580D+00 0.281156250000D+03 0.884840862476D+00-0.820748473183D-08
+   -0.767889128522D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.900000000000D+01
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  5 59 44.0-0.459244474769D-04-0.909494701773D-12 0.000000000000D+00
+    0.400000000000D+01-0.145625000000D+02 0.500949437983D-08 0.229205138994D+00
+   -0.597909092903D-06 0.918122357689D-02 0.649318099022D-05 0.515352052879D+04
+    0.367184000000D+06 0.186264514923D-07-0.189197359229D+00 0.124797224999D-06
+    0.953155990041D+00 0.246187500000D+03 0.665739065836D+00-0.841285042899D-08
+   -0.544308386915D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.400000000000D+01
+    0.360318000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  5 59 44.0 0.780434347689D-04 0.238742359215D-11 0.000000000000D+00
+    0.160000000000D+02-0.114687500000D+02 0.533915089917D-08 0.115823809706D+01
+   -0.458210706711D-06 0.116011177888D-01 0.671669840813D-05 0.515370179748D+04
+    0.367184000000D+06-0.117346644402D-06-0.189763416362D+00 0.121071934700D-06
+    0.937118158116D+00 0.242468750000D+03-0.232654170688D+01-0.859535820297D-08
+   -0.565737845459D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.160000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  5 59 44.0 0.539370812476D-04-0.454747350886D-12 0.000000000000D+00
+    0.100000000000D+02-0.155000000000D+02 0.529129183211D-08 0.136254757414D+01
+   -0.955536961556D-06 0.416580063757D-02 0.651367008686D-05 0.515357868767D+04
+    0.367184000000D+06-0.124797224999D-06-0.243691809622D+00-0.409781932831D-07
+    0.936992566599D+00 0.241312500000D+03 0.132235029528D+01-0.843035115796D-08
+   -0.451447376024D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.100000000000D+02
+    0.365160000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  5 59 44.0-0.708289444447D-04-0.261479726760D-11 0.000000000000D+00
+    0.170000000000D+02 0.347500000000D+02 0.547594236622D-08 0.226829401727D+01
+    0.163726508617D-05 0.167135000229D-01 0.673159956932D-05 0.515365955543D+04
+    0.367184000000D+06-0.329688191414D-06-0.124640475964D+01-0.281259417534D-06
+    0.932059194292D+00 0.238500000000D+03-0.246606963553D+01-0.833177526971D-08
+    0.257153576211D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.170000000000D+02
+    0.366552000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  5 59 44.0 0.168486032635D-03-0.795807864051D-12 0.000000000000D+00
+    0.800000000000D+02-0.132812500000D+02 0.540165357198D-08 0.237273631056D+00
+   -0.519677996635D-06 0.542315188795D-02 0.637024641037D-05 0.515371527481D+04
+    0.367184000000D+06-0.558793544769D-08-0.184926617130D+00-0.372529029846D-08
+    0.934803571555D+00 0.242687500000D+03-0.194515349961D+01-0.860285834358D-08
+   -0.484663045304D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.800000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  5 59 44.0 0.300671905279D-03 0.318323145621D-11 0.000000000000D+00
+    0.800000000000D+01 0.341250000000D+02 0.524307575134D-08-0.559938390196D+00
+    0.182725489140D-05 0.567152572330D-02 0.626966357231D-05 0.515483682823D+04
+    0.367184000000D+06 0.745058059692D-08-0.120728353748D+01-0.484287738800D-07
+    0.948673680729D+00 0.254843750000D+03-0.464510718062D+00-0.840570724137D-08
+    0.263582405902D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.800000000000D+01
+    0.366450000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  5 59 44.0-0.743414275348D-04-0.591171556152D-11 0.000000000000D+00
+    0.280000000000D+02 0.475625000000D+02 0.343264305869D-08-0.214087188640D+01
+    0.246241688728D-05 0.193578427425D-01 0.100061297417D-04 0.515238205338D+04
+    0.367184000000D+06 0.232830643654D-06 0.901793043071D+00-0.143423676491D-06
+    0.990453951057D+00 0.200406250000D+03 0.110267513862D+01-0.725887394637D-08
+   -0.253581999149D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.280000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  5 59 44.0 0.166014302522D-03 0.352429196937D-11 0.000000000000D+00
+    0.600000000000D+01 0.440312500000D+02 0.418410285611D-08-0.703685222446D+00
+    0.245496630669D-05 0.215148800053D-01 0.553764402866D-05 0.515360999107D+04
+    0.367184000000D+06-0.296160578728D-06 0.183034414225D+01 0.141561031342D-06
+    0.978461794210D+00 0.290156250000D+03-0.140350366567D+01-0.838749222986D-08
+    0.446090010011D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.600000000000D+01
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  5 59 44.0-0.119418837130D-04 0.113686837722D-11 0.000000000000D+00
+    0.000000000000D+00-0.781250000000D+02 0.443661337418D-08 0.358260149762D+00
+   -0.416301190853D-05 0.160063597141D-01 0.575371086597D-05 0.515367495918D+04
+    0.367184000000D+06-0.284984707832D-06 0.296554681086D+01 0.106170773506D-06
+    0.970992699183D+00 0.276937500000D+03-0.195248802519D+01-0.836034824206D-08
+   -0.181078971237D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.000000000000D+00
+    0.366450000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  6  0  0.0 0.364852137864D-03-0.147792889038D-11 0.000000000000D+00
+    0.900000000000D+02 0.453437500000D+02 0.404909723258D-08-0.147891285898D+01
+    0.220723450184D-05 0.683473318350D-02 0.987388193607D-05 0.515367546272D+04
+    0.367200000000D+06-0.689178705216D-07 0.843794776605D+00-0.819563865662D-07
+    0.967814376531D+00 0.193906250000D+03 0.303557876057D+01-0.776532345689D-08
+   -0.750031241812D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.900000000000D+02
+    0.362640000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  6  0  0.0 0.269177835435D-03 0.318323145621D-11 0.000000000000D+00
+    0.150000000000D+02 0.316250000000D+02 0.541701135455D-08-0.147492335117D+01
+    0.167451798916D-05 0.960752938408D-02 0.671669840813D-05 0.515359721565D+04
+    0.367200000000D+06 0.987201929092D-07-0.127476965863D+01-0.145286321640D-06
+    0.939352237368D+00 0.238343750000D+03 0.309755730528D+01-0.847392440154D-08
+    0.402159608705D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.150000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1  6  0  0.0 0.575618818402D-03 0.500222085975D-11 0.000000000000D+00
+    0.170000000000D+02-0.335312500000D+02 0.517271546436D-08-0.156116152346D+01
+   -0.170990824699D-05 0.132515452569D-01 0.974349677563D-05 0.515371748161D+04
+    0.367200000000D+06 0.305473804474D-06-0.242793184543D+01 0.447034835815D-07
+    0.927472826155D+00 0.167031250000D+03 0.100506170010D+01-0.813891044686D-08
+    0.216437586923D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.170000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  6  0  0.0 0.115428119898D-03 0.807176547823D-11 0.000000000000D+00
+    0.230000000000D+02 0.364375000000D+02 0.549201447873D-08 0.160990644247D+01
+    0.204704701901D-05 0.908814708237D-02 0.688992440701D-05 0.515370655441D+04
+    0.367200000000D+06-0.143423676491D-06-0.125694569590D+01 0.165775418282D-06
+    0.938490009545D+00 0.238437500000D+03 0.613734750710D+00-0.853964142463D-08
+    0.230723896291D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.230000000000D+02
+    0.365280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  6  0  0.0-0.107362866402D-04-0.272848410532D-11 0.000000000000D+00
+    0.680000000000D+02-0.131562500000D+02 0.482627246219D-08 0.157077392367D+00
+   -0.771135091782D-06 0.181554025039D-02 0.647455453873D-05 0.515372954941D+04
+    0.367200000000D+06-0.186264514923D-08-0.214759573438D+00 0.186264514923D-07
+    0.958127003230D+00 0.249750000000D+03 0.242966484598D+00-0.821891377932D-08
+   -0.523950396066D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.680000000000D+02
+    0.362538000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  6  0  0.0 0.589147210121D-03-0.135287336889D-10 0.000000000000D+00
+    0.160000000000D+02-0.377187500000D+02 0.507485424519D-08 0.649723271308D+00
+   -0.202842056751D-05 0.629665201996D-02 0.102017074823D-04 0.515366111374D+04
+    0.367200000000D+06-0.204890966415D-07-0.235704883581D+01-0.115483999252D-06
+    0.934733262249D+00 0.170343750000D+03-0.102851074670D+01-0.828105922507D-08
+    0.193579491934D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.160000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1  6  0  0.0-0.151759013534D-05-0.227373675443D-12 0.000000000000D+00
+    0.730000000000D+02 0.537812500000D+02 0.431303679815D-08-0.305857448542D+01
+    0.287219882011D-05 0.369709311053D-02 0.419653952122D-05 0.515370628738D+04
+    0.367200000000D+06-0.372529029846D-08 0.188639908151D+01-0.149011611938D-07
+    0.971738933696D+00 0.304531250000D+03 0.303004522465D+01-0.813819613139D-08
+    0.303584074067D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.730000000000D+02
+    0.360150000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  6  0  0.0 0.597676262260D-05 0.113686837722D-12 0.000000000000D+00
+    0.610000000000D+02 0.455625000000D+02 0.386087510666D-08 0.258259693269D+01
+    0.234507024288D-05 0.111817154102D-01 0.426732003689D-05 0.515367943954D+04
+    0.367200000000D+06-0.141561031342D-06 0.195505540400D+01 0.651925802231D-07
+    0.993149733107D+00 0.314750000000D+03 0.310393419006D+01-0.786497046473D-08
+    0.223937899341D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.610000000000D+02
+    0.365370000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1  6  0  0.0 0.156657770276D-04 0.227373675443D-11 0.000000000000D+00
+    0.800000000000D+02 0.470625000000D+02 0.392302055241D-08 0.245963222105D+01
+    0.238232314587D-05 0.171664071968D-01 0.443123281002D-05 0.515371007729D+04
+    0.367200000000D+06 0.186264514923D-06 0.185543674806D+01-0.596046447754D-07
+    0.980813203881D+00 0.300250000000D+03 0.152912155188D+01-0.770103506474D-08
+    0.222866426138D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.800000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  6  0  0.0-0.726301223040D-04-0.261479726760D-11 0.000000000000D+00
+    0.590000000000D+02 0.487812500000D+02 0.639312344211D-08 0.308102982444D+01
+    0.233948230743D-05 0.107361120172D-01 0.732764601708D-05 0.515374990845D+04
+    0.367200000000D+06-0.186264514923D-07-0.149522650216D+01-0.152736902237D-06
+    0.887921071602D+00 0.199093750000D+03 0.813361040804D+00-0.872679207735D-08
+    0.366086677551D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.116415321827D-07 0.590000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1  6  0  0.0-0.983453355730D-04 0.409272615798D-11 0.000000000000D+00
+    0.640000000000D+02-0.751562500000D+02 0.430196500645D-08-0.313418482557D+01
+   -0.380352139473D-05 0.346841197461D-02 0.515580177307D-05 0.515366603470D+04
+    0.367200000000D+06 0.372529029846D-08 0.294041923693D+01 0.540167093277D-07
+    0.971540320623D+00 0.282593750000D+03-0.393804774201D+00-0.805962141470D-08
+   -0.450018737552D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.640000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  6  0  0.0 0.302477274090D-03-0.568434188608D-12 0.000000000000D+00
+    0.270000000000D+02 0.550000000000D+02 0.350621747660D-08-0.641080965721D+00
+    0.278092920780D-05 0.449372141156D-02 0.103227794170D-04 0.515374386978D+04
+    0.367200000000D+06-0.633299350738D-07 0.905371203179D+00 0.670552253723D-07
+    0.992731103007D+00 0.197937500000D+03 0.175698614004D+01-0.759603069088D-08
+   -0.803604901941D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.270000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1  6  0  0.0 0.629620626569D-04 0.420641299570D-11 0.000000000000D+00
+    0.150000000000D+02 0.443125000000D+02 0.373122688302D-08-0.742043840030D+00
+    0.222213566303D-05 0.519151054323D-02 0.919029116631D-05 0.515375890732D+04
+    0.367200000000D+06 0.204890966415D-07 0.883353520980D+00 0.119209289551D-06
+    0.985984540294D+00 0.217406250000D+03-0.214505146383D+01-0.775460851088D-08
+   -0.165006869279D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.150000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  6  0  0.0-0.247082673013D-03 0.636646291241D-11 0.000000000000D+00
+    0.101000000000D+03 0.344062500000D+02 0.431410818180D-08-0.872417871866D+00
+    0.184401869774D-05 0.250945123844D-02 0.101476907730D-04 0.515378190994D+04
+    0.367200000000D+06-0.167638063431D-07 0.818193989635D+00-0.135973095894D-06
+    0.953574598198D+00 0.182625000000D+03-0.173285867835D+00-0.794068810705D-08
+   -0.225009372246D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.101000000000D+03
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1  6  0  0.0-0.854027457535D-04-0.363797880709D-11 0.000000000000D+00
+    0.780000000000D+02-0.778750000000D+02 0.424803409053D-08 0.825438032270D+00
+   -0.399351119995D-05 0.593130080961D-02 0.536441802979D-05 0.515379297257D+04
+    0.367200000000D+06 0.111758708954D-06 0.295787955480D+01 0.279396772385D-07
+    0.972747283629D+00 0.281468750000D+03-0.190702103599D+00-0.805997858760D-08
+   -0.953611150304D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.780000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  6  0  0.0 0.159581657499D-03 0.204636307899D-11 0.000000000000D+00
+    0.113000000000D+03-0.337812500000D+02 0.452233123039D-08-0.280189017557D+00
+   -0.165216624737D-05 0.548544479534D-02 0.112671405077D-04 0.515362972641D+04
+    0.367200000000D+06 0.186264514923D-07-0.228269927211D+01 0.670552253723D-07
+    0.960319183046D+00 0.163937500000D+03-0.250056729485D+01-0.796176021070D-08
+    0.231081054025D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.113000000000D+03
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1  6  0  0.0-0.462760217488D-04-0.284217094304D-11 0.000000000000D+00
+    0.290000000000D+02-0.171875000000D+02 0.456304721209D-08-0.969434333014D+00
+   -0.113993883133D-05 0.662195007317D-02 0.102799385786D-04 0.515375506973D+04
+    0.367200000000D+06 0.186264514923D-07-0.222776621986D+01-0.130385160446D-06
+    0.957891207168D+00 0.177562500000D+03-0.134591002918D+00-0.793247327649D-08
+    0.315727437029D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.290000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  6  0  0.0 0.539375469089D-04-0.454747350886D-12 0.000000000000D+00
+    0.117000000000D+03-0.155000000000D+02 0.529093467438D-08 0.136488174478D+01
+   -0.955536961556D-06 0.416580040473D-02 0.651367008686D-05 0.515357868767D+04
+    0.367200000000D+06-0.124797224999D-06-0.243691942748D+00-0.409781932831D-07
+    0.936992563673D+00 0.241312500000D+03 0.132235002903D+01-0.843035115796D-08
+   -0.451804533758D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.791624188423D-08 0.117000000000D+03
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  6  0  0.0-0.708289444447D-04-0.261479726760D-11 0.000000000000D+00
+    0.860000000000D+02 0.347500000000D+02 0.547558531849D-08 0.227062775196D+01
+    0.163726508617D-05 0.167135049123D-01 0.673159956932D-05 0.515365954971D+04
+    0.367200000000D+06-0.329688191414D-06-0.124640488691D+01-0.281259417534D-06
+    0.932059178200D+00 0.238500000000D+03-0.246606957116D+01-0.833177526971D-08
+    0.256439258717D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.860000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1  6  0  0.0 0.364852137864D-03-0.147792889038D-11 0.000000000000D+00
+    0.900000000000D+02 0.453437500000D+02 0.404909723258D-08-0.147891285898D+01
+    0.220723450184D-05 0.683473318350D-02 0.987388193607D-05 0.515367546272D+04
+    0.367200000000D+06-0.689178705216D-07 0.843794776605D+00-0.819563865662D-07
+    0.967814376531D+00 0.193906250000D+03 0.303557876057D+01-0.776532345689D-08
+   -0.750031241812D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.900000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  6  0  0.0 0.300680287182D-03 0.318323145621D-11 0.000000000000D+00
+    0.580000000000D+02 0.341250000000D+02 0.524307553800D-08-0.557604569188D+00
+    0.182725489140D-05 0.567152816802D-02 0.626966357231D-05 0.515483683968D+04
+    0.367200000000D+06 0.745058059692D-08-0.120728366622D+01-0.484287738800D-07
+    0.948673661712D+00 0.254843750000D+03-0.464512495507D+00-0.840570727430D-08
+    0.263225250102D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.139698386192D-08 0.580000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1  6  0  0.0-0.231573358178D-05-0.136424205266D-11 0.000000000000D+00
+    0.500000000000D+01-0.733125000000D+02 0.458161941427D-08 0.684311283375D+00
+   -0.376254320145D-05 0.874858582392D-03 0.487081706524D-05 0.515601778793D+04
+    0.367200000000D+06 0.316649675369D-07 0.291440690769D+01 0.242143869400D-07
+    0.960206782661D+00 0.281968750000D+03 0.214182901372D+01-0.825534386821D-08
+   -0.385730352932D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.500000000000D+01
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  6  0  0.0-0.119335018098D-04 0.113686837722D-11 0.000000000000D+00
+    0.890000000000D+02-0.781250000000D+02 0.443732768965D-08 0.360593959066D+00
+   -0.416301190853D-05 0.160063615767D-01 0.575371086597D-05 0.515367494392D+04
+    0.367200000000D+06-0.284984707832D-06 0.296554669236D+01 0.106170773506D-06
+    0.970992703572D+00 0.276937500000D+03-0.195248800910D+01-0.836070539980D-08
+   -0.181078971237D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.890000000000D+02
+    0.365970000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1  6  0  0.0 0.131381209940D-03 0.284217094304D-11 0.000000000000D+00
+    0.750000000000D+02-0.331875000000D+02 0.449268711122D-08 0.243148477166D+01
+   -0.187382102013D-05 0.296965648886D-02 0.103842467070D-04 0.515371851349D+04
+    0.367200000000D+06 0.596046447754D-07-0.227442510255D+01-0.204890966415D-07
+    0.960656855260D+00 0.182656250000D+03-0.127463860019D+01-0.783854048336D-08
+    0.209651587757D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.750000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  1  6  0  0.0 0.256661325693D-03 0.341060513165D-11 0.000000000000D+00
+    0.690000000000D+02-0.678437500000D+02 0.477019890255D-08 0.787080975619D+00
+   -0.371783971786D-05 0.123836154817D-01 0.491365790367D-05 0.515371799850D+04
+    0.367200000000D+06-0.121071934700D-06 0.288631174592D+01-0.596046447754D-07
+    0.956826189640D+00 0.283156250000D+03 0.148842066494D+01-0.852749781899D-08
+   -0.101789951468D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.690000000000D+02
+    0.360018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  6  0  0.0-0.274633057415D-04 0.250111042988D-11 0.000000000000D+00
+    0.740000000000D+02 0.436562500000D+02 0.411660004434D-08-0.312337443004D+01
+    0.232458114624D-05 0.733554526232D-02 0.440515577793D-05 0.515371556473D+04
+    0.367200000000D+06 0.391155481338D-07 0.188614403052D+01 0.372529029846D-07
+    0.976983846110D+00 0.304500000000D+03-0.104959781843D+01-0.791997275580D-08
+    0.202508435289D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.740000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1  6  0  0.0-0.277771614492D-04-0.852651282912D-11 0.000000000000D+00
+    0.450000000000D+02-0.113437500000D+02 0.458626246481D-08-0.233500252431D+01
+   -0.566244125366D-06 0.126282504061D-01 0.730156898499D-05 0.515369907761D+04
+    0.367200000000D+06-0.484287738800D-07-0.125782961879D+00 0.273808836937D-06
+    0.958989425622D+00 0.235250000000D+03-0.968439266377D+00-0.788961434839D-08
+   -0.524307553800D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.450000000000D+02
+    0.360000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  7 59 44.0-0.726529397070D-04-0.261479726760D-11 0.000000000000D+00
+    0.100000000000D+01 0.437187500000D+02 0.642062458764D-08-0.215439682590D+01
+    0.199861824512D-05 0.107372772181D-01 0.675767660141D-05 0.515374745560D+04
+    0.374384000000D+06 0.115483999252D-06-0.149529008204D+01-0.745058059692D-07
+    0.887924003290D+00 0.207218750000D+03 0.813417891263D+00-0.877786563334D-08
+    0.480019994759D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.100000000000D+01
+    0.371250000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  7 59 44.0 0.159592367709D-03 0.204636307899D-11 0.000000000000D+00
+    0.170000000000D+02-0.278125000000D+02 0.440732643998D-08 0.767705420024D+00
+   -0.163912773132D-05 0.548621849157D-02 0.110287219286D-04 0.515363110161D+04
+    0.374384000000D+06-0.540167093277D-07-0.228275610502D+01 0.726431608200D-07
+    0.960320818588D+00 0.167312500000D+03-0.250058917864D+01-0.792783022595D-08
+    0.186793494985D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.170000000000D+02
+    0.370140000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1  7 59 44.0 0.539333559573D-04-0.454747350886D-12 0.000000000000D+00
+    0.110000000000D+02-0.131250000000D+02 0.527736268048D-08 0.241259686664D+01
+   -0.806525349617D-06 0.416542869061D-02 0.598840415478D-05 0.515358036423D+04
+    0.374384000000D+06-0.409781932831D-07-0.243752214972D+00-0.968575477600D-07
+    0.936989680261D+00 0.247312500000D+03 0.132254509745D+01-0.835927676886D-08
+   -0.438589697593D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.110000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1  7 59 44.0-0.708480365574D-04-0.261479726760D-11 0.000000000000D+00
+    0.180000000000D+02 0.342500000000D+02 0.544915534917D-08-0.296467843878D+01
+    0.158324837685D-05 0.167138831457D-01 0.681541860104D-05 0.515365871620D+04
+    0.374384000000D+06-0.651925802231D-07-0.124646419800D+01-0.361353158951D-06
+    0.932061548127D+00 0.234750000000D+03-0.246608579053D+01-0.824034351865D-08
+    0.296440927361D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.180000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1  7 59 44.0 0.300694722682D-03 0.318323145621D-11 0.000000000000D+00
+    0.250000000000D+02 0.335000000000D+02 0.522521759194D-08 0.489573711476D+00
+    0.177510082722D-05 0.567132676952D-02 0.644102692604D-05 0.515483646202D+04
+    0.374384000000D+06 0.521540641785D-07-0.120734404963D+01-0.912696123123D-07
+    0.948675810738D+00 0.251437500000D+03-0.464547530932D+00-0.835641955632D-08
+    0.274654299304D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.250000000000D+02
+    0.369708000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1  7 59 44.0-0.119339674711D-04 0.113686837722D-11 0.000000000000D+00
+    0.120000000000D+02-0.813437500000D+02 0.435125267571D-08 0.140841349963D+01
+   -0.431574881077D-05 0.160066488897D-01 0.577047467232D-05 0.515367593002D+04
+    0.374384000000D+06-0.370666384697D-06 0.296548636455D+01-0.150874257088D-06
+    0.970991588829D+00 0.275656250000D+03-0.195246206425D+01-0.824962934446D-08
+   -0.142148778210D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.120000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  7 59 44.0-0.274484045804D-04 0.250111042988D-11 0.000000000000D+00
+    0.140000000000D+02 0.432500000000D+02 0.417553103205D-08-0.207560147025D+01
+    0.234134495258D-05 0.733562349342D-02 0.467151403427D-05 0.515371509552D+04
+    0.374384000000D+06-0.186264514923D-07 0.188608712886D+01 0.167638063431D-06
+    0.976984672659D+00 0.300406250000D+03-0.104955214467D+01-0.803962052487D-08
+    0.160720978193D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.140000000000D+02
+    0.368436000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1  8  0  0.0-0.136408023536D-03-0.397903932026D-11 0.000000000000D+00
+    0.100000000000D+02-0.709062500000D+02 0.445768568050D-08 0.112122823289D+01
+   -0.371225178242D-05 0.483621412423D-02 0.511668622494D-05 0.515480213737D+04
+    0.374400000000D+06-0.335276126862D-07 0.292579939540D+01-0.223517417908D-07
+    0.965448391806D+00 0.284031250000D+03 0.884772122882D+00-0.820105589261D-08
+   -0.131434046184D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.100000000000D+02
+    0.369828000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1  8  0  0.0 0.269200652838D-03 0.318323145621D-11 0.000000000000D+00
+    0.510000000000D+02 0.377187500000D+02 0.547844248483D-08-0.424775377531D+00
+    0.200793147087D-05 0.960698840208D-02 0.653788447380D-05 0.515359531975D+04
+    0.374400000000D+06 0.163912773132D-06-0.127483050286D+01-0.409781932831D-07
+    0.939354921823D+00 0.241875000000D+03 0.309764408266D+01-0.853642700502D-08
+    0.365015204348D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.510000000000D+02
+    0.373680000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1  8  0  0.0 0.575655605644D-03 0.500222085975D-11 0.000000000000D+00
+    0.350000000000D+02-0.371562500000D+02 0.520485966044D-08-0.510888324024D+00
+   -0.178627669811D-05 0.132522269851D-01 0.970065593720D-05 0.515372064018D+04
+    0.374400000000D+06-0.372529029846D-07-0.242799164367D+01 0.193715095520D-06
+    0.927472611106D+00 0.178718750000D+03 0.100494615151D+01-0.850999733269D-08
+    0.181436128972D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.350000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1  8  0  0.0 0.115486327559D-03 0.807176547823D-11 0.000000000000D+00
+    0.240000000000D+02 0.385312500000D+02 0.538665294715D-08 0.266007913065D+01
+    0.193901360035D-05 0.908790074754D-02 0.662170350552D-05 0.515370672989D+04
+    0.374400000000D+06-0.670552253723D-07-0.125700691609D+01-0.124797224999D-06
+    0.938493208946D+00 0.241406250000D+03 0.613730225904D+00-0.827034449305D-08
+    0.331799535068D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.240000000000D+02
+    0.371610000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  8  0  0.0-0.107553787529D-04-0.272848410532D-11 0.000000000000D+00
+    0.900000000000D+02-0.149375000000D+02 0.494270588354D-08 0.120727943839D+01
+   -0.527128577232D-06 0.181532884017D-02 0.657141208649D-05 0.515372912407D+04
+    0.374400000000D+06 0.763684511185D-07-0.214819223923D+00 0.130385160446D-07
+    0.958123261085D+00 0.249343750000D+03 0.242914240867D+00-0.826177270742D-08
+   -0.468948105000D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.900000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1  8  0  0.0 0.589049421251D-03-0.135287336889D-10 0.000000000000D+00
+    0.260000000000D+02-0.412500000000D+02 0.495734935064D-08 0.169981671029D+01
+   -0.216253101826D-05 0.629731023218D-02 0.978447496891D-05 0.515366268158D+04
+    0.374400000000D+06 0.137835741043D-06-0.235710759977D+01-0.149011611938D-07
+    0.934735373240D+00 0.177468750000D+03-0.102841311301D+01-0.809748014969D-08
+    0.166435504135D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.260000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1  8  0  0.0-0.151898711920D-05-0.227373675443D-12 0.000000000000D+00
+    0.740000000000D+02 0.455625000000D+02 0.426660629271D-08-0.200862810921D+01
+    0.233761966229D-05 0.369798974134D-02 0.445544719696D-05 0.515370405197D+04
+    0.374400000000D+06-0.279396772385D-07 0.188634101244D+01 0.745058059692D-07
+    0.971741299234D+00 0.301593750000D+03 0.303025852396D+01-0.806283584948D-08
+    0.261796619166D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.740000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1  8  0  0.0 0.597815960646D-05 0.113686837722D-12 0.000000000000D+00
+    0.620000000000D+02 0.435625000000D+02 0.380980155067D-08-0.265042804503D+01
+    0.223703682423D-05 0.111817505676D-01 0.437349081039D-05 0.515367936516D+04
+    0.374400000000D+06-0.100582838059D-06 0.195499894706D+01-0.167638063431D-07
+    0.993151687566D+00 0.314437500000D+03 0.310394621378D+01-0.780961101593D-08
+    0.244295890190D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.620000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1  8  0  0.0 0.156816095114D-04 0.227373675443D-11 0.000000000000D+00
+    0.102000000000D+03 0.521875000000D+02 0.395659337942D-08-0.277341919014D+01
+    0.274553894997D-05 0.171660220949D-01 0.465475022793D-05 0.515371088409D+04
+    0.374400000000D+06 0.186264514923D-06 0.185538111913D+01 0.558793544769D-08
+    0.980814895014D+00 0.299031250000D+03 0.152914168017D+01-0.770067790700D-08
+    0.262153776900D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.102000000000D+03
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1  8  0  0.0-0.459314323962D-04-0.909494701773D-12 0.000000000000D+00
+    0.500000000000D+01-0.144062500000D+02 0.507128266785D-08 0.128178657885D+01
+   -0.502914190292D-06 0.918145501055D-02 0.697001814842D-05 0.515352121544D+04
+    0.374400000000D+06-0.689178705216D-07-0.189258108366D+00 0.184401869774D-06
+    0.953152056255D+00 0.243562500000D+03 0.665769792967D+00-0.838784938759D-08
+   -0.514664294977D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.500000000000D+01
+    0.372030000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  8  0  0.0-0.726487487555D-04-0.261479726760D-11 0.000000000000D+00
+    0.920000000000D+02 0.437187500000D+02 0.642098174538D-08-0.215206342475D+01
+    0.199861824512D-05 0.107372796629D-01 0.675767660141D-05 0.515374746323D+04
+    0.374400000000D+06 0.115483999252D-06-0.149529022687D+01-0.745058059692D-07
+    0.887924010605D+00 0.207218750000D+03 0.813418072665D+00-0.877822279107D-08
+    0.480019994759D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.116415321827D-07 0.920000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1  8  0  0.0-0.983159989119D-04 0.409272615798D-11 0.000000000000D+00
+    0.850000000000D+02-0.772812500000D+02 0.426589197724D-08-0.208407435530D+01
+   -0.394135713577D-05 0.346863933373D-02 0.549294054508D-05 0.515366541099D+04
+    0.374400000000D+06-0.298023223877D-07 0.294036108740D+01 0.521540641785D-07
+    0.971539875895D+00 0.280906250000D+03-0.393731306455D+00-0.808640825993D-08
+   -0.446447167745D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.850000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1  8  0  0.0 0.302473083138D-03-0.568434188608D-12 0.000000000000D+00
+    0.280000000000D+02 0.508750000000D+02 0.357586323477D-08 0.408923639025D+00
+    0.254437327385D-05 0.449215818662D-02 0.977329909801D-05 0.515374079323D+04
+    0.374400000000D+06-0.521540641785D-07 0.905317028397D+00-0.614672899246D-07
+    0.992730115537D+00 0.210125000000D+03 0.175711364213D+01-0.760031658369D-08
+   -0.183936233111D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.280000000000D+02
+    0.371970000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1  8  0  0.0 0.629918649793D-04 0.420641299570D-11 0.000000000000D+00
+    0.170000000000D+02 0.396875000000D+02 0.380122955335D-08 0.307994707341D+00
+    0.220164656639D-05 0.519094686024D-02 0.940635800362D-05 0.515375769043D+04
+    0.374400000000D+06-0.651925802231D-07 0.883297750154D+00 0.838190317154D-07
+    0.985983309980D+00 0.212687500000D+03-0.214496584801D+01-0.774996600228D-08
+   -0.197151073245D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.170000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  8  0  0.0-0.247037038207D-03 0.636646291241D-11 0.000000000000D+00
+    0.183000000000D+03 0.368125000000D+02 0.446804325479D-08 0.177680350860D+00
+    0.171922147274D-05 0.250885449350D-02 0.101570039988D-04 0.515378083229D+04
+    0.374400000000D+06 0.409781932831D-07 0.818136814408D+00-0.111758708954D-07
+    0.953572307268D+00 0.178375000000D+03-0.173270396013D+00-0.804319217410D-08
+   -0.288940606965D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.977888703346D-08 0.183000000000D+03
+    0.373728000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1  8  0  0.0-0.854288227856D-04-0.363797880709D-11 0.000000000000D+00
+    0.810000000000D+02-0.741562500000D+02 0.422303304913D-08 0.187549723312D+01
+   -0.379234552383D-05 0.593156716786D-02 0.538863241673D-05 0.515379359436D+04
+    0.374400000000D+06 0.111758708954D-07 0.295782212210D+01 0.391155481338D-07
+    0.972746440988D+00 0.282062500000D+03-0.190656065568D+00-0.801283376669D-08
+   -0.158935191717D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.810000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  8  0  0.0 0.159596092999D-03 0.204636307899D-11 0.000000000000D+00
+    0.114000000000D+03-0.278125000000D+02 0.440768359771D-08 0.770039590668D+00
+   -0.163912773132D-05 0.548621721100D-02 0.110287219286D-04 0.515363109207D+04
+    0.374400000000D+06-0.540167093277D-07-0.228275624400D+01 0.726431608200D-07
+    0.960320821514D+00 0.167312500000D+03-0.250058944782D+01-0.792818738369D-08
+    0.186793494985D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.114000000000D+03
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1  8  0  0.0 0.780606642365D-04 0.238742359215D-11 0.000000000000D+00
+    0.170000000000D+02-0.147500000000D+02 0.525629037416D-08 0.221070253711D+01
+   -0.974163413048D-06 0.116011290811D-01 0.657886266708D-05 0.515370262718D+04
+    0.374400000000D+06-0.150874257088D-06-0.189825637194D+00-0.204890966415D-06
+    0.937115636045D+00 0.242593750000D+03-0.232650275375D+01-0.832141804904D-08
+   -0.422874757288D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.170000000000D+02
+    0.372648000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1  8  0  0.0-0.462969765067D-04-0.284217094304D-11 0.000000000000D+00
+    0.390000000000D+02-0.251875000000D+02 0.448697261471D-08 0.807509684477D-01
+   -0.125356018543D-05 0.662343320437D-02 0.995025038719D-05 0.515375790596D+04
+    0.374400000000D+06 0.912696123123D-07-0.222782330000D+01-0.372529029846D-07
+    0.957892937800D+00 0.186062500000D+03-0.134645751165D+00-0.801176229349D-08
+    0.257510726355D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.390000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1  8  0  0.0 0.168479979038D-03-0.795807864051D-12 0.000000000000D+00
+    0.830000000000D+02-0.125937500000D+02 0.544594103147D-08 0.128979498594D+01
+   -0.664964318276D-06 0.542292033788D-02 0.648200511932D-05 0.515371477699D+04
+    0.374400000000D+06-0.117346644402D-06-0.184989039845D+00 0.000000000000D+00
+    0.934800474558D+00 0.244625000000D+03-0.194517858427D+01-0.854857074017D-08
+   -0.403231087409D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.830000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1  8  0  0.0 0.364840961993D-03-0.147792889038D-11 0.000000000000D+00
+    0.910000000000D+02 0.401875000000D+02 0.412767193410D-08-0.428784618635D+00
+    0.189244747162D-05 0.683524494525D-02 0.951439142227D-05 0.515367549324D+04
+    0.374400000000D+06 0.141561031342D-06 0.843739421248D+00-0.614672899246D-07
+    0.967812999925D+00 0.201500000000D+03 0.303562747866D+01-0.787747098543D-08
+   -0.224652214809D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.910000000000D+02
+    0.368220000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1  8  0  0.0-0.232551246882D-05-0.136424205266D-11 0.000000000000D+00
+    0.600000000000D+01-0.761875000000D+02 0.450590197462D-08 0.173333355180D+01
+   -0.392459332943D-05 0.874953460880D-03 0.507198274136D-05 0.515601741981D+04
+    0.374400000000D+06 0.633299350738D-07 0.291434777362D+01 0.800937414169D-07
+    0.960206724144D+00 0.281843750000D+03 0.214155597615D+01-0.819498421113D-08
+   -0.550022910662D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.600000000000D+01
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  1  8  0  0.0-0.743838027120D-04-0.591171556152D-11 0.000000000000D+00
+    0.330000000000D+02 0.504687500000D+02 0.367515308488D-08-0.108758653279D+01
+    0.276230275631D-05 0.193579792976D-01 0.100601464510D-04 0.515238152504D+04
+    0.374400000000D+06 0.132247805595D-06 0.901740736436D+00 0.439584255218D-06
+    0.990450962315D+00 0.201343750000D+03 0.110268845556D+01-0.776782356103D-08
+   -0.236438420038D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.330000000000D+02
+    0.374328000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  1  8  0  0.0 0.166039913893D-03 0.352429196937D-11 0.000000000000D+00
+    0.280000000000D+02 0.453750000000D+02 0.418017412103D-08 0.348872308938D+00
+    0.238046050072D-05 0.215151755838D-01 0.563077628613D-05 0.515361059761D+04
+    0.374400000000D+06-0.225380063057D-06 0.183028535050D+01-0.296160578728D-06
+    0.978463824740D+00 0.287906250000D+03-0.140351136940D+01-0.840820737844D-08
+    0.857178562071D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.280000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  1  8  0  0.0 0.131401699036D-03 0.284217094304D-11 0.000000000000D+00
+    0.760000000000D+02-0.379062500000D+02 0.431017932456D-08-0.280166410353D+01
+   -0.202283263207D-05 0.296741980128D-02 0.107455998659D-04 0.515372275353D+04
+    0.374400000000D+06 0.335276126862D-07-0.227448184768D+01 0.540167093277D-07
+    0.960658613687D+00 0.167000000000D+03-0.127452338076D+01-0.783032572116D-08
+    0.272154188075D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.760000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  1  8  0  0.0 0.256686005741D-03 0.341060513165D-11 0.000000000000D+00
+    0.700000000000D+02-0.728437500000D+02 0.455876136840D-08 0.183714321349D+01
+   -0.395625829697D-05 0.123839142034D-01 0.454671680927D-05 0.515372023773D+04
+    0.374400000000D+06 0.158324837685D-06 0.288625079490D+01-0.232830643654D-06
+    0.956827019114D+00 0.289812500000D+03 0.148851295312D+01-0.821569923204D-08
+   -0.460733465268D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.700000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  8  0  0.0-0.274451449513D-04 0.250111042988D-11 0.000000000000D+00
+    0.770000000000D+02 0.432500000000D+02 0.417553103205D-08-0.207326793890D+01
+    0.234134495258D-05 0.733562640380D-02 0.467151403427D-05 0.515371511078D+04
+    0.374400000000D+06-0.186264514923D-07 0.188608700305D+01 0.167638063431D-06
+    0.976984669733D+00 0.300406250000D+03-0.104955207737D+01-0.803962052487D-08
+    0.161078136940D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.130385160446D-07 0.770000000000D+02
+    0.367218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1  8  0  0.0-0.278390944004D-04-0.852651282912D-11 0.000000000000D+00
+    0.460000000000D+02-0.925000000000D+01 0.480055710533D-08-0.128478273601D+01
+   -0.499188899994D-06 0.126279476099D-01 0.716000795364D-05 0.515370045281D+04
+    0.374400000000D+06-0.277534127235D-06-0.125842492405D+00-0.173225998878D-06
+    0.958984147413D+00 0.240312500000D+03-0.968492417117D+00-0.834820487910D-08
+   -0.377158567311D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.460000000000D+02
+    0.367200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1  9 59 12.0-0.107754021883D-04-0.272848410532D-11 0.000000000000D+00
+    0.260000000000D+02-0.141250000000D+02 0.496377818986D-08 0.225048511527D+01
+   -0.655651092529D-06 0.181537016761D-02 0.673905014992D-05 0.515372892952D+04
+    0.381552000000D+06-0.100582838059D-06-0.214878894889D+00 0.614672899246D-07
+    0.958120607352D+00 0.249656250000D+03 0.242858142348D+00-0.818534095231D-08
+   -0.330728061866D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.260000000000D+02
+    0.378120000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1  9 59 44.0-0.726715661585D-04-0.261479726760D-11 0.000000000000D+00
+    0.200000000000D+01 0.367187500000D+02 0.637133682032D-08-0.110415867214D+01
+    0.211223959923D-05 0.107372641796D-01 0.673905014992D-05 0.515374925423D+04
+    0.381584000000D+06 0.212341547012D-06-0.149535295534D+01 0.111758708954D-06
+    0.887926699448D+00 0.207343750000D+03 0.813328069556D+00-0.892858619717D-08
+    0.385016037463D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.200000000000D+01
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1  9 59 44.0-0.246991403401D-03 0.636646291241D-11 0.000000000000D+00
+    0.300000000000D+01 0.405625000000D+02 0.455733268834D-08 0.122531151146D+01
+    0.224635004997D-05 0.250935798977D-02 0.981241464615D-05 0.515378200531D+04
+    0.381584000000D+06 0.558793544769D-07 0.818078932591D+00-0.279396772385D-07
+    0.953570190426D+00 0.181062500000D+03-0.173120108976D+00-0.805926427213D-08
+   -0.277511559470D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.300000000000D+01
+    0.378078000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  1  9 59 44.0 0.159606803209D-03 0.204636307899D-11 0.000000000000D+00
+    0.200000000000D+02-0.253125000000D+02 0.432482300338D-08 0.181808786871D+01
+   -0.126659870148D-05 0.548570288811D-02 0.103432685137D-04 0.515362908363D+04
+    0.381584000000D+06-0.137835741043D-06-0.228281334754D+01 0.279396772385D-07
+    0.960322304913D+00 0.175375000000D+03-0.250076469224D+01-0.788747140199D-08
+    0.223580741607D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.200000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1  9 59 44.0-0.274307094514D-04 0.250111042988D-11 0.000000000000D+00
+    0.150000000000D+02 0.412812500000D+02 0.427339230669D-08-0.102553027786D+01
+    0.219792127609D-05 0.733585900161D-02 0.497139990330D-05 0.515371395683D+04
+    0.381584000000D+06-0.838190317154D-07 0.188602805476D+01-0.111758708954D-07
+    0.976985390952D+00 0.295093750000D+03-0.104946886952D+01-0.820391310441D-08
+    0.222866419763D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.150000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 10  0  0.0-0.136436894536D-03-0.397903932026D-11 0.000000000000D+00
+    0.480000000000D+02-0.712500000000D+02 0.443518474325D-08 0.217069855508D+01
+   -0.372715294361D-05 0.483613426331D-02 0.507012009621D-05 0.515480233192D+04
+    0.381600000000D+06 0.000000000000D+00 0.292574033155D+01-0.577419996262D-07
+    0.965447571109D+00 0.285343750000D+03 0.884792786600D+00-0.817105464294D-08
+   -0.125719522437D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.480000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 10  0  0.0 0.269223470241D-03 0.318323145621D-11 0.000000000000D+00
+    0.520000000000D+02 0.397500000000D+02 0.540629662253D-08 0.625441792138D+00
+    0.208988785744D-05 0.960772985127D-02 0.634789466858D-05 0.515359676933D+04
+    0.381600000000D+06 0.193715095520D-06-0.127489174792D+01 0.100582838059D-06
+    0.939357670646D+00 0.246937500000D+03 0.309766205900D+01-0.848249618716D-08
+    0.330728061866D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.520000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 10  0  0.0 0.575691927224D-03 0.500222085975D-11 0.000000000000D+00
+    0.360000000000D+02-0.431875000000D+02 0.515057152484D-08 0.539249893420D+00
+   -0.225007534027D-05 0.132515807636D-01 0.973977148533D-05 0.515371942711D+04
+    0.381600000000D+06-0.219792127609D-06-0.242805210753D+01 0.838190317154D-07
+    0.927473746330D+00 0.177343750000D+03 0.100496521188D+01-0.845142356099D-08
+    0.485734508171D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.360000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 10  0  0.0 0.115545000881D-03 0.807176547823D-11 0.000000000000D+00
+    0.680000000000D+02 0.409687500000D+02 0.533986528397D-08-0.257295891094D+01
+    0.183470547199D-05 0.908743939362D-02 0.645220279694D-05 0.515370757294D+04
+    0.381600000000D+06 0.391155481338D-07-0.125706678016D+01-0.154599547386D-06
+    0.938495587651D+00 0.245031250000D+03 0.613749390131D+00-0.830784605514D-08
+    0.380372986919D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.680000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 10  0  0.0-0.107749365270D-04-0.272848410532D-11 0.000000000000D+00
+    0.910000000000D+02-0.141250000000D+02 0.496342103212D-08 0.225748728927D+01
+   -0.655651092529D-06 0.181536853779D-02 0.673905014992D-05 0.515372891998D+04
+    0.381600000000D+06-0.100582838059D-06-0.214879260618D+00 0.614672899246D-07
+    0.958120588334D+00 0.249656250000D+03 0.242857064177D+00-0.818498379457D-08
+   -0.331085219600D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.884756445885D-08 0.910000000000D+02
+    0.377160000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 10  0  0.0 0.588952098042D-03-0.135287336889D-10 0.000000000000D+00
+    0.270000000000D+02-0.406250000000D+02 0.486734563765D-08 0.274991420449D+01
+   -0.219792127609D-05 0.629637041129D-02 0.100992619991D-04 0.515366463089D+04
+    0.381600000000D+06 0.856816768646D-07-0.235716562203D+01 0.428408384323D-07
+    0.934736505539D+00 0.168125000000D+03-0.102832029671D+01-0.806819322463D-08
+    0.153934989755D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.270000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 10  0  0.0-0.151991844177D-05-0.227373675443D-12 0.000000000000D+00
+    0.750000000000D+02 0.413750000000D+02 0.424589114412D-08-0.958215126489D+00
+    0.210292637348D-05 0.369837682228D-02 0.485032796860D-05 0.515370587540D+04
+    0.381600000000D+06-0.242143869400D-07 0.188628386208D+01-0.128522515297D-06
+    0.971742615860D+00 0.294468750000D+03 0.303000530893D+01-0.806390732268D-08
+    0.928610108910D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.750000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 10  0  0.0 0.597909092903D-05 0.113686837722D-12 0.000000000000D+00
+    0.650000000000D+02 0.356875000000D+02 0.383765985394D-08-0.160031679649D+01
+    0.176392495632D-05 0.111824768828D-01 0.438839197159D-05 0.515367754936D+04
+    0.381600000000D+06-0.894069671631D-07 0.195494240967D+01-0.100582838059D-06
+    0.993153448919D+00 0.313468750000D+03 0.310400837464D+01-0.784318384295D-08
+    0.253224833545D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.650000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 10  0  0.0 0.156979076564D-04 0.227373675443D-11 0.000000000000D+00
+    0.110000000000D+03 0.548125000000D+02 0.407838416679D-08-0.172327249509D+01
+    0.303983688354D-05 0.171663612127D-01 0.458024442196D-05 0.515371028900D+04
+    0.381600000000D+06 0.244006514549D-06 0.185532610902D+01 0.372529029846D-06
+    0.980815347056D+00 0.301500000000D+03 0.152914918786D+01-0.797068915405D-08
+    0.116076263614D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.110000000000D+03
+    0.380760000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 10  0  0.0-0.459379516542D-04-0.909494701773D-12 0.000000000000D+00
+    0.900000000000D+01-0.164375000000D+02 0.498342186524D-08 0.233203146057D+01
+   -0.936910510063D-06 0.918135500979D-02 0.686012208462D-05 0.515352181625D+04
+    0.381600000000D+06-0.175088644028D-06-0.189318772652D+00-0.141561031342D-06
+    0.953150033039D+00 0.244531250000D+03 0.665803299643D+00-0.811033782813D-08
+   -0.346085844436D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.900000000000D+01
+    0.376560000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 10  0  0.0-0.982866622508D-04 0.409272615798D-11 0.000000000000D+00
+    0.880000000000D+02-0.802500000000D+02 0.424231956678D-08-0.103394878624D+01
+   -0.412017107010D-05 0.346882583108D-02 0.550970435142D-05 0.515366502380D+04
+    0.381600000000D+06-0.128522515297D-06 0.294030353620D+01-0.614672899246D-07
+    0.971539353634D+00 0.279906250000D+03-0.393672757548D+00-0.805212111745D-08
+   -0.153934983438D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.880000000000D+02
+    0.375270000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 10  0  0.0 0.302468426526D-03-0.568434188608D-12 0.000000000000D+00
+    0.290000000000D+02 0.402187500000D+02 0.358622080906D-08 0.145878155551D+01
+    0.178441405296D-05 0.449326261878D-02 0.925920903683D-05 0.515374391365D+04
+    0.381600000000D+06 0.000000000000D+00 0.905262325501D+00-0.838190317154D-07
+    0.992728939351D+00 0.215593750000D+03 0.175738772861D+01-0.756531512574D-08
+   -0.181436128972D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.290000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 10  0  0.0 0.630216673017D-04 0.420641299570D-11 0.000000000000D+00
+    0.180000000000D+02 0.343437500000D+02 0.375337050329D-08 0.135780662237D+01
+    0.183470547199D-05 0.519274582621D-02 0.103712081909D-04 0.515376224709D+04
+    0.381600000000D+06-0.121071934700D-06 0.883241995420D+00 0.186264514923D-07
+    0.985981788545D+00 0.196000000000D+03-0.214465526319D+01-0.772782193792D-08
+   -0.205722855417D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.180000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 10  0  0.0-0.246991403401D-03 0.636646291241D-11 0.000000000000D+00
+    0.186000000000D+03 0.405625000000D+02 0.455697553061D-08 0.122764434207D+01
+    0.224635004997D-05 0.250935461372D-02 0.981241464615D-05 0.515378200722D+04
+    0.381600000000D+06 0.558793544769D-07 0.818078787762D+00-0.279396772385D-07
+    0.953570193352D+00 0.181062500000D+03-0.173119370202D+00-0.805926427213D-08
+   -0.277511559470D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.977888703346D-08 0.186000000000D+03
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 10  0  0.0-0.854548998177D-04-0.363797880709D-11 0.000000000000D+00
+    0.840000000000D+02-0.726875000000D+02 0.423803347971D-08 0.292563899668D+01
+   -0.373274087906D-05 0.593171489891D-02 0.535696744919D-05 0.515379311371D+04
+    0.381600000000D+06 0.372529029846D-08 0.295776443193D+01 0.484287738800D-07
+    0.972745307227D+00 0.283406250000D+03-0.190692048964D+00-0.801461919053D-08
+   -0.156435087106D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.840000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 10  0  0.0 0.780774280429D-04 0.238742359215D-11 0.000000000000D+00
+    0.180000000000D+02-0.184062500000D+02 0.531879297765D-08-0.302229239813D+01
+   -0.100769102573D-05 0.116017345572D-01 0.652484595776D-05 0.515370141602D+04
+    0.381600000000D+06 0.149011611938D-07-0.189885328640D+00-0.240281224251D-06
+    0.937112805298D+00 0.239468750000D+03-0.232652402751D+01-0.828784522202D-08
+   -0.392516349881D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.180000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 10  0  0.0-0.463174656034D-04-0.284217094304D-11 0.000000000000D+00
+    0.400000000000D+02-0.293437500000D+02 0.441982696068D-08 0.113093909334D+01
+   -0.147894024849D-05 0.662318337709D-02 0.997260212898D-05 0.515375710869D+04
+    0.381600000000D+06 0.670552253723D-07-0.222788012998D+01 0.113621354103D-06
+    0.957895088290D+00 0.186343750000D+03-0.134705155879D+00-0.788675708652D-08
+    0.193222334200D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.400000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 10  0  0.0 0.539300963283D-04-0.454747350886D-12 0.000000000000D+00
+    0.250000000000D+02-0.120625000000D+02 0.540165357198D-08-0.281805143828D+01
+   -0.536441802978D-06 0.416559888981D-02 0.602379441261D-05 0.515358012009D+04
+    0.381600000000D+06 0.158324837685D-06-0.243813751158D+00-0.167638063431D-07
+    0.936986790998D+00 0.250312500000D+03 0.132258618935D+01-0.844285167866D-08
+   -0.280725979078D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.250000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 10  0  0.0-0.708671286702D-04-0.261479726760D-11 0.000000000000D+00
+    0.190000000000D+02 0.352812500000D+02 0.543022604660D-08-0.191218545427D+01
+    0.151246786118D-05 0.167142965365D-01 0.612623989582D-05 0.515365736580D+04
+    0.381600000000D+06 0.223517417908D-06-0.124652569176D+01-0.119209289551D-06
+    0.932064569053D+00 0.240781250000D+03-0.246604713877D+01-0.833748980966D-08
+    0.577166925364D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.190000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 10  0  0.0 0.168473925442D-03-0.795807864051D-12 0.000000000000D+00
+    0.840000000000D+02-0.134375000000D+02 0.540308198182D-08 0.234002422907D+01
+   -0.758096575737D-06 0.542312313337D-02 0.647827982903D-05 0.515371401787D+04
+    0.381600000000D+06 0.260770320892D-07-0.185050135692D+00-0.875443220139D-07
+    0.934798395751D+00 0.241500000000D+03-0.194524532991D+01-0.838499225608D-08
+   -0.379301506870D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.840000000000D+02
+    0.381546000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 10  0  0.0 0.364830251783D-03-0.147792889038D-11 0.000000000000D+00
+    0.920000000000D+02 0.341562500000D+02 0.423446209663D-08 0.621440363017D+00
+    0.163912773132D-05 0.683596509043D-02 0.892207026482D-05 0.515367679977D+04
+    0.381600000000D+06 0.707805156708D-07 0.843682446440D+00 0.204890966415D-07
+    0.967810979635D+00 0.206218750000D+03 0.303557890832D+01-0.795068832094D-08
+   -0.243938732456D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.920000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 10  0  0.0 0.300717074424D-03 0.318323145621D-11 0.000000000000D+00
+    0.690000000000D+02 0.353437500000D+02 0.513914244493D-08 0.154135547788D+01
+    0.170804560184D-05 0.567108439282D-02 0.664032995701D-05 0.515483646202D+04
+    0.381600000000D+06 0.912696123123D-07-0.120740370889D+01 0.558793544769D-08
+    0.948678009504D+00 0.247562500000D+03-0.464521704576D+00-0.827034440931D-08
+    0.245010206568D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.690000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 10  0  0.0-0.233529135585D-05-0.136424205266D-11 0.000000000000D+00
+    0.780000000000D+02-0.791875000000D+02 0.448197240643D-08 0.278232613030D+01
+   -0.403076410294D-05 0.874845543876D-03 0.514835119247D-05 0.515601723099D+04
+    0.381600000000D+06-0.894069671631D-07 0.291428982158D+01-0.186264514923D-07
+    0.960205964890D+00 0.280437500000D+03 0.214131259340D+01-0.813533886952D-08
+   -0.199294015681D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.780000000000D+02
+    0.374490000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 10  0  0.0-0.744266435504D-04-0.591171556152D-11 0.000000000000D+00
+    0.350000000000D+02 0.457500000000D+02 0.383730269620D-08-0.366222801164D-01
+    0.261887907982D-05 0.193574143341D-01 0.999122858047D-05 0.515238054466D+04
+    0.381600000000D+06-0.119209289551D-06 0.901683096000D+00 0.212341547012D-06
+    0.990448523631D+00 0.203312500000D+03 0.110269024617D+01-0.800961934708D-08
+   -0.186436337250D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.350000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 10  0  0.0 0.166065059602D-03 0.352429196937D-11 0.000000000000D+00
+    0.290000000000D+02 0.460625000000D+02 0.421946147179D-08 0.139907189287D+01
+    0.172108411789D-05 0.215151269222D-01 0.487640500069D-05 0.515361111450D+04
+    0.381600000000D+06 0.191852450371D-06 0.183022488664D+01-0.514090061188D-06
+    0.978465732385D+00 0.292250000000D+03-0.140349304635D+01-0.810283751571D-08
+    0.118219210019D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.290000000000D+02
+    0.379620000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 10  0  0.0-0.119260512292D-04 0.113686837722D-11 0.000000000000D+00
+    0.130000000000D+02-0.811250000000D+02 0.410838541646D-08 0.246090423271D+01
+   -0.427104532719D-05 0.160065300297D-01 0.542774796486D-05 0.515367656708D+04
+    0.381600000000D+06 0.143423676491D-06 0.296542868315D+01-0.193715095520D-06
+    0.970992968360D+00 0.278218750000D+03-0.195244188329D+01-0.774853704338D-08
+   -0.127505311108D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.130000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 10  0  0.0 0.131421722472D-03 0.284217094304D-11 0.000000000000D+00
+    0.790000000000D+02-0.330937500000D+02 0.427410660513D-08-0.175183127316D+01
+   -0.153854489327D-05 0.296806264669D-02 0.113155692816D-04 0.515372063255D+04
+    0.381600000000D+06 0.000000000000D+00-0.227453824024D+01 0.651925802231D-07
+    0.960660497926D+00 0.160062500000D+03-0.127420647175D+01-0.784996983990D-08
+    0.272511351192D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.790000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 10  0  0.0 0.256710220128D-03 0.341060513165D-11 0.000000000000D+00
+    0.720000000000D+02-0.804375000000D+02 0.454161774804D-08 0.288735479335D+01
+   -0.405311584473D-05 0.123846736969D-01 0.455789268017D-05 0.515371829224D+04
+    0.381600000000D+06 0.782310962677D-07 0.288619345144D+01 0.186264514923D-07
+    0.956826978153D+00 0.288937500000D+03 0.148845401800D+01-0.800854787388D-08
+   -0.170721396946D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.720000000000D+02
+    0.374418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 10  0  0.0-0.279005616903D-04-0.852651282912D-11 0.000000000000D+00
+    0.470000000000D+02-0.130312500000D+02 0.495806366611D-08-0.234708698251D+00
+   -0.638887286186D-06 0.126266848529D-01 0.683031976223D-05 0.515369712257D+04
+    0.381600000000D+06-0.651925802231D-07-0.125903462442D+00-0.167638063431D-06
+    0.958981859409D+00 0.251812500000D+03-0.968398009161D+00-0.841963642594D-08
+   -0.287869133762D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.470000000000D+02
+    0.374400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 11 59 12.0-0.107949599624D-04-0.272848410532D-11 0.000000000000D+00
+    0.270000000000D+02-0.135000000000D+02 0.491199031840D-08-0.298262665007D+01
+   -0.678002834320D-06 0.181465025525D-02 0.648945569992D-05 0.515373029327D+04
+    0.388752000000D+06-0.800937414169D-07-0.214937702732D+00-0.298023223877D-07
+    0.958118524157D+00 0.255093750000D+03 0.242934578355D+00-0.813891044686D-08
+   -0.307869966877D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.270000000000D+02
+    0.382200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 11 59 44.0-0.152084976435D-05-0.227373675443D-12 0.000000000000D+00
+    0.500000000000D+01 0.364687500000D+02 0.436161025000D-08 0.897352062658D-01
+    0.162981450558D-05 0.369867857080D-02 0.479444861412D-05 0.515370677757D+04
+    0.388784000000D+06 0.298023223877D-07 0.188622595393D+01-0.186264514923D-08
+    0.971742577825D+00 0.292125000000D+03 0.302987997782D+01-0.817248327387D-08
+    0.264296723305D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.500000000000D+01
+    0.383730000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 11 59 44.0-0.246945768595D-03 0.636646291241D-11 0.000000000000D+00
+    0.220000000000D+02 0.402500000000D+02 0.468376652625D-08 0.227610876034D+01
+    0.222586095333D-05 0.250963424332D-02 0.951252877712D-05 0.515377874565D+04
+    0.388784000000D+06 0.931322574616D-08 0.818020227152D+00 0.130385160446D-06
+    0.953568635344D+00 0.193500000000D+03-0.173800458047D+00-0.804604943597D-08
+   -0.144291724615D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.220000000000D+02
+    0.385230000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 11 59 44.0 0.131440348923D-03 0.284217094304D-11 0.000000000000D+00
+    0.300000000000D+01-0.267187500000D+02 0.418195990970D-08-0.703704132125D+00
+   -0.139325857163D-05 0.296831503511D-02 0.112652778626D-04 0.515372245026D+04
+    0.388784000000D+06-0.819563865662D-07-0.227459441776D+01 0.819563865662D-07
+    0.960662424589D+00 0.163187500000D+03-0.127451800454D+01-0.782568311397D-08
+    0.237152735506D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.300000000000D+01
+    0.382968000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 12  0  0.0-0.136465299874D-03-0.397903932026D-11 0.000000000000D+00
+    0.650000000000D+02-0.779375000000D+02 0.442161274935D-08-0.306295573050D+01
+   -0.398419797421D-05 0.483700423501D-02 0.514276325703D-05 0.515480070305D+04
+    0.388800000000D+06 0.260770320892D-07 0.292568217470D+01 0.502914190292D-07
+    0.965446959610D+00 0.283625000000D+03 0.884752417375D+00-0.806962184643D-08
+   -0.165006873199D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.650000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 12  0  0.0 0.269246287644D-03 0.318323145621D-11 0.000000000000D+00
+    0.530000000000D+02 0.458437500000D+02 0.524879006175D-08 0.167554873825D+01
+    0.224262475967D-05 0.960815954022D-02 0.651925802231D-05 0.515359922218D+04
+    0.388800000000D+06-0.372529029846D-08-0.127495158712D+01 0.154599547386D-06
+    0.939359788951D+00 0.240281250000D+03 0.309778774706D+01-0.837820612877D-08
+    0.210723063176D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.530000000000D+02
+    0.382110000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 12  0  0.0 0.575728248805D-03 0.500222085975D-11 0.000000000000D+00
+    0.450000000000D+02-0.618125000000D+02 0.500556573968D-08 0.158919270304D+01
+   -0.320002436638D-05 0.132533047581D-01 0.104419887066D-04 0.515372570419D+04
+    0.388800000000D+06-0.262632966042D-06-0.242811308196D+01-0.111758708954D-06
+    0.927474120837D+00 0.163062500000D+03 0.100517743155D+01-0.837892066841D-08
+    0.582167092311D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.450000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 12  0  0.0 0.115603208542D-03 0.807176547823D-11 0.000000000000D+00
+    0.690000000000D+02 0.378437500000D+02 0.520343102950D-08-0.152274102151D+01
+    0.185891985893D-05 0.908737536520D-02 0.607222318649D-05 0.515370841408D+04
+    0.388800000000D+06 0.108033418655D-06-0.125712686221D+01-0.800937414169D-07
+    0.938498576393D+00 0.242406250000D+03 0.613697234176D+00-0.832784688825D-08
+    0.421803284086D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.690000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 12  0  0.0 0.588854309171D-03-0.135287336889D-10 0.000000000000D+00
+    0.280000000000D+02-0.422812500000D+02 0.478627093514D-08-0.248315494167D+01
+   -0.200420618057D-05 0.629583629780D-02 0.104624778032D-04 0.515366550255D+04
+    0.388800000000D+06 0.577419996262D-07-0.235722372474D+01 0.838190317154D-07
+    0.934737689040D+00 0.159781250000D+03-0.102824872637D+01-0.807355071686D-08
+    0.166792663014D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.280000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 12  0  0.0-0.152131542563D-05-0.227373675443D-12 0.000000000000D+00
+    0.760000000000D+02 0.364687500000D+02 0.436125309227D-08 0.920690097181D-01
+    0.162981450558D-05 0.369868136477D-02 0.479444861412D-05 0.515370677185D+04
+    0.388800000000D+06 0.298023223877D-07 0.188622581788D+01-0.186264514923D-08
+    0.971742583676D+00 0.292125000000D+03 0.302987993539D+01-0.817248327387D-08
+    0.264296723305D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.760000000000D+02
+    0.381630000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 12  0  0.0 0.598048791289D-05 0.113686837722D-12 0.000000000000D+00
+    0.800000000000D+02 0.285625000000D+02 0.386623247267D-08-0.550021324127D+00
+    0.135414302349D-05 0.111830653623D-01 0.476650893688D-05 0.515368037605D+04
+    0.388800000000D+06 0.176951289177D-06 0.195488667102D+01-0.115483999252D-06
+    0.993154266690D+00 0.305468750000D+03 0.310388493361D+01-0.796997483859D-08
+    0.600024993449D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.800000000000D+02
+    0.383460000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 12  0  0.0 0.157142058015D-04 0.227373675443D-11 0.000000000000D+00
+    0.111000000000D+03 0.461875000000D+02 0.433732352408D-08-0.673196150305D+00
+    0.257790088654D-05 0.171656163875D-01 0.503845512867D-05 0.515370730400D+04
+    0.388800000000D+06-0.162050127983D-06 0.185526633712D+01 0.145286321640D-06
+    0.980814567321D+00 0.294281250000D+03 0.152923020719D+01-0.839356391134D-08
+    0.186436337250D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.111000000000D+03
+    0.385248000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 12  0  0.0-0.459449365735D-04-0.909494701773D-12 0.000000000000D+00
+    0.100000000000D+02-0.117187500000D+02 0.495484924650D-08-0.290090863133D+01
+   -0.771135091782D-06 0.918042380363D-02 0.658445060253D-05 0.515352363014D+04
+    0.388800000000D+06-0.447034835815D-07-0.189377287913D+00-0.245869159698D-06
+    0.953147594355D+00 0.249750000000D+03 0.665834584146D+00-0.812998150351D-08
+   -0.299298181256D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.100000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 12  0  0.0-0.726906582713D-04-0.261479726760D-11 0.000000000000D+00
+    0.140000000000D+02 0.335625000000D+02 0.642205321858D-08-0.517232666188D-01
+    0.186450779438D-05 0.107364678988D-01 0.733137130737D-05 0.515374745369D+04
+    0.388800000000D+06 0.242143869400D-07-0.149541818247D+01 0.130385160446D-06
+    0.887928813365D+00 0.201437500000D+03 0.813375203313D+00-0.908502128475D-08
+    0.381087302387D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.140000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 12  0  0.0-0.982577912509D-04 0.409272615798D-11 0.000000000000D+00
+    0.940000000000D+02-0.745937500000D+02 0.435875298813D-08 0.161418454012D-01
+   -0.400096178055D-05 0.346811022609D-02 0.549107789993D-05 0.515366353416D+04
+    0.388800000000D+06 0.484287738800D-07 0.294024588845D+01-0.409781932831D-07
+    0.971537450377D+00 0.280312500000D+03-0.393578787005D+00-0.814569644381D-08
+   -0.272868508926D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.940000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 12  0  0.0 0.302464235574D-03-0.568434188608D-12 0.000000000000D+00
+    0.300000000000D+02 0.356250000000D+02 0.372265506353D-08 0.250906674209D+01
+    0.196136534214D-05 0.449349090923D-02 0.925175845623D-05 0.515374256706D+04
+    0.388800000000D+06 0.670552253723D-07 0.905207757194D+00-0.912696123123D-07
+    0.992727640280D+00 0.212812500000D+03 0.175723483172D+01-0.757745848870D-08
+   -0.157149403046D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.300000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 12  0  0.0 0.630514696240D-04 0.420641299570D-11 0.000000000000D+00
+    0.360000000000D+02 0.412812500000D+02 0.378622914021D-08 0.240819176868D+01
+    0.202283263207D-05 0.519302929752D-02 0.104792416096D-04 0.515375964928D+04
+    0.388800000000D+06-0.931322574616D-08 0.883186653229D+00-0.111758708954D-06
+    0.985981181434D+00 0.188343750000D+03-0.214491787015D+01-0.756781522988D-08
+   -0.166435504135D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.360000000000D+02
+    0.384438000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 12  0  0.0-0.854809768498D-04-0.363797880709D-11 0.000000000000D+00
+    0.850000000000D+02-0.750937500000D+02 0.426589208402D-08-0.230748297106D+01
+   -0.385940074921D-05 0.593215483241D-02 0.558607280254D-05 0.515379217720D+04
+    0.388800000000D+06-0.521540641785D-07 0.295770647843D+01 0.279396772385D-07
+    0.972743937935D+00 0.280406250000D+03-0.190649238129D+00-0.807105049461D-08
+   -0.151077719779D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.850000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 12  0  0.0 0.159621238708D-03 0.204636307899D-11 0.000000000000D+00
+    0.210000000000D+02-0.287500000000D+02 0.416195907659D-08 0.287053013971D+01
+   -0.136345624924D-05 0.548539170995D-02 0.103693455458D-04 0.515363019562D+04
+    0.388800000000D+06-0.372529029846D-08-0.228286985568D+01-0.670552253723D-07
+    0.960324743597D+00 0.178937500000D+03-0.250066743452D+01-0.772960768347D-08
+    0.250367571672D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.210000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 12  0  0.0 0.780946575105D-04 0.238742359215D-11 0.000000000000D+00
+    0.190000000000D+02-0.186562500000D+02 0.533950812623D-08-0.197216318202D+01
+   -0.101327896118D-05 0.116022668080D-01 0.614300370216D-05 0.515370008659D+04
+    0.388800000000D+06 0.162050127983D-06-0.189946421562D+00 0.000000000000D+00
+    0.937110723566D+00 0.244593750000D+03-0.232648235483D+01-0.833427572747D-08
+   -0.172864343351D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.190000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 12  0  0.0-0.463384203613D-04-0.284217094304D-11 0.000000000000D+00
+    0.940000000000D+02-0.320000000000D+02 0.429875068875D-08 0.218066206734D+01
+   -0.160746276379D-05 0.662265543360D-02 0.108703970909D-04 0.515376222992D+04
+    0.388800000000D+06-0.186264514923D-07-0.222793663080D+01 0.819563865662D-07
+    0.957896283494D+00 0.166656250000D+03-0.134300667808D+00-0.786139864317D-08
+    0.160006660699D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.940000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 12  0  0.0 0.539263710380D-04-0.454747350886D-12 0.000000000000D+00
+    0.260000000000D+02-0.853125000000D+01 0.542058293189D-08-0.176790125710D+01
+   -0.346451997757D-06 0.416611600667D-02 0.592879951000D-05 0.515357891655D+04
+    0.388800000000D+06 0.856816768646D-07-0.243874661216D+00 0.651925802231D-07
+    0.936985077921D+00 0.253718750000D+03 0.132268122344D+01-0.843463705078D-08
+   -0.231438211759D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.260000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 12  0  0.0-0.708862207830D-04-0.261479726760D-11 0.000000000000D+00
+    0.200000000000D+02 0.435312500000D+02 0.547558522296D-08-0.862056412247D+00
+    0.257790088654D-05 0.167143504368D-01 0.606290996075D-05 0.515365520668D+04
+    0.388800000000D+06 0.335276126862D-06-0.124658529397D+01 0.238418579102D-06
+    0.932067193528D+00 0.243656250000D+03-0.246597844599D+01-0.862571643857D-08
+    0.411088552060D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.200000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 12  0  0.0 0.168467871845D-03-0.795807864051D-12 0.000000000000D+00
+    0.126000000000D+03-0.174375000000D+02 0.542451150665D-08-0.289295706300D+01
+   -0.101327896118D-05 0.542361882981D-02 0.641308724880D-05 0.515371300697D+04
+    0.388800000000D+06 0.143423676491D-06-0.185110960900D+00-0.428408384323D-07
+    0.934795718611D+00 0.241375000000D+03-0.194528600342D+01-0.842213676577D-08
+   -0.307869979510D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.126000000000D+03
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 12  0  0.0 0.364819075912D-03-0.147792889038D-11 0.000000000000D+00
+    0.100000000000D+03 0.349062500000D+02 0.432803742299D-08 0.167150673509D+01
+    0.210851430893D-05 0.683584553190D-02 0.953860580921D-05 0.515367802811D+04
+    0.388800000000D+06 0.670552253723D-07 0.843625288768D+00 0.782310962677D-07
+    0.967809219744D+00 0.198656250000D+03 0.303568999354D+01-0.793711632704D-08
+   -0.236081262304D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.100000000000D+03
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 12  0  0.0 0.300739891827D-03 0.318323145621D-11 0.000000000000D+00
+    0.750000000000D+02 0.395312500000D+02 0.502199482000D-08 0.259074282921D+01
+    0.193342566490D-05 0.567115808372D-02 0.642053782940D-05 0.515483720207D+04
+    0.388800000000D+06 0.298023223877D-07-0.120746384799D+01 0.149011611938D-06
+    0.948680177549D+00 0.244312500000D+03-0.464434832112D+00-0.825248669400D-08
+    0.365015212500D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.750000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 12  0  0.0-0.234507024288D-05-0.136424205266D-11 0.000000000000D+00
+    0.790000000000D+02-0.743125000000D+02 0.456340436982D-08-0.245235566506D+01
+   -0.392273068428D-05 0.875476282090D-03 0.519864261150D-05 0.515601599312D+04
+    0.388800000000D+06 0.149011611938D-07 0.291423138825D+01-0.931322574616D-08
+    0.960204096743D+00 0.279281250000D+03 0.214155875131D+01-0.818319800590D-08
+   -0.261082303697D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.790000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 12  0  0.0-0.744690187275D-04-0.591171556152D-11 0.000000000000D+00
+    0.360000000000D+02 0.411562500000D+02 0.391052003171D-08 0.101434515148D+01
+    0.230781733990D-05 0.193567331880D-01 0.100955367088D-04 0.515237938118D+04
+    0.388800000000D+06-0.294297933578D-06 0.901625740834D+00 0.126659870148D-06
+    0.990446860293D+00 0.207718750000D+03 0.110269065872D+01-0.795854579109D-08
+   -0.225009372544D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.360000000000D+02
+    0.384540000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 12  0  0.0 0.166090670973D-03 0.352429196937D-11 0.000000000000D+00
+    0.310000000000D+02 0.549375000000D+02 0.416088760338D-08 0.244921669783D+01
+    0.285729765892D-05 0.215147110866D-01 0.409968197346D-05 0.515361405945D+04
+    0.388800000000D+06 0.294297933578D-06 0.183016930745D+01-0.484287738800D-07
+    0.978467493739D+00 0.299593750000D+03-0.140342292576D+01-0.773317926081D-08
+   -0.271439877989D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.310000000000D+02
+    0.384408000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 12  0  0.0-0.119176693261D-04 0.113686837722D-11 0.000000000000D+00
+    0.320000000000D+02-0.783437500000D+02 0.411374278247D-08-0.277211293596D+01
+   -0.401772558689D-05 0.160061951028D-01 0.546686351299D-05 0.515367721367D+04
+    0.388800000000D+06 0.154599547386D-06 0.296537305569D+01-0.102445483208D-06
+    0.970992059888D+00 0.277937500000D+03-0.195243411666D+01-0.772710757933D-08
+   -0.115719105880D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.320000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 12  0  0.0 0.131442211568D-03 0.284217094304D-11 0.000000000000D+00
+    0.800000000000D+02-0.267187500000D+02 0.418195990970D-08-0.701369234410D+00
+   -0.139325857163D-05 0.296831387095D-02 0.112652778626D-04 0.515372242737D+04
+    0.388800000000D+06-0.819563865662D-07-0.227459456112D+01 0.819563865662D-07
+    0.960662464088D+00 0.163187500000D+03-0.127451913684D+01-0.782604027170D-08
+    0.237509893240D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.800000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 12  0  0.0 0.256734434515D-03 0.341060513165D-11 0.000000000000D+00
+    0.750000000000D+02-0.782500000000D+02 0.452911722734D-08-0.234568725956D+01
+   -0.392273068428D-05 0.123842796311D-01 0.468082726002D-05 0.515371892548D+04
+    0.388800000000D+06 0.145286321640D-06 0.288613597046D+01 0.000000000000D+00
+    0.956825620565D+00 0.285281250000D+03 0.148846388978D+01-0.803140596887D-08
+   -0.210723063176D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.750000000000D+02
+    0.381618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 12  0  0.0-0.274130143225D-04 0.250111042988D-11 0.000000000000D+00
+    0.160000000000D+02 0.443437500000D+02 0.428124957708D-08 0.269923014806D-01
+    0.231154263020D-05 0.733588833827D-02 0.504776835442D-05 0.515371423531D+04
+    0.388800000000D+06-0.353902578354D-07 0.188596929227D+01-0.124797224999D-06
+    0.976986700263D+00 0.293906250000D+03-0.104950388153D+01-0.821855650202D-08
+    0.128933946852D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.160000000000D+02
+    0.381600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 12  0  0.0-0.279624946415D-04-0.852651282912D-11 0.000000000000D+00
+    0.480000000000D+02-0.141562500000D+02 0.496949281725D-08 0.815448443501D+00
+   -0.899657607079D-06 0.126268494641D-01 0.669620931148D-05 0.515369750595D+04
+    0.388800000000D+06 0.428408384323D-07-0.125964131117D+00-0.260770320892D-06
+    0.958979942987D+00 0.253656250000D+03-0.968385183759D+00-0.835856273085D-08
+   -0.289654911168D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.480000000000D+02
+    0.385218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 13 59 44.0-0.152224674821D-05-0.227373675443D-12 0.000000000000D+00
+    0.600000000000D+01 0.425937500000D+02 0.448340103736D-08 0.113972943015D+01
+    0.230595469475D-05 0.369902618695D-02 0.462867319584D-05 0.515370799065D+04
+    0.395984000000D+06 0.428408384323D-07 0.188616668673D+01-0.689178705216D-07
+    0.971742623175D+00 0.290750000000D+03 0.303004588297D+01-0.823248577322D-08
+    0.578595529398D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.600000000000D+01
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 13 59 44.0 0.157337635756D-04 0.227373675443D-11 0.000000000000D+00
+    0.280000000000D+02 0.427500000000D+02 0.433803783955D-08 0.374613727685D+00
+    0.238232314587D-05 0.171662006760D-01 0.544637441635D-05 0.515370838356D+04
+    0.395984000000D+06-0.219792127609D-06 0.185520667639D+01-0.223517417908D-07
+    0.980815582586D+00 0.288750000000D+03 0.152924526208D+01-0.837677749784D-08
+    0.592881838765D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.280000000000D+02
+    0.393480000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 13 59 44.0-0.982298515737D-04 0.409272615798D-11 0.000000000000D+00
+    0.200000000000D+01-0.704687500000D+02 0.437125350883D-08 0.106383744755D+01
+   -0.372156500816D-05 0.346867553890D-02 0.502169132233D-05 0.515366498375D+04
+    0.395984000000D+06 0.745058059692D-07 0.294018761164D+01 0.223517417908D-07
+    0.971535645136D+00 0.284750000000D+03-0.393422267937D+00-0.809712299196D-08
+   -0.289654922433D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.200000000000D+01
+    0.395700000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 13 59 44.0-0.235298648477D-05-0.136424205266D-11 0.000000000000D+00
+    0.700000000000D+01-0.695312500000D+02 0.461269213714D-08-0.140513110645D+01
+   -0.362098217010D-05 0.875426921993D-03 0.484474003315D-05 0.515601729584D+04
+    0.395984000000D+06-0.242143869400D-07 0.291417242387D+01 0.000000000000D+00
+    0.960202086694D+00 0.282375000000D+03 0.214075425754D+01-0.821605651745D-08
+   -0.262868092368D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.700000000000D+01
+    0.395160000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 13 59 44.0 0.131460372359D-03 0.284217094304D-11 0.000000000000D+00
+    0.400000000000D+01-0.238750000000D+02 0.427553523606D-08 0.346290529168D+00
+   -0.127591192722D-05 0.296610314399D-02 0.105015933514D-04 0.515371817017D+04
+    0.395984000000D+06-0.931322574616D-08-0.227464995159D+01-0.106170773506D-06
+    0.960663472038D+00 0.179062500000D+03-0.127436279625D+01-0.785068415536D-08
+    0.703600736366D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.400000000000D+01
+    0.394560000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 13 59 44.0 0.256767496467D-03 0.341060513165D-11 0.000000000000D+00
+    0.100000000000D+01-0.682812500000D+02 0.479055668877D-08-0.129798651673D+01
+   -0.342726707458D-05 0.123848882504D-01 0.501796603203D-05 0.515371593666D+04
+    0.395984000000D+06-0.108033418655D-06 0.288607785019D+01 0.275671482086D-06
+    0.956822229521D+00 0.278562500000D+03 0.148858432012D+01-0.839606401548D-08
+   -0.295726603914D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.100000000000D+01
+    0.392820000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 14  0  0.0-0.136494170874D-03-0.397903932026D-11 0.000000000000D+00
+    0.850000000000D+02-0.781250000000D+02 0.440768359771D-08-0.201343761185D+01
+   -0.398606061935D-05 0.483686651569D-02 0.519864261150D-05 0.515480103874D+04
+    0.396000000000D+06 0.931322574615D-08 0.292562461327D+01-0.614672899246D-07
+    0.965445467433D+00 0.282062500000D+03 0.884725461647D+00-0.806319300721D-08
+   -0.260010830495D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.850000000000D+02
+    0.395999000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 14  0  0.0 0.269269105047D-03 0.318323145621D-11 0.000000000000D+00
+    0.680000000000D+02 0.389687500000D+02 0.504556731099D-08 0.272566833713D+01
+    0.218674540520D-05 0.960762077011D-02 0.668875873089D-05 0.515360141182D+04
+    0.396000000000D+06-0.229105353355D-06-0.127501246792D+01 0.409781932831D-07
+    0.939362278838D+00 0.234468750000D+03 0.309789880888D+01-0.822927135361D-08
+    0.364300888880D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.680000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 14  0  0.0 0.575764570385D-03 0.500222085975D-11 0.000000000000D+00
+    0.610000000000D+02-0.600000000000D+02 0.487413176486D-08 0.263945748192D+01
+   -0.309944152832D-05 0.132541059283D-01 0.108107924461D-04 0.515372257423D+04
+    0.396000000000D+06 0.134110450745D-06-0.242817197026D+01-0.147148966789D-06
+    0.927476405915D+00 0.150875000000D+03 0.100506586210D+01-0.797926080765D-08
+    0.696457613802D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.610000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 14  0  0.0 0.115661416203D-03 0.807176547823D-11 0.000000000000D+00
+    0.700000000000D+02 0.370000000000D+02 0.517164399116D-08-0.472594377658D+00
+    0.223703682423D-05 0.908698653802D-02 0.663287937641D-05 0.515370775413D+04
+    0.396000000000D+06 0.726431608200D-07-0.125718696327D+01 0.912696123123D-07
+    0.938500741511D+00 0.238125000000D+03 0.613714691177D+00-0.848392481809D-08
+    0.361800784741D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.700000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 14  0  0.0-0.108145177364D-04-0.272848410532D-11 0.000000000000D+00
+    0.280000000000D+02-0.912500000000D+01 0.486627412842D-08-0.192534850588D+01
+   -0.743195414543D-06 0.181413441896D-02 0.632368028164D-05 0.515373132324D+04
+    0.396000000000D+06 0.577419996262D-07-0.214997579969D+00-0.670552253723D-07
+    0.958116348797D+00 0.256062500000D+03 0.242806257032D+00-0.822069956799D-08
+   -0.212866009581D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.280000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 14  0  0.0 0.588756985962D-03-0.135287336889D-10 0.000000000000D+00
+    0.300000000000D+02-0.377500000000D+02 0.477912776020D-08-0.143303357850D+01
+   -0.187754631042D-05 0.629645178560D-02 0.111255794764D-04 0.515366431999D+04
+    0.396000000000D+06-0.558793544769D-07-0.235728236874D+01 0.726431608200D-07
+    0.934738398555D+00 0.153812500000D+03-0.102818132827D+01-0.818569834138D-08
+    0.171078554101D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.300000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 14  0  0.0 0.598141923547D-05 0.113686837722D-12 0.000000000000D+00
+    0.830000000000D+02 0.300312500000D+02 0.401588156330D-08 0.500144975492D+00
+    0.141747295856D-05 0.111824137857D-01 0.463239848614D-05 0.515367911911D+04
+    0.396000000000D+06 0.121071934700D-06 0.195482904376D+01 0.167638063431D-07
+    0.993154227191D+00 0.301031250000D+03 0.310389171131D+01-0.804712090917D-08
+    0.278583032673D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.830000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 14  0  0.0 0.157305039465D-04 0.227373675443D-11 0.000000000000D+00
+    0.119000000000D+03 0.427500000000D+02 0.433803783955D-08 0.376947143464D+00
+    0.238232314587D-05 0.171662054490D-01 0.544637441635D-05 0.515370834923D+04
+    0.396000000000D+06-0.219792127609D-06 0.185520655790D+01-0.223517417908D-07
+    0.980815557716D+00 0.288750000000D+03 0.152924573314D+01-0.837677749784D-08
+    0.592881838765D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.558793544769D-08 0.119000000000D+03
+    0.392250000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 14  0  0.0-0.459514558315D-04-0.909494701773D-12 0.000000000000D+00
+    0.210000000000D+02-0.114375000000D+02 0.493341978245D-08-0.185070119446D+01
+   -0.823289155960D-06 0.918089738116D-02 0.598095357418D-05 0.515352217293D+04
+    0.396000000000D+06 0.128522515297D-06-0.189437052505D+00-0.782310962677D-07
+    0.953146065605D+00 0.255625000000D+03 0.665903750913D+00-0.818605526777D-08
+   -0.121790787361D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.210000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 14  0  0.0-0.727097503841D-04-0.261479726760D-11 0.000000000000D+00
+    0.150000000000D+02 0.402812500000D+02 0.628561913629D-08 0.998313141967D+00
+    0.210851430893D-05 0.107384629082D-01 0.796839594841D-05 0.515375190544D+04
+    0.396000000000D+06-0.838190317154D-07-0.149548293268D+01 0.782310962677D-07
+    0.887931303251D+00 0.186437500000D+03 0.813486313404D+00-0.904287666970D-08
+    0.297155244855D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.150000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 14  0  0.0-0.982284545898D-04 0.409272615798D-11 0.000000000000D+00
+    0.950000000000D+02-0.704687500000D+02 0.437089635109D-08 0.106616917658D+01
+   -0.372156500816D-05 0.346867751796D-02 0.502169132233D-05 0.515366499519D+04
+    0.396000000000D+06 0.745058059692D-07 0.294018746535D+01 0.223517417908D-07
+    0.971535652451D+00 0.284750000000D+03-0.393420351514D+00-0.809676583422D-08
+   -0.289297764699D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.116415321827D-07 0.950000000000D+02
+    0.390900000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 14  0  0.0 0.302459578961D-03-0.568434188608D-12 0.000000000000D+00
+    0.310000000000D+02 0.341250000000D+02 0.375194199773D-08-0.272402762184D+01
+    0.188685953617D-05 0.449193990789D-02 0.101458281279D-04 0.515374549675D+04
+    0.396000000000D+06 0.428408384323D-07 0.905152508630D+00 0.763684511185D-07
+    0.992727050723D+00 0.201687500000D+03 0.175727658633D+01-0.756888670308D-08
+   -0.207151485834D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.310000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 14  0  0.0 0.630817376077D-04 0.420641299570D-11 0.000000000000D+00
+    0.420000000000D+02 0.402187500000D+02 0.386016079119D-08-0.282493362228D+01
+    0.211782753468D-05 0.519327679649D-02 0.101923942566D-04 0.515375931168D+04
+    0.396000000000D+06 0.128522515297D-06 0.883131624103D+00-0.121071934700D-06
+    0.985979984767D+00 0.193937500000D+03-0.214485461358D+01-0.762317467868D-08
+   -0.910752222200D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.420000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 14  0  0.0-0.246900133789D-03 0.636646291241D-11 0.000000000000D+00
+    0.230000000000D+02 0.330312500000D+02 0.462804991971D-08-0.295476760913D+01
+    0.174157321453D-05 0.250842957757D-02 0.922940671444D-05 0.515378109932D+04
+    0.396000000000D+06-0.596046447754D-07 0.817962172711D+00 0.316649675369D-07
+    0.953568116008D+00 0.199062500000D+03-0.173658560845D+00-0.797176062726D-08
+   -0.910752222200D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.230000000000D+02
+    0.389970000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 14  0  0.0-0.855070538819D-04-0.363797880709D-11 0.000000000000D+00
+    0.860000000000D+02-0.785312500000D+02 0.425589163910D-08-0.125741566272D+01
+   -0.405684113502D-05 0.593240896705D-02 0.557489693165D-05 0.515379163170D+04
+    0.396000000000D+06-0.100582838059D-06 0.295764868292D+01-0.670552253723D-07
+    0.972742754434D+00 0.279593750000D+03-0.190609636936D+00-0.805997846243D-08
+   -0.215723272579D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.860000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 14  0  0.0 0.159635674208D-03 0.204636307899D-11 0.000000000000D+00
+    0.250000000000D+02-0.363750000000D+02 0.415695886831D-08-0.236247662030D+01
+   -0.181049108505D-05 0.548641593195D-02 0.104103237390D-04 0.515362827110D+04
+    0.396000000000D+06-0.633299350738D-07-0.228292508376D+01-0.484287738800D-07
+    0.960326540061D+00 0.178875000000D+03-0.250064054023D+01-0.768960601724D-08
+    0.206080012631D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.250000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 14  0  0.0 0.781118869781D-04 0.238742359215D-11 0.000000000000D+00
+    0.230000000000D+02-0.142187500000D+02 0.537843831926D-08-0.922040034097D+00
+   -0.501051545143D-06 0.116023869486D-01 0.617280602455D-05 0.515369906235D+04
+    0.396000000000D+06 0.128522515297D-06-0.190006285633D+00 0.212341547012D-06
+    0.937108666703D+00 0.246218750000D+03-0.232643454666D+01-0.850035407387D-08
+   -0.240724312848D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.230000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 14  0  0.0-0.463593751192D-04-0.284217094304D-11 0.000000000000D+00
+    0.950000000000D+02-0.270937500000D+02 0.427839230710D-08-0.305238343367D+01
+   -0.127591192722D-05 0.662388838828D-02 0.113919377327D-04 0.515376007271D+04
+    0.396000000000D+06-0.465661287308D-07-0.222799325158D+01 0.130385160446D-07
+    0.957897782985D+00 0.157250000000D+03-0.134315112661D+00-0.780711051363D-08
+    0.193579485774D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.950000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 14  0  0.0 0.539231114090D-04-0.454747350886D-12 0.000000000000D+00
+    0.270000000000D+02-0.100937500000D+02 0.544344080922D-08-0.717724730219D+00
+   -0.478699803352D-06 0.416593253613D-02 0.627525150776D-05 0.515357828713D+04
+    0.396000000000D+06-0.372529029846D-07-0.243935897504D+00 0.540167093277D-07
+    0.936982864526D+00 0.251625000000D+03 0.132275025416D+01-0.855857074100D-08
+   -0.227866628344D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.270000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 14  0  0.0-0.709053128958D-04-0.261479726760D-11 0.000000000000D+00
+    0.350000000000D+02 0.432187500000D+02 0.542272587830D-08 0.188147450719D+00
+    0.240653753281D-05 0.167144209845D-01 0.635348260403D-05 0.515365539742D+04
+    0.396000000000D+06 0.670552253723D-07-0.124664780592D+01 0.376254320145D-06
+    0.932069696581D+00 0.244656250000D+03-0.246598350623D+01-0.869500503900D-08
+    0.355014787791D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.350000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 14  0  0.0 0.168461818248D-03-0.795807864051D-12 0.000000000000D+00
+    0.127000000000D+03-0.148437500000D+02 0.535950895935D-08-0.184285473971D+01
+   -0.711530447006D-06 0.542391114868D-02 0.615417957306D-05 0.515371217537D+04
+    0.396000000000D+06 0.521540641785D-07-0.185172007009D+00 0.670552253723D-07
+    0.934794055273D+00 0.243187500000D+03-0.194522463985D+01-0.838999233400D-08
+   -0.205722854897D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.127000000000D+03
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 14  0  0.0 0.364807900041D-03-0.147792889038D-11 0.000000000000D+00
+    0.102000000000D+03 0.315937500000D+02 0.429482175371D-08 0.272150949656D+01
+    0.173412263393D-05 0.683558569290D-02 0.102203339338D-04 0.515368011093D+04
+    0.396000000000D+06-0.149011611938D-06 0.843567592742D+00 0.521540641785D-07
+    0.967808391733D+00 0.188375000000D+03 0.303586330252D+01-0.782532595624D-08
+   -0.860750139413D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.102000000000D+03
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 14  0  0.0 0.300762709230D-03 0.318323145621D-11 0.000000000000D+00
+    0.770000000000D+02 0.433437500000D+02 0.490627579465D-08-0.264292330747D+01
+    0.241957604885D-05 0.567145308014D-02 0.654347240925D-05 0.515483662796D+04
+    0.396000000000D+06-0.372529029846D-07-0.120752325563D+01 0.689178705216D-07
+    0.948683229196D+00 0.246281250000D+03-0.464480195739D+00-0.819534136886D-08
+    0.409302763389D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.770000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 14  0  0.0-0.235484912991D-05-0.136424205266D-11 0.000000000000D+00
+    0.810000000000D+02-0.695312500000D+02 0.461269213714D-08-0.140279900583D+01
+   -0.362098217010D-05 0.875431927852D-03 0.484474003315D-05 0.515601727295D+04
+    0.396000000000D+06-0.242143869400D-07 0.291417230245D+01 0.000000000000D+00
+    0.960202061824D+00 0.282375000000D+03 0.214075287070D+01-0.821605651745D-08
+   -0.262868092368D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.810000000000D+02
+    0.390510000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 14  0  0.0-0.745113939047D-04-0.591171556152D-11 0.000000000000D+00
+    0.630000000000D+02 0.341250000000D+02 0.375622789054D-08 0.206526135607D+01
+    0.144727528095D-05 0.193569202675D-01 0.961311161518D-05 0.515238124466D+04
+    0.396000000000D+06-0.707805156708D-07 0.901568651919D+00-0.417232513428D-06
+    0.990448106699D+00 0.209875000000D+03 0.110274212271D+01-0.744709591572D-08
+   -0.346443002170D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.630000000000D+02
+    0.389220000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 14  0  0.0 0.166115816683D-03 0.352429196937D-11 0.000000000000D+00
+    0.430000000000D+02 0.529062500000D+02 0.420696095110D-08-0.278375328734D+01
+    0.285916030407D-05 0.215139852371D-01 0.467151403427D-05 0.515361538506D+04
+    0.396000000000D+06 0.217929482460D-06 0.183011231216D+01 0.279396772385D-06
+    0.978468146200D+00 0.294593750000D+03-0.140342267268D+01-0.771317842770D-08
+    0.225723688012D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.430000000000D+02
+    0.395670000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 14  0  0.0-0.119097530842D-04 0.113686837722D-11 0.000000000000D+00
+    0.330000000000D+02-0.694062500000D+02 0.425410577201D-08-0.172200545882D+01
+   -0.357627868652D-05 0.160070218844D-01 0.523589551449D-05 0.515367464256D+04
+    0.396000000000D+06 0.424683094025D-06 0.296531809386D+01 0.633299350738D-07
+    0.970990386310D+00 0.282687500000D+03-0.195236527613D+01-0.789282876800D-08
+   -0.273582824394D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.330000000000D+02
+    0.388800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 14  0  0.0 0.256758648902D-03 0.341060513165D-11 0.000000000000D+00
+    0.760000000000D+02-0.682812500000D+02 0.479055668877D-08-0.129565244995D+01
+   -0.342726707458D-05 0.123848911608D-01 0.501796603203D-05 0.515371592712D+04
+    0.396000000000D+06-0.108033418655D-06 0.288607772292D+01 0.275671482086D-06
+    0.956822206114D+00 0.278562500000D+03 0.148858400705D+01-0.839606401548D-08
+   -0.295726603914D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.760000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 14  0  0.0-0.273953191936D-04 0.250111042988D-11 0.000000000000D+00
+    0.370000000000D+02 0.468437500000D+02 0.433910931275D-08 0.107713954220D+01
+    0.216439366341D-05 0.733564386610D-02 0.474043190479D-05 0.515371389198D+04
+    0.396000000000D+06 0.838190317154D-07 0.188591013625D+01-0.162050127983D-06
+    0.976987857431D+00 0.295406250000D+03-0.104949607833D+01-0.815498254490D-08
+    0.126790995640D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.370000000000D+02
+    0.393468000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 14  0  0.0-0.280239619315D-04-0.852651282912D-11 0.000000000000D+00
+    0.720000000000D+02-0.151562500000D+02 0.482020068304D-08 0.186563568187D+01
+   -0.881031155586D-06 0.126267838059D-01 0.662915408611D-05 0.515369706917D+04
+    0.396000000000D+06 0.219792127609D-06-0.126022181170D+00 0.651925802231D-07
+    0.958978920407D+00 0.252093750000D+03-0.968403699913D+00-0.801997668276D-08
+   -0.391087717766D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.720000000000D+02
+    0.388818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 15 59 28.0-0.280877575278D-04-0.864019966684D-11 0.000000000000D+00
+    0.200000000000D+01-0.130000000000D+02 0.469162397820D-08 0.291109527956D+01
+   -0.828877091408D-06 0.126262950944D-01 0.649876892567D-05 0.515369836617D+04
+    0.403168000000D+06 0.139698386192D-06-0.126080150762D+00 0.255182385445D-06
+    0.958976351523D+00 0.247218750000D+03-0.968362410513D+00-0.799711852295D-08
+   -0.275368616798D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.200000000000D+01
+    0.400968000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 15 59 44.0 0.157500617206D-04 0.227373675443D-11 0.000000000000D+00
+    0.290000000000D+02 0.390625000000D+02 0.430053627745D-08 0.142476073580D+01
+    0.163167715073D-05 0.171666834503D-01 0.546872615814D-05 0.515370924187D+04
+    0.403184000000D+06-0.175088644028D-06 0.185514603698D+01-0.424683094025D-06
+    0.980817578006D+00 0.285375000000D+03 0.152925667284D+01-0.807033616190D-08
+    0.202151277555D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.290000000000D+02
+    0.397350000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 15 59 44.0-0.982005149126D-04 0.409272615798D-11 0.000000000000D+00
+    0.300000000000D+01-0.660937500000D+02 0.439339728835D-08 0.211386196407D+01
+   -0.336393713951D-05 0.346882082522D-02 0.522099435329D-05 0.515366603279D+04
+    0.403184000000D+06 0.447034835815D-07 0.294012942700D+01 0.633299350738D-07
+    0.971533528294D+00 0.283468750000D+03-0.393262087184D+00-0.808212236712D-08
+   -0.290012080167D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.300000000000D+01
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 15 59 44.0-0.855335965753D-04-0.363797880709D-11 0.000000000000D+00
+    0.250000000000D+02-0.725000000000D+02 0.437018203562D-08-0.209733797374D+00
+   -0.389851629734D-05 0.593174435198D-02 0.551156699657D-05 0.515378999138D+04
+    0.403184000000D+06 0.707805156708D-07 0.295759113026D+01-0.409781932831D-07
+    0.972740426932D+00 0.280718750000D+03-0.190517705701D+00-0.815498254490D-08
+   -0.333585323739D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.250000000000D+02
+    0.402738000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 15 59 44.0 0.364794861525D-03-0.159161572810D-11 0.000000000000D+00
+    0.400000000000D+01 0.367187500000D+02 0.427232071942D-08-0.251379609146D+01
+    0.191107392311D-05 0.683639745694D-02 0.106375664473D-04 0.515367864799D+04
+    0.403184000000D+06-0.130385160446D-06 0.843511444483D+00-0.596046447754D-07
+    0.967807960172D+00 0.182843750000D+03 0.303582609905D+01-0.780425324365D-08
+   -0.600024960273D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.400000000000D+01
+    0.398046000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 15 59 44.0-0.236276537180D-05-0.136424205266D-11 0.000000000000D+00
+    0.800000000000D+01-0.652187500000D+02 0.463769317854D-08-0.355842676173D+00
+   -0.335648655891D-05 0.875552301295D-03 0.499747693539D-05 0.515601813698D+04
+    0.403184000000D+06 0.130385160446D-07 0.291411303086D+01 0.372529029846D-08
+    0.960200271213D+00 0.281625000000D+03 0.214021571936D+01-0.823177145775D-08
+   -0.235724104569D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.800000000000D+01
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 15 59 44.0 0.256792176515D-03 0.341060513165D-11 0.000000000000D+00
+    0.900000000000D+01-0.594062500000D+02 0.483484424781D-08-0.247756003781D+00
+   -0.301189720631D-05 0.123857688159D-01 0.495649874210D-05 0.515371835899D+04
+    0.403184000000D+06-0.122934579849D-06 0.288601601410D+01 0.633299350738D-07
+    0.956819824483D+00 0.280437500000D+03 0.148851065780D+01-0.856107088868D-08
+   -0.216437586923D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.900000000000D+01
+    0.401280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 16  0  0.0-0.136522576213D-03-0.397903932026D-11 0.000000000000D+00
+    0.860000000000D+02-0.710625000000D+02 0.455661837287D-08-0.964155235130D+00
+   -0.377371907234D-05 0.483682728373D-02 0.520423054695D-05 0.515479912186D+04
+    0.403200000000D+06 0.428408384323D-07 0.292556664514D+01 0.931322574615D-07
+    0.965442791756D+00 0.280187500000D+03 0.884935160713D+00-0.819819863074D-08
+   -0.334656796942D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.860000000000D+02
+    0.402978000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 16  0  0.0 0.269291922450D-03 0.318323145621D-11 0.000000000000D+00
+    0.690000000000D+02 0.379687500000D+02 0.496627829400D-08-0.250729965263D+01
+    0.208802521229D-05 0.960865069646D-02 0.739656388760D-05 0.515359947205D+04
+    0.403200000000D+06-0.169500708580D-06-0.127507154787D+01-0.819563865662D-07
+    0.939365201748D+00 0.227156250000D+03 0.309791067900D+01-0.818676958324D-08
+    0.392516349881D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.690000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 16  0  0.0 0.575800891966D-03 0.500222085975D-11 0.000000000000D+00
+    0.840000000000D+02-0.526875000000D+02 0.482448658801D-08-0.259360501234D+01
+   -0.275298953056D-05 0.132534446893D-01 0.106245279312D-04 0.515372375488D+04
+    0.403200000000D+06 0.102445483208D-06-0.242822903577D+01-0.782310962677D-07
+    0.927476882826D+00 0.154000000000D+03 0.100509543207D+01-0.794175925023D-08
+    0.500020823357D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.840000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 16  0  0.0 0.115719623864D-03 0.807176547823D-11 0.000000000000D+00
+    0.720000000000D+02 0.385000000000D+02 0.508592613495D-08 0.577537003569D+00
+    0.215135514736D-05 0.908704439644D-02 0.694394111633D-05 0.515370790100D+04
+    0.403200000000D+06-0.614672899246D-07-0.125724749004D+01 0.149011611938D-06
+    0.938503383542D+00 0.233906250000D+03 0.613747900881D+00-0.841677916407D-08
+    0.289654922433D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.720000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 16  0  0.0-0.108340755105D-04-0.272848410532D-11 0.000000000000D+00
+    0.290000000000D+02-0.781250000000D+01 0.477162732886D-08-0.875395076930D+00
+   -0.374391674995D-06 0.181412475649D-02 0.593252480030D-05 0.515373066139D+04
+    0.403200000000D+06 0.353902578354D-07-0.215056910075D+00-0.931322574616D-08
+    0.958115032171D+00 0.258281250000D+03 0.243001027020D+00-0.821534220198D-08
+   -0.175721605225D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.290000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 16  0  0.0 0.588659197092D-03-0.135287336889D-10 0.000000000000D+00
+    0.890000000000D+02-0.395625000000D+02 0.478412776061D-08-0.382978165149D+00
+   -0.204704701901D-05 0.629523734096D-02 0.105351209640D-04 0.515366164017D+04
+    0.403200000000D+06-0.186264514923D-06-0.235734034857D+01-0.968575477600D-07
+    0.934739336285D+00 0.165656250000D+03-0.102804849092D+01-0.813998202176D-08
+    0.142863091149D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.890000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 16  0  0.0-0.152364373207D-05-0.227373675443D-12 0.000000000000D+00
+    0.700000000000D+01 0.479375000000D+02 0.456661878943D-08 0.219214678472D+01
+    0.260397791862D-05 0.369935249910D-02 0.508688390255D-05 0.515370846176D+04
+    0.403200000000D+06 0.223517417908D-07 0.188610638379D+01 0.134110450745D-06
+    0.971743623811D+00 0.289125000000D+03 0.303012213757D+01-0.822819988041D-08
+    0.227509476683D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.700000000000D+01
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 16  0  0.0 0.598281621933D-05 0.113686837722D-12 0.000000000000D+00
+    0.840000000000D+02 0.402500000000D+02 0.407945563999D-08 0.155019930921D+01
+    0.236928462982D-05 0.111832246184D-01 0.507012009621D-05 0.515368208122D+04
+    0.403200000000D+06 0.132247805595D-06 0.195477120436D+01 0.111758708954D-06
+    0.993154434926D+00 0.296718750000D+03 0.310401061875D+01-0.802962018020D-08
+    0.464305054455D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.840000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 16  0  0.0-0.459579750895D-04-0.909494701773D-12 0.000000000000D+00
+    0.220000000000D+02-0.934375000000D+01 0.492377652363D-08-0.800454819093D+00
+   -0.270083546638D-06 0.918095349334D-02 0.601448118687D-05 0.515352167892D+04
+    0.403200000000D+06 0.152736902237D-06-0.189495817924D+00 0.126659870148D-06
+    0.953144288160D+00 0.256968750000D+03 0.665933726104D+00-0.835213361417D-08
+   -0.208222959036D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.220000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 16  0  0.0-0.727288424969D-04-0.261479726760D-11 0.000000000000D+00
+    0.160000000000D+02 0.469375000000D+02 0.621168716464D-08 0.204854407916D+01
+    0.237114727497D-05 0.107386326417D-01 0.808946788311D-05 0.515375020981D+04
+    0.403200000000D+06-0.173225998878D-06-0.149554839973D+01-0.152736902237D-06
+    0.887934439748D+00 0.183531250000D+03 0.813401815256D+00-0.885393980354D-08
+    0.413231504570D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.160000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 16  0  0.0 0.302454922348D-03-0.568434188608D-12 0.000000000000D+00
+    0.320000000000D+02 0.403125000000D+02 0.377051412315D-08-0.167410055029D+01
+    0.225193798542D-05 0.449259218294D-02 0.105351209640D-04 0.515374338150D+04
+    0.403200000000D+06-0.242143869400D-07 0.905098000302D+00 0.838190317154D-07
+    0.992726835675D+00 0.196343750000D+03 0.175748170500D+01-0.759353024904D-08
+   -0.142863091149D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.320000000000D+02
+    0.398298000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 16  0  0.0 0.631115399301D-04 0.420641299570D-11 0.000000000000D+00
+    0.680000000000D+02 0.402812500000D+02 0.391802034413D-08-0.177498458209D+01
+    0.212527811527D-05 0.519470404834D-02 0.958703458309D-05 0.515375624466D+04
+    0.403200000000D+06 0.838190317154D-07 0.883076217543D+00 0.391155481338D-07
+    0.985979918935D+00 0.207468750000D+03-0.214467775409D+01-0.760853121158D-08
+    0.267868300647D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.680000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 16  0  0.0-0.246854498982D-03 0.636646291241D-11 0.000000000000D+00
+    0.340000000000D+02 0.240312500000D+02 0.467055169008D-08-0.190502219690D+01
+    0.110641121864D-05 0.250929943286D-02 0.943243503571D-05 0.515377871704D+04
+    0.403200000000D+06-0.391155481338D-07 0.817904115344D+00-0.782310962677D-07
+    0.953567260201D+00 0.196531250000D+03-0.173287020614D+00-0.806212153401D-08
+   -0.432160858377D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.340000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 16  0  0.0-0.855331309140D-04-0.363797880709D-11 0.000000000000D+00
+    0.104000000000D+03-0.725000000000D+02 0.436982487789D-08-0.207399628193D+00
+   -0.390037894249D-05 0.593174237292D-02 0.551156699657D-05 0.515378999710D+04
+    0.403200000000D+06 0.707805156708D-07 0.295759099567D+01-0.409781932831D-07
+    0.972740428395D+00 0.280718750000D+03-0.190518325979D+00-0.815498254490D-08
+   -0.333585323739D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.104000000000D+03
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 16  0  0.0 0.159650109708D-03 0.204636307899D-11 0.000000000000D+00
+    0.260000000000D+02-0.403125000000D+02 0.423624788530D-08-0.131210074304D+01
+   -0.211969017983D-05 0.548607273959D-02 0.108424574137D-04 0.515363013458D+04
+    0.403200000000D+06 0.210478901863D-06-0.228297959940D+01-0.111758708954D-06
+    0.960327052082D+00 0.172812500000D+03-0.250081146904D+01-0.780711091179D-08
+    0.214294640518D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.260000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 16  0  0.0 0.781291164458D-04 0.238742359215D-11 0.000000000000D+00
+    0.240000000000D+02-0.825000000000D+01 0.532593613233D-08 0.128173672845D+00
+   -0.424683094025D-06 0.116034969687D-01 0.611320137978D-05 0.515370140266D+04
+    0.403200000000D+06-0.391155481338D-07-0.190068234362D+00 0.162050127983D-06
+    0.937106491344D+00 0.252281250000D+03-0.232647743211D+01-0.861750181068D-08
+   -0.235724104569D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.240000000000D+02
+    0.398970000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 16  0  0.0-0.463798642159D-04-0.284217094304D-11 0.000000000000D+00
+    0.960000000000D+02-0.212500000000D+02 0.421267554174D-08-0.200217509417D+01
+   -0.113435089588D-05 0.662341224961D-02 0.114664435387D-04 0.515376136589D+04
+    0.403200000000D+06-0.577419996262D-07-0.222804950371D+01 0.558793544769D-08
+    0.957899155202D+00 0.158250000000D+03-0.134397482263D+00-0.781318298948D-08
+    0.193222340905D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.960000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 16  0  0.0 0.539193861187D-04-0.454747350886D-12 0.000000000000D+00
+    0.280000000000D+02-0.120000000000D+02 0.534093658189D-08 0.332493173835D+00
+   -0.918284058571D-06 0.416572892573D-02 0.595860183239D-05 0.515357786369D+04
+    0.403200000000D+06-0.335276126862D-07-0.243997587296D+00 0.260770320892D-07
+    0.936981227520D+00 0.251750000000D+03 0.132277813445D+01-0.856678550321D-08
+   -0.230009580826D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.280000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 16  0  0.0-0.709244050085D-04-0.261479726760D-11 0.000000000000D+00
+    0.420000000000D+02 0.437187500000D+02 0.530414951055D-08 0.123826391750D+01
+    0.239349901676D-05 0.167155815288D-01 0.700727105141D-05 0.515365880966D+04
+    0.403200000000D+06-0.234693288803D-06-0.124670847606D+01 0.143423676491D-06
+    0.932071263367D+00 0.231906250000D+03-0.246590348753D+01-0.858892919195D-08
+    0.832177520677D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.420000000000D+02
+    0.401280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 16  0  0.0 0.168455764651D-03-0.795807864051D-12 0.000000000000D+00
+    0.128000000000D+03-0.139687500000D+02 0.533593654889D-08-0.792550994553D+00
+   -0.597909092903D-06 0.542427459732D-02 0.611506402492D-05 0.515371374512D+04
+    0.403200000000D+06-0.689178705216D-07-0.185232750293D+00 0.894069671631D-07
+    0.934791998410D+00 0.249531250000D+03-0.194536536087D+01-0.851392606777D-08
+   -0.211794536378D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.176951289177D-07 0.128000000000D+03
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 16  0  0.0 0.364797189832D-03-0.147792889038D-11 0.000000000000D+00
+    0.103000000000D+03 0.367187500000D+02 0.427267776715D-08-0.251146204516D+01
+    0.191107392311D-05 0.683639699128D-02 0.106375664473D-04 0.515367864609D+04
+    0.403200000000D+06-0.130385160446D-06 0.843511323061D+00-0.596046447754D-07
+    0.967807964561D+00 0.182843750000D+03 0.303582578160D+01-0.780425324365D-08
+   -0.603596547744D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.200234353542D-07 0.103000000000D+03
+    0.396558000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 16  0  0.0 0.300785060972D-03 0.318323145621D-11 0.000000000000D+00
+    0.800000000000D+02 0.418125000000D+02 0.486341686655D-08-0.159347390501D+01
+    0.216998159885D-05 0.567131116986D-02 0.656954944134D-05 0.515483655357D+04
+    0.403200000000D+06-0.856816768646D-07-0.120758239848D+01 0.465661287308D-07
+    0.948686106756D+00 0.248718750000D+03-0.464456862195D+00-0.821391357104D-08
+    0.404659712844D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.800000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 16  0  0.0-0.745542347431D-04-0.591171556152D-11 0.000000000000D+00
+    0.660000000000D+02 0.310625000000D+02 0.375337062867D-08 0.311624439261D+01
+    0.138580799103D-05 0.193573362194D-01 0.959448516369D-05 0.515238027954D+04
+    0.403200000000D+06 0.143423676491D-06 0.901515768893D+00-0.301748514175D-06
+    0.990448210566D+00 0.207343750000D+03 0.110272520553D+01-0.735030616975D-08
+   -0.239295681911D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.660000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 16  0  0.0 0.166140962392D-03 0.352429196937D-11 0.000000000000D+00
+    0.470000000000D+02 0.534375000000D+02 0.422481883781D-08-0.173356848620D+01
+    0.323541462421D-05 0.215140229557D-01 0.528246164322D-05 0.515361443138D+04
+    0.403200000000D+06 0.372529029846D-08 0.183005682807D+01 0.525265932083D-06
+    0.978468947879D+00 0.287843750000D+03-0.140339365277D+01-0.790711507737D-08
+    0.190722230061D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.470000000000D+02
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 16  0  0.0-0.119013711810D-04 0.113686837722D-11 0.000000000000D+00
+    0.460000000000D+02-0.662812500000D+02 0.455768984608D-08-0.671836711736D+00
+   -0.341609120369D-05 0.160071502905D-01 0.534579157829D-05 0.515367438888D+04
+    0.403200000000D+06-0.126659870148D-06 0.296525934746D+01 0.229105353355D-06
+    0.970985649381D+00 0.282343750000D+03-0.195235429692D+01-0.846678124685D-08
+   -0.308941440080D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.460000000000D+02
+    0.399540000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 16  0  0.0 0.131480861455D-03 0.284217094304D-11 0.000000000000D+00
+    0.500000000000D+01-0.289687500000D+02 0.429339312277D-08 0.139847467265D+01
+   -0.163912773132D-05 0.296676822472D-02 0.100601464510D-04 0.515372026634D+04
+    0.403200000000D+06 0.540167093277D-07-0.227470662065D+01-0.502914190292D-07
+    0.960663786566D+00 0.185312500000D+03-0.127406183742D+01-0.786961351528D-08
+    0.435732435719D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.500000000000D+01
+    0.396000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 16  0  0.0-0.273776240647D-04 0.250111042988D-11 0.000000000000D+00
+    0.380000000000D+02 0.458750000000D+02 0.438161108312D-08 0.212729958346D+01
+    0.253878533840D-05 0.733574375045D-02 0.447221100330D-05 0.515371382332D+04
+    0.403200000000D+06 0.122934579849D-06 0.188585242706D+01 0.000000000000D+00
+    0.976989096523D+00 0.296593750000D+03-0.104950131558D+01-0.802069123684D-08
+    0.735744932444D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.380000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 16  0  0.0-0.280858948827D-04-0.852651282912D-11 0.000000000000D+00
+    0.770000000000D+02-0.130000000000D+02 0.469198102593D-08 0.291576236420D+01
+   -0.828877091408D-06 0.126263001002D-01 0.649690628052D-05 0.515369837189D+04
+    0.403200000000D+06 0.139698386192D-06-0.126080403846D+00 0.255182385445D-06
+    0.958976333968D+00 0.247218750000D+03-0.968362176446D+00-0.799747557068D-08
+   -0.275368616798D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.325962901115D-08 0.770000000000D+02
+    0.396018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 17 59 28.0-0.281496904790D-04-0.864019966684D-11 0.000000000000D+00
+    0.490000000000D+02-0.101562500000D+02 0.455590405740D-08-0.232192619156D+01
+   -0.204890966415D-06 0.126266860170D-01 0.660866498947D-05 0.515369763756D+04
+    0.410368000000D+06-0.279396772385D-07-0.126137799974D+00 0.249594449997D-06
+    0.958974856421D+00 0.247718750000D+03-0.968359197945D+00-0.795783147562D-08
+   -0.206080012631D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.490000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 17 59 44.0-0.855596736074D-04-0.363797880709D-11 0.000000000000D+00
+    0.260000000000D+02-0.688125000000D+02 0.444197074020D-08 0.840309644921D+00
+   -0.357441604137D-05 0.593239639420D-02 0.489316880703D-05 0.515379140091D+04
+    0.410384000000D+06 0.707805156708D-07 0.295753248188D+01 0.372529029846D-08
+    0.972738052616D+00 0.285156250000D+03-0.190452392261D+00-0.813998192006D-08
+   -0.345371528968D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.260000000000D+02
+    0.404598000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 17 59 44.0 0.168456695974D-03-0.682121026330D-12 0.000000000000D+00
+    0.000000000000D+00-0.906250000000D+01 0.527629120728D-08 0.255333616607D+00
+   -0.551342964172D-06 0.542485818733D-02 0.602565705776D-05 0.515371497726D+04
+    0.410384000000D+06-0.875443220139D-07-0.185294069968D+00 0.279396772385D-07
+    0.934790456495D+00 0.250437500000D+03-0.194542214403D+01-0.853321258541D-08
+   -0.216080429189D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.000000000000D+00
+    0.410220000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 17 59 44.0 0.364783685654D-03-0.159161572810D-11 0.000000000000D+00
+    0.500000000000D+01 0.290000000000D+02 0.427660662439D-08-0.146388504764D+01
+    0.114366412163D-05 0.683671154547D-02 0.981055200100D-05 0.515367527771D+04
+    0.410384000000D+06 0.596046447754D-07 0.843454057133D+00-0.875443220139D-07
+    0.967807705624D+00 0.195031250000D+03 0.303609209121D+01-0.790425769282D-08
+    0.710743894294D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.500000000000D+01
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 18  0  0.0-0.136551447213D-03-0.397903932026D-11 0.000000000000D+00
+    0.870000000000D+02-0.639375000000D+02 0.466412285087D-08 0.854144587008D-01
+   -0.316463410854D-05 0.483786629047D-02 0.482797622681D-05 0.515480120468D+04
+    0.410400000000D+06-0.745058059692D-08 0.292550687908D+01-0.149011611938D-07
+    0.965440047322D+00 0.283843750000D+03 0.884859048011D+00-0.830998900154D-08
+   -0.296798077117D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.870000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 18  0  0.0 0.269314739853D-03 0.318323145621D-11 0.000000000000D+00
+    0.800000000000D+02 0.359687500000D+02 0.499413659726D-08-0.145711125855D+01
+    0.187009572983D-05 0.960878736805D-02 0.728480517864D-05 0.515359867668D+04
+    0.410400000000D+06-0.689178705216D-07-0.127513117202D+01-0.178813934326D-06
+    0.939368145139D+00 0.229343750000D+03 0.309795229170D+01-0.825141513313D-08
+    0.438946855327D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.800000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 18  0  0.0 0.575837213546D-03 0.500222085975D-11 0.000000000000D+00
+    0.850000000000D+02-0.360312500000D+02 0.502735226654D-08-0.154365408499D+01
+   -0.191107392311D-05 0.132553995354D-01 0.973232090473D-05 0.515371755981D+04
+    0.410400000000D+06 0.363215804100D-06-0.242828552343D+01 0.521540641785D-07
+    0.927476378120D+00 0.172218750000D+03 0.100529937162D+01-0.810319467344D-08
+   -0.111076055335D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.850000000000D+02
+    0.410190000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 18  0  0.0 0.115778297186D-03 0.807176547823D-11 0.000000000000D+00
+    0.750000000000D+02 0.424375000000D+02 0.512699927438D-08 0.162769238543D+01
+    0.223144888878D-05 0.908743147738D-02 0.728853046894D-05 0.515370835877D+04
+    0.410400000000D+06-0.912696123123D-07-0.125730766425D+01 0.242143869400D-07
+    0.938505058583D+00 0.230781250000D+03 0.613755927912D+00-0.840749306298D-08
+    0.208580116771D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.750000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 18  0  0.0-0.108536332846D-04-0.272848410532D-11 0.000000000000D+00
+    0.300000000000D+02-0.834375000000D+01 0.470305304389D-08 0.174774862429D+00
+   -0.311061739922D-06 0.181413907558D-02 0.618770718575D-05 0.515373071098D+04
+    0.410400000000D+06 0.409781932831D-07-0.215116061705D+00 0.167638063431D-07
+    0.958113743340D+00 0.258406250000D+03 0.242978663391D+00-0.821569935971D-08
+   -0.181793286706D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.300000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 18  0  0.0 0.588561408222D-03-0.135287336889D-10 0.000000000000D+00
+    0.900000000000D+02-0.398750000000D+02 0.491413326480D-08 0.667135526472D+00
+   -0.232271850109D-05 0.629497412592D-02 0.101402401924D-04 0.515366126442D+04
+    0.410400000000D+06 0.391155481338D-07-0.235739860343D+01-0.987201929092D-07
+    0.934738499496D+00 0.173500000000D+03-0.102797120642D+01-0.824248618978D-08
+   -0.126790995640D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.900000000000D+02
+    0.410220000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 18  0  0.0-0.152504071593D-05-0.227373675443D-12 0.000000000000D+00
+    0.230000000000D+02 0.535000000000D+02 0.452590276368D-08-0.304075617394D+01
+    0.284239649773D-05 0.369989324827D-02 0.512599945068D-05 0.515370717812D+04
+    0.410400000000D+06-0.391155481338D-07 0.188604712975D+01-0.745058059692D-08
+    0.971746021534D+00 0.289312500000D+03 0.303000056615D+01-0.811319544880D-08
+    0.299298169582D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.230000000000D+02
+    0.409326000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 18  0  0.0 0.598374754190D-05 0.113686837722D-12 0.000000000000D+00
+    0.860000000000D+02 0.467500000000D+02 0.410481383912D-08 0.260044888398D+01
+    0.246614217758D-05 0.111837676959D-01 0.514835119247D-05 0.515368019676D+04
+    0.410400000000D+06-0.210478901863D-06 0.195471248137D+01 0.113621354103D-06
+    0.993156108504D+00 0.300281250000D+03 0.310393513949D+01-0.786889919981D-08
+    0.288226291496D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.860000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 18  0  0.0 0.157663598657D-04 0.227373675443D-11 0.000000000000D+00
+    0.300000000000D+02 0.433750000000D+02 0.421017537070D-08 0.247724267967D+01
+    0.207498669624D-05 0.171663359506D-01 0.519305467606D-05 0.515370976067D+04
+    0.410400000000D+06 0.150874257088D-06 0.185508978924D+01-0.216066837311D-06
+    0.980820246369D+00 0.284187500000D+03 0.152926544743D+01-0.774853704338D-08
+    0.151077721565D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.300000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 18  0  0.0-0.459649600089D-04-0.909494701773D-12 0.000000000000D+00
+    0.230000000000D+02-0.102187500000D+02 0.487520307178D-08 0.249820393314D+00
+   -0.480562448502D-06 0.918082811404D-02 0.625289976597D-05 0.515352144432D+04
+    0.410400000000D+06 0.186264514923D-07-0.189556119408D+00 0.180676579475D-06
+    0.953142595564D+00 0.256562500000D+03 0.665935153912D+00-0.837856328651D-08
+   -0.236081262304D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.230000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 18  0  0.0-0.727474689484D-04-0.261479726760D-11 0.000000000000D+00
+    0.470000000000D+02 0.506562500000D+02 0.601560756763D-08 0.309864504339D+01
+    0.254623591900D-05 0.107378435787D-01 0.780448317528D-05 0.515375189591D+04
+    0.410400000000D+06 0.577419996262D-07-0.149561075954D+01-0.372529029846D-07
+    0.887938404256D+00 0.189437500000D+03 0.813445685244D+00-0.859607229842D-08
+    0.380372983111D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.470000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 18  0  0.0-0.981716439128D-04 0.409272615798D-11 0.000000000000D+00
+    0.400000000000D+01-0.629062500000D+02 0.442804158856D-08-0.311674623349D+01
+   -0.336579978466D-05 0.346922513563D-02 0.523030757904D-05 0.515366518021D+04
+    0.410400000000D+06-0.316649675369D-07 0.294007098050D+01 0.577419996262D-07
+    0.971531756700D+00 0.283906250000D+03-0.393320260122D+00-0.804604943597D-08
+   -0.242152943785D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.400000000000D+01
+    0.404130000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 18  0  0.0 0.302450731397D-03-0.568434188608D-12 0.000000000000D+00
+    0.780000000000D+02 0.383750000000D+02 0.372301212081D-08-0.623982822475D+00
+    0.177137553692D-05 0.449234631378D-02 0.105295330286D-04 0.515374305916D+04
+    0.410400000000D+06-0.260770320892D-07 0.905042678592D+00-0.167638063431D-07
+    0.992726550405D+00 0.198781250000D+03 0.175749678184D+01-0.767710517380D-08
+    0.267868296988D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.780000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 18  0  0.0 0.631413422525D-04 0.420641299570D-11 0.000000000000D+00
+    0.690000000000D+02 0.310312500000D+02 0.389159067180D-08-0.724520473312D+00
+    0.172853469849D-05 0.519504095428D-02 0.927597284317D-05 0.515375960922D+04
+    0.410400000000D+06-0.391155481338D-07 0.883021200120D+00 0.113621354103D-06
+    0.985979455191D+00 0.216843750000D+03-0.214501727397D+01-0.773853662683D-08
+    0.642883921553D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.690000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 18  0  0.0-0.246808864176D-03 0.636646291241D-11 0.000000000000D+00
+    0.350000000000D+02 0.196562500000D+02 0.456733310490D-08-0.854402234677D+00
+    0.908970832825D-06 0.250982050784D-02 0.962801277637D-05 0.515378124237D+04
+    0.410400000000D+06 0.745058059692D-08 0.817845951184D+00-0.651925802231D-07
+    0.953567040763D+00 0.187062500000D+03-0.173789917722D+00-0.807569352791D-08
+   -0.310727228751D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.350000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 18  0  0.0 0.159664545208D-03 0.204636307899D-11 0.000000000000D+00
+    0.270000000000D+02-0.368750000000D+02 0.439911174155D-08-0.261986003969D+00
+   -0.197626650333D-05 0.548578938469D-02 0.108741223812D-04 0.515362908173D+04
+    0.410400000000D+06 0.745058059692D-07-0.228303632112D+01 0.689178705216D-07
+    0.960325975374D+00 0.169656250000D+03-0.250071973384D+01-0.800747645968D-08
+   -0.471448192985D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.270000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 18  0  0.0 0.781458802521D-04 0.238742359215D-11 0.000000000000D+00
+    0.380000000000D+02-0.734375000000D+01 0.524593279987D-08 0.117832682083D+01
+   -0.428408384323D-06 0.116037956905D-01 0.602379441261D-05 0.515370208359D+04
+    0.410400000000D+06-0.132247805595D-06-0.190129761771D+00 0.894069671631D-07
+    0.937104478369D+00 0.250062500000D+03-0.232646159894D+01-0.858785771874D-08
+   -0.309655755548D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.380000000000D+02
+    0.404730000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 18  0  0.0-0.464008189738D-04-0.284217094304D-11 0.000000000000D+00
+    0.106000000000D+03-0.211562500000D+02 0.432160840447D-08-0.952499398760D+00
+   -0.115111470222D-05 0.662299897522D-02 0.104103237390D-04 0.515375567246D+04
+    0.410400000000D+06-0.745058059692D-08-0.222810492782D+01-0.203028321266D-06
+    0.957900057822D+00 0.179906250000D+03-0.133946662113D+00-0.782711140346D-08
+    0.271439884458D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.106000000000D+03
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 18  0  0.0 0.539161264896D-04-0.454747350886D-12 0.000000000000D+00
+    0.290000000000D+02-0.120000000000D+02 0.522021759153D-08 0.138273737092D+01
+   -0.620260834694D-06 0.416572159156D-02 0.580586493015D-05 0.515357786179D+04
+    0.410400000000D+06-0.104308128357D-06-0.244059473119D+00-0.540167093277D-07
+    0.936979915283D+00 0.251906250000D+03 0.132277915410D+01-0.850071124603D-08
+   -0.177507397670D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.290000000000D+02
+    0.403218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 18  0  0.0-0.709434971213D-04-0.261479726760D-11 0.000000000000D+00
+    0.128000000000D+03 0.385937500000D+02 0.516628662515D-08 0.228841963437D+01
+    0.183284282684D-05 0.167157721007D-01 0.709109008312D-05 0.515365993500D+04
+    0.410400000000D+06-0.273808836937D-06-0.124677068226D+01-0.277534127235D-06
+    0.932073664015D+00 0.228281250000D+03-0.246586390536D+01-0.825855828782D-08
+    0.256796410887D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.128000000000D+03
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 18  0  0.0 0.168449711055D-03-0.795807864051D-12 0.000000000000D+00
+    0.129000000000D+03-0.906250000000D+01 0.527629120728D-08 0.257668527488D+00
+   -0.551342964172D-06 0.542485131882D-02 0.602565705776D-05 0.515371496963D+04
+    0.410400000000D+06-0.875443220139D-07-0.185294211870D+00 0.279396772385D-07
+    0.934790455032D+00 0.250437500000D+03-0.194542331583D+01-0.853321258541D-08
+   -0.216080429189D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.176951289177D-07 0.129000000000D+03
+    0.403260000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 18  0  0.0 0.300807878375D-03 0.318323145621D-11 0.000000000000D+00
+    0.830000000000D+02 0.385312500000D+02 0.484984487265D-08-0.543933558776D+00
+    0.199303030968D-05 0.567175319884D-02 0.671483576298D-05 0.515483759499D+04
+    0.410400000000D+06-0.149011611938D-07-0.120764059190D+01-0.176951289177D-06
+    0.948688374279D+00 0.245031250000D+03-0.464525067825D+00-0.823641450830D-08
+    0.215723271454D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.830000000000D+02
+    0.409980000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 18  0  0.0-0.237254425883D-05-0.136424205266D-11 0.000000000000D+00
+    0.900000000000D+01-0.609062500000D+02 0.471483924912D-08 0.695315562364D+00
+   -0.333599746227D-05 0.874932040460D-03 0.494532287121D-05 0.515601695442D+04
+    0.410400000000D+06-0.558793544769D-08 0.291405365687D+01 0.353902578354D-07
+    0.960198536192D+00 0.282593750000D+03 0.214013856945D+01-0.824677208259D-08
+   -0.236795577772D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.900000000000D+01
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 18  0  0.0-0.745966099203D-04-0.591171556152D-11 0.000000000000D+00
+    0.680000000000D+02 0.313125000000D+02 0.369336812932D-08-0.211596142121D+01
+    0.146217644215D-05 0.193567888346D-01 0.958889722824D-05 0.515238138580D+04
+    0.410400000000D+06 0.264495611191D-06 0.901461768198D+00-0.651925802231D-07
+    0.990448826455D+00 0.202781250000D+03 0.110271215922D+01-0.738102173490D-08
+    0.157149403046D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.680000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 18  0  0.0 0.166166573763D-03 0.352429196937D-11 0.000000000000D+00
+    0.550000000000D+02 0.414375000000D+02 0.447411493627D-08-0.683462931329D+00
+    0.218115746975D-05 0.215134556638D-01 0.628083944321D-05 0.515360971260D+04
+    0.410400000000D+06-0.286847352982D-06 0.182999598677D+01-0.260770320892D-07
+    0.978468703572D+00 0.274906250000D+03-0.140328049606D+01-0.846999566646D-08
+    0.386444668400D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.550000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 18  0  0.0-0.118934549391D-04 0.113686837722D-11 0.000000000000D+00
+    0.650000000000D+02-0.672812500000D+02 0.460983487527D-08 0.378340710449D+00
+   -0.332854688168D-05 0.160070457496D-01 0.550411641598D-05 0.515367417335D+04
+    0.410400000000D+06-0.204890966415D-06 0.296519851201D+01 0.968575477600D-07
+    0.970983343822D+00 0.282187500000D+03-0.195235077276D+01-0.846785272006D-08
+   -0.370015412627D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.650000000000D+02
+    0.403290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 18  0  0.0 0.131500884891D-03 0.284217094304D-11 0.000000000000D+00
+    0.170000000000D+02-0.350312500000D+02 0.430339353933D-08 0.244889344268D+01
+   -0.180862843990D-05 0.296708347742D-02 0.100713223219D-04 0.515371866798D+04
+    0.410400000000D+06 0.558793544769D-08-0.227476253923D+01 0.558793544769D-07
+    0.960664245922D+00 0.183937500000D+03-0.127432951632D+01-0.777889545079D-08
+   -0.139291516337D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.170000000000D+02
+    0.403200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 18  0  0.0 0.256816390902D-03 0.341060513165D-11 0.000000000000D+00
+    0.100000000000D+02-0.578125000000D+02 0.492520515456D-08 0.804746779356D+00
+   -0.310689210892D-05 0.123852497200D-01 0.508129596710D-05 0.515371731758D+04
+    0.410400000000D+06-0.173225998878D-06 0.288595437698D+01-0.204890966415D-07
+    0.956818070445D+00 0.283906250000D+03 0.148849800210D+01-0.854142721330D-08
+   -0.245010205658D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.100000000000D+02
+    0.408390000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 18  0  0.0-0.273599289358D-04 0.250111042988D-11 0.000000000000D+00
+    0.820000000000D+02 0.422812500000D+02 0.440625496678D-08-0.310578338873D+01
+    0.238418579102D-05 0.733458902687D-02 0.520050525665D-05 0.515371607781D+04
+    0.410400000000D+06 0.353902578354D-07 0.188579388547D+01 0.195577740669D-06
+    0.976990168842D+00 0.288281250000D+03-0.104944807560D+01-0.799533303771D-08
+    0.236438420038D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.820000000000D+02
+    0.410040000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 19 59 44.0 0.269338022918D-03 0.318323145621D-11 0.000000000000D+00
+    0.900000000000D+01 0.435312500000D+02 0.518593035181D-08-0.409324561965D+00
+    0.216625630856D-05 0.960811937694D-02 0.708363950253D-05 0.515359627914D+04
+    0.417584000000D+06 0.283122062683D-06-0.127518959805D+01-0.633299350738D-07
+    0.939369767516D+00 0.234125000000D+03 0.309806250941D+01-0.847178149854D-08
+    0.193936644521D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.900000000000D+01
+    0.414516000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 19 59 44.0 0.168451573700D-03-0.682121026330D-12 0.000000000000D+00
+    0.220000000000D+02-0.700000000000D+01 0.525057585042D-08 0.130554629951D+01
+   -0.359490513802D-06 0.542457972188D-02 0.581890344620D-05 0.515371422768D+04
+    0.417584000000D+06-0.838190317154D-07-0.185355443770D+00-0.298023223877D-07
+    0.934788774139D+00 0.252343750000D+03-0.194547360949D+01-0.852714090393D-08
+   -0.236438420038D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.220000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 20  0  0.0-0.136579852551D-03-0.397903932026D-11 0.000000000000D+00
+    0.880000000000D+02-0.617500000000D+02 0.476162691230D-08 0.113493818033D+01
+   -0.300630927086D-05 0.483791914303D-02 0.518001616001D-05 0.515480112839D+04
+    0.417600000000D+06-0.149011611938D-07 0.292544649860D+01 0.106170773506D-06
+    0.965438223063D+00 0.284500000000D+03 0.884828818272D+00-0.830998900154D-08
+   -0.195008122871D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.880000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 20  0  0.0 0.269337557256D-03 0.318323145621D-11 0.000000000000D+00
+    0.810000000000D+02 0.435312500000D+02 0.518593030053D-08-0.406990686830D+00
+    0.216625630856D-05 0.960811635014D-02 0.708363950253D-05 0.515359627342D+04
+    0.417600000000D+06 0.283122062683D-06-0.127518973263D+01-0.633299350738D-07
+    0.939369799700D+00 0.234125000000D+03 0.309806247284D+01-0.847178145513D-08
+    0.193936649668D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.810000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 20  0  0.0 0.575873535126D-03 0.500222085975D-11 0.000000000000D+00
+    0.860000000000D+02-0.385312500000D+02 0.526986236806D-08-0.493404346374D+00
+   -0.198185443878D-05 0.132559577469D-01 0.923871994019D-05 0.515372007370D+04
+    0.417600000000D+06-0.819563865662D-07-0.242834545772D+01 0.189989805222D-06
+    0.927473360120D+00 0.181812500000D+03 0.100520716682D+01-0.857785730219D-08
+   -0.141791620476D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.860000000000D+02
+    0.414408000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 20  0  0.0 0.115836504847D-03 0.807176547823D-11 0.000000000000D+00
+    0.760000000000D+02 0.459687500000D+02 0.509164044260D-08 0.267787803945D+01
+    0.223331153393D-05 0.908719911240D-02 0.700913369656D-05 0.515370829582D+04
+    0.417600000000D+06 0.558793544769D-08-0.125736803011D+01-0.104308128357D-06
+    0.938507368530D+00 0.233625000000D+03 0.613734905779D+00-0.825498691626D-08
+    0.249653242523D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.760000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 20  0  0.0-0.108731910586D-04-0.272848410532D-11 0.000000000000D+00
+    0.690000000000D+02-0.105312500000D+02 0.466269421993D-08 0.122504334980D+01
+   -0.506639480591D-06 0.181388796773D-02 0.615604221821D-05 0.515373007774D+04
+    0.417600000000D+06-0.577419996262D-07-0.215174603297D+00 0.298023223877D-07
+    0.958112384289D+00 0.259218750000D+03 0.242857328965D+00-0.816033991091D-08
+   -0.250724729406D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.690000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 20  0  0.0 0.588463619351D-03-0.135287336889D-10 0.000000000000D+00
+    0.910000000000D+02-0.430625000000D+02 0.498842207352D-08 0.171724998174D+01
+   -0.226125121117D-05 0.629551720340D-02 0.928528606892D-05 0.515366249657D+04
+    0.417600000000D+06 0.102445483208D-06-0.235745751661D+01-0.149011611938D-07
+    0.934737904088D+00 0.179437500000D+03-0.102789492256D+01-0.815248244076D-08
+   -0.148934775160D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.910000000000D+02
+    0.414288000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 20  0  0.0-0.152597203851D-05-0.227373675443D-12 0.000000000000D+00
+    0.240000000000D+02 0.445000000000D+02 0.453090320818D-08-0.199083112414D+01
+    0.221282243729D-05 0.370080885477D-02 0.533461570740D-05 0.515370481873D+04
+    0.417600000000D+06-0.130385160446D-07 0.188598852818D+01-0.465661287308D-07
+    0.971748131062D+00 0.286875000000D+03 0.303023658458D+01-0.813926792631D-08
+    0.318941845157D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.240000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 20  0  0.0 0.598514452577D-05 0.113686837722D-12 0.000000000000D+00
+    0.890000000000D+02 0.450937500000D+02 0.402731048510D-08-0.263257286509D+01
+    0.236369669437D-05 0.111838575685D-01 0.534765422344D-05 0.515368001175D+04
+    0.417600000000D+06-0.162050127983D-06 0.195465605369D+01-0.391155481338D-07
+    0.993158662759D+00 0.299718750000D+03 0.310394520876D+01-0.779746756052D-08
+    0.323942067615D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.890000000000D+02
+    0.411906000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 20  0  0.0 0.157826580107D-04 0.227373675443D-11 0.000000000000D+00
+    0.310000000000D+02 0.489375000000D+02 0.425231998334D-08-0.275580799568D+01
+    0.244006514549D-05 0.171658744803D-01 0.537931919098D-05 0.515371070290D+04
+    0.417600000000D+06 0.296160578728D-06 0.185503233752D+01 0.106170773506D-06
+    0.980822121830D+00 0.282375000000D+03 0.152928779350D+01-0.779746765297D-08
+    0.423231915022D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.310000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 20  0  0.0-0.459714792669D-04-0.909494701773D-12 0.000000000000D+00
+    0.240000000000D+02-0.100937500000D+02 0.483305839793D-08 0.130007846763D+01
+   -0.525265932083D-06 0.918097351678D-02 0.629574060440D-05 0.515352186775D+04
+    0.417600000000D+06-0.109896063805D-06-0.189615636767D+00 0.689178705216D-07
+    0.953140439222D+00 0.254968750000D+03 0.665952953236D+00-0.833713276194D-08
+   -0.353586160351D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.240000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 20  0  0.0-0.727665610611D-04-0.261479726760D-11 0.000000000000D+00
+    0.540000000000D+02 0.440937500000D+02 0.605882366500D-08-0.213446644253D+01
+    0.223889946938D-05 0.107393312501D-01 0.730715692043D-05 0.515374878883D+04
+    0.417600000000D+06 0.186264514923D-08-0.149567205873D+01-0.132247805595D-06
+    0.887940943882D+00 0.199656250000D+03 0.813516538755D+00-0.857392823406D-08
+    0.291440704903D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.540000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 20  0  0.0-0.981423072517D-04 0.409272615798D-11 0.000000000000D+00
+    0.500000000000D+01-0.642500000000D+02 0.453768901296D-08-0.206662347909D+01
+   -0.341050326824D-05 0.346950453240D-02 0.524520874023D-05 0.515366450882D+04
+    0.417600000000D+06-0.128522515297D-06 0.294001243745D+01-0.521540641785D-07
+    0.971529512584D+00 0.281750000000D+03-0.393256927472D+00-0.817748348215D-08
+   -0.212151694112D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.500000000000D+01
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 20  0  0.0 0.302446074784D-03-0.568434188608D-12 0.000000000000D+00
+    0.820000000000D+02 0.366875000000D+02 0.367158148329D-08 0.426053097496D+00
+    0.173412263393D-05 0.449060299434D-02 0.943988561630D-05 0.515373968124D+04
+    0.417600000000D+06-0.223517417908D-07 0.904987302754D+00 0.000000000000D+00
+    0.992726819582D+00 0.211906250000D+03 0.175759486171D+01-0.767782015743D-08
+    0.442875597306D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.820000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 20  0  0.0 0.631711445749D-04 0.420641299570D-11 0.000000000000D+00
+    0.700000000000D+02 0.248437500000D+02 0.386266089533D-08 0.325538610504D+00
+    0.114925205708D-05 0.519425002858D-02 0.937469303608D-05 0.515375801849D+04
+    0.417600000000D+06-0.838190317154D-07 0.882965290317D+00 0.540167093277D-07
+    0.985979449339D+00 0.214343750000D+03-0.214495179815D+01-0.776139472182D-08
+    0.714315468392D-12 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.700000000000D+02
+    0.414810000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 20  0  0.0-0.246763229370D-03 0.636646291241D-11 0.000000000000D+00
+    0.360000000000D+02 0.189062500000D+02 0.451268797157D-08 0.195778812619D+00
+    0.108405947685D-05 0.250959594268D-02 0.989995896816D-05 0.515378095245D+04
+    0.417600000000D+06 0.428408384323D-07 0.817787806042D+00-0.577419996262D-07
+    0.953566790604D+00 0.183468750000D+03-0.173855876309D+00-0.807283626603D-08
+   -0.392873507616D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.360000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 20  0  0.0-0.855862163007D-04-0.363797880709D-11 0.000000000000D+00
+    0.340000000000D+02-0.644375000000D+02 0.454733227179D-08 0.189265865781D+01
+   -0.302307307720D-05 0.593264494091D-02 0.528618693352D-05 0.515379252243D+04
+    0.417600000000D+06 0.124797224999D-06 0.295747328490D+01 0.113621354103D-06
+    0.972735695855D+00 0.283656250000D+03-0.190359327264D+00-0.815783980677D-08
+   -0.261439461432D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.340000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 20  0  0.0 0.159678980708D-03 0.204636307899D-11 0.000000000000D+00
+    0.280000000000D+02-0.305312500000D+02 0.438518243939D-08 0.788228672888D+00
+   -0.148080289364D-05 0.548660894856D-02 0.107958912849D-04 0.515363055992D+04
+    0.417600000000D+06-0.391155481338D-07-0.228309333104D+01 0.912696123123D-07
+    0.960325593553D+00 0.172062500000D+03-0.250072817195D+01-0.794640264701D-08
+   -0.121076468296D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.280000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 20  0  0.0 0.781631097197D-04 0.238742359215D-11 0.000000000000D+00
+    0.740000000000D+02-0.821875000000D+01 0.507914013800D-08 0.222848484472D+01
+   -0.419095158577D-06 0.116038095439D-01 0.601448118687D-05 0.515370229530D+04
+    0.417600000000D+06-0.134110450745D-06-0.190191744147D+00-0.214204192162D-06
+    0.937103676690D+00 0.250093750000D+03-0.232645093866D+01-0.833248993879D-08
+   -0.185007706314D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.740000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 20  0  0.0-0.464217737317D-04-0.284217094304D-11 0.000000000000D+00
+    0.107000000000D+03-0.268750000000D+02 0.444839957941D-08 0.976621975768D-01
+   -0.162422657013D-05 0.662418548018D-02 0.987760722637D-05 0.515375787735D+04
+    0.417600000000D+06 0.102445483208D-06-0.222816123261D+01 0.130385160446D-07
+    0.957899054261D+00 0.187625000000D+03-0.133979166690D+00-0.801354808216D-08
+   -0.914323799542D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.107000000000D+03
+    0.415050000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 20  0  0.0 0.539128668606D-04-0.454747350886D-12 0.000000000000D+00
+    0.400000000000D+02-0.953125000000D+01 0.505699635848D-08 0.243277884412D+01
+   -0.473111867905D-06 0.416533928365D-02 0.560469925404D-05 0.515357959938D+04
+    0.417600000000D+06 0.707805156708D-07-0.244119898951D+00-0.204890966415D-07
+    0.936979429594D+00 0.258125000000D+03 0.132298109678D+01-0.831784647169D-08
+   -0.187507810453D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.400000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 20  0  0.0-0.709621235728D-04-0.261479726760D-11 0.000000000000D+00
+    0.129000000000D+03 0.391875000000D+02 0.510628412580D-08-0.294455630781D+01
+    0.187009572983D-05 0.167160036508D-01 0.715814530849D-05 0.515365937042D+04
+    0.417600000000D+06-0.298023223877D-07-0.124682925019D+01-0.260770320892D-06
+    0.932076146587D+00 0.225031250000D+03-0.246587929526D+01-0.811319509000D-08
+    0.264296723305D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.129000000000D+03
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 20  0  0.0 0.364772509783D-03-0.159161572810D-11 0.000000000000D+00
+    0.600000000000D+01 0.279062500000D+02 0.421874712941D-08-0.411488244137D+00
+    0.143237411976D-05 0.683686276898D-02 0.912323594093D-05 0.515367422867D+04
+    0.417600000000D+06 0.115483999252D-06 0.843397146694D+00-0.223517417908D-07
+    0.967808065502D+00 0.204500000000D+03 0.303620792652D+01-0.794675969473D-08
+    0.417874554404D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.600000000000D+01
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 20  0  0.0 0.300830695778D-03 0.318323145621D-11 0.000000000000D+00
+    0.860000000000D+02 0.371250000000D+02 0.493234830925D-08 0.505581765704D+00
+    0.181049108505D-05 0.567162618972D-02 0.677444040775D-05 0.515483736038D+04
+    0.417600000000D+06 0.838190317154D-07-0.120769991908D+01-0.726431608200D-07
+    0.948689408562D+00 0.241500000000D+03-0.464568381904D+00-0.830463163553D-08
+    0.157506560781D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.860000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 20  0  0.0-0.238232314587D-05-0.136424205266D-11 0.000000000000D+00
+    0.100000000000D+02-0.628437500000D+02 0.478769942690D-08 0.174429743230D+01
+   -0.335276126862D-05 0.874971738085D-03 0.484101474285D-05 0.515601661301D+04
+    0.417600000000D+06-0.204890966415D-07 0.291399399614D+01-0.447034835815D-07
+    0.960196662194D+00 0.282218750000D+03 0.213990814084D+01-0.830248868912D-08
+   -0.212508851847D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.100000000000D+02
+    0.410880000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 20  0  0.0-0.746394507587D-04-0.591171556152D-11 0.000000000000D+00
+    0.690000000000D+02 0.326562500000D+02 0.373979863477D-08-0.106500245699D+01
+    0.213086605072D-05 0.193568574032D-01 0.997073948383D-05 0.515238113975D+04
+    0.417600000000D+06 0.132247805595D-06 0.901408620384D+00 0.396743416786D-06
+    0.990447779006D+00 0.203156250000D+03 0.110271810891D+01-0.778532429001D-08
+    0.392873507616D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.690000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 20  0  0.0 0.166191719472D-03 0.352429196937D-11 0.000000000000D+00
+    0.610000000000D+02 0.420625000000D+02 0.447268630534D-08 0.366759834002D+00
+    0.211223959923D-05 0.215136168990D-01 0.629760324955D-05 0.515361003685D+04
+    0.417600000000D+06-0.193715095520D-06 0.182993545122D+01-0.180676579475D-06
+    0.978471161274D+00 0.273625000000D+03-0.140328410800D+01-0.849785396973D-08
+    0.271082720255D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.610000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 20  0  0.0-0.118855386972D-04 0.113686837722D-11 0.000000000000D+00
+    0.710000000000D+02-0.719375000000D+02 0.458876270315D-08 0.142848511165D+01
+   -0.392086803913D-05 0.160073947627D-01 0.575929880142D-05 0.515367547226D+04
+    0.417600000000D+06-0.404193997383D-06 0.296513695095D+01-0.163912773132D-06
+    0.970981478602D+00 0.281031250000D+03-0.195231356928D+01-0.828748802917D-08
+   -0.232866836925D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.710000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 20  0  0.0 0.131520908326D-03 0.284217094304D-11 0.000000000000D+00
+    0.350000000000D+02-0.404687500000D+02 0.425624871842D-08-0.278422581866D+01
+   -0.210478901863D-05 0.296496588271D-02 0.108554959297D-04 0.515372266769D+04
+    0.417600000000D+06 0.167638063431D-07-0.227481826763D+01-0.931322574616D-08
+    0.960663910914D+00 0.169562500000D+03-0.127424512789D+01-0.778282418587D-08
+   -0.682171272314D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.350000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 20  0  0.0 0.256841070950D-03 0.341060513165D-11 0.000000000000D+00
+    0.110000000000D+02-0.601250000000D+02 0.482020078071D-08 0.185484644306D+01
+   -0.347942113876D-05 0.123853750993D-01 0.452436506748D-05 0.515371867561D+04
+    0.417600000000D+06 0.931322574615D-07 0.288589338354D+01-0.221654772759D-06
+    0.956817975355D+00 0.288375000000D+03 0.148855515392D+01-0.821641367518D-08
+   -0.180007498035D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.110000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 20  0  0.0-0.273422338068D-04 0.250111042988D-11 0.000000000000D+00
+    0.830000000000D+02 0.393437500000D+02 0.437732519031D-08-0.205566107028D+01
+    0.225938856602D-05 0.733437109739D-02 0.547058880329D-05 0.515371619415D+04
+    0.417600000000D+06-0.894069671631D-07 0.188573632257D+01 0.149011611938D-06
+    0.976992130615D+00 0.284625000000D+03-0.104941666675D+01-0.797818946647D-08
+    0.277154401736D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.830000000000D+02
+    0.410400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 20  0  0.0-0.282120890915D-04-0.864019966684D-11 0.000000000000D+00
+    0.500000000000D+02-0.784375000000D+01 0.459554856590D-08-0.126704224592D+01
+   -0.357627868652D-06 0.126264457358D-01 0.678747892380D-05 0.515369890022D+04
+    0.417600000000D+06-0.225380063057D-06-0.126197242725D+00-0.279396772385D-07
+    0.958972322647D+00 0.252187500000D+03-0.968409165375D+00-0.826963017758D-08
+   -0.117862052285D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.500000000000D+02
+    0.410418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  1 21 59 44.0 0.269360840321D-03 0.318323145621D-11 0.000000000000D+00
+    0.160000000000D+02 0.451250000000D+02 0.521271692477D-08 0.640893188482D+00
+    0.231899321079D-05 0.960891193245D-02 0.658445060253D-05 0.515359781456D+04
+    0.424784000000D+06 0.245869159698D-06-0.127525055784D+01 0.139698386192D-06
+    0.939371028551D+00 0.239625000000D+03 0.309807745166D+01-0.846392378406D-08
+    0.144291731341D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.160000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 21 59 44.0 0.575906597078D-03 0.500222085975D-11 0.000000000000D+00
+    0.000000000000D+00-0.455312500000D+02 0.537808116152D-08 0.554403041729D+00
+   -0.203959643841D-05 0.132551136194D-01 0.945851206779D-05 0.515371847916D+04
+    0.424784000000D+06-0.156462192535D-06-0.242840687687D+01 0.931322574615D-07
+    0.927472264394D+00 0.181406250000D+03 0.100522515633D+01-0.857071414750D-08
+   -0.197508227010D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.000000000000D+00
+    0.424020000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 21 59 44.0 0.632000155747D-04 0.409272615798D-11 0.000000000000D+00
+    0.160000000000D+02 0.180000000000D+02 0.368765360558D-08 0.137301569657D+01
+    0.100024044514D-05 0.519585434813D-02 0.978447496891D-05 0.515376233482D+04
+    0.424784000000D+06-0.115483999252D-06 0.882909576545D+00-0.186264514923D-08
+    0.985979326454D+00 0.199468750000D+03-0.214463996399D+01-0.774782272792D-08
+   -0.132148361653D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.160000000000D+02
+    0.418200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  1 22  0  0.0-0.136608723551D-03-0.397903932026D-11 0.000000000000D+00
+    0.900000000000D+02-0.605937500000D+02 0.474626912973D-08 0.218446173080D+01
+   -0.320561230183D-05 0.483789399732D-02 0.511296093464D-05 0.515480086327D+04
+    0.424800000000D+06-0.670552253723D-07 0.292538659503D+01-0.689178705216D-07
+    0.965437734448D+00 0.284656250000D+03 0.884799473598D+00-0.816248285732D-08
+   -0.108218793461D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.900000000000D+02
+    0.421170000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 22  0  0.0 0.575910322368D-03 0.500222085975D-11 0.000000000000D+00
+    0.870000000000D+02-0.455312500000D+02 0.537808116152D-08 0.556737791689D+00
+   -0.203959643841D-05 0.132551180432D-01 0.945851206779D-05 0.515371847725D+04
+    0.424800000000D+06-0.156462192535D-06-0.242840702755D+01 0.931322574615D-07
+    0.927472264394D+00 0.181406250000D+03 0.100522407377D+01-0.857071414750D-08
+   -0.197508227010D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.870000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  1 22  0  0.0 0.115894712508D-03 0.807176547823D-11 0.000000000000D+00
+    0.950000000000D+02 0.456562500000D+02 0.509092634715D-08-0.255517004360D+01
+    0.232644379139D-05 0.908710842487D-02 0.679492950439D-05 0.515370844078D+04
+    0.424800000000D+06 0.186264514923D-07-0.125742711005D+01-0.465661287308D-07
+    0.938509251306D+00 0.237343750000D+03 0.613761081773D+00-0.821212786661D-08
+    0.232866836925D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.950000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  1 22  0  0.0-0.108927488327D-04-0.272848410532D-11 0.000000000000D+00
+    0.700000000000D+02-0.843750000000D+01 0.470626737581D-08 0.227541412294D+01
+   -0.450760126114D-06 0.181395176332D-02 0.610761344433D-05 0.515372930527D+04
+    0.424800000000D+06 0.000000000000D+00-0.215233146353D+00-0.130385160446D-07
+    0.958110279150D+00 0.261250000000D+03 0.242634276383D+00-0.818284107140D-08
+   -0.305727027028D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.700000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  1 22  0  0.0 0.588365830481D-03-0.135287336889D-10 0.000000000000D+00
+    0.930000000000D+02-0.438437500000D+02 0.505949646262D-08 0.276738723366D+01
+   -0.201724469662D-05 0.629479123745D-02 0.989623367786D-05 0.515366385841D+04
+    0.424800000000D+06 0.121071934700D-06-0.235751647513D+01 0.838190317154D-07
+    0.934736918082D+00 0.172218750000D+03-0.102784055028D+01-0.815533970263D-08
+   -0.914323799542D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.930000000000D+02
+    0.421740000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  1 22  0  0.0-0.152736902237D-05-0.227373675443D-12 0.000000000000D+00
+    0.340000000000D+02 0.398125000000D+02 0.443268444172D-08-0.940490923062D+00
+    0.196881592274D-05 0.370120140724D-02 0.526756048202D-05 0.515370613480D+04
+    0.424800000000D+06 0.130385160446D-07 0.188592970278D+01-0.558793544769D-08
+    0.971750579987D+00 0.281750000000D+03 0.303005812759D+01-0.814712475261D-08
+    0.354657636592D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.340000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  1 22  0  0.0 0.598607584834D-05 0.113686837722D-12 0.000000000000D+00
+    0.910000000000D+02 0.350937500000D+02 0.403231092960D-08-0.158248966361D+01
+    0.150687992573D-05 0.111847280059D-01 0.510364770889D-05 0.515367753410D+04
+    0.424800000000D+06 0.223517417908D-07 0.195459861368D+01-0.126659870148D-06
+    0.993161111684D+00 0.300437500000D+03 0.310403708733D+01-0.791461562955D-08
+    0.451804538226D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.910000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  1 22  0  0.0 0.157984904945D-04 0.227373675443D-11 0.000000000000D+00
+    0.320000000000D+02 0.522812500000D+02 0.421196115937D-08-0.170566215497D+01
+    0.314041972160D-05 0.171663202345D-01 0.539608299732D-05 0.515370990944D+04
+    0.424800000000D+06 0.210478901863D-06 0.185497638822D+01 0.355765223503D-06
+    0.980824604402D+00 0.285406250000D+03 0.152929840112D+01-0.794354516626D-08
+    0.382515933324D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.320000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  1 22  0  0.0-0.459784641862D-04-0.909494701773D-12 0.000000000000D+00
+    0.480000000000D+02-0.114687500000D+02 0.473734029782D-08 0.235033032455D+01
+   -0.650063157082D-06 0.918086862657D-02 0.622868537903D-05 0.515352231598D+04
+    0.424800000000D+06-0.106170773506D-06-0.189675806587D+00-0.143423676491D-06
+    0.953138857808D+00 0.256187500000D+03 0.665977107477D+00-0.816248313385D-08
+   -0.267868310866D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.480000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  1 22  0  0.0-0.727856531739D-04-0.261479726760D-11 0.000000000000D+00
+    0.550000000000D+02 0.374687500000D+02 0.620525847392D-08-0.108423565310D+01
+    0.195391476154D-05 0.107393218204D-01 0.726617872715D-05 0.515375049591D+04
+    0.424800000000D+06 0.249594449997D-06-0.149573314727D+01 0.160187482834D-06
+    0.887941331555D+00 0.200031250000D+03 0.813430792738D+00-0.886786938236D-08
+    0.757174396496D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.550000000000D+02
+    0.423960000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  1 22  0  0.0-0.981134362519D-04 0.409272615798D-11 0.000000000000D+00
+    0.330000000000D+02-0.690625000000D+02 0.465376527657D-08-0.101666053679D+01
+   -0.351108610630D-05 0.346958625596D-02 0.525265932083D-05 0.515366303635D+04
+    0.424800000000D+06 0.279396772385D-07 0.293995259239D+01-0.223517417908D-07
+    0.971528267641D+00 0.284781250000D+03-0.393031810712D+00-0.824498629392D-08
+   -0.957182727646D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.330000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  1 22  0  0.0 0.302441418171D-03-0.682121026330D-12 0.000000000000D+00
+    0.830000000000D+02 0.269062500000D+02 0.351943231277D-08 0.147587851087D+01
+    0.140815973282D-05 0.449164269958D-02 0.915490090847D-05 0.515374295425D+04
+    0.424800000000D+06 0.409781932831D-07 0.904932089299D+00-0.856816768646D-07
+    0.992727650520D+00 0.219468750000D+03 0.175790242415D+01-0.758174438151D-08
+    0.721458623076D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.830000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 22  0  0.0 0.632009468973D-04 0.409272615798D-11 0.000000000000D+00
+    0.710000000000D+02 0.180000000000D+02 0.368765360558D-08 0.137534933911D+01
+    0.100024044514D-05 0.519585725851D-02 0.978447496891D-05 0.515376233482D+04
+    0.424800000000D+06-0.115483999252D-06 0.882909469752D+00-0.186264514923D-08
+    0.985979345472D+00 0.199468750000D+03-0.214464005616D+01-0.774782272792D-08
+   -0.132148361653D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.710000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  1 22  0  0.0-0.246717594564D-03 0.636646291241D-11 0.000000000000D+00
+    0.390000000000D+02 0.248125000000D+02 0.440482633584D-08 0.124565068973D+01
+    0.124424695969D-05 0.251021725126D-02 0.984780490398D-05 0.515378258896D+04
+    0.424800000000D+06 0.391155481338D-07 0.817730248993D+00 0.298023223877D-07
+    0.953566680886D+00 0.185718750000D+03-0.173613445914D+00-0.799604735318D-08
+   -0.764317551180D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.390000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  1 22  0  0.0-0.856122933328D-04-0.363797880709D-11 0.000000000000D+00
+    0.350000000000D+02-0.625937500000D+02 0.455054669139D-08 0.294279369048D+01
+   -0.317953526974D-05 0.593285181094D-02 0.538118183613D-05 0.515379203415D+04
+    0.424800000000D+06-0.987201929092D-07 0.295741410840D+01 0.614672899246D-07
+    0.972734826881D+00 0.283812500000D+03-0.190385212137D+00-0.803212028434D-08
+   -0.111433213069D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.350000000000D+02
+    0.422640000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  1 22  0  0.0 0.159693416208D-03 0.204636307899D-11 0.000000000000D+00
+    0.410000000000D+02-0.280937500000D+02 0.442875602857D-08 0.183859618811D+01
+   -0.148825347424D-05 0.548614084255D-02 0.105425715447D-04 0.515362873077D+04
+    0.424800000000D+06-0.139698386192D-06-0.228315075789D+01 0.353902578354D-07
+    0.960324920611D+00 0.179437500000D+03-0.250088813180D+01-0.789497178744D-08
+   -0.732173349727D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.410000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  1 22  0  0.0 0.781803391874D-04 0.238742359215D-11 0.000000000000D+00
+    0.750000000000D+02-0.120625000000D+02 0.499413659726D-08-0.300451957608D+01
+   -0.651925802231D-06 0.116043873131D-01 0.614114105701D-05 0.515370117760D+04
+    0.424800000000D+06 0.167638063431D-07-0.190250731930D+00-0.102445483208D-06
+    0.937102867696D+00 0.248187500000D+03-0.232646469887D+01-0.818141221723D-08
+   -0.212151694112D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.750000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 22  0  0.0-0.464422628283D-04-0.284217094304D-11 0.000000000000D+00
+    0.108000000000D+03-0.322187500000D+02 0.457733352146D-08 0.114786957301D+01
+   -0.144913792610D-05 0.662377162371D-02 0.961311161518D-05 0.515375667572D+04
+    0.424800000000D+06 0.651925802231D-07-0.222821867702D+01 0.670552253723D-07
+    0.957898454464D+00 0.187281250000D+03-0.134057070004D+00-0.797711799327D-08
+   -0.118219210019D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.108000000000D+03
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  1 22  0  0.0 0.539091415703D-04-0.454747350886D-12 0.000000000000D+00
+    0.520000000000D+02-0.571875000000D+01 0.503806699857D-08-0.280021579561D+01
+   -0.227242708206D-06 0.416489667259D-02 0.569224357605D-05 0.515358049011D+04
+    0.424800000000D+06-0.745058059692D-08-0.244179272944D+00-0.298023223877D-07
+    0.936977966676D+00 0.257406250000D+03 0.132303200047D+01-0.828034490960D-08
+   -0.246081678861D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.520000000000D+02
+    0.417690000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  1 22  0  0.0-0.709812156856D-04-0.261479726760D-11 0.000000000000D+00
+    0.130000000000D+03 0.410937500000D+02 0.514342853016D-08-0.189439515181D+01
+    0.195018947125D-05 0.167162691942D-01 0.685267150402D-05 0.515365832710D+04
+    0.424800000000D+06 0.135973095894D-06-0.124688841937D+01-0.223517417908D-06
+    0.932078405333D+00 0.230125000000D+03-0.246584608555D+01-0.816676875013D-08
+    0.350014579512D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.130000000000D+03
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  1 22  0  0.0 0.168445985764D-03-0.682121026330D-12 0.000000000000D+00
+    0.330000000000D+02-0.696875000000D+01 0.514271421469D-08 0.235809968644D+01
+   -0.348314642906D-06 0.542470230721D-02 0.600703060627D-05 0.515371358299D+04
+    0.424800000000D+06 0.838190317154D-07-0.185416479638D+00-0.614672899246D-07
+    0.934787880296D+00 0.249937500000D+03-0.194553207209D+01-0.835570519152D-08
+   -0.226438003480D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.330000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  1 22  0  0.0 0.364761333913D-03-0.159161572810D-11 0.000000000000D+00
+    0.300000000000D+02 0.221562500000D+02 0.413231498465D-08 0.638731125761D+00
+    0.120513141155D-05 0.683780061081D-02 0.896304845810D-05 0.515367594910D+04
+    0.424800000000D+06 0.143423676491D-06 0.843340053390D+00 0.707805156708D-07
+    0.967808438546D+00 0.210906250000D+03 0.303616557358D+01-0.791390107432D-08
+    0.196436753808D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.300000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 22  0  0.0 0.300853047520D-03 0.318323145621D-11 0.000000000000D+00
+    0.870000000000D+02 0.405625000000D+02 0.488841790794D-08 0.155498952035D+01
+    0.211596488953D-05 0.567148462869D-02 0.686384737492D-05 0.515483782959D+04
+    0.424800000000D+06 0.614672899246D-07-0.120775873278D+01 0.763684511185D-07
+    0.948690812963D+00 0.237968750000D+03-0.464503457599D+00-0.817498337801D-08
+    0.903609067516D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.870000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  1 22  0  0.0-0.239210203290D-05-0.136424205266D-11 0.000000000000D+00
+    0.110000000000D+02-0.673750000000D+02 0.489556106263D-08 0.279376035652D+01
+   -0.338628888130D-05 0.875307945535D-03 0.491552054882D-05 0.515601530075D+04
+    0.424800000000D+06 0.521540641785D-07 0.291393365223D+01 0.484287738800D-07
+    0.960195339716D+00 0.285031250000D+03 0.213919840613D+01-0.832820404598D-08
+   -0.122862260564D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.110000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  1 22  0  0.0-0.746818259358D-04-0.591171556152D-11 0.000000000000D+00
+    0.700000000000D+02 0.313437500000D+02 0.370193991494D-08-0.140286148853D-01
+    0.165030360222D-05 0.193567505339D-01 0.101458281279D-04 0.515238112068D+04
+    0.424800000000D+06-0.141561031342D-06 0.901351386640D+00 0.253319740295D-06
+    0.990447249429D+00 0.205750000000D+03 0.110270998240D+01-0.794854537453D-08
+    0.892894335490D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.700000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  1 22  0  0.0 0.166216865182D-03 0.352429196937D-11 0.000000000000D+00
+    0.630000000000D+02 0.418750000000D+02 0.433160900033D-08 0.141695564653D+01
+    0.176206231117D-05 0.215136987390D-01 0.576302409172D-05 0.515361091232D+04
+    0.424800000000D+06 0.175088644028D-06 0.182987442998D+01-0.543892383575D-06
+    0.978475244279D+00 0.278312500000D+03-0.140326016150D+01-0.806462163815D-08
+    0.378944355982D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.630000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  1 22  0  0.0-0.118771567941D-04 0.113686837722D-11 0.000000000000D+00
+    0.750000000000D+02-0.725000000000D+02 0.444161358246D-08 0.247864522459D+01
+   -0.390782952309D-05 0.160073242150D-01 0.515766441822D-05 0.515367606163D+04
+    0.424800000000D+06 0.726431608200D-07 0.296507900916D+01-0.240281224251D-06
+    0.970982002326D+00 0.283281250000D+03-0.195229421342D+01-0.783389774186D-08
+   -0.212151694112D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.750000000000D+02
+    0.419058000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  1 22  0  0.0 0.131540931761D-03 0.284217094304D-11 0.000000000000D+00
+    0.370000000000D+02-0.361562500000D+02 0.438661129140D-08-0.173438872096D+01
+   -0.200606882572D-05 0.296555995010D-02 0.110883265734D-04 0.515372062492D+04
+    0.424800000000D+06-0.521540641785D-07-0.227487438956D+01 0.689178705216D-07
+    0.960662919055D+00 0.162500000000D+03-0.127393238088D+01-0.787961393183D-08
+   -0.925038531568D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.370000000000D+02
+    0.421980000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  1 22  0  0.0 0.256865285337D-03 0.341060513165D-11 0.000000000000D+00
+    0.360000000000D+02-0.671250000000D+02 0.492377652363D-08 0.290504983057D+01
+   -0.345893204212D-05 0.123861118918D-01 0.444985926151D-05 0.515371694756D+04
+    0.424800000000D+06 0.184401869774D-06 0.288583448645D+01-0.139698386192D-06
+    0.956816771373D+00 0.289000000000D+03 0.148850807136D+01-0.818498379457D-08
+   -0.166792661870D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.360000000000D+02
+    0.417600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  1 22  0  0.0-0.273245386779D-04 0.250111042988D-11 0.000000000000D+00
+    0.840000000000D+02 0.375000000000D+02 0.442018411841D-08-0.100558422518D+01
+    0.179186463356D-05 0.733460509218D-02 0.588037073612D-05 0.515371512985D+04
+    0.424800000000D+06-0.931322574615D-07 0.188567723238D+01-0.109896063805D-06
+    0.976993597922D+00 0.279468750000D+03-0.104933829530D+01-0.820141305035D-08
+    0.385016037463D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.840000000000D+02
+    0.421140000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  1 22  0  0.0-0.282740220428D-04-0.864019966684D-11 0.000000000000D+00
+    0.510000000000D+02-0.946875000000D+01 0.462304971143D-08-0.216925795236D+00
+   -0.515952706337D-06 0.126257237280D-01 0.641122460365D-05 0.515369705772D+04
+    0.424800000000D+06-0.143423676491D-06-0.126256167602D+00-0.271946191788D-06
+    0.958971165478D+00 0.258750000000D+03-0.968359395439D+00-0.829498837670D-08
+   -0.270725562521D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.510000000000D+02
+    0.417618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  1 23 59 44.0 0.575942452997D-03 0.500222085975D-11 0.000000000000D+00
+    0.400000000000D+02-0.632187500000D+02 0.529593488266D-08 0.160436232235D+01
+   -0.329501926899D-05 0.132566578686D-01 0.102873891592D-04 0.515372427940D+04
+    0.431984000000D+06-0.331550836563D-06-0.242846910648D+01-0.109896063805D-06
+    0.927471512454D+00 0.168812500000D+03 0.100542395373D+01-0.841892211047D-08
+   -0.807176479283D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.400000000000D+02
+    0.428880000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  1 23 59 44.0 0.632298178971D-04 0.409272615798D-11 0.000000000000D+00
+    0.190000000000D+02 0.245312500000D+02 0.358443502039D-08 0.242342895578D+01
+    0.141188502312D-05 0.519627798349D-02 0.104103237390D-04 0.515375938415D+04
+    0.431984000000D+06 0.502914190292D-07 0.882854177300D+00-0.121071934700D-06
+    0.985980256870D+00 0.190062500000D+03-0.214493166401D+01-0.755245744731D-08
+    0.225009372544D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.190000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  1 23 59 44.0-0.464627519250D-04-0.284217094304D-11 0.000000000000D+00
+    0.400000000000D+01-0.357812500000D+02 0.457019036677D-08 0.219528821989D+01
+   -0.157579779625D-05 0.662320142146D-02 0.108797103167D-04 0.515376148605D+04
+    0.431984000000D+06-0.223517417908D-07-0.222827639791D+01 0.176951289177D-06
+    0.957897815169D+00 0.168937500000D+03-0.133679587400D+00-0.795283126734D-08
+   -0.271439877989D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.400000000000D+01
+    0.427968000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  1 23 59 44.0 0.300887040794D-03 0.318323145621D-11 0.000000000000D+00
+    0.900000000000D+01 0.450000000000D+02 0.488698927701D-08 0.260200524449D+01
+    0.230967998505D-05 0.567146856338D-02 0.722147524357D-05 0.515483901024D+04
+    0.431984000000D+06 0.000000000000D+00-0.120781754062D+01 0.987201929092D-07
+    0.948691485906D+00 0.233031250000D+03-0.464379832244D+00-0.815748264904D-08
+    0.115719105880D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.900000000000D+01
+    0.429870000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
diff --git a/test/data/rinex/brdc1830.10n b/test/data/rinex/brdc1830.10n
new file mode 100644
index 0000000..1dcae57
--- /dev/null
+++ b/test/data/rinex/brdc1830.10n
@@ -0,0 +1,3384 @@
+     2              NAVIGATION DATA                         RINEX VERSION / TYPE
+CCRINEXN V1.6.0 UX  CDDIS               03-JUL-10 15:33     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+    0.4657D-08  0.1490D-07 -0.5960D-07 -0.1192D-06          ION ALPHA           
+    0.8192D+05  0.8192D+05 -0.6554D+05 -0.5243D+06          ION BETA            
+   -0.651925802231D-08-0.532907051820D-14    61440     1591 DELTA-UTC: A0,A1,T,W
+    15                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 1 10  7  2  0  0  0.0-0.136637128890D-03-0.397903932026D-11 0.000000000000D+00
+    0.116000000000D+03-0.653125000000D+02 0.475091218028D-08-0.304921237148D+01
+   -0.351667404175D-05 0.483848061413D-02 0.516138970852D-05 0.515479979706D+04
+    0.432000000000D+06 0.000000000000D+00 0.292532776671D+01-0.102445483208D-06
+    0.965436978120D+00 0.284156250000D+03 0.884782236034D+00-0.817141180067D-08
+   -0.860750139413D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.116000000000D+03
+    0.427860000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2  0  0  0.0 0.269383657724D-03 0.318323145621D-11 0.000000000000D+00
+    0.170000000000D+02 0.498750000000D+02 0.516164355702D-08 0.169334668445D+01
+    0.276044011116D-05 0.960923242383D-02 0.704824924469D-05 0.515359994698D+04
+    0.432000000000D+06-0.204890966415D-07-0.127531001230D+01 0.165775418282D-06
+    0.939371686864D+00 0.233281250000D+03 0.309818874608D+01-0.833320434879D-08
+   -0.264296726865D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.170000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  0  0  0.0 0.115952920169D-03 0.807176547823D-11 0.000000000000D+00
+    0.111000000000D+03 0.418750000000D+02 0.509592655151D-08-0.150496509954D+01
+    0.217184424400D-05 0.908716383856D-02 0.683031976223D-05 0.515370902252D+04
+    0.432000000000D+06 0.130385160446D-06-0.125748583597D+01-0.113621354103D-06
+    0.938510641078D+00 0.236125000000D+03 0.613719747022D+00-0.825034365993D-08
+    0.145006040084D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.111000000000D+03
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  0  0  0.0-0.109123066068D-04-0.272848410532D-11 0.000000000000D+00
+    0.710000000000D+02-0.781250000000D+01 0.468126648556D-08-0.295768020149D+01
+   -0.409781932831D-06 0.181336607784D-02 0.589154660702D-05 0.515373041153D+04
+    0.432000000000D+06 0.130385160446D-07-0.215292034657D+00-0.372529029846D-08
+    0.958108112569D+00 0.265625000000D+03 0.242691251191D+00-0.817319723012D-08
+   -0.308227138257D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.710000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  0  0  0.0 0.588268041611D-03-0.135287336889D-10 0.000000000000D+00
+    0.950000000000D+02-0.440937500000D+02 0.505771067395D-08-0.246567994195D+01
+   -0.216439366341D-05 0.629449449480D-02 0.103320926428D-04 0.515366427803D+04
+    0.432000000000D+06 0.000000000000D+00-0.235757538099D+01 0.931322574615D-07
+    0.934736754235D+00 0.164656250000D+03-0.102776839770D+01-0.810462330438D-08
+   -0.182150444440D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.950000000000D+02
+    0.427500000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  0  0  0.0-0.152876600623D-05-0.227373675443D-12 0.000000000000D+00
+    0.350000000000D+02 0.348437500000D+02 0.435982446133D-08 0.109789857211D+00
+    0.190362334251D-05 0.370152981486D-02 0.544451177120D-05 0.515370705414D+04
+    0.432000000000D+06 0.279396772385D-07 0.188587104416D+01-0.186264514923D-07
+    0.971753202999D+00 0.279812500000D+03 0.302993691459D+01-0.813212444991D-08
+    0.357872049664D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.350000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  0  0  0.0 0.598747283220D-05 0.113686837722D-12 0.000000000000D+00
+    0.980000000000D+02 0.280937500000D+02 0.391766308283D-08-0.532208742893D+00
+    0.148266553879D-05 0.111853221897D-01 0.512227416038D-05 0.515368007660D+04
+    0.432000000000D+06 0.154599547386D-06 0.195454192268D+01-0.726431608200D-07
+    0.993163989244D+00 0.293968750000D+03 0.310392963015D+01-0.798497534760D-08
+    0.376087105902D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.980000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2  0  0  0.0 0.158147886396D-04 0.227373675443D-11 0.000000000000D+00
+    0.330000000000D+02 0.448125000000D+02 0.429375024424D-08-0.655557561232D+00
+    0.240840017796D-05 0.171656939201D-01 0.610947608948D-05 0.515370785522D+04
+    0.432000000000D+06-0.163912773132D-06 0.185491704495D+01 0.160187482834D-06
+    0.980825934194D+00 0.281687500000D+03 0.152935138216D+01-0.831677482438D-08
+    0.441089803571D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.330000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  0  0  0.0-0.459849834442D-04-0.909494701773D-12 0.000000000000D+00
+    0.490000000000D+02-0.725000000000D+01 0.467948080285D-08-0.288260678300D+01
+   -0.379979610443D-06 0.918005674612D-02 0.596791505814D-05 0.515352389145D+04
+    0.432000000000D+06 0.558793544769D-08-0.189734045356D+00-0.104308128357D-06
+    0.953137251524D+00 0.260625000000D+03 0.666003068421D+00-0.807997935226D-08
+   -0.273225664316D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.490000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  0  0  0.0-0.728047452867D-04-0.261479726760D-11 0.000000000000D+00
+    0.560000000000D+02 0.330312500000D+02 0.645776899200D-08-0.341496969405D-01
+    0.188313424587D-05 0.107382289134D-01 0.747106969357D-05 0.515374803925D+04
+    0.432000000000D+06-0.558793544769D-08-0.149579829540D+01 0.108033418655D-06
+    0.887940908772D+00 0.192281250000D+03 0.813492775114D+00-0.911609400762D-08
+    0.928610108910D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.560000000000D+02
+    0.427098000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  0  0  0.0-0.980840995908D-04 0.409272615798D-11 0.000000000000D+00
+    0.340000000000D+02-0.646875000000D+02 0.466626579727D-08 0.334324516129D-01
+   -0.331923365593D-05 0.346902885940D-02 0.524520874023D-05 0.515366180420D+04
+    0.432000000000D+06-0.130385160446D-07 0.293989313209D+01-0.447034835815D-07
+    0.971527808284D+00 0.286125000000D+03-0.392935784770D+00-0.821284209784D-08
+   -0.635740766869D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.340000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  0  0  0.0 0.302437227219D-03-0.682121026330D-12 0.000000000000D+00
+    0.183000000000D+03 0.208125000000D+02 0.348514517029D-08 0.252618833007D+01
+    0.113435089588D-05 0.449201883748D-02 0.926293432713D-05 0.515374130058D+04
+    0.432000000000D+06 0.000000000000D+00 0.904878492370D+00 0.614672899246D-07
+    0.992728406849D+00 0.217437500000D+03 0.175772404616D+01-0.745709633228D-08
+   -0.107147320259D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.183000000000D+03
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  0  0  0.0-0.246671959758D-03 0.636646291241D-11 0.000000000000D+00
+    0.440000000000D+02 0.266562500000D+02 0.443839898168D-08 0.229644944541D+01
+    0.131689012051D-05 0.251064484473D-02 0.914558768272D-05 0.515377925682D+04
+    0.432000000000D+06 0.149011611938D-07 0.817672734369D+00 0.242143869400D-07
+    0.953566085478D+00 0.198312500000D+03-0.174297673181D+00-0.798926169665D-08
+   -0.821462758927D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.440000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  2  0  0  0.0-0.856383703649D-04-0.363797880709D-11 0.000000000000D+00
+    0.390000000000D+02-0.638437500000D+02 0.457840499466D-08-0.229030877509D+01
+   -0.334158539772D-05 0.593319919426D-02 0.561214983463D-05 0.515379131508D+04
+    0.432000000000D+06-0.152736902237D-06 0.295735588865D+01-0.558793544769D-07
+    0.972733731156D+00 0.281437500000D+03-0.190358884000D+00-0.811783814054D-08
+   -0.814319633967D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.390000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  0  0  0.0 0.159707851708D-03 0.204636307899D-11 0.000000000000D+00
+    0.670000000000D+02-0.319375000000D+02 0.442554148442D-08 0.288869159911D+01
+   -0.174529850483D-05 0.548576423898D-02 0.100582838059D-04 0.515363003921D+04
+    0.432000000000D+06-0.763684511185D-07-0.228320735965D+01-0.670552253723D-07
+    0.960324904518D+00 0.183625000000D+03-0.250077639412D+01-0.780532512312D-08
+   -0.467876631797D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.670000000000D+02
+    0.426678000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  0  0  0.0 0.781975686550D-04 0.238742359215D-11 0.000000000000D+00
+    0.760000000000D+02-0.136562500000D+02 0.504485299552D-08-0.195440820904D+01
+   -0.735744833946D-06 0.116052449448D-01 0.578351318836D-05 0.515369915772D+04
+    0.432000000000D+06 0.838190317154D-07-0.190309460776D+00-0.176951289177D-06
+    0.937101270189D+00 0.255781250000D+03-0.232640789668D+01-0.820069873488D-08
+   -0.260010830495D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.760000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2  0  0  0.0-0.464632175863D-04-0.284217094304D-11 0.000000000000D+00
+    0.109000000000D+03-0.357812500000D+02 0.457019036677D-08 0.219762160934D+01
+   -0.157579779625D-05 0.662320246920D-02 0.108797103167D-04 0.515376147842D+04
+    0.432000000000D+06-0.223517417908D-07-0.222827651934D+01 0.176951289177D-06
+    0.957897831261D+00 0.168937500000D+03-0.133679297742D+00-0.795283126734D-08
+   -0.275011455331D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.109000000000D+03
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  0  0  0.0 0.539058819413D-04-0.454747350886D-12 0.000000000000D+00
+    0.560000000000D+02-0.196875000000D+01 0.515485757765D-08-0.175007371168D+01
+   -0.154599547386D-06 0.416528468486D-02 0.563077628613D-05 0.515357942200D+04
+    0.432000000000D+06 0.150874257088D-06-0.244238478702D+00 0.651925802231D-07
+    0.936975454846D+00 0.259125000000D+03 0.132313180806D+01-0.839784980415D-08
+   -0.359657838335D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.560000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  0  0  0.0-0.710003077984D-04-0.261479726760D-11 0.000000000000D+00
+    0.131000000000D+03 0.473750000000D+02 0.537986695020D-08-0.844250537029D+00
+    0.245124101639D-05 0.167163710576D-01 0.670552253723D-05 0.515365674210D+04
+    0.432000000000D+06 0.337138772011D-06-0.124694661864D+01 0.270083546638D-06
+    0.932078494571D+00 0.233500000000D+03-0.246579553588D+01-0.859857245077D-08
+    0.871464871438D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.131000000000D+03
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2  0  0  0.0 0.168440863490D-03-0.682121026330D-12 0.000000000000D+00
+    0.420000000000D+02-0.121875000000D+02 0.510914138767D-08-0.287488653859D+01
+   -0.642612576485D-06 0.542543758638D-02 0.594742596149D-05 0.515371214867D+04
+    0.432000000000D+06-0.298023223877D-07-0.185475730746D+00 0.186264514923D-08
+    0.934786208181D+00 0.251437500000D+03-0.194557018696D+01-0.827105880851D-08
+   -0.310727228751D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.420000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2  0  0  0.0 0.364750158042D-03-0.159161572810D-11 0.000000000000D+00
+    0.310000000000D+02 0.203750000000D+02 0.406302638421D-08 0.168884331497D+01
+    0.115483999252D-05 0.683752016630D-02 0.929646193981D-05 0.515367652130D+04
+    0.432000000000D+06-0.931322574615D-07 0.843284550278D+00 0.763684511185D-07
+    0.967808315661D+00 0.204406250000D+03 0.303622968158D+01-0.779389607563D-08
+   -0.147863301957D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.310000000000D+02
+    0.425430000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  0  0  0.0 0.300875864923D-03 0.318323145621D-11 0.000000000000D+00
+    0.880000000000D+02 0.450000000000D+02 0.488698927701D-08 0.260433707593D+01
+    0.230967998505D-05 0.567146483809D-02 0.721961259842D-05 0.515483900261D+04
+    0.432000000000D+06 0.000000000000D+00-0.120781767813D+01 0.987201929092D-07
+    0.948691506386D+00 0.233031250000D+03-0.464379476755D+00-0.815748264904D-08
+    0.115719105880D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.880000000000D+02
+    0.429000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2  0  0  0.0-0.240188091993D-05-0.136424205266D-11 0.000000000000D+00
+    0.120000000000D+02-0.639687500000D+02 0.485948813147D-08-0.244080480331D+01
+   -0.320188701153D-05 0.875775353052D-03 0.499002635479D-05 0.515601439094D+04
+    0.432000000000D+06-0.372529029846D-07 0.291387347949D+01-0.279396772385D-07
+    0.960195031040D+00 0.284812500000D+03 0.213933220316D+01-0.824248618978D-08
+   -0.485734518507D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.120000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  0  0  0.0-0.747246667743D-04-0.591171556152D-11 0.000000000000D+00
+    0.710000000000D+02 0.285312500000D+02 0.368051034094D-08 0.103694479419D+01
+    0.143982470036D-05 0.193560528569D-01 0.978447496891D-05 0.515237981796D+04
+    0.432000000000D+06-0.266358256340D-06 0.901295056980D+00 0.298023223877D-07
+    0.990446542840D+00 0.210906250000D+03 0.110270228014D+01-0.791140131184D-08
+   -0.152149196020D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.710000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  0  0  0.0 0.166242476553D-03 0.352429196937D-11 0.000000000000D+00
+    0.650000000000D+02 0.519062500000D+02 0.412124290250D-08 0.246709784457D+01
+    0.247731804848D-05 0.215132117737D-01 0.523030757904D-05 0.515361399651D+04
+    0.432000000000D+06 0.294297933578D-06 0.182981941109D+01-0.447034835815D-07
+    0.978478948387D+00 0.285187500000D+03-0.140318717066D+01-0.766353380754D-08
+    0.223223578511D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.650000000000D+02
+    0.424818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  0  0  0.0-0.118692405522D-04 0.113686837722D-11 0.000000000000D+00
+    0.770000000000D+02-0.680937500000D+02 0.448982984125D-08-0.275436823705D+01
+   -0.358745455742D-05 0.160066431854D-01 0.520609319210D-05 0.515367734146D+04
+    0.432000000000D+06 0.348314642906D-06 0.296502119463D+01-0.912696123123D-07
+    0.970980741291D+00 0.280968750000D+03-0.195228670572D+01-0.793104426577D-08
+   -0.500020814684D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.770000000000D+02
+    0.425028000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  2  0  0  0.0 0.131561420858D-03 0.284217094304D-11 0.000000000000D+00
+    0.380000000000D+02-0.294687500000D+02 0.447768651362D-08-0.683908960422D+00
+   -0.146403908730D-05 0.296581105795D-02 0.109076499939D-04 0.515372250175D+04
+    0.432000000000D+06 0.186264514923D-08-0.227493213679D+01-0.745058059692D-07
+    0.960662047156D+00 0.165937500000D+03-0.127426097130D+01-0.800390482333D-08
+   -0.157149403046D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.380000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2  0  0  0.0 0.256889965385D-03 0.341060513165D-11 0.000000000000D+00
+    0.410000000000D+02-0.653125000000D+02 0.489198948528D-08-0.232798944425D+01
+   -0.327266752720D-05 0.123861823231D-01 0.439584255219D-05 0.515371673775D+04
+    0.432000000000D+06 0.126659870148D-06 0.288577465457D+01 0.949949026108D-07
+    0.956816430513D+00 0.288906250000D+03 0.148851984200D+01-0.816248285732D-08
+    0.167864135072D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.410000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  0  0  0.0-0.273068435490D-04 0.250111042988D-11 0.000000000000D+00
+    0.880000000000D+02 0.404062500000D+02 0.429732185785D-08 0.446172517676D-01
+    0.195577740669D-05 0.733482814394D-02 0.552646815777D-05 0.515371581650D+04
+    0.432000000000D+06-0.279396772385D-07 0.188561801931D+01-0.894069671631D-07
+    0.976996501814D+00 0.276718750000D+03-0.104938578016D+01-0.821962809479D-08
+    0.402516766439D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.880000000000D+02
+    0.424800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2  0  0  0.0-0.283359549940D-04-0.864019966684D-11 0.000000000000D+00
+    0.520000000000D+02-0.965625000000D+01 0.473734018638D-08 0.833232869414D+00
+   -0.832602381706D-06 0.126257553929D-01 0.619329512119D-05 0.515369717026D+04
+    0.432000000000D+06 0.894069671631D-07-0.126315823938D+00-0.234693288803D-06
+    0.958968539540D+00 0.260281250000D+03-0.968350376549D+00-0.835499087605D-08
+   -0.368943939425D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.520000000000D+02
+    0.426120000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  1 58 56.0 0.782138668001D-04 0.238742359215D-11 0.000000000000D+00
+    0.250000000000D+02-0.110000000000D+02 0.526236210163D-08-0.913599059685D+00
+   -0.601634383202D-06 0.116053498350D-01 0.569783151150D-05 0.515369860840D+04
+    0.439136000000D+06 0.175088644028D-06-0.190367671749D+00 0.227242708206D-06
+    0.937097413937D+00 0.257468750000D+03-0.232638254139D+01-0.855392734422D-08
+   -0.452518855720D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.250000000000D+02
+    0.435216000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  1 59 44.0 0.116010662168D-03 0.807176547823D-11 0.000000000000D+00
+    0.120000000000D+02 0.402187500000D+02 0.525629037416D-08-0.457145712582D+00
+    0.210292637348D-05 0.908674218226D-02 0.699050724506D-05 0.515370841599D+04
+    0.439184000000D+06 0.428408384323D-07-0.125754533139D+01 0.124797224999D-06
+    0.938510368975D+00 0.231656250000D+03 0.613730180554D+00-0.849071081504D-08
+    0.646455498895D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.120000000000D+02
+    0.435918000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  1 59 44.0 0.588167924434D-03-0.136424205266D-10 0.000000000000D+00
+    0.100000000000D+01-0.395937500000D+02 0.512449917025D-08-0.141789632041D+01
+   -0.208429992199D-05 0.629513408057D-02 0.108890235424D-04 0.515366302490D+04
+    0.439184000000D+06-0.145286321640D-06-0.235763451799D+01-0.298023223877D-07
+    0.934735898428D+00 0.158187500000D+03-0.102769380643D+01-0.829177395710D-08
+    0.171435712414D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.100000000000D+01
+    0.438450000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  1 59 44.0 0.302433501929D-03-0.682121026330D-12 0.000000000000D+00
+    0.140000000000D+02 0.174375000000D+02 0.343871466484D-08-0.270922469319D+01
+    0.962987542152D-06 0.449017086066D-02 0.992417335510D-05 0.515374477005D+04
+    0.439184000000D+06 0.409781932831D-07 0.904825468904D+00-0.577419996262D-07
+    0.992727984065D+00 0.204531250000D+03 0.175774878995D+01-0.747102548391D-08
+   -0.107861635727D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.140000000000D+02
+    0.438000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2  1 59 44.0-0.464837066829D-04-0.284217094304D-11 0.000000000000D+00
+    0.500000000000D+01-0.308125000000D+02 0.457626204825D-08-0.303775461422D+01
+   -0.152178108692D-05 0.662448175717D-02 0.113155692816D-04 0.515375923729D+04
+    0.439184000000D+06-0.102445483208D-06-0.222833369164D+01 0.372529029846D-08
+    0.957898518832D+00 0.159187500000D+03-0.133693960570D+00-0.781532553968D-08
+    0.600024993449D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.500000000000D+01
+    0.433410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  1 59 44.0 0.300909858197D-03 0.318323145621D-11 0.000000000000D+00
+    0.100000000000D+02 0.495312500000D+02 0.493770567526D-08-0.263165882510D+01
+    0.242330133915D-05 0.567182560917D-02 0.707618892193D-05 0.515483833885D+04
+    0.439184000000D+06-0.782310962677D-07-0.120787627824D+01 0.894069671631D-07
+    0.948692328546D+00 0.234843750000D+03-0.464428820982D+00-0.817248327387D-08
+    0.130719730716D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.100000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  1 59 44.0-0.747656449676D-04-0.591171556152D-11 0.000000000000D+00
+    0.170000000000D+02 0.212500000000D+02 0.348014506102D-08 0.208551297870D+01
+    0.851228833199D-06 0.193561390042D-01 0.933185219765D-05 0.515238206100D+04
+    0.439184000000D+06 0.558793544769D-08 0.901238455216D+00-0.400468707085D-06
+    0.990447855077D+00 0.215312500000D+03 0.110276402259D+01-0.746959649689D-08
+   -0.125005205839D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.170000000000D+02
+    0.435738000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  1 59 44.0 0.166262034327D-03 0.352429196937D-11 0.000000000000D+00
+    0.700000000000D+01 0.499687500000D+02 0.402659638965D-08-0.276820606840D+01
+    0.247173011303D-05 0.215126173571D-01 0.519677996635D-05 0.515361505318D+04
+    0.439184000000D+06 0.219792127609D-06 0.182976335939D+01 0.208616256714D-06
+    0.978481186652D+00 0.280843750000D+03-0.140318759491D+01-0.764281793408D-08
+    0.416445905538D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.700000000000D+01
+    0.437028000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  2  0  0.0-0.136665999889D-03-0.397903932026D-11 0.000000000000D+00
+    0.117000000000D+03-0.658750000000D+02 0.467269463649D-08-0.199970823686D+01
+   -0.356696546078D-05 0.483848468866D-02 0.482983887196D-05 0.515479982567D+04
+    0.439200000000D+06 0.521540641785D-07 0.292526837077D+01 0.000000000000D+00
+    0.965436691388D+00 0.283687500000D+03 0.884772668550D+00-0.818712674098D-08
+    0.535736601294D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.117000000000D+03
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2  2  0  0.0 0.269406475127D-03 0.318323145621D-11 0.000000000000D+00
+    0.180000000000D+02 0.415625000000D+02 0.509271202986D-08 0.274345383975D+01
+    0.213086605072D-05 0.960854068398D-02 0.740215182304D-05 0.515360248375D+04
+    0.439200000000D+06-0.210478901863D-06-0.127537049079D+01 0.409781932831D-07
+    0.939372361269D+00 0.227687500000D+03 0.309831154342D+01-0.819462719903D-08
+    0.106433008240D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.180000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2  2  0  0.0 0.575978774577D-03 0.500222085975D-11 0.000000000000D+00
+    0.410000000000D+02-0.615625000000D+02 0.521593155020D-08 0.265695566158D+01
+   -0.326335430145D-05 0.132573978044D-01 0.104811042547D-04 0.515372138977D+04
+    0.439200000000D+06 0.391155481338D-07-0.242852850973D+01-0.203028321266D-06
+    0.927472665234D+00 0.157437500000D+03 0.100532064245D+01-0.805640701026D-08
+   -0.571452374714D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.410000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  2  0  0.0 0.116011127830D-03 0.807176547823D-11 0.000000000000D+00
+    0.112000000000D+03 0.402187500000D+02 0.525593321643D-08-0.454811802337D+00
+    0.210292637348D-05 0.908674893435D-02 0.699050724506D-05 0.515370842362D+04
+    0.439200000000D+06 0.428408384323D-07-0.125754548499D+01 0.124797224999D-06
+    0.938510379216D+00 0.231656250000D+03 0.613729877730D+00-0.849071081504D-08
+    0.642883921553D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.605359673500D-08 0.112000000000D+03
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  2  0  0.0-0.109318643808D-04-0.272848410532D-11 0.000000000000D+00
+    0.720000000000D+02-0.331250000000D+01 0.466805172295D-08-0.190734992631D+01
+   -0.122934579849D-06 0.181284756400D-02 0.591576099396D-05 0.515373156357D+04
+    0.439200000000D+06-0.186264514923D-07-0.215350687432D+00-0.372529029846D-08
+    0.958105878693D+00 0.265437500000D+03 0.242507799800D+00-0.815641154617D-08
+   -0.331442373547D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.720000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  2  0  0.0 0.588170252740D-03-0.136424205266D-10 0.000000000000D+00
+    0.970000000000D+02-0.395937500000D+02 0.512449917025D-08-0.141556159825D+01
+   -0.208429992199D-05 0.629512930755D-02 0.108871608973D-04 0.515366303062D+04
+    0.439200000000D+06-0.145286321640D-06-0.235763461601D+01-0.298023223877D-07
+    0.934735902817D+00 0.158187500000D+03-0.102769485973D+01-0.829177395710D-08
+    0.167864135072D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.512227416039D-08 0.970000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  2  0  0.0-0.153016299009D-05-0.227373675443D-12 0.000000000000D+00
+    0.820000000000D+02 0.373125000000D+02 0.430267922386D-08 0.115987686374D+01
+    0.195205211639D-05 0.370143842883D-02 0.565871596336D-05 0.515370722389D+04
+    0.439200000000D+06 0.223517417908D-07 0.188581289755D+01 0.465661287308D-07
+    0.971755912323D+00 0.276562500000D+03 0.303000924857D+01-0.807605068564D-08
+    0.329656588663D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.820000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  2  0  0.0 0.598840415478D-05 0.113686837722D-12 0.000000000000D+00
+    0.990000000000D+02 0.279687500000D+02 0.388301888618D-08 0.517967343647D+00
+    0.153668224812D-05 0.111845922656D-01 0.555440783501D-05 0.515367868614D+04
+    0.439200000000D+06 0.197440385819D-06 0.195448452362D+01 0.521540641785D-07
+    0.993166714660D+00 0.288718750000D+03 0.310392643513D+01-0.795747431789D-08
+    0.346443002170D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.990000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2  2  0  0.0 0.158310867846D-04 0.227373675443D-11 0.000000000000D+00
+    0.340000000000D+02 0.406562500000D+02 0.416231626943D-08 0.394582408787D+00
+    0.197812914848D-05 0.171661443310D-01 0.594556331634D-05 0.515370865822D+04
+    0.439200000000D+06-0.229105353355D-06 0.185485815079D+01-0.894069671631D-07
+    0.980828580613D+00 0.277312500000D+03 0.152936901325D+01-0.829677393455D-08
+    0.249653242523D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.340000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  2  0  0.0-0.459915027022D-04-0.909494701773D-12 0.000000000000D+00
+    0.500000000000D+02-0.631250000000D+01 0.471126782031D-08-0.183238382018D+01
+   -0.316649675369D-06 0.918034091592D-02 0.576674938202D-05 0.515352289963D+04
+    0.439200000000D+06 0.763684511185D-07-0.189792260718D+00-0.139698386192D-06
+    0.953135324861D+00 0.264843750000D+03 0.666053982359D+00-0.810069433754D-08
+   -0.284297557718D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.500000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  2  0  0.0-0.728233717382D-04-0.261479726760D-11 0.000000000000D+00
+    0.600000000000D+02 0.392187500000D+02 0.644991152185D-08 0.101587064588D+01
+    0.235252082348D-05 0.107403387083D-01 0.859797000885D-05 0.515375283814D+04
+    0.439200000000D+06-0.447034835815D-07-0.149586393799D+01 0.149011611938D-06
+    0.887941565622D+00 0.175406250000D+03 0.813620661949D+00-0.910252201372D-08
+    0.108218793461D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.600000000000D+02
+    0.436350000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  2  0  0.0-0.980552285910D-04 0.409272615798D-11 0.000000000000D+00
+    0.350000000000D+02-0.615312500000D+02 0.457447635327D-08 0.108350575645D+01
+   -0.321120023727D-05 0.346941687167D-02 0.519119203091D-05 0.515366283608D+04
+    0.439200000000D+06 0.670552253723D-07 0.293983441056D+01-0.745058059692D-08
+    0.971527705880D+00 0.289031250000D+03-0.392820373700D+00-0.812605271960D-08
+   -0.742888112137D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.350000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  2  0  0.0 0.302432570606D-03-0.682121026330D-12 0.000000000000D+00
+    0.184000000000D+03 0.174375000000D+02 0.343907182257D-08-0.270689099068D+01
+    0.962987542152D-06 0.449017179199D-02 0.992417335510D-05 0.515374476242D+04
+    0.439200000000D+06 0.428408384323D-07 0.904825329927D+00-0.577419996262D-07
+    0.992727988454D+00 0.204531250000D+03 0.175774872559D+01-0.747102548391D-08
+   -0.107504477993D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.184000000000D+03
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  2  2  0  0.0 0.632596202195D-04 0.409272615798D-11 0.000000000000D+00
+    0.430000000000D+02 0.244375000000D+02 0.351193200035D-08-0.280736483049D+01
+    0.127963721752D-05 0.519642338622D-02 0.102072954178D-04 0.515375921059D+04
+    0.439200000000D+06-0.372529029846D-08 0.882800437004D+00-0.260770320892D-07
+    0.985980486548D+00 0.195312500000D+03-0.214486875414D+01-0.747138264165D-08
+   -0.353586156854D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.430000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  2  0  0.0-0.246626324952D-03 0.636646291241D-11 0.000000000000D+00
+    0.450000000000D+02 0.205312500000D+02 0.437125358133D-08-0.293671448467D+01
+    0.112131237984D-05 0.250941829290D-02 0.890158116817D-05 0.515378157806D+04
+    0.439200000000D+06-0.186264514923D-08 0.817615209504D+00 0.372529029846D-07
+    0.953565430090D+00 0.205281250000D+03-0.174203999610D+00-0.800390509426D-08
+   -0.842892283748D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.450000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  2  2  0  0.0-0.856644473970D-04-0.363797880709D-11 0.000000000000D+00
+    0.400000000000D+02-0.669687500000D+02 0.452625996547D-08-0.124025120247D+01
+   -0.376626849175D-05 0.593340420164D-02 0.528804957867D-05 0.515379066086D+04
+    0.439200000000D+06-0.558793544769D-08 0.295729654537D+01-0.707805156708D-07
+    0.972733377130D+00 0.281656250000D+03-0.190306432535D+00-0.818641242551D-08
+    0.142863093678D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.400000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  2  0  0.0 0.159722287208D-03 0.204636307899D-11 0.000000000000D+00
+    0.680000000000D+02-0.386250000000D+02 0.455090384913D-08-0.234430203121D+01
+   -0.190176069737D-05 0.548663607333D-02 0.101048499346D-04 0.515362843132D+04
+    0.439200000000D+06 0.931322574615D-07-0.228326457877D+01-0.104308128357D-06
+    0.960324620712D+00 0.183031250000D+03-0.250075960713D+01-0.790032908042D-08
+    0.660741808263D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.680000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  2  0  0.0 0.782143324614D-04 0.238742359215D-11 0.000000000000D+00
+    0.960000000000D+02-0.110000000000D+02 0.526200489791D-08-0.904264169181D+00
+   -0.601634383202D-06 0.116053515812D-01 0.569783151150D-05 0.515369861221D+04
+    0.439200000000D+06 0.175088644028D-06-0.190368230584D+00 0.227242708206D-06
+    0.937097381753D+00 0.257468750000D+03-0.232638259991D+01-0.855392773400D-08
+   -0.452161691492D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.960000000000D+02
+    0.432030000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  2  0  0.0 0.539021566510D-04-0.454747350886D-12 0.000000000000D+00
+    0.840000000000D+02-0.275000000000D+01 0.530736393015D-08-0.699879563947D+00
+   -0.178813934326D-06 0.416517222766D-02 0.557117164135D-05 0.515357897758D+04
+    0.439200000000D+06-0.409781932831D-07-0.244299736933D+00 0.707805156708D-07
+    0.936972021377D+00 0.257656250000D+03 0.132318148729D+01-0.858642908781D-08
+   -0.358586365133D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.840000000000D+02
+    0.436200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  2  0  0.0-0.710193999112D-04-0.261479726760D-11 0.000000000000D+00
+    0.132000000000D+03 0.479375000000D+02 0.551344394279D-08 0.205958351061D+00
+    0.265054404736D-05 0.167166454485D-01 0.649318099022D-05 0.515365734291D+04
+    0.439200000000D+06 0.335276126862D-07-0.124700956654D+01 0.277534127235D-06
+    0.932078374611D+00 0.236156250000D+03-0.246580659847D+01-0.877357974053D-08
+    0.717887045734D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.132000000000D+03
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2  2  0  0.0 0.168435275555D-03-0.682121026330D-12 0.000000000000D+00
+    0.460000000000D+02-0.115000000000D+02 0.518735893146D-08-0.182474720494D+01
+   -0.683590769768D-06 0.542562571354D-02 0.592321157455D-05 0.515371173668D+04
+    0.439200000000D+06 0.141561031342D-06-0.185534755102D+00-0.186264514923D-07
+    0.934783337935D+00 0.253031250000D+03-0.194554789501D+01-0.835141929871D-08
+   -0.436089593453D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.460000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2  2  0  0.0 0.364739447832D-03-0.159161572810D-11 0.000000000000D+00
+    0.320000000000D+02 0.143437500000D+02 0.403123934587D-08 0.273880604807D+01
+    0.776723027229D-06 0.683701480739D-02 0.985153019428D-05 0.515367926025D+04
+    0.439200000000D+06-0.726431608200D-07 0.843228483942D+00 0.149011611938D-07
+    0.967807117531D+00 0.193281250000D+03 0.303644123855D+01-0.778853870961D-08
+   -0.168578450541D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.320000000000D+02
+    0.433410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2  2  0  0.0-0.241165980697D-05-0.136424205266D-11 0.000000000000D+00
+    0.130000000000D+02-0.604062500000D+02 0.480984320642D-08-0.139155049852D+01
+   -0.312924385071D-05 0.875799101777D-03 0.504218041897D-05 0.515601515770D+04
+    0.439200000000D+06-0.353902578354D-07 0.291381411573D+01-0.279396772385D-07
+    0.960194662385D+00 0.286312500000D+03 0.213883153115D+01-0.824570060938D-08
+   -0.492877673191D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.130000000000D+02
+    0.438018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  2  0  0.0-0.747670419514D-04-0.591171556152D-11 0.000000000000D+00
+    0.720000000000D+02 0.212500000000D+02 0.348014506102D-08 0.208784813974D+01
+    0.851228833199D-06 0.193561327178D-01 0.933185219765D-05 0.515238206100D+04
+    0.439200000000D+06 0.558793544769D-08 0.901238345497D+00-0.400468707085D-06
+    0.990447844837D+00 0.215312500000D+03 0.110276430786D+01-0.746959649689D-08
+   -0.121433627043D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.720000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  2  0  0.0 0.166267622262D-03 0.352429196937D-11 0.000000000000D+00
+    0.830000000000D+02 0.499687500000D+02 0.402731048510D-08-0.276587227812D+01
+    0.247173011303D-05 0.215126100229D-01 0.519491732121D-05 0.515361506844D+04
+    0.439200000000D+06 0.219792127609D-06 0.182976325406D+01 0.208616256714D-06
+    0.978481211521D+00 0.280843750000D+03-0.140318768707D+01-0.764317586999D-08
+    0.416803064285D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.830000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  2  0  0.0-0.118608586490D-04 0.113686837722D-11 0.000000000000D+00
+    0.820000000000D+02-0.573437500000D+02 0.447125767440D-08-0.170427101057D+01
+   -0.274926424027D-05 0.160074779997D-01 0.486895442009D-05 0.515367445183D+04
+    0.439200000000D+06 0.322237610817D-06 0.296496396235D+01 0.130385160446D-06
+    0.970981089465D+00 0.284562500000D+03-0.195220482181D+01-0.796140305297D-08
+    0.517878714584D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.820000000000D+02
+    0.432018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  2  2  0  0.0 0.131581444293D-03 0.284217094304D-11 0.000000000000D+00
+    0.390000000000D+02-0.256875000000D+02 0.463483591666D-08 0.366070907843D+00
+   -0.131316483021D-05 0.296320347115D-02 0.102948397398D-04 0.515371746635D+04
+    0.439200000000D+06-0.204890966415D-07-0.227499016490D+01 0.186264514923D-07
+    0.960662273908D+00 0.184531250000D+03-0.127408755552D+01-0.799533303771D-08
+    0.642883921553D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.390000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2  2  0  0.0 0.256914179772D-03 0.341060513165D-11 0.000000000000D+00
+    0.470000000000D+02-0.583750000000D+02 0.496556397853D-08-0.127792435955D+01
+   -0.267103314400D-05 0.123866015347D-01 0.504218041897D-05 0.515371444130D+04
+    0.439200000000D+06-0.100582838059D-06 0.288571556584D+01 0.247731804848D-06
+    0.956815312844D+00 0.283218750000D+03 0.148861285287D+01-0.841249327126D-08
+   -0.257153568621D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.470000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  2  0  0.0-0.272886827588D-04 0.250111042988D-11 0.000000000000D+00
+    0.890000000000D+02 0.441562500000D+02 0.418410285611D-08 0.109477559604D+01
+    0.235624611378D-05 0.733442651108D-02 0.558421015739D-05 0.515371514320D+04
+    0.439200000000D+06 0.912696123123D-07 0.188555888377D+01-0.188127160072D-06
+    0.976999977708D+00 0.277500000000D+03-0.104939033569D+01-0.809783730743D-08
+    0.427160650098D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.890000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2  2  0  0.0-0.283974222839D-04-0.864019966684D-11 0.000000000000D+00
+    0.530000000000D+02-0.937500000000D+01 0.464626496416D-08 0.188339369918D+01
+   -0.521540641785D-06 0.126257938100D-01 0.585056841373D-05 0.515369735527D+04
+    0.439200000000D+06 0.199303030968D-06-0.126373790604D+00 0.130385160446D-06
+    0.958966882054D+00 0.260812500000D+03-0.968344021632D+00-0.801354808216D-08
+   -0.491806199988D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.530000000000D+02
+    0.432000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  3 58 56.0 0.782310962677D-04 0.238742359215D-11 0.000000000000D+00
+    0.260000000000D+02-0.300000000000D+01 0.534057953416D-08 0.136611266453D+00
+   -0.577419996262D-07 0.116066541523D-01 0.533647835255D-05 0.515370125961D+04
+    0.446336000000D+06-0.130385160446D-07-0.190430177850D+00 0.149011611938D-06
+    0.937093643997D+00 0.263093750000D+03-0.232642206358D+01-0.869643379531D-08
+   -0.440732644824D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.260000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  3 59 28.0-0.136696267873D-03-0.397903932026D-11 0.000000000000D+00
+    0.110000000000D+02-0.622500000000D+02 0.461233497941D-08-0.954988069646D+00
+   -0.301934778690D-05 0.483845104463D-02 0.501424074173D-05 0.515479882050D+04
+    0.446368000000D+06 0.353902578354D-07 0.292520970922D+01 0.447034835815D-07
+    0.965436583132D+00 0.282593750000D+03 0.884881951456D+00-0.822141388346D-08
+   -0.678599694973D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.110000000000D+02
+    0.446070000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  3 59 44.0 0.116068869829D-03 0.807176547823D-11 0.000000000000D+00
+    0.130000000000D+02 0.418437500000D+02 0.535665169747D-08 0.592975903666D+00
+    0.246986746788D-05 0.908677524421D-02 0.722333788872D-05 0.515370853043D+04
+    0.446384000000D+06 0.167638063431D-07-0.125760689683D+01 0.577419996262D-07
+    0.938510728853D+00 0.225968750000D+03 0.613774540619D+00-0.854321300197D-08
+    0.828605943335D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.130000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  3 59 44.0 0.588069669902D-03-0.136424205266D-10 0.000000000000D+00
+    0.200000000000D+01-0.410312500000D+02 0.515842915499D-08-0.367838626367D+00
+   -0.230595469475D-05 0.629385816865D-02 0.101812183857D-04 0.515366024590D+04
+    0.446384000000D+06-0.409781932831D-07-0.235769482386D+01-0.577419996262D-07
+    0.934736193937D+00 0.170531250000D+03-0.102755914043D+01-0.834106172441D-08
+    0.742888087128D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.200000000000D+01
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  3 59 44.0 0.598235055804D-05 0.113686837722D-12 0.000000000000D+00
+    0.190000000000D+02 0.366250000000D+02 0.376694262257D-08 0.156567890038D+01
+    0.198185443878D-05 0.111852182308D-01 0.591948628426D-05 0.515368163109D+04
+    0.446384000000D+06-0.149011611938D-07 0.195442879083D+01 0.135973095894D-06
+    0.993168998275D+00 0.281656250000D+03 0.310405285174D+01-0.782782606038D-08
+    0.202151277555D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.190000000000D+02
+    0.440040000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  3 59 44.0-0.459947623312D-04-0.909494701773D-12 0.000000000000D+00
+    0.250000000000D+02-0.206250000000D+01 0.490806158332D-08-0.784505398622D+00
+   -0.165775418282D-06 0.918029353488D-02 0.568851828575D-05 0.515352181244D+04
+    0.446384000000D+06 0.156462192535D-06-0.189850189348D+00 0.180676579475D-06
+    0.953131683658D+00 0.265375000000D+03 0.666116438720D+00-0.837820612877D-08
+   -0.440732643998D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.250000000000D+02
+    0.444630000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  3 59 44.0 0.538965687156D-04-0.454747350886D-12 0.000000000000D+00
+    0.120000000000D+02-0.553125000000D+01 0.533665086436D-08 0.348002021898D+00
+   -0.262632966042D-06 0.416474463418D-02 0.554323196411D-05 0.515357814598D+04
+    0.446384000000D+06-0.689178705216D-07-0.244361276045D+00 0.279396772385D-07
+    0.936969407142D+00 0.259218750000D+03 0.132321080417D+01-0.858000024859D-08
+   -0.388230457071D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.120000000000D+02
+    0.442500000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  3 59 44.0-0.748084858060D-04-0.591171556152D-11 0.000000000000D+00
+    0.290000000000D+02 0.156562500000D+02 0.345800118249D-08 0.313649624199D+01
+    0.812113285065D-06 0.193568574032D-01 0.928901135921D-05 0.515238056755D+04
+    0.446384000000D+06 0.119209289551D-06 0.901186270003D+00-0.139698386192D-06
+    0.990448304193D+00 0.213406250000D+03 0.110274405815D+01-0.726387399808D-08
+   -0.810748056625D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.290000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  3 59 44.0 0.166287180036D-03 0.352429196937D-11 0.000000000000D+00
+    0.800000000000D+01 0.470312500000D+02 0.395516464025D-08-0.171800168318D+01
+    0.303797423840D-05 0.215123374946D-01 0.586546957493D-05 0.515361510277D+04
+    0.446384000000D+06 0.502914190292D-07 0.182970837122D+01 0.515952706337D-06
+    0.978482984578D+00 0.276687500000D+03-0.140317992337D+01-0.788890019976D-08
+    0.345371536925D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.800000000000D+01
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  3 59 44.0-0.118492171168D-04 0.113686837722D-11 0.000000000000D+00
+    0.140000000000D+02-0.538750000000D+02 0.459411993496D-08-0.656450946285D+00
+   -0.258907675743D-05 0.160075405147D-01 0.558421015739D-05 0.515367369461D+04
+    0.446384000000D+06-0.126659870148D-06 0.296490516914D+01 0.255182385445D-06
+    0.970979238874D+00 0.282250000000D+03-0.195217756325D+01-0.842285084555D-08
+    0.260725145963D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.140000000000D+02
+    0.446190000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  4  0  0.0-0.136694405228D-03-0.397903932026D-11 0.000000000000D+00
+    0.119000000000D+03-0.622500000000D+02 0.461304929488D-08-0.950324022022D+00
+   -0.301934778690D-05 0.483845977578D-02 0.501424074173D-05 0.515479882240D+04
+    0.446400000000D+06 0.353902578354D-07 0.292520944150D+01 0.447034835815D-07
+    0.965436562651D+00 0.282593750000D+03 0.884882396184D+00-0.822141388346D-08
+   -0.678599694973D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.119000000000D+03
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2  4  0  0.0 0.269429292530D-03 0.318323145621D-11 0.000000000000D+00
+    0.190000000000D+02 0.396250000000D+02 0.520343102950D-08-0.248952070242D+01
+    0.203959643841D-05 0.960963009857D-02 0.765174627304D-05 0.515360043907D+04
+    0.446400000000D+06-0.238418579102D-06-0.127542977847D+01-0.141561031342D-06
+    0.939372966918D+00 0.219812500000D+03 0.309833035801D+01-0.826248702289D-08
+    0.150720563831D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.190000000000D+02
+    0.439548000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2  4  0  0.0 0.576015096158D-03 0.500222085975D-11 0.000000000000D+00
+    0.480000000000D+02-0.538125000000D+02 0.519057335107D-08-0.257610383078D+01
+   -0.305846333504D-05 0.132566967513D-01 0.101942569017D-04 0.515372263336D+04
+    0.446400000000D+06 0.257045030594D-06-0.242858766575D+01-0.109896063805D-06
+    0.927472456036D+00 0.160406250000D+03 0.100535111357D+01-0.813926760460D-08
+    0.100718481043D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.480000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  4  0  0.0-0.109518878162D-04-0.272848410532D-11 0.000000000000D+00
+    0.730000000000D+02-0.906250000000D+00 0.473126871015D-08-0.857434205542D+00
+   -0.100582838059D-06 0.181275967043D-02 0.586733222008D-05 0.515373075676D+04
+    0.446400000000D+06 0.707805156708D-07-0.215409147101D+00-0.149011611938D-07
+    0.958103150350D+00 0.267343750000D+03 0.242738885266D+00-0.819855561218D-08
+   -0.397516547457D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.730000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  4  0  0.0-0.153109431267D-05-0.227373675443D-12 0.000000000000D+00
+    0.870000000000D+02 0.419687500000D+02 0.425231998334D-08 0.220983275771D+01
+    0.218115746975D-05 0.370167009532D-02 0.582076609135D-05 0.515370857048D+04
+    0.446400000000D+06-0.186264514923D-08 0.188575481531D+01 0.372529029846D-07
+    0.971758235437D+00 0.271343750000D+03 0.303021117662D+01-0.806926468869D-08
+    0.322513433979D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.870000000000D+02
+    0.446310000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  4  0  0.0 0.598980113864D-05 0.113686837722D-12 0.000000000000D+00
+    0.101000000000D+03 0.366250000000D+02 0.376729978030D-08 0.156801247854D+01
+    0.198185443878D-05 0.111852233531D-01 0.591948628426D-05 0.515368163300D+04
+    0.446400000000D+06-0.149011611938D-07 0.195442867380D+01 0.135973095894D-06
+    0.993169017293D+00 0.281656250000D+03 0.310405291757D+01-0.782818321811D-08
+    0.202151277555D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.372529029846D-08 0.101000000000D+03
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2  4  0  0.0 0.158473849297D-04 0.227373675443D-11 0.000000000000D+00
+    0.350000000000D+02 0.334062500000D+02 0.402445321512D-08 0.144470173996D+01
+    0.150315463543D-05 0.171669193078D-01 0.595860183239D-05 0.515371052170D+04
+    0.446400000000D+06-0.115483999252D-06 0.185479818578D+01-0.432133674622D-06
+    0.980831576669D+00 0.275250000000D+03 0.152940583197D+01-0.804319189030D-08
+    0.345014378178D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.350000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  4  0  0.0-0.459984876215D-04-0.909494701773D-12 0.000000000000D+00
+    0.610000000000D+02-0.206250000000D+01 0.490770442559D-08-0.782171157757D+00
+   -0.165775418282D-06 0.918029225431D-02 0.568851828575D-05 0.515352180862D+04
+    0.446400000000D+06 0.156462192535D-06-0.189850326862D+00 0.180676579475D-06
+    0.953131679269D+00 0.265375000000D+03 0.666116203191D+00-0.837820612877D-08
+   -0.440732643998D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.279396772385D-08 0.610000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  4  0  0.0-0.728424638510D-04-0.261479726760D-11 0.000000000000D+00
+    0.610000000000D+02 0.466250000000D+02 0.641276711749D-08 0.206611317816D+01
+    0.228732824326D-05 0.107405846938D-01 0.878609716892D-05 0.515375092316D+04
+    0.446400000000D+06-0.223517417908D-06-0.149592999313D+01-0.162050127983D-06
+    0.887943954567D+00 0.171281250000D+03 0.813525626402D+00-0.882179603464D-08
+    0.297512392585D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.610000000000D+02
+    0.441390000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  4  0  0.0-0.980258919299D-04 0.409272615798D-11 0.000000000000D+00
+    0.650000000000D+02-0.561250000000D+02 0.446197168103D-08 0.213343987488D+01
+   -0.314600765705D-05 0.346950464882D-02 0.508129596710D-05 0.515366448402D+04
+    0.446400000000D+06 0.912696123123D-07 0.293977566269D+01 0.707805156708D-07
+    0.971527253838D+00 0.285468750000D+03-0.392567471737D+00-0.813176725956D-08
+   -0.242867254086D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.650000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  4  0  0.0 0.302428845316D-03-0.682121026330D-12 0.000000000000D+00
+    0.150000000000D+02 0.226875000000D+02 0.355371945525D-08-0.165696920904D+01
+    0.119395554066D-05 0.449073431082D-02 0.102296471596D-04 0.515374273109D+04
+    0.446400000000D+06 0.558793544769D-08 0.904771472598D+00 0.931322574615D-07
+    0.992726409965D+00 0.198437500000D+03 0.175795733624D+01-0.760817405384D-08
+   -0.161792453591D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.150000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2  4  0  0.0 0.632894225419D-04 0.409272615798D-11 0.000000000000D+00
+    0.440000000000D+02 0.273437500000D+02 0.366550982605D-08-0.175750436414D+01
+    0.133737921715D-05 0.519817753229D-02 0.953674316406D-05 0.515375511742D+04
+    0.446400000000D+06 0.175088644028D-06 0.882747237989D+00-0.875443220139D-07
+    0.985979655610D+00 0.212062500000D+03-0.214460593798D+01-0.754067124208D-08
+   -0.172507185617D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.440000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  4  0  0.0-0.246580690145D-03 0.636646291241D-11 0.000000000000D+00
+    0.460000000000D+02 0.105000000000D+02 0.438768266164D-08-0.188701857173D+01
+    0.599771738052D-06 0.251025683247D-02 0.901520252228D-05 0.515377908516D+04
+    0.446400000000D+06-0.540167093277D-07 0.817557768025D+00 0.689178705216D-07
+    0.953564850775D+00 0.204062500000D+03-0.173785572855D+00-0.797890375992D-08
+   -0.110718899327D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.460000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 10  7  2  4  0  0.0-0.856905244291D-04-0.363797880709D-11 0.000000000000D+00
+    0.410000000000D+02-0.636562500000D+02 0.445554273410D-08-0.190194212089D+00
+   -0.322796404362D-05 0.593304308131D-02 0.513158738613D-05 0.515378975487D+04
+    0.446400000000D+06 0.335276126862D-07 0.295723766731D+01-0.614672899246D-07
+    0.972733330316D+00 0.282437500000D+03-0.190254032273D+00-0.820641325862D-08
+   -0.892894335490D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.410000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  4  0  0.0 0.159736722708D-03 0.204636307899D-11 0.000000000000D+00
+    0.730000000000D+02-0.428125000000D+02 0.453268880468D-08-0.129390528835D+01
+   -0.212714076042D-05 0.548623909708D-02 0.104960054159D-04 0.515363050079D+04
+    0.446400000000D+06 0.102445483208D-06-0.228332157113D+01-0.149011611938D-07
+    0.960325298043D+00 0.176031250000D+03-0.250094834697D+01-0.791104381244D-08
+    0.967897459671D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.730000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2  4  0  0.0-0.465046614409D-04-0.284217094304D-11 0.000000000000D+00
+    0.300000000000D+02-0.239062500000D+02 0.454733227179D-08-0.198519347381D+01
+   -0.145658850670D-05 0.662390049547D-02 0.113844871521D-04 0.515376081657D+04
+    0.446400000000D+06-0.596046447754D-07-0.222839095756D+01-0.156462192535D-06
+    0.957898666587D+00 0.160375000000D+03-0.133792511509D+00-0.793961643118D-08
+    0.130362572982D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.300000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  4  0  0.0 0.538988970220D-04-0.454747350886D-12 0.000000000000D+00
+    0.910000000000D+02-0.553125000000D+01 0.533629370662D-08 0.350336321280D+00
+   -0.262632966042D-06 0.416474405210D-02 0.554323196411D-05 0.515357813454D+04
+    0.446400000000D+06-0.689178705216D-07-0.244361407708D+00 0.279396772385D-07
+    0.936969391050D+00 0.259218750000D+03 0.132321043259D+01-0.857964309086D-08
+   -0.388230457071D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.910000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  4  0  0.0-0.710384920239D-04-0.261479726760D-11 0.000000000000D+00
+    0.133000000000D+03 0.475625000000D+02 0.554237371926D-08 0.125608464426D+01
+    0.275485217571D-05 0.167175815441D-01 0.750645995140D-05 0.515366022110D+04
+    0.446400000000D+06-0.180676579475D-06-0.124707199511D+01 0.238418579102D-06
+    0.932078465312D+00 0.225156250000D+03-0.246573558404D+01-0.870429114009D-08
+   -0.857178562071D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.133000000000D+03
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2  4  0  0.0 0.168430153281D-03-0.682121026330D-12 0.000000000000D+00
+    0.480000000000D+02-0.110000000000D+02 0.535772317067D-08-0.774425881352D+00
+   -0.676140189171D-06 0.542599277105D-02 0.537186861038D-05 0.515371349716D+04
+    0.446400000000D+06-0.838190317154D-07-0.185595592013D+00 0.651925802231D-07
+    0.934778993069D+00 0.259843750000D+03-0.194570665673D+01-0.860142971264D-08
+   -0.458590530708D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.480000000000D+02
+    0.440490000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2  4  0  0.0 0.364728271961D-03-0.159161572810D-11 0.000000000000D+00
+    0.330000000000D+02 0.192500000000D+02 0.405231165219D-08-0.249416964541D+01
+    0.955536961556D-06 0.683788512833D-02 0.101868063211D-04 0.515367770195D+04
+    0.446400000000D+06-0.745058059692D-07 0.843172389812D+00-0.298023223877D-07
+    0.967805923790D+00 0.187093750000D+03 0.303640666248D+01-0.779246744469D-08
+   -0.158220876249D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.330000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  4  0  0.0 0.300932675600D-03 0.318323145621D-11 0.000000000000D+00
+    0.110000000000D+02 0.473750000000D+02 0.507806866480D-08-0.157988786965D+01
+    0.248290598392D-05 0.567161454819D-02 0.687316060066D-05 0.515483823585D+04
+    0.446400000000D+06-0.484287738800D-07-0.120793651243D+01-0.108033418655D-06
+    0.948692910788D+00 0.238375000000D+03-0.464394803748D+00-0.833999025121D-08
+    0.219294848796D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.110000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2  4  0  0.0-0.242143869400D-05-0.136424205266D-11 0.000000000000D+00
+    0.850000000000D+02-0.551562500000D+02 0.470091009749D-08-0.341996533986D+00
+   -0.311620533466D-05 0.876169418916D-03 0.485219061375D-05 0.515601662254D+04
+    0.446400000000D+06 0.558793544769D-07 0.291375412731D+01 0.149011611938D-07
+    0.960194524870D+00 0.283187500000D+03 0.213802973793D+01-0.828248785601D-08
+    0.307155651409D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.850000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  4  0  0.0-0.118529424071D-04 0.113686837722D-11 0.000000000000D+00
+    0.850000000000D+02-0.538750000000D+02 0.459483425043D-08-0.654117316920D+00
+   -0.258907675743D-05 0.160075415624D-01 0.558421015739D-05 0.515367370033D+04
+    0.446400000000D+06-0.126659870148D-06 0.296490504040D+01 0.253319740295D-06
+    0.970979249115D+00 0.282250000000D+03-0.195217747109D+01-0.842285084555D-08
+    0.260725145963D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.850000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  2  4  0  0.0 0.131601467729D-03 0.284217094304D-11 0.000000000000D+00
+    0.470000000000D+02-0.306875000000D+02 0.455554705070D-08 0.141593295268D+01
+   -0.158324837685D-05 0.296385434922D-02 0.998936593533D-05 0.515371950722D+04
+    0.446400000000D+06 0.242143869400D-07-0.227504764295D+01-0.614672899246D-07
+    0.960663211639D+00 0.190562500000D+03-0.127379534203D+01-0.790818699414D-08
+    0.914323824985D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.470000000000D+02
+    0.440718000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2  4  0  0.0 0.256938859820D-03 0.341060513165D-11 0.000000000000D+00
+    0.480000000000D+02-0.494687500000D+02 0.486877427264D-08-0.227698791266D+00
+   -0.277720391750D-05 0.123875513673D-01 0.509247183800D-05 0.515371686172D+04
+    0.446400000000D+06-0.121071934700D-06 0.288565376779D+01 0.596046447754D-07
+    0.956814892987D+00 0.283625000000D+03 0.148854589365D+01-0.855642756647D-08
+    0.421446141874D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.480000000000D+02
+    0.439218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  4  0  0.0-0.272709876299D-04 0.250111042988D-11 0.000000000000D+00
+    0.900000000000D+02 0.439062500000D+02 0.403123934587D-08 0.214491233593D+01
+    0.233575701714D-05 0.733458751347D-02 0.550597906113D-05 0.515371534347D+04
+    0.446400000000D+06 0.670552253723D-07 0.188550252631D+01 0.113621354103D-06
+    0.977003605745D+00 0.280000000000D+03-0.104937535833D+01-0.784246952748D-08
+    0.297512392585D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.900000000000D+02
+    0.439200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2  4  0  0.0-0.284593552351D-04-0.864019966684D-11 0.000000000000D+00
+    0.540000000000D+02-0.843750000000D+01 0.464269338681D-08 0.293353308257D+01
+   -0.402331352234D-06 0.126254053321D-01 0.615417957306D-05 0.515369832802D+04
+    0.446400000000D+06 0.763684511185D-07-0.126431470538D+00 0.214204192162D-06
+    0.958963308145D+00 0.257187500000D+03-0.968316262762D+00-0.797747515100D-08
+   -0.460019161645D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.540000000000D+02
+    0.444900000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  5 59 28.0-0.136725138873D-03-0.397903932026D-11 0.000000000000D+00
+    0.120000000000D+02-0.540312500000D+02 0.452125975719D-08 0.945881912235D-01
+   -0.278465449810D-05 0.483964744490D-02 0.498443841934D-05 0.515480121231D+04
+    0.453568000000D+06-0.931322574616D-08 0.292515041422D+01 0.447034835815D-07
+    0.965436461710D+00 0.286500000000D+03 0.884798910375D+00-0.823641450830D-08
+   -0.125005206969D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.120000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  5 59 44.0-0.460012815893D-04-0.909494701773D-12 0.000000000000D+00
+    0.680000000000D+02-0.418750000000D+01 0.506199656676D-08 0.265764065980D+00
+   -0.484287738800D-07 0.917991669849D-02 0.557675957680D-05 0.515352106857D+04
+    0.453584000000D+06 0.186264514923D-08-0.189911279344D+00 0.122934579849D-06
+    0.953128057084D+00 0.263843750000D+03 0.666124455512D+00-0.849963975840D-08
+   -0.429660754238D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.680000000000D+02
+    0.446448000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  5 59 44.0 0.159750226885D-03 0.193267624127D-11 0.000000000000D+00
+    0.290000000000D+02-0.389687500000D+02 0.456447584303D-08-0.246130979749D+00
+   -0.192970037460D-05 0.548594212160D-02 0.108256936073D-04 0.515362937546D+04
+    0.453584000000D+06 0.298023223877D-07-0.228337862933D+01 0.540167093277D-07
+    0.960325514555D+00 0.172625000000D+03-0.250084838578D+01-0.800283335013D-08
+    0.785747015231D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.290000000000D+02
+    0.450930000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  5 59 44.0 0.538933090866D-04-0.454747350886D-12 0.000000000000D+00
+    0.130000000000D+02-0.509375000000D+01 0.534343686131D-08 0.139825912338D+01
+   -0.417232513428D-06 0.416471494827D-02 0.557675957680D-05 0.515357803726D+04
+    0.453584000000D+06-0.126659870148D-06-0.244423240866D+00-0.633299350738D-07
+    0.936966931885D+00 0.259218750000D+03 0.132319919592D+01-0.851285459456D-08
+   -0.341442793892D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.130000000000D+02
+    0.451530000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  5 59 44.0-0.710571184754D-04-0.261479726760D-11 0.000000000000D+00
+    0.700000000000D+01 0.414375000000D+02 0.537343813889D-08 0.230389996577D+01
+    0.199489295483D-05 0.167177444091D-01 0.757351517677D-05 0.515366157341D+04
+    0.453584000000D+06-0.303611159325D-06-0.124713496349D+01-0.294297933578D-06
+    0.932080939107D+00 0.221781250000D+03-0.246568843857D+01-0.826713009161D-08
+    0.242152936591D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.700000000000D+01
+    0.452718000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  5 59 44.0 0.300950836390D-03 0.318323145621D-11 0.000000000000D+00
+    0.300000000000D+02 0.432187500000D+02 0.515485742980D-08-0.532791589937D+00
+    0.229477882385D-05 0.567178835627D-02 0.706687569618D-05 0.515483797264D+04
+    0.453584000000D+06 0.558793544769D-08-0.120799668372D+01-0.596046447754D-07
+    0.948694680919D+00 0.239718750000D+03-0.464348966135D+00-0.835534841315D-08
+    0.257153576211D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.300000000000D+02
+    0.453480000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  5 59 44.0-0.118413008750D-04 0.113686837722D-11 0.000000000000D+00
+    0.150000000000D+02-0.574687500000D+02 0.450697344782D-08 0.393722145662D+00
+   -0.308640301228D-05 0.160070672864D-01 0.541470944881D-05 0.515367277145D+04
+    0.453584000000D+06-0.292435288429D-06 0.296484516024D+01 0.819563865662D-07
+    0.970979240337D+00 0.283250000000D+03-0.195216947478D+01-0.838677791439D-08
+   -0.108575951196D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.150000000000D+02
+    0.452100000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  6  0  0.0 0.364717096090D-03-0.159161572810D-11 0.000000000000D+00
+    0.340000000000D+02 0.149062500000D+02 0.408124142866D-08-0.144419808360D+01
+    0.631436705589D-06 0.683797243983D-02 0.963360071182D-05 0.515367521477D+04
+    0.453600000000D+06-0.558793544769D-07 0.843116098187D+00-0.838190317154D-07
+    0.967804806121D+00 0.197937500000D+03 0.303661048208D+01-0.781318259327D-08
+   -0.153577825704D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.340000000000D+02
+    0.448920000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2  6  0  0.0 0.269452109933D-03 0.318323145621D-11 0.000000000000D+00
+    0.200000000000D+02 0.395937500000D+02 0.531200698070D-08-0.143928368534D+01
+    0.208616256714D-05 0.960964080878D-02 0.771507620812D-05 0.515360052681D+04
+    0.453600000000D+06 0.100582838059D-06-0.127549138634D+01-0.135973095894D-06
+    0.939374504444D+00 0.219093750000D+03 0.309832527144D+01-0.842392231875D-08
+    0.388587614805D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.200000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2  6  0  0.0 0.576051417738D-03 0.500222085975D-11 0.000000000000D+00
+    0.500000000000D+02-0.379375000000D+02 0.523200364824D-08-0.152613887989D+01
+   -0.190734863281D-05 0.132585343672D-01 0.920705497265D-05 0.515371678925D+04
+    0.453600000000D+06 0.301748514175D-06-0.242864619564D+01 0.726431608200D-07
+    0.927473229920D+00 0.177406250000D+03 0.100554433872D+01-0.819998441941D-08
+    0.101432796512D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.500000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  6  0  0.0 0.116127543151D-03 0.807176547823D-11 0.000000000000D+00
+    0.140000000000D+02 0.449375000000D+02 0.537915263473D-08 0.164540176072D+01
+    0.248104333878D-05 0.908750388771D-02 0.793859362602D-05 0.515371026039D+04
+    0.453600000000D+06-0.156462192535D-06-0.125766921861D+01 0.162050127983D-06
+    0.938511864078D+00 0.217968750000D+03 0.613847600211D+00-0.848392481809D-08
+    0.230009580822D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.140000000000D+02
+    0.451530000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  6  0  0.0-0.109714455903D-04-0.272848410532D-11 0.000000000000D+00
+    0.860000000000D+02-0.109375000000D+01 0.487091717897D-08 0.192705937101D+00
+   -0.137835741043D-06 0.181265163701D-02 0.558793544769D-05 0.515373055077D+04
+    0.453600000000D+06-0.204890966415D-07-0.215468472818D+00 0.223517417908D-07
+    0.958099794416D+00 0.266593750000D+03 0.242746776246D+00-0.829820279631D-08
+   -0.407159816983D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.860000000000D+02
+    0.448728000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  6  0  0.0 0.587971415371D-03-0.136424205266D-10 0.000000000000D+00
+    0.600000000000D+01-0.425312500000D+02 0.511914180423D-08 0.684601265922D+00
+   -0.228174030781D-05 0.629378505982D-02 0.976212322712D-05 0.515366027451D+04
+    0.453600000000D+06-0.186264514923D-07-0.235775505659D+01-0.111758708954D-06
+    0.934736776179D+00 0.178750000000D+03-0.102747087673D+01-0.831677499849D-08
+    0.760745973838D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.600000000000D+01
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  6  0  0.0-0.153249129653D-05-0.227373675443D-12 0.000000000000D+00
+    0.104000000000D+03 0.495937500000D+02 0.423696220077D-08-0.302303733650D+01
+    0.264868140221D-05 0.370249163825D-02 0.595115125179D-05 0.515370671844D+04
+    0.453600000000D+06-0.558793544769D-08 0.188569671845D+01 0.372529029846D-08
+    0.971760738490D+00 0.270437500000D+03 0.303005449663D+01-0.803890628129D-08
+    0.337514058815D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.104000000000D+03
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  6  0  0.0 0.598328188062D-05 0.113686837722D-12 0.000000000000D+00
+    0.200000000000D+02 0.430937500000D+02 0.377551440819D-08 0.261823199327D+01
+    0.222027301788D-05 0.111857944867D-01 0.594928860664D-05 0.515368021774D+04
+    0.453600000000D+06-0.137835741043D-06 0.195437201352D+01 0.745058059692D-07
+    0.993170851792D+00 0.281875000000D+03 0.310400457690D+01-0.775889461768D-08
+    0.275011455331D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.200000000000D+02
+    0.451500000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2  6  0  0.0 0.158636830747D-04 0.227373675443D-11 0.000000000000D+00
+    0.820000000000D+02 0.347187500000D+02 0.385658921385D-08 0.249487132529D+01
+    0.179186463356D-05 0.171668210533D-01 0.590458512306D-05 0.515371014977D+04
+    0.453600000000D+06 0.193715095520D-06 0.185474307473D+01-0.521540641785D-07
+    0.980835604083D+00 0.272031250000D+03 0.152939015534D+01-0.759781647955D-08
+    0.232866842696D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.820000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  6  0  0.0-0.728615559638D-04-0.261479726760D-11 0.000000000000D+00
+    0.107000000000D+03 0.517500000000D+02 0.628061875584D-08 0.311621087423D+01
+    0.247545540333D-05 0.107396037783D-01 0.841543078422D-05 0.515375296402D+04
+    0.453600000000D+06-0.167638063431D-07-0.149599265723D+01-0.160187482834D-06
+    0.887946754592D+00 0.177875000000D+03 0.813574117748D+00-0.866750389347D-08
+    0.300369654459D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.116415321827D-07 0.107000000000D+03
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  6  0  0.0-0.979970209301D-04 0.409272615798D-11 0.000000000000D+00
+    0.660000000000D+02-0.524375000000D+02 0.436161018413D-08-0.309949673967D+01
+   -0.262074172497D-05 0.346998486202D-02 0.499747693539D-05 0.515366348839D+04
+    0.453600000000D+06-0.149011611938D-07 0.293971693531D+01 0.540167093277D-07
+    0.971527553737D+00 0.285687500000D+03-0.392629928098D+00-0.807640798684D-08
+    0.442875597306D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.660000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  6  0  0.0 0.302424188703D-03-0.682121026330D-12 0.000000000000D+00
+    0.330000000000D+02 0.235625000000D+02 0.353621872628D-08-0.606784273309D+00
+    0.114925205708D-05 0.449069333263D-02 0.101495534182D-04 0.515374309540D+04
+    0.453600000000D+06-0.596046447754D-07 0.904716529784D+00 0.614672899246D-07
+    0.992725163559D+00 0.200906250000D+03 0.175790383879D+01-0.762924636016D-08
+   -0.169649923743D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.330000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2  6  0  0.0 0.633192248642D-04 0.409272615798D-11 0.000000000000D+00
+    0.450000000000D+02 0.181250000000D+02 0.376515663092D-08-0.706996252249D+00
+    0.849366188049D-06 0.519867206458D-02 0.884756445885D-05 0.515375898933D+04
+    0.453600000000D+06 0.558793544769D-08 0.882692459021D+00 0.117346644402D-06
+    0.985977047227D+00 0.223750000000D+03-0.214499038261D+01-0.779211006829D-08
+   -0.232866836925D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.450000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  6  0  0.0-0.246535521001D-03 0.636646291241D-11 0.000000000000D+00
+    0.620000000000D+02 0.518750000000D+01 0.437696812128D-08-0.836513306674D+00
+    0.320374965668D-06 0.251079152804D-02 0.943243503571D-05 0.515378110123D+04
+    0.453600000000D+06 0.000000000000D+00 0.817501251111D+00-0.147148966789D-06
+    0.953563412727D+00 0.196718750000D+03-0.174176119317D+00-0.799604737978D-08
+   -0.292869339891D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.620000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2  6  0  0.0-0.857166014612D-04-0.363797880709D-11 0.000000000000D+00
+    0.420000000000D+02-0.595625000000D+02 0.432053711057D-08 0.859839500338D+00
+   -0.303424894810D-05 0.593384029344D-02 0.503659248352D-05 0.515379147720D+04
+    0.453600000000D+06 0.117346644402D-06 0.295717911694D+01 0.353902578354D-07
+    0.972733701897D+00 0.287750000000D+03-0.190179144033D+00-0.808997983728D-08
+   -0.353586156854D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.420000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  6  0  0.0 0.159751158208D-03 0.204636307899D-11 0.000000000000D+00
+    0.810000000000D+02-0.389687500000D+02 0.456519015849D-08-0.243797401586D+00
+   -0.192970037460D-05 0.548594444990D-02 0.108256936073D-04 0.515362938118D+04
+    0.453600000000D+06 0.298023223877D-07-0.228337877562D+01 0.540167093277D-07
+    0.960325510166D+00 0.172625000000D+03-0.250084813708D+01-0.800283335013D-08
+    0.782175437889D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.810000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  6  0  0.0 0.782483257353D-04 0.238742359215D-11 0.000000000000D+00
+    0.300000000000D+02-0.406250000000D+00 0.537593836114D-08 0.119608568371D+01
+    0.987201929092D-07 0.116072854726D-01 0.587850809097D-05 0.515370262337D+04
+    0.453600000000D+06-0.119209289551D-06-0.190493156473D+00 0.143423676491D-06
+    0.937090298304D+00 0.258500000000D+03-0.232639217617D+01-0.866500382557D-08
+   -0.453590331961D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.300000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2  6  0  0.0-0.465256161988D-04-0.284217094304D-11 0.000000000000D+00
+    0.310000000000D+02-0.230625000000D+02 0.459197698856D-08-0.935514129884D+00
+   -0.143423676491D-05 0.662343821023D-02 0.100340694189D-04 0.515375512314D+04
+    0.453600000000D+06 0.372529029846D-07-0.222844849852D+01-0.113621354103D-06
+    0.957899858865D+00 0.182031250000D+03-0.133342139012D+00-0.796747473445D-08
+    0.177507393895D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.310000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  6  0  0.0-0.710575841367D-04-0.261479726760D-11 0.000000000000D+00
+    0.139000000000D+03 0.414375000000D+02 0.537308109117D-08 0.230623372679D+01
+    0.199303030968D-05 0.167177463882D-01 0.757537782192D-05 0.515366156769D+04
+    0.453600000000D+06-0.303611159325D-06-0.124713510539D+01-0.294297933578D-06
+    0.932080940570D+00 0.221781250000D+03-0.246568840493D+01-0.826713009161D-08
+    0.241795777844D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.121071934700D-07 0.139000000000D+03
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2  6  0  0.0 0.168425031006D-03-0.682121026330D-12 0.000000000000D+00
+    0.590000000000D+02-0.218750000000D+01 0.544022660728D-08 0.275817063471D+00
+    0.577419996262D-07 0.542713177856D-02 0.551342964172D-05 0.515371580505D+04
+    0.453600000000D+06 0.111758708954D-07-0.185658307311D+00 0.372529029846D-08
+    0.934775735150D+00 0.259187500000D+03-0.194578728107D+01-0.867571852136D-08
+   -0.386801826134D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.590000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2  6  0  0.0 0.364717096090D-03-0.159161572810D-11 0.000000000000D+00
+    0.340000000000D+02 0.149062500000D+02 0.408124142866D-08-0.144419808360D+01
+    0.631436705589D-06 0.683797243983D-02 0.963360071182D-05 0.515367521477D+04
+    0.453600000000D+06-0.558793544769D-07 0.843116098187D+00-0.838190317154D-07
+    0.967804806121D+00 0.197937500000D+03 0.303661048208D+01-0.781318259327D-08
+   -0.153577825704D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.340000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  6  0  0.0 0.300955493003D-03 0.318323145621D-11 0.000000000000D+00
+    0.120000000000D+02 0.432187500000D+02 0.515485757765D-08-0.530459022650D+00
+    0.229477882385D-05 0.567179475911D-02 0.706687569618D-05 0.515483797836D+04
+    0.453600000000D+06 0.558793544769D-08-0.120799681831D+01-0.596046447754D-07
+    0.948694689696D+00 0.239718750000D+03-0.464349409400D+00-0.835534803378D-08
+    0.257153568621D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.120000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2  6  0  0.0-0.243121758103D-05-0.136424205266D-11 0.000000000000D+00
+    0.950000000000D+02-0.504375000000D+02 0.464305054455D-08 0.706866258811D+00
+   -0.257417559624D-05 0.875504571013D-03 0.476650893688D-05 0.515601534843D+04
+    0.453600000000D+06 0.558793544769D-08 0.291369446952D+01 0.353902578354D-07
+    0.960194864267D+00 0.283875000000D+03 0.213791844351D+01-0.827820196320D-08
+    0.507163982558D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.950000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  6  0  0.0-0.748513266444D-04-0.591171556152D-11 0.000000000000D+00
+    0.300000000000D+02 0.147812500000D+02 0.347264461631D-08-0.209337468582D+01
+    0.791624188423D-06 0.193564158399D-01 0.951625406742D-05 0.515238153648D+04
+    0.453600000000D+06 0.255182385445D-06 0.901133922405D+00-0.154599547386D-06
+    0.990447732192D+00 0.209593750000D+03 0.110272901935D+01-0.730209004374D-08
+   -0.112147527376D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.300000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  6  0  0.0 0.166312325746D-03 0.352429196937D-11 0.000000000000D+00
+    0.900000000000D+01 0.337500000000D+02 0.410552815458D-08-0.665565259465D+00
+    0.189617276192D-05 0.215116667096D-01 0.685453414917D-05 0.515361032295D+04
+    0.453600000000D+06-0.294297933578D-06 0.182964860078D+01 0.147148966789D-06
+    0.978484248539D+00 0.264843750000D+03-0.140306688369D+01-0.829105964163D-08
+    0.448947271885D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.900000000000D+01
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  2  6  0  0.0 0.131621956825D-03 0.284217094304D-11 0.000000000000D+00
+    0.740000000000D+02-0.375625000000D+02 0.452411708096D-08 0.246639698539D+01
+   -0.211782753468D-05 0.296420441009D-02 0.100526958704D-04 0.515371765900D+04
+    0.453600000000D+06 0.484287738800D-07-0.227510433249D+01-0.167638063431D-07
+    0.960663937246D+00 0.188812500000D+03-0.127410577470D+01-0.787782816758D-08
+    0.839320696278D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.740000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2  6  0  0.0 0.256963074207D-03 0.341060513165D-11 0.000000000000D+00
+    0.490000000000D+02-0.480000000000D+02 0.481662931762D-08 0.822467245028D+00
+   -0.267289578915D-05 0.123874137644D-01 0.483728945255D-05 0.515371655655D+04
+    0.453600000000D+06-0.141561031342D-06 0.288559241008D+01-0.428408384323D-07
+    0.956814901764D+00 0.284375000000D+03 0.148853653390D+01-0.854785575655D-08
+   -0.117862048246D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.490000000000D+02
+    0.446418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  6  0  0.0-0.272532925010D-04 0.250111042988D-11 0.000000000000D+00
+    0.980000000000D+02 0.401875000000D+02 0.405624038727D-08-0.308812431735D+01
+    0.213459134102D-05 0.733404175844D-02 0.584311783314D-05 0.515371627998D+04
+    0.453600000000D+06 0.372529029846D-07 0.188544649802D+01 0.223517417908D-07
+    0.977005419763D+00 0.276875000000D+03-0.104937220721D+01-0.783496921506D-08
+    0.222152110670D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.980000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2  6  0  0.0-0.285212881863D-04-0.864019966684D-11 0.000000000000D+00
+    0.550000000000D+02-0.596875000000D+01 0.465840832712D-08-0.229949357313D+01
+   -0.262632966042D-06 0.126257339725D-01 0.621192157269D-05 0.515369769287D+04
+    0.453600000000D+06-0.633299350738D-07-0.126488903239D+00 0.260770320892D-06
+    0.958960113132D+00 0.256531250000D+03-0.968307946073D+00-0.799533303771D-08
+   -0.428589281035D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.550000000000D+02
+    0.446400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  7 59 44.0-0.728745944798D-04-0.261479726760D-11 0.000000000000D+00
+    0.180000000000D+02 0.444687500000D+02 0.633204946956D-08-0.211926004108D+01
+    0.203400850296D-05 0.107414643280D-01 0.756047666073D-05 0.515374896812D+04
+    0.460784000000D+06 0.113621354103D-06-0.149605578361D+01-0.800937414169D-07
+    0.887949235701D+00 0.191625000000D+03 0.813673075378D+00-0.871572018759D-08
+    0.412517182997D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.180000000000D+02
+    0.453810000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  7 59 44.0-0.246489420533D-03 0.636646291241D-11 0.000000000000D+00
+    0.400000000000D+01 0.456250000000D+01 0.452804575414D-08 0.211340413508D+00
+    0.577419996262D-07 0.251043180469D-02 0.944361090660D-05 0.515378055954D+04
+    0.460784000000D+06 0.484287738800D-07 0.817443790615D+00-0.130385160446D-07
+    0.953560583443D+00 0.191968750000D+03-0.174249096986D+00-0.810498046211D-08
+   -0.356800576462D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.400000000000D+01
+    0.459918000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2  7 59 44.0 0.159764196724D-03 0.193267624127D-11 0.000000000000D+00
+    0.300000000000D+02-0.330937500000D+02 0.445125684129D-08 0.804089714090D+00
+   -0.191666185856D-05 0.548668170813D-02 0.106021761894D-04 0.515363068581D+04
+    0.460784000000D+06-0.316649675369D-07-0.228343589672D+01 0.670552253723D-07
+    0.960326052909D+00 0.175218750000D+03-0.250086204358D+01-0.796961768085D-08
+    0.382158775590D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.300000000000D+02
+    0.456300000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2  7 59 44.0-0.710762105882D-04-0.261479726760D-11 0.000000000000D+00
+    0.210000000000D+02 0.410000000000D+02 0.535343724906D-08-0.292906939913D+01
+    0.192411243916D-05 0.167182015721D-01 0.773556530476D-05 0.515366057014D+04
+    0.460784000000D+06-0.428408384323D-07-0.124719403905D+01-0.370666384697D-06
+    0.932083104225D+00 0.216875000000D+03-0.246570946656D+01-0.819605538993D-08
+    0.286083351453D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.210000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2  7 59 44.0 0.300973188132D-03 0.318323145621D-11 0.000000000000D+00
+    0.310000000000D+02 0.407812500000D+02 0.513092812682D-08 0.516734822000D+00
+    0.216066837311D-05 0.567175552715D-02 0.725127756596D-05 0.515483791351D+04
+    0.460784000000D+06 0.596046447754D-07-0.120805682574D+01-0.949949026108D-07
+    0.948696743633D+00 0.235968750000D+03-0.464401660445D+00-0.830784596673D-08
+    0.264296723396D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.310000000000D+02
+    0.455958000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  7 59 44.0-0.272379256785D-04 0.250111042988D-11 0.000000000000D+00
+    0.100000000000D+01 0.355312500000D+02 0.410124245676D-08-0.204031231520D+01
+    0.193528831005D-05 0.733357563149D-02 0.600516796112D-05 0.515371698189D+04
+    0.460784000000D+06-0.242143869400D-07 0.188539016396D+01 0.158324837685D-06
+    0.977006313606D+00 0.274937500000D+03-0.104936704895D+01-0.796354626686D-08
+    0.177864556417D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.100000000000D+01
+    0.455706000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2  8  0  0.0-0.136754009873D-03-0.397903932026D-11 0.000000000000D+00
+    0.130000000000D+02-0.510312500000D+02 0.451125934063D-08 0.114876091144D+01
+   -0.267289578915D-05 0.483987107873D-02 0.501051545143D-05 0.515480147171D+04
+    0.460800000000D+06-0.335276126862D-07 0.292509108265D+01 0.000000000000D+00
+    0.965436223254D+00 0.285937500000D+03 0.884782050244D+00-0.822927135361D-08
+   -0.514307137242D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.130000000000D+02
+    0.456078000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2  8  0  0.0 0.269474461675D-03 0.318323145621D-11 0.000000000000D+00
+    0.250000000000D+02 0.469687500000D+02 0.537879547699D-08-0.389144079584D+00
+    0.248476862907D-05 0.960896629840D-02 0.757165253162D-05 0.515359840012D+04
+    0.460800000000D+06 0.162050127983D-06-0.127555186776D+01-0.316649675369D-07
+    0.939377049922D+00 0.221968750000D+03 0.309841766789D+01-0.848999649958D-08
+    0.347871633107D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.250000000000D+02
+    0.459960000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2  8  0  0.0 0.576087739319D-03 0.500222085975D-11 0.000000000000D+00
+    0.790000000000D+02-0.401250000000D+02 0.526736226392D-08-0.475873044788D+00
+   -0.195018947125D-05 0.132592624286D-01 0.917352735996D-05 0.515371980667D+04
+    0.460800000000D+06-0.484287738800D-07-0.242870651029D+01 0.188127160072D-06
+    0.927472236599D+00 0.188750000000D+03 0.100543716095D+01-0.856749972790D-08
+    0.760745973838D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.790000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2  8  0  0.0 0.116185750812D-03 0.807176547823D-11 0.000000000000D+00
+    0.150000000000D+02 0.492187500000D+02 0.527593404955D-08 0.269559334541D+01
+    0.248849391937D-05 0.908725860063D-02 0.766664743424D-05 0.515371014404D+04
+    0.460800000000D+06-0.596046447754D-07-0.125772996920D+01-0.117346644402D-06
+    0.938515054702D+00 0.220937500000D+03 0.613821307184D+00-0.821355641331D-08
+    0.324656380384D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.150000000000D+02
+    0.457710000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  8  0  0.0-0.109910033643D-04-0.272848410532D-11 0.000000000000D+00
+    0.940000000000D+02-0.415625000000D+01 0.499627954367D-08 0.124300643751D+01
+    0.335276126862D-07 0.181230541784D-02 0.565126538277D-05 0.515372971535D+04
+    0.460800000000D+06 0.651925802231D-07-0.215528762598D+00 0.130385160446D-07
+    0.958096909542D+00 0.267375000000D+03 0.242595924523D+00-0.834606193269D-08
+   -0.345728686702D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.940000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2  8  0  0.0 0.587873626500D-03-0.136424205266D-10 0.000000000000D+00
+    0.700000000000D+01-0.446562500000D+02 0.500520848702D-08 0.173467360670D+01
+   -0.234320759773D-05 0.629441812634D-02 0.930577516556D-05 0.515366204262D+04
+    0.460800000000D+06 0.122934579849D-06-0.235781408241D+01-0.745058059692D-08
+    0.934737987475D+00 0.186593750000D+03-0.102735131829D+01-0.814319633967D-08
+    0.471448209139D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.700000000000D+01
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  8  0  0.0-0.153388828039D-05-0.227373675443D-12 0.000000000000D+00
+    0.106000000000D+03 0.425937500000D+02 0.418303138291D-08-0.197306814022D+01
+    0.216066837311D-05 0.370303273667D-02 0.605545938015D-05 0.515370510674D+04
+    0.460800000000D+06-0.465661287308D-07 0.188563931940D+01 0.819563865662D-07
+    0.971763307374D+00 0.270593750000D+03 0.303024381871D+01-0.797283210046D-08
+    0.294297972978D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.106000000000D+03
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2  8  0  0.0 0.598421320319D-05 0.113686837722D-12 0.000000000000D+00
+    0.210000000000D+02 0.434687500000D+02 0.373122684915D-08-0.261477927692D+01
+    0.221095979214D-05 0.111856928561D-01 0.599771738052D-05 0.515368038940D+04
+    0.460800000000D+06-0.113621354103D-06 0.195431626464D+01-0.931322574616D-08
+    0.993173071039D+00 0.282875000000D+03 0.310400196705D+01-0.772460747519D-08
+    0.294655130712D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.210000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2  8  0  0.0 0.158799812198D-04 0.227373675443D-11 0.000000000000D+00
+    0.870000000000D+02 0.405625000000D+02 0.385908931799D-08-0.273818199062D+01
+    0.216066837311D-05 0.171657538740D-01 0.635907053947D-05 0.515371217918D+04
+    0.460800000000D+06 0.195577740669D-06 0.185468815532D+01 0.204890966415D-07
+    0.980837393232D+00 0.265500000000D+03 0.152941125647D+01-0.759781647955D-08
+    0.277868717205D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.870000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2  8  0  0.0-0.460078008473D-04-0.909494701773D-12 0.000000000000D+00
+    0.760000000000D+02-0.484375000000D+01 0.512985653626D-08 0.131835765390D+01
+   -0.223517417908D-07 0.917999225203D-02 0.599958002567D-05 0.515352140045D+04
+    0.460800000000D+06-0.912696123123D-07-0.189972670701D+00 0.176951289177D-06
+    0.953124957160D+00 0.262406250000D+03 0.666143252546D+00-0.847321008607D-08
+   -0.398588031363D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.760000000000D+02
+    0.458280000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2  8  0  0.0-0.728806480765D-04-0.261479726760D-11 0.000000000000D+00
+    0.108000000000D+03 0.444687500000D+02 0.633240662730D-08-0.211692629761D+01
+    0.203400850296D-05 0.107414675876D-01 0.756047666073D-05 0.515374898338D+04
+    0.460800000000D+06 0.113621354103D-06-0.149605593283D+01-0.782310962677D-07
+    0.887949243016D+00 0.191625000000D+03 0.813672914457D+00-0.871572018759D-08
+    0.412160025262D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.116415321827D-07 0.108000000000D+03
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  8  0  0.0-0.979676842690D-04 0.409272615798D-11 0.000000000000D+00
+    0.670000000000D+02-0.540625000000D+02 0.432232289924D-08-0.204937577881D+01
+   -0.275112688541D-05 0.347022083588D-02 0.533275306225D-05 0.515366287231D+04
+    0.460800000000D+06-0.428408384323D-07 0.293965867752D+01 0.447034835815D-07
+    0.971527780489D+00 0.284000000000D+03-0.392564927722D+00-0.809890878063D-08
+    0.464305054455D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.670000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  2  8  0  0.0 0.302419532090D-03-0.682121026330D-12 0.000000000000D+00
+    0.340000000000D+02 0.230312500000D+02 0.361407911233D-08 0.443269424042D+00
+    0.108033418655D-05 0.448896631133D-02 0.957958400250D-05 0.515373977089D+04
+    0.460800000000D+06-0.465661287308D-07 0.904662025845D+00-0.465661287308D-07
+    0.992723579219D+00 0.213750000000D+03 0.175798286124D+01-0.763388941071D-08
+   -0.256439253153D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.340000000000D+02
+    0.458130000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2  8  0  0.0 0.633490271866D-04 0.409272615798D-11 0.000000000000D+00
+    0.530000000000D+02 0.118750000000D+02 0.384230292028D-08 0.343074201366D+00
+    0.748783349991D-06 0.519786181394D-02 0.892579555512D-05 0.515375738716D+04
+    0.460800000000D+06-0.745058059692D-07 0.882636407315D+00 0.745058059692D-07
+    0.985975328299D+00 0.222187500000D+03-0.214493657502D+01-0.778960984604D-08
+   -0.263939564649D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.530000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  8  0  0.0-0.246489886195D-03 0.636646291241D-11 0.000000000000D+00
+    0.630000000000D+02 0.456250000000D+01 0.452733143867D-08 0.213674667539D+00
+    0.577419996262D-07 0.251042877790D-02 0.944361090660D-05 0.515378056145D+04
+    0.460800000000D+06 0.484287738800D-07 0.817443650175D+00-0.130385160446D-07
+    0.953560602461D+00 0.191968750000D+03-0.174249783094D+00-0.810498046211D-08
+   -0.356800576462D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.630000000000D+02
+    0.456270000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2  8  0  0.0-0.857431441546D-04-0.363797880709D-11 0.000000000000D+00
+    0.650000000000D+02-0.540625000000D+02 0.428410702168D-08 0.190982299079D+01
+   -0.274553894997D-05 0.593414343893D-02 0.521168112755D-05 0.515379294586D+04
+    0.460800000000D+06 0.223517417908D-07 0.295712139897D+01 0.540167093277D-07
+    0.972733292280D+00 0.285375000000D+03-0.190056182843D+00-0.804712090917D-08
+   -0.885751180806D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.650000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2  8  0  0.0 0.782655552030D-04 0.238742359215D-11 0.000000000000D+00
+    0.390000000000D+02-0.131250000000D+01 0.529236330532D-08 0.224624112555D+01
+   -0.294297933578D-06 0.116072412347D-01 0.569038093090D-05 0.515370293045D+04
+    0.460800000000D+06-0.143423676491D-06-0.190555677203D+00-0.193715095520D-06
+    0.937088694945D+00 0.259250000000D+03-0.232637790540D+01-0.837570602463D-08
+   -0.307155651409D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.390000000000D+02
+    0.458808000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2  8  0  0.0-0.465465709567D-04-0.284217094304D-11 0.000000000000D+00
+    0.410000000000D+02-0.301875000000D+02 0.451411660250D-08 0.114661980063D+00
+   -0.151991844177D-05 0.662489456590D-02 0.970065593720D-05 0.515375788498D+04
+    0.460800000000D+06 0.894069671631D-07-0.222850585369D+01-0.260770320892D-07
+    0.957900669322D+00 0.190906250000D+03-0.133387482158D+00-0.803783480808D-08
+    0.130005415247D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.410000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  2  8  0  0.0 0.538895837963D-04-0.454747350886D-12 0.000000000000D+00
+    0.140000000000D+02-0.187500000000D+01 0.532236455499D-08 0.245067175126D+01
+   -0.210478901863D-06 0.416431052145D-02 0.511109828949D-05 0.515357953072D+04
+    0.460800000000D+06-0.223517417908D-07-0.244484294289D+00-0.102445483208D-06
+    0.936964886726D+00 0.264187500000D+03 0.132336537463D+01-0.842677958062D-08
+   -0.332156692802D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.140000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2  8  0  0.0 0.168419443071D-03-0.682121026330D-12 0.000000000000D+00
+    0.600000000000D+02 0.468750000000D+00 0.548201395390D-08 0.132604165452D+01
+   -0.372529029846D-08 0.542683131061D-02 0.561214983463D-05 0.515371494865D+04
+    0.460800000000D+06-0.126659870148D-06-0.185721180604D+00 0.372529029846D-08
+    0.934773464701D+00 0.261062500000D+03-0.194584927954D+01-0.860714433060D-08
+   -0.287154827694D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.176951289177D-07 0.600000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2  8  0  0.0 0.364705920219D-03-0.159161572810D-11 0.000000000000D+00
+    0.350000000000D+02 0.145625000000D+02 0.418267422517D-08-0.394141425298D+00
+    0.536441802978D-06 0.683806650341D-02 0.918097794056D-05 0.515367405891D+04
+    0.460800000000D+06 0.135973095894D-06 0.843060328824D+00-0.428408384323D-07
+    0.967802908716D+00 0.207531250000D+03 0.303673160584D+01-0.792283001767D-08
+   -0.288583449230D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.350000000000D+02
+    0.454320000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2  8  0  0.0-0.244099646807D-05-0.136424205266D-11 0.000000000000D+00
+    0.960000000000D+02-0.524687500000D+02 0.456197573889D-08 0.175583798488D+01
+   -0.270269811153D-05 0.875559635460D-03 0.497139990330D-05 0.515601502800D+04
+    0.460800000000D+06 0.596046447754D-07 0.291363521987D+01 0.651925802231D-07
+    0.960195506488D+00 0.283718750000D+03 0.213769790715D+01-0.820998483596D-08
+    0.414302971667D-10 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.960000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  2  8  0  0.0-0.748937018216D-04-0.591171556152D-11 0.000000000000D+00
+    0.310000000000D+02 0.178750000000D+02 0.373908431930D-08-0.104243549733D+01
+    0.108219683170D-05 0.193564079236D-01 0.970251858234D-05 0.515238060188D+04
+    0.460800000000D+06 0.102445483208D-06 0.901081255891D+00 0.433996319771D-06
+    0.990444000288D+00 0.207812500000D+03 0.110275370317D+01-0.783354058412D-08
+   -0.316084594764D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.310000000000D+02
+    0.460488000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  8  0  0.0 0.166337471455D-03 0.352429196937D-11 0.000000000000D+00
+    0.300000000000D+02 0.337187500000D+02 0.409909931537D-08 0.384656986530D+00
+    0.176765024662D-05 0.215124683455D-01 0.715442001820D-05 0.515361189651D+04
+    0.460800000000D+06-0.208616256714D-06 0.182959060047D+01-0.277534127235D-06
+    0.978486233719D+00 0.259093750000D+03-0.140307408271D+01-0.831820362943D-08
+    0.928610108910D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.300000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2  8  0  0.0-0.118329189718D-04 0.113686837722D-11 0.000000000000D+00
+    0.340000000000D+02-0.616562500000D+02 0.441768401427D-08 0.144620389204D+01
+   -0.330246984959D-05 0.160073965089D-01 0.542774796486D-05 0.515367396164D+04
+    0.460800000000D+06-0.359490513802D-06 0.296478437014D+01-0.186264514923D-06
+    0.970978715149D+00 0.282093750000D+03-0.195213636456D+01-0.826713007344D-08
+   -0.650027076237D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.340000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2  8  0  0.0 0.131641980261D-03 0.284217094304D-11 0.000000000000D+00
+    0.980000000000D+02-0.421875000000D+02 0.435875291416D-08-0.276670742733D+01
+   -0.223517417908D-05 0.296241277829D-02 0.102538615465D-04 0.515372103882D+04
+    0.460800000000D+06 0.316649675369D-07-0.227516125170D+01 0.335276126862D-07
+    0.960664716982D+00 0.176562500000D+03-0.127403403613D+01-0.787211362763D-08
+    0.125362359382D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.980000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2  8  0  0.0 0.256987754255D-03 0.341060513165D-11 0.000000000000D+00
+    0.500000000000D+02-0.496562500000D+02 0.460519178347D-08 0.187257183437D+01
+   -0.275485217571D-05 0.123875009594D-01 0.457838177681D-05 0.515371777344D+04
+    0.460800000000D+06 0.169500708580D-06 0.288553145175D+01-0.221654772759D-06
+    0.956816576805D+00 0.288625000000D+03 0.148858807689D+01-0.819819856446D-08
+    0.467876640209D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.500000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  8  0  0.0-0.272355973721D-04 0.250111042988D-11 0.000000000000D+00
+    0.990000000000D+02 0.355312500000D+02 0.410088496494D-08-0.203797847810D+01
+    0.193528831005D-05 0.733357307035D-02 0.600516796112D-05 0.515371697617D+04
+    0.460800000000D+06-0.242143869400D-07 0.188539004986D+01 0.158324837685D-06
+    0.977006325309D+00 0.274937500000D+03-0.104936713966D+01-0.796318921914D-08
+    0.178221715164D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.130385160446D-07 0.990000000000D+02
+    0.453618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  2  8  0  0.0-0.285832211375D-04-0.864019966684D-11 0.000000000000D+00
+    0.730000000000D+02-0.268750000000D+01 0.486484549748D-08-0.124927448703D+01
+   -0.137835741043D-06 0.126255692448D-01 0.613555312157D-05 0.515369895554D+04
+    0.460800000000D+06-0.244006514549D-06-0.126549174001D+00-0.184401869774D-06
+    0.958955658547D+00 0.260062500000D+03-0.968358858548D+00-0.843285126210D-08
+   -0.275725770799D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.730000000000D+02
+    0.453600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2  9 59 28.0-0.110119581222D-04-0.272848410532D-11 0.000000000000D+00
+    0.000000000000D+00-0.387500000000D+01 0.501199448397D-08 0.228851638153D+01
+   -0.122934579849D-06 0.181231193710D-02 0.580400228500D-05 0.515372961044D+04
+    0.467968000000D+06-0.104308128357D-06-0.215589068470D+00 0.409781932831D-07
+    0.958095088209D+00 0.267625000000D+03 0.242569325746D+00-0.826855870437D-08
+   -0.218580533328D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.000000000000D+00
+    0.466200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2  9 59 44.0-0.153575092554D-05-0.227373675443D-12 0.000000000000D+00
+    0.800000000000D+01 0.365312500000D+02 0.419124601079D-08-0.925160390084D+00
+    0.183284282684D-05 0.370346754789D-02 0.623054802418D-05 0.515370578194D+04
+    0.467984000000D+06-0.167638063431D-07 0.188558300729D+01-0.145286321640D-06
+    0.971764754200D+00 0.268187500000D+03 0.303016142570D+01-0.798247535928D-08
+    0.104647216119D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.800000000000D+01
+    0.461790000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2  9 59 44.0-0.979378819466D-04 0.409272615798D-11 0.000000000000D+00
+    0.600000000000D+01-0.581562500000D+02 0.431303679815D-08-0.100166745220D+01
+   -0.297836959362D-05 0.347035587765D-02 0.525079667568D-05 0.515366193008D+04
+    0.467984000000D+06-0.132247805595D-06 0.293960117021D+01-0.856816768646D-07
+    0.971527871190D+00 0.285093750000D+03-0.392420754220D+00-0.806855037322D-08
+   -0.703600736366D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.600000000000D+01
+    0.467136000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2  9 59 44.0-0.246443785727D-03 0.636646291241D-11 0.000000000000D+00
+    0.500000000000D+01 0.900000000000D+01 0.461876381862D-08 0.126127144225D+01
+    0.629574060440D-06 0.251074682456D-02 0.925175845623D-05 0.515378158379D+04
+    0.467984000000D+06 0.670552253723D-07 0.817385328020D+00-0.260770320892D-07
+    0.953557989689D+00 0.191906250000D+03-0.174064239731D+00-0.811926677148D-08
+   -0.344657213499D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.500000000000D+01
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2  9 59 44.0 0.166371930391D-03 0.352429196937D-11 0.000000000000D+00
+    0.100000000000D+02 0.360312500000D+02 0.413481508879D-08 0.143253743130D+01
+    0.123307108879D-05 0.215122645022D-01 0.647082924843D-05 0.515361171150D+04
+    0.467984000000D+06 0.217929482460D-06 0.182953100704D+01-0.488013029099D-06
+    0.978488385672D+00 0.260781250000D+03-0.140307170839D+01-0.798283251702D-08
+    0.133934150323D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.100000000000D+02
+    0.465690000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2  9 59 44.0-0.272202305496D-04 0.250111042988D-11 0.000000000000D+00
+    0.170000000000D+02 0.307812500000D+02 0.419910328731D-08-0.990293815655D+00
+    0.165589153767D-05 0.733377214055D-02 0.634975731373D-05 0.515371514893D+04
+    0.467984000000D+06-0.745058059692D-07 0.188533175696D+01-0.558793544769D-08
+    0.977007233782D+00 0.268625000000D+03-0.104923258045D+01-0.810640887749D-08
+    0.234295471913D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.170000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 10  0  0.0-0.136782415211D-03-0.397903932026D-11 0.000000000000D+00
+    0.140000000000D+02-0.484062500000D+02 0.449054419205D-08 0.219832603073D+01
+   -0.254809856415D-05 0.483985315077D-02 0.503845512867D-05 0.515480080986D+04
+    0.468000000000D+06-0.111758708954D-07 0.292503181106D+01-0.633299350738D-07
+    0.965436141331D+00 0.285718750000D+03 0.884709012596D+00-0.817391190481D-08
+   -0.303584074067D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.140000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 10  0  0.0 0.269497279078D-03 0.318323145621D-11 0.000000000000D+00
+    0.820000000000D+02 0.494062500000D+02 0.529200614758D-08 0.661066515731D+00
+    0.258348882198D-05 0.960986164864D-02 0.733323395252D-05 0.515360015678D+04
+    0.468000000000D+06 0.191852450371D-06-0.127561269443D+01 0.119209289551D-06
+    0.939379737302D+00 0.228062500000D+03 0.309843944050D+01-0.841963642594D-08
+    0.310727228751D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.820000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 10  0  0.0 0.576124060899D-03 0.500222085975D-11 0.000000000000D+00
+    0.810000000000D+02-0.455312500000D+02 0.521343146431D-08 0.574273332812D+00
+   -0.237673521042D-05 0.132586343680D-01 0.914186239243D-05 0.515371863556D+04
+    0.468000000000D+06-0.229105353355D-06-0.242876732379D+01 0.633299350738D-07
+    0.927472583310D+00 0.188687500000D+03 0.100544887307D+01-0.850785397688D-08
+   -0.660741808489D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.810000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 10  0  0.0 0.116243958473D-03 0.807176547823D-11 0.000000000000D+00
+    0.250000000000D+02 0.494062500000D+02 0.523164649050D-08-0.253746408715D+01
+    0.225007534027D-05 0.908707617782D-02 0.741891562939D-05 0.515371043205D+04
+    0.468000000000D+06 0.391155481338D-07-0.125778942805D+01-0.141561031342D-06
+    0.938517383668D+00 0.226125000000D+03 0.613856967275D+00-0.824998650219D-08
+    0.371444043564D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.250000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 10  0  0.0-0.110105611384D-04-0.272848410532D-11 0.000000000000D+00
+    0.960000000000D+02-0.387500000000D+01 0.501199448397D-08 0.229318382897D+01
+   -0.122934579849D-06 0.181231403258D-02 0.580586493015D-05 0.515372961998D+04
+    0.468000000000D+06-0.104308128357D-06-0.215589349350D+00 0.409781932831D-07
+    0.958095092598D+00 0.267625000000D+03 0.242569182380D+00-0.826820154664D-08
+   -0.218937691062D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.884756445885D-08 0.960000000000D+02
+    0.463350000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 10  0  0.0 0.587775371969D-03-0.136424205266D-10 0.000000000000D+00
+    0.800000000000D+01-0.447187500000D+02 0.492591967216D-08 0.278480055382D+01
+   -0.241026282310D-05 0.629370729439D-02 0.949949026108D-05 0.515366347885D+04
+    0.468000000000D+06 0.726431608200D-07-0.235787246162D+01 0.316649675369D-07
+    0.934738256652D+00 0.179625000000D+03-0.102728714592D+01-0.811819500513D-08
+    0.328585110509D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.800000000000D+01
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 10  0  0.0-0.153481960297D-05-0.227373675443D-12 0.000000000000D+00
+    0.107000000000D+03 0.365312500000D+02 0.419088885306D-08-0.922827057691D+00
+    0.183284282684D-05 0.370347348507D-02 0.623054802418D-05 0.515370577621D+04
+    0.468000000000D+06-0.167638063431D-07 0.188558289757D+01-0.145286321640D-06
+    0.971764768829D+00 0.268187500000D+03 0.303016177388D+01-0.798211820155D-08
+    0.105004373854D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.107000000000D+03
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 10  0  0.0 0.598514452577D-05 0.113686837722D-12 0.000000000000D+00
+    0.250000000000D+02 0.335937500000D+02 0.377015704217D-08-0.156471341687D+01
+    0.163726508617D-05 0.111864811042D-01 0.581331551075D-05 0.515367772865D+04
+    0.468000000000D+06-0.113621354103D-06 0.195426041774D+01-0.106170773506D-06
+    0.993175192270D+00 0.286062500000D+03 0.310410836948D+01-0.775246577846D-08
+    0.290012080167D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.250000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 10  0  0.0 0.158958137035D-04 0.227373675443D-11 0.000000000000D+00
+    0.880000000000D+02 0.474062500000D+02 0.401873882517D-08-0.168806238881D+01
+    0.262632966042D-05 0.171664255904D-01 0.633671879768D-05 0.515371056938D+04
+    0.468000000000D+06 0.219792127609D-06 0.185463384888D+01 0.411644577980D-06
+    0.980837843810D+00 0.267187500000D+03 0.152944479533D+01-0.788997150613D-08
+    0.130362572982D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.880000000000D+02
+    0.466950000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 10  0  0.0-0.460147857666D-04-0.909494701773D-12 0.000000000000D+00
+    0.770000000000D+02-0.650000000000D+01 0.503485257896D-08 0.236860878376D+01
+   -0.419095158577D-06 0.917991949245D-02 0.589340925217D-05 0.515352188683D+04
+    0.468000000000D+06-0.162050127983D-06-0.190033879194D+00-0.162050127983D-06
+    0.953123794140D+00 0.263093750000D+03 0.666170780276D+00-0.818676958324D-08
+   -0.237867050975D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.770000000000D+02
+    0.462870000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 10  0  0.0-0.728932209313D-04-0.261479726760D-11 0.000000000000D+00
+    0.190000000000D+02 0.360312500000D+02 0.628990485693D-08-0.106667107452D+01
+    0.207871198654D-05 0.107415439561D-01 0.750087201595D-05 0.515375114250D+04
+    0.468000000000D+06 0.208616256714D-06-0.149611834091D+01 0.128522515297D-06
+    0.887951311582D+00 0.193218750000D+03 0.813564475655D+00-0.888929884641D-08
+    0.305727020472D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.190000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 10  0  0.0-0.979388132691D-04 0.409272615798D-11 0.000000000000D+00
+    0.680000000000D+02-0.581562500000D+02 0.431303679815D-08-0.999334804454D+00
+   -0.297836959362D-05 0.347036134917D-02 0.525079667568D-05 0.515366192436D+04
+    0.468000000000D+06-0.132247805595D-06 0.293960105318D+01-0.856816768646D-07
+    0.971527888745D+00 0.285093750000D+03-0.392419655568D+00-0.806890753096D-08
+   -0.700029159024D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.680000000000D+02
+    0.461220000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 10  0  0.0 0.302415341139D-03-0.682121026330D-12 0.000000000000D+00
+    0.510000000000D+02 0.137500000000D+02 0.361800784741D-08 0.149307304725D+01
+    0.396743416786D-06 0.448997353669D-02 0.889226794243D-05 0.515374316025D+04
+    0.468000000000D+06-0.186264514923D-08 0.904607091808D+00-0.726431608200D-07
+    0.992721923196D+00 0.222437500000D+03 0.175831225187D+01-0.759388774448D-08
+   -0.250724729406D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.510000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 10  0  0.0 0.633788295090D-04 0.409272615798D-11 0.000000000000D+00
+    0.540000000000D+02 0.343750000000D+01 0.380194409288D-08 0.139287055534D+01
+    0.221654772759D-06 0.519935821649D-02 0.974722206593D-05 0.515376168060D+04
+    0.468000000000D+06-0.117346644402D-06 0.882580371701D+00 0.000000000000D+00
+    0.985973312397D+00 0.208437500000D+03-0.214460957333D+01-0.776925190848D-08
+   -0.276440093039D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.540000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 10  0  0.0-0.857692211866D-04-0.363797880709D-11 0.000000000000D+00
+    0.770000000000D+02-0.501250000000D+02 0.429803614921D-08 0.295998787869D+01
+   -0.256858766079D-05 0.593458150979D-02 0.521913170815D-05 0.515379189682D+04
+    0.468000000000D+06-0.167638063431D-07 0.295706339573D+01 0.502914190292D-07
+    0.972732815369D+00 0.285906250000D+03-0.190114307504D+00-0.802926258814D-08
+   -0.642883940527D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.770000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 10  0  0.0 0.159778632224D-03 0.193267624127D-11 0.000000000000D+00
+    0.360000000000D+02-0.300312500000D+02 0.436018161907D-08 0.185679986879D+01
+   -0.150315463543D-05 0.548624724615D-02 0.998005270958D-05 0.515362878609D+04
+    0.468000000000D+06-0.141561031342D-06-0.228349366881D+01 0.316649675369D-07
+    0.960326620521D+00 0.182406250000D+03-0.250103092285D+01-0.791532970525D-08
+    0.101075638777D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.360000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 10  0  0.0 0.782823190093D-04 0.238742359215D-11 0.000000000000D+00
+    0.500000000000D+02-0.531250000000D+01 0.536629495630D-08-0.298676728170D+01
+   -0.337138772011D-06 0.116077663843D-01 0.556744635105D-05 0.515370196343D+04
+    0.468000000000D+06 0.130385160446D-07-0.190615975760D+00-0.247731804848D-06
+    0.937086589806D+00 0.258125000000D+03-0.232638573494D+01-0.837499170916D-08
+   -0.266082511976D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.500000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 10  0  0.0-0.465670600533D-04-0.284217094304D-11 0.000000000000D+00
+    0.500000000000D+02-0.336250000000D+02 0.444768526394D-08 0.116484095440D+01
+   -0.170804560184D-05 0.662475160789D-02 0.968016684055D-05 0.515375730896D+04
+    0.468000000000D+06 0.484287738800D-07-0.222856287823D+01 0.119209289551D-06
+    0.957901863063D+00 0.191906250000D+03-0.133437597343D+00-0.791818696713D-08
+    0.628597612185D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.500000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 10  0  0.0 0.538858585060D-04-0.454747350886D-12 0.000000000000D+00
+    0.150000000000D+02 0.221875000000D+01 0.542486882470D-08-0.278233183275D+01
+    0.197440385819D-06 0.416394090280D-02 0.529736280441D-05 0.515358030319D+04
+    0.468000000000D+06 0.165775418282D-06-0.244546155243D+00 0.372529029846D-08
+    0.936962803530D+00 0.264437500000D+03 0.132342832254D+01-0.850213986254D-08
+   -0.170364239211D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.150000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 10  0  0.0-0.710953027010D-04-0.261479726760D-11 0.000000000000D+00
+    0.220000000000D+02 0.442187500000D+02 0.531736432663D-08-0.187656983880D+01
+    0.197812914848D-05 0.167183105368D-01 0.713579356670D-05 0.515365980339D+04
+    0.468000000000D+06 0.221654772759D-06-0.124725511881D+01-0.117346644402D-06
+    0.932086079801D+00 0.220968750000D+03-0.246567958500D+01-0.828213053694D-08
+    0.559666146760D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.220000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 10  0  0.0 0.168414320797D-03-0.682121026330D-12 0.000000000000D+00
+    0.610000000000D+02 0.187500000000D+00 0.543879785653D-08 0.237624681510D+01
+   -0.596046447754D-07 0.542694097385D-02 0.555627048016D-05 0.515371446800D+04
+    0.468000000000D+06 0.745058059692D-08-0.185782700698D+00-0.782310962677D-07
+    0.934772155389D+00 0.259250000000D+03-0.194589181535D+01-0.845749514866D-08
+   -0.265368199637D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.176951289177D-07 0.610000000000D+02
+    0.467688000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 10  0  0.0 0.364694744348D-03-0.159161572810D-11 0.000000000000D+00
+    0.480000000000D+02 0.101562500000D+02 0.426910639685D-08 0.656058309313D+00
+    0.387430191040D-06 0.683941214811D-02 0.835210084915D-05 0.515367656517D+04
+    0.468000000000D+06 0.596046447754D-07 0.843003013156D+00 0.223517417908D-07
+    0.967800446625D+00 0.217093750000D+03 0.303670922027D+01-0.799497587998D-08
+   -0.303941231801D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.480000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 10  0  0.0 0.300996005535D-03 0.318323145621D-11 0.000000000000D+00
+    0.760000000000D+02 0.435000000000D+02 0.503985297939D-08 0.156849477483D+01
+    0.213086605072D-05 0.567144772504D-02 0.751204788685D-05 0.515483805847D+04
+    0.468000000000D+06 0.949949026108D-07-0.120811610903D+01 0.745058059692D-08
+    0.948698859013D+00 0.230625000000D+03-0.464355509768D+00-0.822034262882D-08
+    0.232866836925D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.760000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 10  0  0.0-0.245077535510D-05-0.136424205266D-11 0.000000000000D+00
+    0.970000000000D+02-0.563125000000D+02 0.454876090272D-08 0.280506622924D+01
+   -0.284798443317D-05 0.875673140399D-03 0.494904816151D-05 0.515601428604D+04
+    0.468000000000D+06-0.931322574615D-07 0.291357720200D+01-0.372529029846D-07
+    0.960195411399D+00 0.284437500000D+03 0.213722085981D+01-0.814998233662D-08
+   -0.108218793461D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.970000000000D+02
+    0.461130000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 10  0  0.0-0.749365426600D-04-0.591171556152D-11 0.000000000000D+00
+    0.470000000000D+02 0.163750000000D+02 0.387230415415D-08 0.853121158778D-02
+    0.108405947685D-05 0.193561955821D-01 0.969506800175D-05 0.515238021851D+04
+    0.468000000000D+06-0.122934579849D-06 0.901023292151D+00 0.208616256714D-06
+    0.990441115414D+00 0.208750000000D+03 0.110275398551D+01-0.804533512050D-08
+   -0.272868508926D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.470000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 10  0  0.0 0.166362617165D-03 0.352429196937D-11 0.000000000000D+00
+    0.320000000000D+02 0.360312500000D+02 0.413481508879D-08 0.143487132692D+01
+    0.123307108879D-05 0.215122592636D-01 0.647082924843D-05 0.515361172104D+04
+    0.468000000000D+06 0.217929482460D-06 0.182953087537D+01-0.488013029099D-06
+    0.978488384209D+00 0.260781250000D+03-0.140307181226D+01-0.798283251702D-08
+    0.133934150323D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.320000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 10  0  0.0-0.118250027299D-04 0.113686837722D-11 0.000000000000D+00
+    0.350000000000D+02-0.614062500000D+02 0.418088843650D-08 0.249636821087D+01
+   -0.325031578541D-05 0.160073095467D-01 0.512413680553D-05 0.515367442131D+04
+    0.468000000000D+06 0.150874257088D-06 0.296472678968D+01-0.184401869774D-06
+    0.970980577444D+00 0.283937500000D+03-0.195212180998D+01-0.777282376931D-08
+   -0.628597612185D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.350000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 10  0  0.0 0.131662003696D-03 0.284217094304D-11 0.000000000000D+00
+    0.990000000000D+02-0.379375000000D+02 0.432375153018D-08-0.171685252006D+01
+   -0.179558992386D-05 0.296299892943D-02 0.108145177364D-04 0.515371906662D+04
+    0.468000000000D+06 0.558793544769D-08-0.227521795441D+01 0.502914190292D-07
+    0.960665504031D+00 0.170093750000D+03-0.127373780838D+01-0.789640034534D-08
+    0.121790787361D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.990000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 10  0  0.0 0.257011968643D-03 0.341060513165D-11 0.000000000000D+00
+    0.740000000000D+02-0.558750000000D+02 0.459197698856D-08 0.292276886259D+01
+   -0.279769301414D-05 0.123881698819D-01 0.454112887383D-05 0.515371620369D+04
+    0.468000000000D+06 0.670552253723D-07 0.288547407903D+01-0.558793544769D-08
+    0.956817121011D+00 0.289156250000D+03 0.148854540650D+01-0.801533387083D-08
+   -0.750031241812D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.740000000000D+02
+    0.460818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 10  0  0.0-0.286451540887D-04-0.864019966684D-11 0.000000000000D+00
+    0.740000000000D+02-0.359375000000D+01 0.499735101687D-08-0.199163450609D+00
+   -0.150874257088D-06 0.126246088184D-01 0.595301389694D-05 0.515369664002D+04
+    0.468000000000D+06-0.502914190292D-07-0.126610669225D+00-0.152736902237D-06
+    0.958954097613D+00 0.268500000000D+03-0.968300593446D+00-0.849428239239D-08
+   -0.188579283655D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.740000000000D+02
+    0.460800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 11 59 28.0-0.110315158963D-04-0.272848410532D-11 0.000000000000D+00
+    0.310000000000D+02-0.268750000000D+01 0.495520640424D-08-0.294454821056D+01
+   -0.113621354103D-06 0.181177188642D-02 0.564008951187D-05 0.515373060989D+04
+    0.475168000000D+06-0.633299350738D-07-0.215648426371D+00-0.409781932831D-07
+    0.958093857895D+00 0.271593750000D+03 0.242598603126D+00-0.820998483596D-08
+   -0.198222542479D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.310000000000D+02
+    0.468450000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 11 59 44.0-0.153714790940D-05-0.227373675443D-12 0.000000000000D+00
+    0.900000000000D+01 0.271562500000D+02 0.428660712582D-08 0.125197409900D+00
+    0.114738941193D-05 0.370439991821D-02 0.603124499321D-05 0.515370795822D+04
+    0.475184000000D+06 0.335276126862D-07 0.188552552485D+01-0.111758708954D-07
+    0.971764801013D+00 0.268375000000D+03 0.302996156915D+01-0.809176562595D-08
+    0.392873507616D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.900000000000D+01
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 11 59 44.0-0.979090109468D-04 0.409272615798D-11 0.000000000000D+00
+    0.700000000000D+01-0.552812500000D+02 0.442482716896D-08 0.484735579525D-01
+   -0.299699604511D-05 0.346998055465D-02 0.523775815964D-05 0.515366115570D+04
+    0.475184000000D+06 0.558793544769D-07 0.293954339811D+01-0.447034835815D-07
+    0.971526506287D+00 0.285156250000D+03-0.392374976587D+00-0.817391190481D-08
+   -0.194293807403D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.700000000000D+01
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 11 59 44.0 0.166397541761D-03 0.352429196937D-11 0.000000000000D+00
+    0.490000000000D+02 0.457187500000D+02 0.408767026787D-08 0.248268132194D+01
+    0.240840017796D-05 0.215117702028D-01 0.577233731747D-05 0.515361469460D+04
+    0.475184000000D+06 0.288709998131D-06 0.182947612859D+01-0.447034835815D-07
+    0.978490119230D+00 0.267343750000D+03-0.140300155123D+01-0.764567561594D-08
+   -0.535736601294D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.490000000000D+02
+    0.475080000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 11 59 44.0 0.131675507873D-03 0.272848410532D-11 0.000000000000D+00
+    0.180000000000D+02-0.320312500000D+02 0.423517641210D-08-0.668757355491D+00
+   -0.166520476341D-05 0.296324980445D-02 0.107791274786D-04 0.515372066879D+04
+    0.475184000000D+06-0.726431608200D-07-0.227527440403D+01 0.707805156708D-07
+    0.960666402263D+00 0.172531250000D+03-0.127401580671D+01-0.786639909567D-08
+    0.832177520677D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.180000000000D+02
+    0.469650000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 12  0  0.0-0.136811286211D-03-0.397903932026D-11 0.000000000000D+00
+    0.150000000000D+02-0.544062500000D+02 0.447411493627D-08-0.303534158058D+01
+   -0.277534127235D-05 0.484061520547D-02 0.507384538650D-05 0.515479940605D+04
+    0.475200000000D+06 0.149011611938D-07 0.292497362203D+01 0.409781932831D-07
+    0.965436198384D+00 0.284906250000D+03 0.884683219887D+00-0.807712215884D-08
+   -0.682171272314D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.150000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 12  0  0.0 0.269520096481D-03 0.318323145621D-11 0.000000000000D+00
+    0.830000000000D+02 0.523437500000D+02 0.514878589617D-08 0.171121951157D+01
+    0.258162617683D-05 0.961006048601D-02 0.737980008125D-05 0.515360162544D+04
+    0.475200000000D+06-0.149011611938D-07-0.127567205526D+01 0.152736902237D-06
+    0.939381662502D+00 0.223437500000D+03 0.309851651726D+01-0.831713215622D-08
+    0.183221917643D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.830000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 12  0  0.0 0.576159916818D-03 0.500222085975D-11 0.000000000000D+00
+    0.820000000000D+02-0.615000000000D+02 0.509306907759D-08 0.162425409199D+01
+   -0.321306288242D-05 0.132599303033D-01 0.965036451817D-05 0.515372370529D+04
+    0.475200000000D+06-0.251457095146D-06-0.242882870637D+01-0.139698386192D-06
+    0.927472144435D+00 0.178500000000D+03 0.100562461489D+01-0.843356584568D-08
+   -0.582167092311D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.820000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 12  0  0.0 0.116302166134D-03 0.807176547823D-11 0.000000000000D+00
+    0.260000000000D+02 0.449375000000D+02 0.510949854541D-08-0.148727552631D+01
+    0.224448740482D-05 0.908730109222D-02 0.689364969730D-05 0.515371063042D+04
+    0.475200000000D+06 0.119209289551D-06-0.125784895272D+01-0.875443220139D-07
+    0.938520208562D+00 0.226687500000D+03 0.613831945524D+00-0.827498754359D-08
+    0.386444668400D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.260000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 12  0  0.0 0.587677117437D-03-0.136424205266D-10 0.000000000000D+00
+    0.170000000000D+02-0.448125000000D+02 0.486234519315D-08-0.244825715816D+01
+   -0.212900340557D-05 0.629350682720D-02 0.978633761406D-05 0.515366372109D+04
+    0.475200000000D+06 0.633299350738D-07-0.235793088033D+01 0.800937414169D-07
+    0.934738458534D+00 0.173281250000D+03-0.102722554976D+01-0.813748179951D-08
+    0.307155655077D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.170000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 12  0  0.0 0.598607584834D-05 0.113686837722D-12 0.000000000000D+00
+    0.350000000000D+02 0.235312500000D+02 0.380801576200D-08-0.514418532602D+00
+    0.107474625111D-05 0.111873440910D-01 0.608898699284D-05 0.515368080521D+04
+    0.475200000000D+06 0.180676579475D-06 0.195420537545D+01-0.108033418655D-06
+    0.993176127075D+00 0.280281250000D+03 0.310398506889D+01-0.789854329175D-08
+    0.778603860548D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.350000000000D+02
+    0.469590000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 12  0  0.0 0.159121118486D-04 0.227373675443D-11 0.000000000000D+00
+    0.890000000000D+02 0.409062500000D+02 0.425053419467D-08-0.637945800615D+00
+    0.226683914661D-05 0.171658551553D-01 0.655464828014D-05 0.515370894051D+04
+    0.475200000000D+06-0.171363353729D-06 0.185457456997D+01 0.149011611938D-06
+    0.980837239625D+00 0.265093750000D+03 0.152948443017D+01-0.831034615927D-08
+    0.210365905442D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.890000000000D+02
+    0.471408000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 12  0  0.0-0.460213050246D-04-0.909494701773D-12 0.000000000000D+00
+    0.780000000000D+02-0.218750000000D+00 0.499485091273D-08-0.286432369659D+01
+   -0.184401869774D-06 0.917885859963D-02 0.565312802792D-05 0.515352390480D+04
+    0.475200000000D+06-0.186264514923D-07-0.190092905013D+00-0.245869159698D-06
+    0.953122158598D+00 0.267781250000D+03 0.666194744337D+00-0.819962726167D-08
+   -0.192508018732D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.780000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 12  0  0.0-0.729118473828D-04-0.261479726760D-11 0.000000000000D+00
+    0.200000000000D+02 0.316250000000D+02 0.633740683557D-08-0.165704350480D-01
+    0.175833702087D-05 0.107406285824D-01 0.808015465736D-05 0.515374915695D+04
+    0.475200000000D+06 0.242143869400D-07-0.149618309113D+01 0.147148966789D-06
+    0.887952920792D+00 0.187187500000D+03 0.813610978894D+00-0.902894752048D-08
+    0.300012496725D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.200000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 12  0  0.0 0.302410684526D-03-0.682121026330D-12 0.000000000000D+00
+    0.520000000000D+02 0.825000000000D+01 0.376515683389D-08 0.254333641295D+01
+    0.547617673874D-06 0.449038564693D-02 0.876374542713D-05 0.515374184036D+04
+    0.475200000000D+06 0.707805156708D-07 0.904552179715D+00-0.949949026108D-07
+    0.992720097474D+00 0.222656250000D+03 0.175818169814D+01-0.762246036321D-08
+   -0.215366113720D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.520000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 12  0  0.0 0.634086318314D-04 0.409272615798D-11 0.000000000000D+00
+    0.550000000000D+02 0.740625000000D+01 0.384158858901D-08 0.244324738642D+01
+    0.288709998131D-06 0.519987510052D-02 0.992976129055D-05 0.515375902367D+04
+    0.475200000000D+06 0.000000000000D+00 0.882524751555D+00-0.111758708954D-06
+    0.985972134748D+00 0.198906250000D+03-0.214486340718D+01-0.761817447040D-08
+   -0.243938732456D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.550000000000D+02
+    0.470538000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 12  0  0.0-0.246398150921D-03 0.636646291241D-11 0.000000000000D+00
+    0.600000000000D+01 0.119375000000D+02 0.473448292450D-08 0.231432352772D+01
+    0.746920704842D-06 0.251121283509D-02 0.901147723198D-05 0.515377861595D+04
+    0.475200000000D+06 0.000000000000D+00 0.817326006692D+00 0.143423676491D-06
+    0.953556011824D+00 0.203031250000D+03-0.174665427379D+00-0.809855162290D-08
+   -0.197865384745D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.600000000000D+01
+    0.471450000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 12  0  0.0-0.857952982187D-04-0.363797880709D-11 0.000000000000D+00
+    0.950000000000D+02-0.521250000000D+02 0.432125135674D-08-0.227312858116D+01
+   -0.267848372459D-05 0.593502644915D-02 0.545755028725D-05 0.515379095650D+04
+    0.475200000000D+06-0.633299350738D-07 0.295700534861D+01 0.186264514923D-07
+    0.972732146816D+00 0.282937500000D+03-0.190075787408D+00-0.807997935226D-08
+   -0.560737636879D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.950000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 12  0  0.0 0.159792602062D-03 0.193267624127D-11 0.000000000000D+00
+    0.370000000000D+02-0.327812500000D+02 0.420410368922D-08 0.290691383544D+01
+   -0.158138573170D-05 0.548588670790D-02 0.998191535473D-05 0.515362991905D+04
+    0.475200000000D+06-0.130385160446D-07-0.228355023839D+01-0.558793544769D-07
+    0.960328124401D+00 0.186406250000D+03-0.250093868294D+01-0.776675208783D-08
+    0.125005206969D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.370000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 12  0  0.0 0.782995484769D-04 0.238742359215D-11 0.000000000000D+00
+    0.510000000000D+02-0.696875000000D+01 0.538629578941D-08-0.193663998933D+01
+   -0.394880771637D-06 0.116084621986D-01 0.513903796673D-05 0.515370036316D+04
+    0.475200000000D+06 0.147148966789D-06-0.190677592407D+00-0.167638063431D-07
+    0.937085419472D+00 0.264000000000D+03-0.232634195419D+01-0.841606484860D-08
+   -0.603596570791D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.510000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 12  0  0.0-0.465880148113D-04-0.295585778076D-11 0.000000000000D+00
+    0.580000000000D+02-0.369687500000D+02 0.434446656428D-08 0.221463374032D+01
+   -0.186823308468D-05 0.662423542235D-02 0.104140490293D-04 0.515376157951D+04
+    0.475200000000D+06-0.260770320892D-07-0.222861953851D+01 0.577419996262D-07
+    0.957902060557D+00 0.175656250000D+03-0.133102627139D+00-0.789639997834D-08
+    0.125005205839D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.580000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 12  0  0.0 0.538825988770D-04-0.454747350886D-12 0.000000000000D+00
+    0.160000000000D+02 0.684375000000D+01 0.543736934540D-08-0.173221114984D+01
+    0.460073351860D-06 0.416446581948D-02 0.523403286934D-05 0.515357892227D+04
+    0.475200000000D+06 0.763684511185D-07-0.244607499787D+00 0.782310962677D-07
+    0.936961919928D+00 0.267093750000D+03 0.132355289294D+01-0.848749639544D-08
+   -0.116076263614D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.160000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 12  0  0.0-0.711143948138D-04-0.261479726760D-11 0.000000000000D+00
+    0.230000000000D+02 0.532500000000D+02 0.537486674192D-08-0.826447094644D+00
+    0.307522714138D-05 0.167183850426D-01 0.710226595402D-05 0.515365754127D+04
+    0.475200000000D+06 0.312924385071D-06-0.124731437284D+01 0.257045030594D-06
+    0.932088461432D+00 0.224281250000D+03-0.246560673021D+01-0.858892919195D-08
+    0.390730561211D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.230000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 12  0  0.0 0.168408732861D-03-0.682121026330D-12 0.000000000000D+00
+    0.620000000000D+02-0.528125000000D+01 0.547344214397D-08-0.285673656163D+01
+   -0.385567545891D-06 0.542770628817D-02 0.540725886822D-05 0.515371298027D+04
+    0.475200000000D+06 0.130385160446D-06-0.185844168127D+00-0.391155481338D-07
+    0.934770315039D+00 0.260843750000D+03-0.194593025059D+01-0.850428261145D-08
+   -0.183936227360D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.176951289177D-07 0.620000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 12  0  0.0 0.364683568478D-03-0.159161572810D-11 0.000000000000D+00
+    0.670000000000D+02 0.728125000000D+01 0.439304013061D-08 0.170623438561D+01
+    0.663101673126D-06 0.683912623208D-02 0.877119600773D-05 0.515367639351D+04
+    0.475200000000D+06 0.651925802231D-07 0.842945431238D+00 0.782310962677D-07
+    0.967798266877D+00 0.214250000000D+03 0.303671138100D+01-0.798961851397D-08
+   -0.285369029623D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.670000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 12  0  0.0 0.301018822938D-03 0.318323145621D-11 0.000000000000D+00
+    0.890000000000D+02 0.489687500000D+02 0.490484719506D-08 0.261780111708D+01
+    0.243075191975D-05 0.567139405757D-02 0.746548175812D-05 0.515483962822D+04
+    0.475200000000D+06 0.242143869400D-07-0.120817590874D+01 0.152736902237D-06
+    0.948700972929D+00 0.223781250000D+03-0.464189790408D+00-0.819962764353D-08
+    0.357514878813D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.890000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 12  0  0.0-0.246055424213D-05-0.136424205266D-11 0.000000000000D+00
+    0.100000000000D+03-0.541562500000D+02 0.462126392276D-08-0.242951378067D+01
+   -0.287592411041D-05 0.875944970176D-03 0.498816370964D-05 0.515601373672D+04
+    0.475200000000D+06 0.298023223877D-07 0.291351866626D+01-0.242143869400D-07
+    0.960194148900D+00 0.283437500000D+03 0.213736730376D+01-0.820248452355D-08
+   -0.177150236161D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.100000000000D+03
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 12  0  0.0-0.749789178371D-04-0.591171556152D-11 0.000000000000D+00
+    0.480000000000D+02 0.144687500000D+02 0.395480759075D-08 0.105950903868D+01
+    0.867992639542D-06 0.193555303849D-01 0.980310142040D-05 0.515237892342D+04
+    0.475200000000D+06-0.312924385071D-06 0.900965534682D+00 0.132247805595D-06
+    0.990438915185D+00 0.213718750000D+03 0.110274442534D+01-0.798818988303D-08
+   -0.284297556420D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.480000000000D+02
+    0.470730000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 12  0  0.0-0.118166208267D-04 0.113686837722D-11 0.000000000000D+00
+    0.360000000000D+02-0.570625000000D+02 0.418088843650D-08-0.273664682341D+01
+   -0.291876494884D-05 0.160066618118D-01 0.527128577232D-05 0.515367563438D+04
+    0.475200000000D+06 0.165775418282D-06 0.296467091645D+01-0.894069671631D-07
+    0.970980141495D+00 0.281843750000D+03-0.195211447052D+01-0.775639451354D-08
+   -0.425017703693D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.360000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 12  0  0.0 0.131682492793D-03 0.284217094304D-11 0.000000000000D+00
+    0.105000000000D+03-0.320312500000D+02 0.423553356983D-08-0.666423158514D+00
+   -0.166520476341D-05 0.296325061936D-02 0.107791274786D-04 0.515372067833D+04
+    0.475200000000D+06-0.726431608200D-07-0.227527455324D+01 0.707805156708D-07
+    0.960666390560D+00 0.172531250000D+03-0.127401642406D+01-0.786639909567D-08
+    0.835749098019D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.105000000000D+03
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 12  0  0.0 0.257036648691D-03 0.341060513165D-11 0.000000000000D+00
+    0.940000000000D+02-0.546875000000D+02 0.459626288137D-08-0.231026714701D+01
+   -0.271387398243D-05 0.123880166793D-01 0.457651913166D-05 0.515371642685D+04
+    0.475200000000D+06 0.165775418282D-06 0.288541657464D+01-0.111758708954D-07
+    0.956816436365D+00 0.287562500000D+03 0.148855116600D+01-0.804997817105D-08
+   -0.122505102829D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.791624188423D-08 0.940000000000D+02
+    0.468018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 12  0  0.0-0.272025354207D-04 0.250111042988D-11 0.000000000000D+00
+    0.180000000000D+02 0.333437500000D+02 0.419374623917D-08 0.622567858850D-01
+    0.174157321453D-05 0.733425212093D-02 0.661611557007D-05 0.515371636581D+04
+    0.475200000000D+06-0.260770320892D-07 0.188527366741D+01-0.106170773506D-06
+    0.977008629405D+00 0.263750000000D+03-0.104929718876D+01-0.812105227510D-08
+    0.147506146186D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.180000000000D+02
+    0.468000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 12  0  0.0-0.287070870400D-04-0.864019966684D-11 0.000000000000D+00
+    0.890000000000D+02-0.265625000000D+01 0.500878005738D-08 0.850998018455D+00
+   -0.312924385071D-06 0.126245106803D-01 0.579655170441D-05 0.515369652748D+04
+    0.475200000000D+06 0.521540641785D-07-0.126671876255D+00-0.251457095146D-06
+    0.958953020905D+00 0.270406250000D+03-0.968291284899D+00-0.841570813037D-08
+   -0.179293177527D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.890000000000D+02
+    0.471372000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 13 59 28.0 0.159153714776D-04 0.216004991671D-11 0.000000000000D+00
+    0.360000000000D+02 0.349375000000D+02 0.428446417942D-08 0.407520687421D+00
+    0.195391476154D-05 0.171656993916D-01 0.673532485962D-05 0.515370853424D+04
+    0.482368000000D+06-0.227242708206D-06 0.185451573580D+01-0.353902578354D-07
+    0.980838301704D+00 0.264656250000D+03 0.152950847616D+01-0.829355974577D-08
+    0.689314426998D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.360000000000D+02
+    0.482040000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 13 59 28.0-0.858218409121D-04-0.363797880709D-11 0.000000000000D+00
+    0.130000000000D+02-0.568125000000D+02 0.432446567444D-08-0.122778025155D+01
+   -0.293180346489D-05 0.593529664911D-02 0.534392893314D-05 0.515378982162D+04
+    0.482368000000D+06-0.104308128357D-06 0.295694777400D+01-0.894069671631D-07
+    0.972731639183D+00 0.284281250000D+03-0.189983044253D+00-0.807176459006D-08
+   -0.126433835623D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.130000000000D+02
+    0.476190000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 13 59 28.0-0.246707350016D-05-0.136424205266D-11 0.000000000000D+00
+    0.140000000000D+02-0.503125000000D+02 0.467662337156D-08-0.138485387252D+01
+   -0.261515378952D-05 0.875964178704D-03 0.470317900181D-05 0.515601466370D+04
+    0.482368000000D+06-0.242143869400D-07 0.291345974724D+01 0.931322574616D-08
+    0.960192690371D+00 0.285187500000D+03 0.213679868944D+01-0.823248577322D-08
+   -0.187864968187D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.140000000000D+02
+    0.478440000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 13 59 44.0 0.576206017286D-03 0.511590769747D-11 0.000000000000D+00
+    0.200000000000D+01-0.609687500000D+02 0.495770650838D-08 0.267216805514D+01
+   -0.315532088280D-05 0.132606752450D-01 0.993534922600D-05 0.515372101975D+04
+    0.482384000000D+06 0.143423676491D-06-0.242888777901D+01-0.139698386192D-06
+    0.927473550299D+00 0.168000000000D+03 0.100553181614D+01-0.803890628129D-08
+   -0.567880797372D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.200000000000D+01
+    0.478698000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 13 59 44.0-0.460189767182D-04-0.909494701773D-12 0.000000000000D+00
+    0.100000000000D+01 0.181250000000D+01 0.495056335369D-08-0.181641713727D+01
+   -0.122934579849D-06 0.917893555015D-02 0.520050525665D-05 0.515352334404D+04
+    0.482384000000D+06 0.134110450745D-06-0.190152997298D+00-0.633299350738D-07
+    0.953121399343D+00 0.270343750000D+03 0.666230572663D+00-0.824641492485D-08
+   -0.150006248362D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.100000000000D+01
+    0.477630000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 13 59 44.0 0.131695065647D-03 0.272848410532D-11 0.000000000000D+00
+    0.190000000000D+02-0.283750000000D+02 0.432446584565D-08 0.381278608367D+00
+   -0.151246786118D-05 0.296123127919D-02 0.101048499346D-04 0.515371679115D+04
+    0.482384000000D+06 0.000000000000D+00-0.227533036796D+01-0.856816768646D-07
+    0.960666418355D+00 0.186656250000D+03-0.127390050389D+01-0.789211445253D-08
+   -0.582167106740D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.190000000000D+02
+    0.480990000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 13 59 44.0 0.257059466094D-03 0.341060513165D-11 0.000000000000D+00
+    0.190000000000D+02-0.481875000000D+02 0.485198781905D-08-0.126253752031D+01
+   -0.237487256527D-05 0.123883798951D-01 0.488571822643D-05 0.515371419144D+04
+    0.482384000000D+06-0.115483999252D-06 0.288535822323D+01 0.258907675743D-06
+    0.956813574897D+00 0.281562500000D+03 0.148864427196D+01-0.843285126210D-08
+   -0.205008539429D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.190000000000D+02
+    0.480840000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 14  0  0.0-0.136840157211D-03-0.397903932026D-11 0.000000000000D+00
+    0.160000000000D+02-0.554375000000D+02 0.447518640948D-08-0.198585189520D+01
+   -0.281818211079D-05 0.484074279666D-02 0.503659248352D-05 0.515479918289D+04
+    0.482400000000D+06 0.149011611938D-07 0.292491601817D+01-0.819563865662D-07
+    0.965435385002D+00 0.285437500000D+03 0.884686120854D+00-0.807569352791D-08
+   -0.168935608275D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.160000000000D+02
+    0.478110000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 14  0  0.0 0.269542913884D-03 0.318323145621D-11 0.000000000000D+00
+    0.920000000000D+02 0.440000000000D+02 0.494306304127D-08 0.276133009742D+01
+    0.245869159699D-05 0.960938027129D-02 0.753626227379D-05 0.515360405731D+04
+    0.482400000000D+06-0.217929482460D-06-0.127573243574D+01 0.242143869400D-07
+    0.939383928563D+00 0.218281250000D+03 0.309863431581D+01-0.816962601200D-08
+    0.325727853587D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.920000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 14  0  0.0 0.576196238399D-03 0.500222085975D-11 0.000000000000D+00
+    0.830000000000D+02-0.609687500000D+02 0.495770668962D-08 0.267450195954D+01
+   -0.315532088280D-05 0.132606765255D-01 0.993534922600D-05 0.515372102165D+04
+    0.482400000000D+06 0.143423676491D-06-0.242888791213D+01-0.139698386192D-06
+    0.927473531281D+00 0.168000000000D+03 0.100553155867D+01-0.803890642942D-08
+   -0.567880811819D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.830000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 14  0  0.0 0.116360373795D-03 0.807176547823D-11 0.000000000000D+00
+    0.270000000000D+02 0.421562500000D+02 0.507735434933D-08-0.437109469535D+00
+    0.249780714512D-05 0.908694032114D-02 0.746361911297D-05 0.515371029091D+04
+    0.482400000000D+06 0.745058059692D-07-0.125790871731D+01 0.894069671631D-07
+    0.938522086949D+00 0.222625000000D+03 0.613827771819D+00-0.843677999718D-08
+    0.327156484524D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.270000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 14  0  0.0-0.110515393317D-04-0.272848410532D-11 0.000000000000D+00
+    0.320000000000D+02 0.490625000000D+01 0.488341769966D-08-0.188938453597D+01
+   -0.186264514923D-07 0.181091367267D-02 0.556930899620D-05 0.515373260879D+04
+    0.482400000000D+06 0.689178705216D-07-0.215708591803D+00-0.540167093277D-07
+    0.958092503233D+00 0.270281250000D+03 0.242250852869D+00-0.827927343640D-08
+   -0.107504477993D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.320000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 14  0  0.0 0.587578862906D-03-0.136424205266D-10 0.000000000000D+00
+    0.180000000000D+02-0.416562500000D+02 0.485413087503D-08-0.139814294428D+01
+   -0.208429992199D-05 0.629404920619D-02 0.104308128357D-04 0.515366251564D+04
+    0.482400000000D+06-0.465661287308D-07-0.235798996466D+01 0.689178705216D-07
+    0.934738236171D+00 0.167281250000D+03-0.102714944437D+01-0.823998647093D-08
+    0.350014565942D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.180000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 14  0  0.0-0.153854489327D-05-0.227373675443D-12 0.000000000000D+00
+    0.100000000000D+02 0.296250000000D+02 0.441839832974D-08 0.117761364534D+01
+    0.166334211826D-05 0.370431342162D-02 0.598840415478D-05 0.515370816040D+04
+    0.482400000000D+06 0.596046447754D-07 0.188546680186D+01-0.633299350738D-07
+    0.971764991193D+00 0.265031250000D+03 0.303003818070D+01-0.813712465819D-08
+    0.678599694973D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.100000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 14  0  0.0 0.598700717092D-05 0.113686837722D-12 0.000000000000D+00
+    0.660000000000D+02 0.220312500000D+02 0.394123559685D-08 0.535764366748D+00
+    0.102445483208D-05 0.111868142849D-01 0.592134892940D-05 0.515367978478D+04
+    0.482400000000D+06 0.135973095894D-06 0.195414833042D+01 0.167638063431D-07
+    0.993176339198D+00 0.276468750000D+03 0.310397421550D+01-0.795104547867D-08
+    0.482162941165D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.372529029846D-08 0.660000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 14  0  0.0 0.159284099936D-04 0.227373675443D-11 0.000000000000D+00
+    0.900000000000D+02 0.349375000000D+02 0.428374986395D-08 0.412188178755D+00
+    0.195391476154D-05 0.171656948514D-01 0.673532485962D-05 0.515370853805D+04
+    0.482400000000D+06-0.227242708206D-06 0.185451547247D+01-0.353902578354D-07
+    0.980838338277D+00 0.264656250000D+03 0.152950821429D+01-0.829320258803D-08
+    0.685742849656D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.558793544769D-08 0.900000000000D+02
+    0.478230000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 14  0  0.0-0.460278242827D-04-0.909494701773D-12 0.000000000000D+00
+    0.790000000000D+02 0.181250000000D+01 0.495056335369D-08-0.181408351229D+01
+   -0.122934579849D-06 0.917894253507D-02 0.520050525665D-05 0.515352335358D+04
+    0.482400000000D+06 0.134110450745D-06-0.190153120184D+00-0.633299350738D-07
+    0.953121421287D+00 0.270343750000D+03 0.666230869636D+00-0.824641492485D-08
+   -0.150006248362D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.790000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 14  0  0.0-0.729304738343D-04-0.261479726760D-11 0.000000000000D+00
+    0.570000000000D+02 0.381875000000D+02 0.618204332170D-08 0.103342767873D+01
+    0.200979411602D-05 0.107430189382D-01 0.892393290997D-05 0.515375464058D+04
+    0.482400000000D+06-0.968575477600D-07-0.149624733518D+01 0.782310962677D-07
+    0.887954761143D+00 0.167937500000D+03 0.813758379594D+00-0.898251695247D-08
+    0.201079805584D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.570000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 14  0  0.0-0.978796742856D-04 0.409272615798D-11 0.000000000000D+00
+    0.800000000000D+01-0.516562500000D+02 0.443804200512D-08 0.110086376223D+01
+   -0.272691249847D-05 0.347040477209D-02 0.483542680740D-05 0.515366230583D+04
+    0.482400000000D+06 0.819563865662D-07 0.293948469560D+01 0.279396772385D-07
+    0.971525294991D+00 0.288281250000D+03-0.392243679689D+00-0.811676666734D-08
+   -0.214294640518D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.800000000000D+01
+    0.477060000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 14  0  0.0 0.302406027913D-03-0.682121026330D-12 0.000000000000D+00
+    0.530000000000D+02 0.418750000000D+01 0.380301555372D-08-0.268969916362D+01
+    0.339001417160D-06 0.448926736135D-02 0.944733619690D-05 0.515374392128D+04
+    0.482400000000D+06 0.428408384323D-07 0.904496666362D+00 0.614672899246D-07
+    0.992719073431D+00 0.215406250000D+03 0.175816590594D+01-0.761281710439D-08
+   -0.889322758148D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.530000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 14  0  0.0 0.634384341538D-04 0.409272615798D-11 0.000000000000D+00
+    0.560000000000D+02 0.918750000000D+01 0.390409119250D-08-0.278985800792D+01
+    0.519677996635D-06 0.519971991889D-02 0.977888703346D-05 0.515375937080D+04
+    0.482400000000D+06 0.149011611938D-06 0.882469305497D+00-0.111758708954D-06
+    0.985970395339D+00 0.201750000000D+03-0.214481935725D+01-0.767639118108D-08
+   -0.160363822654D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.560000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 14  0  0.0-0.246352981776D-03 0.636646291241D-11 0.000000000000D+00
+    0.570000000000D+02 0.734375000000D+01 0.468019494891D-08-0.291879351291D+01
+    0.404193997383D-06 0.251011457294D-02 0.865198671818D-05 0.515378065300D+04
+    0.482400000000D+06-0.689178705216D-07 0.817267721110D+00 0.353902578354D-07
+    0.953555125296D+00 0.210125000000D+03-0.174615724737D+00-0.802211986778D-08
+   -0.143934566881D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.570000000000D+02
+    0.476100000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 14  0  0.0-0.858213752508D-04-0.363797880709D-11 0.000000000000D+00
+    0.960000000000D+02-0.568125000000D+02 0.432410862672D-08-0.122311414121D+01
+   -0.293180346489D-05 0.593530153856D-02 0.534392893314D-05 0.515378982162D+04
+    0.482400000000D+06-0.104308128357D-06 0.295694750336D+01-0.894069671631D-07
+    0.972731633331D+00 0.284281250000D+03-0.189982001193D+00-0.807176459006D-08
+   -0.126076676876D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.960000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 14  0  0.0 0.159806571901D-03 0.193267624127D-11 0.000000000000D+00
+    0.380000000000D+02-0.402812500000D+02 0.420731810883D-08-0.232611014897D+01
+   -0.200979411602D-05 0.548691337462D-02 0.995583832264D-05 0.515362794685D+04
+    0.482400000000D+06-0.782310962677D-07-0.228360576491D+01-0.577419996262D-07
+    0.960329000689D+00 0.187718750000D+03-0.250089411221D+01-0.773210778761D-08
+    0.775032283206D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.380000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 14  0  0.0 0.783167779446D-04 0.238742359215D-11 0.000000000000D+00
+    0.520000000000D+02-0.328125000000D+01 0.542522598244D-08-0.886512123497D+00
+    0.912696123123D-07 0.116084631300D-01 0.527128577232D-05 0.515369941902D+04
+    0.482400000000D+06 0.117346644402D-06-0.190738078218D+00 0.197440385819D-06
+    0.937084091142D+00 0.263906250000D+03-0.232629886540D+01-0.859142929609D-08
+   -0.133934150323D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.520000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 14  0  0.0-0.466089695692D-04-0.295585778076D-11 0.000000000000D+00
+    0.590000000000D+02-0.323437500000D+02 0.432732294442D-08-0.301840857446D+01
+   -0.155158340931D-05 0.662543578073D-02 0.109132379293D-04 0.515375943947D+04
+    0.482400000000D+06-0.391155481338D-07-0.222867639483D+01 0.000000000000D+00
+    0.957902440916D+00 0.166843750000D+03-0.133119460937D+00-0.784925546782D-08
+    0.382158783785D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.590000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 14  0  0.0 0.538788735867D-04-0.454747350886D-12 0.000000000000D+00
+    0.570000000000D+02 0.571875000000D+01 0.546237055588D-08-0.682021259209D+00
+    0.327825546265D-06 0.416432367638D-02 0.556185841560D-05 0.515357840919D+04
+    0.482400000000D+06-0.558793544769D-07-0.244669199820D+00 0.484287738800D-07
+    0.936960506749D+00 0.265468750000D+03 0.132360871350D+01-0.862357385500D-08
+   -0.107147318795D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.570000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 14  0  0.0-0.711334869266D-04-0.261479726760D-11 0.000000000000D+00
+    0.240000000000D+02 0.517500000000D+02 0.531057834976D-08 0.223760533873D+00
+    0.284425914288D-05 0.167184205493D-01 0.730901956558D-05 0.515365772247D+04
+    0.482400000000D+06 0.465661287308D-07-0.124737644153D+01 0.394880771637D-06
+    0.932090932300D+00 0.226375000000D+03-0.246561793178D+01-0.862571643857D-08
+    0.325370695853D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.240000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 14  0  0.0 0.168403610587D-03-0.682121026330D-12 0.000000000000D+00
+    0.630000000000D+02-0.393750000000D+01 0.540236788745D-08-0.180660676913D+01
+   -0.121071934700D-06 0.542788556777D-02 0.518560409546D-05 0.515371249008D+04
+    0.482400000000D+06 0.521540641785D-07-0.185905718942D+00 0.558793544769D-07
+    0.934769463620D+00 0.262000000000D+03-0.194589612803D+01-0.847749597888D-08
+   -0.996470078407D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.176951289177D-07 0.630000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 14  0  0.0 0.364672392607D-03-0.159161572810D-11 0.000000000000D+00
+    0.680000000000D+02 0.000000000000D+00 0.434375246883D-08 0.275621914295D+01
+    0.113621354103D-06 0.683849269990D-02 0.935234129429D-05 0.515367906570D+04
+    0.482400000000D+06-0.135973095894D-06 0.842887417758D+00 0.372529029846D-07
+    0.967797051192D+00 0.205593750000D+03 0.303690411753D+01-0.787961429438D-08
+   -0.147506146186D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.680000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 14  0  0.0 0.301041640341D-03 0.318323145621D-11 0.000000000000D+00
+    0.910000000000D+02 0.546875000000D+02 0.479662837025D-08-0.261584979795D+01
+    0.299140810967D-05 0.567184144165D-02 0.758655369282D-05 0.515483878517D+04
+    0.482400000000D+06-0.372529029846D-07-0.120823492285D+01 0.707805156708D-07
+    0.948703948505D+00 0.226187500000D+03-0.464252457430D+00-0.814533928608D-08
+    0.399302346831D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.910000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 14  0  0.0-0.247033312917D-05-0.136424205266D-11 0.000000000000D+00
+    0.101000000000D+03-0.503125000000D+02 0.467626621383D-08-0.138019285606D+01
+   -0.261515378952D-05 0.875957659446D-03 0.470317900181D-05 0.515601462174D+04
+    0.482400000000D+06-0.242143869400D-07 0.291345945319D+01 0.931322574616D-08
+    0.960192703537D+00 0.285187500000D+03 0.213679905517D+01-0.823248577322D-08
+   -0.187507810453D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.101000000000D+03
+    0.476640000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 14  0  0.0-0.750217586756D-04-0.591171556152D-11 0.000000000000D+00
+    0.750000000000D+02 0.734375000000D+01 0.377515725045D-08 0.211040927113D+01
+    0.502914190292D-07 0.193555234000D-01 0.910833477974D-05 0.515238137627D+04
+    0.482400000000D+06-0.409781932831D-07 0.900908406268D+00-0.396743416786D-06
+    0.990439830972D+00 0.219593750000D+03 0.110281231352D+01-0.745852496322D-08
+   -0.103575742917D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.750000000000D+02
+    0.475440000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 14  0  0.0 0.166422687471D-03 0.352429196937D-11 0.000000000000D+00
+    0.500000000000D+02 0.436875000000D+02 0.414231540121D-08-0.274795056027D+01
+    0.237300992012D-05 0.215116515756D-01 0.608898699284D-05 0.515361490059D+04
+    0.482400000000D+06 0.201165676117D-06 0.182941972578D+01 0.262632966042D-06
+    0.978490932612D+00 0.267000000000D+03-0.140300618429D+01-0.762103173228D-08
+    0.235009789101D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.500000000000D+02
+    0.481830000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 14  0  0.0-0.118087045848D-04 0.113686837722D-11 0.000000000000D+00
+    0.370000000000D+02-0.483437500000D+02 0.431517974456D-08-0.168653484340D+01
+   -0.247731804848D-05 0.160073306179D-01 0.512972474098D-05 0.515367331314D+04
+    0.482400000000D+06 0.407919287682D-06 0.296461568837D+01 0.987201929092D-07
+    0.970979010659D+00 0.284906250000D+03-0.195204880598D+01-0.792247285994D-08
+   -0.188579283655D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.370000000000D+02
+    0.475200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 14  0  0.0 0.257060863078D-03 0.341060513165D-11 0.000000000000D+00
+    0.950000000000D+02-0.481875000000D+02 0.485163066132D-08-0.126020292835D+01
+   -0.237487256527D-05 0.123883843189D-01 0.488571822643D-05 0.515371417236D+04
+    0.482400000000D+06-0.115483999252D-06 0.288535807987D+01 0.258907675743D-06
+    0.956813567583D+00 0.281562500000D+03 0.148864352149D+01-0.843285126210D-08
+   -0.204651381694D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.791624188423D-08 0.950000000000D+02
+    0.478950000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 14  0  0.0-0.271848402917D-04 0.250111042988D-11 0.000000000000D+00
+    0.190000000000D+02 0.381250000000D+02 0.426124892669D-08 0.111243071901D+01
+    0.172108411789D-05 0.733369146474D-02 0.636838376522D-05 0.515371531677D+04
+    0.482400000000D+06 0.875443220139D-07 0.188521523115D+01-0.143423676491D-06
+    0.977009979679D+00 0.263531250000D+03-0.104931774276D+01-0.804926385558D-08
+    0.149291932894D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.190000000000D+02
+    0.479598000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 14  0  0.0-0.287690199912D-04-0.864019966684D-11 0.000000000000D+00
+    0.920000000000D+02-0.259375000000D+01 0.485948792317D-08 0.190116369487D+01
+   -0.257045030594D-06 0.126245546853D-01 0.564754009247D-05 0.515369664764D+04
+    0.482400000000D+06 0.197440385819D-06-0.126730438329D+00 0.614672899246D-07
+    0.958952656639D+00 0.270875000000D+03-0.968287588105D+00-0.810533773432D-08
+   -0.278940204268D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.920000000000D+02
+    0.475218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 15 59 28.0 0.159312039614D-04 0.216004991671D-11 0.000000000000D+00
+    0.370000000000D+02 0.261875000000D+02 0.420981821297D-08 0.145763086365D+01
+    0.977888703346D-06 0.171665789094D-01 0.662915408611D-05 0.515371077347D+04
+    0.489568000000D+06-0.137835741043D-06 0.185445575030D+01-0.445172190666D-06
+    0.980840453656D+00 0.263156250000D+03 0.152955571524D+01-0.796961768085D-08
+    0.208222959036D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.370000000000D+02
+    0.483480000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 15 59 28.0-0.858483836055D-04-0.363797880709D-11 0.000000000000D+00
+    0.140000000000D+02-0.535937500000D+02 0.443411327004D-08-0.177721303789D+00
+   -0.291690230370D-05 0.593493552878D-02 0.529177486896D-05 0.515378892708D+04
+    0.489568000000D+06 0.782310962677D-07 0.295689000629D+01-0.428408384323D-07
+    0.972729883681D+00 0.284937500000D+03-0.189933269929D+00-0.817962642856D-08
+   -0.251439044874D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.140000000000D+02
+    0.489450000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 15 59 28.0-0.247685238719D-05-0.136424205266D-11 0.000000000000D+00
+    0.150000000000D+02-0.449687500000D+02 0.468948104999D-08-0.335217267739D+00
+   -0.230036675930D-05 0.876440783031D-03 0.502169132233D-05 0.515601636505D+04
+    0.489568000000D+06 0.204890966415D-07 0.291340015673D+01 0.223517417908D-07
+    0.960191443965D+00 0.281093750000D+03 0.213591385222D+01-0.825177229087D-08
+   -0.149649090628D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.150000000000D+02
+    0.484380000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 15 59 28.0 0.364658888429D-03-0.159161572810D-11 0.000000000000D+00
+    0.800000000000D+01 0.281250000000D+01 0.434589519926D-08-0.248144801617D+01
+    0.171363353729D-06 0.683973706327D-02 0.992789864540D-05 0.515367677307D+04
+    0.489568000000D+06-0.121071934700D-06 0.842830959361D+00-0.651925802231D-07
+    0.967796119313D+00 0.196531250000D+03 0.303689597054D+01-0.787318477080D-08
+   -0.122862262031D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.800000000000D+01
+    0.482916000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 15 59 28.0-0.247685238719D-05-0.136424205266D-11 0.000000000000D+00
+    0.150000000000D+02-0.449687500000D+02 0.468948104999D-08-0.335217267739D+00
+   -0.230036675930D-05 0.876440783031D-03 0.502169132233D-05 0.515601636505D+04
+    0.489568000000D+06 0.204890966415D-07 0.291340015673D+01 0.223517417908D-07
+    0.960191443965D+00 0.281093750000D+03 0.213591385222D+01-0.825177229087D-08
+   -0.149649090628D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.150000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 15 59 28.0-0.288300216198D-04-0.864019966684D-11 0.000000000000D+00
+    0.560000000000D+02-0.203125000000D+01 0.474269734596D-08 0.294664518659D+01
+   -0.255182385445D-06 0.126242764527D-01 0.541470944881D-05 0.515369731522D+04
+    0.489568000000D+06 0.113621354103D-06-0.126789080863D+00 0.245869159698D-06
+    0.958950904063D+00 0.268125000000D+03-0.968267373503D+00-0.808212252679D-08
+   -0.158935198335D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.560000000000D+02
+    0.487218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 15 59 44.0 0.576242338866D-03 0.511590769747D-11 0.000000000000D+00
+    0.400000000000D+01-0.545937500000D+02 0.491841900541D-08-0.256088546119D+01
+   -0.284425914288D-05 0.132600895595D-01 0.980682671070D-05 0.515372204781D+04
+    0.489584000000D+06 0.121071934700D-06-0.242894537702D+01-0.707805156708D-07
+    0.927473121664D+00 0.169937500000D+03 0.100555419293D+01-0.800997668193D-08
+   -0.657170221019D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.400000000000D+01
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 15 59 44.0-0.460254959762D-04-0.909494701773D-12 0.000000000000D+00
+    0.600000000000D+01 0.503125000000D+01 0.494663461862D-08-0.766187778568D+00
+    0.486150383949D-06 0.917892716825D-02 0.529363751411D-05 0.515352255058D+04
+    0.489584000000D+06 0.132247805595D-06-0.190212236703D+00 0.141561031342D-06
+    0.953120388467D+00 0.271031250000D+03 0.666277077366D+00-0.841570769086D-08
+   -0.957182727646D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.600000000000D+01
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 15 59 44.0 0.168398488313D-03-0.682121026330D-12 0.000000000000D+00
+    0.400000000000D+01-0.253125000000D+01 0.537736684606D-08-0.758691498135D+00
+    0.186264514923D-08 0.542817183305D-02 0.526383519173D-05 0.515371348381D+04
+    0.489584000000D+06-0.502914190292D-07-0.185966959619D+00 0.745058059692D-07
+    0.934768252324D+00 0.266031250000D+03-0.194598175994D+01-0.858357182593D-08
+   -0.104647216119D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.400000000000D+01
+    0.483558000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 15 59 44.0 0.257083680481D-03 0.341060513165D-11 0.000000000000D+00
+    0.230000000000D+02-0.403750000000D+02 0.489091801208D-08-0.212322979510D+00
+   -0.200420618057D-05 0.123892213451D-01 0.492110848427D-05 0.515371627808D+04
+    0.489584000000D+06-0.117346644402D-06 0.288529628621D+01 0.726431608200D-07
+    0.956811894004D+00 0.281375000000D+03 0.148858824805D+01-0.857392856711D-08
+   -0.133219834855D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.230000000000D+02
+    0.487440000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 16  0  0.0-0.136869028211D-03-0.397903932026D-11 0.000000000000D+00
+    0.660000000000D+02-0.515000000000D+02 0.461697802995D-08-0.936480201485D+00
+   -0.275112688541D-05 0.484068191145D-02 0.501796603203D-05 0.515479806137D+04
+    0.489600000000D+06 0.447034835815D-07 0.292485793740D+01 0.894069671631D-07
+    0.965433288640D+00 0.283843750000D+03 0.884807787362D+00-0.822355682986D-08
+   -0.248224625266D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.660000000000D+02
+    0.489168000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 16  0  0.0 0.269565731287D-03 0.318323145621D-11 0.000000000000D+00
+    0.103000000000D+03 0.420625000000D+02 0.487520307178D-08-0.247164754467D+01
+    0.228732824326D-05 0.961053126957D-02 0.828132033348D-05 0.515360187912D+04
+    0.489600000000D+06-0.162050127983D-06-0.127579112802D+01-0.875443220139D-07
+    0.939386506224D+00 0.210156250000D+03 0.309865357367D+01-0.813926760460D-08
+    0.351800368183D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.103000000000D+03
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 16  0  0.0 0.116418581456D-03 0.807176547823D-11 0.000000000000D+00
+    0.280000000000D+02 0.444375000000D+02 0.498663628485D-08 0.613006164842D+00
+    0.247173011303D-05 0.908710341901D-02 0.783428549767D-05 0.515371068573D+04
+    0.489600000000D+06-0.726431608200D-07-0.125796877741D+01 0.150874257088D-06
+    0.938524481746D+00 0.216843750000D+03 0.613874501811D+00-0.835713382245D-08
+    0.243224416987D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.280000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 16  0  0.0-0.110715627670D-04-0.272848410532D-11 0.000000000000D+00
+    0.330000000000D+02 0.715625000000D+01 0.478305637635D-08-0.839419033561D+00
+    0.417232513428D-06 0.181080983020D-02 0.524893403053D-05 0.515373196030D+04
+    0.489600000000D+06 0.260770320892D-07-0.215768371024D+00 0.186264514923D-08
+    0.958091995600D+00 0.271375000000D+03 0.242432782824D+00-0.826605860023D-08
+   -0.610739725475D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.330000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 16  0  0.0 0.587480608374D-03-0.136424205266D-10 0.000000000000D+00
+    0.310000000000D+02-0.426875000000D+02 0.485805928818D-08-0.348062383361D+00
+   -0.220350921154D-05 0.629299832508D-02 0.992789864540D-05 0.515366022492D+04
+    0.489600000000D+06-0.160187482834D-06-0.235804836435D+01-0.987201929092D-07
+    0.934738177654D+00 0.177343750000D+03-0.102704012197D+01-0.819926970763D-08
+   -0.117147735956D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.310000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 16  0  0.0-0.153994187713D-05-0.227373675443D-12 0.000000000000D+00
+    0.110000000000D+02 0.340625000000D+02 0.447054335893D-08 0.222751855661D+01
+    0.189617276192D-05 0.370450492483D-02 0.667758285999D-05 0.515370986939D+04
+    0.489600000000D+06 0.130385160446D-07 0.188540728888D+01 0.150874257088D-06
+    0.971766117639D+00 0.258312500000D+03 0.303029221204D+01-0.812390982202D-08
+    0.248224625266D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.110000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 16  0  0.0 0.598793849349D-05 0.113686837722D-12 0.000000000000D+00
+    0.670000000000D+02 0.303125000000D+02 0.400552398901D-08 0.158580937437D+01
+    0.187382102013D-05 0.111873939168D-01 0.653788447380D-05 0.515368269157D+04
+    0.489600000000D+06 0.147148966789D-06 0.195409117860D+01 0.132247805595D-06
+    0.993176694687D+00 0.269000000000D+03 0.310410179512D+01-0.793104464556D-08
+    0.735744932444D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.670000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 16  0  0.0-0.729491002858D-04-0.261479726760D-11 0.000000000000D+00
+    0.620000000000D+02 0.459062500000D+02 0.610846884186D-08 0.208367308565D+01
+    0.232085585594D-05 0.107433020603D-01 0.912137329578D-05 0.515375259399D+04
+    0.489600000000D+06-0.167638063431D-06-0.149631233701D+01-0.169500708580D-06
+    0.887957261270D+00 0.163281250000D+03 0.813656997908D+00-0.878215189459D-08
+    0.316441761683D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.620000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 16  0  0.0-0.978508032858D-04 0.409272615798D-11 0.000000000000D+00
+    0.360000000000D+02-0.460000000000D+02 0.444589947527D-08 0.215076445005D+01
+   -0.231899321079D-05 0.347045820672D-02 0.520236790180D-05 0.515366417503D+04
+    0.489600000000D+06 0.521540641785D-07 0.293942631346D+01 0.838190317154D-07
+    0.971523735520D+00 0.283812500000D+03-0.391957764054D+00-0.810248035797D-08
+   -0.203937066226D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.360000000000D+02
+    0.485070000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 16  0  0.0 0.302401371300D-03-0.682121026330D-12 0.000000000000D+00
+    0.550000000000D+02 0.768750000000D+01 0.382230203044D-08-0.163977604195D+01
+    0.575557351112D-06 0.448968564160D-02 0.992044806480D-05 0.515374201775D+04
+    0.489600000000D+06-0.204890966415D-07 0.904441827415D+00 0.800937414169D-07
+    0.992718287844D+00 0.208406250000D+03 0.175837599999D+01-0.764960450539D-08
+   -0.889322782083D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.550000000000D+02
+    0.484518000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 16  0  0.0 0.634682364762D-04 0.409272615798D-11 0.000000000000D+00
+    0.820000000000D+02 0.133750000000D+02 0.396373653411D-08-0.173997979929D+01
+    0.728294253349D-06 0.520117231645D-02 0.914558768272D-05 0.515375577164D+04
+    0.489600000000D+06 0.782310962677D-07 0.882413499561D+00 0.502914190292D-07
+    0.985969880392D+00 0.215593750000D+03-0.214457140873D+01-0.765424740156D-08
+   -0.346443002170D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.820000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 16  0  0.0-0.246307346970D-03 0.636646291241D-11 0.000000000000D+00
+    0.640000000000D+02 0.312500000000D-01 0.471555356459D-08-0.186898899293D+01
+   -0.160187482834D-06 0.251057231799D-02 0.867061316967D-05 0.515377901840D+04
+    0.489600000000D+06-0.372529029846D-07 0.817209185368D+00-0.894069671631D-07
+    0.953553880352D+00 0.211125000000D+03-0.174303024535D+00-0.812498129523D-08
+   -0.864321716755D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.640000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 16  0  0.0 0.159821007401D-03 0.193267624127D-11 0.000000000000D+00
+    0.390000000000D+02-0.428125000000D+02 0.431160816722D-08-0.127580726985D+01
+   -0.225938856602D-05 0.548674515448D-02 0.102389603853D-04 0.515362898254D+04
+    0.489600000000D+06 0.221654772759D-06-0.228366054242D+01-0.108033418655D-06
+    0.960328460872D+00 0.184562500000D+03-0.250099114610D+01-0.786711341114D-08
+   -0.142863093678D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.390000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 16  0  0.0 0.783335417509D-04 0.238742359215D-11 0.000000000000D+00
+    0.770000000000D+02 0.434375000000D+01 0.535093717373D-08 0.163688207985D+00
+    0.229105353355D-06 0.116096459096D-01 0.528432428837D-05 0.515370178223D+04
+    0.489600000000D+06-0.353902578354D-07-0.190800465822D+00 0.171363353729D-06
+    0.937082805237D+00 0.268062500000D+03-0.232632821739D+01-0.867107547081D-08
+   -0.140362989539D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.770000000000D+02
+    0.485100000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 16  0  0.0-0.466299243271D-04-0.295585778076D-11 0.000000000000D+00
+    0.600000000000D+02-0.272187500000D+02 0.426767776673D-08-0.196820865113D+01
+   -0.143982470036D-05 0.662503961939D-02 0.109933316708D-04 0.515376055718D+04
+    0.489600000000D+06-0.465661287308D-07-0.222873292929D+01-0.558793544769D-08
+    0.957902705704D+00 0.167375000000D+03-0.133192636099D+00-0.785211273779D-08
+    0.375015608844D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.600000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 16  0  0.0 0.538751482964D-04-0.454747350886D-12 0.000000000000D+00
+    0.580000000000D+02 0.296875000000D+01 0.536629496395D-08 0.368196693122D+00
+   -0.137835741043D-06 0.416389480233D-02 0.514462590218D-05 0.515357756996D+04
+    0.489600000000D+06-0.465661287308D-07-0.244731367987D+00 0.130385160446D-07
+    0.936959743106D+00 0.267093750000D+03 0.132363672399D+01-0.863357385583D-08
+   -0.109290264339D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.580000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 16  0  0.0-0.711525790393D-04-0.261479726760D-11 0.000000000000D+00
+    0.430000000000D+02 0.495312500000D+02 0.520664544911D-08 0.127388244709D+01
+    0.270083546638D-05 0.167192369700D-01 0.786408782005D-05 0.515366050148D+04
+    0.489600000000D+06-0.244006514549D-06-0.124743663475D+01 0.134110450745D-06
+    0.932092219668D+00 0.215500000000D+03-0.246554522767D+01-0.852678374620D-08
+    0.492877673191D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.430000000000D+02
+    0.487410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 16  0  0.0 0.168398022652D-03-0.682121026330D-12 0.000000000000D+00
+    0.640000000000D+02-0.253125000000D+01 0.537808116152D-08-0.756358341292D+00
+    0.186264514923D-08 0.542816927191D-02 0.526383519173D-05 0.515371348381D+04
+    0.489600000000D+06-0.521540641785D-07-0.185967069338D+00 0.745058059692D-07
+    0.934768252324D+00 0.266031250000D+03-0.194598125231D+01-0.858392898367D-08
+   -0.104647216119D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.176951289177D-07 0.640000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 16  0  0.0 0.364661216736D-03-0.159161572810D-11 0.000000000000D+00
+    0.690000000000D+02 0.281250000000D+01 0.434589519926D-08-0.247678079255D+01
+    0.171363353729D-06 0.683973939158D-02 0.992789864540D-05 0.515367677307D+04
+    0.489600000000D+06-0.121071934700D-06 0.842830707739D+00-0.651925802231D-07
+    0.967796107610D+00 0.196531250000D+03 0.303689616804D+01-0.787318477080D-08
+   -0.123219420778D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.200234353542D-07 0.690000000000D+02
+    0.482742000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 16  0  0.0 0.301063992083D-03 0.318323145621D-11 0.000000000000D+00
+    0.960000000000D+02 0.510312500000D+02 0.475626954629D-08-0.156644737124D+01
+    0.263750553131D-05 0.567167578265D-02 0.753253698349D-05 0.515483830643D+04
+    0.489600000000D+06-0.968575477600D-07-0.120829362829D+01 0.558793544769D-07
+    0.948706774862D+00 0.230125000000D+03-0.464184342501D+00-0.815355391396D-08
+    0.386801826134D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.960000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 16  0  0.0-0.750645995140D-04-0.591171556152D-11 0.000000000000D+00
+    0.102000000000D+03 0.312500000000D+01 0.379801534544D-08-0.312180116698D+01
+   -0.540167093277D-07 0.193560388870D-01 0.897236168385D-05 0.515238040161D+04
+    0.489600000000D+06 0.160187482834D-06 0.900855110700D+00-0.307336449623D-06
+    0.990439304321D+00 0.219625000000D+03 0.110280359599D+01-0.740637993402D-08
+   -0.739316509786D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.102000000000D+03
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 16  0  0.0 0.166448298842D-03 0.352429196937D-11 0.000000000000D+00
+    0.530000000000D+02 0.407500000000D+02 0.416517349620D-08-0.169774312486D+01
+    0.255368649960D-05 0.215113635641D-01 0.657700002193D-05 0.515361501885D+04
+    0.489600000000D+06-0.316649675369D-07 0.182936485904D+01 0.528991222382D-06
+    0.978491544112D+00 0.263343750000D+03-0.140300024192D+01-0.785675583685D-08
+    0.185722021782D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.530000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 16  0  0.0-0.118003226817D-04 0.113686837722D-11 0.000000000000D+00
+    0.380000000000D+02-0.452500000000D+02 0.461126350621D-08-0.636369910150D+00
+   -0.231713056564D-05 0.160074208397D-01 0.527501106262D-05 0.515367289734D+04
+    0.489600000000D+06-0.135973095894D-06 0.296455665670D+01 0.208616256714D-06
+    0.970975030059D+00 0.283750000000D+03-0.195203266707D+01-0.847749597888D-08
+   -0.208580116771D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.380000000000D+02
+    0.486180000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 16  0  0.0 0.131714623421D-03 0.272848410532D-11 0.000000000000D+00
+    0.480000000000D+02-0.325937500000D+02 0.434232373236D-08 0.143347010448D+01
+   -0.183098018169D-05 0.296181952581D-02 0.964477658272D-05 0.515371877289D+04
+    0.489600000000D+06 0.502914190292D-07-0.227538733106D+01-0.372529029846D-07
+    0.960665866835D+00 0.193031250000D+03-0.127360563812D+01-0.790318634229D-08
+   -0.782175437889D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.480000000000D+02
+    0.482400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 16  0  0.0-0.271671451628D-04 0.250111042988D-11 0.000000000000D+00
+    0.390000000000D+02 0.381250000000D+02 0.430553648573D-08 0.216256406786D+01
+    0.214390456677D-05 0.733384187333D-02 0.606104731560D-05 0.515371557808D+04
+    0.489600000000D+06 0.115483999252D-06 0.188515817881D+01 0.372529029846D-08
+    0.977011313860D+00 0.266156250000D+03-0.104929786902D+01-0.793247327649D-08
+    0.100361323309D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.390000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 16  0  0.0-0.288309529424D-04-0.864019966684D-11 0.000000000000D+00
+    0.930000000000D+02-0.203125000000D+01 0.474341188550D-08 0.295131295442D+01
+   -0.255182385445D-06 0.126242772676D-01 0.541470944881D-05 0.515369732475D+04
+    0.489600000000D+06 0.113621354103D-06-0.126789317855D+00 0.245869159698D-06
+    0.958950917229D+00 0.268125000000D+03-0.968267775805D+00-0.808247957451D-08
+   -0.158935198335D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.325962901115D-08 0.930000000000D+02
+    0.482418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 17 59 28.0-0.288919545710D-04-0.864019966684D-11 0.000000000000D+00
+    0.570000000000D+02 0.000000000000D+00 0.460197740512D-08-0.228637969751D+01
+    0.348314642906D-06 0.126245750580D-01 0.561587512493D-05 0.515369671822D+04
+    0.496768000000D+06-0.372529029846D-07-0.126847316706D+00 0.234693288803D-06
+    0.958950165289D+00 0.267593750000D+03-0.968259912620D+00-0.805069248651D-08
+   -0.101075638777D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.570000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 17 59 44.0 0.634980387986D-04 0.409272615798D-11 0.000000000000D+00
+    0.200000000000D+02 0.631250000000D+01 0.393194949577D-08-0.691826036074D+00
+    0.430271029472D-06 0.520180060994D-02 0.870041549206D-05 0.515375950050D+04
+    0.496784000000D+06-0.540167093277D-07 0.882358271478D+00 0.111758708954D-06
+    0.985968974845D+00 0.227906250000D+03-0.214493343414D+01-0.778889586735D-08
+   -0.510735559900D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.200000000000D+02
+    0.492270000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 17 59 44.0 0.168393366039D-03-0.682121026330D-12 0.000000000000D+00
+    0.500000000000D+01 0.565625000000D+01 0.528986320118D-08 0.291534863049D+00
+    0.214204192162D-06 0.542930222582D-02 0.528804957867D-05 0.515371573830D+04
+    0.496784000000D+06-0.782310962677D-07-0.186028763519D+00 0.298023223877D-07
+    0.934767479903D+00 0.264281250000D+03-0.194604647358D+01-0.858714340328D-08
+   -0.120719314158D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.500000000000D+01
+    0.496410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 18  0  0.0-0.136897433549D-03-0.397903932026D-11 0.000000000000D+00
+    0.670000000000D+02-0.451875000000D+02 0.472662545435D-08 0.113060228132D+00
+   -0.216998159885D-05 0.484154233709D-02 0.473856925964D-05 0.515479972839D+04
+    0.496800000000D+06 0.186264514923D-08 0.292479803968D+01-0.111758708954D-07
+    0.965431209834D+00 0.285750000000D+03 0.884762194057D+00-0.832498962638D-08
+   -0.212866009581D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.670000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 18  0  0.0 0.269588548690D-03 0.318323145621D-11 0.000000000000D+00
+    0.104000000000D+03 0.418750000000D+02 0.489056085435D-08-0.142142427902D+01
+    0.217370688915D-05 0.961055024527D-02 0.827573239803D-05 0.515360178566D+04
+    0.496800000000D+06-0.689178705216D-07-0.127585028989D+01-0.184401869774D-06
+    0.939389152643D+00 0.210281250000D+03 0.309865792585D+01-0.819498421113D-08
+    0.383944564261D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.104000000000D+03
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 18  0  0.0 0.576279126108D-03 0.511590769747D-11 0.000000000000D+00
+    0.600000000000D+01-0.385937500000D+02 0.510735559900D-08-0.150858114045D+01
+   -0.203028321266D-05 0.132617129711D-01 0.908039510250D-05 0.515371656227D+04
+    0.496800000000D+06 0.355765223503D-06-0.242900254054D+01 0.875443220139D-07
+    0.927471806501D+00 0.184687500000D+03 0.100573980652D+01-0.817284043161D-08
+   -0.214294640518D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.600000000000D+01
+    0.496350000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 18  0  0.0 0.116476789117D-03 0.807176547823D-11 0.000000000000D+00
+    0.290000000000D+02 0.488125000000D+02 0.501520890358D-08 0.166312153151D+01
+    0.255927443504D-05 0.908777595032D-02 0.835582613945D-05 0.515371193123D+04
+    0.496800000000D+06-0.968575477600D-07-0.125802856541D+01 0.279396772385D-07
+    0.938525833482D+00 0.210000000000D+03 0.613919692814D+00-0.834927635230D-08
+    0.167506977338D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.290000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 18  0  0.0-0.110911205411D-04-0.272848410532D-11 0.000000000000D+00
+    0.340000000000D+02 0.750000000000D+01 0.471769651100D-08 0.210722674405D+00
+    0.502914190292D-06 0.181087362580D-02 0.548735260963D-05 0.515373206711D+04
+    0.496800000000D+06 0.223517417908D-07-0.215827907402D+00 0.204890966415D-07
+    0.958091509911D+00 0.271875000000D+03 0.242438011293D+00-0.827248743945D-08
+   -0.657170230921D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.340000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 18  0  0.0 0.587382353842D-03-0.136424205266D-10 0.000000000000D+00
+    0.320000000000D+02-0.429687500000D+02 0.498092176110D-08 0.702061803235D+00
+   -0.249966979027D-05 0.629282696173D-02 0.956654548645D-05 0.515366003799D+04
+    0.496800000000D+06 0.353902578354D-07-0.235810713562D+01-0.912696123123D-07
+    0.934736534797D+00 0.184125000000D+03-0.102697202313D+01-0.828677374882D-08
+   -0.234295473633D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.320000000000D+02
+    0.496380000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 18  0  0.0-0.154133886099D-05-0.227373675443D-12 0.000000000000D+00
+    0.250000000000D+02 0.425000000000D+02 0.444768533114D-08-0.300534359541D+01
+    0.227242708206D-05 0.370550283697D-02 0.682659447193D-05 0.515370769882D+04
+    0.496800000000D+06-0.447034835815D-07 0.188534881459D+01 0.931322574616D-08
+    0.971768641173D+00 0.256187500000D+03 0.303012858612D+01-0.801247690419D-08
+    0.316441761683D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.250000000000D+02
+    0.495468000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 18  0  0.0 0.598886981606D-05 0.113686837722D-12 0.000000000000D+00
+    0.680000000000D+02 0.370312500000D+02 0.400873840862D-08 0.263602624852D+01
+    0.197626650333D-05 0.111880089389D-01 0.677630305290D-05 0.515368129730D+04
+    0.496800000000D+06-0.212341547012D-06 0.195403316658D+01 0.113621354103D-06
+    0.993178669627D+00 0.268468750000D+03 0.310405762377D+01-0.775639451354D-08
+    0.323942064916D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.680000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 18  0  0.0 0.159475021064D-04 0.216004991671D-11 0.000000000000D+00
+    0.380000000000D+02 0.258750000000D+02 0.414660129402D-08 0.251248229154D+01
+    0.121630728245D-05 0.171665976522D-01 0.652484595776D-05 0.515370994759D+04
+    0.496800000000D+06 0.169500708580D-06 0.185440013162D+01-0.210478901863D-06
+    0.980843092760D+00 0.258843750000D+03 0.152952747068D+01-0.765531887476D-08
+    0.151792037033D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.380000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 18  0  0.0-0.460320152342D-04-0.909494701773D-12 0.000000000000D+00
+    0.260000000000D+02 0.456250000000D+01 0.489806116676D-08 0.286424427916D+00
+    0.279396772385D-06 0.917888712138D-02 0.548548996448D-05 0.515352248573D+04
+    0.496800000000D+06-0.372529029846D-08-0.190273158464D+00 0.176951289177D-06
+    0.953119506327D+00 0.271187500000D+03 0.666275043910D+00-0.844535178280D-08
+   -0.121076471893D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.260000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 18  0  0.0-0.729681923985D-04-0.261479726760D-11 0.000000000000D+00
+    0.630000000000D+02 0.508750000000D+02 0.591167470532D-08 0.313376738336D+01
+    0.254809856415D-05 0.107423457084D-01 0.880286097527D-05 0.515375458908D+04
+    0.496800000000D+06 0.502914190292D-07-0.149637416579D+01-0.428408384323D-07
+    0.887960467986D+00 0.169875000000D+03 0.813705227392D+00-0.853321235894D-08
+    0.280011652754D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.630000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 18  0  0.0-0.978219322860D-04 0.397903932026D-11 0.000000000000D+00
+    0.370000000000D+02-0.414687500000D+02 0.447411493627D-08-0.308218030856D+01
+   -0.225938856602D-05 0.347105076071D-02 0.526383519173D-05 0.515366301918D+04
+    0.496800000000D+06-0.540167093277D-07 0.293936780552D+01 0.577419996262D-07
+    0.971522740736D+00 0.282968750000D+03-0.392011573107D+00-0.804462080503D-08
+   -0.136434254463D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.370000000000D+02
+    0.490290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 18  0  0.0 0.302397180349D-03-0.682121026330D-12 0.000000000000D+00
+    0.560000000000D+02 0.787500000000D+01 0.376444253547D-08-0.589642966665D+00
+    0.176951289177D-06 0.448968587443D-02 0.100024044514D-04 0.515374199486D+04
+    0.496800000000D+06-0.149011611938D-07 0.904386112180D+00-0.149011611938D-07
+    0.992717489091D+00 0.208437500000D+03 0.175837707670D+01-0.772925012882D-08
+   -0.471448192985D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.560000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 18  0  0.0 0.634975731373D-04 0.409272615798D-11 0.000000000000D+00
+    0.830000000000D+02 0.631250000000D+01 0.393194949577D-08-0.689492743180D+00
+    0.430271029472D-06 0.520179059822D-02 0.870041549206D-05 0.515375951195D+04
+    0.496800000000D+06-0.540167093277D-07 0.882358114946D+00 0.111758708954D-06
+    0.985968961679D+00 0.227906250000D+03-0.214493316642D+01-0.778889586735D-08
+   -0.510735559900D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.830000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 18  0  0.0-0.246261712164D-03 0.636646291241D-11 0.000000000000D+00
+    0.660000000000D+02-0.584375000000D+01 0.463340728573D-08-0.818633324415D+00
+   -0.409781932831D-06 0.251108047087D-02 0.861473381519D-05 0.515378033257D+04
+    0.496800000000D+06 0.167638063431D-07 0.817150594037D+00-0.745058059692D-07
+    0.953553341998D+00 0.206687500000D+03-0.174540946217D+00-0.814069623553D-08
+   -0.789318592573D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.660000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 18  0  0.0-0.858744606376D-04-0.363797880709D-11 0.000000000000D+00
+    0.360000000000D+02-0.504062500000D+02 0.450983070969D-08 0.877001229318D+00
+   -0.259093940258D-05 0.593542645220D-02 0.473670661449D-05 0.515379001999D+04
+    0.496800000000D+06 0.800937414169D-07 0.295683095560D+01 0.745058059692D-08
+    0.972728119402D+00 0.288093750000D+03-0.189878714788D+00-0.815783980677D-08
+   -0.264653881039D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.360000000000D+02
+    0.490728000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 18  0  0.0 0.159834977239D-03 0.193267624127D-11 0.000000000000D+00
+    0.400000000000D+02-0.400625000000D+02 0.446447145919D-08-0.225673574290D+00
+   -0.213831663132D-05 0.548651022837D-02 0.102370977402D-04 0.515362813377D+04
+    0.496800000000D+06 0.856816768646D-07-0.228371770302D+01 0.614672899246D-07
+    0.960326423027D+00 0.181875000000D+03-0.250091720876D+01-0.805283573158D-08
+   -0.186793497336D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.400000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 18  0  0.0 0.783507712185D-04 0.238742359215D-11 0.000000000000D+00
+    0.780000000000D+02 0.709375000000D+01 0.525557605869D-08 0.121382289687D+01
+    0.322237610817D-06 0.116103484761D-01 0.533834099770D-05 0.515370331001D+04
+    0.496800000000D+06-0.135973095894D-06-0.190862459902D+00 0.109896063805D-06
+    0.937081500314D+00 0.262843750000D+03-0.232629439472D+01-0.864035990567D-08
+   -0.199651173416D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.780000000000D+02
+    0.490770000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 18  0  0.0-0.466508790851D-04-0.295585778076D-11 0.000000000000D+00
+    0.610000000000D+02-0.258125000000D+02 0.437232516859D-08-0.918493197991D+00
+   -0.139325857163D-05 0.662457069848D-02 0.100284814835D-04 0.515375532532D+04
+    0.496800000000D+06 0.186264514923D-07-0.222878874986D+01-0.184401869774D-06
+    0.957902533080D+00 0.187187500000D+03-0.132780763217D+00-0.787139953218D-08
+   -0.108575953783D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.610000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 18  0  0.0 0.538718886674D-04-0.454747350886D-12 0.000000000000D+00
+    0.710000000000D+02 0.262500000000D+01 0.524557552950D-08 0.141843198688D+01
+    0.149011611938D-06 0.416390516330D-02 0.501424074173D-05 0.515357764435D+04
+    0.496800000000D+06-0.987201929092D-07-0.244793711704D+00-0.763684511185D-07
+    0.936959283749D+00 0.267312500000D+03 0.132364698636D+01-0.856714255093D-08
+   -0.632169178116D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.710000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 18  0  0.0-0.711716711521D-04-0.261479726760D-11 0.000000000000D+00
+    0.440000000000D+02 0.433437500000D+02 0.506556814410D-08 0.232403034613D+01
+    0.208802521229D-05 0.167194305686D-01 0.793114304542D-05 0.515366178322D+04
+    0.496800000000D+06-0.247731804848D-06-0.124749831138D+01-0.286847352982D-06
+    0.932094399416D+00 0.211750000000D+03-0.246549972360D+01-0.819141263379D-08
+    0.214651798252D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.440000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 18  0  0.0 0.364647712559D-03-0.159161572810D-11 0.000000000000D+00
+    0.360000000000D+02 0.156250000000D+00 0.431553681679D-08-0.142675904240D+01
+   -0.348314642906D-06 0.683975743595D-02 0.923499464989D-05 0.515367487717D+04
+    0.496800000000D+06 0.689178705216D-07 0.842772843478D+00-0.745058059692D-07
+    0.967795443445D+00 0.205218750000D+03 0.303705268857D+01-0.796711763229D-08
+    0.100004162937D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.360000000000D+02
+    0.489618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 18  0  0.0 0.301086809486D-03 0.318323145621D-11 0.000000000000D+00
+    0.124000000000D+03 0.458750000000D+02 0.476234122777D-08-0.516983692160D+00
+    0.237300992012D-05 0.567204237450D-02 0.752881169319D-05 0.515483858299D+04
+    0.496800000000D+06-0.558793544769D-08-0.120835129506D+01-0.186264514923D-06
+    0.948708817096D+00 0.229625000000D+03-0.464177310254D+00-0.818319800590D-08
+    0.177507393895D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.124000000000D+03
+    0.496290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 18  0  0.0-0.248663127422D-05-0.136424205266D-11 0.000000000000D+00
+    0.160000000000D+02-0.395312500000D+02 0.476091259683D-08 0.718422033047D+00
+   -0.222586095333D-05 0.875704223290D-03 0.503659248352D-05 0.515601492310D+04
+    0.496800000000D+06-0.316649675369D-07 0.291334046382D+01 0.428408384323D-07
+    0.960190468198D+00 0.280593750000D+03 0.213568765729D+01-0.824891502899D-08
+   -0.130719730716D-09 0.100000000000D+01 0.159000000000D+04 0.100000000000D+01
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.160000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 18  0  0.0-0.751069746911D-04-0.591171556152D-11 0.000000000000D+00
+    0.104000000000D+03 0.137500000000D+01 0.373837000383D-08-0.207082494617D+01
+   -0.409781932831D-07 0.193559328327D-01 0.876188278198D-05 0.515238073349D+04
+    0.496800000000D+06 0.277534127235D-06 0.900800827662D+00-0.782310962677D-07
+    0.990439542777D+00 0.218343750000D+03 0.110279442642D+01-0.743566686823D-08
+    0.892894335490D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.104000000000D+03
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 18  0  0.0 0.166473444551D-03 0.352429196937D-11 0.000000000000D+00
+    0.540000000000D+02 0.263437500000D+02 0.439911181209D-08-0.647640999064D+00
+    0.136904418468D-05 0.215105725219D-01 0.745803117752D-05 0.515361006165D+04
+    0.496800000000D+06-0.273808836937D-06 0.182930450197D+01-0.186264514923D-07
+    0.978491466577D+00 0.252218750000D+03-0.140288456313D+01-0.838284917932D-08
+    0.381087302387D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.540000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 18  0  0.0-0.117924064398D-04 0.113686837722D-11 0.000000000000D+00
+    0.390000000000D+02-0.472500000000D+02 0.466840874368D-08 0.413808351750D+00
+   -0.228360295296D-05 0.160071317805D-01 0.539794564247D-05 0.515367232704D+04
+    0.496800000000D+06-0.206753611565D-06 0.296449579638D+01 0.800937414169D-07
+    0.970973439867D+00 0.284468750000D+03-0.195202858553D+01-0.847535303247D-08
+   -0.272868508926D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.390000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 18  0  0.0 0.131734646857D-03 0.272848410532D-11 0.000000000000D+00
+    0.500000000000D+02-0.378750000000D+02 0.435410993758D-08 0.248384282330D+01
+   -0.195764005184D-05 0.296213408001D-02 0.961869955063D-05 0.515371741867D+04
+    0.496800000000D+06-0.745058059692D-08-0.227544354954D+01 0.521540641785D-07
+    0.960665410405D+00 0.192625000000D+03-0.127382608525D+01-0.782211153663D-08
+   -0.135005623526D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.500000000000D+02
+    0.489600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 18  0  0.0 0.257108360529D-03 0.341060513165D-11 0.000000000000D+00
+    0.390000000000D+02-0.391562500000D+02 0.495806366611D-08 0.840175732326D+00
+   -0.214017927647D-05 0.123891914263D-01 0.521168112755D-05 0.515371616936D+04
+    0.496800000000D+06-0.199303030968D-06 0.288523445305D+01-0.931322574616D-08
+    0.956810818760D+00 0.281187500000D+03 0.148858096418D+01-0.854107005557D-08
+   -0.139291516337D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.390000000000D+02
+    0.494520000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 18  0  0.0-0.271494500339D-04 0.250111042988D-11 0.000000000000D+00
+    0.400000000000D+02 0.335000000000D+02 0.434160941689D-08-0.307047538105D+01
+    0.191479921341D-05 0.733311439399D-02 0.656768679619D-05 0.515371685791D+04
+    0.496800000000D+06 0.204890966415D-07 0.188510034673D+01 0.176951289177D-06
+    0.977012558803D+00 0.261968750000D+03-0.104928938702D+01-0.790497213096D-08
+    0.250010413937D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.400000000000D+02
+    0.496200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 19 59 44.0 0.635278411210D-04 0.409272615798D-11 0.000000000000D+00
+    0.210000000000D+02-0.250000000000D+00 0.390516266570D-08 0.358272109117D+00
+   -0.175088644028D-06 0.520089617930D-02 0.862032175064D-05 0.515375777245D+04
+    0.503984000000D+06-0.875443220139D-07 0.882301969613D+00 0.447034835815D-07
+    0.985968562302D+00 0.228718750000D+03-0.214490685292D+01-0.781496838195D-08
+   -0.532165023952D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.210000000000D+02
+    0.501120000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 20  0  0.0-0.136926304549D-03-0.397903932026D-11 0.000000000000D+00
+    0.680000000000D+02-0.425937500000D+02 0.480198573627D-08 0.116251965159D+01
+   -0.201538205147D-05 0.484202522784D-02 0.527873635292D-05 0.515480065918D+04
+    0.504000000000D+06-0.260770320892D-07 0.292473748658D+01 0.128522515297D-06
+    0.965430042425D+00 0.282562500000D+03 0.884797271906D+00-0.831856078716D-08
+   -0.946467995620D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.680000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 20  0  0.0 0.269611366093D-03 0.318323145621D-11 0.000000000000D+00
+    0.105000000000D+03 0.505000000000D+02 0.509092634715D-08-0.371307499179D+00
+    0.251829624176D-05 0.960975873750D-02 0.812299549580D-05 0.515359923172D+04
+    0.504000000000D+06 0.273808836937D-06-0.127590849501D+01-0.465661287308D-07
+    0.939390361013D+00 0.214062500000D+03 0.309876928756D+01-0.842427905212D-08
+    0.141791620112D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.105000000000D+03
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 20  0  0.0 0.576315447688D-03 0.511590769747D-11 0.000000000000D+00
+    0.160000000000D+02-0.397812500000D+02 0.535272296240D-08-0.458340676735D+00
+   -0.203400850296D-05 0.132622875972D-01 0.860914587975D-05 0.515371886063D+04
+    0.504000000000D+06-0.931322574615D-07-0.242906306585D+01 0.178813934326D-06
+    0.927468125799D+00 0.193593750000D+03 0.100565826346D+01-0.864035990567D-08
+   -0.231795369493D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.160000000000D+02
+    0.500568000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 20  0  0.0 0.116534996778D-03 0.807176547823D-11 0.000000000000D+00
+    0.300000000000D+02 0.544062500000D+02 0.498092189716D-08 0.271332433824D+01
+    0.266544520855D-05 0.908754684497D-02 0.806711614132D-05 0.515371160889D+04
+    0.504000000000D+06 0.111758708954D-07-0.125808846459D+01-0.987201929092D-07
+    0.938527884494D+00 0.212750000000D+03 0.613878739885D+00-0.818962675453D-08
+    0.207508649153D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.300000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 20  0  0.0-0.111111439765D-04-0.272848410532D-11 0.000000000000D+00
+    0.350000000000D+02 0.459375000000D+01 0.469055252320D-08 0.126108525667D+01
+    0.277534127235D-06 0.181054719724D-02 0.538304448128D-05 0.515373111153D+04
+    0.504000000000D+06-0.707805156708D-07-0.215886931757D+00 0.149011611938D-07
+    0.958090975946D+00 0.274187500000D+03 0.242221942682D+00-0.822677124947D-08
+   -0.131076888450D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.350000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 20  0  0.0 0.587284099311D-03-0.136424205266D-10 0.000000000000D+00
+    0.350000000000D+02-0.446562500000D+02 0.505806783169D-08 0.175215425329D+01
+   -0.232830643654D-05 0.629334244877D-02 0.869110226631D-05 0.515366149139D+04
+    0.504000000000D+06 0.894069671631D-07-0.235816638819D+01-0.149011611938D-07
+    0.934735130396D+00 0.190718750000D+03-0.102687249350D+01-0.820498462769D-08
+   -0.255367779950D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.350000000000D+02
+    0.500418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 20  0  0.0-0.154227018356D-05-0.227373675443D-12 0.000000000000D+00
+    0.310000000000D+02 0.356562500000D+02 0.444125625165D-08-0.195537228961D+01
+    0.172108411789D-05 0.370602053590D-02 0.689178705216D-05 0.515370611572D+04
+    0.504000000000D+06-0.223517417908D-07 0.188529083329D+01-0.428408384323D-07
+    0.971770842865D+00 0.256593750000D+03 0.303031714163D+01-0.805212074795D-08
+    0.341799949455D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.310000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 20  0  0.0 0.599026679993D-05 0.113686837722D-12 0.000000000000D+00
+    0.690000000000D+02 0.381250000000D+02 0.394409305216D-08-0.259698029205D+01
+    0.198371708393D-05 0.111880985787D-01 0.697188079357D-05 0.515368111229D+04
+    0.504000000000D+06-0.178813934326D-06 0.195397747475D+01-0.391155481338D-07
+    0.993181351155D+00 0.268093750000D+03 0.310405140930D+01-0.771103536579D-08
+    0.358943513801D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.690000000000D+02
+    0.497712000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 20  0  0.0 0.159633345902D-04 0.216004991671D-11 0.000000000000D+00
+    0.410000000000D+02 0.310937500000D+02 0.415124434456D-08-0.272056618796D+01
+    0.154227018356D-05 0.171655162703D-01 0.691972672939D-05 0.515371198654D+04
+    0.504000000000D+06 0.288709998131D-06 0.185434337333D+01 0.126659870148D-06
+    0.980845019423D+00 0.251937500000D+03 0.152954671098D+01-0.769496338325D-08
+    0.427160650098D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.410000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 20  0  0.0-0.460385344923D-04-0.909494701773D-12 0.000000000000D+00
+    0.270000000000D+02 0.415625000000D+01 0.486984585990D-08 0.133670200440D+01
+    0.208616256714D-06 0.917884137016D-02 0.544451177120D-05 0.515352240753D+04
+    0.504000000000D+06-0.117346644402D-06-0.190333196622D+00 0.540167093277D-07
+    0.953118166294D+00 0.271406250000D+03 0.666273087989D+00-0.840963565452D-08
+   -0.237509900636D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.270000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 20  0  0.0-0.729868188500D-04-0.261479726760D-11 0.000000000000D+00
+    0.650000000000D+02 0.427187500000D+02 0.598596372470D-08-0.209938760097D+01
+    0.216066837311D-05 0.107444633031D-01 0.803917646408D-05 0.515375005531D+04
+    0.504000000000D+06 0.149011611938D-07-0.149643506706D+01-0.145286321640D-06
+    0.887962290782D+00 0.185593750000D+03 0.813817717015D+00-0.851892600906D-08
+    0.194293803268D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.650000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 20  0  0.0-0.977925956249D-04 0.397903932026D-11 0.000000000000D+00
+    0.400000000000D+02-0.425312500000D+02 0.458126225653D-08-0.203205472488D+01
+   -0.228360295296D-05 0.347136799246D-02 0.530481338501D-05 0.515366228867D+04
+    0.504000000000D+06-0.134110450745D-06 0.293930924637D+01-0.707805156708D-07
+    0.971521283670D+00 0.280562500000D+03-0.391949346423D+00-0.817462622028D-08
+   -0.100718481043D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.400000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 20  0  0.0 0.302392523736D-03-0.682121026330D-12 0.000000000000D+00
+    0.600000000000D+02 0.975000000000D+01 0.371265462817D-08 0.460448617339D+00
+    0.339001417160D-06 0.448793394025D-02 0.895932316780D-05 0.515373865318D+04
+    0.504000000000D+06-0.242143869400D-07 0.904330320873D+00 0.130385160446D-07
+    0.992717265264D+00 0.220875000000D+03 0.175842021230D+01-0.772532171567D-08
+   -0.185722028034D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.600000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 20  0  0.0-0.246216543019D-03 0.636646291241D-11 0.000000000000D+00
+    0.690000000000D+02-0.975000000000D+01 0.457233331318D-08 0.231627067169D+00
+   -0.396743416786D-06 0.251118442975D-02 0.886991620064D-05 0.515378072929D+04
+    0.504000000000D+06 0.558793544769D-07 0.817091976372D+00-0.540167093277D-07
+    0.953552692463D+00 0.203687500000D+03-0.174685584927D+00-0.814641075928D-08
+   -0.921466954226D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.690000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 20  0  0.0-0.859010033309D-04-0.363797880709D-11 0.000000000000D+00
+    0.370000000000D+02-0.446562500000D+02 0.459769151231D-08 0.192694022512D+01
+   -0.199861824512D-05 0.593568000477D-02 0.530667603016D-05 0.515379199219D+04
+    0.504000000000D+06 0.128522515297D-06 0.295677170449D+01 0.141561031342D-06
+    0.972726379992D+00 0.283343750000D+03-0.189708097578D+00-0.817391190481D-08
+   -0.167506977338D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.370000000000D+02
+    0.503760000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 20  0  0.0 0.159849412739D-03 0.193267624127D-11 0.000000000000D+00
+    0.420000000000D+02-0.339375000000D+02 0.445339987110D-08 0.824530051683D+00
+   -0.165402889252D-05 0.548729416914D-02 0.102221965790D-04 0.515362956619D+04
+    0.504000000000D+06-0.186264514923D-07-0.228377504502D+01 0.856816768646D-07
+    0.960325024478D+00 0.183218750000D+03-0.250091345930D+01-0.799354715753D-08
+   -0.256796417464D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.420000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 20  0  0.0 0.783675350249D-04 0.238742359215D-11 0.000000000000D+00
+    0.790000000000D+02 0.890625000000D+01 0.508985487003D-08 0.226401062531D+01
+    0.458210706711D-06 0.116103495238D-01 0.533647835255D-05 0.515370287704D+04
+    0.504000000000D+06-0.126659870148D-06-0.190924762657D+00-0.206753611565D-06
+    0.937081610033D+00 0.262906250000D+03-0.232631381496D+01-0.836677708128D-08
+   -0.700029159024D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.790000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 20  0  0.0-0.466718338430D-04-0.295585778076D-11 0.000000000000D+00
+    0.620000000000D+02-0.307500000000D+02 0.449983029314D-08 0.131661967358D+00
+   -0.183098018169D-05 0.662570632994D-02 0.947527587414D-05 0.515375742722D+04
+    0.504000000000D+06 0.949949026108D-07-0.222884542184D+01 0.242143869400D-07
+    0.957900644453D+00 0.194875000000D+03-0.132806197511D+00-0.804712090917D-08
+   -0.211794536378D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.620000000000D+02
+    0.503748000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 20  0  0.0 0.538681633771D-04-0.454747350886D-12 0.000000000000D+00
+    0.850000000000D+02 0.546875000000D+01 0.507664003386D-08 0.246851693655D+01
+    0.309199094772D-06 0.416353973560D-02 0.488199293613D-05 0.515357906151D+04
+    0.504000000000D+06 0.894069671631D-07-0.244854474006D+00-0.111758708954D-07
+    0.936959684589D+00 0.272062500000D+03 0.132380582855D+01-0.836284834620D-08
+   -0.817891211309D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.850000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 20  0  0.0-0.711907632649D-04-0.261479726760D-11 0.000000000000D+00
+    0.480000000000D+02 0.438437500000D+02 0.501199448397D-08-0.290894272288D+01
+    0.211037695408D-05 0.167197473347D-01 0.806897878647D-05 0.515366104126D+04
+    0.504000000000D+06-0.149011611938D-07-0.124755644775D+01-0.258907675743D-06
+    0.932096506018D+00 0.207281250000D+03-0.246551968220D+01-0.805997858760D-08
+    0.222152110670D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.480000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 20  0  0.0 0.168387778103D-03-0.682121026330D-12 0.000000000000D+00
+    0.120000000000D+02 0.946875000000D+01 0.526343352885D-08 0.134411135385D+01
+    0.491738319397D-06 0.542902841698D-02 0.512972474098D-05 0.515371476746D+04
+    0.504000000000D+06-0.949949026108D-07-0.186090738580D+00-0.223517417908D-07
+    0.934766577283D+00 0.265375000000D+03-0.194612842772D+01-0.857071414750D-08
+   -0.122862260564D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.120000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 20  0  0.0 0.364636536688D-03-0.159161572810D-11 0.000000000000D+00
+    0.370000000000D+02 0.384375000000D+01 0.427553503712D-08-0.376753884672D+00
+    0.178813934326D-06 0.683947827201D-02 0.853650271893D-05 0.515367276573D+04
+    0.504000000000D+06 0.106170773506D-06 0.842715576086D+00-0.130385160446D-07
+    0.967795396632D+00 0.215562500000D+03 0.303722728784D+01-0.800319011063D-08
+   -0.110718899327D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.370000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 20  0  0.0 0.301109626889D-03 0.318323145621D-11 0.000000000000D+00
+    0.125000000000D+03 0.426250000000D+02 0.484163024476D-08 0.532543572657D+00
+    0.210106372833D-05 0.567209697329D-02 0.757724046707D-05 0.515483868027D+04
+    0.504000000000D+06 0.912696123123D-07-0.120841025212D+01-0.745058059692D-07
+    0.948709570499D+00 0.226093750000D+03-0.464234002718D+00-0.825212944860D-08
+    0.119290683221D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.125000000000D+03
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 20  0  0.0-0.249641016126D-05-0.136424205266D-11 0.000000000000D+00
+    0.170000000000D+02-0.408437500000D+02 0.482912972406D-08 0.176742261810D+01
+   -0.221095979214D-05 0.875681871548D-03 0.497139990330D-05 0.515601450920D+04
+    0.504000000000D+06-0.186264514923D-07 0.291328081626D+01-0.670552253723D-07
+    0.960189417823D+00 0.279687500000D+03 0.213544016520D+01-0.829784563858D-08
+   -0.978612191697D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.170000000000D+02
+    0.497130000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 20  0  0.0-0.751498155296D-04-0.591171556152D-11 0.000000000000D+00
+    0.107000000000D+03 0.243750000000D+01 0.380551565786D-08-0.101987250071D+01
+    0.571832060814D-06 0.193558656610D-01 0.929273664951D-05 0.515238022041D+04
+    0.504000000000D+06 0.109896063805D-06 0.900747150271D+00 0.394880771637D-06
+    0.990437861884D+00 0.216500000000D+03 0.110280761902D+01-0.786497046473D-08
+   -0.635740766869D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.107000000000D+03
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 20  0  0.0 0.166498590261D-03 0.352429196937D-11 0.000000000000D+00
+    0.840000000000D+02 0.248437500000D+02 0.438661129140D-08 0.402578147007D+00
+    0.121444463730D-05 0.215112657752D-01 0.767596065998D-05 0.515361139870D+04
+    0.504000000000D+06-0.193715095520D-06 0.182924461010D+01-0.163912773132D-06
+    0.978493846745D+00 0.247437500000D+03-0.140288548916D+01-0.840642158977D-08
+    0.266796827444D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.840000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 20  0  0.0-0.117840245366D-04 0.113686837722D-11 0.000000000000D+00
+    0.760000000000D+02-0.522500000000D+02 0.464233629316D-08 0.146395175670D+01
+   -0.291503965855D-05 0.160074569285D-01 0.559538602829D-05 0.515367366600D+04
+    0.504000000000D+06-0.387430191040D-06 0.296443418413D+01-0.201165676117D-06
+    0.970972348530D+00 0.283843750000D+03-0.195198882488D+01-0.828391666374D-08
+   -0.133934155433D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.760000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 20  0  0.0 0.131754204631D-03 0.272848410532D-11 0.000000000000D+00
+    0.630000000000D+02-0.426562500000D+02 0.433089468486D-08-0.274923202238D+01
+   -0.222772359848D-05 0.296058529057D-02 0.101979821920D-04 0.515372033119D+04
+    0.504000000000D+06 0.204890966415D-07-0.227549954565D+01-0.242143869400D-07
+    0.960664152295D+00 0.182468750000D+03-0.127378463493D+01-0.783246911092D-08
+   -0.201079804352D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.630000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 20  0  0.0 0.257132574916D-03 0.341060513165D-11 0.000000000000D+00
+    0.420000000000D+02-0.389062500000D+02 0.485091634585D-08 0.189031538197D+01
+   -0.236742198467D-05 0.123891658150D-01 0.476650893688D-05 0.515371658135D+04
+    0.504000000000D+06 0.987201929092D-07 0.288517360297D+01-0.214204192162D-06
+    0.956811657012D+00 0.283031250000D+03 0.148859938086D+01-0.818212653270D-08
+   -0.728601777760D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.420000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 20  0  0.0-0.271317549050D-04 0.250111042988D-11 0.000000000000D+00
+    0.550000000000D+02 0.267500000000D+02 0.430053627745D-08-0.202030651548D+01
+    0.160187482834D-05 0.733237247914D-02 0.670179724693D-05 0.515371813393D+04
+    0.504000000000D+06-0.912696123123D-07 0.188504343483D+01 0.141561031342D-06
+    0.977014501559D+00 0.261218750000D+03-0.104930590044D+01-0.790461497323D-08
+    0.280011663610D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.550000000000D+02
+    0.496800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 20  0  0.0-0.289538875222D-04-0.864019966684D-11 0.000000000000D+00
+    0.580000000000D+02 0.265625000000D+01 0.463590738986D-08-0.123150756932D+01
+    0.197440385819D-06 0.126244939165D-01 0.587292015552D-05 0.515369761848D+04
+    0.504000000000D+06-0.203028321266D-06-0.126907324142D+00-0.260770320892D-07
+    0.958948525358D+00 0.269812500000D+03-0.968296944929D+00-0.833320425426D-08
+   -0.160720980388D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.580000000000D+02
+    0.496818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 21 59 28.0 0.576350372285D-03 0.500222085975D-11 0.000000000000D+00
+    0.200000000000D+02-0.457500000000D+02 0.545951312492D-08 0.587143831526D+00
+   -0.205636024475D-05 0.132615093608D-01 0.878795981407D-05 0.515371736908D+04
+    0.511168000000D+06-0.156462192535D-06-0.242912477173D+01 0.819563865662D-07
+    0.927466384926D+00 0.194468750000D+03 0.100566660356D+01-0.863285959325D-08
+   -0.288226291496D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.200000000000D+02
+    0.510810000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 21 59 44.0 0.269633252174D-03 0.318323145621D-11 0.000000000000D+00
+    0.220000000000D+02 0.526250000000D+02 0.510271247478D-08 0.676569023507D+00
+    0.271759927273D-05 0.961070461199D-02 0.756792724132D-05 0.515360106278D+04
+    0.511184000000D+06 0.240281224251D-06-0.127596884184D+01 0.156462192535D-06
+    0.939391330928D+00 0.220593750000D+03 0.309878901062D+01-0.839320701829D-08
+    0.903609062575D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.220000000000D+02
+    0.504456000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 21 59 44.0-0.466899946332D-04-0.284217094304D-11 0.000000000000D+00
+    0.600000000000D+01-0.350625000000D+02 0.462769276198D-08 0.117952305187D+01
+   -0.158697366715D-05 0.662543775979D-02 0.919587910175D-05 0.515375651741D+04
+    0.511184000000D+06 0.540167093277D-07-0.222890303448D+01 0.670552253723D-07
+    0.957899177146D+00 0.195375000000D+03-0.132870852639D+00-0.801747681723D-08
+   -0.236438420038D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.600000000000D+01
+    0.509268000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 10  7  2 22  0  0.0-0.136955175549D-03-0.397903932026D-11 0.000000000000D+00
+    0.820000000000D+02-0.394687500000D+02 0.478091342995D-08 0.221211247562D+01
+   -0.210851430893D-05 0.484208390117D-02 0.528246164322D-05 0.515479975510D+04
+    0.511200000000D+06-0.763684511185D-07 0.292467754351D+01-0.782310962677D-07
+    0.965430437413D+00 0.281093750000D+03 0.884699398298D+00-0.814462497061D-08
+    0.392873507616D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.820000000000D+02
+    0.510330000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 10  7  2 22  0  0.0 0.269634183496D-03 0.318323145621D-11 0.000000000000D+00
+    0.106000000000D+03 0.526250000000D+02 0.510235542706D-08 0.678903018602D+00
+    0.271759927273D-05 0.961070205085D-02 0.756792724132D-05 0.515360106659D+04
+    0.511200000000D+06 0.240281224251D-06-0.127596901154D+01 0.156462192535D-06
+    0.939391344094D+00 0.220593750000D+03 0.309878879996D+01-0.839320701829D-08
+    0.907180650045D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.106000000000D+03
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 22  0  0.0 0.576351769269D-03 0.511590769747D-11 0.000000000000D+00
+    0.180000000000D+02-0.457500000000D+02 0.545951312492D-08 0.591810745007D+00
+   -0.205636024475D-05 0.132615070324D-01 0.878795981407D-05 0.515371737862D+04
+    0.511200000000D+06-0.156462192535D-06-0.242912506871D+01 0.819563865662D-07
+    0.927466377612D+00 0.194468750000D+03 0.100566706877D+01-0.863285959325D-08
+   -0.288226291496D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.180000000000D+02
+    0.510180000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 10  7  2 22  0  0.0 0.116593204439D-03 0.807176547823D-11 0.000000000000D+00
+    0.890000000000D+02 0.518437500000D+02 0.498913621527D-08-0.251974534626D+01
+    0.263750553131D-05 0.908773904666D-02 0.777840614319D-05 0.515371117973D+04
+    0.511200000000D+06 0.130385160446D-07-0.125814708519D+01-0.465661287308D-07
+    0.938529446890D+00 0.218281250000D+03 0.613923709987D+00-0.814962497486D-08
+    0.188579277194D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.890000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 10  7  2 22  0  0.0-0.111311674118D-04-0.272848410532D-11 0.000000000000D+00
+    0.740000000000D+02 0.625000000000D+01 0.473662575828D-08 0.231145005672D+01
+    0.314787030220D-06 0.181057269219D-02 0.531598925590D-05 0.515373037338D+04
+    0.511200000000D+06 0.186264514923D-08-0.215945935632D+00-0.260770320892D-07
+    0.958089681264D+00 0.276593750000D+03 0.242004475521D+00-0.825605805943D-08
+   -0.193579485774D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.740000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 10  7  2 22  0  0.0 0.587185844779D-03-0.136424205266D-10 0.000000000000D+00
+    0.420000000000D+02-0.458125000000D+02 0.513985695282D-08 0.280232045050D+01
+   -0.212714076042D-05 0.629288190976D-02 0.918470323086D-05 0.515366230011D+04
+    0.511200000000D+06 0.111758708954D-06-0.235822579437D+01 0.838190317154D-07
+    0.934733407078D+00 0.186250000000D+03-0.102684585815D+01-0.821141346690D-08
+   -0.190722230061D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.420000000000D+02
+    0.507870000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 10  7  2 22  0  0.0-0.154366716742D-05-0.227373675443D-12 0.000000000000D+00
+    0.360000000000D+02 0.300000000000D+02 0.436875335907D-08-0.905233181247D+00
+    0.145286321640D-05 0.370639225002D-02 0.655278563499D-05 0.515370606422D+04
+    0.511200000000D+06 0.111758708954D-07 0.188523273496D+01-0.223517417908D-07
+    0.971773398583D+00 0.257062500000D+03 0.303033886157D+01-0.806105049378D-08
+    0.358586355054D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.360000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 10  7  2 22  0  0.0 0.599119812250D-05 0.113686837722D-12 0.000000000000D+00
+    0.700000000000D+02 0.274062500000D+02 0.395159327482D-08-0.154693472413D+01
+    0.108405947685D-05 0.111889232648D-01 0.649504363537D-05 0.515367802239D+04
+    0.511200000000D+06 0.186264514923D-08 0.195392069890D+01-0.124797224999D-06
+    0.993184083887D+00 0.273156250000D+03 0.310417957263D+01-0.782211184713D-08
+    0.480734285713D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.372529029846D-08 0.700000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 10  7  2 22  0  0.0 0.159791670740D-04 0.216004991671D-11 0.000000000000D+00
+    0.420000000000D+02 0.381875000000D+02 0.414267255894D-08-0.167044795983D+01
+    0.239349901676D-05 0.171662125504D-01 0.705756247044D-05 0.515371026039D+04
+    0.511200000000D+06 0.188127160072D-06 0.185428815841D+01 0.387430191040D-06
+    0.980847409832D+00 0.253187500000D+03 0.152958371111D+01-0.785997025645D-08
+    0.378944355982D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.420000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 10  7  2 22  0  0.0-0.460450537503D-04-0.909494701773D-12 0.000000000000D+00
+    0.280000000000D+02 0.287500000000D+01 0.476805572802D-08 0.238695554367D+01
+    0.949949026108D-07 0.917874998413D-02 0.538676977158D-05 0.515352281952D+04
+    0.511200000000D+06-0.894069671631D-07-0.190393846279D+00-0.163912773132D-06
+    0.953117455316D+00 0.272437500000D+03 0.666295460395D+00-0.822641421650D-08
+   -0.155363610865D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.280000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 10  7  2 22  0  0.0-0.730054453015D-04-0.261479726760D-11 0.000000000000D+00
+    0.660000000000D+02 0.350625000000D+02 0.614454165911D-08-0.104914444988D+01
+    0.181794166565D-05 0.107445502654D-01 0.792928040028D-05 0.515375203514D+04
+    0.511200000000D+06 0.242143869400D-06-0.149649580303D+01 0.182539224625D-06
+    0.887961870925D+00 0.187437500000D+03 0.813718332212D+00-0.883608234401D-08
+   -0.232152527228D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.660000000000D+02
+    0.509850000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 10  7  2 22  0  0.0-0.977637246251D-04 0.397903932026D-11 0.000000000000D+00
+    0.430000000000D+02-0.479687500000D+02 0.470555314803D-08-0.982171417988D+00
+   -0.242516398430D-05 0.347137183417D-02 0.521354377270D-05 0.515366028023D+04
+    0.511200000000D+06 0.223517417908D-07 0.293924943058D+01-0.335276126862D-07
+    0.971520868201D+00 0.285812500000D+03-0.391642769996D+00-0.823962892790D-08
+    0.157149403046D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.430000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 10  7  2 22  0  0.0 0.302387867123D-03-0.682121026330D-12 0.000000000000D+00
+    0.610000000000D+02 0.206250000000D+01 0.355550524392D-08 0.151024001640D+01
+    0.102445483208D-06 0.448881380726D-02 0.855699181557D-05 0.515374200058D+04
+    0.511200000000D+06 0.428408384323D-07 0.904274797281D+00-0.763684511185D-07
+    0.992717698288D+00 0.231000000000D+03 0.175876288330D+01-0.762031741681D-08
+    0.110718897601D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.610000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 10  7  2 22  0  0.0 0.635576434433D-04 0.409272615798D-11 0.000000000000D+00
+    0.220000000000D+02-0.912500000000D+01 0.374372736984D-08 0.141042983962D+01
+   -0.404193997383D-06 0.520210072864D-02 0.885501503944D-05 0.515376150131D+04
+    0.511200000000D+06-0.108033418655D-06 0.882245648730D+00-0.186264514923D-07
+    0.985968053207D+00 0.217812500000D+03-0.214460757060D+01-0.780353933445D-08
+   -0.714315468392D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.220000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 10  7  2 22  0  0.0-0.246170908213D-03 0.636646291241D-11 0.000000000000D+00
+    0.700000000000D+02-0.425000000000D+01 0.447125767440D-08 0.128150761207D+01
+   -0.258907675743D-06 0.251153565478D-02 0.894814729691D-05 0.515378197288D+04
+    0.511200000000D+06 0.428408384323D-07 0.817033924857D+00 0.372529029846D-07
+    0.953552192145D+00 0.202968750000D+03-0.174450941645D+00-0.806747890002D-08
+   -0.133576992589D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.700000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 10  7  2 22  0  0.0-0.859270803630D-04-0.363797880709D-11 0.000000000000D+00
+    0.430000000000D+02-0.415000000000D+02 0.459054835762D-08 0.297707994790D+01
+   -0.208988785744D-05 0.593606440816D-02 0.544264912605D-05 0.515379121780D+04
+    0.511200000000D+06-0.117346644402D-06 0.295671238902D+01 0.540167093277D-07
+    0.972726341957D+00 0.282343750000D+03-0.189737983532D+00-0.802354849871D-08
+   -0.107147320259D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.430000000000D+02
+    0.508860000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 10  7  2 22  0  0.0 0.159863382578D-03 0.193267624127D-11 0.000000000000D+00
+    0.640000000000D+02-0.315312500000D+02 0.448447234902D-08 0.187487103396D+01
+   -0.167638063431D-05 0.548693886958D-02 0.100377947092D-04 0.515362807846D+04
+    0.511200000000D+06-0.145286321640D-06-0.228383290781D+01 0.372529029846D-07
+    0.960323529375D+00 0.189093750000D+03-0.250104591044D+01-0.792747290035D-08
+   -0.183221923744D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.640000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 10  7  2 22  0  0.0 0.783847644925D-04 0.238742359215D-11 0.000000000000D+00
+    0.800000000000D+02 0.562500000000D+01 0.501342311491D-08-0.296900953210D+01
+    0.251457095146D-06 0.116107341601D-01 0.536069273949D-05 0.515370220375D+04
+    0.511200000000D+06 0.186264514923D-08-0.190984164446D+00-0.111758708954D-06
+    0.937081516406D+00 0.263281250000D+03-0.232631229645D+01-0.824534345165D-08
+   -0.907180644858D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.800000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 22  0  0.0-0.466923229396D-04-0.295585778076D-11 0.000000000000D+00
+    0.630000000000D+02-0.350625000000D+02 0.462769276198D-08 0.118185681143D+01
+   -0.158697366715D-05 0.662543042563D-02 0.919587910175D-05 0.515375652123D+04
+    0.511200000000D+06 0.540167093277D-07-0.222890314859D+01 0.670552253723D-07
+    0.957899158128D+00 0.195375000000D+03-0.132870997468D+00-0.801747681723D-08
+   -0.236438420038D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.630000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 10  7  2 22  0  0.0 0.538644380868D-04-0.454747350886D-12 0.000000000000D+00
+    0.900000000000D+02 0.116875000000D+02 0.503949562951D-08-0.276448657578D+01
+    0.676140189171D-06 0.416255160235D-02 0.513903796673D-05 0.515358096695D+04
+    0.511200000000D+06 0.000000000000D+00-0.244914104010D+00-0.223517417908D-07
+    0.936958947278D+00 0.268062500000D+03 0.132386569847D+01-0.832177520677D-08
+   -0.148577617426D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.900000000000D+02
+    0.504510000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 10  7  2 22  0  0.0-0.712098553777D-04-0.261479726760D-11 0.000000000000D+00
+    0.490000000000D+02 0.476562500000D+02 0.503806699857D-08-0.185877277620D+01
+    0.228174030781D-05 0.167197063565D-01 0.788643956184D-05 0.515366062355D+04
+    0.511200000000D+06 0.141561031342D-06-0.124761511807D+01-0.225380063057D-06
+    0.932098437070D+00 0.210156250000D+03-0.246549733027D+01-0.810890919719D-08
+    0.292869342041D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.490000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 10  7  2 22  0  0.0 0.168382655829D-03-0.682121026330D-12 0.000000000000D+00
+    0.140000000000D+02 0.105312500000D+02 0.515271463125D-08 0.239431249433D+01
+    0.543892383575D-06 0.542904005852D-02 0.527314841747D-05 0.515371435928D+04
+    0.511200000000D+06 0.651925802231D-07-0.186151926592D+00-0.502914190292D-07
+    0.934766476342D+00 0.264093750000D+03-0.194616856141D+01-0.840499295884D-08
+   -0.114290474943D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.140000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 10  7  2 22  0  0.0 0.364624895155D-03-0.159161572810D-11 0.000000000000D+00
+    0.380000000000D+02 0.406250000000D+00 0.416767360033D-08 0.673434942423D+00
+    0.540167093277D-07 0.684097874910D-02 0.816211104393D-05 0.515367557907D+04
+    0.511200000000D+06 0.130385160446D-06 0.842658105350D+00 0.800937414169D-07
+    0.967795417112D+00 0.226281250000D+03 0.303721649443D+01-0.796461747257D-08
+   -0.328585115460D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.200234353542D-07 0.380000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 22  0  0.0 0.301132444292D-03 0.318323145621D-11 0.000000000000D+00
+    0.126000000000D+03 0.467187500000D+02 0.479412826611D-08 0.158193427115D+01
+    0.244751572609D-05 0.567187462002D-02 0.774487853050D-05 0.515483924103D+04
+    0.511200000000D+06 0.577419996262D-07-0.120846862255D+01 0.819563865662D-07
+    0.948710691094D+00 0.220968750000D+03-0.464153407635D+00-0.811712382507D-08
+    0.457161899771D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.139698386192D-08 0.126000000000D+03
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 10  7  2 22  0  0.0-0.250618904829D-05-0.136424205266D-11 0.000000000000D+00
+    0.180000000000D+02-0.456875000000D+02 0.494199156807D-08 0.281706529106D+01
+   -0.227242708206D-05 0.876238103956D-03 0.494532287121D-05 0.515601270866D+04
+    0.511200000000D+06 0.484287738800D-07 0.291322052795D+01 0.353902578354D-07
+    0.960188926283D+00 0.284593750000D+03 0.213455236264D+01-0.832070373357D-08
+   -0.785747015231D-11 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.180000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 10  7  2 22  0  0.0-0.751926563680D-04-0.591171556152D-11 0.000000000000D+00
+    0.108000000000D+03 0.343750000000D+01 0.374301305437D-08 0.310992245504D-01
+    0.171363353729D-06 0.193560089683D-01 0.951811671257D-05 0.515238055801D+04
+    0.511200000000D+06-0.154599547386D-06 0.900689528854D+00 0.253319740295D-06
+    0.990436953412D+00 0.217281250000D+03 0.110280263924D+01-0.799747598412D-08
+   -0.710743891050D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.108000000000D+03
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 10  7  2 22  0  0.0 0.166524201631D-03 0.352429196937D-11 0.000000000000D+00
+    0.850000000000D+02 0.255000000000D+02 0.423767651624D-08 0.145278784848D+01
+    0.946223735809D-06 0.215112586738D-01 0.725872814655D-05 0.515361168289D+04
+    0.511200000000D+06 0.201165676117D-06 0.182918437152D+01-0.523403286934D-06
+    0.978498062875D+00 0.249187500000D+03-0.140287693987D+01-0.794533095493D-08
+    0.376444251843D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.850000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 10  7  2 22  0  0.0-0.117756426334D-04 0.113686837722D-11 0.000000000000D+00
+    0.790000000000D+02-0.527500000000D+02 0.450411619113D-08 0.251411933345D+01
+   -0.287778675556D-05 0.160074200248D-01 0.504404306412D-05 0.515367406464D+04
+    0.511200000000D+06 0.819563865662D-07 0.296437631694D+01-0.236555933952D-06
+    0.970973469125D+00 0.285406250000D+03-0.195197540699D+01-0.784568410239D-08
+   -0.123933738272D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.790000000000D+02
+    0.511176000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 10  7  2 22  0  0.0 0.131773762405D-03 0.272848410532D-11 0.000000000000D+00
+    0.640000000000D+02-0.388437500000D+02 0.446090010011D-08-0.169936252982D+01
+   -0.214576721191D-05 0.296111917123D-02 0.103842467070D-04 0.515371848488D+04
+    0.511200000000D+06-0.521540641785D-07-0.227555605087D+01 0.558793544769D-07
+    0.960662175893D+00 0.176187500000D+03-0.127350231076D+01-0.793354474970D-08
+   -0.225723688012D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.640000000000D+02
+    0.507120000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+30 10  7  2 22  0  0.0 0.257156789303D-03 0.341060513165D-11 0.000000000000D+00
+    0.510000000000D+02-0.444375000000D+02 0.495520640424D-08 0.294050604941D+01
+   -0.229850411415D-05 0.123897980666D-01 0.467151403427D-05 0.515371520996D+04
+    0.511200000000D+06 0.189989805222D-06 0.288511475270D+01-0.154599547386D-06
+    0.956811193267D+00 0.284593750000D+03 0.148856644326D+01-0.817319758934D-08
+   -0.471448209139D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.510000000000D+02
+    0.504000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 10  7  2 22  0  0.0-0.271140597761D-04 0.250111042988D-11 0.000000000000D+00
+    0.570000000000D+02 0.219062500000D+02 0.434160941689D-08-0.970281690276D+00
+    0.966712832451D-06 0.733252579812D-02 0.711157917976D-05 0.515371638107D+04
+    0.511200000000D+06-0.782310962677D-07 0.188498496053D+01-0.987201929092D-07
+    0.977016072733D+00 0.255656250000D+03-0.104917710367D+01-0.810890919719D-08
+    0.385016037463D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.130385160446D-07 0.570000000000D+02
+    0.508110000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 10  7  2 22  0  0.0-0.290158204734D-04-0.864019966684D-11 0.000000000000D+00
+    0.590000000000D+02 0.343750000000D+01 0.464305054455D-08-0.181352671690D+00
+    0.162050127983D-06 0.126241723774D-01 0.568479299545D-05 0.515369695473D+04
+    0.511200000000D+06-0.121071934700D-06-0.126966620601D+00-0.262632966042D-06
+    0.958948038206D+00 0.272500000000D+03-0.968285112847D+00-0.835713382245D-08
+   -0.178221709364D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.590000000000D+02
+    0.504018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 10  7  2 23 59 28.0 0.576386693865D-03 0.500222085975D-11 0.000000000000D+00
+    0.210000000000D+02-0.598750000000D+02 0.539951062558D-08 0.163714972071D+01
+   -0.316277146339D-05 0.132625933038D-01 0.938586890697D-05 0.515372175407D+04
+    0.518368000000D+06-0.322237610817D-06-0.242918745192D+01-0.139698386192D-06
+    0.927465044893D+00 0.186125000000D+03 0.100582067224D+01-0.847142429740D-08
+   -0.168578450541D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.210000000000D+02
+    0.515130000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 10  7  2 23 59 44.0-0.467109493911D-04-0.284217094304D-11 0.000000000000D+00
+    0.700000000000D+01-0.388125000000D+02 0.463912180947D-08 0.222936376737D+01
+   -0.175274908543D-05 0.662492983974D-02 0.102501362562D-04 0.515376023293D+04
+    0.518384000000D+06-0.372529029846D-07-0.222896113281D+01 0.160187482834D-06
+    0.957897692284D+00 0.181406250000D+03-0.132581001754D+00-0.799176146037D-08
+   -0.153577825704D-09 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.149011611938D-07 0.700000000000D+01
+    0.511218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 10  7  2 23 59 44.0 0.301165506244D-03 0.318323145621D-11 0.000000000000D+00
+    0.000000000000D+00 0.520937500000D+02 0.477591322167D-08 0.262886416588D+01
+    0.267662107945D-05 0.567168567795D-02 0.829435884952D-05 0.515484132385D+04
+    0.518384000000D+06-0.558793544769D-08-0.120852703980D+01 0.102445483208D-06
+    0.948711093396D+00 0.212093750000D+03-0.463945952685D+00-0.809890878063D-08
+    0.739316509786D-10 0.100000000000D+01 0.159000000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.139698386192D-08 0.000000000000D+00
+    0.517590000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
diff --git a/test/data/sp3/esa15253.clk b/test/data/sp3/esa15253.clk
new file mode 100644
index 0000000..21572bb
--- /dev/null
+++ b/test/data/sp3/esa15253.clk
@@ -0,0 +1,45271 @@
+     2.00           C                                       RINEX VERSION / TYPE
+CLOCK LIBRARY       ESOC                06-APR-09 22:49     PGM / RUN BY / DATE 
+    34                                                      LEAP SECONDS        
+     2    AS    AR                                          # / TYPES OF DATA   
+ESOC USING NAPEOS                                           ANALYSIS CENTER     
+     1 2009  4  1  0  0  0.000000 2009  4  1 23 55  0.000000# OF CLK REF        
+YELL                                                        ANALYSIS CLK REF    
+   110    ITRF05                                            # OF SOLN STA / TRF 
+ALGO 40104M002             918129303 -4346071280  4561977871SOLN STA NAME / NUM 
+ALIC 50137M001           -4052052320  4212836048 -2545105175SOLN STA NAME / NUM 
+AMC2 40472S004           -1248596262 -4819428214  3976505978SOLN STA NAME / NUM 
+ANKR 20805M002            4121948488  2652187884  4069023786SOLN STA NAME / NUM 
+ARTU 12362M001            1843956620  3016203152  5291261754SOLN STA NAME / NUM 
+ASPA 50503S006           -6100260135  -996503189 -1567977724SOLN STA NAME / NUM 
+BHR1 24901M002            3633908661  4425275589  2799861608SOLN STA NAME / NUM 
+BARH 49927S001            1693644769 -4239067572  4439567253SOLN STA NAME / NUM 
+BJFS 21601M001           -2148744221  4426641248  4044655901SOLN STA NAME / NUM 
+BOGT 41901M001            1744398968 -6116037316   512731770SOLN STA NAME / NUM 
+BRMU 42501S004            2304703417 -4874817185  3395186978SOLN STA NAME / NUM 
+CAGZ 12725M004            4893379914   772650558  4004180080SOLN STA NAME / NUM 
+CAS1 66011M001            -901776150  2409383308 -5816748484SOLN STA NAME / NUM 
+CHAT 50207M001           -4590671217  -275482515 -4404596482SOLN STA NAME / NUM 
+CHPI 41609M003            4164613879 -4162456910 -2445028761SOLN STA NAME / NUM 
+COCO 50127M001            -741950608  6190961675 -1337767959SOLN STA NAME / NUM 
+CONZ 41719M002            1492007730 -4887910733 -3803639868SOLN STA NAME / NUM 
+CRAR 66001M004           -1310643556   310590093 -6213367856SOLN STA NAME / NUM 
+CRO1 43201M001            2607771248 -5488076662  1932767837SOLN STA NAME / NUM 
+DAEJ 23902M002           -3120042092  4084614830  3764026877SOLN STA NAME / NUM 
+DARW 50134M001           -4091359229  4684606567 -1408579760SOLN STA NAME / NUM 
+DGAR 30802M001            1916269234  6029977544  -801719772SOLN STA NAME / NUM 
+DRAO 40105M002           -2059164869 -3621108396  4814432299SOLN STA NAME / NUM 
+FAA1 92201M012           -5247393215 -3076866989 -1911521386SOLN STA NAME / NUM 
+FAIR 40408M001           -2281621742 -1453595914  5756961784SOLN STA NAME / NUM 
+GLPS 42005M002             -33801442 -6377516524   -82154348SOLN STA NAME / NUM 
+GUAM 50501M002           -5071312717  3568363578  1488904359SOLN STA NAME / NUM 
+GUAT 40901S001             -56063560 -6174978669  1596665274SOLN STA NAME / NUM 
+HOB2 50116M004           -3950071844  2522415286 -4311637865SOLN STA NAME / NUM 
+HOFN 10204M002            2679689954  -727951153  5722789366SOLN STA NAME / NUM 
+HOLM 40148M001            -983072077 -1867623656  5998639530SOLN STA NAME / NUM 
+HRAO 30302M004            5085352458  2668395926 -2768731476SOLN STA NAME / NUM 
+HYDE 22307M001            1208444405  5966806008  1897077021SOLN STA NAME / NUM 
+IRKJ 12313M002            -968328685  3794426523  5018167251SOLN STA NAME / NUM 
+ISPA 41703M007           -1881703393 -5359979813 -2890599276SOLN STA NAME / NUM 
+KARR 50139M001           -2713832799  5303935108 -2269514347SOLN STA NAME / NUM 
+KERG 91201M002            1406337261  3918161113 -4816167379SOLN STA NAME / NUM 
+KHAJ 12361M001           -2995266577  2990444557  4755575849SOLN STA NAME / NUM 
+KIR0 10422M001            2248123116   865686728  5886425821SOLN STA NAME / NUM 
+KIRU 10403M002            2251420717   862817264  5885476754SOLN STA NAME / NUM 
+KIT3 12334M001            1944945030  4556652292  4004326031SOLN STA NAME / NUM 
+KOUR 97301M210            3839591380 -5059567581   579957090SOLN STA NAME / NUM 
+KUNM 21609M001           -1281255864  5640746114  2682879915SOLN STA NAME / NUM 
+LHAZ 21613M002            -106941637  5549269850  3139215069SOLN STA NAME / NUM 
+MAL2 33201M003            4865385614  4110717282  -331137568SOLN STA NAME / NUM 
+MAS1 31303M002            5439192189 -1522055414  2953454912SOLN STA NAME / NUM 
+MAW1 66004M001            1111287185  2168911230 -5874493600SOLN STA NAME / NUM 
+MCIL 21789S001           -5227187967  2551880611  2607618030SOLN STA NAME / NUM 
+MCM4 66001M003           -1311703138   310814951 -6213255138SOLN STA NAME / NUM 
+MDO1 40442M012           -1329998837 -5328393373  3236504141SOLN STA NAME / NUM 
+MDVJ 12309M005            2845455987  2160954294  5265993258SOLN STA NAME / NUM 
+MKEA 40477M001           -5464105250 -2495166105  2148291327SOLN STA NAME / NUM 
+MOBS 50182M001           -4130636346  2894953102 -3890530737SOLN STA NAME / NUM 
+NANO 40138M001           -2335726859 -3451608332  4812009926SOLN STA NAME / NUM 
+NLIB 40465M001            -130934672 -4762291734  4226854653SOLN STA NAME / NUM 
+NNOR 50181M001           -2414151878  4907778550 -3270644753SOLN STA NAME / NUM 
+NRC1 40114M001            1112777124 -4341475872  4522955842SOLN STA NAME / NUM 
+NRIL 12364M001              64537093  2253782875  5946363505SOLN STA NAME / NUM 
+NRMD 92701M005           -5743537897  1380504050 -2397896477SOLN STA NAME / NUM 
+NTUS 22601M001           -1508022957  6195576610   148799396SOLN STA NAME / NUM 
+NYAL 10317M001            1202430455   252626749  6237767640SOLN STA NAME / NUM 
+OHI3 66008M006            1525809129 -2432478756 -5676166299SOLN STA NAME / NUM 
+ONSA 10402M004            3370658478   711877199  5349786995SOLN STA NAME / NUM 
+PDEL 31906M004            4551595937 -2186893054  3883410894SOLN STA NAME / NUM 
+PERT 50133M001           -2368687545  4881316597 -3341795528SOLN STA NAME / NUM 
+PETP 12355M002           -3576239774  1401003521  5075177438SOLN STA NAME / NUM 
+PIMO 22003M001           -3186293805  5286624288  1601158313SOLN STA NAME / NUM 
+QAQ1 43007M001            2170942032 -2251829986  5539988390SOLN STA NAME / NUM 
+QUIN 40433M004           -2517231251 -4198595058  4076531209SOLN STA NAME / NUM 
+RABT 35001M002            5255617641  -631745615  3546322606SOLN STA NAME / NUM 
+RAMO 20703S001            4514721761  3133507897  3228024782SOLN STA NAME / NUM 
+RCMN 33203M001            5101056738  3829074299  -135016273SOLN STA NAME / NUM 
+REDU 13102M001            4091423297   368380657  4863179847SOLN STA NAME / NUM 
+REUN 97401M003            3364099049  4907944534 -2293466815SOLN STA NAME / NUM 
+REYK 10202M001            2587384215 -1043033535  5716564068SOLN STA NAME / NUM 
+SCH2 40133M002            1448636692 -3385243717  5191047089SOLN STA NAME / NUM 
+SCUB 40701M001            1474538065 -5811243277  2168958832SOLN STA NAME / NUM 
+STJO 40101M001            2612631012 -3426807044  4686757909SOLN STA NAME / NUM 
+SYDN 50124M003           -4648240490  2560636472 -3526318291SOLN STA NAME / NUM 
+SYOG 66006S002            1766207893  1460290330 -5932297684SOLN STA NAME / NUM 
+THU2 43001M002             538093449 -1389088068  6180979268SOLN STA NAME / NUM 
+TOW2 50140M001           -5054583071  3275504274 -2091539050SOLN STA NAME / NUM 
+URUM 21612M001             193030500  4606851318  4393311503SOLN STA NAME / NUM 
+VESL 66009M001            2009329826   -99741482 -6033158419SOLN STA NAME / NUM 
+VILL 13406M001            4849833653  -335048943  4116014987SOLN STA NAME / NUM 
+WTZR 14201M010            4075580482   931853866  4801568171SOLN STA NAME / NUM 
+WUHN 21602M001           -2267749563  5009154256  3221290663SOLN STA NAME / NUM 
+YSSK 12329M003           -3465321030  2638269333  4644085378SOLN STA NAME / NUM 
+ZIM2 14001M008            4331299784   567537395  4633133740SOLN STA NAME / NUM 
+XMIS 50183M001           -1696344305  6039590010 -1149275671SOLN STA NAME / NUM 
+GODZ 40451M123            1130773678 -4831253572  3994200432SOLN STA NAME / NUM 
+MTKA 21741S002           -3947762696  3364399843  3699428452SOLN STA NAME / NUM 
+TIXJ 12360M002           -1264873167  1569457229  6031003057SOLN STA NAME / NUM 
+PARK 50108M001           -4554254817  2816652461 -3454060201SOLN STA NAME / NUM 
+UNBJ 40146M002            1761288059 -4078238501  4561417751SOLN STA NAME / NUM 
+NOVM 12367M002             452260981  3635877494  5203453247SOLN STA NAME / NUM 
+SUNM 50143M001           -5046794109  2567554632 -2926027605SOLN STA NAME / NUM 
+CEBR 13408M001            4846664932  -370195216  4116929510SOLN STA NAME / NUM 
+CPXF 49642M001           -2332869679 -3696442628  4630011604SOLN STA NAME / NUM 
+IDDR 49451M001           -1662651684 -4306563923  4389045329SOLN STA NAME / NUM 
+AZGB 49541S001           -1890727953 -4984856375  3491254586SOLN STA NAME / NUM 
+TN22 49450M001             419473055 -5188697503  3673388650SOLN STA NAME / NUM 
+ETAD 00006M001            4914067776  3945764951   993707533SOLN STA NAME / NUM 
+ILHA 41634M001            3735306342 -4669666423 -2212269372SOLN STA NAME / NUM 
+POVE 41628M001            2774265604 -5662060134  -959415878SOLN STA NAME / NUM 
+RECF 41617M001            5176588610 -3618162176  -887363807SOLN STA NAME / NUM 
+SALU 41640M001            4566947889 -4443098536  -286674709SOLN STA NAME / NUM 
+SAVO 41643M001            4870283751 -3864605317 -1418872515SOLN STA NAME / NUM 
+UFPR 41610M002            3763751669 -4365113868 -2724404605SOLN STA NAME / NUM 
+YELL 40127M003           -1224452751 -2689216161  5633638280SOLN STA NAME / NUM 
+    48                                                      # OF SOLN SATS      
+G32 G24 G25 G26 G27 G30 G03 G04 G06 G08 G09 G10 G14 G13 G28 PRN LIST            
+G21 G11 G22 G20 G18 G16 G19 G23 G02 G31 G17 G12 G15 G29 G07 PRN LIST            
+R02 R03 R04 R06 R07 R08 R10 R11 R13 R14 R15 R17 R18 R19 R20 PRN LIST            
+R21 R22 R23                                                 PRN LIST            
+                                                            END OF HEADER       
+AS G32  2009  4  1  0  0  0.000000  1    0.280381686059E-03                     
+AS G24  2009  4  1  0  0  0.000000  1    0.177697219707E-03                     
+AS G25  2009  4  1  0  0  0.000000  1    0.333585244200E-03                     
+AS G26  2009  4  1  0  0  0.000000  1    0.543645592445E-04                     
+AS G27  2009  4  1  0  0  0.000000  1    0.369963558405E-04                     
+AS G30  2009  4  1  0  0  0.000000  1    0.136150147141E-03                     
+AS G03  2009  4  1  0  0  0.000000  1    0.373239125234E-03                     
+AS G04  2009  4  1  0  0  0.000000  1   -0.340698594973E-04                     
+AS G06  2009  4  1  0  0  0.000000  1    0.594387689575E-04                     
+AS G08  2009  4  1  0  0  0.000000  1   -0.196480313803E-03                     
+AS G09  2009  4  1  0  0  0.000000  1    0.483692808579E-04                     
+AS G10  2009  4  1  0  0  0.000000  1   -0.135941553846E-04                     
+AS G14  2009  4  1  0  0  0.000000  1   -0.132641217210E-03                     
+AS G13  2009  4  1  0  0  0.000000  1    0.293214943421E-03                     
+AS G28  2009  4  1  0  0  0.000000  1   -0.238266418834E-04                     
+AS G21  2009  4  1  0  0  0.000000  1    0.216084564305E-04                     
+AS G11  2009  4  1  0  0  0.000000  1    0.280380729618E-05                     
+AS G22  2009  4  1  0  0  0.000000  1    0.202454052252E-03                     
+AS G20  2009  4  1  0  0  0.000000  1    0.866020081430E-04                     
+AS G18  2009  4  1  0  0  0.000000  1   -0.696727594243E-04                     
+AS G16  2009  4  1  0  0  0.000000  1    0.631296358107E-04                     
+AS G19  2009  4  1  0  0  0.000000  1    0.293936892313E-04                     
+AS G23  2009  4  1  0  0  0.000000  1    0.388970507121E-03                     
+AS G02  2009  4  1  0  0  0.000000  1    0.153949660143E-03                     
+AS G31  2009  4  1  0  0  0.000000  1   -0.564266986095E-04                     
+AS G17  2009  4  1  0  0  0.000000  1    0.523695943074E-04                     
+AS G12  2009  4  1  0  0  0.000000  1   -0.299723906087E-03                     
+AS G15  2009  4  1  0  0  0.000000  1   -0.275815629687E-03                     
+AS G29  2009  4  1  0  0  0.000000  1    0.467703026476E-05                     
+AS G07  2009  4  1  0  0  0.000000  1    0.210008286216E-04                     
+AS R02  2009  4  1  0  0  0.000000  1    0.207862391258E-04                     
+AS R03  2009  4  1  0  0  0.000000  1   -0.341552989648E-04                     
+AS R04  2009  4  1  0  0  0.000000  1    0.641260774531E-04                     
+AS R06  2009  4  1  0  0  0.000000  1   -0.169216442301E-03                     
+AS R07  2009  4  1  0  0  0.000000  1   -0.892933413793E-04                     
+AS R08  2009  4  1  0  0  0.000000  1   -0.102035201347E-03                     
+AS R10  2009  4  1  0  0  0.000000  1   -0.140865219949E-03                     
+AS R11  2009  4  1  0  0  0.000000  1   -0.925876420030E-04                     
+AS R13  2009  4  1  0  0  0.000000  1   -0.230594454884E-03                     
+AS R14  2009  4  1  0  0  0.000000  1   -0.797443920787E-04                     
+AS R15  2009  4  1  0  0  0.000000  1    0.920690228020E-04                     
+AS R17  2009  4  1  0  0  0.000000  1   -0.261221069674E-03                     
+AS R18  2009  4  1  0  0  0.000000  1   -0.132916193877E-05                     
+AS R19  2009  4  1  0  0  0.000000  1   -0.893772091084E-04                     
+AS R20  2009  4  1  0  0  0.000000  1   -0.650031290572E-04                     
+AS R21  2009  4  1  0  0  0.000000  1   -0.143285885249E-03                     
+AS R22  2009  4  1  0  0  0.000000  1   -0.201459962745E-03                     
+AS R23  2009  4  1  0  0  0.000000  1   -0.200534141951E-03                     
+AR ALGO 2009  4  1  0  0  0.000000  1    0.803316663405E-04                     
+AR ALIC 2009  4  1  0  0  0.000000  1    0.776562423890E-08                     
+AR AMC2 2009  4  1  0  0  0.000000  1    0.421222340734E-09                     
+AR ANKR 2009  4  1  0  0  0.000000  1   -0.136092733038E-03                     
+AR ARTU 2009  4  1  0  0  0.000000  1   -0.766471734076E-07                     
+AR ASPA 2009  4  1  0  0  0.000000  1    0.241453658076E-07                     
+AR BHR1 2009  4  1  0  0  0.000000  1    0.563382190756E-03                     
+AR BARH 2009  4  1  0  0  0.000000  1   -0.779266972192E-09                     
+AR BOGT 2009  4  1  0  0  0.000000  1   -0.656711217251E-07                     
+AR BRMU 2009  4  1  0  0  0.000000  1    0.442485427576E-03                     
+AR CAGZ 2009  4  1  0  0  0.000000  1   -0.420001403196E-03                     
+AR CAS1 2009  4  1  0  0  0.000000  1   -0.435526043170E-09                     
+AR CHPI 2009  4  1  0  0  0.000000  1   -0.432887705619E-07                     
+AR COCO 2009  4  1  0  0  0.000000  1    0.227668347139E-03                     
+AR CONZ 2009  4  1  0  0  0.000000  1   -0.378478787654E-03                     
+AR CRAR 2009  4  1  0  0  0.000000  1   -0.466362078877E-03                     
+AR CRO1 2009  4  1  0  0  0.000000  1    0.665100709548E-03                     
+AR DAEJ 2009  4  1  0  0  0.000000  1   -0.196636088554E-03                     
+AR DARW 2009  4  1  0  0  0.000000  1    0.132492116370E-08                     
+AR DGAR 2009  4  1  0  0  0.000000  1   -0.478841956337E-07                     
+AR DRAO 2009  4  1  0  0  0.000000  1    0.109083677768E-03                     
+AR FAA1 2009  4  1  0  0  0.000000  1   -0.828534763737E-08                     
+AR FAIR 2009  4  1  0  0  0.000000  1   -0.645404244834E-07                     
+AR GLPS 2009  4  1  0  0  0.000000  1   -0.852553268864E-07                     
+AR GUAM 2009  4  1  0  0  0.000000  1   -0.752682702183E-07                     
+AR GUAT 2009  4  1  0  0  0.000000  1    0.766927453538E-08                     
+AR HOB2 2009  4  1  0  0  0.000000  1    0.839706724830E-07                     
+AR HOLM 2009  4  1  0  0  0.000000  1   -0.763619380650E-07                     
+AR HRAO 2009  4  1  0  0  0.000000  1    0.849451820202E-03                     
+AR HYDE 2009  4  1  0  0  0.000000  1    0.622281370129E-08                     
+AR IRKJ 2009  4  1  0  0  0.000000  1    0.163747304964E-03                     
+AR ISPA 2009  4  1  0  0  0.000000  1   -0.937836706002E-07                     
+AR KARR 2009  4  1  0  0  0.000000  1   -0.538384649805E-07                     
+AR KERG 2009  4  1  0  0  0.000000  1    0.816590687376E-03                     
+AR KIR0 2009  4  1  0  0  0.000000  1    0.284101357043E-03                     
+AR KIRU 2009  4  1  0  0  0.000000  1    0.591359815528E-03                     
+AR KOUR 2009  4  1  0  0  0.000000  1    0.125012347232E-03                     
+AR KUNM 2009  4  1  0  0  0.000000  1   -0.313703647919E-08                     
+AR MAL2 2009  4  1  0  0  0.000000  1   -0.587411072907E-08                     
+AR MAS1 2009  4  1  0  0  0.000000  1   -0.101604612425E-03                     
+AR MAW1 2009  4  1  0  0  0.000000  1    0.806246244048E-09                     
+AR MCIL 2009  4  1  0  0  0.000000  1    0.304387694715E-07                     
+AR MCM4 2009  4  1  0  0  0.000000  1   -0.497458568457E-07                     
+AR MDO1 2009  4  1  0  0  0.000000  1   -0.465513248000E-07                     
+AR MDVJ 2009  4  1  0  0  0.000000  1    0.438552668300E-03                     
+AR MKEA 2009  4  1  0  0  0.000000  1   -0.883273133345E-07                     
+AR MOBS 2009  4  1  0  0  0.000000  1    0.178152766396E-08                     
+AR NANO 2009  4  1  0  0  0.000000  1    0.673678339248E-08                     
+AR NLIB 2009  4  1  0  0  0.000000  1   -0.117461912142E-06                     
+AR NNOR 2009  4  1  0  0  0.000000  1    0.365794974264E-03                     
+AR NRC1 2009  4  1  0  0  0.000000  1   -0.449026932308E-05                     
+AR NRIL 2009  4  1  0  0  0.000000  1   -0.449653789837E-07                     
+AR NRMD 2009  4  1  0  0  0.000000  1    0.192393463808E-07                     
+AR NTUS 2009  4  1  0  0  0.000000  1   -0.470164354483E-08                     
+AR NYAL 2009  4  1  0  0  0.000000  1    0.914843813763E-07                     
+AR ONSA 2009  4  1  0  0  0.000000  1   -0.324724326991E-04                     
+AR PDEL 2009  4  1  0  0  0.000000  1   -0.430413435512E-08                     
+AR PERT 2009  4  1  0  0  0.000000  1   -0.565816233884E-07                     
+AR PIMO 2009  4  1  0  0  0.000000  1   -0.522933136122E-07                     
+AR QAQ1 2009  4  1  0  0  0.000000  1   -0.635850317162E-07                     
+AR QUIN 2009  4  1  0  0  0.000000  1   -0.517111323195E-07                     
+AR RABT 2009  4  1  0  0  0.000000  1   -0.430826551684E-07                     
+AR RAMO 2009  4  1  0  0  0.000000  1   -0.289652580937E-07                     
+AR RCMN 2009  4  1  0  0  0.000000  1    0.892078866588E-08                     
+AR REDU 2009  4  1  0  0  0.000000  1   -0.533564735838E-07                     
+AR REUN 2009  4  1  0  0  0.000000  1    0.265385651767E-07                     
+AR SCH2 2009  4  1  0  0  0.000000  1    0.186747572195E-03                     
+AR SCUB 2009  4  1  0  0  0.000000  1   -0.854586950414E-07                     
+AR STJO 2009  4  1  0  0  0.000000  1   -0.699932305605E-05                     
+AR SYDN 2009  4  1  0  0  0.000000  1    0.141005997399E-05                     
+AR THU2 2009  4  1  0  0  0.000000  1   -0.241451519016E-03                     
+AR TOW2 2009  4  1  0  0  0.000000  1   -0.875681358159E-08                     
+AR URUM 2009  4  1  0  0  0.000000  1    0.391249986197E-03                     
+AR VILL 2009  4  1  0  0  0.000000  1   -0.530679679178E-07                     
+AR WTZR 2009  4  1  0  0  0.000000  1    0.432725323870E-07                     
+AR ZIM2 2009  4  1  0  0  0.000000  1    0.273029612511E-07                     
+AR XMIS 2009  4  1  0  0  0.000000  1   -0.553377761321E-09                     
+AR GODZ 2009  4  1  0  0  0.000000  1   -0.469126764590E-03                     
+AR MTKA 2009  4  1  0  0  0.000000  1   -0.640653386733E-07                     
+AR PARK 2009  4  1  0  0  0.000000  1    0.799724251746E-06                     
+AR UNBJ 2009  4  1  0  0  0.000000  1   -0.408470780925E-03                     
+AR NOVM 2009  4  1  0  0  0.000000  1    0.798330338663E-04                     
+AR SUNM 2009  4  1  0  0  0.000000  1   -0.107799422891E-03                     
+AR CEBR 2009  4  1  0  0  0.000000  1    0.719430522182E-03                     
+AR CPXF 2009  4  1  0  0  0.000000  1    0.885281419668E-08                     
+AR IDDR 2009  4  1  0  0  0.000000  1    0.236249084754E-07                     
+AR AZGB 2009  4  1  0  0  0.000000  1    0.336636393411E-03                     
+AR TN22 2009  4  1  0  0  0.000000  1    0.480462506794E-03                     
+AR ETAD 2009  4  1  0  0  0.000000  1    0.322538436178E-07                     
+AR ILHA 2009  4  1  0  0  0.000000  1   -0.178050858135E-08                     
+AR POVE 2009  4  1  0  0  0.000000  1   -0.200350236109E-07                     
+AR RECF 2009  4  1  0  0  0.000000  1    0.221287848135E-07                     
+AR SALU 2009  4  1  0  0  0.000000  1    0.158034596846E-07                     
+AR SAVO 2009  4  1  0  0  0.000000  1    0.172270395078E-07                     
+AR UFPR 2009  4  1  0  0  0.000000  1    0.223606798690E-07                     
+AR YELL 2009  4  1  0  0  0.000000  1    0.233186000000E-06                     
+AS G32  2009  4  1  0  5  0.000000  1    0.280380280920E-03                     
+AS G24  2009  4  1  0  5  0.000000  1    0.177697813035E-03                     
+AS G25  2009  4  1  0  5  0.000000  1    0.333591846869E-03                     
+AS G26  2009  4  1  0  5  0.000000  1    0.543652412009E-04                     
+AS G27  2009  4  1  0  5  0.000000  1    0.369981802750E-04                     
+AS G30  2009  4  1  0  5  0.000000  1    0.136150327093E-03                     
+AS G03  2009  4  1  0  5  0.000000  1    0.373240858831E-03                     
+AS G04  2009  4  1  0  5  0.000000  1   -0.340743123581E-04                     
+AS G06  2009  4  1  0  5  0.000000  1    0.594443064962E-04                     
+AS G08  2009  4  1  0  5  0.000000  1   -0.196480759712E-03                     
+AS G09  2009  4  1  0  5  0.000000  1    0.483704449911E-04                     
+AS G10  2009  4  1  0  5  0.000000  1   -0.135947186182E-04                     
+AS G14  2009  4  1  0  5  0.000000  1   -0.132639490965E-03                     
+AS G13  2009  4  1  0  5  0.000000  1    0.293215419350E-03                     
+AS G28  2009  4  1  0  5  0.000000  1   -0.238266193118E-04                     
+AS G21  2009  4  1  0  5  0.000000  1    0.216078552345E-04                     
+AS G11  2009  4  1  0  5  0.000000  1    0.280347046545E-05                     
+AS G22  2009  4  1  0  5  0.000000  1    0.202452448837E-03                     
+AS G20  2009  4  1  0  5  0.000000  1    0.866017348485E-04                     
+AS G18  2009  4  1  0  5  0.000000  1   -0.696719251792E-04                     
+AS G16  2009  4  1  0  5  0.000000  1    0.631285947158E-04                     
+AS G19  2009  4  1  0  5  0.000000  1    0.293933502072E-04                     
+AS G23  2009  4  1  0  5  0.000000  1    0.388970410398E-03                     
+AS G02  2009  4  1  0  5  0.000000  1    0.153949411902E-03                     
+AS G31  2009  4  1  0  5  0.000000  1   -0.564270584423E-04                     
+AS G17  2009  4  1  0  5  0.000000  1    0.523700347422E-04                     
+AS G12  2009  4  1  0  5  0.000000  1   -0.299722280068E-03                     
+AS G15  2009  4  1  0  5  0.000000  1   -0.275816985707E-03                     
+AS G29  2009  4  1  0  5  0.000000  1    0.467810667021E-05                     
+AS G07  2009  4  1  0  5  0.000000  1    0.210004957204E-04                     
+AS R02  2009  4  1  0  5  0.000000  1    0.207855013523E-04                     
+AS R03  2009  4  1  0  5  0.000000  1   -0.341564434457E-04                     
+AS R04  2009  4  1  0  5  0.000000  1    0.641240952587E-04                     
+AS R06  2009  4  1  0  5  0.000000  1   -0.169215264507E-03                     
+AS R07  2009  4  1  0  5  0.000000  1   -0.892931571050E-04                     
+AS R08  2009  4  1  0  5  0.000000  1   -0.102034978091E-03                     
+AS R10  2009  4  1  0  5  0.000000  1   -0.140864967774E-03                     
+AS R11  2009  4  1  0  5  0.000000  1   -0.925879373914E-04                     
+AS R13  2009  4  1  0  5  0.000000  1   -0.230594799551E-03                     
+AS R14  2009  4  1  0  5  0.000000  1   -0.797435649701E-04                     
+AS R15  2009  4  1  0  5  0.000000  1    0.920690505670E-04                     
+AS R17  2009  4  1  0  5  0.000000  1   -0.261221348698E-03                     
+AS R18  2009  4  1  0  5  0.000000  1   -0.132953892882E-05                     
+AS R19  2009  4  1  0  5  0.000000  1   -0.893773726817E-04                     
+AS R20  2009  4  1  0  5  0.000000  1   -0.650032202812E-04                     
+AS R21  2009  4  1  0  5  0.000000  1   -0.143286422104E-03                     
+AS R22  2009  4  1  0  5  0.000000  1   -0.201460939799E-03                     
+AS R23  2009  4  1  0  5  0.000000  1   -0.200532467092E-03                     
+AR ALGO 2009  4  1  0  5  0.000000  1    0.803354358638E-04                     
+AR ALIC 2009  4  1  0  5  0.000000  1    0.937793974439E-08                     
+AR AMC2 2009  4  1  0  5  0.000000  1    0.401287860379E-09                     
+AR ANKR 2009  4  1  0  5  0.000000  1   -0.603117173107E-04                     
+AR ARTU 2009  4  1  0  5  0.000000  1   -0.768014486277E-07                     
+AR ASPA 2009  4  1  0  5  0.000000  1    0.281545295296E-07                     
+AR BHR1 2009  4  1  0  5  0.000000  1    0.563382338022E-03                     
+AR BARH 2009  4  1  0  5  0.000000  1   -0.251337153161E-08                     
+AR BJFS 2009  4  1  0  5  0.000000  1   -0.397714179945E-07                     
+AR BOGT 2009  4  1  0  5  0.000000  1   -0.608995000318E-07                     
+AR BRMU 2009  4  1  0  5  0.000000  1   -0.612801745144E-04                     
+AR CAGZ 2009  4  1  0  5  0.000000  1   -0.196107158199E-03                     
+AR CAS1 2009  4  1  0  5  0.000000  1    0.132851984019E-08                     
+AR CHAT 2009  4  1  0  5  0.000000  1   -0.579270189505E-07                     
+AR CHPI 2009  4  1  0  5  0.000000  1   -0.418721407251E-07                     
+AR COCO 2009  4  1  0  5  0.000000  1    0.227671407159E-03                     
+AR CONZ 2009  4  1  0  5  0.000000  1    0.486403685361E-03                     
+AR CRAR 2009  4  1  0  5  0.000000  1   -0.491399454056E-03                     
+AR CRO1 2009  4  1  0  5  0.000000  1    0.665100724159E-03                     
+AR DAEJ 2009  4  1  0  5  0.000000  1   -0.196635814468E-03                     
+AR DARW 2009  4  1  0  5  0.000000  1    0.141110124351E-08                     
+AR DGAR 2009  4  1  0  5  0.000000  1   -0.499529626191E-07                     
+AR DRAO 2009  4  1  0  5  0.000000  1    0.109120297869E-03                     
+AR FAA1 2009  4  1  0  5  0.000000  1   -0.115632393606E-07                     
+AR FAIR 2009  4  1  0  5  0.000000  1   -0.699521520015E-07                     
+AR GLPS 2009  4  1  0  5  0.000000  1   -0.846494299502E-07                     
+AR GUAM 2009  4  1  0  5  0.000000  1   -0.745628522387E-07                     
+AR GUAT 2009  4  1  0  5  0.000000  1    0.109251374574E-07                     
+AR HOB2 2009  4  1  0  5  0.000000  1    0.839834031227E-07                     
+AR HOFN 2009  4  1  0  5  0.000000  1    0.238634994714E-03                     
+AR HOLM 2009  4  1  0  5  0.000000  1   -0.705790934511E-07                     
+AR HRAO 2009  4  1  0  5  0.000000  1    0.849451884601E-03                     
+AR HYDE 2009  4  1  0  5  0.000000  1    0.707648287251E-08                     
+AR IRKJ 2009  4  1  0  5  0.000000  1    0.163747296616E-03                     
+AR ISPA 2009  4  1  0  5  0.000000  1   -0.890661156818E-07                     
+AR KARR 2009  4  1  0  5  0.000000  1   -0.476099753902E-07                     
+AR KERG 2009  4  1  0  5  0.000000  1    0.816601899427E-03                     
+AR KHAJ 2009  4  1  0  5  0.000000  1   -0.150851911376E-05                     
+AR KIR0 2009  4  1  0  5  0.000000  1    0.284094386304E-03                     
+AR KIRU 2009  4  1  0  5  0.000000  1    0.591358198367E-03                     
+AR KOUR 2009  4  1  0  5  0.000000  1    0.125012344464E-03                     
+AR KUNM 2009  4  1  0  5  0.000000  1   -0.205517797541E-07                     
+AR MAL2 2009  4  1  0  5  0.000000  1   -0.508292371185E-08                     
+AR MAS1 2009  4  1  0  5  0.000000  1   -0.101604982671E-03                     
+AR MAW1 2009  4  1  0  5  0.000000  1   -0.309655182593E-09                     
+AR MCIL 2009  4  1  0  5  0.000000  1    0.307192538184E-07                     
+AR MCM4 2009  4  1  0  5  0.000000  1   -0.496964892718E-07                     
+AR MDO1 2009  4  1  0  5  0.000000  1   -0.469895578024E-07                     
+AR MDVJ 2009  4  1  0  5  0.000000  1    0.438552654792E-03                     
+AR MKEA 2009  4  1  0  5  0.000000  1   -0.914294821114E-07                     
+AR MOBS 2009  4  1  0  5  0.000000  1    0.223888584915E-08                     
+AR NANO 2009  4  1  0  5  0.000000  1    0.527293477390E-08                     
+AR NLIB 2009  4  1  0  5  0.000000  1   -0.117520445927E-06                     
+AR NNOR 2009  4  1  0  5  0.000000  1    0.365794455280E-03                     
+AR NRC1 2009  4  1  0  5  0.000000  1   -0.449026276135E-05                     
+AR NRIL 2009  4  1  0  5  0.000000  1   -0.561313648668E-07                     
+AR NRMD 2009  4  1  0  5  0.000000  1    0.269233309928E-07                     
+AR NTUS 2009  4  1  0  5  0.000000  1   -0.194604626604E-08                     
+AR NYAL 2009  4  1  0  5  0.000000  1    0.914762534081E-07                     
+AR OHI3 2009  4  1  0  5  0.000000  1    0.186853769472E-03                     
+AR ONSA 2009  4  1  0  5  0.000000  1   -0.324724977814E-04                     
+AR PDEL 2009  4  1  0  5  0.000000  1   -0.417759872954E-08                     
+AR PERT 2009  4  1  0  5  0.000000  1   -0.512449727434E-07                     
+AR PETP 2009  4  1  0  5  0.000000  1   -0.580158018547E-07                     
+AR PIMO 2009  4  1  0  5  0.000000  1   -0.529982698410E-07                     
+AR QAQ1 2009  4  1  0  5  0.000000  1   -0.639007500056E-07                     
+AR QUIN 2009  4  1  0  5  0.000000  1   -0.506465593874E-07                     
+AR RABT 2009  4  1  0  5  0.000000  1   -0.416643281938E-07                     
+AR RAMO 2009  4  1  0  5  0.000000  1    0.183039612965E-07                     
+AR RCMN 2009  4  1  0  5  0.000000  1    0.888868955765E-08                     
+AR REDU 2009  4  1  0  5  0.000000  1   -0.435239846567E-07                     
+AR REUN 2009  4  1  0  5  0.000000  1    0.253042426393E-07                     
+AR REYK 2009  4  1  0  5  0.000000  1    0.624959107541E-04                     
+AR SCH2 2009  4  1  0  5  0.000000  1    0.186762642508E-03                     
+AR SCUB 2009  4  1  0  5  0.000000  1   -0.852400697897E-07                     
+AR STJO 2009  4  1  0  5  0.000000  1   -0.699963657928E-05                     
+AR SYDN 2009  4  1  0  5  0.000000  1    0.141001369960E-05                     
+AR SYOG 2009  4  1  0  5  0.000000  1    0.140052625885E-04                     
+AR THU2 2009  4  1  0  5  0.000000  1   -0.243453593538E-03                     
+AR TOW2 2009  4  1  0  5  0.000000  1   -0.702838367882E-08                     
+AR URUM 2009  4  1  0  5  0.000000  1    0.321306185781E-03                     
+AR VESL 2009  4  1  0  5  0.000000  1    0.186134210395E-03                     
+AR VILL 2009  4  1  0  5  0.000000  1   -0.524798852235E-07                     
+AR WTZR 2009  4  1  0  5  0.000000  1    0.432711786137E-07                     
+AR WUHN 2009  4  1  0  5  0.000000  1   -0.455537741891E-07                     
+AR YSSK 2009  4  1  0  5  0.000000  1   -0.487623200488E-07                     
+AR ZIM2 2009  4  1  0  5  0.000000  1    0.275262623802E-07                     
+AR XMIS 2009  4  1  0  5  0.000000  1   -0.558673672674E-09                     
+AR GODZ 2009  4  1  0  5  0.000000  1   -0.469126738700E-03                     
+AR MTKA 2009  4  1  0  5  0.000000  1   -0.687802377415E-07                     
+AR PARK 2009  4  1  0  5  0.000000  1    0.800149288619E-06                     
+AR UNBJ 2009  4  1  0  5  0.000000  1   -0.482433915867E-03                     
+AR NOVM 2009  4  1  0  5  0.000000  1    0.798330127442E-04                     
+AR SUNM 2009  4  1  0  5  0.000000  1   -0.265129232297E-03                     
+AR CEBR 2009  4  1  0  5  0.000000  1    0.719430492572E-03                     
+AR CPXF 2009  4  1  0  5  0.000000  1    0.753068973358E-08                     
+AR IDDR 2009  4  1  0  5  0.000000  1    0.203968492276E-07                     
+AR AZGB 2009  4  1  0  5  0.000000  1    0.197329641972E-03                     
+AR TN22 2009  4  1  0  5  0.000000  1    0.403474914269E-03                     
+AR ETAD 2009  4  1  0  5  0.000000  1    0.301377007015E-07                     
+AR ILHA 2009  4  1  0  5  0.000000  1   -0.274771754453E-08                     
+AR POVE 2009  4  1  0  5  0.000000  1   -0.189436693941E-07                     
+AR RECF 2009  4  1  0  5  0.000000  1    0.220255803859E-07                     
+AR SALU 2009  4  1  0  5  0.000000  1    0.165650191932E-07                     
+AR SAVO 2009  4  1  0  5  0.000000  1    0.191882971573E-07                     
+AR UFPR 2009  4  1  0  5  0.000000  1    0.234162451760E-07                     
+AR YELL 2009  4  1  0  5  0.000000  1    0.233256000000E-06                     
+AS G32  2009  4  1  0 10  0.000000  1    0.280378862591E-03                     
+AS G24  2009  4  1  0 10  0.000000  1    0.177699254439E-03                     
+AS G25  2009  4  1  0 10  0.000000  1    0.333598432216E-03                     
+AS G26  2009  4  1  0 10  0.000000  1    0.543657967108E-04                     
+AS G27  2009  4  1  0 10  0.000000  1    0.369997754196E-04                     
+AS G30  2009  4  1  0 10  0.000000  1    0.136150746615E-03                     
+AS G03  2009  4  1  0 10  0.000000  1    0.373241764128E-03                     
+AS G04  2009  4  1  0 10  0.000000  1   -0.340787073107E-04                     
+AS G06  2009  4  1  0 10  0.000000  1    0.594497363055E-04                     
+AS G08  2009  4  1  0 10  0.000000  1   -0.196481783819E-03                     
+AS G09  2009  4  1  0 10  0.000000  1    0.483713239409E-04                     
+AS G10  2009  4  1  0 10  0.000000  1   -0.135948746201E-04                     
+AS G14  2009  4  1  0 10  0.000000  1   -0.132637829954E-03                     
+AS G13  2009  4  1  0 10  0.000000  1    0.293215688159E-03                     
+AS G28  2009  4  1  0 10  0.000000  1   -0.238267122842E-04                     
+AS G21  2009  4  1  0 10  0.000000  1    0.216072467768E-04                     
+AS G11  2009  4  1  0 10  0.000000  1    0.280307446213E-05                     
+AS G22  2009  4  1  0 10  0.000000  1    0.202452833171E-03                     
+AS G20  2009  4  1  0 10  0.000000  1    0.866014296206E-04                     
+AS G18  2009  4  1  0 10  0.000000  1   -0.696708626337E-04                     
+AS G16  2009  4  1  0 10  0.000000  1    0.631277401623E-04                     
+AS G19  2009  4  1  0 10  0.000000  1    0.293932347795E-04                     
+AS G23  2009  4  1  0 10  0.000000  1    0.388970636868E-03                     
+AS G02  2009  4  1  0 10  0.000000  1    0.153949119351E-03                     
+AS G31  2009  4  1  0 10  0.000000  1   -0.564272563413E-04                     
+AS G17  2009  4  1  0 10  0.000000  1    0.523707077430E-04                     
+AS G12  2009  4  1  0 10  0.000000  1   -0.299720918763E-03                     
+AS G15  2009  4  1  0 10  0.000000  1   -0.275818352855E-03                     
+AS G29  2009  4  1  0 10  0.000000  1    0.467949269524E-05                     
+AS G07  2009  4  1  0 10  0.000000  1    0.210002932474E-04                     
+AS R02  2009  4  1  0 10  0.000000  1    0.207844004943E-04                     
+AS R03  2009  4  1  0 10  0.000000  1   -0.341572880825E-04                     
+AS R04  2009  4  1  0 10  0.000000  1    0.641219646743E-04                     
+AS R06  2009  4  1  0 10  0.000000  1   -0.169216011579E-03                     
+AS R07  2009  4  1  0 10  0.000000  1   -0.892912330219E-04                     
+AS R08  2009  4  1  0 10  0.000000  1   -0.102034783044E-03                     
+AS R10  2009  4  1  0 10  0.000000  1   -0.140865063595E-03                     
+AS R11  2009  4  1  0 10  0.000000  1   -0.925882659514E-04                     
+AS R13  2009  4  1  0 10  0.000000  1   -0.230595217343E-03                     
+AS R14  2009  4  1  0 10  0.000000  1   -0.797421785105E-04                     
+AS R15  2009  4  1  0 10  0.000000  1    0.920697557030E-04                     
+AS R17  2009  4  1  0 10  0.000000  1   -0.261221558580E-03                     
+AS R18  2009  4  1  0 10  0.000000  1   -0.132974318482E-05                     
+AS R19  2009  4  1  0 10  0.000000  1   -0.893776351749E-04                     
+AS R20  2009  4  1  0 10  0.000000  1   -0.650037012824E-04                     
+AS R21  2009  4  1  0 10  0.000000  1   -0.143286479855E-03                     
+AS R22  2009  4  1  0 10  0.000000  1   -0.201461747535E-03                     
+AS R23  2009  4  1  0 10  0.000000  1   -0.200531123982E-03                     
+AR ALGO 2009  4  1  0 10  0.000000  1    0.803393355758E-04                     
+AR ALIC 2009  4  1  0 10  0.000000  1    0.908265552058E-08                     
+AR AMC2 2009  4  1  0 10  0.000000  1    0.387216630162E-09                     
+AR ANKR 2009  4  1  0 10  0.000000  1    0.154270417011E-04                     
+AR ARTU 2009  4  1  0 10  0.000000  1   -0.715892987535E-07                     
+AR ASPA 2009  4  1  0 10  0.000000  1    0.281367496682E-07                     
+AR BHR1 2009  4  1  0 10  0.000000  1    0.563382261873E-03                     
+AR BARH 2009  4  1  0 10  0.000000  1   -0.231216254301E-08                     
+AR BOGT 2009  4  1  0 10  0.000000  1   -0.594374874406E-07                     
+AR BRMU 2009  4  1  0 10  0.000000  1    0.434592113713E-03                     
+AR CAGZ 2009  4  1  0 10  0.000000  1    0.277287985057E-04                     
+AR CAS1 2009  4  1  0 10  0.000000  1    0.510837925851E-09                     
+AR CHAT 2009  4  1  0 10  0.000000  1   -0.578559266019E-07                     
+AR CHPI 2009  4  1  0 10  0.000000  1   -0.448718576338E-07                     
+AR COCO 2009  4  1  0 10  0.000000  1    0.227673857429E-03                     
+AR CONZ 2009  4  1  0 10  0.000000  1    0.350707047788E-03                     
+AR CRAR 2009  4  1  0 10  0.000000  1    0.483569126568E-03                     
+AR CRO1 2009  4  1  0 10  0.000000  1    0.665100760481E-03                     
+AR DAEJ 2009  4  1  0 10  0.000000  1   -0.196635345992E-03                     
+AR DARW 2009  4  1  0 10  0.000000  1   -0.241495077311E-08                     
+AR DGAR 2009  4  1  0 10  0.000000  1   -0.505219659092E-07                     
+AR DRAO 2009  4  1  0 10  0.000000  1    0.109157026448E-03                     
+AR FAA1 2009  4  1  0 10  0.000000  1   -0.150385397554E-07                     
+AR FAIR 2009  4  1  0 10  0.000000  1   -0.678424791488E-07                     
+AR GLPS 2009  4  1  0 10  0.000000  1   -0.852282624991E-07                     
+AR GUAM 2009  4  1  0 10  0.000000  1   -0.750933264033E-07                     
+AR GUAT 2009  4  1  0 10  0.000000  1    0.888742759340E-08                     
+AR HOB2 2009  4  1  0 10  0.000000  1    0.840031827526E-07                     
+AR HOFN 2009  4  1  0 10  0.000000  1    0.317070087264E-03                     
+AR HOLM 2009  4  1  0 10  0.000000  1   -0.696061947935E-07                     
+AR HRAO 2009  4  1  0 10  0.000000  1    0.849451944474E-03                     
+AR HYDE 2009  4  1  0 10  0.000000  1    0.608362133966E-08                     
+AR IRKJ 2009  4  1  0 10  0.000000  1    0.163747242654E-03                     
+AR ISPA 2009  4  1  0 10  0.000000  1   -0.839547514867E-07                     
+AR KARR 2009  4  1  0 10  0.000000  1   -0.463641570456E-07                     
+AR KERG 2009  4  1  0 10  0.000000  1    0.816612900957E-03                     
+AR KHAJ 2009  4  1  0 10  0.000000  1   -0.150853956117E-05                     
+AR KIR0 2009  4  1  0 10  0.000000  1    0.284087427733E-03                     
+AR KIRU 2009  4  1  0 10  0.000000  1    0.591357206967E-03                     
+AR KIT3 2009  4  1  0 10  0.000000  1   -0.144039510266E-07                     
+AR KOUR 2009  4  1  0 10  0.000000  1    0.125012330232E-03                     
+AR KUNM 2009  4  1  0 10  0.000000  1    0.211338068758E-07                     
+AR MAL2 2009  4  1  0 10  0.000000  1   -0.689928753485E-08                     
+AR MAS1 2009  4  1  0 10  0.000000  1   -0.101605464145E-03                     
+AR MAW1 2009  4  1  0 10  0.000000  1   -0.599313465956E-09                     
+AR MCIL 2009  4  1  0 10  0.000000  1    0.303866648582E-07                     
+AR MCM4 2009  4  1  0 10  0.000000  1   -0.513738603962E-07                     
+AR MDO1 2009  4  1  0 10  0.000000  1   -0.502926709315E-07                     
+AR MDVJ 2009  4  1  0 10  0.000000  1    0.438552619176E-03                     
+AR MKEA 2009  4  1  0 10  0.000000  1   -0.928002854296E-07                     
+AR MOBS 2009  4  1  0 10  0.000000  1    0.182128863495E-08                     
+AR NANO 2009  4  1  0 10  0.000000  1    0.586646287705E-08                     
+AR NLIB 2009  4  1  0 10  0.000000  1   -0.117528135887E-06                     
+AR NNOR 2009  4  1  0 10  0.000000  1    0.365795067583E-03                     
+AR NRC1 2009  4  1  0 10  0.000000  1   -0.449022196667E-05                     
+AR NRIL 2009  4  1  0 10  0.000000  1   -0.604020622797E-07                     
+AR NRMD 2009  4  1  0 10  0.000000  1    0.271580883923E-07                     
+AR NTUS 2009  4  1  0 10  0.000000  1   -0.173129488808E-08                     
+AR NYAL 2009  4  1  0 10  0.000000  1    0.914824218317E-07                     
+AR OHI3 2009  4  1  0 10  0.000000  1    0.275187103789E-03                     
+AR ONSA 2009  4  1  0 10  0.000000  1   -0.324725560246E-04                     
+AR PDEL 2009  4  1  0 10  0.000000  1   -0.375420224325E-08                     
+AR PERT 2009  4  1  0 10  0.000000  1   -0.480443134345E-07                     
+AR PETP 2009  4  1  0 10  0.000000  1   -0.534325301501E-07                     
+AR PIMO 2009  4  1  0 10  0.000000  1   -0.565916657159E-07                     
+AR QAQ1 2009  4  1  0 10  0.000000  1   -0.639685517864E-07                     
+AR QUIN 2009  4  1  0 10  0.000000  1   -0.492794483272E-07                     
+AR RABT 2009  4  1  0 10  0.000000  1   -0.451944626032E-07                     
+AR RAMO 2009  4  1  0 10  0.000000  1    0.150598723953E-06                     
+AR RCMN 2009  4  1  0 10  0.000000  1    0.870445487930E-08                     
+AR REDU 2009  4  1  0 10  0.000000  1   -0.418878323327E-07                     
+AR REYK 2009  4  1  0 10  0.000000  1    0.799125577153E-04                     
+AR SCH2 2009  4  1  0 10  0.000000  1    0.186778050938E-03                     
+AR SCUB 2009  4  1  0 10  0.000000  1   -0.820358801711E-07                     
+AR STJO 2009  4  1  0 10  0.000000  1   -0.699994449145E-05                     
+AR SYDN 2009  4  1  0 10  0.000000  1    0.141002242958E-05                     
+AR SYOG 2009  4  1  0 10  0.000000  1    0.140053364794E-04                     
+AR THU2 2009  4  1  0 10  0.000000  1   -0.245455810690E-03                     
+AR TOW2 2009  4  1  0 10  0.000000  1   -0.169995405974E-08                     
+AR URUM 2009  4  1  0 10  0.000000  1    0.251456939775E-03                     
+AR VESL 2009  4  1  0 10  0.000000  1    0.223316545538E-03                     
+AR VILL 2009  4  1  0 10  0.000000  1   -0.523893140120E-07                     
+AR WTZR 2009  4  1  0 10  0.000000  1    0.432777594352E-07                     
+AR WUHN 2009  4  1  0 10  0.000000  1   -0.476925885372E-07                     
+AR YSSK 2009  4  1  0 10  0.000000  1   -0.505641201632E-07                     
+AR ZIM2 2009  4  1  0 10  0.000000  1    0.276535059368E-07                     
+AR XMIS 2009  4  1  0 10  0.000000  1    0.127379095825E-10                     
+AR GODZ 2009  4  1  0 10  0.000000  1   -0.469126687806E-03                     
+AR MTKA 2009  4  1  0 10  0.000000  1   -0.777964009146E-07                     
+AR PARK 2009  4  1  0 10  0.000000  1    0.800493083295E-06                     
+AR UNBJ 2009  4  1  0 10  0.000000  1    0.443526336226E-03                     
+AR NOVM 2009  4  1  0 10  0.000000  1    0.798329811576E-04                     
+AR SUNM 2009  4  1  0 10  0.000000  1   -0.422738556879E-03                     
+AR CEBR 2009  4  1  0 10  0.000000  1    0.719430488562E-03                     
+AR CPXF 2009  4  1  0 10  0.000000  1    0.734105391910E-08                     
+AR IDDR 2009  4  1  0 10  0.000000  1    0.221462559398E-07                     
+AR AZGB 2009  4  1  0 10  0.000000  1    0.580842730303E-04                     
+AR TN22 2009  4  1  0 10  0.000000  1    0.327141382677E-03                     
+AR ETAD 2009  4  1  0 10  0.000000  1    0.269692309122E-07                     
+AR ILHA 2009  4  1  0 10  0.000000  1   -0.327258341915E-08                     
+AR POVE 2009  4  1  0 10  0.000000  1   -0.181463954533E-07                     
+AR RECF 2009  4  1  0 10  0.000000  1    0.192964312585E-07                     
+AR SALU 2009  4  1  0 10  0.000000  1    0.175465185111E-07                     
+AR SAVO 2009  4  1  0 10  0.000000  1    0.196295472102E-07                     
+AR UFPR 2009  4  1  0 10  0.000000  1    0.220114620438E-07                     
+AR YELL 2009  4  1  0 10  0.000000  1    0.233326000000E-06                     
+AS G32  2009  4  1  0 15  0.000000  1    0.280377529121E-03                     
+AS G24  2009  4  1  0 15  0.000000  1    0.177700811769E-03                     
+AS G25  2009  4  1  0 15  0.000000  1    0.333605007953E-03                     
+AS G26  2009  4  1  0 15  0.000000  1    0.543663885422E-04                     
+AS G27  2009  4  1  0 15  0.000000  1    0.370008869507E-04                     
+AS G30  2009  4  1  0 15  0.000000  1    0.136150882480E-03                     
+AS G03  2009  4  1  0 15  0.000000  1    0.373243664973E-03                     
+AS G04  2009  4  1  0 15  0.000000  1   -0.340831221062E-04                     
+AS G06  2009  4  1  0 15  0.000000  1    0.594551165040E-04                     
+AS G08  2009  4  1  0 15  0.000000  1   -0.196482215491E-03                     
+AS G09  2009  4  1  0 15  0.000000  1    0.483726208124E-04                     
+AS G10  2009  4  1  0 15  0.000000  1   -0.135950003518E-04                     
+AS G14  2009  4  1  0 15  0.000000  1   -0.132636276823E-03                     
+AS G13  2009  4  1  0 15  0.000000  1    0.293216027335E-03                     
+AS G28  2009  4  1  0 15  0.000000  1   -0.238265859798E-04                     
+AS G21  2009  4  1  0 15  0.000000  1    0.216066574965E-04                     
+AS G11  2009  4  1  0 15  0.000000  1    0.280265575828E-05                     
+AS G22  2009  4  1  0 15  0.000000  1    0.202452547475E-03                     
+AS G20  2009  4  1  0 15  0.000000  1    0.866010293708E-04                     
+AS G18  2009  4  1  0 15  0.000000  1   -0.696700848975E-04                     
+AS G16  2009  4  1  0 15  0.000000  1    0.631267707065E-04                     
+AS G19  2009  4  1  0 15  0.000000  1    0.293928856747E-04                     
+AS G23  2009  4  1  0 15  0.000000  1    0.388970883775E-03                     
+AS G02  2009  4  1  0 15  0.000000  1    0.153949012571E-03                     
+AS G31  2009  4  1  0 15  0.000000  1   -0.564277272436E-04                     
+AS G17  2009  4  1  0 15  0.000000  1    0.523710414219E-04                     
+AS G12  2009  4  1  0 15  0.000000  1   -0.299719975385E-03                     
+AS G15  2009  4  1  0 15  0.000000  1   -0.275819502572E-03                     
+AS G29  2009  4  1  0 15  0.000000  1    0.468039942780E-05                     
+AS G07  2009  4  1  0 15  0.000000  1    0.209998888030E-04                     
+AS R02  2009  4  1  0 15  0.000000  1    0.207833588879E-04                     
+AS R03  2009  4  1  0 15  0.000000  1   -0.341576325571E-04                     
+AS R04  2009  4  1  0 15  0.000000  1    0.641195341528E-04                     
+AS R06  2009  4  1  0 15  0.000000  1   -0.169215638913E-03                     
+AS R07  2009  4  1  0 15  0.000000  1   -0.892911011267E-04                     
+AS R08  2009  4  1  0 15  0.000000  1   -0.102034772080E-03                     
+AS R10  2009  4  1  0 15  0.000000  1   -0.140864960978E-03                     
+AS R11  2009  4  1  0 15  0.000000  1   -0.925883377594E-04                     
+AS R13  2009  4  1  0 15  0.000000  1   -0.230595726463E-03                     
+AS R14  2009  4  1  0 15  0.000000  1   -0.797411069165E-04                     
+AS R15  2009  4  1  0 15  0.000000  1    0.920699214720E-04                     
+AS R17  2009  4  1  0 15  0.000000  1   -0.261221819539E-03                     
+AS R18  2009  4  1  0 15  0.000000  1   -0.133004667375E-05                     
+AS R19  2009  4  1  0 15  0.000000  1   -0.893780765180E-04                     
+AS R20  2009  4  1  0 15  0.000000  1   -0.650035656016E-04                     
+AS R21  2009  4  1  0 15  0.000000  1   -0.143287048718E-03                     
+AS R22  2009  4  1  0 15  0.000000  1   -0.201462586648E-03                     
+AS R23  2009  4  1  0 15  0.000000  1   -0.200529123477E-03                     
+AR ALGO 2009  4  1  0 15  0.000000  1    0.803432939490E-04                     
+AR ALIC 2009  4  1  0 15  0.000000  1    0.730018603150E-08                     
+AR AMC2 2009  4  1  0 15  0.000000  1    0.387760571464E-09                     
+AR ANKR 2009  4  1  0 15  0.000000  1    0.911279391181E-04                     
+AR ARTU 2009  4  1  0 15  0.000000  1   -0.680938190706E-07                     
+AR ASPA 2009  4  1  0 15  0.000000  1    0.267663591233E-07                     
+AR BHR1 2009  4  1  0 15  0.000000  1    0.563382233279E-03                     
+AR BARH 2009  4  1  0 15  0.000000  1   -0.449333930886E-08                     
+AR BJFS 2009  4  1  0 15  0.000000  1   -0.481709897257E-07                     
+AR BOGT 2009  4  1  0 15  0.000000  1   -0.587949009108E-07                     
+AR BRMU 2009  4  1  0 15  0.000000  1   -0.698448929769E-04                     
+AR CAGZ 2009  4  1  0 15  0.000000  1    0.251561003861E-03                     
+AR CAS1 2009  4  1  0 15  0.000000  1   -0.214976086072E-08                     
+AR CHAT 2009  4  1  0 15  0.000000  1   -0.569440328265E-07                     
+AR CHPI 2009  4  1  0 15  0.000000  1   -0.580666594196E-07                     
+AR COCO 2009  4  1  0 15  0.000000  1    0.227675630216E-03                     
+AR CONZ 2009  4  1  0 15  0.000000  1    0.215394731490E-03                     
+AR CRAR 2009  4  1  0 15  0.000000  1    0.458518445657E-03                     
+AR CRO1 2009  4  1  0 15  0.000000  1    0.665100779110E-03                     
+AR DAEJ 2009  4  1  0 15  0.000000  1   -0.196635317393E-03                     
+AR DARW 2009  4  1  0 15  0.000000  1    0.631237805466E-09                     
+AR DGAR 2009  4  1  0 15  0.000000  1   -0.567495705571E-07                     
+AR DRAO 2009  4  1  0 15  0.000000  1    0.109193774472E-03                     
+AR FAA1 2009  4  1  0 15  0.000000  1   -0.152630400647E-07                     
+AR FAIR 2009  4  1  0 15  0.000000  1   -0.677227913051E-07                     
+AR GLPS 2009  4  1  0 15  0.000000  1   -0.847954242471E-07                     
+AR GUAM 2009  4  1  0 15  0.000000  1   -0.752290996749E-07                     
+AR GUAT 2009  4  1  0 15  0.000000  1    0.116441497304E-07                     
+AR HOB2 2009  4  1  0 15  0.000000  1    0.840173773455E-07                     
+AR HOFN 2009  4  1  0 15  0.000000  1    0.395506004007E-03                     
+AR HOLM 2009  4  1  0 15  0.000000  1   -0.646247461759E-07                     
+AR HRAO 2009  4  1  0 15  0.000000  1    0.849452015462E-03                     
+AR HYDE 2009  4  1  0 15  0.000000  1    0.920233700525E-08                     
+AR IRKJ 2009  4  1  0 15  0.000000  1    0.163747230499E-03                     
+AR ISPA 2009  4  1  0 15  0.000000  1   -0.811188699463E-07                     
+AR KARR 2009  4  1  0 15  0.000000  1   -0.467403139191E-07                     
+AR KERG 2009  4  1  0 15  0.000000  1    0.816624214220E-03                     
+AR KHAJ 2009  4  1  0 15  0.000000  1   -0.150855316034E-05                     
+AR KIR0 2009  4  1  0 15  0.000000  1    0.284080441714E-03                     
+AR KIRU 2009  4  1  0 15  0.000000  1    0.591357283150E-03                     
+AR KIT3 2009  4  1  0 15  0.000000  1   -0.146589192928E-08                     
+AR KOUR 2009  4  1  0 15  0.000000  1    0.125012312879E-03                     
+AR KUNM 2009  4  1  0 15  0.000000  1    0.485049749986E-07                     
+AR MAL2 2009  4  1  0 15  0.000000  1   -0.799182671162E-08                     
+AR MAS1 2009  4  1  0 15  0.000000  1   -0.101605936238E-03                     
+AR MAW1 2009  4  1  0 15  0.000000  1   -0.307280392003E-09                     
+AR MCIL 2009  4  1  0 15  0.000000  1    0.328340226433E-07                     
+AR MCM4 2009  4  1  0 15  0.000000  1   -0.523219125621E-07                     
+AR MDO1 2009  4  1  0 15  0.000000  1   -0.519935714981E-07                     
+AR MDVJ 2009  4  1  0 15  0.000000  1    0.438552622464E-03                     
+AR MKEA 2009  4  1  0 15  0.000000  1   -0.964076003288E-07                     
+AR MOBS 2009  4  1  0 15  0.000000  1    0.297536133590E-09                     
+AR NANO 2009  4  1  0 15  0.000000  1    0.495837238677E-08                     
+AR NLIB 2009  4  1  0 15  0.000000  1   -0.117540017564E-06                     
+AR NNOR 2009  4  1  0 15  0.000000  1    0.365794812992E-03                     
+AR NRC1 2009  4  1  0 15  0.000000  1   -0.449021231706E-05                     
+AR NRIL 2009  4  1  0 15  0.000000  1   -0.573073490659E-07                     
+AR NRMD 2009  4  1  0 15  0.000000  1    0.264110652167E-07                     
+AR NTUS 2009  4  1  0 15  0.000000  1    0.771828934795E-09                     
+AR NYAL 2009  4  1  0 15  0.000000  1    0.914951275631E-07                     
+AR OHI3 2009  4  1  0 15  0.000000  1    0.363148513997E-03                     
+AR ONSA 2009  4  1  0 15  0.000000  1   -0.324726018406E-04                     
+AR PDEL 2009  4  1  0 15  0.000000  1   -0.385019623185E-08                     
+AR PERT 2009  4  1  0 15  0.000000  1   -0.495485432718E-07                     
+AR PETP 2009  4  1  0 15  0.000000  1   -0.510267001554E-07                     
+AR PIMO 2009  4  1  0 15  0.000000  1   -0.613002069418E-07                     
+AR QAQ1 2009  4  1  0 15  0.000000  1   -0.623763587118E-07                     
+AR QUIN 2009  4  1  0 15  0.000000  1   -0.502422311084E-07                     
+AR RABT 2009  4  1  0 15  0.000000  1   -0.445278636871E-07                     
+AR RAMO 2009  4  1  0 15  0.000000  1    0.130473765784E-06                     
+AR RCMN 2009  4  1  0 15  0.000000  1    0.806801677085E-08                     
+AR REDU 2009  4  1  0 15  0.000000  1   -0.409129334573E-07                     
+AR REUN 2009  4  1  0 15  0.000000  1    0.269490745793E-07                     
+AR REYK 2009  4  1  0 15  0.000000  1    0.976507689292E-04                     
+AR SCH2 2009  4  1  0 15  0.000000  1    0.186793913354E-03                     
+AR SCUB 2009  4  1  0 15  0.000000  1   -0.831735658285E-07                     
+AR STJO 2009  4  1  0 15  0.000000  1   -0.700024825285E-05                     
+AR SYDN 2009  4  1  0 15  0.000000  1    0.141011492742E-05                     
+AR SYOG 2009  4  1  0 15  0.000000  1    0.140049153639E-04                     
+AR THU2 2009  4  1  0 15  0.000000  1   -0.247458048198E-03                     
+AR TOW2 2009  4  1  0 15  0.000000  1   -0.159390839693E-08                     
+AR URUM 2009  4  1  0 15  0.000000  1    0.181650997957E-03                     
+AR VESL 2009  4  1  0 15  0.000000  1    0.260535159756E-03                     
+AR VILL 2009  4  1  0 15  0.000000  1   -0.475227800566E-07                     
+AR WTZR 2009  4  1  0 15  0.000000  1    0.432888555811E-07                     
+AR WUHN 2009  4  1  0 15  0.000000  1   -0.494216009397E-07                     
+AR YSSK 2009  4  1  0 15  0.000000  1   -0.517558877917E-07                     
+AR ZIM2 2009  4  1  0 15  0.000000  1    0.272962912107E-07                     
+AR XMIS 2009  4  1  0 15  0.000000  1   -0.426078092063E-09                     
+AR GODZ 2009  4  1  0 15  0.000000  1   -0.469126634952E-03                     
+AR MTKA 2009  4  1  0 15  0.000000  1   -0.742260865270E-07                     
+AR PARK 2009  4  1  0 15  0.000000  1    0.800779951716E-06                     
+AR UNBJ 2009  4  1  0 15  0.000000  1    0.369603655233E-03                     
+AR NOVM 2009  4  1  0 15  0.000000  1    0.798330057686E-04                     
+AR SUNM 2009  4  1  0 15  0.000000  1    0.419699800750E-03                     
+AR CEBR 2009  4  1  0 15  0.000000  1    0.719430470421E-03                     
+AR CPXF 2009  4  1  0 15  0.000000  1    0.791743275104E-08                     
+AR IDDR 2009  4  1  0 15  0.000000  1    0.189442557312E-07                     
+AR AZGB 2009  4  1  0 15  0.000000  1   -0.811851915059E-04                     
+AR TN22 2009  4  1  0 15  0.000000  1    0.251637392115E-03                     
+AR ETAD 2009  4  1  0 15  0.000000  1    0.280358954038E-07                     
+AR ILHA 2009  4  1  0 15  0.000000  1   -0.184918284098E-08                     
+AR POVE 2009  4  1  0 15  0.000000  1   -0.173078295963E-07                     
+AR RECF 2009  4  1  0 15  0.000000  1    0.226986092614E-07                     
+AR SALU 2009  4  1  0 15  0.000000  1    0.180072316527E-07                     
+AR SAVO 2009  4  1  0 15  0.000000  1    0.199782292819E-07                     
+AR UFPR 2009  4  1  0 15  0.000000  1    0.207899398456E-07                     
+AR YELL 2009  4  1  0 15  0.000000  1    0.233396000000E-06                     
+AS G32  2009  4  1  0 20  0.000000  1    0.280376177132E-03                     
+AS G24  2009  4  1  0 20  0.000000  1    0.177702088356E-03                     
+AS G25  2009  4  1  0 20  0.000000  1    0.333611533269E-03                     
+AS G26  2009  4  1  0 20  0.000000  1    0.543669757649E-04                     
+AS G27  2009  4  1  0 20  0.000000  1    0.370018177345E-04                     
+AS G30  2009  4  1  0 20  0.000000  1    0.136151029622E-03                     
+AS G03  2009  4  1  0 20  0.000000  1    0.373246004978E-03                     
+AS G04  2009  4  1  0 20  0.000000  1   -0.340874972404E-04                     
+AS G06  2009  4  1  0 20  0.000000  1    0.594605478169E-04                     
+AS G08  2009  4  1  0 20  0.000000  1   -0.196482798084E-03                     
+AS G09  2009  4  1  0 20  0.000000  1    0.483731817734E-04                     
+AS G10  2009  4  1  0 20  0.000000  1   -0.135956150319E-04                     
+AS G14  2009  4  1  0 20  0.000000  1   -0.132634405710E-03                     
+AS G13  2009  4  1  0 20  0.000000  1    0.293216381674E-03                     
+AS G28  2009  4  1  0 20  0.000000  1   -0.238265914456E-04                     
+AS G21  2009  4  1  0 20  0.000000  1    0.216061507564E-04                     
+AS G11  2009  4  1  0 20  0.000000  1    0.280266115232E-05                     
+AS G22  2009  4  1  0 20  0.000000  1    0.202452126392E-03                     
+AS G20  2009  4  1  0 20  0.000000  1    0.866008033276E-04                     
+AS G18  2009  4  1  0 20  0.000000  1   -0.696687523701E-04                     
+AS G16  2009  4  1  0 20  0.000000  1    0.631259226147E-04                     
+AS G19  2009  4  1  0 20  0.000000  1    0.293928173835E-04                     
+AS G23  2009  4  1  0 20  0.000000  1    0.388970687367E-03                     
+AS G02  2009  4  1  0 20  0.000000  1    0.153949097626E-03                     
+AS G31  2009  4  1  0 20  0.000000  1   -0.564276768598E-04                     
+AS G17  2009  4  1  0 20  0.000000  1    0.523715065413E-04                     
+AS G12  2009  4  1  0 20  0.000000  1   -0.299718254646E-03                     
+AS G15  2009  4  1  0 20  0.000000  1   -0.275820970735E-03                     
+AS G29  2009  4  1  0 20  0.000000  1    0.468189181837E-05                     
+AS G07  2009  4  1  0 20  0.000000  1    0.209998884549E-04                     
+AS R02  2009  4  1  0 20  0.000000  1    0.207823563851E-04                     
+AS R03  2009  4  1  0 20  0.000000  1   -0.341590994766E-04                     
+AS R04  2009  4  1  0 20  0.000000  1    0.641168504096E-04                     
+AS R06  2009  4  1  0 20  0.000000  1   -0.169216548038E-03                     
+AS R07  2009  4  1  0 20  0.000000  1   -0.892899087806E-04                     
+AS R08  2009  4  1  0 20  0.000000  1   -0.102034594630E-03                     
+AS R10  2009  4  1  0 20  0.000000  1   -0.140864630525E-03                     
+AS R11  2009  4  1  0 20  0.000000  1   -0.925889010203E-04                     
+AS R13  2009  4  1  0 20  0.000000  1   -0.230596243512E-03                     
+AS R14  2009  4  1  0 20  0.000000  1   -0.797400289835E-04                     
+AS R15  2009  4  1  0 20  0.000000  1    0.920702951272E-04                     
+AS R17  2009  4  1  0 20  0.000000  1   -0.261222236878E-03                     
+AS R18  2009  4  1  0 20  0.000000  1   -0.133017718797E-05                     
+AS R19  2009  4  1  0 20  0.000000  1   -0.893783601592E-04                     
+AS R20  2009  4  1  0 20  0.000000  1   -0.650036545794E-04                     
+AS R21  2009  4  1  0 20  0.000000  1   -0.143287422388E-03                     
+AS R22  2009  4  1  0 20  0.000000  1   -0.201463333542E-03                     
+AS R23  2009  4  1  0 20  0.000000  1   -0.200527321179E-03                     
+AR ALGO 2009  4  1  0 20  0.000000  1    0.803469712013E-04                     
+AR ALIC 2009  4  1  0 20  0.000000  1    0.777807700420E-08                     
+AR AMC2 2009  4  1  0 20  0.000000  1    0.387484791120E-09                     
+AR ANKR 2009  4  1  0 20  0.000000  1    0.166865031001E-03                     
+AR ARTU 2009  4  1  0 20  0.000000  1   -0.645149568864E-07                     
+AR ASPA 2009  4  1  0 20  0.000000  1    0.263262224811E-07                     
+AR BHR1 2009  4  1  0 20  0.000000  1    0.563382198482E-03                     
+AR BARH 2009  4  1  0 20  0.000000  1   -0.273780268140E-08                     
+AR BJFS 2009  4  1  0 20  0.000000  1   -0.476825357922E-07                     
+AR BOGT 2009  4  1  0 20  0.000000  1   -0.585454663419E-07                     
+AR BRMU 2009  4  1  0 20  0.000000  1    0.425446694685E-03                     
+AR CAGZ 2009  4  1  0 20  0.000000  1    0.475468431038E-03                     
+AR CAS1 2009  4  1  0 20  0.000000  1   -0.904604050228E-09                     
+AR CHAT 2009  4  1  0 20  0.000000  1   -0.570280253663E-07                     
+AR CHPI 2009  4  1  0 20  0.000000  1   -0.540716419931E-07                     
+AR COCO 2009  4  1  0 20  0.000000  1    0.227676614872E-03                     
+AR CONZ 2009  4  1  0 20  0.000000  1    0.803796464449E-04                     
+AR CRAR 2009  4  1  0 20  0.000000  1    0.433457709758E-03                     
+AR CRO1 2009  4  1  0 20  0.000000  1    0.665100818070E-03                     
+AR DAEJ 2009  4  1  0 20  0.000000  1   -0.196634355931E-03                     
+AR DARW 2009  4  1  0 20  0.000000  1   -0.367887699793E-09                     
+AR DGAR 2009  4  1  0 20  0.000000  1   -0.559229774296E-07                     
+AR DRAO 2009  4  1  0 20  0.000000  1    0.109230263512E-03                     
+AR FAA1 2009  4  1  0 20  0.000000  1   -0.148322244563E-07                     
+AR FAIR 2009  4  1  0 20  0.000000  1   -0.668326323573E-07                     
+AR GLPS 2009  4  1  0 20  0.000000  1   -0.846997458911E-07                     
+AR GUAM 2009  4  1  0 20  0.000000  1   -0.766184374444E-07                     
+AR GUAT 2009  4  1  0 20  0.000000  1    0.110135504084E-07                     
+AR HOB2 2009  4  1  0 20  0.000000  1    0.840392140926E-07                     
+AR HOFN 2009  4  1  0 20  0.000000  1    0.473927144450E-03                     
+AR HOLM 2009  4  1  0 20  0.000000  1   -0.636807440301E-07                     
+AR HRAO 2009  4  1  0 20  0.000000  1    0.849452082704E-03                     
+AR HYDE 2009  4  1  0 20  0.000000  1    0.842219192070E-08                     
+AR IRKJ 2009  4  1  0 20  0.000000  1    0.163747201434E-03                     
+AR ISPA 2009  4  1  0 20  0.000000  1   -0.868385486299E-07                     
+AR KARR 2009  4  1  0 20  0.000000  1   -0.472530692710E-07                     
+AR KERG 2009  4  1  0 20  0.000000  1    0.816635288246E-03                     
+AR KIR0 2009  4  1  0 20  0.000000  1    0.284073548733E-03                     
+AR KIRU 2009  4  1  0 20  0.000000  1    0.591357338700E-03                     
+AR KIT3 2009  4  1  0 20  0.000000  1    0.696496368734E-08                     
+AR KOUR 2009  4  1  0 20  0.000000  1    0.125012326190E-03                     
+AR KUNM 2009  4  1  0 20  0.000000  1    0.183333644715E-07                     
+AR MAL2 2009  4  1  0 20  0.000000  1   -0.803878406267E-08                     
+AR MAS1 2009  4  1  0 20  0.000000  1   -0.101606422383E-03                     
+AR MAW1 2009  4  1  0 20  0.000000  1   -0.780346345635E-09                     
+AR MCIL 2009  4  1  0 20  0.000000  1    0.329861275270E-07                     
+AR MCM4 2009  4  1  0 20  0.000000  1   -0.630359481613E-07                     
+AR MDO1 2009  4  1  0 20  0.000000  1   -0.527700273374E-07                     
+AR MDVJ 2009  4  1  0 20  0.000000  1    0.438552613133E-03                     
+AR MKEA 2009  4  1  0 20  0.000000  1   -0.913710848912E-07                     
+AR MOBS 2009  4  1  0 20  0.000000  1   -0.203823426342E-09                     
+AR NANO 2009  4  1  0 20  0.000000  1    0.564087826083E-08                     
+AR NLIB 2009  4  1  0 20  0.000000  1   -0.117528705641E-06                     
+AR NNOR 2009  4  1  0 20  0.000000  1    0.365794867248E-03                     
+AR NRC1 2009  4  1  0 20  0.000000  1   -0.449019658065E-05                     
+AR NRIL 2009  4  1  0 20  0.000000  1   -0.549367339302E-07                     
+AR NRMD 2009  4  1  0 20  0.000000  1    0.267579386363E-07                     
+AR NTUS 2009  4  1  0 20  0.000000  1    0.242918690122E-08                     
+AR NYAL 2009  4  1  0 20  0.000000  1    0.915176043366E-07                     
+AR OHI3 2009  4  1  0 20  0.000000  1    0.450964716015E-03                     
+AR ONSA 2009  4  1  0 20  0.000000  1   -0.324726372608E-04                     
+AR PDEL 2009  4  1  0 20  0.000000  1   -0.722051527476E-08                     
+AR PERT 2009  4  1  0 20  0.000000  1   -0.502613547110E-07                     
+AR PETP 2009  4  1  0 20  0.000000  1   -0.512404581292E-07                     
+AR PIMO 2009  4  1  0 20  0.000000  1   -0.633691807061E-07                     
+AR QAQ1 2009  4  1  0 20  0.000000  1   -0.628203409736E-07                     
+AR QUIN 2009  4  1  0 20  0.000000  1   -0.572167550424E-07                     
+AR RABT 2009  4  1  0 20  0.000000  1   -0.455097369818E-07                     
+AR RAMO 2009  4  1  0 20  0.000000  1   -0.885274399011E-07                     
+AR RCMN 2009  4  1  0 20  0.000000  1    0.370309022563E-08                     
+AR REDU 2009  4  1  0 20  0.000000  1   -0.394043998997E-07                     
+AR REUN 2009  4  1  0 20  0.000000  1    0.249244730042E-07                     
+AR REYK 2009  4  1  0 20  0.000000  1    0.115956504976E-03                     
+AR SCH2 2009  4  1  0 20  0.000000  1    0.186809662581E-03                     
+AR SCUB 2009  4  1  0 20  0.000000  1   -0.808444158830E-07                     
+AR STJO 2009  4  1  0 20  0.000000  1   -0.700054782740E-05                     
+AR SYDN 2009  4  1  0 20  0.000000  1    0.140999375066E-05                     
+AR SYOG 2009  4  1  0 20  0.000000  1    0.140054185665E-04                     
+AR THU2 2009  4  1  0 20  0.000000  1   -0.249460248286E-03                     
+AR TOW2 2009  4  1  0 20  0.000000  1   -0.148588407485E-08                     
+AR URUM 2009  4  1  0 20  0.000000  1    0.111943398728E-03                     
+AR VESL 2009  4  1  0 20  0.000000  1    0.297776060706E-03                     
+AR VILL 2009  4  1  0 20  0.000000  1   -0.459382131954E-07                     
+AR WTZR 2009  4  1  0 20  0.000000  1    0.433005471679E-07                     
+AR WUHN 2009  4  1  0 20  0.000000  1   -0.503312054725E-07                     
+AR YSSK 2009  4  1  0 20  0.000000  1   -0.520843461583E-07                     
+AR ZIM2 2009  4  1  0 20  0.000000  1    0.258154992991E-07                     
+AR XMIS 2009  4  1  0 20  0.000000  1    0.173178329229E-08                     
+AR GODZ 2009  4  1  0 20  0.000000  1   -0.469126577691E-03                     
+AR MTKA 2009  4  1  0 20  0.000000  1   -0.692946134056E-07                     
+AR PARK 2009  4  1  0 20  0.000000  1    0.800915185287E-06                     
+AR UNBJ 2009  4  1  0 20  0.000000  1    0.295747485513E-03                     
+AR NOVM 2009  4  1  0 20  0.000000  1    0.798329936038E-04                     
+AR SUNM 2009  4  1  0 20  0.000000  1    0.262363849307E-03                     
+AR CEBR 2009  4  1  0 20  0.000000  1    0.719430456454E-03                     
+AR CPXF 2009  4  1  0 20  0.000000  1    0.833086853493E-08                     
+AR IDDR 2009  4  1  0 20  0.000000  1    0.178573816967E-07                     
+AR AZGB 2009  4  1  0 20  0.000000  1   -0.220391239001E-03                     
+AR TN22 2009  4  1  0 20  0.000000  1    0.176783753255E-03                     
+AR ETAD 2009  4  1  0 20  0.000000  1    0.259471826882E-07                     
+AR ILHA 2009  4  1  0 20  0.000000  1   -0.573142432294E-08                     
+AR POVE 2009  4  1  0 20  0.000000  1   -0.166684312390E-07                     
+AR RECF 2009  4  1  0 20  0.000000  1    0.228163732366E-07                     
+AR SALU 2009  4  1  0 20  0.000000  1    0.244338252406E-07                     
+AR SAVO 2009  4  1  0 20  0.000000  1    0.205478850324E-07                     
+AR UFPR 2009  4  1  0 20  0.000000  1    0.191982025865E-07                     
+AR YELL 2009  4  1  0 20  0.000000  1    0.233466000000E-06                     
+AS G32  2009  4  1  0 25  0.000000  1    0.280374939052E-03                     
+AS G24  2009  4  1  0 25  0.000000  1    0.177703491914E-03                     
+AS G25  2009  4  1  0 25  0.000000  1    0.333618151087E-03                     
+AS G26  2009  4  1  0 25  0.000000  1    0.543676660593E-04                     
+AS G27  2009  4  1  0 25  0.000000  1    0.370033446508E-04                     
+AS G30  2009  4  1  0 25  0.000000  1    0.136152165656E-03                     
+AS G03  2009  4  1  0 25  0.000000  1    0.373248055747E-03                     
+AS G04  2009  4  1  0 25  0.000000  1   -0.340920744329E-04                     
+AS G06  2009  4  1  0 25  0.000000  1    0.594660405026E-04                     
+AS G08  2009  4  1  0 25  0.000000  1   -0.196484344123E-03                     
+AS G09  2009  4  1  0 25  0.000000  1    0.483736521215E-04                     
+AS G10  2009  4  1  0 25  0.000000  1   -0.135956010073E-04                     
+AS G14  2009  4  1  0 25  0.000000  1   -0.132632577313E-03                     
+AS G13  2009  4  1  0 25  0.000000  1    0.293216415946E-03                     
+AS G28  2009  4  1  0 25  0.000000  1   -0.238268593344E-04                     
+AS G21  2009  4  1  0 25  0.000000  1    0.216057375141E-04                     
+AS G11  2009  4  1  0 25  0.000000  1    0.280211890238E-05                     
+AS G22  2009  4  1  0 25  0.000000  1    0.202452110875E-03                     
+AS G20  2009  4  1  0 25  0.000000  1    0.866002912417E-04                     
+AS G18  2009  4  1  0 25  0.000000  1   -0.696677783889E-04                     
+AS G16  2009  4  1  0 25  0.000000  1    0.631250076545E-04                     
+AS G19  2009  4  1  0 25  0.000000  1    0.293923255299E-04                     
+AS G23  2009  4  1  0 25  0.000000  1    0.388970816560E-03                     
+AS G02  2009  4  1  0 25  0.000000  1    0.153948886911E-03                     
+AS G31  2009  4  1  0 25  0.000000  1   -0.564281203903E-04                     
+AS G17  2009  4  1  0 25  0.000000  1    0.523717857493E-04                     
+AS G12  2009  4  1  0 25  0.000000  1   -0.299716941381E-03                     
+AS G15  2009  4  1  0 25  0.000000  1   -0.275822331464E-03                     
+AS G29  2009  4  1  0 25  0.000000  1    0.468288829874E-05                     
+AS G07  2009  4  1  0 25  0.000000  1    0.209997102836E-04                     
+AS R02  2009  4  1  0 25  0.000000  1    0.207814478381E-04                     
+AS R03  2009  4  1  0 25  0.000000  1   -0.341592571012E-04                     
+AS R04  2009  4  1  0 25  0.000000  1    0.641159140052E-04                     
+AS R06  2009  4  1  0 25  0.000000  1   -0.169215832162E-03                     
+AS R07  2009  4  1  0 25  0.000000  1   -0.892896444955E-04                     
+AS R08  2009  4  1  0 25  0.000000  1   -0.102033970084E-03                     
+AS R10  2009  4  1  0 25  0.000000  1   -0.140864492378E-03                     
+AS R11  2009  4  1  0 25  0.000000  1   -0.925894188368E-04                     
+AS R13  2009  4  1  0 25  0.000000  1   -0.230596802845E-03                     
+AS R14  2009  4  1  0 25  0.000000  1   -0.797393618849E-04                     
+AS R15  2009  4  1  0 25  0.000000  1    0.920709594599E-04                     
+AS R17  2009  4  1  0 25  0.000000  1   -0.261222420716E-03                     
+AS R18  2009  4  1  0 25  0.000000  1   -0.133028511137E-05                     
+AS R19  2009  4  1  0 25  0.000000  1   -0.893787150064E-04                     
+AS R20  2009  4  1  0 25  0.000000  1   -0.650038615180E-04                     
+AS R21  2009  4  1  0 25  0.000000  1   -0.143287939986E-03                     
+AS R22  2009  4  1  0 25  0.000000  1   -0.201464358178E-03                     
+AS R23  2009  4  1  0 25  0.000000  1   -0.200525323176E-03                     
+AR ALGO 2009  4  1  0 25  0.000000  1    0.803506727513E-04                     
+AR ALIC 2009  4  1  0 25  0.000000  1    0.437991481547E-08                     
+AR AMC2 2009  4  1  0 25  0.000000  1    0.403570971215E-09                     
+AR ANKR 2009  4  1  0 25  0.000000  1    0.242591709661E-03                     
+AR ARTU 2009  4  1  0 25  0.000000  1   -0.625108688570E-07                     
+AR ASPA 2009  4  1  0 25  0.000000  1    0.229239783781E-07                     
+AR BHR1 2009  4  1  0 25  0.000000  1    0.563382168884E-03                     
+AR BARH 2009  4  1  0 25  0.000000  1    0.443211877134E-09                     
+AR BJFS 2009  4  1  0 25  0.000000  1   -0.480574287555E-07                     
+AR BOGT 2009  4  1  0 25  0.000000  1   -0.575892634817E-07                     
+AR BRMU 2009  4  1  0 25  0.000000  1   -0.794474788461E-04                     
+AR CAGZ 2009  4  1  0 25  0.000000  1   -0.300688048178E-03                     
+AR CAS1 2009  4  1  0 25  0.000000  1    0.253543204192E-09                     
+AR CHAT 2009  4  1  0 25  0.000000  1   -0.575591685200E-07                     
+AR CHPI 2009  4  1  0 25  0.000000  1   -0.529189921870E-07                     
+AR COCO 2009  4  1  0 25  0.000000  1    0.227676961230E-03                     
+AR CONZ 2009  4  1  0 25  0.000000  1   -0.549701252703E-04                     
+AR CRAR 2009  4  1  0 25  0.000000  1    0.408398132508E-03                     
+AR CRO1 2009  4  1  0 25  0.000000  1    0.665100818326E-03                     
+AR DAEJ 2009  4  1  0 25  0.000000  1   -0.196633569527E-03                     
+AR DARW 2009  4  1  0 25  0.000000  1    0.224433535610E-08                     
+AR DGAR 2009  4  1  0 25  0.000000  1   -0.576270458351E-07                     
+AR DRAO 2009  4  1  0 25  0.000000  1    0.109266627656E-03                     
+AR FAA1 2009  4  1  0 25  0.000000  1   -0.151828401304E-07                     
+AR FAIR 2009  4  1  0 25  0.000000  1   -0.650200274354E-07                     
+AR GLPS 2009  4  1  0 25  0.000000  1   -0.850878366842E-07                     
+AR GUAM 2009  4  1  0 25  0.000000  1   -0.779396640509E-07                     
+AR GUAT 2009  4  1  0 25  0.000000  1    0.921480632214E-08                     
+AR HOB2 2009  4  1  0 25  0.000000  1    0.840456745247E-07                     
+AR HOFN 2009  4  1  0 25  0.000000  1   -0.447648124229E-03                     
+AR HOLM 2009  4  1  0 25  0.000000  1   -0.614944331462E-07                     
+AR HRAO 2009  4  1  0 25  0.000000  1    0.849452162845E-03                     
+AR HYDE 2009  4  1  0 25  0.000000  1    0.806916913202E-08                     
+AR IRKJ 2009  4  1  0 25  0.000000  1    0.163747198189E-03                     
+AR ISPA 2009  4  1  0 25  0.000000  1   -0.859146187661E-07                     
+AR KARR 2009  4  1  0 25  0.000000  1   -0.517110044070E-07                     
+AR KERG 2009  4  1  0 25  0.000000  1    0.816646428964E-03                     
+AR KHAJ 2009  4  1  0 25  0.000000  1   -0.150854779244E-05                     
+AR KIR0 2009  4  1  0 25  0.000000  1    0.284066504724E-03                     
+AR KIRU 2009  4  1  0 25  0.000000  1    0.591355529621E-03                     
+AR KIT3 2009  4  1  0 25  0.000000  1    0.325018390601E-08                     
+AR KOUR 2009  4  1  0 25  0.000000  1    0.125012333333E-03                     
+AR KUNM 2009  4  1  0 25  0.000000  1   -0.391902721338E-07                     
+AR MAL2 2009  4  1  0 25  0.000000  1   -0.312931046578E-08                     
+AR MAS1 2009  4  1  0 25  0.000000  1   -0.101607157055E-03                     
+AR MAW1 2009  4  1  0 25  0.000000  1   -0.217765011931E-08                     
+AR MCIL 2009  4  1  0 25  0.000000  1    0.296287200350E-07                     
+AR MCM4 2009  4  1  0 25  0.000000  1   -0.620320498146E-07                     
+AR MDO1 2009  4  1  0 25  0.000000  1   -0.455367167178E-07                     
+AR MDVJ 2009  4  1  0 25  0.000000  1    0.438552609341E-03                     
+AR MKEA 2009  4  1  0 25  0.000000  1   -0.912252811635E-07                     
+AR MOBS 2009  4  1  0 25  0.000000  1   -0.148041944170E-08                     
+AR NANO 2009  4  1  0 25  0.000000  1    0.508002879046E-08                     
+AR NLIB 2009  4  1  0 25  0.000000  1   -0.117524867147E-06                     
+AR NNOR 2009  4  1  0 25  0.000000  1    0.365794755335E-03                     
+AR NRC1 2009  4  1  0 25  0.000000  1   -0.449016611138E-05                     
+AR NRIL 2009  4  1  0 25  0.000000  1   -0.491503614926E-07                     
+AR NRMD 2009  4  1  0 25  0.000000  1    0.274920658931E-07                     
+AR NTUS 2009  4  1  0 25  0.000000  1    0.372381282192E-09                     
+AR NYAL 2009  4  1  0 25  0.000000  1    0.915231048802E-07                     
+AR OHI3 2009  4  1  0 25  0.000000  1   -0.461211934475E-03                     
+AR ONSA 2009  4  1  0 25  0.000000  1   -0.324726938524E-04                     
+AR PDEL 2009  4  1  0 25  0.000000  1   -0.577423671695E-08                     
+AR PERT 2009  4  1  0 25  0.000000  1   -0.515698336725E-07                     
+AR PETP 2009  4  1  0 25  0.000000  1   -0.481253941471E-07                     
+AR PIMO 2009  4  1  0 25  0.000000  1   -0.658680703454E-07                     
+AR QAQ1 2009  4  1  0 25  0.000000  1   -0.627067664218E-07                     
+AR QUIN 2009  4  1  0 25  0.000000  1   -0.574712991185E-07                     
+AR RABT 2009  4  1  0 25  0.000000  1   -0.421577396458E-07                     
+AR RAMO 2009  4  1  0 25  0.000000  1   -0.739194254694E-09                     
+AR RCMN 2009  4  1  0 25  0.000000  1    0.511193828604E-08                     
+AR REDU 2009  4  1  0 25  0.000000  1   -0.399971482223E-07                     
+AR REUN 2009  4  1  0 25  0.000000  1    0.234533661074E-07                     
+AR REYK 2009  4  1  0 25  0.000000  1    0.134958952958E-03                     
+AR SCH2 2009  4  1  0 25  0.000000  1    0.186825650824E-03                     
+AR SCUB 2009  4  1  0 25  0.000000  1   -0.810845218509E-07                     
+AR STJO 2009  4  1  0 25  0.000000  1   -0.700084757598E-05                     
+AR SYDN 2009  4  1  0 25  0.000000  1    0.140999203499E-05                     
+AR SYOG 2009  4  1  0 25  0.000000  1    0.140057946958E-04                     
+AR THU2 2009  4  1  0 25  0.000000  1   -0.251462555566E-03                     
+AR TOW2 2009  4  1  0 25  0.000000  1    0.645588546261E-09                     
+AR URUM 2009  4  1  0 25  0.000000  1    0.422894344204E-04                     
+AR VESL 2009  4  1  0 25  0.000000  1    0.334958272613E-03                     
+AR VILL 2009  4  1  0 25  0.000000  1   -0.514511466048E-07                     
+AR WTZR 2009  4  1  0 25  0.000000  1    0.433056029184E-07                     
+AR WUHN 2009  4  1  0 25  0.000000  1   -0.507124811737E-07                     
+AR YSSK 2009  4  1  0 25  0.000000  1   -0.537247256987E-07                     
+AR ZIM2 2009  4  1  0 25  0.000000  1    0.256883927948E-07                     
+AR XMIS 2009  4  1  0 25  0.000000  1   -0.130733508529E-09                     
+AR GODZ 2009  4  1  0 25  0.000000  1   -0.469126520473E-03                     
+AR MTKA 2009  4  1  0 25  0.000000  1   -0.674930332555E-07                     
+AR PARK 2009  4  1  0 25  0.000000  1    0.801009051144E-06                     
+AR UNBJ 2009  4  1  0 25  0.000000  1    0.221793751465E-03                     
+AR NOVM 2009  4  1  0 25  0.000000  1    0.798329816649E-04                     
+AR SUNM 2009  4  1  0 25  0.000000  1    0.104705750329E-03                     
+AR CEBR 2009  4  1  0 25  0.000000  1    0.719430447237E-03                     
+AR CPXF 2009  4  1  0 25  0.000000  1    0.784898438119E-08                     
+AR IDDR 2009  4  1  0 25  0.000000  1    0.190085001659E-07                     
+AR AZGB 2009  4  1  0 25  0.000000  1   -0.359623564550E-03                     
+AR TN22 2009  4  1  0 25  0.000000  1    0.102144259307E-03                     
+AR ETAD 2009  4  1  0 25  0.000000  1    0.281428422975E-07                     
+AR ILHA 2009  4  1  0 25  0.000000  1   -0.810554395244E-08                     
+AR POVE 2009  4  1  0 25  0.000000  1   -0.172761264545E-07                     
+AR RECF 2009  4  1  0 25  0.000000  1    0.236408903829E-07                     
+AR SALU 2009  4  1  0 25  0.000000  1    0.680494637132E-08                     
+AR SAVO 2009  4  1  0 25  0.000000  1    0.183981879419E-07                     
+AR UFPR 2009  4  1  0 25  0.000000  1    0.222758154453E-07                     
+AR YELL 2009  4  1  0 25  0.000000  1    0.233537000000E-06                     
+AS G32  2009  4  1  0 30  0.000000  1    0.280373506484E-03                     
+AS G24  2009  4  1  0 30  0.000000  1    0.177705232060E-03                     
+AS G25  2009  4  1  0 30  0.000000  1    0.333624677179E-03                     
+AS G26  2009  4  1  0 30  0.000000  1    0.543683677802E-04                     
+AS G27  2009  4  1  0 30  0.000000  1    0.370046590034E-04                     
+AS G30  2009  4  1  0 30  0.000000  1    0.136152669684E-03                     
+AS G03  2009  4  1  0 30  0.000000  1    0.373249154369E-03                     
+AS G04  2009  4  1  0 30  0.000000  1   -0.340963048324E-04                     
+AS G06  2009  4  1  0 30  0.000000  1    0.594715103062E-04                     
+AS G08  2009  4  1  0 30  0.000000  1   -0.196484845967E-03                     
+AS G09  2009  4  1  0 30  0.000000  1    0.483738491837E-04                     
+AS G10  2009  4  1  0 30  0.000000  1   -0.135960470205E-04                     
+AS G14  2009  4  1  0 30  0.000000  1   -0.132630904263E-03                     
+AS G13  2009  4  1  0 30  0.000000  1    0.293216870372E-03                     
+AS G28  2009  4  1  0 30  0.000000  1   -0.238268395292E-04                     
+AS G21  2009  4  1  0 30  0.000000  1    0.216047917705E-04                     
+AS G11  2009  4  1  0 30  0.000000  1    0.280177241913E-05                     
+AS G22  2009  4  1  0 30  0.000000  1    0.202452516106E-03                     
+AS G20  2009  4  1  0 30  0.000000  1    0.865999299802E-04                     
+AS G18  2009  4  1  0 30  0.000000  1   -0.696666478066E-04                     
+AS G16  2009  4  1  0 30  0.000000  1    0.631241617592E-04                     
+AS G19  2009  4  1  0 30  0.000000  1    0.293922035476E-04                     
+AS G23  2009  4  1  0 30  0.000000  1    0.388970963027E-03                     
+AS G02  2009  4  1  0 30  0.000000  1    0.153948734183E-03                     
+AS G31  2009  4  1  0 30  0.000000  1   -0.564286746545E-04                     
+AS G17  2009  4  1  0 30  0.000000  1    0.523724421752E-04                     
+AS G12  2009  4  1  0 30  0.000000  1   -0.299715676928E-03                     
+AS G15  2009  4  1  0 30  0.000000  1   -0.275823679622E-03                     
+AS G29  2009  4  1  0 30  0.000000  1    0.468411493624E-05                     
+AS G07  2009  4  1  0 30  0.000000  1    0.209994922320E-04                     
+AS R02  2009  4  1  0 30  0.000000  1    0.207803850870E-04                     
+AS R03  2009  4  1  0 30  0.000000  1   -0.341598953012E-04                     
+AS R04  2009  4  1  0 30  0.000000  1    0.641141414308E-04                     
+AS R06  2009  4  1  0 30  0.000000  1   -0.169216927623E-03                     
+AS R07  2009  4  1  0 30  0.000000  1   -0.892895365665E-04                     
+AS R08  2009  4  1  0 30  0.000000  1   -0.102033605684E-03                     
+AS R10  2009  4  1  0 30  0.000000  1   -0.140864179759E-03                     
+AS R11  2009  4  1  0 30  0.000000  1   -0.925896607654E-04                     
+AS R13  2009  4  1  0 30  0.000000  1   -0.230596993422E-03                     
+AS R14  2009  4  1  0 30  0.000000  1   -0.797370562779E-04                     
+AS R15  2009  4  1  0 30  0.000000  1    0.920711104593E-04                     
+AS R17  2009  4  1  0 30  0.000000  1   -0.261222681904E-03                     
+AS R18  2009  4  1  0 30  0.000000  1   -0.133031407508E-05                     
+AS R19  2009  4  1  0 30  0.000000  1   -0.893791656902E-04                     
+AS R20  2009  4  1  0 30  0.000000  1   -0.650039178803E-04                     
+AS R21  2009  4  1  0 30  0.000000  1   -0.143288306715E-03                     
+AS R22  2009  4  1  0 30  0.000000  1   -0.201465085808E-03                     
+AS R23  2009  4  1  0 30  0.000000  1   -0.200523791832E-03                     
+AR ALGO 2009  4  1  0 30  0.000000  1    0.803543922146E-04                     
+AR ALIC 2009  4  1  0 30  0.000000  1    0.368562861411E-08                     
+AR AMC2 2009  4  1  0 30  0.000000  1    0.387258339248E-09                     
+AR ANKR 2009  4  1  0 30  0.000000  1    0.318205136480E-03                     
+AR ARTU 2009  4  1  0 30  0.000000  1   -0.611299787267E-07                     
+AR ASPA 2009  4  1  0 30  0.000000  1    0.398382222016E-07                     
+AR BHR1 2009  4  1  0 30  0.000000  1    0.563382422736E-03                     
+AR BARH 2009  4  1  0 30  0.000000  1   -0.307869711407E-09                     
+AR BJFS 2009  4  1  0 30  0.000000  1   -0.481995614839E-07                     
+AR BOGT 2009  4  1  0 30  0.000000  1   -0.580382360417E-07                     
+AR BRMU 2009  4  1  0 30  0.000000  1    0.415608997509E-03                     
+AR CAGZ 2009  4  1  0 30  0.000000  1   -0.768301507834E-04                     
+AR CAS1 2009  4  1  0 30  0.000000  1   -0.120801280422E-08                     
+AR CHAT 2009  4  1  0 30  0.000000  1   -0.614797584006E-07                     
+AR CHPI 2009  4  1  0 30  0.000000  1   -0.527783236596E-07                     
+AR COCO 2009  4  1  0 30  0.000000  1    0.227676376977E-03                     
+AR CONZ 2009  4  1  0 30  0.000000  1   -0.190882574218E-03                     
+AR CRAR 2009  4  1  0 30  0.000000  1    0.383337276942E-03                     
+AR CRO1 2009  4  1  0 30  0.000000  1    0.665100835814E-03                     
+AR DAEJ 2009  4  1  0 30  0.000000  1   -0.196632865652E-03                     
+AR DARW 2009  4  1  0 30  0.000000  1    0.216733932171E-08                     
+AR DGAR 2009  4  1  0 30  0.000000  1   -0.508139283010E-07                     
+AR DRAO 2009  4  1  0 30  0.000000  1    0.109302930082E-03                     
+AR FAA1 2009  4  1  0 30  0.000000  1   -0.171243149473E-07                     
+AR FAIR 2009  4  1  0 30  0.000000  1   -0.638983129880E-07                     
+AR GLPS 2009  4  1  0 30  0.000000  1   -0.841318700505E-07                     
+AR GUAM 2009  4  1  0 30  0.000000  1   -0.795865778139E-07                     
+AR GUAT 2009  4  1  0 30  0.000000  1    0.984623819806E-08                     
+AR HOB2 2009  4  1  0 30  0.000000  1    0.840410307606E-07                     
+AR HOFN 2009  4  1  0 30  0.000000  1   -0.369260022159E-03                     
+AR HOLM 2009  4  1  0 30  0.000000  1   -0.596886542201E-07                     
+AR HRAO 2009  4  1  0 30  0.000000  1    0.849452240790E-03                     
+AR HYDE 2009  4  1  0 30  0.000000  1    0.991914311105E-08                     
+AR IRKJ 2009  4  1  0 30  0.000000  1    0.163747190931E-03                     
+AR ISPA 2009  4  1  0 30  0.000000  1   -0.844156397538E-07                     
+AR KARR 2009  4  1  0 30  0.000000  1   -0.549932640493E-07                     
+AR KERG 2009  4  1  0 30  0.000000  1    0.816657653612E-03                     
+AR KHAJ 2009  4  1  0 30  0.000000  1   -0.150856158346E-05                     
+AR KIR0 2009  4  1  0 30  0.000000  1    0.284059627469E-03                     
+AR KIRU 2009  4  1  0 30  0.000000  1    0.591353123801E-03                     
+AR KIT3 2009  4  1  0 30  0.000000  1    0.243691488945E-08                     
+AR KOUR 2009  4  1  0 30  0.000000  1    0.125012344405E-03                     
+AR KUNM 2009  4  1  0 30  0.000000  1    0.786553864929E-07                     
+AR MAL2 2009  4  1  0 30  0.000000  1   -0.849432605116E-08                     
+AR MAS1 2009  4  1  0 30  0.000000  1   -0.101607915937E-03                     
+AR MAW1 2009  4  1  0 30  0.000000  1   -0.162227210400E-08                     
+AR MCIL 2009  4  1  0 30  0.000000  1    0.274838475597E-07                     
+AR MCM4 2009  4  1  0 30  0.000000  1   -0.636386141815E-07                     
+AR MDO1 2009  4  1  0 30  0.000000  1   -0.386386184155E-07                     
+AR MDVJ 2009  4  1  0 30  0.000000  1    0.438552583135E-03                     
+AR MKEA 2009  4  1  0 30  0.000000  1   -0.905571810685E-07                     
+AR MOBS 2009  4  1  0 30  0.000000  1   -0.365693650134E-09                     
+AR NANO 2009  4  1  0 30  0.000000  1    0.500547922403E-08                     
+AR NLIB 2009  4  1  0 30  0.000000  1   -0.117533100964E-06                     
+AR NNOR 2009  4  1  0 30  0.000000  1    0.365794572269E-03                     
+AR NRC1 2009  4  1  0 30  0.000000  1   -0.449015184776E-05                     
+AR NRIL 2009  4  1  0 30  0.000000  1   -0.458225924534E-07                     
+AR NRMD 2009  4  1  0 30  0.000000  1    0.290325481129E-07                     
+AR NTUS 2009  4  1  0 30  0.000000  1    0.243132544476E-08                     
+AR NYAL 2009  4  1  0 30  0.000000  1    0.915431040596E-07                     
+AR OHI3 2009  4  1  0 30  0.000000  1   -0.373159497540E-03                     
+AR ONSA 2009  4  1  0 30  0.000000  1   -0.324727458721E-04                     
+AR PDEL 2009  4  1  0 30  0.000000  1   -0.210862466413E-09                     
+AR PERT 2009  4  1  0 30  0.000000  1   -0.551417113396E-07                     
+AR PETP 2009  4  1  0 30  0.000000  1   -0.489301625188E-07                     
+AR PIMO 2009  4  1  0 30  0.000000  1   -0.694973233350E-07                     
+AR QAQ1 2009  4  1  0 30  0.000000  1   -0.594345677977E-07                     
+AR QUIN 2009  4  1  0 30  0.000000  1   -0.590553362206E-07                     
+AR RABT 2009  4  1  0 30  0.000000  1   -0.340375461543E-07                     
+AR RAMO 2009  4  1  0 30  0.000000  1    0.211739971059E-08                     
+AR RCMN 2009  4  1  0 30  0.000000  1    0.713230343484E-08                     
+AR REDU 2009  4  1  0 30  0.000000  1   -0.412636333766E-07                     
+AR REUN 2009  4  1  0 30  0.000000  1    0.272301901067E-07                     
+AR REYK 2009  4  1  0 30  0.000000  1    0.154146451207E-03                     
+AR SCH2 2009  4  1  0 30  0.000000  1    0.186841457455E-03                     
+AR SCUB 2009  4  1  0 30  0.000000  1   -0.755835173088E-07                     
+AR STJO 2009  4  1  0 30  0.000000  1   -0.700116495209E-05                     
+AR SYDN 2009  4  1  0 30  0.000000  1    0.141007046972E-05                     
+AR SYOG 2009  4  1  0 30  0.000000  1    0.140059923837E-04                     
+AR THU2 2009  4  1  0 30  0.000000  1   -0.253464611827E-03                     
+AR TOW2 2009  4  1  0 30  0.000000  1    0.189128492187E-08                     
+AR URUM 2009  4  1  0 30  0.000000  1   -0.273618433463E-04                     
+AR VESL 2009  4  1  0 30  0.000000  1    0.372094360517E-03                     
+AR VILL 2009  4  1  0 30  0.000000  1   -0.499739431994E-07                     
+AR WTZR 2009  4  1  0 30  0.000000  1    0.433175767358E-07                     
+AR WUHN 2009  4  1  0 30  0.000000  1   -0.541917596405E-07                     
+AR YSSK 2009  4  1  0 30  0.000000  1   -0.562225393709E-07                     
+AR ZIM2 2009  4  1  0 30  0.000000  1    0.304364940645E-07                     
+AR XMIS 2009  4  1  0 30  0.000000  1   -0.225997501196E-09                     
+AR GODZ 2009  4  1  0 30  0.000000  1   -0.469126476689E-03                     
+AR MTKA 2009  4  1  0 30  0.000000  1   -0.678351709526E-07                     
+AR PARK 2009  4  1  0 30  0.000000  1    0.801112546149E-06                     
+AR UNBJ 2009  4  1  0 30  0.000000  1    0.147828260483E-03                     
+AR NOVM 2009  4  1  0 30  0.000000  1    0.798329835053E-04                     
+AR SUNM 2009  4  1  0 30  0.000000  1   -0.526093949429E-04                     
+AR CEBR 2009  4  1  0 30  0.000000  1    0.719430437784E-03                     
+AR CPXF 2009  4  1  0 30  0.000000  1    0.728270813381E-08                     
+AR IDDR 2009  4  1  0 30  0.000000  1    0.120347275102E-07                     
+AR AZGB 2009  4  1  0 30  0.000000  1   -0.498823641066E-03                     
+AR TN22 2009  4  1  0 30  0.000000  1    0.275688843393E-04                     
+AR ETAD 2009  4  1  0 30  0.000000  1    0.270080336721E-07                     
+AR ILHA 2009  4  1  0 30  0.000000  1   -0.808697179191E-08                     
+AR POVE 2009  4  1  0 30  0.000000  1   -0.170287583589E-07                     
+AR RECF 2009  4  1  0 30  0.000000  1    0.241164499163E-07                     
+AR SALU 2009  4  1  0 30  0.000000  1    0.888283863808E-08                     
+AR SAVO 2009  4  1  0 30  0.000000  1    0.173711973640E-07                     
+AR UFPR 2009  4  1  0 30  0.000000  1    0.201475197023E-07                     
+AR YELL 2009  4  1  0 30  0.000000  1    0.233607000000E-06                     
+AS G32  2009  4  1  0 35  0.000000  1    0.280372198242E-03                     
+AS G24  2009  4  1  0 35  0.000000  1    0.177705913198E-03                     
+AS G25  2009  4  1  0 35  0.000000  1    0.333631228112E-03                     
+AS G26  2009  4  1  0 35  0.000000  1    0.543689811913E-04                     
+AS G27  2009  4  1  0 35  0.000000  1    0.370054155507E-04                     
+AS G30  2009  4  1  0 35  0.000000  1    0.136152960157E-03                     
+AS G03  2009  4  1  0 35  0.000000  1    0.373250684059E-03                     
+AS G04  2009  4  1  0 35  0.000000  1   -0.341007868091E-04                     
+AS G06  2009  4  1  0 35  0.000000  1    0.594769641339E-04                     
+AS G08  2009  4  1  0 35  0.000000  1   -0.196484846088E-03                     
+AS G09  2009  4  1  0 35  0.000000  1    0.483744833574E-04                     
+AS G10  2009  4  1  0 35  0.000000  1   -0.135964370741E-04                     
+AS G14  2009  4  1  0 35  0.000000  1   -0.132629290616E-03                     
+AS G13  2009  4  1  0 35  0.000000  1    0.293216926222E-03                     
+AS G28  2009  4  1  0 35  0.000000  1   -0.238269236533E-04                     
+AS G21  2009  4  1  0 35  0.000000  1    0.216044784927E-04                     
+AS G11  2009  4  1  0 35  0.000000  1    0.280117278857E-05                     
+AS G22  2009  4  1  0 35  0.000000  1    0.202452005126E-03                     
+AS G20  2009  4  1  0 35  0.000000  1    0.865996583715E-04                     
+AS G18  2009  4  1  0 35  0.000000  1   -0.696657532325E-04                     
+AS G16  2009  4  1  0 35  0.000000  1    0.631233505565E-04                     
+AS G19  2009  4  1  0 35  0.000000  1    0.293919687513E-04                     
+AS G23  2009  4  1  0 35  0.000000  1    0.388971167825E-03                     
+AS G02  2009  4  1  0 35  0.000000  1    0.153948451733E-03                     
+AS G31  2009  4  1  0 35  0.000000  1   -0.564288241527E-04                     
+AS G17  2009  4  1  0 35  0.000000  1    0.523729786270E-04                     
+AS G12  2009  4  1  0 35  0.000000  1   -0.299714356978E-03                     
+AS G15  2009  4  1  0 35  0.000000  1   -0.275824815218E-03                     
+AS G29  2009  4  1  0 35  0.000000  1    0.468526836296E-05                     
+AS G07  2009  4  1  0 35  0.000000  1    0.209993991717E-04                     
+AS R02  2009  4  1  0 35  0.000000  1    0.207796285675E-04                     
+AS R03  2009  4  1  0 35  0.000000  1   -0.341614469710E-04                     
+AS R04  2009  4  1  0 35  0.000000  1    0.641121595921E-04                     
+AS R06  2009  4  1  0 35  0.000000  1   -0.169216222013E-03                     
+AS R07  2009  4  1  0 35  0.000000  1   -0.892897066782E-04                     
+AS R08  2009  4  1  0 35  0.000000  1   -0.102033360197E-03                     
+AS R10  2009  4  1  0 35  0.000000  1   -0.140863995187E-03                     
+AS R11  2009  4  1  0 35  0.000000  1   -0.925899895906E-04                     
+AS R13  2009  4  1  0 35  0.000000  1   -0.230597509641E-03                     
+AS R14  2009  4  1  0 35  0.000000  1   -0.797353964417E-04                     
+AS R15  2009  4  1  0 35  0.000000  1    0.920711586276E-04                     
+AS R17  2009  4  1  0 35  0.000000  1   -0.261222877548E-03                     
+AS R18  2009  4  1  0 35  0.000000  1   -0.133054353811E-05                     
+AS R19  2009  4  1  0 35  0.000000  1   -0.893795359273E-04                     
+AS R20  2009  4  1  0 35  0.000000  1   -0.650038805558E-04                     
+AS R21  2009  4  1  0 35  0.000000  1   -0.143288653061E-03                     
+AS R22  2009  4  1  0 35  0.000000  1   -0.201465558470E-03                     
+AS R23  2009  4  1  0 35  0.000000  1   -0.200522899577E-03                     
+AR ALGO 2009  4  1  0 35  0.000000  1    0.803581383359E-04                     
+AR ALIC 2009  4  1  0 35  0.000000  1    0.464791460439E-08                     
+AR AMC2 2009  4  1  0 35  0.000000  1    0.367464037523E-09                     
+AR ANKR 2009  4  1  0 35  0.000000  1    0.393838699624E-03                     
+AR ARTU 2009  4  1  0 35  0.000000  1   -0.589498207750E-07                     
+AR ASPA 2009  4  1  0 35  0.000000  1    0.367348330297E-07                     
+AR BHR1 2009  4  1  0 35  0.000000  1    0.563382436085E-03                     
+AR BARH 2009  4  1  0 35  0.000000  1   -0.137452193113E-08                     
+AR BJFS 2009  4  1  0 35  0.000000  1   -0.485441635606E-07                     
+AR BOGT 2009  4  1  0 35  0.000000  1   -0.578614974625E-07                     
+AR BRMU 2009  4  1  0 35  0.000000  1   -0.890975392227E-04                     
+AR CAGZ 2009  4  1  0 35  0.000000  1    0.147065763092E-03                     
+AR CAS1 2009  4  1  0 35  0.000000  1   -0.334109758039E-08                     
+AR CHAT 2009  4  1  0 35  0.000000  1   -0.649191910962E-07                     
+AR CHPI 2009  4  1  0 35  0.000000  1   -0.525566534110E-07                     
+AR COCO 2009  4  1  0 35  0.000000  1    0.227675259875E-03                     
+AR CONZ 2009  4  1  0 35  0.000000  1   -0.326639372656E-03                     
+AR CRAR 2009  4  1  0 35  0.000000  1    0.358262056871E-03                     
+AR CRO1 2009  4  1  0 35  0.000000  1    0.665100839369E-03                     
+AR DAEJ 2009  4  1  0 35  0.000000  1   -0.196631867923E-03                     
+AR DARW 2009  4  1  0 35  0.000000  1    0.266850830105E-08                     
+AR DGAR 2009  4  1  0 35  0.000000  1   -0.516210852325E-07                     
+AR DRAO 2009  4  1  0 35  0.000000  1    0.109339449251E-03                     
+AR FAA1 2009  4  1  0 35  0.000000  1   -0.194977059412E-07                     
+AR FAIR 2009  4  1  0 35  0.000000  1   -0.121326433516E-06                     
+AR GLPS 2009  4  1  0 35  0.000000  1   -0.835041191009E-07                     
+AR GUAM 2009  4  1  0 35  0.000000  1   -0.811846474239E-07                     
+AR GUAT 2009  4  1  0 35  0.000000  1    0.105773881368E-07                     
+AR HOB2 2009  4  1  0 35  0.000000  1    0.840650422908E-07                     
+AR HOFN 2009  4  1  0 35  0.000000  1   -0.290906485746E-03                     
+AR HOLM 2009  4  1  0 35  0.000000  1   -0.587349985359E-07                     
+AR HRAO 2009  4  1  0 35  0.000000  1    0.849452298969E-03                     
+AR HYDE 2009  4  1  0 35  0.000000  1    0.823922986653E-08                     
+AR IRKJ 2009  4  1  0 35  0.000000  1    0.163747143226E-03                     
+AR ISPA 2009  4  1  0 35  0.000000  1   -0.913185286347E-07                     
+AR KARR 2009  4  1  0 35  0.000000  1   -0.582997948402E-07                     
+AR KERG 2009  4  1  0 35  0.000000  1    0.816668568184E-03                     
+AR KHAJ 2009  4  1  0 35  0.000000  1   -0.150857246284E-05                     
+AR KIR0 2009  4  1  0 35  0.000000  1    0.284052766457E-03                     
+AR KIRU 2009  4  1  0 35  0.000000  1    0.591356349409E-03                     
+AR KIT3 2009  4  1  0 35  0.000000  1   -0.285079837159E-08                     
+AR KOUR 2009  4  1  0 35  0.000000  1    0.125012394670E-03                     
+AR KUNM 2009  4  1  0 35  0.000000  1    0.106201754941E-06                     
+AR MAL2 2009  4  1  0 35  0.000000  1   -0.715891975965E-08                     
+AR MAS1 2009  4  1  0 35  0.000000  1   -0.101608668589E-03                     
+AR MAW1 2009  4  1  0 35  0.000000  1   -0.829026637244E-09                     
+AR MCIL 2009  4  1  0 35  0.000000  1    0.274253204049E-07                     
+AR MCM4 2009  4  1  0 35  0.000000  1   -0.614080216100E-07                     
+AR MDO1 2009  4  1  0 35  0.000000  1   -0.392847770274E-07                     
+AR MDVJ 2009  4  1  0 35  0.000000  1    0.438552562019E-03                     
+AR MKEA 2009  4  1  0 35  0.000000  1   -0.905616388000E-07                     
+AR MOBS 2009  4  1  0 35  0.000000  1    0.894143456168E-08                     
+AR NANO 2009  4  1  0 35  0.000000  1    0.586537255744E-08                     
+AR NLIB 2009  4  1  0 35  0.000000  1   -0.117572785784E-06                     
+AR NNOR 2009  4  1  0 35  0.000000  1    0.365794760781E-03                     
+AR NRC1 2009  4  1  0 35  0.000000  1   -0.449013268163E-05                     
+AR NRIL 2009  4  1  0 35  0.000000  1   -0.444727966867E-07                     
+AR NRMD 2009  4  1  0 35  0.000000  1    0.277310044191E-07                     
+AR NTUS 2009  4  1  0 35  0.000000  1    0.184097495751E-08                     
+AR NYAL 2009  4  1  0 35  0.000000  1    0.915351770233E-07                     
+AR OHI3 2009  4  1  0 35  0.000000  1   -0.285051003959E-03                     
+AR ONSA 2009  4  1  0 35  0.000000  1   -0.324728094214E-04                     
+AR PDEL 2009  4  1  0 35  0.000000  1   -0.254021376846E-08                     
+AR PERT 2009  4  1  0 35  0.000000  1   -0.585518977787E-07                     
+AR PETP 2009  4  1  0 35  0.000000  1   -0.469972748176E-07                     
+AR PIMO 2009  4  1  0 35  0.000000  1   -0.832978340676E-07                     
+AR QAQ1 2009  4  1  0 35  0.000000  1   -0.609482965010E-07                     
+AR QUIN 2009  4  1  0 35  0.000000  1   -0.531047688672E-07                     
+AR RABT 2009  4  1  0 35  0.000000  1   -0.347091151798E-07                     
+AR RAMO 2009  4  1  0 35  0.000000  1    0.413596987422E-07                     
+AR RCMN 2009  4  1  0 35  0.000000  1    0.768345062999E-08                     
+AR REDU 2009  4  1  0 35  0.000000  1   -0.415094362749E-07                     
+AR REUN 2009  4  1  0 35  0.000000  1    0.272463539625E-07                     
+AR REYK 2009  4  1  0 35  0.000000  1    0.173302629864E-03                     
+AR SCH2 2009  4  1  0 35  0.000000  1    0.186857027988E-03                     
+AR SCUB 2009  4  1  0 35  0.000000  1   -0.753251200965E-07                     
+AR STJO 2009  4  1  0 35  0.000000  1   -0.700148833252E-05                     
+AR SYDN 2009  4  1  0 35  0.000000  1    0.141013546806E-05                     
+AR SYOG 2009  4  1  0 35  0.000000  1    0.140062059460E-04                     
+AR THU2 2009  4  1  0 35  0.000000  1   -0.255466727613E-03                     
+AR TOW2 2009  4  1  0 35  0.000000  1    0.135834174721E-08                     
+AR URUM 2009  4  1  0 35  0.000000  1   -0.970212920718E-04                     
+AR VESL 2009  4  1  0 35  0.000000  1    0.409250702469E-03                     
+AR VILL 2009  4  1  0 35  0.000000  1   -0.525220626515E-07                     
+AR WTZR 2009  4  1  0 35  0.000000  1    0.432961204965E-07                     
+AR WUHN 2009  4  1  0 35  0.000000  1   -0.557755474050E-07                     
+AR YSSK 2009  4  1  0 35  0.000000  1   -0.612379433265E-07                     
+AR ZIM2 2009  4  1  0 35  0.000000  1    0.295748646782E-07                     
+AR XMIS 2009  4  1  0 35  0.000000  1   -0.150425737094E-08                     
+AR GODZ 2009  4  1  0 35  0.000000  1   -0.469126431502E-03                     
+AR MTKA 2009  4  1  0 35  0.000000  1   -0.653082833547E-07                     
+AR PARK 2009  4  1  0 35  0.000000  1    0.801168907946E-06                     
+AR UNBJ 2009  4  1  0 35  0.000000  1    0.737994603510E-04                     
+AR NOVM 2009  4  1  0 35  0.000000  1    0.798329559080E-04                     
+AR SUNM 2009  4  1  0 35  0.000000  1   -0.210324882628E-03                     
+AR CEBR 2009  4  1  0 35  0.000000  1    0.719430390036E-03                     
+AR CPXF 2009  4  1  0 35  0.000000  1    0.777048204524E-08                     
+AR IDDR 2009  4  1  0 35  0.000000  1    0.117147917539E-07                     
+AR AZGB 2009  4  1  0 35  0.000000  1    0.361976478452E-03                     
+AR TN22 2009  4  1  0 35  0.000000  1   -0.472088866331E-04                     
+AR ETAD 2009  4  1  0 35  0.000000  1    0.281056589202E-07                     
+AR ILHA 2009  4  1  0 35  0.000000  1   -0.664440896279E-08                     
+AR POVE 2009  4  1  0 35  0.000000  1   -0.166414941108E-07                     
+AR RECF 2009  4  1  0 35  0.000000  1    0.230758522403E-07                     
+AR SALU 2009  4  1  0 35  0.000000  1    0.172274037388E-07                     
+AR SAVO 2009  4  1  0 35  0.000000  1    0.183130556018E-07                     
+AR UFPR 2009  4  1  0 35  0.000000  1    0.197427950595E-07                     
+AR YELL 2009  4  1  0 35  0.000000  1    0.233677000000E-06                     
+AS G32  2009  4  1  0 40  0.000000  1    0.280370818315E-03                     
+AS G24  2009  4  1  0 40  0.000000  1    0.177707764133E-03                     
+AS G25  2009  4  1  0 40  0.000000  1    0.333637703138E-03                     
+AS G26  2009  4  1  0 40  0.000000  1    0.543693033445E-04                     
+AS G27  2009  4  1  0 40  0.000000  1    0.370066332043E-04                     
+AS G30  2009  4  1  0 40  0.000000  1    0.136154397949E-03                     
+AS G03  2009  4  1  0 40  0.000000  1    0.373252003182E-03                     
+AS G04  2009  4  1  0 40  0.000000  1   -0.341054595786E-04                     
+AS G06  2009  4  1  0 40  0.000000  1    0.594821859318E-04                     
+AS G08  2009  4  1  0 40  0.000000  1   -0.196485523107E-03                     
+AS G09  2009  4  1  0 40  0.000000  1    0.483746698784E-04                     
+AS G10  2009  4  1  0 40  0.000000  1   -0.135971916330E-04                     
+AS G14  2009  4  1  0 40  0.000000  1   -0.132627706784E-03                     
+AS G13  2009  4  1  0 40  0.000000  1    0.293217323935E-03                     
+AS G28  2009  4  1  0 40  0.000000  1   -0.238267845939E-04                     
+AS G21  2009  4  1  0 40  0.000000  1    0.216038262314E-04                     
+AS G11  2009  4  1  0 40  0.000000  1    0.280105562772E-05                     
+AS G22  2009  4  1  0 40  0.000000  1    0.202451634487E-03                     
+AS G20  2009  4  1  0 40  0.000000  1    0.865991829221E-04                     
+AS G18  2009  4  1  0 40  0.000000  1   -0.696644629760E-04                     
+AS G16  2009  4  1  0 40  0.000000  1    0.631221787846E-04                     
+AS G19  2009  4  1  0 40  0.000000  1    0.293919356885E-04                     
+AS G23  2009  4  1  0 40  0.000000  1    0.388971294406E-03                     
+AS G02  2009  4  1  0 40  0.000000  1    0.153948448965E-03                     
+AS G31  2009  4  1  0 40  0.000000  1   -0.564290751706E-04                     
+AS G17  2009  4  1  0 40  0.000000  1    0.523733655523E-04                     
+AS G12  2009  4  1  0 40  0.000000  1   -0.299712759476E-03                     
+AS G15  2009  4  1  0 40  0.000000  1   -0.275826267670E-03                     
+AS G29  2009  4  1  0 40  0.000000  1    0.468651768877E-05                     
+AS G07  2009  4  1  0 40  0.000000  1    0.209991841448E-04                     
+AS R02  2009  4  1  0 40  0.000000  1    0.207787237903E-04                     
+AS R03  2009  4  1  0 40  0.000000  1   -0.341632952372E-04                     
+AS R04  2009  4  1  0 40  0.000000  1    0.641107685360E-04                     
+AS R06  2009  4  1  0 40  0.000000  1   -0.169216553310E-03                     
+AS R07  2009  4  1  0 40  0.000000  1   -0.892895899306E-04                     
+AS R08  2009  4  1  0 40  0.000000  1   -0.102033248354E-03                     
+AS R10  2009  4  1  0 40  0.000000  1   -0.140863971129E-03                     
+AS R11  2009  4  1  0 40  0.000000  1   -0.925902660696E-04                     
+AS R13  2009  4  1  0 40  0.000000  1   -0.230597902979E-03                     
+AS R14  2009  4  1  0 40  0.000000  1   -0.797349692418E-04                     
+AS R15  2009  4  1  0 40  0.000000  1    0.920720437488E-04                     
+AS R17  2009  4  1  0 40  0.000000  1   -0.261223227802E-03                     
+AS R18  2009  4  1  0 40  0.000000  1   -0.133086546112E-05                     
+AS R19  2009  4  1  0 40  0.000000  1   -0.893799096539E-04                     
+AS R20  2009  4  1  0 40  0.000000  1   -0.650044862936E-04                     
+AS R21  2009  4  1  0 40  0.000000  1   -0.143289413985E-03                     
+AS R22  2009  4  1  0 40  0.000000  1   -0.201466471252E-03                     
+AS R23  2009  4  1  0 40  0.000000  1   -0.200521518293E-03                     
+AR ALGO 2009  4  1  0 40  0.000000  1    0.803620888380E-04                     
+AR ALIC 2009  4  1  0 40  0.000000  1    0.535869183613E-08                     
+AR AMC2 2009  4  1  0 40  0.000000  1    0.352075450279E-09                     
+AR ANKR 2009  4  1  0 40  0.000000  1    0.469466805983E-03                     
+AR ARTU 2009  4  1  0 40  0.000000  1   -0.589394034119E-07                     
+AR ASPA 2009  4  1  0 40  0.000000  1    0.267947147265E-07                     
+AR BHR1 2009  4  1  0 40  0.000000  1    0.563382215047E-03                     
+AR BARH 2009  4  1  0 40  0.000000  1   -0.337895153858E-11                     
+AR BJFS 2009  4  1  0 40  0.000000  1   -0.502872641988E-07                     
+AR BOGT 2009  4  1  0 40  0.000000  1   -0.595814449495E-07                     
+AR BRMU 2009  4  1  0 40  0.000000  1    0.406514492411E-03                     
+AR CAGZ 2009  4  1  0 40  0.000000  1    0.370973748788E-03                     
+AR CAS1 2009  4  1  0 40  0.000000  1    0.361671822849E-08                     
+AR CHAT 2009  4  1  0 40  0.000000  1   -0.628434186685E-07                     
+AR CHPI 2009  4  1  0 40  0.000000  1   -0.521320346618E-07                     
+AR COCO 2009  4  1  0 40  0.000000  1    0.227674048590E-03                     
+AR CONZ 2009  4  1  0 40  0.000000  1   -0.462002389503E-03                     
+AR CRAR 2009  4  1  0 40  0.000000  1    0.333190459545E-03                     
+AR CRO1 2009  4  1  0 40  0.000000  1    0.665100854769E-03                     
+AR DAEJ 2009  4  1  0 40  0.000000  1   -0.196631243844E-03                     
+AR DARW 2009  4  1  0 40  0.000000  1    0.361103661936E-08                     
+AR DGAR 2009  4  1  0 40  0.000000  1   -0.528086849293E-07                     
+AR DRAO 2009  4  1  0 40  0.000000  1    0.109376152117E-03                     
+AR FAA1 2009  4  1  0 40  0.000000  1   -0.122150670002E-07                     
+AR FAIR 2009  4  1  0 40  0.000000  1   -0.625988865790E-07                     
+AR GLPS 2009  4  1  0 40  0.000000  1   -0.830065020622E-07                     
+AR GUAM 2009  4  1  0 40  0.000000  1   -0.797817343983E-07                     
+AR GUAT 2009  4  1  0 40  0.000000  1    0.974513500695E-08                     
+AR HOB2 2009  4  1  0 40  0.000000  1    0.840695840461E-07                     
+AR HOFN 2009  4  1  0 40  0.000000  1   -0.212574850445E-03                     
+AR HOLM 2009  4  1  0 40  0.000000  1   -0.583306636659E-07                     
+AR HRAO 2009  4  1  0 40  0.000000  1    0.849452359465E-03                     
+AR HYDE 2009  4  1  0 40  0.000000  1    0.823132530192E-08                     
+AR IRKJ 2009  4  1  0 40  0.000000  1    0.163747101870E-03                     
+AR ISPA 2009  4  1  0 40  0.000000  1   -0.893778020608E-07                     
+AR KARR 2009  4  1  0 40  0.000000  1   -0.706326994198E-07                     
+AR KERG 2009  4  1  0 40  0.000000  1    0.816679720466E-03                     
+AR KHAJ 2009  4  1  0 40  0.000000  1   -0.150861294041E-05                     
+AR KIR0 2009  4  1  0 40  0.000000  1    0.284045973398E-03                     
+AR KIRU 2009  4  1  0 40  0.000000  1    0.591357178482E-03                     
+AR KIT3 2009  4  1  0 40  0.000000  1    0.153854407084E-09                     
+AR KOUR 2009  4  1  0 40  0.000000  1    0.125012373245E-03                     
+AR KUNM 2009  4  1  0 40  0.000000  1    0.890041538767E-08                     
+AR MAL2 2009  4  1  0 40  0.000000  1   -0.499108000374E-08                     
+AR MAS1 2009  4  1  0 40  0.000000  1   -0.101609407946E-03                     
+AR MAW1 2009  4  1  0 40  0.000000  1   -0.660033194197E-08                     
+AR MCIL 2009  4  1  0 40  0.000000  1    0.317730540027E-07                     
+AR MCM4 2009  4  1  0 40  0.000000  1   -0.572073869733E-07                     
+AR MDO1 2009  4  1  0 40  0.000000  1   -0.392244503391E-07                     
+AR MDVJ 2009  4  1  0 40  0.000000  1    0.438552531305E-03                     
+AR MKEA 2009  4  1  0 40  0.000000  1   -0.913567468243E-07                     
+AR MOBS 2009  4  1  0 40  0.000000  1    0.636469133192E-08                     
+AR NANO 2009  4  1  0 40  0.000000  1    0.347338641038E-08                     
+AR NLIB 2009  4  1  0 40  0.000000  1   -0.117590974564E-06                     
+AR NNOR 2009  4  1  0 40  0.000000  1    0.365794838003E-03                     
+AR NRC1 2009  4  1  0 40  0.000000  1   -0.449013745889E-05                     
+AR NRIL 2009  4  1  0 40  0.000000  1   -0.513889806509E-07                     
+AR NRMD 2009  4  1  0 40  0.000000  1    0.274062547232E-07                     
+AR NTUS 2009  4  1  0 40  0.000000  1    0.162760755684E-08                     
+AR NYAL 2009  4  1  0 40  0.000000  1    0.915354251601E-07                     
+AR OHI3 2009  4  1  0 40  0.000000  1   -0.196943103040E-03                     
+AR ONSA 2009  4  1  0 40  0.000000  1   -0.324728832995E-04                     
+AR PDEL 2009  4  1  0 40  0.000000  1   -0.249122114822E-08                     
+AR PERT 2009  4  1  0 40  0.000000  1   -0.674634842748E-07                     
+AR PETP 2009  4  1  0 40  0.000000  1   -0.467389786507E-07                     
+AR PIMO 2009  4  1  0 40  0.000000  1   -0.594520288196E-07                     
+AR QAQ1 2009  4  1  0 40  0.000000  1   -0.620268624878E-07                     
+AR QUIN 2009  4  1  0 40  0.000000  1   -0.545135206395E-07                     
+AR RABT 2009  4  1  0 40  0.000000  1   -0.359664291162E-07                     
+AR RAMO 2009  4  1  0 40  0.000000  1    0.274091417886E-07                     
+AR RCMN 2009  4  1  0 40  0.000000  1    0.702412684085E-08                     
+AR REDU 2009  4  1  0 40  0.000000  1   -0.426100993160E-07                     
+AR REUN 2009  4  1  0 40  0.000000  1    0.282996814015E-07                     
+AR REYK 2009  4  1  0 40  0.000000  1    0.192447206571E-03                     
+AR SCUB 2009  4  1  0 40  0.000000  1   -0.714126699948E-07                     
+AR STJO 2009  4  1  0 40  0.000000  1   -0.700179129425E-05                     
+AR SYDN 2009  4  1  0 40  0.000000  1    0.141006605218E-05                     
+AR SYOG 2009  4  1  0 40  0.000000  1    0.140066627535E-04                     
+AR THU2 2009  4  1  0 40  0.000000  1   -0.257469014876E-03                     
+AR TOW2 2009  4  1  0 40  0.000000  1    0.564237922407E-09                     
+AR URUM 2009  4  1  0 40  0.000000  1   -0.166714495535E-03                     
+AR VESL 2009  4  1  0 40  0.000000  1    0.446433996232E-03                     
+AR VILL 2009  4  1  0 40  0.000000  1   -0.539466227728E-07                     
+AR WTZR 2009  4  1  0 40  0.000000  1    0.432956379326E-07                     
+AR WUHN 2009  4  1  0 40  0.000000  1   -0.450195453507E-07                     
+AR YSSK 2009  4  1  0 40  0.000000  1   -0.672353384044E-07                     
+AR ZIM2 2009  4  1  0 40  0.000000  1    0.288168678457E-07                     
+AR XMIS 2009  4  1  0 40  0.000000  1   -0.390345545937E-09                     
+AR GODZ 2009  4  1  0 40  0.000000  1   -0.469126368793E-03                     
+AR MTKA 2009  4  1  0 40  0.000000  1   -0.594031899702E-07                     
+AR PARK 2009  4  1  0 40  0.000000  1    0.801249673199E-06                     
+AR UNBJ 2009  4  1  0 40  0.000000  1   -0.135182805646E-06                     
+AR NOVM 2009  4  1  0 40  0.000000  1    0.798329473276E-04                     
+AR SUNM 2009  4  1  0 40  0.000000  1   -0.367691826563E-03                     
+AR CEBR 2009  4  1  0 40  0.000000  1    0.719430357412E-03                     
+AR CPXF 2009  4  1  0 40  0.000000  1    0.589576367282E-08                     
+AR IDDR 2009  4  1  0 40  0.000000  1    0.118309423753E-07                     
+AR AZGB 2009  4  1  0 40  0.000000  1    0.222775677890E-03                     
+AR TN22 2009  4  1  0 40  0.000000  1   -0.122258117753E-03                     
+AR ETAD 2009  4  1  0 40  0.000000  1    0.277573710638E-07                     
+AR ILHA 2009  4  1  0 40  0.000000  1   -0.592407040384E-08                     
+AR POVE 2009  4  1  0 40  0.000000  1   -0.166079026150E-07                     
+AR RECF 2009  4  1  0 40  0.000000  1    0.202505153668E-07                     
+AR SALU 2009  4  1  0 40  0.000000  1    0.221668071067E-07                     
+AR SAVO 2009  4  1  0 40  0.000000  1    0.184944961677E-07                     
+AR UFPR 2009  4  1  0 40  0.000000  1    0.148169048703E-07                     
+AR YELL 2009  4  1  0 40  0.000000  1    0.233747000000E-06                     
+AS G32  2009  4  1  0 45  0.000000  1    0.280369457774E-03                     
+AS G24  2009  4  1  0 45  0.000000  1    0.177708662909E-03                     
+AS G25  2009  4  1  0 45  0.000000  1    0.333644215772E-03                     
+AS G26  2009  4  1  0 45  0.000000  1    0.543697516210E-04                     
+AS G27  2009  4  1  0 45  0.000000  1    0.370082314164E-04                     
+AS G30  2009  4  1  0 45  0.000000  1    0.136155052524E-03                     
+AS G03  2009  4  1  0 45  0.000000  1    0.373253532646E-03                     
+AS G04  2009  4  1  0 45  0.000000  1   -0.341100124552E-04                     
+AS G06  2009  4  1  0 45  0.000000  1    0.594875751036E-04                     
+AS G08  2009  4  1  0 45  0.000000  1   -0.196485302073E-03                     
+AS G09  2009  4  1  0 45  0.000000  1    0.483756348781E-04                     
+AS G10  2009  4  1  0 45  0.000000  1   -0.135979076504E-04                     
+AS G14  2009  4  1  0 45  0.000000  1   -0.132625863564E-03                     
+AS G13  2009  4  1  0 45  0.000000  1    0.293217807231E-03                     
+AS G28  2009  4  1  0 45  0.000000  1   -0.238268538974E-04                     
+AS G21  2009  4  1  0 45  0.000000  1    0.216032808954E-04                     
+AS G11  2009  4  1  0 45  0.000000  1    0.280054364576E-05                     
+AS G22  2009  4  1  0 45  0.000000  1    0.202451653363E-03                     
+AS G20  2009  4  1  0 45  0.000000  1    0.865989321901E-04                     
+AS G18  2009  4  1  0 45  0.000000  1   -0.696634611273E-04                     
+AS G16  2009  4  1  0 45  0.000000  1    0.631212521113E-04                     
+AS G19  2009  4  1  0 45  0.000000  1    0.293915692556E-04                     
+AS G23  2009  4  1  0 45  0.000000  1    0.388971303334E-03                     
+AS G02  2009  4  1  0 45  0.000000  1    0.153948287350E-03                     
+AS G31  2009  4  1  0 45  0.000000  1   -0.564294049871E-04                     
+AS G17  2009  4  1  0 45  0.000000  1    0.523738059822E-04                     
+AS G12  2009  4  1  0 45  0.000000  1   -0.299711658854E-03                     
+AS G15  2009  4  1  0 45  0.000000  1   -0.275827782630E-03                     
+AS G29  2009  4  1  0 45  0.000000  1    0.468779483091E-05                     
+AS G07  2009  4  1  0 45  0.000000  1    0.209989876481E-04                     
+AS R02  2009  4  1  0 45  0.000000  1    0.207779866899E-04                     
+AS R03  2009  4  1  0 45  0.000000  1   -0.341643025868E-04                     
+AS R04  2009  4  1  0 45  0.000000  1    0.641079552989E-04                     
+AS R06  2009  4  1  0 45  0.000000  1   -0.169214345699E-03                     
+AS R07  2009  4  1  0 45  0.000000  1   -0.892889437932E-04                     
+AS R08  2009  4  1  0 45  0.000000  1   -0.102033090418E-03                     
+AS R10  2009  4  1  0 45  0.000000  1   -0.140863434434E-03                     
+AS R11  2009  4  1  0 45  0.000000  1   -0.925905733694E-04                     
+AS R13  2009  4  1  0 45  0.000000  1   -0.230598161242E-03                     
+AS R14  2009  4  1  0 45  0.000000  1   -0.797331617427E-04                     
+AS R15  2009  4  1  0 45  0.000000  1    0.920722165398E-04                     
+AS R17  2009  4  1  0 45  0.000000  1   -0.261223619834E-03                     
+AS R18  2009  4  1  0 45  0.000000  1   -0.133123170679E-05                     
+AS R19  2009  4  1  0 45  0.000000  1   -0.893803778915E-04                     
+AS R20  2009  4  1  0 45  0.000000  1   -0.650044210960E-04                     
+AS R21  2009  4  1  0 45  0.000000  1   -0.143289920409E-03                     
+AS R22  2009  4  1  0 45  0.000000  1   -0.201467383300E-03                     
+AS R23  2009  4  1  0 45  0.000000  1   -0.200520057961E-03                     
+AR ALGO 2009  4  1  0 45  0.000000  1    0.803657765050E-04                     
+AR ALIC 2009  4  1  0 45  0.000000  1    0.276470683892E-09                     
+AR AMC2 2009  4  1  0 45  0.000000  1    0.363046884714E-09                     
+AR ANKR 2009  4  1  0 45  0.000000  1   -0.454990552774E-03                     
+AR ARTU 2009  4  1  0 45  0.000000  1   -0.594040008479E-07                     
+AR ASPA 2009  4  1  0 45  0.000000  1    0.264645699113E-07                     
+AR BHR1 2009  4  1  0 45  0.000000  1    0.563382028002E-03                     
+AR BARH 2009  4  1  0 45  0.000000  1   -0.583857618387E-09                     
+AR BJFS 2009  4  1  0 45  0.000000  1   -0.507570086405E-07                     
+AR BOGT 2009  4  1  0 45  0.000000  1   -0.603610037883E-07                     
+AR BRMU 2009  4  1  0 45  0.000000  1   -0.977005065385E-04                     
+AR CAGZ 2009  4  1  0 45  0.000000  1   -0.405134371734E-03                     
+AR CAS1 2009  4  1  0 45  0.000000  1    0.416325616567E-08                     
+AR CHAT 2009  4  1  0 45  0.000000  1   -0.624615240043E-07                     
+AR CHPI 2009  4  1  0 45  0.000000  1   -0.536939104988E-07                     
+AR COCO 2009  4  1  0 45  0.000000  1    0.227672905212E-03                     
+AR CONZ 2009  4  1  0 45  0.000000  1    0.402668950012E-03                     
+AR CRAR 2009  4  1  0 45  0.000000  1    0.308116637269E-03                     
+AR CRO1 2009  4  1  0 45  0.000000  1    0.665100923963E-03                     
+AR DAEJ 2009  4  1  0 45  0.000000  1   -0.196630565628E-03                     
+AR DARW 2009  4  1  0 45  0.000000  1    0.128807877247E-08                     
+AR DGAR 2009  4  1  0 45  0.000000  1   -0.558144394768E-07                     
+AR DRAO 2009  4  1  0 45  0.000000  1    0.109413063433E-03                     
+AR FAA1 2009  4  1  0 45  0.000000  1   -0.109075406156E-07                     
+AR FAIR 2009  4  1  0 45  0.000000  1   -0.603499959872E-07                     
+AR GLPS 2009  4  1  0 45  0.000000  1   -0.821392912151E-07                     
+AR GUAM 2009  4  1  0 45  0.000000  1   -0.800228789321E-07                     
+AR GUAT 2009  4  1  0 45  0.000000  1    0.732464467789E-08                     
+AR HOB2 2009  4  1  0 45  0.000000  1    0.840885065412E-07                     
+AR HOFN 2009  4  1  0 45  0.000000  1   -0.134274119903E-03                     
+AR HOLM 2009  4  1  0 45  0.000000  1   -0.577920151505E-07                     
+AR HRAO 2009  4  1  0 45  0.000000  1    0.849452433464E-03                     
+AR HYDE 2009  4  1  0 45  0.000000  1    0.118115736456E-07                     
+AR IRKJ 2009  4  1  0 45  0.000000  1    0.163747092588E-03                     
+AR ISPA 2009  4  1  0 45  0.000000  1   -0.876924755431E-07                     
+AR KARR 2009  4  1  0 45  0.000000  1   -0.743156205492E-07                     
+AR KERG 2009  4  1  0 45  0.000000  1    0.816690748381E-03                     
+AR KHAJ 2009  4  1  0 45  0.000000  1   -0.150861610570E-05                     
+AR KIR0 2009  4  1  0 45  0.000000  1    0.284039041345E-03                     
+AR KIT3 2009  4  1  0 45  0.000000  1   -0.302993072961E-07                     
+AR KOUR 2009  4  1  0 45  0.000000  1    0.125012371771E-03                     
+AR KUNM 2009  4  1  0 45  0.000000  1   -0.137953449834E-08                     
+AR MAL2 2009  4  1  0 45  0.000000  1   -0.366561414226E-08                     
+AR MAS1 2009  4  1  0 45  0.000000  1   -0.101610093341E-03                     
+AR MAW1 2009  4  1  0 45  0.000000  1    0.204294803142E-08                     
+AR MCIL 2009  4  1  0 45  0.000000  1    0.320911869348E-07                     
+AR MCM4 2009  4  1  0 45  0.000000  1   -0.558324135396E-07                     
+AR MDO1 2009  4  1  0 45  0.000000  1   -0.466743084090E-07                     
+AR MDVJ 2009  4  1  0 45  0.000000  1    0.438552533261E-03                     
+AR MKEA 2009  4  1  0 45  0.000000  1   -0.910504982810E-07                     
+AR MOBS 2009  4  1  0 45  0.000000  1    0.100273702536E-07                     
+AR NANO 2009  4  1  0 45  0.000000  1    0.642229010846E-08                     
+AR NLIB 2009  4  1  0 45  0.000000  1   -0.117585692780E-06                     
+AR NNOR 2009  4  1  0 45  0.000000  1    0.365794589870E-03                     
+AR NRC1 2009  4  1  0 45  0.000000  1   -0.449011628836E-05                     
+AR NRIL 2009  4  1  0 45  0.000000  1   -0.494031411588E-07                     
+AR NRMD 2009  4  1  0 45  0.000000  1    0.210265780791E-07                     
+AR NTUS 2009  4  1  0 45  0.000000  1    0.101293806861E-08                     
+AR NYAL 2009  4  1  0 45  0.000000  1    0.915530324858E-07                     
+AR OHI3 2009  4  1  0 45  0.000000  1   -0.108623174813E-03                     
+AR ONSA 2009  4  1  0 45  0.000000  1   -0.324729198971E-04                     
+AR PDEL 2009  4  1  0 45  0.000000  1   -0.383504435014E-08                     
+AR PERT 2009  4  1  0 45  0.000000  1   -0.829708564466E-07                     
+AR PETP 2009  4  1  0 45  0.000000  1   -0.475738209127E-07                     
+AR PIMO 2009  4  1  0 45  0.000000  1   -0.589543329879E-07                     
+AR QAQ1 2009  4  1  0 45  0.000000  1   -0.645993838898E-07                     
+AR QUIN 2009  4  1  0 45  0.000000  1   -0.586537925309E-07                     
+AR RABT 2009  4  1  0 45  0.000000  1   -0.381794147322E-07                     
+AR RAMO 2009  4  1  0 45  0.000000  1    0.800414006235E-07                     
+AR RCMN 2009  4  1  0 45  0.000000  1    0.902814558370E-08                     
+AR REDU 2009  4  1  0 45  0.000000  1   -0.468788487907E-07                     
+AR REUN 2009  4  1  0 45  0.000000  1    0.261844497371E-07                     
+AR REYK 2009  4  1  0 45  0.000000  1    0.211644733028E-03                     
+AR SCH2 2009  4  1  0 45  0.000000  1    0.186889553024E-03                     
+AR SCUB 2009  4  1  0 45  0.000000  1   -0.774832243916E-07                     
+AR STJO 2009  4  1  0 45  0.000000  1   -0.700207693880E-05                     
+AR SYDN 2009  4  1  0 45  0.000000  1    0.141040593676E-05                     
+AR SYOG 2009  4  1  0 45  0.000000  1    0.140069162602E-04                     
+AR THU2 2009  4  1  0 45  0.000000  1   -0.259471266473E-03                     
+AR TOW2 2009  4  1  0 45  0.000000  1   -0.629405426209E-09                     
+AR URUM 2009  4  1  0 45  0.000000  1   -0.236403414341E-03                     
+AR VESL 2009  4  1  0 45  0.000000  1    0.483634818717E-03                     
+AR VILL 2009  4  1  0 45  0.000000  1   -0.551778901306E-07                     
+AR WTZR 2009  4  1  0 45  0.000000  1    0.433088547913E-07                     
+AR WUHN 2009  4  1  0 45  0.000000  1   -0.446610183469E-07                     
+AR YSSK 2009  4  1  0 45  0.000000  1   -0.649527490437E-07                     
+AR ZIM2 2009  4  1  0 45  0.000000  1    0.279075359466E-07                     
+AR XMIS 2009  4  1  0 45  0.000000  1    0.263563806602E-09                     
+AR GODZ 2009  4  1  0 45  0.000000  1   -0.469126296006E-03                     
+AR MTKA 2009  4  1  0 45  0.000000  1   -0.542093931251E-07                     
+AR PARK 2009  4  1  0 45  0.000000  1    0.801402340516E-06                     
+AR UNBJ 2009  4  1  0 45  0.000000  1   -0.738923428408E-04                     
+AR SUNM 2009  4  1  0 45  0.000000  1    0.474827254625E-03                     
+AR CEBR 2009  4  1  0 45  0.000000  1    0.719430358033E-03                     
+AR CPXF 2009  4  1  0 45  0.000000  1    0.409599247137E-08                     
+AR IDDR 2009  4  1  0 45  0.000000  1    0.976366033188E-08                     
+AR AZGB 2009  4  1  0 45  0.000000  1    0.836244002030E-04                     
+AR TN22 2009  4  1  0 45  0.000000  1   -0.197703240947E-03                     
+AR ETAD 2009  4  1  0 45  0.000000  1    0.280295632147E-07                     
+AR ILHA 2009  4  1  0 45  0.000000  1   -0.528322230392E-08                     
+AR POVE 2009  4  1  0 45  0.000000  1   -0.175052846388E-07                     
+AR RECF 2009  4  1  0 45  0.000000  1    0.167812530869E-07                     
+AR SALU 2009  4  1  0 45  0.000000  1    0.179608230429E-07                     
+AR SAVO 2009  4  1  0 45  0.000000  1    0.179713475829E-07                     
+AR UFPR 2009  4  1  0 45  0.000000  1    0.109611466212E-07                     
+AR YELL 2009  4  1  0 45  0.000000  1    0.233817000000E-06                     
+AS G32  2009  4  1  0 50  0.000000  1    0.280368183918E-03                     
+AS G24  2009  4  1  0 50  0.000000  1    0.177709906602E-03                     
+AS G25  2009  4  1  0 50  0.000000  1    0.333650758710E-03                     
+AS G26  2009  4  1  0 50  0.000000  1    0.543702114963E-04                     
+AS G27  2009  4  1  0 50  0.000000  1    0.370093170777E-04                     
+AS G30  2009  4  1  0 50  0.000000  1    0.136157001162E-03                     
+AS G03  2009  4  1  0 50  0.000000  1    0.373255961826E-03                     
+AS G04  2009  4  1  0 50  0.000000  1   -0.341144222851E-04                     
+AS G06  2009  4  1  0 50  0.000000  1    0.594928882709E-04                     
+AS G08  2009  4  1  0 50  0.000000  1   -0.196485772808E-03                     
+AS G09  2009  4  1  0 50  0.000000  1    0.483765532277E-04                     
+AS G10  2009  4  1  0 50  0.000000  1   -0.135983634063E-04                     
+AS G14  2009  4  1  0 50  0.000000  1   -0.132624232547E-03                     
+AS G13  2009  4  1  0 50  0.000000  1    0.293217896594E-03                     
+AS G28  2009  4  1  0 50  0.000000  1   -0.238269785771E-04                     
+AS G21  2009  4  1  0 50  0.000000  1    0.216023028954E-04                     
+AS G11  2009  4  1  0 50  0.000000  1    0.280026843044E-05                     
+AS G22  2009  4  1  0 50  0.000000  1    0.202451498479E-03                     
+AS G20  2009  4  1  0 50  0.000000  1    0.865985898443E-04                     
+AS G18  2009  4  1  0 50  0.000000  1   -0.696628572851E-04                     
+AS G16  2009  4  1  0 50  0.000000  1    0.631204065167E-04                     
+AS G19  2009  4  1  0 50  0.000000  1    0.293913252822E-04                     
+AS G23  2009  4  1  0 50  0.000000  1    0.388971381015E-03                     
+AS G02  2009  4  1  0 50  0.000000  1    0.153948286559E-03                     
+AS G31  2009  4  1  0 50  0.000000  1   -0.564298514134E-04                     
+AS G17  2009  4  1  0 50  0.000000  1    0.523741594881E-04                     
+AS G12  2009  4  1  0 50  0.000000  1   -0.299710328858E-03                     
+AS G15  2009  4  1  0 50  0.000000  1   -0.275829030563E-03                     
+AS G29  2009  4  1  0 50  0.000000  1    0.468885374716E-05                     
+AS G07  2009  4  1  0 50  0.000000  1    0.209989221414E-04                     
+AS R02  2009  4  1  0 50  0.000000  1    0.207770644261E-04                     
+AS R03  2009  4  1  0 50  0.000000  1   -0.341659521751E-04                     
+AS R04  2009  4  1  0 50  0.000000  1    0.641068123943E-04                     
+AS R06  2009  4  1  0 50  0.000000  1   -0.169213382916E-03                     
+AS R07  2009  4  1  0 50  0.000000  1   -0.892884898787E-04                     
+AS R08  2009  4  1  0 50  0.000000  1   -0.102032883998E-03                     
+AS R10  2009  4  1  0 50  0.000000  1   -0.140863343004E-03                     
+AS R11  2009  4  1  0 50  0.000000  1   -0.925909482007E-04                     
+AS R13  2009  4  1  0 50  0.000000  1   -0.230598603416E-03                     
+AS R14  2009  4  1  0 50  0.000000  1   -0.797318757181E-04                     
+AS R15  2009  4  1  0 50  0.000000  1    0.920725312089E-04                     
+AS R17  2009  4  1  0 50  0.000000  1   -0.261223904228E-03                     
+AS R18  2009  4  1  0 50  0.000000  1   -0.133133990727E-05                     
+AS R19  2009  4  1  0 50  0.000000  1   -0.893806992257E-04                     
+AS R20  2009  4  1  0 50  0.000000  1   -0.650044577652E-04                     
+AS R21  2009  4  1  0 50  0.000000  1   -0.143290344657E-03                     
+AS R22  2009  4  1  0 50  0.000000  1   -0.201468150032E-03                     
+AS R23  2009  4  1  0 50  0.000000  1   -0.200518096106E-03                     
+AR ALGO 2009  4  1  0 50  0.000000  1    0.803695294592E-04                     
+AR ALIC 2009  4  1  0 50  0.000000  1    0.320329021782E-08                     
+AR AMC2 2009  4  1  0 50  0.000000  1    0.372515673640E-09                     
+AR ANKR 2009  4  1  0 50  0.000000  1   -0.379438560409E-03                     
+AR ARTU 2009  4  1  0 50  0.000000  1   -0.609365779882E-07                     
+AR ASPA 2009  4  1  0 50  0.000000  1    0.239359523103E-07                     
+AR BHR1 2009  4  1  0 50  0.000000  1    0.563382198132E-03                     
+AR BARH 2009  4  1  0 50  0.000000  1   -0.388774552490E-09                     
+AR BJFS 2009  4  1  0 50  0.000000  1   -0.507885144323E-07                     
+AR BOGT 2009  4  1  0 50  0.000000  1   -0.645670065134E-07                     
+AR BRMU 2009  4  1  0 50  0.000000  1    0.398242131414E-03                     
+AR CAGZ 2009  4  1  0 50  0.000000  1   -0.181138487116E-03                     
+AR CAS1 2009  4  1  0 50  0.000000  1    0.102948613002E-08                     
+AR CHAT 2009  4  1  0 50  0.000000  1   -0.632380815640E-07                     
+AR CHPI 2009  4  1  0 50  0.000000  1   -0.542523516337E-07                     
+AR COCO 2009  4  1  0 50  0.000000  1    0.227671729975E-03                     
+AR CONZ 2009  4  1  0 50  0.000000  1    0.266956807878E-03                     
+AR CRAR 2009  4  1  0 50  0.000000  1    0.283035720724E-03                     
+AR CRO1 2009  4  1  0 50  0.000000  1    0.665100923535E-03                     
+AR DAEJ 2009  4  1  0 50  0.000000  1   -0.196630089442E-03                     
+AR DARW 2009  4  1  0 50  0.000000  1   -0.324437246614E-09                     
+AR DGAR 2009  4  1  0 50  0.000000  1   -0.555414674117E-07                     
+AR DRAO 2009  4  1  0 50  0.000000  1    0.109449717470E-03                     
+AR FAA1 2009  4  1  0 50  0.000000  1   -0.172135670812E-07                     
+AR FAIR 2009  4  1  0 50  0.000000  1   -0.600231795634E-07                     
+AR GLPS 2009  4  1  0 50  0.000000  1   -0.815975435605E-07                     
+AR GUAM 2009  4  1  0 50  0.000000  1   -0.778982517905E-07                     
+AR GUAT 2009  4  1  0 50  0.000000  1    0.794132763702E-08                     
+AR HOB2 2009  4  1  0 50  0.000000  1    0.840860951879E-07                     
+AR HOFN 2009  4  1  0 50  0.000000  1   -0.559533278745E-04                     
+AR HOLM 2009  4  1  0 50  0.000000  1   -0.596837531129E-07                     
+AR HRAO 2009  4  1  0 50  0.000000  1    0.849452522704E-03                     
+AR HYDE 2009  4  1  0 50  0.000000  1    0.551618770541E-08                     
+AR IRKJ 2009  4  1  0 50  0.000000  1    0.163747076479E-03                     
+AR ISPA 2009  4  1  0 50  0.000000  1   -0.872292637534E-07                     
+AR KARR 2009  4  1  0 50  0.000000  1   -0.762557397126E-07                     
+AR KERG 2009  4  1  0 50  0.000000  1    0.816701725674E-03                     
+AR KHAJ 2009  4  1  0 50  0.000000  1   -0.150861274621E-05                     
+AR KIR0 2009  4  1  0 50  0.000000  1    0.284032178042E-03                     
+AR KOUR 2009  4  1  0 50  0.000000  1    0.125012389579E-03                     
+AR KUNM 2009  4  1  0 50  0.000000  1   -0.143374297528E-07                     
+AR MAL2 2009  4  1  0 50  0.000000  1   -0.761566837656E-08                     
+AR MAS1 2009  4  1  0 50  0.000000  1   -0.101610681121E-03                     
+AR MAW1 2009  4  1  0 50  0.000000  1    0.147008486638E-08                     
+AR MCIL 2009  4  1  0 50  0.000000  1    0.325348827732E-07                     
+AR MCM4 2009  4  1  0 50  0.000000  1   -0.580969093539E-07                     
+AR MDO1 2009  4  1  0 50  0.000000  1   -0.473847347347E-07                     
+AR MDVJ 2009  4  1  0 50  0.000000  1    0.438552516565E-03                     
+AR MKEA 2009  4  1  0 50  0.000000  1   -0.894404701605E-07                     
+AR MOBS 2009  4  1  0 50  0.000000  1    0.946672311559E-08                     
+AR NANO 2009  4  1  0 50  0.000000  1    0.532365671544E-08                     
+AR NLIB 2009  4  1  0 50  0.000000  1   -0.117601338855E-06                     
+AR NNOR 2009  4  1  0 50  0.000000  1    0.365794704192E-03                     
+AR NRC1 2009  4  1  0 50  0.000000  1   -0.449010398491E-05                     
+AR NRIL 2009  4  1  0 50  0.000000  1   -0.482306100947E-07                     
+AR NRMD 2009  4  1  0 50  0.000000  1    0.240552741151E-07                     
+AR NTUS 2009  4  1  0 50  0.000000  1   -0.652765410517E-09                     
+AR NYAL 2009  4  1  0 50  0.000000  1    0.915651253582E-07                     
+AR OHI3 2009  4  1  0 50  0.000000  1   -0.201051640523E-04                     
+AR ONSA 2009  4  1  0 50  0.000000  1   -0.324729581191E-04                     
+AR PDEL 2009  4  1  0 50  0.000000  1   -0.383441092904E-08                     
+AR PERT 2009  4  1  0 50  0.000000  1   -0.797407830492E-07                     
+AR PETP 2009  4  1  0 50  0.000000  1   -0.482507553049E-07                     
+AR PIMO 2009  4  1  0 50  0.000000  1   -0.572548989834E-07                     
+AR QAQ1 2009  4  1  0 50  0.000000  1   -0.660862417606E-07                     
+AR QUIN 2009  4  1  0 50  0.000000  1   -0.592824229593E-07                     
+AR RABT 2009  4  1  0 50  0.000000  1   -0.390309476556E-07                     
+AR RAMO 2009  4  1  0 50  0.000000  1   -0.462076535166E-07                     
+AR RCMN 2009  4  1  0 50  0.000000  1    0.598201627815E-08                     
+AR REDU 2009  4  1  0 50  0.000000  1   -0.526188900763E-07                     
+AR REUN 2009  4  1  0 50  0.000000  1    0.278014161480E-07                     
+AR REYK 2009  4  1  0 50  0.000000  1    0.231004457131E-03                     
+AR SCUB 2009  4  1  0 50  0.000000  1   -0.754162554672E-07                     
+AR STJO 2009  4  1  0 50  0.000000  1   -0.700237589522E-05                     
+AR SYDN 2009  4  1  0 50  0.000000  1    0.141026782378E-05                     
+AR SYOG 2009  4  1  0 50  0.000000  1    0.140063276304E-04                     
+AR THU2 2009  4  1  0 50  0.000000  1   -0.261473379478E-03                     
+AR TOW2 2009  4  1  0 50  0.000000  1    0.104645386797E-08                     
+AR URUM 2009  4  1  0 50  0.000000  1   -0.306070950192E-03                     
+AR VESL 2009  4  1  0 50  0.000000  1   -0.479177520662E-03                     
+AR VILL 2009  4  1  0 50  0.000000  1   -0.582289039651E-07                     
+AR WTZR 2009  4  1  0 50  0.000000  1    0.433231100312E-07                     
+AR WUHN 2009  4  1  0 50  0.000000  1   -0.596173640489E-07                     
+AR YSSK 2009  4  1  0 50  0.000000  1   -0.574213520450E-07                     
+AR ZIM2 2009  4  1  0 50  0.000000  1    0.279573380437E-07                     
+AR XMIS 2009  4  1  0 50  0.000000  1   -0.235352825006E-08                     
+AR GODZ 2009  4  1  0 50  0.000000  1   -0.469126221319E-03                     
+AR MTKA 2009  4  1  0 50  0.000000  1   -0.492942169450E-07                     
+AR PARK 2009  4  1  0 50  0.000000  1    0.801551881366E-06                     
+AR UNBJ 2009  4  1  0 50  0.000000  1   -0.147345466168E-03                     
+AR NOVM 2009  4  1  0 50  0.000000  1    0.798329291013E-04                     
+AR SUNM 2009  4  1  0 50  0.000000  1    0.317393733110E-03                     
+AR CEBR 2009  4  1  0 50  0.000000  1    0.719430343883E-03                     
+AR CPXF 2009  4  1  0 50  0.000000  1    0.184746545288E-08                     
+AR IDDR 2009  4  1  0 50  0.000000  1    0.763816875958E-08                     
+AR AZGB 2009  4  1  0 50  0.000000  1   -0.555412635086E-04                     
+AR TN22 2009  4  1  0 50  0.000000  1   -0.273568180262E-03                     
+AR ETAD 2009  4  1  0 50  0.000000  1    0.301111016413E-07                     
+AR ILHA 2009  4  1  0 50  0.000000  1   -0.448573572532E-08                     
+AR POVE 2009  4  1  0 50  0.000000  1   -0.183298396419E-07                     
+AR RECF 2009  4  1  0 50  0.000000  1    0.175383260458E-07                     
+AR SALU 2009  4  1  0 50  0.000000  1    0.112508830991E-07                     
+AR SAVO 2009  4  1  0 50  0.000000  1    0.170847469095E-07                     
+AR UFPR 2009  4  1  0 50  0.000000  1    0.114168290110E-07                     
+AR YELL 2009  4  1  0 50  0.000000  1    0.233888000000E-06                     
+AS G32  2009  4  1  0 55  0.000000  1    0.280366808687E-03                     
+AS G24  2009  4  1  0 55  0.000000  1    0.177711197310E-03                     
+AS G25  2009  4  1  0 55  0.000000  1    0.333657356039E-03                     
+AS G26  2009  4  1  0 55  0.000000  1    0.543708929598E-04                     
+AS G27  2009  4  1  0 55  0.000000  1    0.370100962809E-04                     
+AS G30  2009  4  1  0 55  0.000000  1    0.136157677033E-03                     
+AS G03  2009  4  1  0 55  0.000000  1    0.373258001949E-03                     
+AS G04  2009  4  1  0 55  0.000000  1   -0.341187323103E-04                     
+AS G06  2009  4  1  0 55  0.000000  1    0.594983887558E-04                     
+AS G08  2009  4  1  0 55  0.000000  1   -0.196486778078E-03                     
+AS G09  2009  4  1  0 55  0.000000  1    0.483768222038E-04                     
+AS G10  2009  4  1  0 55  0.000000  1   -0.135993098082E-04                     
+AS G14  2009  4  1  0 55  0.000000  1   -0.132622550476E-03                     
+AS G13  2009  4  1  0 55  0.000000  1    0.293218297927E-03                     
+AS G28  2009  4  1  0 55  0.000000  1   -0.238266971187E-04                     
+AS G21  2009  4  1  0 55  0.000000  1    0.216018032178E-04                     
+AS G11  2009  4  1  0 55  0.000000  1    0.279985454684E-05                     
+AS G22  2009  4  1  0 55  0.000000  1    0.202450964193E-03                     
+AS G20  2009  4  1  0 55  0.000000  1    0.865983364587E-04                     
+AS G18  2009  4  1  0 55  0.000000  1   -0.696615221161E-04                     
+AS G16  2009  4  1  0 55  0.000000  1    0.631193291736E-04                     
+AS G19  2009  4  1  0 55  0.000000  1    0.293910850407E-04                     
+AS G23  2009  4  1  0 55  0.000000  1    0.388971515983E-03                     
+AS G02  2009  4  1  0 55  0.000000  1    0.153947863280E-03                     
+AS G31  2009  4  1  0 55  0.000000  1   -0.564299283431E-04                     
+AS G17  2009  4  1  0 55  0.000000  1    0.523747186913E-04                     
+AS G12  2009  4  1  0 55  0.000000  1   -0.299708726695E-03                     
+AS G15  2009  4  1  0 55  0.000000  1   -0.275830202035E-03                     
+AS G29  2009  4  1  0 55  0.000000  1    0.469007825319E-05                     
+AS G07  2009  4  1  0 55  0.000000  1    0.209985572587E-04                     
+AS R02  2009  4  1  0 55  0.000000  1    0.207760495078E-04                     
+AS R03  2009  4  1  0 55  0.000000  1   -0.341666801204E-04                     
+AS R04  2009  4  1  0 55  0.000000  1    0.641062204582E-04                     
+AS R06  2009  4  1  0 55  0.000000  1   -0.169212513338E-03                     
+AS R07  2009  4  1  0 55  0.000000  1   -0.892877871309E-04                     
+AS R08  2009  4  1  0 55  0.000000  1   -0.102032693200E-03                     
+AS R10  2009  4  1  0 55  0.000000  1   -0.140862943435E-03                     
+AS R11  2009  4  1  0 55  0.000000  1   -0.925912441907E-04                     
+AS R13  2009  4  1  0 55  0.000000  1   -0.230599060372E-03                     
+AS R14  2009  4  1  0 55  0.000000  1   -0.797311621859E-04                     
+AS R15  2009  4  1  0 55  0.000000  1    0.920723839705E-04                     
+AS R17  2009  4  1  0 55  0.000000  1   -0.261224093407E-03                     
+AS R18  2009  4  1  0 55  0.000000  1   -0.133105939060E-05                     
+AS R19  2009  4  1  0 55  0.000000  1   -0.893811023941E-04                     
+AS R20  2009  4  1  0 55  0.000000  1   -0.650047910777E-04                     
+AS R21  2009  4  1  0 55  0.000000  1   -0.143290911116E-03                     
+AS R22  2009  4  1  0 55  0.000000  1   -0.201468966643E-03                     
+AS R23  2009  4  1  0 55  0.000000  1   -0.200515770679E-03                     
+AR ALGO 2009  4  1  0 55  0.000000  1    0.803733960209E-04                     
+AR ALIC 2009  4  1  0 55  0.000000  1    0.136188722121E-08                     
+AR AMC2 2009  4  1  0 55  0.000000  1    0.366047161119E-09                     
+AR ANKR 2009  4  1  0 55  0.000000  1   -0.303909612240E-03                     
+AR ARTU 2009  4  1  0 55  0.000000  1   -0.604750909554E-07                     
+AR ASPA 2009  4  1  0 55  0.000000  1    0.247304543967E-07                     
+AR BHR1 2009  4  1  0 55  0.000000  1    0.563382420293E-03                     
+AR BARH 2009  4  1  0 55  0.000000  1    0.230455372849E-08                     
+AR BJFS 2009  4  1  0 55  0.000000  1   -0.530611593930E-07                     
+AR BOGT 2009  4  1  0 55  0.000000  1   -0.606455319920E-07                     
+AR BRMU 2009  4  1  0 55  0.000000  1   -0.105284848840E-03                     
+AR CAGZ 2009  4  1  0 55  0.000000  1    0.428911381799E-04                     
+AR CAS1 2009  4  1  0 55  0.000000  1    0.383956637395E-08                     
+AR CHAT 2009  4  1  0 55  0.000000  1   -0.626492238818E-07                     
+AR CHPI 2009  4  1  0 55  0.000000  1   -0.555369074520E-07                     
+AR COCO 2009  4  1  0 55  0.000000  1    0.227670981621E-03                     
+AR CONZ 2009  4  1  0 55  0.000000  1    0.131682072551E-03                     
+AR CRAR 2009  4  1  0 55  0.000000  1    0.257956582471E-03                     
+AR CRO1 2009  4  1  0 55  0.000000  1    0.665100934695E-03                     
+AR DAEJ 2009  4  1  0 55  0.000000  1   -0.196629438326E-03                     
+AR DARW 2009  4  1  0 55  0.000000  1   -0.136991685361E-09                     
+AR DGAR 2009  4  1  0 55  0.000000  1   -0.589386268873E-07                     
+AR DRAO 2009  4  1  0 55  0.000000  1    0.109485932636E-03                     
+AR FAA1 2009  4  1  0 55  0.000000  1   -0.191925024786E-07                     
+AR FAIR 2009  4  1  0 55  0.000000  1   -0.559660354570E-07                     
+AR GLPS 2009  4  1  0 55  0.000000  1   -0.848813697766E-07                     
+AR GUAM 2009  4  1  0 55  0.000000  1   -0.782315605317E-07                     
+AR GUAT 2009  4  1  0 55  0.000000  1    0.613501219960E-08                     
+AR HOB2 2009  4  1  0 55  0.000000  1    0.841252190034E-07                     
+AR HOFN 2009  4  1  0 55  0.000000  1    0.223811407062E-04                     
+AR HOLM 2009  4  1  0 55  0.000000  1   -0.545839200701E-07                     
+AR HRAO 2009  4  1  0 55  0.000000  1    0.849452592235E-03                     
+AR HYDE 2009  4  1  0 55  0.000000  1    0.315044729005E-08                     
+AR IRKJ 2009  4  1  0 55  0.000000  1    0.163747079336E-03                     
+AR ISPA 2009  4  1  0 55  0.000000  1   -0.891296998384E-07                     
+AR KARR 2009  4  1  0 55  0.000000  1   -0.731020876013E-07                     
+AR KERG 2009  4  1  0 55  0.000000  1    0.816712987469E-03                     
+AR KHAJ 2009  4  1  0 55  0.000000  1   -0.150860669844E-05                     
+AR KIR0 2009  4  1  0 55  0.000000  1    0.284025273588E-03                     
+AR KIT3 2009  4  1  0 55  0.000000  1   -0.849537121076E-08                     
+AR KOUR 2009  4  1  0 55  0.000000  1    0.125012382383E-03                     
+AR KUNM 2009  4  1  0 55  0.000000  1   -0.342341676264E-07                     
+AR MAL2 2009  4  1  0 55  0.000000  1   -0.887920671512E-08                     
+AR MAS1 2009  4  1  0 55  0.000000  1   -0.101610916057E-03                     
+AR MAW1 2009  4  1  0 55  0.000000  1    0.444065865450E-09                     
+AR MCIL 2009  4  1  0 55  0.000000  1    0.324569058590E-07                     
+AR MCM4 2009  4  1  0 55  0.000000  1   -0.580403018846E-07                     
+AR MDO1 2009  4  1  0 55  0.000000  1   -0.467274555751E-07                     
+AR MDVJ 2009  4  1  0 55  0.000000  1    0.438552520177E-03                     
+AR MKEA 2009  4  1  0 55  0.000000  1   -0.835192106696E-07                     
+AR MOBS 2009  4  1  0 55  0.000000  1    0.937114824529E-08                     
+AR NANO 2009  4  1  0 55  0.000000  1    0.524524554524E-08                     
+AR NLIB 2009  4  1  0 55  0.000000  1   -0.117594820719E-06                     
+AR NNOR 2009  4  1  0 55  0.000000  1    0.365795283269E-03                     
+AR NRC1 2009  4  1  0 55  0.000000  1   -0.449005923296E-05                     
+AR NRIL 2009  4  1  0 55  0.000000  1   -0.479570994199E-07                     
+AR NRMD 2009  4  1  0 55  0.000000  1    0.253345315910E-07                     
+AR NTUS 2009  4  1  0 55  0.000000  1    0.737234059810E-09                     
+AR NYAL 2009  4  1  0 55  0.000000  1    0.915719523910E-07                     
+AR OHI3 2009  4  1  0 55  0.000000  1    0.685331337467E-04                     
+AR ONSA 2009  4  1  0 55  0.000000  1   -0.324730094516E-04                     
+AR PDEL 2009  4  1  0 55  0.000000  1    0.378581188909E-09                     
+AR PERT 2009  4  1  0 55  0.000000  1   -0.766522053326E-07                     
+AR PETP 2009  4  1  0 55  0.000000  1   -0.510907980480E-07                     
+AR PIMO 2009  4  1  0 55  0.000000  1   -0.554292062232E-07                     
+AR QAQ1 2009  4  1  0 55  0.000000  1   -0.628541455257E-07                     
+AR QUIN 2009  4  1  0 55  0.000000  1   -0.580599251560E-07                     
+AR RABT 2009  4  1  0 55  0.000000  1   -0.431639903857E-07                     
+AR RAMO 2009  4  1  0 55  0.000000  1   -0.247167569112E-07                     
+AR RCMN 2009  4  1  0 55  0.000000  1    0.725495693265E-08                     
+AR REDU 2009  4  1  0 55  0.000000  1   -0.512213884921E-07                     
+AR REUN 2009  4  1  0 55  0.000000  1    0.277361557796E-07                     
+AR REYK 2009  4  1  0 55  0.000000  1    0.250555804606E-03                     
+AR SCUB 2009  4  1  0 55  0.000000  1   -0.714166619284E-07                     
+AR STJO 2009  4  1  0 55  0.000000  1   -0.700267369485E-05                     
+AR SYDN 2009  4  1  0 55  0.000000  1    0.141005409087E-05                     
+AR SYOG 2009  4  1  0 55  0.000000  1    0.140062842055E-04                     
+AR THU2 2009  4  1  0 55  0.000000  1   -0.263475419290E-03                     
+AR TOW2 2009  4  1  0 55  0.000000  1    0.769709368931E-09                     
+AR URUM 2009  4  1  0 55  0.000000  1   -0.375681790191E-03                     
+AR VESL 2009  4  1  0 55  0.000000  1   -0.441985566926E-03                     
+AR VILL 2009  4  1  0 55  0.000000  1   -0.609634079808E-07                     
+AR WTZR 2009  4  1  0 55  0.000000  1    0.433334573804E-07                     
+AR WUHN 2009  4  1  0 55  0.000000  1   -0.602802909130E-07                     
+AR YSSK 2009  4  1  0 55  0.000000  1   -0.552056345955E-07                     
+AR ZIM2 2009  4  1  0 55  0.000000  1    0.275410018477E-07                     
+AR XMIS 2009  4  1  0 55  0.000000  1   -0.171758175083E-08                     
+AR GODZ 2009  4  1  0 55  0.000000  1   -0.469126152889E-03                     
+AR MTKA 2009  4  1  0 55  0.000000  1   -0.558424834784E-07                     
+AR PARK 2009  4  1  0 55  0.000000  1    0.801816807405E-06                     
+AR UNBJ 2009  4  1  0 55  0.000000  1   -0.220593418948E-03                     
+AR NOVM 2009  4  1  0 55  0.000000  1    0.798329044582E-04                     
+AR SUNM 2009  4  1  0 55  0.000000  1    0.160627321482E-03                     
+AR CEBR 2009  4  1  0 55  0.000000  1    0.719430329546E-03                     
+AR CPXF 2009  4  1  0 55  0.000000  1    0.679351601249E-08                     
+AR IDDR 2009  4  1  0 55  0.000000  1    0.112619621849E-07                     
+AR AZGB 2009  4  1  0 55  0.000000  1   -0.194780467840E-03                     
+AR TN22 2009  4  1  0 55  0.000000  1   -0.349854868823E-03                     
+AR ETAD 2009  4  1  0 55  0.000000  1    0.298621222197E-07                     
+AR ILHA 2009  4  1  0 55  0.000000  1   -0.221833808262E-08                     
+AR POVE 2009  4  1  0 55  0.000000  1   -0.184876436655E-07                     
+AR RECF 2009  4  1  0 55  0.000000  1    0.157949130078E-07                     
+AR SALU 2009  4  1  0 55  0.000000  1    0.182890301807E-07                     
+AR SAVO 2009  4  1  0 55  0.000000  1    0.187399165854E-07                     
+AR UFPR 2009  4  1  0 55  0.000000  1    0.155098839079E-07                     
+AR YELL 2009  4  1  0 55  0.000000  1    0.233958000000E-06                     
+AS G32  2009  4  1  1  0  0.000000  1    0.280365379329E-03                     
+AS G24  2009  4  1  1  0  0.000000  1    0.177712798154E-03                     
+AS G25  2009  4  1  1  0  0.000000  1    0.333663942195E-03                     
+AS G26  2009  4  1  1  0  0.000000  1    0.543713648651E-04                     
+AS G27  2009  4  1  1  0  0.000000  1    0.370110435911E-04                     
+AS G30  2009  4  1  1  0  0.000000  1    0.136158581778E-03                     
+AS G03  2009  4  1  1  0  0.000000  1    0.373259289816E-03                     
+AS G04  2009  4  1  1  0  0.000000  1   -0.341233339606E-04                     
+AS G06  2009  4  1  1  0  0.000000  1    0.595036373281E-04                     
+AS G08  2009  4  1  1  0  0.000000  1   -0.196488305140E-03                     
+AS G09  2009  4  1  1  0  0.000000  1    0.483775771551E-04                     
+AS G10  2009  4  1  1  0  0.000000  1   -0.135996146893E-04                     
+AS G14  2009  4  1  1  0  0.000000  1   -0.132620883315E-03                     
+AS G13  2009  4  1  1  0  0.000000  1    0.293218691516E-03                     
+AS G28  2009  4  1  1  0  0.000000  1   -0.238269724562E-04                     
+AS G21  2009  4  1  1  0  0.000000  1    0.216013745843E-04                     
+AS G11  2009  4  1  1  0  0.000000  1    0.279953881079E-05                     
+AS G22  2009  4  1  1  0  0.000000  1    0.202450508262E-03                     
+AS G20  2009  4  1  1  0  0.000000  1    0.865980623633E-04                     
+AS G18  2009  4  1  1  0  0.000000  1   -0.696605237049E-04                     
+AS G16  2009  4  1  1  0  0.000000  1    0.631182806689E-04                     
+AS G19  2009  4  1  1  0  0.000000  1    0.293906295686E-04                     
+AS G23  2009  4  1  1  0  0.000000  1    0.388971817827E-03                     
+AS G02  2009  4  1  1  0  0.000000  1    0.153947981476E-03                     
+AS G31  2009  4  1  1  0  0.000000  1   -0.564303539871E-04                     
+AS G17  2009  4  1  1  0  0.000000  1    0.523752232399E-04                     
+AS G12  2009  4  1  1  0  0.000000  1   -0.299707473939E-03                     
+AS G15  2009  4  1  1  0  0.000000  1   -0.275831765751E-03                     
+AS G29  2009  4  1  1  0  0.000000  1    0.469138990780E-05                     
+AS G07  2009  4  1  1  0  0.000000  1    0.209985223488E-04                     
+AS R02  2009  4  1  1  0  0.000000  1    0.207752289569E-04                     
+AS R03  2009  4  1  1  0  0.000000  1   -0.341676306335E-04                     
+AS R04  2009  4  1  1  0  0.000000  1    0.641038144753E-04                     
+AS R06  2009  4  1  1  0  0.000000  1   -0.169213439535E-03                     
+AS R07  2009  4  1  1  0  0.000000  1   -0.892875065304E-04                     
+AS R08  2009  4  1  1  0  0.000000  1   -0.102032142113E-03                     
+AS R10  2009  4  1  1  0  0.000000  1   -0.140862927822E-03                     
+AS R11  2009  4  1  1  0  0.000000  1   -0.925913764436E-04                     
+AS R13  2009  4  1  1  0  0.000000  1   -0.230598979663E-03                     
+AS R14  2009  4  1  1  0  0.000000  1   -0.797298749901E-04                     
+AS R15  2009  4  1  1  0  0.000000  1    0.920733061792E-04                     
+AS R17  2009  4  1  1  0  0.000000  1   -0.261224643464E-03                     
+AS R18  2009  4  1  1  0  0.000000  1   -0.133127854695E-05                     
+AS R19  2009  4  1  1  0  0.000000  1   -0.893813348154E-04                     
+AS R20  2009  4  1  1  0  0.000000  1   -0.650047963440E-04                     
+AS R21  2009  4  1  1  0  0.000000  1   -0.143291148740E-03                     
+AS R22  2009  4  1  1  0  0.000000  1   -0.201469797067E-03                     
+AS R23  2009  4  1  1  0  0.000000  1   -0.200514477599E-03                     
+AR ALGO 2009  4  1  1  0  0.000000  1    0.803773581806E-04                     
+AR ALIC 2009  4  1  1  0  0.000000  1    0.623290481034E-09                     
+AR AMC2 2009  4  1  1  0  0.000000  1    0.369926831759E-09                     
+AR ANKR 2009  4  1  1  0  0.000000  1   -0.228276981254E-03                     
+AR ARTU 2009  4  1  1  0  0.000000  1   -0.606827714218E-07                     
+AR ASPA 2009  4  1  1  0  0.000000  1    0.263318792105E-07                     
+AR BHR1 2009  4  1  1  0  0.000000  1    0.563382603983E-03                     
+AR BARH 2009  4  1  1  0  0.000000  1    0.108248911920E-08                     
+AR BJFS 2009  4  1  1  0  0.000000  1   -0.566599650128E-07                     
+AR BOGT 2009  4  1  1  0  0.000000  1   -0.618721079480E-07                     
+AR BRMU 2009  4  1  1  0  0.000000  1    0.391685587087E-03                     
+AR CAGZ 2009  4  1  1  0  0.000000  1    0.266909354980E-03                     
+AR CAS1 2009  4  1  1  0  0.000000  1    0.356402367667E-08                     
+AR CHAT 2009  4  1  1  0  0.000000  1   -0.635524837464E-07                     
+AR CHPI 2009  4  1  1  0  0.000000  1   -0.565258104943E-07                     
+AR COCO 2009  4  1  1  0  0.000000  1    0.227670283358E-03                     
+AR CONZ 2009  4  1  1  0  0.000000  1   -0.274422424351E-05                     
+AR CRAR 2009  4  1  1  0  0.000000  1    0.232874201170E-03                     
+AR CRO1 2009  4  1  1  0  0.000000  1    0.665100924293E-03                     
+AR DAEJ 2009  4  1  1  0  0.000000  1   -0.196629336903E-03                     
+AR DARW 2009  4  1  1  0  0.000000  1   -0.244598145317E-08                     
+AR DGAR 2009  4  1  1  0  0.000000  1   -0.535616522932E-07                     
+AR DRAO 2009  4  1  1  0  0.000000  1    0.109522902064E-03                     
+AR FAA1 2009  4  1  1  0  0.000000  1   -0.179897176123E-07                     
+AR FAIR 2009  4  1  1  0  0.000000  1   -0.572428607076E-07                     
+AR GLPS 2009  4  1  1  0  0.000000  1   -0.799553762773E-07                     
+AR GUAM 2009  4  1  1  0  0.000000  1   -0.783179221751E-07                     
+AR GUAT 2009  4  1  1  0  0.000000  1    0.592881621945E-08                     
+AR HOB2 2009  4  1  1  0  0.000000  1    0.841373797750E-07                     
+AR HOFN 2009  4  1  1  0  0.000000  1    0.100727116727E-03                     
+AR HOLM 2009  4  1  1  0  0.000000  1   -0.556623228765E-07                     
+AR HRAO 2009  4  1  1  0  0.000000  1    0.849452679642E-03                     
+AR HYDE 2009  4  1  1  0  0.000000  1    0.245908376948E-08                     
+AR IRKJ 2009  4  1  1  0  0.000000  1    0.163747087048E-03                     
+AR ISPA 2009  4  1  1  0  0.000000  1   -0.908115014801E-07                     
+AR KARR 2009  4  1  1  0  0.000000  1   -0.746988164171E-07                     
+AR KERG 2009  4  1  1  0  0.000000  1    0.816724555042E-03                     
+AR KHAJ 2009  4  1  1  0  0.000000  1   -0.150863491292E-05                     
+AR KIR0 2009  4  1  1  0  0.000000  1    0.284018271350E-03                     
+AR KIRU 2009  4  1  1  0  0.000000  1    0.591371729498E-03                     
+AR KIT3 2009  4  1  1  0  0.000000  1   -0.121974765250E-07                     
+AR KOUR 2009  4  1  1  0  0.000000  1    0.125012430637E-03                     
+AR KUNM 2009  4  1  1  0  0.000000  1   -0.223187772432E-07                     
+AR MAL2 2009  4  1  1  0  0.000000  1   -0.906644504560E-08                     
+AR MAS1 2009  4  1  1  0  0.000000  1   -0.101611170775E-03                     
+AR MAW1 2009  4  1  1  0  0.000000  1    0.562552798418E-09                     
+AR MCIL 2009  4  1  1  0  0.000000  1    0.349772322151E-07                     
+AR MCM4 2009  4  1  1  0  0.000000  1   -0.622165039539E-07                     
+AR MDO1 2009  4  1  1  0  0.000000  1   -0.456160442166E-07                     
+AR MDVJ 2009  4  1  1  0  0.000000  1    0.438552505708E-03                     
+AR MKEA 2009  4  1  1  0  0.000000  1   -0.854228768964E-07                     
+AR MOBS 2009  4  1  1  0  0.000000  1    0.100181108323E-07                     
+AR NANO 2009  4  1  1  0  0.000000  1    0.495611690660E-08                     
+AR NLIB 2009  4  1  1  0  0.000000  1   -0.117594810483E-06                     
+AR NNOR 2009  4  1  1  0  0.000000  1    0.365795015653E-03                     
+AR NRC1 2009  4  1  1  0  0.000000  1   -0.449003332162E-05                     
+AR NRIL 2009  4  1  1  0  0.000000  1   -0.455468451882E-07                     
+AR NRMD 2009  4  1  1  0  0.000000  1    0.271758569389E-07                     
+AR NTUS 2009  4  1  1  0  0.000000  1   -0.139157517593E-08                     
+AR NYAL 2009  4  1  1  0  0.000000  1    0.915902737469E-07                     
+AR OHI3 2009  4  1  1  0  0.000000  1    0.157235448019E-03                     
+AR ONSA 2009  4  1  1  0  0.000000  1   -0.324730551398E-04                     
+AR PDEL 2009  4  1  1  0  0.000000  1   -0.191436643006E-09                     
+AR PERT 2009  4  1  1  0  0.000000  1   -0.755372815708E-07                     
+AR PETP 2009  4  1  1  0  0.000000  1   -0.516524417621E-07                     
+AR PIMO 2009  4  1  1  0  0.000000  1   -0.555665936569E-07                     
+AR QAQ1 2009  4  1  1  0  0.000000  1   -0.620693814121E-07                     
+AR QUIN 2009  4  1  1  0  0.000000  1   -0.588579400044E-07                     
+AR RABT 2009  4  1  1  0  0.000000  1   -0.519640099714E-07                     
+AR RAMO 2009  4  1  1  0  0.000000  1    0.204847858787E-07                     
+AR RCMN 2009  4  1  1  0  0.000000  1    0.446130625955E-08                     
+AR REDU 2009  4  1  1  0  0.000000  1   -0.466878209704E-07                     
+AR REUN 2009  4  1  1  0  0.000000  1    0.288302555961E-07                     
+AR REYK 2009  4  1  1  0  0.000000  1    0.270435497181E-03                     
+AR SCUB 2009  4  1  1  0  0.000000  1   -0.709049250005E-07                     
+AR STJO 2009  4  1  1  0  0.000000  1   -0.700298470112E-05                     
+AR SYDN 2009  4  1  1  0  0.000000  1    0.140984351705E-05                     
+AR SYOG 2009  4  1  1  0  0.000000  1    0.140062594335E-04                     
+AR THU2 2009  4  1  1  0  0.000000  1   -0.265477526473E-03                     
+AR TOW2 2009  4  1  1  0  0.000000  1    0.173621709127E-08                     
+AR URUM 2009  4  1  1  0  0.000000  1   -0.445214502698E-03                     
+AR VESL 2009  4  1  1  0  0.000000  1   -0.404807883629E-03                     
+AR VILL 2009  4  1  1  0  0.000000  1   -0.612111850346E-07                     
+AR WTZR 2009  4  1  1  0  0.000000  1    0.433503494075E-07                     
+AR WUHN 2009  4  1  1  0  0.000000  1   -0.603948737291E-07                     
+AR YSSK 2009  4  1  1  0  0.000000  1   -0.545986232345E-07                     
+AR ZIM2 2009  4  1  1  0  0.000000  1    0.256603731283E-07                     
+AR XMIS 2009  4  1  1  0  0.000000  1   -0.220682258346E-08                     
+AR GODZ 2009  4  1  1  0  0.000000  1   -0.469126102268E-03                     
+AR MTKA 2009  4  1  1  0  0.000000  1   -0.567506510799E-07                     
+AR PARK 2009  4  1  1  0  0.000000  1    0.801980720516E-06                     
+AR UNBJ 2009  4  1  1  0  0.000000  1   -0.293697988992E-03                     
+AR NOVM 2009  4  1  1  0  0.000000  1    0.798329216726E-04                     
+AR SUNM 2009  4  1  1  0  0.000000  1    0.345228364020E-05                     
+AR CEBR 2009  4  1  1  0  0.000000  1    0.719430318163E-03                     
+AR CPXF 2009  4  1  1  0  0.000000  1    0.649683261748E-08                     
+AR IDDR 2009  4  1  1  0  0.000000  1    0.843297324130E-08                     
+AR AZGB 2009  4  1  1  0  0.000000  1   -0.334014916328E-03                     
+AR TN22 2009  4  1  1  0  0.000000  1   -0.426664505683E-03                     
+AR ETAD 2009  4  1  1  0  0.000000  1    0.291045386208E-07                     
+AR ILHA 2009  4  1  1  0  0.000000  1   -0.264695625739E-08                     
+AR POVE 2009  4  1  1  0  0.000000  1   -0.152408465122E-07                     
+AR RECF 2009  4  1  1  0  0.000000  1    0.195920965200E-07                     
+AR SALU 2009  4  1  1  0  0.000000  1    0.224669925494E-07                     
+AR SAVO 2009  4  1  1  0  0.000000  1    0.174261445111E-07                     
+AR UFPR 2009  4  1  1  0  0.000000  1    0.157758429938E-07                     
+AR YELL 2009  4  1  1  0  0.000000  1    0.234028000000E-06                     
+AS G32  2009  4  1  1  5  0.000000  1    0.280363908733E-03                     
+AS G24  2009  4  1  1  5  0.000000  1    0.177713805721E-03                     
+AS G25  2009  4  1  1  5  0.000000  1    0.333670472977E-03                     
+AS G26  2009  4  1  1  5  0.000000  1    0.543719152676E-04                     
+AS G27  2009  4  1  1  5  0.000000  1    0.370119603008E-04                     
+AS G30  2009  4  1  1  5  0.000000  1    0.136159133243E-03                     
+AS G03  2009  4  1  1  5  0.000000  1    0.373260981571E-03                     
+AS G04  2009  4  1  1  5  0.000000  1   -0.341275208772E-04                     
+AS G06  2009  4  1  1  5  0.000000  1    0.595090481836E-04                     
+AS G08  2009  4  1  1  5  0.000000  1   -0.196488816963E-03                     
+AS G09  2009  4  1  1  5  0.000000  1    0.483781335185E-04                     
+AS G10  2009  4  1  1  5  0.000000  1   -0.135991482217E-04                     
+AS G14  2009  4  1  1  5  0.000000  1   -0.132619033680E-03                     
+AS G13  2009  4  1  1  5  0.000000  1    0.293219056668E-03                     
+AS G28  2009  4  1  1  5  0.000000  1   -0.238267593006E-04                     
+AS G21  2009  4  1  1  5  0.000000  1    0.216007232878E-04                     
+AS G11  2009  4  1  1  5  0.000000  1    0.279922723907E-05                     
+AS G22  2009  4  1  1  5  0.000000  1    0.202450328083E-03                     
+AS G20  2009  4  1  1  5  0.000000  1    0.865977596056E-04                     
+AS G18  2009  4  1  1  5  0.000000  1   -0.696593854749E-04                     
+AS G16  2009  4  1  1  5  0.000000  1    0.631174725291E-04                     
+AS G19  2009  4  1  1  5  0.000000  1    0.293904198848E-04                     
+AS G23  2009  4  1  1  5  0.000000  1    0.388971803392E-03                     
+AS G02  2009  4  1  1  5  0.000000  1    0.153947725763E-03                     
+AS G31  2009  4  1  1  5  0.000000  1   -0.564305702219E-04                     
+AS G17  2009  4  1  1  5  0.000000  1    0.523756358775E-04                     
+AS G12  2009  4  1  1  5  0.000000  1   -0.299706407211E-03                     
+AS G15  2009  4  1  1  5  0.000000  1   -0.275833018649E-03                     
+AS G29  2009  4  1  1  5  0.000000  1    0.469248043599E-05                     
+AS G07  2009  4  1  1  5  0.000000  1    0.209986936349E-04                     
+AS R02  2009  4  1  1  5  0.000000  1    0.207742725848E-04                     
+AS R03  2009  4  1  1  5  0.000000  1   -0.341675764204E-04                     
+AS R04  2009  4  1  1  5  0.000000  1    0.641020214451E-04                     
+AS R06  2009  4  1  1  5  0.000000  1   -0.169215594361E-03                     
+AS R07  2009  4  1  1  5  0.000000  1   -0.892868367522E-04                     
+AS R08  2009  4  1  1  5  0.000000  1   -0.102031893227E-03                     
+AS R10  2009  4  1  1  5  0.000000  1   -0.140862953068E-03                     
+AS R11  2009  4  1  1  5  0.000000  1   -0.925915152255E-04                     
+AS R13  2009  4  1  1  5  0.000000  1   -0.230599448919E-03                     
+AS R14  2009  4  1  1  5  0.000000  1   -0.797293904947E-04                     
+AS R15  2009  4  1  1  5  0.000000  1    0.920727204664E-04                     
+AS R17  2009  4  1  1  5  0.000000  1   -0.261224972459E-03                     
+AS R18  2009  4  1  1  5  0.000000  1   -0.133154502416E-05                     
+AS R19  2009  4  1  1  5  0.000000  1   -0.893817614830E-04                     
+AS R20  2009  4  1  1  5  0.000000  1   -0.650048512252E-04                     
+AS R21  2009  4  1  1  5  0.000000  1   -0.143291659047E-03                     
+AS R22  2009  4  1  1  5  0.000000  1   -0.201470634141E-03                     
+AS R23  2009  4  1  1  5  0.000000  1   -0.200513570395E-03                     
+AR ALGO 2009  4  1  1  5  0.000000  1    0.803812002680E-04                     
+AR ALIC 2009  4  1  1  5  0.000000  1    0.362435250702E-09                     
+AR AMC2 2009  4  1  1  5  0.000000  1    0.349399701568E-09                     
+AR ANKR 2009  4  1  1  5  0.000000  1   -0.152592225309E-03                     
+AR ARTU 2009  4  1  1  5  0.000000  1   -0.612808127444E-07                     
+AR ASPA 2009  4  1  1  5  0.000000  1    0.220512456112E-07                     
+AR BHR1 2009  4  1  1  5  0.000000  1    0.563382577222E-03                     
+AR BARH 2009  4  1  1  5  0.000000  1   -0.856702588852E-09                     
+AR BJFS 2009  4  1  1  5  0.000000  1   -0.564951361081E-07                     
+AR BOGT 2009  4  1  1  5  0.000000  1   -0.627881509867E-07                     
+AR BRMU 2009  4  1  1  5  0.000000  1   -0.110934726778E-03                     
+AR CAGZ 2009  4  1  1  5  0.000000  1    0.490888478001E-03                     
+AR CAS1 2009  4  1  1  5  0.000000  1    0.290242107867E-08                     
+AR CHAT 2009  4  1  1  5  0.000000  1   -0.662003089449E-07                     
+AR CHPI 2009  4  1  1  5  0.000000  1   -0.572588000259E-07                     
+AR COCO 2009  4  1  1  5  0.000000  1    0.227669908613E-03                     
+AR CONZ 2009  4  1  1  5  0.000000  1   -0.136907528158E-03                     
+AR CRAR 2009  4  1  1  5  0.000000  1    0.207791996881E-03                     
+AR CRO1 2009  4  1  1  5  0.000000  1    0.665100979375E-03                     
+AR DAEJ 2009  4  1  1  5  0.000000  1   -0.196628596719E-03                     
+AR DARW 2009  4  1  1  5  0.000000  1   -0.247384333736E-08                     
+AR DGAR 2009  4  1  1  5  0.000000  1   -0.505622675217E-07                     
+AR DRAO 2009  4  1  1  5  0.000000  1    0.109559607613E-03                     
+AR FAA1 2009  4  1  1  5  0.000000  1   -0.843129101944E-08                     
+AR FAIR 2009  4  1  1  5  0.000000  1   -0.579209439567E-07                     
+AR GLPS 2009  4  1  1  5  0.000000  1   -0.782389240706E-07                     
+AR GUAM 2009  4  1  1  5  0.000000  1   -0.767651227868E-07                     
+AR GUAT 2009  4  1  1  5  0.000000  1    0.580902385305E-08                     
+AR HOB2 2009  4  1  1  5  0.000000  1    0.841315505036E-07                     
+AR HOFN 2009  4  1  1  5  0.000000  1    0.179052778688E-03                     
+AR HOLM 2009  4  1  1  5  0.000000  1   -0.530525095932E-07                     
+AR HRAO 2009  4  1  1  5  0.000000  1    0.849452714210E-03                     
+AR HYDE 2009  4  1  1  5  0.000000  1    0.576512756521E-08                     
+AR IRKJ 2009  4  1  1  5  0.000000  1    0.163747018144E-03                     
+AR ISPA 2009  4  1  1  5  0.000000  1   -0.915456604441E-07                     
+AR KARR 2009  4  1  1  5  0.000000  1   -0.708440381489E-07                     
+AR KERG 2009  4  1  1  5  0.000000  1    0.816736467268E-03                     
+AR KHAJ 2009  4  1  1  5  0.000000  1   -0.150865761987E-05                     
+AR KIR0 2009  4  1  1  5  0.000000  1    0.284011354720E-03                     
+AR KIRU 2009  4  1  1  5  0.000000  1    0.591373694959E-03                     
+AR KIT3 2009  4  1  1  5  0.000000  1   -0.112448572666E-07                     
+AR KOUR 2009  4  1  1  5  0.000000  1    0.125012398782E-03                     
+AR KUNM 2009  4  1  1  5  0.000000  1   -0.202554691395E-07                     
+AR MAL2 2009  4  1  1  5  0.000000  1   -0.118851201780E-07                     
+AR MAS1 2009  4  1  1  5  0.000000  1   -0.101611488563E-03                     
+AR MAW1 2009  4  1  1  5  0.000000  1    0.159684837504E-08                     
+AR MCIL 2009  4  1  1  5  0.000000  1    0.357601348670E-07                     
+AR MCM4 2009  4  1  1  5  0.000000  1   -0.682605859705E-07                     
+AR MDO1 2009  4  1  1  5  0.000000  1   -0.544072600520E-07                     
+AR MDVJ 2009  4  1  1  5  0.000000  1    0.438552462445E-03                     
+AR MKEA 2009  4  1  1  5  0.000000  1   -0.831493627960E-07                     
+AR MOBS 2009  4  1  1  5  0.000000  1    0.838425299730E-08                     
+AR NANO 2009  4  1  1  5  0.000000  1    0.539872593664E-08                     
+AR NLIB 2009  4  1  1  5  0.000000  1   -0.117639093523E-06                     
+AR NNOR 2009  4  1  1  5  0.000000  1    0.365795357150E-03                     
+AR NRC1 2009  4  1  1  5  0.000000  1   -0.449004828382E-05                     
+AR NRIL 2009  4  1  1  5  0.000000  1   -0.452346642020E-07                     
+AR NRMD 2009  4  1  1  5  0.000000  1    0.295129345706E-07                     
+AR NTUS 2009  4  1  1  5  0.000000  1   -0.421146989285E-09                     
+AR NYAL 2009  4  1  1  5  0.000000  1    0.915746708525E-07                     
+AR OHI3 2009  4  1  1  5  0.000000  1    0.246030974736E-03                     
+AR ONSA 2009  4  1  1  5  0.000000  1   -0.324731470261E-04                     
+AR PDEL 2009  4  1  1  5  0.000000  1   -0.132275718844E-08                     
+AR PERT 2009  4  1  1  5  0.000000  1   -0.749093734780E-07                     
+AR PETP 2009  4  1  1  5  0.000000  1   -0.492775025024E-07                     
+AR PIMO 2009  4  1  1  5  0.000000  1   -0.576875139268E-07                     
+AR QAQ1 2009  4  1  1  5  0.000000  1   -0.603696006812E-07                     
+AR QUIN 2009  4  1  1  5  0.000000  1   -0.602931830312E-07                     
+AR RABT 2009  4  1  1  5  0.000000  1   -0.516388162097E-07                     
+AR RAMO 2009  4  1  1  5  0.000000  1   -0.323623407974E-07                     
+AR RCMN 2009  4  1  1  5  0.000000  1    0.783404250111E-08                     
+AR REDU 2009  4  1  1  5  0.000000  1   -0.457504203520E-07                     
+AR REUN 2009  4  1  1  5  0.000000  1    0.298566582132E-07                     
+AR REYK 2009  4  1  1  5  0.000000  1    0.290830098100E-03                     
+AR SCH2 2009  4  1  1  5  0.000000  1    0.186949991532E-03                     
+AR SCUB 2009  4  1  1  5  0.000000  1   -0.682233643721E-07                     
+AR STJO 2009  4  1  1  5  0.000000  1   -0.700331321316E-05                     
+AR SYDN 2009  4  1  1  5  0.000000  1    0.140977611081E-05                     
+AR SYOG 2009  4  1  1  5  0.000000  1    0.140060433972E-04                     
+AR THU2 2009  4  1  1  5  0.000000  1   -0.267479612424E-03                     
+AR TOW2 2009  4  1  1  5  0.000000  1    0.250402253965E-08                     
+AR URUM 2009  4  1  1  5  0.000000  1    0.485315153223E-03                     
+AR VESL 2009  4  1  1  5  0.000000  1   -0.367630991349E-03                     
+AR VILL 2009  4  1  1  5  0.000000  1   -0.629335801401E-07                     
+AR WTZR 2009  4  1  1  5  0.000000  1    0.433042072765E-07                     
+AR WUHN 2009  4  1  1  5  0.000000  1   -0.615073729979E-07                     
+AR YSSK 2009  4  1  1  5  0.000000  1   -0.564533965994E-07                     
+AR ZIM2 2009  4  1  1  5  0.000000  1    0.235556782622E-07                     
+AR XMIS 2009  4  1  1  5  0.000000  1   -0.271512833640E-08                     
+AR GODZ 2009  4  1  1  5  0.000000  1   -0.469126082283E-03                     
+AR MTKA 2009  4  1  1  5  0.000000  1   -0.607007562939E-07                     
+AR PARK 2009  4  1  1  5  0.000000  1    0.802123086734E-06                     
+AR UNBJ 2009  4  1  1  5  0.000000  1   -0.366788873411E-03                     
+AR NOVM 2009  4  1  1  5  0.000000  1    0.798328405585E-04                     
+AR SUNM 2009  4  1  1  5  0.000000  1   -0.153349357765E-03                     
+AR CEBR 2009  4  1  1  5  0.000000  1    0.719430279766E-03                     
+AR CPXF 2009  4  1  1  5  0.000000  1    0.523634164976E-08                     
+AR IDDR 2009  4  1  1  5  0.000000  1    0.101310066063E-07                     
+AR AZGB 2009  4  1  1  5  0.000000  1   -0.473413876788E-03                     
+AR TN22 2009  4  1  1  5  0.000000  1    0.496409881341E-03                     
+AR ETAD 2009  4  1  1  5  0.000000  1    0.298186784664E-07                     
+AR ILHA 2009  4  1  1  5  0.000000  1   -0.404578733088E-08                     
+AR POVE 2009  4  1  1  5  0.000000  1   -0.146262326160E-07                     
+AR RECF 2009  4  1  1  5  0.000000  1    0.196641217653E-07                     
+AR SALU 2009  4  1  1  5  0.000000  1    0.217062612962E-07                     
+AR SAVO 2009  4  1  1  5  0.000000  1    0.169246977047E-07                     
+AR UFPR 2009  4  1  1  5  0.000000  1    0.155560726794E-07                     
+AR YELL 2009  4  1  1  5  0.000000  1    0.234098000000E-06                     
+AS G32  2009  4  1  1 10  0.000000  1    0.280362530413E-03                     
+AS G24  2009  4  1  1 10  0.000000  1    0.177714553825E-03                     
+AS G25  2009  4  1  1 10  0.000000  1    0.333676944438E-03                     
+AS G26  2009  4  1  1 10  0.000000  1    0.543723482572E-04                     
+AS G27  2009  4  1  1 10  0.000000  1    0.370129667033E-04                     
+AS G30  2009  4  1  1 10  0.000000  1    0.136160076899E-03                     
+AS G03  2009  4  1  1 10  0.000000  1    0.373262916209E-03                     
+AS G04  2009  4  1  1 10  0.000000  1   -0.341321680734E-04                     
+AS G06  2009  4  1  1 10  0.000000  1    0.595144699882E-04                     
+AS G08  2009  4  1  1 10  0.000000  1   -0.196489244516E-03                     
+AS G09  2009  4  1  1 10  0.000000  1    0.483790662587E-04                     
+AS G10  2009  4  1  1 10  0.000000  1   -0.135998652085E-04                     
+AS G14  2009  4  1  1 10  0.000000  1   -0.132617662866E-03                     
+AS G13  2009  4  1  1 10  0.000000  1    0.293219365853E-03                     
+AS G28  2009  4  1  1 10  0.000000  1   -0.238267631912E-04                     
+AS G21  2009  4  1  1 10  0.000000  1    0.216001294316E-04                     
+AS G11  2009  4  1  1 10  0.000000  1    0.279879933990E-05                     
+AS G22  2009  4  1  1 10  0.000000  1    0.202450282615E-03                     
+AS G20  2009  4  1  1 10  0.000000  1    0.865973327892E-04                     
+AS G18  2009  4  1  1 10  0.000000  1   -0.696582453867E-04                     
+AS G16  2009  4  1  1 10  0.000000  1    0.631165354661E-04                     
+AS G19  2009  4  1  1 10  0.000000  1    0.293902428422E-04                     
+AS G23  2009  4  1  1 10  0.000000  1    0.388972013305E-03                     
+AS G02  2009  4  1  1 10  0.000000  1    0.153947614549E-03                     
+AS G31  2009  4  1  1 10  0.000000  1   -0.564309187469E-04                     
+AS G17  2009  4  1  1 10  0.000000  1    0.523759470503E-04                     
+AS G12  2009  4  1  1 10  0.000000  1   -0.299704669941E-03                     
+AS G15  2009  4  1  1 10  0.000000  1   -0.275834419037E-03                     
+AS G29  2009  4  1  1 10  0.000000  1    0.469362069040E-05                     
+AS G07  2009  4  1  1 10  0.000000  1    0.209985144193E-04                     
+AS R02  2009  4  1  1 10  0.000000  1    0.207735359383E-04                     
+AS R03  2009  4  1  1 10  0.000000  1   -0.341684339189E-04                     
+AS R04  2009  4  1  1 10  0.000000  1    0.640989918931E-04                     
+AS R06  2009  4  1  1 10  0.000000  1   -0.169216825405E-03                     
+AS R07  2009  4  1  1 10  0.000000  1   -0.892866825678E-04                     
+AS R08  2009  4  1  1 10  0.000000  1   -0.102031702353E-03                     
+AS R10  2009  4  1  1 10  0.000000  1   -0.140863324884E-03                     
+AS R11  2009  4  1  1 10  0.000000  1   -0.925918944512E-04                     
+AS R13  2009  4  1  1 10  0.000000  1   -0.230600087750E-03                     
+AS R14  2009  4  1  1 10  0.000000  1   -0.797290309012E-04                     
+AS R15  2009  4  1  1 10  0.000000  1    0.920724841111E-04                     
+AS R17  2009  4  1  1 10  0.000000  1   -0.261225220328E-03                     
+AS R18  2009  4  1  1 10  0.000000  1   -0.133201645178E-05                     
+AS R19  2009  4  1  1 10  0.000000  1   -0.893819765261E-04                     
+AS R20  2009  4  1  1 10  0.000000  1   -0.650050528063E-04                     
+AS R21  2009  4  1  1 10  0.000000  1   -0.143292302488E-03                     
+AS R22  2009  4  1  1 10  0.000000  1   -0.201471417808E-03                     
+AS R23  2009  4  1  1 10  0.000000  1   -0.200512143223E-03                     
+AR ALGO 2009  4  1  1 10  0.000000  1    0.803850223654E-04                     
+AR ALIC 2009  4  1  1 10  0.000000  1    0.992458021189E-09                     
+AR AMC2 2009  4  1  1 10  0.000000  1    0.336053761213E-09                     
+AR ANKR 2009  4  1  1 10  0.000000  1   -0.769177371541E-04                     
+AR ARTU 2009  4  1  1 10  0.000000  1   -0.632787734328E-07                     
+AR ASPA 2009  4  1  1 10  0.000000  1    0.110381504011E-07                     
+AR BHR1 2009  4  1  1 10  0.000000  1    0.563382401347E-03                     
+AR BARH 2009  4  1  1 10  0.000000  1    0.141108600065E-09                     
+AR BJFS 2009  4  1  1 10  0.000000  1   -0.568508212947E-07                     
+AR BOGT 2009  4  1  1 10  0.000000  1   -0.609149635601E-07                     
+AR BRMU 2009  4  1  1 10  0.000000  1    0.386841992338E-03                     
+AR CAGZ 2009  4  1  1 10  0.000000  1   -0.285111198369E-03                     
+AR CAS1 2009  4  1  1 10  0.000000  1    0.276318149249E-08                     
+AR CHAT 2009  4  1  1 10  0.000000  1   -0.688279540053E-07                     
+AR CHPI 2009  4  1  1 10  0.000000  1   -0.584813629410E-07                     
+AR COCO 2009  4  1  1 10  0.000000  1    0.227669472917E-03                     
+AR CONZ 2009  4  1  1 10  0.000000  1   -0.271286760237E-03                     
+AR CRAR 2009  4  1  1 10  0.000000  1    0.182696682645E-03                     
+AR CRO1 2009  4  1  1 10  0.000000  1    0.665101019796E-03                     
+AR DAEJ 2009  4  1  1 10  0.000000  1   -0.196629111971E-03                     
+AR DARW 2009  4  1  1 10  0.000000  1   -0.227784320087E-08                     
+AR DGAR 2009  4  1  1 10  0.000000  1   -0.509761019607E-07                     
+AR DRAO 2009  4  1  1 10  0.000000  1    0.109596333171E-03                     
+AR FAA1 2009  4  1  1 10  0.000000  1   -0.744954112444E-08                     
+AR FAIR 2009  4  1  1 10  0.000000  1   -0.592765246610E-07                     
+AR GLPS 2009  4  1  1 10  0.000000  1   -0.767108453305E-07                     
+AR GUAM 2009  4  1  1 10  0.000000  1   -0.761672892826E-07                     
+AR GUAT 2009  4  1  1 10  0.000000  1    0.712358939663E-08                     
+AR HOB2 2009  4  1  1 10  0.000000  1    0.841490171993E-07                     
+AR HOFN 2009  4  1  1 10  0.000000  1    0.257383151478E-03                     
+AR HOLM 2009  4  1  1 10  0.000000  1   -0.511734769296E-07                     
+AR HRAO 2009  4  1  1 10  0.000000  1    0.849452776904E-03                     
+AR HYDE 2009  4  1  1 10  0.000000  1    0.524909214233E-08                     
+AR IRKJ 2009  4  1  1 10  0.000000  1    0.163747003469E-03                     
+AR ISPA 2009  4  1  1 10  0.000000  1   -0.930059127161E-07                     
+AR KARR 2009  4  1  1 10  0.000000  1   -0.759049736623E-07                     
+AR KERG 2009  4  1  1 10  0.000000  1    0.816747999531E-03                     
+AR KHAJ 2009  4  1  1 10  0.000000  1   -0.150867715738E-05                     
+AR KIR0 2009  4  1  1 10  0.000000  1    0.284004391352E-03                     
+AR KIRU 2009  4  1  1 10  0.000000  1    0.591374563729E-03                     
+AR KIT3 2009  4  1  1 10  0.000000  1    0.228173427123E-08                     
+AR KOUR 2009  4  1  1 10  0.000000  1    0.125012397174E-03                     
+AR KUNM 2009  4  1  1 10  0.000000  1   -0.289091058489E-07                     
+AR MAL2 2009  4  1  1 10  0.000000  1   -0.119950893803E-07                     
+AR MAS1 2009  4  1  1 10  0.000000  1   -0.101611811306E-03                     
+AR MAW1 2009  4  1  1 10  0.000000  1    0.122026945859E-09                     
+AR MCIL 2009  4  1  1 10  0.000000  1    0.369512678042E-07                     
+AR MCM4 2009  4  1  1 10  0.000000  1   -0.658979960698E-07                     
+AR MDO1 2009  4  1  1 10  0.000000  1   -0.538146462193E-07                     
+AR MDVJ 2009  4  1  1 10  0.000000  1    0.438552447075E-03                     
+AR MKEA 2009  4  1  1 10  0.000000  1   -0.807389225666E-07                     
+AR MOBS 2009  4  1  1 10  0.000000  1    0.581029280686E-08                     
+AR NANO 2009  4  1  1 10  0.000000  1    0.339343001505E-08                     
+AR NLIB 2009  4  1  1 10  0.000000  1   -0.117647836822E-06                     
+AR NNOR 2009  4  1  1 10  0.000000  1    0.365794939880E-03                     
+AR NRC1 2009  4  1  1 10  0.000000  1   -0.449002497193E-05                     
+AR NRIL 2009  4  1  1 10  0.000000  1   -0.446481012678E-07                     
+AR NRMD 2009  4  1  1 10  0.000000  1    0.273710707894E-07                     
+AR NTUS 2009  4  1  1 10  0.000000  1   -0.122965842292E-08                     
+AR NYAL 2009  4  1  1 10  0.000000  1    0.915867741958E-07                     
+AR OHI3 2009  4  1  1 10  0.000000  1    0.334581782914E-03                     
+AR ONSA 2009  4  1  1 10  0.000000  1   -0.324732046616E-04                     
+AR PDEL 2009  4  1  1 10  0.000000  1   -0.123251861373E-09                     
+AR PERT 2009  4  1  1 10  0.000000  1   -0.727962226586E-07                     
+AR PETP 2009  4  1  1 10  0.000000  1   -0.483351846797E-07                     
+AR PIMO 2009  4  1  1 10  0.000000  1   -0.644228028932E-07                     
+AR QAQ1 2009  4  1  1 10  0.000000  1   -0.651238005911E-07                     
+AR QUIN 2009  4  1  1 10  0.000000  1   -0.610252583871E-07                     
+AR RABT 2009  4  1  1 10  0.000000  1   -0.505148562948E-07                     
+AR RAMO 2009  4  1  1 10  0.000000  1    0.138027734154E-06                     
+AR RCMN 2009  4  1  1 10  0.000000  1    0.659262530698E-08                     
+AR REDU 2009  4  1  1 10  0.000000  1   -0.460807469366E-07                     
+AR REUN 2009  4  1  1 10  0.000000  1    0.249240742562E-07                     
+AR REYK 2009  4  1  1 10  0.000000  1    0.311477277533E-03                     
+AR SCH2 2009  4  1  1 10  0.000000  1    0.186966076855E-03                     
+AR SCUB 2009  4  1  1 10  0.000000  1   -0.657958037536E-07                     
+AR STJO 2009  4  1  1 10  0.000000  1   -0.700363237832E-05                     
+AR SYDN 2009  4  1  1 10  0.000000  1    0.140967678698E-05                     
+AR SYOG 2009  4  1  1 10  0.000000  1    0.140059114462E-04                     
+AR THU2 2009  4  1  1 10  0.000000  1   -0.269481739693E-03                     
+AR TOW2 2009  4  1  1 10  0.000000  1   -0.841986481096E-10                     
+AR URUM 2009  4  1  1 10  0.000000  1    0.415910858558E-03                     
+AR VESL 2009  4  1  1 10  0.000000  1   -0.330420606532E-03                     
+AR VILL 2009  4  1  1 10  0.000000  1   -0.624005408605E-07                     
+AR WTZR 2009  4  1  1 10  0.000000  1    0.432961749626E-07                     
+AR WUHN 2009  4  1  1 10  0.000000  1   -0.617630853160E-07                     
+AR YSSK 2009  4  1  1 10  0.000000  1   -0.550726638456E-07                     
+AR ZIM2 2009  4  1  1 10  0.000000  1    0.234511836001E-07                     
+AR XMIS 2009  4  1  1 10  0.000000  1   -0.269114424892E-08                     
+AR GODZ 2009  4  1  1 10  0.000000  1   -0.469126052137E-03                     
+AR MTKA 2009  4  1  1 10  0.000000  1   -0.600171742094E-07                     
+AR PARK 2009  4  1  1 10  0.000000  1    0.802068802236E-06                     
+AR UNBJ 2009  4  1  1 10  0.000000  1   -0.439732861288E-03                     
+AR NOVM 2009  4  1  1 10  0.000000  1    0.798328314057E-04                     
+AR SUNM 2009  4  1  1 10  0.000000  1   -0.310495308653E-03                     
+AR CEBR 2009  4  1  1 10  0.000000  1    0.719430258217E-03                     
+AR CPXF 2009  4  1  1 10  0.000000  1    0.536140779530E-08                     
+AR IDDR 2009  4  1  1 10  0.000000  1    0.104802870194E-07                     
+AR AZGB 2009  4  1  1 10  0.000000  1    0.387276293404E-03                     
+AR TN22 2009  4  1  1 10  0.000000  1    0.419912189765E-03                     
+AR ETAD 2009  4  1  1 10  0.000000  1    0.274556780733E-07                     
+AR ILHA 2009  4  1  1 10  0.000000  1   -0.268850423443E-08                     
+AR POVE 2009  4  1  1 10  0.000000  1   -0.134356475074E-07                     
+AR RECF 2009  4  1  1 10  0.000000  1    0.163918554028E-07                     
+AR SALU 2009  4  1  1 10  0.000000  1    0.245279901480E-07                     
+AR SAVO 2009  4  1  1 10  0.000000  1    0.163139720853E-07                     
+AR UFPR 2009  4  1  1 10  0.000000  1    0.168063297487E-07                     
+AR YELL 2009  4  1  1 10  0.000000  1    0.234168000000E-06                     
+AS G32  2009  4  1  1 15  0.000000  1    0.280361212546E-03                     
+AS G24  2009  4  1  1 15  0.000000  1    0.177714758515E-03                     
+AS G25  2009  4  1  1 15  0.000000  1    0.333683476068E-03                     
+AS G26  2009  4  1  1 15  0.000000  1    0.543727525262E-04                     
+AS G27  2009  4  1  1 15  0.000000  1    0.370143362149E-04                     
+AS G30  2009  4  1  1 15  0.000000  1    0.136160946959E-03                     
+AS G03  2009  4  1  1 15  0.000000  1    0.373264993719E-03                     
+AS G04  2009  4  1  1 15  0.000000  1   -0.341364644042E-04                     
+AS G06  2009  4  1  1 15  0.000000  1    0.595198651385E-04                     
+AS G08  2009  4  1  1 15  0.000000  1   -0.196489406763E-03                     
+AS G09  2009  4  1  1 15  0.000000  1    0.483797317178E-04                     
+AS G10  2009  4  1  1 15  0.000000  1   -0.135994889208E-04                     
+AS G14  2009  4  1  1 15  0.000000  1   -0.132616074064E-03                     
+AS G13  2009  4  1  1 15  0.000000  1    0.293219573646E-03                     
+AS G28  2009  4  1  1 15  0.000000  1   -0.238269118705E-04                     
+AS G21  2009  4  1  1 15  0.000000  1    0.215998724166E-04                     
+AS G11  2009  4  1  1 15  0.000000  1    0.279874819207E-05                     
+AS G22  2009  4  1  1 15  0.000000  1    0.202450264211E-03                     
+AS G20  2009  4  1  1 15  0.000000  1    0.865974293579E-04                     
+AS G18  2009  4  1  1 15  0.000000  1   -0.696573859189E-04                     
+AS G16  2009  4  1  1 15  0.000000  1    0.631156163508E-04                     
+AS G19  2009  4  1  1 15  0.000000  1    0.293901066735E-04                     
+AS G23  2009  4  1  1 15  0.000000  1    0.388971992968E-03                     
+AS G02  2009  4  1  1 15  0.000000  1    0.153947527016E-03                     
+AS G31  2009  4  1  1 15  0.000000  1   -0.564314742185E-04                     
+AS G17  2009  4  1  1 15  0.000000  1    0.523767024123E-04                     
+AS G12  2009  4  1  1 15  0.000000  1   -0.299703533961E-03                     
+AS G15  2009  4  1  1 15  0.000000  1   -0.275835771716E-03                     
+AS G29  2009  4  1  1 15  0.000000  1    0.469482117621E-05                     
+AS G07  2009  4  1  1 15  0.000000  1    0.209981094219E-04                     
+AS R02  2009  4  1  1 15  0.000000  1    0.207726942668E-04                     
+AS R03  2009  4  1  1 15  0.000000  1   -0.341697012879E-04                     
+AS R04  2009  4  1  1 15  0.000000  1    0.640985854779E-04                     
+AS R06  2009  4  1  1 15  0.000000  1   -0.169217452473E-03                     
+AS R07  2009  4  1  1 15  0.000000  1   -0.892864268932E-04                     
+AS R08  2009  4  1  1 15  0.000000  1   -0.102031539565E-03                     
+AS R10  2009  4  1  1 15  0.000000  1   -0.140863284053E-03                     
+AS R11  2009  4  1  1 15  0.000000  1   -0.925920915728E-04                     
+AS R13  2009  4  1  1 15  0.000000  1   -0.230600526383E-03                     
+AS R14  2009  4  1  1 15  0.000000  1   -0.797284826433E-04                     
+AS R15  2009  4  1  1 15  0.000000  1    0.920721646132E-04                     
+AS R17  2009  4  1  1 15  0.000000  1   -0.261225343956E-03                     
+AS R18  2009  4  1  1 15  0.000000  1   -0.133213644311E-05                     
+AS R19  2009  4  1  1 15  0.000000  1   -0.893822478214E-04                     
+AS R20  2009  4  1  1 15  0.000000  1   -0.650054718125E-04                     
+AS R21  2009  4  1  1 15  0.000000  1   -0.143292558444E-03                     
+AS R22  2009  4  1  1 15  0.000000  1   -0.201472203909E-03                     
+AS R23  2009  4  1  1 15  0.000000  1   -0.200510619719E-03                     
+AR ALGO 2009  4  1  1 15  0.000000  1    0.803887970230E-04                     
+AR ALIC 2009  4  1  1 15  0.000000  1    0.118133761409E-08                     
+AR AMC2 2009  4  1  1 15  0.000000  1    0.322721609593E-09                     
+AR ANKR 2009  4  1  1 15  0.000000  1   -0.121114600445E-05                     
+AR ARTU 2009  4  1  1 15  0.000000  1   -0.682114090922E-07                     
+AR ASPA 2009  4  1  1 15  0.000000  1    0.773738137912E-08                     
+AR BHR1 2009  4  1  1 15  0.000000  1    0.563382474721E-03                     
+AR BARH 2009  4  1  1 15  0.000000  1    0.102041253222E-08                     
+AR BJFS 2009  4  1  1 15  0.000000  1   -0.585290805685E-07                     
+AR BOGT 2009  4  1  1 15  0.000000  1   -0.619006455895E-07                     
+AR BRMU 2009  4  1  1 15  0.000000  1   -0.115002358732E-03                     
+AR CAGZ 2009  4  1  1 15  0.000000  1   -0.612086102153E-04                     
+AR CAS1 2009  4  1  1 15  0.000000  1    0.160319774171E-08                     
+AR CHAT 2009  4  1  1 15  0.000000  1   -0.706056982343E-07                     
+AR CHPI 2009  4  1  1 15  0.000000  1   -0.585637843271E-07                     
+AR COCO 2009  4  1  1 15  0.000000  1    0.227669170687E-03                     
+AR CONZ 2009  4  1  1 15  0.000000  1   -0.405780796091E-03                     
+AR CRAR 2009  4  1  1 15  0.000000  1    0.157592653484E-03                     
+AR CRO1 2009  4  1  1 15  0.000000  1    0.665101044144E-03                     
+AR DAEJ 2009  4  1  1 15  0.000000  1   -0.196628753990E-03                     
+AR DARW 2009  4  1  1 15  0.000000  1   -0.336960056672E-08                     
+AR DGAR 2009  4  1  1 15  0.000000  1   -0.505173943392E-07                     
+AR DRAO 2009  4  1  1 15  0.000000  1    0.109632652595E-03                     
+AR FAA1 2009  4  1  1 15  0.000000  1   -0.609595495659E-08                     
+AR FAIR 2009  4  1  1 15  0.000000  1   -0.605748403396E-07                     
+AR GLPS 2009  4  1  1 15  0.000000  1   -0.803882640435E-07                     
+AR GUAM 2009  4  1  1 15  0.000000  1   -0.747338628312E-07                     
+AR GUAT 2009  4  1  1 15  0.000000  1    0.640671677812E-08                     
+AR HOB2 2009  4  1  1 15  0.000000  1    0.841839253969E-07                     
+AR HOFN 2009  4  1  1 15  0.000000  1    0.335725053018E-03                     
+AR HOLM 2009  4  1  1 15  0.000000  1   -0.525088113156E-07                     
+AR HRAO 2009  4  1  1 15  0.000000  1    0.849452860530E-03                     
+AR HYDE 2009  4  1  1 15  0.000000  1    0.253634713585E-08                     
+AR IRKJ 2009  4  1  1 15  0.000000  1    0.163746991306E-03                     
+AR ISPA 2009  4  1  1 15  0.000000  1   -0.902116990473E-07                     
+AR KARR 2009  4  1  1 15  0.000000  1   -0.733213847496E-07                     
+AR KERG 2009  4  1  1 15  0.000000  1    0.816759071084E-03                     
+AR KHAJ 2009  4  1  1 15  0.000000  1   -0.150866904419E-05                     
+AR KIR0 2009  4  1  1 15  0.000000  1    0.283997488218E-03                     
+AR KIRU 2009  4  1  1 15  0.000000  1    0.591372726679E-03                     
+AR KIT3 2009  4  1  1 15  0.000000  1   -0.492583930199E-08                     
+AR KOUR 2009  4  1  1 15  0.000000  1    0.125012390208E-03                     
+AR KUNM 2009  4  1  1 15  0.000000  1   -0.447154025738E-08                     
+AR LHAZ 2009  4  1  1 15  0.000000  1   -0.361402602598E-03                     
+AR MAL2 2009  4  1  1 15  0.000000  1   -0.109682439841E-07                     
+AR MAS1 2009  4  1  1 15  0.000000  1   -0.101612097071E-03                     
+AR MAW1 2009  4  1  1 15  0.000000  1    0.481162056843E-08                     
+AR MCIL 2009  4  1  1 15  0.000000  1    0.376547581996E-07                     
+AR MCM4 2009  4  1  1 15  0.000000  1   -0.644669162122E-07                     
+AR MDO1 2009  4  1  1 15  0.000000  1   -0.526382451519E-07                     
+AR MDVJ 2009  4  1  1 15  0.000000  1    0.438552432133E-03                     
+AR MKEA 2009  4  1  1 15  0.000000  1   -0.788777751676E-07                     
+AR MOBS 2009  4  1  1 15  0.000000  1    0.560442743281E-08                     
+AR NANO 2009  4  1  1 15  0.000000  1    0.231843134479E-08                     
+AR NLIB 2009  4  1  1 15  0.000000  1   -0.117650771993E-06                     
+AR NNOR 2009  4  1  1 15  0.000000  1    0.365795197726E-03                     
+AR NRC1 2009  4  1  1 15  0.000000  1   -0.449000375469E-05                     
+AR NRIL 2009  4  1  1 15  0.000000  1   -0.438963119843E-07                     
+AR NRMD 2009  4  1  1 15  0.000000  1    0.319030161186E-07                     
+AR NTUS 2009  4  1  1 15  0.000000  1    0.129304922723E-08                     
+AR NYAL 2009  4  1  1 15  0.000000  1    0.915986440906E-07                     
+AR OHI3 2009  4  1  1 15  0.000000  1    0.422838899713E-03                     
+AR ONSA 2009  4  1  1 15  0.000000  1   -0.324732580395E-04                     
+AR PDEL 2009  4  1  1 15  0.000000  1   -0.864557837777E-09                     
+AR PERT 2009  4  1  1 15  0.000000  1   -0.704121563457E-07                     
+AR PETP 2009  4  1  1 15  0.000000  1   -0.583983237443E-07                     
+AR PIMO 2009  4  1  1 15  0.000000  1   -0.622711045246E-07                     
+AR QAQ1 2009  4  1  1 15  0.000000  1   -0.595002094019E-07                     
+AR QUIN 2009  4  1  1 15  0.000000  1   -0.619210764419E-07                     
+AR RABT 2009  4  1  1 15  0.000000  1   -0.499004549824E-07                     
+AR RAMO 2009  4  1  1 15  0.000000  1   -0.123419619174E-07                     
+AR RCMN 2009  4  1  1 15  0.000000  1    0.498829440569E-08                     
+AR REDU 2009  4  1  1 15  0.000000  1   -0.515032127161E-07                     
+AR REYK 2009  4  1  1 15  0.000000  1    0.332407309080E-03                     
+AR SCH2 2009  4  1  1 15  0.000000  1    0.186981761109E-03                     
+AR SCUB 2009  4  1  1 15  0.000000  1   -0.652765846277E-07                     
+AR STJO 2009  4  1  1 15  0.000000  1   -0.700393873832E-05                     
+AR SYDN 2009  4  1  1 15  0.000000  1    0.140976773727E-05                     
+AR SYOG 2009  4  1  1 15  0.000000  1    0.140055653451E-04                     
+AR THU2 2009  4  1  1 15  0.000000  1   -0.271483949136E-03                     
+AR TOW2 2009  4  1  1 15  0.000000  1    0.573907767558E-09                     
+AR URUM 2009  4  1  1 15  0.000000  1    0.346577997810E-03                     
+AR VESL 2009  4  1  1 15  0.000000  1   -0.293163180192E-03                     
+AR VILL 2009  4  1  1 15  0.000000  1   -0.628616720888E-07                     
+AR WTZR 2009  4  1  1 15  0.000000  1    0.433184245766E-07                     
+AR WUHN 2009  4  1  1 15  0.000000  1   -0.613667308405E-07                     
+AR YSSK 2009  4  1  1 15  0.000000  1   -0.559739964564E-07                     
+AR ZIM2 2009  4  1  1 15  0.000000  1    0.243756242040E-07                     
+AR XMIS 2009  4  1  1 15  0.000000  1   -0.385168928873E-08                     
+AR GODZ 2009  4  1  1 15  0.000000  1   -0.469126009788E-03                     
+AR MTKA 2009  4  1  1 15  0.000000  1   -0.604620011003E-07                     
+AR PARK 2009  4  1  1 15  0.000000  1    0.802154823985E-06                     
+AR UNBJ 2009  4  1  1 15  0.000000  1    0.487547543507E-03                     
+AR NOVM 2009  4  1  1 15  0.000000  1    0.798328261019E-04                     
+AR SUNM 2009  4  1  1 15  0.000000  1   -0.467344193690E-03                     
+AR CEBR 2009  4  1  1 15  0.000000  1    0.719430245006E-03                     
+AR CPXF 2009  4  1  1 15  0.000000  1    0.455769838610E-08                     
+AR IDDR 2009  4  1  1 15  0.000000  1    0.902900055194E-08                     
+AR AZGB 2009  4  1  1 15  0.000000  1    0.247909786479E-03                     
+AR TN22 2009  4  1  1 15  0.000000  1    0.344026908438E-03                     
+AR ETAD 2009  4  1  1 15  0.000000  1    0.312487512058E-07                     
+AR ILHA 2009  4  1  1 15  0.000000  1   -0.304150802921E-08                     
+AR POVE 2009  4  1  1 15  0.000000  1   -0.125030233729E-07                     
+AR RECF 2009  4  1  1 15  0.000000  1    0.164001537163E-07                     
+AR SALU 2009  4  1  1 15  0.000000  1    0.214480408153E-07                     
+AR SAVO 2009  4  1  1 15  0.000000  1    0.180022352856E-07                     
+AR UFPR 2009  4  1  1 15  0.000000  1    0.163201762213E-07                     
+AR YELL 2009  4  1  1 15  0.000000  1    0.234238000000E-06                     
+AS G32  2009  4  1  1 20  0.000000  1    0.280359880602E-03                     
+AS G24  2009  4  1  1 20  0.000000  1    0.177715237604E-03                     
+AS G25  2009  4  1  1 20  0.000000  1    0.333690008571E-03                     
+AS G26  2009  4  1  1 20  0.000000  1    0.543735194109E-04                     
+AS G27  2009  4  1  1 20  0.000000  1    0.370147402370E-04                     
+AS G30  2009  4  1  1 20  0.000000  1    0.136161751981E-03                     
+AS G03  2009  4  1  1 20  0.000000  1    0.373267023762E-03                     
+AS G04  2009  4  1  1 20  0.000000  1   -0.341408813287E-04                     
+AS G06  2009  4  1  1 20  0.000000  1    0.595253690178E-04                     
+AS G08  2009  4  1  1 20  0.000000  1   -0.196489204221E-03                     
+AS G09  2009  4  1  1 20  0.000000  1    0.483800845273E-04                     
+AS G10  2009  4  1  1 20  0.000000  1   -0.135991741974E-04                     
+AS G14  2009  4  1  1 20  0.000000  1   -0.132614057407E-03                     
+AS G13  2009  4  1  1 20  0.000000  1    0.293220068374E-03                     
+AS G28  2009  4  1  1 20  0.000000  1   -0.238268280484E-04                     
+AS G21  2009  4  1  1 20  0.000000  1    0.215988336362E-04                     
+AS G11  2009  4  1  1 20  0.000000  1    0.279843116791E-05                     
+AS G22  2009  4  1  1 20  0.000000  1    0.202450123674E-03                     
+AS G20  2009  4  1  1 20  0.000000  1    0.865968195058E-04                     
+AS G18  2009  4  1  1 20  0.000000  1   -0.696563041894E-04                     
+AS G16  2009  4  1  1 20  0.000000  1    0.631145305522E-04                     
+AS G19  2009  4  1  1 20  0.000000  1    0.293897943131E-04                     
+AS G23  2009  4  1  1 20  0.000000  1    0.388972056581E-03                     
+AS G02  2009  4  1  1 20  0.000000  1    0.153947126812E-03                     
+AS G31  2009  4  1  1 20  0.000000  1   -0.564316066685E-04                     
+AS G17  2009  4  1  1 20  0.000000  1    0.523770518315E-04                     
+AS G12  2009  4  1  1 20  0.000000  1   -0.299702161521E-03                     
+AS G15  2009  4  1  1 20  0.000000  1   -0.275836756629E-03                     
+AS G29  2009  4  1  1 20  0.000000  1    0.469634489098E-05                     
+AS G07  2009  4  1  1 20  0.000000  1    0.209980252377E-04                     
+AS R02  2009  4  1  1 20  0.000000  1    0.207717494506E-04                     
+AS R03  2009  4  1  1 20  0.000000  1   -0.341714446444E-04                     
+AS R04  2009  4  1  1 20  0.000000  1    0.640966140491E-04                     
+AS R06  2009  4  1  1 20  0.000000  1   -0.169216379491E-03                     
+AS R07  2009  4  1  1 20  0.000000  1   -0.892856546086E-04                     
+AS R08  2009  4  1  1 20  0.000000  1   -0.102031117847E-03                     
+AS R10  2009  4  1  1 20  0.000000  1   -0.140862987288E-03                     
+AS R11  2009  4  1  1 20  0.000000  1   -0.925923816539E-04                     
+AS R13  2009  4  1  1 20  0.000000  1   -0.230600543050E-03                     
+AS R14  2009  4  1  1 20  0.000000  1   -0.797273076276E-04                     
+AS R15  2009  4  1  1 20  0.000000  1    0.920724619743E-04                     
+AS R17  2009  4  1  1 20  0.000000  1   -0.261225948462E-03                     
+AS R18  2009  4  1  1 20  0.000000  1   -0.133248315974E-05                     
+AS R19  2009  4  1  1 20  0.000000  1   -0.893826389511E-04                     
+AS R20  2009  4  1  1 20  0.000000  1   -0.650054469742E-04                     
+AS R21  2009  4  1  1 20  0.000000  1   -0.143292669898E-03                     
+AS R22  2009  4  1  1 20  0.000000  1   -0.201472883723E-03                     
+AS R23  2009  4  1  1 20  0.000000  1   -0.200508859763E-03                     
+AR ALGO 2009  4  1  1 20  0.000000  1    0.803927038146E-04                     
+AR ALIC 2009  4  1  1 20  0.000000  1   -0.467830819205E-09                     
+AR AMC2 2009  4  1  1 20  0.000000  1    0.335875604157E-09                     
+AR ANKR 2009  4  1  1 20  0.000000  1    0.744277595850E-04                     
+AR ARTU 2009  4  1  1 20  0.000000  1   -0.693021411985E-07                     
+AR ASPA 2009  4  1  1 20  0.000000  1    0.126031024237E-08                     
+AR BHR1 2009  4  1  1 20  0.000000  1    0.563382258972E-03                     
+AR BARH 2009  4  1  1 20  0.000000  1    0.261487206577E-08                     
+AR BJFS 2009  4  1  1 20  0.000000  1   -0.548872556455E-07                     
+AR BOGT 2009  4  1  1 20  0.000000  1   -0.610410552664E-07                     
+AR BRMU 2009  4  1  1 20  0.000000  1    0.383459199252E-03                     
+AR CAGZ 2009  4  1  1 20  0.000000  1    0.162629340639E-03                     
+AR CAS1 2009  4  1  1 20  0.000000  1    0.195777641061E-08                     
+AR CHAT 2009  4  1  1 20  0.000000  1   -0.694081527720E-07                     
+AR CHPI 2009  4  1  1 20  0.000000  1   -0.653431467556E-07                     
+AR COCO 2009  4  1  1 20  0.000000  1    0.227669228777E-03                     
+AR CONZ 2009  4  1  1 20  0.000000  1    0.460255592486E-03                     
+AR CRAR 2009  4  1  1 20  0.000000  1    0.132486214529E-03                     
+AR CRO1 2009  4  1  1 20  0.000000  1    0.665101048339E-03                     
+AR DAEJ 2009  4  1  1 20  0.000000  1   -0.196628598603E-03                     
+AR DARW 2009  4  1  1 20  0.000000  1    0.272777152607E-08                     
+AR DGAR 2009  4  1  1 20  0.000000  1   -0.495062801175E-07                     
+AR FAA1 2009  4  1  1 20  0.000000  1   -0.188264075483E-07                     
+AR FAIR 2009  4  1  1 20  0.000000  1   -0.604434236809E-07                     
+AR GLPS 2009  4  1  1 20  0.000000  1   -0.777600323352E-07                     
+AR GUAM 2009  4  1  1 20  0.000000  1   -0.738033054634E-07                     
+AR GUAT 2009  4  1  1 20  0.000000  1    0.584889653218E-08                     
+AR HOB2 2009  4  1  1 20  0.000000  1    0.842103455954E-07                     
+AR HOFN 2009  4  1  1 20  0.000000  1    0.414034253069E-03                     
+AR HOLM 2009  4  1  1 20  0.000000  1   -0.550567422027E-07                     
+AR HRAO 2009  4  1  1 20  0.000000  1    0.849452928441E-03                     
+AR HYDE 2009  4  1  1 20  0.000000  1    0.382604172217E-08                     
+AR IRKJ 2009  4  1  1 20  0.000000  1    0.163746997658E-03                     
+AR ISPA 2009  4  1  1 20  0.000000  1   -0.925288982097E-07                     
+AR KARR 2009  4  1  1 20  0.000000  1   -0.745905126023E-07                     
+AR KERG 2009  4  1  1 20  0.000000  1    0.816769494197E-03                     
+AR KHAJ 2009  4  1  1 20  0.000000  1   -0.150866007292E-05                     
+AR KIR0 2009  4  1  1 20  0.000000  1    0.283990539232E-03                     
+AR KIRU 2009  4  1  1 20  0.000000  1    0.591370004248E-03                     
+AR KIT3 2009  4  1  1 20  0.000000  1    0.131419448499E-07                     
+AR KOUR 2009  4  1  1 20  0.000000  1    0.125012396971E-03                     
+AR KUNM 2009  4  1  1 20  0.000000  1   -0.380704334543E-07                     
+AR LHAZ 2009  4  1  1 20  0.000000  1   -0.354186235998E-03                     
+AR MAL2 2009  4  1  1 20  0.000000  1   -0.126018840590E-07                     
+AR MAS1 2009  4  1  1 20  0.000000  1   -0.101612425346E-03                     
+AR MAW1 2009  4  1  1 20  0.000000  1   -0.497905173815E-08                     
+AR MCIL 2009  4  1  1 20  0.000000  1    0.384679850381E-07                     
+AR MCM4 2009  4  1  1 20  0.000000  1   -0.629156375886E-07                     
+AR MDO1 2009  4  1  1 20  0.000000  1   -0.516473311135E-07                     
+AR MDVJ 2009  4  1  1 20  0.000000  1    0.438552442384E-03                     
+AR MKEA 2009  4  1  1 20  0.000000  1   -0.793646359809E-07                     
+AR MOBS 2009  4  1  1 20  0.000000  1    0.358882218998E-08                     
+AR NANO 2009  4  1  1 20  0.000000  1    0.453655753459E-08                     
+AR NLIB 2009  4  1  1 20  0.000000  1   -0.117662897187E-06                     
+AR NNOR 2009  4  1  1 20  0.000000  1    0.365795166516E-03                     
+AR NRC1 2009  4  1  1 20  0.000000  1   -0.448999100759E-05                     
+AR NRIL 2009  4  1  1 20  0.000000  1   -0.439076615238E-07                     
+AR NRMD 2009  4  1  1 20  0.000000  1    0.328483513247E-07                     
+AR NTUS 2009  4  1  1 20  0.000000  1    0.252156316589E-08                     
+AR NYAL 2009  4  1  1 20  0.000000  1    0.916053867881E-07                     
+AR OHI3 2009  4  1  1 20  0.000000  1   -0.488848407380E-03                     
+AR ONSA 2009  4  1  1 20  0.000000  1   -0.324733044719E-04                     
+AR PDEL 2009  4  1  1 20  0.000000  1   -0.228469161706E-09                     
+AR PERT 2009  4  1  1 20  0.000000  1   -0.698103221399E-07                     
+AR PETP 2009  4  1  1 20  0.000000  1   -0.538252784591E-07                     
+AR PIMO 2009  4  1  1 20  0.000000  1   -0.614695300954E-07                     
+AR QAQ1 2009  4  1  1 20  0.000000  1   -0.599088485423E-07                     
+AR QUIN 2009  4  1  1 20  0.000000  1   -0.588218879341E-07                     
+AR RABT 2009  4  1  1 20  0.000000  1   -0.495553645585E-07                     
+AR RAMO 2009  4  1  1 20  0.000000  1    0.556708843638E-07                     
+AR RCMN 2009  4  1  1 20  0.000000  1    0.940818999975E-08                     
+AR REDU 2009  4  1  1 20  0.000000  1   -0.509537304822E-07                     
+AR REUN 2009  4  1  1 20  0.000000  1    0.294551693174E-07                     
+AR REYK 2009  4  1  1 20  0.000000  1    0.353512983077E-03                     
+AR SCH2 2009  4  1  1 20  0.000000  1    0.186996986140E-03                     
+AR SCUB 2009  4  1  1 20  0.000000  1   -0.614936681134E-07                     
+AR STJO 2009  4  1  1 20  0.000000  1   -0.700423191730E-05                     
+AR SYDN 2009  4  1  1 20  0.000000  1    0.140990232467E-05                     
+AR SYOG 2009  4  1  1 20  0.000000  1    0.140051121935E-04                     
+AR THU2 2009  4  1  1 20  0.000000  1   -0.273486142689E-03                     
+AR TOW2 2009  4  1  1 20  0.000000  1    0.220099409410E-08                     
+AR URUM 2009  4  1  1 20  0.000000  1    0.277272273447E-03                     
+AR VESL 2009  4  1  1 20  0.000000  1   -0.255866671569E-03                     
+AR VILL 2009  4  1  1 20  0.000000  1   -0.601883778176E-07                     
+AR WTZR 2009  4  1  1 20  0.000000  1    0.433257401771E-07                     
+AR WUHN 2009  4  1  1 20  0.000000  1   -0.637714284002E-07                     
+AR YSSK 2009  4  1  1 20  0.000000  1   -0.546214535128E-07                     
+AR ZIM2 2009  4  1  1 20  0.000000  1    0.249981842560E-07                     
+AR XMIS 2009  4  1  1 20  0.000000  1   -0.293606372834E-08                     
+AR GODZ 2009  4  1  1 20  0.000000  1   -0.469125946818E-03                     
+AR MTKA 2009  4  1  1 20  0.000000  1   -0.646471679792E-07                     
+AR PARK 2009  4  1  1 20  0.000000  1    0.802315612013E-06                     
+AR UNBJ 2009  4  1  1 20  0.000000  1    0.415077667966E-03                     
+AR NOVM 2009  4  1  1 20  0.000000  1    0.798328369173E-04                     
+AR SUNM 2009  4  1  1 20  0.000000  1    0.375701892961E-03                     
+AR CEBR 2009  4  1  1 20  0.000000  1    0.719430233389E-03                     
+AR CPXF 2009  4  1  1 20  0.000000  1    0.588204661616E-08                     
+AR IDDR 2009  4  1  1 20  0.000000  1    0.945739523628E-08                     
+AR AZGB 2009  4  1  1 20  0.000000  1    0.108545924562E-03                     
+AR TN22 2009  4  1  1 20  0.000000  1    0.268627321949E-03                     
+AR ETAD 2009  4  1  1 20  0.000000  1    0.282637088158E-07                     
+AR ILHA 2009  4  1  1 20  0.000000  1   -0.271631796525E-08                     
+AR POVE 2009  4  1  1 20  0.000000  1   -0.110651259523E-07                     
+AR RECF 2009  4  1  1 20  0.000000  1    0.161210962487E-07                     
+AR SALU 2009  4  1  1 20  0.000000  1    0.239733860737E-07                     
+AR SAVO 2009  4  1  1 20  0.000000  1    0.203885017002E-07                     
+AR UFPR 2009  4  1  1 20  0.000000  1    0.170055060494E-07                     
+AR YELL 2009  4  1  1 20  0.000000  1    0.234309000000E-06                     
+AS G32  2009  4  1  1 25  0.000000  1    0.280358414933E-03                     
+AS G24  2009  4  1  1 25  0.000000  1    0.177716269313E-03                     
+AS G25  2009  4  1  1 25  0.000000  1    0.333696564735E-03                     
+AS G26  2009  4  1  1 25  0.000000  1    0.543741716658E-04                     
+AS G27  2009  4  1  1 25  0.000000  1    0.370149190674E-04                     
+AS G30  2009  4  1  1 25  0.000000  1    0.136162580754E-03                     
+AS G03  2009  4  1  1 25  0.000000  1    0.373267992327E-03                     
+AS G04  2009  4  1  1 25  0.000000  1   -0.341453444733E-04                     
+AS G06  2009  4  1  1 25  0.000000  1    0.595307642434E-04                     
+AS G08  2009  4  1  1 25  0.000000  1   -0.196488660861E-03                     
+AS G09  2009  4  1  1 25  0.000000  1    0.483804129965E-04                     
+AS G10  2009  4  1  1 25  0.000000  1   -0.135990931495E-04                     
+AS G14  2009  4  1  1 25  0.000000  1   -0.132612508410E-03                     
+AS G13  2009  4  1  1 25  0.000000  1    0.293220314395E-03                     
+AS G28  2009  4  1  1 25  0.000000  1   -0.238269259560E-04                     
+AS G21  2009  4  1  1 25  0.000000  1    0.215978373588E-04                     
+AS G11  2009  4  1  1 25  0.000000  1    0.279802282971E-05                     
+AS G22  2009  4  1  1 25  0.000000  1    0.202449711431E-03                     
+AS G20  2009  4  1  1 25  0.000000  1    0.865963445927E-04                     
+AS G18  2009  4  1  1 25  0.000000  1   -0.696552852576E-04                     
+AS G16  2009  4  1  1 25  0.000000  1    0.631137596821E-04                     
+AS G19  2009  4  1  1 25  0.000000  1    0.293896093363E-04                     
+AS G23  2009  4  1  1 25  0.000000  1    0.388972231697E-03                     
+AS G02  2009  4  1  1 25  0.000000  1    0.153947231995E-03                     
+AS G31  2009  4  1  1 25  0.000000  1   -0.564319559548E-04                     
+AS G17  2009  4  1  1 25  0.000000  1    0.523773750984E-04                     
+AS G12  2009  4  1  1 25  0.000000  1   -0.299700642083E-03                     
+AS G15  2009  4  1  1 25  0.000000  1   -0.275838483670E-03                     
+AS G29  2009  4  1  1 25  0.000000  1    0.469738972812E-05                     
+AS G07  2009  4  1  1 25  0.000000  1    0.209977877751E-04                     
+AS R02  2009  4  1  1 25  0.000000  1    0.207709268721E-04                     
+AS R03  2009  4  1  1 25  0.000000  1   -0.341724081302E-04                     
+AS R04  2009  4  1  1 25  0.000000  1    0.640938027168E-04                     
+AS R06  2009  4  1  1 25  0.000000  1   -0.169216511286E-03                     
+AS R07  2009  4  1  1 25  0.000000  1   -0.892857099090E-04                     
+AS R08  2009  4  1  1 25  0.000000  1   -0.102030748189E-03                     
+AS R10  2009  4  1  1 25  0.000000  1   -0.140862765761E-03                     
+AS R11  2009  4  1  1 25  0.000000  1   -0.925926532563E-04                     
+AS R13  2009  4  1  1 25  0.000000  1   -0.230601030163E-03                     
+AS R14  2009  4  1  1 25  0.000000  1   -0.797264738214E-04                     
+AS R15  2009  4  1  1 25  0.000000  1    0.920725030255E-04                     
+AS R17  2009  4  1  1 25  0.000000  1   -0.261226489311E-03                     
+AS R18  2009  4  1  1 25  0.000000  1   -0.133267619430E-05                     
+AS R19  2009  4  1  1 25  0.000000  1   -0.893828872936E-04                     
+AS R20  2009  4  1  1 25  0.000000  1   -0.650054621807E-04                     
+AS R21  2009  4  1  1 25  0.000000  1   -0.143292768220E-03                     
+AS R22  2009  4  1  1 25  0.000000  1   -0.201473588777E-03                     
+AS R23  2009  4  1  1 25  0.000000  1   -0.200507236345E-03                     
+AR ALGO 2009  4  1  1 25  0.000000  1    0.803965234681E-04                     
+AR ALIC 2009  4  1  1 25  0.000000  1   -0.160357915071E-08                     
+AR AMC2 2009  4  1  1 25  0.000000  1    0.340708175355E-09                     
+AR ANKR 2009  4  1  1 25  0.000000  1    0.150015431266E-03                     
+AR ARTU 2009  4  1  1 25  0.000000  1   -0.662387388938E-07                     
+AR ASPA 2009  4  1  1 25  0.000000  1    0.259433622180E-08                     
+AR BHR1 2009  4  1  1 25  0.000000  1    0.563382304571E-03                     
+AR BARH 2009  4  1  1 25  0.000000  1    0.454082811441E-08                     
+AR BJFS 2009  4  1  1 25  0.000000  1   -0.551602763355E-07                     
+AR BOGT 2009  4  1  1 25  0.000000  1   -0.611172284375E-07                     
+AR BRMU 2009  4  1  1 25  0.000000  1   -0.117926640257E-03                     
+AR CAGZ 2009  4  1  1 25  0.000000  1    0.386398025612E-03                     
+AR CAS1 2009  4  1  1 25  0.000000  1    0.160317015540E-08                     
+AR CHAT 2009  4  1  1 25  0.000000  1   -0.718116262588E-07                     
+AR CHPI 2009  4  1  1 25  0.000000  1   -0.634988748614E-07                     
+AR COCO 2009  4  1  1 25  0.000000  1    0.227669223908E-03                     
+AR CONZ 2009  4  1  1 25  0.000000  1    0.326465409123E-03                     
+AR CRAR 2009  4  1  1 25  0.000000  1    0.107383423975E-03                     
+AR CRO1 2009  4  1  1 25  0.000000  1    0.665101094224E-03                     
+AR DAEJ 2009  4  1  1 25  0.000000  1   -0.196627904550E-03                     
+AR DARW 2009  4  1  1 25  0.000000  1    0.684895892412E-09                     
+AR DGAR 2009  4  1  1 25  0.000000  1   -0.508889560288E-07                     
+AR DRAO 2009  4  1  1 25  0.000000  1    0.109705600479E-03                     
+AR FAA1 2009  4  1  1 25  0.000000  1   -0.187126664711E-07                     
+AR FAIR 2009  4  1  1 25  0.000000  1   -0.638252183853E-07                     
+AR GLPS 2009  4  1  1 25  0.000000  1   -0.755176567701E-07                     
+AR GUAM 2009  4  1  1 25  0.000000  1   -0.721952227959E-07                     
+AR GUAT 2009  4  1  1 25  0.000000  1    0.623173946662E-08                     
+AR HOB2 2009  4  1  1 25  0.000000  1    0.842236685672E-07                     
+AR HOFN 2009  4  1  1 25  0.000000  1    0.492327687713E-03                     
+AR HOLM 2009  4  1  1 25  0.000000  1   -0.513333775816E-07                     
+AR HRAO 2009  4  1  1 25  0.000000  1    0.849453000743E-03                     
+AR HYDE 2009  4  1  1 25  0.000000  1   -0.208499342952E-08                     
+AR IRKJ 2009  4  1  1 25  0.000000  1    0.163746988251E-03                     
+AR ISPA 2009  4  1  1 25  0.000000  1   -0.883698837956E-07                     
+AR KARR 2009  4  1  1 25  0.000000  1   -0.717538615529E-07                     
+AR KERG 2009  4  1  1 25  0.000000  1    0.816778811504E-03                     
+AR KHAJ 2009  4  1  1 25  0.000000  1   -0.150866104756E-05                     
+AR KIR0 2009  4  1  1 25  0.000000  1    0.283983656566E-03                     
+AR KIRU 2009  4  1  1 25  0.000000  1    0.591365363333E-03                     
+AR KOUR 2009  4  1  1 25  0.000000  1    0.125012402671E-03                     
+AR KUNM 2009  4  1  1 25  0.000000  1   -0.222937168161E-08                     
+AR LHAZ 2009  4  1  1 25  0.000000  1   -0.354163414705E-03                     
+AR MAL2 2009  4  1  1 25  0.000000  1   -0.735459760743E-08                     
+AR MAS1 2009  4  1  1 25  0.000000  1   -0.101612821914E-03                     
+AR MAW1 2009  4  1  1 25  0.000000  1   -0.104135879600E-07                     
+AR MCIL 2009  4  1  1 25  0.000000  1    0.392068038446E-07                     
+AR MCM4 2009  4  1  1 25  0.000000  1   -0.625884002021E-07                     
+AR MDO1 2009  4  1  1 25  0.000000  1   -0.496693281747E-07                     
+AR MDVJ 2009  4  1  1 25  0.000000  1    0.438552428704E-03                     
+AR MKEA 2009  4  1  1 25  0.000000  1   -0.781462037202E-07                     
+AR MOBS 2009  4  1  1 25  0.000000  1    0.221918750425E-08                     
+AR NANO 2009  4  1  1 25  0.000000  1    0.286703191964E-08                     
+AR NLIB 2009  4  1  1 25  0.000000  1   -0.117660334014E-06                     
+AR NNOR 2009  4  1  1 25  0.000000  1    0.365794819871E-03                     
+AR NRC1 2009  4  1  1 25  0.000000  1   -0.448997654318E-05                     
+AR NRIL 2009  4  1  1 25  0.000000  1   -0.452520775325E-07                     
+AR NRMD 2009  4  1  1 25  0.000000  1    0.334797164156E-07                     
+AR NTUS 2009  4  1  1 25  0.000000  1   -0.188687788065E-09                     
+AR NYAL 2009  4  1  1 25  0.000000  1    0.916327239998E-07                     
+AR OHI3 2009  4  1  1 25  0.000000  1   -0.400507975022E-03                     
+AR ONSA 2009  4  1  1 25  0.000000  1   -0.324733521246E-04                     
+AR PDEL 2009  4  1  1 25  0.000000  1    0.102924463651E-08                     
+AR PERT 2009  4  1  1 25  0.000000  1   -0.707611509820E-07                     
+AR PETP 2009  4  1  1 25  0.000000  1   -0.517305691019E-07                     
+AR PIMO 2009  4  1  1 25  0.000000  1   -0.650529526027E-07                     
+AR QAQ1 2009  4  1  1 25  0.000000  1   -0.570380743639E-07                     
+AR QUIN 2009  4  1  1 25  0.000000  1   -0.601479078299E-07                     
+AR RABT 2009  4  1  1 25  0.000000  1   -0.499122587362E-07                     
+AR RAMO 2009  4  1  1 25  0.000000  1    0.586422777943E-07                     
+AR RCMN 2009  4  1  1 25  0.000000  1    0.733316486587E-08                     
+AR REDU 2009  4  1  1 25  0.000000  1   -0.502169296632E-07                     
+AR REUN 2009  4  1  1 25  0.000000  1    0.293473441688E-07                     
+AR REYK 2009  4  1  1 25  0.000000  1    0.374482683855E-03                     
+AR SCH2 2009  4  1  1 25  0.000000  1    0.187012288275E-03                     
+AR SCUB 2009  4  1  1 25  0.000000  1   -0.616302523185E-07                     
+AR STJO 2009  4  1  1 25  0.000000  1   -0.700452906346E-05                     
+AR SYDN 2009  4  1  1 25  0.000000  1    0.140999527215E-05                     
+AR SYOG 2009  4  1  1 25  0.000000  1    0.140049982380E-04                     
+AR THU2 2009  4  1  1 25  0.000000  1   -0.275488381948E-03                     
+AR TOW2 2009  4  1  1 25  0.000000  1    0.808306465972E-09                     
+AR URUM 2009  4  1  1 25  0.000000  1    0.207979288851E-03                     
+AR VESL 2009  4  1  1 25  0.000000  1   -0.218537000020E-03                     
+AR VILL 2009  4  1  1 25  0.000000  1   -0.587489971643E-07                     
+AR WTZR 2009  4  1  1 25  0.000000  1    0.433356001728E-07                     
+AR WUHN 2009  4  1  1 25  0.000000  1   -0.652903254243E-07                     
+AR YSSK 2009  4  1  1 25  0.000000  1   -0.535606185633E-07                     
+AR ZIM2 2009  4  1  1 25  0.000000  1    0.264496510244E-07                     
+AR XMIS 2009  4  1  1 25  0.000000  1   -0.243127872953E-08                     
+AR GODZ 2009  4  1  1 25  0.000000  1   -0.469125911091E-03                     
+AR MTKA 2009  4  1  1 25  0.000000  1   -0.609722930302E-07                     
+AR PARK 2009  4  1  1 25  0.000000  1    0.802373128512E-06                     
+AR UNBJ 2009  4  1  1 25  0.000000  1    0.342717571773E-03                     
+AR SUNM 2009  4  1  1 25  0.000000  1    0.218794667647E-03                     
+AR CEBR 2009  4  1  1 25  0.000000  1    0.719430221376E-03                     
+AR CPXF 2009  4  1  1 25  0.000000  1    0.500368756848E-08                     
+AR IDDR 2009  4  1  1 25  0.000000  1    0.111538873827E-07                     
+AR AZGB 2009  4  1  1 25  0.000000  1   -0.307936911084E-04                     
+AR TN22 2009  4  1  1 25  0.000000  1    0.193383630303E-03                     
+AR ETAD 2009  4  1  1 25  0.000000  1    0.239446875865E-07                     
+AR ILHA 2009  4  1  1 25  0.000000  1   -0.253595349656E-08                     
+AR POVE 2009  4  1  1 25  0.000000  1   -0.108873123043E-07                     
+AR RECF 2009  4  1  1 25  0.000000  1    0.151637672084E-07                     
+AR SALU 2009  4  1  1 25  0.000000  1    0.186798910809E-07                     
+AR SAVO 2009  4  1  1 25  0.000000  1    0.198456168269E-07                     
+AR UFPR 2009  4  1  1 25  0.000000  1    0.180825533159E-07                     
+AR YELL 2009  4  1  1 25  0.000000  1    0.234379000000E-06                     
+AS G32  2009  4  1  1 30  0.000000  1    0.280357136270E-03                     
+AS G24  2009  4  1  1 30  0.000000  1    0.177717097236E-03                     
+AS G25  2009  4  1  1 30  0.000000  1    0.333703154746E-03                     
+AS G26  2009  4  1  1 30  0.000000  1    0.543750430105E-04                     
+AS G27  2009  4  1  1 30  0.000000  1    0.370158693329E-04                     
+AS G30  2009  4  1  1 30  0.000000  1    0.136163346005E-03                     
+AS G03  2009  4  1  1 30  0.000000  1    0.373269927232E-03                     
+AS G04  2009  4  1  1 30  0.000000  1   -0.341498383967E-04                     
+AS G06  2009  4  1  1 30  0.000000  1    0.595361698069E-04                     
+AS G08  2009  4  1  1 30  0.000000  1   -0.196489774307E-03                     
+AS G09  2009  4  1  1 30  0.000000  1    0.483817766154E-04                     
+AS G10  2009  4  1  1 30  0.000000  1   -0.135987485870E-04                     
+AS G14  2009  4  1  1 30  0.000000  1   -0.132610680403E-03                     
+AS G13  2009  4  1  1 30  0.000000  1    0.293220602202E-03                     
+AS G28  2009  4  1  1 30  0.000000  1   -0.238269130981E-04                     
+AS G21  2009  4  1  1 30  0.000000  1    0.215973268756E-04                     
+AS G11  2009  4  1  1 30  0.000000  1    0.279756743048E-05                     
+AS G22  2009  4  1  1 30  0.000000  1    0.202449638657E-03                     
+AS G20  2009  4  1  1 30  0.000000  1    0.865960805834E-04                     
+AS G18  2009  4  1  1 30  0.000000  1   -0.696542999448E-04                     
+AS G16  2009  4  1  1 30  0.000000  1    0.631127460677E-04                     
+AS G19  2009  4  1  1 30  0.000000  1    0.293893376045E-04                     
+AS G23  2009  4  1  1 30  0.000000  1    0.388972449461E-03                     
+AS G02  2009  4  1  1 30  0.000000  1    0.153946927854E-03                     
+AS G31  2009  4  1  1 30  0.000000  1   -0.564322260038E-04                     
+AS G17  2009  4  1  1 30  0.000000  1    0.523778600993E-04                     
+AS G12  2009  4  1  1 30  0.000000  1   -0.299699384207E-03                     
+AS G15  2009  4  1  1 30  0.000000  1   -0.275839982926E-03                     
+AS G29  2009  4  1  1 30  0.000000  1    0.469859564507E-05                     
+AS G07  2009  4  1  1 30  0.000000  1    0.209977928044E-04                     
+AS R02  2009  4  1  1 30  0.000000  1    0.207700787315E-04                     
+AS R03  2009  4  1  1 30  0.000000  1   -0.341729598211E-04                     
+AS R04  2009  4  1  1 30  0.000000  1    0.640916409733E-04                     
+AS R06  2009  4  1  1 30  0.000000  1   -0.169218442732E-03                     
+AS R07  2009  4  1  1 30  0.000000  1   -0.892846794815E-04                     
+AS R08  2009  4  1  1 30  0.000000  1   -0.102030536574E-03                     
+AS R10  2009  4  1  1 30  0.000000  1   -0.140862342577E-03                     
+AS R11  2009  4  1  1 30  0.000000  1   -0.925931141284E-04                     
+AS R13  2009  4  1  1 30  0.000000  1   -0.230601450416E-03                     
+AS R14  2009  4  1  1 30  0.000000  1   -0.797264596360E-04                     
+AS R15  2009  4  1  1 30  0.000000  1    0.920722295567E-04                     
+AS R17  2009  4  1  1 30  0.000000  1   -0.261226918521E-03                     
+AS R18  2009  4  1  1 30  0.000000  1   -0.133284650160E-05                     
+AS R19  2009  4  1  1 30  0.000000  1   -0.893832474310E-04                     
+AS R20  2009  4  1  1 30  0.000000  1   -0.650056160620E-04                     
+AS R21  2009  4  1  1 30  0.000000  1   -0.143293448235E-03                     
+AS R22  2009  4  1  1 30  0.000000  1   -0.201474467133E-03                     
+AS R23  2009  4  1  1 30  0.000000  1   -0.200505873057E-03                     
+AR ALIC 2009  4  1  1 30  0.000000  1    0.399263239167E-09                     
+AR AMC2 2009  4  1  1 30  0.000000  1    0.340249042398E-09                     
+AR ANKR 2009  4  1  1 30  0.000000  1    0.225651266673E-03                     
+AR ARTU 2009  4  1  1 30  0.000000  1   -0.661493251970E-07                     
+AR ASPA 2009  4  1  1 30  0.000000  1    0.488699623504E-09                     
+AR BHR1 2009  4  1  1 30  0.000000  1    0.563382361246E-03                     
+AR BARH 2009  4  1  1 30  0.000000  1    0.432695677149E-08                     
+AR BJFS 2009  4  1  1 30  0.000000  1   -0.652648483635E-07                     
+AR BOGT 2009  4  1  1 30  0.000000  1   -0.598830022882E-07                     
+AR BRMU 2009  4  1  1 30  0.000000  1    0.380584018914E-03                     
+AR CAGZ 2009  4  1  1 30  0.000000  1   -0.389907263355E-03                     
+AR CAS1 2009  4  1  1 30  0.000000  1    0.154890896295E-08                     
+AR CHAT 2009  4  1  1 30  0.000000  1   -0.751270848675E-07                     
+AR CHPI 2009  4  1  1 30  0.000000  1   -0.598363454733E-07                     
+AR COCO 2009  4  1  1 30  0.000000  1    0.227669261389E-03                     
+AR CONZ 2009  4  1  1 30  0.000000  1    0.192240913325E-03                     
+AR CRAR 2009  4  1  1 30  0.000000  1    0.822788512396E-04                     
+AR CRO1 2009  4  1  1 30  0.000000  1    0.665101131360E-03                     
+AR DAEJ 2009  4  1  1 30  0.000000  1   -0.196626705378E-03                     
+AR DARW 2009  4  1  1 30  0.000000  1   -0.209964537550E-09                     
+AR DGAR 2009  4  1  1 30  0.000000  1   -0.514142364919E-07                     
+AR DRAO 2009  4  1  1 30  0.000000  1    0.109742194721E-03                     
+AR FAA1 2009  4  1  1 30  0.000000  1   -0.148735668198E-07                     
+AR FAIR 2009  4  1  1 30  0.000000  1   -0.603719448234E-07                     
+AR GLPS 2009  4  1  1 30  0.000000  1   -0.738217089226E-07                     
+AR GUAM 2009  4  1  1 30  0.000000  1   -0.710916688737E-07                     
+AR GUAT 2009  4  1  1 30  0.000000  1    0.808600127533E-08                     
+AR HOB2 2009  4  1  1 30  0.000000  1    0.842432601886E-07                     
+AR HOFN 2009  4  1  1 30  0.000000  1   -0.429366435103E-03                     
+AR HOLM 2009  4  1  1 30  0.000000  1   -0.508560878751E-07                     
+AR HRAO 2009  4  1  1 30  0.000000  1    0.849453077020E-03                     
+AR HYDE 2009  4  1  1 30  0.000000  1    0.118525150890E-08                     
+AR IRKJ 2009  4  1  1 30  0.000000  1    0.163746974108E-03                     
+AR ISPA 2009  4  1  1 30  0.000000  1   -0.853045088702E-07                     
+AR KARR 2009  4  1  1 30  0.000000  1   -0.697280233553E-07                     
+AR KERG 2009  4  1  1 30  0.000000  1    0.816787277562E-03                     
+AR KHAJ 2009  4  1  1 30  0.000000  1   -0.150867104716E-05                     
+AR KIR0 2009  4  1  1 30  0.000000  1    0.283976747528E-03                     
+AR KIRU 2009  4  1  1 30  0.000000  1    0.591369459836E-03                     
+AR KIT3 2009  4  1  1 30  0.000000  1   -0.233547554987E-07                     
+AR KOUR 2009  4  1  1 30  0.000000  1    0.125012356378E-03                     
+AR KUNM 2009  4  1  1 30  0.000000  1    0.236479898101E-07                     
+AR LHAZ 2009  4  1  1 30  0.000000  1   -0.358575199784E-03                     
+AR MAL2 2009  4  1  1 30  0.000000  1   -0.754232380709E-08                     
+AR MAS1 2009  4  1  1 30  0.000000  1   -0.101613262736E-03                     
+AR MAW1 2009  4  1  1 30  0.000000  1    0.253041620792E-08                     
+AR MCIL 2009  4  1  1 30  0.000000  1    0.390658342121E-07                     
+AR MCM4 2009  4  1  1 30  0.000000  1   -0.632909474023E-07                     
+AR MDO1 2009  4  1  1 30  0.000000  1   -0.491578605525E-07                     
+AR MDVJ 2009  4  1  1 30  0.000000  1    0.438552418414E-03                     
+AR MKEA 2009  4  1  1 30  0.000000  1   -0.793117178915E-07                     
+AR MOBS 2009  4  1  1 30  0.000000  1    0.214465056601E-08                     
+AR NANO 2009  4  1  1 30  0.000000  1    0.288198633120E-08                     
+AR NLIB 2009  4  1  1 30  0.000000  1   -0.117671590739E-06                     
+AR NNOR 2009  4  1  1 30  0.000000  1    0.365795174330E-03                     
+AR NRC1 2009  4  1  1 30  0.000000  1   -0.448995374762E-05                     
+AR NRIL 2009  4  1  1 30  0.000000  1   -0.475853829170E-07                     
+AR NRMD 2009  4  1  1 30  0.000000  1    0.338844942483E-07                     
+AR NTUS 2009  4  1  1 30  0.000000  1   -0.989482635476E-09                     
+AR NYAL 2009  4  1  1 30  0.000000  1    0.916584101420E-07                     
+AR OHI3 2009  4  1  1 30  0.000000  1   -0.311988148660E-03                     
+AR ONSA 2009  4  1  1 30  0.000000  1   -0.324734122148E-04                     
+AR PDEL 2009  4  1  1 30  0.000000  1    0.111258396554E-08                     
+AR PERT 2009  4  1  1 30  0.000000  1   -0.689101912385E-07                     
+AR PETP 2009  4  1  1 30  0.000000  1   -0.493518231033E-07                     
+AR PIMO 2009  4  1  1 30  0.000000  1   -0.773657736324E-07                     
+AR QAQ1 2009  4  1  1 30  0.000000  1   -0.577770287769E-07                     
+AR QUIN 2009  4  1  1 30  0.000000  1   -0.601819696256E-07                     
+AR RABT 2009  4  1  1 30  0.000000  1   -0.415232479712E-07                     
+AR RAMO 2009  4  1  1 30  0.000000  1    0.840413778999E-07                     
+AR RCMN 2009  4  1  1 30  0.000000  1    0.680247865016E-08                     
+AR REDU 2009  4  1  1 30  0.000000  1   -0.531631715467E-07                     
+AR REUN 2009  4  1  1 30  0.000000  1    0.304397331639E-07                     
+AR REYK 2009  4  1  1 30  0.000000  1    0.395376719299E-03                     
+AR SCH2 2009  4  1  1 30  0.000000  1    0.187026716939E-03                     
+AR SCUB 2009  4  1  1 30  0.000000  1   -0.702028302980E-07                     
+AR STJO 2009  4  1  1 30  0.000000  1   -0.700401172734E-05                     
+AR SYDN 2009  4  1  1 30  0.000000  1    0.141003748645E-05                     
+AR SYOG 2009  4  1  1 30  0.000000  1    0.140053915487E-04                     
+AR THU2 2009  4  1  1 30  0.000000  1   -0.277490591135E-03                     
+AR TOW2 2009  4  1  1 30  0.000000  1    0.107358294914E-08                     
+AR URUM 2009  4  1  1 30  0.000000  1    0.138700356910E-03                     
+AR VESL 2009  4  1  1 30  0.000000  1   -0.181187589296E-03                     
+AR VILL 2009  4  1  1 30  0.000000  1   -0.581168598638E-07                     
+AR WTZR 2009  4  1  1 30  0.000000  1    0.433482213768E-07                     
+AR WUHN 2009  4  1  1 30  0.000000  1   -0.667969367209E-07                     
+AR YSSK 2009  4  1  1 30  0.000000  1   -0.517586539733E-07                     
+AR ZIM2 2009  4  1  1 30  0.000000  1    0.263139754941E-07                     
+AR XMIS 2009  4  1  1 30  0.000000  1   -0.411784999579E-08                     
+AR GODZ 2009  4  1  1 30  0.000000  1   -0.469125857841E-03                     
+AR MTKA 2009  4  1  1 30  0.000000  1   -0.721085652443E-07                     
+AR PARK 2009  4  1  1 30  0.000000  1    0.802373133371E-06                     
+AR UNBJ 2009  4  1  1 30  0.000000  1    0.270497516178E-03                     
+AR NOVM 2009  4  1  1 30  0.000000  1    0.798328018950E-04                     
+AR SUNM 2009  4  1  1 30  0.000000  1    0.620508192771E-04                     
+AR CEBR 2009  4  1  1 30  0.000000  1    0.719430231935E-03                     
+AR CPXF 2009  4  1  1 30  0.000000  1   -0.518374647374E-09                     
+AR IDDR 2009  4  1  1 30  0.000000  1    0.115092306933E-07                     
+AR AZGB 2009  4  1  1 30  0.000000  1   -0.170152083400E-03                     
+AR TN22 2009  4  1  1 30  0.000000  1    0.118020259649E-03                     
+AR ETAD 2009  4  1  1 30  0.000000  1    0.308598974712E-07                     
+AR ILHA 2009  4  1  1 30  0.000000  1   -0.357384132627E-08                     
+AR POVE 2009  4  1  1 30  0.000000  1   -0.105179381912E-07                     
+AR RECF 2009  4  1  1 30  0.000000  1    0.156952140381E-07                     
+AR SALU 2009  4  1  1 30  0.000000  1    0.259506593236E-07                     
+AR SAVO 2009  4  1  1 30  0.000000  1    0.197833319552E-07                     
+AR UFPR 2009  4  1  1 30  0.000000  1    0.182856101657E-07                     
+AR YELL 2009  4  1  1 30  0.000000  1    0.234449000000E-06                     
+AS G32  2009  4  1  1 35  0.000000  1    0.280355735426E-03                     
+AS G24  2009  4  1  1 35  0.000000  1    0.177718111366E-03                     
+AS G25  2009  4  1  1 35  0.000000  1    0.333709546486E-03                     
+AS G26  2009  4  1  1 35  0.000000  1    0.543755102233E-04                     
+AS G27  2009  4  1  1 35  0.000000  1    0.370164448602E-04                     
+AS G30  2009  4  1  1 35  0.000000  1    0.136163618793E-03                     
+AS G03  2009  4  1  1 35  0.000000  1    0.373272046377E-03                     
+AS G04  2009  4  1  1 35  0.000000  1   -0.341543394790E-04                     
+AS G06  2009  4  1  1 35  0.000000  1    0.595415206132E-04                     
+AS G08  2009  4  1  1 35  0.000000  1   -0.196490227246E-03                     
+AS G09  2009  4  1  1 35  0.000000  1    0.483832559886E-04                     
+AS G10  2009  4  1  1 35  0.000000  1   -0.135994247578E-04                     
+AS G14  2009  4  1  1 35  0.000000  1   -0.132608911661E-03                     
+AS G13  2009  4  1  1 35  0.000000  1    0.293221012806E-03                     
+AS G28  2009  4  1  1 35  0.000000  1   -0.238269883757E-04                     
+AS G21  2009  4  1  1 35  0.000000  1    0.215971091621E-04                     
+AS G11  2009  4  1  1 35  0.000000  1    0.279704309810E-05                     
+AS G22  2009  4  1  1 35  0.000000  1    0.202449495342E-03                     
+AS G20  2009  4  1  1 35  0.000000  1    0.865960368181E-04                     
+AS G18  2009  4  1  1 35  0.000000  1   -0.696533430724E-04                     
+AS G16  2009  4  1  1 35  0.000000  1    0.631119002803E-04                     
+AS G19  2009  4  1  1 35  0.000000  1    0.293889476298E-04                     
+AS G23  2009  4  1  1 35  0.000000  1    0.388972295951E-03                     
+AS G02  2009  4  1  1 35  0.000000  1    0.153946780643E-03                     
+AS G31  2009  4  1  1 35  0.000000  1   -0.564326139946E-04                     
+AS G17  2009  4  1  1 35  0.000000  1    0.523781898078E-04                     
+AS G12  2009  4  1  1 35  0.000000  1   -0.299698013088E-03                     
+AS G15  2009  4  1  1 35  0.000000  1   -0.275841266803E-03                     
+AS G29  2009  4  1  1 35  0.000000  1    0.469969602290E-05                     
+AS G07  2009  4  1  1 35  0.000000  1    0.209976294098E-04                     
+AS R02  2009  4  1  1 35  0.000000  1    0.207691081202E-04                     
+AS R03  2009  4  1  1 35  0.000000  1   -0.341736233495E-04                     
+AS R04  2009  4  1  1 35  0.000000  1    0.640894905662E-04                     
+AS R06  2009  4  1  1 35  0.000000  1   -0.169218400937E-03                     
+AS R07  2009  4  1  1 35  0.000000  1   -0.892839481173E-04                     
+AS R08  2009  4  1  1 35  0.000000  1   -0.102030541049E-03                     
+AS R10  2009  4  1  1 35  0.000000  1   -0.140862287623E-03                     
+AS R11  2009  4  1  1 35  0.000000  1   -0.925934043811E-04                     
+AS R13  2009  4  1  1 35  0.000000  1   -0.230601793081E-03                     
+AS R14  2009  4  1  1 35  0.000000  1   -0.797257641515E-04                     
+AS R15  2009  4  1  1 35  0.000000  1    0.920716610793E-04                     
+AS R17  2009  4  1  1 35  0.000000  1   -0.261227234384E-03                     
+AS R18  2009  4  1  1 35  0.000000  1   -0.133321862799E-05                     
+AS R19  2009  4  1  1 35  0.000000  1   -0.893835052485E-04                     
+AS R20  2009  4  1  1 35  0.000000  1   -0.650053044794E-04                     
+AS R21  2009  4  1  1 35  0.000000  1   -0.143293974252E-03                     
+AS R22  2009  4  1  1 35  0.000000  1   -0.201475384560E-03                     
+AS R23  2009  4  1  1 35  0.000000  1   -0.200503360920E-03                     
+AR ALIC 2009  4  1  1 35  0.000000  1   -0.431824698301E-09                     
+AR AMC2 2009  4  1  1 35  0.000000  1    0.318512218168E-09                     
+AR ANKR 2009  4  1  1 35  0.000000  1    0.301367942000E-03                     
+AR ARTU 2009  4  1  1 35  0.000000  1   -0.664171918412E-07                     
+AR ASPA 2009  4  1  1 35  0.000000  1    0.417546734250E-08                     
+AR BHR1 2009  4  1  1 35  0.000000  1    0.563382346698E-03                     
+AR BARH 2009  4  1  1 35  0.000000  1    0.312968269951E-08                     
+AR BJFS 2009  4  1  1 35  0.000000  1   -0.646401234839E-07                     
+AR BOGT 2009  4  1  1 35  0.000000  1   -0.592630491466E-07                     
+AR BRMU 2009  4  1  1 35  0.000000  1   -0.121197315133E-03                     
+AR CAGZ 2009  4  1  1 35  0.000000  1   -0.166216023236E-03                     
+AR CAS1 2009  4  1  1 35  0.000000  1    0.154576198137E-08                     
+AR CHAT 2009  4  1  1 35  0.000000  1   -0.785217602835E-07                     
+AR CHPI 2009  4  1  1 35  0.000000  1   -0.585747080576E-07                     
+AR COCO 2009  4  1  1 35  0.000000  1    0.227669280038E-03                     
+AR CONZ 2009  4  1  1 35  0.000000  1    0.573534513674E-04                     
+AR CRAR 2009  4  1  1 35  0.000000  1    0.571553298623E-04                     
+AR CRO1 2009  4  1  1 35  0.000000  1    0.665101100624E-03                     
+AR DAEJ 2009  4  1  1 35  0.000000  1   -0.196626832332E-03                     
+AR DARW 2009  4  1  1 35  0.000000  1   -0.104559139401E-08                     
+AR DGAR 2009  4  1  1 35  0.000000  1   -0.537286170086E-07                     
+AR DRAO 2009  4  1  1 35  0.000000  1    0.109778902674E-03                     
+AR FAA1 2009  4  1  1 35  0.000000  1   -0.168910581301E-07                     
+AR FAIR 2009  4  1  1 35  0.000000  1   -0.589103762628E-07                     
+AR GLPS 2009  4  1  1 35  0.000000  1   -0.712487354970E-07                     
+AR GUAM 2009  4  1  1 35  0.000000  1   -0.701395666989E-07                     
+AR GUAT 2009  4  1  1 35  0.000000  1    0.126552093839E-07                     
+AR HOB2 2009  4  1  1 35  0.000000  1    0.842480562452E-07                     
+AR HOFN 2009  4  1  1 35  0.000000  1   -0.351071399952E-03                     
+AR HOLM 2009  4  1  1 35  0.000000  1   -0.575070298381E-07                     
+AR HRAO 2009  4  1  1 35  0.000000  1    0.849453135829E-03                     
+AR HYDE 2009  4  1  1 35  0.000000  1    0.173453605706E-08                     
+AR IRKJ 2009  4  1  1 35  0.000000  1    0.163746909667E-03                     
+AR ISPA 2009  4  1  1 35  0.000000  1   -0.868103073731E-07                     
+AR KARR 2009  4  1  1 35  0.000000  1   -0.689467438471E-07                     
+AR KERG 2009  4  1  1 35  0.000000  1    0.816794991267E-03                     
+AR KHAJ 2009  4  1  1 35  0.000000  1   -0.150869804341E-05                     
+AR KIR0 2009  4  1  1 35  0.000000  1    0.283969786903E-03                     
+AR KIRU 2009  4  1  1 35  0.000000  1    0.591373577860E-03                     
+AR KIT3 2009  4  1  1 35  0.000000  1    0.152706607546E-08                     
+AR KOUR 2009  4  1  1 35  0.000000  1    0.125012345555E-03                     
+AR KUNM 2009  4  1  1 35  0.000000  1    0.299054296220E-07                     
+AR LHAZ 2009  4  1  1 35  0.000000  1   -0.365803865438E-03                     
+AR MAL2 2009  4  1  1 35  0.000000  1   -0.621401778206E-08                     
+AR MAS1 2009  4  1  1 35  0.000000  1   -0.101613600707E-03                     
+AR MAW1 2009  4  1  1 35  0.000000  1   -0.276880075668E-08                     
+AR MCIL 2009  4  1  1 35  0.000000  1    0.387543301188E-07                     
+AR MCM4 2009  4  1  1 35  0.000000  1   -0.641178001886E-07                     
+AR MDO1 2009  4  1  1 35  0.000000  1   -0.491889390260E-07                     
+AR MDVJ 2009  4  1  1 35  0.000000  1    0.438552393091E-03                     
+AR MKEA 2009  4  1  1 35  0.000000  1   -0.789994574442E-07                     
+AR MOBS 2009  4  1  1 35  0.000000  1    0.191599958207E-08                     
+AR NANO 2009  4  1  1 35  0.000000  1    0.286939220897E-08                     
+AR NLIB 2009  4  1  1 35  0.000000  1   -0.117690413163E-06                     
+AR NNOR 2009  4  1  1 35  0.000000  1    0.365794778023E-03                     
+AR NRC1 2009  4  1  1 35  0.000000  1   -0.448995431463E-05                     
+AR NRIL 2009  4  1  1 35  0.000000  1   -0.507854600526E-07                     
+AR NRMD 2009  4  1  1 35  0.000000  1    0.346518916032E-07                     
+AR NTUS 2009  4  1  1 35  0.000000  1    0.208447539394E-08                     
+AR NYAL 2009  4  1  1 35  0.000000  1    0.916558220056E-07                     
+AR OHI3 2009  4  1  1 35  0.000000  1   -0.223454548803E-03                     
+AR ONSA 2009  4  1  1 35  0.000000  1   -0.324734798065E-04                     
+AR PDEL 2009  4  1  1 35  0.000000  1    0.545776992007E-08                     
+AR PERT 2009  4  1  1 35  0.000000  1   -0.703198470559E-07                     
+AR PETP 2009  4  1  1 35  0.000000  1   -0.489186955969E-07                     
+AR PIMO 2009  4  1  1 35  0.000000  1   -0.792711712468E-07                     
+AR QAQ1 2009  4  1  1 35  0.000000  1   -0.577989717834E-07                     
+AR QUIN 2009  4  1  1 35  0.000000  1   -0.622283670436E-07                     
+AR RABT 2009  4  1  1 35  0.000000  1   -0.452537111347E-07                     
+AR RAMO 2009  4  1  1 35  0.000000  1   -0.299014242167E-07                     
+AR RCMN 2009  4  1  1 35  0.000000  1    0.551118092142E-08                     
+AR REDU 2009  4  1  1 35  0.000000  1   -0.523075534287E-07                     
+AR REUN 2009  4  1  1 35  0.000000  1    0.314446082637E-07                     
+AR REYK 2009  4  1  1 35  0.000000  1    0.416348697662E-03                     
+AR SCH2 2009  4  1  1 35  0.000000  1    0.187042370727E-03                     
+AR SCUB 2009  4  1  1 35  0.000000  1   -0.680863893730E-07                     
+AR SYDN 2009  4  1  1 35  0.000000  1    0.140998179442E-05                     
+AR SYOG 2009  4  1  1 35  0.000000  1    0.140049929852E-04                     
+AR THU2 2009  4  1  1 35  0.000000  1   -0.279492825985E-03                     
+AR TOW2 2009  4  1  1 35  0.000000  1    0.165286402825E-08                     
+AR URUM 2009  4  1  1 35  0.000000  1    0.694675729712E-04                     
+AR VESL 2009  4  1  1 35  0.000000  1   -0.143812753327E-03                     
+AR VILL 2009  4  1  1 35  0.000000  1   -0.594969006915E-07                     
+AR WTZR 2009  4  1  1 35  0.000000  1    0.433369842208E-07                     
+AR WUHN 2009  4  1  1 35  0.000000  1   -0.687574098011E-07                     
+AR YSSK 2009  4  1  1 35  0.000000  1   -0.519969390682E-07                     
+AR ZIM2 2009  4  1  1 35  0.000000  1    0.277224815005E-07                     
+AR XMIS 2009  4  1  1 35  0.000000  1   -0.497451216532E-08                     
+AR GODZ 2009  4  1  1 35  0.000000  1   -0.469125837919E-03                     
+AR MTKA 2009  4  1  1 35  0.000000  1   -0.755093604422E-07                     
+AR PARK 2009  4  1  1 35  0.000000  1    0.802417533037E-06                     
+AR UNBJ 2009  4  1  1 35  0.000000  1    0.198381513032E-03                     
+AR NOVM 2009  4  1  1 35  0.000000  1    0.798327599601E-04                     
+AR SUNM 2009  4  1  1 35  0.000000  1   -0.948725168375E-04                     
+AR CEBR 2009  4  1  1 35  0.000000  1    0.719430173784E-03                     
+AR CPXF 2009  4  1  1 35  0.000000  1   -0.338857952805E-08                     
+AR IDDR 2009  4  1  1 35  0.000000  1    0.140462749231E-07                     
+AR AZGB 2009  4  1  1 35  0.000000  1   -0.309513766621E-03                     
+AR TN22 2009  4  1  1 35  0.000000  1    0.426334594295E-04                     
+AR ETAD 2009  4  1  1 35  0.000000  1    0.283278501406E-07                     
+AR ILHA 2009  4  1  1 35  0.000000  1   -0.301095714438E-08                     
+AR POVE 2009  4  1  1 35  0.000000  1   -0.108284491403E-07                     
+AR RECF 2009  4  1  1 35  0.000000  1    0.167320099145E-07                     
+AR SALU 2009  4  1  1 35  0.000000  1    0.203276207898E-07                     
+AR SAVO 2009  4  1  1 35  0.000000  1    0.194071830888E-07                     
+AR UFPR 2009  4  1  1 35  0.000000  1    0.180416385064E-07                     
+AR YELL 2009  4  1  1 35  0.000000  1    0.234519000000E-06                     
+AS G32  2009  4  1  1 40  0.000000  1    0.280354417098E-03                     
+AS G24  2009  4  1  1 40  0.000000  1    0.177718689685E-03                     
+AS G25  2009  4  1  1 40  0.000000  1    0.333716235003E-03                     
+AS G26  2009  4  1  1 40  0.000000  1    0.543762541243E-04                     
+AS G27  2009  4  1  1 40  0.000000  1    0.370182040718E-04                     
+AS G30  2009  4  1  1 40  0.000000  1    0.136163754521E-03                     
+AS G03  2009  4  1  1 40  0.000000  1    0.373274240567E-03                     
+AS G04  2009  4  1  1 40  0.000000  1   -0.341588608523E-04                     
+AS G06  2009  4  1  1 40  0.000000  1    0.595469217208E-04                     
+AS G08  2009  4  1  1 40  0.000000  1   -0.196490185304E-03                     
+AS G09  2009  4  1  1 40  0.000000  1    0.483839667633E-04                     
+AS G10  2009  4  1  1 40  0.000000  1   -0.135998866657E-04                     
+AS G14  2009  4  1  1 40  0.000000  1   -0.132607304702E-03                     
+AS G13  2009  4  1  1 40  0.000000  1    0.293221282586E-03                     
+AS G28  2009  4  1  1 40  0.000000  1   -0.238271426962E-04                     
+AS G21  2009  4  1  1 40  0.000000  1    0.215966279470E-04                     
+AS G11  2009  4  1  1 40  0.000000  1    0.279686743803E-05                     
+AS G22  2009  4  1  1 40  0.000000  1    0.202449059029E-03                     
+AS G20  2009  4  1  1 40  0.000000  1    0.865955472250E-04                     
+AS G18  2009  4  1  1 40  0.000000  1   -0.696521383908E-04                     
+AS G16  2009  4  1  1 40  0.000000  1    0.631108811322E-04                     
+AS G19  2009  4  1  1 40  0.000000  1    0.293887895961E-04                     
+AS G23  2009  4  1  1 40  0.000000  1    0.388972295286E-03                     
+AS G02  2009  4  1  1 40  0.000000  1    0.153946825801E-03                     
+AS G31  2009  4  1  1 40  0.000000  1   -0.564327658527E-04                     
+AS G17  2009  4  1  1 40  0.000000  1    0.523787390945E-04                     
+AS G12  2009  4  1  1 40  0.000000  1   -0.299696601605E-03                     
+AS G15  2009  4  1  1 40  0.000000  1   -0.275842568511E-03                     
+AS G29  2009  4  1  1 40  0.000000  1    0.470109126609E-05                     
+AS G07  2009  4  1  1 40  0.000000  1    0.209974042110E-04                     
+AS R02  2009  4  1  1 40  0.000000  1    0.207682155502E-04                     
+AS R03  2009  4  1  1 40  0.000000  1   -0.341731775330E-04                     
+AS R04  2009  4  1  1 40  0.000000  1    0.640856460358E-04                     
+AS R06  2009  4  1  1 40  0.000000  1   -0.169217483356E-03                     
+AS R07  2009  4  1  1 40  0.000000  1   -0.892826477288E-04                     
+AS R08  2009  4  1  1 40  0.000000  1   -0.102030308681E-03                     
+AS R10  2009  4  1  1 40  0.000000  1   -0.140861975935E-03                     
+AS R11  2009  4  1  1 40  0.000000  1   -0.925936425200E-04                     
+AS R13  2009  4  1  1 40  0.000000  1   -0.230602107286E-03                     
+AS R14  2009  4  1  1 40  0.000000  1   -0.797244939644E-04                     
+AS R15  2009  4  1  1 40  0.000000  1    0.920719851947E-04                     
+AS R17  2009  4  1  1 40  0.000000  1   -0.261227413084E-03                     
+AS R18  2009  4  1  1 40  0.000000  1   -0.133325189836E-05                     
+AS R19  2009  4  1  1 40  0.000000  1   -0.893837874670E-04                     
+AS R20  2009  4  1  1 40  0.000000  1   -0.650053732915E-04                     
+AS R21  2009  4  1  1 40  0.000000  1   -0.143294299606E-03                     
+AS R22  2009  4  1  1 40  0.000000  1   -0.201476304624E-03                     
+AS R23  2009  4  1  1 40  0.000000  1   -0.200502093480E-03                     
+AR ALGO 2009  4  1  1 40  0.000000  1    0.804082646506E-04                     
+AR ALIC 2009  4  1  1 40  0.000000  1   -0.269785950716E-09                     
+AR AMC2 2009  4  1  1 40  0.000000  1    0.315096144291E-09                     
+AR ANKR 2009  4  1  1 40  0.000000  1    0.377071244625E-03                     
+AR ARTU 2009  4  1  1 40  0.000000  1   -0.659060451127E-07                     
+AR ASPA 2009  4  1  1 40  0.000000  1    0.385581378051E-08                     
+AR BHR1 2009  4  1  1 40  0.000000  1    0.563382297726E-03                     
+AR BARH 2009  4  1  1 40  0.000000  1    0.262871460129E-08                     
+AR BJFS 2009  4  1  1 40  0.000000  1   -0.669328014506E-07                     
+AR BOGT 2009  4  1  1 40  0.000000  1   -0.581825391999E-07                     
+AR BRMU 2009  4  1  1 40  0.000000  1    0.376491773547E-03                     
+AR CAGZ 2009  4  1  1 40  0.000000  1    0.574103786479E-04                     
+AR CAS1 2009  4  1  1 40  0.000000  1    0.155290783361E-08                     
+AR CHAT 2009  4  1  1 40  0.000000  1   -0.817964003268E-07                     
+AR CHPI 2009  4  1  1 40  0.000000  1   -0.567268427326E-07                     
+AR COCO 2009  4  1  1 40  0.000000  1    0.227669323837E-03                     
+AR CONZ 2009  4  1  1 40  0.000000  1   -0.771077263891E-04                     
+AR CRAR 2009  4  1  1 40  0.000000  1    0.320163827257E-04                     
+AR CRO1 2009  4  1  1 40  0.000000  1    0.665101128500E-03                     
+AR DAEJ 2009  4  1  1 40  0.000000  1   -0.196626891348E-03                     
+AR DARW 2009  4  1  1 40  0.000000  1   -0.305640570517E-08                     
+AR DGAR 2009  4  1  1 40  0.000000  1   -0.540137015454E-07                     
+AR DRAO 2009  4  1  1 40  0.000000  1    0.109815326813E-03                     
+AR FAA1 2009  4  1  1 40  0.000000  1   -0.170305337765E-07                     
+AR FAIR 2009  4  1  1 40  0.000000  1   -0.595403025642E-07                     
+AR GLPS 2009  4  1  1 40  0.000000  1   -0.701386177582E-07                     
+AR GUAM 2009  4  1  1 40  0.000000  1   -0.776929433191E-07                     
+AR GUAT 2009  4  1  1 40  0.000000  1    0.114307308423E-07                     
+AR HOB2 2009  4  1  1 40  0.000000  1    0.842635572860E-07                     
+AR HOFN 2009  4  1  1 40  0.000000  1   -0.272799833555E-03                     
+AR HOLM 2009  4  1  1 40  0.000000  1   -0.569831252999E-07                     
+AR HRAO 2009  4  1  1 40  0.000000  1    0.849453206991E-03                     
+AR HYDE 2009  4  1  1 40  0.000000  1    0.229058820059E-08                     
+AR IRKJ 2009  4  1  1 40  0.000000  1    0.163746935483E-03                     
+AR ISPA 2009  4  1  1 40  0.000000  1   -0.665646951712E-07                     
+AR KARR 2009  4  1  1 40  0.000000  1   -0.681437635338E-07                     
+AR KERG 2009  4  1  1 40  0.000000  1    0.816802391748E-03                     
+AR KHAJ 2009  4  1  1 40  0.000000  1   -0.150870389897E-05                     
+AR KIR0 2009  4  1  1 40  0.000000  1    0.283962887658E-03                     
+AR KIRU 2009  4  1  1 40  0.000000  1    0.591372655688E-03                     
+AR KIT3 2009  4  1  1 40  0.000000  1    0.583005170414E-09                     
+AR KOUR 2009  4  1  1 40  0.000000  1    0.125012389618E-03                     
+AR KUNM 2009  4  1  1 40  0.000000  1    0.154224729727E-07                     
+AR LHAZ 2009  4  1  1 40  0.000000  1   -0.374908864635E-03                     
+AR MAL2 2009  4  1  1 40  0.000000  1   -0.709177665866E-08                     
+AR MAS1 2009  4  1  1 40  0.000000  1   -0.101613852153E-03                     
+AR MAW1 2009  4  1  1 40  0.000000  1    0.897451650175E-09                     
+AR MCIL 2009  4  1  1 40  0.000000  1    0.379700591916E-07                     
+AR MCM4 2009  4  1  1 40  0.000000  1   -0.664436662656E-07                     
+AR MDO1 2009  4  1  1 40  0.000000  1   -0.447282605353E-07                     
+AR MDVJ 2009  4  1  1 40  0.000000  1    0.438552380346E-03                     
+AR MKEA 2009  4  1  1 40  0.000000  1   -0.787446218120E-07                     
+AR MOBS 2009  4  1  1 40  0.000000  1   -0.155044388044E-08                     
+AR NANO 2009  4  1  1 40  0.000000  1   -0.312279651485E-08                     
+AR NLIB 2009  4  1  1 40  0.000000  1   -0.117697739895E-06                     
+AR NNOR 2009  4  1  1 40  0.000000  1    0.365794704237E-03                     
+AR NRC1 2009  4  1  1 40  0.000000  1   -0.448994417800E-05                     
+AR NRIL 2009  4  1  1 40  0.000000  1   -0.539373079172E-07                     
+AR NRMD 2009  4  1  1 40  0.000000  1    0.347778990505E-07                     
+AR NTUS 2009  4  1  1 40  0.000000  1   -0.347903155654E-10                     
+AR NYAL 2009  4  1  1 40  0.000000  1    0.916565145491E-07                     
+AR OHI3 2009  4  1  1 40  0.000000  1   -0.134771851417E-03                     
+AR ONSA 2009  4  1  1 40  0.000000  1   -0.324735330299E-04                     
+AR PDEL 2009  4  1  1 40  0.000000  1    0.179893536865E-08                     
+AR PERT 2009  4  1  1 40  0.000000  1   -0.751320496068E-07                     
+AR PETP 2009  4  1  1 40  0.000000  1   -0.492120399089E-07                     
+AR PIMO 2009  4  1  1 40  0.000000  1   -0.802135040939E-07                     
+AR QAQ1 2009  4  1  1 40  0.000000  1   -0.615353778144E-07                     
+AR QUIN 2009  4  1  1 40  0.000000  1   -0.611911179749E-07                     
+AR RABT 2009  4  1  1 40  0.000000  1   -0.461812477849E-07                     
+AR RAMO 2009  4  1  1 40  0.000000  1   -0.466212313529E-07                     
+AR RCMN 2009  4  1  1 40  0.000000  1    0.846440323155E-08                     
+AR REDU 2009  4  1  1 40  0.000000  1   -0.567664380062E-07                     
+AR REYK 2009  4  1  1 40  0.000000  1    0.437188573437E-03                     
+AR SCH2 2009  4  1  1 40  0.000000  1    0.187057657342E-03                     
+AR SCUB 2009  4  1  1 40  0.000000  1   -0.667424697354E-07                     
+AR STJO 2009  4  1  1 40  0.000000  1   -0.700546137363E-05                     
+AR SYDN 2009  4  1  1 40  0.000000  1    0.141007618263E-05                     
+AR SYOG 2009  4  1  1 40  0.000000  1    0.140049200788E-04                     
+AR THU2 2009  4  1  1 40  0.000000  1   -0.281495122889E-03                     
+AR TOW2 2009  4  1  1 40  0.000000  1    0.424499177060E-08                     
+AR URUM 2009  4  1  1 40  0.000000  1    0.276956185521E-06                     
+AR VESL 2009  4  1  1 40  0.000000  1   -0.106397372436E-03                     
+AR VILL 2009  4  1  1 40  0.000000  1   -0.503075586730E-07                     
+AR WTZR 2009  4  1  1 40  0.000000  1    0.433522169721E-07                     
+AR WUHN 2009  4  1  1 40  0.000000  1   -0.767284728862E-07                     
+AR YSSK 2009  4  1  1 40  0.000000  1   -0.520286448951E-07                     
+AR ZIM2 2009  4  1  1 40  0.000000  1    0.268081998871E-07                     
+AR XMIS 2009  4  1  1 40  0.000000  1   -0.362650393679E-08                     
+AR GODZ 2009  4  1  1 40  0.000000  1   -0.469125801521E-03                     
+AR MTKA 2009  4  1  1 40  0.000000  1   -0.780211677997E-07                     
+AR PARK 2009  4  1  1 40  0.000000  1    0.801836735381E-06                     
+AR UNBJ 2009  4  1  1 40  0.000000  1    0.126418626669E-03                     
+AR NOVM 2009  4  1  1 40  0.000000  1    0.798327687795E-04                     
+AR SUNM 2009  4  1  1 40  0.000000  1   -0.251282412061E-03                     
+AR CEBR 2009  4  1  1 40  0.000000  1    0.719430176647E-03                     
+AR CPXF 2009  4  1  1 40  0.000000  1   -0.278258496592E-08                     
+AR IDDR 2009  4  1  1 40  0.000000  1    0.134856404899E-07                     
+AR AZGB 2009  4  1  1 40  0.000000  1   -0.448848653973E-03                     
+AR TN22 2009  4  1  1 40  0.000000  1   -0.330217845555E-04                     
+AR ETAD 2009  4  1  1 40  0.000000  1    0.305087705757E-07                     
+AR ILHA 2009  4  1  1 40  0.000000  1   -0.285384159540E-08                     
+AR POVE 2009  4  1  1 40  0.000000  1   -0.102588572913E-07                     
+AR RECF 2009  4  1  1 40  0.000000  1    0.172258932076E-07                     
+AR SALU 2009  4  1  1 40  0.000000  1    0.246753961892E-07                     
+AR SAVO 2009  4  1  1 40  0.000000  1    0.190672851033E-07                     
+AR UFPR 2009  4  1  1 40  0.000000  1    0.182067609943E-07                     
+AR YELL 2009  4  1  1 40  0.000000  1    0.234589000000E-06                     
+AS G32  2009  4  1  1 45  0.000000  1    0.280353077015E-03                     
+AS G24  2009  4  1  1 45  0.000000  1    0.177719656211E-03                     
+AS G25  2009  4  1  1 45  0.000000  1    0.333722754741E-03                     
+AS G26  2009  4  1  1 45  0.000000  1    0.543767456492E-04                     
+AS G27  2009  4  1  1 45  0.000000  1    0.370188182402E-04                     
+AS G30  2009  4  1  1 45  0.000000  1    0.136164823482E-03                     
+AS G03  2009  4  1  1 45  0.000000  1    0.373275373893E-03                     
+AS G04  2009  4  1  1 45  0.000000  1   -0.341632582125E-04                     
+AS G06  2009  4  1  1 45  0.000000  1    0.595525243598E-04                     
+AS G08  2009  4  1  1 45  0.000000  1   -0.196490618353E-03                     
+AS G09  2009  4  1  1 45  0.000000  1    0.483846297220E-04                     
+AS G10  2009  4  1  1 45  0.000000  1   -0.136004834587E-04                     
+AS G14  2009  4  1  1 45  0.000000  1   -0.132605462061E-03                     
+AS G13  2009  4  1  1 45  0.000000  1    0.293221582495E-03                     
+AS G28  2009  4  1  1 45  0.000000  1   -0.238270151526E-04                     
+AS G21  2009  4  1  1 45  0.000000  1    0.215955748782E-04                     
+AS G11  2009  4  1  1 45  0.000000  1    0.279644983357E-05                     
+AS G22  2009  4  1  1 45  0.000000  1    0.202449072107E-03                     
+AS G20  2009  4  1  1 45  0.000000  1    0.865949988052E-04                     
+AS G18  2009  4  1  1 45  0.000000  1   -0.696509579270E-04                     
+AS G16  2009  4  1  1 45  0.000000  1    0.631100982375E-04                     
+AS G19  2009  4  1  1 45  0.000000  1    0.293882786713E-04                     
+AS G23  2009  4  1  1 45  0.000000  1    0.388972520129E-03                     
+AS G02  2009  4  1  1 45  0.000000  1    0.153946775585E-03                     
+AS G31  2009  4  1  1 45  0.000000  1   -0.564334420671E-04                     
+AS G17  2009  4  1  1 45  0.000000  1    0.523791328861E-04                     
+AS G12  2009  4  1  1 45  0.000000  1   -0.299695386248E-03                     
+AS G15  2009  4  1  1 45  0.000000  1   -0.275843946989E-03                     
+AS G29  2009  4  1  1 45  0.000000  1    0.470244384160E-05                     
+AS G07  2009  4  1  1 45  0.000000  1    0.209972576318E-04                     
+AS R02  2009  4  1  1 45  0.000000  1    0.207673623671E-04                     
+AS R03  2009  4  1  1 45  0.000000  1   -0.341739554990E-04                     
+AS R04  2009  4  1  1 45  0.000000  1    0.640819683313E-04                     
+AS R06  2009  4  1  1 45  0.000000  1   -0.169217356123E-03                     
+AS R07  2009  4  1  1 45  0.000000  1   -0.892815583796E-04                     
+AS R08  2009  4  1  1 45  0.000000  1   -0.102030196412E-03                     
+AS R10  2009  4  1  1 45  0.000000  1   -0.140861905132E-03                     
+AS R11  2009  4  1  1 45  0.000000  1   -0.925937672585E-04                     
+AS R13  2009  4  1  1 45  0.000000  1   -0.230602425807E-03                     
+AS R14  2009  4  1  1 45  0.000000  1   -0.797235352994E-04                     
+AS R15  2009  4  1  1 45  0.000000  1    0.920719654578E-04                     
+AS R17  2009  4  1  1 45  0.000000  1   -0.261227666502E-03                     
+AS R18  2009  4  1  1 45  0.000000  1   -0.133340385593E-05                     
+AS R19  2009  4  1  1 45  0.000000  1   -0.893840855801E-04                     
+AS R20  2009  4  1  1 45  0.000000  1   -0.650055108641E-04                     
+AS R21  2009  4  1  1 45  0.000000  1   -0.143294578895E-03                     
+AS R22  2009  4  1  1 45  0.000000  1   -0.201477304493E-03                     
+AS R23  2009  4  1  1 45  0.000000  1   -0.200499937438E-03                     
+AR ALGO 2009  4  1  1 45  0.000000  1    0.804122758887E-04                     
+AR ALIC 2009  4  1  1 45  0.000000  1   -0.710172839434E-08                     
+AR AMC2 2009  4  1  1 45  0.000000  1    0.313115095832E-09                     
+AR ANKR 2009  4  1  1 45  0.000000  1    0.452801437864E-03                     
+AR ARTU 2009  4  1  1 45  0.000000  1   -0.665331049924E-07                     
+AR ASPA 2009  4  1  1 45  0.000000  1    0.509282204024E-08                     
+AR BHR1 2009  4  1  1 45  0.000000  1    0.563382368857E-03                     
+AR BARH 2009  4  1  1 45  0.000000  1    0.293018532910E-08                     
+AR BJFS 2009  4  1  1 45  0.000000  1   -0.674969560914E-07                     
+AR BOGT 2009  4  1  1 45  0.000000  1   -0.576443314063E-07                     
+AR BRMU 2009  4  1  1 45  0.000000  1   -0.126514169527E-03                     
+AR CAGZ 2009  4  1  1 45  0.000000  1    0.281037286965E-03                     
+AR CAS1 2009  4  1  1 45  0.000000  1   -0.283024205976E-08                     
+AR CHAT 2009  4  1  1 45  0.000000  1   -0.820320987560E-07                     
+AR CHPI 2009  4  1  1 45  0.000000  1   -0.573258359522E-07                     
+AR COCO 2009  4  1  1 45  0.000000  1    0.227669392408E-03                     
+AR CONZ 2009  4  1  1 45  0.000000  1   -0.210980105026E-03                     
+AR CRAR 2009  4  1  1 45  0.000000  1    0.686983521667E-05                     
+AR CRO1 2009  4  1  1 45  0.000000  1    0.665101173715E-03                     
+AR DAEJ 2009  4  1  1 45  0.000000  1   -0.196626075799E-03                     
+AR DARW 2009  4  1  1 45  0.000000  1   -0.565121887746E-08                     
+AR DRAO 2009  4  1  1 45  0.000000  1    0.109851872149E-03                     
+AR FAA1 2009  4  1  1 45  0.000000  1   -0.206992992633E-07                     
+AR FAIR 2009  4  1  1 45  0.000000  1   -0.605615425265E-07                     
+AR GLPS 2009  4  1  1 45  0.000000  1   -0.696199485976E-07                     
+AR GUAM 2009  4  1  1 45  0.000000  1   -0.779500162156E-07                     
+AR GUAT 2009  4  1  1 45  0.000000  1    0.978406215858E-08                     
+AR HOB2 2009  4  1  1 45  0.000000  1    0.843014231739E-07                     
+AR HOFN 2009  4  1  1 45  0.000000  1   -0.194516197418E-03                     
+AR HOLM 2009  4  1  1 45  0.000000  1   -0.583263813447E-07                     
+AR HRAO 2009  4  1  1 45  0.000000  1    0.849453297047E-03                     
+AR HYDE 2009  4  1  1 45  0.000000  1    0.314074312994E-08                     
+AR IRKJ 2009  4  1  1 45  0.000000  1    0.163746923924E-03                     
+AR ISPA 2009  4  1  1 45  0.000000  1   -0.643017765959E-07                     
+AR KARR 2009  4  1  1 45  0.000000  1   -0.712267523253E-07                     
+AR KERG 2009  4  1  1 45  0.000000  1    0.816809913768E-03                     
+AR KHAJ 2009  4  1  1 45  0.000000  1   -0.150871347493E-05                     
+AR KIR0 2009  4  1  1 45  0.000000  1    0.283956043560E-03                     
+AR KIRU 2009  4  1  1 45  0.000000  1    0.591371059623E-03                     
+AR KIT3 2009  4  1  1 45  0.000000  1    0.189712946485E-07                     
+AR KOUR 2009  4  1  1 45  0.000000  1    0.125012418453E-03                     
+AR KUNM 2009  4  1  1 45  0.000000  1    0.548964457622E-09                     
+AR LHAZ 2009  4  1  1 45  0.000000  1   -0.385054140936E-03                     
+AR MAL2 2009  4  1  1 45  0.000000  1   -0.325682339614E-08                     
+AR MAS1 2009  4  1  1 45  0.000000  1   -0.101614143432E-03                     
+AR MAW1 2009  4  1  1 45  0.000000  1    0.237906984112E-08                     
+AR MCIL 2009  4  1  1 45  0.000000  1    0.390099638098E-07                     
+AR MCM4 2009  4  1  1 45  0.000000  1   -0.691332284224E-07                     
+AR MDO1 2009  4  1  1 45  0.000000  1   -0.424450383922E-07                     
+AR MDVJ 2009  4  1  1 45  0.000000  1    0.438552366786E-03                     
+AR MKEA 2009  4  1  1 45  0.000000  1   -0.782973579318E-07                     
+AR MOBS 2009  4  1  1 45  0.000000  1   -0.371501448688E-08                     
+AR NANO 2009  4  1  1 45  0.000000  1   -0.226659342614E-08                     
+AR NLIB 2009  4  1  1 45  0.000000  1   -0.117695711780E-06                     
+AR NNOR 2009  4  1  1 45  0.000000  1    0.365794753530E-03                     
+AR NRC1 2009  4  1  1 45  0.000000  1   -0.448993410282E-05                     
+AR NRIL 2009  4  1  1 45  0.000000  1   -0.524488560171E-07                     
+AR NRMD 2009  4  1  1 45  0.000000  1    0.343669314769E-07                     
+AR NTUS 2009  4  1  1 45  0.000000  1    0.941827613867E-09                     
+AR NYAL 2009  4  1  1 45  0.000000  1    0.916802184794E-07                     
+AR OHI3 2009  4  1  1 45  0.000000  1   -0.460472492135E-04                     
+AR ONSA 2009  4  1  1 45  0.000000  1   -0.324735943369E-04                     
+AR PDEL 2009  4  1  1 45  0.000000  1    0.149949723307E-08                     
+AR PERT 2009  4  1  1 45  0.000000  1   -0.759538869718E-07                     
+AR PETP 2009  4  1  1 45  0.000000  1   -0.551911978304E-07                     
+AR PIMO 2009  4  1  1 45  0.000000  1   -0.818171471013E-07                     
+AR QAQ1 2009  4  1  1 45  0.000000  1   -0.606781034336E-07                     
+AR QUIN 2009  4  1  1 45  0.000000  1   -0.623803289510E-07                     
+AR RABT 2009  4  1  1 45  0.000000  1   -0.461440048429E-07                     
+AR RAMO 2009  4  1  1 45  0.000000  1   -0.411142100808E-07                     
+AR RCMN 2009  4  1  1 45  0.000000  1    0.660361872258E-08                     
+AR REDU 2009  4  1  1 45  0.000000  1   -0.571271940306E-07                     
+AR REUN 2009  4  1  1 45  0.000000  1    0.304263264795E-07                     
+AR REYK 2009  4  1  1 45  0.000000  1    0.457976969423E-03                     
+AR SCH2 2009  4  1  1 45  0.000000  1    0.187073322511E-03                     
+AR SCUB 2009  4  1  1 45  0.000000  1   -0.672467041456E-07                     
+AR STJO 2009  4  1  1 45  0.000000  1   -0.700575424472E-05                     
+AR SYDN 2009  4  1  1 45  0.000000  1    0.140992505422E-05                     
+AR SYOG 2009  4  1  1 45  0.000000  1    0.140045857908E-04                     
+AR THU2 2009  4  1  1 45  0.000000  1   -0.283497249153E-03                     
+AR TOW2 2009  4  1  1 45  0.000000  1   -0.275374272598E-09                     
+AR URUM 2009  4  1  1 45  0.000000  1   -0.688939945237E-04                     
+AR VESL 2009  4  1  1 45  0.000000  1   -0.689329991897E-04                     
+AR VILL 2009  4  1  1 45  0.000000  1   -0.505883415383E-07                     
+AR WTZR 2009  4  1  1 45  0.000000  1    0.433370258869E-07                     
+AR WUHN 2009  4  1  1 45  0.000000  1   -0.776521705854E-07                     
+AR YSSK 2009  4  1  1 45  0.000000  1   -0.579072604999E-07                     
+AR ZIM2 2009  4  1  1 45  0.000000  1    0.259251489108E-07                     
+AR XMIS 2009  4  1  1 45  0.000000  1   -0.516012461087E-08                     
+AR GODZ 2009  4  1  1 45  0.000000  1   -0.469125759380E-03                     
+AR MTKA 2009  4  1  1 45  0.000000  1   -0.839040378200E-07                     
+AR PARK 2009  4  1  1 45  0.000000  1    0.800752014907E-06                     
+AR UNBJ 2009  4  1  1 45  0.000000  1    0.544522488637E-04                     
+AR NOVM 2009  4  1  1 45  0.000000  1    0.798327780687E-04                     
+AR SUNM 2009  4  1  1 45  0.000000  1   -0.408141171108E-03                     
+AR CEBR 2009  4  1  1 45  0.000000  1    0.719430151590E-03                     
+AR CPXF 2009  4  1  1 45  0.000000  1   -0.999081234849E-09                     
+AR IDDR 2009  4  1  1 45  0.000000  1    0.236607398394E-07                     
+AR AZGB 2009  4  1  1 45  0.000000  1    0.411862941767E-03                     
+AR TN22 2009  4  1  1 45  0.000000  1   -0.109163463501E-03                     
+AR ETAD 2009  4  1  1 45  0.000000  1    0.294230426662E-07                     
+AR ILHA 2009  4  1  1 45  0.000000  1   -0.258628655300E-08                     
+AR POVE 2009  4  1  1 45  0.000000  1   -0.100707273588E-07                     
+AR RECF 2009  4  1  1 45  0.000000  1    0.164008505369E-07                     
+AR SALU 2009  4  1  1 45  0.000000  1    0.239663329449E-07                     
+AR SAVO 2009  4  1  1 45  0.000000  1    0.188665705597E-07                     
+AR UFPR 2009  4  1  1 45  0.000000  1    0.188144994384E-07                     
+AR YELL 2009  4  1  1 45  0.000000  1    0.234660000000E-06                     
+AS G32  2009  4  1  1 50  0.000000  1    0.280351769015E-03                     
+AS G24  2009  4  1  1 50  0.000000  1    0.177720987086E-03                     
+AS G25  2009  4  1  1 50  0.000000  1    0.333729286412E-03                     
+AS G26  2009  4  1  1 50  0.000000  1    0.543775302278E-04                     
+AS G27  2009  4  1  1 50  0.000000  1    0.370192544898E-04                     
+AS G30  2009  4  1  1 50  0.000000  1    0.136165902756E-03                     
+AS G03  2009  4  1  1 50  0.000000  1    0.373277332655E-03                     
+AS G04  2009  4  1  1 50  0.000000  1   -0.341676170184E-04                     
+AS G06  2009  4  1  1 50  0.000000  1    0.595580799136E-04                     
+AS G08  2009  4  1  1 50  0.000000  1   -0.196491173156E-03                     
+AS G09  2009  4  1  1 50  0.000000  1    0.483852092491E-04                     
+AS G10  2009  4  1  1 50  0.000000  1   -0.136006310749E-04                     
+AS G14  2009  4  1  1 50  0.000000  1   -0.132603878068E-03                     
+AS G13  2009  4  1  1 50  0.000000  1    0.293222079971E-03                     
+AS G28  2009  4  1  1 50  0.000000  1   -0.238271347235E-04                     
+AS G21  2009  4  1  1 50  0.000000  1    0.215953375083E-04                     
+AS G11  2009  4  1  1 50  0.000000  1    0.279610226126E-05                     
+AS G22  2009  4  1  1 50  0.000000  1    0.202449217238E-03                     
+AS G20  2009  4  1  1 50  0.000000  1    0.865947556644E-04                     
+AS G18  2009  4  1  1 50  0.000000  1   -0.696499842459E-04                     
+AS G16  2009  4  1  1 50  0.000000  1    0.631090678239E-04                     
+AS G19  2009  4  1  1 50  0.000000  1    0.293882885712E-04                     
+AS G23  2009  4  1  1 50  0.000000  1    0.388972793418E-03                     
+AS G02  2009  4  1  1 50  0.000000  1    0.153946707782E-03                     
+AS G31  2009  4  1  1 50  0.000000  1   -0.564336551912E-04                     
+AS G17  2009  4  1  1 50  0.000000  1    0.523796724704E-04                     
+AS G12  2009  4  1  1 50  0.000000  1   -0.299693682307E-03                     
+AS G15  2009  4  1  1 50  0.000000  1   -0.275845179307E-03                     
+AS G29  2009  4  1  1 50  0.000000  1    0.470364797754E-05                     
+AS G07  2009  4  1  1 50  0.000000  1    0.209971619112E-04                     
+AS R02  2009  4  1  1 50  0.000000  1    0.207663509431E-04                     
+AS R03  2009  4  1  1 50  0.000000  1   -0.341754769071E-04                     
+AS R04  2009  4  1  1 50  0.000000  1    0.640804561413E-04                     
+AS R06  2009  4  1  1 50  0.000000  1   -0.169219224954E-03                     
+AS R07  2009  4  1  1 50  0.000000  1   -0.892810349213E-04                     
+AS R08  2009  4  1  1 50  0.000000  1   -0.102029921693E-03                     
+AS R10  2009  4  1  1 50  0.000000  1   -0.140861912068E-03                     
+AS R11  2009  4  1  1 50  0.000000  1   -0.925940722464E-04                     
+AS R13  2009  4  1  1 50  0.000000  1   -0.230602669622E-03                     
+AS R14  2009  4  1  1 50  0.000000  1   -0.797230332671E-04                     
+AS R15  2009  4  1  1 50  0.000000  1    0.920727388216E-04                     
+AS R17  2009  4  1  1 50  0.000000  1   -0.261228031955E-03                     
+AS R18  2009  4  1  1 50  0.000000  1   -0.133359954637E-05                     
+AS R19  2009  4  1  1 50  0.000000  1   -0.893845209306E-04                     
+AS R20  2009  4  1  1 50  0.000000  1   -0.650056453280E-04                     
+AS R21  2009  4  1  1 50  0.000000  1   -0.143294820081E-03                     
+AS R22  2009  4  1  1 50  0.000000  1   -0.201478167209E-03                     
+AS R23  2009  4  1  1 50  0.000000  1   -0.200497871331E-03                     
+AR ALGO 2009  4  1  1 50  0.000000  1    0.804162295951E-04                     
+AR ALIC 2009  4  1  1 50  0.000000  1   -0.117020100688E-07                     
+AR AMC2 2009  4  1  1 50  0.000000  1    0.316999316900E-09                     
+AR ANKR 2009  4  1  1 50  0.000000  1   -0.471475112756E-03                     
+AR ARTU 2009  4  1  1 50  0.000000  1   -0.669844022437E-07                     
+AR ASPA 2009  4  1  1 50  0.000000  1    0.286017187333E-08                     
+AR BHR1 2009  4  1  1 50  0.000000  1    0.563382538264E-03                     
+AR BARH 2009  4  1  1 50  0.000000  1    0.334790077806E-08                     
+AR BJFS 2009  4  1  1 50  0.000000  1   -0.671978626686E-07                     
+AR BOGT 2009  4  1  1 50  0.000000  1   -0.567083810744E-07                     
+AR BRMU 2009  4  1  1 50  0.000000  1    0.369824259695E-03                     
+AR CAGZ 2009  4  1  1 50  0.000000  1   -0.495289011974E-03                     
+AR CAS1 2009  4  1  1 50  0.000000  1    0.917439341258E-09                     
+AR CHAT 2009  4  1  1 50  0.000000  1   -0.844749418647E-07                     
+AR CHPI 2009  4  1  1 50  0.000000  1   -0.570887749526E-07                     
+AR COCO 2009  4  1  1 50  0.000000  1    0.227669443460E-03                     
+AR CONZ 2009  4  1  1 50  0.000000  1   -0.344733193955E-03                     
+AR CRAR 2009  4  1  1 50  0.000000  1   -0.182746324614E-04                     
+AR CRO1 2009  4  1  1 50  0.000000  1    0.665101192018E-03                     
+AR DAEJ 2009  4  1  1 50  0.000000  1   -0.196625210078E-03                     
+AR DARW 2009  4  1  1 50  0.000000  1   -0.171028979794E-08                     
+AR DRAO 2009  4  1  1 50  0.000000  1    0.109888584627E-03                     
+AR FAA1 2009  4  1  1 50  0.000000  1   -0.227653577919E-07                     
+AR FAIR 2009  4  1  1 50  0.000000  1   -0.619070192136E-07                     
+AR GLPS 2009  4  1  1 50  0.000000  1   -0.691984090397E-07                     
+AR GUAM 2009  4  1  1 50  0.000000  1   -0.811973895949E-07                     
+AR GUAT 2009  4  1  1 50  0.000000  1    0.104499991849E-07                     
+AR HOB2 2009  4  1  1 50  0.000000  1    0.843341828462E-07                     
+AR HOFN 2009  4  1  1 50  0.000000  1   -0.116268066747E-03                     
+AR HOLM 2009  4  1  1 50  0.000000  1   -0.593848966706E-07                     
+AR HRAO 2009  4  1  1 50  0.000000  1    0.849453376173E-03                     
+AR HYDE 2009  4  1  1 50  0.000000  1    0.233724242633E-08                     
+AR IRKJ 2009  4  1  1 50  0.000000  1    0.163746935850E-03                     
+AR ISPA 2009  4  1  1 50  0.000000  1   -0.643029480253E-07                     
+AR KARR 2009  4  1  1 50  0.000000  1   -0.695456610620E-07                     
+AR KERG 2009  4  1  1 50  0.000000  1    0.816817200717E-03                     
+AR KHAJ 2009  4  1  1 50  0.000000  1   -0.150869784353E-05                     
+AR KIR0 2009  4  1  1 50  0.000000  1    0.283949173922E-03                     
+AR KIRU 2009  4  1  1 50  0.000000  1    0.591369131085E-03                     
+AR KIT3 2009  4  1  1 50  0.000000  1    0.204873818427E-07                     
+AR KOUR 2009  4  1  1 50  0.000000  1    0.125012436377E-03                     
+AR KUNM 2009  4  1  1 50  0.000000  1   -0.234016335102E-07                     
+AR LHAZ 2009  4  1  1 50  0.000000  1   -0.395649802975E-03                     
+AR MAL2 2009  4  1  1 50  0.000000  1   -0.790367008819E-08                     
+AR MAS1 2009  4  1  1 50  0.000000  1   -0.101614363085E-03                     
+AR MAW1 2009  4  1  1 50  0.000000  1    0.243138780502E-08                     
+AR MCIL 2009  4  1  1 50  0.000000  1    0.380431267276E-07                     
+AR MCM4 2009  4  1  1 50  0.000000  1   -0.719665093993E-07                     
+AR MDO1 2009  4  1  1 50  0.000000  1   -0.409902076395E-07                     
+AR MDVJ 2009  4  1  1 50  0.000000  1    0.438552375598E-03                     
+AR MKEA 2009  4  1  1 50  0.000000  1   -0.779840336614E-07                     
+AR MOBS 2009  4  1  1 50  0.000000  1   -0.118231407748E-08                     
+AR NANO 2009  4  1  1 50  0.000000  1   -0.256247795195E-08                     
+AR NLIB 2009  4  1  1 50  0.000000  1   -0.117706241519E-06                     
+AR NNOR 2009  4  1  1 50  0.000000  1    0.365795307032E-03                     
+AR NRC1 2009  4  1  1 50  0.000000  1   -0.448990385424E-05                     
+AR NRIL 2009  4  1  1 50  0.000000  1   -0.503815830643E-07                     
+AR NRMD 2009  4  1  1 50  0.000000  1    0.347820170082E-07                     
+AR NTUS 2009  4  1  1 50  0.000000  1   -0.614086610414E-10                     
+AR NYAL 2009  4  1  1 50  0.000000  1    0.917158881804E-07                     
+AR OHI3 2009  4  1  1 50  0.000000  1    0.428078415208E-04                     
+AR ONSA 2009  4  1  1 50  0.000000  1   -0.324736170730E-04                     
+AR PDEL 2009  4  1  1 50  0.000000  1    0.441504681116E-09                     
+AR PERT 2009  4  1  1 50  0.000000  1   -0.761518852223E-07                     
+AR PETP 2009  4  1  1 50  0.000000  1   -0.569595730615E-07                     
+AR PIMO 2009  4  1  1 50  0.000000  1   -0.876255572276E-07                     
+AR QAQ1 2009  4  1  1 50  0.000000  1   -0.582373602025E-07                     
+AR QUIN 2009  4  1  1 50  0.000000  1   -0.636434922602E-07                     
+AR RABT 2009  4  1  1 50  0.000000  1   -0.417650194443E-07                     
+AR RAMO 2009  4  1  1 50  0.000000  1   -0.347521016322E-07                     
+AR RCMN 2009  4  1  1 50  0.000000  1    0.638108246125E-08                     
+AR REDU 2009  4  1  1 50  0.000000  1   -0.408860168113E-07                     
+AR REUN 2009  4  1  1 50  0.000000  1    0.295976871237E-07                     
+AR REYK 2009  4  1  1 50  0.000000  1    0.478626312778E-03                     
+AR SCH2 2009  4  1  1 50  0.000000  1    0.187089159025E-03                     
+AR SCUB 2009  4  1  1 50  0.000000  1   -0.672474648031E-07                     
+AR STJO 2009  4  1  1 50  0.000000  1   -0.700604303150E-05                     
+AR SYDN 2009  4  1  1 50  0.000000  1    0.140972221716E-05                     
+AR SYOG 2009  4  1  1 50  0.000000  1    0.140048676922E-04                     
+AR THU2 2009  4  1  1 50  0.000000  1   -0.285499512600E-03                     
+AR TOW2 2009  4  1  1 50  0.000000  1    0.158890134939E-08                     
+AR URUM 2009  4  1  1 50  0.000000  1   -0.138031308876E-03                     
+AR VESL 2009  4  1  1 50  0.000000  1   -0.314402891532E-04                     
+AR VILL 2009  4  1  1 50  0.000000  1   -0.502684070923E-07                     
+AR WTZR 2009  4  1  1 50  0.000000  1    0.433670749386E-07                     
+AR WUHN 2009  4  1  1 50  0.000000  1   -0.761272775121E-07                     
+AR YSSK 2009  4  1  1 50  0.000000  1   -0.615931019435E-07                     
+AR ZIM2 2009  4  1  1 50  0.000000  1    0.251002542603E-07                     
+AR XMIS 2009  4  1  1 50  0.000000  1   -0.334197463232E-08                     
+AR GODZ 2009  4  1  1 50  0.000000  1   -0.469125685378E-03                     
+AR MTKA 2009  4  1  1 50  0.000000  1   -0.764078923225E-07                     
+AR PARK 2009  4  1  1 50  0.000000  1    0.800405923213E-06                     
+AR UNBJ 2009  4  1  1 50  0.000000  1   -0.174538283209E-04                     
+AR NOVM 2009  4  1  1 50  0.000000  1    0.798327590537E-04                     
+AR SUNM 2009  4  1  1 50  0.000000  1    0.435449255169E-03                     
+AR CEBR 2009  4  1  1 50  0.000000  1    0.719430167960E-03                     
+AR CPXF 2009  4  1  1 50  0.000000  1   -0.238311951212E-08                     
+AR IDDR 2009  4  1  1 50  0.000000  1    0.179879018795E-07                     
+AR AZGB 2009  4  1  1 50  0.000000  1    0.272577773340E-03                     
+AR TN22 2009  4  1  1 50  0.000000  1   -0.185652173105E-03                     
+AR ETAD 2009  4  1  1 50  0.000000  1    0.302419340958E-07                     
+AR ILHA 2009  4  1  1 50  0.000000  1   -0.281817475953E-08                     
+AR POVE 2009  4  1  1 50  0.000000  1   -0.126416041606E-07                     
+AR RECF 2009  4  1  1 50  0.000000  1    0.163878207079E-07                     
+AR SALU 2009  4  1  1 50  0.000000  1    0.248408821140E-07                     
+AR SAVO 2009  4  1  1 50  0.000000  1    0.172654507207E-07                     
+AR UFPR 2009  4  1  1 50  0.000000  1    0.194626881235E-07                     
+AR YELL 2009  4  1  1 50  0.000000  1    0.234730000000E-06                     
+AS G32  2009  4  1  1 55  0.000000  1    0.280350268276E-03                     
+AS G24  2009  4  1  1 55  0.000000  1    0.177722346651E-03                     
+AS G25  2009  4  1  1 55  0.000000  1    0.333735741042E-03                     
+AS G26  2009  4  1  1 55  0.000000  1    0.543781778229E-04                     
+AS G27  2009  4  1  1 55  0.000000  1    0.370203905652E-04                     
+AS G30  2009  4  1  1 55  0.000000  1    0.136166961066E-03                     
+AS G03  2009  4  1  1 55  0.000000  1    0.373278541248E-03                     
+AS G04  2009  4  1  1 55  0.000000  1   -0.341719636446E-04                     
+AS G06  2009  4  1  1 55  0.000000  1    0.595633495719E-04                     
+AS G08  2009  4  1  1 55  0.000000  1   -0.196491251751E-03                     
+AS G09  2009  4  1  1 55  0.000000  1    0.483856390568E-04                     
+AS G10  2009  4  1  1 55  0.000000  1   -0.136010862582E-04                     
+AS G14  2009  4  1  1 55  0.000000  1   -0.132602014203E-03                     
+AS G13  2009  4  1  1 55  0.000000  1    0.293222497255E-03                     
+AS G28  2009  4  1  1 55  0.000000  1   -0.238271313203E-04                     
+AS G21  2009  4  1  1 55  0.000000  1    0.215947743325E-04                     
+AS G11  2009  4  1  1 55  0.000000  1    0.279562079079E-05                     
+AS G22  2009  4  1  1 55  0.000000  1    0.202448872398E-03                     
+AS G20  2009  4  1  1 55  0.000000  1    0.865946476589E-04                     
+AS G18  2009  4  1  1 55  0.000000  1   -0.696490844781E-04                     
+AS G16  2009  4  1  1 55  0.000000  1    0.631083092066E-04                     
+AS G19  2009  4  1  1 55  0.000000  1    0.293881181390E-04                     
+AS G23  2009  4  1  1 55  0.000000  1    0.388972935560E-03                     
+AS G02  2009  4  1  1 55  0.000000  1    0.153946324002E-03                     
+AS G31  2009  4  1  1 55  0.000000  1   -0.564339240454E-04                     
+AS G17  2009  4  1  1 55  0.000000  1    0.523803847046E-04                     
+AS G12  2009  4  1  1 55  0.000000  1   -0.299692370215E-03                     
+AS G15  2009  4  1  1 55  0.000000  1   -0.275846667429E-03                     
+AS G29  2009  4  1  1 55  0.000000  1    0.470476705058E-05                     
+AS G07  2009  4  1  1 55  0.000000  1    0.209969409325E-04                     
+AS R02  2009  4  1  1 55  0.000000  1    0.207654656970E-04                     
+AS R03  2009  4  1  1 55  0.000000  1   -0.341768186498E-04                     
+AS R04  2009  4  1  1 55  0.000000  1    0.640775352681E-04                     
+AS R06  2009  4  1  1 55  0.000000  1   -0.169219004885E-03                     
+AS R07  2009  4  1  1 55  0.000000  1   -0.892797002887E-04                     
+AS R08  2009  4  1  1 55  0.000000  1   -0.102029566714E-03                     
+AS R10  2009  4  1  1 55  0.000000  1   -0.140861582880E-03                     
+AS R11  2009  4  1  1 55  0.000000  1   -0.925944508956E-04                     
+AS R13  2009  4  1  1 55  0.000000  1   -0.230603118207E-03                     
+AS R14  2009  4  1  1 55  0.000000  1   -0.797222273268E-04                     
+AS R15  2009  4  1  1 55  0.000000  1    0.920737990019E-04                     
+AS R17  2009  4  1  1 55  0.000000  1   -0.261228206920E-03                     
+AS R18  2009  4  1  1 55  0.000000  1   -0.133407832086E-05                     
+AS R19  2009  4  1  1 55  0.000000  1   -0.893848901819E-04                     
+AS R20  2009  4  1  1 55  0.000000  1   -0.650057579473E-04                     
+AS R21  2009  4  1  1 55  0.000000  1   -0.143295192955E-03                     
+AS R22  2009  4  1  1 55  0.000000  1   -0.201478896615E-03                     
+AS R23  2009  4  1  1 55  0.000000  1   -0.200496195933E-03                     
+AR ALGO 2009  4  1  1 55  0.000000  1    0.804196340254E-04                     
+AR ALIC 2009  4  1  1 55  0.000000  1   -0.332918517706E-08                     
+AR AMC2 2009  4  1  1 55  0.000000  1    0.326833659044E-09                     
+AR ANKR 2009  4  1  1 55  0.000000  1   -0.395678394223E-03                     
+AR ARTU 2009  4  1  1 55  0.000000  1   -0.725759344380E-07                     
+AR ASPA 2009  4  1  1 55  0.000000  1    0.786937721690E-08                     
+AR BHR1 2009  4  1  1 55  0.000000  1    0.563382402881E-03                     
+AR BARH 2009  4  1  1 55  0.000000  1    0.271998484338E-08                     
+AR BJFS 2009  4  1  1 55  0.000000  1   -0.680706136027E-07                     
+AR BOGT 2009  4  1  1 55  0.000000  1   -0.551901508828E-07                     
+AR BRMU 2009  4  1  1 55  0.000000  1   -0.134724977943E-03                     
+AR CAGZ 2009  4  1  1 55  0.000000  1   -0.271584488898E-03                     
+AR CAS1 2009  4  1  1 55  0.000000  1    0.230407289966E-08                     
+AR CHAT 2009  4  1  1 55  0.000000  1   -0.825473099399E-07                     
+AR CHPI 2009  4  1  1 55  0.000000  1   -0.571744704896E-07                     
+AR COCO 2009  4  1  1 55  0.000000  1    0.227669539431E-03                     
+AR CONZ 2009  4  1  1 55  0.000000  1   -0.478886239997E-03                     
+AR CRAR 2009  4  1  1 55  0.000000  1   -0.434386570750E-04                     
+AR CRO1 2009  4  1  1 55  0.000000  1    0.665101198443E-03                     
+AR DAEJ 2009  4  1  1 55  0.000000  1   -0.196625380661E-03                     
+AR DARW 2009  4  1  1 55  0.000000  1   -0.431990374945E-08                     
+AR DRAO 2009  4  1  1 55  0.000000  1    0.109925067468E-03                     
+AR FAA1 2009  4  1  1 55  0.000000  1   -0.266731834600E-07                     
+AR FAIR 2009  4  1  1 55  0.000000  1   -0.563366783318E-07                     
+AR GLPS 2009  4  1  1 55  0.000000  1   -0.683759104620E-07                     
+AR GUAM 2009  4  1  1 55  0.000000  1   -0.816103973740E-07                     
+AR GUAT 2009  4  1  1 55  0.000000  1    0.940069214178E-08                     
+AR HOB2 2009  4  1  1 55  0.000000  1    0.843660371234E-07                     
+AR HOFN 2009  4  1  1 55  0.000000  1   -0.380377493611E-04                     
+AR HOLM 2009  4  1  1 55  0.000000  1   -0.627075484525E-07                     
+AR HRAO 2009  4  1  1 55  0.000000  1    0.849453455204E-03                     
+AR HYDE 2009  4  1  1 55  0.000000  1    0.680641144764E-09                     
+AR IRKJ 2009  4  1  1 55  0.000000  1    0.163746942882E-03                     
+AR ISPA 2009  4  1  1 55  0.000000  1   -0.640096881681E-07                     
+AR KARR 2009  4  1  1 55  0.000000  1   -0.688776496776E-07                     
+AR KERG 2009  4  1  1 55  0.000000  1    0.816824755911E-03                     
+AR KHAJ 2009  4  1  1 55  0.000000  1   -0.150867963916E-05                     
+AR KIR0 2009  4  1  1 55  0.000000  1    0.283942184838E-03                     
+AR KIRU 2009  4  1  1 55  0.000000  1    0.591366520473E-03                     
+AR KIT3 2009  4  1  1 55  0.000000  1    0.137606155569E-07                     
+AR KOUR 2009  4  1  1 55  0.000000  1    0.125012440832E-03                     
+AR KUNM 2009  4  1  1 55  0.000000  1   -0.750631701459E-08                     
+AR LHAZ 2009  4  1  1 55  0.000000  1   -0.406516683711E-03                     
+AR MAL2 2009  4  1  1 55  0.000000  1   -0.975589029604E-08                     
+AR MAS1 2009  4  1  1 55  0.000000  1   -0.101614633891E-03                     
+AR MAW1 2009  4  1  1 55  0.000000  1    0.252967721245E-08                     
+AR MCIL 2009  4  1  1 55  0.000000  1    0.369345762250E-07                     
+AR MCM4 2009  4  1  1 55  0.000000  1   -0.657394682319E-07                     
+AR MDO1 2009  4  1  1 55  0.000000  1   -0.402518374020E-07                     
+AR MDVJ 2009  4  1  1 55  0.000000  1    0.438552373364E-03                     
+AR MKEA 2009  4  1  1 55  0.000000  1   -0.792038813255E-07                     
+AR MOBS 2009  4  1  1 55  0.000000  1   -0.297767259881E-08                     
+AR NANO 2009  4  1  1 55  0.000000  1   -0.147171395303E-08                     
+AR NLIB 2009  4  1  1 55  0.000000  1   -0.117697934569E-06                     
+AR NNOR 2009  4  1  1 55  0.000000  1    0.365794953954E-03                     
+AR NRC1 2009  4  1  1 55  0.000000  1   -0.448987795477E-05                     
+AR NRIL 2009  4  1  1 55  0.000000  1   -0.535400528239E-07                     
+AR NRMD 2009  4  1  1 55  0.000000  1    0.349370275251E-07                     
+AR NTUS 2009  4  1  1 55  0.000000  1    0.435262405749E-09                     
+AR NYAL 2009  4  1  1 55  0.000000  1    0.917357488998E-07                     
+AR OHI3 2009  4  1  1 55  0.000000  1    0.131819107174E-03                     
+AR ONSA 2009  4  1  1 55  0.000000  1   -0.324736636807E-04                     
+AR PDEL 2009  4  1  1 55  0.000000  1    0.590642862336E-09                     
+AR PERT 2009  4  1  1 55  0.000000  1   -0.797734339423E-07                     
+AR PETP 2009  4  1  1 55  0.000000  1   -0.588206286526E-07                     
+AR PIMO 2009  4  1  1 55  0.000000  1   -0.869404477394E-07                     
+AR QAQ1 2009  4  1  1 55  0.000000  1   -0.591696834814E-07                     
+AR QUIN 2009  4  1  1 55  0.000000  1   -0.642016888719E-07                     
+AR RABT 2009  4  1  1 55  0.000000  1   -0.410141557132E-07                     
+AR RAMO 2009  4  1  1 55  0.000000  1    0.428084833008E-08                     
+AR RCMN 2009  4  1  1 55  0.000000  1    0.728073257994E-08                     
+AR REDU 2009  4  1  1 55  0.000000  1   -0.519550170159E-07                     
+AR REYK 2009  4  1  1 55  0.000000  1    0.498765711817E-03                     
+AR SCH2 2009  4  1  1 55  0.000000  1    0.187104593465E-03                     
+AR SCUB 2009  4  1  1 55  0.000000  1   -0.680118808239E-07                     
+AR STJO 2009  4  1  1 55  0.000000  1   -0.700633695070E-05                     
+AR SYDN 2009  4  1  1 55  0.000000  1    0.140964900838E-05                     
+AR SYOG 2009  4  1  1 55  0.000000  1    0.140051854159E-04                     
+AR THU2 2009  4  1  1 55  0.000000  1   -0.287501605117E-03                     
+AR TOW2 2009  4  1  1 55  0.000000  1    0.184307573756E-08                     
+AR URUM 2009  4  1  1 55  0.000000  1   -0.207181039648E-03                     
+AR VESL 2009  4  1  1 55  0.000000  1    0.605230768329E-05                     
+AR VILL 2009  4  1  1 55  0.000000  1   -0.510010560458E-07                     
+AR WTZR 2009  4  1  1 55  0.000000  1    0.433915950333E-07                     
+AR WUHN 2009  4  1  1 55  0.000000  1   -0.758739579824E-07                     
+AR YSSK 2009  4  1  1 55  0.000000  1   -0.690326965313E-07                     
+AR ZIM2 2009  4  1  1 55  0.000000  1    0.252955707352E-07                     
+AR XMIS 2009  4  1  1 55  0.000000  1   -0.667998944443E-08                     
+AR GODZ 2009  4  1  1 55  0.000000  1   -0.469125615213E-03                     
+AR MTKA 2009  4  1  1 55  0.000000  1   -0.822664945315E-07                     
+AR PARK 2009  4  1  1 55  0.000000  1    0.801082393852E-06                     
+AR UNBJ 2009  4  1  1 55  0.000000  1   -0.892909848174E-04                     
+AR NOVM 2009  4  1  1 55  0.000000  1    0.798327506969E-04                     
+AR SUNM 2009  4  1  1 55  0.000000  1    0.278634646611E-03                     
+AR CEBR 2009  4  1  1 55  0.000000  1    0.719430152230E-03                     
+AR CPXF 2009  4  1  1 55  0.000000  1   -0.119682954788E-08                     
+AR IDDR 2009  4  1  1 55  0.000000  1    0.160649395866E-07                     
+AR AZGB 2009  4  1  1 55  0.000000  1    0.133322559822E-03                     
+AR TN22 2009  4  1  1 55  0.000000  1   -0.262605954291E-03                     
+AR ETAD 2009  4  1  1 55  0.000000  1    0.299548863529E-07                     
+AR ILHA 2009  4  1  1 55  0.000000  1   -0.167178337357E-08                     
+AR POVE 2009  4  1  1 55  0.000000  1   -0.117206466866E-07                     
+AR RECF 2009  4  1  1 55  0.000000  1    0.162724284237E-07                     
+AR SALU 2009  4  1  1 55  0.000000  1    0.217971157808E-07                     
+AR SAVO 2009  4  1  1 55  0.000000  1    0.192121609235E-07                     
+AR UFPR 2009  4  1  1 55  0.000000  1    0.226865095721E-07                     
+AR YELL 2009  4  1  1 55  0.000000  1    0.234800000000E-06                     
+AS G32  2009  4  1  2  0  0.000000  1    0.280348834902E-03                     
+AS G24  2009  4  1  2  0  0.000000  1    0.177723042389E-03                     
+AS G25  2009  4  1  2  0  0.000000  1    0.333742264049E-03                     
+AS G26  2009  4  1  2  0  0.000000  1    0.543786750769E-04                     
+AS G27  2009  4  1  2  0  0.000000  1    0.370217135415E-04                     
+AS G30  2009  4  1  2  0  0.000000  1    0.136168296713E-03                     
+AS G03  2009  4  1  2  0  0.000000  1    0.373279569164E-03                     
+AS G04  2009  4  1  2  0  0.000000  1   -0.341764248507E-04                     
+AS G06  2009  4  1  2  0  0.000000  1    0.595685844852E-04                     
+AS G08  2009  4  1  2  0  0.000000  1   -0.196492180761E-03                     
+AS G09  2009  4  1  2  0  0.000000  1    0.483867481288E-04                     
+AS G10  2009  4  1  2  0  0.000000  1   -0.136016833103E-04                     
+AS G14  2009  4  1  2  0  0.000000  1   -0.132600323245E-03                     
+AS G13  2009  4  1  2  0  0.000000  1    0.293222715367E-03                     
+AS G28  2009  4  1  2  0  0.000000  1   -0.238274470832E-04                     
+AS G21  2009  4  1  2  0  0.000000  1    0.215938733365E-04                     
+AS G11  2009  4  1  2  0  0.000000  1    0.279559025927E-05                     
+AS G22  2009  4  1  2  0  0.000000  1    0.202448537381E-03                     
+AS G20  2009  4  1  2  0  0.000000  1    0.865943558538E-04                     
+AS G18  2009  4  1  2  0  0.000000  1   -0.696479878818E-04                     
+AS G16  2009  4  1  2  0  0.000000  1    0.631074474714E-04                     
+AS G19  2009  4  1  2  0  0.000000  1    0.293877691566E-04                     
+AS G23  2009  4  1  2  0  0.000000  1    0.388972942424E-03                     
+AS G02  2009  4  1  2  0  0.000000  1    0.153946208910E-03                     
+AS G31  2009  4  1  2  0  0.000000  1   -0.564340298570E-04                     
+AS G17  2009  4  1  2  0  0.000000  1    0.523806897313E-04                     
+AS G12  2009  4  1  2  0  0.000000  1   -0.299691082802E-03                     
+AS G15  2009  4  1  2  0  0.000000  1   -0.275848073388E-03                     
+AS G29  2009  4  1  2  0  0.000000  1    0.470613962727E-05                     
+AS G07  2009  4  1  2  0  0.000000  1    0.209966930492E-04                     
+AS R02  2009  4  1  2  0  0.000000  1    0.207645120475E-04                     
+AS R03  2009  4  1  2  0  0.000000  1   -0.341773829447E-04                     
+AS R04  2009  4  1  2  0  0.000000  1    0.640748986079E-04                     
+AS R06  2009  4  1  2  0  0.000000  1   -0.169218503558E-03                     
+AS R07  2009  4  1  2  0  0.000000  1   -0.892800386340E-04                     
+AS R08  2009  4  1  2  0  0.000000  1   -0.102029223435E-03                     
+AS R10  2009  4  1  2  0  0.000000  1   -0.140861724786E-03                     
+AS R11  2009  4  1  2  0  0.000000  1   -0.925947674692E-04                     
+AS R13  2009  4  1  2  0  0.000000  1   -0.230603523162E-03                     
+AS R14  2009  4  1  2  0  0.000000  1   -0.797219424715E-04                     
+AS R15  2009  4  1  2  0  0.000000  1    0.920744260564E-04                     
+AS R17  2009  4  1  2  0  0.000000  1   -0.261228220114E-03                     
+AS R18  2009  4  1  2  0  0.000000  1   -0.133432497570E-05                     
+AS R19  2009  4  1  2  0  0.000000  1   -0.893850459344E-04                     
+AS R20  2009  4  1  2  0  0.000000  1   -0.650059050944E-04                     
+AS R21  2009  4  1  2  0  0.000000  1   -0.143295429384E-03                     
+AS R22  2009  4  1  2  0  0.000000  1   -0.201479695023E-03                     
+AS R23  2009  4  1  2  0  0.000000  1   -0.200494711137E-03                     
+AR ALIC 2009  4  1  2  0  0.000000  1   -0.951631984667E-10                     
+AR AMC2 2009  4  1  2  0  0.000000  1    0.326043289051E-09                     
+AR ANKR 2009  4  1  2  0  0.000000  1   -0.319951381514E-03                     
+AR ARTU 2009  4  1  2  0  0.000000  1   -0.728227389573E-07                     
+AR ASPA 2009  4  1  2  0  0.000000  1    0.767775558739E-08                     
+AR BHR1 2009  4  1  2  0  0.000000  1    0.563382364418E-03                     
+AR BARH 2009  4  1  2  0  0.000000  1    0.263827869855E-08                     
+AR BJFS 2009  4  1  2  0  0.000000  1   -0.699689043078E-07                     
+AR BOGT 2009  4  1  2  0  0.000000  1   -0.545902651953E-07                     
+AR BRMU 2009  4  1  2  0  0.000000  1    0.359832106560E-03                     
+AR CAGZ 2009  4  1  2  0  0.000000  1   -0.479479726679E-04                     
+AR CAS1 2009  4  1  2  0  0.000000  1    0.266255975020E-08                     
+AR CHAT 2009  4  1  2  0  0.000000  1   -0.822445049759E-07                     
+AR CHPI 2009  4  1  2  0  0.000000  1   -0.575457271213E-07                     
+AR COCO 2009  4  1  2  0  0.000000  1    0.227669448326E-03                     
+AR CONZ 2009  4  1  2  0  0.000000  1    0.387037650250E-03                     
+AR CRAR 2009  4  1  2  0  0.000000  1   -0.686022306285E-04                     
+AR CRO1 2009  4  1  2  0  0.000000  1    0.665101261391E-03                     
+AR DAEJ 2009  4  1  2  0  0.000000  1   -0.196623287588E-03                     
+AR DARW 2009  4  1  2  0  0.000000  1   -0.757472067990E-08                     
+AR DRAO 2009  4  1  2  0  0.000000  1    0.109961718572E-03                     
+AR FAA1 2009  4  1  2  0  0.000000  1   -0.255708735431E-07                     
+AR FAIR 2009  4  1  2  0  0.000000  1   -0.566441332499E-07                     
+AR GLPS 2009  4  1  2  0  0.000000  1   -0.689982268505E-07                     
+AR GUAM 2009  4  1  2  0  0.000000  1   -0.822520425282E-07                     
+AR GUAT 2009  4  1  2  0  0.000000  1    0.120790115877E-07                     
+AR HOB2 2009  4  1  2  0  0.000000  1    0.843774387975E-07                     
+AR HOFN 2009  4  1  2  0  0.000000  1    0.402352016408E-04                     
+AR HOLM 2009  4  1  2  0  0.000000  1   -0.548285337570E-07                     
+AR HRAO 2009  4  1  2  0  0.000000  1    0.849453522920E-03                     
+AR HYDE 2009  4  1  2  0  0.000000  1    0.418519412901E-08                     
+AR IRKJ 2009  4  1  2  0  0.000000  1    0.163746929500E-03                     
+AR ISPA 2009  4  1  2  0  0.000000  1   -0.638598994227E-07                     
+AR KARR 2009  4  1  2  0  0.000000  1   -0.699153068633E-07                     
+AR KERG 2009  4  1  2  0  0.000000  1    0.816831497852E-03                     
+AR KHAJ 2009  4  1  2  0  0.000000  1   -0.150868108239E-05                     
+AR KIR0 2009  4  1  2  0  0.000000  1    0.283935307840E-03                     
+AR KIRU 2009  4  1  2  0  0.000000  1    0.591363183006E-03                     
+AR KIT3 2009  4  1  2  0  0.000000  1    0.999356249533E-08                     
+AR KOUR 2009  4  1  2  0  0.000000  1    0.125012457927E-03                     
+AR KUNM 2009  4  1  2  0  0.000000  1   -0.105055259368E-07                     
+AR LHAZ 2009  4  1  2  0  0.000000  1   -0.417395606369E-03                     
+AR MAL2 2009  4  1  2  0  0.000000  1   -0.794754790870E-08                     
+AR MAS1 2009  4  1  2  0  0.000000  1   -0.101614833506E-03                     
+AR MAW1 2009  4  1  2  0  0.000000  1    0.102375626572E-08                     
+AR MCIL 2009  4  1  2  0  0.000000  1    0.345517755307E-07                     
+AR MCM4 2009  4  1  2  0  0.000000  1   -0.687527012579E-07                     
+AR MDO1 2009  4  1  2  0  0.000000  1   -0.398762855075E-07                     
+AR MDVJ 2009  4  1  2  0  0.000000  1    0.438552369387E-03                     
+AR MKEA 2009  4  1  2  0  0.000000  1   -0.792408746230E-07                     
+AR MOBS 2009  4  1  2  0  0.000000  1   -0.354741524947E-08                     
+AR NANO 2009  4  1  2  0  0.000000  1   -0.276286903603E-08                     
+AR NLIB 2009  4  1  2  0  0.000000  1   -0.117979683531E-06                     
+AR NNOR 2009  4  1  2  0  0.000000  1    0.365795053146E-03                     
+AR NRC1 2009  4  1  2  0  0.000000  1   -0.448985498239E-05                     
+AR NRIL 2009  4  1  2  0  0.000000  1   -0.539615125621E-07                     
+AR NRMD 2009  4  1  2  0  0.000000  1    0.359243701360E-07                     
+AR NTUS 2009  4  1  2  0  0.000000  1    0.392757995191E-09                     
+AR NYAL 2009  4  1  2  0  0.000000  1    0.917438468413E-07                     
+AR OHI3 2009  4  1  2  0  0.000000  1    0.220926344918E-03                     
+AR ONSA 2009  4  1  2  0  0.000000  1   -0.324737082016E-04                     
+AR PDEL 2009  4  1  2  0  0.000000  1    0.114381191451E-09                     
+AR PERT 2009  4  1  2  0  0.000000  1   -0.811135988630E-07                     
+AR PETP 2009  4  1  2  0  0.000000  1   -0.642217622493E-07                     
+AR PIMO 2009  4  1  2  0  0.000000  1   -0.876995130254E-07                     
+AR QAQ1 2009  4  1  2  0  0.000000  1   -0.612205038541E-07                     
+AR QUIN 2009  4  1  2  0  0.000000  1   -0.648429723336E-07                     
+AR RABT 2009  4  1  2  0  0.000000  1   -0.409099668843E-07                     
+AR RAMO 2009  4  1  2  0  0.000000  1    0.652290899802E-07                     
+AR RCMN 2009  4  1  2  0  0.000000  1    0.922488806820E-08                     
+AR REDU 2009  4  1  2  0  0.000000  1   -0.528882092803E-07                     
+AR REUN 2009  4  1  2  0  0.000000  1    0.279358969061E-07                     
+AR REYK 2009  4  1  2  0  0.000000  1   -0.481646008068E-03                     
+AR SCH2 2009  4  1  2  0  0.000000  1    0.187120163092E-03                     
+AR SCUB 2009  4  1  2  0  0.000000  1   -0.651590671004E-07                     
+AR STJO 2009  4  1  2  0  0.000000  1   -0.700664257172E-05                     
+AR SYDN 2009  4  1  2  0  0.000000  1    0.140967614063E-05                     
+AR SYOG 2009  4  1  2  0  0.000000  1    0.140050320216E-04                     
+AR THU2 2009  4  1  2  0  0.000000  1   -0.289503684946E-03                     
+AR TOW2 2009  4  1  2  0  0.000000  1    0.117727682649E-08                     
+AR URUM 2009  4  1  2  0  0.000000  1   -0.276337906172E-03                     
+AR VESL 2009  4  1  2  0  0.000000  1    0.435634307636E-04                     
+AR VILL 2009  4  1  2  0  0.000000  1   -0.516514595913E-07                     
+AR WTZR 2009  4  1  2  0  0.000000  1    0.434125073015E-07                     
+AR WUHN 2009  4  1  2  0  0.000000  1   -0.768349676681E-07                     
+AR YSSK 2009  4  1  2  0  0.000000  1   -0.695965440914E-07                     
+AR ZIM2 2009  4  1  2  0  0.000000  1    0.229266262608E-07                     
+AR XMIS 2009  4  1  2  0  0.000000  1   -0.502366572604E-08                     
+AR GODZ 2009  4  1  2  0  0.000000  1   -0.469125563314E-03                     
+AR MTKA 2009  4  1  2  0  0.000000  1   -0.738903999988E-07                     
+AR PARK 2009  4  1  2  0  0.000000  1    0.801495627022E-06                     
+AR UNBJ 2009  4  1  2  0  0.000000  1   -0.161045774874E-03                     
+AR NOVM 2009  4  1  2  0  0.000000  1    0.798327428381E-04                     
+AR SUNM 2009  4  1  2  0  0.000000  1    0.122150479565E-03                     
+AR CEBR 2009  4  1  2  0  0.000000  1    0.719430137175E-03                     
+AR CPXF 2009  4  1  2  0  0.000000  1   -0.495327605471E-09                     
+AR IDDR 2009  4  1  2  0  0.000000  1    0.177541016558E-07                     
+AR AZGB 2009  4  1  2  0  0.000000  1   -0.591098549679E-05                     
+AR TN22 2009  4  1  2  0  0.000000  1   -0.339942766402E-03                     
+AR ETAD 2009  4  1  2  0  0.000000  1    0.303906414643E-07                     
+AR ILHA 2009  4  1  2  0  0.000000  1   -0.181748215774E-08                     
+AR POVE 2009  4  1  2  0  0.000000  1   -0.143340029364E-07                     
+AR RECF 2009  4  1  2  0  0.000000  1    0.165849378005E-07                     
+AR SALU 2009  4  1  2  0  0.000000  1    0.203003212337E-07                     
+AR SAVO 2009  4  1  2  0  0.000000  1    0.170265237692E-07                     
+AR UFPR 2009  4  1  2  0  0.000000  1    0.213640170585E-07                     
+AR YELL 2009  4  1  2  0  0.000000  1    0.234870000000E-06                     
+AS G32  2009  4  1  2  5  0.000000  1    0.280347538615E-03                     
+AS G24  2009  4  1  2  5  0.000000  1    0.177723790266E-03                     
+AS G25  2009  4  1  2  5  0.000000  1    0.333748790244E-03                     
+AS G26  2009  4  1  2  5  0.000000  1    0.543793931627E-04                     
+AS G27  2009  4  1  2  5  0.000000  1    0.370227178579E-04                     
+AS G30  2009  4  1  2  5  0.000000  1    0.136168361965E-03                     
+AS G03  2009  4  1  2  5  0.000000  1    0.373280692694E-03                     
+AS G04  2009  4  1  2  5  0.000000  1   -0.341807832316E-04                     
+AS G06  2009  4  1  2  5  0.000000  1    0.595738749822E-04                     
+AS G08  2009  4  1  2  5  0.000000  1   -0.196491717919E-03                     
+AS G09  2009  4  1  2  5  0.000000  1    0.483874298633E-04                     
+AS G10  2009  4  1  2  5  0.000000  1   -0.136025682260E-04                     
+AS G14  2009  4  1  2  5  0.000000  1   -0.132598747025E-03                     
+AS G13  2009  4  1  2  5  0.000000  1    0.293223077938E-03                     
+AS G28  2009  4  1  2  5  0.000000  1   -0.238272192494E-04                     
+AS G21  2009  4  1  2  5  0.000000  1    0.215935056320E-04                     
+AS G11  2009  4  1  2  5  0.000000  1    0.279518150343E-05                     
+AS G22  2009  4  1  2  5  0.000000  1    0.202448282751E-03                     
+AS G20  2009  4  1  2  5  0.000000  1    0.865936397026E-04                     
+AS G18  2009  4  1  2  5  0.000000  1   -0.696471427151E-04                     
+AS G16  2009  4  1  2  5  0.000000  1    0.631065790957E-04                     
+AS G19  2009  4  1  2  5  0.000000  1    0.293874200394E-04                     
+AS G23  2009  4  1  2  5  0.000000  1    0.388973221304E-03                     
+AS G02  2009  4  1  2  5  0.000000  1    0.153946144964E-03                     
+AS G31  2009  4  1  2  5  0.000000  1   -0.564343356105E-04                     
+AS G17  2009  4  1  2  5  0.000000  1    0.523812196598E-04                     
+AS G12  2009  4  1  2  5  0.000000  1   -0.299689737537E-03                     
+AS G15  2009  4  1  2  5  0.000000  1   -0.275849417348E-03                     
+AS G29  2009  4  1  2  5  0.000000  1    0.470719646186E-05                     
+AS G07  2009  4  1  2  5  0.000000  1    0.209965204112E-04                     
+AS R02  2009  4  1  2  5  0.000000  1    0.207636518524E-04                     
+AS R03  2009  4  1  2  5  0.000000  1   -0.341776002538E-04                     
+AS R04  2009  4  1  2  5  0.000000  1    0.640719223892E-04                     
+AS R06  2009  4  1  2  5  0.000000  1   -0.169219022542E-03                     
+AS R07  2009  4  1  2  5  0.000000  1   -0.892787453167E-04                     
+AS R08  2009  4  1  2  5  0.000000  1   -0.102029283194E-03                     
+AS R10  2009  4  1  2  5  0.000000  1   -0.140861685204E-03                     
+AS R11  2009  4  1  2  5  0.000000  1   -0.925948351012E-04                     
+AS R13  2009  4  1  2  5  0.000000  1   -0.230603978601E-03                     
+AS R14  2009  4  1  2  5  0.000000  1   -0.797209115182E-04                     
+AS R15  2009  4  1  2  5  0.000000  1    0.920760041843E-04                     
+AS R17  2009  4  1  2  5  0.000000  1   -0.261228621043E-03                     
+AS R18  2009  4  1  2  5  0.000000  1   -0.133435383554E-05                     
+AS R19  2009  4  1  2  5  0.000000  1   -0.893853714325E-04                     
+AS R20  2009  4  1  2  5  0.000000  1   -0.650058186706E-04                     
+AS R21  2009  4  1  2  5  0.000000  1   -0.143296034883E-03                     
+AS R22  2009  4  1  2  5  0.000000  1   -0.201480592104E-03                     
+AS R23  2009  4  1  2  5  0.000000  1   -0.200493487361E-03                     
+AR ALGO 2009  4  1  2  5  0.000000  1    0.804277123057E-04                     
+AR ALIC 2009  4  1  2  5  0.000000  1   -0.239304602536E-08                     
+AR AMC2 2009  4  1  2  5  0.000000  1    0.331505377977E-09                     
+AR ANKR 2009  4  1  2  5  0.000000  1   -0.244269842803E-03                     
+AR ARTU 2009  4  1  2  5  0.000000  1   -0.732198239228E-07                     
+AR ASPA 2009  4  1  2  5  0.000000  1    0.798722419435E-08                     
+AR BHR1 2009  4  1  2  5  0.000000  1    0.563382446539E-03                     
+AR BARH 2009  4  1  2  5  0.000000  1    0.193606411509E-08                     
+AR BJFS 2009  4  1  2  5  0.000000  1   -0.725612402496E-07                     
+AR BOGT 2009  4  1  2  5  0.000000  1   -0.541477678594E-07                     
+AR BRMU 2009  4  1  2  5  0.000000  1   -0.146080415778E-03                     
+AR CAGZ 2009  4  1  2  5  0.000000  1    0.175643306596E-03                     
+AR CAS1 2009  4  1  2  5  0.000000  1    0.332195983712E-08                     
+AR CHAT 2009  4  1  2  5  0.000000  1   -0.882930510165E-07                     
+AR CHPI 2009  4  1  2  5  0.000000  1   -0.481536828783E-07                     
+AR COCO 2009  4  1  2  5  0.000000  1    0.227669334256E-03                     
+AR CONZ 2009  4  1  2  5  0.000000  1    0.253876682393E-03                     
+AR CRAR 2009  4  1  2  5  0.000000  1   -0.937557113707E-04                     
+AR CRO1 2009  4  1  2  5  0.000000  1    0.665101283633E-03                     
+AR DAEJ 2009  4  1  2  5  0.000000  1   -0.196622766103E-03                     
+AR DARW 2009  4  1  2  5  0.000000  1   -0.925168932342E-08                     
+AR DRAO 2009  4  1  2  5  0.000000  1    0.109998323389E-03                     
+AR FAA1 2009  4  1  2  5  0.000000  1   -0.185572337935E-07                     
+AR FAIR 2009  4  1  2  5  0.000000  1   -0.557245342521E-07                     
+AR GLPS 2009  4  1  2  5  0.000000  1   -0.692280510380E-07                     
+AR GUAM 2009  4  1  2  5  0.000000  1   -0.817055994511E-07                     
+AR GUAT 2009  4  1  2  5  0.000000  1    0.100370714590E-07                     
+AR HOB2 2009  4  1  2  5  0.000000  1    0.844013176729E-07                     
+AR HOFN 2009  4  1  2  5  0.000000  1    0.118497445146E-03                     
+AR HOLM 2009  4  1  2  5  0.000000  1   -0.464858482755E-07                     
+AR HRAO 2009  4  1  2  5  0.000000  1    0.849453601186E-03                     
+AR HYDE 2009  4  1  2  5  0.000000  1    0.317867069745E-08                     
+AR IRKJ 2009  4  1  2  5  0.000000  1    0.163746949704E-03                     
+AR ISPA 2009  4  1  2  5  0.000000  1   -0.640413610516E-07                     
+AR KARR 2009  4  1  2  5  0.000000  1   -0.711070237930E-07                     
+AR KERG 2009  4  1  2  5  0.000000  1    0.816838694862E-03                     
+AR KHAJ 2009  4  1  2  5  0.000000  1   -0.150866897298E-05                     
+AR KIR0 2009  4  1  2  5  0.000000  1    0.283928452336E-03                     
+AR KIRU 2009  4  1  2  5  0.000000  1    0.591361545491E-03                     
+AR KIT3 2009  4  1  2  5  0.000000  1    0.344173659682E-08                     
+AR KOUR 2009  4  1  2  5  0.000000  1    0.125012497383E-03                     
+AR KUNM 2009  4  1  2  5  0.000000  1    0.770072698655E-08                     
+AR LHAZ 2009  4  1  2  5  0.000000  1   -0.428116657908E-03                     
+AR MAL2 2009  4  1  2  5  0.000000  1   -0.188291596686E-07                     
+AR MAS1 2009  4  1  2  5  0.000000  1   -0.101615015550E-03                     
+AR MAW1 2009  4  1  2  5  0.000000  1    0.576275196261E-09                     
+AR MCIL 2009  4  1  2  5  0.000000  1    0.322225455057E-07                     
+AR MCM4 2009  4  1  2  5  0.000000  1   -0.734218651229E-07                     
+AR MDO1 2009  4  1  2  5  0.000000  1   -0.433502954432E-07                     
+AR MDVJ 2009  4  1  2  5  0.000000  1    0.438552371903E-03                     
+AR MKEA 2009  4  1  2  5  0.000000  1   -0.793693465863E-07                     
+AR MOBS 2009  4  1  2  5  0.000000  1   -0.370698320681E-08                     
+AR NANO 2009  4  1  2  5  0.000000  1   -0.531174710928E-09                     
+AR NLIB 2009  4  1  2  5  0.000000  1   -0.117605080180E-06                     
+AR NNOR 2009  4  1  2  5  0.000000  1    0.365795132608E-03                     
+AR NRC1 2009  4  1  2  5  0.000000  1   -0.448983693404E-05                     
+AR NRIL 2009  4  1  2  5  0.000000  1   -0.518069854238E-07                     
+AR NRMD 2009  4  1  2  5  0.000000  1    0.360051886686E-07                     
+AR NTUS 2009  4  1  2  5  0.000000  1    0.156244520630E-08                     
+AR NYAL 2009  4  1  2  5  0.000000  1    0.917541976968E-07                     
+AR OHI3 2009  4  1  2  5  0.000000  1    0.310185631219E-03                     
+AR ONSA 2009  4  1  2  5  0.000000  1   -0.324737531019E-04                     
+AR PDEL 2009  4  1  2  5  0.000000  1    0.138298510710E-08                     
+AR PERT 2009  4  1  2  5  0.000000  1   -0.732811132973E-07                     
+AR PETP 2009  4  1  2  5  0.000000  1   -0.635363503367E-07                     
+AR PIMO 2009  4  1  2  5  0.000000  1   -0.877421466173E-07                     
+AR QAQ1 2009  4  1  2  5  0.000000  1   -0.562973356359E-07                     
+AR QUIN 2009  4  1  2  5  0.000000  1   -0.692208974570E-07                     
+AR RABT 2009  4  1  2  5  0.000000  1   -0.408432559063E-07                     
+AR RAMO 2009  4  1  2  5  0.000000  1   -0.492184356285E-07                     
+AR RCMN 2009  4  1  2  5  0.000000  1    0.720295892704E-08                     
+AR REDU 2009  4  1  2  5  0.000000  1   -0.513202390701E-07                     
+AR REUN 2009  4  1  2  5  0.000000  1    0.307879313336E-07                     
+AR REYK 2009  4  1  2  5  0.000000  1   -0.462650264563E-03                     
+AR SCH2 2009  4  1  2  5  0.000000  1    0.187135064835E-03                     
+AR SCUB 2009  4  1  2  5  0.000000  1   -0.674966858905E-07                     
+AR STJO 2009  4  1  2  5  0.000000  1   -0.700692997612E-05                     
+AR SYDN 2009  4  1  2  5  0.000000  1    0.140949643517E-05                     
+AR SYOG 2009  4  1  2  5  0.000000  1    0.140049108252E-04                     
+AR THU2 2009  4  1  2  5  0.000000  1   -0.291505876505E-03                     
+AR TOW2 2009  4  1  2  5  0.000000  1    0.206205029007E-09                     
+AR URUM 2009  4  1  2  5  0.000000  1   -0.345660876926E-03                     
+AR VESL 2009  4  1  2  5  0.000000  1    0.811064155794E-04                     
+AR VILL 2009  4  1  2  5  0.000000  1   -0.503313775149E-07                     
+AR WTZR 2009  4  1  2  5  0.000000  1    0.434273699870E-07                     
+AR WUHN 2009  4  1  2  5  0.000000  1   -0.755683678718E-07                     
+AR YSSK 2009  4  1  2  5  0.000000  1   -0.673293214224E-07                     
+AR ZIM2 2009  4  1  2  5  0.000000  1    0.222632445254E-07                     
+AR XMIS 2009  4  1  2  5  0.000000  1   -0.581433086963E-08                     
+AR GODZ 2009  4  1  2  5  0.000000  1   -0.469125481932E-03                     
+AR MTKA 2009  4  1  2  5  0.000000  1   -0.738071800809E-07                     
+AR PARK 2009  4  1  2  5  0.000000  1    0.801707050679E-06                     
+AR UNBJ 2009  4  1  2  5  0.000000  1   -0.232852541376E-03                     
+AR NOVM 2009  4  1  2  5  0.000000  1    0.798327341839E-04                     
+AR SUNM 2009  4  1  2  5  0.000000  1   -0.345518891918E-04                     
+AR CEBR 2009  4  1  2  5  0.000000  1    0.719430137458E-03                     
+AR CPXF 2009  4  1  2  5  0.000000  1   -0.783082646009E-09                     
+AR IDDR 2009  4  1  2  5  0.000000  1    0.194249871047E-07                     
+AR AZGB 2009  4  1  2  5  0.000000  1   -0.145182481787E-03                     
+AR TN22 2009  4  1  2  5  0.000000  1   -0.417733966346E-03                     
+AR ETAD 2009  4  1  2  5  0.000000  1    0.280680013814E-07                     
+AR ILHA 2009  4  1  2  5  0.000000  1   -0.285034881576E-08                     
+AR POVE 2009  4  1  2  5  0.000000  1   -0.140276891192E-07                     
+AR RECF 2009  4  1  2  5  0.000000  1    0.161697913220E-07                     
+AR SALU 2009  4  1  2  5  0.000000  1    0.243308043189E-07                     
+AR SAVO 2009  4  1  2  5  0.000000  1    0.190393098577E-07                     
+AR UFPR 2009  4  1  2  5  0.000000  1    0.223022791529E-07                     
+AR YELL 2009  4  1  2  5  0.000000  1    0.234940000000E-06                     
+AS G32  2009  4  1  2 10  0.000000  1    0.280346097211E-03                     
+AS G24  2009  4  1  2 10  0.000000  1    0.177724991847E-03                     
+AS G25  2009  4  1  2 10  0.000000  1    0.333755382682E-03                     
+AS G26  2009  4  1  2 10  0.000000  1    0.543802908193E-04                     
+AS G27  2009  4  1  2 10  0.000000  1    0.370242991486E-04                     
+AS G30  2009  4  1  2 10  0.000000  1    0.136169111175E-03                     
+AS G03  2009  4  1  2 10  0.000000  1    0.373282672311E-03                     
+AS G04  2009  4  1  2 10  0.000000  1   -0.341851906688E-04                     
+AS G06  2009  4  1  2 10  0.000000  1    0.595791907911E-04                     
+AS G08  2009  4  1  2 10  0.000000  1   -0.196492118664E-03                     
+AS G09  2009  4  1  2 10  0.000000  1    0.483881206083E-04                     
+AS G10  2009  4  1  2 10  0.000000  1   -0.136030341651E-04                     
+AS G14  2009  4  1  2 10  0.000000  1   -0.132596736999E-03                     
+AS G13  2009  4  1  2 10  0.000000  1    0.293223555568E-03                     
+AS G28  2009  4  1  2 10  0.000000  1   -0.238273698959E-04                     
+AS G21  2009  4  1  2 10  0.000000  1    0.215931478207E-04                     
+AS G11  2009  4  1  2 10  0.000000  1    0.279473733429E-05                     
+AS G22  2009  4  1  2 10  0.000000  1    0.202447973118E-03                     
+AS G20  2009  4  1  2 10  0.000000  1    0.865937855193E-04                     
+AS G18  2009  4  1  2 10  0.000000  1   -0.696459306313E-04                     
+AS G16  2009  4  1  2 10  0.000000  1    0.631055019373E-04                     
+AS G19  2009  4  1  2 10  0.000000  1    0.293872521344E-04                     
+AS G23  2009  4  1  2 10  0.000000  1    0.388973266291E-03                     
+AS G02  2009  4  1  2 10  0.000000  1    0.153946038448E-03                     
+AS G31  2009  4  1  2 10  0.000000  1   -0.564348501892E-04                     
+AS G17  2009  4  1  2 10  0.000000  1    0.523817728068E-04                     
+AS G12  2009  4  1  2 10  0.000000  1   -0.299688454226E-03                     
+AS G15  2009  4  1  2 10  0.000000  1   -0.275850864485E-03                     
+AS G29  2009  4  1  2 10  0.000000  1    0.470853556864E-05                     
+AS G07  2009  4  1  2 10  0.000000  1    0.209965063401E-04                     
+AS R02  2009  4  1  2 10  0.000000  1    0.207627373171E-04                     
+AS R03  2009  4  1  2 10  0.000000  1   -0.341781267266E-04                     
+AS R04  2009  4  1  2 10  0.000000  1    0.640699276576E-04                     
+AS R06  2009  4  1  2 10  0.000000  1   -0.169217275204E-03                     
+AS R07  2009  4  1  2 10  0.000000  1   -0.892782905255E-04                     
+AS R08  2009  4  1  2 10  0.000000  1   -0.102029150753E-03                     
+AS R10  2009  4  1  2 10  0.000000  1   -0.140861246390E-03                     
+AS R11  2009  4  1  2 10  0.000000  1   -0.925950005920E-04                     
+AS R13  2009  4  1  2 10  0.000000  1   -0.230604365916E-03                     
+AS R14  2009  4  1  2 10  0.000000  1   -0.797205897915E-04                     
+AS R15  2009  4  1  2 10  0.000000  1    0.920766647186E-04                     
+AS R17  2009  4  1  2 10  0.000000  1   -0.261229207919E-03                     
+AS R18  2009  4  1  2 10  0.000000  1   -0.133478458037E-05                     
+AS R19  2009  4  1  2 10  0.000000  1   -0.893858241268E-04                     
+AS R20  2009  4  1  2 10  0.000000  1   -0.650061195714E-04                     
+AS R21  2009  4  1  2 10  0.000000  1   -0.143296481075E-03                     
+AS R22  2009  4  1  2 10  0.000000  1   -0.201481559447E-03                     
+AS R23  2009  4  1  2 10  0.000000  1   -0.200492385655E-03                     
+AR ALGO 2009  4  1  2 10  0.000000  1    0.804317393950E-04                     
+AR ALIC 2009  4  1  2 10  0.000000  1   -0.512928659784E-08                     
+AR AMC2 2009  4  1  2 10  0.000000  1    0.322893692161E-09                     
+AR ANKR 2009  4  1  2 10  0.000000  1   -0.168658842673E-03                     
+AR ARTU 2009  4  1  2 10  0.000000  1   -0.751241199781E-07                     
+AR ASPA 2009  4  1  2 10  0.000000  1    0.105591416628E-07                     
+AR BHR1 2009  4  1  2 10  0.000000  1    0.563382304153E-03                     
+AR BARH 2009  4  1  2 10  0.000000  1    0.284779111765E-08                     
+AR BJFS 2009  4  1  2 10  0.000000  1   -0.731048557652E-07                     
+AR BOGT 2009  4  1  2 10  0.000000  1   -0.545500093979E-07                     
+AR BRMU 2009  4  1  2 10  0.000000  1    0.347461797113E-03                     
+AR CAGZ 2009  4  1  2 10  0.000000  1    0.399166657912E-03                     
+AR CAS1 2009  4  1  2 10  0.000000  1    0.493857134577E-08                     
+AR CHAT 2009  4  1  2 10  0.000000  1   -0.855288518661E-07                     
+AR CHPI 2009  4  1  2 10  0.000000  1   -0.474477680975E-07                     
+AR COCO 2009  4  1  2 10  0.000000  1    0.227669077523E-03                     
+AR CONZ 2009  4  1  2 10  0.000000  1    0.121325437088E-03                     
+AR CRAR 2009  4  1  2 10  0.000000  1   -0.118899019202E-03                     
+AR CRO1 2009  4  1  2 10  0.000000  1    0.665101263328E-03                     
+AR DAEJ 2009  4  1  2 10  0.000000  1   -0.196621530274E-03                     
+AR DARW 2009  4  1  2 10  0.000000  1   -0.367378136051E-10                     
+AR DRAO 2009  4  1  2 10  0.000000  1    0.110034746790E-03                     
+AR FAA1 2009  4  1  2 10  0.000000  1   -0.211711380213E-07                     
+AR FAIR 2009  4  1  2 10  0.000000  1   -0.566303700766E-07                     
+AR GLPS 2009  4  1  2 10  0.000000  1   -0.602490284414E-07                     
+AR GUAM 2009  4  1  2 10  0.000000  1   -0.819162343807E-07                     
+AR GUAT 2009  4  1  2 10  0.000000  1    0.105105829927E-07                     
+AR HOB2 2009  4  1  2 10  0.000000  1    0.844036018535E-07                     
+AR HOFN 2009  4  1  2 10  0.000000  1    0.196776547039E-03                     
+AR HOLM 2009  4  1  2 10  0.000000  1   -0.518337899214E-07                     
+AR HRAO 2009  4  1  2 10  0.000000  1    0.849453686356E-03                     
+AR HYDE 2009  4  1  2 10  0.000000  1    0.379822366309E-08                     
+AR IRKJ 2009  4  1  2 10  0.000000  1    0.163746943658E-03                     
+AR ISPA 2009  4  1  2 10  0.000000  1   -0.631481884898E-07                     
+AR KARR 2009  4  1  2 10  0.000000  1   -0.714496298984E-07                     
+AR KERG 2009  4  1  2 10  0.000000  1    0.816845631403E-03                     
+AR KHAJ 2009  4  1  2 10  0.000000  1   -0.150869432018E-05                     
+AR KIR0 2009  4  1  2 10  0.000000  1    0.283921545364E-03                     
+AR KIRU 2009  4  1  2 10  0.000000  1    0.591362127136E-03                     
+AR KIT3 2009  4  1  2 10  0.000000  1    0.228050377616E-07                     
+AR KOUR 2009  4  1  2 10  0.000000  1    0.125012482681E-03                     
+AR KUNM 2009  4  1  2 10  0.000000  1    0.141880459530E-07                     
+AR LHAZ 2009  4  1  2 10  0.000000  1   -0.438618407322E-03                     
+AR MAL2 2009  4  1  2 10  0.000000  1   -0.101766170454E-07                     
+AR MAS1 2009  4  1  2 10  0.000000  1   -0.101615239397E-03                     
+AR MAW1 2009  4  1  2 10  0.000000  1   -0.179407739571E-09                     
+AR MCIL 2009  4  1  2 10  0.000000  1    0.326830579721E-07                     
+AR MCM4 2009  4  1  2 10  0.000000  1   -0.742153791518E-07                     
+AR MDO1 2009  4  1  2 10  0.000000  1   -0.421754814373E-07                     
+AR MDVJ 2009  4  1  2 10  0.000000  1    0.438552355775E-03                     
+AR MKEA 2009  4  1  2 10  0.000000  1   -0.786976656998E-07                     
+AR MOBS 2009  4  1  2 10  0.000000  1   -0.315151810440E-08                     
+AR NANO 2009  4  1  2 10  0.000000  1   -0.604530589258E-09                     
+AR NLIB 2009  4  1  2 10  0.000000  1   -0.118029649154E-06                     
+AR NNOR 2009  4  1  2 10  0.000000  1    0.365795304109E-03                     
+AR NRC1 2009  4  1  2 10  0.000000  1   -0.448982085321E-05                     
+AR NRIL 2009  4  1  2 10  0.000000  1   -0.553754113779E-07                     
+AR NRMD 2009  4  1  2 10  0.000000  1    0.306430246133E-07                     
+AR NTUS 2009  4  1  2 10  0.000000  1   -0.244392510143E-08                     
+AR NYAL 2009  4  1  2 10  0.000000  1    0.917584367035E-07                     
+AR OHI3 2009  4  1  2 10  0.000000  1    0.399557157299E-03                     
+AR ONSA 2009  4  1  2 10  0.000000  1   -0.324738101436E-04                     
+AR PDEL 2009  4  1  2 10  0.000000  1    0.115902922060E-08                     
+AR PERT 2009  4  1  2 10  0.000000  1   -0.739634053744E-07                     
+AR PETP 2009  4  1  2 10  0.000000  1   -0.621803731419E-07                     
+AR PIMO 2009  4  1  2 10  0.000000  1   -0.879973488336E-07                     
+AR QAQ1 2009  4  1  2 10  0.000000  1   -0.558341368617E-07                     
+AR QUIN 2009  4  1  2 10  0.000000  1   -0.695384183013E-07                     
+AR RABT 2009  4  1  2 10  0.000000  1   -0.415279643959E-07                     
+AR RAMO 2009  4  1  2 10  0.000000  1   -0.145227192488E-07                     
+AR RCMN 2009  4  1  2 10  0.000000  1    0.689435705498E-08                     
+AR REDU 2009  4  1  2 10  0.000000  1   -0.485646876293E-07                     
+AR REUN 2009  4  1  2 10  0.000000  1    0.277385604286E-07                     
+AR REYK 2009  4  1  2 10  0.000000  1   -0.444005330129E-03                     
+AR SCH2 2009  4  1  2 10  0.000000  1    0.187149751899E-03                     
+AR SCUB 2009  4  1  2 10  0.000000  1   -0.717735684381E-07                     
+AR STJO 2009  4  1  2 10  0.000000  1   -0.700722634647E-05                     
+AR SYDN 2009  4  1  2 10  0.000000  1    0.140946831064E-05                     
+AR SYOG 2009  4  1  2 10  0.000000  1    0.140049159854E-04                     
+AR THU2 2009  4  1  2 10  0.000000  1   -0.293508083225E-03                     
+AR TOW2 2009  4  1  2 10  0.000000  1    0.181743850363E-08                     
+AR URUM 2009  4  1  2 10  0.000000  1   -0.415184673032E-03                     
+AR VESL 2009  4  1  2 10  0.000000  1    0.118676274004E-03                     
+AR VILL 2009  4  1  2 10  0.000000  1   -0.485458970587E-07                     
+AR WTZR 2009  4  1  2 10  0.000000  1    0.434171511485E-07                     
+AR WUHN 2009  4  1  2 10  0.000000  1   -0.721662044350E-07                     
+AR YSSK 2009  4  1  2 10  0.000000  1   -0.683857328380E-07                     
+AR ZIM2 2009  4  1  2 10  0.000000  1    0.222880770404E-07                     
+AR XMIS 2009  4  1  2 10  0.000000  1   -0.545321970037E-08                     
+AR GODZ 2009  4  1  2 10  0.000000  1   -0.469125435268E-03                     
+AR MTKA 2009  4  1  2 10  0.000000  1   -0.715302663618E-07                     
+AR PARK 2009  4  1  2 10  0.000000  1    0.801863856729E-06                     
+AR UNBJ 2009  4  1  2 10  0.000000  1   -0.304781799683E-03                     
+AR NOVM 2009  4  1  2 10  0.000000  1    0.798327497551E-04                     
+AR SUNM 2009  4  1  2 10  0.000000  1   -0.191365232453E-03                     
+AR CEBR 2009  4  1  2 10  0.000000  1    0.719430157778E-03                     
+AR CPXF 2009  4  1  2 10  0.000000  1    0.131240113061E-09                     
+AR IDDR 2009  4  1  2 10  0.000000  1    0.143465359942E-07                     
+AR AZGB 2009  4  1  2 10  0.000000  1   -0.284455153643E-03                     
+AR TN22 2009  4  1  2 10  0.000000  1   -0.495901398878E-03                     
+AR ETAD 2009  4  1  2 10  0.000000  1    0.336859300136E-07                     
+AR ILHA 2009  4  1  2 10  0.000000  1   -0.198794109115E-08                     
+AR POVE 2009  4  1  2 10  0.000000  1   -0.127437497488E-07                     
+AR RECF 2009  4  1  2 10  0.000000  1    0.160747299979E-07                     
+AR SALU 2009  4  1  2 10  0.000000  1    0.209626919611E-07                     
+AR SAVO 2009  4  1  2 10  0.000000  1    0.190768670052E-07                     
+AR UFPR 2009  4  1  2 10  0.000000  1    0.174806445459E-07                     
+AR YELL 2009  4  1  2 10  0.000000  1    0.235010000000E-06                     
+AS G32  2009  4  1  2 15  0.000000  1    0.280344777692E-03                     
+AS G24  2009  4  1  2 15  0.000000  1    0.177725457201E-03                     
+AS G25  2009  4  1  2 15  0.000000  1    0.333761926495E-03                     
+AS G26  2009  4  1  2 15  0.000000  1    0.543808640037E-04                     
+AS G27  2009  4  1  2 15  0.000000  1    0.370255036213E-04                     
+AS G30  2009  4  1  2 15  0.000000  1    0.136170126505E-03                     
+AS G03  2009  4  1  2 15  0.000000  1    0.373283816306E-03                     
+AS G04  2009  4  1  2 15  0.000000  1   -0.341896292164E-04                     
+AS G06  2009  4  1  2 15  0.000000  1    0.595847213297E-04                     
+AS G08  2009  4  1  2 15  0.000000  1   -0.196492763384E-03                     
+AS G09  2009  4  1  2 15  0.000000  1    0.483884114417E-04                     
+AS G10  2009  4  1  2 15  0.000000  1   -0.136026914699E-04                     
+AS G14  2009  4  1  2 15  0.000000  1   -0.132595066470E-03                     
+AS G13  2009  4  1  2 15  0.000000  1    0.293223889983E-03                     
+AS G28  2009  4  1  2 15  0.000000  1   -0.238275378309E-04                     
+AS G21  2009  4  1  2 15  0.000000  1    0.215925663904E-04                     
+AS G11  2009  4  1  2 15  0.000000  1    0.279436447938E-05                     
+AS G22  2009  4  1  2 15  0.000000  1    0.202447521302E-03                     
+AS G20  2009  4  1  2 15  0.000000  1    0.865929918527E-04                     
+AS G18  2009  4  1  2 15  0.000000  1   -0.696447515627E-04                     
+AS G16  2009  4  1  2 15  0.000000  1    0.631044633713E-04                     
+AS G19  2009  4  1  2 15  0.000000  1    0.293868071626E-04                     
+AS G23  2009  4  1  2 15  0.000000  1    0.388973306977E-03                     
+AS G02  2009  4  1  2 15  0.000000  1    0.153945824511E-03                     
+AS G31  2009  4  1  2 15  0.000000  1   -0.564352648379E-04                     
+AS G17  2009  4  1  2 15  0.000000  1    0.523820673846E-04                     
+AS G12  2009  4  1  2 15  0.000000  1   -0.299686851825E-03                     
+AS G15  2009  4  1  2 15  0.000000  1   -0.275852013814E-03                     
+AS G29  2009  4  1  2 15  0.000000  1    0.470991364456E-05                     
+AS G07  2009  4  1  2 15  0.000000  1    0.209960986086E-04                     
+AS R02  2009  4  1  2 15  0.000000  1    0.207619072371E-04                     
+AS R03  2009  4  1  2 15  0.000000  1   -0.341793962557E-04                     
+AS R04  2009  4  1  2 15  0.000000  1    0.640672843661E-04                     
+AS R06  2009  4  1  2 15  0.000000  1   -0.169217266984E-03                     
+AS R07  2009  4  1  2 15  0.000000  1   -0.892775727257E-04                     
+AS R08  2009  4  1  2 15  0.000000  1   -0.102029060222E-03                     
+AS R10  2009  4  1  2 15  0.000000  1   -0.140860976880E-03                     
+AS R11  2009  4  1  2 15  0.000000  1   -0.925953164153E-04                     
+AS R13  2009  4  1  2 15  0.000000  1   -0.230604748282E-03                     
+AS R14  2009  4  1  2 15  0.000000  1   -0.797201513970E-04                     
+AS R15  2009  4  1  2 15  0.000000  1    0.920773323270E-04                     
+AS R17  2009  4  1  2 15  0.000000  1   -0.261229671311E-03                     
+AS R18  2009  4  1  2 15  0.000000  1   -0.133487594880E-05                     
+AS R19  2009  4  1  2 15  0.000000  1   -0.893862052339E-04                     
+AS R20  2009  4  1  2 15  0.000000  1   -0.650062482257E-04                     
+AS R21  2009  4  1  2 15  0.000000  1   -0.143296800107E-03                     
+AS R22  2009  4  1  2 15  0.000000  1   -0.201482486707E-03                     
+AS R23  2009  4  1  2 15  0.000000  1   -0.200490288707E-03                     
+AR ALGO 2009  4  1  2 15  0.000000  1    0.804357389333E-04                     
+AR ALIC 2009  4  1  2 15  0.000000  1   -0.210612672614E-08                     
+AR AMC2 2009  4  1  2 15  0.000000  1    0.333974144031E-09                     
+AR ANKR 2009  4  1  2 15  0.000000  1   -0.930743068207E-04                     
+AR ARTU 2009  4  1  2 15  0.000000  1   -0.745169163195E-07                     
+AR ASPA 2009  4  1  2 15  0.000000  1    0.113851895084E-07                     
+AR BHR1 2009  4  1  2 15  0.000000  1    0.563382178567E-03                     
+AR BARH 2009  4  1  2 15  0.000000  1    0.311704950394E-08                     
+AR BJFS 2009  4  1  2 15  0.000000  1   -0.714579509099E-07                     
+AR BOGT 2009  4  1  2 15  0.000000  1   -0.547987578543E-07                     
+AR BRMU 2009  4  1  2 15  0.000000  1   -0.159251623730E-03                     
+AR CAGZ 2009  4  1  2 15  0.000000  1   -0.377188174411E-03                     
+AR CAS1 2009  4  1  2 15  0.000000  1    0.636852564579E-08                     
+AR CHAT 2009  4  1  2 15  0.000000  1   -0.835404207324E-07                     
+AR CHPI 2009  4  1  2 15  0.000000  1   -0.517810889704E-07                     
+AR COCO 2009  4  1  2 15  0.000000  1    0.227668790078E-03                     
+AR CONZ 2009  4  1  2 15  0.000000  1   -0.112774781399E-04                     
+AR CRAR 2009  4  1  2 15  0.000000  1   -0.144036932125E-03                     
+AR CRO1 2009  4  1  2 15  0.000000  1    0.665101309050E-03                     
+AR DAEJ 2009  4  1  2 15  0.000000  1   -0.196620825959E-03                     
+AR DARW 2009  4  1  2 15  0.000000  1   -0.346945391479E-08                     
+AR DRAO 2009  4  1  2 15  0.000000  1    0.110071390560E-03                     
+AR FAA1 2009  4  1  2 15  0.000000  1   -0.196009472037E-07                     
+AR FAIR 2009  4  1  2 15  0.000000  1   -0.578648609709E-07                     
+AR GLPS 2009  4  1  2 15  0.000000  1   -0.594578679719E-07                     
+AR GUAM 2009  4  1  2 15  0.000000  1   -0.825836605603E-07                     
+AR GUAT 2009  4  1  2 15  0.000000  1    0.950319593951E-08                     
+AR HOB2 2009  4  1  2 15  0.000000  1    0.844202198536E-07                     
+AR HOFN 2009  4  1  2 15  0.000000  1    0.275054092226E-03                     
+AR HOLM 2009  4  1  2 15  0.000000  1   -0.500479849692E-07                     
+AR HRAO 2009  4  1  2 15  0.000000  1    0.849453753466E-03                     
+AR HYDE 2009  4  1  2 15  0.000000  1    0.540054453283E-08                     
+AR IRKJ 2009  4  1  2 15  0.000000  1    0.163746933650E-03                     
+AR ISPA 2009  4  1  2 15  0.000000  1   -0.643767299272E-07                     
+AR KARR 2009  4  1  2 15  0.000000  1   -0.681451947175E-07                     
+AR KERG 2009  4  1  2 15  0.000000  1    0.816852225812E-03                     
+AR KHAJ 2009  4  1  2 15  0.000000  1   -0.150869410347E-05                     
+AR KIR0 2009  4  1  2 15  0.000000  1    0.283914658006E-03                     
+AR KIRU 2009  4  1  2 15  0.000000  1    0.591360475871E-03                     
+AR KIT3 2009  4  1  2 15  0.000000  1    0.117187324887E-07                     
+AR KOUR 2009  4  1  2 15  0.000000  1    0.125012507075E-03                     
+AR KUNM 2009  4  1  2 15  0.000000  1   -0.230862469124E-07                     
+AR LHAZ 2009  4  1  2 15  0.000000  1   -0.448840203136E-03                     
+AR MAL2 2009  4  1  2 15  0.000000  1   -0.723437342337E-08                     
+AR MAS1 2009  4  1  2 15  0.000000  1   -0.101615376985E-03                     
+AR MAW1 2009  4  1  2 15  0.000000  1    0.118909571810E-08                     
+AR MCIL 2009  4  1  2 15  0.000000  1    0.320014957525E-07                     
+AR MCM4 2009  4  1  2 15  0.000000  1   -0.739615225221E-07                     
+AR MDO1 2009  4  1  2 15  0.000000  1   -0.418566307727E-07                     
+AR MDVJ 2009  4  1  2 15  0.000000  1    0.438552365592E-03                     
+AR MKEA 2009  4  1  2 15  0.000000  1   -0.786927842751E-07                     
+AR MOBS 2009  4  1  2 15  0.000000  1   -0.292959869980E-08                     
+AR NANO 2009  4  1  2 15  0.000000  1   -0.640938508303E-09                     
+AR NLIB 2009  4  1  2 15  0.000000  1   -0.118037201737E-06                     
+AR NNOR 2009  4  1  2 15  0.000000  1    0.365794622860E-03                     
+AR NRC1 2009  4  1  2 15  0.000000  1   -0.448979522003E-05                     
+AR NRIL 2009  4  1  2 15  0.000000  1   -0.561570944231E-07                     
+AR NRMD 2009  4  1  2 15  0.000000  1    0.310272364916E-07                     
+AR NTUS 2009  4  1  2 15  0.000000  1   -0.124739971893E-08                     
+AR NYAL 2009  4  1  2 15  0.000000  1    0.917693274265E-07                     
+AR OHI3 2009  4  1  2 15  0.000000  1    0.489011416391E-03                     
+AR ONSA 2009  4  1  2 15  0.000000  1   -0.324738554221E-04                     
+AR PDEL 2009  4  1  2 15  0.000000  1    0.808895189933E-09                     
+AR PERT 2009  4  1  2 15  0.000000  1   -0.647974098448E-07                     
+AR PETP 2009  4  1  2 15  0.000000  1   -0.622896732812E-07                     
+AR PIMO 2009  4  1  2 15  0.000000  1   -0.863107454811E-07                     
+AR QAQ1 2009  4  1  2 15  0.000000  1   -0.560036589779E-07                     
+AR QUIN 2009  4  1  2 15  0.000000  1   -0.587445600387E-07                     
+AR RABT 2009  4  1  2 15  0.000000  1   -0.414351721450E-07                     
+AR RAMO 2009  4  1  2 15  0.000000  1   -0.204105736086E-07                     
+AR RCMN 2009  4  1  2 15  0.000000  1    0.606824785832E-08                     
+AR REDU 2009  4  1  2 15  0.000000  1   -0.478530793607E-07                     
+AR REUN 2009  4  1  2 15  0.000000  1    0.223251020198E-07                     
+AR REYK 2009  4  1  2 15  0.000000  1   -0.425678934498E-03                     
+AR SCH2 2009  4  1  2 15  0.000000  1    0.187164431134E-03                     
+AR SCUB 2009  4  1  2 15  0.000000  1   -0.686533797564E-07                     
+AR STJO 2009  4  1  2 15  0.000000  1   -0.700752058702E-05                     
+AR SYDN 2009  4  1  2 15  0.000000  1    0.140964102989E-05                     
+AR SYOG 2009  4  1  2 15  0.000000  1    0.140044336906E-04                     
+AR THU2 2009  4  1  2 15  0.000000  1   -0.295510259173E-03                     
+AR TOW2 2009  4  1  2 15  0.000000  1    0.505938364248E-08                     
+AR URUM 2009  4  1  2 15  0.000000  1   -0.484826020432E-03                     
+AR VESL 2009  4  1  2 15  0.000000  1    0.156237754095E-03                     
+AR VILL 2009  4  1  2 15  0.000000  1   -0.481222438907E-07                     
+AR WTZR 2009  4  1  2 15  0.000000  1    0.434199341865E-07                     
+AR WUHN 2009  4  1  2 15  0.000000  1   -0.739672939774E-07                     
+AR YSSK 2009  4  1  2 15  0.000000  1   -0.688631568444E-07                     
+AR ZIM2 2009  4  1  2 15  0.000000  1    0.231673172098E-07                     
+AR XMIS 2009  4  1  2 15  0.000000  1   -0.260466042810E-08                     
+AR GODZ 2009  4  1  2 15  0.000000  1   -0.469125396047E-03                     
+AR MTKA 2009  4  1  2 15  0.000000  1   -0.775964988602E-07                     
+AR PARK 2009  4  1  2 15  0.000000  1    0.801956598227E-06                     
+AR UNBJ 2009  4  1  2 15  0.000000  1   -0.376601436902E-03                     
+AR NOVM 2009  4  1  2 15  0.000000  1    0.798326837610E-04                     
+AR SUNM 2009  4  1  2 15  0.000000  1   -0.348290060200E-03                     
+AR CEBR 2009  4  1  2 15  0.000000  1    0.719430181051E-03                     
+AR CPXF 2009  4  1  2 15  0.000000  1    0.160636926205E-08                     
+AR IDDR 2009  4  1  2 15  0.000000  1    0.150333288727E-07                     
+AR AZGB 2009  4  1  2 15  0.000000  1   -0.423764218431E-03                     
+AR TN22 2009  4  1  2 15  0.000000  1    0.425938489191E-03                     
+AR ETAD 2009  4  1  2 15  0.000000  1    0.278670055709E-07                     
+AR ILHA 2009  4  1  2 15  0.000000  1   -0.207310261970E-08                     
+AR POVE 2009  4  1  2 15  0.000000  1   -0.122095083383E-07                     
+AR RECF 2009  4  1  2 15  0.000000  1    0.166423642006E-07                     
+AR SALU 2009  4  1  2 15  0.000000  1    0.139737474215E-07                     
+AR SAVO 2009  4  1  2 15  0.000000  1    0.197070242463E-07                     
+AR UFPR 2009  4  1  2 15  0.000000  1    0.192704008944E-07                     
+AR YELL 2009  4  1  2 15  0.000000  1    0.235081000000E-06                     
+AS G32  2009  4  1  2 20  0.000000  1    0.280343402957E-03                     
+AS G24  2009  4  1  2 20  0.000000  1    0.177726470205E-03                     
+AS G25  2009  4  1  2 20  0.000000  1    0.333768457788E-03                     
+AS G26  2009  4  1  2 20  0.000000  1    0.543814745620E-04                     
+AS G27  2009  4  1  2 20  0.000000  1    0.370272295509E-04                     
+AS G30  2009  4  1  2 20  0.000000  1    0.136171044075E-03                     
+AS G03  2009  4  1  2 20  0.000000  1    0.373285483439E-03                     
+AS G04  2009  4  1  2 20  0.000000  1   -0.341941274632E-04                     
+AS G06  2009  4  1  2 20  0.000000  1    0.595902515101E-04                     
+AS G08  2009  4  1  2 20  0.000000  1   -0.196492667276E-03                     
+AS G09  2009  4  1  2 20  0.000000  1    0.483882579503E-04                     
+AS G10  2009  4  1  2 20  0.000000  1   -0.136034206458E-04                     
+AS G14  2009  4  1  2 20  0.000000  1   -0.132593507504E-03                     
+AS G13  2009  4  1  2 20  0.000000  1    0.293224252580E-03                     
+AS G28  2009  4  1  2 20  0.000000  1   -0.238271448378E-04                     
+AS G21  2009  4  1  2 20  0.000000  1    0.215919086616E-04                     
+AS G11  2009  4  1  2 20  0.000000  1    0.279412821296E-05                     
+AS G22  2009  4  1  2 20  0.000000  1    0.202447888669E-03                     
+AS G20  2009  4  1  2 20  0.000000  1    0.865928582503E-04                     
+AS G18  2009  4  1  2 20  0.000000  1   -0.696438856402E-04                     
+AS G16  2009  4  1  2 20  0.000000  1    0.631035585175E-04                     
+AS G19  2009  4  1  2 20  0.000000  1    0.293867032862E-04                     
+AS G23  2009  4  1  2 20  0.000000  1    0.388973468996E-03                     
+AS G02  2009  4  1  2 20  0.000000  1    0.153945635442E-03                     
+AS G31  2009  4  1  2 20  0.000000  1   -0.564356193162E-04                     
+AS G17  2009  4  1  2 20  0.000000  1    0.523823204350E-04                     
+AS G12  2009  4  1  2 20  0.000000  1   -0.299685677163E-03                     
+AS G15  2009  4  1  2 20  0.000000  1   -0.275853328528E-03                     
+AS G29  2009  4  1  2 20  0.000000  1    0.471087392946E-05                     
+AS G07  2009  4  1  2 20  0.000000  1    0.209960947231E-04                     
+AS R02  2009  4  1  2 20  0.000000  1    0.207612063714E-04                     
+AS R03  2009  4  1  2 20  0.000000  1   -0.341800646716E-04                     
+AS R04  2009  4  1  2 20  0.000000  1    0.640659092022E-04                     
+AS R06  2009  4  1  2 20  0.000000  1   -0.169216660871E-03                     
+AS R07  2009  4  1  2 20  0.000000  1   -0.892757432922E-04                     
+AS R08  2009  4  1  2 20  0.000000  1   -0.102028749361E-03                     
+AS R10  2009  4  1  2 20  0.000000  1   -0.140860761294E-03                     
+AS R11  2009  4  1  2 20  0.000000  1   -0.925956480047E-04                     
+AS R13  2009  4  1  2 20  0.000000  1   -0.230604786127E-03                     
+AS R14  2009  4  1  2 20  0.000000  1   -0.797196811606E-04                     
+AS R15  2009  4  1  2 20  0.000000  1    0.920776149618E-04                     
+AS R17  2009  4  1  2 20  0.000000  1   -0.261229912523E-03                     
+AS R18  2009  4  1  2 20  0.000000  1   -0.133513668084E-05                     
+AS R19  2009  4  1  2 20  0.000000  1   -0.893863879612E-04                     
+AS R20  2009  4  1  2 20  0.000000  1   -0.650063325923E-04                     
+AS R21  2009  4  1  2 20  0.000000  1   -0.143297335289E-03                     
+AS R22  2009  4  1  2 20  0.000000  1   -0.201483374143E-03                     
+AS R23  2009  4  1  2 20  0.000000  1   -0.200488803094E-03                     
+AR ALGO 2009  4  1  2 20  0.000000  1    0.804397221311E-04                     
+AR ALIC 2009  4  1  2 20  0.000000  1   -0.122840081347E-08                     
+AR AMC2 2009  4  1  2 20  0.000000  1    0.360700976639E-09                     
+AR ANKR 2009  4  1  2 20  0.000000  1   -0.174971184204E-04                     
+AR ARTU 2009  4  1  2 20  0.000000  1   -0.719875086951E-07                     
+AR ASPA 2009  4  1  2 20  0.000000  1    0.140868681289E-07                     
+AR BHR1 2009  4  1  2 20  0.000000  1    0.563382224080E-03                     
+AR BARH 2009  4  1  2 20  0.000000  1    0.830112078524E-08                     
+AR BJFS 2009  4  1  2 20  0.000000  1   -0.628190823731E-07                     
+AR BOGT 2009  4  1  2 20  0.000000  1   -0.553535512717E-07                     
+AR BRMU 2009  4  1  2 20  0.000000  1    0.334122679788E-03                     
+AR CAGZ 2009  4  1  2 20  0.000000  1   -0.153584203192E-03                     
+AR CAS1 2009  4  1  2 20  0.000000  1    0.490158041627E-08                     
+AR CHAT 2009  4  1  2 20  0.000000  1   -0.674304882576E-07                     
+AR CHPI 2009  4  1  2 20  0.000000  1   -0.502678097695E-07                     
+AR COCO 2009  4  1  2 20  0.000000  1    0.227668309507E-03                     
+AR CONZ 2009  4  1  2 20  0.000000  1   -0.144115774046E-03                     
+AR CRAR 2009  4  1  2 20  0.000000  1   -0.169169913918E-03                     
+AR CRO1 2009  4  1  2 20  0.000000  1    0.665101358497E-03                     
+AR DAEJ 2009  4  1  2 20  0.000000  1   -0.196620126099E-03                     
+AR DARW 2009  4  1  2 20  0.000000  1   -0.428264104806E-08                     
+AR DRAO 2009  4  1  2 20  0.000000  1    0.110107435520E-03                     
+AR FAA1 2009  4  1  2 20  0.000000  1   -0.165738614365E-07                     
+AR FAIR 2009  4  1  2 20  0.000000  1   -0.596836717465E-07                     
+AR GLPS 2009  4  1  2 20  0.000000  1   -0.573436737231E-07                     
+AR GUAM 2009  4  1  2 20  0.000000  1   -0.834019734746E-07                     
+AR GUAT 2009  4  1  2 20  0.000000  1    0.878979815828E-08                     
+AR HOB2 2009  4  1  2 20  0.000000  1    0.844718699886E-07                     
+AR HOFN 2009  4  1  2 20  0.000000  1    0.353284315851E-03                     
+AR HOLM 2009  4  1  2 20  0.000000  1   -0.478607792414E-07                     
+AR HRAO 2009  4  1  2 20  0.000000  1    0.849453870305E-03                     
+AR HYDE 2009  4  1  2 20  0.000000  1    0.532320388874E-08                     
+AR IRKJ 2009  4  1  2 20  0.000000  1    0.163746916329E-03                     
+AR ISPA 2009  4  1  2 20  0.000000  1   -0.657287730968E-07                     
+AR KARR 2009  4  1  2 20  0.000000  1   -0.703763138610E-07                     
+AR KERG 2009  4  1  2 20  0.000000  1    0.816859034718E-03                     
+AR KHAJ 2009  4  1  2 20  0.000000  1   -0.150868007072E-05                     
+AR KIR0 2009  4  1  2 20  0.000000  1    0.283907817792E-03                     
+AR KIRU 2009  4  1  2 20  0.000000  1    0.591361641073E-03                     
+AR KIT3 2009  4  1  2 20  0.000000  1    0.120089057007E-07                     
+AR KOUR 2009  4  1  2 20  0.000000  1    0.125012519586E-03                     
+AR KUNM 2009  4  1  2 20  0.000000  1   -0.275443521454E-08                     
+AR LHAZ 2009  4  1  2 20  0.000000  1   -0.458767638023E-03                     
+AR MAL2 2009  4  1  2 20  0.000000  1   -0.551380602697E-08                     
+AR MAS1 2009  4  1  2 20  0.000000  1   -0.101615518259E-03                     
+AR MAW1 2009  4  1  2 20  0.000000  1   -0.574191281017E-09                     
+AR MCIL 2009  4  1  2 20  0.000000  1    0.331780368994E-07                     
+AR MCM4 2009  4  1  2 20  0.000000  1   -0.676803689326E-07                     
+AR MDO1 2009  4  1  2 20  0.000000  1   -0.402074663093E-07                     
+AR MDVJ 2009  4  1  2 20  0.000000  1    0.438552386321E-03                     
+AR MKEA 2009  4  1  2 20  0.000000  1   -0.774182956624E-07                     
+AR MOBS 2009  4  1  2 20  0.000000  1   -0.392317855693E-08                     
+AR NANO 2009  4  1  2 20  0.000000  1   -0.688958327188E-09                     
+AR NLIB 2009  4  1  2 20  0.000000  1   -0.118036226372E-06                     
+AR NNOR 2009  4  1  2 20  0.000000  1    0.365795093686E-03                     
+AR NRC1 2009  4  1  2 20  0.000000  1   -0.448975006945E-05                     
+AR NRIL 2009  4  1  2 20  0.000000  1   -0.560968427581E-07                     
+AR NRMD 2009  4  1  2 20  0.000000  1    0.341753318247E-07                     
+AR NTUS 2009  4  1  2 20  0.000000  1   -0.366829163526E-08                     
+AR NYAL 2009  4  1  2 20  0.000000  1    0.917972328688E-07                     
+AR OHI3 2009  4  1  2 20  0.000000  1   -0.421321681411E-03                     
+AR ONSA 2009  4  1  2 20  0.000000  1   -0.324738855910E-04                     
+AR PDEL 2009  4  1  2 20  0.000000  1    0.331332776489E-08                     
+AR PERT 2009  4  1  2 20  0.000000  1   -0.669204477476E-07                     
+AR PETP 2009  4  1  2 20  0.000000  1   -0.621039100807E-07                     
+AR PIMO 2009  4  1  2 20  0.000000  1   -0.850398471944E-07                     
+AR QAQ1 2009  4  1  2 20  0.000000  1   -0.530857181959E-07                     
+AR QUIN 2009  4  1  2 20  0.000000  1   -0.669007551643E-07                     
+AR RABT 2009  4  1  2 20  0.000000  1   -0.404581813433E-07                     
+AR RAMO 2009  4  1  2 20  0.000000  1   -0.157655070494E-07                     
+AR RCMN 2009  4  1  2 20  0.000000  1    0.567321236883E-08                     
+AR REDU 2009  4  1  2 20  0.000000  1   -0.554426535052E-07                     
+AR REUN 2009  4  1  2 20  0.000000  1    0.237341092585E-07                     
+AR REYK 2009  4  1  2 20  0.000000  1   -0.407251679922E-03                     
+AR SCH2 2009  4  1  2 20  0.000000  1    0.187179513201E-03                     
+AR SCUB 2009  4  1  2 20  0.000000  1   -0.669739066339E-07                     
+AR STJO 2009  4  1  2 20  0.000000  1   -0.700779263130E-05                     
+AR SYDN 2009  4  1  2 20  0.000000  1    0.140970244532E-05                     
+AR SYOG 2009  4  1  2 20  0.000000  1    0.140042416606E-04                     
+AR THU2 2009  4  1  2 20  0.000000  1   -0.297512439469E-03                     
+AR TOW2 2009  4  1  2 20  0.000000  1    0.398281991653E-08                     
+AR URUM 2009  4  1  2 20  0.000000  1    0.445494152681E-03                     
+AR VESL 2009  4  1  2 20  0.000000  1    0.193742626431E-03                     
+AR VILL 2009  4  1  2 20  0.000000  1   -0.543939074943E-07                     
+AR WTZR 2009  4  1  2 20  0.000000  1    0.434597232208E-07                     
+AR WUHN 2009  4  1  2 20  0.000000  1   -0.646887671131E-07                     
+AR YSSK 2009  4  1  2 20  0.000000  1   -0.681536461564E-07                     
+AR ZIM2 2009  4  1  2 20  0.000000  1    0.251177954258E-07                     
+AR XMIS 2009  4  1  2 20  0.000000  1   -0.503824233593E-08                     
+AR GODZ 2009  4  1  2 20  0.000000  1   -0.469125340740E-03                     
+AR MTKA 2009  4  1  2 20  0.000000  1   -0.736958723459E-07                     
+AR PARK 2009  4  1  2 20  0.000000  1    0.802004437662E-06                     
+AR UNBJ 2009  4  1  2 20  0.000000  1   -0.448401736079E-03                     
+AR NOVM 2009  4  1  2 20  0.000000  1    0.798327005846E-04                     
+AR SUNM 2009  4  1  2 20  0.000000  1    0.494718257661E-03                     
+AR CEBR 2009  4  1  2 20  0.000000  1    0.719430210772E-03                     
+AR CPXF 2009  4  1  2 20  0.000000  1    0.576509713937E-08                     
+AR IDDR 2009  4  1  2 20  0.000000  1    0.106774643325E-07                     
+AR AZGB 2009  4  1  2 20  0.000000  1    0.436935479543E-03                     
+AR TN22 2009  4  1  2 20  0.000000  1    0.348348580693E-03                     
+AR ETAD 2009  4  1  2 20  0.000000  1    0.314481530904E-07                     
+AR ILHA 2009  4  1  2 20  0.000000  1   -0.219886013765E-08                     
+AR POVE 2009  4  1  2 20  0.000000  1   -0.114241719687E-07                     
+AR RECF 2009  4  1  2 20  0.000000  1    0.164493194132E-07                     
+AR SALU 2009  4  1  2 20  0.000000  1    0.103554420106E-07                     
+AR SAVO 2009  4  1  2 20  0.000000  1    0.197108169868E-07                     
+AR UFPR 2009  4  1  2 20  0.000000  1    0.228605903047E-07                     
+AR YELL 2009  4  1  2 20  0.000000  1    0.235151000000E-06                     
+AS G32  2009  4  1  2 25  0.000000  1    0.280342039996E-03                     
+AS G24  2009  4  1  2 25  0.000000  1    0.177727889267E-03                     
+AS G25  2009  4  1  2 25  0.000000  1    0.333775101741E-03                     
+AS G26  2009  4  1  2 25  0.000000  1    0.543818835869E-04                     
+AS G27  2009  4  1  2 25  0.000000  1    0.370277640540E-04                     
+AS G30  2009  4  1  2 25  0.000000  1    0.136172144533E-03                     
+AS G03  2009  4  1  2 25  0.000000  1    0.373286766779E-03                     
+AS G04  2009  4  1  2 25  0.000000  1   -0.341985932034E-04                     
+AS G06  2009  4  1  2 25  0.000000  1    0.595956840905E-04                     
+AS G08  2009  4  1  2 25  0.000000  1   -0.196492868170E-03                     
+AS G09  2009  4  1  2 25  0.000000  1    0.483885184477E-04                     
+AS G10  2009  4  1  2 25  0.000000  1   -0.136037151108E-04                     
+AS G14  2009  4  1  2 25  0.000000  1   -0.132591710966E-03                     
+AS G13  2009  4  1  2 25  0.000000  1    0.293224474987E-03                     
+AS G28  2009  4  1  2 25  0.000000  1   -0.238271725592E-04                     
+AS G21  2009  4  1  2 25  0.000000  1    0.215914443902E-04                     
+AS G11  2009  4  1  2 25  0.000000  1    0.279400334463E-05                     
+AS G22  2009  4  1  2 25  0.000000  1    0.202447974099E-03                     
+AS G20  2009  4  1  2 25  0.000000  1    0.865925826319E-04                     
+AS G18  2009  4  1  2 25  0.000000  1   -0.696425739489E-04                     
+AS G16  2009  4  1  2 25  0.000000  1    0.631027547159E-04                     
+AS G19  2009  4  1  2 25  0.000000  1    0.293865476413E-04                     
+AS G23  2009  4  1  2 25  0.000000  1    0.388973450255E-03                     
+AS G02  2009  4  1  2 25  0.000000  1    0.153945392758E-03                     
+AS G31  2009  4  1  2 25  0.000000  1   -0.564358329862E-04                     
+AS G17  2009  4  1  2 25  0.000000  1    0.523830263769E-04                     
+AS G12  2009  4  1  2 25  0.000000  1   -0.299684308022E-03                     
+AS G15  2009  4  1  2 25  0.000000  1   -0.275854671863E-03                     
+AS G29  2009  4  1  2 25  0.000000  1    0.471217821261E-05                     
+AS G07  2009  4  1  2 25  0.000000  1    0.209959488589E-04                     
+AS R02  2009  4  1  2 25  0.000000  1    0.207602422718E-04                     
+AS R03  2009  4  1  2 25  0.000000  1   -0.341796544728E-04                     
+AS R04  2009  4  1  2 25  0.000000  1    0.640641169750E-04                     
+AS R06  2009  4  1  2 25  0.000000  1   -0.169215335623E-03                     
+AS R07  2009  4  1  2 25  0.000000  1   -0.892737949433E-04                     
+AS R08  2009  4  1  2 25  0.000000  1   -0.102028426845E-03                     
+AS R10  2009  4  1  2 25  0.000000  1   -0.140860540226E-03                     
+AS R11  2009  4  1  2 25  0.000000  1   -0.925957149694E-04                     
+AS R13  2009  4  1  2 25  0.000000  1   -0.230605019024E-03                     
+AS R14  2009  4  1  2 25  0.000000  1   -0.797186915882E-04                     
+AS R15  2009  4  1  2 25  0.000000  1    0.920776126197E-04                     
+AS R17  2009  4  1  2 25  0.000000  1   -0.261230187275E-03                     
+AS R18  2009  4  1  2 25  0.000000  1   -0.133545853573E-05                     
+AS R19  2009  4  1  2 25  0.000000  1   -0.893867032745E-04                     
+AS R20  2009  4  1  2 25  0.000000  1   -0.650062072493E-04                     
+AS R21  2009  4  1  2 25  0.000000  1   -0.143297952281E-03                     
+AS R22  2009  4  1  2 25  0.000000  1   -0.201484116778E-03                     
+AS R23  2009  4  1  2 25  0.000000  1   -0.200487846993E-03                     
+AR ALGO 2009  4  1  2 25  0.000000  1    0.804436431089E-04                     
+AR ALIC 2009  4  1  2 25  0.000000  1   -0.235609894558E-09                     
+AR AMC2 2009  4  1  2 25  0.000000  1    0.373502604458E-09                     
+AR ANKR 2009  4  1  2 25  0.000000  1    0.580341248848E-04                     
+AR ARTU 2009  4  1  2 25  0.000000  1   -0.654881966177E-07                     
+AR ASPA 2009  4  1  2 25  0.000000  1    0.154846523543E-07                     
+AR BHR1 2009  4  1  2 25  0.000000  1    0.563382002974E-03                     
+AR BARH 2009  4  1  2 25  0.000000  1    0.899322789439E-08                     
+AR BJFS 2009  4  1  2 25  0.000000  1   -0.608809531791E-07                     
+AR BOGT 2009  4  1  2 25  0.000000  1   -0.556509034672E-07                     
+AR BRMU 2009  4  1  2 25  0.000000  1   -0.172188091686E-03                     
+AR CAGZ 2009  4  1  2 25  0.000000  1    0.699740422415E-04                     
+AR CAS1 2009  4  1  2 25  0.000000  1    0.542134875239E-08                     
+AR CHAT 2009  4  1  2 25  0.000000  1   -0.722199672637E-07                     
+AR CHPI 2009  4  1  2 25  0.000000  1   -0.475467653390E-07                     
+AR COCO 2009  4  1  2 25  0.000000  1    0.227667936876E-03                     
+AR CONZ 2009  4  1  2 25  0.000000  1   -0.276322382396E-03                     
+AR CRAR 2009  4  1  2 25  0.000000  1   -0.194294686824E-03                     
+AR CRO1 2009  4  1  2 25  0.000000  1    0.665101400221E-03                     
+AR DAEJ 2009  4  1  2 25  0.000000  1   -0.196619572060E-03                     
+AR DARW 2009  4  1  2 25  0.000000  1   -0.653560059363E-08                     
+AR DRAO 2009  4  1  2 25  0.000000  1    0.110144317866E-03                     
+AR FAA1 2009  4  1  2 25  0.000000  1   -0.173938743132E-07                     
+AR FAIR 2009  4  1  2 25  0.000000  1   -0.596174609547E-07                     
+AR GLPS 2009  4  1  2 25  0.000000  1   -0.559609022150E-07                     
+AR GUAM 2009  4  1  2 25  0.000000  1   -0.844851800831E-07                     
+AR GUAT 2009  4  1  2 25  0.000000  1    0.439376038682E-08                     
+AR HOB2 2009  4  1  2 25  0.000000  1    0.845167015845E-07                     
+AR HOFN 2009  4  1  2 25  0.000000  1    0.431469140943E-03                     
+AR HOLM 2009  4  1  2 25  0.000000  1   -0.474746484770E-07                     
+AR HRAO 2009  4  1  2 25  0.000000  1    0.849453968060E-03                     
+AR HYDE 2009  4  1  2 25  0.000000  1    0.670700398214E-08                     
+AR IRKJ 2009  4  1  2 25  0.000000  1    0.163746952494E-03                     
+AR ISPA 2009  4  1  2 25  0.000000  1   -0.665163783310E-07                     
+AR KARR 2009  4  1  2 25  0.000000  1   -0.645522028581E-07                     
+AR KERG 2009  4  1  2 25  0.000000  1    0.816865759900E-03                     
+AR KHAJ 2009  4  1  2 25  0.000000  1   -0.150867255816E-05                     
+AR KIR0 2009  4  1  2 25  0.000000  1    0.283900879767E-03                     
+AR KIRU 2009  4  1  2 25  0.000000  1    0.591365030079E-03                     
+AR KIT3 2009  4  1  2 25  0.000000  1    0.125963861175E-07                     
+AR KOUR 2009  4  1  2 25  0.000000  1    0.125012522728E-03                     
+AR KUNM 2009  4  1  2 25  0.000000  1    0.112597311998E-07                     
+AR LHAZ 2009  4  1  2 25  0.000000  1   -0.468479956855E-03                     
+AR MAL2 2009  4  1  2 25  0.000000  1   -0.103710619501E-07                     
+AR MAS1 2009  4  1  2 25  0.000000  1   -0.101615681928E-03                     
+AR MAW1 2009  4  1  2 25  0.000000  1   -0.686802724990E-09                     
+AR MCIL 2009  4  1  2 25  0.000000  1    0.332007176114E-07                     
+AR MCM4 2009  4  1  2 25  0.000000  1   -0.668960311940E-07                     
+AR MDO1 2009  4  1  2 25  0.000000  1   -0.392556661409E-07                     
+AR MDVJ 2009  4  1  2 25  0.000000  1    0.438552392808E-03                     
+AR MKEA 2009  4  1  2 25  0.000000  1   -0.854273531361E-07                     
+AR MOBS 2009  4  1  2 25  0.000000  1   -0.226395326907E-08                     
+AR NANO 2009  4  1  2 25  0.000000  1    0.590124116416E-10                     
+AR NLIB 2009  4  1  2 25  0.000000  1   -0.118034741542E-06                     
+AR NNOR 2009  4  1  2 25  0.000000  1    0.365794685746E-03                     
+AR NRC1 2009  4  1  2 25  0.000000  1   -0.448971396744E-05                     
+AR NRIL 2009  4  1  2 25  0.000000  1   -0.555044226561E-07                     
+AR NRMD 2009  4  1  2 25  0.000000  1    0.337470078442E-07                     
+AR NTUS 2009  4  1  2 25  0.000000  1   -0.159225420250E-08                     
+AR NYAL 2009  4  1  2 25  0.000000  1    0.918246652667E-07                     
+AR OHI3 2009  4  1  2 25  0.000000  1   -0.331599909709E-03                     
+AR ONSA 2009  4  1  2 25  0.000000  1   -0.324739098879E-04                     
+AR PDEL 2009  4  1  2 25  0.000000  1    0.309415883541E-08                     
+AR PERT 2009  4  1  2 25  0.000000  1   -0.761782714964E-07                     
+AR PETP 2009  4  1  2 25  0.000000  1   -0.639470792313E-07                     
+AR PIMO 2009  4  1  2 25  0.000000  1   -0.851630915949E-07                     
+AR QAQ1 2009  4  1  2 25  0.000000  1   -0.512853453303E-07                     
+AR QUIN 2009  4  1  2 25  0.000000  1   -0.646893248631E-07                     
+AR RABT 2009  4  1  2 25  0.000000  1   -0.470519248367E-07                     
+AR RAMO 2009  4  1  2 25  0.000000  1    0.250897496010E-07                     
+AR RCMN 2009  4  1  2 25  0.000000  1    0.107503247394E-07                     
+AR REDU 2009  4  1  2 25  0.000000  1   -0.557164547078E-07                     
+AR REUN 2009  4  1  2 25  0.000000  1    0.227386724792E-07                     
+AR REYK 2009  4  1  2 25  0.000000  1   -0.388345641069E-03                     
+AR SCH2 2009  4  1  2 25  0.000000  1    0.187194780149E-03                     
+AR SCUB 2009  4  1  2 25  0.000000  1   -0.654409878804E-07                     
+AR STJO 2009  4  1  2 25  0.000000  1   -0.700806210082E-05                     
+AR SYDN 2009  4  1  2 25  0.000000  1    0.140970678655E-05                     
+AR SYOG 2009  4  1  2 25  0.000000  1    0.140042663863E-04                     
+AR THU2 2009  4  1  2 25  0.000000  1   -0.299514639601E-03                     
+AR TOW2 2009  4  1  2 25  0.000000  1    0.349104795706E-09                     
+AR URUM 2009  4  1  2 25  0.000000  1    0.375796293724E-03                     
+AR VESL 2009  4  1  2 25  0.000000  1    0.231225289181E-03                     
+AR VILL 2009  4  1  2 25  0.000000  1   -0.547946775475E-07                     
+AR WTZR 2009  4  1  2 25  0.000000  1    0.434765731307E-07                     
+AR WUHN 2009  4  1  2 25  0.000000  1   -0.651811506023E-07                     
+AR YSSK 2009  4  1  2 25  0.000000  1   -0.668742001942E-07                     
+AR ZIM2 2009  4  1  2 25  0.000000  1    0.256990555151E-07                     
+AR XMIS 2009  4  1  2 25  0.000000  1   -0.420074901380E-08                     
+AR GODZ 2009  4  1  2 25  0.000000  1   -0.469125268522E-03                     
+AR MTKA 2009  4  1  2 25  0.000000  1   -0.677268492430E-07                     
+AR PARK 2009  4  1  2 25  0.000000  1    0.802030575275E-06                     
+AR UNBJ 2009  4  1  2 25  0.000000  1    0.479738960018E-03                     
+AR NOVM 2009  4  1  2 25  0.000000  1    0.798327287027E-04                     
+AR SUNM 2009  4  1  2 25  0.000000  1    0.338125975109E-03                     
+AR CEBR 2009  4  1  2 25  0.000000  1    0.719430256815E-03                     
+AR CPXF 2009  4  1  2 25  0.000000  1    0.639168420523E-08                     
+AR IDDR 2009  4  1  2 25  0.000000  1    0.988512590401E-08                     
+AR AZGB 2009  4  1  2 25  0.000000  1    0.297652807374E-03                     
+AR TN22 2009  4  1  2 25  0.000000  1    0.271324201360E-03                     
+AR ETAD 2009  4  1  2 25  0.000000  1    0.275521158272E-07                     
+AR ILHA 2009  4  1  2 25  0.000000  1    0.611923168967E-09                     
+AR POVE 2009  4  1  2 25  0.000000  1   -0.857917686049E-08                     
+AR RECF 2009  4  1  2 25  0.000000  1    0.179594756248E-07                     
+AR SALU 2009  4  1  2 25  0.000000  1    0.119938838941E-07                     
+AR SAVO 2009  4  1  2 25  0.000000  1    0.196020340816E-07                     
+AR UFPR 2009  4  1  2 25  0.000000  1    0.189448608825E-07                     
+AR YELL 2009  4  1  2 25  0.000000  1    0.235221000000E-06                     
+AS G32  2009  4  1  2 30  0.000000  1    0.280340621207E-03                     
+AS G24  2009  4  1  2 30  0.000000  1    0.177728589011E-03                     
+AS G25  2009  4  1  2 30  0.000000  1    0.333781645447E-03                     
+AS G26  2009  4  1  2 30  0.000000  1    0.543828409532E-04                     
+AS G27  2009  4  1  2 30  0.000000  1    0.370285280570E-04                     
+AS G30  2009  4  1  2 30  0.000000  1    0.136173245164E-03                     
+AS G03  2009  4  1  2 30  0.000000  1    0.373288381732E-03                     
+AS G04  2009  4  1  2 30  0.000000  1   -0.342028337892E-04                     
+AS G06  2009  4  1  2 30  0.000000  1    0.596010375448E-04                     
+AS G08  2009  4  1  2 30  0.000000  1   -0.196493010713E-03                     
+AS G09  2009  4  1  2 30  0.000000  1    0.483889633761E-04                     
+AS G10  2009  4  1  2 30  0.000000  1   -0.136039012280E-04                     
+AS G14  2009  4  1  2 30  0.000000  1   -0.132589985257E-03                     
+AS G13  2009  4  1  2 30  0.000000  1    0.293224892586E-03                     
+AS G28  2009  4  1  2 30  0.000000  1   -0.238273835653E-04                     
+AS G21  2009  4  1  2 30  0.000000  1    0.215907291338E-04                     
+AS G11  2009  4  1  2 30  0.000000  1    0.279356895724E-05                     
+AS G22  2009  4  1  2 30  0.000000  1    0.202447127970E-03                     
+AS G20  2009  4  1  2 30  0.000000  1    0.865919817697E-04                     
+AS G18  2009  4  1  2 30  0.000000  1   -0.696417813266E-04                     
+AS G16  2009  4  1  2 30  0.000000  1    0.631017349005E-04                     
+AS G19  2009  4  1  2 30  0.000000  1    0.293861594764E-04                     
+AS G23  2009  4  1  2 30  0.000000  1    0.388973747863E-03                     
+AS G02  2009  4  1  2 30  0.000000  1    0.153945219150E-03                     
+AS G31  2009  4  1  2 30  0.000000  1   -0.564360820456E-04                     
+AS G17  2009  4  1  2 30  0.000000  1    0.523836550600E-04                     
+AS G12  2009  4  1  2 30  0.000000  1   -0.299682843998E-03                     
+AS G15  2009  4  1  2 30  0.000000  1   -0.275856263993E-03                     
+AS G29  2009  4  1  2 30  0.000000  1    0.471361005629E-05                     
+AS G07  2009  4  1  2 30  0.000000  1    0.209958237113E-04                     
+AS R02  2009  4  1  2 30  0.000000  1    0.207594568295E-04                     
+AS R03  2009  4  1  2 30  0.000000  1   -0.341810119810E-04                     
+AS R04  2009  4  1  2 30  0.000000  1    0.640640143870E-04                     
+AS R06  2009  4  1  2 30  0.000000  1   -0.169214863558E-03                     
+AS R07  2009  4  1  2 30  0.000000  1   -0.892723639884E-04                     
+AS R08  2009  4  1  2 30  0.000000  1   -0.102028120080E-03                     
+AS R10  2009  4  1  2 30  0.000000  1   -0.140860362341E-03                     
+AS R11  2009  4  1  2 30  0.000000  1   -0.925959673694E-04                     
+AS R13  2009  4  1  2 30  0.000000  1   -0.230605555878E-03                     
+AS R14  2009  4  1  2 30  0.000000  1   -0.797174614061E-04                     
+AS R15  2009  4  1  2 30  0.000000  1    0.920772781794E-04                     
+AS R17  2009  4  1  2 30  0.000000  1   -0.261230591891E-03                     
+AS R18  2009  4  1  2 30  0.000000  1   -0.133554904440E-05                     
+AS R19  2009  4  1  2 30  0.000000  1   -0.893871066452E-04                     
+AS R20  2009  4  1  2 30  0.000000  1   -0.650063647406E-04                     
+AS R21  2009  4  1  2 30  0.000000  1   -0.143298650417E-03                     
+AS R22  2009  4  1  2 30  0.000000  1   -0.201484987199E-03                     
+AS R23  2009  4  1  2 30  0.000000  1   -0.200486218578E-03                     
+AR ALGO 2009  4  1  2 30  0.000000  1    0.804476766474E-04                     
+AR ALIC 2009  4  1  2 30  0.000000  1    0.250422819080E-09                     
+AR AMC2 2009  4  1  2 30  0.000000  1    0.359382920129E-09                     
+AR ANKR 2009  4  1  2 30  0.000000  1    0.133567156083E-03                     
+AR ARTU 2009  4  1  2 30  0.000000  1   -0.655356601364E-07                     
+AR ASPA 2009  4  1  2 30  0.000000  1    0.131925942135E-07                     
+AR BHR1 2009  4  1  2 30  0.000000  1    0.563382071235E-03                     
+AR BARH 2009  4  1  2 30  0.000000  1    0.307136520084E-08                     
+AR BJFS 2009  4  1  2 30  0.000000  1   -0.609048896201E-07                     
+AR BOGT 2009  4  1  2 30  0.000000  1   -0.560624949242E-07                     
+AR BRMU 2009  4  1  2 30  0.000000  1    0.321873577040E-03                     
+AR CAGZ 2009  4  1  2 30  0.000000  1    0.293478337991E-03                     
+AR CAS1 2009  4  1  2 30  0.000000  1    0.411647767281E-08                     
+AR CHAT 2009  4  1  2 30  0.000000  1   -0.732775769739E-07                     
+AR CHPI 2009  4  1  2 30  0.000000  1   -0.466673636098E-07                     
+AR COCO 2009  4  1  2 30  0.000000  1    0.227667242833E-03                     
+AR CONZ 2009  4  1  2 30  0.000000  1   -0.407980397798E-03                     
+AR CRAR 2009  4  1  2 30  0.000000  1   -0.219436699803E-03                     
+AR CRO1 2009  4  1  2 30  0.000000  1    0.665101445545E-03                     
+AR DAEJ 2009  4  1  2 30  0.000000  1   -0.196619337659E-03                     
+AR DARW 2009  4  1  2 30  0.000000  1   -0.560947401086E-08                     
+AR DRAO 2009  4  1  2 30  0.000000  1    0.110181066407E-03                     
+AR FAA1 2009  4  1  2 30  0.000000  1   -0.174903418493E-07                     
+AR FAIR 2009  4  1  2 30  0.000000  1   -0.664135118123E-07                     
+AR GLPS 2009  4  1  2 30  0.000000  1   -0.543694576955E-07                     
+AR GUAM 2009  4  1  2 30  0.000000  1   -0.799820180896E-07                     
+AR GUAT 2009  4  1  2 30  0.000000  1    0.104229280260E-07                     
+AR HOB2 2009  4  1  2 30  0.000000  1    0.845321658074E-07                     
+AR HOFN 2009  4  1  2 30  0.000000  1   -0.490339315482E-03                     
+AR HOLM 2009  4  1  2 30  0.000000  1   -0.496166408287E-07                     
+AR HRAO 2009  4  1  2 30  0.000000  1    0.849454024849E-03                     
+AR HYDE 2009  4  1  2 30  0.000000  1    0.676097511722E-08                     
+AR IRKJ 2009  4  1  2 30  0.000000  1    0.163746920202E-03                     
+AR ISPA 2009  4  1  2 30  0.000000  1   -0.674933049482E-07                     
+AR KARR 2009  4  1  2 30  0.000000  1   -0.648733496539E-07                     
+AR KERG 2009  4  1  2 30  0.000000  1    0.816872366900E-03                     
+AR KHAJ 2009  4  1  2 30  0.000000  1   -0.150867117295E-05                     
+AR KIR0 2009  4  1  2 30  0.000000  1    0.283893948329E-03                     
+AR KIRU 2009  4  1  2 30  0.000000  1    0.591364022488E-03                     
+AR KIT3 2009  4  1  2 30  0.000000  1    0.863221506257E-09                     
+AR KOUR 2009  4  1  2 30  0.000000  1    0.125012513198E-03                     
+AR KUNM 2009  4  1  2 30  0.000000  1    0.160745342923E-07                     
+AR LHAZ 2009  4  1  2 30  0.000000  1   -0.478008307417E-03                     
+AR MAL2 2009  4  1  2 30  0.000000  1   -0.424632387447E-08                     
+AR MAS1 2009  4  1  2 30  0.000000  1   -0.101615868240E-03                     
+AR MAW1 2009  4  1  2 30  0.000000  1    0.197258793894E-08                     
+AR MCIL 2009  4  1  2 30  0.000000  1    0.330402409482E-07                     
+AR MCM4 2009  4  1  2 30  0.000000  1   -0.664092391170E-07                     
+AR MDO1 2009  4  1  2 30  0.000000  1   -0.380739021279E-07                     
+AR MDVJ 2009  4  1  2 30  0.000000  1    0.438552383048E-03                     
+AR MKEA 2009  4  1  2 30  0.000000  1   -0.722392894679E-07                     
+AR MOBS 2009  4  1  2 30  0.000000  1   -0.261055710899E-08                     
+AR NANO 2009  4  1  2 30  0.000000  1    0.295566681763E-09                     
+AR NLIB 2009  4  1  2 30  0.000000  1   -0.118063444212E-06                     
+AR NNOR 2009  4  1  2 30  0.000000  1    0.365794916960E-03                     
+AR NRC1 2009  4  1  2 30  0.000000  1   -0.448965812007E-05                     
+AR NRIL 2009  4  1  2 30  0.000000  1   -0.489337468085E-07                     
+AR NRMD 2009  4  1  2 30  0.000000  1    0.335882492977E-07                     
+AR NTUS 2009  4  1  2 30  0.000000  1   -0.332393349600E-08                     
+AR NYAL 2009  4  1  2 30  0.000000  1    0.918309532314E-07                     
+AR OHI3 2009  4  1  2 30  0.000000  1   -0.241812338886E-03                     
+AR ONSA 2009  4  1  2 30  0.000000  1   -0.324739615926E-04                     
+AR PDEL 2009  4  1  2 30  0.000000  1    0.302954700132E-08                     
+AR PERT 2009  4  1  2 30  0.000000  1   -0.785855410050E-07                     
+AR PETP 2009  4  1  2 30  0.000000  1   -0.643847168417E-07                     
+AR PIMO 2009  4  1  2 30  0.000000  1   -0.835312614705E-07                     
+AR QAQ1 2009  4  1  2 30  0.000000  1   -0.506739422566E-07                     
+AR QUIN 2009  4  1  2 30  0.000000  1   -0.631271773778E-07                     
+AR RABT 2009  4  1  2 30  0.000000  1   -0.452068244421E-07                     
+AR RAMO 2009  4  1  2 30  0.000000  1   -0.988559709861E-08                     
+AR RCMN 2009  4  1  2 30  0.000000  1    0.560056461027E-08                     
+AR REDU 2009  4  1  2 30  0.000000  1   -0.526268424975E-07                     
+AR REUN 2009  4  1  2 30  0.000000  1    0.237698201083E-07                     
+AR REYK 2009  4  1  2 30  0.000000  1   -0.369044316259E-03                     
+AR SCH2 2009  4  1  2 30  0.000000  1    0.187210133014E-03                     
+AR SCUB 2009  4  1  2 30  0.000000  1   -0.634526856327E-07                     
+AR STJO 2009  4  1  2 30  0.000000  1   -0.700837469636E-05                     
+AR SYDN 2009  4  1  2 30  0.000000  1    0.141000876717E-05                     
+AR SYOG 2009  4  1  2 30  0.000000  1    0.140042957645E-04                     
+AR THU2 2009  4  1  2 30  0.000000  1   -0.301516898715E-03                     
+AR TOW2 2009  4  1  2 30  0.000000  1   -0.159267574844E-08                     
+AR URUM 2009  4  1  2 30  0.000000  1    0.306096187915E-03                     
+AR VESL 2009  4  1  2 30  0.000000  1    0.268690876061E-03                     
+AR VILL 2009  4  1  2 30  0.000000  1   -0.530679163296E-07                     
+AR WTZR 2009  4  1  2 30  0.000000  1    0.434643912168E-07                     
+AR WUHN 2009  4  1  2 30  0.000000  1   -0.651474335630E-07                     
+AR YSSK 2009  4  1  2 30  0.000000  1   -0.638943766299E-07                     
+AR ZIM2 2009  4  1  2 30  0.000000  1    0.263515519751E-07                     
+AR XMIS 2009  4  1  2 30  0.000000  1   -0.246201681545E-08                     
+AR GODZ 2009  4  1  2 30  0.000000  1   -0.469125220654E-03                     
+AR MTKA 2009  4  1  2 30  0.000000  1   -0.633938402678E-07                     
+AR PARK 2009  4  1  2 30  0.000000  1    0.802009190499E-06                     
+AR UNBJ 2009  4  1  2 30  0.000000  1    0.407911680017E-03                     
+AR NOVM 2009  4  1  2 30  0.000000  1    0.798327016681E-04                     
+AR SUNM 2009  4  1  2 30  0.000000  1    0.181226250387E-03                     
+AR CEBR 2009  4  1  2 30  0.000000  1    0.719430248354E-03                     
+AR CPXF 2009  4  1  2 30  0.000000  1   -0.122410272289E-08                     
+AR IDDR 2009  4  1  2 30  0.000000  1    0.721647146360E-08                     
+AR AZGB 2009  4  1  2 30  0.000000  1    0.158275515366E-03                     
+AR TN22 2009  4  1  2 30  0.000000  1    0.194915659494E-03                     
+AR ETAD 2009  4  1  2 30  0.000000  1    0.293840917257E-07                     
+AR ILHA 2009  4  1  2 30  0.000000  1   -0.200309783695E-08                     
+AR POVE 2009  4  1  2 30  0.000000  1   -0.851774435211E-08                     
+AR RECF 2009  4  1  2 30  0.000000  1    0.182027030611E-07                     
+AR SALU 2009  4  1  2 30  0.000000  1    0.128782173696E-07                     
+AR SAVO 2009  4  1  2 30  0.000000  1    0.183480893014E-07                     
+AR UFPR 2009  4  1  2 30  0.000000  1    0.250911474089E-07                     
+AR YELL 2009  4  1  2 30  0.000000  1    0.235291000000E-06                     
+AS G32  2009  4  1  2 35  0.000000  1    0.280339642687E-03                     
+AS G24  2009  4  1  2 35  0.000000  1    0.177729909765E-03                     
+AS G25  2009  4  1  2 35  0.000000  1    0.333788602160E-03                     
+AS G26  2009  4  1  2 35  0.000000  1    0.543836588477E-04                     
+AS G27  2009  4  1  2 35  0.000000  1    0.370293734152E-04                     
+AS G30  2009  4  1  2 35  0.000000  1    0.136173892771E-03                     
+AS G03  2009  4  1  2 35  0.000000  1    0.373290715959E-03                     
+AS G04  2009  4  1  2 35  0.000000  1   -0.342071196177E-04                     
+AS G06  2009  4  1  2 35  0.000000  1    0.596068734465E-04                     
+AS G08  2009  4  1  2 35  0.000000  1   -0.196493296079E-03                     
+AS G09  2009  4  1  2 35  0.000000  1    0.483905845190E-04                     
+AS G10  2009  4  1  2 35  0.000000  1   -0.136032201435E-04                     
+AS G14  2009  4  1  2 35  0.000000  1   -0.132587735207E-03                     
+AS G13  2009  4  1  2 35  0.000000  1    0.293225798736E-03                     
+AS G28  2009  4  1  2 35  0.000000  1   -0.238267056664E-04                     
+AS G21  2009  4  1  2 35  0.000000  1    0.215905650946E-04                     
+AS G11  2009  4  1  2 35  0.000000  1    0.279366853620E-05                     
+AS G22  2009  4  1  2 35  0.000000  1    0.202447534718E-03                     
+AS G20  2009  4  1  2 35  0.000000  1    0.865924887286E-04                     
+AS G18  2009  4  1  2 35  0.000000  1   -0.696403289576E-04                     
+AS G16  2009  4  1  2 35  0.000000  1    0.631012576674E-04                     
+AS G19  2009  4  1  2 35  0.000000  1    0.293864523079E-04                     
+AS G23  2009  4  1  2 35  0.000000  1    0.388974253879E-03                     
+AS G02  2009  4  1  2 35  0.000000  1    0.153945452442E-03                     
+AS G31  2009  4  1  2 35  0.000000  1   -0.564359975328E-04                     
+AS G17  2009  4  1  2 35  0.000000  1    0.523847994420E-04                     
+AS G12  2009  4  1  2 35  0.000000  1   -0.299680960716E-03                     
+AS G15  2009  4  1  2 35  0.000000  1   -0.275856992121E-03                     
+AS G29  2009  4  1  2 35  0.000000  1    0.471523262715E-05                     
+AS G07  2009  4  1  2 35  0.000000  1    0.209961667567E-04                     
+AS R02  2009  4  1  2 35  0.000000  1    0.207589110934E-04                     
+AS R03  2009  4  1  2 35  0.000000  1   -0.341827189006E-04                     
+AS R04  2009  4  1  2 35  0.000000  1    0.640610062087E-04                     
+AS R06  2009  4  1  2 35  0.000000  1   -0.169213968604E-03                     
+AS R07  2009  4  1  2 35  0.000000  1   -0.892711417666E-04                     
+AS R08  2009  4  1  2 35  0.000000  1   -0.102027629115E-03                     
+AS R10  2009  4  1  2 35  0.000000  1   -0.140860106793E-03                     
+AS R11  2009  4  1  2 35  0.000000  1   -0.925960546770E-04                     
+AS R13  2009  4  1  2 35  0.000000  1   -0.230605400695E-03                     
+AS R14  2009  4  1  2 35  0.000000  1   -0.797162223235E-04                     
+AS R15  2009  4  1  2 35  0.000000  1    0.920774624161E-04                     
+AS R17  2009  4  1  2 35  0.000000  1   -0.261230752343E-03                     
+AS R18  2009  4  1  2 35  0.000000  1   -0.133533564092E-05                     
+AS R19  2009  4  1  2 35  0.000000  1   -0.893871231534E-04                     
+AS R20  2009  4  1  2 35  0.000000  1   -0.650062844400E-04                     
+AS R21  2009  4  1  2 35  0.000000  1   -0.143298481411E-03                     
+AS R22  2009  4  1  2 35  0.000000  1   -0.201485651187E-03                     
+AS R23  2009  4  1  2 35  0.000000  1   -0.200484278894E-03                     
+AR ALGO 2009  4  1  2 35  0.000000  1    0.804521490826E-04                     
+AR ALIC 2009  4  1  2 35  0.000000  1    0.276435154742E-08                     
+AR AMC2 2009  4  1  2 35  0.000000  1    0.749148875653E-09                     
+AR ANKR 2009  4  1  2 35  0.000000  1    0.209080499646E-03                     
+AR ARTU 2009  4  1  2 35  0.000000  1   -0.653395746500E-07                     
+AR ASPA 2009  4  1  2 35  0.000000  1    0.127027896746E-07                     
+AR BHR1 2009  4  1  2 35  0.000000  1    0.563382652603E-03                     
+AR BARH 2009  4  1  2 35  0.000000  1    0.518377769167E-08                     
+AR BJFS 2009  4  1  2 35  0.000000  1   -0.590596402730E-07                     
+AR BOGT 2009  4  1  2 35  0.000000  1   -0.541711729716E-07                     
+AR BRMU 2009  4  1  2 35  0.000000  1   -0.183675873815E-03                     
+AR CAGZ 2009  4  1  2 35  0.000000  1   -0.482999272730E-03                     
+AR CAS1 2009  4  1  2 35  0.000000  1    0.595461975347E-08                     
+AR CHAT 2009  4  1  2 35  0.000000  1   -0.722739063713E-07                     
+AR CHPI 2009  4  1  2 35  0.000000  1   -0.452370337428E-07                     
+AR COCO 2009  4  1  2 35  0.000000  1    0.227666908983E-03                     
+AR CONZ 2009  4  1  2 35  0.000000  1    0.460452913946E-03                     
+AR CRAR 2009  4  1  2 35  0.000000  1   -0.244573633090E-03                     
+AR CRO1 2009  4  1  2 35  0.000000  1    0.665101871111E-03                     
+AR DAEJ 2009  4  1  2 35  0.000000  1   -0.196618646811E-03                     
+AR DARW 2009  4  1  2 35  0.000000  1   -0.550562708796E-08                     
+AR DRAO 2009  4  1  2 35  0.000000  1    0.110218198040E-03                     
+AR FAA1 2009  4  1  2 35  0.000000  1   -0.178613247774E-07                     
+AR FAIR 2009  4  1  2 35  0.000000  1   -0.657209105665E-07                     
+AR GLPS 2009  4  1  2 35  0.000000  1   -0.632709090744E-07                     
+AR GUAM 2009  4  1  2 35  0.000000  1   -0.784577845698E-07                     
+AR GUAT 2009  4  1  2 35  0.000000  1    0.115386598434E-07                     
+AR HOB2 2009  4  1  2 35  0.000000  1    0.849301891295E-07                     
+AR HOFN 2009  4  1  2 35  0.000000  1   -0.412145345755E-03                     
+AR HOLM 2009  4  1  2 35  0.000000  1   -0.591971316010E-07                     
+AR HRAO 2009  4  1  2 35  0.000000  1    0.849454504632E-03                     
+AR HYDE 2009  4  1  2 35  0.000000  1    0.445426316089E-08                     
+AR IRKJ 2009  4  1  2 35  0.000000  1    0.163747302426E-03                     
+AR ISPA 2009  4  1  2 35  0.000000  1   -0.672140749525E-07                     
+AR KARR 2009  4  1  2 35  0.000000  1   -0.611722031107E-07                     
+AR KERG 2009  4  1  2 35  0.000000  1    0.816879658114E-03                     
+AR KIR0 2009  4  1  2 35  0.000000  1    0.283887407310E-03                     
+AR KIRU 2009  4  1  2 35  0.000000  1    0.591361653927E-03                     
+AR KIT3 2009  4  1  2 35  0.000000  1    0.653632368992E-08                     
+AR KOUR 2009  4  1  2 35  0.000000  1    0.125012913064E-03                     
+AR KUNM 2009  4  1  2 35  0.000000  1    0.275999695701E-09                     
+AR LHAZ 2009  4  1  2 35  0.000000  1   -0.487359569088E-03                     
+AR MAL2 2009  4  1  2 35  0.000000  1   -0.430045939502E-08                     
+AR MAS1 2009  4  1  2 35  0.000000  1   -0.101615649415E-03                     
+AR MAW1 2009  4  1  2 35  0.000000  1    0.200530463617E-08                     
+AR MCIL 2009  4  1  2 35  0.000000  1    0.325419375953E-07                     
+AR MCM4 2009  4  1  2 35  0.000000  1   -0.678219718048E-07                     
+AR MDO1 2009  4  1  2 35  0.000000  1   -0.377314721479E-07                     
+AR MDVJ 2009  4  1  2 35  0.000000  1    0.438552758860E-03                     
+AR MKEA 2009  4  1  2 35  0.000000  1   -0.703771888693E-07                     
+AR MOBS 2009  4  1  2 35  0.000000  1    0.197605997285E-08                     
+AR NANO 2009  4  1  2 35  0.000000  1   -0.356458104492E-09                     
+AR NLIB 2009  4  1  2 35  0.000000  1   -0.117702907465E-06                     
+AR NNOR 2009  4  1  2 35  0.000000  1    0.365795074646E-03                     
+AR NRC1 2009  4  1  2 35  0.000000  1   -0.448925464447E-05                     
+AR NRIL 2009  4  1  2 35  0.000000  1   -0.516365250563E-07                     
+AR NRMD 2009  4  1  2 35  0.000000  1    0.330060681869E-07                     
+AR NTUS 2009  4  1  2 35  0.000000  1   -0.422113102773E-08                     
+AR NYAL 2009  4  1  2 35  0.000000  1    0.922140233572E-07                     
+AR OHI3 2009  4  1  2 35  0.000000  1   -0.151914177957E-03                     
+AR ONSA 2009  4  1  2 35  0.000000  1   -0.324736231757E-04                     
+AR PDEL 2009  4  1  2 35  0.000000  1    0.303459382356E-08                     
+AR PERT 2009  4  1  2 35  0.000000  1   -0.739911352617E-07                     
+AR PETP 2009  4  1  2 35  0.000000  1   -0.665406932766E-07                     
+AR PIMO 2009  4  1  2 35  0.000000  1   -0.850267734811E-07                     
+AR QAQ1 2009  4  1  2 35  0.000000  1   -0.481892406982E-07                     
+AR QUIN 2009  4  1  2 35  0.000000  1   -0.594490214690E-07                     
+AR RABT 2009  4  1  2 35  0.000000  1   -0.449996221691E-07                     
+AR RAMO 2009  4  1  2 35  0.000000  1   -0.247171351409E-07                     
+AR RCMN 2009  4  1  2 35  0.000000  1    0.890674841999E-08                     
+AR REDU 2009  4  1  2 35  0.000000  1   -0.521977680191E-07                     
+AR REUN 2009  4  1  2 35  0.000000  1    0.215882476169E-07                     
+AR REYK 2009  4  1  2 35  0.000000  1   -0.349557511007E-03                     
+AR SCH2 2009  4  1  2 35  0.000000  1    0.187225745665E-03                     
+AR SCUB 2009  4  1  2 35  0.000000  1   -0.616644226822E-07                     
+AR STJO 2009  4  1  2 35  0.000000  1   -0.700828416734E-05                     
+AR SYDN 2009  4  1  2 35  0.000000  1    0.141044681136E-05                     
+AR SYOG 2009  4  1  2 35  0.000000  1    0.140047913346E-04                     
+AR THU2 2009  4  1  2 35  0.000000  1   -0.303518774838E-03                     
+AR TOW2 2009  4  1  2 35  0.000000  1   -0.509389810292E-08                     
+AR URUM 2009  4  1  2 35  0.000000  1    0.236328053113E-03                     
+AR VESL 2009  4  1  2 35  0.000000  1    0.306142037257E-03                     
+AR VILL 2009  4  1  2 35  0.000000  1   -0.531539067922E-07                     
+AR WTZR 2009  4  1  2 35  0.000000  1    0.438496471315E-07                     
+AR WUHN 2009  4  1  2 35  0.000000  1   -0.605377179065E-07                     
+AR YSSK 2009  4  1  2 35  0.000000  1   -0.635290955414E-07                     
+AR ZIM2 2009  4  1  2 35  0.000000  1    0.273134902615E-07                     
+AR XMIS 2009  4  1  2 35  0.000000  1   -0.415688153693E-08                     
+AR GODZ 2009  4  1  2 35  0.000000  1   -0.469124791847E-03                     
+AR MTKA 2009  4  1  2 35  0.000000  1   -0.644811539912E-07                     
+AR PARK 2009  4  1  2 35  0.000000  1    0.802458257742E-06                     
+AR UNBJ 2009  4  1  2 35  0.000000  1    0.336082071117E-03                     
+AR NOVM 2009  4  1  2 35  0.000000  1    0.798330556181E-04                     
+AR SUNM 2009  4  1  2 35  0.000000  1    0.245859728651E-04                     
+AR CEBR 2009  4  1  2 35  0.000000  1    0.719430639770E-03                     
+AR CPXF 2009  4  1  2 35  0.000000  1    0.792412119978E-09                     
+AR IDDR 2009  4  1  2 35  0.000000  1    0.785624265295E-08                     
+AR AZGB 2009  4  1  2 35  0.000000  1    0.189434680094E-04                     
+AR TN22 2009  4  1  2 35  0.000000  1    0.118872142879E-03                     
+AR ETAD 2009  4  1  2 35  0.000000  1    0.304903412555E-07                     
+AR ILHA 2009  4  1  2 35  0.000000  1   -0.255431549961E-08                     
+AR POVE 2009  4  1  2 35  0.000000  1   -0.791491642046E-08                     
+AR RECF 2009  4  1  2 35  0.000000  1    0.165536433823E-07                     
+AR SALU 2009  4  1  2 35  0.000000  1    0.162638194286E-07                     
+AR SAVO 2009  4  1  2 35  0.000000  1    0.181956011318E-07                     
+AR UFPR 2009  4  1  2 35  0.000000  1    0.264018497075E-07                     
+AR YELL 2009  4  1  2 35  0.000000  1    0.235361000000E-06                     
+AS G32  2009  4  1  2 40  0.000000  1    0.280338216956E-03                     
+AS G24  2009  4  1  2 40  0.000000  1    0.177731235833E-03                     
+AS G25  2009  4  1  2 40  0.000000  1    0.333795181221E-03                     
+AS G26  2009  4  1  2 40  0.000000  1    0.543842679721E-04                     
+AS G27  2009  4  1  2 40  0.000000  1    0.370300361484E-04                     
+AS G30  2009  4  1  2 40  0.000000  1    0.136175243573E-03                     
+AS G03  2009  4  1  2 40  0.000000  1    0.373292260263E-03                     
+AS G04  2009  4  1  2 40  0.000000  1   -0.342113526310E-04                     
+AS G06  2009  4  1  2 40  0.000000  1    0.596122563485E-04                     
+AS G08  2009  4  1  2 40  0.000000  1   -0.196493334275E-03                     
+AS G09  2009  4  1  2 40  0.000000  1    0.483912010402E-04                     
+AS G10  2009  4  1  2 40  0.000000  1   -0.136037372951E-04                     
+AS G14  2009  4  1  2 40  0.000000  1   -0.132586271111E-03                     
+AS G13  2009  4  1  2 40  0.000000  1    0.293225995315E-03                     
+AS G28  2009  4  1  2 40  0.000000  1   -0.238270719617E-04                     
+AS G21  2009  4  1  2 40  0.000000  1    0.215899151409E-04                     
+AS G11  2009  4  1  2 40  0.000000  1    0.279287745970E-05                     
+AS G22  2009  4  1  2 40  0.000000  1    0.202447073123E-03                     
+AS G20  2009  4  1  2 40  0.000000  1    0.865920480187E-04                     
+AS G18  2009  4  1  2 40  0.000000  1   -0.696392915126E-04                     
+AS G16  2009  4  1  2 40  0.000000  1    0.631002527601E-04                     
+AS G19  2009  4  1  2 40  0.000000  1    0.293859480429E-04                     
+AS G23  2009  4  1  2 40  0.000000  1    0.388974190780E-03                     
+AS G02  2009  4  1  2 40  0.000000  1    0.153945290140E-03                     
+AS G31  2009  4  1  2 40  0.000000  1   -0.564364223467E-04                     
+AS G17  2009  4  1  2 40  0.000000  1    0.523849022951E-04                     
+AS G12  2009  4  1  2 40  0.000000  1   -0.299679841555E-03                     
+AS G15  2009  4  1  2 40  0.000000  1   -0.275858615036E-03                     
+AS G29  2009  4  1  2 40  0.000000  1    0.471632046423E-05                     
+AS G07  2009  4  1  2 40  0.000000  1    0.209958880486E-04                     
+AS R02  2009  4  1  2 40  0.000000  1    0.207579791316E-04                     
+AS R03  2009  4  1  2 40  0.000000  1   -0.341846031590E-04                     
+AS R04  2009  4  1  2 40  0.000000  1    0.640604874764E-04                     
+AS R06  2009  4  1  2 40  0.000000  1   -0.169214821125E-03                     
+AS R07  2009  4  1  2 40  0.000000  1   -0.892708505374E-04                     
+AS R08  2009  4  1  2 40  0.000000  1   -0.102027412639E-03                     
+AS R10  2009  4  1  2 40  0.000000  1   -0.140859781557E-03                     
+AS R11  2009  4  1  2 40  0.000000  1   -0.925963978377E-04                     
+AS R13  2009  4  1  2 40  0.000000  1   -0.230605818545E-03                     
+AS R14  2009  4  1  2 40  0.000000  1   -0.797151987740E-04                     
+AS R15  2009  4  1  2 40  0.000000  1    0.920776341779E-04                     
+AS R17  2009  4  1  2 40  0.000000  1   -0.261231137381E-03                     
+AS R18  2009  4  1  2 40  0.000000  1   -0.133552378384E-05                     
+AS R19  2009  4  1  2 40  0.000000  1   -0.893874469785E-04                     
+AS R20  2009  4  1  2 40  0.000000  1   -0.650064964421E-04                     
+AS R21  2009  4  1  2 40  0.000000  1   -0.143298908993E-03                     
+AS R22  2009  4  1  2 40  0.000000  1   -0.201486522112E-03                     
+AS R23  2009  4  1  2 40  0.000000  1   -0.200482418517E-03                     
+AR ALGO 2009  4  1  2 40  0.000000  1    0.804560564534E-04                     
+AR ALIC 2009  4  1  2 40  0.000000  1    0.407819361055E-08                     
+AR AMC2 2009  4  1  2 40  0.000000  1    0.763025548825E-09                     
+AR ANKR 2009  4  1  2 40  0.000000  1    0.284581717163E-03                     
+AR ARTU 2009  4  1  2 40  0.000000  1   -0.661334220334E-07                     
+AR ASPA 2009  4  1  2 40  0.000000  1    0.123795066683E-07                     
+AR BHR1 2009  4  1  2 40  0.000000  1    0.563382581151E-03                     
+AR BARH 2009  4  1  2 40  0.000000  1    0.810146411613E-08                     
+AR BJFS 2009  4  1  2 40  0.000000  1   -0.603348915344E-07                     
+AR BOGT 2009  4  1  2 40  0.000000  1   -0.556441624810E-07                     
+AR BRMU 2009  4  1  2 40  0.000000  1    0.311198602529E-03                     
+AR CAGZ 2009  4  1  2 40  0.000000  1   -0.259546680433E-03                     
+AR CAS1 2009  4  1  2 40  0.000000  1    0.437454001626E-08                     
+AR CHAT 2009  4  1  2 40  0.000000  1   -0.702420435984E-07                     
+AR CHPI 2009  4  1  2 40  0.000000  1   -0.455508050633E-07                     
+AR COCO 2009  4  1  2 40  0.000000  1    0.227666241394E-03                     
+AR CONZ 2009  4  1  2 40  0.000000  1    0.328723165131E-03                     
+AR CRAR 2009  4  1  2 40  0.000000  1   -0.269720569400E-03                     
+AR CRO1 2009  4  1  2 40  0.000000  1    0.665101878288E-03                     
+AR DAEJ 2009  4  1  2 40  0.000000  1   -0.196617877412E-03                     
+AR DARW 2009  4  1  2 40  0.000000  1   -0.131418900820E-08                     
+AR DRAO 2009  4  1  2 40  0.000000  1    0.110254941254E-03                     
+AR FAA1 2009  4  1  2 40  0.000000  1   -0.179375282872E-07                     
+AR FAIR 2009  4  1  2 40  0.000000  1   -0.603186683775E-07                     
+AR GLPS 2009  4  1  2 40  0.000000  1   -0.623848973777E-07                     
+AR GUAM 2009  4  1  2 40  0.000000  1   -0.796539741340E-07                     
+AR GUAT 2009  4  1  2 40  0.000000  1    0.120969125947E-07                     
+AR HOB2 2009  4  1  2 40  0.000000  1    0.849500700484E-07                     
+AR HOFN 2009  4  1  2 40  0.000000  1   -0.333933883124E-03                     
+AR HOLM 2009  4  1  2 40  0.000000  1   -0.569272335147E-07                     
+AR HRAO 2009  4  1  2 40  0.000000  1    0.849454591708E-03                     
+AR HYDE 2009  4  1  2 40  0.000000  1    0.373201093604E-08                     
+AR IRKJ 2009  4  1  2 40  0.000000  1    0.163747304453E-03                     
+AR ISPA 2009  4  1  2 40  0.000000  1   -0.659755677723E-07                     
+AR KARR 2009  4  1  2 40  0.000000  1   -0.617220189760E-07                     
+AR KERG 2009  4  1  2 40  0.000000  1    0.816886882734E-03                     
+AR KHAJ 2009  4  1  2 40  0.000000  1   -0.150829052369E-05                     
+AR KIR0 2009  4  1  2 40  0.000000  1    0.283880458505E-03                     
+AR KIRU 2009  4  1  2 40  0.000000  1    0.591358083383E-03                     
+AR KIT3 2009  4  1  2 40  0.000000  1    0.265872287202E-09                     
+AR KOUR 2009  4  1  2 40  0.000000  1    0.125012937875E-03                     
+AR KUNM 2009  4  1  2 40  0.000000  1   -0.272397586899E-10                     
+AR LHAZ 2009  4  1  2 40  0.000000  1   -0.496564718988E-03                     
+AR MAL2 2009  4  1  2 40  0.000000  1   -0.489959460855E-08                     
+AR MAS1 2009  4  1  2 40  0.000000  1   -0.101615782758E-03                     
+AR MAW1 2009  4  1  2 40  0.000000  1    0.225112716138E-08                     
+AR MCIL 2009  4  1  2 40  0.000000  1    0.326776430223E-07                     
+AR MCM4 2009  4  1  2 40  0.000000  1   -0.653260333811E-07                     
+AR MDO1 2009  4  1  2 40  0.000000  1   -0.371684833221E-07                     
+AR MDVJ 2009  4  1  2 40  0.000000  1    0.438552763629E-03                     
+AR MKEA 2009  4  1  2 40  0.000000  1   -0.708620559539E-07                     
+AR MOBS 2009  4  1  2 40  0.000000  1    0.215785110843E-08                     
+AR NANO 2009  4  1  2 40  0.000000  1   -0.398184022219E-09                     
+AR NLIB 2009  4  1  2 40  0.000000  1   -0.117718020211E-06                     
+AR NNOR 2009  4  1  2 40  0.000000  1    0.365795017061E-03                     
+AR NRC1 2009  4  1  2 40  0.000000  1   -0.448925449173E-05                     
+AR NRIL 2009  4  1  2 40  0.000000  1   -0.491193358445E-07                     
+AR NRMD 2009  4  1  2 40  0.000000  1    0.314074704141E-07                     
+AR NTUS 2009  4  1  2 40  0.000000  1   -0.302679478093E-08                     
+AR NYAL 2009  4  1  2 40  0.000000  1    0.922489933271E-07                     
+AR OHI3 2009  4  1  2 40  0.000000  1   -0.618715215210E-04                     
+AR ONSA 2009  4  1  2 40  0.000000  1   -0.324736597987E-04                     
+AR PDEL 2009  4  1  2 40  0.000000  1    0.351491546919E-08                     
+AR PERT 2009  4  1  2 40  0.000000  1   -0.670581217181E-07                     
+AR PETP 2009  4  1  2 40  0.000000  1   -0.628622514184E-07                     
+AR PIMO 2009  4  1  2 40  0.000000  1   -0.850448035703E-07                     
+AR QAQ1 2009  4  1  2 40  0.000000  1   -0.468270274229E-07                     
+AR QUIN 2009  4  1  2 40  0.000000  1   -0.570757897400E-07                     
+AR RABT 2009  4  1  2 40  0.000000  1   -0.432486175098E-07                     
+AR RAMO 2009  4  1  2 40  0.000000  1    0.909186919260E-07                     
+AR RCMN 2009  4  1  2 40  0.000000  1    0.734845109700E-08                     
+AR REDU 2009  4  1  2 40  0.000000  1   -0.517712915700E-07                     
+AR REUN 2009  4  1  2 40  0.000000  1    0.230121071030E-07                     
+AR REYK 2009  4  1  2 40  0.000000  1   -0.329762716540E-03                     
+AR SCH2 2009  4  1  2 40  0.000000  1    0.187240749323E-03                     
+AR SCUB 2009  4  1  2 40  0.000000  1   -0.625417034237E-07                     
+AR STJO 2009  4  1  2 40  0.000000  1   -0.700855373911E-05                     
+AR SYDN 2009  4  1  2 40  0.000000  1    0.141047837335E-05                     
+AR SYOG 2009  4  1  2 40  0.000000  1    0.140048019537E-04                     
+AR THU2 2009  4  1  2 40  0.000000  1   -0.305521017082E-03                     
+AR TOW2 2009  4  1  2 40  0.000000  1    0.180159309019E-08                     
+AR URUM 2009  4  1  2 40  0.000000  1    0.166515401313E-03                     
+AR VESL 2009  4  1  2 40  0.000000  1    0.343615135217E-03                     
+AR VILL 2009  4  1  2 40  0.000000  1   -0.589365445166E-07                     
+AR WTZR 2009  4  1  2 40  0.000000  1    0.438521228064E-07                     
+AR WUHN 2009  4  1  2 40  0.000000  1   -0.636497334368E-07                     
+AR YSSK 2009  4  1  2 40  0.000000  1   -0.655160641929E-07                     
+AR ZIM2 2009  4  1  2 40  0.000000  1    0.256140743076E-07                     
+AR XMIS 2009  4  1  2 40  0.000000  1   -0.305538425158E-08                     
+AR GODZ 2009  4  1  2 40  0.000000  1   -0.469124733184E-03                     
+AR MTKA 2009  4  1  2 40  0.000000  1   -0.592589494526E-07                     
+AR PARK 2009  4  1  2 40  0.000000  1    0.802577412215E-06                     
+AR UNBJ 2009  4  1  2 40  0.000000  1    0.264313857369E-03                     
+AR NOVM 2009  4  1  2 40  0.000000  1    0.798330656080E-04                     
+AR SUNM 2009  4  1  2 40  0.000000  1   -0.132259895103E-03                     
+AR CEBR 2009  4  1  2 40  0.000000  1    0.719430669789E-03                     
+AR CPXF 2009  4  1  2 40  0.000000  1   -0.294516954181E-08                     
+AR IDDR 2009  4  1  2 40  0.000000  1    0.578024073033E-08                     
+AR AZGB 2009  4  1  2 40  0.000000  1   -0.120367193216E-03                     
+AR TN22 2009  4  1  2 40  0.000000  1    0.430822448935E-04                     
+AR ETAD 2009  4  1  2 40  0.000000  1    0.303042201496E-07                     
+AR ILHA 2009  4  1  2 40  0.000000  1   -0.104679144545E-08                     
+AR POVE 2009  4  1  2 40  0.000000  1   -0.848858427403E-08                     
+AR RECF 2009  4  1  2 40  0.000000  1    0.142521967822E-07                     
+AR SALU 2009  4  1  2 40  0.000000  1    0.111192664536E-07                     
+AR SAVO 2009  4  1  2 40  0.000000  1    0.167726164408E-07                     
+AR UFPR 2009  4  1  2 40  0.000000  1    0.279704673330E-07                     
+AR YELL 2009  4  1  2 40  0.000000  1    0.235432000000E-06                     
+AS G32  2009  4  1  2 45  0.000000  1    0.280336920920E-03                     
+AS G24  2009  4  1  2 45  0.000000  1    0.177732031297E-03                     
+AS G25  2009  4  1  2 45  0.000000  1    0.333801652588E-03                     
+AS G26  2009  4  1  2 45  0.000000  1    0.543847988012E-04                     
+AS G27  2009  4  1  2 45  0.000000  1    0.370304452177E-04                     
+AS G30  2009  4  1  2 45  0.000000  1    0.136175557897E-03                     
+AS G03  2009  4  1  2 45  0.000000  1    0.373294307028E-03                     
+AS G04  2009  4  1  2 45  0.000000  1   -0.342158763534E-04                     
+AS G06  2009  4  1  2 45  0.000000  1    0.596175521689E-04                     
+AS G08  2009  4  1  2 45  0.000000  1   -0.196493346294E-03                     
+AS G09  2009  4  1  2 45  0.000000  1    0.483919868618E-04                     
+AS G10  2009  4  1  2 45  0.000000  1   -0.136034688868E-04                     
+AS G14  2009  4  1  2 45  0.000000  1   -0.132584426483E-03                     
+AS G13  2009  4  1  2 45  0.000000  1    0.293226385241E-03                     
+AS G28  2009  4  1  2 45  0.000000  1   -0.238269965474E-04                     
+AS G21  2009  4  1  2 45  0.000000  1    0.215891984271E-04                     
+AS G11  2009  4  1  2 45  0.000000  1    0.279241019028E-05                     
+AS G22  2009  4  1  2 45  0.000000  1    0.202447007018E-03                     
+AS G20  2009  4  1  2 45  0.000000  1    0.865914232295E-04                     
+AS G18  2009  4  1  2 45  0.000000  1   -0.696382201541E-04                     
+AS G16  2009  4  1  2 45  0.000000  1    0.630994260149E-04                     
+AS G19  2009  4  1  2 45  0.000000  1    0.293858696171E-04                     
+AS G23  2009  4  1  2 45  0.000000  1    0.388974332802E-03                     
+AS G02  2009  4  1  2 45  0.000000  1    0.153945105274E-03                     
+AS G31  2009  4  1  2 45  0.000000  1   -0.564366858817E-04                     
+AS G17  2009  4  1  2 45  0.000000  1    0.523853287451E-04                     
+AS G12  2009  4  1  2 45  0.000000  1   -0.299678562584E-03                     
+AS G15  2009  4  1  2 45  0.000000  1   -0.275860056414E-03                     
+AS G29  2009  4  1  2 45  0.000000  1    0.471760704780E-05                     
+AS G07  2009  4  1  2 45  0.000000  1    0.209958157911E-04                     
+AS R02  2009  4  1  2 45  0.000000  1    0.207569596733E-04                     
+AS R03  2009  4  1  2 45  0.000000  1   -0.341858482949E-04                     
+AS R04  2009  4  1  2 45  0.000000  1    0.640578755773E-04                     
+AS R06  2009  4  1  2 45  0.000000  1   -0.169215776958E-03                     
+AS R07  2009  4  1  2 45  0.000000  1   -0.892701678603E-04                     
+AS R08  2009  4  1  2 45  0.000000  1   -0.102027080959E-03                     
+AS R10  2009  4  1  2 45  0.000000  1   -0.140859056205E-03                     
+AS R11  2009  4  1  2 45  0.000000  1   -0.925965052801E-04                     
+AS R13  2009  4  1  2 45  0.000000  1   -0.230605834604E-03                     
+AS R14  2009  4  1  2 45  0.000000  1   -0.797140001049E-04                     
+AS R15  2009  4  1  2 45  0.000000  1    0.920782587234E-04                     
+AS R17  2009  4  1  2 45  0.000000  1   -0.261231621083E-03                     
+AS R18  2009  4  1  2 45  0.000000  1   -0.133537749238E-05                     
+AS R19  2009  4  1  2 45  0.000000  1   -0.893879396998E-04                     
+AS R20  2009  4  1  2 45  0.000000  1   -0.650061302409E-04                     
+AS R21  2009  4  1  2 45  0.000000  1   -0.143299329639E-03                     
+AS R22  2009  4  1  2 45  0.000000  1   -0.201487517064E-03                     
+AS R23  2009  4  1  2 45  0.000000  1   -0.200481499634E-03                     
+AR ALGO 2009  4  1  2 45  0.000000  1    0.804601632652E-04                     
+AR ALIC 2009  4  1  2 45  0.000000  1    0.464612302615E-08                     
+AR AMC2 2009  4  1  2 45  0.000000  1    0.769121366148E-09                     
+AR ANKR 2009  4  1  2 45  0.000000  1    0.360060341437E-03                     
+AR ARTU 2009  4  1  2 45  0.000000  1   -0.674740236246E-07                     
+AR ASPA 2009  4  1  2 45  0.000000  1    0.116247750589E-07                     
+AR BHR1 2009  4  1  2 45  0.000000  1    0.563382671036E-03                     
+AR BARH 2009  4  1  2 45  0.000000  1    0.335667619819E-08                     
+AR BJFS 2009  4  1  2 45  0.000000  1   -0.630100574957E-07                     
+AR BOGT 2009  4  1  2 45  0.000000  1   -0.569404147105E-07                     
+AR BRMU 2009  4  1  2 45  0.000000  1   -0.193556221239E-03                     
+AR CAGZ 2009  4  1  2 45  0.000000  1   -0.360948917931E-04                     
+AR CAS1 2009  4  1  2 45  0.000000  1    0.363957260762E-08                     
+AR CHAT 2009  4  1  2 45  0.000000  1   -0.687098596800E-07                     
+AR CHPI 2009  4  1  2 45  0.000000  1   -0.454176071828E-07                     
+AR COCO 2009  4  1  2 45  0.000000  1    0.227665541678E-03                     
+AR CONZ 2009  4  1  2 45  0.000000  1    0.196502398679E-03                     
+AR CRAR 2009  4  1  2 45  0.000000  1   -0.294864341750E-03                     
+AR CRO1 2009  4  1  2 45  0.000000  1    0.665101917859E-03                     
+AR DAEJ 2009  4  1  2 45  0.000000  1   -0.196616530676E-03                     
+AR DARW 2009  4  1  2 45  0.000000  1   -0.124858348499E-08                     
+AR DRAO 2009  4  1  2 45  0.000000  1    0.110291548324E-03                     
+AR FAA1 2009  4  1  2 45  0.000000  1   -0.174765158066E-07                     
+AR FAIR 2009  4  1  2 45  0.000000  1   -0.611761911222E-07                     
+AR GLPS 2009  4  1  2 45  0.000000  1   -0.600904224789E-07                     
+AR GUAM 2009  4  1  2 45  0.000000  1   -0.803150921035E-07                     
+AR GUAT 2009  4  1  2 45  0.000000  1    0.640873654016E-08                     
+AR HOB2 2009  4  1  2 45  0.000000  1    0.849864330413E-07                     
+AR HOFN 2009  4  1  2 45  0.000000  1   -0.255743469884E-03                     
+AR HOLM 2009  4  1  2 45  0.000000  1   -0.575485536468E-07                     
+AR HRAO 2009  4  1  2 45  0.000000  1    0.849454691400E-03                     
+AR HYDE 2009  4  1  2 45  0.000000  1   -0.359237563668E-08                     
+AR IRKJ 2009  4  1  2 45  0.000000  1    0.163747311519E-03                     
+AR ISPA 2009  4  1  2 45  0.000000  1   -0.694720235167E-07                     
+AR KARR 2009  4  1  2 45  0.000000  1   -0.598915798692E-07                     
+AR KERG 2009  4  1  2 45  0.000000  1    0.816893341604E-03                     
+AR KHAJ 2009  4  1  2 45  0.000000  1   -0.150829593701E-05                     
+AR KIR0 2009  4  1  2 45  0.000000  1    0.283873556762E-03                     
+AR KIRU 2009  4  1  2 45  0.000000  1    0.591361124054E-03                     
+AR KIT3 2009  4  1  2 45  0.000000  1    0.562271782879E-08                     
+AR KOUR 2009  4  1  2 45  0.000000  1    0.125012969539E-03                     
+AR KUNM 2009  4  1  2 45  0.000000  1    0.359392081985E-08                     
+AR LHAZ 2009  4  1  2 45  0.000000  1    0.494350344307E-03                     
+AR MAL2 2009  4  1  2 45  0.000000  1   -0.411737045927E-08                     
+AR MAS1 2009  4  1  2 45  0.000000  1   -0.101615869189E-03                     
+AR MAW1 2009  4  1  2 45  0.000000  1    0.688539127155E-08                     
+AR MCIL 2009  4  1  2 45  0.000000  1    0.328522538102E-07                     
+AR MCM4 2009  4  1  2 45  0.000000  1   -0.643872553431E-07                     
+AR MDO1 2009  4  1  2 45  0.000000  1   -0.375096999628E-07                     
+AR MDVJ 2009  4  1  2 45  0.000000  1    0.438552769753E-03                     
+AR MKEA 2009  4  1  2 45  0.000000  1   -0.713466488871E-07                     
+AR MOBS 2009  4  1  2 45  0.000000  1    0.244924601504E-08                     
+AR NANO 2009  4  1  2 45  0.000000  1    0.132489399647E-08                     
+AR NLIB 2009  4  1  2 45  0.000000  1   -0.117733929454E-06                     
+AR NNOR 2009  4  1  2 45  0.000000  1    0.365795451207E-03                     
+AR NRC1 2009  4  1  2 45  0.000000  1   -0.448922678118E-05                     
+AR NRIL 2009  4  1  2 45  0.000000  1   -0.459722932390E-07                     
+AR NRMD 2009  4  1  2 45  0.000000  1    0.308789179119E-07                     
+AR NTUS 2009  4  1  2 45  0.000000  1   -0.496831258964E-08                     
+AR NYAL 2009  4  1  2 45  0.000000  1    0.922678429696E-07                     
+AR OHI3 2009  4  1  2 45  0.000000  1    0.283341157528E-04                     
+AR ONSA 2009  4  1  2 45  0.000000  1   -0.324736988427E-04                     
+AR PDEL 2009  4  1  2 45  0.000000  1    0.576313704879E-08                     
+AR PERT 2009  4  1  2 45  0.000000  1   -0.666632384065E-07                     
+AR PETP 2009  4  1  2 45  0.000000  1   -0.618995408432E-07                     
+AR PIMO 2009  4  1  2 45  0.000000  1   -0.767741849492E-07                     
+AR QAQ1 2009  4  1  2 45  0.000000  1   -0.478183839260E-07                     
+AR QUIN 2009  4  1  2 45  0.000000  1   -0.568833296387E-07                     
+AR RABT 2009  4  1  2 45  0.000000  1   -0.427922329928E-07                     
+AR RAMO 2009  4  1  2 45  0.000000  1    0.891869065546E-07                     
+AR RCMN 2009  4  1  2 45  0.000000  1    0.720614182011E-08                     
+AR REDU 2009  4  1  2 45  0.000000  1   -0.493402156120E-07                     
+AR REUN 2009  4  1  2 45  0.000000  1    0.247866216391E-07                     
+AR REYK 2009  4  1  2 45  0.000000  1   -0.309876543690E-03                     
+AR SCH2 2009  4  1  2 45  0.000000  1    0.187255586344E-03                     
+AR SCUB 2009  4  1  2 45  0.000000  1   -0.625167066182E-07                     
+AR STJO 2009  4  1  2 45  0.000000  1   -0.700884079548E-05                     
+AR SYDN 2009  4  1  2 45  0.000000  1    0.141026053638E-05                     
+AR SYOG 2009  4  1  2 45  0.000000  1    0.140049453431E-04                     
+AR THU2 2009  4  1  2 45  0.000000  1   -0.307523122523E-03                     
+AR TOW2 2009  4  1  2 45  0.000000  1    0.485079663127E-08                     
+AR URUM 2009  4  1  2 45  0.000000  1    0.966716183711E-04                     
+AR VESL 2009  4  1  2 45  0.000000  1    0.381112107443E-03                     
+AR VILL 2009  4  1  2 45  0.000000  1   -0.560943399937E-07                     
+AR WTZR 2009  4  1  2 45  0.000000  1    0.438717890972E-07                     
+AR WUHN 2009  4  1  2 45  0.000000  1   -0.627100551792E-07                     
+AR YSSK 2009  4  1  2 45  0.000000  1   -0.711719281621E-07                     
+AR ZIM2 2009  4  1  2 45  0.000000  1    0.260729426639E-07                     
+AR XMIS 2009  4  1  2 45  0.000000  1   -0.259996773625E-08                     
+AR GODZ 2009  4  1  2 45  0.000000  1   -0.469124680763E-03                     
+AR MTKA 2009  4  1  2 45  0.000000  1   -0.641854689182E-07                     
+AR PARK 2009  4  1  2 45  0.000000  1    0.802670165850E-06                     
+AR UNBJ 2009  4  1  2 45  0.000000  1    0.192613869172E-03                     
+AR NOVM 2009  4  1  2 45  0.000000  1    0.798330775046E-04                     
+AR SUNM 2009  4  1  2 45  0.000000  1   -0.288696206737E-03                     
+AR CEBR 2009  4  1  2 45  0.000000  1    0.719430713568E-03                     
+AR CPXF 2009  4  1  2 45  0.000000  1   -0.491828733617E-09                     
+AR IDDR 2009  4  1  2 45  0.000000  1    0.445411551344E-08                     
+AR AZGB 2009  4  1  2 45  0.000000  1   -0.259727786012E-03                     
+AR TN22 2009  4  1  2 45  0.000000  1   -0.326766462081E-04                     
+AR ETAD 2009  4  1  2 45  0.000000  1    0.282186113082E-07                     
+AR ILHA 2009  4  1  2 45  0.000000  1    0.205601566908E-08                     
+AR POVE 2009  4  1  2 45  0.000000  1   -0.933134579223E-08                     
+AR RECF 2009  4  1  2 45  0.000000  1    0.150135892059E-07                     
+AR SALU 2009  4  1  2 45  0.000000  1    0.140734270052E-07                     
+AR SAVO 2009  4  1  2 45  0.000000  1    0.170321379761E-07                     
+AR UFPR 2009  4  1  2 45  0.000000  1    0.281123120140E-07                     
+AR YELL 2009  4  1  2 45  0.000000  1    0.235502000000E-06                     
+AS G32  2009  4  1  2 50  0.000000  1    0.280335472874E-03                     
+AS G24  2009  4  1  2 50  0.000000  1    0.177733130234E-03                     
+AS G25  2009  4  1  2 50  0.000000  1    0.333808337342E-03                     
+AS G26  2009  4  1  2 50  0.000000  1    0.543854429697E-04                     
+AS G27  2009  4  1  2 50  0.000000  1    0.370313096639E-04                     
+AS G30  2009  4  1  2 50  0.000000  1    0.136176532101E-03                     
+AS G03  2009  4  1  2 50  0.000000  1    0.373295871634E-03                     
+AS G04  2009  4  1  2 50  0.000000  1   -0.342203744077E-04                     
+AS G06  2009  4  1  2 50  0.000000  1    0.596227374153E-04                     
+AS G08  2009  4  1  2 50  0.000000  1   -0.196493089049E-03                     
+AS G09  2009  4  1  2 50  0.000000  1    0.483922661447E-04                     
+AS G10  2009  4  1  2 50  0.000000  1   -0.136034875095E-04                     
+AS G14  2009  4  1  2 50  0.000000  1   -0.132582607791E-03                     
+AS G13  2009  4  1  2 50  0.000000  1    0.293226766148E-03                     
+AS G28  2009  4  1  2 50  0.000000  1   -0.238271404180E-04                     
+AS G21  2009  4  1  2 50  0.000000  1    0.215887294828E-04                     
+AS G11  2009  4  1  2 50  0.000000  1    0.279263342218E-05                     
+AS G22  2009  4  1  2 50  0.000000  1    0.202447097985E-03                     
+AS G20  2009  4  1  2 50  0.000000  1    0.865913260275E-04                     
+AS G18  2009  4  1  2 50  0.000000  1   -0.696369831869E-04                     
+AS G16  2009  4  1  2 50  0.000000  1    0.630983709069E-04                     
+AS G19  2009  4  1  2 50  0.000000  1    0.293855735972E-04                     
+AS G23  2009  4  1  2 50  0.000000  1    0.388974617731E-03                     
+AS G02  2009  4  1  2 50  0.000000  1    0.153945208409E-03                     
+AS G31  2009  4  1  2 50  0.000000  1   -0.564370115100E-04                     
+AS G17  2009  4  1  2 50  0.000000  1    0.523859521399E-04                     
+AS G12  2009  4  1  2 50  0.000000  1   -0.299677030222E-03                     
+AS G15  2009  4  1  2 50  0.000000  1   -0.275861168949E-03                     
+AS G29  2009  4  1  2 50  0.000000  1    0.471883718335E-05                     
+AS G07  2009  4  1  2 50  0.000000  1    0.209956252381E-04                     
+AS R02  2009  4  1  2 50  0.000000  1    0.207559836457E-04                     
+AS R03  2009  4  1  2 50  0.000000  1   -0.341870063186E-04                     
+AS R04  2009  4  1  2 50  0.000000  1    0.640550291063E-04                     
+AS R06  2009  4  1  2 50  0.000000  1   -0.169217471725E-03                     
+AS R07  2009  4  1  2 50  0.000000  1   -0.892691830428E-04                     
+AS R08  2009  4  1  2 50  0.000000  1   -0.102026888659E-03                     
+AS R10  2009  4  1  2 50  0.000000  1   -0.140859045582E-03                     
+AS R11  2009  4  1  2 50  0.000000  1   -0.925967083703E-04                     
+AS R13  2009  4  1  2 50  0.000000  1   -0.230606247800E-03                     
+AS R14  2009  4  1  2 50  0.000000  1   -0.797132566359E-04                     
+AS R15  2009  4  1  2 50  0.000000  1    0.920790922813E-04                     
+AS R17  2009  4  1  2 50  0.000000  1   -0.261231660479E-03                     
+AS R18  2009  4  1  2 50  0.000000  1   -0.133538403345E-05                     
+AS R19  2009  4  1  2 50  0.000000  1   -0.893883097445E-04                     
+AS R20  2009  4  1  2 50  0.000000  1   -0.650062105773E-04                     
+AS R21  2009  4  1  2 50  0.000000  1   -0.143299778213E-03                     
+AS R22  2009  4  1  2 50  0.000000  1   -0.201488235031E-03                     
+AS R23  2009  4  1  2 50  0.000000  1   -0.200480882160E-03                     
+AR ALGO 2009  4  1  2 50  0.000000  1    0.804640023606E-04                     
+AR ALIC 2009  4  1  2 50  0.000000  1    0.494263839179E-08                     
+AR AMC2 2009  4  1  2 50  0.000000  1    0.791761267704E-09                     
+AR ANKR 2009  4  1  2 50  0.000000  1    0.435504907800E-03                     
+AR ARTU 2009  4  1  2 50  0.000000  1   -0.683957637219E-07                     
+AR ASPA 2009  4  1  2 50  0.000000  1    0.117497903389E-07                     
+AR BHR1 2009  4  1  2 50  0.000000  1    0.563382748301E-03                     
+AR BARH 2009  4  1  2 50  0.000000  1    0.440720283364E-08                     
+AR BJFS 2009  4  1  2 50  0.000000  1   -0.641992008562E-07                     
+AR BOGT 2009  4  1  2 50  0.000000  1   -0.567154360099E-07                     
+AR BRMU 2009  4  1  2 50  0.000000  1    0.302270403062E-03                     
+AR CAGZ 2009  4  1  2 50  0.000000  1    0.187362547960E-03                     
+AR CAS1 2009  4  1  2 50  0.000000  1    0.412318287964E-08                     
+AR CHAT 2009  4  1  2 50  0.000000  1   -0.671735257168E-07                     
+AR CHPI 2009  4  1  2 50  0.000000  1   -0.445789555873E-07                     
+AR COCO 2009  4  1  2 50  0.000000  1    0.227664943312E-03                     
+AR CONZ 2009  4  1  2 50  0.000000  1    0.635392756999E-04                     
+AR CRAR 2009  4  1  2 50  0.000000  1   -0.320009982119E-03                     
+AR CRO1 2009  4  1  2 50  0.000000  1    0.665101944311E-03                     
+AR DAEJ 2009  4  1  2 50  0.000000  1   -0.196615535528E-03                     
+AR DARW 2009  4  1  2 50  0.000000  1   -0.147505383666E-08                     
+AR DGAR 2009  4  1  2 50  0.000000  1   -0.689196219484E-07                     
+AR DRAO 2009  4  1  2 50  0.000000  1    0.110328287114E-03                     
+AR FAA1 2009  4  1  2 50  0.000000  1   -0.174041488470E-07                     
+AR FAIR 2009  4  1  2 50  0.000000  1   -0.590129721350E-07                     
+AR GLPS 2009  4  1  2 50  0.000000  1   -0.603788545007E-07                     
+AR GUAM 2009  4  1  2 50  0.000000  1   -0.807407880044E-07                     
+AR GUAT 2009  4  1  2 50  0.000000  1    0.703384680865E-08                     
+AR HOB2 2009  4  1  2 50  0.000000  1    0.850238313144E-07                     
+AR HOFN 2009  4  1  2 50  0.000000  1   -0.177585928579E-03                     
+AR HOLM 2009  4  1  2 50  0.000000  1   -0.597849411903E-07                     
+AR HRAO 2009  4  1  2 50  0.000000  1    0.849454778989E-03                     
+AR HYDE 2009  4  1  2 50  0.000000  1   -0.215235958179E-09                     
+AR IRKJ 2009  4  1  2 50  0.000000  1    0.163747319207E-03                     
+AR ISPA 2009  4  1  2 50  0.000000  1   -0.648888904874E-07                     
+AR KARR 2009  4  1  2 50  0.000000  1   -0.591586030753E-07                     
+AR KERG 2009  4  1  2 50  0.000000  1    0.816900289086E-03                     
+AR KHAJ 2009  4  1  2 50  0.000000  1   -0.150827769481E-05                     
+AR KIR0 2009  4  1  2 50  0.000000  1    0.283866682502E-03                     
+AR KIRU 2009  4  1  2 50  0.000000  1    0.591361086676E-03                     
+AR KIT3 2009  4  1  2 50  0.000000  1    0.339965183996E-09                     
+AR KOUR 2009  4  1  2 50  0.000000  1    0.125013008197E-03                     
+AR KUNM 2009  4  1  2 50  0.000000  1   -0.336169916814E-08                     
+AR LHAZ 2009  4  1  2 50  0.000000  1    0.485362753369E-03                     
+AR MAL2 2009  4  1  2 50  0.000000  1   -0.102478983908E-07                     
+AR MAS1 2009  4  1  2 50  0.000000  1   -0.101616027959E-03                     
+AR MAW1 2009  4  1  2 50  0.000000  1    0.552009453441E-08                     
+AR MCIL 2009  4  1  2 50  0.000000  1    0.324050221401E-07                     
+AR MCM4 2009  4  1  2 50  0.000000  1   -0.640668475195E-07                     
+AR MDO1 2009  4  1  2 50  0.000000  1   -0.381914212311E-07                     
+AR MDVJ 2009  4  1  2 50  0.000000  1    0.438552779925E-03                     
+AR MKEA 2009  4  1  2 50  0.000000  1   -0.699234763707E-07                     
+AR MOBS 2009  4  1  2 50  0.000000  1    0.288523216077E-08                     
+AR NANO 2009  4  1  2 50  0.000000  1    0.229660255007E-08                     
+AR NLIB 2009  4  1  2 50  0.000000  1   -0.117722494776E-06                     
+AR NNOR 2009  4  1  2 50  0.000000  1    0.365795494949E-03                     
+AR NRC1 2009  4  1  2 50  0.000000  1   -0.448915841166E-05                     
+AR NRIL 2009  4  1  2 50  0.000000  1   -0.438506580583E-07                     
+AR NRMD 2009  4  1  2 50  0.000000  1    0.333678322714E-07                     
+AR NTUS 2009  4  1  2 50  0.000000  1   -0.417120524807E-08                     
+AR NYAL 2009  4  1  2 50  0.000000  1    0.923050736304E-07                     
+AR OHI3 2009  4  1  2 50  0.000000  1    0.118719686265E-03                     
+AR ONSA 2009  4  1  2 50  0.000000  1   -0.324737343403E-04                     
+AR PDEL 2009  4  1  2 50  0.000000  1   -0.256341924904E-11                     
+AR PERT 2009  4  1  2 50  0.000000  1   -0.739017563884E-07                     
+AR PETP 2009  4  1  2 50  0.000000  1   -0.622306413622E-07                     
+AR PIMO 2009  4  1  2 50  0.000000  1   -0.758017261627E-07                     
+AR QAQ1 2009  4  1  2 50  0.000000  1   -0.472584641871E-07                     
+AR QUIN 2009  4  1  2 50  0.000000  1   -0.561988078062E-07                     
+AR RABT 2009  4  1  2 50  0.000000  1   -0.432516652116E-07                     
+AR RAMO 2009  4  1  2 50  0.000000  1   -0.545649886954E-07                     
+AR RCMN 2009  4  1  2 50  0.000000  1    0.125333155134E-07                     
+AR REDU 2009  4  1  2 50  0.000000  1   -0.504983071509E-07                     
+AR REUN 2009  4  1  2 50  0.000000  1    0.246874540660E-07                     
+AR REYK 2009  4  1  2 50  0.000000  1   -0.290022816687E-03                     
+AR SCH2 2009  4  1  2 50  0.000000  1    0.187270222238E-03                     
+AR SCUB 2009  4  1  2 50  0.000000  1   -0.610131243833E-07                     
+AR STJO 2009  4  1  2 50  0.000000  1   -0.700911904041E-05                     
+AR SYDN 2009  4  1  2 50  0.000000  1    0.141020805699E-05                     
+AR SYOG 2009  4  1  2 50  0.000000  1    0.140053125749E-04                     
+AR THU2 2009  4  1  2 50  0.000000  1   -0.309525254376E-03                     
+AR TOW2 2009  4  1  2 50  0.000000  1    0.228816412067E-08                     
+AR URUM 2009  4  1  2 50  0.000000  1    0.267935325163E-04                     
+AR VESL 2009  4  1  2 50  0.000000  1    0.418631906627E-03                     
+AR VILL 2009  4  1  2 50  0.000000  1   -0.549528224321E-07                     
+AR WTZR 2009  4  1  2 50  0.000000  1    0.438772369775E-07                     
+AR WUHN 2009  4  1  2 50  0.000000  1   -0.639402353942E-07                     
+AR YSSK 2009  4  1  2 50  0.000000  1   -0.688966266112E-07                     
+AR ZIM2 2009  4  1  2 50  0.000000  1    0.249071550800E-07                     
+AR XMIS 2009  4  1  2 50  0.000000  1   -0.329884537046E-08                     
+AR GODZ 2009  4  1  2 50  0.000000  1   -0.469124600554E-03                     
+AR MTKA 2009  4  1  2 50  0.000000  1   -0.633380353451E-07                     
+AR PARK 2009  4  1  2 50  0.000000  1    0.802753899101E-06                     
+AR UNBJ 2009  4  1  2 50  0.000000  1    0.120909390373E-03                     
+AR NOVM 2009  4  1  2 50  0.000000  1    0.798331050347E-04                     
+AR SUNM 2009  4  1  2 50  0.000000  1   -0.445326721524E-03                     
+AR CEBR 2009  4  1  2 50  0.000000  1    0.719431474562E-03                     
+AR CPXF 2009  4  1  2 50  0.000000  1   -0.238068604707E-09                     
+AR IDDR 2009  4  1  2 50  0.000000  1    0.872322620181E-08                     
+AR AZGB 2009  4  1  2 50  0.000000  1   -0.399132633550E-03                     
+AR TN22 2009  4  1  2 50  0.000000  1   -0.108542824028E-03                     
+AR ETAD 2009  4  1  2 50  0.000000  1    0.283186530881E-07                     
+AR ILHA 2009  4  1  2 50  0.000000  1   -0.157168958277E-08                     
+AR POVE 2009  4  1  2 50  0.000000  1   -0.976304575639E-08                     
+AR RECF 2009  4  1  2 50  0.000000  1    0.146696729233E-07                     
+AR SALU 2009  4  1  2 50  0.000000  1    0.164459774301E-07                     
+AR SAVO 2009  4  1  2 50  0.000000  1    0.178704328623E-07                     
+AR UFPR 2009  4  1  2 50  0.000000  1    0.217899451920E-07                     
+AR YELL 2009  4  1  2 50  0.000000  1    0.235572000000E-06                     
+AS G32  2009  4  1  2 55  0.000000  1    0.280333725446E-03                     
+AS G24  2009  4  1  2 55  0.000000  1    0.177733109718E-03                     
+AS G25  2009  4  1  2 55  0.000000  1    0.333814535032E-03                     
+AS G26  2009  4  1  2 55  0.000000  1    0.543857544418E-04                     
+AS G27  2009  4  1  2 55  0.000000  1    0.370319334705E-04                     
+AS G30  2009  4  1  2 55  0.000000  1    0.136177346479E-03                     
+AS G03  2009  4  1  2 55  0.000000  1    0.373297095013E-03                     
+AS G04  2009  4  1  2 55  0.000000  1   -0.342253945277E-04                     
+AS G06  2009  4  1  2 55  0.000000  1    0.596277717177E-04                     
+AS G08  2009  4  1  2 55  0.000000  1   -0.196493498815E-03                     
+AS G09  2009  4  1  2 55  0.000000  1    0.483921771492E-04                     
+AS G10  2009  4  1  2 55  0.000000  1   -0.136035958756E-04                     
+AS G14  2009  4  1  2 55  0.000000  1   -0.132581326146E-03                     
+AS G13  2009  4  1  2 55  0.000000  1    0.293226778784E-03                     
+AS G28  2009  4  1  2 55  0.000000  1   -0.238276516303E-04                     
+AS G21  2009  4  1  2 55  0.000000  1    0.215879553927E-04                     
+AS G11  2009  4  1  2 55  0.000000  1    0.279180836635E-05                     
+AS G22  2009  4  1  2 55  0.000000  1    0.202446458328E-03                     
+AS G20  2009  4  1  2 55  0.000000  1    0.865908069490E-04                     
+AS G18  2009  4  1  2 55  0.000000  1   -0.696364323670E-04                     
+AS G16  2009  4  1  2 55  0.000000  1    0.630972151288E-04                     
+AS G19  2009  4  1  2 55  0.000000  1    0.293849101344E-04                     
+AS G23  2009  4  1  2 55  0.000000  1    0.388974097042E-03                     
+AS G02  2009  4  1  2 55  0.000000  1    0.153944486548E-03                     
+AS G31  2009  4  1  2 55  0.000000  1   -0.564375600242E-04                     
+AS G17  2009  4  1  2 55  0.000000  1    0.523861384761E-04                     
+AS G12  2009  4  1  2 55  0.000000  1   -0.299676002320E-03                     
+AS G15  2009  4  1  2 55  0.000000  1   -0.275862809566E-03                     
+AS G29  2009  4  1  2 55  0.000000  1    0.471977015538E-05                     
+AS G07  2009  4  1  2 55  0.000000  1    0.209950150021E-04                     
+AS R02  2009  4  1  2 55  0.000000  1    0.207546636293E-04                     
+AS R03  2009  4  1  2 55  0.000000  1   -0.341882649346E-04                     
+AS R04  2009  4  1  2 55  0.000000  1    0.640527334955E-04                     
+AS R06  2009  4  1  2 55  0.000000  1   -0.169219164201E-03                     
+AS R07  2009  4  1  2 55  0.000000  1   -0.892690420360E-04                     
+AS R08  2009  4  1  2 55  0.000000  1   -0.102026946793E-03                     
+AS R10  2009  4  1  2 55  0.000000  1   -0.140859109900E-03                     
+AS R11  2009  4  1  2 55  0.000000  1   -0.925972507631E-04                     
+AS R13  2009  4  1  2 55  0.000000  1   -0.230607107340E-03                     
+AS R14  2009  4  1  2 55  0.000000  1   -0.797123009656E-04                     
+AS R15  2009  4  1  2 55  0.000000  1    0.920788373604E-04                     
+AS R17  2009  4  1  2 55  0.000000  1   -0.261232217850E-03                     
+AS R18  2009  4  1  2 55  0.000000  1   -0.133573817539E-05                     
+AS R19  2009  4  1  2 55  0.000000  1   -0.893889662992E-04                     
+AS R20  2009  4  1  2 55  0.000000  1   -0.650071057800E-04                     
+AS R21  2009  4  1  2 55  0.000000  1   -0.143300431449E-03                     
+AS R22  2009  4  1  2 55  0.000000  1   -0.201489427165E-03                     
+AS R23  2009  4  1  2 55  0.000000  1   -0.200479349567E-03                     
+AR ALGO 2009  4  1  2 55  0.000000  1    0.804675732562E-04                     
+AR ALIC 2009  4  1  2 55  0.000000  1    0.516605736759E-08                     
+AR AMC2 2009  4  1  2 55  0.000000  1    0.438515117688E-09                     
+AR ANKR 2009  4  1  2 55  0.000000  1   -0.488961861294E-03                     
+AR ARTU 2009  4  1  2 55  0.000000  1   -0.685989998631E-07                     
+AR ASPA 2009  4  1  2 55  0.000000  1    0.138950103588E-07                     
+AR BHR1 2009  4  1  2 55  0.000000  1    0.563382510642E-03                     
+AR BARH 2009  4  1  2 55  0.000000  1    0.331345475380E-08                     
+AR BJFS 2009  4  1  2 55  0.000000  1   -0.656711833980E-07                     
+AR BOGT 2009  4  1  2 55  0.000000  1   -0.559651189119E-07                     
+AR BRMU 2009  4  1  2 55  0.000000  1   -0.201235177340E-03                     
+AR CAGZ 2009  4  1  2 55  0.000000  1    0.410824667695E-03                     
+AR CAS1 2009  4  1  2 55  0.000000  1    0.359159574983E-08                     
+AR CHAT 2009  4  1  2 55  0.000000  1   -0.668957898367E-07                     
+AR CHPI 2009  4  1  2 55  0.000000  1   -0.466285952321E-07                     
+AR COCO 2009  4  1  2 55  0.000000  1    0.227663958447E-03                     
+AR CONZ 2009  4  1  2 55  0.000000  1   -0.697102961463E-04                     
+AR CRAR 2009  4  1  2 55  0.000000  1   -0.345166624013E-03                     
+AR CRO1 2009  4  1  2 55  0.000000  1    0.665101669251E-03                     
+AR DAEJ 2009  4  1  2 55  0.000000  1   -0.196615248243E-03                     
+AR DARW 2009  4  1  2 55  0.000000  1   -0.332250716382E-08                     
+AR DGAR 2009  4  1  2 55  0.000000  1   -0.712363229464E-07                     
+AR DRAO 2009  4  1  2 55  0.000000  1    0.110364527895E-03                     
+AR FAA1 2009  4  1  2 55  0.000000  1   -0.175477204353E-07                     
+AR FAIR 2009  4  1  2 55  0.000000  1   -0.578007301219E-07                     
+AR GLPS 2009  4  1  2 55  0.000000  1   -0.583499928940E-07                     
+AR GUAM 2009  4  1  2 55  0.000000  1   -0.809781930148E-07                     
+AR GUAT 2009  4  1  2 55  0.000000  1    0.797940652513E-08                     
+AR HOB2 2009  4  1  2 55  0.000000  1    0.846931279519E-07                     
+AR HOFN 2009  4  1  2 55  0.000000  1   -0.994339007905E-04                     
+AR HOLM 2009  4  1  2 55  0.000000  1   -0.567951004475E-07                     
+AR HRAO 2009  4  1  2 55  0.000000  1    0.849454500580E-03                     
+AR HYDE 2009  4  1  2 55  0.000000  1   -0.451799859734E-09                     
+AR IRKJ 2009  4  1  2 55  0.000000  1    0.163746960349E-03                     
+AR ISPA 2009  4  1  2 55  0.000000  1   -0.610464724814E-07                     
+AR KARR 2009  4  1  2 55  0.000000  1   -0.598076003120E-07                     
+AR KERG 2009  4  1  2 55  0.000000  1    0.816906454654E-03                     
+AR KHAJ 2009  4  1  2 55  0.000000  1   -0.150862045885E-05                     
+AR KIR0 2009  4  1  2 55  0.000000  1    0.283859423061E-03                     
+AR KIRU 2009  4  1  2 55  0.000000  1    0.591358280977E-03                     
+AR KIT3 2009  4  1  2 55  0.000000  1    0.278009063025E-08                     
+AR KOUR 2009  4  1  2 55  0.000000  1    0.125012660748E-03                     
+AR KUNM 2009  4  1  2 55  0.000000  1    0.789088600373E-08                     
+AR LHAZ 2009  4  1  2 55  0.000000  1    0.476469738447E-03                     
+AR MAL2 2009  4  1  2 55  0.000000  1   -0.114633232621E-07                     
+AR MAS1 2009  4  1  2 55  0.000000  1   -0.101616536621E-03                     
+AR MAW1 2009  4  1  2 55  0.000000  1    0.487504510706E-08                     
+AR MCIL 2009  4  1  2 55  0.000000  1    0.317664784025E-07                     
+AR MCM4 2009  4  1  2 55  0.000000  1   -0.654560753024E-07                     
+AR MDO1 2009  4  1  2 55  0.000000  1   -0.386367418227E-07                     
+AR MDVJ 2009  4  1  2 55  0.000000  1    0.438552416958E-03                     
+AR MKEA 2009  4  1  2 55  0.000000  1   -0.714136497539E-07                     
+AR MOBS 2009  4  1  2 55  0.000000  1    0.226394058671E-08                     
+AR NANO 2009  4  1  2 55  0.000000  1   -0.546221391428E-09                     
+AR NLIB 2009  4  1  2 55  0.000000  1   -0.118078624941E-06                     
+AR NNOR 2009  4  1  2 55  0.000000  1    0.365795526023E-03                     
+AR NRC1 2009  4  1  2 55  0.000000  1   -0.448951807595E-05                     
+AR NRIL 2009  4  1  2 55  0.000000  1   -0.432546751580E-07                     
+AR NRMD 2009  4  1  2 55  0.000000  1    0.335192634745E-07                     
+AR NTUS 2009  4  1  2 55  0.000000  1   -0.371684653976E-08                     
+AR NYAL 2009  4  1  2 55  0.000000  1    0.919643029893E-07                     
+AR OHI3 2009  4  1  2 55  0.000000  1    0.209316240689E-03                     
+AR ONSA 2009  4  1  2 55  0.000000  1   -0.324741265752E-04                     
+AR PDEL 2009  4  1  2 55  0.000000  1    0.280036480716E-09                     
+AR PERT 2009  4  1  2 55  0.000000  1   -0.718742796993E-07                     
+AR PETP 2009  4  1  2 55  0.000000  1   -0.617192576702E-07                     
+AR PIMO 2009  4  1  2 55  0.000000  1   -0.748440860487E-07                     
+AR QAQ1 2009  4  1  2 55  0.000000  1   -0.475466752169E-07                     
+AR QUIN 2009  4  1  2 55  0.000000  1   -0.570233629887E-07                     
+AR RABT 2009  4  1  2 55  0.000000  1   -0.484605479202E-07                     
+AR RAMO 2009  4  1  2 55  0.000000  1   -0.378351760534E-07                     
+AR RCMN 2009  4  1  2 55  0.000000  1    0.388473539414E-08                     
+AR REDU 2009  4  1  2 55  0.000000  1   -0.508274565157E-07                     
+AR REYK 2009  4  1  2 55  0.000000  1   -0.270209974963E-03                     
+AR SCH2 2009  4  1  2 55  0.000000  1    0.187284749176E-03                     
+AR SCUB 2009  4  1  2 55  0.000000  1   -0.619787306674E-07                     
+AR STJO 2009  4  1  2 55  0.000000  1   -0.700976565073E-05                     
+AR SYDN 2009  4  1  2 55  0.000000  1    0.140990306968E-05                     
+AR SYOG 2009  4  1  2 55  0.000000  1    0.140046107701E-04                     
+AR THU2 2009  4  1  2 55  0.000000  1   -0.311527819335E-03                     
+AR TOW2 2009  4  1  2 55  0.000000  1    0.128194634461E-08                     
+AR URUM 2009  4  1  2 55  0.000000  1   -0.431188963075E-04                     
+AR VESL 2009  4  1  2 55  0.000000  1    0.456189079116E-03                     
+AR VILL 2009  4  1  2 55  0.000000  1   -0.576791712266E-07                     
+AR WTZR 2009  4  1  2 55  0.000000  1    0.435387763959E-07                     
+AR WUHN 2009  4  1  2 55  0.000000  1   -0.651016718883E-07                     
+AR YSSK 2009  4  1  2 55  0.000000  1   -0.705688918685E-07                     
+AR ZIM2 2009  4  1  2 55  0.000000  1    0.259319649069E-07                     
+AR XMIS 2009  4  1  2 55  0.000000  1   -0.365077297836E-08                     
+AR GODZ 2009  4  1  2 55  0.000000  1   -0.469124900696E-03                     
+AR MTKA 2009  4  1  2 55  0.000000  1   -0.671979536751E-07                     
+AR PARK 2009  4  1  2 55  0.000000  1    0.802433626759E-06                     
+AR UNBJ 2009  4  1  2 55  0.000000  1    0.491598466766E-04                     
+AR NOVM 2009  4  1  2 55  0.000000  1    0.798327277858E-04                     
+AR SUNM 2009  4  1  2 55  0.000000  1    0.398484373017E-03                     
+AR CEBR 2009  4  1  2 55  0.000000  1    0.719431129669E-03                     
+AR CPXF 2009  4  1  2 55  0.000000  1    0.284407284211E-09                     
+AR IDDR 2009  4  1  2 55  0.000000  1    0.599045024908E-08                     
+AR AZGB 2009  4  1  2 55  0.000000  1    0.461492264581E-03                     
+AR TN22 2009  4  1  2 55  0.000000  1   -0.184531450458E-03                     
+AR ETAD 2009  4  1  2 55  0.000000  1    0.273426172188E-07                     
+AR ILHA 2009  4  1  2 55  0.000000  1   -0.103201814715E-08                     
+AR POVE 2009  4  1  2 55  0.000000  1   -0.103561514697E-07                     
+AR RECF 2009  4  1  2 55  0.000000  1    0.170667989169E-07                     
+AR SALU 2009  4  1  2 55  0.000000  1    0.205974059841E-07                     
+AR SAVO 2009  4  1  2 55  0.000000  1    0.170119757168E-07                     
+AR UFPR 2009  4  1  2 55  0.000000  1    0.221787225704E-07                     
+AR YELL 2009  4  1  2 55  0.000000  1    0.235642000000E-06                     
+AS G32  2009  4  1  3  0  0.000000  1    0.280332667973E-03                     
+AS G24  2009  4  1  3  0  0.000000  1    0.177734450639E-03                     
+AS G25  2009  4  1  3  0  0.000000  1    0.333821483854E-03                     
+AS G26  2009  4  1  3  0  0.000000  1    0.543868651741E-04                     
+AS G27  2009  4  1  3  0  0.000000  1    0.370334699573E-04                     
+AS G30  2009  4  1  3  0  0.000000  1    0.136178413344E-03                     
+AS G03  2009  4  1  3  0  0.000000  1    0.373299511661E-03                     
+AS G04  2009  4  1  3  0  0.000000  1   -0.342294904874E-04                     
+AS G06  2009  4  1  3  0  0.000000  1    0.596336203484E-04                     
+AS G08  2009  4  1  3  0  0.000000  1   -0.196493598583E-03                     
+AS G09  2009  4  1  3  0  0.000000  1    0.483932461296E-04                     
+AS G10  2009  4  1  3  0  0.000000  1   -0.136039065943E-04                     
+AS G14  2009  4  1  3  0  0.000000  1   -0.132579235835E-03                     
+AS G13  2009  4  1  3  0  0.000000  1    0.293227341234E-03                     
+AS G28  2009  4  1  3  0  0.000000  1   -0.238272281021E-04                     
+AS G21  2009  4  1  3  0  0.000000  1    0.215878638710E-04                     
+AS G11  2009  4  1  3  0  0.000000  1    0.279187271330E-05                     
+AS G22  2009  4  1  3  0  0.000000  1    0.202446526105E-03                     
+AS G20  2009  4  1  3  0  0.000000  1    0.865907111511E-04                     
+AS G18  2009  4  1  3  0  0.000000  1   -0.696346257414E-04                     
+AS G16  2009  4  1  3  0  0.000000  1    0.630965666830E-04                     
+AS G19  2009  4  1  3  0  0.000000  1    0.293849861816E-04                     
+AS G23  2009  4  1  3  0  0.000000  1    0.388974573897E-03                     
+AS G02  2009  4  1  3  0  0.000000  1    0.153944911953E-03                     
+AS G31  2009  4  1  3  0  0.000000  1   -0.564376938450E-04                     
+AS G17  2009  4  1  3  0  0.000000  1    0.523867447295E-04                     
+AS G12  2009  4  1  3  0  0.000000  1   -0.299674493133E-03                     
+AS G15  2009  4  1  3  0  0.000000  1   -0.275863848788E-03                     
+AS G29  2009  4  1  3  0  0.000000  1    0.472139985317E-05                     
+AS G07  2009  4  1  3  0  0.000000  1    0.209951945671E-04                     
+AS R02  2009  4  1  3  0  0.000000  1    0.207542233307E-04                     
+AS R03  2009  4  1  3  0  0.000000  1   -0.341886266105E-04                     
+AS R04  2009  4  1  3  0  0.000000  1    0.640512306017E-04                     
+AS R06  2009  4  1  3  0  0.000000  1   -0.169217595594E-03                     
+AS R07  2009  4  1  3  0  0.000000  1   -0.892673307157E-04                     
+AS R08  2009  4  1  3  0  0.000000  1   -0.102026465515E-03                     
+AS R10  2009  4  1  3  0  0.000000  1   -0.140858378368E-03                     
+AS R11  2009  4  1  3  0  0.000000  1   -0.925972836245E-04                     
+AS R13  2009  4  1  3  0  0.000000  1   -0.230606844599E-03                     
+AS R14  2009  4  1  3  0  0.000000  1   -0.797111430869E-04                     
+AS R15  2009  4  1  3  0  0.000000  1    0.920790686188E-04                     
+AS R17  2009  4  1  3  0  0.000000  1   -0.261232166264E-03                     
+AS R18  2009  4  1  3  0  0.000000  1   -0.133559244285E-05                     
+AS R19  2009  4  1  3  0  0.000000  1   -0.893888746520E-04                     
+AS R20  2009  4  1  3  0  0.000000  1   -0.650069241459E-04                     
+AS R21  2009  4  1  3  0  0.000000  1   -0.143300221500E-03                     
+AS R22  2009  4  1  3  0  0.000000  1   -0.201489619315E-03                     
+AS R23  2009  4  1  3  0  0.000000  1   -0.200477131438E-03                     
+AR ALGO 2009  4  1  3  0  0.000000  1    0.804718419986E-04                     
+AR ALIC 2009  4  1  3  0  0.000000  1    0.528243040838E-08                     
+AR AMC2 2009  4  1  3  0  0.000000  1    0.850409548112E-09                     
+AR ANKR 2009  4  1  3  0  0.000000  1   -0.413385607007E-03                     
+AR ARTU 2009  4  1  3  0  0.000000  1   -0.674153834771E-07                     
+AR ASPA 2009  4  1  3  0  0.000000  1    0.155948438480E-07                     
+AR BHR1 2009  4  1  3  0  0.000000  1    0.563382705022E-03                     
+AR BARH 2009  4  1  3  0  0.000000  1    0.375800948481E-08                     
+AR BJFS 2009  4  1  3  0  0.000000  1   -0.645028402016E-07                     
+AR BOGT 2009  4  1  3  0  0.000000  1   -0.551629046270E-07                     
+AR BRMU 2009  4  1  3  0  0.000000  1    0.295672304587E-03                     
+AR CAGZ 2009  4  1  3  0  0.000000  1   -0.365767393894E-03                     
+AR CAS1 2009  4  1  3  0  0.000000  1    0.434996965134E-08                     
+AR CHAT 2009  4  1  3  0  0.000000  1   -0.657847802694E-07                     
+AR CHPI 2009  4  1  3  0  0.000000  1   -0.464068049463E-07                     
+AR COCO 2009  4  1  3  0  0.000000  1    0.227663793407E-03                     
+AR CONZ 2009  4  1  3  0  0.000000  1   -0.201988181489E-03                     
+AR CRAR 2009  4  1  3  0  0.000000  1   -0.370322201415E-03                     
+AR CRO1 2009  4  1  3  0  0.000000  1    0.665102130038E-03                     
+AR DAEJ 2009  4  1  3  0  0.000000  1   -0.196614971177E-03                     
+AR DARW 2009  4  1  3  0  0.000000  1    0.191825695557E-09                     
+AR DGAR 2009  4  1  3  0  0.000000  1   -0.712836698373E-07                     
+AR DRAO 2009  4  1  3  0  0.000000  1    0.110401540149E-03                     
+AR FAA1 2009  4  1  3  0  0.000000  1   -0.189227873211E-07                     
+AR FAIR 2009  4  1  3  0  0.000000  1   -0.585262971820E-07                     
+AR GLPS 2009  4  1  3  0  0.000000  1   -0.560856603908E-07                     
+AR GUAM 2009  4  1  3  0  0.000000  1   -0.811482461407E-07                     
+AR GUAT 2009  4  1  3  0  0.000000  1    0.709099814748E-08                     
+AR HOB2 2009  4  1  3  0  0.000000  1    0.851249599339E-07                     
+AR HOFN 2009  4  1  3  0  0.000000  1   -0.213056319149E-04                     
+AR HOLM 2009  4  1  3  0  0.000000  1   -0.599009087090E-07                     
+AR HRAO 2009  4  1  3  0  0.000000  1    0.849455008875E-03                     
+AR HYDE 2009  4  1  3  0  0.000000  1   -0.836294488531E-11                     
+AR IRKJ 2009  4  1  3  0  0.000000  1    0.163747365993E-03                     
+AR ISPA 2009  4  1  3  0  0.000000  1   -0.579931553112E-07                     
+AR KARR 2009  4  1  3  0  0.000000  1   -0.597816023618E-07                     
+AR KERG 2009  4  1  3  0  0.000000  1    0.816913694644E-03                     
+AR KHAJ 2009  4  1  3  0  0.000000  1   -0.150822177763E-05                     
+AR KIR0 2009  4  1  3  0  0.000000  1    0.283852896323E-03                     
+AR KIRU 2009  4  1  3  0  0.000000  1    0.591360679600E-03                     
+AR KIT3 2009  4  1  3  0  0.000000  1    0.724535224806E-08                     
+AR KOUR 2009  4  1  3  0  0.000000  1    0.125013073092E-03                     
+AR KUNM 2009  4  1  3  0  0.000000  1   -0.179558707016E-07                     
+AR LHAZ 2009  4  1  3  0  0.000000  1    0.467636473767E-03                     
+AR MAL2 2009  4  1  3  0  0.000000  1   -0.539882150687E-08                     
+AR MAS1 2009  4  1  3  0  0.000000  1   -0.101616237663E-03                     
+AR MAW1 2009  4  1  3  0  0.000000  1    0.498037293041E-08                     
+AR MCIL 2009  4  1  3  0  0.000000  1    0.323330724203E-07                     
+AR MCM4 2009  4  1  3  0  0.000000  1   -0.699987828495E-07                     
+AR MDO1 2009  4  1  3  0  0.000000  1   -0.395987836467E-07                     
+AR MDVJ 2009  4  1  3  0  0.000000  1    0.438552827464E-03                     
+AR MKEA 2009  4  1  3  0  0.000000  1   -0.712189018986E-07                     
+AR MOBS 2009  4  1  3  0  0.000000  1    0.203935394456E-08                     
+AR NANO 2009  4  1  3  0  0.000000  1   -0.141496659990E-08                     
+AR NLIB 2009  4  1  3  0  0.000000  1   -0.117686247307E-06                     
+AR NNOR 2009  4  1  3  0  0.000000  1    0.365796016106E-03                     
+AR NRC1 2009  4  1  3  0  0.000000  1   -0.448907912337E-05                     
+AR NRIL 2009  4  1  3  0  0.000000  1   -0.441840809223E-07                     
+AR NRMD 2009  4  1  3  0  0.000000  1    0.342981288068E-07                     
+AR NTUS 2009  4  1  3  0  0.000000  1   -0.285748334587E-08                     
+AR NYAL 2009  4  1  3  0  0.000000  1    0.923921982734E-07                     
+AR OHI3 2009  4  1  3  0  0.000000  1    0.300069536988E-03                     
+AR ONSA 2009  4  1  3  0  0.000000  1   -0.324737565684E-04                     
+AR PDEL 2009  4  1  3  0  0.000000  1   -0.469882442939E-09                     
+AR PERT 2009  4  1  3  0  0.000000  1   -0.692846184118E-07                     
+AR PETP 2009  4  1  3  0  0.000000  1   -0.617376052955E-07                     
+AR PIMO 2009  4  1  3  0  0.000000  1   -0.737427656507E-07                     
+AR QAQ1 2009  4  1  3  0  0.000000  1   -0.528691674734E-07                     
+AR QUIN 2009  4  1  3  0  0.000000  1   -0.580295274355E-07                     
+AR RABT 2009  4  1  3  0  0.000000  1   -0.479286725853E-07                     
+AR RAMO 2009  4  1  3  0  0.000000  1    0.188588751988E-07                     
+AR RCMN 2009  4  1  3  0  0.000000  1    0.713897005300E-08                     
+AR REDU 2009  4  1  3  0  0.000000  1   -0.537082835619E-07                     
+AR REUN 2009  4  1  3  0  0.000000  1    0.243095643811E-07                     
+AR REYK 2009  4  1  3  0  0.000000  1   -0.250252502387E-03                     
+AR SCH2 2009  4  1  3  0  0.000000  1    0.187300244910E-03                     
+AR SCUB 2009  4  1  3  0  0.000000  1   -0.618125016401E-07                     
+AR STJO 2009  4  1  3  0  0.000000  1   -0.700965306209E-05                     
+AR SYDN 2009  4  1  3  0  0.000000  1    0.141017138445E-05                     
+AR SYOG 2009  4  1  3  0  0.000000  1    0.140046341485E-04                     
+AR THU2 2009  4  1  3  0  0.000000  1   -0.313529528736E-03                     
+AR TOW2 2009  4  1  3  0  0.000000  1    0.389322523596E-08                     
+AR URUM 2009  4  1  3  0  0.000000  1   -0.113094754669E-03                     
+AR VESL 2009  4  1  3  0  0.000000  1    0.493754699582E-03                     
+AR VILL 2009  4  1  3  0  0.000000  1   -0.561789098908E-07                     
+AR WTZR 2009  4  1  3  0  0.000000  1    0.439508533029E-07                     
+AR WUHN 2009  4  1  3  0  0.000000  1   -0.662122082896E-07                     
+AR YSSK 2009  4  1  3  0  0.000000  1   -0.715226315508E-07                     
+AR ZIM2 2009  4  1  3  0  0.000000  1    0.266145085817E-07                     
+AR XMIS 2009  4  1  3  0  0.000000  1   -0.493533944647E-08                     
+AR GODZ 2009  4  1  3  0  0.000000  1   -0.469124431266E-03                     
+AR MTKA 2009  4  1  3  0  0.000000  1   -0.608424237567E-07                     
+AR PARK 2009  4  1  3  0  0.000000  1    0.802868306414E-06                     
+AR UNBJ 2009  4  1  3  0  0.000000  1   -0.225011938508E-04                     
+AR NOVM 2009  4  1  3  0  0.000000  1    0.798331197843E-04                     
+AR SUNM 2009  4  1  3  0  0.000000  1    0.241911492366E-03                     
+AR CEBR 2009  4  1  3  0  0.000000  1    0.719430839362E-03                     
+AR CPXF 2009  4  1  3  0  0.000000  1    0.194765108151E-08                     
+AR IDDR 2009  4  1  3  0  0.000000  1    0.363151206481E-08                     
+AR AZGB 2009  4  1  3  0  0.000000  1    0.322081149686E-03                     
+AR TN22 2009  4  1  3  0  0.000000  1   -0.260757123004E-03                     
+AR ETAD 2009  4  1  3  0  0.000000  1    0.292340889465E-07                     
+AR ILHA 2009  4  1  3  0  0.000000  1    0.219835699963E-08                     
+AR POVE 2009  4  1  3  0  0.000000  1   -0.108912695000E-07                     
+AR RECF 2009  4  1  3  0  0.000000  1    0.185650736316E-07                     
+AR SALU 2009  4  1  3  0  0.000000  1    0.189863519537E-07                     
+AR SAVO 2009  4  1  3  0  0.000000  1    0.178113027571E-07                     
+AR UFPR 2009  4  1  3  0  0.000000  1    0.226813896704E-07                     
+AR YELL 2009  4  1  3  0  0.000000  1    0.235712000000E-06                     
+AS G32  2009  4  1  3  5  0.000000  1    0.280331260536E-03                     
+AS G24  2009  4  1  3  5  0.000000  1    0.177735169414E-03                     
+AS G25  2009  4  1  3  5  0.000000  1    0.333828059058E-03                     
+AS G26  2009  4  1  3  5  0.000000  1    0.543874872252E-04                     
+AS G27  2009  4  1  3  5  0.000000  1    0.370341260322E-04                     
+AS G30  2009  4  1  3  5  0.000000  1    0.136178448277E-03                     
+AS G03  2009  4  1  3  5  0.000000  1    0.373301070328E-03                     
+AS G04  2009  4  1  3  5  0.000000  1   -0.342342641778E-04                     
+AS G06  2009  4  1  3  5  0.000000  1    0.596391268358E-04                     
+AS G08  2009  4  1  3  5  0.000000  1   -0.196494439678E-03                     
+AS G09  2009  4  1  3  5  0.000000  1    0.483946071213E-04                     
+AS G10  2009  4  1  3  5  0.000000  1   -0.136046090600E-04                     
+AS G14  2009  4  1  3  5  0.000000  1   -0.132577426059E-03                     
+AS G13  2009  4  1  3  5  0.000000  1    0.293227902153E-03                     
+AS G28  2009  4  1  3  5  0.000000  1   -0.238271265705E-04                     
+AS G21  2009  4  1  3  5  0.000000  1    0.215870820446E-04                     
+AS G11  2009  4  1  3  5  0.000000  1    0.279128364270E-05                     
+AS G22  2009  4  1  3  5  0.000000  1    0.202446396918E-03                     
+AS G20  2009  4  1  3  5  0.000000  1    0.865903509144E-04                     
+AS G18  2009  4  1  3  5  0.000000  1   -0.696339688381E-04                     
+AS G16  2009  4  1  3  5  0.000000  1    0.630957468472E-04                     
+AS G19  2009  4  1  3  5  0.000000  1    0.293846347799E-04                     
+AS G23  2009  4  1  3  5  0.000000  1    0.388974859550E-03                     
+AS G02  2009  4  1  3  5  0.000000  1    0.153944680965E-03                     
+AS G31  2009  4  1  3  5  0.000000  1   -0.564380341387E-04                     
+AS G17  2009  4  1  3  5  0.000000  1    0.523874920452E-04                     
+AS G12  2009  4  1  3  5  0.000000  1   -0.299672826935E-03                     
+AS G15  2009  4  1  3  5  0.000000  1   -0.275865358496E-03                     
+AS G29  2009  4  1  3  5  0.000000  1    0.472270284954E-05                     
+AS G07  2009  4  1  3  5  0.000000  1    0.209949778028E-04                     
+AS R02  2009  4  1  3  5  0.000000  1    0.207534000552E-04                     
+AS R03  2009  4  1  3  5  0.000000  1   -0.341895850713E-04                     
+AS R04  2009  4  1  3  5  0.000000  1    0.640480054337E-04                     
+AS R06  2009  4  1  3  5  0.000000  1   -0.169216845594E-03                     
+AS R07  2009  4  1  3  5  0.000000  1   -0.892666424045E-04                     
+AS R08  2009  4  1  3  5  0.000000  1   -0.102026227526E-03                     
+AS R10  2009  4  1  3  5  0.000000  1   -0.140858116429E-03                     
+AS R11  2009  4  1  3  5  0.000000  1   -0.925977836398E-04                     
+AS R13  2009  4  1  3  5  0.000000  1   -0.230607055230E-03                     
+AS R14  2009  4  1  3  5  0.000000  1   -0.797099345053E-04                     
+AS R15  2009  4  1  3  5  0.000000  1    0.920785091406E-04                     
+AS R17  2009  4  1  3  5  0.000000  1   -0.261232504188E-03                     
+AS R18  2009  4  1  3  5  0.000000  1   -0.133581253839E-05                     
+AS R19  2009  4  1  3  5  0.000000  1   -0.893892528913E-04                     
+AS R20  2009  4  1  3  5  0.000000  1   -0.650067626840E-04                     
+AS R21  2009  4  1  3  5  0.000000  1   -0.143300523606E-03                     
+AS R22  2009  4  1  3  5  0.000000  1   -0.201490418543E-03                     
+AS R23  2009  4  1  3  5  0.000000  1   -0.200474770053E-03                     
+AR ALGO 2009  4  1  3  5  0.000000  1    0.804757262190E-04                     
+AR ALIC 2009  4  1  3  5  0.000000  1    0.635269578647E-08                     
+AR AMC2 2009  4  1  3  5  0.000000  1    0.848257144606E-09                     
+AR ANKR 2009  4  1  3  5  0.000000  1   -0.337658944530E-03                     
+AR ARTU 2009  4  1  3  5  0.000000  1   -0.691282602611E-07                     
+AR ASPA 2009  4  1  3  5  0.000000  1    0.163370921436E-07                     
+AR BHR1 2009  4  1  3  5  0.000000  1    0.563382688786E-03                     
+AR BARH 2009  4  1  3  5  0.000000  1    0.460051713768E-08                     
+AR BJFS 2009  4  1  3  5  0.000000  1   -0.645193078288E-07                     
+AR BOGT 2009  4  1  3  5  0.000000  1   -0.502527676758E-07                     
+AR BRMU 2009  4  1  3  5  0.000000  1   -0.207022823585E-03                     
+AR CAGZ 2009  4  1  3  5  0.000000  1   -0.142288508422E-03                     
+AR CAS1 2009  4  1  3  5  0.000000  1    0.205424210924E-08                     
+AR CHAT 2009  4  1  3  5  0.000000  1   -0.655622518620E-07                     
+AR CHPI 2009  4  1  3  5  0.000000  1   -0.573126468149E-07                     
+AR COCO 2009  4  1  3  5  0.000000  1    0.227663206769E-03                     
+AR CONZ 2009  4  1  3  5  0.000000  1   -0.333536352724E-03                     
+AR CRAR 2009  4  1  3  5  0.000000  1   -0.395470690252E-03                     
+AR CRO1 2009  4  1  3  5  0.000000  1    0.665102115638E-03                     
+AR DAEJ 2009  4  1  3  5  0.000000  1   -0.196614342008E-03                     
+AR DARW 2009  4  1  3  5  0.000000  1   -0.544003898580E-08                     
+AR DGAR 2009  4  1  3  5  0.000000  1   -0.717587192497E-07                     
+AR DRAO 2009  4  1  3  5  0.000000  1    0.110438370177E-03                     
+AR FAA1 2009  4  1  3  5  0.000000  1   -0.196412421299E-07                     
+AR FAIR 2009  4  1  3  5  0.000000  1   -0.615455899002E-07                     
+AR GLPS 2009  4  1  3  5  0.000000  1   -0.567372548531E-07                     
+AR GUAM 2009  4  1  3  5  0.000000  1   -0.824089161160E-07                     
+AR GUAT 2009  4  1  3  5  0.000000  1    0.607628622675E-08                     
+AR HOB2 2009  4  1  3  5  0.000000  1    0.851444117131E-07                     
+AR HOFN 2009  4  1  3  5  0.000000  1    0.568350122282E-04                     
+AR HOLM 2009  4  1  3  5  0.000000  1   -0.585373844889E-07                     
+AR HRAO 2009  4  1  3  5  0.000000  1    0.849455054823E-03                     
+AR HYDE 2009  4  1  3  5  0.000000  1    0.148424015635E-08                     
+AR IRKJ 2009  4  1  3  5  0.000000  1    0.163747330522E-03                     
+AR ISPA 2009  4  1  3  5  0.000000  1   -0.611466092747E-07                     
+AR KARR 2009  4  1  3  5  0.000000  1   -0.596536710150E-07                     
+AR KERG 2009  4  1  3  5  0.000000  1    0.816920526770E-03                     
+AR KHAJ 2009  4  1  3  5  0.000000  1   -0.150823346600E-05                     
+AR KIR0 2009  4  1  3  5  0.000000  1    0.283845940078E-03                     
+AR KIRU 2009  4  1  3  5  0.000000  1    0.591375670727E-03                     
+AR KIT3 2009  4  1  3  5  0.000000  1    0.772172988101E-08                     
+AR KOUR 2009  4  1  3  5  0.000000  1    0.125013051941E-03                     
+AR KUNM 2009  4  1  3  5  0.000000  1   -0.128133119562E-07                     
+AR LHAZ 2009  4  1  3  5  0.000000  1    0.458865694125E-03                     
+AR MAL2 2009  4  1  3  5  0.000000  1   -0.774512254874E-08                     
+AR MAS1 2009  4  1  3  5  0.000000  1   -0.101616289206E-03                     
+AR MAW1 2009  4  1  3  5  0.000000  1    0.458300340396E-08                     
+AR MCIL 2009  4  1  3  5  0.000000  1    0.327432483127E-07                     
+AR MCM4 2009  4  1  3  5  0.000000  1   -0.685436087040E-07                     
+AR MDO1 2009  4  1  3  5  0.000000  1   -0.376333311071E-07                     
+AR MDVJ 2009  4  1  3  5  0.000000  1    0.438552784346E-03                     
+AR MKEA 2009  4  1  3  5  0.000000  1   -0.756899424958E-07                     
+AR MOBS 2009  4  1  3  5  0.000000  1    0.257781245585E-08                     
+AR NANO 2009  4  1  3  5  0.000000  1   -0.117007421800E-08                     
+AR NLIB 2009  4  1  3  5  0.000000  1   -0.117716048470E-06                     
+AR NNOR 2009  4  1  3  5  0.000000  1    0.365795862378E-03                     
+AR NRC1 2009  4  1  3  5  0.000000  1   -0.448907816989E-05                     
+AR NRIL 2009  4  1  3  5  0.000000  1   -0.436505029379E-07                     
+AR NRMD 2009  4  1  3  5  0.000000  1    0.350651607980E-07                     
+AR NTUS 2009  4  1  3  5  0.000000  1   -0.516171720735E-08                     
+AR NYAL 2009  4  1  3  5  0.000000  1    0.923812694679E-07                     
+AR OHI3 2009  4  1  3  5  0.000000  1    0.390931593424E-03                     
+AR ONSA 2009  4  1  3  5  0.000000  1   -0.324738192852E-04                     
+AR PDEL 2009  4  1  3  5  0.000000  1    0.608460200088E-10                     
+AR PERT 2009  4  1  3  5  0.000000  1   -0.659845230716E-07                     
+AR PETP 2009  4  1  3  5  0.000000  1   -0.598274761691E-07                     
+AR PIMO 2009  4  1  3  5  0.000000  1   -0.736346645671E-07                     
+AR QAQ1 2009  4  1  3  5  0.000000  1   -0.550523242488E-07                     
+AR QUIN 2009  4  1  3  5  0.000000  1   -0.585696053691E-07                     
+AR RABT 2009  4  1  3  5  0.000000  1   -0.471293895329E-07                     
+AR RAMO 2009  4  1  3  5  0.000000  1    0.166040011900E-07                     
+AR RCMN 2009  4  1  3  5  0.000000  1    0.790900149932E-08                     
+AR REDU 2009  4  1  3  5  0.000000  1   -0.503170769592E-07                     
+AR REYK 2009  4  1  3  5  0.000000  1   -0.230352899721E-03                     
+AR SCH2 2009  4  1  3  5  0.000000  1    0.187315639473E-03                     
+AR SCUB 2009  4  1  3  5  0.000000  1   -0.630713212753E-07                     
+AR STJO 2009  4  1  3  5  0.000000  1   -0.700995392252E-05                     
+AR SYDN 2009  4  1  3  5  0.000000  1    0.141030009765E-05                     
+AR SYOG 2009  4  1  3  5  0.000000  1    0.140046986056E-04                     
+AR THU2 2009  4  1  3  5  0.000000  1   -0.315531696442E-03                     
+AR TOW2 2009  4  1  3  5  0.000000  1    0.437212328887E-08                     
+AR URUM 2009  4  1  3  5  0.000000  1   -0.183122790856E-03                     
+AR VESL 2009  4  1  3  5  0.000000  1   -0.468685306498E-03                     
+AR VILL 2009  4  1  3  5  0.000000  1   -0.570022582766E-07                     
+AR WTZR 2009  4  1  3  5  0.000000  1    0.439330107000E-07                     
+AR WUHN 2009  4  1  3  5  0.000000  1   -0.701520969367E-07                     
+AR YSSK 2009  4  1  3  5  0.000000  1   -0.717809405675E-07                     
+AR ZIM2 2009  4  1  3  5  0.000000  1    0.270435828723E-07                     
+AR XMIS 2009  4  1  3  5  0.000000  1   -0.408077222443E-08                     
+AR GODZ 2009  4  1  3  5  0.000000  1   -0.469124397375E-03                     
+AR MTKA 2009  4  1  3  5  0.000000  1   -0.613605427535E-07                     
+AR PARK 2009  4  1  3  5  0.000000  1    0.802904599008E-06                     
+AR UNBJ 2009  4  1  3  5  0.000000  1   -0.941860645083E-04                     
+AR NOVM 2009  4  1  3  5  0.000000  1    0.798330684427E-04                     
+AR SUNM 2009  4  1  3  5  0.000000  1    0.856878178099E-04                     
+AR CEBR 2009  4  1  3  5  0.000000  1    0.719431189743E-03                     
+AR CPXF 2009  4  1  3  5  0.000000  1    0.180849420997E-08                     
+AR IDDR 2009  4  1  3  5  0.000000  1    0.307843195413E-08                     
+AR AZGB 2009  4  1  3  5  0.000000  1    0.182712159367E-03                     
+AR TN22 2009  4  1  3  5  0.000000  1   -0.337304754950E-03                     
+AR ETAD 2009  4  1  3  5  0.000000  1    0.299062715216E-07                     
+AR ILHA 2009  4  1  3  5  0.000000  1    0.339918313966E-08                     
+AR POVE 2009  4  1  3  5  0.000000  1   -0.120480463698E-07                     
+AR RECF 2009  4  1  3  5  0.000000  1    0.195087074313E-07                     
+AR SALU 2009  4  1  3  5  0.000000  1    0.216275396826E-07                     
+AR SAVO 2009  4  1  3  5  0.000000  1    0.168610094414E-07                     
+AR UFPR 2009  4  1  3  5  0.000000  1    0.223860502075E-07                     
+AR YELL 2009  4  1  3  5  0.000000  1    0.235782000000E-06                     
+AS G32  2009  4  1  3 10  0.000000  1    0.280329896816E-03                     
+AS G24  2009  4  1  3 10  0.000000  1    0.177736155877E-03                     
+AS G25  2009  4  1  3 10  0.000000  1    0.333834639399E-03                     
+AS G26  2009  4  1  3 10  0.000000  1    0.543881672459E-04                     
+AS G27  2009  4  1  3 10  0.000000  1    0.370344061068E-04                     
+AS G30  2009  4  1  3 10  0.000000  1    0.136178950586E-03                     
+AS G03  2009  4  1  3 10  0.000000  1    0.373302381578E-03                     
+AS G04  2009  4  1  3 10  0.000000  1   -0.342385363540E-04                     
+AS G06  2009  4  1  3 10  0.000000  1    0.596445342760E-04                     
+AS G08  2009  4  1  3 10  0.000000  1   -0.196494777167E-03                     
+AS G09  2009  4  1  3 10  0.000000  1    0.483949511122E-04                     
+AS G10  2009  4  1  3 10  0.000000  1   -0.136043272728E-04                     
+AS G14  2009  4  1  3 10  0.000000  1   -0.132575702021E-03                     
+AS G13  2009  4  1  3 10  0.000000  1    0.293228119977E-03                     
+AS G28  2009  4  1  3 10  0.000000  1   -0.238271430201E-04                     
+AS G21  2009  4  1  3 10  0.000000  1    0.215866505016E-04                     
+AS G11  2009  4  1  3 10  0.000000  1    0.279091882214E-05                     
+AS G22  2009  4  1  3 10  0.000000  1    0.202446168991E-03                     
+AS G20  2009  4  1  3 10  0.000000  1    0.865901536833E-04                     
+AS G18  2009  4  1  3 10  0.000000  1   -0.696328491309E-04                     
+AS G16  2009  4  1  3 10  0.000000  1    0.630949449379E-04                     
+AS G19  2009  4  1  3 10  0.000000  1    0.293845068920E-04                     
+AS G23  2009  4  1  3 10  0.000000  1    0.388974887896E-03                     
+AS G02  2009  4  1  3 10  0.000000  1    0.153944551974E-03                     
+AS G31  2009  4  1  3 10  0.000000  1   -0.564382001466E-04                     
+AS G17  2009  4  1  3 10  0.000000  1    0.523881539788E-04                     
+AS G12  2009  4  1  3 10  0.000000  1   -0.299671612984E-03                     
+AS G15  2009  4  1  3 10  0.000000  1   -0.275866696564E-03                     
+AS G29  2009  4  1  3 10  0.000000  1    0.472384006104E-05                     
+AS G07  2009  4  1  3 10  0.000000  1    0.209949872142E-04                     
+AS R02  2009  4  1  3 10  0.000000  1    0.207525623479E-04                     
+AS R03  2009  4  1  3 10  0.000000  1   -0.341899460079E-04                     
+AS R04  2009  4  1  3 10  0.000000  1    0.640448257207E-04                     
+AS R06  2009  4  1  3 10  0.000000  1   -0.169217482382E-03                     
+AS R07  2009  4  1  3 10  0.000000  1   -0.892659551861E-04                     
+AS R08  2009  4  1  3 10  0.000000  1   -0.102025806739E-03                     
+AS R10  2009  4  1  3 10  0.000000  1   -0.140858285351E-03                     
+AS R11  2009  4  1  3 10  0.000000  1   -0.925978826429E-04                     
+AS R13  2009  4  1  3 10  0.000000  1   -0.230607470383E-03                     
+AS R14  2009  4  1  3 10  0.000000  1   -0.797090152965E-04                     
+AS R15  2009  4  1  3 10  0.000000  1    0.920787310452E-04                     
+AS R17  2009  4  1  3 10  0.000000  1   -0.261232728942E-03                     
+AS R18  2009  4  1  3 10  0.000000  1   -0.133607155582E-05                     
+AS R19  2009  4  1  3 10  0.000000  1   -0.893897209216E-04                     
+AS R20  2009  4  1  3 10  0.000000  1   -0.650068620125E-04                     
+AS R21  2009  4  1  3 10  0.000000  1   -0.143300394071E-03                     
+AS R22  2009  4  1  3 10  0.000000  1   -0.201491132464E-03                     
+AS R23  2009  4  1  3 10  0.000000  1   -0.200473094333E-03                     
+AR ALGO 2009  4  1  3 10  0.000000  1    0.804795938291E-04                     
+AR ALIC 2009  4  1  3 10  0.000000  1    0.721096537104E-08                     
+AR AMC2 2009  4  1  3 10  0.000000  1    0.853899182208E-09                     
+AR ANKR 2009  4  1  3 10  0.000000  1   -0.261880872135E-03                     
+AR ARTU 2009  4  1  3 10  0.000000  1   -0.718350874731E-07                     
+AR ASPA 2009  4  1  3 10  0.000000  1    0.179319992498E-07                     
+AR BHR1 2009  4  1  3 10  0.000000  1    0.563382788015E-03                     
+AR BARH 2009  4  1  3 10  0.000000  1    0.456550682388E-08                     
+AR BJFS 2009  4  1  3 10  0.000000  1   -0.645921052193E-07                     
+AR BOGT 2009  4  1  3 10  0.000000  1   -0.505511237651E-07                     
+AR BRMU 2009  4  1  3 10  0.000000  1    0.290617094410E-03                     
+AR CAGZ 2009  4  1  3 10  0.000000  1    0.812438694590E-04                     
+AR CAS1 2009  4  1  3 10  0.000000  1    0.566799850690E-08                     
+AR CHAT 2009  4  1  3 10  0.000000  1   -0.660641653790E-07                     
+AR CHPI 2009  4  1  3 10  0.000000  1   -0.573727774182E-07                     
+AR COCO 2009  4  1  3 10  0.000000  1    0.227662402643E-03                     
+AR CONZ 2009  4  1  3 10  0.000000  1   -0.464893057245E-03                     
+AR CRAR 2009  4  1  3 10  0.000000  1   -0.420609266260E-03                     
+AR CRO1 2009  4  1  3 10  0.000000  1    0.665102143763E-03                     
+AR DAEJ 2009  4  1  3 10  0.000000  1   -0.196613297867E-03                     
+AR DARW 2009  4  1  3 10  0.000000  1    0.219643923482E-09                     
+AR DGAR 2009  4  1  3 10  0.000000  1   -0.724802886066E-07                     
+AR DRAO 2009  4  1  3 10  0.000000  1    0.110475034155E-03                     
+AR FAA1 2009  4  1  3 10  0.000000  1   -0.191362024078E-07                     
+AR FAIR 2009  4  1  3 10  0.000000  1   -0.616678165835E-07                     
+AR GLPS 2009  4  1  3 10  0.000000  1   -0.561978320405E-07                     
+AR GUAM 2009  4  1  3 10  0.000000  1   -0.831663865355E-07                     
+AR GUAT 2009  4  1  3 10  0.000000  1    0.588193240836E-08                     
+AR HOB2 2009  4  1  3 10  0.000000  1    0.851801305980E-07                     
+AR HOFN 2009  4  1  3 10  0.000000  1    0.134954359520E-03                     
+AR HOLM 2009  4  1  3 10  0.000000  1   -0.555305510508E-07                     
+AR HRAO 2009  4  1  3 10  0.000000  1    0.849455149489E-03                     
+AR HYDE 2009  4  1  3 10  0.000000  1   -0.124377232688E-08                     
+AR IRKJ 2009  4  1  3 10  0.000000  1    0.163747323429E-03                     
+AR ISPA 2009  4  1  3 10  0.000000  1   -0.614454683601E-07                     
+AR KARR 2009  4  1  3 10  0.000000  1   -0.597746326343E-07                     
+AR KERG 2009  4  1  3 10  0.000000  1    0.816927172982E-03                     
+AR KHAJ 2009  4  1  3 10  0.000000  1   -0.150821558873E-05                     
+AR KIR0 2009  4  1  3 10  0.000000  1    0.283838982260E-03                     
+AR KIRU 2009  4  1  3 10  0.000000  1    0.591397074845E-03                     
+AR KIT3 2009  4  1  3 10  0.000000  1    0.368556748812E-08                     
+AR KOUR 2009  4  1  3 10  0.000000  1    0.125013067295E-03                     
+AR KUNM 2009  4  1  3 10  0.000000  1    0.222482824124E-09                     
+AR LHAZ 2009  4  1  3 10  0.000000  1    0.450184399786E-03                     
+AR MAL2 2009  4  1  3 10  0.000000  1   -0.331642337031E-08                     
+AR MAS1 2009  4  1  3 10  0.000000  1   -0.101616267104E-03                     
+AR MAW1 2009  4  1  3 10  0.000000  1    0.499986954881E-08                     
+AR MCIL 2009  4  1  3 10  0.000000  1    0.335441752530E-07                     
+AR MCM4 2009  4  1  3 10  0.000000  1   -0.665014828610E-07                     
+AR MDO1 2009  4  1  3 10  0.000000  1   -0.378751048543E-07                     
+AR MDVJ 2009  4  1  3 10  0.000000  1    0.438552784372E-03                     
+AR MKEA 2009  4  1  3 10  0.000000  1   -0.714991827399E-07                     
+AR MOBS 2009  4  1  3 10  0.000000  1    0.569591685691E-08                     
+AR NANO 2009  4  1  3 10  0.000000  1   -0.228275595885E-08                     
+AR NLIB 2009  4  1  3 10  0.000000  1   -0.117725914022E-06                     
+AR NNOR 2009  4  1  3 10  0.000000  1    0.365795748072E-03                     
+AR NRC1 2009  4  1  3 10  0.000000  1   -0.448904843129E-05                     
+AR NRIL 2009  4  1  3 10  0.000000  1   -0.464585437213E-07                     
+AR NRMD 2009  4  1  3 10  0.000000  1    0.355030666999E-07                     
+AR NTUS 2009  4  1  3 10  0.000000  1   -0.589007454093E-08                     
+AR NYAL 2009  4  1  3 10  0.000000  1    0.924099599040E-07                     
+AR OHI3 2009  4  1  3 10  0.000000  1    0.481840839404E-03                     
+AR ONSA 2009  4  1  3 10  0.000000  1   -0.324738471922E-04                     
+AR PDEL 2009  4  1  3 10  0.000000  1    0.621134291237E-09                     
+AR PERT 2009  4  1  3 10  0.000000  1   -0.648159173552E-07                     
+AR PETP 2009  4  1  3 10  0.000000  1   -0.614008094119E-07                     
+AR PIMO 2009  4  1  3 10  0.000000  1   -0.709210662845E-07                     
+AR QAQ1 2009  4  1  3 10  0.000000  1   -0.563999342423E-07                     
+AR QUIN 2009  4  1  3 10  0.000000  1   -0.584317717284E-07                     
+AR RABT 2009  4  1  3 10  0.000000  1   -0.447270108644E-07                     
+AR RAMO 2009  4  1  3 10  0.000000  1   -0.580874282663E-08                     
+AR RCMN 2009  4  1  3 10  0.000000  1    0.545090612710E-08                     
+AR REDU 2009  4  1  3 10  0.000000  1   -0.490175549549E-07                     
+AR REUN 2009  4  1  3 10  0.000000  1    0.228720223488E-07                     
+AR REYK 2009  4  1  3 10  0.000000  1   -0.210764129556E-03                     
+AR SCH2 2009  4  1  3 10  0.000000  1    0.187331034582E-03                     
+AR SCUB 2009  4  1  3 10  0.000000  1   -0.695818353972E-07                     
+AR STJO 2009  4  1  3 10  0.000000  1   -0.701024269284E-05                     
+AR SYDN 2009  4  1  3 10  0.000000  1    0.141026165510E-05                     
+AR SYOG 2009  4  1  3 10  0.000000  1    0.140050992766E-04                     
+AR THU2 2009  4  1  3 10  0.000000  1   -0.317533961224E-03                     
+AR TOW2 2009  4  1  3 10  0.000000  1    0.441608696835E-08                     
+AR URUM 2009  4  1  3 10  0.000000  1   -0.253206802107E-03                     
+AR VESL 2009  4  1  3 10  0.000000  1   -0.431094314798E-03                     
+AR VILL 2009  4  1  3 10  0.000000  1   -0.494934043869E-07                     
+AR WTZR 2009  4  1  3 10  0.000000  1    0.439399769336E-07                     
+AR WUHN 2009  4  1  3 10  0.000000  1   -0.709632856500E-07                     
+AR YSSK 2009  4  1  3 10  0.000000  1   -0.727850741248E-07                     
+AR ZIM2 2009  4  1  3 10  0.000000  1    0.276379127485E-07                     
+AR XMIS 2009  4  1  3 10  0.000000  1   -0.448839386056E-08                     
+AR GODZ 2009  4  1  3 10  0.000000  1   -0.469124343505E-03                     
+AR MTKA 2009  4  1  3 10  0.000000  1   -0.658678409582E-07                     
+AR PARK 2009  4  1  3 10  0.000000  1    0.802968329434E-06                     
+AR UNBJ 2009  4  1  3 10  0.000000  1   -0.165839365599E-03                     
+AR NOVM 2009  4  1  3 10  0.000000  1    0.798329910567E-04                     
+AR SUNM 2009  4  1  3 10  0.000000  1   -0.708383725386E-04                     
+AR CEBR 2009  4  1  3 10  0.000000  1    0.719431200080E-03                     
+AR CPXF 2009  4  1  3 10  0.000000  1   -0.479610093390E-08                     
+AR IDDR 2009  4  1  3 10  0.000000  1    0.615218601628E-08                     
+AR AZGB 2009  4  1  3 10  0.000000  1    0.433731309915E-04                     
+AR TN22 2009  4  1  3 10  0.000000  1   -0.414435284061E-03                     
+AR ETAD 2009  4  1  3 10  0.000000  1    0.282475732947E-07                     
+AR ILHA 2009  4  1  3 10  0.000000  1    0.308694902343E-08                     
+AR POVE 2009  4  1  3 10  0.000000  1   -0.177917125777E-07                     
+AR RECF 2009  4  1  3 10  0.000000  1    0.197469017941E-07                     
+AR SALU 2009  4  1  3 10  0.000000  1    0.183505456382E-07                     
+AR SAVO 2009  4  1  3 10  0.000000  1    0.175129166556E-07                     
+AR UFPR 2009  4  1  3 10  0.000000  1    0.227861025342E-07                     
+AR YELL 2009  4  1  3 10  0.000000  1    0.235853000000E-06                     
+AS G32  2009  4  1  3 15  0.000000  1    0.280328504505E-03                     
+AS G24  2009  4  1  3 15  0.000000  1    0.177737492235E-03                     
+AS G25  2009  4  1  3 15  0.000000  1    0.333841169969E-03                     
+AS G26  2009  4  1  3 15  0.000000  1    0.543887964371E-04                     
+AS G27  2009  4  1  3 15  0.000000  1    0.370344541131E-04                     
+AS G30  2009  4  1  3 15  0.000000  1    0.136179220655E-03                     
+AS G03  2009  4  1  3 15  0.000000  1    0.373303491129E-03                     
+AS G04  2009  4  1  3 15  0.000000  1   -0.342430781684E-04                     
+AS G06  2009  4  1  3 15  0.000000  1    0.596499169006E-04                     
+AS G08  2009  4  1  3 15  0.000000  1   -0.196494883733E-03                     
+AS G09  2009  4  1  3 15  0.000000  1    0.483956084473E-04                     
+AS G10  2009  4  1  3 15  0.000000  1   -0.136040471626E-04                     
+AS G14  2009  4  1  3 15  0.000000  1   -0.132573659634E-03                     
+AS G13  2009  4  1  3 15  0.000000  1    0.293228405718E-03                     
+AS G28  2009  4  1  3 15  0.000000  1   -0.238270219262E-04                     
+AS G21  2009  4  1  3 15  0.000000  1    0.215857469449E-04                     
+AS G11  2009  4  1  3 15  0.000000  1    0.279040362968E-05                     
+AS G22  2009  4  1  3 15  0.000000  1    0.202445895847E-03                     
+AS G20  2009  4  1  3 15  0.000000  1    0.865897305501E-04                     
+AS G18  2009  4  1  3 15  0.000000  1   -0.696315276508E-04                     
+AS G16  2009  4  1  3 15  0.000000  1    0.630939801264E-04                     
+AS G19  2009  4  1  3 15  0.000000  1    0.293841682090E-04                     
+AS G23  2009  4  1  3 15  0.000000  1    0.388974721780E-03                     
+AS G02  2009  4  1  3 15  0.000000  1    0.153944398829E-03                     
+AS G31  2009  4  1  3 15  0.000000  1   -0.564387037348E-04                     
+AS G17  2009  4  1  3 15  0.000000  1    0.523886864339E-04                     
+AS G12  2009  4  1  3 15  0.000000  1   -0.299670384001E-03                     
+AS G15  2009  4  1  3 15  0.000000  1   -0.275868038634E-03                     
+AS G29  2009  4  1  3 15  0.000000  1    0.472503174483E-05                     
+AS G07  2009  4  1  3 15  0.000000  1    0.209947405578E-04                     
+AS R02  2009  4  1  3 15  0.000000  1    0.207513478456E-04                     
+AS R03  2009  4  1  3 15  0.000000  1   -0.341912873585E-04                     
+AS R04  2009  4  1  3 15  0.000000  1    0.640437624777E-04                     
+AS R06  2009  4  1  3 15  0.000000  1   -0.169216070559E-03                     
+AS R07  2009  4  1  3 15  0.000000  1   -0.892662080967E-04                     
+AS R08  2009  4  1  3 15  0.000000  1   -0.102025326106E-03                     
+AS R10  2009  4  1  3 15  0.000000  1   -0.140858011591E-03                     
+AS R11  2009  4  1  3 15  0.000000  1   -0.925979519624E-04                     
+AS R13  2009  4  1  3 15  0.000000  1   -0.230607795500E-03                     
+AS R14  2009  4  1  3 15  0.000000  1   -0.797073640997E-04                     
+AS R15  2009  4  1  3 15  0.000000  1    0.920788877276E-04                     
+AS R17  2009  4  1  3 15  0.000000  1   -0.261233201029E-03                     
+AS R18  2009  4  1  3 15  0.000000  1   -0.133617981857E-05                     
+AS R19  2009  4  1  3 15  0.000000  1   -0.893900553866E-04                     
+AS R20  2009  4  1  3 15  0.000000  1   -0.650070668407E-04                     
+AS R21  2009  4  1  3 15  0.000000  1   -0.143300572752E-03                     
+AS R22  2009  4  1  3 15  0.000000  1   -0.201491905614E-03                     
+AS R23  2009  4  1  3 15  0.000000  1   -0.200471174188E-03                     
+AR ALGO 2009  4  1  3 15  0.000000  1    0.804835278212E-04                     
+AR ALIC 2009  4  1  3 15  0.000000  1    0.919769460783E-08                     
+AR AMC2 2009  4  1  3 15  0.000000  1    0.856112714744E-09                     
+AR ANKR 2009  4  1  3 15  0.000000  1   -0.186115476978E-03                     
+AR ARTU 2009  4  1  3 15  0.000000  1   -0.565316618865E-07                     
+AR ASPA 2009  4  1  3 15  0.000000  1    0.179203785273E-07                     
+AR BHR1 2009  4  1  3 15  0.000000  1    0.563382615012E-03                     
+AR BARH 2009  4  1  3 15  0.000000  1    0.432926150571E-08                     
+AR BJFS 2009  4  1  3 15  0.000000  1   -0.636564708397E-07                     
+AR BOGT 2009  4  1  3 15  0.000000  1   -0.537757801835E-07                     
+AR BRMU 2009  4  1  3 15  0.000000  1   -0.211639740702E-03                     
+AR CAGZ 2009  4  1  3 15  0.000000  1    0.304742965445E-03                     
+AR CAS1 2009  4  1  3 15  0.000000  1    0.536935811254E-08                     
+AR CHAT 2009  4  1  3 15  0.000000  1   -0.668399590036E-07                     
+AR CHPI 2009  4  1  3 15  0.000000  1   -0.613576487837E-07                     
+AR COCO 2009  4  1  3 15  0.000000  1    0.227661775925E-03                     
+AR CONZ 2009  4  1  3 15  0.000000  1    0.403386254517E-03                     
+AR CRAR 2009  4  1  3 15  0.000000  1   -0.445751046620E-03                     
+AR CRO1 2009  4  1  3 15  0.000000  1    0.665102205413E-03                     
+AR DAEJ 2009  4  1  3 15  0.000000  1   -0.196612342447E-03                     
+AR DARW 2009  4  1  3 15  0.000000  1    0.238336378920E-08                     
+AR DGAR 2009  4  1  3 15  0.000000  1   -0.725214046912E-07                     
+AR DRAO 2009  4  1  3 15  0.000000  1    0.110511439493E-03                     
+AR FAA1 2009  4  1  3 15  0.000000  1   -0.201431672973E-07                     
+AR FAIR 2009  4  1  3 15  0.000000  1   -0.628220676292E-07                     
+AR GLPS 2009  4  1  3 15  0.000000  1   -0.557040327174E-07                     
+AR GUAM 2009  4  1  3 15  0.000000  1   -0.837134235889E-07                     
+AR GUAT 2009  4  1  3 15  0.000000  1    0.549454649732E-08                     
+AR HOB2 2009  4  1  3 15  0.000000  1    0.851965605680E-07                     
+AR HOFN 2009  4  1  3 15  0.000000  1    0.213076041388E-03                     
+AR HOLM 2009  4  1  3 15  0.000000  1   -0.535798735240E-07                     
+AR HRAO 2009  4  1  3 15  0.000000  1    0.849455214578E-03                     
+AR HYDE 2009  4  1  3 15  0.000000  1   -0.295703128742E-08                     
+AR IRKJ 2009  4  1  3 15  0.000000  1    0.163747313868E-03                     
+AR ISPA 2009  4  1  3 15  0.000000  1   -0.612716135443E-07                     
+AR KARR 2009  4  1  3 15  0.000000  1   -0.591465123487E-07                     
+AR KERG 2009  4  1  3 15  0.000000  1    0.816933972274E-03                     
+AR KHAJ 2009  4  1  3 15  0.000000  1   -0.150823225049E-05                     
+AR KIR0 2009  4  1  3 15  0.000000  1    0.283832111612E-03                     
+AR KIRU 2009  4  1  3 15  0.000000  1    0.591417797790E-03                     
+AR KIT3 2009  4  1  3 15  0.000000  1   -0.217498248609E-08                     
+AR KOUR 2009  4  1  3 15  0.000000  1    0.125013089321E-03                     
+AR KUNM 2009  4  1  3 15  0.000000  1   -0.745607945130E-08                     
+AR LHAZ 2009  4  1  3 15  0.000000  1    0.441619647427E-03                     
+AR MAL2 2009  4  1  3 15  0.000000  1   -0.801119861090E-08                     
+AR MAS1 2009  4  1  3 15  0.000000  1   -0.101616241180E-03                     
+AR MAW1 2009  4  1  3 15  0.000000  1    0.308901074134E-08                     
+AR MCIL 2009  4  1  3 15  0.000000  1    0.304485995377E-07                     
+AR MCM4 2009  4  1  3 15  0.000000  1   -0.662686966301E-07                     
+AR MDO1 2009  4  1  3 15  0.000000  1   -0.451236400098E-07                     
+AR MDVJ 2009  4  1  3 15  0.000000  1    0.438552777780E-03                     
+AR MKEA 2009  4  1  3 15  0.000000  1   -0.733598149734E-07                     
+AR MOBS 2009  4  1  3 15  0.000000  1    0.421722752785E-08                     
+AR NANO 2009  4  1  3 15  0.000000  1   -0.379959409042E-08                     
+AR NLIB 2009  4  1  3 15  0.000000  1   -0.117740398820E-06                     
+AR NNOR 2009  4  1  3 15  0.000000  1    0.365795984258E-03                     
+AR NRC1 2009  4  1  3 15  0.000000  1   -0.448901385394E-05                     
+AR NRIL 2009  4  1  3 15  0.000000  1   -0.539478205915E-07                     
+AR NRMD 2009  4  1  3 15  0.000000  1    0.356567711471E-07                     
+AR NTUS 2009  4  1  3 15  0.000000  1   -0.507110253445E-08                     
+AR NYAL 2009  4  1  3 15  0.000000  1    0.924142119670E-07                     
+AR OHI3 2009  4  1  3 15  0.000000  1   -0.427096565881E-03                     
+AR ONSA 2009  4  1  3 15  0.000000  1   -0.324739117622E-04                     
+AR PDEL 2009  4  1  3 15  0.000000  1    0.139074588768E-08                     
+AR PERT 2009  4  1  3 15  0.000000  1   -0.614409492486E-07                     
+AR PETP 2009  4  1  3 15  0.000000  1   -0.631468802251E-07                     
+AR PIMO 2009  4  1  3 15  0.000000  1   -0.737827351276E-07                     
+AR QAQ1 2009  4  1  3 15  0.000000  1   -0.549559457041E-07                     
+AR QUIN 2009  4  1  3 15  0.000000  1   -0.563349364079E-07                     
+AR RABT 2009  4  1  3 15  0.000000  1   -0.444504775774E-07                     
+AR RAMO 2009  4  1  3 15  0.000000  1   -0.309890418327E-07                     
+AR RCMN 2009  4  1  3 15  0.000000  1    0.373087658958E-08                     
+AR REDU 2009  4  1  3 15  0.000000  1   -0.491636943895E-07                     
+AR REUN 2009  4  1  3 15  0.000000  1    0.231861923890E-07                     
+AR REYK 2009  4  1  3 15  0.000000  1   -0.191562650357E-03                     
+AR SCH2 2009  4  1  3 15  0.000000  1    0.187346206285E-03                     
+AR SCUB 2009  4  1  3 15  0.000000  1   -0.710424421144E-07                     
+AR STJO 2009  4  1  3 15  0.000000  1   -0.701053976346E-05                     
+AR SYDN 2009  4  1  3 15  0.000000  1    0.141042359468E-05                     
+AR SYOG 2009  4  1  3 15  0.000000  1    0.140054804437E-04                     
+AR THU2 2009  4  1  3 15  0.000000  1   -0.319536044718E-03                     
+AR TOW2 2009  4  1  3 15  0.000000  1    0.563540046423E-08                     
+AR URUM 2009  4  1  3 15  0.000000  1   -0.323297257444E-03                     
+AR VESL 2009  4  1  3 15  0.000000  1   -0.393489283458E-03                     
+AR VILL 2009  4  1  3 15  0.000000  1   -0.491639944658E-07                     
+AR WTZR 2009  4  1  3 15  0.000000  1    0.439247005419E-07                     
+AR WUHN 2009  4  1  3 15  0.000000  1   -0.735405947435E-07                     
+AR YSSK 2009  4  1  3 15  0.000000  1   -0.708759773639E-07                     
+AR ZIM2 2009  4  1  3 15  0.000000  1    0.280029239410E-07                     
+AR XMIS 2009  4  1  3 15  0.000000  1   -0.574801264063E-08                     
+AR GODZ 2009  4  1  3 15  0.000000  1   -0.469124304277E-03                     
+AR MTKA 2009  4  1  3 15  0.000000  1   -0.614194661547E-07                     
+AR PARK 2009  4  1  3 15  0.000000  1    0.802961979169E-06                     
+AR UNBJ 2009  4  1  3 15  0.000000  1   -0.237494754405E-03                     
+AR NOVM 2009  4  1  3 15  0.000000  1    0.798329916021E-04                     
+AR SUNM 2009  4  1  3 15  0.000000  1   -0.227080803770E-03                     
+AR CEBR 2009  4  1  3 15  0.000000  1    0.719431199863E-03                     
+AR CPXF 2009  4  1  3 15  0.000000  1   -0.379414982322E-08                     
+AR IDDR 2009  4  1  3 15  0.000000  1    0.271882112381E-08                     
+AR AZGB 2009  4  1  3 15  0.000000  1   -0.959734579373E-04                     
+AR TN22 2009  4  1  3 15  0.000000  1   -0.491674859890E-03                     
+AR ETAD 2009  4  1  3 15  0.000000  1    0.287127644871E-07                     
+AR ILHA 2009  4  1  3 15  0.000000  1    0.218282056655E-08                     
+AR POVE 2009  4  1  3 15  0.000000  1   -0.183899320077E-07                     
+AR RECF 2009  4  1  3 15  0.000000  1    0.185910753776E-07                     
+AR SALU 2009  4  1  3 15  0.000000  1    0.172072346191E-07                     
+AR SAVO 2009  4  1  3 15  0.000000  1    0.204848432825E-07                     
+AR UFPR 2009  4  1  3 15  0.000000  1    0.228424663497E-07                     
+AR YELL 2009  4  1  3 15  0.000000  1    0.235923000000E-06                     
+AS G32  2009  4  1  3 20  0.000000  1    0.280327094985E-03                     
+AS G24  2009  4  1  3 20  0.000000  1    0.177738244746E-03                     
+AS G25  2009  4  1  3 20  0.000000  1    0.333847706196E-03                     
+AS G26  2009  4  1  3 20  0.000000  1    0.543893404895E-04                     
+AS G27  2009  4  1  3 20  0.000000  1    0.370356835049E-04                     
+AS G30  2009  4  1  3 20  0.000000  1    0.136179973575E-03                     
+AS G03  2009  4  1  3 20  0.000000  1    0.373304654982E-03                     
+AS G04  2009  4  1  3 20  0.000000  1   -0.342478750461E-04                     
+AS G06  2009  4  1  3 20  0.000000  1    0.596552236110E-04                     
+AS G08  2009  4  1  3 20  0.000000  1   -0.196495395433E-03                     
+AS G09  2009  4  1  3 20  0.000000  1    0.483958386945E-04                     
+AS G10  2009  4  1  3 20  0.000000  1   -0.136045025531E-04                     
+AS G14  2009  4  1  3 20  0.000000  1   -0.132572510183E-03                     
+AS G13  2009  4  1  3 20  0.000000  1    0.293228838158E-03                     
+AS G28  2009  4  1  3 20  0.000000  1   -0.238273373061E-04                     
+AS G21  2009  4  1  3 20  0.000000  1    0.215850593600E-04                     
+AS G11  2009  4  1  3 20  0.000000  1    0.279020241757E-05                     
+AS G22  2009  4  1  3 20  0.000000  1    0.202445738057E-03                     
+AS G20  2009  4  1  3 20  0.000000  1    0.865893467600E-04                     
+AS G18  2009  4  1  3 20  0.000000  1   -0.696307499671E-04                     
+AS G16  2009  4  1  3 20  0.000000  1    0.630929005239E-04                     
+AS G19  2009  4  1  3 20  0.000000  1    0.293837572550E-04                     
+AS G23  2009  4  1  3 20  0.000000  1    0.388975115221E-03                     
+AS G02  2009  4  1  3 20  0.000000  1    0.153944350864E-03                     
+AS G31  2009  4  1  3 20  0.000000  1   -0.564389481393E-04                     
+AS G17  2009  4  1  3 20  0.000000  1    0.523888543886E-04                     
+AS G12  2009  4  1  3 20  0.000000  1   -0.299668687423E-03                     
+AS G15  2009  4  1  3 20  0.000000  1   -0.275869301423E-03                     
+AS G29  2009  4  1  3 20  0.000000  1    0.472621472868E-05                     
+AS G07  2009  4  1  3 20  0.000000  1    0.209946266409E-04                     
+AS R02  2009  4  1  3 20  0.000000  1    0.207505119723E-04                     
+AS R03  2009  4  1  3 20  0.000000  1   -0.341917517271E-04                     
+AS R04  2009  4  1  3 20  0.000000  1    0.640412433775E-04                     
+AS R06  2009  4  1  3 20  0.000000  1   -0.169217305757E-03                     
+AS R07  2009  4  1  3 20  0.000000  1   -0.892659158588E-04                     
+AS R08  2009  4  1  3 20  0.000000  1   -0.102025299741E-03                     
+AS R10  2009  4  1  3 20  0.000000  1   -0.140857806360E-03                     
+AS R11  2009  4  1  3 20  0.000000  1   -0.925981699812E-04                     
+AS R13  2009  4  1  3 20  0.000000  1   -0.230608214224E-03                     
+AS R14  2009  4  1  3 20  0.000000  1   -0.797060172599E-04                     
+AS R15  2009  4  1  3 20  0.000000  1    0.920785398541E-04                     
+AS R17  2009  4  1  3 20  0.000000  1   -0.261233750179E-03                     
+AS R18  2009  4  1  3 20  0.000000  1   -0.133648584402E-05                     
+AS R19  2009  4  1  3 20  0.000000  1   -0.893903891332E-04                     
+AS R20  2009  4  1  3 20  0.000000  1   -0.650075778812E-04                     
+AS R21  2009  4  1  3 20  0.000000  1   -0.143301170733E-03                     
+AS R22  2009  4  1  3 20  0.000000  1   -0.201492812640E-03                     
+AS R23  2009  4  1  3 20  0.000000  1   -0.200469396208E-03                     
+AR ALGO 2009  4  1  3 20  0.000000  1    0.804875079827E-04                     
+AR ALIC 2009  4  1  3 20  0.000000  1    0.864075630254E-08                     
+AR AMC2 2009  4  1  3 20  0.000000  1    0.806038372580E-09                     
+AR ANKR 2009  4  1  3 20  0.000000  1   -0.110315168654E-03                     
+AR ARTU 2009  4  1  3 20  0.000000  1   -0.744939767438E-07                     
+AR ASPA 2009  4  1  3 20  0.000000  1    0.174682851525E-07                     
+AR BHR1 2009  4  1  3 20  0.000000  1    0.563382573910E-03                     
+AR BARH 2009  4  1  3 20  0.000000  1   -0.155503982031E-08                     
+AR BJFS 2009  4  1  3 20  0.000000  1   -0.616279725494E-07                     
+AR BOGT 2009  4  1  3 20  0.000000  1   -0.531855129513E-07                     
+AR BRMU 2009  4  1  3 20  0.000000  1    0.285978815544E-03                     
+AR CAGZ 2009  4  1  3 20  0.000000  1   -0.471763908365E-03                     
+AR CAS1 2009  4  1  3 20  0.000000  1    0.379458876473E-08                     
+AR CHAT 2009  4  1  3 20  0.000000  1   -0.624571759425E-07                     
+AR CHPI 2009  4  1  3 20  0.000000  1   -0.603321475252E-07                     
+AR COCO 2009  4  1  3 20  0.000000  1    0.227660969083E-03                     
+AR CONZ 2009  4  1  3 20  0.000000  1    0.271056509015E-03                     
+AR CRAR 2009  4  1  3 20  0.000000  1   -0.470897499906E-03                     
+AR CRO1 2009  4  1  3 20  0.000000  1    0.665102146566E-03                     
+AR DAEJ 2009  4  1  3 20  0.000000  1   -0.196611647183E-03                     
+AR DARW 2009  4  1  3 20  0.000000  1    0.211317387275E-08                     
+AR DGAR 2009  4  1  3 20  0.000000  1   -0.740703449701E-07                     
+AR DRAO 2009  4  1  3 20  0.000000  1    0.110548211160E-03                     
+AR FAA1 2009  4  1  3 20  0.000000  1   -0.214606401364E-07                     
+AR FAIR 2009  4  1  3 20  0.000000  1   -0.650906707043E-07                     
+AR GLPS 2009  4  1  3 20  0.000000  1   -0.555973314658E-07                     
+AR GUAM 2009  4  1  3 20  0.000000  1   -0.842634102376E-07                     
+AR GUAT 2009  4  1  3 20  0.000000  1    0.660004663289E-08                     
+AR HOB2 2009  4  1  3 20  0.000000  1    0.851655809683E-07                     
+AR HOFN 2009  4  1  3 20  0.000000  1    0.291173180279E-03                     
+AR HOLM 2009  4  1  3 20  0.000000  1   -0.525462843935E-07                     
+AR HRAO 2009  4  1  3 20  0.000000  1    0.849455259723E-03                     
+AR HYDE 2009  4  1  3 20  0.000000  1    0.152205682309E-08                     
+AR IRKJ 2009  4  1  3 20  0.000000  1    0.163747257615E-03                     
+AR ISPA 2009  4  1  3 20  0.000000  1   -0.489068362724E-07                     
+AR KARR 2009  4  1  3 20  0.000000  1   -0.709320796153E-07                     
+AR KERG 2009  4  1  3 20  0.000000  1    0.816940704983E-03                     
+AR KHAJ 2009  4  1  3 20  0.000000  1   -0.150827391241E-05                     
+AR KIR0 2009  4  1  3 20  0.000000  1    0.283825193833E-03                     
+AR KIRU 2009  4  1  3 20  0.000000  1    0.591427229090E-03                     
+AR KIT3 2009  4  1  3 20  0.000000  1    0.551526497332E-10                     
+AR KOUR 2009  4  1  3 20  0.000000  1    0.125013072761E-03                     
+AR KUNM 2009  4  1  3 20  0.000000  1   -0.294515834634E-07                     
+AR LHAZ 2009  4  1  3 20  0.000000  1    0.433119382406E-03                     
+AR MAL2 2009  4  1  3 20  0.000000  1   -0.790173976267E-08                     
+AR MAS1 2009  4  1  3 20  0.000000  1   -0.101616209310E-03                     
+AR MAW1 2009  4  1  3 20  0.000000  1   -0.165352163659E-08                     
+AR MCIL 2009  4  1  3 20  0.000000  1    0.310067313962E-07                     
+AR MCM4 2009  4  1  3 20  0.000000  1   -0.662642024802E-07                     
+AR MDO1 2009  4  1  3 20  0.000000  1   -0.454835135401E-07                     
+AR MDVJ 2009  4  1  3 20  0.000000  1    0.438552715432E-03                     
+AR MKEA 2009  4  1  3 20  0.000000  1   -0.744445307975E-07                     
+AR MOBS 2009  4  1  3 20  0.000000  1    0.645000781603E-08                     
+AR NANO 2009  4  1  3 20  0.000000  1   -0.572509520171E-08                     
+AR NLIB 2009  4  1  3 20  0.000000  1   -0.117791161478E-06                     
+AR NNOR 2009  4  1  3 20  0.000000  1    0.365795616897E-03                     
+AR NRC1 2009  4  1  3 20  0.000000  1   -0.448902861172E-05                     
+AR NRIL 2009  4  1  3 20  0.000000  1   -0.502913307689E-07                     
+AR NRMD 2009  4  1  3 20  0.000000  1    0.352063526987E-07                     
+AR NTUS 2009  4  1  3 20  0.000000  1   -0.545745263497E-08                     
+AR NYAL 2009  4  1  3 20  0.000000  1    0.923843648133E-07                     
+AR OHI3 2009  4  1  3 20  0.000000  1   -0.335902243450E-03                     
+AR ONSA 2009  4  1  3 20  0.000000  1   -0.324740135239E-04                     
+AR PDEL 2009  4  1  3 20  0.000000  1    0.999301397835E-09                     
+AR PERT 2009  4  1  3 20  0.000000  1   -0.614443685096E-07                     
+AR PETP 2009  4  1  3 20  0.000000  1   -0.616735317056E-07                     
+AR PIMO 2009  4  1  3 20  0.000000  1   -0.709934660969E-07                     
+AR QAQ1 2009  4  1  3 20  0.000000  1   -0.531033731446E-07                     
+AR QUIN 2009  4  1  3 20  0.000000  1   -0.547695248428E-07                     
+AR RABT 2009  4  1  3 20  0.000000  1   -0.454913924130E-07                     
+AR RAMO 2009  4  1  3 20  0.000000  1   -0.568262755024E-07                     
+AR RCMN 2009  4  1  3 20  0.000000  1    0.565465208158E-08                     
+AR REDU 2009  4  1  3 20  0.000000  1   -0.481457077206E-07                     
+AR REUN 2009  4  1  3 20  0.000000  1    0.232316838696E-07                     
+AR REYK 2009  4  1  3 20  0.000000  1   -0.172800307794E-03                     
+AR SCH2 2009  4  1  3 20  0.000000  1    0.187361408679E-03                     
+AR SCUB 2009  4  1  3 20  0.000000  1   -0.719536621302E-07                     
+AR STJO 2009  4  1  3 20  0.000000  1   -0.701087321334E-05                     
+AR SYDN 2009  4  1  3 20  0.000000  1    0.141030055049E-05                     
+AR SYOG 2009  4  1  3 20  0.000000  1    0.140051618022E-04                     
+AR THU2 2009  4  1  3 20  0.000000  1   -0.321538160395E-03                     
+AR TOW2 2009  4  1  3 20  0.000000  1    0.668503107495E-08                     
+AR URUM 2009  4  1  3 20  0.000000  1   -0.393443142930E-03                     
+AR VESL 2009  4  1  3 20  0.000000  1   -0.355873093670E-03                     
+AR VILL 2009  4  1  3 20  0.000000  1   -0.510768074633E-07                     
+AR WTZR 2009  4  1  3 20  0.000000  1    0.438818688893E-07                     
+AR WUHN 2009  4  1  3 20  0.000000  1   -0.764057075451E-07                     
+AR YSSK 2009  4  1  3 20  0.000000  1   -0.750384330906E-07                     
+AR ZIM2 2009  4  1  3 20  0.000000  1    0.276449946162E-07                     
+AR XMIS 2009  4  1  3 20  0.000000  1   -0.756419575990E-08                     
+AR GODZ 2009  4  1  3 20  0.000000  1   -0.469124292533E-03                     
+AR MTKA 2009  4  1  3 20  0.000000  1   -0.640026442894E-07                     
+AR PARK 2009  4  1  3 20  0.000000  1    0.802946064853E-06                     
+AR UNBJ 2009  4  1  3 20  0.000000  1   -0.309195358218E-03                     
+AR NOVM 2009  4  1  3 20  0.000000  1    0.798329189474E-04                     
+AR SUNM 2009  4  1  3 20  0.000000  1   -0.383648112865E-03                     
+AR CEBR 2009  4  1  3 20  0.000000  1    0.719431160862E-03                     
+AR CPXF 2009  4  1  3 20  0.000000  1   -0.470323213981E-08                     
+AR IDDR 2009  4  1  3 20  0.000000  1    0.130592510660E-08                     
+AR AZGB 2009  4  1  3 20  0.000000  1   -0.235336548889E-03                     
+AR TN22 2009  4  1  3 20  0.000000  1    0.431174869885E-03                     
+AR ETAD 2009  4  1  3 20  0.000000  1    0.279157010649E-07                     
+AR ILHA 2009  4  1  3 20  0.000000  1    0.141364522985E-08                     
+AR POVE 2009  4  1  3 20  0.000000  1   -0.191179301363E-07                     
+AR RECF 2009  4  1  3 20  0.000000  1    0.186399957843E-07                     
+AR SALU 2009  4  1  3 20  0.000000  1    0.226529079940E-07                     
+AR SAVO 2009  4  1  3 20  0.000000  1    0.186314696836E-07                     
+AR UFPR 2009  4  1  3 20  0.000000  1    0.223336904039E-07                     
+AR YELL 2009  4  1  3 20  0.000000  1    0.235993000000E-06                     
+AS G32  2009  4  1  3 25  0.000000  1    0.280325811775E-03                     
+AS G24  2009  4  1  3 25  0.000000  1    0.177739764351E-03                     
+AS G25  2009  4  1  3 25  0.000000  1    0.333854294006E-03                     
+AS G26  2009  4  1  3 25  0.000000  1    0.543899890300E-04                     
+AS G27  2009  4  1  3 25  0.000000  1    0.370359182792E-04                     
+AS G30  2009  4  1  3 25  0.000000  1    0.136180725547E-03                     
+AS G03  2009  4  1  3 25  0.000000  1    0.373305979811E-03                     
+AS G04  2009  4  1  3 25  0.000000  1   -0.342521477435E-04                     
+AS G06  2009  4  1  3 25  0.000000  1    0.596604524183E-04                     
+AS G08  2009  4  1  3 25  0.000000  1   -0.196496585116E-03                     
+AS G09  2009  4  1  3 25  0.000000  1    0.483961677317E-04                     
+AS G10  2009  4  1  3 25  0.000000  1   -0.136048825304E-04                     
+AS G14  2009  4  1  3 25  0.000000  1   -0.132570636174E-03                     
+AS G13  2009  4  1  3 25  0.000000  1    0.293229147751E-03                     
+AS G28  2009  4  1  3 25  0.000000  1   -0.238271799231E-04                     
+AS G21  2009  4  1  3 25  0.000000  1    0.215847051542E-04                     
+AS G11  2009  4  1  3 25  0.000000  1    0.278977366301E-05                     
+AS G22  2009  4  1  3 25  0.000000  1    0.202445832967E-03                     
+AS G20  2009  4  1  3 25  0.000000  1    0.865892394324E-04                     
+AS G18  2009  4  1  3 25  0.000000  1   -0.696294283692E-04                     
+AS G16  2009  4  1  3 25  0.000000  1    0.630920407584E-04                     
+AS G19  2009  4  1  3 25  0.000000  1    0.293837212461E-04                     
+AS G23  2009  4  1  3 25  0.000000  1    0.388975119089E-03                     
+AS G02  2009  4  1  3 25  0.000000  1    0.153944172824E-03                     
+AS G31  2009  4  1  3 25  0.000000  1   -0.564391946596E-04                     
+AS G17  2009  4  1  3 25  0.000000  1    0.523892140446E-04                     
+AS G12  2009  4  1  3 25  0.000000  1   -0.299667532511E-03                     
+AS G15  2009  4  1  3 25  0.000000  1   -0.275870944768E-03                     
+AS G29  2009  4  1  3 25  0.000000  1    0.472748678088E-05                     
+AS G07  2009  4  1  3 25  0.000000  1    0.209944316012E-04                     
+AS R02  2009  4  1  3 25  0.000000  1    0.207496732962E-04                     
+AS R03  2009  4  1  3 25  0.000000  1   -0.341924768102E-04                     
+AS R04  2009  4  1  3 25  0.000000  1    0.640380518237E-04                     
+AS R06  2009  4  1  3 25  0.000000  1   -0.169219552640E-03                     
+AS R07  2009  4  1  3 25  0.000000  1   -0.892649048794E-04                     
+AS R08  2009  4  1  3 25  0.000000  1   -0.102024948385E-03                     
+AS R10  2009  4  1  3 25  0.000000  1   -0.140857316707E-03                     
+AS R11  2009  4  1  3 25  0.000000  1   -0.925983983365E-04                     
+AS R13  2009  4  1  3 25  0.000000  1   -0.230608398346E-03                     
+AS R14  2009  4  1  3 25  0.000000  1   -0.797056490602E-04                     
+AS R15  2009  4  1  3 25  0.000000  1    0.920788599787E-04                     
+AS R17  2009  4  1  3 25  0.000000  1   -0.261233919267E-03                     
+AS R18  2009  4  1  3 25  0.000000  1   -0.133677660449E-05                     
+AS R19  2009  4  1  3 25  0.000000  1   -0.893907475254E-04                     
+AS R20  2009  4  1  3 25  0.000000  1   -0.650074903410E-04                     
+AS R21  2009  4  1  3 25  0.000000  1   -0.143301504672E-03                     
+AS R22  2009  4  1  3 25  0.000000  1   -0.201493486932E-03                     
+AS R23  2009  4  1  3 25  0.000000  1   -0.200468569582E-03                     
+AR ALGO 2009  4  1  3 25  0.000000  1    0.804915094734E-04                     
+AR ALIC 2009  4  1  3 25  0.000000  1    0.988199477448E-08                     
+AR AMC2 2009  4  1  3 25  0.000000  1    0.823809928419E-09                     
+AR ANKR 2009  4  1  3 25  0.000000  1   -0.345365276067E-04                     
+AR ARTU 2009  4  1  3 25  0.000000  1   -0.651702430244E-07                     
+AR ASPA 2009  4  1  3 25  0.000000  1    0.189920371717E-07                     
+AR BHR1 2009  4  1  3 25  0.000000  1    0.563382634863E-03                     
+AR BARH 2009  4  1  3 25  0.000000  1   -0.529567615176E-09                     
+AR BJFS 2009  4  1  3 25  0.000000  1   -0.655398337886E-07                     
+AR BOGT 2009  4  1  3 25  0.000000  1   -0.538092032492E-07                     
+AR BRMU 2009  4  1  3 25  0.000000  1   -0.216719426124E-03                     
+AR CAGZ 2009  4  1  3 25  0.000000  1   -0.248337448417E-03                     
+AR CAS1 2009  4  1  3 25  0.000000  1    0.330004379785E-08                     
+AR CHAT 2009  4  1  3 25  0.000000  1   -0.652755744590E-07                     
+AR CHPI 2009  4  1  3 25  0.000000  1   -0.584608346102E-07                     
+AR COCO 2009  4  1  3 25  0.000000  1    0.227660170389E-03                     
+AR CONZ 2009  4  1  3 25  0.000000  1    0.138393101894E-03                     
+AR CRAR 2009  4  1  3 25  0.000000  1   -0.496041642566E-03                     
+AR CRO1 2009  4  1  3 25  0.000000  1    0.665102132034E-03                     
+AR DAEJ 2009  4  1  3 25  0.000000  1   -0.196610108701E-03                     
+AR DARW 2009  4  1  3 25  0.000000  1    0.382015589941E-08                     
+AR DGAR 2009  4  1  3 25  0.000000  1   -0.751075422583E-07                     
+AR DRAO 2009  4  1  3 25  0.000000  1    0.110585073700E-03                     
+AR FAA1 2009  4  1  3 25  0.000000  1   -0.232239806745E-07                     
+AR FAIR 2009  4  1  3 25  0.000000  1   -0.664273185405E-07                     
+AR GLPS 2009  4  1  3 25  0.000000  1   -0.558935359303E-07                     
+AR GUAM 2009  4  1  3 25  0.000000  1   -0.747152353009E-07                     
+AR GUAT 2009  4  1  3 25  0.000000  1    0.653782361340E-08                     
+AR HOB2 2009  4  1  3 25  0.000000  1    0.852197099709E-07                     
+AR HOFN 2009  4  1  3 25  0.000000  1    0.369288476493E-03                     
+AR HOLM 2009  4  1  3 25  0.000000  1   -0.517346950726E-07                     
+AR HRAO 2009  4  1  3 25  0.000000  1    0.849455374168E-03                     
+AR HYDE 2009  4  1  3 25  0.000000  1   -0.799102157057E-09                     
+AR IRKJ 2009  4  1  3 25  0.000000  1    0.163747290442E-03                     
+AR ISPA 2009  4  1  3 25  0.000000  1   -0.476394289322E-07                     
+AR KARR 2009  4  1  3 25  0.000000  1   -0.712321128001E-07                     
+AR KERG 2009  4  1  3 25  0.000000  1    0.816947659017E-03                     
+AR KHAJ 2009  4  1  3 25  0.000000  1   -0.150823307161E-05                     
+AR KIR0 2009  4  1  3 25  0.000000  1    0.283818369138E-03                     
+AR KIRU 2009  4  1  3 25  0.000000  1    0.591432400984E-03                     
+AR KIT3 2009  4  1  3 25  0.000000  1   -0.455916561002E-08                     
+AR KOUR 2009  4  1  3 25  0.000000  1    0.125013089256E-03                     
+AR KUNM 2009  4  1  3 25  0.000000  1   -0.147178777312E-07                     
+AR LHAZ 2009  4  1  3 25  0.000000  1    0.424734901346E-03                     
+AR MAL2 2009  4  1  3 25  0.000000  1   -0.745117404487E-08                     
+AR MAS1 2009  4  1  3 25  0.000000  1   -0.101616050523E-03                     
+AR MAW1 2009  4  1  3 25  0.000000  1    0.422280104072E-08                     
+AR MCIL 2009  4  1  3 25  0.000000  1    0.300270556825E-07                     
+AR MCM4 2009  4  1  3 25  0.000000  1   -0.706022178479E-07                     
+AR MDO1 2009  4  1  3 25  0.000000  1   -0.467532559880E-07                     
+AR MDVJ 2009  4  1  3 25  0.000000  1    0.438552747384E-03                     
+AR MKEA 2009  4  1  3 25  0.000000  1   -0.758762034421E-07                     
+AR MOBS 2009  4  1  3 25  0.000000  1    0.686664147238E-08                     
+AR NANO 2009  4  1  3 25  0.000000  1   -0.513831922884E-08                     
+AR NLIB 2009  4  1  3 25  0.000000  1   -0.117788831985E-06                     
+AR NNOR 2009  4  1  3 25  0.000000  1    0.365795728142E-03                     
+AR NRC1 2009  4  1  3 25  0.000000  1   -0.448900661680E-05                     
+AR NRIL 2009  4  1  3 25  0.000000  1   -0.483398466397E-07                     
+AR NRMD 2009  4  1  3 25  0.000000  1    0.343793960852E-07                     
+AR NTUS 2009  4  1  3 25  0.000000  1   -0.592300451279E-08                     
+AR NYAL 2009  4  1  3 25  0.000000  1    0.924179430375E-07                     
+AR OHI3 2009  4  1  3 25  0.000000  1   -0.244540256220E-03                     
+AR ONSA 2009  4  1  3 25  0.000000  1   -0.324740329518E-04                     
+AR PDEL 2009  4  1  3 25  0.000000  1    0.169569728809E-08                     
+AR PERT 2009  4  1  3 25  0.000000  1   -0.610729245416E-07                     
+AR PETP 2009  4  1  3 25  0.000000  1   -0.669756910101E-07                     
+AR PIMO 2009  4  1  3 25  0.000000  1   -0.722673022372E-07                     
+AR QAQ1 2009  4  1  3 25  0.000000  1   -0.556580494259E-07                     
+AR QUIN 2009  4  1  3 25  0.000000  1   -0.562008808033E-07                     
+AR RABT 2009  4  1  3 25  0.000000  1   -0.486273667907E-07                     
+AR RCMN 2009  4  1  3 25  0.000000  1    0.525760924431E-08                     
+AR REDU 2009  4  1  3 25  0.000000  1   -0.481037640680E-07                     
+AR REUN 2009  4  1  3 25  0.000000  1    0.231891385479E-07                     
+AR REYK 2009  4  1  3 25  0.000000  1   -0.154740481259E-03                     
+AR SCH2 2009  4  1  3 25  0.000000  1    0.187376125134E-03                     
+AR SCUB 2009  4  1  3 25  0.000000  1   -0.746221441076E-07                     
+AR STJO 2009  4  1  3 25  0.000000  1   -0.701115182403E-05                     
+AR SYDN 2009  4  1  3 25  0.000000  1    0.141056471008E-05                     
+AR SYOG 2009  4  1  3 25  0.000000  1    0.140048892307E-04                     
+AR THU2 2009  4  1  3 25  0.000000  1   -0.323540334444E-03                     
+AR TOW2 2009  4  1  3 25  0.000000  1    0.595819851227E-08                     
+AR URUM 2009  4  1  3 25  0.000000  1   -0.463684513576E-03                     
+AR VESL 2009  4  1  3 25  0.000000  1   -0.318232656767E-03                     
+AR VILL 2009  4  1  3 25  0.000000  1   -0.497828753313E-07                     
+AR WTZR 2009  4  1  3 25  0.000000  1    0.438953471872E-07                     
+AR WUHN 2009  4  1  3 25  0.000000  1   -0.706223457914E-07                     
+AR YSSK 2009  4  1  3 25  0.000000  1   -0.771130609481E-07                     
+AR ZIM2 2009  4  1  3 25  0.000000  1    0.275401955594E-07                     
+AR XMIS 2009  4  1  3 25  0.000000  1   -0.633362212368E-08                     
+AR GODZ 2009  4  1  3 25  0.000000  1   -0.469124221907E-03                     
+AR MTKA 2009  4  1  3 25  0.000000  1   -0.654020678394E-07                     
+AR PARK 2009  4  1  3 25  0.000000  1    0.803021702998E-06                     
+AR UNBJ 2009  4  1  3 25  0.000000  1   -0.380894756504E-03                     
+AR NOVM 2009  4  1  3 25  0.000000  1    0.798329380524E-04                     
+AR SUNM 2009  4  1  3 25  0.000000  1    0.460117385984E-03                     
+AR CEBR 2009  4  1  3 25  0.000000  1    0.719431189629E-03                     
+AR CPXF 2009  4  1  3 25  0.000000  1   -0.405070739277E-08                     
+AR IDDR 2009  4  1  3 25  0.000000  1    0.185187199214E-08                     
+AR AZGB 2009  4  1  3 25  0.000000  1   -0.374727170016E-03                     
+AR TN22 2009  4  1  3 25  0.000000  1    0.353789708977E-03                     
+AR ETAD 2009  4  1  3 25  0.000000  1    0.279571191807E-07                     
+AR ILHA 2009  4  1  3 25  0.000000  1    0.125481375648E-08                     
+AR POVE 2009  4  1  3 25  0.000000  1   -0.187968074007E-07                     
+AR RECF 2009  4  1  3 25  0.000000  1    0.152034137890E-07                     
+AR SALU 2009  4  1  3 25  0.000000  1    0.196585676043E-07                     
+AR SAVO 2009  4  1  3 25  0.000000  1    0.198465124463E-07                     
+AR UFPR 2009  4  1  3 25  0.000000  1    0.214383301030E-07                     
+AR YELL 2009  4  1  3 25  0.000000  1    0.236063000000E-06                     
+AS G32  2009  4  1  3 30  0.000000  1    0.280324408622E-03                     
+AS G24  2009  4  1  3 30  0.000000  1    0.177740407936E-03                     
+AS G25  2009  4  1  3 30  0.000000  1    0.333860841849E-03                     
+AS G26  2009  4  1  3 30  0.000000  1    0.543905559464E-04                     
+AS G27  2009  4  1  3 30  0.000000  1    0.370365939311E-04                     
+AS G30  2009  4  1  3 30  0.000000  1    0.136181961930E-03                     
+AS G03  2009  4  1  3 30  0.000000  1    0.373307676737E-03                     
+AS G04  2009  4  1  3 30  0.000000  1   -0.342564021619E-04                     
+AS G06  2009  4  1  3 30  0.000000  1    0.596660831853E-04                     
+AS G08  2009  4  1  3 30  0.000000  1   -0.196495981182E-03                     
+AS G09  2009  4  1  3 30  0.000000  1    0.483962215999E-04                     
+AS G10  2009  4  1  3 30  0.000000  1   -0.136059471263E-04                     
+AS G14  2009  4  1  3 30  0.000000  1   -0.132568888031E-03                     
+AS G13  2009  4  1  3 30  0.000000  1    0.293229655843E-03                     
+AS G28  2009  4  1  3 30  0.000000  1   -0.238273879591E-04                     
+AS G21  2009  4  1  3 30  0.000000  1    0.215841529187E-04                     
+AS G11  2009  4  1  3 30  0.000000  1    0.278938211310E-05                     
+AS G22  2009  4  1  3 30  0.000000  1    0.202444950780E-03                     
+AS G20  2009  4  1  3 30  0.000000  1    0.865890135750E-04                     
+AS G18  2009  4  1  3 30  0.000000  1   -0.696282999950E-04                     
+AS G16  2009  4  1  3 30  0.000000  1    0.630910268562E-04                     
+AS G19  2009  4  1  3 30  0.000000  1    0.293833882434E-04                     
+AS G23  2009  4  1  3 30  0.000000  1    0.388975339694E-03                     
+AS G02  2009  4  1  3 30  0.000000  1    0.153943877667E-03                     
+AS G31  2009  4  1  3 30  0.000000  1   -0.564396011924E-04                     
+AS G17  2009  4  1  3 30  0.000000  1    0.523901377237E-04                     
+AS G12  2009  4  1  3 30  0.000000  1   -0.299665929076E-03                     
+AS G15  2009  4  1  3 30  0.000000  1   -0.275872256379E-03                     
+AS G29  2009  4  1  3 30  0.000000  1    0.472884725555E-05                     
+AS G07  2009  4  1  3 30  0.000000  1    0.209943092294E-04                     
+AS R02  2009  4  1  3 30  0.000000  1    0.207486501954E-04                     
+AS R03  2009  4  1  3 30  0.000000  1   -0.341927899201E-04                     
+AS R04  2009  4  1  3 30  0.000000  1    0.640354549938E-04                     
+AS R06  2009  4  1  3 30  0.000000  1   -0.169220419642E-03                     
+AS R07  2009  4  1  3 30  0.000000  1   -0.892644312143E-04                     
+AS R08  2009  4  1  3 30  0.000000  1   -0.102024858910E-03                     
+AS R10  2009  4  1  3 30  0.000000  1   -0.140857156112E-03                     
+AS R11  2009  4  1  3 30  0.000000  1   -0.925987595863E-04                     
+AS R13  2009  4  1  3 30  0.000000  1   -0.230608705570E-03                     
+AS R14  2009  4  1  3 30  0.000000  1   -0.797047577863E-04                     
+AS R15  2009  4  1  3 30  0.000000  1    0.920797097682E-04                     
+AS R17  2009  4  1  3 30  0.000000  1   -0.261234213880E-03                     
+AS R18  2009  4  1  3 30  0.000000  1   -0.133717317263E-05                     
+AS R19  2009  4  1  3 30  0.000000  1   -0.893909591947E-04                     
+AS R20  2009  4  1  3 30  0.000000  1   -0.650073355299E-04                     
+AS R21  2009  4  1  3 30  0.000000  1   -0.143302140422E-03                     
+AS R22  2009  4  1  3 30  0.000000  1   -0.201494457694E-03                     
+AS R23  2009  4  1  3 30  0.000000  1   -0.200466916294E-03                     
+AR ALGO 2009  4  1  3 30  0.000000  1    0.804956291057E-04                     
+AR ALIC 2009  4  1  3 30  0.000000  1    0.110227135512E-07                     
+AR AMC2 2009  4  1  3 30  0.000000  1    0.851387555856E-09                     
+AR ANKR 2009  4  1  3 30  0.000000  1    0.411816745502E-04                     
+AR ARTU 2009  4  1  3 30  0.000000  1   -0.631598766310E-07                     
+AR ASPA 2009  4  1  3 30  0.000000  1    0.174362293550E-07                     
+AR BHR1 2009  4  1  3 30  0.000000  1    0.563382692149E-03                     
+AR BARH 2009  4  1  3 30  0.000000  1   -0.405031649711E-08                     
+AR BJFS 2009  4  1  3 30  0.000000  1   -0.678415386267E-07                     
+AR BOGT 2009  4  1  3 30  0.000000  1   -0.532052283455E-07                     
+AR BRMU 2009  4  1  3 30  0.000000  1    0.280172419789E-03                     
+AR CAGZ 2009  4  1  3 30  0.000000  1   -0.249589498991E-04                     
+AR CAS1 2009  4  1  3 30  0.000000  1    0.322825412916E-08                     
+AR CHAT 2009  4  1  3 30  0.000000  1   -0.680348921320E-07                     
+AR CHPI 2009  4  1  3 30  0.000000  1   -0.587823626266E-07                     
+AR COCO 2009  4  1  3 30  0.000000  1    0.227659490123E-03                     
+AR CONZ 2009  4  1  3 30  0.000000  1    0.656115983651E-05                     
+AR CRAR 2009  4  1  3 30  0.000000  1    0.478806935205E-03                     
+AR CRO1 2009  4  1  3 30  0.000000  1    0.665102224757E-03                     
+AR DAEJ 2009  4  1  3 30  0.000000  1   -0.196609275095E-03                     
+AR DARW 2009  4  1  3 30  0.000000  1    0.365913150675E-08                     
+AR DGAR 2009  4  1  3 30  0.000000  1   -0.772441401267E-07                     
+AR DRAO 2009  4  1  3 30  0.000000  1    0.110621859585E-03                     
+AR FAA1 2009  4  1  3 30  0.000000  1   -0.244957093901E-07                     
+AR FAIR 2009  4  1  3 30  0.000000  1   -0.618437453719E-07                     
+AR GLPS 2009  4  1  3 30  0.000000  1   -0.581485741360E-07                     
+AR GUAM 2009  4  1  3 30  0.000000  1   -0.729964870645E-07                     
+AR GUAT 2009  4  1  3 30  0.000000  1    0.520688500096E-08                     
+AR HOB2 2009  4  1  3 30  0.000000  1    0.852707001891E-07                     
+AR HOFN 2009  4  1  3 30  0.000000  1    0.447378665641E-03                     
+AR HOLM 2009  4  1  3 30  0.000000  1   -0.505912608044E-07                     
+AR HRAO 2009  4  1  3 30  0.000000  1    0.849455466283E-03                     
+AR HYDE 2009  4  1  3 30  0.000000  1   -0.411443641950E-08                     
+AR IRKJ 2009  4  1  3 30  0.000000  1    0.163747306946E-03                     
+AR ISPA 2009  4  1  3 30  0.000000  1   -0.566322787998E-07                     
+AR KARR 2009  4  1  3 30  0.000000  1   -0.706420474766E-07                     
+AR KERG 2009  4  1  3 30  0.000000  1    0.816954896700E-03                     
+AR KHAJ 2009  4  1  3 30  0.000000  1   -0.150822868318E-05                     
+AR KIR0 2009  4  1  3 30  0.000000  1    0.283811482163E-03                     
+AR KIRU 2009  4  1  3 30  0.000000  1    0.591432612177E-03                     
+AR KIT3 2009  4  1  3 30  0.000000  1    0.269290310875E-08                     
+AR KOUR 2009  4  1  3 30  0.000000  1    0.125013113723E-03                     
+AR KUNM 2009  4  1  3 30  0.000000  1   -0.502079934466E-08                     
+AR LHAZ 2009  4  1  3 30  0.000000  1    0.416363458656E-03                     
+AR MAL2 2009  4  1  3 30  0.000000  1   -0.660093641057E-08                     
+AR MAS1 2009  4  1  3 30  0.000000  1   -0.101615857162E-03                     
+AR MAW1 2009  4  1  3 30  0.000000  1    0.475898928257E-08                     
+AR MCIL 2009  4  1  3 30  0.000000  1    0.287041652431E-07                     
+AR MCM4 2009  4  1  3 30  0.000000  1   -0.712960727871E-07                     
+AR MDO1 2009  4  1  3 30  0.000000  1   -0.465623014887E-07                     
+AR MDVJ 2009  4  1  3 30  0.000000  1    0.438552769275E-03                     
+AR MKEA 2009  4  1  3 30  0.000000  1   -0.771514653259E-07                     
+AR MOBS 2009  4  1  3 30  0.000000  1    0.601920454401E-08                     
+AR NANO 2009  4  1  3 30  0.000000  1   -0.487193079479E-08                     
+AR NLIB 2009  4  1  3 30  0.000000  1   -0.117780905189E-06                     
+AR NNOR 2009  4  1  3 30  0.000000  1    0.365795519610E-03                     
+AR NRC1 2009  4  1  3 30  0.000000  1   -0.448896789605E-05                     
+AR NRIL 2009  4  1  3 30  0.000000  1   -0.493326031560E-07                     
+AR NRMD 2009  4  1  3 30  0.000000  1    0.343455989595E-07                     
+AR NTUS 2009  4  1  3 30  0.000000  1   -0.643951883060E-08                     
+AR NYAL 2009  4  1  3 30  0.000000  1    0.924369452212E-07                     
+AR OHI3 2009  4  1  3 30  0.000000  1   -0.153034451894E-03                     
+AR ONSA 2009  4  1  3 30  0.000000  1   -0.324740591273E-04                     
+AR PDEL 2009  4  1  3 30  0.000000  1    0.249290519675E-09                     
+AR PERT 2009  4  1  3 30  0.000000  1   -0.667660696737E-07                     
+AR PETP 2009  4  1  3 30  0.000000  1   -0.655366442567E-07                     
+AR PIMO 2009  4  1  3 30  0.000000  1   -0.723333200391E-07                     
+AR QAQ1 2009  4  1  3 30  0.000000  1   -0.569927753577E-07                     
+AR QUIN 2009  4  1  3 30  0.000000  1   -0.597920585405E-07                     
+AR RABT 2009  4  1  3 30  0.000000  1   -0.490415716887E-07                     
+AR RCMN 2009  4  1  3 30  0.000000  1    0.594530154599E-08                     
+AR REDU 2009  4  1  3 30  0.000000  1   -0.451574476707E-07                     
+AR REUN 2009  4  1  3 30  0.000000  1    0.211650333808E-07                     
+AR REYK 2009  4  1  3 30  0.000000  1   -0.136706802910E-03                     
+AR SCH2 2009  4  1  3 30  0.000000  1    0.187390900105E-03                     
+AR SCUB 2009  4  1  3 30  0.000000  1   -0.758275488590E-07                     
+AR STJO 2009  4  1  3 30  0.000000  1   -0.701142799740E-05                     
+AR SYDN 2009  4  1  3 30  0.000000  1    0.141054496438E-05                     
+AR SYOG 2009  4  1  3 30  0.000000  1    0.140048706429E-04                     
+AR THU2 2009  4  1  3 30  0.000000  1   -0.325542543370E-03                     
+AR TOW2 2009  4  1  3 30  0.000000  1    0.347644094142E-08                     
+AR URUM 2009  4  1  3 30  0.000000  1    0.465938996998E-03                     
+AR VESL 2009  4  1  3 30  0.000000  1   -0.280568571228E-03                     
+AR VILL 2009  4  1  3 30  0.000000  1   -0.512058886898E-07                     
+AR WTZR 2009  4  1  3 30  0.000000  1    0.438807244298E-07                     
+AR WUHN 2009  4  1  3 30  0.000000  1   -0.686205278681E-07                     
+AR YSSK 2009  4  1  3 30  0.000000  1   -0.770290244350E-07                     
+AR ZIM2 2009  4  1  3 30  0.000000  1    0.261134897318E-07                     
+AR XMIS 2009  4  1  3 30  0.000000  1   -0.662609379323E-08                     
+AR GODZ 2009  4  1  3 30  0.000000  1   -0.469124163662E-03                     
+AR MTKA 2009  4  1  3 30  0.000000  1   -0.695061216334E-07                     
+AR PARK 2009  4  1  3 30  0.000000  1    0.803113044017E-06                     
+AR UNBJ 2009  4  1  3 30  0.000000  1   -0.452481923580E-03                     
+AR NOVM 2009  4  1  3 30  0.000000  1    0.798329266225E-04                     
+AR SUNM 2009  4  1  3 30  0.000000  1    0.303653374599E-03                     
+AR CEBR 2009  4  1  3 30  0.000000  1    0.719431244269E-03                     
+AR CPXF 2009  4  1  3 30  0.000000  1   -0.283302681267E-08                     
+AR IDDR 2009  4  1  3 30  0.000000  1    0.998794968478E-09                     
+AR AZGB 2009  4  1  3 30  0.000000  1    0.485912436248E-03                     
+AR TN22 2009  4  1  3 30  0.000000  1    0.276182298156E-03                     
+AR ETAD 2009  4  1  3 30  0.000000  1    0.284999685009E-07                     
+AR ILHA 2009  4  1  3 30  0.000000  1    0.471072483574E-09                     
+AR POVE 2009  4  1  3 30  0.000000  1   -0.189150981077E-07                     
+AR RECF 2009  4  1  3 30  0.000000  1    0.195155528179E-07                     
+AR SALU 2009  4  1  3 30  0.000000  1    0.202433283624E-07                     
+AR SAVO 2009  4  1  3 30  0.000000  1    0.202633802305E-07                     
+AR UFPR 2009  4  1  3 30  0.000000  1    0.208041080155E-07                     
+AR YELL 2009  4  1  3 30  0.000000  1    0.236133000000E-06                     
+AS G32  2009  4  1  3 35  0.000000  1    0.280323032158E-03                     
+AS G24  2009  4  1  3 35  0.000000  1    0.177741795609E-03                     
+AS G25  2009  4  1  3 35  0.000000  1    0.333867474331E-03                     
+AS G26  2009  4  1  3 35  0.000000  1    0.543911997673E-04                     
+AS G27  2009  4  1  3 35  0.000000  1    0.370376023943E-04                     
+AS G30  2009  4  1  3 35  0.000000  1    0.136181610439E-03                     
+AS G03  2009  4  1  3 35  0.000000  1    0.373309602503E-03                     
+AS G04  2009  4  1  3 35  0.000000  1   -0.342607422340E-04                     
+AS G06  2009  4  1  3 35  0.000000  1    0.596714828832E-04                     
+AS G08  2009  4  1  3 35  0.000000  1   -0.196496718959E-03                     
+AS G09  2009  4  1  3 35  0.000000  1    0.483967787945E-04                     
+AS G10  2009  4  1  3 35  0.000000  1   -0.136060005108E-04                     
+AS G14  2009  4  1  3 35  0.000000  1   -0.132567271152E-03                     
+AS G13  2009  4  1  3 35  0.000000  1    0.293229783968E-03                     
+AS G28  2009  4  1  3 35  0.000000  1   -0.238274847833E-04                     
+AS G21  2009  4  1  3 35  0.000000  1    0.215836778655E-04                     
+AS G11  2009  4  1  3 35  0.000000  1    0.278916775102E-05                     
+AS G22  2009  4  1  3 35  0.000000  1    0.202445399179E-03                     
+AS G20  2009  4  1  3 35  0.000000  1    0.865888075604E-04                     
+AS G18  2009  4  1  3 35  0.000000  1   -0.696274551749E-04                     
+AS G16  2009  4  1  3 35  0.000000  1    0.630903835837E-04                     
+AS G19  2009  4  1  3 35  0.000000  1    0.293831348251E-04                     
+AS G23  2009  4  1  3 35  0.000000  1    0.388975313624E-03                     
+AS G02  2009  4  1  3 35  0.000000  1    0.153943736321E-03                     
+AS G31  2009  4  1  3 35  0.000000  1   -0.564398646644E-04                     
+AS G17  2009  4  1  3 35  0.000000  1    0.523905209579E-04                     
+AS G12  2009  4  1  3 35  0.000000  1   -0.299664722982E-03                     
+AS G15  2009  4  1  3 35  0.000000  1   -0.275873685133E-03                     
+AS G29  2009  4  1  3 35  0.000000  1    0.472993737760E-05                     
+AS G07  2009  4  1  3 35  0.000000  1    0.209941602035E-04                     
+AS R02  2009  4  1  3 35  0.000000  1    0.207476801085E-04                     
+AS R03  2009  4  1  3 35  0.000000  1   -0.341939134781E-04                     
+AS R04  2009  4  1  3 35  0.000000  1    0.640328214286E-04                     
+AS R06  2009  4  1  3 35  0.000000  1   -0.169223069868E-03                     
+AS R07  2009  4  1  3 35  0.000000  1   -0.892645609049E-04                     
+AS R08  2009  4  1  3 35  0.000000  1   -0.102024721701E-03                     
+AS R10  2009  4  1  3 35  0.000000  1   -0.140857152615E-03                     
+AS R11  2009  4  1  3 35  0.000000  1   -0.925989796776E-04                     
+AS R13  2009  4  1  3 35  0.000000  1   -0.230608880436E-03                     
+AS R14  2009  4  1  3 35  0.000000  1   -0.797037046167E-04                     
+AS R15  2009  4  1  3 35  0.000000  1    0.920792662839E-04                     
+AS R17  2009  4  1  3 35  0.000000  1   -0.261234611335E-03                     
+AS R18  2009  4  1  3 35  0.000000  1   -0.133731285524E-05                     
+AS R19  2009  4  1  3 35  0.000000  1   -0.893912373381E-04                     
+AS R20  2009  4  1  3 35  0.000000  1   -0.650074969634E-04                     
+AS R21  2009  4  1  3 35  0.000000  1   -0.143302770506E-03                     
+AS R22  2009  4  1  3 35  0.000000  1   -0.201495186746E-03                     
+AS R23  2009  4  1  3 35  0.000000  1   -0.200464901921E-03                     
+AR ALGO 2009  4  1  3 35  0.000000  1    0.804997851595E-04                     
+AR ALIC 2009  4  1  3 35  0.000000  1    0.116418138265E-07                     
+AR AMC2 2009  4  1  3 35  0.000000  1    0.849853163512E-09                     
+AR ANKR 2009  4  1  3 35  0.000000  1    0.116845771600E-03                     
+AR ARTU 2009  4  1  3 35  0.000000  1   -0.603450216352E-07                     
+AR ASPA 2009  4  1  3 35  0.000000  1    0.172341146680E-07                     
+AR BHR1 2009  4  1  3 35  0.000000  1    0.563382475269E-03                     
+AR BARH 2009  4  1  3 35  0.000000  1    0.622826642964E-09                     
+AR BJFS 2009  4  1  3 35  0.000000  1   -0.644761182079E-07                     
+AR BOGT 2009  4  1  3 35  0.000000  1   -0.522332942056E-07                     
+AR BRMU 2009  4  1  3 35  0.000000  1   -0.223485190099E-03                     
+AR CAGZ 2009  4  1  3 35  0.000000  1    0.198452458503E-03                     
+AR CAS1 2009  4  1  3 35  0.000000  1    0.342908423166E-08                     
+AR CHAT 2009  4  1  3 35  0.000000  1   -0.672530335547E-07                     
+AR CHPI 2009  4  1  3 35  0.000000  1   -0.589706788764E-07                     
+AR COCO 2009  4  1  3 35  0.000000  1    0.227658757595E-03                     
+AR CONZ 2009  4  1  3 35  0.000000  1   -0.124607851810E-03                     
+AR CRAR 2009  4  1  3 35  0.000000  1    0.453658976820E-03                     
+AR CRO1 2009  4  1  3 35  0.000000  1    0.665102251365E-03                     
+AR DAEJ 2009  4  1  3 35  0.000000  1   -0.196608563562E-03                     
+AR DARW 2009  4  1  3 35  0.000000  1    0.493174220945E-09                     
+AR DGAR 2009  4  1  3 35  0.000000  1   -0.768558248870E-07                     
+AR DRAO 2009  4  1  3 35  0.000000  1    0.110658597190E-03                     
+AR FAA1 2009  4  1  3 35  0.000000  1   -0.259578232957E-07                     
+AR FAIR 2009  4  1  3 35  0.000000  1   -0.624498426126E-07                     
+AR GLPS 2009  4  1  3 35  0.000000  1   -0.582972732392E-07                     
+AR GUAM 2009  4  1  3 35  0.000000  1   -0.721885756944E-07                     
+AR GUAT 2009  4  1  3 35  0.000000  1    0.688001895948E-08                     
+AR HOB2 2009  4  1  3 35  0.000000  1    0.852973708460E-07                     
+AR HOFN 2009  4  1  3 35  0.000000  1   -0.474523955182E-03                     
+AR HOLM 2009  4  1  3 35  0.000000  1   -0.507809622690E-07                     
+AR HRAO 2009  4  1  3 35  0.000000  1    0.849455546660E-03                     
+AR HYDE 2009  4  1  3 35  0.000000  1   -0.172481979946E-08                     
+AR IRKJ 2009  4  1  3 35  0.000000  1    0.163747301056E-03                     
+AR ISPA 2009  4  1  3 35  0.000000  1   -0.548646151792E-07                     
+AR KARR 2009  4  1  3 35  0.000000  1   -0.680674089683E-07                     
+AR KERG 2009  4  1  3 35  0.000000  1    0.816962710108E-03                     
+AR KHAJ 2009  4  1  3 35  0.000000  1   -0.150823199840E-05                     
+AR KIR0 2009  4  1  3 35  0.000000  1    0.283804610142E-03                     
+AR KIRU 2009  4  1  3 35  0.000000  1    0.591424984471E-03                     
+AR KIT3 2009  4  1  3 35  0.000000  1   -0.454517175239E-09                     
+AR KOUR 2009  4  1  3 35  0.000000  1    0.125013132412E-03                     
+AR KUNM 2009  4  1  3 35  0.000000  1    0.629769781087E-08                     
+AR LHAZ 2009  4  1  3 35  0.000000  1    0.407654281410E-03                     
+AR MAL2 2009  4  1  3 35  0.000000  1   -0.597719652106E-08                     
+AR MAS1 2009  4  1  3 35  0.000000  1   -0.101615711191E-03                     
+AR MAW1 2009  4  1  3 35  0.000000  1    0.456664762227E-08                     
+AR MCIL 2009  4  1  3 35  0.000000  1    0.285254076957E-07                     
+AR MCM4 2009  4  1  3 35  0.000000  1   -0.718835379453E-07                     
+AR MDO1 2009  4  1  3 35  0.000000  1   -0.485453840817E-07                     
+AR MDVJ 2009  4  1  3 35  0.000000  1    0.438552771739E-03                     
+AR MKEA 2009  4  1  3 35  0.000000  1   -0.764261758347E-07                     
+AR MOBS 2009  4  1  3 35  0.000000  1    0.753716631846E-08                     
+AR NANO 2009  4  1  3 35  0.000000  1   -0.233046076292E-08                     
+AR NLIB 2009  4  1  3 35  0.000000  1   -0.117794032833E-06                     
+AR NNOR 2009  4  1  3 35  0.000000  1    0.365795941740E-03                     
+AR NRC1 2009  4  1  3 35  0.000000  1   -0.448893375619E-05                     
+AR NRIL 2009  4  1  3 35  0.000000  1   -0.464862113897E-07                     
+AR NRMD 2009  4  1  3 35  0.000000  1    0.329864523030E-07                     
+AR NTUS 2009  4  1  3 35  0.000000  1   -0.802261014443E-08                     
+AR NYAL 2009  4  1  3 35  0.000000  1    0.924510839807E-07                     
+AR OHI3 2009  4  1  3 35  0.000000  1   -0.613584489771E-04                     
+AR ONSA 2009  4  1  3 35  0.000000  1   -0.324741014658E-04                     
+AR PDEL 2009  4  1  3 35  0.000000  1    0.187432493970E-08                     
+AR PERT 2009  4  1  3 35  0.000000  1   -0.671174720899E-07                     
+AR PETP 2009  4  1  3 35  0.000000  1   -0.652516877171E-07                     
+AR PIMO 2009  4  1  3 35  0.000000  1   -0.776267913369E-07                     
+AR QAQ1 2009  4  1  3 35  0.000000  1   -0.543468527399E-07                     
+AR QUIN 2009  4  1  3 35  0.000000  1   -0.630251658224E-07                     
+AR RABT 2009  4  1  3 35  0.000000  1   -0.500457912569E-07                     
+AR RCMN 2009  4  1  3 35  0.000000  1    0.533825230383E-08                     
+AR REDU 2009  4  1  3 35  0.000000  1   -0.457840669400E-07                     
+AR REUN 2009  4  1  3 35  0.000000  1    0.214944629305E-07                     
+AR REYK 2009  4  1  3 35  0.000000  1   -0.118553939034E-03                     
+AR SCH2 2009  4  1  3 35  0.000000  1    0.187405883477E-03                     
+AR SCUB 2009  4  1  3 35  0.000000  1   -0.797490577172E-07                     
+AR STJO 2009  4  1  3 35  0.000000  1   -0.701170906757E-05                     
+AR SYDN 2009  4  1  3 35  0.000000  1    0.141048943208E-05                     
+AR SYOG 2009  4  1  3 35  0.000000  1    0.140046684361E-04                     
+AR THU2 2009  4  1  3 35  0.000000  1   -0.327544721748E-03                     
+AR TOW2 2009  4  1  3 35  0.000000  1    0.305199530271E-08                     
+AR URUM 2009  4  1  3 35  0.000000  1    0.395344585547E-03                     
+AR VESL 2009  4  1  3 35  0.000000  1   -0.242879678584E-03                     
+AR VILL 2009  4  1  3 35  0.000000  1   -0.558978091696E-07                     
+AR WTZR 2009  4  1  3 35  0.000000  1    0.439216955615E-07                     
+AR WUHN 2009  4  1  3 35  0.000000  1   -0.663631352095E-07                     
+AR YSSK 2009  4  1  3 35  0.000000  1   -0.739387286153E-07                     
+AR ZIM2 2009  4  1  3 35  0.000000  1    0.271296266591E-07                     
+AR XMIS 2009  4  1  3 35  0.000000  1   -0.858109434006E-08                     
+AR GODZ 2009  4  1  3 35  0.000000  1   -0.469124108672E-03                     
+AR MTKA 2009  4  1  3 35  0.000000  1   -0.711573939335E-07                     
+AR PARK 2009  4  1  3 35  0.000000  1    0.803240976373E-06                     
+AR UNBJ 2009  4  1  3 35  0.000000  1    0.475915259245E-03                     
+AR NOVM 2009  4  1  3 35  0.000000  1    0.798329250717E-04                     
+AR SUNM 2009  4  1  3 35  0.000000  1    0.147429727565E-03                     
+AR CEBR 2009  4  1  3 35  0.000000  1    0.719431267339E-03                     
+AR CPXF 2009  4  1  3 35  0.000000  1   -0.480213943977E-08                     
+AR IDDR 2009  4  1  3 35  0.000000  1    0.357804674133E-08                     
+AR AZGB 2009  4  1  3 35  0.000000  1    0.346572726206E-03                     
+AR TN22 2009  4  1  3 35  0.000000  1    0.198251747244E-03                     
+AR ETAD 2009  4  1  3 35  0.000000  1    0.307368439528E-07                     
+AR ILHA 2009  4  1  3 35  0.000000  1    0.110502492339E-08                     
+AR POVE 2009  4  1  3 35  0.000000  1   -0.166371049206E-07                     
+AR RECF 2009  4  1  3 35  0.000000  1    0.224854205375E-07                     
+AR SALU 2009  4  1  3 35  0.000000  1    0.200542201981E-07                     
+AR SAVO 2009  4  1  3 35  0.000000  1    0.205401523222E-07                     
+AR UFPR 2009  4  1  3 35  0.000000  1    0.212041330909E-07                     
+AR YELL 2009  4  1  3 35  0.000000  1    0.236204000000E-06                     
+AS G32  2009  4  1  3 40  0.000000  1    0.280321634979E-03                     
+AS G24  2009  4  1  3 40  0.000000  1    0.177742883344E-03                     
+AS G25  2009  4  1  3 40  0.000000  1    0.333874090505E-03                     
+AS G26  2009  4  1  3 40  0.000000  1    0.543920025049E-04                     
+AS G27  2009  4  1  3 40  0.000000  1    0.370382790967E-04                     
+AS G30  2009  4  1  3 40  0.000000  1    0.136182432903E-03                     
+AS G03  2009  4  1  3 40  0.000000  1    0.373311786792E-03                     
+AS G04  2009  4  1  3 40  0.000000  1   -0.342652458260E-04                     
+AS G06  2009  4  1  3 40  0.000000  1    0.596769444622E-04                     
+AS G08  2009  4  1  3 40  0.000000  1   -0.196497112114E-03                     
+AS G09  2009  4  1  3 40  0.000000  1    0.483974665614E-04                     
+AS G10  2009  4  1  3 40  0.000000  1   -0.136069906072E-04                     
+AS G14  2009  4  1  3 40  0.000000  1   -0.132565513269E-03                     
+AS G13  2009  4  1  3 40  0.000000  1    0.293230374394E-03                     
+AS G28  2009  4  1  3 40  0.000000  1   -0.238276325966E-04                     
+AS G21  2009  4  1  3 40  0.000000  1    0.215830192105E-04                     
+AS G11  2009  4  1  3 40  0.000000  1    0.278855658257E-05                     
+AS G22  2009  4  1  3 40  0.000000  1    0.202444786158E-03                     
+AS G20  2009  4  1  3 40  0.000000  1    0.865881944893E-04                     
+AS G18  2009  4  1  3 40  0.000000  1   -0.696263335717E-04                     
+AS G16  2009  4  1  3 40  0.000000  1    0.630893156879E-04                     
+AS G19  2009  4  1  3 40  0.000000  1    0.293826909001E-04                     
+AS G23  2009  4  1  3 40  0.000000  1    0.388975417067E-03                     
+AS G02  2009  4  1  3 40  0.000000  1    0.153943660943E-03                     
+AS G31  2009  4  1  3 40  0.000000  1   -0.564403894459E-04                     
+AS G17  2009  4  1  3 40  0.000000  1    0.523909891691E-04                     
+AS G12  2009  4  1  3 40  0.000000  1   -0.299663289382E-03                     
+AS G15  2009  4  1  3 40  0.000000  1   -0.275874986143E-03                     
+AS G29  2009  4  1  3 40  0.000000  1    0.473127381669E-05                     
+AS G07  2009  4  1  3 40  0.000000  1    0.209941131234E-04                     
+AS R02  2009  4  1  3 40  0.000000  1    0.207467980534E-04                     
+AS R03  2009  4  1  3 40  0.000000  1   -0.341944315317E-04                     
+AS R04  2009  4  1  3 40  0.000000  1    0.640306112317E-04                     
+AS R06  2009  4  1  3 40  0.000000  1   -0.169223182196E-03                     
+AS R07  2009  4  1  3 40  0.000000  1   -0.892651121492E-04                     
+AS R08  2009  4  1  3 40  0.000000  1   -0.102024454080E-03                     
+AS R10  2009  4  1  3 40  0.000000  1   -0.140856722478E-03                     
+AS R11  2009  4  1  3 40  0.000000  1   -0.925991581462E-04                     
+AS R13  2009  4  1  3 40  0.000000  1   -0.230609243521E-03                     
+AS R14  2009  4  1  3 40  0.000000  1   -0.797025346078E-04                     
+AS R15  2009  4  1  3 40  0.000000  1    0.920791366684E-04                     
+AS R17  2009  4  1  3 40  0.000000  1   -0.261234673074E-03                     
+AS R18  2009  4  1  3 40  0.000000  1   -0.133757088933E-05                     
+AS R19  2009  4  1  3 40  0.000000  1   -0.893916704072E-04                     
+AS R20  2009  4  1  3 40  0.000000  1   -0.650077096429E-04                     
+AS R21  2009  4  1  3 40  0.000000  1   -0.143303210497E-03                     
+AS R22  2009  4  1  3 40  0.000000  1   -0.201496176538E-03                     
+AS R23  2009  4  1  3 40  0.000000  1   -0.200462734133E-03                     
+AR ALGO 2009  4  1  3 40  0.000000  1    0.805038426401E-04                     
+AR ALIC 2009  4  1  3 40  0.000000  1    0.182837107575E-07                     
+AR AMC2 2009  4  1  3 40  0.000000  1    0.870585804000E-09                     
+AR ANKR 2009  4  1  3 40  0.000000  1    0.192552298985E-03                     
+AR ARTU 2009  4  1  3 40  0.000000  1   -0.602813987772E-07                     
+AR ASPA 2009  4  1  3 40  0.000000  1    0.162296969754E-07                     
+AR BHR1 2009  4  1  3 40  0.000000  1    0.563382351337E-03                     
+AR BARH 2009  4  1  3 40  0.000000  1   -0.126448576069E-08                     
+AR BJFS 2009  4  1  3 40  0.000000  1   -0.663514670082E-07                     
+AR BOGT 2009  4  1  3 40  0.000000  1   -0.526707574883E-07                     
+AR BRMU 2009  4  1  3 40  0.000000  1    0.272270367405E-03                     
+AR CAGZ 2009  4  1  3 40  0.000000  1    0.421925372541E-03                     
+AR CAS1 2009  4  1  3 40  0.000000  1    0.436398282271E-08                     
+AR CHAT 2009  4  1  3 40  0.000000  1   -0.668790506876E-07                     
+AR CHPI 2009  4  1  3 40  0.000000  1   -0.598620614178E-07                     
+AR COCO 2009  4  1  3 40  0.000000  1    0.227657903278E-03                     
+AR CONZ 2009  4  1  3 40  0.000000  1   -0.255474787192E-03                     
+AR CRAR 2009  4  1  3 40  0.000000  1    0.428513271159E-03                     
+AR CRO1 2009  4  1  3 40  0.000000  1    0.665102293654E-03                     
+AR DAEJ 2009  4  1  3 40  0.000000  1   -0.196608684243E-03                     
+AR DARW 2009  4  1  3 40  0.000000  1    0.101947387209E-08                     
+AR DGAR 2009  4  1  3 40  0.000000  1   -0.782215506622E-07                     
+AR DRAO 2009  4  1  3 40  0.000000  1    0.110695366333E-03                     
+AR FAA1 2009  4  1  3 40  0.000000  1   -0.264548229938E-07                     
+AR FAIR 2009  4  1  3 40  0.000000  1   -0.647919445022E-07                     
+AR GLPS 2009  4  1  3 40  0.000000  1   -0.580156975484E-07                     
+AR GUAM 2009  4  1  3 40  0.000000  1   -0.721903113890E-07                     
+AR GUAT 2009  4  1  3 40  0.000000  1    0.655723497709E-08                     
+AR HOB2 2009  4  1  3 40  0.000000  1    0.853117001446E-07                     
+AR HOFN 2009  4  1  3 40  0.000000  1   -0.396413634349E-03                     
+AR HOLM 2009  4  1  3 40  0.000000  1   -0.507232347392E-07                     
+AR HRAO 2009  4  1  3 40  0.000000  1    0.849455645631E-03                     
+AR HYDE 2009  4  1  3 40  0.000000  1   -0.281229533107E-08                     
+AR IRKJ 2009  4  1  3 40  0.000000  1    0.163747297577E-03                     
+AR ISPA 2009  4  1  3 40  0.000000  1   -0.543406699267E-07                     
+AR KARR 2009  4  1  3 40  0.000000  1   -0.689990082683E-07                     
+AR KERG 2009  4  1  3 40  0.000000  1    0.816970382990E-03                     
+AR KHAJ 2009  4  1  3 40  0.000000  1   -0.150821899384E-05                     
+AR KIR0 2009  4  1  3 40  0.000000  1    0.283797746476E-03                     
+AR KIT3 2009  4  1  3 40  0.000000  1    0.229695239046E-08                     
+AR KOUR 2009  4  1  3 40  0.000000  1    0.125013150455E-03                     
+AR KUNM 2009  4  1  3 40  0.000000  1   -0.192242546080E-07                     
+AR LHAZ 2009  4  1  3 40  0.000000  1    0.397929886456E-03                     
+AR MAL2 2009  4  1  3 40  0.000000  1   -0.122698697436E-07                     
+AR MAS1 2009  4  1  3 40  0.000000  1   -0.101615677256E-03                     
+AR MAW1 2009  4  1  3 40  0.000000  1    0.459015844438E-08                     
+AR MCIL 2009  4  1  3 40  0.000000  1    0.289716198180E-07                     
+AR MCM4 2009  4  1  3 40  0.000000  1   -0.678399693959E-07                     
+AR MDO1 2009  4  1  3 40  0.000000  1   -0.480345288003E-07                     
+AR MDVJ 2009  4  1  3 40  0.000000  1    0.438552775560E-03                     
+AR MKEA 2009  4  1  3 40  0.000000  1   -0.767139661261E-07                     
+AR MOBS 2009  4  1  3 40  0.000000  1    0.771676978829E-08                     
+AR NANO 2009  4  1  3 40  0.000000  1    0.112357033157E-08                     
+AR NLIB 2009  4  1  3 40  0.000000  1   -0.117798321183E-06                     
+AR NNOR 2009  4  1  3 40  0.000000  1    0.365795475127E-03                     
+AR NRC1 2009  4  1  3 40  0.000000  1   -0.448891157652E-05                     
+AR NRIL 2009  4  1  3 40  0.000000  1   -0.466160198935E-07                     
+AR NRMD 2009  4  1  3 40  0.000000  1    0.324546172114E-07                     
+AR NTUS 2009  4  1  3 40  0.000000  1   -0.720775398384E-08                     
+AR NYAL 2009  4  1  3 40  0.000000  1    0.924638754327E-07                     
+AR OHI3 2009  4  1  3 40  0.000000  1    0.304839874863E-04                     
+AR ONSA 2009  4  1  3 40  0.000000  1   -0.324741420447E-04                     
+AR PDEL 2009  4  1  3 40  0.000000  1    0.225131844441E-08                     
+AR PERT 2009  4  1  3 40  0.000000  1   -0.672880339816E-07                     
+AR PETP 2009  4  1  3 40  0.000000  1   -0.704438478289E-07                     
+AR PIMO 2009  4  1  3 40  0.000000  1   -0.779824845296E-07                     
+AR QAQ1 2009  4  1  3 40  0.000000  1   -0.598937103015E-07                     
+AR QUIN 2009  4  1  3 40  0.000000  1   -0.598117125500E-07                     
+AR RABT 2009  4  1  3 40  0.000000  1   -0.508209862519E-07                     
+AR RCMN 2009  4  1  3 40  0.000000  1    0.620766625025E-08                     
+AR REDU 2009  4  1  3 40  0.000000  1   -0.467966670571E-07                     
+AR REUN 2009  4  1  3 40  0.000000  1    0.204465908087E-07                     
+AR REYK 2009  4  1  3 40  0.000000  1   -0.100405236312E-03                     
+AR SCH2 2009  4  1  3 40  0.000000  1    0.187421318758E-03                     
+AR SCUB 2009  4  1  3 40  0.000000  1   -0.787140284983E-07                     
+AR STJO 2009  4  1  3 40  0.000000  1   -0.701198745390E-05                     
+AR SYDN 2009  4  1  3 40  0.000000  1    0.141078489352E-05                     
+AR SYOG 2009  4  1  3 40  0.000000  1    0.140047369975E-04                     
+AR THU2 2009  4  1  3 40  0.000000  1   -0.329546814838E-03                     
+AR TOW2 2009  4  1  3 40  0.000000  1    0.446469131654E-08                     
+AR URUM 2009  4  1  3 40  0.000000  1    0.324545474917E-03                     
+AR VESL 2009  4  1  3 40  0.000000  1   -0.205176538704E-03                     
+AR VILL 2009  4  1  3 40  0.000000  1   -0.554575102706E-07                     
+AR WTZR 2009  4  1  3 40  0.000000  1    0.438440684822E-07                     
+AR WUHN 2009  4  1  3 40  0.000000  1   -0.611401062994E-07                     
+AR YSSK 2009  4  1  3 40  0.000000  1   -0.733947869027E-07                     
+AR ZIM2 2009  4  1  3 40  0.000000  1    0.278323216524E-07                     
+AR XMIS 2009  4  1  3 40  0.000000  1   -0.683859043434E-08                     
+AR GODZ 2009  4  1  3 40  0.000000  1   -0.469124067311E-03                     
+AR MTKA 2009  4  1  3 40  0.000000  1   -0.681077903635E-07                     
+AR PARK 2009  4  1  3 40  0.000000  1    0.803333381896E-06                     
+AR UNBJ 2009  4  1  3 40  0.000000  1    0.404337245210E-03                     
+AR NOVM 2009  4  1  3 40  0.000000  1    0.798329204575E-04                     
+AR SUNM 2009  4  1  3 40  0.000000  1   -0.911123004241E-05                     
+AR CEBR 2009  4  1  3 40  0.000000  1    0.719431281768E-03                     
+AR CPXF 2009  4  1  3 40  0.000000  1   -0.534086911180E-08                     
+AR IDDR 2009  4  1  3 40  0.000000  1   -0.148330201156E-08                     
+AR AZGB 2009  4  1  3 40  0.000000  1    0.207106235056E-03                     
+AR TN22 2009  4  1  3 40  0.000000  1    0.119910646420E-03                     
+AR ETAD 2009  4  1  3 40  0.000000  1    0.297530058947E-07                     
+AR ILHA 2009  4  1  3 40  0.000000  1   -0.125246468164E-08                     
+AR POVE 2009  4  1  3 40  0.000000  1   -0.156829636531E-07                     
+AR RECF 2009  4  1  3 40  0.000000  1    0.225065650121E-07                     
+AR SALU 2009  4  1  3 40  0.000000  1    0.147330726346E-07                     
+AR SAVO 2009  4  1  3 40  0.000000  1    0.210096560275E-07                     
+AR UFPR 2009  4  1  3 40  0.000000  1    0.208910412941E-07                     
+AR YELL 2009  4  1  3 40  0.000000  1    0.236274000000E-06                     
+AS G32  2009  4  1  3 45  0.000000  1    0.280320423527E-03                     
+AS G24  2009  4  1  3 45  0.000000  1    0.177743881467E-03                     
+AS G25  2009  4  1  3 45  0.000000  1    0.333880656393E-03                     
+AS G26  2009  4  1  3 45  0.000000  1    0.543924978564E-04                     
+AS G27  2009  4  1  3 45  0.000000  1    0.370389806596E-04                     
+AS G30  2009  4  1  3 45  0.000000  1    0.136183402137E-03                     
+AS G03  2009  4  1  3 45  0.000000  1    0.373313146921E-03                     
+AS G04  2009  4  1  3 45  0.000000  1   -0.342696765617E-04                     
+AS G06  2009  4  1  3 45  0.000000  1    0.596823447141E-04                     
+AS G08  2009  4  1  3 45  0.000000  1   -0.196498024355E-03                     
+AS G09  2009  4  1  3 45  0.000000  1    0.483981781341E-04                     
+AS G10  2009  4  1  3 45  0.000000  1   -0.136068854017E-04                     
+AS G14  2009  4  1  3 45  0.000000  1   -0.132563797315E-03                     
+AS G13  2009  4  1  3 45  0.000000  1    0.293230572974E-03                     
+AS G28  2009  4  1  3 45  0.000000  1   -0.238274776483E-04                     
+AS G21  2009  4  1  3 45  0.000000  1    0.215826379227E-04                     
+AS G11  2009  4  1  3 45  0.000000  1    0.278818581565E-05                     
+AS G22  2009  4  1  3 45  0.000000  1    0.202445086499E-03                     
+AS G20  2009  4  1  3 45  0.000000  1    0.865877795916E-04                     
+AS G18  2009  4  1  3 45  0.000000  1   -0.696253832651E-04                     
+AS G16  2009  4  1  3 45  0.000000  1    0.630885952267E-04                     
+AS G19  2009  4  1  3 45  0.000000  1    0.293827289480E-04                     
+AS G23  2009  4  1  3 45  0.000000  1    0.388975375987E-03                     
+AS G02  2009  4  1  3 45  0.000000  1    0.153943477417E-03                     
+AS G31  2009  4  1  3 45  0.000000  1   -0.564407174255E-04                     
+AS G17  2009  4  1  3 45  0.000000  1    0.523914709027E-04                     
+AS G12  2009  4  1  3 45  0.000000  1   -0.299661961824E-03                     
+AS G15  2009  4  1  3 45  0.000000  1   -0.275876233200E-03                     
+AS G29  2009  4  1  3 45  0.000000  1    0.473255356886E-05                     
+AS G07  2009  4  1  3 45  0.000000  1    0.209940067419E-04                     
+AS R02  2009  4  1  3 45  0.000000  1    0.207460401403E-04                     
+AS R03  2009  4  1  3 45  0.000000  1   -0.341955043789E-04                     
+AS R04  2009  4  1  3 45  0.000000  1    0.640271173526E-04                     
+AS R06  2009  4  1  3 45  0.000000  1   -0.169222588704E-03                     
+AS R07  2009  4  1  3 45  0.000000  1   -0.892635979415E-04                     
+AS R08  2009  4  1  3 45  0.000000  1   -0.102024065545E-03                     
+AS R10  2009  4  1  3 45  0.000000  1   -0.140856387130E-03                     
+AS R11  2009  4  1  3 45  0.000000  1   -0.925996438887E-04                     
+AS R13  2009  4  1  3 45  0.000000  1   -0.230609526623E-03                     
+AS R14  2009  4  1  3 45  0.000000  1   -0.797018040698E-04                     
+AS R15  2009  4  1  3 45  0.000000  1    0.920794420550E-04                     
+AS R17  2009  4  1  3 45  0.000000  1   -0.261234966274E-03                     
+AS R18  2009  4  1  3 45  0.000000  1   -0.133764066690E-05                     
+AS R19  2009  4  1  3 45  0.000000  1   -0.893920188752E-04                     
+AS R20  2009  4  1  3 45  0.000000  1   -0.650083742776E-04                     
+AS R21  2009  4  1  3 45  0.000000  1   -0.143303753486E-03                     
+AS R22  2009  4  1  3 45  0.000000  1   -0.201496932185E-03                     
+AS R23  2009  4  1  3 45  0.000000  1   -0.200460602519E-03                     
+AR ALGO 2009  4  1  3 45  0.000000  1    0.805079209954E-04                     
+AR ALIC 2009  4  1  3 45  0.000000  1    0.238896948208E-07                     
+AR AMC2 2009  4  1  3 45  0.000000  1    0.882803044569E-09                     
+AR ANKR 2009  4  1  3 45  0.000000  1    0.268291658035E-03                     
+AR ARTU 2009  4  1  3 45  0.000000  1   -0.574049054556E-07                     
+AR ASPA 2009  4  1  3 45  0.000000  1    0.165023005072E-07                     
+AR BHR1 2009  4  1  3 45  0.000000  1    0.563382514390E-03                     
+AR BARH 2009  4  1  3 45  0.000000  1   -0.116687244948E-08                     
+AR BJFS 2009  4  1  3 45  0.000000  1   -0.655533749298E-07                     
+AR BOGT 2009  4  1  3 45  0.000000  1   -0.511684518655E-07                     
+AR BRMU 2009  4  1  3 45  0.000000  1   -0.232579756347E-03                     
+AR CAGZ 2009  4  1  3 45  0.000000  1   -0.354647959541E-03                     
+AR CAS1 2009  4  1  3 45  0.000000  1    0.262330936132E-08                     
+AR CHAT 2009  4  1  3 45  0.000000  1   -0.666470928201E-07                     
+AR CHPI 2009  4  1  3 45  0.000000  1   -0.612369864787E-07                     
+AR COCO 2009  4  1  3 45  0.000000  1    0.227657009534E-03                     
+AR CONZ 2009  4  1  3 45  0.000000  1   -0.386294394775E-03                     
+AR CRAR 2009  4  1  3 45  0.000000  1    0.403361659464E-03                     
+AR CRO1 2009  4  1  3 45  0.000000  1    0.665102299933E-03                     
+AR DAEJ 2009  4  1  3 45  0.000000  1   -0.196608455887E-03                     
+AR DARW 2009  4  1  3 45  0.000000  1   -0.244571878089E-08                     
+AR DGAR 2009  4  1  3 45  0.000000  1   -0.792890844720E-07                     
+AR DRAO 2009  4  1  3 45  0.000000  1    0.110731976859E-03                     
+AR FAA1 2009  4  1  3 45  0.000000  1   -0.279188674386E-07                     
+AR FAIR 2009  4  1  3 45  0.000000  1   -0.571651348931E-07                     
+AR GLPS 2009  4  1  3 45  0.000000  1   -0.614784294210E-07                     
+AR GUAM 2009  4  1  3 45  0.000000  1   -0.712426644452E-07                     
+AR GUAT 2009  4  1  3 45  0.000000  1    0.724536343305E-08                     
+AR HOB2 2009  4  1  3 45  0.000000  1    0.853553628054E-07                     
+AR HOFN 2009  4  1  3 45  0.000000  1   -0.318324479528E-03                     
+AR HOLM 2009  4  1  3 45  0.000000  1   -0.524482226025E-07                     
+AR HRAO 2009  4  1  3 45  0.000000  1    0.849455732621E-03                     
+AR HYDE 2009  4  1  3 45  0.000000  1   -0.367096229110E-08                     
+AR IRKJ 2009  4  1  3 45  0.000000  1    0.163747294745E-03                     
+AR ISPA 2009  4  1  3 45  0.000000  1   -0.520686867863E-07                     
+AR KARR 2009  4  1  3 45  0.000000  1   -0.751350076731E-07                     
+AR KERG 2009  4  1  3 45  0.000000  1    0.816977692203E-03                     
+AR KHAJ 2009  4  1  3 45  0.000000  1   -0.150821344895E-05                     
+AR KIR0 2009  4  1  3 45  0.000000  1    0.283790862931E-03                     
+AR KIRU 2009  4  1  3 45  0.000000  1    0.591422891656E-03                     
+AR KIT3 2009  4  1  3 45  0.000000  1    0.279288998764E-08                     
+AR KOUR 2009  4  1  3 45  0.000000  1    0.125013171631E-03                     
+AR KUNM 2009  4  1  3 45  0.000000  1   -0.296547227877E-07                     
+AR LHAZ 2009  4  1  3 45  0.000000  1    0.386264810659E-03                     
+AR MAL2 2009  4  1  3 45  0.000000  1   -0.988109362427E-08                     
+AR MAS1 2009  4  1  3 45  0.000000  1   -0.101615647520E-03                     
+AR MAW1 2009  4  1  3 45  0.000000  1    0.698631467407E-08                     
+AR MCIL 2009  4  1  3 45  0.000000  1    0.290309553031E-07                     
+AR MCM4 2009  4  1  3 45  0.000000  1   -0.668463810724E-07                     
+AR MDO1 2009  4  1  3 45  0.000000  1   -0.435303328784E-07                     
+AR MDVJ 2009  4  1  3 45  0.000000  1    0.438552784376E-03                     
+AR MKEA 2009  4  1  3 45  0.000000  1   -0.688289806074E-07                     
+AR MOBS 2009  4  1  3 45  0.000000  1    0.534109585430E-08                     
+AR NANO 2009  4  1  3 45  0.000000  1   -0.285562534860E-08                     
+AR NLIB 2009  4  1  3 45  0.000000  1   -0.117795778572E-06                     
+AR NNOR 2009  4  1  3 45  0.000000  1    0.365795518723E-03                     
+AR NRC1 2009  4  1  3 45  0.000000  1   -0.448887381320E-05                     
+AR NRIL 2009  4  1  3 45  0.000000  1   -0.453867120156E-07                     
+AR NRMD 2009  4  1  3 45  0.000000  1    0.305889496758E-07                     
+AR NTUS 2009  4  1  3 45  0.000000  1   -0.741951770198E-08                     
+AR NYAL 2009  4  1  3 45  0.000000  1    0.924841852802E-07                     
+AR OHI3 2009  4  1  3 45  0.000000  1    0.122378159680E-03                     
+AR ONSA 2009  4  1  3 45  0.000000  1   -0.324741850643E-04                     
+AR PDEL 2009  4  1  3 45  0.000000  1    0.163674548071E-08                     
+AR PERT 2009  4  1  3 45  0.000000  1   -0.678994832215E-07                     
+AR PETP 2009  4  1  3 45  0.000000  1   -0.696589969260E-07                     
+AR PIMO 2009  4  1  3 45  0.000000  1   -0.771929095007E-07                     
+AR QAQ1 2009  4  1  3 45  0.000000  1   -0.621419705700E-07                     
+AR QUIN 2009  4  1  3 45  0.000000  1   -0.584465327829E-07                     
+AR RABT 2009  4  1  3 45  0.000000  1   -0.488749829914E-07                     
+AR RCMN 2009  4  1  3 45  0.000000  1    0.758902502377E-08                     
+AR REDU 2009  4  1  3 45  0.000000  1   -0.445733810703E-07                     
+AR REUN 2009  4  1  3 45  0.000000  1    0.194018901663E-07                     
+AR REYK 2009  4  1  3 45  0.000000  1   -0.820992579724E-04                     
+AR SCH2 2009  4  1  3 45  0.000000  1    0.187436809138E-03                     
+AR SCUB 2009  4  1  3 45  0.000000  1   -0.722759420584E-07                     
+AR STJO 2009  4  1  3 45  0.000000  1   -0.701227180272E-05                     
+AR SYDN 2009  4  1  3 45  0.000000  1    0.141075240200E-05                     
+AR SYOG 2009  4  1  3 45  0.000000  1    0.140046288058E-04                     
+AR THU2 2009  4  1  3 45  0.000000  1   -0.331549023839E-03                     
+AR TOW2 2009  4  1  3 45  0.000000  1   -0.172280121523E-08                     
+AR URUM 2009  4  1  3 45  0.000000  1    0.253602728927E-03                     
+AR VESL 2009  4  1  3 45  0.000000  1   -0.167429945558E-03                     
+AR VILL 2009  4  1  3 45  0.000000  1   -0.587559626809E-07                     
+AR WTZR 2009  4  1  3 45  0.000000  1    0.438426234289E-07                     
+AR WUHN 2009  4  1  3 45  0.000000  1   -0.688743277555E-07                     
+AR YSSK 2009  4  1  3 45  0.000000  1   -0.743002536935E-07                     
+AR ZIM2 2009  4  1  3 45  0.000000  1    0.272547588812E-07                     
+AR XMIS 2009  4  1  3 45  0.000000  1   -0.685099432491E-08                     
+AR GODZ 2009  4  1  3 45  0.000000  1   -0.469124017175E-03                     
+AR MTKA 2009  4  1  3 45  0.000000  1   -0.729729981795E-07                     
+AR PARK 2009  4  1  3 45  0.000000  1    0.803257666334E-06                     
+AR UNBJ 2009  4  1  3 45  0.000000  1    0.332767068359E-03                     
+AR NOVM 2009  4  1  3 45  0.000000  1    0.798329111386E-04                     
+AR SUNM 2009  4  1  3 45  0.000000  1   -0.165340704782E-03                     
+AR CEBR 2009  4  1  3 45  0.000000  1    0.719431542082E-03                     
+AR CPXF 2009  4  1  3 45  0.000000  1   -0.452935119438E-08                     
+AR IDDR 2009  4  1  3 45  0.000000  1   -0.673310403876E-09                     
+AR AZGB 2009  4  1  3 45  0.000000  1    0.676993890707E-04                     
+AR TN22 2009  4  1  3 45  0.000000  1    0.417137939036E-04                     
+AR ETAD 2009  4  1  3 45  0.000000  1    0.301546587905E-07                     
+AR ILHA 2009  4  1  3 45  0.000000  1   -0.660996853758E-09                     
+AR POVE 2009  4  1  3 45  0.000000  1   -0.482250445085E-08                     
+AR RECF 2009  4  1  3 45  0.000000  1    0.215648574764E-07                     
+AR SALU 2009  4  1  3 45  0.000000  1    0.193747022571E-07                     
+AR SAVO 2009  4  1  3 45  0.000000  1    0.212107436653E-07                     
+AR UFPR 2009  4  1  3 45  0.000000  1    0.197945684246E-07                     
+AR YELL 2009  4  1  3 45  0.000000  1    0.236344000000E-06                     
+AS G32  2009  4  1  3 50  0.000000  1    0.280319391680E-03                     
+AS G24  2009  4  1  3 50  0.000000  1    0.177745053860E-03                     
+AS G25  2009  4  1  3 50  0.000000  1    0.333887550393E-03                     
+AS G26  2009  4  1  3 50  0.000000  1    0.543935407633E-04                     
+AS G27  2009  4  1  3 50  0.000000  1    0.370403400890E-04                     
+AS G30  2009  4  1  3 50  0.000000  1    0.136184420586E-03                     
+AS G03  2009  4  1  3 50  0.000000  1    0.373315515140E-03                     
+AS G04  2009  4  1  3 50  0.000000  1   -0.342735976925E-04                     
+AS G06  2009  4  1  3 50  0.000000  1    0.596881239282E-04                     
+AS G08  2009  4  1  3 50  0.000000  1   -0.196497851672E-03                     
+AS G09  2009  4  1  3 50  0.000000  1    0.483992580326E-04                     
+AS G10  2009  4  1  3 50  0.000000  1   -0.136062271430E-04                     
+AS G14  2009  4  1  3 50  0.000000  1   -0.132561822548E-03                     
+AS G13  2009  4  1  3 50  0.000000  1    0.293231294509E-03                     
+AS G28  2009  4  1  3 50  0.000000  1   -0.238271444226E-04                     
+AS G21  2009  4  1  3 50  0.000000  1    0.215822585838E-04                     
+AS G11  2009  4  1  3 50  0.000000  1    0.278806685661E-05                     
+AS G22  2009  4  1  3 50  0.000000  1    0.202445784528E-03                     
+AS G20  2009  4  1  3 50  0.000000  1    0.865877594581E-04                     
+AS G18  2009  4  1  3 50  0.000000  1   -0.696237182497E-04                     
+AS G16  2009  4  1  3 50  0.000000  1    0.630879356007E-04                     
+AS G19  2009  4  1  3 50  0.000000  1    0.293827408691E-04                     
+AS G23  2009  4  1  3 50  0.000000  1    0.388976047041E-03                     
+AS G02  2009  4  1  3 50  0.000000  1    0.153943559374E-03                     
+AS G31  2009  4  1  3 50  0.000000  1   -0.564408674842E-04                     
+AS G17  2009  4  1  3 50  0.000000  1    0.523925015377E-04                     
+AS G12  2009  4  1  3 50  0.000000  1   -0.299660499468E-03                     
+AS G15  2009  4  1  3 50  0.000000  1   -0.275877334343E-03                     
+AS G29  2009  4  1  3 50  0.000000  1    0.473424921160E-05                     
+AS G07  2009  4  1  3 50  0.000000  1    0.209941068530E-04                     
+AS R02  2009  4  1  3 50  0.000000  1    0.207451964731E-04                     
+AS R03  2009  4  1  3 50  0.000000  1   -0.341965510540E-04                     
+AS R04  2009  4  1  3 50  0.000000  1    0.640243557766E-04                     
+AS R06  2009  4  1  3 50  0.000000  1   -0.169223855865E-03                     
+AS R07  2009  4  1  3 50  0.000000  1   -0.892631940648E-04                     
+AS R08  2009  4  1  3 50  0.000000  1   -0.102023505793E-03                     
+AS R10  2009  4  1  3 50  0.000000  1   -0.140855979150E-03                     
+AS R11  2009  4  1  3 50  0.000000  1   -0.925996171600E-04                     
+AS R13  2009  4  1  3 50  0.000000  1   -0.230609754052E-03                     
+AS R14  2009  4  1  3 50  0.000000  1   -0.796999802889E-04                     
+AS R15  2009  4  1  3 50  0.000000  1    0.920798448347E-04                     
+AS R17  2009  4  1  3 50  0.000000  1   -0.261234865637E-03                     
+AS R18  2009  4  1  3 50  0.000000  1   -0.133738742124E-05                     
+AS R19  2009  4  1  3 50  0.000000  1   -0.893921500296E-04                     
+AS R20  2009  4  1  3 50  0.000000  1   -0.650080361506E-04                     
+AS R21  2009  4  1  3 50  0.000000  1   -0.143303720559E-03                     
+AS R22  2009  4  1  3 50  0.000000  1   -0.201497521745E-03                     
+AS R23  2009  4  1  3 50  0.000000  1   -0.200458399741E-03                     
+AR ALGO 2009  4  1  3 50  0.000000  1    0.805123826546E-04                     
+AR ALIC 2009  4  1  3 50  0.000000  1    0.163696821822E-07                     
+AR AMC2 2009  4  1  3 50  0.000000  1    0.119080287240E-08                     
+AR ANKR 2009  4  1  3 50  0.000000  1    0.344139318778E-03                     
+AR ARTU 2009  4  1  3 50  0.000000  1   -0.541390030061E-07                     
+AR ASPA 2009  4  1  3 50  0.000000  1    0.153611166351E-07                     
+AR BHR1 2009  4  1  3 50  0.000000  1    0.563382897520E-03                     
+AR BARH 2009  4  1  3 50  0.000000  1   -0.933505919216E-09                     
+AR BJFS 2009  4  1  3 50  0.000000  1   -0.612564720304E-07                     
+AR BOGT 2009  4  1  3 50  0.000000  1   -0.496769094600E-07                     
+AR BRMU 2009  4  1  3 50  0.000000  1    0.261982446957E-03                     
+AR CAGZ 2009  4  1  3 50  0.000000  1   -0.131226198696E-03                     
+AR CAS1 2009  4  1  3 50  0.000000  1    0.333128318944E-08                     
+AR CHAT 2009  4  1  3 50  0.000000  1   -0.640948013546E-07                     
+AR CHPI 2009  4  1  3 50  0.000000  1   -0.609681666365E-07                     
+AR COCO 2009  4  1  3 50  0.000000  1    0.227656438961E-03                     
+AR CONZ 2009  4  1  3 50  0.000000  1    0.482492313706E-03                     
+AR CRAR 2009  4  1  3 50  0.000000  1    0.378217553213E-03                     
+AR CRO1 2009  4  1  3 50  0.000000  1    0.665102636917E-03                     
+AR DAEJ 2009  4  1  3 50  0.000000  1   -0.196608880694E-03                     
+AR DARW 2009  4  1  3 50  0.000000  1    0.975525871832E-09                     
+AR DGAR 2009  4  1  3 50  0.000000  1   -0.750934989602E-07                     
+AR DRAO 2009  4  1  3 50  0.000000  1    0.110769011555E-03                     
+AR FAA1 2009  4  1  3 50  0.000000  1   -0.291072083658E-07                     
+AR FAIR 2009  4  1  3 50  0.000000  1   -0.560312707680E-07                     
+AR GLPS 2009  4  1  3 50  0.000000  1   -0.606723666575E-07                     
+AR GUAM 2009  4  1  3 50  0.000000  1   -0.878752379561E-07                     
+AR GUAT 2009  4  1  3 50  0.000000  1    0.567600329499E-08                     
+AR HOB2 2009  4  1  3 50  0.000000  1    0.856867501753E-07                     
+AR HOFN 2009  4  1  3 50  0.000000  1   -0.240243995697E-03                     
+AR HOLM 2009  4  1  3 50  0.000000  1   -0.562275394891E-07                     
+AR HRAO 2009  4  1  3 50  0.000000  1    0.849456124885E-03                     
+AR HYDE 2009  4  1  3 50  0.000000  1   -0.362603954276E-08                     
+AR IRKJ 2009  4  1  3 50  0.000000  1    0.163747562777E-03                     
+AR ISPA 2009  4  1  3 50  0.000000  1   -0.505837992320E-07                     
+AR KARR 2009  4  1  3 50  0.000000  1   -0.705155124147E-07                     
+AR KERG 2009  4  1  3 50  0.000000  1    0.816985458572E-03                     
+AR KHAJ 2009  4  1  3 50  0.000000  1   -0.150793682707E-05                     
+AR KIR0 2009  4  1  3 50  0.000000  1    0.283784276229E-03                     
+AR KIRU 2009  4  1  3 50  0.000000  1    0.591418428285E-03                     
+AR KIT3 2009  4  1  3 50  0.000000  1    0.994032608026E-08                     
+AR KOUR 2009  4  1  3 50  0.000000  1    0.125013473320E-03                     
+AR KUNM 2009  4  1  3 50  0.000000  1   -0.553855455979E-07                     
+AR LHAZ 2009  4  1  3 50  0.000000  1    0.371929151472E-03                     
+AR MAL2 2009  4  1  3 50  0.000000  1   -0.833492338830E-08                     
+AR MAS1 2009  4  1  3 50  0.000000  1   -0.101615295344E-03                     
+AR MAW1 2009  4  1  3 50  0.000000  1    0.486946030215E-08                     
+AR MCIL 2009  4  1  3 50  0.000000  1    0.300838921789E-07                     
+AR MCM4 2009  4  1  3 50  0.000000  1   -0.651651877830E-07                     
+AR MDO1 2009  4  1  3 50  0.000000  1   -0.422922357467E-07                     
+AR MDVJ 2009  4  1  3 50  0.000000  1    0.438553099257E-03                     
+AR MKEA 2009  4  1  3 50  0.000000  1   -0.715525686806E-07                     
+AR MOBS 2009  4  1  3 50  0.000000  1    0.615102355625E-08                     
+AR NANO 2009  4  1  3 50  0.000000  1   -0.109463765308E-08                     
+AR NLIB 2009  4  1  3 50  0.000000  1   -0.117492289195E-06                     
+AR NNOR 2009  4  1  3 50  0.000000  1    0.365795900330E-03                     
+AR NRC1 2009  4  1  3 50  0.000000  1   -0.448854873508E-05                     
+AR NRIL 2009  4  1  3 50  0.000000  1   -0.395753704877E-07                     
+AR NRMD 2009  4  1  3 50  0.000000  1    0.293116948530E-07                     
+AR NTUS 2009  4  1  3 50  0.000000  1   -0.747193092307E-08                     
+AR NYAL 2009  4  1  3 50  0.000000  1    0.928023455373E-07                     
+AR OHI3 2009  4  1  3 50  0.000000  1    0.214329452320E-03                     
+AR ONSA 2009  4  1  3 50  0.000000  1   -0.324739183594E-04                     
+AR PDEL 2009  4  1  3 50  0.000000  1    0.151029612135E-08                     
+AR PERT 2009  4  1  3 50  0.000000  1   -0.661110782444E-07                     
+AR PETP 2009  4  1  3 50  0.000000  1   -0.679638509309E-07                     
+AR PIMO 2009  4  1  3 50  0.000000  1   -0.771510118707E-07                     
+AR QAQ1 2009  4  1  3 50  0.000000  1   -0.617653691121E-07                     
+AR QUIN 2009  4  1  3 50  0.000000  1   -0.562099791515E-07                     
+AR RABT 2009  4  1  3 50  0.000000  1   -0.494739108939E-07                     
+AR RCMN 2009  4  1  3 50  0.000000  1    0.830509708359E-08                     
+AR REDU 2009  4  1  3 50  0.000000  1   -0.416633798186E-07                     
+AR REUN 2009  4  1  3 50  0.000000  1    0.190277541248E-07                     
+AR REYK 2009  4  1  3 50  0.000000  1   -0.636434833506E-04                     
+AR SCH2 2009  4  1  3 50  0.000000  1    0.187452459074E-03                     
+AR SCUB 2009  4  1  3 50  0.000000  1   -0.702888168818E-07                     
+AR STJO 2009  4  1  3 50  0.000000  1   -0.701225805796E-05                     
+AR SYDN 2009  4  1  3 50  0.000000  1    0.141106765052E-05                     
+AR SYOG 2009  4  1  3 50  0.000000  1    0.140048007717E-04                     
+AR THU2 2009  4  1  3 50  0.000000  1   -0.333550906635E-03                     
+AR TOW2 2009  4  1  3 50  0.000000  1    0.152701988890E-08                     
+AR URUM 2009  4  1  3 50  0.000000  1    0.182576208156E-03                     
+AR VESL 2009  4  1  3 50  0.000000  1   -0.129660071485E-03                     
+AR VILL 2009  4  1  3 50  0.000000  1   -0.595299837943E-07                     
+AR WTZR 2009  4  1  3 50  0.000000  1    0.441183259116E-07                     
+AR WUHN 2009  4  1  3 50  0.000000  1   -0.685894403163E-07                     
+AR YSSK 2009  4  1  3 50  0.000000  1   -0.769353780090E-07                     
+AR ZIM2 2009  4  1  3 50  0.000000  1    0.290638974013E-07                     
+AR XMIS 2009  4  1  3 50  0.000000  1   -0.677273079023E-08                     
+AR GODZ 2009  4  1  3 50  0.000000  1   -0.469123664480E-03                     
+AR MTKA 2009  4  1  3 50  0.000000  1   -0.715643739224E-07                     
+AR PARK 2009  4  1  3 50  0.000000  1    0.803551544253E-06                     
+AR UNBJ 2009  4  1  3 50  0.000000  1    0.261124587107E-03                     
+AR NOVM 2009  4  1  3 50  0.000000  1    0.798332187667E-04                     
+AR SUNM 2009  4  1  3 50  0.000000  1   -0.321863791946E-03                     
+AR CEBR 2009  4  1  3 50  0.000000  1    0.719432139516E-03                     
+AR CPXF 2009  4  1  3 50  0.000000  1   -0.340430576311E-08                     
+AR IDDR 2009  4  1  3 50  0.000000  1    0.625323100963E-08                     
+AR AZGB 2009  4  1  3 50  0.000000  1   -0.716067894920E-04                     
+AR TN22 2009  4  1  3 50  0.000000  1   -0.356052987546E-04                     
+AR ETAD 2009  4  1  3 50  0.000000  1    0.301210996315E-07                     
+AR ILHA 2009  4  1  3 50  0.000000  1    0.321060111158E-09                     
+AR POVE 2009  4  1  3 50  0.000000  1   -0.116595996761E-07                     
+AR RECF 2009  4  1  3 50  0.000000  1    0.210586926080E-07                     
+AR SALU 2009  4  1  3 50  0.000000  1    0.171518106979E-07                     
+AR SAVO 2009  4  1  3 50  0.000000  1    0.227022669466E-07                     
+AR UFPR 2009  4  1  3 50  0.000000  1    0.205252422448E-07                     
+AR YELL 2009  4  1  3 50  0.000000  1    0.236414000000E-06                     
+AS G32  2009  4  1  3 55  0.000000  1    0.280318049604E-03                     
+AS G24  2009  4  1  3 55  0.000000  1    0.177746457640E-03                     
+AS G25  2009  4  1  3 55  0.000000  1    0.333894121841E-03                     
+AS G26  2009  4  1  3 55  0.000000  1    0.543940268207E-04                     
+AS G27  2009  4  1  3 55  0.000000  1    0.370408772100E-04                     
+AS G30  2009  4  1  3 55  0.000000  1    0.136185466041E-03                     
+AS G03  2009  4  1  3 55  0.000000  1    0.373317546524E-03                     
+AS G04  2009  4  1  3 55  0.000000  1   -0.342780189272E-04                     
+AS G06  2009  4  1  3 55  0.000000  1    0.596935371483E-04                     
+AS G08  2009  4  1  3 55  0.000000  1   -0.196498744920E-03                     
+AS G09  2009  4  1  3 55  0.000000  1    0.483989469572E-04                     
+AS G10  2009  4  1  3 55  0.000000  1   -0.136064465009E-04                     
+AS G14  2009  4  1  3 55  0.000000  1   -0.132560126236E-03                     
+AS G13  2009  4  1  3 55  0.000000  1    0.293231512631E-03                     
+AS G28  2009  4  1  3 55  0.000000  1   -0.238273766912E-04                     
+AS G21  2009  4  1  3 55  0.000000  1    0.215811392366E-04                     
+AS G11  2009  4  1  3 55  0.000000  1    0.278774092891E-05                     
+AS G22  2009  4  1  3 55  0.000000  1    0.202445145690E-03                     
+AS G20  2009  4  1  3 55  0.000000  1    0.865873795667E-04                     
+AS G18  2009  4  1  3 55  0.000000  1   -0.696230205363E-04                     
+AS G16  2009  4  1  3 55  0.000000  1    0.630870076509E-04                     
+AS G19  2009  4  1  3 55  0.000000  1    0.293823735279E-04                     
+AS G23  2009  4  1  3 55  0.000000  1    0.388976276897E-03                     
+AS G02  2009  4  1  3 55  0.000000  1    0.153943640715E-03                     
+AS G31  2009  4  1  3 55  0.000000  1   -0.564409283141E-04                     
+AS G17  2009  4  1  3 55  0.000000  1    0.523927953436E-04                     
+AS G12  2009  4  1  3 55  0.000000  1   -0.299659022939E-03                     
+AS G15  2009  4  1  3 55  0.000000  1   -0.275878595260E-03                     
+AS G29  2009  4  1  3 55  0.000000  1    0.473535772048E-05                     
+AS G07  2009  4  1  3 55  0.000000  1    0.209941722168E-04                     
+AS R02  2009  4  1  3 55  0.000000  1    0.207442287008E-04                     
+AS R03  2009  4  1  3 55  0.000000  1   -0.341964131570E-04                     
+AS R04  2009  4  1  3 55  0.000000  1    0.640224240679E-04                     
+AS R06  2009  4  1  3 55  0.000000  1   -0.169224359048E-03                     
+AS R07  2009  4  1  3 55  0.000000  1   -0.892629937747E-04                     
+AS R08  2009  4  1  3 55  0.000000  1   -0.102023241420E-03                     
+AS R10  2009  4  1  3 55  0.000000  1   -0.140856254731E-03                     
+AS R11  2009  4  1  3 55  0.000000  1   -0.925998932751E-04                     
+AS R13  2009  4  1  3 55  0.000000  1   -0.230610030576E-03                     
+AS R14  2009  4  1  3 55  0.000000  1   -0.796988209434E-04                     
+AS R15  2009  4  1  3 55  0.000000  1    0.920798003043E-04                     
+AS R17  2009  4  1  3 55  0.000000  1   -0.261235420482E-03                     
+AS R18  2009  4  1  3 55  0.000000  1   -0.133770716175E-05                     
+AS R19  2009  4  1  3 55  0.000000  1   -0.893926805155E-04                     
+AS R20  2009  4  1  3 55  0.000000  1   -0.650081308890E-04                     
+AS R21  2009  4  1  3 55  0.000000  1   -0.143304101691E-03                     
+AS R22  2009  4  1  3 55  0.000000  1   -0.201498409844E-03                     
+AS R23  2009  4  1  3 55  0.000000  1   -0.200456607074E-03                     
+AR ALGO 2009  4  1  3 55  0.000000  1    0.805163377052E-04                     
+AR ALIC 2009  4  1  3 55  0.000000  1    0.133691387811E-07                     
+AR AMC2 2009  4  1  3 55  0.000000  1    0.120620654880E-08                     
+AR ANKR 2009  4  1  3 55  0.000000  1    0.419986441090E-03                     
+AR ARTU 2009  4  1  3 55  0.000000  1   -0.529875770635E-07                     
+AR ASPA 2009  4  1  3 55  0.000000  1    0.150419708081E-07                     
+AR BHR1 2009  4  1  3 55  0.000000  1    0.563382997408E-03                     
+AR BARH 2009  4  1  3 55  0.000000  1    0.117931119430E-09                     
+AR BJFS 2009  4  1  3 55  0.000000  1   -0.614140550216E-07                     
+AR BOGT 2009  4  1  3 55  0.000000  1   -0.493721204535E-07                     
+AR BRMU 2009  4  1  3 55  0.000000  1   -0.244002696057E-03                     
+AR CAGZ 2009  4  1  3 55  0.000000  1    0.922342114567E-04                     
+AR CAS1 2009  4  1  3 55  0.000000  1   -0.981165846976E-09                     
+AR CHAT 2009  4  1  3 55  0.000000  1   -0.632788184615E-07                     
+AR CHPI 2009  4  1  3 55  0.000000  1   -0.580918026520E-07                     
+AR COCO 2009  4  1  3 55  0.000000  1    0.227655596490E-03                     
+AR CONZ 2009  4  1  3 55  0.000000  1    0.350714972968E-03                     
+AR CRAR 2009  4  1  3 55  0.000000  1    0.353080854132E-03                     
+AR CRO1 2009  4  1  3 55  0.000000  1    0.665102701819E-03                     
+AR DAEJ 2009  4  1  3 55  0.000000  1   -0.196608732213E-03                     
+AR DARW 2009  4  1  3 55  0.000000  1   -0.604859713148E-08                     
+AR DGAR 2009  4  1  3 55  0.000000  1   -0.804305954535E-07                     
+AR DRAO 2009  4  1  3 55  0.000000  1    0.110805905535E-03                     
+AR FAA1 2009  4  1  3 55  0.000000  1   -0.292776461036E-07                     
+AR FAIR 2009  4  1  3 55  0.000000  1   -0.575190760010E-07                     
+AR GLPS 2009  4  1  3 55  0.000000  1   -0.596869748436E-07                     
+AR GUAM 2009  4  1  3 55  0.000000  1   -0.855996986041E-07                     
+AR GUAT 2009  4  1  3 55  0.000000  1    0.484501548564E-08                     
+AR HOB2 2009  4  1  3 55  0.000000  1    0.857246795207E-07                     
+AR HOFN 2009  4  1  3 55  0.000000  1   -0.162152876957E-03                     
+AR HOLM 2009  4  1  3 55  0.000000  1   -0.508860250584E-07                     
+AR HRAO 2009  4  1  3 55  0.000000  1    0.849456209442E-03                     
+AR HYDE 2009  4  1  3 55  0.000000  1   -0.722271581759E-08                     
+AR IRKJ 2009  4  1  3 55  0.000000  1    0.163747548946E-03                     
+AR ISPA 2009  4  1  3 55  0.000000  1   -0.508265099471E-07                     
+AR KARR 2009  4  1  3 55  0.000000  1   -0.660105064961E-07                     
+AR KERG 2009  4  1  3 55  0.000000  1    0.816992171133E-03                     
+AR KHAJ 2009  4  1  3 55  0.000000  1   -0.150791319436E-05                     
+AR KIR0 2009  4  1  3 55  0.000000  1    0.283777365505E-03                     
+AR KIRU 2009  4  1  3 55  0.000000  1    0.591414082541E-03                     
+AR KIT3 2009  4  1  3 55  0.000000  1    0.166202863540E-07                     
+AR KOUR 2009  4  1  3 55  0.000000  1    0.125013489773E-03                     
+AR KUNM 2009  4  1  3 55  0.000000  1   -0.334870458305E-07                     
+AR LHAZ 2009  4  1  3 55  0.000000  1    0.354507757997E-03                     
+AR MAL2 2009  4  1  3 55  0.000000  1   -0.915308282009E-08                     
+AR MAS1 2009  4  1  3 55  0.000000  1   -0.101615267985E-03                     
+AR MAW1 2009  4  1  3 55  0.000000  1    0.381426466201E-08                     
+AR MCIL 2009  4  1  3 55  0.000000  1    0.303331775083E-07                     
+AR MCM4 2009  4  1  3 55  0.000000  1   -0.668341233846E-07                     
+AR MDO1 2009  4  1  3 55  0.000000  1   -0.405947605981E-07                     
+AR MDVJ 2009  4  1  3 55  0.000000  1    0.438553105815E-03                     
+AR MKEA 2009  4  1  3 55  0.000000  1   -0.716634447381E-07                     
+AR MOBS 2009  4  1  3 55  0.000000  1    0.596664144653E-08                     
+AR NANO 2009  4  1  3 55  0.000000  1   -0.238916201625E-08                     
+AR NLIB 2009  4  1  3 55  0.000000  1   -0.117487720800E-06                     
+AR NNOR 2009  4  1  3 55  0.000000  1    0.365795834796E-03                     
+AR NRC1 2009  4  1  3 55  0.000000  1   -0.448848282319E-05                     
+AR NRIL 2009  4  1  3 55  0.000000  1   -0.469966376177E-07                     
+AR NRMD 2009  4  1  3 55  0.000000  1    0.323166299470E-07                     
+AR NTUS 2009  4  1  3 55  0.000000  1   -0.441520428893E-08                     
+AR NYAL 2009  4  1  3 55  0.000000  1    0.928277980023E-07                     
+AR OHI3 2009  4  1  3 55  0.000000  1    0.306385644097E-03                     
+AR ONSA 2009  4  1  3 55  0.000000  1   -0.324739431961E-04                     
+AR PDEL 2009  4  1  3 55  0.000000  1    0.167713291296E-08                     
+AR PERT 2009  4  1  3 55  0.000000  1   -0.688660045235E-07                     
+AR PETP 2009  4  1  3 55  0.000000  1   -0.672528372137E-07                     
+AR PIMO 2009  4  1  3 55  0.000000  1   -0.753418906818E-07                     
+AR QAQ1 2009  4  1  3 55  0.000000  1   -0.605516983118E-07                     
+AR QUIN 2009  4  1  3 55  0.000000  1   -0.559181023030E-07                     
+AR RABT 2009  4  1  3 55  0.000000  1   -0.470447600406E-07                     
+AR RCMN 2009  4  1  3 55  0.000000  1    0.566820421140E-08                     
+AR REDU 2009  4  1  3 55  0.000000  1   -0.420546740264E-07                     
+AR REUN 2009  4  1  3 55  0.000000  1    0.207090771332E-07                     
+AR REYK 2009  4  1  3 55  0.000000  1   -0.449201404638E-04                     
+AR SCH2 2009  4  1  3 55  0.000000  1    0.187467619422E-03                     
+AR SCUB 2009  4  1  3 55  0.000000  1   -0.675827964817E-07                     
+AR STJO 2009  4  1  3 55  0.000000  1   -0.701254146039E-05                     
+AR SYDN 2009  4  1  3 55  0.000000  1    0.141104687669E-05                     
+AR SYOG 2009  4  1  3 55  0.000000  1    0.140048886692E-04                     
+AR THU2 2009  4  1  3 55  0.000000  1   -0.335553041105E-03                     
+AR TOW2 2009  4  1  3 55  0.000000  1    0.178035085710E-08                     
+AR URUM 2009  4  1  3 55  0.000000  1    0.111448426785E-03                     
+AR VESL 2009  4  1  3 55  0.000000  1   -0.918806490831E-04                     
+AR VILL 2009  4  1  3 55  0.000000  1   -0.599296267526E-07                     
+AR WTZR 2009  4  1  3 55  0.000000  1    0.441558089160E-07                     
+AR WUHN 2009  4  1  3 55  0.000000  1   -0.674296186723E-07                     
+AR YSSK 2009  4  1  3 55  0.000000  1   -0.802476702785E-07                     
+AR ZIM2 2009  4  1  3 55  0.000000  1    0.291472428302E-07                     
+AR XMIS 2009  4  1  3 55  0.000000  1   -0.564984905485E-08                     
+AR GODZ 2009  4  1  3 55  0.000000  1   -0.469123602416E-03                     
+AR MTKA 2009  4  1  3 55  0.000000  1   -0.809604302874E-07                     
+AR PARK 2009  4  1  3 55  0.000000  1    0.803619954063E-06                     
+AR UNBJ 2009  4  1  3 55  0.000000  1    0.189608196671E-03                     
+AR NOVM 2009  4  1  3 55  0.000000  1    0.798332416899E-04                     
+AR SUNM 2009  4  1  3 55  0.000000  1   -0.478206029993E-03                     
+AR CEBR 2009  4  1  3 55  0.000000  1    0.719432237229E-03                     
+AR CPXF 2009  4  1  3 55  0.000000  1   -0.278608224600E-08                     
+AR IDDR 2009  4  1  3 55  0.000000  1    0.453507498452E-08                     
+AR AZGB 2009  4  1  3 55  0.000000  1   -0.210932661562E-03                     
+AR TN22 2009  4  1  3 55  0.000000  1   -0.112009992519E-03                     
+AR ETAD 2009  4  1  3 55  0.000000  1    0.282940754147E-07                     
+AR ILHA 2009  4  1  3 55  0.000000  1   -0.125591948502E-08                     
+AR POVE 2009  4  1  3 55  0.000000  1   -0.102142663254E-07                     
+AR RECF 2009  4  1  3 55  0.000000  1    0.196283493181E-07                     
+AR SALU 2009  4  1  3 55  0.000000  1    0.196359398321E-07                     
+AR SAVO 2009  4  1  3 55  0.000000  1    0.233330887059E-07                     
+AR UFPR 2009  4  1  3 55  0.000000  1    0.202969588739E-07                     
+AR YELL 2009  4  1  3 55  0.000000  1    0.236484000000E-06                     
+AS G32  2009  4  1  4  0  0.000000  1    0.280316638371E-03                     
+AS G24  2009  4  1  4  0  0.000000  1    0.177747614548E-03                     
+AS G25  2009  4  1  4  0  0.000000  1    0.333900696278E-03                     
+AS G26  2009  4  1  4  0  0.000000  1    0.543946930419E-04                     
+AS G27  2009  4  1  4  0  0.000000  1    0.370413166593E-04                     
+AS G30  2009  4  1  4  0  0.000000  1    0.136185553471E-03                     
+AS G03  2009  4  1  4  0  0.000000  1    0.373319002829E-03                     
+AS G04  2009  4  1  4  0  0.000000  1   -0.342821886847E-04                     
+AS G06  2009  4  1  4  0  0.000000  1    0.596988992857E-04                     
+AS G08  2009  4  1  4  0  0.000000  1   -0.196500361414E-03                     
+AS G09  2009  4  1  4  0  0.000000  1    0.483994550654E-04                     
+AS G10  2009  4  1  4  0  0.000000  1   -0.136068275666E-04                     
+AS G14  2009  4  1  4  0  0.000000  1   -0.132558636723E-03                     
+AS G13  2009  4  1  4  0  0.000000  1    0.293231743081E-03                     
+AS G28  2009  4  1  4  0  0.000000  1   -0.238273715078E-04                     
+AS G21  2009  4  1  4  0  0.000000  1    0.215807220422E-04                     
+AS G11  2009  4  1  4  0  0.000000  1    0.278734963512E-05                     
+AS G22  2009  4  1  4  0  0.000000  1    0.202445375134E-03                     
+AS G20  2009  4  1  4  0  0.000000  1    0.865874019375E-04                     
+AS G18  2009  4  1  4  0  0.000000  1   -0.696216834491E-04                     
+AS G16  2009  4  1  4  0  0.000000  1    0.630861941093E-04                     
+AS G19  2009  4  1  4  0  0.000000  1    0.293821895079E-04                     
+AS G23  2009  4  1  4  0  0.000000  1    0.388976187723E-03                     
+AS G02  2009  4  1  4  0  0.000000  1    0.153943439270E-03                     
+AS G31  2009  4  1  4  0  0.000000  1   -0.564413592160E-04                     
+AS G17  2009  4  1  4  0  0.000000  1    0.523932292841E-04                     
+AS G12  2009  4  1  4  0  0.000000  1   -0.299657621736E-03                     
+AS G15  2009  4  1  4  0  0.000000  1   -0.275879828176E-03                     
+AS G29  2009  4  1  4  0  0.000000  1    0.473655159557E-05                     
+AS G07  2009  4  1  4  0  0.000000  1    0.209939126273E-04                     
+AS R02  2009  4  1  4  0  0.000000  1    0.207433550455E-04                     
+AS R03  2009  4  1  4  0  0.000000  1   -0.341976446839E-04                     
+AS R04  2009  4  1  4  0  0.000000  1    0.640203179963E-04                     
+AS R06  2009  4  1  4  0  0.000000  1   -0.169224008187E-03                     
+AS R07  2009  4  1  4  0  0.000000  1   -0.892618685574E-04                     
+AS R08  2009  4  1  4  0  0.000000  1   -0.102023018919E-03                     
+AS R10  2009  4  1  4  0  0.000000  1   -0.140856067652E-03                     
+AS R11  2009  4  1  4  0  0.000000  1   -0.926002731934E-04                     
+AS R13  2009  4  1  4  0  0.000000  1   -0.230610244584E-03                     
+AS R14  2009  4  1  4  0  0.000000  1   -0.796978250828E-04                     
+AS R15  2009  4  1  4  0  0.000000  1    0.920798155127E-04                     
+AS R17  2009  4  1  4  0  0.000000  1   -0.261235801234E-03                     
+AS R18  2009  4  1  4  0  0.000000  1   -0.133763149360E-05                     
+AS R19  2009  4  1  4  0  0.000000  1   -0.893929196953E-04                     
+AS R20  2009  4  1  4  0  0.000000  1   -0.650083422374E-04                     
+AS R21  2009  4  1  4  0  0.000000  1   -0.143304491199E-03                     
+AS R22  2009  4  1  4  0  0.000000  1   -0.201499299876E-03                     
+AS R23  2009  4  1  4  0  0.000000  1   -0.200454953529E-03                     
+AR ALGO 2009  4  1  4  0  0.000000  1    0.805203682036E-04                     
+AR ALIC 2009  4  1  4  0  0.000000  1    0.126716276711E-07                     
+AR AMC2 2009  4  1  4  0  0.000000  1    0.121225618722E-08                     
+AR ANKR 2009  4  1  4  0  0.000000  1    0.495875434068E-03                     
+AR ARTU 2009  4  1  4  0  0.000000  1   -0.507339512523E-07                     
+AR ASPA 2009  4  1  4  0  0.000000  1    0.150892050771E-07                     
+AR BHR1 2009  4  1  4  0  0.000000  1    0.563382892028E-03                     
+AR BARH 2009  4  1  4  0  0.000000  1    0.226822596133E-08                     
+AR BJFS 2009  4  1  4  0  0.000000  1   -0.611855240644E-07                     
+AR BOGT 2009  4  1  4  0  0.000000  1   -0.487027901985E-07                     
+AR BRMU 2009  4  1  4  0  0.000000  1    0.249772497596E-03                     
+AR CAGZ 2009  4  1  4  0  0.000000  1    0.315694229113E-03                     
+AR CAS1 2009  4  1  4  0  0.000000  1    0.120555608283E-08                     
+AR CHAT 2009  4  1  4  0  0.000000  1   -0.621820579706E-07                     
+AR CHPI 2009  4  1  4  0  0.000000  1   -0.556223978304E-07                     
+AR COCO 2009  4  1  4  0  0.000000  1    0.227654738556E-03                     
+AR CONZ 2009  4  1  4  0  0.000000  1    0.218411355582E-03                     
+AR CRAR 2009  4  1  4  0  0.000000  1    0.327935540698E-03                     
+AR CRO1 2009  4  1  4  0  0.000000  1    0.665102735471E-03                     
+AR DAEJ 2009  4  1  4  0  0.000000  1   -0.196607737689E-03                     
+AR DARW 2009  4  1  4  0  0.000000  1   -0.459701796772E-08                     
+AR DGAR 2009  4  1  4  0  0.000000  1   -0.791359095055E-07                     
+AR DRAO 2009  4  1  4  0  0.000000  1    0.110842635054E-03                     
+AR FAA1 2009  4  1  4  0  0.000000  1   -0.290502074993E-07                     
+AR FAIR 2009  4  1  4  0  0.000000  1   -0.551970781962E-07                     
+AR GLPS 2009  4  1  4  0  0.000000  1   -0.586404818725E-07                     
+AR GUAM 2009  4  1  4  0  0.000000  1   -0.837433093985E-07                     
+AR GUAT 2009  4  1  4  0  0.000000  1    0.594076360680E-08                     
+AR HOB2 2009  4  1  4  0  0.000000  1    0.857391506303E-07                     
+AR HOFN 2009  4  1  4  0  0.000000  1   -0.840639316656E-04                     
+AR HOLM 2009  4  1  4  0  0.000000  1   -0.521945012275E-07                     
+AR HRAO 2009  4  1  4  0  0.000000  1    0.849456286236E-03                     
+AR HYDE 2009  4  1  4  0  0.000000  1   -0.456256884104E-08                     
+AR IRKJ 2009  4  1  4  0  0.000000  1    0.163747525744E-03                     
+AR ISPA 2009  4  1  4  0  0.000000  1   -0.521691356224E-07                     
+AR KARR 2009  4  1  4  0  0.000000  1   -0.635368035376E-07                     
+AR KERG 2009  4  1  4  0  0.000000  1    0.816998777775E-03                     
+AR KHAJ 2009  4  1  4  0  0.000000  1   -0.150789873251E-05                     
+AR KIR0 2009  4  1  4  0  0.000000  1    0.283770482720E-03                     
+AR KIRU 2009  4  1  4  0  0.000000  1    0.591410326598E-03                     
+AR KIT3 2009  4  1  4  0  0.000000  1    0.413902266749E-09                     
+AR KOUR 2009  4  1  4  0  0.000000  1    0.125013512771E-03                     
+AR KUNM 2009  4  1  4  0  0.000000  1   -0.468445464502E-07                     
+AR LHAZ 2009  4  1  4  0  0.000000  1    0.333782232045E-03                     
+AR MAL2 2009  4  1  4  0  0.000000  1   -0.801888220490E-08                     
+AR MAS1 2009  4  1  4  0  0.000000  1   -0.101615157930E-03                     
+AR MAW1 2009  4  1  4  0  0.000000  1    0.232724598974E-08                     
+AR MCIL 2009  4  1  4  0  0.000000  1    0.314696541483E-07                     
+AR MCM4 2009  4  1  4  0  0.000000  1   -0.675605543054E-07                     
+AR MDO1 2009  4  1  4  0  0.000000  1   -0.397304425481E-07                     
+AR MDVJ 2009  4  1  4  0  0.000000  1    0.438553133377E-03                     
+AR MKEA 2009  4  1  4  0  0.000000  1   -0.749151667438E-07                     
+AR MOBS 2009  4  1  4  0  0.000000  1    0.586615463827E-08                     
+AR NANO 2009  4  1  4  0  0.000000  1   -0.354660511553E-08                     
+AR NLIB 2009  4  1  4  0  0.000000  1   -0.117489085975E-06                     
+AR NNOR 2009  4  1  4  0  0.000000  1    0.365796389592E-03                     
+AR NRC1 2009  4  1  4  0  0.000000  1   -0.448849556634E-05                     
+AR NRIL 2009  4  1  4  0  0.000000  1   -0.470193632686E-07                     
+AR NRMD 2009  4  1  4  0  0.000000  1    0.304804366966E-07                     
+AR NTUS 2009  4  1  4  0  0.000000  1   -0.922447230118E-08                     
+AR NYAL 2009  4  1  4  0  0.000000  1    0.928521672247E-07                     
+AR OHI3 2009  4  1  4  0  0.000000  1    0.398657271219E-03                     
+AR ONSA 2009  4  1  4  0  0.000000  1   -0.324739772774E-04                     
+AR PDEL 2009  4  1  4  0  0.000000  1    0.273755968562E-08                     
+AR PERT 2009  4  1  4  0  0.000000  1   -0.694954430454E-07                     
+AR PETP 2009  4  1  4  0  0.000000  1   -0.675001032496E-07                     
+AR PIMO 2009  4  1  4  0  0.000000  1   -0.761612920015E-07                     
+AR QAQ1 2009  4  1  4  0  0.000000  1   -0.617522590774E-07                     
+AR QUIN 2009  4  1  4  0  0.000000  1   -0.554424639950E-07                     
+AR RABT 2009  4  1  4  0  0.000000  1   -0.437959973081E-07                     
+AR RCMN 2009  4  1  4  0  0.000000  1    0.546267494464E-08                     
+AR REDU 2009  4  1  4  0  0.000000  1   -0.429548073425E-07                     
+AR REUN 2009  4  1  4  0  0.000000  1    0.199831841481E-07                     
+AR REYK 2009  4  1  4  0  0.000000  1   -0.253616522346E-04                     
+AR SCH2 2009  4  1  4  0  0.000000  1    0.187482464894E-03                     
+AR SCUB 2009  4  1  4  0  0.000000  1   -0.660763097382E-07                     
+AR STJO 2009  4  1  4  0  0.000000  1   -0.701283402604E-05                     
+AR SYDN 2009  4  1  4  0  0.000000  1    0.141118879798E-05                     
+AR SYOG 2009  4  1  4  0  0.000000  1    0.140044415127E-04                     
+AR THU2 2009  4  1  4  0  0.000000  1   -0.337555139875E-03                     
+AR TOW2 2009  4  1  4  0  0.000000  1    0.207053191129E-08                     
+AR URUM 2009  4  1  4  0  0.000000  1    0.401374161649E-04                     
+AR VESL 2009  4  1  4  0  0.000000  1   -0.540898613495E-04                     
+AR VILL 2009  4  1  4  0  0.000000  1   -0.545947178421E-07                     
+AR WTZR 2009  4  1  4  0  0.000000  1    0.441221928692E-07                     
+AR WUHN 2009  4  1  4  0  0.000000  1   -0.665468236014E-07                     
+AR YSSK 2009  4  1  4  0  0.000000  1   -0.807269095356E-07                     
+AR ZIM2 2009  4  1  4  0  0.000000  1    0.294752902898E-07                     
+AR XMIS 2009  4  1  4  0  0.000000  1   -0.478199020635E-09                     
+AR GODZ 2009  4  1  4  0  0.000000  1   -0.469123555008E-03                     
+AR MTKA 2009  4  1  4  0  0.000000  1   -0.894517013676E-07                     
+AR PARK 2009  4  1  4  0  0.000000  1    0.803662114765E-06                     
+AR UNBJ 2009  4  1  4  0  0.000000  1    0.118040344918E-03                     
+AR NOVM 2009  4  1  4  0  0.000000  1    0.798332150604E-04                     
+AR SUNM 2009  4  1  4  0  0.000000  1    0.365196485020E-03                     
+AR CEBR 2009  4  1  4  0  0.000000  1    0.719432242874E-03                     
+AR CPXF 2009  4  1  4  0  0.000000  1   -0.368058025953E-08                     
+AR IDDR 2009  4  1  4  0  0.000000  1    0.344511157621E-08                     
+AR AZGB 2009  4  1  4  0  0.000000  1   -0.350237272338E-03                     
+AR TN22 2009  4  1  4  0  0.000000  1   -0.187808283762E-03                     
+AR ETAD 2009  4  1  4  0  0.000000  1    0.301547795221E-07                     
+AR ILHA 2009  4  1  4  0  0.000000  1    0.905198835747E-09                     
+AR POVE 2009  4  1  4  0  0.000000  1   -0.976964204621E-08                     
+AR RECF 2009  4  1  4  0  0.000000  1    0.202599811174E-07                     
+AR SALU 2009  4  1  4  0  0.000000  1    0.184360751247E-07                     
+AR SAVO 2009  4  1  4  0  0.000000  1    0.229074478155E-07                     
+AR UFPR 2009  4  1  4  0  0.000000  1    0.181907350422E-07                     
+AR YELL 2009  4  1  4  0  0.000000  1    0.236554000000E-06                     
+AS G32  2009  4  1  4  5  0.000000  1    0.280315225425E-03                     
+AS G24  2009  4  1  4  5  0.000000  1    0.177748737883E-03                     
+AS G25  2009  4  1  4  5  0.000000  1    0.333907227869E-03                     
+AS G26  2009  4  1  4  5  0.000000  1    0.543950154441E-04                     
+AS G27  2009  4  1  4  5  0.000000  1    0.370424025106E-04                     
+AS G30  2009  4  1  4  5  0.000000  1    0.136185390596E-03                     
+AS G03  2009  4  1  4  5  0.000000  1    0.373320984060E-03                     
+AS G04  2009  4  1  4  5  0.000000  1   -0.342865535072E-04                     
+AS G06  2009  4  1  4  5  0.000000  1    0.597044023934E-04                     
+AS G08  2009  4  1  4  5  0.000000  1   -0.196500756189E-03                     
+AS G09  2009  4  1  4  5  0.000000  1    0.483998468195E-04                     
+AS G10  2009  4  1  4  5  0.000000  1   -0.136065767390E-04                     
+AS G14  2009  4  1  4  5  0.000000  1   -0.132556728440E-03                     
+AS G13  2009  4  1  4  5  0.000000  1    0.293232331374E-03                     
+AS G28  2009  4  1  4  5  0.000000  1   -0.238274057315E-04                     
+AS G21  2009  4  1  4  5  0.000000  1    0.215801931678E-04                     
+AS G11  2009  4  1  4  5  0.000000  1    0.278694843576E-05                     
+AS G22  2009  4  1  4  5  0.000000  1    0.202444823407E-03                     
+AS G20  2009  4  1  4  5  0.000000  1    0.865871750811E-04                     
+AS G18  2009  4  1  4  5  0.000000  1   -0.696206657249E-04                     
+AS G16  2009  4  1  4  5  0.000000  1    0.630852312400E-04                     
+AS G19  2009  4  1  4  5  0.000000  1    0.293820515256E-04                     
+AS G23  2009  4  1  4  5  0.000000  1    0.388976289971E-03                     
+AS G02  2009  4  1  4  5  0.000000  1    0.153943320433E-03                     
+AS G31  2009  4  1  4  5  0.000000  1   -0.564417006053E-04                     
+AS G17  2009  4  1  4  5  0.000000  1    0.523936513295E-04                     
+AS G12  2009  4  1  4  5  0.000000  1   -0.299656326024E-03                     
+AS G15  2009  4  1  4  5  0.000000  1   -0.275881330451E-03                     
+AS G29  2009  4  1  4  5  0.000000  1    0.473779478561E-05                     
+AS G07  2009  4  1  4  5  0.000000  1    0.209938295961E-04                     
+AS R02  2009  4  1  4  5  0.000000  1    0.207423883778E-04                     
+AS R03  2009  4  1  4  5  0.000000  1   -0.341992669020E-04                     
+AS R04  2009  4  1  4  5  0.000000  1    0.640184017053E-04                     
+AS R06  2009  4  1  4  5  0.000000  1   -0.169223416257E-03                     
+AS R07  2009  4  1  4  5  0.000000  1   -0.892607821459E-04                     
+AS R08  2009  4  1  4  5  0.000000  1   -0.102022802039E-03                     
+AS R10  2009  4  1  4  5  0.000000  1   -0.140856109093E-03                     
+AS R11  2009  4  1  4  5  0.000000  1   -0.926008072675E-04                     
+AS R13  2009  4  1  4  5  0.000000  1   -0.230610761318E-03                     
+AS R14  2009  4  1  4  5  0.000000  1   -0.796968190163E-04                     
+AS R15  2009  4  1  4  5  0.000000  1    0.920805326842E-04                     
+AS R17  2009  4  1  4  5  0.000000  1   -0.261236228072E-03                     
+AS R18  2009  4  1  4  5  0.000000  1   -0.133779010151E-05                     
+AS R19  2009  4  1  4  5  0.000000  1   -0.893932226944E-04                     
+AS R20  2009  4  1  4  5  0.000000  1   -0.650080003298E-04                     
+AS R21  2009  4  1  4  5  0.000000  1   -0.143304819416E-03                     
+AS R22  2009  4  1  4  5  0.000000  1   -0.201500283289E-03                     
+AS R23  2009  4  1  4  5  0.000000  1   -0.200453319460E-03                     
+AR ALGO 2009  4  1  4  5  0.000000  1    0.805244205791E-04                     
+AR ALIC 2009  4  1  4  5  0.000000  1    0.140697735807E-07                     
+AR AMC2 2009  4  1  4  5  0.000000  1    0.121545900981E-08                     
+AR ANKR 2009  4  1  4  5  0.000000  1   -0.428301838009E-03                     
+AR ARTU 2009  4  1  4  5  0.000000  1   -0.482792966126E-07                     
+AR ASPA 2009  4  1  4  5  0.000000  1    0.135522275110E-07                     
+AR BHR1 2009  4  1  4  5  0.000000  1    0.563382897514E-03                     
+AR BARH 2009  4  1  4  5  0.000000  1    0.106824605229E-08                     
+AR BJFS 2009  4  1  4  5  0.000000  1   -0.592930063713E-07                     
+AR BOGT 2009  4  1  4  5  0.000000  1   -0.497321609718E-07                     
+AR BRMU 2009  4  1  4  5  0.000000  1   -0.256253540271E-03                     
+AR CAGZ 2009  4  1  4  5  0.000000  1   -0.460811362561E-03                     
+AR CAS1 2009  4  1  4  5  0.000000  1    0.746514520000E-09                     
+AR CHAT 2009  4  1  4  5  0.000000  1   -0.636310284162E-07                     
+AR CHPI 2009  4  1  4  5  0.000000  1   -0.561478365171E-07                     
+AR COCO 2009  4  1  4  5  0.000000  1    0.227653801621E-03                     
+AR CONZ 2009  4  1  4  5  0.000000  1    0.857236361146E-04                     
+AR CRAR 2009  4  1  4  5  0.000000  1    0.302778289735E-03                     
+AR CRO1 2009  4  1  4  5  0.000000  1    0.665102717173E-03                     
+AR DAEJ 2009  4  1  4  5  0.000000  1   -0.196606760336E-03                     
+AR DARW 2009  4  1  4  5  0.000000  1   -0.835998180453E-09                     
+AR DGAR 2009  4  1  4  5  0.000000  1   -0.780594915446E-07                     
+AR DRAO 2009  4  1  4  5  0.000000  1    0.110879296372E-03                     
+AR FAA1 2009  4  1  4  5  0.000000  1   -0.299362734811E-07                     
+AR FAIR 2009  4  1  4  5  0.000000  1   -0.563953912416E-07                     
+AR GLPS 2009  4  1  4  5  0.000000  1   -0.593811711374E-07                     
+AR GUAM 2009  4  1  4  5  0.000000  1   -0.820602712547E-07                     
+AR GUAT 2009  4  1  4  5  0.000000  1    0.631817491954E-08                     
+AR HOB2 2009  4  1  4  5  0.000000  1    0.857529110884E-07                     
+AR HOFN 2009  4  1  4  5  0.000000  1   -0.597541763492E-05                     
+AR HOLM 2009  4  1  4  5  0.000000  1   -0.495916962883E-07                     
+AR HRAO 2009  4  1  4  5  0.000000  1    0.849456367446E-03                     
+AR HYDE 2009  4  1  4  5  0.000000  1   -0.100825130376E-08                     
+AR IRKJ 2009  4  1  4  5  0.000000  1    0.163747453003E-03                     
+AR ISPA 2009  4  1  4  5  0.000000  1   -0.540823804010E-07                     
+AR KARR 2009  4  1  4  5  0.000000  1   -0.620298574649E-07                     
+AR KERG 2009  4  1  4  5  0.000000  1    0.817005049036E-03                     
+AR KHAJ 2009  4  1  4  5  0.000000  1   -0.150791560473E-05                     
+AR KIR0 2009  4  1  4  5  0.000000  1    0.283763602112E-03                     
+AR KIRU 2009  4  1  4  5  0.000000  1    0.591406236762E-03                     
+AR KIT3 2009  4  1  4  5  0.000000  1    0.123042247876E-07                     
+AR KOUR 2009  4  1  4  5  0.000000  1    0.125013501424E-03                     
+AR KUNM 2009  4  1  4  5  0.000000  1   -0.693171847987E-07                     
+AR LHAZ 2009  4  1  4  5  0.000000  1    0.309913013468E-03                     
+AR MAL2 2009  4  1  4  5  0.000000  1   -0.743248434244E-08                     
+AR MAS1 2009  4  1  4  5  0.000000  1   -0.101615201669E-03                     
+AR MAW1 2009  4  1  4  5  0.000000  1    0.451166120355E-08                     
+AR MCIL 2009  4  1  4  5  0.000000  1    0.339444463734E-07                     
+AR MCM4 2009  4  1  4  5  0.000000  1   -0.755403676072E-07                     
+AR MDO1 2009  4  1  4  5  0.000000  1   -0.399587930139E-07                     
+AR MDVJ 2009  4  1  4  5  0.000000  1    0.438553128660E-03                     
+AR MKEA 2009  4  1  4  5  0.000000  1   -0.741129210831E-07                     
+AR MOBS 2009  4  1  4  5  0.000000  1    0.879618775028E-08                     
+AR NANO 2009  4  1  4  5  0.000000  1   -0.247042037963E-08                     
+AR NLIB 2009  4  1  4  5  0.000000  1   -0.117494855267E-06                     
+AR NNOR 2009  4  1  4  5  0.000000  1    0.365796626713E-03                     
+AR NRC1 2009  4  1  4  5  0.000000  1   -0.448845506685E-05                     
+AR NRIL 2009  4  1  4  5  0.000000  1   -0.528363187264E-07                     
+AR NRMD 2009  4  1  4  5  0.000000  1    0.338437654655E-07                     
+AR NTUS 2009  4  1  4  5  0.000000  1   -0.670438051796E-08                     
+AR NYAL 2009  4  1  4  5  0.000000  1    0.928525202841E-07                     
+AR OHI3 2009  4  1  4  5  0.000000  1    0.491129935837E-03                     
+AR ONSA 2009  4  1  4  5  0.000000  1   -0.324740323102E-04                     
+AR PDEL 2009  4  1  4  5  0.000000  1    0.295634816127E-08                     
+AR PERT 2009  4  1  4  5  0.000000  1   -0.664283243353E-07                     
+AR PETP 2009  4  1  4  5  0.000000  1   -0.673795042875E-07                     
+AR PIMO 2009  4  1  4  5  0.000000  1   -0.771861197702E-07                     
+AR QAQ1 2009  4  1  4  5  0.000000  1   -0.494014386390E-07                     
+AR QUIN 2009  4  1  4  5  0.000000  1   -0.549364086060E-07                     
+AR RABT 2009  4  1  4  5  0.000000  1   -0.429923638851E-07                     
+AR RCMN 2009  4  1  4  5  0.000000  1    0.481418432321E-08                     
+AR REDU 2009  4  1  4  5  0.000000  1   -0.466037573075E-07                     
+AR REUN 2009  4  1  4  5  0.000000  1    0.182327173278E-07                     
+AR REYK 2009  4  1  4  5  0.000000  1   -0.506100277528E-05                     
+AR SCH2 2009  4  1  4  5  0.000000  1    0.187497352954E-03                     
+AR SCUB 2009  4  1  4  5  0.000000  1   -0.633689467521E-07                     
+AR STJO 2009  4  1  4  5  0.000000  1   -0.701311708459E-05                     
+AR SYDN 2009  4  1  4  5  0.000000  1    0.141095469586E-05                     
+AR SYOG 2009  4  1  4  5  0.000000  1    0.140046899806E-04                     
+AR THU2 2009  4  1  4  5  0.000000  1   -0.339557161707E-03                     
+AR TOW2 2009  4  1  4  5  0.000000  1    0.264712362743E-09                     
+AR URUM 2009  4  1  4  5  0.000000  1   -0.313696021755E-04                     
+AR VESL 2009  4  1  4  5  0.000000  1   -0.162852287704E-04                     
+AR VILL 2009  4  1  4  5  0.000000  1   -0.538315365987E-07                     
+AR WTZR 2009  4  1  4  5  0.000000  1    0.441073394174E-07                     
+AR WUHN 2009  4  1  4  5  0.000000  1   -0.650043032866E-07                     
+AR YSSK 2009  4  1  4  5  0.000000  1   -0.814529937655E-07                     
+AR ZIM2 2009  4  1  4  5  0.000000  1    0.283458478838E-07                     
+AR XMIS 2009  4  1  4  5  0.000000  1   -0.775757284425E-08                     
+AR GODZ 2009  4  1  4  5  0.000000  1   -0.469123518193E-03                     
+AR MTKA 2009  4  1  4  5  0.000000  1   -0.888713659091E-07                     
+AR PARK 2009  4  1  4  5  0.000000  1    0.803686911189E-06                     
+AR UNBJ 2009  4  1  4  5  0.000000  1    0.463315353749E-04                     
+AR NOVM 2009  4  1  4  5  0.000000  1    0.798331888393E-04                     
+AR SUNM 2009  4  1  4  5  0.000000  1    0.208803684202E-03                     
+AR CEBR 2009  4  1  4  5  0.000000  1    0.719432082234E-03                     
+AR CPXF 2009  4  1  4  5  0.000000  1   -0.327301873924E-08                     
+AR IDDR 2009  4  1  4  5  0.000000  1    0.650563437923E-09                     
+AR AZGB 2009  4  1  4  5  0.000000  1   -0.489624179952E-03                     
+AR TN22 2009  4  1  4  5  0.000000  1   -0.263419120316E-03                     
+AR ETAD 2009  4  1  4  5  0.000000  1    0.276768436768E-07                     
+AR ILHA 2009  4  1  4  5  0.000000  1    0.194525576578E-09                     
+AR POVE 2009  4  1  4  5  0.000000  1   -0.739244138118E-08                     
+AR RECF 2009  4  1  4  5  0.000000  1    0.202178281921E-07                     
+AR SALU 2009  4  1  4  5  0.000000  1    0.259614016166E-07                     
+AR SAVO 2009  4  1  4  5  0.000000  1    0.225786657295E-07                     
+AR UFPR 2009  4  1  4  5  0.000000  1    0.174239387594E-07                     
+AR YELL 2009  4  1  4  5  0.000000  1    0.236625000000E-06                     
+AS G32  2009  4  1  4 10  0.000000  1    0.280313753011E-03                     
+AS G24  2009  4  1  4 10  0.000000  1    0.177749505595E-03                     
+AS G25  2009  4  1  4 10  0.000000  1    0.333913822205E-03                     
+AS G26  2009  4  1  4 10  0.000000  1    0.543956001080E-04                     
+AS G27  2009  4  1  4 10  0.000000  1    0.370429507782E-04                     
+AS G30  2009  4  1  4 10  0.000000  1    0.136186489164E-03                     
+AS G03  2009  4  1  4 10  0.000000  1    0.373322357017E-03                     
+AS G04  2009  4  1  4 10  0.000000  1   -0.342910840364E-04                     
+AS G06  2009  4  1  4 10  0.000000  1    0.597098999525E-04                     
+AS G08  2009  4  1  4 10  0.000000  1   -0.196501733946E-03                     
+AS G09  2009  4  1  4 10  0.000000  1    0.484002395392E-04                     
+AS G10  2009  4  1  4 10  0.000000  1   -0.136067441334E-04                     
+AS G14  2009  4  1  4 10  0.000000  1   -0.132555204218E-03                     
+AS G13  2009  4  1  4 10  0.000000  1    0.293232518226E-03                     
+AS G28  2009  4  1  4 10  0.000000  1   -0.238273742541E-04                     
+AS G21  2009  4  1  4 10  0.000000  1    0.215798891248E-04                     
+AS G11  2009  4  1  4 10  0.000000  1    0.278657487923E-05                     
+AS G22  2009  4  1  4 10  0.000000  1    0.202443917413E-03                     
+AS G20  2009  4  1  4 10  0.000000  1    0.865868259937E-04                     
+AS G18  2009  4  1  4 10  0.000000  1   -0.696199081908E-04                     
+AS G16  2009  4  1  4 10  0.000000  1    0.630841960704E-04                     
+AS G19  2009  4  1  4 10  0.000000  1    0.293815456399E-04                     
+AS G23  2009  4  1  4 10  0.000000  1    0.388976560044E-03                     
+AS G02  2009  4  1  4 10  0.000000  1    0.153943187303E-03                     
+AS G31  2009  4  1  4 10  0.000000  1   -0.564420492476E-04                     
+AS G17  2009  4  1  4 10  0.000000  1    0.523943485120E-04                     
+AS G12  2009  4  1  4 10  0.000000  1   -0.299654962210E-03                     
+AS G15  2009  4  1  4 10  0.000000  1   -0.275882649683E-03                     
+AS G29  2009  4  1  4 10  0.000000  1    0.473907340636E-05                     
+AS G07  2009  4  1  4 10  0.000000  1    0.209937434022E-04                     
+AS R02  2009  4  1  4 10  0.000000  1    0.207412955436E-04                     
+AS R03  2009  4  1  4 10  0.000000  1   -0.341988331918E-04                     
+AS R04  2009  4  1  4 10  0.000000  1    0.640159325985E-04                     
+AS R06  2009  4  1  4 10  0.000000  1   -0.169226362790E-03                     
+AS R07  2009  4  1  4 10  0.000000  1   -0.892601016459E-04                     
+AS R08  2009  4  1  4 10  0.000000  1   -0.102022409828E-03                     
+AS R10  2009  4  1  4 10  0.000000  1   -0.140855491674E-03                     
+AS R11  2009  4  1  4 10  0.000000  1   -0.926013665094E-04                     
+AS R13  2009  4  1  4 10  0.000000  1   -0.230611170168E-03                     
+AS R14  2009  4  1  4 10  0.000000  1   -0.796960634186E-04                     
+AS R15  2009  4  1  4 10  0.000000  1    0.920813465841E-04                     
+AS R17  2009  4  1  4 10  0.000000  1   -0.261236871623E-03                     
+AS R18  2009  4  1  4 10  0.000000  1   -0.133792475549E-05                     
+AS R19  2009  4  1  4 10  0.000000  1   -0.893935362402E-04                     
+AS R20  2009  4  1  4 10  0.000000  1   -0.650077552437E-04                     
+AS R21  2009  4  1  4 10  0.000000  1   -0.143305255215E-03                     
+AS R22  2009  4  1  4 10  0.000000  1   -0.201501093414E-03                     
+AS R23  2009  4  1  4 10  0.000000  1   -0.200452164772E-03                     
+AR ALGO 2009  4  1  4 10  0.000000  1    0.805284541384E-04                     
+AR ALIC 2009  4  1  4 10  0.000000  1    0.103181717320E-07                     
+AR AMC2 2009  4  1  4 10  0.000000  1    0.124073485951E-08                     
+AR ANKR 2009  4  1  4 10  0.000000  1   -0.352546343431E-03                     
+AR ARTU 2009  4  1  4 10  0.000000  1   -0.469216262163E-07                     
+AR ASPA 2009  4  1  4 10  0.000000  1    0.136379815594E-07                     
+AR BHR1 2009  4  1  4 10  0.000000  1    0.563382809397E-03                     
+AR BARH 2009  4  1  4 10  0.000000  1    0.302816418684E-08                     
+AR BJFS 2009  4  1  4 10  0.000000  1   -0.582022317484E-07                     
+AR BOGT 2009  4  1  4 10  0.000000  1   -0.462011698547E-07                     
+AR BRMU 2009  4  1  4 10  0.000000  1    0.238053338227E-03                     
+AR CAGZ 2009  4  1  4 10  0.000000  1   -0.237376709387E-03                     
+AR CAS1 2009  4  1  4 10  0.000000  1   -0.241704296642E-08                     
+AR CHAT 2009  4  1  4 10  0.000000  1   -0.646839898999E-07                     
+AR CHPI 2009  4  1  4 10  0.000000  1   -0.586545496265E-07                     
+AR COCO 2009  4  1  4 10  0.000000  1    0.227652854762E-03                     
+AR CONZ 2009  4  1  4 10  0.000000  1   -0.463475963732E-04                     
+AR CRAR 2009  4  1  4 10  0.000000  1    0.277636115010E-03                     
+AR CRO1 2009  4  1  4 10  0.000000  1    0.665102777202E-03                     
+AR DAEJ 2009  4  1  4 10  0.000000  1   -0.196605648893E-03                     
+AR DARW 2009  4  1  4 10  0.000000  1   -0.348778028089E-08                     
+AR DGAR 2009  4  1  4 10  0.000000  1   -0.771207033424E-07                     
+AR DRAO 2009  4  1  4 10  0.000000  1    0.110916033796E-03                     
+AR FAA1 2009  4  1  4 10  0.000000  1   -0.296794248496E-07                     
+AR FAIR 2009  4  1  4 10  0.000000  1   -0.639689903219E-07                     
+AR GLPS 2009  4  1  4 10  0.000000  1   -0.575466406233E-07                     
+AR GUAM 2009  4  1  4 10  0.000000  1   -0.799141633204E-07                     
+AR GUAT 2009  4  1  4 10  0.000000  1    0.515116085112E-08                     
+AR HOB2 2009  4  1  4 10  0.000000  1    0.857605834429E-07                     
+AR HOFN 2009  4  1  4 10  0.000000  1    0.721450725731E-04                     
+AR HOLM 2009  4  1  4 10  0.000000  1   -0.500391013827E-07                     
+AR HRAO 2009  4  1  4 10  0.000000  1    0.849456447817E-03                     
+AR HYDE 2009  4  1  4 10  0.000000  1   -0.191014063566E-08                     
+AR IRKJ 2009  4  1  4 10  0.000000  1    0.163747557570E-03                     
+AR ISPA 2009  4  1  4 10  0.000000  1   -0.566463673818E-07                     
+AR KARR 2009  4  1  4 10  0.000000  1   -0.589822781425E-07                     
+AR KHAJ 2009  4  1  4 10  0.000000  1   -0.150789334078E-05                     
+AR KIR0 2009  4  1  4 10  0.000000  1    0.283756704250E-03                     
+AR KIRU 2009  4  1  4 10  0.000000  1    0.591401822886E-03                     
+AR KIT3 2009  4  1  4 10  0.000000  1    0.206528875806E-07                     
+AR KOUR 2009  4  1  4 10  0.000000  1    0.125013530575E-03                     
+AR KUNM 2009  4  1  4 10  0.000000  1   -0.540033465423E-07                     
+AR LHAZ 2009  4  1  4 10  0.000000  1    0.283094844336E-03                     
+AR MAL2 2009  4  1  4 10  0.000000  1   -0.774981351694E-08                     
+AR MAS1 2009  4  1  4 10  0.000000  1   -0.101615362109E-03                     
+AR MAW1 2009  4  1  4 10  0.000000  1    0.465928071695E-08                     
+AR MCIL 2009  4  1  4 10  0.000000  1    0.342282028520E-07                     
+AR MCM4 2009  4  1  4 10  0.000000  1   -0.766338994081E-07                     
+AR MDO1 2009  4  1  4 10  0.000000  1   -0.393529599449E-07                     
+AR MDVJ 2009  4  1  4 10  0.000000  1    0.438553138502E-03                     
+AR MKEA 2009  4  1  4 10  0.000000  1   -0.706696772088E-07                     
+AR MOBS 2009  4  1  4 10  0.000000  1    0.566633635743E-08                     
+AR NANO 2009  4  1  4 10  0.000000  1   -0.312766011797E-08                     
+AR NLIB 2009  4  1  4 10  0.000000  1   -0.117484136367E-06                     
+AR NNOR 2009  4  1  4 10  0.000000  1    0.365796633480E-03                     
+AR NRC1 2009  4  1  4 10  0.000000  1   -0.448841458843E-05                     
+AR NRIL 2009  4  1  4 10  0.000000  1   -0.534615403579E-07                     
+AR NRMD 2009  4  1  4 10  0.000000  1    0.316757567713E-07                     
+AR NTUS 2009  4  1  4 10  0.000000  1   -0.718158922401E-08                     
+AR NYAL 2009  4  1  4 10  0.000000  1    0.928666541321E-07                     
+AR OHI3 2009  4  1  4 10  0.000000  1   -0.416168045377E-03                     
+AR ONSA 2009  4  1  4 10  0.000000  1   -0.324740678378E-04                     
+AR PDEL 2009  4  1  4 10  0.000000  1    0.258626062583E-08                     
+AR PERT 2009  4  1  4 10  0.000000  1   -0.675098722539E-07                     
+AR PETP 2009  4  1  4 10  0.000000  1   -0.690417521145E-07                     
+AR PIMO 2009  4  1  4 10  0.000000  1   -0.688573342267E-07                     
+AR QAQ1 2009  4  1  4 10  0.000000  1   -0.499121209250E-07                     
+AR QUIN 2009  4  1  4 10  0.000000  1   -0.552112365245E-07                     
+AR RABT 2009  4  1  4 10  0.000000  1   -0.410186335508E-07                     
+AR RCMN 2009  4  1  4 10  0.000000  1    0.435667773380E-08                     
+AR REDU 2009  4  1  4 10  0.000000  1   -0.486551574848E-07                     
+AR REUN 2009  4  1  4 10  0.000000  1    0.206760001817E-07                     
+AR REYK 2009  4  1  4 10  0.000000  1    0.155521660645E-04                     
+AR SCH2 2009  4  1  4 10  0.000000  1    0.187511878826E-03                     
+AR SCUB 2009  4  1  4 10  0.000000  1   -0.621238677196E-07                     
+AR STJO 2009  4  1  4 10  0.000000  1   -0.701339786105E-05                     
+AR SYDN 2009  4  1  4 10  0.000000  1    0.141064037763E-05                     
+AR SYOG 2009  4  1  4 10  0.000000  1    0.140048154541E-04                     
+AR THU2 2009  4  1  4 10  0.000000  1   -0.341559492625E-03                     
+AR TOW2 2009  4  1  4 10  0.000000  1    0.775462605506E-09                     
+AR URUM 2009  4  1  4 10  0.000000  1   -0.103034323983E-03                     
+AR VESL 2009  4  1  4 10  0.000000  1    0.215488541394E-04                     
+AR VILL 2009  4  1  4 10  0.000000  1   -0.522912209877E-07                     
+AR WTZR 2009  4  1  4 10  0.000000  1    0.441359835753E-07                     
+AR WUHN 2009  4  1  4 10  0.000000  1   -0.631964005519E-07                     
+AR YSSK 2009  4  1  4 10  0.000000  1   -0.809000439659E-07                     
+AR ZIM2 2009  4  1  4 10  0.000000  1    0.282853715422E-07                     
+AR XMIS 2009  4  1  4 10  0.000000  1   -0.896691954982E-08                     
+AR GODZ 2009  4  1  4 10  0.000000  1   -0.469123467991E-03                     
+AR MTKA 2009  4  1  4 10  0.000000  1   -0.743591208414E-07                     
+AR PARK 2009  4  1  4 10  0.000000  1    0.803676851835E-06                     
+AR UNBJ 2009  4  1  4 10  0.000000  1   -0.254806404293E-04                     
+AR SUNM 2009  4  1  4 10  0.000000  1    0.521980755934E-04                     
+AR CEBR 2009  4  1  4 10  0.000000  1    0.719432082172E-03                     
+AR CPXF 2009  4  1  4 10  0.000000  1   -0.322754610517E-08                     
+AR IDDR 2009  4  1  4 10  0.000000  1    0.124057981902E-08                     
+AR AZGB 2009  4  1  4 10  0.000000  1    0.371067153879E-03                     
+AR TN22 2009  4  1  4 10  0.000000  1   -0.339075401430E-03                     
+AR ETAD 2009  4  1  4 10  0.000000  1    0.290454491052E-07                     
+AR ILHA 2009  4  1  4 10  0.000000  1    0.142939855453E-09                     
+AR POVE 2009  4  1  4 10  0.000000  1   -0.672214561005E-08                     
+AR RECF 2009  4  1  4 10  0.000000  1    0.203125664389E-07                     
+AR SALU 2009  4  1  4 10  0.000000  1    0.167577705349E-07                     
+AR SAVO 2009  4  1  4 10  0.000000  1    0.218871755615E-07                     
+AR UFPR 2009  4  1  4 10  0.000000  1    0.165948230950E-07                     
+AR YELL 2009  4  1  4 10  0.000000  1    0.236695000000E-06                     
+AS G32  2009  4  1  4 15  0.000000  1    0.280312375971E-03                     
+AS G24  2009  4  1  4 15  0.000000  1    0.177750746659E-03                     
+AS G25  2009  4  1  4 15  0.000000  1    0.333920467092E-03                     
+AS G26  2009  4  1  4 15  0.000000  1    0.543961765922E-04                     
+AS G27  2009  4  1  4 15  0.000000  1    0.370432084761E-04                     
+AS G30  2009  4  1  4 15  0.000000  1    0.136187271401E-03                     
+AS G03  2009  4  1  4 15  0.000000  1    0.373324029303E-03                     
+AS G04  2009  4  1  4 15  0.000000  1   -0.342951782237E-04                     
+AS G06  2009  4  1  4 15  0.000000  1    0.597153557248E-04                     
+AS G08  2009  4  1  4 15  0.000000  1   -0.196501924051E-03                     
+AS G09  2009  4  1  4 15  0.000000  1    0.484007648573E-04                     
+AS G10  2009  4  1  4 15  0.000000  1   -0.136063001759E-04                     
+AS G14  2009  4  1  4 15  0.000000  1   -0.132553463267E-03                     
+AS G13  2009  4  1  4 15  0.000000  1    0.293232765632E-03                     
+AS G28  2009  4  1  4 15  0.000000  1   -0.238274852687E-04                     
+AS G21  2009  4  1  4 15  0.000000  1    0.215798297765E-04                     
+AS G11  2009  4  1  4 15  0.000000  1    0.278597770034E-05                     
+AS G22  2009  4  1  4 15  0.000000  1    0.202444236957E-03                     
+AS G20  2009  4  1  4 15  0.000000  1    0.865861808591E-04                     
+AS G18  2009  4  1  4 15  0.000000  1   -0.696183694757E-04                     
+AS G16  2009  4  1  4 15  0.000000  1    0.630834949380E-04                     
+AS G19  2009  4  1  4 15  0.000000  1    0.293811949120E-04                     
+AS G23  2009  4  1  4 15  0.000000  1    0.388976709514E-03                     
+AS G02  2009  4  1  4 15  0.000000  1    0.153942972718E-03                     
+AS G31  2009  4  1  4 15  0.000000  1   -0.564424090731E-04                     
+AS G17  2009  4  1  4 15  0.000000  1    0.523949752019E-04                     
+AS G12  2009  4  1  4 15  0.000000  1   -0.299653550984E-03                     
+AS G15  2009  4  1  4 15  0.000000  1   -0.275883700771E-03                     
+AS G29  2009  4  1  4 15  0.000000  1    0.474013532170E-05                     
+AS G07  2009  4  1  4 15  0.000000  1    0.209935145025E-04                     
+AS R02  2009  4  1  4 15  0.000000  1    0.207404951069E-04                     
+AS R03  2009  4  1  4 15  0.000000  1   -0.341987992796E-04                     
+AS R04  2009  4  1  4 15  0.000000  1    0.640127130170E-04                     
+AS R06  2009  4  1  4 15  0.000000  1   -0.169228052105E-03                     
+AS R07  2009  4  1  4 15  0.000000  1   -0.892586602785E-04                     
+AS R08  2009  4  1  4 15  0.000000  1   -0.102022221310E-03                     
+AS R10  2009  4  1  4 15  0.000000  1   -0.140855203877E-03                     
+AS R11  2009  4  1  4 15  0.000000  1   -0.926017269301E-04                     
+AS R13  2009  4  1  4 15  0.000000  1   -0.230611549760E-03                     
+AS R14  2009  4  1  4 15  0.000000  1   -0.796956979822E-04                     
+AS R15  2009  4  1  4 15  0.000000  1    0.920823563119E-04                     
+AS R17  2009  4  1  4 15  0.000000  1   -0.261237303136E-03                     
+AS R18  2009  4  1  4 15  0.000000  1   -0.133781517354E-05                     
+AS R19  2009  4  1  4 15  0.000000  1   -0.893936389155E-04                     
+AS R20  2009  4  1  4 15  0.000000  1   -0.650074394900E-04                     
+AS R21  2009  4  1  4 15  0.000000  1   -0.143305531951E-03                     
+AS R22  2009  4  1  4 15  0.000000  1   -0.201501866252E-03                     
+AS R23  2009  4  1  4 15  0.000000  1   -0.200450559644E-03                     
+AR ALGO 2009  4  1  4 15  0.000000  1    0.805324976069E-04                     
+AR ALIC 2009  4  1  4 15  0.000000  1    0.107693047437E-07                     
+AR AMC2 2009  4  1  4 15  0.000000  1    0.125131814920E-08                     
+AR ANKR 2009  4  1  4 15  0.000000  1   -0.276848169480E-03                     
+AR ARTU 2009  4  1  4 15  0.000000  1   -0.511834063544E-07                     
+AR ASPA 2009  4  1  4 15  0.000000  1    0.125688931445E-07                     
+AR BHR1 2009  4  1  4 15  0.000000  1    0.563382776460E-03                     
+AR BARH 2009  4  1  4 15  0.000000  1    0.573991222061E-08                     
+AR BJFS 2009  4  1  4 15  0.000000  1   -0.586573585719E-07                     
+AR BOGT 2009  4  1  4 15  0.000000  1   -0.476881272947E-07                     
+AR BRMU 2009  4  1  4 15  0.000000  1   -0.267234621791E-03                     
+AR CAGZ 2009  4  1  4 15  0.000000  1   -0.140100777038E-04                     
+AR CAS1 2009  4  1  4 15  0.000000  1    0.110140464455E-08                     
+AR CHAT 2009  4  1  4 15  0.000000  1   -0.653306923271E-07                     
+AR CHPI 2009  4  1  4 15  0.000000  1   -0.551791938183E-07                     
+AR COCO 2009  4  1  4 15  0.000000  1    0.227651960548E-03                     
+AR CONZ 2009  4  1  4 15  0.000000  1   -0.177208543109E-03                     
+AR CRAR 2009  4  1  4 15  0.000000  1    0.252490909472E-03                     
+AR CRO1 2009  4  1  4 15  0.000000  1    0.665102822565E-03                     
+AR DAEJ 2009  4  1  4 15  0.000000  1   -0.196604925192E-03                     
+AR DARW 2009  4  1  4 15  0.000000  1   -0.541113539884E-08                     
+AR DGAR 2009  4  1  4 15  0.000000  1   -0.747490210156E-07                     
+AR DRAO 2009  4  1  4 15  0.000000  1    0.110952841848E-03                     
+AR FAA1 2009  4  1  4 15  0.000000  1   -0.297080980142E-07                     
+AR FAIR 2009  4  1  4 15  0.000000  1   -0.644260073479E-07                     
+AR GLPS 2009  4  1  4 15  0.000000  1   -0.604058069015E-07                     
+AR GUAM 2009  4  1  4 15  0.000000  1   -0.782401536213E-07                     
+AR GUAT 2009  4  1  4 15  0.000000  1    0.458743884683E-08                     
+AR HOB2 2009  4  1  4 15  0.000000  1    0.858037348687E-07                     
+AR HOFN 2009  4  1  4 15  0.000000  1    0.150232547814E-03                     
+AR HOLM 2009  4  1  4 15  0.000000  1   -0.513109316712E-07                     
+AR HRAO 2009  4  1  4 15  0.000000  1    0.849456542573E-03                     
+AR HYDE 2009  4  1  4 15  0.000000  1   -0.149017517583E-09                     
+AR IRKJ 2009  4  1  4 15  0.000000  1    0.163747537865E-03                     
+AR ISPA 2009  4  1  4 15  0.000000  1   -0.683174339916E-07                     
+AR KARR 2009  4  1  4 15  0.000000  1   -0.593583689052E-07                     
+AR KERG 2009  4  1  4 15  0.000000  1    0.817017316811E-03                     
+AR KHAJ 2009  4  1  4 15  0.000000  1   -0.150787805274E-05                     
+AR KIR0 2009  4  1  4 15  0.000000  1    0.283749706306E-03                     
+AR KIRU 2009  4  1  4 15  0.000000  1    0.591397411903E-03                     
+AR KIT3 2009  4  1  4 15  0.000000  1    0.651831775311E-08                     
+AR KOUR 2009  4  1  4 15  0.000000  1    0.125013533647E-03                     
+AR KUNM 2009  4  1  4 15  0.000000  1   -0.362010775051E-07                     
+AR LHAZ 2009  4  1  4 15  0.000000  1    0.253648366909E-03                     
+AR MAL2 2009  4  1  4 15  0.000000  1   -0.119152138709E-07                     
+AR MAS1 2009  4  1  4 15  0.000000  1   -0.101615478541E-03                     
+AR MAW1 2009  4  1  4 15  0.000000  1    0.446972872343E-08                     
+AR MCIL 2009  4  1  4 15  0.000000  1    0.326452069035E-07                     
+AR MCM4 2009  4  1  4 15  0.000000  1   -0.768044398389E-07                     
+AR MDO1 2009  4  1  4 15  0.000000  1   -0.392270002044E-07                     
+AR MDVJ 2009  4  1  4 15  0.000000  1    0.438553146253E-03                     
+AR MKEA 2009  4  1  4 15  0.000000  1   -0.711493990461E-07                     
+AR MOBS 2009  4  1  4 15  0.000000  1    0.377402935301E-08                     
+AR NANO 2009  4  1  4 15  0.000000  1   -0.247415269260E-08                     
+AR NLIB 2009  4  1  4 15  0.000000  1   -0.117472454989E-06                     
+AR NNOR 2009  4  1  4 15  0.000000  1    0.365796471716E-03                     
+AR NRC1 2009  4  1  4 15  0.000000  1   -0.448837754418E-05                     
+AR NRIL 2009  4  1  4 15  0.000000  1   -0.533530974959E-07                     
+AR NRMD 2009  4  1  4 15  0.000000  1    0.365921831849E-07                     
+AR NTUS 2009  4  1  4 15  0.000000  1   -0.716863308154E-08                     
+AR NYAL 2009  4  1  4 15  0.000000  1    0.929023844741E-07                     
+AR OHI3 2009  4  1  4 15  0.000000  1   -0.323330021285E-03                     
+AR ONSA 2009  4  1  4 15  0.000000  1   -0.324740894470E-04                     
+AR PDEL 2009  4  1  4 15  0.000000  1    0.272934420367E-08                     
+AR PERT 2009  4  1  4 15  0.000000  1   -0.664937353722E-07                     
+AR PETP 2009  4  1  4 15  0.000000  1   -0.701267176266E-07                     
+AR PIMO 2009  4  1  4 15  0.000000  1   -0.693851556793E-07                     
+AR QAQ1 2009  4  1  4 15  0.000000  1   -0.554965036850E-07                     
+AR QUIN 2009  4  1  4 15  0.000000  1   -0.554321466487E-07                     
+AR RABT 2009  4  1  4 15  0.000000  1   -0.409813354921E-07                     
+AR RCMN 2009  4  1  4 15  0.000000  1    0.419543789988E-08                     
+AR REDU 2009  4  1  4 15  0.000000  1   -0.518566658005E-07                     
+AR REUN 2009  4  1  4 15  0.000000  1    0.215894670591E-07                     
+AR REYK 2009  4  1  4 15  0.000000  1    0.360517553915E-04                     
+AR SCH2 2009  4  1  4 15  0.000000  1    0.187526706829E-03                     
+AR SCUB 2009  4  1  4 15  0.000000  1   -0.612306671507E-07                     
+AR STJO 2009  4  1  4 15  0.000000  1   -0.701368323189E-05                     
+AR SYDN 2009  4  1  4 15  0.000000  1    0.141058221127E-05                     
+AR SYOG 2009  4  1  4 15  0.000000  1    0.140048358838E-04                     
+AR THU2 2009  4  1  4 15  0.000000  1   -0.343561641262E-03                     
+AR TOW2 2009  4  1  4 15  0.000000  1    0.507970013438E-08                     
+AR URUM 2009  4  1  4 15  0.000000  1   -0.174730569680E-03                     
+AR VESL 2009  4  1  4 15  0.000000  1    0.594290106825E-04                     
+AR VILL 2009  4  1  4 15  0.000000  1   -0.501236246662E-07                     
+AR WTZR 2009  4  1  4 15  0.000000  1    0.441666584111E-07                     
+AR WUHN 2009  4  1  4 15  0.000000  1   -0.696095855287E-07                     
+AR YSSK 2009  4  1  4 15  0.000000  1   -0.828194867489E-07                     
+AR ZIM2 2009  4  1  4 15  0.000000  1    0.283208798401E-07                     
+AR XMIS 2009  4  1  4 15  0.000000  1   -0.948358377127E-08                     
+AR GODZ 2009  4  1  4 15  0.000000  1   -0.469123408242E-03                     
+AR MTKA 2009  4  1  4 15  0.000000  1   -0.693089259161E-07                     
+AR PARK 2009  4  1  4 15  0.000000  1    0.803708389573E-06                     
+AR UNBJ 2009  4  1  4 15  0.000000  1   -0.973669582428E-04                     
+AR NOVM 2009  4  1  4 15  0.000000  1    0.798331569230E-04                     
+AR SUNM 2009  4  1  4 15  0.000000  1   -0.104052363486E-03                     
+AR CEBR 2009  4  1  4 15  0.000000  1    0.719432014198E-03                     
+AR CPXF 2009  4  1  4 15  0.000000  1   -0.223173188819E-08                     
+AR IDDR 2009  4  1  4 15  0.000000  1    0.184180686618E-08                     
+AR AZGB 2009  4  1  4 15  0.000000  1    0.231703348701E-03                     
+AR TN22 2009  4  1  4 15  0.000000  1   -0.414953530446E-03                     
+AR ETAD 2009  4  1  4 15  0.000000  1    0.257397810771E-07                     
+AR ILHA 2009  4  1  4 15  0.000000  1    0.358622321497E-09                     
+AR POVE 2009  4  1  4 15  0.000000  1   -0.611152244977E-08                     
+AR RECF 2009  4  1  4 15  0.000000  1    0.189839421903E-07                     
+AR SALU 2009  4  1  4 15  0.000000  1    0.225526431092E-07                     
+AR SAVO 2009  4  1  4 15  0.000000  1    0.200874604262E-07                     
+AR UFPR 2009  4  1  4 15  0.000000  1    0.188051322154E-07                     
+AR YELL 2009  4  1  4 15  0.000000  1    0.236765000000E-06                     
+AS G32  2009  4  1  4 20  0.000000  1    0.280311102433E-03                     
+AS G24  2009  4  1  4 20  0.000000  1    0.177751144459E-03                     
+AS G25  2009  4  1  4 20  0.000000  1    0.333927072666E-03                     
+AS G26  2009  4  1  4 20  0.000000  1    0.543966555039E-04                     
+AS G27  2009  4  1  4 20  0.000000  1    0.370442413849E-04                     
+AS G30  2009  4  1  4 20  0.000000  1    0.136187417347E-03                     
+AS G03  2009  4  1  4 20  0.000000  1    0.373325606024E-03                     
+AS G04  2009  4  1  4 20  0.000000  1   -0.342997170010E-04                     
+AS G06  2009  4  1  4 20  0.000000  1    0.597208293620E-04                     
+AS G08  2009  4  1  4 20  0.000000  1   -0.196502252857E-03                     
+AS G09  2009  4  1  4 20  0.000000  1    0.484012898948E-04                     
+AS G10  2009  4  1  4 20  0.000000  1   -0.136064150951E-04                     
+AS G14  2009  4  1  4 20  0.000000  1   -0.132551623347E-03                     
+AS G13  2009  4  1  4 20  0.000000  1    0.293233081920E-03                     
+AS G28  2009  4  1  4 20  0.000000  1   -0.238274630149E-04                     
+AS G21  2009  4  1  4 20  0.000000  1    0.215786259360E-04                     
+AS G11  2009  4  1  4 20  0.000000  1    0.278556657158E-05                     
+AS G22  2009  4  1  4 20  0.000000  1    0.202443516154E-03                     
+AS G20  2009  4  1  4 20  0.000000  1    0.865858116696E-04                     
+AS G18  2009  4  1  4 20  0.000000  1   -0.696178128181E-04                     
+AS G16  2009  4  1  4 20  0.000000  1    0.630826787146E-04                     
+AS G19  2009  4  1  4 20  0.000000  1    0.293809650954E-04                     
+AS G23  2009  4  1  4 20  0.000000  1    0.388976613175E-03                     
+AS G02  2009  4  1  4 20  0.000000  1    0.153942953525E-03                     
+AS G31  2009  4  1  4 20  0.000000  1   -0.564427822498E-04                     
+AS G17  2009  4  1  4 20  0.000000  1    0.523954278998E-04                     
+AS G12  2009  4  1  4 20  0.000000  1   -0.299652178847E-03                     
+AS G15  2009  4  1  4 20  0.000000  1   -0.275885417814E-03                     
+AS G29  2009  4  1  4 20  0.000000  1    0.474164050641E-05                     
+AS G07  2009  4  1  4 20  0.000000  1    0.209932884281E-04                     
+AS R02  2009  4  1  4 20  0.000000  1    0.207395563424E-04                     
+AS R03  2009  4  1  4 20  0.000000  1   -0.341991871167E-04                     
+AS R04  2009  4  1  4 20  0.000000  1    0.640121040960E-04                     
+AS R06  2009  4  1  4 20  0.000000  1   -0.169227738644E-03                     
+AS R07  2009  4  1  4 20  0.000000  1   -0.892576895115E-04                     
+AS R08  2009  4  1  4 20  0.000000  1   -0.102021763634E-03                     
+AS R10  2009  4  1  4 20  0.000000  1   -0.140854761641E-03                     
+AS R11  2009  4  1  4 20  0.000000  1   -0.926019119658E-04                     
+AS R13  2009  4  1  4 20  0.000000  1   -0.230611903750E-03                     
+AS R14  2009  4  1  4 20  0.000000  1   -0.796951448289E-04                     
+AS R15  2009  4  1  4 20  0.000000  1    0.920825451134E-04                     
+AS R17  2009  4  1  4 20  0.000000  1   -0.261237638677E-03                     
+AS R18  2009  4  1  4 20  0.000000  1   -0.133796317015E-05                     
+AS R19  2009  4  1  4 20  0.000000  1   -0.893941319674E-04                     
+AS R20  2009  4  1  4 20  0.000000  1   -0.650070787673E-04                     
+AS R21  2009  4  1  4 20  0.000000  1   -0.143305766742E-03                     
+AS R22  2009  4  1  4 20  0.000000  1   -0.201502673886E-03                     
+AS R23  2009  4  1  4 20  0.000000  1   -0.200448743157E-03                     
+AR ALGO 2009  4  1  4 20  0.000000  1    0.805367542688E-04                     
+AR ALIC 2009  4  1  4 20  0.000000  1    0.111200031839E-07                     
+AR AMC2 2009  4  1  4 20  0.000000  1    0.126859563346E-08                     
+AR ANKR 2009  4  1  4 20  0.000000  1   -0.201154079714E-03                     
+AR ARTU 2009  4  1  4 20  0.000000  1   -0.514298406805E-07                     
+AR ASPA 2009  4  1  4 20  0.000000  1    0.129430683572E-07                     
+AR BHR1 2009  4  1  4 20  0.000000  1    0.563382547127E-03                     
+AR BARH 2009  4  1  4 20  0.000000  1   -0.447102469029E-08                     
+AR BJFS 2009  4  1  4 20  0.000000  1   -0.567560945635E-07                     
+AR BOGT 2009  4  1  4 20  0.000000  1   -0.478632616728E-07                     
+AR BRMU 2009  4  1  4 20  0.000000  1    0.227962381902E-03                     
+AR CAGZ 2009  4  1  4 20  0.000000  1    0.209318577015E-03                     
+AR CAS1 2009  4  1  4 20  0.000000  1   -0.155395960847E-08                     
+AR CHAT 2009  4  1  4 20  0.000000  1   -0.659025794302E-07                     
+AR CHPI 2009  4  1  4 20  0.000000  1   -0.563964856576E-07                     
+AR COCO 2009  4  1  4 20  0.000000  1    0.227650970613E-03                     
+AR CONZ 2009  4  1  4 20  0.000000  1   -0.307341444296E-03                     
+AR CRAR 2009  4  1  4 20  0.000000  1    0.227343876103E-03                     
+AR CRO1 2009  4  1  4 20  0.000000  1    0.665102827118E-03                     
+AR DAEJ 2009  4  1  4 20  0.000000  1   -0.196603997382E-03                     
+AR DARW 2009  4  1  4 20  0.000000  1   -0.162846373523E-08                     
+AR DGAR 2009  4  1  4 20  0.000000  1   -0.747154681412E-07                     
+AR DRAO 2009  4  1  4 20  0.000000  1    0.110990026979E-03                     
+AR FAA1 2009  4  1  4 20  0.000000  1   -0.297334175726E-07                     
+AR FAIR 2009  4  1  4 20  0.000000  1   -0.625609385862E-07                     
+AR GLPS 2009  4  1  4 20  0.000000  1   -0.599177019345E-07                     
+AR GUAM 2009  4  1  4 20  0.000000  1   -0.783143602578E-07                     
+AR GUAT 2009  4  1  4 20  0.000000  1    0.364442895130E-08                     
+AR HOB2 2009  4  1  4 20  0.000000  1    0.858325613674E-07                     
+AR HOFN 2009  4  1  4 20  0.000000  1    0.228367762777E-03                     
+AR HOLM 2009  4  1  4 20  0.000000  1   -0.506341805071E-07                     
+AR HRAO 2009  4  1  4 20  0.000000  1    0.849456629525E-03                     
+AR HYDE 2009  4  1  4 20  0.000000  1    0.684516897204E-09                     
+AR IRKJ 2009  4  1  4 20  0.000000  1    0.163747512822E-03                     
+AR ISPA 2009  4  1  4 20  0.000000  1   -0.701731721185E-07                     
+AR KARR 2009  4  1  4 20  0.000000  1   -0.624851045191E-07                     
+AR KHAJ 2009  4  1  4 20  0.000000  1   -0.150787659633E-05                     
+AR KIR0 2009  4  1  4 20  0.000000  1    0.283742821678E-03                     
+AR KIRU 2009  4  1  4 20  0.000000  1    0.591393031957E-03                     
+AR KIT3 2009  4  1  4 20  0.000000  1    0.918274260216E-08                     
+AR KOUR 2009  4  1  4 20  0.000000  1    0.125013521825E-03                     
+AR KUNM 2009  4  1  4 20  0.000000  1   -0.500648289725E-07                     
+AR LHAZ 2009  4  1  4 20  0.000000  1    0.221813704911E-03                     
+AR MAL2 2009  4  1  4 20  0.000000  1   -0.913772256819E-08                     
+AR MAS1 2009  4  1  4 20  0.000000  1   -0.101615572718E-03                     
+AR MAW1 2009  4  1  4 20  0.000000  1    0.352382792496E-08                     
+AR MCIL 2009  4  1  4 20  0.000000  1    0.320631683978E-07                     
+AR MCM4 2009  4  1  4 20  0.000000  1   -0.781953869741E-07                     
+AR MDO1 2009  4  1  4 20  0.000000  1   -0.392024713080E-07                     
+AR MDVJ 2009  4  1  4 20  0.000000  1    0.438553144963E-03                     
+AR MKEA 2009  4  1  4 20  0.000000  1   -0.703377091406E-07                     
+AR MOBS 2009  4  1  4 20  0.000000  1   -0.432681486743E-09                     
+AR NANO 2009  4  1  4 20  0.000000  1   -0.293459732090E-08                     
+AR NLIB 2009  4  1  4 20  0.000000  1   -0.117456407918E-06                     
+AR NNOR 2009  4  1  4 20  0.000000  1    0.365796545906E-03                     
+AR NRC1 2009  4  1  4 20  0.000000  1   -0.448834502083E-05                     
+AR NRIL 2009  4  1  4 20  0.000000  1   -0.539548031620E-07                     
+AR NRMD 2009  4  1  4 20  0.000000  1    0.289329507572E-07                     
+AR NTUS 2009  4  1  4 20  0.000000  1   -0.783292740503E-08                     
+AR NYAL 2009  4  1  4 20  0.000000  1    0.929155542835E-07                     
+AR OHI3 2009  4  1  4 20  0.000000  1   -0.230380752434E-03                     
+AR ONSA 2009  4  1  4 20  0.000000  1   -0.324741378007E-04                     
+AR PDEL 2009  4  1  4 20  0.000000  1    0.308471010594E-08                     
+AR PERT 2009  4  1  4 20  0.000000  1   -0.677319397360E-07                     
+AR PETP 2009  4  1  4 20  0.000000  1   -0.736877349428E-07                     
+AR PIMO 2009  4  1  4 20  0.000000  1   -0.688141593639E-07                     
+AR QAQ1 2009  4  1  4 20  0.000000  1   -0.540907181242E-07                     
+AR QUIN 2009  4  1  4 20  0.000000  1   -0.560108754516E-07                     
+AR RABT 2009  4  1  4 20  0.000000  1   -0.404302755801E-07                     
+AR RCMN 2009  4  1  4 20  0.000000  1    0.756395969072E-08                     
+AR REDU 2009  4  1  4 20  0.000000  1   -0.523424455696E-07                     
+AR REUN 2009  4  1  4 20  0.000000  1    0.232322021050E-07                     
+AR REYK 2009  4  1  4 20  0.000000  1    0.565216079227E-04                     
+AR SCH2 2009  4  1  4 20  0.000000  1    0.187542175784E-03                     
+AR SCUB 2009  4  1  4 20  0.000000  1   -0.590562955868E-07                     
+AR STJO 2009  4  1  4 20  0.000000  1   -0.701395605203E-05                     
+AR SYDN 2009  4  1  4 20  0.000000  1    0.141076068873E-05                     
+AR SYOG 2009  4  1  4 20  0.000000  1    0.140050499263E-04                     
+AR THU2 2009  4  1  4 20  0.000000  1   -0.345563883629E-03                     
+AR TOW2 2009  4  1  4 20  0.000000  1    0.378881903194E-08                     
+AR URUM 2009  4  1  4 20  0.000000  1   -0.246492277945E-03                     
+AR VESL 2009  4  1  4 20  0.000000  1    0.973497465020E-04                     
+AR VILL 2009  4  1  4 20  0.000000  1   -0.503868650576E-07                     
+AR WTZR 2009  4  1  4 20  0.000000  1    0.441923071026E-07                     
+AR WUHN 2009  4  1  4 20  0.000000  1   -0.686856627445E-07                     
+AR YSSK 2009  4  1  4 20  0.000000  1   -0.840534132528E-07                     
+AR ZIM2 2009  4  1  4 20  0.000000  1    0.280673116818E-07                     
+AR XMIS 2009  4  1  4 20  0.000000  1   -0.202888093387E-08                     
+AR GODZ 2009  4  1  4 20  0.000000  1   -0.469123362738E-03                     
+AR MTKA 2009  4  1  4 20  0.000000  1   -0.685855045745E-07                     
+AR PARK 2009  4  1  4 20  0.000000  1    0.803762007683E-06                     
+AR UNBJ 2009  4  1  4 20  0.000000  1   -0.169215657531E-03                     
+AR NOVM 2009  4  1  4 20  0.000000  1    0.798331389462E-04                     
+AR SUNM 2009  4  1  4 20  0.000000  1   -0.260646070720E-03                     
+AR CEBR 2009  4  1  4 20  0.000000  1    0.719431978074E-03                     
+AR CPXF 2009  4  1  4 20  0.000000  1   -0.368749346912E-08                     
+AR IDDR 2009  4  1  4 20  0.000000  1    0.280657087847E-08                     
+AR AZGB 2009  4  1  4 20  0.000000  1    0.923722641558E-04                     
+AR TN22 2009  4  1  4 20  0.000000  1   -0.490921842920E-03                     
+AR ETAD 2009  4  1  4 20  0.000000  1    0.258723884226E-07                     
+AR ILHA 2009  4  1  4 20  0.000000  1   -0.785278723941E-09                     
+AR POVE 2009  4  1  4 20  0.000000  1   -0.609183556431E-08                     
+AR RECF 2009  4  1  4 20  0.000000  1    0.180116897233E-07                     
+AR SALU 2009  4  1  4 20  0.000000  1    0.189032592151E-07                     
+AR SAVO 2009  4  1  4 20  0.000000  1    0.193749560581E-07                     
+AR UFPR 2009  4  1  4 20  0.000000  1    0.182314389811E-07                     
+AR YELL 2009  4  1  4 20  0.000000  1    0.236835000000E-06                     
+AS G32  2009  4  1  4 25  0.000000  1    0.280309731829E-03                     
+AS G24  2009  4  1  4 25  0.000000  1    0.177752344724E-03                     
+AS G25  2009  4  1  4 25  0.000000  1    0.333933685589E-03                     
+AS G26  2009  4  1  4 25  0.000000  1    0.543973433443E-04                     
+AS G27  2009  4  1  4 25  0.000000  1    0.370449977241E-04                     
+AS G30  2009  4  1  4 25  0.000000  1    0.136188350331E-03                     
+AS G03  2009  4  1  4 25  0.000000  1    0.373327555924E-03                     
+AS G04  2009  4  1  4 25  0.000000  1   -0.343042523859E-04                     
+AS G06  2009  4  1  4 25  0.000000  1    0.597263823921E-04                     
+AS G08  2009  4  1  4 25  0.000000  1   -0.196502677263E-03                     
+AS G09  2009  4  1  4 25  0.000000  1    0.484018110464E-04                     
+AS G10  2009  4  1  4 25  0.000000  1   -0.136068094032E-04                     
+AS G14  2009  4  1  4 25  0.000000  1   -0.132549812014E-03                     
+AS G13  2009  4  1  4 25  0.000000  1    0.293233628599E-03                     
+AS G28  2009  4  1  4 25  0.000000  1   -0.238276450341E-04                     
+AS G21  2009  4  1  4 25  0.000000  1    0.215785412744E-04                     
+AS G11  2009  4  1  4 25  0.000000  1    0.278529946178E-05                     
+AS G22  2009  4  1  4 25  0.000000  1    0.202444306806E-03                     
+AS G20  2009  4  1  4 25  0.000000  1    0.865855037089E-04                     
+AS G18  2009  4  1  4 25  0.000000  1   -0.696165973521E-04                     
+AS G16  2009  4  1  4 25  0.000000  1    0.630817666485E-04                     
+AS G19  2009  4  1  4 25  0.000000  1    0.293808960931E-04                     
+AS G23  2009  4  1  4 25  0.000000  1    0.388976909010E-03                     
+AS G02  2009  4  1  4 25  0.000000  1    0.153942933905E-03                     
+AS G31  2009  4  1  4 25  0.000000  1   -0.564431072429E-04                     
+AS G17  2009  4  1  4 25  0.000000  1    0.523957823790E-04                     
+AS G12  2009  4  1  4 25  0.000000  1   -0.299650696232E-03                     
+AS G15  2009  4  1  4 25  0.000000  1   -0.275886857820E-03                     
+AS G29  2009  4  1  4 25  0.000000  1    0.474279161686E-05                     
+AS G07  2009  4  1  4 25  0.000000  1    0.209934431397E-04                     
+AS R02  2009  4  1  4 25  0.000000  1    0.207384912334E-04                     
+AS R03  2009  4  1  4 25  0.000000  1   -0.342000534411E-04                     
+AS R04  2009  4  1  4 25  0.000000  1    0.640109916948E-04                     
+AS R06  2009  4  1  4 25  0.000000  1   -0.169229725049E-03                     
+AS R07  2009  4  1  4 25  0.000000  1   -0.892570776371E-04                     
+AS R08  2009  4  1  4 25  0.000000  1   -0.102021344440E-03                     
+AS R10  2009  4  1  4 25  0.000000  1   -0.140854588584E-03                     
+AS R11  2009  4  1  4 25  0.000000  1   -0.926024754395E-04                     
+AS R13  2009  4  1  4 25  0.000000  1   -0.230612194471E-03                     
+AS R14  2009  4  1  4 25  0.000000  1   -0.796947461652E-04                     
+AS R15  2009  4  1  4 25  0.000000  1    0.920832460144E-04                     
+AS R17  2009  4  1  4 25  0.000000  1   -0.261238075061E-03                     
+AS R18  2009  4  1  4 25  0.000000  1   -0.133816526141E-05                     
+AS R19  2009  4  1  4 25  0.000000  1   -0.893942672453E-04                     
+AS R20  2009  4  1  4 25  0.000000  1   -0.650071026409E-04                     
+AS R21  2009  4  1  4 25  0.000000  1   -0.143306160674E-03                     
+AS R22  2009  4  1  4 25  0.000000  1   -0.201503548213E-03                     
+AS R23  2009  4  1  4 25  0.000000  1   -0.200446500447E-03                     
+AR ALGO 2009  4  1  4 25  0.000000  1    0.805408601623E-04                     
+AR ALIC 2009  4  1  4 25  0.000000  1    0.504003741985E-08                     
+AR AMC2 2009  4  1  4 25  0.000000  1    0.129233666844E-08                     
+AR ANKR 2009  4  1  4 25  0.000000  1   -0.125443086437E-03                     
+AR ARTU 2009  4  1  4 25  0.000000  1   -0.553500877355E-07                     
+AR ASPA 2009  4  1  4 25  0.000000  1    0.155678245535E-07                     
+AR BHR1 2009  4  1  4 25  0.000000  1    0.563382709275E-03                     
+AR BARH 2009  4  1  4 25  0.000000  1   -0.141928662292E-08                     
+AR BJFS 2009  4  1  4 25  0.000000  1   -0.653258777513E-07                     
+AR BOGT 2009  4  1  4 25  0.000000  1   -0.494812933638E-07                     
+AR BRMU 2009  4  1  4 25  0.000000  1   -0.276408265822E-03                     
+AR CAGZ 2009  4  1  4 25  0.000000  1    0.432648667545E-03                     
+AR CAS1 2009  4  1  4 25  0.000000  1    0.315016186515E-08                     
+AR CHAT 2009  4  1  4 25  0.000000  1   -0.657970304707E-07                     
+AR CHPI 2009  4  1  4 25  0.000000  1   -0.449356137564E-07                     
+AR COCO 2009  4  1  4 25  0.000000  1    0.227649902786E-03                     
+AR CONZ 2009  4  1  4 25  0.000000  1   -0.437239974381E-03                     
+AR CRAR 2009  4  1  4 25  0.000000  1    0.202206112033E-03                     
+AR CRO1 2009  4  1  4 25  0.000000  1    0.665102898304E-03                     
+AR DAEJ 2009  4  1  4 25  0.000000  1   -0.196604305360E-03                     
+AR DARW 2009  4  1  4 25  0.000000  1   -0.324918907749E-08                     
+AR DGAR 2009  4  1  4 25  0.000000  1   -0.718244200189E-07                     
+AR DRAO 2009  4  1  4 25  0.000000  1    0.111026622900E-03                     
+AR FAA1 2009  4  1  4 25  0.000000  1   -0.281957059610E-07                     
+AR FAIR 2009  4  1  4 25  0.000000  1   -0.615120668371E-07                     
+AR GLPS 2009  4  1  4 25  0.000000  1   -0.600812595895E-07                     
+AR GUAM 2009  4  1  4 25  0.000000  1   -0.780751182452E-07                     
+AR GUAT 2009  4  1  4 25  0.000000  1    0.273833622391E-08                     
+AR HOB2 2009  4  1  4 25  0.000000  1    0.858693991958E-07                     
+AR HOFN 2009  4  1  4 25  0.000000  1    0.306462625252E-03                     
+AR HOLM 2009  4  1  4 25  0.000000  1   -0.534918650501E-07                     
+AR HRAO 2009  4  1  4 25  0.000000  1    0.849456710374E-03                     
+AR HYDE 2009  4  1  4 25  0.000000  1    0.392612360303E-09                     
+AR IRKJ 2009  4  1  4 25  0.000000  1    0.163747415119E-03                     
+AR ISPA 2009  4  1  4 25  0.000000  1   -0.711203304834E-07                     
+AR KARR 2009  4  1  4 25  0.000000  1   -0.623943540637E-07                     
+AR KERG 2009  4  1  4 25  0.000000  1    0.817029512273E-03                     
+AR KHAJ 2009  4  1  4 25  0.000000  1   -0.150786018377E-05                     
+AR KIR0 2009  4  1  4 25  0.000000  1    0.283735878191E-03                     
+AR KIRU 2009  4  1  4 25  0.000000  1    0.591388187226E-03                     
+AR KIT3 2009  4  1  4 25  0.000000  1   -0.551415706697E-08                     
+AR KOUR 2009  4  1  4 25  0.000000  1    0.125013536565E-03                     
+AR KUNM 2009  4  1  4 25  0.000000  1   -0.469947849732E-07                     
+AR LHAZ 2009  4  1  4 25  0.000000  1    0.187843318635E-03                     
+AR MAL2 2009  4  1  4 25  0.000000  1   -0.106257428467E-07                     
+AR MAS1 2009  4  1  4 25  0.000000  1   -0.101615627107E-03                     
+AR MAW1 2009  4  1  4 25  0.000000  1    0.250520780399E-08                     
+AR MCIL 2009  4  1  4 25  0.000000  1    0.330266206885E-07                     
+AR MCM4 2009  4  1  4 25  0.000000  1   -0.711343783325E-07                     
+AR MDO1 2009  4  1  4 25  0.000000  1   -0.393056231857E-07                     
+AR MDVJ 2009  4  1  4 25  0.000000  1    0.438552852428E-03                     
+AR MKEA 2009  4  1  4 25  0.000000  1   -0.711649189914E-07                     
+AR MOBS 2009  4  1  4 25  0.000000  1   -0.250354737526E-08                     
+AR NANO 2009  4  1  4 25  0.000000  1   -0.342535457992E-08                     
+AR NLIB 2009  4  1  4 25  0.000000  1   -0.117438521803E-06                     
+AR NNOR 2009  4  1  4 25  0.000000  1    0.365796571545E-03                     
+AR NRC1 2009  4  1  4 25  0.000000  1   -0.448832540451E-05                     
+AR NRIL 2009  4  1  4 25  0.000000  1   -0.533197866301E-07                     
+AR NRMD 2009  4  1  4 25  0.000000  1    0.292182126928E-07                     
+AR NTUS 2009  4  1  4 25  0.000000  1   -0.533067513321E-08                     
+AR NYAL 2009  4  1  4 25  0.000000  1    0.929494260246E-07                     
+AR OHI3 2009  4  1  4 25  0.000000  1   -0.137319237490E-03                     
+AR ONSA 2009  4  1  4 25  0.000000  1   -0.324741570900E-04                     
+AR PDEL 2009  4  1  4 25  0.000000  1    0.296602778651E-08                     
+AR PERT 2009  4  1  4 25  0.000000  1   -0.679200348687E-07                     
+AR PETP 2009  4  1  4 25  0.000000  1   -0.763550721312E-07                     
+AR PIMO 2009  4  1  4 25  0.000000  1   -0.700189314387E-07                     
+AR QAQ1 2009  4  1  4 25  0.000000  1   -0.535151738867E-07                     
+AR QUIN 2009  4  1  4 25  0.000000  1   -0.548867678044E-07                     
+AR RABT 2009  4  1  4 25  0.000000  1   -0.407587071990E-07                     
+AR RCMN 2009  4  1  4 25  0.000000  1    0.751673027089E-08                     
+AR REDU 2009  4  1  4 25  0.000000  1   -0.456922034710E-07                     
+AR REUN 2009  4  1  4 25  0.000000  1    0.218388450143E-07                     
+AR REYK 2009  4  1  4 25  0.000000  1    0.771873634302E-04                     
+AR SCH2 2009  4  1  4 25  0.000000  1    0.187557520168E-03                     
+AR SCUB 2009  4  1  4 25  0.000000  1   -0.585168598723E-07                     
+AR STJO 2009  4  1  4 25  0.000000  1   -0.701424603368E-05                     
+AR SYDN 2009  4  1  4 25  0.000000  1    0.141060333623E-05                     
+AR SYOG 2009  4  1  4 25  0.000000  1    0.140050796239E-04                     
+AR THU2 2009  4  1  4 25  0.000000  1   -0.347566189354E-03                     
+AR TOW2 2009  4  1  4 25  0.000000  1    0.362051354909E-08                     
+AR URUM 2009  4  1  4 25  0.000000  1   -0.318421935342E-03                     
+AR VESL 2009  4  1  4 25  0.000000  1    0.135299182135E-03                     
+AR VILL 2009  4  1  4 25  0.000000  1   -0.497712342201E-07                     
+AR WTZR 2009  4  1  4 25  0.000000  1    0.441797839056E-07                     
+AR WUHN 2009  4  1  4 25  0.000000  1   -0.671954959261E-07                     
+AR YSSK 2009  4  1  4 25  0.000000  1   -0.868930234784E-07                     
+AR ZIM2 2009  4  1  4 25  0.000000  1    0.286737031787E-07                     
+AR XMIS 2009  4  1  4 25  0.000000  1   -0.151139294477E-08                     
+AR GODZ 2009  4  1  4 25  0.000000  1   -0.469123305716E-03                     
+AR MTKA 2009  4  1  4 25  0.000000  1   -0.685603579417E-07                     
+AR PARK 2009  4  1  4 25  0.000000  1    0.803769867815E-06                     
+AR UNBJ 2009  4  1  4 25  0.000000  1   -0.241046242454E-03                     
+AR SUNM 2009  4  1  4 25  0.000000  1   -0.416937070252E-03                     
+AR CEBR 2009  4  1  4 25  0.000000  1    0.719431960731E-03                     
+AR CPXF 2009  4  1  4 25  0.000000  1   -0.123173694406E-08                     
+AR IDDR 2009  4  1  4 25  0.000000  1    0.330957287097E-08                     
+AR AZGB 2009  4  1  4 25  0.000000  1   -0.469719302321E-04                     
+AR TN22 2009  4  1  4 25  0.000000  1    0.432861707985E-03                     
+AR ETAD 2009  4  1  4 25  0.000000  1    0.256679371141E-07                     
+AR ILHA 2009  4  1  4 25  0.000000  1   -0.104264781446E-08                     
+AR POVE 2009  4  1  4 25  0.000000  1   -0.681481552674E-08                     
+AR RECF 2009  4  1  4 25  0.000000  1    0.179792841744E-07                     
+AR SALU 2009  4  1  4 25  0.000000  1    0.141264177213E-07                     
+AR SAVO 2009  4  1  4 25  0.000000  1    0.195579106402E-07                     
+AR UFPR 2009  4  1  4 25  0.000000  1    0.180547822356E-07                     
+AR YELL 2009  4  1  4 25  0.000000  1    0.236905000000E-06                     
+AS G32  2009  4  1  4 30  0.000000  1    0.280308397875E-03                     
+AS G24  2009  4  1  4 30  0.000000  1    0.177752873487E-03                     
+AS G25  2009  4  1  4 30  0.000000  1    0.333940149038E-03                     
+AS G26  2009  4  1  4 30  0.000000  1    0.543978646422E-04                     
+AS G27  2009  4  1  4 30  0.000000  1    0.370459936670E-04                     
+AS G30  2009  4  1  4 30  0.000000  1    0.136189496607E-03                     
+AS G03  2009  4  1  4 30  0.000000  1    0.373329440397E-03                     
+AS G04  2009  4  1  4 30  0.000000  1   -0.343086272399E-04                     
+AS G06  2009  4  1  4 30  0.000000  1    0.597317194556E-04                     
+AS G08  2009  4  1  4 30  0.000000  1   -0.196503409712E-03                     
+AS G09  2009  4  1  4 30  0.000000  1    0.484023569965E-04                     
+AS G10  2009  4  1  4 30  0.000000  1   -0.136066337091E-04                     
+AS G14  2009  4  1  4 30  0.000000  1   -0.132548166017E-03                     
+AS G13  2009  4  1  4 30  0.000000  1    0.293233819378E-03                     
+AS G28  2009  4  1  4 30  0.000000  1   -0.238275882968E-04                     
+AS G21  2009  4  1  4 30  0.000000  1    0.215782431328E-04                     
+AS G11  2009  4  1  4 30  0.000000  1    0.278496891102E-05                     
+AS G22  2009  4  1  4 30  0.000000  1    0.202443512721E-03                     
+AS G20  2009  4  1  4 30  0.000000  1    0.865850031306E-04                     
+AS G18  2009  4  1  4 30  0.000000  1   -0.696155851711E-04                     
+AS G16  2009  4  1  4 30  0.000000  1    0.630808661965E-04                     
+AS G19  2009  4  1  4 30  0.000000  1    0.293805691338E-04                     
+AS G23  2009  4  1  4 30  0.000000  1    0.388977037546E-03                     
+AS G02  2009  4  1  4 30  0.000000  1    0.153942607842E-03                     
+AS G31  2009  4  1  4 30  0.000000  1   -0.564434495540E-04                     
+AS G17  2009  4  1  4 30  0.000000  1    0.523965096678E-04                     
+AS G12  2009  4  1  4 30  0.000000  1   -0.299649326996E-03                     
+AS G15  2009  4  1  4 30  0.000000  1   -0.275887973846E-03                     
+AS G29  2009  4  1  4 30  0.000000  1    0.474371805285E-05                     
+AS G07  2009  4  1  4 30  0.000000  1    0.209931377138E-04                     
+AS R02  2009  4  1  4 30  0.000000  1    0.207375837174E-04                     
+AS R03  2009  4  1  4 30  0.000000  1   -0.342007678498E-04                     
+AS R04  2009  4  1  4 30  0.000000  1    0.640099326203E-04                     
+AS R06  2009  4  1  4 30  0.000000  1   -0.169228685445E-03                     
+AS R07  2009  4  1  4 30  0.000000  1   -0.892568489597E-04                     
+AS R08  2009  4  1  4 30  0.000000  1   -0.102021055395E-03                     
+AS R10  2009  4  1  4 30  0.000000  1   -0.140854301139E-03                     
+AS R11  2009  4  1  4 30  0.000000  1   -0.926028821955E-04                     
+AS R13  2009  4  1  4 30  0.000000  1   -0.230612437076E-03                     
+AS R14  2009  4  1  4 30  0.000000  1   -0.796937039431E-04                     
+AS R15  2009  4  1  4 30  0.000000  1    0.920837833326E-04                     
+AS R17  2009  4  1  4 30  0.000000  1   -0.261238503865E-03                     
+AS R18  2009  4  1  4 30  0.000000  1   -0.133829421278E-05                     
+AS R19  2009  4  1  4 30  0.000000  1   -0.893947957242E-04                     
+AS R20  2009  4  1  4 30  0.000000  1   -0.650067512488E-04                     
+AS R21  2009  4  1  4 30  0.000000  1   -0.143306812798E-03                     
+AS R22  2009  4  1  4 30  0.000000  1   -0.201504369931E-03                     
+AS R23  2009  4  1  4 30  0.000000  1   -0.200445122285E-03                     
+AR ALGO 2009  4  1  4 30  0.000000  1    0.805449477529E-04                     
+AR ALIC 2009  4  1  4 30  0.000000  1    0.396791998595E-08                     
+AR AMC2 2009  4  1  4 30  0.000000  1    0.129683607591E-08                     
+AR ANKR 2009  4  1  4 30  0.000000  1   -0.498283142119E-04                     
+AR ARTU 2009  4  1  4 30  0.000000  1   -0.542729784943E-07                     
+AR ASPA 2009  4  1  4 30  0.000000  1    0.169173448694E-07                     
+AR BHR1 2009  4  1  4 30  0.000000  1    0.563382716322E-03                     
+AR BARH 2009  4  1  4 30  0.000000  1    0.171202655075E-08                     
+AR BJFS 2009  4  1  4 30  0.000000  1   -0.667911825562E-07                     
+AR BOGT 2009  4  1  4 30  0.000000  1   -0.491072424789E-07                     
+AR BRMU 2009  4  1  4 30  0.000000  1    0.219640585669E-03                     
+AR CAGZ 2009  4  1  4 30  0.000000  1   -0.344026635939E-03                     
+AR CAS1 2009  4  1  4 30  0.000000  1    0.486399735643E-08                     
+AR CHAT 2009  4  1  4 30  0.000000  1   -0.641403164817E-07                     
+AR CHPI 2009  4  1  4 30  0.000000  1   -0.476040109628E-07                     
+AR COCO 2009  4  1  4 30  0.000000  1    0.227649041419E-03                     
+AR CONZ 2009  4  1  4 30  0.000000  1    0.432744540979E-03                     
+AR CRAR 2009  4  1  4 30  0.000000  1    0.177057102020E-03                     
+AR CRO1 2009  4  1  4 30  0.000000  1    0.665102893946E-03                     
+AR DAEJ 2009  4  1  4 30  0.000000  1   -0.196602840855E-03                     
+AR DARW 2009  4  1  4 30  0.000000  1   -0.209059439211E-08                     
+AR DGAR 2009  4  1  4 30  0.000000  1   -0.729162321867E-07                     
+AR DRAO 2009  4  1  4 30  0.000000  1    0.111063610915E-03                     
+AR FAA1 2009  4  1  4 30  0.000000  1   -0.286138155468E-07                     
+AR FAIR 2009  4  1  4 30  0.000000  1   -0.612331146487E-07                     
+AR GLPS 2009  4  1  4 30  0.000000  1   -0.600995198036E-07                     
+AR GUAM 2009  4  1  4 30  0.000000  1   -0.785597002444E-07                     
+AR GUAT 2009  4  1  4 30  0.000000  1    0.445714818599E-08                     
+AR HOB2 2009  4  1  4 30  0.000000  1    0.858902155092E-07                     
+AR HOFN 2009  4  1  4 30  0.000000  1    0.384532402750E-03                     
+AR HOLM 2009  4  1  4 30  0.000000  1   -0.541660014998E-07                     
+AR HRAO 2009  4  1  4 30  0.000000  1    0.849456796957E-03                     
+AR HYDE 2009  4  1  4 30  0.000000  1    0.107698606093E-08                     
+AR IRKJ 2009  4  1  4 30  0.000000  1    0.163747388607E-03                     
+AR ISPA 2009  4  1  4 30  0.000000  1   -0.552449749567E-07                     
+AR KARR 2009  4  1  4 30  0.000000  1   -0.598177919435E-07                     
+AR KERG 2009  4  1  4 30  0.000000  1    0.817035518586E-03                     
+AR KHAJ 2009  4  1  4 30  0.000000  1   -0.150784889926E-05                     
+AR KIR0 2009  4  1  4 30  0.000000  1    0.283728963537E-03                     
+AR KIRU 2009  4  1  4 30  0.000000  1    0.591383407088E-03                     
+AR KIT3 2009  4  1  4 30  0.000000  1    0.659272990646E-08                     
+AR KOUR 2009  4  1  4 30  0.000000  1    0.125013545080E-03                     
+AR KUNM 2009  4  1  4 30  0.000000  1   -0.404130894967E-07                     
+AR LHAZ 2009  4  1  4 30  0.000000  1    0.151975672961E-03                     
+AR MAL2 2009  4  1  4 30  0.000000  1   -0.988807568044E-08                     
+AR MAS1 2009  4  1  4 30  0.000000  1   -0.101615411189E-03                     
+AR MAW1 2009  4  1  4 30  0.000000  1    0.281919534098E-08                     
+AR MCIL 2009  4  1  4 30  0.000000  1    0.336701774928E-07                     
+AR MCM4 2009  4  1  4 30  0.000000  1   -0.748007663688E-07                     
+AR MDO1 2009  4  1  4 30  0.000000  1   -0.414936494561E-07                     
+AR MDVJ 2009  4  1  4 30  0.000000  1    0.438552828991E-03                     
+AR MKEA 2009  4  1  4 30  0.000000  1   -0.707134311786E-07                     
+AR MOBS 2009  4  1  4 30  0.000000  1    0.157745274474E-08                     
+AR NANO 2009  4  1  4 30  0.000000  1   -0.103785570545E-08                     
+AR NLIB 2009  4  1  4 30  0.000000  1   -0.117438719069E-06                     
+AR NNOR 2009  4  1  4 30  0.000000  1    0.365795929972E-03                     
+AR NRC1 2009  4  1  4 30  0.000000  1   -0.448825416032E-05                     
+AR NRIL 2009  4  1  4 30  0.000000  1   -0.553369127480E-07                     
+AR NRMD 2009  4  1  4 30  0.000000  1    0.307978770624E-07                     
+AR NTUS 2009  4  1  4 30  0.000000  1   -0.600559166106E-08                     
+AR NYAL 2009  4  1  4 30  0.000000  1    0.929711658625E-07                     
+AR OHI3 2009  4  1  4 30  0.000000  1   -0.442132368607E-04                     
+AR ONSA 2009  4  1  4 30  0.000000  1   -0.324741918877E-04                     
+AR PDEL 2009  4  1  4 30  0.000000  1    0.258571859164E-08                     
+AR PERT 2009  4  1  4 30  0.000000  1   -0.682233768324E-07                     
+AR PETP 2009  4  1  4 30  0.000000  1   -0.748450326139E-07                     
+AR PIMO 2009  4  1  4 30  0.000000  1   -0.708036422380E-07                     
+AR QAQ1 2009  4  1  4 30  0.000000  1   -0.560488533245E-07                     
+AR QUIN 2009  4  1  4 30  0.000000  1   -0.560365789195E-07                     
+AR RABT 2009  4  1  4 30  0.000000  1   -0.384768373587E-07                     
+AR RCMN 2009  4  1  4 30  0.000000  1    0.514539872447E-08                     
+AR REDU 2009  4  1  4 30  0.000000  1   -0.459354521855E-07                     
+AR REUN 2009  4  1  4 30  0.000000  1    0.218998892857E-07                     
+AR REYK 2009  4  1  4 30  0.000000  1    0.977683207518E-04                     
+AR SCH2 2009  4  1  4 30  0.000000  1    0.187573112326E-03                     
+AR SCUB 2009  4  1  4 30  0.000000  1   -0.572257935759E-07                     
+AR STJO 2009  4  1  4 30  0.000000  1   -0.701453765263E-05                     
+AR SYDN 2009  4  1  4 30  0.000000  1    0.141078991460E-05                     
+AR SYOG 2009  4  1  4 30  0.000000  1    0.140055333771E-04                     
+AR THU2 2009  4  1  4 30  0.000000  1   -0.349568375583E-03                     
+AR TOW2 2009  4  1  4 30  0.000000  1    0.283930445164E-08                     
+AR URUM 2009  4  1  4 30  0.000000  1   -0.390547640015E-03                     
+AR VESL 2009  4  1  4 30  0.000000  1    0.173285247679E-03                     
+AR VILL 2009  4  1  4 30  0.000000  1   -0.502458861127E-07                     
+AR WTZR 2009  4  1  4 30  0.000000  1    0.441954457846E-07                     
+AR WUHN 2009  4  1  4 30  0.000000  1   -0.642461713739E-07                     
+AR YSSK 2009  4  1  4 30  0.000000  1   -0.892919355270E-07                     
+AR ZIM2 2009  4  1  4 30  0.000000  1    0.264193841655E-07                     
+AR XMIS 2009  4  1  4 30  0.000000  1   -0.170889454021E-10                     
+AR GODZ 2009  4  1  4 30  0.000000  1   -0.469123282178E-03                     
+AR MTKA 2009  4  1  4 30  0.000000  1   -0.793904572980E-07                     
+AR PARK 2009  4  1  4 30  0.000000  1    0.803912065306E-06                     
+AR UNBJ 2009  4  1  4 30  0.000000  1   -0.312879622512E-03                     
+AR NOVM 2009  4  1  4 30  0.000000  1    0.798331281855E-04                     
+AR SUNM 2009  4  1  4 30  0.000000  1    0.426539097349E-03                     
+AR CEBR 2009  4  1  4 30  0.000000  1    0.719431973677E-03                     
+AR CPXF 2009  4  1  4 30  0.000000  1   -0.135966509065E-08                     
+AR IDDR 2009  4  1  4 30  0.000000  1    0.291811275540E-08                     
+AR AZGB 2009  4  1  4 30  0.000000  1   -0.186364782980E-03                     
+AR TN22 2009  4  1  4 30  0.000000  1    0.356454117128E-03                     
+AR ETAD 2009  4  1  4 30  0.000000  1    0.195685642246E-07                     
+AR ILHA 2009  4  1  4 30  0.000000  1    0.713374213028E-09                     
+AR POVE 2009  4  1  4 30  0.000000  1   -0.756301331126E-08                     
+AR RECF 2009  4  1  4 30  0.000000  1    0.172524040620E-07                     
+AR SALU 2009  4  1  4 30  0.000000  1    0.157050124808E-07                     
+AR SAVO 2009  4  1  4 30  0.000000  1    0.190001481062E-07                     
+AR UFPR 2009  4  1  4 30  0.000000  1    0.211129862427E-07                     
+AR YELL 2009  4  1  4 30  0.000000  1    0.236976000000E-06                     
+AS G32  2009  4  1  4 35  0.000000  1    0.280307055718E-03                     
+AS G24  2009  4  1  4 35  0.000000  1    0.177753881958E-03                     
+AS G25  2009  4  1  4 35  0.000000  1    0.333946691263E-03                     
+AS G26  2009  4  1  4 35  0.000000  1    0.543986400067E-04                     
+AS G27  2009  4  1  4 35  0.000000  1    0.370469571890E-04                     
+AS G30  2009  4  1  4 35  0.000000  1    0.136190402039E-03                     
+AS G03  2009  4  1  4 35  0.000000  1    0.373331375228E-03                     
+AS G04  2009  4  1  4 35  0.000000  1   -0.343129845568E-04                     
+AS G06  2009  4  1  4 35  0.000000  1    0.597370561388E-04                     
+AS G08  2009  4  1  4 35  0.000000  1   -0.196503611386E-03                     
+AS G09  2009  4  1  4 35  0.000000  1    0.484024978587E-04                     
+AS G10  2009  4  1  4 35  0.000000  1   -0.136070771362E-04                     
+AS G14  2009  4  1  4 35  0.000000  1   -0.132546505478E-03                     
+AS G13  2009  4  1  4 35  0.000000  1    0.293234055854E-03                     
+AS G28  2009  4  1  4 35  0.000000  1   -0.238275655106E-04                     
+AS G21  2009  4  1  4 35  0.000000  1    0.215780191466E-04                     
+AS G11  2009  4  1  4 35  0.000000  1    0.278460875155E-05                     
+AS G22  2009  4  1  4 35  0.000000  1    0.202443544066E-03                     
+AS G20  2009  4  1  4 35  0.000000  1    0.865850430282E-04                     
+AS G18  2009  4  1  4 35  0.000000  1   -0.696146460998E-04                     
+AS G16  2009  4  1  4 35  0.000000  1    0.630800709699E-04                     
+AS G19  2009  4  1  4 35  0.000000  1    0.293805235906E-04                     
+AS G23  2009  4  1  4 35  0.000000  1    0.388976986892E-03                     
+AS G02  2009  4  1  4 35  0.000000  1    0.153942612389E-03                     
+AS G31  2009  4  1  4 35  0.000000  1   -0.564438792596E-04                     
+AS G17  2009  4  1  4 35  0.000000  1    0.523968916832E-04                     
+AS G12  2009  4  1  4 35  0.000000  1   -0.299647981921E-03                     
+AS G15  2009  4  1  4 35  0.000000  1   -0.275889494028E-03                     
+AS G29  2009  4  1  4 35  0.000000  1    0.474509605046E-05                     
+AS G07  2009  4  1  4 35  0.000000  1    0.209929469739E-04                     
+AS R02  2009  4  1  4 35  0.000000  1    0.207367629497E-04                     
+AS R03  2009  4  1  4 35  0.000000  1   -0.342021920731E-04                     
+AS R04  2009  4  1  4 35  0.000000  1    0.640084495167E-04                     
+AS R06  2009  4  1  4 35  0.000000  1   -0.169228272991E-03                     
+AS R07  2009  4  1  4 35  0.000000  1   -0.892550691209E-04                     
+AS R08  2009  4  1  4 35  0.000000  1   -0.102021064362E-03                     
+AS R10  2009  4  1  4 35  0.000000  1   -0.140854091407E-03                     
+AS R11  2009  4  1  4 35  0.000000  1   -0.926030817994E-04                     
+AS R13  2009  4  1  4 35  0.000000  1   -0.230612606839E-03                     
+AS R14  2009  4  1  4 35  0.000000  1   -0.796928597654E-04                     
+AS R15  2009  4  1  4 35  0.000000  1    0.920841036561E-04                     
+AS R17  2009  4  1  4 35  0.000000  1   -0.261238693364E-03                     
+AS R18  2009  4  1  4 35  0.000000  1   -0.133883327952E-05                     
+AS R19  2009  4  1  4 35  0.000000  1   -0.893950897302E-04                     
+AS R20  2009  4  1  4 35  0.000000  1   -0.650066953896E-04                     
+AS R21  2009  4  1  4 35  0.000000  1   -0.143307251862E-03                     
+AS R22  2009  4  1  4 35  0.000000  1   -0.201505419747E-03                     
+AS R23  2009  4  1  4 35  0.000000  1   -0.200443420362E-03                     
+AR ALGO 2009  4  1  4 35  0.000000  1    0.805490460694E-04                     
+AR ALIC 2009  4  1  4 35  0.000000  1    0.479738607369E-08                     
+AR AMC2 2009  4  1  4 35  0.000000  1    0.129626219668E-08                     
+AR ANKR 2009  4  1  4 35  0.000000  1    0.256494420660E-04                     
+AR ARTU 2009  4  1  4 35  0.000000  1   -0.547279140087E-07                     
+AR ASPA 2009  4  1  4 35  0.000000  1    0.158410346889E-07                     
+AR BHR1 2009  4  1  4 35  0.000000  1    0.563382714159E-03                     
+AR BARH 2009  4  1  4 35  0.000000  1    0.430148719881E-08                     
+AR BJFS 2009  4  1  4 35  0.000000  1   -0.658294378353E-07                     
+AR BOGT 2009  4  1  4 35  0.000000  1   -0.492999257675E-07                     
+AR BRMU 2009  4  1  4 35  0.000000  1   -0.284019944769E-03                     
+AR CAGZ 2009  4  1  4 35  0.000000  1   -0.120626374666E-03                     
+AR CAS1 2009  4  1  4 35  0.000000  1    0.598088606111E-08                     
+AR CHAT 2009  4  1  4 35  0.000000  1   -0.646628297933E-07                     
+AR CHPI 2009  4  1  4 35  0.000000  1   -0.480286150306E-07                     
+AR COCO 2009  4  1  4 35  0.000000  1    0.227648263641E-03                     
+AR CONZ 2009  4  1  4 35  0.000000  1    0.302153079698E-03                     
+AR CRAR 2009  4  1  4 35  0.000000  1    0.151905606678E-03                     
+AR CRO1 2009  4  1  4 35  0.000000  1    0.665102975828E-03                     
+AR DAEJ 2009  4  1  4 35  0.000000  1   -0.196601733358E-03                     
+AR DARW 2009  4  1  4 35  0.000000  1   -0.753017553080E-09                     
+AR DGAR 2009  4  1  4 35  0.000000  1   -0.725947747246E-07                     
+AR DRAO 2009  4  1  4 35  0.000000  1    0.111100275616E-03                     
+AR FAA1 2009  4  1  4 35  0.000000  1   -0.264649218490E-07                     
+AR FAIR 2009  4  1  4 35  0.000000  1   -0.640092714220E-07                     
+AR GLPS 2009  4  1  4 35  0.000000  1   -0.601863883810E-07                     
+AR GUAM 2009  4  1  4 35  0.000000  1   -0.793843357947E-07                     
+AR GUAT 2009  4  1  4 35  0.000000  1    0.522298179801E-08                     
+AR HOB2 2009  4  1  4 35  0.000000  1    0.858904138003E-07                     
+AR HOFN 2009  4  1  4 35  0.000000  1    0.462631754098E-03                     
+AR HOLM 2009  4  1  4 35  0.000000  1   -0.567861841317E-07                     
+AR HRAO 2009  4  1  4 35  0.000000  1    0.849456875336E-03                     
+AR HYDE 2009  4  1  4 35  0.000000  1    0.410625457018E-08                     
+AR IRKJ 2009  4  1  4 35  0.000000  1    0.163747219810E-03                     
+AR ISPA 2009  4  1  4 35  0.000000  1   -0.545081240302E-07                     
+AR KARR 2009  4  1  4 35  0.000000  1   -0.596446029100E-07                     
+AR KERG 2009  4  1  4 35  0.000000  1    0.817040982155E-03                     
+AR KHAJ 2009  4  1  4 35  0.000000  1   -0.150786972198E-05                     
+AR KIR0 2009  4  1  4 35  0.000000  1    0.283722125915E-03                     
+AR KIRU 2009  4  1  4 35  0.000000  1    0.591378454835E-03                     
+AR KIT3 2009  4  1  4 35  0.000000  1   -0.559221028109E-08                     
+AR KOUR 2009  4  1  4 35  0.000000  1    0.125013521637E-03                     
+AR KUNM 2009  4  1  4 35  0.000000  1   -0.312779915528E-07                     
+AR LHAZ 2009  4  1  4 35  0.000000  1    0.114254555712E-03                     
+AR MAL2 2009  4  1  4 35  0.000000  1   -0.136940455750E-07                     
+AR MAS1 2009  4  1  4 35  0.000000  1   -0.101615070098E-03                     
+AR MAW1 2009  4  1  4 35  0.000000  1    0.710184172574E-09                     
+AR MCIL 2009  4  1  4 35  0.000000  1    0.334820910715E-07                     
+AR MCM4 2009  4  1  4 35  0.000000  1   -0.692803021163E-07                     
+AR MDO1 2009  4  1  4 35  0.000000  1   -0.408760123871E-07                     
+AR MDVJ 2009  4  1  4 35  0.000000  1    0.438552824815E-03                     
+AR MKEA 2009  4  1  4 35  0.000000  1   -0.703303272163E-07                     
+AR MOBS 2009  4  1  4 35  0.000000  1    0.155795662714E-08                     
+AR NANO 2009  4  1  4 35  0.000000  1   -0.649711890185E-09                     
+AR NLIB 2009  4  1  4 35  0.000000  1   -0.117446764907E-06                     
+AR NNOR 2009  4  1  4 35  0.000000  1    0.365796521484E-03                     
+AR NRC1 2009  4  1  4 35  0.000000  1   -0.448825257988E-05                     
+AR NRIL 2009  4  1  4 35  0.000000  1   -0.544286608245E-07                     
+AR NRMD 2009  4  1  4 35  0.000000  1    0.316693331358E-07                     
+AR NTUS 2009  4  1  4 35  0.000000  1   -0.557510022943E-08                     
+AR NYAL 2009  4  1  4 35  0.000000  1    0.929818985251E-07                     
+AR OHI3 2009  4  1  4 35  0.000000  1    0.491177271105E-04                     
+AR ONSA 2009  4  1  4 35  0.000000  1   -0.324742529577E-04                     
+AR PDEL 2009  4  1  4 35  0.000000  1   -0.566464547355E-10                     
+AR PERT 2009  4  1  4 35  0.000000  1   -0.682694891049E-07                     
+AR PETP 2009  4  1  4 35  0.000000  1   -0.721234169136E-07                     
+AR PIMO 2009  4  1  4 35  0.000000  1   -0.721029322507E-07                     
+AR QAQ1 2009  4  1  4 35  0.000000  1   -0.554081372831E-07                     
+AR QUIN 2009  4  1  4 35  0.000000  1   -0.568832323536E-07                     
+AR RABT 2009  4  1  4 35  0.000000  1   -0.385878119442E-07                     
+AR RCMN 2009  4  1  4 35  0.000000  1    0.746090795246E-08                     
+AR REDU 2009  4  1  4 35  0.000000  1   -0.458296014600E-07                     
+AR REUN 2009  4  1  4 35  0.000000  1    0.211891604163E-07                     
+AR REYK 2009  4  1  4 35  0.000000  1    0.118057665406E-03                     
+AR SCH2 2009  4  1  4 35  0.000000  1    0.187588288238E-03                     
+AR SCUB 2009  4  1  4 35  0.000000  1   -0.578233611457E-07                     
+AR STJO 2009  4  1  4 35  0.000000  1   -0.701518689697E-05                     
+AR SYDN 2009  4  1  4 35  0.000000  1    0.141078437046E-05                     
+AR SYOG 2009  4  1  4 35  0.000000  1    0.140054571363E-04                     
+AR THU2 2009  4  1  4 35  0.000000  1   -0.351570538676E-03                     
+AR TOW2 2009  4  1  4 35  0.000000  1    0.657147644222E-09                     
+AR URUM 2009  4  1  4 35  0.000000  1   -0.462873230909E-03                     
+AR VESL 2009  4  1  4 35  0.000000  1    0.211326562352E-03                     
+AR VILL 2009  4  1  4 35  0.000000  1   -0.517678247221E-07                     
+AR WTZR 2009  4  1  4 35  0.000000  1    0.442093349930E-07                     
+AR WUHN 2009  4  1  4 35  0.000000  1   -0.641474530667E-07                     
+AR YSSK 2009  4  1  4 35  0.000000  1   -0.927521838055E-07                     
+AR ZIM2 2009  4  1  4 35  0.000000  1    0.256036191417E-07                     
+AR XMIS 2009  4  1  4 35  0.000000  1   -0.234920393091E-08                     
+AR GODZ 2009  4  1  4 35  0.000000  1   -0.469123260750E-03                     
+AR MTKA 2009  4  1  4 35  0.000000  1   -0.774983654283E-07                     
+AR PARK 2009  4  1  4 35  0.000000  1    0.803908446248E-06                     
+AR UNBJ 2009  4  1  4 35  0.000000  1   -0.384708987313E-03                     
+AR NOVM 2009  4  1  4 35  0.000000  1    0.798331053976E-04                     
+AR SUNM 2009  4  1  4 35  0.000000  1    0.270485284112E-03                     
+AR CEBR 2009  4  1  4 35  0.000000  1    0.719431934243E-03                     
+AR CPXF 2009  4  1  4 35  0.000000  1   -0.535148860710E-09                     
+AR IDDR 2009  4  1  4 35  0.000000  1    0.486606858564E-08                     
+AR AZGB 2009  4  1  4 35  0.000000  1   -0.325869802060E-03                     
+AR TN22 2009  4  1  4 35  0.000000  1    0.279866017653E-03                     
+AR ETAD 2009  4  1  4 35  0.000000  1    0.253510312948E-07                     
+AR ILHA 2009  4  1  4 35  0.000000  1    0.966675350080E-09                     
+AR POVE 2009  4  1  4 35  0.000000  1   -0.128270722653E-07                     
+AR RECF 2009  4  1  4 35  0.000000  1    0.196616798878E-07                     
+AR SALU 2009  4  1  4 35  0.000000  1    0.122220896147E-07                     
+AR SAVO 2009  4  1  4 35  0.000000  1    0.177907250957E-07                     
+AR UFPR 2009  4  1  4 35  0.000000  1    0.159652496657E-07                     
+AR YELL 2009  4  1  4 35  0.000000  1    0.237046000000E-06                     
+AS G32  2009  4  1  4 40  0.000000  1    0.280305662212E-03                     
+AS G24  2009  4  1  4 40  0.000000  1    0.177754657503E-03                     
+AS G25  2009  4  1  4 40  0.000000  1    0.333953197791E-03                     
+AS G26  2009  4  1  4 40  0.000000  1    0.543992849082E-04                     
+AS G27  2009  4  1  4 40  0.000000  1    0.370478475427E-04                     
+AS G30  2009  4  1  4 40  0.000000  1    0.136191312728E-03                     
+AS G03  2009  4  1  4 40  0.000000  1    0.373332939177E-03                     
+AS G04  2009  4  1  4 40  0.000000  1   -0.343175131138E-04                     
+AS G06  2009  4  1  4 40  0.000000  1    0.597425073600E-04                     
+AS G08  2009  4  1  4 40  0.000000  1   -0.196504525859E-03                     
+AS G09  2009  4  1  4 40  0.000000  1    0.484028275275E-04                     
+AS G10  2009  4  1  4 40  0.000000  1   -0.136073672439E-04                     
+AS G14  2009  4  1  4 40  0.000000  1   -0.132544666580E-03                     
+AS G13  2009  4  1  4 40  0.000000  1    0.293234147975E-03                     
+AS G28  2009  4  1  4 40  0.000000  1   -0.238276977186E-04                     
+AS G21  2009  4  1  4 40  0.000000  1    0.215778403876E-04                     
+AS G11  2009  4  1  4 40  0.000000  1    0.278429153051E-05                     
+AS G22  2009  4  1  4 40  0.000000  1    0.202443685311E-03                     
+AS G20  2009  4  1  4 40  0.000000  1    0.865846549846E-04                     
+AS G18  2009  4  1  4 40  0.000000  1   -0.696137311311E-04                     
+AS G16  2009  4  1  4 40  0.000000  1    0.630789866708E-04                     
+AS G19  2009  4  1  4 40  0.000000  1    0.293799902471E-04                     
+AS G23  2009  4  1  4 40  0.000000  1    0.388977230830E-03                     
+AS G02  2009  4  1  4 40  0.000000  1    0.153942339592E-03                     
+AS G31  2009  4  1  4 40  0.000000  1   -0.564442370925E-04                     
+AS G17  2009  4  1  4 40  0.000000  1    0.523973683711E-04                     
+AS G12  2009  4  1  4 40  0.000000  1   -0.299646616232E-03                     
+AS G15  2009  4  1  4 40  0.000000  1   -0.275890946403E-03                     
+AS G29  2009  4  1  4 40  0.000000  1    0.474634473288E-05                     
+AS G07  2009  4  1  4 40  0.000000  1    0.209926303863E-04                     
+AS R02  2009  4  1  4 40  0.000000  1    0.207359413014E-04                     
+AS R03  2009  4  1  4 40  0.000000  1   -0.342033854075E-04                     
+AS R04  2009  4  1  4 40  0.000000  1    0.640050524279E-04                     
+AS R06  2009  4  1  4 40  0.000000  1   -0.169226796339E-03                     
+AS R07  2009  4  1  4 40  0.000000  1   -0.892540157972E-04                     
+AS R08  2009  4  1  4 40  0.000000  1   -0.102020833568E-03                     
+AS R10  2009  4  1  4 40  0.000000  1   -0.140854226379E-03                     
+AS R11  2009  4  1  4 40  0.000000  1   -0.926034980477E-04                     
+AS R13  2009  4  1  4 40  0.000000  1   -0.230613028164E-03                     
+AS R14  2009  4  1  4 40  0.000000  1   -0.796911442981E-04                     
+AS R15  2009  4  1  4 40  0.000000  1    0.920849909146E-04                     
+AS R17  2009  4  1  4 40  0.000000  1   -0.261239120498E-03                     
+AS R18  2009  4  1  4 40  0.000000  1   -0.133916591457E-05                     
+AS R19  2009  4  1  4 40  0.000000  1   -0.893955757245E-04                     
+AS R20  2009  4  1  4 40  0.000000  1   -0.650065866613E-04                     
+AS R21  2009  4  1  4 40  0.000000  1   -0.143307695009E-03                     
+AS R22  2009  4  1  4 40  0.000000  1   -0.201506125193E-03                     
+AS R23  2009  4  1  4 40  0.000000  1   -0.200441608230E-03                     
+AR ALGO 2009  4  1  4 40  0.000000  1    0.805530736369E-04                     
+AR ALIC 2009  4  1  4 40  0.000000  1    0.611845689343E-08                     
+AR AMC2 2009  4  1  4 40  0.000000  1    0.129727478427E-08                     
+AR ANKR 2009  4  1  4 40  0.000000  1    0.100897293072E-03                     
+AR ARTU 2009  4  1  4 40  0.000000  1   -0.546259700699E-07                     
+AR ASPA 2009  4  1  4 40  0.000000  1    0.159560462077E-07                     
+AR BHR1 2009  4  1  4 40  0.000000  1    0.563382707385E-03                     
+AR BARH 2009  4  1  4 40  0.000000  1    0.145573866391E-08                     
+AR BJFS 2009  4  1  4 40  0.000000  1   -0.676709223291E-07                     
+AR BOGT 2009  4  1  4 40  0.000000  1   -0.504544390601E-07                     
+AR BRMU 2009  4  1  4 40  0.000000  1    0.212531263795E-03                     
+AR CAGZ 2009  4  1  4 40  0.000000  1    0.102815922029E-03                     
+AR CAS1 2009  4  1  4 40  0.000000  1    0.399966732000E-08                     
+AR CHAT 2009  4  1  4 40  0.000000  1   -0.652165410966E-07                     
+AR CHPI 2009  4  1  4 40  0.000000  1   -0.564081505229E-07                     
+AR COCO 2009  4  1  4 40  0.000000  1    0.227647489766E-03                     
+AR CONZ 2009  4  1  4 40  0.000000  1    0.170934328141E-03                     
+AR CRAR 2009  4  1  4 40  0.000000  1    0.126753564721E-03                     
+AR CRO1 2009  4  1  4 40  0.000000  1    0.665102990385E-03                     
+AR DAEJ 2009  4  1  4 40  0.000000  1   -0.196600869109E-03                     
+AR DARW 2009  4  1  4 40  0.000000  1   -0.646820114042E-09                     
+AR DGAR 2009  4  1  4 40  0.000000  1   -0.730031857385E-07                     
+AR DRAO 2009  4  1  4 40  0.000000  1    0.111137007511E-03                     
+AR FAA1 2009  4  1  4 40  0.000000  1   -0.256915992178E-07                     
+AR FAIR 2009  4  1  4 40  0.000000  1   -0.677748208551E-07                     
+AR GLPS 2009  4  1  4 40  0.000000  1   -0.609131972560E-07                     
+AR GUAM 2009  4  1  4 40  0.000000  1   -0.820231279662E-07                     
+AR GUAT 2009  4  1  4 40  0.000000  1    0.573516368963E-08                     
+AR HOB2 2009  4  1  4 40  0.000000  1    0.859203631046E-07                     
+AR HOFN 2009  4  1  4 40  0.000000  1   -0.459249617540E-03                     
+AR HOLM 2009  4  1  4 40  0.000000  1   -0.573588264247E-07                     
+AR HRAO 2009  4  1  4 40  0.000000  1    0.849456956794E-03                     
+AR HYDE 2009  4  1  4 40  0.000000  1    0.194752832393E-08                     
+AR IRKJ 2009  4  1  4 40  0.000000  1    0.163747162851E-03                     
+AR ISPA 2009  4  1  4 40  0.000000  1   -0.548617656284E-07                     
+AR KARR 2009  4  1  4 40  0.000000  1   -0.625129932669E-07                     
+AR KHAJ 2009  4  1  4 40  0.000000  1   -0.150788187067E-05                     
+AR KIR0 2009  4  1  4 40  0.000000  1    0.283715231979E-03                     
+AR KIRU 2009  4  1  4 40  0.000000  1    0.591374905606E-03                     
+AR KIT3 2009  4  1  4 40  0.000000  1   -0.799885324551E-08                     
+AR KOUR 2009  4  1  4 40  0.000000  1    0.125013525807E-03                     
+AR KUNM 2009  4  1  4 40  0.000000  1   -0.136815331423E-07                     
+AR LHAZ 2009  4  1  4 40  0.000000  1    0.748484597145E-04                     
+AR MAL2 2009  4  1  4 40  0.000000  1   -0.768794057890E-08                     
+AR MAS1 2009  4  1  4 40  0.000000  1   -0.101614673766E-03                     
+AR MAW1 2009  4  1  4 40  0.000000  1    0.125077390068E-08                     
+AR MCIL 2009  4  1  4 40  0.000000  1    0.328915369364E-07                     
+AR MCM4 2009  4  1  4 40  0.000000  1   -0.685780211124E-07                     
+AR MDO1 2009  4  1  4 40  0.000000  1   -0.408657111671E-07                     
+AR MDVJ 2009  4  1  4 40  0.000000  1    0.438552803947E-03                     
+AR MKEA 2009  4  1  4 40  0.000000  1   -0.702252625832E-07                     
+AR MOBS 2009  4  1  4 40  0.000000  1    0.126675183026E-08                     
+AR NANO 2009  4  1  4 40  0.000000  1   -0.118862818328E-08                     
+AR NLIB 2009  4  1  4 40  0.000000  1   -0.117451401061E-06                     
+AR NNOR 2009  4  1  4 40  0.000000  1    0.365796139865E-03                     
+AR NRC1 2009  4  1  4 40  0.000000  1   -0.448823312446E-05                     
+AR NRIL 2009  4  1  4 40  0.000000  1   -0.569901923624E-07                     
+AR NRMD 2009  4  1  4 40  0.000000  1    0.316024533178E-07                     
+AR NTUS 2009  4  1  4 40  0.000000  1   -0.668757051657E-08                     
+AR NYAL 2009  4  1  4 40  0.000000  1    0.929972149447E-07                     
+AR OHI3 2009  4  1  4 40  0.000000  1    0.142696918783E-03                     
+AR ONSA 2009  4  1  4 40  0.000000  1   -0.324742879605E-04                     
+AR PDEL 2009  4  1  4 40  0.000000  1    0.789322866344E-09                     
+AR PERT 2009  4  1  4 40  0.000000  1   -0.658236232083E-07                     
+AR PETP 2009  4  1  4 40  0.000000  1   -0.705205299307E-07                     
+AR PIMO 2009  4  1  4 40  0.000000  1   -0.724460892843E-07                     
+AR QAQ1 2009  4  1  4 40  0.000000  1   -0.564974644396E-07                     
+AR QUIN 2009  4  1  4 40  0.000000  1   -0.574599402377E-07                     
+AR RABT 2009  4  1  4 40  0.000000  1   -0.380092678272E-07                     
+AR RCMN 2009  4  1  4 40  0.000000  1    0.580893811557E-08                     
+AR REDU 2009  4  1  4 40  0.000000  1   -0.433336354390E-07                     
+AR REUN 2009  4  1  4 40  0.000000  1    0.210260059269E-07                     
+AR REYK 2009  4  1  4 40  0.000000  1    0.138383037668E-03                     
+AR SCH2 2009  4  1  4 40  0.000000  1    0.187603428938E-03                     
+AR SCUB 2009  4  1  4 40  0.000000  1   -0.560392554604E-07                     
+AR STJO 2009  4  1  4 40  0.000000  1   -0.701522453484E-05                     
+AR SYDN 2009  4  1  4 40  0.000000  1    0.141075442506E-05                     
+AR SYOG 2009  4  1  4 40  0.000000  1    0.140059844646E-04                     
+AR THU2 2009  4  1  4 40  0.000000  1   -0.353572696228E-03                     
+AR TOW2 2009  4  1  4 40  0.000000  1    0.363440243279E-08                     
+AR URUM 2009  4  1  4 40  0.000000  1    0.464556805968E-03                     
+AR VESL 2009  4  1  4 40  0.000000  1    0.249405598712E-03                     
+AR VILL 2009  4  1  4 40  0.000000  1   -0.511724955293E-07                     
+AR WTZR 2009  4  1  4 40  0.000000  1    0.442285298821E-07                     
+AR WUHN 2009  4  1  4 40  0.000000  1   -0.710415028458E-07                     
+AR YSSK 2009  4  1  4 40  0.000000  1   -0.887045935483E-07                     
+AR ZIM2 2009  4  1  4 40  0.000000  1    0.238434025129E-07                     
+AR XMIS 2009  4  1  4 40  0.000000  1   -0.186589327483E-08                     
+AR GODZ 2009  4  1  4 40  0.000000  1   -0.469123230173E-03                     
+AR MTKA 2009  4  1  4 40  0.000000  1   -0.770746216069E-07                     
+AR PARK 2009  4  1  4 40  0.000000  1    0.803939590591E-06                     
+AR UNBJ 2009  4  1  4 40  0.000000  1   -0.456542917772E-03                     
+AR NOVM 2009  4  1  4 40  0.000000  1    0.798330984656E-04                     
+AR SUNM 2009  4  1  4 40  0.000000  1    0.114102809473E-03                     
+AR CEBR 2009  4  1  4 40  0.000000  1    0.719431912164E-03                     
+AR CPXF 2009  4  1  4 40  0.000000  1    0.366933919299E-09                     
+AR IDDR 2009  4  1  4 40  0.000000  1    0.717378256435E-08                     
+AR AZGB 2009  4  1  4 40  0.000000  1   -0.465354679042E-03                     
+AR TN22 2009  4  1  4 40  0.000000  1    0.202978480500E-03                     
+AR ETAD 2009  4  1  4 40  0.000000  1    0.283804574666E-07                     
+AR ILHA 2009  4  1  4 40  0.000000  1    0.166439347190E-08                     
+AR POVE 2009  4  1  4 40  0.000000  1   -0.130858148443E-07                     
+AR RECF 2009  4  1  4 40  0.000000  1    0.202488685981E-07                     
+AR SALU 2009  4  1  4 40  0.000000  1    0.797665183853E-08                     
+AR SAVO 2009  4  1  4 40  0.000000  1    0.211157985495E-07                     
+AR UFPR 2009  4  1  4 40  0.000000  1    0.171634240993E-07                     
+AR YELL 2009  4  1  4 40  0.000000  1    0.237116000000E-06                     
+AS G32  2009  4  1  4 45  0.000000  1    0.280304273779E-03                     
+AS G24  2009  4  1  4 45  0.000000  1    0.177755627857E-03                     
+AS G25  2009  4  1  4 45  0.000000  1    0.333959766222E-03                     
+AS G26  2009  4  1  4 45  0.000000  1    0.543999386764E-04                     
+AS G27  2009  4  1  4 45  0.000000  1    0.370490291811E-04                     
+AS G30  2009  4  1  4 45  0.000000  1    0.136192423787E-03                     
+AS G03  2009  4  1  4 45  0.000000  1    0.373334852832E-03                     
+AS G04  2009  4  1  4 45  0.000000  1   -0.343221791264E-04                     
+AS G06  2009  4  1  4 45  0.000000  1    0.597479588128E-04                     
+AS G08  2009  4  1  4 45  0.000000  1   -0.196505143362E-03                     
+AS G09  2009  4  1  4 45  0.000000  1    0.484031542662E-04                     
+AS G10  2009  4  1  4 45  0.000000  1   -0.136073785858E-04                     
+AS G14  2009  4  1  4 45  0.000000  1   -0.132543114079E-03                     
+AS G13  2009  4  1  4 45  0.000000  1    0.293234646858E-03                     
+AS G28  2009  4  1  4 45  0.000000  1   -0.238278369990E-04                     
+AS G21  2009  4  1  4 45  0.000000  1    0.215765571374E-04                     
+AS G11  2009  4  1  4 45  0.000000  1    0.278373433384E-05                     
+AS G22  2009  4  1  4 45  0.000000  1    0.202443665672E-03                     
+AS G20  2009  4  1  4 45  0.000000  1    0.865843555456E-04                     
+AS G18  2009  4  1  4 45  0.000000  1   -0.696124825309E-04                     
+AS G16  2009  4  1  4 45  0.000000  1    0.630780860337E-04                     
+AS G19  2009  4  1  4 45  0.000000  1    0.293799511329E-04                     
+AS G23  2009  4  1  4 45  0.000000  1    0.388977578833E-03                     
+AS G02  2009  4  1  4 45  0.000000  1    0.153942380251E-03                     
+AS G31  2009  4  1  4 45  0.000000  1   -0.564445042857E-04                     
+AS G17  2009  4  1  4 45  0.000000  1    0.523979665586E-04                     
+AS G12  2009  4  1  4 45  0.000000  1   -0.299645294345E-03                     
+AS G15  2009  4  1  4 45  0.000000  1   -0.275891941858E-03                     
+AS G29  2009  4  1  4 45  0.000000  1    0.474754523842E-05                     
+AS G07  2009  4  1  4 45  0.000000  1    0.209925454033E-04                     
+AS R02  2009  4  1  4 45  0.000000  1    0.207351280096E-04                     
+AS R03  2009  4  1  4 45  0.000000  1   -0.342044378685E-04                     
+AS R04  2009  4  1  4 45  0.000000  1    0.640018725853E-04                     
+AS R06  2009  4  1  4 45  0.000000  1   -0.169225848655E-03                     
+AS R07  2009  4  1  4 45  0.000000  1   -0.892528973361E-04                     
+AS R08  2009  4  1  4 45  0.000000  1   -0.102020259290E-03                     
+AS R10  2009  4  1  4 45  0.000000  1   -0.140853832899E-03                     
+AS R11  2009  4  1  4 45  0.000000  1   -0.926037228410E-04                     
+AS R13  2009  4  1  4 45  0.000000  1   -0.230613393699E-03                     
+AS R14  2009  4  1  4 45  0.000000  1   -0.796904052585E-04                     
+AS R15  2009  4  1  4 45  0.000000  1    0.920856196048E-04                     
+AS R17  2009  4  1  4 45  0.000000  1   -0.261239748264E-03                     
+AS R18  2009  4  1  4 45  0.000000  1   -0.133924135241E-05                     
+AS R19  2009  4  1  4 45  0.000000  1   -0.893959383221E-04                     
+AS R20  2009  4  1  4 45  0.000000  1   -0.650068594418E-04                     
+AS R21  2009  4  1  4 45  0.000000  1   -0.143308006204E-03                     
+AS R22  2009  4  1  4 45  0.000000  1   -0.201507045737E-03                     
+AS R23  2009  4  1  4 45  0.000000  1   -0.200440236963E-03                     
+AR ALGO 2009  4  1  4 45  0.000000  1    0.805571479234E-04                     
+AR ALIC 2009  4  1  4 45  0.000000  1   -0.124104193008E-08                     
+AR AMC2 2009  4  1  4 45  0.000000  1    0.132469234799E-08                     
+AR ANKR 2009  4  1  4 45  0.000000  1    0.175874647696E-03                     
+AR ARTU 2009  4  1  4 45  0.000000  1   -0.496672796817E-07                     
+AR ASPA 2009  4  1  4 45  0.000000  1    0.181109028246E-07                     
+AR BHR1 2009  4  1  4 45  0.000000  1    0.563382823486E-03                     
+AR BARH 2009  4  1  4 45  0.000000  1    0.246168600918E-08                     
+AR BJFS 2009  4  1  4 45  0.000000  1   -0.637960887620E-07                     
+AR BOGT 2009  4  1  4 45  0.000000  1   -0.503978802002E-07                     
+AR BRMU 2009  4  1  4 45  0.000000  1   -0.290562933440E-03                     
+AR CAGZ 2009  4  1  4 45  0.000000  1    0.326326449656E-03                     
+AR CAS1 2009  4  1  4 45  0.000000  1    0.512624315411E-08                     
+AR CHAT 2009  4  1  4 45  0.000000  1   -0.577352718451E-07                     
+AR CHPI 2009  4  1  4 45  0.000000  1   -0.570814898465E-07                     
+AR COCO 2009  4  1  4 45  0.000000  1    0.227646764224E-03                     
+AR CONZ 2009  4  1  4 45  0.000000  1    0.391930905935E-04                     
+AR CRAR 2009  4  1  4 45  0.000000  1    0.101605136042E-03                     
+AR CRO1 2009  4  1  4 45  0.000000  1    0.665103005234E-03                     
+AR DAEJ 2009  4  1  4 45  0.000000  1   -0.196600130794E-03                     
+AR DARW 2009  4  1  4 45  0.000000  1    0.588393994089E-09                     
+AR DGAR 2009  4  1  4 45  0.000000  1   -0.737057195349E-07                     
+AR DRAO 2009  4  1  4 45  0.000000  1    0.111173649665E-03                     
+AR FAA1 2009  4  1  4 45  0.000000  1   -0.242556375993E-07                     
+AR FAIR 2009  4  1  4 45  0.000000  1   -0.652112529372E-07                     
+AR GLPS 2009  4  1  4 45  0.000000  1   -0.595989499222E-07                     
+AR GUAM 2009  4  1  4 45  0.000000  1   -0.800195668708E-07                     
+AR GUAT 2009  4  1  4 45  0.000000  1    0.524095093330E-08                     
+AR HOB2 2009  4  1  4 45  0.000000  1    0.859496499999E-07                     
+AR HOFN 2009  4  1  4 45  0.000000  1   -0.381145720669E-03                     
+AR HOLM 2009  4  1  4 45  0.000000  1   -0.528021288102E-07                     
+AR HRAO 2009  4  1  4 45  0.000000  1    0.849457053740E-03                     
+AR HYDE 2009  4  1  4 45  0.000000  1    0.265309258666E-08                     
+AR IRKJ 2009  4  1  4 45  0.000000  1    0.163747124158E-03                     
+AR ISPA 2009  4  1  4 45  0.000000  1   -0.541849451762E-07                     
+AR KARR 2009  4  1  4 45  0.000000  1   -0.638931454553E-07                     
+AR KHAJ 2009  4  1  4 45  0.000000  1   -0.150785487457E-05                     
+AR KIR0 2009  4  1  4 45  0.000000  1    0.283708322141E-03                     
+AR KIRU 2009  4  1  4 45  0.000000  1    0.591370775375E-03                     
+AR KIT3 2009  4  1  4 45  0.000000  1   -0.475115374503E-08                     
+AR KOUR 2009  4  1  4 45  0.000000  1    0.125013540195E-03                     
+AR KUNM 2009  4  1  4 45  0.000000  1   -0.202688697127E-07                     
+AR LHAZ 2009  4  1  4 45  0.000000  1    0.339201008160E-04                     
+AR MAL2 2009  4  1  4 45  0.000000  1   -0.902004251499E-08                     
+AR MAS1 2009  4  1  4 45  0.000000  1   -0.101614244000E-03                     
+AR MAW1 2009  4  1  4 45  0.000000  1    0.193239729850E-08                     
+AR MCIL 2009  4  1  4 45  0.000000  1    0.326930529235E-07                     
+AR MCM4 2009  4  1  4 45  0.000000  1   -0.652070966025E-07                     
+AR MDO1 2009  4  1  4 45  0.000000  1   -0.415810787564E-07                     
+AR MDVJ 2009  4  1  4 45  0.000000  1    0.438552807571E-03                     
+AR MKEA 2009  4  1  4 45  0.000000  1   -0.702529766908E-07                     
+AR MOBS 2009  4  1  4 45  0.000000  1    0.124771413450E-08                     
+AR NANO 2009  4  1  4 45  0.000000  1   -0.837273620330E-10                     
+AR NLIB 2009  4  1  4 45  0.000000  1   -0.117428703243E-06                     
+AR NNOR 2009  4  1  4 45  0.000000  1    0.365796565063E-03                     
+AR NRC1 2009  4  1  4 45  0.000000  1   -0.448818625637E-05                     
+AR NRIL 2009  4  1  4 45  0.000000  1   -0.567944319921E-07                     
+AR NRMD 2009  4  1  4 45  0.000000  1    0.314635922189E-07                     
+AR NTUS 2009  4  1  4 45  0.000000  1   -0.441577066750E-08                     
+AR NYAL 2009  4  1  4 45  0.000000  1    0.930329354385E-07                     
+AR OHI3 2009  4  1  4 45  0.000000  1    0.236319864044E-03                     
+AR ONSA 2009  4  1  4 45  0.000000  1   -0.324743241343E-04                     
+AR PDEL 2009  4  1  4 45  0.000000  1   -0.604945985795E-09                     
+AR PERT 2009  4  1  4 45  0.000000  1   -0.665827559624E-07                     
+AR PETP 2009  4  1  4 45  0.000000  1   -0.706569418652E-07                     
+AR PIMO 2009  4  1  4 45  0.000000  1   -0.715690027772E-07                     
+AR QAQ1 2009  4  1  4 45  0.000000  1   -0.578706494445E-07                     
+AR QUIN 2009  4  1  4 45  0.000000  1   -0.592163018154E-07                     
+AR RABT 2009  4  1  4 45  0.000000  1   -0.415598975104E-07                     
+AR RCMN 2009  4  1  4 45  0.000000  1    0.648358635597E-08                     
+AR REDU 2009  4  1  4 45  0.000000  1   -0.433600648665E-07                     
+AR REUN 2009  4  1  4 45  0.000000  1    0.220255130731E-07                     
+AR REYK 2009  4  1  4 45  0.000000  1    0.158226873407E-03                     
+AR SCH2 2009  4  1  4 45  0.000000  1    0.187618461854E-03                     
+AR SCUB 2009  4  1  4 45  0.000000  1   -0.518966696055E-07                     
+AR STJO 2009  4  1  4 45  0.000000  1   -0.701551489914E-05                     
+AR SYDN 2009  4  1  4 45  0.000000  1    0.141059268288E-05                     
+AR SYOG 2009  4  1  4 45  0.000000  1    0.140062949087E-04                     
+AR THU2 2009  4  1  4 45  0.000000  1   -0.355574891729E-03                     
+AR TOW2 2009  4  1  4 45  0.000000  1    0.306979911755E-08                     
+AR URUM 2009  4  1  4 45  0.000000  1    0.391776808996E-03                     
+AR VESL 2009  4  1  4 45  0.000000  1    0.287490694841E-03                     
+AR VILL 2009  4  1  4 45  0.000000  1   -0.509828755273E-07                     
+AR WTZR 2009  4  1  4 45  0.000000  1    0.442573533404E-07                     
+AR WUHN 2009  4  1  4 45  0.000000  1   -0.710332609332E-07                     
+AR YSSK 2009  4  1  4 45  0.000000  1   -0.922375909261E-07                     
+AR ZIM2 2009  4  1  4 45  0.000000  1    0.229017004912E-07                     
+AR XMIS 2009  4  1  4 45  0.000000  1   -0.401410046704E-08                     
+AR GODZ 2009  4  1  4 45  0.000000  1   -0.469123194954E-03                     
+AR MTKA 2009  4  1  4 45  0.000000  1   -0.747272398340E-07                     
+AR PARK 2009  4  1  4 45  0.000000  1    0.803907973970E-06                     
+AR UNBJ 2009  4  1  4 45  0.000000  1    0.471593081270E-03                     
+AR NOVM 2009  4  1  4 45  0.000000  1    0.798331308087E-04                     
+AR SUNM 2009  4  1  4 45  0.000000  1   -0.418518162919E-04                     
+AR CEBR 2009  4  1  4 45  0.000000  1    0.719431916977E-03                     
+AR CPXF 2009  4  1  4 45  0.000000  1    0.135898619498E-08                     
+AR IDDR 2009  4  1  4 45  0.000000  1    0.722877105435E-08                     
+AR AZGB 2009  4  1  4 45  0.000000  1    0.395125079263E-03                     
+AR TN22 2009  4  1  4 45  0.000000  1    0.125830836593E-03                     
+AR ETAD 2009  4  1  4 45  0.000000  1    0.255647413081E-07                     
+AR ILHA 2009  4  1  4 45  0.000000  1    0.698543382563E-09                     
+AR POVE 2009  4  1  4 45  0.000000  1   -0.866045724804E-08                     
+AR RECF 2009  4  1  4 45  0.000000  1    0.212941661784E-07                     
+AR SALU 2009  4  1  4 45  0.000000  1    0.377860422511E-08                     
+AR SAVO 2009  4  1  4 45  0.000000  1    0.214392140263E-07                     
+AR UFPR 2009  4  1  4 45  0.000000  1    0.190469072209E-07                     
+AR YELL 2009  4  1  4 45  0.000000  1    0.237186000000E-06                     
+AS G32  2009  4  1  4 50  0.000000  1    0.280302837579E-03                     
+AS G24  2009  4  1  4 50  0.000000  1    0.177756626249E-03                     
+AS G25  2009  4  1  4 50  0.000000  1    0.333966380520E-03                     
+AS G26  2009  4  1  4 50  0.000000  1    0.544005716643E-04                     
+AS G27  2009  4  1  4 50  0.000000  1    0.370492290848E-04                     
+AS G30  2009  4  1  4 50  0.000000  1    0.136192814822E-03                     
+AS G03  2009  4  1  4 50  0.000000  1    0.373336486474E-03                     
+AS G04  2009  4  1  4 50  0.000000  1   -0.343267694486E-04                     
+AS G06  2009  4  1  4 50  0.000000  1    0.597531964917E-04                     
+AS G08  2009  4  1  4 50  0.000000  1   -0.196505490543E-03                     
+AS G09  2009  4  1  4 50  0.000000  1    0.484038876765E-04                     
+AS G10  2009  4  1  4 50  0.000000  1   -0.136073496163E-04                     
+AS G14  2009  4  1  4 50  0.000000  1   -0.132541370046E-03                     
+AS G13  2009  4  1  4 50  0.000000  1    0.293234890332E-03                     
+AS G28  2009  4  1  4 50  0.000000  1   -0.238278691458E-04                     
+AS G21  2009  4  1  4 50  0.000000  1    0.215758812189E-04                     
+AS G11  2009  4  1  4 50  0.000000  1    0.278361527065E-05                     
+AS G22  2009  4  1  4 50  0.000000  1    0.202442695766E-03                     
+AS G20  2009  4  1  4 50  0.000000  1    0.865843034886E-04                     
+AS G18  2009  4  1  4 50  0.000000  1   -0.696117175627E-04                     
+AS G16  2009  4  1  4 50  0.000000  1    0.630771215601E-04                     
+AS G19  2009  4  1  4 50  0.000000  1    0.293793633118E-04                     
+AS G23  2009  4  1  4 50  0.000000  1    0.388977526764E-03                     
+AS G02  2009  4  1  4 50  0.000000  1    0.153942330724E-03                     
+AS G31  2009  4  1  4 50  0.000000  1   -0.564448912947E-04                     
+AS G17  2009  4  1  4 50  0.000000  1    0.523985031393E-04                     
+AS G12  2009  4  1  4 50  0.000000  1   -0.299643703844E-03                     
+AS G15  2009  4  1  4 50  0.000000  1   -0.275893526350E-03                     
+AS G29  2009  4  1  4 50  0.000000  1    0.474872307236E-05                     
+AS G07  2009  4  1  4 50  0.000000  1    0.209923428400E-04                     
+AS R02  2009  4  1  4 50  0.000000  1    0.207340732993E-04                     
+AS R03  2009  4  1  4 50  0.000000  1   -0.342043545975E-04                     
+AS R04  2009  4  1  4 50  0.000000  1    0.640004380104E-04                     
+AS R06  2009  4  1  4 50  0.000000  1   -0.169226543778E-03                     
+AS R07  2009  4  1  4 50  0.000000  1   -0.892519629699E-04                     
+AS R08  2009  4  1  4 50  0.000000  1   -0.102019964684E-03                     
+AS R10  2009  4  1  4 50  0.000000  1   -0.140853447074E-03                     
+AS R11  2009  4  1  4 50  0.000000  1   -0.926038241812E-04                     
+AS R13  2009  4  1  4 50  0.000000  1   -0.230614056086E-03                     
+AS R14  2009  4  1  4 50  0.000000  1   -0.796896225973E-04                     
+AS R15  2009  4  1  4 50  0.000000  1    0.920853725023E-04                     
+AS R17  2009  4  1  4 50  0.000000  1   -0.261240070553E-03                     
+AS R18  2009  4  1  4 50  0.000000  1   -0.133908793988E-05                     
+AS R19  2009  4  1  4 50  0.000000  1   -0.893961397914E-04                     
+AS R20  2009  4  1  4 50  0.000000  1   -0.650068176325E-04                     
+AS R21  2009  4  1  4 50  0.000000  1   -0.143308204720E-03                     
+AS R22  2009  4  1  4 50  0.000000  1   -0.201507805754E-03                     
+AS R23  2009  4  1  4 50  0.000000  1   -0.200438655115E-03                     
+AR ALGO 2009  4  1  4 50  0.000000  1    0.805612654298E-04                     
+AR ALIC 2009  4  1  4 50  0.000000  1    0.270953173680E-08                     
+AR AMC2 2009  4  1  4 50  0.000000  1    0.134820780735E-08                     
+AR ANKR 2009  4  1  4 50  0.000000  1    0.250570996704E-03                     
+AR ARTU 2009  4  1  4 50  0.000000  1   -0.491413832483E-07                     
+AR ASPA 2009  4  1  4 50  0.000000  1    0.161013958306E-07                     
+AR BHR1 2009  4  1  4 50  0.000000  1    0.563383076763E-03                     
+AR BARH 2009  4  1  4 50  0.000000  1    0.176500591840E-08                     
+AR BJFS 2009  4  1  4 50  0.000000  1   -0.631556374356E-07                     
+AR BOGT 2009  4  1  4 50  0.000000  1   -0.508108809009E-07                     
+AR BRMU 2009  4  1  4 50  0.000000  1    0.206700551470E-03                     
+AR CAGZ 2009  4  1  4 50  0.000000  1   -0.450147888561E-03                     
+AR CAS1 2009  4  1  4 50  0.000000  1    0.252127202694E-08                     
+AR CHAT 2009  4  1  4 50  0.000000  1   -0.581871070852E-07                     
+AR CHPI 2009  4  1  4 50  0.000000  1   -0.595804730345E-07                     
+AR COCO 2009  4  1  4 50  0.000000  1    0.227646159918E-03                     
+AR CONZ 2009  4  1  4 50  0.000000  1   -0.927257787404E-04                     
+AR CRAR 2009  4  1  4 50  0.000000  1    0.764435224668E-04                     
+AR CRO1 2009  4  1  4 50  0.000000  1    0.665103030305E-03                     
+AR DAEJ 2009  4  1  4 50  0.000000  1   -0.196599413834E-03                     
+AR DARW 2009  4  1  4 50  0.000000  1    0.123574417350E-08                     
+AR DGAR 2009  4  1  4 50  0.000000  1   -0.747149757887E-07                     
+AR DRAO 2009  4  1  4 50  0.000000  1    0.111210291764E-03                     
+AR FAA1 2009  4  1  4 50  0.000000  1   -0.236277397204E-07                     
+AR FAIR 2009  4  1  4 50  0.000000  1   -0.593257161900E-07                     
+AR GLPS 2009  4  1  4 50  0.000000  1   -0.592969396136E-07                     
+AR GUAM 2009  4  1  4 50  0.000000  1   -0.790475012897E-07                     
+AR GUAT 2009  4  1  4 50  0.000000  1    0.735050908281E-08                     
+AR HOB2 2009  4  1  4 50  0.000000  1    0.859850417379E-07                     
+AR HOFN 2009  4  1  4 50  0.000000  1   -0.303052044697E-03                     
+AR HOLM 2009  4  1  4 50  0.000000  1   -0.533193945589E-07                     
+AR HRAO 2009  4  1  4 50  0.000000  1    0.849457138483E-03                     
+AR HYDE 2009  4  1  4 50  0.000000  1    0.116842153684E-08                     
+AR IRKJ 2009  4  1  4 50  0.000000  1    0.163747130979E-03                     
+AR ISPA 2009  4  1  4 50  0.000000  1   -0.548937656303E-07                     
+AR KARR 2009  4  1  4 50  0.000000  1   -0.632896341722E-07                     
+AR KHAJ 2009  4  1  4 50  0.000000  1   -0.150785043743E-05                     
+AR KIR0 2009  4  1  4 50  0.000000  1    0.283701450857E-03                     
+AR KIRU 2009  4  1  4 50  0.000000  1    0.591367070098E-03                     
+AR KIT3 2009  4  1  4 50  0.000000  1   -0.255893375396E-08                     
+AR KOUR 2009  4  1  4 50  0.000000  1    0.125013569470E-03                     
+AR KUNM 2009  4  1  4 50  0.000000  1   -0.446668597439E-08                     
+AR LHAZ 2009  4  1  4 50  0.000000  1   -0.840296437935E-05                     
+AR MAL2 2009  4  1  4 50  0.000000  1   -0.816035158617E-08                     
+AR MAS1 2009  4  1  4 50  0.000000  1   -0.101613821459E-03                     
+AR MAW1 2009  4  1  4 50  0.000000  1    0.126426579361E-08                     
+AR MCIL 2009  4  1  4 50  0.000000  1    0.366040233403E-07                     
+AR MCM4 2009  4  1  4 50  0.000000  1   -0.643477728210E-07                     
+AR MDO1 2009  4  1  4 50  0.000000  1   -0.413555913823E-07                     
+AR MDVJ 2009  4  1  4 50  0.000000  1    0.438552800146E-03                     
+AR MKEA 2009  4  1  4 50  0.000000  1   -0.672685834012E-07                     
+AR MOBS 2009  4  1  4 50  0.000000  1    0.139037224075E-08                     
+AR NANO 2009  4  1  4 50  0.000000  1    0.679718042673E-09                     
+AR NLIB 2009  4  1  4 50  0.000000  1   -0.117408489361E-06                     
+AR NNOR 2009  4  1  4 50  0.000000  1    0.365796072123E-03                     
+AR NRC1 2009  4  1  4 50  0.000000  1   -0.448815099780E-05                     
+AR NRIL 2009  4  1  4 50  0.000000  1   -0.601018613496E-07                     
+AR NRMD 2009  4  1  4 50  0.000000  1    0.329086644157E-07                     
+AR NTUS 2009  4  1  4 50  0.000000  1   -0.588517702124E-08                     
+AR NYAL 2009  4  1  4 50  0.000000  1    0.930548912663E-07                     
+AR OHI3 2009  4  1  4 50  0.000000  1    0.330120677435E-03                     
+AR ONSA 2009  4  1  4 50  0.000000  1   -0.324743530391E-04                     
+AR PDEL 2009  4  1  4 50  0.000000  1    0.358081484721E-08                     
+AR PERT 2009  4  1  4 50  0.000000  1   -0.676041469733E-07                     
+AR PETP 2009  4  1  4 50  0.000000  1   -0.716511279682E-07                     
+AR PIMO 2009  4  1  4 50  0.000000  1   -0.704419141985E-07                     
+AR QAQ1 2009  4  1  4 50  0.000000  1   -0.561335541245E-07                     
+AR QUIN 2009  4  1  4 50  0.000000  1   -0.601044884034E-07                     
+AR RABT 2009  4  1  4 50  0.000000  1   -0.424290033231E-07                     
+AR RCMN 2009  4  1  4 50  0.000000  1    0.418246022378E-08                     
+AR REDU 2009  4  1  4 50  0.000000  1   -0.443729976239E-07                     
+AR REUN 2009  4  1  4 50  0.000000  1    0.212902534825E-07                     
+AR REYK 2009  4  1  4 50  0.000000  1    0.177402539157E-03                     
+AR SCH2 2009  4  1  4 50  0.000000  1    0.187633442967E-03                     
+AR SCUB 2009  4  1  4 50  0.000000  1   -0.521925848773E-07                     
+AR STJO 2009  4  1  4 50  0.000000  1   -0.701581370846E-05                     
+AR SYDN 2009  4  1  4 50  0.000000  1    0.141060121343E-05                     
+AR SYOG 2009  4  1  4 50  0.000000  1    0.140065170550E-04                     
+AR THU2 2009  4  1  4 50  0.000000  1   -0.357577047219E-03                     
+AR TOW2 2009  4  1  4 50  0.000000  1    0.259838559878E-08                     
+AR URUM 2009  4  1  4 50  0.000000  1    0.318803617037E-03                     
+AR VESL 2009  4  1  4 50  0.000000  1    0.325614461457E-03                     
+AR VILL 2009  4  1  4 50  0.000000  1   -0.506792913111E-07                     
+AR WTZR 2009  4  1  4 50  0.000000  1    0.442744609722E-07                     
+AR WUHN 2009  4  1  4 50  0.000000  1   -0.659541573544E-07                     
+AR YSSK 2009  4  1  4 50  0.000000  1   -0.904232664777E-07                     
+AR ZIM2 2009  4  1  4 50  0.000000  1    0.225065351534E-07                     
+AR XMIS 2009  4  1  4 50  0.000000  1   -0.272760308612E-08                     
+AR GODZ 2009  4  1  4 50  0.000000  1   -0.469123167638E-03                     
+AR MTKA 2009  4  1  4 50  0.000000  1   -0.749897253793E-07                     
+AR PARK 2009  4  1  4 50  0.000000  1    0.803959157638E-06                     
+AR UNBJ 2009  4  1  4 50  0.000000  1    0.399700227499E-03                     
+AR NOVM 2009  4  1  4 50  0.000000  1    0.798331264538E-04                     
+AR SUNM 2009  4  1  4 50  0.000000  1   -0.198066250365E-03                     
+AR CEBR 2009  4  1  4 50  0.000000  1    0.719431739133E-03                     
+AR CPXF 2009  4  1  4 50  0.000000  1    0.747990382441E-09                     
+AR IDDR 2009  4  1  4 50  0.000000  1    0.805661197168E-08                     
+AR AZGB 2009  4  1  4 50  0.000000  1    0.255689897535E-03                     
+AR TN22 2009  4  1  4 50  0.000000  1    0.483701143110E-04                     
+AR ETAD 2009  4  1  4 50  0.000000  1    0.271944691168E-07                     
+AR ILHA 2009  4  1  4 50  0.000000  1   -0.948499436841E-09                     
+AR POVE 2009  4  1  4 50  0.000000  1   -0.936629939658E-08                     
+AR RECF 2009  4  1  4 50  0.000000  1    0.214377712095E-07                     
+AR SALU 2009  4  1  4 50  0.000000  1    0.210376083888E-07                     
+AR SAVO 2009  4  1  4 50  0.000000  1    0.201850158177E-07                     
+AR UFPR 2009  4  1  4 50  0.000000  1    0.208723387724E-07                     
+AR YELL 2009  4  1  4 50  0.000000  1    0.237256000000E-06                     
+AS G32  2009  4  1  4 55  0.000000  1    0.280301408624E-03                     
+AS G24  2009  4  1  4 55  0.000000  1    0.177757579135E-03                     
+AS G25  2009  4  1  4 55  0.000000  1    0.333972962577E-03                     
+AS G26  2009  4  1  4 55  0.000000  1    0.544012835921E-04                     
+AS G27  2009  4  1  4 55  0.000000  1    0.370503272378E-04                     
+AS G30  2009  4  1  4 55  0.000000  1    0.136193546668E-03                     
+AS G03  2009  4  1  4 55  0.000000  1    0.373337811855E-03                     
+AS G04  2009  4  1  4 55  0.000000  1   -0.343308792128E-04                     
+AS G06  2009  4  1  4 55  0.000000  1    0.597584622386E-04                     
+AS G08  2009  4  1  4 55  0.000000  1   -0.196506470057E-03                     
+AS G09  2009  4  1  4 55  0.000000  1    0.484046584406E-04                     
+AS G10  2009  4  1  4 55  0.000000  1   -0.136074021343E-04                     
+AS G14  2009  4  1  4 55  0.000000  1   -0.132539546410E-03                     
+AS G13  2009  4  1  4 55  0.000000  1    0.293235166606E-03                     
+AS G28  2009  4  1  4 55  0.000000  1   -0.238278986234E-04                     
+AS G21  2009  4  1  4 55  0.000000  1    0.215751124446E-04                     
+AS G11  2009  4  1  4 55  0.000000  1    0.278315667216E-05                     
+AS G22  2009  4  1  4 55  0.000000  1    0.202442425437E-03                     
+AS G20  2009  4  1  4 55  0.000000  1    0.865837218208E-04                     
+AS G18  2009  4  1  4 55  0.000000  1   -0.696103881915E-04                     
+AS G16  2009  4  1  4 55  0.000000  1    0.630763157718E-04                     
+AS G19  2009  4  1  4 55  0.000000  1    0.293792447027E-04                     
+AS G23  2009  4  1  4 55  0.000000  1    0.388977639330E-03                     
+AS G02  2009  4  1  4 55  0.000000  1    0.153942095916E-03                     
+AS G31  2009  4  1  4 55  0.000000  1   -0.564452136693E-04                     
+AS G17  2009  4  1  4 55  0.000000  1    0.523990938330E-04                     
+AS G12  2009  4  1  4 55  0.000000  1   -0.299642379702E-03                     
+AS G15  2009  4  1  4 55  0.000000  1   -0.275894856128E-03                     
+AS G29  2009  4  1  4 55  0.000000  1    0.475026039851E-05                     
+AS G07  2009  4  1  4 55  0.000000  1    0.209921848935E-04                     
+AS R02  2009  4  1  4 55  0.000000  1    0.207330776304E-04                     
+AS R03  2009  4  1  4 55  0.000000  1   -0.342054645545E-04                     
+AS R04  2009  4  1  4 55  0.000000  1    0.639988485362E-04                     
+AS R06  2009  4  1  4 55  0.000000  1   -0.169226282340E-03                     
+AS R07  2009  4  1  4 55  0.000000  1   -0.892511769503E-04                     
+AS R08  2009  4  1  4 55  0.000000  1   -0.102019584522E-03                     
+AS R10  2009  4  1  4 55  0.000000  1   -0.140853480518E-03                     
+AS R11  2009  4  1  4 55  0.000000  1   -0.926041887461E-04                     
+AS R13  2009  4  1  4 55  0.000000  1   -0.230614337989E-03                     
+AS R14  2009  4  1  4 55  0.000000  1   -0.796893440694E-04                     
+AS R15  2009  4  1  4 55  0.000000  1    0.920861246977E-04                     
+AS R17  2009  4  1  4 55  0.000000  1   -0.261240476085E-03                     
+AS R18  2009  4  1  4 55  0.000000  1   -0.133942970114E-05                     
+AS R19  2009  4  1  4 55  0.000000  1   -0.893964132686E-04                     
+AS R20  2009  4  1  4 55  0.000000  1   -0.650067557585E-04                     
+AS R21  2009  4  1  4 55  0.000000  1   -0.143308319550E-03                     
+AS R22  2009  4  1  4 55  0.000000  1   -0.201508754154E-03                     
+AS R23  2009  4  1  4 55  0.000000  1   -0.200437258144E-03                     
+AR ALGO 2009  4  1  4 55  0.000000  1    0.805653712813E-04                     
+AR ALIC 2009  4  1  4 55  0.000000  1    0.103366003125E-08                     
+AR AMC2 2009  4  1  4 55  0.000000  1    0.137002334769E-08                     
+AR ANKR 2009  4  1  4 55  0.000000  1    0.324935199218E-03                     
+AR ARTU 2009  4  1  4 55  0.000000  1   -0.484523461488E-07                     
+AR ASPA 2009  4  1  4 55  0.000000  1    0.109210907072E-07                     
+AR BHR1 2009  4  1  4 55  0.000000  1    0.563382974125E-03                     
+AR BARH 2009  4  1  4 55  0.000000  1    0.190050022761E-08                     
+AR BJFS 2009  4  1  4 55  0.000000  1   -0.636059201902E-07                     
+AR BOGT 2009  4  1  4 55  0.000000  1   -0.494338652009E-07                     
+AR BRMU 2009  4  1  4 55  0.000000  1   -0.295709687206E-03                     
+AR CAGZ 2009  4  1  4 55  0.000000  1   -0.226580603620E-03                     
+AR CAS1 2009  4  1  4 55  0.000000  1    0.524838154974E-08                     
+AR CHAT 2009  4  1  4 55  0.000000  1   -0.601577179802E-07                     
+AR CHPI 2009  4  1  4 55  0.000000  1   -0.603229636932E-07                     
+AR COCO 2009  4  1  4 55  0.000000  1    0.227645657980E-03                     
+AR CONZ 2009  4  1  4 55  0.000000  1   -0.223746448630E-03                     
+AR CRAR 2009  4  1  4 55  0.000000  1    0.512699695599E-04                     
+AR CRO1 2009  4  1  4 55  0.000000  1    0.665103083577E-03                     
+AR DAEJ 2009  4  1  4 55  0.000000  1   -0.196599499043E-03                     
+AR DARW 2009  4  1  4 55  0.000000  1    0.902525968197E-09                     
+AR DGAR 2009  4  1  4 55  0.000000  1   -0.770095212425E-07                     
+AR DRAO 2009  4  1  4 55  0.000000  1    0.111247054361E-03                     
+AR FAA1 2009  4  1  4 55  0.000000  1   -0.247421660631E-07                     
+AR FAIR 2009  4  1  4 55  0.000000  1   -0.573961412915E-07                     
+AR GLPS 2009  4  1  4 55  0.000000  1   -0.606007911226E-07                     
+AR GUAM 2009  4  1  4 55  0.000000  1   -0.610412932997E-07                     
+AR GUAT 2009  4  1  4 55  0.000000  1    0.604527765819E-08                     
+AR HOB2 2009  4  1  4 55  0.000000  1    0.860366444326E-07                     
+AR HOFN 2009  4  1  4 55  0.000000  1   -0.224972288244E-03                     
+AR HOLM 2009  4  1  4 55  0.000000  1   -0.479641370464E-07                     
+AR HRAO 2009  4  1  4 55  0.000000  1    0.849457228792E-03                     
+AR HYDE 2009  4  1  4 55  0.000000  1    0.397542846575E-08                     
+AR IRKJ 2009  4  1  4 55  0.000000  1    0.163747125729E-03                     
+AR ISPA 2009  4  1  4 55  0.000000  1   -0.559043598699E-07                     
+AR KARR 2009  4  1  4 55  0.000000  1   -0.625431843233E-07                     
+AR KHAJ 2009  4  1  4 55  0.000000  1   -0.150784382304E-05                     
+AR KIR0 2009  4  1  4 55  0.000000  1    0.283694543872E-03                     
+AR KIRU 2009  4  1  4 55  0.000000  1    0.591363557729E-03                     
+AR KIT3 2009  4  1  4 55  0.000000  1    0.205287443525E-08                     
+AR KOUR 2009  4  1  4 55  0.000000  1    0.125013590185E-03                     
+AR KUNM 2009  4  1  4 55  0.000000  1   -0.160210319599E-07                     
+AR LHAZ 2009  4  1  4 55  0.000000  1   -0.520087360732E-04                     
+AR MAL2 2009  4  1  4 55  0.000000  1   -0.321849251338E-08                     
+AR MAS1 2009  4  1  4 55  0.000000  1   -0.101613397986E-03                     
+AR MAW1 2009  4  1  4 55  0.000000  1    0.206806563590E-08                     
+AR MCIL 2009  4  1  4 55  0.000000  1    0.366701664532E-07                     
+AR MCM4 2009  4  1  4 55  0.000000  1   -0.642061099296E-07                     
+AR MDO1 2009  4  1  4 55  0.000000  1   -0.435845724984E-07                     
+AR MDVJ 2009  4  1  4 55  0.000000  1    0.438552825613E-03                     
+AR MKEA 2009  4  1  4 55  0.000000  1   -0.643191970084E-07                     
+AR MOBS 2009  4  1  4 55  0.000000  1    0.169018758573E-08                     
+AR NANO 2009  4  1  4 55  0.000000  1    0.989389305204E-09                     
+AR NLIB 2009  4  1  4 55  0.000000  1   -0.117388347646E-06                     
+AR NNOR 2009  4  1  4 55  0.000000  1    0.365796294840E-03                     
+AR NRC1 2009  4  1  4 55  0.000000  1   -0.448811784035E-05                     
+AR NRIL 2009  4  1  4 55  0.000000  1   -0.560987165352E-07                     
+AR NRMD 2009  4  1  4 55  0.000000  1    0.330176603760E-07                     
+AR NTUS 2009  4  1  4 55  0.000000  1   -0.456938025106E-08                     
+AR NYAL 2009  4  1  4 55  0.000000  1    0.930850667647E-07                     
+AR OHI3 2009  4  1  4 55  0.000000  1    0.424118112518E-03                     
+AR ONSA 2009  4  1  4 55  0.000000  1   -0.324743790631E-04                     
+AR PDEL 2009  4  1  4 55  0.000000  1    0.117165391869E-08                     
+AR PERT 2009  4  1  4 55  0.000000  1   -0.696847796603E-07                     
+AR PETP 2009  4  1  4 55  0.000000  1   -0.718329030436E-07                     
+AR PIMO 2009  4  1  4 55  0.000000  1   -0.692084948045E-07                     
+AR QAQ1 2009  4  1  4 55  0.000000  1   -0.553807575550E-07                     
+AR QUIN 2009  4  1  4 55  0.000000  1   -0.519420118082E-07                     
+AR RABT 2009  4  1  4 55  0.000000  1   -0.420023790157E-07                     
+AR RCMN 2009  4  1  4 55  0.000000  1    0.345354747002E-08                     
+AR REDU 2009  4  1  4 55  0.000000  1   -0.438050955055E-07                     
+AR REUN 2009  4  1  4 55  0.000000  1    0.176191946576E-07                     
+AR REYK 2009  4  1  4 55  0.000000  1    0.196014708995E-03                     
+AR SCH2 2009  4  1  4 55  0.000000  1    0.187648582866E-03                     
+AR SCUB 2009  4  1  4 55  0.000000  1   -0.663542519900E-07                     
+AR STJO 2009  4  1  4 55  0.000000  1   -0.701630304736E-05                     
+AR SYDN 2009  4  1  4 55  0.000000  1    0.141061638790E-05                     
+AR SYOG 2009  4  1  4 55  0.000000  1    0.140063793894E-04                     
+AR THU2 2009  4  1  4 55  0.000000  1   -0.359579215341E-03                     
+AR TOW2 2009  4  1  4 55  0.000000  1    0.215046191952E-08                     
+AR URUM 2009  4  1  4 55  0.000000  1    0.245657586448E-03                     
+AR VESL 2009  4  1  4 55  0.000000  1    0.363794372194E-03                     
+AR VILL 2009  4  1  4 55  0.000000  1   -0.515653163077E-07                     
+AR WTZR 2009  4  1  4 55  0.000000  1    0.443188395948E-07                     
+AR WUHN 2009  4  1  4 55  0.000000  1   -0.640952637681E-07                     
+AR YSSK 2009  4  1  4 55  0.000000  1   -0.881971254737E-07                     
+AR ZIM2 2009  4  1  4 55  0.000000  1    0.257160512045E-07                     
+AR XMIS 2009  4  1  4 55  0.000000  1   -0.317392425459E-08                     
+AR GODZ 2009  4  1  4 55  0.000000  1   -0.469123118386E-03                     
+AR MTKA 2009  4  1  4 55  0.000000  1   -0.757279502975E-07                     
+AR PARK 2009  4  1  4 55  0.000000  1    0.804009626107E-06                     
+AR UNBJ 2009  4  1  4 55  0.000000  1    0.327808678905E-03                     
+AR NOVM 2009  4  1  4 55  0.000000  1    0.798331427926E-04                     
+AR SUNM 2009  4  1  4 55  0.000000  1   -0.353940025598E-03                     
+AR CEBR 2009  4  1  4 55  0.000000  1    0.719431732884E-03                     
+AR CPXF 2009  4  1  4 55  0.000000  1    0.273691884064E-08                     
+AR IDDR 2009  4  1  4 55  0.000000  1    0.884261088934E-08                     
+AR AZGB 2009  4  1  4 55  0.000000  1    0.116174480064E-03                     
+AR TN22 2009  4  1  4 55  0.000000  1   -0.292703805152E-04                     
+AR ETAD 2009  4  1  4 55  0.000000  1    0.273121199266E-07                     
+AR ILHA 2009  4  1  4 55  0.000000  1   -0.841893779924E-09                     
+AR POVE 2009  4  1  4 55  0.000000  1   -0.893030556267E-08                     
+AR RECF 2009  4  1  4 55  0.000000  1    0.217512936251E-07                     
+AR SALU 2009  4  1  4 55  0.000000  1    0.185852508202E-07                     
+AR SAVO 2009  4  1  4 55  0.000000  1    0.202563019843E-07                     
+AR UFPR 2009  4  1  4 55  0.000000  1    0.219122912524E-07                     
+AR YELL 2009  4  1  4 55  0.000000  1    0.237326000000E-06                     
+AS G32  2009  4  1  5  0  0.000000  1    0.280299985863E-03                     
+AS G24  2009  4  1  5  0  0.000000  1    0.177758260401E-03                     
+AS G25  2009  4  1  5  0  0.000000  1    0.333979473740E-03                     
+AS G26  2009  4  1  5  0  0.000000  1    0.544020292419E-04                     
+AS G27  2009  4  1  5  0  0.000000  1    0.370515405919E-04                     
+AS G30  2009  4  1  5  0  0.000000  1    0.136194349133E-03                     
+AS G03  2009  4  1  5  0  0.000000  1    0.373339842093E-03                     
+AS G04  2009  4  1  5  0  0.000000  1   -0.343350810841E-04                     
+AS G06  2009  4  1  5  0  0.000000  1    0.597638552574E-04                     
+AS G08  2009  4  1  5  0  0.000000  1   -0.196507204590E-03                     
+AS G09  2009  4  1  5  0  0.000000  1    0.484063286546E-04                     
+AS G10  2009  4  1  5  0  0.000000  1   -0.136076550117E-04                     
+AS G14  2009  4  1  5  0  0.000000  1   -0.132537983188E-03                     
+AS G13  2009  4  1  5  0  0.000000  1    0.293235773880E-03                     
+AS G28  2009  4  1  5  0  0.000000  1   -0.238278776295E-04                     
+AS G21  2009  4  1  5  0  0.000000  1    0.215745762550E-04                     
+AS G11  2009  4  1  5  0  0.000000  1    0.278277090301E-05                     
+AS G22  2009  4  1  5  0  0.000000  1    0.202442327195E-03                     
+AS G20  2009  4  1  5  0  0.000000  1    0.865836236916E-04                     
+AS G18  2009  4  1  5  0  0.000000  1   -0.696094808322E-04                     
+AS G16  2009  4  1  5  0  0.000000  1    0.630756166910E-04                     
+AS G19  2009  4  1  5  0  0.000000  1    0.293789274915E-04                     
+AS G23  2009  4  1  5  0  0.000000  1    0.388977880646E-03                     
+AS G02  2009  4  1  5  0  0.000000  1    0.153941928424E-03                     
+AS G31  2009  4  1  5  0  0.000000  1   -0.564454863300E-04                     
+AS G17  2009  4  1  5  0  0.000000  1    0.523994888599E-04                     
+AS G12  2009  4  1  5  0  0.000000  1   -0.299641080660E-03                     
+AS G15  2009  4  1  5  0  0.000000  1   -0.275896321167E-03                     
+AS G29  2009  4  1  5  0  0.000000  1    0.475132131331E-05                     
+AS G07  2009  4  1  5  0  0.000000  1    0.209923267308E-04                     
+AS R02  2009  4  1  5  0  0.000000  1    0.207322937762E-04                     
+AS R03  2009  4  1  5  0  0.000000  1   -0.342075981301E-04                     
+AS R04  2009  4  1  5  0  0.000000  1    0.639969572091E-04                     
+AS R06  2009  4  1  5  0  0.000000  1   -0.169225678639E-03                     
+AS R07  2009  4  1  5  0  0.000000  1   -0.892503209230E-04                     
+AS R08  2009  4  1  5  0  0.000000  1   -0.102018951646E-03                     
+AS R10  2009  4  1  5  0  0.000000  1   -0.140853315908E-03                     
+AS R11  2009  4  1  5  0  0.000000  1   -0.926045212406E-04                     
+AS R13  2009  4  1  5  0  0.000000  1   -0.230614876597E-03                     
+AS R14  2009  4  1  5  0  0.000000  1   -0.796878676160E-04                     
+AS R15  2009  4  1  5  0  0.000000  1    0.920854496278E-04                     
+AS R17  2009  4  1  5  0  0.000000  1   -0.261240618333E-03                     
+AS R18  2009  4  1  5  0  0.000000  1   -0.133931320686E-05                     
+AS R19  2009  4  1  5  0  0.000000  1   -0.893969878357E-04                     
+AS R20  2009  4  1  5  0  0.000000  1   -0.650068196893E-04                     
+AS R21  2009  4  1  5  0  0.000000  1   -0.143308749693E-03                     
+AS R22  2009  4  1  5  0  0.000000  1   -0.201509657108E-03                     
+AS R23  2009  4  1  5  0  0.000000  1   -0.200435538435E-03                     
+AR ALGO 2009  4  1  5  0  0.000000  1    0.805694777191E-04                     
+AR ALIC 2009  4  1  5  0  0.000000  1    0.121595096316E-08                     
+AR AMC2 2009  4  1  5  0  0.000000  1    0.138300452949E-08                     
+AR ANKR 2009  4  1  5  0  0.000000  1    0.398968429140E-03                     
+AR ARTU 2009  4  1  5  0  0.000000  1   -0.496481846156E-07                     
+AR ASPA 2009  4  1  5  0  0.000000  1    0.102641275534E-07                     
+AR BHR1 2009  4  1  5  0  0.000000  1    0.563382973603E-03                     
+AR BARH 2009  4  1  5  0  0.000000  1    0.137830819016E-08                     
+AR BJFS 2009  4  1  5  0  0.000000  1   -0.618960437707E-07                     
+AR BOGT 2009  4  1  5  0  0.000000  1   -0.494145886251E-07                     
+AR BRMU 2009  4  1  5  0  0.000000  1    0.202094795593E-03                     
+AR CAGZ 2009  4  1  5  0  0.000000  1   -0.291575649027E-05                     
+AR CAS1 2009  4  1  5  0  0.000000  1    0.194729475990E-08                     
+AR CHAT 2009  4  1  5  0  0.000000  1   -0.618977034382E-07                     
+AR CHPI 2009  4  1  5  0  0.000000  1   -0.608483638362E-07                     
+AR COCO 2009  4  1  5  0  0.000000  1    0.227645172124E-03                     
+AR CONZ 2009  4  1  5  0  0.000000  1   -0.353767623289E-03                     
+AR CRAR 2009  4  1  5  0  0.000000  1    0.260917431769E-04                     
+AR CRO1 2009  4  1  5  0  0.000000  1    0.665103137572E-03                     
+AR DAEJ 2009  4  1  5  0  0.000000  1   -0.196599249680E-03                     
+AR DARW 2009  4  1  5  0  0.000000  1    0.725244785112E-09                     
+AR DGAR 2009  4  1  5  0  0.000000  1   -0.791920583025E-07                     
+AR DRAO 2009  4  1  5  0  0.000000  1    0.111283864321E-03                     
+AR FAA1 2009  4  1  5  0  0.000000  1   -0.217267526391E-07                     
+AR FAIR 2009  4  1  5  0  0.000000  1   -0.545056423053E-07                     
+AR GLPS 2009  4  1  5  0  0.000000  1   -0.619008397588E-07                     
+AR GUAM 2009  4  1  5  0  0.000000  1   -0.612840530357E-07                     
+AR GUAT 2009  4  1  5  0  0.000000  1    0.779917267264E-08                     
+AR HOB2 2009  4  1  5  0  0.000000  1    0.860666712605E-07                     
+AR HOFN 2009  4  1  5  0  0.000000  1   -0.146916978146E-03                     
+AR HOLM 2009  4  1  5  0  0.000000  1   -0.639063993585E-07                     
+AR HRAO 2009  4  1  5  0  0.000000  1    0.849457333843E-03                     
+AR HYDE 2009  4  1  5  0  0.000000  1    0.357519146467E-08                     
+AR IRKJ 2009  4  1  5  0  0.000000  1    0.163747110210E-03                     
+AR ISPA 2009  4  1  5  0  0.000000  1   -0.552944288323E-07                     
+AR KARR 2009  4  1  5  0  0.000000  1   -0.661351980027E-07                     
+AR KHAJ 2009  4  1  5  0  0.000000  1   -0.150784802123E-05                     
+AR KIR0 2009  4  1  5  0  0.000000  1    0.283687712322E-03                     
+AR KIRU 2009  4  1  5  0  0.000000  1    0.591360145568E-03                     
+AR KIT3 2009  4  1  5  0  0.000000  1   -0.175368067777E-07                     
+AR KOUR 2009  4  1  5  0  0.000000  1    0.125013610838E-03                     
+AR KUNM 2009  4  1  5  0  0.000000  1   -0.304579839115E-07                     
+AR LHAZ 2009  4  1  5  0  0.000000  1   -0.968016934693E-04                     
+AR MAL2 2009  4  1  5  0  0.000000  1   -0.992202578666E-08                     
+AR MAS1 2009  4  1  5  0  0.000000  1   -0.101612927267E-03                     
+AR MAW1 2009  4  1  5  0  0.000000  1    0.176301943588E-08                     
+AR MCIL 2009  4  1  5  0  0.000000  1    0.386951832440E-07                     
+AR MCM4 2009  4  1  5  0  0.000000  1   -0.643192528343E-07                     
+AR MDO1 2009  4  1  5  0  0.000000  1   -0.409142444961E-07                     
+AR MDVJ 2009  4  1  5  0  0.000000  1    0.438552824132E-03                     
+AR MKEA 2009  4  1  5  0  0.000000  1   -0.623968595276E-07                     
+AR MOBS 2009  4  1  5  0  0.000000  1    0.315672962985E-08                     
+AR NANO 2009  4  1  5  0  0.000000  1    0.270217603907E-08                     
+AR NLIB 2009  4  1  5  0  0.000000  1   -0.117370918144E-06                     
+AR NNOR 2009  4  1  5  0  0.000000  1    0.365796092330E-03                     
+AR NRC1 2009  4  1  5  0  0.000000  1   -0.448807661469E-05                     
+AR NRIL 2009  4  1  5  0  0.000000  1   -0.510404784934E-07                     
+AR NRMD 2009  4  1  5  0  0.000000  1    0.330004232086E-07                     
+AR NTUS 2009  4  1  5  0  0.000000  1   -0.454764943735E-08                     
+AR NYAL 2009  4  1  5  0  0.000000  1    0.931050580847E-07                     
+AR OHI3 2009  4  1  5  0  0.000000  1   -0.481699639846E-03                     
+AR ONSA 2009  4  1  5  0  0.000000  1   -0.324744118096E-04                     
+AR PDEL 2009  4  1  5  0  0.000000  1    0.100891347155E-08                     
+AR PERT 2009  4  1  5  0  0.000000  1   -0.726458643651E-07                     
+AR PETP 2009  4  1  5  0  0.000000  1   -0.720669626474E-07                     
+AR PIMO 2009  4  1  5  0  0.000000  1   -0.706252538186E-07                     
+AR QAQ1 2009  4  1  5  0  0.000000  1   -0.535649897628E-07                     
+AR QUIN 2009  4  1  5  0  0.000000  1   -0.528107739414E-07                     
+AR RABT 2009  4  1  5  0  0.000000  1   -0.433970530522E-07                     
+AR RCMN 2009  4  1  5  0  0.000000  1    0.810114210553E-08                     
+AR REDU 2009  4  1  5  0  0.000000  1   -0.445469080751E-07                     
+AR REUN 2009  4  1  5  0  0.000000  1    0.189612563549E-07                     
+AR REYK 2009  4  1  5  0  0.000000  1    0.214561560624E-03                     
+AR SCH2 2009  4  1  5  0  0.000000  1    0.187664122390E-03                     
+AR SCUB 2009  4  1  5  0  0.000000  1   -0.638910208707E-07                     
+AR STJO 2009  4  1  5  0  0.000000  1   -0.701656697212E-05                     
+AR SYDN 2009  4  1  5  0  0.000000  1    0.141051571450E-05                     
+AR SYOG 2009  4  1  5  0  0.000000  1    0.140064568498E-04                     
+AR THU2 2009  4  1  5  0  0.000000  1   -0.361581441094E-03                     
+AR TOW2 2009  4  1  5  0  0.000000  1    0.189897800305E-08                     
+AR URUM 2009  4  1  5  0  0.000000  1    0.172341019012E-03                     
+AR VESL 2009  4  1  5  0  0.000000  1    0.401980913606E-03                     
+AR VILL 2009  4  1  5  0  0.000000  1   -0.508020974179E-07                     
+AR WTZR 2009  4  1  5  0  0.000000  1    0.443313252578E-07                     
+AR WUHN 2009  4  1  5  0  0.000000  1   -0.608876076975E-07                     
+AR YSSK 2009  4  1  5  0  0.000000  1   -0.851895889645E-07                     
+AR ZIM2 2009  4  1  5  0  0.000000  1    0.256878175710E-07                     
+AR XMIS 2009  4  1  5  0  0.000000  1   -0.456075494214E-08                     
+AR GODZ 2009  4  1  5  0  0.000000  1   -0.469123057238E-03                     
+AR MTKA 2009  4  1  5  0  0.000000  1   -0.775008395324E-07                     
+AR PARK 2009  4  1  5  0  0.000000  1    0.804065371322E-06                     
+AR UNBJ 2009  4  1  5  0  0.000000  1    0.255937432016E-03                     
+AR NOVM 2009  4  1  5  0  0.000000  1    0.798331699810E-04                     
+AR SUNM 2009  4  1  5  0  0.000000  1    0.489905416329E-03                     
+AR CEBR 2009  4  1  5  0  0.000000  1    0.719431728262E-03                     
+AR CPXF 2009  4  1  5  0  0.000000  1    0.350417328717E-08                     
+AR IDDR 2009  4  1  5  0  0.000000  1    0.772114520827E-08                     
+AR AZGB 2009  4  1  5  0  0.000000  1   -0.234134388188E-04                     
+AR TN22 2009  4  1  5  0  0.000000  1   -0.107103726553E-03                     
+AR ETAD 2009  4  1  5  0  0.000000  1    0.488742725033E-07                     
+AR ILHA 2009  4  1  5  0  0.000000  1   -0.930617319296E-09                     
+AR POVE 2009  4  1  5  0  0.000000  1   -0.839796303000E-08                     
+AR RECF 2009  4  1  5  0  0.000000  1    0.217161553561E-07                     
+AR SALU 2009  4  1  5  0  0.000000  1    0.187017545289E-07                     
+AR SAVO 2009  4  1  5  0  0.000000  1    0.212429449339E-07                     
+AR UFPR 2009  4  1  5  0  0.000000  1    0.220740747030E-07                     
+AR YELL 2009  4  1  5  0  0.000000  1    0.237397000000E-06                     
+AS G32  2009  4  1  5  5  0.000000  1    0.280298564383E-03                     
+AS G24  2009  4  1  5  5  0.000000  1    0.177758958809E-03                     
+AS G25  2009  4  1  5  5  0.000000  1    0.333986133429E-03                     
+AS G26  2009  4  1  5  5  0.000000  1    0.544023763232E-04                     
+AS G27  2009  4  1  5  5  0.000000  1    0.370522636877E-04                     
+AS G30  2009  4  1  5  5  0.000000  1    0.136194604554E-03                     
+AS G03  2009  4  1  5  5  0.000000  1    0.373341708628E-03                     
+AS G04  2009  4  1  5  5  0.000000  1   -0.343395715686E-04                     
+AS G06  2009  4  1  5  5  0.000000  1    0.597692641467E-04                     
+AS G08  2009  4  1  5  5  0.000000  1   -0.196507060155E-03                     
+AS G09  2009  4  1  5  5  0.000000  1    0.484068965155E-04                     
+AS G10  2009  4  1  5  5  0.000000  1   -0.136091484513E-04                     
+AS G14  2009  4  1  5  5  0.000000  1   -0.132536172485E-03                     
+AS G13  2009  4  1  5  5  0.000000  1    0.293235848050E-03                     
+AS G28  2009  4  1  5  5  0.000000  1   -0.238279530614E-04                     
+AS G21  2009  4  1  5  5  0.000000  1    0.215738500608E-04                     
+AS G11  2009  4  1  5  5  0.000000  1    0.278243421236E-05                     
+AS G22  2009  4  1  5  5  0.000000  1    0.202442030480E-03                     
+AS G20  2009  4  1  5  5  0.000000  1    0.865832289207E-04                     
+AS G18  2009  4  1  5  5  0.000000  1   -0.696083014801E-04                     
+AS G16  2009  4  1  5  5  0.000000  1    0.630744811993E-04                     
+AS G19  2009  4  1  5  5  0.000000  1    0.293786461771E-04                     
+AS G23  2009  4  1  5  5  0.000000  1    0.388977922204E-03                     
+AS G02  2009  4  1  5  5  0.000000  1    0.153941878589E-03                     
+AS G31  2009  4  1  5  5  0.000000  1   -0.564458691970E-04                     
+AS G17  2009  4  1  5  5  0.000000  1    0.523999945116E-04                     
+AS G12  2009  4  1  5  5  0.000000  1   -0.299639696018E-03                     
+AS G15  2009  4  1  5  5  0.000000  1   -0.275897629610E-03                     
+AS G29  2009  4  1  5  5  0.000000  1    0.475250972682E-05                     
+AS G07  2009  4  1  5  5  0.000000  1    0.209921345192E-04                     
+AS R02  2009  4  1  5  5  0.000000  1    0.207315274955E-04                     
+AS R03  2009  4  1  5  5  0.000000  1   -0.342078669537E-04                     
+AS R04  2009  4  1  5  5  0.000000  1    0.639937979259E-04                     
+AS R06  2009  4  1  5  5  0.000000  1   -0.169226743806E-03                     
+AS R07  2009  4  1  5  5  0.000000  1   -0.892489569807E-04                     
+AS R08  2009  4  1  5  5  0.000000  1   -0.102018912951E-03                     
+AS R10  2009  4  1  5  5  0.000000  1   -0.140853357226E-03                     
+AS R11  2009  4  1  5  5  0.000000  1   -0.926047725665E-04                     
+AS R13  2009  4  1  5  5  0.000000  1   -0.230615137536E-03                     
+AS R14  2009  4  1  5  5  0.000000  1   -0.796872474648E-04                     
+AS R15  2009  4  1  5  5  0.000000  1    0.920849122623E-04                     
+AS R17  2009  4  1  5  5  0.000000  1   -0.261240858355E-03                     
+AS R18  2009  4  1  5  5  0.000000  1   -0.133947378375E-05                     
+AS R19  2009  4  1  5  5  0.000000  1   -0.893974788649E-04                     
+AS R20  2009  4  1  5  5  0.000000  1   -0.650069652325E-04                     
+AS R21  2009  4  1  5  5  0.000000  1   -0.143309402249E-03                     
+AS R22  2009  4  1  5  5  0.000000  1   -0.201510495152E-03                     
+AS R23  2009  4  1  5  5  0.000000  1   -0.200433381393E-03                     
+AR ALGO 2009  4  1  5  5  0.000000  1    0.805737494329E-04                     
+AR ALIC 2009  4  1  5  5  0.000000  1   -0.217251038002E-08                     
+AR AMC2 2009  4  1  5  5  0.000000  1    0.137992530941E-08                     
+AR ANKR 2009  4  1  5  5  0.000000  1    0.472578674971E-03                     
+AR ARTU 2009  4  1  5  5  0.000000  1   -0.561607487248E-07                     
+AR ASPA 2009  4  1  5  5  0.000000  1    0.100510432149E-07                     
+AR BHR1 2009  4  1  5  5  0.000000  1    0.563383029503E-03                     
+AR BARH 2009  4  1  5  5  0.000000  1    0.294624993549E-08                     
+AR BJFS 2009  4  1  5  5  0.000000  1   -0.603007695732E-07                     
+AR BOGT 2009  4  1  5  5  0.000000  1   -0.496416472613E-07                     
+AR BRMU 2009  4  1  5  5  0.000000  1   -0.300113624384E-03                     
+AR CAGZ 2009  4  1  5  5  0.000000  1    0.220810536569E-03                     
+AR CAS1 2009  4  1  5  5  0.000000  1    0.931876867839E-09                     
+AR CHAT 2009  4  1  5  5  0.000000  1   -0.530491476510E-07                     
+AR CHPI 2009  4  1  5  5  0.000000  1   -0.584809823538E-07                     
+AR COCO 2009  4  1  5  5  0.000000  1    0.227644750094E-03                     
+AR CONZ 2009  4  1  5  5  0.000000  1   -0.483312653874E-03                     
+AR CRAR 2009  4  1  5  5  0.000000  1    0.925892833034E-06                     
+AR CRO1 2009  4  1  5  5  0.000000  1    0.665103132271E-03                     
+AR DAEJ 2009  4  1  5  5  0.000000  1   -0.196598785044E-03                     
+AR DARW 2009  4  1  5  5  0.000000  1    0.146867321067E-09                     
+AR DGAR 2009  4  1  5  5  0.000000  1   -0.757821578777E-07                     
+AR DRAO 2009  4  1  5  5  0.000000  1    0.111320564916E-03                     
+AR FAA1 2009  4  1  5  5  0.000000  1   -0.223924436301E-07                     
+AR FAIR 2009  4  1  5  5  0.000000  1   -0.517157604921E-07                     
+AR GLPS 2009  4  1  5  5  0.000000  1   -0.628163582888E-07                     
+AR GUAM 2009  4  1  5  5  0.000000  1   -0.625290739258E-07                     
+AR GUAT 2009  4  1  5  5  0.000000  1    0.580027790702E-08                     
+AR HOB2 2009  4  1  5  5  0.000000  1    0.860585705287E-07                     
+AR HOFN 2009  4  1  5  5  0.000000  1   -0.688657198965E-04                     
+AR HOLM 2009  4  1  5  5  0.000000  1   -0.436516045956E-07                     
+AR HRAO 2009  4  1  5  5  0.000000  1    0.849457395471E-03                     
+AR HYDE 2009  4  1  5  5  0.000000  1    0.127419457200E-08                     
+AR IRKJ 2009  4  1  5  5  0.000000  1    0.163747068693E-03                     
+AR ISPA 2009  4  1  5  5  0.000000  1   -0.574515681842E-07                     
+AR KARR 2009  4  1  5  5  0.000000  1   -0.688631049221E-07                     
+AR KHAJ 2009  4  1  5  5  0.000000  1   -0.150786130741E-05                     
+AR KIR0 2009  4  1  5  5  0.000000  1    0.283680855159E-03                     
+AR KIRU 2009  4  1  5  5  0.000000  1    0.591355953728E-03                     
+AR KIT3 2009  4  1  5  5  0.000000  1   -0.106614387334E-07                     
+AR KOUR 2009  4  1  5  5  0.000000  1    0.125013619389E-03                     
+AR KUNM 2009  4  1  5  5  0.000000  1   -0.377594835092E-07                     
+AR LHAZ 2009  4  1  5  5  0.000000  1   -0.142678762331E-03                     
+AR MAL2 2009  4  1  5  5  0.000000  1   -0.786467334636E-08                     
+AR MAS1 2009  4  1  5  5  0.000000  1   -0.101612457120E-03                     
+AR MAW1 2009  4  1  5  5  0.000000  1    0.664415510756E-09                     
+AR MCIL 2009  4  1  5  5  0.000000  1    0.401531753367E-07                     
+AR MCM4 2009  4  1  5  5  0.000000  1   -0.649887664710E-07                     
+AR MDO1 2009  4  1  5  5  0.000000  1   -0.417718631363E-07                     
+AR MDVJ 2009  4  1  5  5  0.000000  1    0.438552793585E-03                     
+AR MKEA 2009  4  1  5  5  0.000000  1   -0.617005429828E-07                     
+AR MOBS 2009  4  1  5  5  0.000000  1    0.230117979194E-08                     
+AR NANO 2009  4  1  5  5  0.000000  1    0.484313258173E-08                     
+AR NLIB 2009  4  1  5  5  0.000000  1   -0.117380189497E-06                     
+AR NNOR 2009  4  1  5  5  0.000000  1    0.365796325727E-03                     
+AR NRC1 2009  4  1  5  5  0.000000  1   -0.448806337407E-05                     
+AR NRIL 2009  4  1  5  5  0.000000  1   -0.532661268304E-07                     
+AR NRMD 2009  4  1  5  5  0.000000  1    0.321064117877E-07                     
+AR NTUS 2009  4  1  5  5  0.000000  1   -0.427779980662E-08                     
+AR NYAL 2009  4  1  5  5  0.000000  1    0.931201823838E-07                     
+AR OHI3 2009  4  1  5  5  0.000000  1   -0.387484508978E-03                     
+AR ONSA 2009  4  1  5  5  0.000000  1   -0.324744632318E-04                     
+AR PDEL 2009  4  1  5  5  0.000000  1    0.125259527425E-08                     
+AR PERT 2009  4  1  5  5  0.000000  1   -0.745296642209E-07                     
+AR PETP 2009  4  1  5  5  0.000000  1   -0.725209143641E-07                     
+AR PIMO 2009  4  1  5  5  0.000000  1   -0.690663679096E-07                     
+AR QAQ1 2009  4  1  5  5  0.000000  1   -0.536643153066E-07                     
+AR QUIN 2009  4  1  5  5  0.000000  1   -0.539858636155E-07                     
+AR RABT 2009  4  1  5  5  0.000000  1   -0.434173811784E-07                     
+AR RCMN 2009  4  1  5  5  0.000000  1    0.730361746435E-08                     
+AR REDU 2009  4  1  5  5  0.000000  1   -0.446102167491E-07                     
+AR REUN 2009  4  1  5  5  0.000000  1    0.218476931069E-07                     
+AR REYK 2009  4  1  5  5  0.000000  1    0.233031977650E-03                     
+AR SCH2 2009  4  1  5  5  0.000000  1    0.187679595746E-03                     
+AR SCUB 2009  4  1  5  5  0.000000  1   -0.646446570979E-07                     
+AR STJO 2009  4  1  5  5  0.000000  1   -0.701689325743E-05                     
+AR SYDN 2009  4  1  5  5  0.000000  1    0.141057087604E-05                     
+AR SYOG 2009  4  1  5  5  0.000000  1    0.140066080895E-04                     
+AR THU2 2009  4  1  5  5  0.000000  1   -0.363583627404E-03                     
+AR TOW2 2009  4  1  5  5  0.000000  1    0.108828034632E-08                     
+AR URUM 2009  4  1  5  5  0.000000  1    0.987848408188E-04                     
+AR VESL 2009  4  1  5  5  0.000000  1    0.440217611827E-03                     
+AR VILL 2009  4  1  5  5  0.000000  1   -0.520327119814E-07                     
+AR WTZR 2009  4  1  5  5  0.000000  1    0.443380187302E-07                     
+AR WUHN 2009  4  1  5  5  0.000000  1   -0.615453439157E-07                     
+AR YSSK 2009  4  1  5  5  0.000000  1   -0.883108723517E-07                     
+AR ZIM2 2009  4  1  5  5  0.000000  1    0.257445328127E-07                     
+AR XMIS 2009  4  1  5  5  0.000000  1   -0.416033770158E-08                     
+AR GODZ 2009  4  1  5  5  0.000000  1   -0.469123019461E-03                     
+AR MTKA 2009  4  1  5  5  0.000000  1   -0.816246356040E-07                     
+AR PARK 2009  4  1  5  5  0.000000  1    0.804040795602E-06                     
+AR UNBJ 2009  4  1  5  5  0.000000  1    0.184074451447E-03                     
+AR NOVM 2009  4  1  5  5  0.000000  1    0.798331478994E-04                     
+AR SUNM 2009  4  1  5  5  0.000000  1    0.333963596849E-03                     
+AR CEBR 2009  4  1  5  5  0.000000  1    0.719431707468E-03                     
+AR CPXF 2009  4  1  5  5  0.000000  1    0.536420599428E-08                     
+AR IDDR 2009  4  1  5  5  0.000000  1    0.731669991008E-08                     
+AR AZGB 2009  4  1  5  5  0.000000  1   -0.163000026091E-03                     
+AR TN22 2009  4  1  5  5  0.000000  1   -0.185277341800E-03                     
+AR ETAD 2009  4  1  5  5  0.000000  1    0.360104433819E-07                     
+AR ILHA 2009  4  1  5  5  0.000000  1   -0.264938353927E-10                     
+AR POVE 2009  4  1  5  5  0.000000  1   -0.801907479014E-08                     
+AR RECF 2009  4  1  5  5  0.000000  1    0.199942796093E-07                     
+AR SALU 2009  4  1  5  5  0.000000  1    0.442366112461E-08                     
+AR SAVO 2009  4  1  5  5  0.000000  1    0.211655061270E-07                     
+AR UFPR 2009  4  1  5  5  0.000000  1    0.214740159931E-07                     
+AR YELL 2009  4  1  5  5  0.000000  1    0.237467000000E-06                     
+AS G32  2009  4  1  5 10  0.000000  1    0.280297170400E-03                     
+AS G24  2009  4  1  5 10  0.000000  1    0.177759946967E-03                     
+AS G25  2009  4  1  5 10  0.000000  1    0.333992815538E-03                     
+AS G26  2009  4  1  5 10  0.000000  1    0.544029074998E-04                     
+AS G27  2009  4  1  5 10  0.000000  1    0.370529701617E-04                     
+AS G30  2009  4  1  5 10  0.000000  1    0.136196284944E-03                     
+AS G03  2009  4  1  5 10  0.000000  1    0.373343067016E-03                     
+AS G04  2009  4  1  5 10  0.000000  1   -0.343440853167E-04                     
+AS G06  2009  4  1  5 10  0.000000  1    0.597745789913E-04                     
+AS G08  2009  4  1  5 10  0.000000  1   -0.196507193110E-03                     
+AS G09  2009  4  1  5 10  0.000000  1    0.484067356923E-04                     
+AS G10  2009  4  1  5 10  0.000000  1   -0.136093905860E-04                     
+AS G14  2009  4  1  5 10  0.000000  1   -0.132534402102E-03                     
+AS G13  2009  4  1  5 10  0.000000  1    0.293236327042E-03                     
+AS G28  2009  4  1  5 10  0.000000  1   -0.238283405390E-04                     
+AS G21  2009  4  1  5 10  0.000000  1    0.215732029405E-04                     
+AS G11  2009  4  1  5 10  0.000000  1    0.278197992001E-05                     
+AS G22  2009  4  1  5 10  0.000000  1    0.202442453276E-03                     
+AS G20  2009  4  1  5 10  0.000000  1    0.865827749705E-04                     
+AS G18  2009  4  1  5 10  0.000000  1   -0.696071190051E-04                     
+AS G16  2009  4  1  5 10  0.000000  1    0.630736756782E-04                     
+AS G19  2009  4  1  5 10  0.000000  1    0.293783610958E-04                     
+AS G23  2009  4  1  5 10  0.000000  1    0.388977842177E-03                     
+AS G02  2009  4  1  5 10  0.000000  1    0.153941851347E-03                     
+AS G31  2009  4  1  5 10  0.000000  1   -0.564462334162E-04                     
+AS G17  2009  4  1  5 10  0.000000  1    0.524006228843E-04                     
+AS G12  2009  4  1  5 10  0.000000  1   -0.299638421395E-03                     
+AS G15  2009  4  1  5 10  0.000000  1   -0.275898944517E-03                     
+AS G29  2009  4  1  5 10  0.000000  1    0.475374875790E-05                     
+AS G07  2009  4  1  5 10  0.000000  1    0.209917836889E-04                     
+AS R02  2009  4  1  5 10  0.000000  1    0.207305628023E-04                     
+AS R03  2009  4  1  5 10  0.000000  1   -0.342080118708E-04                     
+AS R04  2009  4  1  5 10  0.000000  1    0.639922151403E-04                     
+AS R06  2009  4  1  5 10  0.000000  1   -0.169228836377E-03                     
+AS R07  2009  4  1  5 10  0.000000  1   -0.892482579967E-04                     
+AS R08  2009  4  1  5 10  0.000000  1   -0.102018663855E-03                     
+AS R10  2009  4  1  5 10  0.000000  1   -0.140853347345E-03                     
+AS R11  2009  4  1  5 10  0.000000  1   -0.926050169681E-04                     
+AS R13  2009  4  1  5 10  0.000000  1   -0.230615392830E-03                     
+AS R14  2009  4  1  5 10  0.000000  1   -0.796870066733E-04                     
+AS R15  2009  4  1  5 10  0.000000  1    0.920843986715E-04                     
+AS R17  2009  4  1  5 10  0.000000  1   -0.261241348755E-03                     
+AS R18  2009  4  1  5 10  0.000000  1   -0.133970590423E-05                     
+AS R19  2009  4  1  5 10  0.000000  1   -0.893980152550E-04                     
+AS R20  2009  4  1  5 10  0.000000  1   -0.650078617900E-04                     
+AS R21  2009  4  1  5 10  0.000000  1   -0.143309912922E-03                     
+AS R22  2009  4  1  5 10  0.000000  1   -0.201511454110E-03                     
+AS R23  2009  4  1  5 10  0.000000  1   -0.200431795690E-03                     
+AR ALGO 2009  4  1  5 10  0.000000  1    0.805778439273E-04                     
+AR ALIC 2009  4  1  5 10  0.000000  1    0.130941038459E-08                     
+AR AMC2 2009  4  1  5 10  0.000000  1    0.137701166964E-08                     
+AR ANKR 2009  4  1  5 10  0.000000  1   -0.454064596504E-03                     
+AR ARTU 2009  4  1  5 10  0.000000  1   -0.590358628818E-07                     
+AR ASPA 2009  4  1  5 10  0.000000  1    0.758830012619E-08                     
+AR BHR1 2009  4  1  5 10  0.000000  1    0.563382990260E-03                     
+AR BARH 2009  4  1  5 10  0.000000  1    0.340320949673E-08                     
+AR BJFS 2009  4  1  5 10  0.000000  1   -0.609000113821E-07                     
+AR BOGT 2009  4  1  5 10  0.000000  1   -0.499726157442E-07                     
+AR BRMU 2009  4  1  5 10  0.000000  1    0.197499242996E-03                     
+AR CAGZ 2009  4  1  5 10  0.000000  1    0.444560723121E-03                     
+AR CAS1 2009  4  1  5 10  0.000000  1    0.311536897312E-08                     
+AR CHAT 2009  4  1  5 10  0.000000  1   -0.567031897049E-07                     
+AR CHPI 2009  4  1  5 10  0.000000  1   -0.521379463460E-07                     
+AR COCO 2009  4  1  5 10  0.000000  1    0.227644304231E-03                     
+AR CONZ 2009  4  1  5 10  0.000000  1    0.387166798926E-03                     
+AR CRAR 2009  4  1  5 10  0.000000  1   -0.242458690663E-04                     
+AR CRO1 2009  4  1  5 10  0.000000  1    0.665103137266E-03                     
+AR DAEJ 2009  4  1  5 10  0.000000  1   -0.196597845167E-03                     
+AR DARW 2009  4  1  5 10  0.000000  1    0.473123397490E-08                     
+AR DGAR 2009  4  1  5 10  0.000000  1   -0.727810909938E-07                     
+AR DRAO 2009  4  1  5 10  0.000000  1    0.111357287858E-03                     
+AR FAA1 2009  4  1  5 10  0.000000  1   -0.222562010714E-07                     
+AR FAIR 2009  4  1  5 10  0.000000  1   -0.518459135903E-07                     
+AR GLPS 2009  4  1  5 10  0.000000  1   -0.587187260080E-07                     
+AR GUAM 2009  4  1  5 10  0.000000  1   -0.612231256826E-07                     
+AR GUAT 2009  4  1  5 10  0.000000  1    0.535489151678E-08                     
+AR HOB2 2009  4  1  5 10  0.000000  1    0.860733115110E-07                     
+AR HOFN 2009  4  1  5 10  0.000000  1    0.919225597178E-05                     
+AR HOLM 2009  4  1  5 10  0.000000  1   -0.439474305769E-07                     
+AR HRAO 2009  4  1  5 10  0.000000  1    0.849457469011E-03                     
+AR HYDE 2009  4  1  5 10  0.000000  1    0.446966595557E-08                     
+AR IRKJ 2009  4  1  5 10  0.000000  1    0.163747058688E-03                     
+AR ISPA 2009  4  1  5 10  0.000000  1   -0.666288501496E-07                     
+AR KARR 2009  4  1  5 10  0.000000  1   -0.628088060537E-07                     
+AR KHAJ 2009  4  1  5 10  0.000000  1   -0.150785900671E-05                     
+AR KIR0 2009  4  1  5 10  0.000000  1    0.283673986736E-03                     
+AR KIRU 2009  4  1  5 10  0.000000  1    0.591352737602E-03                     
+AR KIT3 2009  4  1  5 10  0.000000  1   -0.420597501263E-08                     
+AR KOUR 2009  4  1  5 10  0.000000  1    0.125013607805E-03                     
+AR KUNM 2009  4  1  5 10  0.000000  1   -0.743389971935E-07                     
+AR LHAZ 2009  4  1  5 10  0.000000  1   -0.189521690601E-03                     
+AR MAL2 2009  4  1  5 10  0.000000  1   -0.120104374310E-07                     
+AR MAS1 2009  4  1  5 10  0.000000  1   -0.101612015014E-03                     
+AR MAW1 2009  4  1  5 10  0.000000  1   -0.122550371335E-08                     
+AR MCIL 2009  4  1  5 10  0.000000  1    0.399915664419E-07                     
+AR MCM4 2009  4  1  5 10  0.000000  1   -0.573889847224E-07                     
+AR MDO1 2009  4  1  5 10  0.000000  1   -0.447683362718E-07                     
+AR MDVJ 2009  4  1  5 10  0.000000  1    0.438552796489E-03                     
+AR MKEA 2009  4  1  5 10  0.000000  1   -0.559490457919E-07                     
+AR MOBS 2009  4  1  5 10  0.000000  1    0.287724682092E-08                     
+AR NANO 2009  4  1  5 10  0.000000  1    0.470179365927E-08                     
+AR NLIB 2009  4  1  5 10  0.000000  1   -0.117395642239E-06                     
+AR NNOR 2009  4  1  5 10  0.000000  1    0.365796221325E-03                     
+AR NRC1 2009  4  1  5 10  0.000000  1   -0.448804082589E-05                     
+AR NRIL 2009  4  1  5 10  0.000000  1   -0.555496467053E-07                     
+AR NRMD 2009  4  1  5 10  0.000000  1    0.286588894436E-07                     
+AR NTUS 2009  4  1  5 10  0.000000  1   -0.395961617166E-08                     
+AR NYAL 2009  4  1  5 10  0.000000  1    0.931404399922E-07                     
+AR OHI3 2009  4  1  5 10  0.000000  1   -0.293438210577E-03                     
+AR ONSA 2009  4  1  5 10  0.000000  1   -0.324745135541E-04                     
+AR PDEL 2009  4  1  5 10  0.000000  1    0.170677151514E-08                     
+AR PERT 2009  4  1  5 10  0.000000  1   -0.767347202643E-07                     
+AR PETP 2009  4  1  5 10  0.000000  1   -0.756022702645E-07                     
+AR PIMO 2009  4  1  5 10  0.000000  1   -0.692176121181E-07                     
+AR QAQ1 2009  4  1  5 10  0.000000  1   -0.520626772908E-07                     
+AR QUIN 2009  4  1  5 10  0.000000  1   -0.549022959618E-07                     
+AR RABT 2009  4  1  5 10  0.000000  1   -0.426707994263E-07                     
+AR RCMN 2009  4  1  5 10  0.000000  1    0.758632565150E-08                     
+AR REDU 2009  4  1  5 10  0.000000  1   -0.444814930988E-07                     
+AR REUN 2009  4  1  5 10  0.000000  1    0.201026555947E-07                     
+AR REYK 2009  4  1  5 10  0.000000  1    0.251537788939E-03                     
+AR SCH2 2009  4  1  5 10  0.000000  1    0.187694955205E-03                     
+AR SCUB 2009  4  1  5 10  0.000000  1   -0.636564959285E-07                     
+AR STJO 2009  4  1  5 10  0.000000  1   -0.701719106549E-05                     
+AR SYDN 2009  4  1  5 10  0.000000  1    0.141048886117E-05                     
+AR SYOG 2009  4  1  5 10  0.000000  1    0.140071142333E-04                     
+AR THU2 2009  4  1  5 10  0.000000  1   -0.365585898127E-03                     
+AR TOW2 2009  4  1  5 10  0.000000  1   -0.798688128861E-09                     
+AR URUM 2009  4  1  5 10  0.000000  1    0.249853806633E-04                     
+AR VESL 2009  4  1  5 10  0.000000  1    0.478463627239E-03                     
+AR VILL 2009  4  1  5 10  0.000000  1   -0.511058039954E-07                     
+AR WTZR 2009  4  1  5 10  0.000000  1    0.443516158927E-07                     
+AR WUHN 2009  4  1  5 10  0.000000  1   -0.606900356374E-07                     
+AR YSSK 2009  4  1  5 10  0.000000  1   -0.861260486570E-07                     
+AR ZIM2 2009  4  1  5 10  0.000000  1    0.259661842780E-07                     
+AR XMIS 2009  4  1  5 10  0.000000  1    0.517924915760E-08                     
+AR GODZ 2009  4  1  5 10  0.000000  1   -0.469123010990E-03                     
+AR MTKA 2009  4  1  5 10  0.000000  1   -0.803752756603E-07                     
+AR PARK 2009  4  1  5 10  0.000000  1    0.804080231819E-06                     
+AR UNBJ 2009  4  1  5 10  0.000000  1    0.112193892418E-03                     
+AR NOVM 2009  4  1  5 10  0.000000  1    0.798331271664E-04                     
+AR SUNM 2009  4  1  5 10  0.000000  1    0.177619431218E-03                     
+AR CEBR 2009  4  1  5 10  0.000000  1    0.719431694181E-03                     
+AR CPXF 2009  4  1  5 10  0.000000  1    0.341018249506E-08                     
+AR IDDR 2009  4  1  5 10  0.000000  1    0.766556674419E-08                     
+AR AZGB 2009  4  1  5 10  0.000000  1   -0.302568317262E-03                     
+AR TN22 2009  4  1  5 10  0.000000  1   -0.263602330130E-03                     
+AR ETAD 2009  4  1  5 10  0.000000  1    0.301232824827E-07                     
+AR ILHA 2009  4  1  5 10  0.000000  1    0.262980969355E-09                     
+AR POVE 2009  4  1  5 10  0.000000  1   -0.779800597392E-08                     
+AR RECF 2009  4  1  5 10  0.000000  1    0.187973899042E-07                     
+AR SALU 2009  4  1  5 10  0.000000  1    0.165185449931E-07                     
+AR SAVO 2009  4  1  5 10  0.000000  1    0.187195464115E-07                     
+AR UFPR 2009  4  1  5 10  0.000000  1    0.210734778833E-07                     
+AR YELL 2009  4  1  5 10  0.000000  1    0.237537000000E-06                     
+AS G32  2009  4  1  5 15  0.000000  1    0.280295640476E-03                     
+AS G24  2009  4  1  5 15  0.000000  1    0.177761106720E-03                     
+AS G25  2009  4  1  5 15  0.000000  1    0.333999452657E-03                     
+AS G26  2009  4  1  5 15  0.000000  1    0.544035706907E-04                     
+AS G27  2009  4  1  5 15  0.000000  1    0.370540474173E-04                     
+AS G30  2009  4  1  5 15  0.000000  1    0.136197004560E-03                     
+AS G03  2009  4  1  5 15  0.000000  1    0.373345489040E-03                     
+AS G04  2009  4  1  5 15  0.000000  1   -0.343483766824E-04                     
+AS G06  2009  4  1  5 15  0.000000  1    0.597802244819E-04                     
+AS G08  2009  4  1  5 15  0.000000  1   -0.196507750266E-03                     
+AS G09  2009  4  1  5 15  0.000000  1    0.484068374617E-04                     
+AS G10  2009  4  1  5 15  0.000000  1   -0.136095181789E-04                     
+AS G14  2009  4  1  5 15  0.000000  1   -0.132532870664E-03                     
+AS G13  2009  4  1  5 15  0.000000  1    0.293236702739E-03                     
+AS G28  2009  4  1  5 15  0.000000  1   -0.238283219874E-04                     
+AS G21  2009  4  1  5 15  0.000000  1    0.215725681521E-04                     
+AS G11  2009  4  1  5 15  0.000000  1    0.278168253182E-05                     
+AS G22  2009  4  1  5 15  0.000000  1    0.202442021636E-03                     
+AS G20  2009  4  1  5 15  0.000000  1    0.865828289170E-04                     
+AS G18  2009  4  1  5 15  0.000000  1   -0.696062393808E-04                     
+AS G16  2009  4  1  5 15  0.000000  1    0.630727931912E-04                     
+AS G19  2009  4  1  5 15  0.000000  1    0.293781913979E-04                     
+AS G23  2009  4  1  5 15  0.000000  1    0.388978016827E-03                     
+AS G02  2009  4  1  5 15  0.000000  1    0.153941698846E-03                     
+AS G31  2009  4  1  5 15  0.000000  1   -0.564465121543E-04                     
+AS G17  2009  4  1  5 15  0.000000  1    0.524010515332E-04                     
+AS G12  2009  4  1  5 15  0.000000  1   -0.299637036220E-03                     
+AS G15  2009  4  1  5 15  0.000000  1   -0.275899889551E-03                     
+AS G29  2009  4  1  5 15  0.000000  1    0.475484964202E-05                     
+AS G07  2009  4  1  5 15  0.000000  1    0.209918699340E-04                     
+AS R02  2009  4  1  5 15  0.000000  1    0.207296939232E-04                     
+AS R03  2009  4  1  5 15  0.000000  1   -0.342085230780E-04                     
+AS R04  2009  4  1  5 15  0.000000  1    0.639926230810E-04                     
+AS R06  2009  4  1  5 15  0.000000  1   -0.169230675288E-03                     
+AS R07  2009  4  1  5 15  0.000000  1   -0.892475643284E-04                     
+AS R08  2009  4  1  5 15  0.000000  1   -0.102018382800E-03                     
+AS R10  2009  4  1  5 15  0.000000  1   -0.140853316925E-03                     
+AS R11  2009  4  1  5 15  0.000000  1   -0.926054343582E-04                     
+AS R13  2009  4  1  5 15  0.000000  1   -0.230615685177E-03                     
+AS R14  2009  4  1  5 15  0.000000  1   -0.796865178443E-04                     
+AS R15  2009  4  1  5 15  0.000000  1    0.920849347069E-04                     
+AS R17  2009  4  1  5 15  0.000000  1   -0.261241686446E-03                     
+AS R18  2009  4  1  5 15  0.000000  1   -0.133965586548E-05                     
+AS R19  2009  4  1  5 15  0.000000  1   -0.893981799974E-04                     
+AS R20  2009  4  1  5 15  0.000000  1   -0.650076820372E-04                     
+AS R21  2009  4  1  5 15  0.000000  1   -0.143310105360E-03                     
+AS R22  2009  4  1  5 15  0.000000  1   -0.201512338058E-03                     
+AS R23  2009  4  1  5 15  0.000000  1   -0.200429983165E-03                     
+AR ALGO 2009  4  1  5 15  0.000000  1    0.805820919500E-04                     
+AR ALIC 2009  4  1  5 15  0.000000  1    0.122495307213E-08                     
+AR AMC2 2009  4  1  5 15  0.000000  1    0.139110558798E-08                     
+AR ANKR 2009  4  1  5 15  0.000000  1   -0.381075843851E-03                     
+AR ARTU 2009  4  1  5 15  0.000000  1   -0.573516843748E-07                     
+AR ASPA 2009  4  1  5 15  0.000000  1    0.103714538290E-07                     
+AR BHR1 2009  4  1  5 15  0.000000  1    0.563382806244E-03                     
+AR BARH 2009  4  1  5 15  0.000000  1    0.331021758500E-08                     
+AR BJFS 2009  4  1  5 15  0.000000  1   -0.615263418255E-07                     
+AR BOGT 2009  4  1  5 15  0.000000  1   -0.481620199520E-07                     
+AR BRMU 2009  4  1  5 15  0.000000  1   -0.305239763968E-03                     
+AR CAGZ 2009  4  1  5 15  0.000000  1   -0.331709546842E-03                     
+AR CAS1 2009  4  1  5 15  0.000000  1    0.285241921135E-09                     
+AR CHAT 2009  4  1  5 15  0.000000  1   -0.593180135509E-07                     
+AR CHPI 2009  4  1  5 15  0.000000  1   -0.491616727815E-07                     
+AR COCO 2009  4  1  5 15  0.000000  1    0.227643907318E-03                     
+AR CONZ 2009  4  1  5 15  0.000000  1    0.257514132006E-03                     
+AR CRAR 2009  4  1  5 15  0.000000  1   -0.494215713102E-04                     
+AR CRO1 2009  4  1  5 15  0.000000  1    0.665103203035E-03                     
+AR DAEJ 2009  4  1  5 15  0.000000  1   -0.196597699182E-03                     
+AR DARW 2009  4  1  5 15  0.000000  1    0.246762035653E-08                     
+AR DGAR 2009  4  1  5 15  0.000000  1   -0.742279075859E-07                     
+AR DRAO 2009  4  1  5 15  0.000000  1    0.111394021381E-03                     
+AR FAA1 2009  4  1  5 15  0.000000  1   -0.225022974746E-07                     
+AR FAIR 2009  4  1  5 15  0.000000  1   -0.511058451364E-07                     
+AR GLPS 2009  4  1  5 15  0.000000  1   -0.578565752666E-07                     
+AR GUAM 2009  4  1  5 15  0.000000  1   -0.620033491700E-07                     
+AR GUAT 2009  4  1  5 15  0.000000  1    0.723368508544E-08                     
+AR HOB2 2009  4  1  5 15  0.000000  1    0.860858535368E-07                     
+AR HOFN 2009  4  1  5 15  0.000000  1    0.872245160922E-04                     
+AR HOLM 2009  4  1  5 15  0.000000  1   -0.449138442030E-07                     
+AR HRAO 2009  4  1  5 15  0.000000  1    0.849457550108E-03                     
+AR HYDE 2009  4  1  5 15  0.000000  1    0.462249241494E-08                     
+AR IRKJ 2009  4  1  5 15  0.000000  1    0.163747028453E-03                     
+AR ISPA 2009  4  1  5 15  0.000000  1   -0.652477948305E-07                     
+AR KARR 2009  4  1  5 15  0.000000  1   -0.655465576847E-07                     
+AR KHAJ 2009  4  1  5 15  0.000000  1   -0.150787168008E-05                     
+AR KIR0 2009  4  1  5 15  0.000000  1    0.283667167320E-03                     
+AR KIRU 2009  4  1  5 15  0.000000  1    0.591351741132E-03                     
+AR KIT3 2009  4  1  5 15  0.000000  1   -0.848065444929E-08                     
+AR KOUR 2009  4  1  5 15  0.000000  1    0.125013640796E-03                     
+AR KUNM 2009  4  1  5 15  0.000000  1   -0.513302862005E-07                     
+AR LHAZ 2009  4  1  5 15  0.000000  1   -0.237179394400E-03                     
+AR MAL2 2009  4  1  5 15  0.000000  1   -0.202334814379E-07                     
+AR MAS1 2009  4  1  5 15  0.000000  1   -0.101611613075E-03                     
+AR MAW1 2009  4  1  5 15  0.000000  1   -0.241767468439E-09                     
+AR MCIL 2009  4  1  5 15  0.000000  1    0.396876684162E-07                     
+AR MCM4 2009  4  1  5 15  0.000000  1   -0.582106293227E-07                     
+AR MDO1 2009  4  1  5 15  0.000000  1   -0.455283481815E-07                     
+AR MDVJ 2009  4  1  5 15  0.000000  1    0.438552787533E-03                     
+AR MKEA 2009  4  1  5 15  0.000000  1   -0.552844808988E-07                     
+AR MOBS 2009  4  1  5 15  0.000000  1    0.253047580485E-08                     
+AR NANO 2009  4  1  5 15  0.000000  1    0.455996006089E-08                     
+AR NLIB 2009  4  1  5 15  0.000000  1   -0.117391431475E-06                     
+AR NNOR 2009  4  1  5 15  0.000000  1    0.365796325777E-03                     
+AR NRC1 2009  4  1  5 15  0.000000  1   -0.448800163774E-05                     
+AR NRIL 2009  4  1  5 15  0.000000  1   -0.515006387890E-07                     
+AR NRMD 2009  4  1  5 15  0.000000  1    0.272949021799E-07                     
+AR NTUS 2009  4  1  5 15  0.000000  1   -0.343960431690E-08                     
+AR NYAL 2009  4  1  5 15  0.000000  1    0.931680534986E-07                     
+AR OHI3 2009  4  1  5 15  0.000000  1   -0.199398805119E-03                     
+AR ONSA 2009  4  1  5 15  0.000000  1   -0.324745446912E-04                     
+AR PDEL 2009  4  1  5 15  0.000000  1    0.391062826336E-09                     
+AR PERT 2009  4  1  5 15  0.000000  1   -0.695358719862E-07                     
+AR PETP 2009  4  1  5 15  0.000000  1   -0.682146792869E-07                     
+AR PIMO 2009  4  1  5 15  0.000000  1   -0.707322988116E-07                     
+AR QAQ1 2009  4  1  5 15  0.000000  1   -0.543646216673E-07                     
+AR QUIN 2009  4  1  5 15  0.000000  1   -0.557566324031E-07                     
+AR RABT 2009  4  1  5 15  0.000000  1   -0.446961049324E-07                     
+AR RCMN 2009  4  1  5 15  0.000000  1    0.694827215772E-08                     
+AR REDU 2009  4  1  5 15  0.000000  1   -0.448233443918E-07                     
+AR REUN 2009  4  1  5 15  0.000000  1    0.225470193422E-07                     
+AR REYK 2009  4  1  5 15  0.000000  1    0.270151251156E-03                     
+AR SCH2 2009  4  1  5 15  0.000000  1    0.187710083840E-03                     
+AR SCUB 2009  4  1  5 15  0.000000  1   -0.624103279551E-07                     
+AR STJO 2009  4  1  5 15  0.000000  1   -0.701748370925E-05                     
+AR SYDN 2009  4  1  5 15  0.000000  1    0.141048099333E-05                     
+AR SYOG 2009  4  1  5 15  0.000000  1    0.140072218941E-04                     
+AR THU2 2009  4  1  5 15  0.000000  1   -0.367587927764E-03                     
+AR TOW2 2009  4  1  5 15  0.000000  1   -0.104027248482E-09                     
+AR URUM 2009  4  1  5 15  0.000000  1   -0.490129635505E-04                     
+AR VESL 2009  4  1  5 15  0.000000  1   -0.483266845976E-03                     
+AR VILL 2009  4  1  5 15  0.000000  1   -0.526882725901E-07                     
+AR WTZR 2009  4  1  5 15  0.000000  1    0.443671044131E-07                     
+AR WUHN 2009  4  1  5 15  0.000000  1   -0.598055407463E-07                     
+AR YSSK 2009  4  1  5 15  0.000000  1   -0.811545243753E-07                     
+AR ZIM2 2009  4  1  5 15  0.000000  1    0.250738954066E-07                     
+AR XMIS 2009  4  1  5 15  0.000000  1   -0.422426927885E-08                     
+AR GODZ 2009  4  1  5 15  0.000000  1   -0.469122977819E-03                     
+AR MTKA 2009  4  1  5 15  0.000000  1   -0.822175414849E-07                     
+AR PARK 2009  4  1  5 15  0.000000  1    0.804060118910E-06                     
+AR UNBJ 2009  4  1  5 15  0.000000  1    0.403197775373E-04                     
+AR NOVM 2009  4  1  5 15  0.000000  1    0.798331335343E-04                     
+AR SUNM 2009  4  1  5 15  0.000000  1    0.216421823618E-04                     
+AR CEBR 2009  4  1  5 15  0.000000  1    0.719431665043E-03                     
+AR CPXF 2009  4  1  5 15  0.000000  1    0.379651383996E-08                     
+AR IDDR 2009  4  1  5 15  0.000000  1    0.100601699050E-07                     
+AR AZGB 2009  4  1  5 15  0.000000  1   -0.441913334801E-03                     
+AR TN22 2009  4  1  5 15  0.000000  1   -0.342232197414E-03                     
+AR ETAD 2009  4  1  5 15  0.000000  1    0.357519395652E-07                     
+AR ILHA 2009  4  1  5 15  0.000000  1    0.198430107544E-08                     
+AR POVE 2009  4  1  5 15  0.000000  1   -0.785615588283E-08                     
+AR RECF 2009  4  1  5 15  0.000000  1    0.197021021398E-07                     
+AR SALU 2009  4  1  5 15  0.000000  1    0.229769785757E-07                     
+AR SAVO 2009  4  1  5 15  0.000000  1    0.207360757604E-07                     
+AR UFPR 2009  4  1  5 15  0.000000  1    0.203683158718E-07                     
+AR YELL 2009  4  1  5 15  0.000000  1    0.237607000000E-06                     
+AS G32  2009  4  1  5 20  0.000000  1    0.280294222980E-03                     
+AS G24  2009  4  1  5 20  0.000000  1    0.177761893610E-03                     
+AS G25  2009  4  1  5 20  0.000000  1    0.334006037289E-03                     
+AS G26  2009  4  1  5 20  0.000000  1    0.544042173280E-04                     
+AS G27  2009  4  1  5 20  0.000000  1    0.370554292623E-04                     
+AS G30  2009  4  1  5 20  0.000000  1    0.136198241085E-03                     
+AS G03  2009  4  1  5 20  0.000000  1    0.373345964849E-03                     
+AS G04  2009  4  1  5 20  0.000000  1   -0.343529087935E-04                     
+AS G06  2009  4  1  5 20  0.000000  1    0.597856934610E-04                     
+AS G08  2009  4  1  5 20  0.000000  1   -0.196508297837E-03                     
+AS G09  2009  4  1  5 20  0.000000  1    0.484073796252E-04                     
+AS G10  2009  4  1  5 20  0.000000  1   -0.136096436901E-04                     
+AS G14  2009  4  1  5 20  0.000000  1   -0.132530898036E-03                     
+AS G13  2009  4  1  5 20  0.000000  1    0.293237037475E-03                     
+AS G28  2009  4  1  5 20  0.000000  1   -0.238281949881E-04                     
+AS G21  2009  4  1  5 20  0.000000  1    0.215719495504E-04                     
+AS G11  2009  4  1  5 20  0.000000  1    0.278132675220E-05                     
+AS G22  2009  4  1  5 20  0.000000  1    0.202441230730E-03                     
+AS G20  2009  4  1  5 20  0.000000  1    0.865826423845E-04                     
+AS G18  2009  4  1  5 20  0.000000  1   -0.696054078311E-04                     
+AS G16  2009  4  1  5 20  0.000000  1    0.630718488656E-04                     
+AS G19  2009  4  1  5 20  0.000000  1    0.293778945046E-04                     
+AS G23  2009  4  1  5 20  0.000000  1    0.388978159257E-03                     
+AS G02  2009  4  1  5 20  0.000000  1    0.153941490062E-03                     
+AS G31  2009  4  1  5 20  0.000000  1   -0.564469445507E-04                     
+AS G17  2009  4  1  5 20  0.000000  1    0.524011942886E-04                     
+AS G12  2009  4  1  5 20  0.000000  1   -0.299635582240E-03                     
+AS G15  2009  4  1  5 20  0.000000  1   -0.275901482250E-03                     
+AS G29  2009  4  1  5 20  0.000000  1    0.475603055757E-05                     
+AS G07  2009  4  1  5 20  0.000000  1    0.209916272551E-04                     
+AS R02  2009  4  1  5 20  0.000000  1    0.207286135215E-04                     
+AS R03  2009  4  1  5 20  0.000000  1   -0.342099462121E-04                     
+AS R04  2009  4  1  5 20  0.000000  1    0.639921658816E-04                     
+AS R06  2009  4  1  5 20  0.000000  1   -0.169231790776E-03                     
+AS R07  2009  4  1  5 20  0.000000  1   -0.892465933562E-04                     
+AS R08  2009  4  1  5 20  0.000000  1   -0.102017901813E-03                     
+AS R10  2009  4  1  5 20  0.000000  1   -0.140853444962E-03                     
+AS R11  2009  4  1  5 20  0.000000  1   -0.926055632387E-04                     
+AS R13  2009  4  1  5 20  0.000000  1   -0.230615937228E-03                     
+AS R14  2009  4  1  5 20  0.000000  1   -0.796852835828E-04                     
+AS R15  2009  4  1  5 20  0.000000  1    0.920851239956E-04                     
+AS R17  2009  4  1  5 20  0.000000  1   -0.261241994861E-03                     
+AS R18  2009  4  1  5 20  0.000000  1   -0.133983451726E-05                     
+AS R19  2009  4  1  5 20  0.000000  1   -0.893986094040E-04                     
+AS R20  2009  4  1  5 20  0.000000  1   -0.650080246123E-04                     
+AS R21  2009  4  1  5 20  0.000000  1   -0.143310535242E-03                     
+AS R22  2009  4  1  5 20  0.000000  1   -0.201513183334E-03                     
+AS R23  2009  4  1  5 20  0.000000  1   -0.200428494051E-03                     
+AR ALGO 2009  4  1  5 20  0.000000  1    0.805862826086E-04                     
+AR ALIC 2009  4  1  5 20  0.000000  1    0.544975528992E-09                     
+AR AMC2 2009  4  1  5 20  0.000000  1    0.142128464586E-08                     
+AR ANKR 2009  4  1  5 20  0.000000  1   -0.308435805713E-03                     
+AR ARTU 2009  4  1  5 20  0.000000  1   -0.540987881758E-07                     
+AR ASPA 2009  4  1  5 20  0.000000  1    0.997734469611E-08                     
+AR BHR1 2009  4  1  5 20  0.000000  1    0.563382705665E-03                     
+AR BARH 2009  4  1  5 20  0.000000  1    0.321834658836E-08                     
+AR BJFS 2009  4  1  5 20  0.000000  1   -0.572564641036E-07                     
+AR BOGT 2009  4  1  5 20  0.000000  1   -0.478628314331E-07                     
+AR BRMU 2009  4  1  5 20  0.000000  1    0.191558795676E-03                     
+AR CAGZ 2009  4  1  5 20  0.000000  1   -0.108025814670E-03                     
+AR CAS1 2009  4  1  5 20  0.000000  1   -0.164154437231E-09                     
+AR CHAT 2009  4  1  5 20  0.000000  1   -0.620706595840E-07                     
+AR CHPI 2009  4  1  5 20  0.000000  1   -0.474107620563E-07                     
+AR COCO 2009  4  1  5 20  0.000000  1    0.227643399190E-03                     
+AR CONZ 2009  4  1  5 20  0.000000  1    0.127436325452E-03                     
+AR CRAR 2009  4  1  5 20  0.000000  1   -0.746028215830E-04                     
+AR CRO1 2009  4  1  5 20  0.000000  1    0.665103269629E-03                     
+AR DAEJ 2009  4  1  5 20  0.000000  1   -0.196597480535E-03                     
+AR DARW 2009  4  1  5 20  0.000000  1   -0.312839490067E-09                     
+AR DGAR 2009  4  1  5 20  0.000000  1   -0.742809217984E-07                     
+AR DRAO 2009  4  1  5 20  0.000000  1    0.111430677788E-03                     
+AR FAA1 2009  4  1  5 20  0.000000  1   -0.223604677515E-07                     
+AR FAIR 2009  4  1  5 20  0.000000  1   -0.493714752568E-07                     
+AR GLPS 2009  4  1  5 20  0.000000  1   -0.599706500537E-07                     
+AR GUAM 2009  4  1  5 20  0.000000  1   -0.805598251360E-07                     
+AR GUAT 2009  4  1  5 20  0.000000  1    0.535566695703E-08                     
+AR HOB2 2009  4  1  5 20  0.000000  1    0.861219246487E-07                     
+AR HOFN 2009  4  1  5 20  0.000000  1    0.165266546768E-03                     
+AR HOLM 2009  4  1  5 20  0.000000  1   -0.424539853204E-07                     
+AR HRAO 2009  4  1  5 20  0.000000  1    0.849457654838E-03                     
+AR HYDE 2009  4  1  5 20  0.000000  1    0.414022201219E-08                     
+AR IRKJ 2009  4  1  5 20  0.000000  1    0.163747011554E-03                     
+AR ISPA 2009  4  1  5 20  0.000000  1   -0.653846462236E-07                     
+AR KARR 2009  4  1  5 20  0.000000  1   -0.671682564442E-07                     
+AR KERG 2009  4  1  5 20  0.000000  1    0.817103201659E-03                     
+AR KHAJ 2009  4  1  5 20  0.000000  1   -0.150785295240E-05                     
+AR KIR0 2009  4  1  5 20  0.000000  1    0.283660333450E-03                     
+AR KIRU 2009  4  1  5 20  0.000000  1    0.591350062043E-03                     
+AR KIT3 2009  4  1  5 20  0.000000  1   -0.817147525120E-08                     
+AR KOUR 2009  4  1  5 20  0.000000  1    0.125013674901E-03                     
+AR KUNM 2009  4  1  5 20  0.000000  1   -0.515598465947E-07                     
+AR LHAZ 2009  4  1  5 20  0.000000  1   -0.285635838337E-03                     
+AR MAL2 2009  4  1  5 20  0.000000  1   -0.134835453425E-07                     
+AR MAS1 2009  4  1  5 20  0.000000  1   -0.101611223004E-03                     
+AR MAW1 2009  4  1  5 20  0.000000  1   -0.526248294399E-09                     
+AR MCIL 2009  4  1  5 20  0.000000  1    0.385368522323E-07                     
+AR MCM4 2009  4  1  5 20  0.000000  1   -0.632148961823E-07                     
+AR MDO1 2009  4  1  5 20  0.000000  1   -0.460435008151E-07                     
+AR MDVJ 2009  4  1  5 20  0.000000  1    0.438552797011E-03                     
+AR MKEA 2009  4  1  5 20  0.000000  1   -0.481608755174E-07                     
+AR MOBS 2009  4  1  5 20  0.000000  1   -0.146912022072E-09                     
+AR NANO 2009  4  1  5 20  0.000000  1    0.537300237891E-08                     
+AR NLIB 2009  4  1  5 20  0.000000  1   -0.117367531039E-06                     
+AR NNOR 2009  4  1  5 20  0.000000  1    0.365796623141E-03                     
+AR NRC1 2009  4  1  5 20  0.000000  1   -0.448796894985E-05                     
+AR NRIL 2009  4  1  5 20  0.000000  1   -0.575859415429E-07                     
+AR NRMD 2009  4  1  5 20  0.000000  1    0.285649218375E-07                     
+AR NTUS 2009  4  1  5 20  0.000000  1   -0.153221958632E-08                     
+AR NYAL 2009  4  1  5 20  0.000000  1    0.931978648330E-07                     
+AR OHI3 2009  4  1  5 20  0.000000  1   -0.105124690812E-03                     
+AR ONSA 2009  4  1  5 20  0.000000  1   -0.324745625477E-04                     
+AR PDEL 2009  4  1  5 20  0.000000  1   -0.112044094191E-09                     
+AR PERT 2009  4  1  5 20  0.000000  1   -0.708050338283E-07                     
+AR PETP 2009  4  1  5 20  0.000000  1   -0.696710110872E-07                     
+AR PIMO 2009  4  1  5 20  0.000000  1   -0.711743198299E-07                     
+AR QAQ1 2009  4  1  5 20  0.000000  1   -0.569648207553E-07                     
+AR QUIN 2009  4  1  5 20  0.000000  1   -0.566378935457E-07                     
+AR RABT 2009  4  1  5 20  0.000000  1   -0.460352810790E-07                     
+AR RCMN 2009  4  1  5 20  0.000000  1    0.971627831115E-08                     
+AR REDU 2009  4  1  5 20  0.000000  1   -0.464509137695E-07                     
+AR REUN 2009  4  1  5 20  0.000000  1    0.234099340069E-07                     
+AR REYK 2009  4  1  5 20  0.000000  1    0.289044934660E-03                     
+AR SCH2 2009  4  1  5 20  0.000000  1    0.187725075438E-03                     
+AR SCUB 2009  4  1  5 20  0.000000  1   -0.629831618752E-07                     
+AR STJO 2009  4  1  5 20  0.000000  1   -0.701775157341E-05                     
+AR SYDN 2009  4  1  5 20  0.000000  1    0.141046033149E-05                     
+AR SYOG 2009  4  1  5 20  0.000000  1    0.140075745297E-04                     
+AR THU2 2009  4  1  5 20  0.000000  1   -0.369590083108E-03                     
+AR TOW2 2009  4  1  5 20  0.000000  1   -0.355339787268E-08                     
+AR URUM 2009  4  1  5 20  0.000000  1   -0.123222291678E-03                     
+AR VESL 2009  4  1  5 20  0.000000  1   -0.444985970088E-03                     
+AR VILL 2009  4  1  5 20  0.000000  1   -0.520856705315E-07                     
+AR WTZR 2009  4  1  5 20  0.000000  1    0.443936055158E-07                     
+AR WUHN 2009  4  1  5 20  0.000000  1   -0.593893616203E-07                     
+AR YSSK 2009  4  1  5 20  0.000000  1   -0.854045124494E-07                     
+AR ZIM2 2009  4  1  5 20  0.000000  1    0.254885318844E-07                     
+AR XMIS 2009  4  1  5 20  0.000000  1   -0.513151657533E-08                     
+AR GODZ 2009  4  1  5 20  0.000000  1   -0.469122914860E-03                     
+AR MTKA 2009  4  1  5 20  0.000000  1   -0.766798276082E-07                     
+AR PARK 2009  4  1  5 20  0.000000  1    0.804155844942E-06                     
+AR UNBJ 2009  4  1  5 20  0.000000  1   -0.315297577911E-04                     
+AR NOVM 2009  4  1  5 20  0.000000  1    0.798331734588E-04                     
+AR SUNM 2009  4  1  5 20  0.000000  1   -0.134656027590E-03                     
+AR CEBR 2009  4  1  5 20  0.000000  1    0.719431652484E-03                     
+AR CPXF 2009  4  1  5 20  0.000000  1    0.405355654295E-08                     
+AR IDDR 2009  4  1  5 20  0.000000  1    0.104960846856E-07                     
+AR AZGB 2009  4  1  5 20  0.000000  1    0.418713899161E-03                     
+AR TN22 2009  4  1  5 20  0.000000  1   -0.421141217689E-03                     
+AR ETAD 2009  4  1  5 20  0.000000  1    0.336374176603E-07                     
+AR ILHA 2009  4  1  5 20  0.000000  1    0.708406987809E-09                     
+AR POVE 2009  4  1  5 20  0.000000  1   -0.750673339386E-08                     
+AR RECF 2009  4  1  5 20  0.000000  1    0.189195911969E-07                     
+AR SALU 2009  4  1  5 20  0.000000  1    0.110109876095E-07                     
+AR SAVO 2009  4  1  5 20  0.000000  1    0.213605725648E-07                     
+AR UFPR 2009  4  1  5 20  0.000000  1    0.192246039745E-07                     
+AR YELL 2009  4  1  5 20  0.000000  1    0.237677000000E-06                     
+AS G32  2009  4  1  5 25  0.000000  1    0.280292898869E-03                     
+AS G24  2009  4  1  5 25  0.000000  1    0.177763067428E-03                     
+AS G25  2009  4  1  5 25  0.000000  1    0.334012707138E-03                     
+AS G26  2009  4  1  5 25  0.000000  1    0.544051230472E-04                     
+AS G27  2009  4  1  5 25  0.000000  1    0.370565290908E-04                     
+AS G30  2009  4  1  5 25  0.000000  1    0.136198957226E-03                     
+AS G03  2009  4  1  5 25  0.000000  1    0.373347263338E-03                     
+AS G04  2009  4  1  5 25  0.000000  1   -0.343570641720E-04                     
+AS G06  2009  4  1  5 25  0.000000  1    0.597911260055E-04                     
+AS G08  2009  4  1  5 25  0.000000  1   -0.196509522383E-03                     
+AS G09  2009  4  1  5 25  0.000000  1    0.484087702421E-04                     
+AS G10  2009  4  1  5 25  0.000000  1   -0.136092219701E-04                     
+AS G14  2009  4  1  5 25  0.000000  1   -0.132529200899E-03                     
+AS G13  2009  4  1  5 25  0.000000  1    0.293237243551E-03                     
+AS G28  2009  4  1  5 25  0.000000  1   -0.238281195473E-04                     
+AS G21  2009  4  1  5 25  0.000000  1    0.215714578384E-04                     
+AS G11  2009  4  1  5 25  0.000000  1    0.278097898623E-05                     
+AS G22  2009  4  1  5 25  0.000000  1    0.202441902133E-03                     
+AS G20  2009  4  1  5 25  0.000000  1    0.865820484679E-04                     
+AS G18  2009  4  1  5 25  0.000000  1   -0.696043565889E-04                     
+AS G16  2009  4  1  5 25  0.000000  1    0.630710791039E-04                     
+AS G19  2009  4  1  5 25  0.000000  1    0.293777767997E-04                     
+AS G23  2009  4  1  5 25  0.000000  1    0.388978224578E-03                     
+AS G02  2009  4  1  5 25  0.000000  1    0.153941262694E-03                     
+AS G31  2009  4  1  5 25  0.000000  1   -0.564470314761E-04                     
+AS G17  2009  4  1  5 25  0.000000  1    0.524019498771E-04                     
+AS G12  2009  4  1  5 25  0.000000  1   -0.299634260755E-03                     
+AS G15  2009  4  1  5 25  0.000000  1   -0.275903020762E-03                     
+AS G29  2009  4  1  5 25  0.000000  1    0.475735932087E-05                     
+AS G07  2009  4  1  5 25  0.000000  1    0.209915252194E-04                     
+AS R02  2009  4  1  5 25  0.000000  1    0.207277094644E-04                     
+AS R03  2009  4  1  5 25  0.000000  1   -0.342100530886E-04                     
+AS R04  2009  4  1  5 25  0.000000  1    0.639916840820E-04                     
+AS R06  2009  4  1  5 25  0.000000  1   -0.169231919882E-03                     
+AS R07  2009  4  1  5 25  0.000000  1   -0.892459007450E-04                     
+AS R08  2009  4  1  5 25  0.000000  1   -0.102017448607E-03                     
+AS R10  2009  4  1  5 25  0.000000  1   -0.140853142415E-03                     
+AS R11  2009  4  1  5 25  0.000000  1   -0.926059942188E-04                     
+AS R13  2009  4  1  5 25  0.000000  1   -0.230616078648E-03                     
+AS R14  2009  4  1  5 25  0.000000  1   -0.796841487144E-04                     
+AS R15  2009  4  1  5 25  0.000000  1    0.920856664625E-04                     
+AS R17  2009  4  1  5 25  0.000000  1   -0.261242415831E-03                     
+AS R18  2009  4  1  5 25  0.000000  1   -0.133993393788E-05                     
+AS R19  2009  4  1  5 25  0.000000  1   -0.893989400677E-04                     
+AS R20  2009  4  1  5 25  0.000000  1   -0.650078840238E-04                     
+AS R21  2009  4  1  5 25  0.000000  1   -0.143310786174E-03                     
+AS R22  2009  4  1  5 25  0.000000  1   -0.201513956305E-03                     
+AS R23  2009  4  1  5 25  0.000000  1   -0.200427377075E-03                     
+AR ALGO 2009  4  1  5 25  0.000000  1    0.805906246215E-04                     
+AR ALIC 2009  4  1  5 25  0.000000  1    0.853941972737E-09                     
+AR AMC2 2009  4  1  5 25  0.000000  1    0.144176298707E-08                     
+AR ANKR 2009  4  1  5 25  0.000000  1   -0.236199186338E-03                     
+AR ARTU 2009  4  1  5 25  0.000000  1   -0.634428468333E-07                     
+AR ASPA 2009  4  1  5 25  0.000000  1    0.117174033130E-07                     
+AR BHR1 2009  4  1  5 25  0.000000  1    0.563382657359E-03                     
+AR BARH 2009  4  1  5 25  0.000000  1    0.385727495135E-08                     
+AR BJFS 2009  4  1  5 25  0.000000  1   -0.560208669919E-07                     
+AR BOGT 2009  4  1  5 25  0.000000  1   -0.501901468856E-07                     
+AR BRMU 2009  4  1  5 25  0.000000  1   -0.312337721197E-03                     
+AR CAGZ 2009  4  1  5 25  0.000000  1    0.115575805756E-03                     
+AR CAS1 2009  4  1  5 25  0.000000  1    0.740125933706E-09                     
+AR CHAT 2009  4  1  5 25  0.000000  1   -0.683476064987E-07                     
+AR CHPI 2009  4  1  5 25  0.000000  1   -0.452454215260E-07                     
+AR COCO 2009  4  1  5 25  0.000000  1    0.227642964753E-03                     
+AR CONZ 2009  4  1  5 25  0.000000  1   -0.323071307942E-05                     
+AR CRAR 2009  4  1  5 25  0.000000  1   -0.997774188910E-04                     
+AR CRO1 2009  4  1  5 25  0.000000  1    0.665103334802E-03                     
+AR DAEJ 2009  4  1  5 25  0.000000  1   -0.196596811470E-03                     
+AR DARW 2009  4  1  5 25  0.000000  1   -0.680428121226E-09                     
+AR DGAR 2009  4  1  5 25  0.000000  1   -0.763018359440E-07                     
+AR DRAO 2009  4  1  5 25  0.000000  1    0.111467281854E-03                     
+AR FAA1 2009  4  1  5 25  0.000000  1   -0.235950932866E-07                     
+AR FAIR 2009  4  1  5 25  0.000000  1   -0.510101841529E-07                     
+AR GLPS 2009  4  1  5 25  0.000000  1   -0.598057690849E-07                     
+AR GUAM 2009  4  1  5 25  0.000000  1   -0.819987433479E-07                     
+AR GUAT 2009  4  1  5 25  0.000000  1    0.472427498805E-08                     
+AR HOB2 2009  4  1  5 25  0.000000  1    0.861832064286E-07                     
+AR HOFN 2009  4  1  5 25  0.000000  1    0.243249146159E-03                     
+AR HOLM 2009  4  1  5 25  0.000000  1   -0.422697551794E-07                     
+AR HRAO 2009  4  1  5 25  0.000000  1    0.849457779220E-03                     
+AR HYDE 2009  4  1  5 25  0.000000  1    0.466440702847E-08                     
+AR IRKJ 2009  4  1  5 25  0.000000  1    0.163747010864E-03                     
+AR ISPA 2009  4  1  5 25  0.000000  1   -0.652718143636E-07                     
+AR KARR 2009  4  1  5 25  0.000000  1   -0.715782241657E-07                     
+AR KERG 2009  4  1  5 25  0.000000  1    0.817109395333E-03                     
+AR KHAJ 2009  4  1  5 25  0.000000  1   -0.150782447780E-05                     
+AR KIR0 2009  4  1  5 25  0.000000  1    0.283653500045E-03                     
+AR KIRU 2009  4  1  5 25  0.000000  1    0.591346639900E-03                     
+AR KIT3 2009  4  1  5 25  0.000000  1   -0.128408612208E-07                     
+AR KOUR 2009  4  1  5 25  0.000000  1    0.125013705927E-03                     
+AR KUNM 2009  4  1  5 25  0.000000  1   -0.698525601363E-07                     
+AR LHAZ 2009  4  1  5 25  0.000000  1   -0.334779311960E-03                     
+AR MAL2 2009  4  1  5 25  0.000000  1   -0.158563004349E-07                     
+AR MAS1 2009  4  1  5 25  0.000000  1   -0.101610735324E-03                     
+AR MAW1 2009  4  1  5 25  0.000000  1   -0.761992716263E-09                     
+AR MCIL 2009  4  1  5 25  0.000000  1    0.376595381933E-07                     
+AR MCM4 2009  4  1  5 25  0.000000  1   -0.650356397274E-07                     
+AR MDO1 2009  4  1  5 25  0.000000  1   -0.478929509280E-07                     
+AR MDVJ 2009  4  1  5 25  0.000000  1    0.438552804607E-03                     
+AR MKEA 2009  4  1  5 25  0.000000  1   -0.541517576929E-07                     
+AR MOBS 2009  4  1  5 25  0.000000  1    0.898496019227E-09                     
+AR NANO 2009  4  1  5 25  0.000000  1    0.512700917182E-08                     
+AR NLIB 2009  4  1  5 25  0.000000  1   -0.117346247877E-06                     
+AR NNOR 2009  4  1  5 25  0.000000  1    0.365796794895E-03                     
+AR NRC1 2009  4  1  5 25  0.000000  1   -0.448792155145E-05                     
+AR NRIL 2009  4  1  5 25  0.000000  1   -0.589403473411E-07                     
+AR NRMD 2009  4  1  5 25  0.000000  1    0.299658644702E-07                     
+AR NTUS 2009  4  1  5 25  0.000000  1   -0.316563559146E-08                     
+AR NYAL 2009  4  1  5 25  0.000000  1    0.932410103993E-07                     
+AR OHI3 2009  4  1  5 25  0.000000  1   -0.105819671854E-04                     
+AR ONSA 2009  4  1  5 25  0.000000  1   -0.324745902683E-04                     
+AR PDEL 2009  4  1  5 25  0.000000  1    0.278010304257E-09                     
+AR PERT 2009  4  1  5 25  0.000000  1   -0.713064073009E-07                     
+AR PETP 2009  4  1  5 25  0.000000  1   -0.686062958466E-07                     
+AR PIMO 2009  4  1  5 25  0.000000  1   -0.789654349413E-07                     
+AR QAQ1 2009  4  1  5 25  0.000000  1   -0.572648763011E-07                     
+AR QUIN 2009  4  1  5 25  0.000000  1   -0.570405975657E-07                     
+AR RABT 2009  4  1  5 25  0.000000  1   -0.459365228470E-07                     
+AR RCMN 2009  4  1  5 25  0.000000  1    0.798320192092E-08                     
+AR REDU 2009  4  1  5 25  0.000000  1   -0.458884302633E-07                     
+AR REUN 2009  4  1  5 25  0.000000  1    0.165297566420E-07                     
+AR REYK 2009  4  1  5 25  0.000000  1    0.308032937649E-03                     
+AR SCH2 2009  4  1  5 25  0.000000  1    0.187739950706E-03                     
+AR SCUB 2009  4  1  5 25  0.000000  1   -0.666658018760E-07                     
+AR STJO 2009  4  1  5 25  0.000000  1   -0.701801660951E-05                     
+AR SYDN 2009  4  1  5 25  0.000000  1    0.141047577739E-05                     
+AR SYOG 2009  4  1  5 25  0.000000  1    0.140080854509E-04                     
+AR THU2 2009  4  1  5 25  0.000000  1   -0.371592280407E-03                     
+AR TOW2 2009  4  1  5 25  0.000000  1   -0.328948411097E-08                     
+AR URUM 2009  4  1  5 25  0.000000  1   -0.197597513686E-03                     
+AR VESL 2009  4  1  5 25  0.000000  1   -0.406728958821E-03                     
+AR VILL 2009  4  1  5 25  0.000000  1   -0.524621288337E-07                     
+AR WTZR 2009  4  1  5 25  0.000000  1    0.444169370711E-07                     
+AR WUHN 2009  4  1  5 25  0.000000  1   -0.584285859475E-07                     
+AR YSSK 2009  4  1  5 25  0.000000  1   -0.821047347150E-07                     
+AR ZIM2 2009  4  1  5 25  0.000000  1    0.254770326140E-07                     
+AR XMIS 2009  4  1  5 25  0.000000  1   -0.404133171270E-08                     
+AR GODZ 2009  4  1  5 25  0.000000  1   -0.469122864783E-03                     
+AR MTKA 2009  4  1  5 25  0.000000  1   -0.644661184256E-07                     
+AR PARK 2009  4  1  5 25  0.000000  1    0.804261824004E-06                     
+AR UNBJ 2009  4  1  5 25  0.000000  1   -0.103438295790E-03                     
+AR NOVM 2009  4  1  5 25  0.000000  1    0.798332124721E-04                     
+AR SUNM 2009  4  1  5 25  0.000000  1   -0.290758622909E-03                     
+AR CEBR 2009  4  1  5 25  0.000000  1    0.719431650267E-03                     
+AR CPXF 2009  4  1  5 25  0.000000  1    0.855015354673E-08                     
+AR IDDR 2009  4  1  5 25  0.000000  1    0.946159341172E-08                     
+AR AZGB 2009  4  1  5 25  0.000000  1    0.279309664102E-03                     
+AR TN22 2009  4  1  5 25  0.000000  1   -0.500309333196E-03                     
+AR ETAD 2009  4  1  5 25  0.000000  1    0.321975148034E-07                     
+AR ILHA 2009  4  1  5 25  0.000000  1    0.928484968515E-10                     
+AR POVE 2009  4  1  5 25  0.000000  1   -0.764435888801E-08                     
+AR RECF 2009  4  1  5 25  0.000000  1    0.197310262067E-07                     
+AR SALU 2009  4  1  5 25  0.000000  1    0.208253005374E-07                     
+AR SAVO 2009  4  1  5 25  0.000000  1    0.202918720601E-07                     
+AR UFPR 2009  4  1  5 25  0.000000  1    0.195487543553E-07                     
+AR YELL 2009  4  1  5 25  0.000000  1    0.237748000000E-06                     
+AS G32  2009  4  1  5 30  0.000000  1    0.280291437049E-03                     
+AS G24  2009  4  1  5 30  0.000000  1    0.177764023838E-03                     
+AS G25  2009  4  1  5 30  0.000000  1    0.334019251260E-03                     
+AS G26  2009  4  1  5 30  0.000000  1    0.544059557240E-04                     
+AS G27  2009  4  1  5 30  0.000000  1    0.370574354070E-04                     
+AS G30  2009  4  1  5 30  0.000000  1    0.136199413996E-03                     
+AS G03  2009  4  1  5 30  0.000000  1    0.373348473659E-03                     
+AS G04  2009  4  1  5 30  0.000000  1   -0.343614211807E-04                     
+AS G06  2009  4  1  5 30  0.000000  1    0.597963909806E-04                     
+AS G08  2009  4  1  5 30  0.000000  1   -0.196509670062E-03                     
+AS G09  2009  4  1  5 30  0.000000  1    0.484090780415E-04                     
+AS G10  2009  4  1  5 30  0.000000  1   -0.136097084048E-04                     
+AS G14  2009  4  1  5 30  0.000000  1   -0.132527654030E-03                     
+AS G13  2009  4  1  5 30  0.000000  1    0.293237589375E-03                     
+AS G28  2009  4  1  5 30  0.000000  1   -0.238285561046E-04                     
+AS G21  2009  4  1  5 30  0.000000  1    0.215706396981E-04                     
+AS G11  2009  4  1  5 30  0.000000  1    0.278068601928E-05                     
+AS G22  2009  4  1  5 30  0.000000  1    0.202442110277E-03                     
+AS G20  2009  4  1  5 30  0.000000  1    0.865817449394E-04                     
+AS G18  2009  4  1  5 30  0.000000  1   -0.696031949249E-04                     
+AS G16  2009  4  1  5 30  0.000000  1    0.630699150487E-04                     
+AS G19  2009  4  1  5 30  0.000000  1    0.293774111017E-04                     
+AS G23  2009  4  1  5 30  0.000000  1    0.388978436871E-03                     
+AS G02  2009  4  1  5 30  0.000000  1    0.153941335295E-03                     
+AS G31  2009  4  1  5 30  0.000000  1   -0.564474573719E-04                     
+AS G17  2009  4  1  5 30  0.000000  1    0.524023750900E-04                     
+AS G12  2009  4  1  5 30  0.000000  1   -0.299632738323E-03                     
+AS G15  2009  4  1  5 30  0.000000  1   -0.275904202032E-03                     
+AS G29  2009  4  1  5 30  0.000000  1    0.475860647806E-05                     
+AS G07  2009  4  1  5 30  0.000000  1    0.209913344790E-04                     
+AS R02  2009  4  1  5 30  0.000000  1    0.207267112700E-04                     
+AS R03  2009  4  1  5 30  0.000000  1   -0.342111427702E-04                     
+AS R04  2009  4  1  5 30  0.000000  1    0.639897641003E-04                     
+AS R06  2009  4  1  5 30  0.000000  1   -0.169231449558E-03                     
+AS R07  2009  4  1  5 30  0.000000  1   -0.892451498382E-04                     
+AS R08  2009  4  1  5 30  0.000000  1   -0.102017119067E-03                     
+AS R10  2009  4  1  5 30  0.000000  1   -0.140853132545E-03                     
+AS R11  2009  4  1  5 30  0.000000  1   -0.926061577189E-04                     
+AS R13  2009  4  1  5 30  0.000000  1   -0.230616399325E-03                     
+AS R14  2009  4  1  5 30  0.000000  1   -0.796826956304E-04                     
+AS R15  2009  4  1  5 30  0.000000  1    0.920863187830E-04                     
+AS R17  2009  4  1  5 30  0.000000  1   -0.261242810982E-03                     
+AS R18  2009  4  1  5 30  0.000000  1   -0.134039761335E-05                     
+AS R19  2009  4  1  5 30  0.000000  1   -0.893992993578E-04                     
+AS R20  2009  4  1  5 30  0.000000  1   -0.650077950418E-04                     
+AS R21  2009  4  1  5 30  0.000000  1   -0.143311322025E-03                     
+AS R22  2009  4  1  5 30  0.000000  1   -0.201514806138E-03                     
+AS R23  2009  4  1  5 30  0.000000  1   -0.200425417559E-03                     
+AR ALGO 2009  4  1  5 30  0.000000  1    0.805948610348E-04                     
+AR ALIC 2009  4  1  5 30  0.000000  1    0.146438860654E-08                     
+AR AMC2 2009  4  1  5 30  0.000000  1    0.145139697200E-08                     
+AR ANKR 2009  4  1  5 30  0.000000  1   -0.164302992838E-03                     
+AR ARTU 2009  4  1  5 30  0.000000  1   -0.664727349962E-07                     
+AR ASPA 2009  4  1  5 30  0.000000  1    0.127592286361E-07                     
+AR BHR1 2009  4  1  5 30  0.000000  1    0.563382615314E-03                     
+AR BARH 2009  4  1  5 30  0.000000  1    0.343619828032E-08                     
+AR BJFS 2009  4  1  5 30  0.000000  1   -0.575800040147E-07                     
+AR BOGT 2009  4  1  5 30  0.000000  1   -0.492215476071E-07                     
+AR BRMU 2009  4  1  5 30  0.000000  1    0.183068119641E-03                     
+AR CAGZ 2009  4  1  5 30  0.000000  1    0.339196335798E-03                     
+AR CAS1 2009  4  1  5 30  0.000000  1    0.107578682447E-09                     
+AR CHAT 2009  4  1  5 30  0.000000  1   -0.689804923790E-07                     
+AR CHPI 2009  4  1  5 30  0.000000  1   -0.444511466857E-07                     
+AR COCO 2009  4  1  5 30  0.000000  1    0.227642428869E-03                     
+AR CONZ 2009  4  1  5 30  0.000000  1   -0.134304422390E-03                     
+AR CRAR 2009  4  1  5 30  0.000000  1   -0.124967271885E-03                     
+AR CRO1 2009  4  1  5 30  0.000000  1    0.665103319096E-03                     
+AR DAEJ 2009  4  1  5 30  0.000000  1   -0.196596462907E-03                     
+AR DARW 2009  4  1  5 30  0.000000  1   -0.333307700384E-08                     
+AR DGAR 2009  4  1  5 30  0.000000  1   -0.748908873017E-07                     
+AR DRAO 2009  4  1  5 30  0.000000  1    0.111504077104E-03                     
+AR FAA1 2009  4  1  5 30  0.000000  1   -0.234112447965E-07                     
+AR FAIR 2009  4  1  5 30  0.000000  1   -0.526888259489E-07                     
+AR GLPS 2009  4  1  5 30  0.000000  1   -0.637372242081E-07                     
+AR GUAM 2009  4  1  5 30  0.000000  1   -0.820308870191E-07                     
+AR GUAT 2009  4  1  5 30  0.000000  1   -0.575432616878E-08                     
+AR HOB2 2009  4  1  5 30  0.000000  1    0.862029872530E-07                     
+AR HOFN 2009  4  1  5 30  0.000000  1    0.321215950205E-03                     
+AR HOLM 2009  4  1  5 30  0.000000  1   -0.432641746010E-07                     
+AR HRAO 2009  4  1  5 30  0.000000  1    0.849457853419E-03                     
+AR HYDE 2009  4  1  5 30  0.000000  1    0.218292170394E-08                     
+AR IRKJ 2009  4  1  5 30  0.000000  1    0.163746979323E-03                     
+AR ISPA 2009  4  1  5 30  0.000000  1   -0.658291779382E-07                     
+AR KARR 2009  4  1  5 30  0.000000  1   -0.674696883892E-07                     
+AR KERG 2009  4  1  5 30  0.000000  1    0.817115404964E-03                     
+AR KHAJ 2009  4  1  5 30  0.000000  1   -0.150784461616E-05                     
+AR KIR0 2009  4  1  5 30  0.000000  1    0.283646664840E-03                     
+AR KIRU 2009  4  1  5 30  0.000000  1    0.591348130662E-03                     
+AR KIT3 2009  4  1  5 30  0.000000  1   -0.786319134581E-08                     
+AR KOUR 2009  4  1  5 30  0.000000  1    0.125013711571E-03                     
+AR KUNM 2009  4  1  5 30  0.000000  1   -0.687768419426E-07                     
+AR LHAZ 2009  4  1  5 30  0.000000  1   -0.384504362356E-03                     
+AR MAL2 2009  4  1  5 30  0.000000  1   -0.125801916630E-07                     
+AR MAS1 2009  4  1  5 30  0.000000  1   -0.101610334109E-03                     
+AR MAW1 2009  4  1  5 30  0.000000  1   -0.137147697256E-08                     
+AR MCIL 2009  4  1  5 30  0.000000  1    0.372658103016E-07                     
+AR MCM4 2009  4  1  5 30  0.000000  1   -0.563055320803E-07                     
+AR MDO1 2009  4  1  5 30  0.000000  1   -0.496990866577E-07                     
+AR MDVJ 2009  4  1  5 30  0.000000  1    0.438552797743E-03                     
+AR MKEA 2009  4  1  5 30  0.000000  1   -0.532557851867E-07                     
+AR MOBS 2009  4  1  5 30  0.000000  1   -0.383811163152E-08                     
+AR NANO 2009  4  1  5 30  0.000000  1    0.471834032143E-08                     
+AR NLIB 2009  4  1  5 30  0.000000  1   -0.117328858501E-06                     
+AR NNOR 2009  4  1  5 30  0.000000  1    0.365796752966E-03                     
+AR NRC1 2009  4  1  5 30  0.000000  1   -0.448789999532E-05                     
+AR NRIL 2009  4  1  5 30  0.000000  1   -0.525196133752E-07                     
+AR NRMD 2009  4  1  5 30  0.000000  1    0.300432698148E-07                     
+AR NTUS 2009  4  1  5 30  0.000000  1   -0.279870482840E-08                     
+AR NYAL 2009  4  1  5 30  0.000000  1    0.932413272750E-07                     
+AR OHI3 2009  4  1  5 30  0.000000  1    0.842269847205E-04                     
+AR ONSA 2009  4  1  5 30  0.000000  1   -0.324746227195E-04                     
+AR PDEL 2009  4  1  5 30  0.000000  1    0.100138559494E-08                     
+AR PERT 2009  4  1  5 30  0.000000  1   -0.727458521489E-07                     
+AR PETP 2009  4  1  5 30  0.000000  1   -0.689701873041E-07                     
+AR PIMO 2009  4  1  5 30  0.000000  1   -0.739954791512E-07                     
+AR QAQ1 2009  4  1  5 30  0.000000  1   -0.528351816385E-07                     
+AR QUIN 2009  4  1  5 30  0.000000  1   -0.579759358789E-07                     
+AR RABT 2009  4  1  5 30  0.000000  1   -0.401466545466E-07                     
+AR RCMN 2009  4  1  5 30  0.000000  1    0.777445891633E-08                     
+AR REDU 2009  4  1  5 30  0.000000  1   -0.469223127626E-07                     
+AR REUN 2009  4  1  5 30  0.000000  1    0.168902561215E-07                     
+AR REYK 2009  4  1  5 30  0.000000  1    0.327165732628E-03                     
+AR SCH2 2009  4  1  5 30  0.000000  1    0.187754445475E-03                     
+AR SCUB 2009  4  1  5 30  0.000000  1   -0.699096672787E-07                     
+AR STJO 2009  4  1  5 30  0.000000  1   -0.701830662604E-05                     
+AR SYDN 2009  4  1  5 30  0.000000  1    0.141064481685E-05                     
+AR SYOG 2009  4  1  5 30  0.000000  1    0.140082425566E-04                     
+AR THU2 2009  4  1  5 30  0.000000  1   -0.373594561082E-03                     
+AR TOW2 2009  4  1  5 30  0.000000  1   -0.212057030144E-08                     
+AR URUM 2009  4  1  5 30  0.000000  1   -0.272081619993E-03                     
+AR VESL 2009  4  1  5 30  0.000000  1   -0.368465846142E-03                     
+AR VILL 2009  4  1  5 30  0.000000  1   -0.545640528855E-07                     
+AR WTZR 2009  4  1  5 30  0.000000  1    0.444395785291E-07                     
+AR WUHN 2009  4  1  5 30  0.000000  1   -0.590495451053E-07                     
+AR YSSK 2009  4  1  5 30  0.000000  1   -0.799628812555E-07                     
+AR ZIM2 2009  4  1  5 30  0.000000  1    0.248333909610E-07                     
+AR XMIS 2009  4  1  5 30  0.000000  1   -0.394238435065E-08                     
+AR GODZ 2009  4  1  5 30  0.000000  1   -0.469122844678E-03                     
+AR MTKA 2009  4  1  5 30  0.000000  1   -0.646833961210E-07                     
+AR PARK 2009  4  1  5 30  0.000000  1    0.804333729556E-06                     
+AR UNBJ 2009  4  1  5 30  0.000000  1   -0.175335270581E-03                     
+AR NOVM 2009  4  1  5 30  0.000000  1    0.798331891854E-04                     
+AR SUNM 2009  4  1  5 30  0.000000  1   -0.447147454063E-03                     
+AR CEBR 2009  4  1  5 30  0.000000  1    0.719431612813E-03                     
+AR CPXF 2009  4  1  5 30  0.000000  1    0.756660072223E-08                     
+AR IDDR 2009  4  1  5 30  0.000000  1    0.889916916429E-08                     
+AR AZGB 2009  4  1  5 30  0.000000  1    0.139937616077E-03                     
+AR TN22 2009  4  1  5 30  0.000000  1    0.420292326854E-03                     
+AR ETAD 2009  4  1  5 30  0.000000  1    0.301863257171E-07                     
+AR ILHA 2009  4  1  5 30  0.000000  1   -0.649835445223E-09                     
+AR POVE 2009  4  1  5 30  0.000000  1   -0.704625853787E-08                     
+AR RECF 2009  4  1  5 30  0.000000  1    0.192056063184E-07                     
+AR SALU 2009  4  1  5 30  0.000000  1    0.172526727909E-07                     
+AR SAVO 2009  4  1  5 30  0.000000  1    0.207826800565E-07                     
+AR UFPR 2009  4  1  5 30  0.000000  1    0.228410590558E-07                     
+AR YELL 2009  4  1  5 30  0.000000  1    0.237818000000E-06                     
+AS G32  2009  4  1  5 35  0.000000  1    0.280289990158E-03                     
+AS G24  2009  4  1  5 35  0.000000  1    0.177764441643E-03                     
+AS G25  2009  4  1  5 35  0.000000  1    0.334025777774E-03                     
+AS G26  2009  4  1  5 35  0.000000  1    0.544066973826E-04                     
+AS G27  2009  4  1  5 35  0.000000  1    0.370578871878E-04                     
+AS G30  2009  4  1  5 35  0.000000  1    0.136200507299E-03                     
+AS G03  2009  4  1  5 35  0.000000  1    0.373350705101E-03                     
+AS G04  2009  4  1  5 35  0.000000  1   -0.343657968097E-04                     
+AS G06  2009  4  1  5 35  0.000000  1    0.598018248691E-04                     
+AS G08  2009  4  1  5 35  0.000000  1   -0.196510330172E-03                     
+AS G09  2009  4  1  5 35  0.000000  1    0.484094091339E-04                     
+AS G10  2009  4  1  5 35  0.000000  1   -0.136097512715E-04                     
+AS G14  2009  4  1  5 35  0.000000  1   -0.132526004876E-03                     
+AS G13  2009  4  1  5 35  0.000000  1    0.293237858990E-03                     
+AS G28  2009  4  1  5 35  0.000000  1   -0.238281780531E-04                     
+AS G21  2009  4  1  5 35  0.000000  1    0.215702623602E-04                     
+AS G11  2009  4  1  5 35  0.000000  1    0.278005944436E-05                     
+AS G22  2009  4  1  5 35  0.000000  1    0.202441602878E-03                     
+AS G20  2009  4  1  5 35  0.000000  1    0.865815925884E-04                     
+AS G18  2009  4  1  5 35  0.000000  1   -0.696021677370E-04                     
+AS G16  2009  4  1  5 35  0.000000  1    0.630690641477E-04                     
+AS G19  2009  4  1  5 35  0.000000  1    0.293772815416E-04                     
+AS G23  2009  4  1  5 35  0.000000  1    0.388978507052E-03                     
+AS G02  2009  4  1  5 35  0.000000  1    0.153941039421E-03                     
+AS G31  2009  4  1  5 35  0.000000  1   -0.564478027408E-04                     
+AS G17  2009  4  1  5 35  0.000000  1    0.524026794168E-04                     
+AS G12  2009  4  1  5 35  0.000000  1   -0.299631396389E-03                     
+AS G15  2009  4  1  5 35  0.000000  1   -0.275905720521E-03                     
+AS G29  2009  4  1  5 35  0.000000  1    0.475965913566E-05                     
+AS G07  2009  4  1  5 35  0.000000  1    0.209909134774E-04                     
+AS R02  2009  4  1  5 35  0.000000  1    0.207257731543E-04                     
+AS R03  2009  4  1  5 35  0.000000  1   -0.342116928060E-04                     
+AS R04  2009  4  1  5 35  0.000000  1    0.639888968229E-04                     
+AS R06  2009  4  1  5 35  0.000000  1   -0.169231363404E-03                     
+AS R07  2009  4  1  5 35  0.000000  1   -0.892443192089E-04                     
+AS R08  2009  4  1  5 35  0.000000  1   -0.102016760167E-03                     
+AS R10  2009  4  1  5 35  0.000000  1   -0.140852953789E-03                     
+AS R11  2009  4  1  5 35  0.000000  1   -0.926063873029E-04                     
+AS R13  2009  4  1  5 35  0.000000  1   -0.230616824622E-03                     
+AS R14  2009  4  1  5 35  0.000000  1   -0.796822363224E-04                     
+AS R15  2009  4  1  5 35  0.000000  1    0.920857986576E-04                     
+AS R17  2009  4  1  5 35  0.000000  1   -0.261243133631E-03                     
+AS R18  2009  4  1  5 35  0.000000  1   -0.134097321116E-05                     
+AS R19  2009  4  1  5 35  0.000000  1   -0.893997030583E-04                     
+AS R20  2009  4  1  5 35  0.000000  1   -0.650079813114E-04                     
+AS R21  2009  4  1  5 35  0.000000  1   -0.143311669552E-03                     
+AS R22  2009  4  1  5 35  0.000000  1   -0.201515632730E-03                     
+AS R23  2009  4  1  5 35  0.000000  1   -0.200423978817E-03                     
+AR ALGO 2009  4  1  5 35  0.000000  1    0.805991492766E-04                     
+AR ALIC 2009  4  1  5 35  0.000000  1    0.861451199583E-09                     
+AR AMC2 2009  4  1  5 35  0.000000  1    0.145684764103E-08                     
+AR ANKR 2009  4  1  5 35  0.000000  1   -0.927248379077E-04                     
+AR ARTU 2009  4  1  5 35  0.000000  1   -0.652326819305E-07                     
+AR ASPA 2009  4  1  5 35  0.000000  1    0.138185178980E-07                     
+AR BHR1 2009  4  1  5 35  0.000000  1    0.563382557502E-03                     
+AR BARH 2009  4  1  5 35  0.000000  1    0.648776159705E-08                     
+AR BJFS 2009  4  1  5 35  0.000000  1   -0.578628439396E-07                     
+AR BOGT 2009  4  1  5 35  0.000000  1   -0.488233947941E-07                     
+AR BRMU 2009  4  1  5 35  0.000000  1   -0.322136100902E-03                     
+AR CAGZ 2009  4  1  5 35  0.000000  1   -0.437130279186E-03                     
+AR CAS1 2009  4  1  5 35  0.000000  1   -0.448908736154E-09                     
+AR CHAT 2009  4  1  5 35  0.000000  1   -0.760547853501E-07                     
+AR CHPI 2009  4  1  5 35  0.000000  1   -0.432970304264E-07                     
+AR COCO 2009  4  1  5 35  0.000000  1    0.227641951955E-03                     
+AR CONZ 2009  4  1  5 35  0.000000  1   -0.265640708864E-03                     
+AR CRAR 2009  4  1  5 35  0.000000  1   -0.150152712159E-03                     
+AR CRO1 2009  4  1  5 35  0.000000  1    0.665103386222E-03                     
+AR DAEJ 2009  4  1  5 35  0.000000  1   -0.196595618084E-03                     
+AR DARW 2009  4  1  5 35  0.000000  1   -0.430648484116E-08                     
+AR DGAR 2009  4  1  5 35  0.000000  1   -0.782935044820E-07                     
+AR DRAO 2009  4  1  5 35  0.000000  1    0.111540897926E-03                     
+AR FAA1 2009  4  1  5 35  0.000000  1   -0.223774958251E-07                     
+AR FAIR 2009  4  1  5 35  0.000000  1   -0.559727728935E-07                     
+AR GLPS 2009  4  1  5 35  0.000000  1   -0.639010513524E-07                     
+AR GUAM 2009  4  1  5 35  0.000000  1   -0.809578591727E-07                     
+AR GUAT 2009  4  1  5 35  0.000000  1   -0.458121489716E-08                     
+AR HOB2 2009  4  1  5 35  0.000000  1    0.862146663177E-07                     
+AR HOFN 2009  4  1  5 35  0.000000  1    0.399153381775E-03                     
+AR HOLM 2009  4  1  5 35  0.000000  1   -0.431116008553E-07                     
+AR HRAO 2009  4  1  5 35  0.000000  1    0.849457929535E-03                     
+AR HYDE 2009  4  1  5 35  0.000000  1    0.267651514585E-08                     
+AR IRKJ 2009  4  1  5 35  0.000000  1    0.163746946377E-03                     
+AR ISPA 2009  4  1  5 35  0.000000  1   -0.595408389484E-07                     
+AR KARR 2009  4  1  5 35  0.000000  1   -0.590699036246E-07                     
+AR KERG 2009  4  1  5 35  0.000000  1    0.817120653678E-03                     
+AR KHAJ 2009  4  1  5 35  0.000000  1   -0.150786839154E-05                     
+AR KIR0 2009  4  1  5 35  0.000000  1    0.283639845577E-03                     
+AR KIRU 2009  4  1  5 35  0.000000  1    0.591347338197E-03                     
+AR KIT3 2009  4  1  5 35  0.000000  1   -0.174019134824E-07                     
+AR KOUR 2009  4  1  5 35  0.000000  1    0.125013715004E-03                     
+AR KUNM 2009  4  1  5 35  0.000000  1   -0.960742577802E-07                     
+AR LHAZ 2009  4  1  5 35  0.000000  1   -0.434746806123E-03                     
+AR MAL2 2009  4  1  5 35  0.000000  1   -0.175757409346E-07                     
+AR MAS1 2009  4  1  5 35  0.000000  1   -0.101610182839E-03                     
+AR MAW1 2009  4  1  5 35  0.000000  1   -0.122168618015E-08                     
+AR MCIL 2009  4  1  5 35  0.000000  1    0.375044403476E-07                     
+AR MCM4 2009  4  1  5 35  0.000000  1   -0.573377305493E-07                     
+AR MDO1 2009  4  1  5 35  0.000000  1   -0.448913552722E-07                     
+AR MDVJ 2009  4  1  5 35  0.000000  1    0.438552785053E-03                     
+AR MKEA 2009  4  1  5 35  0.000000  1   -0.544801628466E-07                     
+AR MOBS 2009  4  1  5 35  0.000000  1   -0.184463692593E-08                     
+AR NANO 2009  4  1  5 35  0.000000  1    0.401368605463E-08                     
+AR NLIB 2009  4  1  5 35  0.000000  1   -0.117338961456E-06                     
+AR NNOR 2009  4  1  5 35  0.000000  1    0.365796955081E-03                     
+AR NRC1 2009  4  1  5 35  0.000000  1   -0.448786849414E-05                     
+AR NRIL 2009  4  1  5 35  0.000000  1   -0.542952598886E-07                     
+AR NRMD 2009  4  1  5 35  0.000000  1    0.277368834976E-07                     
+AR NTUS 2009  4  1  5 35  0.000000  1   -0.165748093881E-08                     
+AR NYAL 2009  4  1  5 35  0.000000  1    0.932590054330E-07                     
+AR OHI3 2009  4  1  5 35  0.000000  1    0.179185957495E-03                     
+AR ONSA 2009  4  1  5 35  0.000000  1   -0.324746674920E-04                     
+AR PDEL 2009  4  1  5 35  0.000000  1   -0.319743933082E-09                     
+AR PERT 2009  4  1  5 35  0.000000  1   -0.754535199117E-07                     
+AR PETP 2009  4  1  5 35  0.000000  1   -0.694713385621E-07                     
+AR PIMO 2009  4  1  5 35  0.000000  1   -0.780529067908E-07                     
+AR QAQ1 2009  4  1  5 35  0.000000  1   -0.522940516279E-07                     
+AR QUIN 2009  4  1  5 35  0.000000  1   -0.610152782353E-07                     
+AR RABT 2009  4  1  5 35  0.000000  1   -0.467999896971E-07                     
+AR RCMN 2009  4  1  5 35  0.000000  1    0.902314815916E-08                     
+AR REDU 2009  4  1  5 35  0.000000  1   -0.480840417475E-07                     
+AR REUN 2009  4  1  5 35  0.000000  1    0.177017128255E-07                     
+AR REYK 2009  4  1  5 35  0.000000  1    0.346185860230E-03                     
+AR SCH2 2009  4  1  5 35  0.000000  1    0.187769584618E-03                     
+AR SCUB 2009  4  1  5 35  0.000000  1   -0.695524977087E-07                     
+AR STJO 2009  4  1  5 35  0.000000  1   -0.701861040226E-05                     
+AR SYDN 2009  4  1  5 35  0.000000  1    0.141065265722E-05                     
+AR SYOG 2009  4  1  5 35  0.000000  1    0.140085711010E-04                     
+AR THU2 2009  4  1  5 35  0.000000  1   -0.375596619898E-03                     
+AR TOW2 2009  4  1  5 35  0.000000  1   -0.111258771815E-08                     
+AR URUM 2009  4  1  5 35  0.000000  1   -0.346692235950E-03                     
+AR VESL 2009  4  1  5 35  0.000000  1   -0.330192869376E-03                     
+AR VILL 2009  4  1  5 35  0.000000  1   -0.564334987228E-07                     
+AR WTZR 2009  4  1  5 35  0.000000  1    0.444515207592E-07                     
+AR WUHN 2009  4  1  5 35  0.000000  1   -0.594896840871E-07                     
+AR YSSK 2009  4  1  5 35  0.000000  1   -0.774234980606E-07                     
+AR ZIM2 2009  4  1  5 35  0.000000  1    0.250173239260E-07                     
+AR XMIS 2009  4  1  5 35  0.000000  1    0.539626296891E-09                     
+AR GODZ 2009  4  1  5 35  0.000000  1   -0.469122811584E-03                     
+AR MTKA 2009  4  1  5 35  0.000000  1   -0.632675022232E-07                     
+AR PARK 2009  4  1  5 35  0.000000  1    0.804405616750E-06                     
+AR UNBJ 2009  4  1  5 35  0.000000  1   -0.247229098176E-03                     
+AR NOVM 2009  4  1  5 35  0.000000  1    0.798332259412E-04                     
+AR SUNM 2009  4  1  5 35  0.000000  1    0.396647590382E-03                     
+AR CEBR 2009  4  1  5 35  0.000000  1    0.719431604814E-03                     
+AR CPXF 2009  4  1  5 35  0.000000  1    0.744772419555E-08                     
+AR IDDR 2009  4  1  5 35  0.000000  1    0.838423434415E-08                     
+AR AZGB 2009  4  1  5 35  0.000000  1    0.588715365728E-06                     
+AR TN22 2009  4  1  5 35  0.000000  1    0.340640025109E-03                     
+AR ETAD 2009  4  1  5 35  0.000000  1    0.335392914063E-07                     
+AR ILHA 2009  4  1  5 35  0.000000  1    0.829356444960E-10                     
+AR POVE 2009  4  1  5 35  0.000000  1   -0.665350805699E-08                     
+AR RECF 2009  4  1  5 35  0.000000  1    0.194632275998E-07                     
+AR SALU 2009  4  1  5 35  0.000000  1    0.257254133808E-07                     
+AR SAVO 2009  4  1  5 35  0.000000  1    0.219277606772E-07                     
+AR UFPR 2009  4  1  5 35  0.000000  1    0.227912183731E-07                     
+AR YELL 2009  4  1  5 35  0.000000  1    0.237888000000E-06                     
+AS G32  2009  4  1  5 40  0.000000  1    0.280288583257E-03                     
+AS G24  2009  4  1  5 40  0.000000  1    0.177764849014E-03                     
+AS G25  2009  4  1  5 40  0.000000  1    0.334032512274E-03                     
+AS G26  2009  4  1  5 40  0.000000  1    0.544075298177E-04                     
+AS G27  2009  4  1  5 40  0.000000  1    0.370587110200E-04                     
+AS G30  2009  4  1  5 40  0.000000  1    0.136201747026E-03                     
+AS G03  2009  4  1  5 40  0.000000  1    0.373352112905E-03                     
+AS G04  2009  4  1  5 40  0.000000  1   -0.343701621837E-04                     
+AS G06  2009  4  1  5 40  0.000000  1    0.598070992488E-04                     
+AS G08  2009  4  1  5 40  0.000000  1   -0.196510796756E-03                     
+AS G09  2009  4  1  5 40  0.000000  1    0.484100467562E-04                     
+AS G10  2009  4  1  5 40  0.000000  1   -0.136108515636E-04                     
+AS G14  2009  4  1  5 40  0.000000  1   -0.132524193906E-03                     
+AS G13  2009  4  1  5 40  0.000000  1    0.293237971124E-03                     
+AS G28  2009  4  1  5 40  0.000000  1   -0.238284715154E-04                     
+AS G21  2009  4  1  5 40  0.000000  1    0.215699278153E-04                     
+AS G11  2009  4  1  5 40  0.000000  1    0.277980895061E-05                     
+AS G22  2009  4  1  5 40  0.000000  1    0.202441067772E-03                     
+AS G20  2009  4  1  5 40  0.000000  1    0.865811587850E-04                     
+AS G18  2009  4  1  5 40  0.000000  1   -0.696011879481E-04                     
+AS G16  2009  4  1  5 40  0.000000  1    0.630681107581E-04                     
+AS G19  2009  4  1  5 40  0.000000  1    0.293768726438E-04                     
+AS G23  2009  4  1  5 40  0.000000  1    0.388978585009E-03                     
+AS G02  2009  4  1  5 40  0.000000  1    0.153940965654E-03                     
+AS G31  2009  4  1  5 40  0.000000  1   -0.564479646033E-04                     
+AS G17  2009  4  1  5 40  0.000000  1    0.524034130836E-04                     
+AS G12  2009  4  1  5 40  0.000000  1   -0.299630107562E-03                     
+AS G15  2009  4  1  5 40  0.000000  1   -0.275906939386E-03                     
+AS G29  2009  4  1  5 40  0.000000  1    0.476115963952E-05                     
+AS G07  2009  4  1  5 40  0.000000  1    0.209908819670E-04                     
+AS R02  2009  4  1  5 40  0.000000  1    0.207247578554E-04                     
+AS R03  2009  4  1  5 40  0.000000  1   -0.342138242841E-04                     
+AS R04  2009  4  1  5 40  0.000000  1    0.639871507738E-04                     
+AS R06  2009  4  1  5 40  0.000000  1   -0.169232578485E-03                     
+AS R07  2009  4  1  5 40  0.000000  1   -0.892447893511E-04                     
+AS R08  2009  4  1  5 40  0.000000  1   -0.102016631932E-03                     
+AS R10  2009  4  1  5 40  0.000000  1   -0.140852937735E-03                     
+AS R11  2009  4  1  5 40  0.000000  1   -0.926067823307E-04                     
+AS R13  2009  4  1  5 40  0.000000  1   -0.230617043949E-03                     
+AS R14  2009  4  1  5 40  0.000000  1   -0.796810385680E-04                     
+AS R15  2009  4  1  5 40  0.000000  1    0.920872020987E-04                     
+AS R17  2009  4  1  5 40  0.000000  1   -0.261243368695E-03                     
+AS R18  2009  4  1  5 40  0.000000  1   -0.134117445077E-05                     
+AS R19  2009  4  1  5 40  0.000000  1   -0.894000052769E-04                     
+AS R20  2009  4  1  5 40  0.000000  1   -0.650080999174E-04                     
+AS R21  2009  4  1  5 40  0.000000  1   -0.143312147735E-03                     
+AS R22  2009  4  1  5 40  0.000000  1   -0.201516652192E-03                     
+AS R23  2009  4  1  5 40  0.000000  1   -0.200422538636E-03                     
+AR ALGO 2009  4  1  5 40  0.000000  1    0.806033173613E-04                     
+AR ALIC 2009  4  1  5 40  0.000000  1    0.226685904343E-08                     
+AR AMC2 2009  4  1  5 40  0.000000  1    0.147435506169E-08                     
+AR ANKR 2009  4  1  5 40  0.000000  1   -0.215532285410E-04                     
+AR ARTU 2009  4  1  5 40  0.000000  1   -0.699734080220E-07                     
+AR ASPA 2009  4  1  5 40  0.000000  1    0.143324323533E-07                     
+AR BHR1 2009  4  1  5 40  0.000000  1    0.563382650331E-03                     
+AR BARH 2009  4  1  5 40  0.000000  1    0.402262222781E-08                     
+AR BJFS 2009  4  1  5 40  0.000000  1   -0.584342926028E-07                     
+AR BOGT 2009  4  1  5 40  0.000000  1   -0.493812609328E-07                     
+AR BRMU 2009  4  1  5 40  0.000000  1    0.172079243913E-03                     
+AR CAGZ 2009  4  1  5 40  0.000000  1   -0.213463840511E-03                     
+AR CAS1 2009  4  1  5 40  0.000000  1   -0.898605449481E-09                     
+AR CHAT 2009  4  1  5 40  0.000000  1   -0.702922577972E-07                     
+AR CHPI 2009  4  1  5 40  0.000000  1   -0.424821256299E-07                     
+AR COCO 2009  4  1  5 40  0.000000  1    0.227641694681E-03                     
+AR CONZ 2009  4  1  5 40  0.000000  1   -0.397404109162E-03                     
+AR CRAR 2009  4  1  5 40  0.000000  1   -0.175334932830E-03                     
+AR CRO1 2009  4  1  5 40  0.000000  1    0.665103404841E-03                     
+AR DAEJ 2009  4  1  5 40  0.000000  1   -0.196594585200E-03                     
+AR DARW 2009  4  1  5 40  0.000000  1   -0.213443077641E-08                     
+AR DGAR 2009  4  1  5 40  0.000000  1   -0.789085668759E-07                     
+AR DRAO 2009  4  1  5 40  0.000000  1    0.111577741276E-03                     
+AR FAA1 2009  4  1  5 40  0.000000  1   -0.228342897750E-07                     
+AR FAIR 2009  4  1  5 40  0.000000  1   -0.570357586032E-07                     
+AR GLPS 2009  4  1  5 40  0.000000  1   -0.645501656094E-07                     
+AR GUAM 2009  4  1  5 40  0.000000  1   -0.880831727139E-07                     
+AR GUAT 2009  4  1  5 40  0.000000  1   -0.586163261730E-08                     
+AR HOB2 2009  4  1  5 40  0.000000  1    0.862402464792E-07                     
+AR HOFN 2009  4  1  5 40  0.000000  1    0.477112152879E-03                     
+AR HOLM 2009  4  1  5 40  0.000000  1   -0.461464778211E-07                     
+AR HRAO 2009  4  1  5 40  0.000000  1    0.849458027245E-03                     
+AR HYDE 2009  4  1  5 40  0.000000  1    0.236884510814E-08                     
+AR IRKJ 2009  4  1  5 40  0.000000  1    0.163746934689E-03                     
+AR ISPA 2009  4  1  5 40  0.000000  1   -0.543356028317E-07                     
+AR KARR 2009  4  1  5 40  0.000000  1   -0.619536334850E-07                     
+AR KERG 2009  4  1  5 40  0.000000  1    0.817126478621E-03                     
+AR KHAJ 2009  4  1  5 40  0.000000  1   -0.150788625164E-05                     
+AR KIR0 2009  4  1  5 40  0.000000  1    0.283632991609E-03                     
+AR KIRU 2009  4  1  5 40  0.000000  1    0.591349373934E-03                     
+AR KIT3 2009  4  1  5 40  0.000000  1   -0.751443437826E-08                     
+AR KOUR 2009  4  1  5 40  0.000000  1    0.125013729043E-03                     
+AR KUNM 2009  4  1  5 40  0.000000  1   -0.804923274821E-07                     
+AR LHAZ 2009  4  1  5 40  0.000000  1   -0.485496414267E-03                     
+AR MAL2 2009  4  1  5 40  0.000000  1   -0.189008278697E-07                     
+AR MAS1 2009  4  1  5 40  0.000000  1   -0.101610257651E-03                     
+AR MAW1 2009  4  1  5 40  0.000000  1    0.303452706776E-08                     
+AR MCIL 2009  4  1  5 40  0.000000  1    0.371369654977E-07                     
+AR MCM4 2009  4  1  5 40  0.000000  1   -0.545948262164E-07                     
+AR MDO1 2009  4  1  5 40  0.000000  1   -0.442407204528E-07                     
+AR MDVJ 2009  4  1  5 40  0.000000  1    0.438552786082E-03                     
+AR MKEA 2009  4  1  5 40  0.000000  1   -0.546135316791E-07                     
+AR MOBS 2009  4  1  5 40  0.000000  1   -0.233743372426E-08                     
+AR NANO 2009  4  1  5 40  0.000000  1    0.421054487346E-08                     
+AR NLIB 2009  4  1  5 40  0.000000  1   -0.117324428116E-06                     
+AR NNOR 2009  4  1  5 40  0.000000  1    0.365796678459E-03                     
+AR NRC1 2009  4  1  5 40  0.000000  1   -0.448784778858E-05                     
+AR NRIL 2009  4  1  5 40  0.000000  1   -0.536274524477E-07                     
+AR NRMD 2009  4  1  5 40  0.000000  1    0.277885258129E-07                     
+AR NTUS 2009  4  1  5 40  0.000000  1   -0.263445012491E-09                     
+AR NYAL 2009  4  1  5 40  0.000000  1    0.932884777755E-07                     
+AR OHI3 2009  4  1  5 40  0.000000  1    0.274407433946E-03                     
+AR ONSA 2009  4  1  5 40  0.000000  1   -0.324746982152E-04                     
+AR PDEL 2009  4  1  5 40  0.000000  1    0.125694329300E-08                     
+AR PERT 2009  4  1  5 40  0.000000  1   -0.776870219995E-07                     
+AR PETP 2009  4  1  5 40  0.000000  1   -0.768321094959E-07                     
+AR PIMO 2009  4  1  5 40  0.000000  1   -0.783639018663E-07                     
+AR QAQ1 2009  4  1  5 40  0.000000  1   -0.560804476665E-07                     
+AR QUIN 2009  4  1  5 40  0.000000  1   -0.599675811534E-07                     
+AR RABT 2009  4  1  5 40  0.000000  1   -0.455473098844E-07                     
+AR RCMN 2009  4  1  5 40  0.000000  1    0.819927043307E-08                     
+AR REDU 2009  4  1  5 40  0.000000  1   -0.501683603906E-07                     
+AR REUN 2009  4  1  5 40  0.000000  1    0.205707741799E-07                     
+AR REYK 2009  4  1  5 40  0.000000  1    0.364805745089E-03                     
+AR SCH2 2009  4  1  5 40  0.000000  1    0.187784826476E-03                     
+AR SCUB 2009  4  1  5 40  0.000000  1   -0.698818807981E-07                     
+AR STJO 2009  4  1  5 40  0.000000  1   -0.701889592695E-05                     
+AR SYDN 2009  4  1  5 40  0.000000  1    0.141058915375E-05                     
+AR SYOG 2009  4  1  5 40  0.000000  1    0.140086769605E-04                     
+AR THU2 2009  4  1  5 40  0.000000  1   -0.377598783027E-03                     
+AR TOW2 2009  4  1  5 40  0.000000  1   -0.199172001683E-08                     
+AR URUM 2009  4  1  5 40  0.000000  1   -0.421403752517E-03                     
+AR VESL 2009  4  1  5 40  0.000000  1   -0.291908250828E-03                     
+AR VILL 2009  4  1  5 40  0.000000  1   -0.574232578631E-07                     
+AR WTZR 2009  4  1  5 40  0.000000  1    0.444920791611E-07                     
+AR WUHN 2009  4  1  5 40  0.000000  1   -0.609416161014E-07                     
+AR YSSK 2009  4  1  5 40  0.000000  1   -0.763872292136E-07                     
+AR ZIM2 2009  4  1  5 40  0.000000  1    0.253974029059E-07                     
+AR XMIS 2009  4  1  5 40  0.000000  1   -0.236305533536E-08                     
+AR GODZ 2009  4  1  5 40  0.000000  1   -0.469122762684E-03                     
+AR MTKA 2009  4  1  5 40  0.000000  1   -0.652716973693E-07                     
+AR PARK 2009  4  1  5 40  0.000000  1    0.804424996104E-06                     
+AR UNBJ 2009  4  1  5 40  0.000000  1   -0.319153983211E-03                     
+AR NOVM 2009  4  1  5 40  0.000000  1    0.798332094391E-04                     
+AR SUNM 2009  4  1  5 40  0.000000  1    0.240251801779E-03                     
+AR CEBR 2009  4  1  5 40  0.000000  1    0.719431595654E-03                     
+AR CPXF 2009  4  1  5 40  0.000000  1    0.774944431661E-08                     
+AR IDDR 2009  4  1  5 40  0.000000  1    0.962867611071E-08                     
+AR AZGB 2009  4  1  5 40  0.000000  1   -0.138739532088E-03                     
+AR TN22 2009  4  1  5 40  0.000000  1    0.260787748720E-03                     
+AR ETAD 2009  4  1  5 40  0.000000  1    0.286291913086E-07                     
+AR ILHA 2009  4  1  5 40  0.000000  1   -0.116912577992E-08                     
+AR POVE 2009  4  1  5 40  0.000000  1   -0.710044282154E-08                     
+AR RECF 2009  4  1  5 40  0.000000  1    0.186022623213E-07                     
+AR SALU 2009  4  1  5 40  0.000000  1    0.169203488560E-07                     
+AR SAVO 2009  4  1  5 40  0.000000  1    0.236653514912E-07                     
+AR UFPR 2009  4  1  5 40  0.000000  1    0.228541407974E-07                     
+AR YELL 2009  4  1  5 40  0.000000  1    0.237958000000E-06                     
+AS G32  2009  4  1  5 45  0.000000  1    0.280287109890E-03                     
+AS G24  2009  4  1  5 45  0.000000  1    0.177765074236E-03                     
+AS G25  2009  4  1  5 45  0.000000  1    0.334039107263E-03                     
+AS G26  2009  4  1  5 45  0.000000  1    0.544080111699E-04                     
+AS G27  2009  4  1  5 45  0.000000  1    0.370598199932E-04                     
+AS G30  2009  4  1  5 45  0.000000  1    0.136202800382E-03                     
+AS G03  2009  4  1  5 45  0.000000  1    0.373354299903E-03                     
+AS G04  2009  4  1  5 45  0.000000  1   -0.343744819870E-04                     
+AS G06  2009  4  1  5 45  0.000000  1    0.598126773810E-04                     
+AS G08  2009  4  1  5 45  0.000000  1   -0.196511754052E-03                     
+AS G09  2009  4  1  5 45  0.000000  1    0.484108185468E-04                     
+AS G10  2009  4  1  5 45  0.000000  1   -0.136112750160E-04                     
+AS G14  2009  4  1  5 45  0.000000  1   -0.132522608030E-03                     
+AS G13  2009  4  1  5 45  0.000000  1    0.293238466672E-03                     
+AS G28  2009  4  1  5 45  0.000000  1   -0.238284257719E-04                     
+AS G21  2009  4  1  5 45  0.000000  1    0.215688448276E-04                     
+AS G11  2009  4  1  5 45  0.000000  1    0.277939418501E-05                     
+AS G22  2009  4  1  5 45  0.000000  1    0.202440386481E-03                     
+AS G20  2009  4  1  5 45  0.000000  1    0.865809851366E-04                     
+AS G18  2009  4  1  5 45  0.000000  1   -0.696000243980E-04                     
+AS G16  2009  4  1  5 45  0.000000  1    0.630673007996E-04                     
+AS G19  2009  4  1  5 45  0.000000  1    0.293767105921E-04                     
+AS G23  2009  4  1  5 45  0.000000  1    0.388978738497E-03                     
+AS G02  2009  4  1  5 45  0.000000  1    0.153940691054E-03                     
+AS G31  2009  4  1  5 45  0.000000  1   -0.564481488260E-04                     
+AS G17  2009  4  1  5 45  0.000000  1    0.524036910413E-04                     
+AS G12  2009  4  1  5 45  0.000000  1   -0.299628743760E-03                     
+AS G15  2009  4  1  5 45  0.000000  1   -0.275908217546E-03                     
+AS G29  2009  4  1  5 45  0.000000  1    0.476225340318E-05                     
+AS G07  2009  4  1  5 45  0.000000  1    0.209904786155E-04                     
+AS R02  2009  4  1  5 45  0.000000  1    0.207237657052E-04                     
+AS R03  2009  4  1  5 45  0.000000  1   -0.342154235532E-04                     
+AS R04  2009  4  1  5 45  0.000000  1    0.639848129485E-04                     
+AS R06  2009  4  1  5 45  0.000000  1   -0.169231087638E-03                     
+AS R07  2009  4  1  5 45  0.000000  1   -0.892437435809E-04                     
+AS R08  2009  4  1  5 45  0.000000  1   -0.102016090774E-03                     
+AS R10  2009  4  1  5 45  0.000000  1   -0.140852753222E-03                     
+AS R11  2009  4  1  5 45  0.000000  1   -0.926068321066E-04                     
+AS R13  2009  4  1  5 45  0.000000  1   -0.230617093921E-03                     
+AS R14  2009  4  1  5 45  0.000000  1   -0.796801653644E-04                     
+AS R15  2009  4  1  5 45  0.000000  1    0.920874841810E-04                     
+AS R17  2009  4  1  5 45  0.000000  1   -0.261243784246E-03                     
+AS R18  2009  4  1  5 45  0.000000  1   -0.134110096799E-05                     
+AS R19  2009  4  1  5 45  0.000000  1   -0.894004121595E-04                     
+AS R20  2009  4  1  5 45  0.000000  1   -0.650077897916E-04                     
+AS R21  2009  4  1  5 45  0.000000  1   -0.143312342645E-03                     
+AS R22  2009  4  1  5 45  0.000000  1   -0.201517329611E-03                     
+AS R23  2009  4  1  5 45  0.000000  1   -0.200421011364E-03                     
+AR ALGO 2009  4  1  5 45  0.000000  1    0.806075632600E-04                     
+AR ALIC 2009  4  1  5 45  0.000000  1    0.167392689155E-08                     
+AR AMC2 2009  4  1  5 45  0.000000  1    0.148502323191E-08                     
+AR ANKR 2009  4  1  5 45  0.000000  1    0.493393511622E-04                     
+AR ARTU 2009  4  1  5 45  0.000000  1   -0.678187670849E-07                     
+AR ASPA 2009  4  1  5 45  0.000000  1    0.152459828342E-07                     
+AR BHR1 2009  4  1  5 45  0.000000  1    0.563382849580E-03                     
+AR BARH 2009  4  1  5 45  0.000000  1    0.481003293379E-08                     
+AR BJFS 2009  4  1  5 45  0.000000  1   -0.525714244297E-07                     
+AR BOGT 2009  4  1  5 45  0.000000  1   -0.513211448484E-07                     
+AR BRMU 2009  4  1  5 45  0.000000  1   -0.334134617731E-03                     
+AR CAGZ 2009  4  1  5 45  0.000000  1    0.102286489797E-04                     
+AR CAS1 2009  4  1  5 45  0.000000  1   -0.494833105893E-09                     
+AR CHAT 2009  4  1  5 45  0.000000  1   -0.685307981991E-07                     
+AR CHPI 2009  4  1  5 45  0.000000  1   -0.469631839450E-07                     
+AR COCO 2009  4  1  5 45  0.000000  1    0.227641243514E-03                     
+AR CONZ 2009  4  1  5 45  0.000000  1    0.470545534011E-03                     
+AR CRAR 2009  4  1  5 45  0.000000  1   -0.200518098291E-03                     
+AR CRO1 2009  4  1  5 45  0.000000  1    0.665103517970E-03                     
+AR DAEJ 2009  4  1  5 45  0.000000  1   -0.196593464263E-03                     
+AR DARW 2009  4  1  5 45  0.000000  1    0.167997460884E-08                     
+AR DGAR 2009  4  1  5 45  0.000000  1   -0.735851225939E-07                     
+AR DRAO 2009  4  1  5 45  0.000000  1    0.111614804892E-03                     
+AR FAA1 2009  4  1  5 45  0.000000  1   -0.191396285002E-07                     
+AR FAIR 2009  4  1  5 45  0.000000  1   -0.515371626290E-07                     
+AR GLPS 2009  4  1  5 45  0.000000  1   -0.654134792821E-07                     
+AR GUAM 2009  4  1  5 45  0.000000  1   -0.869519609876E-07                     
+AR GUAT 2009  4  1  5 45  0.000000  1   -0.296704964659E-08                     
+AR HOB2 2009  4  1  5 45  0.000000  1    0.862732158090E-07                     
+AR HOFN 2009  4  1  5 45  0.000000  1   -0.444924355110E-03                     
+AR HOLM 2009  4  1  5 45  0.000000  1   -0.359792338113E-07                     
+AR HRAO 2009  4  1  5 45  0.000000  1    0.849458119067E-03                     
+AR HYDE 2009  4  1  5 45  0.000000  1    0.367047466458E-08                     
+AR IRKJ 2009  4  1  5 45  0.000000  1    0.163746932484E-03                     
+AR ISPA 2009  4  1  5 45  0.000000  1   -0.573934061628E-07                     
+AR KARR 2009  4  1  5 45  0.000000  1   -0.650079106232E-07                     
+AR KERG 2009  4  1  5 45  0.000000  1    0.817131946907E-03                     
+AR KHAJ 2009  4  1  5 45  0.000000  1   -0.150789347529E-05                     
+AR KIR0 2009  4  1  5 45  0.000000  1    0.283626093644E-03                     
+AR KIRU 2009  4  1  5 45  0.000000  1    0.591349827305E-03                     
+AR KIT3 2009  4  1  5 45  0.000000  1   -0.567303630679E-08                     
+AR KOUR 2009  4  1  5 45  0.000000  1    0.125013758717E-03                     
+AR KUNM 2009  4  1  5 45  0.000000  1   -0.786691667440E-07                     
+AR LHAZ 2009  4  1  5 45  0.000000  1    0.463312545817E-03                     
+AR MAL2 2009  4  1  5 45  0.000000  1   -0.809258066432E-08                     
+AR MAS1 2009  4  1  5 45  0.000000  1   -0.101610050197E-03                     
+AR MAW1 2009  4  1  5 45  0.000000  1    0.155050343996E-08                     
+AR MCIL 2009  4  1  5 45  0.000000  1    0.355772055350E-07                     
+AR MCM4 2009  4  1  5 45  0.000000  1   -0.556346362044E-07                     
+AR MDO1 2009  4  1  5 45  0.000000  1   -0.434353921572E-07                     
+AR MDVJ 2009  4  1  5 45  0.000000  1    0.438552786345E-03                     
+AR MKEA 2009  4  1  5 45  0.000000  1   -0.473066944903E-07                     
+AR MOBS 2009  4  1  5 45  0.000000  1   -0.115138871578E-08                     
+AR NANO 2009  4  1  5 45  0.000000  1    0.467341325138E-08                     
+AR NLIB 2009  4  1  5 45  0.000000  1   -0.117326764313E-06                     
+AR NNOR 2009  4  1  5 45  0.000000  1    0.365796125884E-03                     
+AR NRC1 2009  4  1  5 45  0.000000  1   -0.448780107111E-05                     
+AR NRIL 2009  4  1  5 45  0.000000  1   -0.562456920281E-07                     
+AR NRMD 2009  4  1  5 45  0.000000  1    0.271926560717E-07                     
+AR NTUS 2009  4  1  5 45  0.000000  1   -0.924328404629E-09                     
+AR NYAL 2009  4  1  5 45  0.000000  1    0.933078460473E-07                     
+AR OHI3 2009  4  1  5 45  0.000000  1    0.369900534235E-03                     
+AR ONSA 2009  4  1  5 45  0.000000  1   -0.324747413335E-04                     
+AR PDEL 2009  4  1  5 45  0.000000  1   -0.146676027450E-08                     
+AR PERT 2009  4  1  5 45  0.000000  1   -0.783889159640E-07                     
+AR PETP 2009  4  1  5 45  0.000000  1   -0.755613869572E-07                     
+AR PIMO 2009  4  1  5 45  0.000000  1   -0.754830228852E-07                     
+AR QAQ1 2009  4  1  5 45  0.000000  1   -0.563752838557E-07                     
+AR QUIN 2009  4  1  5 45  0.000000  1   -0.573561486361E-07                     
+AR RABT 2009  4  1  5 45  0.000000  1   -0.468517034763E-07                     
+AR RCMN 2009  4  1  5 45  0.000000  1    0.909987666732E-08                     
+AR REDU 2009  4  1  5 45  0.000000  1   -0.515897393398E-07                     
+AR REUN 2009  4  1  5 45  0.000000  1    0.181594854889E-07                     
+AR REYK 2009  4  1  5 45  0.000000  1    0.382707470743E-03                     
+AR SCH2 2009  4  1  5 45  0.000000  1    0.187800552669E-03                     
+AR SCUB 2009  4  1  5 45  0.000000  1   -0.679120141098E-07                     
+AR STJO 2009  4  1  5 45  0.000000  1   -0.701918525509E-05                     
+AR SYDN 2009  4  1  5 45  0.000000  1    0.141079846030E-05                     
+AR SYOG 2009  4  1  5 45  0.000000  1    0.140089781008E-04                     
+AR THU2 2009  4  1  5 45  0.000000  1   -0.379600879062E-03                     
+AR TOW2 2009  4  1  5 45  0.000000  1   -0.118605943919E-08                     
+AR URUM 2009  4  1  5 45  0.000000  1   -0.496180729422E-03                     
+AR VESL 2009  4  1  5 45  0.000000  1   -0.253605161792E-03                     
+AR VILL 2009  4  1  5 45  0.000000  1   -0.602744052291E-07                     
+AR WTZR 2009  4  1  5 45  0.000000  1    0.445088001242E-07                     
+AR WUHN 2009  4  1  5 45  0.000000  1   -0.612615181796E-07                     
+AR YSSK 2009  4  1  5 45  0.000000  1   -0.753289724396E-07                     
+AR ZIM2 2009  4  1  5 45  0.000000  1    0.243477405965E-07                     
+AR XMIS 2009  4  1  5 45  0.000000  1   -0.253516527650E-08                     
+AR GODZ 2009  4  1  5 45  0.000000  1   -0.469122735339E-03                     
+AR MTKA 2009  4  1  5 45  0.000000  1   -0.713154146256E-07                     
+AR PARK 2009  4  1  5 45  0.000000  1    0.804435730560E-06                     
+AR UNBJ 2009  4  1  5 45  0.000000  1   -0.391059387640E-03                     
+AR NOVM 2009  4  1  5 45  0.000000  1    0.798332251293E-04                     
+AR SUNM 2009  4  1  5 45  0.000000  1    0.841223217984E-04                     
+AR CEBR 2009  4  1  5 45  0.000000  1    0.719431591804E-03                     
+AR CPXF 2009  4  1  5 45  0.000000  1    0.537764927763E-08                     
+AR IDDR 2009  4  1  5 45  0.000000  1    0.125306941455E-07                     
+AR AZGB 2009  4  1  5 45  0.000000  1   -0.278005145397E-03                     
+AR TN22 2009  4  1  5 45  0.000000  1    0.180872077870E-03                     
+AR ETAD 2009  4  1  5 45  0.000000  1    0.316958150361E-07                     
+AR ILHA 2009  4  1  5 45  0.000000  1   -0.481542328910E-10                     
+AR POVE 2009  4  1  5 45  0.000000  1   -0.626560740502E-08                     
+AR RECF 2009  4  1  5 45  0.000000  1    0.196448826644E-07                     
+AR SALU 2009  4  1  5 45  0.000000  1    0.157937080278E-07                     
+AR SAVO 2009  4  1  5 45  0.000000  1    0.236287848354E-07                     
+AR UFPR 2009  4  1  5 45  0.000000  1    0.233132691462E-07                     
+AR YELL 2009  4  1  5 45  0.000000  1    0.238028000000E-06                     
+AS G32  2009  4  1  5 50  0.000000  1    0.280285884256E-03                     
+AS G24  2009  4  1  5 50  0.000000  1    0.177766189274E-03                     
+AS G25  2009  4  1  5 50  0.000000  1    0.334045533577E-03                     
+AS G26  2009  4  1  5 50  0.000000  1    0.544088073262E-04                     
+AS G27  2009  4  1  5 50  0.000000  1    0.370611519408E-04                     
+AS G30  2009  4  1  5 50  0.000000  1    0.136204088601E-03                     
+AS G03  2009  4  1  5 50  0.000000  1    0.373356597780E-03                     
+AS G04  2009  4  1  5 50  0.000000  1   -0.343787700227E-04                     
+AS G06  2009  4  1  5 50  0.000000  1    0.598181730301E-04                     
+AS G08  2009  4  1  5 50  0.000000  1   -0.196512244806E-03                     
+AS G09  2009  4  1  5 50  0.000000  1    0.484119902808E-04                     
+AS G10  2009  4  1  5 50  0.000000  1   -0.136121990164E-04                     
+AS G14  2009  4  1  5 50  0.000000  1   -0.132520836406E-03                     
+AS G13  2009  4  1  5 50  0.000000  1    0.293238942203E-03                     
+AS G28  2009  4  1  5 50  0.000000  1   -0.238284123300E-04                     
+AS G21  2009  4  1  5 50  0.000000  1    0.215681096446E-04                     
+AS G11  2009  4  1  5 50  0.000000  1    0.277887776914E-05                     
+AS G22  2009  4  1  5 50  0.000000  1    0.202440171568E-03                     
+AS G20  2009  4  1  5 50  0.000000  1    0.865805629039E-04                     
+AS G18  2009  4  1  5 50  0.000000  1   -0.695987895952E-04                     
+AS G16  2009  4  1  5 50  0.000000  1    0.630664812707E-04                     
+AS G19  2009  4  1  5 50  0.000000  1    0.293765340065E-04                     
+AS G23  2009  4  1  5 50  0.000000  1    0.388979071804E-03                     
+AS G02  2009  4  1  5 50  0.000000  1    0.153940656046E-03                     
+AS G31  2009  4  1  5 50  0.000000  1   -0.564485663529E-04                     
+AS G17  2009  4  1  5 50  0.000000  1    0.524040687863E-04                     
+AS G12  2009  4  1  5 50  0.000000  1   -0.299627386352E-03                     
+AS G15  2009  4  1  5 50  0.000000  1   -0.275909521808E-03                     
+AS G29  2009  4  1  5 50  0.000000  1    0.476380786899E-05                     
+AS G07  2009  4  1  5 50  0.000000  1    0.209906194397E-04                     
+AS R02  2009  4  1  5 50  0.000000  1    0.207228736261E-04                     
+AS R03  2009  4  1  5 50  0.000000  1   -0.342175755026E-04                     
+AS R04  2009  4  1  5 50  0.000000  1    0.639830530260E-04                     
+AS R06  2009  4  1  5 50  0.000000  1   -0.169230187481E-03                     
+AS R07  2009  4  1  5 50  0.000000  1   -0.892444930631E-04                     
+AS R08  2009  4  1  5 50  0.000000  1   -0.102015693730E-03                     
+AS R10  2009  4  1  5 50  0.000000  1   -0.140852359633E-03                     
+AS R11  2009  4  1  5 50  0.000000  1   -0.926071285726E-04                     
+AS R13  2009  4  1  5 50  0.000000  1   -0.230617248665E-03                     
+AS R14  2009  4  1  5 50  0.000000  1   -0.796789437581E-04                     
+AS R15  2009  4  1  5 50  0.000000  1    0.920882639715E-04                     
+AS R17  2009  4  1  5 50  0.000000  1   -0.261244215662E-03                     
+AS R18  2009  4  1  5 50  0.000000  1   -0.134118202510E-05                     
+AS R19  2009  4  1  5 50  0.000000  1   -0.894008003079E-04                     
+AS R20  2009  4  1  5 50  0.000000  1   -0.650077381111E-04                     
+AS R21  2009  4  1  5 50  0.000000  1   -0.143312627587E-03                     
+AS R22  2009  4  1  5 50  0.000000  1   -0.201518214194E-03                     
+AS R23  2009  4  1  5 50  0.000000  1   -0.200419222743E-03                     
+AR ALGO 2009  4  1  5 50  0.000000  1    0.806118171209E-04                     
+AR ALIC 2009  4  1  5 50  0.000000  1    0.289799765951E-08                     
+AR AMC2 2009  4  1  5 50  0.000000  1    0.149053073273E-08                     
+AR ANKR 2009  4  1  5 50  0.000000  1    0.120023780594E-03                     
+AR ARTU 2009  4  1  5 50  0.000000  1   -0.673135576856E-07                     
+AR ASPA 2009  4  1  5 50  0.000000  1    0.167826036186E-07                     
+AR BHR1 2009  4  1  5 50  0.000000  1    0.563382810369E-03                     
+AR BARH 2009  4  1  5 50  0.000000  1    0.502878678784E-08                     
+AR BJFS 2009  4  1  5 50  0.000000  1   -0.511469334893E-07                     
+AR BOGT 2009  4  1  5 50  0.000000  1   -0.522799913568E-07                     
+AR BRMU 2009  4  1  5 50  0.000000  1    0.159387950840E-03                     
+AR CAGZ 2009  4  1  5 50  0.000000  1    0.234008922017E-03                     
+AR CAS1 2009  4  1  5 50  0.000000  1    0.251773730467E-08                     
+AR CHAT 2009  4  1  5 50  0.000000  1   -0.669617648802E-07                     
+AR CHPI 2009  4  1  5 50  0.000000  1   -0.459894928057E-07                     
+AR COCO 2009  4  1  5 50  0.000000  1    0.227640941737E-03                     
+AR CONZ 2009  4  1  5 50  0.000000  1    0.338310560386E-03                     
+AR CRAR 2009  4  1  5 50  0.000000  1   -0.225706855195E-03                     
+AR CRO1 2009  4  1  5 50  0.000000  1    0.665103494928E-03                     
+AR DAEJ 2009  4  1  5 50  0.000000  1   -0.196593203313E-03                     
+AR DARW 2009  4  1  5 50  0.000000  1    0.432781947287E-08                     
+AR DGAR 2009  4  1  5 50  0.000000  1   -0.816190947121E-07                     
+AR DRAO 2009  4  1  5 50  0.000000  1    0.111651487969E-03                     
+AR FAA1 2009  4  1  5 50  0.000000  1   -0.193753888929E-07                     
+AR FAIR 2009  4  1  5 50  0.000000  1   -0.541337289585E-07                     
+AR GLPS 2009  4  1  5 50  0.000000  1   -0.657698258636E-07                     
+AR GUAM 2009  4  1  5 50  0.000000  1   -0.817045736773E-07                     
+AR GUAT 2009  4  1  5 50  0.000000  1   -0.227277021862E-08                     
+AR HOB2 2009  4  1  5 50  0.000000  1    0.862947317474E-07                     
+AR HOFN 2009  4  1  5 50  0.000000  1   -0.366931544262E-03                     
+AR HOLM 2009  4  1  5 50  0.000000  1   -0.371298771623E-07                     
+AR HRAO 2009  4  1  5 50  0.000000  1    0.849458194342E-03                     
+AR HYDE 2009  4  1  5 50  0.000000  1    0.400767685520E-08                     
+AR IRKJ 2009  4  1  5 50  0.000000  1    0.163746912032E-03                     
+AR ISPA 2009  4  1  5 50  0.000000  1   -0.573117041558E-07                     
+AR KARR 2009  4  1  5 50  0.000000  1   -0.658212306264E-07                     
+AR KERG 2009  4  1  5 50  0.000000  1    0.817138412005E-03                     
+AR KHAJ 2009  4  1  5 50  0.000000  1   -0.150791851215E-05                     
+AR KIR0 2009  4  1  5 50  0.000000  1    0.283619286499E-03                     
+AR KIRU 2009  4  1  5 50  0.000000  1    0.591349177840E-03                     
+AR KIT3 2009  4  1  5 50  0.000000  1   -0.207430973303E-07                     
+AR KOUR 2009  4  1  5 50  0.000000  1    0.125013766117E-03                     
+AR KUNM 2009  4  1  5 50  0.000000  1   -0.665954331576E-07                     
+AR LHAZ 2009  4  1  5 50  0.000000  1    0.411692571008E-03                     
+AR MAL2 2009  4  1  5 50  0.000000  1   -0.688168306644E-08                     
+AR MAS1 2009  4  1  5 50  0.000000  1   -0.101609822469E-03                     
+AR MAW1 2009  4  1  5 50  0.000000  1    0.343571177092E-08                     
+AR MCIL 2009  4  1  5 50  0.000000  1    0.341672152378E-07                     
+AR MCM4 2009  4  1  5 50  0.000000  1   -0.593830153788E-07                     
+AR MDO1 2009  4  1  5 50  0.000000  1   -0.422369002567E-07                     
+AR MDVJ 2009  4  1  5 50  0.000000  1    0.438552786887E-03                     
+AR MKEA 2009  4  1  5 50  0.000000  1   -0.520873883840E-07                     
+AR MOBS 2009  4  1  5 50  0.000000  1   -0.255792627964E-08                     
+AR NANO 2009  4  1  5 50  0.000000  1    0.431861310491E-08                     
+AR NLIB 2009  4  1  5 50  0.000000  1   -0.117304613784E-06                     
+AR NNOR 2009  4  1  5 50  0.000000  1    0.365796391320E-03                     
+AR NRC1 2009  4  1  5 50  0.000000  1   -0.448776659165E-05                     
+AR NRIL 2009  4  1  5 50  0.000000  1   -0.577506980400E-07                     
+AR NRMD 2009  4  1  5 50  0.000000  1    0.278614116965E-07                     
+AR NTUS 2009  4  1  5 50  0.000000  1   -0.125798977451E-09                     
+AR NYAL 2009  4  1  5 50  0.000000  1    0.933473802893E-07                     
+AR OHI3 2009  4  1  5 50  0.000000  1    0.465588323797E-03                     
+AR ONSA 2009  4  1  5 50  0.000000  1   -0.324747832263E-04                     
+AR PDEL 2009  4  1  5 50  0.000000  1    0.487731413522E-09                     
+AR PERT 2009  4  1  5 50  0.000000  1   -0.677097919029E-07                     
+AR PETP 2009  4  1  5 50  0.000000  1   -0.732005133692E-07                     
+AR PIMO 2009  4  1  5 50  0.000000  1   -0.754450363081E-07                     
+AR QAQ1 2009  4  1  5 50  0.000000  1   -0.482890367727E-07                     
+AR QUIN 2009  4  1  5 50  0.000000  1   -0.558569822877E-07                     
+AR RABT 2009  4  1  5 50  0.000000  1   -0.457350911240E-07                     
+AR RAMO 2009  4  1  5 50  0.000000  1    0.199849343862E-07                     
+AR RCMN 2009  4  1  5 50  0.000000  1    0.644811685489E-08                     
+AR REDU 2009  4  1  5 50  0.000000  1   -0.534170101266E-07                     
+AR REUN 2009  4  1  5 50  0.000000  1    0.177228581387E-07                     
+AR REYK 2009  4  1  5 50  0.000000  1    0.400125627990E-03                     
+AR SCH2 2009  4  1  5 50  0.000000  1    0.187816063063E-03                     
+AR SCUB 2009  4  1  5 50  0.000000  1   -0.684395456202E-07                     
+AR STJO 2009  4  1  5 50  0.000000  1   -0.701945782787E-05                     
+AR SYDN 2009  4  1  5 50  0.000000  1    0.141085110943E-05                     
+AR SYOG 2009  4  1  5 50  0.000000  1    0.140092890521E-04                     
+AR THU2 2009  4  1  5 50  0.000000  1   -0.381603016374E-03                     
+AR TOW2 2009  4  1  5 50  0.000000  1   -0.353136876229E-09                     
+AR URUM 2009  4  1  5 50  0.000000  1    0.428879634927E-03                     
+AR VESL 2009  4  1  5 50  0.000000  1   -0.215331308154E-03                     
+AR VILL 2009  4  1  5 50  0.000000  1   -0.578152127120E-07                     
+AR WTZR 2009  4  1  5 50  0.000000  1    0.445214919304E-07                     
+AR WUHN 2009  4  1  5 50  0.000000  1   -0.612654526973E-07                     
+AR YSSK 2009  4  1  5 50  0.000000  1   -0.743498671527E-07                     
+AR ZIM2 2009  4  1  5 50  0.000000  1    0.242282565651E-07                     
+AR XMIS 2009  4  1  5 50  0.000000  1   -0.291906831592E-08                     
+AR GODZ 2009  4  1  5 50  0.000000  1   -0.469122691655E-03                     
+AR MTKA 2009  4  1  5 50  0.000000  1   -0.719339142054E-07                     
+AR PARK 2009  4  1  5 50  0.000000  1    0.804420721149E-06                     
+AR UNBJ 2009  4  1  5 50  0.000000  1   -0.462924260378E-03                     
+AR NOVM 2009  4  1  5 50  0.000000  1    0.798332270622E-04                     
+AR SUNM 2009  4  1  5 50  0.000000  1   -0.721779314915E-04                     
+AR CEBR 2009  4  1  5 50  0.000000  1    0.719431577893E-03                     
+AR CPXF 2009  4  1  5 50  0.000000  1    0.470504431775E-08                     
+AR IDDR 2009  4  1  5 50  0.000000  1    0.125181490142E-07                     
+AR AZGB 2009  4  1  5 50  0.000000  1   -0.417321985816E-03                     
+AR TN22 2009  4  1  5 50  0.000000  1    0.100980163175E-03                     
+AR ETAD 2009  4  1  5 50  0.000000  1    0.289640225561E-07                     
+AR ILHA 2009  4  1  5 50  0.000000  1   -0.322436861044E-09                     
+AR POVE 2009  4  1  5 50  0.000000  1   -0.631193705616E-08                     
+AR RECF 2009  4  1  5 50  0.000000  1    0.216851560726E-07                     
+AR SALU 2009  4  1  5 50  0.000000  1    0.388886270642E-08                     
+AR SAVO 2009  4  1  5 50  0.000000  1    0.257169846479E-07                     
+AR UFPR 2009  4  1  5 50  0.000000  1    0.225416946429E-07                     
+AR YELL 2009  4  1  5 50  0.000000  1    0.238098000000E-06                     
+AS G32  2009  4  1  5 55  0.000000  1    0.280284501591E-03                     
+AS G24  2009  4  1  5 55  0.000000  1    0.177767231771E-03                     
+AS G25  2009  4  1  5 55  0.000000  1    0.334052075420E-03                     
+AS G26  2009  4  1  5 55  0.000000  1    0.544094860601E-04                     
+AS G27  2009  4  1  5 55  0.000000  1    0.370616034818E-04                     
+AS G30  2009  4  1  5 55  0.000000  1    0.136204836844E-03                     
+AS G03  2009  4  1  5 55  0.000000  1    0.373357771024E-03                     
+AS G04  2009  4  1  5 55  0.000000  1   -0.343831600138E-04                     
+AS G06  2009  4  1  5 55  0.000000  1    0.598234786274E-04                     
+AS G08  2009  4  1  5 55  0.000000  1   -0.196513565145E-03                     
+AS G09  2009  4  1  5 55  0.000000  1    0.484121804775E-04                     
+AS G10  2009  4  1  5 55  0.000000  1   -0.136127940688E-04                     
+AS G14  2009  4  1  5 55  0.000000  1   -0.132519169072E-03                     
+AS G13  2009  4  1  5 55  0.000000  1    0.293239305682E-03                     
+AS G28  2009  4  1  5 55  0.000000  1   -0.238283588782E-04                     
+AS G21  2009  4  1  5 55  0.000000  1    0.215676177631E-04                     
+AS G11  2009  4  1  5 55  0.000000  1    0.277856235723E-05                     
+AS G22  2009  4  1  5 55  0.000000  1    0.202440555952E-03                     
+AS G20  2009  4  1  5 55  0.000000  1    0.865802730237E-04                     
+AS G18  2009  4  1  5 55  0.000000  1   -0.695980937453E-04                     
+AS G16  2009  4  1  5 55  0.000000  1    0.630655377667E-04                     
+AS G19  2009  4  1  5 55  0.000000  1    0.293763507753E-04                     
+AS G23  2009  4  1  5 55  0.000000  1    0.388978970366E-03                     
+AS G02  2009  4  1  5 55  0.000000  1    0.153940483410E-03                     
+AS G31  2009  4  1  5 55  0.000000  1   -0.564491429646E-04                     
+AS G17  2009  4  1  5 55  0.000000  1    0.524046105984E-04                     
+AS G12  2009  4  1  5 55  0.000000  1   -0.299626080732E-03                     
+AS G15  2009  4  1  5 55  0.000000  1   -0.275910902043E-03                     
+AS G29  2009  4  1  5 55  0.000000  1    0.476501431589E-05                     
+AS G07  2009  4  1  5 55  0.000000  1    0.209905627525E-04                     
+AS R02  2009  4  1  5 55  0.000000  1    0.207218686186E-04                     
+AS R03  2009  4  1  5 55  0.000000  1   -0.342169193570E-04                     
+AS R04  2009  4  1  5 55  0.000000  1    0.639816616450E-04                     
+AS R06  2009  4  1  5 55  0.000000  1   -0.169228098752E-03                     
+AS R07  2009  4  1  5 55  0.000000  1   -0.892445054575E-04                     
+AS R08  2009  4  1  5 55  0.000000  1   -0.102015457358E-03                     
+AS R10  2009  4  1  5 55  0.000000  1   -0.140852215545E-03                     
+AS R11  2009  4  1  5 55  0.000000  1   -0.926074316413E-04                     
+AS R13  2009  4  1  5 55  0.000000  1   -0.230617654323E-03                     
+AS R14  2009  4  1  5 55  0.000000  1   -0.796775074385E-04                     
+AS R15  2009  4  1  5 55  0.000000  1    0.920889117174E-04                     
+AS R17  2009  4  1  5 55  0.000000  1   -0.261244640738E-03                     
+AS R18  2009  4  1  5 55  0.000000  1   -0.134147678982E-05                     
+AS R19  2009  4  1  5 55  0.000000  1   -0.894011137044E-04                     
+AS R20  2009  4  1  5 55  0.000000  1   -0.650078786050E-04                     
+AS R21  2009  4  1  5 55  0.000000  1   -0.143312842809E-03                     
+AS R22  2009  4  1  5 55  0.000000  1   -0.201519225083E-03                     
+AS R23  2009  4  1  5 55  0.000000  1   -0.200417576055E-03                     
+AR ALGO 2009  4  1  5 55  0.000000  1    0.806161916771E-04                     
+AR ALIC 2009  4  1  5 55  0.000000  1    0.300622238062E-08                     
+AR AMC2 2009  4  1  5 55  0.000000  1    0.150941587803E-08                     
+AR ANKR 2009  4  1  5 55  0.000000  1    0.190451594277E-03                     
+AR ARTU 2009  4  1  5 55  0.000000  1   -0.698010727816E-07                     
+AR ASPA 2009  4  1  5 55  0.000000  1    0.175400507118E-07                     
+AR BHR1 2009  4  1  5 55  0.000000  1    0.563382895072E-03                     
+AR BARH 2009  4  1  5 55  0.000000  1    0.728361123492E-08                     
+AR BJFS 2009  4  1  5 55  0.000000  1   -0.610224408783E-07                     
+AR BOGT 2009  4  1  5 55  0.000000  1   -0.521597099138E-07                     
+AR BRMU 2009  4  1  5 55  0.000000  1   -0.347252365794E-03                     
+AR CAGZ 2009  4  1  5 55  0.000000  1    0.457744438386E-03                     
+AR CAS1 2009  4  1  5 55  0.000000  1    0.219993540113E-08                     
+AR CHAT 2009  4  1  5 55  0.000000  1   -0.667848370233E-07                     
+AR CHPI 2009  4  1  5 55  0.000000  1   -0.458882556815E-07                     
+AR COCO 2009  4  1  5 55  0.000000  1    0.227640527162E-03                     
+AR CONZ 2009  4  1  5 55  0.000000  1    0.205898138437E-03                     
+AR CRAR 2009  4  1  5 55  0.000000  1   -0.250880444759E-03                     
+AR CRO1 2009  4  1  5 55  0.000000  1    0.665103541329E-03                     
+AR DAEJ 2009  4  1  5 55  0.000000  1   -0.196592514900E-03                     
+AR DARW 2009  4  1  5 55  0.000000  1    0.412544143525E-08                     
+AR DGAR 2009  4  1  5 55  0.000000  1   -0.818570824763E-07                     
+AR DRAO 2009  4  1  5 55  0.000000  1    0.111688436383E-03                     
+AR FAA1 2009  4  1  5 55  0.000000  1   -0.194671840342E-07                     
+AR FAIR 2009  4  1  5 55  0.000000  1   -0.569021471130E-07                     
+AR GLPS 2009  4  1  5 55  0.000000  1   -0.637625923540E-07                     
+AR GUAM 2009  4  1  5 55  0.000000  1   -0.805162421489E-07                     
+AR GUAT 2009  4  1  5 55  0.000000  1   -0.234993491781E-08                     
+AR HOB2 2009  4  1  5 55  0.000000  1    0.863387428559E-07                     
+AR HOFN 2009  4  1  5 55  0.000000  1   -0.288959850702E-03                     
+AR HOLM 2009  4  1  5 55  0.000000  1   -0.378135575842E-07                     
+AR HRAO 2009  4  1  5 55  0.000000  1    0.849458295487E-03                     
+AR HYDE 2009  4  1  5 55  0.000000  1    0.685888586430E-08                     
+AR IRKJ 2009  4  1  5 55  0.000000  1    0.163746863538E-03                     
+AR ISPA 2009  4  1  5 55  0.000000  1   -0.568174138771E-07                     
+AR KARR 2009  4  1  5 55  0.000000  1   -0.673133730267E-07                     
+AR KERG 2009  4  1  5 55  0.000000  1    0.817145525162E-03                     
+AR KHAJ 2009  4  1  5 55  0.000000  1   -0.150795786896E-05                     
+AR KIR0 2009  4  1  5 55  0.000000  1    0.283612347201E-03                     
+AR KIRU 2009  4  1  5 55  0.000000  1    0.591348467741E-03                     
+AR KIT3 2009  4  1  5 55  0.000000  1   -0.145297263607E-07                     
+AR KOUR 2009  4  1  5 55  0.000000  1    0.125013787789E-03                     
+AR KUNM 2009  4  1  5 55  0.000000  1   -0.832564585565E-07                     
+AR LHAZ 2009  4  1  5 55  0.000000  1    0.359655942038E-03                     
+AR MAL2 2009  4  1  5 55  0.000000  1   -0.121498517378E-07                     
+AR MAS1 2009  4  1  5 55  0.000000  1   -0.101609519458E-03                     
+AR MAW1 2009  4  1  5 55  0.000000  1    0.298600053641E-08                     
+AR MCIL 2009  4  1  5 55  0.000000  1    0.372416119183E-07                     
+AR MCM4 2009  4  1  5 55  0.000000  1   -0.649975318044E-07                     
+AR MDO1 2009  4  1  5 55  0.000000  1   -0.406578012998E-07                     
+AR MDVJ 2009  4  1  5 55  0.000000  1    0.438552783626E-03                     
+AR MKEA 2009  4  1  5 55  0.000000  1   -0.451258049528E-07                     
+AR MOBS 2009  4  1  5 55  0.000000  1   -0.171183054270E-08                     
+AR NANO 2009  4  1  5 55  0.000000  1    0.304492142888E-08                     
+AR NLIB 2009  4  1  5 55  0.000000  1   -0.117287147938E-06                     
+AR NNOR 2009  4  1  5 55  0.000000  1    0.365796230889E-03                     
+AR NRC1 2009  4  1  5 55  0.000000  1   -0.448771166114E-05                     
+AR NRIL 2009  4  1  5 55  0.000000  1   -0.569595713339E-07                     
+AR NRMD 2009  4  1  5 55  0.000000  1    0.280315539325E-07                     
+AR NTUS 2009  4  1  5 55  0.000000  1   -0.502445623105E-09                     
+AR NYAL 2009  4  1  5 55  0.000000  1    0.933661554831E-07                     
+AR OHI3 2009  4  1  5 55  0.000000  1   -0.438526084153E-03                     
+AR ONSA 2009  4  1  5 55  0.000000  1   -0.324748252072E-04                     
+AR PDEL 2009  4  1  5 55  0.000000  1    0.737105770115E-09                     
+AR PERT 2009  4  1  5 55  0.000000  1   -0.696165851476E-07                     
+AR PETP 2009  4  1  5 55  0.000000  1   -0.724035931116E-07                     
+AR PIMO 2009  4  1  5 55  0.000000  1   -0.737879083610E-07                     
+AR QAQ1 2009  4  1  5 55  0.000000  1   -0.460196143695E-07                     
+AR QUIN 2009  4  1  5 55  0.000000  1   -0.545753205805E-07                     
+AR RABT 2009  4  1  5 55  0.000000  1   -0.454071079734E-07                     
+AR RAMO 2009  4  1  5 55  0.000000  1   -0.865682916799E-07                     
+AR RCMN 2009  4  1  5 55  0.000000  1    0.764743268591E-08                     
+AR REDU 2009  4  1  5 55  0.000000  1   -0.545751330232E-07                     
+AR REUN 2009  4  1  5 55  0.000000  1    0.185884644858E-07                     
+AR REYK 2009  4  1  5 55  0.000000  1    0.417494652069E-03                     
+AR SCH2 2009  4  1  5 55  0.000000  1    0.187831371081E-03                     
+AR SCUB 2009  4  1  5 55  0.000000  1   -0.701007459368E-07                     
+AR STJO 2009  4  1  5 55  0.000000  1   -0.701973094878E-05                     
+AR SYDN 2009  4  1  5 55  0.000000  1    0.141095211494E-05                     
+AR SYOG 2009  4  1  5 55  0.000000  1    0.140098225471E-04                     
+AR THU2 2009  4  1  5 55  0.000000  1   -0.383605196605E-03                     
+AR TOW2 2009  4  1  5 55  0.000000  1   -0.161006614268E-08                     
+AR URUM 2009  4  1  5 55  0.000000  1    0.353714257674E-03                     
+AR VESL 2009  4  1  5 55  0.000000  1   -0.177081217239E-03                     
+AR VILL 2009  4  1  5 55  0.000000  1   -0.541334595001E-07                     
+AR WTZR 2009  4  1  5 55  0.000000  1    0.445523544283E-07                     
+AR WUHN 2009  4  1  5 55  0.000000  1   -0.646987993617E-07                     
+AR YSSK 2009  4  1  5 55  0.000000  1   -0.729303148954E-07                     
+AR ZIM2 2009  4  1  5 55  0.000000  1    0.236228306301E-07                     
+AR XMIS 2009  4  1  5 55  0.000000  1   -0.371264529755E-08                     
+AR GODZ 2009  4  1  5 55  0.000000  1   -0.469122639487E-03                     
+AR MTKA 2009  4  1  5 55  0.000000  1   -0.763277518637E-07                     
+AR TIXJ 2009  4  1  5 55  0.000000  1    0.477011730216E-03                     
+AR PARK 2009  4  1  5 55  0.000000  1    0.804437719336E-06                     
+AR UNBJ 2009  4  1  5 55  0.000000  1    0.465144459835E-03                     
+AR NOVM 2009  4  1  5 55  0.000000  1    0.798332675225E-04                     
+AR SUNM 2009  4  1  5 55  0.000000  1   -0.228224536049E-03                     
+AR CEBR 2009  4  1  5 55  0.000000  1    0.719431579290E-03                     
+AR CPXF 2009  4  1  5 55  0.000000  1    0.630248827687E-08                     
+AR IDDR 2009  4  1  5 55  0.000000  1    0.139044171385E-07                     
+AR AZGB 2009  4  1  5 55  0.000000  1    0.443305446922E-03                     
+AR TN22 2009  4  1  5 55  0.000000  1    0.209692809389E-04                     
+AR ETAD 2009  4  1  5 55  0.000000  1    0.317071673693E-07                     
+AR ILHA 2009  4  1  5 55  0.000000  1    0.529226578690E-09                     
+AR POVE 2009  4  1  5 55  0.000000  1   -0.657903984679E-08                     
+AR RECF 2009  4  1  5 55  0.000000  1    0.210799246726E-07                     
+AR SALU 2009  4  1  5 55  0.000000  1    0.274007665336E-07                     
+AR SAVO 2009  4  1  5 55  0.000000  1    0.248821346022E-07                     
+AR UFPR 2009  4  1  5 55  0.000000  1    0.230488800828E-07                     
+AR YELL 2009  4  1  5 55  0.000000  1    0.238169000000E-06                     
+AS G32  2009  4  1  6  0  0.000000  1    0.280283093504E-03                     
+AS G24  2009  4  1  6  0  0.000000  1    0.177768164722E-03                     
+AS G25  2009  4  1  6  0  0.000000  1    0.334058665060E-03                     
+AS G26  2009  4  1  6  0  0.000000  1    0.544101947995E-04                     
+AS G27  2009  4  1  6  0  0.000000  1    0.370620431025E-04                     
+AS G30  2009  4  1  6  0  0.000000  1    0.136205933802E-03                     
+AS G03  2009  4  1  6  0  0.000000  1    0.373359149447E-03                     
+AS G04  2009  4  1  6  0  0.000000  1   -0.343874319486E-04                     
+AS G06  2009  4  1  6  0  0.000000  1    0.598289119426E-04                     
+AS G08  2009  4  1  6  0  0.000000  1   -0.196514181278E-03                     
+AS G09  2009  4  1  6  0  0.000000  1    0.484128953376E-04                     
+AS G10  2009  4  1  6  0  0.000000  1   -0.136131489420E-04                     
+AS G14  2009  4  1  6  0  0.000000  1   -0.132517401175E-03                     
+AS G13  2009  4  1  6  0  0.000000  1    0.293239596678E-03                     
+AS G28  2009  4  1  6  0  0.000000  1   -0.238285210365E-04                     
+AS G21  2009  4  1  6  0  0.000000  1    0.215674200092E-04                     
+AS G11  2009  4  1  6  0  0.000000  1    0.277780205271E-05                     
+AS G22  2009  4  1  6  0  0.000000  1    0.202440773724E-03                     
+AS G20  2009  4  1  6  0  0.000000  1    0.865800118931E-04                     
+AS G18  2009  4  1  6  0  0.000000  1   -0.695968830440E-04                     
+AS G16  2009  4  1  6  0  0.000000  1    0.630647002437E-04                     
+AS G19  2009  4  1  6  0  0.000000  1    0.293759607452E-04                     
+AS G23  2009  4  1  6  0  0.000000  1    0.388978959486E-03                     
+AS G02  2009  4  1  6  0  0.000000  1    0.153940400251E-03                     
+AS G31  2009  4  1  6  0  0.000000  1   -0.564492451310E-04                     
+AS G17  2009  4  1  6  0  0.000000  1    0.524051450104E-04                     
+AS G12  2009  4  1  6  0  0.000000  1   -0.299624810205E-03                     
+AS G15  2009  4  1  6  0  0.000000  1   -0.275912173797E-03                     
+AS G29  2009  4  1  6  0  0.000000  1    0.476608658907E-05                     
+AS G07  2009  4  1  6  0  0.000000  1    0.209901547276E-04                     
+AS R02  2009  4  1  6  0  0.000000  1    0.207209041752E-04                     
+AS R03  2009  4  1  6  0  0.000000  1   -0.342176106838E-04                     
+AS R04  2009  4  1  6  0  0.000000  1    0.639793370001E-04                     
+AS R06  2009  4  1  6  0  0.000000  1   -0.169228541986E-03                     
+AS R07  2009  4  1  6  0  0.000000  1   -0.892429348744E-04                     
+AS R08  2009  4  1  6  0  0.000000  1   -0.102015224581E-03                     
+AS R10  2009  4  1  6  0  0.000000  1   -0.140851988182E-03                     
+AS R11  2009  4  1  6  0  0.000000  1   -0.926077273864E-04                     
+AS R13  2009  4  1  6  0  0.000000  1   -0.230617913465E-03                     
+AS R14  2009  4  1  6  0  0.000000  1   -0.796767235316E-04                     
+AS R15  2009  4  1  6  0  0.000000  1    0.920890033937E-04                     
+AS R17  2009  4  1  6  0  0.000000  1   -0.261245170048E-03                     
+AS R18  2009  4  1  6  0  0.000000  1   -0.134132861391E-05                     
+AS R19  2009  4  1  6  0  0.000000  1   -0.894014305709E-04                     
+AS R20  2009  4  1  6  0  0.000000  1   -0.650082932179E-04                     
+AS R21  2009  4  1  6  0  0.000000  1   -0.143313281913E-03                     
+AS R22  2009  4  1  6  0  0.000000  1   -0.201519945055E-03                     
+AS R23  2009  4  1  6  0  0.000000  1   -0.200416075847E-03                     
+AR ALGO 2009  4  1  6  0  0.000000  1    0.806202638088E-04                     
+AR ALIC 2009  4  1  6  0  0.000000  1    0.737838709244E-08                     
+AR AMC2 2009  4  1  6  0  0.000000  1    0.150987123059E-08                     
+AR ANKR 2009  4  1  6  0  0.000000  1    0.260584349424E-03                     
+AR ARTU 2009  4  1  6  0  0.000000  1   -0.615178479263E-07                     
+AR ASPA 2009  4  1  6  0  0.000000  1    0.171173140156E-07                     
+AR BHR1 2009  4  1  6  0  0.000000  1    0.563382834579E-03                     
+AR BARH 2009  4  1  6  0  0.000000  1    0.904136057759E-08                     
+AR BJFS 2009  4  1  6  0  0.000000  1   -0.606075678993E-07                     
+AR BOGT 2009  4  1  6  0  0.000000  1   -0.523075247392E-07                     
+AR BRMU 2009  4  1  6  0  0.000000  1    0.146331481463E-03                     
+AR CAGZ 2009  4  1  6  0  0.000000  1   -0.318545431517E-03                     
+AR CAS1 2009  4  1  6  0  0.000000  1    0.422065047081E-08                     
+AR CHAT 2009  4  1  6  0  0.000000  1   -0.678100733201E-07                     
+AR CHPI 2009  4  1  6  0  0.000000  1   -0.449998528471E-07                     
+AR COCO 2009  4  1  6  0  0.000000  1    0.227640077884E-03                     
+AR CONZ 2009  4  1  6  0  0.000000  1    0.731972649118E-04                     
+AR CRAR 2009  4  1  6  0  0.000000  1   -0.276052446985E-03                     
+AR CRO1 2009  4  1  6  0  0.000000  1    0.665103589541E-03                     
+AR DAEJ 2009  4  1  6  0  0.000000  1   -0.196592098464E-03                     
+AR DARW 2009  4  1  6  0  0.000000  1    0.782034080263E-08                     
+AR DGAR 2009  4  1  6  0  0.000000  1   -0.831453588338E-07                     
+AR DRAO 2009  4  1  6  0  0.000000  1    0.111725021413E-03                     
+AR FAA1 2009  4  1  6  0  0.000000  1   -0.203449710443E-07                     
+AR FAIR 2009  4  1  6  0  0.000000  1   -0.585006763218E-07                     
+AR GLPS 2009  4  1  6  0  0.000000  1   -0.634136230306E-07                     
+AR GUAM 2009  4  1  6  0  0.000000  1   -0.803168580427E-07                     
+AR GUAT 2009  4  1  6  0  0.000000  1   -0.113058961747E-08                     
+AR HOB2 2009  4  1  6  0  0.000000  1    0.863682085485E-07                     
+AR HOFN 2009  4  1  6  0  0.000000  1   -0.211008820231E-03                     
+AR HOLM 2009  4  1  6  0  0.000000  1   -0.427503167310E-07                     
+AR HRAO 2009  4  1  6  0  0.000000  1    0.849458361177E-03                     
+AR HYDE 2009  4  1  6  0  0.000000  1    0.357711668172E-08                     
+AR IRKJ 2009  4  1  6  0  0.000000  1    0.163746851491E-03                     
+AR ISPA 2009  4  1  6  0  0.000000  1   -0.556220900244E-07                     
+AR KARR 2009  4  1  6  0  0.000000  1   -0.744794952470E-07                     
+AR KERG 2009  4  1  6  0  0.000000  1    0.817152317425E-03                     
+AR KHAJ 2009  4  1  6  0  0.000000  1   -0.150799914544E-05                     
+AR KIR0 2009  4  1  6  0  0.000000  1    0.283605542327E-03                     
+AR KIRU 2009  4  1  6  0  0.000000  1    0.591353609422E-03                     
+AR KIT3 2009  4  1  6  0  0.000000  1   -0.211818878687E-07                     
+AR KOUR 2009  4  1  6  0  0.000000  1    0.125013814464E-03                     
+AR KUNM 2009  4  1  6  0  0.000000  1   -0.496708636134E-07                     
+AR MAL2 2009  4  1  6  0  0.000000  1   -0.172074544572E-07                     
+AR MAS1 2009  4  1  6  0  0.000000  1   -0.101609274693E-03                     
+AR MAW1 2009  4  1  6  0  0.000000  1    0.267267410507E-09                     
+AR MCIL 2009  4  1  6  0  0.000000  1    0.350848501734E-07                     
+AR MCM4 2009  4  1  6  0  0.000000  1   -0.726507204359E-07                     
+AR MDO1 2009  4  1  6  0  0.000000  1   -0.393397220330E-07                     
+AR MDVJ 2009  4  1  6  0  0.000000  1    0.438552767634E-03                     
+AR MKEA 2009  4  1  6  0  0.000000  1   -0.439787029589E-07                     
+AR MOBS 2009  4  1  6  0  0.000000  1   -0.210458545040E-09                     
+AR NANO 2009  4  1  6  0  0.000000  1    0.186710003563E-08                     
+AR NLIB 2009  4  1  6  0  0.000000  1   -0.117290910845E-06                     
+AR NNOR 2009  4  1  6  0  0.000000  1    0.365796011581E-03                     
+AR NRC1 2009  4  1  6  0  0.000000  1   -0.448769607668E-05                     
+AR NRIL 2009  4  1  6  0  0.000000  1   -0.589173192758E-07                     
+AR NRMD 2009  4  1  6  0  0.000000  1    0.280744509864E-07                     
+AR NTUS 2009  4  1  6  0  0.000000  1   -0.218009369831E-09                     
+AR NYAL 2009  4  1  6  0  0.000000  1    0.933927563396E-07                     
+AR OHI3 2009  4  1  6  0  0.000000  1   -0.342292026682E-03                     
+AR ONSA 2009  4  1  6  0  0.000000  1   -0.324748688276E-04                     
+AR PDEL 2009  4  1  6  0  0.000000  1    0.107794234498E-08                     
+AR PERT 2009  4  1  6  0  0.000000  1   -0.791790747907E-07                     
+AR PETP 2009  4  1  6  0  0.000000  1   -0.697412759943E-07                     
+AR PIMO 2009  4  1  6  0  0.000000  1   -0.745485564425E-07                     
+AR QAQ1 2009  4  1  6  0  0.000000  1   -0.453647135879E-07                     
+AR QUIN 2009  4  1  6  0  0.000000  1   -0.544083278285E-07                     
+AR RABT 2009  4  1  6  0  0.000000  1   -0.453742614650E-07                     
+AR RAMO 2009  4  1  6  0  0.000000  1    0.337982608720E-07                     
+AR RCMN 2009  4  1  6  0  0.000000  1    0.645944090827E-08                     
+AR REDU 2009  4  1  6  0  0.000000  1   -0.562104891053E-07                     
+AR REUN 2009  4  1  6  0  0.000000  1    0.192662139229E-07                     
+AR REYK 2009  4  1  6  0  0.000000  1    0.434996920407E-03                     
+AR SCH2 2009  4  1  6  0  0.000000  1    0.187846328870E-03                     
+AR SCUB 2009  4  1  6  0  0.000000  1   -0.685809220407E-07                     
+AR STJO 2009  4  1  6  0  0.000000  1   -0.702003027357E-05                     
+AR SYDN 2009  4  1  6  0  0.000000  1    0.141110513563E-05                     
+AR SYOG 2009  4  1  6  0  0.000000  1    0.140098215640E-04                     
+AR THU2 2009  4  1  6  0  0.000000  1   -0.385607434547E-03                     
+AR TOW2 2009  4  1  6  0  0.000000  1   -0.218550673267E-09                     
+AR URUM 2009  4  1  6  0  0.000000  1    0.278348460196E-03                     
+AR VESL 2009  4  1  6  0  0.000000  1   -0.138833446519E-03                     
+AR VILL 2009  4  1  6  0  0.000000  1   -0.561958204952E-07                     
+AR WTZR 2009  4  1  6  0  0.000000  1    0.445659446103E-07                     
+AR WUHN 2009  4  1  6  0  0.000000  1   -0.708723904229E-07                     
+AR YSSK 2009  4  1  6  0  0.000000  1   -0.707100607605E-07                     
+AR ZIM2 2009  4  1  6  0  0.000000  1    0.229765642302E-07                     
+AR XMIS 2009  4  1  6  0  0.000000  1   -0.668199710771E-08                     
+AR GODZ 2009  4  1  6  0  0.000000  1   -0.469122613731E-03                     
+AR MTKA 2009  4  1  6  0  0.000000  1   -0.674744205383E-07                     
+AR TIXJ 2009  4  1  6  0  0.000000  1    0.472317164051E-03                     
+AR PARK 2009  4  1  6  0  0.000000  1    0.804524608618E-06                     
+AR UNBJ 2009  4  1  6  0  0.000000  1    0.393234403402E-03                     
+AR NOVM 2009  4  1  6  0  0.000000  1    0.798332522637E-04                     
+AR SUNM 2009  4  1  6  0  0.000000  1   -0.384545841324E-03                     
+AR CEBR 2009  4  1  6  0  0.000000  1    0.719431569098E-03                     
+AR CPXF 2009  4  1  6  0  0.000000  1    0.484235646931E-08                     
+AR IDDR 2009  4  1  6  0  0.000000  1    0.144983264794E-07                     
+AR AZGB 2009  4  1  6  0  0.000000  1    0.303891211730E-03                     
+AR TN22 2009  4  1  6  0  0.000000  1   -0.590861804167E-04                     
+AR ETAD 2009  4  1  6  0  0.000000  1    0.221034900129E-07                     
+AR ILHA 2009  4  1  6  0  0.000000  1    0.171203193456E-08                     
+AR POVE 2009  4  1  6  0  0.000000  1   -0.700505278411E-08                     
+AR RECF 2009  4  1  6  0  0.000000  1    0.213578353959E-07                     
+AR SALU 2009  4  1  6  0  0.000000  1    0.416655643921E-08                     
+AR SAVO 2009  4  1  6  0  0.000000  1    0.241418245618E-07                     
+AR UFPR 2009  4  1  6  0  0.000000  1    0.241919259361E-07                     
+AR YELL 2009  4  1  6  0  0.000000  1    0.238239000000E-06                     
+AS G32  2009  4  1  6  5  0.000000  1    0.280281790258E-03                     
+AS G24  2009  4  1  6  5  0.000000  1    0.177767827837E-03                     
+AS G25  2009  4  1  6  5  0.000000  1    0.334065357977E-03                     
+AS G26  2009  4  1  6  5  0.000000  1    0.544107162023E-04                     
+AS G27  2009  4  1  6  5  0.000000  1    0.370618730617E-04                     
+AS G30  2009  4  1  6  5  0.000000  1    0.136205951819E-03                     
+AS G03  2009  4  1  6  5  0.000000  1    0.373360631268E-03                     
+AS G04  2009  4  1  6  5  0.000000  1   -0.343917411672E-04                     
+AS G06  2009  4  1  6  5  0.000000  1    0.598343954534E-04                     
+AS G08  2009  4  1  6  5  0.000000  1   -0.196515265094E-03                     
+AS G09  2009  4  1  6  5  0.000000  1    0.484129640183E-04                     
+AS G10  2009  4  1  6  5  0.000000  1   -0.136139638180E-04                     
+AS G14  2009  4  1  6  5  0.000000  1   -0.132515621119E-03                     
+AS G13  2009  4  1  6  5  0.000000  1    0.293239923846E-03                     
+AS G28  2009  4  1  6  5  0.000000  1   -0.238288019580E-04                     
+AS G21  2009  4  1  6  5  0.000000  1    0.215663541952E-04                     
+AS G11  2009  4  1  6  5  0.000000  1    0.277779425071E-05                     
+AS G22  2009  4  1  6  5  0.000000  1    0.202440467357E-03                     
+AS G20  2009  4  1  6  5  0.000000  1    0.865798018146E-04                     
+AS G18  2009  4  1  6  5  0.000000  1   -0.695958923653E-04                     
+AS G16  2009  4  1  6  5  0.000000  1    0.630636463443E-04                     
+AS G19  2009  4  1  6  5  0.000000  1    0.293756076862E-04                     
+AS G23  2009  4  1  6  5  0.000000  1    0.388979132072E-03                     
+AS G02  2009  4  1  6  5  0.000000  1    0.153940185028E-03                     
+AS G31  2009  4  1  6  5  0.000000  1   -0.564497191246E-04                     
+AS G17  2009  4  1  6  5  0.000000  1    0.524057047764E-04                     
+AS G12  2009  4  1  6  5  0.000000  1   -0.299623290503E-03                     
+AS G15  2009  4  1  6  5  0.000000  1   -0.275913879796E-03                     
+AS G29  2009  4  1  6  5  0.000000  1    0.476729503865E-05                     
+AS G07  2009  4  1  6  5  0.000000  1    0.209902741666E-04                     
+AS R02  2009  4  1  6  5  0.000000  1    0.207199434087E-04                     
+AS R03  2009  4  1  6  5  0.000000  1   -0.342178988341E-04                     
+AS R04  2009  4  1  6  5  0.000000  1    0.639768341718E-04                     
+AS R06  2009  4  1  6  5  0.000000  1   -0.169229824324E-03                     
+AS R07  2009  4  1  6  5  0.000000  1   -0.892426544224E-04                     
+AS R08  2009  4  1  6  5  0.000000  1   -0.102015014104E-03                     
+AS R10  2009  4  1  6  5  0.000000  1   -0.140851908789E-03                     
+AS R11  2009  4  1  6  5  0.000000  1   -0.926080768196E-04                     
+AS R13  2009  4  1  6  5  0.000000  1   -0.230618429006E-03                     
+AS R14  2009  4  1  6  5  0.000000  1   -0.796752204597E-04                     
+AS R15  2009  4  1  6  5  0.000000  1    0.920896119481E-04                     
+AS R17  2009  4  1  6  5  0.000000  1   -0.261245433795E-03                     
+AS R18  2009  4  1  6  5  0.000000  1   -0.134116740546E-05                     
+AS R19  2009  4  1  6  5  0.000000  1   -0.894019142234E-04                     
+AS R20  2009  4  1  6  5  0.000000  1   -0.650088456208E-04                     
+AS R21  2009  4  1  6  5  0.000000  1   -0.143313384071E-03                     
+AS R22  2009  4  1  6  5  0.000000  1   -0.201520704931E-03                     
+AS R23  2009  4  1  6  5  0.000000  1   -0.200414137259E-03                     
+AR ALGO 2009  4  1  6  5  0.000000  1    0.806243961598E-04                     
+AR ALIC 2009  4  1  6  5  0.000000  1    0.177272500848E-08                     
+AR AMC2 2009  4  1  6  5  0.000000  1    0.151184877842E-08                     
+AR ANKR 2009  4  1  6  5  0.000000  1    0.330542627454E-03                     
+AR ARTU 2009  4  1  6  5  0.000000  1   -0.595677543864E-07                     
+AR ASPA 2009  4  1  6  5  0.000000  1    0.190195063133E-07                     
+AR BHR1 2009  4  1  6  5  0.000000  1    0.563382948197E-03                     
+AR BARH 2009  4  1  6  5  0.000000  1    0.722037845453E-08                     
+AR BJFS 2009  4  1  6  5  0.000000  1   -0.610322082743E-07                     
+AR BOGT 2009  4  1  6  5  0.000000  1   -0.509564319122E-07                     
+AR BRMU 2009  4  1  6  5  0.000000  1   -0.359432837402E-03                     
+AR CAGZ 2009  4  1  6  5  0.000000  1   -0.948832518692E-04                     
+AR CAS1 2009  4  1  6  5  0.000000  1    0.176951597505E-08                     
+AR CHAT 2009  4  1  6  5  0.000000  1   -0.671722446398E-07                     
+AR CHPI 2009  4  1  6  5  0.000000  1   -0.464882232798E-07                     
+AR COCO 2009  4  1  6  5  0.000000  1    0.227639726406E-03                     
+AR CONZ 2009  4  1  6  5  0.000000  1   -0.595682696058E-04                     
+AR CRAR 2009  4  1  6  5  0.000000  1   -0.301232028288E-03                     
+AR CRO1 2009  4  1  6  5  0.000000  1    0.665103558448E-03                     
+AR DAEJ 2009  4  1  6  5  0.000000  1   -0.196591494336E-03                     
+AR DARW 2009  4  1  6  5  0.000000  1    0.535272024524E-08                     
+AR DGAR 2009  4  1  6  5  0.000000  1   -0.832960658820E-07                     
+AR DRAO 2009  4  1  6  5  0.000000  1    0.111761905735E-03                     
+AR FAA1 2009  4  1  6  5  0.000000  1   -0.203455535954E-07                     
+AR FAIR 2009  4  1  6  5  0.000000  1   -0.611344034221E-07                     
+AR GLPS 2009  4  1  6  5  0.000000  1   -0.639987477733E-07                     
+AR GUAM 2009  4  1  6  5  0.000000  1   -0.762878521671E-07                     
+AR GUAT 2009  4  1  6  5  0.000000  1   -0.398001094392E-09                     
+AR HOB2 2009  4  1  6  5  0.000000  1    0.864082096708E-07                     
+AR HOFN 2009  4  1  6  5  0.000000  1   -0.133070785968E-03                     
+AR HOLM 2009  4  1  6  5  0.000000  1   -0.390004831964E-07                     
+AR HRAO 2009  4  1  6  5  0.000000  1    0.849458439588E-03                     
+AR HYDE 2009  4  1  6  5  0.000000  1    0.238055030805E-08                     
+AR IRKJ 2009  4  1  6  5  0.000000  1    0.163746834977E-03                     
+AR ISPA 2009  4  1  6  5  0.000000  1   -0.579499792677E-07                     
+AR KARR 2009  4  1  6  5  0.000000  1   -0.806607381596E-07                     
+AR KERG 2009  4  1  6  5  0.000000  1    0.817159000031E-03                     
+AR KHAJ 2009  4  1  6  5  0.000000  1   -0.150807169785E-05                     
+AR KIR0 2009  4  1  6  5  0.000000  1    0.283598695532E-03                     
+AR KIRU 2009  4  1  6  5  0.000000  1    0.591360108347E-03                     
+AR KIT3 2009  4  1  6  5  0.000000  1   -0.162009961356E-07                     
+AR KOUR 2009  4  1  6  5  0.000000  1    0.125013807378E-03                     
+AR KUNM 2009  4  1  6  5  0.000000  1   -0.424329018031E-07                     
+AR MAL2 2009  4  1  6  5  0.000000  1   -0.126967132810E-07                     
+AR MAS1 2009  4  1  6  5  0.000000  1   -0.101609054350E-03                     
+AR MAW1 2009  4  1  6  5  0.000000  1    0.390395703111E-09                     
+AR MCIL 2009  4  1  6  5  0.000000  1    0.381970407999E-07                     
+AR MCM4 2009  4  1  6  5  0.000000  1   -0.701507269340E-07                     
+AR MDO1 2009  4  1  6  5  0.000000  1   -0.402122021087E-07                     
+AR MDVJ 2009  4  1  6  5  0.000000  1    0.438552761296E-03                     
+AR MKEA 2009  4  1  6  5  0.000000  1   -0.426353029951E-07                     
+AR MOBS 2009  4  1  6  5  0.000000  1   -0.354983484207E-08                     
+AR NANO 2009  4  1  6  5  0.000000  1    0.120289670296E-08                     
+AR NLIB 2009  4  1  6  5  0.000000  1   -0.117308747818E-06                     
+AR NNOR 2009  4  1  6  5  0.000000  1    0.365796393462E-03                     
+AR NRC1 2009  4  1  6  5  0.000000  1   -0.448769838644E-05                     
+AR NRIL 2009  4  1  6  5  0.000000  1   -0.646885850115E-07                     
+AR NRMD 2009  4  1  6  5  0.000000  1    0.282161809692E-07                     
+AR NTUS 2009  4  1  6  5  0.000000  1    0.189549454266E-09                     
+AR NYAL 2009  4  1  6  5  0.000000  1    0.933955321659E-07                     
+AR OHI3 2009  4  1  6  5  0.000000  1   -0.245793839236E-03                     
+AR ONSA 2009  4  1  6  5  0.000000  1   -0.324749262175E-04                     
+AR PDEL 2009  4  1  6  5  0.000000  1   -0.206250427243E-08                     
+AR PERT 2009  4  1  6  5  0.000000  1   -0.736895747887E-07                     
+AR PETP 2009  4  1  6  5  0.000000  1   -0.699214797449E-07                     
+AR PIMO 2009  4  1  6  5  0.000000  1   -0.738626038950E-07                     
+AR QAQ1 2009  4  1  6  5  0.000000  1   -0.456144665885E-07                     
+AR QUIN 2009  4  1  6  5  0.000000  1   -0.511686079185E-07                     
+AR RABT 2009  4  1  6  5  0.000000  1   -0.465659474627E-07                     
+AR RAMO 2009  4  1  6  5  0.000000  1    0.115744296830E-07                     
+AR RCMN 2009  4  1  6  5  0.000000  1    0.552755172957E-08                     
+AR REDU 2009  4  1  6  5  0.000000  1   -0.553075568612E-07                     
+AR REUN 2009  4  1  6  5  0.000000  1    0.184996981967E-07                     
+AR REYK 2009  4  1  6  5  0.000000  1    0.452846833475E-03                     
+AR SCH2 2009  4  1  6  5  0.000000  1    0.187860946938E-03                     
+AR SCUB 2009  4  1  6  5  0.000000  1   -0.707049613120E-07                     
+AR STJO 2009  4  1  6  5  0.000000  1   -0.702032828758E-05                     
+AR SYDN 2009  4  1  6  5  0.000000  1    0.141113107266E-05                     
+AR SYOG 2009  4  1  6  5  0.000000  1    0.140099410616E-04                     
+AR THU2 2009  4  1  6  5  0.000000  1   -0.387609581667E-03                     
+AR TOW2 2009  4  1  6  5  0.000000  1   -0.104950190791E-08                     
+AR URUM 2009  4  1  6  5  0.000000  1    0.202806099005E-03                     
+AR VESL 2009  4  1  6  5  0.000000  1   -0.100596716632E-03                     
+AR VILL 2009  4  1  6  5  0.000000  1   -0.597674849899E-07                     
+AR WTZR 2009  4  1  6  5  0.000000  1    0.445694759694E-07                     
+AR WUHN 2009  4  1  6  5  0.000000  1   -0.762171017874E-07                     
+AR YSSK 2009  4  1  6  5  0.000000  1   -0.725042076747E-07                     
+AR ZIM2 2009  4  1  6  5  0.000000  1    0.200056778044E-07                     
+AR XMIS 2009  4  1  6  5  0.000000  1   -0.594737567332E-09                     
+AR GODZ 2009  4  1  6  5  0.000000  1   -0.469122580985E-03                     
+AR MTKA 2009  4  1  6  5  0.000000  1   -0.745424021672E-07                     
+AR TIXJ 2009  4  1  6  5  0.000000  1    0.467548950358E-03                     
+AR PARK 2009  4  1  6  5  0.000000  1    0.804537992078E-06                     
+AR UNBJ 2009  4  1  6  5  0.000000  1    0.321257747809E-03                     
+AR NOVM 2009  4  1  6  5  0.000000  1    0.798332567316E-04                     
+AR SUNM 2009  4  1  6  5  0.000000  1    0.459336837240E-03                     
+AR CEBR 2009  4  1  6  5  0.000000  1    0.719431569184E-03                     
+AR CPXF 2009  4  1  6  5  0.000000  1    0.350469720905E-08                     
+AR IDDR 2009  4  1  6  5  0.000000  1    0.130375013570E-07                     
+AR AZGB 2009  4  1  6  5  0.000000  1    0.164395157576E-03                     
+AR TN22 2009  4  1  6  5  0.000000  1   -0.139227487332E-03                     
+AR ETAD 2009  4  1  6  5  0.000000  1    0.307170493530E-07                     
+AR ILHA 2009  4  1  6  5  0.000000  1   -0.653557388060E-09                     
+AR POVE 2009  4  1  6  5  0.000000  1   -0.624355988825E-08                     
+AR RECF 2009  4  1  6  5  0.000000  1    0.214341211769E-07                     
+AR SALU 2009  4  1  6  5  0.000000  1   -0.363070302915E-08                     
+AR SAVO 2009  4  1  6  5  0.000000  1    0.245311836884E-07                     
+AR UFPR 2009  4  1  6  5  0.000000  1    0.235147020543E-07                     
+AR YELL 2009  4  1  6  5  0.000000  1    0.238309000000E-06                     
+AS G32  2009  4  1  6 10  0.000000  1    0.280280315872E-03                     
+AS G24  2009  4  1  6 10  0.000000  1    0.177768837855E-03                     
+AS G25  2009  4  1  6 10  0.000000  1    0.334071952613E-03                     
+AS G26  2009  4  1  6 10  0.000000  1    0.544111673100E-04                     
+AS G27  2009  4  1  6 10  0.000000  1    0.370624557701E-04                     
+AS G30  2009  4  1  6 10  0.000000  1    0.136207185151E-03                     
+AS G03  2009  4  1  6 10  0.000000  1    0.373362149320E-03                     
+AS G04  2009  4  1  6 10  0.000000  1   -0.343959117625E-04                     
+AS G06  2009  4  1  6 10  0.000000  1    0.598397107983E-04                     
+AS G08  2009  4  1  6 10  0.000000  1   -0.196515516689E-03                     
+AS G09  2009  4  1  6 10  0.000000  1    0.484141472785E-04                     
+AS G10  2009  4  1  6 10  0.000000  1   -0.136136725820E-04                     
+AS G14  2009  4  1  6 10  0.000000  1   -0.132513993567E-03                     
+AS G13  2009  4  1  6 10  0.000000  1    0.293240173233E-03                     
+AS G28  2009  4  1  6 10  0.000000  1   -0.238287278541E-04                     
+AS G21  2009  4  1  6 10  0.000000  1    0.215660624786E-04                     
+AS G11  2009  4  1  6 10  0.000000  1    0.277736397360E-05                     
+AS G22  2009  4  1  6 10  0.000000  1    0.202439675315E-03                     
+AS G20  2009  4  1  6 10  0.000000  1    0.865795043294E-04                     
+AS G18  2009  4  1  6 10  0.000000  1   -0.695947726189E-04                     
+AS G16  2009  4  1  6 10  0.000000  1    0.630628281674E-04                     
+AS G19  2009  4  1  6 10  0.000000  1    0.293753328933E-04                     
+AS G23  2009  4  1  6 10  0.000000  1    0.388979435031E-03                     
+AS G02  2009  4  1  6 10  0.000000  1    0.153940211410E-03                     
+AS G31  2009  4  1  6 10  0.000000  1   -0.564501297121E-04                     
+AS G17  2009  4  1  6 10  0.000000  1    0.524060065957E-04                     
+AS G12  2009  4  1  6 10  0.000000  1   -0.299622119941E-03                     
+AS G15  2009  4  1  6 10  0.000000  1   -0.275915167056E-03                     
+AS G29  2009  4  1  6 10  0.000000  1    0.476844525241E-05                     
+AS G07  2009  4  1  6 10  0.000000  1    0.209899207379E-04                     
+AS R02  2009  4  1  6 10  0.000000  1    0.207190752727E-04                     
+AS R03  2009  4  1  6 10  0.000000  1   -0.342174412857E-04                     
+AS R04  2009  4  1  6 10  0.000000  1    0.639736166560E-04                     
+AS R06  2009  4  1  6 10  0.000000  1   -0.169229823857E-03                     
+AS R07  2009  4  1  6 10  0.000000  1   -0.892407997256E-04                     
+AS R08  2009  4  1  6 10  0.000000  1   -0.102014447429E-03                     
+AS R10  2009  4  1  6 10  0.000000  1   -0.140851579113E-03                     
+AS R11  2009  4  1  6 10  0.000000  1   -0.926083675825E-04                     
+AS R13  2009  4  1  6 10  0.000000  1   -0.230618852322E-03                     
+AS R14  2009  4  1  6 10  0.000000  1   -0.796740923692E-04                     
+AS R15  2009  4  1  6 10  0.000000  1    0.920896849702E-04                     
+AS R17  2009  4  1  6 10  0.000000  1   -0.261245865296E-03                     
+AS R18  2009  4  1  6 10  0.000000  1   -0.134152232581E-05                     
+AS R19  2009  4  1  6 10  0.000000  1   -0.894021549615E-04                     
+AS R20  2009  4  1  6 10  0.000000  1   -0.650088665038E-04                     
+AS R21  2009  4  1  6 10  0.000000  1   -0.143314058716E-03                     
+AS R22  2009  4  1  6 10  0.000000  1   -0.201521616378E-03                     
+AS R23  2009  4  1  6 10  0.000000  1   -0.200412663225E-03                     
+AR ALGO 2009  4  1  6 10  0.000000  1    0.806286369080E-04                     
+AR ALIC 2009  4  1  6 10  0.000000  1   -0.626250618293E-09                     
+AR AMC2 2009  4  1  6 10  0.000000  1    0.150340099240E-08                     
+AR ANKR 2009  4  1  6 10  0.000000  1    0.400229865698E-03                     
+AR ARTU 2009  4  1  6 10  0.000000  1   -0.585079855081E-07                     
+AR ASPA 2009  4  1  6 10  0.000000  1    0.186001470111E-07                     
+AR BHR1 2009  4  1  6 10  0.000000  1    0.563383280884E-03                     
+AR BARH 2009  4  1  6 10  0.000000  1    0.118045629351E-07                     
+AR BJFS 2009  4  1  6 10  0.000000  1   -0.592862926555E-07                     
+AR BOGT 2009  4  1  6 10  0.000000  1   -0.510025252815E-07                     
+AR BRMU 2009  4  1  6 10  0.000000  1    0.135095326272E-03                     
+AR CAGZ 2009  4  1  6 10  0.000000  1    0.128780879755E-03                     
+AR CAS1 2009  4  1  6 10  0.000000  1    0.219542059481E-08                     
+AR CHAT 2009  4  1  6 10  0.000000  1   -0.651093684162E-07                     
+AR CHPI 2009  4  1  6 10  0.000000  1   -0.480115528044E-07                     
+AR COCO 2009  4  1  6 10  0.000000  1    0.227639247759E-03                     
+AR CONZ 2009  4  1  6 10  0.000000  1   -0.192329471895E-03                     
+AR CRAR 2009  4  1  6 10  0.000000  1   -0.326423058614E-03                     
+AR CRO1 2009  4  1  6 10  0.000000  1    0.665103606569E-03                     
+AR DAEJ 2009  4  1  6 10  0.000000  1   -0.196590524976E-03                     
+AR DARW 2009  4  1  6 10  0.000000  1    0.633876494159E-08                     
+AR DGAR 2009  4  1  6 10  0.000000  1   -0.836092630161E-07                     
+AR DRAO 2009  4  1  6 10  0.000000  1    0.111798770576E-03                     
+AR FAA1 2009  4  1  6 10  0.000000  1   -0.203758846278E-07                     
+AR FAIR 2009  4  1  6 10  0.000000  1   -0.671874398902E-07                     
+AR GLPS 2009  4  1  6 10  0.000000  1   -0.621563701672E-07                     
+AR GUAM 2009  4  1  6 10  0.000000  1   -0.749119772503E-07                     
+AR GUAT 2009  4  1  6 10  0.000000  1    0.999902136684E-09                     
+AR HOB2 2009  4  1  6 10  0.000000  1    0.864368354710E-07                     
+AR HOFN 2009  4  1  6 10  0.000000  1   -0.551109297748E-04                     
+AR HOLM 2009  4  1  6 10  0.000000  1   -0.417157452143E-07                     
+AR HRAO 2009  4  1  6 10  0.000000  1    0.849458526669E-03                     
+AR HYDE 2009  4  1  6 10  0.000000  1    0.383648386521E-08                     
+AR IRKJ 2009  4  1  6 10  0.000000  1    0.163746825327E-03                     
+AR ISPA 2009  4  1  6 10  0.000000  1   -0.558456740883E-07                     
+AR KARR 2009  4  1  6 10  0.000000  1   -0.784509246319E-07                     
+AR KERG 2009  4  1  6 10  0.000000  1    0.817165374816E-03                     
+AR KHAJ 2009  4  1  6 10  0.000000  1   -0.150806709037E-05                     
+AR KIR0 2009  4  1  6 10  0.000000  1    0.283591864895E-03                     
+AR KIRU 2009  4  1  6 10  0.000000  1    0.591364117383E-03                     
+AR KIT3 2009  4  1  6 10  0.000000  1   -0.145873209982E-07                     
+AR KOUR 2009  4  1  6 10  0.000000  1    0.125013820661E-03                     
+AR KUNM 2009  4  1  6 10  0.000000  1   -0.324862262840E-07                     
+AR LHAZ 2009  4  1  6 10  0.000000  1    0.457234750650E-03                     
+AR MAL2 2009  4  1  6 10  0.000000  1   -0.135563829088E-07                     
+AR MAS1 2009  4  1  6 10  0.000000  1   -0.101608826429E-03                     
+AR MAW1 2009  4  1  6 10  0.000000  1    0.576772829744E-09                     
+AR MCIL 2009  4  1  6 10  0.000000  1    0.369636812423E-07                     
+AR MCM4 2009  4  1  6 10  0.000000  1   -0.709304070560E-07                     
+AR MDO1 2009  4  1  6 10  0.000000  1   -0.395913321373E-07                     
+AR MDVJ 2009  4  1  6 10  0.000000  1    0.438552753572E-03                     
+AR MKEA 2009  4  1  6 10  0.000000  1   -0.431625486184E-07                     
+AR MOBS 2009  4  1  6 10  0.000000  1   -0.258985957591E-08                     
+AR NANO 2009  4  1  6 10  0.000000  1    0.572771144391E-09                     
+AR NLIB 2009  4  1  6 10  0.000000  1   -0.117301709792E-06                     
+AR NNOR 2009  4  1  6 10  0.000000  1    0.365796491435E-03                     
+AR NRC1 2009  4  1  6 10  0.000000  1   -0.448765740312E-05                     
+AR NRIL 2009  4  1  6 10  0.000000  1   -0.587407647843E-07                     
+AR NRMD 2009  4  1  6 10  0.000000  1    0.282962244143E-07                     
+AR NTUS 2009  4  1  6 10  0.000000  1    0.373578768497E-10                     
+AR NYAL 2009  4  1  6 10  0.000000  1    0.934308231993E-07                     
+AR OHI3 2009  4  1  6 10  0.000000  1   -0.149111360541E-03                     
+AR ONSA 2009  4  1  6 10  0.000000  1   -0.324749743060E-04                     
+AR PDEL 2009  4  1  6 10  0.000000  1   -0.278522788167E-09                     
+AR PERT 2009  4  1  6 10  0.000000  1   -0.728345753536E-07                     
+AR PETP 2009  4  1  6 10  0.000000  1   -0.678826970658E-07                     
+AR PIMO 2009  4  1  6 10  0.000000  1   -0.747649270458E-07                     
+AR QAQ1 2009  4  1  6 10  0.000000  1   -0.448582046068E-07                     
+AR QUIN 2009  4  1  6 10  0.000000  1   -0.512744769620E-07                     
+AR RABT 2009  4  1  6 10  0.000000  1   -0.493608659726E-07                     
+AR RAMO 2009  4  1  6 10  0.000000  1    0.561641192107E-07                     
+AR RCMN 2009  4  1  6 10  0.000000  1    0.506839881466E-08                     
+AR REDU 2009  4  1  6 10  0.000000  1   -0.561162741097E-07                     
+AR REUN 2009  4  1  6 10  0.000000  1    0.189005538410E-07                     
+AR REYK 2009  4  1  6 10  0.000000  1    0.471353670990E-03                     
+AR SCH2 2009  4  1  6 10  0.000000  1    0.187875695936E-03                     
+AR SCUB 2009  4  1  6 10  0.000000  1   -0.700866173456E-07                     
+AR STJO 2009  4  1  6 10  0.000000  1   -0.702062228959E-05                     
+AR SYDN 2009  4  1  6 10  0.000000  1    0.141126177550E-05                     
+AR SYOG 2009  4  1  6 10  0.000000  1    0.140100446765E-04                     
+AR THU2 2009  4  1  6 10  0.000000  1   -0.389611853683E-03                     
+AR TOW2 2009  4  1  6 10  0.000000  1   -0.217607790953E-08                     
+AR URUM 2009  4  1  6 10  0.000000  1    0.127010162095E-03                     
+AR VESL 2009  4  1  6 10  0.000000  1   -0.623665277281E-04                     
+AR VILL 2009  4  1  6 10  0.000000  1   -0.538339641676E-07                     
+AR WTZR 2009  4  1  6 10  0.000000  1    0.445923743567E-07                     
+AR WUHN 2009  4  1  6 10  0.000000  1   -0.779098193891E-07                     
+AR YSSK 2009  4  1  6 10  0.000000  1   -0.720627179456E-07                     
+AR ZIM2 2009  4  1  6 10  0.000000  1    0.218968532743E-07                     
+AR XMIS 2009  4  1  6 10  0.000000  1   -0.101331323559E-08                     
+AR GODZ 2009  4  1  6 10  0.000000  1   -0.469122535304E-03                     
+AR MTKA 2009  4  1  6 10  0.000000  1   -0.783931363831E-07                     
+AR TIXJ 2009  4  1  6 10  0.000000  1    0.462737378539E-03                     
+AR PARK 2009  4  1  6 10  0.000000  1    0.804721130076E-06                     
+AR UNBJ 2009  4  1  6 10  0.000000  1    0.249266383843E-03                     
+AR NOVM 2009  4  1  6 10  0.000000  1    0.798332998825E-04                     
+AR SUNM 2009  4  1  6 10  0.000000  1    0.302914381960E-03                     
+AR CEBR 2009  4  1  6 10  0.000000  1    0.719431588716E-03                     
+AR CPXF 2009  4  1  6 10  0.000000  1    0.370378941862E-08                     
+AR IDDR 2009  4  1  6 10  0.000000  1    0.121209135153E-07                     
+AR AZGB 2009  4  1  6 10  0.000000  1    0.250250232325E-04                     
+AR TN22 2009  4  1  6 10  0.000000  1   -0.218929999773E-03                     
+AR ETAD 2009  4  1  6 10  0.000000  1    0.276276184014E-07                     
+AR ILHA 2009  4  1  6 10  0.000000  1    0.361912099519E-08                     
+AR POVE 2009  4  1  6 10  0.000000  1   -0.988925536320E-08                     
+AR RECF 2009  4  1  6 10  0.000000  1    0.206164102356E-07                     
+AR SALU 2009  4  1  6 10  0.000000  1    0.130741235099E-07                     
+AR SAVO 2009  4  1  6 10  0.000000  1    0.234651083205E-07                     
+AR UFPR 2009  4  1  6 10  0.000000  1    0.240327277599E-07                     
+AR YELL 2009  4  1  6 10  0.000000  1    0.238379000000E-06                     
+AS G32  2009  4  1  6 15  0.000000  1    0.280278882785E-03                     
+AS G24  2009  4  1  6 15  0.000000  1    0.177769606225E-03                     
+AS G25  2009  4  1  6 15  0.000000  1    0.334078453663E-03                     
+AS G26  2009  4  1  6 15  0.000000  1    0.544117250413E-04                     
+AS G27  2009  4  1  6 15  0.000000  1    0.370633928122E-04                     
+AS G30  2009  4  1  6 15  0.000000  1    0.136208888247E-03                     
+AS G03  2009  4  1  6 15  0.000000  1    0.373363474786E-03                     
+AS G04  2009  4  1  6 15  0.000000  1   -0.344001604768E-04                     
+AS G06  2009  4  1  6 15  0.000000  1    0.598451513980E-04                     
+AS G08  2009  4  1  6 15  0.000000  1   -0.196514983734E-03                     
+AS G09  2009  4  1  6 15  0.000000  1    0.484144276812E-04                     
+AS G10  2009  4  1  6 15  0.000000  1   -0.136142799275E-04                     
+AS G14  2009  4  1  6 15  0.000000  1   -0.132512301896E-03                     
+AS G13  2009  4  1  6 15  0.000000  1    0.293240478403E-03                     
+AS G28  2009  4  1  6 15  0.000000  1   -0.238287135107E-04                     
+AS G21  2009  4  1  6 15  0.000000  1    0.215653890804E-04                     
+AS G11  2009  4  1  6 15  0.000000  1    0.277693304153E-05                     
+AS G22  2009  4  1  6 15  0.000000  1    0.202439479159E-03                     
+AS G20  2009  4  1  6 15  0.000000  1    0.865792272723E-04                     
+AS G18  2009  4  1  6 15  0.000000  1   -0.695939530845E-04                     
+AS G16  2009  4  1  6 15  0.000000  1    0.630618618991E-04                     
+AS G19  2009  4  1  6 15  0.000000  1    0.293751946605E-04                     
+AS G23  2009  4  1  6 15  0.000000  1    0.388979427670E-03                     
+AS G02  2009  4  1  6 15  0.000000  1    0.153939913824E-03                     
+AS G31  2009  4  1  6 15  0.000000  1   -0.564501290761E-04                     
+AS G17  2009  4  1  6 15  0.000000  1    0.524068099275E-04                     
+AS G12  2009  4  1  6 15  0.000000  1   -0.299620616095E-03                     
+AS G15  2009  4  1  6 15  0.000000  1   -0.275916222133E-03                     
+AS G29  2009  4  1  6 15  0.000000  1    0.476981082896E-05                     
+AS G07  2009  4  1  6 15  0.000000  1    0.209895951331E-04                     
+AS R02  2009  4  1  6 15  0.000000  1    0.207181317564E-04                     
+AS R03  2009  4  1  6 15  0.000000  1   -0.342184154975E-04                     
+AS R04  2009  4  1  6 15  0.000000  1    0.639694346957E-04                     
+AS R06  2009  4  1  6 15  0.000000  1   -0.169230635659E-03                     
+AS R07  2009  4  1  6 15  0.000000  1   -0.892416126393E-04                     
+AS R08  2009  4  1  6 15  0.000000  1   -0.102014021350E-03                     
+AS R10  2009  4  1  6 15  0.000000  1   -0.140851335926E-03                     
+AS R11  2009  4  1  6 15  0.000000  1   -0.926083752428E-04                     
+AS R13  2009  4  1  6 15  0.000000  1   -0.230619107417E-03                     
+AS R14  2009  4  1  6 15  0.000000  1   -0.796733247281E-04                     
+AS R15  2009  4  1  6 15  0.000000  1    0.920902584822E-04                     
+AS R17  2009  4  1  6 15  0.000000  1   -0.261246051206E-03                     
+AS R18  2009  4  1  6 15  0.000000  1   -0.134149576006E-05                     
+AS R19  2009  4  1  6 15  0.000000  1   -0.894024131256E-04                     
+AS R20  2009  4  1  6 15  0.000000  1   -0.650089162489E-04                     
+AS R21  2009  4  1  6 15  0.000000  1   -0.143314499382E-03                     
+AS R22  2009  4  1  6 15  0.000000  1   -0.201522335035E-03                     
+AS R23  2009  4  1  6 15  0.000000  1   -0.200410966908E-03                     
+AR ALGO 2009  4  1  6 15  0.000000  1    0.806329971448E-04                     
+AR ALIC 2009  4  1  6 15  0.000000  1    0.247458430173E-08                     
+AR AMC2 2009  4  1  6 15  0.000000  1    0.152278840677E-08                     
+AR ANKR 2009  4  1  6 15  0.000000  1    0.469619529188E-03                     
+AR ARTU 2009  4  1  6 15  0.000000  1   -0.566251413077E-07                     
+AR ASPA 2009  4  1  6 15  0.000000  1    0.180885332250E-07                     
+AR BHR1 2009  4  1  6 15  0.000000  1    0.563383485091E-03                     
+AR BARH 2009  4  1  6 15  0.000000  1    0.133827220396E-07                     
+AR BJFS 2009  4  1  6 15  0.000000  1   -0.594142488969E-07                     
+AR BOGT 2009  4  1  6 15  0.000000  1   -0.504285724708E-07                     
+AR BRMU 2009  4  1  6 15  0.000000  1   -0.370025019547E-03                     
+AR CAGZ 2009  4  1  6 15  0.000000  1    0.352465541644E-03                     
+AR CAS1 2009  4  1  6 15  0.000000  1    0.209227098880E-08                     
+AR CHAT 2009  4  1  6 15  0.000000  1   -0.632940402946E-07                     
+AR CHPI 2009  4  1  6 15  0.000000  1   -0.496036397183E-07                     
+AR COCO 2009  4  1  6 15  0.000000  1    0.227638808513E-03                     
+AR CONZ 2009  4  1  6 15  0.000000  1   -0.324973660166E-03                     
+AR CRAR 2009  4  1  6 15  0.000000  1   -0.351621397885E-03                     
+AR CRO1 2009  4  1  6 15  0.000000  1    0.665103652089E-03                     
+AR DAEJ 2009  4  1  6 15  0.000000  1   -0.196590152028E-03                     
+AR DARW 2009  4  1  6 15  0.000000  1    0.175601074957E-08                     
+AR DGAR 2009  4  1  6 15  0.000000  1   -0.830513775586E-07                     
+AR DRAO 2009  4  1  6 15  0.000000  1    0.111835506757E-03                     
+AR FAA1 2009  4  1  6 15  0.000000  1   -0.188523771322E-07                     
+AR FAIR 2009  4  1  6 15  0.000000  1   -0.720900531877E-07                     
+AR GLPS 2009  4  1  6 15  0.000000  1   -0.644094038668E-07                     
+AR GUAM 2009  4  1  6 15  0.000000  1   -0.728756593879E-07                     
+AR GUAT 2009  4  1  6 15  0.000000  1   -0.893666135010E-09                     
+AR HOB2 2009  4  1  6 15  0.000000  1    0.864497411054E-07                     
+AR HOFN 2009  4  1  6 15  0.000000  1    0.228602470418E-04                     
+AR HOLM 2009  4  1  6 15  0.000000  1   -0.472193722874E-07                     
+AR HRAO 2009  4  1  6 15  0.000000  1    0.849458615394E-03                     
+AR HYDE 2009  4  1  6 15  0.000000  1    0.531554233281E-08                     
+AR IRKJ 2009  4  1  6 15  0.000000  1    0.163746817616E-03                     
+AR ISPA 2009  4  1  6 15  0.000000  1   -0.543157845888E-07                     
+AR KARR 2009  4  1  6 15  0.000000  1   -0.770343579138E-07                     
+AR KERG 2009  4  1  6 15  0.000000  1    0.817170772313E-03                     
+AR KHAJ 2009  4  1  6 15  0.000000  1   -0.150805051434E-05                     
+AR KIR0 2009  4  1  6 15  0.000000  1    0.283584976849E-03                     
+AR KIRU 2009  4  1  6 15  0.000000  1    0.591361108932E-03                     
+AR KIT3 2009  4  1  6 15  0.000000  1   -0.148780730433E-07                     
+AR KOUR 2009  4  1  6 15  0.000000  1    0.125013825040E-03                     
+AR KUNM 2009  4  1  6 15  0.000000  1   -0.450355011467E-07                     
+AR LHAZ 2009  4  1  6 15  0.000000  1    0.487573840669E-03                     
+AR MAL2 2009  4  1  6 15  0.000000  1   -0.980254703443E-08                     
+AR MAS1 2009  4  1  6 15  0.000000  1   -0.101608559918E-03                     
+AR MAW1 2009  4  1  6 15  0.000000  1    0.167792176828E-08                     
+AR MCIL 2009  4  1  6 15  0.000000  1    0.375296555107E-07                     
+AR MCM4 2009  4  1  6 15  0.000000  1   -0.683930464549E-07                     
+AR MDO1 2009  4  1  6 15  0.000000  1   -0.396586147410E-07                     
+AR MDVJ 2009  4  1  6 15  0.000000  1    0.438552757404E-03                     
+AR MKEA 2009  4  1  6 15  0.000000  1   -0.427399244258E-07                     
+AR MOBS 2009  4  1  6 15  0.000000  1   -0.285953662665E-08                     
+AR NANO 2009  4  1  6 15  0.000000  1   -0.273565732152E-09                     
+AR NLIB 2009  4  1  6 15  0.000000  1   -0.117311567564E-06                     
+AR NNOR 2009  4  1  6 15  0.000000  1    0.365796058451E-03                     
+AR NRC1 2009  4  1  6 15  0.000000  1   -0.448765816288E-05                     
+AR NRIL 2009  4  1  6 15  0.000000  1   -0.562386879120E-07                     
+AR NRMD 2009  4  1  6 15  0.000000  1    0.272620281645E-07                     
+AR NTUS 2009  4  1  6 15  0.000000  1    0.191445129213E-09                     
+AR NYAL 2009  4  1  6 15  0.000000  1    0.934493849453E-07                     
+AR OHI3 2009  4  1  6 15  0.000000  1   -0.521862860567E-04                     
+AR ONSA 2009  4  1  6 15  0.000000  1   -0.324750110382E-04                     
+AR PDEL 2009  4  1  6 15  0.000000  1   -0.160631366772E-08                     
+AR PERT 2009  4  1  6 15  0.000000  1   -0.736245688488E-07                     
+AR PETP 2009  4  1  6 15  0.000000  1   -0.669747831102E-07                     
+AR PIMO 2009  4  1  6 15  0.000000  1   -0.743439657168E-07                     
+AR QAQ1 2009  4  1  6 15  0.000000  1   -0.468231408730E-07                     
+AR QUIN 2009  4  1  6 15  0.000000  1   -0.458449239371E-07                     
+AR RABT 2009  4  1  6 15  0.000000  1   -0.498489031168E-07                     
+AR RAMO 2009  4  1  6 15  0.000000  1    0.276963755517E-07                     
+AR RCMN 2009  4  1  6 15  0.000000  1    0.544877238496E-08                     
+AR REDU 2009  4  1  6 15  0.000000  1   -0.617433176980E-07                     
+AR REUN 2009  4  1  6 15  0.000000  1    0.213455298559E-07                     
+AR REYK 2009  4  1  6 15  0.000000  1    0.490364404123E-03                     
+AR SCH2 2009  4  1  6 15  0.000000  1    0.187891103943E-03                     
+AR SCUB 2009  4  1  6 15  0.000000  1   -0.596805556070E-07                     
+AR STJO 2009  4  1  6 15  0.000000  1   -0.702091797433E-05                     
+AR SYDN 2009  4  1  6 15  0.000000  1    0.141108657977E-05                     
+AR SYOG 2009  4  1  6 15  0.000000  1    0.140097274727E-04                     
+AR THU2 2009  4  1  6 15  0.000000  1   -0.391614097565E-03                     
+AR TOW2 2009  4  1  6 15  0.000000  1   -0.117564376405E-08                     
+AR URUM 2009  4  1  6 15  0.000000  1    0.509912834834E-04                     
+AR VESL 2009  4  1  6 15  0.000000  1   -0.241294244105E-04                     
+AR VILL 2009  4  1  6 15  0.000000  1   -0.601723834431E-07                     
+AR WTZR 2009  4  1  6 15  0.000000  1    0.445989051156E-07                     
+AR WUHN 2009  4  1  6 15  0.000000  1   -0.647177607316E-07                     
+AR YSSK 2009  4  1  6 15  0.000000  1   -0.669077538011E-07                     
+AR ZIM2 2009  4  1  6 15  0.000000  1    0.196332859613E-07                     
+AR XMIS 2009  4  1  6 15  0.000000  1   -0.840944195556E-08                     
+AR GODZ 2009  4  1  6 15  0.000000  1   -0.469122473992E-03                     
+AR MTKA 2009  4  1  6 15  0.000000  1   -0.829039700284E-07                     
+AR TIXJ 2009  4  1  6 15  0.000000  1    0.457915586216E-03                     
+AR PARK 2009  4  1  6 15  0.000000  1    0.804876205426E-06                     
+AR UNBJ 2009  4  1  6 15  0.000000  1    0.177214969462E-03                     
+AR NOVM 2009  4  1  6 15  0.000000  1    0.798332623163E-04                     
+AR SUNM 2009  4  1  6 15  0.000000  1    0.146735748645E-03                     
+AR CEBR 2009  4  1  6 15  0.000000  1    0.719431576472E-03                     
+AR CPXF 2009  4  1  6 15  0.000000  1    0.874978521650E-08                     
+AR IDDR 2009  4  1  6 15  0.000000  1    0.113734707568E-07                     
+AR AZGB 2009  4  1  6 15  0.000000  1   -0.114395227896E-03                     
+AR TN22 2009  4  1  6 15  0.000000  1   -0.297295575920E-03                     
+AR ETAD 2009  4  1  6 15  0.000000  1    0.303021320555E-07                     
+AR ILHA 2009  4  1  6 15  0.000000  1    0.140312421099E-08                     
+AR POVE 2009  4  1  6 15  0.000000  1   -0.932015292946E-08                     
+AR RECF 2009  4  1  6 15  0.000000  1    0.192148647412E-07                     
+AR SALU 2009  4  1  6 15  0.000000  1    0.124837728610E-07                     
+AR SAVO 2009  4  1  6 15  0.000000  1    0.221771948996E-07                     
+AR UFPR 2009  4  1  6 15  0.000000  1    0.232516040853E-07                     
+AR YELL 2009  4  1  6 15  0.000000  1    0.238449000000E-06                     
+AS G32  2009  4  1  6 20  0.000000  1    0.280277516075E-03                     
+AS G24  2009  4  1  6 20  0.000000  1    0.177770455359E-03                     
+AS G25  2009  4  1  6 20  0.000000  1    0.334085140250E-03                     
+AS G26  2009  4  1  6 20  0.000000  1    0.544121387439E-04                     
+AS G27  2009  4  1  6 20  0.000000  1    0.370642194530E-04                     
+AS G30  2009  4  1  6 20  0.000000  1    0.136210000727E-03                     
+AS G03  2009  4  1  6 20  0.000000  1    0.373364172052E-03                     
+AS G04  2009  4  1  6 20  0.000000  1   -0.344046333622E-04                     
+AS G06  2009  4  1  6 20  0.000000  1    0.598506441230E-04                     
+AS G08  2009  4  1  6 20  0.000000  1   -0.196516208331E-03                     
+AS G09  2009  4  1  6 20  0.000000  1    0.484151662504E-04                     
+AS G10  2009  4  1  6 20  0.000000  1   -0.136146878920E-04                     
+AS G14  2009  4  1  6 20  0.000000  1   -0.132510728268E-03                     
+AS G13  2009  4  1  6 20  0.000000  1    0.293240837509E-03                     
+AS G28  2009  4  1  6 20  0.000000  1   -0.238287365101E-04                     
+AS G21  2009  4  1  6 20  0.000000  1    0.215648703648E-04                     
+AS G11  2009  4  1  6 20  0.000000  1    0.277642617270E-05                     
+AS G22  2009  4  1  6 20  0.000000  1    0.202439947414E-03                     
+AS G20  2009  4  1  6 20  0.000000  1    0.865789885811E-04                     
+AS G18  2009  4  1  6 20  0.000000  1   -0.695928250942E-04                     
+AS G16  2009  4  1  6 20  0.000000  1    0.630610011902E-04                     
+AS G19  2009  4  1  6 20  0.000000  1    0.293747839738E-04                     
+AS G23  2009  4  1  6 20  0.000000  1    0.388979384438E-03                     
+AS G02  2009  4  1  6 20  0.000000  1    0.153939863064E-03                     
+AS G31  2009  4  1  6 20  0.000000  1   -0.564505462949E-04                     
+AS G17  2009  4  1  6 20  0.000000  1    0.524070887359E-04                     
+AS G12  2009  4  1  6 20  0.000000  1   -0.299619195998E-03                     
+AS G15  2009  4  1  6 20  0.000000  1   -0.275917737687E-03                     
+AS G29  2009  4  1  6 20  0.000000  1    0.477111545990E-05                     
+AS G07  2009  4  1  6 20  0.000000  1    0.209897334895E-04                     
+AS R02  2009  4  1  6 20  0.000000  1    0.207172123458E-04                     
+AS R03  2009  4  1  6 20  0.000000  1   -0.342186613164E-04                     
+AS R04  2009  4  1  6 20  0.000000  1    0.639686923478E-04                     
+AS R06  2009  4  1  6 20  0.000000  1   -0.169233144110E-03                     
+AS R07  2009  4  1  6 20  0.000000  1   -0.892413072989E-04                     
+AS R08  2009  4  1  6 20  0.000000  1   -0.102013633804E-03                     
+AS R10  2009  4  1  6 20  0.000000  1   -0.140851075022E-03                     
+AS R11  2009  4  1  6 20  0.000000  1   -0.926085554512E-04                     
+AS R13  2009  4  1  6 20  0.000000  1   -0.230619336407E-03                     
+AS R14  2009  4  1  6 20  0.000000  1   -0.796717210651E-04                     
+AS R15  2009  4  1  6 20  0.000000  1    0.920903182721E-04                     
+AS R17  2009  4  1  6 20  0.000000  1   -0.261246471066E-03                     
+AS R18  2009  4  1  6 20  0.000000  1   -0.134148101076E-05                     
+AS R19  2009  4  1  6 20  0.000000  1   -0.894025520508E-04                     
+AS R20  2009  4  1  6 20  0.000000  1   -0.650096225207E-04                     
+AS R21  2009  4  1  6 20  0.000000  1   -0.143314906471E-03                     
+AS R22  2009  4  1  6 20  0.000000  1   -0.201523258452E-03                     
+AS R23  2009  4  1  6 20  0.000000  1   -0.200409466198E-03                     
+AR ALGO 2009  4  1  6 20  0.000000  1    0.806372166629E-04                     
+AR ALIC 2009  4  1  6 20  0.000000  1    0.766786300933E-09                     
+AR AMC2 2009  4  1  6 20  0.000000  1    0.154444404623E-08                     
+AR ANKR 2009  4  1  6 20  0.000000  1   -0.461331201234E-03                     
+AR ARTU 2009  4  1  6 20  0.000000  1   -0.649482076810E-07                     
+AR ASPA 2009  4  1  6 20  0.000000  1    0.203022355938E-07                     
+AR BHR1 2009  4  1  6 20  0.000000  1    0.563383014753E-03                     
+AR BARH 2009  4  1  6 20  0.000000  1    0.123697610960E-07                     
+AR BJFS 2009  4  1  6 20  0.000000  1   -0.583504541809E-07                     
+AR BOGT 2009  4  1  6 20  0.000000  1   -0.526585366854E-07                     
+AR BRMU 2009  4  1  6 20  0.000000  1    0.125288832068E-03                     
+AR CAGZ 2009  4  1  6 20  0.000000  1   -0.423746741057E-03                     
+AR CAS1 2009  4  1  6 20  0.000000  1    0.769872578844E-10                     
+AR CHAT 2009  4  1  6 20  0.000000  1   -0.621892833482E-07                     
+AR CHPI 2009  4  1  6 20  0.000000  1   -0.429277818290E-07                     
+AR COCO 2009  4  1  6 20  0.000000  1    0.227638363190E-03                     
+AR CONZ 2009  4  1  6 20  0.000000  1   -0.457668713740E-03                     
+AR CRAR 2009  4  1  6 20  0.000000  1   -0.376834940389E-03                     
+AR CRO1 2009  4  1  6 20  0.000000  1    0.665103683994E-03                     
+AR DAEJ 2009  4  1  6 20  0.000000  1   -0.196589572253E-03                     
+AR DARW 2009  4  1  6 20  0.000000  1    0.160489401648E-08                     
+AR DGAR 2009  4  1  6 20  0.000000  1   -0.832624978035E-07                     
+AR DRAO 2009  4  1  6 20  0.000000  1    0.111872255450E-03                     
+AR FAA1 2009  4  1  6 20  0.000000  1   -0.181363418538E-07                     
+AR FAIR 2009  4  1  6 20  0.000000  1   -0.647081067326E-07                     
+AR GLPS 2009  4  1  6 20  0.000000  1   -0.653946015387E-07                     
+AR GUAM 2009  4  1  6 20  0.000000  1   -0.706481307320E-07                     
+AR GUAT 2009  4  1  6 20  0.000000  1   -0.486831616695E-09                     
+AR HOB2 2009  4  1  6 20  0.000000  1    0.864601631984E-07                     
+AR HOFN 2009  4  1  6 20  0.000000  1    0.100838604309E-03                     
+AR HOLM 2009  4  1  6 20  0.000000  1   -0.484758723721E-07                     
+AR HRAO 2009  4  1  6 20  0.000000  1    0.849458689968E-03                     
+AR HYDE 2009  4  1  6 20  0.000000  1    0.182263458817E-08                     
+AR IRKJ 2009  4  1  6 20  0.000000  1    0.163746804170E-03                     
+AR ISPA 2009  4  1  6 20  0.000000  1   -0.541102261852E-07                     
+AR KARR 2009  4  1  6 20  0.000000  1   -0.770074987198E-07                     
+AR KERG 2009  4  1  6 20  0.000000  1    0.817176425266E-03                     
+AR KHAJ 2009  4  1  6 20  0.000000  1   -0.150805222703E-05                     
+AR KIR0 2009  4  1  6 20  0.000000  1    0.283578202719E-03                     
+AR KIRU 2009  4  1  6 20  0.000000  1    0.591364075120E-03                     
+AR KIT3 2009  4  1  6 20  0.000000  1   -0.196507550427E-09                     
+AR KOUR 2009  4  1  6 20  0.000000  1    0.125013870008E-03                     
+AR KUNM 2009  4  1  6 20  0.000000  1   -0.524009436721E-07                     
+AR LHAZ 2009  4  1  6 20  0.000000  1   -0.483615232357E-03                     
+AR MAL2 2009  4  1  6 20  0.000000  1   -0.113264069984E-07                     
+AR MAS1 2009  4  1  6 20  0.000000  1   -0.101608287266E-03                     
+AR MAW1 2009  4  1  6 20  0.000000  1    0.324886810310E-08                     
+AR MCIL 2009  4  1  6 20  0.000000  1    0.380917968481E-07                     
+AR MCM4 2009  4  1  6 20  0.000000  1   -0.661363204231E-07                     
+AR MDO1 2009  4  1  6 20  0.000000  1   -0.398200740641E-07                     
+AR MDVJ 2009  4  1  6 20  0.000000  1    0.438552763411E-03                     
+AR MKEA 2009  4  1  6 20  0.000000  1   -0.444587488914E-07                     
+AR MOBS 2009  4  1  6 20  0.000000  1   -0.303862599660E-08                     
+AR NANO 2009  4  1  6 20  0.000000  1   -0.104896900457E-08                     
+AR NLIB 2009  4  1  6 20  0.000000  1   -0.117300626593E-06                     
+AR NNOR 2009  4  1  6 20  0.000000  1    0.365796518720E-03                     
+AR NRC1 2009  4  1  6 20  0.000000  1   -0.448763169352E-05                     
+AR NRIL 2009  4  1  6 20  0.000000  1   -0.551386286523E-07                     
+AR NRMD 2009  4  1  6 20  0.000000  1    0.265139762468E-07                     
+AR NTUS 2009  4  1  6 20  0.000000  1   -0.232146595071E-10                     
+AR NYAL 2009  4  1  6 20  0.000000  1    0.934586031390E-07                     
+AR OHI3 2009  4  1  6 20  0.000000  1    0.446438658710E-04                     
+AR ONSA 2009  4  1  6 20  0.000000  1   -0.324750476937E-04                     
+AR PDEL 2009  4  1  6 20  0.000000  1   -0.734907919764E-09                     
+AR PERT 2009  4  1  6 20  0.000000  1   -0.719282638321E-07                     
+AR PETP 2009  4  1  6 20  0.000000  1   -0.668766982521E-07                     
+AR PIMO 2009  4  1  6 20  0.000000  1   -0.748144305404E-07                     
+AR QAQ1 2009  4  1  6 20  0.000000  1   -0.470467309488E-07                     
+AR QUIN 2009  4  1  6 20  0.000000  1   -0.454398040782E-07                     
+AR RABT 2009  4  1  6 20  0.000000  1   -0.483425107251E-07                     
+AR RAMO 2009  4  1  6 20  0.000000  1    0.594410164756E-08                     
+AR RCMN 2009  4  1  6 20  0.000000  1    0.584794906528E-08                     
+AR REDU 2009  4  1  6 20  0.000000  1   -0.579649025249E-07                     
+AR REUN 2009  4  1  6 20  0.000000  1    0.213590395478E-07                     
+AR REYK 2009  4  1  6 20  0.000000  1   -0.489988476982E-03                     
+AR SCH2 2009  4  1  6 20  0.000000  1    0.187906586613E-03                     
+AR SCUB 2009  4  1  6 20  0.000000  1   -0.596831848686E-07                     
+AR STJO 2009  4  1  6 20  0.000000  1   -0.702119453244E-05                     
+AR SYDN 2009  4  1  6 20  0.000000  1    0.141087595769E-05                     
+AR SYOG 2009  4  1  6 20  0.000000  1    0.140094395449E-04                     
+AR THU2 2009  4  1  6 20  0.000000  1   -0.393616301550E-03                     
+AR TOW2 2009  4  1  6 20  0.000000  1   -0.297061004785E-08                     
+AR URUM 2009  4  1  6 20  0.000000  1   -0.251254704640E-04                     
+AR VESL 2009  4  1  6 20  0.000000  1    0.141036115271E-04                     
+AR VILL 2009  4  1  6 20  0.000000  1   -0.552741492643E-07                     
+AR WTZR 2009  4  1  6 20  0.000000  1    0.446168877176E-07                     
+AR WUHN 2009  4  1  6 20  0.000000  1   -0.633429367254E-07                     
+AR YSSK 2009  4  1  6 20  0.000000  1   -0.660492846764E-07                     
+AR ZIM2 2009  4  1  6 20  0.000000  1    0.216803931193E-07                     
+AR XMIS 2009  4  1  6 20  0.000000  1   -0.658868808686E-08                     
+AR GODZ 2009  4  1  6 20  0.000000  1   -0.469122429856E-03                     
+AR MTKA 2009  4  1  6 20  0.000000  1   -0.770682160403E-07                     
+AR TIXJ 2009  4  1  6 20  0.000000  1    0.453059750599E-03                     
+AR PARK 2009  4  1  6 20  0.000000  1    0.804962991436E-06                     
+AR UNBJ 2009  4  1  6 20  0.000000  1    0.105246269665E-03                     
+AR NOVM 2009  4  1  6 20  0.000000  1    0.798332511204E-04                     
+AR SUNM 2009  4  1  6 20  0.000000  1   -0.972908844640E-05                     
+AR CEBR 2009  4  1  6 20  0.000000  1    0.719431599371E-03                     
+AR CPXF 2009  4  1  6 20  0.000000  1    0.812124128977E-08                     
+AR IDDR 2009  4  1  6 20  0.000000  1    0.126029142591E-07                     
+AR AZGB 2009  4  1  6 20  0.000000  1   -0.253761243936E-03                     
+AR TN22 2009  4  1  6 20  0.000000  1   -0.374402601468E-03                     
+AR ETAD 2009  4  1  6 20  0.000000  1    0.319066124179E-07                     
+AR ILHA 2009  4  1  6 20  0.000000  1    0.172302561390E-09                     
+AR POVE 2009  4  1  6 20  0.000000  1   -0.101169611000E-07                     
+AR RECF 2009  4  1  6 20  0.000000  1    0.194603406897E-07                     
+AR SALU 2009  4  1  6 20  0.000000  1    0.211552820744E-07                     
+AR SAVO 2009  4  1  6 20  0.000000  1    0.225364719795E-07                     
+AR UFPR 2009  4  1  6 20  0.000000  1    0.247624730604E-07                     
+AR YELL 2009  4  1  6 20  0.000000  1    0.238520000000E-06                     
+AS G32  2009  4  1  6 25  0.000000  1    0.280276207400E-03                     
+AS G24  2009  4  1  6 25  0.000000  1    0.177771255637E-03                     
+AS G25  2009  4  1  6 25  0.000000  1    0.334091721532E-03                     
+AS G26  2009  4  1  6 25  0.000000  1    0.544126256414E-04                     
+AS G27  2009  4  1  6 25  0.000000  1    0.370654245722E-04                     
+AS G30  2009  4  1  6 25  0.000000  1    0.136210918316E-03                     
+AS G03  2009  4  1  6 25  0.000000  1    0.373365858148E-03                     
+AS G04  2009  4  1  6 25  0.000000  1   -0.344089056187E-04                     
+AS G06  2009  4  1  6 25  0.000000  1    0.598561277854E-04                     
+AS G08  2009  4  1  6 25  0.000000  1   -0.196516569372E-03                     
+AS G09  2009  4  1  6 25  0.000000  1    0.484158357706E-04                     
+AS G10  2009  4  1  6 25  0.000000  1   -0.136153752506E-04                     
+AS G14  2009  4  1  6 25  0.000000  1   -0.132509058833E-03                     
+AS G13  2009  4  1  6 25  0.000000  1    0.293241174090E-03                     
+AS G28  2009  4  1  6 25  0.000000  1   -0.238287990097E-04                     
+AS G21  2009  4  1  6 25  0.000000  1    0.215643577025E-04                     
+AS G11  2009  4  1  6 25  0.000000  1    0.277593011621E-05                     
+AS G22  2009  4  1  6 25  0.000000  1    0.202439378187E-03                     
+AS G20  2009  4  1  6 25  0.000000  1    0.865788639674E-04                     
+AS G18  2009  4  1  6 25  0.000000  1   -0.695914984512E-04                     
+AS G16  2009  4  1  6 25  0.000000  1    0.630601975210E-04                     
+AS G19  2009  4  1  6 25  0.000000  1    0.293744786134E-04                     
+AS G23  2009  4  1  6 25  0.000000  1    0.388979563006E-03                     
+AS G02  2009  4  1  6 25  0.000000  1    0.153939558959E-03                     
+AS G31  2009  4  1  6 25  0.000000  1   -0.564508055901E-04                     
+AS G17  2009  4  1  6 25  0.000000  1    0.524076634476E-04                     
+AS G12  2009  4  1  6 25  0.000000  1   -0.299617855052E-03                     
+AS G15  2009  4  1  6 25  0.000000  1   -0.275919254792E-03                     
+AS G29  2009  4  1  6 25  0.000000  1    0.477228219353E-05                     
+AS G07  2009  4  1  6 25  0.000000  1    0.209894156939E-04                     
+AS R02  2009  4  1  6 25  0.000000  1    0.207163615458E-04                     
+AS R03  2009  4  1  6 25  0.000000  1   -0.342197411065E-04                     
+AS R04  2009  4  1  6 25  0.000000  1    0.639660217894E-04                     
+AS R06  2009  4  1  6 25  0.000000  1   -0.169233692185E-03                     
+AS R07  2009  4  1  6 25  0.000000  1   -0.892401879516E-04                     
+AS R08  2009  4  1  6 25  0.000000  1   -0.102013079882E-03                     
+AS R10  2009  4  1  6 25  0.000000  1   -0.140850960672E-03                     
+AS R11  2009  4  1  6 25  0.000000  1   -0.926087350626E-04                     
+AS R13  2009  4  1  6 25  0.000000  1   -0.230619656466E-03                     
+AS R14  2009  4  1  6 25  0.000000  1   -0.796711758870E-04                     
+AS R15  2009  4  1  6 25  0.000000  1    0.920902450924E-04                     
+AS R17  2009  4  1  6 25  0.000000  1   -0.261246796151E-03                     
+AS R18  2009  4  1  6 25  0.000000  1   -0.134118788039E-05                     
+AS R19  2009  4  1  6 25  0.000000  1   -0.894027162750E-04                     
+AS R20  2009  4  1  6 25  0.000000  1   -0.650095361011E-04                     
+AS R21  2009  4  1  6 25  0.000000  1   -0.143315446278E-03                     
+AS R22  2009  4  1  6 25  0.000000  1   -0.201523995522E-03                     
+AS R23  2009  4  1  6 25  0.000000  1   -0.200407604002E-03                     
+AR ALGO 2009  4  1  6 25  0.000000  1    0.806411762043E-04                     
+AR ALIC 2009  4  1  6 25  0.000000  1   -0.229019401980E-09                     
+AR AMC2 2009  4  1  6 25  0.000000  1    0.155113911985E-08                     
+AR ANKR 2009  4  1  6 25  0.000000  1   -0.392622359905E-03                     
+AR ARTU 2009  4  1  6 25  0.000000  1   -0.661477738083E-07                     
+AR ASPA 2009  4  1  6 25  0.000000  1    0.205768425615E-07                     
+AR BHR1 2009  4  1  6 25  0.000000  1    0.563382863462E-03                     
+AR BARH 2009  4  1  6 25  0.000000  1    0.151692937460E-07                     
+AR BJFS 2009  4  1  6 25  0.000000  1   -0.438653432306E-07                     
+AR BOGT 2009  4  1  6 25  0.000000  1   -0.517774990626E-07                     
+AR BRMU 2009  4  1  6 25  0.000000  1   -0.378969586072E-03                     
+AR CAGZ 2009  4  1  6 25  0.000000  1   -0.199965810366E-03                     
+AR CAS1 2009  4  1  6 25  0.000000  1    0.794015041199E-09                     
+AR CHAT 2009  4  1  6 25  0.000000  1   -0.621892227181E-07                     
+AR CHPI 2009  4  1  6 25  0.000000  1   -0.424529949991E-07                     
+AR COCO 2009  4  1  6 25  0.000000  1    0.227637985646E-03                     
+AR CONZ 2009  4  1  6 25  0.000000  1    0.409520482504E-03                     
+AR CRAR 2009  4  1  6 25  0.000000  1   -0.402078435490E-03                     
+AR CRO1 2009  4  1  6 25  0.000000  1    0.665103695949E-03                     
+AR DAEJ 2009  4  1  6 25  0.000000  1   -0.196589620690E-03                     
+AR DARW 2009  4  1  6 25  0.000000  1   -0.208081154121E-08                     
+AR DGAR 2009  4  1  6 25  0.000000  1   -0.830149013642E-07                     
+AR DRAO 2009  4  1  6 25  0.000000  1    0.111909021167E-03                     
+AR FAA1 2009  4  1  6 25  0.000000  1   -0.138233720813E-07                     
+AR FAIR 2009  4  1  6 25  0.000000  1   -0.712683392574E-07                     
+AR GLPS 2009  4  1  6 25  0.000000  1   -0.636597789470E-07                     
+AR GUAM 2009  4  1  6 25  0.000000  1   -0.699344658956E-07                     
+AR GUAT 2009  4  1  6 25  0.000000  1    0.917875622869E-09                     
+AR HOB2 2009  4  1  6 25  0.000000  1    0.864955500744E-07                     
+AR HOFN 2009  4  1  6 25  0.000000  1    0.178793833123E-03                     
+AR HOLM 2009  4  1  6 25  0.000000  1   -0.520435468020E-07                     
+AR HRAO 2009  4  1  6 25  0.000000  1    0.849458759300E-03                     
+AR HYDE 2009  4  1  6 25  0.000000  1    0.132187394027E-08                     
+AR IRKJ 2009  4  1  6 25  0.000000  1    0.163746790009E-03                     
+AR ISPA 2009  4  1  6 25  0.000000  1   -0.546863181115E-07                     
+AR KARR 2009  4  1  6 25  0.000000  1   -0.758302360783E-07                     
+AR KERG 2009  4  1  6 25  0.000000  1    0.817182488395E-03                     
+AR KHAJ 2009  4  1  6 25  0.000000  1   -0.150807145204E-05                     
+AR KIR0 2009  4  1  6 25  0.000000  1    0.283571321955E-03                     
+AR KIRU 2009  4  1  6 25  0.000000  1    0.591363174051E-03                     
+AR KIT3 2009  4  1  6 25  0.000000  1   -0.591726961775E-08                     
+AR KOUR 2009  4  1  6 25  0.000000  1    0.125013867630E-03                     
+AR KUNM 2009  4  1  6 25  0.000000  1   -0.534832885199E-07                     
+AR LHAZ 2009  4  1  6 25  0.000000  1   -0.455963392423E-03                     
+AR MAL2 2009  4  1  6 25  0.000000  1   -0.166304683199E-07                     
+AR MAS1 2009  4  1  6 25  0.000000  1   -0.101608079350E-03                     
+AR MAW1 2009  4  1  6 25  0.000000  1    0.232013028447E-08                     
+AR MCIL 2009  4  1  6 25  0.000000  1    0.381956913639E-07                     
+AR MCM4 2009  4  1  6 25  0.000000  1   -0.641169763672E-07                     
+AR MDO1 2009  4  1  6 25  0.000000  1   -0.464078612825E-07                     
+AR MDVJ 2009  4  1  6 25  0.000000  1    0.438552753565E-03                     
+AR MKEA 2009  4  1  6 25  0.000000  1   -0.478838948860E-07                     
+AR MOBS 2009  4  1  6 25  0.000000  1   -0.330055484726E-08                     
+AR NANO 2009  4  1  6 25  0.000000  1   -0.155327397370E-08                     
+AR NLIB 2009  4  1  6 25  0.000000  1   -0.117297730756E-06                     
+AR NNOR 2009  4  1  6 25  0.000000  1    0.365796281589E-03                     
+AR NRC1 2009  4  1  6 25  0.000000  1   -0.448757328891E-05                     
+AR NRIL 2009  4  1  6 25  0.000000  1   -0.543993334204E-07                     
+AR NRMD 2009  4  1  6 25  0.000000  1    0.267425083278E-07                     
+AR NTUS 2009  4  1  6 25  0.000000  1    0.142979443328E-08                     
+AR NYAL 2009  4  1  6 25  0.000000  1    0.934731560549E-07                     
+AR OHI3 2009  4  1  6 25  0.000000  1    0.141260735417E-03                     
+AR ONSA 2009  4  1  6 25  0.000000  1   -0.324750875834E-04                     
+AR PDEL 2009  4  1  6 25  0.000000  1   -0.251110545823E-09                     
+AR PERT 2009  4  1  6 25  0.000000  1   -0.809094568769E-07                     
+AR PETP 2009  4  1  6 25  0.000000  1   -0.670630679042E-07                     
+AR PIMO 2009  4  1  6 25  0.000000  1   -0.760479563866E-07                     
+AR QAQ1 2009  4  1  6 25  0.000000  1   -0.496599491536E-07                     
+AR QUIN 2009  4  1  6 25  0.000000  1   -0.450425913914E-07                     
+AR RABT 2009  4  1  6 25  0.000000  1   -0.475010940167E-07                     
+AR RAMO 2009  4  1  6 25  0.000000  1    0.126026619075E-07                     
+AR RCMN 2009  4  1  6 25  0.000000  1    0.455096230118E-08                     
+AR REDU 2009  4  1  6 25  0.000000  1   -0.541095997134E-07                     
+AR REUN 2009  4  1  6 25  0.000000  1    0.207294886173E-07                     
+AR REYK 2009  4  1  6 25  0.000000  1   -0.469802671235E-03                     
+AR SCH2 2009  4  1  6 25  0.000000  1    0.187922100525E-03                     
+AR SCUB 2009  4  1  6 25  0.000000  1   -0.595738876118E-07                     
+AR STJO 2009  4  1  6 25  0.000000  1   -0.702148465768E-05                     
+AR SYDN 2009  4  1  6 25  0.000000  1    0.141092797235E-05                     
+AR SYOG 2009  4  1  6 25  0.000000  1    0.140094999857E-04                     
+AR THU2 2009  4  1  6 25  0.000000  1   -0.395618505390E-03                     
+AR TOW2 2009  4  1  6 25  0.000000  1   -0.977868092589E-09                     
+AR URUM 2009  4  1  6 25  0.000000  1   -0.101300516504E-03                     
+AR VESL 2009  4  1  6 25  0.000000  1    0.523559776513E-04                     
+AR VILL 2009  4  1  6 25  0.000000  1   -0.585223454185E-07                     
+AR WTZR 2009  4  1  6 25  0.000000  1    0.446300516827E-07                     
+AR WUHN 2009  4  1  6 25  0.000000  1   -0.618612687066E-07                     
+AR YSSK 2009  4  1  6 25  0.000000  1   -0.645636620134E-07                     
+AR ZIM2 2009  4  1  6 25  0.000000  1    0.205097301976E-07                     
+AR XMIS 2009  4  1  6 25  0.000000  1   -0.577445381396E-08                     
+AR GODZ 2009  4  1  6 25  0.000000  1   -0.469122379337E-03                     
+AR MTKA 2009  4  1  6 25  0.000000  1   -0.796505131968E-07                     
+AR TIXJ 2009  4  1  6 25  0.000000  1    0.448180701125E-03                     
+AR PARK 2009  4  1  6 25  0.000000  1    0.804962253079E-06                     
+AR UNBJ 2009  4  1  6 25  0.000000  1    0.333254245712E-04                     
+AR NOVM 2009  4  1  6 25  0.000000  1    0.798332683961E-04                     
+AR SUNM 2009  4  1  6 25  0.000000  1   -0.165893502739E-03                     
+AR CEBR 2009  4  1  6 25  0.000000  1    0.719431606723E-03                     
+AR CPXF 2009  4  1  6 25  0.000000  1    0.855159439987E-08                     
+AR IDDR 2009  4  1  6 25  0.000000  1    0.135181461498E-07                     
+AR AZGB 2009  4  1  6 25  0.000000  1   -0.393153193324E-03                     
+AR TN22 2009  4  1  6 25  0.000000  1   -0.450645898123E-03                     
+AR ETAD 2009  4  1  6 25  0.000000  1    0.286984662867E-07                     
+AR ILHA 2009  4  1  6 25  0.000000  1   -0.562168539744E-08                     
+AR POVE 2009  4  1  6 25  0.000000  1   -0.111511543217E-07                     
+AR RECF 2009  4  1  6 25  0.000000  1    0.203451442741E-07                     
+AR SALU 2009  4  1  6 25  0.000000  1    0.265180332317E-07                     
+AR SAVO 2009  4  1  6 25  0.000000  1    0.225987410624E-07                     
+AR UFPR 2009  4  1  6 25  0.000000  1    0.234026291615E-07                     
+AR YELL 2009  4  1  6 25  0.000000  1    0.238590000000E-06                     
+AS G32  2009  4  1  6 30  0.000000  1    0.280274789618E-03                     
+AS G24  2009  4  1  6 30  0.000000  1    0.177772642011E-03                     
+AS G25  2009  4  1  6 30  0.000000  1    0.334098398833E-03                     
+AS G26  2009  4  1  6 30  0.000000  1    0.544132045798E-04                     
+AS G27  2009  4  1  6 30  0.000000  1    0.370663609152E-04                     
+AS G30  2009  4  1  6 30  0.000000  1    0.136211551506E-03                     
+AS G03  2009  4  1  6 30  0.000000  1    0.373367186676E-03                     
+AS G04  2009  4  1  6 30  0.000000  1   -0.344132273998E-04                     
+AS G06  2009  4  1  6 30  0.000000  1    0.598615619728E-04                     
+AS G08  2009  4  1  6 30  0.000000  1   -0.196516715930E-03                     
+AS G09  2009  4  1  6 30  0.000000  1    0.484166412284E-04                     
+AS G10  2009  4  1  6 30  0.000000  1   -0.136160813813E-04                     
+AS G14  2009  4  1  6 30  0.000000  1   -0.132507384082E-03                     
+AS G13  2009  4  1  6 30  0.000000  1    0.293241656494E-03                     
+AS G28  2009  4  1  6 30  0.000000  1   -0.238287364049E-04                     
+AS G21  2009  4  1  6 30  0.000000  1    0.215638828344E-04                     
+AS G11  2009  4  1  6 30  0.000000  1    0.277554730398E-05                     
+AS G22  2009  4  1  6 30  0.000000  1    0.202439121826E-03                     
+AS G20  2009  4  1  6 30  0.000000  1    0.865783026765E-04                     
+AS G18  2009  4  1  6 30  0.000000  1   -0.695907108477E-04                     
+AS G16  2009  4  1  6 30  0.000000  1    0.630591799926E-04                     
+AS G19  2009  4  1  6 30  0.000000  1    0.293743418766E-04                     
+AS G23  2009  4  1  6 30  0.000000  1    0.388979800195E-03                     
+AS G02  2009  4  1  6 30  0.000000  1    0.153939467686E-03                     
+AS G31  2009  4  1  6 30  0.000000  1   -0.564510103174E-04                     
+AS G17  2009  4  1  6 30  0.000000  1    0.524081557546E-04                     
+AS G12  2009  4  1  6 30  0.000000  1   -0.299616422794E-03                     
+AS G15  2009  4  1  6 30  0.000000  1   -0.275920828101E-03                     
+AS G29  2009  4  1  6 30  0.000000  1    0.477368817947E-05                     
+AS G07  2009  4  1  6 30  0.000000  1    0.209891316619E-04                     
+AS R02  2009  4  1  6 30  0.000000  1    0.207153104034E-04                     
+AS R03  2009  4  1  6 30  0.000000  1   -0.342199790387E-04                     
+AS R04  2009  4  1  6 30  0.000000  1    0.639636683597E-04                     
+AS R06  2009  4  1  6 30  0.000000  1   -0.169234199106E-03                     
+AS R07  2009  4  1  6 30  0.000000  1   -0.892402501894E-04                     
+AS R08  2009  4  1  6 30  0.000000  1   -0.102012946176E-03                     
+AS R10  2009  4  1  6 30  0.000000  1   -0.140850790957E-03                     
+AS R11  2009  4  1  6 30  0.000000  1   -0.926091478774E-04                     
+AS R13  2009  4  1  6 30  0.000000  1   -0.230620040157E-03                     
+AS R14  2009  4  1  6 30  0.000000  1   -0.796703346444E-04                     
+AS R15  2009  4  1  6 30  0.000000  1    0.920910617732E-04                     
+AS R17  2009  4  1  6 30  0.000000  1   -0.261247119316E-03                     
+AS R18  2009  4  1  6 30  0.000000  1   -0.134148801101E-05                     
+AS R19  2009  4  1  6 30  0.000000  1   -0.894030644604E-04                     
+AS R20  2009  4  1  6 30  0.000000  1   -0.650093302883E-04                     
+AS R21  2009  4  1  6 30  0.000000  1   -0.143315871178E-03                     
+AS R22  2009  4  1  6 30  0.000000  1   -0.201524649698E-03                     
+AS R23  2009  4  1  6 30  0.000000  1   -0.200404879486E-03                     
+AR ALGO 2009  4  1  6 30  0.000000  1    0.806453834979E-04                     
+AR ALIC 2009  4  1  6 30  0.000000  1   -0.245928465602E-08                     
+AR AMC2 2009  4  1  6 30  0.000000  1    0.155512176491E-08                     
+AR ANKR 2009  4  1  6 30  0.000000  1   -0.324056122289E-03                     
+AR ARTU 2009  4  1  6 30  0.000000  1   -0.636441107567E-07                     
+AR ASPA 2009  4  1  6 30  0.000000  1    0.211803005553E-07                     
+AR BHR1 2009  4  1  6 30  0.000000  1    0.563382691189E-03                     
+AR BARH 2009  4  1  6 30  0.000000  1    0.520600454244E-08                     
+AR BJFS 2009  4  1  6 30  0.000000  1   -0.427793396058E-07                     
+AR BOGT 2009  4  1  6 30  0.000000  1   -0.520583054696E-07                     
+AR BRMU 2009  4  1  6 30  0.000000  1    0.117425373004E-03                     
+AR CAGZ 2009  4  1  6 30  0.000000  1    0.237278027237E-04                     
+AR CAS1 2009  4  1  6 30  0.000000  1   -0.366801693324E-09                     
+AR CHAT 2009  4  1  6 30  0.000000  1   -0.621912436584E-07                     
+AR CHPI 2009  4  1  6 30  0.000000  1   -0.411306870770E-07                     
+AR COCO 2009  4  1  6 30  0.000000  1    0.227637511141E-03                     
+AR CONZ 2009  4  1  6 30  0.000000  1    0.276736242416E-03                     
+AR CRAR 2009  4  1  6 30  0.000000  1   -0.427324989937E-03                     
+AR CRO1 2009  4  1  6 30  0.000000  1    0.665103681319E-03                     
+AR DAEJ 2009  4  1  6 30  0.000000  1   -0.196588734467E-03                     
+AR DARW 2009  4  1  6 30  0.000000  1   -0.262829871152E-08                     
+AR DGAR 2009  4  1  6 30  0.000000  1   -0.832309088075E-07                     
+AR DRAO 2009  4  1  6 30  0.000000  1    0.111945967120E-03                     
+AR FAA1 2009  4  1  6 30  0.000000  1   -0.143519927917E-07                     
+AR FAIR 2009  4  1  6 30  0.000000  1   -0.766393819127E-07                     
+AR GLPS 2009  4  1  6 30  0.000000  1   -0.631934677330E-07                     
+AR GUAM 2009  4  1  6 30  0.000000  1   -0.681287034277E-07                     
+AR GUAT 2009  4  1  6 30  0.000000  1    0.312109825064E-08                     
+AR HOB2 2009  4  1  6 30  0.000000  1    0.865169242415E-07                     
+AR HOFN 2009  4  1  6 30  0.000000  1    0.256736205609E-03                     
+AR HOLM 2009  4  1  6 30  0.000000  1   -0.523606147370E-07                     
+AR HRAO 2009  4  1  6 30  0.000000  1    0.849458858883E-03                     
+AR HYDE 2009  4  1  6 30  0.000000  1    0.250848948827E-08                     
+AR IRKJ 2009  4  1  6 30  0.000000  1    0.163746750823E-03                     
+AR ISPA 2009  4  1  6 30  0.000000  1   -0.568613205802E-07                     
+AR KARR 2009  4  1  6 30  0.000000  1   -0.783039975828E-07                     
+AR KERG 2009  4  1  6 30  0.000000  1    0.817190135220E-03                     
+AR KHAJ 2009  4  1  6 30  0.000000  1   -0.150803851709E-05                     
+AR KIR0 2009  4  1  6 30  0.000000  1    0.283564428359E-03                     
+AR KIRU 2009  4  1  6 30  0.000000  1    0.591361919817E-03                     
+AR KIT3 2009  4  1  6 30  0.000000  1   -0.299097267348E-09                     
+AR KOUR 2009  4  1  6 30  0.000000  1    0.125013888853E-03                     
+AR KUNM 2009  4  1  6 30  0.000000  1   -0.444675803321E-07                     
+AR LHAZ 2009  4  1  6 30  0.000000  1   -0.429329819260E-03                     
+AR MAL2 2009  4  1  6 30  0.000000  1   -0.134655039668E-07                     
+AR MAS1 2009  4  1  6 30  0.000000  1   -0.101607874836E-03                     
+AR MAW1 2009  4  1  6 30  0.000000  1    0.162558596069E-08                     
+AR MCIL 2009  4  1  6 30  0.000000  1    0.386276694392E-07                     
+AR MCM4 2009  4  1  6 30  0.000000  1   -0.633914504402E-07                     
+AR MDO1 2009  4  1  6 30  0.000000  1   -0.455726599744E-07                     
+AR MDVJ 2009  4  1  6 30  0.000000  1    0.438552754781E-03                     
+AR MKEA 2009  4  1  6 30  0.000000  1   -0.557981376084E-07                     
+AR MOBS 2009  4  1  6 30  0.000000  1   -0.343150651280E-08                     
+AR NANO 2009  4  1  6 30  0.000000  1    0.750542688809E-08                     
+AR NLIB 2009  4  1  6 30  0.000000  1   -0.117298607276E-06                     
+AR NNOR 2009  4  1  6 30  0.000000  1    0.365796629006E-03                     
+AR NRC1 2009  4  1  6 30  0.000000  1   -0.448753997126E-05                     
+AR NRIL 2009  4  1  6 30  0.000000  1   -0.478682789395E-07                     
+AR NRMD 2009  4  1  6 30  0.000000  1    0.221168808447E-07                     
+AR NTUS 2009  4  1  6 30  0.000000  1   -0.117674701771E-08                     
+AR NYAL 2009  4  1  6 30  0.000000  1    0.934956372054E-07                     
+AR OHI3 2009  4  1  6 30  0.000000  1    0.237927065346E-03                     
+AR ONSA 2009  4  1  6 30  0.000000  1   -0.324751228126E-04                     
+AR PDEL 2009  4  1  6 30  0.000000  1    0.106375669803E-08                     
+AR PERT 2009  4  1  6 30  0.000000  1   -0.800653141321E-07                     
+AR PETP 2009  4  1  6 30  0.000000  1   -0.684538506164E-07                     
+AR PIMO 2009  4  1  6 30  0.000000  1   -0.807621254202E-07                     
+AR QAQ1 2009  4  1  6 30  0.000000  1   -0.511666510395E-07                     
+AR QUIN 2009  4  1  6 30  0.000000  1   -0.451342267150E-07                     
+AR RABT 2009  4  1  6 30  0.000000  1   -0.486220519925E-07                     
+AR RAMO 2009  4  1  6 30  0.000000  1    0.101056890634E-06                     
+AR RCMN 2009  4  1  6 30  0.000000  1    0.699262172015E-08                     
+AR REDU 2009  4  1  6 30  0.000000  1   -0.536932983353E-07                     
+AR REUN 2009  4  1  6 30  0.000000  1    0.228215501981E-07                     
+AR REYK 2009  4  1  6 30  0.000000  1   -0.448981431653E-03                     
+AR SCH2 2009  4  1  6 30  0.000000  1    0.187937857864E-03                     
+AR SCUB 2009  4  1  6 30  0.000000  1   -0.589798179687E-07                     
+AR STJO 2009  4  1  6 30  0.000000  1   -0.702177986954E-05                     
+AR SYDN 2009  4  1  6 30  0.000000  1    0.141104686254E-05                     
+AR SYOG 2009  4  1  6 30  0.000000  1    0.140090010685E-04                     
+AR THU2 2009  4  1  6 30  0.000000  1   -0.397620642346E-03                     
+AR TOW2 2009  4  1  6 30  0.000000  1    0.214118260593E-09                     
+AR URUM 2009  4  1  6 30  0.000000  1   -0.177582929094E-03                     
+AR VESL 2009  4  1  6 30  0.000000  1    0.906415594991E-04                     
+AR VILL 2009  4  1  6 30  0.000000  1   -0.561449943108E-07                     
+AR WTZR 2009  4  1  6 30  0.000000  1    0.446416677109E-07                     
+AR WUHN 2009  4  1  6 30  0.000000  1   -0.475397126413E-07                     
+AR YSSK 2009  4  1  6 30  0.000000  1   -0.705867353115E-07                     
+AR ZIM2 2009  4  1  6 30  0.000000  1    0.210323766687E-07                     
+AR XMIS 2009  4  1  6 30  0.000000  1   -0.749434248509E-08                     
+AR GODZ 2009  4  1  6 30  0.000000  1   -0.469122323948E-03                     
+AR MTKA 2009  4  1  6 30  0.000000  1   -0.909457943570E-07                     
+AR PARK 2009  4  1  6 30  0.000000  1    0.804995926588E-06                     
+AR UNBJ 2009  4  1  6 30  0.000000  1   -0.385591956130E-04                     
+AR NOVM 2009  4  1  6 30  0.000000  1    0.798332775411E-04                     
+AR SUNM 2009  4  1  6 30  0.000000  1   -0.322226119826E-03                     
+AR CEBR 2009  4  1  6 30  0.000000  1    0.719431595577E-03                     
+AR CPXF 2009  4  1  6 30  0.000000  1    0.954537378625E-08                     
+AR IDDR 2009  4  1  6 30  0.000000  1    0.119328696877E-07                     
+AR AZGB 2009  4  1  6 30  0.000000  1    0.467429642175E-03                     
+AR TN22 2009  4  1  6 30  0.000000  1    0.473650936613E-03                     
+AR ETAD 2009  4  1  6 30  0.000000  1    0.310215011480E-07                     
+AR ILHA 2009  4  1  6 30  0.000000  1   -0.374393012609E-08                     
+AR POVE 2009  4  1  6 30  0.000000  1   -0.111439598048E-07                     
+AR RECF 2009  4  1  6 30  0.000000  1    0.218659613332E-07                     
+AR SALU 2009  4  1  6 30  0.000000  1    0.189386150248E-07                     
+AR SAVO 2009  4  1  6 30  0.000000  1    0.228535231403E-07                     
+AR UFPR 2009  4  1  6 30  0.000000  1    0.226672340234E-07                     
+AR YELL 2009  4  1  6 30  0.000000  1    0.238660000000E-06                     
+AS G32  2009  4  1  6 35  0.000000  1    0.280273441007E-03                     
+AS G24  2009  4  1  6 35  0.000000  1    0.177773293682E-03                     
+AS G25  2009  4  1  6 35  0.000000  1    0.334105070843E-03                     
+AS G26  2009  4  1  6 35  0.000000  1    0.544141639398E-04                     
+AS G27  2009  4  1  6 35  0.000000  1    0.370671593007E-04                     
+AS G30  2009  4  1  6 35  0.000000  1    0.136212272304E-03                     
+AS G03  2009  4  1  6 35  0.000000  1    0.373368149804E-03                     
+AS G04  2009  4  1  6 35  0.000000  1   -0.344178980913E-04                     
+AS G06  2009  4  1  6 35  0.000000  1    0.598668669732E-04                     
+AS G08  2009  4  1  6 35  0.000000  1   -0.196516598423E-03                     
+AS G09  2009  4  1  6 35  0.000000  1    0.484171783994E-04                     
+AS G10  2009  4  1  6 35  0.000000  1   -0.136162532435E-04                     
+AS G14  2009  4  1  6 35  0.000000  1   -0.132505814733E-03                     
+AS G13  2009  4  1  6 35  0.000000  1    0.293241818450E-03                     
+AS G28  2009  4  1  6 35  0.000000  1   -0.238288955067E-04                     
+AS G21  2009  4  1  6 35  0.000000  1    0.215632119763E-04                     
+AS G11  2009  4  1  6 35  0.000000  1    0.277547929802E-05                     
+AS G22  2009  4  1  6 35  0.000000  1    0.202439036351E-03                     
+AS G20  2009  4  1  6 35  0.000000  1    0.865781220827E-04                     
+AS G18  2009  4  1  6 35  0.000000  1   -0.695897279573E-04                     
+AS G16  2009  4  1  6 35  0.000000  1    0.630583076934E-04                     
+AS G19  2009  4  1  6 35  0.000000  1    0.293740117569E-04                     
+AS G23  2009  4  1  6 35  0.000000  1    0.388979840918E-03                     
+AS G02  2009  4  1  6 35  0.000000  1    0.153939032277E-03                     
+AS G31  2009  4  1  6 35  0.000000  1   -0.564514799959E-04                     
+AS G17  2009  4  1  6 35  0.000000  1    0.524085558649E-04                     
+AS G12  2009  4  1  6 35  0.000000  1   -0.299615112257E-03                     
+AS G15  2009  4  1  6 35  0.000000  1   -0.275921825323E-03                     
+AS G29  2009  4  1  6 35  0.000000  1    0.477492183502E-05                     
+AS G07  2009  4  1  6 35  0.000000  1    0.209892078942E-04                     
+AS R02  2009  4  1  6 35  0.000000  1    0.207142369436E-04                     
+AS R03  2009  4  1  6 35  0.000000  1   -0.342213397554E-04                     
+AS R04  2009  4  1  6 35  0.000000  1    0.639611972037E-04                     
+AS R06  2009  4  1  6 35  0.000000  1   -0.169237579831E-03                     
+AS R07  2009  4  1  6 35  0.000000  1   -0.892387496646E-04                     
+AS R08  2009  4  1  6 35  0.000000  1   -0.102012948621E-03                     
+AS R10  2009  4  1  6 35  0.000000  1   -0.140850567129E-03                     
+AS R11  2009  4  1  6 35  0.000000  1   -0.926094110958E-04                     
+AS R13  2009  4  1  6 35  0.000000  1   -0.230620562365E-03                     
+AS R14  2009  4  1  6 35  0.000000  1   -0.796690691887E-04                     
+AS R15  2009  4  1  6 35  0.000000  1    0.920914994835E-04                     
+AS R17  2009  4  1  6 35  0.000000  1   -0.261247594013E-03                     
+AS R18  2009  4  1  6 35  0.000000  1   -0.134172709403E-05                     
+AS R19  2009  4  1  6 35  0.000000  1   -0.894032816170E-04                     
+AS R20  2009  4  1  6 35  0.000000  1   -0.650092393633E-04                     
+AS R21  2009  4  1  6 35  0.000000  1   -0.143316024625E-03                     
+AS R22  2009  4  1  6 35  0.000000  1   -0.201525500013E-03                     
+AS R23  2009  4  1  6 35  0.000000  1   -0.200403542939E-03                     
+AR ALGO 2009  4  1  6 35  0.000000  1    0.806495968042E-04                     
+AR ALIC 2009  4  1  6 35  0.000000  1    0.897795717560E-10                     
+AR AMC2 2009  4  1  6 35  0.000000  1    0.154642253919E-08                     
+AR ANKR 2009  4  1  6 35  0.000000  1   -0.255631301578E-03                     
+AR ARTU 2009  4  1  6 35  0.000000  1   -0.623817484238E-07                     
+AR ASPA 2009  4  1  6 35  0.000000  1    0.213763972406E-07                     
+AR BHR1 2009  4  1  6 35  0.000000  1    0.563382752268E-03                     
+AR BARH 2009  4  1  6 35  0.000000  1    0.645550759184E-08                     
+AR BJFS 2009  4  1  6 35  0.000000  1   -0.378328648890E-07                     
+AR BOGT 2009  4  1  6 35  0.000000  1   -0.529423209282E-07                     
+AR BRMU 2009  4  1  6 35  0.000000  1   -0.385712001714E-03                     
+AR CAGZ 2009  4  1  6 35  0.000000  1    0.247371195921E-03                     
+AR CAS1 2009  4  1  6 35  0.000000  1   -0.813993101779E-09                     
+AR CHAT 2009  4  1  6 35  0.000000  1   -0.622734568073E-07                     
+AR CHPI 2009  4  1  6 35  0.000000  1   -0.399129891758E-07                     
+AR COCO 2009  4  1  6 35  0.000000  1    0.227637026797E-03                     
+AR CONZ 2009  4  1  6 35  0.000000  1    0.144094794889E-03                     
+AR CRAR 2009  4  1  6 35  0.000000  1   -0.452565981980E-03                     
+AR CRO1 2009  4  1  6 35  0.000000  1    0.665103773800E-03                     
+AR DAEJ 2009  4  1  6 35  0.000000  1   -0.196588241886E-03                     
+AR DARW 2009  4  1  6 35  0.000000  1   -0.235416104321E-08                     
+AR DGAR 2009  4  1  6 35  0.000000  1   -0.856057423677E-07                     
+AR DRAO 2009  4  1  6 35  0.000000  1    0.111982649123E-03                     
+AR FAA1 2009  4  1  6 35  0.000000  1   -0.129997947006E-07                     
+AR FAIR 2009  4  1  6 35  0.000000  1   -0.641493322889E-07                     
+AR GLPS 2009  4  1  6 35  0.000000  1   -0.622037237150E-07                     
+AR GUAM 2009  4  1  6 35  0.000000  1   -0.680004740306E-07                     
+AR GUAT 2009  4  1  6 35  0.000000  1    0.178549675378E-08                     
+AR HOB2 2009  4  1  6 35  0.000000  1    0.865364429901E-07                     
+AR HOFN 2009  4  1  6 35  0.000000  1    0.334662861120E-03                     
+AR HOLM 2009  4  1  6 35  0.000000  1   -0.498295608777E-07                     
+AR HRAO 2009  4  1  6 35  0.000000  1    0.849458931486E-03                     
+AR HYDE 2009  4  1  6 35  0.000000  1   -0.796396645117E-09                     
+AR IRKJ 2009  4  1  6 35  0.000000  1    0.163746781997E-03                     
+AR ISPA 2009  4  1  6 35  0.000000  1   -0.508200580037E-07                     
+AR KARR 2009  4  1  6 35  0.000000  1   -0.770136781915E-07                     
+AR KERG 2009  4  1  6 35  0.000000  1    0.817196903881E-03                     
+AR KHAJ 2009  4  1  6 35  0.000000  1   -0.150804252707E-05                     
+AR KIR0 2009  4  1  6 35  0.000000  1    0.283557635526E-03                     
+AR KIRU 2009  4  1  6 35  0.000000  1    0.591369373684E-03                     
+AR KIT3 2009  4  1  6 35  0.000000  1    0.100471063746E-07                     
+AR KOUR 2009  4  1  6 35  0.000000  1    0.125013887373E-03                     
+AR KUNM 2009  4  1  6 35  0.000000  1   -0.319570001549E-07                     
+AR LHAZ 2009  4  1  6 35  0.000000  1   -0.403599353745E-03                     
+AR MAL2 2009  4  1  6 35  0.000000  1   -0.151131887596E-07                     
+AR MAS1 2009  4  1  6 35  0.000000  1   -0.101607767020E-03                     
+AR MAW1 2009  4  1  6 35  0.000000  1    0.170888204278E-08                     
+AR MCIL 2009  4  1  6 35  0.000000  1    0.394058246068E-07                     
+AR MCM4 2009  4  1  6 35  0.000000  1   -0.637254777860E-07                     
+AR MDO1 2009  4  1  6 35  0.000000  1   -0.407844092641E-07                     
+AR MDVJ 2009  4  1  6 35  0.000000  1    0.438552739904E-03                     
+AR MKEA 2009  4  1  6 35  0.000000  1   -0.613585055060E-07                     
+AR MOBS 2009  4  1  6 35  0.000000  1   -0.336016091192E-08                     
+AR NANO 2009  4  1  6 35  0.000000  1    0.740731059407E-08                     
+AR NLIB 2009  4  1  6 35  0.000000  1   -0.117303934793E-06                     
+AR NNOR 2009  4  1  6 35  0.000000  1    0.365797027384E-03                     
+AR NRC1 2009  4  1  6 35  0.000000  1   -0.448754562878E-05                     
+AR NRIL 2009  4  1  6 35  0.000000  1   -0.475769660601E-07                     
+AR NRMD 2009  4  1  6 35  0.000000  1    0.219539328481E-07                     
+AR NTUS 2009  4  1  6 35  0.000000  1    0.816655120085E-09                     
+AR NYAL 2009  4  1  6 35  0.000000  1    0.935029453256E-07                     
+AR OHI3 2009  4  1  6 35  0.000000  1    0.334740249688E-03                     
+AR ONSA 2009  4  1  6 35  0.000000  1   -0.324751737798E-04                     
+AR PDEL 2009  4  1  6 35  0.000000  1    0.355058012325E-08                     
+AR PERT 2009  4  1  6 35  0.000000  1   -0.756930124113E-07                     
+AR PETP 2009  4  1  6 35  0.000000  1   -0.654849278067E-07                     
+AR PIMO 2009  4  1  6 35  0.000000  1   -0.792277674592E-07                     
+AR QAQ1 2009  4  1  6 35  0.000000  1   -0.530362213343E-07                     
+AR QUIN 2009  4  1  6 35  0.000000  1   -0.464688723147E-07                     
+AR RABT 2009  4  1  6 35  0.000000  1   -0.501643252215E-07                     
+AR RAMO 2009  4  1  6 35  0.000000  1   -0.882986367254E-07                     
+AR RCMN 2009  4  1  6 35  0.000000  1    0.650644895240E-08                     
+AR REDU 2009  4  1  6 35  0.000000  1   -0.528465926059E-07                     
+AR REUN 2009  4  1  6 35  0.000000  1    0.219614340049E-07                     
+AR REYK 2009  4  1  6 35  0.000000  1   -0.427501308899E-03                     
+AR SCH2 2009  4  1  6 35  0.000000  1    0.187952875070E-03                     
+AR SCUB 2009  4  1  6 35  0.000000  1   -0.612008948612E-07                     
+AR STJO 2009  4  1  6 35  0.000000  1   -0.702207635053E-05                     
+AR SYDN 2009  4  1  6 35  0.000000  1    0.141133451556E-05                     
+AR SYOG 2009  4  1  6 35  0.000000  1    0.140086110078E-04                     
+AR THU2 2009  4  1  6 35  0.000000  1   -0.399622915295E-03                     
+AR TOW2 2009  4  1  6 35  0.000000  1   -0.160192351324E-08                     
+AR URUM 2009  4  1  6 35  0.000000  1   -0.253962267098E-03                     
+AR VESL 2009  4  1  6 35  0.000000  1    0.128959239019E-03                     
+AR VILL 2009  4  1  6 35  0.000000  1   -0.563926984812E-07                     
+AR WTZR 2009  4  1  6 35  0.000000  1    0.446514614923E-07                     
+AR WUHN 2009  4  1  6 35  0.000000  1   -0.422577385922E-07                     
+AR YSSK 2009  4  1  6 35  0.000000  1   -0.719390786138E-07                     
+AR ZIM2 2009  4  1  6 35  0.000000  1    0.194415220932E-07                     
+AR XMIS 2009  4  1  6 35  0.000000  1   -0.942531114188E-08                     
+AR GODZ 2009  4  1  6 35  0.000000  1   -0.469122295481E-03                     
+AR MTKA 2009  4  1  6 35  0.000000  1   -0.890838716410E-07                     
+AR TIXJ 2009  4  1  6 35  0.000000  1    0.438495358276E-03                     
+AR PARK 2009  4  1  6 35  0.000000  1    0.804903867777E-06                     
+AR UNBJ 2009  4  1  6 35  0.000000  1   -0.110463750837E-03                     
+AR NOVM 2009  4  1  6 35  0.000000  1    0.798332203720E-04                     
+AR SUNM 2009  4  1  6 35  0.000000  1   -0.478275715207E-03                     
+AR CEBR 2009  4  1  6 35  0.000000  1    0.719431597914E-03                     
+AR CPXF 2009  4  1  6 35  0.000000  1    0.921206447734E-08                     
+AR IDDR 2009  4  1  6 35  0.000000  1    0.126238923038E-07                     
+AR AZGB 2009  4  1  6 35  0.000000  1    0.328082354289E-03                     
+AR TN22 2009  4  1  6 35  0.000000  1    0.398194757498E-03                     
+AR ETAD 2009  4  1  6 35  0.000000  1    0.292293876046E-07                     
+AR ILHA 2009  4  1  6 35  0.000000  1   -0.621180414493E-08                     
+AR POVE 2009  4  1  6 35  0.000000  1   -0.102543008357E-07                     
+AR RECF 2009  4  1  6 35  0.000000  1    0.226578034061E-07                     
+AR SALU 2009  4  1  6 35  0.000000  1    0.238265680431E-07                     
+AR SAVO 2009  4  1  6 35  0.000000  1    0.231937265666E-07                     
+AR UFPR 2009  4  1  6 35  0.000000  1    0.245688580129E-07                     
+AR YELL 2009  4  1  6 35  0.000000  1    0.238730000000E-06                     
+AS G32  2009  4  1  6 40  0.000000  1    0.280271983314E-03                     
+AS G24  2009  4  1  6 40  0.000000  1    0.177773298308E-03                     
+AS G25  2009  4  1  6 40  0.000000  1    0.334111595917E-03                     
+AS G26  2009  4  1  6 40  0.000000  1    0.544148379303E-04                     
+AS G27  2009  4  1  6 40  0.000000  1    0.370680987977E-04                     
+AS G30  2009  4  1  6 40  0.000000  1    0.136211807212E-03                     
+AS G03  2009  4  1  6 40  0.000000  1    0.373369389167E-03                     
+AS G04  2009  4  1  6 40  0.000000  1   -0.344222756089E-04                     
+AS G06  2009  4  1  6 40  0.000000  1    0.598722399322E-04                     
+AS G08  2009  4  1  6 40  0.000000  1   -0.196516582694E-03                     
+AS G09  2009  4  1  6 40  0.000000  1    0.484182583116E-04                     
+AS G10  2009  4  1  6 40  0.000000  1   -0.136168901346E-04                     
+AS G14  2009  4  1  6 40  0.000000  1   -0.132504022148E-03                     
+AS G13  2009  4  1  6 40  0.000000  1    0.293242137889E-03                     
+AS G28  2009  4  1  6 40  0.000000  1   -0.238289647753E-04                     
+AS G21  2009  4  1  6 40  0.000000  1    0.215624876935E-04                     
+AS G11  2009  4  1  6 40  0.000000  1    0.277484628535E-05                     
+AS G22  2009  4  1  6 40  0.000000  1    0.202439170768E-03                     
+AS G20  2009  4  1  6 40  0.000000  1    0.865776184986E-04                     
+AS G18  2009  4  1  6 40  0.000000  1   -0.695887153778E-04                     
+AS G16  2009  4  1  6 40  0.000000  1    0.630574433867E-04                     
+AS G19  2009  4  1  6 40  0.000000  1    0.293738829195E-04                     
+AS G23  2009  4  1  6 40  0.000000  1    0.388980038262E-03                     
+AS G02  2009  4  1  6 40  0.000000  1    0.153939076625E-03                     
+AS G31  2009  4  1  6 40  0.000000  1   -0.564518517309E-04                     
+AS G17  2009  4  1  6 40  0.000000  1    0.524089928587E-04                     
+AS G12  2009  4  1  6 40  0.000000  1   -0.299613787171E-03                     
+AS G15  2009  4  1  6 40  0.000000  1   -0.275923075201E-03                     
+AS G29  2009  4  1  6 40  0.000000  1    0.477603414043E-05                     
+AS G07  2009  4  1  6 40  0.000000  1    0.209889623166E-04                     
+AS R02  2009  4  1  6 40  0.000000  1    0.207131389616E-04                     
+AS R03  2009  4  1  6 40  0.000000  1   -0.342228249296E-04                     
+AS R04  2009  4  1  6 40  0.000000  1    0.639595430478E-04                     
+AS R06  2009  4  1  6 40  0.000000  1   -0.169240438247E-03                     
+AS R07  2009  4  1  6 40  0.000000  1   -0.892383836745E-04                     
+AS R08  2009  4  1  6 40  0.000000  1   -0.102012687311E-03                     
+AS R10  2009  4  1  6 40  0.000000  1   -0.140850604224E-03                     
+AS R11  2009  4  1  6 40  0.000000  1   -0.926097535832E-04                     
+AS R13  2009  4  1  6 40  0.000000  1   -0.230620521047E-03                     
+AS R14  2009  4  1  6 40  0.000000  1   -0.796678267594E-04                     
+AS R15  2009  4  1  6 40  0.000000  1    0.920912597102E-04                     
+AS R17  2009  4  1  6 40  0.000000  1   -0.261247867584E-03                     
+AS R18  2009  4  1  6 40  0.000000  1   -0.134185133565E-05                     
+AS R19  2009  4  1  6 40  0.000000  1   -0.894036633723E-04                     
+AS R20  2009  4  1  6 40  0.000000  1   -0.650090332034E-04                     
+AS R21  2009  4  1  6 40  0.000000  1   -0.143316459829E-03                     
+AS R22  2009  4  1  6 40  0.000000  1   -0.201526419323E-03                     
+AS R23  2009  4  1  6 40  0.000000  1   -0.200401945968E-03                     
+AR ALGO 2009  4  1  6 40  0.000000  1    0.806539021211E-04                     
+AR ALIC 2009  4  1  6 40  0.000000  1    0.282875823766E-09                     
+AR AMC2 2009  4  1  6 40  0.000000  1    0.153190673743E-08                     
+AR ANKR 2009  4  1  6 40  0.000000  1   -0.187436223819E-03                     
+AR ARTU 2009  4  1  6 40  0.000000  1   -0.610655488432E-07                     
+AR ASPA 2009  4  1  6 40  0.000000  1    0.216544600307E-07                     
+AR BHR1 2009  4  1  6 40  0.000000  1    0.563382843309E-03                     
+AR BARH 2009  4  1  6 40  0.000000  1    0.524325912507E-08                     
+AR BJFS 2009  4  1  6 40  0.000000  1   -0.380954699775E-07                     
+AR BOGT 2009  4  1  6 40  0.000000  1   -0.503060286519E-07                     
+AR BRMU 2009  4  1  6 40  0.000000  1    0.111552700623E-03                     
+AR CAGZ 2009  4  1  6 40  0.000000  1    0.471003307011E-03                     
+AR CAS1 2009  4  1  6 40  0.000000  1    0.177959584755E-08                     
+AR CHAT 2009  4  1  6 40  0.000000  1   -0.745414228389E-07                     
+AR CHPI 2009  4  1  6 40  0.000000  1   -0.393254708093E-07                     
+AR COCO 2009  4  1  6 40  0.000000  1    0.227636500315E-03                     
+AR CONZ 2009  4  1  6 40  0.000000  1    0.114302359101E-04                     
+AR CRAR 2009  4  1  6 40  0.000000  1   -0.477799352796E-03                     
+AR CRO1 2009  4  1  6 40  0.000000  1    0.665103751554E-03                     
+AR DAEJ 2009  4  1  6 40  0.000000  1   -0.196587175475E-03                     
+AR DARW 2009  4  1  6 40  0.000000  1   -0.198312736852E-08                     
+AR DGAR 2009  4  1  6 40  0.000000  1   -0.858827181711E-07                     
+AR DRAO 2009  4  1  6 40  0.000000  1    0.112019617800E-03                     
+AR FAA1 2009  4  1  6 40  0.000000  1   -0.122267847891E-07                     
+AR FAIR 2009  4  1  6 40  0.000000  1   -0.528084928217E-07                     
+AR GLPS 2009  4  1  6 40  0.000000  1   -0.619673310365E-07                     
+AR GUAM 2009  4  1  6 40  0.000000  1   -0.697080220034E-07                     
+AR GUAT 2009  4  1  6 40  0.000000  1    0.287757530343E-08                     
+AR HOB2 2009  4  1  6 40  0.000000  1    0.865567341178E-07                     
+AR HOFN 2009  4  1  6 40  0.000000  1    0.412601813020E-03                     
+AR HOLM 2009  4  1  6 40  0.000000  1   -0.584649547597E-07                     
+AR HRAO 2009  4  1  6 40  0.000000  1    0.849458993854E-03                     
+AR HYDE 2009  4  1  6 40  0.000000  1   -0.299260175613E-09                     
+AR IRKJ 2009  4  1  6 40  0.000000  1    0.163746755594E-03                     
+AR ISPA 2009  4  1  6 40  0.000000  1   -0.469165801966E-07                     
+AR KARR 2009  4  1  6 40  0.000000  1   -0.768713256118E-07                     
+AR KERG 2009  4  1  6 40  0.000000  1    0.817202236013E-03                     
+AR KHAJ 2009  4  1  6 40  0.000000  1   -0.150803488367E-05                     
+AR KIR0 2009  4  1  6 40  0.000000  1    0.283550781841E-03                     
+AR KIRU 2009  4  1  6 40  0.000000  1    0.591385451152E-03                     
+AR KOUR 2009  4  1  6 40  0.000000  1    0.125013887527E-03                     
+AR KUNM 2009  4  1  6 40  0.000000  1   -0.188470681258E-07                     
+AR LHAZ 2009  4  1  6 40  0.000000  1   -0.378735816284E-03                     
+AR MAL2 2009  4  1  6 40  0.000000  1   -0.148649830136E-07                     
+AR MAS1 2009  4  1  6 40  0.000000  1   -0.101607566882E-03                     
+AR MAW1 2009  4  1  6 40  0.000000  1    0.257111531320E-08                     
+AR MCIL 2009  4  1  6 40  0.000000  1    0.388151997957E-07                     
+AR MCM4 2009  4  1  6 40  0.000000  1   -0.587849965845E-07                     
+AR MDO1 2009  4  1  6 40  0.000000  1   -0.400017499234E-07                     
+AR MDVJ 2009  4  1  6 40  0.000000  1    0.438552729432E-03                     
+AR MKEA 2009  4  1  6 40  0.000000  1   -0.694060959414E-07                     
+AR MOBS 2009  4  1  6 40  0.000000  1   -0.293181232314E-08                     
+AR NANO 2009  4  1  6 40  0.000000  1    0.687880612593E-08                     
+AR NLIB 2009  4  1  6 40  0.000000  1   -0.117319939538E-06                     
+AR NNOR 2009  4  1  6 40  0.000000  1    0.365797065530E-03                     
+AR NRC1 2009  4  1  6 40  0.000000  1   -0.448752162039E-05                     
+AR NRIL 2009  4  1  6 40  0.000000  1   -0.464581648288E-07                     
+AR NRMD 2009  4  1  6 40  0.000000  1    0.224173854930E-07                     
+AR NTUS 2009  4  1  6 40  0.000000  1    0.338337645335E-08                     
+AR NYAL 2009  4  1  6 40  0.000000  1    0.935125763142E-07                     
+AR OHI3 2009  4  1  6 40  0.000000  1    0.431909430684E-03                     
+AR ONSA 2009  4  1  6 40  0.000000  1   -0.324752364009E-04                     
+AR PDEL 2009  4  1  6 40  0.000000  1    0.168629989888E-08                     
+AR PERT 2009  4  1  6 40  0.000000  1   -0.737147717284E-07                     
+AR PETP 2009  4  1  6 40  0.000000  1   -0.709996452802E-07                     
+AR PIMO 2009  4  1  6 40  0.000000  1   -0.792370590414E-07                     
+AR QAQ1 2009  4  1  6 40  0.000000  1   -0.501505366481E-07                     
+AR QUIN 2009  4  1  6 40  0.000000  1   -0.443951209456E-07                     
+AR RABT 2009  4  1  6 40  0.000000  1   -0.521636280474E-07                     
+AR RAMO 2009  4  1  6 40  0.000000  1   -0.662378172596E-07                     
+AR RCMN 2009  4  1  6 40  0.000000  1    0.548517099084E-08                     
+AR REDU 2009  4  1  6 40  0.000000  1   -0.579551604666E-07                     
+AR REUN 2009  4  1  6 40  0.000000  1    0.203468761116E-07                     
+AR REYK 2009  4  1  6 40  0.000000  1   -0.405230731048E-03                     
+AR SCH2 2009  4  1  6 40  0.000000  1    0.187967664574E-03                     
+AR SCUB 2009  4  1  6 40  0.000000  1   -0.630199987214E-07                     
+AR STJO 2009  4  1  6 40  0.000000  1   -0.702238539373E-05                     
+AR SYDN 2009  4  1  6 40  0.000000  1    0.141133069309E-05                     
+AR SYOG 2009  4  1  6 40  0.000000  1    0.140083771775E-04                     
+AR THU2 2009  4  1  6 40  0.000000  1   -0.401625158840E-03                     
+AR TOW2 2009  4  1  6 40  0.000000  1    0.110691696592E-08                     
+AR URUM 2009  4  1  6 40  0.000000  1   -0.330392636390E-03                     
+AR VESL 2009  4  1  6 40  0.000000  1    0.167306589227E-03                     
+AR VILL 2009  4  1  6 40  0.000000  1   -0.604082849138E-07                     
+AR WTZR 2009  4  1  6 40  0.000000  1    0.446389489484E-07                     
+AR WUHN 2009  4  1  6 40  0.000000  1   -0.427060836119E-07                     
+AR YSSK 2009  4  1  6 40  0.000000  1   -0.711780189966E-07                     
+AR ZIM2 2009  4  1  6 40  0.000000  1    0.204084801058E-07                     
+AR XMIS 2009  4  1  6 40  0.000000  1   -0.130268468715E-07                     
+AR GODZ 2009  4  1  6 40  0.000000  1   -0.469122286365E-03                     
+AR MTKA 2009  4  1  6 40  0.000000  1   -0.908071886786E-07                     
+AR TIXJ 2009  4  1  6 40  0.000000  1    0.433722479974E-03                     
+AR PARK 2009  4  1  6 40  0.000000  1    0.804896683759E-06                     
+AR UNBJ 2009  4  1  6 40  0.000000  1   -0.182302172801E-03                     
+AR NOVM 2009  4  1  6 40  0.000000  1    0.798332420965E-04                     
+AR SUNM 2009  4  1  6 40  0.000000  1    0.365400627256E-03                     
+AR CEBR 2009  4  1  6 40  0.000000  1    0.719431576758E-03                     
+AR CPXF 2009  4  1  6 40  0.000000  1    0.850990795303E-08                     
+AR IDDR 2009  4  1  6 40  0.000000  1    0.131656294553E-07                     
+AR AZGB 2009  4  1  6 40  0.000000  1    0.188711201636E-03                     
+AR TN22 2009  4  1  6 40  0.000000  1    0.322898144674E-03                     
+AR ETAD 2009  4  1  6 40  0.000000  1    0.269380389076E-07                     
+AR ILHA 2009  4  1  6 40  0.000000  1   -0.766575414090E-08                     
+AR POVE 2009  4  1  6 40  0.000000  1   -0.856599997905E-08                     
+AR RECF 2009  4  1  6 40  0.000000  1    0.232342873784E-07                     
+AR SALU 2009  4  1  6 40  0.000000  1    0.238961985302E-07                     
+AR SAVO 2009  4  1  6 40  0.000000  1    0.235675912797E-07                     
+AR UFPR 2009  4  1  6 40  0.000000  1    0.244812870320E-07                     
+AR YELL 2009  4  1  6 40  0.000000  1    0.238800000000E-06                     
+AS G32  2009  4  1  6 45  0.000000  1    0.280270514936E-03                     
+AS G24  2009  4  1  6 45  0.000000  1    0.177774070715E-03                     
+AS G25  2009  4  1  6 45  0.000000  1    0.334118087321E-03                     
+AS G26  2009  4  1  6 45  0.000000  1    0.544154192449E-04                     
+AS G27  2009  4  1  6 45  0.000000  1    0.370690743223E-04                     
+AS G30  2009  4  1  6 45  0.000000  1    0.136212641426E-03                     
+AS G03  2009  4  1  6 45  0.000000  1    0.373371065252E-03                     
+AS G04  2009  4  1  6 45  0.000000  1   -0.344263818271E-04                     
+AS G06  2009  4  1  6 45  0.000000  1    0.598775724537E-04                     
+AS G08  2009  4  1  6 45  0.000000  1   -0.196517623090E-03                     
+AS G09  2009  4  1  6 45  0.000000  1    0.484192963795E-04                     
+AS G10  2009  4  1  6 45  0.000000  1   -0.136175681086E-04                     
+AS G14  2009  4  1  6 45  0.000000  1   -0.132502345413E-03                     
+AS G13  2009  4  1  6 45  0.000000  1    0.293242547809E-03                     
+AS G28  2009  4  1  6 45  0.000000  1   -0.238286025476E-04                     
+AS G21  2009  4  1  6 45  0.000000  1    0.215621252764E-04                     
+AS G11  2009  4  1  6 45  0.000000  1    0.277443570088E-05                     
+AS G22  2009  4  1  6 45  0.000000  1    0.202438486768E-03                     
+AS G20  2009  4  1  6 45  0.000000  1    0.865776035654E-04                     
+AS G18  2009  4  1  6 45  0.000000  1   -0.695880702937E-04                     
+AS G16  2009  4  1  6 45  0.000000  1    0.630563667038E-04                     
+AS G19  2009  4  1  6 45  0.000000  1    0.293735123041E-04                     
+AS G23  2009  4  1  6 45  0.000000  1    0.388980095537E-03                     
+AS G02  2009  4  1  6 45  0.000000  1    0.153938985527E-03                     
+AS G31  2009  4  1  6 45  0.000000  1   -0.564522099618E-04                     
+AS G17  2009  4  1  6 45  0.000000  1    0.524094353052E-04                     
+AS G12  2009  4  1  6 45  0.000000  1   -0.299612481551E-03                     
+AS G15  2009  4  1  6 45  0.000000  1   -0.275924462110E-03                     
+AS G29  2009  4  1  6 45  0.000000  1    0.477732621532E-05                     
+AS G07  2009  4  1  6 45  0.000000  1    0.209886872887E-04                     
+AS R02  2009  4  1  6 45  0.000000  1    0.207123015493E-04                     
+AS R03  2009  4  1  6 45  0.000000  1   -0.342238159294E-04                     
+AS R04  2009  4  1  6 45  0.000000  1    0.639578280721E-04                     
+AS R06  2009  4  1  6 45  0.000000  1   -0.169239991398E-03                     
+AS R07  2009  4  1  6 45  0.000000  1   -0.892375244621E-04                     
+AS R08  2009  4  1  6 45  0.000000  1   -0.102012410166E-03                     
+AS R10  2009  4  1  6 45  0.000000  1   -0.140850390936E-03                     
+AS R11  2009  4  1  6 45  0.000000  1   -0.926100512783E-04                     
+AS R13  2009  4  1  6 45  0.000000  1   -0.230620884062E-03                     
+AS R14  2009  4  1  6 45  0.000000  1   -0.796669269357E-04                     
+AS R15  2009  4  1  6 45  0.000000  1    0.920912557697E-04                     
+AS R17  2009  4  1  6 45  0.000000  1   -0.261248086964E-03                     
+AS R18  2009  4  1  6 45  0.000000  1   -0.134214090368E-05                     
+AS R19  2009  4  1  6 45  0.000000  1   -0.894038203563E-04                     
+AS R20  2009  4  1  6 45  0.000000  1   -0.650095467587E-04                     
+AS R21  2009  4  1  6 45  0.000000  1   -0.143316838679E-03                     
+AS R22  2009  4  1  6 45  0.000000  1   -0.201527159212E-03                     
+AS R23  2009  4  1  6 45  0.000000  1   -0.200400657133E-03                     
+AR ALGO 2009  4  1  6 45  0.000000  1    0.806580126306E-04                     
+AR ALIC 2009  4  1  6 45  0.000000  1   -0.265296311216E-08                     
+AR AMC2 2009  4  1  6 45  0.000000  1    0.153451108001E-08                     
+AR ANKR 2009  4  1  6 45  0.000000  1   -0.119462996618E-03                     
+AR ARTU 2009  4  1  6 45  0.000000  1   -0.600934501643E-07                     
+AR ASPA 2009  4  1  6 45  0.000000  1    0.216928252375E-07                     
+AR BHR1 2009  4  1  6 45  0.000000  1    0.563382708235E-03                     
+AR BARH 2009  4  1  6 45  0.000000  1    0.465188366725E-08                     
+AR BJFS 2009  4  1  6 45  0.000000  1   -0.377843384102E-07                     
+AR BOGT 2009  4  1  6 45  0.000000  1   -0.502210927333E-07                     
+AR BRMU 2009  4  1  6 45  0.000000  1   -0.391066234302E-03                     
+AR CAGZ 2009  4  1  6 45  0.000000  1   -0.305413419735E-03                     
+AR CAS1 2009  4  1  6 45  0.000000  1    0.356037094499E-08                     
+AR CHAT 2009  4  1  6 45  0.000000  1   -0.778545032856E-07                     
+AR CHPI 2009  4  1  6 45  0.000000  1   -0.508224304956E-07                     
+AR COCO 2009  4  1  6 45  0.000000  1    0.227636013813E-03                     
+AR CONZ 2009  4  1  6 45  0.000000  1   -0.121251914046E-03                     
+AR CRAR 2009  4  1  6 45  0.000000  1    0.496964714916E-03                     
+AR CRO1 2009  4  1  6 45  0.000000  1    0.665103778430E-03                     
+AR DAEJ 2009  4  1  6 45  0.000000  1   -0.196587604023E-03                     
+AR DARW 2009  4  1  6 45  0.000000  1   -0.446800867569E-09                     
+AR DGAR 2009  4  1  6 45  0.000000  1   -0.943812634100E-07                     
+AR DRAO 2009  4  1  6 45  0.000000  1    0.112056463174E-03                     
+AR FAA1 2009  4  1  6 45  0.000000  1   -0.967829423013E-08                     
+AR FAIR 2009  4  1  6 45  0.000000  1   -0.635762130262E-07                     
+AR GLPS 2009  4  1  6 45  0.000000  1   -0.609965780894E-07                     
+AR GUAM 2009  4  1  6 45  0.000000  1   -0.797833098852E-07                     
+AR GUAT 2009  4  1  6 45  0.000000  1   -0.680965650715E-09                     
+AR HOB2 2009  4  1  6 45  0.000000  1    0.865661218671E-07                     
+AR HOFN 2009  4  1  6 45  0.000000  1    0.490552988833E-03                     
+AR HOLM 2009  4  1  6 45  0.000000  1   -0.507745220108E-07                     
+AR HRAO 2009  4  1  6 45  0.000000  1    0.849459074959E-03                     
+AR HYDE 2009  4  1  6 45  0.000000  1    0.671714487710E-09                     
+AR IRKJ 2009  4  1  6 45  0.000000  1    0.163746736187E-03                     
+AR ISPA 2009  4  1  6 45  0.000000  1   -0.569915259256E-07                     
+AR KARR 2009  4  1  6 45  0.000000  1   -0.757105217659E-07                     
+AR KERG 2009  4  1  6 45  0.000000  1    0.817207358159E-03                     
+AR KHAJ 2009  4  1  6 45  0.000000  1   -0.150803344361E-05                     
+AR KIR0 2009  4  1  6 45  0.000000  1    0.283543859867E-03                     
+AR KIRU 2009  4  1  6 45  0.000000  1    0.591402844417E-03                     
+AR KIT3 2009  4  1  6 45  0.000000  1    0.193709789650E-07                     
+AR KOUR 2009  4  1  6 45  0.000000  1    0.125013884147E-03                     
+AR KUNM 2009  4  1  6 45  0.000000  1    0.584781877336E-08                     
+AR LHAZ 2009  4  1  6 45  0.000000  1   -0.354687274183E-03                     
+AR MAL2 2009  4  1  6 45  0.000000  1   -0.131722930762E-07                     
+AR MAS1 2009  4  1  6 45  0.000000  1   -0.101607373768E-03                     
+AR MAW1 2009  4  1  6 45  0.000000  1    0.148827687631E-08                     
+AR MCIL 2009  4  1  6 45  0.000000  1    0.381961442319E-07                     
+AR MCM4 2009  4  1  6 45  0.000000  1   -0.586122863595E-07                     
+AR MDO1 2009  4  1  6 45  0.000000  1   -0.377215099028E-07                     
+AR MDVJ 2009  4  1  6 45  0.000000  1    0.438552716099E-03                     
+AR MKEA 2009  4  1  6 45  0.000000  1   -0.731548147763E-07                     
+AR MOBS 2009  4  1  6 45  0.000000  1   -0.281511566491E-08                     
+AR NANO 2009  4  1  6 45  0.000000  1    0.861210105349E-08                     
+AR NLIB 2009  4  1  6 45  0.000000  1   -0.117333963086E-06                     
+AR NNOR 2009  4  1  6 45  0.000000  1    0.365796910232E-03                     
+AR NRC1 2009  4  1  6 45  0.000000  1   -0.448748618253E-05                     
+AR NRIL 2009  4  1  6 45  0.000000  1   -0.460707040493E-07                     
+AR NRMD 2009  4  1  6 45  0.000000  1    0.239808866392E-07                     
+AR NTUS 2009  4  1  6 45  0.000000  1    0.152279871363E-08                     
+AR NYAL 2009  4  1  6 45  0.000000  1    0.935238603182E-07                     
+AR OHI3 2009  4  1  6 45  0.000000  1   -0.470582531706E-03                     
+AR ONSA 2009  4  1  6 45  0.000000  1   -0.324752839119E-04                     
+AR PDEL 2009  4  1  6 45  0.000000  1    0.137026587400E-08                     
+AR PERT 2009  4  1  6 45  0.000000  1   -0.724566817813E-07                     
+AR PETP 2009  4  1  6 45  0.000000  1   -0.684143707401E-07                     
+AR PIMO 2009  4  1  6 45  0.000000  1   -0.768165137037E-07                     
+AR QAQ1 2009  4  1  6 45  0.000000  1   -0.526541912086E-07                     
+AR QUIN 2009  4  1  6 45  0.000000  1   -0.467161227058E-07                     
+AR RABT 2009  4  1  6 45  0.000000  1   -0.538875873333E-07                     
+AR RAMO 2009  4  1  6 45  0.000000  1    0.948204890961E-07                     
+AR RCMN 2009  4  1  6 45  0.000000  1    0.642892742514E-08                     
+AR REDU 2009  4  1  6 45  0.000000  1   -0.529781521124E-07                     
+AR REUN 2009  4  1  6 45  0.000000  1    0.204365822399E-07                     
+AR REYK 2009  4  1  6 45  0.000000  1   -0.382727627484E-03                     
+AR SCH2 2009  4  1  6 45  0.000000  1    0.187982421009E-03                     
+AR SCUB 2009  4  1  6 45  0.000000  1   -0.645640747684E-07                     
+AR STJO 2009  4  1  6 45  0.000000  1   -0.702269272549E-05                     
+AR SYDN 2009  4  1  6 45  0.000000  1    0.141119204026E-05                     
+AR SYOG 2009  4  1  6 45  0.000000  1    0.140083743211E-04                     
+AR THU2 2009  4  1  6 45  0.000000  1   -0.403627358128E-03                     
+AR TOW2 2009  4  1  6 45  0.000000  1    0.903909590215E-09                     
+AR URUM 2009  4  1  6 45  0.000000  1   -0.406900541322E-03                     
+AR VESL 2009  4  1  6 45  0.000000  1    0.205684690769E-03                     
+AR VILL 2009  4  1  6 45  0.000000  1   -0.612479575803E-07                     
+AR WTZR 2009  4  1  6 45  0.000000  1    0.446543618437E-07                     
+AR WUHN 2009  4  1  6 45  0.000000  1   -0.421893826969E-07                     
+AR YSSK 2009  4  1  6 45  0.000000  1   -0.711074271365E-07                     
+AR ZIM2 2009  4  1  6 45  0.000000  1    0.213634350640E-07                     
+AR XMIS 2009  4  1  6 45  0.000000  1   -0.906981210418E-08                     
+AR GODZ 2009  4  1  6 45  0.000000  1   -0.469122255614E-03                     
+AR MTKA 2009  4  1  6 45  0.000000  1   -0.907853850122E-07                     
+AR TIXJ 2009  4  1  6 45  0.000000  1    0.428908841756E-03                     
+AR PARK 2009  4  1  6 45  0.000000  1    0.805016029000E-06                     
+AR UNBJ 2009  4  1  6 45  0.000000  1   -0.254061891469E-03                     
+AR NOVM 2009  4  1  6 45  0.000000  1    0.798332331909E-04                     
+AR SUNM 2009  4  1  6 45  0.000000  1    0.209312494312E-03                     
+AR CEBR 2009  4  1  6 45  0.000000  1    0.719431572579E-03                     
+AR CPXF 2009  4  1  6 45  0.000000  1    0.114014749690E-07                     
+AR IDDR 2009  4  1  6 45  0.000000  1    0.143530703717E-07                     
+AR AZGB 2009  4  1  6 45  0.000000  1    0.494009967244E-04                     
+AR TN22 2009  4  1  6 45  0.000000  1    0.247643868839E-03                     
+AR ETAD 2009  4  1  6 45  0.000000  1    0.284871199001E-07                     
+AR ILHA 2009  4  1  6 45  0.000000  1   -0.382333579722E-08                     
+AR POVE 2009  4  1  6 45  0.000000  1   -0.889641968069E-08                     
+AR RECF 2009  4  1  6 45  0.000000  1    0.213075578729E-07                     
+AR SALU 2009  4  1  6 45  0.000000  1    0.255447823095E-07                     
+AR SAVO 2009  4  1  6 45  0.000000  1    0.221560608342E-07                     
+AR UFPR 2009  4  1  6 45  0.000000  1    0.240695736990E-07                     
+AR YELL 2009  4  1  6 45  0.000000  1    0.238870000000E-06                     
+AS G32  2009  4  1  6 50  0.000000  1    0.280269069828E-03                     
+AS G24  2009  4  1  6 50  0.000000  1    0.177775483635E-03                     
+AS G25  2009  4  1  6 50  0.000000  1    0.334124621646E-03                     
+AS G26  2009  4  1  6 50  0.000000  1    0.544157258713E-04                     
+AS G27  2009  4  1  6 50  0.000000  1    0.370705690742E-04                     
+AS G30  2009  4  1  6 50  0.000000  1    0.136213389983E-03                     
+AS G03  2009  4  1  6 50  0.000000  1    0.373371867975E-03                     
+AS G04  2009  4  1  6 50  0.000000  1   -0.344306134526E-04                     
+AS G06  2009  4  1  6 50  0.000000  1    0.598829011337E-04                     
+AS G08  2009  4  1  6 50  0.000000  1   -0.196517588890E-03                     
+AS G09  2009  4  1  6 50  0.000000  1    0.484198424452E-04                     
+AS G10  2009  4  1  6 50  0.000000  1   -0.136178978168E-04                     
+AS G14  2009  4  1  6 50  0.000000  1   -0.132500616315E-03                     
+AS G13  2009  4  1  6 50  0.000000  1    0.293242904039E-03                     
+AS G28  2009  4  1  6 50  0.000000  1   -0.238290130152E-04                     
+AS G21  2009  4  1  6 50  0.000000  1    0.215613355254E-04                     
+AS G11  2009  4  1  6 50  0.000000  1    0.277400255193E-05                     
+AS G22  2009  4  1  6 50  0.000000  1    0.202437970881E-03                     
+AS G20  2009  4  1  6 50  0.000000  1    0.865772671277E-04                     
+AS G18  2009  4  1  6 50  0.000000  1   -0.695868226838E-04                     
+AS G16  2009  4  1  6 50  0.000000  1    0.630555108897E-04                     
+AS G19  2009  4  1  6 50  0.000000  1    0.293733409955E-04                     
+AS G23  2009  4  1  6 50  0.000000  1    0.388980119967E-03                     
+AS G02  2009  4  1  6 50  0.000000  1    0.153938992992E-03                     
+AS G31  2009  4  1  6 50  0.000000  1   -0.564525775137E-04                     
+AS G17  2009  4  1  6 50  0.000000  1    0.524098896596E-04                     
+AS G12  2009  4  1  6 50  0.000000  1   -0.299610927005E-03                     
+AS G15  2009  4  1  6 50  0.000000  1   -0.275925790020E-03                     
+AS G29  2009  4  1  6 50  0.000000  1    0.477854538787E-05                     
+AS G07  2009  4  1  6 50  0.000000  1    0.209887226221E-04                     
+AS R02  2009  4  1  6 50  0.000000  1    0.207114770437E-04                     
+AS R03  2009  4  1  6 50  0.000000  1   -0.342252204665E-04                     
+AS R04  2009  4  1  6 50  0.000000  1    0.639559278119E-04                     
+AS R06  2009  4  1  6 50  0.000000  1   -0.169238532626E-03                     
+AS R07  2009  4  1  6 50  0.000000  1   -0.892359409740E-04                     
+AS R08  2009  4  1  6 50  0.000000  1   -0.102012392494E-03                     
+AS R10  2009  4  1  6 50  0.000000  1   -0.140850248641E-03                     
+AS R11  2009  4  1  6 50  0.000000  1   -0.926102959234E-04                     
+AS R13  2009  4  1  6 50  0.000000  1   -0.230621319471E-03                     
+AS R14  2009  4  1  6 50  0.000000  1   -0.796665138371E-04                     
+AS R15  2009  4  1  6 50  0.000000  1    0.920914442037E-04                     
+AS R17  2009  4  1  6 50  0.000000  1   -0.261248623193E-03                     
+AS R18  2009  4  1  6 50  0.000000  1   -0.134225794950E-05                     
+AS R19  2009  4  1  6 50  0.000000  1   -0.894040648386E-04                     
+AS R20  2009  4  1  6 50  0.000000  1   -0.650097901084E-04                     
+AS R21  2009  4  1  6 50  0.000000  1   -0.143317332764E-03                     
+AS R22  2009  4  1  6 50  0.000000  1   -0.201528040052E-03                     
+AS R23  2009  4  1  6 50  0.000000  1   -0.200399116228E-03                     
+AR ALGO 2009  4  1  6 50  0.000000  1    0.806622496748E-04                     
+AR ALIC 2009  4  1  6 50  0.000000  1   -0.455659864851E-09                     
+AR AMC2 2009  4  1  6 50  0.000000  1    0.153366658678E-08                     
+AR ANKR 2009  4  1  6 50  0.000000  1   -0.516646320410E-04                     
+AR ARTU 2009  4  1  6 50  0.000000  1   -0.601736224676E-07                     
+AR ASPA 2009  4  1  6 50  0.000000  1    0.213188455405E-07                     
+AR BHR1 2009  4  1  6 50  0.000000  1    0.563382944450E-03                     
+AR BARH 2009  4  1  6 50  0.000000  1    0.890208840692E-08                     
+AR BJFS 2009  4  1  6 50  0.000000  1   -0.361726582055E-07                     
+AR BOGT 2009  4  1  6 50  0.000000  1   -0.505284991529E-07                     
+AR BRMU 2009  4  1  6 50  0.000000  1    0.106550451326E-03                     
+AR CAGZ 2009  4  1  6 50  0.000000  1   -0.817962036973E-04                     
+AR CAS1 2009  4  1  6 50  0.000000  1   -0.913759904050E-09                     
+AR CHAT 2009  4  1  6 50  0.000000  1   -0.771683496660E-07                     
+AR CHPI 2009  4  1  6 50  0.000000  1   -0.480546228279E-07                     
+AR COCO 2009  4  1  6 50  0.000000  1    0.227635470449E-03                     
+AR CONZ 2009  4  1  6 50  0.000000  1   -0.253927178925E-03                     
+AR CRAR 2009  4  1  6 50  0.000000  1    0.471732595323E-03                     
+AR CRO1 2009  4  1  6 50  0.000000  1    0.665103794742E-03                     
+AR DAEJ 2009  4  1  6 50  0.000000  1   -0.196586534690E-03                     
+AR DARW 2009  4  1  6 50  0.000000  1   -0.189983507718E-08                     
+AR DGAR 2009  4  1  6 50  0.000000  1   -0.939650474915E-07                     
+AR DRAO 2009  4  1  6 50  0.000000  1    0.112093200897E-03                     
+AR FAA1 2009  4  1  6 50  0.000000  1   -0.974785646149E-08                     
+AR FAIR 2009  4  1  6 50  0.000000  1   -0.617639045242E-07                     
+AR GLPS 2009  4  1  6 50  0.000000  1   -0.604330931636E-07                     
+AR GUAM 2009  4  1  6 50  0.000000  1   -0.782047555619E-07                     
+AR GUAT 2009  4  1  6 50  0.000000  1   -0.104843572236E-08                     
+AR HOB2 2009  4  1  6 50  0.000000  1    0.865762229666E-07                     
+AR HOFN 2009  4  1  6 50  0.000000  1   -0.431506236715E-03                     
+AR HOLM 2009  4  1  6 50  0.000000  1   -0.473328909862E-07                     
+AR HRAO 2009  4  1  6 50  0.000000  1    0.849459154237E-03                     
+AR HYDE 2009  4  1  6 50  0.000000  1   -0.147534688422E-08                     
+AR IRKJ 2009  4  1  6 50  0.000000  1    0.163746752897E-03                     
+AR ISPA 2009  4  1  6 50  0.000000  1   -0.560031168686E-07                     
+AR KARR 2009  4  1  6 50  0.000000  1   -0.716818180947E-07                     
+AR KERG 2009  4  1  6 50  0.000000  1    0.817212570210E-03                     
+AR KHAJ 2009  4  1  6 50  0.000000  1   -0.150800254667E-05                     
+AR KIR0 2009  4  1  6 50  0.000000  1    0.283536931959E-03                     
+AR KIRU 2009  4  1  6 50  0.000000  1    0.591413259198E-03                     
+AR KIT3 2009  4  1  6 50  0.000000  1    0.732853084420E-08                     
+AR KOUR 2009  4  1  6 50  0.000000  1    0.125013897702E-03                     
+AR KUNM 2009  4  1  6 50  0.000000  1   -0.119817842496E-08                     
+AR LHAZ 2009  4  1  6 50  0.000000  1   -0.331530949418E-03                     
+AR MAL2 2009  4  1  6 50  0.000000  1   -0.226795044219E-07                     
+AR MAS1 2009  4  1  6 50  0.000000  1   -0.101607242331E-03                     
+AR MAW1 2009  4  1  6 50  0.000000  1    0.167642025707E-08                     
+AR MCIL 2009  4  1  6 50  0.000000  1    0.368539525087E-07                     
+AR MCM4 2009  4  1  6 50  0.000000  1   -0.584043005043E-07                     
+AR MDO1 2009  4  1  6 50  0.000000  1   -0.357535452002E-07                     
+AR MDVJ 2009  4  1  6 50  0.000000  1    0.438552717096E-03                     
+AR MKEA 2009  4  1  6 50  0.000000  1   -0.717823899685E-07                     
+AR MOBS 2009  4  1  6 50  0.000000  1   -0.145603094803E-08                     
+AR NANO 2009  4  1  6 50  0.000000  1    0.776051582876E-08                     
+AR NLIB 2009  4  1  6 50  0.000000  1   -0.117338582400E-06                     
+AR NNOR 2009  4  1  6 50  0.000000  1    0.365796666538E-03                     
+AR NRC1 2009  4  1  6 50  0.000000  1   -0.448745054993E-05                     
+AR NRIL 2009  4  1  6 50  0.000000  1   -0.476833319518E-07                     
+AR NRMD 2009  4  1  6 50  0.000000  1    0.236962882256E-07                     
+AR NTUS 2009  4  1  6 50  0.000000  1    0.189451655816E-08                     
+AR NYAL 2009  4  1  6 50  0.000000  1    0.935507638264E-07                     
+AR OHI3 2009  4  1  6 50  0.000000  1   -0.372713106578E-03                     
+AR ONSA 2009  4  1  6 50  0.000000  1   -0.324753391053E-04                     
+AR PDEL 2009  4  1  6 50  0.000000  1   -0.146644638319E-09                     
+AR PERT 2009  4  1  6 50  0.000000  1   -0.730982173290E-07                     
+AR PETP 2009  4  1  6 50  0.000000  1   -0.692820143805E-07                     
+AR PIMO 2009  4  1  6 50  0.000000  1   -0.824187587756E-07                     
+AR QAQ1 2009  4  1  6 50  0.000000  1   -0.539858552798E-07                     
+AR QUIN 2009  4  1  6 50  0.000000  1   -0.424227305412E-07                     
+AR RABT 2009  4  1  6 50  0.000000  1   -0.483472113720E-07                     
+AR RAMO 2009  4  1  6 50  0.000000  1    0.856162483891E-07                     
+AR RCMN 2009  4  1  6 50  0.000000  1    0.736998366415E-08                     
+AR REDU 2009  4  1  6 50  0.000000  1   -0.531731078953E-07                     
+AR REUN 2009  4  1  6 50  0.000000  1    0.206558831612E-07                     
+AR REYK 2009  4  1  6 50  0.000000  1   -0.360512067295E-03                     
+AR SCH2 2009  4  1  6 50  0.000000  1    0.187997200398E-03                     
+AR SCUB 2009  4  1  6 50  0.000000  1   -0.664317171774E-07                     
+AR STJO 2009  4  1  6 50  0.000000  1   -0.702299202513E-05                     
+AR SYDN 2009  4  1  6 50  0.000000  1    0.141128254578E-05                     
+AR SYOG 2009  4  1  6 50  0.000000  1    0.140084960868E-04                     
+AR THU2 2009  4  1  6 50  0.000000  1   -0.405629435333E-03                     
+AR TOW2 2009  4  1  6 50  0.000000  1    0.127245569516E-08                     
+AR URUM 2009  4  1  6 50  0.000000  1   -0.483500139588E-03                     
+AR VESL 2009  4  1  6 50  0.000000  1    0.244112079083E-03                     
+AR VILL 2009  4  1  6 50  0.000000  1   -0.604356238211E-07                     
+AR WTZR 2009  4  1  6 50  0.000000  1    0.446552874581E-07                     
+AR WUHN 2009  4  1  6 50  0.000000  1   -0.399716284126E-07                     
+AR YSSK 2009  4  1  6 50  0.000000  1   -0.725869816911E-07                     
+AR ZIM2 2009  4  1  6 50  0.000000  1    0.213930393159E-07                     
+AR XMIS 2009  4  1  6 50  0.000000  1   -0.668511463934E-08                     
+AR GODZ 2009  4  1  6 50  0.000000  1   -0.469122218498E-03                     
+AR MTKA 2009  4  1  6 50  0.000000  1   -0.955809817425E-07                     
+AR TIXJ 2009  4  1  6 50  0.000000  1    0.424041288170E-03                     
+AR PARK 2009  4  1  6 50  0.000000  1    0.804860408212E-06                     
+AR UNBJ 2009  4  1  6 50  0.000000  1   -0.325923487942E-03                     
+AR NOVM 2009  4  1  6 50  0.000000  1    0.798332100758E-04                     
+AR SUNM 2009  4  1  6 50  0.000000  1    0.529586317157E-04                     
+AR CEBR 2009  4  1  6 50  0.000000  1    0.719431568791E-03                     
+AR CPXF 2009  4  1  6 50  0.000000  1    0.128305908560E-07                     
+AR IDDR 2009  4  1  6 50  0.000000  1    0.153453167372E-07                     
+AR AZGB 2009  4  1  6 50  0.000000  1   -0.898894918233E-04                     
+AR TN22 2009  4  1  6 50  0.000000  1    0.172302693145E-03                     
+AR ETAD 2009  4  1  6 50  0.000000  1    0.193029760064E-07                     
+AR ILHA 2009  4  1  6 50  0.000000  1   -0.207896835370E-08                     
+AR POVE 2009  4  1  6 50  0.000000  1   -0.761005029399E-08                     
+AR RECF 2009  4  1  6 50  0.000000  1    0.199959978832E-07                     
+AR SALU 2009  4  1  6 50  0.000000  1    0.240739357108E-07                     
+AR SAVO 2009  4  1  6 50  0.000000  1    0.216592082432E-07                     
+AR UFPR 2009  4  1  6 50  0.000000  1    0.248748286644E-07                     
+AR YELL 2009  4  1  6 50  0.000000  1    0.238941000000E-06                     
+AS G32  2009  4  1  6 55  0.000000  1    0.280267732486E-03                     
+AS G24  2009  4  1  6 55  0.000000  1    0.177776331989E-03                     
+AS G25  2009  4  1  6 55  0.000000  1    0.334131299850E-03                     
+AS G26  2009  4  1  6 55  0.000000  1    0.544162449948E-04                     
+AS G27  2009  4  1  6 55  0.000000  1    0.370714306548E-04                     
+AS G30  2009  4  1  6 55  0.000000  1    0.136213011372E-03                     
+AS G03  2009  4  1  6 55  0.000000  1    0.373373413513E-03                     
+AS G04  2009  4  1  6 55  0.000000  1   -0.344348207542E-04                     
+AS G06  2009  4  1  6 55  0.000000  1    0.598882182712E-04                     
+AS G08  2009  4  1  6 55  0.000000  1   -0.196518075708E-03                     
+AS G09  2009  4  1  6 55  0.000000  1    0.484196186590E-04                     
+AS G10  2009  4  1  6 55  0.000000  1   -0.136181053871E-04                     
+AS G14  2009  4  1  6 55  0.000000  1   -0.132498858079E-03                     
+AS G13  2009  4  1  6 55  0.000000  1    0.293243106804E-03                     
+AS G28  2009  4  1  6 55  0.000000  1   -0.238289969282E-04                     
+AS G21  2009  4  1  6 55  0.000000  1    0.215606632444E-04                     
+AS G11  2009  4  1  6 55  0.000000  1    0.277374895645E-05                     
+AS G22  2009  4  1  6 55  0.000000  1    0.202437888286E-03                     
+AS G20  2009  4  1  6 55  0.000000  1    0.865770857727E-04                     
+AS G18  2009  4  1  6 55  0.000000  1   -0.695854979803E-04                     
+AS G16  2009  4  1  6 55  0.000000  1    0.630547964926E-04                     
+AS G19  2009  4  1  6 55  0.000000  1    0.293731090164E-04                     
+AS G23  2009  4  1  6 55  0.000000  1    0.388980407878E-03                     
+AS G02  2009  4  1  6 55  0.000000  1    0.153938742007E-03                     
+AS G31  2009  4  1  6 55  0.000000  1   -0.564527622223E-04                     
+AS G17  2009  4  1  6 55  0.000000  1    0.524103879011E-04                     
+AS G12  2009  4  1  6 55  0.000000  1   -0.299609567819E-03                     
+AS G15  2009  4  1  6 55  0.000000  1   -0.275927108166E-03                     
+AS G29  2009  4  1  6 55  0.000000  1    0.477985788690E-05                     
+AS G07  2009  4  1  6 55  0.000000  1    0.209885085946E-04                     
+AS R02  2009  4  1  6 55  0.000000  1    0.207104636325E-04                     
+AS R03  2009  4  1  6 55  0.000000  1   -0.342269336944E-04                     
+AS R04  2009  4  1  6 55  0.000000  1    0.639536498811E-04                     
+AS R06  2009  4  1  6 55  0.000000  1   -0.169240150313E-03                     
+AS R07  2009  4  1  6 55  0.000000  1   -0.892348258891E-04                     
+AS R08  2009  4  1  6 55  0.000000  1   -0.102012070851E-03                     
+AS R10  2009  4  1  6 55  0.000000  1   -0.140849945040E-03                     
+AS R11  2009  4  1  6 55  0.000000  1   -0.926107469451E-04                     
+AS R13  2009  4  1  6 55  0.000000  1   -0.230621780955E-03                     
+AS R14  2009  4  1  6 55  0.000000  1   -0.796660917981E-04                     
+AS R15  2009  4  1  6 55  0.000000  1    0.920918897507E-04                     
+AS R17  2009  4  1  6 55  0.000000  1   -0.261248918032E-03                     
+AS R18  2009  4  1  6 55  0.000000  1   -0.134233611945E-05                     
+AS R19  2009  4  1  6 55  0.000000  1   -0.894043558948E-04                     
+AS R20  2009  4  1  6 55  0.000000  1   -0.650096185361E-04                     
+AS R21  2009  4  1  6 55  0.000000  1   -0.143317832487E-03                     
+AS R22  2009  4  1  6 55  0.000000  1   -0.201528871102E-03                     
+AS R23  2009  4  1  6 55  0.000000  1   -0.200396642976E-03                     
+AR ALGO 2009  4  1  6 55  0.000000  1    0.806664818509E-04                     
+AR ALIC 2009  4  1  6 55  0.000000  1    0.183805608218E-10                     
+AR AMC2 2009  4  1  6 55  0.000000  1    0.154507736904E-08                     
+AR ANKR 2009  4  1  6 55  0.000000  1    0.159056614642E-04                     
+AR ARTU 2009  4  1  6 55  0.000000  1   -0.611070145490E-07                     
+AR ASPA 2009  4  1  6 55  0.000000  1    0.216197359668E-07                     
+AR BHR1 2009  4  1  6 55  0.000000  1    0.563383171053E-03                     
+AR BARH 2009  4  1  6 55  0.000000  1    0.629541725855E-08                     
+AR BJFS 2009  4  1  6 55  0.000000  1   -0.349444732593E-07                     
+AR BOGT 2009  4  1  6 55  0.000000  1   -0.502049150780E-07                     
+AR BRMU 2009  4  1  6 55  0.000000  1   -0.395747094434E-03                     
+AR CAGZ 2009  4  1  6 55  0.000000  1    0.141887122980E-03                     
+AR CAS1 2009  4  1  6 55  0.000000  1   -0.178670417619E-08                     
+AR CHAT 2009  4  1  6 55  0.000000  1   -0.755130712107E-07                     
+AR CHPI 2009  4  1  6 55  0.000000  1   -0.470109506010E-07                     
+AR COCO 2009  4  1  6 55  0.000000  1    0.227634904987E-03                     
+AR CONZ 2009  4  1  6 55  0.000000  1   -0.386409915875E-03                     
+AR CRAR 2009  4  1  6 55  0.000000  1    0.446470839625E-03                     
+AR CRO1 2009  4  1  6 55  0.000000  1    0.665103887507E-03                     
+AR DAEJ 2009  4  1  6 55  0.000000  1   -0.196586515274E-03                     
+AR DARW 2009  4  1  6 55  0.000000  1   -0.191444801043E-08                     
+AR DGAR 2009  4  1  6 55  0.000000  1   -0.957392341215E-07                     
+AR DRAO 2009  4  1  6 55  0.000000  1    0.112130097660E-03                     
+AR FAA1 2009  4  1  6 55  0.000000  1   -0.901246666897E-08                     
+AR FAIR 2009  4  1  6 55  0.000000  1   -0.586163447330E-07                     
+AR GLPS 2009  4  1  6 55  0.000000  1   -0.604006736352E-07                     
+AR GUAM 2009  4  1  6 55  0.000000  1   -0.776189720054E-07                     
+AR GUAT 2009  4  1  6 55  0.000000  1    0.952204008980E-10                     
+AR HOB2 2009  4  1  6 55  0.000000  1    0.866128152304E-07                     
+AR HOFN 2009  4  1  6 55  0.000000  1   -0.353571444980E-03                     
+AR HOLM 2009  4  1  6 55  0.000000  1   -0.449250496671E-07                     
+AR HRAO 2009  4  1  6 55  0.000000  1    0.849459265983E-03                     
+AR HYDE 2009  4  1  6 55  0.000000  1    0.739202991410E-09                     
+AR IRKJ 2009  4  1  6 55  0.000000  1    0.163746755476E-03                     
+AR ISPA 2009  4  1  6 55  0.000000  1   -0.553067797978E-07                     
+AR KARR 2009  4  1  6 55  0.000000  1   -0.729039527923E-07                     
+AR KERG 2009  4  1  6 55  0.000000  1    0.817218792085E-03                     
+AR KHAJ 2009  4  1  6 55  0.000000  1   -0.150797488915E-05                     
+AR KIR0 2009  4  1  6 55  0.000000  1    0.283530134062E-03                     
+AR KIRU 2009  4  1  6 55  0.000000  1    0.591415505545E-03                     
+AR KIT3 2009  4  1  6 55  0.000000  1   -0.398793960289E-09                     
+AR KOUR 2009  4  1  6 55  0.000000  1    0.125013933532E-03                     
+AR KUNM 2009  4  1  6 55  0.000000  1   -0.134260918651E-07                     
+AR LHAZ 2009  4  1  6 55  0.000000  1   -0.309153752175E-03                     
+AR MAL2 2009  4  1  6 55  0.000000  1   -0.163530931520E-07                     
+AR MAS1 2009  4  1  6 55  0.000000  1   -0.101607125287E-03                     
+AR MAW1 2009  4  1  6 55  0.000000  1    0.156323253943E-08                     
+AR MCIL 2009  4  1  6 55  0.000000  1    0.355830627967E-07                     
+AR MCM4 2009  4  1  6 55  0.000000  1   -0.577089953095E-07                     
+AR MDO1 2009  4  1  6 55  0.000000  1   -0.343502634991E-07                     
+AR MDVJ 2009  4  1  6 55  0.000000  1    0.438552735341E-03                     
+AR MKEA 2009  4  1  6 55  0.000000  1   -0.693810663465E-07                     
+AR MOBS 2009  4  1  6 55  0.000000  1   -0.246360149595E-08                     
+AR NANO 2009  4  1  6 55  0.000000  1    0.805105473086E-08                     
+AR NLIB 2009  4  1  6 55  0.000000  1   -0.117330331722E-06                     
+AR NNOR 2009  4  1  6 55  0.000000  1    0.365796984184E-03                     
+AR NRC1 2009  4  1  6 55  0.000000  1   -0.448741423394E-05                     
+AR NRIL 2009  4  1  6 55  0.000000  1   -0.499388251446E-07                     
+AR NRMD 2009  4  1  6 55  0.000000  1    0.253460360938E-07                     
+AR NTUS 2009  4  1  6 55  0.000000  1    0.128546738267E-08                     
+AR NYAL 2009  4  1  6 55  0.000000  1    0.935683784479E-07                     
+AR OHI3 2009  4  1  6 55  0.000000  1   -0.274507570663E-03                     
+AR ONSA 2009  4  1  6 55  0.000000  1   -0.324753607539E-04                     
+AR PDEL 2009  4  1  6 55  0.000000  1    0.827393176771E-09                     
+AR PERT 2009  4  1  6 55  0.000000  1   -0.727079345941E-07                     
+AR PETP 2009  4  1  6 55  0.000000  1   -0.713480595925E-07                     
+AR PIMO 2009  4  1  6 55  0.000000  1   -0.842583596521E-07                     
+AR QAQ1 2009  4  1  6 55  0.000000  1   -0.557863122025E-07                     
+AR QUIN 2009  4  1  6 55  0.000000  1   -0.422980809124E-07                     
+AR RABT 2009  4  1  6 55  0.000000  1   -0.481645981364E-07                     
+AR RAMO 2009  4  1  6 55  0.000000  1   -0.775306876335E-07                     
+AR RCMN 2009  4  1  6 55  0.000000  1    0.636831095415E-08                     
+AR REDU 2009  4  1  6 55  0.000000  1   -0.542838081505E-07                     
+AR REUN 2009  4  1  6 55  0.000000  1    0.179872619858E-07                     
+AR REYK 2009  4  1  6 55  0.000000  1   -0.338481853777E-03                     
+AR SCH2 2009  4  1  6 55  0.000000  1    0.188012008777E-03                     
+AR SCUB 2009  4  1  6 55  0.000000  1   -0.660459421551E-07                     
+AR STJO 2009  4  1  6 55  0.000000  1   -0.702326658348E-05                     
+AR SYDN 2009  4  1  6 55  0.000000  1    0.141133266541E-05                     
+AR SYOG 2009  4  1  6 55  0.000000  1    0.140088583957E-04                     
+AR THU2 2009  4  1  6 55  0.000000  1   -0.407631602189E-03                     
+AR TOW2 2009  4  1  6 55  0.000000  1    0.208051015454E-08                     
+AR URUM 2009  4  1  6 55  0.000000  1    0.439816145974E-03                     
+AR VESL 2009  4  1  6 55  0.000000  1    0.282573989566E-03                     
+AR VILL 2009  4  1  6 55  0.000000  1   -0.618901569402E-07                     
+AR WTZR 2009  4  1  6 55  0.000000  1    0.446856000886E-07                     
+AR WUHN 2009  4  1  6 55  0.000000  1   -0.533929097125E-07                     
+AR YSSK 2009  4  1  6 55  0.000000  1   -0.734746938631E-07                     
+AR ZIM2 2009  4  1  6 55  0.000000  1    0.221625453839E-07                     
+AR XMIS 2009  4  1  6 55  0.000000  1   -0.867611547165E-08                     
+AR GODZ 2009  4  1  6 55  0.000000  1   -0.469122185544E-03                     
+AR MTKA 2009  4  1  6 55  0.000000  1   -0.962499053410E-07                     
+AR TIXJ 2009  4  1  6 55  0.000000  1    0.419066202496E-03                     
+AR PARK 2009  4  1  6 55  0.000000  1    0.803816939292E-06                     
+AR UNBJ 2009  4  1  6 55  0.000000  1   -0.397847111231E-03                     
+AR NOVM 2009  4  1  6 55  0.000000  1    0.798332111749E-04                     
+AR SUNM 2009  4  1  6 55  0.000000  1   -0.103191892349E-03                     
+AR CEBR 2009  4  1  6 55  0.000000  1    0.719431593575E-03                     
+AR CPXF 2009  4  1  6 55  0.000000  1    0.144624942852E-07                     
+AR IDDR 2009  4  1  6 55  0.000000  1    0.134794653773E-07                     
+AR AZGB 2009  4  1  6 55  0.000000  1   -0.229176773297E-03                     
+AR TN22 2009  4  1  6 55  0.000000  1    0.967054919702E-04                     
+AR ETAD 2009  4  1  6 55  0.000000  1    0.273800686978E-07                     
+AR ILHA 2009  4  1  6 55  0.000000  1   -0.518653191376E-08                     
+AR POVE 2009  4  1  6 55  0.000000  1   -0.696155771628E-08                     
+AR RECF 2009  4  1  6 55  0.000000  1    0.209387516207E-07                     
+AR SALU 2009  4  1  6 55  0.000000  1    0.235805411201E-07                     
+AR SAVO 2009  4  1  6 55  0.000000  1    0.207505136485E-07                     
+AR UFPR 2009  4  1  6 55  0.000000  1    0.252924177693E-07                     
+AR YELL 2009  4  1  6 55  0.000000  1    0.239011000000E-06                     
+AS G32  2009  4  1  7  0  0.000000  1    0.280266243415E-03                     
+AS G24  2009  4  1  7  0  0.000000  1    0.177776541609E-03                     
+AS G25  2009  4  1  7  0  0.000000  1    0.334137822196E-03                     
+AS G26  2009  4  1  7  0  0.000000  1    0.544170186201E-04                     
+AS G27  2009  4  1  7  0  0.000000  1    0.370720428729E-04                     
+AS G30  2009  4  1  7  0  0.000000  1    0.136213429350E-03                     
+AS G03  2009  4  1  7  0  0.000000  1    0.373375027100E-03                     
+AS G04  2009  4  1  7  0  0.000000  1   -0.344393225358E-04                     
+AS G06  2009  4  1  7  0  0.000000  1    0.598935631998E-04                     
+AS G08  2009  4  1  7  0  0.000000  1   -0.196518367099E-03                     
+AS G09  2009  4  1  7  0  0.000000  1    0.484199380226E-04                     
+AS G10  2009  4  1  7  0  0.000000  1   -0.136181699328E-04                     
+AS G14  2009  4  1  7  0  0.000000  1   -0.132497117464E-03                     
+AS G13  2009  4  1  7  0  0.000000  1    0.293243475399E-03                     
+AS G28  2009  4  1  7  0  0.000000  1   -0.238289214328E-04                     
+AS G21  2009  4  1  7  0  0.000000  1    0.215601374228E-04                     
+AS G11  2009  4  1  7  0  0.000000  1    0.277329638662E-05                     
+AS G22  2009  4  1  7  0  0.000000  1    0.202437671818E-03                     
+AS G20  2009  4  1  7  0  0.000000  1    0.865767810691E-04                     
+AS G18  2009  4  1  7  0  0.000000  1   -0.695844423931E-04                     
+AS G16  2009  4  1  7  0  0.000000  1    0.630536934808E-04                     
+AS G19  2009  4  1  7  0  0.000000  1    0.293725837752E-04                     
+AS G23  2009  4  1  7  0  0.000000  1    0.388980520581E-03                     
+AS G02  2009  4  1  7  0  0.000000  1    0.153938754101E-03                     
+AS G31  2009  4  1  7  0  0.000000  1   -0.564529719503E-04                     
+AS G17  2009  4  1  7  0  0.000000  1    0.524108248344E-04                     
+AS G12  2009  4  1  7  0  0.000000  1   -0.299608261851E-03                     
+AS G15  2009  4  1  7  0  0.000000  1   -0.275928877893E-03                     
+AS G29  2009  4  1  7  0  0.000000  1    0.478095286053E-05                     
+AS G07  2009  4  1  7  0  0.000000  1    0.209882596655E-04                     
+AS R02  2009  4  1  7  0  0.000000  1    0.207093572649E-04                     
+AS R03  2009  4  1  7  0  0.000000  1   -0.342267314570E-04                     
+AS R04  2009  4  1  7  0  0.000000  1    0.639502237381E-04                     
+AS R06  2009  4  1  7  0  0.000000  1   -0.169241990948E-03                     
+AS R07  2009  4  1  7  0  0.000000  1   -0.892337687406E-04                     
+AS R08  2009  4  1  7  0  0.000000  1   -0.102011504557E-03                     
+AS R10  2009  4  1  7  0  0.000000  1   -0.140849509157E-03                     
+AS R11  2009  4  1  7  0  0.000000  1   -0.926112705438E-04                     
+AS R13  2009  4  1  7  0  0.000000  1   -0.230621865904E-03                     
+AS R14  2009  4  1  7  0  0.000000  1   -0.796649680473E-04                     
+AS R15  2009  4  1  7  0  0.000000  1    0.920924685957E-04                     
+AS R17  2009  4  1  7  0  0.000000  1   -0.261249417463E-03                     
+AS R18  2009  4  1  7  0  0.000000  1   -0.134265160957E-05                     
+AS R19  2009  4  1  7  0  0.000000  1   -0.894048332144E-04                     
+AS R20  2009  4  1  7  0  0.000000  1   -0.650106131220E-04                     
+AS R21  2009  4  1  7  0  0.000000  1   -0.143318234545E-03                     
+AS R22  2009  4  1  7  0  0.000000  1   -0.201529885363E-03                     
+AS R23  2009  4  1  7  0  0.000000  1   -0.200395550090E-03                     
+AR ALGO 2009  4  1  7  0  0.000000  1    0.806708136615E-04                     
+AR ALIC 2009  4  1  7  0  0.000000  1    0.345259778999E-09                     
+AR AMC2 2009  4  1  7  0  0.000000  1    0.155385343194E-08                     
+AR ANKR 2009  4  1  7  0  0.000000  1    0.832048792655E-04                     
+AR ARTU 2009  4  1  7  0  0.000000  1   -0.617710607050E-07                     
+AR ASPA 2009  4  1  7  0  0.000000  1    0.217147619603E-07                     
+AR BHR1 2009  4  1  7  0  0.000000  1    0.563383140923E-03                     
+AR BARH 2009  4  1  7  0  0.000000  1    0.493542855162E-08                     
+AR BJFS 2009  4  1  7  0  0.000000  1   -0.355149871243E-07                     
+AR BOGT 2009  4  1  7  0  0.000000  1   -0.503451131551E-07                     
+AR BRMU 2009  4  1  7  0  0.000000  1    0.101907332477E-03                     
+AR CAGZ 2009  4  1  7  0  0.000000  1    0.365601926628E-03                     
+AR CAS1 2009  4  1  7  0  0.000000  1    0.532899377681E-09                     
+AR CHAT 2009  4  1  7  0  0.000000  1   -0.748882589193E-07                     
+AR CHPI 2009  4  1  7  0  0.000000  1   -0.469520648812E-07                     
+AR COCO 2009  4  1  7  0  0.000000  1    0.227634312599E-03                     
+AR CONZ 2009  4  1  7  0  0.000000  1    0.481115087852E-03                     
+AR CRAR 2009  4  1  7  0  0.000000  1    0.421196711608E-03                     
+AR CRO1 2009  4  1  7  0  0.000000  1    0.665103909955E-03                     
+AR DAEJ 2009  4  1  7  0  0.000000  1   -0.196586696925E-03                     
+AR DARW 2009  4  1  7  0  0.000000  1    0.682051191264E-09                     
+AR DGAR 2009  4  1  7  0  0.000000  1   -0.965463826807E-07                     
+AR DRAO 2009  4  1  7  0  0.000000  1    0.112166724871E-03                     
+AR FAA1 2009  4  1  7  0  0.000000  1   -0.764530917128E-08                     
+AR FAIR 2009  4  1  7  0  0.000000  1   -0.570324069130E-07                     
+AR GLPS 2009  4  1  7  0  0.000000  1   -0.603249540401E-07                     
+AR GUAM 2009  4  1  7  0  0.000000  1   -0.783853677332E-07                     
+AR GUAT 2009  4  1  7  0  0.000000  1    0.248902669649E-09                     
+AR HOB2 2009  4  1  7  0  0.000000  1    0.866403035613E-07                     
+AR HOLM 2009  4  1  7  0  0.000000  1   -0.447684209702E-07                     
+AR HYDE 2009  4  1  7  0  0.000000  1   -0.107979663115E-08                     
+AR IRKJ 2009  4  1  7  0  0.000000  1    0.163746743798E-03                     
+AR ISPA 2009  4  1  7  0  0.000000  1   -0.544594025138E-07                     
+AR KARR 2009  4  1  7  0  0.000000  1   -0.701668275809E-07                     
+AR KERG 2009  4  1  7  0  0.000000  1    0.817225425867E-03                     
+AR KIR0 2009  4  1  7  0  0.000000  1    0.283523241706E-03                     
+AR KIRU 2009  4  1  7  0  0.000000  1    0.591414207279E-03                     
+AR KIT3 2009  4  1  7  0  0.000000  1    0.441137668969E-08                     
+AR KOUR 2009  4  1  7  0  0.000000  1    0.125013938690E-03                     
+AR KUNM 2009  4  1  7  0  0.000000  1   -0.566305286217E-08                     
+AR LHAZ 2009  4  1  7  0  0.000000  1   -0.287504100464E-03                     
+AR MAL2 2009  4  1  7  0  0.000000  1   -0.144388698834E-07                     
+AR MAS1 2009  4  1  7  0  0.000000  1   -0.101606996833E-03                     
+AR MAW1 2009  4  1  7  0  0.000000  1   -0.143974681163E-08                     
+AR MCIL 2009  4  1  7  0  0.000000  1    0.338079181856E-07                     
+AR MCM4 2009  4  1  7  0  0.000000  1   -0.675207836828E-07                     
+AR MDO1 2009  4  1  7  0  0.000000  1   -0.342165724024E-07                     
+AR MDVJ 2009  4  1  7  0  0.000000  1    0.438552742521E-03                     
+AR MKEA 2009  4  1  7  0  0.000000  1   -0.667303500882E-07                     
+AR MOBS 2009  4  1  7  0  0.000000  1   -0.176098409923E-08                     
+AR NANO 2009  4  1  7  0  0.000000  1    0.715046989959E-08                     
+AR NLIB 2009  4  1  7  0  0.000000  1   -0.117331585000E-06                     
+AR NNOR 2009  4  1  7  0  0.000000  1    0.365796798340E-03                     
+AR NRC1 2009  4  1  7  0  0.000000  1   -0.448736891026E-05                     
+AR NRIL 2009  4  1  7  0  0.000000  1   -0.525425670978E-07                     
+AR NRMD 2009  4  1  7  0  0.000000  1    0.260858389428E-07                     
+AR NTUS 2009  4  1  7  0  0.000000  1    0.305582570425E-08                     
+AR NYAL 2009  4  1  7  0  0.000000  1    0.935926545279E-07                     
+AR OHI3 2009  4  1  7  0  0.000000  1   -0.176023269755E-03                     
+AR ONSA 2009  4  1  7  0  0.000000  1   -0.324753832097E-04                     
+AR PDEL 2009  4  1  7  0  0.000000  1    0.349203014633E-10                     
+AR PERT 2009  4  1  7  0  0.000000  1   -0.733690858248E-07                     
+AR PETP 2009  4  1  7  0  0.000000  1   -0.601008969365E-07                     
+AR PIMO 2009  4  1  7  0  0.000000  1   -0.899226424345E-07                     
+AR QAQ1 2009  4  1  7  0  0.000000  1   -0.581503674528E-07                     
+AR QUIN 2009  4  1  7  0  0.000000  1   -0.435438274009E-07                     
+AR RABT 2009  4  1  7  0  0.000000  1   -0.482205637479E-07                     
+AR RAMO 2009  4  1  7  0  0.000000  1    0.211265318315E-07                     
+AR RCMN 2009  4  1  7  0  0.000000  1    0.721313978659E-08                     
+AR REDU 2009  4  1  7  0  0.000000  1   -0.512752630208E-07                     
+AR REUN 2009  4  1  7  0  0.000000  1    0.186679353142E-07                     
+AR REYK 2009  4  1  7  0  0.000000  1   -0.316356674368E-03                     
+AR SCH2 2009  4  1  7  0  0.000000  1    0.188027767213E-03                     
+AR SCUB 2009  4  1  7  0  0.000000  1   -0.657185215130E-07                     
+AR STJO 2009  4  1  7  0  0.000000  1   -0.702354877144E-05                     
+AR SYDN 2009  4  1  7  0  0.000000  1    0.141142948960E-05                     
+AR SYOG 2009  4  1  7  0  0.000000  1    0.140091245981E-04                     
+AR THU2 2009  4  1  7  0  0.000000  1   -0.409633683814E-03                     
+AR TOW2 2009  4  1  7  0  0.000000  1    0.250438168393E-08                     
+AR URUM 2009  4  1  7  0  0.000000  1    0.363025870433E-03                     
+AR VESL 2009  4  1  7  0  0.000000  1    0.321065871945E-03                     
+AR VILL 2009  4  1  7  0  0.000000  1   -0.619070484026E-07                     
+AR WTZR 2009  4  1  7  0  0.000000  1    0.447069325366E-07                     
+AR WUHN 2009  4  1  7  0  0.000000  1   -0.565908076969E-07                     
+AR YSSK 2009  4  1  7  0  0.000000  1   -0.692472585747E-07                     
+AR ZIM2 2009  4  1  7  0  0.000000  1    0.221445272578E-07                     
+AR XMIS 2009  4  1  7  0  0.000000  1   -0.644041578435E-08                     
+AR GODZ 2009  4  1  7  0  0.000000  1   -0.469122157653E-03                     
+AR MTKA 2009  4  1  7  0  0.000000  1   -0.966104459032E-07                     
+AR TIXJ 2009  4  1  7  0  0.000000  1    0.414095162358E-03                     
+AR PARK 2009  4  1  7  0  0.000000  1    0.802684971287E-06                     
+AR UNBJ 2009  4  1  7  0  0.000000  1   -0.469782587902E-03                     
+AR NOVM 2009  4  1  7  0  0.000000  1    0.798332486275E-04                     
+AR SUNM 2009  4  1  7  0  0.000000  1   -0.259539673095E-03                     
+AR CEBR 2009  4  1  7  0  0.000000  1    0.719431582018E-03                     
+AR CPXF 2009  4  1  7  0  0.000000  1    0.114927348701E-07                     
+AR IDDR 2009  4  1  7  0  0.000000  1    0.143084209777E-07                     
+AR AZGB 2009  4  1  7  0  0.000000  1   -0.368454945058E-03                     
+AR TN22 2009  4  1  7  0  0.000000  1    0.207503793943E-04                     
+AR ETAD 2009  4  1  7  0  0.000000  1    0.272688722392E-07                     
+AR ILHA 2009  4  1  7  0  0.000000  1   -0.243723141375E-08                     
+AR POVE 2009  4  1  7  0  0.000000  1   -0.704055020503E-08                     
+AR RECF 2009  4  1  7  0  0.000000  1    0.211796970955E-07                     
+AR SALU 2009  4  1  7  0  0.000000  1    0.285728121004E-07                     
+AR SAVO 2009  4  1  7  0  0.000000  1    0.183367988579E-07                     
+AR UFPR 2009  4  1  7  0  0.000000  1    0.187277185920E-07                     
+AR YELL 2009  4  1  7  0  0.000000  1    0.239081000000E-06                     
+AS G32  2009  4  1  7  5  0.000000  1    0.280264888953E-03                     
+AS G24  2009  4  1  7  5  0.000000  1    0.177776801043E-03                     
+AS G25  2009  4  1  7  5  0.000000  1    0.334144398480E-03                     
+AS G26  2009  4  1  7  5  0.000000  1    0.544177291766E-04                     
+AS G27  2009  4  1  7  5  0.000000  1    0.370733024817E-04                     
+AS G30  2009  4  1  7  5  0.000000  1    0.136214069975E-03                     
+AS G03  2009  4  1  7  5  0.000000  1    0.373376186658E-03                     
+AS G04  2009  4  1  7  5  0.000000  1   -0.344435273126E-04                     
+AS G06  2009  4  1  7  5  0.000000  1    0.598989561426E-04                     
+AS G08  2009  4  1  7  5  0.000000  1   -0.196518749472E-03                     
+AS G09  2009  4  1  7  5  0.000000  1    0.484204825629E-04                     
+AS G10  2009  4  1  7  5  0.000000  1   -0.136182265043E-04                     
+AS G14  2009  4  1  7  5  0.000000  1   -0.132495563281E-03                     
+AS G13  2009  4  1  7  5  0.000000  1    0.293243982067E-03                     
+AS G28  2009  4  1  7  5  0.000000  1   -0.238288869543E-04                     
+AS G21  2009  4  1  7  5  0.000000  1    0.215595919979E-04                     
+AS G11  2009  4  1  7  5  0.000000  1    0.277291036867E-05                     
+AS G22  2009  4  1  7  5  0.000000  1    0.202437497393E-03                     
+AS G20  2009  4  1  7  5  0.000000  1    0.865761685391E-04                     
+AS G18  2009  4  1  7  5  0.000000  1   -0.695834239830E-04                     
+AS G16  2009  4  1  7  5  0.000000  1    0.630528516108E-04                     
+AS G19  2009  4  1  7  5  0.000000  1    0.293725831167E-04                     
+AS G23  2009  4  1  7  5  0.000000  1    0.388980635981E-03                     
+AS G02  2009  4  1  7  5  0.000000  1    0.153938568417E-03                     
+AS G31  2009  4  1  7  5  0.000000  1   -0.564533836090E-04                     
+AS G17  2009  4  1  7  5  0.000000  1    0.524115235718E-04                     
+AS G12  2009  4  1  7  5  0.000000  1   -0.299606912572E-03                     
+AS G15  2009  4  1  7  5  0.000000  1   -0.275929905360E-03                     
+AS G29  2009  4  1  7  5  0.000000  1    0.478248360270E-05                     
+AS G07  2009  4  1  7  5  0.000000  1    0.209882192804E-04                     
+AS R02  2009  4  1  7  5  0.000000  1    0.207083835389E-04                     
+AS R03  2009  4  1  7  5  0.000000  1   -0.342272881614E-04                     
+AS R04  2009  4  1  7  5  0.000000  1    0.639479929094E-04                     
+AS R06  2009  4  1  7  5  0.000000  1   -0.169244025324E-03                     
+AS R07  2009  4  1  7  5  0.000000  1   -0.892335105107E-04                     
+AS R08  2009  4  1  7  5  0.000000  1   -0.102011378028E-03                     
+AS R10  2009  4  1  7  5  0.000000  1   -0.140849144912E-03                     
+AS R11  2009  4  1  7  5  0.000000  1   -0.926118040134E-04                     
+AS R13  2009  4  1  7  5  0.000000  1   -0.230622066352E-03                     
+AS R14  2009  4  1  7  5  0.000000  1   -0.796645519679E-04                     
+AS R15  2009  4  1  7  5  0.000000  1    0.920927383946E-04                     
+AS R17  2009  4  1  7  5  0.000000  1   -0.261249409942E-03                     
+AS R18  2009  4  1  7  5  0.000000  1   -0.134288464979E-05                     
+AS R19  2009  4  1  7  5  0.000000  1   -0.894051418476E-04                     
+AS R20  2009  4  1  7  5  0.000000  1   -0.650112369763E-04                     
+AS R21  2009  4  1  7  5  0.000000  1   -0.143318739359E-03                     
+AS R22  2009  4  1  7  5  0.000000  1   -0.201530782609E-03                     
+AS R23  2009  4  1  7  5  0.000000  1   -0.200394367011E-03                     
+AR ALGO 2009  4  1  7  5  0.000000  1    0.806750895530E-04                     
+AR ALIC 2009  4  1  7  5  0.000000  1   -0.109703208561E-09                     
+AR AMC2 2009  4  1  7  5  0.000000  1    0.156257209309E-08                     
+AR ANKR 2009  4  1  7  5  0.000000  1    0.150219505040E-03                     
+AR ARTU 2009  4  1  7  5  0.000000  1   -0.621422073596E-07                     
+AR ASPA 2009  4  1  7  5  0.000000  1    0.293752444310E-07                     
+AR BHR1 2009  4  1  7  5  0.000000  1    0.563382951860E-03                     
+AR BARH 2009  4  1  7  5  0.000000  1    0.252270239459E-08                     
+AR BJFS 2009  4  1  7  5  0.000000  1   -0.454528035852E-07                     
+AR BOGT 2009  4  1  7  5  0.000000  1   -0.493576450361E-07                     
+AR BRMU 2009  4  1  7  5  0.000000  1   -0.400630646081E-03                     
+AR CAGZ 2009  4  1  7  5  0.000000  1   -0.410570948009E-03                     
+AR CAS1 2009  4  1  7  5  0.000000  1   -0.729406562740E-09                     
+AR CHAT 2009  4  1  7  5  0.000000  1   -0.731269646222E-07                     
+AR CHPI 2009  4  1  7  5  0.000000  1   -0.460619605277E-07                     
+AR COCO 2009  4  1  7  5  0.000000  1    0.227633673131E-03                     
+AR CONZ 2009  4  1  7  5  0.000000  1    0.348590024391E-03                     
+AR CRAR 2009  4  1  7  5  0.000000  1    0.395927383950E-03                     
+AR CRO1 2009  4  1  7  5  0.000000  1    0.665103941861E-03                     
+AR DAEJ 2009  4  1  7  5  0.000000  1   -0.196586259455E-03                     
+AR DARW 2009  4  1  7  5  0.000000  1   -0.832927957644E-09                     
+AR DGAR 2009  4  1  7  5  0.000000  1   -0.958468210840E-07                     
+AR DRAO 2009  4  1  7  5  0.000000  1    0.112203425663E-03                     
+AR FAA1 2009  4  1  7  5  0.000000  1   -0.883342106806E-08                     
+AR FAIR 2009  4  1  7  5  0.000000  1   -0.543529725839E-07                     
+AR GLPS 2009  4  1  7  5  0.000000  1   -0.603168206237E-07                     
+AR GUAM 2009  4  1  7  5  0.000000  1   -0.775789605450E-07                     
+AR GUAT 2009  4  1  7  5  0.000000  1    0.245880793135E-08                     
+AR HOB2 2009  4  1  7  5  0.000000  1    0.866690734241E-07                     
+AR HOLM 2009  4  1  7  5  0.000000  1   -0.427663460596E-07                     
+AR HYDE 2009  4  1  7  5  0.000000  1   -0.353213377325E-09                     
+AR IRKJ 2009  4  1  7  5  0.000000  1    0.163746752297E-03                     
+AR ISPA 2009  4  1  7  5  0.000000  1   -0.534955689675E-07                     
+AR KARR 2009  4  1  7  5  0.000000  1   -0.678759751409E-07                     
+AR KHAJ 2009  4  1  7  5  0.000000  1   -0.150792573817E-05                     
+AR KIR0 2009  4  1  7  5  0.000000  1    0.283516437342E-03                     
+AR KIRU 2009  4  1  7  5  0.000000  1    0.591411966651E-03                     
+AR KIT3 2009  4  1  7  5  0.000000  1   -0.298367391593E-08                     
+AR KOUR 2009  4  1  7  5  0.000000  1    0.125013951229E-03                     
+AR KUNM 2009  4  1  7  5  0.000000  1   -0.284844535132E-07                     
+AR LHAZ 2009  4  1  7  5  0.000000  1   -0.266333814354E-03                     
+AR MAL2 2009  4  1  7  5  0.000000  1   -0.103133207084E-07                     
+AR MAS1 2009  4  1  7  5  0.000000  1   -0.101606930904E-03                     
+AR MAW1 2009  4  1  7  5  0.000000  1    0.410538366070E-08                     
+AR MCIL 2009  4  1  7  5  0.000000  1    0.310908621623E-07                     
+AR MCM4 2009  4  1  7  5  0.000000  1   -0.698809714848E-07                     
+AR MDO1 2009  4  1  7  5  0.000000  1   -0.344865068819E-07                     
+AR MDVJ 2009  4  1  7  5  0.000000  1    0.438552733338E-03                     
+AR MKEA 2009  4  1  7  5  0.000000  1   -0.610641580484E-07                     
+AR MOBS 2009  4  1  7  5  0.000000  1   -0.306809563511E-08                     
+AR NANO 2009  4  1  7  5  0.000000  1    0.745991850669E-08                     
+AR NLIB 2009  4  1  7  5  0.000000  1   -0.117329120453E-06                     
+AR NNOR 2009  4  1  7  5  0.000000  1    0.365796544264E-03                     
+AR NRC1 2009  4  1  7  5  0.000000  1   -0.448734961508E-05                     
+AR NRIL 2009  4  1  7  5  0.000000  1   -0.535825398810E-07                     
+AR NRMD 2009  4  1  7  5  0.000000  1    0.263939815707E-07                     
+AR NTUS 2009  4  1  7  5  0.000000  1    0.215827465162E-08                     
+AR NYAL 2009  4  1  7  5  0.000000  1    0.936122726953E-07                     
+AR OHI3 2009  4  1  7  5  0.000000  1   -0.771706802740E-04                     
+AR ONSA 2009  4  1  7  5  0.000000  1   -0.324754383319E-04                     
+AR PDEL 2009  4  1  7  5  0.000000  1   -0.413133082203E-09                     
+AR PERT 2009  4  1  7  5  0.000000  1   -0.746684574589E-07                     
+AR PETP 2009  4  1  7  5  0.000000  1   -0.631169740848E-07                     
+AR PIMO 2009  4  1  7  5  0.000000  1   -0.917363807109E-07                     
+AR QAQ1 2009  4  1  7  5  0.000000  1   -0.621788957590E-07                     
+AR QUIN 2009  4  1  7  5  0.000000  1   -0.447696989760E-07                     
+AR RABT 2009  4  1  7  5  0.000000  1   -0.479401864109E-07                     
+AR RAMO 2009  4  1  7  5  0.000000  1   -0.955833931189E-08                     
+AR RCMN 2009  4  1  7  5  0.000000  1    0.439507375138E-08                     
+AR REDU 2009  4  1  7  5  0.000000  1   -0.506108234299E-07                     
+AR REUN 2009  4  1  7  5  0.000000  1    0.179581959483E-07                     
+AR REYK 2009  4  1  7  5  0.000000  1   -0.294232483710E-03                     
+AR SCH2 2009  4  1  7  5  0.000000  1    0.188043340426E-03                     
+AR SCUB 2009  4  1  7  5  0.000000  1   -0.612250875525E-07                     
+AR STJO 2009  4  1  7  5  0.000000  1   -0.702382997748E-05                     
+AR SYDN 2009  4  1  7  5  0.000000  1    0.141130728049E-05                     
+AR SYOG 2009  4  1  7  5  0.000000  1    0.140091259414E-04                     
+AR THU2 2009  4  1  7  5  0.000000  1   -0.411635897510E-03                     
+AR TOW2 2009  4  1  7  5  0.000000  1    0.387124281498E-08                     
+AR URUM 2009  4  1  7  5  0.000000  1    0.286128531012E-03                     
+AR VESL 2009  4  1  7  5  0.000000  1    0.359582448341E-03                     
+AR VILL 2009  4  1  7  5  0.000000  1   -0.596465038991E-07                     
+AR WTZR 2009  4  1  7  5  0.000000  1    0.447142482807E-07                     
+AR WUHN 2009  4  1  7  5  0.000000  1   -0.557678621932E-07                     
+AR YSSK 2009  4  1  7  5  0.000000  1   -0.567521005266E-07                     
+AR ZIM2 2009  4  1  7  5  0.000000  1    0.243137960667E-07                     
+AR XMIS 2009  4  1  7  5  0.000000  1   -0.519253140007E-08                     
+AR GODZ 2009  4  1  7  5  0.000000  1   -0.469122109302E-03                     
+AR MTKA 2009  4  1  7  5  0.000000  1   -0.107283304174E-06                     
+AR TIXJ 2009  4  1  7  5  0.000000  1    0.409138933273E-03                     
+AR PARK 2009  4  1  7  5  0.000000  1    0.803208816145E-06                     
+AR UNBJ 2009  4  1  7  5  0.000000  1    0.458265581876E-03                     
+AR NOVM 2009  4  1  7  5  0.000000  1    0.798332083075E-04                     
+AR SUNM 2009  4  1  7  5  0.000000  1   -0.415682115617E-03                     
+AR CEBR 2009  4  1  7  5  0.000000  1    0.719431624679E-03                     
+AR CPXF 2009  4  1  7  5  0.000000  1    0.117266340376E-07                     
+AR IDDR 2009  4  1  7  5  0.000000  1    0.163497597670E-07                     
+AR AZGB 2009  4  1  7  5  0.000000  1    0.492296033381E-03                     
+AR TN22 2009  4  1  7  5  0.000000  1   -0.555283217948E-04                     
+AR ETAD 2009  4  1  7  5  0.000000  1    0.278565712189E-07                     
+AR ILHA 2009  4  1  7  5  0.000000  1   -0.258664976498E-08                     
+AR POVE 2009  4  1  7  5  0.000000  1   -0.605987753232E-08                     
+AR RECF 2009  4  1  7  5  0.000000  1    0.219827500116E-07                     
+AR SALU 2009  4  1  7  5  0.000000  1    0.232473277484E-07                     
+AR SAVO 2009  4  1  7  5  0.000000  1    0.191269383730E-07                     
+AR UFPR 2009  4  1  7  5  0.000000  1    0.202874742186E-07                     
+AR YELL 2009  4  1  7  5  0.000000  1    0.239151000000E-06                     
+AS G32  2009  4  1  7 10  0.000000  1    0.280263570189E-03                     
+AS G24  2009  4  1  7 10  0.000000  1    0.177777865929E-03                     
+AS G25  2009  4  1  7 10  0.000000  1    0.334150942798E-03                     
+AS G26  2009  4  1  7 10  0.000000  1    0.544182062446E-04                     
+AS G27  2009  4  1  7 10  0.000000  1    0.370741606401E-04                     
+AS G30  2009  4  1  7 10  0.000000  1    0.136214114295E-03                     
+AS G03  2009  4  1  7 10  0.000000  1    0.373377430649E-03                     
+AS G04  2009  4  1  7 10  0.000000  1   -0.344479864688E-04                     
+AS G06  2009  4  1  7 10  0.000000  1    0.599043546412E-04                     
+AS G08  2009  4  1  7 10  0.000000  1   -0.196519698014E-03                     
+AS G09  2009  4  1  7 10  0.000000  1    0.484206289922E-04                     
+AS G10  2009  4  1  7 10  0.000000  1   -0.136191792901E-04                     
+AS G14  2009  4  1  7 10  0.000000  1   -0.132493679685E-03                     
+AS G13  2009  4  1  7 10  0.000000  1    0.293244194918E-03                     
+AS G28  2009  4  1  7 10  0.000000  1   -0.238290853110E-04                     
+AS G21  2009  4  1  7 10  0.000000  1    0.215588975627E-04                     
+AS G11  2009  4  1  7 10  0.000000  1    0.277271959611E-05                     
+AS G22  2009  4  1  7 10  0.000000  1    0.202437108902E-03                     
+AS G20  2009  4  1  7 10  0.000000  1    0.865761134250E-04                     
+AS G18  2009  4  1  7 10  0.000000  1   -0.695827554907E-04                     
+AS G16  2009  4  1  7 10  0.000000  1    0.630516961436E-04                     
+AS G19  2009  4  1  7 10  0.000000  1    0.293722713509E-04                     
+AS G23  2009  4  1  7 10  0.000000  1    0.388980738867E-03                     
+AS G02  2009  4  1  7 10  0.000000  1    0.153938312759E-03                     
+AS G31  2009  4  1  7 10  0.000000  1   -0.564537624995E-04                     
+AS G17  2009  4  1  7 10  0.000000  1    0.524120652758E-04                     
+AS G12  2009  4  1  7 10  0.000000  1   -0.299605566247E-03                     
+AS G15  2009  4  1  7 10  0.000000  1   -0.275931687229E-03                     
+AS G29  2009  4  1  7 10  0.000000  1    0.478383997326E-05                     
+AS G07  2009  4  1  7 10  0.000000  1    0.209882329678E-04                     
+AS R02  2009  4  1  7 10  0.000000  1    0.207073128122E-04                     
+AS R03  2009  4  1  7 10  0.000000  1   -0.342279273857E-04                     
+AS R04  2009  4  1  7 10  0.000000  1    0.639452584260E-04                     
+AS R06  2009  4  1  7 10  0.000000  1   -0.169244313814E-03                     
+AS R07  2009  4  1  7 10  0.000000  1   -0.892322523493E-04                     
+AS R08  2009  4  1  7 10  0.000000  1   -0.102011264544E-03                     
+AS R10  2009  4  1  7 10  0.000000  1   -0.140848598688E-03                     
+AS R11  2009  4  1  7 10  0.000000  1   -0.926121697992E-04                     
+AS R13  2009  4  1  7 10  0.000000  1   -0.230622374059E-03                     
+AS R14  2009  4  1  7 10  0.000000  1   -0.796639110238E-04                     
+AS R15  2009  4  1  7 10  0.000000  1    0.920927390717E-04                     
+AS R17  2009  4  1  7 10  0.000000  1   -0.261249502983E-03                     
+AS R18  2009  4  1  7 10  0.000000  1   -0.134306166778E-05                     
+AS R19  2009  4  1  7 10  0.000000  1   -0.894053063785E-04                     
+AS R20  2009  4  1  7 10  0.000000  1   -0.650109144749E-04                     
+AS R21  2009  4  1  7 10  0.000000  1   -0.143319138709E-03                     
+AS R22  2009  4  1  7 10  0.000000  1   -0.201531578135E-03                     
+AS R23  2009  4  1  7 10  0.000000  1   -0.200392707184E-03                     
+AR ALGO 2009  4  1  7 10  0.000000  1    0.806792420002E-04                     
+AR ALIC 2009  4  1  7 10  0.000000  1    0.608426974496E-09                     
+AR AMC2 2009  4  1  7 10  0.000000  1    0.156817442132E-08                     
+AR ANKR 2009  4  1  7 10  0.000000  1    0.217049269948E-03                     
+AR ARTU 2009  4  1  7 10  0.000000  1   -0.596432913410E-07                     
+AR ASPA 2009  4  1  7 10  0.000000  1    0.317391274822E-07                     
+AR BHR1 2009  4  1  7 10  0.000000  1    0.563382829889E-03                     
+AR BARH 2009  4  1  7 10  0.000000  1    0.249022822297E-08                     
+AR BJFS 2009  4  1  7 10  0.000000  1   -0.445314023222E-07                     
+AR BOGT 2009  4  1  7 10  0.000000  1   -0.484387214068E-07                     
+AR BRMU 2009  4  1  7 10  0.000000  1    0.965138458447E-04                     
+AR CAGZ 2009  4  1  7 10  0.000000  1   -0.186758873359E-03                     
+AR CAS1 2009  4  1  7 10  0.000000  1   -0.103611170208E-08                     
+AR CHAT 2009  4  1  7 10  0.000000  1   -0.709959067656E-07                     
+AR CHPI 2009  4  1  7 10  0.000000  1   -0.462539414554E-07                     
+AR COCO 2009  4  1  7 10  0.000000  1    0.227632979718E-03                     
+AR CONZ 2009  4  1  7 10  0.000000  1    0.216078905931E-03                     
+AR CRAR 2009  4  1  7 10  0.000000  1    0.370664303522E-03                     
+AR CRO1 2009  4  1  7 10  0.000000  1    0.665103987913E-03                     
+AR DAEJ 2009  4  1  7 10  0.000000  1   -0.196585396338E-03                     
+AR DARW 2009  4  1  7 10  0.000000  1   -0.168212718631E-08                     
+AR DGAR 2009  4  1  7 10  0.000000  1   -0.968772468100E-07                     
+AR DRAO 2009  4  1  7 10  0.000000  1    0.112240418336E-03                     
+AR FAA1 2009  4  1  7 10  0.000000  1   -0.962420943951E-08                     
+AR FAIR 2009  4  1  7 10  0.000000  1   -0.539747839968E-07                     
+AR GLPS 2009  4  1  7 10  0.000000  1   -0.551793372512E-07                     
+AR GUAM 2009  4  1  7 10  0.000000  1   -0.790668078751E-07                     
+AR GUAT 2009  4  1  7 10  0.000000  1    0.593917310732E-08                     
+AR HOB2 2009  4  1  7 10  0.000000  1    0.866671271825E-07                     
+AR HOLM 2009  4  1  7 10  0.000000  1   -0.450779195536E-07                     
+AR HYDE 2009  4  1  7 10  0.000000  1   -0.102039148650E-08                     
+AR IRKJ 2009  4  1  7 10  0.000000  1    0.163746749361E-03                     
+AR ISPA 2009  4  1  7 10  0.000000  1   -0.478879262958E-07                     
+AR KARR 2009  4  1  7 10  0.000000  1   -0.701725195551E-07                     
+AR KERG 2009  4  1  7 10  0.000000  1    0.817236817811E-03                     
+AR KHAJ 2009  4  1  7 10  0.000000  1   -0.150791829397E-05                     
+AR KIR0 2009  4  1  7 10  0.000000  1    0.283509635867E-03                     
+AR KIRU 2009  4  1  7 10  0.000000  1    0.591407074413E-03                     
+AR KIT3 2009  4  1  7 10  0.000000  1    0.127961956121E-08                     
+AR KOUR 2009  4  1  7 10  0.000000  1    0.125013951102E-03                     
+AR KUNM 2009  4  1  7 10  0.000000  1   -0.133808559289E-07                     
+AR LHAZ 2009  4  1  7 10  0.000000  1   -0.245404342577E-03                     
+AR MAL2 2009  4  1  7 10  0.000000  1   -0.129259723755E-07                     
+AR MAS1 2009  4  1  7 10  0.000000  1   -0.101606878744E-03                     
+AR MAW1 2009  4  1  7 10  0.000000  1    0.580586802948E-08                     
+AR MCIL 2009  4  1  7 10  0.000000  1    0.280304453025E-07                     
+AR MCM4 2009  4  1  7 10  0.000000  1   -0.691578702980E-07                     
+AR MDO1 2009  4  1  7 10  0.000000  1   -0.348872154178E-07                     
+AR MDVJ 2009  4  1  7 10  0.000000  1    0.438552724129E-03                     
+AR MKEA 2009  4  1  7 10  0.000000  1   -0.587763080895E-07                     
+AR MOBS 2009  4  1  7 10  0.000000  1   -0.400921076554E-08                     
+AR NANO 2009  4  1  7 10  0.000000  1    0.854667830645E-08                     
+AR NLIB 2009  4  1  7 10  0.000000  1   -0.117328544050E-06                     
+AR NNOR 2009  4  1  7 10  0.000000  1    0.365796918175E-03                     
+AR NRC1 2009  4  1  7 10  0.000000  1   -0.448732875286E-05                     
+AR NRIL 2009  4  1  7 10  0.000000  1   -0.530364415649E-07                     
+AR NRMD 2009  4  1  7 10  0.000000  1    0.253491003982E-07                     
+AR NTUS 2009  4  1  7 10  0.000000  1    0.249412802196E-08                     
+AR NYAL 2009  4  1  7 10  0.000000  1    0.936212286496E-07                     
+AR OHI3 2009  4  1  7 10  0.000000  1    0.219730200689E-04                     
+AR ONSA 2009  4  1  7 10  0.000000  1   -0.324754874081E-04                     
+AR PDEL 2009  4  1  7 10  0.000000  1    0.147777884257E-08                     
+AR PERT 2009  4  1  7 10  0.000000  1   -0.703611720294E-07                     
+AR PETP 2009  4  1  7 10  0.000000  1   -0.636245203463E-07                     
+AR PIMO 2009  4  1  7 10  0.000000  1   -0.935089442747E-07                     
+AR QAQ1 2009  4  1  7 10  0.000000  1   -0.658252507381E-07                     
+AR QUIN 2009  4  1  7 10  0.000000  1   -0.461164487924E-07                     
+AR RABT 2009  4  1  7 10  0.000000  1   -0.487903672266E-07                     
+AR RAMO 2009  4  1  7 10  0.000000  1    0.721352957269E-07                     
+AR RCMN 2009  4  1  7 10  0.000000  1    0.624343654680E-08                     
+AR REDU 2009  4  1  7 10  0.000000  1   -0.501609652667E-07                     
+AR REUN 2009  4  1  7 10  0.000000  1    0.189339567461E-07                     
+AR REYK 2009  4  1  7 10  0.000000  1   -0.272148779976E-03                     
+AR SCH2 2009  4  1  7 10  0.000000  1    0.188058957108E-03                     
+AR SCUB 2009  4  1  7 10  0.000000  1   -0.588689167831E-07                     
+AR STJO 2009  4  1  7 10  0.000000  1   -0.702413459438E-05                     
+AR SYDN 2009  4  1  7 10  0.000000  1    0.141124815735E-05                     
+AR SYOG 2009  4  1  7 10  0.000000  1    0.140092236241E-04                     
+AR THU2 2009  4  1  7 10  0.000000  1   -0.413638025949E-03                     
+AR TOW2 2009  4  1  7 10  0.000000  1    0.259932381190E-08                     
+AR URUM 2009  4  1  7 10  0.000000  1    0.209130823869E-03                     
+AR VESL 2009  4  1  7 10  0.000000  1    0.398120633026E-03                     
+AR VILL 2009  4  1  7 10  0.000000  1   -0.540659460930E-07                     
+AR WTZR 2009  4  1  7 10  0.000000  1    0.447121421109E-07                     
+AR WUHN 2009  4  1  7 10  0.000000  1   -0.532121526549E-07                     
+AR YSSK 2009  4  1  7 10  0.000000  1   -0.651502236960E-07                     
+AR ZIM2 2009  4  1  7 10  0.000000  1    0.240857369323E-07                     
+AR XMIS 2009  4  1  7 10  0.000000  1   -0.588268657647E-08                     
+AR GODZ 2009  4  1  7 10  0.000000  1   -0.469122093881E-03                     
+AR MTKA 2009  4  1  7 10  0.000000  1   -0.105698869176E-06                     
+AR TIXJ 2009  4  1  7 10  0.000000  1    0.404178771222E-03                     
+AR PARK 2009  4  1  7 10  0.000000  1    0.803703237418E-06                     
+AR UNBJ 2009  4  1  7 10  0.000000  1    0.386267058993E-03                     
+AR NOVM 2009  4  1  7 10  0.000000  1    0.798332444566E-04                     
+AR SUNM 2009  4  1  7 10  0.000000  1    0.428025143737E-03                     
+AR CEBR 2009  4  1  7 10  0.000000  1    0.719431602229E-03                     
+AR CPXF 2009  4  1  7 10  0.000000  1    0.121663048373E-07                     
+AR IDDR 2009  4  1  7 10  0.000000  1    0.144837018729E-07                     
+AR AZGB 2009  4  1  7 10  0.000000  1    0.353014439534E-03                     
+AR TN22 2009  4  1  7 10  0.000000  1   -0.132199522061E-03                     
+AR ETAD 2009  4  1  7 10  0.000000  1    0.265172216160E-07                     
+AR ILHA 2009  4  1  7 10  0.000000  1   -0.443841459292E-08                     
+AR POVE 2009  4  1  7 10  0.000000  1   -0.648719730378E-08                     
+AR RECF 2009  4  1  7 10  0.000000  1    0.222724194778E-07                     
+AR SALU 2009  4  1  7 10  0.000000  1    0.215060257558E-07                     
+AR SAVO 2009  4  1  7 10  0.000000  1    0.195494406316E-07                     
+AR UFPR 2009  4  1  7 10  0.000000  1    0.206555731278E-07                     
+AR YELL 2009  4  1  7 10  0.000000  1    0.239221000000E-06                     
+AS G32  2009  4  1  7 15  0.000000  1    0.280262159839E-03                     
+AS G24  2009  4  1  7 15  0.000000  1    0.177779218210E-03                     
+AS G25  2009  4  1  7 15  0.000000  1    0.334157498187E-03                     
+AS G26  2009  4  1  7 15  0.000000  1    0.544188012992E-04                     
+AS G27  2009  4  1  7 15  0.000000  1    0.370752395009E-04                     
+AS G30  2009  4  1  7 15  0.000000  1    0.136214589312E-03                     
+AS G03  2009  4  1  7 15  0.000000  1    0.373379647094E-03                     
+AS G04  2009  4  1  7 15  0.000000  1   -0.344525741547E-04                     
+AS G06  2009  4  1  7 15  0.000000  1    0.599096892016E-04                     
+AS G08  2009  4  1  7 15  0.000000  1   -0.196520685708E-03                     
+AS G09  2009  4  1  7 15  0.000000  1    0.484214844563E-04                     
+AS G10  2009  4  1  7 15  0.000000  1   -0.136194107061E-04                     
+AS G14  2009  4  1  7 15  0.000000  1   -0.132491829947E-03                     
+AS G13  2009  4  1  7 15  0.000000  1    0.293244488352E-03                     
+AS G28  2009  4  1  7 15  0.000000  1   -0.238289924931E-04                     
+AS G21  2009  4  1  7 15  0.000000  1    0.215581462582E-04                     
+AS G11  2009  4  1  7 15  0.000000  1    0.277214455508E-05                     
+AS G22  2009  4  1  7 15  0.000000  1    0.202437519929E-03                     
+AS G20  2009  4  1  7 15  0.000000  1    0.865755595889E-04                     
+AS G18  2009  4  1  7 15  0.000000  1   -0.695816080584E-04                     
+AS G16  2009  4  1  7 15  0.000000  1    0.630508935718E-04                     
+AS G19  2009  4  1  7 15  0.000000  1    0.293720347919E-04                     
+AS G23  2009  4  1  7 15  0.000000  1    0.388980984246E-03                     
+AS G02  2009  4  1  7 15  0.000000  1    0.153938115783E-03                     
+AS G31  2009  4  1  7 15  0.000000  1   -0.564541004711E-04                     
+AS G17  2009  4  1  7 15  0.000000  1    0.524123394962E-04                     
+AS G12  2009  4  1  7 15  0.000000  1   -0.299603963759E-03                     
+AS G15  2009  4  1  7 15  0.000000  1   -0.275932608682E-03                     
+AS G29  2009  4  1  7 15  0.000000  1    0.478493107050E-05                     
+AS G07  2009  4  1  7 15  0.000000  1    0.209880003586E-04                     
+AS R02  2009  4  1  7 15  0.000000  1    0.207064686854E-04                     
+AS R03  2009  4  1  7 15  0.000000  1   -0.342301179483E-04                     
+AS R04  2009  4  1  7 15  0.000000  1    0.639420056625E-04                     
+AS R06  2009  4  1  7 15  0.000000  1   -0.169242864020E-03                     
+AS R07  2009  4  1  7 15  0.000000  1   -0.892316141935E-04                     
+AS R08  2009  4  1  7 15  0.000000  1   -0.102011165510E-03                     
+AS R10  2009  4  1  7 15  0.000000  1   -0.140848013295E-03                     
+AS R11  2009  4  1  7 15  0.000000  1   -0.926124778374E-04                     
+AS R13  2009  4  1  7 15  0.000000  1   -0.230622652633E-03                     
+AS R14  2009  4  1  7 15  0.000000  1   -0.796633733304E-04                     
+AS R15  2009  4  1  7 15  0.000000  1    0.920924214412E-04                     
+AS R17  2009  4  1  7 15  0.000000  1   -0.261250033344E-03                     
+AS R18  2009  4  1  7 15  0.000000  1   -0.134351824820E-05                     
+AS R19  2009  4  1  7 15  0.000000  1   -0.894054579357E-04                     
+AS R20  2009  4  1  7 15  0.000000  1   -0.650112885300E-04                     
+AS R21  2009  4  1  7 15  0.000000  1   -0.143319463450E-03                     
+AS R22  2009  4  1  7 15  0.000000  1   -0.201532264420E-03                     
+AS R23  2009  4  1  7 15  0.000000  1   -0.200390818554E-03                     
+AR ALGO 2009  4  1  7 15  0.000000  1    0.806834474757E-04                     
+AR ALIC 2009  4  1  7 15  0.000000  1    0.111130546640E-08                     
+AR AMC2 2009  4  1  7 15  0.000000  1    0.156933673202E-08                     
+AR ANKR 2009  4  1  7 15  0.000000  1    0.283695006231E-03                     
+AR ARTU 2009  4  1  7 15  0.000000  1   -0.609437262375E-07                     
+AR ASPA 2009  4  1  7 15  0.000000  1    0.334411780428E-07                     
+AR BHR1 2009  4  1  7 15  0.000000  1    0.563382844524E-03                     
+AR BARH 2009  4  1  7 15  0.000000  1    0.281142636270E-08                     
+AR BJFS 2009  4  1  7 15  0.000000  1   -0.472466870822E-07                     
+AR BOGT 2009  4  1  7 15  0.000000  1   -0.474512548251E-07                     
+AR BRMU 2009  4  1  7 15  0.000000  1   -0.406891262442E-03                     
+AR CAGZ 2009  4  1  7 15  0.000000  1    0.369934582685E-04                     
+AR CAS1 2009  4  1  7 15  0.000000  1   -0.156810543327E-08                     
+AR CHAT 2009  4  1  7 15  0.000000  1   -0.683064656665E-07                     
+AR CHPI 2009  4  1  7 15  0.000000  1   -0.475593886010E-07                     
+AR COCO 2009  4  1  7 15  0.000000  1    0.227632257697E-03                     
+AR CONZ 2009  4  1  7 15  0.000000  1    0.837038238175E-04                     
+AR CRAR 2009  4  1  7 15  0.000000  1    0.345393984947E-03                     
+AR CRO1 2009  4  1  7 15  0.000000  1    0.665103971321E-03                     
+AR DAEJ 2009  4  1  7 15  0.000000  1   -0.196585220019E-03                     
+AR DARW 2009  4  1  7 15  0.000000  1   -0.451492593829E-08                     
+AR DGAR 2009  4  1  7 15  0.000000  1   -0.956237847499E-07                     
+AR DRAO 2009  4  1  7 15  0.000000  1    0.112277037311E-03                     
+AR FAA1 2009  4  1  7 15  0.000000  1   -0.105179967823E-07                     
+AR FAIR 2009  4  1  7 15  0.000000  1   -0.511482944656E-07                     
+AR GLPS 2009  4  1  7 15  0.000000  1   -0.540337048590E-07                     
+AR GUAM 2009  4  1  7 15  0.000000  1   -0.792916067068E-07                     
+AR GUAT 2009  4  1  7 15  0.000000  1    0.649338830234E-08                     
+AR HOB2 2009  4  1  7 15  0.000000  1    0.866650619041E-07                     
+AR HOLM 2009  4  1  7 15  0.000000  1   -0.457371592475E-07                     
+AR HYDE 2009  4  1  7 15  0.000000  1    0.566336682057E-09                     
+AR IRKJ 2009  4  1  7 15  0.000000  1    0.163746747872E-03                     
+AR ISPA 2009  4  1  7 15  0.000000  1   -0.568976368416E-07                     
+AR KARR 2009  4  1  7 15  0.000000  1   -0.707207277071E-07                     
+AR KERG 2009  4  1  7 15  0.000000  1    0.817241872390E-03                     
+AR KHAJ 2009  4  1  7 15  0.000000  1   -0.150790553240E-05                     
+AR KIR0 2009  4  1  7 15  0.000000  1    0.283502755516E-03                     
+AR KIRU 2009  4  1  7 15  0.000000  1    0.591401465504E-03                     
+AR KIT3 2009  4  1  7 15  0.000000  1   -0.145095695242E-07                     
+AR KOUR 2009  4  1  7 15  0.000000  1    0.125013961700E-03                     
+AR KUNM 2009  4  1  7 15  0.000000  1   -0.106469151925E-07                     
+AR LHAZ 2009  4  1  7 15  0.000000  1   -0.224356589031E-03                     
+AR MAL2 2009  4  1  7 15  0.000000  1   -0.175306623585E-07                     
+AR MAS1 2009  4  1  7 15  0.000000  1   -0.101606845756E-03                     
+AR MAW1 2009  4  1  7 15  0.000000  1    0.689910356609E-08                     
+AR MCIL 2009  4  1  7 15  0.000000  1    0.265795352153E-07                     
+AR MCM4 2009  4  1  7 15  0.000000  1   -0.672188476134E-07                     
+AR MDO1 2009  4  1  7 15  0.000000  1   -0.353998175708E-07                     
+AR MDVJ 2009  4  1  7 15  0.000000  1    0.438552720453E-03                     
+AR MKEA 2009  4  1  7 15  0.000000  1   -0.564170152544E-07                     
+AR MOBS 2009  4  1  7 15  0.000000  1   -0.581875863631E-08                     
+AR NANO 2009  4  1  7 15  0.000000  1    0.948092105478E-08                     
+AR NLIB 2009  4  1  7 15  0.000000  1   -0.117336632068E-06                     
+AR NNOR 2009  4  1  7 15  0.000000  1    0.365796405009E-03                     
+AR NRC1 2009  4  1  7 15  0.000000  1   -0.448730274777E-05                     
+AR NRIL 2009  4  1  7 15  0.000000  1   -0.563244564030E-07                     
+AR NRMD 2009  4  1  7 15  0.000000  1    0.257547012727E-07                     
+AR NTUS 2009  4  1  7 15  0.000000  1    0.316228921428E-08                     
+AR NYAL 2009  4  1  7 15  0.000000  1    0.936391736228E-07                     
+AR OHI3 2009  4  1  7 15  0.000000  1    0.121462704370E-03                     
+AR ONSA 2009  4  1  7 15  0.000000  1   -0.324755305350E-04                     
+AR PDEL 2009  4  1  7 15  0.000000  1    0.126094026541E-08                     
+AR PERT 2009  4  1  7 15  0.000000  1   -0.707010067678E-07                     
+AR PETP 2009  4  1  7 15  0.000000  1   -0.426057833525E-07                     
+AR PIMO 2009  4  1  7 15  0.000000  1   -0.883692666592E-07                     
+AR QAQ1 2009  4  1  7 15  0.000000  1   -0.609943538020E-07                     
+AR QUIN 2009  4  1  7 15  0.000000  1   -0.475298010627E-07                     
+AR RABT 2009  4  1  7 15  0.000000  1   -0.508643135940E-07                     
+AR RAMO 2009  4  1  7 15  0.000000  1    0.541767066577E-07                     
+AR RCMN 2009  4  1  7 15  0.000000  1    0.537504078305E-08                     
+AR REDU 2009  4  1  7 15  0.000000  1   -0.491764488873E-07                     
+AR REUN 2009  4  1  7 15  0.000000  1    0.188622865864E-07                     
+AR REYK 2009  4  1  7 15  0.000000  1   -0.250317212276E-03                     
+AR SCH2 2009  4  1  7 15  0.000000  1    0.188074309578E-03                     
+AR SCUB 2009  4  1  7 15  0.000000  1   -0.578678424155E-07                     
+AR STJO 2009  4  1  7 15  0.000000  1   -0.702443127399E-05                     
+AR SYDN 2009  4  1  7 15  0.000000  1    0.141096851657E-05                     
+AR SYOG 2009  4  1  7 15  0.000000  1    0.140095652692E-04                     
+AR THU2 2009  4  1  7 15  0.000000  1   -0.415640287834E-03                     
+AR TOW2 2009  4  1  7 15  0.000000  1   -0.643455425564E-09                     
+AR URUM 2009  4  1  7 15  0.000000  1    0.132040237664E-03                     
+AR VESL 2009  4  1  7 15  0.000000  1    0.436679746221E-03                     
+AR VILL 2009  4  1  7 15  0.000000  1   -0.506323768899E-07                     
+AR WTZR 2009  4  1  7 15  0.000000  1    0.447220787079E-07                     
+AR WUHN 2009  4  1  7 15  0.000000  1   -0.534458628154E-07                     
+AR YSSK 2009  4  1  7 15  0.000000  1   -0.627925234436E-07                     
+AR ZIM2 2009  4  1  7 15  0.000000  1    0.253691486182E-07                     
+AR XMIS 2009  4  1  7 15  0.000000  1   -0.400797435248E-08                     
+AR GODZ 2009  4  1  7 15  0.000000  1   -0.469122090252E-03                     
+AR MTKA 2009  4  1  7 15  0.000000  1   -0.111099038625E-06                     
+AR TIXJ 2009  4  1  7 15  0.000000  1    0.399135358469E-03                     
+AR PARK 2009  4  1  7 15  0.000000  1    0.804028513076E-06                     
+AR UNBJ 2009  4  1  7 15  0.000000  1    0.314258727705E-03                     
+AR NOVM 2009  4  1  7 15  0.000000  1    0.798332030160E-04                     
+AR SUNM 2009  4  1  7 15  0.000000  1    0.271978210794E-03                     
+AR CEBR 2009  4  1  7 15  0.000000  1    0.719431602597E-03                     
+AR CPXF 2009  4  1  7 15  0.000000  1    0.119885633503E-07                     
+AR IDDR 2009  4  1  7 15  0.000000  1    0.157672284137E-07                     
+AR AZGB 2009  4  1  7 15  0.000000  1    0.213629147997E-03                     
+AR TN22 2009  4  1  7 15  0.000000  1   -0.209272334167E-03                     
+AR ETAD 2009  4  1  7 15  0.000000  1    0.263249487880E-07                     
+AR ILHA 2009  4  1  7 15  0.000000  1   -0.190048908317E-08                     
+AR POVE 2009  4  1  7 15  0.000000  1   -0.635095561775E-08                     
+AR RECF 2009  4  1  7 15  0.000000  1    0.232897275161E-07                     
+AR SALU 2009  4  1  7 15  0.000000  1    0.251299912863E-07                     
+AR SAVO 2009  4  1  7 15  0.000000  1    0.212079446216E-07                     
+AR UFPR 2009  4  1  7 15  0.000000  1    0.212642926493E-07                     
+AR YELL 2009  4  1  7 15  0.000000  1    0.239292000000E-06                     
+AS G32  2009  4  1  7 20  0.000000  1    0.280260788488E-03                     
+AS G24  2009  4  1  7 20  0.000000  1    0.177779407657E-03                     
+AS G25  2009  4  1  7 20  0.000000  1    0.334164233939E-03                     
+AS G26  2009  4  1  7 20  0.000000  1    0.544197484286E-04                     
+AS G27  2009  4  1  7 20  0.000000  1    0.370766989938E-04                     
+AS G30  2009  4  1  7 20  0.000000  1    0.136215092740E-03                     
+AS G03  2009  4  1  7 20  0.000000  1    0.373381040666E-03                     
+AS G04  2009  4  1  7 20  0.000000  1   -0.344567893958E-04                     
+AS G06  2009  4  1  7 20  0.000000  1    0.599148440001E-04                     
+AS G08  2009  4  1  7 20  0.000000  1   -0.196520288078E-03                     
+AS G09  2009  4  1  7 20  0.000000  1    0.484227282764E-04                     
+AS G10  2009  4  1  7 20  0.000000  1   -0.136198136068E-04                     
+AS G14  2009  4  1  7 20  0.000000  1   -0.132490389029E-03                     
+AS G13  2009  4  1  7 20  0.000000  1    0.293244855946E-03                     
+AS G28  2009  4  1  7 20  0.000000  1   -0.238289640971E-04                     
+AS G21  2009  4  1  7 20  0.000000  1    0.215575076222E-04                     
+AS G11  2009  4  1  7 20  0.000000  1    0.277176785858E-05                     
+AS G22  2009  4  1  7 20  0.000000  1    0.202437746999E-03                     
+AS G20  2009  4  1  7 20  0.000000  1    0.865755007079E-04                     
+AS G18  2009  4  1  7 20  0.000000  1   -0.695805911640E-04                     
+AS G16  2009  4  1  7 20  0.000000  1    0.630500029069E-04                     
+AS G19  2009  4  1  7 20  0.000000  1    0.293717752206E-04                     
+AS G23  2009  4  1  7 20  0.000000  1    0.388981160054E-03                     
+AS G02  2009  4  1  7 20  0.000000  1    0.153938051030E-03                     
+AS G31  2009  4  1  7 20  0.000000  1   -0.564543543951E-04                     
+AS G17  2009  4  1  7 20  0.000000  1    0.524128249152E-04                     
+AS G12  2009  4  1  7 20  0.000000  1   -0.299602939489E-03                     
+AS G15  2009  4  1  7 20  0.000000  1   -0.275934120272E-03                     
+AS G29  2009  4  1  7 20  0.000000  1    0.478635315462E-05                     
+AS G07  2009  4  1  7 20  0.000000  1    0.209876585762E-04                     
+AS R02  2009  4  1  7 20  0.000000  1    0.207055110306E-04                     
+AS R03  2009  4  1  7 20  0.000000  1   -0.342302225633E-04                     
+AS R04  2009  4  1  7 20  0.000000  1    0.639400858652E-04                     
+AS R06  2009  4  1  7 20  0.000000  1   -0.169244588599E-03                     
+AS R07  2009  4  1  7 20  0.000000  1   -0.892303460969E-04                     
+AS R08  2009  4  1  7 20  0.000000  1   -0.102010861374E-03                     
+AS R10  2009  4  1  7 20  0.000000  1   -0.140847614788E-03                     
+AS R11  2009  4  1  7 20  0.000000  1   -0.926127490498E-04                     
+AS R13  2009  4  1  7 20  0.000000  1   -0.230622929661E-03                     
+AS R14  2009  4  1  7 20  0.000000  1   -0.796618469109E-04                     
+AS R15  2009  4  1  7 20  0.000000  1    0.920930004505E-04                     
+AS R17  2009  4  1  7 20  0.000000  1   -0.261250391505E-03                     
+AS R18  2009  4  1  7 20  0.000000  1   -0.134376571902E-05                     
+AS R19  2009  4  1  7 20  0.000000  1   -0.894057055524E-04                     
+AS R20  2009  4  1  7 20  0.000000  1   -0.650114010099E-04                     
+AS R21  2009  4  1  7 20  0.000000  1   -0.143319977238E-03                     
+AS R22  2009  4  1  7 20  0.000000  1   -0.201533159658E-03                     
+AS R23  2009  4  1  7 20  0.000000  1   -0.200389557698E-03                     
+AR ALGO 2009  4  1  7 20  0.000000  1    0.806878492897E-04                     
+AR ALIC 2009  4  1  7 20  0.000000  1    0.116038748145E-08                     
+AR AMC2 2009  4  1  7 20  0.000000  1    0.159205918540E-08                     
+AR ANKR 2009  4  1  7 20  0.000000  1    0.350158464672E-03                     
+AR ARTU 2009  4  1  7 20  0.000000  1   -0.619571198240E-07                     
+AR ASPA 2009  4  1  7 20  0.000000  1    0.348339830389E-07                     
+AR BHR1 2009  4  1  7 20  0.000000  1    0.563382976379E-03                     
+AR BARH 2009  4  1  7 20  0.000000  1    0.340818320976E-08                     
+AR BJFS 2009  4  1  7 20  0.000000  1   -0.465028817677E-07                     
+AR BOGT 2009  4  1  7 20  0.000000  1   -0.461559384404E-07                     
+AR BRMU 2009  4  1  7 20  0.000000  1    0.893256267226E-04                     
+AR CAGZ 2009  4  1  7 20  0.000000  1    0.260741025253E-03                     
+AR CAS1 2009  4  1  7 20  0.000000  1   -0.365613994955E-08                     
+AR CHAT 2009  4  1  7 20  0.000000  1   -0.662847901602E-07                     
+AR CHPI 2009  4  1  7 20  0.000000  1   -0.532632165421E-07                     
+AR COCO 2009  4  1  7 20  0.000000  1    0.227631437059E-03                     
+AR CONZ 2009  4  1  7 20  0.000000  1   -0.486005602588E-04                     
+AR CRAR 2009  4  1  7 20  0.000000  1    0.320122404294E-03                     
+AR CRO1 2009  4  1  7 20  0.000000  1    0.665103994580E-03                     
+AR DAEJ 2009  4  1  7 20  0.000000  1   -0.196584070755E-03                     
+AR DARW 2009  4  1  7 20  0.000000  1   -0.771867014257E-08                     
+AR DGAR 2009  4  1  7 20  0.000000  1   -0.953567746984E-07                     
+AR DRAO 2009  4  1  7 20  0.000000  1    0.112313681596E-03                     
+AR FAA1 2009  4  1  7 20  0.000000  1   -0.125247078820E-07                     
+AR FAIR 2009  4  1  7 20  0.000000  1   -0.496915595154E-07                     
+AR GLPS 2009  4  1  7 20  0.000000  1   -0.527543693062E-07                     
+AR GUAM 2009  4  1  7 20  0.000000  1   -0.791282062375E-07                     
+AR GUAT 2009  4  1  7 20  0.000000  1    0.435290929688E-08                     
+AR HOB2 2009  4  1  7 20  0.000000  1    0.866928292487E-07                     
+AR HOFN 2009  4  1  7 20  0.000000  1   -0.819035172719E-04                     
+AR HOLM 2009  4  1  7 20  0.000000  1   -0.445151547913E-07                     
+AR HRAO 2009  4  1  7 20  0.000000  1    0.849460392141E-03                     
+AR HYDE 2009  4  1  7 20  0.000000  1    0.173943624265E-08                     
+AR IRKJ 2009  4  1  7 20  0.000000  1    0.163746754038E-03                     
+AR ISPA 2009  4  1  7 20  0.000000  1   -0.556733407709E-07                     
+AR KARR 2009  4  1  7 20  0.000000  1   -0.724305408318E-07                     
+AR KERG 2009  4  1  7 20  0.000000  1    0.817247813554E-03                     
+AR KHAJ 2009  4  1  7 20  0.000000  1   -0.150791294576E-05                     
+AR KIR0 2009  4  1  7 20  0.000000  1    0.283495939707E-03                     
+AR KIRU 2009  4  1  7 20  0.000000  1    0.591396292401E-03                     
+AR KIT3 2009  4  1  7 20  0.000000  1   -0.505292424566E-08                     
+AR KOUR 2009  4  1  7 20  0.000000  1    0.125013984694E-03                     
+AR KUNM 2009  4  1  7 20  0.000000  1    0.761681410429E-09                     
+AR LHAZ 2009  4  1  7 20  0.000000  1   -0.203100674645E-03                     
+AR MAL2 2009  4  1  7 20  0.000000  1   -0.187967426032E-07                     
+AR MAS1 2009  4  1  7 20  0.000000  1   -0.101606825723E-03                     
+AR MAW1 2009  4  1  7 20  0.000000  1    0.642421904442E-08                     
+AR MCIL 2009  4  1  7 20  0.000000  1    0.255953084535E-07                     
+AR MCM4 2009  4  1  7 20  0.000000  1   -0.667397205952E-07                     
+AR MDO1 2009  4  1  7 20  0.000000  1   -0.363840597390E-07                     
+AR MDVJ 2009  4  1  7 20  0.000000  1    0.438552719530E-03                     
+AR MKEA 2009  4  1  7 20  0.000000  1   -0.544284958891E-07                     
+AR MOBS 2009  4  1  7 20  0.000000  1   -0.418572904098E-08                     
+AR NANO 2009  4  1  7 20  0.000000  1    0.179162497089E-08                     
+AR NLIB 2009  4  1  7 20  0.000000  1   -0.117341478898E-06                     
+AR NNOR 2009  4  1  7 20  0.000000  1    0.365796631335E-03                     
+AR NRC1 2009  4  1  7 20  0.000000  1   -0.448728754153E-05                     
+AR NRIL 2009  4  1  7 20  0.000000  1   -0.593812665226E-07                     
+AR NRMD 2009  4  1  7 20  0.000000  1    0.260717076997E-07                     
+AR NTUS 2009  4  1  7 20  0.000000  1    0.142351571117E-08                     
+AR NYAL 2009  4  1  7 20  0.000000  1    0.936533510729E-07                     
+AR OHI3 2009  4  1  7 20  0.000000  1    0.221302454514E-03                     
+AR ONSA 2009  4  1  7 20  0.000000  1   -0.324755708960E-04                     
+AR PDEL 2009  4  1  7 20  0.000000  1    0.161714033371E-08                     
+AR PERT 2009  4  1  7 20  0.000000  1   -0.663185899621E-07                     
+AR PETP 2009  4  1  7 20  0.000000  1   -0.369576908952E-07                     
+AR PIMO 2009  4  1  7 20  0.000000  1   -0.897221793312E-07                     
+AR QAQ1 2009  4  1  7 20  0.000000  1   -0.565163531447E-07                     
+AR QUIN 2009  4  1  7 20  0.000000  1   -0.507472900854E-07                     
+AR RABT 2009  4  1  7 20  0.000000  1   -0.469986440028E-07                     
+AR RAMO 2009  4  1  7 20  0.000000  1    0.548148812356E-07                     
+AR RCMN 2009  4  1  7 20  0.000000  1    0.582952013679E-08                     
+AR REDU 2009  4  1  7 20  0.000000  1   -0.475586362715E-07                     
+AR REUN 2009  4  1  7 20  0.000000  1    0.184716630366E-07                     
+AR REYK 2009  4  1  7 20  0.000000  1   -0.228652754106E-03                     
+AR SCH2 2009  4  1  7 20  0.000000  1    0.188089476127E-03                     
+AR SCUB 2009  4  1  7 20  0.000000  1   -0.539544449495E-07                     
+AR STJO 2009  4  1  7 20  0.000000  1   -0.702472170836E-05                     
+AR SYDN 2009  4  1  7 20  0.000000  1    0.141090510199E-05                     
+AR SYOG 2009  4  1  7 20  0.000000  1    0.140095490283E-04                     
+AR THU2 2009  4  1  7 20  0.000000  1   -0.417642400897E-03                     
+AR TOW2 2009  4  1  7 20  0.000000  1    0.219664248389E-08                     
+AR URUM 2009  4  1  7 20  0.000000  1    0.548766365066E-04                     
+AR VESL 2009  4  1  7 20  0.000000  1    0.475258873262E-03                     
+AR VILL 2009  4  1  7 20  0.000000  1   -0.501806740832E-07                     
+AR WTZR 2009  4  1  7 20  0.000000  1    0.447249141218E-07                     
+AR WUHN 2009  4  1  7 20  0.000000  1   -0.542413745110E-07                     
+AR YSSK 2009  4  1  7 20  0.000000  1   -0.603307268802E-07                     
+AR ZIM2 2009  4  1  7 20  0.000000  1    0.252740430994E-07                     
+AR XMIS 2009  4  1  7 20  0.000000  1   -0.457646610425E-08                     
+AR GODZ 2009  4  1  7 20  0.000000  1   -0.469122056763E-03                     
+AR MTKA 2009  4  1  7 20  0.000000  1   -0.117495462698E-06                     
+AR TIXJ 2009  4  1  7 20  0.000000  1    0.394033273077E-03                     
+AR PARK 2009  4  1  7 20  0.000000  1    0.804265201045E-06                     
+AR UNBJ 2009  4  1  7 20  0.000000  1    0.242245067355E-03                     
+AR NOVM 2009  4  1  7 20  0.000000  1    0.798332201360E-04                     
+AR SUNM 2009  4  1  7 20  0.000000  1    0.115686478715E-03                     
+AR CEBR 2009  4  1  7 20  0.000000  1    0.719431613015E-03                     
+AR CPXF 2009  4  1  7 20  0.000000  1    0.124569200569E-07                     
+AR IDDR 2009  4  1  7 20  0.000000  1    0.137434456871E-07                     
+AR AZGB 2009  4  1  7 20  0.000000  1    0.742682202958E-04                     
+AR TN22 2009  4  1  7 20  0.000000  1   -0.286864481065E-03                     
+AR ETAD 2009  4  1  7 20  0.000000  1    0.296363312397E-07                     
+AR ILHA 2009  4  1  7 20  0.000000  1   -0.301188418684E-08                     
+AR POVE 2009  4  1  7 20  0.000000  1   -0.557917518734E-08                     
+AR RECF 2009  4  1  7 20  0.000000  1    0.232894912513E-07                     
+AR SALU 2009  4  1  7 20  0.000000  1    0.248041743579E-07                     
+AR SAVO 2009  4  1  7 20  0.000000  1    0.221710160520E-07                     
+AR UFPR 2009  4  1  7 20  0.000000  1    0.221194751381E-07                     
+AR YELL 2009  4  1  7 20  0.000000  1    0.239362000000E-06                     
+AS G32  2009  4  1  7 25  0.000000  1    0.280259306911E-03                     
+AS G24  2009  4  1  7 25  0.000000  1    0.177780408080E-03                     
+AS G25  2009  4  1  7 25  0.000000  1    0.334170756063E-03                     
+AS G26  2009  4  1  7 25  0.000000  1    0.544206143762E-04                     
+AS G27  2009  4  1  7 25  0.000000  1    0.370776327565E-04                     
+AS G30  2009  4  1  7 25  0.000000  1    0.136215803783E-03                     
+AS G03  2009  4  1  7 25  0.000000  1    0.373383037814E-03                     
+AS G04  2009  4  1  7 25  0.000000  1   -0.344612263345E-04                     
+AS G06  2009  4  1  7 25  0.000000  1    0.599201593154E-04                     
+AS G08  2009  4  1  7 25  0.000000  1   -0.196520216849E-03                     
+AS G09  2009  4  1  7 25  0.000000  1    0.484235376854E-04                     
+AS G10  2009  4  1  7 25  0.000000  1   -0.136191315090E-04                     
+AS G14  2009  4  1  7 25  0.000000  1   -0.132488656512E-03                     
+AS G13  2009  4  1  7 25  0.000000  1    0.293245467389E-03                     
+AS G28  2009  4  1  7 25  0.000000  1   -0.238289308007E-04                     
+AS G21  2009  4  1  7 25  0.000000  1    0.215572292698E-04                     
+AS G11  2009  4  1  7 25  0.000000  1    0.277145424308E-05                     
+AS G22  2009  4  1  7 25  0.000000  1    0.202437154235E-03                     
+AS G20  2009  4  1  7 25  0.000000  1    0.865751905826E-04                     
+AS G18  2009  4  1  7 25  0.000000  1   -0.695793491218E-04                     
+AS G16  2009  4  1  7 25  0.000000  1    0.630492107733E-04                     
+AS G19  2009  4  1  7 25  0.000000  1    0.293716060986E-04                     
+AS G23  2009  4  1  7 25  0.000000  1    0.388981123396E-03                     
+AS G02  2009  4  1  7 25  0.000000  1    0.153937880027E-03                     
+AS G31  2009  4  1  7 25  0.000000  1   -0.564546320386E-04                     
+AS G17  2009  4  1  7 25  0.000000  1    0.524129978572E-04                     
+AS G12  2009  4  1  7 25  0.000000  1   -0.299601417907E-03                     
+AS G15  2009  4  1  7 25  0.000000  1   -0.275935463838E-03                     
+AS G29  2009  4  1  7 25  0.000000  1    0.478747703417E-05                     
+AS G07  2009  4  1  7 25  0.000000  1    0.209875024095E-04                     
+AS R02  2009  4  1  7 25  0.000000  1    0.207042774719E-04                     
+AS R03  2009  4  1  7 25  0.000000  1   -0.342316178892E-04                     
+AS R04  2009  4  1  7 25  0.000000  1    0.639363807963E-04                     
+AS R06  2009  4  1  7 25  0.000000  1   -0.169244352976E-03                     
+AS R07  2009  4  1  7 25  0.000000  1   -0.892295962304E-04                     
+AS R08  2009  4  1  7 25  0.000000  1   -0.102010445073E-03                     
+AS R10  2009  4  1  7 25  0.000000  1   -0.140847674132E-03                     
+AS R11  2009  4  1  7 25  0.000000  1   -0.926128717130E-04                     
+AS R13  2009  4  1  7 25  0.000000  1   -0.230623195907E-03                     
+AS R14  2009  4  1  7 25  0.000000  1   -0.796606209038E-04                     
+AS R15  2009  4  1  7 25  0.000000  1    0.920937007512E-04                     
+AS R17  2009  4  1  7 25  0.000000  1   -0.261250662028E-03                     
+AS R18  2009  4  1  7 25  0.000000  1   -0.134397163916E-05                     
+AS R19  2009  4  1  7 25  0.000000  1   -0.894061810756E-04                     
+AS R20  2009  4  1  7 25  0.000000  1   -0.650113232996E-04                     
+AS R21  2009  4  1  7 25  0.000000  1   -0.143320536797E-03                     
+AS R22  2009  4  1  7 25  0.000000  1   -0.201533797417E-03                     
+AS R23  2009  4  1  7 25  0.000000  1   -0.200388061368E-03                     
+AR ALGO 2009  4  1  7 25  0.000000  1    0.806919858084E-04                     
+AR ALIC 2009  4  1  7 25  0.000000  1    0.480872219782E-08                     
+AR AMC2 2009  4  1  7 25  0.000000  1    0.159667429957E-08                     
+AR ANKR 2009  4  1  7 25  0.000000  1    0.416454944157E-03                     
+AR ARTU 2009  4  1  7 25  0.000000  1   -0.633176068285E-07                     
+AR ASPA 2009  4  1  7 25  0.000000  1    0.346537472036E-07                     
+AR BHR1 2009  4  1  7 25  0.000000  1    0.563383007284E-03                     
+AR BARH 2009  4  1  7 25  0.000000  1    0.347882137597E-08                     
+AR BJFS 2009  4  1  7 25  0.000000  1   -0.453644923219E-07                     
+AR BOGT 2009  4  1  7 25  0.000000  1   -0.449815417701E-07                     
+AR BRMU 2009  4  1  7 25  0.000000  1   -0.414877360807E-03                     
+AR CAGZ 2009  4  1  7 25  0.000000  1    0.484448356100E-03                     
+AR CAS1 2009  4  1  7 25  0.000000  1   -0.157261812055E-08                     
+AR CHAT 2009  4  1  7 25  0.000000  1   -0.638639990522E-07                     
+AR CHPI 2009  4  1  7 25  0.000000  1   -0.524771261460E-07                     
+AR COCO 2009  4  1  7 25  0.000000  1    0.227630575962E-03                     
+AR CONZ 2009  4  1  7 25  0.000000  1   -0.180812909471E-03                     
+AR CRAR 2009  4  1  7 25  0.000000  1    0.294855984127E-03                     
+AR CRO1 2009  4  1  7 25  0.000000  1    0.665104051498E-03                     
+AR DAEJ 2009  4  1  7 25  0.000000  1   -0.196583488532E-03                     
+AR DARW 2009  4  1  7 25  0.000000  1   -0.763278383567E-08                     
+AR DGAR 2009  4  1  7 25  0.000000  1   -0.937590042608E-07                     
+AR DRAO 2009  4  1  7 25  0.000000  1    0.112350607657E-03                     
+AR FAA1 2009  4  1  7 25  0.000000  1   -0.125542679688E-07                     
+AR FAIR 2009  4  1  7 25  0.000000  1   -0.501564345818E-07                     
+AR GLPS 2009  4  1  7 25  0.000000  1   -0.520845063057E-07                     
+AR GUAM 2009  4  1  7 25  0.000000  1   -0.794427346806E-07                     
+AR GUAT 2009  4  1  7 25  0.000000  1    0.491303911417E-08                     
+AR HOB2 2009  4  1  7 25  0.000000  1    0.867653627065E-07                     
+AR HOFN 2009  4  1  7 25  0.000000  1   -0.386842475402E-05                     
+AR HOLM 2009  4  1  7 25  0.000000  1   -0.440283112221E-07                     
+AR HRAO 2009  4  1  7 25  0.000000  1    0.849460486565E-03                     
+AR HYDE 2009  4  1  7 25  0.000000  1   -0.446106495772E-08                     
+AR IRKJ 2009  4  1  7 25  0.000000  1    0.163746766823E-03                     
+AR ISPA 2009  4  1  7 25  0.000000  1   -0.548481624568E-07                     
+AR KARR 2009  4  1  7 25  0.000000  1   -0.735542565825E-07                     
+AR KERG 2009  4  1  7 25  0.000000  1    0.817253686878E-03                     
+AR KHAJ 2009  4  1  7 25  0.000000  1   -0.150789263550E-05                     
+AR KIR0 2009  4  1  7 25  0.000000  1    0.283489148220E-03                     
+AR KIRU 2009  4  1  7 25  0.000000  1    0.591391277695E-03                     
+AR KIT3 2009  4  1  7 25  0.000000  1    0.498139030849E-08                     
+AR KOUR 2009  4  1  7 25  0.000000  1    0.125013993526E-03                     
+AR KUNM 2009  4  1  7 25  0.000000  1   -0.108329721793E-07                     
+AR LHAZ 2009  4  1  7 25  0.000000  1   -0.181688681883E-03                     
+AR MAL2 2009  4  1  7 25  0.000000  1   -0.126589820027E-07                     
+AR MAS1 2009  4  1  7 25  0.000000  1   -0.101606748180E-03                     
+AR MAW1 2009  4  1  7 25  0.000000  1    0.692350464534E-08                     
+AR MCIL 2009  4  1  7 25  0.000000  1    0.272484960445E-07                     
+AR MCM4 2009  4  1  7 25  0.000000  1   -0.661968916636E-07                     
+AR MDO1 2009  4  1  7 25  0.000000  1   -0.375779615564E-07                     
+AR MDVJ 2009  4  1  7 25  0.000000  1    0.438552722419E-03                     
+AR MKEA 2009  4  1  7 25  0.000000  1   -0.519459338184E-07                     
+AR MOBS 2009  4  1  7 25  0.000000  1   -0.140470319180E-08                     
+AR NANO 2009  4  1  7 25  0.000000  1    0.393095586333E-08                     
+AR NLIB 2009  4  1  7 25  0.000000  1   -0.117329952100E-06                     
+AR NNOR 2009  4  1  7 25  0.000000  1    0.365796344843E-03                     
+AR NRC1 2009  4  1  7 25  0.000000  1   -0.448725532773E-05                     
+AR NRIL 2009  4  1  7 25  0.000000  1   -0.534424040157E-07                     
+AR NRMD 2009  4  1  7 25  0.000000  1    0.290979139486E-07                     
+AR NTUS 2009  4  1  7 25  0.000000  1    0.205935779422E-08                     
+AR NYAL 2009  4  1  7 25  0.000000  1    0.936718435900E-07                     
+AR OHI3 2009  4  1  7 25  0.000000  1    0.321433101658E-03                     
+AR ONSA 2009  4  1  7 25  0.000000  1   -0.324756082024E-04                     
+AR PDEL 2009  4  1  7 25  0.000000  1    0.161551568518E-08                     
+AR PERT 2009  4  1  7 25  0.000000  1   -0.645846650295E-07                     
+AR PETP 2009  4  1  7 25  0.000000  1   -0.605382279777E-07                     
+AR PIMO 2009  4  1  7 25  0.000000  1   -0.907314490468E-07                     
+AR QAQ1 2009  4  1  7 25  0.000000  1   -0.597773039984E-07                     
+AR QUIN 2009  4  1  7 25  0.000000  1   -0.513215531576E-07                     
+AR RABT 2009  4  1  7 25  0.000000  1   -0.466758829454E-07                     
+AR RAMO 2009  4  1  7 25  0.000000  1    0.718370409496E-07                     
+AR RCMN 2009  4  1  7 25  0.000000  1    0.487935997884E-08                     
+AR REDU 2009  4  1  7 25  0.000000  1   -0.478149050707E-07                     
+AR REUN 2009  4  1  7 25  0.000000  1    0.172093631318E-07                     
+AR REYK 2009  4  1  7 25  0.000000  1   -0.207004803808E-03                     
+AR SCH2 2009  4  1  7 25  0.000000  1    0.188104454182E-03                     
+AR SCUB 2009  4  1  7 25  0.000000  1   -0.619058679970E-07                     
+AR STJO 2009  4  1  7 25  0.000000  1   -0.702500325852E-05                     
+AR SYDN 2009  4  1  7 25  0.000000  1    0.141103988304E-05                     
+AR SYOG 2009  4  1  7 25  0.000000  1    0.140095970451E-04                     
+AR THU2 2009  4  1  7 25  0.000000  1   -0.419644551153E-03                     
+AR TOW2 2009  4  1  7 25  0.000000  1    0.310108273865E-08                     
+AR URUM 2009  4  1  7 25  0.000000  1   -0.223161311211E-04                     
+AR VESL 2009  4  1  7 25  0.000000  1   -0.486160201269E-03                     
+AR VILL 2009  4  1  7 25  0.000000  1   -0.552515344540E-07                     
+AR WTZR 2009  4  1  7 25  0.000000  1    0.447482520423E-07                     
+AR WUHN 2009  4  1  7 25  0.000000  1   -0.547730311071E-07                     
+AR YSSK 2009  4  1  7 25  0.000000  1   -0.588007121924E-07                     
+AR ZIM2 2009  4  1  7 25  0.000000  1    0.224337104874E-07                     
+AR XMIS 2009  4  1  7 25  0.000000  1   -0.580758479486E-08                     
+AR GODZ 2009  4  1  7 25  0.000000  1   -0.469122048791E-03                     
+AR MTKA 2009  4  1  7 25  0.000000  1   -0.107262727073E-06                     
+AR TIXJ 2009  4  1  7 25  0.000000  1    0.388846296533E-03                     
+AR PARK 2009  4  1  7 25  0.000000  1    0.804371230229E-06                     
+AR UNBJ 2009  4  1  7 25  0.000000  1    0.170162934940E-03                     
+AR NOVM 2009  4  1  7 25  0.000000  1    0.798332195231E-04                     
+AR SUNM 2009  4  1  7 25  0.000000  1   -0.404556920476E-04                     
+AR CEBR 2009  4  1  7 25  0.000000  1    0.719431617974E-03                     
+AR CPXF 2009  4  1  7 25  0.000000  1    0.110188745099E-07                     
+AR IDDR 2009  4  1  7 25  0.000000  1    0.137892855078E-07                     
+AR AZGB 2009  4  1  7 25  0.000000  1   -0.651509748280E-04                     
+AR TN22 2009  4  1  7 25  0.000000  1   -0.364863622097E-03                     
+AR ETAD 2009  4  1  7 25  0.000000  1    0.274983491565E-07                     
+AR ILHA 2009  4  1  7 25  0.000000  1   -0.179015977013E-08                     
+AR POVE 2009  4  1  7 25  0.000000  1   -0.204784189332E-08                     
+AR RECF 2009  4  1  7 25  0.000000  1    0.245045201625E-07                     
+AR SALU 2009  4  1  7 25  0.000000  1    0.241011172742E-07                     
+AR SAVO 2009  4  1  7 25  0.000000  1    0.230822510999E-07                     
+AR UFPR 2009  4  1  7 25  0.000000  1    0.229836135722E-07                     
+AR YELL 2009  4  1  7 25  0.000000  1    0.239432000000E-06                     
+AS G32  2009  4  1  7 30  0.000000  1    0.280257881428E-03                     
+AS G24  2009  4  1  7 30  0.000000  1    0.177781096873E-03                     
+AS G25  2009  4  1  7 30  0.000000  1    0.334177361881E-03                     
+AS G26  2009  4  1  7 30  0.000000  1    0.544212210417E-04                     
+AS G27  2009  4  1  7 30  0.000000  1    0.370779431963E-04                     
+AS G30  2009  4  1  7 30  0.000000  1    0.136216662522E-03                     
+AS G03  2009  4  1  7 30  0.000000  1    0.373384508452E-03                     
+AS G04  2009  4  1  7 30  0.000000  1   -0.344656957651E-04                     
+AS G06  2009  4  1  7 30  0.000000  1    0.599255142769E-04                     
+AS G08  2009  4  1  7 30  0.000000  1   -0.196520221176E-03                     
+AS G09  2009  4  1  7 30  0.000000  1    0.484240303899E-04                     
+AS G10  2009  4  1  7 30  0.000000  1   -0.136189638323E-04                     
+AS G14  2009  4  1  7 30  0.000000  1   -0.132486577455E-03                     
+AS G13  2009  4  1  7 30  0.000000  1    0.293245589876E-03                     
+AS G28  2009  4  1  7 30  0.000000  1   -0.238288215088E-04                     
+AS G21  2009  4  1  7 30  0.000000  1    0.215570508989E-04                     
+AS G11  2009  4  1  7 30  0.000000  1    0.277148313875E-05                     
+AS G22  2009  4  1  7 30  0.000000  1    0.202436888676E-03                     
+AS G20  2009  4  1  7 30  0.000000  1    0.865750420010E-04                     
+AS G18  2009  4  1  7 30  0.000000  1   -0.695783190836E-04                     
+AS G16  2009  4  1  7 30  0.000000  1    0.630484023066E-04                     
+AS G19  2009  4  1  7 30  0.000000  1    0.293716819438E-04                     
+AS G23  2009  4  1  7 30  0.000000  1    0.388981441693E-03                     
+AS G02  2009  4  1  7 30  0.000000  1    0.153937825907E-03                     
+AS G31  2009  4  1  7 30  0.000000  1   -0.564546600302E-04                     
+AS G17  2009  4  1  7 30  0.000000  1    0.524139154460E-04                     
+AS G12  2009  4  1  7 30  0.000000  1   -0.299599889964E-03                     
+AS G15  2009  4  1  7 30  0.000000  1   -0.275936583223E-03                     
+AS G29  2009  4  1  7 30  0.000000  1    0.478902888392E-05                     
+AS G07  2009  4  1  7 30  0.000000  1    0.209876237239E-04                     
+AS R02  2009  4  1  7 30  0.000000  1    0.207031910257E-04                     
+AS R03  2009  4  1  7 30  0.000000  1   -0.342313901596E-04                     
+AS R04  2009  4  1  7 30  0.000000  1    0.639354605749E-04                     
+AS R06  2009  4  1  7 30  0.000000  1   -0.169243101025E-03                     
+AS R07  2009  4  1  7 30  0.000000  1   -0.892297165499E-04                     
+AS R08  2009  4  1  7 30  0.000000  1   -0.102010275690E-03                     
+AS R10  2009  4  1  7 30  0.000000  1   -0.140847397569E-03                     
+AS R11  2009  4  1  7 30  0.000000  1   -0.926133614133E-04                     
+AS R13  2009  4  1  7 30  0.000000  1   -0.230623647179E-03                     
+AS R14  2009  4  1  7 30  0.000000  1   -0.796603704706E-04                     
+AS R15  2009  4  1  7 30  0.000000  1    0.920935492635E-04                     
+AS R17  2009  4  1  7 30  0.000000  1   -0.261250954068E-03                     
+AS R18  2009  4  1  7 30  0.000000  1   -0.134396164209E-05                     
+AS R19  2009  4  1  7 30  0.000000  1   -0.894064437808E-04                     
+AS R20  2009  4  1  7 30  0.000000  1   -0.650109339670E-04                     
+AS R21  2009  4  1  7 30  0.000000  1   -0.143321149012E-03                     
+AS R22  2009  4  1  7 30  0.000000  1   -0.201534498519E-03                     
+AS R23  2009  4  1  7 30  0.000000  1   -0.200386937026E-03                     
+AR ALGO 2009  4  1  7 30  0.000000  1    0.806962349042E-04                     
+AR ALIC 2009  4  1  7 30  0.000000  1    0.525743404379E-08                     
+AR AMC2 2009  4  1  7 30  0.000000  1    0.162196510502E-08                     
+AR ANKR 2009  4  1  7 30  0.000000  1    0.482571525968E-03                     
+AR ARTU 2009  4  1  7 30  0.000000  1   -0.634897063761E-07                     
+AR ASPA 2009  4  1  7 30  0.000000  1    0.351502256976E-07                     
+AR BHR1 2009  4  1  7 30  0.000000  1    0.563383042507E-03                     
+AR BARH 2009  4  1  7 30  0.000000  1    0.137450447224E-08                     
+AR BJFS 2009  4  1  7 30  0.000000  1   -0.420611039036E-07                     
+AR BOGT 2009  4  1  7 30  0.000000  1   -0.418339275959E-07                     
+AR BRMU 2009  4  1  7 30  0.000000  1    0.804955759239E-04                     
+AR CAGZ 2009  4  1  7 30  0.000000  1   -0.291905589228E-03                     
+AR CAS1 2009  4  1  7 30  0.000000  1   -0.854231679917E-09                     
+AR CHAT 2009  4  1  7 30  0.000000  1   -0.607410316000E-07                     
+AR CHPI 2009  4  1  7 30  0.000000  1   -0.527330149167E-07                     
+AR CONZ 2009  4  1  7 30  0.000000  1   -0.312923950683E-03                     
+AR CRAR 2009  4  1  7 30  0.000000  1    0.269591956410E-03                     
+AR CRO1 2009  4  1  7 30  0.000000  1    0.665104050761E-03                     
+AR DAEJ 2009  4  1  7 30  0.000000  1   -0.196583114198E-03                     
+AR DARW 2009  4  1  7 30  0.000000  1   -0.222788842988E-08                     
+AR DGAR 2009  4  1  7 30  0.000000  1   -0.945588878055E-07                     
+AR DRAO 2009  4  1  7 30  0.000000  1    0.112387228914E-03                     
+AR FAA1 2009  4  1  7 30  0.000000  1   -0.119473802479E-07                     
+AR FAIR 2009  4  1  7 30  0.000000  1   -0.488351803458E-07                     
+AR GLPS 2009  4  1  7 30  0.000000  1   -0.509995136476E-07                     
+AR GUAM 2009  4  1  7 30  0.000000  1   -0.800757674677E-07                     
+AR GUAT 2009  4  1  7 30  0.000000  1    0.336721062824E-08                     
+AR HOB2 2009  4  1  7 30  0.000000  1    0.867942459191E-07                     
+AR HOFN 2009  4  1  7 30  0.000000  1    0.741099269554E-04                     
+AR HOLM 2009  4  1  7 30  0.000000  1   -0.432118158185E-07                     
+AR HRAO 2009  4  1  7 30  0.000000  1    0.849460582677E-03                     
+AR HYDE 2009  4  1  7 30  0.000000  1   -0.302811102255E-08                     
+AR IRKJ 2009  4  1  7 30  0.000000  1    0.163746779110E-03                     
+AR ISPA 2009  4  1  7 30  0.000000  1   -0.552163285754E-07                     
+AR KARR 2009  4  1  7 30  0.000000  1   -0.639702014043E-07                     
+AR KERG 2009  4  1  7 30  0.000000  1    0.817260138497E-03                     
+AR KHAJ 2009  4  1  7 30  0.000000  1   -0.150786610807E-05                     
+AR KIR0 2009  4  1  7 30  0.000000  1    0.283482390138E-03                     
+AR KIRU 2009  4  1  7 30  0.000000  1    0.591386313233E-03                     
+AR KIT3 2009  4  1  7 30  0.000000  1   -0.664873155116E-09                     
+AR KOUR 2009  4  1  7 30  0.000000  1    0.125014011022E-03                     
+AR KUNM 2009  4  1  7 30  0.000000  1   -0.126761569691E-07                     
+AR LHAZ 2009  4  1  7 30  0.000000  1   -0.160227300957E-03                     
+AR MAL2 2009  4  1  7 30  0.000000  1   -0.137635013816E-07                     
+AR MAS1 2009  4  1  7 30  0.000000  1   -0.101606668610E-03                     
+AR MAW1 2009  4  1  7 30  0.000000  1    0.554175319306E-08                     
+AR MCIL 2009  4  1  7 30  0.000000  1    0.276384061430E-07                     
+AR MCM4 2009  4  1  7 30  0.000000  1   -0.639567972973E-07                     
+AR MDO1 2009  4  1  7 30  0.000000  1   -0.406770153785E-07                     
+AR MDVJ 2009  4  1  7 30  0.000000  1    0.438552737265E-03                     
+AR MKEA 2009  4  1  7 30  0.000000  1   -0.525753993883E-07                     
+AR MOBS 2009  4  1  7 30  0.000000  1    0.151017128281E-09                     
+AR NANO 2009  4  1  7 30  0.000000  1    0.436586941632E-08                     
+AR NLIB 2009  4  1  7 30  0.000000  1   -0.117323248382E-06                     
+AR NNOR 2009  4  1  7 30  0.000000  1    0.365796290379E-03                     
+AR NRC1 2009  4  1  7 30  0.000000  1   -0.448722045854E-05                     
+AR NRIL 2009  4  1  7 30  0.000000  1   -0.484144532632E-07                     
+AR NRMD 2009  4  1  7 30  0.000000  1    0.293755856983E-07                     
+AR NTUS 2009  4  1  7 30  0.000000  1    0.359439234744E-08                     
+AR NYAL 2009  4  1  7 30  0.000000  1    0.936953154748E-07                     
+AR OHI3 2009  4  1  7 30  0.000000  1    0.422001141248E-03                     
+AR ONSA 2009  4  1  7 30  0.000000  1   -0.324756406297E-04                     
+AR PDEL 2009  4  1  7 30  0.000000  1   -0.208135053757E-09                     
+AR PERT 2009  4  1  7 30  0.000000  1   -0.612111868450E-07                     
+AR PETP 2009  4  1  7 30  0.000000  1   -0.576508084183E-07                     
+AR PIMO 2009  4  1  7 30  0.000000  1   -0.924830532648E-07                     
+AR QAQ1 2009  4  1  7 30  0.000000  1   -0.617584775912E-07                     
+AR QUIN 2009  4  1  7 30  0.000000  1   -0.546649916773E-07                     
+AR RABT 2009  4  1  7 30  0.000000  1   -0.498361530663E-07                     
+AR RAMO 2009  4  1  7 30  0.000000  1    0.336416440414E-08                     
+AR RCMN 2009  4  1  7 30  0.000000  1    0.501387528798E-08                     
+AR REDU 2009  4  1  7 30  0.000000  1   -0.459011377871E-07                     
+AR REUN 2009  4  1  7 30  0.000000  1    0.174709449021E-07                     
+AR REYK 2009  4  1  7 30  0.000000  1   -0.185462740814E-03                     
+AR SCH2 2009  4  1  7 30  0.000000  1    0.188119413507E-03                     
+AR SCUB 2009  4  1  7 30  0.000000  1   -0.596799951143E-07                     
+AR STJO 2009  4  1  7 30  0.000000  1   -0.702528103157E-05                     
+AR SYDN 2009  4  1  7 30  0.000000  1    0.141121280586E-05                     
+AR SYOG 2009  4  1  7 30  0.000000  1    0.140092354457E-04                     
+AR THU2 2009  4  1  7 30  0.000000  1   -0.421646671582E-03                     
+AR TOW2 2009  4  1  7 30  0.000000  1    0.395700957665E-08                     
+AR URUM 2009  4  1  7 30  0.000000  1   -0.995554987526E-04                     
+AR VESL 2009  4  1  7 30  0.000000  1   -0.447598530138E-03                     
+AR VILL 2009  4  1  7 30  0.000000  1   -0.527816522684E-07                     
+AR WTZR 2009  4  1  7 30  0.000000  1    0.447700264934E-07                     
+AR WUHN 2009  4  1  7 30  0.000000  1   -0.607472166005E-07                     
+AR YSSK 2009  4  1  7 30  0.000000  1   -0.580327697337E-07                     
+AR ZIM2 2009  4  1  7 30  0.000000  1    0.210971459358E-07                     
+AR XMIS 2009  4  1  7 30  0.000000  1   -0.567952472071E-08                     
+AR GODZ 2009  4  1  7 30  0.000000  1   -0.469122025421E-03                     
+AR MTKA 2009  4  1  7 30  0.000000  1   -0.827106624866E-07                     
+AR TIXJ 2009  4  1  7 30  0.000000  1    0.383598989992E-03                     
+AR PARK 2009  4  1  7 30  0.000000  1    0.804473591519E-06                     
+AR UNBJ 2009  4  1  7 30  0.000000  1    0.981210512577E-04                     
+AR NOVM 2009  4  1  7 30  0.000000  1    0.798332417852E-04                     
+AR SUNM 2009  4  1  7 30  0.000000  1   -0.196648554302E-03                     
+AR CEBR 2009  4  1  7 30  0.000000  1    0.719431634106E-03                     
+AR CPXF 2009  4  1  7 30  0.000000  1    0.998183898110E-08                     
+AR IDDR 2009  4  1  7 30  0.000000  1    0.149688762024E-07                     
+AR AZGB 2009  4  1  7 30  0.000000  1   -0.204575418915E-03                     
+AR TN22 2009  4  1  7 30  0.000000  1   -0.443243878305E-03                     
+AR ETAD 2009  4  1  7 30  0.000000  1    0.296911280636E-07                     
+AR ILHA 2009  4  1  7 30  0.000000  1   -0.535504795419E-09                     
+AR POVE 2009  4  1  7 30  0.000000  1   -0.433107799830E-08                     
+AR RECF 2009  4  1  7 30  0.000000  1    0.245102976638E-07                     
+AR SALU 2009  4  1  7 30  0.000000  1    0.219095219448E-07                     
+AR SAVO 2009  4  1  7 30  0.000000  1    0.238910406753E-07                     
+AR UFPR 2009  4  1  7 30  0.000000  1    0.234914570323E-07                     
+AR YELL 2009  4  1  7 30  0.000000  1    0.239502000000E-06                     
+AS G32  2009  4  1  7 35  0.000000  1    0.280256469863E-03                     
+AS G24  2009  4  1  7 35  0.000000  1    0.177781698762E-03                     
+AS G25  2009  4  1  7 35  0.000000  1    0.334183991351E-03                     
+AS G26  2009  4  1  7 35  0.000000  1    0.544217692471E-04                     
+AS G27  2009  4  1  7 35  0.000000  1    0.370782084742E-04                     
+AS G30  2009  4  1  7 35  0.000000  1    0.136217271884E-03                     
+AS G03  2009  4  1  7 35  0.000000  1    0.373386381286E-03                     
+AS G04  2009  4  1  7 35  0.000000  1   -0.344702198731E-04                     
+AS G06  2009  4  1  7 35  0.000000  1    0.599311102334E-04                     
+AS G08  2009  4  1  7 35  0.000000  1   -0.196520983510E-03                     
+AS G09  2009  4  1  7 35  0.000000  1    0.484242116606E-04                     
+AS G10  2009  4  1  7 35  0.000000  1   -0.136189345494E-04                     
+AS G14  2009  4  1  7 35  0.000000  1   -0.132485381204E-03                     
+AS G13  2009  4  1  7 35  0.000000  1    0.293246125966E-03                     
+AS G28  2009  4  1  7 35  0.000000  1   -0.238291862782E-04                     
+AS G21  2009  4  1  7 35  0.000000  1    0.215557827162E-04                     
+AS G11  2009  4  1  7 35  0.000000  1    0.277063723356E-05                     
+AS G22  2009  4  1  7 35  0.000000  1    0.202437017104E-03                     
+AS G20  2009  4  1  7 35  0.000000  1    0.865745968523E-04                     
+AS G18  2009  4  1  7 35  0.000000  1   -0.695775008333E-04                     
+AS G16  2009  4  1  7 35  0.000000  1    0.630471953276E-04                     
+AS G19  2009  4  1  7 35  0.000000  1    0.293709522581E-04                     
+AS G23  2009  4  1  7 35  0.000000  1    0.388981467352E-03                     
+AS G02  2009  4  1  7 35  0.000000  1    0.153937636000E-03                     
+AS G31  2009  4  1  7 35  0.000000  1   -0.564552756466E-04                     
+AS G17  2009  4  1  7 35  0.000000  1    0.524141398750E-04                     
+AS G12  2009  4  1  7 35  0.000000  1   -0.299598872715E-03                     
+AS G15  2009  4  1  7 35  0.000000  1   -0.275938515581E-03                     
+AS G29  2009  4  1  7 35  0.000000  1    0.478993539592E-05                     
+AS G07  2009  4  1  7 35  0.000000  1    0.209871432212E-04                     
+AS R02  2009  4  1  7 35  0.000000  1    0.207021362566E-04                     
+AS R03  2009  4  1  7 35  0.000000  1   -0.342338811465E-04                     
+AS R04  2009  4  1  7 35  0.000000  1    0.639338962230E-04                     
+AS R06  2009  4  1  7 35  0.000000  1   -0.169242316614E-03                     
+AS R07  2009  4  1  7 35  0.000000  1   -0.892289392718E-04                     
+AS R08  2009  4  1  7 35  0.000000  1   -0.102010136667E-03                     
+AS R10  2009  4  1  7 35  0.000000  1   -0.140847012871E-03                     
+AS R11  2009  4  1  7 35  0.000000  1   -0.926137416429E-04                     
+AS R13  2009  4  1  7 35  0.000000  1   -0.230623918283E-03                     
+AS R14  2009  4  1  7 35  0.000000  1   -0.796590730017E-04                     
+AS R15  2009  4  1  7 35  0.000000  1    0.920940003365E-04                     
+AS R17  2009  4  1  7 35  0.000000  1   -0.261251213894E-03                     
+AS R18  2009  4  1  7 35  0.000000  1   -0.134430074775E-05                     
+AS R19  2009  4  1  7 35  0.000000  1   -0.894067156995E-04                     
+AS R20  2009  4  1  7 35  0.000000  1   -0.650104914103E-04                     
+AS R21  2009  4  1  7 35  0.000000  1   -0.143321669214E-03                     
+AS R22  2009  4  1  7 35  0.000000  1   -0.201535483186E-03                     
+AS R23  2009  4  1  7 35  0.000000  1   -0.200385839284E-03                     
+AR ALGO 2009  4  1  7 35  0.000000  1    0.807005584466E-04                     
+AR ALIC 2009  4  1  7 35  0.000000  1    0.460719103428E-08                     
+AR AMC2 2009  4  1  7 35  0.000000  1    0.162007344658E-08                     
+AR ANKR 2009  4  1  7 35  0.000000  1   -0.451417785790E-03                     
+AR ARTU 2009  4  1  7 35  0.000000  1   -0.660488620041E-07                     
+AR ASPA 2009  4  1  7 35  0.000000  1    0.369398115003E-07                     
+AR BHR1 2009  4  1  7 35  0.000000  1    0.563383235149E-03                     
+AR BARH 2009  4  1  7 35  0.000000  1   -0.157861376834E-09                     
+AR BJFS 2009  4  1  7 35  0.000000  1   -0.429447177634E-07                     
+AR BOGT 2009  4  1  7 35  0.000000  1   -0.416794762497E-07                     
+AR BRMU 2009  4  1  7 35  0.000000  1   -0.424553564570E-03                     
+AR CAGZ 2009  4  1  7 35  0.000000  1   -0.683359415446E-04                     
+AR CAS1 2009  4  1  7 35  0.000000  1    0.101783043607E-08                     
+AR CHAT 2009  4  1  7 35  0.000000  1   -0.592575797591E-07                     
+AR CHPI 2009  4  1  7 35  0.000000  1   -0.536021000258E-07                     
+AR CONZ 2009  4  1  7 35  0.000000  1   -0.444823058330E-03                     
+AR CRAR 2009  4  1  7 35  0.000000  1    0.244320003052E-03                     
+AR CRO1 2009  4  1  7 35  0.000000  1    0.665104103437E-03                     
+AR DAEJ 2009  4  1  7 35  0.000000  1   -0.196582481962E-03                     
+AR DARW 2009  4  1  7 35  0.000000  1   -0.103096138322E-08                     
+AR DGAR 2009  4  1  7 35  0.000000  1   -0.930750705841E-07                     
+AR DRAO 2009  4  1  7 35  0.000000  1    0.112423640279E-03                     
+AR FAA1 2009  4  1  7 35  0.000000  1   -0.127481458554E-07                     
+AR FAIR 2009  4  1  7 35  0.000000  1   -0.503131022865E-07                     
+AR GLPS 2009  4  1  7 35  0.000000  1   -0.508401400368E-07                     
+AR GUAM 2009  4  1  7 35  0.000000  1   -0.797502266205E-07                     
+AR GUAT 2009  4  1  7 35  0.000000  1    0.922889058298E-09                     
+AR HOB2 2009  4  1  7 35  0.000000  1    0.867951411523E-07                     
+AR HOFN 2009  4  1  7 35  0.000000  1    0.152103450105E-03                     
+AR HOLM 2009  4  1  7 35  0.000000  1   -0.450150601327E-07                     
+AR HRAO 2009  4  1  7 35  0.000000  1    0.849460646207E-03                     
+AR HYDE 2009  4  1  7 35  0.000000  1   -0.141254859180E-08                     
+AR IRKJ 2009  4  1  7 35  0.000000  1    0.163746774303E-03                     
+AR ISPA 2009  4  1  7 35  0.000000  1   -0.548421079571E-07                     
+AR KARR 2009  4  1  7 35  0.000000  1   -0.639331783545E-07                     
+AR KERG 2009  4  1  7 35  0.000000  1    0.817266895977E-03                     
+AR KHAJ 2009  4  1  7 35  0.000000  1   -0.150785203256E-05                     
+AR KIR0 2009  4  1  7 35  0.000000  1    0.283475591006E-03                     
+AR KIRU 2009  4  1  7 35  0.000000  1    0.591380841497E-03                     
+AR KIT3 2009  4  1  7 35  0.000000  1   -0.466861798800E-09                     
+AR KOUR 2009  4  1  7 35  0.000000  1    0.125014024386E-03                     
+AR KUNM 2009  4  1  7 35  0.000000  1    0.937516072209E-08                     
+AR LHAZ 2009  4  1  7 35  0.000000  1   -0.138751817980E-03                     
+AR MAL2 2009  4  1  7 35  0.000000  1   -0.190996581145E-07                     
+AR MAS1 2009  4  1  7 35  0.000000  1   -0.101606575034E-03                     
+AR MAW1 2009  4  1  7 35  0.000000  1    0.620536746470E-08                     
+AR MCIL 2009  4  1  7 35  0.000000  1    0.272212694806E-07                     
+AR MCM4 2009  4  1  7 35  0.000000  1   -0.631994625827E-07                     
+AR MDO1 2009  4  1  7 35  0.000000  1   -0.401698673930E-07                     
+AR MDVJ 2009  4  1  7 35  0.000000  1    0.438552729774E-03                     
+AR MKEA 2009  4  1  7 35  0.000000  1   -0.473890969134E-07                     
+AR MOBS 2009  4  1  7 35  0.000000  1    0.384911009835E-09                     
+AR NANO 2009  4  1  7 35  0.000000  1    0.508930506142E-08                     
+AR NLIB 2009  4  1  7 35  0.000000  1   -0.117332351193E-06                     
+AR NNOR 2009  4  1  7 35  0.000000  1    0.365795977853E-03                     
+AR NRC1 2009  4  1  7 35  0.000000  1   -0.448720015480E-05                     
+AR NRIL 2009  4  1  7 35  0.000000  1   -0.503003800269E-07                     
+AR NRMD 2009  4  1  7 35  0.000000  1    0.300510044327E-07                     
+AR NTUS 2009  4  1  7 35  0.000000  1    0.174607828540E-08                     
+AR NYAL 2009  4  1  7 35  0.000000  1    0.937007998143E-07                     
+AR OHI3 2009  4  1  7 35  0.000000  1   -0.477064797125E-03                     
+AR ONSA 2009  4  1  7 35  0.000000  1   -0.324756838212E-04                     
+AR PDEL 2009  4  1  7 35  0.000000  1    0.550232072834E-09                     
+AR PERT 2009  4  1  7 35  0.000000  1   -0.638005301710E-07                     
+AR PETP 2009  4  1  7 35  0.000000  1   -0.531340892924E-07                     
+AR PIMO 2009  4  1  7 35  0.000000  1   -0.939992378109E-07                     
+AR QAQ1 2009  4  1  7 35  0.000000  1   -0.612224644433E-07                     
+AR QUIN 2009  4  1  7 35  0.000000  1   -0.484108164496E-07                     
+AR RABT 2009  4  1  7 35  0.000000  1   -0.488996910803E-07                     
+AR RAMO 2009  4  1  7 35  0.000000  1   -0.844841028832E-07                     
+AR RCMN 2009  4  1  7 35  0.000000  1    0.213804189829E-08                     
+AR REDU 2009  4  1  7 35  0.000000  1   -0.438678919649E-07                     
+AR REUN 2009  4  1  7 35  0.000000  1    0.199253263617E-07                     
+AR REYK 2009  4  1  7 35  0.000000  1   -0.163797827280E-03                     
+AR SCH2 2009  4  1  7 35  0.000000  1    0.188134744083E-03                     
+AR SCUB 2009  4  1  7 35  0.000000  1   -0.572558848160E-07                     
+AR STJO 2009  4  1  7 35  0.000000  1   -0.702558069575E-05                     
+AR SYDN 2009  4  1  7 35  0.000000  1    0.141115844872E-05                     
+AR SYOG 2009  4  1  7 35  0.000000  1    0.140094708265E-04                     
+AR THU2 2009  4  1  7 35  0.000000  1   -0.423648872981E-03                     
+AR TOW2 2009  4  1  7 35  0.000000  1    0.298415475179E-08                     
+AR URUM 2009  4  1  7 35  0.000000  1   -0.176846372424E-03                     
+AR VESL 2009  4  1  7 35  0.000000  1   -0.409058538222E-03                     
+AR VILL 2009  4  1  7 35  0.000000  1   -0.563465974270E-07                     
+AR WTZR 2009  4  1  7 35  0.000000  1    0.447765401436E-07                     
+AR WUHN 2009  4  1  7 35  0.000000  1   -0.610404909299E-07                     
+AR YSSK 2009  4  1  7 35  0.000000  1   -0.592864996493E-07                     
+AR ZIM2 2009  4  1  7 35  0.000000  1    0.210959198047E-07                     
+AR XMIS 2009  4  1  7 35  0.000000  1   -0.653920403322E-08                     
+AR GODZ 2009  4  1  7 35  0.000000  1   -0.469122002116E-03                     
+AR MTKA 2009  4  1  7 35  0.000000  1   -0.770124984843E-07                     
+AR TIXJ 2009  4  1  7 35  0.000000  1    0.378293361967E-03                     
+AR PARK 2009  4  1  7 35  0.000000  1    0.804558099075E-06                     
+AR UNBJ 2009  4  1  7 35  0.000000  1    0.259817930987E-04                     
+AR NOVM 2009  4  1  7 35  0.000000  1    0.798331863163E-04                     
+AR SUNM 2009  4  1  7 35  0.000000  1   -0.352569350196E-03                     
+AR CEBR 2009  4  1  7 35  0.000000  1    0.719431622992E-03                     
+AR CPXF 2009  4  1  7 35  0.000000  1    0.788593216841E-08                     
+AR IDDR 2009  4  1  7 35  0.000000  1    0.118193358505E-07                     
+AR AZGB 2009  4  1  7 35  0.000000  1   -0.343955907885E-03                     
+AR TN22 2009  4  1  7 35  0.000000  1    0.478064132644E-03                     
+AR ETAD 2009  4  1  7 35  0.000000  1    0.263254402132E-07                     
+AR ILHA 2009  4  1  7 35  0.000000  1   -0.196588510794E-08                     
+AR POVE 2009  4  1  7 35  0.000000  1   -0.251534729037E-08                     
+AR RECF 2009  4  1  7 35  0.000000  1    0.213815485317E-07                     
+AR SALU 2009  4  1  7 35  0.000000  1    0.386554056646E-07                     
+AR SAVO 2009  4  1  7 35  0.000000  1    0.243421427817E-07                     
+AR UFPR 2009  4  1  7 35  0.000000  1    0.225966303797E-07                     
+AR YELL 2009  4  1  7 35  0.000000  1    0.239572000000E-06                     
+AS G32  2009  4  1  7 40  0.000000  1    0.280255045230E-03                     
+AS G24  2009  4  1  7 40  0.000000  1    0.177782647924E-03                     
+AS G25  2009  4  1  7 40  0.000000  1    0.334190742291E-03                     
+AS G26  2009  4  1  7 40  0.000000  1    0.544222518019E-04                     
+AS G27  2009  4  1  7 40  0.000000  1    0.370793286186E-04                     
+AS G30  2009  4  1  7 40  0.000000  1    0.136218852155E-03                     
+AS G03  2009  4  1  7 40  0.000000  1    0.373388621669E-03                     
+AS G04  2009  4  1  7 40  0.000000  1   -0.344744798994E-04                     
+AS G06  2009  4  1  7 40  0.000000  1    0.599365243993E-04                     
+AS G08  2009  4  1  7 40  0.000000  1   -0.196522073256E-03                     
+AS G09  2009  4  1  7 40  0.000000  1    0.484248212164E-04                     
+AS G10  2009  4  1  7 40  0.000000  1   -0.136191050270E-04                     
+AS G14  2009  4  1  7 40  0.000000  1   -0.132483371112E-03                     
+AS G13  2009  4  1  7 40  0.000000  1    0.293246338682E-03                     
+AS G28  2009  4  1  7 40  0.000000  1   -0.238291303106E-04                     
+AS G21  2009  4  1  7 40  0.000000  1    0.215549322319E-04                     
+AS G11  2009  4  1  7 40  0.000000  1    0.277022993621E-05                     
+AS G22  2009  4  1  7 40  0.000000  1    0.202437088652E-03                     
+AS G20  2009  4  1  7 40  0.000000  1    0.865742618144E-04                     
+AS G18  2009  4  1  7 40  0.000000  1   -0.695764154427E-04                     
+AS G16  2009  4  1  7 40  0.000000  1    0.630463819418E-04                     
+AS G19  2009  4  1  7 40  0.000000  1    0.293707429332E-04                     
+AS G23  2009  4  1  7 40  0.000000  1    0.388981600283E-03                     
+AS G02  2009  4  1  7 40  0.000000  1    0.153937423603E-03                     
+AS G31  2009  4  1  7 40  0.000000  1   -0.564557515441E-04                     
+AS G17  2009  4  1  7 40  0.000000  1    0.524144474396E-04                     
+AS G12  2009  4  1  7 40  0.000000  1   -0.299597249331E-03                     
+AS G15  2009  4  1  7 40  0.000000  1   -0.275939712418E-03                     
+AS G29  2009  4  1  7 40  0.000000  1    0.479133121603E-05                     
+AS G07  2009  4  1  7 40  0.000000  1    0.209871876804E-04                     
+AS R02  2009  4  1  7 40  0.000000  1    0.207012902194E-04                     
+AS R03  2009  4  1  7 40  0.000000  1   -0.342339602644E-04                     
+AS R04  2009  4  1  7 40  0.000000  1    0.639301542942E-04                     
+AS R06  2009  4  1  7 40  0.000000  1   -0.169242964408E-03                     
+AS R07  2009  4  1  7 40  0.000000  1   -0.892292533944E-04                     
+AS R08  2009  4  1  7 40  0.000000  1   -0.102010056321E-03                     
+AS R10  2009  4  1  7 40  0.000000  1   -0.140846709893E-03                     
+AS R11  2009  4  1  7 40  0.000000  1   -0.926142302061E-04                     
+AS R13  2009  4  1  7 40  0.000000  1   -0.230624259575E-03                     
+AS R14  2009  4  1  7 40  0.000000  1   -0.796577541361E-04                     
+AS R15  2009  4  1  7 40  0.000000  1    0.920946921320E-04                     
+AS R17  2009  4  1  7 40  0.000000  1   -0.261251540726E-03                     
+AS R18  2009  4  1  7 40  0.000000  1   -0.134444334141E-05                     
+AS R19  2009  4  1  7 40  0.000000  1   -0.894069101194E-04                     
+AS R20  2009  4  1  7 40  0.000000  1   -0.650106229337E-04                     
+AS R21  2009  4  1  7 40  0.000000  1   -0.143322368134E-03                     
+AS R22  2009  4  1  7 40  0.000000  1   -0.201536391479E-03                     
+AS R23  2009  4  1  7 40  0.000000  1   -0.200384157947E-03                     
+AR ALGO 2009  4  1  7 40  0.000000  1    0.807048232135E-04                     
+AR ALIC 2009  4  1  7 40  0.000000  1    0.513211110501E-08                     
+AR AMC2 2009  4  1  7 40  0.000000  1    0.161103055846E-08                     
+AR ANKR 2009  4  1  7 40  0.000000  1   -0.385510601150E-03                     
+AR ARTU 2009  4  1  7 40  0.000000  1   -0.635770765941E-07                     
+AR ASPA 2009  4  1  7 40  0.000000  1    0.383222078558E-07                     
+AR BHR1 2009  4  1  7 40  0.000000  1    0.563383164323E-03                     
+AR BARH 2009  4  1  7 40  0.000000  1   -0.108000782701E-08                     
+AR BJFS 2009  4  1  7 40  0.000000  1   -0.422175543755E-07                     
+AR BOGT 2009  4  1  7 40  0.000000  1   -0.421815762976E-07                     
+AR BRMU 2009  4  1  7 40  0.000000  1    0.699664027333E-04                     
+AR CAGZ 2009  4  1  7 40  0.000000  1    0.155110989789E-03                     
+AR CAS1 2009  4  1  7 40  0.000000  1    0.205719161902E-08                     
+AR CHAT 2009  4  1  7 40  0.000000  1   -0.582022929008E-07                     
+AR CHPI 2009  4  1  7 40  0.000000  1   -0.544889317953E-07                     
+AR CONZ 2009  4  1  7 40  0.000000  1    0.423449822017E-03                     
+AR CRAR 2009  4  1  7 40  0.000000  1    0.219053213962E-03                     
+AR CRO1 2009  4  1  7 40  0.000000  1    0.665104140966E-03                     
+AR DAEJ 2009  4  1  7 40  0.000000  1   -0.196582303871E-03                     
+AR DARW 2009  4  1  7 40  0.000000  1    0.993688807605E-09                     
+AR DGAR 2009  4  1  7 40  0.000000  1   -0.912999703733E-07                     
+AR DRAO 2009  4  1  7 40  0.000000  1    0.112460542994E-03                     
+AR FAA1 2009  4  1  7 40  0.000000  1   -0.116107035890E-07                     
+AR FAIR 2009  4  1  7 40  0.000000  1   -0.514469465099E-07                     
+AR GLPS 2009  4  1  7 40  0.000000  1   -0.551633438036E-07                     
+AR GUAM 2009  4  1  7 40  0.000000  1   -0.747005010279E-07                     
+AR GUAT 2009  4  1  7 40  0.000000  1    0.657708500674E-08                     
+AR HOB2 2009  4  1  7 40  0.000000  1    0.868133671730E-07                     
+AR HOFN 2009  4  1  7 40  0.000000  1    0.230094899048E-03                     
+AR HOLM 2009  4  1  7 40  0.000000  1   -0.467831340092E-07                     
+AR HRAO 2009  4  1  7 40  0.000000  1    0.849460724032E-03                     
+AR HYDE 2009  4  1  7 40  0.000000  1   -0.996351341999E-10                     
+AR IRKJ 2009  4  1  7 40  0.000000  1    0.163746763958E-03                     
+AR ISPA 2009  4  1  7 40  0.000000  1   -0.562945380251E-07                     
+AR KARR 2009  4  1  7 40  0.000000  1   -0.774213229226E-07                     
+AR KERG 2009  4  1  7 40  0.000000  1    0.817274744559E-03                     
+AR KHAJ 2009  4  1  7 40  0.000000  1   -0.150785578345E-05                     
+AR KIR0 2009  4  1  7 40  0.000000  1    0.283468746407E-03                     
+AR KIRU 2009  4  1  7 40  0.000000  1    0.591375576197E-03                     
+AR KIT3 2009  4  1  7 40  0.000000  1   -0.218984019740E-08                     
+AR KOUR 2009  4  1  7 40  0.000000  1    0.125014031406E-03                     
+AR KUNM 2009  4  1  7 40  0.000000  1    0.656455181945E-08                     
+AR LHAZ 2009  4  1  7 40  0.000000  1   -0.117253848273E-03                     
+AR MAL2 2009  4  1  7 40  0.000000  1   -0.212972034485E-07                     
+AR MAS1 2009  4  1  7 40  0.000000  1   -0.101606493970E-03                     
+AR MAW1 2009  4  1  7 40  0.000000  1    0.331614120672E-08                     
+AR MCIL 2009  4  1  7 40  0.000000  1    0.268028035242E-07                     
+AR MCM4 2009  4  1  7 40  0.000000  1   -0.623893378071E-07                     
+AR MDO1 2009  4  1  7 40  0.000000  1   -0.402128349047E-07                     
+AR MDVJ 2009  4  1  7 40  0.000000  1    0.438552714466E-03                     
+AR MKEA 2009  4  1  7 40  0.000000  1   -0.508809237224E-07                     
+AR MOBS 2009  4  1  7 40  0.000000  1    0.351459664670E-09                     
+AR NANO 2009  4  1  7 40  0.000000  1    0.383167458322E-08                     
+AR NLIB 2009  4  1  7 40  0.000000  1   -0.117347756815E-06                     
+AR NNOR 2009  4  1  7 40  0.000000  1    0.365796437041E-03                     
+AR NRC1 2009  4  1  7 40  0.000000  1   -0.448718010630E-05                     
+AR NRIL 2009  4  1  7 40  0.000000  1   -0.513514707008E-07                     
+AR NRMD 2009  4  1  7 40  0.000000  1    0.298416865147E-07                     
+AR NTUS 2009  4  1  7 40  0.000000  1    0.448877631738E-08                     
+AR NYAL 2009  4  1  7 40  0.000000  1    0.937000308738E-07                     
+AR OHI3 2009  4  1  7 40  0.000000  1   -0.376063642246E-03                     
+AR ONSA 2009  4  1  7 40  0.000000  1   -0.324757420075E-04                     
+AR PDEL 2009  4  1  7 40  0.000000  1   -0.630928584998E-09                     
+AR PERT 2009  4  1  7 40  0.000000  1   -0.626062946183E-07                     
+AR PETP 2009  4  1  7 40  0.000000  1   -0.503964723913E-07                     
+AR PIMO 2009  4  1  7 40  0.000000  1   -0.929862675530E-07                     
+AR QAQ1 2009  4  1  7 40  0.000000  1   -0.573583832762E-07                     
+AR QUIN 2009  4  1  7 40  0.000000  1   -0.489284806398E-07                     
+AR RABT 2009  4  1  7 40  0.000000  1   -0.488032739381E-07                     
+AR RAMO 2009  4  1  7 40  0.000000  1    0.141225408625E-07                     
+AR RCMN 2009  4  1  7 40  0.000000  1    0.637597212439E-08                     
+AR REDU 2009  4  1  7 40  0.000000  1   -0.413580440138E-07                     
+AR REUN 2009  4  1  7 40  0.000000  1    0.214464171313E-07                     
+AR REYK 2009  4  1  7 40  0.000000  1   -0.142104649128E-03                     
+AR SCH2 2009  4  1  7 40  0.000000  1    0.188149829271E-03                     
+AR SCUB 2009  4  1  7 40  0.000000  1   -0.632049379111E-07                     
+AR STJO 2009  4  1  7 40  0.000000  1   -0.702587830551E-05                     
+AR SYDN 2009  4  1  7 40  0.000000  1    0.141098662008E-05                     
+AR SYOG 2009  4  1  7 40  0.000000  1    0.140091142836E-04                     
+AR THU2 2009  4  1  7 40  0.000000  1   -0.425651106178E-03                     
+AR TOW2 2009  4  1  7 40  0.000000  1    0.325549971130E-08                     
+AR URUM 2009  4  1  7 40  0.000000  1   -0.254196119230E-03                     
+AR VESL 2009  4  1  7 40  0.000000  1   -0.370520708157E-03                     
+AR VILL 2009  4  1  7 40  0.000000  1   -0.556822999644E-07                     
+AR WTZR 2009  4  1  7 40  0.000000  1    0.447843066781E-07                     
+AR WUHN 2009  4  1  7 40  0.000000  1   -0.613631497470E-07                     
+AR YSSK 2009  4  1  7 40  0.000000  1   -0.538767406280E-07                     
+AR ZIM2 2009  4  1  7 40  0.000000  1    0.214486894693E-07                     
+AR XMIS 2009  4  1  7 40  0.000000  1   -0.705650371923E-08                     
+AR GODZ 2009  4  1  7 40  0.000000  1   -0.469122001182E-03                     
+AR MTKA 2009  4  1  7 40  0.000000  1   -0.802531033036E-07                     
+AR TIXJ 2009  4  1  7 40  0.000000  1    0.372972828486E-03                     
+AR PARK 2009  4  1  7 40  0.000000  1    0.804657646254E-06                     
+AR UNBJ 2009  4  1  7 40  0.000000  1   -0.461420933104E-04                     
+AR NOVM 2009  4  1  7 40  0.000000  1    0.798332015529E-04                     
+AR SUNM 2009  4  1  7 40  0.000000  1    0.491341299571E-03                     
+AR CEBR 2009  4  1  7 40  0.000000  1    0.719431624365E-03                     
+AR CPXF 2009  4  1  7 40  0.000000  1    0.559076723451E-08                     
+AR IDDR 2009  4  1  7 40  0.000000  1    0.306162567211E-08                     
+AR AZGB 2009  4  1  7 40  0.000000  1   -0.483294892847E-03                     
+AR TN22 2009  4  1  7 40  0.000000  1    0.399230108202E-03                     
+AR ETAD 2009  4  1  7 40  0.000000  1    0.266222319136E-07                     
+AR ILHA 2009  4  1  7 40  0.000000  1   -0.267520460481E-08                     
+AR POVE 2009  4  1  7 40  0.000000  1   -0.219293787897E-08                     
+AR RECF 2009  4  1  7 40  0.000000  1    0.216135726246E-07                     
+AR SALU 2009  4  1  7 40  0.000000  1    0.231733202435E-07                     
+AR SAVO 2009  4  1  7 40  0.000000  1    0.240453223326E-07                     
+AR UFPR 2009  4  1  7 40  0.000000  1    0.220481831000E-07                     
+AR YELL 2009  4  1  7 40  0.000000  1    0.239642000000E-06                     
+AS G32  2009  4  1  7 45  0.000000  1    0.280253554862E-03                     
+AS G24  2009  4  1  7 45  0.000000  1    0.177783684032E-03                     
+AS G25  2009  4  1  7 45  0.000000  1    0.334197445886E-03                     
+AS G26  2009  4  1  7 45  0.000000  1    0.544229722419E-04                     
+AS G27  2009  4  1  7 45  0.000000  1    0.370804525851E-04                     
+AS G30  2009  4  1  7 45  0.000000  1    0.136219756755E-03                     
+AS G03  2009  4  1  7 45  0.000000  1    0.373390180535E-03                     
+AS G04  2009  4  1  7 45  0.000000  1   -0.344788851926E-04                     
+AS G06  2009  4  1  7 45  0.000000  1    0.599417598926E-04                     
+AS G08  2009  4  1  7 45  0.000000  1   -0.196523116926E-03                     
+AS G09  2009  4  1  7 45  0.000000  1    0.484255425790E-04                     
+AS G10  2009  4  1  7 45  0.000000  1   -0.136189377163E-04                     
+AS G14  2009  4  1  7 45  0.000000  1   -0.132481800527E-03                     
+AS G13  2009  4  1  7 45  0.000000  1    0.293246618355E-03                     
+AS G28  2009  4  1  7 45  0.000000  1   -0.238293216745E-04                     
+AS G21  2009  4  1  7 45  0.000000  1    0.215547064699E-04                     
+AS G11  2009  4  1  7 45  0.000000  1    0.276980035968E-05                     
+AS G22  2009  4  1  7 45  0.000000  1    0.202436744146E-03                     
+AS G20  2009  4  1  7 45  0.000000  1    0.865739029267E-04                     
+AS G18  2009  4  1  7 45  0.000000  1   -0.695753591462E-04                     
+AS G16  2009  4  1  7 45  0.000000  1    0.630453260675E-04                     
+AS G19  2009  4  1  7 45  0.000000  1    0.293705038672E-04                     
+AS G23  2009  4  1  7 45  0.000000  1    0.388981715431E-03                     
+AS G02  2009  4  1  7 45  0.000000  1    0.153937217286E-03                     
+AS G31  2009  4  1  7 45  0.000000  1   -0.564557904207E-04                     
+AS G17  2009  4  1  7 45  0.000000  1    0.524149870626E-04                     
+AS G12  2009  4  1  7 45  0.000000  1   -0.299596017511E-03                     
+AS G15  2009  4  1  7 45  0.000000  1   -0.275941107711E-03                     
+AS G29  2009  4  1  7 45  0.000000  1    0.479236468840E-05                     
+AS G07  2009  4  1  7 45  0.000000  1    0.209869252363E-04                     
+AS R02  2009  4  1  7 45  0.000000  1    0.207002771724E-04                     
+AS R03  2009  4  1  7 45  0.000000  1   -0.342352332473E-04                     
+AS R04  2009  4  1  7 45  0.000000  1    0.639286431099E-04                     
+AS R06  2009  4  1  7 45  0.000000  1   -0.169245298885E-03                     
+AS R07  2009  4  1  7 45  0.000000  1   -0.892289169139E-04                     
+AS R08  2009  4  1  7 45  0.000000  1   -0.102009817918E-03                     
+AS R10  2009  4  1  7 45  0.000000  1   -0.140846971354E-03                     
+AS R11  2009  4  1  7 45  0.000000  1   -0.926144366990E-04                     
+AS R13  2009  4  1  7 45  0.000000  1   -0.230624677859E-03                     
+AS R14  2009  4  1  7 45  0.000000  1   -0.796565211099E-04                     
+AS R15  2009  4  1  7 45  0.000000  1    0.920951820464E-04                     
+AS R17  2009  4  1  7 45  0.000000  1   -0.261251682489E-03                     
+AS R18  2009  4  1  7 45  0.000000  1   -0.134449919237E-05                     
+AS R19  2009  4  1  7 45  0.000000  1   -0.894071680837E-04                     
+AS R20  2009  4  1  7 45  0.000000  1   -0.650108201752E-04                     
+AS R21  2009  4  1  7 45  0.000000  1   -0.143322492727E-03                     
+AS R22  2009  4  1  7 45  0.000000  1   -0.201537136475E-03                     
+AS R23  2009  4  1  7 45  0.000000  1   -0.200383397272E-03                     
+AR ALGO 2009  4  1  7 45  0.000000  1    0.807091357667E-04                     
+AR ALIC 2009  4  1  7 45  0.000000  1    0.685634550084E-08                     
+AR AMC2 2009  4  1  7 45  0.000000  1    0.159382739784E-08                     
+AR ANKR 2009  4  1  7 45  0.000000  1   -0.319739071996E-03                     
+AR ARTU 2009  4  1  7 45  0.000000  1   -0.613889251300E-07                     
+AR ASPA 2009  4  1  7 45  0.000000  1    0.399548161922E-07                     
+AR BHR1 2009  4  1  7 45  0.000000  1    0.563382981274E-03                     
+AR BARH 2009  4  1  7 45  0.000000  1   -0.115144985301E-08                     
+AR BJFS 2009  4  1  7 45  0.000000  1   -0.436796519356E-07                     
+AR BOGT 2009  4  1  7 45  0.000000  1   -0.414754465814E-07                     
+AR BRMU 2009  4  1  7 45  0.000000  1   -0.435899496284E-03                     
+AR CAGZ 2009  4  1  7 45  0.000000  1    0.378625118457E-03                     
+AR CAS1 2009  4  1  7 45  0.000000  1    0.195829490977E-08                     
+AR CHAT 2009  4  1  7 45  0.000000  1   -0.578702416071E-07                     
+AR CHPI 2009  4  1  7 45  0.000000  1   -0.525300508573E-07                     
+AR COCO 2009  4  1  7 45  0.000000  1    0.227626386816E-03                     
+AR CONZ 2009  4  1  7 45  0.000000  1    0.291843473847E-03                     
+AR CRAR 2009  4  1  7 45  0.000000  1    0.193788798253E-03                     
+AR CRO1 2009  4  1  7 45  0.000000  1    0.665104151746E-03                     
+AR DAEJ 2009  4  1  7 45  0.000000  1   -0.196581727779E-03                     
+AR DARW 2009  4  1  7 45  0.000000  1   -0.324597783498E-08                     
+AR DGAR 2009  4  1  7 45  0.000000  1   -0.930725449318E-07                     
+AR DRAO 2009  4  1  7 45  0.000000  1    0.112497340309E-03                     
+AR FAA1 2009  4  1  7 45  0.000000  1   -0.124813675945E-07                     
+AR FAIR 2009  4  1  7 45  0.000000  1   -0.537262719020E-07                     
+AR GLPS 2009  4  1  7 45  0.000000  1   -0.536950750588E-07                     
+AR GUAM 2009  4  1  7 45  0.000000  1   -0.748196233017E-07                     
+AR GUAT 2009  4  1  7 45  0.000000  1    0.715333614445E-08                     
+AR HOB2 2009  4  1  7 45  0.000000  1    0.868159516214E-07                     
+AR HOFN 2009  4  1  7 45  0.000000  1    0.308130341365E-03                     
+AR HOLM 2009  4  1  7 45  0.000000  1   -0.508336024460E-07                     
+AR HRAO 2009  4  1  7 45  0.000000  1    0.849460777824E-03                     
+AR HYDE 2009  4  1  7 45  0.000000  1   -0.911295054164E-09                     
+AR IRKJ 2009  4  1  7 45  0.000000  1    0.163746766049E-03                     
+AR ISPA 2009  4  1  7 45  0.000000  1   -0.498079900792E-07                     
+AR KARR 2009  4  1  7 45  0.000000  1   -0.751102237219E-07                     
+AR KERG 2009  4  1  7 45  0.000000  1    0.817283616802E-03                     
+AR KHAJ 2009  4  1  7 45  0.000000  1   -0.150786049554E-05                     
+AR KIR0 2009  4  1  7 45  0.000000  1    0.283461893768E-03                     
+AR KIRU 2009  4  1  7 45  0.000000  1    0.591370113716E-03                     
+AR KIT3 2009  4  1  7 45  0.000000  1   -0.719216669603E-08                     
+AR KOUR 2009  4  1  7 45  0.000000  1    0.125014030203E-03                     
+AR KUNM 2009  4  1  7 45  0.000000  1    0.378892790086E-08                     
+AR LHAZ 2009  4  1  7 45  0.000000  1   -0.958107666483E-04                     
+AR MAL2 2009  4  1  7 45  0.000000  1   -0.114890807784E-07                     
+AR MAS1 2009  4  1  7 45  0.000000  1   -0.101606426498E-03                     
+AR MAW1 2009  4  1  7 45  0.000000  1    0.270828862223E-08                     
+AR MCIL 2009  4  1  7 45  0.000000  1    0.265079473749E-07                     
+AR MCM4 2009  4  1  7 45  0.000000  1   -0.621106391838E-07                     
+AR MDO1 2009  4  1  7 45  0.000000  1   -0.397076915660E-07                     
+AR MDVJ 2009  4  1  7 45  0.000000  1    0.438552693322E-03                     
+AR MKEA 2009  4  1  7 45  0.000000  1   -0.500319763518E-07                     
+AR MOBS 2009  4  1  7 45  0.000000  1    0.294424912460E-08                     
+AR NANO 2009  4  1  7 45  0.000000  1    0.188718651553E-08                     
+AR NLIB 2009  4  1  7 45  0.000000  1   -0.117363102027E-06                     
+AR NNOR 2009  4  1  7 45  0.000000  1    0.365796609085E-03                     
+AR NRC1 2009  4  1  7 45  0.000000  1   -0.448717999394E-05                     
+AR NRIL 2009  4  1  7 45  0.000000  1   -0.535613514135E-07                     
+AR NRMD 2009  4  1  7 45  0.000000  1    0.301764127781E-07                     
+AR NTUS 2009  4  1  7 45  0.000000  1   -0.236450455355E-08                     
+AR NYAL 2009  4  1  7 45  0.000000  1    0.937033249596E-07                     
+AR OHI3 2009  4  1  7 45  0.000000  1   -0.274870381590E-03                     
+AR ONSA 2009  4  1  7 45  0.000000  1   -0.324758034055E-04                     
+AR PDEL 2009  4  1  7 45  0.000000  1    0.894464229046E-09                     
+AR PERT 2009  4  1  7 45  0.000000  1   -0.621124754406E-07                     
+AR PETP 2009  4  1  7 45  0.000000  1   -0.467617803184E-07                     
+AR PIMO 2009  4  1  7 45  0.000000  1   -0.937200947530E-07                     
+AR QAQ1 2009  4  1  7 45  0.000000  1   -0.563974425521E-07                     
+AR QUIN 2009  4  1  7 45  0.000000  1   -0.506560491680E-07                     
+AR RABT 2009  4  1  7 45  0.000000  1   -0.482767301910E-07                     
+AR RAMO 2009  4  1  7 45  0.000000  1    0.156959899593E-07                     
+AR RCMN 2009  4  1  7 45  0.000000  1    0.726405792795E-08                     
+AR REDU 2009  4  1  7 45  0.000000  1   -0.408609320139E-07                     
+AR REUN 2009  4  1  7 45  0.000000  1    0.215792546206E-07                     
+AR REYK 2009  4  1  7 45  0.000000  1   -0.120524180102E-03                     
+AR SCH2 2009  4  1  7 45  0.000000  1    0.188165438164E-03                     
+AR SCUB 2009  4  1  7 45  0.000000  1   -0.613399475748E-07                     
+AR STJO 2009  4  1  7 45  0.000000  1   -0.702618741741E-05                     
+AR SYDN 2009  4  1  7 45  0.000000  1    0.141095662433E-05                     
+AR SYOG 2009  4  1  7 45  0.000000  1    0.140087863347E-04                     
+AR THU2 2009  4  1  7 45  0.000000  1   -0.427653240147E-03                     
+AR TOW2 2009  4  1  7 45  0.000000  1    0.142253693966E-08                     
+AR URUM 2009  4  1  7 45  0.000000  1   -0.331664991646E-03                     
+AR VESL 2009  4  1  7 45  0.000000  1   -0.331970218151E-03                     
+AR VILL 2009  4  1  7 45  0.000000  1   -0.561651351447E-07                     
+AR WTZR 2009  4  1  7 45  0.000000  1    0.447769308253E-07                     
+AR WUHN 2009  4  1  7 45  0.000000  1   -0.598265935999E-07                     
+AR YSSK 2009  4  1  7 45  0.000000  1   -0.532092666061E-07                     
+AR ZIM2 2009  4  1  7 45  0.000000  1    0.215338232942E-07                     
+AR XMIS 2009  4  1  7 45  0.000000  1   -0.115143200468E-09                     
+AR GODZ 2009  4  1  7 45  0.000000  1   -0.469121999340E-03                     
+AR MTKA 2009  4  1  7 45  0.000000  1   -0.775405782559E-07                     
+AR TIXJ 2009  4  1  7 45  0.000000  1    0.367664158758E-03                     
+AR PARK 2009  4  1  7 45  0.000000  1    0.804764436713E-06                     
+AR UNBJ 2009  4  1  7 45  0.000000  1   -0.118242870339E-03                     
+AR NOVM 2009  4  1  7 45  0.000000  1    0.798331825139E-04                     
+AR SUNM 2009  4  1  7 45  0.000000  1    0.335449369967E-03                     
+AR CEBR 2009  4  1  7 45  0.000000  1    0.719431616972E-03                     
+AR CPXF 2009  4  1  7 45  0.000000  1    0.427125592482E-08                     
+AR IDDR 2009  4  1  7 45  0.000000  1    0.760084882963E-08                     
+AR AZGB 2009  4  1  7 45  0.000000  1    0.377323622545E-03                     
+AR TN22 2009  4  1  7 45  0.000000  1    0.319934455901E-03                     
+AR ETAD 2009  4  1  7 45  0.000000  1    0.272490953296E-07                     
+AR ILHA 2009  4  1  7 45  0.000000  1   -0.716233201887E-09                     
+AR POVE 2009  4  1  7 45  0.000000  1   -0.188076247872E-08                     
+AR RECF 2009  4  1  7 45  0.000000  1    0.221147735155E-07                     
+AR SALU 2009  4  1  7 45  0.000000  1    0.219615389951E-07                     
+AR SAVO 2009  4  1  7 45  0.000000  1    0.234119811004E-07                     
+AR UFPR 2009  4  1  7 45  0.000000  1    0.220405327484E-07                     
+AR YELL 2009  4  1  7 45  0.000000  1    0.239713000000E-06                     
+AS G32  2009  4  1  7 50  0.000000  1    0.280252230560E-03                     
+AS G24  2009  4  1  7 50  0.000000  1    0.177784569979E-03                     
+AS G25  2009  4  1  7 50  0.000000  1    0.334203989130E-03                     
+AS G26  2009  4  1  7 50  0.000000  1    0.544235459932E-04                     
+AS G27  2009  4  1  7 50  0.000000  1    0.370817170019E-04                     
+AS G30  2009  4  1  7 50  0.000000  1    0.136220077220E-03                     
+AS G03  2009  4  1  7 50  0.000000  1    0.373391951901E-03                     
+AS G04  2009  4  1  7 50  0.000000  1   -0.344830915722E-04                     
+AS G06  2009  4  1  7 50  0.000000  1    0.599469611584E-04                     
+AS G08  2009  4  1  7 50  0.000000  1   -0.196523423591E-03                     
+AS G09  2009  4  1  7 50  0.000000  1    0.484259653939E-04                     
+AS G10  2009  4  1  7 50  0.000000  1   -0.136183688292E-04                     
+AS G14  2009  4  1  7 50  0.000000  1   -0.132480057944E-03                     
+AS G13  2009  4  1  7 50  0.000000  1    0.293247174952E-03                     
+AS G28  2009  4  1  7 50  0.000000  1   -0.238291929687E-04                     
+AS G21  2009  4  1  7 50  0.000000  1    0.215543032557E-04                     
+AS G11  2009  4  1  7 50  0.000000  1    0.276942134406E-05                     
+AS G22  2009  4  1  7 50  0.000000  1    0.202435785230E-03                     
+AS G20  2009  4  1  7 50  0.000000  1    0.865736347934E-04                     
+AS G18  2009  4  1  7 50  0.000000  1   -0.695741223385E-04                     
+AS G16  2009  4  1  7 50  0.000000  1    0.630446160542E-04                     
+AS G19  2009  4  1  7 50  0.000000  1    0.293702400132E-04                     
+AS G23  2009  4  1  7 50  0.000000  1    0.388981863724E-03                     
+AS G02  2009  4  1  7 50  0.000000  1    0.153937073037E-03                     
+AS G31  2009  4  1  7 50  0.000000  1   -0.564565275436E-04                     
+AS G17  2009  4  1  7 50  0.000000  1    0.524154347543E-04                     
+AS G12  2009  4  1  7 50  0.000000  1   -0.299594679793E-03                     
+AS G15  2009  4  1  7 50  0.000000  1   -0.275942450596E-03                     
+AS G29  2009  4  1  7 50  0.000000  1    0.479358314510E-05                     
+AS G07  2009  4  1  7 50  0.000000  1    0.209868800727E-04                     
+AS R02  2009  4  1  7 50  0.000000  1    0.206992708320E-04                     
+AS R03  2009  4  1  7 50  0.000000  1   -0.342370002683E-04                     
+AS R04  2009  4  1  7 50  0.000000  1    0.639260744248E-04                     
+AS R06  2009  4  1  7 50  0.000000  1   -0.169247166586E-03                     
+AS R07  2009  4  1  7 50  0.000000  1   -0.892279267196E-04                     
+AS R08  2009  4  1  7 50  0.000000  1   -0.102009387018E-03                     
+AS R10  2009  4  1  7 50  0.000000  1   -0.140846575940E-03                     
+AS R11  2009  4  1  7 50  0.000000  1   -0.926147765833E-04                     
+AS R13  2009  4  1  7 50  0.000000  1   -0.230625242122E-03                     
+AS R14  2009  4  1  7 50  0.000000  1   -0.796549432051E-04                     
+AS R15  2009  4  1  7 50  0.000000  1    0.920956395289E-04                     
+AS R17  2009  4  1  7 50  0.000000  1   -0.261251761390E-03                     
+AS R18  2009  4  1  7 50  0.000000  1   -0.134488700595E-05                     
+AS R19  2009  4  1  7 50  0.000000  1   -0.894074509351E-04                     
+AS R20  2009  4  1  7 50  0.000000  1   -0.650105144253E-04                     
+AS R21  2009  4  1  7 50  0.000000  1   -0.143322899322E-03                     
+AS R22  2009  4  1  7 50  0.000000  1   -0.201537981607E-03                     
+AS R23  2009  4  1  7 50  0.000000  1   -0.200381544620E-03                     
+AR ALGO 2009  4  1  7 50  0.000000  1    0.807134826529E-04                     
+AR ALIC 2009  4  1  7 50  0.000000  1    0.105526981179E-07                     
+AR AMC2 2009  4  1  7 50  0.000000  1    0.160787459278E-08                     
+AR ANKR 2009  4  1  7 50  0.000000  1   -0.254144301135E-03                     
+AR ARTU 2009  4  1  7 50  0.000000  1   -0.605415272060E-07                     
+AR ASPA 2009  4  1  7 50  0.000000  1    0.457379893301E-07                     
+AR BHR1 2009  4  1  7 50  0.000000  1    0.563383132880E-03                     
+AR BARH 2009  4  1  7 50  0.000000  1    0.372517128867E-10                     
+AR BJFS 2009  4  1  7 50  0.000000  1   -0.454077899166E-07                     
+AR BOGT 2009  4  1  7 50  0.000000  1   -0.404707027647E-07                     
+AR BRMU 2009  4  1  7 50  0.000000  1    0.578542152677E-04                     
+AR CAGZ 2009  4  1  7 50  0.000000  1   -0.397815312725E-03                     
+AR CAS1 2009  4  1  7 50  0.000000  1    0.280055803941E-08                     
+AR CHAT 2009  4  1  7 50  0.000000  1   -0.581583229017E-07                     
+AR CHPI 2009  4  1  7 50  0.000000  1   -0.512145608090E-07                     
+AR COCO 2009  4  1  7 50  0.000000  1    0.227625320665E-03                     
+AR CONZ 2009  4  1  7 50  0.000000  1    0.160294460971E-03                     
+AR CRAR 2009  4  1  7 50  0.000000  1    0.168518495402E-03                     
+AR CRO1 2009  4  1  7 50  0.000000  1    0.665104197177E-03                     
+AR DAEJ 2009  4  1  7 50  0.000000  1   -0.196580603125E-03                     
+AR DARW 2009  4  1  7 50  0.000000  1    0.143969857846E-08                     
+AR DGAR 2009  4  1  7 50  0.000000  1   -0.929459430330E-07                     
+AR DRAO 2009  4  1  7 50  0.000000  1    0.112534009944E-03                     
+AR FAA1 2009  4  1  7 50  0.000000  1   -0.120972377278E-07                     
+AR FAIR 2009  4  1  7 50  0.000000  1   -0.570947994216E-07                     
+AR GLPS 2009  4  1  7 50  0.000000  1   -0.520845895902E-07                     
+AR GUAM 2009  4  1  7 50  0.000000  1   -0.741009541204E-07                     
+AR GUAT 2009  4  1  7 50  0.000000  1    0.556650733114E-08                     
+AR HOB2 2009  4  1  7 50  0.000000  1    0.868103280755E-07                     
+AR HOFN 2009  4  1  7 50  0.000000  1    0.386166088111E-03                     
+AR HOLM 2009  4  1  7 50  0.000000  1   -0.501652911700E-07                     
+AR HRAO 2009  4  1  7 50  0.000000  1    0.849460842166E-03                     
+AR HYDE 2009  4  1  7 50  0.000000  1   -0.225935428726E-08                     
+AR IRKJ 2009  4  1  7 50  0.000000  1    0.163746771679E-03                     
+AR ISPA 2009  4  1  7 50  0.000000  1   -0.505816366401E-07                     
+AR KARR 2009  4  1  7 50  0.000000  1   -0.739631163631E-07                     
+AR KERG 2009  4  1  7 50  0.000000  1    0.817293373153E-03                     
+AR KHAJ 2009  4  1  7 50  0.000000  1   -0.150785088019E-05                     
+AR KIR0 2009  4  1  7 50  0.000000  1    0.283455076241E-03                     
+AR KIRU 2009  4  1  7 50  0.000000  1    0.591368517212E-03                     
+AR KIT3 2009  4  1  7 50  0.000000  1   -0.445267606415E-08                     
+AR KOUR 2009  4  1  7 50  0.000000  1    0.125014041048E-03                     
+AR KUNM 2009  4  1  7 50  0.000000  1   -0.139008327245E-06                     
+AR LHAZ 2009  4  1  7 50  0.000000  1   -0.746413960759E-04                     
+AR MAL2 2009  4  1  7 50  0.000000  1   -0.196263340566E-07                     
+AR MAS1 2009  4  1  7 50  0.000000  1   -0.101606330229E-03                     
+AR MAW1 2009  4  1  7 50  0.000000  1    0.776599670690E-08                     
+AR MCIL 2009  4  1  7 50  0.000000  1    0.251728423706E-07                     
+AR MCM4 2009  4  1  7 50  0.000000  1   -0.633003752412E-07                     
+AR MDO1 2009  4  1  7 50  0.000000  1   -0.400122990564E-07                     
+AR MDVJ 2009  4  1  7 50  0.000000  1    0.438552693983E-03                     
+AR MKEA 2009  4  1  7 50  0.000000  1   -0.508040406523E-07                     
+AR MOBS 2009  4  1  7 50  0.000000  1    0.263202768000E-08                     
+AR NANO 2009  4  1  7 50  0.000000  1   -0.391147959989E-09                     
+AR NLIB 2009  4  1  7 50  0.000000  1   -0.117373190848E-06                     
+AR NNOR 2009  4  1  7 50  0.000000  1    0.365796560273E-03                     
+AR NRC1 2009  4  1  7 50  0.000000  1   -0.448715119589E-05                     
+AR NRIL 2009  4  1  7 50  0.000000  1   -0.566194446652E-07                     
+AR NRMD 2009  4  1  7 50  0.000000  1    0.297184582812E-07                     
+AR NTUS 2009  4  1  7 50  0.000000  1    0.190332784703E-08                     
+AR NYAL 2009  4  1  7 50  0.000000  1    0.937175081454E-07                     
+AR OHI3 2009  4  1  7 50  0.000000  1   -0.173432247322E-03                     
+AR ONSA 2009  4  1  7 50  0.000000  1   -0.324758515265E-04                     
+AR PDEL 2009  4  1  7 50  0.000000  1    0.456011515996E-09                     
+AR PERT 2009  4  1  7 50  0.000000  1   -0.607869824239E-07                     
+AR PETP 2009  4  1  7 50  0.000000  1   -0.463197457731E-07                     
+AR PIMO 2009  4  1  7 50  0.000000  1   -0.922025601622E-07                     
+AR QAQ1 2009  4  1  7 50  0.000000  1   -0.536259547023E-07                     
+AR QUIN 2009  4  1  7 50  0.000000  1   -0.567606379443E-07                     
+AR RABT 2009  4  1  7 50  0.000000  1   -0.476221651553E-07                     
+AR RAMO 2009  4  1  7 50  0.000000  1    0.653754275201E-07                     
+AR RCMN 2009  4  1  7 50  0.000000  1    0.239505123478E-08                     
+AR REDU 2009  4  1  7 50  0.000000  1   -0.495443317258E-07                     
+AR REUN 2009  4  1  7 50  0.000000  1    0.236165546349E-07                     
+AR REYK 2009  4  1  7 50  0.000000  1   -0.991018798789E-04                     
+AR SCH2 2009  4  1  7 50  0.000000  1    0.188181569571E-03                     
+AR SCUB 2009  4  1  7 50  0.000000  1   -0.592855544641E-07                     
+AR STJO 2009  4  1  7 50  0.000000  1   -0.702648427764E-05                     
+AR SYDN 2009  4  1  7 50  0.000000  1    0.141092679764E-05                     
+AR SYOG 2009  4  1  7 50  0.000000  1    0.140085295355E-04                     
+AR THU2 2009  4  1  7 50  0.000000  1   -0.429655385480E-03                     
+AR TOW2 2009  4  1  7 50  0.000000  1    0.182996677185E-08                     
+AR URUM 2009  4  1  7 50  0.000000  1   -0.409219053526E-03                     
+AR VESL 2009  4  1  7 50  0.000000  1   -0.293399490100E-03                     
+AR VILL 2009  4  1  7 50  0.000000  1   -0.553497352293E-07                     
+AR WTZR 2009  4  1  7 50  0.000000  1    0.447825272702E-07                     
+AR WUHN 2009  4  1  7 50  0.000000  1   -0.595636559310E-07                     
+AR YSSK 2009  4  1  7 50  0.000000  1   -0.596628818728E-07                     
+AR ZIM2 2009  4  1  7 50  0.000000  1    0.213632214709E-07                     
+AR XMIS 2009  4  1  7 50  0.000000  1   -0.725786155144E-08                     
+AR GODZ 2009  4  1  7 50  0.000000  1   -0.469121960492E-03                     
+AR MTKA 2009  4  1  7 50  0.000000  1   -0.561626724369E-07                     
+AR TIXJ 2009  4  1  7 50  0.000000  1    0.362365713980E-03                     
+AR PARK 2009  4  1  7 50  0.000000  1    0.804824316900E-06                     
+AR UNBJ 2009  4  1  7 50  0.000000  1   -0.190287812247E-03                     
+AR NOVM 2009  4  1  7 50  0.000000  1    0.798331568520E-04                     
+AR SUNM 2009  4  1  7 50  0.000000  1    0.179398097773E-03                     
+AR CEBR 2009  4  1  7 50  0.000000  1    0.719431601783E-03                     
+AR CPXF 2009  4  1  7 50  0.000000  1    0.174676774693E-08                     
+AR IDDR 2009  4  1  7 50  0.000000  1    0.780774001311E-08                     
+AR AZGB 2009  4  1  7 50  0.000000  1    0.237972381403E-03                     
+AR TN22 2009  4  1  7 50  0.000000  1    0.240328257979E-03                     
+AR ETAD 2009  4  1  7 50  0.000000  1    0.315270481374E-07                     
+AR ILHA 2009  4  1  7 50  0.000000  1    0.753454594159E-09                     
+AR POVE 2009  4  1  7 50  0.000000  1   -0.121390634548E-08                     
+AR RECF 2009  4  1  7 50  0.000000  1    0.217122192192E-07                     
+AR SALU 2009  4  1  7 50  0.000000  1    0.221564970013E-07                     
+AR SAVO 2009  4  1  7 50  0.000000  1    0.232126441594E-07                     
+AR UFPR 2009  4  1  7 50  0.000000  1    0.225874605135E-07                     
+AR YELL 2009  4  1  7 50  0.000000  1    0.239783000000E-06                     
+AS G32  2009  4  1  7 55  0.000000  1    0.280250827018E-03                     
+AS G24  2009  4  1  7 55  0.000000  1    0.177785648705E-03                     
+AS G25  2009  4  1  7 55  0.000000  1    0.334210545945E-03                     
+AS G26  2009  4  1  7 55  0.000000  1    0.544241939479E-04                     
+AS G27  2009  4  1  7 55  0.000000  1    0.370826445970E-04                     
+AS G30  2009  4  1  7 55  0.000000  1    0.136220751771E-03                     
+AS G03  2009  4  1  7 55  0.000000  1    0.373393841482E-03                     
+AS G04  2009  4  1  7 55  0.000000  1   -0.344873802187E-04                     
+AS G06  2009  4  1  7 55  0.000000  1    0.599524097878E-04                     
+AS G08  2009  4  1  7 55  0.000000  1   -0.196523607117E-03                     
+AS G09  2009  4  1  7 55  0.000000  1    0.484266027523E-04                     
+AS G10  2009  4  1  7 55  0.000000  1   -0.136187410485E-04                     
+AS G14  2009  4  1  7 55  0.000000  1   -0.132478341813E-03                     
+AS G13  2009  4  1  7 55  0.000000  1    0.293247477657E-03                     
+AS G28  2009  4  1  7 55  0.000000  1   -0.238291766522E-04                     
+AS G21  2009  4  1  7 55  0.000000  1    0.215541938921E-04                     
+AS G11  2009  4  1  7 55  0.000000  1    0.276916335508E-05                     
+AS G22  2009  4  1  7 55  0.000000  1    0.202436213707E-03                     
+AS G20  2009  4  1  7 55  0.000000  1    0.865736415186E-04                     
+AS G18  2009  4  1  7 55  0.000000  1   -0.695731529201E-04                     
+AS G16  2009  4  1  7 55  0.000000  1    0.630436083669E-04                     
+AS G19  2009  4  1  7 55  0.000000  1    0.293700117113E-04                     
+AS G23  2009  4  1  7 55  0.000000  1    0.388982034964E-03                     
+AS G02  2009  4  1  7 55  0.000000  1    0.153937078134E-03                     
+AS G31  2009  4  1  7 55  0.000000  1   -0.564566597878E-04                     
+AS G17  2009  4  1  7 55  0.000000  1    0.524159387047E-04                     
+AS G12  2009  4  1  7 55  0.000000  1   -0.299593121309E-03                     
+AS G15  2009  4  1  7 55  0.000000  1   -0.275943748207E-03                     
+AS G29  2009  4  1  7 55  0.000000  1    0.479487487102E-05                     
+AS G07  2009  4  1  7 55  0.000000  1    0.209866124693E-04                     
+AS R02  2009  4  1  7 55  0.000000  1    0.206982849413E-04                     
+AS R03  2009  4  1  7 55  0.000000  1   -0.342373499570E-04                     
+AS R04  2009  4  1  7 55  0.000000  1    0.639227446389E-04                     
+AS R06  2009  4  1  7 55  0.000000  1   -0.169246117909E-03                     
+AS R07  2009  4  1  7 55  0.000000  1   -0.892267092930E-04                     
+AS R08  2009  4  1  7 55  0.000000  1   -0.102009259285E-03                     
+AS R10  2009  4  1  7 55  0.000000  1   -0.140846598640E-03                     
+AS R11  2009  4  1  7 55  0.000000  1   -0.926151253537E-04                     
+AS R13  2009  4  1  7 55  0.000000  1   -0.230625546157E-03                     
+AS R14  2009  4  1  7 55  0.000000  1   -0.796538498637E-04                     
+AS R15  2009  4  1  7 55  0.000000  1    0.920953319354E-04                     
+AS R17  2009  4  1  7 55  0.000000  1   -0.261251910168E-03                     
+AS R18  2009  4  1  7 55  0.000000  1   -0.134488101167E-05                     
+AS R19  2009  4  1  7 55  0.000000  1   -0.894077549384E-04                     
+AS R20  2009  4  1  7 55  0.000000  1   -0.650100977931E-04                     
+AS R21  2009  4  1  7 55  0.000000  1   -0.143323417981E-03                     
+AS R22  2009  4  1  7 55  0.000000  1   -0.201538678511E-03                     
+AS R23  2009  4  1  7 55  0.000000  1   -0.200380292439E-03                     
+AR ALGO 2009  4  1  7 55  0.000000  1    0.807177408354E-04                     
+AR ALIC 2009  4  1  7 55  0.000000  1   -0.125597794570E-08                     
+AR AMC2 2009  4  1  7 55  0.000000  1    0.161993079369E-08                     
+AR ANKR 2009  4  1  7 55  0.000000  1   -0.188729277930E-03                     
+AR ARTU 2009  4  1  7 55  0.000000  1   -0.610494035771E-07                     
+AR ASPA 2009  4  1  7 55  0.000000  1    0.513915262839E-07                     
+AR BHR1 2009  4  1  7 55  0.000000  1    0.563382966351E-03                     
+AR BARH 2009  4  1  7 55  0.000000  1   -0.155115776260E-08                     
+AR BJFS 2009  4  1  7 55  0.000000  1   -0.477379417511E-07                     
+AR BOGT 2009  4  1  7 55  0.000000  1   -0.398883949479E-07                     
+AR BRMU 2009  4  1  7 55  0.000000  1   -0.448823699312E-03                     
+AR CAGZ 2009  4  1  7 55  0.000000  1   -0.174220995141E-03                     
+AR CAS1 2009  4  1  7 55  0.000000  1    0.325756266557E-08                     
+AR CHAT 2009  4  1  7 55  0.000000  1   -0.582344947655E-07                     
+AR CHPI 2009  4  1  7 55  0.000000  1   -0.508331463458E-07                     
+AR COCO 2009  4  1  7 55  0.000000  1    0.227624077178E-03                     
+AR CONZ 2009  4  1  7 55  0.000000  1    0.289691168107E-04                     
+AR CRAR 2009  4  1  7 55  0.000000  1    0.143242872863E-03                     
+AR CRO1 2009  4  1  7 55  0.000000  1    0.665104225404E-03                     
+AR DAEJ 2009  4  1  7 55  0.000000  1   -0.196580005577E-03                     
+AR DARW 2009  4  1  7 55  0.000000  1    0.255273817209E-09                     
+AR DGAR 2009  4  1  7 55  0.000000  1   -0.928462610611E-07                     
+AR DRAO 2009  4  1  7 55  0.000000  1    0.112570886305E-03                     
+AR FAA1 2009  4  1  7 55  0.000000  1   -0.122301026730E-07                     
+AR FAIR 2009  4  1  7 55  0.000000  1   -0.424197209399E-07                     
+AR GLPS 2009  4  1  7 55  0.000000  1   -0.512869284688E-07                     
+AR GUAM 2009  4  1  7 55  0.000000  1   -0.749796226368E-07                     
+AR GUAT 2009  4  1  7 55  0.000000  1    0.578382688874E-08                     
+AR HOB2 2009  4  1  7 55  0.000000  1    0.868572322021E-07                     
+AR HOFN 2009  4  1  7 55  0.000000  1    0.464178466339E-03                     
+AR HOLM 2009  4  1  7 55  0.000000  1   -0.512137879816E-07                     
+AR HRAO 2009  4  1  7 55  0.000000  1    0.849460927691E-03                     
+AR HYDE 2009  4  1  7 55  0.000000  1   -0.246617688131E-08                     
+AR IRKJ 2009  4  1  7 55  0.000000  1    0.163746793239E-03                     
+AR ISPA 2009  4  1  7 55  0.000000  1   -0.535053028803E-07                     
+AR KARR 2009  4  1  7 55  0.000000  1   -0.712551365671E-07                     
+AR KERG 2009  4  1  7 55  0.000000  1    0.817303952182E-03                     
+AR KHAJ 2009  4  1  7 55  0.000000  1   -0.150782032998E-05                     
+AR KIR0 2009  4  1  7 55  0.000000  1    0.283448243422E-03                     
+AR KIRU 2009  4  1  7 55  0.000000  1    0.591368922331E-03                     
+AR KIT3 2009  4  1  7 55  0.000000  1    0.210321101439E-08                     
+AR KOUR 2009  4  1  7 55  0.000000  1    0.125014072921E-03                     
+AR KUNM 2009  4  1  7 55  0.000000  1   -0.812746781046E-07                     
+AR LHAZ 2009  4  1  7 55  0.000000  1   -0.542824818087E-04                     
+AR MAL2 2009  4  1  7 55  0.000000  1   -0.150296350707E-07                     
+AR MAS1 2009  4  1  7 55  0.000000  1   -0.101606263494E-03                     
+AR MAW1 2009  4  1  7 55  0.000000  1    0.413160219372E-08                     
+AR MCIL 2009  4  1  7 55  0.000000  1    0.241022076806E-07                     
+AR MCM4 2009  4  1  7 55  0.000000  1   -0.654541803245E-07                     
+AR MDO1 2009  4  1  7 55  0.000000  1   -0.399660748503E-07                     
+AR MDVJ 2009  4  1  7 55  0.000000  1    0.438552703121E-03                     
+AR MKEA 2009  4  1  7 55  0.000000  1   -0.487613582799E-07                     
+AR MOBS 2009  4  1  7 55  0.000000  1    0.215068620380E-08                     
+AR NANO 2009  4  1  7 55  0.000000  1    0.753208857679E-09                     
+AR NLIB 2009  4  1  7 55  0.000000  1   -0.117360579743E-06                     
+AR NNOR 2009  4  1  7 55  0.000000  1    0.365796785710E-03                     
+AR NRC1 2009  4  1  7 55  0.000000  1   -0.448711292373E-05                     
+AR NRIL 2009  4  1  7 55  0.000000  1   -0.462435388536E-07                     
+AR NRMD 2009  4  1  7 55  0.000000  1    0.300737152649E-07                     
+AR NTUS 2009  4  1  7 55  0.000000  1   -0.133976129332E-08                     
+AR NYAL 2009  4  1  7 55  0.000000  1    0.937304015509E-07                     
+AR OHI3 2009  4  1  7 55  0.000000  1   -0.717489052787E-04                     
+AR ONSA 2009  4  1  7 55  0.000000  1   -0.324758863922E-04                     
+AR PDEL 2009  4  1  7 55  0.000000  1   -0.173883348789E-08                     
+AR PERT 2009  4  1  7 55  0.000000  1   -0.616397578303E-07                     
+AR PETP 2009  4  1  7 55  0.000000  1   -0.439630591766E-07                     
+AR PIMO 2009  4  1  7 55  0.000000  1   -0.903428500222E-07                     
+AR QAQ1 2009  4  1  7 55  0.000000  1   -0.542271405314E-07                     
+AR QUIN 2009  4  1  7 55  0.000000  1   -0.595380601296E-07                     
+AR RABT 2009  4  1  7 55  0.000000  1   -0.476205692108E-07                     
+AR RAMO 2009  4  1  7 55  0.000000  1    0.150754610682E-07                     
+AR RCMN 2009  4  1  7 55  0.000000  1    0.446095000233E-08                     
+AR REDU 2009  4  1  7 55  0.000000  1   -0.484812542880E-07                     
+AR REUN 2009  4  1  7 55  0.000000  1    0.224439498300E-07                     
+AR REYK 2009  4  1  7 55  0.000000  1   -0.777077592123E-04                     
+AR SCH2 2009  4  1  7 55  0.000000  1    0.188197372079E-03                     
+AR SCUB 2009  4  1  7 55  0.000000  1   -0.578958849957E-07                     
+AR STJO 2009  4  1  7 55  0.000000  1   -0.702677615264E-05                     
+AR SYDN 2009  4  1  7 55  0.000000  1    0.141086045621E-05                     
+AR SYOG 2009  4  1  7 55  0.000000  1    0.140085148800E-04                     
+AR THU2 2009  4  1  7 55  0.000000  1   -0.431657555255E-03                     
+AR TOW2 2009  4  1  7 55  0.000000  1    0.754567246170E-09                     
+AR URUM 2009  4  1  7 55  0.000000  1   -0.486766963685E-03                     
+AR VESL 2009  4  1  7 55  0.000000  1   -0.254800449855E-03                     
+AR VILL 2009  4  1  7 55  0.000000  1   -0.562011736756E-07                     
+AR WTZR 2009  4  1  7 55  0.000000  1    0.448109172337E-07                     
+AR WUHN 2009  4  1  7 55  0.000000  1   -0.553936684980E-07                     
+AR YSSK 2009  4  1  7 55  0.000000  1   -0.554515725316E-07                     
+AR ZIM2 2009  4  1  7 55  0.000000  1    0.226738683391E-07                     
+AR XMIS 2009  4  1  7 55  0.000000  1   -0.805977125236E-08                     
+AR GODZ 2009  4  1  7 55  0.000000  1   -0.469121919638E-03                     
+AR MTKA 2009  4  1  7 55  0.000000  1   -0.652292786579E-07                     
+AR TIXJ 2009  4  1  7 55  0.000000  1    0.357103525470E-03                     
+AR PARK 2009  4  1  7 55  0.000000  1    0.804910980955E-06                     
+AR UNBJ 2009  4  1  7 55  0.000000  1   -0.262410973650E-03                     
+AR NOVM 2009  4  1  7 55  0.000000  1    0.798331722058E-04                     
+AR SUNM 2009  4  1  7 55  0.000000  1    0.234280846505E-04                     
+AR CEBR 2009  4  1  7 55  0.000000  1    0.719431610011E-03                     
+AR CPXF 2009  4  1  7 55  0.000000  1    0.101986181512E-08                     
+AR IDDR 2009  4  1  7 55  0.000000  1    0.744629842820E-08                     
+AR AZGB 2009  4  1  7 55  0.000000  1    0.986527346978E-04                     
+AR TN22 2009  4  1  7 55  0.000000  1    0.160448388935E-03                     
+AR ETAD 2009  4  1  7 55  0.000000  1    0.278292998160E-07                     
+AR ILHA 2009  4  1  7 55  0.000000  1   -0.174855730633E-08                     
+AR POVE 2009  4  1  7 55  0.000000  1   -0.372017870911E-08                     
+AR RECF 2009  4  1  7 55  0.000000  1    0.209563873459E-07                     
+AR SALU 2009  4  1  7 55  0.000000  1    0.215094514897E-07                     
+AR SAVO 2009  4  1  7 55  0.000000  1    0.242193007303E-07                     
+AR UFPR 2009  4  1  7 55  0.000000  1    0.210370728713E-07                     
+AR YELL 2009  4  1  7 55  0.000000  1    0.239853000000E-06                     
+AS G32  2009  4  1  8  0  0.000000  1    0.280249372660E-03                     
+AS G24  2009  4  1  8  0  0.000000  1    0.177786489517E-03                     
+AS G25  2009  4  1  8  0  0.000000  1    0.334217102921E-03                     
+AS G26  2009  4  1  8  0  0.000000  1    0.544246291571E-04                     
+AS G27  2009  4  1  8  0  0.000000  1    0.370840234070E-04                     
+AS G30  2009  4  1  8  0  0.000000  1    0.136221594122E-03                     
+AS G03  2009  4  1  8  0  0.000000  1    0.373395135938E-03                     
+AS G04  2009  4  1  8  0  0.000000  1   -0.344917055820E-04                     
+AS G06  2009  4  1  8  0  0.000000  1    0.599578132625E-04                     
+AS G08  2009  4  1  8  0  0.000000  1   -0.196523821713E-03                     
+AS G09  2009  4  1  8  0  0.000000  1    0.484275814340E-04                     
+AS G10  2009  4  1  8  0  0.000000  1   -0.136188504880E-04                     
+AS G14  2009  4  1  8  0  0.000000  1   -0.132476661575E-03                     
+AS G13  2009  4  1  8  0  0.000000  1    0.293247642065E-03                     
+AS G28  2009  4  1  8  0  0.000000  1   -0.238291743011E-04                     
+AS G21  2009  4  1  8  0  0.000000  1    0.215534670659E-04                     
+AS G11  2009  4  1  8  0  0.000000  1    0.276883549331E-05                     
+AS G22  2009  4  1  8  0  0.000000  1    0.202435554828E-03                     
+AS G20  2009  4  1  8  0  0.000000  1    0.865732391525E-04                     
+AS G18  2009  4  1  8  0  0.000000  1   -0.695724456250E-04                     
+AS G16  2009  4  1  8  0  0.000000  1    0.630428258513E-04                     
+AS G19  2009  4  1  8  0  0.000000  1    0.293697992091E-04                     
+AS G23  2009  4  1  8  0  0.000000  1    0.388982028760E-03                     
+AS G02  2009  4  1  8  0  0.000000  1    0.153937065126E-03                     
+AS G31  2009  4  1  8  0  0.000000  1   -0.564569229338E-04                     
+AS G17  2009  4  1  8  0  0.000000  1    0.524164346450E-04                     
+AS G12  2009  4  1  8  0  0.000000  1   -0.299591872490E-03                     
+AS G15  2009  4  1  8  0  0.000000  1   -0.275944994211E-03                     
+AS G29  2009  4  1  8  0  0.000000  1    0.479607851340E-05                     
+AS G07  2009  4  1  8  0  0.000000  1    0.209866119639E-04                     
+AS R02  2009  4  1  8  0  0.000000  1    0.206973719371E-04                     
+AS R03  2009  4  1  8  0  0.000000  1   -0.342385640654E-04                     
+AS R04  2009  4  1  8  0  0.000000  1    0.639192635337E-04                     
+AS R06  2009  4  1  8  0  0.000000  1   -0.169247630568E-03                     
+AS R07  2009  4  1  8  0  0.000000  1   -0.892256866392E-04                     
+AS R08  2009  4  1  8  0  0.000000  1   -0.102008696323E-03                     
+AS R10  2009  4  1  8  0  0.000000  1   -0.140846375792E-03                     
+AS R11  2009  4  1  8  0  0.000000  1   -0.926156189351E-04                     
+AS R13  2009  4  1  8  0  0.000000  1   -0.230625984682E-03                     
+AS R14  2009  4  1  8  0  0.000000  1   -0.796524059343E-04                     
+AS R15  2009  4  1  8  0  0.000000  1    0.920956817747E-04                     
+AS R17  2009  4  1  8  0  0.000000  1   -0.261252218161E-03                     
+AS R18  2009  4  1  8  0  0.000000  1   -0.134527018076E-05                     
+AS R19  2009  4  1  8  0  0.000000  1   -0.894082082449E-04                     
+AS R20  2009  4  1  8  0  0.000000  1   -0.650104162574E-04                     
+AS R21  2009  4  1  8  0  0.000000  1   -0.143323812928E-03                     
+AS R22  2009  4  1  8  0  0.000000  1   -0.201539360925E-03                     
+AS R23  2009  4  1  8  0  0.000000  1   -0.200378337071E-03                     
+AR ALGO 2009  4  1  8  0  0.000000  1    0.807221341138E-04                     
+AR ALIC 2009  4  1  8  0  0.000000  1    0.897723332697E-09                     
+AR AMC2 2009  4  1  8  0  0.000000  1    0.163879540992E-08                     
+AR ANKR 2009  4  1  8  0  0.000000  1   -0.123367844997E-03                     
+AR ARTU 2009  4  1  8  0  0.000000  1   -0.610922370104E-07                     
+AR ASPA 2009  4  1  8  0  0.000000  1    0.581385824233E-07                     
+AR BHR1 2009  4  1  8  0  0.000000  1    0.563383153415E-03                     
+AR BARH 2009  4  1  8  0  0.000000  1   -0.115408810156E-08                     
+AR BJFS 2009  4  1  8  0  0.000000  1   -0.485812336272E-07                     
+AR BOGT 2009  4  1  8  0  0.000000  1   -0.397915669438E-07                     
+AR BRMU 2009  4  1  8  0  0.000000  1    0.443578065202E-04                     
+AR CAGZ 2009  4  1  8  0  0.000000  1    0.493769122995E-04                     
+AR CAS1 2009  4  1  8  0  0.000000  1   -0.174704008890E-08                     
+AR CHAT 2009  4  1  8  0  0.000000  1   -0.590145459573E-07                     
+AR CHPI 2009  4  1  8  0  0.000000  1   -0.510670459627E-07                     
+AR COCO 2009  4  1  8  0  0.000000  1    0.227624231917E-03                     
+AR CONZ 2009  4  1  8  0  0.000000  1   -0.102022780552E-03                     
+AR CRAR 2009  4  1  8  0  0.000000  1    0.117969710520E-03                     
+AR CRO1 2009  4  1  8  0  0.000000  1    0.665104296594E-03                     
+AR DAEJ 2009  4  1  8  0  0.000000  1   -0.196579486860E-03                     
+AR DARW 2009  4  1  8  0  0.000000  1   -0.152741435254E-08                     
+AR DGAR 2009  4  1  8  0  0.000000  1   -0.928068821818E-07                     
+AR DRAO 2009  4  1  8  0  0.000000  1    0.112607463965E-03                     
+AR FAA1 2009  4  1  8  0  0.000000  1   -0.134427372389E-07                     
+AR FAIR 2009  4  1  8  0  0.000000  1   -0.454630105365E-07                     
+AR GLPS 2009  4  1  8  0  0.000000  1   -0.512937331485E-07                     
+AR GUAM 2009  4  1  8  0  0.000000  1   -0.750835980574E-07                     
+AR GUAT 2009  4  1  8  0  0.000000  1    0.828849515878E-08                     
+AR HOB2 2009  4  1  8  0  0.000000  1    0.868950675529E-07                     
+AR HOFN 2009  4  1  8  0  0.000000  1   -0.457812941339E-03                     
+AR HOLM 2009  4  1  8  0  0.000000  1   -0.560966566089E-07                     
+AR HRAO 2009  4  1  8  0  0.000000  1    0.849461027811E-03                     
+AR HYDE 2009  4  1  8  0  0.000000  1   -0.210334963158E-09                     
+AR IRKJ 2009  4  1  8  0  0.000000  1    0.163746804547E-03                     
+AR ISPA 2009  4  1  8  0  0.000000  1   -0.561051538968E-07                     
+AR KARR 2009  4  1  8  0  0.000000  1   -0.704186772294E-07                     
+AR KERG 2009  4  1  8  0  0.000000  1    0.817315930462E-03                     
+AR KHAJ 2009  4  1  8  0  0.000000  1   -0.150781409101E-05                     
+AR KIR0 2009  4  1  8  0  0.000000  1    0.283441440464E-03                     
+AR KIRU 2009  4  1  8  0  0.000000  1    0.591366777966E-03                     
+AR KIT3 2009  4  1  8  0  0.000000  1   -0.357001026263E-08                     
+AR KOUR 2009  4  1  8  0  0.000000  1    0.125014082638E-03                     
+AR KUNM 2009  4  1  8  0  0.000000  1   -0.879136511369E-07                     
+AR LHAZ 2009  4  1  8  0  0.000000  1   -0.350311384662E-04                     
+AR MAL2 2009  4  1  8  0  0.000000  1   -0.151992442791E-07                     
+AR MAS1 2009  4  1  8  0  0.000000  1   -0.101606253028E-03                     
+AR MAW1 2009  4  1  8  0  0.000000  1    0.429859704786E-08                     
+AR MCIL 2009  4  1  8  0  0.000000  1    0.228895966757E-07                     
+AR MCM4 2009  4  1  8  0  0.000000  1   -0.628229236526E-07                     
+AR MDO1 2009  4  1  8  0  0.000000  1   -0.410982997117E-07                     
+AR MDVJ 2009  4  1  8  0  0.000000  1    0.438552709155E-03                     
+AR MKEA 2009  4  1  8  0  0.000000  1   -0.481596839227E-07                     
+AR MOBS 2009  4  1  8  0  0.000000  1    0.476775889935E-08                     
+AR NANO 2009  4  1  8  0  0.000000  1    0.137364566294E-08                     
+AR NLIB 2009  4  1  8  0  0.000000  1   -0.117357841469E-06                     
+AR NNOR 2009  4  1  8  0  0.000000  1    0.365796624249E-03                     
+AR NRC1 2009  4  1  8  0  0.000000  1   -0.448707205335E-05                     
+AR NRIL 2009  4  1  8  0  0.000000  1   -0.454147435918E-07                     
+AR NRMD 2009  4  1  8  0  0.000000  1    0.297681094220E-07                     
+AR NTUS 2009  4  1  8  0  0.000000  1    0.698394280659E-12                     
+AR NYAL 2009  4  1  8  0  0.000000  1    0.937537058030E-07                     
+AR OHI3 2009  4  1  8  0  0.000000  1    0.302458715616E-04                     
+AR ONSA 2009  4  1  8  0  0.000000  1   -0.324759148801E-04                     
+AR PDEL 2009  4  1  8  0  0.000000  1   -0.141463022856E-08                     
+AR PERT 2009  4  1  8  0  0.000000  1   -0.626275282075E-07                     
+AR PETP 2009  4  1  8  0  0.000000  1   -0.448069096031E-07                     
+AR PIMO 2009  4  1  8  0  0.000000  1   -0.921633454390E-07                     
+AR QAQ1 2009  4  1  8  0  0.000000  1   -0.582808608402E-07                     
+AR QUIN 2009  4  1  8  0  0.000000  1   -0.572822799585E-07                     
+AR RABT 2009  4  1  8  0  0.000000  1   -0.481973915342E-07                     
+AR RAMO 2009  4  1  8  0  0.000000  1    0.102711539179E-06                     
+AR RCMN 2009  4  1  8  0  0.000000  1    0.457817927760E-08                     
+AR REDU 2009  4  1  8  0  0.000000  1   -0.489892491087E-07                     
+AR REUN 2009  4  1  8  0  0.000000  1    0.235999433308E-07                     
+AR REYK 2009  4  1  8  0  0.000000  1   -0.563520626104E-04                     
+AR SCH2 2009  4  1  8  0  0.000000  1    0.188212224532E-03                     
+AR SCUB 2009  4  1  8  0  0.000000  1   -0.561398001883E-07                     
+AR STJO 2009  4  1  8  0  0.000000  1   -0.702706235626E-05                     
+AR SYDN 2009  4  1  8  0  0.000000  1    0.141084422404E-05                     
+AR SYOG 2009  4  1  8  0  0.000000  1    0.140085463758E-04                     
+AR THU2 2009  4  1  8  0  0.000000  1   -0.433659643252E-03                     
+AR TOW2 2009  4  1  8  0  0.000000  1   -0.361642009689E-08                     
+AR URUM 2009  4  1  8  0  0.000000  1    0.435638978456E-03                     
+AR VESL 2009  4  1  8  0  0.000000  1   -0.216211295443E-03                     
+AR VILL 2009  4  1  8  0  0.000000  1   -0.543668556707E-07                     
+AR WTZR 2009  4  1  8  0  0.000000  1    0.448348990566E-07                     
+AR WUHN 2009  4  1  8  0  0.000000  1   -0.477536512363E-07                     
+AR YSSK 2009  4  1  8  0  0.000000  1   -0.540120168878E-07                     
+AR ZIM2 2009  4  1  8  0  0.000000  1    0.234314834007E-07                     
+AR XMIS 2009  4  1  8  0  0.000000  1   -0.465256980525E-08                     
+AR GODZ 2009  4  1  8  0  0.000000  1   -0.469121903091E-03                     
+AR MTKA 2009  4  1  8  0  0.000000  1   -0.687663930196E-07                     
+AR TIXJ 2009  4  1  8  0  0.000000  1    0.351853999448E-03                     
+AR PARK 2009  4  1  8  0  0.000000  1    0.805014100653E-06                     
+AR UNBJ 2009  4  1  8  0  0.000000  1   -0.334538962678E-03                     
+AR NOVM 2009  4  1  8  0  0.000000  1    0.798332313275E-04                     
+AR SUNM 2009  4  1  8  0  0.000000  1   -0.132762803900E-03                     
+AR CEBR 2009  4  1  8  0  0.000000  1    0.719431635559E-03                     
+AR CPXF 2009  4  1  8  0  0.000000  1    0.147116671619E-08                     
+AR IDDR 2009  4  1  8  0  0.000000  1    0.549511218127E-08                     
+AR AZGB 2009  4  1  8  0  0.000000  1   -0.407005833111E-04                     
+AR TN22 2009  4  1  8  0  0.000000  1    0.805413403118E-04                     
+AR ETAD 2009  4  1  8  0  0.000000  1    0.263428036998E-07                     
+AR ILHA 2009  4  1  8  0  0.000000  1    0.139979358865E-09                     
+AR POVE 2009  4  1  8  0  0.000000  1   -0.200075465826E-08                     
+AR RECF 2009  4  1  8  0  0.000000  1    0.207399424100E-07                     
+AR SALU 2009  4  1  8  0  0.000000  1    0.215864664852E-07                     
+AR SAVO 2009  4  1  8  0  0.000000  1    0.239989045675E-07                     
+AR UFPR 2009  4  1  8  0  0.000000  1    0.214812714800E-07                     
+AR YELL 2009  4  1  8  0  0.000000  1    0.239923000000E-06                     
+AS G32  2009  4  1  8  5  0.000000  1    0.280247979479E-03                     
+AS G24  2009  4  1  8  5  0.000000  1    0.177787042276E-03                     
+AS G25  2009  4  1  8  5  0.000000  1    0.334223662016E-03                     
+AS G26  2009  4  1  8  5  0.000000  1    0.544254440343E-04                     
+AS G27  2009  4  1  8  5  0.000000  1    0.370847417624E-04                     
+AS G30  2009  4  1  8  5  0.000000  1    0.136222770110E-03                     
+AS G03  2009  4  1  8  5  0.000000  1    0.373396514925E-03                     
+AS G04  2009  4  1  8  5  0.000000  1   -0.344965842737E-04                     
+AS G06  2009  4  1  8  5  0.000000  1    0.599631318985E-04                     
+AS G08  2009  4  1  8  5  0.000000  1   -0.196523965400E-03                     
+AS G09  2009  4  1  8  5  0.000000  1    0.484270735975E-04                     
+AS G10  2009  4  1  8  5  0.000000  1   -0.136184961741E-04                     
+AS G14  2009  4  1  8  5  0.000000  1   -0.132474979867E-03                     
+AS G13  2009  4  1  8  5  0.000000  1    0.293248094501E-03                     
+AS G28  2009  4  1  8  5  0.000000  1   -0.238295038063E-04                     
+AS G21  2009  4  1  8  5  0.000000  1    0.215523279452E-04                     
+AS G11  2009  4  1  8  5  0.000000  1    0.276835198651E-05                     
+AS G22  2009  4  1  8  5  0.000000  1    0.202435825399E-03                     
+AS G20  2009  4  1  8  5  0.000000  1    0.865729505316E-04                     
+AS G18  2009  4  1  8  5  0.000000  1   -0.695709569175E-04                     
+AS G16  2009  4  1  8  5  0.000000  1    0.630417728689E-04                     
+AS G19  2009  4  1  8  5  0.000000  1    0.293692738826E-04                     
+AS G23  2009  4  1  8  5  0.000000  1    0.388982233425E-03                     
+AS G02  2009  4  1  8  5  0.000000  1    0.153937026212E-03                     
+AS G31  2009  4  1  8  5  0.000000  1   -0.564572776495E-04                     
+AS G17  2009  4  1  8  5  0.000000  1    0.524168992806E-04                     
+AS G12  2009  4  1  8  5  0.000000  1   -0.299590605153E-03                     
+AS G15  2009  4  1  8  5  0.000000  1   -0.275946409470E-03                     
+AS G29  2009  4  1  8  5  0.000000  1    0.479734033901E-05                     
+AS G07  2009  4  1  8  5  0.000000  1    0.209864340438E-04                     
+AS R02  2009  4  1  8  5  0.000000  1    0.206963769460E-04                     
+AS R03  2009  4  1  8  5  0.000000  1   -0.342376376339E-04                     
+AS R04  2009  4  1  8  5  0.000000  1    0.639164373483E-04                     
+AS R06  2009  4  1  8  5  0.000000  1   -0.169249182555E-03                     
+AS R07  2009  4  1  8  5  0.000000  1   -0.892247005692E-04                     
+AS R08  2009  4  1  8  5  0.000000  1   -0.102008445513E-03                     
+AS R10  2009  4  1  8  5  0.000000  1   -0.140846532376E-03                     
+AS R11  2009  4  1  8  5  0.000000  1   -0.926159648344E-04                     
+AS R13  2009  4  1  8  5  0.000000  1   -0.230626269475E-03                     
+AS R14  2009  4  1  8  5  0.000000  1   -0.796517718222E-04                     
+AS R15  2009  4  1  8  5  0.000000  1    0.920959493707E-04                     
+AS R17  2009  4  1  8  5  0.000000  1   -0.261252278439E-03                     
+AS R18  2009  4  1  8  5  0.000000  1   -0.134539479542E-05                     
+AS R19  2009  4  1  8  5  0.000000  1   -0.894084583558E-04                     
+AS R20  2009  4  1  8  5  0.000000  1   -0.650101637664E-04                     
+AS R21  2009  4  1  8  5  0.000000  1   -0.143324224968E-03                     
+AS R22  2009  4  1  8  5  0.000000  1   -0.201540057578E-03                     
+AS R23  2009  4  1  8  5  0.000000  1   -0.200376663853E-03                     
+AR ALGO 2009  4  1  8  5  0.000000  1    0.807265258252E-04                     
+AR ALIC 2009  4  1  8  5  0.000000  1    0.448470993446E-09                     
+AR AMC2 2009  4  1  8  5  0.000000  1    0.164070857905E-08                     
+AR ANKR 2009  4  1  8  5  0.000000  1   -0.580529439186E-04                     
+AR ARTU 2009  4  1  8  5  0.000000  1   -0.657813919547E-07                     
+AR ASPA 2009  4  1  8  5  0.000000  1    0.141735890561E-07                     
+AR BHR1 2009  4  1  8  5  0.000000  1    0.563383090007E-03                     
+AR BARH 2009  4  1  8  5  0.000000  1   -0.488030230787E-08                     
+AR BJFS 2009  4  1  8  5  0.000000  1   -0.489600554975E-07                     
+AR BOGT 2009  4  1  8  5  0.000000  1   -0.403387793459E-07                     
+AR BRMU 2009  4  1  8  5  0.000000  1   -0.462253516464E-03                     
+AR CAGZ 2009  4  1  8  5  0.000000  1    0.273056391509E-03                     
+AR CAS1 2009  4  1  8  5  0.000000  1    0.408262520198E-08                     
+AR CHAT 2009  4  1  8  5  0.000000  1   -0.576185174224E-07                     
+AR CHPI 2009  4  1  8  5  0.000000  1   -0.519830295620E-07                     
+AR COCO 2009  4  1  8  5  0.000000  1    0.227623243602E-03                     
+AR CONZ 2009  4  1  8  5  0.000000  1   -0.232898307965E-03                     
+AR CRAR 2009  4  1  8  5  0.000000  1    0.926856328780E-04                     
+AR CRO1 2009  4  1  8  5  0.000000  1    0.665104294541E-03                     
+AR DAEJ 2009  4  1  8  5  0.000000  1   -0.196579143552E-03                     
+AR DARW 2009  4  1  8  5  0.000000  1   -0.243026804234E-08                     
+AR DGAR 2009  4  1  8  5  0.000000  1   -0.934223726517E-07                     
+AR DRAO 2009  4  1  8  5  0.000000  1    0.112644169536E-03                     
+AR FAA1 2009  4  1  8  5  0.000000  1   -0.154093957531E-07                     
+AR FAIR 2009  4  1  8  5  0.000000  1   -0.456843330979E-07                     
+AR GLPS 2009  4  1  8  5  0.000000  1   -0.512330062391E-07                     
+AR GUAM 2009  4  1  8  5  0.000000  1   -0.753633131321E-07                     
+AR GUAT 2009  4  1  8  5  0.000000  1    0.605635947309E-08                     
+AR HOB2 2009  4  1  8  5  0.000000  1    0.869154016547E-07                     
+AR HOFN 2009  4  1  8  5  0.000000  1   -0.379833800390E-03                     
+AR HOLM 2009  4  1  8  5  0.000000  1   -0.447958515663E-07                     
+AR HRAO 2009  4  1  8  5  0.000000  1    0.849461085858E-03                     
+AR HYDE 2009  4  1  8  5  0.000000  1   -0.110082751861E-09                     
+AR IRKJ 2009  4  1  8  5  0.000000  1    0.163747136294E-03                     
+AR ISPA 2009  4  1  8  5  0.000000  1   -0.567960419090E-07                     
+AR KARR 2009  4  1  8  5  0.000000  1   -0.683208053043E-07                     
+AR KERG 2009  4  1  8  5  0.000000  1    0.817329147621E-03                     
+AR KIR0 2009  4  1  8  5  0.000000  1    0.283434653749E-03                     
+AR KIRU 2009  4  1  8  5  0.000000  1    0.591366219551E-03                     
+AR KIT3 2009  4  1  8  5  0.000000  1    0.166738798039E-08                     
+AR KOUR 2009  4  1  8  5  0.000000  1    0.125014085993E-03                     
+AR KUNM 2009  4  1  8  5  0.000000  1   -0.779876767425E-07                     
+AR LHAZ 2009  4  1  8  5  0.000000  1   -0.168309353470E-04                     
+AR MAL2 2009  4  1  8  5  0.000000  1   -0.209080387382E-07                     
+AR MAS1 2009  4  1  8  5  0.000000  1   -0.101606253526E-03                     
+AR MAW1 2009  4  1  8  5  0.000000  1    0.917247277870E-08                     
+AR MCIL 2009  4  1  8  5  0.000000  1    0.227515617591E-07                     
+AR MCM4 2009  4  1  8  5  0.000000  1   -0.597062961050E-07                     
+AR MDO1 2009  4  1  8  5  0.000000  1   -0.421318521613E-07                     
+AR MDVJ 2009  4  1  8  5  0.000000  1    0.438552696486E-03                     
+AR MKEA 2009  4  1  8  5  0.000000  1   -0.475799395964E-07                     
+AR MOBS 2009  4  1  8  5  0.000000  1    0.314088761942E-08                     
+AR NANO 2009  4  1  8  5  0.000000  1   -0.107144560167E-09                     
+AR NLIB 2009  4  1  8  5  0.000000  1   -0.117356841118E-06                     
+AR NNOR 2009  4  1  8  5  0.000000  1    0.365796780857E-03                     
+AR NRC1 2009  4  1  8  5  0.000000  1   -0.448705249661E-05                     
+AR NRIL 2009  4  1  8  5  0.000000  1   -0.504794890387E-07                     
+AR NRMD 2009  4  1  8  5  0.000000  1    0.290895183593E-07                     
+AR NTUS 2009  4  1  8  5  0.000000  1   -0.885876306617E-09                     
+AR NYAL 2009  4  1  8  5  0.000000  1    0.937526624198E-07                     
+AR OHI3 2009  4  1  8  5  0.000000  1    0.132525583130E-03                     
+AR ONSA 2009  4  1  8  5  0.000000  1   -0.324759736850E-04                     
+AR PDEL 2009  4  1  8  5  0.000000  1    0.368013516592E-09                     
+AR PERT 2009  4  1  8  5  0.000000  1   -0.622444148633E-07                     
+AR PETP 2009  4  1  8  5  0.000000  1   -0.424994175649E-07                     
+AR PIMO 2009  4  1  8  5  0.000000  1   -0.919346352437E-07                     
+AR QAQ1 2009  4  1  8  5  0.000000  1   -0.579332160637E-07                     
+AR QUIN 2009  4  1  8  5  0.000000  1   -0.553359436942E-07                     
+AR RABT 2009  4  1  8  5  0.000000  1   -0.437186371145E-07                     
+AR RAMO 2009  4  1  8  5  0.000000  1    0.307799871796E-08                     
+AR RCMN 2009  4  1  8  5  0.000000  1    0.413699977197E-08                     
+AR REDU 2009  4  1  8  5  0.000000  1   -0.476949815514E-07                     
+AR REUN 2009  4  1  8  5  0.000000  1    0.243338744114E-07                     
+AR REYK 2009  4  1  8  5  0.000000  1   -0.350749740961E-04                     
+AR SCH2 2009  4  1  8  5  0.000000  1    0.188227185398E-03                     
+AR SCUB 2009  4  1  8  5  0.000000  1   -0.564398643667E-07                     
+AR STJO 2009  4  1  8  5  0.000000  1   -0.702736397477E-05                     
+AR SYDN 2009  4  1  8  5  0.000000  1    0.141081772215E-05                     
+AR SYOG 2009  4  1  8  5  0.000000  1    0.140090231560E-04                     
+AR THU2 2009  4  1  8  5  0.000000  1   -0.435661673271E-03                     
+AR TOW2 2009  4  1  8  5  0.000000  1    0.208814540867E-08                     
+AR URUM 2009  4  1  8  5  0.000000  1    0.357940824095E-03                     
+AR VESL 2009  4  1  8  5  0.000000  1   -0.177646206214E-03                     
+AR VILL 2009  4  1  8  5  0.000000  1   -0.547393004484E-07                     
+AR WTZR 2009  4  1  8  5  0.000000  1    0.448321918601E-07                     
+AR WUHN 2009  4  1  8  5  0.000000  1   -0.443149469353E-07                     
+AR YSSK 2009  4  1  8  5  0.000000  1   -0.511173644175E-07                     
+AR ZIM2 2009  4  1  8  5  0.000000  1    0.266908110370E-07                     
+AR XMIS 2009  4  1  8  5  0.000000  1   -0.304735277542E-08                     
+AR GODZ 2009  4  1  8  5  0.000000  1   -0.469121886104E-03                     
+AR MTKA 2009  4  1  8  5  0.000000  1   -0.645168055208E-07                     
+AR TIXJ 2009  4  1  8  5  0.000000  1    0.346587771465E-03                     
+AR PARK 2009  4  1  8  5  0.000000  1    0.805073880997E-06                     
+AR UNBJ 2009  4  1  8  5  0.000000  1   -0.406715486700E-03                     
+AR NOVM 2009  4  1  8  5  0.000000  1    0.798331714460E-04                     
+AR SUNM 2009  4  1  8  5  0.000000  1   -0.288924500875E-03                     
+AR CEBR 2009  4  1  8  5  0.000000  1    0.719431624198E-03                     
+AR CPXF 2009  4  1  8  5  0.000000  1    0.101177981553E-08                     
+AR IDDR 2009  4  1  8  5  0.000000  1    0.105588971990E-07                     
+AR AZGB 2009  4  1  8  5  0.000000  1   -0.180052522329E-03                     
+AR TN22 2009  4  1  8  5  0.000000  1    0.507276429821E-06                     
+AR ETAD 2009  4  1  8  5  0.000000  1    0.253752454542E-07                     
+AR ILHA 2009  4  1  8  5  0.000000  1   -0.180695926262E-08                     
+AR POVE 2009  4  1  8  5  0.000000  1   -0.129382017067E-08                     
+AR RECF 2009  4  1  8  5  0.000000  1    0.213520944854E-07                     
+AR SALU 2009  4  1  8  5  0.000000  1    0.199504211949E-07                     
+AR SAVO 2009  4  1  8  5  0.000000  1    0.225608478724E-07                     
+AR UFPR 2009  4  1  8  5  0.000000  1    0.209841879405E-07                     
+AR YELL 2009  4  1  8  5  0.000000  1    0.239993000000E-06                     
+AS G32  2009  4  1  8 10  0.000000  1    0.280246548786E-03                     
+AS G24  2009  4  1  8 10  0.000000  1    0.177788356172E-03                     
+AS G25  2009  4  1  8 10  0.000000  1    0.334230241282E-03                     
+AS G26  2009  4  1  8 10  0.000000  1    0.544259293791E-04                     
+AS G27  2009  4  1  8 10  0.000000  1    0.370857309029E-04                     
+AS G30  2009  4  1  8 10  0.000000  1    0.136223324045E-03                     
+AS G03  2009  4  1  8 10  0.000000  1    0.373398452795E-03                     
+AS G04  2009  4  1  8 10  0.000000  1   -0.345008433423E-04                     
+AS G06  2009  4  1  8 10  0.000000  1    0.599686151002E-04                     
+AS G08  2009  4  1  8 10  0.000000  1   -0.196524617127E-03                     
+AS G09  2009  4  1  8 10  0.000000  1    0.484285047574E-04                     
+AS G10  2009  4  1  8 10  0.000000  1   -0.136189196502E-04                     
+AS G14  2009  4  1  8 10  0.000000  1   -0.132473349309E-03                     
+AS G13  2009  4  1  8 10  0.000000  1    0.293248456075E-03                     
+AS G28  2009  4  1  8 10  0.000000  1   -0.238293526435E-04                     
+AS G21  2009  4  1  8 10  0.000000  1    0.215517923584E-04                     
+AS G11  2009  4  1  8 10  0.000000  1    0.276820277451E-05                     
+AS G22  2009  4  1  8 10  0.000000  1    0.202435684549E-03                     
+AS G20  2009  4  1  8 10  0.000000  1    0.865727025801E-04                     
+AS G18  2009  4  1  8 10  0.000000  1   -0.695701893390E-04                     
+AS G16  2009  4  1  8 10  0.000000  1    0.630409875887E-04                     
+AS G19  2009  4  1  8 10  0.000000  1    0.293692952613E-04                     
+AS G23  2009  4  1  8 10  0.000000  1    0.388982422745E-03                     
+AS G02  2009  4  1  8 10  0.000000  1    0.153936862534E-03                     
+AS G31  2009  4  1  8 10  0.000000  1   -0.564577360714E-04                     
+AS G17  2009  4  1  8 10  0.000000  1    0.524173302900E-04                     
+AS G12  2009  4  1  8 10  0.000000  1   -0.299589071363E-03                     
+AS G15  2009  4  1  8 10  0.000000  1   -0.275947728589E-03                     
+AS G29  2009  4  1  8 10  0.000000  1    0.479861868993E-05                     
+AS G07  2009  4  1  8 10  0.000000  1    0.209865385189E-04                     
+AS R02  2009  4  1  8 10  0.000000  1    0.206953329111E-04                     
+AS R03  2009  4  1  8 10  0.000000  1   -0.342389642350E-04                     
+AS R04  2009  4  1  8 10  0.000000  1    0.639131917546E-04                     
+AS R06  2009  4  1  8 10  0.000000  1   -0.169248559731E-03                     
+AS R07  2009  4  1  8 10  0.000000  1   -0.892238370743E-04                     
+AS R08  2009  4  1  8 10  0.000000  1   -0.102008341978E-03                     
+AS R10  2009  4  1  8 10  0.000000  1   -0.140846696054E-03                     
+AS R11  2009  4  1  8 10  0.000000  1   -0.926162513429E-04                     
+AS R13  2009  4  1  8 10  0.000000  1   -0.230626773551E-03                     
+AS R14  2009  4  1  8 10  0.000000  1   -0.796510930280E-04                     
+AS R15  2009  4  1  8 10  0.000000  1    0.920953953907E-04                     
+AS R17  2009  4  1  8 10  0.000000  1   -0.261252602550E-03                     
+AS R18  2009  4  1  8 10  0.000000  1   -0.134548543374E-05                     
+AS R19  2009  4  1  8 10  0.000000  1   -0.894087960367E-04                     
+AS R20  2009  4  1  8 10  0.000000  1   -0.650100020132E-04                     
+AS R21  2009  4  1  8 10  0.000000  1   -0.143324598849E-03                     
+AS R22  2009  4  1  8 10  0.000000  1   -0.201540852298E-03                     
+AS R23  2009  4  1  8 10  0.000000  1   -0.200374984348E-03                     
+AR ALGO 2009  4  1  8 10  0.000000  1    0.807307685269E-04                     
+AR ALIC 2009  4  1  8 10  0.000000  1    0.145663152885E-08                     
+AR AMC2 2009  4  1  8 10  0.000000  1    0.163558268921E-08                     
+AR ANKR 2009  4  1  8 10  0.000000  1    0.723726495939E-05                     
+AR ARTU 2009  4  1  8 10  0.000000  1   -0.699567971636E-07                     
+AR ASPA 2009  4  1  8 10  0.000000  1    0.135295838018E-07                     
+AR BHR1 2009  4  1  8 10  0.000000  1    0.563382843093E-03                     
+AR BARH 2009  4  1  8 10  0.000000  1   -0.430899696358E-08                     
+AR BJFS 2009  4  1  8 10  0.000000  1   -0.459203507489E-07                     
+AR BOGT 2009  4  1  8 10  0.000000  1   -0.381756968448E-07                     
+AR BRMU 2009  4  1  8 10  0.000000  1    0.315320388684E-04                     
+AR CAGZ 2009  4  1  8 10  0.000000  1    0.496755259768E-03                     
+AR CAS1 2009  4  1  8 10  0.000000  1    0.563463058823E-08                     
+AR CHAT 2009  4  1  8 10  0.000000  1   -0.567807564250E-07                     
+AR CHPI 2009  4  1  8 10  0.000000  1   -0.527589556404E-07                     
+AR COCO 2009  4  1  8 10  0.000000  1    0.227622183596E-03                     
+AR CONZ 2009  4  1  8 10  0.000000  1   -0.363746084783E-03                     
+AR CRAR 2009  4  1  8 10  0.000000  1    0.674052562007E-04                     
+AR CRO1 2009  4  1  8 10  0.000000  1    0.665104286862E-03                     
+AR DAEJ 2009  4  1  8 10  0.000000  1   -0.196578991810E-03                     
+AR DARW 2009  4  1  8 10  0.000000  1   -0.248120429382E-08                     
+AR DGAR 2009  4  1  8 10  0.000000  1   -0.947329364713E-07                     
+AR DRAO 2009  4  1  8 10  0.000000  1    0.112680769048E-03                     
+AR FAA1 2009  4  1  8 10  0.000000  1   -0.140277762121E-07                     
+AR FAIR 2009  4  1  8 10  0.000000  1   -0.493203142721E-07                     
+AR GLPS 2009  4  1  8 10  0.000000  1   -0.490864473981E-07                     
+AR GUAM 2009  4  1  8 10  0.000000  1   -0.745659848300E-07                     
+AR GUAT 2009  4  1  8 10  0.000000  1    0.122453409925E-07                     
+AR HOB2 2009  4  1  8 10  0.000000  1    0.869336434978E-07                     
+AR HOFN 2009  4  1  8 10  0.000000  1   -0.301835386694E-03                     
+AR HOLM 2009  4  1  8 10  0.000000  1   -0.440416209414E-07                     
+AR HRAO 2009  4  1  8 10  0.000000  1    0.849461157829E-03                     
+AR HYDE 2009  4  1  8 10  0.000000  1    0.535352394729E-09                     
+AR IRKJ 2009  4  1  8 10  0.000000  1    0.163747133870E-03                     
+AR ISPA 2009  4  1  8 10  0.000000  1   -0.589288120137E-07                     
+AR KARR 2009  4  1  8 10  0.000000  1   -0.695705660343E-07                     
+AR KERG 2009  4  1  8 10  0.000000  1    0.817342371020E-03                     
+AR KIR0 2009  4  1  8 10  0.000000  1    0.283427789952E-03                     
+AR KIRU 2009  4  1  8 10  0.000000  1    0.591362931592E-03                     
+AR KIT3 2009  4  1  8 10  0.000000  1   -0.469650207360E-08                     
+AR KOUR 2009  4  1  8 10  0.000000  1    0.125014068206E-03                     
+AR KUNM 2009  4  1  8 10  0.000000  1   -0.659469515843E-07                     
+AR LHAZ 2009  4  1  8 10  0.000000  1    0.419085220516E-06                     
+AR MAL2 2009  4  1  8 10  0.000000  1   -0.150237557498E-07                     
+AR MAS1 2009  4  1  8 10  0.000000  1   -0.101606248729E-03                     
+AR MAW1 2009  4  1  8 10  0.000000  1    0.472990764791E-08                     
+AR MCIL 2009  4  1  8 10  0.000000  1    0.209056009374E-07                     
+AR MCM4 2009  4  1  8 10  0.000000  1   -0.610834850184E-07                     
+AR MDO1 2009  4  1  8 10  0.000000  1   -0.421346057397E-07                     
+AR MDVJ 2009  4  1  8 10  0.000000  1    0.438552680537E-03                     
+AR MKEA 2009  4  1  8 10  0.000000  1   -0.477342638809E-07                     
+AR MOBS 2009  4  1  8 10  0.000000  1    0.590337335569E-08                     
+AR NANO 2009  4  1  8 10  0.000000  1    0.151130731836E-08                     
+AR NLIB 2009  4  1  8 10  0.000000  1   -0.117371108890E-06                     
+AR NNOR 2009  4  1  8 10  0.000000  1    0.365796777270E-03                     
+AR NRC1 2009  4  1  8 10  0.000000  1   -0.448703529775E-05                     
+AR NRIL 2009  4  1  8 10  0.000000  1   -0.522790225335E-07                     
+AR NRMD 2009  4  1  8 10  0.000000  1    0.296866664213E-07                     
+AR NTUS 2009  4  1  8 10  0.000000  1   -0.246469280696E-08                     
+AR NYAL 2009  4  1  8 10  0.000000  1    0.937584011909E-07                     
+AR OHI3 2009  4  1  8 10  0.000000  1    0.235005515018E-03                     
+AR ONSA 2009  4  1  8 10  0.000000  1   -0.324760265031E-04                     
+AR PDEL 2009  4  1  8 10  0.000000  1   -0.222339965488E-09                     
+AR PERT 2009  4  1  8 10  0.000000  1   -0.638202633644E-07                     
+AR PETP 2009  4  1  8 10  0.000000  1   -0.421527741043E-07                     
+AR PIMO 2009  4  1  8 10  0.000000  1   -0.831936622861E-07                     
+AR QAQ1 2009  4  1  8 10  0.000000  1   -0.626630940448E-07                     
+AR QUIN 2009  4  1  8 10  0.000000  1   -0.533480215490E-07                     
+AR RABT 2009  4  1  8 10  0.000000  1   -0.436694407559E-07                     
+AR RAMO 2009  4  1  8 10  0.000000  1   -0.610053403174E-07                     
+AR RCMN 2009  4  1  8 10  0.000000  1    0.393209400883E-08                     
+AR REDU 2009  4  1  8 10  0.000000  1   -0.485037793253E-07                     
+AR REUN 2009  4  1  8 10  0.000000  1    0.248259903025E-07                     
+AR REYK 2009  4  1  8 10  0.000000  1   -0.138608522757E-04                     
+AR SCH2 2009  4  1  8 10  0.000000  1    0.188242204197E-03                     
+AR SCUB 2009  4  1  8 10  0.000000  1   -0.555324782253E-07                     
+AR STJO 2009  4  1  8 10  0.000000  1   -0.702766217879E-05                     
+AR SYDN 2009  4  1  8 10  0.000000  1    0.141072750313E-05                     
+AR SYOG 2009  4  1  8 10  0.000000  1    0.140088512101E-04                     
+AR THU2 2009  4  1  8 10  0.000000  1   -0.437663819622E-03                     
+AR TOW2 2009  4  1  8 10  0.000000  1   -0.158174372978E-08                     
+AR URUM 2009  4  1  8 10  0.000000  1    0.280080456297E-03                     
+AR VESL 2009  4  1  8 10  0.000000  1   -0.139063784408E-03                     
+AR VILL 2009  4  1  8 10  0.000000  1   -0.560803985754E-07                     
+AR WTZR 2009  4  1  8 10  0.000000  1    0.448402229222E-07                     
+AR WUHN 2009  4  1  8 10  0.000000  1   -0.392043439887E-07                     
+AR YSSK 2009  4  1  8 10  0.000000  1   -0.568764159151E-07                     
+AR ZIM2 2009  4  1  8 10  0.000000  1    0.254537968688E-07                     
+AR XMIS 2009  4  1  8 10  0.000000  1   -0.875056615662E-08                     
+AR GODZ 2009  4  1  8 10  0.000000  1   -0.469121862412E-03                     
+AR MTKA 2009  4  1  8 10  0.000000  1   -0.618391249517E-07                     
+AR TIXJ 2009  4  1  8 10  0.000000  1    0.341316446020E-03                     
+AR PARK 2009  4  1  8 10  0.000000  1    0.805201960706E-06                     
+AR UNBJ 2009  4  1  8 10  0.000000  1   -0.478990480908E-03                     
+AR NOVM 2009  4  1  8 10  0.000000  1    0.798331487579E-04                     
+AR SUNM 2009  4  1  8 10  0.000000  1   -0.445279990864E-03                     
+AR CEBR 2009  4  1  8 10  0.000000  1    0.719431610994E-03                     
+AR CPXF 2009  4  1  8 10  0.000000  1    0.323390385513E-08                     
+AR IDDR 2009  4  1  8 10  0.000000  1    0.105715714411E-07                     
+AR AZGB 2009  4  1  8 10  0.000000  1   -0.319427369032E-03                     
+AR TN22 2009  4  1  8 10  0.000000  1   -0.797545099811E-04                     
+AR ETAD 2009  4  1  8 10  0.000000  1    0.259016825798E-07                     
+AR ILHA 2009  4  1  8 10  0.000000  1   -0.209901912377E-08                     
+AR POVE 2009  4  1  8 10  0.000000  1   -0.992723097206E-09                     
+AR RECF 2009  4  1  8 10  0.000000  1    0.220158020781E-07                     
+AR SALU 2009  4  1  8 10  0.000000  1    0.233283755334E-07                     
+AR SAVO 2009  4  1  8 10  0.000000  1    0.230668955908E-07                     
+AR UFPR 2009  4  1  8 10  0.000000  1    0.197068195994E-07                     
+AR YELL 2009  4  1  8 10  0.000000  1    0.240064000000E-06                     
+AS G32  2009  4  1  8 15  0.000000  1    0.280245086819E-03                     
+AS G24  2009  4  1  8 15  0.000000  1    0.177790096073E-03                     
+AS G25  2009  4  1  8 15  0.000000  1    0.334236729861E-03                     
+AS G26  2009  4  1  8 15  0.000000  1    0.544267730674E-04                     
+AS G27  2009  4  1  8 15  0.000000  1    0.370870569943E-04                     
+AS G30  2009  4  1  8 15  0.000000  1    0.136223868862E-03                     
+AS G03  2009  4  1  8 15  0.000000  1    0.373400021561E-03                     
+AS G04  2009  4  1  8 15  0.000000  1   -0.345052669742E-04                     
+AS G06  2009  4  1  8 15  0.000000  1    0.599740646726E-04                     
+AS G08  2009  4  1  8 15  0.000000  1   -0.196524462734E-03                     
+AS G09  2009  4  1  8 15  0.000000  1    0.484298249176E-04                     
+AS G10  2009  4  1  8 15  0.000000  1   -0.136186833748E-04                     
+AS G14  2009  4  1  8 15  0.000000  1   -0.132471566388E-03                     
+AS G13  2009  4  1  8 15  0.000000  1    0.293248685366E-03                     
+AS G28  2009  4  1  8 15  0.000000  1   -0.238292565630E-04                     
+AS G21  2009  4  1  8 15  0.000000  1    0.215511469857E-04                     
+AS G11  2009  4  1  8 15  0.000000  1    0.276773030733E-05                     
+AS G22  2009  4  1  8 15  0.000000  1    0.202435473600E-03                     
+AS G20  2009  4  1  8 15  0.000000  1    0.865721552284E-04                     
+AS G18  2009  4  1  8 15  0.000000  1   -0.695692105040E-04                     
+AS G16  2009  4  1  8 15  0.000000  1    0.630400179406E-04                     
+AS G19  2009  4  1  8 15  0.000000  1    0.293689865630E-04                     
+AS G23  2009  4  1  8 15  0.000000  1    0.388982409901E-03                     
+AS G02  2009  4  1  8 15  0.000000  1    0.153936666172E-03                     
+AS G31  2009  4  1  8 15  0.000000  1   -0.564580081959E-04                     
+AS G17  2009  4  1  8 15  0.000000  1    0.524176566269E-04                     
+AS G12  2009  4  1  8 15  0.000000  1   -0.299587571139E-03                     
+AS G15  2009  4  1  8 15  0.000000  1   -0.275949299901E-03                     
+AS G29  2009  4  1  8 15  0.000000  1    0.479983409612E-05                     
+AS G07  2009  4  1  8 15  0.000000  1    0.209862674952E-04                     
+AS R02  2009  4  1  8 15  0.000000  1    0.206942286889E-04                     
+AS R03  2009  4  1  8 15  0.000000  1   -0.342397870263E-04                     
+AS R04  2009  4  1  8 15  0.000000  1    0.639114841537E-04                     
+AS R06  2009  4  1  8 15  0.000000  1   -0.169248735967E-03                     
+AS R07  2009  4  1  8 15  0.000000  1   -0.892232235286E-04                     
+AS R08  2009  4  1  8 15  0.000000  1   -0.102007897308E-03                     
+AS R10  2009  4  1  8 15  0.000000  1   -0.140846401792E-03                     
+AS R11  2009  4  1  8 15  0.000000  1   -0.926165099540E-04                     
+AS R13  2009  4  1  8 15  0.000000  1   -0.230627218148E-03                     
+AS R14  2009  4  1  8 15  0.000000  1   -0.796498156565E-04                     
+AS R15  2009  4  1  8 15  0.000000  1    0.920957640897E-04                     
+AS R17  2009  4  1  8 15  0.000000  1   -0.261253006389E-03                     
+AS R18  2009  4  1  8 15  0.000000  1   -0.134560407003E-05                     
+AS R19  2009  4  1  8 15  0.000000  1   -0.894091929079E-04                     
+AS R20  2009  4  1  8 15  0.000000  1   -0.650101266775E-04                     
+AS R21  2009  4  1  8 15  0.000000  1   -0.143325214862E-03                     
+AS R22  2009  4  1  8 15  0.000000  1   -0.201541498420E-03                     
+AS R23  2009  4  1  8 15  0.000000  1   -0.200373813539E-03                     
+AR ALGO 2009  4  1  8 15  0.000000  1    0.807349562572E-04                     
+AR ALIC 2009  4  1  8 15  0.000000  1    0.608499943591E-08                     
+AR AMC2 2009  4  1  8 15  0.000000  1    0.163243022903E-08                     
+AR ANKR 2009  4  1  8 15  0.000000  1    0.726299900877E-04                     
+AR ARTU 2009  4  1  8 15  0.000000  1   -0.667823212842E-07                     
+AR ASPA 2009  4  1  8 15  0.000000  1    0.163129756586E-07                     
+AR BHR1 2009  4  1  8 15  0.000000  1    0.563382798966E-03                     
+AR BARH 2009  4  1  8 15  0.000000  1   -0.564760015009E-08                     
+AR BJFS 2009  4  1  8 15  0.000000  1   -0.434848697211E-07                     
+AR BOGT 2009  4  1  8 15  0.000000  1   -0.376284946939E-07                     
+AR BRMU 2009  4  1  8 15  0.000000  1   -0.473995060610E-03                     
+AR CAGZ 2009  4  1  8 15  0.000000  1   -0.279450680113E-03                     
+AR CAS1 2009  4  1  8 15  0.000000  1    0.557822511967E-08                     
+AR CHAT 2009  4  1  8 15  0.000000  1   -0.563154258458E-07                     
+AR CHPI 2009  4  1  8 15  0.000000  1   -0.535668914886E-07                     
+AR COCO 2009  4  1  8 15  0.000000  1    0.227620280752E-03                     
+AR CONZ 2009  4  1  8 15  0.000000  1   -0.494457595032E-03                     
+AR CRAR 2009  4  1  8 15  0.000000  1    0.421297470854E-04                     
+AR CRO1 2009  4  1  8 15  0.000000  1    0.665104356578E-03                     
+AR DAEJ 2009  4  1  8 15  0.000000  1   -0.196578411877E-03                     
+AR DARW 2009  4  1  8 15  0.000000  1   -0.910028904426E-09                     
+AR DGAR 2009  4  1  8 15  0.000000  1   -0.947601197506E-07                     
+AR DRAO 2009  4  1  8 15  0.000000  1    0.112717457904E-03                     
+AR FAA1 2009  4  1  8 15  0.000000  1   -0.133304417221E-07                     
+AR FAIR 2009  4  1  8 15  0.000000  1   -0.519508355304E-07                     
+AR GLPS 2009  4  1  8 15  0.000000  1   -0.492716892088E-07                     
+AR GUAM 2009  4  1  8 15  0.000000  1   -0.700516295070E-07                     
+AR GUAT 2009  4  1  8 15  0.000000  1    0.776078653875E-08                     
+AR HOB2 2009  4  1  8 15  0.000000  1    0.869734723655E-07                     
+AR HOFN 2009  4  1  8 15  0.000000  1   -0.223869733388E-03                     
+AR HOLM 2009  4  1  8 15  0.000000  1   -0.475358527354E-07                     
+AR HRAO 2009  4  1  8 15  0.000000  1    0.849461244448E-03                     
+AR HYDE 2009  4  1  8 15  0.000000  1    0.171608946095E-08                     
+AR IRKJ 2009  4  1  8 15  0.000000  1    0.163747137804E-03                     
+AR ISPA 2009  4  1  8 15  0.000000  1   -0.612328134106E-07                     
+AR KARR 2009  4  1  8 15  0.000000  1   -0.677659717087E-07                     
+AR KERG 2009  4  1  8 15  0.000000  1    0.817356353454E-03                     
+AR KIR0 2009  4  1  8 15  0.000000  1    0.283420968092E-03                     
+AR KIRU 2009  4  1  8 15  0.000000  1    0.591361829207E-03                     
+AR KIT3 2009  4  1  8 15  0.000000  1   -0.243043821105E-08                     
+AR KOUR 2009  4  1  8 15  0.000000  1    0.125014087395E-03                     
+AR KUNM 2009  4  1  8 15  0.000000  1   -0.418707068881E-07                     
+AR LHAZ 2009  4  1  8 15  0.000000  1    0.168138778715E-04                     
+AR MAL2 2009  4  1  8 15  0.000000  1   -0.147868811757E-07                     
+AR MAS1 2009  4  1  8 15  0.000000  1   -0.101606237705E-03                     
+AR MAW1 2009  4  1  8 15  0.000000  1    0.508325724099E-08                     
+AR MCIL 2009  4  1  8 15  0.000000  1    0.237044210917E-07                     
+AR MCM4 2009  4  1  8 15  0.000000  1   -0.637288579188E-07                     
+AR MDO1 2009  4  1  8 15  0.000000  1   -0.441985984815E-07                     
+AR MDVJ 2009  4  1  8 15  0.000000  1    0.438552671600E-03                     
+AR MKEA 2009  4  1  8 15  0.000000  1   -0.439553513567E-07                     
+AR MOBS 2009  4  1  8 15  0.000000  1    0.306761658688E-08                     
+AR NANO 2009  4  1  8 15  0.000000  1    0.144123378656E-08                     
+AR NLIB 2009  4  1  8 15  0.000000  1   -0.117364577362E-06                     
+AR NNOR 2009  4  1  8 15  0.000000  1    0.365796790776E-03                     
+AR NRC1 2009  4  1  8 15  0.000000  1   -0.448700805403E-05                     
+AR NRIL 2009  4  1  8 15  0.000000  1   -0.579995725207E-07                     
+AR NRMD 2009  4  1  8 15  0.000000  1    0.259250888472E-07                     
+AR NTUS 2009  4  1  8 15  0.000000  1   -0.129735263941E-08                     
+AR NYAL 2009  4  1  8 15  0.000000  1    0.937621111206E-07                     
+AR OHI3 2009  4  1  8 15  0.000000  1    0.337773076148E-03                     
+AR ONSA 2009  4  1  8 15  0.000000  1   -0.324760718800E-04                     
+AR PDEL 2009  4  1  8 15  0.000000  1   -0.347892396383E-09                     
+AR PERT 2009  4  1  8 15  0.000000  1   -0.638597028298E-07                     
+AR PETP 2009  4  1  8 15  0.000000  1   -0.492493783320E-07                     
+AR PIMO 2009  4  1  8 15  0.000000  1   -0.808989959087E-07                     
+AR QAQ1 2009  4  1  8 15  0.000000  1   -0.567610452006E-07                     
+AR QUIN 2009  4  1  8 15  0.000000  1   -0.528135861446E-07                     
+AR RABT 2009  4  1  8 15  0.000000  1   -0.439466256914E-07                     
+AR RAMO 2009  4  1  8 15  0.000000  1    0.563119443379E-07                     
+AR RCMN 2009  4  1  8 15  0.000000  1    0.368863773493E-08                     
+AR REDU 2009  4  1  8 15  0.000000  1   -0.504785717286E-07                     
+AR REUN 2009  4  1  8 15  0.000000  1    0.258002234711E-07                     
+AR REYK 2009  4  1  8 15  0.000000  1    0.714526567859E-05                     
+AR SCH2 2009  4  1  8 15  0.000000  1    0.188257271174E-03                     
+AR SCUB 2009  4  1  8 15  0.000000  1   -0.561917349258E-07                     
+AR STJO 2009  4  1  8 15  0.000000  1   -0.702795055163E-05                     
+AR SYDN 2009  4  1  8 15  0.000000  1    0.141098094888E-05                     
+AR SYOG 2009  4  1  8 15  0.000000  1    0.140090888963E-04                     
+AR THU2 2009  4  1  8 15  0.000000  1   -0.439666103977E-03                     
+AR TOW2 2009  4  1  8 15  0.000000  1    0.266287831427E-08                     
+AR URUM 2009  4  1  8 15  0.000000  1    0.202027653584E-03                     
+AR VESL 2009  4  1  8 15  0.000000  1   -0.100484010801E-03                     
+AR VILL 2009  4  1  8 15  0.000000  1   -0.597951232770E-07                     
+AR WTZR 2009  4  1  8 15  0.000000  1    0.448649387601E-07                     
+AR WUHN 2009  4  1  8 15  0.000000  1   -0.551501163439E-07                     
+AR YSSK 2009  4  1  8 15  0.000000  1   -0.583652171867E-07                     
+AR ZIM2 2009  4  1  8 15  0.000000  1    0.254340717818E-07                     
+AR XMIS 2009  4  1  8 15  0.000000  1   -0.394465153998E-08                     
+AR GODZ 2009  4  1  8 15  0.000000  1   -0.469121838394E-03                     
+AR MTKA 2009  4  1  8 15  0.000000  1   -0.613266302420E-07                     
+AR TIXJ 2009  4  1  8 15  0.000000  1    0.336079547255E-03                     
+AR PARK 2009  4  1  8 15  0.000000  1    0.805271882579E-06                     
+AR UNBJ 2009  4  1  8 15  0.000000  1    0.448537198335E-03                     
+AR NOVM 2009  4  1  8 15  0.000000  1    0.798331592373E-04                     
+AR SUNM 2009  4  1  8 15  0.000000  1    0.398580070769E-03                     
+AR CEBR 2009  4  1  8 15  0.000000  1    0.719431597300E-03                     
+AR CPXF 2009  4  1  8 15  0.000000  1    0.303646283572E-08                     
+AR IDDR 2009  4  1  8 15  0.000000  1    0.825540448100E-08                     
+AR AZGB 2009  4  1  8 15  0.000000  1   -0.458817148418E-03                     
+AR TN22 2009  4  1  8 15  0.000000  1   -0.160145404422E-03                     
+AR ETAD 2009  4  1  8 15  0.000000  1    0.270015332092E-07                     
+AR ILHA 2009  4  1  8 15  0.000000  1   -0.158267299248E-08                     
+AR POVE 2009  4  1  8 15  0.000000  1   -0.115597525845E-08                     
+AR RECF 2009  4  1  8 15  0.000000  1    0.216477515503E-07                     
+AR SALU 2009  4  1  8 15  0.000000  1    0.238052716584E-07                     
+AR SAVO 2009  4  1  8 15  0.000000  1    0.230145933498E-07                     
+AR UFPR 2009  4  1  8 15  0.000000  1    0.205622340400E-07                     
+AR YELL 2009  4  1  8 15  0.000000  1    0.240134000000E-06                     
+AS G32  2009  4  1  8 20  0.000000  1    0.280243641014E-03                     
+AS G24  2009  4  1  8 20  0.000000  1    0.177790819268E-03                     
+AS G25  2009  4  1  8 20  0.000000  1    0.334243254721E-03                     
+AS G26  2009  4  1  8 20  0.000000  1    0.544272730960E-04                     
+AS G27  2009  4  1  8 20  0.000000  1    0.370886314895E-04                     
+AS G30  2009  4  1  8 20  0.000000  1    0.136225240843E-03                     
+AS G03  2009  4  1  8 20  0.000000  1    0.373400861675E-03                     
+AS G04  2009  4  1  8 20  0.000000  1   -0.345096767691E-04                     
+AS G06  2009  4  1  8 20  0.000000  1    0.599794402412E-04                     
+AS G08  2009  4  1  8 20  0.000000  1   -0.196524751470E-03                     
+AS G09  2009  4  1  8 20  0.000000  1    0.484300943758E-04                     
+AS G10  2009  4  1  8 20  0.000000  1   -0.136181330675E-04                     
+AS G14  2009  4  1  8 20  0.000000  1   -0.132469732554E-03                     
+AS G13  2009  4  1  8 20  0.000000  1    0.293249152524E-03                     
+AS G28  2009  4  1  8 20  0.000000  1   -0.238293504050E-04                     
+AS G21  2009  4  1  8 20  0.000000  1    0.215507024883E-04                     
+AS G11  2009  4  1  8 20  0.000000  1    0.276731614058E-05                     
+AS G22  2009  4  1  8 20  0.000000  1    0.202435175626E-03                     
+AS G20  2009  4  1  8 20  0.000000  1    0.865720236122E-04                     
+AS G18  2009  4  1  8 20  0.000000  1   -0.695680894329E-04                     
+AS G16  2009  4  1  8 20  0.000000  1    0.630393593419E-04                     
+AS G19  2009  4  1  8 20  0.000000  1    0.293685539708E-04                     
+AS G23  2009  4  1  8 20  0.000000  1    0.388982547898E-03                     
+AS G02  2009  4  1  8 20  0.000000  1    0.153936586722E-03                     
+AS G31  2009  4  1  8 20  0.000000  1   -0.564583010085E-04                     
+AS G17  2009  4  1  8 20  0.000000  1    0.524181849373E-04                     
+AS G12  2009  4  1  8 20  0.000000  1   -0.299586405829E-03                     
+AS G15  2009  4  1  8 20  0.000000  1   -0.275950520147E-03                     
+AS G29  2009  4  1  8 20  0.000000  1    0.480104850537E-05                     
+AS G07  2009  4  1  8 20  0.000000  1    0.209859985760E-04                     
+AS R02  2009  4  1  8 20  0.000000  1    0.206933681961E-04                     
+AS R03  2009  4  1  8 20  0.000000  1   -0.342411656987E-04                     
+AS R04  2009  4  1  8 20  0.000000  1    0.639082937203E-04                     
+AS R06  2009  4  1  8 20  0.000000  1   -0.169249838718E-03                     
+AS R07  2009  4  1  8 20  0.000000  1   -0.892227527285E-04                     
+AS R08  2009  4  1  8 20  0.000000  1   -0.102007507119E-03                     
+AS R10  2009  4  1  8 20  0.000000  1   -0.140846432647E-03                     
+AS R11  2009  4  1  8 20  0.000000  1   -0.926168433189E-04                     
+AS R13  2009  4  1  8 20  0.000000  1   -0.230627821764E-03                     
+AS R14  2009  4  1  8 20  0.000000  1   -0.796498641136E-04                     
+AS R15  2009  4  1  8 20  0.000000  1    0.920970496576E-04                     
+AS R17  2009  4  1  8 20  0.000000  1   -0.261252981272E-03                     
+AS R18  2009  4  1  8 20  0.000000  1   -0.134581748185E-05                     
+AS R19  2009  4  1  8 20  0.000000  1   -0.894094593193E-04                     
+AS R20  2009  4  1  8 20  0.000000  1   -0.650102856063E-04                     
+AS R21  2009  4  1  8 20  0.000000  1   -0.143325662482E-03                     
+AS R22  2009  4  1  8 20  0.000000  1   -0.201542372773E-03                     
+AS R23  2009  4  1  8 20  0.000000  1   -0.200372371774E-03                     
+AR ALGO 2009  4  1  8 20  0.000000  1    0.807392069140E-04                     
+AR ALIC 2009  4  1  8 20  0.000000  1    0.444896128636E-08                     
+AR AMC2 2009  4  1  8 20  0.000000  1    0.164353782774E-08                     
+AR ANKR 2009  4  1  8 20  0.000000  1    0.138147455865E-03                     
+AR ARTU 2009  4  1  8 20  0.000000  1   -0.683138833107E-07                     
+AR ASPA 2009  4  1  8 20  0.000000  1    0.178608219171E-07                     
+AR BHR1 2009  4  1  8 20  0.000000  1    0.563382916235E-03                     
+AR BARH 2009  4  1  8 20  0.000000  1    0.120400511607E-08                     
+AR BJFS 2009  4  1  8 20  0.000000  1   -0.427857476343E-07                     
+AR BOGT 2009  4  1  8 20  0.000000  1   -0.329537569023E-07                     
+AR BRMU 2009  4  1  8 20  0.000000  1    0.210431934349E-04                     
+AR CAGZ 2009  4  1  8 20  0.000000  1   -0.555515010628E-04                     
+AR CAS1 2009  4  1  8 20  0.000000  1    0.596933126568E-08                     
+AR CHAT 2009  4  1  8 20  0.000000  1   -0.482320252423E-07                     
+AR CHPI 2009  4  1  8 20  0.000000  1   -0.545755504356E-07                     
+AR COCO 2009  4  1  8 20  0.000000  1    0.227619379800E-03                     
+AR CONZ 2009  4  1  8 20  0.000000  1    0.375050053941E-03                     
+AR CRAR 2009  4  1  8 20  0.000000  1    0.168441664435E-04                     
+AR CRO1 2009  4  1  8 20  0.000000  1    0.665104365382E-03                     
+AR DAEJ 2009  4  1  8 20  0.000000  1   -0.196578215911E-03                     
+AR DARW 2009  4  1  8 20  0.000000  1    0.173411833780E-08                     
+AR DGAR 2009  4  1  8 20  0.000000  1   -0.952776532851E-07                     
+AR DRAO 2009  4  1  8 20  0.000000  1    0.112754058728E-03                     
+AR FAA1 2009  4  1  8 20  0.000000  1   -0.137092779388E-07                     
+AR FAIR 2009  4  1  8 20  0.000000  1   -0.515794890834E-07                     
+AR GLPS 2009  4  1  8 20  0.000000  1   -0.479970540740E-07                     
+AR GUAM 2009  4  1  8 20  0.000000  1   -0.710964627675E-07                     
+AR GUAT 2009  4  1  8 20  0.000000  1    0.949459136455E-08                     
+AR HOB2 2009  4  1  8 20  0.000000  1    0.869973614463E-07                     
+AR HOFN 2009  4  1  8 20  0.000000  1   -0.145886389300E-03                     
+AR HOLM 2009  4  1  8 20  0.000000  1   -0.517269537222E-07                     
+AR HRAO 2009  4  1  8 20  0.000000  1    0.849461341251E-03                     
+AR HYDE 2009  4  1  8 20  0.000000  1    0.285610988281E-09                     
+AR IRKJ 2009  4  1  8 20  0.000000  1    0.163747166657E-03                     
+AR ISPA 2009  4  1  8 20  0.000000  1   -0.617760462001E-07                     
+AR KARR 2009  4  1  8 20  0.000000  1   -0.661069629682E-07                     
+AR KERG 2009  4  1  8 20  0.000000  1    0.817370694690E-03                     
+AR KHAJ 2009  4  1  8 20  0.000000  1   -0.150765906034E-05                     
+AR KIR0 2009  4  1  8 20  0.000000  1    0.283414153214E-03                     
+AR KIRU 2009  4  1  8 20  0.000000  1    0.591357741550E-03                     
+AR KIT3 2009  4  1  8 20  0.000000  1   -0.771095748155E-08                     
+AR KOUR 2009  4  1  8 20  0.000000  1    0.125014089446E-03                     
+AR KUNM 2009  4  1  8 20  0.000000  1   -0.309204299029E-07                     
+AR LHAZ 2009  4  1  8 20  0.000000  1    0.325123015585E-04                     
+AR MAL2 2009  4  1  8 20  0.000000  1   -0.122198794733E-07                     
+AR MAS1 2009  4  1  8 20  0.000000  1   -0.101606298950E-03                     
+AR MAW1 2009  4  1  8 20  0.000000  1    0.272641504592E-08                     
+AR MCIL 2009  4  1  8 20  0.000000  1    0.266674046176E-07                     
+AR MCM4 2009  4  1  8 20  0.000000  1   -0.675797669575E-07                     
+AR MDO1 2009  4  1  8 20  0.000000  1   -0.432338238419E-07                     
+AR MDVJ 2009  4  1  8 20  0.000000  1    0.438552670337E-03                     
+AR MKEA 2009  4  1  8 20  0.000000  1   -0.470324725947E-07                     
+AR MOBS 2009  4  1  8 20  0.000000  1   -0.690428987325E-09                     
+AR NANO 2009  4  1  8 20  0.000000  1    0.232026932702E-08                     
+AR NLIB 2009  4  1  8 20  0.000000  1   -0.117357289094E-06                     
+AR NNOR 2009  4  1  8 20  0.000000  1    0.365797026119E-03                     
+AR NRC1 2009  4  1  8 20  0.000000  1   -0.448697332094E-05                     
+AR NRIL 2009  4  1  8 20  0.000000  1   -0.602546753518E-07                     
+AR NRMD 2009  4  1  8 20  0.000000  1    0.255627964792E-07                     
+AR NTUS 2009  4  1  8 20  0.000000  1   -0.200749489634E-08                     
+AR NYAL 2009  4  1  8 20  0.000000  1    0.937882784767E-07                     
+AR OHI3 2009  4  1  8 20  0.000000  1    0.440742327953E-03                     
+AR ONSA 2009  4  1  8 20  0.000000  1   -0.324761125239E-04                     
+AR PDEL 2009  4  1  8 20  0.000000  1   -0.171660182698E-08                     
+AR PERT 2009  4  1  8 20  0.000000  1   -0.741699467445E-07                     
+AR PETP 2009  4  1  8 20  0.000000  1   -0.476039077578E-07                     
+AR PIMO 2009  4  1  8 20  0.000000  1   -0.825562514509E-07                     
+AR QAQ1 2009  4  1  8 20  0.000000  1   -0.555435008673E-07                     
+AR QUIN 2009  4  1  8 20  0.000000  1   -0.534339794632E-07                     
+AR RABT 2009  4  1  8 20  0.000000  1   -0.446970606571E-07                     
+AR RAMO 2009  4  1  8 20  0.000000  1   -0.348356035191E-07                     
+AR RCMN 2009  4  1  8 20  0.000000  1    0.458936327365E-08                     
+AR REDU 2009  4  1  8 20  0.000000  1   -0.531537674400E-07                     
+AR REUN 2009  4  1  8 20  0.000000  1    0.278004978001E-07                     
+AR REYK 2009  4  1  8 20  0.000000  1    0.277961717896E-04                     
+AR SCH2 2009  4  1  8 20  0.000000  1    0.188272954596E-03                     
+AR SCUB 2009  4  1  8 20  0.000000  1   -0.558112256373E-07                     
+AR STJO 2009  4  1  8 20  0.000000  1   -0.702824305123E-05                     
+AR SYDN 2009  4  1  8 20  0.000000  1    0.141102583144E-05                     
+AR SYOG 2009  4  1  8 20  0.000000  1    0.140087877521E-04                     
+AR THU2 2009  4  1  8 20  0.000000  1   -0.441668351893E-03                     
+AR TOW2 2009  4  1  8 20  0.000000  1    0.260633543058E-08                     
+AR URUM 2009  4  1  8 20  0.000000  1    0.123806455493E-03                     
+AR VESL 2009  4  1  8 20  0.000000  1   -0.618821316283E-04                     
+AR VILL 2009  4  1  8 20  0.000000  1   -0.565934922308E-07                     
+AR WTZR 2009  4  1  8 20  0.000000  1    0.448761924685E-07                     
+AR WUHN 2009  4  1  8 20  0.000000  1   -0.540919983723E-07                     
+AR YSSK 2009  4  1  8 20  0.000000  1   -0.581909397927E-07                     
+AR ZIM2 2009  4  1  8 20  0.000000  1    0.254062072950E-07                     
+AR XMIS 2009  4  1  8 20  0.000000  1   -0.233134296593E-08                     
+AR GODZ 2009  4  1  8 20  0.000000  1   -0.469121797478E-03                     
+AR MTKA 2009  4  1  8 20  0.000000  1   -0.605163888151E-07                     
+AR TIXJ 2009  4  1  8 20  0.000000  1    0.330931747145E-03                     
+AR PARK 2009  4  1  8 20  0.000000  1    0.805316806078E-06                     
+AR UNBJ 2009  4  1  8 20  0.000000  1    0.375888752868E-03                     
+AR NOVM 2009  4  1  8 20  0.000000  1    0.798331760657E-04                     
+AR SUNM 2009  4  1  8 20  0.000000  1    0.242299238075E-03                     
+AR CEBR 2009  4  1  8 20  0.000000  1    0.719431620059E-03                     
+AR CPXF 2009  4  1  8 20  0.000000  1    0.316865214519E-08                     
+AR IDDR 2009  4  1  8 20  0.000000  1    0.725871103333E-08                     
+AR AZGB 2009  4  1  8 20  0.000000  1    0.401847392410E-03                     
+AR TN22 2009  4  1  8 20  0.000000  1   -0.240710651028E-03                     
+AR ETAD 2009  4  1  8 20  0.000000  1    0.270942205856E-07                     
+AR ILHA 2009  4  1  8 20  0.000000  1    0.311688799106E-09                     
+AR POVE 2009  4  1  8 20  0.000000  1   -0.778874535072E-09                     
+AR RECF 2009  4  1  8 20  0.000000  1    0.216407419644E-07                     
+AR SALU 2009  4  1  8 20  0.000000  1    0.251650635440E-07                     
+AR SAVO 2009  4  1  8 20  0.000000  1    0.233377862448E-07                     
+AR UFPR 2009  4  1  8 20  0.000000  1    0.213291439062E-07                     
+AR YELL 2009  4  1  8 20  0.000000  1    0.240204000000E-06                     
+AS G32  2009  4  1  8 25  0.000000  1    0.280242261736E-03                     
+AS G24  2009  4  1  8 25  0.000000  1    0.177791428461E-03                     
+AS G25  2009  4  1  8 25  0.000000  1    0.334249785629E-03                     
+AS G26  2009  4  1  8 25  0.000000  1    0.544277934735E-04                     
+AS G27  2009  4  1  8 25  0.000000  1    0.370896434706E-04                     
+AS G30  2009  4  1  8 25  0.000000  1    0.136226110061E-03                     
+AS G03  2009  4  1  8 25  0.000000  1    0.373402371411E-03                     
+AS G04  2009  4  1  8 25  0.000000  1   -0.345139466748E-04                     
+AS G06  2009  4  1  8 25  0.000000  1    0.599847554285E-04                     
+AS G08  2009  4  1  8 25  0.000000  1   -0.196525493185E-03                     
+AS G09  2009  4  1  8 25  0.000000  1    0.484306856586E-04                     
+AS G10  2009  4  1  8 25  0.000000  1   -0.136181707085E-04                     
+AS G14  2009  4  1  8 25  0.000000  1   -0.132468087755E-03                     
+AS G13  2009  4  1  8 25  0.000000  1    0.293249252816E-03                     
+AS G28  2009  4  1  8 25  0.000000  1   -0.238294910483E-04                     
+AS G21  2009  4  1  8 25  0.000000  1    0.215500741875E-04                     
+AS G11  2009  4  1  8 25  0.000000  1    0.276671243444E-05                     
+AS G22  2009  4  1  8 25  0.000000  1    0.202434847798E-03                     
+AS G20  2009  4  1  8 25  0.000000  1    0.865717097730E-04                     
+AS G18  2009  4  1  8 25  0.000000  1   -0.695671154934E-04                     
+AS G16  2009  4  1  8 25  0.000000  1    0.630382049301E-04                     
+AS G19  2009  4  1  8 25  0.000000  1    0.293682691404E-04                     
+AS G23  2009  4  1  8 25  0.000000  1    0.388982763775E-03                     
+AS G02  2009  4  1  8 25  0.000000  1    0.153936507775E-03                     
+AS G31  2009  4  1  8 25  0.000000  1   -0.564587375890E-04                     
+AS G17  2009  4  1  8 25  0.000000  1    0.524188369741E-04                     
+AS G12  2009  4  1  8 25  0.000000  1   -0.299584982707E-03                     
+AS G15  2009  4  1  8 25  0.000000  1   -0.275951943997E-03                     
+AS G29  2009  4  1  8 25  0.000000  1    0.480246633343E-05                     
+AS G07  2009  4  1  8 25  0.000000  1    0.209858792609E-04                     
+AS R02  2009  4  1  8 25  0.000000  1    0.206924208095E-04                     
+AS R03  2009  4  1  8 25  0.000000  1   -0.342418630612E-04                     
+AS R04  2009  4  1  8 25  0.000000  1    0.639059502035E-04                     
+AS R06  2009  4  1  8 25  0.000000  1   -0.169247851783E-03                     
+AS R07  2009  4  1  8 25  0.000000  1   -0.892218814870E-04                     
+AS R08  2009  4  1  8 25  0.000000  1   -0.102007326589E-03                     
+AS R10  2009  4  1  8 25  0.000000  1   -0.140846454102E-03                     
+AS R11  2009  4  1  8 25  0.000000  1   -0.926170966661E-04                     
+AS R13  2009  4  1  8 25  0.000000  1   -0.230628130453E-03                     
+AS R14  2009  4  1  8 25  0.000000  1   -0.796492748269E-04                     
+AS R15  2009  4  1  8 25  0.000000  1    0.920977895821E-04                     
+AS R17  2009  4  1  8 25  0.000000  1   -0.261253325915E-03                     
+AS R18  2009  4  1  8 25  0.000000  1   -0.134596204624E-05                     
+AS R19  2009  4  1  8 25  0.000000  1   -0.894098251246E-04                     
+AS R20  2009  4  1  8 25  0.000000  1   -0.650104475458E-04                     
+AS R21  2009  4  1  8 25  0.000000  1   -0.143325893717E-03                     
+AS R22  2009  4  1  8 25  0.000000  1   -0.201543211108E-03                     
+AS R23  2009  4  1  8 25  0.000000  1   -0.200370863458E-03                     
+AR ALGO 2009  4  1  8 25  0.000000  1    0.807434937813E-04                     
+AR ALIC 2009  4  1  8 25  0.000000  1    0.625741667634E-08                     
+AR AMC2 2009  4  1  8 25  0.000000  1    0.166094730398E-08                     
+AR ANKR 2009  4  1  8 25  0.000000  1    0.203794281140E-03                     
+AR ARTU 2009  4  1  8 25  0.000000  1   -0.619030342582E-07                     
+AR ASPA 2009  4  1  8 25  0.000000  1    0.189615997426E-07                     
+AR BHR1 2009  4  1  8 25  0.000000  1    0.563382732674E-03                     
+AR BARH 2009  4  1  8 25  0.000000  1   -0.427704802200E-08                     
+AR BJFS 2009  4  1  8 25  0.000000  1   -0.426100643687E-07                     
+AR BOGT 2009  4  1  8 25  0.000000  1   -0.333155814465E-07                     
+AR BRMU 2009  4  1  8 25  0.000000  1   -0.483451514794E-03                     
+AR CAGZ 2009  4  1  8 25  0.000000  1    0.168404344379E-03                     
+AR CAS1 2009  4  1  8 25  0.000000  1    0.722522733147E-08                     
+AR CHAT 2009  4  1  8 25  0.000000  1   -0.439123095865E-07                     
+AR CHPI 2009  4  1  8 25  0.000000  1   -0.567231608951E-07                     
+AR COCO 2009  4  1  8 25  0.000000  1    0.227619742529E-03                     
+AR CONZ 2009  4  1  8 25  0.000000  1    0.244612764874E-03                     
+AR CRAR 2009  4  1  8 25  0.000000  1   -0.845838725774E-05                     
+AR CRO1 2009  4  1  8 25  0.000000  1    0.665104393031E-03                     
+AR DAEJ 2009  4  1  8 25  0.000000  1   -0.196577828095E-03                     
+AR DARW 2009  4  1  8 25  0.000000  1   -0.372454591997E-09                     
+AR DGAR 2009  4  1  8 25  0.000000  1   -0.927045727088E-07                     
+AR DRAO 2009  4  1  8 25  0.000000  1    0.112790790656E-03                     
+AR FAA1 2009  4  1  8 25  0.000000  1   -0.128460053709E-07                     
+AR FAIR 2009  4  1  8 25  0.000000  1   -0.560074341565E-07                     
+AR GLPS 2009  4  1  8 25  0.000000  1   -0.475087026409E-07                     
+AR GUAM 2009  4  1  8 25  0.000000  1   -0.717702849741E-07                     
+AR GUAT 2009  4  1  8 25  0.000000  1    0.751391420328E-08                     
+AR HOB2 2009  4  1  8 25  0.000000  1    0.870268227126E-07                     
+AR HOFN 2009  4  1  8 25  0.000000  1   -0.679163629338E-04                     
+AR HOLM 2009  4  1  8 25  0.000000  1   -0.542970437885E-07                     
+AR HRAO 2009  4  1  8 25  0.000000  1    0.849461423472E-03                     
+AR HYDE 2009  4  1  8 25  0.000000  1    0.384718847683E-09                     
+AR IRKJ 2009  4  1  8 25  0.000000  1    0.163747158696E-03                     
+AR ISPA 2009  4  1  8 25  0.000000  1   -0.651047893798E-07                     
+AR KARR 2009  4  1  8 25  0.000000  1   -0.679021269919E-07                     
+AR KERG 2009  4  1  8 25  0.000000  1    0.817385448194E-03                     
+AR KHAJ 2009  4  1  8 25  0.000000  1   -0.150763954743E-05                     
+AR KIR0 2009  4  1  8 25  0.000000  1    0.283407382459E-03                     
+AR KIRU 2009  4  1  8 25  0.000000  1    0.591354015119E-03                     
+AR KIT3 2009  4  1  8 25  0.000000  1   -0.126413712088E-07                     
+AR KOUR 2009  4  1  8 25  0.000000  1    0.125014087808E-03                     
+AR KUNM 2009  4  1  8 25  0.000000  1   -0.978960029527E-08                     
+AR LHAZ 2009  4  1  8 25  0.000000  1    0.476539267104E-04                     
+AR MAL2 2009  4  1  8 25  0.000000  1   -0.716282837163E-08                     
+AR MAS1 2009  4  1  8 25  0.000000  1   -0.101606399657E-03                     
+AR MAW1 2009  4  1  8 25  0.000000  1    0.332723377847E-08                     
+AR MCIL 2009  4  1  8 25  0.000000  1    0.251417723180E-07                     
+AR MCM4 2009  4  1  8 25  0.000000  1   -0.712590983202E-07                     
+AR MDO1 2009  4  1  8 25  0.000000  1   -0.436738946363E-07                     
+AR MDVJ 2009  4  1  8 25  0.000000  1    0.438552662485E-03                     
+AR MKEA 2009  4  1  8 25  0.000000  1   -0.466916252355E-07                     
+AR MOBS 2009  4  1  8 25  0.000000  1   -0.279448018862E-08                     
+AR NANO 2009  4  1  8 25  0.000000  1    0.173671685318E-08                     
+AR NLIB 2009  4  1  8 25  0.000000  1   -0.117350232120E-06                     
+AR NNOR 2009  4  1  8 25  0.000000  1    0.365796911335E-03                     
+AR NRC1 2009  4  1  8 25  0.000000  1   -0.448695714078E-05                     
+AR NRIL 2009  4  1  8 25  0.000000  1   -0.641133808316E-07                     
+AR NRMD 2009  4  1  8 25  0.000000  1    0.255447719044E-07                     
+AR NTUS 2009  4  1  8 25  0.000000  1    0.360224511559E-08                     
+AR NYAL 2009  4  1  8 25  0.000000  1    0.938069956697E-07                     
+AR OHI3 2009  4  1  8 25  0.000000  1   -0.455966435995E-03                     
+AR ONSA 2009  4  1  8 25  0.000000  1   -0.324761418682E-04                     
+AR PDEL 2009  4  1  8 25  0.000000  1    0.298791929394E-08                     
+AR PERT 2009  4  1  8 25  0.000000  1   -0.713548018350E-07                     
+AR PETP 2009  4  1  8 25  0.000000  1   -0.479105989828E-07                     
+AR PIMO 2009  4  1  8 25  0.000000  1   -0.831545227272E-07                     
+AR QAQ1 2009  4  1  8 25  0.000000  1   -0.554504187151E-07                     
+AR QUIN 2009  4  1  8 25  0.000000  1   -0.528411574472E-07                     
+AR RABT 2009  4  1  8 25  0.000000  1   -0.455008631439E-07                     
+AR RAMO 2009  4  1  8 25  0.000000  1    0.411804129505E-08                     
+AR RCMN 2009  4  1  8 25  0.000000  1    0.470383952056E-08                     
+AR REDU 2009  4  1  8 25  0.000000  1   -0.527902483515E-07                     
+AR REUN 2009  4  1  8 25  0.000000  1    0.276919101563E-07                     
+AR REYK 2009  4  1  8 25  0.000000  1    0.483185648498E-04                     
+AR SCH2 2009  4  1  8 25  0.000000  1    0.188288929014E-03                     
+AR SCUB 2009  4  1  8 25  0.000000  1   -0.547430321898E-07                     
+AR STJO 2009  4  1  8 25  0.000000  1   -0.702853718453E-05                     
+AR SYDN 2009  4  1  8 25  0.000000  1    0.141119356758E-05                     
+AR SYOG 2009  4  1  8 25  0.000000  1    0.140092461105E-04                     
+AR THU2 2009  4  1  8 25  0.000000  1   -0.443670534630E-03                     
+AR TOW2 2009  4  1  8 25  0.000000  1   -0.833419099096E-09                     
+AR URUM 2009  4  1  8 25  0.000000  1    0.454496379460E-04                     
+AR VESL 2009  4  1  8 25  0.000000  1   -0.233206901861E-04                     
+AR VILL 2009  4  1  8 25  0.000000  1   -0.571494106628E-07                     
+AR WTZR 2009  4  1  8 25  0.000000  1    0.448856937739E-07                     
+AR WUHN 2009  4  1  8 25  0.000000  1   -0.494894870050E-07                     
+AR YSSK 2009  4  1  8 25  0.000000  1   -0.586979016722E-07                     
+AR ZIM2 2009  4  1  8 25  0.000000  1    0.259147326500E-07                     
+AR XMIS 2009  4  1  8 25  0.000000  1   -0.300945985988E-08                     
+AR GODZ 2009  4  1  8 25  0.000000  1   -0.469121755340E-03                     
+AR MTKA 2009  4  1  8 25  0.000000  1   -0.640512456648E-07                     
+AR TIXJ 2009  4  1  8 25  0.000000  1    0.325849989407E-03                     
+AR PARK 2009  4  1  8 25  0.000000  1    0.805356787988E-06                     
+AR UNBJ 2009  4  1  8 25  0.000000  1    0.303142067258E-03                     
+AR NOVM 2009  4  1  8 25  0.000000  1    0.798331510165E-04                     
+AR SUNM 2009  4  1  8 25  0.000000  1    0.861536832534E-04                     
+AR CEBR 2009  4  1  8 25  0.000000  1    0.719431628635E-03                     
+AR CPXF 2009  4  1  8 25  0.000000  1    0.437472202669E-08                     
+AR IDDR 2009  4  1  8 25  0.000000  1    0.754902031484E-08                     
+AR AZGB 2009  4  1  8 25  0.000000  1    0.262408037991E-03                     
+AR TN22 2009  4  1  8 25  0.000000  1   -0.321307046818E-03                     
+AR ETAD 2009  4  1  8 25  0.000000  1    0.263850165005E-07                     
+AR ILHA 2009  4  1  8 25  0.000000  1   -0.130887217292E-08                     
+AR POVE 2009  4  1  8 25  0.000000  1   -0.575907843574E-09                     
+AR RECF 2009  4  1  8 25  0.000000  1    0.215825481258E-07                     
+AR SALU 2009  4  1  8 25  0.000000  1    0.239456825476E-07                     
+AR SAVO 2009  4  1  8 25  0.000000  1    0.231038166035E-07                     
+AR UFPR 2009  4  1  8 25  0.000000  1    0.204026173969E-07                     
+AR YELL 2009  4  1  8 25  0.000000  1    0.240274000000E-06                     
+AS G32  2009  4  1  8 30  0.000000  1    0.280240769252E-03                     
+AS G24  2009  4  1  8 30  0.000000  1    0.177792257623E-03                     
+AS G25  2009  4  1  8 30  0.000000  1    0.334256272696E-03                     
+AS G26  2009  4  1  8 30  0.000000  1    0.544285292576E-04                     
+AS G27  2009  4  1  8 30  0.000000  1    0.370912992041E-04                     
+AS G30  2009  4  1  8 30  0.000000  1    0.136227437057E-03                     
+AS G03  2009  4  1  8 30  0.000000  1    0.373403520593E-03                     
+AS G04  2009  4  1  8 30  0.000000  1   -0.345182187453E-04                     
+AS G06  2009  4  1  8 30  0.000000  1    0.599901397952E-04                     
+AS G08  2009  4  1  8 30  0.000000  1   -0.196525946350E-03                     
+AS G09  2009  4  1  8 30  0.000000  1    0.484309600528E-04                     
+AS G10  2009  4  1  8 30  0.000000  1   -0.136180443529E-04                     
+AS G14  2009  4  1  8 30  0.000000  1   -0.132466403152E-03                     
+AS G13  2009  4  1  8 30  0.000000  1    0.293249642350E-03                     
+AS G28  2009  4  1  8 30  0.000000  1   -0.238294417741E-04                     
+AS G21  2009  4  1  8 30  0.000000  1    0.215494712821E-04                     
+AS G11  2009  4  1  8 30  0.000000  1    0.276640099519E-05                     
+AS G22  2009  4  1  8 30  0.000000  1    0.202434821374E-03                     
+AS G20  2009  4  1  8 30  0.000000  1    0.865714909384E-04                     
+AS G18  2009  4  1  8 30  0.000000  1   -0.695658314113E-04                     
+AS G16  2009  4  1  8 30  0.000000  1    0.630372020553E-04                     
+AS G19  2009  4  1  8 30  0.000000  1    0.293678914251E-04                     
+AS G23  2009  4  1  8 30  0.000000  1    0.388982982072E-03                     
+AS G02  2009  4  1  8 30  0.000000  1    0.153936397561E-03                     
+AS G31  2009  4  1  8 30  0.000000  1   -0.564590791354E-04                     
+AS G17  2009  4  1  8 30  0.000000  1    0.524193876885E-04                     
+AS G12  2009  4  1  8 30  0.000000  1   -0.299583734073E-03                     
+AS G15  2009  4  1  8 30  0.000000  1   -0.275953447861E-03                     
+AS G29  2009  4  1  8 30  0.000000  1    0.480348588486E-05                     
+AS G07  2009  4  1  8 30  0.000000  1    0.209857894568E-04                     
+AS R02  2009  4  1  8 30  0.000000  1    0.206914301546E-04                     
+AS R03  2009  4  1  8 30  0.000000  1   -0.342419958166E-04                     
+AS R04  2009  4  1  8 30  0.000000  1    0.639044552179E-04                     
+AS R06  2009  4  1  8 30  0.000000  1   -0.169250298996E-03                     
+AS R07  2009  4  1  8 30  0.000000  1   -0.892211681006E-04                     
+AS R08  2009  4  1  8 30  0.000000  1   -0.102007128156E-03                     
+AS R10  2009  4  1  8 30  0.000000  1   -0.140846001291E-03                     
+AS R11  2009  4  1  8 30  0.000000  1   -0.926172755599E-04                     
+AS R13  2009  4  1  8 30  0.000000  1   -0.230628682139E-03                     
+AS R14  2009  4  1  8 30  0.000000  1   -0.796484426989E-04                     
+AS R15  2009  4  1  8 30  0.000000  1    0.920984604570E-04                     
+AS R17  2009  4  1  8 30  0.000000  1   -0.261253448618E-03                     
+AS R18  2009  4  1  8 30  0.000000  1   -0.134609387589E-05                     
+AS R19  2009  4  1  8 30  0.000000  1   -0.894103427799E-04                     
+AS R20  2009  4  1  8 30  0.000000  1   -0.650104639632E-04                     
+AS R21  2009  4  1  8 30  0.000000  1   -0.143326053700E-03                     
+AS R22  2009  4  1  8 30  0.000000  1   -0.201543995753E-03                     
+AS R23  2009  4  1  8 30  0.000000  1   -0.200369791290E-03                     
+AR ALGO 2009  4  1  8 30  0.000000  1    0.807478978671E-04                     
+AR ALIC 2009  4  1  8 30  0.000000  1    0.579673400545E-08                     
+AR AMC2 2009  4  1  8 30  0.000000  1    0.167876055626E-08                     
+AR ANKR 2009  4  1  8 30  0.000000  1    0.269545671197E-03                     
+AR ARTU 2009  4  1  8 30  0.000000  1   -0.628079159198E-07                     
+AR ASPA 2009  4  1  8 30  0.000000  1    0.193070887924E-07                     
+AR BHR1 2009  4  1  8 30  0.000000  1    0.563383049453E-03                     
+AR BARH 2009  4  1  8 30  0.000000  1   -0.265669872722E-08                     
+AR BJFS 2009  4  1  8 30  0.000000  1   -0.445159896058E-07                     
+AR BOGT 2009  4  1  8 30  0.000000  1   -0.336480936673E-07                     
+AR BRMU 2009  4  1  8 30  0.000000  1    0.124724903970E-04                     
+AR CAGZ 2009  4  1  8 30  0.000000  1    0.392382177880E-03                     
+AR CAS1 2009  4  1  8 30  0.000000  1    0.744768683088E-08                     
+AR CHAT 2009  4  1  8 30  0.000000  1   -0.456167336023E-07                     
+AR CHPI 2009  4  1  8 30  0.000000  1   -0.580184648394E-07                     
+AR COCO 2009  4  1  8 30  0.000000  1    0.227618118916E-03                     
+AR CONZ 2009  4  1  8 30  0.000000  1    0.114262700630E-03                     
+AR CRAR 2009  4  1  8 30  0.000000  1   -0.337621684831E-04                     
+AR CRO1 2009  4  1  8 30  0.000000  1    0.665104439618E-03                     
+AR DAEJ 2009  4  1  8 30  0.000000  1   -0.196577791229E-03                     
+AR DARW 2009  4  1  8 30  0.000000  1   -0.116375506821E-08                     
+AR DGAR 2009  4  1  8 30  0.000000  1   -0.920539144449E-07                     
+AR DRAO 2009  4  1  8 30  0.000000  1    0.112827366914E-03                     
+AR FAA1 2009  4  1  8 30  0.000000  1   -0.162356111185E-07                     
+AR FAIR 2009  4  1  8 30  0.000000  1   -0.567803026544E-07                     
+AR GLPS 2009  4  1  8 30  0.000000  1   -0.429229928759E-07                     
+AR GUAM 2009  4  1  8 30  0.000000  1   -0.724583323751E-07                     
+AR GUAT 2009  4  1  8 30  0.000000  1    0.863711838424E-08                     
+AR HOB2 2009  4  1  8 30  0.000000  1    0.870651376957E-07                     
+AR HOFN 2009  4  1  8 30  0.000000  1    0.100392267565E-04                     
+AR HOLM 2009  4  1  8 30  0.000000  1   -0.581605149693E-07                     
+AR HRAO 2009  4  1  8 30  0.000000  1    0.849461497178E-03                     
+AR HYDE 2009  4  1  8 30  0.000000  1   -0.274469887978E-08                     
+AR IRKJ 2009  4  1  8 30  0.000000  1    0.163747196019E-03                     
+AR ISPA 2009  4  1  8 30  0.000000  1   -0.669158237348E-07                     
+AR KARR 2009  4  1  8 30  0.000000  1   -0.679440469267E-07                     
+AR KERG 2009  4  1  8 30  0.000000  1    0.817400502395E-03                     
+AR KHAJ 2009  4  1  8 30  0.000000  1   -0.150762054755E-05                     
+AR KIR0 2009  4  1  8 30  0.000000  1    0.283400576413E-03                     
+AR KIRU 2009  4  1  8 30  0.000000  1    0.591355289684E-03                     
+AR KIT3 2009  4  1  8 30  0.000000  1   -0.109572693624E-07                     
+AR KOUR 2009  4  1  8 30  0.000000  1    0.125014112827E-03                     
+AR KUNM 2009  4  1  8 30  0.000000  1    0.406955773767E-08                     
+AR LHAZ 2009  4  1  8 30  0.000000  1    0.624005120271E-04                     
+AR MAL2 2009  4  1  8 30  0.000000  1   -0.104835009324E-07                     
+AR MAS1 2009  4  1  8 30  0.000000  1   -0.101606457542E-03                     
+AR MAW1 2009  4  1  8 30  0.000000  1    0.205706994477E-08                     
+AR MCIL 2009  4  1  8 30  0.000000  1    0.241033684215E-07                     
+AR MCM4 2009  4  1  8 30  0.000000  1   -0.707192942583E-07                     
+AR MDO1 2009  4  1  8 30  0.000000  1   -0.453595344662E-07                     
+AR MDVJ 2009  4  1  8 30  0.000000  1    0.438552679911E-03                     
+AR MKEA 2009  4  1  8 30  0.000000  1   -0.412392576037E-07                     
+AR MOBS 2009  4  1  8 30  0.000000  1   -0.102249839771E-08                     
+AR NANO 2009  4  1  8 30  0.000000  1    0.193170916572E-08                     
+AR NLIB 2009  4  1  8 30  0.000000  1   -0.117344509537E-06                     
+AR NNOR 2009  4  1  8 30  0.000000  1    0.365797474423E-03                     
+AR NRC1 2009  4  1  8 30  0.000000  1   -0.448692407540E-05                     
+AR NRIL 2009  4  1  8 30  0.000000  1   -0.650017019339E-07                     
+AR NRMD 2009  4  1  8 30  0.000000  1    0.252777131130E-07                     
+AR NTUS 2009  4  1  8 30  0.000000  1   -0.830236793116E-08                     
+AR NYAL 2009  4  1  8 30  0.000000  1    0.938323603174E-07                     
+AR OHI3 2009  4  1  8 30  0.000000  1   -0.352388348480E-03                     
+AR ONSA 2009  4  1  8 30  0.000000  1   -0.324761601434E-04                     
+AR PDEL 2009  4  1  8 30  0.000000  1    0.229076634897E-08                     
+AR PERT 2009  4  1  8 30  0.000000  1   -0.712010582152E-07                     
+AR PETP 2009  4  1  8 30  0.000000  1   -0.471374490891E-07                     
+AR PIMO 2009  4  1  8 30  0.000000  1   -0.823889108499E-07                     
+AR QAQ1 2009  4  1  8 30  0.000000  1   -0.559937209948E-07                     
+AR QUIN 2009  4  1  8 30  0.000000  1   -0.530248235981E-07                     
+AR RABT 2009  4  1  8 30  0.000000  1   -0.466033512213E-07                     
+AR RAMO 2009  4  1  8 30  0.000000  1    0.449778468068E-07                     
+AR RCMN 2009  4  1  8 30  0.000000  1    0.941889575109E-08                     
+AR REDU 2009  4  1  8 30  0.000000  1   -0.505025623049E-07                     
+AR REUN 2009  4  1  8 30  0.000000  1    0.291387237379E-07                     
+AR REYK 2009  4  1  8 30  0.000000  1    0.685865982978E-04                     
+AR SCH2 2009  4  1  8 30  0.000000  1    0.188304810555E-03                     
+AR SCUB 2009  4  1  8 30  0.000000  1   -0.544704453115E-07                     
+AR STJO 2009  4  1  8 30  0.000000  1   -0.702882105910E-05                     
+AR SYDN 2009  4  1  8 30  0.000000  1    0.141131511868E-05                     
+AR SYOG 2009  4  1  8 30  0.000000  1    0.140086906439E-04                     
+AR THU2 2009  4  1  8 30  0.000000  1   -0.445672738700E-03                     
+AR TOW2 2009  4  1  8 30  0.000000  1   -0.274632316898E-08                     
+AR URUM 2009  4  1  8 30  0.000000  1   -0.330092555563E-04                     
+AR VESL 2009  4  1  8 30  0.000000  1    0.152210018809E-04                     
+AR VILL 2009  4  1  8 30  0.000000  1   -0.571900642067E-07                     
+AR WTZR 2009  4  1  8 30  0.000000  1    0.449146089886E-07                     
+AR WUHN 2009  4  1  8 30  0.000000  1   -0.474329987845E-07                     
+AR YSSK 2009  4  1  8 30  0.000000  1   -0.580793689504E-07                     
+AR ZIM2 2009  4  1  8 30  0.000000  1    0.253841847301E-07                     
+AR XMIS 2009  4  1  8 30  0.000000  1   -0.564553026146E-08                     
+AR GODZ 2009  4  1  8 30  0.000000  1   -0.469121719808E-03                     
+AR MTKA 2009  4  1  8 30  0.000000  1   -0.618939236894E-07                     
+AR TIXJ 2009  4  1  8 30  0.000000  1    0.320783761618E-03                     
+AR PARK 2009  4  1  8 30  0.000000  1    0.805400377451E-06                     
+AR UNBJ 2009  4  1  8 30  0.000000  1    0.230334512887E-03                     
+AR NOVM 2009  4  1  8 30  0.000000  1    0.798331572058E-04                     
+AR SUNM 2009  4  1  8 30  0.000000  1   -0.701083739735E-04                     
+AR CEBR 2009  4  1  8 30  0.000000  1    0.719431644025E-03                     
+AR CPXF 2009  4  1  8 30  0.000000  1    0.368990820693E-08                     
+AR IDDR 2009  4  1  8 30  0.000000  1    0.829852242071E-08                     
+AR AZGB 2009  4  1  8 30  0.000000  1    0.122899316950E-03                     
+AR TN22 2009  4  1  8 30  0.000000  1   -0.401969987826E-03                     
+AR ETAD 2009  4  1  8 30  0.000000  1    0.269517637857E-07                     
+AR ILHA 2009  4  1  8 30  0.000000  1   -0.171784029620E-08                     
+AR POVE 2009  4  1  8 30  0.000000  1   -0.624909435347E-09                     
+AR RECF 2009  4  1  8 30  0.000000  1    0.201825977752E-07                     
+AR SALU 2009  4  1  8 30  0.000000  1    0.231650658651E-07                     
+AR SAVO 2009  4  1  8 30  0.000000  1    0.226888433847E-07                     
+AR UFPR 2009  4  1  8 30  0.000000  1    0.219226982824E-07                     
+AR YELL 2009  4  1  8 30  0.000000  1    0.240344000000E-06                     
+AS G32  2009  4  1  8 35  0.000000  1    0.280239340387E-03                     
+AS G24  2009  4  1  8 35  0.000000  1    0.177793117425E-03                     
+AS G25  2009  4  1  8 35  0.000000  1    0.334262916772E-03                     
+AS G26  2009  4  1  8 35  0.000000  1    0.544293704863E-04                     
+AS G27  2009  4  1  8 35  0.000000  1    0.370923105039E-04                     
+AS G30  2009  4  1  8 35  0.000000  1    0.136227738637E-03                     
+AS G03  2009  4  1  8 35  0.000000  1    0.373404889886E-03                     
+AS G04  2009  4  1  8 35  0.000000  1   -0.345224416840E-04                     
+AS G06  2009  4  1  8 35  0.000000  1    0.599954943237E-04                     
+AS G08  2009  4  1  8 35  0.000000  1   -0.196525800430E-03                     
+AS G09  2009  4  1  8 35  0.000000  1    0.484306192604E-04                     
+AS G10  2009  4  1  8 35  0.000000  1   -0.136187204722E-04                     
+AS G14  2009  4  1  8 35  0.000000  1   -0.132464813383E-03                     
+AS G13  2009  4  1  8 35  0.000000  1    0.293250115887E-03                     
+AS G28  2009  4  1  8 35  0.000000  1   -0.238296226208E-04                     
+AS G21  2009  4  1  8 35  0.000000  1    0.215489965019E-04                     
+AS G11  2009  4  1  8 35  0.000000  1    0.276622949913E-05                     
+AS G22  2009  4  1  8 35  0.000000  1    0.202434645296E-03                     
+AS G20  2009  4  1  8 35  0.000000  1    0.865710549362E-04                     
+AS G18  2009  4  1  8 35  0.000000  1   -0.695649620524E-04                     
+AS G16  2009  4  1  8 35  0.000000  1    0.630363340738E-04                     
+AS G19  2009  4  1  8 35  0.000000  1    0.293675196652E-04                     
+AS G23  2009  4  1  8 35  0.000000  1    0.388982981419E-03                     
+AS G02  2009  4  1  8 35  0.000000  1    0.153936315772E-03                     
+AS G31  2009  4  1  8 35  0.000000  1   -0.564594820436E-04                     
+AS G17  2009  4  1  8 35  0.000000  1    0.524198368816E-04                     
+AS G12  2009  4  1  8 35  0.000000  1   -0.299582308323E-03                     
+AS G15  2009  4  1  8 35  0.000000  1   -0.275954797775E-03                     
+AS G29  2009  4  1  8 35  0.000000  1    0.480456284463E-05                     
+AS G07  2009  4  1  8 35  0.000000  1    0.209853838624E-04                     
+AS R02  2009  4  1  8 35  0.000000  1    0.206903675013E-04                     
+AS R03  2009  4  1  8 35  0.000000  1   -0.342428907098E-04                     
+AS R04  2009  4  1  8 35  0.000000  1    0.639020203830E-04                     
+AS R06  2009  4  1  8 35  0.000000  1   -0.169249605961E-03                     
+AS R07  2009  4  1  8 35  0.000000  1   -0.892209267999E-04                     
+AS R08  2009  4  1  8 35  0.000000  1   -0.102006716647E-03                     
+AS R10  2009  4  1  8 35  0.000000  1   -0.140845881878E-03                     
+AS R11  2009  4  1  8 35  0.000000  1   -0.926176407142E-04                     
+AS R13  2009  4  1  8 35  0.000000  1   -0.230629023879E-03                     
+AS R14  2009  4  1  8 35  0.000000  1   -0.796470430101E-04                     
+AS R15  2009  4  1  8 35  0.000000  1    0.920989453395E-04                     
+AS R17  2009  4  1  8 35  0.000000  1   -0.261253332857E-03                     
+AS R18  2009  4  1  8 35  0.000000  1   -0.134623194934E-05                     
+AS R19  2009  4  1  8 35  0.000000  1   -0.894107124117E-04                     
+AS R20  2009  4  1  8 35  0.000000  1   -0.650109347425E-04                     
+AS R21  2009  4  1  8 35  0.000000  1   -0.143326301114E-03                     
+AS R22  2009  4  1  8 35  0.000000  1   -0.201544896646E-03                     
+AS R23  2009  4  1  8 35  0.000000  1   -0.200368239468E-03                     
+AR ALGO 2009  4  1  8 35  0.000000  1    0.807522277599E-04                     
+AR ALIC 2009  4  1  8 35  0.000000  1    0.729447879035E-08                     
+AR AMC2 2009  4  1  8 35  0.000000  1    0.166611809353E-08                     
+AR ANKR 2009  4  1  8 35  0.000000  1    0.335477630475E-03                     
+AR ARTU 2009  4  1  8 35  0.000000  1   -0.636663519501E-07                     
+AR ASPA 2009  4  1  8 35  0.000000  1    0.201689296769E-07                     
+AR BHR1 2009  4  1  8 35  0.000000  1    0.563383134878E-03                     
+AR BARH 2009  4  1  8 35  0.000000  1   -0.155814914212E-08                     
+AR BJFS 2009  4  1  8 35  0.000000  1   -0.522680171926E-07                     
+AR BOGT 2009  4  1  8 35  0.000000  1   -0.337638657063E-07                     
+AR BRMU 2009  4  1  8 35  0.000000  1   -0.491241233091E-03                     
+AR CAGZ 2009  4  1  8 35  0.000000  1   -0.383625756214E-03                     
+AR CAS1 2009  4  1  8 35  0.000000  1    0.721392934355E-08                     
+AR CHAT 2009  4  1  8 35  0.000000  1   -0.586088532788E-07                     
+AR CHPI 2009  4  1  8 35  0.000000  1   -0.631856621966E-07                     
+AR COCO 2009  4  1  8 35  0.000000  1    0.227617615519E-03                     
+AR CONZ 2009  4  1  8 35  0.000000  1   -0.159346991592E-04                     
+AR CRAR 2009  4  1  8 35  0.000000  1   -0.590676591944E-04                     
+AR CRO1 2009  4  1  8 35  0.000000  1    0.665104464711E-03                     
+AR DAEJ 2009  4  1  8 35  0.000000  1   -0.196577675201E-03                     
+AR DARW 2009  4  1  8 35  0.000000  1   -0.182290021188E-08                     
+AR DGAR 2009  4  1  8 35  0.000000  1   -0.932907777720E-07                     
+AR DRAO 2009  4  1  8 35  0.000000  1    0.112864425420E-03                     
+AR FAA1 2009  4  1  8 35  0.000000  1   -0.145815602903E-07                     
+AR FAIR 2009  4  1  8 35  0.000000  1   -0.548511542645E-07                     
+AR GLPS 2009  4  1  8 35  0.000000  1   -0.432535736503E-07                     
+AR GUAM 2009  4  1  8 35  0.000000  1   -0.735913658067E-07                     
+AR GUAT 2009  4  1  8 35  0.000000  1    0.112599507255E-07                     
+AR HOB2 2009  4  1  8 35  0.000000  1    0.870825080882E-07                     
+AR HOFN 2009  4  1  8 35  0.000000  1    0.879941739742E-04                     
+AR HOLM 2009  4  1  8 35  0.000000  1   -0.615180568277E-07                     
+AR HRAO 2009  4  1  8 35  0.000000  1    0.849461580501E-03                     
+AR HYDE 2009  4  1  8 35  0.000000  1   -0.226105732653E-08                     
+AR IRKJ 2009  4  1  8 35  0.000000  1    0.163747181456E-03                     
+AR ISPA 2009  4  1  8 35  0.000000  1   -0.665293656297E-07                     
+AR KARR 2009  4  1  8 35  0.000000  1   -0.732477790544E-07                     
+AR KERG 2009  4  1  8 35  0.000000  1    0.817415661614E-03                     
+AR KHAJ 2009  4  1  8 35  0.000000  1   -0.150762404688E-05                     
+AR KIR0 2009  4  1  8 35  0.000000  1    0.283393786134E-03                     
+AR KIRU 2009  4  1  8 35  0.000000  1    0.591353566786E-03                     
+AR KIT3 2009  4  1  8 35  0.000000  1   -0.604339671561E-08                     
+AR KOUR 2009  4  1  8 35  0.000000  1    0.125014089256E-03                     
+AR KUNM 2009  4  1  8 35  0.000000  1   -0.332865722290E-07                     
+AR LHAZ 2009  4  1  8 35  0.000000  1    0.769254255567E-04                     
+AR MAL2 2009  4  1  8 35  0.000000  1   -0.946193885406E-08                     
+AR MAS1 2009  4  1  8 35  0.000000  1   -0.101606522138E-03                     
+AR MAW1 2009  4  1  8 35  0.000000  1   -0.381300673103E-08                     
+AR MCIL 2009  4  1  8 35  0.000000  1    0.228042608525E-07                     
+AR MCM4 2009  4  1  8 35  0.000000  1   -0.626754306626E-07                     
+AR MDO1 2009  4  1  8 35  0.000000  1   -0.507126127119E-07                     
+AR MDVJ 2009  4  1  8 35  0.000000  1    0.438552657982E-03                     
+AR MKEA 2009  4  1  8 35  0.000000  1   -0.412658524358E-07                     
+AR MOBS 2009  4  1  8 35  0.000000  1   -0.561914769965E-09                     
+AR NANO 2009  4  1  8 35  0.000000  1    0.175844751319E-08                     
+AR NLIB 2009  4  1  8 35  0.000000  1   -0.117355614055E-06                     
+AR NNOR 2009  4  1  8 35  0.000000  1    0.365797145928E-03                     
+AR NRC1 2009  4  1  8 35  0.000000  1   -0.448691632864E-05                     
+AR NRIL 2009  4  1  8 35  0.000000  1   -0.600574970824E-07                     
+AR NRMD 2009  4  1  8 35  0.000000  1    0.258003317363E-07                     
+AR NTUS 2009  4  1  8 35  0.000000  1   -0.501469701030E-08                     
+AR NYAL 2009  4  1  8 35  0.000000  1    0.938224930394E-07                     
+AR OHI3 2009  4  1  8 35  0.000000  1   -0.248484366846E-03                     
+AR ONSA 2009  4  1  8 35  0.000000  1   -0.324762134527E-04                     
+AR PDEL 2009  4  1  8 35  0.000000  1    0.213804781526E-08                     
+AR PERT 2009  4  1  8 35  0.000000  1   -0.719853395178E-07                     
+AR PETP 2009  4  1  8 35  0.000000  1   -0.507286332199E-07                     
+AR PIMO 2009  4  1  8 35  0.000000  1   -0.799579527726E-07                     
+AR QAQ1 2009  4  1  8 35  0.000000  1   -0.575183265689E-07                     
+AR QUIN 2009  4  1  8 35  0.000000  1   -0.540256994739E-07                     
+AR RABT 2009  4  1  8 35  0.000000  1   -0.470803804738E-07                     
+AR RAMO 2009  4  1  8 35  0.000000  1   -0.257957464094E-08                     
+AR RCMN 2009  4  1  8 35  0.000000  1    0.637493016086E-08                     
+AR REDU 2009  4  1  8 35  0.000000  1   -0.515109673881E-07                     
+AR REUN 2009  4  1  8 35  0.000000  1    0.281779513909E-07                     
+AR REYK 2009  4  1  8 35  0.000000  1    0.884040156657E-04                     
+AR SCH2 2009  4  1  8 35  0.000000  1    0.188320620290E-03                     
+AR SCUB 2009  4  1  8 35  0.000000  1   -0.531376547065E-07                     
+AR STJO 2009  4  1  8 35  0.000000  1   -0.702912606636E-05                     
+AR SYDN 2009  4  1  8 35  0.000000  1    0.141146642045E-05                     
+AR SYOG 2009  4  1  8 35  0.000000  1    0.140087899597E-04                     
+AR THU2 2009  4  1  8 35  0.000000  1   -0.447675017577E-03                     
+AR TOW2 2009  4  1  8 35  0.000000  1   -0.718120069390E-08                     
+AR URUM 2009  4  1  8 35  0.000000  1   -0.111525382183E-03                     
+AR VESL 2009  4  1  8 35  0.000000  1    0.537310887395E-04                     
+AR VILL 2009  4  1  8 35  0.000000  1   -0.601106802474E-07                     
+AR WTZR 2009  4  1  8 35  0.000000  1    0.449167528743E-07                     
+AR WUHN 2009  4  1  8 35  0.000000  1   -0.492205639354E-07                     
+AR YSSK 2009  4  1  8 35  0.000000  1   -0.586380862451E-07                     
+AR ZIM2 2009  4  1  8 35  0.000000  1    0.252738659261E-07                     
+AR XMIS 2009  4  1  8 35  0.000000  1   -0.457790281538E-09                     
+AR GODZ 2009  4  1  8 35  0.000000  1   -0.469121697988E-03                     
+AR MTKA 2009  4  1  8 35  0.000000  1   -0.674963533840E-07                     
+AR TIXJ 2009  4  1  8 35  0.000000  1    0.315716457099E-03                     
+AR PARK 2009  4  1  8 35  0.000000  1    0.805384180227E-06                     
+AR UNBJ 2009  4  1  8 35  0.000000  1    0.157551305485E-03                     
+AR NOVM 2009  4  1  8 35  0.000000  1    0.798331329038E-04                     
+AR SUNM 2009  4  1  8 35  0.000000  1   -0.226242183563E-03                     
+AR CEBR 2009  4  1  8 35  0.000000  1    0.719431617871E-03                     
+AR CPXF 2009  4  1  8 35  0.000000  1    0.429124708771E-08                     
+AR IDDR 2009  4  1  8 35  0.000000  1    0.896444204186E-08                     
+AR AZGB 2009  4  1  8 35  0.000000  1   -0.165196881129E-04                     
+AR TN22 2009  4  1  8 35  0.000000  1   -0.482634074083E-03                     
+AR ETAD 2009  4  1  8 35  0.000000  1    0.257507054443E-07                     
+AR ILHA 2009  4  1  8 35  0.000000  1   -0.355404730203E-09                     
+AR POVE 2009  4  1  8 35  0.000000  1   -0.659430821118E-09                     
+AR RECF 2009  4  1  8 35  0.000000  1    0.189954367253E-07                     
+AR SALU 2009  4  1  8 35  0.000000  1    0.237573094534E-07                     
+AR SAVO 2009  4  1  8 35  0.000000  1    0.217600511112E-07                     
+AR UFPR 2009  4  1  8 35  0.000000  1    0.221570068059E-07                     
+AR YELL 2009  4  1  8 35  0.000000  1    0.240414000000E-06                     
+AS G32  2009  4  1  8 40  0.000000  1    0.280237913871E-03                     
+AS G24  2009  4  1  8 40  0.000000  1    0.177794171174E-03                     
+AS G25  2009  4  1  8 40  0.000000  1    0.334269497097E-03                     
+AS G26  2009  4  1  8 40  0.000000  1    0.544301032054E-04                     
+AS G27  2009  4  1  8 40  0.000000  1    0.370930350635E-04                     
+AS G30  2009  4  1  8 40  0.000000  1    0.136227991467E-03                     
+AS G03  2009  4  1  8 40  0.000000  1    0.373406250353E-03                     
+AS G04  2009  4  1  8 40  0.000000  1   -0.345266460767E-04                     
+AS G06  2009  4  1  8 40  0.000000  1    0.600007823679E-04                     
+AS G08  2009  4  1  8 40  0.000000  1   -0.196526268181E-03                     
+AS G09  2009  4  1  8 40  0.000000  1    0.484310950673E-04                     
+AS G10  2009  4  1  8 40  0.000000  1   -0.136189245461E-04                     
+AS G14  2009  4  1  8 40  0.000000  1   -0.132462871854E-03                     
+AS G13  2009  4  1  8 40  0.000000  1    0.293250250987E-03                     
+AS G28  2009  4  1  8 40  0.000000  1   -0.238296814802E-04                     
+AS G21  2009  4  1  8 40  0.000000  1    0.215481759672E-04                     
+AS G11  2009  4  1  8 40  0.000000  1    0.276584046117E-05                     
+AS G22  2009  4  1  8 40  0.000000  1    0.202434570963E-03                     
+AS G20  2009  4  1  8 40  0.000000  1    0.865709779532E-04                     
+AS G18  2009  4  1  8 40  0.000000  1   -0.695636627734E-04                     
+AS G16  2009  4  1  8 40  0.000000  1    0.630354612187E-04                     
+AS G19  2009  4  1  8 40  0.000000  1    0.293674110902E-04                     
+AS G23  2009  4  1  8 40  0.000000  1    0.388983152713E-03                     
+AS G02  2009  4  1  8 40  0.000000  1    0.153936147958E-03                     
+AS G31  2009  4  1  8 40  0.000000  1   -0.564597735023E-04                     
+AS G17  2009  4  1  8 40  0.000000  1    0.524201927367E-04                     
+AS G12  2009  4  1  8 40  0.000000  1   -0.299580999034E-03                     
+AS G15  2009  4  1  8 40  0.000000  1   -0.275955921036E-03                     
+AS G29  2009  4  1  8 40  0.000000  1    0.480597210780E-05                     
+AS G07  2009  4  1  8 40  0.000000  1    0.209854783571E-04                     
+AS R02  2009  4  1  8 40  0.000000  1    0.206895241414E-04                     
+AS R03  2009  4  1  8 40  0.000000  1   -0.342443484313E-04                     
+AS R04  2009  4  1  8 40  0.000000  1    0.638993623834E-04                     
+AS R06  2009  4  1  8 40  0.000000  1   -0.169249451459E-03                     
+AS R07  2009  4  1  8 40  0.000000  1   -0.892203743412E-04                     
+AS R08  2009  4  1  8 40  0.000000  1   -0.102006388693E-03                     
+AS R10  2009  4  1  8 40  0.000000  1   -0.140845773445E-03                     
+AS R11  2009  4  1  8 40  0.000000  1   -0.926178646001E-04                     
+AS R13  2009  4  1  8 40  0.000000  1   -0.230629423912E-03                     
+AS R14  2009  4  1  8 40  0.000000  1   -0.796462545539E-04                     
+AS R15  2009  4  1  8 40  0.000000  1    0.920987563768E-04                     
+AS R17  2009  4  1  8 40  0.000000  1   -0.261253589702E-03                     
+AS R18  2009  4  1  8 40  0.000000  1   -0.134631047079E-05                     
+AS R19  2009  4  1  8 40  0.000000  1   -0.894110530564E-04                     
+AS R20  2009  4  1  8 40  0.000000  1   -0.650112488756E-04                     
+AS R21  2009  4  1  8 40  0.000000  1   -0.143326761583E-03                     
+AS R22  2009  4  1  8 40  0.000000  1   -0.201545553932E-03                     
+AS R23  2009  4  1  8 40  0.000000  1   -0.200366897165E-03                     
+AR ALGO 2009  4  1  8 40  0.000000  1    0.807565264795E-04                     
+AR ALIC 2009  4  1  8 40  0.000000  1    0.707951322087E-08                     
+AR AMC2 2009  4  1  8 40  0.000000  1    0.168159257500E-08                     
+AR ANKR 2009  4  1  8 40  0.000000  1    0.401522770829E-03                     
+AR ARTU 2009  4  1  8 40  0.000000  1   -0.648736649391E-07                     
+AR ASPA 2009  4  1  8 40  0.000000  1    0.211859209003E-07                     
+AR BHR1 2009  4  1  8 40  0.000000  1    0.563383304289E-03                     
+AR BARH 2009  4  1  8 40  0.000000  1   -0.119995031310E-08                     
+AR BJFS 2009  4  1  8 40  0.000000  1   -0.451484314845E-07                     
+AR BOGT 2009  4  1  8 40  0.000000  1   -0.348832542680E-07                     
+AR BRMU 2009  4  1  8 40  0.000000  1    0.549274375865E-05                     
+AR CAGZ 2009  4  1  8 40  0.000000  1   -0.159626593369E-03                     
+AR CAS1 2009  4  1  8 40  0.000000  1    0.686900112985E-08                     
+AR CHAT 2009  4  1  8 40  0.000000  1   -0.559998626034E-07                     
+AR CHPI 2009  4  1  8 40  0.000000  1   -0.626640649845E-07                     
+AR COCO 2009  4  1  8 40  0.000000  1    0.227617150142E-03                     
+AR CONZ 2009  4  1  8 40  0.000000  1   -0.145855303364E-03                     
+AR CRAR 2009  4  1  8 40  0.000000  1   -0.843900557030E-04                     
+AR CRO1 2009  4  1  8 40  0.000000  1    0.665104503952E-03                     
+AR DAEJ 2009  4  1  8 40  0.000000  1   -0.196578190971E-03                     
+AR DARW 2009  4  1  8 40  0.000000  1   -0.357122636956E-08                     
+AR DGAR 2009  4  1  8 40  0.000000  1   -0.939202356538E-07                     
+AR DRAO 2009  4  1  8 40  0.000000  1    0.112901080641E-03                     
+AR FAA1 2009  4  1  8 40  0.000000  1   -0.160641774056E-07                     
+AR FAIR 2009  4  1  8 40  0.000000  1   -0.542034806880E-07                     
+AR GLPS 2009  4  1  8 40  0.000000  1   -0.441455400138E-07                     
+AR GUAM 2009  4  1  8 40  0.000000  1   -0.739120624768E-07                     
+AR GUAT 2009  4  1  8 40  0.000000  1    0.940588978044E-08                     
+AR HOB2 2009  4  1  8 40  0.000000  1    0.871051292739E-07                     
+AR HOFN 2009  4  1  8 40  0.000000  1    0.165941106525E-03                     
+AR HOLM 2009  4  1  8 40  0.000000  1   -0.606783738890E-07                     
+AR HRAO 2009  4  1  8 40  0.000000  1    0.849461670369E-03                     
+AR HYDE 2009  4  1  8 40  0.000000  1   -0.835258748557E-09                     
+AR IRKJ 2009  4  1  8 40  0.000000  1    0.163747205779E-03                     
+AR ISPA 2009  4  1  8 40  0.000000  1   -0.630588938717E-07                     
+AR KARR 2009  4  1  8 40  0.000000  1   -0.679374765667E-07                     
+AR KERG 2009  4  1  8 40  0.000000  1    0.817431350929E-03                     
+AR KHAJ 2009  4  1  8 40  0.000000  1   -0.150760324357E-05                     
+AR KIR0 2009  4  1  8 40  0.000000  1    0.283386987236E-03                     
+AR KIRU 2009  4  1  8 40  0.000000  1    0.591362393061E-03                     
+AR KIT3 2009  4  1  8 40  0.000000  1   -0.620719700638E-08                     
+AR KOUR 2009  4  1  8 40  0.000000  1    0.125014085880E-03                     
+AR KUNM 2009  4  1  8 40  0.000000  1   -0.122240441832E-08                     
+AR LHAZ 2009  4  1  8 40  0.000000  1    0.914202241430E-04                     
+AR MAL2 2009  4  1  8 40  0.000000  1   -0.887670212094E-08                     
+AR MAS1 2009  4  1  8 40  0.000000  1   -0.101606599315E-03                     
+AR MAW1 2009  4  1  8 40  0.000000  1    0.167874164157E-08                     
+AR MCIL 2009  4  1  8 40  0.000000  1    0.226834771286E-07                     
+AR MCM4 2009  4  1  8 40  0.000000  1   -0.555741375241E-07                     
+AR MDO1 2009  4  1  8 40  0.000000  1   -0.492418564636E-07                     
+AR MDVJ 2009  4  1  8 40  0.000000  1    0.438552658309E-03                     
+AR MKEA 2009  4  1  8 40  0.000000  1   -0.395830382789E-07                     
+AR MOBS 2009  4  1  8 40  0.000000  1    0.548266076164E-09                     
+AR NANO 2009  4  1  8 40  0.000000  1    0.130511346760E-08                     
+AR NLIB 2009  4  1  8 40  0.000000  1   -0.117347544120E-06                     
+AR NNOR 2009  4  1  8 40  0.000000  1    0.365797418934E-03                     
+AR NRC1 2009  4  1  8 40  0.000000  1   -0.448688902125E-05                     
+AR NRIL 2009  4  1  8 40  0.000000  1   -0.604593314579E-07                     
+AR NRMD 2009  4  1  8 40  0.000000  1    0.248835444982E-07                     
+AR NTUS 2009  4  1  8 40  0.000000  1   -0.196884236159E-08                     
+AR NYAL 2009  4  1  8 40  0.000000  1    0.938403669577E-07                     
+AR OHI3 2009  4  1  8 40  0.000000  1   -0.144285062604E-03                     
+AR ONSA 2009  4  1  8 40  0.000000  1   -0.324762572669E-04                     
+AR PDEL 2009  4  1  8 40  0.000000  1    0.145220211986E-09                     
+AR PERT 2009  4  1  8 40  0.000000  1   -0.682691756401E-07                     
+AR PETP 2009  4  1  8 40  0.000000  1   -0.503729385234E-07                     
+AR PIMO 2009  4  1  8 40  0.000000  1   -0.715373979050E-07                     
+AR QAQ1 2009  4  1  8 40  0.000000  1   -0.586458692070E-07                     
+AR QUIN 2009  4  1  8 40  0.000000  1   -0.487769080953E-07                     
+AR RABT 2009  4  1  8 40  0.000000  1   -0.491599798430E-07                     
+AR RAMO 2009  4  1  8 40  0.000000  1   -0.363446584403E-07                     
+AR RCMN 2009  4  1  8 40  0.000000  1    0.588542344192E-08                     
+AR REDU 2009  4  1  8 40  0.000000  1   -0.568222214931E-07                     
+AR REUN 2009  4  1  8 40  0.000000  1    0.278384251224E-07                     
+AR REYK 2009  4  1  8 40  0.000000  1    0.108002751217E-03                     
+AR SCH2 2009  4  1  8 40  0.000000  1    0.188336535719E-03                     
+AR SCUB 2009  4  1  8 40  0.000000  1   -0.536929606843E-07                     
+AR STJO 2009  4  1  8 40  0.000000  1   -0.702940876829E-05                     
+AR SYDN 2009  4  1  8 40  0.000000  1    0.141174047024E-05                     
+AR SYOG 2009  4  1  8 40  0.000000  1    0.140088391625E-04                     
+AR THU2 2009  4  1  8 40  0.000000  1   -0.449677415684E-03                     
+AR TOW2 2009  4  1  8 40  0.000000  1   -0.767338008569E-08                     
+AR URUM 2009  4  1  8 40  0.000000  1   -0.190071447987E-03                     
+AR VESL 2009  4  1  8 40  0.000000  1    0.922308825349E-04                     
+AR VILL 2009  4  1  8 40  0.000000  1   -0.558829399346E-07                     
+AR WTZR 2009  4  1  8 40  0.000000  1    0.449275163754E-07                     
+AR WUHN 2009  4  1  8 40  0.000000  1   -0.496905271234E-07                     
+AR YSSK 2009  4  1  8 40  0.000000  1   -0.596305909328E-07                     
+AR ZIM2 2009  4  1  8 40  0.000000  1    0.261570712382E-07                     
+AR XMIS 2009  4  1  8 40  0.000000  1   -0.320677348070E-08                     
+AR GODZ 2009  4  1  8 40  0.000000  1   -0.469121644491E-03                     
+AR MTKA 2009  4  1  8 40  0.000000  1   -0.503436921680E-07                     
+AR TIXJ 2009  4  1  8 40  0.000000  1    0.310615887459E-03                     
+AR PARK 2009  4  1  8 40  0.000000  1    0.804998815422E-06                     
+AR UNBJ 2009  4  1  8 40  0.000000  1    0.846161256799E-04                     
+AR NOVM 2009  4  1  8 40  0.000000  1    0.798331354736E-04                     
+AR SUNM 2009  4  1  8 40  0.000000  1   -0.382671743974E-03                     
+AR CEBR 2009  4  1  8 40  0.000000  1    0.719431625279E-03                     
+AR CPXF 2009  4  1  8 40  0.000000  1    0.451162042167E-08                     
+AR IDDR 2009  4  1  8 40  0.000000  1    0.939911755010E-08                     
+AR AZGB 2009  4  1  8 40  0.000000  1   -0.155950856958E-03                     
+AR TN22 2009  4  1  8 40  0.000000  1    0.436798317277E-03                     
+AR ETAD 2009  4  1  8 40  0.000000  1    0.265949515448E-07                     
+AR ILHA 2009  4  1  8 40  0.000000  1   -0.220593262944E-08                     
+AR POVE 2009  4  1  8 40  0.000000  1    0.685414938113E-09                     
+AR RECF 2009  4  1  8 40  0.000000  1    0.183242106958E-07                     
+AR SALU 2009  4  1  8 40  0.000000  1    0.227303042737E-07                     
+AR SAVO 2009  4  1  8 40  0.000000  1    0.197288403576E-07                     
+AR UFPR 2009  4  1  8 40  0.000000  1    0.226935214949E-07                     
+AR YELL 2009  4  1  8 40  0.000000  1    0.240485000000E-06                     
+AS G32  2009  4  1  8 45  0.000000  1    0.280236526788E-03                     
+AS G24  2009  4  1  8 45  0.000000  1    0.177794484730E-03                     
+AS G25  2009  4  1  8 45  0.000000  1    0.334276274149E-03                     
+AS G26  2009  4  1  8 45  0.000000  1    0.544307640749E-04                     
+AS G27  2009  4  1  8 45  0.000000  1    0.370945882824E-04                     
+AS G30  2009  4  1  8 45  0.000000  1    0.136228693466E-03                     
+AS G03  2009  4  1  8 45  0.000000  1    0.373407409293E-03                     
+AS G04  2009  4  1  8 45  0.000000  1   -0.345308316159E-04                     
+AS G06  2009  4  1  8 45  0.000000  1    0.600060265113E-04                     
+AS G08  2009  4  1  8 45  0.000000  1   -0.196525441349E-03                     
+AS G09  2009  4  1  8 45  0.000000  1    0.484316717486E-04                     
+AS G10  2009  4  1  8 45  0.000000  1   -0.136183655297E-04                     
+AS G14  2009  4  1  8 45  0.000000  1   -0.132461164401E-03                     
+AS G13  2009  4  1  8 45  0.000000  1    0.293250981351E-03                     
+AS G28  2009  4  1  8 45  0.000000  1   -0.238297967802E-04                     
+AS G21  2009  4  1  8 45  0.000000  1    0.215479994617E-04                     
+AS G11  2009  4  1  8 45  0.000000  1    0.276520627686E-05                     
+AS G22  2009  4  1  8 45  0.000000  1    0.202434260879E-03                     
+AS G20  2009  4  1  8 45  0.000000  1    0.865706422658E-04                     
+AS G18  2009  4  1  8 45  0.000000  1   -0.695627634768E-04                     
+AS G16  2009  4  1  8 45  0.000000  1    0.630344864987E-04                     
+AS G19  2009  4  1  8 45  0.000000  1    0.293669348513E-04                     
+AS G23  2009  4  1  8 45  0.000000  1    0.388983311145E-03                     
+AS G02  2009  4  1  8 45  0.000000  1    0.153936058821E-03                     
+AS G31  2009  4  1  8 45  0.000000  1   -0.564600339398E-04                     
+AS G17  2009  4  1  8 45  0.000000  1    0.524208200105E-04                     
+AS G12  2009  4  1  8 45  0.000000  1   -0.299579391033E-03                     
+AS G15  2009  4  1  8 45  0.000000  1   -0.275957377029E-03                     
+AS G29  2009  4  1  8 45  0.000000  1    0.480712122391E-05                     
+AS G07  2009  4  1  8 45  0.000000  1    0.209853132288E-04                     
+AS R02  2009  4  1  8 45  0.000000  1    0.206885421374E-04                     
+AS R03  2009  4  1  8 45  0.000000  1   -0.342443150108E-04                     
+AS R04  2009  4  1  8 45  0.000000  1    0.638959102809E-04                     
+AS R06  2009  4  1  8 45  0.000000  1   -0.169251061609E-03                     
+AS R07  2009  4  1  8 45  0.000000  1   -0.892206788777E-04                     
+AS R08  2009  4  1  8 45  0.000000  1   -0.102005793330E-03                     
+AS R10  2009  4  1  8 45  0.000000  1   -0.140845480804E-03                     
+AS R11  2009  4  1  8 45  0.000000  1   -0.926178135877E-04                     
+AS R13  2009  4  1  8 45  0.000000  1   -0.230629879221E-03                     
+AS R14  2009  4  1  8 45  0.000000  1   -0.796448024658E-04                     
+AS R15  2009  4  1  8 45  0.000000  1    0.920989021125E-04                     
+AS R17  2009  4  1  8 45  0.000000  1   -0.261253757339E-03                     
+AS R18  2009  4  1  8 45  0.000000  1   -0.134649648196E-05                     
+AS R19  2009  4  1  8 45  0.000000  1   -0.894113133620E-04                     
+AS R20  2009  4  1  8 45  0.000000  1   -0.650108388205E-04                     
+AS R21  2009  4  1  8 45  0.000000  1   -0.143327161794E-03                     
+AS R22  2009  4  1  8 45  0.000000  1   -0.201546236580E-03                     
+AS R23  2009  4  1  8 45  0.000000  1   -0.200365268030E-03                     
+AR ALGO 2009  4  1  8 45  0.000000  1    0.807608564494E-04                     
+AR ALIC 2009  4  1  8 45  0.000000  1    0.101354539686E-07                     
+AR AMC2 2009  4  1  8 45  0.000000  1    0.168938490141E-08                     
+AR ANKR 2009  4  1  8 45  0.000000  1    0.467606136649E-03                     
+AR ARTU 2009  4  1  8 45  0.000000  1   -0.677066042231E-07                     
+AR ASPA 2009  4  1  8 45  0.000000  1    0.231847758072E-07                     
+AR BHR1 2009  4  1  8 45  0.000000  1    0.563383503708E-03                     
+AR BARH 2009  4  1  8 45  0.000000  1   -0.212489168758E-09                     
+AR BJFS 2009  4  1  8 45  0.000000  1   -0.442473062309E-07                     
+AR BOGT 2009  4  1  8 45  0.000000  1   -0.374702820642E-07                     
+AR BRMU 2009  4  1  8 45  0.000000  1   -0.497102018916E-03                     
+AR CAGZ 2009  4  1  8 45  0.000000  1    0.644453247023E-04                     
+AR CAS1 2009  4  1  8 45  0.000000  1    0.470426410247E-08                     
+AR CHAT 2009  4  1  8 45  0.000000  1   -0.564151994197E-07                     
+AR CHPI 2009  4  1  8 45  0.000000  1   -0.642981682186E-07                     
+AR COCO 2009  4  1  8 45  0.000000  1    0.227616568208E-03                     
+AR CONZ 2009  4  1  8 45  0.000000  1   -0.275641868736E-03                     
+AR CRAR 2009  4  1  8 45  0.000000  1   -0.109718807635E-03                     
+AR CRO1 2009  4  1  8 45  0.000000  1    0.665104508358E-03                     
+AR DAEJ 2009  4  1  8 45  0.000000  1   -0.196577394604E-03                     
+AR DARW 2009  4  1  8 45  0.000000  1   -0.128987922001E-08                     
+AR DGAR 2009  4  1  8 45  0.000000  1   -0.948490220175E-07                     
+AR DRAO 2009  4  1  8 45  0.000000  1    0.112937866639E-03                     
+AR FAA1 2009  4  1  8 45  0.000000  1   -0.154319411637E-07                     
+AR FAIR 2009  4  1  8 45  0.000000  1   -0.549565297962E-07                     
+AR GLPS 2009  4  1  8 45  0.000000  1   -0.457446688258E-07                     
+AR GUAM 2009  4  1  8 45  0.000000  1   -0.756439944562E-07                     
+AR GUAT 2009  4  1  8 45  0.000000  1    0.601870146474E-08                     
+AR HOB2 2009  4  1  8 45  0.000000  1    0.871456058737E-07                     
+AR HOFN 2009  4  1  8 45  0.000000  1    0.243881632508E-03                     
+AR HOLM 2009  4  1  8 45  0.000000  1   -0.602027144263E-07                     
+AR HRAO 2009  4  1  8 45  0.000000  1    0.849461773773E-03                     
+AR HYDE 2009  4  1  8 45  0.000000  1   -0.170825973394E-08                     
+AR IRKJ 2009  4  1  8 45  0.000000  1    0.163747213834E-03                     
+AR ISPA 2009  4  1  8 45  0.000000  1   -0.623756961446E-07                     
+AR KARR 2009  4  1  8 45  0.000000  1   -0.670336449791E-07                     
+AR KERG 2009  4  1  8 45  0.000000  1    0.817446904356E-03                     
+AR KHAJ 2009  4  1  8 45  0.000000  1   -0.150758366483E-05                     
+AR KIR0 2009  4  1  8 45  0.000000  1    0.283380239146E-03                     
+AR KIRU 2009  4  1  8 45  0.000000  1    0.591363646120E-03                     
+AR KIT3 2009  4  1  8 45  0.000000  1   -0.132531616959E-07                     
+AR KOUR 2009  4  1  8 45  0.000000  1    0.125014116954E-03                     
+AR KUNM 2009  4  1  8 45  0.000000  1   -0.125436354864E-07                     
+AR LHAZ 2009  4  1  8 45  0.000000  1    0.106023519766E-03                     
+AR MAL2 2009  4  1  8 45  0.000000  1   -0.661835529935E-08                     
+AR MAS1 2009  4  1  8 45  0.000000  1   -0.101606641091E-03                     
+AR MAW1 2009  4  1  8 45  0.000000  1   -0.742401455316E-10                     
+AR MCIL 2009  4  1  8 45  0.000000  1    0.220036913733E-07                     
+AR MCM4 2009  4  1  8 45  0.000000  1   -0.540970208188E-07                     
+AR MDO1 2009  4  1  8 45  0.000000  1   -0.495301508591E-07                     
+AR MDVJ 2009  4  1  8 45  0.000000  1    0.438552663708E-03                     
+AR MKEA 2009  4  1  8 45  0.000000  1   -0.387906942529E-07                     
+AR MOBS 2009  4  1  8 45  0.000000  1   -0.552203572120E-10                     
+AR NANO 2009  4  1  8 45  0.000000  1    0.236716658962E-08                     
+AR NLIB 2009  4  1  8 45  0.000000  1   -0.117335141756E-06                     
+AR NNOR 2009  4  1  8 45  0.000000  1    0.365797502159E-03                     
+AR NRC1 2009  4  1  8 45  0.000000  1   -0.448686001992E-05                     
+AR NRIL 2009  4  1  8 45  0.000000  1   -0.572079810082E-07                     
+AR NRMD 2009  4  1  8 45  0.000000  1    0.251407405719E-07                     
+AR NTUS 2009  4  1  8 45  0.000000  1   -0.380757675074E-08                     
+AR NYAL 2009  4  1  8 45  0.000000  1    0.938734665554E-07                     
+AR OHI3 2009  4  1  8 45  0.000000  1   -0.397964303617E-04                     
+AR ONSA 2009  4  1  8 45  0.000000  1   -0.324762938134E-04                     
+AR PDEL 2009  4  1  8 45  0.000000  1    0.107237256670E-08                     
+AR PERT 2009  4  1  8 45  0.000000  1   -0.671799220201E-07                     
+AR PETP 2009  4  1  8 45  0.000000  1   -0.502875301300E-07                     
+AR PIMO 2009  4  1  8 45  0.000000  1   -0.695477563268E-07                     
+AR QAQ1 2009  4  1  8 45  0.000000  1   -0.594840176368E-07                     
+AR QUIN 2009  4  1  8 45  0.000000  1   -0.494905193489E-07                     
+AR RABT 2009  4  1  8 45  0.000000  1   -0.505182701478E-07                     
+AR RAMO 2009  4  1  8 45  0.000000  1    0.268922356225E-07                     
+AR RCMN 2009  4  1  8 45  0.000000  1    0.492379807499E-08                     
+AR REDU 2009  4  1  8 45  0.000000  1   -0.573787567413E-07                     
+AR REUN 2009  4  1  8 45  0.000000  1    0.315462634852E-07                     
+AR REYK 2009  4  1  8 45  0.000000  1    0.127312200509E-03                     
+AR SCH2 2009  4  1  8 45  0.000000  1    0.188351703765E-03                     
+AR SCUB 2009  4  1  8 45  0.000000  1   -0.530859074723E-07                     
+AR STJO 2009  4  1  8 45  0.000000  1   -0.702967709481E-05                     
+AR SYDN 2009  4  1  8 45  0.000000  1    0.141179252419E-05                     
+AR SYOG 2009  4  1  8 45  0.000000  1    0.140091284238E-04                     
+AR THU2 2009  4  1  8 45  0.000000  1   -0.451679580133E-03                     
+AR TOW2 2009  4  1  8 45  0.000000  1   -0.765789157271E-08                     
+AR URUM 2009  4  1  8 45  0.000000  1   -0.268648582767E-03                     
+AR VESL 2009  4  1  8 45  0.000000  1    0.130733283608E-03                     
+AR VILL 2009  4  1  8 45  0.000000  1   -0.606907115539E-07                     
+AR WTZR 2009  4  1  8 45  0.000000  1    0.449562565890E-07                     
+AR WUHN 2009  4  1  8 45  0.000000  1   -0.499087753438E-07                     
+AR YSSK 2009  4  1  8 45  0.000000  1   -0.621783902799E-07                     
+AR ZIM2 2009  4  1  8 45  0.000000  1    0.260950343769E-07                     
+AR XMIS 2009  4  1  8 45  0.000000  1    0.111955265171E-09                     
+AR GODZ 2009  4  1  8 45  0.000000  1   -0.469121614209E-03                     
+AR MTKA 2009  4  1  8 45  0.000000  1   -0.550070844821E-07                     
+AR TIXJ 2009  4  1  8 45  0.000000  1    0.305433741043E-03                     
+AR PARK 2009  4  1  8 45  0.000000  1    0.803985213987E-06                     
+AR UNBJ 2009  4  1  8 45  0.000000  1    0.117211043519E-04                     
+AR NOVM 2009  4  1  8 45  0.000000  1    0.798331493095E-04                     
+AR SUNM 2009  4  1  8 45  0.000000  1    0.461039422818E-03                     
+AR CEBR 2009  4  1  8 45  0.000000  1    0.719431621383E-03                     
+AR CPXF 2009  4  1  8 45  0.000000  1    0.389552633821E-08                     
+AR IDDR 2009  4  1  8 45  0.000000  1    0.899004041667E-08                     
+AR AZGB 2009  4  1  8 45  0.000000  1   -0.295354401562E-03                     
+AR TN22 2009  4  1  8 45  0.000000  1    0.356427965273E-03                     
+AR ETAD 2009  4  1  8 45  0.000000  1    0.253881674074E-07                     
+AR ILHA 2009  4  1  8 45  0.000000  1   -0.166878481355E-08                     
+AR POVE 2009  4  1  8 45  0.000000  1    0.409113397091E-09                     
+AR RECF 2009  4  1  8 45  0.000000  1    0.184107417693E-07                     
+AR SALU 2009  4  1  8 45  0.000000  1    0.257192792640E-07                     
+AR SAVO 2009  4  1  8 45  0.000000  1    0.214293505460E-07                     
+AR UFPR 2009  4  1  8 45  0.000000  1    0.195374691733E-07                     
+AR YELL 2009  4  1  8 45  0.000000  1    0.240555000000E-06                     
+AS G32  2009  4  1  8 50  0.000000  1    0.280235177184E-03                     
+AS G24  2009  4  1  8 50  0.000000  1    0.177795363755E-03                     
+AS G25  2009  4  1  8 50  0.000000  1    0.334282908097E-03                     
+AS G26  2009  4  1  8 50  0.000000  1    0.544313018856E-04                     
+AS G27  2009  4  1  8 50  0.000000  1    0.370961457060E-04                     
+AS G30  2009  4  1  8 50  0.000000  1    0.136228375794E-03                     
+AS G03  2009  4  1  8 50  0.000000  1    0.373409418396E-03                     
+AS G04  2009  4  1  8 50  0.000000  1   -0.345352702984E-04                     
+AS G06  2009  4  1  8 50  0.000000  1    0.600115237018E-04                     
+AS G08  2009  4  1  8 50  0.000000  1   -0.196526020987E-03                     
+AS G09  2009  4  1  8 50  0.000000  1    0.484325655277E-04                     
+AS G10  2009  4  1  8 50  0.000000  1   -0.136180151901E-04                     
+AS G14  2009  4  1  8 50  0.000000  1   -0.132459656669E-03                     
+AS G13  2009  4  1  8 50  0.000000  1    0.293251075556E-03                     
+AS G28  2009  4  1  8 50  0.000000  1   -0.238299138106E-04                     
+AS G21  2009  4  1  8 50  0.000000  1    0.215474126331E-04                     
+AS G11  2009  4  1  8 50  0.000000  1    0.276488281553E-05                     
+AS G22  2009  4  1  8 50  0.000000  1    0.202433680610E-03                     
+AS G20  2009  4  1  8 50  0.000000  1    0.865700910792E-04                     
+AS G18  2009  4  1  8 50  0.000000  1   -0.695617660902E-04                     
+AS G16  2009  4  1  8 50  0.000000  1    0.630335097264E-04                     
+AS G19  2009  4  1  8 50  0.000000  1    0.293667878441E-04                     
+AS G23  2009  4  1  8 50  0.000000  1    0.388983538429E-03                     
+AS G02  2009  4  1  8 50  0.000000  1    0.153935979513E-03                     
+AS G31  2009  4  1  8 50  0.000000  1   -0.564605495635E-04                     
+AS G17  2009  4  1  8 50  0.000000  1    0.524212569378E-04                     
+AS G12  2009  4  1  8 50  0.000000  1   -0.299577953550E-03                     
+AS G15  2009  4  1  8 50  0.000000  1   -0.275958612159E-03                     
+AS G29  2009  4  1  8 50  0.000000  1    0.480830337804E-05                     
+AS G07  2009  4  1  8 50  0.000000  1    0.209851439525E-04                     
+AS R02  2009  4  1  8 50  0.000000  1    0.206875290429E-04                     
+AS R03  2009  4  1  8 50  0.000000  1   -0.342457085221E-04                     
+AS R04  2009  4  1  8 50  0.000000  1    0.638944274675E-04                     
+AS R06  2009  4  1  8 50  0.000000  1   -0.169250432589E-03                     
+AS R07  2009  4  1  8 50  0.000000  1   -0.892194509271E-04                     
+AS R08  2009  4  1  8 50  0.000000  1   -0.102005552143E-03                     
+AS R10  2009  4  1  8 50  0.000000  1   -0.140845704860E-03                     
+AS R11  2009  4  1  8 50  0.000000  1   -0.926181707729E-04                     
+AS R13  2009  4  1  8 50  0.000000  1   -0.230630091320E-03                     
+AS R14  2009  4  1  8 50  0.000000  1   -0.796440046824E-04                     
+AS R15  2009  4  1  8 50  0.000000  1    0.920995958787E-04                     
+AS R17  2009  4  1  8 50  0.000000  1   -0.261254184610E-03                     
+AS R18  2009  4  1  8 50  0.000000  1   -0.134659058725E-05                     
+AS R19  2009  4  1  8 50  0.000000  1   -0.894115581273E-04                     
+AS R20  2009  4  1  8 50  0.000000  1   -0.650101777765E-04                     
+AS R21  2009  4  1  8 50  0.000000  1   -0.143327445801E-03                     
+AS R22  2009  4  1  8 50  0.000000  1   -0.201546962387E-03                     
+AS R23  2009  4  1  8 50  0.000000  1   -0.200363907275E-03                     
+AR ALGO 2009  4  1  8 50  0.000000  1    0.807653167426E-04                     
+AR ALIC 2009  4  1  8 50  0.000000  1    0.111734728531E-07                     
+AR AMC2 2009  4  1  8 50  0.000000  1    0.169389903960E-08                     
+AR ANKR 2009  4  1  8 50  0.000000  1   -0.466137222886E-03                     
+AR ARTU 2009  4  1  8 50  0.000000  1   -0.702487284888E-07                     
+AR ASPA 2009  4  1  8 50  0.000000  1    0.225409532839E-07                     
+AR BHR1 2009  4  1  8 50  0.000000  1    0.563383517841E-03                     
+AR BARH 2009  4  1  8 50  0.000000  1   -0.605486231406E-09                     
+AR BJFS 2009  4  1  8 50  0.000000  1   -0.437890099379E-07                     
+AR BOGT 2009  4  1  8 50  0.000000  1   -0.320470466714E-07                     
+AR BRMU 2009  4  1  8 50  0.000000  1    0.860701396362E-06                     
+AR CAGZ 2009  4  1  8 50  0.000000  1    0.288448891368E-03                     
+AR CAS1 2009  4  1  8 50  0.000000  1    0.745327259162E-08                     
+AR CHAT 2009  4  1  8 50  0.000000  1   -0.562966223273E-07                     
+AR CHPI 2009  4  1  8 50  0.000000  1   -0.656263805043E-07                     
+AR COCO 2009  4  1  8 50  0.000000  1    0.227616135251E-03                     
+AR CONZ 2009  4  1  8 50  0.000000  1   -0.405250497325E-03                     
+AR CRAR 2009  4  1  8 50  0.000000  1   -0.135029365928E-03                     
+AR CRO1 2009  4  1  8 50  0.000000  1    0.665104537383E-03                     
+AR DAEJ 2009  4  1  8 50  0.000000  1   -0.196576302411E-03                     
+AR DARW 2009  4  1  8 50  0.000000  1   -0.250339669701E-08                     
+AR DGAR 2009  4  1  8 50  0.000000  1   -0.984041769123E-07                     
+AR DRAO 2009  4  1  8 50  0.000000  1    0.112974681707E-03                     
+AR FAA1 2009  4  1  8 50  0.000000  1   -0.157245194895E-07                     
+AR FAIR 2009  4  1  8 50  0.000000  1   -0.568352599211E-07                     
+AR GLPS 2009  4  1  8 50  0.000000  1   -0.459423540478E-07                     
+AR GUAM 2009  4  1  8 50  0.000000  1   -0.730340551192E-07                     
+AR GUAT 2009  4  1  8 50  0.000000  1    0.894013485154E-08                     
+AR HOB2 2009  4  1  8 50  0.000000  1    0.871708247463E-07                     
+AR HOFN 2009  4  1  8 50  0.000000  1    0.321840061253E-03                     
+AR HOLM 2009  4  1  8 50  0.000000  1   -0.590436812460E-07                     
+AR HRAO 2009  4  1  8 50  0.000000  1    0.849461836052E-03                     
+AR HYDE 2009  4  1  8 50  0.000000  1   -0.193392560818E-08                     
+AR IRKJ 2009  4  1  8 50  0.000000  1    0.163747201501E-03                     
+AR ISPA 2009  4  1  8 50  0.000000  1   -0.587424542310E-07                     
+AR KARR 2009  4  1  8 50  0.000000  1   -0.657864375728E-07                     
+AR KERG 2009  4  1  8 50  0.000000  1    0.817462166827E-03                     
+AR KHAJ 2009  4  1  8 50  0.000000  1   -0.150759063768E-05                     
+AR KIR0 2009  4  1  8 50  0.000000  1    0.283373483002E-03                     
+AR KIRU 2009  4  1  8 50  0.000000  1    0.591361005090E-03                     
+AR KIT3 2009  4  1  8 50  0.000000  1   -0.199292049507E-08                     
+AR KOUR 2009  4  1  8 50  0.000000  1    0.125014112368E-03                     
+AR KUNM 2009  4  1  8 50  0.000000  1   -0.209631233257E-07                     
+AR LHAZ 2009  4  1  8 50  0.000000  1    0.120713957828E-03                     
+AR MAL2 2009  4  1  8 50  0.000000  1   -0.808017009931E-08                     
+AR MAS1 2009  4  1  8 50  0.000000  1   -0.101606669691E-03                     
+AR MAW1 2009  4  1  8 50  0.000000  1    0.269728318336E-09                     
+AR MCIL 2009  4  1  8 50  0.000000  1    0.256997188929E-07                     
+AR MCM4 2009  4  1  8 50  0.000000  1   -0.533251154470E-07                     
+AR MDO1 2009  4  1  8 50  0.000000  1   -0.454627719482E-07                     
+AR MDVJ 2009  4  1  8 50  0.000000  1    0.438552652866E-03                     
+AR MKEA 2009  4  1  8 50  0.000000  1   -0.376147774416E-07                     
+AR MOBS 2009  4  1  8 50  0.000000  1    0.530593774975E-09                     
+AR NANO 2009  4  1  8 50  0.000000  1    0.266592977096E-08                     
+AR NLIB 2009  4  1  8 50  0.000000  1   -0.117336956868E-06                     
+AR NNOR 2009  4  1  8 50  0.000000  1    0.365797843893E-03                     
+AR NRC1 2009  4  1  8 50  0.000000  1   -0.448683728410E-05                     
+AR NRIL 2009  4  1  8 50  0.000000  1   -0.547940450174E-07                     
+AR NRMD 2009  4  1  8 50  0.000000  1    0.237117026020E-07                     
+AR NTUS 2009  4  1  8 50  0.000000  1   -0.629105695826E-08                     
+AR NYAL 2009  4  1  8 50  0.000000  1    0.938855336178E-07                     
+AR OHI3 2009  4  1  8 50  0.000000  1    0.650277441318E-04                     
+AR ONSA 2009  4  1  8 50  0.000000  1   -0.324763415938E-04                     
+AR PDEL 2009  4  1  8 50  0.000000  1    0.943249167777E-09                     
+AR PERT 2009  4  1  8 50  0.000000  1   -0.656646488087E-07                     
+AR PETP 2009  4  1  8 50  0.000000  1   -0.513373321048E-07                     
+AR PIMO 2009  4  1  8 50  0.000000  1   -0.665583325450E-07                     
+AR QAQ1 2009  4  1  8 50  0.000000  1   -0.619368395289E-07                     
+AR QUIN 2009  4  1  8 50  0.000000  1   -0.492121632497E-07                     
+AR RABT 2009  4  1  8 50  0.000000  1   -0.505264370067E-07                     
+AR RAMO 2009  4  1  8 50  0.000000  1   -0.136868470994E-08                     
+AR RCMN 2009  4  1  8 50  0.000000  1    0.565924965541E-08                     
+AR REDU 2009  4  1  8 50  0.000000  1   -0.536131400234E-07                     
+AR REUN 2009  4  1  8 50  0.000000  1    0.273708612886E-07                     
+AR REYK 2009  4  1  8 50  0.000000  1    0.146419290535E-03                     
+AR SCH2 2009  4  1  8 50  0.000000  1    0.188366971808E-03                     
+AR SCUB 2009  4  1  8 50  0.000000  1   -0.528888449262E-07                     
+AR STJO 2009  4  1  8 50  0.000000  1   -0.702997501135E-05                     
+AR SYDN 2009  4  1  8 50  0.000000  1    0.141170267968E-05                     
+AR SYOG 2009  4  1  8 50  0.000000  1    0.140087872502E-04                     
+AR THU2 2009  4  1  8 50  0.000000  1   -0.453681782802E-03                     
+AR TOW2 2009  4  1  8 50  0.000000  1   -0.741498692974E-08                     
+AR URUM 2009  4  1  8 50  0.000000  1   -0.347221536937E-03                     
+AR VESL 2009  4  1  8 50  0.000000  1    0.169255542263E-03                     
+AR VILL 2009  4  1  8 50  0.000000  1   -0.591093981956E-07                     
+AR WTZR 2009  4  1  8 50  0.000000  1    0.449575048442E-07                     
+AR WUHN 2009  4  1  8 50  0.000000  1   -0.508783304292E-07                     
+AR YSSK 2009  4  1  8 50  0.000000  1   -0.645916508847E-07                     
+AR ZIM2 2009  4  1  8 50  0.000000  1    0.256201698549E-07                     
+AR XMIS 2009  4  1  8 50  0.000000  1   -0.158090162690E-08                     
+AR GODZ 2009  4  1  8 50  0.000000  1   -0.469121581527E-03                     
+AR MTKA 2009  4  1  8 50  0.000000  1   -0.572650021585E-07                     
+AR TIXJ 2009  4  1  8 50  0.000000  1    0.300169755227E-03                     
+AR PARK 2009  4  1  8 50  0.000000  1    0.803440258763E-06                     
+AR UNBJ 2009  4  1  8 50  0.000000  1   -0.611524448932E-04                     
+AR NOVM 2009  4  1  8 50  0.000000  1    0.798331344648E-04                     
+AR SUNM 2009  4  1  8 50  0.000000  1    0.304528623455E-03                     
+AR CEBR 2009  4  1  8 50  0.000000  1    0.719431637710E-03                     
+AR CPXF 2009  4  1  8 50  0.000000  1    0.736723386275E-08                     
+AR IDDR 2009  4  1  8 50  0.000000  1    0.877892922132E-08                     
+AR AZGB 2009  4  1  8 50  0.000000  1   -0.434725425242E-03                     
+AR TN22 2009  4  1  8 50  0.000000  1    0.276272833731E-03                     
+AR ETAD 2009  4  1  8 50  0.000000  1    0.270771278911E-07                     
+AR ILHA 2009  4  1  8 50  0.000000  1   -0.715834730286E-09                     
+AR POVE 2009  4  1  8 50  0.000000  1    0.138445007658E-09                     
+AR RECF 2009  4  1  8 50  0.000000  1    0.192440404231E-07                     
+AR SALU 2009  4  1  8 50  0.000000  1    0.254222071968E-07                     
+AR SAVO 2009  4  1  8 50  0.000000  1    0.201248221776E-07                     
+AR UFPR 2009  4  1  8 50  0.000000  1    0.189169841182E-07                     
+AR YELL 2009  4  1  8 50  0.000000  1    0.240625000000E-06                     
+AS G32  2009  4  1  8 55  0.000000  1    0.280233644024E-03                     
+AS G24  2009  4  1  8 55  0.000000  1    0.177795910987E-03                     
+AS G25  2009  4  1  8 55  0.000000  1    0.334289460831E-03                     
+AS G26  2009  4  1  8 55  0.000000  1    0.544318317346E-04                     
+AS G27  2009  4  1  8 55  0.000000  1    0.370974948029E-04                     
+AS G30  2009  4  1  8 55  0.000000  1    0.136228885583E-03                     
+AS G03  2009  4  1  8 55  0.000000  1    0.373410812677E-03                     
+AS G04  2009  4  1  8 55  0.000000  1   -0.345396839468E-04                     
+AS G06  2009  4  1  8 55  0.000000  1    0.600170403363E-04                     
+AS G08  2009  4  1  8 55  0.000000  1   -0.196526341265E-03                     
+AS G09  2009  4  1  8 55  0.000000  1    0.484331729552E-04                     
+AS G10  2009  4  1  8 55  0.000000  1   -0.136181958408E-04                     
+AS G14  2009  4  1  8 55  0.000000  1   -0.132457876979E-03                     
+AS G13  2009  4  1  8 55  0.000000  1    0.293251394674E-03                     
+AS G28  2009  4  1  8 55  0.000000  1   -0.238298756357E-04                     
+AS G21  2009  4  1  8 55  0.000000  1    0.215467156452E-04                     
+AS G11  2009  4  1  8 55  0.000000  1    0.276456806334E-05                     
+AS G22  2009  4  1  8 55  0.000000  1    0.202434274760E-03                     
+AS G20  2009  4  1  8 55  0.000000  1    0.865699692640E-04                     
+AS G18  2009  4  1  8 55  0.000000  1   -0.695605177051E-04                     
+AS G16  2009  4  1  8 55  0.000000  1    0.630326678092E-04                     
+AS G19  2009  4  1  8 55  0.000000  1    0.293665342676E-04                     
+AS G23  2009  4  1  8 55  0.000000  1    0.388983567502E-03                     
+AS G02  2009  4  1  8 55  0.000000  1    0.153935599209E-03                     
+AS G31  2009  4  1  8 55  0.000000  1   -0.564606984625E-04                     
+AS G17  2009  4  1  8 55  0.000000  1    0.524219716996E-04                     
+AS G12  2009  4  1  8 55  0.000000  1   -0.299576754512E-03                     
+AS G15  2009  4  1  8 55  0.000000  1   -0.275960103094E-03                     
+AS G29  2009  4  1  8 55  0.000000  1    0.480947992185E-05                     
+AS G07  2009  4  1  8 55  0.000000  1    0.209849665893E-04                     
+AS R02  2009  4  1  8 55  0.000000  1    0.206867260344E-04                     
+AS R03  2009  4  1  8 55  0.000000  1   -0.342454797619E-04                     
+AS R04  2009  4  1  8 55  0.000000  1    0.638916761312E-04                     
+AS R06  2009  4  1  8 55  0.000000  1   -0.169252353388E-03                     
+AS R07  2009  4  1  8 55  0.000000  1   -0.892182196888E-04                     
+AS R08  2009  4  1  8 55  0.000000  1   -0.102005333423E-03                     
+AS R10  2009  4  1  8 55  0.000000  1   -0.140845360747E-03                     
+AS R11  2009  4  1  8 55  0.000000  1   -0.926184426924E-04                     
+AS R13  2009  4  1  8 55  0.000000  1   -0.230630653665E-03                     
+AS R14  2009  4  1  8 55  0.000000  1   -0.796432590337E-04                     
+AS R15  2009  4  1  8 55  0.000000  1    0.921002113008E-04                     
+AS R17  2009  4  1  8 55  0.000000  1   -0.261254535744E-03                     
+AS R18  2009  4  1  8 55  0.000000  1   -0.134666597728E-05                     
+AS R19  2009  4  1  8 55  0.000000  1   -0.894118405692E-04                     
+AS R20  2009  4  1  8 55  0.000000  1   -0.650104040185E-04                     
+AS R21  2009  4  1  8 55  0.000000  1   -0.143327639469E-03                     
+AS R22  2009  4  1  8 55  0.000000  1   -0.201547833135E-03                     
+AS R23  2009  4  1  8 55  0.000000  1   -0.200362280340E-03                     
+AR ALGO 2009  4  1  8 55  0.000000  1    0.807696647289E-04                     
+AR ALIC 2009  4  1  8 55  0.000000  1    0.773153700941E-09                     
+AR AMC2 2009  4  1  8 55  0.000000  1    0.170837564247E-08                     
+AR ANKR 2009  4  1  8 55  0.000000  1   -0.399651830406E-03                     
+AR ARTU 2009  4  1  8 55  0.000000  1   -0.718500919142E-07                     
+AR ASPA 2009  4  1  8 55  0.000000  1    0.229862836908E-07                     
+AR BHR1 2009  4  1  8 55  0.000000  1    0.563383501536E-03                     
+AR BARH 2009  4  1  8 55  0.000000  1   -0.229072016646E-08                     
+AR BJFS 2009  4  1  8 55  0.000000  1   -0.429335461962E-07                     
+AR BOGT 2009  4  1  8 55  0.000000  1   -0.328657418623E-07                     
+AR BRMU 2009  4  1  8 55  0.000000  1    0.499256575175E-03                     
+AR CAGZ 2009  4  1  8 55  0.000000  1   -0.487649482920E-03                     
+AR CAS1 2009  4  1  8 55  0.000000  1    0.690330343706E-08                     
+AR CHAT 2009  4  1  8 55  0.000000  1   -0.580180929185E-07                     
+AR CHPI 2009  4  1  8 55  0.000000  1   -0.633874498414E-07                     
+AR COCO 2009  4  1  8 55  0.000000  1    0.227615826176E-03                     
+AR CONZ 2009  4  1  8 55  0.000000  1    0.465274012736E-03                     
+AR CRAR 2009  4  1  8 55  0.000000  1   -0.160333080384E-03                     
+AR CRO1 2009  4  1  8 55  0.000000  1    0.665104578343E-03                     
+AR DAEJ 2009  4  1  8 55  0.000000  1   -0.196575104483E-03                     
+AR DARW 2009  4  1  8 55  0.000000  1   -0.258275718202E-08                     
+AR DGAR 2009  4  1  8 55  0.000000  1   -0.100753691091E-06                     
+AR DRAO 2009  4  1  8 55  0.000000  1    0.113011289630E-03                     
+AR FAA1 2009  4  1  8 55  0.000000  1   -0.150608045215E-07                     
+AR FAIR 2009  4  1  8 55  0.000000  1   -0.571034224288E-07                     
+AR GLPS 2009  4  1  8 55  0.000000  1   -0.471481743790E-07                     
+AR GUAM 2009  4  1  8 55  0.000000  1   -0.724461941151E-07                     
+AR GUAT 2009  4  1  8 55  0.000000  1    0.748206084694E-08                     
+AR HOB2 2009  4  1  8 55  0.000000  1    0.872023674966E-07                     
+AR HOFN 2009  4  1  8 55  0.000000  1    0.399807191631E-03                     
+AR HOLM 2009  4  1  8 55  0.000000  1   -0.553118461124E-07                     
+AR HRAO 2009  4  1  8 55  0.000000  1    0.849461923986E-03                     
+AR HYDE 2009  4  1  8 55  0.000000  1   -0.411261921222E-08                     
+AR IRKJ 2009  4  1  8 55  0.000000  1    0.163747224046E-03                     
+AR ISPA 2009  4  1  8 55  0.000000  1   -0.559810286917E-07                     
+AR KARR 2009  4  1  8 55  0.000000  1   -0.656993156838E-07                     
+AR KERG 2009  4  1  8 55  0.000000  1    0.817477188567E-03                     
+AR KHAJ 2009  4  1  8 55  0.000000  1   -0.150757083145E-05                     
+AR KIR0 2009  4  1  8 55  0.000000  1    0.283366728554E-03                     
+AR KIRU 2009  4  1  8 55  0.000000  1    0.591361867121E-03                     
+AR KIT3 2009  4  1  8 55  0.000000  1    0.996234726722E-08                     
+AR KOUR 2009  4  1  8 55  0.000000  1    0.125014096128E-03                     
+AR KUNM 2009  4  1  8 55  0.000000  1    0.818029642282E-08                     
+AR LHAZ 2009  4  1  8 55  0.000000  1    0.135380712495E-03                     
+AR MAL2 2009  4  1  8 55  0.000000  1   -0.505512465370E-08                     
+AR MAS1 2009  4  1  8 55  0.000000  1   -0.101606873273E-03                     
+AR MAW1 2009  4  1  8 55  0.000000  1   -0.502120322282E-09                     
+AR MCIL 2009  4  1  8 55  0.000000  1    0.216290311124E-07                     
+AR MCM4 2009  4  1  8 55  0.000000  1   -0.547938212512E-07                     
+AR MDO1 2009  4  1  8 55  0.000000  1   -0.453334514118E-07                     
+AR MDVJ 2009  4  1  8 55  0.000000  1    0.438552648892E-03                     
+AR MKEA 2009  4  1  8 55  0.000000  1   -0.368333731864E-07                     
+AR MOBS 2009  4  1  8 55  0.000000  1    0.178446244810E-09                     
+AR NANO 2009  4  1  8 55  0.000000  1    0.333403989011E-08                     
+AR NLIB 2009  4  1  8 55  0.000000  1   -0.117340355313E-06                     
+AR NNOR 2009  4  1  8 55  0.000000  1    0.365798203339E-03                     
+AR NRC1 2009  4  1  8 55  0.000000  1   -0.448680682980E-05                     
+AR NRIL 2009  4  1  8 55  0.000000  1   -0.516917636044E-07                     
+AR NRMD 2009  4  1  8 55  0.000000  1    0.235264544411E-07                     
+AR NTUS 2009  4  1  8 55  0.000000  1   -0.460355485063E-08                     
+AR NYAL 2009  4  1  8 55  0.000000  1    0.939005257507E-07                     
+AR OHI3 2009  4  1  8 55  0.000000  1    0.170219470252E-03                     
+AR ONSA 2009  4  1  8 55  0.000000  1   -0.324763828812E-04                     
+AR PDEL 2009  4  1  8 55  0.000000  1    0.160730471716E-08                     
+AR PERT 2009  4  1  8 55  0.000000  1   -0.649640599300E-07                     
+AR PETP 2009  4  1  8 55  0.000000  1   -0.520169109293E-07                     
+AR PIMO 2009  4  1  8 55  0.000000  1   -0.671726086125E-07                     
+AR QAQ1 2009  4  1  8 55  0.000000  1   -0.585819979586E-07                     
+AR QUIN 2009  4  1  8 55  0.000000  1   -0.515281409751E-07                     
+AR RABT 2009  4  1  8 55  0.000000  1   -0.536830837984E-07                     
+AR RAMO 2009  4  1  8 55  0.000000  1    0.109596001649E-06                     
+AR RCMN 2009  4  1  8 55  0.000000  1    0.615633189257E-08                     
+AR REDU 2009  4  1  8 55  0.000000  1   -0.465783876734E-07                     
+AR REUN 2009  4  1  8 55  0.000000  1    0.286252914658E-07                     
+AR REYK 2009  4  1  8 55  0.000000  1    0.165341790329E-03                     
+AR SCH2 2009  4  1  8 55  0.000000  1    0.188381666346E-03                     
+AR SCUB 2009  4  1  8 55  0.000000  1   -0.604270478539E-07                     
+AR STJO 2009  4  1  8 55  0.000000  1   -0.703026489264E-05                     
+AR SYDN 2009  4  1  8 55  0.000000  1    0.141162111831E-05                     
+AR SYOG 2009  4  1  8 55  0.000000  1    0.140088647200E-04                     
+AR THU2 2009  4  1  8 55  0.000000  1   -0.455683886853E-03                     
+AR TOW2 2009  4  1  8 55  0.000000  1   -0.548973523057E-08                     
+AR URUM 2009  4  1  8 55  0.000000  1   -0.425794542750E-03                     
+AR VESL 2009  4  1  8 55  0.000000  1    0.207788032556E-03                     
+AR VILL 2009  4  1  8 55  0.000000  1   -0.584942255716E-07                     
+AR WTZR 2009  4  1  8 55  0.000000  1    0.449851656237E-07                     
+AR WUHN 2009  4  1  8 55  0.000000  1   -0.530571508664E-07                     
+AR YSSK 2009  4  1  8 55  0.000000  1   -0.684182626195E-07                     
+AR ZIM2 2009  4  1  8 55  0.000000  1    0.267891843045E-07                     
+AR XMIS 2009  4  1  8 55  0.000000  1   -0.197043484534E-08                     
+AR GODZ 2009  4  1  8 55  0.000000  1   -0.469121531719E-03                     
+AR MTKA 2009  4  1  8 55  0.000000  1   -0.606826784944E-07                     
+AR TIXJ 2009  4  1  8 55  0.000000  1    0.294869487150E-03                     
+AR PARK 2009  4  1  8 55  0.000000  1    0.804029716667E-06                     
+AR UNBJ 2009  4  1  8 55  0.000000  1   -0.134020352866E-03                     
+AR NOVM 2009  4  1  8 55  0.000000  1    0.798331596712E-04                     
+AR SUNM 2009  4  1  8 55  0.000000  1    0.148279791013E-03                     
+AR CEBR 2009  4  1  8 55  0.000000  1    0.719431632236E-03                     
+AR CPXF 2009  4  1  8 55  0.000000  1    0.746739839056E-08                     
+AR IDDR 2009  4  1  8 55  0.000000  1    0.930250499528E-08                     
+AR AZGB 2009  4  1  8 55  0.000000  1    0.425864243697E-03                     
+AR TN22 2009  4  1  8 55  0.000000  1    0.196287050921E-03                     
+AR ETAD 2009  4  1  8 55  0.000000  1    0.270976304400E-07                     
+AR ILHA 2009  4  1  8 55  0.000000  1    0.180070979765E-08                     
+AR POVE 2009  4  1  8 55  0.000000  1   -0.737451912772E-09                     
+AR RECF 2009  4  1  8 55  0.000000  1    0.180676222176E-07                     
+AR SALU 2009  4  1  8 55  0.000000  1    0.244221320329E-07                     
+AR SAVO 2009  4  1  8 55  0.000000  1    0.193971962793E-07                     
+AR UFPR 2009  4  1  8 55  0.000000  1    0.211627567972E-07                     
+AR YELL 2009  4  1  8 55  0.000000  1    0.240695000000E-06                     
+AS G32  2009  4  1  9  0  0.000000  1    0.280232170506E-03                     
+AS G24  2009  4  1  9  0  0.000000  1    0.177796932434E-03                     
+AS G25  2009  4  1  9  0  0.000000  1    0.334296118118E-03                     
+AS G26  2009  4  1  9  0  0.000000  1    0.544324624509E-04                     
+AS G27  2009  4  1  9  0  0.000000  1    0.370989418018E-04                     
+AS G30  2009  4  1  9  0  0.000000  1    0.136230117424E-03                     
+AS G03  2009  4  1  9  0  0.000000  1    0.373411866416E-03                     
+AS G04  2009  4  1  9  0  0.000000  1   -0.345441067521E-04                     
+AS G06  2009  4  1  9  0  0.000000  1    0.600221768375E-04                     
+AS G08  2009  4  1  9  0  0.000000  1   -0.196526400443E-03                     
+AS G09  2009  4  1  9  0  0.000000  1    0.484349408116E-04                     
+AS G10  2009  4  1  9  0  0.000000  1   -0.136185113820E-04                     
+AS G14  2009  4  1  9  0  0.000000  1   -0.132456140310E-03                     
+AS G13  2009  4  1  9  0  0.000000  1    0.293251723269E-03                     
+AS G28  2009  4  1  9  0  0.000000  1   -0.238297536883E-04                     
+AS G21  2009  4  1  9  0  0.000000  1    0.215461029603E-04                     
+AS G11  2009  4  1  9  0  0.000000  1    0.276421714355E-05                     
+AS G22  2009  4  1  9  0  0.000000  1    0.202434221885E-03                     
+AS G20  2009  4  1  9  0  0.000000  1    0.865693287522E-04                     
+AS G18  2009  4  1  9  0  0.000000  1   -0.695596563342E-04                     
+AS G16  2009  4  1  9  0  0.000000  1    0.630317612605E-04                     
+AS G19  2009  4  1  9  0  0.000000  1    0.293664220769E-04                     
+AS G23  2009  4  1  9  0  0.000000  1    0.388983624659E-03                     
+AS G02  2009  4  1  9  0  0.000000  1    0.153935540373E-03                     
+AS G31  2009  4  1  9  0  0.000000  1   -0.564609083386E-04                     
+AS G17  2009  4  1  9  0  0.000000  1    0.524221088332E-04                     
+AS G12  2009  4  1  9  0  0.000000  1   -0.299575414248E-03                     
+AS G15  2009  4  1  9  0  0.000000  1   -0.275961576342E-03                     
+AS G29  2009  4  1  9  0  0.000000  1    0.481084151019E-05                     
+AS G07  2009  4  1  9  0  0.000000  1    0.209848777692E-04                     
+AS R02  2009  4  1  9  0  0.000000  1    0.206856056033E-04                     
+AS R03  2009  4  1  9  0  0.000000  1   -0.342471918061E-04                     
+AS R04  2009  4  1  9  0  0.000000  1    0.638890502559E-04                     
+AS R06  2009  4  1  9  0  0.000000  1   -0.169253688323E-03                     
+AS R07  2009  4  1  9  0  0.000000  1   -0.892176533062E-04                     
+AS R08  2009  4  1  9  0  0.000000  1   -0.102004973862E-03                     
+AS R10  2009  4  1  9  0  0.000000  1   -0.140845367949E-03                     
+AS R11  2009  4  1  9  0  0.000000  1   -0.926188676202E-04                     
+AS R13  2009  4  1  9  0  0.000000  1   -0.230631387707E-03                     
+AS R14  2009  4  1  9  0  0.000000  1   -0.796424552732E-04                     
+AS R15  2009  4  1  9  0  0.000000  1    0.921006942520E-04                     
+AS R17  2009  4  1  9  0  0.000000  1   -0.261254623781E-03                     
+AS R18  2009  4  1  9  0  0.000000  1   -0.134680579861E-05                     
+AS R19  2009  4  1  9  0  0.000000  1   -0.894119846116E-04                     
+AS R20  2009  4  1  9  0  0.000000  1   -0.650105308054E-04                     
+AS R21  2009  4  1  9  0  0.000000  1   -0.143328265130E-03                     
+AS R22  2009  4  1  9  0  0.000000  1   -0.201548830698E-03                     
+AS R23  2009  4  1  9  0  0.000000  1   -0.200360807275E-03                     
+AR ALGO 2009  4  1  9  0  0.000000  1    0.807739097584E-04                     
+AR ALIC 2009  4  1  9  0  0.000000  1    0.211785439665E-09                     
+AR AMC2 2009  4  1  9  0  0.000000  1    0.172055161130E-08                     
+AR ANKR 2009  4  1  9  0  0.000000  1   -0.332959248353E-03                     
+AR ARTU 2009  4  1  9  0  0.000000  1   -0.731298843544E-07                     
+AR ASPA 2009  4  1  9  0  0.000000  1    0.235815446864E-07                     
+AR BHR1 2009  4  1  9  0  0.000000  1    0.563383566625E-03                     
+AR BARH 2009  4  1  9  0  0.000000  1   -0.135452215877E-08                     
+AR BJFS 2009  4  1  9  0  0.000000  1   -0.414388818765E-07                     
+AR BOGT 2009  4  1  9  0  0.000000  1   -0.366653224544E-07                     
+AR BRMU 2009  4  1  9  0  0.000000  1   -0.223498595446E-05                     
+AR CAGZ 2009  4  1  9  0  0.000000  1   -0.263806775355E-03                     
+AR CAS1 2009  4  1  9  0  0.000000  1    0.587738003315E-08                     
+AR CHAT 2009  4  1  9  0  0.000000  1   -0.574993502468E-07                     
+AR CHPI 2009  4  1  9  0  0.000000  1   -0.678247315909E-07                     
+AR COCO 2009  4  1  9  0  0.000000  1    0.227615751682E-03                     
+AR CONZ 2009  4  1  9  0  0.000000  1    0.335977074360E-03                     
+AR CRAR 2009  4  1  9  0  0.000000  1   -0.185640848595E-03                     
+AR CRO1 2009  4  1  9  0  0.000000  1    0.665104623873E-03                     
+AR DAEJ 2009  4  1  9  0  0.000000  1   -0.196574820638E-03                     
+AR DARW 2009  4  1  9  0  0.000000  1    0.621951367496E-09                     
+AR DGAR 2009  4  1  9  0  0.000000  1   -0.101606417096E-06                     
+AR DRAO 2009  4  1  9  0  0.000000  1    0.113047975632E-03                     
+AR FAA1 2009  4  1  9  0  0.000000  1   -0.154630614054E-07                     
+AR FAIR 2009  4  1  9  0  0.000000  1   -0.586517631662E-07                     
+AR GLPS 2009  4  1  9  0  0.000000  1   -0.489932107569E-07                     
+AR GUAM 2009  4  1  9  0  0.000000  1   -0.715140354211E-07                     
+AR GUAT 2009  4  1  9  0  0.000000  1    0.581719044955E-08                     
+AR HOB2 2009  4  1  9  0  0.000000  1    0.872487186395E-07                     
+AR HOFN 2009  4  1  9  0  0.000000  1    0.477772942404E-03                     
+AR HOLM 2009  4  1  9  0  0.000000  1   -0.508706964741E-07                     
+AR HRAO 2009  4  1  9  0  0.000000  1    0.849462048468E-03                     
+AR HYDE 2009  4  1  9  0  0.000000  1   -0.504286324588E-08                     
+AR IRKJ 2009  4  1  9  0  0.000000  1    0.163747231783E-03                     
+AR ISPA 2009  4  1  9  0  0.000000  1   -0.552246494163E-07                     
+AR KARR 2009  4  1  9  0  0.000000  1   -0.651692322101E-07                     
+AR KERG 2009  4  1  9  0  0.000000  1    0.817492997969E-03                     
+AR KHAJ 2009  4  1  9  0  0.000000  1   -0.150756406289E-05                     
+AR KIR0 2009  4  1  9  0  0.000000  1    0.283359959292E-03                     
+AR KIRU 2009  4  1  9  0  0.000000  1    0.591365955520E-03                     
+AR KIT3 2009  4  1  9  0  0.000000  1    0.113032557048E-07                     
+AR KOUR 2009  4  1  9  0  0.000000  1    0.125014110961E-03                     
+AR KUNM 2009  4  1  9  0  0.000000  1    0.277537963680E-07                     
+AR LHAZ 2009  4  1  9  0  0.000000  1    0.150042422594E-03                     
+AR MAL2 2009  4  1  9  0  0.000000  1   -0.114231729245E-07                     
+AR MAS1 2009  4  1  9  0  0.000000  1   -0.101607179770E-03                     
+AR MAW1 2009  4  1  9  0  0.000000  1   -0.240881386538E-09                     
+AR MCIL 2009  4  1  9  0  0.000000  1    0.218499664607E-07                     
+AR MCM4 2009  4  1  9  0  0.000000  1   -0.549822144936E-07                     
+AR MDO1 2009  4  1  9  0  0.000000  1   -0.434967618026E-07                     
+AR MDVJ 2009  4  1  9  0  0.000000  1    0.438552654769E-03                     
+AR MKEA 2009  4  1  9  0  0.000000  1   -0.365070299914E-07                     
+AR MOBS 2009  4  1  9  0  0.000000  1    0.355306822339E-10                     
+AR NANO 2009  4  1  9  0  0.000000  1    0.240504936302E-08                     
+AR NLIB 2009  4  1  9  0  0.000000  1   -0.117333907051E-06                     
+AR NNOR 2009  4  1  9  0  0.000000  1    0.365797597198E-03                     
+AR NRC1 2009  4  1  9  0  0.000000  1   -0.448678339849E-05                     
+AR NRIL 2009  4  1  9  0  0.000000  1   -0.498751328815E-07                     
+AR NRMD 2009  4  1  9  0  0.000000  1    0.225779498014E-07                     
+AR NTUS 2009  4  1  9  0  0.000000  1   -0.670874013397E-08                     
+AR NYAL 2009  4  1  9  0  0.000000  1    0.939341688732E-07                     
+AR OHI3 2009  4  1  9  0  0.000000  1    0.275760722563E-03                     
+AR ONSA 2009  4  1  9  0  0.000000  1   -0.324764027776E-04                     
+AR PDEL 2009  4  1  9  0  0.000000  1    0.191630385623E-08                     
+AR PERT 2009  4  1  9  0  0.000000  1   -0.646965223896E-07                     
+AR PETP 2009  4  1  9  0  0.000000  1   -0.549742715612E-07                     
+AR PIMO 2009  4  1  9  0  0.000000  1   -0.656516258451E-07                     
+AR QAQ1 2009  4  1  9  0  0.000000  1   -0.592585967587E-07                     
+AR QUIN 2009  4  1  9  0  0.000000  1   -0.521347308760E-07                     
+AR RABT 2009  4  1  9  0  0.000000  1   -0.527447671900E-07                     
+AR RAMO 2009  4  1  9  0  0.000000  1    0.193309508923E-08                     
+AR RCMN 2009  4  1  9  0  0.000000  1    0.876796726474E-08                     
+AR REDU 2009  4  1  9  0  0.000000  1   -0.461824809368E-07                     
+AR REUN 2009  4  1  9  0  0.000000  1    0.305217651885E-07                     
+AR REYK 2009  4  1  9  0  0.000000  1    0.183838936030E-03                     
+AR SCH2 2009  4  1  9  0  0.000000  1    0.188396511568E-03                     
+AR SCUB 2009  4  1  9  0  0.000000  1   -0.608817750193E-07                     
+AR STJO 2009  4  1  9  0  0.000000  1   -0.703054739505E-05                     
+AR SYDN 2009  4  1  9  0  0.000000  1    0.141150509606E-05                     
+AR SYOG 2009  4  1  9  0  0.000000  1    0.140092815011E-04                     
+AR THU2 2009  4  1  9  0  0.000000  1   -0.457686078273E-03                     
+AR TOW2 2009  4  1  9  0  0.000000  1   -0.613019724779E-08                     
+AR URUM 2009  4  1  9  0  0.000000  1    0.495622628309E-03                     
+AR VESL 2009  4  1  9  0  0.000000  1    0.246328364559E-03                     
+AR VILL 2009  4  1  9  0  0.000000  1   -0.608704882424E-07                     
+AR WTZR 2009  4  1  9  0  0.000000  1    0.450037103747E-07                     
+AR WUHN 2009  4  1  9  0  0.000000  1   -0.560279211885E-07                     
+AR YSSK 2009  4  1  9  0  0.000000  1   -0.712591296818E-07                     
+AR ZIM2 2009  4  1  9  0  0.000000  1    0.262579489717E-07                     
+AR XMIS 2009  4  1  9  0  0.000000  1   -0.122485049651E-08                     
+AR GODZ 2009  4  1  9  0  0.000000  1   -0.469121504693E-03                     
+AR MTKA 2009  4  1  9  0  0.000000  1   -0.629465310849E-07                     
+AR TIXJ 2009  4  1  9  0  0.000000  1    0.289550713695E-03                     
+AR PARK 2009  4  1  9  0  0.000000  1    0.804401600785E-06                     
+AR UNBJ 2009  4  1  9  0  0.000000  1   -0.206975062477E-03                     
+AR NOVM 2009  4  1  9  0  0.000000  1    0.798331676985E-04                     
+AR SUNM 2009  4  1  9  0  0.000000  1   -0.803591929311E-05                     
+AR CEBR 2009  4  1  9  0  0.000000  1    0.719431637228E-03                     
+AR CPXF 2009  4  1  9  0  0.000000  1    0.776903666113E-08                     
+AR IDDR 2009  4  1  9  0  0.000000  1    0.118634169036E-07                     
+AR AZGB 2009  4  1  9  0  0.000000  1    0.286521366128E-03                     
+AR TN22 2009  4  1  9  0  0.000000  1    0.116223897553E-03                     
+AR ETAD 2009  4  1  9  0  0.000000  1    0.252444574057E-07                     
+AR ILHA 2009  4  1  9  0  0.000000  1    0.587667272166E-08                     
+AR POVE 2009  4  1  9  0  0.000000  1   -0.211555941653E-08                     
+AR RECF 2009  4  1  9  0  0.000000  1    0.199916926065E-07                     
+AR SALU 2009  4  1  9  0  0.000000  1    0.245932768492E-07                     
+AR SAVO 2009  4  1  9  0  0.000000  1    0.186878874274E-07                     
+AR UFPR 2009  4  1  9  0  0.000000  1    0.143000576111E-07                     
+AR YELL 2009  4  1  9  0  0.000000  1    0.240765000000E-06                     
+AS G32  2009  4  1  9  5  0.000000  1    0.280230665293E-03                     
+AS G24  2009  4  1  9  5  0.000000  1    0.177797781252E-03                     
+AS G25  2009  4  1  9  5  0.000000  1    0.334302749516E-03                     
+AS G26  2009  4  1  9  5  0.000000  1    0.544332604820E-04                     
+AS G27  2009  4  1  9  5  0.000000  1    0.371002601452E-04                     
+AS G30  2009  4  1  9  5  0.000000  1    0.136230878240E-03                     
+AS G03  2009  4  1  9  5  0.000000  1    0.373413527441E-03                     
+AS G04  2009  4  1  9  5  0.000000  1   -0.345483779720E-04                     
+AS G06  2009  4  1  9  5  0.000000  1    0.600278086388E-04                     
+AS G08  2009  4  1  9  5  0.000000  1   -0.196526447007E-03                     
+AS G09  2009  4  1  9  5  0.000000  1    0.484350897329E-04                     
+AS G10  2009  4  1  9  5  0.000000  1   -0.136184250167E-04                     
+AS G14  2009  4  1  9  5  0.000000  1   -0.132454351216E-03                     
+AS G13  2009  4  1  9  5  0.000000  1    0.293252050334E-03                     
+AS G28  2009  4  1  9  5  0.000000  1   -0.238298091153E-04                     
+AS G21  2009  4  1  9  5  0.000000  1    0.215459284561E-04                     
+AS G11  2009  4  1  9  5  0.000000  1    0.276395252940E-05                     
+AS G22  2009  4  1  9  5  0.000000  1    0.202433424348E-03                     
+AS G20  2009  4  1  9  5  0.000000  1    0.865692889048E-04                     
+AS G18  2009  4  1  9  5  0.000000  1   -0.695585931193E-04                     
+AS G16  2009  4  1  9  5  0.000000  1    0.630309326967E-04                     
+AS G19  2009  4  1  9  5  0.000000  1    0.293660169114E-04                     
+AS G23  2009  4  1  9  5  0.000000  1    0.388983793625E-03                     
+AS G02  2009  4  1  9  5  0.000000  1    0.153935520301E-03                     
+AS G31  2009  4  1  9  5  0.000000  1   -0.564614976093E-04                     
+AS G17  2009  4  1  9  5  0.000000  1    0.524228661774E-04                     
+AS G12  2009  4  1  9  5  0.000000  1   -0.299573940215E-03                     
+AS G15  2009  4  1  9  5  0.000000  1   -0.275962949770E-03                     
+AS G29  2009  4  1  9  5  0.000000  1    0.481209989458E-05                     
+AS G07  2009  4  1  9  5  0.000000  1    0.209848152024E-04                     
+AS R02  2009  4  1  9  5  0.000000  1    0.206848341566E-04                     
+AS R03  2009  4  1  9  5  0.000000  1   -0.342480167546E-04                     
+AS R04  2009  4  1  9  5  0.000000  1    0.638864340144E-04                     
+AS R06  2009  4  1  9  5  0.000000  1   -0.169253989926E-03                     
+AS R07  2009  4  1  9  5  0.000000  1   -0.892169622677E-04                     
+AS R08  2009  4  1  9  5  0.000000  1   -0.102004827778E-03                     
+AS R10  2009  4  1  9  5  0.000000  1   -0.140845459349E-03                     
+AS R11  2009  4  1  9  5  0.000000  1   -0.926190683367E-04                     
+AS R13  2009  4  1  9  5  0.000000  1   -0.230631846228E-03                     
+AS R14  2009  4  1  9  5  0.000000  1   -0.796416957576E-04                     
+AS R15  2009  4  1  9  5  0.000000  1    0.921007440227E-04                     
+AS R17  2009  4  1  9  5  0.000000  1   -0.261255029753E-03                     
+AS R18  2009  4  1  9  5  0.000000  1   -0.134685692467E-05                     
+AS R19  2009  4  1  9  5  0.000000  1   -0.894122200529E-04                     
+AS R20  2009  4  1  9  5  0.000000  1   -0.650104424969E-04                     
+AS R21  2009  4  1  9  5  0.000000  1   -0.143328440142E-03                     
+AS R22  2009  4  1  9  5  0.000000  1   -0.201549597487E-03                     
+AS R23  2009  4  1  9  5  0.000000  1   -0.200359110363E-03                     
+AR ALGO 2009  4  1  9  5  0.000000  1    0.807783172553E-04                     
+AR ALIC 2009  4  1  9  5  0.000000  1    0.519628251218E-08                     
+AR AMC2 2009  4  1  9  5  0.000000  1    0.172306537124E-08                     
+AR ANKR 2009  4  1  9  5  0.000000  1   -0.266156404449E-03                     
+AR ARTU 2009  4  1  9  5  0.000000  1   -0.757873735158E-07                     
+AR ASPA 2009  4  1  9  5  0.000000  1    0.263163024895E-07                     
+AR BHR1 2009  4  1  9  5  0.000000  1    0.563383438961E-03                     
+AR BARH 2009  4  1  9  5  0.000000  1   -0.180676411292E-08                     
+AR BJFS 2009  4  1  9  5  0.000000  1   -0.403960764454E-07                     
+AR BOGT 2009  4  1  9  5  0.000000  1   -0.386030207376E-07                     
+AR BRMU 2009  4  1  9  5  0.000000  1    0.496137384790E-03                     
+AR CAGZ 2009  4  1  9  5  0.000000  1   -0.400859089013E-04                     
+AR CAS1 2009  4  1  9  5  0.000000  1    0.269338154405E-08                     
+AR CHAT 2009  4  1  9  5  0.000000  1   -0.577155753411E-07                     
+AR CHPI 2009  4  1  9  5  0.000000  1   -0.667121699230E-07                     
+AR COCO 2009  4  1  9  5  0.000000  1    0.227615726652E-03                     
+AR CONZ 2009  4  1  9  5  0.000000  1    0.206882413344E-03                     
+AR CRAR 2009  4  1  9  5  0.000000  1   -0.210956708114E-03                     
+AR CRO1 2009  4  1  9  5  0.000000  1    0.665104684639E-03                     
+AR DAEJ 2009  4  1  9  5  0.000000  1   -0.196573712647E-03                     
+AR DARW 2009  4  1  9  5  0.000000  1    0.552265008069E-08                     
+AR DGAR 2009  4  1  9  5  0.000000  1   -0.101319154908E-06                     
+AR DRAO 2009  4  1  9  5  0.000000  1    0.113084685143E-03                     
+AR FAA1 2009  4  1  9  5  0.000000  1   -0.154678714483E-07                     
+AR FAIR 2009  4  1  9  5  0.000000  1   -0.584917690232E-07                     
+AR GLPS 2009  4  1  9  5  0.000000  1   -0.467108713217E-07                     
+AR GUAM 2009  4  1  9  5  0.000000  1   -0.728287799664E-07                     
+AR GUAT 2009  4  1  9  5  0.000000  1    0.620097597986E-08                     
+AR HOB2 2009  4  1  9  5  0.000000  1    0.872893105803E-07                     
+AR HOFN 2009  4  1  9  5  0.000000  1   -0.444266179836E-03                     
+AR HOLM 2009  4  1  9  5  0.000000  1   -0.490537679056E-07                     
+AR HRAO 2009  4  1  9  5  0.000000  1    0.849462118998E-03                     
+AR HYDE 2009  4  1  9  5  0.000000  1   -0.127876397197E-08                     
+AR IRKJ 2009  4  1  9  5  0.000000  1    0.163747247902E-03                     
+AR ISPA 2009  4  1  9  5  0.000000  1   -0.547429143670E-07                     
+AR KARR 2009  4  1  9  5  0.000000  1   -0.683356619749E-07                     
+AR KERG 2009  4  1  9  5  0.000000  1    0.817508646691E-03                     
+AR KHAJ 2009  4  1  9  5  0.000000  1   -0.150756703392E-05                     
+AR KIR0 2009  4  1  9  5  0.000000  1    0.283353172185E-03                     
+AR KIRU 2009  4  1  9  5  0.000000  1    0.591366269430E-03                     
+AR KIT3 2009  4  1  9  5  0.000000  1    0.378991784319E-08                     
+AR KOUR 2009  4  1  9  5  0.000000  1    0.125014126681E-03                     
+AR KUNM 2009  4  1  9  5  0.000000  1    0.345963195482E-07                     
+AR LHAZ 2009  4  1  9  5  0.000000  1    0.164580750836E-03                     
+AR MAL2 2009  4  1  9  5  0.000000  1    0.384178514209E-08                     
+AR MAS1 2009  4  1  9  5  0.000000  1   -0.101607361669E-03                     
+AR MAW1 2009  4  1  9  5  0.000000  1    0.200926807394E-09                     
+AR MCIL 2009  4  1  9  5  0.000000  1    0.215766986239E-07                     
+AR MCM4 2009  4  1  9  5  0.000000  1   -0.551971767943E-07                     
+AR MDO1 2009  4  1  9  5  0.000000  1   -0.434953840499E-07                     
+AR MDVJ 2009  4  1  9  5  0.000000  1    0.438552642093E-03                     
+AR MKEA 2009  4  1  9  5  0.000000  1   -0.353961166800E-07                     
+AR MOBS 2009  4  1  9  5  0.000000  1    0.559272942572E-09                     
+AR NANO 2009  4  1  9  5  0.000000  1    0.367500622463E-08                     
+AR NLIB 2009  4  1  9  5  0.000000  1   -0.117331246227E-06                     
+AR NNOR 2009  4  1  9  5  0.000000  1    0.365798142744E-03                     
+AR NRC1 2009  4  1  9  5  0.000000  1   -0.448675926178E-05                     
+AR NRIL 2009  4  1  9  5  0.000000  1   -0.518214803854E-07                     
+AR NRMD 2009  4  1  9  5  0.000000  1    0.218863831693E-07                     
+AR NTUS 2009  4  1  9  5  0.000000  1   -0.557855741811E-08                     
+AR NYAL 2009  4  1  9  5  0.000000  1    0.939448455787E-07                     
+AR OHI3 2009  4  1  9  5  0.000000  1    0.381574832972E-03                     
+AR ONSA 2009  4  1  9  5  0.000000  1   -0.324764696639E-04                     
+AR PDEL 2009  4  1  9  5  0.000000  1    0.109260197070E-08                     
+AR PERT 2009  4  1  9  5  0.000000  1   -0.645219579605E-07                     
+AR PETP 2009  4  1  9  5  0.000000  1   -0.565057926798E-07                     
+AR PIMO 2009  4  1  9  5  0.000000  1   -0.658833655341E-07                     
+AR QAQ1 2009  4  1  9  5  0.000000  1   -0.596551285946E-07                     
+AR QUIN 2009  4  1  9  5  0.000000  1   -0.524574495360E-07                     
+AR RABT 2009  4  1  9  5  0.000000  1   -0.538718493982E-07                     
+AR RAMO 2009  4  1  9  5  0.000000  1    0.553737517634E-07                     
+AR RCMN 2009  4  1  9  5  0.000000  1    0.690443884455E-08                     
+AR REDU 2009  4  1  9  5  0.000000  1   -0.465387050371E-07                     
+AR REUN 2009  4  1  9  5  0.000000  1    0.303867732775E-07                     
+AR REYK 2009  4  1  9  5  0.000000  1    0.201992068001E-03                     
+AR SCH2 2009  4  1  9  5  0.000000  1    0.188411544348E-03                     
+AR SCUB 2009  4  1  9  5  0.000000  1   -0.613897696176E-07                     
+AR STJO 2009  4  1  9  5  0.000000  1   -0.703083999233E-05                     
+AR SYDN 2009  4  1  9  5  0.000000  1    0.141130012845E-05                     
+AR SYOG 2009  4  1  9  5  0.000000  1    0.140094687285E-04                     
+AR THU2 2009  4  1  9  5  0.000000  1   -0.459688242952E-03                     
+AR TOW2 2009  4  1  9  5  0.000000  1   -0.422807017173E-08                     
+AR URUM 2009  4  1  9  5  0.000000  1    0.417001363005E-03                     
+AR VESL 2009  4  1  9  5  0.000000  1    0.284879643688E-03                     
+AR VILL 2009  4  1  9  5  0.000000  1   -0.620443707490E-07                     
+AR WTZR 2009  4  1  9  5  0.000000  1    0.450101947260E-07                     
+AR WUHN 2009  4  1  9  5  0.000000  1   -0.423047337832E-07                     
+AR YSSK 2009  4  1  9  5  0.000000  1   -0.761241747528E-07                     
+AR ZIM2 2009  4  1  9  5  0.000000  1    0.261895931562E-07                     
+AR XMIS 2009  4  1  9  5  0.000000  1   -0.103669520125E-08                     
+AR GODZ 2009  4  1  9  5  0.000000  1   -0.469121488790E-03                     
+AR MTKA 2009  4  1  9  5  0.000000  1   -0.731542744548E-07                     
+AR TIXJ 2009  4  1  9  5  0.000000  1    0.284162060988E-03                     
+AR PARK 2009  4  1  9  5  0.000000  1    0.804648972910E-06                     
+AR UNBJ 2009  4  1  9  5  0.000000  1   -0.279924958159E-03                     
+AR NOVM 2009  4  1  9  5  0.000000  1    0.798332212436E-04                     
+AR SUNM 2009  4  1  9  5  0.000000  1   -0.164053001267E-03                     
+AR CEBR 2009  4  1  9  5  0.000000  1    0.719431642160E-03                     
+AR CPXF 2009  4  1  9  5  0.000000  1    0.694882140842E-08                     
+AR IDDR 2009  4  1  9  5  0.000000  1    0.189076242265E-07                     
+AR AZGB 2009  4  1  9  5  0.000000  1    0.147158860688E-03                     
+AR TN22 2009  4  1  9  5  0.000000  1    0.360199614424E-04                     
+AR ETAD 2009  4  1  9  5  0.000000  1    0.276126509896E-07                     
+AR ILHA 2009  4  1  9  5  0.000000  1    0.130735363525E-08                     
+AR POVE 2009  4  1  9  5  0.000000  1    0.126853671879E-08                     
+AR RECF 2009  4  1  9  5  0.000000  1    0.154715319643E-07                     
+AR SALU 2009  4  1  9  5  0.000000  1    0.238639838495E-07                     
+AR SAVO 2009  4  1  9  5  0.000000  1    0.178076908217E-07                     
+AR UFPR 2009  4  1  9  5  0.000000  1    0.219262373049E-07                     
+AR YELL 2009  4  1  9  5  0.000000  1    0.240836000000E-06                     
+AS G32  2009  4  1  9 10  0.000000  1    0.280229092209E-03                     
+AS G24  2009  4  1  9 10  0.000000  1    0.177798522811E-03                     
+AS G25  2009  4  1  9 10  0.000000  1    0.334309313545E-03                     
+AS G26  2009  4  1  9 10  0.000000  1    0.544339993651E-04                     
+AS G27  2009  4  1  9 10  0.000000  1    0.371015581651E-04                     
+AS G30  2009  4  1  9 10  0.000000  1    0.136231615255E-03                     
+AS G03  2009  4  1  9 10  0.000000  1    0.373415813538E-03                     
+AS G04  2009  4  1  9 10  0.000000  1   -0.345530468692E-04                     
+AS G06  2009  4  1  9 10  0.000000  1    0.600332913534E-04                     
+AS G08  2009  4  1  9 10  0.000000  1   -0.196527159742E-03                     
+AS G09  2009  4  1  9 10  0.000000  1    0.484353156013E-04                     
+AS G10  2009  4  1  9 10  0.000000  1   -0.136188892959E-04                     
+AS G14  2009  4  1  9 10  0.000000  1   -0.132452822404E-03                     
+AS G13  2009  4  1  9 10  0.000000  1    0.293252383789E-03                     
+AS G28  2009  4  1  9 10  0.000000  1   -0.238298947400E-04                     
+AS G21  2009  4  1  9 10  0.000000  1    0.215452354754E-04                     
+AS G11  2009  4  1  9 10  0.000000  1    0.276371452261E-05                     
+AS G22  2009  4  1  9 10  0.000000  1    0.202432924176E-03                     
+AS G20  2009  4  1  9 10  0.000000  1    0.865689433755E-04                     
+AS G18  2009  4  1  9 10  0.000000  1   -0.695578742575E-04                     
+AS G16  2009  4  1  9 10  0.000000  1    0.630297037705E-04                     
+AS G19  2009  4  1  9 10  0.000000  1    0.293656294713E-04                     
+AS G23  2009  4  1  9 10  0.000000  1    0.388983806908E-03                     
+AS G02  2009  4  1  9 10  0.000000  1    0.153935440878E-03                     
+AS G31  2009  4  1  9 10  0.000000  1   -0.564617294686E-04                     
+AS G17  2009  4  1  9 10  0.000000  1    0.524233764338E-04                     
+AS G12  2009  4  1  9 10  0.000000  1   -0.299572727795E-03                     
+AS G15  2009  4  1  9 10  0.000000  1   -0.275964598261E-03                     
+AS G29  2009  4  1  9 10  0.000000  1    0.481321240141E-05                     
+AS G07  2009  4  1  9 10  0.000000  1    0.209848652326E-04                     
+AS R02  2009  4  1  9 10  0.000000  1    0.206841016211E-04                     
+AS R03  2009  4  1  9 10  0.000000  1   -0.342491490940E-04                     
+AS R04  2009  4  1  9 10  0.000000  1    0.638855743261E-04                     
+AS R06  2009  4  1  9 10  0.000000  1   -0.169254010537E-03                     
+AS R07  2009  4  1  9 10  0.000000  1   -0.892160374360E-04                     
+AS R08  2009  4  1  9 10  0.000000  1   -0.102004928818E-03                     
+AS R10  2009  4  1  9 10  0.000000  1   -0.140845262982E-03                     
+AS R11  2009  4  1  9 10  0.000000  1   -0.926192244708E-04                     
+AS R13  2009  4  1  9 10  0.000000  1   -0.230632161453E-03                     
+AS R14  2009  4  1  9 10  0.000000  1   -0.796408046016E-04                     
+AS R15  2009  4  1  9 10  0.000000  1    0.921014414259E-04                     
+AS R17  2009  4  1  9 10  0.000000  1   -0.261255140197E-03                     
+AS R18  2009  4  1  9 10  0.000000  1   -0.134697112163E-05                     
+AS R19  2009  4  1  9 10  0.000000  1   -0.894125118802E-04                     
+AS R20  2009  4  1  9 10  0.000000  1   -0.650104189838E-04                     
+AS R21  2009  4  1  9 10  0.000000  1   -0.143329184360E-03                     
+AS R22  2009  4  1  9 10  0.000000  1   -0.201550528399E-03                     
+AS R23  2009  4  1  9 10  0.000000  1   -0.200357290771E-03                     
+AR ALGO 2009  4  1  9 10  0.000000  1    0.807826767895E-04                     
+AR ALIC 2009  4  1  9 10  0.000000  1    0.545857307843E-08                     
+AR AMC2 2009  4  1  9 10  0.000000  1    0.171002029085E-08                     
+AR ANKR 2009  4  1  9 10  0.000000  1   -0.199210453948E-03                     
+AR ARTU 2009  4  1  9 10  0.000000  1   -0.777046598334E-07                     
+AR ASPA 2009  4  1  9 10  0.000000  1    0.272105817563E-07                     
+AR BHR1 2009  4  1  9 10  0.000000  1    0.563383448074E-03                     
+AR BARH 2009  4  1  9 10  0.000000  1   -0.223785063817E-08                     
+AR BJFS 2009  4  1  9 10  0.000000  1   -0.387903585684E-07                     
+AR BOGT 2009  4  1  9 10  0.000000  1   -0.352854481038E-07                     
+AR BRMU 2009  4  1  9 10  0.000000  1   -0.578191460259E-05                     
+AR CAGZ 2009  4  1  9 10  0.000000  1    0.183527522809E-03                     
+AR CAS1 2009  4  1  9 10  0.000000  1    0.596909952422E-08                     
+AR CHAT 2009  4  1  9 10  0.000000  1   -0.581289007680E-07                     
+AR CHPI 2009  4  1  9 10  0.000000  1   -0.664951521067E-07                     
+AR COCO 2009  4  1  9 10  0.000000  1    0.227615814865E-03                     
+AR CONZ 2009  4  1  9 10  0.000000  1    0.779477558024E-04                     
+AR CRAR 2009  4  1  9 10  0.000000  1   -0.236266215574E-03                     
+AR CRO1 2009  4  1  9 10  0.000000  1    0.665104646383E-03                     
+AR DAEJ 2009  4  1  9 10  0.000000  1   -0.196573722864E-03                     
+AR DARW 2009  4  1  9 10  0.000000  1    0.169985566523E-08                     
+AR DGAR 2009  4  1  9 10  0.000000  1   -0.103683153126E-06                     
+AR DRAO 2009  4  1  9 10  0.000000  1    0.113121482674E-03                     
+AR FAA1 2009  4  1  9 10  0.000000  1   -0.160598165881E-07                     
+AR FAIR 2009  4  1  9 10  0.000000  1   -0.528571769409E-07                     
+AR GLPS 2009  4  1  9 10  0.000000  1   -0.474536584094E-07                     
+AR GUAM 2009  4  1  9 10  0.000000  1   -0.747562319933E-07                     
+AR GUAT 2009  4  1  9 10  0.000000  1    0.884158388076E-08                     
+AR HOB2 2009  4  1  9 10  0.000000  1    0.872860331466E-07                     
+AR HOFN 2009  4  1  9 10  0.000000  1   -0.366313430187E-03                     
+AR HOLM 2009  4  1  9 10  0.000000  1   -0.535935749997E-07                     
+AR HRAO 2009  4  1  9 10  0.000000  1    0.849462187756E-03                     
+AR HYDE 2009  4  1  9 10  0.000000  1   -0.258141755159E-08                     
+AR IRKJ 2009  4  1  9 10  0.000000  1    0.163747236156E-03                     
+AR ISPA 2009  4  1  9 10  0.000000  1   -0.490090746181E-07                     
+AR KARR 2009  4  1  9 10  0.000000  1   -0.627548834984E-07                     
+AR KERG 2009  4  1  9 10  0.000000  1    0.817524587970E-03                     
+AR KHAJ 2009  4  1  9 10  0.000000  1   -0.150759347394E-05                     
+AR KIR0 2009  4  1  9 10  0.000000  1    0.283346351212E-03                     
+AR KIRU 2009  4  1  9 10  0.000000  1    0.591364328506E-03                     
+AR KIT3 2009  4  1  9 10  0.000000  1    0.895818842894E-08                     
+AR KOUR 2009  4  1  9 10  0.000000  1    0.125014107950E-03                     
+AR KUNM 2009  4  1  9 10  0.000000  1    0.424774595373E-07                     
+AR LHAZ 2009  4  1  9 10  0.000000  1    0.178915848800E-03                     
+AR MAL2 2009  4  1  9 10  0.000000  1   -0.315898043126E-09                     
+AR MAS1 2009  4  1  9 10  0.000000  1   -0.101607388797E-03                     
+AR MAW1 2009  4  1  9 10  0.000000  1    0.176918059906E-09                     
+AR MCIL 2009  4  1  9 10  0.000000  1    0.214152363541E-07                     
+AR MCM4 2009  4  1  9 10  0.000000  1   -0.456890533555E-07                     
+AR MDO1 2009  4  1  9 10  0.000000  1   -0.422127694286E-07                     
+AR MDVJ 2009  4  1  9 10  0.000000  1    0.438552618384E-03                     
+AR MKEA 2009  4  1  9 10  0.000000  1   -0.353036991957E-07                     
+AR MOBS 2009  4  1  9 10  0.000000  1    0.165490036499E-09                     
+AR NANO 2009  4  1  9 10  0.000000  1    0.284720189640E-08                     
+AR NLIB 2009  4  1  9 10  0.000000  1   -0.117351889957E-06                     
+AR NNOR 2009  4  1  9 10  0.000000  1    0.365798215816E-03                     
+AR NRC1 2009  4  1  9 10  0.000000  1   -0.448674705204E-05                     
+AR NRIL 2009  4  1  9 10  0.000000  1   -0.503136468647E-07                     
+AR NRMD 2009  4  1  9 10  0.000000  1    0.214790862022E-07                     
+AR NTUS 2009  4  1  9 10  0.000000  1   -0.492144505849E-08                     
+AR NYAL 2009  4  1  9 10  0.000000  1    0.939344286006E-07                     
+AR OHI3 2009  4  1  9 10  0.000000  1    0.487603784311E-03                     
+AR ONSA 2009  4  1  9 10  0.000000  1   -0.324765274631E-04                     
+AR PDEL 2009  4  1  9 10  0.000000  1    0.200633017573E-08                     
+AR PERT 2009  4  1  9 10  0.000000  1   -0.576993756999E-07                     
+AR PETP 2009  4  1  9 10  0.000000  1   -0.588557752757E-07                     
+AR PIMO 2009  4  1  9 10  0.000000  1   -0.654849483584E-07                     
+AR QAQ1 2009  4  1  9 10  0.000000  1   -0.610504947678E-07                     
+AR QUIN 2009  4  1  9 10  0.000000  1   -0.510510232952E-07                     
+AR RABT 2009  4  1  9 10  0.000000  1   -0.536146316578E-07                     
+AR RAMO 2009  4  1  9 10  0.000000  1    0.482121327968E-07                     
+AR RCMN 2009  4  1  9 10  0.000000  1    0.809296234734E-08                     
+AR REDU 2009  4  1  9 10  0.000000  1   -0.468188133229E-07                     
+AR REUN 2009  4  1  9 10  0.000000  1    0.302990525119E-07                     
+AR REYK 2009  4  1  9 10  0.000000  1    0.219793851737E-03                     
+AR SCH2 2009  4  1  9 10  0.000000  1    0.188426881886E-03                     
+AR SCUB 2009  4  1  9 10  0.000000  1   -0.608563762863E-07                     
+AR STJO 2009  4  1  9 10  0.000000  1   -0.703114975927E-05                     
+AR SYDN 2009  4  1  9 10  0.000000  1    0.141116836880E-05                     
+AR SYOG 2009  4  1  9 10  0.000000  1    0.140095363748E-04                     
+AR THU2 2009  4  1  9 10  0.000000  1   -0.461690451140E-03                     
+AR TOW2 2009  4  1  9 10  0.000000  1   -0.406781340487E-08                     
+AR URUM 2009  4  1  9 10  0.000000  1    0.338315308318E-03                     
+AR VESL 2009  4  1  9 10  0.000000  1    0.323476727676E-03                     
+AR VILL 2009  4  1  9 10  0.000000  1   -0.596244855445E-07                     
+AR WTZR 2009  4  1  9 10  0.000000  1    0.450101685312E-07                     
+AR WUHN 2009  4  1  9 10  0.000000  1   -0.428394321074E-07                     
+AR YSSK 2009  4  1  9 10  0.000000  1   -0.702671119157E-07                     
+AR ZIM2 2009  4  1  9 10  0.000000  1    0.262212876528E-07                     
+AR XMIS 2009  4  1  9 10  0.000000  1   -0.310071932179E-08                     
+AR GODZ 2009  4  1  9 10  0.000000  1   -0.469121478317E-03                     
+AR MTKA 2009  4  1  9 10  0.000000  1   -0.745052781378E-07                     
+AR TIXJ 2009  4  1  9 10  0.000000  1    0.277597121020E-03                     
+AR PARK 2009  4  1  9 10  0.000000  1    0.804851300746E-06                     
+AR UNBJ 2009  4  1  9 10  0.000000  1   -0.352928463512E-03                     
+AR NOVM 2009  4  1  9 10  0.000000  1    0.798331643947E-04                     
+AR SUNM 2009  4  1  9 10  0.000000  1   -0.320304889721E-03                     
+AR CEBR 2009  4  1  9 10  0.000000  1    0.719431628379E-03                     
+AR CPXF 2009  4  1  9 10  0.000000  1    0.681348827313E-08                     
+AR IDDR 2009  4  1  9 10  0.000000  1    0.160599925633E-07                     
+AR AZGB 2009  4  1  9 10  0.000000  1    0.787388312022E-05                     
+AR TN22 2009  4  1  9 10  0.000000  1   -0.443000760523E-04                     
+AR ETAD 2009  4  1  9 10  0.000000  1    0.289090278296E-07                     
+AR ILHA 2009  4  1  9 10  0.000000  1    0.274912592846E-08                     
+AR POVE 2009  4  1  9 10  0.000000  1    0.202807690781E-08                     
+AR RECF 2009  4  1  9 10  0.000000  1    0.147421658778E-07                     
+AR SALU 2009  4  1  9 10  0.000000  1    0.246346925196E-07                     
+AR SAVO 2009  4  1  9 10  0.000000  1    0.172913941542E-07                     
+AR UFPR 2009  4  1  9 10  0.000000  1    0.217315034975E-07                     
+AR YELL 2009  4  1  9 10  0.000000  1    0.240906000000E-06                     
+AS G32  2009  4  1  9 15  0.000000  1    0.280227710785E-03                     
+AS G24  2009  4  1  9 15  0.000000  1    0.177798557628E-03                     
+AS G25  2009  4  1  9 15  0.000000  1    0.334315950032E-03                     
+AS G26  2009  4  1  9 15  0.000000  1    0.544348169600E-04                     
+AS G27  2009  4  1  9 15  0.000000  1    0.371028197943E-04                     
+AS G30  2009  4  1  9 15  0.000000  1    0.136233084154E-03                     
+AS G03  2009  4  1  9 15  0.000000  1    0.373417539346E-03                     
+AS G04  2009  4  1  9 15  0.000000  1   -0.345573458170E-04                     
+AS G06  2009  4  1  9 15  0.000000  1    0.600386456733E-04                     
+AS G08  2009  4  1  9 15  0.000000  1   -0.196527903710E-03                     
+AS G09  2009  4  1  9 15  0.000000  1    0.484362282467E-04                     
+AS G10  2009  4  1  9 15  0.000000  1   -0.136190245825E-04                     
+AS G14  2009  4  1  9 15  0.000000  1   -0.132450960411E-03                     
+AS G13  2009  4  1  9 15  0.000000  1    0.293252720554E-03                     
+AS G28  2009  4  1  9 15  0.000000  1   -0.238300965059E-04                     
+AS G21  2009  4  1  9 15  0.000000  1    0.215449286292E-04                     
+AS G11  2009  4  1  9 15  0.000000  1    0.276319563051E-05                     
+AS G22  2009  4  1  9 15  0.000000  1    0.202433156241E-03                     
+AS G20  2009  4  1  9 15  0.000000  1    0.865687959417E-04                     
+AS G18  2009  4  1  9 15  0.000000  1   -0.695567031129E-04                     
+AS G16  2009  4  1  9 15  0.000000  1    0.630290050987E-04                     
+AS G19  2009  4  1  9 15  0.000000  1    0.293653775368E-04                     
+AS G23  2009  4  1  9 15  0.000000  1    0.388984048853E-03                     
+AS G02  2009  4  1  9 15  0.000000  1    0.153935087543E-03                     
+AS G31  2009  4  1  9 15  0.000000  1   -0.564621051285E-04                     
+AS G17  2009  4  1  9 15  0.000000  1    0.524237931590E-04                     
+AS G12  2009  4  1  9 15  0.000000  1   -0.299571350501E-03                     
+AS G15  2009  4  1  9 15  0.000000  1   -0.275965805064E-03                     
+AS G29  2009  4  1  9 15  0.000000  1    0.481462832197E-05                     
+AS G07  2009  4  1  9 15  0.000000  1    0.209847662350E-04                     
+AS R02  2009  4  1  9 15  0.000000  1    0.206829486063E-04                     
+AS R03  2009  4  1  9 15  0.000000  1   -0.342498319912E-04                     
+AS R04  2009  4  1  9 15  0.000000  1    0.638838681203E-04                     
+AS R06  2009  4  1  9 15  0.000000  1   -0.169253656776E-03                     
+AS R07  2009  4  1  9 15  0.000000  1   -0.892163240897E-04                     
+AS R08  2009  4  1  9 15  0.000000  1   -0.102004468071E-03                     
+AS R10  2009  4  1  9 15  0.000000  1   -0.140845244306E-03                     
+AS R11  2009  4  1  9 15  0.000000  1   -0.926195545067E-04                     
+AS R13  2009  4  1  9 15  0.000000  1   -0.230632172459E-03                     
+AS R14  2009  4  1  9 15  0.000000  1   -0.796404608258E-04                     
+AS R15  2009  4  1  9 15  0.000000  1    0.921018501281E-04                     
+AS R17  2009  4  1  9 15  0.000000  1   -0.261255459643E-03                     
+AS R18  2009  4  1  9 15  0.000000  1   -0.134701215839E-05                     
+AS R19  2009  4  1  9 15  0.000000  1   -0.894126849097E-04                     
+AS R20  2009  4  1  9 15  0.000000  1   -0.650103526750E-04                     
+AS R21  2009  4  1  9 15  0.000000  1   -0.143329469990E-03                     
+AS R22  2009  4  1  9 15  0.000000  1   -0.201551196600E-03                     
+AS R23  2009  4  1  9 15  0.000000  1   -0.200355762954E-03                     
+AR ALGO 2009  4  1  9 15  0.000000  1    0.807869874711E-04                     
+AR ALIC 2009  4  1  9 15  0.000000  1    0.449700527961E-08                     
+AR AMC2 2009  4  1  9 15  0.000000  1    0.171817803379E-08                     
+AR ANKR 2009  4  1  9 15  0.000000  1   -0.132170556793E-03                     
+AR ARTU 2009  4  1  9 15  0.000000  1   -0.862792507022E-07                     
+AR ASPA 2009  4  1  9 15  0.000000  1    0.261795431967E-07                     
+AR BHR1 2009  4  1  9 15  0.000000  1    0.563383420056E-03                     
+AR BARH 2009  4  1  9 15  0.000000  1   -0.346808995222E-08                     
+AR BJFS 2009  4  1  9 15  0.000000  1   -0.394987158127E-07                     
+AR BOGT 2009  4  1  9 15  0.000000  1   -0.367200185708E-07                     
+AR BRMU 2009  4  1  9 15  0.000000  1    0.491850112769E-03                     
+AR CAGZ 2009  4  1  9 15  0.000000  1    0.407116618028E-03                     
+AR CAS1 2009  4  1  9 15  0.000000  1    0.675065640965E-08                     
+AR CHAT 2009  4  1  9 15  0.000000  1   -0.467437344262E-07                     
+AR CHPI 2009  4  1  9 15  0.000000  1   -0.661283960076E-07                     
+AR COCO 2009  4  1  9 15  0.000000  1    0.227616274252E-03                     
+AR CONZ 2009  4  1  9 15  0.000000  1   -0.507972162163E-04                     
+AR CRAR 2009  4  1  9 15  0.000000  1   -0.261579186550E-03                     
+AR CRO1 2009  4  1  9 15  0.000000  1    0.665104673238E-03                     
+AR DAEJ 2009  4  1  9 15  0.000000  1   -0.196573629373E-03                     
+AR DARW 2009  4  1  9 15  0.000000  1   -0.663056771371E-09                     
+AR DGAR 2009  4  1  9 15  0.000000  1   -0.102943589358E-06                     
+AR DRAO 2009  4  1  9 15  0.000000  1    0.113158459062E-03                     
+AR FAA1 2009  4  1  9 15  0.000000  1   -0.159445577241E-07                     
+AR FAIR 2009  4  1  9 15  0.000000  1   -0.503005525999E-07                     
+AR GLPS 2009  4  1  9 15  0.000000  1   -0.421493609042E-07                     
+AR GUAM 2009  4  1  9 15  0.000000  1   -0.762339457598E-07                     
+AR GUAT 2009  4  1  9 15  0.000000  1    0.614323886772E-08                     
+AR HOB2 2009  4  1  9 15  0.000000  1    0.873190782678E-07                     
+AR HOFN 2009  4  1  9 15  0.000000  1   -0.288356404032E-03                     
+AR HOLM 2009  4  1  9 15  0.000000  1   -0.535242028871E-07                     
+AR HRAO 2009  4  1  9 15  0.000000  1    0.849462300143E-03                     
+AR HYDE 2009  4  1  9 15  0.000000  1   -0.258304595710E-08                     
+AR IRKJ 2009  4  1  9 15  0.000000  1    0.163747242794E-03                     
+AR ISPA 2009  4  1  9 15  0.000000  1   -0.475679753828E-07                     
+AR KARR 2009  4  1  9 15  0.000000  1   -0.611320103843E-07                     
+AR KERG 2009  4  1  9 15  0.000000  1    0.817539707751E-03                     
+AR KHAJ 2009  4  1  9 15  0.000000  1   -0.150757233428E-05                     
+AR KIR0 2009  4  1  9 15  0.000000  1    0.283339525674E-03                     
+AR KIRU 2009  4  1  9 15  0.000000  1    0.591375512647E-03                     
+AR KOUR 2009  4  1  9 15  0.000000  1    0.125014135978E-03                     
+AR KUNM 2009  4  1  9 15  0.000000  1    0.477439484463E-07                     
+AR LHAZ 2009  4  1  9 15  0.000000  1    0.193030976420E-03                     
+AR MAL2 2009  4  1  9 15  0.000000  1   -0.413604984338E-08                     
+AR MAS1 2009  4  1  9 15  0.000000  1   -0.101607418528E-03                     
+AR MAW1 2009  4  1  9 15  0.000000  1   -0.186989655986E-10                     
+AR MCIL 2009  4  1  9 15  0.000000  1    0.216962326710E-07                     
+AR MCM4 2009  4  1  9 15  0.000000  1   -0.437577327086E-07                     
+AR MDO1 2009  4  1  9 15  0.000000  1   -0.423997018750E-07                     
+AR MDVJ 2009  4  1  9 15  0.000000  1    0.438552609482E-03                     
+AR MKEA 2009  4  1  9 15  0.000000  1   -0.377352521127E-07                     
+AR MOBS 2009  4  1  9 15  0.000000  1   -0.238496538815E-08                     
+AR NANO 2009  4  1  9 15  0.000000  1    0.498673260196E-08                     
+AR NLIB 2009  4  1  9 15  0.000000  1   -0.117355544501E-06                     
+AR NNOR 2009  4  1  9 15  0.000000  1    0.365797853964E-03                     
+AR NRC1 2009  4  1  9 15  0.000000  1   -0.448672264117E-05                     
+AR NRIL 2009  4  1  9 15  0.000000  1   -0.536461886839E-07                     
+AR NRMD 2009  4  1  9 15  0.000000  1    0.217394953336E-07                     
+AR NTUS 2009  4  1  9 15  0.000000  1   -0.278203874802E-09                     
+AR NYAL 2009  4  1  9 15  0.000000  1    0.939633030148E-07                     
+AR OHI3 2009  4  1  9 15  0.000000  1   -0.406037221367E-03                     
+AR ONSA 2009  4  1  9 15  0.000000  1   -0.324765641934E-04                     
+AR PDEL 2009  4  1  9 15  0.000000  1    0.964750939359E-09                     
+AR PERT 2009  4  1  9 15  0.000000  1   -0.571377127079E-07                     
+AR PETP 2009  4  1  9 15  0.000000  1   -0.612179759997E-07                     
+AR PIMO 2009  4  1  9 15  0.000000  1   -0.644673666662E-07                     
+AR QAQ1 2009  4  1  9 15  0.000000  1   -0.615955866362E-07                     
+AR QUIN 2009  4  1  9 15  0.000000  1   -0.507426192688E-07                     
+AR RABT 2009  4  1  9 15  0.000000  1   -0.542550566132E-07                     
+AR RAMO 2009  4  1  9 15  0.000000  1    0.112050824424E-06                     
+AR RCMN 2009  4  1  9 15  0.000000  1    0.646340153756E-08                     
+AR REDU 2009  4  1  9 15  0.000000  1   -0.477485473772E-07                     
+AR REUN 2009  4  1  9 15  0.000000  1    0.299996705757E-07                     
+AR REYK 2009  4  1  9 15  0.000000  1    0.237326807878E-03                     
+AR SCH2 2009  4  1  9 15  0.000000  1    0.188442032800E-03                     
+AR SCUB 2009  4  1  9 15  0.000000  1   -0.609822840274E-07                     
+AR STJO 2009  4  1  9 15  0.000000  1   -0.703143008284E-05                     
+AR SYDN 2009  4  1  9 15  0.000000  1    0.141144258311E-05                     
+AR SYOG 2009  4  1  9 15  0.000000  1    0.140092435957E-04                     
+AR THU2 2009  4  1  9 15  0.000000  1   -0.463692717601E-03                     
+AR TOW2 2009  4  1  9 15  0.000000  1   -0.611728331366E-08                     
+AR URUM 2009  4  1  9 15  0.000000  1    0.259545586046E-03                     
+AR VESL 2009  4  1  9 15  0.000000  1    0.362091610368E-03                     
+AR VILL 2009  4  1  9 15  0.000000  1   -0.593212285860E-07                     
+AR WTZR 2009  4  1  9 15  0.000000  1    0.450266015673E-07                     
+AR WUHN 2009  4  1  9 15  0.000000  1   -0.389266914263E-07                     
+AR YSSK 2009  4  1  9 15  0.000000  1   -0.652384937327E-07                     
+AR ZIM2 2009  4  1  9 15  0.000000  1    0.293151578826E-07                     
+AR XMIS 2009  4  1  9 15  0.000000  1   -0.290145573223E-08                     
+AR GODZ 2009  4  1  9 15  0.000000  1   -0.469121437259E-03                     
+AR MTKA 2009  4  1  9 15  0.000000  1   -0.737444125961E-07                     
+AR TIXJ 2009  4  1  9 15  0.000000  1    0.269379120541E-03                     
+AR PARK 2009  4  1  9 15  0.000000  1    0.804995559100E-06                     
+AR UNBJ 2009  4  1  9 15  0.000000  1   -0.426004595448E-03                     
+AR NOVM 2009  4  1  9 15  0.000000  1    0.798333163326E-04                     
+AR SUNM 2009  4  1  9 15  0.000000  1   -0.476311295269E-03                     
+AR CEBR 2009  4  1  9 15  0.000000  1    0.719431630654E-03                     
+AR CPXF 2009  4  1  9 15  0.000000  1    0.494480291100E-08                     
+AR IDDR 2009  4  1  9 15  0.000000  1    0.160666661562E-07                     
+AR AZGB 2009  4  1  9 15  0.000000  1   -0.131449666026E-03                     
+AR TN22 2009  4  1  9 15  0.000000  1   -0.124703584059E-03                     
+AR ETAD 2009  4  1  9 15  0.000000  1    0.307094543450E-07                     
+AR ILHA 2009  4  1  9 15  0.000000  1    0.143207357092E-08                     
+AR POVE 2009  4  1  9 15  0.000000  1    0.992083817579E-10                     
+AR RECF 2009  4  1  9 15  0.000000  1    0.163870511088E-07                     
+AR SALU 2009  4  1  9 15  0.000000  1    0.215159220644E-07                     
+AR SAVO 2009  4  1  9 15  0.000000  1    0.162346252459E-07                     
+AR UFPR 2009  4  1  9 15  0.000000  1    0.217763369075E-07                     
+AR YELL 2009  4  1  9 15  0.000000  1    0.240976000000E-06                     
+AS G32  2009  4  1  9 20  0.000000  1    0.280226357499E-03                     
+AS G24  2009  4  1  9 20  0.000000  1    0.177799226727E-03                     
+AS G25  2009  4  1  9 20  0.000000  1    0.334322588487E-03                     
+AS G26  2009  4  1  9 20  0.000000  1    0.544355836143E-04                     
+AS G27  2009  4  1  9 20  0.000000  1    0.371045645768E-04                     
+AS G30  2009  4  1  9 20  0.000000  1    0.136233697037E-03                     
+AS G03  2009  4  1  9 20  0.000000  1    0.373418730675E-03                     
+AS G04  2009  4  1  9 20  0.000000  1   -0.345618018130E-04                     
+AS G06  2009  4  1  9 20  0.000000  1    0.600440514108E-04                     
+AS G08  2009  4  1  9 20  0.000000  1   -0.196528455262E-03                     
+AS G09  2009  4  1  9 20  0.000000  1    0.484376678801E-04                     
+AS G10  2009  4  1  9 20  0.000000  1   -0.136194587244E-04                     
+AS G14  2009  4  1  9 20  0.000000  1   -0.132449338199E-03                     
+AS G13  2009  4  1  9 20  0.000000  1    0.293253170642E-03                     
+AS G28  2009  4  1  9 20  0.000000  1   -0.238299705942E-04                     
+AS G21  2009  4  1  9 20  0.000000  1    0.215447108381E-04                     
+AS G11  2009  4  1  9 20  0.000000  1    0.276285228334E-05                     
+AS G22  2009  4  1  9 20  0.000000  1    0.202433296911E-03                     
+AS G20  2009  4  1  9 20  0.000000  1    0.865684285351E-04                     
+AS G18  2009  4  1  9 20  0.000000  1   -0.695557680301E-04                     
+AS G16  2009  4  1  9 20  0.000000  1    0.630282255540E-04                     
+AS G19  2009  4  1  9 20  0.000000  1    0.293651747824E-04                     
+AS G23  2009  4  1  9 20  0.000000  1    0.388984079792E-03                     
+AS G02  2009  4  1  9 20  0.000000  1    0.153934900393E-03                     
+AS G31  2009  4  1  9 20  0.000000  1   -0.564624720937E-04                     
+AS G17  2009  4  1  9 20  0.000000  1    0.524241951219E-04                     
+AS G12  2009  4  1  9 20  0.000000  1   -0.299570006182E-03                     
+AS G15  2009  4  1  9 20  0.000000  1   -0.275966918420E-03                     
+AS G29  2009  4  1  9 20  0.000000  1    0.481586417373E-05                     
+AS G07  2009  4  1  9 20  0.000000  1    0.209844142973E-04                     
+AS R02  2009  4  1  9 20  0.000000  1    0.206820107334E-04                     
+AS R03  2009  4  1  9 20  0.000000  1   -0.342516649755E-04                     
+AS R04  2009  4  1  9 20  0.000000  1    0.638818825094E-04                     
+AS R06  2009  4  1  9 20  0.000000  1   -0.169253986349E-03                     
+AS R07  2009  4  1  9 20  0.000000  1   -0.892159442682E-04                     
+AS R08  2009  4  1  9 20  0.000000  1   -0.102004213088E-03                     
+AS R10  2009  4  1  9 20  0.000000  1   -0.140844580600E-03                     
+AS R11  2009  4  1  9 20  0.000000  1   -0.926196402629E-04                     
+AS R13  2009  4  1  9 20  0.000000  1   -0.230632111431E-03                     
+AS R14  2009  4  1  9 20  0.000000  1   -0.796399553744E-04                     
+AS R15  2009  4  1  9 20  0.000000  1    0.921019804105E-04                     
+AS R17  2009  4  1  9 20  0.000000  1   -0.261255533032E-03                     
+AS R18  2009  4  1  9 20  0.000000  1   -0.134727121163E-05                     
+AS R19  2009  4  1  9 20  0.000000  1   -0.894130914664E-04                     
+AS R20  2009  4  1  9 20  0.000000  1   -0.650104934751E-04                     
+AS R21  2009  4  1  9 20  0.000000  1   -0.143329622388E-03                     
+AS R22  2009  4  1  9 20  0.000000  1   -0.201552094081E-03                     
+AS R23  2009  4  1  9 20  0.000000  1   -0.200354231097E-03                     
+AR ALGO 2009  4  1  9 20  0.000000  1    0.807912770340E-04                     
+AR ALIC 2009  4  1  9 20  0.000000  1    0.632525762831E-08                     
+AR AMC2 2009  4  1  9 20  0.000000  1    0.173508867035E-08                     
+AR ANKR 2009  4  1  9 20  0.000000  1   -0.650728407264E-04                     
+AR ARTU 2009  4  1  9 20  0.000000  1   -0.863251305080E-07                     
+AR ASPA 2009  4  1  9 20  0.000000  1    0.280017546302E-07                     
+AR BHR1 2009  4  1  9 20  0.000000  1    0.563383544282E-03                     
+AR BARH 2009  4  1  9 20  0.000000  1   -0.127571820783E-08                     
+AR BJFS 2009  4  1  9 20  0.000000  1   -0.385306567012E-07                     
+AR BOGT 2009  4  1  9 20  0.000000  1   -0.356027632918E-07                     
+AR BRMU 2009  4  1  9 20  0.000000  1   -0.110720907197E-04                     
+AR CAGZ 2009  4  1  9 20  0.000000  1   -0.369316316491E-03                     
+AR CAS1 2009  4  1  9 20  0.000000  1    0.666697946709E-08                     
+AR CHAT 2009  4  1  9 20  0.000000  1   -0.452902023990E-07                     
+AR CHPI 2009  4  1  9 20  0.000000  1   -0.654732379460E-07                     
+AR COCO 2009  4  1  9 20  0.000000  1    0.227616242661E-03                     
+AR CONZ 2009  4  1  9 20  0.000000  1   -0.179140729253E-03                     
+AR CRAR 2009  4  1  9 20  0.000000  1   -0.286888757149E-03                     
+AR CRO1 2009  4  1  9 20  0.000000  1    0.665104741892E-03                     
+AR DAEJ 2009  4  1  9 20  0.000000  1   -0.196573332513E-03                     
+AR DARW 2009  4  1  9 20  0.000000  1    0.121532836427E-08                     
+AR DGAR 2009  4  1  9 20  0.000000  1   -0.101518427231E-06                     
+AR DRAO 2009  4  1  9 20  0.000000  1    0.113195363276E-03                     
+AR FAA1 2009  4  1  9 20  0.000000  1   -0.161285804574E-07                     
+AR FAIR 2009  4  1  9 20  0.000000  1   -0.567442357462E-07                     
+AR GLPS 2009  4  1  9 20  0.000000  1   -0.427537841460E-07                     
+AR GUAM 2009  4  1  9 20  0.000000  1   -0.772401670943E-07                     
+AR GUAT 2009  4  1  9 20  0.000000  1    0.313507940367E-08                     
+AR HOB2 2009  4  1  9 20  0.000000  1    0.873552980007E-07                     
+AR HOFN 2009  4  1  9 20  0.000000  1   -0.210394849833E-03                     
+AR HOLM 2009  4  1  9 20  0.000000  1   -0.520812616965E-07                     
+AR HRAO 2009  4  1  9 20  0.000000  1    0.849462384646E-03                     
+AR HYDE 2009  4  1  9 20  0.000000  1   -0.361023405962E-09                     
+AR IRKJ 2009  4  1  9 20  0.000000  1    0.163747256146E-03                     
+AR ISPA 2009  4  1  9 20  0.000000  1   -0.519642535474E-07                     
+AR KARR 2009  4  1  9 20  0.000000  1   -0.622407474397E-07                     
+AR KERG 2009  4  1  9 20  0.000000  1    0.817503606710E-03                     
+AR KHAJ 2009  4  1  9 20  0.000000  1   -0.150757311623E-05                     
+AR KIR0 2009  4  1  9 20  0.000000  1    0.283332760996E-03                     
+AR KIRU 2009  4  1  9 20  0.000000  1    0.591379663670E-03                     
+AR KOUR 2009  4  1  9 20  0.000000  1    0.125014161869E-03                     
+AR KUNM 2009  4  1  9 20  0.000000  1    0.608209311001E-07                     
+AR LHAZ 2009  4  1  9 20  0.000000  1    0.206834698126E-03                     
+AR MAL2 2009  4  1  9 20  0.000000  1    0.660134312973E-09                     
+AR MAS1 2009  4  1  9 20  0.000000  1   -0.101607481061E-03                     
+AR MAW1 2009  4  1  9 20  0.000000  1    0.242124470084E-08                     
+AR MCIL 2009  4  1  9 20  0.000000  1    0.214917383108E-07                     
+AR MCM4 2009  4  1  9 20  0.000000  1   -0.546492614168E-07                     
+AR MDO1 2009  4  1  9 20  0.000000  1   -0.463220581030E-07                     
+AR MDVJ 2009  4  1  9 20  0.000000  1    0.438552621087E-03                     
+AR MKEA 2009  4  1  9 20  0.000000  1   -0.449178540249E-07                     
+AR MOBS 2009  4  1  9 20  0.000000  1    0.130280303786E-08                     
+AR NANO 2009  4  1  9 20  0.000000  1    0.232116342713E-08                     
+AR NLIB 2009  4  1  9 20  0.000000  1   -0.117334768808E-06                     
+AR NNOR 2009  4  1  9 20  0.000000  1    0.365797740008E-03                     
+AR NRC1 2009  4  1  9 20  0.000000  1   -0.448668013458E-05                     
+AR NRIL 2009  4  1  9 20  0.000000  1   -0.520950091201E-07                     
+AR NRMD 2009  4  1  9 20  0.000000  1    0.206349303393E-07                     
+AR NTUS 2009  4  1  9 20  0.000000  1   -0.260392812547E-08                     
+AR NYAL 2009  4  1  9 20  0.000000  1    0.939865947289E-07                     
+AR OHI3 2009  4  1  9 20  0.000000  1   -0.299329950595E-03                     
+AR ONSA 2009  4  1  9 20  0.000000  1   -0.324765914850E-04                     
+AR PDEL 2009  4  1  9 20  0.000000  1    0.218322087462E-08                     
+AR PERT 2009  4  1  9 20  0.000000  1   -0.633599577205E-07                     
+AR PETP 2009  4  1  9 20  0.000000  1   -0.638653478139E-07                     
+AR PIMO 2009  4  1  9 20  0.000000  1   -0.650494861485E-07                     
+AR QAQ1 2009  4  1  9 20  0.000000  1   -0.651492618244E-07                     
+AR QUIN 2009  4  1  9 20  0.000000  1   -0.515118384564E-07                     
+AR RABT 2009  4  1  9 20  0.000000  1   -0.519399470203E-07                     
+AR RAMO 2009  4  1  9 20  0.000000  1    0.143586190995E-07                     
+AR RCMN 2009  4  1  9 20  0.000000  1    0.101550859933E-07                     
+AR REDU 2009  4  1  9 20  0.000000  1   -0.491990830536E-07                     
+AR REUN 2009  4  1  9 20  0.000000  1    0.319264734981E-07                     
+AR REYK 2009  4  1  9 20  0.000000  1    0.254523586314E-03                     
+AR SCH2 2009  4  1  9 20  0.000000  1    0.188457406456E-03                     
+AR SCUB 2009  4  1  9 20  0.000000  1   -0.594782368885E-07                     
+AR STJO 2009  4  1  9 20  0.000000  1   -0.703170174435E-05                     
+AR SYDN 2009  4  1  9 20  0.000000  1    0.141153275678E-05                     
+AR SYOG 2009  4  1  9 20  0.000000  1    0.140095188084E-04                     
+AR THU2 2009  4  1  9 20  0.000000  1   -0.465694887578E-03                     
+AR TOW2 2009  4  1  9 20  0.000000  1   -0.488245105572E-08                     
+AR URUM 2009  4  1  9 20  0.000000  1    0.180751232444E-03                     
+AR VESL 2009  4  1  9 20  0.000000  1    0.400718400948E-03                     
+AR VILL 2009  4  1  9 20  0.000000  1   -0.596309717035E-07                     
+AR WTZR 2009  4  1  9 20  0.000000  1    0.450459229571E-07                     
+AR WUHN 2009  4  1  9 20  0.000000  1   -0.425243175173E-07                     
+AR YSSK 2009  4  1  9 20  0.000000  1   -0.622202111881E-07                     
+AR ZIM2 2009  4  1  9 20  0.000000  1    0.286888198853E-07                     
+AR XMIS 2009  4  1  9 20  0.000000  1   -0.207222504002E-08                     
+AR GODZ 2009  4  1  9 20  0.000000  1   -0.469121392034E-03                     
+AR MTKA 2009  4  1  9 20  0.000000  1   -0.758195992919E-07                     
+AR TIXJ 2009  4  1  9 20  0.000000  1    0.261226615540E-03                     
+AR PARK 2009  4  1  9 20  0.000000  1    0.805126143807E-06                     
+AR UNBJ 2009  4  1  9 20  0.000000  1    0.500850092736E-03                     
+AR NOVM 2009  4  1  9 20  0.000000  1    0.798333275008E-04                     
+AR SUNM 2009  4  1  9 20  0.000000  1    0.367472083891E-03                     
+AR CEBR 2009  4  1  9 20  0.000000  1    0.719431646754E-03                     
+AR CPXF 2009  4  1  9 20  0.000000  1    0.650990760928E-08                     
+AR IDDR 2009  4  1  9 20  0.000000  1    0.959619906937E-08                     
+AR AZGB 2009  4  1  9 20  0.000000  1   -0.270747603105E-03                     
+AR TN22 2009  4  1  9 20  0.000000  1   -0.205253453373E-03                     
+AR ETAD 2009  4  1  9 20  0.000000  1    0.288843671248E-07                     
+AR ILHA 2009  4  1  9 20  0.000000  1    0.130257938737E-08                     
+AR POVE 2009  4  1  9 20  0.000000  1    0.708751442880E-09                     
+AR RECF 2009  4  1  9 20  0.000000  1    0.136622999649E-07                     
+AR SALU 2009  4  1  9 20  0.000000  1    0.241906074262E-07                     
+AR SAVO 2009  4  1  9 20  0.000000  1    0.151286780843E-07                     
+AR UFPR 2009  4  1  9 20  0.000000  1    0.213655868594E-07                     
+AR YELL 2009  4  1  9 20  0.000000  1    0.241046000000E-06                     
+AS G32  2009  4  1  9 25  0.000000  1    0.280224867558E-03                     
+AS G24  2009  4  1  9 25  0.000000  1    0.177800876885E-03                     
+AS G25  2009  4  1  9 25  0.000000  1    0.334329261673E-03                     
+AS G26  2009  4  1  9 25  0.000000  1    0.544363159350E-04                     
+AS G27  2009  4  1  9 25  0.000000  1    0.371061519342E-04                     
+AS G30  2009  4  1  9 25  0.000000  1    0.136234590095E-03                     
+AS G03  2009  4  1  9 25  0.000000  1    0.373419764257E-03                     
+AS G04  2009  4  1  9 25  0.000000  1   -0.345662433560E-04                     
+AS G06  2009  4  1  9 25  0.000000  1    0.600494838692E-04                     
+AS G08  2009  4  1  9 25  0.000000  1   -0.196528253398E-03                     
+AS G09  2009  4  1  9 25  0.000000  1    0.484374641064E-04                     
+AS G10  2009  4  1  9 25  0.000000  1   -0.136190332493E-04                     
+AS G14  2009  4  1  9 25  0.000000  1   -0.132447524466E-03                     
+AS G13  2009  4  1  9 25  0.000000  1    0.293253450362E-03                     
+AS G28  2009  4  1  9 25  0.000000  1   -0.238301042797E-04                     
+AS G21  2009  4  1  9 25  0.000000  1    0.215435308401E-04                     
+AS G11  2009  4  1  9 25  0.000000  1    0.276243414222E-05                     
+AS G22  2009  4  1  9 25  0.000000  1    0.202432638135E-03                     
+AS G20  2009  4  1  9 25  0.000000  1    0.865677776876E-04                     
+AS G18  2009  4  1  9 25  0.000000  1   -0.695543335993E-04                     
+AS G16  2009  4  1  9 25  0.000000  1    0.630274362502E-04                     
+AS G19  2009  4  1  9 25  0.000000  1    0.293649849186E-04                     
+AS G23  2009  4  1  9 25  0.000000  1    0.388984126268E-03                     
+AS G02  2009  4  1  9 25  0.000000  1    0.153934701242E-03                     
+AS G31  2009  4  1  9 25  0.000000  1   -0.564627514306E-04                     
+AS G17  2009  4  1  9 25  0.000000  1    0.524246318911E-04                     
+AS G12  2009  4  1  9 25  0.000000  1   -0.299568684744E-03                     
+AS G15  2009  4  1  9 25  0.000000  1   -0.275968556163E-03                     
+AS G29  2009  4  1  9 25  0.000000  1    0.481710166610E-05                     
+AS G07  2009  4  1  9 25  0.000000  1    0.209843147570E-04                     
+AS R02  2009  4  1  9 25  0.000000  1    0.206809797848E-04                     
+AS R03  2009  4  1  9 25  0.000000  1   -0.342518822324E-04                     
+AS R04  2009  4  1  9 25  0.000000  1    0.638813823835E-04                     
+AS R06  2009  4  1  9 25  0.000000  1   -0.169255913214E-03                     
+AS R07  2009  4  1  9 25  0.000000  1   -0.892148956986E-04                     
+AS R08  2009  4  1  9 25  0.000000  1   -0.102003851878E-03                     
+AS R10  2009  4  1  9 25  0.000000  1   -0.140844464841E-03                     
+AS R11  2009  4  1  9 25  0.000000  1   -0.926201050280E-04                     
+AS R13  2009  4  1  9 25  0.000000  1   -0.230632718352E-03                     
+AS R14  2009  4  1  9 25  0.000000  1   -0.796387145935E-04                     
+AS R15  2009  4  1  9 25  0.000000  1    0.921027338163E-04                     
+AS R17  2009  4  1  9 25  0.000000  1   -0.261255540399E-03                     
+AS R18  2009  4  1  9 25  0.000000  1   -0.134740637628E-05                     
+AS R19  2009  4  1  9 25  0.000000  1   -0.894134233371E-04                     
+AS R20  2009  4  1  9 25  0.000000  1   -0.650106084529E-04                     
+AS R21  2009  4  1  9 25  0.000000  1   -0.143329960566E-03                     
+AS R22  2009  4  1  9 25  0.000000  1   -0.201553028474E-03                     
+AS R23  2009  4  1  9 25  0.000000  1   -0.200352705756E-03                     
+AR ALGO 2009  4  1  9 25  0.000000  1    0.807957638362E-04                     
+AR ALIC 2009  4  1  9 25  0.000000  1    0.592606288334E-08                     
+AR AMC2 2009  4  1  9 25  0.000000  1    0.174844022344E-08                     
+AR ANKR 2009  4  1  9 25  0.000000  1    0.209610672989E-05                     
+AR ARTU 2009  4  1  9 25  0.000000  1   -0.799642813030E-07                     
+AR ASPA 2009  4  1  9 25  0.000000  1    0.225804142529E-07                     
+AR BHR1 2009  4  1  9 25  0.000000  1    0.563383573809E-03                     
+AR BARH 2009  4  1  9 25  0.000000  1   -0.219551533733E-08                     
+AR BJFS 2009  4  1  9 25  0.000000  1   -0.378971646699E-07                     
+AR BOGT 2009  4  1  9 25  0.000000  1   -0.356260790959E-07                     
+AR BRMU 2009  4  1  9 25  0.000000  1    0.485412539054E-03                     
+AR CAGZ 2009  4  1  9 25  0.000000  1   -0.145769033145E-03                     
+AR CAS1 2009  4  1  9 25  0.000000  1   -0.213474545589E-08                     
+AR CHAT 2009  4  1  9 25  0.000000  1   -0.444880989419E-07                     
+AR CHPI 2009  4  1  9 25  0.000000  1   -0.648097670694E-07                     
+AR COCO 2009  4  1  9 25  0.000000  1    0.227616797838E-03                     
+AR CONZ 2009  4  1  9 25  0.000000  1   -0.307179653472E-03                     
+AR CRAR 2009  4  1  9 25  0.000000  1   -0.312204094363E-03                     
+AR CRO1 2009  4  1  9 25  0.000000  1    0.665104796780E-03                     
+AR DAEJ 2009  4  1  9 25  0.000000  1   -0.196573793744E-03                     
+AR DARW 2009  4  1  9 25  0.000000  1    0.934354794551E-10                     
+AR DGAR 2009  4  1  9 25  0.000000  1   -0.103029300304E-06                     
+AR DRAO 2009  4  1  9 25  0.000000  1    0.113232164801E-03                     
+AR FAA1 2009  4  1  9 25  0.000000  1   -0.150769930748E-07                     
+AR FAIR 2009  4  1  9 25  0.000000  1   -0.567599189207E-07                     
+AR GLPS 2009  4  1  9 25  0.000000  1   -0.440500247099E-07                     
+AR GUAM 2009  4  1  9 25  0.000000  1   -0.781609933747E-07                     
+AR GUAT 2009  4  1  9 25  0.000000  1    0.231909576823E-08                     
+AR HOB2 2009  4  1  9 25  0.000000  1    0.873995390760E-07                     
+AR HOFN 2009  4  1  9 25  0.000000  1   -0.132408124782E-03                     
+AR HOLM 2009  4  1  9 25  0.000000  1   -0.498138000063E-07                     
+AR HRAO 2009  4  1  9 25  0.000000  1    0.849462471584E-03                     
+AR HYDE 2009  4  1  9 25  0.000000  1    0.328061511120E-09                     
+AR IRKJ 2009  4  1  9 25  0.000000  1    0.163747270874E-03                     
+AR ISPA 2009  4  1  9 25  0.000000  1   -0.564950528473E-07                     
+AR KARR 2009  4  1  9 25  0.000000  1   -0.584905219454E-07                     
+AR KERG 2009  4  1  9 25  0.000000  1    0.817503700437E-03                     
+AR KHAJ 2009  4  1  9 25  0.000000  1   -0.150755631627E-05                     
+AR KIR0 2009  4  1  9 25  0.000000  1    0.283326004589E-03                     
+AR KIRU 2009  4  1  9 25  0.000000  1    0.591378689051E-03                     
+AR KOUR 2009  4  1  9 25  0.000000  1    0.125014174195E-03                     
+AR KUNM 2009  4  1  9 25  0.000000  1    0.636181416533E-07                     
+AR LHAZ 2009  4  1  9 25  0.000000  1    0.220354880602E-03                     
+AR MAL2 2009  4  1  9 25  0.000000  1    0.493243467540E-09                     
+AR MAS1 2009  4  1  9 25  0.000000  1   -0.101607591195E-03                     
+AR MAW1 2009  4  1  9 25  0.000000  1   -0.361759327188E-08                     
+AR MCIL 2009  4  1  9 25  0.000000  1    0.244158990189E-07                     
+AR MCM4 2009  4  1  9 25  0.000000  1   -0.636242238950E-07                     
+AR MDO1 2009  4  1  9 25  0.000000  1   -0.449600489690E-07                     
+AR MDVJ 2009  4  1  9 25  0.000000  1    0.438552623047E-03                     
+AR MKEA 2009  4  1  9 25  0.000000  1   -0.442238928670E-07                     
+AR MOBS 2009  4  1  9 25  0.000000  1    0.721035909836E-10                     
+AR NANO 2009  4  1  9 25  0.000000  1    0.278244346369E-08                     
+AR NLIB 2009  4  1  9 25  0.000000  1   -0.117332374605E-06                     
+AR NNOR 2009  4  1  9 25  0.000000  1    0.365797609946E-03                     
+AR NRC1 2009  4  1  9 25  0.000000  1   -0.448664761445E-05                     
+AR NRIL 2009  4  1  9 25  0.000000  1   -0.493984065153E-07                     
+AR NRMD 2009  4  1  9 25  0.000000  1    0.202346100428E-07                     
+AR NTUS 2009  4  1  9 25  0.000000  1   -0.269627851563E-08                     
+AR NYAL 2009  4  1  9 25  0.000000  1    0.940158188608E-07                     
+AR OHI3 2009  4  1  9 25  0.000000  1   -0.192779516385E-03                     
+AR ONSA 2009  4  1  9 25  0.000000  1   -0.324766248675E-04                     
+AR PDEL 2009  4  1  9 25  0.000000  1    0.207819857967E-08                     
+AR PERT 2009  4  1  9 25  0.000000  1   -0.656605999947E-07                     
+AR PETP 2009  4  1  9 25  0.000000  1   -0.660191838889E-07                     
+AR PIMO 2009  4  1  9 25  0.000000  1   -0.646580742793E-07                     
+AR QAQ1 2009  4  1  9 25  0.000000  1   -0.629259330880E-07                     
+AR QUIN 2009  4  1  9 25  0.000000  1   -0.526117518206E-07                     
+AR RABT 2009  4  1  9 25  0.000000  1   -0.522889524976E-07                     
+AR RAMO 2009  4  1  9 25  0.000000  1    0.929173097961E-07                     
+AR RCMN 2009  4  1  9 25  0.000000  1    0.864066482321E-08                     
+AR REDU 2009  4  1  9 25  0.000000  1   -0.500134369801E-07                     
+AR REUN 2009  4  1  9 25  0.000000  1    0.348122896336E-07                     
+AR REYK 2009  4  1  9 25  0.000000  1    0.271463195824E-03                     
+AR SCH2 2009  4  1  9 25  0.000000  1    0.188472477802E-03                     
+AR SCUB 2009  4  1  9 25  0.000000  1   -0.597884762886E-07                     
+AR STJO 2009  4  1  9 25  0.000000  1   -0.703198786407E-05                     
+AR SYDN 2009  4  1  9 25  0.000000  1    0.141147532984E-05                     
+AR SYOG 2009  4  1  9 25  0.000000  1    0.140097296070E-04                     
+AR THU2 2009  4  1  9 25  0.000000  1   -0.467697079631E-03                     
+AR TOW2 2009  4  1  9 25  0.000000  1   -0.505427653689E-08                     
+AR URUM 2009  4  1  9 25  0.000000  1    0.101970087970E-03                     
+AR VESL 2009  4  1  9 25  0.000000  1    0.439363355495E-03                     
+AR VILL 2009  4  1  9 25  0.000000  1   -0.592132611753E-07                     
+AR WTZR 2009  4  1  9 25  0.000000  1    0.450622889331E-07                     
+AR WUHN 2009  4  1  9 25  0.000000  1   -0.438130441047E-07                     
+AR YSSK 2009  4  1  9 25  0.000000  1   -0.644686706082E-07                     
+AR ZIM2 2009  4  1  9 25  0.000000  1    0.297706359387E-07                     
+AR XMIS 2009  4  1  9 25  0.000000  1   -0.322472721846E-08                     
+AR GODZ 2009  4  1  9 25  0.000000  1   -0.469121353661E-03                     
+AR MTKA 2009  4  1  9 25  0.000000  1   -0.758310647102E-07                     
+AR TIXJ 2009  4  1  9 25  0.000000  1    0.253688284513E-03                     
+AR PARK 2009  4  1  9 25  0.000000  1    0.805244263687E-06                     
+AR UNBJ 2009  4  1  9 25  0.000000  1    0.427806919205E-03                     
+AR NOVM 2009  4  1  9 25  0.000000  1    0.798332105658E-04                     
+AR SUNM 2009  4  1  9 25  0.000000  1    0.211516224220E-03                     
+AR CEBR 2009  4  1  9 25  0.000000  1    0.719431657207E-03                     
+AR CPXF 2009  4  1  9 25  0.000000  1    0.719474025389E-08                     
+AR IDDR 2009  4  1  9 25  0.000000  1    0.124368901563E-07                     
+AR AZGB 2009  4  1  9 25  0.000000  1   -0.410150088067E-03                     
+AR TN22 2009  4  1  9 25  0.000000  1   -0.285823120143E-03                     
+AR ETAD 2009  4  1  9 25  0.000000  1    0.291183347612E-07                     
+AR ILHA 2009  4  1  9 25  0.000000  1    0.102441588187E-08                     
+AR POVE 2009  4  1  9 25  0.000000  1    0.135708674834E-08                     
+AR RECF 2009  4  1  9 25  0.000000  1    0.147910453973E-07                     
+AR SALU 2009  4  1  9 25  0.000000  1    0.252670737439E-07                     
+AR SAVO 2009  4  1  9 25  0.000000  1    0.143653002675E-07                     
+AR UFPR 2009  4  1  9 25  0.000000  1    0.190893745791E-07                     
+AR YELL 2009  4  1  9 25  0.000000  1    0.241116000000E-06                     
+AS G32  2009  4  1  9 30  0.000000  1    0.280223405355E-03                     
+AS G24  2009  4  1  9 30  0.000000  1    0.177801797424E-03                     
+AS G25  2009  4  1  9 30  0.000000  1    0.334335844503E-03                     
+AS G26  2009  4  1  9 30  0.000000  1    0.544372676926E-04                     
+AS G27  2009  4  1  9 30  0.000000  1    0.371082380114E-04                     
+AS G30  2009  4  1  9 30  0.000000  1    0.136234781429E-03                     
+AS G03  2009  4  1  9 30  0.000000  1    0.373420858414E-03                     
+AS G04  2009  4  1  9 30  0.000000  1   -0.345706088938E-04                     
+AS G06  2009  4  1  9 30  0.000000  1    0.600547701228E-04                     
+AS G08  2009  4  1  9 30  0.000000  1   -0.196528681199E-03                     
+AS G09  2009  4  1  9 30  0.000000  1    0.484371091028E-04                     
+AS G10  2009  4  1  9 30  0.000000  1   -0.136194490937E-04                     
+AS G14  2009  4  1  9 30  0.000000  1   -0.132445818913E-03                     
+AS G13  2009  4  1  9 30  0.000000  1    0.293253793123E-03                     
+AS G28  2009  4  1  9 30  0.000000  1   -0.238299784301E-04                     
+AS G21  2009  4  1  9 30  0.000000  1    0.215432532174E-04                     
+AS G11  2009  4  1  9 30  0.000000  1    0.276203058600E-05                     
+AS G22  2009  4  1  9 30  0.000000  1    0.202432370705E-03                     
+AS G20  2009  4  1  9 30  0.000000  1    0.865676756488E-04                     
+AS G18  2009  4  1  9 30  0.000000  1   -0.695534568998E-04                     
+AS G16  2009  4  1  9 30  0.000000  1    0.630263004617E-04                     
+AS G19  2009  4  1  9 30  0.000000  1    0.293648994308E-04                     
+AS G23  2009  4  1  9 30  0.000000  1    0.388984322330E-03                     
+AS G02  2009  4  1  9 30  0.000000  1    0.153934598155E-03                     
+AS G31  2009  4  1  9 30  0.000000  1   -0.564631564045E-04                     
+AS G17  2009  4  1  9 30  0.000000  1    0.524253177337E-04                     
+AS G12  2009  4  1  9 30  0.000000  1   -0.299567347201E-03                     
+AS G15  2009  4  1  9 30  0.000000  1   -0.275969953103E-03                     
+AS G29  2009  4  1  9 30  0.000000  1    0.481837981509E-05                     
+AS G07  2009  4  1  9 30  0.000000  1    0.209844515759E-04                     
+AS R02  2009  4  1  9 30  0.000000  1    0.206799563159E-04                     
+AS R03  2009  4  1  9 30  0.000000  1   -0.342530001675E-04                     
+AS R04  2009  4  1  9 30  0.000000  1    0.638792547738E-04                     
+AS R06  2009  4  1  9 30  0.000000  1   -0.169258918833E-03                     
+AS R07  2009  4  1  9 30  0.000000  1   -0.892135875791E-04                     
+AS R08  2009  4  1  9 30  0.000000  1   -0.102003600965E-03                     
+AS R10  2009  4  1  9 30  0.000000  1   -0.140844148158E-03                     
+AS R11  2009  4  1  9 30  0.000000  1   -0.926201767599E-04                     
+AS R13  2009  4  1  9 30  0.000000  1   -0.230632812885E-03                     
+AS R14  2009  4  1  9 30  0.000000  1   -0.796376846872E-04                     
+AS R15  2009  4  1  9 30  0.000000  1    0.921029467951E-04                     
+AS R17  2009  4  1  9 30  0.000000  1   -0.261255780669E-03                     
+AS R18  2009  4  1  9 30  0.000000  1   -0.134749806820E-05                     
+AS R19  2009  4  1  9 30  0.000000  1   -0.894135394594E-04                     
+AS R20  2009  4  1  9 30  0.000000  1   -0.650110890636E-04                     
+AS R21  2009  4  1  9 30  0.000000  1   -0.143329889223E-03                     
+AS R22  2009  4  1  9 30  0.000000  1   -0.201553694640E-03                     
+AS R23  2009  4  1  9 30  0.000000  1   -0.200350749418E-03                     
+AR ALGO 2009  4  1  9 30  0.000000  1    0.808001067998E-04                     
+AR ALIC 2009  4  1  9 30  0.000000  1    0.105003038944E-07                     
+AR AMC2 2009  4  1  9 30  0.000000  1    0.176804195543E-08                     
+AR ANKR 2009  4  1  9 30  0.000000  1    0.692650671455E-04                     
+AR ARTU 2009  4  1  9 30  0.000000  1   -0.790790971418E-07                     
+AR ASPA 2009  4  1  9 30  0.000000  1    0.246407436795E-07                     
+AR BHR1 2009  4  1  9 30  0.000000  1    0.563383609872E-03                     
+AR BARH 2009  4  1  9 30  0.000000  1   -0.204677763908E-08                     
+AR BJFS 2009  4  1  9 30  0.000000  1   -0.399290122215E-07                     
+AR BOGT 2009  4  1  9 30  0.000000  1   -0.349699937580E-07                     
+AR BRMU 2009  4  1  9 30  0.000000  1   -0.188713283182E-04                     
+AR CAGZ 2009  4  1  9 30  0.000000  1    0.777792083095E-04                     
+AR CAS1 2009  4  1  9 30  0.000000  1    0.613399274760E-08                     
+AR CHAT 2009  4  1  9 30  0.000000  1   -0.434556653653E-07                     
+AR CHPI 2009  4  1  9 30  0.000000  1   -0.653366730445E-07                     
+AR COCO 2009  4  1  9 30  0.000000  1    0.227617005599E-03                     
+AR CONZ 2009  4  1  9 30  0.000000  1   -0.435082955858E-03                     
+AR CRAR 2009  4  1  9 30  0.000000  1   -0.337514119185E-03                     
+AR CRO1 2009  4  1  9 30  0.000000  1    0.665104799473E-03                     
+AR DAEJ 2009  4  1  9 30  0.000000  1   -0.196574024901E-03                     
+AR DARW 2009  4  1  9 30  0.000000  1    0.227847811980E-08                     
+AR DGAR 2009  4  1  9 30  0.000000  1   -0.105737750521E-06                     
+AR DRAO 2009  4  1  9 30  0.000000  1    0.113269088695E-03                     
+AR FAA1 2009  4  1  9 30  0.000000  1   -0.151689235691E-07                     
+AR FAIR 2009  4  1  9 30  0.000000  1   -0.481368673447E-07                     
+AR GLPS 2009  4  1  9 30  0.000000  1   -0.453947122572E-07                     
+AR GUAM 2009  4  1  9 30  0.000000  1   -0.792008176622E-07                     
+AR GUAT 2009  4  1  9 30  0.000000  1    0.418073848297E-09                     
+AR HOB2 2009  4  1  9 30  0.000000  1    0.874478577903E-07                     
+AR HOFN 2009  4  1  9 30  0.000000  1   -0.544235011053E-04                     
+AR HOLM 2009  4  1  9 30  0.000000  1   -0.498464977916E-07                     
+AR HRAO 2009  4  1  9 30  0.000000  1    0.849462557116E-03                     
+AR HYDE 2009  4  1  9 30  0.000000  1   -0.224014510900E-08                     
+AR IRKJ 2009  4  1  9 30  0.000000  1    0.163747287547E-03                     
+AR ISPA 2009  4  1  9 30  0.000000  1   -0.567442113920E-07                     
+AR KARR 2009  4  1  9 30  0.000000  1   -0.604814453491E-07                     
+AR KERG 2009  4  1  9 30  0.000000  1    0.817503471396E-03                     
+AR KHAJ 2009  4  1  9 30  0.000000  1   -0.150753393188E-05                     
+AR KIR0 2009  4  1  9 30  0.000000  1    0.283319259256E-03                     
+AR KIRU 2009  4  1  9 30  0.000000  1    0.591375976011E-03                     
+AR KOUR 2009  4  1  9 30  0.000000  1    0.125014203082E-03                     
+AR KUNM 2009  4  1  9 30  0.000000  1    0.593019013115E-07                     
+AR LHAZ 2009  4  1  9 30  0.000000  1    0.233614386236E-03                     
+AR MAL2 2009  4  1  9 30  0.000000  1    0.596589300817E-08                     
+AR MAS1 2009  4  1  9 30  0.000000  1   -0.101607703989E-03                     
+AR MAW1 2009  4  1  9 30  0.000000  1   -0.136548601608E-08                     
+AR MCIL 2009  4  1  9 30  0.000000  1    0.250237707109E-07                     
+AR MCM4 2009  4  1  9 30  0.000000  1   -0.612056278679E-07                     
+AR MDO1 2009  4  1  9 30  0.000000  1   -0.460538641267E-07                     
+AR MDVJ 2009  4  1  9 30  0.000000  1    0.438552634133E-03                     
+AR MKEA 2009  4  1  9 30  0.000000  1   -0.420710551701E-07                     
+AR MOBS 2009  4  1  9 30  0.000000  1    0.184796925780E-09                     
+AR NANO 2009  4  1  9 30  0.000000  1    0.207763627035E-08                     
+AR NLIB 2009  4  1  9 30  0.000000  1   -0.117324107863E-06                     
+AR NNOR 2009  4  1  9 30  0.000000  1    0.365797452054E-03                     
+AR NRC1 2009  4  1  9 30  0.000000  1   -0.448660149035E-05                     
+AR NRIL 2009  4  1  9 30  0.000000  1   -0.482578769696E-07                     
+AR NRMD 2009  4  1  9 30  0.000000  1    0.197443419505E-07                     
+AR NTUS 2009  4  1  9 30  0.000000  1   -0.388116987362E-08                     
+AR NYAL 2009  4  1  9 30  0.000000  1    0.940493300168E-07                     
+AR OHI3 2009  4  1  9 30  0.000000  1   -0.866620565590E-04                     
+AR ONSA 2009  4  1  9 30  0.000000  1   -0.324766607253E-04                     
+AR PDEL 2009  4  1  9 30  0.000000  1    0.367855583919E-08                     
+AR PERT 2009  4  1  9 30  0.000000  1   -0.657987204002E-07                     
+AR PETP 2009  4  1  9 30  0.000000  1   -0.682428764225E-07                     
+AR PIMO 2009  4  1  9 30  0.000000  1   -0.658206520254E-07                     
+AR QAQ1 2009  4  1  9 30  0.000000  1   -0.623429751221E-07                     
+AR QUIN 2009  4  1  9 30  0.000000  1   -0.534861327813E-07                     
+AR RABT 2009  4  1  9 30  0.000000  1   -0.433910166616E-07                     
+AR RAMO 2009  4  1  9 30  0.000000  1    0.355299790302E-08                     
+AR RCMN 2009  4  1  9 30  0.000000  1    0.865967647950E-08                     
+AR REDU 2009  4  1  9 30  0.000000  1   -0.530776616313E-07                     
+AR REUN 2009  4  1  9 30  0.000000  1    0.374230712557E-07                     
+AR REYK 2009  4  1  9 30  0.000000  1    0.288244214495E-03                     
+AR SCH2 2009  4  1  9 30  0.000000  1    0.188487287226E-03                     
+AR SCUB 2009  4  1  9 30  0.000000  1   -0.520207736755E-07                     
+AR STJO 2009  4  1  9 30  0.000000  1   -0.703226706287E-05                     
+AR SYDN 2009  4  1  9 30  0.000000  1    0.141145484745E-05                     
+AR SYOG 2009  4  1  9 30  0.000000  1    0.140100190736E-04                     
+AR THU2 2009  4  1  9 30  0.000000  1   -0.469699190512E-03                     
+AR TOW2 2009  4  1  9 30  0.000000  1   -0.559691277404E-08                     
+AR URUM 2009  4  1  9 30  0.000000  1    0.233195894860E-04                     
+AR VESL 2009  4  1  9 30  0.000000  1    0.478036613084E-03                     
+AR VILL 2009  4  1  9 30  0.000000  1   -0.599797906324E-07                     
+AR WTZR 2009  4  1  9 30  0.000000  1    0.450758270611E-07                     
+AR WUHN 2009  4  1  9 30  0.000000  1   -0.446775111058E-07                     
+AR YSSK 2009  4  1  9 30  0.000000  1   -0.651148723433E-07                     
+AR ZIM2 2009  4  1  9 30  0.000000  1    0.306034950900E-07                     
+AR XMIS 2009  4  1  9 30  0.000000  1   -0.446168171312E-08                     
+AR GODZ 2009  4  1  9 30  0.000000  1   -0.469121335459E-03                     
+AR MTKA 2009  4  1  9 30  0.000000  1   -0.791216167023E-07                     
+AR TIXJ 2009  4  1  9 30  0.000000  1    0.246635529152E-03                     
+AR PARK 2009  4  1  9 30  0.000000  1    0.805444146601E-06                     
+AR UNBJ 2009  4  1  9 30  0.000000  1    0.354737810265E-03                     
+AR NOVM 2009  4  1  9 30  0.000000  1    0.798334027755E-04                     
+AR SUNM 2009  4  1  9 30  0.000000  1    0.553808390457E-04                     
+AR CEBR 2009  4  1  9 30  0.000000  1    0.719431652685E-03                     
+AR CPXF 2009  4  1  9 30  0.000000  1    0.582453642692E-08                     
+AR IDDR 2009  4  1  9 30  0.000000  1    0.110371709075E-07                     
+AR AZGB 2009  4  1  9 30  0.000000  1    0.450425774343E-03                     
+AR TN22 2009  4  1  9 30  0.000000  1   -0.366387882005E-03                     
+AR ETAD 2009  4  1  9 30  0.000000  1    0.312377045784E-07                     
+AR ILHA 2009  4  1  9 30  0.000000  1   -0.585054733160E-09                     
+AR POVE 2009  4  1  9 30  0.000000  1    0.295571984344E-08                     
+AR RECF 2009  4  1  9 30  0.000000  1    0.108618931323E-07                     
+AR SALU 2009  4  1  9 30  0.000000  1    0.236476531000E-07                     
+AR SAVO 2009  4  1  9 30  0.000000  1    0.128172712791E-07                     
+AR UFPR 2009  4  1  9 30  0.000000  1    0.194024202927E-07                     
+AR YELL 2009  4  1  9 30  0.000000  1    0.241186000000E-06                     
+AS G32  2009  4  1  9 35  0.000000  1    0.280222028821E-03                     
+AS G24  2009  4  1  9 35  0.000000  1    0.177803179807E-03                     
+AS G25  2009  4  1  9 35  0.000000  1    0.334342387858E-03                     
+AS G26  2009  4  1  9 35  0.000000  1    0.544378826030E-04                     
+AS G27  2009  4  1  9 35  0.000000  1    0.371097300679E-04                     
+AS G30  2009  4  1  9 35  0.000000  1    0.136235783162E-03                     
+AS G03  2009  4  1  9 35  0.000000  1    0.373422699584E-03                     
+AS G04  2009  4  1  9 35  0.000000  1   -0.345749545853E-04                     
+AS G06  2009  4  1  9 35  0.000000  1    0.600601340846E-04                     
+AS G08  2009  4  1  9 35  0.000000  1   -0.196528617697E-03                     
+AS G09  2009  4  1  9 35  0.000000  1    0.484378788313E-04                     
+AS G10  2009  4  1  9 35  0.000000  1   -0.136194915861E-04                     
+AS G14  2009  4  1  9 35  0.000000  1   -0.132444066870E-03                     
+AS G13  2009  4  1  9 35  0.000000  1    0.293254198812E-03                     
+AS G28  2009  4  1  9 35  0.000000  1   -0.238299208319E-04                     
+AS G21  2009  4  1  9 35  0.000000  1    0.215427011874E-04                     
+AS G11  2009  4  1  9 35  0.000000  1    0.276153992446E-05                     
+AS G22  2009  4  1  9 35  0.000000  1    0.202431897650E-03                     
+AS G20  2009  4  1  9 35  0.000000  1    0.865670462622E-04                     
+AS G18  2009  4  1  9 35  0.000000  1   -0.695524032637E-04                     
+AS G16  2009  4  1  9 35  0.000000  1    0.630255215087E-04                     
+AS G19  2009  4  1  9 35  0.000000  1    0.293643760975E-04                     
+AS G23  2009  4  1  9 35  0.000000  1    0.388984508265E-03                     
+AS G02  2009  4  1  9 35  0.000000  1    0.153934649321E-03                     
+AS G31  2009  4  1  9 35  0.000000  1   -0.564636305080E-04                     
+AS G17  2009  4  1  9 35  0.000000  1    0.524257346347E-04                     
+AS G12  2009  4  1  9 35  0.000000  1   -0.299565887168E-03                     
+AS G15  2009  4  1  9 35  0.000000  1   -0.275971253061E-03                     
+AS G29  2009  4  1  9 35  0.000000  1    0.481970751994E-05                     
+AS G07  2009  4  1  9 35  0.000000  1    0.209841081395E-04                     
+AS R02  2009  4  1  9 35  0.000000  1    0.206790435673E-04                     
+AS R03  2009  4  1  9 35  0.000000  1   -0.342542220554E-04                     
+AS R04  2009  4  1  9 35  0.000000  1    0.638759332773E-04                     
+AS R06  2009  4  1  9 35  0.000000  1   -0.169260909579E-03                     
+AS R07  2009  4  1  9 35  0.000000  1   -0.892123217706E-04                     
+AS R08  2009  4  1  9 35  0.000000  1   -0.102003085302E-03                     
+AS R10  2009  4  1  9 35  0.000000  1   -0.140844158214E-03                     
+AS R11  2009  4  1  9 35  0.000000  1   -0.926203707995E-04                     
+AS R13  2009  4  1  9 35  0.000000  1   -0.230633239142E-03                     
+AS R14  2009  4  1  9 35  0.000000  1   -0.796364830173E-04                     
+AS R15  2009  4  1  9 35  0.000000  1    0.921034784255E-04                     
+AS R17  2009  4  1  9 35  0.000000  1   -0.261256325653E-03                     
+AS R18  2009  4  1  9 35  0.000000  1   -0.134794959694E-05                     
+AS R19  2009  4  1  9 35  0.000000  1   -0.894137552776E-04                     
+AS R20  2009  4  1  9 35  0.000000  1   -0.650109156680E-04                     
+AS R21  2009  4  1  9 35  0.000000  1   -0.143330030527E-03                     
+AS R22  2009  4  1  9 35  0.000000  1   -0.201554491303E-03                     
+AS R23  2009  4  1  9 35  0.000000  1   -0.200348975736E-03                     
+AR ALGO 2009  4  1  9 35  0.000000  1    0.808045501713E-04                     
+AR ALIC 2009  4  1  9 35  0.000000  1    0.900541587300E-08                     
+AR AMC2 2009  4  1  9 35  0.000000  1    0.177893717228E-08                     
+AR ANKR 2009  4  1  9 35  0.000000  1    0.136414949358E-03                     
+AR ARTU 2009  4  1  9 35  0.000000  1   -0.777215171521E-07                     
+AR ASPA 2009  4  1  9 35  0.000000  1    0.248626118642E-07                     
+AR BHR1 2009  4  1  9 35  0.000000  1    0.563383577575E-03                     
+AR BARH 2009  4  1  9 35  0.000000  1   -0.243777401007E-08                     
+AR BJFS 2009  4  1  9 35  0.000000  1   -0.397252697836E-07                     
+AR BOGT 2009  4  1  9 35  0.000000  1   -0.368655677038E-07                     
+AR BRMU 2009  4  1  9 35  0.000000  1    0.475920165805E-03                     
+AR CAGZ 2009  4  1  9 35  0.000000  1    0.301360053488E-03                     
+AR CAS1 2009  4  1  9 35  0.000000  1    0.626833301750E-08                     
+AR CHAT 2009  4  1  9 35  0.000000  1   -0.432721526844E-07                     
+AR CHPI 2009  4  1  9 35  0.000000  1   -0.659037777065E-07                     
+AR COCO 2009  4  1  9 35  0.000000  1    0.227617347066E-03                     
+AR CONZ 2009  4  1  9 35  0.000000  1    0.437151093870E-03                     
+AR CRAR 2009  4  1  9 35  0.000000  1   -0.362830637101E-03                     
+AR CRO1 2009  4  1  9 35  0.000000  1    0.665104825655E-03                     
+AR DAEJ 2009  4  1  9 35  0.000000  1   -0.196572639766E-03                     
+AR DARW 2009  4  1  9 35  0.000000  1   -0.444921904144E-08                     
+AR DGAR 2009  4  1  9 35  0.000000  1   -0.104661409437E-06                     
+AR DRAO 2009  4  1  9 35  0.000000  1    0.113305725635E-03                     
+AR FAA1 2009  4  1  9 35  0.000000  1   -0.145061587339E-07                     
+AR FAIR 2009  4  1  9 35  0.000000  1   -0.505284403124E-07                     
+AR GLPS 2009  4  1  9 35  0.000000  1   -0.553193666556E-07                     
+AR GUAM 2009  4  1  9 35  0.000000  1   -0.802631352090E-07                     
+AR GUAT 2009  4  1  9 35  0.000000  1    0.179613950941E-08                     
+AR HOB2 2009  4  1  9 35  0.000000  1    0.874705415883E-07                     
+AR HOFN 2009  4  1  9 35  0.000000  1    0.235101676516E-04                     
+AR HOLM 2009  4  1  9 35  0.000000  1   -0.509856975351E-07                     
+AR HRAO 2009  4  1  9 35  0.000000  1    0.849462649910E-03                     
+AR HYDE 2009  4  1  9 35  0.000000  1    0.212170339602E-08                     
+AR IRKJ 2009  4  1  9 35  0.000000  1    0.163747317223E-03                     
+AR ISPA 2009  4  1  9 35  0.000000  1   -0.548576708542E-07                     
+AR KARR 2009  4  1  9 35  0.000000  1   -0.604722711057E-07                     
+AR KERG 2009  4  1  9 35  0.000000  1    0.817503225156E-03                     
+AR KHAJ 2009  4  1  9 35  0.000000  1   -0.150753416139E-05                     
+AR KIR0 2009  4  1  9 35  0.000000  1    0.283312529109E-03                     
+AR KIRU 2009  4  1  9 35  0.000000  1    0.591373182122E-03                     
+AR KOUR 2009  4  1  9 35  0.000000  1    0.125014233199E-03                     
+AR KUNM 2009  4  1  9 35  0.000000  1    0.755513266401E-07                     
+AR LHAZ 2009  4  1  9 35  0.000000  1    0.246592728007E-03                     
+AR MAL2 2009  4  1  9 35  0.000000  1    0.773901359580E-08                     
+AR MAS1 2009  4  1  9 35  0.000000  1   -0.101607858980E-03                     
+AR MAW1 2009  4  1  9 35  0.000000  1   -0.707607382862E-09                     
+AR MCIL 2009  4  1  9 35  0.000000  1    0.250277857259E-07                     
+AR MCM4 2009  4  1  9 35  0.000000  1   -0.590803427723E-07                     
+AR MDO1 2009  4  1  9 35  0.000000  1   -0.464757422328E-07                     
+AR MDVJ 2009  4  1  9 35  0.000000  1    0.438552653066E-03                     
+AR MKEA 2009  4  1  9 35  0.000000  1   -0.468960291390E-07                     
+AR MOBS 2009  4  1  9 35  0.000000  1   -0.103231463057E-08                     
+AR NANO 2009  4  1  9 35  0.000000  1    0.141597947292E-08                     
+AR NLIB 2009  4  1  9 35  0.000000  1   -0.117308168835E-06                     
+AR NNOR 2009  4  1  9 35  0.000000  1    0.365797146329E-03                     
+AR NRC1 2009  4  1  9 35  0.000000  1   -0.448657002503E-05                     
+AR NRIL 2009  4  1  9 35  0.000000  1   -0.521875545976E-07                     
+AR NRMD 2009  4  1  9 35  0.000000  1    0.171986341811E-07                     
+AR NTUS 2009  4  1  9 35  0.000000  1   -0.211577653750E-08                     
+AR NYAL 2009  4  1  9 35  0.000000  1    0.940825234118E-07                     
+AR OHI3 2009  4  1  9 35  0.000000  1    0.198883778892E-04                     
+AR ONSA 2009  4  1  9 35  0.000000  1   -0.324766803171E-04                     
+AR PDEL 2009  4  1  9 35  0.000000  1   -0.227878513213E-08                     
+AR PERT 2009  4  1  9 35  0.000000  1   -0.647391455547E-07                     
+AR PETP 2009  4  1  9 35  0.000000  1   -0.713879813136E-07                     
+AR PIMO 2009  4  1  9 35  0.000000  1   -0.661642239981E-07                     
+AR QAQ1 2009  4  1  9 35  0.000000  1   -0.605909462746E-07                     
+AR QUIN 2009  4  1  9 35  0.000000  1   -0.541633234118E-07                     
+AR RABT 2009  4  1  9 35  0.000000  1   -0.419162913115E-07                     
+AR RAMO 2009  4  1  9 35  0.000000  1    0.144369512675E-07                     
+AR RCMN 2009  4  1  9 35  0.000000  1    0.973461176930E-08                     
+AR REDU 2009  4  1  9 35  0.000000  1   -0.546026659708E-07                     
+AR REUN 2009  4  1  9 35  0.000000  1    0.373838773555E-07                     
+AR REYK 2009  4  1  9 35  0.000000  1    0.304918127770E-03                     
+AR SCH2 2009  4  1  9 35  0.000000  1    0.188502067971E-03                     
+AR SCUB 2009  4  1  9 35  0.000000  1   -0.530984565337E-07                     
+AR STJO 2009  4  1  9 35  0.000000  1   -0.703255247555E-05                     
+AR SYDN 2009  4  1  9 35  0.000000  1    0.141169314462E-05                     
+AR SYOG 2009  4  1  9 35  0.000000  1    0.140103319288E-04                     
+AR THU2 2009  4  1  9 35  0.000000  1   -0.471701529226E-03                     
+AR TOW2 2009  4  1  9 35  0.000000  1   -0.319519102744E-08                     
+AR URUM 2009  4  1  9 35  0.000000  1   -0.552644135095E-04                     
+AR VESL 2009  4  1  9 35  0.000000  1   -0.483271608387E-03                     
+AR VILL 2009  4  1  9 35  0.000000  1   -0.601694260381E-07                     
+AR WTZR 2009  4  1  9 35  0.000000  1    0.451030452823E-07                     
+AR WUHN 2009  4  1  9 35  0.000000  1   -0.307671716608E-07                     
+AR YSSK 2009  4  1  9 35  0.000000  1   -0.785962498379E-07                     
+AR ZIM2 2009  4  1  9 35  0.000000  1    0.312314335539E-07                     
+AR XMIS 2009  4  1  9 35  0.000000  1   -0.441765692535E-08                     
+AR GODZ 2009  4  1  9 35  0.000000  1   -0.469121307054E-03                     
+AR MTKA 2009  4  1  9 35  0.000000  1   -0.586840671738E-07                     
+AR TIXJ 2009  4  1  9 35  0.000000  1    0.239929571264E-03                     
+AR PARK 2009  4  1  9 35  0.000000  1    0.805661562085E-06                     
+AR UNBJ 2009  4  1  9 35  0.000000  1    0.281581048573E-03                     
+AR NOVM 2009  4  1  9 35  0.000000  1    0.798334227939E-04                     
+AR SUNM 2009  4  1  9 35  0.000000  1   -0.100570155559E-03                     
+AR CEBR 2009  4  1  9 35  0.000000  1    0.719431683290E-03                     
+AR CPXF 2009  4  1  9 35  0.000000  1    0.523785630552E-08                     
+AR IDDR 2009  4  1  9 35  0.000000  1    0.112784435074E-07                     
+AR AZGB 2009  4  1  9 35  0.000000  1    0.310947339923E-03                     
+AR TN22 2009  4  1  9 35  0.000000  1   -0.446804049321E-03                     
+AR ETAD 2009  4  1  9 35  0.000000  1    0.337598753247E-07                     
+AR ILHA 2009  4  1  9 35  0.000000  1   -0.743379884405E-09                     
+AR POVE 2009  4  1  9 35  0.000000  1    0.365883649036E-08                     
+AR RECF 2009  4  1  9 35  0.000000  1    0.127843346526E-07                     
+AR SALU 2009  4  1  9 35  0.000000  1    0.305100434197E-07                     
+AR SAVO 2009  4  1  9 35  0.000000  1    0.123369310632E-07                     
+AR UFPR 2009  4  1  9 35  0.000000  1    0.205784380454E-07                     
+AR YELL 2009  4  1  9 35  0.000000  1    0.241257000000E-06                     
+AS G32  2009  4  1  9 40  0.000000  1    0.280220498397E-03                     
+AS G24  2009  4  1  9 40  0.000000  1    0.177804020734E-03                     
+AS G25  2009  4  1  9 40  0.000000  1    0.334348970277E-03                     
+AS G26  2009  4  1  9 40  0.000000  1    0.544384520104E-04                     
+AS G27  2009  4  1  9 40  0.000000  1    0.371113027858E-04                     
+AS G30  2009  4  1  9 40  0.000000  1    0.136236579399E-03                     
+AS G03  2009  4  1  9 40  0.000000  1    0.373424603835E-03                     
+AS G04  2009  4  1  9 40  0.000000  1   -0.345794341250E-04                     
+AS G06  2009  4  1  9 40  0.000000  1    0.600653291778E-04                     
+AS G08  2009  4  1  9 40  0.000000  1   -0.196528927622E-03                     
+AS G09  2009  4  1  9 40  0.000000  1    0.484393755987E-04                     
+AS G10  2009  4  1  9 40  0.000000  1   -0.136195196997E-04                     
+AS G14  2009  4  1  9 40  0.000000  1   -0.132442398440E-03                     
+AS G13  2009  4  1  9 40  0.000000  1    0.293254561556E-03                     
+AS G28  2009  4  1  9 40  0.000000  1   -0.238299081377E-04                     
+AS G21  2009  4  1  9 40  0.000000  1    0.215424067698E-04                     
+AS G11  2009  4  1  9 40  0.000000  1    0.276144722892E-05                     
+AS G22  2009  4  1  9 40  0.000000  1    0.202432124542E-03                     
+AS G20  2009  4  1  9 40  0.000000  1    0.865666041477E-04                     
+AS G18  2009  4  1  9 40  0.000000  1   -0.695513551427E-04                     
+AS G16  2009  4  1  9 40  0.000000  1    0.630245461168E-04                     
+AS G19  2009  4  1  9 40  0.000000  1    0.293641707666E-04                     
+AS G23  2009  4  1  9 40  0.000000  1    0.388984599708E-03                     
+AS G02  2009  4  1  9 40  0.000000  1    0.153934489822E-03                     
+AS G31  2009  4  1  9 40  0.000000  1   -0.564638864556E-04                     
+AS G17  2009  4  1  9 40  0.000000  1    0.524264248562E-04                     
+AS G12  2009  4  1  9 40  0.000000  1   -0.299564500156E-03                     
+AS G15  2009  4  1  9 40  0.000000  1   -0.275972486540E-03                     
+AS G29  2009  4  1  9 40  0.000000  1    0.482088420218E-05                     
+AS G07  2009  4  1  9 40  0.000000  1    0.209841668163E-04                     
+AS R02  2009  4  1  9 40  0.000000  1    0.206781099375E-04                     
+AS R03  2009  4  1  9 40  0.000000  1   -0.342555576129E-04                     
+AS R04  2009  4  1  9 40  0.000000  1    0.638743177949E-04                     
+AS R06  2009  4  1  9 40  0.000000  1   -0.169260088102E-03                     
+AS R07  2009  4  1  9 40  0.000000  1   -0.892120988099E-04                     
+AS R08  2009  4  1  9 40  0.000000  1   -0.102002576296E-03                     
+AS R10  2009  4  1  9 40  0.000000  1   -0.140843858976E-03                     
+AS R11  2009  4  1  9 40  0.000000  1   -0.926205502827E-04                     
+AS R13  2009  4  1  9 40  0.000000  1   -0.230633423873E-03                     
+AS R14  2009  4  1  9 40  0.000000  1   -0.796361181658E-04                     
+AS R15  2009  4  1  9 40  0.000000  1    0.921040171023E-04                     
+AS R17  2009  4  1  9 40  0.000000  1   -0.261256700599E-03                     
+AS R18  2009  4  1  9 40  0.000000  1   -0.134843951365E-05                     
+AS R19  2009  4  1  9 40  0.000000  1   -0.894138922306E-04                     
+AS R20  2009  4  1  9 40  0.000000  1   -0.650111343915E-04                     
+AS R21  2009  4  1  9 40  0.000000  1   -0.143330480351E-03                     
+AS R22  2009  4  1  9 40  0.000000  1   -0.201555273155E-03                     
+AS R23  2009  4  1  9 40  0.000000  1   -0.200347315594E-03                     
+AR ALGO 2009  4  1  9 40  0.000000  1    0.808088794405E-04                     
+AR ALIC 2009  4  1  9 40  0.000000  1    0.110463406492E-07                     
+AR AMC2 2009  4  1  9 40  0.000000  1    0.179084536363E-08                     
+AR ANKR 2009  4  1  9 40  0.000000  1    0.203657360368E-03                     
+AR ARTU 2009  4  1  9 40  0.000000  1   -0.772618804909E-07                     
+AR ASPA 2009  4  1  9 40  0.000000  1    0.269719804356E-07                     
+AR BHR1 2009  4  1  9 40  0.000000  1    0.563383491346E-03                     
+AR BARH 2009  4  1  9 40  0.000000  1    0.140215264096E-08                     
+AR BJFS 2009  4  1  9 40  0.000000  1   -0.409507634027E-07                     
+AR BOGT 2009  4  1  9 40  0.000000  1   -0.365630606359E-07                     
+AR BRMU 2009  4  1  9 40  0.000000  1   -0.299243688734E-04                     
+AR CAGZ 2009  4  1  9 40  0.000000  1   -0.475103811564E-03                     
+AR CAS1 2009  4  1  9 40  0.000000  1    0.492791584887E-08                     
+AR CHAT 2009  4  1  9 40  0.000000  1   -0.571027807502E-07                     
+AR CHPI 2009  4  1  9 40  0.000000  1   -0.628450634128E-07                     
+AR COCO 2009  4  1  9 40  0.000000  1    0.227617831535E-03                     
+AR CONZ 2009  4  1  9 40  0.000000  1    0.309652121030E-03                     
+AR CRAR 2009  4  1  9 40  0.000000  1   -0.388153625594E-03                     
+AR CRO1 2009  4  1  9 40  0.000000  1    0.665104877317E-03                     
+AR DAEJ 2009  4  1  9 40  0.000000  1   -0.196571808556E-03                     
+AR DARW 2009  4  1  9 40  0.000000  1   -0.338074973571E-09                     
+AR DGAR 2009  4  1  9 40  0.000000  1   -0.110479776019E-06                     
+AR DRAO 2009  4  1  9 40  0.000000  1    0.113342292720E-03                     
+AR FAA1 2009  4  1  9 40  0.000000  1   -0.147871470998E-07                     
+AR FAIR 2009  4  1  9 40  0.000000  1   -0.606366231343E-07                     
+AR GLPS 2009  4  1  9 40  0.000000  1   -0.572999394159E-07                     
+AR GUAM 2009  4  1  9 40  0.000000  1   -0.736569054699E-07                     
+AR GUAT 2009  4  1  9 40  0.000000  1   -0.159396816528E-09                     
+AR HOB2 2009  4  1  9 40  0.000000  1    0.874906969946E-07                     
+AR HOFN 2009  4  1  9 40  0.000000  1    0.101427874798E-03                     
+AR HOLM 2009  4  1  9 40  0.000000  1   -0.522660168594E-07                     
+AR HRAO 2009  4  1  9 40  0.000000  1    0.849462715758E-03                     
+AR HYDE 2009  4  1  9 40  0.000000  1    0.152890284477E-08                     
+AR IRKJ 2009  4  1  9 40  0.000000  1    0.163747317813E-03                     
+AR ISPA 2009  4  1  9 40  0.000000  1   -0.528834390249E-07                     
+AR KARR 2009  4  1  9 40  0.000000  1   -0.655691325945E-07                     
+AR KERG 2009  4  1  9 40  0.000000  1    0.817503269867E-03                     
+AR KHAJ 2009  4  1  9 40  0.000000  1   -0.150752458840E-05                     
+AR KIR0 2009  4  1  9 40  0.000000  1    0.283305748686E-03                     
+AR KIRU 2009  4  1  9 40  0.000000  1    0.591383871971E-03                     
+AR KOUR 2009  4  1  9 40  0.000000  1    0.125014235484E-03                     
+AR KUNM 2009  4  1  9 40  0.000000  1    0.675927190740E-07                     
+AR LHAZ 2009  4  1  9 40  0.000000  1    0.259347656153E-03                     
+AR MAL2 2009  4  1  9 40  0.000000  1    0.687951367473E-08                     
+AR MAS1 2009  4  1  9 40  0.000000  1   -0.101608055132E-03                     
+AR MAW1 2009  4  1  9 40  0.000000  1   -0.107280263396E-08                     
+AR MCIL 2009  4  1  9 40  0.000000  1    0.248088268273E-07                     
+AR MCM4 2009  4  1  9 40  0.000000  1   -0.705309231373E-07                     
+AR MDO1 2009  4  1  9 40  0.000000  1   -0.400870608281E-07                     
+AR MDVJ 2009  4  1  9 40  0.000000  1    0.438552646025E-03                     
+AR MKEA 2009  4  1  9 40  0.000000  1   -0.455731868358E-07                     
+AR MOBS 2009  4  1  9 40  0.000000  1   -0.804300999095E-09                     
+AR NANO 2009  4  1  9 40  0.000000  1    0.356713856032E-08                     
+AR NLIB 2009  4  1  9 40  0.000000  1   -0.117310983629E-06                     
+AR NNOR 2009  4  1  9 40  0.000000  1    0.365797375647E-03                     
+AR NRC1 2009  4  1  9 40  0.000000  1   -0.448653142749E-05                     
+AR NRIL 2009  4  1  9 40  0.000000  1   -0.502198278364E-07                     
+AR NRMD 2009  4  1  9 40  0.000000  1    0.181527175811E-07                     
+AR NTUS 2009  4  1  9 40  0.000000  1   -0.289316918176E-08                     
+AR NYAL 2009  4  1  9 40  0.000000  1    0.940998148881E-07                     
+AR OHI3 2009  4  1  9 40  0.000000  1    0.127156700386E-03                     
+AR ONSA 2009  4  1  9 40  0.000000  1   -0.324767298777E-04                     
+AR PDEL 2009  4  1  9 40  0.000000  1   -0.349198498139E-08                     
+AR PERT 2009  4  1  9 40  0.000000  1   -0.663354350204E-07                     
+AR PETP 2009  4  1  9 40  0.000000  1   -0.711499197712E-07                     
+AR PIMO 2009  4  1  9 40  0.000000  1   -0.705703675870E-07                     
+AR QAQ1 2009  4  1  9 40  0.000000  1   -0.595199948810E-07                     
+AR QUIN 2009  4  1  9 40  0.000000  1   -0.537119216425E-07                     
+AR RABT 2009  4  1  9 40  0.000000  1   -0.400486351500E-07                     
+AR RAMO 2009  4  1  9 40  0.000000  1    0.164823728057E-07                     
+AR RCMN 2009  4  1  9 40  0.000000  1    0.820772704120E-08                     
+AR REDU 2009  4  1  9 40  0.000000  1   -0.542413269637E-07                     
+AR REUN 2009  4  1  9 40  0.000000  1    0.310689895035E-07                     
+AR REYK 2009  4  1  9 40  0.000000  1    0.321630674700E-03                     
+AR SCH2 2009  4  1  9 40  0.000000  1    0.188516837939E-03                     
+AR SCUB 2009  4  1  9 40  0.000000  1   -0.534894828205E-07                     
+AR STJO 2009  4  1  9 40  0.000000  1   -0.703284284243E-05                     
+AR SYDN 2009  4  1  9 40  0.000000  1    0.141161000112E-05                     
+AR SYOG 2009  4  1  9 40  0.000000  1    0.140105405517E-04                     
+AR THU2 2009  4  1  9 40  0.000000  1   -0.473703754280E-03                     
+AR TOW2 2009  4  1  9 40  0.000000  1   -0.966117347035E-09                     
+AR URUM 2009  4  1  9 40  0.000000  1   -0.133885065391E-03                     
+AR VESL 2009  4  1  9 40  0.000000  1   -0.444566996441E-03                     
+AR VILL 2009  4  1  9 40  0.000000  1   -0.603417540044E-07                     
+AR WTZR 2009  4  1  9 40  0.000000  1    0.451211688226E-07                     
+AR WUHN 2009  4  1  9 40  0.000000  1   -0.325637453156E-07                     
+AR YSSK 2009  4  1  9 40  0.000000  1   -0.737921511171E-07                     
+AR ZIM2 2009  4  1  9 40  0.000000  1    0.320914621135E-07                     
+AR XMIS 2009  4  1  9 40  0.000000  1   -0.236271501888E-08                     
+AR GODZ 2009  4  1  9 40  0.000000  1   -0.469121274952E-03                     
+AR MTKA 2009  4  1  9 40  0.000000  1   -0.552658036177E-07                     
+AR TIXJ 2009  4  1  9 40  0.000000  1    0.233491683956E-03                     
+AR PARK 2009  4  1  9 40  0.000000  1    0.805729988963E-06                     
+AR UNBJ 2009  4  1  9 40  0.000000  1    0.208371761744E-03                     
+AR NOVM 2009  4  1  9 40  0.000000  1    0.798333827965E-04                     
+AR SUNM 2009  4  1  9 40  0.000000  1   -0.256876725270E-03                     
+AR CEBR 2009  4  1  9 40  0.000000  1    0.719431668877E-03                     
+AR CPXF 2009  4  1  9 40  0.000000  1    0.606693410158E-08                     
+AR IDDR 2009  4  1  9 40  0.000000  1    0.855672505816E-08                     
+AR AZGB 2009  4  1  9 40  0.000000  1    0.171450206786E-03                     
+AR TN22 2009  4  1  9 40  0.000000  1    0.472936348733E-03                     
+AR ETAD 2009  4  1  9 40  0.000000  1    0.334547845978E-07                     
+AR ILHA 2009  4  1  9 40  0.000000  1   -0.344224660476E-08                     
+AR POVE 2009  4  1  9 40  0.000000  1   -0.825956578822E-09                     
+AR RECF 2009  4  1  9 40  0.000000  1    0.135095995209E-07                     
+AR SALU 2009  4  1  9 40  0.000000  1    0.269471898856E-07                     
+AR SAVO 2009  4  1  9 40  0.000000  1    0.115020071712E-07                     
+AR UFPR 2009  4  1  9 40  0.000000  1    0.208013156691E-07                     
+AR YELL 2009  4  1  9 40  0.000000  1    0.241327000000E-06                     
+AS G32  2009  4  1  9 45  0.000000  1    0.280218981686E-03                     
+AS G24  2009  4  1  9 45  0.000000  1    0.177804694309E-03                     
+AS G25  2009  4  1  9 45  0.000000  1    0.334355493049E-03                     
+AS G26  2009  4  1  9 45  0.000000  1    0.544389621054E-04                     
+AS G27  2009  4  1  9 45  0.000000  1    0.371122461830E-04                     
+AS G30  2009  4  1  9 45  0.000000  1    0.136237159953E-03                     
+AS G03  2009  4  1  9 45  0.000000  1    0.373425830879E-03                     
+AS G04  2009  4  1  9 45  0.000000  1   -0.345839604777E-04                     
+AS G06  2009  4  1  9 45  0.000000  1    0.600706924822E-04                     
+AS G08  2009  4  1  9 45  0.000000  1   -0.196529112487E-03                     
+AS G09  2009  4  1  9 45  0.000000  1    0.484398738270E-04                     
+AS G10  2009  4  1  9 45  0.000000  1   -0.136196408319E-04                     
+AS G14  2009  4  1  9 45  0.000000  1   -0.132440555468E-03                     
+AS G13  2009  4  1  9 45  0.000000  1    0.293254655986E-03                     
+AS G28  2009  4  1  9 45  0.000000  1   -0.238299354390E-04                     
+AS G21  2009  4  1  9 45  0.000000  1    0.215417137073E-04                     
+AS G11  2009  4  1  9 45  0.000000  1    0.276083645936E-05                     
+AS G22  2009  4  1  9 45  0.000000  1    0.202432106065E-03                     
+AS G20  2009  4  1  9 45  0.000000  1    0.865665740143E-04                     
+AS G18  2009  4  1  9 45  0.000000  1   -0.695504268847E-04                     
+AS G16  2009  4  1  9 45  0.000000  1    0.630238779202E-04                     
+AS G19  2009  4  1  9 45  0.000000  1    0.293639646880E-04                     
+AS G23  2009  4  1  9 45  0.000000  1    0.388984683467E-03                     
+AS G02  2009  4  1  9 45  0.000000  1    0.153934092697E-03                     
+AS G31  2009  4  1  9 45  0.000000  1   -0.564641979284E-04                     
+AS G17  2009  4  1  9 45  0.000000  1    0.524267885890E-04                     
+AS G12  2009  4  1  9 45  0.000000  1   -0.299563131792E-03                     
+AS G15  2009  4  1  9 45  0.000000  1   -0.275974056175E-03                     
+AS G29  2009  4  1  9 45  0.000000  1    0.482213380866E-05                     
+AS G07  2009  4  1  9 45  0.000000  1    0.209841140043E-04                     
+AS R02  2009  4  1  9 45  0.000000  1    0.206772469573E-04                     
+AS R03  2009  4  1  9 45  0.000000  1   -0.342580813153E-04                     
+AS R04  2009  4  1  9 45  0.000000  1    0.638715556363E-04                     
+AS R06  2009  4  1  9 45  0.000000  1   -0.169260375731E-03                     
+AS R07  2009  4  1  9 45  0.000000  1   -0.892125602916E-04                     
+AS R08  2009  4  1  9 45  0.000000  1   -0.102002088380E-03                     
+AS R10  2009  4  1  9 45  0.000000  1   -0.140843952200E-03                     
+AS R11  2009  4  1  9 45  0.000000  1   -0.926205946849E-04                     
+AS R13  2009  4  1  9 45  0.000000  1   -0.230633909846E-03                     
+AS R14  2009  4  1  9 45  0.000000  1   -0.796358705837E-04                     
+AS R15  2009  4  1  9 45  0.000000  1    0.921042597221E-04                     
+AS R17  2009  4  1  9 45  0.000000  1   -0.261257055724E-03                     
+AS R18  2009  4  1  9 45  0.000000  1   -0.134865317833E-05                     
+AS R19  2009  4  1  9 45  0.000000  1   -0.894142207752E-04                     
+AS R20  2009  4  1  9 45  0.000000  1   -0.650111140408E-04                     
+AS R21  2009  4  1  9 45  0.000000  1   -0.143331017579E-03                     
+AS R22  2009  4  1  9 45  0.000000  1   -0.201556193074E-03                     
+AS R23  2009  4  1  9 45  0.000000  1   -0.200346074098E-03                     
+AR ALGO 2009  4  1  9 45  0.000000  1    0.808131842957E-04                     
+AR ALIC 2009  4  1  9 45  0.000000  1    0.985999781061E-08                     
+AR AMC2 2009  4  1  9 45  0.000000  1    0.177718615040E-08                     
+AR ANKR 2009  4  1  9 45  0.000000  1    0.270941893230E-03                     
+AR ARTU 2009  4  1  9 45  0.000000  1   -0.781004264868E-07                     
+AR ASPA 2009  4  1  9 45  0.000000  1    0.262864321592E-07                     
+AR BHR1 2009  4  1  9 45  0.000000  1    0.563383678265E-03                     
+AR BARH 2009  4  1  9 45  0.000000  1    0.723046681504E-09                     
+AR BJFS 2009  4  1  9 45  0.000000  1   -0.441776826357E-07                     
+AR BOGT 2009  4  1  9 45  0.000000  1   -0.375106773514E-07                     
+AR BRMU 2009  4  1  9 45  0.000000  1    0.463694714193E-03                     
+AR CAGZ 2009  4  1  9 45  0.000000  1   -0.251541028913E-03                     
+AR CAS1 2009  4  1  9 45  0.000000  1    0.723804385647E-08                     
+AR CHAT 2009  4  1  9 45  0.000000  1   -0.574551908041E-07                     
+AR CHPI 2009  4  1  9 45  0.000000  1   -0.588739897207E-07                     
+AR COCO 2009  4  1  9 45  0.000000  1    0.227618293640E-03                     
+AR CONZ 2009  4  1  9 45  0.000000  1    0.182463749008E-03                     
+AR CRAR 2009  4  1  9 45  0.000000  1   -0.413475535045E-03                     
+AR CRO1 2009  4  1  9 45  0.000000  1    0.665104932882E-03                     
+AR DAEJ 2009  4  1  9 45  0.000000  1   -0.196570368677E-03                     
+AR DARW 2009  4  1  9 45  0.000000  1    0.157657681529E-08                     
+AR DGAR 2009  4  1  9 45  0.000000  1   -0.111171725878E-06                     
+AR DRAO 2009  4  1  9 45  0.000000  1    0.113379226319E-03                     
+AR FAA1 2009  4  1  9 45  0.000000  1   -0.143447549503E-07                     
+AR FAIR 2009  4  1  9 45  0.000000  1   -0.603300510821E-07                     
+AR GLPS 2009  4  1  9 45  0.000000  1   -0.580079804773E-07                     
+AR GUAM 2009  4  1  9 45  0.000000  1   -0.717537958505E-07                     
+AR GUAT 2009  4  1  9 45  0.000000  1    0.240050666935E-08                     
+AR HOB2 2009  4  1  9 45  0.000000  1    0.875069209258E-07                     
+AR HOFN 2009  4  1  9 45  0.000000  1    0.179339431986E-03                     
+AR HOLM 2009  4  1  9 45  0.000000  1   -0.546460956337E-07                     
+AR HRAO 2009  4  1  9 45  0.000000  1    0.849462785844E-03                     
+AR HYDE 2009  4  1  9 45  0.000000  1    0.265552987654E-08                     
+AR IRKJ 2009  4  1  9 45  0.000000  1    0.163747313095E-03                     
+AR ISPA 2009  4  1  9 45  0.000000  1   -0.511045140050E-07                     
+AR KARR 2009  4  1  9 45  0.000000  1   -0.652574574299E-07                     
+AR KERG 2009  4  1  9 45  0.000000  1    0.817503357133E-03                     
+AR KHAJ 2009  4  1  9 45  0.000000  1   -0.150753730407E-05                     
+AR KIR0 2009  4  1  9 45  0.000000  1    0.283298875430E-03                     
+AR KIRU 2009  4  1  9 45  0.000000  1    0.591402334205E-03                     
+AR KIT3 2009  4  1  9 45  0.000000  1    0.971725597999E-08                     
+AR KOUR 2009  4  1  9 45  0.000000  1    0.125014229593E-03                     
+AR KUNM 2009  4  1  9 45  0.000000  1    0.714788125147E-07                     
+AR LHAZ 2009  4  1  9 45  0.000000  1    0.271969805922E-03                     
+AR MAL2 2009  4  1  9 45  0.000000  1    0.318101455670E-08                     
+AR MAS1 2009  4  1  9 45  0.000000  1   -0.101608171596E-03                     
+AR MAW1 2009  4  1  9 45  0.000000  1    0.545532490228E-09                     
+AR MCIL 2009  4  1  9 45  0.000000  1    0.253859258036E-07                     
+AR MCM4 2009  4  1  9 45  0.000000  1   -0.560346268702E-07                     
+AR MDO1 2009  4  1  9 45  0.000000  1   -0.383467366080E-07                     
+AR MDVJ 2009  4  1  9 45  0.000000  1    0.438552618114E-03                     
+AR MKEA 2009  4  1  9 45  0.000000  1   -0.445399889450E-07                     
+AR MOBS 2009  4  1  9 45  0.000000  1   -0.424818100672E-09                     
+AR NANO 2009  4  1  9 45  0.000000  1    0.715314268663E-09                     
+AR NLIB 2009  4  1  9 45  0.000000  1   -0.117339436366E-06                     
+AR NNOR 2009  4  1  9 45  0.000000  1    0.365797373112E-03                     
+AR NRC1 2009  4  1  9 45  0.000000  1   -0.448651861174E-05                     
+AR NRIL 2009  4  1  9 45  0.000000  1   -0.496817694869E-07                     
+AR NRMD 2009  4  1  9 45  0.000000  1    0.192240897880E-07                     
+AR NTUS 2009  4  1  9 45  0.000000  1   -0.128131248018E-08                     
+AR NYAL 2009  4  1  9 45  0.000000  1    0.941101200818E-07                     
+AR OHI3 2009  4  1  9 45  0.000000  1    0.234976344144E-03                     
+AR ONSA 2009  4  1  9 45  0.000000  1   -0.324767839389E-04                     
+AR PDEL 2009  4  1  9 45  0.000000  1   -0.374014216339E-08                     
+AR PERT 2009  4  1  9 45  0.000000  1   -0.663068341126E-07                     
+AR PETP 2009  4  1  9 45  0.000000  1   -0.732845056489E-07                     
+AR PIMO 2009  4  1  9 45  0.000000  1   -0.690836989509E-07                     
+AR QAQ1 2009  4  1  9 45  0.000000  1   -0.604633702900E-07                     
+AR QUIN 2009  4  1  9 45  0.000000  1   -0.533218613121E-07                     
+AR RABT 2009  4  1  9 45  0.000000  1   -0.416247578265E-07                     
+AR RAMO 2009  4  1  9 45  0.000000  1   -0.276777818289E-07                     
+AR RCMN 2009  4  1  9 45  0.000000  1    0.830145706653E-08                     
+AR REDU 2009  4  1  9 45  0.000000  1   -0.570278201803E-07                     
+AR REUN 2009  4  1  9 45  0.000000  1    0.362202914719E-07                     
+AR REYK 2009  4  1  9 45  0.000000  1    0.338388406098E-03                     
+AR SCH2 2009  4  1  9 45  0.000000  1    0.188532008475E-03                     
+AR SCUB 2009  4  1  9 45  0.000000  1   -0.539579778892E-07                     
+AR STJO 2009  4  1  9 45  0.000000  1   -0.703314562315E-05                     
+AR SYDN 2009  4  1  9 45  0.000000  1    0.141159065494E-05                     
+AR SYOG 2009  4  1  9 45  0.000000  1    0.140100422846E-04                     
+AR THU2 2009  4  1  9 45  0.000000  1   -0.475705969476E-03                     
+AR TOW2 2009  4  1  9 45  0.000000  1   -0.100016482200E-08                     
+AR URUM 2009  4  1  9 45  0.000000  1   -0.212562884264E-03                     
+AR VESL 2009  4  1  9 45  0.000000  1   -0.405812623335E-03                     
+AR VILL 2009  4  1  9 45  0.000000  1   -0.634859989636E-07                     
+AR WTZR 2009  4  1  9 45  0.000000  1    0.451211148250E-07                     
+AR WUHN 2009  4  1  9 45  0.000000  1   -0.337634073036E-07                     
+AR YSSK 2009  4  1  9 45  0.000000  1   -0.721344023405E-07                     
+AR ZIM2 2009  4  1  9 45  0.000000  1    0.318571934544E-07                     
+AR XMIS 2009  4  1  9 45  0.000000  1   -0.382468395747E-08                     
+AR GODZ 2009  4  1  9 45  0.000000  1   -0.469121255853E-03                     
+AR MTKA 2009  4  1  9 45  0.000000  1   -0.546742445074E-07                     
+AR TIXJ 2009  4  1  9 45  0.000000  1    0.227324188673E-03                     
+AR PARK 2009  4  1  9 45  0.000000  1    0.805747020984E-06                     
+AR UNBJ 2009  4  1  9 45  0.000000  1    0.135128901760E-03                     
+AR NOVM 2009  4  1  9 45  0.000000  1    0.798333892312E-04                     
+AR SUNM 2009  4  1  9 45  0.000000  1   -0.412908480581E-03                     
+AR CEBR 2009  4  1  9 45  0.000000  1    0.719431643853E-03                     
+AR CPXF 2009  4  1  9 45  0.000000  1    0.571105924211E-08                     
+AR IDDR 2009  4  1  9 45  0.000000  1    0.920196719406E-08                     
+AR AZGB 2009  4  1  9 45  0.000000  1    0.320205707179E-04                     
+AR TN22 2009  4  1  9 45  0.000000  1    0.392706878071E-03                     
+AR ETAD 2009  4  1  9 45  0.000000  1    0.363854086966E-07                     
+AR ILHA 2009  4  1  9 45  0.000000  1   -0.298491800947E-08                     
+AR POVE 2009  4  1  9 45  0.000000  1    0.202807686199E-09                     
+AR RECF 2009  4  1  9 45  0.000000  1    0.157194854628E-07                     
+AR SALU 2009  4  1  9 45  0.000000  1    0.275441253948E-07                     
+AR SAVO 2009  4  1  9 45  0.000000  1    0.129240435681E-07                     
+AR UFPR 2009  4  1  9 45  0.000000  1    0.198743412832E-07                     
+AR YELL 2009  4  1  9 45  0.000000  1    0.241397000000E-06                     
+AS G32  2009  4  1  9 50  0.000000  1    0.280217607753E-03                     
+AS G24  2009  4  1  9 50  0.000000  1    0.177805618391E-03                     
+AS G25  2009  4  1  9 50  0.000000  1    0.334361990064E-03                     
+AS G26  2009  4  1  9 50  0.000000  1    0.544394312475E-04                     
+AS G27  2009  4  1  9 50  0.000000  1    0.371135740440E-04                     
+AS G30  2009  4  1  9 50  0.000000  1    0.136237057312E-03                     
+AS G03  2009  4  1  9 50  0.000000  1    0.373427121620E-03                     
+AS G04  2009  4  1  9 50  0.000000  1   -0.345883802676E-04                     
+AS G06  2009  4  1  9 50  0.000000  1    0.600761022728E-04                     
+AS G08  2009  4  1  9 50  0.000000  1   -0.196530074507E-03                     
+AS G09  2009  4  1  9 50  0.000000  1    0.484403221765E-04                     
+AS G10  2009  4  1  9 50  0.000000  1   -0.136194436041E-04                     
+AS G14  2009  4  1  9 50  0.000000  1   -0.132439055092E-03                     
+AS G13  2009  4  1  9 50  0.000000  1    0.293254970423E-03                     
+AS G28  2009  4  1  9 50  0.000000  1   -0.238300466927E-04                     
+AS G21  2009  4  1  9 50  0.000000  1    0.215413216111E-04                     
+AS G11  2009  4  1  9 50  0.000000  1    0.276023375178E-05                     
+AS G22  2009  4  1  9 50  0.000000  1    0.202431973079E-03                     
+AS G20  2009  4  1  9 50  0.000000  1    0.865659370387E-04                     
+AS G18  2009  4  1  9 50  0.000000  1   -0.695492418348E-04                     
+AS G16  2009  4  1  9 50  0.000000  1    0.630230074972E-04                     
+AS G19  2009  4  1  9 50  0.000000  1    0.293636547893E-04                     
+AS G23  2009  4  1  9 50  0.000000  1    0.388984883894E-03                     
+AS G02  2009  4  1  9 50  0.000000  1    0.153933947879E-03                     
+AS G31  2009  4  1  9 50  0.000000  1   -0.564647462060E-04                     
+AS G17  2009  4  1  9 50  0.000000  1    0.524275079127E-04                     
+AS G12  2009  4  1  9 50  0.000000  1   -0.299561936530E-03                     
+AS G15  2009  4  1  9 50  0.000000  1   -0.275975267512E-03                     
+AS G29  2009  4  1  9 50  0.000000  1    0.482328063009E-05                     
+AS G07  2009  4  1  9 50  0.000000  1    0.209835627825E-04                     
+AS R02  2009  4  1  9 50  0.000000  1    0.206762180307E-04                     
+AS R03  2009  4  1  9 50  0.000000  1   -0.342585696493E-04                     
+AS R04  2009  4  1  9 50  0.000000  1    0.638696838868E-04                     
+AS R06  2009  4  1  9 50  0.000000  1   -0.169264593684E-03                     
+AS R07  2009  4  1  9 50  0.000000  1   -0.892115857087E-04                     
+AS R08  2009  4  1  9 50  0.000000  1   -0.102002075899E-03                     
+AS R10  2009  4  1  9 50  0.000000  1   -0.140843610104E-03                     
+AS R11  2009  4  1  9 50  0.000000  1   -0.926209461401E-04                     
+AS R13  2009  4  1  9 50  0.000000  1   -0.230634234655E-03                     
+AS R14  2009  4  1  9 50  0.000000  1   -0.796351602185E-04                     
+AS R15  2009  4  1  9 50  0.000000  1    0.921050777127E-04                     
+AS R17  2009  4  1  9 50  0.000000  1   -0.261257427703E-03                     
+AS R18  2009  4  1  9 50  0.000000  1   -0.134886625440E-05                     
+AS R19  2009  4  1  9 50  0.000000  1   -0.894147524317E-04                     
+AS R20  2009  4  1  9 50  0.000000  1   -0.650114471109E-04                     
+AS R21  2009  4  1  9 50  0.000000  1   -0.143331543850E-03                     
+AS R22  2009  4  1  9 50  0.000000  1   -0.201557099140E-03                     
+AS R23  2009  4  1  9 50  0.000000  1   -0.200344090163E-03                     
+AR ALGO 2009  4  1  9 50  0.000000  1    0.808174678037E-04                     
+AR ALIC 2009  4  1  9 50  0.000000  1    0.116041161094E-07                     
+AR AMC2 2009  4  1  9 50  0.000000  1    0.178198843935E-08                     
+AR ANKR 2009  4  1  9 50  0.000000  1    0.338271311035E-03                     
+AR ARTU 2009  4  1  9 50  0.000000  1   -0.784137896437E-07                     
+AR ASPA 2009  4  1  9 50  0.000000  1    0.236027166721E-07                     
+AR BHR1 2009  4  1  9 50  0.000000  1    0.563383259907E-03                     
+AR BARH 2009  4  1  9 50  0.000000  1    0.272406832361E-08                     
+AR BJFS 2009  4  1  9 50  0.000000  1   -0.448200939375E-07                     
+AR BOGT 2009  4  1  9 50  0.000000  1   -0.384387881876E-07                     
+AR BRMU 2009  4  1  9 50  0.000000  1   -0.430108967862E-04                     
+AR CAGZ 2009  4  1  9 50  0.000000  1   -0.279434854279E-04                     
+AR CAS1 2009  4  1  9 50  0.000000  1    0.785649797128E-08                     
+AR CHAT 2009  4  1  9 50  0.000000  1   -0.571683693620E-07                     
+AR CHPI 2009  4  1  9 50  0.000000  1   -0.611526217409E-07                     
+AR COCO 2009  4  1  9 50  0.000000  1    0.227618932121E-03                     
+AR CONZ 2009  4  1  9 50  0.000000  1    0.553620622080E-04                     
+AR CRAR 2009  4  1  9 50  0.000000  1   -0.438801307770E-03                     
+AR CRO1 2009  4  1  9 50  0.000000  1    0.665104923275E-03                     
+AR DAEJ 2009  4  1  9 50  0.000000  1   -0.196570024853E-03                     
+AR DARW 2009  4  1  9 50  0.000000  1    0.589239777060E-09                     
+AR DGAR 2009  4  1  9 50  0.000000  1   -0.111506544628E-06                     
+AR DRAO 2009  4  1  9 50  0.000000  1    0.113416006421E-03                     
+AR FAA1 2009  4  1  9 50  0.000000  1   -0.141824008330E-07                     
+AR FAIR 2009  4  1  9 50  0.000000  1   -0.580082877999E-07                     
+AR GLPS 2009  4  1  9 50  0.000000  1   -0.547377704925E-07                     
+AR GUAM 2009  4  1  9 50  0.000000  1   -0.712056708819E-07                     
+AR GUAT 2009  4  1  9 50  0.000000  1    0.276532576296E-08                     
+AR HOB2 2009  4  1  9 50  0.000000  1    0.875415844796E-07                     
+AR HOFN 2009  4  1  9 50  0.000000  1    0.257259620603E-03                     
+AR HOLM 2009  4  1  9 50  0.000000  1   -0.577512883000E-07                     
+AR HRAO 2009  4  1  9 50  0.000000  1    0.849462859567E-03                     
+AR HYDE 2009  4  1  9 50  0.000000  1    0.106054800194E-08                     
+AR IRKJ 2009  4  1  9 50  0.000000  1    0.163747310852E-03                     
+AR ISPA 2009  4  1  9 50  0.000000  1   -0.489061236259E-07                     
+AR KARR 2009  4  1  9 50  0.000000  1   -0.655176888562E-07                     
+AR KERG 2009  4  1  9 50  0.000000  1    0.817502914976E-03                     
+AR KHAJ 2009  4  1  9 50  0.000000  1   -0.150756093842E-05                     
+AR KIR0 2009  4  1  9 50  0.000000  1    0.283292069043E-03                     
+AR KIRU 2009  4  1  9 50  0.000000  1    0.591413954387E-03                     
+AR KIT3 2009  4  1  9 50  0.000000  1   -0.104047541207E-07                     
+AR KOUR 2009  4  1  9 50  0.000000  1    0.125014239843E-03                     
+AR KUNM 2009  4  1  9 50  0.000000  1    0.915453689430E-07                     
+AR LHAZ 2009  4  1  9 50  0.000000  1    0.284616694773E-03                     
+AR MAL2 2009  4  1  9 50  0.000000  1    0.952113492165E-08                     
+AR MAS1 2009  4  1  9 50  0.000000  1   -0.101608270940E-03                     
+AR MAW1 2009  4  1  9 50  0.000000  1   -0.294560131381E-10                     
+AR MCIL 2009  4  1  9 50  0.000000  1    0.263675387306E-07                     
+AR MCM4 2009  4  1  9 50  0.000000  1   -0.545720180297E-07                     
+AR MDO1 2009  4  1  9 50  0.000000  1   -0.252043917345E-07                     
+AR MDVJ 2009  4  1  9 50  0.000000  1    0.438552614421E-03                     
+AR MKEA 2009  4  1  9 50  0.000000  1   -0.409454016041E-07                     
+AR MOBS 2009  4  1  9 50  0.000000  1   -0.185860696204E-08                     
+AR NANO 2009  4  1  9 50  0.000000  1    0.166230961076E-08                     
+AR NLIB 2009  4  1  9 50  0.000000  1   -0.117334720199E-06                     
+AR NNOR 2009  4  1  9 50  0.000000  1    0.365797504401E-03                     
+AR NRC1 2009  4  1  9 50  0.000000  1   -0.448649495091E-05                     
+AR NRIL 2009  4  1  9 50  0.000000  1   -0.500027549077E-07                     
+AR NRMD 2009  4  1  9 50  0.000000  1    0.183467704250E-07                     
+AR NTUS 2009  4  1  9 50  0.000000  1   -0.206095443984E-08                     
+AR NYAL 2009  4  1  9 50  0.000000  1    0.941106898584E-07                     
+AR OHI3 2009  4  1  9 50  0.000000  1    0.343039387730E-03                     
+AR ONSA 2009  4  1  9 50  0.000000  1   -0.324768398557E-04                     
+AR PDEL 2009  4  1  9 50  0.000000  1   -0.480924390445E-08                     
+AR PERT 2009  4  1  9 50  0.000000  1   -0.651179682028E-07                     
+AR PETP 2009  4  1  9 50  0.000000  1   -0.704305380332E-07                     
+AR PIMO 2009  4  1  9 50  0.000000  1   -0.704795949553E-07                     
+AR QAQ1 2009  4  1  9 50  0.000000  1   -0.604249845847E-07                     
+AR QUIN 2009  4  1  9 50  0.000000  1   -0.462064153834E-07                     
+AR RABT 2009  4  1  9 50  0.000000  1   -0.470073758665E-07                     
+AR RAMO 2009  4  1  9 50  0.000000  1   -0.361703862515E-07                     
+AR RCMN 2009  4  1  9 50  0.000000  1    0.917563936714E-08                     
+AR REDU 2009  4  1  9 50  0.000000  1   -0.557901168097E-07                     
+AR REUN 2009  4  1  9 50  0.000000  1    0.327688297971E-07                     
+AR REYK 2009  4  1  9 50  0.000000  1    0.355159818751E-03                     
+AR SCH2 2009  4  1  9 50  0.000000  1    0.188547624749E-03                     
+AR SCUB 2009  4  1  9 50  0.000000  1   -0.536581250520E-07                     
+AR STJO 2009  4  1  9 50  0.000000  1   -0.703343362824E-05                     
+AR SYDN 2009  4  1  9 50  0.000000  1    0.141173841484E-05                     
+AR SYOG 2009  4  1  9 50  0.000000  1    0.140103818709E-04                     
+AR THU2 2009  4  1  9 50  0.000000  1   -0.477708124917E-03                     
+AR TOW2 2009  4  1  9 50  0.000000  1   -0.175461418173E-08                     
+AR URUM 2009  4  1  9 50  0.000000  1   -0.291295223729E-03                     
+AR VESL 2009  4  1  9 50  0.000000  1   -0.367009707846E-03                     
+AR VILL 2009  4  1  9 50  0.000000  1   -0.543122765490E-07                     
+AR WTZR 2009  4  1  9 50  0.000000  1    0.451211038493E-07                     
+AR WUHN 2009  4  1  9 50  0.000000  1   -0.320818527495E-07                     
+AR YSSK 2009  4  1  9 50  0.000000  1   -0.697574757682E-07                     
+AR ZIM2 2009  4  1  9 50  0.000000  1    0.322267499952E-07                     
+AR XMIS 2009  4  1  9 50  0.000000  1   -0.702257615456E-08                     
+AR GODZ 2009  4  1  9 50  0.000000  1   -0.469121219275E-03                     
+AR MTKA 2009  4  1  9 50  0.000000  1   -0.521810713625E-07                     
+AR TIXJ 2009  4  1  9 50  0.000000  1    0.221394932881E-03                     
+AR PARK 2009  4  1  9 50  0.000000  1    0.805837658733E-06                     
+AR UNBJ 2009  4  1  9 50  0.000000  1    0.618577837099E-04                     
+AR NOVM 2009  4  1  9 50  0.000000  1    0.798333924565E-04                     
+AR SUNM 2009  4  1  9 50  0.000000  1    0.430645951586E-03                     
+AR CEBR 2009  4  1  9 50  0.000000  1    0.719431641820E-03                     
+AR CPXF 2009  4  1  9 50  0.000000  1    0.903416770133E-08                     
+AR IDDR 2009  4  1  9 50  0.000000  1    0.825635759564E-08                     
+AR AZGB 2009  4  1  9 50  0.000000  1   -0.107402110753E-03                     
+AR TN22 2009  4  1  9 50  0.000000  1    0.312479794772E-03                     
+AR ETAD 2009  4  1  9 50  0.000000  1    0.302946084394E-07                     
+AR ILHA 2009  4  1  9 50  0.000000  1   -0.353965743967E-08                     
+AR POVE 2009  4  1  9 50  0.000000  1    0.151759611616E-08                     
+AR RECF 2009  4  1  9 50  0.000000  1    0.146407920113E-07                     
+AR SALU 2009  4  1  9 50  0.000000  1    0.258745085214E-07                     
+AR SAVO 2009  4  1  9 50  0.000000  1    0.148814590230E-07                     
+AR UFPR 2009  4  1  9 50  0.000000  1    0.197225717040E-07                     
+AR YELL 2009  4  1  9 50  0.000000  1    0.241467000000E-06                     
+AS G32  2009  4  1  9 55  0.000000  1    0.280216049449E-03                     
+AS G24  2009  4  1  9 55  0.000000  1    0.177807200038E-03                     
+AS G25  2009  4  1  9 55  0.000000  1    0.334368521869E-03                     
+AS G26  2009  4  1  9 55  0.000000  1    0.544401539001E-04                     
+AS G27  2009  4  1  9 55  0.000000  1    0.371154506405E-04                     
+AS G30  2009  4  1  9 55  0.000000  1    0.136237693626E-03                     
+AS G03  2009  4  1  9 55  0.000000  1    0.373429011735E-03                     
+AS G04  2009  4  1  9 55  0.000000  1   -0.345929477396E-04                     
+AS G06  2009  4  1  9 55  0.000000  1    0.600814211364E-04                     
+AS G08  2009  4  1  9 55  0.000000  1   -0.196530717523E-03                     
+AS G09  2009  4  1  9 55  0.000000  1    0.484413059508E-04                     
+AS G10  2009  4  1  9 55  0.000000  1   -0.136198313962E-04                     
+AS G14  2009  4  1  9 55  0.000000  1   -0.132437149686E-03                     
+AS G13  2009  4  1  9 55  0.000000  1    0.293255329576E-03                     
+AS G28  2009  4  1  9 55  0.000000  1   -0.238301232263E-04                     
+AS G21  2009  4  1  9 55  0.000000  1    0.215404813352E-04                     
+AS G11  2009  4  1  9 55  0.000000  1    0.276020222440E-05                     
+AS G22  2009  4  1  9 55  0.000000  1    0.202431525463E-03                     
+AS G20  2009  4  1  9 55  0.000000  1    0.865659127172E-04                     
+AS G18  2009  4  1  9 55  0.000000  1   -0.695485760478E-04                     
+AS G16  2009  4  1  9 55  0.000000  1    0.630219282418E-04                     
+AS G19  2009  4  1  9 55  0.000000  1    0.293633626271E-04                     
+AS G23  2009  4  1  9 55  0.000000  1    0.388984739153E-03                     
+AS G02  2009  4  1  9 55  0.000000  1    0.153933808446E-03                     
+AS G31  2009  4  1  9 55  0.000000  1   -0.564649070559E-04                     
+AS G17  2009  4  1  9 55  0.000000  1    0.524278891860E-04                     
+AS G12  2009  4  1  9 55  0.000000  1   -0.299560542659E-03                     
+AS G15  2009  4  1  9 55  0.000000  1   -0.275976919104E-03                     
+AS G29  2009  4  1  9 55  0.000000  1    0.482448829920E-05                     
+AS G07  2009  4  1  9 55  0.000000  1    0.209835487613E-04                     
+AS R02  2009  4  1  9 55  0.000000  1    0.206751030645E-04                     
+AS R03  2009  4  1  9 55  0.000000  1   -0.342588662482E-04                     
+AS R04  2009  4  1  9 55  0.000000  1    0.638672500087E-04                     
+AS R06  2009  4  1  9 55  0.000000  1   -0.169264532628E-03                     
+AS R07  2009  4  1  9 55  0.000000  1   -0.892110712467E-04                     
+AS R08  2009  4  1  9 55  0.000000  1   -0.102001746473E-03                     
+AS R10  2009  4  1  9 55  0.000000  1   -0.140843170653E-03                     
+AS R11  2009  4  1  9 55  0.000000  1   -0.926215039039E-04                     
+AS R13  2009  4  1  9 55  0.000000  1   -0.230634373903E-03                     
+AS R14  2009  4  1  9 55  0.000000  1   -0.796350846679E-04                     
+AS R15  2009  4  1  9 55  0.000000  1    0.921049263344E-04                     
+AS R17  2009  4  1  9 55  0.000000  1   -0.261258027409E-03                     
+AS R18  2009  4  1  9 55  0.000000  1   -0.134918476745E-05                     
+AS R19  2009  4  1  9 55  0.000000  1   -0.894148788998E-04                     
+AS R20  2009  4  1  9 55  0.000000  1   -0.650116494022E-04                     
+AS R21  2009  4  1  9 55  0.000000  1   -0.143332125769E-03                     
+AS R22  2009  4  1  9 55  0.000000  1   -0.201558084040E-03                     
+AS R23  2009  4  1  9 55  0.000000  1   -0.200342937485E-03                     
+AR ALGO 2009  4  1  9 55  0.000000  1    0.808218273879E-04                     
+AR ALIC 2009  4  1  9 55  0.000000  1    0.723825103510E-08                     
+AR AMC2 2009  4  1  9 55  0.000000  1    0.177686260154E-08                     
+AR ANKR 2009  4  1  9 55  0.000000  1    0.405557138928E-03                     
+AR ARTU 2009  4  1  9 55  0.000000  1   -0.781692419271E-07                     
+AR ASPA 2009  4  1  9 55  0.000000  1    0.253732610002E-07                     
+AR BHR1 2009  4  1  9 55  0.000000  1    0.563383325317E-03                     
+AR BARH 2009  4  1  9 55  0.000000  1    0.849928039961E-09                     
+AR BJFS 2009  4  1  9 55  0.000000  1   -0.391615376572E-07                     
+AR BOGT 2009  4  1  9 55  0.000000  1   -0.395409523576E-07                     
+AR BRMU 2009  4  1  9 55  0.000000  1    0.450692753271E-03                     
+AR CAGZ 2009  4  1  9 55  0.000000  1    0.195584720188E-03                     
+AR CAS1 2009  4  1  9 55  0.000000  1    0.534599289249E-08                     
+AR CHAT 2009  4  1  9 55  0.000000  1   -0.573624643038E-07                     
+AR CHPI 2009  4  1  9 55  0.000000  1   -0.632933057691E-07                     
+AR COCO 2009  4  1  9 55  0.000000  1    0.227619491292E-03                     
+AR CONZ 2009  4  1  9 55  0.000000  1   -0.716287095030E-04                     
+AR CRAR 2009  4  1  9 55  0.000000  1   -0.464119838487E-03                     
+AR CRO1 2009  4  1  9 55  0.000000  1    0.665104911161E-03                     
+AR DAEJ 2009  4  1  9 55  0.000000  1   -0.196569101572E-03                     
+AR DARW 2009  4  1  9 55  0.000000  1   -0.698951637751E-09                     
+AR DGAR 2009  4  1  9 55  0.000000  1   -0.114126767471E-06                     
+AR DRAO 2009  4  1  9 55  0.000000  1    0.113452674281E-03                     
+AR FAA1 2009  4  1  9 55  0.000000  1   -0.142558134871E-07                     
+AR FAIR 2009  4  1  9 55  0.000000  1   -0.589198392204E-07                     
+AR GLPS 2009  4  1  9 55  0.000000  1   -0.547900260641E-07                     
+AR GUAM 2009  4  1  9 55  0.000000  1   -0.607560349616E-07                     
+AR GUAT 2009  4  1  9 55  0.000000  1    0.181066613772E-08                     
+AR HOB2 2009  4  1  9 55  0.000000  1    0.875514839493E-07                     
+AR HOFN 2009  4  1  9 55  0.000000  1    0.335195582277E-03                     
+AR HOLM 2009  4  1  9 55  0.000000  1   -0.548796430184E-07                     
+AR HRAO 2009  4  1  9 55  0.000000  1    0.849462919847E-03                     
+AR HYDE 2009  4  1  9 55  0.000000  1    0.300053821188E-09                     
+AR IRKJ 2009  4  1  9 55  0.000000  1    0.163747338975E-03                     
+AR ISPA 2009  4  1  9 55  0.000000  1   -0.505994426887E-07                     
+AR KARR 2009  4  1  9 55  0.000000  1   -0.632386142342E-07                     
+AR KERG 2009  4  1  9 55  0.000000  1    0.817502632281E-03                     
+AR KHAJ 2009  4  1  9 55  0.000000  1   -0.150755580662E-05                     
+AR KIR0 2009  4  1  9 55  0.000000  1    0.283285238197E-03                     
+AR KIRU 2009  4  1  9 55  0.000000  1    0.591424903739E-03                     
+AR KOUR 2009  4  1  9 55  0.000000  1    0.125014241821E-03                     
+AR KUNM 2009  4  1  9 55  0.000000  1    0.981496248445E-07                     
+AR LHAZ 2009  4  1  9 55  0.000000  1    0.297332271397E-03                     
+AR MAL2 2009  4  1  9 55  0.000000  1    0.603349929004E-08                     
+AR MAS1 2009  4  1  9 55  0.000000  1   -0.101608342285E-03                     
+AR MAW1 2009  4  1  9 55  0.000000  1    0.265205460351E-08                     
+AR MCIL 2009  4  1  9 55  0.000000  1    0.251927834625E-07                     
+AR MCM4 2009  4  1  9 55  0.000000  1   -0.535992567438E-07                     
+AR MDO1 2009  4  1  9 55  0.000000  1   -0.243062775458E-07                     
+AR MDVJ 2009  4  1  9 55  0.000000  1    0.438552596343E-03                     
+AR MKEA 2009  4  1  9 55  0.000000  1   -0.420863691535E-07                     
+AR MOBS 2009  4  1  9 55  0.000000  1   -0.110202805205E-08                     
+AR NANO 2009  4  1  9 55  0.000000  1    0.926297505425E-09                     
+AR NLIB 2009  4  1  9 55  0.000000  1   -0.117344689774E-06                     
+AR NNOR 2009  4  1  9 55  0.000000  1    0.365797419603E-03                     
+AR NRC1 2009  4  1  9 55  0.000000  1   -0.448647494895E-05                     
+AR NRIL 2009  4  1  9 55  0.000000  1   -0.503682883252E-07                     
+AR NRMD 2009  4  1  9 55  0.000000  1    0.189079538245E-07                     
+AR NTUS 2009  4  1  9 55  0.000000  1   -0.225393674906E-08                     
+AR NYAL 2009  4  1  9 55  0.000000  1    0.941162944840E-07                     
+AR OHI3 2009  4  1  9 55  0.000000  1    0.451428943394E-03                     
+AR ONSA 2009  4  1  9 55  0.000000  1   -0.324768935507E-04                     
+AR PDEL 2009  4  1  9 55  0.000000  1   -0.487255023153E-08                     
+AR PERT 2009  4  1  9 55  0.000000  1   -0.680181160064E-07                     
+AR PETP 2009  4  1  9 55  0.000000  1   -0.692147116863E-07                     
+AR PIMO 2009  4  1  9 55  0.000000  1   -0.698328144392E-07                     
+AR QAQ1 2009  4  1  9 55  0.000000  1   -0.596206552695E-07                     
+AR QUIN 2009  4  1  9 55  0.000000  1   -0.443675094504E-07                     
+AR RABT 2009  4  1  9 55  0.000000  1   -0.475358956622E-07                     
+AR RAMO 2009  4  1  9 55  0.000000  1   -0.833158283029E-07                     
+AR RCMN 2009  4  1  9 55  0.000000  1    0.901187200130E-08                     
+AR REDU 2009  4  1  9 55  0.000000  1   -0.561964307303E-07                     
+AR REUN 2009  4  1  9 55  0.000000  1    0.334963892573E-07                     
+AR REYK 2009  4  1  9 55  0.000000  1    0.371969682489E-03                     
+AR SCH2 2009  4  1  9 55  0.000000  1    0.188562946624E-03                     
+AR SCUB 2009  4  1  9 55  0.000000  1   -0.538493888751E-07                     
+AR STJO 2009  4  1  9 55  0.000000  1   -0.703373107243E-05                     
+AR SYDN 2009  4  1  9 55  0.000000  1    0.141148083917E-05                     
+AR SYOG 2009  4  1  9 55  0.000000  1    0.140107054919E-04                     
+AR THU2 2009  4  1  9 55  0.000000  1   -0.479710235089E-03                     
+AR TOW2 2009  4  1  9 55  0.000000  1   -0.247467221092E-10                     
+AR URUM 2009  4  1  9 55  0.000000  1   -0.370025810472E-03                     
+AR VESL 2009  4  1  9 55  0.000000  1   -0.328161970915E-03                     
+AR VILL 2009  4  1  9 55  0.000000  1   -0.571495658907E-07                     
+AR WTZR 2009  4  1  9 55  0.000000  1    0.451342287482E-07                     
+AR WUHN 2009  4  1  9 55  0.000000  1   -0.328051884427E-07                     
+AR YSSK 2009  4  1  9 55  0.000000  1   -0.671076959324E-07                     
+AR ZIM2 2009  4  1  9 55  0.000000  1    0.318167168935E-07                     
+AR XMIS 2009  4  1  9 55  0.000000  1   -0.488710642862E-08                     
+AR GODZ 2009  4  1  9 55  0.000000  1   -0.469121195608E-03                     
+AR MTKA 2009  4  1  9 55  0.000000  1   -0.524707566169E-07                     
+AR TIXJ 2009  4  1  9 55  0.000000  1    0.215653701984E-03                     
+AR PARK 2009  4  1  9 55  0.000000  1    0.805968319696E-06                     
+AR UNBJ 2009  4  1  9 55  0.000000  1   -0.114842624504E-04                     
+AR NOVM 2009  4  1  9 55  0.000000  1    0.798333683528E-04                     
+AR SUNM 2009  4  1  9 55  0.000000  1    0.274585113729E-03                     
+AR CEBR 2009  4  1  9 55  0.000000  1    0.719431636462E-03                     
+AR CPXF 2009  4  1  9 55  0.000000  1    0.575707408854E-08                     
+AR IDDR 2009  4  1  9 55  0.000000  1    0.828747415120E-08                     
+AR AZGB 2009  4  1  9 55  0.000000  1   -0.246765636832E-03                     
+AR TN22 2009  4  1  9 55  0.000000  1    0.232396444240E-03                     
+AR ETAD 2009  4  1  9 55  0.000000  1    0.321732340335E-07                     
+AR ILHA 2009  4  1  9 55  0.000000  1   -0.207228653758E-08                     
+AR POVE 2009  4  1  9 55  0.000000  1    0.174277275824E-08                     
+AR RECF 2009  4  1  9 55  0.000000  1    0.142955461378E-07                     
+AR SALU 2009  4  1  9 55  0.000000  1    0.258387209880E-07                     
+AR SAVO 2009  4  1  9 55  0.000000  1    0.156909689323E-07                     
+AR UFPR 2009  4  1  9 55  0.000000  1    0.177347308060E-07                     
+AR YELL 2009  4  1  9 55  0.000000  1    0.241537000000E-06                     
+AS G32  2009  4  1 10  0  0.000000  1    0.280214654210E-03                     
+AS G24  2009  4  1 10  0  0.000000  1    0.177807775883E-03                     
+AS G25  2009  4  1 10  0  0.000000  1    0.334375209185E-03                     
+AS G26  2009  4  1 10  0  0.000000  1    0.544408303593E-04                     
+AS G27  2009  4  1 10  0  0.000000  1    0.371163529343E-04                     
+AS G30  2009  4  1 10  0  0.000000  1    0.136238368444E-03                     
+AS G03  2009  4  1 10  0  0.000000  1    0.373430405538E-03                     
+AS G04  2009  4  1 10  0  0.000000  1   -0.345971796673E-04                     
+AS G06  2009  4  1 10  0  0.000000  1    0.600867451929E-04                     
+AS G08  2009  4  1 10  0  0.000000  1   -0.196531090647E-03                     
+AS G09  2009  4  1 10  0  0.000000  1    0.484419611753E-04                     
+AS G10  2009  4  1 10  0  0.000000  1   -0.136201867811E-04                     
+AS G14  2009  4  1 10  0  0.000000  1   -0.132435561009E-03                     
+AS G13  2009  4  1 10  0  0.000000  1    0.293255921071E-03                     
+AS G28  2009  4  1 10  0  0.000000  1   -0.238300710914E-04                     
+AS G21  2009  4  1 10  0  0.000000  1    0.215395118739E-04                     
+AS G11  2009  4  1 10  0  0.000000  1    0.275960886927E-05                     
+AS G22  2009  4  1 10  0  0.000000  1    0.202431489743E-03                     
+AS G20  2009  4  1 10  0  0.000000  1    0.865658333282E-04                     
+AS G18  2009  4  1 10  0  0.000000  1   -0.695475261806E-04                     
+AS G16  2009  4  1 10  0  0.000000  1    0.630209430285E-04                     
+AS G19  2009  4  1 10  0  0.000000  1    0.293631745754E-04                     
+AS G23  2009  4  1 10  0  0.000000  1    0.388985100437E-03                     
+AS G02  2009  4  1 10  0  0.000000  1    0.153933719145E-03                     
+AS G31  2009  4  1 10  0  0.000000  1   -0.564651119874E-04                     
+AS G17  2009  4  1 10  0  0.000000  1    0.524284109388E-04                     
+AS G12  2009  4  1 10  0  0.000000  1   -0.299559307387E-03                     
+AS G15  2009  4  1 10  0  0.000000  1   -0.275978257063E-03                     
+AS G29  2009  4  1 10  0  0.000000  1    0.482593796275E-05                     
+AS G07  2009  4  1 10  0  0.000000  1    0.209836044064E-04                     
+AS R02  2009  4  1 10  0  0.000000  1    0.206741752673E-04                     
+AS R03  2009  4  1 10  0  0.000000  1   -0.342600813220E-04                     
+AS R04  2009  4  1 10  0  0.000000  1    0.638642145183E-04                     
+AS R06  2009  4  1 10  0  0.000000  1   -0.169264893445E-03                     
+AS R07  2009  4  1 10  0  0.000000  1   -0.892091779493E-04                     
+AS R08  2009  4  1 10  0  0.000000  1   -0.102001493798E-03                     
+AS R10  2009  4  1 10  0  0.000000  1   -0.140843031412E-03                     
+AS R11  2009  4  1 10  0  0.000000  1   -0.926217939513E-04                     
+AS R13  2009  4  1 10  0  0.000000  1   -0.230634925893E-03                     
+AS R14  2009  4  1 10  0  0.000000  1   -0.796342416069E-04                     
+AS R15  2009  4  1 10  0  0.000000  1    0.921051859662E-04                     
+AS R17  2009  4  1 10  0  0.000000  1   -0.261258473093E-03                     
+AS R18  2009  4  1 10  0  0.000000  1   -0.134934973935E-05                     
+AS R19  2009  4  1 10  0  0.000000  1   -0.894151875319E-04                     
+AS R20  2009  4  1 10  0  0.000000  1   -0.650116700789E-04                     
+AS R21  2009  4  1 10  0  0.000000  1   -0.143332526727E-03                     
+AS R22  2009  4  1 10  0  0.000000  1   -0.201558953548E-03                     
+AS R23  2009  4  1 10  0  0.000000  1   -0.200341458149E-03                     
+AR ALGO 2009  4  1 10  0  0.000000  1    0.808262998557E-04                     
+AR ALIC 2009  4  1 10  0  0.000000  1    0.122709373675E-07                     
+AR AMC2 2009  4  1 10  0  0.000000  1    0.181708629774E-08                     
+AR ANKR 2009  4  1 10  0  0.000000  1    0.472895973137E-03                     
+AR ARTU 2009  4  1 10  0  0.000000  1   -0.780829502617E-07                     
+AR ASPA 2009  4  1 10  0  0.000000  1    0.237093493434E-07                     
+AR BHR1 2009  4  1 10  0  0.000000  1    0.563383280193E-03                     
+AR BARH 2009  4  1 10  0  0.000000  1    0.121534813066E-08                     
+AR BJFS 2009  4  1 10  0  0.000000  1   -0.494771080325E-07                     
+AR BOGT 2009  4  1 10  0  0.000000  1   -0.411358158585E-07                     
+AR BRMU 2009  4  1 10  0  0.000000  1   -0.552737557415E-04                     
+AR CAGZ 2009  4  1 10  0  0.000000  1    0.419191747436E-03                     
+AR CAS1 2009  4  1 10  0  0.000000  1    0.643149207844E-08                     
+AR CHAT 2009  4  1 10  0  0.000000  1   -0.524932101282E-07                     
+AR CHPI 2009  4  1 10  0  0.000000  1   -0.566471200766E-07                     
+AR COCO 2009  4  1 10  0  0.000000  1    0.227620106597E-03                     
+AR CONZ 2009  4  1 10  0  0.000000  1   -0.198511405931E-03                     
+AR CRAR 2009  4  1 10  0  0.000000  1   -0.489435194531E-03                     
+AR CRO1 2009  4  1 10  0  0.000000  1    0.665105032104E-03                     
+AR DAEJ 2009  4  1 10  0  0.000000  1   -0.196568248664E-03                     
+AR DARW 2009  4  1 10  0  0.000000  1    0.273859842189E-08                     
+AR DGAR 2009  4  1 10  0  0.000000  1   -0.113609696192E-06                     
+AR DRAO 2009  4  1 10  0  0.000000  1    0.113489374597E-03                     
+AR FAA1 2009  4  1 10  0  0.000000  1   -0.144702431403E-07                     
+AR FAIR 2009  4  1 10  0  0.000000  1   -0.616735537670E-07                     
+AR GLPS 2009  4  1 10  0  0.000000  1   -0.551190619026E-07                     
+AR GUAM 2009  4  1 10  0  0.000000  1   -0.600978837852E-07                     
+AR GUAT 2009  4  1 10  0  0.000000  1    0.624841994596E-08                     
+AR HOB2 2009  4  1 10  0  0.000000  1    0.875999696903E-07                     
+AR HOFN 2009  4  1 10  0  0.000000  1    0.413071951527E-03                     
+AR HOLM 2009  4  1 10  0  0.000000  1   -0.578548177849E-07                     
+AR HRAO 2009  4  1 10  0  0.000000  1    0.849463028419E-03                     
+AR HYDE 2009  4  1 10  0  0.000000  1    0.182382733068E-08                     
+AR IRKJ 2009  4  1 10  0  0.000000  1    0.163747381836E-03                     
+AR ISPA 2009  4  1 10  0  0.000000  1   -0.523833434951E-07                     
+AR KERG 2009  4  1 10  0  0.000000  1    0.817502508056E-03                     
+AR KHAJ 2009  4  1 10  0  0.000000  1   -0.150752822901E-05                     
+AR KIR0 2009  4  1 10  0  0.000000  1    0.283278468647E-03                     
+AR KIRU 2009  4  1 10  0  0.000000  1    0.591430800682E-03                     
+AR KOUR 2009  4  1 10  0  0.000000  1    0.125014274262E-03                     
+AR KUNM 2009  4  1 10  0  0.000000  1    0.928259562506E-07                     
+AR LHAZ 2009  4  1 10  0  0.000000  1    0.310130349339E-03                     
+AR MAL2 2009  4  1 10  0  0.000000  1    0.835190272794E-08                     
+AR MAS1 2009  4  1 10  0  0.000000  1   -0.101608315203E-03                     
+AR MAW1 2009  4  1 10  0  0.000000  1   -0.577027983751E-08                     
+AR MCIL 2009  4  1 10  0  0.000000  1    0.261518251865E-07                     
+AR MCM4 2009  4  1 10  0  0.000000  1   -0.523569859250E-07                     
+AR MDO1 2009  4  1 10  0  0.000000  1   -0.342103862718E-07                     
+AR MDVJ 2009  4  1 10  0  0.000000  1    0.438552615579E-03                     
+AR MKEA 2009  4  1 10  0  0.000000  1   -0.406174432343E-07                     
+AR MOBS 2009  4  1 10  0  0.000000  1   -0.131702780666E-08                     
+AR NANO 2009  4  1 10  0  0.000000  1    0.893657272638E-09                     
+AR NLIB 2009  4  1 10  0  0.000000  1   -0.117317539301E-06                     
+AR NNOR 2009  4  1 10  0  0.000000  1    0.365797226643E-03                     
+AR NRC1 2009  4  1 10  0  0.000000  1   -0.448642886620E-05                     
+AR NRIL 2009  4  1 10  0  0.000000  1   -0.520817737643E-07                     
+AR NRMD 2009  4  1 10  0  0.000000  1    0.176623064771E-07                     
+AR NTUS 2009  4  1 10  0  0.000000  1    0.442050433070E-09                     
+AR NYAL 2009  4  1 10  0  0.000000  1    0.941574964242E-07                     
+AR OHI3 2009  4  1 10  0  0.000000  1   -0.439947746054E-03                     
+AR ONSA 2009  4  1 10  0  0.000000  1   -0.324769054864E-04                     
+AR PDEL 2009  4  1 10  0  0.000000  1   -0.642352509112E-08                     
+AR PERT 2009  4  1 10  0  0.000000  1   -0.723561975894E-07                     
+AR PETP 2009  4  1 10  0  0.000000  1   -0.651991720937E-07                     
+AR PIMO 2009  4  1 10  0  0.000000  1   -0.628788640598E-07                     
+AR QAQ1 2009  4  1 10  0  0.000000  1   -0.606922855910E-07                     
+AR QUIN 2009  4  1 10  0  0.000000  1   -0.443789958077E-07                     
+AR RABT 2009  4  1 10  0  0.000000  1   -0.479677044684E-07                     
+AR RAMO 2009  4  1 10  0  0.000000  1   -0.306185393298E-08                     
+AR RCMN 2009  4  1 10  0  0.000000  1    0.909487173293E-08                     
+AR REDU 2009  4  1 10  0  0.000000  1   -0.502999338852E-07                     
+AR REUN 2009  4  1 10  0  0.000000  1    0.341097989375E-07                     
+AR REYK 2009  4  1 10  0  0.000000  1    0.388775524763E-03                     
+AR SCH2 2009  4  1 10  0  0.000000  1    0.188577939760E-03                     
+AR SCUB 2009  4  1 10  0  0.000000  1   -0.557219511989E-07                     
+AR STJO 2009  4  1 10  0  0.000000  1   -0.703400371033E-05                     
+AR SYDN 2009  4  1 10  0  0.000000  1    0.141157024493E-05                     
+AR SYOG 2009  4  1 10  0  0.000000  1    0.140103327672E-04                     
+AR THU2 2009  4  1 10  0  0.000000  1   -0.481712333454E-03                     
+AR TOW2 2009  4  1 10  0  0.000000  1    0.550344612408E-10                     
+AR URUM 2009  4  1 10  0  0.000000  1   -0.448742315502E-03                     
+AR VESL 2009  4  1 10  0  0.000000  1   -0.289268731754E-03                     
+AR VILL 2009  4  1 10  0  0.000000  1   -0.624802816632E-07                     
+AR WTZR 2009  4  1 10  0  0.000000  1    0.451573477801E-07                     
+AR WUHN 2009  4  1 10  0  0.000000  1   -0.320104696601E-07                     
+AR YSSK 2009  4  1 10  0  0.000000  1   -0.658139121443E-07                     
+AR ZIM2 2009  4  1 10  0  0.000000  1    0.315317249110E-07                     
+AR XMIS 2009  4  1 10  0  0.000000  1   -0.428699475719E-08                     
+AR GODZ 2009  4  1 10  0  0.000000  1   -0.469121116815E-03                     
+AR MTKA 2009  4  1 10  0  0.000000  1   -0.523518266117E-07                     
+AR TIXJ 2009  4  1 10  0  0.000000  1    0.210061034449E-03                     
+AR PARK 2009  4  1 10  0  0.000000  1    0.805960212386E-06                     
+AR UNBJ 2009  4  1 10  0  0.000000  1   -0.848614287713E-04                     
+AR NOVM 2009  4  1 10  0  0.000000  1    0.798334120125E-04                     
+AR SUNM 2009  4  1 10  0  0.000000  1    0.118179610119E-03                     
+AR CEBR 2009  4  1 10  0  0.000000  1    0.719431637019E-03                     
+AR CPXF 2009  4  1 10  0  0.000000  1    0.773324886465E-08                     
+AR IDDR 2009  4  1 10  0  0.000000  1    0.876517236015E-08                     
+AR AZGB 2009  4  1 10  0  0.000000  1   -0.386025122874E-03                     
+AR TN22 2009  4  1 10  0  0.000000  1    0.152602647072E-03                     
+AR ETAD 2009  4  1 10  0  0.000000  1    0.302395490008E-07                     
+AR ILHA 2009  4  1 10  0  0.000000  1   -0.217364286047E-08                     
+AR POVE 2009  4  1 10  0  0.000000  1    0.160819864058E-08                     
+AR RECF 2009  4  1 10  0  0.000000  1    0.150803656778E-07                     
+AR SALU 2009  4  1 10  0  0.000000  1    0.270316724616E-07                     
+AR SAVO 2009  4  1 10  0  0.000000  1    0.161138453313E-07                     
+AR UFPR 2009  4  1 10  0  0.000000  1    0.178286124232E-07                     
+AR YELL 2009  4  1 10  0  0.000000  1    0.241608000000E-06                     
+AS G32  2009  4  1 10  5  0.000000  1    0.280213345985E-03                     
+AS G24  2009  4  1 10  5  0.000000  1    0.177809029324E-03                     
+AS G25  2009  4  1 10  5  0.000000  1    0.334381774006E-03                     
+AS G26  2009  4  1 10  5  0.000000  1    0.544415594513E-04                     
+AS G27  2009  4  1 10  5  0.000000  1    0.371173914144E-04                     
+AS G30  2009  4  1 10  5  0.000000  1    0.136239013277E-03                     
+AS G03  2009  4  1 10  5  0.000000  1    0.373431712820E-03                     
+AS G04  2009  4  1 10  5  0.000000  1   -0.346017303369E-04                     
+AS G06  2009  4  1 10  5  0.000000  1    0.600919589880E-04                     
+AS G08  2009  4  1 10  5  0.000000  1   -0.196531172069E-03                     
+AS G09  2009  4  1 10  5  0.000000  1    0.484428477329E-04                     
+AS G10  2009  4  1 10  5  0.000000  1   -0.136199647996E-04                     
+AS G14  2009  4  1 10  5  0.000000  1   -0.132433761601E-03                     
+AS G13  2009  4  1 10  5  0.000000  1    0.293256055478E-03                     
+AS G28  2009  4  1 10  5  0.000000  1   -0.238300188283E-04                     
+AS G21  2009  4  1 10  5  0.000000  1    0.215391899552E-04                     
+AS G11  2009  4  1 10  5  0.000000  1    0.275924296993E-05                     
+AS G22  2009  4  1 10  5  0.000000  1    0.202431337234E-03                     
+AS G20  2009  4  1 10  5  0.000000  1    0.865655521275E-04                     
+AS G18  2009  4  1 10  5  0.000000  1   -0.695463635207E-04                     
+AS G16  2009  4  1 10  5  0.000000  1    0.630201500583E-04                     
+AS G19  2009  4  1 10  5  0.000000  1    0.293626973101E-04                     
+AS G23  2009  4  1 10  5  0.000000  1    0.388985282254E-03                     
+AS G02  2009  4  1 10  5  0.000000  1    0.153933518866E-03                     
+AS G31  2009  4  1 10  5  0.000000  1   -0.564655529452E-04                     
+AS G17  2009  4  1 10  5  0.000000  1    0.524289151159E-04                     
+AS G12  2009  4  1 10  5  0.000000  1   -0.299557656840E-03                     
+AS G15  2009  4  1 10  5  0.000000  1   -0.275979472592E-03                     
+AS G29  2009  4  1 10  5  0.000000  1    0.482704785703E-05                     
+AS G07  2009  4  1 10  5  0.000000  1    0.209833032260E-04                     
+AS R02  2009  4  1 10  5  0.000000  1    0.206731902226E-04                     
+AS R03  2009  4  1 10  5  0.000000  1   -0.342607375247E-04                     
+AS R04  2009  4  1 10  5  0.000000  1    0.638612838108E-04                     
+AS R06  2009  4  1 10  5  0.000000  1   -0.169264353128E-03                     
+AS R07  2009  4  1 10  5  0.000000  1   -0.892100804448E-04                     
+AS R08  2009  4  1 10  5  0.000000  1   -0.102001262939E-03                     
+AS R10  2009  4  1 10  5  0.000000  1   -0.140842739123E-03                     
+AS R11  2009  4  1 10  5  0.000000  1   -0.926220265608E-04                     
+AS R13  2009  4  1 10  5  0.000000  1   -0.230634900008E-03                     
+AS R14  2009  4  1 10  5  0.000000  1   -0.796337091569E-04                     
+AS R15  2009  4  1 10  5  0.000000  1    0.921055563572E-04                     
+AS R17  2009  4  1 10  5  0.000000  1   -0.261258870876E-03                     
+AS R18  2009  4  1 10  5  0.000000  1   -0.134937410019E-05                     
+AS R19  2009  4  1 10  5  0.000000  1   -0.894154965218E-04                     
+AS R20  2009  4  1 10  5  0.000000  1   -0.650118803851E-04                     
+AS R21  2009  4  1 10  5  0.000000  1   -0.143332785479E-03                     
+AS R22  2009  4  1 10  5  0.000000  1   -0.201559573546E-03                     
+AS R23  2009  4  1 10  5  0.000000  1   -0.200339783852E-03                     
+AR ALGO 2009  4  1 10  5  0.000000  1    0.808306992791E-04                     
+AR ALIC 2009  4  1 10  5  0.000000  1    0.109273420829E-07                     
+AR AMC2 2009  4  1 10  5  0.000000  1    0.181526963101E-08                     
+AR ANKR 2009  4  1 10  5  0.000000  1   -0.459696376661E-03                     
+AR ARTU 2009  4  1 10  5  0.000000  1   -0.781720490143E-07                     
+AR ASPA 2009  4  1 10  5  0.000000  1    0.215274124796E-07                     
+AR BHR1 2009  4  1 10  5  0.000000  1    0.563383281519E-03                     
+AR BARH 2009  4  1 10  5  0.000000  1    0.498503328880E-09                     
+AR BJFS 2009  4  1 10  5  0.000000  1   -0.486924802625E-07                     
+AR BOGT 2009  4  1 10  5  0.000000  1   -0.425240856677E-07                     
+AR BRMU 2009  4  1 10  5  0.000000  1    0.439051885920E-03                     
+AR CAGZ 2009  4  1 10  5  0.000000  1   -0.357309520209E-03                     
+AR CAS1 2009  4  1 10  5  0.000000  1    0.413075900319E-08                     
+AR CHAT 2009  4  1 10  5  0.000000  1   -0.528453035202E-07                     
+AR CHPI 2009  4  1 10  5  0.000000  1   -0.625224178284E-07                     
+AR COCO 2009  4  1 10  5  0.000000  1    0.227620257029E-03                     
+AR CONZ 2009  4  1 10  5  0.000000  1   -0.325014654174E-03                     
+AR CRAR 2009  4  1 10  5  0.000000  1    0.485263934556E-03                     
+AR CRO1 2009  4  1 10  5  0.000000  1    0.665105032753E-03                     
+AR DAEJ 2009  4  1 10  5  0.000000  1   -0.196568721943E-03                     
+AR DARW 2009  4  1 10  5  0.000000  1    0.204310240680E-08                     
+AR DGAR 2009  4  1 10  5  0.000000  1   -0.110751818864E-06                     
+AR DRAO 2009  4  1 10  5  0.000000  1    0.113526156038E-03                     
+AR FAA1 2009  4  1 10  5  0.000000  1   -0.137246378457E-07                     
+AR FAIR 2009  4  1 10  5  0.000000  1   -0.628592410141E-07                     
+AR GLPS 2009  4  1 10  5  0.000000  1   -0.548418494147E-07                     
+AR GUAM 2009  4  1 10  5  0.000000  1   -0.619449334409E-07                     
+AR GUAT 2009  4  1 10  5  0.000000  1    0.480805205248E-08                     
+AR HOB2 2009  4  1 10  5  0.000000  1    0.876261496017E-07                     
+AR HOFN 2009  4  1 10  5  0.000000  1    0.490988158798E-03                     
+AR HOLM 2009  4  1 10  5  0.000000  1   -0.575486897400E-07                     
+AR HRAO 2009  4  1 10  5  0.000000  1    0.849463115300E-03                     
+AR HYDE 2009  4  1 10  5  0.000000  1    0.864609697293E-09                     
+AR IRKJ 2009  4  1 10  5  0.000000  1    0.163747467973E-03                     
+AR ISPA 2009  4  1 10  5  0.000000  1   -0.530190387815E-07                     
+AR KARR 2009  4  1 10  5  0.000000  1   -0.633202839154E-07                     
+AR KERG 2009  4  1 10  5  0.000000  1    0.817502447243E-03                     
+AR KHAJ 2009  4  1 10  5  0.000000  1   -0.150755343183E-05                     
+AR KIR0 2009  4  1 10  5  0.000000  1    0.283271700277E-03                     
+AR KIRU 2009  4  1 10  5  0.000000  1    0.591436326826E-03                     
+AR KOUR 2009  4  1 10  5  0.000000  1    0.125014276157E-03                     
+AR KUNM 2009  4  1 10  5  0.000000  1    0.889548136403E-07                     
+AR LHAZ 2009  4  1 10  5  0.000000  1    0.322997124525E-03                     
+AR MAL2 2009  4  1 10  5  0.000000  1    0.121982402276E-07                     
+AR MAS1 2009  4  1 10  5  0.000000  1   -0.101608324615E-03                     
+AR MAW1 2009  4  1 10  5  0.000000  1   -0.191216419651E-08                     
+AR MCIL 2009  4  1 10  5  0.000000  1    0.267154741432E-07                     
+AR MCM4 2009  4  1 10  5  0.000000  1   -0.837096521576E-07                     
+AR MDO1 2009  4  1 10  5  0.000000  1   -0.314581818177E-07                     
+AR MDVJ 2009  4  1 10  5  0.000000  1    0.438552622662E-03                     
+AR MKEA 2009  4  1 10  5  0.000000  1   -0.406771224276E-07                     
+AR MOBS 2009  4  1 10  5  0.000000  1    0.683121833123E-09                     
+AR NANO 2009  4  1 10  5  0.000000  1    0.145593145096E-08                     
+AR NLIB 2009  4  1 10  5  0.000000  1   -0.117360709919E-06                     
+AR NNOR 2009  4  1 10  5  0.000000  1    0.365797972205E-03                     
+AR NRC1 2009  4  1 10  5  0.000000  1   -0.448639544075E-05                     
+AR NRIL 2009  4  1 10  5  0.000000  1   -0.540041933485E-07                     
+AR NRMD 2009  4  1 10  5  0.000000  1    0.185832795259E-07                     
+AR NTUS 2009  4  1 10  5  0.000000  1   -0.181487580120E-09                     
+AR NYAL 2009  4  1 10  5  0.000000  1    0.941938300025E-07                     
+AR OHI3 2009  4  1 10  5  0.000000  1   -0.331227876999E-03                     
+AR ONSA 2009  4  1 10  5  0.000000  1   -0.324769591087E-04                     
+AR PDEL 2009  4  1 10  5  0.000000  1   -0.770522344938E-08                     
+AR PERT 2009  4  1 10  5  0.000000  1   -0.716313573243E-07                     
+AR PETP 2009  4  1 10  5  0.000000  1   -0.700118795013E-07                     
+AR PIMO 2009  4  1 10  5  0.000000  1   -0.621814512360E-07                     
+AR QAQ1 2009  4  1 10  5  0.000000  1   -0.626399085199E-07                     
+AR QUIN 2009  4  1 10  5  0.000000  1   -0.452679899552E-07                     
+AR RABT 2009  4  1 10  5  0.000000  1   -0.503269962682E-07                     
+AR RAMO 2009  4  1 10  5  0.000000  1   -0.556954052419E-09                     
+AR RCMN 2009  4  1 10  5  0.000000  1    0.875224433572E-08                     
+AR REDU 2009  4  1 10  5  0.000000  1   -0.504561427084E-07                     
+AR REUN 2009  4  1 10  5  0.000000  1    0.382402984505E-07                     
+AR REYK 2009  4  1 10  5  0.000000  1    0.405380403493E-03                     
+AR SCH2 2009  4  1 10  5  0.000000  1    0.188592937366E-03                     
+AR SCUB 2009  4  1 10  5  0.000000  1   -0.574024730932E-07                     
+AR STJO 2009  4  1 10  5  0.000000  1   -0.703428775199E-05                     
+AR SYDN 2009  4  1 10  5  0.000000  1    0.141148522723E-05                     
+AR SYOG 2009  4  1 10  5  0.000000  1    0.140104579367E-04                     
+AR THU2 2009  4  1 10  5  0.000000  1   -0.483714555052E-03                     
+AR TOW2 2009  4  1 10  5  0.000000  1    0.557351268951E-10                     
+AR URUM 2009  4  1 10  5  0.000000  1    0.472507545822E-03                     
+AR VESL 2009  4  1 10  5  0.000000  1   -0.250362103519E-03                     
+AR VILL 2009  4  1 10  5  0.000000  1   -0.631123499051E-07                     
+AR WTZR 2009  4  1 10  5  0.000000  1    0.451776438859E-07                     
+AR WUHN 2009  4  1 10  5  0.000000  1   -0.343982353903E-07                     
+AR YSSK 2009  4  1 10  5  0.000000  1   -0.651742200459E-07                     
+AR ZIM2 2009  4  1 10  5  0.000000  1    0.314030476299E-07                     
+AR XMIS 2009  4  1 10  5  0.000000  1   -0.280038896377E-08                     
+AR GODZ 2009  4  1 10  5  0.000000  1   -0.469121083689E-03                     
+AR MTKA 2009  4  1 10  5  0.000000  1   -0.592456733409E-07                     
+AR TIXJ 2009  4  1 10  5  0.000000  1    0.204582281962E-03                     
+AR PARK 2009  4  1 10  5  0.000000  1    0.806055964064E-06                     
+AR UNBJ 2009  4  1 10  5  0.000000  1   -0.158233074831E-03                     
+AR NOVM 2009  4  1 10  5  0.000000  1    0.798335063047E-04                     
+AR SUNM 2009  4  1 10  5  0.000000  1   -0.377781661170E-04                     
+AR CEBR 2009  4  1 10  5  0.000000  1    0.719431655641E-03                     
+AR CPXF 2009  4  1 10  5  0.000000  1    0.714052954336E-08                     
+AR IDDR 2009  4  1 10  5  0.000000  1    0.814236891087E-08                     
+AR AZGB 2009  4  1 10  5  0.000000  1    0.474607633176E-03                     
+AR TN22 2009  4  1 10  5  0.000000  1    0.730828284370E-04                     
+AR ETAD 2009  4  1 10  5  0.000000  1    0.323457067892E-07                     
+AR ILHA 2009  4  1 10  5  0.000000  1   -0.498652309844E-08                     
+AR POVE 2009  4  1 10  5  0.000000  1    0.113587863993E-08                     
+AR RECF 2009  4  1 10  5  0.000000  1    0.153409123429E-07                     
+AR SALU 2009  4  1 10  5  0.000000  1    0.221864676573E-07                     
+AR SAVO 2009  4  1 10  5  0.000000  1    0.166878799015E-07                     
+AR UFPR 2009  4  1 10  5  0.000000  1    0.162967002150E-07                     
+AR YELL 2009  4  1 10  5  0.000000  1    0.241678000000E-06                     
+AS G32  2009  4  1 10 10  0.000000  1    0.280211931518E-03                     
+AS G24  2009  4  1 10 10  0.000000  1    0.177810076048E-03                     
+AS G25  2009  4  1 10 10  0.000000  1    0.334388328422E-03                     
+AS G26  2009  4  1 10 10  0.000000  1    0.544419062692E-04                     
+AS G27  2009  4  1 10 10  0.000000  1    0.371184718000E-04                     
+AS G30  2009  4  1 10 10  0.000000  1    0.136240733266E-03                     
+AS G03  2009  4  1 10 10  0.000000  1    0.373433221948E-03                     
+AS G04  2009  4  1 10 10  0.000000  1   -0.346060455691E-04                     
+AS G06  2009  4  1 10 10  0.000000  1    0.600973977782E-04                     
+AS G08  2009  4  1 10 10  0.000000  1   -0.196531974266E-03                     
+AS G09  2009  4  1 10 10  0.000000  1    0.484436545289E-04                     
+AS G10  2009  4  1 10 10  0.000000  1   -0.136206658639E-04                     
+AS G14  2009  4  1 10 10  0.000000  1   -0.132431945480E-03                     
+AS G13  2009  4  1 10 10  0.000000  1    0.293256418974E-03                     
+AS G28  2009  4  1 10 10  0.000000  1   -0.238300114320E-04                     
+AS G21  2009  4  1 10 10  0.000000  1    0.215386412057E-04                     
+AS G11  2009  4  1 10 10  0.000000  1    0.275881207190E-05                     
+AS G22  2009  4  1 10 10  0.000000  1    0.202431213199E-03                     
+AS G20  2009  4  1 10 10  0.000000  1    0.865650414767E-04                     
+AS G18  2009  4  1 10 10  0.000000  1   -0.695455608008E-04                     
+AS G16  2009  4  1 10 10  0.000000  1    0.630191864836E-04                     
+AS G19  2009  4  1 10 10  0.000000  1    0.293622889817E-04                     
+AS G23  2009  4  1 10 10  0.000000  1    0.388985376518E-03                     
+AS G02  2009  4  1 10 10  0.000000  1    0.153933432567E-03                     
+AS G31  2009  4  1 10 10  0.000000  1   -0.564658049970E-04                     
+AS G17  2009  4  1 10 10  0.000000  1    0.524293649254E-04                     
+AS G12  2009  4  1 10 10  0.000000  1   -0.299556520015E-03                     
+AS G15  2009  4  1 10 10  0.000000  1   -0.275980857548E-03                     
+AS G29  2009  4  1 10 10  0.000000  1    0.482828283359E-05                     
+AS G07  2009  4  1 10 10  0.000000  1    0.209836255669E-04                     
+AS R02  2009  4  1 10 10  0.000000  1    0.206723871099E-04                     
+AS R03  2009  4  1 10 10  0.000000  1   -0.342609410986E-04                     
+AS R04  2009  4  1 10 10  0.000000  1    0.638578622419E-04                     
+AS R06  2009  4  1 10 10  0.000000  1   -0.169264777401E-03                     
+AS R07  2009  4  1 10 10  0.000000  1   -0.892090969622E-04                     
+AS R08  2009  4  1 10 10  0.000000  1   -0.102000960183E-03                     
+AS R10  2009  4  1 10 10  0.000000  1   -0.140842497483E-03                     
+AS R11  2009  4  1 10 10  0.000000  1   -0.926224326004E-04                     
+AS R13  2009  4  1 10 10  0.000000  1   -0.230635324944E-03                     
+AS R14  2009  4  1 10 10  0.000000  1   -0.796317923466E-04                     
+AS R15  2009  4  1 10 10  0.000000  1    0.921061823363E-04                     
+AS R17  2009  4  1 10 10  0.000000  1   -0.261258953945E-03                     
+AS R18  2009  4  1 10 10  0.000000  1   -0.134954641989E-05                     
+AS R19  2009  4  1 10 10  0.000000  1   -0.894158092599E-04                     
+AS R20  2009  4  1 10 10  0.000000  1   -0.650115945282E-04                     
+AS R21  2009  4  1 10 10  0.000000  1   -0.143333116621E-03                     
+AS R22  2009  4  1 10 10  0.000000  1   -0.201560450875E-03                     
+AS R23  2009  4  1 10 10  0.000000  1   -0.200338576716E-03                     
+AR ALGO 2009  4  1 10 10  0.000000  1    0.808351347661E-04                     
+AR ALIC 2009  4  1 10 10  0.000000  1    0.626373997732E-08                     
+AR AMC2 2009  4  1 10 10  0.000000  1    0.182639478246E-08                     
+AR ANKR 2009  4  1 10 10  0.000000  1   -0.392324403206E-03                     
+AR ARTU 2009  4  1 10 10  0.000000  1   -0.781483888531E-07                     
+AR ASPA 2009  4  1 10 10  0.000000  1    0.210361403848E-07                     
+AR BHR1 2009  4  1 10 10  0.000000  1    0.563383367766E-03                     
+AR BARH 2009  4  1 10 10  0.000000  1    0.174178324556E-08                     
+AR BJFS 2009  4  1 10 10  0.000000  1   -0.472583468363E-07                     
+AR BOGT 2009  4  1 10 10  0.000000  1   -0.435144387309E-07                     
+AR BRMU 2009  4  1 10 10  0.000000  1   -0.662053717308E-04                     
+AR CAGZ 2009  4  1 10 10  0.000000  1   -0.133933770212E-03                     
+AR CAS1 2009  4  1 10 10  0.000000  1    0.451203001346E-08                     
+AR CHAT 2009  4  1 10 10  0.000000  1   -0.506531068146E-07                     
+AR CHPI 2009  4  1 10 10  0.000000  1   -0.610795177558E-07                     
+AR COCO 2009  4  1 10 10  0.000000  1    0.227620764436E-03                     
+AR CONZ 2009  4  1 10 10  0.000000  1   -0.451312590184E-03                     
+AR CRAR 2009  4  1 10 10  0.000000  1    0.459970790419E-03                     
+AR CRO1 2009  4  1 10 10  0.000000  1    0.665105065638E-03                     
+AR DAEJ 2009  4  1 10 10  0.000000  1   -0.196568489684E-03                     
+AR DARW 2009  4  1 10 10  0.000000  1    0.372266042775E-09                     
+AR DGAR 2009  4  1 10 10  0.000000  1   -0.120406487540E-06                     
+AR DRAO 2009  4  1 10 10  0.000000  1    0.113563028928E-03                     
+AR FAA1 2009  4  1 10 10  0.000000  1   -0.134358872753E-07                     
+AR FAIR 2009  4  1 10 10  0.000000  1   -0.592478130417E-07                     
+AR GLPS 2009  4  1 10 10  0.000000  1   -0.550445447013E-07                     
+AR GUAM 2009  4  1 10 10  0.000000  1   -0.649761593921E-07                     
+AR GUAT 2009  4  1 10 10  0.000000  1    0.137336092583E-08                     
+AR HOB2 2009  4  1 10 10  0.000000  1    0.876558698608E-07                     
+AR HOFN 2009  4  1 10 10  0.000000  1   -0.431102115199E-03                     
+AR HOLM 2009  4  1 10 10  0.000000  1   -0.650326854307E-07                     
+AR HRAO 2009  4  1 10 10  0.000000  1    0.849463196885E-03                     
+AR HYDE 2009  4  1 10 10  0.000000  1    0.158465867480E-08                     
+AR IRKJ 2009  4  1 10 10  0.000000  1    0.163747510440E-03                     
+AR ISPA 2009  4  1 10 10  0.000000  1   -0.542503184865E-07                     
+AR KARR 2009  4  1 10 10  0.000000  1   -0.649627144004E-07                     
+AR KERG 2009  4  1 10 10  0.000000  1    0.817502464629E-03                     
+AR KHAJ 2009  4  1 10 10  0.000000  1   -0.150752545519E-05                     
+AR KIR0 2009  4  1 10 10  0.000000  1    0.283264913493E-03                     
+AR KIRU 2009  4  1 10 10  0.000000  1    0.591432742190E-03                     
+AR KOUR 2009  4  1 10 10  0.000000  1    0.125014302202E-03                     
+AR KUNM 2009  4  1 10 10  0.000000  1    0.770922429542E-07                     
+AR LHAZ 2009  4  1 10 10  0.000000  1    0.335912635746E-03                     
+AR MAL2 2009  4  1 10 10  0.000000  1    0.934639828725E-08                     
+AR MAS1 2009  4  1 10 10  0.000000  1   -0.101608379802E-03                     
+AR MAW1 2009  4  1 10 10  0.000000  1    0.338533225658E-08                     
+AR MCIL 2009  4  1 10 10  0.000000  1    0.251769763314E-07                     
+AR MCM4 2009  4  1 10 10  0.000000  1   -0.523150171103E-07                     
+AR MDO1 2009  4  1 10 10  0.000000  1   -0.306315842277E-07                     
+AR MDVJ 2009  4  1 10 10  0.000000  1    0.438552619425E-03                     
+AR MKEA 2009  4  1 10 10  0.000000  1   -0.375571919974E-07                     
+AR MOBS 2009  4  1 10 10  0.000000  1    0.154036418303E-08                     
+AR NANO 2009  4  1 10 10  0.000000  1    0.275908678646E-08                     
+AR NLIB 2009  4  1 10 10  0.000000  1   -0.117406946641E-06                     
+AR NNOR 2009  4  1 10 10  0.000000  1    0.365797851892E-03                     
+AR NRC1 2009  4  1 10 10  0.000000  1   -0.448636924658E-05                     
+AR NRIL 2009  4  1 10 10  0.000000  1   -0.511566038220E-07                     
+AR NRMD 2009  4  1 10 10  0.000000  1    0.198773835024E-07                     
+AR NTUS 2009  4  1 10 10  0.000000  1    0.316041219463E-09                     
+AR NYAL 2009  4  1 10 10  0.000000  1    0.942169116427E-07                     
+AR OHI3 2009  4  1 10 10  0.000000  1   -0.222399905577E-03                     
+AR ONSA 2009  4  1 10 10  0.000000  1   -0.324769913007E-04                     
+AR PDEL 2009  4  1 10 10  0.000000  1   -0.765578216234E-08                     
+AR PERT 2009  4  1 10 10  0.000000  1   -0.662641430164E-07                     
+AR PETP 2009  4  1 10 10  0.000000  1   -0.702882121969E-07                     
+AR PIMO 2009  4  1 10 10  0.000000  1   -0.615129836903E-07                     
+AR QAQ1 2009  4  1 10 10  0.000000  1   -0.638115418183E-07                     
+AR QUIN 2009  4  1 10 10  0.000000  1   -0.443388097716E-07                     
+AR RABT 2009  4  1 10 10  0.000000  1   -0.522434995239E-07                     
+AR RAMO 2009  4  1 10 10  0.000000  1    0.623468926704E-07                     
+AR RCMN 2009  4  1 10 10  0.000000  1    0.763069837097E-08                     
+AR REDU 2009  4  1 10 10  0.000000  1   -0.502109617398E-07                     
+AR REUN 2009  4  1 10 10  0.000000  1    0.400171811166E-07                     
+AR REYK 2009  4  1 10 10  0.000000  1    0.421894745641E-03                     
+AR SCH2 2009  4  1 10 10  0.000000  1    0.188607919121E-03                     
+AR SCUB 2009  4  1 10 10  0.000000  1   -0.593482107837E-07                     
+AR STJO 2009  4  1 10 10  0.000000  1   -0.703458629877E-05                     
+AR SYDN 2009  4  1 10 10  0.000000  1    0.141152382773E-05                     
+AR SYOG 2009  4  1 10 10  0.000000  1    0.140104504033E-04                     
+AR THU2 2009  4  1 10 10  0.000000  1   -0.485716789306E-03                     
+AR TOW2 2009  4  1 10 10  0.000000  1   -0.171369698416E-08                     
+AR URUM 2009  4  1 10 10  0.000000  1    0.393672461418E-03                     
+AR VESL 2009  4  1 10 10  0.000000  1   -0.211452354598E-03                     
+AR VILL 2009  4  1 10 10  0.000000  1   -0.674742934809E-07                     
+AR WTZR 2009  4  1 10 10  0.000000  1    0.451968135708E-07                     
+AR WUHN 2009  4  1 10 10  0.000000  1   -0.375347299753E-07                     
+AR YSSK 2009  4  1 10 10  0.000000  1   -0.661738679510E-07                     
+AR ZIM2 2009  4  1 10 10  0.000000  1    0.343599332136E-07                     
+AR XMIS 2009  4  1 10 10  0.000000  1   -0.606523350483E-09                     
+AR GODZ 2009  4  1 10 10  0.000000  1   -0.469121034509E-03                     
+AR MTKA 2009  4  1 10 10  0.000000  1   -0.592842188188E-07                     
+AR TIXJ 2009  4  1 10 10  0.000000  1    0.199232699732E-03                     
+AR PARK 2009  4  1 10 10  0.000000  1    0.806143045917E-06                     
+AR UNBJ 2009  4  1 10 10  0.000000  1   -0.231714580233E-03                     
+AR NOVM 2009  4  1 10 10  0.000000  1    0.798334918022E-04                     
+AR SUNM 2009  4  1 10 10  0.000000  1   -0.194010935407E-03                     
+AR CEBR 2009  4  1 10 10  0.000000  1    0.719431676962E-03                     
+AR CPXF 2009  4  1 10 10  0.000000  1    0.100358124886E-07                     
+AR IDDR 2009  4  1 10 10  0.000000  1    0.103120237716E-07                     
+AR AZGB 2009  4  1 10 10  0.000000  1    0.335273419113E-03                     
+AR TN22 2009  4  1 10 10  0.000000  1   -0.621878141187E-05                     
+AR ETAD 2009  4  1 10 10  0.000000  1    0.290144284271E-07                     
+AR ILHA 2009  4  1 10 10  0.000000  1   -0.307240787815E-08                     
+AR POVE 2009  4  1 10 10  0.000000  1   -0.451455811546E-09                     
+AR RECF 2009  4  1 10 10  0.000000  1    0.149533810701E-07                     
+AR SALU 2009  4  1 10 10  0.000000  1    0.247063067474E-07                     
+AR SAVO 2009  4  1 10 10  0.000000  1    0.161992766229E-07                     
+AR UFPR 2009  4  1 10 10  0.000000  1    0.146082584509E-07                     
+AR YELL 2009  4  1 10 10  0.000000  1    0.241748000000E-06                     
+AS G32  2009  4  1 10 15  0.000000  1    0.280210682148E-03                     
+AS G24  2009  4  1 10 15  0.000000  1    0.177810896498E-03                     
+AS G25  2009  4  1 10 15  0.000000  1    0.334394861431E-03                     
+AS G26  2009  4  1 10 15  0.000000  1    0.544427522958E-04                     
+AS G27  2009  4  1 10 15  0.000000  1    0.371195632407E-04                     
+AS G30  2009  4  1 10 15  0.000000  1    0.136241504623E-03                     
+AS G03  2009  4  1 10 15  0.000000  1    0.373434002256E-03                     
+AS G04  2009  4  1 10 15  0.000000  1   -0.346102119983E-04                     
+AS G06  2009  4  1 10 15  0.000000  1    0.601029576233E-04                     
+AS G08  2009  4  1 10 15  0.000000  1   -0.196532038719E-03                     
+AS G09  2009  4  1 10 15  0.000000  1    0.484442387336E-04                     
+AS G10  2009  4  1 10 15  0.000000  1   -0.136219543837E-04                     
+AS G14  2009  4  1 10 15  0.000000  1   -0.132430079702E-03                     
+AS G13  2009  4  1 10 15  0.000000  1    0.293256811285E-03                     
+AS G28  2009  4  1 10 15  0.000000  1   -0.238303117957E-04                     
+AS G21  2009  4  1 10 15  0.000000  1    0.215378774257E-04                     
+AS G11  2009  4  1 10 15  0.000000  1    0.275865804503E-05                     
+AS G22  2009  4  1 10 15  0.000000  1    0.202431415217E-03                     
+AS G20  2009  4  1 10 15  0.000000  1    0.865646165747E-04                     
+AS G18  2009  4  1 10 15  0.000000  1   -0.695445305587E-04                     
+AS G16  2009  4  1 10 15  0.000000  1    0.630184533539E-04                     
+AS G19  2009  4  1 10 15  0.000000  1    0.293622993277E-04                     
+AS G23  2009  4  1 10 15  0.000000  1    0.388985694253E-03                     
+AS G02  2009  4  1 10 15  0.000000  1    0.153933271393E-03                     
+AS G31  2009  4  1 10 15  0.000000  1   -0.564662020886E-04                     
+AS G17  2009  4  1 10 15  0.000000  1    0.524298461926E-04                     
+AS G12  2009  4  1 10 15  0.000000  1   -0.299554979677E-03                     
+AS G15  2009  4  1 10 15  0.000000  1   -0.275982301673E-03                     
+AS G29  2009  4  1 10 15  0.000000  1    0.482946911827E-05                     
+AS G07  2009  4  1 10 15  0.000000  1    0.209831251677E-04                     
+AS R02  2009  4  1 10 15  0.000000  1    0.206714511538E-04                     
+AS R03  2009  4  1 10 15  0.000000  1   -0.342626304296E-04                     
+AS R04  2009  4  1 10 15  0.000000  1    0.638558072622E-04                     
+AS R06  2009  4  1 10 15  0.000000  1   -0.169264223601E-03                     
+AS R07  2009  4  1 10 15  0.000000  1   -0.892082969245E-04                     
+AS R08  2009  4  1 10 15  0.000000  1   -0.102000665094E-03                     
+AS R10  2009  4  1 10 15  0.000000  1   -0.140842360514E-03                     
+AS R11  2009  4  1 10 15  0.000000  1   -0.926226188191E-04                     
+AS R13  2009  4  1 10 15  0.000000  1   -0.230636055060E-03                     
+AS R14  2009  4  1 10 15  0.000000  1   -0.796304500990E-04                     
+AS R15  2009  4  1 10 15  0.000000  1    0.921067816082E-04                     
+AS R17  2009  4  1 10 15  0.000000  1   -0.261259014300E-03                     
+AS R18  2009  4  1 10 15  0.000000  1   -0.134944192423E-05                     
+AS R19  2009  4  1 10 15  0.000000  1   -0.894159716720E-04                     
+AS R20  2009  4  1 10 15  0.000000  1   -0.650117705621E-04                     
+AS R21  2009  4  1 10 15  0.000000  1   -0.143333616009E-03                     
+AS R22  2009  4  1 10 15  0.000000  1   -0.201561317477E-03                     
+AS R23  2009  4  1 10 15  0.000000  1   -0.200337434594E-03                     
+AR ALGO 2009  4  1 10 15  0.000000  1    0.808395828398E-04                     
+AR ALIC 2009  4  1 10 15  0.000000  1    0.804352681124E-08                     
+AR AMC2 2009  4  1 10 15  0.000000  1    0.183716551137E-08                     
+AR ANKR 2009  4  1 10 15  0.000000  1   -0.324831862197E-03                     
+AR ARTU 2009  4  1 10 15  0.000000  1   -0.791465486353E-07                     
+AR ASPA 2009  4  1 10 15  0.000000  1    0.225527804128E-07                     
+AR BHR1 2009  4  1 10 15  0.000000  1    0.563383364042E-03                     
+AR BARH 2009  4  1 10 15  0.000000  1   -0.553058548560E-08                     
+AR BJFS 2009  4  1 10 15  0.000000  1   -0.449514542225E-07                     
+AR BOGT 2009  4  1 10 15  0.000000  1   -0.412586374739E-07                     
+AR BRMU 2009  4  1 10 15  0.000000  1    0.428979589216E-03                     
+AR CAGZ 2009  4  1 10 15  0.000000  1    0.895463717421E-04                     
+AR CAS1 2009  4  1 10 15  0.000000  1    0.520018686999E-08                     
+AR CHAT 2009  4  1 10 15  0.000000  1   -0.519524865568E-07                     
+AR CHPI 2009  4  1 10 15  0.000000  1   -0.610892978874E-07                     
+AR COCO 2009  4  1 10 15  0.000000  1    0.227621372715E-03                     
+AR CONZ 2009  4  1 10 15  0.000000  1    0.422467051316E-03                     
+AR CRAR 2009  4  1 10 15  0.000000  1    0.434670945278E-03                     
+AR CRO1 2009  4  1 10 15  0.000000  1    0.665105085821E-03                     
+AR DAEJ 2009  4  1 10 15  0.000000  1   -0.196568184479E-03                     
+AR DARW 2009  4  1 10 15  0.000000  1    0.116049925972E-08                     
+AR DGAR 2009  4  1 10 15  0.000000  1   -0.117663622235E-06                     
+AR DRAO 2009  4  1 10 15  0.000000  1    0.113600032628E-03                     
+AR FAA1 2009  4  1 10 15  0.000000  1   -0.138193673201E-07                     
+AR FAIR 2009  4  1 10 15  0.000000  1   -0.543147558190E-07                     
+AR GLPS 2009  4  1 10 15  0.000000  1   -0.631593275123E-07                     
+AR GUAM 2009  4  1 10 15  0.000000  1   -0.630274626885E-07                     
+AR GUAT 2009  4  1 10 15  0.000000  1    0.166671233486E-08                     
+AR HOB2 2009  4  1 10 15  0.000000  1    0.876770813240E-07                     
+AR HOFN 2009  4  1 10 15  0.000000  1   -0.353217932102E-03                     
+AR HOLM 2009  4  1 10 15  0.000000  1   -0.604306849361E-07                     
+AR HRAO 2009  4  1 10 15  0.000000  1    0.849463264078E-03                     
+AR HYDE 2009  4  1 10 15  0.000000  1    0.307298321848E-08                     
+AR IRKJ 2009  4  1 10 15  0.000000  1    0.163747542358E-03                     
+AR ISPA 2009  4  1 10 15  0.000000  1   -0.543618742606E-07                     
+AR KARR 2009  4  1 10 15  0.000000  1   -0.649613604352E-07                     
+AR KERG 2009  4  1 10 15  0.000000  1    0.817502677214E-03                     
+AR KHAJ 2009  4  1 10 15  0.000000  1   -0.150752274153E-05                     
+AR KIR0 2009  4  1 10 15  0.000000  1    0.283258138345E-03                     
+AR KIRU 2009  4  1 10 15  0.000000  1    0.591426995996E-03                     
+AR KOUR 2009  4  1 10 15  0.000000  1    0.125014309516E-03                     
+AR KUNM 2009  4  1 10 15  0.000000  1    0.868719646665E-07                     
+AR LHAZ 2009  4  1 10 15  0.000000  1    0.348867008026E-03                     
+AR MAL2 2009  4  1 10 15  0.000000  1    0.971987177720E-08                     
+AR MAS1 2009  4  1 10 15  0.000000  1   -0.101608474957E-03                     
+AR MAW1 2009  4  1 10 15  0.000000  1    0.215492977294E-08                     
+AR MCIL 2009  4  1 10 15  0.000000  1    0.235083467228E-07                     
+AR MCM4 2009  4  1 10 15  0.000000  1   -0.515833666162E-07                     
+AR MDO1 2009  4  1 10 15  0.000000  1   -0.357558760238E-07                     
+AR MDVJ 2009  4  1 10 15  0.000000  1    0.438552620244E-03                     
+AR MKEA 2009  4  1 10 15  0.000000  1   -0.346790354637E-07                     
+AR MOBS 2009  4  1 10 15  0.000000  1   -0.522030562946E-09                     
+AR NANO 2009  4  1 10 15  0.000000  1    0.261317872838E-08                     
+AR NLIB 2009  4  1 10 15  0.000000  1   -0.117443400471E-06                     
+AR NNOR 2009  4  1 10 15  0.000000  1    0.365797677945E-03                     
+AR NRC1 2009  4  1 10 15  0.000000  1   -0.448633037791E-05                     
+AR NRIL 2009  4  1 10 15  0.000000  1   -0.538600292407E-07                     
+AR NRMD 2009  4  1 10 15  0.000000  1    0.195092396581E-07                     
+AR NTUS 2009  4  1 10 15  0.000000  1   -0.221900050513E-08                     
+AR NYAL 2009  4  1 10 15  0.000000  1    0.942408215148E-07                     
+AR OHI3 2009  4  1 10 15  0.000000  1   -0.113535431877E-03                     
+AR ONSA 2009  4  1 10 15  0.000000  1   -0.324770369562E-04                     
+AR PDEL 2009  4  1 10 15  0.000000  1    0.218176384263E-08                     
+AR PERT 2009  4  1 10 15  0.000000  1   -0.660306342238E-07                     
+AR PETP 2009  4  1 10 15  0.000000  1   -0.729797477715E-07                     
+AR PIMO 2009  4  1 10 15  0.000000  1   -0.703700533309E-07                     
+AR QAQ1 2009  4  1 10 15  0.000000  1   -0.581286826857E-07                     
+AR QUIN 2009  4  1 10 15  0.000000  1   -0.508373005219E-07                     
+AR RABT 2009  4  1 10 15  0.000000  1   -0.539223495966E-07                     
+AR RAMO 2009  4  1 10 15  0.000000  1    0.911693184743E-07                     
+AR RCMN 2009  4  1 10 15  0.000000  1    0.949542367058E-08                     
+AR REDU 2009  4  1 10 15  0.000000  1   -0.503248081361E-07                     
+AR REUN 2009  4  1 10 15  0.000000  1    0.386528744521E-07                     
+AR REYK 2009  4  1 10 15  0.000000  1    0.438370719479E-03                     
+AR SCH2 2009  4  1 10 15  0.000000  1    0.188622454631E-03                     
+AR SCUB 2009  4  1 10 15  0.000000  1   -0.628035088248E-07                     
+AR STJO 2009  4  1 10 15  0.000000  1   -0.703487486407E-05                     
+AR SYDN 2009  4  1 10 15  0.000000  1    0.141169520784E-05                     
+AR SYOG 2009  4  1 10 15  0.000000  1    0.140100845562E-04                     
+AR THU2 2009  4  1 10 15  0.000000  1   -0.487718918246E-03                     
+AR TOW2 2009  4  1 10 15  0.000000  1    0.319289186084E-08                     
+AR URUM 2009  4  1 10 15  0.000000  1    0.314747987113E-03                     
+AR VESL 2009  4  1 10 15  0.000000  1   -0.172545610667E-03                     
+AR VILL 2009  4  1 10 15  0.000000  1   -0.572784724829E-07                     
+AR WTZR 2009  4  1 10 15  0.000000  1    0.452233925799E-07                     
+AR WUHN 2009  4  1 10 15  0.000000  1   -0.349919450898E-07                     
+AR YSSK 2009  4  1 10 15  0.000000  1   -0.703437149309E-07                     
+AR ZIM2 2009  4  1 10 15  0.000000  1    0.346858367565E-07                     
+AR XMIS 2009  4  1 10 15  0.000000  1   -0.780268185176E-09                     
+AR GODZ 2009  4  1 10 15  0.000000  1   -0.469120961963E-03                     
+AR MTKA 2009  4  1 10 15  0.000000  1   -0.594010596508E-07                     
+AR TIXJ 2009  4  1 10 15  0.000000  1    0.194031739148E-03                     
+AR PARK 2009  4  1 10 15  0.000000  1    0.805357608904E-06                     
+AR UNBJ 2009  4  1 10 15  0.000000  1   -0.305270095699E-03                     
+AR NOVM 2009  4  1 10 15  0.000000  1    0.798335191522E-04                     
+AR SUNM 2009  4  1 10 15  0.000000  1   -0.349863140649E-03                     
+AR CEBR 2009  4  1 10 15  0.000000  1    0.719431689571E-03                     
+AR CPXF 2009  4  1 10 15  0.000000  1    0.868517224418E-08                     
+AR IDDR 2009  4  1 10 15  0.000000  1    0.659118326450E-08                     
+AR AZGB 2009  4  1 10 15  0.000000  1    0.195908380307E-03                     
+AR TN22 2009  4  1 10 15  0.000000  1   -0.855980108366E-04                     
+AR ETAD 2009  4  1 10 15  0.000000  1    0.337026679920E-07                     
+AR ILHA 2009  4  1 10 15  0.000000  1   -0.400774313170E-08                     
+AR POVE 2009  4  1 10 15  0.000000  1    0.192505679152E-08                     
+AR RECF 2009  4  1 10 15  0.000000  1    0.155964161738E-07                     
+AR SALU 2009  4  1 10 15  0.000000  1    0.221594674109E-07                     
+AR SAVO 2009  4  1 10 15  0.000000  1    0.153442152875E-07                     
+AR UFPR 2009  4  1 10 15  0.000000  1    0.148441755604E-07                     
+AR YELL 2009  4  1 10 15  0.000000  1    0.241818000000E-06                     
+AS G32  2009  4  1 10 20  0.000000  1    0.280209219285E-03                     
+AS G24  2009  4  1 10 20  0.000000  1    0.177812240580E-03                     
+AS G25  2009  4  1 10 20  0.000000  1    0.334401542246E-03                     
+AS G26  2009  4  1 10 20  0.000000  1    0.544433545061E-04                     
+AS G27  2009  4  1 10 20  0.000000  1    0.371205850377E-04                     
+AS G30  2009  4  1 10 20  0.000000  1    0.136242028097E-03                     
+AS G03  2009  4  1 10 20  0.000000  1    0.373435086801E-03                     
+AS G04  2009  4  1 10 20  0.000000  1   -0.346147174244E-04                     
+AS G06  2009  4  1 10 20  0.000000  1    0.601083675233E-04                     
+AS G08  2009  4  1 10 20  0.000000  1   -0.196532500502E-03                     
+AS G09  2009  4  1 10 20  0.000000  1    0.484452548410E-04                     
+AS G10  2009  4  1 10 20  0.000000  1   -0.136221858155E-04                     
+AS G14  2009  4  1 10 20  0.000000  1   -0.132428529576E-03                     
+AS G13  2009  4  1 10 20  0.000000  1    0.293256768873E-03                     
+AS G28  2009  4  1 10 20  0.000000  1   -0.238301863005E-04                     
+AS G21  2009  4  1 10 20  0.000000  1    0.215374752140E-04                     
+AS G11  2009  4  1 10 20  0.000000  1    0.275829099800E-05                     
+AS G22  2009  4  1 10 20  0.000000  1    0.202430781928E-03                     
+AS G20  2009  4  1 10 20  0.000000  1    0.865644144628E-04                     
+AS G18  2009  4  1 10 20  0.000000  1   -0.695435371327E-04                     
+AS G16  2009  4  1 10 20  0.000000  1    0.630175168402E-04                     
+AS G19  2009  4  1 10 20  0.000000  1    0.293619709471E-04                     
+AS G23  2009  4  1 10 20  0.000000  1    0.388985585204E-03                     
+AS G02  2009  4  1 10 20  0.000000  1    0.153933103604E-03                     
+AS G31  2009  4  1 10 20  0.000000  1   -0.564665925866E-04                     
+AS G17  2009  4  1 10 20  0.000000  1    0.524305401925E-04                     
+AS G12  2009  4  1 10 20  0.000000  1   -0.299553728027E-03                     
+AS G15  2009  4  1 10 20  0.000000  1   -0.275983759156E-03                     
+AS G29  2009  4  1 10 20  0.000000  1    0.483064539019E-05                     
+AS G07  2009  4  1 10 20  0.000000  1    0.209827867144E-04                     
+AS R02  2009  4  1 10 20  0.000000  1    0.206705976419E-04                     
+AS R03  2009  4  1 10 20  0.000000  1   -0.342632474003E-04                     
+AS R04  2009  4  1 10 20  0.000000  1    0.638533434971E-04                     
+AS R06  2009  4  1 10 20  0.000000  1   -0.169262853417E-03                     
+AS R07  2009  4  1 10 20  0.000000  1   -0.892079941471E-04                     
+AS R08  2009  4  1 10 20  0.000000  1   -0.102000442655E-03                     
+AS R10  2009  4  1 10 20  0.000000  1   -0.140842125289E-03                     
+AS R11  2009  4  1 10 20  0.000000  1   -0.926228151802E-04                     
+AS R13  2009  4  1 10 20  0.000000  1   -0.230636740138E-03                     
+AS R14  2009  4  1 10 20  0.000000  1   -0.796295692352E-04                     
+AS R15  2009  4  1 10 20  0.000000  1    0.921069839612E-04                     
+AS R17  2009  4  1 10 20  0.000000  1   -0.261259157874E-03                     
+AS R18  2009  4  1 10 20  0.000000  1   -0.134968043153E-05                     
+AS R19  2009  4  1 10 20  0.000000  1   -0.894163557997E-04                     
+AS R20  2009  4  1 10 20  0.000000  1   -0.650119855181E-04                     
+AS R21  2009  4  1 10 20  0.000000  1   -0.143333969650E-03                     
+AS R22  2009  4  1 10 20  0.000000  1   -0.201562079521E-03                     
+AS R23  2009  4  1 10 20  0.000000  1   -0.200336205729E-03                     
+AR ALGO 2009  4  1 10 20  0.000000  1    0.808441896493E-04                     
+AR ALIC 2009  4  1 10 20  0.000000  1    0.730527899885E-08                     
+AR AMC2 2009  4  1 10 20  0.000000  1    0.182815198924E-08                     
+AR ANKR 2009  4  1 10 20  0.000000  1   -0.257335974687E-03                     
+AR ARTU 2009  4  1 10 20  0.000000  1   -0.742688752977E-07                     
+AR ASPA 2009  4  1 10 20  0.000000  1    0.222426827942E-07                     
+AR BHR1 2009  4  1 10 20  0.000000  1    0.563383397230E-03                     
+AR BARH 2009  4  1 10 20  0.000000  1   -0.252124886713E-09                     
+AR BJFS 2009  4  1 10 20  0.000000  1   -0.467230024735E-07                     
+AR BOGT 2009  4  1 10 20  0.000000  1   -0.434368922914E-07                     
+AR BRMU 2009  4  1 10 20  0.000000  1   -0.754120805637E-04                     
+AR CAGZ 2009  4  1 10 20  0.000000  1    0.313099676113E-03                     
+AR CAS1 2009  4  1 10 20  0.000000  1    0.501610714454E-08                     
+AR CHAT 2009  4  1 10 20  0.000000  1   -0.500511898654E-07                     
+AR CHPI 2009  4  1 10 20  0.000000  1   -0.606599312075E-07                     
+AR COCO 2009  4  1 10 20  0.000000  1    0.227621901505E-03                     
+AR CONZ 2009  4  1 10 20  0.000000  1    0.296326385692E-03                     
+AR CRAR 2009  4  1 10 20  0.000000  1    0.409389573051E-03                     
+AR CRO1 2009  4  1 10 20  0.000000  1    0.665105137099E-03                     
+AR DAEJ 2009  4  1 10 20  0.000000  1   -0.196566610823E-03                     
+AR DARW 2009  4  1 10 20  0.000000  1    0.149672525392E-08                     
+AR DGAR 2009  4  1 10 20  0.000000  1   -0.113403057567E-06                     
+AR DRAO 2009  4  1 10 20  0.000000  1    0.113637034831E-03                     
+AR FAA1 2009  4  1 10 20  0.000000  1   -0.125484025763E-07                     
+AR FAIR 2009  4  1 10 20  0.000000  1   -0.574302652825E-07                     
+AR GLPS 2009  4  1 10 20  0.000000  1   -0.606032064092E-07                     
+AR GUAM 2009  4  1 10 20  0.000000  1   -0.553077882228E-07                     
+AR GUAT 2009  4  1 10 20  0.000000  1    0.898863087271E-09                     
+AR HOB2 2009  4  1 10 20  0.000000  1    0.876875531689E-07                     
+AR HOFN 2009  4  1 10 20  0.000000  1   -0.275367567138E-03                     
+AR HOLM 2009  4  1 10 20  0.000000  1   -0.559655041508E-07                     
+AR HRAO 2009  4  1 10 20  0.000000  1    0.849463341413E-03                     
+AR HYDE 2009  4  1 10 20  0.000000  1    0.966531094457E-09                     
+AR IRKJ 2009  4  1 10 20  0.000000  1    0.163747611189E-03                     
+AR ISPA 2009  4  1 10 20  0.000000  1   -0.526868518630E-07                     
+AR KARR 2009  4  1 10 20  0.000000  1   -0.610372448157E-07                     
+AR KERG 2009  4  1 10 20  0.000000  1    0.817502818068E-03                     
+AR KHAJ 2009  4  1 10 20  0.000000  1   -0.150753830900E-05                     
+AR KIR0 2009  4  1 10 20  0.000000  1    0.283251297854E-03                     
+AR KIRU 2009  4  1 10 20  0.000000  1    0.591421816909E-03                     
+AR KIT3 2009  4  1 10 20  0.000000  1   -0.317235454728E-07                     
+AR KOUR 2009  4  1 10 20  0.000000  1    0.125014322488E-03                     
+AR KUNM 2009  4  1 10 20  0.000000  1    0.728312480627E-07                     
+AR LHAZ 2009  4  1 10 20  0.000000  1    0.361944969002E-03                     
+AR MAL2 2009  4  1 10 20  0.000000  1    0.164389700256E-07                     
+AR MAS1 2009  4  1 10 20  0.000000  1   -0.101608770322E-03                     
+AR MAW1 2009  4  1 10 20  0.000000  1    0.238358158095E-08                     
+AR MCIL 2009  4  1 10 20  0.000000  1    0.222651108011E-07                     
+AR MCM4 2009  4  1 10 20  0.000000  1   -0.529800975392E-07                     
+AR MDO1 2009  4  1 10 20  0.000000  1   -0.351466970195E-07                     
+AR MDVJ 2009  4  1 10 20  0.000000  1    0.438552607209E-03                     
+AR MKEA 2009  4  1 10 20  0.000000  1   -0.372333921876E-07                     
+AR MOBS 2009  4  1 10 20  0.000000  1    0.150536572960E-08                     
+AR NANO 2009  4  1 10 20  0.000000  1    0.296641044116E-08                     
+AR NLIB 2009  4  1 10 20  0.000000  1   -0.117511250647E-06                     
+AR NNOR 2009  4  1 10 20  0.000000  1    0.365797971588E-03                     
+AR NRC1 2009  4  1 10 20  0.000000  1   -0.448632692646E-05                     
+AR NRIL 2009  4  1 10 20  0.000000  1   -0.488168178716E-07                     
+AR NRMD 2009  4  1 10 20  0.000000  1    0.202900404314E-07                     
+AR NTUS 2009  4  1 10 20  0.000000  1    0.243849776840E-08                     
+AR NYAL 2009  4  1 10 20  0.000000  1    0.942553709403E-07                     
+AR OHI3 2009  4  1 10 20  0.000000  1   -0.439805201427E-05                     
+AR ONSA 2009  4  1 10 20  0.000000  1   -0.324771027986E-04                     
+AR PDEL 2009  4  1 10 20  0.000000  1    0.282367772523E-08                     
+AR PERT 2009  4  1 10 20  0.000000  1   -0.652522161542E-07                     
+AR PETP 2009  4  1 10 20  0.000000  1   -0.723026060311E-07                     
+AR PIMO 2009  4  1 10 20  0.000000  1   -0.682630446739E-07                     
+AR QAQ1 2009  4  1 10 20  0.000000  1   -0.628519804157E-07                     
+AR QUIN 2009  4  1 10 20  0.000000  1   -0.523186801945E-07                     
+AR RABT 2009  4  1 10 20  0.000000  1   -0.561952058828E-07                     
+AR RAMO 2009  4  1 10 20  0.000000  1   -0.799002663928E-07                     
+AR RCMN 2009  4  1 10 20  0.000000  1    0.955954346009E-08                     
+AR REDU 2009  4  1 10 20  0.000000  1   -0.524106704041E-07                     
+AR REUN 2009  4  1 10 20  0.000000  1    0.348437610438E-07                     
+AR REYK 2009  4  1 10 20  0.000000  1    0.454744284712E-03                     
+AR SCH2 2009  4  1 10 20  0.000000  1    0.188637451712E-03                     
+AR SCUB 2009  4  1 10 20  0.000000  1   -0.653353933756E-07                     
+AR STJO 2009  4  1 10 20  0.000000  1   -0.703518200474E-05                     
+AR SYDN 2009  4  1 10 20  0.000000  1    0.141175517272E-05                     
+AR SYOG 2009  4  1 10 20  0.000000  1    0.140102353219E-04                     
+AR THU2 2009  4  1 10 20  0.000000  1   -0.489721017544E-03                     
+AR TOW2 2009  4  1 10 20  0.000000  1    0.209439075394E-08                     
+AR URUM 2009  4  1 10 20  0.000000  1    0.235748305322E-03                     
+AR VESL 2009  4  1 10 20  0.000000  1   -0.133666739559E-03                     
+AR VILL 2009  4  1 10 20  0.000000  1   -0.592420229180E-07                     
+AR WTZR 2009  4  1 10 20  0.000000  1    0.452358169728E-07                     
+AR WUHN 2009  4  1 10 20  0.000000  1   -0.398582303657E-07                     
+AR YSSK 2009  4  1 10 20  0.000000  1   -0.748726674157E-07                     
+AR ZIM2 2009  4  1 10 20  0.000000  1    0.343596922784E-07                     
+AR XMIS 2009  4  1 10 20  0.000000  1   -0.185550305537E-08                     
+AR GODZ 2009  4  1 10 20  0.000000  1   -0.469120967720E-03                     
+AR MTKA 2009  4  1 10 20  0.000000  1   -0.582164576330E-07                     
+AR TIXJ 2009  4  1 10 20  0.000000  1    0.188982721029E-03                     
+AR PARK 2009  4  1 10 20  0.000000  1    0.804102602565E-06                     
+AR UNBJ 2009  4  1 10 20  0.000000  1   -0.378822985782E-03                     
+AR NOVM 2009  4  1 10 20  0.000000  1    0.798335298966E-04                     
+AR SUNM 2009  4  1 10 20  0.000000  1    0.493961696806E-03                     
+AR CEBR 2009  4  1 10 20  0.000000  1    0.719431674046E-03                     
+AR CPXF 2009  4  1 10 20  0.000000  1    0.109152021247E-07                     
+AR IDDR 2009  4  1 10 20  0.000000  1    0.776704325081E-08                     
+AR AZGB 2009  4  1 10 20  0.000000  1    0.566441956752E-04                     
+AR TN22 2009  4  1 10 20  0.000000  1   -0.165240696074E-03                     
+AR ETAD 2009  4  1 10 20  0.000000  1    0.301346005303E-07                     
+AR ILHA 2009  4  1 10 20  0.000000  1   -0.138305706814E-08                     
+AR POVE 2009  4  1 10 20  0.000000  1    0.137031247656E-08                     
+AR RECF 2009  4  1 10 20  0.000000  1    0.150931250280E-07                     
+AR SALU 2009  4  1 10 20  0.000000  1    0.276537868731E-07                     
+AR SAVO 2009  4  1 10 20  0.000000  1    0.158965254874E-07                     
+AR UFPR 2009  4  1 10 20  0.000000  1    0.130099173039E-07                     
+AR YELL 2009  4  1 10 20  0.000000  1    0.241888000000E-06                     
+AS G32  2009  4  1 10 25  0.000000  1    0.280207669191E-03                     
+AS G24  2009  4  1 10 25  0.000000  1    0.177812863710E-03                     
+AS G25  2009  4  1 10 25  0.000000  1    0.334408146363E-03                     
+AS G26  2009  4  1 10 25  0.000000  1    0.544440191215E-04                     
+AS G27  2009  4  1 10 25  0.000000  1    0.371224235185E-04                     
+AS G30  2009  4  1 10 25  0.000000  1    0.136242957970E-03                     
+AS G03  2009  4  1 10 25  0.000000  1    0.373436922503E-03                     
+AS G04  2009  4  1 10 25  0.000000  1   -0.346191730304E-04                     
+AS G06  2009  4  1 10 25  0.000000  1    0.601136941120E-04                     
+AS G08  2009  4  1 10 25  0.000000  1   -0.196533153871E-03                     
+AS G09  2009  4  1 10 25  0.000000  1    0.484463460094E-04                     
+AS G10  2009  4  1 10 25  0.000000  1   -0.136226300589E-04                     
+AS G14  2009  4  1 10 25  0.000000  1   -0.132427029812E-03                     
+AS G13  2009  4  1 10 25  0.000000  1    0.293257440545E-03                     
+AS G28  2009  4  1 10 25  0.000000  1   -0.238303638623E-04                     
+AS G21  2009  4  1 10 25  0.000000  1    0.215366117693E-04                     
+AS G11  2009  4  1 10 25  0.000000  1    0.275774837425E-05                     
+AS G22  2009  4  1 10 25  0.000000  1    0.202430773956E-03                     
+AS G20  2009  4  1 10 25  0.000000  1    0.865640729195E-04                     
+AS G18  2009  4  1 10 25  0.000000  1   -0.695427148252E-04                     
+AS G16  2009  4  1 10 25  0.000000  1    0.630168027234E-04                     
+AS G19  2009  4  1 10 25  0.000000  1    0.293619181740E-04                     
+AS G23  2009  4  1 10 25  0.000000  1    0.388985741330E-03                     
+AS G02  2009  4  1 10 25  0.000000  1    0.153932908757E-03                     
+AS G31  2009  4  1 10 25  0.000000  1   -0.564665551759E-04                     
+AS G17  2009  4  1 10 25  0.000000  1    0.524309517990E-04                     
+AS G12  2009  4  1 10 25  0.000000  1   -0.299552357057E-03                     
+AS G15  2009  4  1 10 25  0.000000  1   -0.275984831840E-03                     
+AS G29  2009  4  1 10 25  0.000000  1    0.483202133217E-05                     
+AS G07  2009  4  1 10 25  0.000000  1    0.209826787840E-04                     
+AS R02  2009  4  1 10 25  0.000000  1    0.206696609767E-04                     
+AS R03  2009  4  1 10 25  0.000000  1   -0.342634540372E-04                     
+AS R04  2009  4  1 10 25  0.000000  1    0.638499516187E-04                     
+AS R06  2009  4  1 10 25  0.000000  1   -0.169263012472E-03                     
+AS R07  2009  4  1 10 25  0.000000  1   -0.892072187043E-04                     
+AS R08  2009  4  1 10 25  0.000000  1   -0.102000366281E-03                     
+AS R10  2009  4  1 10 25  0.000000  1   -0.140842186184E-03                     
+AS R11  2009  4  1 10 25  0.000000  1   -0.926233226449E-04                     
+AS R13  2009  4  1 10 25  0.000000  1   -0.230637180837E-03                     
+AS R14  2009  4  1 10 25  0.000000  1   -0.796288331108E-04                     
+AS R15  2009  4  1 10 25  0.000000  1    0.921071862478E-04                     
+AS R17  2009  4  1 10 25  0.000000  1   -0.261259439738E-03                     
+AS R18  2009  4  1 10 25  0.000000  1   -0.134995667223E-05                     
+AS R19  2009  4  1 10 25  0.000000  1   -0.894168234431E-04                     
+AS R20  2009  4  1 10 25  0.000000  1   -0.650117301641E-04                     
+AS R21  2009  4  1 10 25  0.000000  1   -0.143334264615E-03                     
+AS R22  2009  4  1 10 25  0.000000  1   -0.201562780411E-03                     
+AS R23  2009  4  1 10 25  0.000000  1   -0.200334395749E-03                     
+AR ALGO 2009  4  1 10 25  0.000000  1    0.808485580336E-04                     
+AR ALIC 2009  4  1 10 25  0.000000  1    0.664683201874E-08                     
+AR AMC2 2009  4  1 10 25  0.000000  1    0.179254006864E-08                     
+AR ANKR 2009  4  1 10 25  0.000000  1   -0.189774926482E-03                     
+AR ARTU 2009  4  1 10 25  0.000000  1   -0.730483506147E-07                     
+AR ASPA 2009  4  1 10 25  0.000000  1    0.227058232102E-07                     
+AR BHR1 2009  4  1 10 25  0.000000  1    0.563383495181E-03                     
+AR BARH 2009  4  1 10 25  0.000000  1   -0.114990470325E-08                     
+AR BJFS 2009  4  1 10 25  0.000000  1   -0.458314687565E-07                     
+AR BOGT 2009  4  1 10 25  0.000000  1   -0.440075249792E-07                     
+AR BRMU 2009  4  1 10 25  0.000000  1    0.420502524486E-03                     
+AR CAGZ 2009  4  1 10 25  0.000000  1   -0.463293005366E-03                     
+AR CAS1 2009  4  1 10 25  0.000000  1    0.329657445000E-08                     
+AR CHAT 2009  4  1 10 25  0.000000  1   -0.477111685557E-07                     
+AR CHPI 2009  4  1 10 25  0.000000  1   -0.603151990599E-07                     
+AR COCO 2009  4  1 10 25  0.000000  1    0.227622302314E-03                     
+AR CONZ 2009  4  1 10 25  0.000000  1    0.170429317246E-03                     
+AR CRAR 2009  4  1 10 25  0.000000  1    0.384109816705E-03                     
+AR CRO1 2009  4  1 10 25  0.000000  1    0.665105090325E-03                     
+AR DAEJ 2009  4  1 10 25  0.000000  1   -0.196566643430E-03                     
+AR DARW 2009  4  1 10 25  0.000000  1    0.796577010887E-09                     
+AR DGAR 2009  4  1 10 25  0.000000  1   -0.111258981620E-06                     
+AR DRAO 2009  4  1 10 25  0.000000  1    0.113673907649E-03                     
+AR FAA1 2009  4  1 10 25  0.000000  1   -0.137118664617E-07                     
+AR FAIR 2009  4  1 10 25  0.000000  1   -0.516873221827E-07                     
+AR GLPS 2009  4  1 10 25  0.000000  1   -0.589066038541E-07                     
+AR GUAM 2009  4  1 10 25  0.000000  1   -0.575906923048E-07                     
+AR GUAT 2009  4  1 10 25  0.000000  1    0.235394151235E-09                     
+AR HOB2 2009  4  1 10 25  0.000000  1    0.876904527491E-07                     
+AR HOFN 2009  4  1 10 25  0.000000  1   -0.197515582838E-03                     
+AR HOLM 2009  4  1 10 25  0.000000  1   -0.528779406630E-07                     
+AR HRAO 2009  4  1 10 25  0.000000  1    0.849463392471E-03                     
+AR HYDE 2009  4  1 10 25  0.000000  1    0.193372475325E-08                     
+AR IRKJ 2009  4  1 10 25  0.000000  1    0.163747601121E-03                     
+AR ISPA 2009  4  1 10 25  0.000000  1   -0.538300131114E-07                     
+AR KARR 2009  4  1 10 25  0.000000  1   -0.612747978912E-07                     
+AR KERG 2009  4  1 10 25  0.000000  1    0.817502443562E-03                     
+AR KHAJ 2009  4  1 10 25  0.000000  1   -0.150756091862E-05                     
+AR KIR0 2009  4  1 10 25  0.000000  1    0.283244471238E-03                     
+AR KIRU 2009  4  1 10 25  0.000000  1    0.591417327793E-03                     
+AR KIT3 2009  4  1 10 25  0.000000  1   -0.225454309280E-07                     
+AR KOUR 2009  4  1 10 25  0.000000  1    0.125014301508E-03                     
+AR KUNM 2009  4  1 10 25  0.000000  1    0.896708168546E-07                     
+AR LHAZ 2009  4  1 10 25  0.000000  1    0.375068707332E-03                     
+AR MAL2 2009  4  1 10 25  0.000000  1    0.124244620687E-07                     
+AR MAS1 2009  4  1 10 25  0.000000  1   -0.101608919450E-03                     
+AR MAW1 2009  4  1 10 25  0.000000  1    0.305620050311E-08                     
+AR MCIL 2009  4  1 10 25  0.000000  1    0.225912513374E-07                     
+AR MCM4 2009  4  1 10 25  0.000000  1   -0.534058710956E-07                     
+AR MDO1 2009  4  1 10 25  0.000000  1   -0.339571523154E-07                     
+AR MDVJ 2009  4  1 10 25  0.000000  1    0.438552578166E-03                     
+AR MKEA 2009  4  1 10 25  0.000000  1   -0.388724724229E-07                     
+AR MOBS 2009  4  1 10 25  0.000000  1    0.117476347201E-08                     
+AR NANO 2009  4  1 10 25  0.000000  1    0.282624579625E-08                     
+AR NLIB 2009  4  1 10 25  0.000000  1   -0.117576444610E-06                     
+AR NNOR 2009  4  1 10 25  0.000000  1    0.365797435116E-03                     
+AR NRC1 2009  4  1 10 25  0.000000  1   -0.448631932071E-05                     
+AR NRIL 2009  4  1 10 25  0.000000  1   -0.507838339923E-07                     
+AR NRMD 2009  4  1 10 25  0.000000  1    0.202936865921E-07                     
+AR NTUS 2009  4  1 10 25  0.000000  1    0.962153963988E-09                     
+AR NYAL 2009  4  1 10 25  0.000000  1    0.942476698732E-07                     
+AR OHI3 2009  4  1 10 25  0.000000  1    0.105072392047E-03                     
+AR ONSA 2009  4  1 10 25  0.000000  1   -0.324771795872E-04                     
+AR PDEL 2009  4  1 10 25  0.000000  1   -0.115620755206E-08                     
+AR PERT 2009  4  1 10 25  0.000000  1   -0.634814127838E-07                     
+AR PETP 2009  4  1 10 25  0.000000  1   -0.696308665609E-07                     
+AR PIMO 2009  4  1 10 25  0.000000  1   -0.669947666394E-07                     
+AR QAQ1 2009  4  1 10 25  0.000000  1   -0.628323858099E-07                     
+AR QUIN 2009  4  1 10 25  0.000000  1   -0.383293963758E-07                     
+AR RABT 2009  4  1 10 25  0.000000  1   -0.614250000735E-07                     
+AR RAMO 2009  4  1 10 25  0.000000  1   -0.960818605174E-07                     
+AR RCMN 2009  4  1 10 25  0.000000  1    0.929035557138E-08                     
+AR REDU 2009  4  1 10 25  0.000000  1   -0.416424763648E-07                     
+AR REUN 2009  4  1 10 25  0.000000  1    0.361514362977E-07                     
+AR REYK 2009  4  1 10 25  0.000000  1    0.471129582400E-03                     
+AR SCH2 2009  4  1 10 25  0.000000  1    0.188652375731E-03                     
+AR SCUB 2009  4  1 10 25  0.000000  1   -0.684660810646E-07                     
+AR STJO 2009  4  1 10 25  0.000000  1   -0.703549248787E-05                     
+AR SYDN 2009  4  1 10 25  0.000000  1    0.141159401530E-05                     
+AR SYOG 2009  4  1 10 25  0.000000  1    0.140104064405E-04                     
+AR THU2 2009  4  1 10 25  0.000000  1   -0.491723236438E-03                     
+AR TOW2 2009  4  1 10 25  0.000000  1    0.211467628058E-08                     
+AR URUM 2009  4  1 10 25  0.000000  1    0.156735507197E-03                     
+AR VESL 2009  4  1 10 25  0.000000  1   -0.948305563105E-04                     
+AR VILL 2009  4  1 10 25  0.000000  1   -0.674673184889E-07                     
+AR WTZR 2009  4  1 10 25  0.000000  1    0.452206763153E-07                     
+AR WUHN 2009  4  1 10 25  0.000000  1   -0.415852556391E-07                     
+AR YSSK 2009  4  1 10 25  0.000000  1   -0.711889331378E-07                     
+AR ZIM2 2009  4  1 10 25  0.000000  1    0.294117274454E-07                     
+AR XMIS 2009  4  1 10 25  0.000000  1   -0.203178398568E-08                     
+AR GODZ 2009  4  1 10 25  0.000000  1   -0.469120950518E-03                     
+AR MTKA 2009  4  1 10 25  0.000000  1   -0.579743878734E-07                     
+AR TIXJ 2009  4  1 10 25  0.000000  1    0.184047303211E-03                     
+AR PARK 2009  4  1 10 25  0.000000  1    0.804288007064E-06                     
+AR UNBJ 2009  4  1 10 25  0.000000  1   -0.452468131786E-03                     
+AR NOVM 2009  4  1 10 25  0.000000  1    0.798334984384E-04                     
+AR SUNM 2009  4  1 10 25  0.000000  1    0.338238105605E-03                     
+AR CEBR 2009  4  1 10 25  0.000000  1    0.719431643922E-03                     
+AR CPXF 2009  4  1 10 25  0.000000  1    0.883653285440E-08                     
+AR IDDR 2009  4  1 10 25  0.000000  1    0.915825640736E-08                     
+AR AZGB 2009  4  1 10 25  0.000000  1   -0.827258258726E-04                     
+AR TN22 2009  4  1 10 25  0.000000  1   -0.244962265978E-03                     
+AR ETAD 2009  4  1 10 25  0.000000  1    0.318903779231E-07                     
+AR ILHA 2009  4  1 10 25  0.000000  1    0.841244288704E-09                     
+AR POVE 2009  4  1 10 25  0.000000  1    0.970190079694E-09                     
+AR RECF 2009  4  1 10 25  0.000000  1    0.142057720206E-07                     
+AR SALU 2009  4  1 10 25  0.000000  1    0.233720187246E-07                     
+AR SAVO 2009  4  1 10 25  0.000000  1    0.145251918263E-07                     
+AR UFPR 2009  4  1 10 25  0.000000  1    0.145738062918E-07                     
+AR YELL 2009  4  1 10 25  0.000000  1    0.241958000000E-06                     
+AS G32  2009  4  1 10 30  0.000000  1    0.280206309678E-03                     
+AS G24  2009  4  1 10 30  0.000000  1    0.177814459433E-03                     
+AS G25  2009  4  1 10 30  0.000000  1    0.334414654974E-03                     
+AS G26  2009  4  1 10 30  0.000000  1    0.544446761490E-04                     
+AS G27  2009  4  1 10 30  0.000000  1    0.371235668354E-04                     
+AS G30  2009  4  1 10 30  0.000000  1    0.136244131606E-03                     
+AS G03  2009  4  1 10 30  0.000000  1    0.373438397179E-03                     
+AS G04  2009  4  1 10 30  0.000000  1   -0.346237870163E-04                     
+AS G06  2009  4  1 10 30  0.000000  1    0.601190414224E-04                     
+AS G08  2009  4  1 10 30  0.000000  1   -0.196533720937E-03                     
+AS G09  2009  4  1 10 30  0.000000  1    0.484474195273E-04                     
+AS G10  2009  4  1 10 30  0.000000  1   -0.136229605999E-04                     
+AS G14  2009  4  1 10 30  0.000000  1   -0.132425241993E-03                     
+AS G13  2009  4  1 10 30  0.000000  1    0.293257692349E-03                     
+AS G28  2009  4  1 10 30  0.000000  1   -0.238303867906E-04                     
+AS G21  2009  4  1 10 30  0.000000  1    0.215360695329E-04                     
+AS G11  2009  4  1 10 30  0.000000  1    0.275732881947E-05                     
+AS G22  2009  4  1 10 30  0.000000  1    0.202430351618E-03                     
+AS G20  2009  4  1 10 30  0.000000  1    0.865634990265E-04                     
+AS G18  2009  4  1 10 30  0.000000  1   -0.695411942518E-04                     
+AS G16  2009  4  1 10 30  0.000000  1    0.630156473211E-04                     
+AS G19  2009  4  1 10 30  0.000000  1    0.293613131720E-04                     
+AS G23  2009  4  1 10 30  0.000000  1    0.388985771479E-03                     
+AS G02  2009  4  1 10 30  0.000000  1    0.153932818131E-03                     
+AS G31  2009  4  1 10 30  0.000000  1   -0.564670905938E-04                     
+AS G17  2009  4  1 10 30  0.000000  1    0.524314600939E-04                     
+AS G12  2009  4  1 10 30  0.000000  1   -0.299550974503E-03                     
+AS G15  2009  4  1 10 30  0.000000  1   -0.275986696600E-03                     
+AS G29  2009  4  1 10 30  0.000000  1    0.483299676094E-05                     
+AS G07  2009  4  1 10 30  0.000000  1    0.209828042054E-04                     
+AS R02  2009  4  1 10 30  0.000000  1    0.206688810762E-04                     
+AS R03  2009  4  1 10 30  0.000000  1   -0.342642253931E-04                     
+AS R04  2009  4  1 10 30  0.000000  1    0.638490250451E-04                     
+AS R06  2009  4  1 10 30  0.000000  1   -0.169262433662E-03                     
+AS R07  2009  4  1 10 30  0.000000  1   -0.892054464006E-04                     
+AS R08  2009  4  1 10 30  0.000000  1   -0.102000138129E-03                     
+AS R10  2009  4  1 10 30  0.000000  1   -0.140841589297E-03                     
+AS R11  2009  4  1 10 30  0.000000  1   -0.926234376161E-04                     
+AS R13  2009  4  1 10 30  0.000000  1   -0.230637543331E-03                     
+AS R14  2009  4  1 10 30  0.000000  1   -0.796275404568E-04                     
+AS R15  2009  4  1 10 30  0.000000  1    0.921074200114E-04                     
+AS R17  2009  4  1 10 30  0.000000  1   -0.261259637314E-03                     
+AS R18  2009  4  1 10 30  0.000000  1   -0.135005629034E-05                     
+AS R19  2009  4  1 10 30  0.000000  1   -0.894167799062E-04                     
+AS R20  2009  4  1 10 30  0.000000  1   -0.650119475526E-04                     
+AS R21  2009  4  1 10 30  0.000000  1   -0.143334661161E-03                     
+AS R22  2009  4  1 10 30  0.000000  1   -0.201563658502E-03                     
+AS R23  2009  4  1 10 30  0.000000  1   -0.200332485350E-03                     
+AR ALGO 2009  4  1 10 30  0.000000  1    0.808530377855E-04                     
+AR ALIC 2009  4  1 10 30  0.000000  1    0.538730273973E-08                     
+AR AMC2 2009  4  1 10 30  0.000000  1    0.177952407358E-08                     
+AR ANKR 2009  4  1 10 30  0.000000  1   -0.122246403528E-03                     
+AR ARTU 2009  4  1 10 30  0.000000  1   -0.790734982159E-07                     
+AR ASPA 2009  4  1 10 30  0.000000  1    0.218143518504E-07                     
+AR BHR1 2009  4  1 10 30  0.000000  1    0.563383438839E-03                     
+AR BARH 2009  4  1 10 30  0.000000  1   -0.421454324782E-10                     
+AR BJFS 2009  4  1 10 30  0.000000  1   -0.479432279079E-07                     
+AR BOGT 2009  4  1 10 30  0.000000  1   -0.438646350822E-07                     
+AR BRMU 2009  4  1 10 30  0.000000  1   -0.832498318703E-04                     
+AR CAGZ 2009  4  1 10 30  0.000000  1   -0.239623206846E-03                     
+AR CAS1 2009  4  1 10 30  0.000000  1    0.378840989348E-08                     
+AR CHAT 2009  4  1 10 30  0.000000  1   -0.429890515828E-07                     
+AR CHPI 2009  4  1 10 30  0.000000  1   -0.604644923411E-07                     
+AR COCO 2009  4  1 10 30  0.000000  1    0.227622756819E-03                     
+AR CONZ 2009  4  1 10 30  0.000000  1    0.447550257608E-04                     
+AR CRAR 2009  4  1 10 30  0.000000  1    0.358826957240E-03                     
+AR CRO1 2009  4  1 10 30  0.000000  1    0.665105089575E-03                     
+AR DAEJ 2009  4  1 10 30  0.000000  1   -0.196565347390E-03                     
+AR DARW 2009  4  1 10 30  0.000000  1    0.225419042479E-08                     
+AR DGAR 2009  4  1 10 30  0.000000  1   -0.109976706795E-06                     
+AR DRAO 2009  4  1 10 30  0.000000  1    0.113710728171E-03                     
+AR FAA1 2009  4  1 10 30  0.000000  1   -0.135258166458E-07                     
+AR FAIR 2009  4  1 10 30  0.000000  1   -0.520093525096E-07                     
+AR GLPS 2009  4  1 10 30  0.000000  1   -0.581080411457E-07                     
+AR GUAM 2009  4  1 10 30  0.000000  1   -0.575124766182E-07                     
+AR GUAT 2009  4  1 10 30  0.000000  1    0.256081008373E-08                     
+AR HOB2 2009  4  1 10 30  0.000000  1    0.876761100698E-07                     
+AR HOFN 2009  4  1 10 30  0.000000  1   -0.119668863486E-03                     
+AR HOLM 2009  4  1 10 30  0.000000  1   -0.486696970704E-07                     
+AR HRAO 2009  4  1 10 30  0.000000  1    0.849463453188E-03                     
+AR HYDE 2009  4  1 10 30  0.000000  1    0.281916057804E-08                     
+AR IRKJ 2009  4  1 10 30  0.000000  1    0.163747585462E-03                     
+AR ISPA 2009  4  1 10 30  0.000000  1   -0.595322971904E-07                     
+AR KARR 2009  4  1 10 30  0.000000  1   -0.612463091553E-07                     
+AR KERG 2009  4  1 10 30  0.000000  1    0.817502291277E-03                     
+AR KHAJ 2009  4  1 10 30  0.000000  1   -0.150756960039E-05                     
+AR KIR0 2009  4  1 10 30  0.000000  1    0.283237610243E-03                     
+AR KIRU 2009  4  1 10 30  0.000000  1    0.591413283836E-03                     
+AR KIT3 2009  4  1 10 30  0.000000  1   -0.134786954171E-07                     
+AR KOUR 2009  4  1 10 30  0.000000  1    0.125014291960E-03                     
+AR KUNM 2009  4  1 10 30  0.000000  1    0.665230684130E-07                     
+AR LHAZ 2009  4  1 10 30  0.000000  1    0.388245241617E-03                     
+AR MAL2 2009  4  1 10 30  0.000000  1    0.837949426970E-08                     
+AR MAS1 2009  4  1 10 30  0.000000  1   -0.101609058003E-03                     
+AR MAW1 2009  4  1 10 30  0.000000  1   -0.179666937543E-09                     
+AR MCIL 2009  4  1 10 30  0.000000  1    0.277979249596E-07                     
+AR MCM4 2009  4  1 10 30  0.000000  1   -0.471162071808E-07                     
+AR MDO1 2009  4  1 10 30  0.000000  1   -0.331376838330E-07                     
+AR MDVJ 2009  4  1 10 30  0.000000  1    0.438552550878E-03                     
+AR MKEA 2009  4  1 10 30  0.000000  1   -0.378856394156E-07                     
+AR MOBS 2009  4  1 10 30  0.000000  1    0.991097702357E-08                     
+AR NANO 2009  4  1 10 30  0.000000  1    0.380852749551E-08                     
+AR NLIB 2009  4  1 10 30  0.000000  1   -0.117688300290E-06                     
+AR NNOR 2009  4  1 10 30  0.000000  1    0.365797315540E-03                     
+AR NRC1 2009  4  1 10 30  0.000000  1   -0.448634424001E-05                     
+AR NRIL 2009  4  1 10 30  0.000000  1   -0.522546237105E-07                     
+AR NRMD 2009  4  1 10 30  0.000000  1    0.209330797389E-07                     
+AR NTUS 2009  4  1 10 30  0.000000  1    0.146099996746E-09                     
+AR NYAL 2009  4  1 10 30  0.000000  1    0.942385506179E-07                     
+AR OHI3 2009  4  1 10 30  0.000000  1    0.214698177789E-03                     
+AR ONSA 2009  4  1 10 30  0.000000  1   -0.324772345740E-04                     
+AR PDEL 2009  4  1 10 30  0.000000  1    0.852177238945E-10                     
+AR PERT 2009  4  1 10 30  0.000000  1   -0.649932159953E-07                     
+AR PETP 2009  4  1 10 30  0.000000  1   -0.717937077565E-07                     
+AR PIMO 2009  4  1 10 30  0.000000  1   -0.655905522823E-07                     
+AR QAQ1 2009  4  1 10 30  0.000000  1   -0.638062917074E-07                     
+AR QUIN 2009  4  1 10 30  0.000000  1   -0.393573995354E-07                     
+AR RABT 2009  4  1 10 30  0.000000  1   -0.516885051968E-07                     
+AR RAMO 2009  4  1 10 30  0.000000  1    0.684765380940E-07                     
+AR RCMN 2009  4  1 10 30  0.000000  1    0.932506230930E-08                     
+AR REDU 2009  4  1 10 30  0.000000  1   -0.406651541305E-07                     
+AR REUN 2009  4  1 10 30  0.000000  1    0.360347932586E-07                     
+AR REYK 2009  4  1 10 30  0.000000  1    0.487599684313E-03                     
+AR SCH2 2009  4  1 10 30  0.000000  1    0.188667134780E-03                     
+AR SCUB 2009  4  1 10 30  0.000000  1   -0.695800774110E-07                     
+AR STJO 2009  4  1 10 30  0.000000  1   -0.703580205144E-05                     
+AR SYDN 2009  4  1 10 30  0.000000  1    0.141136697079E-05                     
+AR SYOG 2009  4  1 10 30  0.000000  1    0.140100457337E-04                     
+AR THU2 2009  4  1 10 30  0.000000  1   -0.493725444628E-03                     
+AR TOW2 2009  4  1 10 30  0.000000  1    0.200901219175E-08                     
+AR URUM 2009  4  1 10 30  0.000000  1    0.778138356631E-04                     
+AR VESL 2009  4  1 10 30  0.000000  1   -0.560218392024E-04                     
+AR VILL 2009  4  1 10 30  0.000000  1   -0.726548752510E-07                     
+AR WTZR 2009  4  1 10 30  0.000000  1    0.452178185332E-07                     
+AR WUHN 2009  4  1 10 30  0.000000  1   -0.462702251565E-07                     
+AR YSSK 2009  4  1 10 30  0.000000  1   -0.694115782268E-07                     
+AR ZIM2 2009  4  1 10 30  0.000000  1    0.309001064963E-07                     
+AR XMIS 2009  4  1 10 30  0.000000  1   -0.247009904655E-08                     
+AR GODZ 2009  4  1 10 30  0.000000  1   -0.469120917871E-03                     
+AR MTKA 2009  4  1 10 30  0.000000  1   -0.583620698870E-07                     
+AR TIXJ 2009  4  1 10 30  0.000000  1    0.179236579027E-03                     
+AR PARK 2009  4  1 10 30  0.000000  1    0.804872494413E-06                     
+AR UNBJ 2009  4  1 10 30  0.000000  1    0.473971106967E-03                     
+AR NOVM 2009  4  1 10 30  0.000000  1    0.798335110981E-04                     
+AR SUNM 2009  4  1 10 30  0.000000  1    0.182423065148E-03                     
+AR CEBR 2009  4  1 10 30  0.000000  1    0.719431636922E-03                     
+AR CPXF 2009  4  1 10 30  0.000000  1    0.141644670457E-07                     
+AR IDDR 2009  4  1 10 30  0.000000  1    0.922358497823E-08                     
+AR AZGB 2009  4  1 10 30  0.000000  1   -0.222119285139E-03                     
+AR TN22 2009  4  1 10 30  0.000000  1   -0.324852293376E-03                     
+AR ETAD 2009  4  1 10 30  0.000000  1    0.301211165428E-07                     
+AR ILHA 2009  4  1 10 30  0.000000  1   -0.866803875314E-10                     
+AR POVE 2009  4  1 10 30  0.000000  1    0.217096776646E-09                     
+AR RECF 2009  4  1 10 30  0.000000  1    0.137243842824E-07                     
+AR SALU 2009  4  1 10 30  0.000000  1    0.240825743385E-07                     
+AR SAVO 2009  4  1 10 30  0.000000  1    0.161023160975E-07                     
+AR UFPR 2009  4  1 10 30  0.000000  1    0.144068874167E-07                     
+AR YELL 2009  4  1 10 30  0.000000  1    0.242029000000E-06                     
+AS G32  2009  4  1 10 35  0.000000  1    0.280204891900E-03                     
+AS G24  2009  4  1 10 35  0.000000  1    0.177816225549E-03                     
+AS G25  2009  4  1 10 35  0.000000  1    0.334421147143E-03                     
+AS G26  2009  4  1 10 35  0.000000  1    0.544452469267E-04                     
+AS G27  2009  4  1 10 35  0.000000  1    0.371243767067E-04                     
+AS G30  2009  4  1 10 35  0.000000  1    0.136246006361E-03                     
+AS G03  2009  4  1 10 35  0.000000  1    0.373439581824E-03                     
+AS G04  2009  4  1 10 35  0.000000  1   -0.346282522161E-04                     
+AS G06  2009  4  1 10 35  0.000000  1    0.601243828906E-04                     
+AS G08  2009  4  1 10 35  0.000000  1   -0.196533906122E-03                     
+AS G09  2009  4  1 10 35  0.000000  1    0.484484547095E-04                     
+AS G10  2009  4  1 10 35  0.000000  1   -0.136237066993E-04                     
+AS G14  2009  4  1 10 35  0.000000  1   -0.132423494646E-03                     
+AS G13  2009  4  1 10 35  0.000000  1    0.293257818549E-03                     
+AS G28  2009  4  1 10 35  0.000000  1   -0.238304534331E-04                     
+AS G21  2009  4  1 10 35  0.000000  1    0.215355469635E-04                     
+AS G11  2009  4  1 10 35  0.000000  1    0.275711781904E-05                     
+AS G22  2009  4  1 10 35  0.000000  1    0.202429857223E-03                     
+AS G20  2009  4  1 10 35  0.000000  1    0.865633527391E-04                     
+AS G18  2009  4  1 10 35  0.000000  1   -0.695404798189E-04                     
+AS G16  2009  4  1 10 35  0.000000  1    0.630147715179E-04                     
+AS G19  2009  4  1 10 35  0.000000  1    0.293611273283E-04                     
+AS G23  2009  4  1 10 35  0.000000  1    0.388985900195E-03                     
+AS G02  2009  4  1 10 35  0.000000  1    0.153932606721E-03                     
+AS G31  2009  4  1 10 35  0.000000  1   -0.564674262122E-04                     
+AS G17  2009  4  1 10 35  0.000000  1    0.524317964759E-04                     
+AS G12  2009  4  1 10 35  0.000000  1   -0.299549670740E-03                     
+AS G15  2009  4  1 10 35  0.000000  1   -0.275987970291E-03                     
+AS G29  2009  4  1 10 35  0.000000  1    0.483425560783E-05                     
+AS G07  2009  4  1 10 35  0.000000  1    0.209825367359E-04                     
+AS R02  2009  4  1 10 35  0.000000  1    0.206678664355E-04                     
+AS R03  2009  4  1 10 35  0.000000  1   -0.342644379256E-04                     
+AS R04  2009  4  1 10 35  0.000000  1    0.638475294921E-04                     
+AS R06  2009  4  1 10 35  0.000000  1   -0.169262816872E-03                     
+AS R07  2009  4  1 10 35  0.000000  1   -0.892054806840E-04                     
+AS R08  2009  4  1 10 35  0.000000  1   -0.101999793998E-03                     
+AS R10  2009  4  1 10 35  0.000000  1   -0.140841608769E-03                     
+AS R11  2009  4  1 10 35  0.000000  1   -0.926238258076E-04                     
+AS R13  2009  4  1 10 35  0.000000  1   -0.230638117860E-03                     
+AS R14  2009  4  1 10 35  0.000000  1   -0.796264062049E-04                     
+AS R15  2009  4  1 10 35  0.000000  1    0.921071687728E-04                     
+AS R17  2009  4  1 10 35  0.000000  1   -0.261259800151E-03                     
+AS R18  2009  4  1 10 35  0.000000  1   -0.135029205865E-05                     
+AS R19  2009  4  1 10 35  0.000000  1   -0.894171137067E-04                     
+AS R20  2009  4  1 10 35  0.000000  1   -0.650121238446E-04                     
+AS R21  2009  4  1 10 35  0.000000  1   -0.143335246720E-03                     
+AS R22  2009  4  1 10 35  0.000000  1   -0.201564455770E-03                     
+AS R23  2009  4  1 10 35  0.000000  1   -0.200331195078E-03                     
+AR ALGO 2009  4  1 10 35  0.000000  1    0.808575397693E-04                     
+AR ALIC 2009  4  1 10 35  0.000000  1    0.667087830685E-08                     
+AR AMC2 2009  4  1 10 35  0.000000  1    0.179480023093E-08                     
+AR ANKR 2009  4  1 10 35  0.000000  1   -0.547640712788E-04                     
+AR ARTU 2009  4  1 10 35  0.000000  1   -0.763899935030E-07                     
+AR ASPA 2009  4  1 10 35  0.000000  1    0.226231322545E-07                     
+AR BHR1 2009  4  1 10 35  0.000000  1    0.563383364446E-03                     
+AR BARH 2009  4  1 10 35  0.000000  1    0.729918943978E-09                     
+AR BJFS 2009  4  1 10 35  0.000000  1   -0.486114750245E-07                     
+AR BOGT 2009  4  1 10 35  0.000000  1   -0.442980297177E-07                     
+AR BRMU 2009  4  1 10 35  0.000000  1    0.413553657924E-03                     
+AR CAGZ 2009  4  1 10 35  0.000000  1   -0.159296513455E-04                     
+AR CAS1 2009  4  1 10 35  0.000000  1    0.312366156029E-08                     
+AR CHAT 2009  4  1 10 35  0.000000  1   -0.418169463644E-07                     
+AR CHPI 2009  4  1 10 35  0.000000  1   -0.610601864301E-07                     
+AR COCO 2009  4  1 10 35  0.000000  1    0.227623284393E-03                     
+AR CONZ 2009  4  1 10 35  0.000000  1   -0.808875719850E-04                     
+AR CRAR 2009  4  1 10 35  0.000000  1    0.333551548100E-03                     
+AR CRO1 2009  4  1 10 35  0.000000  1    0.665105120562E-03                     
+AR DAEJ 2009  4  1 10 35  0.000000  1   -0.196565592870E-03                     
+AR DARW 2009  4  1 10 35  0.000000  1    0.152684455667E-08                     
+AR DGAR 2009  4  1 10 35  0.000000  1   -0.107443960592E-06                     
+AR DRAO 2009  4  1 10 35  0.000000  1    0.113747675809E-03                     
+AR FAA1 2009  4  1 10 35  0.000000  1   -0.136995201464E-07                     
+AR FAIR 2009  4  1 10 35  0.000000  1   -0.519396223283E-07                     
+AR GLPS 2009  4  1 10 35  0.000000  1   -0.577579505414E-07                     
+AR GUAM 2009  4  1 10 35  0.000000  1   -0.638350076212E-07                     
+AR GUAT 2009  4  1 10 35  0.000000  1   -0.356371403501E-09                     
+AR HOB2 2009  4  1 10 35  0.000000  1    0.877182913847E-07                     
+AR HOFN 2009  4  1 10 35  0.000000  1   -0.418350383400E-04                     
+AR HOLM 2009  4  1 10 35  0.000000  1   -0.461232118805E-07                     
+AR HRAO 2009  4  1 10 35  0.000000  1    0.849463558497E-03                     
+AR HYDE 2009  4  1 10 35  0.000000  1    0.298621670746E-08                     
+AR IRKJ 2009  4  1 10 35  0.000000  1    0.163747684063E-03                     
+AR ISPA 2009  4  1 10 35  0.000000  1   -0.510120170835E-07                     
+AR KERG 2009  4  1 10 35  0.000000  1    0.817502463404E-03                     
+AR KHAJ 2009  4  1 10 35  0.000000  1   -0.150755853783E-05                     
+AR KIR0 2009  4  1 10 35  0.000000  1    0.283230843222E-03                     
+AR KIRU 2009  4  1 10 35  0.000000  1    0.591409536689E-03                     
+AR KOUR 2009  4  1 10 35  0.000000  1    0.125014325310E-03                     
+AR KUNM 2009  4  1 10 35  0.000000  1    0.244774584549E-07                     
+AR LHAZ 2009  4  1 10 35  0.000000  1    0.401194667466E-03                     
+AR MAL2 2009  4  1 10 35  0.000000  1    0.728719324751E-08                     
+AR MAS1 2009  4  1 10 35  0.000000  1   -0.101609079894E-03                     
+AR MAW1 2009  4  1 10 35  0.000000  1   -0.177403631374E-08                     
+AR MCIL 2009  4  1 10 35  0.000000  1    0.289896413026E-07                     
+AR MCM4 2009  4  1 10 35  0.000000  1   -0.478999052971E-07                     
+AR MDO1 2009  4  1 10 35  0.000000  1   -0.333514280082E-07                     
+AR MDVJ 2009  4  1 10 35  0.000000  1    0.438552567709E-03                     
+AR MKEA 2009  4  1 10 35  0.000000  1   -0.374879512233E-07                     
+AR MOBS 2009  4  1 10 35  0.000000  1    0.653815813225E-08                     
+AR NANO 2009  4  1 10 35  0.000000  1    0.379979990881E-08                     
+AR NLIB 2009  4  1 10 35  0.000000  1   -0.117863927221E-06                     
+AR NNOR 2009  4  1 10 35  0.000000  1    0.365797059997E-03                     
+AR NRC1 2009  4  1 10 35  0.000000  1   -0.448629813377E-05                     
+AR NRIL 2009  4  1 10 35  0.000000  1   -0.536323294160E-07                     
+AR NRMD 2009  4  1 10 35  0.000000  1    0.234025715042E-07                     
+AR NTUS 2009  4  1 10 35  0.000000  1    0.100256042908E-08                     
+AR NYAL 2009  4  1 10 35  0.000000  1    0.942834697334E-07                     
+AR OHI3 2009  4  1 10 35  0.000000  1    0.324391618036E-03                     
+AR ONSA 2009  4  1 10 35  0.000000  1   -0.324772584078E-04                     
+AR PDEL 2009  4  1 10 35  0.000000  1   -0.395392435072E-09                     
+AR PERT 2009  4  1 10 35  0.000000  1   -0.662289154217E-07                     
+AR PETP 2009  4  1 10 35  0.000000  1   -0.721511524964E-07                     
+AR PIMO 2009  4  1 10 35  0.000000  1   -0.622214388036E-07                     
+AR QAQ1 2009  4  1 10 35  0.000000  1   -0.613864861750E-07                     
+AR QUIN 2009  4  1 10 35  0.000000  1   -0.408549390576E-07                     
+AR RABT 2009  4  1 10 35  0.000000  1   -0.595155048693E-07                     
+AR RAMO 2009  4  1 10 35  0.000000  1   -0.154621937040E-07                     
+AR RCMN 2009  4  1 10 35  0.000000  1    0.617240562959E-08                     
+AR REDU 2009  4  1 10 35  0.000000  1   -0.578978934070E-07                     
+AR REUN 2009  4  1 10 35  0.000000  1    0.350301985747E-07                     
+AR REYK 2009  4  1 10 35  0.000000  1   -0.495693411115E-03                     
+AR SCH2 2009  4  1 10 35  0.000000  1    0.188682006307E-03                     
+AR SCUB 2009  4  1 10 35  0.000000  1   -0.720533104825E-07                     
+AR STJO 2009  4  1 10 35  0.000000  1   -0.703608668144E-05                     
+AR SYDN 2009  4  1 10 35  0.000000  1    0.141142891426E-05                     
+AR SYOG 2009  4  1 10 35  0.000000  1    0.140100332166E-04                     
+AR THU2 2009  4  1 10 35  0.000000  1   -0.495727670853E-03                     
+AR TOW2 2009  4  1 10 35  0.000000  1    0.464635569270E-09                     
+AR URUM 2009  4  1 10 35  0.000000  1   -0.106497370741E-05                     
+AR VESL 2009  4  1 10 35  0.000000  1   -0.172426819246E-04                     
+AR VILL 2009  4  1 10 35  0.000000  1   -0.702407730091E-07                     
+AR WTZR 2009  4  1 10 35  0.000000  1    0.452417906910E-07                     
+AR WUHN 2009  4  1 10 35  0.000000  1   -0.528552272823E-07                     
+AR YSSK 2009  4  1 10 35  0.000000  1   -0.694392346543E-07                     
+AR ZIM2 2009  4  1 10 35  0.000000  1    0.309223626894E-07                     
+AR XMIS 2009  4  1 10 35  0.000000  1   -0.125967763943E-08                     
+AR GODZ 2009  4  1 10 35  0.000000  1   -0.469120911269E-03                     
+AR MTKA 2009  4  1 10 35  0.000000  1   -0.583910957421E-07                     
+AR TIXJ 2009  4  1 10 35  0.000000  1    0.174535020595E-03                     
+AR PARK 2009  4  1 10 35  0.000000  1    0.805178881477E-06                     
+AR UNBJ 2009  4  1 10 35  0.000000  1    0.400390025390E-03                     
+AR NOVM 2009  4  1 10 35  0.000000  1    0.798335216519E-04                     
+AR SUNM 2009  4  1 10 35  0.000000  1    0.267238449665E-04                     
+AR CEBR 2009  4  1 10 35  0.000000  1    0.719431643114E-03                     
+AR CPXF 2009  4  1 10 35  0.000000  1    0.108651681001E-07                     
+AR IDDR 2009  4  1 10 35  0.000000  1    0.784269940182E-08                     
+AR AZGB 2009  4  1 10 35  0.000000  1   -0.361480716572E-03                     
+AR TN22 2009  4  1 10 35  0.000000  1   -0.404853968054E-03                     
+AR ETAD 2009  4  1 10 35  0.000000  1    0.318042124839E-07                     
+AR ILHA 2009  4  1 10 35  0.000000  1    0.759210729420E-09                     
+AR POVE 2009  4  1 10 35  0.000000  1   -0.479636243004E-09                     
+AR RECF 2009  4  1 10 35  0.000000  1    0.140201503758E-07                     
+AR SALU 2009  4  1 10 35  0.000000  1    0.263267173754E-07                     
+AR SAVO 2009  4  1 10 35  0.000000  1    0.154585080025E-07                     
+AR UFPR 2009  4  1 10 35  0.000000  1    0.152820178662E-07                     
+AR YELL 2009  4  1 10 35  0.000000  1    0.242099000000E-06                     
+AS G32  2009  4  1 10 40  0.000000  1    0.280203558017E-03                     
+AS G24  2009  4  1 10 40  0.000000  1    0.177816592674E-03                     
+AS G25  2009  4  1 10 40  0.000000  1    0.334427711153E-03                     
+AS G26  2009  4  1 10 40  0.000000  1    0.544463669100E-04                     
+AS G27  2009  4  1 10 40  0.000000  1    0.371246928301E-04                     
+AS G30  2009  4  1 10 40  0.000000  1    0.136247806212E-03                     
+AS G03  2009  4  1 10 40  0.000000  1    0.373441487032E-03                     
+AS G04  2009  4  1 10 40  0.000000  1   -0.346326890945E-04                     
+AS G06  2009  4  1 10 40  0.000000  1    0.601296982298E-04                     
+AS G08  2009  4  1 10 40  0.000000  1   -0.196533468673E-03                     
+AS G09  2009  4  1 10 40  0.000000  1    0.484493944460E-04                     
+AS G10  2009  4  1 10 40  0.000000  1   -0.136233819867E-04                     
+AS G14  2009  4  1 10 40  0.000000  1   -0.132421744411E-03                     
+AS G13  2009  4  1 10 40  0.000000  1    0.293258274950E-03                     
+AS G28  2009  4  1 10 40  0.000000  1   -0.238303374612E-04                     
+AS G21  2009  4  1 10 40  0.000000  1    0.215352178276E-04                     
+AS G11  2009  4  1 10 40  0.000000  1    0.275675590506E-05                     
+AS G22  2009  4  1 10 40  0.000000  1    0.202429880980E-03                     
+AS G20  2009  4  1 10 40  0.000000  1    0.865630429713E-04                     
+AS G18  2009  4  1 10 40  0.000000  1   -0.695394595082E-04                     
+AS G16  2009  4  1 10 40  0.000000  1    0.630138495653E-04                     
+AS G19  2009  4  1 10 40  0.000000  1    0.293609678588E-04                     
+AS G23  2009  4  1 10 40  0.000000  1    0.388985850933E-03                     
+AS G02  2009  4  1 10 40  0.000000  1    0.153932481203E-03                     
+AS G31  2009  4  1 10 40  0.000000  1   -0.564677381020E-04                     
+AS G17  2009  4  1 10 40  0.000000  1    0.524322728649E-04                     
+AS G12  2009  4  1 10 40  0.000000  1   -0.299548254308E-03                     
+AS G15  2009  4  1 10 40  0.000000  1   -0.275989017078E-03                     
+AS G29  2009  4  1 10 40  0.000000  1    0.483536805779E-05                     
+AS G07  2009  4  1 10 40  0.000000  1    0.209821318879E-04                     
+AS R02  2009  4  1 10 40  0.000000  1    0.206669340344E-04                     
+AS R03  2009  4  1 10 40  0.000000  1   -0.342659443724E-04                     
+AS R04  2009  4  1 10 40  0.000000  1    0.638448188135E-04                     
+AS R06  2009  4  1 10 40  0.000000  1   -0.169263019140E-03                     
+AS R07  2009  4  1 10 40  0.000000  1   -0.892044736663E-04                     
+AS R08  2009  4  1 10 40  0.000000  1   -0.101999326804E-03                     
+AS R10  2009  4  1 10 40  0.000000  1   -0.140841629958E-03                     
+AS R11  2009  4  1 10 40  0.000000  1   -0.926240771389E-04                     
+AS R13  2009  4  1 10 40  0.000000  1   -0.230638640721E-03                     
+AS R14  2009  4  1 10 40  0.000000  1   -0.796254696504E-04                     
+AS R15  2009  4  1 10 40  0.000000  1    0.921076277994E-04                     
+AS R17  2009  4  1 10 40  0.000000  1   -0.261259815035E-03                     
+AS R18  2009  4  1 10 40  0.000000  1   -0.135046050107E-05                     
+AS R19  2009  4  1 10 40  0.000000  1   -0.894175680246E-04                     
+AS R20  2009  4  1 10 40  0.000000  1   -0.650125086911E-04                     
+AS R21  2009  4  1 10 40  0.000000  1   -0.143335478969E-03                     
+AS R22  2009  4  1 10 40  0.000000  1   -0.201565270030E-03                     
+AS R23  2009  4  1 10 40  0.000000  1   -0.200330363158E-03                     
+AR ALGO 2009  4  1 10 40  0.000000  1    0.808618041864E-04                     
+AR ALIC 2009  4  1 10 40  0.000000  1    0.495387428129E-08                     
+AR AMC2 2009  4  1 10 40  0.000000  1    0.180689884028E-08                     
+AR ANKR 2009  4  1 10 40  0.000000  1    0.126409999579E-04                     
+AR ARTU 2009  4  1 10 40  0.000000  1   -0.742106309427E-07                     
+AR ASPA 2009  4  1 10 40  0.000000  1    0.227324583216E-07                     
+AR BHR1 2009  4  1 10 40  0.000000  1    0.563383466268E-03                     
+AR BARH 2009  4  1 10 40  0.000000  1    0.591088061267E-10                     
+AR BJFS 2009  4  1 10 40  0.000000  1   -0.459842638100E-07                     
+AR BOGT 2009  4  1 10 40  0.000000  1   -0.444576486698E-07                     
+AR BRMU 2009  4  1 10 40  0.000000  1   -0.890413947256E-04                     
+AR CAGZ 2009  4  1 10 40  0.000000  1    0.207733405946E-03                     
+AR CAS1 2009  4  1 10 40  0.000000  1    0.189622687278E-08                     
+AR CHAT 2009  4  1 10 40  0.000000  1   -0.409893996293E-07                     
+AR CHPI 2009  4  1 10 40  0.000000  1   -0.613445623629E-07                     
+AR COCO 2009  4  1 10 40  0.000000  1    0.227623842315E-03                     
+AR CONZ 2009  4  1 10 40  0.000000  1   -0.206424260971E-03                     
+AR CRAR 2009  4  1 10 40  0.000000  1    0.308277557317E-03                     
+AR CRO1 2009  4  1 10 40  0.000000  1    0.665105163438E-03                     
+AR DAEJ 2009  4  1 10 40  0.000000  1   -0.196564419434E-03                     
+AR DARW 2009  4  1 10 40  0.000000  1    0.347585104189E-08                     
+AR DGAR 2009  4  1 10 40  0.000000  1   -0.104943398323E-06                     
+AR DRAO 2009  4  1 10 40  0.000000  1    0.113784543166E-03                     
+AR FAA1 2009  4  1 10 40  0.000000  1   -0.981212402441E-08                     
+AR FAIR 2009  4  1 10 40  0.000000  1   -0.486512032395E-07                     
+AR GLPS 2009  4  1 10 40  0.000000  1   -0.574477269063E-07                     
+AR GUAM 2009  4  1 10 40  0.000000  1   -0.584950264846E-07                     
+AR GUAT 2009  4  1 10 40  0.000000  1    0.150543504087E-08                     
+AR HOB2 2009  4  1 10 40  0.000000  1    0.877333966114E-07                     
+AR HOFN 2009  4  1 10 40  0.000000  1    0.359941671058E-04                     
+AR HOLM 2009  4  1 10 40  0.000000  1   -0.453424532156E-07                     
+AR HRAO 2009  4  1 10 40  0.000000  1    0.849463629006E-03                     
+AR HYDE 2009  4  1 10 40  0.000000  1    0.683918023225E-08                     
+AR IRKJ 2009  4  1 10 40  0.000000  1    0.163747614416E-03                     
+AR ISPA 2009  4  1 10 40  0.000000  1   -0.494595695425E-07                     
+AR KARR 2009  4  1 10 40  0.000000  1   -0.516445918125E-07                     
+AR KERG 2009  4  1 10 40  0.000000  1    0.817502278637E-03                     
+AR KHAJ 2009  4  1 10 40  0.000000  1   -0.150756510344E-05                     
+AR KIR0 2009  4  1 10 40  0.000000  1    0.283224134458E-03                     
+AR KIRU 2009  4  1 10 40  0.000000  1    0.591405627046E-03                     
+AR KOUR 2009  4  1 10 40  0.000000  1    0.125014347601E-03                     
+AR KUNM 2009  4  1 10 40  0.000000  1    0.303557991624E-07                     
+AR LHAZ 2009  4  1 10 40  0.000000  1    0.413762096995E-03                     
+AR MAL2 2009  4  1 10 40  0.000000  1    0.306143748191E-08                     
+AR MAS1 2009  4  1 10 40  0.000000  1   -0.101609055298E-03                     
+AR MAW1 2009  4  1 10 40  0.000000  1    0.103707366078E-08                     
+AR MCIL 2009  4  1 10 40  0.000000  1    0.293941912547E-07                     
+AR MCM4 2009  4  1 10 40  0.000000  1   -0.500456988518E-07                     
+AR MDO1 2009  4  1 10 40  0.000000  1   -0.332013449637E-07                     
+AR MDVJ 2009  4  1 10 40  0.000000  1    0.438552560486E-03                     
+AR MKEA 2009  4  1 10 40  0.000000  1   -0.376581743278E-07                     
+AR MOBS 2009  4  1 10 40  0.000000  1    0.409180161247E-08                     
+AR NANO 2009  4  1 10 40  0.000000  1    0.305520697968E-08                     
+AR NLIB 2009  4  1 10 40  0.000000  1   -0.117996451565E-06                     
+AR NNOR 2009  4  1 10 40  0.000000  1    0.365797381111E-03                     
+AR NRC1 2009  4  1 10 40  0.000000  1   -0.448626913812E-05                     
+AR NRIL 2009  4  1 10 40  0.000000  1   -0.572458618694E-07                     
+AR NRMD 2009  4  1 10 40  0.000000  1    0.241736121416E-07                     
+AR NTUS 2009  4  1 10 40  0.000000  1    0.112186427833E-08                     
+AR NYAL 2009  4  1 10 40  0.000000  1    0.942950945927E-07                     
+AR OHI3 2009  4  1 10 40  0.000000  1    0.434282406252E-03                     
+AR ONSA 2009  4  1 10 40  0.000000  1   -0.324772965145E-04                     
+AR PDEL 2009  4  1 10 40  0.000000  1   -0.806327414582E-09                     
+AR PERT 2009  4  1 10 40  0.000000  1   -0.598977071662E-07                     
+AR PETP 2009  4  1 10 40  0.000000  1   -0.675032385561E-07                     
+AR PIMO 2009  4  1 10 40  0.000000  1   -0.621184522151E-07                     
+AR QAQ1 2009  4  1 10 40  0.000000  1   -0.612258535460E-07                     
+AR QUIN 2009  4  1 10 40  0.000000  1   -0.514059974858E-07                     
+AR RABT 2009  4  1 10 40  0.000000  1   -0.536436365057E-07                     
+AR RAMO 2009  4  1 10 40  0.000000  1    0.362899741746E-07                     
+AR RCMN 2009  4  1 10 40  0.000000  1    0.980232324834E-08                     
+AR REDU 2009  4  1 10 40  0.000000  1   -0.537101143572E-07                     
+AR REUN 2009  4  1 10 40  0.000000  1    0.356214827833E-07                     
+AR REYK 2009  4  1 10 40  0.000000  1   -0.478613301839E-03                     
+AR SCH2 2009  4  1 10 40  0.000000  1    0.188696971194E-03                     
+AR SCUB 2009  4  1 10 40  0.000000  1   -0.759879996890E-07                     
+AR STJO 2009  4  1 10 40  0.000000  1   -0.703638189888E-05                     
+AR SYDN 2009  4  1 10 40  0.000000  1    0.141148974231E-05                     
+AR SYOG 2009  4  1 10 40  0.000000  1    0.140100137153E-04                     
+AR THU2 2009  4  1 10 40  0.000000  1   -0.497729870867E-03                     
+AR TOW2 2009  4  1 10 40  0.000000  1    0.287306508305E-08                     
+AR URUM 2009  4  1 10 40  0.000000  1   -0.799401173473E-04                     
+AR VESL 2009  4  1 10 40  0.000000  1    0.214943094844E-04                     
+AR VILL 2009  4  1 10 40  0.000000  1   -0.688221000171E-07                     
+AR WTZR 2009  4  1 10 40  0.000000  1    0.452434640421E-07                     
+AR WUHN 2009  4  1 10 40  0.000000  1   -0.512554356987E-07                     
+AR YSSK 2009  4  1 10 40  0.000000  1   -0.672873764362E-07                     
+AR ZIM2 2009  4  1 10 40  0.000000  1    0.325273370310E-07                     
+AR XMIS 2009  4  1 10 40  0.000000  1   -0.865080585369E-09                     
+AR GODZ 2009  4  1 10 40  0.000000  1   -0.469120893963E-03                     
+AR MTKA 2009  4  1 10 40  0.000000  1   -0.594307098106E-07                     
+AR TIXJ 2009  4  1 10 40  0.000000  1    0.169920946285E-03                     
+AR PARK 2009  4  1 10 40  0.000000  1    0.805331644702E-06                     
+AR UNBJ 2009  4  1 10 40  0.000000  1    0.326776337589E-03                     
+AR NOVM 2009  4  1 10 40  0.000000  1    0.798335291609E-04                     
+AR SUNM 2009  4  1 10 40  0.000000  1   -0.129357055702E-03                     
+AR CEBR 2009  4  1 10 40  0.000000  1    0.719431626200E-03                     
+AR CPXF 2009  4  1 10 40  0.000000  1    0.107362257590E-07                     
+AR IDDR 2009  4  1 10 40  0.000000  1    0.906802668882E-08                     
+AR AZGB 2009  4  1 10 40  0.000000  1    0.499296050075E-03                     
+AR TN22 2009  4  1 10 40  0.000000  1   -0.484965938164E-03                     
+AR ETAD 2009  4  1 10 40  0.000000  1    0.318893625170E-07                     
+AR ILHA 2009  4  1 10 40  0.000000  1   -0.682067562224E-09                     
+AR POVE 2009  4  1 10 40  0.000000  1   -0.709377244551E-09                     
+AR RECF 2009  4  1 10 40  0.000000  1    0.141135958195E-07                     
+AR SALU 2009  4  1 10 40  0.000000  1    0.259964092546E-07                     
+AR SAVO 2009  4  1 10 40  0.000000  1    0.143096652796E-07                     
+AR UFPR 2009  4  1 10 40  0.000000  1    0.177129416134E-07                     
+AR YELL 2009  4  1 10 40  0.000000  1    0.242169000000E-06                     
+AS G32  2009  4  1 10 45  0.000000  1    0.280202206415E-03                     
+AS G24  2009  4  1 10 45  0.000000  1    0.177817702996E-03                     
+AS G25  2009  4  1 10 45  0.000000  1    0.334434232066E-03                     
+AS G26  2009  4  1 10 45  0.000000  1    0.544468648737E-04                     
+AS G27  2009  4  1 10 45  0.000000  1    0.371248833520E-04                     
+AS G30  2009  4  1 10 45  0.000000  1    0.136248208121E-03                     
+AS G03  2009  4  1 10 45  0.000000  1    0.373442500326E-03                     
+AS G04  2009  4  1 10 45  0.000000  1   -0.346370888707E-04                     
+AS G06  2009  4  1 10 45  0.000000  1    0.601350258680E-04                     
+AS G08  2009  4  1 10 45  0.000000  1   -0.196534039770E-03                     
+AS G09  2009  4  1 10 45  0.000000  1    0.484499497768E-04                     
+AS G10  2009  4  1 10 45  0.000000  1   -0.136231688754E-04                     
+AS G14  2009  4  1 10 45  0.000000  1   -0.132420025623E-03                     
+AS G13  2009  4  1 10 45  0.000000  1    0.293258461237E-03                     
+AS G28  2009  4  1 10 45  0.000000  1   -0.238304997946E-04                     
+AS G21  2009  4  1 10 45  0.000000  1    0.215346814599E-04                     
+AS G11  2009  4  1 10 45  0.000000  1    0.275630141118E-05                     
+AS G22  2009  4  1 10 45  0.000000  1    0.202429916625E-03                     
+AS G20  2009  4  1 10 45  0.000000  1    0.865629573111E-04                     
+AS G18  2009  4  1 10 45  0.000000  1   -0.695383505557E-04                     
+AS G16  2009  4  1 10 45  0.000000  1    0.630128108560E-04                     
+AS G19  2009  4  1 10 45  0.000000  1    0.293607938280E-04                     
+AS G23  2009  4  1 10 45  0.000000  1    0.388986492420E-03                     
+AS G02  2009  4  1 10 45  0.000000  1    0.153932228073E-03                     
+AS G31  2009  4  1 10 45  0.000000  1   -0.564680288386E-04                     
+AS G17  2009  4  1 10 45  0.000000  1    0.524328394091E-04                     
+AS G12  2009  4  1 10 45  0.000000  1   -0.299546770635E-03                     
+AS G15  2009  4  1 10 45  0.000000  1   -0.275990366564E-03                     
+AS G29  2009  4  1 10 45  0.000000  1    0.483677817791E-05                     
+AS G07  2009  4  1 10 45  0.000000  1    0.209824464573E-04                     
+AS R02  2009  4  1 10 45  0.000000  1    0.206661212010E-04                     
+AS R03  2009  4  1 10 45  0.000000  1   -0.342666737140E-04                     
+AS R04  2009  4  1 10 45  0.000000  1    0.638420476307E-04                     
+AS R06  2009  4  1 10 45  0.000000  1   -0.169262377989E-03                     
+AS R07  2009  4  1 10 45  0.000000  1   -0.892040351268E-04                     
+AS R08  2009  4  1 10 45  0.000000  1   -0.101999008754E-03                     
+AS R10  2009  4  1 10 45  0.000000  1   -0.140841745425E-03                     
+AS R11  2009  4  1 10 45  0.000000  1   -0.926245935702E-04                     
+AS R13  2009  4  1 10 45  0.000000  1   -0.230638751894E-03                     
+AS R14  2009  4  1 10 45  0.000000  1   -0.796241506359E-04                     
+AS R15  2009  4  1 10 45  0.000000  1    0.921085759131E-04                     
+AS R17  2009  4  1 10 45  0.000000  1   -0.261259952456E-03                     
+AS R18  2009  4  1 10 45  0.000000  1   -0.135071916801E-05                     
+AS R19  2009  4  1 10 45  0.000000  1   -0.894178561361E-04                     
+AS R20  2009  4  1 10 45  0.000000  1   -0.650123431971E-04                     
+AS R21  2009  4  1 10 45  0.000000  1   -0.143335804145E-03                     
+AS R22  2009  4  1 10 45  0.000000  1   -0.201566061409E-03                     
+AS R23  2009  4  1 10 45  0.000000  1   -0.200328855167E-03                     
+AR ALGO 2009  4  1 10 45  0.000000  1    0.808662867212E-04                     
+AR ALIC 2009  4  1 10 45  0.000000  1    0.843779864597E-08                     
+AR AMC2 2009  4  1 10 45  0.000000  1    0.182519591203E-08                     
+AR ANKR 2009  4  1 10 45  0.000000  1    0.800279773790E-04                     
+AR ARTU 2009  4  1 10 45  0.000000  1   -0.717401352620E-07                     
+AR ASPA 2009  4  1 10 45  0.000000  1    0.243443673351E-07                     
+AR BHR1 2009  4  1 10 45  0.000000  1    0.563383410383E-03                     
+AR BARH 2009  4  1 10 45  0.000000  1    0.103376100872E-08                     
+AR BJFS 2009  4  1 10 45  0.000000  1   -0.475958442877E-07                     
+AR BOGT 2009  4  1 10 45  0.000000  1   -0.451804583819E-07                     
+AR BRMU 2009  4  1 10 45  0.000000  1    0.408928526682E-03                     
+AR CAGZ 2009  4  1 10 45  0.000000  1    0.431416440315E-03                     
+AR CAS1 2009  4  1 10 45  0.000000  1    0.291694131081E-08                     
+AR CHAT 2009  4  1 10 45  0.000000  1   -0.403007816149E-07                     
+AR CHPI 2009  4  1 10 45  0.000000  1   -0.591280744007E-07                     
+AR COCO 2009  4  1 10 45  0.000000  1    0.227624409626E-03                     
+AR CONZ 2009  4  1 10 45  0.000000  1   -0.331762198762E-03                     
+AR CRAR 2009  4  1 10 45  0.000000  1    0.283016542898E-03                     
+AR CRO1 2009  4  1 10 45  0.000000  1    0.665105240411E-03                     
+AR DAEJ 2009  4  1 10 45  0.000000  1   -0.196563848991E-03                     
+AR DARW 2009  4  1 10 45  0.000000  1    0.125106470566E-08                     
+AR DGAR 2009  4  1 10 45  0.000000  1   -0.101610712993E-06                     
+AR DRAO 2009  4  1 10 45  0.000000  1    0.113821410802E-03                     
+AR FAA1 2009  4  1 10 45  0.000000  1   -0.113094326871E-07                     
+AR FAIR 2009  4  1 10 45  0.000000  1   -0.486518629345E-07                     
+AR GLPS 2009  4  1 10 45  0.000000  1   -0.567233199354E-07                     
+AR GUAM 2009  4  1 10 45  0.000000  1   -0.578300966137E-07                     
+AR GUAT 2009  4  1 10 45  0.000000  1    0.793005633832E-08                     
+AR HOB2 2009  4  1 10 45  0.000000  1    0.877638163933E-07                     
+AR HOFN 2009  4  1 10 45  0.000000  1    0.113837287574E-03                     
+AR HOLM 2009  4  1 10 45  0.000000  1   -0.434260807133E-07                     
+AR HRAO 2009  4  1 10 45  0.000000  1    0.849463726103E-03                     
+AR HYDE 2009  4  1 10 45  0.000000  1   -0.180661691526E-08                     
+AR IRKJ 2009  4  1 10 45  0.000000  1    0.163747676366E-03                     
+AR ISPA 2009  4  1 10 45  0.000000  1   -0.466302873842E-07                     
+AR KARR 2009  4  1 10 45  0.000000  1   -0.514813623018E-07                     
+AR KERG 2009  4  1 10 45  0.000000  1    0.817502302993E-03                     
+AR KHAJ 2009  4  1 10 45  0.000000  1   -0.150754730300E-05                     
+AR KIR0 2009  4  1 10 45  0.000000  1    0.283217347648E-03                     
+AR KIRU 2009  4  1 10 45  0.000000  1    0.591401260431E-03                     
+AR KOUR 2009  4  1 10 45  0.000000  1    0.125014372159E-03                     
+AR KUNM 2009  4  1 10 45  0.000000  1    0.246388404570E-07                     
+AR LHAZ 2009  4  1 10 45  0.000000  1    0.426009273363E-03                     
+AR MAL2 2009  4  1 10 45  0.000000  1    0.179798424308E-08                     
+AR MAS1 2009  4  1 10 45  0.000000  1   -0.101608992293E-03                     
+AR MAW1 2009  4  1 10 45  0.000000  1    0.433942261973E-08                     
+AR MCIL 2009  4  1 10 45  0.000000  1    0.309048786659E-07                     
+AR MCM4 2009  4  1 10 45  0.000000  1   -0.527570484311E-07                     
+AR MDO1 2009  4  1 10 45  0.000000  1   -0.334587114539E-07                     
+AR MDVJ 2009  4  1 10 45  0.000000  1    0.438552576130E-03                     
+AR MKEA 2009  4  1 10 45  0.000000  1   -0.390303614691E-07                     
+AR MOBS 2009  4  1 10 45  0.000000  1    0.420783681498E-08                     
+AR NANO 2009  4  1 10 45  0.000000  1    0.255705706813E-08                     
+AR NLIB 2009  4  1 10 45  0.000000  1   -0.118019332024E-06                     
+AR NNOR 2009  4  1 10 45  0.000000  1    0.365796903475E-03                     
+AR NRC1 2009  4  1 10 45  0.000000  1   -0.448623690295E-05                     
+AR NRIL 2009  4  1 10 45  0.000000  1   -0.604247036186E-07                     
+AR NRMD 2009  4  1 10 45  0.000000  1    0.231627435076E-07                     
+AR NTUS 2009  4  1 10 45  0.000000  1    0.152834668211E-09                     
+AR NYAL 2009  4  1 10 45  0.000000  1    0.943297593533E-07                     
+AR OHI3 2009  4  1 10 45  0.000000  1   -0.455669538452E-03                     
+AR ONSA 2009  4  1 10 45  0.000000  1   -0.324773431179E-04                     
+AR PDEL 2009  4  1 10 45  0.000000  1   -0.762406404805E-09                     
+AR PERT 2009  4  1 10 45  0.000000  1   -0.588931793772E-07                     
+AR PETP 2009  4  1 10 45  0.000000  1   -0.649337664823E-07                     
+AR PIMO 2009  4  1 10 45  0.000000  1   -0.590159306373E-07                     
+AR QAQ1 2009  4  1 10 45  0.000000  1   -0.659807578864E-07                     
+AR QUIN 2009  4  1 10 45  0.000000  1   -0.505729399435E-07                     
+AR RABT 2009  4  1 10 45  0.000000  1   -0.521186832723E-07                     
+AR RAMO 2009  4  1 10 45  0.000000  1   -0.147783697095E-07                     
+AR RCMN 2009  4  1 10 45  0.000000  1    0.102582733304E-07                     
+AR REDU 2009  4  1 10 45  0.000000  1   -0.525618616570E-07                     
+AR REUN 2009  4  1 10 45  0.000000  1    0.387518840800E-07                     
+AR REYK 2009  4  1 10 45  0.000000  1   -0.461176691829E-03                     
+AR SCH2 2009  4  1 10 45  0.000000  1    0.188711558458E-03                     
+AR SCUB 2009  4  1 10 45  0.000000  1   -0.835261675734E-07                     
+AR STJO 2009  4  1 10 45  0.000000  1   -0.703666194664E-05                     
+AR SYDN 2009  4  1 10 45  0.000000  1    0.141132399813E-05                     
+AR SYOG 2009  4  1 10 45  0.000000  1    0.140098407396E-04                     
+AR THU2 2009  4  1 10 45  0.000000  1   -0.499732002615E-03                     
+AR TOW2 2009  4  1 10 45  0.000000  1    0.362613526637E-08                     
+AR URUM 2009  4  1 10 45  0.000000  1   -0.158820494617E-03                     
+AR VESL 2009  4  1 10 45  0.000000  1    0.601937113528E-04                     
+AR VILL 2009  4  1 10 45  0.000000  1   -0.651465267902E-07                     
+AR WTZR 2009  4  1 10 45  0.000000  1    0.452683933624E-07                     
+AR WUHN 2009  4  1 10 45  0.000000  1   -0.611269134538E-07                     
+AR YSSK 2009  4  1 10 45  0.000000  1   -0.667852449179E-07                     
+AR ZIM2 2009  4  1 10 45  0.000000  1    0.354301643757E-07                     
+AR XMIS 2009  4  1 10 45  0.000000  1   -0.109038116968E-08                     
+AR GODZ 2009  4  1 10 45  0.000000  1   -0.469120832775E-03                     
+AR MTKA 2009  4  1 10 45  0.000000  1   -0.609933553288E-07                     
+AR TIXJ 2009  4  1 10 45  0.000000  1    0.165390772054E-03                     
+AR PARK 2009  4  1 10 45  0.000000  1    0.805585799099E-06                     
+AR UNBJ 2009  4  1 10 45  0.000000  1    0.253043383688E-03                     
+AR NOVM 2009  4  1 10 45  0.000000  1    0.798335690516E-04                     
+AR SUNM 2009  4  1 10 45  0.000000  1   -0.285362439267E-03                     
+AR CEBR 2009  4  1 10 45  0.000000  1    0.719431660065E-03                     
+AR CPXF 2009  4  1 10 45  0.000000  1    0.931417197027E-08                     
+AR IDDR 2009  4  1 10 45  0.000000  1    0.121465335254E-07                     
+AR AZGB 2009  4  1 10 45  0.000000  1    0.359960377326E-03                     
+AR TN22 2009  4  1 10 45  0.000000  1    0.435017949950E-03                     
+AR ETAD 2009  4  1 10 45  0.000000  1    0.353353732207E-07                     
+AR ILHA 2009  4  1 10 45  0.000000  1   -0.991445539992E-09                     
+AR POVE 2009  4  1 10 45  0.000000  1   -0.147137710713E-08                     
+AR RECF 2009  4  1 10 45  0.000000  1    0.145053295961E-07                     
+AR SALU 2009  4  1 10 45  0.000000  1    0.259410538414E-07                     
+AR SAVO 2009  4  1 10 45  0.000000  1    0.153608117623E-07                     
+AR UFPR 2009  4  1 10 45  0.000000  1    0.203109036331E-07                     
+AR YELL 2009  4  1 10 45  0.000000  1    0.242239000000E-06                     
+AS G32  2009  4  1 10 50  0.000000  1    0.280200820763E-03                     
+AS G24  2009  4  1 10 50  0.000000  1    0.177819171880E-03                     
+AS G25  2009  4  1 10 50  0.000000  1    0.334440836863E-03                     
+AS G26  2009  4  1 10 50  0.000000  1    0.544475759069E-04                     
+AS G27  2009  4  1 10 50  0.000000  1    0.371264077168E-04                     
+AS G30  2009  4  1 10 50  0.000000  1    0.136249236714E-03                     
+AS G03  2009  4  1 10 50  0.000000  1    0.373443665501E-03                     
+AS G04  2009  4  1 10 50  0.000000  1   -0.346413405331E-04                     
+AS G06  2009  4  1 10 50  0.000000  1    0.601403298179E-04                     
+AS G08  2009  4  1 10 50  0.000000  1   -0.196533762210E-03                     
+AS G09  2009  4  1 10 50  0.000000  1    0.484499755769E-04                     
+AS G10  2009  4  1 10 50  0.000000  1   -0.136231193885E-04                     
+AS G14  2009  4  1 10 50  0.000000  1   -0.132418381750E-03                     
+AS G13  2009  4  1 10 50  0.000000  1    0.293258992789E-03                     
+AS G28  2009  4  1 10 50  0.000000  1   -0.238303995751E-04                     
+AS G21  2009  4  1 10 50  0.000000  1    0.215341012589E-04                     
+AS G11  2009  4  1 10 50  0.000000  1    0.275613064858E-05                     
+AS G22  2009  4  1 10 50  0.000000  1    0.202429845249E-03                     
+AS G20  2009  4  1 10 50  0.000000  1    0.865625704958E-04                     
+AS G18  2009  4  1 10 50  0.000000  1   -0.695370656816E-04                     
+AS G16  2009  4  1 10 50  0.000000  1    0.630119390507E-04                     
+AS G19  2009  4  1 10 50  0.000000  1    0.293603081534E-04                     
+AS G23  2009  4  1 10 50  0.000000  1    0.388986763753E-03                     
+AS G02  2009  4  1 10 50  0.000000  1    0.153932191254E-03                     
+AS G31  2009  4  1 10 50  0.000000  1   -0.564683894832E-04                     
+AS G17  2009  4  1 10 50  0.000000  1    0.524333831906E-04                     
+AS G12  2009  4  1 10 50  0.000000  1   -0.299545608281E-03                     
+AS G15  2009  4  1 10 50  0.000000  1   -0.275991838642E-03                     
+AS G29  2009  4  1 10 50  0.000000  1    0.483797170315E-05                     
+AS G07  2009  4  1 10 50  0.000000  1    0.209820827930E-04                     
+AS R02  2009  4  1 10 50  0.000000  1    0.206651998310E-04                     
+AS R03  2009  4  1 10 50  0.000000  1   -0.342680079964E-04                     
+AS R04  2009  4  1 10 50  0.000000  1    0.638391638901E-04                     
+AS R06  2009  4  1 10 50  0.000000  1   -0.169264050837E-03                     
+AS R07  2009  4  1 10 50  0.000000  1   -0.892027799733E-04                     
+AS R08  2009  4  1 10 50  0.000000  1   -0.101998782488E-03                     
+AS R10  2009  4  1 10 50  0.000000  1   -0.140841406727E-03                     
+AS R11  2009  4  1 10 50  0.000000  1   -0.926250116589E-04                     
+AS R13  2009  4  1 10 50  0.000000  1   -0.230639342036E-03                     
+AS R14  2009  4  1 10 50  0.000000  1   -0.796231917798E-04                     
+AS R15  2009  4  1 10 50  0.000000  1    0.921089456125E-04                     
+AS R17  2009  4  1 10 50  0.000000  1   -0.261260108659E-03                     
+AS R18  2009  4  1 10 50  0.000000  1   -0.135111079711E-05                     
+AS R19  2009  4  1 10 50  0.000000  1   -0.894182193363E-04                     
+AS R20  2009  4  1 10 50  0.000000  1   -0.650121551558E-04                     
+AS R21  2009  4  1 10 50  0.000000  1   -0.143336432697E-03                     
+AS R22  2009  4  1 10 50  0.000000  1   -0.201567049743E-03                     
+AS R23  2009  4  1 10 50  0.000000  1   -0.200327334179E-03                     
+AR ALGO 2009  4  1 10 50  0.000000  1    0.808707431924E-04                     
+AR ALIC 2009  4  1 10 50  0.000000  1    0.506018881054E-08                     
+AR AMC2 2009  4  1 10 50  0.000000  1    0.179685769702E-08                     
+AR ANKR 2009  4  1 10 50  0.000000  1    0.147462427560E-03                     
+AR ARTU 2009  4  1 10 50  0.000000  1   -0.708004496244E-07                     
+AR ASPA 2009  4  1 10 50  0.000000  1    0.240554728954E-07                     
+AR BHR1 2009  4  1 10 50  0.000000  1    0.563383373518E-03                     
+AR BARH 2009  4  1 10 50  0.000000  1    0.909465736844E-10                     
+AR BJFS 2009  4  1 10 50  0.000000  1   -0.469891351371E-07                     
+AR BOGT 2009  4  1 10 50  0.000000  1   -0.453904687641E-07                     
+AR BRMU 2009  4  1 10 50  0.000000  1   -0.929148010848E-04                     
+AR CAGZ 2009  4  1 10 50  0.000000  1   -0.344961292459E-03                     
+AR CAS1 2009  4  1 10 50  0.000000  1   -0.102270379980E-08                     
+AR CHAT 2009  4  1 10 50  0.000000  1   -0.414561320971E-07                     
+AR CHPI 2009  4  1 10 50  0.000000  1   -0.588359112612E-07                     
+AR COCO 2009  4  1 10 50  0.000000  1    0.227625081009E-03                     
+AR CONZ 2009  4  1 10 50  0.000000  1   -0.456691730227E-03                     
+AR CRAR 2009  4  1 10 50  0.000000  1    0.257758625115E-03                     
+AR CRO1 2009  4  1 10 50  0.000000  1    0.665105235611E-03                     
+AR DAEJ 2009  4  1 10 50  0.000000  1   -0.196563665991E-03                     
+AR DARW 2009  4  1 10 50  0.000000  1    0.159174643644E-08                     
+AR DGAR 2009  4  1 10 50  0.000000  1   -0.100321260030E-06                     
+AR DRAO 2009  4  1 10 50  0.000000  1    0.113858299902E-03                     
+AR FAA1 2009  4  1 10 50  0.000000  1   -0.105000872956E-07                     
+AR FAIR 2009  4  1 10 50  0.000000  1   -0.502354128173E-07                     
+AR GLPS 2009  4  1 10 50  0.000000  1   -0.571685721268E-07                     
+AR GUAM 2009  4  1 10 50  0.000000  1   -0.576888198135E-07                     
+AR GUAT 2009  4  1 10 50  0.000000  1    0.719212301131E-08                     
+AR HOB2 2009  4  1 10 50  0.000000  1    0.877436845387E-07                     
+AR HOFN 2009  4  1 10 50  0.000000  1    0.191704987256E-03                     
+AR HOLM 2009  4  1 10 50  0.000000  1   -0.428109922822E-07                     
+AR HRAO 2009  4  1 10 50  0.000000  1    0.849463785384E-03                     
+AR HYDE 2009  4  1 10 50  0.000000  1    0.642286249246E-09                     
+AR IRKJ 2009  4  1 10 50  0.000000  1    0.163747726387E-03                     
+AR ISPA 2009  4  1 10 50  0.000000  1   -0.464316246679E-07                     
+AR KARR 2009  4  1 10 50  0.000000  1   -0.514633499213E-07                     
+AR KERG 2009  4  1 10 50  0.000000  1    0.817502104932E-03                     
+AR KHAJ 2009  4  1 10 50  0.000000  1   -0.150758202853E-05                     
+AR KIR0 2009  4  1 10 50  0.000000  1    0.283210530264E-03                     
+AR KIRU 2009  4  1 10 50  0.000000  1    0.591395424781E-03                     
+AR KIT3 2009  4  1 10 50  0.000000  1   -0.712594395279E-08                     
+AR KOUR 2009  4  1 10 50  0.000000  1    0.124913861026E-03                     
+AR KUNM 2009  4  1 10 50  0.000000  1    0.251814550072E-07                     
+AR LHAZ 2009  4  1 10 50  0.000000  1    0.438023885639E-03                     
+AR MAL2 2009  4  1 10 50  0.000000  1    0.753311605736E-08                     
+AR MAS1 2009  4  1 10 50  0.000000  1   -0.101609003253E-03                     
+AR MAW1 2009  4  1 10 50  0.000000  1    0.110340454209E-08                     
+AR MCIL 2009  4  1 10 50  0.000000  1    0.311450306844E-07                     
+AR MCM4 2009  4  1 10 50  0.000000  1   -0.555276977637E-07                     
+AR MDO1 2009  4  1 10 50  0.000000  1   -0.340073954366E-07                     
+AR MDVJ 2009  4  1 10 50  0.000000  1    0.438552540414E-03                     
+AR MKEA 2009  4  1 10 50  0.000000  1   -0.395628643162E-07                     
+AR MOBS 2009  4  1 10 50  0.000000  1    0.362502847595E-08                     
+AR NANO 2009  4  1 10 50  0.000000  1    0.205798781676E-08                     
+AR NLIB 2009  4  1 10 50  0.000000  1   -0.118197404448E-06                     
+AR NNOR 2009  4  1 10 50  0.000000  1    0.365797030420E-03                     
+AR NRC1 2009  4  1 10 50  0.000000  1   -0.448623732934E-05                     
+AR NRIL 2009  4  1 10 50  0.000000  1   -0.631654343280E-07                     
+AR NRMD 2009  4  1 10 50  0.000000  1    0.232228561365E-07                     
+AR NTUS 2009  4  1 10 50  0.000000  1   -0.457909498039E-08                     
+AR NYAL 2009  4  1 10 50  0.000000  1    0.943081614822E-07                     
+AR OHI3 2009  4  1 10 50  0.000000  1   -0.345227969369E-03                     
+AR ONSA 2009  4  1 10 50  0.000000  1   -0.324774241913E-04                     
+AR PDEL 2009  4  1 10 50  0.000000  1   -0.155622398866E-08                     
+AR PERT 2009  4  1 10 50  0.000000  1   -0.590117444017E-07                     
+AR PETP 2009  4  1 10 50  0.000000  1   -0.646786050623E-07                     
+AR PIMO 2009  4  1 10 50  0.000000  1   -0.575463937240E-07                     
+AR QAQ1 2009  4  1 10 50  0.000000  1   -0.657042405543E-07                     
+AR QUIN 2009  4  1 10 50  0.000000  1   -0.492747463509E-07                     
+AR RABT 2009  4  1 10 50  0.000000  1   -0.488633636745E-07                     
+AR RAMO 2009  4  1 10 50  0.000000  1    0.258529872387E-07                     
+AR RCMN 2009  4  1 10 50  0.000000  1    0.817819968175E-08                     
+AR REDU 2009  4  1 10 50  0.000000  1   -0.503103535770E-07                     
+AR REUN 2009  4  1 10 50  0.000000  1    0.347566509949E-07                     
+AR REYK 2009  4  1 10 50  0.000000  1   -0.443605468952E-03                     
+AR SCH2 2009  4  1 10 50  0.000000  1    0.188726454452E-03                     
+AR SCUB 2009  4  1 10 50  0.000000  1   -0.844001277057E-07                     
+AR STJO 2009  4  1 10 50  0.000000  1   -0.703699268308E-05                     
+AR SYDN 2009  4  1 10 50  0.000000  1    0.141134791259E-05                     
+AR SYOG 2009  4  1 10 50  0.000000  1    0.140097063531E-04                     
+AR THU2 2009  4  1 10 50  0.000000  1    0.498265614716E-03                     
+AR TOW2 2009  4  1 10 50  0.000000  1    0.297248695982E-08                     
+AR URUM 2009  4  1 10 50  0.000000  1   -0.237663319182E-03                     
+AR VESL 2009  4  1 10 50  0.000000  1    0.988293232255E-04                     
+AR VILL 2009  4  1 10 50  0.000000  1   -0.636330338017E-07                     
+AR WTZR 2009  4  1 10 50  0.000000  1    0.452507691758E-07                     
+AR WUHN 2009  4  1 10 50  0.000000  1   -0.608665292448E-07                     
+AR YSSK 2009  4  1 10 50  0.000000  1   -0.669187277435E-07                     
+AR ZIM2 2009  4  1 10 50  0.000000  1    0.364186545534E-07                     
+AR XMIS 2009  4  1 10 50  0.000000  1   -0.179244997193E-08                     
+AR GODZ 2009  4  1 10 50  0.000000  1   -0.469120847202E-03                     
+AR MTKA 2009  4  1 10 50  0.000000  1   -0.629006590554E-07                     
+AR TIXJ 2009  4  1 10 50  0.000000  1    0.160985271024E-03                     
+AR PARK 2009  4  1 10 50  0.000000  1    0.805819978322E-06                     
+AR UNBJ 2009  4  1 10 50  0.000000  1    0.179204474653E-03                     
+AR NOVM 2009  4  1 10 50  0.000000  1    0.798335531325E-04                     
+AR SUNM 2009  4  1 10 50  0.000000  1   -0.441489947454E-03                     
+AR CEBR 2009  4  1 10 50  0.000000  1    0.719431631121E-03                     
+AR CPXF 2009  4  1 10 50  0.000000  1    0.934603494388E-08                     
+AR IDDR 2009  4  1 10 50  0.000000  1    0.195880716039E-07                     
+AR AZGB 2009  4  1 10 50  0.000000  1    0.220618420434E-03                     
+AR TN22 2009  4  1 10 50  0.000000  1    0.355205160756E-03                     
+AR ETAD 2009  4  1 10 50  0.000000  1    0.335778986164E-07                     
+AR ILHA 2009  4  1 10 50  0.000000  1   -0.517519354208E-09                     
+AR POVE 2009  4  1 10 50  0.000000  1   -0.264998592976E-08                     
+AR RECF 2009  4  1 10 50  0.000000  1    0.145529430341E-07                     
+AR SALU 2009  4  1 10 50  0.000000  1    0.255698675346E-07                     
+AR SAVO 2009  4  1 10 50  0.000000  1    0.166905320308E-07                     
+AR UFPR 2009  4  1 10 50  0.000000  1    0.149235309009E-07                     
+AR YELL 2009  4  1 10 50  0.000000  1    0.242309000000E-06                     
+AS G32  2009  4  1 10 55  0.000000  1    0.280199351070E-03                     
+AS G24  2009  4  1 10 55  0.000000  1    0.177819943212E-03                     
+AS G25  2009  4  1 10 55  0.000000  1    0.334447398960E-03                     
+AS G26  2009  4  1 10 55  0.000000  1    0.544480959393E-04                     
+AS G27  2009  4  1 10 55  0.000000  1    0.371276018086E-04                     
+AS G30  2009  4  1 10 55  0.000000  1    0.136250173058E-03                     
+AS G03  2009  4  1 10 55  0.000000  1    0.373445759770E-03                     
+AS G04  2009  4  1 10 55  0.000000  1   -0.346455749281E-04                     
+AS G06  2009  4  1 10 55  0.000000  1    0.601456621098E-04                     
+AS G08  2009  4  1 10 55  0.000000  1   -0.196534872978E-03                     
+AS G09  2009  4  1 10 55  0.000000  1    0.484511202815E-04                     
+AS G10  2009  4  1 10 55  0.000000  1   -0.136231967649E-04                     
+AS G14  2009  4  1 10 55  0.000000  1   -0.132416655251E-03                     
+AS G13  2009  4  1 10 55  0.000000  1    0.293259146447E-03                     
+AS G28  2009  4  1 10 55  0.000000  1   -0.238305031364E-04                     
+AS G21  2009  4  1 10 55  0.000000  1    0.215334322246E-04                     
+AS G11  2009  4  1 10 55  0.000000  1    0.275586976814E-05                     
+AS G22  2009  4  1 10 55  0.000000  1    0.202429385690E-03                     
+AS G20  2009  4  1 10 55  0.000000  1    0.865621697586E-04                     
+AS G18  2009  4  1 10 55  0.000000  1   -0.695362672781E-04                     
+AS G16  2009  4  1 10 55  0.000000  1    0.630110276756E-04                     
+AS G19  2009  4  1 10 55  0.000000  1    0.293601405050E-04                     
+AS G23  2009  4  1 10 55  0.000000  1    0.388986670026E-03                     
+AS G02  2009  4  1 10 55  0.000000  1    0.153932007982E-03                     
+AS G31  2009  4  1 10 55  0.000000  1   -0.564686317573E-04                     
+AS G17  2009  4  1 10 55  0.000000  1    0.524339946845E-04                     
+AS G12  2009  4  1 10 55  0.000000  1   -0.299544196173E-03                     
+AS G15  2009  4  1 10 55  0.000000  1   -0.275993285064E-03                     
+AS G29  2009  4  1 10 55  0.000000  1    0.483896969290E-05                     
+AS G07  2009  4  1 10 55  0.000000  1    0.209820375578E-04                     
+AS R02  2009  4  1 10 55  0.000000  1    0.206643167945E-04                     
+AS R03  2009  4  1 10 55  0.000000  1   -0.342683666876E-04                     
+AS R04  2009  4  1 10 55  0.000000  1    0.638372993266E-04                     
+AS R06  2009  4  1 10 55  0.000000  1   -0.169262772876E-03                     
+AS R07  2009  4  1 10 55  0.000000  1   -0.892021253424E-04                     
+AS R08  2009  4  1 10 55  0.000000  1   -0.101998423424E-03                     
+AS R10  2009  4  1 10 55  0.000000  1   -0.140840982320E-03                     
+AS R11  2009  4  1 10 55  0.000000  1   -0.926252034974E-04                     
+AS R13  2009  4  1 10 55  0.000000  1   -0.230639700862E-03                     
+AS R14  2009  4  1 10 55  0.000000  1   -0.796226668146E-04                     
+AS R15  2009  4  1 10 55  0.000000  1    0.921087075689E-04                     
+AS R17  2009  4  1 10 55  0.000000  1   -0.261260674889E-03                     
+AS R18  2009  4  1 10 55  0.000000  1   -0.135098351648E-05                     
+AS R19  2009  4  1 10 55  0.000000  1   -0.894186023077E-04                     
+AS R20  2009  4  1 10 55  0.000000  1   -0.650118334780E-04                     
+AS R21  2009  4  1 10 55  0.000000  1   -0.143336792020E-03                     
+AS R22  2009  4  1 10 55  0.000000  1   -0.201567835198E-03                     
+AS R23  2009  4  1 10 55  0.000000  1   -0.200325704682E-03                     
+AR ALGO 2009  4  1 10 55  0.000000  1    0.808752612022E-04                     
+AR ALIC 2009  4  1 10 55  0.000000  1    0.586784404981E-08                     
+AR AMC2 2009  4  1 10 55  0.000000  1    0.180509608712E-08                     
+AR ANKR 2009  4  1 10 55  0.000000  1    0.214872714170E-03                     
+AR ARTU 2009  4  1 10 55  0.000000  1   -0.694256597318E-07                     
+AR ASPA 2009  4  1 10 55  0.000000  1    0.122168794225E-07                     
+AR BHR1 2009  4  1 10 55  0.000000  1    0.563383452584E-03                     
+AR BARH 2009  4  1 10 55  0.000000  1    0.315132621710E-08                     
+AR BJFS 2009  4  1 10 55  0.000000  1   -0.449518204569E-07                     
+AR BOGT 2009  4  1 10 55  0.000000  1   -0.464193956248E-07                     
+AR BRMU 2009  4  1 10 55  0.000000  1    0.405160478011E-03                     
+AR CAGZ 2009  4  1 10 55  0.000000  1   -0.121350905915E-03                     
+AR CAS1 2009  4  1 10 55  0.000000  1    0.177967763114E-08                     
+AR CHAT 2009  4  1 10 55  0.000000  1   -0.454539975164E-07                     
+AR CHPI 2009  4  1 10 55  0.000000  1   -0.577238599026E-07                     
+AR COCO 2009  4  1 10 55  0.000000  1    0.227625786059E-03                     
+AR CONZ 2009  4  1 10 55  0.000000  1    0.418519614276E-03                     
+AR CRAR 2009  4  1 10 55  0.000000  1    0.232506451840E-03                     
+AR CRO1 2009  4  1 10 55  0.000000  1    0.665105267447E-03                     
+AR DAEJ 2009  4  1 10 55  0.000000  1   -0.196563731779E-03                     
+AR DARW 2009  4  1 10 55  0.000000  1   -0.225028725364E-08                     
+AR DGAR 2009  4  1 10 55  0.000000  1   -0.970755268045E-07                     
+AR DRAO 2009  4  1 10 55  0.000000  1    0.113895590791E-03                     
+AR FAA1 2009  4  1 10 55  0.000000  1   -0.111469737342E-07                     
+AR FAIR 2009  4  1 10 55  0.000000  1   -0.530010236689E-07                     
+AR GLPS 2009  4  1 10 55  0.000000  1   -0.570890465065E-07                     
+AR GUAM 2009  4  1 10 55  0.000000  1   -0.638640365181E-07                     
+AR GUAT 2009  4  1 10 55  0.000000  1    0.553830452842E-08                     
+AR HOB2 2009  4  1 10 55  0.000000  1    0.877755612762E-07                     
+AR HOFN 2009  4  1 10 55  0.000000  1    0.269535364707E-03                     
+AR HOLM 2009  4  1 10 55  0.000000  1   -0.453935817276E-07                     
+AR HRAO 2009  4  1 10 55  0.000000  1    0.849463865326E-03                     
+AR HYDE 2009  4  1 10 55  0.000000  1    0.158604979214E-08                     
+AR IRKJ 2009  4  1 10 55  0.000000  1    0.163747760795E-03                     
+AR ISPA 2009  4  1 10 55  0.000000  1   -0.462091822040E-07                     
+AR KARR 2009  4  1 10 55  0.000000  1   -0.513163511673E-07                     
+AR KERG 2009  4  1 10 55  0.000000  1    0.817502143258E-03                     
+AR KHAJ 2009  4  1 10 55  0.000000  1   -0.150756508786E-05                     
+AR KIR0 2009  4  1 10 55  0.000000  1    0.283203751537E-03                     
+AR KIRU 2009  4  1 10 55  0.000000  1    0.591388951823E-03                     
+AR KIT3 2009  4  1 10 55  0.000000  1   -0.112613826375E-07                     
+AR KOUR 2009  4  1 10 55  0.000000  1    0.124913935178E-03                     
+AR KUNM 2009  4  1 10 55  0.000000  1    0.372571648816E-08                     
+AR LHAZ 2009  4  1 10 55  0.000000  1    0.449969437764E-03                     
+AR MAL2 2009  4  1 10 55  0.000000  1    0.407204311179E-08                     
+AR MAS1 2009  4  1 10 55  0.000000  1   -0.101609060638E-03                     
+AR MAW1 2009  4  1 10 55  0.000000  1    0.342770308887E-08                     
+AR MCIL 2009  4  1 10 55  0.000000  1    0.315918356724E-07                     
+AR MCM4 2009  4  1 10 55  0.000000  1   -0.586975730601E-07                     
+AR MDO1 2009  4  1 10 55  0.000000  1   -0.352105118577E-07                     
+AR MDVJ 2009  4  1 10 55  0.000000  1    0.438552540517E-03                     
+AR MKEA 2009  4  1 10 55  0.000000  1   -0.414103590785E-07                     
+AR MOBS 2009  4  1 10 55  0.000000  1    0.340230756809E-08                     
+AR NANO 2009  4  1 10 55  0.000000  1    0.288782662530E-08                     
+AR NLIB 2009  4  1 10 55  0.000000  1   -0.118517067490E-06                     
+AR NNOR 2009  4  1 10 55  0.000000  1    0.365797130388E-03                     
+AR NRC1 2009  4  1 10 55  0.000000  1   -0.448619784286E-05                     
+AR NRIL 2009  4  1 10 55  0.000000  1   -0.646921231999E-07                     
+AR NRMD 2009  4  1 10 55  0.000000  1    0.225902580105E-07                     
+AR NTUS 2009  4  1 10 55  0.000000  1   -0.940446497195E-09                     
+AR NYAL 2009  4  1 10 55  0.000000  1    0.943427972663E-07                     
+AR OHI3 2009  4  1 10 55  0.000000  1   -0.234368167284E-03                     
+AR ONSA 2009  4  1 10 55  0.000000  1   -0.324774617019E-04                     
+AR PDEL 2009  4  1 10 55  0.000000  1   -0.180366595431E-08                     
+AR PERT 2009  4  1 10 55  0.000000  1   -0.589337606042E-07                     
+AR PETP 2009  4  1 10 55  0.000000  1   -0.625012993423E-07                     
+AR PIMO 2009  4  1 10 55  0.000000  1   -0.552782096110E-07                     
+AR QAQ1 2009  4  1 10 55  0.000000  1   -0.661631845786E-07                     
+AR QUIN 2009  4  1 10 55  0.000000  1   -0.497782652176E-07                     
+AR RABT 2009  4  1 10 55  0.000000  1   -0.472708527700E-07                     
+AR RAMO 2009  4  1 10 55  0.000000  1    0.521760919220E-07                     
+AR RCMN 2009  4  1 10 55  0.000000  1    0.764586637574E-08                     
+AR REDU 2009  4  1 10 55  0.000000  1   -0.481106199269E-07                     
+AR REUN 2009  4  1 10 55  0.000000  1    0.342869839039E-07                     
+AR REYK 2009  4  1 10 55  0.000000  1   -0.425938365086E-03                     
+AR SCH2 2009  4  1 10 55  0.000000  1    0.188740939277E-03                     
+AR SCUB 2009  4  1 10 55  0.000000  1   -0.799040332327E-07                     
+AR STJO 2009  4  1 10 55  0.000000  1   -0.703728132346E-05                     
+AR SYDN 2009  4  1 10 55  0.000000  1    0.141160755112E-05                     
+AR SYOG 2009  4  1 10 55  0.000000  1    0.140098338122E-04                     
+AR THU2 2009  4  1 10 55  0.000000  1    0.496263481278E-03                     
+AR TOW2 2009  4  1 10 55  0.000000  1    0.296983072668E-08                     
+AR URUM 2009  4  1 10 55  0.000000  1   -0.316510947645E-03                     
+AR VESL 2009  4  1 10 55  0.000000  1    0.137414368074E-03                     
+AR VILL 2009  4  1 10 55  0.000000  1   -0.622895910053E-07                     
+AR WTZR 2009  4  1 10 55  0.000000  1    0.452678904204E-07                     
+AR WUHN 2009  4  1 10 55  0.000000  1   -0.580645913461E-07                     
+AR YSSK 2009  4  1 10 55  0.000000  1   -0.681996921690E-07                     
+AR ZIM2 2009  4  1 10 55  0.000000  1    0.373003816959E-07                     
+AR XMIS 2009  4  1 10 55  0.000000  1   -0.655090456970E-09                     
+AR GODZ 2009  4  1 10 55  0.000000  1   -0.469120809292E-03                     
+AR MTKA 2009  4  1 10 55  0.000000  1   -0.677132298832E-07                     
+AR TIXJ 2009  4  1 10 55  0.000000  1    0.156689723432E-03                     
+AR PARK 2009  4  1 10 55  0.000000  1    0.806126905911E-06                     
+AR UNBJ 2009  4  1 10 55  0.000000  1    0.105391729810E-03                     
+AR NOVM 2009  4  1 10 55  0.000000  1    0.798335921329E-04                     
+AR SUNM 2009  4  1 10 55  0.000000  1    0.402324153665E-03                     
+AR CEBR 2009  4  1 10 55  0.000000  1    0.719431639682E-03                     
+AR CPXF 2009  4  1 10 55  0.000000  1    0.109760995727E-07                     
+AR IDDR 2009  4  1 10 55  0.000000  1    0.146400655355E-07                     
+AR AZGB 2009  4  1 10 55  0.000000  1    0.812565430679E-04                     
+AR TN22 2009  4  1 10 55  0.000000  1    0.275381577544E-03                     
+AR ETAD 2009  4  1 10 55  0.000000  1    0.370121375526E-07                     
+AR ILHA 2009  4  1 10 55  0.000000  1    0.474100868500E-09                     
+AR POVE 2009  4  1 10 55  0.000000  1   -0.334121866779E-08                     
+AR SALU 2009  4  1 10 55  0.000000  1    0.254684811220E-07                     
+AR SAVO 2009  4  1 10 55  0.000000  1    0.169038162749E-07                     
+AR UFPR 2009  4  1 10 55  0.000000  1    0.232721125418E-07                     
+AR YELL 2009  4  1 10 55  0.000000  1    0.242380000000E-06                     
+AS G32  2009  4  1 11  0  0.000000  1    0.280197940403E-03                     
+AS G24  2009  4  1 11  0  0.000000  1    0.177821591983E-03                     
+AS G25  2009  4  1 11  0  0.000000  1    0.334453882898E-03                     
+AS G26  2009  4  1 11  0  0.000000  1    0.544488933637E-04                     
+AS G27  2009  4  1 11  0  0.000000  1    0.371287329312E-04                     
+AS G30  2009  4  1 11  0  0.000000  1    0.136251026870E-03                     
+AS G03  2009  4  1 11  0  0.000000  1    0.373447433599E-03                     
+AS G04  2009  4  1 11  0  0.000000  1   -0.346500614395E-04                     
+AS G06  2009  4  1 11  0  0.000000  1    0.601511409708E-04                     
+AS G08  2009  4  1 11  0  0.000000  1   -0.196535012341E-03                     
+AS G09  2009  4  1 11  0  0.000000  1    0.484526371902E-04                     
+AS G10  2009  4  1 11  0  0.000000  1   -0.136237267419E-04                     
+AS G14  2009  4  1 11  0  0.000000  1   -0.132415053197E-03                     
+AS G13  2009  4  1 11  0  0.000000  1    0.293259603849E-03                     
+AS G28  2009  4  1 11  0  0.000000  1   -0.238305082402E-04                     
+AS G21  2009  4  1 11  0  0.000000  1    0.215325698892E-04                     
+AS G11  2009  4  1 11  0  0.000000  1    0.275510041815E-05                     
+AS G22  2009  4  1 11  0  0.000000  1    0.202429605087E-03                     
+AS G20  2009  4  1 11  0  0.000000  1    0.865619070961E-04                     
+AS G18  2009  4  1 11  0  0.000000  1   -0.695351949775E-04                     
+AS G16  2009  4  1 11  0  0.000000  1    0.630100632946E-04                     
+AS G19  2009  4  1 11  0  0.000000  1    0.293600010041E-04                     
+AS G23  2009  4  1 11  0  0.000000  1    0.388986337354E-03                     
+AS G02  2009  4  1 11  0  0.000000  1    0.153931930281E-03                     
+AS G31  2009  4  1 11  0  0.000000  1   -0.564692802214E-04                     
+AS G17  2009  4  1 11  0  0.000000  1    0.524341500066E-04                     
+AS G12  2009  4  1 11  0  0.000000  1   -0.299542731904E-03                     
+AS G15  2009  4  1 11  0  0.000000  1   -0.275994741670E-03                     
+AS G29  2009  4  1 11  0  0.000000  1    0.484031847935E-05                     
+AS G07  2009  4  1 11  0  0.000000  1    0.209819340302E-04                     
+AS R02  2009  4  1 11  0  0.000000  1    0.206632884517E-04                     
+AS R03  2009  4  1 11  0  0.000000  1   -0.342694072987E-04                     
+AS R04  2009  4  1 11  0  0.000000  1    0.638355090785E-04                     
+AS R06  2009  4  1 11  0  0.000000  1   -0.169261394183E-03                     
+AS R07  2009  4  1 11  0  0.000000  1   -0.892034167331E-04                     
+AS R08  2009  4  1 11  0  0.000000  1   -0.101998340879E-03                     
+AS R10  2009  4  1 11  0  0.000000  1   -0.140841322596E-03                     
+AS R11  2009  4  1 11  0  0.000000  1   -0.926254124402E-04                     
+AS R13  2009  4  1 11  0  0.000000  1   -0.230640390792E-03                     
+AS R14  2009  4  1 11  0  0.000000  1   -0.796207958750E-04                     
+AS R15  2009  4  1 11  0  0.000000  1    0.921085412120E-04                     
+AS R17  2009  4  1 11  0  0.000000  1   -0.261260933291E-03                     
+AS R18  2009  4  1 11  0  0.000000  1   -0.135125834197E-05                     
+AS R19  2009  4  1 11  0  0.000000  1   -0.894190568050E-04                     
+AS R20  2009  4  1 11  0  0.000000  1   -0.650114491450E-04                     
+AS R21  2009  4  1 11  0  0.000000  1   -0.143337494725E-03                     
+AS R22  2009  4  1 11  0  0.000000  1   -0.201568839750E-03                     
+AS R23  2009  4  1 11  0  0.000000  1   -0.200324105396E-03                     
+AR ALGO 2009  4  1 11  0  0.000000  1    0.808796319077E-04                     
+AR ALIC 2009  4  1 11  0  0.000000  1    0.529734798386E-08                     
+AR AMC2 2009  4  1 11  0  0.000000  1    0.176546607170E-08                     
+AR ANKR 2009  4  1 11  0  0.000000  1    0.282288612412E-03                     
+AR ARTU 2009  4  1 11  0  0.000000  1   -0.667435761941E-07                     
+AR ASPA 2009  4  1 11  0  0.000000  1    0.133972454936E-07                     
+AR BHR1 2009  4  1 11  0  0.000000  1    0.563383525179E-03                     
+AR BARH 2009  4  1 11  0  0.000000  1    0.125613644227E-08                     
+AR BJFS 2009  4  1 11  0  0.000000  1   -0.450711492984E-07                     
+AR BOGT 2009  4  1 11  0  0.000000  1   -0.479056502624E-07                     
+AR BRMU 2009  4  1 11  0  0.000000  1   -0.970496685711E-04                     
+AR CAGZ 2009  4  1 11  0  0.000000  1    0.102297059788E-03                     
+AR CAS1 2009  4  1 11  0  0.000000  1    0.362398838584E-08                     
+AR CHAT 2009  4  1 11  0  0.000000  1   -0.519202974853E-07                     
+AR CHPI 2009  4  1 11  0  0.000000  1   -0.576266758745E-07                     
+AR COCO 2009  4  1 11  0  0.000000  1    0.227626580258E-03                     
+AR CONZ 2009  4  1 11  0  0.000000  1    0.293936463338E-03                     
+AR CRAR 2009  4  1 11  0  0.000000  1    0.207262402544E-03                     
+AR CRO1 2009  4  1 11  0  0.000000  1    0.665105289131E-03                     
+AR DAEJ 2009  4  1 11  0  0.000000  1   -0.196563078584E-03                     
+AR DARW 2009  4  1 11  0  0.000000  1    0.640163642361E-09                     
+AR DGAR 2009  4  1 11  0  0.000000  1   -0.972624405223E-07                     
+AR DRAO 2009  4  1 11  0  0.000000  1    0.113932427163E-03                     
+AR FAA1 2009  4  1 11  0  0.000000  1   -0.115731529202E-07                     
+AR FAIR 2009  4  1 11  0  0.000000  1   -0.511276565510E-07                     
+AR GLPS 2009  4  1 11  0  0.000000  1   -0.574204959408E-07                     
+AR GUAM 2009  4  1 11  0  0.000000  1   -0.636094179560E-07                     
+AR GUAT 2009  4  1 11  0  0.000000  1    0.626161350013E-08                     
+AR HOB2 2009  4  1 11  0  0.000000  1    0.877495950101E-07                     
+AR HOFN 2009  4  1 11  0  0.000000  1    0.347375705297E-03                     
+AR HOLM 2009  4  1 11  0  0.000000  1   -0.472276911245E-07                     
+AR HRAO 2009  4  1 11  0  0.000000  1    0.849463879320E-03                     
+AR HYDE 2009  4  1 11  0  0.000000  1    0.171327467423E-08                     
+AR IRKJ 2009  4  1 11  0  0.000000  1    0.163747737779E-03                     
+AR ISPA 2009  4  1 11  0  0.000000  1   -0.441708708322E-07                     
+AR KARR 2009  4  1 11  0  0.000000  1   -0.574452996402E-07                     
+AR KERG 2009  4  1 11  0  0.000000  1    0.817502554159E-03                     
+AR KHAJ 2009  4  1 11  0  0.000000  1   -0.150759621041E-05                     
+AR KIR0 2009  4  1 11  0  0.000000  1    0.283196862119E-03                     
+AR KIRU 2009  4  1 11  0  0.000000  1    0.591382961367E-03                     
+AR KIT3 2009  4  1 11  0  0.000000  1   -0.973049759773E-08                     
+AR KOUR 2009  4  1 11  0  0.000000  1    0.124913963104E-03                     
+AR KUNM 2009  4  1 11  0  0.000000  1    0.198331029295E-08                     
+AR LHAZ 2009  4  1 11  0  0.000000  1    0.461877076983E-03                     
+AR MAL2 2009  4  1 11  0  0.000000  1    0.810047325795E-08                     
+AR MAS1 2009  4  1 11  0  0.000000  1   -0.101609307210E-03                     
+AR MAW1 2009  4  1 11  0  0.000000  1    0.242462291028E-08                     
+AR MCIL 2009  4  1 11  0  0.000000  1    0.317780038440E-07                     
+AR MCM4 2009  4  1 11  0  0.000000  1   -0.596559910800E-07                     
+AR MDO1 2009  4  1 11  0  0.000000  1   -0.384395198709E-07                     
+AR MDVJ 2009  4  1 11  0  0.000000  1    0.438552484341E-03                     
+AR MKEA 2009  4  1 11  0  0.000000  1   -0.433565946456E-07                     
+AR MOBS 2009  4  1 11  0  0.000000  1    0.366729797828E-08                     
+AR NANO 2009  4  1 11  0  0.000000  1    0.274511243577E-08                     
+AR NLIB 2009  4  1 11  0  0.000000  1   -0.117945432550E-06                     
+AR NNOR 2009  4  1 11  0  0.000000  1    0.365797432941E-03                     
+AR NRC1 2009  4  1 11  0  0.000000  1   -0.448619816645E-05                     
+AR NRIL 2009  4  1 11  0  0.000000  1   -0.657591948822E-07                     
+AR NRMD 2009  4  1 11  0  0.000000  1    0.226269730194E-07                     
+AR NTUS 2009  4  1 11  0  0.000000  1   -0.822659117921E-09                     
+AR NYAL 2009  4  1 11  0  0.000000  1    0.943198901031E-07                     
+AR OHI3 2009  4  1 11  0  0.000000  1   -0.123136792528E-03                     
+AR ONSA 2009  4  1 11  0  0.000000  1   -0.324775455098E-04                     
+AR PDEL 2009  4  1 11  0  0.000000  1   -0.207669708417E-08                     
+AR PERT 2009  4  1 11  0  0.000000  1   -0.606042932047E-07                     
+AR PETP 2009  4  1 11  0  0.000000  1   -0.622573177700E-07                     
+AR PIMO 2009  4  1 11  0  0.000000  1   -0.541225030143E-07                     
+AR QAQ1 2009  4  1 11  0  0.000000  1   -0.585983381202E-07                     
+AR QUIN 2009  4  1 11  0  0.000000  1   -0.499196997901E-07                     
+AR RABT 2009  4  1 11  0  0.000000  1   -0.459021526333E-07                     
+AR RAMO 2009  4  1 11  0  0.000000  1    0.379479728319E-07                     
+AR RCMN 2009  4  1 11  0  0.000000  1    0.863525751571E-08                     
+AR REDU 2009  4  1 11  0  0.000000  1   -0.456457342685E-07                     
+AR REUN 2009  4  1 11  0  0.000000  1    0.316589980517E-07                     
+AR REYK 2009  4  1 11  0  0.000000  1   -0.408653430289E-03                     
+AR SCH2 2009  4  1 11  0  0.000000  1    0.188756050165E-03                     
+AR SCUB 2009  4  1 11  0  0.000000  1   -0.720937390710E-07                     
+AR STJO 2009  4  1 11  0  0.000000  1   -0.703760571134E-05                     
+AR SYDN 2009  4  1 11  0  0.000000  1    0.141152817968E-05                     
+AR SYOG 2009  4  1 11  0  0.000000  1    0.140103605155E-04                     
+AR THU2 2009  4  1 11  0  0.000000  1    0.494261058641E-03                     
+AR TOW2 2009  4  1 11  0  0.000000  1    0.270576092320E-08                     
+AR URUM 2009  4  1 11  0  0.000000  1   -0.395340314712E-03                     
+AR VESL 2009  4  1 11  0  0.000000  1    0.175952294762E-03                     
+AR VILL 2009  4  1 11  0  0.000000  1   -0.596960666666E-07                     
+AR WTZR 2009  4  1 11  0  0.000000  1    0.452421914830E-07                     
+AR WUHN 2009  4  1 11  0  0.000000  1   -0.550238770786E-07                     
+AR YSSK 2009  4  1 11  0  0.000000  1   -0.663318989462E-07                     
+AR ZIM2 2009  4  1 11  0  0.000000  1    0.375804052592E-07                     
+AR XMIS 2009  4  1 11  0  0.000000  1   -0.229241437819E-08                     
+AR GODZ 2009  4  1 11  0  0.000000  1   -0.469120777494E-03                     
+AR MTKA 2009  4  1 11  0  0.000000  1   -0.705414111111E-07                     
+AR TIXJ 2009  4  1 11  0  0.000000  1    0.152446847132E-03                     
+AR PARK 2009  4  1 11  0  0.000000  1    0.806218337374E-06                     
+AR UNBJ 2009  4  1 11  0  0.000000  1    0.314929115225E-04                     
+AR NOVM 2009  4  1 11  0  0.000000  1    0.798335232351E-04                     
+AR SUNM 2009  4  1 11  0  0.000000  1    0.246093337004E-03                     
+AR CEBR 2009  4  1 11  0  0.000000  1    0.719431612236E-03                     
+AR CPXF 2009  4  1 11  0  0.000000  1    0.100032972427E-07                     
+AR IDDR 2009  4  1 11  0  0.000000  1    0.139260122635E-07                     
+AR AZGB 2009  4  1 11  0  0.000000  1   -0.582315851420E-04                     
+AR TN22 2009  4  1 11  0  0.000000  1    0.195515640806E-03                     
+AR ETAD 2009  4  1 11  0  0.000000  1    0.350761938962E-07                     
+AR ILHA 2009  4  1 11  0  0.000000  1    0.815509997708E-09                     
+AR POVE 2009  4  1 11  0  0.000000  1   -0.462224228079E-08                     
+AR RECF 2009  4  1 11  0  0.000000  1    0.146182710769E-07                     
+AR SALU 2009  4  1 11  0  0.000000  1    0.247797792220E-07                     
+AR SAVO 2009  4  1 11  0  0.000000  1    0.168540122587E-07                     
+AR UFPR 2009  4  1 11  0  0.000000  1    0.239394316787E-07                     
+AR YELL 2009  4  1 11  0  0.000000  1    0.242450000000E-06                     
+AS G32  2009  4  1 11  5  0.000000  1    0.280196488080E-03                     
+AS G24  2009  4  1 11  5  0.000000  1    0.177822250904E-03                     
+AS G25  2009  4  1 11  5  0.000000  1    0.334460458028E-03                     
+AS G26  2009  4  1 11  5  0.000000  1    0.544494420930E-04                     
+AS G27  2009  4  1 11  5  0.000000  1    0.371300440259E-04                     
+AS G30  2009  4  1 11  5  0.000000  1    0.136251153250E-03                     
+AS G03  2009  4  1 11  5  0.000000  1    0.373448875619E-03                     
+AS G04  2009  4  1 11  5  0.000000  1   -0.346543928112E-04                     
+AS G06  2009  4  1 11  5  0.000000  1    0.601564950929E-04                     
+AS G08  2009  4  1 11  5  0.000000  1   -0.196536112480E-03                     
+AS G09  2009  4  1 11  5  0.000000  1    0.484529405668E-04                     
+AS G10  2009  4  1 11  5  0.000000  1   -0.136241450711E-04                     
+AS G14  2009  4  1 11  5  0.000000  1   -0.132413387509E-03                     
+AS G13  2009  4  1 11  5  0.000000  1    0.293259572660E-03                     
+AS G28  2009  4  1 11  5  0.000000  1   -0.238305452927E-04                     
+AS G21  2009  4  1 11  5  0.000000  1    0.215315342110E-04                     
+AS G11  2009  4  1 11  5  0.000000  1    0.275480650319E-05                     
+AS G22  2009  4  1 11  5  0.000000  1    0.202428703499E-03                     
+AS G20  2009  4  1 11  5  0.000000  1    0.865612425314E-04                     
+AS G18  2009  4  1 11  5  0.000000  1   -0.695341613434E-04                     
+AS G16  2009  4  1 11  5  0.000000  1    0.630090852254E-04                     
+AS G19  2009  4  1 11  5  0.000000  1    0.293593898619E-04                     
+AS G23  2009  4  1 11  5  0.000000  1    0.388986556452E-03                     
+AS G02  2009  4  1 11  5  0.000000  1    0.153931694143E-03                     
+AS G31  2009  4  1 11  5  0.000000  1   -0.564695210643E-04                     
+AS G17  2009  4  1 11  5  0.000000  1    0.524347005641E-04                     
+AS G12  2009  4  1 11  5  0.000000  1   -0.299541389150E-03                     
+AS G15  2009  4  1 11  5  0.000000  1   -0.275995971342E-03                     
+AS G29  2009  4  1 11  5  0.000000  1    0.484141703508E-05                     
+AS G07  2009  4  1 11  5  0.000000  1    0.209817074788E-04                     
+AS R02  2009  4  1 11  5  0.000000  1    0.206624090245E-04                     
+AS R03  2009  4  1 11  5  0.000000  1   -0.342709094255E-04                     
+AS R04  2009  4  1 11  5  0.000000  1    0.638327451846E-04                     
+AS R06  2009  4  1 11  5  0.000000  1   -0.169261252428E-03                     
+AS R07  2009  4  1 11  5  0.000000  1   -0.892038145034E-04                     
+AS R08  2009  4  1 11  5  0.000000  1   -0.101998205163E-03                     
+AS R10  2009  4  1 11  5  0.000000  1   -0.140840678892E-03                     
+AS R11  2009  4  1 11  5  0.000000  1   -0.926259060824E-04                     
+AS R13  2009  4  1 11  5  0.000000  1   -0.230640756940E-03                     
+AS R14  2009  4  1 11  5  0.000000  1   -0.796201876274E-04                     
+AS R15  2009  4  1 11  5  0.000000  1    0.921088004680E-04                     
+AS R17  2009  4  1 11  5  0.000000  1   -0.261261000177E-03                     
+AS R18  2009  4  1 11  5  0.000000  1   -0.135146577113E-05                     
+AS R19  2009  4  1 11  5  0.000000  1   -0.894195633481E-04                     
+AS R20  2009  4  1 11  5  0.000000  1   -0.650117792100E-04                     
+AS R21  2009  4  1 11  5  0.000000  1   -0.143337932197E-03                     
+AS R22  2009  4  1 11  5  0.000000  1   -0.201569726617E-03                     
+AS R23  2009  4  1 11  5  0.000000  1   -0.200321763895E-03                     
+AR ALGO 2009  4  1 11  5  0.000000  1    0.808840937372E-04                     
+AR ALIC 2009  4  1 11  5  0.000000  1    0.516080323727E-08                     
+AR AMC2 2009  4  1 11  5  0.000000  1    0.176289415923E-08                     
+AR ANKR 2009  4  1 11  5  0.000000  1    0.349660354807E-03                     
+AR ARTU 2009  4  1 11  5  0.000000  1   -0.666536366874E-07                     
+AR ASPA 2009  4  1 11  5  0.000000  1    0.151941502101E-07                     
+AR BHR1 2009  4  1 11  5  0.000000  1    0.563383434241E-03                     
+AR BARH 2009  4  1 11  5  0.000000  1    0.109820015823E-08                     
+AR BJFS 2009  4  1 11  5  0.000000  1   -0.452927780137E-07                     
+AR BOGT 2009  4  1 11  5  0.000000  1   -0.490779424419E-07                     
+AR BRMU 2009  4  1 11  5  0.000000  1    0.400300989037E-03                     
+AR CAGZ 2009  4  1 11  5  0.000000  1    0.326001153567E-03                     
+AR CAS1 2009  4  1 11  5  0.000000  1    0.404549197004E-08                     
+AR CHAT 2009  4  1 11  5  0.000000  1   -0.510845532824E-07                     
+AR CHPI 2009  4  1 11  5  0.000000  1   -0.586661082930E-07                     
+AR COCO 2009  4  1 11  5  0.000000  1    0.227627460730E-03                     
+AR CONZ 2009  4  1 11  5  0.000000  1    0.169585345168E-03                     
+AR CRAR 2009  4  1 11  5  0.000000  1    0.182024550069E-03                     
+AR CRO1 2009  4  1 11  5  0.000000  1    0.665105315525E-03                     
+AR DAEJ 2009  4  1 11  5  0.000000  1   -0.196562604020E-03                     
+AR DARW 2009  4  1 11  5  0.000000  1    0.962503463744E-10                     
+AR DGAR 2009  4  1 11  5  0.000000  1   -0.961876285039E-07                     
+AR DRAO 2009  4  1 11  5  0.000000  1    0.113968992281E-03                     
+AR FAA1 2009  4  1 11  5  0.000000  1   -0.124776104104E-07                     
+AR FAIR 2009  4  1 11  5  0.000000  1   -0.526940126758E-07                     
+AR GLPS 2009  4  1 11  5  0.000000  1   -0.580362829275E-07                     
+AR GUAM 2009  4  1 11  5  0.000000  1   -0.620307739829E-07                     
+AR GUAT 2009  4  1 11  5  0.000000  1    0.618374600309E-08                     
+AR HOB2 2009  4  1 11  5  0.000000  1    0.877630275783E-07                     
+AR HOFN 2009  4  1 11  5  0.000000  1    0.425199908399E-03                     
+AR HOLM 2009  4  1 11  5  0.000000  1   -0.473782408137E-07                     
+AR HRAO 2009  4  1 11  5  0.000000  1    0.849463935153E-03                     
+AR HYDE 2009  4  1 11  5  0.000000  1    0.208683066781E-08                     
+AR IRKJ 2009  4  1 11  5  0.000000  1    0.163747700846E-03                     
+AR ISPA 2009  4  1 11  5  0.000000  1   -0.501934890698E-07                     
+AR KARR 2009  4  1 11  5  0.000000  1   -0.567637599574E-07                     
+AR KERG 2009  4  1 11  5  0.000000  1    0.817502733338E-03                     
+AR KHAJ 2009  4  1 11  5  0.000000  1   -0.150762484558E-05                     
+AR KIR0 2009  4  1 11  5  0.000000  1    0.283190092520E-03                     
+AR KIRU 2009  4  1 11  5  0.000000  1    0.591377068007E-03                     
+AR KIT3 2009  4  1 11  5  0.000000  1   -0.108722609210E-07                     
+AR KOUR 2009  4  1 11  5  0.000000  1    0.124914005424E-03                     
+AR KUNM 2009  4  1 11  5  0.000000  1    0.173288772872E-07                     
+AR LHAZ 2009  4  1 11  5  0.000000  1    0.473946060398E-03                     
+AR MAL2 2009  4  1 11  5  0.000000  1    0.108061631002E-07                     
+AR MAS1 2009  4  1 11  5  0.000000  1   -0.101609320195E-03                     
+AR MAW1 2009  4  1 11  5  0.000000  1    0.295702599064E-08                     
+AR MCIL 2009  4  1 11  5  0.000000  1    0.320756806133E-07                     
+AR MCM4 2009  4  1 11  5  0.000000  1   -0.635910607725E-07                     
+AR MDO1 2009  4  1 11  5  0.000000  1   -0.381004105834E-07                     
+AR MDVJ 2009  4  1 11  5  0.000000  1    0.438552453967E-03                     
+AR MKEA 2009  4  1 11  5  0.000000  1   -0.426141501520E-07                     
+AR MOBS 2009  4  1 11  5  0.000000  1    0.207618243795E-08                     
+AR NANO 2009  4  1 11  5  0.000000  1    0.288092304178E-08                     
+AR NLIB 2009  4  1 11  5  0.000000  1   -0.119187303065E-06                     
+AR NNOR 2009  4  1 11  5  0.000000  1    0.365797563069E-03                     
+AR NRC1 2009  4  1 11  5  0.000000  1   -0.448620069700E-05                     
+AR NRIL 2009  4  1 11  5  0.000000  1   -0.591803530599E-07                     
+AR NRMD 2009  4  1 11  5  0.000000  1    0.228646010873E-07                     
+AR NTUS 2009  4  1 11  5  0.000000  1   -0.170176942986E-08                     
+AR NYAL 2009  4  1 11  5  0.000000  1    0.943051178911E-07                     
+AR OHI3 2009  4  1 11  5  0.000000  1   -0.115478181253E-04                     
+AR ONSA 2009  4  1 11  5  0.000000  1   -0.324776298794E-04                     
+AR PDEL 2009  4  1 11  5  0.000000  1   -0.145410448988E-08                     
+AR PERT 2009  4  1 11  5  0.000000  1   -0.615624087779E-07                     
+AR PETP 2009  4  1 11  5  0.000000  1   -0.621129585771E-07                     
+AR PIMO 2009  4  1 11  5  0.000000  1   -0.544148799450E-07                     
+AR QAQ1 2009  4  1 11  5  0.000000  1   -0.565277377762E-07                     
+AR QUIN 2009  4  1 11  5  0.000000  1   -0.510740146726E-07                     
+AR RABT 2009  4  1 11  5  0.000000  1   -0.444596381712E-07                     
+AR RAMO 2009  4  1 11  5  0.000000  1    0.433687720058E-08                     
+AR RCMN 2009  4  1 11  5  0.000000  1    0.780572338838E-08                     
+AR REDU 2009  4  1 11  5  0.000000  1   -0.450582747346E-07                     
+AR REUN 2009  4  1 11  5  0.000000  1    0.315161898511E-07                     
+AR REYK 2009  4  1 11  5  0.000000  1   -0.391862388052E-03                     
+AR SCH2 2009  4  1 11  5  0.000000  1    0.188771084769E-03                     
+AR SCUB 2009  4  1 11  5  0.000000  1   -0.734420071517E-07                     
+AR STJO 2009  4  1 11  5  0.000000  1   -0.703792202858E-05                     
+AR SYDN 2009  4  1 11  5  0.000000  1    0.141155211865E-05                     
+AR SYOG 2009  4  1 11  5  0.000000  1    0.140097992987E-04                     
+AR THU2 2009  4  1 11  5  0.000000  1    0.492258894729E-03                     
+AR TOW2 2009  4  1 11  5  0.000000  1    0.471307381787E-08                     
+AR URUM 2009  4  1 11  5  0.000000  1   -0.474147727159E-03                     
+AR VESL 2009  4  1 11  5  0.000000  1    0.214489734237E-03                     
+AR VILL 2009  4  1 11  5  0.000000  1   -0.599630224549E-07                     
+AR WTZR 2009  4  1 11  5  0.000000  1    0.452395727251E-07                     
+AR WUHN 2009  4  1 11  5  0.000000  1   -0.563928767303E-07                     
+AR YSSK 2009  4  1 11  5  0.000000  1   -0.658817016664E-07                     
+AR ZIM2 2009  4  1 11  5  0.000000  1    0.392391161972E-07                     
+AR XMIS 2009  4  1 11  5  0.000000  1   -0.279817940430E-08                     
+AR GODZ 2009  4  1 11  5  0.000000  1   -0.469120759955E-03                     
+AR MTKA 2009  4  1 11  5  0.000000  1   -0.711984542768E-07                     
+AR TIXJ 2009  4  1 11  5  0.000000  1    0.148237299946E-03                     
+AR PARK 2009  4  1 11  5  0.000000  1    0.806256116480E-06                     
+AR UNBJ 2009  4  1 11  5  0.000000  1   -0.424789299715E-04                     
+AR NOVM 2009  4  1 11  5  0.000000  1    0.798335068050E-04                     
+AR SUNM 2009  4  1 11  5  0.000000  1    0.898255289040E-04                     
+AR CEBR 2009  4  1 11  5  0.000000  1    0.719431590584E-03                     
+AR CPXF 2009  4  1 11  5  0.000000  1    0.966277136740E-08                     
+AR IDDR 2009  4  1 11  5  0.000000  1    0.146655380002E-07                     
+AR AZGB 2009  4  1 11  5  0.000000  1   -0.197727573682E-03                     
+AR TN22 2009  4  1 11  5  0.000000  1    0.115455793586E-03                     
+AR ETAD 2009  4  1 11  5  0.000000  1    0.365016385835E-07                     
+AR ILHA 2009  4  1 11  5  0.000000  1    0.894621836464E-09                     
+AR POVE 2009  4  1 11  5  0.000000  1   -0.550531690526E-09                     
+AR RECF 2009  4  1 11  5  0.000000  1    0.146639066468E-07                     
+AR SALU 2009  4  1 11  5  0.000000  1    0.286231824284E-07                     
+AR SAVO 2009  4  1 11  5  0.000000  1    0.171599928894E-07                     
+AR UFPR 2009  4  1 11  5  0.000000  1    0.227050158801E-07                     
+AR YELL 2009  4  1 11  5  0.000000  1    0.242520000000E-06                     
+AS G32  2009  4  1 11 10  0.000000  1    0.280195162342E-03                     
+AS G24  2009  4  1 11 10  0.000000  1    0.177823952065E-03                     
+AS G25  2009  4  1 11 10  0.000000  1    0.334467068737E-03                     
+AS G26  2009  4  1 11 10  0.000000  1    0.544501416145E-04                     
+AS G27  2009  4  1 11 10  0.000000  1    0.371312403215E-04                     
+AS G30  2009  4  1 11 10  0.000000  1    0.136251641984E-03                     
+AS G03  2009  4  1 11 10  0.000000  1    0.373450110078E-03                     
+AS G04  2009  4  1 11 10  0.000000  1   -0.346585678405E-04                     
+AS G06  2009  4  1 11 10  0.000000  1    0.601619234014E-04                     
+AS G08  2009  4  1 11 10  0.000000  1   -0.196536099331E-03                     
+AS G09  2009  4  1 11 10  0.000000  1    0.484543412124E-04                     
+AS G10  2009  4  1 11 10  0.000000  1   -0.136244094316E-04                     
+AS G14  2009  4  1 11 10  0.000000  1   -0.132411753987E-03                     
+AS G13  2009  4  1 11 10  0.000000  1    0.293260178430E-03                     
+AS G28  2009  4  1 11 10  0.000000  1   -0.238306279859E-04                     
+AS G21  2009  4  1 11 10  0.000000  1    0.215310544071E-04                     
+AS G11  2009  4  1 11 10  0.000000  1    0.275461302099E-05                     
+AS G22  2009  4  1 11 10  0.000000  1    0.202429148784E-03                     
+AS G20  2009  4  1 11 10  0.000000  1    0.865607771622E-04                     
+AS G18  2009  4  1 11 10  0.000000  1   -0.695334490661E-04                     
+AS G16  2009  4  1 11 10  0.000000  1    0.630081426616E-04                     
+AS G19  2009  4  1 11 10  0.000000  1    0.293591594439E-04                     
+AS G23  2009  4  1 11 10  0.000000  1    0.388986806502E-03                     
+AS G02  2009  4  1 11 10  0.000000  1    0.153931522919E-03                     
+AS G31  2009  4  1 11 10  0.000000  1   -0.564696723690E-04                     
+AS G17  2009  4  1 11 10  0.000000  1    0.524353042571E-04                     
+AS G12  2009  4  1 11 10  0.000000  1   -0.299540032814E-03                     
+AS G15  2009  4  1 11 10  0.000000  1   -0.275997510459E-03                     
+AS G29  2009  4  1 11 10  0.000000  1    0.484271862907E-05                     
+AS G07  2009  4  1 11 10  0.000000  1    0.209816150436E-04                     
+AS R02  2009  4  1 11 10  0.000000  1    0.206615924660E-04                     
+AS R03  2009  4  1 11 10  0.000000  1   -0.342711459550E-04                     
+AS R04  2009  4  1 11 10  0.000000  1    0.638310971895E-04                     
+AS R06  2009  4  1 11 10  0.000000  1   -0.169260683653E-03                     
+AS R07  2009  4  1 11 10  0.000000  1   -0.892023831460E-04                     
+AS R08  2009  4  1 11 10  0.000000  1   -0.101998285476E-03                     
+AS R10  2009  4  1 11 10  0.000000  1   -0.140840205675E-03                     
+AS R11  2009  4  1 11 10  0.000000  1   -0.926261888968E-04                     
+AS R13  2009  4  1 11 10  0.000000  1   -0.230641249693E-03                     
+AS R14  2009  4  1 11 10  0.000000  1   -0.796192128011E-04                     
+AS R15  2009  4  1 11 10  0.000000  1    0.921093252036E-04                     
+AS R17  2009  4  1 11 10  0.000000  1   -0.261261072385E-03                     
+AS R18  2009  4  1 11 10  0.000000  1   -0.135168998144E-05                     
+AS R19  2009  4  1 11 10  0.000000  1   -0.894195450131E-04                     
+AS R20  2009  4  1 11 10  0.000000  1   -0.650116300723E-04                     
+AS R21  2009  4  1 11 10  0.000000  1   -0.143337983340E-03                     
+AS R22  2009  4  1 11 10  0.000000  1   -0.201570559797E-03                     
+AS R23  2009  4  1 11 10  0.000000  1   -0.200319708906E-03                     
+AR ALGO 2009  4  1 11 10  0.000000  1    0.808886144337E-04                     
+AR ALIC 2009  4  1 11 10  0.000000  1    0.590674110444E-08                     
+AR AMC2 2009  4  1 11 10  0.000000  1    0.181723520940E-08                     
+AR ANKR 2009  4  1 11 10  0.000000  1    0.417030677733E-03                     
+AR ARTU 2009  4  1 11 10  0.000000  1   -0.652159909381E-07                     
+AR ASPA 2009  4  1 11 10  0.000000  1    0.170570132390E-07                     
+AR BHR1 2009  4  1 11 10  0.000000  1    0.563383661227E-03                     
+AR BARH 2009  4  1 11 10  0.000000  1   -0.384260956767E-09                     
+AR BJFS 2009  4  1 11 10  0.000000  1   -0.456866288859E-07                     
+AR BOGT 2009  4  1 11 10  0.000000  1   -0.465030047289E-07                     
+AR BRMU 2009  4  1 11 10  0.000000  1   -0.102907943681E-03                     
+AR CAGZ 2009  4  1 11 10  0.000000  1   -0.450306002054E-03                     
+AR CAS1 2009  4  1 11 10  0.000000  1    0.480562305466E-08                     
+AR CHAT 2009  4  1 11 10  0.000000  1   -0.497900295391E-07                     
+AR CHPI 2009  4  1 11 10  0.000000  1   -0.595031596722E-07                     
+AR COCO 2009  4  1 11 10  0.000000  1    0.227628509587E-03                     
+AR CONZ 2009  4  1 11 10  0.000000  1    0.455807661851E-04                     
+AR CRAR 2009  4  1 11 10  0.000000  1    0.156774856102E-03                     
+AR CRO1 2009  4  1 11 10  0.000000  1    0.665105366262E-03                     
+AR DAEJ 2009  4  1 11 10  0.000000  1   -0.196562017671E-03                     
+AR DARW 2009  4  1 11 10  0.000000  1   -0.395663700644E-08                     
+AR DGAR 2009  4  1 11 10  0.000000  1   -0.965767352183E-07                     
+AR DRAO 2009  4  1 11 10  0.000000  1    0.114005951789E-03                     
+AR FAA1 2009  4  1 11 10  0.000000  1   -0.136070020464E-07                     
+AR FAIR 2009  4  1 11 10  0.000000  1   -0.506192703802E-07                     
+AR GLPS 2009  4  1 11 10  0.000000  1   -0.572660287101E-07                     
+AR GUAM 2009  4  1 11 10  0.000000  1   -0.602997071423E-07                     
+AR GUAT 2009  4  1 11 10  0.000000  1    0.463461705586E-08                     
+AR HOB2 2009  4  1 11 10  0.000000  1    0.878239090645E-07                     
+AR HOFN 2009  4  1 11 10  0.000000  1   -0.496997995364E-03                     
+AR HOLM 2009  4  1 11 10  0.000000  1   -0.515642771079E-07                     
+AR HRAO 2009  4  1 11 10  0.000000  1    0.849464079460E-03                     
+AR HYDE 2009  4  1 11 10  0.000000  1    0.167341504789E-08                     
+AR IRKJ 2009  4  1 11 10  0.000000  1    0.163747775659E-03                     
+AR ISPA 2009  4  1 11 10  0.000000  1   -0.491283130715E-07                     
+AR KARR 2009  4  1 11 10  0.000000  1   -0.560163576239E-07                     
+AR KERG 2009  4  1 11 10  0.000000  1    0.817502986219E-03                     
+AR KHAJ 2009  4  1 11 10  0.000000  1   -0.150758154324E-05                     
+AR KIR0 2009  4  1 11 10  0.000000  1    0.283183405581E-03                     
+AR KIRU 2009  4  1 11 10  0.000000  1    0.591376006838E-03                     
+AR KIT3 2009  4  1 11 10  0.000000  1    0.816556662053E-09                     
+AR KOUR 2009  4  1 11 10  0.000000  1    0.124914090815E-03                     
+AR KUNM 2009  4  1 11 10  0.000000  1    0.205179063921E-07                     
+AR LHAZ 2009  4  1 11 10  0.000000  1    0.486245993570E-03                     
+AR MAL2 2009  4  1 11 10  0.000000  1   -0.441560624095E-10                     
+AR MAS1 2009  4  1 11 10  0.000000  1   -0.101609237287E-03                     
+AR MAW1 2009  4  1 11 10  0.000000  1    0.434401440752E-08                     
+AR MCIL 2009  4  1 11 10  0.000000  1    0.319287690066E-07                     
+AR MCM4 2009  4  1 11 10  0.000000  1   -0.592276372250E-07                     
+AR MDO1 2009  4  1 11 10  0.000000  1   -0.355724185776E-07                     
+AR MDVJ 2009  4  1 11 10  0.000000  1    0.438552509404E-03                     
+AR MKEA 2009  4  1 11 10  0.000000  1   -0.421290278500E-07                     
+AR MOBS 2009  4  1 11 10  0.000000  1    0.233754818172E-08                     
+AR NANO 2009  4  1 11 10  0.000000  1    0.572964666173E-08                     
+AR NLIB 2009  4  1 11 10  0.000000  1   -0.118062794354E-06                     
+AR NNOR 2009  4  1 11 10  0.000000  1    0.365797198126E-03                     
+AR NRC1 2009  4  1 11 10  0.000000  1   -0.448612143449E-05                     
+AR NRIL 2009  4  1 11 10  0.000000  1   -0.597767549116E-07                     
+AR NRMD 2009  4  1 11 10  0.000000  1    0.240829152137E-07                     
+AR NTUS 2009  4  1 11 10  0.000000  1   -0.262915022781E-09                     
+AR NYAL 2009  4  1 11 10  0.000000  1    0.943860009364E-07                     
+AR OHI3 2009  4  1 11 10  0.000000  1    0.100329538028E-03                     
+AR ONSA 2009  4  1 11 10  0.000000  1   -0.324776271371E-04                     
+AR PDEL 2009  4  1 11 10  0.000000  1   -0.203191346011E-08                     
+AR PERT 2009  4  1 11 10  0.000000  1   -0.622842425278E-07                     
+AR PETP 2009  4  1 11 10  0.000000  1   -0.620083439886E-07                     
+AR PIMO 2009  4  1 11 10  0.000000  1   -0.545212234644E-07                     
+AR QAQ1 2009  4  1 11 10  0.000000  1   -0.641830120687E-07                     
+AR QUIN 2009  4  1 11 10  0.000000  1   -0.513767105685E-07                     
+AR RABT 2009  4  1 11 10  0.000000  1   -0.429195003177E-07                     
+AR RAMO 2009  4  1 11 10  0.000000  1    0.545579597308E-07                     
+AR RCMN 2009  4  1 11 10  0.000000  1    0.746052155560E-08                     
+AR REDU 2009  4  1 11 10  0.000000  1   -0.435272741611E-07                     
+AR REUN 2009  4  1 11 10  0.000000  1    0.335339745791E-07                     
+AR REYK 2009  4  1 11 10  0.000000  1   -0.375508437081E-03                     
+AR SCH2 2009  4  1 11 10  0.000000  1    0.188785912440E-03                     
+AR SCUB 2009  4  1 11 10  0.000000  1   -0.757573611527E-07                     
+AR STJO 2009  4  1 11 10  0.000000  1   -0.703816239432E-05                     
+AR SYDN 2009  4  1 11 10  0.000000  1    0.141157863012E-05                     
+AR SYOG 2009  4  1 11 10  0.000000  1    0.140099225012E-04                     
+AR THU2 2009  4  1 11 10  0.000000  1    0.490256680579E-03                     
+AR TOW2 2009  4  1 11 10  0.000000  1    0.859322702358E-09                     
+AR URUM 2009  4  1 11 10  0.000000  1    0.446953163343E-03                     
+AR VESL 2009  4  1 11 10  0.000000  1    0.253055197887E-03                     
+AR VILL 2009  4  1 11 10  0.000000  1   -0.594464104506E-07                     
+AR WTZR 2009  4  1 11 10  0.000000  1    0.453117422979E-07                     
+AR WUHN 2009  4  1 11 10  0.000000  1   -0.506900216790E-07                     
+AR YSSK 2009  4  1 11 10  0.000000  1   -0.661256395273E-07                     
+AR ZIM2 2009  4  1 11 10  0.000000  1    0.396833957511E-07                     
+AR XMIS 2009  4  1 11 10  0.000000  1    0.144787974978E-08                     
+AR GODZ 2009  4  1 11 10  0.000000  1   -0.469120699477E-03                     
+AR MTKA 2009  4  1 11 10  0.000000  1   -0.531566060790E-07                     
+AR TIXJ 2009  4  1 11 10  0.000000  1    0.144083886976E-03                     
+AR PARK 2009  4  1 11 10  0.000000  1    0.806390033861E-06                     
+AR UNBJ 2009  4  1 11 10  0.000000  1   -0.116450615513E-03                     
+AR NOVM 2009  4  1 11 10  0.000000  1    0.798335656700E-04                     
+AR SUNM 2009  4  1 11 10  0.000000  1   -0.662884662185E-04                     
+AR CEBR 2009  4  1 11 10  0.000000  1    0.719431619407E-03                     
+AR CPXF 2009  4  1 11 10  0.000000  1    0.111350405439E-07                     
+AR IDDR 2009  4  1 11 10  0.000000  1    0.151597077483E-07                     
+AR AZGB 2009  4  1 11 10  0.000000  1   -0.337114576089E-03                     
+AR TN22 2009  4  1 11 10  0.000000  1    0.352940172622E-04                     
+AR ETAD 2009  4  1 11 10  0.000000  1    0.335574920877E-07                     
+AR ILHA 2009  4  1 11 10  0.000000  1   -0.107467041727E-08                     
+AR POVE 2009  4  1 11 10  0.000000  1   -0.161591737567E-08                     
+AR RECF 2009  4  1 11 10  0.000000  1    0.166584644467E-07                     
+AR SALU 2009  4  1 11 10  0.000000  1    0.248361987702E-07                     
+AR SAVO 2009  4  1 11 10  0.000000  1    0.174521219564E-07                     
+AR UFPR 2009  4  1 11 10  0.000000  1    0.253985387181E-07                     
+AR YELL 2009  4  1 11 10  0.000000  1    0.242590000000E-06                     
+AS G32  2009  4  1 11 15  0.000000  1    0.280193514439E-03                     
+AS G24  2009  4  1 11 15  0.000000  1    0.177824987473E-03                     
+AS G25  2009  4  1 11 15  0.000000  1    0.334473350638E-03                     
+AS G26  2009  4  1 11 15  0.000000  1    0.544504321714E-04                     
+AS G27  2009  4  1 11 15  0.000000  1    0.371318916668E-04                     
+AS G30  2009  4  1 11 15  0.000000  1    0.136252958154E-03                     
+AS G03  2009  4  1 11 15  0.000000  1    0.373451951389E-03                     
+AS G04  2009  4  1 11 15  0.000000  1   -0.346632915650E-04                     
+AS G06  2009  4  1 11 15  0.000000  1    0.601671003986E-04                     
+AS G08  2009  4  1 11 15  0.000000  1   -0.196537026349E-03                     
+AS G09  2009  4  1 11 15  0.000000  1    0.484544615821E-04                     
+AS G10  2009  4  1 11 15  0.000000  1   -0.136249557981E-04                     
+AS G14  2009  4  1 11 15  0.000000  1   -0.132410172296E-03                     
+AS G13  2009  4  1 11 15  0.000000  1    0.293260178998E-03                     
+AS G28  2009  4  1 11 15  0.000000  1   -0.238307931962E-04                     
+AS G21  2009  4  1 11 15  0.000000  1    0.215305469879E-04                     
+AS G11  2009  4  1 11 15  0.000000  1    0.275368968246E-05                     
+AS G22  2009  4  1 11 15  0.000000  1    0.202428745335E-03                     
+AS G20  2009  4  1 11 15  0.000000  1    0.865606239547E-04                     
+AS G18  2009  4  1 11 15  0.000000  1   -0.695324978768E-04                     
+AS G16  2009  4  1 11 15  0.000000  1    0.630070328368E-04                     
+AS G19  2009  4  1 11 15  0.000000  1    0.293589233024E-04                     
+AS G23  2009  4  1 11 15  0.000000  1    0.388986613185E-03                     
+AS G02  2009  4  1 11 15  0.000000  1    0.153931146700E-03                     
+AS G31  2009  4  1 11 15  0.000000  1   -0.564703741422E-04                     
+AS G17  2009  4  1 11 15  0.000000  1    0.524354990314E-04                     
+AS G12  2009  4  1 11 15  0.000000  1   -0.299538917872E-03                     
+AS G15  2009  4  1 11 15  0.000000  1   -0.275999064914E-03                     
+AS G29  2009  4  1 11 15  0.000000  1    0.484347331405E-05                     
+AS G07  2009  4  1 11 15  0.000000  1    0.209813173263E-04                     
+AS R02  2009  4  1 11 15  0.000000  1    0.206603091356E-04                     
+AS R03  2009  4  1 11 15  0.000000  1   -0.342722755652E-04                     
+AS R04  2009  4  1 11 15  0.000000  1    0.638284645106E-04                     
+AS R06  2009  4  1 11 15  0.000000  1   -0.169261768397E-03                     
+AS R07  2009  4  1 11 15  0.000000  1   -0.892015800603E-04                     
+AS R08  2009  4  1 11 15  0.000000  1   -0.101998468651E-03                     
+AS R10  2009  4  1 11 15  0.000000  1   -0.140839914814E-03                     
+AS R11  2009  4  1 11 15  0.000000  1   -0.926263248887E-04                     
+AS R13  2009  4  1 11 15  0.000000  1   -0.230641718937E-03                     
+AS R14  2009  4  1 11 15  0.000000  1   -0.796183294325E-04                     
+AS R15  2009  4  1 11 15  0.000000  1    0.921087924942E-04                     
+AS R17  2009  4  1 11 15  0.000000  1   -0.261261718546E-03                     
+AS R18  2009  4  1 11 15  0.000000  1   -0.135229054188E-05                     
+AS R19  2009  4  1 11 15  0.000000  1   -0.894202196798E-04                     
+AS R20  2009  4  1 11 15  0.000000  1   -0.650123330622E-04                     
+AS R21  2009  4  1 11 15  0.000000  1   -0.143338411371E-03                     
+AS R22  2009  4  1 11 15  0.000000  1   -0.201571846855E-03                     
+AS R23  2009  4  1 11 15  0.000000  1   -0.200318683627E-03                     
+AR ALGO 2009  4  1 11 15  0.000000  1    0.808925546415E-04                     
+AR ALIC 2009  4  1 11 15  0.000000  1    0.596701265267E-08                     
+AR AMC2 2009  4  1 11 15  0.000000  1    0.152686545136E-08                     
+AR ANKR 2009  4  1 11 15  0.000000  1    0.484356988301E-03                     
+AR ARTU 2009  4  1 11 15  0.000000  1   -0.649918245765E-07                     
+AR ASPA 2009  4  1 11 15  0.000000  1    0.216479256981E-07                     
+AR BHR1 2009  4  1 11 15  0.000000  1    0.563383206911E-03                     
+AR BARH 2009  4  1 11 15  0.000000  1    0.175984705489E-08                     
+AR BJFS 2009  4  1 11 15  0.000000  1   -0.469729335896E-07                     
+AR BOGT 2009  4  1 11 15  0.000000  1   -0.306368248954E-07                     
+AR BRMU 2009  4  1 11 15  0.000000  1    0.393278186128E-03                     
+AR CAGZ 2009  4  1 11 15  0.000000  1   -0.226666697820E-03                     
+AR CAS1 2009  4  1 11 15  0.000000  1    0.476555567827E-08                     
+AR CHAT 2009  4  1 11 15  0.000000  1   -0.498480543120E-07                     
+AR CHPI 2009  4  1 11 15  0.000000  1   -0.555461248393E-07                     
+AR COCO 2009  4  1 11 15  0.000000  1    0.227629215402E-03                     
+AR CONZ 2009  4  1 11 15  0.000000  1   -0.781862396570E-04                     
+AR CRAR 2009  4  1 11 15  0.000000  1    0.131534039177E-03                     
+AR CRO1 2009  4  1 11 15  0.000000  1    0.665105089440E-03                     
+AR DAEJ 2009  4  1 11 15  0.000000  1   -0.196561100110E-03                     
+AR DARW 2009  4  1 11 15  0.000000  1    0.297200479076E-08                     
+AR DGAR 2009  4  1 11 15  0.000000  1   -0.860580519872E-07                     
+AR DRAO 2009  4  1 11 15  0.000000  1    0.114042629765E-03                     
+AR FAA1 2009  4  1 11 15  0.000000  1   -0.128651410946E-07                     
+AR FAIR 2009  4  1 11 15  0.000000  1   -0.547723435832E-07                     
+AR GLPS 2009  4  1 11 15  0.000000  1   -0.573764266028E-07                     
+AR GUAM 2009  4  1 11 15  0.000000  1   -0.511364033788E-07                     
+AR GUAT 2009  4  1 11 15  0.000000  1    0.750681497231E-08                     
+AR HOB2 2009  4  1 11 15  0.000000  1    0.875749080243E-07                     
+AR HOFN 2009  4  1 11 15  0.000000  1   -0.419195593071E-03                     
+AR HOLM 2009  4  1 11 15  0.000000  1   -0.531444681049E-07                     
+AR HRAO 2009  4  1 11 15  0.000000  1    0.849463883592E-03                     
+AR HYDE 2009  4  1 11 15  0.000000  1    0.167448693068E-08                     
+AR IRKJ 2009  4  1 11 15  0.000000  1    0.163747511041E-03                     
+AR ISPA 2009  4  1 11 15  0.000000  1   -0.493166583854E-07                     
+AR KARR 2009  4  1 11 15  0.000000  1   -0.533842397261E-07                     
+AR KERG 2009  4  1 11 15  0.000000  1    0.817502384566E-03                     
+AR KHAJ 2009  4  1 11 15  0.000000  1   -0.150785852286E-05                     
+AR KIR0 2009  4  1 11 15  0.000000  1    0.283176335176E-03                     
+AR KIRU 2009  4  1 11 15  0.000000  1    0.591375769149E-03                     
+AR KIT3 2009  4  1 11 15  0.000000  1   -0.934619270180E-08                     
+AR KOUR 2009  4  1 11 15  0.000000  1    0.124913851830E-03                     
+AR KUNM 2009  4  1 11 15  0.000000  1    0.303699002854E-07                     
+AR LHAZ 2009  4  1 11 15  0.000000  1    0.498816216945E-03                     
+AR MAL2 2009  4  1 11 15  0.000000  1    0.293395899859E-08                     
+AR MAS1 2009  4  1 11 15  0.000000  1   -0.101609558607E-03                     
+AR MAW1 2009  4  1 11 15  0.000000  1    0.480700824208E-08                     
+AR MCIL 2009  4  1 11 15  0.000000  1    0.294464454932E-07                     
+AR MCM4 2009  4  1 11 15  0.000000  1   -0.623999195840E-07                     
+AR MDO1 2009  4  1 11 15  0.000000  1   -0.358752557823E-07                     
+AR MDVJ 2009  4  1 11 15  0.000000  1    0.438552229548E-03                     
+AR MKEA 2009  4  1 11 15  0.000000  1   -0.394925795851E-07                     
+AR MOBS 2009  4  1 11 15  0.000000  1    0.219610217340E-08                     
+AR NANO 2009  4  1 11 15  0.000000  1    0.306050197635E-08                     
+AR NLIB 2009  4  1 11 15  0.000000  1   -0.118424456007E-06                     
+AR NNOR 2009  4  1 11 15  0.000000  1    0.365797000972E-03                     
+AR NRC1 2009  4  1 11 15  0.000000  1   -0.448639723595E-05                     
+AR NRIL 2009  4  1 11 15  0.000000  1   -0.573048751326E-07                     
+AR NRMD 2009  4  1 11 15  0.000000  1    0.242988700102E-07                     
+AR NTUS 2009  4  1 11 15  0.000000  1   -0.252148538219E-08                     
+AR NYAL 2009  4  1 11 15  0.000000  1    0.941157083999E-07                     
+AR OHI3 2009  4  1 11 15  0.000000  1    0.212628157973E-03                     
+AR ONSA 2009  4  1 11 15  0.000000  1   -0.324779618300E-04                     
+AR PDEL 2009  4  1 11 15  0.000000  1   -0.366290128012E-08                     
+AR PERT 2009  4  1 11 15  0.000000  1   -0.633994809881E-07                     
+AR PETP 2009  4  1 11 15  0.000000  1   -0.615913244021E-07                     
+AR PIMO 2009  4  1 11 15  0.000000  1   -0.534280726173E-07                     
+AR QAQ1 2009  4  1 11 15  0.000000  1   -0.624310775288E-07                     
+AR QUIN 2009  4  1 11 15  0.000000  1   -0.529556219926E-07                     
+AR RABT 2009  4  1 11 15  0.000000  1   -0.540411003053E-07                     
+AR RAMO 2009  4  1 11 15  0.000000  1    0.526040603678E-07                     
+AR RCMN 2009  4  1 11 15  0.000000  1    0.815225362771E-08                     
+AR REDU 2009  4  1 11 15  0.000000  1   -0.433112832468E-07                     
+AR REUN 2009  4  1 11 15  0.000000  1    0.323377539552E-07                     
+AR REYK 2009  4  1 11 15  0.000000  1   -0.359649666620E-03                     
+AR SCH2 2009  4  1 11 15  0.000000  1    0.188800742988E-03                     
+AR SCUB 2009  4  1 11 15  0.000000  1   -0.750953776911E-07                     
+AR STJO 2009  4  1 11 15  0.000000  1   -0.703874965355E-05                     
+AR SYDN 2009  4  1 11 15  0.000000  1    0.141132649429E-05                     
+AR SYOG 2009  4  1 11 15  0.000000  1    0.140098464747E-04                     
+AR THU2 2009  4  1 11 15  0.000000  1    0.488254319200E-03                     
+AR TOW2 2009  4  1 11 15  0.000000  1    0.207988290983E-08                     
+AR URUM 2009  4  1 11 15  0.000000  1    0.367975767263E-03                     
+AR VESL 2009  4  1 11 15  0.000000  1    0.291616656509E-03                     
+AR VILL 2009  4  1 11 15  0.000000  1   -0.594155947661E-07                     
+AR WTZR 2009  4  1 11 15  0.000000  1    0.450283408378E-07                     
+AR WUHN 2009  4  1 11 15  0.000000  1   -0.479287717360E-07                     
+AR YSSK 2009  4  1 11 15  0.000000  1   -0.629813411694E-07                     
+AR ZIM2 2009  4  1 11 15  0.000000  1    0.391102507612E-07                     
+AR XMIS 2009  4  1 11 15  0.000000  1   -0.224546306036E-08                     
+AR GODZ 2009  4  1 11 15  0.000000  1   -0.469120949587E-03                     
+AR MTKA 2009  4  1 11 15  0.000000  1   -0.525728066404E-07                     
+AR TIXJ 2009  4  1 11 15  0.000000  1    0.139994910937E-03                     
+AR PARK 2009  4  1 11 15  0.000000  1    0.806138771600E-06                     
+AR UNBJ 2009  4  1 11 15  0.000000  1   -0.190513653878E-03                     
+AR NOVM 2009  4  1 11 15  0.000000  1    0.798333088498E-04                     
+AR SUNM 2009  4  1 11 15  0.000000  1   -0.222825277694E-03                     
+AR CEBR 2009  4  1 11 15  0.000000  1    0.719431345584E-03                     
+AR CPXF 2009  4  1 11 15  0.000000  1    0.895935231375E-08                     
+AR IDDR 2009  4  1 11 15  0.000000  1    0.155911377492E-07                     
+AR AZGB 2009  4  1 11 15  0.000000  1   -0.476534630987E-03                     
+AR TN22 2009  4  1 11 15  0.000000  1   -0.449514869662E-04                     
+AR ETAD 2009  4  1 11 15  0.000000  1    0.265100708609E-07                     
+AR ILHA 2009  4  1 11 15  0.000000  1   -0.176548670611E-08                     
+AR POVE 2009  4  1 11 15  0.000000  1   -0.207879016565E-08                     
+AR RECF 2009  4  1 11 15  0.000000  1    0.169873481455E-07                     
+AR SALU 2009  4  1 11 15  0.000000  1    0.289616796143E-07                     
+AR SAVO 2009  4  1 11 15  0.000000  1    0.163891218239E-07                     
+AR UFPR 2009  4  1 11 15  0.000000  1    0.210975090073E-07                     
+AR YELL 2009  4  1 11 15  0.000000  1    0.242660000000E-06                     
+AS G32  2009  4  1 11 20  0.000000  1    0.280192212292E-03                     
+AS G24  2009  4  1 11 20  0.000000  1    0.177825143108E-03                     
+AS G25  2009  4  1 11 20  0.000000  1    0.334479948057E-03                     
+AS G26  2009  4  1 11 20  0.000000  1    0.544509415341E-04                     
+AS G27  2009  4  1 11 20  0.000000  1    0.371320848354E-04                     
+AS G30  2009  4  1 11 20  0.000000  1    0.136253485720E-03                     
+AS G03  2009  4  1 11 20  0.000000  1    0.373453534014E-03                     
+AS G04  2009  4  1 11 20  0.000000  1   -0.346676992844E-04                     
+AS G06  2009  4  1 11 20  0.000000  1    0.601725278596E-04                     
+AS G08  2009  4  1 11 20  0.000000  1   -0.196537278462E-03                     
+AS G09  2009  4  1 11 20  0.000000  1    0.484560251946E-04                     
+AS G10  2009  4  1 11 20  0.000000  1   -0.136249099250E-04                     
+AS G14  2009  4  1 11 20  0.000000  1   -0.132408425621E-03                     
+AS G13  2009  4  1 11 20  0.000000  1    0.293260638543E-03                     
+AS G28  2009  4  1 11 20  0.000000  1   -0.238306092530E-04                     
+AS G21  2009  4  1 11 20  0.000000  1    0.215297186794E-04                     
+AS G11  2009  4  1 11 20  0.000000  1    0.275336908043E-05                     
+AS G22  2009  4  1 11 20  0.000000  1    0.202427789534E-03                     
+AS G20  2009  4  1 11 20  0.000000  1    0.865599753731E-04                     
+AS G18  2009  4  1 11 20  0.000000  1   -0.695315270452E-04                     
+AS G16  2009  4  1 11 20  0.000000  1    0.630060509902E-04                     
+AS G19  2009  4  1 11 20  0.000000  1    0.293585040572E-04                     
+AS G23  2009  4  1 11 20  0.000000  1    0.388986630922E-03                     
+AS G02  2009  4  1 11 20  0.000000  1    0.153930910051E-03                     
+AS G31  2009  4  1 11 20  0.000000  1   -0.564706680323E-04                     
+AS G17  2009  4  1 11 20  0.000000  1    0.524358956907E-04                     
+AS G12  2009  4  1 11 20  0.000000  1   -0.299537540973E-03                     
+AS G15  2009  4  1 11 20  0.000000  1   -0.276000397333E-03                     
+AS G29  2009  4  1 11 20  0.000000  1    0.484483399235E-05                     
+AS G07  2009  4  1 11 20  0.000000  1    0.209809760779E-04                     
+AS R02  2009  4  1 11 20  0.000000  1    0.206593123197E-04                     
+AS R03  2009  4  1 11 20  0.000000  1   -0.342722240762E-04                     
+AS R04  2009  4  1 11 20  0.000000  1    0.638249340145E-04                     
+AS R06  2009  4  1 11 20  0.000000  1   -0.169264224238E-03                     
+AS R07  2009  4  1 11 20  0.000000  1   -0.891999041092E-04                     
+AS R08  2009  4  1 11 20  0.000000  1   -0.101998359386E-03                     
+AS R10  2009  4  1 11 20  0.000000  1   -0.140839797520E-03                     
+AS R11  2009  4  1 11 20  0.000000  1   -0.926269592473E-04                     
+AS R13  2009  4  1 11 20  0.000000  1   -0.230642206329E-03                     
+AS R14  2009  4  1 11 20  0.000000  1   -0.796184202013E-04                     
+AS R15  2009  4  1 11 20  0.000000  1    0.921094212175E-04                     
+AS R17  2009  4  1 11 20  0.000000  1   -0.261262123353E-03                     
+AS R18  2009  4  1 11 20  0.000000  1   -0.135241042326E-05                     
+AS R19  2009  4  1 11 20  0.000000  1   -0.894205813678E-04                     
+AS R20  2009  4  1 11 20  0.000000  1   -0.650120975386E-04                     
+AS R21  2009  4  1 11 20  0.000000  1   -0.143338845547E-03                     
+AS R22  2009  4  1 11 20  0.000000  1   -0.201572797567E-03                     
+AS R23  2009  4  1 11 20  0.000000  1   -0.200316695088E-03                     
+AR ALGO 2009  4  1 11 20  0.000000  1    0.808969267114E-04                     
+AR ALIC 2009  4  1 11 20  0.000000  1    0.484341973494E-08                     
+AR AMC2 2009  4  1 11 20  0.000000  1    0.150562619670E-08                     
+AR ANKR 2009  4  1 11 20  0.000000  1   -0.448403229032E-03                     
+AR ARTU 2009  4  1 11 20  0.000000  1   -0.658083279691E-07                     
+AR ASPA 2009  4  1 11 20  0.000000  1    0.220832068550E-07                     
+AR BHR1 2009  4  1 11 20  0.000000  1    0.563383302522E-03                     
+AR BARH 2009  4  1 11 20  0.000000  1    0.201489822713E-08                     
+AR BJFS 2009  4  1 11 20  0.000000  1   -0.579431539347E-07                     
+AR BOGT 2009  4  1 11 20  0.000000  1   -0.478056255437E-07                     
+AR BRMU 2009  4  1 11 20  0.000000  1   -0.111280496373E-03                     
+AR CAGZ 2009  4  1 11 20  0.000000  1   -0.291959746563E-05                     
+AR CAS1 2009  4  1 11 20  0.000000  1    0.494000653277E-08                     
+AR CHAT 2009  4  1 11 20  0.000000  1   -0.492430478505E-07                     
+AR CHPI 2009  4  1 11 20  0.000000  1   -0.556111387411E-07                     
+AR COCO 2009  4  1 11 20  0.000000  1    0.227630258383E-03                     
+AR CONZ 2009  4  1 11 20  0.000000  1   -0.201829232204E-03                     
+AR CRAR 2009  4  1 11 20  0.000000  1    0.106302812721E-03                     
+AR CRO1 2009  4  1 11 20  0.000000  1    0.665105122543E-03                     
+AR DAEJ 2009  4  1 11 20  0.000000  1   -0.196560810067E-03                     
+AR DARW 2009  4  1 11 20  0.000000  1   -0.757361551676E-08                     
+AR DGAR 2009  4  1 11 20  0.000000  1   -0.863933817339E-07                     
+AR DRAO 2009  4  1 11 20  0.000000  1    0.114079341479E-03                     
+AR FAA1 2009  4  1 11 20  0.000000  1   -0.122962713005E-07                     
+AR FAIR 2009  4  1 11 20  0.000000  1   -0.538604249544E-07                     
+AR GLPS 2009  4  1 11 20  0.000000  1   -0.526936662070E-07                     
+AR GUAM 2009  4  1 11 20  0.000000  1   -0.504803086871E-07                     
+AR GUAT 2009  4  1 11 20  0.000000  1    0.102854475834E-07                     
+AR HOB2 2009  4  1 11 20  0.000000  1    0.875683122317E-07                     
+AR HOFN 2009  4  1 11 20  0.000000  1   -0.341414092158E-03                     
+AR HOLM 2009  4  1 11 20  0.000000  1   -0.531695242071E-07                     
+AR HRAO 2009  4  1 11 20  0.000000  1    0.849463934508E-03                     
+AR HYDE 2009  4  1 11 20  0.000000  1    0.103688364099E-08                     
+AR IRKJ 2009  4  1 11 20  0.000000  1    0.163747500786E-03                     
+AR ISPA 2009  4  1 11 20  0.000000  1   -0.505498948098E-07                     
+AR KARR 2009  4  1 11 20  0.000000  1   -0.520071912667E-07                     
+AR KERG 2009  4  1 11 20  0.000000  1    0.817502488076E-03                     
+AR KHAJ 2009  4  1 11 20  0.000000  1   -0.150787781395E-05                     
+AR KIR0 2009  4  1 11 20  0.000000  1    0.283169637870E-03                     
+AR KIRU 2009  4  1 11 20  0.000000  1    0.591373133010E-03                     
+AR KIT3 2009  4  1 11 20  0.000000  1   -0.112082778535E-08                     
+AR KOUR 2009  4  1 11 20  0.000000  1    0.124913869065E-03                     
+AR KUNM 2009  4  1 11 20  0.000000  1    0.424912150976E-08                     
+AR LHAZ 2009  4  1 11 20  0.000000  1   -0.488348041015E-03                     
+AR MAL2 2009  4  1 11 20  0.000000  1   -0.680559317091E-09                     
+AR MAS1 2009  4  1 11 20  0.000000  1   -0.101609658389E-03                     
+AR MAW1 2009  4  1 11 20  0.000000  1    0.366443380919E-08                     
+AR MCIL 2009  4  1 11 20  0.000000  1    0.294214824693E-07                     
+AR MCM4 2009  4  1 11 20  0.000000  1   -0.661220960467E-07                     
+AR MDO1 2009  4  1 11 20  0.000000  1   -0.347840399532E-07                     
+AR MDVJ 2009  4  1 11 20  0.000000  1    0.438552203853E-03                     
+AR MKEA 2009  4  1 11 20  0.000000  1   -0.440926959230E-07                     
+AR MOBS 2009  4  1 11 20  0.000000  1    0.385944120950E-08                     
+AR NANO 2009  4  1 11 20  0.000000  1    0.180599868879E-08                     
+AR NLIB 2009  4  1 11 20  0.000000  1   -0.119168607317E-06                     
+AR NNOR 2009  4  1 11 20  0.000000  1    0.365796808169E-03                     
+AR NRC1 2009  4  1 11 20  0.000000  1   -0.448640986752E-05                     
+AR NRIL 2009  4  1 11 20  0.000000  1   -0.534642652843E-07                     
+AR NRMD 2009  4  1 11 20  0.000000  1    0.246499994070E-07                     
+AR NTUS 2009  4  1 11 20  0.000000  1   -0.163380183860E-08                     
+AR NYAL 2009  4  1 11 20  0.000000  1    0.940993004615E-07                     
+AR OHI3 2009  4  1 11 20  0.000000  1    0.325227644572E-03                     
+AR ONSA 2009  4  1 11 20  0.000000  1   -0.324780344999E-04                     
+AR PDEL 2009  4  1 11 20  0.000000  1   -0.976862191208E-09                     
+AR PERT 2009  4  1 11 20  0.000000  1   -0.719304124045E-07                     
+AR PETP 2009  4  1 11 20  0.000000  1   -0.631652924215E-07                     
+AR PIMO 2009  4  1 11 20  0.000000  1   -0.539878619292E-07                     
+AR QAQ1 2009  4  1 11 20  0.000000  1   -0.627371125584E-07                     
+AR QUIN 2009  4  1 11 20  0.000000  1   -0.330057693942E-07                     
+AR RABT 2009  4  1 11 20  0.000000  1   -0.513813660518E-07                     
+AR RAMO 2009  4  1 11 20  0.000000  1   -0.201455904855E-09                     
+AR RCMN 2009  4  1 11 20  0.000000  1    0.781895281052E-08                     
+AR REDU 2009  4  1 11 20  0.000000  1   -0.437407712953E-07                     
+AR REUN 2009  4  1 11 20  0.000000  1    0.317031346742E-07                     
+AR REYK 2009  4  1 11 20  0.000000  1   -0.344069690817E-03                     
+AR SCH2 2009  4  1 11 20  0.000000  1    0.188815416914E-03                     
+AR SCUB 2009  4  1 11 20  0.000000  1   -0.733555064542E-07                     
+AR STJO 2009  4  1 11 20  0.000000  1   -0.703907319391E-05                     
+AR SYDN 2009  4  1 11 20  0.000000  1    0.141110425151E-05                     
+AR SYOG 2009  4  1 11 20  0.000000  1    0.140099958580E-04                     
+AR THU2 2009  4  1 11 20  0.000000  1    0.486251965018E-03                     
+AR TOW2 2009  4  1 11 20  0.000000  1    0.692590307894E-09                     
+AR URUM 2009  4  1 11 20  0.000000  1    0.288948774766E-03                     
+AR VESL 2009  4  1 11 20  0.000000  1    0.330147396669E-03                     
+AR VILL 2009  4  1 11 20  0.000000  1   -0.578882522578E-07                     
+AR WTZR 2009  4  1 11 20  0.000000  1    0.450201342001E-07                     
+AR WUHN 2009  4  1 11 20  0.000000  1   -0.471407605880E-07                     
+AR YSSK 2009  4  1 11 20  0.000000  1   -0.560319031152E-07                     
+AR ZIM2 2009  4  1 11 20  0.000000  1    0.397579315340E-07                     
+AR XMIS 2009  4  1 11 20  0.000000  1   -0.230627953630E-08                     
+AR GODZ 2009  4  1 11 20  0.000000  1   -0.469120978806E-03                     
+AR MTKA 2009  4  1 11 20  0.000000  1   -0.591407412110E-07                     
+AR TIXJ 2009  4  1 11 20  0.000000  1    0.135994661030E-03                     
+AR PARK 2009  4  1 11 20  0.000000  1    0.806245018909E-06                     
+AR UNBJ 2009  4  1 11 20  0.000000  1   -0.264584943613E-03                     
+AR NOVM 2009  4  1 11 20  0.000000  1    0.798333001940E-04                     
+AR SUNM 2009  4  1 11 20  0.000000  1   -0.379291340819E-03                     
+AR CEBR 2009  4  1 11 20  0.000000  1    0.719431304012E-03                     
+AR CPXF 2009  4  1 11 20  0.000000  1    0.149763256694E-07                     
+AR IDDR 2009  4  1 11 20  0.000000  1    0.174409547137E-07                     
+AR AZGB 2009  4  1 11 20  0.000000  1    0.384043888056E-03                     
+AR TN22 2009  4  1 11 20  0.000000  1   -0.125228070093E-03                     
+AR ETAD 2009  4  1 11 20  0.000000  1    0.319259270232E-07                     
+AR ILHA 2009  4  1 11 20  0.000000  1   -0.208685473222E-08                     
+AR POVE 2009  4  1 11 20  0.000000  1   -0.350876846913E-08                     
+AR RECF 2009  4  1 11 20  0.000000  1    0.174162688095E-07                     
+AR SALU 2009  4  1 11 20  0.000000  1    0.170481803825E-07                     
+AR SAVO 2009  4  1 11 20  0.000000  1    0.168732352630E-07                     
+AR UFPR 2009  4  1 11 20  0.000000  1    0.233568109054E-07                     
+AR YELL 2009  4  1 11 20  0.000000  1    0.242730000000E-06                     
+AS G32  2009  4  1 11 25  0.000000  1    0.280190877412E-03                     
+AS G24  2009  4  1 11 25  0.000000  1    0.177825883053E-03                     
+AS G25  2009  4  1 11 25  0.000000  1    0.334486558172E-03                     
+AS G26  2009  4  1 11 25  0.000000  1    0.544516390739E-04                     
+AS G27  2009  4  1 11 25  0.000000  1    0.371330096681E-04                     
+AS G30  2009  4  1 11 25  0.000000  1    0.136254432226E-03                     
+AS G03  2009  4  1 11 25  0.000000  1    0.373455033584E-03                     
+AS G04  2009  4  1 11 25  0.000000  1   -0.346720544980E-04                     
+AS G06  2009  4  1 11 25  0.000000  1    0.601780194408E-04                     
+AS G08  2009  4  1 11 25  0.000000  1   -0.196537490827E-03                     
+AS G09  2009  4  1 11 25  0.000000  1    0.484576158440E-04                     
+AS G10  2009  4  1 11 25  0.000000  1   -0.136249374247E-04                     
+AS G14  2009  4  1 11 25  0.000000  1   -0.132406581694E-03                     
+AS G13  2009  4  1 11 25  0.000000  1    0.293260940873E-03                     
+AS G28  2009  4  1 11 25  0.000000  1   -0.238308886287E-04                     
+AS G21  2009  4  1 11 25  0.000000  1    0.215290011303E-04                     
+AS G11  2009  4  1 11 25  0.000000  1    0.275318746492E-05                     
+AS G22  2009  4  1 11 25  0.000000  1    0.202427943303E-03                     
+AS G20  2009  4  1 11 25  0.000000  1    0.865598438670E-04                     
+AS G18  2009  4  1 11 25  0.000000  1   -0.695302077463E-04                     
+AS G16  2009  4  1 11 25  0.000000  1    0.630052377037E-04                     
+AS G19  2009  4  1 11 25  0.000000  1    0.293581822213E-04                     
+AS G23  2009  4  1 11 25  0.000000  1    0.388986808960E-03                     
+AS G02  2009  4  1 11 25  0.000000  1    0.153930835038E-03                     
+AS G31  2009  4  1 11 25  0.000000  1   -0.564710560421E-04                     
+AS G17  2009  4  1 11 25  0.000000  1    0.524362580934E-04                     
+AS G12  2009  4  1 11 25  0.000000  1   -0.299536180148E-03                     
+AS G15  2009  4  1 11 25  0.000000  1   -0.276001707323E-03                     
+AS G29  2009  4  1 11 25  0.000000  1    0.484606881273E-05                     
+AS G07  2009  4  1 11 25  0.000000  1    0.209808462687E-04                     
+AS R02  2009  4  1 11 25  0.000000  1    0.206584906546E-04                     
+AS R03  2009  4  1 11 25  0.000000  1   -0.342720245320E-04                     
+AS R04  2009  4  1 11 25  0.000000  1    0.638232574788E-04                     
+AS R06  2009  4  1 11 25  0.000000  1   -0.169263530799E-03                     
+AS R07  2009  4  1 11 25  0.000000  1   -0.891987455014E-04                     
+AS R08  2009  4  1 11 25  0.000000  1   -0.101998128712E-03                     
+AS R10  2009  4  1 11 25  0.000000  1   -0.140839647614E-03                     
+AS R11  2009  4  1 11 25  0.000000  1   -0.926272405500E-04                     
+AS R13  2009  4  1 11 25  0.000000  1   -0.230642824002E-03                     
+AS R14  2009  4  1 11 25  0.000000  1   -0.796176978385E-04                     
+AS R15  2009  4  1 11 25  0.000000  1    0.921099913919E-04                     
+AS R17  2009  4  1 11 25  0.000000  1   -0.261262325001E-03                     
+AS R18  2009  4  1 11 25  0.000000  1   -0.135235217225E-05                     
+AS R19  2009  4  1 11 25  0.000000  1   -0.894211085352E-04                     
+AS R20  2009  4  1 11 25  0.000000  1   -0.650119478039E-04                     
+AS R21  2009  4  1 11 25  0.000000  1   -0.143339271447E-03                     
+AS R22  2009  4  1 11 25  0.000000  1   -0.201573507361E-03                     
+AS R23  2009  4  1 11 25  0.000000  1   -0.200314798206E-03                     
+AR ALGO 2009  4  1 11 25  0.000000  1    0.809012662108E-04                     
+AR ALIC 2009  4  1 11 25  0.000000  1    0.575239630299E-08                     
+AR AMC2 2009  4  1 11 25  0.000000  1    0.151345616270E-08                     
+AR ANKR 2009  4  1 11 25  0.000000  1   -0.381237301811E-03                     
+AR ARTU 2009  4  1 11 25  0.000000  1   -0.684758131419E-07                     
+AR ASPA 2009  4  1 11 25  0.000000  1    0.233293330697E-07                     
+AR BHR1 2009  4  1 11 25  0.000000  1    0.563383360990E-03                     
+AR BARH 2009  4  1 11 25  0.000000  1    0.152415221750E-08                     
+AR BJFS 2009  4  1 11 25  0.000000  1   -0.574347766300E-07                     
+AR BOGT 2009  4  1 11 25  0.000000  1   -0.470524472933E-07                     
+AR BRMU 2009  4  1 11 25  0.000000  1    0.383538642974E-03                     
+AR CAGZ 2009  4  1 11 25  0.000000  1    0.220792381769E-03                     
+AR CAS1 2009  4  1 11 25  0.000000  1    0.469973749149E-08                     
+AR CHAT 2009  4  1 11 25  0.000000  1   -0.487977178381E-07                     
+AR CHPI 2009  4  1 11 25  0.000000  1   -0.563662600001E-07                     
+AR COCO 2009  4  1 11 25  0.000000  1    0.227631466430E-03                     
+AR CONZ 2009  4  1 11 25  0.000000  1   -0.325319112469E-03                     
+AR CRAR 2009  4  1 11 25  0.000000  1    0.810693479356E-04                     
+AR CRO1 2009  4  1 11 25  0.000000  1    0.665105091810E-03                     
+AR DAEJ 2009  4  1 11 25  0.000000  1   -0.196560902746E-03                     
+AR DARW 2009  4  1 11 25  0.000000  1   -0.515315369676E-08                     
+AR DGAR 2009  4  1 11 25  0.000000  1   -0.878168364626E-07                     
+AR DRAO 2009  4  1 11 25  0.000000  1    0.114116276758E-03                     
+AR FAA1 2009  4  1 11 25  0.000000  1   -0.111889045296E-07                     
+AR FAIR 2009  4  1 11 25  0.000000  1   -0.526980527947E-07                     
+AR GLPS 2009  4  1 11 25  0.000000  1   -0.487598452042E-07                     
+AR GUAM 2009  4  1 11 25  0.000000  1   -0.495615456076E-07                     
+AR GUAT 2009  4  1 11 25  0.000000  1    0.847608956234E-08                     
+AR HOB2 2009  4  1 11 25  0.000000  1    0.876020717535E-07                     
+AR HOFN 2009  4  1 11 25  0.000000  1   -0.263692943961E-03                     
+AR HOLM 2009  4  1 11 25  0.000000  1   -0.563321839701E-07                     
+AR HRAO 2009  4  1 11 25  0.000000  1    0.849464013304E-03                     
+AR HYDE 2009  4  1 11 25  0.000000  1    0.988025426270E-09                     
+AR IRKJ 2009  4  1 11 25  0.000000  1    0.163747507983E-03                     
+AR ISPA 2009  4  1 11 25  0.000000  1   -0.504637353688E-07                     
+AR KARR 2009  4  1 11 25  0.000000  1   -0.525955843696E-07                     
+AR KERG 2009  4  1 11 25  0.000000  1    0.817502910610E-03                     
+AR KHAJ 2009  4  1 11 25  0.000000  1   -0.150788546574E-05                     
+AR KIR0 2009  4  1 11 25  0.000000  1    0.283162862162E-03                     
+AR KIRU 2009  4  1 11 25  0.000000  1    0.591370399970E-03                     
+AR KIT3 2009  4  1 11 25  0.000000  1    0.360012786337E-08                     
+AR KOUR 2009  4  1 11 25  0.000000  1    0.124913919069E-03                     
+AR KUNM 2009  4  1 11 25  0.000000  1   -0.110639398537E-07                     
+AR LHAZ 2009  4  1 11 25  0.000000  1   -0.475270320610E-03                     
+AR MAL2 2009  4  1 11 25  0.000000  1    0.229062981992E-08                     
+AR MAS1 2009  4  1 11 25  0.000000  1   -0.101609814563E-03                     
+AR MAW1 2009  4  1 11 25  0.000000  1    0.353606717584E-08                     
+AR MCIL 2009  4  1 11 25  0.000000  1    0.298809673034E-07                     
+AR MCM4 2009  4  1 11 25  0.000000  1   -0.698717206549E-07                     
+AR MDO1 2009  4  1 11 25  0.000000  1   -0.425030836554E-07                     
+AR MDVJ 2009  4  1 11 25  0.000000  1    0.438552204511E-03                     
+AR MKEA 2009  4  1 11 25  0.000000  1   -0.463127544608E-07                     
+AR MOBS 2009  4  1 11 25  0.000000  1    0.335792962982E-08                     
+AR NANO 2009  4  1 11 25  0.000000  1    0.529312105865E-08                     
+AR NLIB 2009  4  1 11 25  0.000000  1   -0.119543338325E-06                     
+AR NNOR 2009  4  1 11 25  0.000000  1    0.365796651778E-03                     
+AR NRC1 2009  4  1 11 25  0.000000  1   -0.448639676211E-05                     
+AR NRIL 2009  4  1 11 25  0.000000  1   -0.514152624282E-07                     
+AR NRMD 2009  4  1 11 25  0.000000  1    0.247961970617E-07                     
+AR NTUS 2009  4  1 11 25  0.000000  1   -0.314654313721E-08                     
+AR NYAL 2009  4  1 11 25  0.000000  1    0.941166452187E-07                     
+AR OHI3 2009  4  1 11 25  0.000000  1    0.438015309026E-03                     
+AR ONSA 2009  4  1 11 25  0.000000  1   -0.324780740174E-04                     
+AR PDEL 2009  4  1 11 25  0.000000  1   -0.140152520560E-08                     
+AR PERT 2009  4  1 11 25  0.000000  1   -0.706257652026E-07                     
+AR PETP 2009  4  1 11 25  0.000000  1   -0.603710586084E-07                     
+AR PIMO 2009  4  1 11 25  0.000000  1   -0.551576904098E-07                     
+AR QAQ1 2009  4  1 11 25  0.000000  1   -0.601300161113E-07                     
+AR QUIN 2009  4  1 11 25  0.000000  1   -0.318130757256E-07                     
+AR RABT 2009  4  1 11 25  0.000000  1   -0.480081174991E-07                     
+AR RAMO 2009  4  1 11 25  0.000000  1    0.860487909358E-07                     
+AR RCMN 2009  4  1 11 25  0.000000  1    0.393530181862E-08                     
+AR REDU 2009  4  1 11 25  0.000000  1   -0.424496849860E-07                     
+AR REUN 2009  4  1 11 25  0.000000  1    0.328175908641E-07                     
+AR REYK 2009  4  1 11 25  0.000000  1   -0.328754439365E-03                     
+AR SCH2 2009  4  1 11 25  0.000000  1    0.188830352022E-03                     
+AR SCUB 2009  4  1 11 25  0.000000  1   -0.700965800745E-07                     
+AR STJO 2009  4  1 11 25  0.000000  1   -0.703937386211E-05                     
+AR SYDN 2009  4  1 11 25  0.000000  1    0.141106269986E-05                     
+AR SYOG 2009  4  1 11 25  0.000000  1    0.140099645649E-04                     
+AR THU2 2009  4  1 11 25  0.000000  1    0.484249816513E-03                     
+AR TOW2 2009  4  1 11 25  0.000000  1    0.208738272482E-08                     
+AR URUM 2009  4  1 11 25  0.000000  1    0.209962590296E-03                     
+AR VESL 2009  4  1 11 25  0.000000  1    0.368711651669E-03                     
+AR VILL 2009  4  1 11 25  0.000000  1   -0.561142959789E-07                     
+AR WTZR 2009  4  1 11 25  0.000000  1    0.450224049116E-07                     
+AR WUHN 2009  4  1 11 25  0.000000  1   -0.457978654097E-07                     
+AR YSSK 2009  4  1 11 25  0.000000  1   -0.610860913597E-07                     
+AR ZIM2 2009  4  1 11 25  0.000000  1    0.402601220821E-07                     
+AR XMIS 2009  4  1 11 25  0.000000  1   -0.295195284465E-08                     
+AR GODZ 2009  4  1 11 25  0.000000  1   -0.469120985423E-03                     
+AR MTKA 2009  4  1 11 25  0.000000  1   -0.570359318456E-07                     
+AR TIXJ 2009  4  1 11 25  0.000000  1    0.132046273588E-03                     
+AR PARK 2009  4  1 11 25  0.000000  1    0.806405381423E-06                     
+AR UNBJ 2009  4  1 11 25  0.000000  1   -0.338660144211E-03                     
+AR NOVM 2009  4  1 11 25  0.000000  1    0.798333372917E-04                     
+AR SUNM 2009  4  1 11 25  0.000000  1    0.463874393332E-03                     
+AR CEBR 2009  4  1 11 25  0.000000  1    0.719431300382E-03                     
+AR CPXF 2009  4  1 11 25  0.000000  1    0.169504399534E-07                     
+AR IDDR 2009  4  1 11 25  0.000000  1    0.171565353250E-07                     
+AR AZGB 2009  4  1 11 25  0.000000  1    0.244577663073E-03                     
+AR TN22 2009  4  1 11 25  0.000000  1   -0.205532553067E-03                     
+AR ETAD 2009  4  1 11 25  0.000000  1    0.283316900327E-07                     
+AR ILHA 2009  4  1 11 25  0.000000  1   -0.259503681925E-08                     
+AR POVE 2009  4  1 11 25  0.000000  1   -0.372111994769E-08                     
+AR RECF 2009  4  1 11 25  0.000000  1    0.173995296114E-07                     
+AR SALU 2009  4  1 11 25  0.000000  1    0.396049856876E-07                     
+AR SAVO 2009  4  1 11 25  0.000000  1    0.169934986174E-07                     
+AR UFPR 2009  4  1 11 25  0.000000  1    0.226341075117E-07                     
+AR YELL 2009  4  1 11 25  0.000000  1    0.242801000000E-06                     
+AS G32  2009  4  1 11 30  0.000000  1    0.280189441362E-03                     
+AS G24  2009  4  1 11 30  0.000000  1    0.177827370830E-03                     
+AS G25  2009  4  1 11 30  0.000000  1    0.334493038032E-03                     
+AS G26  2009  4  1 11 30  0.000000  1    0.544520564805E-04                     
+AS G27  2009  4  1 11 30  0.000000  1    0.371342083615E-04                     
+AS G30  2009  4  1 11 30  0.000000  1    0.136255296337E-03                     
+AS G03  2009  4  1 11 30  0.000000  1    0.373456909226E-03                     
+AS G04  2009  4  1 11 30  0.000000  1   -0.346765215005E-04                     
+AS G06  2009  4  1 11 30  0.000000  1    0.601834679525E-04                     
+AS G08  2009  4  1 11 30  0.000000  1   -0.196538871307E-03                     
+AS G09  2009  4  1 11 30  0.000000  1    0.484576060830E-04                     
+AS G10  2009  4  1 11 30  0.000000  1   -0.136247494664E-04                     
+AS G14  2009  4  1 11 30  0.000000  1   -0.132404747281E-03                     
+AS G13  2009  4  1 11 30  0.000000  1    0.293261295708E-03                     
+AS G28  2009  4  1 11 30  0.000000  1   -0.238305904378E-04                     
+AS G21  2009  4  1 11 30  0.000000  1    0.215290117024E-04                     
+AS G11  2009  4  1 11 30  0.000000  1    0.275271150231E-05                     
+AS G22  2009  4  1 11 30  0.000000  1    0.202428271324E-03                     
+AS G20  2009  4  1 11 30  0.000000  1    0.865595126779E-04                     
+AS G18  2009  4  1 11 30  0.000000  1   -0.695291847848E-04                     
+AS G16  2009  4  1 11 30  0.000000  1    0.630043758514E-04                     
+AS G19  2009  4  1 11 30  0.000000  1    0.293582937919E-04                     
+AS G23  2009  4  1 11 30  0.000000  1    0.388986911650E-03                     
+AS G02  2009  4  1 11 30  0.000000  1    0.153930631626E-03                     
+AS G31  2009  4  1 11 30  0.000000  1   -0.564710887648E-04                     
+AS G17  2009  4  1 11 30  0.000000  1    0.524369638402E-04                     
+AS G12  2009  4  1 11 30  0.000000  1   -0.299534565642E-03                     
+AS G15  2009  4  1 11 30  0.000000  1   -0.276002968160E-03                     
+AS G29  2009  4  1 11 30  0.000000  1    0.484738735857E-05                     
+AS G07  2009  4  1 11 30  0.000000  1    0.209810345047E-04                     
+AS R02  2009  4  1 11 30  0.000000  1    0.206574701700E-04                     
+AS R03  2009  4  1 11 30  0.000000  1   -0.342726960965E-04                     
+AS R04  2009  4  1 11 30  0.000000  1    0.638216270601E-04                     
+AS R06  2009  4  1 11 30  0.000000  1   -0.169264547762E-03                     
+AS R07  2009  4  1 11 30  0.000000  1   -0.891986421628E-04                     
+AS R08  2009  4  1 11 30  0.000000  1   -0.101997659634E-03                     
+AS R10  2009  4  1 11 30  0.000000  1   -0.140839276655E-03                     
+AS R11  2009  4  1 11 30  0.000000  1   -0.926275444458E-04                     
+AS R13  2009  4  1 11 30  0.000000  1   -0.230642852912E-03                     
+AS R14  2009  4  1 11 30  0.000000  1   -0.796170921494E-04                     
+AS R15  2009  4  1 11 30  0.000000  1    0.921100914622E-04                     
+AS R17  2009  4  1 11 30  0.000000  1   -0.261262922141E-03                     
+AS R18  2009  4  1 11 30  0.000000  1   -0.135247323301E-05                     
+AS R19  2009  4  1 11 30  0.000000  1   -0.894214456269E-04                     
+AS R20  2009  4  1 11 30  0.000000  1   -0.650124639721E-04                     
+AS R21  2009  4  1 11 30  0.000000  1   -0.143339725601E-03                     
+AS R22  2009  4  1 11 30  0.000000  1   -0.201574363695E-03                     
+AS R23  2009  4  1 11 30  0.000000  1   -0.200313389974E-03                     
+AR ALGO 2009  4  1 11 30  0.000000  1    0.809057951592E-04                     
+AR ALIC 2009  4  1 11 30  0.000000  1    0.841851073472E-08                     
+AR AMC2 2009  4  1 11 30  0.000000  1    0.148884981298E-08                     
+AR ANKR 2009  4  1 11 30  0.000000  1   -0.314168797614E-03                     
+AR ARTU 2009  4  1 11 30  0.000000  1   -0.693551230699E-07                     
+AR ASPA 2009  4  1 11 30  0.000000  1    0.234139111340E-07                     
+AR BHR1 2009  4  1 11 30  0.000000  1    0.563383269803E-03                     
+AR BARH 2009  4  1 11 30  0.000000  1    0.216288634372E-08                     
+AR BJFS 2009  4  1 11 30  0.000000  1   -0.576854483866E-07                     
+AR BOGT 2009  4  1 11 30  0.000000  1   -0.472792012113E-07                     
+AR BRMU 2009  4  1 11 30  0.000000  1   -0.122212507556E-03                     
+AR CAGZ 2009  4  1 11 30  0.000000  1    0.444506506702E-03                     
+AR CAS1 2009  4  1 11 30  0.000000  1    0.704725634420E-08                     
+AR CHAT 2009  4  1 11 30  0.000000  1   -0.483381919316E-07                     
+AR CHPI 2009  4  1 11 30  0.000000  1   -0.582431633499E-07                     
+AR COCO 2009  4  1 11 30  0.000000  1    0.227632709884E-03                     
+AR CONZ 2009  4  1 11 30  0.000000  1   -0.448723374731E-03                     
+AR CRAR 2009  4  1 11 30  0.000000  1    0.558479063827E-04                     
+AR CRO1 2009  4  1 11 30  0.000000  1    0.665105118277E-03                     
+AR DAEJ 2009  4  1 11 30  0.000000  1   -0.196559809190E-03                     
+AR DARW 2009  4  1 11 30  0.000000  1   -0.366710357824E-08                     
+AR DGAR 2009  4  1 11 30  0.000000  1   -0.895794028827E-07                     
+AR DRAO 2009  4  1 11 30  0.000000  1    0.114152869395E-03                     
+AR FAA1 2009  4  1 11 30  0.000000  1   -0.931204619712E-08                     
+AR FAIR 2009  4  1 11 30  0.000000  1   -0.561874094593E-07                     
+AR GLPS 2009  4  1 11 30  0.000000  1   -0.514253653523E-07                     
+AR GUAM 2009  4  1 11 30  0.000000  1   -0.493242770254E-07                     
+AR GUAT 2009  4  1 11 30  0.000000  1    0.111905840452E-07                     
+AR HOB2 2009  4  1 11 30  0.000000  1    0.875973016175E-07                     
+AR HOFN 2009  4  1 11 30  0.000000  1   -0.185964100918E-03                     
+AR HOLM 2009  4  1 11 30  0.000000  1   -0.577423357477E-07                     
+AR HRAO 2009  4  1 11 30  0.000000  1    0.849464035957E-03                     
+AR HYDE 2009  4  1 11 30  0.000000  1    0.799259926955E-09                     
+AR IRKJ 2009  4  1 11 30  0.000000  1    0.163747493989E-03                     
+AR ISPA 2009  4  1 11 30  0.000000  1   -0.531043917984E-07                     
+AR KARR 2009  4  1 11 30  0.000000  1   -0.516249855887E-07                     
+AR KERG 2009  4  1 11 30  0.000000  1    0.817502470088E-03                     
+AR KHAJ 2009  4  1 11 30  0.000000  1   -0.150791069447E-05                     
+AR KIR0 2009  4  1 11 30  0.000000  1    0.283156095278E-03                     
+AR KIRU 2009  4  1 11 30  0.000000  1    0.591368473038E-03                     
+AR KIT3 2009  4  1 11 30  0.000000  1   -0.172925059944E-08                     
+AR KOUR 2009  4  1 11 30  0.000000  1    0.124913931791E-03                     
+AR KUNM 2009  4  1 11 30  0.000000  1   -0.783859127870E-08                     
+AR LHAZ 2009  4  1 11 30  0.000000  1   -0.461883321264E-03                     
+AR MAL2 2009  4  1 11 30  0.000000  1   -0.124535452989E-08                     
+AR MAS1 2009  4  1 11 30  0.000000  1   -0.101609948123E-03                     
+AR MAW1 2009  4  1 11 30  0.000000  1    0.395778114613E-08                     
+AR MCIL 2009  4  1 11 30  0.000000  1    0.276833682462E-07                     
+AR MCM4 2009  4  1 11 30  0.000000  1   -0.614956642900E-07                     
+AR MDO1 2009  4  1 11 30  0.000000  1   -0.411526471396E-07                     
+AR MDVJ 2009  4  1 11 30  0.000000  1    0.438552174779E-03                     
+AR MKEA 2009  4  1 11 30  0.000000  1   -0.470079865941E-07                     
+AR MOBS 2009  4  1 11 30  0.000000  1    0.296604446358E-08                     
+AR NANO 2009  4  1 11 30  0.000000  1    0.516493915749E-08                     
+AR NLIB 2009  4  1 11 30  0.000000  1   -0.119616601964E-06                     
+AR NNOR 2009  4  1 11 30  0.000000  1    0.365796553613E-03                     
+AR NRC1 2009  4  1 11 30  0.000000  1   -0.448640019452E-05                     
+AR NRIL 2009  4  1 11 30  0.000000  1   -0.491690516585E-07                     
+AR NRMD 2009  4  1 11 30  0.000000  1    0.267083878994E-07                     
+AR NTUS 2009  4  1 11 30  0.000000  1   -0.424981965886E-09                     
+AR NYAL 2009  4  1 11 30  0.000000  1    0.941011451833E-07                     
+AR OHI3 2009  4  1 11 30  0.000000  1   -0.449064052581E-03                     
+AR ONSA 2009  4  1 11 30  0.000000  1   -0.324781392050E-04                     
+AR PDEL 2009  4  1 11 30  0.000000  1   -0.870939277851E-10                     
+AR PERT 2009  4  1 11 30  0.000000  1   -0.650249791295E-07                     
+AR PETP 2009  4  1 11 30  0.000000  1   -0.593435969681E-07                     
+AR PIMO 2009  4  1 11 30  0.000000  1   -0.548276483152E-07                     
+AR QAQ1 2009  4  1 11 30  0.000000  1   -0.585932470384E-07                     
+AR QUIN 2009  4  1 11 30  0.000000  1   -0.509877766013E-07                     
+AR RABT 2009  4  1 11 30  0.000000  1   -0.458391984453E-07                     
+AR RAMO 2009  4  1 11 30  0.000000  1    0.435733585799E-07                     
+AR RCMN 2009  4  1 11 30  0.000000  1    0.454704766551E-08                     
+AR REDU 2009  4  1 11 30  0.000000  1   -0.438362370423E-07                     
+AR REUN 2009  4  1 11 30  0.000000  1    0.256919870268E-07                     
+AR REYK 2009  4  1 11 30  0.000000  1   -0.313725707780E-03                     
+AR SCH2 2009  4  1 11 30  0.000000  1    0.188844860032E-03                     
+AR SCUB 2009  4  1 11 30  0.000000  1   -0.678045585698E-07                     
+AR STJO 2009  4  1 11 30  0.000000  1   -0.703969484397E-05                     
+AR SYDN 2009  4  1 11 30  0.000000  1    0.141094556137E-05                     
+AR SYOG 2009  4  1 11 30  0.000000  1    0.140095081343E-04                     
+AR THU2 2009  4  1 11 30  0.000000  1    0.482247580227E-03                     
+AR TOW2 2009  4  1 11 30  0.000000  1   -0.381746741848E-09                     
+AR URUM 2009  4  1 11 30  0.000000  1    0.131043950742E-03                     
+AR VESL 2009  4  1 11 30  0.000000  1    0.407323590807E-03                     
+AR VILL 2009  4  1 11 30  0.000000  1   -0.533720145401E-07                     
+AR WTZR 2009  4  1 11 30  0.000000  1    0.450144045545E-07                     
+AR WUHN 2009  4  1 11 30  0.000000  1   -0.456710908770E-07                     
+AR YSSK 2009  4  1 11 30  0.000000  1   -0.606836485163E-07                     
+AR ZIM2 2009  4  1 11 30  0.000000  1    0.414871963766E-07                     
+AR XMIS 2009  4  1 11 30  0.000000  1   -0.396393390412E-08                     
+AR GODZ 2009  4  1 11 30  0.000000  1   -0.469120960519E-03                     
+AR MTKA 2009  4  1 11 30  0.000000  1   -0.593753165302E-07                     
+AR TIXJ 2009  4  1 11 30  0.000000  1    0.128107319197E-03                     
+AR PARK 2009  4  1 11 30  0.000000  1    0.806568438229E-06                     
+AR UNBJ 2009  4  1 11 30  0.000000  1   -0.412699504538E-03                     
+AR NOVM 2009  4  1 11 30  0.000000  1    0.798333110697E-04                     
+AR SUNM 2009  4  1 11 30  0.000000  1    0.307362871197E-03                     
+AR CEBR 2009  4  1 11 30  0.000000  1    0.719431304186E-03                     
+AR CPXF 2009  4  1 11 30  0.000000  1    0.921599622560E-08                     
+AR IDDR 2009  4  1 11 30  0.000000  1    0.160884626979E-07                     
+AR AZGB 2009  4  1 11 30  0.000000  1    0.105172968845E-03                     
+AR TN22 2009  4  1 11 30  0.000000  1   -0.285945651109E-03                     
+AR ETAD 2009  4  1 11 30  0.000000  1    0.329355380662E-07                     
+AR ILHA 2009  4  1 11 30  0.000000  1    0.478422723319E-08                     
+AR POVE 2009  4  1 11 30  0.000000  1   -0.421423012429E-08                     
+AR RECF 2009  4  1 11 30  0.000000  1    0.172221882164E-07                     
+AR SALU 2009  4  1 11 30  0.000000  1    0.160742867644E-07                     
+AR SAVO 2009  4  1 11 30  0.000000  1    0.167155171974E-07                     
+AR UFPR 2009  4  1 11 30  0.000000  1    0.217333429745E-07                     
+AR YELL 2009  4  1 11 30  0.000000  1    0.242871000000E-06                     
+AS G32  2009  4  1 11 35  0.000000  1    0.280187975172E-03                     
+AS G24  2009  4  1 11 35  0.000000  1    0.177828360215E-03                     
+AS G25  2009  4  1 11 35  0.000000  1    0.334499598722E-03                     
+AS G26  2009  4  1 11 35  0.000000  1    0.544526315562E-04                     
+AS G27  2009  4  1 11 35  0.000000  1    0.371352254320E-04                     
+AS G30  2009  4  1 11 35  0.000000  1    0.136256209724E-03                     
+AS G03  2009  4  1 11 35  0.000000  1    0.373458618012E-03                     
+AS G04  2009  4  1 11 35  0.000000  1   -0.346807718235E-04                     
+AS G06  2009  4  1 11 35  0.000000  1    0.601889600544E-04                     
+AS G08  2009  4  1 11 35  0.000000  1   -0.196539475782E-03                     
+AS G09  2009  4  1 11 35  0.000000  1    0.484580631073E-04                     
+AS G10  2009  4  1 11 35  0.000000  1   -0.136253534431E-04                     
+AS G14  2009  4  1 11 35  0.000000  1   -0.132403476921E-03                     
+AS G13  2009  4  1 11 35  0.000000  1    0.293261345785E-03                     
+AS G28  2009  4  1 11 35  0.000000  1   -0.238310723020E-04                     
+AS G21  2009  4  1 11 35  0.000000  1    0.215279894521E-04                     
+AS G11  2009  4  1 11 35  0.000000  1    0.275191622962E-05                     
+AS G22  2009  4  1 11 35  0.000000  1    0.202427416479E-03                     
+AS G20  2009  4  1 11 35  0.000000  1    0.865592744997E-04                     
+AS G18  2009  4  1 11 35  0.000000  1   -0.695281781912E-04                     
+AS G16  2009  4  1 11 35  0.000000  1    0.630032891389E-04                     
+AS G19  2009  4  1 11 35  0.000000  1    0.293577371137E-04                     
+AS G23  2009  4  1 11 35  0.000000  1    0.388986872636E-03                     
+AS G02  2009  4  1 11 35  0.000000  1    0.153930446939E-03                     
+AS G31  2009  4  1 11 35  0.000000  1   -0.564721634545E-04                     
+AS G17  2009  4  1 11 35  0.000000  1    0.524371385902E-04                     
+AS G12  2009  4  1 11 35  0.000000  1   -0.299533725343E-03                     
+AS G15  2009  4  1 11 35  0.000000  1   -0.276004596043E-03                     
+AS G29  2009  4  1 11 35  0.000000  1    0.484831001271E-05                     
+AS G07  2009  4  1 11 35  0.000000  1    0.209806025433E-04                     
+AS R02  2009  4  1 11 35  0.000000  1    0.206566903191E-04                     
+AS R03  2009  4  1 11 35  0.000000  1   -0.342737839244E-04                     
+AS R04  2009  4  1 11 35  0.000000  1    0.638181327124E-04                     
+AS R06  2009  4  1 11 35  0.000000  1   -0.169264789537E-03                     
+AS R07  2009  4  1 11 35  0.000000  1   -0.891977707348E-04                     
+AS R08  2009  4  1 11 35  0.000000  1   -0.101997457577E-03                     
+AS R10  2009  4  1 11 35  0.000000  1   -0.140838772456E-03                     
+AS R11  2009  4  1 11 35  0.000000  1   -0.926275765480E-04                     
+AS R13  2009  4  1 11 35  0.000000  1   -0.230643282085E-03                     
+AS R14  2009  4  1 11 35  0.000000  1   -0.796161753041E-04                     
+AS R15  2009  4  1 11 35  0.000000  1    0.921096221204E-04                     
+AS R17  2009  4  1 11 35  0.000000  1   -0.261263454508E-03                     
+AS R18  2009  4  1 11 35  0.000000  1   -0.135273422007E-05                     
+AS R19  2009  4  1 11 35  0.000000  1   -0.894220036036E-04                     
+AS R20  2009  4  1 11 35  0.000000  1   -0.650119263609E-04                     
+AS R21  2009  4  1 11 35  0.000000  1   -0.143340117777E-03                     
+AS R22  2009  4  1 11 35  0.000000  1   -0.201575260418E-03                     
+AS R23  2009  4  1 11 35  0.000000  1   -0.200311911585E-03                     
+AR ALGO 2009  4  1 11 35  0.000000  1    0.809102372864E-04                     
+AR ALIC 2009  4  1 11 35  0.000000  1    0.596064908106E-08                     
+AR AMC2 2009  4  1 11 35  0.000000  1    0.147835188999E-08                     
+AR ANKR 2009  4  1 11 35  0.000000  1   -0.247148208185E-03                     
+AR ARTU 2009  4  1 11 35  0.000000  1   -0.725901036222E-07                     
+AR ASPA 2009  4  1 11 35  0.000000  1    0.241010163541E-07                     
+AR BHR1 2009  4  1 11 35  0.000000  1    0.563383405202E-03                     
+AR BARH 2009  4  1 11 35  0.000000  1   -0.549385069280E-09                     
+AR BJFS 2009  4  1 11 35  0.000000  1   -0.584358018855E-07                     
+AR BOGT 2009  4  1 11 35  0.000000  1   -0.450064878972E-07                     
+AR BRMU 2009  4  1 11 35  0.000000  1    0.371519050698E-03                     
+AR CAGZ 2009  4  1 11 35  0.000000  1   -0.331759383504E-03                     
+AR CAS1 2009  4  1 11 35  0.000000  1    0.760971999949E-08                     
+AR CHAT 2009  4  1 11 35  0.000000  1   -0.490028389323E-07                     
+AR CHPI 2009  4  1 11 35  0.000000  1   -0.546598270752E-07                     
+AR COCO 2009  4  1 11 35  0.000000  1    0.227634086229E-03                     
+AR CONZ 2009  4  1 11 35  0.000000  1    0.428195431023E-03                     
+AR CRAR 2009  4  1 11 35  0.000000  1    0.306232228218E-04                     
+AR CRO1 2009  4  1 11 35  0.000000  1    0.665105159394E-03                     
+AR DAEJ 2009  4  1 11 35  0.000000  1   -0.196560161286E-03                     
+AR DARW 2009  4  1 11 35  0.000000  1   -0.441708355854E-08                     
+AR DGAR 2009  4  1 11 35  0.000000  1   -0.917526665941E-07                     
+AR DRAO 2009  4  1 11 35  0.000000  1    0.114189462414E-03                     
+AR FAA1 2009  4  1 11 35  0.000000  1   -0.986506774172E-08                     
+AR FAIR 2009  4  1 11 35  0.000000  1   -0.564091695696E-07                     
+AR GLPS 2009  4  1 11 35  0.000000  1   -0.523868067965E-07                     
+AR GUAM 2009  4  1 11 35  0.000000  1   -0.496119049410E-07                     
+AR GUAT 2009  4  1 11 35  0.000000  1    0.996428968258E-08                     
+AR HOB2 2009  4  1 11 35  0.000000  1    0.875870371246E-07                     
+AR HOFN 2009  4  1 11 35  0.000000  1   -0.108272343887E-03                     
+AR HOLM 2009  4  1 11 35  0.000000  1   -0.592338935576E-07                     
+AR HRAO 2009  4  1 11 35  0.000000  1    0.849464092391E-03                     
+AR HYDE 2009  4  1 11 35  0.000000  1    0.241321229176E-08                     
+AR IRKJ 2009  4  1 11 35  0.000000  1    0.163747502009E-03                     
+AR ISPA 2009  4  1 11 35  0.000000  1   -0.546787907598E-07                     
+AR KARR 2009  4  1 11 35  0.000000  1   -0.509660347440E-07                     
+AR KERG 2009  4  1 11 35  0.000000  1    0.817502407335E-03                     
+AR KHAJ 2009  4  1 11 35  0.000000  1   -0.150792226792E-05                     
+AR KIR0 2009  4  1 11 35  0.000000  1    0.283149273864E-03                     
+AR KIRU 2009  4  1 11 35  0.000000  1    0.591368058059E-03                     
+AR KIT3 2009  4  1 11 35  0.000000  1   -0.128953898131E-07                     
+AR KOUR 2009  4  1 11 35  0.000000  1    0.124913968020E-03                     
+AR KUNM 2009  4  1 11 35  0.000000  1    0.172073789535E-08                     
+AR LHAZ 2009  4  1 11 35  0.000000  1   -0.448259403996E-03                     
+AR MAL2 2009  4  1 11 35  0.000000  1   -0.670513248859E-08                     
+AR MAS1 2009  4  1 11 35  0.000000  1   -0.101610167802E-03                     
+AR MAW1 2009  4  1 11 35  0.000000  1    0.514049562980E-08                     
+AR MCIL 2009  4  1 11 35  0.000000  1    0.277254053051E-07                     
+AR MCM4 2009  4  1 11 35  0.000000  1   -0.642092745847E-07                     
+AR MDO1 2009  4  1 11 35  0.000000  1   -0.394213768018E-07                     
+AR MDVJ 2009  4  1 11 35  0.000000  1    0.438552150030E-03                     
+AR MKEA 2009  4  1 11 35  0.000000  1   -0.478306898786E-07                     
+AR MOBS 2009  4  1 11 35  0.000000  1    0.197260634644E-08                     
+AR NANO 2009  4  1 11 35  0.000000  1    0.864144982432E-08                     
+AR NLIB 2009  4  1 11 35  0.000000  1   -0.119659913047E-06                     
+AR NNOR 2009  4  1 11 35  0.000000  1    0.365796499949E-03                     
+AR NRC1 2009  4  1 11 35  0.000000  1   -0.448637022743E-05                     
+AR NRIL 2009  4  1 11 35  0.000000  1   -0.492300141278E-07                     
+AR NRMD 2009  4  1 11 35  0.000000  1    0.276119219279E-07                     
+AR NTUS 2009  4  1 11 35  0.000000  1    0.712792826567E-09                     
+AR NYAL 2009  4  1 11 35  0.000000  1    0.940997187608E-07                     
+AR OHI3 2009  4  1 11 35  0.000000  1   -0.335982699795E-03                     
+AR ONSA 2009  4  1 11 35  0.000000  1   -0.324782166524E-04                     
+AR PDEL 2009  4  1 11 35  0.000000  1   -0.262351562107E-09                     
+AR PERT 2009  4  1 11 35  0.000000  1   -0.622328624809E-07                     
+AR PETP 2009  4  1 11 35  0.000000  1   -0.598286219073E-07                     
+AR PIMO 2009  4  1 11 35  0.000000  1   -0.562683019333E-07                     
+AR QAQ1 2009  4  1 11 35  0.000000  1   -0.584433101448E-07                     
+AR QUIN 2009  4  1 11 35  0.000000  1   -0.548902085640E-07                     
+AR RABT 2009  4  1 11 35  0.000000  1   -0.438991868926E-07                     
+AR RAMO 2009  4  1 11 35  0.000000  1   -0.760288170808E-07                     
+AR RCMN 2009  4  1 11 35  0.000000  1    0.392467010789E-08                     
+AR REDU 2009  4  1 11 35  0.000000  1   -0.434473490360E-07                     
+AR REUN 2009  4  1 11 35  0.000000  1    0.267517285459E-07                     
+AR REYK 2009  4  1 11 35  0.000000  1   -0.299063194251E-03                     
+AR SCH2 2009  4  1 11 35  0.000000  1    0.188859764220E-03                     
+AR SCUB 2009  4  1 11 35  0.000000  1   -0.664231941228E-07                     
+AR STJO 2009  4  1 11 35  0.000000  1   -0.704001808942E-05                     
+AR SYDN 2009  4  1 11 35  0.000000  1    0.141096710684E-05                     
+AR SYOG 2009  4  1 11 35  0.000000  1    0.140091688236E-04                     
+AR THU2 2009  4  1 11 35  0.000000  1    0.480245346221E-03                     
+AR TOW2 2009  4  1 11 35  0.000000  1    0.243843686314E-08                     
+AR URUM 2009  4  1 11 35  0.000000  1    0.521423964607E-04                     
+AR VESL 2009  4  1 11 35  0.000000  1    0.445912600901E-03                     
+AR VILL 2009  4  1 11 35  0.000000  1   -0.567534811660E-07                     
+AR WTZR 2009  4  1 11 35  0.000000  1    0.449971169839E-07                     
+AR WUHN 2009  4  1 11 35  0.000000  1   -0.474302264217E-07                     
+AR YSSK 2009  4  1 11 35  0.000000  1   -0.701303901119E-07                     
+AR ZIM2 2009  4  1 11 35  0.000000  1    0.431954650805E-07                     
+AR XMIS 2009  4  1 11 35  0.000000  1   -0.505038580247E-08                     
+AR GODZ 2009  4  1 11 35  0.000000  1   -0.469120938057E-03                     
+AR MTKA 2009  4  1 11 35  0.000000  1   -0.587118527477E-07                     
+AR TIXJ 2009  4  1 11 35  0.000000  1    0.124210719039E-03                     
+AR PARK 2009  4  1 11 35  0.000000  1    0.806649567807E-06                     
+AR UNBJ 2009  4  1 11 35  0.000000  1   -0.486808746805E-03                     
+AR NOVM 2009  4  1 11 35  0.000000  1    0.798332998510E-04                     
+AR SUNM 2009  4  1 11 35  0.000000  1    0.150442180359E-03                     
+AR CEBR 2009  4  1 11 35  0.000000  1    0.719431268388E-03                     
+AR CPXF 2009  4  1 11 35  0.000000  1    0.951272914240E-08                     
+AR IDDR 2009  4  1 11 35  0.000000  1    0.162433528989E-07                     
+AR AZGB 2009  4  1 11 35  0.000000  1   -0.343184508380E-04                     
+AR TN22 2009  4  1 11 35  0.000000  1   -0.366307567786E-03                     
+AR ETAD 2009  4  1 11 35  0.000000  1    0.294369333626E-07                     
+AR ILHA 2009  4  1 11 35  0.000000  1   -0.713622130147E-09                     
+AR POVE 2009  4  1 11 35  0.000000  1   -0.506155083523E-08                     
+AR RECF 2009  4  1 11 35  0.000000  1    0.168071303348E-07                     
+AR SALU 2009  4  1 11 35  0.000000  1    0.139797426690E-07                     
+AR SAVO 2009  4  1 11 35  0.000000  1    0.169669580402E-07                     
+AR UFPR 2009  4  1 11 35  0.000000  1    0.231188724260E-07                     
+AR YELL 2009  4  1 11 35  0.000000  1    0.242941000000E-06                     
+AS G32  2009  4  1 11 40  0.000000  1    0.280186447155E-03                     
+AS G24  2009  4  1 11 40  0.000000  1    0.177829127766E-03                     
+AS G25  2009  4  1 11 40  0.000000  1    0.334506093769E-03                     
+AS G26  2009  4  1 11 40  0.000000  1    0.544533930102E-04                     
+AS G27  2009  4  1 11 40  0.000000  1    0.371361497176E-04                     
+AS G30  2009  4  1 11 40  0.000000  1    0.136257067527E-03                     
+AS G03  2009  4  1 11 40  0.000000  1    0.373459628447E-03                     
+AS G04  2009  4  1 11 40  0.000000  1   -0.346852612739E-04                     
+AS G06  2009  4  1 11 40  0.000000  1    0.601944019380E-04                     
+AS G08  2009  4  1 11 40  0.000000  1   -0.196539931619E-03                     
+AS G09  2009  4  1 11 40  0.000000  1    0.484592246895E-04                     
+AS G10  2009  4  1 11 40  0.000000  1   -0.136249074866E-04                     
+AS G14  2009  4  1 11 40  0.000000  1   -0.132401827509E-03                     
+AS G13  2009  4  1 11 40  0.000000  1    0.293261772570E-03                     
+AS G28  2009  4  1 11 40  0.000000  1   -0.238311337288E-04                     
+AS G21  2009  4  1 11 40  0.000000  1    0.215272935733E-04                     
+AS G11  2009  4  1 11 40  0.000000  1    0.275157338116E-05                     
+AS G22  2009  4  1 11 40  0.000000  1    0.202427017784E-03                     
+AS G20  2009  4  1 11 40  0.000000  1    0.865591380219E-04                     
+AS G18  2009  4  1 11 40  0.000000  1   -0.695274378132E-04                     
+AS G16  2009  4  1 11 40  0.000000  1    0.630023106753E-04                     
+AS G19  2009  4  1 11 40  0.000000  1    0.293577707218E-04                     
+AS G23  2009  4  1 11 40  0.000000  1    0.388986961833E-03                     
+AS G02  2009  4  1 11 40  0.000000  1    0.153930385819E-03                     
+AS G31  2009  4  1 11 40  0.000000  1   -0.564720928014E-04                     
+AS G17  2009  4  1 11 40  0.000000  1    0.524378350493E-04                     
+AS G12  2009  4  1 11 40  0.000000  1   -0.299532100170E-03                     
+AS G15  2009  4  1 11 40  0.000000  1   -0.276005573904E-03                     
+AS G29  2009  4  1 11 40  0.000000  1    0.484955676701E-05                     
+AS G07  2009  4  1 11 40  0.000000  1    0.209803991516E-04                     
+AS R02  2009  4  1 11 40  0.000000  1    0.206558073538E-04                     
+AS R03  2009  4  1 11 40  0.000000  1   -0.342761888939E-04                     
+AS R04  2009  4  1 11 40  0.000000  1    0.638168422048E-04                     
+AS R06  2009  4  1 11 40  0.000000  1   -0.169264388605E-03                     
+AS R07  2009  4  1 11 40  0.000000  1   -0.891960745272E-04                     
+AS R08  2009  4  1 11 40  0.000000  1   -0.101997545605E-03                     
+AS R10  2009  4  1 11 40  0.000000  1   -0.140839092430E-03                     
+AS R11  2009  4  1 11 40  0.000000  1   -0.926281352370E-04                     
+AS R13  2009  4  1 11 40  0.000000  1   -0.230643897980E-03                     
+AS R14  2009  4  1 11 40  0.000000  1   -0.796158372600E-04                     
+AS R15  2009  4  1 11 40  0.000000  1    0.921096022072E-04                     
+AS R17  2009  4  1 11 40  0.000000  1   -0.261263858314E-03                     
+AS R18  2009  4  1 11 40  0.000000  1   -0.135286461139E-05                     
+AS R19  2009  4  1 11 40  0.000000  1   -0.894222774170E-04                     
+AS R20  2009  4  1 11 40  0.000000  1   -0.650119007470E-04                     
+AS R21  2009  4  1 11 40  0.000000  1   -0.143340562049E-03                     
+AS R22  2009  4  1 11 40  0.000000  1   -0.201576158446E-03                     
+AS R23  2009  4  1 11 40  0.000000  1   -0.200311099052E-03                     
+AR ALGO 2009  4  1 11 40  0.000000  1    0.809144528089E-04                     
+AR ALIC 2009  4  1 11 40  0.000000  1    0.779590368468E-08                     
+AR AMC2 2009  4  1 11 40  0.000000  1    0.147210455740E-08                     
+AR ANKR 2009  4  1 11 40  0.000000  1   -0.180182961321E-03                     
+AR ARTU 2009  4  1 11 40  0.000000  1   -0.754909986572E-07                     
+AR ASPA 2009  4  1 11 40  0.000000  1    0.243036489104E-07                     
+AR BHR1 2009  4  1 11 40  0.000000  1    0.563383243591E-03                     
+AR BARH 2009  4  1 11 40  0.000000  1    0.877058428602E-09                     
+AR BJFS 2009  4  1 11 40  0.000000  1   -0.546498073272E-07                     
+AR BOGT 2009  4  1 11 40  0.000000  1   -0.451311374440E-07                     
+AR BRMU 2009  4  1 11 40  0.000000  1   -0.135019044457E-03                     
+AR CAGZ 2009  4  1 11 40  0.000000  1   -0.108099390283E-03                     
+AR CAS1 2009  4  1 11 40  0.000000  1    0.521437531083E-08                     
+AR CHAT 2009  4  1 11 40  0.000000  1   -0.488539975401E-07                     
+AR CHPI 2009  4  1 11 40  0.000000  1   -0.544451514535E-07                     
+AR COCO 2009  4  1 11 40  0.000000  1    0.227635608128E-03                     
+AR CONZ 2009  4  1 11 40  0.000000  1    0.305275136365E-03                     
+AR CRAR 2009  4  1 11 40  0.000000  1    0.541057633493E-05                     
+AR CRO1 2009  4  1 11 40  0.000000  1    0.665105105020E-03                     
+AR DAEJ 2009  4  1 11 40  0.000000  1   -0.196560128333E-03                     
+AR DARW 2009  4  1 11 40  0.000000  1   -0.240875827193E-08                     
+AR DGAR 2009  4  1 11 40  0.000000  1   -0.898051813653E-07                     
+AR DRAO 2009  4  1 11 40  0.000000  1    0.114226159857E-03                     
+AR FAA1 2009  4  1 11 40  0.000000  1   -0.100702284557E-07                     
+AR FAIR 2009  4  1 11 40  0.000000  1   -0.519360513341E-07                     
+AR GLPS 2009  4  1 11 40  0.000000  1   -0.525441435761E-07                     
+AR GUAM 2009  4  1 11 40  0.000000  1   -0.500327986194E-07                     
+AR GUAT 2009  4  1 11 40  0.000000  1    0.105813526240E-07                     
+AR HOB2 2009  4  1 11 40  0.000000  1    0.876041646933E-07                     
+AR HOFN 2009  4  1 11 40  0.000000  1   -0.305582960356E-04                     
+AR HOLM 2009  4  1 11 40  0.000000  1   -0.625268457793E-07                     
+AR HRAO 2009  4  1 11 40  0.000000  1    0.849464176814E-03                     
+AR HYDE 2009  4  1 11 40  0.000000  1    0.220716872815E-08                     
+AR IRKJ 2009  4  1 11 40  0.000000  1    0.163747516664E-03                     
+AR ISPA 2009  4  1 11 40  0.000000  1   -0.569184553478E-07                     
+AR KARR 2009  4  1 11 40  0.000000  1   -0.519129804087E-07                     
+AR KERG 2009  4  1 11 40  0.000000  1    0.817502435303E-03                     
+AR KHAJ 2009  4  1 11 40  0.000000  1   -0.150793432022E-05                     
+AR KIR0 2009  4  1 11 40  0.000000  1    0.283142449558E-03                     
+AR KIRU 2009  4  1 11 40  0.000000  1    0.591368333990E-03                     
+AR KOUR 2009  4  1 11 40  0.000000  1    0.124913986504E-03                     
+AR KUNM 2009  4  1 11 40  0.000000  1    0.131005304170E-07                     
+AR LHAZ 2009  4  1 11 40  0.000000  1   -0.434517453607E-03                     
+AR MAL2 2009  4  1 11 40  0.000000  1   -0.533078617100E-08                     
+AR MAS1 2009  4  1 11 40  0.000000  1   -0.101610405834E-03                     
+AR MAW1 2009  4  1 11 40  0.000000  1    0.213611386226E-08                     
+AR MCIL 2009  4  1 11 40  0.000000  1    0.283722844772E-07                     
+AR MCM4 2009  4  1 11 40  0.000000  1   -0.612637427237E-07                     
+AR MDO1 2009  4  1 11 40  0.000000  1   -0.407077280866E-07                     
+AR MDVJ 2009  4  1 11 40  0.000000  1    0.438552132453E-03                     
+AR MKEA 2009  4  1 11 40  0.000000  1   -0.496457276020E-07                     
+AR MOBS 2009  4  1 11 40  0.000000  1    0.179203797330E-08                     
+AR NANO 2009  4  1 11 40  0.000000  1    0.727872013509E-08                     
+AR NLIB 2009  4  1 11 40  0.000000  1   -0.119708953395E-06                     
+AR NNOR 2009  4  1 11 40  0.000000  1    0.365796910099E-03                     
+AR NRC1 2009  4  1 11 40  0.000000  1   -0.448635244749E-05                     
+AR NRIL 2009  4  1 11 40  0.000000  1   -0.494860232606E-07                     
+AR NRMD 2009  4  1 11 40  0.000000  1    0.268734422419E-07                     
+AR NTUS 2009  4  1 11 40  0.000000  1   -0.152014778602E-08                     
+AR NYAL 2009  4  1 11 40  0.000000  1    0.941050584218E-07                     
+AR OHI3 2009  4  1 11 40  0.000000  1   -0.222521487224E-03                     
+AR ONSA 2009  4  1 11 40  0.000000  1   -0.324782709789E-04                     
+AR PDEL 2009  4  1 11 40  0.000000  1   -0.297726014058E-09                     
+AR PERT 2009  4  1 11 40  0.000000  1   -0.570350707717E-07                     
+AR PETP 2009  4  1 11 40  0.000000  1   -0.570743842788E-07                     
+AR PIMO 2009  4  1 11 40  0.000000  1   -0.688230825700E-07                     
+AR QAQ1 2009  4  1 11 40  0.000000  1   -0.576941813575E-07                     
+AR QUIN 2009  4  1 11 40  0.000000  1   -0.525176186416E-07                     
+AR RABT 2009  4  1 11 40  0.000000  1   -0.429135496619E-07                     
+AR RAMO 2009  4  1 11 40  0.000000  1    0.602577741061E-07                     
+AR RCMN 2009  4  1 11 40  0.000000  1    0.467340405630E-08                     
+AR REDU 2009  4  1 11 40  0.000000  1   -0.455035325237E-07                     
+AR REUN 2009  4  1 11 40  0.000000  1    0.284843480318E-07                     
+AR REYK 2009  4  1 11 40  0.000000  1   -0.284671101498E-03                     
+AR SCH2 2009  4  1 11 40  0.000000  1    0.188874853989E-03                     
+AR SCUB 2009  4  1 11 40  0.000000  1   -0.640583840153E-07                     
+AR STJO 2009  4  1 11 40  0.000000  1   -0.704030805934E-05                     
+AR SYDN 2009  4  1 11 40  0.000000  1    0.141110546384E-05                     
+AR SYOG 2009  4  1 11 40  0.000000  1    0.140089054346E-04                     
+AR THU2 2009  4  1 11 40  0.000000  1    0.478243062934E-03                     
+AR TOW2 2009  4  1 11 40  0.000000  1    0.370564698362E-08                     
+AR URUM 2009  4  1 11 40  0.000000  1   -0.267644802630E-04                     
+AR VESL 2009  4  1 11 40  0.000000  1    0.484435282245E-03                     
+AR VILL 2009  4  1 11 40  0.000000  1   -0.547295215966E-07                     
+AR WTZR 2009  4  1 11 40  0.000000  1    0.450143927645E-07                     
+AR WUHN 2009  4  1 11 40  0.000000  1   -0.558173775493E-07                     
+AR YSSK 2009  4  1 11 40  0.000000  1   -0.695960674856E-07                     
+AR ZIM2 2009  4  1 11 40  0.000000  1    0.444789391709E-07                     
+AR XMIS 2009  4  1 11 40  0.000000  1   -0.481072378839E-08                     
+AR GODZ 2009  4  1 11 40  0.000000  1   -0.469120925624E-03                     
+AR MTKA 2009  4  1 11 40  0.000000  1   -0.615003329506E-07                     
+AR TIXJ 2009  4  1 11 40  0.000000  1    0.120385185206E-03                     
+AR PARK 2009  4  1 11 40  0.000000  1    0.806341136289E-06                     
+AR UNBJ 2009  4  1 11 40  0.000000  1    0.438947369304E-03                     
+AR NOVM 2009  4  1 11 40  0.000000  1    0.798332650896E-04                     
+AR SUNM 2009  4  1 11 40  0.000000  1   -0.616493434433E-05                     
+AR CEBR 2009  4  1 11 40  0.000000  1    0.719431242227E-03                     
+AR CPXF 2009  4  1 11 40  0.000000  1    0.993098045685E-08                     
+AR IDDR 2009  4  1 11 40  0.000000  1    0.149618942223E-07                     
+AR AZGB 2009  4  1 11 40  0.000000  1   -0.173895438347E-03                     
+AR TN22 2009  4  1 11 40  0.000000  1   -0.446671579424E-03                     
+AR ETAD 2009  4  1 11 40  0.000000  1    0.317321168441E-07                     
+AR ILHA 2009  4  1 11 40  0.000000  1    0.503352148113E-09                     
+AR POVE 2009  4  1 11 40  0.000000  1   -0.565956153529E-08                     
+AR RECF 2009  4  1 11 40  0.000000  1    0.156573686344E-07                     
+AR SALU 2009  4  1 11 40  0.000000  1    0.305738176285E-07                     
+AR SAVO 2009  4  1 11 40  0.000000  1    0.166663021738E-07                     
+AR UFPR 2009  4  1 11 40  0.000000  1    0.249878568172E-07                     
+AR YELL 2009  4  1 11 40  0.000000  1    0.243011000000E-06                     
+AS G32  2009  4  1 11 45  0.000000  1    0.280185131034E-03                     
+AS G24  2009  4  1 11 45  0.000000  1    0.177830354096E-03                     
+AS G25  2009  4  1 11 45  0.000000  1    0.334512837080E-03                     
+AS G26  2009  4  1 11 45  0.000000  1    0.544539550012E-04                     
+AS G27  2009  4  1 11 45  0.000000  1    0.371373952717E-04                     
+AS G30  2009  4  1 11 45  0.000000  1    0.136257240374E-03                     
+AS G03  2009  4  1 11 45  0.000000  1    0.373460822941E-03                     
+AS G04  2009  4  1 11 45  0.000000  1   -0.346897614867E-04                     
+AS G06  2009  4  1 11 45  0.000000  1    0.601998247767E-04                     
+AS G08  2009  4  1 11 45  0.000000  1   -0.196540052293E-03                     
+AS G09  2009  4  1 11 45  0.000000  1    0.484600462878E-04                     
+AS G10  2009  4  1 11 45  0.000000  1   -0.136255489489E-04                     
+AS G14  2009  4  1 11 45  0.000000  1   -0.132400219946E-03                     
+AS G13  2009  4  1 11 45  0.000000  1    0.293262112520E-03                     
+AS G28  2009  4  1 11 45  0.000000  1   -0.238309819501E-04                     
+AS G21  2009  4  1 11 45  0.000000  1    0.215266119519E-04                     
+AS G11  2009  4  1 11 45  0.000000  1    0.275121115545E-05                     
+AS G22  2009  4  1 11 45  0.000000  1    0.202427194790E-03                     
+AS G20  2009  4  1 11 45  0.000000  1    0.865585543047E-04                     
+AS G18  2009  4  1 11 45  0.000000  1   -0.695261156816E-04                     
+AS G16  2009  4  1 11 45  0.000000  1    0.630014010066E-04                     
+AS G19  2009  4  1 11 45  0.000000  1    0.293573164735E-04                     
+AS G23  2009  4  1 11 45  0.000000  1    0.388987106872E-03                     
+AS G02  2009  4  1 11 45  0.000000  1    0.153930110459E-03                     
+AS G31  2009  4  1 11 45  0.000000  1   -0.564724483870E-04                     
+AS G17  2009  4  1 11 45  0.000000  1    0.524380909536E-04                     
+AS G12  2009  4  1 11 45  0.000000  1   -0.299530719366E-03                     
+AS G15  2009  4  1 11 45  0.000000  1   -0.276007250307E-03                     
+AS G29  2009  4  1 11 45  0.000000  1    0.485073556971E-05                     
+AS G07  2009  4  1 11 45  0.000000  1    0.209802063102E-04                     
+AS R02  2009  4  1 11 45  0.000000  1    0.206546699147E-04                     
+AS R03  2009  4  1 11 45  0.000000  1   -0.342763592472E-04                     
+AS R04  2009  4  1 11 45  0.000000  1    0.638142508924E-04                     
+AS R06  2009  4  1 11 45  0.000000  1   -0.169263432533E-03                     
+AS R07  2009  4  1 11 45  0.000000  1   -0.891947250149E-04                     
+AS R08  2009  4  1 11 45  0.000000  1   -0.101997267641E-03                     
+AS R10  2009  4  1 11 45  0.000000  1   -0.140838978871E-03                     
+AS R11  2009  4  1 11 45  0.000000  1   -0.926284195984E-04                     
+AS R13  2009  4  1 11 45  0.000000  1   -0.230644322655E-03                     
+AS R14  2009  4  1 11 45  0.000000  1   -0.796141992256E-04                     
+AS R15  2009  4  1 11 45  0.000000  1    0.921091157105E-04                     
+AS R17  2009  4  1 11 45  0.000000  1   -0.261264158942E-03                     
+AS R18  2009  4  1 11 45  0.000000  1   -0.135298364339E-05                     
+AS R19  2009  4  1 11 45  0.000000  1   -0.894227736231E-04                     
+AS R20  2009  4  1 11 45  0.000000  1   -0.650116448779E-04                     
+AS R21  2009  4  1 11 45  0.000000  1   -0.143340863060E-03                     
+AS R22  2009  4  1 11 45  0.000000  1   -0.201576963941E-03                     
+AS R23  2009  4  1 11 45  0.000000  1   -0.200309843917E-03                     
+AR ALGO 2009  4  1 11 45  0.000000  1    0.809185912989E-04                     
+AR ALIC 2009  4  1 11 45  0.000000  1    0.850048347029E-08                     
+AR AMC2 2009  4  1 11 45  0.000000  1    0.149847835167E-08                     
+AR ANKR 2009  4  1 11 45  0.000000  1   -0.113340658462E-03                     
+AR ARTU 2009  4  1 11 45  0.000000  1   -0.827758824793E-07                     
+AR ASPA 2009  4  1 11 45  0.000000  1    0.227092665503E-07                     
+AR BHR1 2009  4  1 11 45  0.000000  1    0.563383253636E-03                     
+AR BARH 2009  4  1 11 45  0.000000  1    0.215430536437E-08                     
+AR BJFS 2009  4  1 11 45  0.000000  1   -0.531581982719E-07                     
+AR BOGT 2009  4  1 11 45  0.000000  1   -0.427291884447E-07                     
+AR BRMU 2009  4  1 11 45  0.000000  1    0.358681783375E-03                     
+AR CAGZ 2009  4  1 11 45  0.000000  1    0.115531958347E-03                     
+AR CAS1 2009  4  1 11 45  0.000000  1    0.802603238594E-08                     
+AR CHAT 2009  4  1 11 45  0.000000  1   -0.486740865517E-07                     
+AR CHPI 2009  4  1 11 45  0.000000  1   -0.553904915312E-07                     
+AR COCO 2009  4  1 11 45  0.000000  1    0.227637145121E-03                     
+AR CONZ 2009  4  1 11 45  0.000000  1    0.182495790453E-03                     
+AR CRAR 2009  4  1 11 45  0.000000  1   -0.198031395962E-04                     
+AR CRO1 2009  4  1 11 45  0.000000  1    0.665105175543E-03                     
+AR DAEJ 2009  4  1 11 45  0.000000  1   -0.196559404761E-03                     
+AR DARW 2009  4  1 11 45  0.000000  1   -0.583331463626E-08                     
+AR DGAR 2009  4  1 11 45  0.000000  1   -0.944878722132E-07                     
+AR DRAO 2009  4  1 11 45  0.000000  1    0.114263141098E-03                     
+AR FAA1 2009  4  1 11 45  0.000000  1   -0.122909316406E-07                     
+AR FAIR 2009  4  1 11 45  0.000000  1   -0.519779236405E-07                     
+AR GLPS 2009  4  1 11 45  0.000000  1   -0.499497231970E-07                     
+AR GUAM 2009  4  1 11 45  0.000000  1   -0.518950310641E-07                     
+AR GUAT 2009  4  1 11 45  0.000000  1    0.944555265299E-08                     
+AR HOB2 2009  4  1 11 45  0.000000  1    0.876281257662E-07                     
+AR HOFN 2009  4  1 11 45  0.000000  1    0.471613981273E-04                     
+AR HOLM 2009  4  1 11 45  0.000000  1   -0.628471298924E-07                     
+AR HRAO 2009  4  1 11 45  0.000000  1    0.849464243029E-03                     
+AR HYDE 2009  4  1 11 45  0.000000  1    0.645059559616E-09                     
+AR IRKJ 2009  4  1 11 45  0.000000  1    0.163747546271E-03                     
+AR ISPA 2009  4  1 11 45  0.000000  1   -0.544330374960E-07                     
+AR KARR 2009  4  1 11 45  0.000000  1   -0.513392640654E-07                     
+AR KERG 2009  4  1 11 45  0.000000  1    0.817502091557E-03                     
+AR KHAJ 2009  4  1 11 45  0.000000  1   -0.150791999504E-05                     
+AR KIR0 2009  4  1 11 45  0.000000  1    0.283135673706E-03                     
+AR KIRU 2009  4  1 11 45  0.000000  1    0.591368825219E-03                     
+AR KIT3 2009  4  1 11 45  0.000000  1   -0.596976255481E-08                     
+AR KOUR 2009  4  1 11 45  0.000000  1    0.124914061022E-03                     
+AR KUNM 2009  4  1 11 45  0.000000  1   -0.137498376127E-07                     
+AR LHAZ 2009  4  1 11 45  0.000000  1   -0.420585440349E-03                     
+AR MAL2 2009  4  1 11 45  0.000000  1   -0.210169164654E-09                     
+AR MAS1 2009  4  1 11 45  0.000000  1   -0.101610575293E-03                     
+AR MAW1 2009  4  1 11 45  0.000000  1    0.516651004392E-08                     
+AR MCIL 2009  4  1 11 45  0.000000  1    0.294205657893E-07                     
+AR MCM4 2009  4  1 11 45  0.000000  1   -0.499342265805E-07                     
+AR MDO1 2009  4  1 11 45  0.000000  1   -0.404222828631E-07                     
+AR MDVJ 2009  4  1 11 45  0.000000  1    0.438552135521E-03                     
+AR MKEA 2009  4  1 11 45  0.000000  1   -0.426979618949E-07                     
+AR MOBS 2009  4  1 11 45  0.000000  1    0.861364786002E-09                     
+AR NANO 2009  4  1 11 45  0.000000  1    0.678436102830E-08                     
+AR NLIB 2009  4  1 11 45  0.000000  1   -0.119716745545E-06                     
+AR NNOR 2009  4  1 11 45  0.000000  1    0.365796694205E-03                     
+AR NRC1 2009  4  1 11 45  0.000000  1   -0.448631165596E-05                     
+AR NRIL 2009  4  1 11 45  0.000000  1   -0.500510378716E-07                     
+AR NRMD 2009  4  1 11 45  0.000000  1    0.246455520153E-07                     
+AR NTUS 2009  4  1 11 45  0.000000  1    0.753944696870E-09                     
+AR NYAL 2009  4  1 11 45  0.000000  1    0.941421991083E-07                     
+AR OHI3 2009  4  1 11 45  0.000000  1   -0.108867506037E-03                     
+AR ONSA 2009  4  1 11 45  0.000000  1   -0.324782993160E-04                     
+AR PDEL 2009  4  1 11 45  0.000000  1   -0.551417148802E-09                     
+AR PERT 2009  4  1 11 45  0.000000  1   -0.596613939162E-07                     
+AR PETP 2009  4  1 11 45  0.000000  1   -0.573277914858E-07                     
+AR PIMO 2009  4  1 11 45  0.000000  1   -0.680447413752E-07                     
+AR QAQ1 2009  4  1 11 45  0.000000  1   -0.575679709313E-07                     
+AR QUIN 2009  4  1 11 45  0.000000  1   -0.504544915538E-07                     
+AR RABT 2009  4  1 11 45  0.000000  1   -0.427490648394E-07                     
+AR RAMO 2009  4  1 11 45  0.000000  1    0.658835336317E-07                     
+AR RCMN 2009  4  1 11 45  0.000000  1    0.347134110422E-08                     
+AR REDU 2009  4  1 11 45  0.000000  1   -0.457697068553E-07                     
+AR REUN 2009  4  1 11 45  0.000000  1    0.222302216330E-07                     
+AR REYK 2009  4  1 11 45  0.000000  1   -0.270585328924E-03                     
+AR SCH2 2009  4  1 11 45  0.000000  1    0.188890088563E-03                     
+AR SCUB 2009  4  1 11 45  0.000000  1   -0.625047242137E-07                     
+AR STJO 2009  4  1 11 45  0.000000  1   -0.704058437686E-05                     
+AR SYDN 2009  4  1 11 45  0.000000  1    0.141107271998E-05                     
+AR SYOG 2009  4  1 11 45  0.000000  1    0.140088993699E-04                     
+AR THU2 2009  4  1 11 45  0.000000  1    0.476240824632E-03                     
+AR TOW2 2009  4  1 11 45  0.000000  1    0.182173673935E-08                     
+AR URUM 2009  4  1 11 45  0.000000  1   -0.105572261302E-03                     
+AR VESL 2009  4  1 11 45  0.000000  1   -0.477125089742E-03                     
+AR VILL 2009  4  1 11 45  0.000000  1   -0.532599249795E-07                     
+AR WTZR 2009  4  1 11 45  0.000000  1    0.450373452994E-07                     
+AR WUHN 2009  4  1 11 45  0.000000  1   -0.575131147355E-07                     
+AR YSSK 2009  4  1 11 45  0.000000  1   -0.687856147197E-07                     
+AR ZIM2 2009  4  1 11 45  0.000000  1    0.448130468115E-07                     
+AR XMIS 2009  4  1 11 45  0.000000  1   -0.700620891841E-08                     
+AR GODZ 2009  4  1 11 45  0.000000  1   -0.469120872051E-03                     
+AR MTKA 2009  4  1 11 45  0.000000  1   -0.641187753782E-07                     
+AR TIXJ 2009  4  1 11 45  0.000000  1    0.116625327749E-03                     
+AR PARK 2009  4  1 11 45  0.000000  1    0.805266049369E-06                     
+AR UNBJ 2009  4  1 11 45  0.000000  1    0.364512388006E-03                     
+AR SUNM 2009  4  1 11 45  0.000000  1   -0.163243542233E-03                     
+AR CEBR 2009  4  1 11 45  0.000000  1    0.719431262010E-03                     
+AR CPXF 2009  4  1 11 45  0.000000  1    0.713050813236E-08                     
+AR IDDR 2009  4  1 11 45  0.000000  1    0.122511877451E-07                     
+AR AZGB 2009  4  1 11 45  0.000000  1   -0.313492242465E-03                     
+AR TN22 2009  4  1 11 45  0.000000  1    0.472707313425E-03                     
+AR ETAD 2009  4  1 11 45  0.000000  1    0.293989494242E-07                     
+AR ILHA 2009  4  1 11 45  0.000000  1    0.409654899710E-08                     
+AR POVE 2009  4  1 11 45  0.000000  1   -0.631178389396E-08                     
+AR RECF 2009  4  1 11 45  0.000000  1    0.169316290772E-07                     
+AR SALU 2009  4  1 11 45  0.000000  1    0.162882080101E-07                     
+AR SAVO 2009  4  1 11 45  0.000000  1    0.164105209783E-07                     
+AR UFPR 2009  4  1 11 45  0.000000  1    0.266209713131E-07                     
+AR YELL 2009  4  1 11 45  0.000000  1    0.243081000000E-06                     
+AS G32  2009  4  1 11 50  0.000000  1    0.280183710045E-03                     
+AS G24  2009  4  1 11 50  0.000000  1    0.177831747336E-03                     
+AS G25  2009  4  1 11 50  0.000000  1    0.334519725004E-03                     
+AS G26  2009  4  1 11 50  0.000000  1    0.544546900981E-04                     
+AS G27  2009  4  1 11 50  0.000000  1    0.371382378498E-04                     
+AS G30  2009  4  1 11 50  0.000000  1    0.136259009174E-03                     
+AS G03  2009  4  1 11 50  0.000000  1    0.373462784784E-03                     
+AS G04  2009  4  1 11 50  0.000000  1   -0.346942233109E-04                     
+AS G06  2009  4  1 11 50  0.000000  1    0.602050421287E-04                     
+AS G08  2009  4  1 11 50  0.000000  1   -0.196541123010E-03                     
+AS G09  2009  4  1 11 50  0.000000  1    0.484606141424E-04                     
+AS G10  2009  4  1 11 50  0.000000  1   -0.136254337495E-04                     
+AS G14  2009  4  1 11 50  0.000000  1   -0.132398419647E-03                     
+AS G13  2009  4  1 11 50  0.000000  1    0.293262424631E-03                     
+AS G28  2009  4  1 11 50  0.000000  1   -0.238312966648E-04                     
+AS G21  2009  4  1 11 50  0.000000  1    0.215259013465E-04                     
+AS G11  2009  4  1 11 50  0.000000  1    0.275107004897E-05                     
+AS G22  2009  4  1 11 50  0.000000  1    0.202427231704E-03                     
+AS G20  2009  4  1 11 50  0.000000  1    0.865582086498E-04                     
+AS G18  2009  4  1 11 50  0.000000  1   -0.695251015042E-04                     
+AS G16  2009  4  1 11 50  0.000000  1    0.630005922676E-04                     
+AS G19  2009  4  1 11 50  0.000000  1    0.293571323964E-04                     
+AS G23  2009  4  1 11 50  0.000000  1    0.388987370846E-03                     
+AS G02  2009  4  1 11 50  0.000000  1    0.153929985864E-03                     
+AS G31  2009  4  1 11 50  0.000000  1   -0.564728033642E-04                     
+AS G17  2009  4  1 11 50  0.000000  1    0.524384676281E-04                     
+AS G12  2009  4  1 11 50  0.000000  1   -0.299529334650E-03                     
+AS G15  2009  4  1 11 50  0.000000  1   -0.276008307721E-03                     
+AS G29  2009  4  1 11 50  0.000000  1    0.485199597854E-05                     
+AS G07  2009  4  1 11 50  0.000000  1    0.209800704876E-04                     
+AS R02  2009  4  1 11 50  0.000000  1    0.206535859203E-04                     
+AS R03  2009  4  1 11 50  0.000000  1   -0.342778803380E-04                     
+AS R04  2009  4  1 11 50  0.000000  1    0.638128913101E-04                     
+AS R06  2009  4  1 11 50  0.000000  1   -0.169264680241E-03                     
+AS R07  2009  4  1 11 50  0.000000  1   -0.891940606934E-04                     
+AS R08  2009  4  1 11 50  0.000000  1   -0.101997293920E-03                     
+AS R10  2009  4  1 11 50  0.000000  1   -0.140838768883E-03                     
+AS R11  2009  4  1 11 50  0.000000  1   -0.926287746820E-04                     
+AS R13  2009  4  1 11 50  0.000000  1   -0.230644606529E-03                     
+AS R14  2009  4  1 11 50  0.000000  1   -0.796129948144E-04                     
+AS R15  2009  4  1 11 50  0.000000  1    0.921093797218E-04                     
+AS R17  2009  4  1 11 50  0.000000  1   -0.261264443808E-03                     
+AS R18  2009  4  1 11 50  0.000000  1   -0.135316088913E-05                     
+AS R19  2009  4  1 11 50  0.000000  1   -0.894229986088E-04                     
+AS R20  2009  4  1 11 50  0.000000  1   -0.650115669503E-04                     
+AS R21  2009  4  1 11 50  0.000000  1   -0.143341156024E-03                     
+AS R22  2009  4  1 11 50  0.000000  1   -0.201577689423E-03                     
+AS R23  2009  4  1 11 50  0.000000  1   -0.200308435274E-03                     
+AR ALGO 2009  4  1 11 50  0.000000  1    0.809231942678E-04                     
+AR ALIC 2009  4  1 11 50  0.000000  1    0.309044548058E-08                     
+AR AMC2 2009  4  1 11 50  0.000000  1    0.150809100019E-08                     
+AR ANKR 2009  4  1 11 50  0.000000  1   -0.466009953973E-04                     
+AR ARTU 2009  4  1 11 50  0.000000  1   -0.798318336298E-07                     
+AR ASPA 2009  4  1 11 50  0.000000  1    0.219057283983E-07                     
+AR BHR1 2009  4  1 11 50  0.000000  1    0.563383557586E-03                     
+AR BARH 2009  4  1 11 50  0.000000  1    0.130208282919E-08                     
+AR BJFS 2009  4  1 11 50  0.000000  1   -0.527312409313E-07                     
+AR BOGT 2009  4  1 11 50  0.000000  1   -0.476988318627E-07                     
+AR BRMU 2009  4  1 11 50  0.000000  1   -0.147028817924E-03                     
+AR CAGZ 2009  4  1 11 50  0.000000  1    0.339191848436E-03                     
+AR CAS1 2009  4  1 11 50  0.000000  1    0.674087175247E-08                     
+AR CHAT 2009  4  1 11 50  0.000000  1   -0.486656112503E-07                     
+AR CHPI 2009  4  1 11 50  0.000000  1   -0.560211016736E-07                     
+AR COCO 2009  4  1 11 50  0.000000  1    0.227638722102E-03                     
+AR CONZ 2009  4  1 11 50  0.000000  1    0.597818548950E-04                     
+AR CRAR 2009  4  1 11 50  0.000000  1   -0.449959271938E-04                     
+AR CRO1 2009  4  1 11 50  0.000000  1    0.665105245854E-03                     
+AR DAEJ 2009  4  1 11 50  0.000000  1   -0.196559369174E-03                     
+AR DARW 2009  4  1 11 50  0.000000  1   -0.457318758694E-08                     
+AR DGAR 2009  4  1 11 50  0.000000  1   -0.908661173411E-07                     
+AR DRAO 2009  4  1 11 50  0.000000  1    0.114300251604E-03                     
+AR FAA1 2009  4  1 11 50  0.000000  1   -0.129520519306E-07                     
+AR FAIR 2009  4  1 11 50  0.000000  1   -0.544555834362E-07                     
+AR GLPS 2009  4  1 11 50  0.000000  1   -0.490457860364E-07                     
+AR GUAM 2009  4  1 11 50  0.000000  1   -0.517514650661E-07                     
+AR GUAT 2009  4  1 11 50  0.000000  1    0.104502989580E-07                     
+AR HOB2 2009  4  1 11 50  0.000000  1    0.876689215517E-07                     
+AR HOFN 2009  4  1 11 50  0.000000  1    0.124900764529E-03                     
+AR HOLM 2009  4  1 11 50  0.000000  1   -0.640964767883E-07                     
+AR HRAO 2009  4  1 11 50  0.000000  1    0.849464350625E-03                     
+AR HYDE 2009  4  1 11 50  0.000000  1    0.216713926222E-08                     
+AR IRKJ 2009  4  1 11 50  0.000000  1    0.163747610096E-03                     
+AR ISPA 2009  4  1 11 50  0.000000  1   -0.502439139005E-07                     
+AR KARR 2009  4  1 11 50  0.000000  1   -0.534667221682E-07                     
+AR KERG 2009  4  1 11 50  0.000000  1    0.817501911761E-03                     
+AR KHAJ 2009  4  1 11 50  0.000000  1   -0.150789358363E-05                     
+AR KIR0 2009  4  1 11 50  0.000000  1    0.283128917891E-03                     
+AR KIRU 2009  4  1 11 50  0.000000  1    0.591371664333E-03                     
+AR KIT3 2009  4  1 11 50  0.000000  1   -0.121501794023E-07                     
+AR KOUR 2009  4  1 11 50  0.000000  1    0.124914123953E-03                     
+AR KUNM 2009  4  1 11 50  0.000000  1   -0.636872374594E-08                     
+AR LHAZ 2009  4  1 11 50  0.000000  1   -0.406508719559E-03                     
+AR MAL2 2009  4  1 11 50  0.000000  1    0.564942178461E-09                     
+AR MAS1 2009  4  1 11 50  0.000000  1   -0.101610829097E-03                     
+AR MAW1 2009  4  1 11 50  0.000000  1    0.751346841090E-08                     
+AR MCIL 2009  4  1 11 50  0.000000  1    0.297154943094E-07                     
+AR MCM4 2009  4  1 11 50  0.000000  1   -0.510597901990E-07                     
+AR MDO1 2009  4  1 11 50  0.000000  1   -0.394702719518E-07                     
+AR MDVJ 2009  4  1 11 50  0.000000  1    0.438552164296E-03                     
+AR MKEA 2009  4  1 11 50  0.000000  1   -0.437522041486E-07                     
+AR MOBS 2009  4  1 11 50  0.000000  1    0.976938532824E-09                     
+AR NANO 2009  4  1 11 50  0.000000  1    0.160763475022E-08                     
+AR NLIB 2009  4  1 11 50  0.000000  1   -0.119833159430E-06                     
+AR NNOR 2009  4  1 11 50  0.000000  1    0.365796500918E-03                     
+AR NRC1 2009  4  1 11 50  0.000000  1   -0.448626039699E-05                     
+AR NRIL 2009  4  1 11 50  0.000000  1   -0.500571979475E-07                     
+AR NRMD 2009  4  1 11 50  0.000000  1    0.256351885453E-07                     
+AR NTUS 2009  4  1 11 50  0.000000  1   -0.254816082274E-08                     
+AR NYAL 2009  4  1 11 50  0.000000  1    0.941702641922E-07                     
+AR OHI3 2009  4  1 11 50  0.000000  1    0.486730143742E-05                     
+AR ONSA 2009  4  1 11 50  0.000000  1   -0.324783391929E-04                     
+AR PDEL 2009  4  1 11 50  0.000000  1   -0.504364410242E-09                     
+AR PERT 2009  4  1 11 50  0.000000  1   -0.566160411297E-07                     
+AR PETP 2009  4  1 11 50  0.000000  1   -0.568103541963E-07                     
+AR PIMO 2009  4  1 11 50  0.000000  1   -0.604496927513E-07                     
+AR QAQ1 2009  4  1 11 50  0.000000  1   -0.561185807554E-07                     
+AR QUIN 2009  4  1 11 50  0.000000  1   -0.490148974216E-07                     
+AR RABT 2009  4  1 11 50  0.000000  1   -0.531669944161E-07                     
+AR RAMO 2009  4  1 11 50  0.000000  1    0.946090762903E-08                     
+AR RCMN 2009  4  1 11 50  0.000000  1    0.376724192514E-08                     
+AR REDU 2009  4  1 11 50  0.000000  1   -0.462662735142E-07                     
+AR REUN 2009  4  1 11 50  0.000000  1    0.272880107932E-07                     
+AR REYK 2009  4  1 11 50  0.000000  1   -0.256535812756E-03                     
+AR SCH2 2009  4  1 11 50  0.000000  1    0.188905362107E-03                     
+AR SCUB 2009  4  1 11 50  0.000000  1   -0.616895668204E-07                     
+AR STJO 2009  4  1 11 50  0.000000  1   -0.704086076256E-05                     
+AR SYDN 2009  4  1 11 50  0.000000  1    0.141110687680E-05                     
+AR SYOG 2009  4  1 11 50  0.000000  1    0.140091056193E-04                     
+AR THU2 2009  4  1 11 50  0.000000  1    0.474238657981E-03                     
+AR TOW2 2009  4  1 11 50  0.000000  1    0.335583517816E-08                     
+AR URUM 2009  4  1 11 50  0.000000  1   -0.184258183972E-03                     
+AR VESL 2009  4  1 11 50  0.000000  1   -0.438760478009E-03                     
+AR VILL 2009  4  1 11 50  0.000000  1   -0.524637047545E-07                     
+AR WTZR 2009  4  1 11 50  0.000000  1    0.450713869347E-07                     
+AR WUHN 2009  4  1 11 50  0.000000  1   -0.591149405149E-07                     
+AR YSSK 2009  4  1 11 50  0.000000  1   -0.731725572573E-07                     
+AR ZIM2 2009  4  1 11 50  0.000000  1    0.446916765307E-07                     
+AR XMIS 2009  4  1 11 50  0.000000  1   -0.631558086151E-08                     
+AR GODZ 2009  4  1 11 50  0.000000  1   -0.469120824379E-03                     
+AR MTKA 2009  4  1 11 50  0.000000  1   -0.739025541242E-07                     
+AR TIXJ 2009  4  1 11 50  0.000000  1    0.112955666377E-03                     
+AR PARK 2009  4  1 11 50  0.000000  1    0.804310116561E-06                     
+AR UNBJ 2009  4  1 11 50  0.000000  1    0.289770096669E-03                     
+AR NOVM 2009  4  1 11 50  0.000000  1    0.798333280519E-04                     
+AR SUNM 2009  4  1 11 50  0.000000  1   -0.320037845404E-03                     
+AR CEBR 2009  4  1 11 50  0.000000  1    0.719431282945E-03                     
+AR CPXF 2009  4  1 11 50  0.000000  1    0.593864318102E-08                     
+AR IDDR 2009  4  1 11 50  0.000000  1    0.154391989831E-07                     
+AR AZGB 2009  4  1 11 50  0.000000  1   -0.453045033955E-03                     
+AR TN22 2009  4  1 11 50  0.000000  1    0.391958935712E-03                     
+AR ETAD 2009  4  1 11 50  0.000000  1    0.320736059304E-07                     
+AR ILHA 2009  4  1 11 50  0.000000  1    0.774688870462E-08                     
+AR POVE 2009  4  1 11 50  0.000000  1   -0.382585806588E-08                     
+AR SALU 2009  4  1 11 50  0.000000  1    0.324627731171E-07                     
+AR SAVO 2009  4  1 11 50  0.000000  1    0.179891237099E-07                     
+AR UFPR 2009  4  1 11 50  0.000000  1    0.276046198837E-07                     
+AR YELL 2009  4  1 11 50  0.000000  1    0.243152000000E-06                     
+AS G32  2009  4  1 11 55  0.000000  1    0.280182292277E-03                     
+AS G24  2009  4  1 11 55  0.000000  1    0.177832895987E-03                     
+AS G25  2009  4  1 11 55  0.000000  1    0.334526402362E-03                     
+AS G26  2009  4  1 11 55  0.000000  1    0.544553875305E-04                     
+AS G27  2009  4  1 11 55  0.000000  1    0.371384266193E-04                     
+AS G30  2009  4  1 11 55  0.000000  1    0.136259444976E-03                     
+AS G03  2009  4  1 11 55  0.000000  1    0.373464455925E-03                     
+AS G04  2009  4  1 11 55  0.000000  1   -0.346983598439E-04                     
+AS G06  2009  4  1 11 55  0.000000  1    0.602103110301E-04                     
+AS G08  2009  4  1 11 55  0.000000  1   -0.196541870898E-03                     
+AS G09  2009  4  1 11 55  0.000000  1    0.484616586789E-04                     
+AS G10  2009  4  1 11 55  0.000000  1   -0.136257209445E-04                     
+AS G14  2009  4  1 11 55  0.000000  1   -0.132396653977E-03                     
+AS G13  2009  4  1 11 55  0.000000  1    0.293262869309E-03                     
+AS G28  2009  4  1 11 55  0.000000  1   -0.238313560086E-04                     
+AS G21  2009  4  1 11 55  0.000000  1    0.215251801084E-04                     
+AS G11  2009  4  1 11 55  0.000000  1    0.275078931020E-05                     
+AS G22  2009  4  1 11 55  0.000000  1    0.202426686854E-03                     
+AS G20  2009  4  1 11 55  0.000000  1    0.865578579895E-04                     
+AS G18  2009  4  1 11 55  0.000000  1   -0.695240189819E-04                     
+AS G16  2009  4  1 11 55  0.000000  1    0.629994881821E-04                     
+AS G19  2009  4  1 11 55  0.000000  1    0.293568623645E-04                     
+AS G23  2009  4  1 11 55  0.000000  1    0.388987295653E-03                     
+AS G02  2009  4  1 11 55  0.000000  1    0.153929879780E-03                     
+AS G31  2009  4  1 11 55  0.000000  1   -0.564731708287E-04                     
+AS G17  2009  4  1 11 55  0.000000  1    0.524391239742E-04                     
+AS G12  2009  4  1 11 55  0.000000  1   -0.299528138515E-03                     
+AS G15  2009  4  1 11 55  0.000000  1   -0.276009731361E-03                     
+AS G29  2009  4  1 11 55  0.000000  1    0.485325837197E-05                     
+AS G07  2009  4  1 11 55  0.000000  1    0.209799847814E-04                     
+AS R02  2009  4  1 11 55  0.000000  1    0.206527407348E-04                     
+AS R03  2009  4  1 11 55  0.000000  1   -0.342787283646E-04                     
+AS R04  2009  4  1 11 55  0.000000  1    0.638104833425E-04                     
+AS R06  2009  4  1 11 55  0.000000  1   -0.169265345725E-03                     
+AS R07  2009  4  1 11 55  0.000000  1   -0.891927755640E-04                     
+AS R08  2009  4  1 11 55  0.000000  1   -0.101997010488E-03                     
+AS R10  2009  4  1 11 55  0.000000  1   -0.140838459824E-03                     
+AS R11  2009  4  1 11 55  0.000000  1   -0.926288315831E-04                     
+AS R13  2009  4  1 11 55  0.000000  1   -0.230645152116E-03                     
+AS R14  2009  4  1 11 55  0.000000  1   -0.796116359617E-04                     
+AS R15  2009  4  1 11 55  0.000000  1    0.921098031236E-04                     
+AS R17  2009  4  1 11 55  0.000000  1   -0.261264451496E-03                     
+AS R18  2009  4  1 11 55  0.000000  1   -0.135342808320E-05                     
+AS R19  2009  4  1 11 55  0.000000  1   -0.894231483850E-04                     
+AS R20  2009  4  1 11 55  0.000000  1   -0.650111526491E-04                     
+AS R21  2009  4  1 11 55  0.000000  1   -0.143341326072E-03                     
+AS R22  2009  4  1 11 55  0.000000  1   -0.201578629152E-03                     
+AS R23  2009  4  1 11 55  0.000000  1   -0.200306958880E-03                     
+AR ALGO 2009  4  1 11 55  0.000000  1    0.809272805191E-04                     
+AR ALIC 2009  4  1 11 55  0.000000  1    0.895466033562E-08                     
+AR AMC2 2009  4  1 11 55  0.000000  1    0.149648206934E-08                     
+AR ANKR 2009  4  1 11 55  0.000000  1    0.199886643239E-04                     
+AR ARTU 2009  4  1 11 55  0.000000  1   -0.765855105136E-07                     
+AR ASPA 2009  4  1 11 55  0.000000  1    0.211685616759E-07                     
+AR BHR1 2009  4  1 11 55  0.000000  1    0.563383484478E-03                     
+AR BARH 2009  4  1 11 55  0.000000  1    0.121367671834E-08                     
+AR BJFS 2009  4  1 11 55  0.000000  1   -0.503078629326E-07                     
+AR BOGT 2009  4  1 11 55  0.000000  1   -0.499463775154E-07                     
+AR BRMU 2009  4  1 11 55  0.000000  1    0.347793970295E-03                     
+AR CAGZ 2009  4  1 11 55  0.000000  1   -0.437189552604E-03                     
+AR CAS1 2009  4  1 11 55  0.000000  1    0.534103318370E-08                     
+AR CHAT 2009  4  1 11 55  0.000000  1   -0.429940685865E-07                     
+AR CHPI 2009  4  1 11 55  0.000000  1   -0.545790861300E-07                     
+AR COCO 2009  4  1 11 55  0.000000  1    0.227640665748E-03                     
+AR CONZ 2009  4  1 11 55  0.000000  1   -0.628669245726E-04                     
+AR CRAR 2009  4  1 11 55  0.000000  1   -0.701893948830E-04                     
+AR CRO1 2009  4  1 11 55  0.000000  1    0.665105239879E-03                     
+AR DAEJ 2009  4  1 11 55  0.000000  1   -0.196560069781E-03                     
+AR DARW 2009  4  1 11 55  0.000000  1   -0.394606521282E-08                     
+AR DGAR 2009  4  1 11 55  0.000000  1   -0.853357829304E-07                     
+AR DRAO 2009  4  1 11 55  0.000000  1    0.114337138330E-03                     
+AR FAA1 2009  4  1 11 55  0.000000  1   -0.117366816512E-07                     
+AR FAIR 2009  4  1 11 55  0.000000  1   -0.524984819459E-07                     
+AR GLPS 2009  4  1 11 55  0.000000  1   -0.507584326062E-07                     
+AR GUAM 2009  4  1 11 55  0.000000  1   -0.523215802680E-07                     
+AR GUAT 2009  4  1 11 55  0.000000  1    0.109883790358E-07                     
+AR HOB2 2009  4  1 11 55  0.000000  1    0.876710124900E-07                     
+AR HOFN 2009  4  1 11 55  0.000000  1    0.202625596747E-03                     
+AR HOLM 2009  4  1 11 55  0.000000  1   -0.636549376180E-07                     
+AR HRAO 2009  4  1 11 55  0.000000  1    0.849464406783E-03                     
+AR HYDE 2009  4  1 11 55  0.000000  1    0.161140537234E-08                     
+AR IRKJ 2009  4  1 11 55  0.000000  1    0.163747575046E-03                     
+AR ISPA 2009  4  1 11 55  0.000000  1   -0.496113972874E-07                     
+AR KARR 2009  4  1 11 55  0.000000  1   -0.550622548470E-07                     
+AR KERG 2009  4  1 11 55  0.000000  1    0.817501845473E-03                     
+AR KHAJ 2009  4  1 11 55  0.000000  1   -0.150791544292E-05                     
+AR KIR0 2009  4  1 11 55  0.000000  1    0.283122135587E-03                     
+AR KIRU 2009  4  1 11 55  0.000000  1    0.591374276333E-03                     
+AR KIT3 2009  4  1 11 55  0.000000  1   -0.191741972054E-07                     
+AR KOUR 2009  4  1 11 55  0.000000  1    0.124914165834E-03                     
+AR KUNM 2009  4  1 11 55  0.000000  1   -0.360160194319E-08                     
+AR LHAZ 2009  4  1 11 55  0.000000  1   -0.392288969019E-03                     
+AR MAL2 2009  4  1 11 55  0.000000  1   -0.823575216035E-08                     
+AR MAS1 2009  4  1 11 55  0.000000  1   -0.101611093873E-03                     
+AR MAW1 2009  4  1 11 55  0.000000  1    0.567554147727E-08                     
+AR MCIL 2009  4  1 11 55  0.000000  1    0.296541529257E-07                     
+AR MCM4 2009  4  1 11 55  0.000000  1   -0.512755297108E-07                     
+AR MDO1 2009  4  1 11 55  0.000000  1   -0.383857604861E-07                     
+AR MDVJ 2009  4  1 11 55  0.000000  1    0.438552155542E-03                     
+AR MKEA 2009  4  1 11 55  0.000000  1   -0.407184721066E-07                     
+AR MOBS 2009  4  1 11 55  0.000000  1    0.147044447516E-08                     
+AR NANO 2009  4  1 11 55  0.000000  1    0.185043892901E-08                     
+AR NLIB 2009  4  1 11 55  0.000000  1   -0.119799041225E-06                     
+AR NNOR 2009  4  1 11 55  0.000000  1    0.365796892733E-03                     
+AR NRC1 2009  4  1 11 55  0.000000  1   -0.448626605062E-05                     
+AR NRIL 2009  4  1 11 55  0.000000  1   -0.564653211174E-07                     
+AR NRMD 2009  4  1 11 55  0.000000  1    0.250590525974E-07                     
+AR NTUS 2009  4  1 11 55  0.000000  1   -0.399860059357E-08                     
+AR NYAL 2009  4  1 11 55  0.000000  1    0.941742201542E-07                     
+AR OHI3 2009  4  1 11 55  0.000000  1    0.118466728351E-03                     
+AR ONSA 2009  4  1 11 55  0.000000  1   -0.324783808108E-04                     
+AR PDEL 2009  4  1 11 55  0.000000  1    0.236817611164E-09                     
+AR PERT 2009  4  1 11 55  0.000000  1   -0.556483738235E-07                     
+AR PETP 2009  4  1 11 55  0.000000  1   -0.579415081596E-07                     
+AR PIMO 2009  4  1 11 55  0.000000  1   -0.589690496112E-07                     
+AR QAQ1 2009  4  1 11 55  0.000000  1   -0.548853913594E-07                     
+AR QUIN 2009  4  1 11 55  0.000000  1   -0.462633850579E-07                     
+AR RABT 2009  4  1 11 55  0.000000  1   -0.505800504637E-07                     
+AR RAMO 2009  4  1 11 55  0.000000  1    0.311398886864E-07                     
+AR RCMN 2009  4  1 11 55  0.000000  1    0.360753633823E-08                     
+AR REDU 2009  4  1 11 55  0.000000  1   -0.480426421676E-07                     
+AR REUN 2009  4  1 11 55  0.000000  1    0.274902695207E-07                     
+AR REYK 2009  4  1 11 55  0.000000  1   -0.242233392950E-03                     
+AR SCH2 2009  4  1 11 55  0.000000  1    0.188920437785E-03                     
+AR SCUB 2009  4  1 11 55  0.000000  1   -0.646479338438E-07                     
+AR STJO 2009  4  1 11 55  0.000000  1   -0.704117420583E-05                     
+AR SYDN 2009  4  1 11 55  0.000000  1    0.141097787956E-05                     
+AR SYOG 2009  4  1 11 55  0.000000  1    0.140090743748E-04                     
+AR THU2 2009  4  1 11 55  0.000000  1    0.472236306899E-03                     
+AR TOW2 2009  4  1 11 55  0.000000  1    0.269401942441E-09                     
+AR URUM 2009  4  1 11 55  0.000000  1   -0.262846643483E-03                     
+AR VESL 2009  4  1 11 55  0.000000  1   -0.400489442587E-03                     
+AR VILL 2009  4  1 11 55  0.000000  1   -0.525406404777E-07                     
+AR WTZR 2009  4  1 11 55  0.000000  1    0.450718985401E-07                     
+AR WUHN 2009  4  1 11 55  0.000000  1   -0.602311190747E-07                     
+AR YSSK 2009  4  1 11 55  0.000000  1   -0.728534142288E-07                     
+AR ZIM2 2009  4  1 11 55  0.000000  1    0.361157141875E-07                     
+AR XMIS 2009  4  1 11 55  0.000000  1   -0.808466280908E-08                     
+AR GODZ 2009  4  1 11 55  0.000000  1   -0.469120833654E-03                     
+AR MTKA 2009  4  1 11 55  0.000000  1   -0.760819719451E-07                     
+AR TIXJ 2009  4  1 11 55  0.000000  1    0.109371080481E-03                     
+AR PARK 2009  4  1 11 55  0.000000  1    0.804969772952E-06                     
+AR UNBJ 2009  4  1 11 55  0.000000  1    0.214746345556E-03                     
+AR NOVM 2009  4  1 11 55  0.000000  1    0.798333689730E-04                     
+AR SUNM 2009  4  1 11 55  0.000000  1   -0.477200124113E-03                     
+AR CEBR 2009  4  1 11 55  0.000000  1    0.719431268484E-03                     
+AR CPXF 2009  4  1 11 55  0.000000  1    0.492864692580E-08                     
+AR IDDR 2009  4  1 11 55  0.000000  1    0.129080304835E-07                     
+AR AZGB 2009  4  1 11 55  0.000000  1    0.407432539512E-03                     
+AR TN22 2009  4  1 11 55  0.000000  1    0.311172499592E-03                     
+AR ETAD 2009  4  1 11 55  0.000000  1    0.226306690452E-07                     
+AR ILHA 2009  4  1 11 55  0.000000  1    0.476600098378E-08                     
+AR POVE 2009  4  1 11 55  0.000000  1   -0.592570545423E-08                     
+AR RECF 2009  4  1 11 55  0.000000  1    0.211800746602E-07                     
+AR SALU 2009  4  1 11 55  0.000000  1    0.250973832177E-07                     
+AR SAVO 2009  4  1 11 55  0.000000  1    0.199172583150E-07                     
+AR UFPR 2009  4  1 11 55  0.000000  1    0.279650186767E-07                     
+AR YELL 2009  4  1 11 55  0.000000  1    0.243222000000E-06                     
+AS G32  2009  4  1 12  0  0.000000  1    0.280180789377E-03                     
+AS G24  2009  4  1 12  0  0.000000  1    0.177834115039E-03                     
+AS G25  2009  4  1 12  0  0.000000  1    0.334532852263E-03                     
+AS G26  2009  4  1 12  0  0.000000  1    0.544560775470E-04                     
+AS G27  2009  4  1 12  0  0.000000  1    0.371394790299E-04                     
+AS G30  2009  4  1 12  0  0.000000  1    0.136259885464E-03                     
+AS G03  2009  4  1 12  0  0.000000  1    0.373465472095E-03                     
+AS G04  2009  4  1 12  0  0.000000  1   -0.347031246216E-04                     
+AS G06  2009  4  1 12  0  0.000000  1    0.602156094968E-04                     
+AS G08  2009  4  1 12  0  0.000000  1   -0.196542126943E-03                     
+AS G09  2009  4  1 12  0  0.000000  1    0.484623436351E-04                     
+AS G10  2009  4  1 12  0  0.000000  1   -0.136257211319E-04                     
+AS G14  2009  4  1 12  0  0.000000  1   -0.132395036585E-03                     
+AS G13  2009  4  1 12  0  0.000000  1    0.293263074284E-03                     
+AS G28  2009  4  1 12  0  0.000000  1   -0.238313037367E-04                     
+AS G21  2009  4  1 12  0  0.000000  1    0.215248887828E-04                     
+AS G11  2009  4  1 12  0  0.000000  1    0.275025274724E-05                     
+AS G22  2009  4  1 12  0  0.000000  1    0.202426713066E-03                     
+AS G20  2009  4  1 12  0  0.000000  1    0.865573965862E-04                     
+AS G18  2009  4  1 12  0  0.000000  1   -0.695232183700E-04                     
+AS G16  2009  4  1 12  0  0.000000  1    0.629986692073E-04                     
+AS G19  2009  4  1 12  0  0.000000  1    0.293564887451E-04                     
+AS G23  2009  4  1 12  0  0.000000  1    0.388987575371E-03                     
+AS G02  2009  4  1 12  0  0.000000  1    0.153929700220E-03                     
+AS G31  2009  4  1 12  0  0.000000  1   -0.564734337376E-04                     
+AS G17  2009  4  1 12  0  0.000000  1    0.524392714138E-04                     
+AS G12  2009  4  1 12  0  0.000000  1   -0.299526756556E-03                     
+AS G15  2009  4  1 12  0  0.000000  1   -0.276011095316E-03                     
+AS G29  2009  4  1 12  0  0.000000  1    0.485450191329E-05                     
+AS G07  2009  4  1 12  0  0.000000  1    0.209796337599E-04                     
+AS R02  2009  4  1 12  0  0.000000  1    0.206517660601E-04                     
+AS R03  2009  4  1 12  0  0.000000  1   -0.342804472204E-04                     
+AS R04  2009  4  1 12  0  0.000000  1    0.638081142198E-04                     
+AS R06  2009  4  1 12  0  0.000000  1   -0.169265423336E-03                     
+AS R07  2009  4  1 12  0  0.000000  1   -0.891925367434E-04                     
+AS R08  2009  4  1 12  0  0.000000  1   -0.101996864611E-03                     
+AS R10  2009  4  1 12  0  0.000000  1   -0.140838353572E-03                     
+AS R11  2009  4  1 12  0  0.000000  1   -0.926291164542E-04                     
+AS R13  2009  4  1 12  0  0.000000  1   -0.230645057962E-03                     
+AS R14  2009  4  1 12  0  0.000000  1   -0.796120157130E-04                     
+AS R15  2009  4  1 12  0  0.000000  1    0.921106393014E-04                     
+AS R17  2009  4  1 12  0  0.000000  1   -0.261264927462E-03                     
+AS R18  2009  4  1 12  0  0.000000  1   -0.135364864087E-05                     
+AS R19  2009  4  1 12  0  0.000000  1   -0.894236683637E-04                     
+AS R20  2009  4  1 12  0  0.000000  1   -0.650111925388E-04                     
+AS R21  2009  4  1 12  0  0.000000  1   -0.143341943999E-03                     
+AS R22  2009  4  1 12  0  0.000000  1   -0.201579154070E-03                     
+AS R23  2009  4  1 12  0  0.000000  1   -0.200305828557E-03                     
+AR ALGO 2009  4  1 12  0  0.000000  1    0.809316901167E-04                     
+AR ALIC 2009  4  1 12  0  0.000000  1    0.578770299939E-10                     
+AR AMC2 2009  4  1 12  0  0.000000  1    0.146794816785E-08                     
+AR ANKR 2009  4  1 12  0  0.000000  1    0.865415094523E-04                     
+AR ARTU 2009  4  1 12  0  0.000000  1   -0.757438485563E-07                     
+AR ASPA 2009  4  1 12  0  0.000000  1    0.199339314416E-07                     
+AR BHR1 2009  4  1 12  0  0.000000  1    0.563383457976E-03                     
+AR BARH 2009  4  1 12  0  0.000000  1    0.120955198612E-08                     
+AR BJFS 2009  4  1 12  0  0.000000  1   -0.518173661044E-07                     
+AR BOGT 2009  4  1 12  0  0.000000  1   -0.545733400907E-07                     
+AR BRMU 2009  4  1 12  0  0.000000  1   -0.156739573836E-03                     
+AR CAGZ 2009  4  1 12  0  0.000000  1   -0.213571523978E-03                     
+AR CAS1 2009  4  1 12  0  0.000000  1    0.588102911101E-08                     
+AR CHAT 2009  4  1 12  0  0.000000  1   -0.428648384842E-07                     
+AR CHPI 2009  4  1 12  0  0.000000  1   -0.581092654621E-07                     
+AR COCO 2009  4  1 12  0  0.000000  1    0.227642269421E-03                     
+AR CONZ 2009  4  1 12  0  0.000000  1   -0.185236163724E-03                     
+AR CRAR 2009  4  1 12  0  0.000000  1   -0.953693007702E-04                     
+AR CRO1 2009  4  1 12  0  0.000000  1    0.665105268533E-03                     
+AR DAEJ 2009  4  1 12  0  0.000000  1   -0.196559531156E-03                     
+AR DARW 2009  4  1 12  0  0.000000  1   -0.439682845816E-08                     
+AR DGAR 2009  4  1 12  0  0.000000  1   -0.855539929501E-07                     
+AR DRAO 2009  4  1 12  0  0.000000  1    0.114374181417E-03                     
+AR FAA1 2009  4  1 12  0  0.000000  1   -0.100793153272E-07                     
+AR FAIR 2009  4  1 12  0  0.000000  1   -0.470046064499E-07                     
+AR GLPS 2009  4  1 12  0  0.000000  1   -0.501384524062E-07                     
+AR GUAM 2009  4  1 12  0  0.000000  1   -0.517910979062E-07                     
+AR GUAT 2009  4  1 12  0  0.000000  1    0.111531235318E-07                     
+AR HOB2 2009  4  1 12  0  0.000000  1    0.876767894534E-07                     
+AR HOFN 2009  4  1 12  0  0.000000  1    0.280325466745E-03                     
+AR HOLM 2009  4  1 12  0  0.000000  1   -0.628975989165E-07                     
+AR HRAO 2009  4  1 12  0  0.000000  1    0.849464477232E-03                     
+AR HYDE 2009  4  1 12  0  0.000000  1    0.260068527027E-08                     
+AR IRKJ 2009  4  1 12  0  0.000000  1    0.163747553436E-03                     
+AR ISPA 2009  4  1 12  0  0.000000  1   -0.508066673069E-07                     
+AR KARR 2009  4  1 12  0  0.000000  1   -0.547532520451E-07                     
+AR KERG 2009  4  1 12  0  0.000000  1    0.817501507965E-03                     
+AR KHAJ 2009  4  1 12  0  0.000000  1   -0.150791531879E-05                     
+AR KIR0 2009  4  1 12  0  0.000000  1    0.283115409053E-03                     
+AR KIRU 2009  4  1 12  0  0.000000  1    0.591372423174E-03                     
+AR KIT3 2009  4  1 12  0  0.000000  1   -0.698641425028E-09                     
+AR KOUR 2009  4  1 12  0  0.000000  1    0.124914186819E-03                     
+AR KUNM 2009  4  1 12  0  0.000000  1    0.177688231157E-07                     
+AR LHAZ 2009  4  1 12  0  0.000000  1   -0.377927537182E-03                     
+AR MAL2 2009  4  1 12  0  0.000000  1   -0.450593547992E-08                     
+AR MAS1 2009  4  1 12  0  0.000000  1   -0.101611377655E-03                     
+AR MAW1 2009  4  1 12  0  0.000000  1    0.624326744124E-08                     
+AR MCIL 2009  4  1 12  0  0.000000  1    0.297067208135E-07                     
+AR MCM4 2009  4  1 12  0  0.000000  1   -0.497998076346E-07                     
+AR MDO1 2009  4  1 12  0  0.000000  1   -0.392512951597E-07                     
+AR MDVJ 2009  4  1 12  0  0.000000  1    0.438552118193E-03                     
+AR MKEA 2009  4  1 12  0  0.000000  1   -0.398014029492E-07                     
+AR MOBS 2009  4  1 12  0  0.000000  1    0.863320696734E-09                     
+AR NANO 2009  4  1 12  0  0.000000  1    0.214203369035E-08                     
+AR NLIB 2009  4  1 12  0  0.000000  1   -0.119929724175E-06                     
+AR NNOR 2009  4  1 12  0  0.000000  1    0.365796942284E-03                     
+AR NRC1 2009  4  1 12  0  0.000000  1   -0.448627871301E-05                     
+AR NRIL 2009  4  1 12  0  0.000000  1   -0.595574816159E-07                     
+AR NRMD 2009  4  1 12  0  0.000000  1    0.243400303781E-07                     
+AR NTUS 2009  4  1 12  0  0.000000  1   -0.323290540058E-08                     
+AR NYAL 2009  4  1 12  0  0.000000  1    0.941699766880E-07                     
+AR OHI3 2009  4  1 12  0  0.000000  1    0.231939920847E-03                     
+AR PDEL 2009  4  1 12  0  0.000000  1   -0.809917075272E-09                     
+AR PERT 2009  4  1 12  0  0.000000  1   -0.547403649479E-07                     
+AR PETP 2009  4  1 12  0  0.000000  1   -0.568459443559E-07                     
+AR PIMO 2009  4  1 12  0  0.000000  1   -0.553041209293E-07                     
+AR QAQ1 2009  4  1 12  0  0.000000  1   -0.548942116988E-07                     
+AR QUIN 2009  4  1 12  0  0.000000  1   -0.456851188944E-07                     
+AR RABT 2009  4  1 12  0  0.000000  1   -0.502490881183E-07                     
+AR RAMO 2009  4  1 12  0  0.000000  1    0.169748567411E-07                     
+AR RCMN 2009  4  1 12  0  0.000000  1    0.331293281546E-08                     
+AR REDU 2009  4  1 12  0  0.000000  1   -0.508010530944E-07                     
+AR REUN 2009  4  1 12  0  0.000000  1    0.287261412132E-07                     
+AR REYK 2009  4  1 12  0  0.000000  1   -0.227960416983E-03                     
+AR SCH2 2009  4  1 12  0  0.000000  1    0.188935300214E-03                     
+AR SCUB 2009  4  1 12  0  0.000000  1   -0.665357818820E-07                     
+AR STJO 2009  4  1 12  0  0.000000  1   -0.704150136368E-05                     
+AR SYDN 2009  4  1 12  0  0.000000  1    0.141081797313E-05                     
+AR SYOG 2009  4  1 12  0  0.000000  1    0.140092410064E-04                     
+AR THU2 2009  4  1 12  0  0.000000  1    0.470234004750E-03                     
+AR TOW2 2009  4  1 12  0  0.000000  1    0.141756311517E-08                     
+AR URUM 2009  4  1 12  0  0.000000  1   -0.341366798336E-03                     
+AR VESL 2009  4  1 12  0  0.000000  1   -0.362295966359E-03                     
+AR VILL 2009  4  1 12  0  0.000000  1   -0.519446990027E-07                     
+AR WTZR 2009  4  1 12  0  0.000000  1    0.450506228185E-07                     
+AR WUHN 2009  4  1 12  0  0.000000  1   -0.608957508671E-07                     
+AR YSSK 2009  4  1 12  0  0.000000  1   -0.726345143361E-07                     
+AR ZIM2 2009  4  1 12  0  0.000000  1    0.448872320491E-07                     
+AR XMIS 2009  4  1 12  0  0.000000  1   -0.572338118403E-08                     
+AR GODZ 2009  4  1 12  0  0.000000  1   -0.469120841805E-03                     
+AR MTKA 2009  4  1 12  0  0.000000  1   -0.750873706964E-07                     
+AR TIXJ 2009  4  1 12  0  0.000000  1    0.105848270159E-03                     
+AR PARK 2009  4  1 12  0  0.000000  1    0.805486283789E-06                     
+AR UNBJ 2009  4  1 12  0  0.000000  1    0.139505093255E-03                     
+AR SUNM 2009  4  1 12  0  0.000000  1    0.365804037989E-03                     
+AR CEBR 2009  4  1 12  0  0.000000  1    0.719431257453E-03                     
+AR CPXF 2009  4  1 12  0  0.000000  1    0.534808095372E-08                     
+AR IDDR 2009  4  1 12  0  0.000000  1    0.127000745066E-07                     
+AR AZGB 2009  4  1 12  0  0.000000  1    0.267947928358E-03                     
+AR TN22 2009  4  1 12  0  0.000000  1    0.230267449677E-03                     
+AR ETAD 2009  4  1 12  0  0.000000  1    0.302738555822E-07                     
+AR ILHA 2009  4  1 12  0  0.000000  1    0.230996129435E-08                     
+AR POVE 2009  4  1 12  0  0.000000  1   -0.461268334390E-08                     
+AR RECF 2009  4  1 12  0  0.000000  1    0.215346482070E-07                     
+AR SALU 2009  4  1 12  0  0.000000  1    0.331745732219E-07                     
+AR SAVO 2009  4  1 12  0  0.000000  1    0.208921255964E-07                     
+AR UFPR 2009  4  1 12  0  0.000000  1    0.279672560469E-07                     
+AR YELL 2009  4  1 12  0  0.000000  1    0.243292000000E-06                     
+AS G32  2009  4  1 12  5  0.000000  1    0.280179354435E-03                     
+AS G24  2009  4  1 12  5  0.000000  1    0.177834661377E-03                     
+AS G25  2009  4  1 12  5  0.000000  1    0.334539443853E-03                     
+AS G26  2009  4  1 12  5  0.000000  1    0.544567715545E-04                     
+AS G27  2009  4  1 12  5  0.000000  1    0.371403232818E-04                     
+AS G30  2009  4  1 12  5  0.000000  1    0.136260551322E-03                     
+AS G03  2009  4  1 12  5  0.000000  1    0.373467170981E-03                     
+AS G04  2009  4  1 12  5  0.000000  1   -0.347073752518E-04                     
+AS G06  2009  4  1 12  5  0.000000  1    0.602209504973E-04                     
+AS G08  2009  4  1 12  5  0.000000  1   -0.196543621277E-03                     
+AS G09  2009  4  1 12  5  0.000000  1    0.484633773322E-04                     
+AS G10  2009  4  1 12  5  0.000000  1   -0.136267576584E-04                     
+AS G14  2009  4  1 12  5  0.000000  1   -0.132393304973E-03                     
+AS G13  2009  4  1 12  5  0.000000  1    0.293263455144E-03                     
+AS G28  2009  4  1 12  5  0.000000  1   -0.238312652671E-04                     
+AS G21  2009  4  1 12  5  0.000000  1    0.215241449845E-04                     
+AS G11  2009  4  1 12  5  0.000000  1    0.274974960440E-05                     
+AS G22  2009  4  1 12  5  0.000000  1    0.202426393716E-03                     
+AS G20  2009  4  1 12  5  0.000000  1    0.865571899801E-04                     
+AS G18  2009  4  1 12  5  0.000000  1   -0.695220461737E-04                     
+AS G16  2009  4  1 12  5  0.000000  1    0.629978050760E-04                     
+AS G19  2009  4  1 12  5  0.000000  1    0.293562196094E-04                     
+AS G23  2009  4  1 12  5  0.000000  1    0.388987627433E-03                     
+AS G02  2009  4  1 12  5  0.000000  1    0.153929601862E-03                     
+AS G31  2009  4  1 12  5  0.000000  1   -0.564738517271E-04                     
+AS G17  2009  4  1 12  5  0.000000  1    0.524401375154E-04                     
+AS G12  2009  4  1 12  5  0.000000  1   -0.299525255857E-03                     
+AS G15  2009  4  1 12  5  0.000000  1   -0.276012391816E-03                     
+AS G29  2009  4  1 12  5  0.000000  1    0.485573731160E-05                     
+AS G07  2009  4  1 12  5  0.000000  1    0.209795806692E-04                     
+AS R02  2009  4  1 12  5  0.000000  1    0.206507809388E-04                     
+AS R03  2009  4  1 12  5  0.000000  1   -0.342813788657E-04                     
+AS R04  2009  4  1 12  5  0.000000  1    0.638054350909E-04                     
+AS R06  2009  4  1 12  5  0.000000  1   -0.169264051509E-03                     
+AS R07  2009  4  1 12  5  0.000000  1   -0.891910597193E-04                     
+AS R08  2009  4  1 12  5  0.000000  1   -0.101996470717E-03                     
+AS R10  2009  4  1 12  5  0.000000  1   -0.140838543584E-03                     
+AS R11  2009  4  1 12  5  0.000000  1   -0.926292861999E-04                     
+AS R13  2009  4  1 12  5  0.000000  1   -0.230645367243E-03                     
+AS R14  2009  4  1 12  5  0.000000  1   -0.796105264262E-04                     
+AS R15  2009  4  1 12  5  0.000000  1    0.921110678643E-04                     
+AS R17  2009  4  1 12  5  0.000000  1   -0.261265083670E-03                     
+AS R18  2009  4  1 12  5  0.000000  1   -0.135391645363E-05                     
+AS R19  2009  4  1 12  5  0.000000  1   -0.894239755323E-04                     
+AS R20  2009  4  1 12  5  0.000000  1   -0.650111437303E-04                     
+AS R21  2009  4  1 12  5  0.000000  1   -0.143342215978E-03                     
+AS R22  2009  4  1 12  5  0.000000  1   -0.201580000075E-03                     
+AS R23  2009  4  1 12  5  0.000000  1   -0.200303845639E-03                     
+AR ALGO 2009  4  1 12  5  0.000000  1    0.809357553439E-04                     
+AR ALIC 2009  4  1 12  5  0.000000  1   -0.638468241698E-10                     
+AR AMC2 2009  4  1 12  5  0.000000  1    0.146488320531E-08                     
+AR ANKR 2009  4  1 12  5  0.000000  1    0.153012924828E-03                     
+AR ARTU 2009  4  1 12  5  0.000000  1   -0.696650313101E-07                     
+AR ASPA 2009  4  1 12  5  0.000000  1    0.183879689560E-07                     
+AR BHR1 2009  4  1 12  5  0.000000  1    0.563383576130E-03                     
+AR BARH 2009  4  1 12  5  0.000000  1    0.299284410573E-08                     
+AR BJFS 2009  4  1 12  5  0.000000  1   -0.522526195417E-07                     
+AR BOGT 2009  4  1 12  5  0.000000  1   -0.471564449166E-07                     
+AR BRMU 2009  4  1 12  5  0.000000  1    0.339437072449E-03                     
+AR CAGZ 2009  4  1 12  5  0.000000  1    0.100247547725E-04                     
+AR CAS1 2009  4  1 12  5  0.000000  1    0.520897052147E-08                     
+AR CHAT 2009  4  1 12  5  0.000000  1   -0.434928902386E-07                     
+AR CHPI 2009  4  1 12  5  0.000000  1   -0.586842857418E-07                     
+AR COCO 2009  4  1 12  5  0.000000  1    0.227644148137E-03                     
+AR CONZ 2009  4  1 12  5  0.000000  1   -0.307632155117E-03                     
+AR CRAR 2009  4  1 12  5  0.000000  1   -0.120536027558E-03                     
+AR CRO1 2009  4  1 12  5  0.000000  1    0.665105319381E-03                     
+AR DAEJ 2009  4  1 12  5  0.000000  1   -0.196559887562E-03                     
+AR DARW 2009  4  1 12  5  0.000000  1   -0.525712090038E-08                     
+AR DGAR 2009  4  1 12  5  0.000000  1   -0.833620206215E-07                     
+AR DRAO 2009  4  1 12  5  0.000000  1    0.114410998780E-03                     
+AR FAA1 2009  4  1 12  5  0.000000  1   -0.106903276700E-07                     
+AR FAIR 2009  4  1 12  5  0.000000  1   -0.478583329130E-07                     
+AR GLPS 2009  4  1 12  5  0.000000  1   -0.472840830358E-07                     
+AR GUAM 2009  4  1 12  5  0.000000  1   -0.518693020886E-07                     
+AR GUAT 2009  4  1 12  5  0.000000  1    0.101164739923E-07                     
+AR HOB2 2009  4  1 12  5  0.000000  1    0.876909181137E-07                     
+AR HOFN 2009  4  1 12  5  0.000000  1    0.357965787052E-03                     
+AR HOLM 2009  4  1 12  5  0.000000  1   -0.610728658550E-07                     
+AR HRAO 2009  4  1 12  5  0.000000  1    0.849464564732E-03                     
+AR HYDE 2009  4  1 12  5  0.000000  1    0.130269308667E-08                     
+AR IRKJ 2009  4  1 12  5  0.000000  1    0.163747563805E-03                     
+AR ISPA 2009  4  1 12  5  0.000000  1   -0.517348585811E-07                     
+AR KARR 2009  4  1 12  5  0.000000  1   -0.506035016520E-07                     
+AR KERG 2009  4  1 12  5  0.000000  1    0.817501606603E-03                     
+AR KHAJ 2009  4  1 12  5  0.000000  1   -0.150791432334E-05                     
+AR KIR0 2009  4  1 12  5  0.000000  1    0.283108606449E-03                     
+AR KIRU 2009  4  1 12  5  0.000000  1    0.591372670529E-03                     
+AR KIT3 2009  4  1 12  5  0.000000  1   -0.397960074558E-08                     
+AR KOUR 2009  4  1 12  5  0.000000  1    0.124914219461E-03                     
+AR KUNM 2009  4  1 12  5  0.000000  1    0.359588116021E-07                     
+AR LHAZ 2009  4  1 12  5  0.000000  1   -0.363490082384E-03                     
+AR MAL2 2009  4  1 12  5  0.000000  1   -0.106803038981E-07                     
+AR MAS1 2009  4  1 12  5  0.000000  1   -0.101611549282E-03                     
+AR MAW1 2009  4  1 12  5  0.000000  1    0.577714760364E-08                     
+AR MCIL 2009  4  1 12  5  0.000000  1    0.295161314473E-07                     
+AR MCM4 2009  4  1 12  5  0.000000  1   -0.485379321839E-07                     
+AR MDO1 2009  4  1 12  5  0.000000  1   -0.333601330920E-07                     
+AR MDVJ 2009  4  1 12  5  0.000000  1    0.438552113783E-03                     
+AR MKEA 2009  4  1 12  5  0.000000  1   -0.351376575348E-07                     
+AR MOBS 2009  4  1 12  5  0.000000  1    0.139795014310E-08                     
+AR NANO 2009  4  1 12  5  0.000000  1    0.251947055547E-08                     
+AR NLIB 2009  4  1 12  5  0.000000  1   -0.119779078620E-06                     
+AR NNOR 2009  4  1 12  5  0.000000  1    0.365797115774E-03                     
+AR NRC1 2009  4  1 12  5  0.000000  1   -0.448623764316E-05                     
+AR NRIL 2009  4  1 12  5  0.000000  1   -0.603969032208E-07                     
+AR NRMD 2009  4  1 12  5  0.000000  1    0.241715243907E-07                     
+AR NTUS 2009  4  1 12  5  0.000000  1   -0.610599598230E-08                     
+AR NYAL 2009  4  1 12  5  0.000000  1    0.941705744227E-07                     
+AR OHI3 2009  4  1 12  5  0.000000  1    0.345434184838E-03                     
+AR PDEL 2009  4  1 12  5  0.000000  1   -0.202191302794E-10                     
+AR PERT 2009  4  1 12  5  0.000000  1   -0.536256284916E-07                     
+AR PETP 2009  4  1 12  5  0.000000  1   -0.557708280310E-07                     
+AR PIMO 2009  4  1 12  5  0.000000  1   -0.562082351306E-07                     
+AR QAQ1 2009  4  1 12  5  0.000000  1   -0.550624624020E-07                     
+AR QUIN 2009  4  1 12  5  0.000000  1   -0.453965008669E-07                     
+AR RABT 2009  4  1 12  5  0.000000  1   -0.488420688188E-07                     
+AR RAMO 2009  4  1 12  5  0.000000  1   -0.487428014367E-07                     
+AR RCMN 2009  4  1 12  5  0.000000  1    0.242496063839E-08                     
+AR REDU 2009  4  1 12  5  0.000000  1   -0.542093078122E-07                     
+AR REUN 2009  4  1 12  5  0.000000  1    0.299020625719E-07                     
+AR REYK 2009  4  1 12  5  0.000000  1   -0.214123407599E-03                     
+AR SCH2 2009  4  1 12  5  0.000000  1    0.188949730098E-03                     
+AR SCUB 2009  4  1 12  5  0.000000  1   -0.694531321865E-07                     
+AR STJO 2009  4  1 12  5  0.000000  1   -0.704179440606E-05                     
+AR SYDN 2009  4  1 12  5  0.000000  1    0.141086892111E-05                     
+AR SYOG 2009  4  1 12  5  0.000000  1    0.140094406868E-04                     
+AR THU2 2009  4  1 12  5  0.000000  1    0.468231792330E-03                     
+AR TOW2 2009  4  1 12  5  0.000000  1   -0.110119807307E-08                     
+AR URUM 2009  4  1 12  5  0.000000  1   -0.419733662092E-03                     
+AR VESL 2009  4  1 12  5  0.000000  1   -0.324179162873E-03                     
+AR VILL 2009  4  1 12  5  0.000000  1   -0.529265945490E-07                     
+AR WTZR 2009  4  1 12  5  0.000000  1    0.450592690378E-07                     
+AR WUHN 2009  4  1 12  5  0.000000  1   -0.581556959988E-07                     
+AR YSSK 2009  4  1 12  5  0.000000  1   -0.715554219216E-07                     
+AR ZIM2 2009  4  1 12  5  0.000000  1    0.387033942143E-07                     
+AR XMIS 2009  4  1 12  5  0.000000  1   -0.101325674458E-07                     
+AR GODZ 2009  4  1 12  5  0.000000  1   -0.469120832515E-03                     
+AR MTKA 2009  4  1 12  5  0.000000  1   -0.735464650029E-07                     
+AR TIXJ 2009  4  1 12  5  0.000000  1    0.102434809460E-03                     
+AR PARK 2009  4  1 12  5  0.000000  1    0.805878822696E-06                     
+AR UNBJ 2009  4  1 12  5  0.000000  1    0.639818340746E-04                     
+AR NOVM 2009  4  1 12  5  0.000000  1    0.798333212775E-04                     
+AR SUNM 2009  4  1 12  5  0.000000  1    0.208505166927E-03                     
+AR CEBR 2009  4  1 12  5  0.000000  1    0.719431256554E-03                     
+AR CPXF 2009  4  1 12  5  0.000000  1    0.345578102397E-08                     
+AR IDDR 2009  4  1 12  5  0.000000  1    0.125500726705E-07                     
+AR AZGB 2009  4  1 12  5  0.000000  1    0.128448503811E-03                     
+AR TN22 2009  4  1 12  5  0.000000  1    0.149076392355E-03                     
+AR ETAD 2009  4  1 12  5  0.000000  1    0.310468233483E-07                     
+AR ILHA 2009  4  1 12  5  0.000000  1    0.219933271037E-08                     
+AR POVE 2009  4  1 12  5  0.000000  1   -0.340447803712E-08                     
+AR RECF 2009  4  1 12  5  0.000000  1    0.207807245541E-07                     
+AR SALU 2009  4  1 12  5  0.000000  1    0.299577446366E-07                     
+AR SAVO 2009  4  1 12  5  0.000000  1    0.224104710077E-07                     
+AR UFPR 2009  4  1 12  5  0.000000  1    0.288549586843E-07                     
+AR YELL 2009  4  1 12  5  0.000000  1    0.243362000000E-06                     
+AS G32  2009  4  1 12 10  0.000000  1    0.280178070793E-03                     
+AS G24  2009  4  1 12 10  0.000000  1    0.177835247518E-03                     
+AS G25  2009  4  1 12 10  0.000000  1    0.334545879041E-03                     
+AS G26  2009  4  1 12 10  0.000000  1    0.544575938944E-04                     
+AS G27  2009  4  1 12 10  0.000000  1    0.371406434559E-04                     
+AS G30  2009  4  1 12 10  0.000000  1    0.136261084567E-03                     
+AS G03  2009  4  1 12 10  0.000000  1    0.373468437184E-03                     
+AS G04  2009  4  1 12 10  0.000000  1   -0.347115769229E-04                     
+AS G06  2009  4  1 12 10  0.000000  1    0.602263241549E-04                     
+AS G08  2009  4  1 12 10  0.000000  1   -0.196544590808E-03                     
+AS G09  2009  4  1 12 10  0.000000  1    0.484634520659E-04                     
+AS G10  2009  4  1 12 10  0.000000  1   -0.136261436280E-04                     
+AS G14  2009  4  1 12 10  0.000000  1   -0.132391674003E-03                     
+AS G13  2009  4  1 12 10  0.000000  1    0.293263588137E-03                     
+AS G28  2009  4  1 12 10  0.000000  1   -0.238313765474E-04                     
+AS G21  2009  4  1 12 10  0.000000  1    0.215237270592E-04                     
+AS G11  2009  4  1 12 10  0.000000  1    0.274959572412E-05                     
+AS G22  2009  4  1 12 10  0.000000  1    0.202425984002E-03                     
+AS G20  2009  4  1 12 10  0.000000  1    0.865569412356E-04                     
+AS G18  2009  4  1 12 10  0.000000  1   -0.695211798159E-04                     
+AS G16  2009  4  1 12 10  0.000000  1    0.629967480224E-04                     
+AS G19  2009  4  1 12 10  0.000000  1    0.293560888964E-04                     
+AS G23  2009  4  1 12 10  0.000000  1    0.388987689681E-03                     
+AS G02  2009  4  1 12 10  0.000000  1    0.153929636603E-03                     
+AS G31  2009  4  1 12 10  0.000000  1   -0.564742321922E-04                     
+AS G17  2009  4  1 12 10  0.000000  1    0.524406095329E-04                     
+AS G12  2009  4  1 12 10  0.000000  1   -0.299523978586E-03                     
+AS G15  2009  4  1 12 10  0.000000  1   -0.276013529407E-03                     
+AS G29  2009  4  1 12 10  0.000000  1    0.485682804676E-05                     
+AS G07  2009  4  1 12 10  0.000000  1    0.209795055903E-04                     
+AS R02  2009  4  1 12 10  0.000000  1    0.206500138245E-04                     
+AS R03  2009  4  1 12 10  0.000000  1   -0.342825266161E-04                     
+AS R04  2009  4  1 12 10  0.000000  1    0.638031119033E-04                     
+AS R06  2009  4  1 12 10  0.000000  1   -0.169264300739E-03                     
+AS R07  2009  4  1 12 10  0.000000  1   -0.891895586098E-04                     
+AS R08  2009  4  1 12 10  0.000000  1   -0.101996004019E-03                     
+AS R10  2009  4  1 12 10  0.000000  1   -0.140838373778E-03                     
+AS R11  2009  4  1 12 10  0.000000  1   -0.926298880169E-04                     
+AS R13  2009  4  1 12 10  0.000000  1   -0.230645465235E-03                     
+AS R14  2009  4  1 12 10  0.000000  1   -0.796088680961E-04                     
+AS R15  2009  4  1 12 10  0.000000  1    0.921118060059E-04                     
+AS R17  2009  4  1 12 10  0.000000  1   -0.261265702767E-03                     
+AS R18  2009  4  1 12 10  0.000000  1   -0.135386025398E-05                     
+AS R19  2009  4  1 12 10  0.000000  1   -0.894241060811E-04                     
+AS R20  2009  4  1 12 10  0.000000  1   -0.650108066040E-04                     
+AS R21  2009  4  1 12 10  0.000000  1   -0.143342766589E-03                     
+AS R22  2009  4  1 12 10  0.000000  1   -0.201580858931E-03                     
+AS R23  2009  4  1 12 10  0.000000  1   -0.200302480816E-03                     
+AR ALGO 2009  4  1 12 10  0.000000  1    0.809403531133E-04                     
+AR ALIC 2009  4  1 12 10  0.000000  1    0.480492479424E-09                     
+AR AMC2 2009  4  1 12 10  0.000000  1    0.150252615285E-08                     
+AR ANKR 2009  4  1 12 10  0.000000  1    0.219383902287E-03                     
+AR ARTU 2009  4  1 12 10  0.000000  1   -0.684741391120E-07                     
+AR ASPA 2009  4  1 12 10  0.000000  1    0.188393583578E-07                     
+AR BHR1 2009  4  1 12 10  0.000000  1    0.563383698577E-03                     
+AR BARH 2009  4  1 12 10  0.000000  1    0.311193995862E-08                     
+AR BJFS 2009  4  1 12 10  0.000000  1   -0.518101373514E-07                     
+AR BOGT 2009  4  1 12 10  0.000000  1   -0.467421425947E-07                     
+AR BRMU 2009  4  1 12 10  0.000000  1   -0.163877349658E-03                     
+AR CAGZ 2009  4  1 12 10  0.000000  1    0.233548576832E-03                     
+AR CAS1 2009  4  1 12 10  0.000000  1    0.481523954394E-08                     
+AR CHAT 2009  4  1 12 10  0.000000  1   -0.438367662006E-07                     
+AR CHPI 2009  4  1 12 10  0.000000  1   -0.578828331951E-07                     
+AR COCO 2009  4  1 12 10  0.000000  1    0.227646243119E-03                     
+AR CONZ 2009  4  1 12 10  0.000000  1   -0.429954775910E-03                     
+AR CRAR 2009  4  1 12 10  0.000000  1   -0.145690709960E-03                     
+AR CRO1 2009  4  1 12 10  0.000000  1    0.665105374754E-03                     
+AR DAEJ 2009  4  1 12 10  0.000000  1   -0.196559221665E-03                     
+AR DARW 2009  4  1 12 10  0.000000  1   -0.732717188395E-08                     
+AR DGAR 2009  4  1 12 10  0.000000  1   -0.829782203525E-07                     
+AR DRAO 2009  4  1 12 10  0.000000  1    0.114447576491E-03                     
+AR FAA1 2009  4  1 12 10  0.000000  1   -0.105488384266E-07                     
+AR FAIR 2009  4  1 12 10  0.000000  1   -0.462846436306E-07                     
+AR GLPS 2009  4  1 12 10  0.000000  1   -0.495173456655E-07                     
+AR GUAM 2009  4  1 12 10  0.000000  1   -0.512767961088E-07                     
+AR GUAT 2009  4  1 12 10  0.000000  1    0.103265307939E-07                     
+AR HOB2 2009  4  1 12 10  0.000000  1    0.877500419465E-07                     
+AR HOFN 2009  4  1 12 10  0.000000  1    0.435621553482E-03                     
+AR HOLM 2009  4  1 12 10  0.000000  1   -0.602877737882E-07                     
+AR HRAO 2009  4  1 12 10  0.000000  1    0.849464711149E-03                     
+AR HYDE 2009  4  1 12 10  0.000000  1    0.725543565904E-09                     
+AR IRKJ 2009  4  1 12 10  0.000000  1    0.163747581568E-03                     
+AR ISPA 2009  4  1 12 10  0.000000  1   -0.524299308415E-07                     
+AR KARR 2009  4  1 12 10  0.000000  1   -0.529270739417E-07                     
+AR KERG 2009  4  1 12 10  0.000000  1    0.817501416932E-03                     
+AR KHAJ 2009  4  1 12 10  0.000000  1   -0.150786695508E-05                     
+AR KIR0 2009  4  1 12 10  0.000000  1    0.283101935682E-03                     
+AR KIRU 2009  4  1 12 10  0.000000  1    0.591371994381E-03                     
+AR KIT3 2009  4  1 12 10  0.000000  1    0.770759203386E-08                     
+AR KOUR 2009  4  1 12 10  0.000000  1    0.124914308219E-03                     
+AR KUNM 2009  4  1 12 10  0.000000  1    0.118692850000E-07                     
+AR LHAZ 2009  4  1 12 10  0.000000  1   -0.348873831806E-03                     
+AR MAL2 2009  4  1 12 10  0.000000  1   -0.104572909766E-07                     
+AR MAS1 2009  4  1 12 10  0.000000  1   -0.101611696151E-03                     
+AR MAW1 2009  4  1 12 10  0.000000  1    0.962200410300E-08                     
+AR MCIL 2009  4  1 12 10  0.000000  1    0.285521813626E-07                     
+AR MCM4 2009  4  1 12 10  0.000000  1   -0.502532903740E-07                     
+AR MDO1 2009  4  1 12 10  0.000000  1   -0.324929848422E-07                     
+AR MDVJ 2009  4  1 12 10  0.000000  1    0.438552143115E-03                     
+AR MKEA 2009  4  1 12 10  0.000000  1   -0.428537171292E-07                     
+AR MOBS 2009  4  1 12 10  0.000000  1   -0.650867726917E-09                     
+AR NANO 2009  4  1 12 10  0.000000  1    0.288601135138E-08                     
+AR NLIB 2009  4  1 12 10  0.000000  1   -0.119687358654E-06                     
+AR NNOR 2009  4  1 12 10  0.000000  1    0.365796613633E-03                     
+AR NRC1 2009  4  1 12 10  0.000000  1   -0.448618452865E-05                     
+AR NRIL 2009  4  1 12 10  0.000000  1   -0.557012769656E-07                     
+AR NRMD 2009  4  1 12 10  0.000000  1    0.245095688994E-07                     
+AR NTUS 2009  4  1 12 10  0.000000  1   -0.436923066287E-08                     
+AR NYAL 2009  4  1 12 10  0.000000  1    0.942227916752E-07                     
+AR OHI3 2009  4  1 12 10  0.000000  1    0.458894374937E-03                     
+AR PDEL 2009  4  1 12 10  0.000000  1    0.847683257716E-09                     
+AR PERT 2009  4  1 12 10  0.000000  1   -0.534027545358E-07                     
+AR PETP 2009  4  1 12 10  0.000000  1   -0.553157880670E-07                     
+AR PIMO 2009  4  1 12 10  0.000000  1   -0.553505384919E-07                     
+AR QAQ1 2009  4  1 12 10  0.000000  1   -0.570500328492E-07                     
+AR QUIN 2009  4  1 12 10  0.000000  1   -0.446141044648E-07                     
+AR RABT 2009  4  1 12 10  0.000000  1   -0.484413696611E-07                     
+AR RAMO 2009  4  1 12 10  0.000000  1   -0.103797214632E-06                     
+AR RCMN 2009  4  1 12 10  0.000000  1    0.239398188805E-09                     
+AR REDU 2009  4  1 12 10  0.000000  1   -0.549907010875E-07                     
+AR REUN 2009  4  1 12 10  0.000000  1    0.300297555587E-07                     
+AR REYK 2009  4  1 12 10  0.000000  1   -0.200659035127E-03                     
+AR SCH2 2009  4  1 12 10  0.000000  1    0.188964411743E-03                     
+AR SCUB 2009  4  1 12 10  0.000000  1   -0.681627576452E-07                     
+AR STJO 2009  4  1 12 10  0.000000  1   -0.704205494875E-05                     
+AR SYDN 2009  4  1 12 10  0.000000  1    0.141067877701E-05                     
+AR SYOG 2009  4  1 12 10  0.000000  1    0.140096224290E-04                     
+AR THU2 2009  4  1 12 10  0.000000  1    0.466229538581E-03                     
+AR TOW2 2009  4  1 12 10  0.000000  1    0.136898470137E-09                     
+AR URUM 2009  4  1 12 10  0.000000  1   -0.498051667728E-03                     
+AR VESL 2009  4  1 12 10  0.000000  1   -0.286091195828E-03                     
+AR VILL 2009  4  1 12 10  0.000000  1   -0.659605953093E-07                     
+AR WTZR 2009  4  1 12 10  0.000000  1    0.451059338910E-07                     
+AR WUHN 2009  4  1 12 10  0.000000  1   -0.611816923934E-07                     
+AR YSSK 2009  4  1 12 10  0.000000  1   -0.718691236280E-07                     
+AR ZIM2 2009  4  1 12 10  0.000000  1    0.404406278996E-07                     
+AR XMIS 2009  4  1 12 10  0.000000  1   -0.618693143517E-08                     
+AR GODZ 2009  4  1 12 10  0.000000  1   -0.469120788246E-03                     
+AR MTKA 2009  4  1 12 10  0.000000  1   -0.818467439202E-07                     
+AR TIXJ 2009  4  1 12 10  0.000000  1    0.991246740308E-04                     
+AR PARK 2009  4  1 12 10  0.000000  1    0.806084991402E-06                     
+AR UNBJ 2009  4  1 12 10  0.000000  1   -0.116804220932E-04                     
+AR NOVM 2009  4  1 12 10  0.000000  1    0.798333639231E-04                     
+AR SUNM 2009  4  1 12 10  0.000000  1    0.516590545681E-04                     
+AR CEBR 2009  4  1 12 10  0.000000  1    0.719431272449E-03                     
+AR CPXF 2009  4  1 12 10  0.000000  1    0.566672002141E-08                     
+AR IDDR 2009  4  1 12 10  0.000000  1    0.134377749709E-07                     
+AR AZGB 2009  4  1 12 10  0.000000  1   -0.109153435472E-04                     
+AR TN22 2009  4  1 12 10  0.000000  1    0.678178048363E-04                     
+AR ETAD 2009  4  1 12 10  0.000000  1    0.361890938934E-07                     
+AR ILHA 2009  4  1 12 10  0.000000  1    0.686539490011E-08                     
+AR POVE 2009  4  1 12 10  0.000000  1   -0.371412069502E-08                     
+AR RECF 2009  4  1 12 10  0.000000  1    0.200469254928E-07                     
+AR SALU 2009  4  1 12 10  0.000000  1    0.327436757972E-07                     
+AR SAVO 2009  4  1 12 10  0.000000  1    0.228511124313E-07                     
+AR UFPR 2009  4  1 12 10  0.000000  1    0.293216016041E-07                     
+AR YELL 2009  4  1 12 10  0.000000  1    0.243432000000E-06                     
+AS G32  2009  4  1 12 15  0.000000  1    0.280176758551E-03                     
+AS G24  2009  4  1 12 15  0.000000  1    0.177835987794E-03                     
+AS G25  2009  4  1 12 15  0.000000  1    0.334552436300E-03                     
+AS G26  2009  4  1 12 15  0.000000  1    0.544582392475E-04                     
+AS G27  2009  4  1 12 15  0.000000  1    0.371423256567E-04                     
+AS G30  2009  4  1 12 15  0.000000  1    0.136261623755E-03                     
+AS G03  2009  4  1 12 15  0.000000  1    0.373469723343E-03                     
+AS G04  2009  4  1 12 15  0.000000  1   -0.347160098206E-04                     
+AS G06  2009  4  1 12 15  0.000000  1    0.602316754464E-04                     
+AS G08  2009  4  1 12 15  0.000000  1   -0.196545104951E-03                     
+AS G09  2009  4  1 12 15  0.000000  1    0.484639133768E-04                     
+AS G10  2009  4  1 12 15  0.000000  1   -0.136270985732E-04                     
+AS G14  2009  4  1 12 15  0.000000  1   -0.132389785182E-03                     
+AS G13  2009  4  1 12 15  0.000000  1    0.293264031005E-03                     
+AS G28  2009  4  1 12 15  0.000000  1   -0.238313865846E-04                     
+AS G21  2009  4  1 12 15  0.000000  1    0.215229308955E-04                     
+AS G11  2009  4  1 12 15  0.000000  1    0.274915068060E-05                     
+AS G22  2009  4  1 12 15  0.000000  1    0.202425536968E-03                     
+AS G20  2009  4  1 12 15  0.000000  1    0.865567432122E-04                     
+AS G18  2009  4  1 12 15  0.000000  1   -0.695199155742E-04                     
+AS G16  2009  4  1 12 15  0.000000  1    0.629959598444E-04                     
+AS G19  2009  4  1 12 15  0.000000  1    0.293558621363E-04                     
+AS G23  2009  4  1 12 15  0.000000  1    0.388988178599E-03                     
+AS G02  2009  4  1 12 15  0.000000  1    0.153929347617E-03                     
+AS G31  2009  4  1 12 15  0.000000  1   -0.564744359415E-04                     
+AS G17  2009  4  1 12 15  0.000000  1    0.524410972466E-04                     
+AS G12  2009  4  1 12 15  0.000000  1   -0.299522503227E-03                     
+AS G15  2009  4  1 12 15  0.000000  1   -0.276015033552E-03                     
+AS G29  2009  4  1 12 15  0.000000  1    0.485818946548E-05                     
+AS G07  2009  4  1 12 15  0.000000  1    0.209794114463E-04                     
+AS R02  2009  4  1 12 15  0.000000  1    0.206491315859E-04                     
+AS R03  2009  4  1 12 15  0.000000  1   -0.342832333260E-04                     
+AS R04  2009  4  1 12 15  0.000000  1    0.638017923177E-04                     
+AS R06  2009  4  1 12 15  0.000000  1   -0.169261685234E-03                     
+AS R07  2009  4  1 12 15  0.000000  1   -0.891896586432E-04                     
+AS R08  2009  4  1 12 15  0.000000  1   -0.101995946053E-03                     
+AS R10  2009  4  1 12 15  0.000000  1   -0.140838579571E-03                     
+AS R11  2009  4  1 12 15  0.000000  1   -0.926303055624E-04                     
+AS R13  2009  4  1 12 15  0.000000  1   -0.230645982597E-03                     
+AS R14  2009  4  1 12 15  0.000000  1   -0.796081602414E-04                     
+AS R15  2009  4  1 12 15  0.000000  1    0.921118282835E-04                     
+AS R17  2009  4  1 12 15  0.000000  1   -0.261266255089E-03                     
+AS R18  2009  4  1 12 15  0.000000  1   -0.135404725970E-05                     
+AS R19  2009  4  1 12 15  0.000000  1   -0.894244717421E-04                     
+AS R20  2009  4  1 12 15  0.000000  1   -0.650108373791E-04                     
+AS R21  2009  4  1 12 15  0.000000  1   -0.143343181947E-03                     
+AS R22  2009  4  1 12 15  0.000000  1   -0.201581471277E-03                     
+AS R23  2009  4  1 12 15  0.000000  1   -0.200300956575E-03                     
+AR ALGO 2009  4  1 12 15  0.000000  1    0.809447442193E-04                     
+AR ALIC 2009  4  1 12 15  0.000000  1   -0.272804894809E-08                     
+AR AMC2 2009  4  1 12 15  0.000000  1    0.154841067844E-08                     
+AR ANKR 2009  4  1 12 15  0.000000  1    0.285691133129E-03                     
+AR ARTU 2009  4  1 12 15  0.000000  1   -0.677940796086E-07                     
+AR ASPA 2009  4  1 12 15  0.000000  1    0.195108029203E-07                     
+AR BHR1 2009  4  1 12 15  0.000000  1    0.563383744196E-03                     
+AR BARH 2009  4  1 12 15  0.000000  1   -0.725656454872E-10                     
+AR BJFS 2009  4  1 12 15  0.000000  1   -0.531422844770E-07                     
+AR BOGT 2009  4  1 12 15  0.000000  1   -0.475364909050E-07                     
+AR BRMU 2009  4  1 12 15  0.000000  1    0.333109893474E-03                     
+AR CAGZ 2009  4  1 12 15  0.000000  1    0.456982969972E-03                     
+AR CAS1 2009  4  1 12 15  0.000000  1    0.481484612267E-08                     
+AR CHAT 2009  4  1 12 15  0.000000  1   -0.509715786175E-07                     
+AR CHPI 2009  4  1 12 15  0.000000  1   -0.579606822811E-07                     
+AR COCO 2009  4  1 12 15  0.000000  1    0.227648218214E-03                     
+AR CONZ 2009  4  1 12 15  0.000000  1    0.447948658228E-03                     
+AR CRAR 2009  4  1 12 15  0.000000  1   -0.170835126887E-03                     
+AR CRO1 2009  4  1 12 15  0.000000  1    0.665105445208E-03                     
+AR DAEJ 2009  4  1 12 15  0.000000  1   -0.196558677574E-03                     
+AR DARW 2009  4  1 12 15  0.000000  1   -0.658922127973E-08                     
+AR DGAR 2009  4  1 12 15  0.000000  1   -0.845545210832E-07                     
+AR DRAO 2009  4  1 12 15  0.000000  1    0.114484362246E-03                     
+AR FAA1 2009  4  1 12 15  0.000000  1   -0.119503322990E-07                     
+AR FAIR 2009  4  1 12 15  0.000000  1   -0.444218083422E-07                     
+AR GLPS 2009  4  1 12 15  0.000000  1   -0.491506325855E-07                     
+AR GUAM 2009  4  1 12 15  0.000000  1   -0.517058280372E-07                     
+AR GUAT 2009  4  1 12 15  0.000000  1    0.816657326861E-08                     
+AR HOB2 2009  4  1 12 15  0.000000  1    0.878130250461E-07                     
+AR HOFN 2009  4  1 12 15  0.000000  1   -0.486706661219E-03                     
+AR HOLM 2009  4  1 12 15  0.000000  1   -0.497845372087E-07                     
+AR HRAO 2009  4  1 12 15  0.000000  1    0.849464817388E-03                     
+AR HYDE 2009  4  1 12 15  0.000000  1    0.370026458505E-08                     
+AR IRKJ 2009  4  1 12 15  0.000000  1    0.163747632221E-03                     
+AR ISPA 2009  4  1 12 15  0.000000  1   -0.547713028702E-07                     
+AR KARR 2009  4  1 12 15  0.000000  1   -0.514714470793E-07                     
+AR KERG 2009  4  1 12 15  0.000000  1    0.817501557511E-03                     
+AR KHAJ 2009  4  1 12 15  0.000000  1   -0.150783705534E-05                     
+AR KIR0 2009  4  1 12 15  0.000000  1    0.283095185037E-03                     
+AR KIRU 2009  4  1 12 15  0.000000  1    0.591369990830E-03                     
+AR KIT3 2009  4  1 12 15  0.000000  1    0.318049729033E-08                     
+AR KOUR 2009  4  1 12 15  0.000000  1    0.124914402893E-03                     
+AR KUNM 2009  4  1 12 15  0.000000  1    0.356102689206E-07                     
+AR LHAZ 2009  4  1 12 15  0.000000  1   -0.334137574606E-03                     
+AR MAL2 2009  4  1 12 15  0.000000  1   -0.960548226311E-08                     
+AR MAS1 2009  4  1 12 15  0.000000  1   -0.101611861406E-03                     
+AR MAW1 2009  4  1 12 15  0.000000  1    0.138039274200E-07                     
+AR MCIL 2009  4  1 12 15  0.000000  1    0.279259987145E-07                     
+AR MCM4 2009  4  1 12 15  0.000000  1   -0.524324781251E-07                     
+AR MDO1 2009  4  1 12 15  0.000000  1   -0.337258316369E-07                     
+AR MDVJ 2009  4  1 12 15  0.000000  1    0.438552185204E-03                     
+AR MKEA 2009  4  1 12 15  0.000000  1   -0.410609922425E-07                     
+AR MOBS 2009  4  1 12 15  0.000000  1   -0.397972289062E-09                     
+AR NANO 2009  4  1 12 15  0.000000  1    0.329134541145E-08                     
+AR NLIB 2009  4  1 12 15  0.000000  1   -0.119608066316E-06                     
+AR NNOR 2009  4  1 12 15  0.000000  1    0.365796320935E-03                     
+AR NRC1 2009  4  1 12 15  0.000000  1   -0.448611863335E-05                     
+AR NRIL 2009  4  1 12 15  0.000000  1   -0.545805670998E-07                     
+AR NRMD 2009  4  1 12 15  0.000000  1    0.234206653794E-07                     
+AR NTUS 2009  4  1 12 15  0.000000  1   -0.875870973684E-10                     
+AR NYAL 2009  4  1 12 15  0.000000  1    0.942741325962E-07                     
+AR OHI3 2009  4  1 12 15  0.000000  1   -0.427629156024E-03                     
+AR PDEL 2009  4  1 12 15  0.000000  1    0.368630711302E-09                     
+AR PERT 2009  4  1 12 15  0.000000  1   -0.528153855045E-07                     
+AR PETP 2009  4  1 12 15  0.000000  1   -0.556072284095E-07                     
+AR PIMO 2009  4  1 12 15  0.000000  1   -0.566563165209E-07                     
+AR QAQ1 2009  4  1 12 15  0.000000  1   -0.589696459507E-07                     
+AR QUIN 2009  4  1 12 15  0.000000  1   -0.477390068036E-07                     
+AR RABT 2009  4  1 12 15  0.000000  1   -0.506482689259E-07                     
+AR RAMO 2009  4  1 12 15  0.000000  1   -0.880112168759E-08                     
+AR RCMN 2009  4  1 12 15  0.000000  1    0.274253676636E-08                     
+AR REDU 2009  4  1 12 15  0.000000  1   -0.515804379354E-07                     
+AR REUN 2009  4  1 12 15  0.000000  1    0.302668739947E-07                     
+AR REYK 2009  4  1 12 15  0.000000  1   -0.187408994343E-03                     
+AR SCH2 2009  4  1 12 15  0.000000  1    0.188979267567E-03                     
+AR SCUB 2009  4  1 12 15  0.000000  1   -0.692656706113E-07                     
+AR STJO 2009  4  1 12 15  0.000000  1   -0.704232011970E-05                     
+AR SYDN 2009  4  1 12 15  0.000000  1    0.141072600811E-05                     
+AR SYOG 2009  4  1 12 15  0.000000  1    0.140100759478E-04                     
+AR THU2 2009  4  1 12 15  0.000000  1    0.464227265705E-03                     
+AR TOW2 2009  4  1 12 15  0.000000  1    0.402047166347E-10                     
+AR URUM 2009  4  1 12 15  0.000000  1    0.423758770877E-03                     
+AR VESL 2009  4  1 12 15  0.000000  1   -0.248068820254E-03                     
+AR VILL 2009  4  1 12 15  0.000000  1   -0.647813774056E-07                     
+AR WTZR 2009  4  1 12 15  0.000000  1    0.451507400340E-07                     
+AR WUHN 2009  4  1 12 15  0.000000  1   -0.637317902715E-07                     
+AR YSSK 2009  4  1 12 15  0.000000  1   -0.733768403072E-07                     
+AR ZIM2 2009  4  1 12 15  0.000000  1    0.413716545553E-07                     
+AR XMIS 2009  4  1 12 15  0.000000  1   -0.499985573321E-08                     
+AR GODZ 2009  4  1 12 15  0.000000  1   -0.469120740019E-03                     
+AR MTKA 2009  4  1 12 15  0.000000  1   -0.736048073025E-07                     
+AR TIXJ 2009  4  1 12 15  0.000000  1    0.959091851191E-04                     
+AR PARK 2009  4  1 12 15  0.000000  1    0.806340150556E-06                     
+AR UNBJ 2009  4  1 12 15  0.000000  1   -0.875319247061E-04                     
+AR NOVM 2009  4  1 12 15  0.000000  1    0.798333585043E-04                     
+AR SUNM 2009  4  1 12 15  0.000000  1   -0.105414836791E-03                     
+AR CEBR 2009  4  1 12 15  0.000000  1    0.719431292681E-03                     
+AR CPXF 2009  4  1 12 15  0.000000  1    0.617220930019E-08                     
+AR IDDR 2009  4  1 12 15  0.000000  1    0.108197791090E-07                     
+AR AZGB 2009  4  1 12 15  0.000000  1   -0.150278965944E-03                     
+AR TN22 2009  4  1 12 15  0.000000  1   -0.132989693802E-04                     
+AR ETAD 2009  4  1 12 15  0.000000  1    0.296281578335E-07                     
+AR ILHA 2009  4  1 12 15  0.000000  1    0.335369874213E-08                     
+AR POVE 2009  4  1 12 15  0.000000  1   -0.281845193820E-08                     
+AR RECF 2009  4  1 12 15  0.000000  1    0.190876911943E-07                     
+AR SALU 2009  4  1 12 15  0.000000  1    0.380996029773E-07                     
+AR SAVO 2009  4  1 12 15  0.000000  1    0.262914551275E-07                     
+AR UFPR 2009  4  1 12 15  0.000000  1    0.294490953478E-07                     
+AR YELL 2009  4  1 12 15  0.000000  1    0.243502000000E-06                     
+AS G32  2009  4  1 12 20  0.000000  1    0.280175393089E-03                     
+AS G24  2009  4  1 12 20  0.000000  1    0.177836463283E-03                     
+AS G25  2009  4  1 12 20  0.000000  1    0.334558966140E-03                     
+AS G26  2009  4  1 12 20  0.000000  1    0.544588450464E-04                     
+AS G27  2009  4  1 12 20  0.000000  1    0.371433392722E-04                     
+AS G30  2009  4  1 12 20  0.000000  1    0.136262232812E-03                     
+AS G03  2009  4  1 12 20  0.000000  1    0.373470897040E-03                     
+AS G04  2009  4  1 12 20  0.000000  1   -0.347203790461E-04                     
+AS G06  2009  4  1 12 20  0.000000  1    0.602369111316E-04                     
+AS G08  2009  4  1 12 20  0.000000  1   -0.196545652633E-03                     
+AS G09  2009  4  1 12 20  0.000000  1    0.484645335699E-04                     
+AS G10  2009  4  1 12 20  0.000000  1   -0.136273878332E-04                     
+AS G14  2009  4  1 12 20  0.000000  1   -0.132388008262E-03                     
+AS G13  2009  4  1 12 20  0.000000  1    0.293264402790E-03                     
+AS G28  2009  4  1 12 20  0.000000  1   -0.238315656375E-04                     
+AS G21  2009  4  1 12 20  0.000000  1    0.215227536472E-04                     
+AS G11  2009  4  1 12 20  0.000000  1    0.274865596963E-05                     
+AS G22  2009  4  1 12 20  0.000000  1    0.202425204978E-03                     
+AS G20  2009  4  1 12 20  0.000000  1    0.865561212709E-04                     
+AS G18  2009  4  1 12 20  0.000000  1   -0.695189303335E-04                     
+AS G16  2009  4  1 12 20  0.000000  1    0.629950465294E-04                     
+AS G19  2009  4  1 12 20  0.000000  1    0.293556361740E-04                     
+AS G23  2009  4  1 12 20  0.000000  1    0.388988125774E-03                     
+AS G02  2009  4  1 12 20  0.000000  1    0.153929107852E-03                     
+AS G31  2009  4  1 12 20  0.000000  1   -0.564746330472E-04                     
+AS G17  2009  4  1 12 20  0.000000  1    0.524415531407E-04                     
+AS G12  2009  4  1 12 20  0.000000  1   -0.299521067257E-03                     
+AS G15  2009  4  1 12 20  0.000000  1   -0.276016290999E-03                     
+AS G29  2009  4  1 12 20  0.000000  1    0.485932850392E-05                     
+AS G07  2009  4  1 12 20  0.000000  1    0.209792245347E-04                     
+AS R02  2009  4  1 12 20  0.000000  1    0.206484512096E-04                     
+AS R03  2009  4  1 12 20  0.000000  1   -0.342828871448E-04                     
+AS R04  2009  4  1 12 20  0.000000  1    0.637984295467E-04                     
+AS R06  2009  4  1 12 20  0.000000  1   -0.169260184427E-03                     
+AS R07  2009  4  1 12 20  0.000000  1   -0.891888436225E-04                     
+AS R08  2009  4  1 12 20  0.000000  1   -0.101995861819E-03                     
+AS R10  2009  4  1 12 20  0.000000  1   -0.140838124733E-03                     
+AS R11  2009  4  1 12 20  0.000000  1   -0.926304423117E-04                     
+AS R13  2009  4  1 12 20  0.000000  1   -0.230646249582E-03                     
+AS R14  2009  4  1 12 20  0.000000  1   -0.796064464566E-04                     
+AS R15  2009  4  1 12 20  0.000000  1    0.921114331082E-04                     
+AS R17  2009  4  1 12 20  0.000000  1   -0.261266643548E-03                     
+AS R18  2009  4  1 12 20  0.000000  1   -0.135409873690E-05                     
+AS R19  2009  4  1 12 20  0.000000  1   -0.894247810484E-04                     
+AS R20  2009  4  1 12 20  0.000000  1   -0.650105187651E-04                     
+AS R21  2009  4  1 12 20  0.000000  1   -0.143343658452E-03                     
+AS R22  2009  4  1 12 20  0.000000  1   -0.201582049634E-03                     
+AS R23  2009  4  1 12 20  0.000000  1   -0.200299204844E-03                     
+AR ALGO 2009  4  1 12 20  0.000000  1    0.809488284786E-04                     
+AR ALIC 2009  4  1 12 20  0.000000  1    0.785568052900E-09                     
+AR AMC2 2009  4  1 12 20  0.000000  1    0.155745409714E-08                     
+AR ANKR 2009  4  1 12 20  0.000000  1    0.351866588508E-03                     
+AR ARTU 2009  4  1 12 20  0.000000  1   -0.659897909656E-07                     
+AR ASPA 2009  4  1 12 20  0.000000  1    0.195020141636E-07                     
+AR BHR1 2009  4  1 12 20  0.000000  1    0.563383713168E-03                     
+AR BARH 2009  4  1 12 20  0.000000  1   -0.464047444297E-10                     
+AR BJFS 2009  4  1 12 20  0.000000  1   -0.583671930981E-07                     
+AR BOGT 2009  4  1 12 20  0.000000  1   -0.420525781637E-07                     
+AR BRMU 2009  4  1 12 20  0.000000  1   -0.169620471604E-03                     
+AR CAGZ 2009  4  1 12 20  0.000000  1   -0.319623382042E-03                     
+AR CAS1 2009  4  1 12 20  0.000000  1    0.364320750464E-08                     
+AR CHAT 2009  4  1 12 20  0.000000  1   -0.509168713122E-07                     
+AR CHPI 2009  4  1 12 20  0.000000  1   -0.576348705299E-07                     
+AR CONZ 2009  4  1 12 20  0.000000  1    0.325980655613E-03                     
+AR CRAR 2009  4  1 12 20  0.000000  1   -0.195985846040E-03                     
+AR CRO1 2009  4  1 12 20  0.000000  1    0.665105412176E-03                     
+AR DAEJ 2009  4  1 12 20  0.000000  1   -0.196558539516E-03                     
+AR DARW 2009  4  1 12 20  0.000000  1   -0.127674267139E-07                     
+AR DGAR 2009  4  1 12 20  0.000000  1   -0.854496405049E-07                     
+AR DRAO 2009  4  1 12 20  0.000000  1    0.114521091869E-03                     
+AR FAA1 2009  4  1 12 20  0.000000  1   -0.100070735022E-07                     
+AR FAIR 2009  4  1 12 20  0.000000  1   -0.442814960322E-07                     
+AR GLPS 2009  4  1 12 20  0.000000  1   -0.472068192369E-07                     
+AR GUAM 2009  4  1 12 20  0.000000  1   -0.514915112400E-07                     
+AR GUAT 2009  4  1 12 20  0.000000  1    0.993294022456E-08                     
+AR HOB2 2009  4  1 12 20  0.000000  1    0.878554581348E-07                     
+AR HOFN 2009  4  1 12 20  0.000000  1   -0.409036731206E-03                     
+AR HOLM 2009  4  1 12 20  0.000000  1   -0.483776611077E-07                     
+AR HRAO 2009  4  1 12 20  0.000000  1    0.849464916183E-03                     
+AR HYDE 2009  4  1 12 20  0.000000  1    0.563202951354E-09                     
+AR IRKJ 2009  4  1 12 20  0.000000  1    0.163747610280E-03                     
+AR ISPA 2009  4  1 12 20  0.000000  1   -0.663938552061E-07                     
+AR KARR 2009  4  1 12 20  0.000000  1   -0.519890806916E-07                     
+AR KERG 2009  4  1 12 20  0.000000  1    0.817501097612E-03                     
+AR KHAJ 2009  4  1 12 20  0.000000  1   -0.150782840770E-05                     
+AR KIR0 2009  4  1 12 20  0.000000  1    0.283088372815E-03                     
+AR KIRU 2009  4  1 12 20  0.000000  1    0.591376119092E-03                     
+AR KIT3 2009  4  1 12 20  0.000000  1   -0.406583691277E-08                     
+AR KOUR 2009  4  1 12 20  0.000000  1    0.124914462835E-03                     
+AR KUNM 2009  4  1 12 20  0.000000  1    0.369876782152E-07                     
+AR LHAZ 2009  4  1 12 20  0.000000  1   -0.319302909921E-03                     
+AR MAL2 2009  4  1 12 20  0.000000  1   -0.905871026784E-08                     
+AR MAS1 2009  4  1 12 20  0.000000  1   -0.101612013816E-03                     
+AR MAW1 2009  4  1 12 20  0.000000  1    0.948519587950E-08                     
+AR MCIL 2009  4  1 12 20  0.000000  1    0.267889794087E-07                     
+AR MCM4 2009  4  1 12 20  0.000000  1   -0.537669416419E-07                     
+AR MDO1 2009  4  1 12 20  0.000000  1   -0.340019063073E-07                     
+AR MDVJ 2009  4  1 12 20  0.000000  1    0.438552196660E-03                     
+AR MKEA 2009  4  1 12 20  0.000000  1   -0.404124469322E-07                     
+AR MOBS 2009  4  1 12 20  0.000000  1   -0.169269996427E-09                     
+AR NANO 2009  4  1 12 20  0.000000  1    0.412948144667E-08                     
+AR NLIB 2009  4  1 12 20  0.000000  1   -0.119579803438E-06                     
+AR NNOR 2009  4  1 12 20  0.000000  1    0.365796402905E-03                     
+AR NRC1 2009  4  1 12 20  0.000000  1   -0.448606444922E-05                     
+AR NRIL 2009  4  1 12 20  0.000000  1   -0.519797909421E-07                     
+AR NRMD 2009  4  1 12 20  0.000000  1    0.247399469688E-07                     
+AR NTUS 2009  4  1 12 20  0.000000  1   -0.218428362620E-08                     
+AR NYAL 2009  4  1 12 20  0.000000  1    0.942799280865E-07                     
+AR OHI3 2009  4  1 12 20  0.000000  1   -0.314167896361E-03                     
+AR PDEL 2009  4  1 12 20  0.000000  1   -0.489939044012E-09                     
+AR PERT 2009  4  1 12 20  0.000000  1   -0.527857181131E-07                     
+AR PETP 2009  4  1 12 20  0.000000  1   -0.425129454060E-07                     
+AR PIMO 2009  4  1 12 20  0.000000  1   -0.552277637150E-07                     
+AR QAQ1 2009  4  1 12 20  0.000000  1   -0.603932599642E-07                     
+AR QUIN 2009  4  1 12 20  0.000000  1   -0.464828535234E-07                     
+AR RABT 2009  4  1 12 20  0.000000  1   -0.584563823103E-07                     
+AR RAMO 2009  4  1 12 20  0.000000  1   -0.338072280982E-07                     
+AR RCMN 2009  4  1 12 20  0.000000  1    0.404876924364E-09                     
+AR REDU 2009  4  1 12 20  0.000000  1   -0.524585755789E-07                     
+AR REUN 2009  4  1 12 20  0.000000  1    0.306808430519E-07                     
+AR REYK 2009  4  1 12 20  0.000000  1   -0.174386636306E-03                     
+AR SCH2 2009  4  1 12 20  0.000000  1    0.188994964100E-03                     
+AR SCUB 2009  4  1 12 20  0.000000  1   -0.674990003389E-07                     
+AR STJO 2009  4  1 12 20  0.000000  1   -0.704260184698E-05                     
+AR SYDN 2009  4  1 12 20  0.000000  1    0.141061642276E-05                     
+AR SYOG 2009  4  1 12 20  0.000000  1    0.140097469947E-04                     
+AR THU2 2009  4  1 12 20  0.000000  1    0.462224986158E-03                     
+AR TOW2 2009  4  1 12 20  0.000000  1   -0.100435069720E-08                     
+AR URUM 2009  4  1 12 20  0.000000  1    0.345524976774E-03                     
+AR VESL 2009  4  1 12 20  0.000000  1   -0.210095703891E-03                     
+AR VILL 2009  4  1 12 20  0.000000  1   -0.661178751480E-07                     
+AR WTZR 2009  4  1 12 20  0.000000  1    0.451888410234E-07                     
+AR WUHN 2009  4  1 12 20  0.000000  1   -0.654935229172E-07                     
+AR YSSK 2009  4  1 12 20  0.000000  1   -0.745434726526E-07                     
+AR ZIM2 2009  4  1 12 20  0.000000  1    0.417750458229E-07                     
+AR XMIS 2009  4  1 12 20  0.000000  1   -0.408889206332E-08                     
+AR GODZ 2009  4  1 12 20  0.000000  1   -0.469120696783E-03                     
+AR MTKA 2009  4  1 12 20  0.000000  1   -0.685183447743E-07                     
+AR TIXJ 2009  4  1 12 20  0.000000  1    0.927611639759E-04                     
+AR PARK 2009  4  1 12 20  0.000000  1    0.806574726869E-06                     
+AR UNBJ 2009  4  1 12 20  0.000000  1   -0.163549181927E-03                     
+AR NOVM 2009  4  1 12 20  0.000000  1    0.798332980853E-04                     
+AR SUNM 2009  4  1 12 20  0.000000  1   -0.262382413544E-03                     
+AR CEBR 2009  4  1 12 20  0.000000  1    0.719431295754E-03                     
+AR CPXF 2009  4  1 12 20  0.000000  1    0.175260777753E-08                     
+AR IDDR 2009  4  1 12 20  0.000000  1    0.973664937098E-08                     
+AR AZGB 2009  4  1 12 20  0.000000  1   -0.289612963577E-03                     
+AR TN22 2009  4  1 12 20  0.000000  1   -0.943648790303E-04                     
+AR ETAD 2009  4  1 12 20  0.000000  1    0.322821668578E-07                     
+AR ILHA 2009  4  1 12 20  0.000000  1    0.490684702933E-08                     
+AR POVE 2009  4  1 12 20  0.000000  1   -0.181611348804E-08                     
+AR RECF 2009  4  1 12 20  0.000000  1    0.184185937996E-07                     
+AR SALU 2009  4  1 12 20  0.000000  1    0.304959111527E-07                     
+AR SAVO 2009  4  1 12 20  0.000000  1    0.268869863524E-07                     
+AR UFPR 2009  4  1 12 20  0.000000  1    0.260175646403E-07                     
+AR YELL 2009  4  1 12 20  0.000000  1    0.243573000000E-06                     
+AS G32  2009  4  1 12 25  0.000000  1    0.280173949898E-03                     
+AS G24  2009  4  1 12 25  0.000000  1    0.177836900025E-03                     
+AS G25  2009  4  1 12 25  0.000000  1    0.334565601550E-03                     
+AS G26  2009  4  1 12 25  0.000000  1    0.544594341392E-04                     
+AS G27  2009  4  1 12 25  0.000000  1    0.371447448697E-04                     
+AS G30  2009  4  1 12 25  0.000000  1    0.136263008072E-03                     
+AS G03  2009  4  1 12 25  0.000000  1    0.373472292635E-03                     
+AS G04  2009  4  1 12 25  0.000000  1   -0.347248177768E-04                     
+AS G06  2009  4  1 12 25  0.000000  1    0.602424198757E-04                     
+AS G08  2009  4  1 12 25  0.000000  1   -0.196546316466E-03                     
+AS G09  2009  4  1 12 25  0.000000  1    0.484652410485E-04                     
+AS G10  2009  4  1 12 25  0.000000  1   -0.136280032738E-04                     
+AS G14  2009  4  1 12 25  0.000000  1   -0.132386510898E-03                     
+AS G13  2009  4  1 12 25  0.000000  1    0.293264567331E-03                     
+AS G28  2009  4  1 12 25  0.000000  1   -0.238315161577E-04                     
+AS G21  2009  4  1 12 25  0.000000  1    0.215214745551E-04                     
+AS G11  2009  4  1 12 25  0.000000  1    0.274839886749E-05                     
+AS G22  2009  4  1 12 25  0.000000  1    0.202425245996E-03                     
+AS G20  2009  4  1 12 25  0.000000  1    0.865558982046E-04                     
+AS G18  2009  4  1 12 25  0.000000  1   -0.695180646425E-04                     
+AS G16  2009  4  1 12 25  0.000000  1    0.629940261683E-04                     
+AS G19  2009  4  1 12 25  0.000000  1    0.293553004357E-04                     
+AS G23  2009  4  1 12 25  0.000000  1    0.388988440833E-03                     
+AS G02  2009  4  1 12 25  0.000000  1    0.153928934923E-03                     
+AS G31  2009  4  1 12 25  0.000000  1   -0.564748815539E-04                     
+AS G17  2009  4  1 12 25  0.000000  1    0.524420681385E-04                     
+AS G12  2009  4  1 12 25  0.000000  1   -0.299519761148E-03                     
+AS G15  2009  4  1 12 25  0.000000  1   -0.276017666880E-03                     
+AS G29  2009  4  1 12 25  0.000000  1    0.486057803825E-05                     
+AS G07  2009  4  1 12 25  0.000000  1    0.209792008572E-04                     
+AS R02  2009  4  1 12 25  0.000000  1    0.206475500134E-04                     
+AS R03  2009  4  1 12 25  0.000000  1   -0.342844934262E-04                     
+AS R04  2009  4  1 12 25  0.000000  1    0.637967353560E-04                     
+AS R06  2009  4  1 12 25  0.000000  1   -0.169259090575E-03                     
+AS R07  2009  4  1 12 25  0.000000  1   -0.891894632455E-04                     
+AS R08  2009  4  1 12 25  0.000000  1   -0.101995804477E-03                     
+AS R10  2009  4  1 12 25  0.000000  1   -0.140838032170E-03                     
+AS R11  2009  4  1 12 25  0.000000  1   -0.926308510245E-04                     
+AS R13  2009  4  1 12 25  0.000000  1   -0.230646766955E-03                     
+AS R14  2009  4  1 12 25  0.000000  1   -0.796056444926E-04                     
+AS R15  2009  4  1 12 25  0.000000  1    0.921113523870E-04                     
+AS R17  2009  4  1 12 25  0.000000  1   -0.261266739349E-03                     
+AS R18  2009  4  1 12 25  0.000000  1   -0.135396270211E-05                     
+AS R19  2009  4  1 12 25  0.000000  1   -0.894252281009E-04                     
+AS R20  2009  4  1 12 25  0.000000  1   -0.650109312207E-04                     
+AS R21  2009  4  1 12 25  0.000000  1   -0.143344383563E-03                     
+AS R22  2009  4  1 12 25  0.000000  1   -0.201583215655E-03                     
+AS R23  2009  4  1 12 25  0.000000  1   -0.200298699953E-03                     
+AR ALGO 2009  4  1 12 25  0.000000  1    0.809529067438E-04                     
+AR ALIC 2009  4  1 12 25  0.000000  1   -0.226177202169E-08                     
+AR AMC2 2009  4  1 12 25  0.000000  1    0.154915995821E-08                     
+AR ANKR 2009  4  1 12 25  0.000000  1    0.417813833143E-03                     
+AR ARTU 2009  4  1 12 25  0.000000  1   -0.639715283134E-07                     
+AR ASPA 2009  4  1 12 25  0.000000  1    0.196490884025E-07                     
+AR BHR1 2009  4  1 12 25  0.000000  1    0.563383668629E-03                     
+AR BARH 2009  4  1 12 25  0.000000  1    0.141977928042E-08                     
+AR BJFS 2009  4  1 12 25  0.000000  1   -0.607358145876E-07                     
+AR BOGT 2009  4  1 12 25  0.000000  1   -0.426092684805E-07                     
+AR BRMU 2009  4  1 12 25  0.000000  1    0.328029756305E-03                     
+AR CAGZ 2009  4  1 12 25  0.000000  1   -0.962184796816E-04                     
+AR CAS1 2009  4  1 12 25  0.000000  1    0.434672215350E-08                     
+AR CHAT 2009  4  1 12 25  0.000000  1   -0.505736075573E-07                     
+AR CHPI 2009  4  1 12 25  0.000000  1   -0.603315160787E-07                     
+AR COCO 2009  4  1 12 25  0.000000  1    0.227652170948E-03                     
+AR CONZ 2009  4  1 12 25  0.000000  1    0.204007461963E-03                     
+AR CRAR 2009  4  1 12 25  0.000000  1   -0.221124570464E-03                     
+AR CRO1 2009  4  1 12 25  0.000000  1    0.665105458859E-03                     
+AR DAEJ 2009  4  1 12 25  0.000000  1   -0.196558813747E-03                     
+AR DARW 2009  4  1 12 25  0.000000  1   -0.579352055538E-08                     
+AR DGAR 2009  4  1 12 25  0.000000  1   -0.880825022472E-07                     
+AR DRAO 2009  4  1 12 25  0.000000  1    0.114557727684E-03                     
+AR FAA1 2009  4  1 12 25  0.000000  1   -0.993328721617E-08                     
+AR FAIR 2009  4  1 12 25  0.000000  1   -0.534898595099E-07                     
+AR GLPS 2009  4  1 12 25  0.000000  1   -0.477147266467E-07                     
+AR GUAM 2009  4  1 12 25  0.000000  1   -0.511096772949E-07                     
+AR GUAT 2009  4  1 12 25  0.000000  1    0.998200609814E-08                     
+AR HOB2 2009  4  1 12 25  0.000000  1    0.878528546371E-07                     
+AR HOFN 2009  4  1 12 25  0.000000  1   -0.331393238948E-03                     
+AR HOLM 2009  4  1 12 25  0.000000  1   -0.585146207366E-07                     
+AR HRAO 2009  4  1 12 25  0.000000  1    0.849464993199E-03                     
+AR HYDE 2009  4  1 12 25  0.000000  1    0.354425581672E-08                     
+AR IRKJ 2009  4  1 12 25  0.000000  1    0.163747548379E-03                     
+AR ISPA 2009  4  1 12 25  0.000000  1   -0.639506022030E-07                     
+AR KARR 2009  4  1 12 25  0.000000  1   -0.583725923074E-07                     
+AR KERG 2009  4  1 12 25  0.000000  1    0.817500731581E-03                     
+AR KHAJ 2009  4  1 12 25  0.000000  1   -0.150783472050E-05                     
+AR KIR0 2009  4  1 12 25  0.000000  1    0.283081573777E-03                     
+AR KIRU 2009  4  1 12 25  0.000000  1    0.591385623772E-03                     
+AR KIT3 2009  4  1 12 25  0.000000  1    0.163469880141E-08                     
+AR KOUR 2009  4  1 12 25  0.000000  1    0.124914477868E-03                     
+AR KUNM 2009  4  1 12 25  0.000000  1    0.222468436733E-07                     
+AR LHAZ 2009  4  1 12 25  0.000000  1   -0.304320734584E-03                     
+AR MAL2 2009  4  1 12 25  0.000000  1   -0.101833592835E-07                     
+AR MAS1 2009  4  1 12 25  0.000000  1   -0.101612341393E-03                     
+AR MAW1 2009  4  1 12 25  0.000000  1    0.110316223587E-07                     
+AR MCIL 2009  4  1 12 25  0.000000  1    0.259233058776E-07                     
+AR MCM4 2009  4  1 12 25  0.000000  1   -0.530330138385E-07                     
+AR MDO1 2009  4  1 12 25  0.000000  1   -0.406961908008E-07                     
+AR MDVJ 2009  4  1 12 25  0.000000  1    0.438552177167E-03                     
+AR MKEA 2009  4  1 12 25  0.000000  1   -0.397058397298E-07                     
+AR MOBS 2009  4  1 12 25  0.000000  1    0.186388197808E-08                     
+AR NANO 2009  4  1 12 25  0.000000  1   -0.111112460473E-08                     
+AR NNOR 2009  4  1 12 25  0.000000  1    0.365796295693E-03                     
+AR NRC1 2009  4  1 12 25  0.000000  1   -0.448606578753E-05                     
+AR NRIL 2009  4  1 12 25  0.000000  1   -0.508081565550E-07                     
+AR NRMD 2009  4  1 12 25  0.000000  1    0.228516177688E-07                     
+AR NTUS 2009  4  1 12 25  0.000000  1   -0.311354457414E-08                     
+AR NYAL 2009  4  1 12 25  0.000000  1    0.942839118471E-07                     
+AR OHI3 2009  4  1 12 25  0.000000  1   -0.200686089442E-03                     
+AR PDEL 2009  4  1 12 25  0.000000  1    0.542318639752E-09                     
+AR PERT 2009  4  1 12 25  0.000000  1   -0.541248356849E-07                     
+AR PETP 2009  4  1 12 25  0.000000  1   -0.541750541483E-07                     
+AR PIMO 2009  4  1 12 25  0.000000  1   -0.557881623551E-07                     
+AR QAQ1 2009  4  1 12 25  0.000000  1   -0.621228169538E-07                     
+AR QUIN 2009  4  1 12 25  0.000000  1   -0.463071081417E-07                     
+AR RABT 2009  4  1 12 25  0.000000  1   -0.594101313089E-07                     
+AR RAMO 2009  4  1 12 25  0.000000  1   -0.213440508023E-07                     
+AR RCMN 2009  4  1 12 25  0.000000  1    0.102351723782E-08                     
+AR REDU 2009  4  1 12 25  0.000000  1   -0.495296629846E-07                     
+AR REUN 2009  4  1 12 25  0.000000  1    0.299268739516E-07                     
+AR REYK 2009  4  1 12 25  0.000000  1   -0.161938442031E-03                     
+AR SCH2 2009  4  1 12 25  0.000000  1    0.189009975812E-03                     
+AR SCUB 2009  4  1 12 25  0.000000  1   -0.658472655714E-07                     
+AR STJO 2009  4  1 12 25  0.000000  1   -0.704290782991E-05                     
+AR SYDN 2009  4  1 12 25  0.000000  1    0.141060848557E-05                     
+AR SYOG 2009  4  1 12 25  0.000000  1    0.140098064975E-04                     
+AR THU2 2009  4  1 12 25  0.000000  1    0.460222893183E-03                     
+AR TOW2 2009  4  1 12 25  0.000000  1    0.112652325278E-08                     
+AR URUM 2009  4  1 12 25  0.000000  1    0.267292255874E-03                     
+AR VESL 2009  4  1 12 25  0.000000  1   -0.172164352628E-03                     
+AR VILL 2009  4  1 12 25  0.000000  1   -0.633665383246E-07                     
+AR WTZR 2009  4  1 12 25  0.000000  1    0.451654497963E-07                     
+AR WUHN 2009  4  1 12 25  0.000000  1   -0.680121721603E-07                     
+AR YSSK 2009  4  1 12 25  0.000000  1   -0.740907082202E-07                     
+AR ZIM2 2009  4  1 12 25  0.000000  1    0.419733576123E-07                     
+AR XMIS 2009  4  1 12 25  0.000000  1   -0.547190080778E-08                     
+AR GODZ 2009  4  1 12 25  0.000000  1   -0.469120683134E-03                     
+AR MTKA 2009  4  1 12 25  0.000000  1   -0.591826620876E-07                     
+AR TIXJ 2009  4  1 12 25  0.000000  1    0.896591196434E-04                     
+AR PARK 2009  4  1 12 25  0.000000  1    0.806698020497E-06                     
+AR UNBJ 2009  4  1 12 25  0.000000  1   -0.239620402601E-03                     
+AR NOVM 2009  4  1 12 25  0.000000  1    0.798333026340E-04                     
+AR SUNM 2009  4  1 12 25  0.000000  1   -0.419470365085E-03                     
+AR CEBR 2009  4  1 12 25  0.000000  1    0.719431300306E-03                     
+AR CPXF 2009  4  1 12 25  0.000000  1    0.343101969583E-08                     
+AR IDDR 2009  4  1 12 25  0.000000  1    0.820041913870E-08                     
+AR AZGB 2009  4  1 12 25  0.000000  1   -0.429000378534E-03                     
+AR TN22 2009  4  1 12 25  0.000000  1   -0.175761454906E-03                     
+AR ETAD 2009  4  1 12 25  0.000000  1    0.255193089815E-07                     
+AR ILHA 2009  4  1 12 25  0.000000  1    0.401228151154E-08                     
+AR POVE 2009  4  1 12 25  0.000000  1   -0.173855545026E-08                     
+AR RECF 2009  4  1 12 25  0.000000  1    0.198265313995E-07                     
+AR SALU 2009  4  1 12 25  0.000000  1    0.332422723984E-07                     
+AR SAVO 2009  4  1 12 25  0.000000  1    0.285712252615E-07                     
+AR UFPR 2009  4  1 12 25  0.000000  1    0.250921435811E-07                     
+AR YELL 2009  4  1 12 25  0.000000  1    0.243643000000E-06                     
+AS G32  2009  4  1 12 30  0.000000  1    0.280172562818E-03                     
+AS G24  2009  4  1 12 30  0.000000  1    0.177838328617E-03                     
+AS G25  2009  4  1 12 30  0.000000  1    0.334572147911E-03                     
+AS G26  2009  4  1 12 30  0.000000  1    0.544599304972E-04                     
+AS G27  2009  4  1 12 30  0.000000  1    0.371462323458E-04                     
+AS G30  2009  4  1 12 30  0.000000  1    0.136263986936E-03                     
+AS G03  2009  4  1 12 30  0.000000  1    0.373473921070E-03                     
+AS G04  2009  4  1 12 30  0.000000  1   -0.347292320964E-04                     
+AS G06  2009  4  1 12 30  0.000000  1    0.602476506231E-04                     
+AS G08  2009  4  1 12 30  0.000000  1   -0.196547164688E-03                     
+AS G09  2009  4  1 12 30  0.000000  1    0.484656391339E-04                     
+AS G10  2009  4  1 12 30  0.000000  1   -0.136279770851E-04                     
+AS G14  2009  4  1 12 30  0.000000  1   -0.132384610072E-03                     
+AS G13  2009  4  1 12 30  0.000000  1    0.293265048772E-03                     
+AS G28  2009  4  1 12 30  0.000000  1   -0.238316324229E-04                     
+AS G21  2009  4  1 12 30  0.000000  1    0.215212433637E-04                     
+AS G11  2009  4  1 12 30  0.000000  1    0.274815226224E-05                     
+AS G22  2009  4  1 12 30  0.000000  1    0.202425777493E-03                     
+AS G20  2009  4  1 12 30  0.000000  1    0.865558447362E-04                     
+AS G18  2009  4  1 12 30  0.000000  1   -0.695167142589E-04                     
+AS G16  2009  4  1 12 30  0.000000  1    0.629931639524E-04                     
+AS G19  2009  4  1 12 30  0.000000  1    0.293551269978E-04                     
+AS G23  2009  4  1 12 30  0.000000  1    0.388988802333E-03                     
+AS G02  2009  4  1 12 30  0.000000  1    0.153928967638E-03                     
+AS G31  2009  4  1 12 30  0.000000  1   -0.564754193878E-04                     
+AS G17  2009  4  1 12 30  0.000000  1    0.524423075628E-04                     
+AS G12  2009  4  1 12 30  0.000000  1   -0.299518317249E-03                     
+AS G15  2009  4  1 12 30  0.000000  1   -0.276019103160E-03                     
+AS G29  2009  4  1 12 30  0.000000  1    0.486204863816E-05                     
+AS G07  2009  4  1 12 30  0.000000  1    0.209788326681E-04                     
+AS R02  2009  4  1 12 30  0.000000  1    0.206466460358E-04                     
+AS R03  2009  4  1 12 30  0.000000  1   -0.342845826906E-04                     
+AS R04  2009  4  1 12 30  0.000000  1    0.637939219435E-04                     
+AS R06  2009  4  1 12 30  0.000000  1   -0.169260328028E-03                     
+AS R07  2009  4  1 12 30  0.000000  1   -0.891879419374E-04                     
+AS R08  2009  4  1 12 30  0.000000  1   -0.101995473225E-03                     
+AS R10  2009  4  1 12 30  0.000000  1   -0.140837999045E-03                     
+AS R11  2009  4  1 12 30  0.000000  1   -0.926311434016E-04                     
+AS R13  2009  4  1 12 30  0.000000  1   -0.230647051547E-03                     
+AS R14  2009  4  1 12 30  0.000000  1   -0.796052844496E-04                     
+AS R15  2009  4  1 12 30  0.000000  1    0.921118820921E-04                     
+AS R17  2009  4  1 12 30  0.000000  1   -0.261267072661E-03                     
+AS R18  2009  4  1 12 30  0.000000  1   -0.135379527273E-05                     
+AS R19  2009  4  1 12 30  0.000000  1   -0.894253948821E-04                     
+AS R20  2009  4  1 12 30  0.000000  1   -0.650116377269E-04                     
+AS R21  2009  4  1 12 30  0.000000  1   -0.143344958332E-03                     
+AS R22  2009  4  1 12 30  0.000000  1   -0.201584049973E-03                     
+AS R23  2009  4  1 12 30  0.000000  1   -0.200297376362E-03                     
+AR ALGO 2009  4  1 12 30  0.000000  1    0.809573875143E-04                     
+AR ALIC 2009  4  1 12 30  0.000000  1   -0.268991511535E-08                     
+AR AMC2 2009  4  1 12 30  0.000000  1    0.155523057631E-08                     
+AR ANKR 2009  4  1 12 30  0.000000  1    0.483581748890E-03                     
+AR ARTU 2009  4  1 12 30  0.000000  1   -0.620914506857E-07                     
+AR ASPA 2009  4  1 12 30  0.000000  1    0.216162150318E-07                     
+AR BHR1 2009  4  1 12 30  0.000000  1    0.563383498456E-03                     
+AR BARH 2009  4  1 12 30  0.000000  1    0.163280931277E-08                     
+AR BJFS 2009  4  1 12 30  0.000000  1   -0.606994177222E-07                     
+AR BOGT 2009  4  1 12 30  0.000000  1   -0.429637429762E-07                     
+AR BRMU 2009  4  1 12 30  0.000000  1   -0.174002899711E-03                     
+AR CAGZ 2009  4  1 12 30  0.000000  1    0.127135359200E-03                     
+AR CAS1 2009  4  1 12 30  0.000000  1    0.282604927340E-08                     
+AR CHAT 2009  4  1 12 30  0.000000  1   -0.505333337786E-07                     
+AR CHPI 2009  4  1 12 30  0.000000  1   -0.548732598963E-07                     
+AR COCO 2009  4  1 12 30  0.000000  1    0.227654267071E-03                     
+AR CONZ 2009  4  1 12 30  0.000000  1    0.819571337211E-04                     
+AR CRAR 2009  4  1 12 30  0.000000  1   -0.246247948865E-03                     
+AR CRO1 2009  4  1 12 30  0.000000  1    0.665105461152E-03                     
+AR DAEJ 2009  4  1 12 30  0.000000  1   -0.196558361127E-03                     
+AR DARW 2009  4  1 12 30  0.000000  1   -0.549482333062E-08                     
+AR DGAR 2009  4  1 12 30  0.000000  1   -0.866115434472E-07                     
+AR DRAO 2009  4  1 12 30  0.000000  1    0.114594787813E-03                     
+AR FAA1 2009  4  1 12 30  0.000000  1   -0.818002946068E-08                     
+AR FAIR 2009  4  1 12 30  0.000000  1   -0.557752835634E-07                     
+AR GLPS 2009  4  1 12 30  0.000000  1   -0.486515528396E-07                     
+AR GUAM 2009  4  1 12 30  0.000000  1   -0.523818841458E-07                     
+AR GUAT 2009  4  1 12 30  0.000000  1    0.100733451660E-07                     
+AR HOB2 2009  4  1 12 30  0.000000  1    0.878836996265E-07                     
+AR HOFN 2009  4  1 12 30  0.000000  1   -0.253810103865E-03                     
+AR HOLM 2009  4  1 12 30  0.000000  1   -0.529182139545E-07                     
+AR HRAO 2009  4  1 12 30  0.000000  1    0.849465090077E-03                     
+AR HYDE 2009  4  1 12 30  0.000000  1    0.270189644134E-08                     
+AR IRKJ 2009  4  1 12 30  0.000000  1    0.163747570013E-03                     
+AR ISPA 2009  4  1 12 30  0.000000  1   -0.621947064134E-07                     
+AR KARR 2009  4  1 12 30  0.000000  1   -0.578208107919E-07                     
+AR KERG 2009  4  1 12 30  0.000000  1    0.817500576925E-03                     
+AR KHAJ 2009  4  1 12 30  0.000000  1   -0.150783048257E-05                     
+AR KIR0 2009  4  1 12 30  0.000000  1    0.283074790709E-03                     
+AR KIRU 2009  4  1 12 30  0.000000  1    0.591385951754E-03                     
+AR KIT3 2009  4  1 12 30  0.000000  1   -0.481892611022E-08                     
+AR KOUR 2009  4  1 12 30  0.000000  1    0.124914538718E-03                     
+AR KUNM 2009  4  1 12 30  0.000000  1    0.431177840264E-07                     
+AR LHAZ 2009  4  1 12 30  0.000000  1   -0.289325310068E-03                     
+AR MAL2 2009  4  1 12 30  0.000000  1   -0.104548237986E-07                     
+AR MAS1 2009  4  1 12 30  0.000000  1   -0.101612698965E-03                     
+AR MAW1 2009  4  1 12 30  0.000000  1    0.102564828349E-07                     
+AR MCIL 2009  4  1 12 30  0.000000  1    0.288183727125E-07                     
+AR MCM4 2009  4  1 12 30  0.000000  1   -0.527528390994E-07                     
+AR MDO1 2009  4  1 12 30  0.000000  1   -0.405616860952E-07                     
+AR MDVJ 2009  4  1 12 30  0.000000  1    0.438552171963E-03                     
+AR MKEA 2009  4  1 12 30  0.000000  1   -0.394716140566E-07                     
+AR MOBS 2009  4  1 12 30  0.000000  1    0.433016870479E-08                     
+AR NANO 2009  4  1 12 30  0.000000  1    0.749225592512E-09                     
+AR NNOR 2009  4  1 12 30  0.000000  1    0.365796291610E-03                     
+AR NRC1 2009  4  1 12 30  0.000000  1   -0.448604469359E-05                     
+AR NRIL 2009  4  1 12 30  0.000000  1   -0.486076638629E-07                     
+AR NRMD 2009  4  1 12 30  0.000000  1    0.231570837403E-07                     
+AR NTUS 2009  4  1 12 30  0.000000  1   -0.447820810717E-08                     
+AR NYAL 2009  4  1 12 30  0.000000  1    0.942909922886E-07                     
+AR OHI3 2009  4  1 12 30  0.000000  1   -0.868711137576E-04                     
+AR PDEL 2009  4  1 12 30  0.000000  1    0.909152420662E-09                     
+AR PERT 2009  4  1 12 30  0.000000  1   -0.540845439145E-07                     
+AR PETP 2009  4  1 12 30  0.000000  1   -0.550272491411E-07                     
+AR PIMO 2009  4  1 12 30  0.000000  1   -0.656999933611E-07                     
+AR QAQ1 2009  4  1 12 30  0.000000  1   -0.639234801709E-07                     
+AR QUIN 2009  4  1 12 30  0.000000  1   -0.518718528326E-07                     
+AR RABT 2009  4  1 12 30  0.000000  1   -0.564242472937E-07                     
+AR RAMO 2009  4  1 12 30  0.000000  1   -0.214269174305E-07                     
+AR RCMN 2009  4  1 12 30  0.000000  1    0.352355249552E-08                     
+AR REDU 2009  4  1 12 30  0.000000  1   -0.526999297705E-07                     
+AR REUN 2009  4  1 12 30  0.000000  1    0.295974885505E-07                     
+AR REYK 2009  4  1 12 30  0.000000  1   -0.149838767011E-03                     
+AR SCH2 2009  4  1 12 30  0.000000  1    0.189025411301E-03                     
+AR SCUB 2009  4  1 12 30  0.000000  1   -0.650231405193E-07                     
+AR STJO 2009  4  1 12 30  0.000000  1   -0.704318951370E-05                     
+AR SYDN 2009  4  1 12 30  0.000000  1    0.141053655925E-05                     
+AR SYOG 2009  4  1 12 30  0.000000  1    0.140096997450E-04                     
+AR THU2 2009  4  1 12 30  0.000000  1    0.458220638253E-03                     
+AR TOW2 2009  4  1 12 30  0.000000  1   -0.280121583015E-09                     
+AR URUM 2009  4  1 12 30  0.000000  1    0.189102460881E-03                     
+AR VESL 2009  4  1 12 30  0.000000  1   -0.134310793051E-03                     
+AR VILL 2009  4  1 12 30  0.000000  1   -0.598945221443E-07                     
+AR WTZR 2009  4  1 12 30  0.000000  1    0.451808981588E-07                     
+AR WUHN 2009  4  1 12 30  0.000000  1   -0.661315937382E-07                     
+AR YSSK 2009  4  1 12 30  0.000000  1   -0.723636714721E-07                     
+AR ZIM2 2009  4  1 12 30  0.000000  1    0.413345802172E-07                     
+AR XMIS 2009  4  1 12 30  0.000000  1   -0.564585314516E-08                     
+AR GODZ 2009  4  1 12 30  0.000000  1   -0.469120685033E-03                     
+AR MTKA 2009  4  1 12 30  0.000000  1   -0.609254434645E-07                     
+AR TIXJ 2009  4  1 12 30  0.000000  1    0.866140375571E-04                     
+AR PARK 2009  4  1 12 30  0.000000  1    0.806661845732E-06                     
+AR UNBJ 2009  4  1 12 30  0.000000  1   -0.315766302089E-03                     
+AR NOVM 2009  4  1 12 30  0.000000  1    0.798333585991E-04                     
+AR SUNM 2009  4  1 12 30  0.000000  1    0.423605077746E-03                     
+AR CEBR 2009  4  1 12 30  0.000000  1    0.719431300145E-03                     
+AR CPXF 2009  4  1 12 30  0.000000  1    0.574750861367E-09                     
+AR IDDR 2009  4  1 12 30  0.000000  1    0.703834547072E-08                     
+AR AZGB 2009  4  1 12 30  0.000000  1    0.431535490701E-03                     
+AR TN22 2009  4  1 12 30  0.000000  1   -0.256957035134E-03                     
+AR ETAD 2009  4  1 12 30  0.000000  1    0.325446530663E-07                     
+AR ILHA 2009  4  1 12 30  0.000000  1    0.316734149116E-08                     
+AR POVE 2009  4  1 12 30  0.000000  1   -0.465438408058E-08                     
+AR RECF 2009  4  1 12 30  0.000000  1    0.230414635986E-07                     
+AR SALU 2009  4  1 12 30  0.000000  1    0.314190336815E-07                     
+AR SAVO 2009  4  1 12 30  0.000000  1    0.292571197318E-07                     
+AR UFPR 2009  4  1 12 30  0.000000  1    0.242499354167E-07                     
+AR YELL 2009  4  1 12 30  0.000000  1    0.243713000000E-06                     
+AS G32  2009  4  1 12 35  0.000000  1    0.280171205120E-03                     
+AS G24  2009  4  1 12 35  0.000000  1    0.177839313584E-03                     
+AS G25  2009  4  1 12 35  0.000000  1    0.334578722809E-03                     
+AS G26  2009  4  1 12 35  0.000000  1    0.544605568561E-04                     
+AS G27  2009  4  1 12 35  0.000000  1    0.371473652982E-04                     
+AS G30  2009  4  1 12 35  0.000000  1    0.136264042774E-03                     
+AS G03  2009  4  1 12 35  0.000000  1    0.373475674457E-03                     
+AS G04  2009  4  1 12 35  0.000000  1   -0.347336774465E-04                     
+AS G06  2009  4  1 12 35  0.000000  1    0.602532365796E-04                     
+AS G08  2009  4  1 12 35  0.000000  1   -0.196547521820E-03                     
+AS G09  2009  4  1 12 35  0.000000  1    0.484665195359E-04                     
+AS G10  2009  4  1 12 35  0.000000  1   -0.136287042773E-04                     
+AS G14  2009  4  1 12 35  0.000000  1   -0.132382843991E-03                     
+AS G13  2009  4  1 12 35  0.000000  1    0.293265475090E-03                     
+AS G28  2009  4  1 12 35  0.000000  1   -0.238316441212E-04                     
+AS G21  2009  4  1 12 35  0.000000  1    0.215207637987E-04                     
+AS G11  2009  4  1 12 35  0.000000  1    0.274803398282E-05                     
+AS G22  2009  4  1 12 35  0.000000  1    0.202425293952E-03                     
+AS G20  2009  4  1 12 35  0.000000  1    0.865555714027E-04                     
+AS G18  2009  4  1 12 35  0.000000  1   -0.695157582633E-04                     
+AS G16  2009  4  1 12 35  0.000000  1    0.629921755084E-04                     
+AS G19  2009  4  1 12 35  0.000000  1    0.293549325116E-04                     
+AS G23  2009  4  1 12 35  0.000000  1    0.388988734724E-03                     
+AS G02  2009  4  1 12 35  0.000000  1    0.153928787738E-03                     
+AS G31  2009  4  1 12 35  0.000000  1   -0.564756719166E-04                     
+AS G17  2009  4  1 12 35  0.000000  1    0.524430300995E-04                     
+AS G12  2009  4  1 12 35  0.000000  1   -0.299516888450E-03                     
+AS G15  2009  4  1 12 35  0.000000  1   -0.276020371862E-03                     
+AS G29  2009  4  1 12 35  0.000000  1    0.486306698117E-05                     
+AS G07  2009  4  1 12 35  0.000000  1    0.209788459866E-04                     
+AS R02  2009  4  1 12 35  0.000000  1    0.206457110818E-04                     
+AS R03  2009  4  1 12 35  0.000000  1   -0.342859537977E-04                     
+AS R04  2009  4  1 12 35  0.000000  1    0.637916691327E-04                     
+AS R06  2009  4  1 12 35  0.000000  1   -0.169257479741E-03                     
+AS R07  2009  4  1 12 35  0.000000  1   -0.891873406863E-04                     
+AS R08  2009  4  1 12 35  0.000000  1   -0.101995413214E-03                     
+AS R10  2009  4  1 12 35  0.000000  1   -0.140837391374E-03                     
+AS R11  2009  4  1 12 35  0.000000  1   -0.926312055086E-04                     
+AS R13  2009  4  1 12 35  0.000000  1   -0.230647404555E-03                     
+AS R14  2009  4  1 12 35  0.000000  1   -0.796037395089E-04                     
+AS R15  2009  4  1 12 35  0.000000  1    0.921119238125E-04                     
+AS R17  2009  4  1 12 35  0.000000  1   -0.261267141441E-03                     
+AS R18  2009  4  1 12 35  0.000000  1   -0.135369236965E-05                     
+AS R19  2009  4  1 12 35  0.000000  1   -0.894256077284E-04                     
+AS R20  2009  4  1 12 35  0.000000  1   -0.650116315302E-04                     
+AS R21  2009  4  1 12 35  0.000000  1   -0.143345403944E-03                     
+AS R22  2009  4  1 12 35  0.000000  1   -0.201584851455E-03                     
+AS R23  2009  4  1 12 35  0.000000  1   -0.200295611533E-03                     
+AR ALGO 2009  4  1 12 35  0.000000  1    0.809609398476E-04                     
+AR ALIC 2009  4  1 12 35  0.000000  1   -0.392475629989E-08                     
+AR AMC2 2009  4  1 12 35  0.000000  1    0.158540364860E-08                     
+AR ANKR 2009  4  1 12 35  0.000000  1   -0.450823401347E-03                     
+AR ARTU 2009  4  1 12 35  0.000000  1   -0.598198262272E-07                     
+AR ASPA 2009  4  1 12 35  0.000000  1    0.218857746452E-07                     
+AR BHR1 2009  4  1 12 35  0.000000  1    0.563383300563E-03                     
+AR BARH 2009  4  1 12 35  0.000000  1    0.383269079812E-09                     
+AR BJFS 2009  4  1 12 35  0.000000  1   -0.607571260748E-07                     
+AR BOGT 2009  4  1 12 35  0.000000  1   -0.436019314308E-07                     
+AR BRMU 2009  4  1 12 35  0.000000  1    0.324242374665E-03                     
+AR CAGZ 2009  4  1 12 35  0.000000  1    0.350504035939E-03                     
+AR CAS1 2009  4  1 12 35  0.000000  1    0.386436584632E-08                     
+AR CHAT 2009  4  1 12 35  0.000000  1   -0.516375182520E-07                     
+AR CHPI 2009  4  1 12 35  0.000000  1   -0.568554140608E-07                     
+AR COCO 2009  4  1 12 35  0.000000  1    0.227656000157E-03                     
+AR CONZ 2009  4  1 12 35  0.000000  1   -0.400756771871E-04                     
+AR CRAR 2009  4  1 12 35  0.000000  1   -0.271364459571E-03                     
+AR CRO1 2009  4  1 12 35  0.000000  1    0.665105527886E-03                     
+AR DAEJ 2009  4  1 12 35  0.000000  1   -0.196557667143E-03                     
+AR DARW 2009  4  1 12 35  0.000000  1   -0.424459917513E-08                     
+AR DGAR 2009  4  1 12 35  0.000000  1   -0.862946599287E-07                     
+AR DRAO 2009  4  1 12 35  0.000000  1    0.114631538409E-03                     
+AR FAA1 2009  4  1 12 35  0.000000  1   -0.884531406004E-08                     
+AR FAIR 2009  4  1 12 35  0.000000  1   -0.548085946465E-07                     
+AR GLPS 2009  4  1 12 35  0.000000  1   -0.488927010626E-07                     
+AR GUAM 2009  4  1 12 35  0.000000  1   -0.522211256731E-07                     
+AR GUAT 2009  4  1 12 35  0.000000  1    0.108991067304E-07                     
+AR HOB2 2009  4  1 12 35  0.000000  1    0.879430133148E-07                     
+AR HOFN 2009  4  1 12 35  0.000000  1   -0.176222816904E-03                     
+AR HOLM 2009  4  1 12 35  0.000000  1   -0.483197655314E-07                     
+AR HRAO 2009  4  1 12 35  0.000000  1    0.849465167113E-03                     
+AR HYDE 2009  4  1 12 35  0.000000  1    0.199836827147E-08                     
+AR IRKJ 2009  4  1 12 35  0.000000  1    0.163747541536E-03                     
+AR ISPA 2009  4  1 12 35  0.000000  1   -0.607137637179E-07                     
+AR KARR 2009  4  1 12 35  0.000000  1   -0.563431685843E-07                     
+AR KERG 2009  4  1 12 35  0.000000  1    0.817500546560E-03                     
+AR KHAJ 2009  4  1 12 35  0.000000  1   -0.150780204822E-05                     
+AR KIR0 2009  4  1 12 35  0.000000  1    0.283068039333E-03                     
+AR KIRU 2009  4  1 12 35  0.000000  1    0.591383400019E-03                     
+AR KIT3 2009  4  1 12 35  0.000000  1    0.363226011521E-09                     
+AR KOUR 2009  4  1 12 35  0.000000  1    0.124914604475E-03                     
+AR KUNM 2009  4  1 12 35  0.000000  1    0.670228203097E-07                     
+AR LHAZ 2009  4  1 12 35  0.000000  1   -0.274306250449E-03                     
+AR MAL2 2009  4  1 12 35  0.000000  1   -0.686702795665E-08                     
+AR MAS1 2009  4  1 12 35  0.000000  1   -0.101613043220E-03                     
+AR MAW1 2009  4  1 12 35  0.000000  1    0.102048486979E-07                     
+AR MCIL 2009  4  1 12 35  0.000000  1    0.286896853657E-07                     
+AR MCM4 2009  4  1 12 35  0.000000  1   -0.526150054147E-07                     
+AR MDO1 2009  4  1 12 35  0.000000  1   -0.412342016791E-07                     
+AR MDVJ 2009  4  1 12 35  0.000000  1    0.438552201835E-03                     
+AR MKEA 2009  4  1 12 35  0.000000  1   -0.385160230275E-07                     
+AR MOBS 2009  4  1 12 35  0.000000  1    0.445646544121E-08                     
+AR NANO 2009  4  1 12 35  0.000000  1   -0.483650929858E-10                     
+AR NNOR 2009  4  1 12 35  0.000000  1    0.365796540047E-03                     
+AR NRC1 2009  4  1 12 35  0.000000  1   -0.448599818866E-05                     
+AR NRIL 2009  4  1 12 35  0.000000  1   -0.475321338712E-07                     
+AR NRMD 2009  4  1 12 35  0.000000  1    0.242504146238E-07                     
+AR NTUS 2009  4  1 12 35  0.000000  1   -0.602448662822E-08                     
+AR NYAL 2009  4  1 12 35  0.000000  1    0.943314279364E-07                     
+AR OHI3 2009  4  1 12 35  0.000000  1    0.274766341757E-04                     
+AR ONSA 2009  4  1 12 35  0.000000  1   -0.324786870512E-04                     
+AR PDEL 2009  4  1 12 35  0.000000  1    0.126078824117E-09                     
+AR PERT 2009  4  1 12 35  0.000000  1   -0.564564210415E-07                     
+AR PETP 2009  4  1 12 35  0.000000  1   -0.541215156595E-07                     
+AR PIMO 2009  4  1 12 35  0.000000  1   -0.543324831251E-07                     
+AR QAQ1 2009  4  1 12 35  0.000000  1   -0.684438254666E-07                     
+AR QUIN 2009  4  1 12 35  0.000000  1   -0.509497728255E-07                     
+AR RABT 2009  4  1 12 35  0.000000  1   -0.585157265718E-07                     
+AR RAMO 2009  4  1 12 35  0.000000  1   -0.120830149850E-07                     
+AR RCMN 2009  4  1 12 35  0.000000  1    0.170736421283E-08                     
+AR REDU 2009  4  1 12 35  0.000000  1   -0.538022870041E-07                     
+AR REUN 2009  4  1 12 35  0.000000  1    0.273166629221E-07                     
+AR REYK 2009  4  1 12 35  0.000000  1   -0.137967843134E-03                     
+AR SCH2 2009  4  1 12 35  0.000000  1    0.189040185868E-03                     
+AR SCUB 2009  4  1 12 35  0.000000  1   -0.623899936348E-07                     
+AR STJO 2009  4  1 12 35  0.000000  1   -0.704347112966E-05                     
+AR SYDN 2009  4  1 12 35  0.000000  1    0.141036868728E-05                     
+AR SYOG 2009  4  1 12 35  0.000000  1    0.140096203755E-04                     
+AR THU2 2009  4  1 12 35  0.000000  1    0.456218420525E-03                     
+AR TOW2 2009  4  1 12 35  0.000000  1   -0.122402587260E-08                     
+AR URUM 2009  4  1 12 35  0.000000  1    0.110975822207E-03                     
+AR VESL 2009  4  1 12 35  0.000000  1   -0.965493709535E-04                     
+AR VILL 2009  4  1 12 35  0.000000  1   -0.606771832352E-07                     
+AR WTZR 2009  4  1 12 35  0.000000  1    0.452205440012E-07                     
+AR WUHN 2009  4  1 12 35  0.000000  1   -0.652977019184E-07                     
+AR YSSK 2009  4  1 12 35  0.000000  1   -0.655189509897E-07                     
+AR ZIM2 2009  4  1 12 35  0.000000  1    0.407734342993E-07                     
+AR XMIS 2009  4  1 12 35  0.000000  1   -0.247693434753E-08                     
+AR GODZ 2009  4  1 12 35  0.000000  1   -0.469120642069E-03                     
+AR MTKA 2009  4  1 12 35  0.000000  1   -0.732874883827E-07                     
+AR TIXJ 2009  4  1 12 35  0.000000  1    0.835826879165E-04                     
+AR PARK 2009  4  1 12 35  0.000000  1    0.806723608411E-06                     
+AR UNBJ 2009  4  1 12 35  0.000000  1   -0.392119472646E-03                     
+AR NOVM 2009  4  1 12 35  0.000000  1    0.798333666384E-04                     
+AR SUNM 2009  4  1 12 35  0.000000  1    0.266857828033E-03                     
+AR CEBR 2009  4  1 12 35  0.000000  1    0.719431333326E-03                     
+AR CPXF 2009  4  1 12 35  0.000000  1    0.188915697285E-08                     
+AR IDDR 2009  4  1 12 35  0.000000  1    0.103926703782E-07                     
+AR AZGB 2009  4  1 12 35  0.000000  1    0.292100445940E-03                     
+AR TN22 2009  4  1 12 35  0.000000  1   -0.337276465447E-03                     
+AR ETAD 2009  4  1 12 35  0.000000  1    0.265492624843E-07                     
+AR ILHA 2009  4  1 12 35  0.000000  1    0.232732828497E-08                     
+AR POVE 2009  4  1 12 35  0.000000  1   -0.412865915864E-08                     
+AR RECF 2009  4  1 12 35  0.000000  1    0.229068854406E-07                     
+AR SALU 2009  4  1 12 35  0.000000  1    0.341346013531E-07                     
+AR SAVO 2009  4  1 12 35  0.000000  1    0.302838454836E-07                     
+AR UFPR 2009  4  1 12 35  0.000000  1    0.241834146459E-07                     
+AR YELL 2009  4  1 12 35  0.000000  1    0.243783000000E-06                     
+AS G32  2009  4  1 12 40  0.000000  1    0.280169797119E-03                     
+AS G24  2009  4  1 12 40  0.000000  1    0.177840062319E-03                     
+AS G25  2009  4  1 12 40  0.000000  1    0.334585266522E-03                     
+AS G26  2009  4  1 12 40  0.000000  1    0.544610627361E-04                     
+AS G27  2009  4  1 12 40  0.000000  1    0.371484017979E-04                     
+AS G30  2009  4  1 12 40  0.000000  1    0.136264543733E-03                     
+AS G03  2009  4  1 12 40  0.000000  1    0.373477943938E-03                     
+AS G04  2009  4  1 12 40  0.000000  1   -0.347380724140E-04                     
+AS G06  2009  4  1 12 40  0.000000  1    0.602587207065E-04                     
+AS G08  2009  4  1 12 40  0.000000  1   -0.196548023612E-03                     
+AS G09  2009  4  1 12 40  0.000000  1    0.484675217149E-04                     
+AS G10  2009  4  1 12 40  0.000000  1   -0.136284385358E-04                     
+AS G14  2009  4  1 12 40  0.000000  1   -0.132381280341E-03                     
+AS G13  2009  4  1 12 40  0.000000  1    0.293265878461E-03                     
+AS G28  2009  4  1 12 40  0.000000  1   -0.238314170988E-04                     
+AS G21  2009  4  1 12 40  0.000000  1    0.215199548676E-04                     
+AS G11  2009  4  1 12 40  0.000000  1    0.274746650835E-05                     
+AS G22  2009  4  1 12 40  0.000000  1    0.202424932902E-03                     
+AS G20  2009  4  1 12 40  0.000000  1    0.865551749454E-04                     
+AS G18  2009  4  1 12 40  0.000000  1   -0.695146147594E-04                     
+AS G16  2009  4  1 12 40  0.000000  1    0.629911060744E-04                     
+AS G19  2009  4  1 12 40  0.000000  1    0.293546157094E-04                     
+AS G23  2009  4  1 12 40  0.000000  1    0.388989056629E-03                     
+AS G02  2009  4  1 12 40  0.000000  1    0.153928458998E-03                     
+AS G31  2009  4  1 12 40  0.000000  1   -0.564759835714E-04                     
+AS G17  2009  4  1 12 40  0.000000  1    0.524435756286E-04                     
+AS G12  2009  4  1 12 40  0.000000  1   -0.299515442036E-03                     
+AS G15  2009  4  1 12 40  0.000000  1   -0.276021663870E-03                     
+AS G29  2009  4  1 12 40  0.000000  1    0.486426872241E-05                     
+AS G07  2009  4  1 12 40  0.000000  1    0.209787052127E-04                     
+AS R02  2009  4  1 12 40  0.000000  1    0.206448592261E-04                     
+AS R03  2009  4  1 12 40  0.000000  1   -0.342866264812E-04                     
+AS R04  2009  4  1 12 40  0.000000  1    0.637894769633E-04                     
+AS R06  2009  4  1 12 40  0.000000  1   -0.169257452488E-03                     
+AS R07  2009  4  1 12 40  0.000000  1   -0.891862815878E-04                     
+AS R08  2009  4  1 12 40  0.000000  1   -0.101995202507E-03                     
+AS R10  2009  4  1 12 40  0.000000  1   -0.140837272693E-03                     
+AS R11  2009  4  1 12 40  0.000000  1   -0.926315906579E-04                     
+AS R13  2009  4  1 12 40  0.000000  1   -0.230647733316E-03                     
+AS R14  2009  4  1 12 40  0.000000  1   -0.796023992483E-04                     
+AS R15  2009  4  1 12 40  0.000000  1    0.921129086222E-04                     
+AS R17  2009  4  1 12 40  0.000000  1   -0.261267377044E-03                     
+AS R18  2009  4  1 12 40  0.000000  1   -0.135368205040E-05                     
+AS R19  2009  4  1 12 40  0.000000  1   -0.894257156664E-04                     
+AS R20  2009  4  1 12 40  0.000000  1   -0.650113879180E-04                     
+AS R21  2009  4  1 12 40  0.000000  1   -0.143345993922E-03                     
+AS R22  2009  4  1 12 40  0.000000  1   -0.201585545497E-03                     
+AS R23  2009  4  1 12 40  0.000000  1   -0.200294303009E-03                     
+AR ALGO 2009  4  1 12 40  0.000000  1    0.809646254750E-04                     
+AR ALIC 2009  4  1 12 40  0.000000  1   -0.203930288775E-08                     
+AR AMC2 2009  4  1 12 40  0.000000  1    0.160489425551E-08                     
+AR ANKR 2009  4  1 12 40  0.000000  1   -0.385363078151E-03                     
+AR ARTU 2009  4  1 12 40  0.000000  1   -0.580392458767E-07                     
+AR ASPA 2009  4  1 12 40  0.000000  1    0.225484791591E-07                     
+AR BHR1 2009  4  1 12 40  0.000000  1    0.563383227022E-03                     
+AR BARH 2009  4  1 12 40  0.000000  1    0.299449028462E-08                     
+AR BJFS 2009  4  1 12 40  0.000000  1   -0.591579946037E-07                     
+AR BOGT 2009  4  1 12 40  0.000000  1   -0.429597425517E-07                     
+AR BRMU 2009  4  1 12 40  0.000000  1   -0.177234696383E-03                     
+AR CAGZ 2009  4  1 12 40  0.000000  1   -0.426116327602E-03                     
+AR CAS1 2009  4  1 12 40  0.000000  1    0.483539624830E-08                     
+AR CHAT 2009  4  1 12 40  0.000000  1   -0.544683642937E-07                     
+AR CHPI 2009  4  1 12 40  0.000000  1   -0.589774985094E-07                     
+AR COCO 2009  4  1 12 40  0.000000  1    0.227657661385E-03                     
+AR CONZ 2009  4  1 12 40  0.000000  1   -0.161979868033E-03                     
+AR CRAR 2009  4  1 12 40  0.000000  1   -0.296477240436E-03                     
+AR CRO1 2009  4  1 12 40  0.000000  1    0.665105540325E-03                     
+AR DAEJ 2009  4  1 12 40  0.000000  1   -0.196558089896E-03                     
+AR DARW 2009  4  1 12 40  0.000000  1   -0.630568164244E-08                     
+AR DGAR 2009  4  1 12 40  0.000000  1   -0.868123338268E-07                     
+AR DRAO 2009  4  1 12 40  0.000000  1    0.114668284347E-03                     
+AR FAA1 2009  4  1 12 40  0.000000  1   -0.845998383846E-08                     
+AR FAIR 2009  4  1 12 40  0.000000  1   -0.557384076300E-07                     
+AR GLPS 2009  4  1 12 40  0.000000  1   -0.465641882605E-07                     
+AR GUAM 2009  4  1 12 40  0.000000  1   -0.566748851218E-07                     
+AR GUAT 2009  4  1 12 40  0.000000  1    0.952038484484E-08                     
+AR HOB2 2009  4  1 12 40  0.000000  1    0.879713701185E-07                     
+AR HOFN 2009  4  1 12 40  0.000000  1   -0.986435775445E-04                     
+AR HOLM 2009  4  1 12 40  0.000000  1   -0.526295960722E-07                     
+AR HRAO 2009  4  1 12 40  0.000000  1    0.849465256586E-03                     
+AR HYDE 2009  4  1 12 40  0.000000  1    0.232611472069E-08                     
+AR IRKJ 2009  4  1 12 40  0.000000  1    0.163747551671E-03                     
+AR ISPA 2009  4  1 12 40  0.000000  1   -0.604060412813E-07                     
+AR KARR 2009  4  1 12 40  0.000000  1   -0.518636026473E-07                     
+AR KERG 2009  4  1 12 40  0.000000  1    0.817500861596E-03                     
+AR KHAJ 2009  4  1 12 40  0.000000  1   -0.150780006403E-05                     
+AR KIR0 2009  4  1 12 40  0.000000  1    0.283061283351E-03                     
+AR KIRU 2009  4  1 12 40  0.000000  1    0.591379969197E-03                     
+AR KIT3 2009  4  1 12 40  0.000000  1   -0.996797952570E-09                     
+AR KOUR 2009  4  1 12 40  0.000000  1    0.124914628949E-03                     
+AR KUNM 2009  4  1 12 40  0.000000  1    0.399910775605E-07                     
+AR LHAZ 2009  4  1 12 40  0.000000  1   -0.259202140068E-03                     
+AR MAL2 2009  4  1 12 40  0.000000  1   -0.628160613563E-08                     
+AR MAS1 2009  4  1 12 40  0.000000  1   -0.101613394676E-03                     
+AR MAW1 2009  4  1 12 40  0.000000  1    0.825089181289E-08                     
+AR MCIL 2009  4  1 12 40  0.000000  1    0.288131834913E-07                     
+AR MCM4 2009  4  1 12 40  0.000000  1   -0.529841108437E-07                     
+AR MDO1 2009  4  1 12 40  0.000000  1   -0.415213013780E-07                     
+AR MDVJ 2009  4  1 12 40  0.000000  1    0.438552213466E-03                     
+AR MKEA 2009  4  1 12 40  0.000000  1   -0.384162046138E-07                     
+AR MOBS 2009  4  1 12 40  0.000000  1    0.409091889242E-08                     
+AR NANO 2009  4  1 12 40  0.000000  1    0.105980917432E-08                     
+AR NLIB 2009  4  1 12 40  0.000000  1   -0.119023866957E-06                     
+AR NNOR 2009  4  1 12 40  0.000000  1    0.365796430829E-03                     
+AR NRC1 2009  4  1 12 40  0.000000  1   -0.448595987642E-05                     
+AR NRIL 2009  4  1 12 40  0.000000  1   -0.470080932303E-07                     
+AR NRMD 2009  4  1 12 40  0.000000  1    0.261857119350E-07                     
+AR NTUS 2009  4  1 12 40  0.000000  1   -0.406414613319E-08                     
+AR NYAL 2009  4  1 12 40  0.000000  1    0.943576042609E-07                     
+AR OHI3 2009  4  1 12 40  0.000000  1    0.141984698548E-03                     
+AR ONSA 2009  4  1 12 40  0.000000  1   -0.324787199444E-04                     
+AR PDEL 2009  4  1 12 40  0.000000  1   -0.302623879671E-08                     
+AR PERT 2009  4  1 12 40  0.000000  1   -0.513571494827E-07                     
+AR PETP 2009  4  1 12 40  0.000000  1   -0.529360910518E-07                     
+AR PIMO 2009  4  1 12 40  0.000000  1   -0.556573117431E-07                     
+AR QAQ1 2009  4  1 12 40  0.000000  1   -0.724159370678E-07                     
+AR QUIN 2009  4  1 12 40  0.000000  1   -0.521759817852E-07                     
+AR RABT 2009  4  1 12 40  0.000000  1   -0.466628701995E-07                     
+AR RAMO 2009  4  1 12 40  0.000000  1    0.245268794342E-07                     
+AR RCMN 2009  4  1 12 40  0.000000  1    0.200784229718E-08                     
+AR REDU 2009  4  1 12 40  0.000000  1   -0.541495694013E-07                     
+AR REUN 2009  4  1 12 40  0.000000  1    0.271249327440E-07                     
+AR REYK 2009  4  1 12 40  0.000000  1   -0.126392964712E-03                     
+AR SCH2 2009  4  1 12 40  0.000000  1    0.189055590177E-03                     
+AR SCUB 2009  4  1 12 40  0.000000  1   -0.694305791292E-07                     
+AR STJO 2009  4  1 12 40  0.000000  1   -0.704374704104E-05                     
+AR SYDN 2009  4  1 12 40  0.000000  1    0.141044124783E-05                     
+AR SYOG 2009  4  1 12 40  0.000000  1    0.140100228037E-04                     
+AR THU2 2009  4  1 12 40  0.000000  1    0.454216234134E-03                     
+AR TOW2 2009  4  1 12 40  0.000000  1   -0.141295152294E-08                     
+AR URUM 2009  4  1 12 40  0.000000  1    0.328428567868E-04                     
+AR VESL 2009  4  1 12 40  0.000000  1   -0.588464340053E-04                     
+AR VILL 2009  4  1 12 40  0.000000  1   -0.539482294190E-07                     
+AR WTZR 2009  4  1 12 40  0.000000  1    0.452341732781E-07                     
+AR WUHN 2009  4  1 12 40  0.000000  1   -0.615590831250E-07                     
+AR YSSK 2009  4  1 12 40  0.000000  1   -0.660215006846E-07                     
+AR ZIM2 2009  4  1 12 40  0.000000  1    0.392536744005E-07                     
+AR XMIS 2009  4  1 12 40  0.000000  1   -0.473779458000E-08                     
+AR GODZ 2009  4  1 12 40  0.000000  1   -0.469120593521E-03                     
+AR MTKA 2009  4  1 12 40  0.000000  1   -0.754197266410E-07                     
+AR TIXJ 2009  4  1 12 40  0.000000  1    0.805793454788E-04                     
+AR PARK 2009  4  1 12 40  0.000000  1    0.806707096740E-06                     
+AR UNBJ 2009  4  1 12 40  0.000000  1   -0.468517015672E-03                     
+AR NOVM 2009  4  1 12 40  0.000000  1    0.798332899720E-04                     
+AR SUNM 2009  4  1 12 40  0.000000  1    0.109912186712E-03                     
+AR CEBR 2009  4  1 12 40  0.000000  1    0.719431365118E-03                     
+AR CPXF 2009  4  1 12 40  0.000000  1    0.271468812353E-08                     
+AR IDDR 2009  4  1 12 40  0.000000  1    0.990590356980E-08                     
+AR AZGB 2009  4  1 12 40  0.000000  1    0.152649441420E-03                     
+AR TN22 2009  4  1 12 40  0.000000  1   -0.416526331376E-03                     
+AR ETAD 2009  4  1 12 40  0.000000  1    0.302316915964E-07                     
+AR ILHA 2009  4  1 12 40  0.000000  1    0.938187938500E-09                     
+AR POVE 2009  4  1 12 40  0.000000  1   -0.224871885772E-08                     
+AR RECF 2009  4  1 12 40  0.000000  1    0.249471241518E-07                     
+AR SALU 2009  4  1 12 40  0.000000  1    0.346124401143E-07                     
+AR SAVO 2009  4  1 12 40  0.000000  1    0.293228837253E-07                     
+AR UFPR 2009  4  1 12 40  0.000000  1    0.236314099166E-07                     
+AR YELL 2009  4  1 12 40  0.000000  1    0.243853000000E-06                     
+AS G32  2009  4  1 12 45  0.000000  1    0.280168493816E-03                     
+AS G24  2009  4  1 12 45  0.000000  1    0.177841307431E-03                     
+AS G25  2009  4  1 12 45  0.000000  1    0.334591781828E-03                     
+AS G26  2009  4  1 12 45  0.000000  1    0.544618191002E-04                     
+AS G27  2009  4  1 12 45  0.000000  1    0.371496835272E-04                     
+AS G30  2009  4  1 12 45  0.000000  1    0.136264892064E-03                     
+AS G03  2009  4  1 12 45  0.000000  1    0.373479551107E-03                     
+AS G04  2009  4  1 12 45  0.000000  1   -0.347426411121E-04                     
+AS G06  2009  4  1 12 45  0.000000  1    0.602641220060E-04                     
+AS G08  2009  4  1 12 45  0.000000  1   -0.196548799281E-03                     
+AS G09  2009  4  1 12 45  0.000000  1    0.484676149100E-04                     
+AS G10  2009  4  1 12 45  0.000000  1   -0.136285182730E-04                     
+AS G14  2009  4  1 12 45  0.000000  1   -0.132379498095E-03                     
+AS G13  2009  4  1 12 45  0.000000  1    0.293266137150E-03                     
+AS G28  2009  4  1 12 45  0.000000  1   -0.238314371849E-04                     
+AS G21  2009  4  1 12 45  0.000000  1    0.215194419979E-04                     
+AS G11  2009  4  1 12 45  0.000000  1    0.274711563446E-05                     
+AS G22  2009  4  1 12 45  0.000000  1    0.202424909889E-03                     
+AS G20  2009  4  1 12 45  0.000000  1    0.865550428373E-04                     
+AS G18  2009  4  1 12 45  0.000000  1   -0.695134488072E-04                     
+AS G16  2009  4  1 12 45  0.000000  1    0.629903001742E-04                     
+AS G19  2009  4  1 12 45  0.000000  1    0.293542408542E-04                     
+AS G23  2009  4  1 12 45  0.000000  1    0.388989087702E-03                     
+AS G02  2009  4  1 12 45  0.000000  1    0.153928542471E-03                     
+AS G31  2009  4  1 12 45  0.000000  1   -0.564762981294E-04                     
+AS G17  2009  4  1 12 45  0.000000  1    0.524438273791E-04                     
+AS G12  2009  4  1 12 45  0.000000  1   -0.299513999843E-03                     
+AS G15  2009  4  1 12 45  0.000000  1   -0.276022784236E-03                     
+AS G29  2009  4  1 12 45  0.000000  1    0.486560961781E-05                     
+AS G07  2009  4  1 12 45  0.000000  1    0.209784901329E-04                     
+AS R02  2009  4  1 12 45  0.000000  1    0.206440665986E-04                     
+AS R03  2009  4  1 12 45  0.000000  1   -0.342879601293E-04                     
+AS R04  2009  4  1 12 45  0.000000  1    0.637881917704E-04                     
+AS R06  2009  4  1 12 45  0.000000  1   -0.169256060863E-03                     
+AS R07  2009  4  1 12 45  0.000000  1   -0.891852687872E-04                     
+AS R08  2009  4  1 12 45  0.000000  1   -0.101994971339E-03                     
+AS R10  2009  4  1 12 45  0.000000  1   -0.140837145371E-03                     
+AS R11  2009  4  1 12 45  0.000000  1   -0.926321292198E-04                     
+AS R13  2009  4  1 12 45  0.000000  1   -0.230647911329E-03                     
+AS R14  2009  4  1 12 45  0.000000  1   -0.796006492945E-04                     
+AS R15  2009  4  1 12 45  0.000000  1    0.921123826148E-04                     
+AS R17  2009  4  1 12 45  0.000000  1   -0.261267428852E-03                     
+AS R18  2009  4  1 12 45  0.000000  1   -0.135370946862E-05                     
+AS R19  2009  4  1 12 45  0.000000  1   -0.894260207643E-04                     
+AS R20  2009  4  1 12 45  0.000000  1   -0.650121010615E-04                     
+AS R21  2009  4  1 12 45  0.000000  1   -0.143346490039E-03                     
+AS R22  2009  4  1 12 45  0.000000  1   -0.201586232824E-03                     
+AS R23  2009  4  1 12 45  0.000000  1   -0.200292301993E-03                     
+AR ALGO 2009  4  1 12 45  0.000000  1    0.809677783795E-04                     
+AR ALIC 2009  4  1 12 45  0.000000  1    0.727826046713E-08                     
+AR AMC2 2009  4  1 12 45  0.000000  1    0.162368093289E-08                     
+AR ANKR 2009  4  1 12 45  0.000000  1   -0.320116312062E-03                     
+AR ARTU 2009  4  1 12 45  0.000000  1   -0.567328853447E-07                     
+AR ASPA 2009  4  1 12 45  0.000000  1    0.250180662284E-07                     
+AR BHR1 2009  4  1 12 45  0.000000  1    0.563383088001E-03                     
+AR BARH 2009  4  1 12 45  0.000000  1    0.264747064072E-08                     
+AR BJFS 2009  4  1 12 45  0.000000  1   -0.608310220801E-07                     
+AR BOGT 2009  4  1 12 45  0.000000  1   -0.450004198612E-07                     
+AR BRMU 2009  4  1 12 45  0.000000  1    0.321321074303E-03                     
+AR CAGZ 2009  4  1 12 45  0.000000  1   -0.202761706460E-03                     
+AR CAS1 2009  4  1 12 45  0.000000  1    0.339190146194E-08                     
+AR CHAT 2009  4  1 12 45  0.000000  1   -0.560950697029E-07                     
+AR CHPI 2009  4  1 12 45  0.000000  1   -0.624349990865E-07                     
+AR COCO 2009  4  1 12 45  0.000000  1    0.227659437382E-03                     
+AR CONZ 2009  4  1 12 45  0.000000  1   -0.283884514616E-03                     
+AR CRAR 2009  4  1 12 45  0.000000  1   -0.321597341873E-03                     
+AR CRO1 2009  4  1 12 45  0.000000  1    0.665105614392E-03                     
+AR DAEJ 2009  4  1 12 45  0.000000  1   -0.196556727859E-03                     
+AR DARW 2009  4  1 12 45  0.000000  1   -0.368036936649E-08                     
+AR DGAR 2009  4  1 12 45  0.000000  1   -0.762247101299E-07                     
+AR DRAO 2009  4  1 12 45  0.000000  1    0.114704939100E-03                     
+AR FAA1 2009  4  1 12 45  0.000000  1   -0.784010168761E-08                     
+AR FAIR 2009  4  1 12 45  0.000000  1   -0.532518236347E-07                     
+AR GLPS 2009  4  1 12 45  0.000000  1   -0.475357662314E-07                     
+AR GUAM 2009  4  1 12 45  0.000000  1   -0.574309482587E-07                     
+AR GUAT 2009  4  1 12 45  0.000000  1    0.952788908191E-08                     
+AR HOB2 2009  4  1 12 45  0.000000  1    0.880082429591E-07                     
+AR HOFN 2009  4  1 12 45  0.000000  1   -0.211227383069E-04                     
+AR HOLM 2009  4  1 12 45  0.000000  1   -0.550698336260E-07                     
+AR HRAO 2009  4  1 12 45  0.000000  1    0.849465341650E-03                     
+AR HYDE 2009  4  1 12 45  0.000000  1    0.255879998996E-08                     
+AR IRKJ 2009  4  1 12 45  0.000000  1    0.163747482208E-03                     
+AR ISPA 2009  4  1 12 45  0.000000  1   -0.598491564324E-07                     
+AR KARR 2009  4  1 12 45  0.000000  1   -0.501957476237E-07                     
+AR KERG 2009  4  1 12 45  0.000000  1    0.817500403604E-03                     
+AR KHAJ 2009  4  1 12 45  0.000000  1   -0.150779446667E-05                     
+AR KIR0 2009  4  1 12 45  0.000000  1    0.283054465255E-03                     
+AR KIRU 2009  4  1 12 45  0.000000  1    0.591378556845E-03                     
+AR KIT3 2009  4  1 12 45  0.000000  1    0.592254273480E-08                     
+AR KOUR 2009  4  1 12 45  0.000000  1    0.124914700902E-03                     
+AR KUNM 2009  4  1 12 45  0.000000  1    0.334336763590E-07                     
+AR LHAZ 2009  4  1 12 45  0.000000  1   -0.244051342259E-03                     
+AR MAL2 2009  4  1 12 45  0.000000  1   -0.375674906026E-08                     
+AR MAS1 2009  4  1 12 45  0.000000  1   -0.101613807430E-03                     
+AR MAW1 2009  4  1 12 45  0.000000  1    0.817366585070E-08                     
+AR MCIL 2009  4  1 12 45  0.000000  1    0.286911690780E-07                     
+AR MCM4 2009  4  1 12 45  0.000000  1   -0.544522309124E-07                     
+AR MDO1 2009  4  1 12 45  0.000000  1   -0.422651643077E-07                     
+AR MDVJ 2009  4  1 12 45  0.000000  1    0.438552208300E-03                     
+AR MKEA 2009  4  1 12 45  0.000000  1   -0.388281026794E-07                     
+AR MOBS 2009  4  1 12 45  0.000000  1   -0.153088371600E-08                     
+AR NANO 2009  4  1 12 45  0.000000  1    0.714996887802E-09                     
+AR NLIB 2009  4  1 12 45  0.000000  1   -0.118872985542E-06                     
+AR NNOR 2009  4  1 12 45  0.000000  1    0.365796391728E-03                     
+AR NRC1 2009  4  1 12 45  0.000000  1   -0.448592932241E-05                     
+AR NRIL 2009  4  1 12 45  0.000000  1   -0.471849533888E-07                     
+AR NRMD 2009  4  1 12 45  0.000000  1    0.260338139976E-07                     
+AR NTUS 2009  4  1 12 45  0.000000  1   -0.810079027959E-09                     
+AR NYAL 2009  4  1 12 45  0.000000  1    0.943747342114E-07                     
+AR OHI3 2009  4  1 12 45  0.000000  1    0.256357235835E-03                     
+AR ONSA 2009  4  1 12 45  0.000000  1   -0.324787612536E-04                     
+AR PDEL 2009  4  1 12 45  0.000000  1   -0.409827612533E-08                     
+AR PERT 2009  4  1 12 45  0.000000  1   -0.535219846069E-07                     
+AR PETP 2009  4  1 12 45  0.000000  1   -0.562651680173E-07                     
+AR PIMO 2009  4  1 12 45  0.000000  1   -0.556736319253E-07                     
+AR QAQ1 2009  4  1 12 45  0.000000  1   -0.664962718099E-07                     
+AR QUIN 2009  4  1 12 45  0.000000  1   -0.538364317817E-07                     
+AR RABT 2009  4  1 12 45  0.000000  1   -0.470008799330E-07                     
+AR RAMO 2009  4  1 12 45  0.000000  1   -0.647198591580E-07                     
+AR RCMN 2009  4  1 12 45  0.000000  1   -0.304918927991E-09                     
+AR REDU 2009  4  1 12 45  0.000000  1   -0.498976623287E-07                     
+AR REUN 2009  4  1 12 45  0.000000  1    0.283118384544E-07                     
+AR REYK 2009  4  1 12 45  0.000000  1   -0.115214980175E-03                     
+AR SCH2 2009  4  1 12 45  0.000000  1    0.189070584285E-03                     
+AR SCUB 2009  4  1 12 45  0.000000  1   -0.754655474710E-07                     
+AR STJO 2009  4  1 12 45  0.000000  1   -0.704403627965E-05                     
+AR SYDN 2009  4  1 12 45  0.000000  1    0.141032460162E-05                     
+AR SYOG 2009  4  1 12 45  0.000000  1    0.140101850865E-04                     
+AR THU2 2009  4  1 12 45  0.000000  1    0.452214006362E-03                     
+AR TOW2 2009  4  1 12 45  0.000000  1   -0.189743124166E-08                     
+AR URUM 2009  4  1 12 45  0.000000  1   -0.452955796260E-04                     
+AR VESL 2009  4  1 12 45  0.000000  1   -0.212120094456E-04                     
+AR VILL 2009  4  1 12 45  0.000000  1   -0.529122873691E-07                     
+AR WTZR 2009  4  1 12 45  0.000000  1    0.452486319769E-07                     
+AR WUHN 2009  4  1 12 45  0.000000  1   -0.609389437824E-07                     
+AR YSSK 2009  4  1 12 45  0.000000  1   -0.677610009158E-07                     
+AR ZIM2 2009  4  1 12 45  0.000000  1    0.393021394077E-07                     
+AR XMIS 2009  4  1 12 45  0.000000  1   -0.469932704833E-08                     
+AR GODZ 2009  4  1 12 45  0.000000  1   -0.469120556929E-03                     
+AR MTKA 2009  4  1 12 45  0.000000  1   -0.719493982552E-07                     
+AR TIXJ 2009  4  1 12 45  0.000000  1    0.776558449250E-04                     
+AR PARK 2009  4  1 12 45  0.000000  1    0.806830447161E-06                     
+AR UNBJ 2009  4  1 12 45  0.000000  1    0.455160455405E-03                     
+AR NOVM 2009  4  1 12 45  0.000000  1    0.798331285286E-04                     
+AR SUNM 2009  4  1 12 45  0.000000  1   -0.466520031671E-04                     
+AR CEBR 2009  4  1 12 45  0.000000  1    0.719431350695E-03                     
+AR CPXF 2009  4  1 12 45  0.000000  1    0.235106963113E-08                     
+AR IDDR 2009  4  1 12 45  0.000000  1    0.102186603985E-07                     
+AR AZGB 2009  4  1 12 45  0.000000  1    0.131986248232E-04                     
+AR TN22 2009  4  1 12 45  0.000000  1   -0.494988737205E-03                     
+AR ETAD 2009  4  1 12 45  0.000000  1    0.264621490973E-07                     
+AR ILHA 2009  4  1 12 45  0.000000  1   -0.543136541401E-09                     
+AR POVE 2009  4  1 12 45  0.000000  1   -0.114613161400E-08                     
+AR RECF 2009  4  1 12 45  0.000000  1    0.243497440315E-07                     
+AR SALU 2009  4  1 12 45  0.000000  1    0.334533398078E-07                     
+AR SAVO 2009  4  1 12 45  0.000000  1    0.299968846340E-07                     
+AR UFPR 2009  4  1 12 45  0.000000  1    0.235563026266E-07                     
+AR YELL 2009  4  1 12 45  0.000000  1    0.243924000000E-06                     
+AS G32  2009  4  1 12 50  0.000000  1    0.280167138989E-03                     
+AS G24  2009  4  1 12 50  0.000000  1    0.177842782806E-03                     
+AS G25  2009  4  1 12 50  0.000000  1    0.334598302594E-03                     
+AS G26  2009  4  1 12 50  0.000000  1    0.544625687946E-04                     
+AS G27  2009  4  1 12 50  0.000000  1    0.371500296800E-04                     
+AS G30  2009  4  1 12 50  0.000000  1    0.136265440108E-03                     
+AS G03  2009  4  1 12 50  0.000000  1    0.373481462767E-03                     
+AS G04  2009  4  1 12 50  0.000000  1   -0.347470483598E-04                     
+AS G06  2009  4  1 12 50  0.000000  1    0.602694869290E-04                     
+AS G08  2009  4  1 12 50  0.000000  1   -0.196548663962E-03                     
+AS G09  2009  4  1 12 50  0.000000  1    0.484691062525E-04                     
+AS G10  2009  4  1 12 50  0.000000  1   -0.136292649153E-04                     
+AS G14  2009  4  1 12 50  0.000000  1   -0.132377932902E-03                     
+AS G13  2009  4  1 12 50  0.000000  1    0.293266388387E-03                     
+AS G28  2009  4  1 12 50  0.000000  1   -0.238314030702E-04                     
+AS G21  2009  4  1 12 50  0.000000  1    0.215189211193E-04                     
+AS G11  2009  4  1 12 50  0.000000  1    0.274683050719E-05                     
+AS G22  2009  4  1 12 50  0.000000  1    0.202424905426E-03                     
+AS G20  2009  4  1 12 50  0.000000  1    0.865545402308E-04                     
+AS G18  2009  4  1 12 50  0.000000  1   -0.695126769086E-04                     
+AS G16  2009  4  1 12 50  0.000000  1    0.629894218677E-04                     
+AS G19  2009  4  1 12 50  0.000000  1    0.293541413578E-04                     
+AS G23  2009  4  1 12 50  0.000000  1    0.388989149872E-03                     
+AS G02  2009  4  1 12 50  0.000000  1    0.153928402995E-03                     
+AS G31  2009  4  1 12 50  0.000000  1   -0.564766352706E-04                     
+AS G17  2009  4  1 12 50  0.000000  1    0.524442110042E-04                     
+AS G12  2009  4  1 12 50  0.000000  1   -0.299512769867E-03                     
+AS G15  2009  4  1 12 50  0.000000  1   -0.276024163008E-03                     
+AS G29  2009  4  1 12 50  0.000000  1    0.486686634812E-05                     
+AS G07  2009  4  1 12 50  0.000000  1    0.209785191226E-04                     
+AS R02  2009  4  1 12 50  0.000000  1    0.206430729351E-04                     
+AS R03  2009  4  1 12 50  0.000000  1   -0.342882239578E-04                     
+AS R04  2009  4  1 12 50  0.000000  1    0.637859573318E-04                     
+AS R06  2009  4  1 12 50  0.000000  1   -0.169254879569E-03                     
+AS R07  2009  4  1 12 50  0.000000  1   -0.891849959560E-04                     
+AS R08  2009  4  1 12 50  0.000000  1   -0.101994589663E-03                     
+AS R10  2009  4  1 12 50  0.000000  1   -0.140836872118E-03                     
+AS R11  2009  4  1 12 50  0.000000  1   -0.926324524542E-04                     
+AS R13  2009  4  1 12 50  0.000000  1   -0.230648254455E-03                     
+AS R14  2009  4  1 12 50  0.000000  1   -0.795996651742E-04                     
+AS R15  2009  4  1 12 50  0.000000  1    0.921125076453E-04                     
+AS R17  2009  4  1 12 50  0.000000  1   -0.261267873617E-03                     
+AS R18  2009  4  1 12 50  0.000000  1   -0.135381822077E-05                     
+AS R19  2009  4  1 12 50  0.000000  1   -0.894262765311E-04                     
+AS R20  2009  4  1 12 50  0.000000  1   -0.650122257770E-04                     
+AS R21  2009  4  1 12 50  0.000000  1   -0.143347114298E-03                     
+AS R22  2009  4  1 12 50  0.000000  1   -0.201587126814E-03                     
+AS R23  2009  4  1 12 50  0.000000  1   -0.200290445848E-03                     
+AR ALGO 2009  4  1 12 50  0.000000  1    0.809709391433E-04                     
+AR ALIC 2009  4  1 12 50  0.000000  1    0.221199411849E-08                     
+AR AMC2 2009  4  1 12 50  0.000000  1    0.162290692422E-08                     
+AR ANKR 2009  4  1 12 50  0.000000  1   -0.254976980973E-03                     
+AR ARTU 2009  4  1 12 50  0.000000  1   -0.621365977787E-07                     
+AR ASPA 2009  4  1 12 50  0.000000  1    0.262335940215E-07                     
+AR BHR1 2009  4  1 12 50  0.000000  1    0.563383207011E-03                     
+AR BARH 2009  4  1 12 50  0.000000  1    0.396504262115E-08                     
+AR BJFS 2009  4  1 12 50  0.000000  1   -0.585719023966E-07                     
+AR BOGT 2009  4  1 12 50  0.000000  1   -0.416744477520E-07                     
+AR BRMU 2009  4  1 12 50  0.000000  1   -0.180298128489E-03                     
+AR CAGZ 2009  4  1 12 50  0.000000  1    0.206216394221E-04                     
+AR CAS1 2009  4  1 12 50  0.000000  1    0.339072369542E-08                     
+AR CHAT 2009  4  1 12 50  0.000000  1   -0.571520142074E-07                     
+AR CHPI 2009  4  1 12 50  0.000000  1   -0.630337848677E-07                     
+AR COCO 2009  4  1 12 50  0.000000  1    0.227661042164E-03                     
+AR CONZ 2009  4  1 12 50  0.000000  1   -0.405603893031E-03                     
+AR CRAR 2009  4  1 12 50  0.000000  1   -0.346698005799E-03                     
+AR CRO1 2009  4  1 12 50  0.000000  1    0.665105620958E-03                     
+AR DAEJ 2009  4  1 12 50  0.000000  1   -0.196556538293E-03                     
+AR DARW 2009  4  1 12 50  0.000000  1   -0.451155468466E-08                     
+AR DGAR 2009  4  1 12 50  0.000000  1   -0.750785427773E-07                     
+AR DRAO 2009  4  1 12 50  0.000000  1    0.114741586980E-03                     
+AR FAA1 2009  4  1 12 50  0.000000  1   -0.812684426478E-08                     
+AR FAIR 2009  4  1 12 50  0.000000  1   -0.540098874240E-07                     
+AR GLPS 2009  4  1 12 50  0.000000  1   -0.483803849946E-07                     
+AR GUAM 2009  4  1 12 50  0.000000  1   -0.576554679432E-07                     
+AR GUAT 2009  4  1 12 50  0.000000  1    0.104406880913E-07                     
+AR HOB2 2009  4  1 12 50  0.000000  1    0.880216967072E-07                     
+AR HOFN 2009  4  1 12 50  0.000000  1    0.563767103330E-04                     
+AR HOLM 2009  4  1 12 50  0.000000  1   -0.531298207273E-07                     
+AR HRAO 2009  4  1 12 50  0.000000  1    0.849465427077E-03                     
+AR HYDE 2009  4  1 12 50  0.000000  1    0.284938949970E-08                     
+AR IRKJ 2009  4  1 12 50  0.000000  1    0.163747494244E-03                     
+AR ISPA 2009  4  1 12 50  0.000000  1   -0.599930157485E-07                     
+AR KARR 2009  4  1 12 50  0.000000  1   -0.496654489573E-07                     
+AR KERG 2009  4  1 12 50  0.000000  1    0.817500659167E-03                     
+AR KHAJ 2009  4  1 12 50  0.000000  1   -0.150780364260E-05                     
+AR KIR0 2009  4  1 12 50  0.000000  1    0.283047678996E-03                     
+AR KIRU 2009  4  1 12 50  0.000000  1    0.591380285428E-03                     
+AR KIT3 2009  4  1 12 50  0.000000  1    0.134812172102E-08                     
+AR KOUR 2009  4  1 12 50  0.000000  1    0.124914748110E-03                     
+AR KUNM 2009  4  1 12 50  0.000000  1    0.480031613354E-08                     
+AR LHAZ 2009  4  1 12 50  0.000000  1   -0.228845687701E-03                     
+AR MAL2 2009  4  1 12 50  0.000000  1   -0.243720521618E-08                     
+AR MAS1 2009  4  1 12 50  0.000000  1   -0.101614293842E-03                     
+AR MAW1 2009  4  1 12 50  0.000000  1    0.749689300845E-08                     
+AR MCIL 2009  4  1 12 50  0.000000  1    0.293109089399E-07                     
+AR MCM4 2009  4  1 12 50  0.000000  1   -0.489468239426E-07                     
+AR MDO1 2009  4  1 12 50  0.000000  1   -0.437146900636E-07                     
+AR MDVJ 2009  4  1 12 50  0.000000  1    0.438552195338E-03                     
+AR MKEA 2009  4  1 12 50  0.000000  1   -0.388584480648E-07                     
+AR MOBS 2009  4  1 12 50  0.000000  1    0.140613670013E-08                     
+AR NANO 2009  4  1 12 50  0.000000  1    0.215673138242E-09                     
+AR NNOR 2009  4  1 12 50  0.000000  1    0.365796682445E-03                     
+AR NRC1 2009  4  1 12 50  0.000000  1   -0.448591018656E-05                     
+AR NRIL 2009  4  1 12 50  0.000000  1   -0.454146078274E-07                     
+AR NRMD 2009  4  1 12 50  0.000000  1    0.260594469355E-07                     
+AR NTUS 2009  4  1 12 50  0.000000  1   -0.275817531018E-08                     
+AR NYAL 2009  4  1 12 50  0.000000  1    0.943809812856E-07                     
+AR OHI3 2009  4  1 12 50  0.000000  1    0.370802486749E-03                     
+AR ONSA 2009  4  1 12 50  0.000000  1   -0.324788262032E-04                     
+AR PDEL 2009  4  1 12 50  0.000000  1   -0.515203033599E-08                     
+AR PERT 2009  4  1 12 50  0.000000  1   -0.537285852476E-07                     
+AR PETP 2009  4  1 12 50  0.000000  1   -0.557735689987E-07                     
+AR PIMO 2009  4  1 12 50  0.000000  1   -0.571982336188E-07                     
+AR QAQ1 2009  4  1 12 50  0.000000  1   -0.665936118426E-07                     
+AR QUIN 2009  4  1 12 50  0.000000  1   -0.542666690134E-07                     
+AR RABT 2009  4  1 12 50  0.000000  1   -0.462519173274E-07                     
+AR RAMO 2009  4  1 12 50  0.000000  1    0.852742539808E-07                     
+AR RCMN 2009  4  1 12 50  0.000000  1    0.438899098246E-08                     
+AR REDU 2009  4  1 12 50  0.000000  1   -0.501370826238E-07                     
+AR REUN 2009  4  1 12 50  0.000000  1    0.284417550601E-07                     
+AR REYK 2009  4  1 12 50  0.000000  1   -0.104459242738E-03                     
+AR SCH2 2009  4  1 12 50  0.000000  1    0.189085688109E-03                     
+AR SCUB 2009  4  1 12 50  0.000000  1   -0.751237343416E-07                     
+AR STJO 2009  4  1 12 50  0.000000  1   -0.704434086131E-05                     
+AR SYDN 2009  4  1 12 50  0.000000  1    0.141029409018E-05                     
+AR SYOG 2009  4  1 12 50  0.000000  1    0.140100528760E-04                     
+AR THU2 2009  4  1 12 50  0.000000  1    0.450211793974E-03                     
+AR TOW2 2009  4  1 12 50  0.000000  1   -0.197961372599E-08                     
+AR URUM 2009  4  1 12 50  0.000000  1   -0.123365826642E-03                     
+AR VESL 2009  4  1 12 50  0.000000  1    0.163320624379E-04                     
+AR VILL 2009  4  1 12 50  0.000000  1   -0.541871667479E-07                     
+AR WTZR 2009  4  1 12 50  0.000000  1    0.452634789605E-07                     
+AR WUHN 2009  4  1 12 50  0.000000  1   -0.648750289298E-07                     
+AR YSSK 2009  4  1 12 50  0.000000  1   -0.690699052749E-07                     
+AR ZIM2 2009  4  1 12 50  0.000000  1    0.402233238203E-07                     
+AR XMIS 2009  4  1 12 50  0.000000  1   -0.744480779886E-08                     
+AR GODZ 2009  4  1 12 50  0.000000  1   -0.469120545601E-03                     
+AR MTKA 2009  4  1 12 50  0.000000  1   -0.793095155959E-07                     
+AR TIXJ 2009  4  1 12 50  0.000000  1    0.748069905219E-04                     
+AR PARK 2009  4  1 12 50  0.000000  1    0.806938955961E-06                     
+AR UNBJ 2009  4  1 12 50  0.000000  1    0.378869446730E-03                     
+AR SUNM 2009  4  1 12 50  0.000000  1   -0.203478763368E-03                     
+AR CEBR 2009  4  1 12 50  0.000000  1    0.719431348399E-03                     
+AR CPXF 2009  4  1 12 50  0.000000  1    0.935874637914E-09                     
+AR IDDR 2009  4  1 12 50  0.000000  1    0.867125218174E-08                     
+AR AZGB 2009  4  1 12 50  0.000000  1   -0.126218020231E-03                     
+AR TN22 2009  4  1 12 50  0.000000  1    0.427089071219E-03                     
+AR ETAD 2009  4  1 12 50  0.000000  1    0.272423726257E-07                     
+AR ILHA 2009  4  1 12 50  0.000000  1   -0.269281580903E-09                     
+AR POVE 2009  4  1 12 50  0.000000  1   -0.629283053204E-09                     
+AR RECF 2009  4  1 12 50  0.000000  1    0.249094993319E-07                     
+AR SALU 2009  4  1 12 50  0.000000  1    0.384657612021E-07                     
+AR SAVO 2009  4  1 12 50  0.000000  1    0.296039948422E-07                     
+AR UFPR 2009  4  1 12 50  0.000000  1    0.237362897349E-07                     
+AR YELL 2009  4  1 12 50  0.000000  1    0.243994000000E-06                     
+AS G32  2009  4  1 12 55  0.000000  1    0.280165741480E-03                     
+AS G24  2009  4  1 12 55  0.000000  1    0.177842792381E-03                     
+AS G25  2009  4  1 12 55  0.000000  1    0.334604854973E-03                     
+AS G26  2009  4  1 12 55  0.000000  1    0.544633182180E-04                     
+AS G27  2009  4  1 12 55  0.000000  1    0.371509733452E-04                     
+AS G30  2009  4  1 12 55  0.000000  1    0.136266368030E-03                     
+AS G03  2009  4  1 12 55  0.000000  1    0.373482157518E-03                     
+AS G04  2009  4  1 12 55  0.000000  1   -0.347517684712E-04                     
+AS G06  2009  4  1 12 55  0.000000  1    0.602749674264E-04                     
+AS G08  2009  4  1 12 55  0.000000  1   -0.196548777485E-03                     
+AS G09  2009  4  1 12 55  0.000000  1    0.484701089256E-04                     
+AS G10  2009  4  1 12 55  0.000000  1   -0.136298319085E-04                     
+AS G14  2009  4  1 12 55  0.000000  1   -0.132376169782E-03                     
+AS G13  2009  4  1 12 55  0.000000  1    0.293266767886E-03                     
+AS G28  2009  4  1 12 55  0.000000  1   -0.238314112866E-04                     
+AS G21  2009  4  1 12 55  0.000000  1    0.215182117175E-04                     
+AS G11  2009  4  1 12 55  0.000000  1    0.274658239141E-05                     
+AS G22  2009  4  1 12 55  0.000000  1    0.202424628533E-03                     
+AS G20  2009  4  1 12 55  0.000000  1    0.865541732009E-04                     
+AS G18  2009  4  1 12 55  0.000000  1   -0.695113862374E-04                     
+AS G16  2009  4  1 12 55  0.000000  1    0.629887046249E-04                     
+AS G19  2009  4  1 12 55  0.000000  1    0.293537094653E-04                     
+AS G23  2009  4  1 12 55  0.000000  1    0.388989256768E-03                     
+AS G02  2009  4  1 12 55  0.000000  1    0.153928234487E-03                     
+AS G31  2009  4  1 12 55  0.000000  1   -0.564770131674E-04                     
+AS G17  2009  4  1 12 55  0.000000  1    0.524447217466E-04                     
+AS G12  2009  4  1 12 55  0.000000  1   -0.299511464210E-03                     
+AS G15  2009  4  1 12 55  0.000000  1   -0.276025734794E-03                     
+AS G29  2009  4  1 12 55  0.000000  1    0.486809804177E-05                     
+AS G07  2009  4  1 12 55  0.000000  1    0.209780908691E-04                     
+AS R02  2009  4  1 12 55  0.000000  1    0.206421414320E-04                     
+AS R03  2009  4  1 12 55  0.000000  1   -0.342893938542E-04                     
+AS R04  2009  4  1 12 55  0.000000  1    0.637840635380E-04                     
+AS R06  2009  4  1 12 55  0.000000  1   -0.169254800837E-03                     
+AS R07  2009  4  1 12 55  0.000000  1   -0.891842122191E-04                     
+AS R08  2009  4  1 12 55  0.000000  1   -0.101994029143E-03                     
+AS R10  2009  4  1 12 55  0.000000  1   -0.140836355361E-03                     
+AS R11  2009  4  1 12 55  0.000000  1   -0.926328894534E-04                     
+AS R13  2009  4  1 12 55  0.000000  1   -0.230648563502E-03                     
+AS R14  2009  4  1 12 55  0.000000  1   -0.795987501999E-04                     
+AS R15  2009  4  1 12 55  0.000000  1    0.921129374359E-04                     
+AS R17  2009  4  1 12 55  0.000000  1   -0.261268186087E-03                     
+AS R18  2009  4  1 12 55  0.000000  1   -0.135401670248E-05                     
+AS R19  2009  4  1 12 55  0.000000  1   -0.894266299344E-04                     
+AS R20  2009  4  1 12 55  0.000000  1   -0.650124422231E-04                     
+AS R21  2009  4  1 12 55  0.000000  1   -0.143347428427E-03                     
+AS R22  2009  4  1 12 55  0.000000  1   -0.201588243077E-03                     
+AS R23  2009  4  1 12 55  0.000000  1   -0.200289071014E-03                     
+AR ALGO 2009  4  1 12 55  0.000000  1    0.809742319079E-04                     
+AR ALIC 2009  4  1 12 55  0.000000  1    0.872001107643E-09                     
+AR AMC2 2009  4  1 12 55  0.000000  1    0.160976695185E-08                     
+AR ANKR 2009  4  1 12 55  0.000000  1   -0.189937946673E-03                     
+AR ARTU 2009  4  1 12 55  0.000000  1   -0.616236653970E-07                     
+AR ASPA 2009  4  1 12 55  0.000000  1    0.256001610131E-07                     
+AR BHR1 2009  4  1 12 55  0.000000  1    0.563383284410E-03                     
+AR BARH 2009  4  1 12 55  0.000000  1    0.130241520984E-08                     
+AR BJFS 2009  4  1 12 55  0.000000  1   -0.575899939450E-07                     
+AR BOGT 2009  4  1 12 55  0.000000  1   -0.411906607718E-07                     
+AR BRMU 2009  4  1 12 55  0.000000  1    0.317722395174E-03                     
+AR CAGZ 2009  4  1 12 55  0.000000  1    0.244022858865E-03                     
+AR CAS1 2009  4  1 12 55  0.000000  1    0.621958877701E-08                     
+AR CHAT 2009  4  1 12 55  0.000000  1   -0.589423080720E-07                     
+AR CHPI 2009  4  1 12 55  0.000000  1   -0.654282663393E-07                     
+AR COCO 2009  4  1 12 55  0.000000  1    0.227662557410E-03                     
+AR CONZ 2009  4  1 12 55  0.000000  1    0.472841054119E-03                     
+AR CRAR 2009  4  1 12 55  0.000000  1   -0.371795854463E-03                     
+AR CRO1 2009  4  1 12 55  0.000000  1    0.665105653375E-03                     
+AR DAEJ 2009  4  1 12 55  0.000000  1   -0.196556299918E-03                     
+AR DARW 2009  4  1 12 55  0.000000  1   -0.548717307324E-08                     
+AR DGAR 2009  4  1 12 55  0.000000  1   -0.752324140249E-07                     
+AR DRAO 2009  4  1 12 55  0.000000  1    0.114778303765E-03                     
+AR FAA1 2009  4  1 12 55  0.000000  1   -0.950045112381E-08                     
+AR FAIR 2009  4  1 12 55  0.000000  1   -0.592605198467E-07                     
+AR GLPS 2009  4  1 12 55  0.000000  1   -0.498962100529E-07                     
+AR GUAM 2009  4  1 12 55  0.000000  1   -0.598152669055E-07                     
+AR GUAT 2009  4  1 12 55  0.000000  1    0.906019092526E-08                     
+AR HOB2 2009  4  1 12 55  0.000000  1    0.880355054767E-07                     
+AR HOFN 2009  4  1 12 55  0.000000  1    0.133883787549E-03                     
+AR HOLM 2009  4  1 12 55  0.000000  1   -0.527415559327E-07                     
+AR HRAO 2009  4  1 12 55  0.000000  1    0.849465507628E-03                     
+AR HYDE 2009  4  1 12 55  0.000000  1    0.328527791785E-08                     
+AR IRKJ 2009  4  1 12 55  0.000000  1    0.163747470332E-03                     
+AR ISPA 2009  4  1 12 55  0.000000  1   -0.612566336997E-07                     
+AR KARR 2009  4  1 12 55  0.000000  1   -0.493314219449E-07                     
+AR KERG 2009  4  1 12 55  0.000000  1    0.817500439260E-03                     
+AR KHAJ 2009  4  1 12 55  0.000000  1   -0.150782656412E-05                     
+AR KIR0 2009  4  1 12 55  0.000000  1    0.283040887612E-03                     
+AR KIRU 2009  4  1 12 55  0.000000  1    0.591386966067E-03                     
+AR KIT3 2009  4  1 12 55  0.000000  1   -0.621286553004E-08                     
+AR KOUR 2009  4  1 12 55  0.000000  1    0.124914775037E-03                     
+AR KUNM 2009  4  1 12 55  0.000000  1    0.366488976264E-08                     
+AR LHAZ 2009  4  1 12 55  0.000000  1   -0.213495451245E-03                     
+AR MAL2 2009  4  1 12 55  0.000000  1   -0.135747413493E-07                     
+AR MAS1 2009  4  1 12 55  0.000000  1   -0.101614679034E-03                     
+AR MAW1 2009  4  1 12 55  0.000000  1    0.406832690352E-08                     
+AR MCIL 2009  4  1 12 55  0.000000  1    0.287088242124E-07                     
+AR MCM4 2009  4  1 12 55  0.000000  1   -0.514864744423E-07                     
+AR MDO1 2009  4  1 12 55  0.000000  1   -0.465772605070E-07                     
+AR MDVJ 2009  4  1 12 55  0.000000  1    0.438552195819E-03                     
+AR MKEA 2009  4  1 12 55  0.000000  1   -0.339410345676E-07                     
+AR MOBS 2009  4  1 12 55  0.000000  1   -0.216088275994E-09                     
+AR NANO 2009  4  1 12 55  0.000000  1    0.148469827199E-08                     
+AR NLIB 2009  4  1 12 55  0.000000  1   -0.118981816132E-06                     
+AR NNOR 2009  4  1 12 55  0.000000  1    0.365796781346E-03                     
+AR NRC1 2009  4  1 12 55  0.000000  1   -0.448589377556E-05                     
+AR NRIL 2009  4  1 12 55  0.000000  1   -0.479572554732E-07                     
+AR NRMD 2009  4  1 12 55  0.000000  1    0.218948927350E-07                     
+AR NTUS 2009  4  1 12 55  0.000000  1   -0.256871966084E-08                     
+AR NYAL 2009  4  1 12 55  0.000000  1    0.943853736483E-07                     
+AR OHI3 2009  4  1 12 55  0.000000  1    0.485280894932E-03                     
+AR ONSA 2009  4  1 12 55  0.000000  1   -0.324788714181E-04                     
+AR PDEL 2009  4  1 12 55  0.000000  1   -0.479703722068E-08                     
+AR PERT 2009  4  1 12 55  0.000000  1   -0.551354426279E-07                     
+AR PETP 2009  4  1 12 55  0.000000  1   -0.574257048855E-07                     
+AR PIMO 2009  4  1 12 55  0.000000  1   -0.482023960802E-07                     
+AR QAQ1 2009  4  1 12 55  0.000000  1   -0.658908453757E-07                     
+AR QUIN 2009  4  1 12 55  0.000000  1   -0.528408285425E-07                     
+AR RABT 2009  4  1 12 55  0.000000  1   -0.477789598399E-07                     
+AR RAMO 2009  4  1 12 55  0.000000  1    0.314972450729E-08                     
+AR RCMN 2009  4  1 12 55  0.000000  1    0.159039391747E-07                     
+AR REDU 2009  4  1 12 55  0.000000  1   -0.500272340411E-07                     
+AR REUN 2009  4  1 12 55  0.000000  1    0.309921089536E-07                     
+AR REYK 2009  4  1 12 55  0.000000  1   -0.940321294346E-04                     
+AR SCH2 2009  4  1 12 55  0.000000  1    0.189101048309E-03                     
+AR SCUB 2009  4  1 12 55  0.000000  1   -0.751039869005E-07                     
+AR STJO 2009  4  1 12 55  0.000000  1   -0.704465087386E-05                     
+AR SYDN 2009  4  1 12 55  0.000000  1    0.141000590861E-05                     
+AR SYOG 2009  4  1 12 55  0.000000  1    0.140095057851E-04                     
+AR THU2 2009  4  1 12 55  0.000000  1    0.448209566045E-03                     
+AR TOW2 2009  4  1 12 55  0.000000  1   -0.107243236713E-08                     
+AR URUM 2009  4  1 12 55  0.000000  1   -0.201313518873E-03                     
+AR VESL 2009  4  1 12 55  0.000000  1    0.537820573026E-04                     
+AR VILL 2009  4  1 12 55  0.000000  1   -0.552458998495E-07                     
+AR WTZR 2009  4  1 12 55  0.000000  1    0.452673395840E-07                     
+AR WUHN 2009  4  1 12 55  0.000000  1   -0.680841523799E-07                     
+AR YSSK 2009  4  1 12 55  0.000000  1   -0.680510816830E-07                     
+AR ZIM2 2009  4  1 12 55  0.000000  1    0.399026863074E-07                     
+AR XMIS 2009  4  1 12 55  0.000000  1   -0.350739470690E-08                     
+AR GODZ 2009  4  1 12 55  0.000000  1   -0.469120537826E-03                     
+AR MTKA 2009  4  1 12 55  0.000000  1   -0.805246589225E-07                     
+AR TIXJ 2009  4  1 12 55  0.000000  1    0.720117333497E-04                     
+AR PARK 2009  4  1 12 55  0.000000  1    0.807090335609E-06                     
+AR UNBJ 2009  4  1 12 55  0.000000  1    0.302625284415E-03                     
+AR NOVM 2009  4  1 12 55  0.000000  1    0.798330399184E-04                     
+AR SUNM 2009  4  1 12 55  0.000000  1   -0.360023651106E-03                     
+AR CEBR 2009  4  1 12 55  0.000000  1    0.719431334114E-03                     
+AR CPXF 2009  4  1 12 55  0.000000  1    0.141614774707E-09                     
+AR IDDR 2009  4  1 12 55  0.000000  1    0.992144413889E-08                     
+AR AZGB 2009  4  1 12 55  0.000000  1   -0.265602461593E-03                     
+AR TN22 2009  4  1 12 55  0.000000  1    0.349289509031E-03                     
+AR ETAD 2009  4  1 12 55  0.000000  1    0.237835481431E-07                     
+AR ILHA 2009  4  1 12 55  0.000000  1    0.102770917991E-08                     
+AR POVE 2009  4  1 12 55  0.000000  1   -0.325429099262E-09                     
+AR RECF 2009  4  1 12 55  0.000000  1    0.252417124472E-07                     
+AR SALU 2009  4  1 12 55  0.000000  1    0.260851678857E-07                     
+AR SAVO 2009  4  1 12 55  0.000000  1    0.277874004387E-07                     
+AR UFPR 2009  4  1 12 55  0.000000  1    0.230468286394E-07                     
+AR YELL 2009  4  1 12 55  0.000000  1    0.244064000000E-06                     
+AS G32  2009  4  1 13  0  0.000000  1    0.280164401475E-03                     
+AS G24  2009  4  1 13  0  0.000000  1    0.177844182097E-03                     
+AS G25  2009  4  1 13  0  0.000000  1    0.334611380754E-03                     
+AS G26  2009  4  1 13  0  0.000000  1    0.544640195014E-04                     
+AS G27  2009  4  1 13  0  0.000000  1    0.371522564964E-04                     
+AS G30  2009  4  1 13  0  0.000000  1    0.136266881842E-03                     
+AS G03  2009  4  1 13  0  0.000000  1    0.373483317010E-03                     
+AS G04  2009  4  1 13  0  0.000000  1   -0.347562814532E-04                     
+AS G06  2009  4  1 13  0  0.000000  1    0.602803103816E-04                     
+AS G08  2009  4  1 13  0  0.000000  1   -0.196549170476E-03                     
+AS G09  2009  4  1 13  0  0.000000  1    0.484704864089E-04                     
+AS G10  2009  4  1 13  0  0.000000  1   -0.136299227013E-04                     
+AS G14  2009  4  1 13  0  0.000000  1   -0.132374444790E-03                     
+AS G13  2009  4  1 13  0  0.000000  1    0.293267233675E-03                     
+AS G28  2009  4  1 13  0  0.000000  1   -0.238315881238E-04                     
+AS G21  2009  4  1 13  0  0.000000  1    0.215176821943E-04                     
+AS G11  2009  4  1 13  0  0.000000  1    0.274617332775E-05                     
+AS G22  2009  4  1 13  0  0.000000  1    0.202424430463E-03                     
+AS G20  2009  4  1 13  0  0.000000  1    0.865538299982E-04                     
+AS G18  2009  4  1 13  0  0.000000  1   -0.695103791103E-04                     
+AS G16  2009  4  1 13  0  0.000000  1    0.629875777361E-04                     
+AS G19  2009  4  1 13  0  0.000000  1    0.293536922727E-04                     
+AS G23  2009  4  1 13  0  0.000000  1    0.388989514671E-03                     
+AS G02  2009  4  1 13  0  0.000000  1    0.153928139313E-03                     
+AS G31  2009  4  1 13  0  0.000000  1   -0.564771810304E-04                     
+AS G17  2009  4  1 13  0  0.000000  1    0.524450393356E-04                     
+AS G12  2009  4  1 13  0  0.000000  1   -0.299510199668E-03                     
+AS G15  2009  4  1 13  0  0.000000  1   -0.276026983167E-03                     
+AS G29  2009  4  1 13  0  0.000000  1    0.486929429871E-05                     
+AS G07  2009  4  1 13  0  0.000000  1    0.209779050740E-04                     
+AS R02  2009  4  1 13  0  0.000000  1    0.206413302480E-04                     
+AS R03  2009  4  1 13  0  0.000000  1   -0.342915181533E-04                     
+AS R04  2009  4  1 13  0  0.000000  1    0.637828576036E-04                     
+AS R06  2009  4  1 13  0  0.000000  1   -0.169254855958E-03                     
+AS R07  2009  4  1 13  0  0.000000  1   -0.891834908691E-04                     
+AS R08  2009  4  1 13  0  0.000000  1   -0.101993842500E-03                     
+AS R10  2009  4  1 13  0  0.000000  1   -0.140836292369E-03                     
+AS R11  2009  4  1 13  0  0.000000  1   -0.926329453766E-04                     
+AS R13  2009  4  1 13  0  0.000000  1   -0.230648854460E-03                     
+AS R14  2009  4  1 13  0  0.000000  1   -0.795982813092E-04                     
+AS R15  2009  4  1 13  0  0.000000  1    0.921136480179E-04                     
+AS R17  2009  4  1 13  0  0.000000  1   -0.261268595152E-03                     
+AS R18  2009  4  1 13  0  0.000000  1   -0.135406363387E-05                     
+AS R19  2009  4  1 13  0  0.000000  1   -0.894270871197E-04                     
+AS R20  2009  4  1 13  0  0.000000  1   -0.650131095226E-04                     
+AS R21  2009  4  1 13  0  0.000000  1   -0.143347946429E-03                     
+AS R22  2009  4  1 13  0  0.000000  1   -0.201588879467E-03                     
+AS R23  2009  4  1 13  0  0.000000  1   -0.200286836373E-03                     
+AR ALGO 2009  4  1 13  0  0.000000  1    0.809774491330E-04                     
+AR ALIC 2009  4  1 13  0  0.000000  1   -0.131470754248E-08                     
+AR AMC2 2009  4  1 13  0  0.000000  1    0.161148980096E-08                     
+AR ANKR 2009  4  1 13  0  0.000000  1   -0.125042751928E-03                     
+AR ARTU 2009  4  1 13  0  0.000000  1   -0.607111179694E-07                     
+AR ASPA 2009  4  1 13  0  0.000000  1    0.251335927932E-07                     
+AR BHR1 2009  4  1 13  0  0.000000  1    0.563383235497E-03                     
+AR BARH 2009  4  1 13  0  0.000000  1    0.461298998285E-08                     
+AR BJFS 2009  4  1 13  0  0.000000  1   -0.592760679635E-07                     
+AR BOGT 2009  4  1 13  0  0.000000  1   -0.411302758272E-07                     
+AR BRMU 2009  4  1 13  0  0.000000  1   -0.184765884590E-03                     
+AR CAGZ 2009  4  1 13  0  0.000000  1    0.467386544601E-03                     
+AR CAS1 2009  4  1 13  0  0.000000  1    0.708600032757E-08                     
+AR CHAT 2009  4  1 13  0  0.000000  1   -0.583305276635E-07                     
+AR CHPI 2009  4  1 13  0  0.000000  1   -0.677541444852E-07                     
+AR COCO 2009  4  1 13  0  0.000000  1    0.227664033252E-03                     
+AR CONZ 2009  4  1 13  0  0.000000  1    0.351398802227E-03                     
+AR CRAR 2009  4  1 13  0  0.000000  1   -0.396882324443E-03                     
+AR CRO1 2009  4  1 13  0  0.000000  1    0.665105668826E-03                     
+AR DAEJ 2009  4  1 13  0  0.000000  1   -0.196556367633E-03                     
+AR DARW 2009  4  1 13  0  0.000000  1   -0.418282273791E-08                     
+AR DGAR 2009  4  1 13  0  0.000000  1   -0.733074415012E-07                     
+AR DRAO 2009  4  1 13  0  0.000000  1    0.114814742057E-03                     
+AR FAA1 2009  4  1 13  0  0.000000  1   -0.903127409882E-08                     
+AR FAIR 2009  4  1 13  0  0.000000  1   -0.588889431167E-07                     
+AR GLPS 2009  4  1 13  0  0.000000  1   -0.512472721187E-07                     
+AR GUAM 2009  4  1 13  0  0.000000  1   -0.561895734721E-07                     
+AR GUAT 2009  4  1 13  0  0.000000  1    0.959095585814E-08                     
+AR HOB2 2009  4  1 13  0  0.000000  1    0.880474494514E-07                     
+AR HOFN 2009  4  1 13  0  0.000000  1    0.211410246329E-03                     
+AR HOLM 2009  4  1 13  0  0.000000  1   -0.513410744331E-07                     
+AR HRAO 2009  4  1 13  0  0.000000  1    0.849465563686E-03                     
+AR HYDE 2009  4  1 13  0  0.000000  1    0.365464216151E-08                     
+AR IRKJ 2009  4  1 13  0  0.000000  1    0.163747459311E-03                     
+AR ISPA 2009  4  1 13  0  0.000000  1   -0.627907930420E-07                     
+AR KARR 2009  4  1 13  0  0.000000  1   -0.510671265813E-07                     
+AR KERG 2009  4  1 13  0  0.000000  1    0.817500680389E-03                     
+AR KHAJ 2009  4  1 13  0  0.000000  1   -0.150782290847E-05                     
+AR KIR0 2009  4  1 13  0  0.000000  1    0.283034097608E-03                     
+AR KIRU 2009  4  1 13  0  0.000000  1    0.591389095067E-03                     
+AR KIT3 2009  4  1 13  0  0.000000  1    0.340546100000E-09                     
+AR KOUR 2009  4  1 13  0  0.000000  1    0.124914827095E-03                     
+AR KUNM 2009  4  1 13  0  0.000000  1    0.605760087716E-08                     
+AR LHAZ 2009  4  1 13  0  0.000000  1   -0.198024864357E-03                     
+AR MAL2 2009  4  1 13  0  0.000000  1   -0.106474998784E-07                     
+AR MAS1 2009  4  1 13  0  0.000000  1   -0.101615054332E-03                     
+AR MAW1 2009  4  1 13  0  0.000000  1    0.410696094585E-08                     
+AR MCIL 2009  4  1 13  0  0.000000  1    0.286079590428E-07                     
+AR MCM4 2009  4  1 13  0  0.000000  1   -0.458880199734E-07                     
+AR MDO1 2009  4  1 13  0  0.000000  1   -0.480359281511E-07                     
+AR MDVJ 2009  4  1 13  0  0.000000  1    0.438552194077E-03                     
+AR MKEA 2009  4  1 13  0  0.000000  1   -0.334284528753E-07                     
+AR MOBS 2009  4  1 13  0  0.000000  1    0.233646557728E-08                     
+AR NANO 2009  4  1 13  0  0.000000  1   -0.114701072523E-08                     
+AR NLIB 2009  4  1 13  0  0.000000  1   -0.118818560686E-06                     
+AR NNOR 2009  4  1 13  0  0.000000  1    0.365796685523E-03                     
+AR NRC1 2009  4  1 13  0  0.000000  1   -0.448586240699E-05                     
+AR NRIL 2009  4  1 13  0  0.000000  1   -0.480692445293E-07                     
+AR NRMD 2009  4  1 13  0  0.000000  1    0.218732749496E-07                     
+AR NTUS 2009  4  1 13  0  0.000000  1   -0.346153311334E-08                     
+AR NYAL 2009  4  1 13  0  0.000000  1    0.944002046062E-07                     
+AR OHI3 2009  4  1 13  0  0.000000  1   -0.400329213167E-03                     
+AR ONSA 2009  4  1 13  0  0.000000  1   -0.324789160390E-04                     
+AR PDEL 2009  4  1 13  0  0.000000  1   -0.424269744613E-08                     
+AR PERT 2009  4  1 13  0  0.000000  1   -0.571064240245E-07                     
+AR PETP 2009  4  1 13  0  0.000000  1   -0.581078459413E-07                     
+AR PIMO 2009  4  1 13  0  0.000000  1   -0.494364768955E-07                     
+AR QAQ1 2009  4  1 13  0  0.000000  1   -0.640936274367E-07                     
+AR QUIN 2009  4  1 13  0  0.000000  1   -0.514559811502E-07                     
+AR RABT 2009  4  1 13  0  0.000000  1   -0.623511147489E-07                     
+AR RAMO 2009  4  1 13  0  0.000000  1   -0.351536383577E-07                     
+AR RCMN 2009  4  1 13  0  0.000000  1    0.466682724931E-08                     
+AR REDU 2009  4  1 13  0  0.000000  1   -0.500265047329E-07                     
+AR REUN 2009  4  1 13  0  0.000000  1    0.307392954357E-07                     
+AR REYK 2009  4  1 13  0  0.000000  1   -0.835333591676E-04                     
+AR SCH2 2009  4  1 13  0  0.000000  1    0.189116718882E-03                     
+AR SCUB 2009  4  1 13  0  0.000000  1   -0.737560075850E-07                     
+AR STJO 2009  4  1 13  0  0.000000  1   -0.704494286064E-05                     
+AR SYDN 2009  4  1 13  0  0.000000  1    0.141006875258E-05                     
+AR SYOG 2009  4  1 13  0  0.000000  1    0.140095768506E-04                     
+AR THU2 2009  4  1 13  0  0.000000  1    0.446207569088E-03                     
+AR TOW2 2009  4  1 13  0  0.000000  1   -0.546236236789E-09                     
+AR URUM 2009  4  1 13  0  0.000000  1   -0.279183488182E-03                     
+AR VESL 2009  4  1 13  0  0.000000  1    0.911753282712E-04                     
+AR VILL 2009  4  1 13  0  0.000000  1   -0.579783553025E-07                     
+AR WTZR 2009  4  1 13  0  0.000000  1    0.452793477624E-07                     
+AR WUHN 2009  4  1 13  0  0.000000  1   -0.646358251661E-07                     
+AR YSSK 2009  4  1 13  0  0.000000  1   -0.608474036202E-07                     
+AR ZIM2 2009  4  1 13  0  0.000000  1    0.395461619878E-07                     
+AR XMIS 2009  4  1 13  0  0.000000  1   -0.540439077939E-08                     
+AR GODZ 2009  4  1 13  0  0.000000  1   -0.469120510701E-03                     
+AR MTKA 2009  4  1 13  0  0.000000  1   -0.739237810979E-07                     
+AR TIXJ 2009  4  1 13  0  0.000000  1    0.692797299470E-04                     
+AR PARK 2009  4  1 13  0  0.000000  1    0.807150805692E-06                     
+AR UNBJ 2009  4  1 13  0  0.000000  1    0.226368944862E-03                     
+AR NOVM 2009  4  1 13  0  0.000000  1    0.798330168854E-04                     
+AR SUNM 2009  4  1 13  0  0.000000  1    0.483109842860E-03                     
+AR CEBR 2009  4  1 13  0  0.000000  1    0.719431314688E-03                     
+AR CPXF 2009  4  1 13  0  0.000000  1    0.341711328931E-08                     
+AR IDDR 2009  4  1 13  0  0.000000  1    0.986479701692E-08                     
+AR AZGB 2009  4  1 13  0  0.000000  1   -0.404939331144E-03                     
+AR TN22 2009  4  1 13  0  0.000000  1    0.271443122960E-03                     
+AR ETAD 2009  4  1 13  0  0.000000  1    0.227196880913E-07                     
+AR ILHA 2009  4  1 13  0  0.000000  1   -0.867445279029E-10                     
+AR POVE 2009  4  1 13  0  0.000000  1   -0.520574194163E-09                     
+AR RECF 2009  4  1 13  0  0.000000  1    0.262048602997E-07                     
+AR SALU 2009  4  1 13  0  0.000000  1    0.255131607191E-07                     
+AR SAVO 2009  4  1 13  0  0.000000  1    0.275785171465E-07                     
+AR UFPR 2009  4  1 13  0  0.000000  1    0.243338500033E-07                     
+AR YELL 2009  4  1 13  0  0.000000  1    0.244134000000E-06                     
+AS G32  2009  4  1 13  5  0.000000  1    0.280163171070E-03                     
+AS G24  2009  4  1 13  5  0.000000  1    0.177846006795E-03                     
+AS G25  2009  4  1 13  5  0.000000  1    0.334617947518E-03                     
+AS G26  2009  4  1 13  5  0.000000  1    0.544646365925E-04                     
+AS G27  2009  4  1 13  5  0.000000  1    0.371524937434E-04                     
+AS G30  2009  4  1 13  5  0.000000  1    0.136267091670E-03                     
+AS G03  2009  4  1 13  5  0.000000  1    0.373484605692E-03                     
+AS G04  2009  4  1 13  5  0.000000  1   -0.347606201225E-04                     
+AS G06  2009  4  1 13  5  0.000000  1    0.602857217747E-04                     
+AS G08  2009  4  1 13  5  0.000000  1   -0.196549190782E-03                     
+AS G09  2009  4  1 13  5  0.000000  1    0.484711621024E-04                     
+AS G10  2009  4  1 13  5  0.000000  1   -0.136303755678E-04                     
+AS G14  2009  4  1 13  5  0.000000  1   -0.132372795042E-03                     
+AS G13  2009  4  1 13  5  0.000000  1    0.293267589968E-03                     
+AS G28  2009  4  1 13  5  0.000000  1   -0.238317448359E-04                     
+AS G21  2009  4  1 13  5  0.000000  1    0.215172046525E-04                     
+AS G11  2009  4  1 13  5  0.000000  1    0.274563416550E-05                     
+AS G22  2009  4  1 13  5  0.000000  1    0.202423870460E-03                     
+AS G20  2009  4  1 13  5  0.000000  1    0.865537111268E-04                     
+AS G18  2009  4  1 13  5  0.000000  1   -0.695091999741E-04                     
+AS G16  2009  4  1 13  5  0.000000  1    0.629864336398E-04                     
+AS G19  2009  4  1 13  5  0.000000  1    0.293531788656E-04                     
+AS G23  2009  4  1 13  5  0.000000  1    0.388989930590E-03                     
+AS G02  2009  4  1 13  5  0.000000  1    0.153928095798E-03                     
+AS G31  2009  4  1 13  5  0.000000  1   -0.564774956069E-04                     
+AS G17  2009  4  1 13  5  0.000000  1    0.524454949043E-04                     
+AS G12  2009  4  1 13  5  0.000000  1   -0.299508657980E-03                     
+AS G15  2009  4  1 13  5  0.000000  1   -0.276028391153E-03                     
+AS G29  2009  4  1 13  5  0.000000  1    0.487061535585E-05                     
+AS G07  2009  4  1 13  5  0.000000  1    0.209778568060E-04                     
+AS R02  2009  4  1 13  5  0.000000  1    0.206404018781E-04                     
+AS R03  2009  4  1 13  5  0.000000  1   -0.342935214102E-04                     
+AS R04  2009  4  1 13  5  0.000000  1    0.637817454127E-04                     
+AS R06  2009  4  1 13  5  0.000000  1   -0.169256324570E-03                     
+AS R07  2009  4  1 13  5  0.000000  1   -0.891828720668E-04                     
+AS R08  2009  4  1 13  5  0.000000  1   -0.101993600545E-03                     
+AS R10  2009  4  1 13  5  0.000000  1   -0.140836147544E-03                     
+AS R11  2009  4  1 13  5  0.000000  1   -0.926334591683E-04                     
+AS R13  2009  4  1 13  5  0.000000  1   -0.230648978768E-03                     
+AS R14  2009  4  1 13  5  0.000000  1   -0.795970165499E-04                     
+AS R15  2009  4  1 13  5  0.000000  1    0.921133698183E-04                     
+AS R17  2009  4  1 13  5  0.000000  1   -0.261268652937E-03                     
+AS R18  2009  4  1 13  5  0.000000  1   -0.135443012871E-05                     
+AS R19  2009  4  1 13  5  0.000000  1   -0.894275898061E-04                     
+AS R20  2009  4  1 13  5  0.000000  1   -0.650133260709E-04                     
+AS R21  2009  4  1 13  5  0.000000  1   -0.143348443235E-03                     
+AS R22  2009  4  1 13  5  0.000000  1   -0.201589631163E-03                     
+AS R23  2009  4  1 13  5  0.000000  1   -0.200285152030E-03                     
+AR ALGO 2009  4  1 13  5  0.000000  1    0.809801552885E-04                     
+AR ALIC 2009  4  1 13  5  0.000000  1    0.427342044674E-08                     
+AR AMC2 2009  4  1 13  5  0.000000  1    0.162676860304E-08                     
+AR ANKR 2009  4  1 13  5  0.000000  1   -0.601262477362E-04                     
+AR ARTU 2009  4  1 13  5  0.000000  1   -0.605494881500E-07                     
+AR ASPA 2009  4  1 13  5  0.000000  1    0.281625829962E-07                     
+AR BHR1 2009  4  1 13  5  0.000000  1    0.563383263393E-03                     
+AR BARH 2009  4  1 13  5  0.000000  1    0.122431050910E-08                     
+AR BJFS 2009  4  1 13  5  0.000000  1   -0.586763759842E-07                     
+AR BOGT 2009  4  1 13  5  0.000000  1   -0.398424418548E-07                     
+AR BRMU 2009  4  1 13  5  0.000000  1    0.312258518769E-03                     
+AR CAGZ 2009  4  1 13  5  0.000000  1   -0.309253965882E-03                     
+AR CAS1 2009  4  1 13  5  0.000000  1    0.669898713368E-08                     
+AR CHAT 2009  4  1 13  5  0.000000  1   -0.586267823224E-07                     
+AR CHPI 2009  4  1 13  5  0.000000  1   -0.694897234071E-07                     
+AR COCO 2009  4  1 13  5  0.000000  1    0.227665567196E-03                     
+AR CONZ 2009  4  1 13  5  0.000000  1    0.230001776289E-03                     
+AR CRAR 2009  4  1 13  5  0.000000  1   -0.421955669406E-03                     
+AR CRO1 2009  4  1 13  5  0.000000  1    0.665105705641E-03                     
+AR DAEJ 2009  4  1 13  5  0.000000  1   -0.196556110821E-03                     
+AR DARW 2009  4  1 13  5  0.000000  1   -0.252103963170E-08                     
+AR DGAR 2009  4  1 13  5  0.000000  1   -0.725779531649E-07                     
+AR DRAO 2009  4  1 13  5  0.000000  1    0.114851302552E-03                     
+AR FAA1 2009  4  1 13  5  0.000000  1   -0.947214665105E-08                     
+AR FAIR 2009  4  1 13  5  0.000000  1   -0.582135949392E-07                     
+AR GLPS 2009  4  1 13  5  0.000000  1   -0.530665477836E-07                     
+AR GUAM 2009  4  1 13  5  0.000000  1   -0.580972007476E-07                     
+AR GUAT 2009  4  1 13  5  0.000000  1    0.102446717487E-07                     
+AR HOB2 2009  4  1 13  5  0.000000  1    0.880778465330E-07                     
+AR HOFN 2009  4  1 13  5  0.000000  1    0.288922896901E-03                     
+AR HOLM 2009  4  1 13  5  0.000000  1   -0.505229957798E-07                     
+AR HRAO 2009  4  1 13  5  0.000000  1    0.849465658642E-03                     
+AR HYDE 2009  4  1 13  5  0.000000  1    0.106179878734E-08                     
+AR IRKJ 2009  4  1 13  5  0.000000  1    0.163747458996E-03                     
+AR ISPA 2009  4  1 13  5  0.000000  1   -0.649790749145E-07                     
+AR KARR 2009  4  1 13  5  0.000000  1   -0.499031018662E-07                     
+AR KERG 2009  4  1 13  5  0.000000  1    0.817500460214E-03                     
+AR KHAJ 2009  4  1 13  5  0.000000  1   -0.150783082522E-05                     
+AR KIR0 2009  4  1 13  5  0.000000  1    0.283027332683E-03                     
+AR KIRU 2009  4  1 13  5  0.000000  1    0.591387410682E-03                     
+AR KIT3 2009  4  1 13  5  0.000000  1   -0.146256320092E-07                     
+AR KOUR 2009  4  1 13  5  0.000000  1    0.124914867138E-03                     
+AR KUNM 2009  4  1 13  5  0.000000  1   -0.630151185899E-09                     
+AR LHAZ 2009  4  1 13  5  0.000000  1   -0.182437580412E-03                     
+AR MAL2 2009  4  1 13  5  0.000000  1   -0.831898270990E-08                     
+AR MAS1 2009  4  1 13  5  0.000000  1   -0.101615441145E-03                     
+AR MAW1 2009  4  1 13  5  0.000000  1    0.614488710671E-08                     
+AR MCIL 2009  4  1 13  5  0.000000  1    0.245452923834E-07                     
+AR MCM4 2009  4  1 13  5  0.000000  1   -0.481079778849E-07                     
+AR MDO1 2009  4  1 13  5  0.000000  1   -0.510122890562E-07                     
+AR MDVJ 2009  4  1 13  5  0.000000  1    0.438552208201E-03                     
+AR MKEA 2009  4  1 13  5  0.000000  1   -0.346184593266E-07                     
+AR MOBS 2009  4  1 13  5  0.000000  1    0.319411093806E-08                     
+AR NANO 2009  4  1 13  5  0.000000  1   -0.136695563994E-09                     
+AR NLIB 2009  4  1 13  5  0.000000  1   -0.118654300175E-06                     
+AR NNOR 2009  4  1 13  5  0.000000  1    0.365796600242E-03                     
+AR NRC1 2009  4  1 13  5  0.000000  1   -0.448583869528E-05                     
+AR NRIL 2009  4  1 13  5  0.000000  1   -0.514560962994E-07                     
+AR NRMD 2009  4  1 13  5  0.000000  1    0.228435574458E-07                     
+AR NTUS 2009  4  1 13  5  0.000000  1   -0.388542067180E-08                     
+AR NYAL 2009  4  1 13  5  0.000000  1    0.944200012818E-07                     
+AR OHI3 2009  4  1 13  5  0.000000  1   -0.286048367305E-03                     
+AR ONSA 2009  4  1 13  5  0.000000  1   -0.324789471135E-04                     
+AR PDEL 2009  4  1 13  5  0.000000  1   -0.510492267675E-08                     
+AR PERT 2009  4  1 13  5  0.000000  1   -0.576216703927E-07                     
+AR PETP 2009  4  1 13  5  0.000000  1   -0.580066344201E-07                     
+AR PIMO 2009  4  1 13  5  0.000000  1   -0.671372031889E-07                     
+AR QAQ1 2009  4  1 13  5  0.000000  1   -0.658516326240E-07                     
+AR QUIN 2009  4  1 13  5  0.000000  1   -0.510593320824E-07                     
+AR RABT 2009  4  1 13  5  0.000000  1   -0.609815889616E-07                     
+AR RAMO 2009  4  1 13  5  0.000000  1    0.958642474131E-07                     
+AR RCMN 2009  4  1 13  5  0.000000  1   -0.538924243625E-09                     
+AR REDU 2009  4  1 13  5  0.000000  1   -0.432181433359E-07                     
+AR REUN 2009  4  1 13  5  0.000000  1    0.325026195403E-07                     
+AR REYK 2009  4  1 13  5  0.000000  1   -0.725899715773E-04                     
+AR SCH2 2009  4  1 13  5  0.000000  1    0.189132082051E-03                     
+AR SCUB 2009  4  1 13  5  0.000000  1   -0.775517677582E-07                     
+AR STJO 2009  4  1 13  5  0.000000  1   -0.704521379293E-05                     
+AR SYDN 2009  4  1 13  5  0.000000  1    0.140991683385E-05                     
+AR SYOG 2009  4  1 13  5  0.000000  1    0.140094045900E-04                     
+AR THU2 2009  4  1 13  5  0.000000  1    0.444205270797E-03                     
+AR TOW2 2009  4  1 13  5  0.000000  1    0.778212954004E-09                     
+AR URUM 2009  4  1 13  5  0.000000  1   -0.356959123074E-03                     
+AR VESL 2009  4  1 13  5  0.000000  1    0.128506417361E-03                     
+AR VILL 2009  4  1 13  5  0.000000  1   -0.563900498053E-07                     
+AR WTZR 2009  4  1 13  5  0.000000  1    0.453217899812E-07                     
+AR WUHN 2009  4  1 13  5  0.000000  1   -0.620973168497E-07                     
+AR YSSK 2009  4  1 13  5  0.000000  1   -0.597269124969E-07                     
+AR ZIM2 2009  4  1 13  5  0.000000  1    0.396071004299E-07                     
+AR XMIS 2009  4  1 13  5  0.000000  1   -0.378004328315E-08                     
+AR GODZ 2009  4  1 13  5  0.000000  1   -0.469120489055E-03                     
+AR MTKA 2009  4  1 13  5  0.000000  1   -0.592122102374E-07                     
+AR TIXJ 2009  4  1 13  5  0.000000  1    0.665924859033E-04                     
+AR PARK 2009  4  1 13  5  0.000000  1    0.806855522031E-06                     
+AR UNBJ 2009  4  1 13  5  0.000000  1    0.150077988587E-03                     
+AR NOVM 2009  4  1 13  5  0.000000  1    0.798330257598E-04                     
+AR SUNM 2009  4  1 13  5  0.000000  1    0.326708617517E-03                     
+AR CEBR 2009  4  1 13  5  0.000000  1    0.719431344872E-03                     
+AR CPXF 2009  4  1 13  5  0.000000  1   -0.440149724419E-08                     
+AR IDDR 2009  4  1 13  5  0.000000  1    0.119568561998E-07                     
+AR AZGB 2009  4  1 13  5  0.000000  1    0.455706928117E-03                     
+AR TN22 2009  4  1 13  5  0.000000  1    0.193151233998E-03                     
+AR ETAD 2009  4  1 13  5  0.000000  1    0.200667413888E-07                     
+AR ILHA 2009  4  1 13  5  0.000000  1   -0.288045457811E-08                     
+AR POVE 2009  4  1 13  5  0.000000  1   -0.103559117278E-09                     
+AR RECF 2009  4  1 13  5  0.000000  1    0.249530220736E-07                     
+AR SALU 2009  4  1 13  5  0.000000  1    0.344694841053E-07                     
+AR SAVO 2009  4  1 13  5  0.000000  1    0.261001008745E-07                     
+AR UFPR 2009  4  1 13  5  0.000000  1    0.238447975432E-07                     
+AR YELL 2009  4  1 13  5  0.000000  1    0.244204000000E-06                     
+AS G32  2009  4  1 13 10  0.000000  1    0.280161784624E-03                     
+AS G24  2009  4  1 13 10  0.000000  1    0.177847316605E-03                     
+AS G25  2009  4  1 13 10  0.000000  1    0.334624465176E-03                     
+AS G26  2009  4  1 13 10  0.000000  1    0.544653913732E-04                     
+AS G27  2009  4  1 13 10  0.000000  1    0.371532774006E-04                     
+AS G30  2009  4  1 13 10  0.000000  1    0.136268640504E-03                     
+AS G03  2009  4  1 13 10  0.000000  1    0.373485450973E-03                     
+AS G04  2009  4  1 13 10  0.000000  1   -0.347651293027E-04                     
+AS G06  2009  4  1 13 10  0.000000  1    0.602912158630E-04                     
+AS G08  2009  4  1 13 10  0.000000  1   -0.196549300079E-03                     
+AS G09  2009  4  1 13 10  0.000000  1    0.484721315658E-04                     
+AS G10  2009  4  1 13 10  0.000000  1   -0.136304996738E-04                     
+AS G14  2009  4  1 13 10  0.000000  1   -0.132370830763E-03                     
+AS G13  2009  4  1 13 10  0.000000  1    0.293268146333E-03                     
+AS G28  2009  4  1 13 10  0.000000  1   -0.238316779597E-04                     
+AS G21  2009  4  1 13 10  0.000000  1    0.215164214530E-04                     
+AS G11  2009  4  1 13 10  0.000000  1    0.274553852665E-05                     
+AS G22  2009  4  1 13 10  0.000000  1    0.202423421523E-03                     
+AS G20  2009  4  1 13 10  0.000000  1    0.865534759572E-04                     
+AS G18  2009  4  1 13 10  0.000000  1   -0.695082013934E-04                     
+AS G16  2009  4  1 13 10  0.000000  1    0.629855812561E-04                     
+AS G19  2009  4  1 13 10  0.000000  1    0.293532116294E-04                     
+AS G23  2009  4  1 13 10  0.000000  1    0.388989870168E-03                     
+AS G02  2009  4  1 13 10  0.000000  1    0.153927970614E-03                     
+AS G31  2009  4  1 13 10  0.000000  1   -0.564776926496E-04                     
+AS G17  2009  4  1 13 10  0.000000  1    0.524460775211E-04                     
+AS G12  2009  4  1 13 10  0.000000  1   -0.299507437288E-03                     
+AS G15  2009  4  1 13 10  0.000000  1   -0.276029558323E-03                     
+AS G29  2009  4  1 13 10  0.000000  1    0.487185002465E-05                     
+AS G07  2009  4  1 13 10  0.000000  1    0.209776375081E-04                     
+AS R02  2009  4  1 13 10  0.000000  1    0.206394480288E-04                     
+AS R03  2009  4  1 13 10  0.000000  1   -0.342944354616E-04                     
+AS R04  2009  4  1 13 10  0.000000  1    0.637788413309E-04                     
+AS R06  2009  4  1 13 10  0.000000  1   -0.169255495473E-03                     
+AS R07  2009  4  1 13 10  0.000000  1   -0.891830488476E-04                     
+AS R08  2009  4  1 13 10  0.000000  1   -0.101993501884E-03                     
+AS R10  2009  4  1 13 10  0.000000  1   -0.140835709544E-03                     
+AS R11  2009  4  1 13 10  0.000000  1   -0.926338094282E-04                     
+AS R13  2009  4  1 13 10  0.000000  1   -0.230649239519E-03                     
+AS R14  2009  4  1 13 10  0.000000  1   -0.795962183591E-04                     
+AS R15  2009  4  1 13 10  0.000000  1    0.921130223252E-04                     
+AS R17  2009  4  1 13 10  0.000000  1   -0.261269038317E-03                     
+AS R18  2009  4  1 13 10  0.000000  1   -0.135452462302E-05                     
+AS R19  2009  4  1 13 10  0.000000  1   -0.894280314527E-04                     
+AS R20  2009  4  1 13 10  0.000000  1   -0.650139438039E-04                     
+AS R21  2009  4  1 13 10  0.000000  1   -0.143348948204E-03                     
+AS R22  2009  4  1 13 10  0.000000  1   -0.201590499931E-03                     
+AS R23  2009  4  1 13 10  0.000000  1   -0.200284043660E-03                     
+AR ALGO 2009  4  1 13 10  0.000000  1    0.809832205399E-04                     
+AR ALIC 2009  4  1 13 10  0.000000  1    0.352531444966E-08                     
+AR AMC2 2009  4  1 13 10  0.000000  1    0.164332595775E-08                     
+AR ANKR 2009  4  1 13 10  0.000000  1    0.464242709524E-05                     
+AR ARTU 2009  4  1 13 10  0.000000  1   -0.675661274522E-07                     
+AR ASPA 2009  4  1 13 10  0.000000  1    0.266078117324E-07                     
+AR BHR1 2009  4  1 13 10  0.000000  1    0.563383375810E-03                     
+AR BARH 2009  4  1 13 10  0.000000  1    0.304156670309E-08                     
+AR BJFS 2009  4  1 13 10  0.000000  1   -0.573592553450E-07                     
+AR BOGT 2009  4  1 13 10  0.000000  1   -0.408917549619E-07                     
+AR BRMU 2009  4  1 13 10  0.000000  1   -0.191131813784E-03                     
+AR CAGZ 2009  4  1 13 10  0.000000  1   -0.859010251249E-04                     
+AR CAS1 2009  4  1 13 10  0.000000  1    0.627517327592E-08                     
+AR CHAT 2009  4  1 13 10  0.000000  1   -0.598672890870E-07                     
+AR CHPI 2009  4  1 13 10  0.000000  1   -0.693706121373E-07                     
+AR COCO 2009  4  1 13 10  0.000000  1    0.227666914497E-03                     
+AR CONZ 2009  4  1 13 10  0.000000  1    0.108548508662E-03                     
+AR CRAR 2009  4  1 13 10  0.000000  1   -0.447028990024E-03                     
+AR CRO1 2009  4  1 13 10  0.000000  1    0.665105769614E-03                     
+AR DAEJ 2009  4  1 13 10  0.000000  1   -0.196555740176E-03                     
+AR DARW 2009  4  1 13 10  0.000000  1   -0.227997563999E-08                     
+AR DGAR 2009  4  1 13 10  0.000000  1   -0.743779417359E-07                     
+AR DRAO 2009  4  1 13 10  0.000000  1    0.114888375740E-03                     
+AR FAA1 2009  4  1 13 10  0.000000  1   -0.905978772549E-08                     
+AR FAIR 2009  4  1 13 10  0.000000  1   -0.580524849273E-07                     
+AR GLPS 2009  4  1 13 10  0.000000  1   -0.569335174572E-07                     
+AR GUAM 2009  4  1 13 10  0.000000  1   -0.526871633703E-07                     
+AR GUAT 2009  4  1 13 10  0.000000  1    0.111541582728E-07                     
+AR HOB2 2009  4  1 13 10  0.000000  1    0.881209509467E-07                     
+AR HOFN 2009  4  1 13 10  0.000000  1    0.366440359401E-03                     
+AR HOLM 2009  4  1 13 10  0.000000  1   -0.492563990444E-07                     
+AR HRAO 2009  4  1 13 10  0.000000  1    0.849465750990E-03                     
+AR HYDE 2009  4  1 13 10  0.000000  1    0.420310996595E-08                     
+AR IRKJ 2009  4  1 13 10  0.000000  1    0.163747461750E-03                     
+AR ISPA 2009  4  1 13 10  0.000000  1   -0.617222424853E-07                     
+AR KARR 2009  4  1 13 10  0.000000  1   -0.502543753323E-07                     
+AR KERG 2009  4  1 13 10  0.000000  1    0.817499940196E-03                     
+AR KHAJ 2009  4  1 13 10  0.000000  1   -0.150782090722E-05                     
+AR KIR0 2009  4  1 13 10  0.000000  1    0.283020533574E-03                     
+AR KIRU 2009  4  1 13 10  0.000000  1    0.591384614197E-03                     
+AR KIT3 2009  4  1 13 10  0.000000  1   -0.115880450523E-07                     
+AR KOUR 2009  4  1 13 10  0.000000  1    0.124914934391E-03                     
+AR KUNM 2009  4  1 13 10  0.000000  1    0.256252074689E-08                     
+AR LHAZ 2009  4  1 13 10  0.000000  1   -0.166728614761E-03                     
+AR MAL2 2009  4  1 13 10  0.000000  1    0.159105916910E-08                     
+AR MAS1 2009  4  1 13 10  0.000000  1   -0.101615843605E-03                     
+AR MAW1 2009  4  1 13 10  0.000000  1    0.129824183546E-07                     
+AR MCIL 2009  4  1 13 10  0.000000  1    0.255648137489E-07                     
+AR MCM4 2009  4  1 13 10  0.000000  1   -0.511461051577E-07                     
+AR MDO1 2009  4  1 13 10  0.000000  1   -0.553353619114E-07                     
+AR MDVJ 2009  4  1 13 10  0.000000  1    0.438552219851E-03                     
+AR MKEA 2009  4  1 13 10  0.000000  1   -0.351203234438E-07                     
+AR MOBS 2009  4  1 13 10  0.000000  1    0.141938905304E-08                     
+AR NANO 2009  4  1 13 10  0.000000  1    0.186055200700E-08                     
+AR NLIB 2009  4  1 13 10  0.000000  1   -0.118570300449E-06                     
+AR NNOR 2009  4  1 13 10  0.000000  1    0.365796245079E-03                     
+AR NRC1 2009  4  1 13 10  0.000000  1   -0.448580544279E-05                     
+AR NRIL 2009  4  1 13 10  0.000000  1   -0.466496529119E-07                     
+AR NRMD 2009  4  1 13 10  0.000000  1    0.236413355001E-07                     
+AR NTUS 2009  4  1 13 10  0.000000  1   -0.409942692480E-08                     
+AR NYAL 2009  4  1 13 10  0.000000  1    0.944467188210E-07                     
+AR OHI3 2009  4  1 13 10  0.000000  1   -0.171866088368E-03                     
+AR ONSA 2009  4  1 13 10  0.000000  1   -0.324789790330E-04                     
+AR PDEL 2009  4  1 13 10  0.000000  1   -0.477696853628E-08                     
+AR PERT 2009  4  1 13 10  0.000000  1   -0.588577646848E-07                     
+AR PETP 2009  4  1 13 10  0.000000  1   -0.558490034303E-07                     
+AR PIMO 2009  4  1 13 10  0.000000  1   -0.678566458441E-07                     
+AR QAQ1 2009  4  1 13 10  0.000000  1   -0.652353508120E-07                     
+AR QUIN 2009  4  1 13 10  0.000000  1   -0.574770455338E-07                     
+AR RABT 2009  4  1 13 10  0.000000  1   -0.614999427573E-07                     
+AR RAMO 2009  4  1 13 10  0.000000  1   -0.692052759839E-07                     
+AR RCMN 2009  4  1 13 10  0.000000  1    0.350749245348E-08                     
+AR REDU 2009  4  1 13 10  0.000000  1   -0.424674957317E-07                     
+AR REUN 2009  4  1 13 10  0.000000  1    0.298011716795E-07                     
+AR REYK 2009  4  1 13 10  0.000000  1   -0.612584819925E-04                     
+AR SCH2 2009  4  1 13 10  0.000000  1    0.189147992156E-03                     
+AR SCUB 2009  4  1 13 10  0.000000  1   -0.837405104452E-07                     
+AR STJO 2009  4  1 13 10  0.000000  1   -0.704549840929E-05                     
+AR SYDN 2009  4  1 13 10  0.000000  1    0.140996255359E-05                     
+AR SYOG 2009  4  1 13 10  0.000000  1    0.140093968314E-04                     
+AR THU2 2009  4  1 13 10  0.000000  1    0.442203014847E-03                     
+AR TOW2 2009  4  1 13 10  0.000000  1   -0.662027220313E-09                     
+AR URUM 2009  4  1 13 10  0.000000  1   -0.434649329845E-03                     
+AR VESL 2009  4  1 13 10  0.000000  1    0.165770267718E-03                     
+AR VILL 2009  4  1 13 10  0.000000  1   -0.600294752349E-07                     
+AR WTZR 2009  4  1 13 10  0.000000  1    0.453362235311E-07                     
+AR WUHN 2009  4  1 13 10  0.000000  1   -0.595077112918E-07                     
+AR YSSK 2009  4  1 13 10  0.000000  1   -0.588908794979E-07                     
+AR ZIM2 2009  4  1 13 10  0.000000  1    0.392953826913E-07                     
+AR XMIS 2009  4  1 13 10  0.000000  1   -0.437071371737E-08                     
+AR GODZ 2009  4  1 13 10  0.000000  1   -0.469120441570E-03                     
+AR MTKA 2009  4  1 13 10  0.000000  1   -0.550827947742E-07                     
+AR TIXJ 2009  4  1 13 10  0.000000  1    0.639330931141E-04                     
+AR PARK 2009  4  1 13 10  0.000000  1    0.805852029899E-06                     
+AR UNBJ 2009  4  1 13 10  0.000000  1    0.739002304456E-04                     
+AR NOVM 2009  4  1 13 10  0.000000  1    0.798330329259E-04                     
+AR SUNM 2009  4  1 13 10  0.000000  1    0.169964931108E-03                     
+AR CEBR 2009  4  1 13 10  0.000000  1    0.719431345918E-03                     
+AR CPXF 2009  4  1 13 10  0.000000  1   -0.547459782584E-08                     
+AR IDDR 2009  4  1 13 10  0.000000  1    0.127654713152E-07                     
+AR AZGB 2009  4  1 13 10  0.000000  1    0.316342490941E-03                     
+AR TN22 2009  4  1 13 10  0.000000  1    0.114452651685E-03                     
+AR ETAD 2009  4  1 13 10  0.000000  1    0.228308717917E-07                     
+AR ILHA 2009  4  1 13 10  0.000000  1   -0.197053062221E-08                     
+AR POVE 2009  4  1 13 10  0.000000  1   -0.410542205945E-09                     
+AR RECF 2009  4  1 13 10  0.000000  1    0.251504766797E-07                     
+AR SALU 2009  4  1 13 10  0.000000  1    0.283182194570E-07                     
+AR SAVO 2009  4  1 13 10  0.000000  1    0.263316752675E-07                     
+AR UFPR 2009  4  1 13 10  0.000000  1    0.220408062859E-07                     
+AR YELL 2009  4  1 13 10  0.000000  1    0.244274000000E-06                     
+AS G32  2009  4  1 13 15  0.000000  1    0.280160383217E-03                     
+AS G24  2009  4  1 13 15  0.000000  1    0.177848359204E-03                     
+AS G25  2009  4  1 13 15  0.000000  1    0.334630930855E-03                     
+AS G26  2009  4  1 13 15  0.000000  1    0.544660405254E-04                     
+AS G27  2009  4  1 13 15  0.000000  1    0.371546745046E-04                     
+AS G30  2009  4  1 13 15  0.000000  1    0.136269021593E-03                     
+AS G03  2009  4  1 13 15  0.000000  1    0.373487574184E-03                     
+AS G04  2009  4  1 13 15  0.000000  1   -0.347696937622E-04                     
+AS G06  2009  4  1 13 15  0.000000  1    0.602966801445E-04                     
+AS G08  2009  4  1 13 15  0.000000  1   -0.196549392890E-03                     
+AS G09  2009  4  1 13 15  0.000000  1    0.484728423120E-04                     
+AS G10  2009  4  1 13 15  0.000000  1   -0.136302149056E-04                     
+AS G14  2009  4  1 13 15  0.000000  1   -0.132369345307E-03                     
+AS G13  2009  4  1 13 15  0.000000  1    0.293268377263E-03                     
+AS G28  2009  4  1 13 15  0.000000  1   -0.238317914305E-04                     
+AS G21  2009  4  1 13 15  0.000000  1    0.215157613185E-04                     
+AS G11  2009  4  1 13 15  0.000000  1    0.274520628263E-05                     
+AS G22  2009  4  1 13 15  0.000000  1    0.202423461012E-03                     
+AS G20  2009  4  1 13 15  0.000000  1    0.865528833051E-04                     
+AS G18  2009  4  1 13 15  0.000000  1   -0.695070698594E-04                     
+AS G16  2009  4  1 13 15  0.000000  1    0.629844532903E-04                     
+AS G19  2009  4  1 13 15  0.000000  1    0.293528445501E-04                     
+AS G23  2009  4  1 13 15  0.000000  1    0.388990061543E-03                     
+AS G02  2009  4  1 13 15  0.000000  1    0.153927912405E-03                     
+AS G31  2009  4  1 13 15  0.000000  1   -0.564782168501E-04                     
+AS G17  2009  4  1 13 15  0.000000  1    0.524464362073E-04                     
+AS G12  2009  4  1 13 15  0.000000  1   -0.299506049985E-03                     
+AS G15  2009  4  1 13 15  0.000000  1   -0.276031340219E-03                     
+AS G29  2009  4  1 13 15  0.000000  1    0.487321970832E-05                     
+AS G07  2009  4  1 13 15  0.000000  1    0.209774682296E-04                     
+AS R02  2009  4  1 13 15  0.000000  1    0.206384069793E-04                     
+AS R03  2009  4  1 13 15  0.000000  1   -0.342963056320E-04                     
+AS R04  2009  4  1 13 15  0.000000  1    0.637762377315E-04                     
+AS R06  2009  4  1 13 15  0.000000  1   -0.169255309370E-03                     
+AS R07  2009  4  1 13 15  0.000000  1   -0.891824166055E-04                     
+AS R08  2009  4  1 13 15  0.000000  1   -0.101993566853E-03                     
+AS R10  2009  4  1 13 15  0.000000  1   -0.140835448684E-03                     
+AS R11  2009  4  1 13 15  0.000000  1   -0.926342605055E-04                     
+AS R13  2009  4  1 13 15  0.000000  1   -0.230649531214E-03                     
+AS R14  2009  4  1 13 15  0.000000  1   -0.795954288138E-04                     
+AS R15  2009  4  1 13 15  0.000000  1    0.921133800503E-04                     
+AS R17  2009  4  1 13 15  0.000000  1   -0.261269201700E-03                     
+AS R18  2009  4  1 13 15  0.000000  1   -0.135481457812E-05                     
+AS R19  2009  4  1 13 15  0.000000  1   -0.894285832414E-04                     
+AS R20  2009  4  1 13 15  0.000000  1   -0.650140010243E-04                     
+AS R21  2009  4  1 13 15  0.000000  1   -0.143349219593E-03                     
+AS R22  2009  4  1 13 15  0.000000  1   -0.201591501872E-03                     
+AS R23  2009  4  1 13 15  0.000000  1   -0.200282442995E-03                     
+AR ALGO 2009  4  1 13 15  0.000000  1    0.809859425150E-04                     
+AR ALIC 2009  4  1 13 15  0.000000  1    0.107898543452E-08                     
+AR AMC2 2009  4  1 13 15  0.000000  1    0.161942635350E-08                     
+AR ANKR 2009  4  1 13 15  0.000000  1    0.693052777740E-04                     
+AR ARTU 2009  4  1 13 15  0.000000  1   -0.678115730154E-07                     
+AR ASPA 2009  4  1 13 15  0.000000  1    0.287373750134E-07                     
+AR BHR1 2009  4  1 13 15  0.000000  1    0.563383292431E-03                     
+AR BARH 2009  4  1 13 15  0.000000  1    0.287204550414E-08                     
+AR BJFS 2009  4  1 13 15  0.000000  1   -0.591245754211E-07                     
+AR BOGT 2009  4  1 13 15  0.000000  1   -0.416298045999E-07                     
+AR BRMU 2009  4  1 13 15  0.000000  1    0.304916649808E-03                     
+AR CAGZ 2009  4  1 13 15  0.000000  1    0.137428997139E-03                     
+AR CAS1 2009  4  1 13 15  0.000000  1    0.673167835077E-08                     
+AR CHAT 2009  4  1 13 15  0.000000  1   -0.615085697732E-07                     
+AR CHPI 2009  4  1 13 15  0.000000  1   -0.698094814468E-07                     
+AR COCO 2009  4  1 13 15  0.000000  1    0.227668252214E-03                     
+AR CONZ 2009  4  1 13 15  0.000000  1   -0.129813113162E-04                     
+AR CRAR 2009  4  1 13 15  0.000000  1   -0.472093213063E-03                     
+AR CRO1 2009  4  1 13 15  0.000000  1    0.665105775716E-03                     
+AR DAEJ 2009  4  1 13 15  0.000000  1   -0.196554719694E-03                     
+AR DARW 2009  4  1 13 15  0.000000  1   -0.347836292067E-08                     
+AR DGAR 2009  4  1 13 15  0.000000  1   -0.764757104869E-07                     
+AR DRAO 2009  4  1 13 15  0.000000  1    0.114925112290E-03                     
+AR FAA1 2009  4  1 13 15  0.000000  1   -0.932925254553E-08                     
+AR FAIR 2009  4  1 13 15  0.000000  1   -0.554074012569E-07                     
+AR GLPS 2009  4  1 13 15  0.000000  1   -0.585978729111E-07                     
+AR GUAM 2009  4  1 13 15  0.000000  1   -0.520451568179E-07                     
+AR GUAT 2009  4  1 13 15  0.000000  1    0.103419240055E-07                     
+AR HOB2 2009  4  1 13 15  0.000000  1    0.881241936648E-07                     
+AR HOFN 2009  4  1 13 15  0.000000  1    0.443964684145E-03                     
+AR HOLM 2009  4  1 13 15  0.000000  1   -0.501882114067E-07                     
+AR HRAO 2009  4  1 13 15  0.000000  1    0.849465829048E-03                     
+AR HYDE 2009  4  1 13 15  0.000000  1    0.323265498259E-08                     
+AR IRKJ 2009  4  1 13 15  0.000000  1    0.163747427188E-03                     
+AR ISPA 2009  4  1 13 15  0.000000  1   -0.612206980141E-07                     
+AR KARR 2009  4  1 13 15  0.000000  1   -0.440629276856E-07                     
+AR KERG 2009  4  1 13 15  0.000000  1    0.817499911702E-03                     
+AR KHAJ 2009  4  1 13 15  0.000000  1   -0.150782806070E-05                     
+AR KIR0 2009  4  1 13 15  0.000000  1    0.283013828136E-03                     
+AR KIRU 2009  4  1 13 15  0.000000  1    0.591381247425E-03                     
+AR KIT3 2009  4  1 13 15  0.000000  1   -0.676818628495E-08                     
+AR KOUR 2009  4  1 13 15  0.000000  1    0.124914955240E-03                     
+AR KUNM 2009  4  1 13 15  0.000000  1   -0.247072320576E-07                     
+AR LHAZ 2009  4  1 13 15  0.000000  1   -0.150914432002E-03                     
+AR MAL2 2009  4  1 13 15  0.000000  1   -0.940768085982E-08                     
+AR MAS1 2009  4  1 13 15  0.000000  1   -0.101616207643E-03                     
+AR MAW1 2009  4  1 13 15  0.000000  1    0.599556065675E-08                     
+AR MCIL 2009  4  1 13 15  0.000000  1    0.264447104604E-07                     
+AR MCM4 2009  4  1 13 15  0.000000  1    0.293245518732E-07                     
+AR MDO1 2009  4  1 13 15  0.000000  1   -0.358697683250E-07                     
+AR MDVJ 2009  4  1 13 15  0.000000  1    0.438552181550E-03                     
+AR MKEA 2009  4  1 13 15  0.000000  1   -0.350234424635E-07                     
+AR MOBS 2009  4  1 13 15  0.000000  1    0.261304642384E-08                     
+AR NANO 2009  4  1 13 15  0.000000  1   -0.514608370891E-08                     
+AR NLIB 2009  4  1 13 15  0.000000  1   -0.118153935717E-06                     
+AR NNOR 2009  4  1 13 15  0.000000  1    0.365796855473E-03                     
+AR NRC1 2009  4  1 13 15  0.000000  1   -0.448578033574E-05                     
+AR NRIL 2009  4  1 13 15  0.000000  1   -0.473406889538E-07                     
+AR NRMD 2009  4  1 13 15  0.000000  1    0.241085293826E-07                     
+AR NTUS 2009  4  1 13 15  0.000000  1   -0.445808666530E-08                     
+AR NYAL 2009  4  1 13 15  0.000000  1    0.944406980377E-07                     
+AR OHI3 2009  4  1 13 15  0.000000  1   -0.577544882177E-04                     
+AR ONSA 2009  4  1 13 15  0.000000  1   -0.324790323789E-04                     
+AR PDEL 2009  4  1 13 15  0.000000  1   -0.351972507019E-08                     
+AR PERT 2009  4  1 13 15  0.000000  1   -0.608676926575E-07                     
+AR PETP 2009  4  1 13 15  0.000000  1   -0.546710494008E-07                     
+AR PIMO 2009  4  1 13 15  0.000000  1   -0.675288110419E-07                     
+AR QAQ1 2009  4  1 13 15  0.000000  1   -0.621050013656E-07                     
+AR QUIN 2009  4  1 13 15  0.000000  1   -0.553509051076E-07                     
+AR RABT 2009  4  1 13 15  0.000000  1   -0.616655047443E-07                     
+AR RAMO 2009  4  1 13 15  0.000000  1    0.972835632475E-07                     
+AR RCMN 2009  4  1 13 15  0.000000  1    0.630402183409E-08                     
+AR REDU 2009  4  1 13 15  0.000000  1   -0.414676930946E-07                     
+AR REUN 2009  4  1 13 15  0.000000  1    0.312961362146E-07                     
+AR REYK 2009  4  1 13 15  0.000000  1   -0.496980683546E-04                     
+AR SCH2 2009  4  1 13 15  0.000000  1    0.189163972140E-03                     
+AR SCUB 2009  4  1 13 15  0.000000  1   -0.879520838217E-07                     
+AR STJO 2009  4  1 13 15  0.000000  1   -0.704580452698E-05                     
+AR SYDN 2009  4  1 13 15  0.000000  1    0.141004983726E-05                     
+AR SYOG 2009  4  1 13 15  0.000000  1    0.140096842329E-04                     
+AR THU2 2009  4  1 13 15  0.000000  1    0.440200879089E-03                     
+AR TOW2 2009  4  1 13 15  0.000000  1    0.173424128401E-08                     
+AR URUM 2009  4  1 13 15  0.000000  1    0.487713099505E-03                     
+AR VESL 2009  4  1 13 15  0.000000  1    0.202987206606E-03                     
+AR VILL 2009  4  1 13 15  0.000000  1   -0.702357164189E-07                     
+AR WTZR 2009  4  1 13 15  0.000000  1    0.453222159667E-07                     
+AR WUHN 2009  4  1 13 15  0.000000  1   -0.597692002010E-07                     
+AR YSSK 2009  4  1 13 15  0.000000  1   -0.630660653030E-07                     
+AR ZIM2 2009  4  1 13 15  0.000000  1    0.380536100141E-07                     
+AR XMIS 2009  4  1 13 15  0.000000  1   -0.304903555482E-08                     
+AR GODZ 2009  4  1 13 15  0.000000  1   -0.469120411293E-03                     
+AR MTKA 2009  4  1 13 15  0.000000  1   -0.550016001801E-07                     
+AR TIXJ 2009  4  1 13 15  0.000000  1    0.612716133017E-04                     
+AR PARK 2009  4  1 13 15  0.000000  1    0.804669912573E-06                     
+AR UNBJ 2009  4  1 13 15  0.000000  1   -0.208446171171E-05                     
+AR NOVM 2009  4  1 13 15  0.000000  1    0.798330058524E-04                     
+AR SUNM 2009  4  1 13 15  0.000000  1    0.137232451380E-04                     
+AR CEBR 2009  4  1 13 15  0.000000  1    0.719431343698E-03                     
+AR CPXF 2009  4  1 13 15  0.000000  1   -0.589375711666E-08                     
+AR IDDR 2009  4  1 13 15  0.000000  1    0.134589579613E-07                     
+AR AZGB 2009  4  1 13 15  0.000000  1    0.177038889466E-03                     
+AR TN22 2009  4  1 13 15  0.000000  1    0.354541830145E-04                     
+AR ETAD 2009  4  1 13 15  0.000000  1    0.174535636346E-07                     
+AR ILHA 2009  4  1 13 15  0.000000  1   -0.563947062932E-09                     
+AR POVE 2009  4  1 13 15  0.000000  1   -0.282763968776E-08                     
+AR RECF 2009  4  1 13 15  0.000000  1    0.247494196056E-07                     
+AR SALU 2009  4  1 13 15  0.000000  1    0.349197222324E-07                     
+AR SAVO 2009  4  1 13 15  0.000000  1    0.256220700973E-07                     
+AR UFPR 2009  4  1 13 15  0.000000  1    0.229773695074E-07                     
+AR YELL 2009  4  1 13 15  0.000000  1    0.244345000000E-06                     
+AS G32  2009  4  1 13 20  0.000000  1    0.280159105977E-03                     
+AS G24  2009  4  1 13 20  0.000000  1    0.177849653032E-03                     
+AS G25  2009  4  1 13 20  0.000000  1    0.334637536513E-03                     
+AS G26  2009  4  1 13 20  0.000000  1    0.544665740216E-04                     
+AS G27  2009  4  1 13 20  0.000000  1    0.371561826527E-04                     
+AS G30  2009  4  1 13 20  0.000000  1    0.136269410239E-03                     
+AS G03  2009  4  1 13 20  0.000000  1    0.373489306416E-03                     
+AS G04  2009  4  1 13 20  0.000000  1   -0.347740795032E-04                     
+AS G06  2009  4  1 13 20  0.000000  1    0.603020980279E-04                     
+AS G08  2009  4  1 13 20  0.000000  1   -0.196550388574E-03                     
+AS G09  2009  4  1 13 20  0.000000  1    0.484730787460E-04                     
+AS G10  2009  4  1 13 20  0.000000  1   -0.136305343275E-04                     
+AS G14  2009  4  1 13 20  0.000000  1   -0.132367724309E-03                     
+AS G13  2009  4  1 13 20  0.000000  1    0.293268518824E-03                     
+AS G28  2009  4  1 13 20  0.000000  1   -0.238315662446E-04                     
+AS G21  2009  4  1 13 20  0.000000  1    0.215153195712E-04                     
+AS G11  2009  4  1 13 20  0.000000  1    0.274476963047E-05                     
+AS G22  2009  4  1 13 20  0.000000  1    0.202423260476E-03                     
+AS G20  2009  4  1 13 20  0.000000  1    0.865528180016E-04                     
+AS G18  2009  4  1 13 20  0.000000  1   -0.695061617437E-04                     
+AS G16  2009  4  1 13 20  0.000000  1    0.629836023344E-04                     
+AS G19  2009  4  1 13 20  0.000000  1    0.293526124098E-04                     
+AS G23  2009  4  1 13 20  0.000000  1    0.388989914574E-03                     
+AS G02  2009  4  1 13 20  0.000000  1    0.153927738432E-03                     
+AS G31  2009  4  1 13 20  0.000000  1   -0.564784924970E-04                     
+AS G17  2009  4  1 13 20  0.000000  1    0.524470736938E-04                     
+AS G12  2009  4  1 13 20  0.000000  1   -0.299504729979E-03                     
+AS G15  2009  4  1 13 20  0.000000  1   -0.276032434411E-03                     
+AS G29  2009  4  1 13 20  0.000000  1    0.487434988468E-05                     
+AS G07  2009  4  1 13 20  0.000000  1    0.209772305012E-04                     
+AS R02  2009  4  1 13 20  0.000000  1    0.206373866584E-04                     
+AS R03  2009  4  1 13 20  0.000000  1   -0.342966206630E-04                     
+AS R04  2009  4  1 13 20  0.000000  1    0.637739175567E-04                     
+AS R06  2009  4  1 13 20  0.000000  1   -0.169256425214E-03                     
+AS R07  2009  4  1 13 20  0.000000  1   -0.891827941611E-04                     
+AS R08  2009  4  1 13 20  0.000000  1   -0.101993067014E-03                     
+AS R10  2009  4  1 13 20  0.000000  1   -0.140835088467E-03                     
+AS R11  2009  4  1 13 20  0.000000  1   -0.926348352227E-04                     
+AS R13  2009  4  1 13 20  0.000000  1   -0.230649740729E-03                     
+AS R14  2009  4  1 13 20  0.000000  1   -0.795942707526E-04                     
+AS R15  2009  4  1 13 20  0.000000  1    0.921141367618E-04                     
+AS R17  2009  4  1 13 20  0.000000  1   -0.261269466956E-03                     
+AS R18  2009  4  1 13 20  0.000000  1   -0.135482135110E-05                     
+AS R19  2009  4  1 13 20  0.000000  1   -0.894290317184E-04                     
+AS R20  2009  4  1 13 20  0.000000  1   -0.650140206906E-04                     
+AS R21  2009  4  1 13 20  0.000000  1   -0.143349704140E-03                     
+AS R22  2009  4  1 13 20  0.000000  1   -0.201592263219E-03                     
+AS R23  2009  4  1 13 20  0.000000  1   -0.200281060058E-03                     
+AR ALGO 2009  4  1 13 20  0.000000  1    0.809888227782E-04                     
+AR ALIC 2009  4  1 13 20  0.000000  1    0.396539801206E-08                     
+AR AMC2 2009  4  1 13 20  0.000000  1    0.163822918040E-08                     
+AR ANKR 2009  4  1 13 20  0.000000  1    0.133889666069E-03                     
+AR ARTU 2009  4  1 13 20  0.000000  1   -0.696948709589E-07                     
+AR ASPA 2009  4  1 13 20  0.000000  1    0.238941836197E-07                     
+AR BHR1 2009  4  1 13 20  0.000000  1    0.563383335925E-03                     
+AR BARH 2009  4  1 13 20  0.000000  1    0.727330299493E-08                     
+AR BJFS 2009  4  1 13 20  0.000000  1   -0.595802442227E-07                     
+AR BOGT 2009  4  1 13 20  0.000000  1   -0.413521424542E-07                     
+AR BRMU 2009  4  1 13 20  0.000000  1   -0.199725490951E-03                     
+AR CAGZ 2009  4  1 13 20  0.000000  1    0.360779631973E-03                     
+AR CAS1 2009  4  1 13 20  0.000000  1    0.763135673020E-08                     
+AR CHAT 2009  4  1 13 20  0.000000  1   -0.638832599087E-07                     
+AR CHPI 2009  4  1 13 20  0.000000  1   -0.697710943312E-07                     
+AR COCO 2009  4  1 13 20  0.000000  1    0.227669529387E-03                     
+AR CONZ 2009  4  1 13 20  0.000000  1   -0.134552797763E-03                     
+AR CRAR 2009  4  1 13 20  0.000000  1   -0.497162045309E-03                     
+AR CRO1 2009  4  1 13 20  0.000000  1    0.665105803789E-03                     
+AR DAEJ 2009  4  1 13 20  0.000000  1   -0.196553690933E-03                     
+AR DARW 2009  4  1 13 20  0.000000  1   -0.384151810368E-08                     
+AR DGAR 2009  4  1 13 20  0.000000  1   -0.743612598653E-07                     
+AR DRAO 2009  4  1 13 20  0.000000  1    0.114962068506E-03                     
+AR FAA1 2009  4  1 13 20  0.000000  1   -0.910887777206E-08                     
+AR FAIR 2009  4  1 13 20  0.000000  1   -0.552579159139E-07                     
+AR GLPS 2009  4  1 13 20  0.000000  1   -0.598801000613E-07                     
+AR GUAM 2009  4  1 13 20  0.000000  1   -0.565041966308E-07                     
+AR GUAT 2009  4  1 13 20  0.000000  1    0.134940088516E-07                     
+AR HOB2 2009  4  1 13 20  0.000000  1    0.881409244328E-07                     
+AR HOFN 2009  4  1 13 20  0.000000  1   -0.478491821463E-03                     
+AR HOLM 2009  4  1 13 20  0.000000  1   -0.513247605191E-07                     
+AR HRAO 2009  4  1 13 20  0.000000  1    0.849465891410E-03                     
+AR HYDE 2009  4  1 13 20  0.000000  1    0.175747181294E-08                     
+AR IRKJ 2009  4  1 13 20  0.000000  1    0.163747423146E-03                     
+AR ISPA 2009  4  1 13 20  0.000000  1   -0.603347145476E-07                     
+AR KARR 2009  4  1 13 20  0.000000  1   -0.443425388154E-07                     
+AR KERG 2009  4  1 13 20  0.000000  1    0.817500167949E-03                     
+AR KHAJ 2009  4  1 13 20  0.000000  1   -0.150783874433E-05                     
+AR KIR0 2009  4  1 13 20  0.000000  1    0.283007009394E-03                     
+AR KIRU 2009  4  1 13 20  0.000000  1    0.591381037337E-03                     
+AR KIT3 2009  4  1 13 20  0.000000  1   -0.792457880656E-08                     
+AR KOUR 2009  4  1 13 20  0.000000  1    0.124914997630E-03                     
+AR KUNM 2009  4  1 13 20  0.000000  1   -0.569739598548E-07                     
+AR LHAZ 2009  4  1 13 20  0.000000  1   -0.134965649236E-03                     
+AR MAL2 2009  4  1 13 20  0.000000  1   -0.883981150181E-08                     
+AR MAS1 2009  4  1 13 20  0.000000  1   -0.101616545236E-03                     
+AR MAW1 2009  4  1 13 20  0.000000  1    0.677943955051E-08                     
+AR MCIL 2009  4  1 13 20  0.000000  1    0.273042990571E-07                     
+AR MCM4 2009  4  1 13 20  0.000000  1   -0.525482155671E-07                     
+AR MDO1 2009  4  1 13 20  0.000000  1   -0.201722797341E-07                     
+AR MDVJ 2009  4  1 13 20  0.000000  1    0.438552184512E-03                     
+AR MKEA 2009  4  1 13 20  0.000000  1   -0.370470691106E-07                     
+AR MOBS 2009  4  1 13 20  0.000000  1   -0.320925180871E-09                     
+AR NANO 2009  4  1 13 20  0.000000  1   -0.338060584589E-08                     
+AR NLIB 2009  4  1 13 20  0.000000  1   -0.118151447595E-06                     
+AR NNOR 2009  4  1 13 20  0.000000  1    0.365796672470E-03                     
+AR NRC1 2009  4  1 13 20  0.000000  1   -0.448575201358E-05                     
+AR NRIL 2009  4  1 13 20  0.000000  1   -0.478237794815E-07                     
+AR NRMD 2009  4  1 13 20  0.000000  1    0.247121580680E-07                     
+AR NTUS 2009  4  1 13 20  0.000000  1   -0.299216481514E-08                     
+AR NYAL 2009  4  1 13 20  0.000000  1    0.944440103726E-07                     
+AR OHI3 2009  4  1 13 20  0.000000  1    0.565961164040E-04                     
+AR ONSA 2009  4  1 13 20  0.000000  1   -0.324790825691E-04                     
+AR PDEL 2009  4  1 13 20  0.000000  1   -0.400400584535E-08                     
+AR PERT 2009  4  1 13 20  0.000000  1   -0.560636841092E-07                     
+AR PETP 2009  4  1 13 20  0.000000  1   -0.528408641365E-07                     
+AR PIMO 2009  4  1 13 20  0.000000  1   -0.671125739353E-07                     
+AR QAQ1 2009  4  1 13 20  0.000000  1   -0.601471106371E-07                     
+AR QUIN 2009  4  1 13 20  0.000000  1   -0.530318072192E-07                     
+AR RABT 2009  4  1 13 20  0.000000  1   -0.624874786322E-07                     
+AR RAMO 2009  4  1 13 20  0.000000  1   -0.896284177511E-08                     
+AR RCMN 2009  4  1 13 20  0.000000  1    0.670530191868E-08                     
+AR REDU 2009  4  1 13 20  0.000000  1   -0.411299188356E-07                     
+AR REUN 2009  4  1 13 20  0.000000  1    0.302144718793E-07                     
+AR REYK 2009  4  1 13 20  0.000000  1   -0.379643343859E-04                     
+AR SCH2 2009  4  1 13 20  0.000000  1    0.189179617652E-03                     
+AR SCUB 2009  4  1 13 20  0.000000  1   -0.862836392685E-07                     
+AR STJO 2009  4  1 13 20  0.000000  1   -0.704610951530E-05                     
+AR SYDN 2009  4  1 13 20  0.000000  1    0.141000753320E-05                     
+AR SYOG 2009  4  1 13 20  0.000000  1    0.140094987429E-04                     
+AR THU2 2009  4  1 13 20  0.000000  1    0.438198735556E-03                     
+AR TOW2 2009  4  1 13 20  0.000000  1    0.183955530292E-08                     
+AR VESL 2009  4  1 13 20  0.000000  1    0.240158198728E-03                     
+AR VILL 2009  4  1 13 20  0.000000  1   -0.675486921831E-07                     
+AR WTZR 2009  4  1 13 20  0.000000  1    0.453324670850E-07                     
+AR WUHN 2009  4  1 13 20  0.000000  1   -0.599655243935E-07                     
+AR YSSK 2009  4  1 13 20  0.000000  1   -0.629851932640E-07                     
+AR ZIM2 2009  4  1 13 20  0.000000  1    0.380273720942E-07                     
+AR XMIS 2009  4  1 13 20  0.000000  1   -0.430748291768E-08                     
+AR GODZ 2009  4  1 13 20  0.000000  1   -0.469120379864E-03                     
+AR MTKA 2009  4  1 13 20  0.000000  1   -0.595175391454E-07                     
+AR TIXJ 2009  4  1 13 20  0.000000  1    0.585791640358E-04                     
+AR PARK 2009  4  1 13 20  0.000000  1    0.805306002687E-06                     
+AR UNBJ 2009  4  1 13 20  0.000000  1   -0.779586814099E-04                     
+AR NOVM 2009  4  1 13 20  0.000000  1    0.798329539769E-04                     
+AR SUNM 2009  4  1 13 20  0.000000  1   -0.142665492262E-03                     
+AR CEBR 2009  4  1 13 20  0.000000  1    0.719431337647E-03                     
+AR CPXF 2009  4  1 13 20  0.000000  1   -0.544805641780E-08                     
+AR IDDR 2009  4  1 13 20  0.000000  1    0.120580331232E-07                     
+AR AZGB 2009  4  1 13 20  0.000000  1    0.377346754262E-04                     
+AR TN22 2009  4  1 13 20  0.000000  1   -0.435157554231E-04                     
+AR ETAD 2009  4  1 13 20  0.000000  1    0.217864661938E-07                     
+AR ILHA 2009  4  1 13 20  0.000000  1    0.204447930135E-08                     
+AR POVE 2009  4  1 13 20  0.000000  1   -0.180419071140E-08                     
+AR RECF 2009  4  1 13 20  0.000000  1    0.246187761592E-07                     
+AR SALU 2009  4  1 13 20  0.000000  1    0.282927424647E-07                     
+AR SAVO 2009  4  1 13 20  0.000000  1    0.251218962620E-07                     
+AR UFPR 2009  4  1 13 20  0.000000  1    0.244024178235E-07                     
+AR YELL 2009  4  1 13 20  0.000000  1    0.244415000000E-06                     
+AS G32  2009  4  1 13 25  0.000000  1    0.280157738330E-03                     
+AS G24  2009  4  1 13 25  0.000000  1    0.177850404734E-03                     
+AS G25  2009  4  1 13 25  0.000000  1    0.334644017116E-03                     
+AS G26  2009  4  1 13 25  0.000000  1    0.544670993134E-04                     
+AS G27  2009  4  1 13 25  0.000000  1    0.371568628131E-04                     
+AS G30  2009  4  1 13 25  0.000000  1    0.136270606656E-03                     
+AS G03  2009  4  1 13 25  0.000000  1    0.373491210125E-03                     
+AS G04  2009  4  1 13 25  0.000000  1   -0.347784908351E-04                     
+AS G06  2009  4  1 13 25  0.000000  1    0.603075562082E-04                     
+AS G08  2009  4  1 13 25  0.000000  1   -0.196550894791E-03                     
+AS G09  2009  4  1 13 25  0.000000  1    0.484734973230E-04                     
+AS G10  2009  4  1 13 25  0.000000  1   -0.136307967126E-04                     
+AS G14  2009  4  1 13 25  0.000000  1   -0.132365956279E-03                     
+AS G13  2009  4  1 13 25  0.000000  1    0.293269094235E-03                     
+AS G28  2009  4  1 13 25  0.000000  1   -0.238317483172E-04                     
+AS G21  2009  4  1 13 25  0.000000  1    0.215146338832E-04                     
+AS G11  2009  4  1 13 25  0.000000  1    0.274430906910E-05                     
+AS G22  2009  4  1 13 25  0.000000  1    0.202423430640E-03                     
+AS G20  2009  4  1 13 25  0.000000  1    0.865523683625E-04                     
+AS G18  2009  4  1 13 25  0.000000  1   -0.695053849525E-04                     
+AS G16  2009  4  1 13 25  0.000000  1    0.629827726240E-04                     
+AS G19  2009  4  1 13 25  0.000000  1    0.293525063875E-04                     
+AS G23  2009  4  1 13 25  0.000000  1    0.388990399345E-03                     
+AS G02  2009  4  1 13 25  0.000000  1    0.153927499307E-03                     
+AS G31  2009  4  1 13 25  0.000000  1   -0.564787060892E-04                     
+AS G17  2009  4  1 13 25  0.000000  1    0.524474228442E-04                     
+AS G12  2009  4  1 13 25  0.000000  1   -0.299503227113E-03                     
+AS G15  2009  4  1 13 25  0.000000  1   -0.276033728769E-03                     
+AS G29  2009  4  1 13 25  0.000000  1    0.487558840454E-05                     
+AS G07  2009  4  1 13 25  0.000000  1    0.209771598469E-04                     
+AS R02  2009  4  1 13 25  0.000000  1    0.206363804339E-04                     
+AS R03  2009  4  1 13 25  0.000000  1   -0.342967853577E-04                     
+AS R04  2009  4  1 13 25  0.000000  1    0.637722299229E-04                     
+AS R06  2009  4  1 13 25  0.000000  1   -0.169259497167E-03                     
+AS R07  2009  4  1 13 25  0.000000  1   -0.891825354046E-04                     
+AS R08  2009  4  1 13 25  0.000000  1   -0.101992803396E-03                     
+AS R10  2009  4  1 13 25  0.000000  1   -0.140834751515E-03                     
+AS R11  2009  4  1 13 25  0.000000  1   -0.926348877655E-04                     
+AS R13  2009  4  1 13 25  0.000000  1   -0.230650026810E-03                     
+AS R14  2009  4  1 13 25  0.000000  1   -0.795935744842E-04                     
+AS R15  2009  4  1 13 25  0.000000  1    0.921143570147E-04                     
+AS R17  2009  4  1 13 25  0.000000  1   -0.261269824650E-03                     
+AS R18  2009  4  1 13 25  0.000000  1   -0.135479837582E-05                     
+AS R19  2009  4  1 13 25  0.000000  1   -0.894294390904E-04                     
+AS R20  2009  4  1 13 25  0.000000  1   -0.650137566531E-04                     
+AS R21  2009  4  1 13 25  0.000000  1   -0.143350134834E-03                     
+AS R22  2009  4  1 13 25  0.000000  1   -0.201593259243E-03                     
+AS R23  2009  4  1 13 25  0.000000  1   -0.200279674313E-03                     
+AR ALGO 2009  4  1 13 25  0.000000  1    0.809916879629E-04                     
+AR ALIC 2009  4  1 13 25  0.000000  1    0.238650107873E-08                     
+AR AMC2 2009  4  1 13 25  0.000000  1    0.163447210931E-08                     
+AR ANKR 2009  4  1 13 25  0.000000  1    0.198347312915E-03                     
+AR ARTU 2009  4  1 13 25  0.000000  1   -0.699994551865E-07                     
+AR ASPA 2009  4  1 13 25  0.000000  1    0.236493005426E-07                     
+AR BHR1 2009  4  1 13 25  0.000000  1    0.563383426739E-03                     
+AR BARH 2009  4  1 13 25  0.000000  1    0.863233603970E-08                     
+AR BJFS 2009  4  1 13 25  0.000000  1   -0.578911866241E-07                     
+AR BOGT 2009  4  1 13 25  0.000000  1   -0.412981653771E-07                     
+AR BRMU 2009  4  1 13 25  0.000000  1    0.294922072653E-03                     
+AR CAGZ 2009  4  1 13 25  0.000000  1   -0.415811412898E-03                     
+AR CAS1 2009  4  1 13 25  0.000000  1    0.728771416211E-08                     
+AR CHAT 2009  4  1 13 25  0.000000  1   -0.662463994012E-07                     
+AR CHPI 2009  4  1 13 25  0.000000  1   -0.702612231302E-07                     
+AR COCO 2009  4  1 13 25  0.000000  1    0.227670694747E-03                     
+AR CONZ 2009  4  1 13 25  0.000000  1   -0.256472774113E-03                     
+AR CRAR 2009  4  1 13 25  0.000000  1    0.477775325189E-03                     
+AR CRO1 2009  4  1 13 25  0.000000  1    0.665105839897E-03                     
+AR DAEJ 2009  4  1 13 25  0.000000  1   -0.196552753509E-03                     
+AR DARW 2009  4  1 13 25  0.000000  1   -0.248418137263E-08                     
+AR DGAR 2009  4  1 13 25  0.000000  1   -0.722700977167E-07                     
+AR DRAO 2009  4  1 13 25  0.000000  1    0.114998916444E-03                     
+AR FAA1 2009  4  1 13 25  0.000000  1   -0.838768934391E-08                     
+AR FAIR 2009  4  1 13 25  0.000000  1   -0.556681544338E-07                     
+AR GLPS 2009  4  1 13 25  0.000000  1   -0.604201864589E-07                     
+AR GUAM 2009  4  1 13 25  0.000000  1   -0.601648286426E-07                     
+AR GUAT 2009  4  1 13 25  0.000000  1    0.147082926256E-07                     
+AR HOB2 2009  4  1 13 25  0.000000  1    0.881424120071E-07                     
+AR HOFN 2009  4  1 13 25  0.000000  1   -0.401008894023E-03                     
+AR HOLM 2009  4  1 13 25  0.000000  1   -0.512497779076E-07                     
+AR HRAO 2009  4  1 13 25  0.000000  1    0.849465955701E-03                     
+AR HYDE 2009  4  1 13 25  0.000000  1    0.364884814073E-08                     
+AR IRKJ 2009  4  1 13 25  0.000000  1    0.163747374415E-03                     
+AR ISPA 2009  4  1 13 25  0.000000  1   -0.622307967399E-07                     
+AR KARR 2009  4  1 13 25  0.000000  1   -0.458816871453E-07                     
+AR KERG 2009  4  1 13 25  0.000000  1    0.817500386591E-03                     
+AR KHAJ 2009  4  1 13 25  0.000000  1   -0.150787460021E-05                     
+AR KIR0 2009  4  1 13 25  0.000000  1    0.283000259170E-03                     
+AR KIRU 2009  4  1 13 25  0.000000  1    0.591378816727E-03                     
+AR KIT3 2009  4  1 13 25  0.000000  1   -0.106334480602E-08                     
+AR KOUR 2009  4  1 13 25  0.000000  1    0.124915033126E-03                     
+AR KUNM 2009  4  1 13 25  0.000000  1   -0.220328580864E-07                     
+AR LHAZ 2009  4  1 13 25  0.000000  1   -0.118936481287E-03                     
+AR MAL2 2009  4  1 13 25  0.000000  1   -0.702496159963E-08                     
+AR MAS1 2009  4  1 13 25  0.000000  1   -0.101616987958E-03                     
+AR MAW1 2009  4  1 13 25  0.000000  1    0.384601931051E-08                     
+AR MCIL 2009  4  1 13 25  0.000000  1    0.279729366148E-07                     
+AR MCM4 2009  4  1 13 25  0.000000  1   -0.529424595752E-07                     
+AR MDO1 2009  4  1 13 25  0.000000  1   -0.120886147273E-07                     
+AR MDVJ 2009  4  1 13 25  0.000000  1    0.438552164571E-03                     
+AR MKEA 2009  4  1 13 25  0.000000  1   -0.370647220639E-07                     
+AR MOBS 2009  4  1 13 25  0.000000  1    0.228019411708E-08                     
+AR NANO 2009  4  1 13 25  0.000000  1   -0.269766771374E-08                     
+AR NLIB 2009  4  1 13 25  0.000000  1   -0.118095544117E-06                     
+AR NNOR 2009  4  1 13 25  0.000000  1    0.365796595581E-03                     
+AR NRC1 2009  4  1 13 25  0.000000  1   -0.448575189032E-05                     
+AR NRIL 2009  4  1 13 25  0.000000  1   -0.431650580541E-07                     
+AR NRMD 2009  4  1 13 25  0.000000  1    0.240928839062E-07                     
+AR NTUS 2009  4  1 13 25  0.000000  1   -0.268934033985E-08                     
+AR NYAL 2009  4  1 13 25  0.000000  1    0.944413881749E-07                     
+AR OHI3 2009  4  1 13 25  0.000000  1    0.171288821037E-03                     
+AR ONSA 2009  4  1 13 25  0.000000  1   -0.324791420421E-04                     
+AR PDEL 2009  4  1 13 25  0.000000  1   -0.181969716720E-08                     
+AR PERT 2009  4  1 13 25  0.000000  1   -0.551680231864E-07                     
+AR PETP 2009  4  1 13 25  0.000000  1   -0.508313817704E-07                     
+AR PIMO 2009  4  1 13 25  0.000000  1   -0.679262497515E-07                     
+AR QAQ1 2009  4  1 13 25  0.000000  1   -0.592778446594E-07                     
+AR QUIN 2009  4  1 13 25  0.000000  1   -0.513242617746E-07                     
+AR RABT 2009  4  1 13 25  0.000000  1   -0.647693013961E-07                     
+AR RCMN 2009  4  1 13 25  0.000000  1    0.957324248333E-08                     
+AR REDU 2009  4  1 13 25  0.000000  1   -0.462212098700E-07                     
+AR REUN 2009  4  1 13 25  0.000000  1    0.312034589096E-07                     
+AR REYK 2009  4  1 13 25  0.000000  1   -0.260334597862E-04                     
+AR SCH2 2009  4  1 13 25  0.000000  1    0.189194659186E-03                     
+AR SCUB 2009  4  1 13 25  0.000000  1   -0.842688224486E-07                     
+AR STJO 2009  4  1 13 25  0.000000  1   -0.704642047721E-05                     
+AR SYDN 2009  4  1 13 25  0.000000  1    0.141015455627E-05                     
+AR SYOG 2009  4  1 13 25  0.000000  1    0.140097114432E-04                     
+AR THU2 2009  4  1 13 25  0.000000  1    0.436196337086E-03                     
+AR TOW2 2009  4  1 13 25  0.000000  1    0.815931503779E-10                     
+AR URUM 2009  4  1 13 25  0.000000  1    0.332880521966E-03                     
+AR VESL 2009  4  1 13 25  0.000000  1    0.277298315047E-03                     
+AR VILL 2009  4  1 13 25  0.000000  1   -0.691667934581E-07                     
+AR WTZR 2009  4  1 13 25  0.000000  1    0.453282937493E-07                     
+AR WUHN 2009  4  1 13 25  0.000000  1   -0.602659633270E-07                     
+AR YSSK 2009  4  1 13 25  0.000000  1   -0.631876564795E-07                     
+AR ZIM2 2009  4  1 13 25  0.000000  1    0.375637810877E-07                     
+AR XMIS 2009  4  1 13 25  0.000000  1   -0.106061770031E-08                     
+AR GODZ 2009  4  1 13 25  0.000000  1   -0.469120357583E-03                     
+AR MTKA 2009  4  1 13 25  0.000000  1   -0.607551293602E-07                     
+AR TIXJ 2009  4  1 13 25  0.000000  1    0.558687774004E-04                     
+AR PARK 2009  4  1 13 25  0.000000  1    0.805789131874E-06                     
+AR UNBJ 2009  4  1 13 25  0.000000  1   -0.153733563983E-03                     
+AR NOVM 2009  4  1 13 25  0.000000  1    0.798329495814E-04                     
+AR SUNM 2009  4  1 13 25  0.000000  1   -0.298985076369E-03                     
+AR CEBR 2009  4  1 13 25  0.000000  1    0.719431312812E-03                     
+AR CPXF 2009  4  1 13 25  0.000000  1   -0.290040231647E-08                     
+AR IDDR 2009  4  1 13 25  0.000000  1    0.117332426791E-07                     
+AR AZGB 2009  4  1 13 25  0.000000  1   -0.101572450275E-03                     
+AR TN22 2009  4  1 13 25  0.000000  1   -0.121812967138E-03                     
+AR ETAD 2009  4  1 13 25  0.000000  1    0.212127972578E-07                     
+AR ILHA 2009  4  1 13 25  0.000000  1    0.193279564475E-08                     
+AR POVE 2009  4  1 13 25  0.000000  1   -0.144852890742E-08                     
+AR RECF 2009  4  1 13 25  0.000000  1    0.233867716174E-07                     
+AR SALU 2009  4  1 13 25  0.000000  1    0.370314076430E-07                     
+AR SAVO 2009  4  1 13 25  0.000000  1    0.256021875699E-07                     
+AR UFPR 2009  4  1 13 25  0.000000  1    0.242395259997E-07                     
+AR YELL 2009  4  1 13 25  0.000000  1    0.244485000000E-06                     
+AS G32  2009  4  1 13 30  0.000000  1    0.280156300682E-03                     
+AS G24  2009  4  1 13 30  0.000000  1    0.177851522127E-03                     
+AS G25  2009  4  1 13 30  0.000000  1    0.334650535656E-03                     
+AS G26  2009  4  1 13 30  0.000000  1    0.544677976943E-04                     
+AS G27  2009  4  1 13 30  0.000000  1    0.371574089214E-04                     
+AS G30  2009  4  1 13 30  0.000000  1    0.136272025449E-03                     
+AS G03  2009  4  1 13 30  0.000000  1    0.373492680132E-03                     
+AS G04  2009  4  1 13 30  0.000000  1   -0.347829199014E-04                     
+AS G06  2009  4  1 13 30  0.000000  1    0.603129017705E-04                     
+AS G08  2009  4  1 13 30  0.000000  1   -0.196551387903E-03                     
+AS G09  2009  4  1 13 30  0.000000  1    0.484734022654E-04                     
+AS G10  2009  4  1 13 30  0.000000  1   -0.136309221190E-04                     
+AS G14  2009  4  1 13 30  0.000000  1   -0.132364355780E-03                     
+AS G13  2009  4  1 13 30  0.000000  1    0.293269385831E-03                     
+AS G28  2009  4  1 13 30  0.000000  1   -0.238316275295E-04                     
+AS G21  2009  4  1 13 30  0.000000  1    0.215140584207E-04                     
+AS G11  2009  4  1 13 30  0.000000  1    0.274385094180E-05                     
+AS G22  2009  4  1 13 30  0.000000  1    0.202423380187E-03                     
+AS G20  2009  4  1 13 30  0.000000  1    0.865519632972E-04                     
+AS G18  2009  4  1 13 30  0.000000  1   -0.695042227563E-04                     
+AS G16  2009  4  1 13 30  0.000000  1    0.629815812987E-04                     
+AS G19  2009  4  1 13 30  0.000000  1    0.293524764987E-04                     
+AS G23  2009  4  1 13 30  0.000000  1    0.388990202405E-03                     
+AS G02  2009  4  1 13 30  0.000000  1    0.153927377533E-03                     
+AS G31  2009  4  1 13 30  0.000000  1   -0.564791018252E-04                     
+AS G17  2009  4  1 13 30  0.000000  1    0.524479123936E-04                     
+AS G12  2009  4  1 13 30  0.000000  1   -0.299501948229E-03                     
+AS G15  2009  4  1 13 30  0.000000  1   -0.276035136529E-03                     
+AS G29  2009  4  1 13 30  0.000000  1    0.487667825432E-05                     
+AS G07  2009  4  1 13 30  0.000000  1    0.209768481553E-04                     
+AS R02  2009  4  1 13 30  0.000000  1    0.206354587636E-04                     
+AS R03  2009  4  1 13 30  0.000000  1   -0.342975155628E-04                     
+AS R04  2009  4  1 13 30  0.000000  1    0.637693181037E-04                     
+AS R06  2009  4  1 13 30  0.000000  1   -0.169257160595E-03                     
+AS R07  2009  4  1 13 30  0.000000  1   -0.891819046501E-04                     
+AS R08  2009  4  1 13 30  0.000000  1   -0.101992530637E-03                     
+AS R10  2009  4  1 13 30  0.000000  1   -0.140834094725E-03                     
+AS R11  2009  4  1 13 30  0.000000  1   -0.926352645938E-04                     
+AS R13  2009  4  1 13 30  0.000000  1   -0.230650346514E-03                     
+AS R14  2009  4  1 13 30  0.000000  1   -0.795928696118E-04                     
+AS R15  2009  4  1 13 30  0.000000  1    0.921151989489E-04                     
+AS R17  2009  4  1 13 30  0.000000  1   -0.261270153510E-03                     
+AS R18  2009  4  1 13 30  0.000000  1   -0.135522960570E-05                     
+AS R19  2009  4  1 13 30  0.000000  1   -0.894298009598E-04                     
+AS R20  2009  4  1 13 30  0.000000  1   -0.650145643714E-04                     
+AS R21  2009  4  1 13 30  0.000000  1   -0.143350447373E-03                     
+AS R22  2009  4  1 13 30  0.000000  1   -0.201594138756E-03                     
+AS R23  2009  4  1 13 30  0.000000  1   -0.200278664004E-03                     
+AR ALGO 2009  4  1 13 30  0.000000  1    0.809945109365E-04                     
+AR ALIC 2009  4  1 13 30  0.000000  1    0.416083891993E-08                     
+AR AMC2 2009  4  1 13 30  0.000000  1    0.166726258892E-08                     
+AR ANKR 2009  4  1 13 30  0.000000  1    0.262686029615E-03                     
+AR ARTU 2009  4  1 13 30  0.000000  1   -0.720249725369E-07                     
+AR ASPA 2009  4  1 13 30  0.000000  1    0.231160519188E-07                     
+AR BHR1 2009  4  1 13 30  0.000000  1    0.563383469205E-03                     
+AR BARH 2009  4  1 13 30  0.000000  1    0.747622495557E-08                     
+AR BJFS 2009  4  1 13 30  0.000000  1   -0.583106689644E-07                     
+AR BOGT 2009  4  1 13 30  0.000000  1   -0.420523871271E-07                     
+AR BRMU 2009  4  1 13 30  0.000000  1   -0.210900720100E-03                     
+AR CAGZ 2009  4  1 13 30  0.000000  1   -0.192428705134E-03                     
+AR CAS1 2009  4  1 13 30  0.000000  1    0.681363451877E-08                     
+AR CHAT 2009  4  1 13 30  0.000000  1   -0.675733441054E-07                     
+AR CHPI 2009  4  1 13 30  0.000000  1   -0.661596521295E-07                     
+AR COCO 2009  4  1 13 30  0.000000  1    0.227671860611E-03                     
+AR CONZ 2009  4  1 13 30  0.000000  1   -0.378783789179E-03                     
+AR CRAR 2009  4  1 13 30  0.000000  1    0.452720026983E-03                     
+AR CRO1 2009  4  1 13 30  0.000000  1    0.665105858437E-03                     
+AR DAEJ 2009  4  1 13 30  0.000000  1   -0.196552047368E-03                     
+AR DARW 2009  4  1 13 30  0.000000  1   -0.296607337980E-08                     
+AR DGAR 2009  4  1 13 30  0.000000  1   -0.725639522030E-07                     
+AR DRAO 2009  4  1 13 30  0.000000  1    0.115035647563E-03                     
+AR FAA1 2009  4  1 13 30  0.000000  1   -0.700074446357E-08                     
+AR FAIR 2009  4  1 13 30  0.000000  1   -0.550898233919E-07                     
+AR GLPS 2009  4  1 13 30  0.000000  1   -0.617435743459E-07                     
+AR GUAM 2009  4  1 13 30  0.000000  1   -0.531142107582E-07                     
+AR GUAT 2009  4  1 13 30  0.000000  1    0.133337351552E-07                     
+AR HOB2 2009  4  1 13 30  0.000000  1    0.881992284828E-07                     
+AR HOFN 2009  4  1 13 30  0.000000  1   -0.323494707093E-03                     
+AR HOLM 2009  4  1 13 30  0.000000  1   -0.530824309897E-07                     
+AR HRAO 2009  4  1 13 30  0.000000  1    0.849466072540E-03                     
+AR HYDE 2009  4  1 13 30  0.000000  1    0.383637455864E-08                     
+AR IRKJ 2009  4  1 13 30  0.000000  1    0.163747401733E-03                     
+AR ISPA 2009  4  1 13 30  0.000000  1   -0.629795207807E-07                     
+AR KARR 2009  4  1 13 30  0.000000  1   -0.458794712978E-07                     
+AR KERG 2009  4  1 13 30  0.000000  1    0.817500515679E-03                     
+AR KHAJ 2009  4  1 13 30  0.000000  1   -0.150786719807E-05                     
+AR KIR0 2009  4  1 13 30  0.000000  1    0.282993495686E-03                     
+AR KIRU 2009  4  1 13 30  0.000000  1    0.591375789318E-03                     
+AR KIT3 2009  4  1 13 30  0.000000  1   -0.806192490387E-08                     
+AR KOUR 2009  4  1 13 30  0.000000  1    0.124915116294E-03                     
+AR KUNM 2009  4  1 13 30  0.000000  1   -0.802155746768E-08                     
+AR LHAZ 2009  4  1 13 30  0.000000  1   -0.102775074437E-03                     
+AR MAL2 2009  4  1 13 30  0.000000  1   -0.657801178377E-08                     
+AR MAS1 2009  4  1 13 30  0.000000  1   -0.101617378233E-03                     
+AR MAW1 2009  4  1 13 30  0.000000  1    0.478513485451E-08                     
+AR MCIL 2009  4  1 13 30  0.000000  1    0.280595102281E-07                     
+AR MCM4 2009  4  1 13 30  0.000000  1   -0.544181676597E-07                     
+AR MDO1 2009  4  1 13 30  0.000000  1   -0.153531699649E-07                     
+AR MDVJ 2009  4  1 13 30  0.000000  1    0.438552183328E-03                     
+AR MKEA 2009  4  1 13 30  0.000000  1   -0.365547894932E-07                     
+AR MOBS 2009  4  1 13 30  0.000000  1    0.852453829124E-09                     
+AR NANO 2009  4  1 13 30  0.000000  1   -0.288379518170E-08                     
+AR NLIB 2009  4  1 13 30  0.000000  1   -0.117980881546E-06                     
+AR NNOR 2009  4  1 13 30  0.000000  1    0.365796573292E-03                     
+AR NRC1 2009  4  1 13 30  0.000000  1   -0.448571713323E-05                     
+AR NRIL 2009  4  1 13 30  0.000000  1   -0.448378092624E-07                     
+AR NRMD 2009  4  1 13 30  0.000000  1    0.230206759796E-07                     
+AR NTUS 2009  4  1 13 30  0.000000  1   -0.310460925452E-08                     
+AR NYAL 2009  4  1 13 30  0.000000  1    0.944739495745E-07                     
+AR OHI3 2009  4  1 13 30  0.000000  1    0.286489103682E-03                     
+AR ONSA 2009  4  1 13 30  0.000000  1   -0.324791717452E-04                     
+AR PDEL 2009  4  1 13 30  0.000000  1   -0.265963524166E-08                     
+AR PERT 2009  4  1 13 30  0.000000  1   -0.552965275187E-07                     
+AR PETP 2009  4  1 13 30  0.000000  1   -0.502905258046E-07                     
+AR PIMO 2009  4  1 13 30  0.000000  1   -0.662279087766E-07                     
+AR QAQ1 2009  4  1 13 30  0.000000  1   -0.585301213754E-07                     
+AR QUIN 2009  4  1 13 30  0.000000  1   -0.503219711954E-07                     
+AR RABT 2009  4  1 13 30  0.000000  1   -0.681385790597E-07                     
+AR RAMO 2009  4  1 13 30  0.000000  1    0.184072003172E-07                     
+AR RCMN 2009  4  1 13 30  0.000000  1    0.890858451839E-08                     
+AR REDU 2009  4  1 13 30  0.000000  1   -0.535416717267E-07                     
+AR REUN 2009  4  1 13 30  0.000000  1    0.304365659013E-07                     
+AR REYK 2009  4  1 13 30  0.000000  1   -0.137501202067E-04                     
+AR SCH2 2009  4  1 13 30  0.000000  1    0.189209630234E-03                     
+AR SCUB 2009  4  1 13 30  0.000000  1   -0.847729643591E-07                     
+AR STJO 2009  4  1 13 30  0.000000  1   -0.704669935536E-05                     
+AR SYDN 2009  4  1 13 30  0.000000  1    0.141001565627E-05                     
+AR SYOG 2009  4  1 13 30  0.000000  1    0.140100273486E-04                     
+AR THU2 2009  4  1 13 30  0.000000  1    0.434194025766E-03                     
+AR TOW2 2009  4  1 13 30  0.000000  1    0.638864031421E-09                     
+AR URUM 2009  4  1 13 30  0.000000  1    0.255661098246E-03                     
+AR VESL 2009  4  1 13 30  0.000000  1    0.314392261075E-03                     
+AR VILL 2009  4  1 13 30  0.000000  1   -0.679003145365E-07                     
+AR WTZR 2009  4  1 13 30  0.000000  1    0.453566743804E-07                     
+AR WUHN 2009  4  1 13 30  0.000000  1   -0.608336297925E-07                     
+AR YSSK 2009  4  1 13 30  0.000000  1   -0.612719609724E-07                     
+AR ZIM2 2009  4  1 13 30  0.000000  1    0.378108307509E-07                     
+AR XMIS 2009  4  1 13 30  0.000000  1   -0.136407181832E-08                     
+AR GODZ 2009  4  1 13 30  0.000000  1   -0.469120288970E-03                     
+AR MTKA 2009  4  1 13 30  0.000000  1   -0.602550766790E-07                     
+AR TIXJ 2009  4  1 13 30  0.000000  1    0.531689238018E-04                     
+AR PARK 2009  4  1 13 30  0.000000  1    0.806085762736E-06                     
+AR UNBJ 2009  4  1 13 30  0.000000  1   -0.229364465755E-03                     
+AR NOVM 2009  4  1 13 30  0.000000  1    0.798329487388E-04                     
+AR SUNM 2009  4  1 13 30  0.000000  1   -0.455392557661E-03                     
+AR CEBR 2009  4  1 13 30  0.000000  1    0.719431342926E-03                     
+AR CPXF 2009  4  1 13 30  0.000000  1   -0.310635451157E-08                     
+AR IDDR 2009  4  1 13 30  0.000000  1    0.333619460346E-07                     
+AR AZGB 2009  4  1 13 30  0.000000  1   -0.240874626491E-03                     
+AR TN22 2009  4  1 13 30  0.000000  1   -0.199252974622E-03                     
+AR ETAD 2009  4  1 13 30  0.000000  1    0.213186488581E-07                     
+AR ILHA 2009  4  1 13 30  0.000000  1    0.173517398170E-08                     
+AR POVE 2009  4  1 13 30  0.000000  1   -0.118804730880E-08                     
+AR RECF 2009  4  1 13 30  0.000000  1    0.217484530144E-07                     
+AR SALU 2009  4  1 13 30  0.000000  1    0.285736950099E-07                     
+AR SAVO 2009  4  1 13 30  0.000000  1    0.244716499509E-07                     
+AR UFPR 2009  4  1 13 30  0.000000  1    0.240713568235E-07                     
+AR YELL 2009  4  1 13 30  0.000000  1    0.244555000000E-06                     
+AS G32  2009  4  1 13 35  0.000000  1    0.280154938690E-03                     
+AS G24  2009  4  1 13 35  0.000000  1    0.177852140061E-03                     
+AS G25  2009  4  1 13 35  0.000000  1    0.334657084051E-03                     
+AS G26  2009  4  1 13 35  0.000000  1    0.544685136646E-04                     
+AS G27  2009  4  1 13 35  0.000000  1    0.371583519852E-04                     
+AS G30  2009  4  1 13 35  0.000000  1    0.136272751193E-03                     
+AS G03  2009  4  1 13 35  0.000000  1    0.373494160849E-03                     
+AS G04  2009  4  1 13 35  0.000000  1   -0.347873356193E-04                     
+AS G06  2009  4  1 13 35  0.000000  1    0.603183788157E-04                     
+AS G08  2009  4  1 13 35  0.000000  1   -0.196551702140E-03                     
+AS G09  2009  4  1 13 35  0.000000  1    0.484734692291E-04                     
+AS G10  2009  4  1 13 35  0.000000  1   -0.136310164213E-04                     
+AS G14  2009  4  1 13 35  0.000000  1   -0.132362313355E-03                     
+AS G13  2009  4  1 13 35  0.000000  1    0.293269830932E-03                     
+AS G28  2009  4  1 13 35  0.000000  1   -0.238317894719E-04                     
+AS G21  2009  4  1 13 35  0.000000  1    0.215134380023E-04                     
+AS G11  2009  4  1 13 35  0.000000  1    0.274395463622E-05                     
+AS G22  2009  4  1 13 35  0.000000  1    0.202422716728E-03                     
+AS G20  2009  4  1 13 35  0.000000  1    0.865517832084E-04                     
+AS G18  2009  4  1 13 35  0.000000  1   -0.695029701768E-04                     
+AS G16  2009  4  1 13 35  0.000000  1    0.629809039731E-04                     
+AS G19  2009  4  1 13 35  0.000000  1    0.293519303600E-04                     
+AS G23  2009  4  1 13 35  0.000000  1    0.388990353310E-03                     
+AS G02  2009  4  1 13 35  0.000000  1    0.153927095710E-03                     
+AS G31  2009  4  1 13 35  0.000000  1   -0.564792148125E-04                     
+AS G17  2009  4  1 13 35  0.000000  1    0.524485510235E-04                     
+AS G12  2009  4  1 13 35  0.000000  1   -0.299500341810E-03                     
+AS G15  2009  4  1 13 35  0.000000  1   -0.276036478837E-03                     
+AS G29  2009  4  1 13 35  0.000000  1    0.487798422755E-05                     
+AS G07  2009  4  1 13 35  0.000000  1    0.209769147597E-04                     
+AS R02  2009  4  1 13 35  0.000000  1    0.206346185947E-04                     
+AS R03  2009  4  1 13 35  0.000000  1   -0.342979317402E-04                     
+AS R04  2009  4  1 13 35  0.000000  1    0.637659929930E-04                     
+AS R06  2009  4  1 13 35  0.000000  1   -0.169256959940E-03                     
+AS R07  2009  4  1 13 35  0.000000  1   -0.891816815188E-04                     
+AS R08  2009  4  1 13 35  0.000000  1   -0.101992454217E-03                     
+AS R10  2009  4  1 13 35  0.000000  1   -0.140833815568E-03                     
+AS R11  2009  4  1 13 35  0.000000  1   -0.926354078833E-04                     
+AS R13  2009  4  1 13 35  0.000000  1   -0.230650647747E-03                     
+AS R14  2009  4  1 13 35  0.000000  1   -0.795920396451E-04                     
+AS R15  2009  4  1 13 35  0.000000  1    0.921158556234E-04                     
+AS R17  2009  4  1 13 35  0.000000  1   -0.261270458638E-03                     
+AS R18  2009  4  1 13 35  0.000000  1   -0.135522605207E-05                     
+AS R19  2009  4  1 13 35  0.000000  1   -0.894298594415E-04                     
+AS R20  2009  4  1 13 35  0.000000  1   -0.650143513450E-04                     
+AS R21  2009  4  1 13 35  0.000000  1   -0.143350722748E-03                     
+AS R22  2009  4  1 13 35  0.000000  1   -0.201594976296E-03                     
+AS R23  2009  4  1 13 35  0.000000  1   -0.200276845527E-03                     
+AR ALGO 2009  4  1 13 35  0.000000  1    0.809976073057E-04                     
+AR ALIC 2009  4  1 13 35  0.000000  1    0.305050223322E-08                     
+AR AMC2 2009  4  1 13 35  0.000000  1    0.169924067563E-08                     
+AR ANKR 2009  4  1 13 35  0.000000  1    0.326912728117E-03                     
+AR ARTU 2009  4  1 13 35  0.000000  1   -0.729550586336E-07                     
+AR ASPA 2009  4  1 13 35  0.000000  1    0.237662344045E-07                     
+AR BHR1 2009  4  1 13 35  0.000000  1    0.563383298001E-03                     
+AR BARH 2009  4  1 13 35  0.000000  1    0.829086014282E-08                     
+AR BJFS 2009  4  1 13 35  0.000000  1   -0.626162228767E-07                     
+AR BOGT 2009  4  1 13 35  0.000000  1   -0.435594902781E-07                     
+AR BRMU 2009  4  1 13 35  0.000000  1    0.283154040757E-03                     
+AR CAGZ 2009  4  1 13 35  0.000000  1    0.309764747630E-04                     
+AR CAS1 2009  4  1 13 35  0.000000  1    0.775162578876E-08                     
+AR CHAT 2009  4  1 13 35  0.000000  1   -0.668659541012E-07                     
+AR CHPI 2009  4  1 13 35  0.000000  1   -0.679533495686E-07                     
+AR COCO 2009  4  1 13 35  0.000000  1    0.227672946728E-03                     
+AR CONZ 2009  4  1 13 35  0.000000  1    0.498563429098E-03                     
+AR CRAR 2009  4  1 13 35  0.000000  1    0.427659562747E-03                     
+AR CRO1 2009  4  1 13 35  0.000000  1    0.665105943101E-03                     
+AR DAEJ 2009  4  1 13 35  0.000000  1   -0.196550949961E-03                     
+AR DARW 2009  4  1 13 35  0.000000  1   -0.307070205872E-08                     
+AR DGAR 2009  4  1 13 35  0.000000  1   -0.711609455770E-07                     
+AR DRAO 2009  4  1 13 35  0.000000  1    0.115072333495E-03                     
+AR FAA1 2009  4  1 13 35  0.000000  1   -0.730065315217E-08                     
+AR FAIR 2009  4  1 13 35  0.000000  1   -0.405690788213E-07                     
+AR GLPS 2009  4  1 13 35  0.000000  1   -0.630142348612E-07                     
+AR GUAM 2009  4  1 13 35  0.000000  1   -0.546559130218E-07                     
+AR GUAT 2009  4  1 13 35  0.000000  1    0.130087924539E-07                     
+AR HOB2 2009  4  1 13 35  0.000000  1    0.882606993975E-07                     
+AR HOFN 2009  4  1 13 35  0.000000  1   -0.246002619726E-03                     
+AR HOLM 2009  4  1 13 35  0.000000  1   -0.556268098951E-07                     
+AR HRAO 2009  4  1 13 35  0.000000  1    0.849466149441E-03                     
+AR HYDE 2009  4  1 13 35  0.000000  1    0.549827324522E-08                     
+AR IRKJ 2009  4  1 13 35  0.000000  1    0.163747357188E-03                     
+AR ISPA 2009  4  1 13 35  0.000000  1   -0.602346414990E-07                     
+AR KARR 2009  4  1 13 35  0.000000  1   -0.526597224805E-07                     
+AR KERG 2009  4  1 13 35  0.000000  1    0.817500559740E-03                     
+AR KHAJ 2009  4  1 13 35  0.000000  1   -0.150786885605E-05                     
+AR KIR0 2009  4  1 13 35  0.000000  1    0.282986740400E-03                     
+AR KIRU 2009  4  1 13 35  0.000000  1    0.591372332440E-03                     
+AR KIT3 2009  4  1 13 35  0.000000  1   -0.156347597410E-07                     
+AR KOUR 2009  4  1 13 35  0.000000  1    0.124915170426E-03                     
+AR KUNM 2009  4  1 13 35  0.000000  1   -0.171841259096E-07                     
+AR LHAZ 2009  4  1 13 35  0.000000  1   -0.865982717908E-04                     
+AR MAL2 2009  4  1 13 35  0.000000  1   -0.677642893512E-08                     
+AR MAS1 2009  4  1 13 35  0.000000  1   -0.101617632527E-03                     
+AR MAW1 2009  4  1 13 35  0.000000  1    0.277585830334E-08                     
+AR MCIL 2009  4  1 13 35  0.000000  1    0.282484674061E-07                     
+AR MCM4 2009  4  1 13 35  0.000000  1   -0.502627074279E-07                     
+AR MDO1 2009  4  1 13 35  0.000000  1   -0.179071704328E-07                     
+AR MDVJ 2009  4  1 13 35  0.000000  1    0.438552196371E-03                     
+AR MKEA 2009  4  1 13 35  0.000000  1   -0.379480754775E-07                     
+AR MOBS 2009  4  1 13 35  0.000000  1    0.156537546371E-08                     
+AR NANO 2009  4  1 13 35  0.000000  1    0.129026826957E-08                     
+AR NLIB 2009  4  1 13 35  0.000000  1   -0.117766465425E-06                     
+AR NNOR 2009  4  1 13 35  0.000000  1    0.365796654604E-03                     
+AR NRC1 2009  4  1 13 35  0.000000  1   -0.448566529473E-05                     
+AR NRIL 2009  4  1 13 35  0.000000  1   -0.432949137522E-07                     
+AR NRMD 2009  4  1 13 35  0.000000  1    0.262732171316E-07                     
+AR NTUS 2009  4  1 13 35  0.000000  1   -0.497428882297E-08                     
+AR NYAL 2009  4  1 13 35  0.000000  1    0.945044483243E-07                     
+AR OHI3 2009  4  1 13 35  0.000000  1    0.402133949940E-03                     
+AR ONSA 2009  4  1 13 35  0.000000  1   -0.324791922105E-04                     
+AR PDEL 2009  4  1 13 35  0.000000  1   -0.298113367034E-08                     
+AR PERT 2009  4  1 13 35  0.000000  1   -0.441298535286E-07                     
+AR PETP 2009  4  1 13 35  0.000000  1   -0.496998602259E-07                     
+AR PIMO 2009  4  1 13 35  0.000000  1   -0.614394238293E-07                     
+AR QAQ1 2009  4  1 13 35  0.000000  1   -0.646425807313E-07                     
+AR QUIN 2009  4  1 13 35  0.000000  1   -0.492066066171E-07                     
+AR RABT 2009  4  1 13 35  0.000000  1   -0.714542716199E-07                     
+AR RAMO 2009  4  1 13 35  0.000000  1    0.482073340960E-08                     
+AR RCMN 2009  4  1 13 35  0.000000  1    0.870314570675E-08                     
+AR REDU 2009  4  1 13 35  0.000000  1   -0.527580879436E-07                     
+AR REUN 2009  4  1 13 35  0.000000  1    0.298649974046E-07                     
+AR REYK 2009  4  1 13 35  0.000000  1   -0.117205867401E-05                     
+AR SCH2 2009  4  1 13 35  0.000000  1    0.189225248324E-03                     
+AR SCUB 2009  4  1 13 35  0.000000  1   -0.840146261233E-07                     
+AR STJO 2009  4  1 13 35  0.000000  1   -0.704697771149E-05                     
+AR SYDN 2009  4  1 13 35  0.000000  1    0.141033023829E-05                     
+AR SYOG 2009  4  1 13 35  0.000000  1    0.140101068930E-04                     
+AR THU2 2009  4  1 13 35  0.000000  1    0.432191672232E-03                     
+AR TOW2 2009  4  1 13 35  0.000000  1    0.106283431390E-08                     
+AR URUM 2009  4  1 13 35  0.000000  1    0.178431883006E-03                     
+AR VESL 2009  4  1 13 35  0.000000  1    0.351434222272E-03                     
+AR VILL 2009  4  1 13 35  0.000000  1   -0.719930325902E-07                     
+AR WTZR 2009  4  1 13 35  0.000000  1    0.453835927910E-07                     
+AR WUHN 2009  4  1 13 35  0.000000  1   -0.627077460612E-07                     
+AR YSSK 2009  4  1 13 35  0.000000  1   -0.618110702399E-07                     
+AR ZIM2 2009  4  1 13 35  0.000000  1    0.380839129739E-07                     
+AR XMIS 2009  4  1 13 35  0.000000  1   -0.922597671444E-09                     
+AR GODZ 2009  4  1 13 35  0.000000  1   -0.469120207510E-03                     
+AR MTKA 2009  4  1 13 35  0.000000  1   -0.608088906147E-07                     
+AR TIXJ 2009  4  1 13 35  0.000000  1    0.504637970714E-04                     
+AR PARK 2009  4  1 13 35  0.000000  1    0.806371259466E-06                     
+AR UNBJ 2009  4  1 13 35  0.000000  1   -0.304863120528E-03                     
+AR NOVM 2009  4  1 13 35  0.000000  1    0.798329606959E-04                     
+AR SUNM 2009  4  1 13 35  0.000000  1    0.388052680589E-03                     
+AR CEBR 2009  4  1 13 35  0.000000  1    0.719431346623E-03                     
+AR CPXF 2009  4  1 13 35  0.000000  1    0.350911268082E-09                     
+AR IDDR 2009  4  1 13 35  0.000000  1    0.574894484072E-08                     
+AR AZGB 2009  4  1 13 35  0.000000  1   -0.380142713266E-03                     
+AR TN22 2009  4  1 13 35  0.000000  1   -0.275841998181E-03                     
+AR ETAD 2009  4  1 13 35  0.000000  1    0.202517517976E-07                     
+AR ILHA 2009  4  1 13 35  0.000000  1    0.161564101077E-08                     
+AR POVE 2009  4  1 13 35  0.000000  1   -0.557810012390E-09                     
+AR RECF 2009  4  1 13 35  0.000000  1    0.215445440156E-07                     
+AR SALU 2009  4  1 13 35  0.000000  1    0.291307445445E-07                     
+AR SAVO 2009  4  1 13 35  0.000000  1    0.245520241835E-07                     
+AR UFPR 2009  4  1 13 35  0.000000  1    0.228566860551E-07                     
+AR YELL 2009  4  1 13 35  0.000000  1    0.244625000000E-06                     
+AS G32  2009  4  1 13 40  0.000000  1    0.280153674091E-03                     
+AS G24  2009  4  1 13 40  0.000000  1    0.177852516097E-03                     
+AS G25  2009  4  1 13 40  0.000000  1    0.334663551407E-03                     
+AS G26  2009  4  1 13 40  0.000000  1    0.544693044732E-04                     
+AS G27  2009  4  1 13 40  0.000000  1    0.371593680782E-04                     
+AS G30  2009  4  1 13 40  0.000000  1    0.136272559953E-03                     
+AS G03  2009  4  1 13 40  0.000000  1    0.373496069816E-03                     
+AS G04  2009  4  1 13 40  0.000000  1   -0.347917785642E-04                     
+AS G06  2009  4  1 13 40  0.000000  1    0.603238601347E-04                     
+AS G08  2009  4  1 13 40  0.000000  1   -0.196552131248E-03                     
+AS G09  2009  4  1 13 40  0.000000  1    0.484744307512E-04                     
+AS G10  2009  4  1 13 40  0.000000  1   -0.136303888309E-04                     
+AS G14  2009  4  1 13 40  0.000000  1   -0.132360704490E-03                     
+AS G13  2009  4  1 13 40  0.000000  1    0.293270192513E-03                     
+AS G28  2009  4  1 13 40  0.000000  1   -0.238317084825E-04                     
+AS G21  2009  4  1 13 40  0.000000  1    0.215129047290E-04                     
+AS G11  2009  4  1 13 40  0.000000  1    0.274337417721E-05                     
+AS G22  2009  4  1 13 40  0.000000  1    0.202422818754E-03                     
+AS G20  2009  4  1 13 40  0.000000  1    0.865514594463E-04                     
+AS G18  2009  4  1 13 40  0.000000  1   -0.695021127217E-04                     
+AS G16  2009  4  1 13 40  0.000000  1    0.629799028013E-04                     
+AS G19  2009  4  1 13 40  0.000000  1    0.293518100647E-04                     
+AS G23  2009  4  1 13 40  0.000000  1    0.388990548222E-03                     
+AS G02  2009  4  1 13 40  0.000000  1    0.153927137241E-03                     
+AS G31  2009  4  1 13 40  0.000000  1   -0.564796684376E-04                     
+AS G17  2009  4  1 13 40  0.000000  1    0.524488382780E-04                     
+AS G12  2009  4  1 13 40  0.000000  1   -0.299499119809E-03                     
+AS G15  2009  4  1 13 40  0.000000  1   -0.276037825471E-03                     
+AS G29  2009  4  1 13 40  0.000000  1    0.487937430437E-05                     
+AS G07  2009  4  1 13 40  0.000000  1    0.209768233555E-04                     
+AS R02  2009  4  1 13 40  0.000000  1    0.206338995144E-04                     
+AS R03  2009  4  1 13 40  0.000000  1   -0.342984110597E-04                     
+AS R04  2009  4  1 13 40  0.000000  1    0.637624432435E-04                     
+AS R06  2009  4  1 13 40  0.000000  1   -0.169258182572E-03                     
+AS R07  2009  4  1 13 40  0.000000  1   -0.891814909683E-04                     
+AS R08  2009  4  1 13 40  0.000000  1   -0.101992363367E-03                     
+AS R10  2009  4  1 13 40  0.000000  1   -0.140833524009E-03                     
+AS R11  2009  4  1 13 40  0.000000  1   -0.926351938892E-04                     
+AS R13  2009  4  1 13 40  0.000000  1   -0.230651089038E-03                     
+AS R14  2009  4  1 13 40  0.000000  1   -0.795913039407E-04                     
+AS R15  2009  4  1 13 40  0.000000  1    0.921160609802E-04                     
+AS R17  2009  4  1 13 40  0.000000  1   -0.261270990069E-03                     
+AS R18  2009  4  1 13 40  0.000000  1   -0.135513346218E-05                     
+AS R19  2009  4  1 13 40  0.000000  1   -0.894301784990E-04                     
+AS R20  2009  4  1 13 40  0.000000  1   -0.650144458714E-04                     
+AS R21  2009  4  1 13 40  0.000000  1   -0.143351411711E-03                     
+AS R22  2009  4  1 13 40  0.000000  1   -0.201596178255E-03                     
+AS R23  2009  4  1 13 40  0.000000  1   -0.200274778915E-03                     
+AR ALGO 2009  4  1 13 40  0.000000  1    0.810003004407E-04                     
+AR ALIC 2009  4  1 13 40  0.000000  1    0.195960201881E-08                     
+AR AMC2 2009  4  1 13 40  0.000000  1    0.171057932159E-08                     
+AR ANKR 2009  4  1 13 40  0.000000  1    0.391015277963E-03                     
+AR ARTU 2009  4  1 13 40  0.000000  1   -0.757331918776E-07                     
+AR ASPA 2009  4  1 13 40  0.000000  1    0.237604750368E-07                     
+AR BHR1 2009  4  1 13 40  0.000000  1    0.563383259165E-03                     
+AR BARH 2009  4  1 13 40  0.000000  1    0.966918280589E-08                     
+AR BJFS 2009  4  1 13 40  0.000000  1   -0.606970415349E-07                     
+AR BOGT 2009  4  1 13 40  0.000000  1   -0.463751632013E-07                     
+AR BRMU 2009  4  1 13 40  0.000000  1   -0.222700603057E-03                     
+AR CAGZ 2009  4  1 13 40  0.000000  1    0.254492400060E-03                     
+AR CAS1 2009  4  1 13 40  0.000000  1    0.785927463582E-08                     
+AR CHAT 2009  4  1 13 40  0.000000  1   -0.599825193892E-07                     
+AR CHPI 2009  4  1 13 40  0.000000  1   -0.598742819489E-07                     
+AR COCO 2009  4  1 13 40  0.000000  1    0.227674102934E-03                     
+AR CONZ 2009  4  1 13 40  0.000000  1    0.375531153549E-03                     
+AR CRAR 2009  4  1 13 40  0.000000  1    0.402601161299E-03                     
+AR CRO1 2009  4  1 13 40  0.000000  1    0.665105957127E-03                     
+AR DAEJ 2009  4  1 13 40  0.000000  1   -0.196550563534E-03                     
+AR DARW 2009  4  1 13 40  0.000000  1   -0.175726187213E-08                     
+AR DGAR 2009  4  1 13 40  0.000000  1   -0.697013145596E-07                     
+AR DRAO 2009  4  1 13 40  0.000000  1    0.115109134672E-03                     
+AR FAA1 2009  4  1 13 40  0.000000  1   -0.519589594002E-08                     
+AR FAIR 2009  4  1 13 40  0.000000  1   -0.575659696204E-07                     
+AR GLPS 2009  4  1 13 40  0.000000  1   -0.649796577502E-07                     
+AR GUAM 2009  4  1 13 40  0.000000  1   -0.538736944157E-07                     
+AR GUAT 2009  4  1 13 40  0.000000  1    0.152963403521E-07                     
+AR HOB2 2009  4  1 13 40  0.000000  1    0.882891745397E-07                     
+AR HOFN 2009  4  1 13 40  0.000000  1   -0.168490002738E-03                     
+AR HOLM 2009  4  1 13 40  0.000000  1   -0.537586998166E-07                     
+AR HRAO 2009  4  1 13 40  0.000000  1    0.849466243239E-03                     
+AR HYDE 2009  4  1 13 40  0.000000  1    0.299945010022E-08                     
+AR IRKJ 2009  4  1 13 40  0.000000  1    0.163747378189E-03                     
+AR ISPA 2009  4  1 13 40  0.000000  1   -0.619103307591E-07                     
+AR KARR 2009  4  1 13 40  0.000000  1   -0.569689727022E-07                     
+AR KERG 2009  4  1 13 40  0.000000  1    0.817500445695E-03                     
+AR KHAJ 2009  4  1 13 40  0.000000  1   -0.150784560813E-05                     
+AR KIR0 2009  4  1 13 40  0.000000  1    0.282979996002E-03                     
+AR KIRU 2009  4  1 13 40  0.000000  1    0.591370696666E-03                     
+AR KIT3 2009  4  1 13 40  0.000000  1   -0.563251501369E-08                     
+AR KOUR 2009  4  1 13 40  0.000000  1    0.125014333812E-03                     
+AR KUNM 2009  4  1 13 40  0.000000  1    0.775434997874E-08                     
+AR LHAZ 2009  4  1 13 40  0.000000  1   -0.704033981651E-04                     
+AR MAL2 2009  4  1 13 40  0.000000  1   -0.114453555770E-07                     
+AR MAS1 2009  4  1 13 40  0.000000  1   -0.101617916104E-03                     
+AR MAW1 2009  4  1 13 40  0.000000  1    0.357696411412E-08                     
+AR MCIL 2009  4  1 13 40  0.000000  1    0.281739898150E-07                     
+AR MCM4 2009  4  1 13 40  0.000000  1   -0.517199228612E-07                     
+AR MDO1 2009  4  1 13 40  0.000000  1   -0.451105960514E-07                     
+AR MDVJ 2009  4  1 13 40  0.000000  1    0.438552200635E-03                     
+AR MKEA 2009  4  1 13 40  0.000000  1   -0.371218727263E-07                     
+AR MOBS 2009  4  1 13 40  0.000000  1   -0.232220440817E-09                     
+AR NANO 2009  4  1 13 40  0.000000  1    0.139437303216E-08                     
+AR NLIB 2009  4  1 13 40  0.000000  1   -0.117724660093E-06                     
+AR NNOR 2009  4  1 13 40  0.000000  1    0.365796628074E-03                     
+AR NRC1 2009  4  1 13 40  0.000000  1   -0.448563996164E-05                     
+AR NRIL 2009  4  1 13 40  0.000000  1   -0.434250762326E-07                     
+AR NRMD 2009  4  1 13 40  0.000000  1    0.273524538916E-07                     
+AR NTUS 2009  4  1 13 40  0.000000  1   -0.443477338314E-08                     
+AR NYAL 2009  4  1 13 40  0.000000  1    0.945421771023E-07                     
+AR OHI3 2009  4  1 13 40  0.000000  1   -0.482203665148E-03                     
+AR ONSA 2009  4  1 13 40  0.000000  1   -0.324792324573E-04                     
+AR PDEL 2009  4  1 13 40  0.000000  1   -0.160694769890E-08                     
+AR PERT 2009  4  1 13 40  0.000000  1   -0.427279007780E-07                     
+AR PETP 2009  4  1 13 40  0.000000  1   -0.505561024404E-07                     
+AR PIMO 2009  4  1 13 40  0.000000  1   -0.588532990817E-07                     
+AR QAQ1 2009  4  1 13 40  0.000000  1   -0.622839974221E-07                     
+AR QUIN 2009  4  1 13 40  0.000000  1   -0.476929944856E-07                     
+AR RABT 2009  4  1 13 40  0.000000  1   -0.648819015722E-07                     
+AR RAMO 2009  4  1 13 40  0.000000  1   -0.141155163794E-07                     
+AR RCMN 2009  4  1 13 40  0.000000  1    0.848504493019E-08                     
+AR REDU 2009  4  1 13 40  0.000000  1   -0.651075212332E-07                     
+AR REUN 2009  4  1 13 40  0.000000  1    0.296574388385E-07                     
+AR REYK 2009  4  1 13 40  0.000000  1    0.117018965653E-04                     
+AR SCH2 2009  4  1 13 40  0.000000  1    0.189241402623E-03                     
+AR SCUB 2009  4  1 13 40  0.000000  1   -0.847325091069E-07                     
+AR STJO 2009  4  1 13 40  0.000000  1   -0.704727008228E-05                     
+AR SYDN 2009  4  1 13 40  0.000000  1    0.141050710113E-05                     
+AR SYOG 2009  4  1 13 40  0.000000  1    0.140099886405E-04                     
+AR THU2 2009  4  1 13 40  0.000000  1    0.430189469831E-03                     
+AR TOW2 2009  4  1 13 40  0.000000  1    0.247316909561E-08                     
+AR URUM 2009  4  1 13 40  0.000000  1    0.101160588969E-03                     
+AR VESL 2009  4  1 13 40  0.000000  1    0.388436471894E-03                     
+AR VILL 2009  4  1 13 40  0.000000  1   -0.710835088035E-07                     
+AR WTZR 2009  4  1 13 40  0.000000  1    0.454144968792E-07                     
+AR WUHN 2009  4  1 13 40  0.000000  1   -0.646136443161E-07                     
+AR YSSK 2009  4  1 13 40  0.000000  1   -0.616770779729E-07                     
+AR ZIM2 2009  4  1 13 40  0.000000  1    0.381357168304E-07                     
+AR XMIS 2009  4  1 13 40  0.000000  1   -0.131620677228E-08                     
+AR GODZ 2009  4  1 13 40  0.000000  1   -0.469120174714E-03                     
+AR MTKA 2009  4  1 13 40  0.000000  1   -0.594889005075E-07                     
+AR TIXJ 2009  4  1 13 40  0.000000  1    0.477851725238E-04                     
+AR PARK 2009  4  1 13 40  0.000000  1    0.806594311377E-06                     
+AR UNBJ 2009  4  1 13 40  0.000000  1   -0.380254904968E-03                     
+AR NOVM 2009  4  1 13 40  0.000000  1    0.798329502712E-04                     
+AR SUNM 2009  4  1 13 40  0.000000  1    0.231680762932E-03                     
+AR CEBR 2009  4  1 13 40  0.000000  1    0.719431350881E-03                     
+AR CPXF 2009  4  1 13 40  0.000000  1    0.218538811006E-08                     
+AR IDDR 2009  4  1 13 40  0.000000  1    0.115580885461E-07                     
+AR AZGB 2009  4  1 13 40  0.000000  1    0.480559684022E-03                     
+AR TN22 2009  4  1 13 40  0.000000  1   -0.352194246931E-03                     
+AR ETAD 2009  4  1 13 40  0.000000  1    0.197136147277E-07                     
+AR ILHA 2009  4  1 13 40  0.000000  1    0.556859049336E-10                     
+AR POVE 2009  4  1 13 40  0.000000  1   -0.671699966949E-09                     
+AR RECF 2009  4  1 13 40  0.000000  1    0.245833831636E-07                     
+AR SALU 2009  4  1 13 40  0.000000  1    0.301122932647E-07                     
+AR SAVO 2009  4  1 13 40  0.000000  1    0.247949888561E-07                     
+AR UFPR 2009  4  1 13 40  0.000000  1    0.240788578251E-07                     
+AR YELL 2009  4  1 13 40  0.000000  1    0.244696000000E-06                     
+AS G32  2009  4  1 13 45  0.000000  1    0.280152422708E-03                     
+AS G24  2009  4  1 13 45  0.000000  1    0.177853957201E-03                     
+AS G25  2009  4  1 13 45  0.000000  1    0.334670114392E-03                     
+AS G26  2009  4  1 13 45  0.000000  1    0.544698282053E-04                     
+AS G27  2009  4  1 13 45  0.000000  1    0.371596254434E-04                     
+AS G30  2009  4  1 13 45  0.000000  1    0.136273238180E-03                     
+AS G03  2009  4  1 13 45  0.000000  1    0.373498073735E-03                     
+AS G04  2009  4  1 13 45  0.000000  1   -0.347962025991E-04                     
+AS G06  2009  4  1 13 45  0.000000  1    0.603292759817E-04                     
+AS G08  2009  4  1 13 45  0.000000  1   -0.196552813500E-03                     
+AS G09  2009  4  1 13 45  0.000000  1    0.484747791074E-04                     
+AS G10  2009  4  1 13 45  0.000000  1   -0.136308158928E-04                     
+AS G14  2009  4  1 13 45  0.000000  1   -0.132359030246E-03                     
+AS G13  2009  4  1 13 45  0.000000  1    0.293270590683E-03                     
+AS G28  2009  4  1 13 45  0.000000  1   -0.238316670973E-04                     
+AS G21  2009  4  1 13 45  0.000000  1    0.215125392684E-04                     
+AS G11  2009  4  1 13 45  0.000000  1    0.274305633046E-05                     
+AS G22  2009  4  1 13 45  0.000000  1    0.202422766745E-03                     
+AS G20  2009  4  1 13 45  0.000000  1    0.865512111831E-04                     
+AS G18  2009  4  1 13 45  0.000000  1   -0.695008699890E-04                     
+AS G16  2009  4  1 13 45  0.000000  1    0.629789948555E-04                     
+AS G19  2009  4  1 13 45  0.000000  1    0.293516055687E-04                     
+AS G23  2009  4  1 13 45  0.000000  1    0.388990685817E-03                     
+AS G02  2009  4  1 13 45  0.000000  1    0.153926967094E-03                     
+AS G31  2009  4  1 13 45  0.000000  1   -0.564798901507E-04                     
+AS G17  2009  4  1 13 45  0.000000  1    0.524494594440E-04                     
+AS G12  2009  4  1 13 45  0.000000  1   -0.299497571594E-03                     
+AS G15  2009  4  1 13 45  0.000000  1   -0.276039258880E-03                     
+AS G29  2009  4  1 13 45  0.000000  1    0.488041631715E-05                     
+AS G07  2009  4  1 13 45  0.000000  1    0.209765951869E-04                     
+AS R02  2009  4  1 13 45  0.000000  1    0.206327384783E-04                     
+AS R03  2009  4  1 13 45  0.000000  1   -0.342992532003E-04                     
+AS R04  2009  4  1 13 45  0.000000  1    0.637606768456E-04                     
+AS R06  2009  4  1 13 45  0.000000  1   -0.169259131089E-03                     
+AS R07  2009  4  1 13 45  0.000000  1   -0.891804834452E-04                     
+AS R08  2009  4  1 13 45  0.000000  1   -0.101992333885E-03                     
+AS R10  2009  4  1 13 45  0.000000  1   -0.140833319330E-03                     
+AS R11  2009  4  1 13 45  0.000000  1   -0.926354265317E-04                     
+AS R13  2009  4  1 13 45  0.000000  1   -0.230651535481E-03                     
+AS R14  2009  4  1 13 45  0.000000  1   -0.795905706100E-04                     
+AS R15  2009  4  1 13 45  0.000000  1    0.921159518759E-04                     
+AS R17  2009  4  1 13 45  0.000000  1   -0.261271123434E-03                     
+AS R18  2009  4  1 13 45  0.000000  1   -0.135531033345E-05                     
+AS R19  2009  4  1 13 45  0.000000  1   -0.894305285239E-04                     
+AS R20  2009  4  1 13 45  0.000000  1   -0.650144229741E-04                     
+AS R21  2009  4  1 13 45  0.000000  1   -0.143352057311E-03                     
+AS R22  2009  4  1 13 45  0.000000  1   -0.201596934953E-03                     
+AS R23  2009  4  1 13 45  0.000000  1   -0.200273094111E-03                     
+AR ALGO 2009  4  1 13 45  0.000000  1    0.810033941977E-04                     
+AR ALIC 2009  4  1 13 45  0.000000  1    0.257322809383E-08                     
+AR AMC2 2009  4  1 13 45  0.000000  1    0.171728226715E-08                     
+AR ANKR 2009  4  1 13 45  0.000000  1    0.455005528240E-03                     
+AR ARTU 2009  4  1 13 45  0.000000  1   -0.770166033194E-07                     
+AR ASPA 2009  4  1 13 45  0.000000  1    0.225776783527E-07                     
+AR BHR1 2009  4  1 13 45  0.000000  1    0.563382993831E-03                     
+AR BARH 2009  4  1 13 45  0.000000  1    0.927505591519E-08                     
+AR BJFS 2009  4  1 13 45  0.000000  1   -0.604996678388E-07                     
+AR BOGT 2009  4  1 13 45  0.000000  1   -0.478187208296E-07                     
+AR BRMU 2009  4  1 13 45  0.000000  1    0.271856490726E-03                     
+AR CAGZ 2009  4  1 13 45  0.000000  1    0.478062898254E-03                     
+AR CAS1 2009  4  1 13 45  0.000000  1    0.675163261565E-08                     
+AR CHAT 2009  4  1 13 45  0.000000  1   -0.580352753823E-07                     
+AR CHPI 2009  4  1 13 45  0.000000  1   -0.598180407783E-07                     
+AR COCO 2009  4  1 13 45  0.000000  1    0.227675124372E-03                     
+AR CONZ 2009  4  1 13 45  0.000000  1    0.252166790561E-03                     
+AR CRAR 2009  4  1 13 45  0.000000  1    0.377539195919E-03                     
+AR CRO1 2009  4  1 13 45  0.000000  1    0.665106041020E-03                     
+AR DAEJ 2009  4  1 13 45  0.000000  1   -0.196549863588E-03                     
+AR DARW 2009  4  1 13 45  0.000000  1   -0.372630499932E-08                     
+AR DGAR 2009  4  1 13 45  0.000000  1   -0.689643297100E-07                     
+AR DRAO 2009  4  1 13 45  0.000000  1    0.115145877564E-03                     
+AR FAA1 2009  4  1 13 45  0.000000  1   -0.464389805407E-08                     
+AR FAIR 2009  4  1 13 45  0.000000  1   -0.528739959926E-07                     
+AR GLPS 2009  4  1 13 45  0.000000  1   -0.657804016014E-07                     
+AR GUAM 2009  4  1 13 45  0.000000  1   -0.556058396515E-07                     
+AR GUAT 2009  4  1 13 45  0.000000  1    0.136955126334E-07                     
+AR HOB2 2009  4  1 13 45  0.000000  1    0.883030119486E-07                     
+AR HOFN 2009  4  1 13 45  0.000000  1   -0.909743045471E-04                     
+AR HOLM 2009  4  1 13 45  0.000000  1   -0.498840983013E-07                     
+AR HRAO 2009  4  1 13 45  0.000000  1    0.849466350866E-03                     
+AR HYDE 2009  4  1 13 45  0.000000  1    0.483726292132E-08                     
+AR IRKJ 2009  4  1 13 45  0.000000  1    0.163747365951E-03                     
+AR ISPA 2009  4  1 13 45  0.000000  1   -0.592798016514E-07                     
+AR KARR 2009  4  1 13 45  0.000000  1   -0.564551052099E-07                     
+AR KERG 2009  4  1 13 45  0.000000  1    0.817500865488E-03                     
+AR KHAJ 2009  4  1 13 45  0.000000  1   -0.150786548166E-05                     
+AR KIR0 2009  4  1 13 45  0.000000  1    0.282973238261E-03                     
+AR KIRU 2009  4  1 13 45  0.000000  1    0.591371238388E-03                     
+AR KIT3 2009  4  1 13 45  0.000000  1   -0.954443619345E-08                     
+AR KOUR 2009  4  1 13 45  0.000000  1    0.125014328032E-03                     
+AR KUNM 2009  4  1 13 45  0.000000  1    0.462430239447E-08                     
+AR LHAZ 2009  4  1 13 45  0.000000  1   -0.541765437953E-04                     
+AR MAL2 2009  4  1 13 45  0.000000  1   -0.103051650287E-08                     
+AR MAS1 2009  4  1 13 45  0.000000  1   -0.101618169455E-03                     
+AR MAW1 2009  4  1 13 45  0.000000  1    0.384835457211E-08                     
+AR MCIL 2009  4  1 13 45  0.000000  1    0.255538150096E-07                     
+AR MCM4 2009  4  1 13 45  0.000000  1   -0.535979445090E-07                     
+AR MDO1 2009  4  1 13 45  0.000000  1   -0.469657270471E-07                     
+AR MDVJ 2009  4  1 13 45  0.000000  1    0.438552192385E-03                     
+AR MKEA 2009  4  1 13 45  0.000000  1   -0.361392998630E-07                     
+AR MOBS 2009  4  1 13 45  0.000000  1    0.204495888416E-08                     
+AR NANO 2009  4  1 13 45  0.000000  1    0.670171297897E-08                     
+AR NLIB 2009  4  1 13 45  0.000000  1   -0.117681728796E-06                     
+AR NNOR 2009  4  1 13 45  0.000000  1    0.365796874971E-03                     
+AR NRC1 2009  4  1 13 45  0.000000  1   -0.448560065329E-05                     
+AR NRIL 2009  4  1 13 45  0.000000  1   -0.451639782918E-07                     
+AR NRMD 2009  4  1 13 45  0.000000  1    0.276209091438E-07                     
+AR NTUS 2009  4  1 13 45  0.000000  1   -0.287601142108E-08                     
+AR NYAL 2009  4  1 13 45  0.000000  1    0.945463175726E-07                     
+AR OHI3 2009  4  1 13 45  0.000000  1   -0.366654948246E-03                     
+AR ONSA 2009  4  1 13 45  0.000000  1   -0.324792738309E-04                     
+AR PDEL 2009  4  1 13 45  0.000000  1   -0.265180769076E-08                     
+AR PERT 2009  4  1 13 45  0.000000  1   -0.423335650976E-07                     
+AR PETP 2009  4  1 13 45  0.000000  1   -0.551543696692E-07                     
+AR PIMO 2009  4  1 13 45  0.000000  1   -0.558193114836E-07                     
+AR QAQ1 2009  4  1 13 45  0.000000  1   -0.612075872580E-07                     
+AR QUIN 2009  4  1 13 45  0.000000  1   -0.478448703492E-07                     
+AR RABT 2009  4  1 13 45  0.000000  1   -0.666618450826E-07                     
+AR RAMO 2009  4  1 13 45  0.000000  1    0.434968294645E-07                     
+AR RCMN 2009  4  1 13 45  0.000000  1    0.731688948826E-08                     
+AR REDU 2009  4  1 13 45  0.000000  1   -0.617044048608E-07                     
+AR REUN 2009  4  1 13 45  0.000000  1    0.303404255627E-07                     
+AR REYK 2009  4  1 13 45  0.000000  1    0.247637462262E-04                     
+AR SCH2 2009  4  1 13 45  0.000000  1    0.189257404518E-03                     
+AR SCUB 2009  4  1 13 45  0.000000  1   -0.839246329019E-07                     
+AR STJO 2009  4  1 13 45  0.000000  1   -0.704756846341E-05                     
+AR SYDN 2009  4  1 13 45  0.000000  1    0.141058721144E-05                     
+AR SYOG 2009  4  1 13 45  0.000000  1    0.140097789005E-04                     
+AR THU2 2009  4  1 13 45  0.000000  1    0.428187290148E-03                     
+AR TOW2 2009  4  1 13 45  0.000000  1    0.122440067977E-08                     
+AR URUM 2009  4  1 13 45  0.000000  1    0.238781926828E-04                     
+AR VESL 2009  4  1 13 45  0.000000  1    0.425383621966E-03                     
+AR VILL 2009  4  1 13 45  0.000000  1   -0.738883643490E-07                     
+AR WTZR 2009  4  1 13 45  0.000000  1    0.454179431826E-07                     
+AR WUHN 2009  4  1 13 45  0.000000  1   -0.607710511530E-07                     
+AR YSSK 2009  4  1 13 45  0.000000  1   -0.624553949757E-07                     
+AR ZIM2 2009  4  1 13 45  0.000000  1    0.363625580245E-07                     
+AR XMIS 2009  4  1 13 45  0.000000  1   -0.124604056190E-08                     
+AR GODZ 2009  4  1 13 45  0.000000  1   -0.469120150804E-03                     
+AR MTKA 2009  4  1 13 45  0.000000  1   -0.592966693359E-07                     
+AR TIXJ 2009  4  1 13 45  0.000000  1    0.450959728676E-04                     
+AR PARK 2009  4  1 13 45  0.000000  1    0.806732318077E-06                     
+AR UNBJ 2009  4  1 13 45  0.000000  1   -0.455563299321E-03                     
+AR NOVM 2009  4  1 13 45  0.000000  1    0.798329238307E-04                     
+AR SUNM 2009  4  1 13 45  0.000000  1    0.750396931381E-04                     
+AR CEBR 2009  4  1 13 45  0.000000  1    0.719431360392E-03                     
+AR CPXF 2009  4  1 13 45  0.000000  1    0.119968142533E-08                     
+AR IDDR 2009  4  1 13 45  0.000000  1    0.750507605281E-08                     
+AR AZGB 2009  4  1 13 45  0.000000  1    0.341238974262E-03                     
+AR TN22 2009  4  1 13 45  0.000000  1   -0.428676179751E-03                     
+AR ETAD 2009  4  1 13 45  0.000000  1    0.197506454845E-07                     
+AR ILHA 2009  4  1 13 45  0.000000  1    0.276027868643E-08                     
+AR POVE 2009  4  1 13 45  0.000000  1   -0.265193896078E-09                     
+AR RECF 2009  4  1 13 45  0.000000  1    0.254604415730E-07                     
+AR SALU 2009  4  1 13 45  0.000000  1    0.303467439350E-07                     
+AR SAVO 2009  4  1 13 45  0.000000  1    0.299322250249E-07                     
+AR UFPR 2009  4  1 13 45  0.000000  1    0.273123046817E-07                     
+AR YELL 2009  4  1 13 45  0.000000  1    0.244766000000E-06                     
+AS G32  2009  4  1 13 50  0.000000  1    0.280151140734E-03                     
+AS G24  2009  4  1 13 50  0.000000  1    0.177854868588E-03                     
+AS G25  2009  4  1 13 50  0.000000  1    0.334676743452E-03                     
+AS G26  2009  4  1 13 50  0.000000  1    0.544705155399E-04                     
+AS G27  2009  4  1 13 50  0.000000  1    0.371614651164E-04                     
+AS G30  2009  4  1 13 50  0.000000  1    0.136273879777E-03                     
+AS G03  2009  4  1 13 50  0.000000  1    0.373499884298E-03                     
+AS G04  2009  4  1 13 50  0.000000  1   -0.348004782960E-04                     
+AS G06  2009  4  1 13 50  0.000000  1    0.603348105850E-04                     
+AS G08  2009  4  1 13 50  0.000000  1   -0.196554103346E-03                     
+AS G09  2009  4  1 13 50  0.000000  1    0.484757650931E-04                     
+AS G10  2009  4  1 13 50  0.000000  1   -0.136312830337E-04                     
+AS G14  2009  4  1 13 50  0.000000  1   -0.132357325233E-03                     
+AS G13  2009  4  1 13 50  0.000000  1    0.293270859370E-03                     
+AS G28  2009  4  1 13 50  0.000000  1   -0.238316932131E-04                     
+AS G21  2009  4  1 13 50  0.000000  1    0.215117098159E-04                     
+AS G11  2009  4  1 13 50  0.000000  1    0.274270056042E-05                     
+AS G22  2009  4  1 13 50  0.000000  1    0.202421996811E-03                     
+AS G20  2009  4  1 13 50  0.000000  1    0.865507699957E-04                     
+AS G18  2009  4  1 13 50  0.000000  1   -0.695000026756E-04                     
+AS G16  2009  4  1 13 50  0.000000  1    0.629780353650E-04                     
+AS G19  2009  4  1 13 50  0.000000  1    0.293512020103E-04                     
+AS G23  2009  4  1 13 50  0.000000  1    0.388990651954E-03                     
+AS G02  2009  4  1 13 50  0.000000  1    0.153926834185E-03                     
+AS G31  2009  4  1 13 50  0.000000  1   -0.564803547718E-04                     
+AS G17  2009  4  1 13 50  0.000000  1    0.524499492458E-04                     
+AS G12  2009  4  1 13 50  0.000000  1   -0.299496201145E-03                     
+AS G15  2009  4  1 13 50  0.000000  1   -0.276040639961E-03                     
+AS G29  2009  4  1 13 50  0.000000  1    0.488189044951E-05                     
+AS G07  2009  4  1 13 50  0.000000  1    0.209763949434E-04                     
+AS R02  2009  4  1 13 50  0.000000  1    0.206318156063E-04                     
+AS R03  2009  4  1 13 50  0.000000  1   -0.343011179545E-04                     
+AS R04  2009  4  1 13 50  0.000000  1    0.637579067629E-04                     
+AS R06  2009  4  1 13 50  0.000000  1   -0.169257401840E-03                     
+AS R07  2009  4  1 13 50  0.000000  1   -0.891796191225E-04                     
+AS R08  2009  4  1 13 50  0.000000  1   -0.101992208862E-03                     
+AS R10  2009  4  1 13 50  0.000000  1   -0.140832873683E-03                     
+AS R11  2009  4  1 13 50  0.000000  1   -0.926354923350E-04                     
+AS R13  2009  4  1 13 50  0.000000  1   -0.230652237825E-03                     
+AS R14  2009  4  1 13 50  0.000000  1   -0.795901416683E-04                     
+AS R15  2009  4  1 13 50  0.000000  1    0.921153578638E-04                     
+AS R17  2009  4  1 13 50  0.000000  1   -0.261271540109E-03                     
+AS R18  2009  4  1 13 50  0.000000  1   -0.135544159356E-05                     
+AS R19  2009  4  1 13 50  0.000000  1   -0.894306697545E-04                     
+AS R20  2009  4  1 13 50  0.000000  1   -0.650144781343E-04                     
+AS R21  2009  4  1 13 50  0.000000  1   -0.143352412311E-03                     
+AS R22  2009  4  1 13 50  0.000000  1   -0.201597656752E-03                     
+AS R23  2009  4  1 13 50  0.000000  1   -0.200271339523E-03                     
+AR ALGO 2009  4  1 13 50  0.000000  1    0.810061778635E-04                     
+AR ALIC 2009  4  1 13 50  0.000000  1    0.310332138276E-08                     
+AR AMC2 2009  4  1 13 50  0.000000  1    0.170322833340E-08                     
+AR ANKR 2009  4  1 13 50  0.000000  1   -0.481067263724E-03                     
+AR ARTU 2009  4  1 13 50  0.000000  1   -0.772104803963E-07                     
+AR ASPA 2009  4  1 13 50  0.000000  1    0.235091266143E-07                     
+AR BHR1 2009  4  1 13 50  0.000000  1    0.563383114454E-03                     
+AR BARH 2009  4  1 13 50  0.000000  1    0.921649580844E-08                     
+AR BJFS 2009  4  1 13 50  0.000000  1   -0.616728503526E-07                     
+AR BOGT 2009  4  1 13 50  0.000000  1   -0.484463296070E-07                     
+AR BRMU 2009  4  1 13 50  0.000000  1   -0.233089549653E-03                     
+AR CAGZ 2009  4  1 13 50  0.000000  1   -0.298341922562E-03                     
+AR CAS1 2009  4  1 13 50  0.000000  1    0.720719772479E-08                     
+AR CHAT 2009  4  1 13 50  0.000000  1   -0.570902548470E-07                     
+AR CHPI 2009  4  1 13 50  0.000000  1   -0.600196569478E-07                     
+AR COCO 2009  4  1 13 50  0.000000  1    0.227676045858E-03                     
+AR CONZ 2009  4  1 13 50  0.000000  1    0.128495015547E-03                     
+AR CRAR 2009  4  1 13 50  0.000000  1    0.352479298762E-03                     
+AR CRO1 2009  4  1 13 50  0.000000  1    0.665105968054E-03                     
+AR DAEJ 2009  4  1 13 50  0.000000  1   -0.196549703879E-03                     
+AR DARW 2009  4  1 13 50  0.000000  1   -0.266594742403E-08                     
+AR DGAR 2009  4  1 13 50  0.000000  1   -0.688520694165E-07                     
+AR DRAO 2009  4  1 13 50  0.000000  1    0.115182738581E-03                     
+AR FAA1 2009  4  1 13 50  0.000000  1   -0.671367445834E-08                     
+AR FAIR 2009  4  1 13 50  0.000000  1   -0.543341771105E-07                     
+AR GLPS 2009  4  1 13 50  0.000000  1   -0.623937048484E-07                     
+AR GUAM 2009  4  1 13 50  0.000000  1   -0.617099183780E-07                     
+AR GUAT 2009  4  1 13 50  0.000000  1    0.157838805618E-07                     
+AR HOB2 2009  4  1 13 50  0.000000  1    0.883149947619E-07                     
+AR HOFN 2009  4  1 13 50  0.000000  1   -0.134616319766E-04                     
+AR HOLM 2009  4  1 13 50  0.000000  1   -0.513611424450E-07                     
+AR HRAO 2009  4  1 13 50  0.000000  1    0.849466429190E-03                     
+AR HYDE 2009  4  1 13 50  0.000000  1    0.501338626069E-08                     
+AR IRKJ 2009  4  1 13 50  0.000000  1    0.163747345703E-03                     
+AR ISPA 2009  4  1 13 50  0.000000  1   -0.597545024021E-07                     
+AR KARR 2009  4  1 13 50  0.000000  1   -0.581571292854E-07                     
+AR KERG 2009  4  1 13 50  0.000000  1    0.817500764595E-03                     
+AR KHAJ 2009  4  1 13 50  0.000000  1   -0.150786671091E-05                     
+AR KIR0 2009  4  1 13 50  0.000000  1    0.282966499166E-03                     
+AR KIRU 2009  4  1 13 50  0.000000  1    0.591383988635E-03                     
+AR KIT3 2009  4  1 13 50  0.000000  1   -0.194794668383E-07                     
+AR KOUR 2009  4  1 13 50  0.000000  1    0.125014303161E-03                     
+AR KUNM 2009  4  1 13 50  0.000000  1   -0.653917358093E-08                     
+AR LHAZ 2009  4  1 13 50  0.000000  1   -0.378916566227E-04                     
+AR MAL2 2009  4  1 13 50  0.000000  1   -0.818487957797E-08                     
+AR MAS1 2009  4  1 13 50  0.000000  1   -0.101618319214E-03                     
+AR MAW1 2009  4  1 13 50  0.000000  1    0.251674771231E-08                     
+AR MCIL 2009  4  1 13 50  0.000000  1    0.267760903419E-07                     
+AR MCM4 2009  4  1 13 50  0.000000  1   -0.561849353798E-07                     
+AR MDO1 2009  4  1 13 50  0.000000  1   -0.438569197594E-07                     
+AR MDVJ 2009  4  1 13 50  0.000000  1    0.438552175299E-03                     
+AR MKEA 2009  4  1 13 50  0.000000  1   -0.354722485218E-07                     
+AR MOBS 2009  4  1 13 50  0.000000  1    0.434642197699E-08                     
+AR NANO 2009  4  1 13 50  0.000000  1    0.399396814001E-08                     
+AR NLIB 2009  4  1 13 50  0.000000  1   -0.117647111879E-06                     
+AR NNOR 2009  4  1 13 50  0.000000  1    0.365796770579E-03                     
+AR NRC1 2009  4  1 13 50  0.000000  1   -0.448559346012E-05                     
+AR NRIL 2009  4  1 13 50  0.000000  1   -0.332580456734E-07                     
+AR NRMD 2009  4  1 13 50  0.000000  1    0.278983443340E-07                     
+AR NTUS 2009  4  1 13 50  0.000000  1   -0.532904403958E-09                     
+AR NYAL 2009  4  1 13 50  0.000000  1    0.945524695198E-07                     
+AR OHI3 2009  4  1 13 50  0.000000  1   -0.251199736904E-03                     
+AR ONSA 2009  4  1 13 50  0.000000  1   -0.324793270438E-04                     
+AR PDEL 2009  4  1 13 50  0.000000  1   -0.402987548134E-08                     
+AR PERT 2009  4  1 13 50  0.000000  1   -0.437812658825E-07                     
+AR PETP 2009  4  1 13 50  0.000000  1   -0.612093008608E-07                     
+AR PIMO 2009  4  1 13 50  0.000000  1   -0.544886295623E-07                     
+AR QAQ1 2009  4  1 13 50  0.000000  1   -0.596204703544E-07                     
+AR QUIN 2009  4  1 13 50  0.000000  1   -0.491653507226E-07                     
+AR RABT 2009  4  1 13 50  0.000000  1   -0.735323795483E-07                     
+AR RAMO 2009  4  1 13 50  0.000000  1    0.103775173453E-06                     
+AR RCMN 2009  4  1 13 50  0.000000  1    0.815314544262E-08                     
+AR REDU 2009  4  1 13 50  0.000000  1   -0.661845931603E-07                     
+AR REUN 2009  4  1 13 50  0.000000  1    0.294095811944E-07                     
+AR REYK 2009  4  1 13 50  0.000000  1    0.376709547179E-04                     
+AR SCH2 2009  4  1 13 50  0.000000  1    0.189274059087E-03                     
+AR SCUB 2009  4  1 13 50  0.000000  1   -0.869973512640E-07                     
+AR STJO 2009  4  1 13 50  0.000000  1   -0.704786996692E-05                     
+AR SYDN 2009  4  1 13 50  0.000000  1    0.141047701890E-05                     
+AR SYOG 2009  4  1 13 50  0.000000  1    0.140096750392E-04                     
+AR THU2 2009  4  1 13 50  0.000000  1    0.426185048354E-03                     
+AR TOW2 2009  4  1 13 50  0.000000  1    0.715208388587E-09                     
+AR URUM 2009  4  1 13 50  0.000000  1   -0.533398494115E-04                     
+AR VESL 2009  4  1 13 50  0.000000  1    0.462247998639E-03                     
+AR VILL 2009  4  1 13 50  0.000000  1   -0.762827829746E-07                     
+AR WTZR 2009  4  1 13 50  0.000000  1    0.454286506140E-07                     
+AR WUHN 2009  4  1 13 50  0.000000  1   -0.545950594067E-07                     
+AR YSSK 2009  4  1 13 50  0.000000  1   -0.698127316601E-07                     
+AR ZIM2 2009  4  1 13 50  0.000000  1    0.365523653433E-07                     
+AR XMIS 2009  4  1 13 50  0.000000  1   -0.596532647513E-09                     
+AR GODZ 2009  4  1 13 50  0.000000  1   -0.469120126555E-03                     
+AR MTKA 2009  4  1 13 50  0.000000  1   -0.545332739139E-07                     
+AR TIXJ 2009  4  1 13 50  0.000000  1    0.424035151022E-04                     
+AR PARK 2009  4  1 13 50  0.000000  1    0.806755656150E-06                     
+AR UNBJ 2009  4  1 13 50  0.000000  1    0.469110995255E-03                     
+AR NOVM 2009  4  1 13 50  0.000000  1    0.798329050068E-04                     
+AR SUNM 2009  4  1 13 50  0.000000  1   -0.813356300021E-04                     
+AR CEBR 2009  4  1 13 50  0.000000  1    0.719431340592E-03                     
+AR CPXF 2009  4  1 13 50  0.000000  1    0.309767878603E-08                     
+AR IDDR 2009  4  1 13 50  0.000000  1    0.962025395479E-08                     
+AR AZGB 2009  4  1 13 50  0.000000  1    0.201842197933E-03                     
+AR TN22 2009  4  1 13 50  0.000000  1    0.494614932633E-03                     
+AR ETAD 2009  4  1 13 50  0.000000  1    0.180845303021E-07                     
+AR ILHA 2009  4  1 13 50  0.000000  1    0.235336853530E-08                     
+AR POVE 2009  4  1 13 50  0.000000  1    0.643005527707E-09                     
+AR RECF 2009  4  1 13 50  0.000000  1    0.245440676993E-07                     
+AR SALU 2009  4  1 13 50  0.000000  1    0.308003551381E-07                     
+AR SAVO 2009  4  1 13 50  0.000000  1    0.282447313802E-07                     
+AR UFPR 2009  4  1 13 50  0.000000  1    0.286630905759E-07                     
+AR YELL 2009  4  1 13 50  0.000000  1    0.244836000000E-06                     
+AS G32  2009  4  1 13 55  0.000000  1    0.280149879071E-03                     
+AS G24  2009  4  1 13 55  0.000000  1    0.177855613154E-03                     
+AS G25  2009  4  1 13 55  0.000000  1    0.334683297856E-03                     
+AS G26  2009  4  1 13 55  0.000000  1    0.544712508266E-04                     
+AS G27  2009  4  1 13 55  0.000000  1    0.371625229534E-04                     
+AS G30  2009  4  1 13 55  0.000000  1    0.136274632639E-03                     
+AS G03  2009  4  1 13 55  0.000000  1    0.373501749062E-03                     
+AS G04  2009  4  1 13 55  0.000000  1   -0.348048302255E-04                     
+AS G06  2009  4  1 13 55  0.000000  1    0.603401977080E-04                     
+AS G08  2009  4  1 13 55  0.000000  1   -0.196554736136E-03                     
+AS G09  2009  4  1 13 55  0.000000  1    0.484764730946E-04                     
+AS G10  2009  4  1 13 55  0.000000  1   -0.136314531399E-04                     
+AS G14  2009  4  1 13 55  0.000000  1   -0.132355767529E-03                     
+AS G13  2009  4  1 13 55  0.000000  1    0.293271271987E-03                     
+AS G28  2009  4  1 13 55  0.000000  1   -0.238316259345E-04                     
+AS G21  2009  4  1 13 55  0.000000  1    0.215110951917E-04                     
+AS G11  2009  4  1 13 55  0.000000  1    0.274230116891E-05                     
+AS G22  2009  4  1 13 55  0.000000  1    0.202422011637E-03                     
+AS G20  2009  4  1 13 55  0.000000  1    0.865503800105E-04                     
+AS G18  2009  4  1 13 55  0.000000  1   -0.694988451494E-04                     
+AS G16  2009  4  1 13 55  0.000000  1    0.629771170184E-04                     
+AS G19  2009  4  1 13 55  0.000000  1    0.293510482979E-04                     
+AS G23  2009  4  1 13 55  0.000000  1    0.388990960807E-03                     
+AS G02  2009  4  1 13 55  0.000000  1    0.153926749794E-03                     
+AS G31  2009  4  1 13 55  0.000000  1   -0.564806551959E-04                     
+AS G17  2009  4  1 13 55  0.000000  1    0.524504239245E-04                     
+AS G12  2009  4  1 13 55  0.000000  1   -0.299495066425E-03                     
+AS G15  2009  4  1 13 55  0.000000  1   -0.276041921394E-03                     
+AS G29  2009  4  1 13 55  0.000000  1    0.488314279797E-05                     
+AS G07  2009  4  1 13 55  0.000000  1    0.209762759318E-04                     
+AS R02  2009  4  1 13 55  0.000000  1    0.206309227001E-04                     
+AS R03  2009  4  1 13 55  0.000000  1   -0.343021031251E-04                     
+AS R04  2009  4  1 13 55  0.000000  1    0.637547882487E-04                     
+AS R06  2009  4  1 13 55  0.000000  1   -0.169257829913E-03                     
+AS R07  2009  4  1 13 55  0.000000  1   -0.891790409002E-04                     
+AS R08  2009  4  1 13 55  0.000000  1   -0.101991964837E-03                     
+AS R10  2009  4  1 13 55  0.000000  1   -0.140832490779E-03                     
+AS R11  2009  4  1 13 55  0.000000  1   -0.926358363627E-04                     
+AS R13  2009  4  1 13 55  0.000000  1   -0.230652226096E-03                     
+AS R14  2009  4  1 13 55  0.000000  1   -0.795895387840E-04                     
+AS R15  2009  4  1 13 55  0.000000  1    0.921156088693E-04                     
+AS R17  2009  4  1 13 55  0.000000  1   -0.261272038319E-03                     
+AS R18  2009  4  1 13 55  0.000000  1   -0.135572308283E-05                     
+AS R19  2009  4  1 13 55  0.000000  1   -0.894307991080E-04                     
+AS R20  2009  4  1 13 55  0.000000  1   -0.650141624515E-04                     
+AS R21  2009  4  1 13 55  0.000000  1   -0.143352434522E-03                     
+AS R22  2009  4  1 13 55  0.000000  1   -0.201598443535E-03                     
+AS R23  2009  4  1 13 55  0.000000  1   -0.200269156594E-03                     
+AR ALGO 2009  4  1 13 55  0.000000  1    0.810088504123E-04                     
+AR ALIC 2009  4  1 13 55  0.000000  1    0.465712795526E-08                     
+AR AMC2 2009  4  1 13 55  0.000000  1    0.171049497879E-08                     
+AR ANKR 2009  4  1 13 55  0.000000  1   -0.417277533544E-03                     
+AR ARTU 2009  4  1 13 55  0.000000  1   -0.757666593690E-07                     
+AR ASPA 2009  4  1 13 55  0.000000  1    0.228446986159E-07                     
+AR BHR1 2009  4  1 13 55  0.000000  1    0.563383059825E-03                     
+AR BARH 2009  4  1 13 55  0.000000  1    0.661351864300E-08                     
+AR BJFS 2009  4  1 13 55  0.000000  1   -0.601776248817E-07                     
+AR BOGT 2009  4  1 13 55  0.000000  1   -0.510812895600E-07                     
+AR BRMU 2009  4  1 13 55  0.000000  1    0.262324432644E-03                     
+AR CAGZ 2009  4  1 13 55  0.000000  1   -0.746520776442E-04                     
+AR CAS1 2009  4  1 13 55  0.000000  1    0.679642387527E-08                     
+AR CHAT 2009  4  1 13 55  0.000000  1   -0.561368779851E-07                     
+AR CHPI 2009  4  1 13 55  0.000000  1   -0.666928940440E-07                     
+AR COCO 2009  4  1 13 55  0.000000  1    0.227676885066E-03                     
+AR CONZ 2009  4  1 13 55  0.000000  1    0.445141639921E-05                     
+AR CRAR 2009  4  1 13 55  0.000000  1    0.327413283759E-03                     
+AR CRO1 2009  4  1 13 55  0.000000  1    0.665106040515E-03                     
+AR DAEJ 2009  4  1 13 55  0.000000  1   -0.196549164682E-03                     
+AR DARW 2009  4  1 13 55  0.000000  1   -0.253311858939E-08                     
+AR DGAR 2009  4  1 13 55  0.000000  1   -0.695498469267E-07                     
+AR DRAO 2009  4  1 13 55  0.000000  1    0.115219654147E-03                     
+AR FAA1 2009  4  1 13 55  0.000000  1   -0.227616341164E-08                     
+AR FAIR 2009  4  1 13 55  0.000000  1   -0.559867663677E-07                     
+AR GLPS 2009  4  1 13 55  0.000000  1   -0.670954773029E-07                     
+AR GUAM 2009  4  1 13 55  0.000000  1   -0.587400152833E-07                     
+AR GUAT 2009  4  1 13 55  0.000000  1    0.167862960005E-07                     
+AR HOB2 2009  4  1 13 55  0.000000  1    0.883484789302E-07                     
+AR HOFN 2009  4  1 13 55  0.000000  1    0.640744665244E-04                     
+AR HOLM 2009  4  1 13 55  0.000000  1   -0.523439085895E-07                     
+AR HRAO 2009  4  1 13 55  0.000000  1    0.849466512170E-03                     
+AR HYDE 2009  4  1 13 55  0.000000  1    0.304843881992E-08                     
+AR IRKJ 2009  4  1 13 55  0.000000  1    0.163747341780E-03                     
+AR ISPA 2009  4  1 13 55  0.000000  1   -0.625865560804E-07                     
+AR KARR 2009  4  1 13 55  0.000000  1   -0.564056179870E-07                     
+AR KERG 2009  4  1 13 55  0.000000  1    0.817500585462E-03                     
+AR KHAJ 2009  4  1 13 55  0.000000  1   -0.150785228440E-05                     
+AR KIR0 2009  4  1 13 55  0.000000  1    0.282959695126E-03                     
+AR KIRU 2009  4  1 13 55  0.000000  1    0.591405002657E-03                     
+AR KIT3 2009  4  1 13 55  0.000000  1   -0.120986618645E-07                     
+AR KOUR 2009  4  1 13 55  0.000000  1    0.125014321778E-03                     
+AR KUNM 2009  4  1 13 55  0.000000  1   -0.129060366355E-08                     
+AR LHAZ 2009  4  1 13 55  0.000000  1   -0.215474064771E-04                     
+AR MAL2 2009  4  1 13 55  0.000000  1   -0.340418706113E-08                     
+AR MAS1 2009  4  1 13 55  0.000000  1   -0.101618443387E-03                     
+AR MAW1 2009  4  1 13 55  0.000000  1    0.756419241493E-08                     
+AR MCIL 2009  4  1 13 55  0.000000  1    0.271677450514E-07                     
+AR MCM4 2009  4  1 13 55  0.000000  1   -0.525794610134E-07                     
+AR MDO1 2009  4  1 13 55  0.000000  1   -0.430846958654E-07                     
+AR MDVJ 2009  4  1 13 55  0.000000  1    0.438552186058E-03                     
+AR MKEA 2009  4  1 13 55  0.000000  1   -0.346637269221E-07                     
+AR MOBS 2009  4  1 13 55  0.000000  1    0.367148928490E-08                     
+AR NANO 2009  4  1 13 55  0.000000  1    0.173795283274E-08                     
+AR NLIB 2009  4  1 13 55  0.000000  1   -0.117620954479E-06                     
+AR NNOR 2009  4  1 13 55  0.000000  1    0.365796647553E-03                     
+AR NRC1 2009  4  1 13 55  0.000000  1   -0.448556389499E-05                     
+AR NRIL 2009  4  1 13 55  0.000000  1   -0.456778660026E-07                     
+AR NRMD 2009  4  1 13 55  0.000000  1    0.241987112474E-07                     
+AR NTUS 2009  4  1 13 55  0.000000  1   -0.132831649895E-08                     
+AR NYAL 2009  4  1 13 55  0.000000  1    0.945623356107E-07                     
+AR OHI3 2009  4  1 13 55  0.000000  1   -0.135670212764E-03                     
+AR ONSA 2009  4  1 13 55  0.000000  1   -0.324793823459E-04                     
+AR PDEL 2009  4  1 13 55  0.000000  1   -0.989334372769E-08                     
+AR PERT 2009  4  1 13 55  0.000000  1   -0.421607330239E-07                     
+AR PETP 2009  4  1 13 55  0.000000  1   -0.614051650202E-07                     
+AR PIMO 2009  4  1 13 55  0.000000  1   -0.529283480191E-07                     
+AR QAQ1 2009  4  1 13 55  0.000000  1   -0.604429587758E-07                     
+AR QUIN 2009  4  1 13 55  0.000000  1   -0.490645312284E-07                     
+AR RABT 2009  4  1 13 55  0.000000  1   -0.687552502839E-07                     
+AR RAMO 2009  4  1 13 55  0.000000  1   -0.213628978764E-07                     
+AR RCMN 2009  4  1 13 55  0.000000  1    0.809981183310E-08                     
+AR REDU 2009  4  1 13 55  0.000000  1   -0.648158294232E-07                     
+AR REUN 2009  4  1 13 55  0.000000  1    0.281533900265E-07                     
+AR REYK 2009  4  1 13 55  0.000000  1    0.506980648171E-04                     
+AR SCH2 2009  4  1 13 55  0.000000  1    0.189290396700E-03                     
+AR SCUB 2009  4  1 13 55  0.000000  1   -0.858167211373E-07                     
+AR STJO 2009  4  1 13 55  0.000000  1   -0.704815166178E-05                     
+AR SYDN 2009  4  1 13 55  0.000000  1    0.141057861644E-05                     
+AR SYOG 2009  4  1 13 55  0.000000  1    0.140099445501E-04                     
+AR THU2 2009  4  1 13 55  0.000000  1    0.424182899429E-03                     
+AR TOW2 2009  4  1 13 55  0.000000  1   -0.406217664235E-08                     
+AR URUM 2009  4  1 13 55  0.000000  1   -0.130515991376E-03                     
+AR VESL 2009  4  1 13 55  0.000000  1    0.499041945329E-03                     
+AR VILL 2009  4  1 13 55  0.000000  1   -0.760495478593E-07                     
+AR WTZR 2009  4  1 13 55  0.000000  1    0.454377198111E-07                     
+AR WUHN 2009  4  1 13 55  0.000000  1   -0.644112694563E-07                     
+AR YSSK 2009  4  1 13 55  0.000000  1   -0.699597063851E-07                     
+AR ZIM2 2009  4  1 13 55  0.000000  1    0.338257592596E-07                     
+AR XMIS 2009  4  1 13 55  0.000000  1   -0.127255163687E-08                     
+AR GODZ 2009  4  1 13 55  0.000000  1   -0.469120095974E-03                     
+AR MTKA 2009  4  1 13 55  0.000000  1   -0.574690952842E-07                     
+AR TIXJ 2009  4  1 13 55  0.000000  1    0.397188585100E-04                     
+AR PARK 2009  4  1 13 55  0.000000  1    0.806899706401E-06                     
+AR UNBJ 2009  4  1 13 55  0.000000  1    0.393914830023E-03                     
+AR NOVM 2009  4  1 13 55  0.000000  1    0.798328795637E-04                     
+AR SUNM 2009  4  1 13 55  0.000000  1   -0.238161791497E-03                     
+AR CEBR 2009  4  1 13 55  0.000000  1    0.719431360984E-03                     
+AR CPXF 2009  4  1 13 55  0.000000  1    0.300941847454E-08                     
+AR IDDR 2009  4  1 13 55  0.000000  1    0.826256226947E-08                     
+AR AZGB 2009  4  1 13 55  0.000000  1    0.624369738288E-04                     
+AR TN22 2009  4  1 13 55  0.000000  1    0.417432698274E-03                     
+AR ETAD 2009  4  1 13 55  0.000000  1    0.183963701440E-07                     
+AR ILHA 2009  4  1 13 55  0.000000  1    0.291264989277E-08                     
+AR POVE 2009  4  1 13 55  0.000000  1    0.254816917359E-09                     
+AR RECF 2009  4  1 13 55  0.000000  1    0.243134718646E-07                     
+AR SALU 2009  4  1 13 55  0.000000  1    0.281799235042E-07                     
+AR SAVO 2009  4  1 13 55  0.000000  1    0.282915849843E-07                     
+AR UFPR 2009  4  1 13 55  0.000000  1    0.270807563809E-07                     
+AR YELL 2009  4  1 13 55  0.000000  1    0.244906000000E-06                     
+AS G32  2009  4  1 14  0  0.000000  1    0.280148542802E-03                     
+AS G24  2009  4  1 14  0  0.000000  1    0.177856885970E-03                     
+AS G25  2009  4  1 14  0  0.000000  1    0.334689890396E-03                     
+AS G26  2009  4  1 14  0  0.000000  1    0.544717663656E-04                     
+AS G27  2009  4  1 14  0  0.000000  1    0.371642700176E-04                     
+AS G30  2009  4  1 14  0  0.000000  1    0.136275917273E-03                     
+AS G03  2009  4  1 14  0  0.000000  1    0.373503894243E-03                     
+AS G04  2009  4  1 14  0  0.000000  1   -0.348093943526E-04                     
+AS G06  2009  4  1 14  0  0.000000  1    0.603456759663E-04                     
+AS G08  2009  4  1 14  0  0.000000  1   -0.196554929382E-03                     
+AS G09  2009  4  1 14  0  0.000000  1    0.484769480687E-04                     
+AS G10  2009  4  1 14  0  0.000000  1   -0.136322101591E-04                     
+AS G14  2009  4  1 14  0  0.000000  1   -0.132354007774E-03                     
+AS G13  2009  4  1 14  0  0.000000  1    0.293271700641E-03                     
+AS G28  2009  4  1 14  0  0.000000  1   -0.238318280424E-04                     
+AS G21  2009  4  1 14  0  0.000000  1    0.215104728493E-04                     
+AS G11  2009  4  1 14  0  0.000000  1    0.274175446323E-05                     
+AS G22  2009  4  1 14  0  0.000000  1    0.202421864733E-03                     
+AS G20  2009  4  1 14  0  0.000000  1    0.865502494917E-04                     
+AS G18  2009  4  1 14  0  0.000000  1   -0.694978239466E-04                     
+AS G16  2009  4  1 14  0  0.000000  1    0.629760897101E-04                     
+AS G19  2009  4  1 14  0  0.000000  1    0.293506748363E-04                     
+AS G23  2009  4  1 14  0  0.000000  1    0.388990942240E-03                     
+AS G02  2009  4  1 14  0  0.000000  1    0.153926615697E-03                     
+AS G31  2009  4  1 14  0  0.000000  1   -0.564808502912E-04                     
+AS G17  2009  4  1 14  0  0.000000  1    0.524508022697E-04                     
+AS G12  2009  4  1 14  0  0.000000  1   -0.299493527443E-03                     
+AS G15  2009  4  1 14  0  0.000000  1   -0.276043132016E-03                     
+AS G29  2009  4  1 14  0  0.000000  1    0.488422582137E-05                     
+AS G07  2009  4  1 14  0  0.000000  1    0.209759750396E-04                     
+AS R02  2009  4  1 14  0  0.000000  1    0.206298877436E-04                     
+AS R03  2009  4  1 14  0  0.000000  1   -0.343031621535E-04                     
+AS R04  2009  4  1 14  0  0.000000  1    0.637532387727E-04                     
+AS R06  2009  4  1 14  0  0.000000  1   -0.169256019327E-03                     
+AS R07  2009  4  1 14  0  0.000000  1   -0.891787734992E-04                     
+AS R08  2009  4  1 14  0  0.000000  1   -0.101991881287E-03                     
+AS R10  2009  4  1 14  0  0.000000  1   -0.140832329420E-03                     
+AS R11  2009  4  1 14  0  0.000000  1   -0.926356967201E-04                     
+AS R13  2009  4  1 14  0  0.000000  1   -0.230652520819E-03                     
+AS R14  2009  4  1 14  0  0.000000  1   -0.795884255978E-04                     
+AS R15  2009  4  1 14  0  0.000000  1    0.921159980319E-04                     
+AS R17  2009  4  1 14  0  0.000000  1   -0.261272392602E-03                     
+AS R18  2009  4  1 14  0  0.000000  1   -0.135571545738E-05                     
+AS R19  2009  4  1 14  0  0.000000  1   -0.894312791876E-04                     
+AS R20  2009  4  1 14  0  0.000000  1   -0.650142239881E-04                     
+AS R21  2009  4  1 14  0  0.000000  1   -0.143352776592E-03                     
+AS R22  2009  4  1 14  0  0.000000  1   -0.201599221908E-03                     
+AS R23  2009  4  1 14  0  0.000000  1   -0.200267518724E-03                     
+AR ALGO 2009  4  1 14  0  0.000000  1    0.810118699172E-04                     
+AR ALIC 2009  4  1 14  0  0.000000  1    0.543136088633E-08                     
+AR AMC2 2009  4  1 14  0  0.000000  1    0.172606338857E-08                     
+AR ANKR 2009  4  1 14  0  0.000000  1   -0.353595389836E-03                     
+AR ARTU 2009  4  1 14  0  0.000000  1   -0.771910740436E-07                     
+AR ASPA 2009  4  1 14  0  0.000000  1    0.220395461405E-07                     
+AR BHR1 2009  4  1 14  0  0.000000  1    0.563382938748E-03                     
+AR BARH 2009  4  1 14  0  0.000000  1    0.716751483526E-08                     
+AR BJFS 2009  4  1 14  0  0.000000  1   -0.653732985965E-07                     
+AR BOGT 2009  4  1 14  0  0.000000  1   -0.521763112248E-07                     
+AR BRMU 2009  4  1 14  0  0.000000  1   -0.241881450139E-03                     
+AR CAGZ 2009  4  1 14  0  0.000000  1    0.148983510173E-03                     
+AR CAS1 2009  4  1 14  0  0.000000  1    0.621963811123E-08                     
+AR CHAT 2009  4  1 14  0  0.000000  1   -0.564827178867E-07                     
+AR CHPI 2009  4  1 14  0  0.000000  1   -0.649669568978E-07                     
+AR COCO 2009  4  1 14  0  0.000000  1    0.227677581600E-03                     
+AR CONZ 2009  4  1 14  0  0.000000  1   -0.120096429349E-03                     
+AR CRAR 2009  4  1 14  0  0.000000  1    0.302355087988E-03                     
+AR CRO1 2009  4  1 14  0  0.000000  1    0.665106058701E-03                     
+AR DAEJ 2009  4  1 14  0  0.000000  1   -0.196548766095E-03                     
+AR DARW 2009  4  1 14  0  0.000000  1   -0.199693821978E-08                     
+AR DGAR 2009  4  1 14  0  0.000000  1   -0.687011669564E-07                     
+AR DRAO 2009  4  1 14  0  0.000000  1    0.115256315258E-03                     
+AR FAA1 2009  4  1 14  0  0.000000  1   -0.225728117139E-08                     
+AR FAIR 2009  4  1 14  0  0.000000  1   -0.548067032629E-07                     
+AR GLPS 2009  4  1 14  0  0.000000  1   -0.663016557164E-07                     
+AR GUAM 2009  4  1 14  0  0.000000  1   -0.573958747029E-07                     
+AR GUAT 2009  4  1 14  0  0.000000  1    0.139671530986E-07                     
+AR HOB2 2009  4  1 14  0  0.000000  1    0.883880118057E-07                     
+AR HOFN 2009  4  1 14  0  0.000000  1    0.141595347765E-03                     
+AR HOLM 2009  4  1 14  0  0.000000  1   -0.523046783705E-07                     
+AR HRAO 2009  4  1 14  0  0.000000  1    0.849466586951E-03                     
+AR HYDE 2009  4  1 14  0  0.000000  1    0.631228311283E-08                     
+AR IRKJ 2009  4  1 14  0  0.000000  1    0.163747329862E-03                     
+AR ISPA 2009  4  1 14  0  0.000000  1   -0.533896766564E-07                     
+AR KARR 2009  4  1 14  0  0.000000  1   -0.542108382824E-07                     
+AR KERG 2009  4  1 14  0  0.000000  1    0.817500955159E-03                     
+AR KHAJ 2009  4  1 14  0  0.000000  1   -0.150786378605E-05                     
+AR KIR0 2009  4  1 14  0  0.000000  1    0.282952913267E-03                     
+AR KIRU 2009  4  1 14  0  0.000000  1    0.591418935642E-03                     
+AR KIT3 2009  4  1 14  0  0.000000  1   -0.158553096590E-07                     
+AR KOUR 2009  4  1 14  0  0.000000  1    0.125014340664E-03                     
+AR KUNM 2009  4  1 14  0  0.000000  1   -0.556845879467E-08                     
+AR LHAZ 2009  4  1 14  0  0.000000  1   -0.508292579455E-05                     
+AR MAL2 2009  4  1 14  0  0.000000  1   -0.365032737540E-08                     
+AR MAS1 2009  4  1 14  0  0.000000  1   -0.101618476063E-03                     
+AR MAW1 2009  4  1 14  0  0.000000  1    0.458241227914E-08                     
+AR MCIL 2009  4  1 14  0  0.000000  1    0.275859800810E-07                     
+AR MCM4 2009  4  1 14  0  0.000000  1   -0.581969350410E-07                     
+AR MDO1 2009  4  1 14  0  0.000000  1   -0.417726633752E-07                     
+AR MDVJ 2009  4  1 14  0  0.000000  1    0.438552174215E-03                     
+AR MKEA 2009  4  1 14  0  0.000000  1   -0.341593634527E-07                     
+AR MOBS 2009  4  1 14  0  0.000000  1    0.207652995090E-08                     
+AR NANO 2009  4  1 14  0  0.000000  1    0.247274665588E-08                     
+AR NLIB 2009  4  1 14  0  0.000000  1   -0.117554277878E-06                     
+AR NNOR 2009  4  1 14  0  0.000000  1    0.365796777027E-03                     
+AR NRC1 2009  4  1 14  0  0.000000  1   -0.448551370712E-05                     
+AR NRIL 2009  4  1 14  0  0.000000  1   -0.478967467438E-07                     
+AR NRMD 2009  4  1 14  0  0.000000  1    0.236637534791E-07                     
+AR NTUS 2009  4  1 14  0  0.000000  1   -0.213350027863E-08                     
+AR NYAL 2009  4  1 14  0  0.000000  1    0.945929783730E-07                     
+AR OHI3 2009  4  1 14  0  0.000000  1   -0.200690198513E-04                     
+AR ONSA 2009  4  1 14  0  0.000000  1   -0.324794018032E-04                     
+AR PDEL 2009  4  1 14  0  0.000000  1   -0.103953375252E-07                     
+AR PERT 2009  4  1 14  0  0.000000  1   -0.428222261629E-07                     
+AR PETP 2009  4  1 14  0  0.000000  1   -0.598639591526E-07                     
+AR PIMO 2009  4  1 14  0  0.000000  1   -0.529568092074E-07                     
+AR QAQ1 2009  4  1 14  0  0.000000  1   -0.592250519339E-07                     
+AR QUIN 2009  4  1 14  0  0.000000  1   -0.510747663278E-07                     
+AR RABT 2009  4  1 14  0  0.000000  1   -0.695628283865E-07                     
+AR RAMO 2009  4  1 14  0  0.000000  1    0.927687680325E-08                     
+AR RCMN 2009  4  1 14  0  0.000000  1    0.900793930502E-08                     
+AR REDU 2009  4  1 14  0  0.000000  1   -0.674952105101E-07                     
+AR REUN 2009  4  1 14  0  0.000000  1    0.289878857069E-07                     
+AR REYK 2009  4  1 14  0  0.000000  1    0.639234788078E-04                     
+AR SCH2 2009  4  1 14  0  0.000000  1    0.189306731253E-03                     
+AR SCUB 2009  4  1 14  0  0.000000  1   -0.823523032437E-07                     
+AR STJO 2009  4  1 14  0  0.000000  1   -0.704843167072E-05                     
+AR SYDN 2009  4  1 14  0  0.000000  1    0.141052436116E-05                     
+AR SYOG 2009  4  1 14  0  0.000000  1    0.140096886359E-04                     
+AR THU2 2009  4  1 14  0  0.000000  1    0.422180678677E-03                     
+AR TOW2 2009  4  1 14  0  0.000000  1   -0.244897557668E-08                     
+AR URUM 2009  4  1 14  0  0.000000  1   -0.207612052692E-03                     
+AR VESL 2009  4  1 14  0  0.000000  1   -0.464285986713E-03                     
+AR VILL 2009  4  1 14  0  0.000000  1   -0.715249481642E-07                     
+AR WTZR 2009  4  1 14  0  0.000000  1    0.454711142494E-07                     
+AR WUHN 2009  4  1 14  0  0.000000  1   -0.634099132587E-07                     
+AR YSSK 2009  4  1 14  0  0.000000  1   -0.686048683652E-07                     
+AR ZIM2 2009  4  1 14  0  0.000000  1    0.342226127231E-07                     
+AR XMIS 2009  4  1 14  0  0.000000  1   -0.294826018503E-08                     
+AR GODZ 2009  4  1 14  0  0.000000  1   -0.469120074173E-03                     
+AR MTKA 2009  4  1 14  0  0.000000  1   -0.657417965550E-07                     
+AR TIXJ 2009  4  1 14  0  0.000000  1    0.370107122983E-04                     
+AR PARK 2009  4  1 14  0  0.000000  1    0.806952615578E-06                     
+AR UNBJ 2009  4  1 14  0  0.000000  1    0.318866431300E-03                     
+AR SUNM 2009  4  1 14  0  0.000000  1   -0.394631848722E-03                     
+AR CEBR 2009  4  1 14  0  0.000000  1    0.719431382020E-03                     
+AR CPXF 2009  4  1 14  0  0.000000  1    0.476095369918E-08                     
+AR IDDR 2009  4  1 14  0  0.000000  1    0.912723598461E-08                     
+AR AZGB 2009  4  1 14  0  0.000000  1   -0.769584579478E-04                     
+AR TN22 2009  4  1 14  0  0.000000  1    0.340231764882E-03                     
+AR ETAD 2009  4  1 14  0  0.000000  1    0.179376849954E-07                     
+AR ILHA 2009  4  1 14  0  0.000000  1    0.138595422836E-08                     
+AR POVE 2009  4  1 14  0  0.000000  1    0.261687219712E-08                     
+AR RECF 2009  4  1 14  0  0.000000  1    0.240224969207E-07                     
+AR SALU 2009  4  1 14  0  0.000000  1    0.307612190884E-07                     
+AR SAVO 2009  4  1 14  0  0.000000  1    0.276703107858E-07                     
+AR UFPR 2009  4  1 14  0  0.000000  1    0.271739695932E-07                     
+AR YELL 2009  4  1 14  0  0.000000  1    0.244976000000E-06                     
+AS G32  2009  4  1 14  5  0.000000  1    0.280147174478E-03                     
+AS G24  2009  4  1 14  5  0.000000  1    0.177858001272E-03                     
+AS G25  2009  4  1 14  5  0.000000  1    0.334696481436E-03                     
+AS G26  2009  4  1 14  5  0.000000  1    0.544723908340E-04                     
+AS G27  2009  4  1 14  5  0.000000  1    0.371656853067E-04                     
+AS G30  2009  4  1 14  5  0.000000  1    0.136277037909E-03                     
+AS G03  2009  4  1 14  5  0.000000  1    0.373506273549E-03                     
+AS G04  2009  4  1 14  5  0.000000  1   -0.348139054131E-04                     
+AS G06  2009  4  1 14  5  0.000000  1    0.603509848581E-04                     
+AS G08  2009  4  1 14  5  0.000000  1   -0.196555314894E-03                     
+AS G09  2009  4  1 14  5  0.000000  1    0.484781674047E-04                     
+AS G10  2009  4  1 14  5  0.000000  1   -0.136330542341E-04                     
+AS G14  2009  4  1 14  5  0.000000  1   -0.132352265770E-03                     
+AS G13  2009  4  1 14  5  0.000000  1    0.293272014722E-03                     
+AS G28  2009  4  1 14  5  0.000000  1   -0.238318912861E-04                     
+AS G21  2009  4  1 14  5  0.000000  1    0.215099117356E-04                     
+AS G11  2009  4  1 14  5  0.000000  1    0.274150816798E-05                     
+AS G22  2009  4  1 14  5  0.000000  1    0.202421389209E-03                     
+AS G20  2009  4  1 14  5  0.000000  1    0.865500403110E-04                     
+AS G18  2009  4  1 14  5  0.000000  1   -0.694967676580E-04                     
+AS G16  2009  4  1 14  5  0.000000  1    0.629751305487E-04                     
+AS G19  2009  4  1 14  5  0.000000  1    0.293503718139E-04                     
+AS G23  2009  4  1 14  5  0.000000  1    0.388991038450E-03                     
+AS G02  2009  4  1 14  5  0.000000  1    0.153926619435E-03                     
+AS G31  2009  4  1 14  5  0.000000  1   -0.564812770357E-04                     
+AS G17  2009  4  1 14  5  0.000000  1    0.524513752417E-04                     
+AS G12  2009  4  1 14  5  0.000000  1   -0.299492088444E-03                     
+AS G15  2009  4  1 14  5  0.000000  1   -0.276044505337E-03                     
+AS G29  2009  4  1 14  5  0.000000  1    0.488559518688E-05                     
+AS G07  2009  4  1 14  5  0.000000  1    0.209760597643E-04                     
+AS R02  2009  4  1 14  5  0.000000  1    0.206290817063E-04                     
+AS R03  2009  4  1 14  5  0.000000  1   -0.343034834825E-04                     
+AS R04  2009  4  1 14  5  0.000000  1    0.637505092928E-04                     
+AS R06  2009  4  1 14  5  0.000000  1   -0.169253984738E-03                     
+AS R07  2009  4  1 14  5  0.000000  1   -0.891775847330E-04                     
+AS R08  2009  4  1 14  5  0.000000  1   -0.101991703589E-03                     
+AS R10  2009  4  1 14  5  0.000000  1   -0.140832481846E-03                     
+AS R11  2009  4  1 14  5  0.000000  1   -0.926362102560E-04                     
+AS R13  2009  4  1 14  5  0.000000  1   -0.230652865435E-03                     
+AS R14  2009  4  1 14  5  0.000000  1   -0.795884660844E-04                     
+AS R15  2009  4  1 14  5  0.000000  1    0.921162911285E-04                     
+AS R17  2009  4  1 14  5  0.000000  1   -0.261272786090E-03                     
+AS R18  2009  4  1 14  5  0.000000  1   -0.135597001573E-05                     
+AS R19  2009  4  1 14  5  0.000000  1   -0.894317471285E-04                     
+AS R20  2009  4  1 14  5  0.000000  1   -0.650146937701E-04                     
+AS R21  2009  4  1 14  5  0.000000  1   -0.143353126576E-03                     
+AS R22  2009  4  1 14  5  0.000000  1   -0.201600154348E-03                     
+AS R23  2009  4  1 14  5  0.000000  1   -0.200266393249E-03                     
+AR ALGO 2009  4  1 14  5  0.000000  1    0.810150830859E-04                     
+AR ALIC 2009  4  1 14  5  0.000000  1    0.407933345138E-08                     
+AR AMC2 2009  4  1 14  5  0.000000  1    0.174723967559E-08                     
+AR ANKR 2009  4  1 14  5  0.000000  1   -0.289966091847E-03                     
+AR ARTU 2009  4  1 14  5  0.000000  1   -0.777441365605E-07                     
+AR ASPA 2009  4  1 14  5  0.000000  1    0.235011290564E-07                     
+AR BHR1 2009  4  1 14  5  0.000000  1    0.563383001482E-03                     
+AR BARH 2009  4  1 14  5  0.000000  1    0.905408665817E-08                     
+AR BJFS 2009  4  1 14  5  0.000000  1   -0.670442143662E-07                     
+AR BOGT 2009  4  1 14  5  0.000000  1   -0.539438863224E-07                     
+AR BRMU 2009  4  1 14  5  0.000000  1    0.254235022328E-03                     
+AR CAGZ 2009  4  1 14  5  0.000000  1    0.372317747565E-03                     
+AR CAS1 2009  4  1 14  5  0.000000  1    0.529265760079E-08                     
+AR CHAT 2009  4  1 14  5  0.000000  1   -0.567923274625E-07                     
+AR CHPI 2009  4  1 14  5  0.000000  1   -0.699953874553E-07                     
+AR COCO 2009  4  1 14  5  0.000000  1    0.227678294707E-03                     
+AR CONZ 2009  4  1 14  5  0.000000  1   -0.245081910998E-03                     
+AR CRAR 2009  4  1 14  5  0.000000  1    0.277296786583E-03                     
+AR CRO1 2009  4  1 14  5  0.000000  1    0.665106138984E-03                     
+AR DAEJ 2009  4  1 14  5  0.000000  1   -0.196549024589E-03                     
+AR DARW 2009  4  1 14  5  0.000000  1   -0.288110709963E-08                     
+AR DGAR 2009  4  1 14  5  0.000000  1   -0.694031612198E-07                     
+AR DRAO 2009  4  1 14  5  0.000000  1    0.115292864601E-03                     
+AR FAA1 2009  4  1 14  5  0.000000  1   -0.311254587334E-08                     
+AR FAIR 2009  4  1 14  5  0.000000  1   -0.548969922319E-07                     
+AR GLPS 2009  4  1 14  5  0.000000  1   -0.662124858883E-07                     
+AR GUAM 2009  4  1 14  5  0.000000  1   -0.545308621757E-07                     
+AR GUAT 2009  4  1 14  5  0.000000  1    0.153143054861E-07                     
+AR HOB2 2009  4  1 14  5  0.000000  1    0.884029277497E-07                     
+AR HOFN 2009  4  1 14  5  0.000000  1    0.219118910550E-03                     
+AR HOLM 2009  4  1 14  5  0.000000  1   -0.538117575889E-07                     
+AR HRAO 2009  4  1 14  5  0.000000  1    0.849466681449E-03                     
+AR HYDE 2009  4  1 14  5  0.000000  1    0.588521507970E-08                     
+AR IRKJ 2009  4  1 14  5  0.000000  1    0.163747334230E-03                     
+AR ISPA 2009  4  1 14  5  0.000000  1   -0.539495863801E-07                     
+AR KARR 2009  4  1 14  5  0.000000  1   -0.555441603482E-07                     
+AR KERG 2009  4  1 14  5  0.000000  1    0.817500854743E-03                     
+AR KHAJ 2009  4  1 14  5  0.000000  1   -0.150785966640E-05                     
+AR KIR0 2009  4  1 14  5  0.000000  1    0.282946150524E-03                     
+AR KIRU 2009  4  1 14  5  0.000000  1    0.591424588734E-03                     
+AR KIT3 2009  4  1 14  5  0.000000  1    0.201189128566E-08                     
+AR KOUR 2009  4  1 14  5  0.000000  1    0.125014347147E-03                     
+AR KUNM 2009  4  1 14  5  0.000000  1    0.350783412419E-07                     
+AR LHAZ 2009  4  1 14  5  0.000000  1    0.114714642057E-04                     
+AR MAL2 2009  4  1 14  5  0.000000  1   -0.752680451569E-08                     
+AR MAS1 2009  4  1 14  5  0.000000  1   -0.101618470170E-03                     
+AR MAW1 2009  4  1 14  5  0.000000  1    0.396857063038E-08                     
+AR MCIL 2009  4  1 14  5  0.000000  1    0.276657387434E-07                     
+AR MCM4 2009  4  1 14  5  0.000000  1   -0.595536109561E-07                     
+AR MDO1 2009  4  1 14  5  0.000000  1   -0.424660847420E-07                     
+AR MDVJ 2009  4  1 14  5  0.000000  1    0.438552194415E-03                     
+AR MKEA 2009  4  1 14  5  0.000000  1   -0.351206701398E-07                     
+AR MOBS 2009  4  1 14  5  0.000000  1    0.516217306270E-08                     
+AR NANO 2009  4  1 14  5  0.000000  1    0.212559810671E-08                     
+AR NLIB 2009  4  1 14  5  0.000000  1   -0.117510799659E-06                     
+AR NNOR 2009  4  1 14  5  0.000000  1    0.365796373575E-03                     
+AR NRC1 2009  4  1 14  5  0.000000  1   -0.448547186272E-05                     
+AR NRIL 2009  4  1 14  5  0.000000  1   -0.480391651448E-07                     
+AR NRMD 2009  4  1 14  5  0.000000  1    0.247777092979E-07                     
+AR NTUS 2009  4  1 14  5  0.000000  1   -0.911595932885E-09                     
+AR NYAL 2009  4  1 14  5  0.000000  1    0.945948000861E-07                     
+AR OHI3 2009  4  1 14  5  0.000000  1    0.957874687797E-04                     
+AR ONSA 2009  4  1 14  5  0.000000  1   -0.324794525130E-04                     
+AR PDEL 2009  4  1 14  5  0.000000  1   -0.108335722596E-07                     
+AR PERT 2009  4  1 14  5  0.000000  1   -0.435922872329E-07                     
+AR PETP 2009  4  1 14  5  0.000000  1   -0.614860527927E-07                     
+AR PIMO 2009  4  1 14  5  0.000000  1   -0.521653126633E-07                     
+AR QAQ1 2009  4  1 14  5  0.000000  1   -0.604020737536E-07                     
+AR QUIN 2009  4  1 14  5  0.000000  1   -0.527441189993E-07                     
+AR RABT 2009  4  1 14  5  0.000000  1   -0.713459022172E-07                     
+AR RAMO 2009  4  1 14  5  0.000000  1   -0.612740509934E-07                     
+AR RCMN 2009  4  1 14  5  0.000000  1    0.771249002496E-08                     
+AR REDU 2009  4  1 14  5  0.000000  1   -0.653924567347E-07                     
+AR REUN 2009  4  1 14  5  0.000000  1    0.295793873850E-07                     
+AR REYK 2009  4  1 14  5  0.000000  1    0.770793711939E-04                     
+AR SCH2 2009  4  1 14  5  0.000000  1    0.189322546220E-03                     
+AR SCUB 2009  4  1 14  5  0.000000  1   -0.781897358053E-07                     
+AR STJO 2009  4  1 14  5  0.000000  1   -0.704872365628E-05                     
+AR SYDN 2009  4  1 14  5  0.000000  1    0.141048777470E-05                     
+AR SYOG 2009  4  1 14  5  0.000000  1    0.140096901819E-04                     
+AR THU2 2009  4  1 14  5  0.000000  1    0.420178475071E-03                     
+AR TOW2 2009  4  1 14  5  0.000000  1   -0.163666147932E-08                     
+AR URUM 2009  4  1 14  5  0.000000  1   -0.284637058255E-03                     
+AR VESL 2009  4  1 14  5  0.000000  1   -0.427735753614E-03                     
+AR VILL 2009  4  1 14  5  0.000000  1   -0.756713956641E-07                     
+AR WTZR 2009  4  1 14  5  0.000000  1    0.455004593071E-07                     
+AR WUHN 2009  4  1 14  5  0.000000  1   -0.629879985811E-07                     
+AR YSSK 2009  4  1 14  5  0.000000  1   -0.670415255874E-07                     
+AR ZIM2 2009  4  1 14  5  0.000000  1    0.325000500392E-07                     
+AR XMIS 2009  4  1 14  5  0.000000  1   -0.302134238015E-08                     
+AR GODZ 2009  4  1 14  5  0.000000  1   -0.469120046857E-03                     
+AR MTKA 2009  4  1 14  5  0.000000  1   -0.471690855498E-07                     
+AR TIXJ 2009  4  1 14  5  0.000000  1    0.343444157435E-04                     
+AR PARK 2009  4  1 14  5  0.000000  1    0.807111714839E-06                     
+AR UNBJ 2009  4  1 14  5  0.000000  1    0.243862357926E-03                     
+AR NOVM 2009  4  1 14  5  0.000000  1    0.798329045924E-04                     
+AR SUNM 2009  4  1 14  5  0.000000  1    0.448480445423E-03                     
+AR CEBR 2009  4  1 14  5  0.000000  1    0.719431394424E-03                     
+AR CPXF 2009  4  1 14  5  0.000000  1    0.446710756254E-08                     
+AR IDDR 2009  4  1 14  5  0.000000  1    0.875351436538E-08                     
+AR AZGB 2009  4  1 14  5  0.000000  1   -0.216400414363E-03                     
+AR TN22 2009  4  1 14  5  0.000000  1    0.263307268003E-03                     
+AR ETAD 2009  4  1 14  5  0.000000  1    0.195457945275E-07                     
+AR ILHA 2009  4  1 14  5  0.000000  1   -0.166460619266E-08                     
+AR POVE 2009  4  1 14  5  0.000000  1    0.278805219076E-08                     
+AR RECF 2009  4  1 14  5  0.000000  1    0.255255509414E-07                     
+AR SALU 2009  4  1 14  5  0.000000  1    0.336232639943E-07                     
+AR SAVO 2009  4  1 14  5  0.000000  1    0.261047904352E-07                     
+AR UFPR 2009  4  1 14  5  0.000000  1    0.264069000783E-07                     
+AR YELL 2009  4  1 14  5  0.000000  1    0.245046000000E-06                     
+AS G32  2009  4  1 14 10  0.000000  1    0.280145894381E-03                     
+AS G24  2009  4  1 14 10  0.000000  1    0.177859633482E-03                     
+AS G25  2009  4  1 14 10  0.000000  1    0.334703069342E-03                     
+AS G26  2009  4  1 14 10  0.000000  1    0.544731471144E-04                     
+AS G27  2009  4  1 14 10  0.000000  1    0.371666155507E-04                     
+AS G30  2009  4  1 14 10  0.000000  1    0.136278254808E-03                     
+AS G03  2009  4  1 14 10  0.000000  1    0.373507685116E-03                     
+AS G04  2009  4  1 14 10  0.000000  1   -0.348183619449E-04                     
+AS G06  2009  4  1 14 10  0.000000  1    0.603563337698E-04                     
+AS G08  2009  4  1 14 10  0.000000  1   -0.196557211526E-03                     
+AS G09  2009  4  1 14 10  0.000000  1    0.484785611372E-04                     
+AS G10  2009  4  1 14 10  0.000000  1   -0.136335345783E-04                     
+AS G14  2009  4  1 14 10  0.000000  1   -0.132350763918E-03                     
+AS G13  2009  4  1 14 10  0.000000  1    0.293272415886E-03                     
+AS G28  2009  4  1 14 10  0.000000  1   -0.238317990037E-04                     
+AS G21  2009  4  1 14 10  0.000000  1    0.215096723719E-04                     
+AS G11  2009  4  1 14 10  0.000000  1    0.274137504853E-05                     
+AS G22  2009  4  1 14 10  0.000000  1    0.202421536293E-03                     
+AS G20  2009  4  1 14 10  0.000000  1    0.865497369071E-04                     
+AS G18  2009  4  1 14 10  0.000000  1   -0.694956516286E-04                     
+AS G16  2009  4  1 14 10  0.000000  1    0.629743654833E-04                     
+AS G19  2009  4  1 14 10  0.000000  1    0.293501709211E-04                     
+AS G23  2009  4  1 14 10  0.000000  1    0.388991268531E-03                     
+AS G02  2009  4  1 14 10  0.000000  1    0.153926472801E-03                     
+AS G31  2009  4  1 14 10  0.000000  1   -0.564815591879E-04                     
+AS G17  2009  4  1 14 10  0.000000  1    0.524518768492E-04                     
+AS G12  2009  4  1 14 10  0.000000  1   -0.299490581160E-03                     
+AS G15  2009  4  1 14 10  0.000000  1   -0.276045668144E-03                     
+AS G29  2009  4  1 14 10  0.000000  1    0.488672019475E-05                     
+AS G07  2009  4  1 14 10  0.000000  1    0.209760250671E-04                     
+AS R02  2009  4  1 14 10  0.000000  1    0.206281108174E-04                     
+AS R03  2009  4  1 14 10  0.000000  1   -0.343051633828E-04                     
+AS R04  2009  4  1 14 10  0.000000  1    0.637480035230E-04                     
+AS R06  2009  4  1 14 10  0.000000  1   -0.169254856250E-03                     
+AS R07  2009  4  1 14 10  0.000000  1   -0.891772016266E-04                     
+AS R08  2009  4  1 14 10  0.000000  1   -0.101991308266E-03                     
+AS R10  2009  4  1 14 10  0.000000  1   -0.140832266323E-03                     
+AS R11  2009  4  1 14 10  0.000000  1   -0.926362463493E-04                     
+AS R13  2009  4  1 14 10  0.000000  1   -0.230653215364E-03                     
+AS R14  2009  4  1 14 10  0.000000  1   -0.795864750858E-04                     
+AS R15  2009  4  1 14 10  0.000000  1    0.921167899838E-04                     
+AS R17  2009  4  1 14 10  0.000000  1   -0.261272968202E-03                     
+AS R18  2009  4  1 14 10  0.000000  1   -0.135609678794E-05                     
+AS R19  2009  4  1 14 10  0.000000  1   -0.894321311000E-04                     
+AS R20  2009  4  1 14 10  0.000000  1   -0.650146804657E-04                     
+AS R21  2009  4  1 14 10  0.000000  1   -0.143353699915E-03                     
+AS R22  2009  4  1 14 10  0.000000  1   -0.201601002564E-03                     
+AS R23  2009  4  1 14 10  0.000000  1   -0.200264181936E-03                     
+AR ALGO 2009  4  1 14 10  0.000000  1    0.810181136958E-04                     
+AR ALIC 2009  4  1 14 10  0.000000  1    0.843165781255E-08                     
+AR AMC2 2009  4  1 14 10  0.000000  1    0.178234591723E-08                     
+AR ANKR 2009  4  1 14 10  0.000000  1   -0.226400400275E-03                     
+AR ARTU 2009  4  1 14 10  0.000000  1   -0.793389906535E-07                     
+AR ASPA 2009  4  1 14 10  0.000000  1    0.228671565341E-07                     
+AR BHR1 2009  4  1 14 10  0.000000  1    0.563382953833E-03                     
+AR BARH 2009  4  1 14 10  0.000000  1    0.743084695414E-08                     
+AR BJFS 2009  4  1 14 10  0.000000  1   -0.568862454464E-07                     
+AR BOGT 2009  4  1 14 10  0.000000  1   -0.576269862270E-07                     
+AR BRMU 2009  4  1 14 10  0.000000  1   -0.249373928396E-03                     
+AR CAGZ 2009  4  1 14 10  0.000000  1   -0.405234686741E-03                     
+AR CAS1 2009  4  1 14 10  0.000000  1    0.413431153972E-08                     
+AR CHAT 2009  4  1 14 10  0.000000  1   -0.564562912256E-07                     
+AR CHPI 2009  4  1 14 10  0.000000  1   -0.668659382031E-07                     
+AR COCO 2009  4  1 14 10  0.000000  1    0.227679014847E-03                     
+AR CONZ 2009  4  1 14 10  0.000000  1   -0.370270256455E-03                     
+AR CRAR 2009  4  1 14 10  0.000000  1    0.252246962826E-03                     
+AR CRO1 2009  4  1 14 10  0.000000  1    0.665106182071E-03                     
+AR DAEJ 2009  4  1 14 10  0.000000  1   -0.196548943361E-03                     
+AR DARW 2009  4  1 14 10  0.000000  1   -0.316329229605E-08                     
+AR DGAR 2009  4  1 14 10  0.000000  1   -0.671695147725E-07                     
+AR DRAO 2009  4  1 14 10  0.000000  1    0.115329205013E-03                     
+AR FAA1 2009  4  1 14 10  0.000000  1   -0.231064420870E-08                     
+AR FAIR 2009  4  1 14 10  0.000000  1   -0.557675816677E-07                     
+AR GLPS 2009  4  1 14 10  0.000000  1   -0.663304868670E-07                     
+AR GUAM 2009  4  1 14 10  0.000000  1   -0.532440650381E-07                     
+AR GUAT 2009  4  1 14 10  0.000000  1    0.168310997161E-07                     
+AR HOB2 2009  4  1 14 10  0.000000  1    0.884393054060E-07                     
+AR HOFN 2009  4  1 14 10  0.000000  1    0.296622743486E-03                     
+AR HOLM 2009  4  1 14 10  0.000000  1   -0.553440385665E-07                     
+AR HRAO 2009  4  1 14 10  0.000000  1    0.849466797673E-03                     
+AR HYDE 2009  4  1 14 10  0.000000  1    0.575572395879E-08                     
+AR IRKJ 2009  4  1 14 10  0.000000  1    0.163747323959E-03                     
+AR ISPA 2009  4  1 14 10  0.000000  1   -0.540403486423E-07                     
+AR KARR 2009  4  1 14 10  0.000000  1   -0.531044293763E-07                     
+AR KERG 2009  4  1 14 10  0.000000  1    0.817500980419E-03                     
+AR KHAJ 2009  4  1 14 10  0.000000  1   -0.150783945354E-05                     
+AR KIR0 2009  4  1 14 10  0.000000  1    0.282939417711E-03                     
+AR KIRU 2009  4  1 14 10  0.000000  1    0.591426392135E-03                     
+AR KIT3 2009  4  1 14 10  0.000000  1    0.117468386250E-07                     
+AR KOUR 2009  4  1 14 10  0.000000  1    0.125014387746E-03                     
+AR KUNM 2009  4  1 14 10  0.000000  1    0.671180064850E-07                     
+AR LHAZ 2009  4  1 14 10  0.000000  1    0.281400928983E-04                     
+AR MAL2 2009  4  1 14 10  0.000000  1   -0.270520129162E-08                     
+AR MAS1 2009  4  1 14 10  0.000000  1   -0.101618419090E-03                     
+AR MAW1 2009  4  1 14 10  0.000000  1    0.303777317753E-08                     
+AR MCIL 2009  4  1 14 10  0.000000  1    0.280613146257E-07                     
+AR MCM4 2009  4  1 14 10  0.000000  1   -0.555459666887E-07                     
+AR MDO1 2009  4  1 14 10  0.000000  1   -0.421203662289E-07                     
+AR MDVJ 2009  4  1 14 10  0.000000  1    0.438552219543E-03                     
+AR MKEA 2009  4  1 14 10  0.000000  1   -0.351340038489E-07                     
+AR MOBS 2009  4  1 14 10  0.000000  1    0.629033291219E-08                     
+AR NANO 2009  4  1 14 10  0.000000  1    0.164698462901E-08                     
+AR NLIB 2009  4  1 14 10  0.000000  1   -0.117402200057E-06                     
+AR NNOR 2009  4  1 14 10  0.000000  1    0.365796876292E-03                     
+AR NRC1 2009  4  1 14 10  0.000000  1   -0.448540984818E-05                     
+AR NRIL 2009  4  1 14 10  0.000000  1   -0.521985537194E-07                     
+AR NRMD 2009  4  1 14 10  0.000000  1    0.258683674884E-07                     
+AR NTUS 2009  4  1 14 10  0.000000  1   -0.192157549765E-08                     
+AR NYAL 2009  4  1 14 10  0.000000  1    0.946230720977E-07                     
+AR OHI3 2009  4  1 14 10  0.000000  1    0.212001533856E-03                     
+AR ONSA 2009  4  1 14 10  0.000000  1   -0.324794800748E-04                     
+AR PDEL 2009  4  1 14 10  0.000000  1   -0.181439339026E-07                     
+AR PERT 2009  4  1 14 10  0.000000  1   -0.405603462241E-07                     
+AR PETP 2009  4  1 14 10  0.000000  1   -0.603210736607E-07                     
+AR PIMO 2009  4  1 14 10  0.000000  1   -0.510695003333E-07                     
+AR QAQ1 2009  4  1 14 10  0.000000  1   -0.610962380040E-07                     
+AR QUIN 2009  4  1 14 10  0.000000  1   -0.546914128547E-07                     
+AR RABT 2009  4  1 14 10  0.000000  1   -0.744032851645E-07                     
+AR RAMO 2009  4  1 14 10  0.000000  1    0.111611215423E-06                     
+AR RCMN 2009  4  1 14 10  0.000000  1    0.112069615282E-07                     
+AR REDU 2009  4  1 14 10  0.000000  1   -0.661799189580E-07                     
+AR REUN 2009  4  1 14 10  0.000000  1    0.297590311596E-07                     
+AR REYK 2009  4  1 14 10  0.000000  1    0.901707127212E-04                     
+AR SCH2 2009  4  1 14 10  0.000000  1    0.189337832801E-03                     
+AR SCUB 2009  4  1 14 10  0.000000  1   -0.781685691453E-07                     
+AR STJO 2009  4  1 14 10  0.000000  1   -0.704899228026E-05                     
+AR SYDN 2009  4  1 14 10  0.000000  1    0.141063270799E-05                     
+AR SYOG 2009  4  1 14 10  0.000000  1    0.140097395154E-04                     
+AR THU2 2009  4  1 14 10  0.000000  1    0.418176407224E-03                     
+AR TOW2 2009  4  1 14 10  0.000000  1   -0.930088145805E-09                     
+AR URUM 2009  4  1 14 10  0.000000  1   -0.361642238648E-03                     
+AR VESL 2009  4  1 14 10  0.000000  1   -0.391299954726E-03                     
+AR VILL 2009  4  1 14 10  0.000000  1   -0.754866516144E-07                     
+AR WTZR 2009  4  1 14 10  0.000000  1    0.455477694343E-07                     
+AR WUHN 2009  4  1 14 10  0.000000  1   -0.625979530348E-07                     
+AR YSSK 2009  4  1 14 10  0.000000  1   -0.663559712599E-07                     
+AR ZIM2 2009  4  1 14 10  0.000000  1    0.311706567703E-07                     
+AR XMIS 2009  4  1 14 10  0.000000  1   -0.286461167242E-08                     
+AR GODZ 2009  4  1 14 10  0.000000  1   -0.469119970834E-03                     
+AR MTKA 2009  4  1 14 10  0.000000  1   -0.428476379498E-07                     
+AR TIXJ 2009  4  1 14 10  0.000000  1    0.316869416593E-04                     
+AR PARK 2009  4  1 14 10  0.000000  1    0.807302328253E-06                     
+AR UNBJ 2009  4  1 14 10  0.000000  1    0.168861213626E-03                     
+AR NOVM 2009  4  1 14 10  0.000000  1    0.798329165026E-04                     
+AR SUNM 2009  4  1 14 10  0.000000  1    0.292020804631E-03                     
+AR CEBR 2009  4  1 14 10  0.000000  1    0.719431420563E-03                     
+AR CPXF 2009  4  1 14 10  0.000000  1    0.527239389396E-08                     
+AR IDDR 2009  4  1 14 10  0.000000  1    0.100965646720E-07                     
+AR AZGB 2009  4  1 14 10  0.000000  1   -0.355767816385E-03                     
+AR TN22 2009  4  1 14 10  0.000000  1    0.187181327662E-03                     
+AR ETAD 2009  4  1 14 10  0.000000  1    0.201024525448E-07                     
+AR ILHA 2009  4  1 14 10  0.000000  1    0.309170052925E-09                     
+AR POVE 2009  4  1 14 10  0.000000  1    0.321882777767E-08                     
+AR RECF 2009  4  1 14 10  0.000000  1    0.264633908881E-07                     
+AR SALU 2009  4  1 14 10  0.000000  1    0.352740356539E-07                     
+AR SAVO 2009  4  1 14 10  0.000000  1    0.248120061551E-07                     
+AR UFPR 2009  4  1 14 10  0.000000  1    0.278925198328E-07                     
+AR YELL 2009  4  1 14 10  0.000000  1    0.245117000000E-06                     
+AS G32  2009  4  1 14 15  0.000000  1    0.280144476224E-03                     
+AS G24  2009  4  1 14 15  0.000000  1    0.177860121963E-03                     
+AS G25  2009  4  1 14 15  0.000000  1    0.334709610819E-03                     
+AS G26  2009  4  1 14 15  0.000000  1    0.544740357917E-04                     
+AS G27  2009  4  1 14 15  0.000000  1    0.371672409054E-04                     
+AS G30  2009  4  1 14 15  0.000000  1    0.136279203692E-03                     
+AS G03  2009  4  1 14 15  0.000000  1    0.373509237424E-03                     
+AS G04  2009  4  1 14 15  0.000000  1   -0.348228528783E-04                     
+AS G06  2009  4  1 14 15  0.000000  1    0.603616377001E-04                     
+AS G08  2009  4  1 14 15  0.000000  1   -0.196557491863E-03                     
+AS G09  2009  4  1 14 15  0.000000  1    0.484794710944E-04                     
+AS G10  2009  4  1 14 15  0.000000  1   -0.136341511776E-04                     
+AS G14  2009  4  1 14 15  0.000000  1   -0.132348857158E-03                     
+AS G13  2009  4  1 14 15  0.000000  1    0.293272539271E-03                     
+AS G28  2009  4  1 14 15  0.000000  1   -0.238319912500E-04                     
+AS G21  2009  4  1 14 15  0.000000  1    0.215090845485E-04                     
+AS G11  2009  4  1 14 15  0.000000  1    0.274112421124E-05                     
+AS G22  2009  4  1 14 15  0.000000  1    0.202421276776E-03                     
+AS G20  2009  4  1 14 15  0.000000  1    0.865493610552E-04                     
+AS G18  2009  4  1 14 15  0.000000  1   -0.694946414039E-04                     
+AS G16  2009  4  1 14 15  0.000000  1    0.629734954762E-04                     
+AS G19  2009  4  1 14 15  0.000000  1    0.293499178414E-04                     
+AS G23  2009  4  1 14 15  0.000000  1    0.388991131174E-03                     
+AS G02  2009  4  1 14 15  0.000000  1    0.153926304368E-03                     
+AS G31  2009  4  1 14 15  0.000000  1   -0.564818184392E-04                     
+AS G17  2009  4  1 14 15  0.000000  1    0.524525144703E-04                     
+AS G12  2009  4  1 14 15  0.000000  1   -0.299489380354E-03                     
+AS G15  2009  4  1 14 15  0.000000  1   -0.276047199871E-03                     
+AS G29  2009  4  1 14 15  0.000000  1    0.488809051464E-05                     
+AS G07  2009  4  1 14 15  0.000000  1    0.209759315764E-04                     
+AS R02  2009  4  1 14 15  0.000000  1    0.206272377000E-04                     
+AS R03  2009  4  1 14 15  0.000000  1   -0.343070046904E-04                     
+AS R04  2009  4  1 14 15  0.000000  1    0.637470736272E-04                     
+AS R06  2009  4  1 14 15  0.000000  1   -0.169256234172E-03                     
+AS R07  2009  4  1 14 15  0.000000  1   -0.891757903496E-04                     
+AS R08  2009  4  1 14 15  0.000000  1   -0.101991054747E-03                     
+AS R10  2009  4  1 14 15  0.000000  1   -0.140832087235E-03                     
+AS R11  2009  4  1 14 15  0.000000  1   -0.926365902988E-04                     
+AS R13  2009  4  1 14 15  0.000000  1   -0.230653496554E-03                     
+AS R14  2009  4  1 14 15  0.000000  1   -0.795853654433E-04                     
+AS R15  2009  4  1 14 15  0.000000  1    0.921168979685E-04                     
+AS R17  2009  4  1 14 15  0.000000  1   -0.261273319491E-03                     
+AS R18  2009  4  1 14 15  0.000000  1   -0.135623037432E-05                     
+AS R19  2009  4  1 14 15  0.000000  1   -0.894327006506E-04                     
+AS R20  2009  4  1 14 15  0.000000  1   -0.650148975972E-04                     
+AS R21  2009  4  1 14 15  0.000000  1   -0.143354011498E-03                     
+AS R22  2009  4  1 14 15  0.000000  1   -0.201601805272E-03                     
+AS R23  2009  4  1 14 15  0.000000  1   -0.200262168526E-03                     
+AR ALGO 2009  4  1 14 15  0.000000  1    0.810210871480E-04                     
+AR ALIC 2009  4  1 14 15  0.000000  1    0.698144063202E-08                     
+AR AMC2 2009  4  1 14 15  0.000000  1    0.178709285313E-08                     
+AR ANKR 2009  4  1 14 15  0.000000  1   -0.162934728958E-03                     
+AR ARTU 2009  4  1 14 15  0.000000  1   -0.718025573736E-07                     
+AR ASPA 2009  4  1 14 15  0.000000  1    0.235630717196E-07                     
+AR BHR1 2009  4  1 14 15  0.000000  1    0.563382976722E-03                     
+AR BARH 2009  4  1 14 15  0.000000  1    0.978053791844E-08                     
+AR BJFS 2009  4  1 14 15  0.000000  1   -0.532110335083E-07                     
+AR BOGT 2009  4  1 14 15  0.000000  1   -0.583720757238E-07                     
+AR BRMU 2009  4  1 14 15  0.000000  1    0.246810876003E-03                     
+AR CAGZ 2009  4  1 14 15  0.000000  1   -0.183299518975E-03                     
+AR CAS1 2009  4  1 14 15  0.000000  1    0.493415466904E-08                     
+AR CHAT 2009  4  1 14 15  0.000000  1   -0.420250700454E-07                     
+AR CHPI 2009  4  1 14 15  0.000000  1   -0.652054170069E-07                     
+AR COCO 2009  4  1 14 15  0.000000  1    0.227679685503E-03                     
+AR CONZ 2009  4  1 14 15  0.000000  1   -0.495758743539E-03                     
+AR CRAR 2009  4  1 14 15  0.000000  1    0.227208870791E-03                     
+AR CRO1 2009  4  1 14 15  0.000000  1    0.665106165340E-03                     
+AR DAEJ 2009  4  1 14 15  0.000000  1   -0.196548216526E-03                     
+AR DARW 2009  4  1 14 15  0.000000  1   -0.134961811715E-08                     
+AR DGAR 2009  4  1 14 15  0.000000  1   -0.687763100059E-07                     
+AR DRAO 2009  4  1 14 15  0.000000  1    0.115366289298E-03                     
+AR FAA1 2009  4  1 14 15  0.000000  1   -0.331934121536E-08                     
+AR FAIR 2009  4  1 14 15  0.000000  1   -0.549673018365E-07                     
+AR GLPS 2009  4  1 14 15  0.000000  1   -0.651212754051E-07                     
+AR GUAM 2009  4  1 14 15  0.000000  1   -0.519395179260E-07                     
+AR GUAT 2009  4  1 14 15  0.000000  1    0.170651653190E-07                     
+AR HOB2 2009  4  1 14 15  0.000000  1    0.884541933407E-07                     
+AR HOFN 2009  4  1 14 15  0.000000  1    0.374176571891E-03                     
+AR HOLM 2009  4  1 14 15  0.000000  1   -0.548990580639E-07                     
+AR HRAO 2009  4  1 14 15  0.000000  1    0.849466877049E-03                     
+AR HYDE 2009  4  1 14 15  0.000000  1    0.521723736908E-08                     
+AR IRKJ 2009  4  1 14 15  0.000000  1    0.163747296117E-03                     
+AR ISPA 2009  4  1 14 15  0.000000  1   -0.528983295017E-07                     
+AR KARR 2009  4  1 14 15  0.000000  1   -0.506018586526E-07                     
+AR KERG 2009  4  1 14 15  0.000000  1    0.817501032941E-03                     
+AR KHAJ 2009  4  1 14 15  0.000000  1   -0.150785858559E-05                     
+AR KIR0 2009  4  1 14 15  0.000000  1    0.282932696274E-03                     
+AR KIRU 2009  4  1 14 15  0.000000  1    0.591424650971E-03                     
+AR KIT3 2009  4  1 14 15  0.000000  1    0.431009240849E-08                     
+AR KOUR 2009  4  1 14 15  0.000000  1    0.125014402015E-03                     
+AR KUNM 2009  4  1 14 15  0.000000  1    0.188128777432E-07                     
+AR LHAZ 2009  4  1 14 15  0.000000  1    0.449448765897E-04                     
+AR MAL2 2009  4  1 14 15  0.000000  1   -0.743877439620E-08                     
+AR MAS1 2009  4  1 14 15  0.000000  1   -0.101618459637E-03                     
+AR MAW1 2009  4  1 14 15  0.000000  1    0.357690486978E-08                     
+AR MCIL 2009  4  1 14 15  0.000000  1    0.279416209204E-07                     
+AR MCM4 2009  4  1 14 15  0.000000  1   -0.573418148185E-07                     
+AR MDO1 2009  4  1 14 15  0.000000  1   -0.404392933217E-07                     
+AR MDVJ 2009  4  1 14 15  0.000000  1    0.438552195094E-03                     
+AR MKEA 2009  4  1 14 15  0.000000  1   -0.357334104860E-07                     
+AR MOBS 2009  4  1 14 15  0.000000  1    0.481750724689E-08                     
+AR NANO 2009  4  1 14 15  0.000000  1    0.136508196023E-08                     
+AR NLIB 2009  4  1 14 15  0.000000  1   -0.117421528334E-06                     
+AR NNOR 2009  4  1 14 15  0.000000  1    0.365796576498E-03                     
+AR NRC1 2009  4  1 14 15  0.000000  1   -0.448539910044E-05                     
+AR NRIL 2009  4  1 14 15  0.000000  1   -0.514129725636E-07                     
+AR NRMD 2009  4  1 14 15  0.000000  1    0.258840921476E-07                     
+AR NTUS 2009  4  1 14 15  0.000000  1    0.163247755211E-08                     
+AR NYAL 2009  4  1 14 15  0.000000  1    0.946353198307E-07                     
+AR OHI3 2009  4  1 14 15  0.000000  1    0.328587554844E-03                     
+AR ONSA 2009  4  1 14 15  0.000000  1   -0.324795435160E-04                     
+AR PDEL 2009  4  1 14 15  0.000000  1   -0.383400271275E-08                     
+AR PERT 2009  4  1 14 15  0.000000  1   -0.440733604110E-07                     
+AR PETP 2009  4  1 14 15  0.000000  1   -0.631268719696E-07                     
+AR PIMO 2009  4  1 14 15  0.000000  1   -0.520670926379E-07                     
+AR QAQ1 2009  4  1 14 15  0.000000  1   -0.613241918544E-07                     
+AR QUIN 2009  4  1 14 15  0.000000  1   -0.487076339117E-07                     
+AR RABT 2009  4  1 14 15  0.000000  1   -0.760507341362E-07                     
+AR RAMO 2009  4  1 14 15  0.000000  1   -0.440420507078E-07                     
+AR RCMN 2009  4  1 14 15  0.000000  1    0.965424158124E-08                     
+AR REDU 2009  4  1 14 15  0.000000  1   -0.654140594862E-07                     
+AR REUN 2009  4  1 14 15  0.000000  1    0.296494834663E-07                     
+AR REYK 2009  4  1 14 15  0.000000  1    0.103305103708E-03                     
+AR SCH2 2009  4  1 14 15  0.000000  1    0.189353412868E-03                     
+AR SCUB 2009  4  1 14 15  0.000000  1   -0.747471389336E-07                     
+AR STJO 2009  4  1 14 15  0.000000  1   -0.704929971725E-05                     
+AR SYDN 2009  4  1 14 15  0.000000  1    0.141056827115E-05                     
+AR SYOG 2009  4  1 14 15  0.000000  1    0.140101086661E-04                     
+AR THU2 2009  4  1 14 15  0.000000  1    0.416174166781E-03                     
+AR TOW2 2009  4  1 14 15  0.000000  1   -0.564630699979E-09                     
+AR URUM 2009  4  1 14 15  0.000000  1   -0.438626852922E-03                     
+AR VESL 2009  4  1 14 15  0.000000  1   -0.354975865654E-03                     
+AR VILL 2009  4  1 14 15  0.000000  1   -0.750396798904E-07                     
+AR WTZR 2009  4  1 14 15  0.000000  1    0.455422425010E-07                     
+AR WUHN 2009  4  1 14 15  0.000000  1   -0.657891115000E-07                     
+AR YSSK 2009  4  1 14 15  0.000000  1   -0.660363324115E-07                     
+AR ZIM2 2009  4  1 14 15  0.000000  1    0.306123156975E-07                     
+AR XMIS 2009  4  1 14 15  0.000000  1   -0.152756518337E-08                     
+AR GODZ 2009  4  1 14 15  0.000000  1   -0.469119923528E-03                     
+AR MTKA 2009  4  1 14 15  0.000000  1   -0.607306486303E-07                     
+AR TIXJ 2009  4  1 14 15  0.000000  1    0.290180272969E-04                     
+AR PARK 2009  4  1 14 15  0.000000  1    0.807321973274E-06                     
+AR UNBJ 2009  4  1 14 15  0.000000  1    0.937923935128E-04                     
+AR NOVM 2009  4  1 14 15  0.000000  1    0.798328787474E-04                     
+AR SUNM 2009  4  1 14 15  0.000000  1    0.135294070874E-03                     
+AR CEBR 2009  4  1 14 15  0.000000  1    0.719431402632E-03                     
+AR CPXF 2009  4  1 14 15  0.000000  1    0.411031612656E-08                     
+AR IDDR 2009  4  1 14 15  0.000000  1    0.116065578913E-07                     
+AR AZGB 2009  4  1 14 15  0.000000  1   -0.495144438714E-03                     
+AR TN22 2009  4  1 14 15  0.000000  1    0.111638868605E-03                     
+AR ETAD 2009  4  1 14 15  0.000000  1    0.191886136489E-07                     
+AR ILHA 2009  4  1 14 15  0.000000  1   -0.256863552157E-09                     
+AR POVE 2009  4  1 14 15  0.000000  1    0.379493162605E-08                     
+AR RECF 2009  4  1 14 15  0.000000  1    0.260685996200E-07                     
+AR SALU 2009  4  1 14 15  0.000000  1    0.355341522346E-07                     
+AR SAVO 2009  4  1 14 15  0.000000  1    0.271548373075E-07                     
+AR UFPR 2009  4  1 14 15  0.000000  1    0.296796776303E-07                     
+AR YELL 2009  4  1 14 15  0.000000  1    0.245187000000E-06                     
+AS G32  2009  4  1 14 20  0.000000  1    0.280143118820E-03                     
+AS G24  2009  4  1 14 20  0.000000  1    0.177861440744E-03                     
+AS G25  2009  4  1 14 20  0.000000  1    0.334716170672E-03                     
+AS G26  2009  4  1 14 20  0.000000  1    0.544746992680E-04                     
+AS G27  2009  4  1 14 20  0.000000  1    0.371675898676E-04                     
+AS G30  2009  4  1 14 20  0.000000  1    0.136280023942E-03                     
+AS G03  2009  4  1 14 20  0.000000  1    0.373510884816E-03                     
+AS G04  2009  4  1 14 20  0.000000  1   -0.348273384043E-04                     
+AS G06  2009  4  1 14 20  0.000000  1    0.603670751443E-04                     
+AS G08  2009  4  1 14 20  0.000000  1   -0.196559038768E-03                     
+AS G09  2009  4  1 14 20  0.000000  1    0.484796927015E-04                     
+AS G10  2009  4  1 14 20  0.000000  1   -0.136335666351E-04                     
+AS G14  2009  4  1 14 20  0.000000  1   -0.132347069944E-03                     
+AS G13  2009  4  1 14 20  0.000000  1    0.293273145576E-03                     
+AS G28  2009  4  1 14 20  0.000000  1   -0.238317664621E-04                     
+AS G21  2009  4  1 14 20  0.000000  1    0.215080926933E-04                     
+AS G11  2009  4  1 14 20  0.000000  1    0.274060340426E-05                     
+AS G22  2009  4  1 14 20  0.000000  1    0.202420871661E-03                     
+AS G20  2009  4  1 14 20  0.000000  1    0.865490942893E-04                     
+AS G18  2009  4  1 14 20  0.000000  1   -0.694936670245E-04                     
+AS G16  2009  4  1 14 20  0.000000  1    0.629725285443E-04                     
+AS G19  2009  4  1 14 20  0.000000  1    0.293494205485E-04                     
+AS G23  2009  4  1 14 20  0.000000  1    0.388991373626E-03                     
+AS G02  2009  4  1 14 20  0.000000  1    0.153926014530E-03                     
+AS G31  2009  4  1 14 20  0.000000  1   -0.564822838478E-04                     
+AS G17  2009  4  1 14 20  0.000000  1    0.524528045529E-04                     
+AS G12  2009  4  1 14 20  0.000000  1   -0.299488179586E-03                     
+AS G15  2009  4  1 14 20  0.000000  1   -0.276048592732E-03                     
+AS G29  2009  4  1 14 20  0.000000  1    0.488942956935E-05                     
+AS G07  2009  4  1 14 20  0.000000  1    0.209757146326E-04                     
+AS R02  2009  4  1 14 20  0.000000  1    0.206263168002E-04                     
+AS R03  2009  4  1 14 20  0.000000  1   -0.343078590371E-04                     
+AS R04  2009  4  1 14 20  0.000000  1    0.637459580447E-04                     
+AS R06  2009  4  1 14 20  0.000000  1   -0.169256362314E-03                     
+AS R07  2009  4  1 14 20  0.000000  1   -0.891754179129E-04                     
+AS R08  2009  4  1 14 20  0.000000  1   -0.101990931011E-03                     
+AS R10  2009  4  1 14 20  0.000000  1   -0.140831878940E-03                     
+AS R11  2009  4  1 14 20  0.000000  1   -0.926372870402E-04                     
+AS R13  2009  4  1 14 20  0.000000  1   -0.230653994537E-03                     
+AS R14  2009  4  1 14 20  0.000000  1   -0.795850965620E-04                     
+AS R15  2009  4  1 14 20  0.000000  1    0.921172143946E-04                     
+AS R17  2009  4  1 14 20  0.000000  1   -0.261273662077E-03                     
+AS R18  2009  4  1 14 20  0.000000  1   -0.135626134003E-05                     
+AS R19  2009  4  1 14 20  0.000000  1   -0.894330383659E-04                     
+AS R20  2009  4  1 14 20  0.000000  1   -0.650150745051E-04                     
+AS R21  2009  4  1 14 20  0.000000  1   -0.143354502751E-03                     
+AS R22  2009  4  1 14 20  0.000000  1   -0.201602790345E-03                     
+AS R23  2009  4  1 14 20  0.000000  1   -0.200260685191E-03                     
+AR ALGO 2009  4  1 14 20  0.000000  1    0.810240123081E-04                     
+AR ALIC 2009  4  1 14 20  0.000000  1    0.121627440584E-07                     
+AR AMC2 2009  4  1 14 20  0.000000  1    0.175287208993E-08                     
+AR ANKR 2009  4  1 14 20  0.000000  1   -0.995806882074E-04                     
+AR ARTU 2009  4  1 14 20  0.000000  1   -0.748818723585E-07                     
+AR ASPA 2009  4  1 14 20  0.000000  1    0.231115478246E-07                     
+AR BHR1 2009  4  1 14 20  0.000000  1    0.563383014720E-03                     
+AR BARH 2009  4  1 14 20  0.000000  1    0.940572591811E-08                     
+AR BJFS 2009  4  1 14 20  0.000000  1   -0.589871159622E-07                     
+AR BOGT 2009  4  1 14 20  0.000000  1   -0.555637103820E-07                     
+AR BRMU 2009  4  1 14 20  0.000000  1   -0.256850250279E-03                     
+AR CAGZ 2009  4  1 14 20  0.000000  1    0.386604368693E-04                     
+AR CAS1 2009  4  1 14 20  0.000000  1    0.420510842311E-08                     
+AR CHAT 2009  4  1 14 20  0.000000  1   -0.435223907747E-07                     
+AR CHPI 2009  4  1 14 20  0.000000  1   -0.633634243964E-07                     
+AR COCO 2009  4  1 14 20  0.000000  1    0.227680254813E-03                     
+AR CONZ 2009  4  1 14 20  0.000000  1    0.378320582630E-03                     
+AR CRAR 2009  4  1 14 20  0.000000  1    0.202168515539E-03                     
+AR CRO1 2009  4  1 14 20  0.000000  1    0.665106205273E-03                     
+AR DAEJ 2009  4  1 14 20  0.000000  1   -0.196547405926E-03                     
+AR DARW 2009  4  1 14 20  0.000000  1   -0.144549298158E-09                     
+AR DGAR 2009  4  1 14 20  0.000000  1   -0.689882907459E-07                     
+AR DRAO 2009  4  1 14 20  0.000000  1    0.115403018660E-03                     
+AR FAA1 2009  4  1 14 20  0.000000  1   -0.308467976334E-08                     
+AR FAIR 2009  4  1 14 20  0.000000  1   -0.519339368829E-07                     
+AR GLPS 2009  4  1 14 20  0.000000  1   -0.646853202468E-07                     
+AR GUAM 2009  4  1 14 20  0.000000  1   -0.515629777394E-07                     
+AR GUAT 2009  4  1 14 20  0.000000  1    0.164388725549E-07                     
+AR HOB2 2009  4  1 14 20  0.000000  1    0.884594941792E-07                     
+AR HOFN 2009  4  1 14 20  0.000000  1    0.451722536178E-03                     
+AR HOLM 2009  4  1 14 20  0.000000  1   -0.502731854682E-07                     
+AR HRAO 2009  4  1 14 20  0.000000  1    0.849466918537E-03                     
+AR HYDE 2009  4  1 14 20  0.000000  1    0.521491772939E-08                     
+AR IRKJ 2009  4  1 14 20  0.000000  1    0.163747268803E-03                     
+AR ISPA 2009  4  1 14 20  0.000000  1   -0.479234428257E-07                     
+AR KARR 2009  4  1 14 20  0.000000  1   -0.489411240649E-07                     
+AR KERG 2009  4  1 14 20  0.000000  1    0.817501380205E-03                     
+AR KHAJ 2009  4  1 14 20  0.000000  1   -0.150791674984E-05                     
+AR KIR0 2009  4  1 14 20  0.000000  1    0.282926011656E-03                     
+AR KIRU 2009  4  1 14 20  0.000000  1    0.591422266203E-03                     
+AR KIT3 2009  4  1 14 20  0.000000  1   -0.472306655041E-08                     
+AR KOUR 2009  4  1 14 20  0.000000  1    0.125014394895E-03                     
+AR KUNM 2009  4  1 14 20  0.000000  1   -0.107989893532E-07                     
+AR LHAZ 2009  4  1 14 20  0.000000  1    0.617806540945E-04                     
+AR MAL2 2009  4  1 14 20  0.000000  1   -0.106104115510E-07                     
+AR MAS1 2009  4  1 14 20  0.000000  1   -0.101618409394E-03                     
+AR MAW1 2009  4  1 14 20  0.000000  1    0.202271884499E-08                     
+AR MCIL 2009  4  1 14 20  0.000000  1    0.275218528731E-07                     
+AR MCM4 2009  4  1 14 20  0.000000  1   -0.593264859665E-07                     
+AR MDO1 2009  4  1 14 20  0.000000  1   -0.424132592906E-07                     
+AR MDVJ 2009  4  1 14 20  0.000000  1    0.438552159321E-03                     
+AR MKEA 2009  4  1 14 20  0.000000  1   -0.388225100962E-07                     
+AR MOBS 2009  4  1 14 20  0.000000  1    0.537001417866E-08                     
+AR NANO 2009  4  1 14 20  0.000000  1    0.163383828657E-08                     
+AR NLIB 2009  4  1 14 20  0.000000  1   -0.117358866359E-06                     
+AR NNOR 2009  4  1 14 20  0.000000  1    0.365796762819E-03                     
+AR NRC1 2009  4  1 14 20  0.000000  1   -0.448541483682E-05                     
+AR NRIL 2009  4  1 14 20  0.000000  1   -0.499375415792E-07                     
+AR NRMD 2009  4  1 14 20  0.000000  1    0.262312855332E-07                     
+AR NTUS 2009  4  1 14 20  0.000000  1   -0.469052429060E-09                     
+AR NYAL 2009  4  1 14 20  0.000000  1    0.945957361811E-07                     
+AR OHI3 2009  4  1 14 20  0.000000  1    0.445500389446E-03                     
+AR ONSA 2009  4  1 14 20  0.000000  1   -0.324796011241E-04                     
+AR PDEL 2009  4  1 14 20  0.000000  1   -0.116041606518E-08                     
+AR PERT 2009  4  1 14 20  0.000000  1   -0.440768837830E-07                     
+AR PETP 2009  4  1 14 20  0.000000  1   -0.574400663067E-07                     
+AR PIMO 2009  4  1 14 20  0.000000  1   -0.471849972916E-07                     
+AR QAQ1 2009  4  1 14 20  0.000000  1   -0.545406546031E-07                     
+AR QUIN 2009  4  1 14 20  0.000000  1   -0.543737439239E-07                     
+AR RABT 2009  4  1 14 20  0.000000  1   -0.785353238411E-07                     
+AR RAMO 2009  4  1 14 20  0.000000  1    0.488330297766E-07                     
+AR RCMN 2009  4  1 14 20  0.000000  1    0.101609142981E-07                     
+AR REDU 2009  4  1 14 20  0.000000  1   -0.653911919856E-07                     
+AR REUN 2009  4  1 14 20  0.000000  1    0.291732653458E-07                     
+AR REYK 2009  4  1 14 20  0.000000  1    0.116634550305E-03                     
+AR SCH2 2009  4  1 14 20  0.000000  1    0.189369471657E-03                     
+AR SCUB 2009  4  1 14 20  0.000000  1   -0.744714307860E-07                     
+AR STJO 2009  4  1 14 20  0.000000  1   -0.704962488693E-05                     
+AR SYDN 2009  4  1 14 20  0.000000  1    0.141060082597E-05                     
+AR SYOG 2009  4  1 14 20  0.000000  1    0.140102053474E-04                     
+AR THU2 2009  4  1 14 20  0.000000  1    0.414171778882E-03                     
+AR TOW2 2009  4  1 14 20  0.000000  1   -0.530968841916E-09                     
+AR URUM 2009  4  1 14 20  0.000000  1    0.484438644599E-03                     
+AR VESL 2009  4  1 14 20  0.000000  1   -0.318721173058E-03                     
+AR VILL 2009  4  1 14 20  0.000000  1   -0.789076164845E-07                     
+AR WTZR 2009  4  1 14 20  0.000000  1    0.455249223852E-07                     
+AR WUHN 2009  4  1 14 20  0.000000  1   -0.647395180127E-07                     
+AR YSSK 2009  4  1 14 20  0.000000  1   -0.658173006706E-07                     
+AR ZIM2 2009  4  1 14 20  0.000000  1    0.299449712108E-07                     
+AR XMIS 2009  4  1 14 20  0.000000  1   -0.199607725026E-09                     
+AR GODZ 2009  4  1 14 20  0.000000  1   -0.469119948612E-03                     
+AR MTKA 2009  4  1 14 20  0.000000  1   -0.624685420459E-07                     
+AR TIXJ 2009  4  1 14 20  0.000000  1    0.263622696681E-04                     
+AR PARK 2009  4  1 14 20  0.000000  1    0.807252866176E-06                     
+AR UNBJ 2009  4  1 14 20  0.000000  1    0.188170344064E-04                     
+AR NOVM 2009  4  1 14 20  0.000000  1    0.798328048745E-04                     
+AR SUNM 2009  4  1 14 20  0.000000  1   -0.213357857014E-04                     
+AR CEBR 2009  4  1 14 20  0.000000  1    0.719431382579E-03                     
+AR CPXF 2009  4  1 14 20  0.000000  1    0.293503590055E-08                     
+AR IDDR 2009  4  1 14 20  0.000000  1    0.697716592191E-08                     
+AR AZGB 2009  4  1 14 20  0.000000  1    0.365504103508E-03                     
+AR TN22 2009  4  1 14 20  0.000000  1    0.363488393998E-04                     
+AR ETAD 2009  4  1 14 20  0.000000  1    0.226937216210E-07                     
+AR ILHA 2009  4  1 14 20  0.000000  1   -0.418799882029E-09                     
+AR POVE 2009  4  1 14 20  0.000000  1    0.363118483307E-08                     
+AR RECF 2009  4  1 14 20  0.000000  1    0.276531867736E-07                     
+AR SALU 2009  4  1 14 20  0.000000  1    0.350499831660E-07                     
+AR SAVO 2009  4  1 14 20  0.000000  1    0.280644040004E-07                     
+AR UFPR 2009  4  1 14 20  0.000000  1    0.320512778851E-07                     
+AR YELL 2009  4  1 14 20  0.000000  1    0.245257000000E-06                     
+AS G32  2009  4  1 14 25  0.000000  1    0.280141672582E-03                     
+AS G24  2009  4  1 14 25  0.000000  1    0.177862378955E-03                     
+AS G25  2009  4  1 14 25  0.000000  1    0.334722760697E-03                     
+AS G26  2009  4  1 14 25  0.000000  1    0.544752991144E-04                     
+AS G27  2009  4  1 14 25  0.000000  1    0.371681010134E-04                     
+AS G30  2009  4  1 14 25  0.000000  1    0.136280369257E-03                     
+AS G03  2009  4  1 14 25  0.000000  1    0.373512620645E-03                     
+AS G04  2009  4  1 14 25  0.000000  1   -0.348317863630E-04                     
+AS G06  2009  4  1 14 25  0.000000  1    0.603726105673E-04                     
+AS G08  2009  4  1 14 25  0.000000  1   -0.196559398928E-03                     
+AS G09  2009  4  1 14 25  0.000000  1    0.484810938714E-04                     
+AS G10  2009  4  1 14 25  0.000000  1   -0.136333718924E-04                     
+AS G14  2009  4  1 14 25  0.000000  1   -0.132345496903E-03                     
+AS G13  2009  4  1 14 25  0.000000  1    0.293273430118E-03                     
+AS G28  2009  4  1 14 25  0.000000  1   -0.238320795627E-04                     
+AS G21  2009  4  1 14 25  0.000000  1    0.215077851647E-04                     
+AS G11  2009  4  1 14 25  0.000000  1    0.274016789347E-05                     
+AS G22  2009  4  1 14 25  0.000000  1    0.202421096045E-03                     
+AS G20  2009  4  1 14 25  0.000000  1    0.865487944231E-04                     
+AS G18  2009  4  1 14 25  0.000000  1   -0.694925383857E-04                     
+AS G16  2009  4  1 14 25  0.000000  1    0.629715238658E-04                     
+AS G19  2009  4  1 14 25  0.000000  1    0.293493700910E-04                     
+AS G23  2009  4  1 14 25  0.000000  1    0.388991491247E-03                     
+AS G02  2009  4  1 14 25  0.000000  1    0.153925934070E-03                     
+AS G31  2009  4  1 14 25  0.000000  1   -0.564825462672E-04                     
+AS G17  2009  4  1 14 25  0.000000  1    0.524534306038E-04                     
+AS G12  2009  4  1 14 25  0.000000  1   -0.299486576622E-03                     
+AS G15  2009  4  1 14 25  0.000000  1   -0.276050059484E-03                     
+AS G29  2009  4  1 14 25  0.000000  1    0.489044977004E-05                     
+AS G07  2009  4  1 14 25  0.000000  1    0.209757150245E-04                     
+AS R02  2009  4  1 14 25  0.000000  1    0.206253214740E-04                     
+AS R03  2009  4  1 14 25  0.000000  1   -0.343089382076E-04                     
+AS R04  2009  4  1 14 25  0.000000  1    0.637454836477E-04                     
+AS R06  2009  4  1 14 25  0.000000  1   -0.169253868761E-03                     
+AS R07  2009  4  1 14 25  0.000000  1   -0.891752764296E-04                     
+AS R08  2009  4  1 14 25  0.000000  1   -0.101990751069E-03                     
+AS R10  2009  4  1 14 25  0.000000  1   -0.140831543880E-03                     
+AS R11  2009  4  1 14 25  0.000000  1   -0.926376481274E-04                     
+AS R13  2009  4  1 14 25  0.000000  1   -0.230654359923E-03                     
+AS R14  2009  4  1 14 25  0.000000  1   -0.795841238777E-04                     
+AS R15  2009  4  1 14 25  0.000000  1    0.921177470437E-04                     
+AS R17  2009  4  1 14 25  0.000000  1   -0.261274062834E-03                     
+AS R18  2009  4  1 14 25  0.000000  1   -0.135664822354E-05                     
+AS R19  2009  4  1 14 25  0.000000  1   -0.894333042714E-04                     
+AS R20  2009  4  1 14 25  0.000000  1   -0.650150447243E-04                     
+AS R21  2009  4  1 14 25  0.000000  1   -0.143355058693E-03                     
+AS R22  2009  4  1 14 25  0.000000  1   -0.201603762011E-03                     
+AS R23  2009  4  1 14 25  0.000000  1   -0.200258681858E-03                     
+AR ALGO 2009  4  1 14 25  0.000000  1    0.810268373875E-04                     
+AR ALIC 2009  4  1 14 25  0.000000  1    0.115639622791E-07                     
+AR AMC2 2009  4  1 14 25  0.000000  1    0.177827688401E-08                     
+AR ANKR 2009  4  1 14 25  0.000000  1   -0.362914125393E-04                     
+AR ARTU 2009  4  1 14 25  0.000000  1   -0.747619597772E-07                     
+AR ASPA 2009  4  1 14 25  0.000000  1    0.257194212347E-07                     
+AR BHR1 2009  4  1 14 25  0.000000  1    0.563382916037E-03                     
+AR BARH 2009  4  1 14 25  0.000000  1    0.100476617184E-07                     
+AR BJFS 2009  4  1 14 25  0.000000  1   -0.570831995927E-07                     
+AR BOGT 2009  4  1 14 25  0.000000  1   -0.543500072621E-07                     
+AR BRMU 2009  4  1 14 25  0.000000  1    0.239992164356E-03                     
+AR CAGZ 2009  4  1 14 25  0.000000  1    0.260798564754E-03                     
+AR CAS1 2009  4  1 14 25  0.000000  1    0.530997829985E-08                     
+AR CHAT 2009  4  1 14 25  0.000000  1   -0.411099775254E-07                     
+AR CHPI 2009  4  1 14 25  0.000000  1   -0.611701470187E-07                     
+AR COCO 2009  4  1 14 25  0.000000  1    0.227680860601E-03                     
+AR CONZ 2009  4  1 14 25  0.000000  1    0.252040203578E-03                     
+AR CRAR 2009  4  1 14 25  0.000000  1    0.177116430663E-03                     
+AR CRO1 2009  4  1 14 25  0.000000  1    0.665106220622E-03                     
+AR DAEJ 2009  4  1 14 25  0.000000  1   -0.196546812299E-03                     
+AR DARW 2009  4  1 14 25  0.000000  1    0.558106220331E-08                     
+AR DGAR 2009  4  1 14 25  0.000000  1   -0.685922953448E-07                     
+AR DRAO 2009  4  1 14 25  0.000000  1    0.115439950792E-03                     
+AR FAA1 2009  4  1 14 25  0.000000  1   -0.318703055663E-08                     
+AR FAIR 2009  4  1 14 25  0.000000  1   -0.540826537933E-07                     
+AR GLPS 2009  4  1 14 25  0.000000  1   -0.648632023631E-07                     
+AR GUAM 2009  4  1 14 25  0.000000  1   -0.514639425568E-07                     
+AR GUAT 2009  4  1 14 25  0.000000  1    0.102630266276E-07                     
+AR HOB2 2009  4  1 14 25  0.000000  1    0.884978272256E-07                     
+AR HOFN 2009  4  1 14 25  0.000000  1   -0.470749818160E-03                     
+AR HOLM 2009  4  1 14 25  0.000000  1   -0.513172297174E-07                     
+AR HRAO 2009  4  1 14 25  0.000000  1    0.849467030107E-03                     
+AR HYDE 2009  4  1 14 25  0.000000  1    0.506427831515E-08                     
+AR IRKJ 2009  4  1 14 25  0.000000  1    0.163747256372E-03                     
+AR ISPA 2009  4  1 14 25  0.000000  1   -0.510077352399E-07                     
+AR KARR 2009  4  1 14 25  0.000000  1   -0.487678253628E-07                     
+AR KERG 2009  4  1 14 25  0.000000  1    0.817501374837E-03                     
+AR KHAJ 2009  4  1 14 25  0.000000  1   -0.150789654952E-05                     
+AR KIR0 2009  4  1 14 25  0.000000  1    0.282919349269E-03                     
+AR KIRU 2009  4  1 14 25  0.000000  1    0.591414482582E-03                     
+AR KIT3 2009  4  1 14 25  0.000000  1   -0.616113262383E-08                     
+AR KOUR 2009  4  1 14 25  0.000000  1    0.125014419724E-03                     
+AR KUNM 2009  4  1 14 25  0.000000  1   -0.262739213626E-07                     
+AR LHAZ 2009  4  1 14 25  0.000000  1    0.786823634396E-04                     
+AR MAL2 2009  4  1 14 25  0.000000  1   -0.925784728753E-08                     
+AR MAS1 2009  4  1 14 25  0.000000  1   -0.101618223215E-03                     
+AR MAW1 2009  4  1 14 25  0.000000  1    0.191414051562E-08                     
+AR MCIL 2009  4  1 14 25  0.000000  1    0.272294554881E-07                     
+AR MCM4 2009  4  1 14 25  0.000000  1   -0.621797437393E-07                     
+AR MDO1 2009  4  1 14 25  0.000000  1   -0.423603975063E-07                     
+AR MDVJ 2009  4  1 14 25  0.000000  1    0.438552163135E-03                     
+AR MKEA 2009  4  1 14 25  0.000000  1   -0.312996298882E-07                     
+AR MOBS 2009  4  1 14 25  0.000000  1    0.518212295971E-08                     
+AR NANO 2009  4  1 14 25  0.000000  1    0.218763765163E-08                     
+AR NLIB 2009  4  1 14 25  0.000000  1   -0.117368213368E-06                     
+AR NNOR 2009  4  1 14 25  0.000000  1    0.365796843130E-03                     
+AR NRC1 2009  4  1 14 25  0.000000  1   -0.448538186018E-05                     
+AR NRIL 2009  4  1 14 25  0.000000  1   -0.443743202469E-07                     
+AR NRMD 2009  4  1 14 25  0.000000  1    0.255940661155E-07                     
+AR NTUS 2009  4  1 14 25  0.000000  1   -0.353236943387E-08                     
+AR NYAL 2009  4  1 14 25  0.000000  1    0.946231893131E-07                     
+AR OHI3 2009  4  1 14 25  0.000000  1   -0.437350293858E-03                     
+AR ONSA 2009  4  1 14 25  0.000000  1   -0.324796305720E-04                     
+AR PDEL 2009  4  1 14 25  0.000000  1   -0.425386212777E-09                     
+AR PERT 2009  4  1 14 25  0.000000  1   -0.488025878934E-07                     
+AR PETP 2009  4  1 14 25  0.000000  1   -0.628929404952E-07                     
+AR PIMO 2009  4  1 14 25  0.000000  1   -0.425216570094E-07                     
+AR QAQ1 2009  4  1 14 25  0.000000  1   -0.618192532212E-07                     
+AR QUIN 2009  4  1 14 25  0.000000  1   -0.557242970647E-07                     
+AR RABT 2009  4  1 14 25  0.000000  1   -0.731697604663E-07                     
+AR RAMO 2009  4  1 14 25  0.000000  1    0.240476918387E-07                     
+AR RCMN 2009  4  1 14 25  0.000000  1    0.103063484735E-07                     
+AR REDU 2009  4  1 14 25  0.000000  1   -0.638590030001E-07                     
+AR REUN 2009  4  1 14 25  0.000000  1    0.297379134023E-07                     
+AR REYK 2009  4  1 14 25  0.000000  1    0.130619467369E-03                     
+AR SCH2 2009  4  1 14 25  0.000000  1    0.189386005944E-03                     
+AR SCUB 2009  4  1 14 25  0.000000  1   -0.744539680064E-07                     
+AR STJO 2009  4  1 14 25  0.000000  1   -0.704992121776E-05                     
+AR SYDN 2009  4  1 14 25  0.000000  1    0.141042048855E-05                     
+AR SYOG 2009  4  1 14 25  0.000000  1    0.140101392580E-04                     
+AR THU2 2009  4  1 14 25  0.000000  1    0.412169538574E-03                     
+AR TOW2 2009  4  1 14 25  0.000000  1   -0.872740664181E-09                     
+AR URUM 2009  4  1 14 25  0.000000  1    0.407551420290E-03                     
+AR VESL 2009  4  1 14 25  0.000000  1   -0.282496480549E-03                     
+AR VILL 2009  4  1 14 25  0.000000  1   -0.777381145441E-07                     
+AR WTZR 2009  4  1 14 25  0.000000  1    0.455404791670E-07                     
+AR WUHN 2009  4  1 14 25  0.000000  1   -0.649524746504E-07                     
+AR YSSK 2009  4  1 14 25  0.000000  1   -0.647638640734E-07                     
+AR ZIM2 2009  4  1 14 25  0.000000  1    0.300832982778E-07                     
+AR XMIS 2009  4  1 14 25  0.000000  1    0.174979420391E-08                     
+AR GODZ 2009  4  1 14 25  0.000000  1   -0.469119906448E-03                     
+AR MTKA 2009  4  1 14 25  0.000000  1   -0.605863348172E-07                     
+AR TIXJ 2009  4  1 14 25  0.000000  1    0.237471222470E-04                     
+AR PARK 2009  4  1 14 25  0.000000  1    0.807319677194E-06                     
+AR UNBJ 2009  4  1 14 25  0.000000  1   -0.561304272250E-04                     
+AR NOVM 2009  4  1 14 25  0.000000  1    0.798328090282E-04                     
+AR SUNM 2009  4  1 14 25  0.000000  1   -0.177967037407E-03                     
+AR CEBR 2009  4  1 14 25  0.000000  1    0.719431395423E-03                     
+AR CPXF 2009  4  1 14 25  0.000000  1    0.491449003431E-08                     
+AR IDDR 2009  4  1 14 25  0.000000  1    0.686679510021E-08                     
+AR AZGB 2009  4  1 14 25  0.000000  1    0.226140986830E-03                     
+AR TN22 2009  4  1 14 25  0.000000  1   -0.390098192271E-04                     
+AR ETAD 2009  4  1 14 25  0.000000  1    0.190280853863E-07                     
+AR ILHA 2009  4  1 14 25  0.000000  1   -0.598924351619E-09                     
+AR POVE 2009  4  1 14 25  0.000000  1    0.477623912395E-08                     
+AR RECF 2009  4  1 14 25  0.000000  1    0.239679326980E-07                     
+AR SALU 2009  4  1 14 25  0.000000  1    0.232061569151E-07                     
+AR SAVO 2009  4  1 14 25  0.000000  1    0.260081289974E-07                     
+AR UFPR 2009  4  1 14 25  0.000000  1    0.309338178719E-07                     
+AR YELL 2009  4  1 14 25  0.000000  1    0.245327000000E-06                     
+AS G32  2009  4  1 14 30  0.000000  1    0.280140305026E-03                     
+AS G24  2009  4  1 14 30  0.000000  1    0.177863028986E-03                     
+AS G25  2009  4  1 14 30  0.000000  1    0.334729398011E-03                     
+AS G26  2009  4  1 14 30  0.000000  1    0.544761305769E-04                     
+AS G27  2009  4  1 14 30  0.000000  1    0.371685423788E-04                     
+AS G30  2009  4  1 14 30  0.000000  1    0.136280956476E-03                     
+AS G03  2009  4  1 14 30  0.000000  1    0.373514913687E-03                     
+AS G04  2009  4  1 14 30  0.000000  1   -0.348360634813E-04                     
+AS G06  2009  4  1 14 30  0.000000  1    0.603779926761E-04                     
+AS G08  2009  4  1 14 30  0.000000  1   -0.196560143269E-03                     
+AS G09  2009  4  1 14 30  0.000000  1    0.484817469923E-04                     
+AS G10  2009  4  1 14 30  0.000000  1   -0.136330109227E-04                     
+AS G14  2009  4  1 14 30  0.000000  1   -0.132343782443E-03                     
+AS G13  2009  4  1 14 30  0.000000  1    0.293273833405E-03                     
+AS G28  2009  4  1 14 30  0.000000  1   -0.238320379228E-04                     
+AS G21  2009  4  1 14 30  0.000000  1    0.215074615686E-04                     
+AS G11  2009  4  1 14 30  0.000000  1    0.273960861688E-05                     
+AS G22  2009  4  1 14 30  0.000000  1    0.202420927587E-03                     
+AS G20  2009  4  1 14 30  0.000000  1    0.865485185556E-04                     
+AS G18  2009  4  1 14 30  0.000000  1   -0.694914577899E-04                     
+AS G16  2009  4  1 14 30  0.000000  1    0.629707275937E-04                     
+AS G19  2009  4  1 14 30  0.000000  1    0.293488613957E-04                     
+AS G23  2009  4  1 14 30  0.000000  1    0.388991570523E-03                     
+AS G02  2009  4  1 14 30  0.000000  1    0.153925856001E-03                     
+AS G31  2009  4  1 14 30  0.000000  1   -0.564829003556E-04                     
+AS G17  2009  4  1 14 30  0.000000  1    0.524538100659E-04                     
+AS G12  2009  4  1 14 30  0.000000  1   -0.299485184581E-03                     
+AS G15  2009  4  1 14 30  0.000000  1   -0.276051217682E-03                     
+AS G29  2009  4  1 14 30  0.000000  1    0.489164842026E-05                     
+AS G07  2009  4  1 14 30  0.000000  1    0.209756939360E-04                     
+AS R02  2009  4  1 14 30  0.000000  1    0.206243357568E-04                     
+AS R03  2009  4  1 14 30  0.000000  1   -0.343086222968E-04                     
+AS R04  2009  4  1 14 30  0.000000  1    0.637435600596E-04                     
+AS R06  2009  4  1 14 30  0.000000  1   -0.169254290558E-03                     
+AS R07  2009  4  1 14 30  0.000000  1   -0.891741048541E-04                     
+AS R08  2009  4  1 14 30  0.000000  1   -0.101990592637E-03                     
+AS R10  2009  4  1 14 30  0.000000  1   -0.140831361326E-03                     
+AS R11  2009  4  1 14 30  0.000000  1   -0.926379337477E-04                     
+AS R13  2009  4  1 14 30  0.000000  1   -0.230655032692E-03                     
+AS R14  2009  4  1 14 30  0.000000  1   -0.795827794266E-04                     
+AS R15  2009  4  1 14 30  0.000000  1    0.921184127013E-04                     
+AS R17  2009  4  1 14 30  0.000000  1   -0.261274309875E-03                     
+AS R18  2009  4  1 14 30  0.000000  1   -0.135670833401E-05                     
+AS R19  2009  4  1 14 30  0.000000  1   -0.894336286653E-04                     
+AS R20  2009  4  1 14 30  0.000000  1   -0.650149431515E-04                     
+AS R21  2009  4  1 14 30  0.000000  1   -0.143355410456E-03                     
+AS R22  2009  4  1 14 30  0.000000  1   -0.201604444459E-03                     
+AS R23  2009  4  1 14 30  0.000000  1   -0.200256758898E-03                     
+AR ALGO 2009  4  1 14 30  0.000000  1    0.810297844001E-04                     
+AR ALIC 2009  4  1 14 30  0.000000  1    0.107494043787E-07                     
+AR AMC2 2009  4  1 14 30  0.000000  1    0.178417053747E-08                     
+AR ANKR 2009  4  1 14 30  0.000000  1    0.268102642170E-04                     
+AR ARTU 2009  4  1 14 30  0.000000  1   -0.713762595149E-07                     
+AR ASPA 2009  4  1 14 30  0.000000  1    0.275103652927E-07                     
+AR BHR1 2009  4  1 14 30  0.000000  1    0.563382823919E-03                     
+AR BARH 2009  4  1 14 30  0.000000  1    0.112214796737E-07                     
+AR BJFS 2009  4  1 14 30  0.000000  1   -0.555169730410E-07                     
+AR BOGT 2009  4  1 14 30  0.000000  1   -0.547138830098E-07                     
+AR BRMU 2009  4  1 14 30  0.000000  1   -0.262874294316E-03                     
+AR CAGZ 2009  4  1 14 30  0.000000  1    0.482964712141E-03                     
+AR CAS1 2009  4  1 14 30  0.000000  1    0.345882500953E-08                     
+AR CHAT 2009  4  1 14 30  0.000000  1   -0.373178875561E-07                     
+AR CHPI 2009  4  1 14 30  0.000000  1   -0.600900942722E-07                     
+AR COCO 2009  4  1 14 30  0.000000  1    0.227681447419E-03                     
+AR CONZ 2009  4  1 14 30  0.000000  1    0.125302780123E-03                     
+AR CRAR 2009  4  1 14 30  0.000000  1    0.152066654703E-03                     
+AR CRO1 2009  4  1 14 30  0.000000  1    0.665106231883E-03                     
+AR DAEJ 2009  4  1 14 30  0.000000  1   -0.196547009493E-03                     
+AR DARW 2009  4  1 14 30  0.000000  1    0.114627071751E-08                     
+AR DGAR 2009  4  1 14 30  0.000000  1   -0.673026923161E-07                     
+AR DRAO 2009  4  1 14 30  0.000000  1    0.115477004964E-03                     
+AR FAA1 2009  4  1 14 30  0.000000  1   -0.170451005015E-08                     
+AR FAIR 2009  4  1 14 30  0.000000  1   -0.528906327081E-07                     
+AR GLPS 2009  4  1 14 30  0.000000  1   -0.649221789996E-07                     
+AR GUAM 2009  4  1 14 30  0.000000  1   -0.521120045434E-07                     
+AR GUAT 2009  4  1 14 30  0.000000  1    0.126060671078E-07                     
+AR HOB2 2009  4  1 14 30  0.000000  1    0.885139261615E-07                     
+AR HOFN 2009  4  1 14 30  0.000000  1   -0.393240628370E-03                     
+AR HOLM 2009  4  1 14 30  0.000000  1   -0.528122610799E-07                     
+AR HRAO 2009  4  1 14 30  0.000000  1    0.849467118859E-03                     
+AR HYDE 2009  4  1 14 30  0.000000  1    0.940697486266E-08                     
+AR IRKJ 2009  4  1 14 30  0.000000  1    0.163747191613E-03                     
+AR ISPA 2009  4  1 14 30  0.000000  1   -0.507587926780E-07                     
+AR KARR 2009  4  1 14 30  0.000000  1   -0.480981672992E-07                     
+AR KERG 2009  4  1 14 30  0.000000  1    0.817501148730E-03                     
+AR KHAJ 2009  4  1 14 30  0.000000  1   -0.150793282516E-05                     
+AR KIR0 2009  4  1 14 30  0.000000  1    0.282912661841E-03                     
+AR KIRU 2009  4  1 14 30  0.000000  1    0.591409419311E-03                     
+AR KIT3 2009  4  1 14 30  0.000000  1    0.125420515149E-07                     
+AR KOUR 2009  4  1 14 30  0.000000  1    0.125014275710E-03                     
+AR KUNM 2009  4  1 14 30  0.000000  1   -0.231176354484E-07                     
+AR LHAZ 2009  4  1 14 30  0.000000  1    0.956768852699E-04                     
+AR MAL2 2009  4  1 14 30  0.000000  1   -0.703679493445E-08                     
+AR MAS1 2009  4  1 14 30  0.000000  1   -0.101617993222E-03                     
+AR MAW1 2009  4  1 14 30  0.000000  1    0.966299586872E-09                     
+AR MCIL 2009  4  1 14 30  0.000000  1    0.266498268281E-07                     
+AR MCM4 2009  4  1 14 30  0.000000  1   -0.645592371297E-07                     
+AR MDO1 2009  4  1 14 30  0.000000  1   -0.431574255884E-07                     
+AR MDVJ 2009  4  1 14 30  0.000000  1    0.438552155255E-03                     
+AR MKEA 2009  4  1 14 30  0.000000  1   -0.364978796367E-07                     
+AR MOBS 2009  4  1 14 30  0.000000  1    0.545810241123E-08                     
+AR NANO 2009  4  1 14 30  0.000000  1    0.104875294863E-08                     
+AR NLIB 2009  4  1 14 30  0.000000  1   -0.117303294989E-06                     
+AR NNOR 2009  4  1 14 30  0.000000  1    0.365797009400E-03                     
+AR NRC1 2009  4  1 14 30  0.000000  1   -0.448537111720E-05                     
+AR NRIL 2009  4  1 14 30  0.000000  1   -0.473618936895E-07                     
+AR NRMD 2009  4  1 14 30  0.000000  1    0.248613417680E-07                     
+AR NTUS 2009  4  1 14 30  0.000000  1   -0.249455264108E-08                     
+AR NYAL 2009  4  1 14 30  0.000000  1    0.946328231753E-07                     
+AR OHI3 2009  4  1 14 30  0.000000  1   -0.320030575822E-03                     
+AR ONSA 2009  4  1 14 30  0.000000  1   -0.324796760348E-04                     
+AR PDEL 2009  4  1 14 30  0.000000  1    0.432333491245E-08                     
+AR PERT 2009  4  1 14 30  0.000000  1   -0.491481839961E-07                     
+AR PETP 2009  4  1 14 30  0.000000  1   -0.607905065377E-07                     
+AR PIMO 2009  4  1 14 30  0.000000  1   -0.440045914075E-07                     
+AR QAQ1 2009  4  1 14 30  0.000000  1   -0.746400162369E-07                     
+AR QUIN 2009  4  1 14 30  0.000000  1   -0.573704337086E-07                     
+AR RABT 2009  4  1 14 30  0.000000  1   -0.681787561524E-07                     
+AR RAMO 2009  4  1 14 30  0.000000  1   -0.470446293685E-07                     
+AR RCMN 2009  4  1 14 30  0.000000  1    0.107755113235E-07                     
+AR REDU 2009  4  1 14 30  0.000000  1   -0.603452002087E-07                     
+AR REUN 2009  4  1 14 30  0.000000  1    0.293070879355E-07                     
+AR REYK 2009  4  1 14 30  0.000000  1    0.145111985276E-03                     
+AR SCH2 2009  4  1 14 30  0.000000  1    0.189402568370E-03                     
+AR SCUB 2009  4  1 14 30  0.000000  1   -0.766559281031E-07                     
+AR STJO 2009  4  1 14 30  0.000000  1   -0.705021300350E-05                     
+AR SYDN 2009  4  1 14 30  0.000000  1    0.141027751796E-05                     
+AR SYOG 2009  4  1 14 30  0.000000  1    0.140106365803E-04                     
+AR THU2 2009  4  1 14 30  0.000000  1    0.410167274698E-03                     
+AR TOW2 2009  4  1 14 30  0.000000  1   -0.843912825637E-09                     
+AR URUM 2009  4  1 14 30  0.000000  1    0.330947920552E-03                     
+AR VESL 2009  4  1 14 30  0.000000  1   -0.246314411993E-03                     
+AR VILL 2009  4  1 14 30  0.000000  1   -0.787873467510E-07                     
+AR WTZR 2009  4  1 14 30  0.000000  1    0.455466381000E-07                     
+AR WUHN 2009  4  1 14 30  0.000000  1   -0.644787473174E-07                     
+AR YSSK 2009  4  1 14 30  0.000000  1   -0.671430197803E-07                     
+AR ZIM2 2009  4  1 14 30  0.000000  1    0.289951288723E-07                     
+AR XMIS 2009  4  1 14 30  0.000000  1    0.154829715319E-08                     
+AR GODZ 2009  4  1 14 30  0.000000  1   -0.469119865759E-03                     
+AR MTKA 2009  4  1 14 30  0.000000  1   -0.607751567307E-07                     
+AR TIXJ 2009  4  1 14 30  0.000000  1    0.211687002088E-04                     
+AR PARK 2009  4  1 14 30  0.000000  1    0.807435473599E-06                     
+AR UNBJ 2009  4  1 14 30  0.000000  1   -0.130985269577E-03                     
+AR NOVM 2009  4  1 14 30  0.000000  1    0.798328016674E-04                     
+AR SUNM 2009  4  1 14 30  0.000000  1   -0.334814115535E-03                     
+AR CEBR 2009  4  1 14 30  0.000000  1    0.719431412819E-03                     
+AR CPXF 2009  4  1 14 30  0.000000  1    0.116098024928E-08                     
+AR IDDR 2009  4  1 14 30  0.000000  1    0.917003869834E-08                     
+AR AZGB 2009  4  1 14 30  0.000000  1    0.867598900756E-04                     
+AR TN22 2009  4  1 14 30  0.000000  1   -0.114613993880E-03                     
+AR ETAD 2009  4  1 14 30  0.000000  1    0.193950956365E-07                     
+AR ILHA 2009  4  1 14 30  0.000000  1   -0.370547186305E-09                     
+AR POVE 2009  4  1 14 30  0.000000  1    0.472747142535E-08                     
+AR RECF 2009  4  1 14 30  0.000000  1    0.235946574586E-07                     
+AR SALU 2009  4  1 14 30  0.000000  1    0.399558167481E-07                     
+AR SAVO 2009  4  1 14 30  0.000000  1    0.254069574266E-07                     
+AR UFPR 2009  4  1 14 30  0.000000  1    0.322610781460E-07                     
+AR YELL 2009  4  1 14 30  0.000000  1    0.245397000000E-06                     
+AS G32  2009  4  1 14 35  0.000000  1    0.280139072274E-03                     
+AS G24  2009  4  1 14 35  0.000000  1    0.177864545935E-03                     
+AS G25  2009  4  1 14 35  0.000000  1    0.334736010431E-03                     
+AS G26  2009  4  1 14 35  0.000000  1    0.544767716463E-04                     
+AS G27  2009  4  1 14 35  0.000000  1    0.371691847119E-04                     
+AS G30  2009  4  1 14 35  0.000000  1    0.136281493776E-03                     
+AS G03  2009  4  1 14 35  0.000000  1    0.373516984788E-03                     
+AS G04  2009  4  1 14 35  0.000000  1   -0.348402238717E-04                     
+AS G06  2009  4  1 14 35  0.000000  1    0.603835752846E-04                     
+AS G08  2009  4  1 14 35  0.000000  1   -0.196559856897E-03                     
+AS G09  2009  4  1 14 35  0.000000  1    0.484822788935E-04                     
+AS G10  2009  4  1 14 35  0.000000  1   -0.136330645090E-04                     
+AS G14  2009  4  1 14 35  0.000000  1   -0.132342115165E-03                     
+AS G13  2009  4  1 14 35  0.000000  1    0.293274249136E-03                     
+AS G28  2009  4  1 14 35  0.000000  1   -0.238320112551E-04                     
+AS G21  2009  4  1 14 35  0.000000  1    0.215061954217E-04                     
+AS G11  2009  4  1 14 35  0.000000  1    0.273955386317E-05                     
+AS G22  2009  4  1 14 35  0.000000  1    0.202420617674E-03                     
+AS G20  2009  4  1 14 35  0.000000  1    0.865485101263E-04                     
+AS G18  2009  4  1 14 35  0.000000  1   -0.694904379316E-04                     
+AS G16  2009  4  1 14 35  0.000000  1    0.629696763695E-04                     
+AS G19  2009  4  1 14 35  0.000000  1    0.293486899948E-04                     
+AS G23  2009  4  1 14 35  0.000000  1    0.388991913153E-03                     
+AS G02  2009  4  1 14 35  0.000000  1    0.153925897578E-03                     
+AS G31  2009  4  1 14 35  0.000000  1   -0.564829919986E-04                     
+AS G17  2009  4  1 14 35  0.000000  1    0.524543286038E-04                     
+AS G12  2009  4  1 14 35  0.000000  1   -0.299483878332E-03                     
+AS G15  2009  4  1 14 35  0.000000  1   -0.276052497004E-03                     
+AS G29  2009  4  1 14 35  0.000000  1    0.489288621187E-05                     
+AS G07  2009  4  1 14 35  0.000000  1    0.209753289660E-04                     
+AS R02  2009  4  1 14 35  0.000000  1    0.206234370658E-04                     
+AS R03  2009  4  1 14 35  0.000000  1   -0.343099181074E-04                     
+AS R04  2009  4  1 14 35  0.000000  1    0.637411405526E-04                     
+AS R06  2009  4  1 14 35  0.000000  1   -0.169253518199E-03                     
+AS R07  2009  4  1 14 35  0.000000  1   -0.891742654855E-04                     
+AS R08  2009  4  1 14 35  0.000000  1   -0.101990249695E-03                     
+AS R10  2009  4  1 14 35  0.000000  1   -0.140831374947E-03                     
+AS R11  2009  4  1 14 35  0.000000  1   -0.926383187660E-04                     
+AS R13  2009  4  1 14 35  0.000000  1   -0.230655223343E-03                     
+AS R14  2009  4  1 14 35  0.000000  1   -0.795820108960E-04                     
+AS R15  2009  4  1 14 35  0.000000  1    0.921192391455E-04                     
+AS R17  2009  4  1 14 35  0.000000  1   -0.261274815865E-03                     
+AS R18  2009  4  1 14 35  0.000000  1   -0.135694107610E-05                     
+AS R19  2009  4  1 14 35  0.000000  1   -0.894337717202E-04                     
+AS R20  2009  4  1 14 35  0.000000  1   -0.650145933106E-04                     
+AS R21  2009  4  1 14 35  0.000000  1   -0.143355498617E-03                     
+AS R22  2009  4  1 14 35  0.000000  1   -0.201605242197E-03                     
+AS R23  2009  4  1 14 35  0.000000  1   -0.200255107462E-03                     
+AR ALGO 2009  4  1 14 35  0.000000  1    0.810326460925E-04                     
+AR ALIC 2009  4  1 14 35  0.000000  1    0.933023965145E-08                     
+AR AMC2 2009  4  1 14 35  0.000000  1    0.182941669468E-08                     
+AR ANKR 2009  4  1 14 35  0.000000  1    0.898066961742E-04                     
+AR ARTU 2009  4  1 14 35  0.000000  1   -0.695533815713E-07                     
+AR ASPA 2009  4  1 14 35  0.000000  1    0.276092344224E-07                     
+AR BHR1 2009  4  1 14 35  0.000000  1    0.563382849926E-03                     
+AR BARH 2009  4  1 14 35  0.000000  1    0.939546240431E-08                     
+AR BJFS 2009  4  1 14 35  0.000000  1   -0.566376180798E-07                     
+AR BOGT 2009  4  1 14 35  0.000000  1   -0.518085359311E-07                     
+AR BRMU 2009  4  1 14 35  0.000000  1    0.234396255779E-03                     
+AR CAGZ 2009  4  1 14 35  0.000000  1   -0.294735125411E-03                     
+AR CAS1 2009  4  1 14 35  0.000000  1   -0.763909056673E-09                     
+AR CHAT 2009  4  1 14 35  0.000000  1   -0.330515546513E-07                     
+AR CHPI 2009  4  1 14 35  0.000000  1   -0.667744044013E-07                     
+AR COCO 2009  4  1 14 35  0.000000  1    0.227682105568E-03                     
+AR CONZ 2009  4  1 14 35  0.000000  1   -0.165706313234E-05                     
+AR CRAR 2009  4  1 14 35  0.000000  1    0.127027974225E-03                     
+AR CRO1 2009  4  1 14 35  0.000000  1    0.665106335771E-03                     
+AR DAEJ 2009  4  1 14 35  0.000000  1   -0.196546773566E-03                     
+AR DARW 2009  4  1 14 35  0.000000  1   -0.123874460707E-08                     
+AR DGAR 2009  4  1 14 35  0.000000  1   -0.687283840417E-07                     
+AR DRAO 2009  4  1 14 35  0.000000  1    0.115514026164E-03                     
+AR FAA1 2009  4  1 14 35  0.000000  1   -0.253368975418E-08                     
+AR FAIR 2009  4  1 14 35  0.000000  1   -0.573331352128E-07                     
+AR GLPS 2009  4  1 14 35  0.000000  1   -0.639438404948E-07                     
+AR GUAM 2009  4  1 14 35  0.000000  1   -0.520917028487E-07                     
+AR GUAT 2009  4  1 14 35  0.000000  1    0.125107905684E-07                     
+AR HOB2 2009  4  1 14 35  0.000000  1    0.885534461762E-07                     
+AR HOFN 2009  4  1 14 35  0.000000  1   -0.315749417439E-03                     
+AR HOLM 2009  4  1 14 35  0.000000  1   -0.490285669742E-07                     
+AR HRAO 2009  4  1 14 35  0.000000  1    0.849467239433E-03                     
+AR HYDE 2009  4  1 14 35  0.000000  1    0.418419600143E-08                     
+AR IRKJ 2009  4  1 14 35  0.000000  1    0.163747213382E-03                     
+AR ISPA 2009  4  1 14 35  0.000000  1   -0.511981486506E-07                     
+AR KARR 2009  4  1 14 35  0.000000  1   -0.477659224237E-07                     
+AR KERG 2009  4  1 14 35  0.000000  1    0.817500909123E-03                     
+AR KHAJ 2009  4  1 14 35  0.000000  1   -0.150790981873E-05                     
+AR KIR0 2009  4  1 14 35  0.000000  1    0.282906001043E-03                     
+AR KIRU 2009  4  1 14 35  0.000000  1    0.591405535921E-03                     
+AR KIT3 2009  4  1 14 35  0.000000  1   -0.469366280190E-08                     
+AR KOUR 2009  4  1 14 35  0.000000  1    0.125014338717E-03                     
+AR KUNM 2009  4  1 14 35  0.000000  1   -0.195018535255E-07                     
+AR LHAZ 2009  4  1 14 35  0.000000  1    0.112803710773E-03                     
+AR MAL2 2009  4  1 14 35  0.000000  1   -0.253494398364E-08                     
+AR MAS1 2009  4  1 14 35  0.000000  1   -0.101617753362E-03                     
+AR MAW1 2009  4  1 14 35  0.000000  1    0.157208867198E-08                     
+AR MCIL 2009  4  1 14 35  0.000000  1    0.265272886332E-07                     
+AR MCM4 2009  4  1 14 35  0.000000  1   -0.637149205704E-07                     
+AR MDO1 2009  4  1 14 35  0.000000  1   -0.507255908159E-07                     
+AR MDVJ 2009  4  1 14 35  0.000000  1    0.438552181377E-03                     
+AR MKEA 2009  4  1 14 35  0.000000  1   -0.348313344213E-07                     
+AR MOBS 2009  4  1 14 35  0.000000  1    0.434708593229E-08                     
+AR NANO 2009  4  1 14 35  0.000000  1    0.246294073965E-08                     
+AR NLIB 2009  4  1 14 35  0.000000  1   -0.117227628991E-06                     
+AR NNOR 2009  4  1 14 35  0.000000  1    0.365796626279E-03                     
+AR NRC1 2009  4  1 14 35  0.000000  1   -0.448531972684E-05                     
+AR NRIL 2009  4  1 14 35  0.000000  1   -0.452593551851E-07                     
+AR NRMD 2009  4  1 14 35  0.000000  1    0.234386925222E-07                     
+AR NTUS 2009  4  1 14 35  0.000000  1   -0.343308119536E-08                     
+AR NYAL 2009  4  1 14 35  0.000000  1    0.946599185015E-07                     
+AR OHI3 2009  4  1 14 35  0.000000  1   -0.202878225889E-03                     
+AR ONSA 2009  4  1 14 35  0.000000  1   -0.324796834891E-04                     
+AR PDEL 2009  4  1 14 35  0.000000  1    0.541537211703E-08                     
+AR PERT 2009  4  1 14 35  0.000000  1   -0.490886368931E-07                     
+AR PETP 2009  4  1 14 35  0.000000  1   -0.584541932872E-07                     
+AR PIMO 2009  4  1 14 35  0.000000  1   -0.442352544231E-07                     
+AR QAQ1 2009  4  1 14 35  0.000000  1   -0.707084286170E-07                     
+AR QUIN 2009  4  1 14 35  0.000000  1   -0.632554798764E-07                     
+AR RABT 2009  4  1 14 35  0.000000  1   -0.617208749717E-07                     
+AR RAMO 2009  4  1 14 35  0.000000  1    0.411844322329E-07                     
+AR RCMN 2009  4  1 14 35  0.000000  1    0.102318551884E-07                     
+AR REDU 2009  4  1 14 35  0.000000  1   -0.574481336843E-07                     
+AR REUN 2009  4  1 14 35  0.000000  1    0.298770880431E-07                     
+AR REYK 2009  4  1 14 35  0.000000  1    0.159427460035E-03                     
+AR SCH2 2009  4  1 14 35  0.000000  1    0.189419083123E-03                     
+AR SCUB 2009  4  1 14 35  0.000000  1   -0.758505897514E-07                     
+AR STJO 2009  4  1 14 35  0.000000  1   -0.705048370333E-05                     
+AR SYDN 2009  4  1 14 35  0.000000  1    0.141036423253E-05                     
+AR SYOG 2009  4  1 14 35  0.000000  1    0.140103557587E-04                     
+AR THU2 2009  4  1 14 35  0.000000  1    0.408164988975E-03                     
+AR TOW2 2009  4  1 14 35  0.000000  1    0.566509639497E-10                     
+AR VESL 2009  4  1 14 35  0.000000  1   -0.210112042518E-03                     
+AR VILL 2009  4  1 14 35  0.000000  1   -0.765479178831E-07                     
+AR WTZR 2009  4  1 14 35  0.000000  1    0.456006057518E-07                     
+AR WUHN 2009  4  1 14 35  0.000000  1   -0.543070068317E-07                     
+AR YSSK 2009  4  1 14 35  0.000000  1   -0.680947125348E-07                     
+AR ZIM2 2009  4  1 14 35  0.000000  1    0.299272020967E-07                     
+AR XMIS 2009  4  1 14 35  0.000000  1    0.118995507402E-08                     
+AR GODZ 2009  4  1 14 35  0.000000  1   -0.469119799344E-03                     
+AR MTKA 2009  4  1 14 35  0.000000  1   -0.610071594563E-07                     
+AR TIXJ 2009  4  1 14 35  0.000000  1    0.185985034068E-04                     
+AR PARK 2009  4  1 14 35  0.000000  1    0.807562982616E-06                     
+AR UNBJ 2009  4  1 14 35  0.000000  1   -0.205707682374E-03                     
+AR NOVM 2009  4  1 14 35  0.000000  1    0.798327897395E-04                     
+AR SUNM 2009  4  1 14 35  0.000000  1   -0.491399285549E-03                     
+AR CEBR 2009  4  1 14 35  0.000000  1    0.719431454547E-03                     
+AR CPXF 2009  4  1 14 35  0.000000  1    0.388289644023E-08                     
+AR IDDR 2009  4  1 14 35  0.000000  1    0.860500701879E-08                     
+AR AZGB 2009  4  1 14 35  0.000000  1   -0.526305823024E-04                     
+AR TN22 2009  4  1 14 35  0.000000  1   -0.190472412960E-03                     
+AR ETAD 2009  4  1 14 35  0.000000  1    0.218942404525E-07                     
+AR ILHA 2009  4  1 14 35  0.000000  1   -0.114023532756E-08                     
+AR POVE 2009  4  1 14 35  0.000000  1    0.715603823362E-09                     
+AR RECF 2009  4  1 14 35  0.000000  1    0.246152849639E-07                     
+AR SALU 2009  4  1 14 35  0.000000  1    0.255034755148E-07                     
+AR SAVO 2009  4  1 14 35  0.000000  1    0.245890723072E-07                     
+AR UFPR 2009  4  1 14 35  0.000000  1    0.341812969697E-07                     
+AR YELL 2009  4  1 14 35  0.000000  1    0.245468000000E-06                     
+AS G32  2009  4  1 14 40  0.000000  1    0.280137636371E-03                     
+AS G24  2009  4  1 14 40  0.000000  1    0.177864886132E-03                     
+AS G25  2009  4  1 14 40  0.000000  1    0.334742404752E-03                     
+AS G26  2009  4  1 14 40  0.000000  1    0.544775106892E-04                     
+AS G27  2009  4  1 14 40  0.000000  1    0.371703542105E-04                     
+AS G30  2009  4  1 14 40  0.000000  1    0.136282285325E-03                     
+AS G03  2009  4  1 14 40  0.000000  1    0.373518177446E-03                     
+AS G04  2009  4  1 14 40  0.000000  1   -0.348445523050E-04                     
+AS G06  2009  4  1 14 40  0.000000  1    0.603890314117E-04                     
+AS G08  2009  4  1 14 40  0.000000  1   -0.196560793525E-03                     
+AS G09  2009  4  1 14 40  0.000000  1    0.484823342490E-04                     
+AS G10  2009  4  1 14 40  0.000000  1   -0.136328765231E-04                     
+AS G14  2009  4  1 14 40  0.000000  1   -0.132340261376E-03                     
+AS G13  2009  4  1 14 40  0.000000  1    0.293274624775E-03                     
+AS G28  2009  4  1 14 40  0.000000  1   -0.238320100220E-04                     
+AS G21  2009  4  1 14 40  0.000000  1    0.215059648246E-04                     
+AS G11  2009  4  1 14 40  0.000000  1    0.273915960440E-05                     
+AS G22  2009  4  1 14 40  0.000000  1    0.202420315732E-03                     
+AS G20  2009  4  1 14 40  0.000000  1    0.865478892474E-04                     
+AS G18  2009  4  1 14 40  0.000000  1   -0.694895896149E-04                     
+AS G16  2009  4  1 14 40  0.000000  1    0.629686639810E-04                     
+AS G19  2009  4  1 14 40  0.000000  1    0.293484833663E-04                     
+AS G23  2009  4  1 14 40  0.000000  1    0.388991928184E-03                     
+AS G02  2009  4  1 14 40  0.000000  1    0.153925676440E-03                     
+AS G31  2009  4  1 14 40  0.000000  1   -0.564834691383E-04                     
+AS G17  2009  4  1 14 40  0.000000  1    0.524548389736E-04                     
+AS G12  2009  4  1 14 40  0.000000  1   -0.299482690497E-03                     
+AS G15  2009  4  1 14 40  0.000000  1   -0.276053930192E-03                     
+AS G29  2009  4  1 14 40  0.000000  1    0.489423269921E-05                     
+AS G07  2009  4  1 14 40  0.000000  1    0.209750327234E-04                     
+AS R02  2009  4  1 14 40  0.000000  1    0.206225600296E-04                     
+AS R03  2009  4  1 14 40  0.000000  1   -0.343102314010E-04                     
+AS R04  2009  4  1 14 40  0.000000  1    0.637385054952E-04                     
+AS R06  2009  4  1 14 40  0.000000  1   -0.169253136547E-03                     
+AS R07  2009  4  1 14 40  0.000000  1   -0.891737696357E-04                     
+AS R08  2009  4  1 14 40  0.000000  1   -0.101989976555E-03                     
+AS R10  2009  4  1 14 40  0.000000  1   -0.140831278800E-03                     
+AS R11  2009  4  1 14 40  0.000000  1   -0.926385322957E-04                     
+AS R13  2009  4  1 14 40  0.000000  1   -0.230655849893E-03                     
+AS R14  2009  4  1 14 40  0.000000  1   -0.795812558777E-04                     
+AS R15  2009  4  1 14 40  0.000000  1    0.921193936601E-04                     
+AS R17  2009  4  1 14 40  0.000000  1   -0.261275238566E-03                     
+AS R18  2009  4  1 14 40  0.000000  1   -0.135702474115E-05                     
+AS R19  2009  4  1 14 40  0.000000  1   -0.894340436593E-04                     
+AS R20  2009  4  1 14 40  0.000000  1   -0.650137906228E-04                     
+AS R21  2009  4  1 14 40  0.000000  1   -0.143355886272E-03                     
+AS R22  2009  4  1 14 40  0.000000  1   -0.201605952172E-03                     
+AS R23  2009  4  1 14 40  0.000000  1   -0.200253433851E-03                     
+AR ALGO 2009  4  1 14 40  0.000000  1    0.810352440333E-04                     
+AR ALIC 2009  4  1 14 40  0.000000  1    0.127210717663E-07                     
+AR AMC2 2009  4  1 14 40  0.000000  1    0.182305005815E-08                     
+AR ANKR 2009  4  1 14 40  0.000000  1    0.152749570128E-03                     
+AR ARTU 2009  4  1 14 40  0.000000  1   -0.762453322482E-07                     
+AR ASPA 2009  4  1 14 40  0.000000  1    0.308047815125E-07                     
+AR BHR1 2009  4  1 14 40  0.000000  1    0.563382710175E-03                     
+AR BARH 2009  4  1 14 40  0.000000  1    0.759921269476E-08                     
+AR BJFS 2009  4  1 14 40  0.000000  1   -0.545084800271E-07                     
+AR BOGT 2009  4  1 14 40  0.000000  1   -0.519930006718E-07                     
+AR BRMU 2009  4  1 14 40  0.000000  1   -0.268431824842E-03                     
+AR CAGZ 2009  4  1 14 40  0.000000  1   -0.722664973252E-04                     
+AR CAS1 2009  4  1 14 40  0.000000  1    0.932183432272E-09                     
+AR CHAT 2009  4  1 14 40  0.000000  1   -0.314269685858E-07                     
+AR CHPI 2009  4  1 14 40  0.000000  1   -0.667814659009E-07                     
+AR COCO 2009  4  1 14 40  0.000000  1    0.227682616742E-03                     
+AR CONZ 2009  4  1 14 40  0.000000  1   -0.129007069911E-03                     
+AR CRAR 2009  4  1 14 40  0.000000  1    0.101995717412E-03                     
+AR CRO1 2009  4  1 14 40  0.000000  1    0.665106372823E-03                     
+AR DAEJ 2009  4  1 14 40  0.000000  1   -0.196546611161E-03                     
+AR DARW 2009  4  1 14 40  0.000000  1    0.346009767665E-08                     
+AR DGAR 2009  4  1 14 40  0.000000  1   -0.679469129504E-07                     
+AR DRAO 2009  4  1 14 40  0.000000  1    0.115550911762E-03                     
+AR FAA1 2009  4  1 14 40  0.000000  1   -0.220849394547E-08                     
+AR FAIR 2009  4  1 14 40  0.000000  1   -0.591843726862E-07                     
+AR GLPS 2009  4  1 14 40  0.000000  1   -0.629195537212E-07                     
+AR GUAM 2009  4  1 14 40  0.000000  1   -0.539009600704E-07                     
+AR GUAT 2009  4  1 14 40  0.000000  1    0.126583575515E-07                     
+AR HOB2 2009  4  1 14 40  0.000000  1    0.885671762550E-07                     
+AR HOFN 2009  4  1 14 40  0.000000  1   -0.238258171412E-03                     
+AR HOLM 2009  4  1 14 40  0.000000  1   -0.482221879540E-07                     
+AR HRAO 2009  4  1 14 40  0.000000  1    0.849467316027E-03                     
+AR HYDE 2009  4  1 14 40  0.000000  1    0.671833805646E-08                     
+AR IRKJ 2009  4  1 14 40  0.000000  1    0.163747130378E-03                     
+AR ISPA 2009  4  1 14 40  0.000000  1   -0.509499622896E-07                     
+AR KARR 2009  4  1 14 40  0.000000  1   -0.471041466784E-07                     
+AR KERG 2009  4  1 14 40  0.000000  1    0.817501226437E-03                     
+AR KHAJ 2009  4  1 14 40  0.000000  1   -0.150797182311E-05                     
+AR KIR0 2009  4  1 14 40  0.000000  1    0.282899289423E-03                     
+AR KIRU 2009  4  1 14 40  0.000000  1    0.591401747248E-03                     
+AR KIT3 2009  4  1 14 40  0.000000  1   -0.225985322320E-08                     
+AR KOUR 2009  4  1 14 40  0.000000  1    0.125014340425E-03                     
+AR KUNM 2009  4  1 14 40  0.000000  1   -0.338359539281E-08                     
+AR LHAZ 2009  4  1 14 40  0.000000  1    0.129975261704E-03                     
+AR MAL2 2009  4  1 14 40  0.000000  1   -0.885945808849E-08                     
+AR MAS1 2009  4  1 14 40  0.000000  1   -0.101617870048E-03                     
+AR MAW1 2009  4  1 14 40  0.000000  1    0.345953385579E-08                     
+AR MCIL 2009  4  1 14 40  0.000000  1    0.269207233269E-07                     
+AR MCM4 2009  4  1 14 40  0.000000  1   -0.610857962058E-07                     
+AR MDO1 2009  4  1 14 40  0.000000  1   -0.498114478698E-07                     
+AR MDVJ 2009  4  1 14 40  0.000000  1    0.438552165861E-03                     
+AR MKEA 2009  4  1 14 40  0.000000  1   -0.359844225689E-07                     
+AR MOBS 2009  4  1 14 40  0.000000  1    0.293063048028E-08                     
+AR NANO 2009  4  1 14 40  0.000000  1    0.658732800027E-09                     
+AR NLIB 2009  4  1 14 40  0.000000  1   -0.117198062614E-06                     
+AR NNOR 2009  4  1 14 40  0.000000  1    0.365796600795E-03                     
+AR NRC1 2009  4  1 14 40  0.000000  1   -0.448530873398E-05                     
+AR NRIL 2009  4  1 14 40  0.000000  1   -0.471912910445E-07                     
+AR NRMD 2009  4  1 14 40  0.000000  1    0.238517821167E-07                     
+AR NTUS 2009  4  1 14 40  0.000000  1   -0.703255600747E-09                     
+AR NYAL 2009  4  1 14 40  0.000000  1    0.946477384994E-07                     
+AR OHI3 2009  4  1 14 40  0.000000  1   -0.861908007969E-04                     
+AR ONSA 2009  4  1 14 40  0.000000  1   -0.324797737892E-04                     
+AR PDEL 2009  4  1 14 40  0.000000  1    0.644123517061E-08                     
+AR PERT 2009  4  1 14 40  0.000000  1   -0.520611469122E-07                     
+AR PETP 2009  4  1 14 40  0.000000  1   -0.606431298784E-07                     
+AR PIMO 2009  4  1 14 40  0.000000  1   -0.450517314472E-07                     
+AR QAQ1 2009  4  1 14 40  0.000000  1   -0.696444477807E-07                     
+AR QUIN 2009  4  1 14 40  0.000000  1   -0.649299333969E-07                     
+AR RABT 2009  4  1 14 40  0.000000  1   -0.536352471196E-07                     
+AR RAMO 2009  4  1 14 40  0.000000  1    0.385055036998E-07                     
+AR RCMN 2009  4  1 14 40  0.000000  1    0.142085712388E-07                     
+AR REDU 2009  4  1 14 40  0.000000  1   -0.621944051184E-07                     
+AR REUN 2009  4  1 14 40  0.000000  1    0.285233477269E-07                     
+AR REYK 2009  4  1 14 40  0.000000  1    0.173850923069E-03                     
+AR SCH2 2009  4  1 14 40  0.000000  1    0.189435266538E-03                     
+AR SCUB 2009  4  1 14 40  0.000000  1   -0.797514487635E-07                     
+AR STJO 2009  4  1 14 40  0.000000  1   -0.705079346971E-05                     
+AR SYDN 2009  4  1 14 40  0.000000  1    0.141047616785E-05                     
+AR SYOG 2009  4  1 14 40  0.000000  1    0.140101661321E-04                     
+AR THU2 2009  4  1 14 40  0.000000  1    0.406162746644E-03                     
+AR TOW2 2009  4  1 14 40  0.000000  1   -0.501556114933E-09                     
+AR URUM 2009  4  1 14 40  0.000000  1    0.177820076152E-03                     
+AR VESL 2009  4  1 14 40  0.000000  1   -0.173808385085E-03                     
+AR VILL 2009  4  1 14 40  0.000000  1   -0.755746482867E-07                     
+AR WTZR 2009  4  1 14 40  0.000000  1    0.455938634154E-07                     
+AR WUHN 2009  4  1 14 40  0.000000  1   -0.509715084742E-07                     
+AR YSSK 2009  4  1 14 40  0.000000  1   -0.678873309796E-07                     
+AR ZIM2 2009  4  1 14 40  0.000000  1    0.297734497400E-07                     
+AR XMIS 2009  4  1 14 40  0.000000  1    0.158049908098E-08                     
+AR GODZ 2009  4  1 14 40  0.000000  1   -0.469119822141E-03                     
+AR MTKA 2009  4  1 14 40  0.000000  1   -0.628885699660E-07                     
+AR TIXJ 2009  4  1 14 40  0.000000  1    0.160545206354E-04                     
+AR PARK 2009  4  1 14 40  0.000000  1    0.807601040568E-06                     
+AR UNBJ 2009  4  1 14 40  0.000000  1   -0.280233097016E-03                     
+AR NOVM 2009  4  1 14 40  0.000000  1    0.798327383172E-04                     
+AR SUNM 2009  4  1 14 40  0.000000  1    0.351694471839E-03                     
+AR CEBR 2009  4  1 14 40  0.000000  1    0.719431415424E-03                     
+AR CPXF 2009  4  1 14 40  0.000000  1    0.420346569020E-08                     
+AR IDDR 2009  4  1 14 40  0.000000  1    0.808042815863E-08                     
+AR AZGB 2009  4  1 14 40  0.000000  1   -0.192023371353E-03                     
+AR TN22 2009  4  1 14 40  0.000000  1   -0.266159672278E-03                     
+AR ETAD 2009  4  1 14 40  0.000000  1    0.204510746357E-07                     
+AR ILHA 2009  4  1 14 40  0.000000  1   -0.324560047851E-08                     
+AR POVE 2009  4  1 14 40  0.000000  1    0.817030094931E-09                     
+AR RECF 2009  4  1 14 40  0.000000  1    0.247025396636E-07                     
+AR SALU 2009  4  1 14 40  0.000000  1    0.358466463421E-07                     
+AR SAVO 2009  4  1 14 40  0.000000  1    0.266257609469E-07                     
+AR UFPR 2009  4  1 14 40  0.000000  1    0.332704148357E-07                     
+AR YELL 2009  4  1 14 40  0.000000  1    0.245538000000E-06                     
+AS G32  2009  4  1 14 45  0.000000  1    0.280136158641E-03                     
+AS G24  2009  4  1 14 45  0.000000  1    0.177865384937E-03                     
+AS G25  2009  4  1 14 45  0.000000  1    0.334748843534E-03                     
+AS G26  2009  4  1 14 45  0.000000  1    0.544782421753E-04                     
+AS G27  2009  4  1 14 45  0.000000  1    0.371710961202E-04                     
+AS G30  2009  4  1 14 45  0.000000  1    0.136282808921E-03                     
+AS G03  2009  4  1 14 45  0.000000  1    0.373519705924E-03                     
+AS G04  2009  4  1 14 45  0.000000  1   -0.348490085526E-04                     
+AS G06  2009  4  1 14 45  0.000000  1    0.603944153227E-04                     
+AS G08  2009  4  1 14 45  0.000000  1   -0.196561216911E-03                     
+AS G09  2009  4  1 14 45  0.000000  1    0.484821604176E-04                     
+AS G10  2009  4  1 14 45  0.000000  1   -0.136328674889E-04                     
+AS G14  2009  4  1 14 45  0.000000  1   -0.132338562928E-03                     
+AS G13  2009  4  1 14 45  0.000000  1    0.293275035264E-03                     
+AS G28  2009  4  1 14 45  0.000000  1   -0.238321555785E-04                     
+AS G21  2009  4  1 14 45  0.000000  1    0.215052857814E-04                     
+AS G11  2009  4  1 14 45  0.000000  1    0.273875790137E-05                     
+AS G22  2009  4  1 14 45  0.000000  1    0.202420326994E-03                     
+AS G20  2009  4  1 14 45  0.000000  1    0.865475913618E-04                     
+AS G18  2009  4  1 14 45  0.000000  1   -0.694885153364E-04                     
+AS G16  2009  4  1 14 45  0.000000  1    0.629679444785E-04                     
+AS G19  2009  4  1 14 45  0.000000  1    0.293481058430E-04                     
+AS G23  2009  4  1 14 45  0.000000  1    0.388992065275E-03                     
+AS G02  2009  4  1 14 45  0.000000  1    0.153925506122E-03                     
+AS G31  2009  4  1 14 45  0.000000  1   -0.564837087841E-04                     
+AS G17  2009  4  1 14 45  0.000000  1    0.524552668079E-04                     
+AS G12  2009  4  1 14 45  0.000000  1   -0.299481250993E-03                     
+AS G15  2009  4  1 14 45  0.000000  1   -0.276055506705E-03                     
+AS G29  2009  4  1 14 45  0.000000  1    0.489550279901E-05                     
+AS G07  2009  4  1 14 45  0.000000  1    0.209750363130E-04                     
+AS R02  2009  4  1 14 45  0.000000  1    0.206215239294E-04                     
+AS R03  2009  4  1 14 45  0.000000  1   -0.343123232024E-04                     
+AS R04  2009  4  1 14 45  0.000000  1    0.637373937154E-04                     
+AS R06  2009  4  1 14 45  0.000000  1   -0.169252446020E-03                     
+AS R07  2009  4  1 14 45  0.000000  1   -0.891732454011E-04                     
+AS R08  2009  4  1 14 45  0.000000  1   -0.101989654861E-03                     
+AS R10  2009  4  1 14 45  0.000000  1   -0.140830828983E-03                     
+AS R11  2009  4  1 14 45  0.000000  1   -0.926388361645E-04                     
+AS R13  2009  4  1 14 45  0.000000  1   -0.230656412672E-03                     
+AS R14  2009  4  1 14 45  0.000000  1   -0.795802159974E-04                     
+AS R15  2009  4  1 14 45  0.000000  1    0.921200202142E-04                     
+AS R17  2009  4  1 14 45  0.000000  1   -0.261275595947E-03                     
+AS R18  2009  4  1 14 45  0.000000  1   -0.135702278446E-05                     
+AS R19  2009  4  1 14 45  0.000000  1   -0.894344435987E-04                     
+AS R20  2009  4  1 14 45  0.000000  1   -0.650143357629E-04                     
+AS R21  2009  4  1 14 45  0.000000  1   -0.143356578484E-03                     
+AS R22  2009  4  1 14 45  0.000000  1   -0.201606944622E-03                     
+AS R23  2009  4  1 14 45  0.000000  1   -0.200251853965E-03                     
+AR ALGO 2009  4  1 14 45  0.000000  1    0.810379456459E-04                     
+AR ALIC 2009  4  1 14 45  0.000000  1    0.802357039061E-08                     
+AR AMC2 2009  4  1 14 45  0.000000  1    0.180871689728E-08                     
+AR ANKR 2009  4  1 14 45  0.000000  1    0.215636651390E-03                     
+AR ARTU 2009  4  1 14 45  0.000000  1   -0.709864628139E-07                     
+AR ASPA 2009  4  1 14 45  0.000000  1    0.320559361871E-07                     
+AR BHR1 2009  4  1 14 45  0.000000  1    0.563382712194E-03                     
+AR BARH 2009  4  1 14 45  0.000000  1    0.879188549209E-08                     
+AR BJFS 2009  4  1 14 45  0.000000  1   -0.547782966293E-07                     
+AR BOGT 2009  4  1 14 45  0.000000  1   -0.542107551552E-07                     
+AR BRMU 2009  4  1 14 45  0.000000  1    0.228191535331E-03                     
+AR CAGZ 2009  4  1 14 45  0.000000  1    0.150210336663E-03                     
+AR CAS1 2009  4  1 14 45  0.000000  1    0.441407913391E-09                     
+AR CHAT 2009  4  1 14 45  0.000000  1   -0.296765463321E-07                     
+AR CHPI 2009  4  1 14 45  0.000000  1   -0.674008801950E-07                     
+AR COCO 2009  4  1 14 45  0.000000  1    0.227683156971E-03                     
+AR CONZ 2009  4  1 14 45  0.000000  1   -0.256711983138E-03                     
+AR CRAR 2009  4  1 14 45  0.000000  1    0.769519338555E-04                     
+AR CRO1 2009  4  1 14 45  0.000000  1    0.665106311756E-03                     
+AR DAEJ 2009  4  1 14 45  0.000000  1   -0.196545883991E-03                     
+AR DARW 2009  4  1 14 45  0.000000  1    0.421329382946E-08                     
+AR DGAR 2009  4  1 14 45  0.000000  1   -0.666278901499E-07                     
+AR DRAO 2009  4  1 14 45  0.000000  1    0.115587815387E-03                     
+AR FAA1 2009  4  1 14 45  0.000000  1   -0.103876481846E-08                     
+AR FAIR 2009  4  1 14 45  0.000000  1   -0.630415864661E-07                     
+AR GLPS 2009  4  1 14 45  0.000000  1   -0.636732273090E-07                     
+AR GUAM 2009  4  1 14 45  0.000000  1   -0.534403282694E-07                     
+AR GUAT 2009  4  1 14 45  0.000000  1    0.115407458574E-07                     
+AR HOB2 2009  4  1 14 45  0.000000  1    0.885584834151E-07                     
+AR HOFN 2009  4  1 14 45  0.000000  1   -0.160733731680E-03                     
+AR HOLM 2009  4  1 14 45  0.000000  1   -0.472902649044E-07                     
+AR HRAO 2009  4  1 14 45  0.000000  1    0.849467393935E-03                     
+AR HYDE 2009  4  1 14 45  0.000000  1    0.296437119751E-08                     
+AR IRKJ 2009  4  1 14 45  0.000000  1    0.163747023975E-03                     
+AR ISPA 2009  4  1 14 45  0.000000  1   -0.503862768140E-07                     
+AR KARR 2009  4  1 14 45  0.000000  1   -0.462833347512E-07                     
+AR KERG 2009  4  1 14 45  0.000000  1    0.817501129774E-03                     
+AR KHAJ 2009  4  1 14 45  0.000000  1   -0.150800182351E-05                     
+AR KIR0 2009  4  1 14 45  0.000000  1    0.282892582265E-03                     
+AR KIRU 2009  4  1 14 45  0.000000  1    0.591397998575E-03                     
+AR KIT3 2009  4  1 14 45  0.000000  1   -0.355883494612E-09                     
+AR KOUR 2009  4  1 14 45  0.000000  1    0.125014342482E-03                     
+AR KUNM 2009  4  1 14 45  0.000000  1    0.136465163922E-07                     
+AR LHAZ 2009  4  1 14 45  0.000000  1    0.147263412218E-03                     
+AR MAL2 2009  4  1 14 45  0.000000  1   -0.386458981727E-08                     
+AR MAS1 2009  4  1 14 45  0.000000  1   -0.101617659025E-03                     
+AR MAW1 2009  4  1 14 45  0.000000  1    0.290288210806E-08                     
+AR MCIL 2009  4  1 14 45  0.000000  1    0.258609980579E-07                     
+AR MCM4 2009  4  1 14 45  0.000000  1   -0.619622567301E-07                     
+AR MDO1 2009  4  1 14 45  0.000000  1   -0.505693233673E-07                     
+AR MDVJ 2009  4  1 14 45  0.000000  1    0.438552151912E-03                     
+AR MKEA 2009  4  1 14 45  0.000000  1   -0.346209813812E-07                     
+AR MOBS 2009  4  1 14 45  0.000000  1    0.190221233888E-08                     
+AR NANO 2009  4  1 14 45  0.000000  1    0.442820940218E-08                     
+AR NLIB 2009  4  1 14 45  0.000000  1   -0.117177726153E-06                     
+AR NNOR 2009  4  1 14 45  0.000000  1    0.365797015810E-03                     
+AR NRC1 2009  4  1 14 45  0.000000  1   -0.448529148115E-05                     
+AR NRIL 2009  4  1 14 45  0.000000  1   -0.463697437378E-07                     
+AR NRMD 2009  4  1 14 45  0.000000  1    0.239450671873E-07                     
+AR NTUS 2009  4  1 14 45  0.000000  1   -0.104531719849E-08                     
+AR NYAL 2009  4  1 14 45  0.000000  1    0.944866893840E-07                     
+AR OHI3 2009  4  1 14 45  0.000000  1    0.301965049652E-04                     
+AR ONSA 2009  4  1 14 45  0.000000  1   -0.324798256924E-04                     
+AR PDEL 2009  4  1 14 45  0.000000  1    0.605609202367E-08                     
+AR PERT 2009  4  1 14 45  0.000000  1   -0.539106470367E-07                     
+AR PETP 2009  4  1 14 45  0.000000  1   -0.595946380058E-07                     
+AR PIMO 2009  4  1 14 45  0.000000  1   -0.447780504882E-07                     
+AR QAQ1 2009  4  1 14 45  0.000000  1   -0.694282025269E-07                     
+AR QUIN 2009  4  1 14 45  0.000000  1   -0.618246144377E-07                     
+AR RABT 2009  4  1 14 45  0.000000  1   -0.466822539733E-07                     
+AR RAMO 2009  4  1 14 45  0.000000  1    0.493482865377E-07                     
+AR RCMN 2009  4  1 14 45  0.000000  1    0.107034982888E-07                     
+AR REDU 2009  4  1 14 45  0.000000  1   -0.618677436352E-07                     
+AR REUN 2009  4  1 14 45  0.000000  1    0.289705913449E-07                     
+AR REYK 2009  4  1 14 45  0.000000  1    0.188269297881E-03                     
+AR SCH2 2009  4  1 14 45  0.000000  1    0.189451696501E-03                     
+AR SCUB 2009  4  1 14 45  0.000000  1   -0.824558141875E-07                     
+AR STJO 2009  4  1 14 45  0.000000  1   -0.705109365013E-05                     
+AR SYDN 2009  4  1 14 45  0.000000  1    0.141029713998E-05                     
+AR SYOG 2009  4  1 14 45  0.000000  1    0.140102848871E-04                     
+AR THU2 2009  4  1 14 45  0.000000  1    0.404160430206E-03                     
+AR TOW2 2009  4  1 14 45  0.000000  1    0.951316041177E-10                     
+AR URUM 2009  4  1 14 45  0.000000  1    0.101397500075E-03                     
+AR VESL 2009  4  1 14 45  0.000000  1   -0.137443299133E-03                     
+AR VILL 2009  4  1 14 45  0.000000  1   -0.540496982650E-07                     
+AR WTZR 2009  4  1 14 45  0.000000  1    0.455888090910E-07                     
+AR WUHN 2009  4  1 14 45  0.000000  1   -0.508961903759E-07                     
+AR YSSK 2009  4  1 14 45  0.000000  1   -0.677649421089E-07                     
+AR ZIM2 2009  4  1 14 45  0.000000  1    0.298698087794E-07                     
+AR XMIS 2009  4  1 14 45  0.000000  1    0.126207139059E-08                     
+AR GODZ 2009  4  1 14 45  0.000000  1   -0.469119816614E-03                     
+AR MTKA 2009  4  1 14 45  0.000000  1   -0.633765029939E-07                     
+AR TIXJ 2009  4  1 14 45  0.000000  1    0.135256625284E-04                     
+AR PARK 2009  4  1 14 45  0.000000  1    0.807671066038E-06                     
+AR UNBJ 2009  4  1 14 45  0.000000  1   -0.354755666199E-03                     
+AR NOVM 2009  4  1 14 45  0.000000  1    0.798327120983E-04                     
+AR SUNM 2009  4  1 14 45  0.000000  1    0.195239320905E-03                     
+AR CEBR 2009  4  1 14 45  0.000000  1    0.719431411522E-03                     
+AR CPXF 2009  4  1 14 45  0.000000  1    0.361668016003E-08                     
+AR IDDR 2009  4  1 14 45  0.000000  1    0.591612709727E-08                     
+AR AZGB 2009  4  1 14 45  0.000000  1   -0.331364436363E-03                     
+AR TN22 2009  4  1 14 45  0.000000  1   -0.341169506137E-03                     
+AR ETAD 2009  4  1 14 45  0.000000  1    0.206511358759E-07                     
+AR ILHA 2009  4  1 14 45  0.000000  1   -0.484744111702E-08                     
+AR POVE 2009  4  1 14 45  0.000000  1    0.118191773908E-08                     
+AR RECF 2009  4  1 14 45  0.000000  1    0.244265621233E-07                     
+AR SALU 2009  4  1 14 45  0.000000  1    0.231603077046E-07                     
+AR SAVO 2009  4  1 14 45  0.000000  1    0.260431731878E-07                     
+AR UFPR 2009  4  1 14 45  0.000000  1    0.333477479840E-07                     
+AR YELL 2009  4  1 14 45  0.000000  1    0.245608000000E-06                     
+AS G32  2009  4  1 14 50  0.000000  1    0.280134777488E-03                     
+AS G24  2009  4  1 14 50  0.000000  1    0.177866246787E-03                     
+AS G25  2009  4  1 14 50  0.000000  1    0.334755377222E-03                     
+AS G26  2009  4  1 14 50  0.000000  1    0.544788490941E-04                     
+AS G27  2009  4  1 14 50  0.000000  1    0.371719712668E-04                     
+AS G30  2009  4  1 14 50  0.000000  1    0.136283360598E-03                     
+AS G03  2009  4  1 14 50  0.000000  1    0.373521329116E-03                     
+AS G04  2009  4  1 14 50  0.000000  1   -0.348533659785E-04                     
+AS G06  2009  4  1 14 50  0.000000  1    0.603998121372E-04                     
+AS G08  2009  4  1 14 50  0.000000  1   -0.196561846998E-03                     
+AS G09  2009  4  1 14 50  0.000000  1    0.484823163404E-04                     
+AS G10  2009  4  1 14 50  0.000000  1   -0.136337309866E-04                     
+AS G14  2009  4  1 14 50  0.000000  1   -0.132337032719E-03                     
+AS G13  2009  4  1 14 50  0.000000  1    0.293275060981E-03                     
+AS G28  2009  4  1 14 50  0.000000  1   -0.238320805820E-04                     
+AS G21  2009  4  1 14 50  0.000000  1    0.215045180113E-04                     
+AS G11  2009  4  1 14 50  0.000000  1    0.273826983963E-05                     
+AS G22  2009  4  1 14 50  0.000000  1    0.202419831655E-03                     
+AS G20  2009  4  1 14 50  0.000000  1    0.865472952063E-04                     
+AS G18  2009  4  1 14 50  0.000000  1   -0.694874856949E-04                     
+AS G16  2009  4  1 14 50  0.000000  1    0.629669299217E-04                     
+AS G19  2009  4  1 14 50  0.000000  1    0.293478968505E-04                     
+AS G23  2009  4  1 14 50  0.000000  1    0.388992194624E-03                     
+AS G02  2009  4  1 14 50  0.000000  1    0.153925450978E-03                     
+AS G31  2009  4  1 14 50  0.000000  1   -0.564842401350E-04                     
+AS G17  2009  4  1 14 50  0.000000  1    0.524556452980E-04                     
+AS G12  2009  4  1 14 50  0.000000  1   -0.299479947425E-03                     
+AS G15  2009  4  1 14 50  0.000000  1   -0.276056444621E-03                     
+AS G29  2009  4  1 14 50  0.000000  1    0.489667665586E-05                     
+AS G07  2009  4  1 14 50  0.000000  1    0.209748245080E-04                     
+AS R02  2009  4  1 14 50  0.000000  1    0.206203413397E-04                     
+AS R03  2009  4  1 14 50  0.000000  1   -0.343129990467E-04                     
+AS R04  2009  4  1 14 50  0.000000  1    0.637360624912E-04                     
+AS R06  2009  4  1 14 50  0.000000  1   -0.169251965073E-03                     
+AS R07  2009  4  1 14 50  0.000000  1   -0.891725934994E-04                     
+AS R08  2009  4  1 14 50  0.000000  1   -0.101989383659E-03                     
+AS R10  2009  4  1 14 50  0.000000  1   -0.140830790889E-03                     
+AS R11  2009  4  1 14 50  0.000000  1   -0.926390061927E-04                     
+AS R13  2009  4  1 14 50  0.000000  1   -0.230656625945E-03                     
+AS R14  2009  4  1 14 50  0.000000  1   -0.795792483985E-04                     
+AS R15  2009  4  1 14 50  0.000000  1    0.921207242163E-04                     
+AS R17  2009  4  1 14 50  0.000000  1   -0.261275789503E-03                     
+AS R18  2009  4  1 14 50  0.000000  1   -0.135686252401E-05                     
+AS R19  2009  4  1 14 50  0.000000  1   -0.894347275753E-04                     
+AS R20  2009  4  1 14 50  0.000000  1   -0.650143849727E-04                     
+AS R21  2009  4  1 14 50  0.000000  1   -0.143356887740E-03                     
+AS R22  2009  4  1 14 50  0.000000  1   -0.201607903107E-03                     
+AS R23  2009  4  1 14 50  0.000000  1   -0.200249553772E-03                     
+AR ALGO 2009  4  1 14 50  0.000000  1    0.810409238083E-04                     
+AR ALIC 2009  4  1 14 50  0.000000  1    0.101442440020E-07                     
+AR AMC2 2009  4  1 14 50  0.000000  1    0.179696468936E-08                     
+AR ANKR 2009  4  1 14 50  0.000000  1    0.278350430350E-03                     
+AR ARTU 2009  4  1 14 50  0.000000  1   -0.705548629414E-07                     
+AR ASPA 2009  4  1 14 50  0.000000  1    0.318751582573E-07                     
+AR BHR1 2009  4  1 14 50  0.000000  1    0.563382720397E-03                     
+AR BARH 2009  4  1 14 50  0.000000  1    0.695042293956E-08                     
+AR BJFS 2009  4  1 14 50  0.000000  1   -0.581190185756E-07                     
+AR BOGT 2009  4  1 14 50  0.000000  1   -0.546343814694E-07                     
+AR BRMU 2009  4  1 14 50  0.000000  1   -0.275336983467E-03                     
+AR CAGZ 2009  4  1 14 50  0.000000  1    0.372915139154E-03                     
+AR CAS1 2009  4  1 14 50  0.000000  1    0.530578441072E-09                     
+AR CHAT 2009  4  1 14 50  0.000000  1   -0.273292213488E-07                     
+AR CHPI 2009  4  1 14 50  0.000000  1   -0.671183595666E-07                     
+AR COCO 2009  4  1 14 50  0.000000  1    0.227683666064E-03                     
+AR CONZ 2009  4  1 14 50  0.000000  1   -0.384869203813E-03                     
+AR CRAR 2009  4  1 14 50  0.000000  1    0.519099214726E-04                     
+AR CRO1 2009  4  1 14 50  0.000000  1    0.665106346007E-03                     
+AR DAEJ 2009  4  1 14 50  0.000000  1   -0.196545577500E-03                     
+AR DARW 2009  4  1 14 50  0.000000  1   -0.103039259293E-08                     
+AR DGAR 2009  4  1 14 50  0.000000  1   -0.678952547056E-07                     
+AR DRAO 2009  4  1 14 50  0.000000  1    0.115624753562E-03                     
+AR FAA1 2009  4  1 14 50  0.000000  1   -0.217245435005E-08                     
+AR FAIR 2009  4  1 14 50  0.000000  1   -0.590444509523E-07                     
+AR GLPS 2009  4  1 14 50  0.000000  1   -0.639340309758E-07                     
+AR GUAM 2009  4  1 14 50  0.000000  1   -0.535217797316E-07                     
+AR GUAT 2009  4  1 14 50  0.000000  1    0.898812934211E-08                     
+AR HOB2 2009  4  1 14 50  0.000000  1    0.885580508243E-07                     
+AR HOFN 2009  4  1 14 50  0.000000  1   -0.832336741039E-04                     
+AR HOLM 2009  4  1 14 50  0.000000  1   -0.523315995336E-07                     
+AR HRAO 2009  4  1 14 50  0.000000  1    0.849467464466E-03                     
+AR HYDE 2009  4  1 14 50  0.000000  1    0.379023161702E-08                     
+AR IRKJ 2009  4  1 14 50  0.000000  1    0.163746972531E-03                     
+AR ISPA 2009  4  1 14 50  0.000000  1   -0.511803924890E-07                     
+AR KARR 2009  4  1 14 50  0.000000  1   -0.437137609590E-07                     
+AR KERG 2009  4  1 14 50  0.000000  1    0.817500990269E-03                     
+AR KHAJ 2009  4  1 14 50  0.000000  1   -0.150800523804E-05                     
+AR KIR0 2009  4  1 14 50  0.000000  1    0.282885858272E-03                     
+AR KIRU 2009  4  1 14 50  0.000000  1    0.591395088415E-03                     
+AR KIT3 2009  4  1 14 50  0.000000  1    0.454918108487E-08                     
+AR KOUR 2009  4  1 14 50  0.000000  1    0.125014346683E-03                     
+AR KUNM 2009  4  1 14 50  0.000000  1   -0.952989112109E-08                     
+AR LHAZ 2009  4  1 14 50  0.000000  1    0.164626745450E-03                     
+AR MAL2 2009  4  1 14 50  0.000000  1   -0.536092419421E-08                     
+AR MAS1 2009  4  1 14 50  0.000000  1   -0.101617666696E-03                     
+AR MAW1 2009  4  1 14 50  0.000000  1    0.371918837635E-08                     
+AR MCIL 2009  4  1 14 50  0.000000  1    0.244965736549E-07                     
+AR MCM4 2009  4  1 14 50  0.000000  1   -0.614437755083E-07                     
+AR MDO1 2009  4  1 14 50  0.000000  1   -0.513961714706E-07                     
+AR MDVJ 2009  4  1 14 50  0.000000  1    0.438552126196E-03                     
+AR MKEA 2009  4  1 14 50  0.000000  1   -0.379056865180E-07                     
+AR MOBS 2009  4  1 14 50  0.000000  1    0.608495225826E-09                     
+AR NANO 2009  4  1 14 50  0.000000  1    0.357145505086E-08                     
+AR NLIB 2009  4  1 14 50  0.000000  1   -0.117143983451E-06                     
+AR NNOR 2009  4  1 14 50  0.000000  1    0.365797029048E-03                     
+AR NRC1 2009  4  1 14 50  0.000000  1   -0.448529426304E-05                     
+AR NRIL 2009  4  1 14 50  0.000000  1   -0.454474331889E-07                     
+AR NRMD 2009  4  1 14 50  0.000000  1    0.232671941694E-07                     
+AR NTUS 2009  4  1 14 50  0.000000  1    0.375034364446E-09                     
+AR NYAL 2009  4  1 14 50  0.000000  1    0.944664404566E-07                     
+AR OHI3 2009  4  1 14 50  0.000000  1    0.146511846942E-03                     
+AR ONSA 2009  4  1 14 50  0.000000  1   -0.324798934279E-04                     
+AR PDEL 2009  4  1 14 50  0.000000  1    0.502060546303E-08                     
+AR PERT 2009  4  1 14 50  0.000000  1   -0.561100769175E-07                     
+AR PETP 2009  4  1 14 50  0.000000  1   -0.603447276108E-07                     
+AR PIMO 2009  4  1 14 50  0.000000  1   -0.463910309557E-07                     
+AR QAQ1 2009  4  1 14 50  0.000000  1   -0.676472508299E-07                     
+AR QUIN 2009  4  1 14 50  0.000000  1   -0.606390049331E-07                     
+AR RABT 2009  4  1 14 50  0.000000  1   -0.414021200936E-07                     
+AR RAMO 2009  4  1 14 50  0.000000  1    0.447175367577E-07                     
+AR RCMN 2009  4  1 14 50  0.000000  1    0.131596476752E-07                     
+AR REDU 2009  4  1 14 50  0.000000  1   -0.544704443684E-07                     
+AR REUN 2009  4  1 14 50  0.000000  1    0.297663478099E-07                     
+AR REYK 2009  4  1 14 50  0.000000  1    0.202799677934E-03                     
+AR SCH2 2009  4  1 14 50  0.000000  1    0.189467813791E-03                     
+AR SCUB 2009  4  1 14 50  0.000000  1   -0.819017448041E-07                     
+AR STJO 2009  4  1 14 50  0.000000  1   -0.705140067864E-05                     
+AR SYDN 2009  4  1 14 50  0.000000  1    0.141042827086E-05                     
+AR SYOG 2009  4  1 14 50  0.000000  1    0.140105724610E-04                     
+AR THU2 2009  4  1 14 50  0.000000  1    0.402158198299E-03                     
+AR TOW2 2009  4  1 14 50  0.000000  1   -0.910335247975E-09                     
+AR URUM 2009  4  1 14 50  0.000000  1    0.250784420485E-04                     
+AR VESL 2009  4  1 14 50  0.000000  1   -0.101030415561E-03                     
+AR VILL 2009  4  1 14 50  0.000000  1   -0.507008939213E-07                     
+AR WTZR 2009  4  1 14 50  0.000000  1    0.455907494063E-07                     
+AR WUHN 2009  4  1 14 50  0.000000  1   -0.521243148206E-07                     
+AR YSSK 2009  4  1 14 50  0.000000  1   -0.694581389328E-07                     
+AR ZIM2 2009  4  1 14 50  0.000000  1    0.324217005785E-07                     
+AR XMIS 2009  4  1 14 50  0.000000  1   -0.169811615333E-09                     
+AR GODZ 2009  4  1 14 50  0.000000  1   -0.469119815659E-03                     
+AR MTKA 2009  4  1 14 50  0.000000  1   -0.657483939680E-07                     
+AR TIXJ 2009  4  1 14 50  0.000000  1    0.110216306830E-04                     
+AR PARK 2009  4  1 14 50  0.000000  1    0.807653323990E-06                     
+AR UNBJ 2009  4  1 14 50  0.000000  1   -0.429158147181E-03                     
+AR NOVM 2009  4  1 14 50  0.000000  1    0.798327057502E-04                     
+AR SUNM 2009  4  1 14 50  0.000000  1    0.383784002036E-04                     
+AR CEBR 2009  4  1 14 50  0.000000  1    0.719431398127E-03                     
+AR CPXF 2009  4  1 14 50  0.000000  1    0.407307969158E-08                     
+AR IDDR 2009  4  1 14 50  0.000000  1    0.613204251410E-08                     
+AR AZGB 2009  4  1 14 50  0.000000  1   -0.470669978988E-03                     
+AR TN22 2009  4  1 14 50  0.000000  1   -0.415601435702E-03                     
+AR ETAD 2009  4  1 14 50  0.000000  1    0.202614050050E-07                     
+AR ILHA 2009  4  1 14 50  0.000000  1   -0.505313280058E-08                     
+AR POVE 2009  4  1 14 50  0.000000  1    0.472539882892E-09                     
+AR RECF 2009  4  1 14 50  0.000000  1    0.248086289330E-07                     
+AR SALU 2009  4  1 14 50  0.000000  1    0.326969567902E-07                     
+AR SAVO 2009  4  1 14 50  0.000000  1    0.260919578624E-07                     
+AR UFPR 2009  4  1 14 50  0.000000  1    0.312077529327E-07                     
+AR YELL 2009  4  1 14 50  0.000000  1    0.245678000000E-06                     
+AS G32  2009  4  1 14 55  0.000000  1    0.280133382216E-03                     
+AS G24  2009  4  1 14 55  0.000000  1    0.177867509615E-03                     
+AS G25  2009  4  1 14 55  0.000000  1    0.334761853390E-03                     
+AS G26  2009  4  1 14 55  0.000000  1    0.544793133052E-04                     
+AS G27  2009  4  1 14 55  0.000000  1    0.371724215360E-04                     
+AS G30  2009  4  1 14 55  0.000000  1    0.136283807208E-03                     
+AS G03  2009  4  1 14 55  0.000000  1    0.373523276510E-03                     
+AS G04  2009  4  1 14 55  0.000000  1   -0.348577177282E-04                     
+AS G06  2009  4  1 14 55  0.000000  1    0.604053923700E-04                     
+AS G08  2009  4  1 14 55  0.000000  1   -0.196562446324E-03                     
+AS G09  2009  4  1 14 55  0.000000  1    0.484839511654E-04                     
+AS G10  2009  4  1 14 55  0.000000  1   -0.136340252387E-04                     
+AS G14  2009  4  1 14 55  0.000000  1   -0.132335094970E-03                     
+AS G13  2009  4  1 14 55  0.000000  1    0.293275642546E-03                     
+AS G28  2009  4  1 14 55  0.000000  1   -0.238324758595E-04                     
+AS G21  2009  4  1 14 55  0.000000  1    0.215038836031E-04                     
+AS G11  2009  4  1 14 55  0.000000  1    0.273813163387E-05                     
+AS G22  2009  4  1 14 55  0.000000  1    0.202420113161E-03                     
+AS G20  2009  4  1 14 55  0.000000  1    0.865470073460E-04                     
+AS G18  2009  4  1 14 55  0.000000  1   -0.694864787632E-04                     
+AS G16  2009  4  1 14 55  0.000000  1    0.629659697320E-04                     
+AS G19  2009  4  1 14 55  0.000000  1    0.293477188623E-04                     
+AS G23  2009  4  1 14 55  0.000000  1    0.388992239788E-03                     
+AS G02  2009  4  1 14 55  0.000000  1    0.153925404874E-03                     
+AS G31  2009  4  1 14 55  0.000000  1   -0.564845310973E-04                     
+AS G17  2009  4  1 14 55  0.000000  1    0.524561195773E-04                     
+AS G12  2009  4  1 14 55  0.000000  1   -0.299478566070E-03                     
+AS G15  2009  4  1 14 55  0.000000  1   -0.276058196656E-03                     
+AS G29  2009  4  1 14 55  0.000000  1    0.489798321353E-05                     
+AS G07  2009  4  1 14 55  0.000000  1    0.209747329413E-04                     
+AS R02  2009  4  1 14 55  0.000000  1    0.206194061223E-04                     
+AS R03  2009  4  1 14 55  0.000000  1   -0.343137166309E-04                     
+AS R04  2009  4  1 14 55  0.000000  1    0.637348463452E-04                     
+AS R06  2009  4  1 14 55  0.000000  1   -0.169254423510E-03                     
+AS R07  2009  4  1 14 55  0.000000  1   -0.891716265802E-04                     
+AS R08  2009  4  1 14 55  0.000000  1   -0.101989067964E-03                     
+AS R10  2009  4  1 14 55  0.000000  1   -0.140830632983E-03                     
+AS R11  2009  4  1 14 55  0.000000  1   -0.926395108688E-04                     
+AS R13  2009  4  1 14 55  0.000000  1   -0.230657060084E-03                     
+AS R14  2009  4  1 14 55  0.000000  1   -0.795784289669E-04                     
+AS R15  2009  4  1 14 55  0.000000  1    0.921222088623E-04                     
+AS R17  2009  4  1 14 55  0.000000  1   -0.261276091897E-03                     
+AS R18  2009  4  1 14 55  0.000000  1   -0.135711499635E-05                     
+AS R19  2009  4  1 14 55  0.000000  1   -0.894350839630E-04                     
+AS R20  2009  4  1 14 55  0.000000  1   -0.650145764862E-04                     
+AS R21  2009  4  1 14 55  0.000000  1   -0.143357240461E-03                     
+AS R22  2009  4  1 14 55  0.000000  1   -0.201608774405E-03                     
+AS R23  2009  4  1 14 55  0.000000  1   -0.200247391990E-03                     
+AR ALGO 2009  4  1 14 55  0.000000  1    0.810437748080E-04                     
+AR ALIC 2009  4  1 14 55  0.000000  1    0.956679018740E-08                     
+AR AMC2 2009  4  1 14 55  0.000000  1    0.179309607234E-08                     
+AR ANKR 2009  4  1 14 55  0.000000  1    0.340997112269E-03                     
+AR ARTU 2009  4  1 14 55  0.000000  1   -0.673280971654E-07                     
+AR ASPA 2009  4  1 14 55  0.000000  1    0.333511288918E-07                     
+AR BHR1 2009  4  1 14 55  0.000000  1    0.563382673599E-03                     
+AR BARH 2009  4  1 14 55  0.000000  1    0.724951003053E-08                     
+AR BJFS 2009  4  1 14 55  0.000000  1   -0.561605883318E-07                     
+AR BOGT 2009  4  1 14 55  0.000000  1   -0.534095070388E-07                     
+AR BRMU 2009  4  1 14 55  0.000000  1    0.220815433596E-03                     
+AR CAGZ 2009  4  1 14 55  0.000000  1   -0.404310493667E-03                     
+AR CAS1 2009  4  1 14 55  0.000000  1   -0.873070370156E-10                     
+AR CHAT 2009  4  1 14 55  0.000000  1   -0.358920228799E-07                     
+AR CHPI 2009  4  1 14 55  0.000000  1   -0.676249045204E-07                     
+AR COCO 2009  4  1 14 55  0.000000  1    0.227684142744E-03                     
+AR CONZ 2009  4  1 14 55  0.000000  1    0.486515446488E-03                     
+AR CRAR 2009  4  1 14 55  0.000000  1    0.268620165406E-04                     
+AR CRO1 2009  4  1 14 55  0.000000  1    0.665106403225E-03                     
+AR DAEJ 2009  4  1 14 55  0.000000  1   -0.196544653712E-03                     
+AR DARW 2009  4  1 14 55  0.000000  1    0.349064056285E-08                     
+AR DGAR 2009  4  1 14 55  0.000000  1   -0.693636136824E-07                     
+AR DRAO 2009  4  1 14 55  0.000000  1    0.115661955897E-03                     
+AR FAA1 2009  4  1 14 55  0.000000  1   -0.757488486354E-09                     
+AR FAIR 2009  4  1 14 55  0.000000  1   -0.608909457167E-07                     
+AR GLPS 2009  4  1 14 55  0.000000  1   -0.636630959981E-07                     
+AR GUAM 2009  4  1 14 55  0.000000  1   -0.543487332776E-07                     
+AR GUAT 2009  4  1 14 55  0.000000  1    0.816228500335E-08                     
+AR HOB2 2009  4  1 14 55  0.000000  1    0.885683580200E-07                     
+AR HOFN 2009  4  1 14 55  0.000000  1   -0.580420698019E-05                     
+AR HOLM 2009  4  1 14 55  0.000000  1   -0.552685258832E-07                     
+AR HRAO 2009  4  1 14 55  0.000000  1    0.849467544676E-03                     
+AR HYDE 2009  4  1 14 55  0.000000  1    0.671203114047E-08                     
+AR IRKJ 2009  4  1 14 55  0.000000  1    0.163746957040E-03                     
+AR ISPA 2009  4  1 14 55  0.000000  1   -0.526402606850E-07                     
+AR KARR 2009  4  1 14 55  0.000000  1   -0.446017086439E-07                     
+AR KERG 2009  4  1 14 55  0.000000  1    0.817501311362E-03                     
+AR KHAJ 2009  4  1 14 55  0.000000  1   -0.150802343169E-05                     
+AR KIR0 2009  4  1 14 55  0.000000  1    0.282879179125E-03                     
+AR KIRU 2009  4  1 14 55  0.000000  1    0.591392772232E-03                     
+AR KIT3 2009  4  1 14 55  0.000000  1   -0.664355045865E-08                     
+AR KOUR 2009  4  1 14 55  0.000000  1    0.125014332735E-03                     
+AR KUNM 2009  4  1 14 55  0.000000  1   -0.204833053501E-07                     
+AR LHAZ 2009  4  1 14 55  0.000000  1    0.182005441099E-03                     
+AR MAL2 2009  4  1 14 55  0.000000  1   -0.280143103063E-08                     
+AR MAS1 2009  4  1 14 55  0.000000  1   -0.101617601622E-03                     
+AR MAW1 2009  4  1 14 55  0.000000  1    0.317594205180E-08                     
+AR MCIL 2009  4  1 14 55  0.000000  1    0.241581595318E-07                     
+AR MCM4 2009  4  1 14 55  0.000000  1   -0.552403507129E-07                     
+AR MDO1 2009  4  1 14 55  0.000000  1   -0.515840726346E-07                     
+AR MDVJ 2009  4  1 14 55  0.000000  1    0.438552108192E-03                     
+AR MKEA 2009  4  1 14 55  0.000000  1   -0.361637159152E-07                     
+AR MOBS 2009  4  1 14 55  0.000000  1    0.366480948987E-09                     
+AR NANO 2009  4  1 14 55  0.000000  1   -0.171550535166E-08                     
+AR NLIB 2009  4  1 14 55  0.000000  1   -0.117095277662E-06                     
+AR NNOR 2009  4  1 14 55  0.000000  1    0.365797768510E-03                     
+AR NRC1 2009  4  1 14 55  0.000000  1   -0.448527274011E-05                     
+AR NRIL 2009  4  1 14 55  0.000000  1   -0.452847203750E-07                     
+AR NRMD 2009  4  1 14 55  0.000000  1    0.231475631191E-07                     
+AR NTUS 2009  4  1 14 55  0.000000  1   -0.188527488476E-08                     
+AR NYAL 2009  4  1 14 55  0.000000  1    0.944539266826E-07                     
+AR OHI3 2009  4  1 14 55  0.000000  1    0.262515962660E-03                     
+AR ONSA 2009  4  1 14 55  0.000000  1   -0.324799440259E-04                     
+AR PDEL 2009  4  1 14 55  0.000000  1    0.607072346174E-08                     
+AR PERT 2009  4  1 14 55  0.000000  1   -0.570335162290E-07                     
+AR PETP 2009  4  1 14 55  0.000000  1   -0.599672902088E-07                     
+AR PIMO 2009  4  1 14 55  0.000000  1   -0.477645180610E-07                     
+AR QAQ1 2009  4  1 14 55  0.000000  1   -0.608034699217E-07                     
+AR QUIN 2009  4  1 14 55  0.000000  1   -0.588549100622E-07                     
+AR RABT 2009  4  1 14 55  0.000000  1   -0.365998879266E-07                     
+AR RAMO 2009  4  1 14 55  0.000000  1   -0.689760867846E-08                     
+AR RCMN 2009  4  1 14 55  0.000000  1    0.114649640144E-07                     
+AR REDU 2009  4  1 14 55  0.000000  1   -0.550846079594E-07                     
+AR REUN 2009  4  1 14 55  0.000000  1    0.290686229714E-07                     
+AR REYK 2009  4  1 14 55  0.000000  1    0.217884874022E-03                     
+AR SCH2 2009  4  1 14 55  0.000000  1    0.189483890731E-03                     
+AR SCUB 2009  4  1 14 55  0.000000  1   -0.809097046069E-07                     
+AR STJO 2009  4  1 14 55  0.000000  1   -0.705169973086E-05                     
+AR SYDN 2009  4  1 14 55  0.000000  1    0.141047548188E-05                     
+AR SYOG 2009  4  1 14 55  0.000000  1    0.140103225764E-04                     
+AR THU2 2009  4  1 14 55  0.000000  1    0.400155965098E-03                     
+AR TOW2 2009  4  1 14 55  0.000000  1   -0.286699188730E-08                     
+AR VESL 2009  4  1 14 55  0.000000  1   -0.645831735965E-04                     
+AR VILL 2009  4  1 14 55  0.000000  1   -0.447896644160E-07                     
+AR WTZR 2009  4  1 14 55  0.000000  1    0.455831958336E-07                     
+AR WUHN 2009  4  1 14 55  0.000000  1   -0.528461504623E-07                     
+AR YSSK 2009  4  1 14 55  0.000000  1   -0.765286440251E-07                     
+AR ZIM2 2009  4  1 14 55  0.000000  1    0.334201331491E-07                     
+AR XMIS 2009  4  1 14 55  0.000000  1   -0.862536321089E-09                     
+AR GODZ 2009  4  1 14 55  0.000000  1   -0.469119792796E-03                     
+AR MTKA 2009  4  1 14 55  0.000000  1   -0.635241073460E-07                     
+AR TIXJ 2009  4  1 14 55  0.000000  1    0.855171578575E-05                     
+AR PARK 2009  4  1 14 55  0.000000  1    0.807686907656E-06                     
+AR UNBJ 2009  4  1 14 55  0.000000  1    0.496418809956E-03                     
+AR NOVM 2009  4  1 14 55  0.000000  1    0.798326285233E-04                     
+AR SUNM 2009  4  1 14 55  0.000000  1   -0.118138191776E-03                     
+AR CEBR 2009  4  1 14 55  0.000000  1    0.719431411482E-03                     
+AR CPXF 2009  4  1 14 55  0.000000  1    0.172777818383E-08                     
+AR IDDR 2009  4  1 14 55  0.000000  1    0.133808257646E-07                     
+AR AZGB 2009  4  1 14 55  0.000000  1    0.390040674710E-03                     
+AR TN22 2009  4  1 14 55  0.000000  1   -0.489760999613E-03                     
+AR ETAD 2009  4  1 14 55  0.000000  1    0.184480334285E-07                     
+AR ILHA 2009  4  1 14 55  0.000000  1   -0.184160794152E-08                     
+AR POVE 2009  4  1 14 55  0.000000  1    0.256700513980E-09                     
+AR RECF 2009  4  1 14 55  0.000000  1    0.256982936696E-07                     
+AR SALU 2009  4  1 14 55  0.000000  1    0.321919696056E-07                     
+AR SAVO 2009  4  1 14 55  0.000000  1    0.267175175761E-07                     
+AR UFPR 2009  4  1 14 55  0.000000  1    0.344182680975E-07                     
+AR YELL 2009  4  1 14 55  0.000000  1    0.245748000000E-06                     
+AS G32  2009  4  1 15  0  0.000000  1    0.280131884652E-03                     
+AS G24  2009  4  1 15  0  0.000000  1    0.177868452291E-03                     
+AS G25  2009  4  1 15  0  0.000000  1    0.334768273147E-03                     
+AS G26  2009  4  1 15  0  0.000000  1    0.544798633011E-04                     
+AS G27  2009  4  1 15  0  0.000000  1    0.371733791094E-04                     
+AS G30  2009  4  1 15  0  0.000000  1    0.136283744451E-03                     
+AS G03  2009  4  1 15  0  0.000000  1    0.373524318864E-03                     
+AS G04  2009  4  1 15  0  0.000000  1   -0.348621350887E-04                     
+AS G06  2009  4  1 15  0  0.000000  1    0.604107939434E-04                     
+AS G08  2009  4  1 15  0  0.000000  1   -0.196562625820E-03                     
+AS G09  2009  4  1 15  0  0.000000  1    0.484847647448E-04                     
+AS G10  2009  4  1 15  0  0.000000  1   -0.136340417990E-04                     
+AS G14  2009  4  1 15  0  0.000000  1   -0.132333529498E-03                     
+AS G13  2009  4  1 15  0  0.000000  1    0.293275860798E-03                     
+AS G28  2009  4  1 15  0  0.000000  1   -0.238323091076E-04                     
+AS G21  2009  4  1 15  0  0.000000  1    0.215035993669E-04                     
+AS G11  2009  4  1 15  0  0.000000  1    0.273748155762E-05                     
+AS G22  2009  4  1 15  0  0.000000  1    0.202419894305E-03                     
+AS G20  2009  4  1 15  0  0.000000  1    0.865467689405E-04                     
+AS G18  2009  4  1 15  0  0.000000  1   -0.694853746097E-04                     
+AS G16  2009  4  1 15  0  0.000000  1    0.629652143348E-04                     
+AS G19  2009  4  1 15  0  0.000000  1    0.293475234618E-04                     
+AS G23  2009  4  1 15  0  0.000000  1    0.388992238272E-03                     
+AS G02  2009  4  1 15  0  0.000000  1    0.153925150819E-03                     
+AS G31  2009  4  1 15  0  0.000000  1   -0.564850390887E-04                     
+AS G17  2009  4  1 15  0  0.000000  1    0.524567574222E-04                     
+AS G12  2009  4  1 15  0  0.000000  1   -0.299477289279E-03                     
+AS G15  2009  4  1 15  0  0.000000  1   -0.276059485912E-03                     
+AS G29  2009  4  1 15  0  0.000000  1    0.489928180669E-05                     
+AS G07  2009  4  1 15  0  0.000000  1    0.209746001017E-04                     
+AS R02  2009  4  1 15  0  0.000000  1    0.206183853700E-04                     
+AS R03  2009  4  1 15  0  0.000000  1   -0.343142335935E-04                     
+AS R04  2009  4  1 15  0  0.000000  1    0.637316070844E-04                     
+AS R06  2009  4  1 15  0  0.000000  1   -0.169257429963E-03                     
+AS R07  2009  4  1 15  0  0.000000  1   -0.891712880844E-04                     
+AS R08  2009  4  1 15  0  0.000000  1   -0.101988849775E-03                     
+AS R10  2009  4  1 15  0  0.000000  1   -0.140830581581E-03                     
+AS R11  2009  4  1 15  0  0.000000  1   -0.926397061321E-04                     
+AS R13  2009  4  1 15  0  0.000000  1   -0.230657328162E-03                     
+AS R14  2009  4  1 15  0  0.000000  1   -0.795782353413E-04                     
+AS R15  2009  4  1 15  0  0.000000  1    0.921219841641E-04                     
+AS R17  2009  4  1 15  0  0.000000  1   -0.261276255812E-03                     
+AS R18  2009  4  1 15  0  0.000000  1   -0.135730530077E-05                     
+AS R19  2009  4  1 15  0  0.000000  1   -0.894354072753E-04                     
+AS R20  2009  4  1 15  0  0.000000  1   -0.650148511932E-04                     
+AS R21  2009  4  1 15  0  0.000000  1   -0.143357571485E-03                     
+AS R22  2009  4  1 15  0  0.000000  1   -0.201609642253E-03                     
+AS R23  2009  4  1 15  0  0.000000  1   -0.200246160798E-03                     
+AR ALGO 2009  4  1 15  0  0.000000  1    0.810466298453E-04                     
+AR ALIC 2009  4  1 15  0  0.000000  1    0.905623990995E-08                     
+AR AMC2 2009  4  1 15  0  0.000000  1    0.181106511608E-08                     
+AR ANKR 2009  4  1 15  0  0.000000  1    0.403641607262E-03                     
+AR ARTU 2009  4  1 15  0  0.000000  1   -0.644315280814E-07                     
+AR ASPA 2009  4  1 15  0  0.000000  1    0.313778596030E-07                     
+AR BHR1 2009  4  1 15  0  0.000000  1    0.563382759185E-03                     
+AR BARH 2009  4  1 15  0  0.000000  1    0.667181038245E-08                     
+AR BJFS 2009  4  1 15  0  0.000000  1   -0.632783672706E-07                     
+AR BOGT 2009  4  1 15  0  0.000000  1   -0.544366199761E-07                     
+AR BRMU 2009  4  1 15  0  0.000000  1   -0.283524045433E-03                     
+AR CAGZ 2009  4  1 15  0  0.000000  1   -0.181535201625E-03                     
+AR CAS1 2009  4  1 15  0  0.000000  1    0.107005762520E-08                     
+AR CHAT 2009  4  1 15  0  0.000000  1   -0.337798914709E-07                     
+AR CHPI 2009  4  1 15  0  0.000000  1   -0.683136945274E-07                     
+AR COCO 2009  4  1 15  0  0.000000  1    0.227684546254E-03                     
+AR CONZ 2009  4  1 15  0  0.000000  1    0.357460778345E-03                     
+AR CRAR 2009  4  1 15  0  0.000000  1    0.181068686079E-05                     
+AR CRO1 2009  4  1 15  0  0.000000  1    0.665106445736E-03                     
+AR DAEJ 2009  4  1 15  0  0.000000  1   -0.196544389542E-03                     
+AR DARW 2009  4  1 15  0  0.000000  1    0.384119928356E-08                     
+AR DGAR 2009  4  1 15  0  0.000000  1   -0.696615634624E-07                     
+AR DRAO 2009  4  1 15  0  0.000000  1    0.115698818636E-03                     
+AR FAA1 2009  4  1 15  0  0.000000  1   -0.126756883625E-08                     
+AR FAIR 2009  4  1 15  0  0.000000  1   -0.636202958927E-07                     
+AR GLPS 2009  4  1 15  0  0.000000  1   -0.643378867101E-07                     
+AR GUAM 2009  4  1 15  0  0.000000  1   -0.535199717991E-07                     
+AR GUAT 2009  4  1 15  0  0.000000  1    0.781632934240E-08                     
+AR HOB2 2009  4  1 15  0  0.000000  1    0.885945677688E-07                     
+AR HOFN 2009  4  1 15  0  0.000000  1    0.716326627612E-04                     
+AR HOLM 2009  4  1 15  0  0.000000  1   -0.546942571708E-07                     
+AR HRAO 2009  4  1 15  0  0.000000  1    0.849467626183E-03                     
+AR HYDE 2009  4  1 15  0  0.000000  1    0.276867197038E-08                     
+AR IRKJ 2009  4  1 15  0  0.000000  1    0.163746957441E-03                     
+AR ISPA 2009  4  1 15  0  0.000000  1   -0.596665984452E-07                     
+AR KARR 2009  4  1 15  0  0.000000  1   -0.438597339358E-07                     
+AR KERG 2009  4  1 15  0  0.000000  1    0.817501257168E-03                     
+AR KHAJ 2009  4  1 15  0  0.000000  1   -0.150803742310E-05                     
+AR KIR0 2009  4  1 15  0  0.000000  1    0.282872435268E-03                     
+AR KIRU 2009  4  1 15  0  0.000000  1    0.591390862383E-03                     
+AR KIT3 2009  4  1 15  0  0.000000  1   -0.283176600692E-08                     
+AR KOUR 2009  4  1 15  0  0.000000  1    0.125014354514E-03                     
+AR KUNM 2009  4  1 15  0  0.000000  1   -0.128561335946E-07                     
+AR LHAZ 2009  4  1 15  0  0.000000  1    0.199455560294E-03                     
+AR MAL2 2009  4  1 15  0  0.000000  1    0.246865043836E-08                     
+AR MAS1 2009  4  1 15  0  0.000000  1   -0.101617513785E-03                     
+AR MAW1 2009  4  1 15  0  0.000000  1    0.298183943898E-08                     
+AR MCIL 2009  4  1 15  0  0.000000  1    0.272092532359E-07                     
+AR MCM4 2009  4  1 15  0  0.000000  1   -0.525104631574E-07                     
+AR MDO1 2009  4  1 15  0  0.000000  1   -0.520596703884E-07                     
+AR MDVJ 2009  4  1 15  0  0.000000  1    0.438552106982E-03                     
+AR MKEA 2009  4  1 15  0  0.000000  1   -0.356614048083E-07                     
+AR MOBS 2009  4  1 15  0  0.000000  1   -0.153633115083E-08                     
+AR NANO 2009  4  1 15  0  0.000000  1    0.510547846243E-09                     
+AR NLIB 2009  4  1 15  0  0.000000  1   -0.117054359769E-06                     
+AR NNOR 2009  4  1 15  0  0.000000  1    0.365797346870E-03                     
+AR NRC1 2009  4  1 15  0  0.000000  1   -0.448524714346E-05                     
+AR NRIL 2009  4  1 15  0  0.000000  1   -0.467535186903E-07                     
+AR NRMD 2009  4  1 15  0  0.000000  1    0.219380836397E-07                     
+AR NTUS 2009  4  1 15  0  0.000000  1    0.256766360506E-08                     
+AR NYAL 2009  4  1 15  0  0.000000  1    0.944286578756E-07                     
+AR OHI3 2009  4  1 15  0  0.000000  1    0.378289196595E-03                     
+AR ONSA 2009  4  1 15  0  0.000000  1   -0.324799826780E-04                     
+AR PDEL 2009  4  1 15  0  0.000000  1    0.640572844502E-08                     
+AR PERT 2009  4  1 15  0  0.000000  1   -0.570028148944E-07                     
+AR PETP 2009  4  1 15  0  0.000000  1   -0.608659639859E-07                     
+AR PIMO 2009  4  1 15  0  0.000000  1   -0.483449305539E-07                     
+AR QAQ1 2009  4  1 15  0  0.000000  1   -0.642935818385E-07                     
+AR QUIN 2009  4  1 15  0  0.000000  1   -0.560333575834E-07                     
+AR RABT 2009  4  1 15  0  0.000000  1   -0.338187664979E-07                     
+AR RAMO 2009  4  1 15  0  0.000000  1    0.328525678496E-07                     
+AR RCMN 2009  4  1 15  0  0.000000  1    0.955443844994E-08                     
+AR REDU 2009  4  1 15  0  0.000000  1   -0.552489885380E-07                     
+AR REUN 2009  4  1 15  0  0.000000  1    0.284973311874E-07                     
+AR REYK 2009  4  1 15  0  0.000000  1    0.233421332008E-03                     
+AR SCH2 2009  4  1 15  0  0.000000  1    0.189499786750E-03                     
+AR SCUB 2009  4  1 15  0  0.000000  1   -0.804799769018E-07                     
+AR STJO 2009  4  1 15  0  0.000000  1   -0.705199261974E-05                     
+AR SYDN 2009  4  1 15  0  0.000000  1    0.141073658074E-05                     
+AR SYOG 2009  4  1 15  0  0.000000  1    0.140106209710E-04                     
+AR THU2 2009  4  1 15  0  0.000000  1    0.398153790412E-03                     
+AR TOW2 2009  4  1 15  0  0.000000  1   -0.320268152644E-08                     
+AR URUM 2009  4  1 15  0  0.000000  1   -0.127199103895E-03                     
+AR VESL 2009  4  1 15  0  0.000000  1   -0.281282039388E-04                     
+AR VILL 2009  4  1 15  0  0.000000  1   -0.415927309566E-07                     
+AR WTZR 2009  4  1 15  0  0.000000  1    0.455962108125E-07                     
+AR WUHN 2009  4  1 15  0  0.000000  1   -0.531013652473E-07                     
+AR YSSK 2009  4  1 15  0  0.000000  1   -0.774728001962E-07                     
+AR ZIM2 2009  4  1 15  0  0.000000  1    0.339946091281E-07                     
+AR XMIS 2009  4  1 15  0  0.000000  1   -0.227681140892E-08                     
+AR GODZ 2009  4  1 15  0  0.000000  1   -0.469119775192E-03                     
+AR MTKA 2009  4  1 15  0  0.000000  1   -0.571508508018E-07                     
+AR TIXJ 2009  4  1 15  0  0.000000  1    0.608675639060E-05                     
+AR PARK 2009  4  1 15  0  0.000000  1    0.807750748298E-06                     
+AR UNBJ 2009  4  1 15  0  0.000000  1    0.421992413766E-03                     
+AR NOVM 2009  4  1 15  0  0.000000  1    0.798325806103E-04                     
+AR SUNM 2009  4  1 15  0  0.000000  1   -0.274890572668E-03                     
+AR CEBR 2009  4  1 15  0  0.000000  1    0.719431396521E-03                     
+AR CPXF 2009  4  1 15  0  0.000000  1    0.181960486869E-08                     
+AR IDDR 2009  4  1 15  0  0.000000  1    0.118467861664E-07                     
+AR AZGB 2009  4  1 15  0  0.000000  1    0.250724283471E-03                     
+AR TN22 2009  4  1 15  0  0.000000  1    0.436153581076E-03                     
+AR ETAD 2009  4  1 15  0  0.000000  1    0.186628746194E-07                     
+AR ILHA 2009  4  1 15  0  0.000000  1   -0.711973064783E-08                     
+AR POVE 2009  4  1 15  0  0.000000  1    0.363431865054E-09                     
+AR RECF 2009  4  1 15  0  0.000000  1    0.295906605228E-07                     
+AR SALU 2009  4  1 15  0  0.000000  1    0.214962883418E-07                     
+AR SAVO 2009  4  1 15  0  0.000000  1    0.277627947124E-07                     
+AR UFPR 2009  4  1 15  0  0.000000  1    0.307132622965E-07                     
+AR YELL 2009  4  1 15  0  0.000000  1    0.245818000000E-06                     
+AS G32  2009  4  1 15  5  0.000000  1    0.280130490281E-03                     
+AS G24  2009  4  1 15  5  0.000000  1    0.177869410200E-03                     
+AS G25  2009  4  1 15  5  0.000000  1    0.334774924629E-03                     
+AS G26  2009  4  1 15  5  0.000000  1    0.544805356766E-04                     
+AS G27  2009  4  1 15  5  0.000000  1    0.371741070432E-04                     
+AS G30  2009  4  1 15  5  0.000000  1    0.136284702108E-03                     
+AS G03  2009  4  1 15  5  0.000000  1    0.373526008220E-03                     
+AS G04  2009  4  1 15  5  0.000000  1   -0.348665131307E-04                     
+AS G06  2009  4  1 15  5  0.000000  1    0.604161361080E-04                     
+AS G08  2009  4  1 15  5  0.000000  1   -0.196563771845E-03                     
+AS G09  2009  4  1 15  5  0.000000  1    0.484855677372E-04                     
+AS G10  2009  4  1 15  5  0.000000  1   -0.136339718888E-04                     
+AS G14  2009  4  1 15  5  0.000000  1   -0.132331858867E-03                     
+AS G13  2009  4  1 15  5  0.000000  1    0.293276293258E-03                     
+AS G28  2009  4  1 15  5  0.000000  1   -0.238323251503E-04                     
+AS G21  2009  4  1 15  5  0.000000  1    0.215032568539E-04                     
+AS G11  2009  4  1 15  5  0.000000  1    0.273731951513E-05                     
+AS G22  2009  4  1 15  5  0.000000  1    0.202419816313E-03                     
+AS G20  2009  4  1 15  5  0.000000  1    0.865465114325E-04                     
+AS G18  2009  4  1 15  5  0.000000  1   -0.694842097895E-04                     
+AS G16  2009  4  1 15  5  0.000000  1    0.629641998264E-04                     
+AS G19  2009  4  1 15  5  0.000000  1    0.293471950525E-04                     
+AS G23  2009  4  1 15  5  0.000000  1    0.388992384985E-03                     
+AS G02  2009  4  1 15  5  0.000000  1    0.153925206084E-03                     
+AS G31  2009  4  1 15  5  0.000000  1   -0.564852711697E-04                     
+AS G17  2009  4  1 15  5  0.000000  1    0.524572443571E-04                     
+AS G12  2009  4  1 15  5  0.000000  1   -0.299475838253E-03                     
+AS G15  2009  4  1 15  5  0.000000  1   -0.276060997385E-03                     
+AS G29  2009  4  1 15  5  0.000000  1    0.490044621118E-05                     
+AS G07  2009  4  1 15  5  0.000000  1    0.209745471352E-04                     
+AS R02  2009  4  1 15  5  0.000000  1    0.206175384614E-04                     
+AS R03  2009  4  1 15  5  0.000000  1   -0.343156354899E-04                     
+AS R04  2009  4  1 15  5  0.000000  1    0.637291161511E-04                     
+AS R06  2009  4  1 15  5  0.000000  1   -0.169257613805E-03                     
+AS R07  2009  4  1 15  5  0.000000  1   -0.891703843743E-04                     
+AS R08  2009  4  1 15  5  0.000000  1   -0.101988665008E-03                     
+AS R10  2009  4  1 15  5  0.000000  1   -0.140830388184E-03                     
+AS R11  2009  4  1 15  5  0.000000  1   -0.926400642427E-04                     
+AS R13  2009  4  1 15  5  0.000000  1   -0.230657888636E-03                     
+AS R14  2009  4  1 15  5  0.000000  1   -0.795771817752E-04                     
+AS R15  2009  4  1 15  5  0.000000  1    0.921221052389E-04                     
+AS R17  2009  4  1 15  5  0.000000  1   -0.261276665594E-03                     
+AS R18  2009  4  1 15  5  0.000000  1   -0.135752277646E-05                     
+AS R19  2009  4  1 15  5  0.000000  1   -0.894356348988E-04                     
+AS R20  2009  4  1 15  5  0.000000  1   -0.650144967893E-04                     
+AS R21  2009  4  1 15  5  0.000000  1   -0.143358088193E-03                     
+AS R22  2009  4  1 15  5  0.000000  1   -0.201610282516E-03                     
+AS R23  2009  4  1 15  5  0.000000  1   -0.200244448846E-03                     
+AR ALGO 2009  4  1 15  5  0.000000  1    0.810494606716E-04                     
+AR ALIC 2009  4  1 15  5  0.000000  1    0.805695995295E-08                     
+AR AMC2 2009  4  1 15  5  0.000000  1    0.183360583064E-08                     
+AR ANKR 2009  4  1 15  5  0.000000  1    0.466201063748E-03                     
+AR ARTU 2009  4  1 15  5  0.000000  1   -0.623757608570E-07                     
+AR ASPA 2009  4  1 15  5  0.000000  1    0.315007903837E-07                     
+AR BHR1 2009  4  1 15  5  0.000000  1    0.563382699989E-03                     
+AR BARH 2009  4  1 15  5  0.000000  1    0.768599668625E-08                     
+AR BJFS 2009  4  1 15  5  0.000000  1   -0.625295462264E-07                     
+AR BOGT 2009  4  1 15  5  0.000000  1   -0.546641385486E-07                     
+AR BRMU 2009  4  1 15  5  0.000000  1    0.211585194737E-03                     
+AR CAGZ 2009  4  1 15  5  0.000000  1    0.413472645283E-04                     
+AR CAS1 2009  4  1 15  5  0.000000  1    0.209377115158E-08                     
+AR CHAT 2009  4  1 15  5  0.000000  1   -0.327720563666E-07                     
+AR CHPI 2009  4  1 15  5  0.000000  1   -0.697807400019E-07                     
+AR COCO 2009  4  1 15  5  0.000000  1    0.227684927291E-03                     
+AR CONZ 2009  4  1 15  5  0.000000  1    0.228077713366E-03                     
+AR CRAR 2009  4  1 15  5  0.000000  1   -0.232326301175E-04                     
+AR CRO1 2009  4  1 15  5  0.000000  1    0.665106498008E-03                     
+AR DAEJ 2009  4  1 15  5  0.000000  1   -0.196543583110E-03                     
+AR DARW 2009  4  1 15  5  0.000000  1    0.127736834534E-08                     
+AR DGAR 2009  4  1 15  5  0.000000  1   -0.706269497027E-07                     
+AR DRAO 2009  4  1 15  5  0.000000  1    0.115735566907E-03                     
+AR FAA1 2009  4  1 15  5  0.000000  1   -0.244562893076E-08                     
+AR FAIR 2009  4  1 15  5  0.000000  1   -0.585635138015E-07                     
+AR GLPS 2009  4  1 15  5  0.000000  1   -0.641337122715E-07                     
+AR GUAM 2009  4  1 15  5  0.000000  1   -0.532673369003E-07                     
+AR GUAT 2009  4  1 15  5  0.000000  1    0.759538750946E-08                     
+AR HOB2 2009  4  1 15  5  0.000000  1    0.886355410883E-07                     
+AR HOFN 2009  4  1 15  5  0.000000  1    0.149058012363E-03                     
+AR HOLM 2009  4  1 15  5  0.000000  1   -0.504402441518E-07                     
+AR HRAO 2009  4  1 15  5  0.000000  1    0.849467702167E-03                     
+AR HYDE 2009  4  1 15  5  0.000000  1    0.703701222793E-08                     
+AR IRKJ 2009  4  1 15  5  0.000000  1    0.163747012245E-03                     
+AR ISPA 2009  4  1 15  5  0.000000  1   -0.585381038809E-07                     
+AR KARR 2009  4  1 15  5  0.000000  1   -0.410745766803E-07                     
+AR KERG 2009  4  1 15  5  0.000000  1    0.817501653121E-03                     
+AR KHAJ 2009  4  1 15  5  0.000000  1   -0.150804735411E-05                     
+AR KIR0 2009  4  1 15  5  0.000000  1    0.282865659355E-03                     
+AR KIRU 2009  4  1 15  5  0.000000  1    0.591388974156E-03                     
+AR KIT3 2009  4  1 15  5  0.000000  1   -0.131559507074E-08                     
+AR KOUR 2009  4  1 15  5  0.000000  1    0.125014375297E-03                     
+AR KUNM 2009  4  1 15  5  0.000000  1   -0.481217958014E-08                     
+AR LHAZ 2009  4  1 15  5  0.000000  1    0.216971944847E-03                     
+AR MAL2 2009  4  1 15  5  0.000000  1   -0.760853299047E-08                     
+AR MAS1 2009  4  1 15  5  0.000000  1   -0.101617469813E-03                     
+AR MAW1 2009  4  1 15  5  0.000000  1    0.153341372353E-08                     
+AR MCIL 2009  4  1 15  5  0.000000  1    0.277580201885E-07                     
+AR MCM4 2009  4  1 15  5  0.000000  1   -0.503366488216E-07                     
+AR MDO1 2009  4  1 15  5  0.000000  1   -0.516755293721E-07                     
+AR MDVJ 2009  4  1 15  5  0.000000  1    0.438552112826E-03                     
+AR MKEA 2009  4  1 15  5  0.000000  1   -0.359305398261E-07                     
+AR MOBS 2009  4  1 15  5  0.000000  1   -0.592126549187E-10                     
+AR NANO 2009  4  1 15  5  0.000000  1   -0.613073072382E-09                     
+AR NLIB 2009  4  1 15  5  0.000000  1   -0.116988429730E-06                     
+AR NNOR 2009  4  1 15  5  0.000000  1    0.365798639380E-03                     
+AR NRC1 2009  4  1 15  5  0.000000  1   -0.448520387810E-05                     
+AR NRIL 2009  4  1 15  5  0.000000  1   -0.438823490496E-07                     
+AR NRMD 2009  4  1 15  5  0.000000  1    0.223456969077E-07                     
+AR NTUS 2009  4  1 15  5  0.000000  1    0.217980199226E-08                     
+AR NYAL 2009  4  1 15  5  0.000000  1    0.944439404966E-07                     
+AR OHI3 2009  4  1 15  5  0.000000  1    0.493969207576E-03                     
+AR ONSA 2009  4  1 15  5  0.000000  1   -0.324800160837E-04                     
+AR PDEL 2009  4  1 15  5  0.000000  1    0.722090138466E-08                     
+AR PERT 2009  4  1 15  5  0.000000  1   -0.579227064158E-07                     
+AR PETP 2009  4  1 15  5  0.000000  1   -0.611028479783E-07                     
+AR PIMO 2009  4  1 15  5  0.000000  1   -0.481073615522E-07                     
+AR QAQ1 2009  4  1 15  5  0.000000  1   -0.623798989801E-07                     
+AR QUIN 2009  4  1 15  5  0.000000  1   -0.544507148785E-07                     
+AR RABT 2009  4  1 15  5  0.000000  1   -0.578267447066E-07                     
+AR RAMO 2009  4  1 15  5  0.000000  1    0.386018324333E-07                     
+AR RCMN 2009  4  1 15  5  0.000000  1    0.562491727178E-08                     
+AR REDU 2009  4  1 15  5  0.000000  1   -0.580522170045E-07                     
+AR REUN 2009  4  1 15  5  0.000000  1    0.279899891861E-07                     
+AR REYK 2009  4  1 15  5  0.000000  1    0.249229086813E-03                     
+AR SCH2 2009  4  1 15  5  0.000000  1    0.189515987812E-03                     
+AR SCUB 2009  4  1 15  5  0.000000  1   -0.787813831263E-07                     
+AR STJO 2009  4  1 15  5  0.000000  1   -0.705228023047E-05                     
+AR SYDN 2009  4  1 15  5  0.000000  1    0.141065605451E-05                     
+AR SYOG 2009  4  1 15  5  0.000000  1    0.140103665422E-04                     
+AR THU2 2009  4  1 15  5  0.000000  1    0.396151598727E-03                     
+AR TOW2 2009  4  1 15  5  0.000000  1   -0.663787362906E-08                     
+AR URUM 2009  4  1 15  5  0.000000  1   -0.203144426435E-03                     
+AR VESL 2009  4  1 15  5  0.000000  1    0.832218207127E-05                     
+AR VILL 2009  4  1 15  5  0.000000  1   -0.415469466211E-07                     
+AR WTZR 2009  4  1 15  5  0.000000  1    0.456175202244E-07                     
+AR WUHN 2009  4  1 15  5  0.000000  1   -0.541936072106E-07                     
+AR YSSK 2009  4  1 15  5  0.000000  1   -0.769762221825E-07                     
+AR ZIM2 2009  4  1 15  5  0.000000  1    0.349744139239E-07                     
+AR XMIS 2009  4  1 15  5  0.000000  1    0.764086264464E-08                     
+AR GODZ 2009  4  1 15  5  0.000000  1   -0.469119743036E-03                     
+AR MTKA 2009  4  1 15  5  0.000000  1   -0.458744569701E-07                     
+AR TIXJ 2009  4  1 15  5  0.000000  1    0.362146112899E-05                     
+AR PARK 2009  4  1 15  5  0.000000  1    0.807793483596E-06                     
+AR UNBJ 2009  4  1 15  5  0.000000  1    0.347579715486E-03                     
+AR NOVM 2009  4  1 15  5  0.000000  1    0.798325725694E-04                     
+AR SUNM 2009  4  1 15  5  0.000000  1   -0.431385648614E-03                     
+AR CEBR 2009  4  1 15  5  0.000000  1    0.719431437987E-03                     
+AR CPXF 2009  4  1 15  5  0.000000  1    0.327561440316E-09                     
+AR IDDR 2009  4  1 15  5  0.000000  1    0.823261154720E-08                     
+AR AZGB 2009  4  1 15  5  0.000000  1    0.111332030416E-03                     
+AR TN22 2009  4  1 15  5  0.000000  1    0.361927284721E-03                     
+AR ETAD 2009  4  1 15  5  0.000000  1    0.196342015928E-07                     
+AR ILHA 2009  4  1 15  5  0.000000  1   -0.636434228311E-08                     
+AR POVE 2009  4  1 15  5  0.000000  1    0.823426789523E-09                     
+AR RECF 2009  4  1 15  5  0.000000  1    0.281833388796E-07                     
+AR SALU 2009  4  1 15  5  0.000000  1    0.319370130348E-07                     
+AR SAVO 2009  4  1 15  5  0.000000  1    0.274659015953E-07                     
+AR UFPR 2009  4  1 15  5  0.000000  1    0.329414293543E-07                     
+AR YELL 2009  4  1 15  5  0.000000  1    0.245889000000E-06                     
+AS G32  2009  4  1 15 10  0.000000  1    0.280129122368E-03                     
+AS G24  2009  4  1 15 10  0.000000  1    0.177870213513E-03                     
+AS G25  2009  4  1 15 10  0.000000  1    0.334781409705E-03                     
+AS G26  2009  4  1 15 10  0.000000  1    0.544810213148E-04                     
+AS G27  2009  4  1 15 10  0.000000  1    0.371748219291E-04                     
+AS G30  2009  4  1 15 10  0.000000  1    0.136285954839E-03                     
+AS G03  2009  4  1 15 10  0.000000  1    0.373528082338E-03                     
+AS G04  2009  4  1 15 10  0.000000  1   -0.348707910925E-04                     
+AS G06  2009  4  1 15 10  0.000000  1    0.604217339380E-04                     
+AS G08  2009  4  1 15 10  0.000000  1   -0.196564204051E-03                     
+AS G09  2009  4  1 15 10  0.000000  1    0.484862685209E-04                     
+AS G10  2009  4  1 15 10  0.000000  1   -0.136336860182E-04                     
+AS G14  2009  4  1 15 10  0.000000  1   -0.132329864224E-03                     
+AS G13  2009  4  1 15 10  0.000000  1    0.293276615132E-03                     
+AS G28  2009  4  1 15 10  0.000000  1   -0.238325935993E-04                     
+AS G21  2009  4  1 15 10  0.000000  1    0.215024724636E-04                     
+AS G11  2009  4  1 15 10  0.000000  1    0.273713920781E-05                     
+AS G22  2009  4  1 15 10  0.000000  1    0.202418731720E-03                     
+AS G20  2009  4  1 15 10  0.000000  1    0.865459635761E-04                     
+AS G18  2009  4  1 15 10  0.000000  1   -0.694832963874E-04                     
+AS G16  2009  4  1 15 10  0.000000  1    0.629632729863E-04                     
+AS G19  2009  4  1 15 10  0.000000  1    0.293467376030E-04                     
+AS G23  2009  4  1 15 10  0.000000  1    0.388992471375E-03                     
+AS G02  2009  4  1 15 10  0.000000  1    0.153924870702E-03                     
+AS G31  2009  4  1 15 10  0.000000  1   -0.564857522417E-04                     
+AS G17  2009  4  1 15 10  0.000000  1    0.524577801535E-04                     
+AS G12  2009  4  1 15 10  0.000000  1   -0.299474607863E-03                     
+AS G15  2009  4  1 15 10  0.000000  1   -0.276062337986E-03                     
+AS G29  2009  4  1 15 10  0.000000  1    0.490156684366E-05                     
+AS G07  2009  4  1 15 10  0.000000  1    0.209744522102E-04                     
+AS R02  2009  4  1 15 10  0.000000  1    0.206164279507E-04                     
+AS R03  2009  4  1 15 10  0.000000  1   -0.343169449700E-04                     
+AS R04  2009  4  1 15 10  0.000000  1    0.637273041287E-04                     
+AS R06  2009  4  1 15 10  0.000000  1   -0.169257862859E-03                     
+AS R07  2009  4  1 15 10  0.000000  1   -0.891692238250E-04                     
+AS R08  2009  4  1 15 10  0.000000  1   -0.101988494721E-03                     
+AS R10  2009  4  1 15 10  0.000000  1   -0.140830708571E-03                     
+AS R11  2009  4  1 15 10  0.000000  1   -0.926405118577E-04                     
+AS R13  2009  4  1 15 10  0.000000  1   -0.230658418916E-03                     
+AS R14  2009  4  1 15 10  0.000000  1   -0.795760118440E-04                     
+AS R15  2009  4  1 15 10  0.000000  1    0.921226048148E-04                     
+AS R17  2009  4  1 15 10  0.000000  1   -0.261276927522E-03                     
+AS R18  2009  4  1 15 10  0.000000  1   -0.135781517119E-05                     
+AS R19  2009  4  1 15 10  0.000000  1   -0.894358418032E-04                     
+AS R20  2009  4  1 15 10  0.000000  1   -0.650148550352E-04                     
+AS R21  2009  4  1 15 10  0.000000  1   -0.143358554648E-03                     
+AS R22  2009  4  1 15 10  0.000000  1   -0.201611207711E-03                     
+AS R23  2009  4  1 15 10  0.000000  1   -0.200243176078E-03                     
+AR ALGO 2009  4  1 15 10  0.000000  1    0.810525889584E-04                     
+AR ALIC 2009  4  1 15 10  0.000000  1    0.780264807018E-08                     
+AR AMC2 2009  4  1 15 10  0.000000  1    0.183416692368E-08                     
+AR ANKR 2009  4  1 15 10  0.000000  1   -0.471317293691E-03                     
+AR ARTU 2009  4  1 15 10  0.000000  1   -0.603684241885E-07                     
+AR ASPA 2009  4  1 15 10  0.000000  1    0.298977290442E-07                     
+AR BHR1 2009  4  1 15 10  0.000000  1    0.563382759776E-03                     
+AR BARH 2009  4  1 15 10  0.000000  1    0.451878847352E-08                     
+AR BJFS 2009  4  1 15 10  0.000000  1   -0.655258166818E-07                     
+AR BOGT 2009  4  1 15 10  0.000000  1   -0.552452130421E-07                     
+AR BRMU 2009  4  1 15 10  0.000000  1   -0.293910784887E-03                     
+AR CAGZ 2009  4  1 15 10  0.000000  1    0.264256683726E-03                     
+AR CAS1 2009  4  1 15 10  0.000000  1    0.171702351966E-09                     
+AR CHAT 2009  4  1 15 10  0.000000  1   -0.301085362970E-07                     
+AR CHPI 2009  4  1 15 10  0.000000  1   -0.706937326748E-07                     
+AR COCO 2009  4  1 15 10  0.000000  1    0.227685388859E-03                     
+AR CONZ 2009  4  1 15 10  0.000000  1    0.983777327981E-04                     
+AR CRAR 2009  4  1 15 10  0.000000  1   -0.482659810139E-04                     
+AR CRO1 2009  4  1 15 10  0.000000  1    0.665106504333E-03                     
+AR DAEJ 2009  4  1 15 10  0.000000  1   -0.196542983645E-03                     
+AR DARW 2009  4  1 15 10  0.000000  1    0.511740006612E-08                     
+AR DGAR 2009  4  1 15 10  0.000000  1   -0.715825028845E-07                     
+AR DRAO 2009  4  1 15 10  0.000000  1    0.115772239000E-03                     
+AR FAA1 2009  4  1 15 10  0.000000  1   -0.169804384227E-08                     
+AR FAIR 2009  4  1 15 10  0.000000  1   -0.524896941447E-07                     
+AR GLPS 2009  4  1 15 10  0.000000  1   -0.654602654178E-07                     
+AR GUAM 2009  4  1 15 10  0.000000  1   -0.543334887428E-07                     
+AR GUAT 2009  4  1 15 10  0.000000  1    0.713558995088E-08                     
+AR HOB2 2009  4  1 15 10  0.000000  1    0.886461576461E-07                     
+AR HOFN 2009  4  1 15 10  0.000000  1    0.226480980942E-03                     
+AR HOLM 2009  4  1 15 10  0.000000  1   -0.474104662439E-07                     
+AR HRAO 2009  4  1 15 10  0.000000  1    0.849467773306E-03                     
+AR HYDE 2009  4  1 15 10  0.000000  1    0.403380659225E-08                     
+AR IRKJ 2009  4  1 15 10  0.000000  1    0.163746956698E-03                     
+AR ISPA 2009  4  1 15 10  0.000000  1   -0.588414582681E-07                     
+AR KARR 2009  4  1 15 10  0.000000  1   -0.429565222001E-07                     
+AR KERG 2009  4  1 15 10  0.000000  1    0.817501444111E-03                     
+AR KHAJ 2009  4  1 15 10  0.000000  1   -0.150803052831E-05                     
+AR KIR0 2009  4  1 15 10  0.000000  1    0.282858811681E-03                     
+AR KIRU 2009  4  1 15 10  0.000000  1    0.591387849065E-03                     
+AR KIT3 2009  4  1 15 10  0.000000  1   -0.613937433596E-08                     
+AR KOUR 2009  4  1 15 10  0.000000  1    0.125014374096E-03                     
+AR KUNM 2009  4  1 15 10  0.000000  1    0.195636050781E-08                     
+AR LHAZ 2009  4  1 15 10  0.000000  1    0.234575120397E-03                     
+AR MAL2 2009  4  1 15 10  0.000000  1   -0.378808811244E-09                     
+AR MAS1 2009  4  1 15 10  0.000000  1   -0.101617505248E-03                     
+AR MAW1 2009  4  1 15 10  0.000000  1    0.305555410217E-08                     
+AR MCIL 2009  4  1 15 10  0.000000  1    0.252183851647E-07                     
+AR MCM4 2009  4  1 15 10  0.000000  1   -0.494797510959E-07                     
+AR MDO1 2009  4  1 15 10  0.000000  1   -0.525545092750E-07                     
+AR MDVJ 2009  4  1 15 10  0.000000  1    0.438552097683E-03                     
+AR MKEA 2009  4  1 15 10  0.000000  1   -0.357616433952E-07                     
+AR MOBS 2009  4  1 15 10  0.000000  1   -0.240224499086E-08                     
+AR NANO 2009  4  1 15 10  0.000000  1    0.197777880062E-08                     
+AR NLIB 2009  4  1 15 10  0.000000  1   -0.116934955041E-06                     
+AR NNOR 2009  4  1 15 10  0.000000  1    0.365799013921E-03                     
+AR NRC1 2009  4  1 15 10  0.000000  1   -0.448519190388E-05                     
+AR NRIL 2009  4  1 15 10  0.000000  1   -0.437335200342E-07                     
+AR NRMD 2009  4  1 15 10  0.000000  1    0.228955984144E-07                     
+AR NTUS 2009  4  1 15 10  0.000000  1   -0.880840729405E-09                     
+AR NYAL 2009  4  1 15 10  0.000000  1    0.944283867544E-07                     
+AR OHI3 2009  4  1 15 10  0.000000  1   -0.389839907799E-03                     
+AR ONSA 2009  4  1 15 10  0.000000  1   -0.324800716195E-04                     
+AR PDEL 2009  4  1 15 10  0.000000  1    0.739674029758E-08                     
+AR PERT 2009  4  1 15 10  0.000000  1   -0.564459193172E-07                     
+AR PETP 2009  4  1 15 10  0.000000  1   -0.630308785330E-07                     
+AR PIMO 2009  4  1 15 10  0.000000  1   -0.491023853030E-07                     
+AR QAQ1 2009  4  1 15 10  0.000000  1   -0.608660073551E-07                     
+AR QUIN 2009  4  1 15 10  0.000000  1   -0.549041563327E-07                     
+AR RABT 2009  4  1 15 10  0.000000  1   -0.514809629049E-07                     
+AR RAMO 2009  4  1 15 10  0.000000  1    0.949798668294E-08                     
+AR RCMN 2009  4  1 15 10  0.000000  1    0.138255395496E-07                     
+AR REDU 2009  4  1 15 10  0.000000  1   -0.497469804544E-07                     
+AR REUN 2009  4  1 15 10  0.000000  1    0.302110524934E-07                     
+AR REYK 2009  4  1 15 10  0.000000  1    0.265032147896E-03                     
+AR SCH2 2009  4  1 15 10  0.000000  1    0.189532501543E-03                     
+AR SCUB 2009  4  1 15 10  0.000000  1   -0.771348267303E-07                     
+AR STJO 2009  4  1 15 10  0.000000  1   -0.705257104959E-05                     
+AR SYDN 2009  4  1 15 10  0.000000  1    0.141050209169E-05                     
+AR SYOG 2009  4  1 15 10  0.000000  1    0.140102805908E-04                     
+AR THU2 2009  4  1 15 10  0.000000  1    0.394149381120E-03                     
+AR TOW2 2009  4  1 15 10  0.000000  1   -0.692868364931E-08                     
+AR VESL 2009  4  1 15 10  0.000000  1    0.447450189545E-04                     
+AR VILL 2009  4  1 15 10  0.000000  1   -0.419464315728E-07                     
+AR WTZR 2009  4  1 15 10  0.000000  1    0.456184648043E-07                     
+AR WUHN 2009  4  1 15 10  0.000000  1   -0.547820097739E-07                     
+AR YSSK 2009  4  1 15 10  0.000000  1   -0.775762891790E-07                     
+AR ZIM2 2009  4  1 15 10  0.000000  1    0.337047427107E-07                     
+AR XMIS 2009  4  1 15 10  0.000000  1   -0.277003284671E-08                     
+AR GODZ 2009  4  1 15 10  0.000000  1   -0.469119737105E-03                     
+AR MTKA 2009  4  1 15 10  0.000000  1   -0.437603059235E-07                     
+AR TIXJ 2009  4  1 15 10  0.000000  1    0.116722986993E-05                     
+AR PARK 2009  4  1 15 10  0.000000  1    0.807911717138E-06                     
+AR UNBJ 2009  4  1 15 10  0.000000  1    0.273180123013E-03                     
+AR NOVM 2009  4  1 15 10  0.000000  1    0.798325556647E-04                     
+AR SUNM 2009  4  1 15 10  0.000000  1    0.412163522985E-03                     
+AR CEBR 2009  4  1 15 10  0.000000  1    0.719431428019E-03                     
+AR CPXF 2009  4  1 15 10  0.000000  1    0.201867027874E-08                     
+AR IDDR 2009  4  1 15 10  0.000000  1    0.854364294615E-08                     
+AR AZGB 2009  4  1 15 10  0.000000  1   -0.280294850071E-04                     
+AR TN22 2009  4  1 15 10  0.000000  1    0.287629121824E-03                     
+AR ETAD 2009  4  1 15 10  0.000000  1    0.225531310255E-07                     
+AR ILHA 2009  4  1 15 10  0.000000  1   -0.376866234741E-08                     
+AR POVE 2009  4  1 15 10  0.000000  1    0.384000651936E-08                     
+AR RECF 2009  4  1 15 10  0.000000  1    0.266304350098E-07                     
+AR SALU 2009  4  1 15 10  0.000000  1    0.322060692599E-07                     
+AR SAVO 2009  4  1 15 10  0.000000  1    0.278215680942E-07                     
+AR UFPR 2009  4  1 15 10  0.000000  1    0.290955524856E-07                     
+AR YELL 2009  4  1 15 10  0.000000  1    0.245959000000E-06                     
+AS G32  2009  4  1 15 15  0.000000  1    0.280127766234E-03                     
+AS G24  2009  4  1 15 15  0.000000  1    0.177871613364E-03                     
+AS G25  2009  4  1 15 15  0.000000  1    0.334787831915E-03                     
+AS G26  2009  4  1 15 15  0.000000  1    0.544814544358E-04                     
+AS G27  2009  4  1 15 15  0.000000  1    0.371748779122E-04                     
+AS G30  2009  4  1 15 15  0.000000  1    0.136287449375E-03                     
+AS G03  2009  4  1 15 15  0.000000  1    0.373530194109E-03                     
+AS G04  2009  4  1 15 15  0.000000  1   -0.348752962029E-04                     
+AS G06  2009  4  1 15 15  0.000000  1    0.604270277888E-04                     
+AS G08  2009  4  1 15 15  0.000000  1   -0.196565304155E-03                     
+AS G09  2009  4  1 15 15  0.000000  1    0.484865616522E-04                     
+AS G10  2009  4  1 15 15  0.000000  1   -0.136333531281E-04                     
+AS G14  2009  4  1 15 15  0.000000  1   -0.132328236709E-03                     
+AS G13  2009  4  1 15 15  0.000000  1    0.293277003956E-03                     
+AS G28  2009  4  1 15 15  0.000000  1   -0.238326266545E-04                     
+AS G21  2009  4  1 15 15  0.000000  1    0.215019100323E-04                     
+AS G11  2009  4  1 15 15  0.000000  1    0.273646076088E-05                     
+AS G22  2009  4  1 15 15  0.000000  1    0.202418913249E-03                     
+AS G20  2009  4  1 15 15  0.000000  1    0.865455873157E-04                     
+AS G18  2009  4  1 15 15  0.000000  1   -0.694823582726E-04                     
+AS G16  2009  4  1 15 15  0.000000  1    0.629623376500E-04                     
+AS G19  2009  4  1 15 15  0.000000  1    0.293467651735E-04                     
+AS G23  2009  4  1 15 15  0.000000  1    0.388992697871E-03                     
+AS G02  2009  4  1 15 15  0.000000  1    0.153924961269E-03                     
+AS G31  2009  4  1 15 15  0.000000  1   -0.564860792953E-04                     
+AS G17  2009  4  1 15 15  0.000000  1    0.524585255472E-04                     
+AS G12  2009  4  1 15 15  0.000000  1   -0.299473097412E-03                     
+AS G15  2009  4  1 15 15  0.000000  1   -0.276063674044E-03                     
+AS G29  2009  4  1 15 15  0.000000  1    0.490298049584E-05                     
+AS G07  2009  4  1 15 15  0.000000  1    0.209742023461E-04                     
+AS R02  2009  4  1 15 15  0.000000  1    0.206153850361E-04                     
+AS R03  2009  4  1 15 15  0.000000  1   -0.343186657596E-04                     
+AS R04  2009  4  1 15 15  0.000000  1    0.637260098583E-04                     
+AS R06  2009  4  1 15 15  0.000000  1   -0.169257338017E-03                     
+AS R07  2009  4  1 15 15  0.000000  1   -0.891684817839E-04                     
+AS R08  2009  4  1 15 15  0.000000  1   -0.101987917250E-03                     
+AS R10  2009  4  1 15 15  0.000000  1   -0.140830454228E-03                     
+AS R11  2009  4  1 15 15  0.000000  1   -0.926408708046E-04                     
+AS R13  2009  4  1 15 15  0.000000  1   -0.230658945539E-03                     
+AS R14  2009  4  1 15 15  0.000000  1   -0.795758390669E-04                     
+AS R15  2009  4  1 15 15  0.000000  1    0.921229587504E-04                     
+AS R17  2009  4  1 15 15  0.000000  1   -0.261277442630E-03                     
+AS R18  2009  4  1 15 15  0.000000  1   -0.135800530408E-05                     
+AS R19  2009  4  1 15 15  0.000000  1   -0.894361767553E-04                     
+AS R20  2009  4  1 15 15  0.000000  1   -0.650150842555E-04                     
+AS R21  2009  4  1 15 15  0.000000  1   -0.143359004104E-03                     
+AS R22  2009  4  1 15 15  0.000000  1   -0.201611941040E-03                     
+AS R23  2009  4  1 15 15  0.000000  1   -0.200241783540E-03                     
+AR ALGO 2009  4  1 15 15  0.000000  1    0.810553882865E-04                     
+AR ALIC 2009  4  1 15 15  0.000000  1    0.559238302950E-08                     
+AR AMC2 2009  4  1 15 15  0.000000  1    0.181252494392E-08                     
+AR ANKR 2009  4  1 15 15  0.000000  1   -0.408826642321E-03                     
+AR ARTU 2009  4  1 15 15  0.000000  1   -0.591751610459E-07                     
+AR ASPA 2009  4  1 15 15  0.000000  1    0.223573920783E-07                     
+AR BHR1 2009  4  1 15 15  0.000000  1    0.563382621082E-03                     
+AR BARH 2009  4  1 15 15  0.000000  1    0.442286231064E-08                     
+AR BJFS 2009  4  1 15 15  0.000000  1   -0.638119932658E-07                     
+AR BOGT 2009  4  1 15 15  0.000000  1   -0.560906062783E-07                     
+AR BRMU 2009  4  1 15 15  0.000000  1    0.200100365140E-03                     
+AR CAGZ 2009  4  1 15 15  0.000000  1    0.487149695739E-03                     
+AR CAS1 2009  4  1 15 15  0.000000  1    0.251967622849E-08                     
+AR CHAT 2009  4  1 15 15  0.000000  1   -0.302908688086E-07                     
+AR CHPI 2009  4  1 15 15  0.000000  1   -0.720264547692E-07                     
+AR COCO 2009  4  1 15 15  0.000000  1    0.227685806797E-03                     
+AR CONZ 2009  4  1 15 15  0.000000  1   -0.316405186741E-04                     
+AR CRAR 2009  4  1 15 15  0.000000  1   -0.732934871310E-04                     
+AR CRO1 2009  4  1 15 15  0.000000  1    0.665106540835E-03                     
+AR DAEJ 2009  4  1 15 15  0.000000  1   -0.196542630161E-03                     
+AR DARW 2009  4  1 15 15  0.000000  1   -0.931769285603E-08                     
+AR DGAR 2009  4  1 15 15  0.000000  1   -0.730969912876E-07                     
+AR DRAO 2009  4  1 15 15  0.000000  1    0.115808876329E-03                     
+AR FAA1 2009  4  1 15 15  0.000000  1   -0.127881047623E-08                     
+AR FAIR 2009  4  1 15 15  0.000000  1   -0.509689296971E-07                     
+AR GLPS 2009  4  1 15 15  0.000000  1   -0.665129210420E-07                     
+AR GUAM 2009  4  1 15 15  0.000000  1   -0.546376739227E-07                     
+AR GUAT 2009  4  1 15 15  0.000000  1    0.855279266437E-08                     
+AR HOB2 2009  4  1 15 15  0.000000  1    0.886398053496E-07                     
+AR HOFN 2009  4  1 15 15  0.000000  1    0.303851715482E-03                     
+AR HOLM 2009  4  1 15 15  0.000000  1   -0.486322677926E-07                     
+AR HRAO 2009  4  1 15 15  0.000000  1    0.849467811282E-03                     
+AR HYDE 2009  4  1 15 15  0.000000  1    0.242977775092E-08                     
+AR IRKJ 2009  4  1 15 15  0.000000  1    0.163746896790E-03                     
+AR ISPA 2009  4  1 15 15  0.000000  1   -0.514707273223E-07                     
+AR KARR 2009  4  1 15 15  0.000000  1   -0.436054970503E-07                     
+AR KERG 2009  4  1 15 15  0.000000  1    0.817501348379E-03                     
+AR KHAJ 2009  4  1 15 15  0.000000  1   -0.150807866990E-05                     
+AR KIR0 2009  4  1 15 15  0.000000  1    0.282852053475E-03                     
+AR KIRU 2009  4  1 15 15  0.000000  1    0.591387048732E-03                     
+AR KIT3 2009  4  1 15 15  0.000000  1   -0.611985616664E-08                     
+AR KOUR 2009  4  1 15 15  0.000000  1    0.125014381082E-03                     
+AR KUNM 2009  4  1 15 15  0.000000  1   -0.260337920130E-07                     
+AR LHAZ 2009  4  1 15 15  0.000000  1    0.252225569475E-03                     
+AR MAL2 2009  4  1 15 15  0.000000  1   -0.639708267860E-08                     
+AR MAS1 2009  4  1 15 15  0.000000  1   -0.101617442709E-03                     
+AR MAW1 2009  4  1 15 15  0.000000  1    0.279075877921E-08                     
+AR MCIL 2009  4  1 15 15  0.000000  1    0.226403498930E-07                     
+AR MCM4 2009  4  1 15 15  0.000000  1   -0.537479727797E-07                     
+AR MDO1 2009  4  1 15 15  0.000000  1   -0.487508522486E-07                     
+AR MDVJ 2009  4  1 15 15  0.000000  1    0.438552077417E-03                     
+AR MKEA 2009  4  1 15 15  0.000000  1   -0.310577183081E-07                     
+AR MOBS 2009  4  1 15 15  0.000000  1   -0.303273011334E-08                     
+AR NANO 2009  4  1 15 15  0.000000  1    0.136491790594E-09                     
+AR NLIB 2009  4  1 15 15  0.000000  1   -0.116924697107E-06                     
+AR NNOR 2009  4  1 15 15  0.000000  1    0.365799817185E-03                     
+AR NRC1 2009  4  1 15 15  0.000000  1   -0.448519674040E-05                     
+AR NRIL 2009  4  1 15 15  0.000000  1   -0.432228085006E-07                     
+AR NRMD 2009  4  1 15 15  0.000000  1    0.236656624946E-07                     
+AR NTUS 2009  4  1 15 15  0.000000  1    0.651789241574E-11                     
+AR NYAL 2009  4  1 15 15  0.000000  1    0.944065197889E-07                     
+AR OHI3 2009  4  1 15 15  0.000000  1   -0.273105339324E-03                     
+AR ONSA 2009  4  1 15 15  0.000000  1   -0.324801323440E-04                     
+AR PDEL 2009  4  1 15 15  0.000000  1    0.670344798624E-08                     
+AR PERT 2009  4  1 15 15  0.000000  1   -0.553014418372E-07                     
+AR PETP 2009  4  1 15 15  0.000000  1   -0.629546864218E-07                     
+AR PIMO 2009  4  1 15 15  0.000000  1   -0.509796149977E-07                     
+AR QAQ1 2009  4  1 15 15  0.000000  1   -0.633618042424E-07                     
+AR QUIN 2009  4  1 15 15  0.000000  1   -0.538456263047E-07                     
+AR RABT 2009  4  1 15 15  0.000000  1   -0.573337961890E-07                     
+AR RAMO 2009  4  1 15 15  0.000000  1    0.915605107433E-07                     
+AR RCMN 2009  4  1 15 15  0.000000  1    0.928188303983E-08                     
+AR REDU 2009  4  1 15 15  0.000000  1   -0.495629830516E-07                     
+AR REUN 2009  4  1 15 15  0.000000  1    0.297363415593E-07                     
+AR REYK 2009  4  1 15 15  0.000000  1    0.280369577747E-03                     
+AR SCH2 2009  4  1 15 15  0.000000  1    0.189549281878E-03                     
+AR SCUB 2009  4  1 15 15  0.000000  1   -0.753182862274E-07                     
+AR STJO 2009  4  1 15 15  0.000000  1   -0.705288199163E-05                     
+AR SYDN 2009  4  1 15 15  0.000000  1    0.141059084892E-05                     
+AR SYOG 2009  4  1 15 15  0.000000  1    0.140105409169E-04                     
+AR THU2 2009  4  1 15 15  0.000000  1    0.392147097252E-03                     
+AR TOW2 2009  4  1 15 15  0.000000  1   -0.357034430588E-08                     
+AR VESL 2009  4  1 15 15  0.000000  1    0.811750204264E-04                     
+AR VILL 2009  4  1 15 15  0.000000  1   -0.489210467828E-07                     
+AR WTZR 2009  4  1 15 15  0.000000  1    0.456222019167E-07                     
+AR WUHN 2009  4  1 15 15  0.000000  1   -0.600150603728E-07                     
+AR YSSK 2009  4  1 15 15  0.000000  1   -0.786558836957E-07                     
+AR ZIM2 2009  4  1 15 15  0.000000  1    0.344538667073E-07                     
+AR XMIS 2009  4  1 15 15  0.000000  1    0.359000541547E-08                     
+AR GODZ 2009  4  1 15 15  0.000000  1   -0.469119747340E-03                     
+AR MTKA 2009  4  1 15 15  0.000000  1   -0.399983719151E-07                     
+AR TIXJ 2009  4  1 15 15  0.000000  1   -0.123274069332E-05                     
+AR PARK 2009  4  1 15 15  0.000000  1    0.807036144710E-06                     
+AR UNBJ 2009  4  1 15 15  0.000000  1    0.198857289590E-03                     
+AR NOVM 2009  4  1 15 15  0.000000  1    0.798325359737E-04                     
+AR SUNM 2009  4  1 15 15  0.000000  1    0.255488737233E-03                     
+AR CEBR 2009  4  1 15 15  0.000000  1    0.719431408470E-03                     
+AR CPXF 2009  4  1 15 15  0.000000  1    0.320580814146E-08                     
+AR IDDR 2009  4  1 15 15  0.000000  1    0.881796695599E-08                     
+AR AZGB 2009  4  1 15 15  0.000000  1   -0.167436611095E-03                     
+AR TN22 2009  4  1 15 15  0.000000  1    0.213269812241E-03                     
+AR ETAD 2009  4  1 15 15  0.000000  1    0.208990983071E-07                     
+AR ILHA 2009  4  1 15 15  0.000000  1   -0.893095610533E-08                     
+AR POVE 2009  4  1 15 15  0.000000  1    0.403411312540E-08                     
+AR RECF 2009  4  1 15 15  0.000000  1    0.272036310845E-07                     
+AR SALU 2009  4  1 15 15  0.000000  1    0.317877821856E-07                     
+AR SAVO 2009  4  1 15 15  0.000000  1    0.270834565940E-07                     
+AR UFPR 2009  4  1 15 15  0.000000  1    0.287710333980E-07                     
+AR YELL 2009  4  1 15 15  0.000000  1    0.246029000000E-06                     
+AS G32  2009  4  1 15 20  0.000000  1    0.280126415729E-03                     
+AS G24  2009  4  1 15 20  0.000000  1    0.177872426286E-03                     
+AS G25  2009  4  1 15 20  0.000000  1    0.334794432398E-03                     
+AS G26  2009  4  1 15 20  0.000000  1    0.544822383245E-04                     
+AS G27  2009  4  1 15 20  0.000000  1    0.371753831888E-04                     
+AS G30  2009  4  1 15 20  0.000000  1    0.136288628866E-03                     
+AS G03  2009  4  1 15 20  0.000000  1    0.373531338162E-03                     
+AS G04  2009  4  1 15 20  0.000000  1   -0.348797847607E-04                     
+AS G06  2009  4  1 15 20  0.000000  1    0.604324683525E-04                     
+AS G08  2009  4  1 15 20  0.000000  1   -0.196565768749E-03                     
+AS G09  2009  4  1 15 20  0.000000  1    0.484867198052E-04                     
+AS G10  2009  4  1 15 20  0.000000  1   -0.136332671052E-04                     
+AS G14  2009  4  1 15 20  0.000000  1   -0.132326753014E-03                     
+AS G13  2009  4  1 15 20  0.000000  1    0.293277396944E-03                     
+AS G28  2009  4  1 15 20  0.000000  1   -0.238325516884E-04                     
+AS G21  2009  4  1 15 20  0.000000  1    0.215015345488E-04                     
+AS G11  2009  4  1 15 20  0.000000  1    0.273649905306E-05                     
+AS G22  2009  4  1 15 20  0.000000  1    0.202418844180E-03                     
+AS G20  2009  4  1 15 20  0.000000  1    0.865455899145E-04                     
+AS G18  2009  4  1 15 20  0.000000  1   -0.694810261175E-04                     
+AS G16  2009  4  1 15 20  0.000000  1    0.629615071029E-04                     
+AS G19  2009  4  1 15 20  0.000000  1    0.293463337582E-04                     
+AS G23  2009  4  1 15 20  0.000000  1    0.388992698001E-03                     
+AS G02  2009  4  1 15 20  0.000000  1    0.153924751003E-03                     
+AS G31  2009  4  1 15 20  0.000000  1   -0.564863871862E-04                     
+AS G17  2009  4  1 15 20  0.000000  1    0.524589671518E-04                     
+AS G12  2009  4  1 15 20  0.000000  1   -0.299471703966E-03                     
+AS G15  2009  4  1 15 20  0.000000  1   -0.276064841365E-03                     
+AS G29  2009  4  1 15 20  0.000000  1    0.490388701394E-05                     
+AS G07  2009  4  1 15 20  0.000000  1    0.209739427060E-04                     
+AS R02  2009  4  1 15 20  0.000000  1    0.206142774378E-04                     
+AS R03  2009  4  1 15 20  0.000000  1   -0.343201428419E-04                     
+AS R04  2009  4  1 15 20  0.000000  1    0.637243532701E-04                     
+AS R06  2009  4  1 15 20  0.000000  1   -0.169259626809E-03                     
+AS R07  2009  4  1 15 20  0.000000  1   -0.891676475165E-04                     
+AS R08  2009  4  1 15 20  0.000000  1   -0.101987810587E-03                     
+AS R10  2009  4  1 15 20  0.000000  1   -0.140830072277E-03                     
+AS R11  2009  4  1 15 20  0.000000  1   -0.926412952857E-04                     
+AS R13  2009  4  1 15 20  0.000000  1   -0.230659216105E-03                     
+AS R14  2009  4  1 15 20  0.000000  1   -0.795747140100E-04                     
+AS R15  2009  4  1 15 20  0.000000  1    0.921227553522E-04                     
+AS R17  2009  4  1 15 20  0.000000  1   -0.261277909594E-03                     
+AS R18  2009  4  1 15 20  0.000000  1   -0.135812290789E-05                     
+AS R19  2009  4  1 15 20  0.000000  1   -0.894365573091E-04                     
+AS R20  2009  4  1 15 20  0.000000  1   -0.650152760099E-04                     
+AS R21  2009  4  1 15 20  0.000000  1   -0.143359174621E-03                     
+AS R22  2009  4  1 15 20  0.000000  1   -0.201612675466E-03                     
+AS R23  2009  4  1 15 20  0.000000  1   -0.200239950101E-03                     
+AR ALGO 2009  4  1 15 20  0.000000  1    0.810582663500E-04                     
+AR ALIC 2009  4  1 15 20  0.000000  1    0.408300435646E-08                     
+AR AMC2 2009  4  1 15 20  0.000000  1    0.180641256330E-08                     
+AR ANKR 2009  4  1 15 20  0.000000  1   -0.346387160633E-03                     
+AR ARTU 2009  4  1 15 20  0.000000  1   -0.578013339558E-07                     
+AR ASPA 2009  4  1 15 20  0.000000  1    0.216778776262E-07                     
+AR BHR1 2009  4  1 15 20  0.000000  1    0.563382753160E-03                     
+AR BARH 2009  4  1 15 20  0.000000  1    0.356732531441E-08                     
+AR BJFS 2009  4  1 15 20  0.000000  1   -0.660547437766E-07                     
+AR BOGT 2009  4  1 15 20  0.000000  1   -0.548440681373E-07                     
+AR BRMU 2009  4  1 15 20  0.000000  1   -0.306002545978E-03                     
+AR CAGZ 2009  4  1 15 20  0.000000  1   -0.289885338569E-03                     
+AR CAS1 2009  4  1 15 20  0.000000  1    0.411992262670E-08                     
+AR CHAT 2009  4  1 15 20  0.000000  1   -0.290739735057E-07                     
+AR CHPI 2009  4  1 15 20  0.000000  1   -0.653903885357E-07                     
+AR COCO 2009  4  1 15 20  0.000000  1    0.227686287858E-03                     
+AR CONZ 2009  4  1 15 20  0.000000  1   -0.161904037696E-03                     
+AR CRAR 2009  4  1 15 20  0.000000  1   -0.983127120711E-04                     
+AR CRO1 2009  4  1 15 20  0.000000  1    0.665106505420E-03                     
+AR DAEJ 2009  4  1 15 20  0.000000  1   -0.196542478139E-03                     
+AR DARW 2009  4  1 15 20  0.000000  1   -0.146920026041E-08                     
+AR DGAR 2009  4  1 15 20  0.000000  1   -0.685497796513E-07                     
+AR DRAO 2009  4  1 15 20  0.000000  1    0.115845625369E-03                     
+AR FAA1 2009  4  1 15 20  0.000000  1   -0.815876836355E-09                     
+AR FAIR 2009  4  1 15 20  0.000000  1   -0.462909219189E-07                     
+AR GLPS 2009  4  1 15 20  0.000000  1   -0.653216463085E-07                     
+AR GUAM 2009  4  1 15 20  0.000000  1   -0.548927227375E-07                     
+AR GUAT 2009  4  1 15 20  0.000000  1    0.802033046406E-08                     
+AR HOB2 2009  4  1 15 20  0.000000  1    0.886663060564E-07                     
+AR HOFN 2009  4  1 15 20  0.000000  1    0.381253493765E-03                     
+AR HOLM 2009  4  1 15 20  0.000000  1   -0.476239493500E-07                     
+AR HRAO 2009  4  1 15 20  0.000000  1    0.849467892085E-03                     
+AR HYDE 2009  4  1 15 20  0.000000  1    0.248263981081E-08                     
+AR IRKJ 2009  4  1 15 20  0.000000  1    0.163746849125E-03                     
+AR ISPA 2009  4  1 15 20  0.000000  1   -0.574800278577E-07                     
+AR KARR 2009  4  1 15 20  0.000000  1   -0.449986193998E-07                     
+AR KERG 2009  4  1 15 20  0.000000  1    0.817501337376E-03                     
+AR KHAJ 2009  4  1 15 20  0.000000  1   -0.150808173652E-05                     
+AR KIR0 2009  4  1 15 20  0.000000  1    0.282845402937E-03                     
+AR KIRU 2009  4  1 15 20  0.000000  1    0.591387087473E-03                     
+AR KIT3 2009  4  1 15 20  0.000000  1   -0.686724671944E-08                     
+AR KOUR 2009  4  1 15 20  0.000000  1    0.125014363796E-03                     
+AR KUNM 2009  4  1 15 20  0.000000  1    0.499064707070E-08                     
+AR LHAZ 2009  4  1 15 20  0.000000  1    0.269947838515E-03                     
+AR MAL2 2009  4  1 15 20  0.000000  1   -0.305051331768E-08                     
+AR MAS1 2009  4  1 15 20  0.000000  1   -0.101617275247E-03                     
+AR MAW1 2009  4  1 15 20  0.000000  1   -0.225506856230E-08                     
+AR MCIL 2009  4  1 15 20  0.000000  1    0.243225256356E-07                     
+AR MCM4 2009  4  1 15 20  0.000000  1   -0.515757528445E-07                     
+AR MDO1 2009  4  1 15 20  0.000000  1   -0.486647795293E-07                     
+AR MDVJ 2009  4  1 15 20  0.000000  1    0.438552063070E-03                     
+AR MKEA 2009  4  1 15 20  0.000000  1   -0.303422593560E-07                     
+AR MOBS 2009  4  1 15 20  0.000000  1   -0.195632438856E-08                     
+AR NANO 2009  4  1 15 20  0.000000  1    0.183402569197E-09                     
+AR NLIB 2009  4  1 15 20  0.000000  1   -0.116897327339E-06                     
+AR NNOR 2009  4  1 15 20  0.000000  1    0.365799559117E-03                     
+AR NRC1 2009  4  1 15 20  0.000000  1   -0.448519731226E-05                     
+AR NRIL 2009  4  1 15 20  0.000000  1   -0.524421169530E-07                     
+AR NRMD 2009  4  1 15 20  0.000000  1    0.240216782191E-07                     
+AR NTUS 2009  4  1 15 20  0.000000  1    0.531648562404E-09                     
+AR NYAL 2009  4  1 15 20  0.000000  1    0.943780765856E-07                     
+AR OHI3 2009  4  1 15 20  0.000000  1   -0.156506898900E-03                     
+AR ONSA 2009  4  1 15 20  0.000000  1   -0.324801906356E-04                     
+AR PDEL 2009  4  1 15 20  0.000000  1    0.729948901624E-08                     
+AR PERT 2009  4  1 15 20  0.000000  1   -0.533472045930E-07                     
+AR PETP 2009  4  1 15 20  0.000000  1   -0.652508740984E-07                     
+AR PIMO 2009  4  1 15 20  0.000000  1   -0.497677599918E-07                     
+AR QAQ1 2009  4  1 15 20  0.000000  1   -0.114677361038E-06                     
+AR QUIN 2009  4  1 15 20  0.000000  1   -0.513994830771E-07                     
+AR RABT 2009  4  1 15 20  0.000000  1   -0.599315568209E-07                     
+AR RAMO 2009  4  1 15 20  0.000000  1    0.325231761195E-07                     
+AR RCMN 2009  4  1 15 20  0.000000  1    0.115101927941E-07                     
+AR REDU 2009  4  1 15 20  0.000000  1   -0.476952419912E-07                     
+AR REUN 2009  4  1 15 20  0.000000  1    0.284608755290E-07                     
+AR REYK 2009  4  1 15 20  0.000000  1    0.295200339380E-03                     
+AR SCH2 2009  4  1 15 20  0.000000  1    0.189566202003E-03                     
+AR SCUB 2009  4  1 15 20  0.000000  1   -0.759157187352E-07                     
+AR STJO 2009  4  1 15 20  0.000000  1   -0.705319155222E-05                     
+AR SYDN 2009  4  1 15 20  0.000000  1    0.141050879261E-05                     
+AR SYOG 2009  4  1 15 20  0.000000  1    0.140108821105E-04                     
+AR THU2 2009  4  1 15 20  0.000000  1    0.390144869985E-03                     
+AR TOW2 2009  4  1 15 20  0.000000  1   -0.319551483986E-08                     
+AR VESL 2009  4  1 15 20  0.000000  1    0.117656362097E-03                     
+AR VILL 2009  4  1 15 20  0.000000  1   -0.507184919619E-07                     
+AR WTZR 2009  4  1 15 20  0.000000  1    0.456309012118E-07                     
+AR WUHN 2009  4  1 15 20  0.000000  1   -0.620839459414E-07                     
+AR YSSK 2009  4  1 15 20  0.000000  1   -0.809442218104E-07                     
+AR ZIM2 2009  4  1 15 20  0.000000  1    0.363302084568E-07                     
+AR XMIS 2009  4  1 15 20  0.000000  1    0.135229543076E-08                     
+AR GODZ 2009  4  1 15 20  0.000000  1   -0.469119737675E-03                     
+AR MTKA 2009  4  1 15 20  0.000000  1   -0.560823312437E-07                     
+AR TIXJ 2009  4  1 15 20  0.000000  1   -0.361050371525E-05                     
+AR PARK 2009  4  1 15 20  0.000000  1    0.805880718262E-06                     
+AR UNBJ 2009  4  1 15 20  0.000000  1    0.124557928262E-03                     
+AR NOVM 2009  4  1 15 20  0.000000  1    0.798325106790E-04                     
+AR SUNM 2009  4  1 15 20  0.000000  1    0.990912304856E-04                     
+AR CEBR 2009  4  1 15 20  0.000000  1    0.719431397200E-03                     
+AR CPXF 2009  4  1 15 20  0.000000  1    0.531820072486E-08                     
+AR IDDR 2009  4  1 15 20  0.000000  1    0.965423373816E-08                     
+AR AZGB 2009  4  1 15 20  0.000000  1   -0.306816332561E-03                     
+AR TN22 2009  4  1 15 20  0.000000  1    0.138799601970E-03                     
+AR ETAD 2009  4  1 15 20  0.000000  1    0.194825350619E-07                     
+AR ILHA 2009  4  1 15 20  0.000000  1   -0.109932123007E-07                     
+AR POVE 2009  4  1 15 20  0.000000  1    0.554364574428E-08                     
+AR RECF 2009  4  1 15 20  0.000000  1    0.312774894802E-07                     
+AR SALU 2009  4  1 15 20  0.000000  1    0.311639152156E-07                     
+AR SAVO 2009  4  1 15 20  0.000000  1    0.298482027147E-07                     
+AR UFPR 2009  4  1 15 20  0.000000  1    0.279870679650E-07                     
+AR YELL 2009  4  1 15 20  0.000000  1    0.246099000000E-06                     
+AS G32  2009  4  1 15 25  0.000000  1    0.280125013695E-03                     
+AS G24  2009  4  1 15 25  0.000000  1    0.177873251762E-03                     
+AS G25  2009  4  1 15 25  0.000000  1    0.334800939086E-03                     
+AS G26  2009  4  1 15 25  0.000000  1    0.544828311933E-04                     
+AS G27  2009  4  1 15 25  0.000000  1    0.371758243061E-04                     
+AS G30  2009  4  1 15 25  0.000000  1    0.136289985773E-03                     
+AS G03  2009  4  1 15 25  0.000000  1    0.373533180228E-03                     
+AS G04  2009  4  1 15 25  0.000000  1   -0.348842445889E-04                     
+AS G06  2009  4  1 15 25  0.000000  1    0.604379012725E-04                     
+AS G08  2009  4  1 15 25  0.000000  1   -0.196566517067E-03                     
+AS G09  2009  4  1 15 25  0.000000  1    0.484871474791E-04                     
+AS G10  2009  4  1 15 25  0.000000  1   -0.136329720777E-04                     
+AS G14  2009  4  1 15 25  0.000000  1   -0.132324861085E-03                     
+AS G13  2009  4  1 15 25  0.000000  1    0.293277503528E-03                     
+AS G28  2009  4  1 15 25  0.000000  1   -0.238326152436E-04                     
+AS G21  2009  4  1 15 25  0.000000  1    0.215010671125E-04                     
+AS G11  2009  4  1 15 25  0.000000  1    0.273604525777E-05                     
+AS G22  2009  4  1 15 25  0.000000  1    0.202419505021E-03                     
+AS G20  2009  4  1 15 25  0.000000  1    0.865449410299E-04                     
+AS G18  2009  4  1 15 25  0.000000  1   -0.694800249669E-04                     
+AS G16  2009  4  1 15 25  0.000000  1    0.629603477835E-04                     
+AS G19  2009  4  1 15 25  0.000000  1    0.293463729842E-04                     
+AS G23  2009  4  1 15 25  0.000000  1    0.388992920927E-03                     
+AS G02  2009  4  1 15 25  0.000000  1    0.153924493860E-03                     
+AS G31  2009  4  1 15 25  0.000000  1   -0.564864613141E-04                     
+AS G17  2009  4  1 15 25  0.000000  1    0.524595392263E-04                     
+AS G12  2009  4  1 15 25  0.000000  1   -0.299470274567E-03                     
+AS G15  2009  4  1 15 25  0.000000  1   -0.276066069076E-03                     
+AS G29  2009  4  1 15 25  0.000000  1    0.490570749771E-05                     
+AS G07  2009  4  1 15 25  0.000000  1    0.209739225332E-04                     
+AS R02  2009  4  1 15 25  0.000000  1    0.206132286574E-04                     
+AS R03  2009  4  1 15 25  0.000000  1   -0.343215501089E-04                     
+AS R04  2009  4  1 15 25  0.000000  1    0.637222774432E-04                     
+AS R06  2009  4  1 15 25  0.000000  1   -0.169258684556E-03                     
+AS R07  2009  4  1 15 25  0.000000  1   -0.891669153669E-04                     
+AS R08  2009  4  1 15 25  0.000000  1   -0.101987634522E-03                     
+AS R10  2009  4  1 15 25  0.000000  1   -0.140829957608E-03                     
+AS R11  2009  4  1 15 25  0.000000  1   -0.926413957810E-04                     
+AS R13  2009  4  1 15 25  0.000000  1   -0.230659509472E-03                     
+AS R14  2009  4  1 15 25  0.000000  1   -0.795730219112E-04                     
+AS R15  2009  4  1 15 25  0.000000  1    0.921226375440E-04                     
+AS R17  2009  4  1 15 25  0.000000  1   -0.261278212823E-03                     
+AS R18  2009  4  1 15 25  0.000000  1   -0.135831671097E-05                     
+AS R19  2009  4  1 15 25  0.000000  1   -0.894368452272E-04                     
+AS R20  2009  4  1 15 25  0.000000  1   -0.650154571150E-04                     
+AS R21  2009  4  1 15 25  0.000000  1   -0.143359517826E-03                     
+AS R22  2009  4  1 15 25  0.000000  1   -0.201613643551E-03                     
+AS R23  2009  4  1 15 25  0.000000  1   -0.200237842853E-03                     
+AR ALGO 2009  4  1 15 25  0.000000  1    0.810612310648E-04                     
+AR ALIC 2009  4  1 15 25  0.000000  1    0.370478889023E-08                     
+AR AMC2 2009  4  1 15 25  0.000000  1    0.181348220789E-08                     
+AR ANKR 2009  4  1 15 25  0.000000  1   -0.283988560136E-03                     
+AR ARTU 2009  4  1 15 25  0.000000  1   -0.558749092641E-07                     
+AR ASPA 2009  4  1 15 25  0.000000  1    0.200320364188E-07                     
+AR BHR1 2009  4  1 15 25  0.000000  1    0.563382748577E-03                     
+AR BARH 2009  4  1 15 25  0.000000  1    0.436143399413E-08                     
+AR BJFS 2009  4  1 15 25  0.000000  1   -0.656309489266E-07                     
+AR BOGT 2009  4  1 15 25  0.000000  1   -0.518218642611E-07                     
+AR BRMU 2009  4  1 15 25  0.000000  1    0.188065097907E-03                     
+AR CAGZ 2009  4  1 15 25  0.000000  1   -0.669685582480E-04                     
+AR CAS1 2009  4  1 15 25  0.000000  1    0.503579762056E-08                     
+AR CHAT 2009  4  1 15 25  0.000000  1   -0.347599615174E-07                     
+AR CHPI 2009  4  1 15 25  0.000000  1   -0.557213742019E-07                     
+AR COCO 2009  4  1 15 25  0.000000  1    0.227686713627E-03                     
+AR CONZ 2009  4  1 15 25  0.000000  1   -0.292409792060E-03                     
+AR CRAR 2009  4  1 15 25  0.000000  1   -0.123342881112E-03                     
+AR CRO1 2009  4  1 15 25  0.000000  1    0.665106522221E-03                     
+AR DAEJ 2009  4  1 15 25  0.000000  1   -0.196542190105E-03                     
+AR DARW 2009  4  1 15 25  0.000000  1    0.207949049902E-08                     
+AR DGAR 2009  4  1 15 25  0.000000  1   -0.680839508694E-07                     
+AR DRAO 2009  4  1 15 25  0.000000  1    0.115882517999E-03                     
+AR FAA1 2009  4  1 15 25  0.000000  1   -0.199153015744E-08                     
+AR FAIR 2009  4  1 15 25  0.000000  1   -0.422099704867E-07                     
+AR GLPS 2009  4  1 15 25  0.000000  1   -0.656080474836E-07                     
+AR GUAM 2009  4  1 15 25  0.000000  1   -0.557925732408E-07                     
+AR GUAT 2009  4  1 15 25  0.000000  1    0.759731759701E-08                     
+AR HOB2 2009  4  1 15 25  0.000000  1    0.887047986149E-07                     
+AR HOFN 2009  4  1 15 25  0.000000  1    0.458648664133E-03                     
+AR HOLM 2009  4  1 15 25  0.000000  1   -0.435935551688E-07                     
+AR HRAO 2009  4  1 15 25  0.000000  1    0.849467954465E-03                     
+AR HYDE 2009  4  1 15 25  0.000000  1    0.142943031950E-08                     
+AR IRKJ 2009  4  1 15 25  0.000000  1    0.163746813326E-03                     
+AR ISPA 2009  4  1 15 25  0.000000  1   -0.555707130900E-07                     
+AR KARR 2009  4  1 15 25  0.000000  1   -0.478785969617E-07                     
+AR KERG 2009  4  1 15 25  0.000000  1    0.817501179100E-03                     
+AR KHAJ 2009  4  1 15 25  0.000000  1   -0.150807737049E-05                     
+AR KIR0 2009  4  1 15 25  0.000000  1    0.282838618032E-03                     
+AR KIRU 2009  4  1 15 25  0.000000  1    0.591386928533E-03                     
+AR KIT3 2009  4  1 15 25  0.000000  1   -0.900023485747E-08                     
+AR KOUR 2009  4  1 15 25  0.000000  1    0.125014385209E-03                     
+AR KUNM 2009  4  1 15 25  0.000000  1    0.192380740323E-07                     
+AR LHAZ 2009  4  1 15 25  0.000000  1    0.287658636910E-03                     
+AR MAL2 2009  4  1 15 25  0.000000  1   -0.495259140155E-08                     
+AR MAS1 2009  4  1 15 25  0.000000  1   -0.101617170675E-03                     
+AR MAW1 2009  4  1 15 25  0.000000  1    0.630951298761E-08                     
+AR MCIL 2009  4  1 15 25  0.000000  1    0.241885514594E-07                     
+AR MCM4 2009  4  1 15 25  0.000000  1   -0.502792597165E-07                     
+AR MDO1 2009  4  1 15 25  0.000000  1   -0.442878130255E-07                     
+AR MDVJ 2009  4  1 15 25  0.000000  1    0.438552058318E-03                     
+AR MKEA 2009  4  1 15 25  0.000000  1   -0.297203575177E-07                     
+AR MOBS 2009  4  1 15 25  0.000000  1   -0.422690798724E-08                     
+AR NANO 2009  4  1 15 25  0.000000  1    0.115971522437E-08                     
+AR NLIB 2009  4  1 15 25  0.000000  1   -0.116929916184E-06                     
+AR NNOR 2009  4  1 15 25  0.000000  1    0.365799982551E-03                     
+AR NRC1 2009  4  1 15 25  0.000000  1   -0.448517087038E-05                     
+AR NRIL 2009  4  1 15 25  0.000000  1   -0.506615893857E-07                     
+AR NRMD 2009  4  1 15 25  0.000000  1    0.238497410292E-07                     
+AR NTUS 2009  4  1 15 25  0.000000  1    0.756400735352E-09                     
+AR NYAL 2009  4  1 15 25  0.000000  1    0.943752254892E-07                     
+AR OHI3 2009  4  1 15 25  0.000000  1   -0.403119720495E-04                     
+AR ONSA 2009  4  1 15 25  0.000000  1   -0.324802333834E-04                     
+AR PDEL 2009  4  1 15 25  0.000000  1    0.798561589148E-08                     
+AR PERT 2009  4  1 15 25  0.000000  1   -0.537738673369E-07                     
+AR PETP 2009  4  1 15 25  0.000000  1   -0.709683469847E-07                     
+AR PIMO 2009  4  1 15 25  0.000000  1   -0.410060255865E-07                     
+AR QAQ1 2009  4  1 15 25  0.000000  1   -0.602177119021E-07                     
+AR QUIN 2009  4  1 15 25  0.000000  1   -0.513166714713E-07                     
+AR RABT 2009  4  1 15 25  0.000000  1   -0.568820162088E-07                     
+AR RAMO 2009  4  1 15 25  0.000000  1   -0.438613507543E-07                     
+AR RCMN 2009  4  1 15 25  0.000000  1    0.120672275167E-07                     
+AR REDU 2009  4  1 15 25  0.000000  1   -0.506276126216E-07                     
+AR REUN 2009  4  1 15 25  0.000000  1    0.287143704254E-07                     
+AR REYK 2009  4  1 15 25  0.000000  1    0.309499759022E-03                     
+AR SCH2 2009  4  1 15 25  0.000000  1    0.189583411426E-03                     
+AR SCUB 2009  4  1 15 25  0.000000  1   -0.747042692295E-07                     
+AR STJO 2009  4  1 15 25  0.000000  1   -0.705348245304E-05                     
+AR SYDN 2009  4  1 15 25  0.000000  1    0.141046155969E-05                     
+AR SYOG 2009  4  1 15 25  0.000000  1    0.140113357952E-04                     
+AR THU2 2009  4  1 15 25  0.000000  1    0.388142503411E-03                     
+AR TOW2 2009  4  1 15 25  0.000000  1   -0.207620894449E-08                     
+AR VESL 2009  4  1 15 25  0.000000  1    0.154194608423E-03                     
+AR VILL 2009  4  1 15 25  0.000000  1   -0.503239580111E-07                     
+AR WTZR 2009  4  1 15 25  0.000000  1    0.456501323465E-07                     
+AR WUHN 2009  4  1 15 25  0.000000  1   -0.619650538129E-07                     
+AR YSSK 2009  4  1 15 25  0.000000  1   -0.822366561928E-07                     
+AR ZIM2 2009  4  1 15 25  0.000000  1    0.374561818278E-07                     
+AR XMIS 2009  4  1 15 25  0.000000  1    0.733292178471E-08                     
+AR GODZ 2009  4  1 15 25  0.000000  1   -0.469119710346E-03                     
+AR MTKA 2009  4  1 15 25  0.000000  1   -0.548582199769E-07                     
+AR TIXJ 2009  4  1 15 25  0.000000  1   -0.598761357533E-05                     
+AR PARK 2009  4  1 15 25  0.000000  1    0.806227971281E-06                     
+AR UNBJ 2009  4  1 15 25  0.000000  1    0.502806969155E-04                     
+AR NOVM 2009  4  1 15 25  0.000000  1    0.798325147675E-04                     
+AR SUNM 2009  4  1 15 25  0.000000  1   -0.577855108593E-04                     
+AR CEBR 2009  4  1 15 25  0.000000  1    0.719431387867E-03                     
+AR CPXF 2009  4  1 15 25  0.000000  1    0.266654902881E-08                     
+AR IDDR 2009  4  1 15 25  0.000000  1    0.929806678537E-08                     
+AR AZGB 2009  4  1 15 25  0.000000  1   -0.446240529480E-03                     
+AR TN22 2009  4  1 15 25  0.000000  1    0.643927230142E-04                     
+AR ETAD 2009  4  1 15 25  0.000000  1    0.202304031387E-07                     
+AR ILHA 2009  4  1 15 25  0.000000  1   -0.715153158062E-08                     
+AR POVE 2009  4  1 15 25  0.000000  1    0.472893363371E-08                     
+AR RECF 2009  4  1 15 25  0.000000  1    0.271483862963E-07                     
+AR SALU 2009  4  1 15 25  0.000000  1    0.306895547163E-07                     
+AR SAVO 2009  4  1 15 25  0.000000  1    0.294394316723E-07                     
+AR UFPR 2009  4  1 15 25  0.000000  1    0.333209282838E-07                     
+AR YELL 2009  4  1 15 25  0.000000  1    0.246169000000E-06                     
+AS G32  2009  4  1 15 30  0.000000  1    0.280123595953E-03                     
+AS G24  2009  4  1 15 30  0.000000  1    0.177873992643E-03                     
+AS G25  2009  4  1 15 30  0.000000  1    0.334807356927E-03                     
+AS G26  2009  4  1 15 30  0.000000  1    0.544835116099E-04                     
+AS G27  2009  4  1 15 30  0.000000  1    0.371764865291E-04                     
+AS G30  2009  4  1 15 30  0.000000  1    0.136290313509E-03                     
+AS G03  2009  4  1 15 30  0.000000  1    0.373535563092E-03                     
+AS G04  2009  4  1 15 30  0.000000  1   -0.348887060692E-04                     
+AS G06  2009  4  1 15 30  0.000000  1    0.604431598223E-04                     
+AS G08  2009  4  1 15 30  0.000000  1   -0.196566999073E-03                     
+AS G09  2009  4  1 15 30  0.000000  1    0.484878888355E-04                     
+AS G10  2009  4  1 15 30  0.000000  1   -0.136328969481E-04                     
+AS G14  2009  4  1 15 30  0.000000  1   -0.132323305787E-03                     
+AS G13  2009  4  1 15 30  0.000000  1    0.293277982931E-03                     
+AS G28  2009  4  1 15 30  0.000000  1   -0.238330567494E-04                     
+AS G21  2009  4  1 15 30  0.000000  1    0.215001112540E-04                     
+AS G11  2009  4  1 15 30  0.000000  1    0.273522401477E-05                     
+AS G22  2009  4  1 15 30  0.000000  1    0.202418179670E-03                     
+AS G20  2009  4  1 15 30  0.000000  1    0.865447174860E-04                     
+AS G18  2009  4  1 15 30  0.000000  1   -0.694794211990E-04                     
+AS G16  2009  4  1 15 30  0.000000  1    0.629594202229E-04                     
+AS G19  2009  4  1 15 30  0.000000  1    0.293458318222E-04                     
+AS G23  2009  4  1 15 30  0.000000  1    0.388993009186E-03                     
+AS G02  2009  4  1 15 30  0.000000  1    0.153924358158E-03                     
+AS G31  2009  4  1 15 30  0.000000  1   -0.564873635363E-04                     
+AS G17  2009  4  1 15 30  0.000000  1    0.524597417382E-04                     
+AS G12  2009  4  1 15 30  0.000000  1   -0.299468890034E-03                     
+AS G15  2009  4  1 15 30  0.000000  1   -0.276067724419E-03                     
+AS G29  2009  4  1 15 30  0.000000  1    0.490646510272E-05                     
+AS G07  2009  4  1 15 30  0.000000  1    0.209737886107E-04                     
+AS R02  2009  4  1 15 30  0.000000  1    0.206123084367E-04                     
+AS R03  2009  4  1 15 30  0.000000  1   -0.343228412760E-04                     
+AS R04  2009  4  1 15 30  0.000000  1    0.637202694048E-04                     
+AS R06  2009  4  1 15 30  0.000000  1   -0.169257366708E-03                     
+AS R07  2009  4  1 15 30  0.000000  1   -0.891661106230E-04                     
+AS R08  2009  4  1 15 30  0.000000  1   -0.101987273753E-03                     
+AS R10  2009  4  1 15 30  0.000000  1   -0.140829505389E-03                     
+AS R11  2009  4  1 15 30  0.000000  1   -0.926415299801E-04                     
+AS R13  2009  4  1 15 30  0.000000  1   -0.230659656579E-03                     
+AS R14  2009  4  1 15 30  0.000000  1   -0.795722119717E-04                     
+AS R15  2009  4  1 15 30  0.000000  1    0.921231145521E-04                     
+AS R17  2009  4  1 15 30  0.000000  1   -0.261278408502E-03                     
+AS R18  2009  4  1 15 30  0.000000  1   -0.135888463138E-05                     
+AS R19  2009  4  1 15 30  0.000000  1   -0.894371544968E-04                     
+AS R20  2009  4  1 15 30  0.000000  1   -0.650155582824E-04                     
+AS R21  2009  4  1 15 30  0.000000  1   -0.143360070591E-03                     
+AS R22  2009  4  1 15 30  0.000000  1   -0.201614341698E-03                     
+AS R23  2009  4  1 15 30  0.000000  1   -0.200235942024E-03                     
+AR ALGO 2009  4  1 15 30  0.000000  1    0.810641310914E-04                     
+AR ALIC 2009  4  1 15 30  0.000000  1    0.942504569583E-09                     
+AR AMC2 2009  4  1 15 30  0.000000  1    0.183713717248E-08                     
+AR ANKR 2009  4  1 15 30  0.000000  1   -0.221639902410E-03                     
+AR ARTU 2009  4  1 15 30  0.000000  1   -0.543794115193E-07                     
+AR ASPA 2009  4  1 15 30  0.000000  1    0.283694734904E-07                     
+AR BHR1 2009  4  1 15 30  0.000000  1    0.563382881385E-03                     
+AR BARH 2009  4  1 15 30  0.000000  1   -0.858688790156E-10                     
+AR BJFS 2009  4  1 15 30  0.000000  1   -0.694533538638E-07                     
+AR BOGT 2009  4  1 15 30  0.000000  1   -0.553665422096E-07                     
+AR BRMU 2009  4  1 15 30  0.000000  1   -0.317480777831E-03                     
+AR CAGZ 2009  4  1 15 30  0.000000  1    0.155867380110E-03                     
+AR CAS1 2009  4  1 15 30  0.000000  1    0.487593938977E-08                     
+AR CHAT 2009  4  1 15 30  0.000000  1   -0.348342191871E-07                     
+AR CHPI 2009  4  1 15 30  0.000000  1   -0.559569424008E-07                     
+AR COCO 2009  4  1 15 30  0.000000  1    0.227687183349E-03                     
+AR CONZ 2009  4  1 15 30  0.000000  1   -0.423106155526E-03                     
+AR CRAR 2009  4  1 15 30  0.000000  1   -0.148388387215E-03                     
+AR CRO1 2009  4  1 15 30  0.000000  1    0.665106562973E-03                     
+AR DAEJ 2009  4  1 15 30  0.000000  1   -0.196541351792E-03                     
+AR DARW 2009  4  1 15 30  0.000000  1    0.107489488888E-08                     
+AR DGAR 2009  4  1 15 30  0.000000  1   -0.689812236387E-07                     
+AR DRAO 2009  4  1 15 30  0.000000  1    0.115919324490E-03                     
+AR FAA1 2009  4  1 15 30  0.000000  1   -0.153546732923E-08                     
+AR FAIR 2009  4  1 15 30  0.000000  1   -0.339045728411E-07                     
+AR GLPS 2009  4  1 15 30  0.000000  1   -0.669670087870E-07                     
+AR GUAM 2009  4  1 15 30  0.000000  1   -0.568392581664E-07                     
+AR GUAT 2009  4  1 15 30  0.000000  1    0.697208548681E-08                     
+AR HOB2 2009  4  1 15 30  0.000000  1    0.887329096842E-07                     
+AR HOFN 2009  4  1 15 30  0.000000  1   -0.463956477061E-03                     
+AR HOLM 2009  4  1 15 30  0.000000  1   -0.531489953142E-07                     
+AR HYDE 2009  4  1 15 30  0.000000  1    0.868114652490E-09                     
+AR IRKJ 2009  4  1 15 30  0.000000  1    0.163746800871E-03                     
+AR ISPA 2009  4  1 15 30  0.000000  1   -0.546374638173E-07                     
+AR KARR 2009  4  1 15 30  0.000000  1   -0.479553683204E-07                     
+AR KERG 2009  4  1 15 30  0.000000  1    0.817500878669E-03                     
+AR KHAJ 2009  4  1 15 30  0.000000  1   -0.150806709108E-05                     
+AR KIR0 2009  4  1 15 30  0.000000  1    0.282831860566E-03                     
+AR KIRU 2009  4  1 15 30  0.000000  1    0.591387654780E-03                     
+AR KIT3 2009  4  1 15 30  0.000000  1   -0.387027427323E-08                     
+AR KOUR 2009  4  1 15 30  0.000000  1    0.125014406015E-03                     
+AR KUNM 2009  4  1 15 30  0.000000  1    0.697837683978E-08                     
+AR LHAZ 2009  4  1 15 30  0.000000  1    0.305441285030E-03                     
+AR MAL2 2009  4  1 15 30  0.000000  1   -0.581475718793E-08                     
+AR MAS1 2009  4  1 15 30  0.000000  1   -0.101617041713E-03                     
+AR MAW1 2009  4  1 15 30  0.000000  1    0.142697520452E-07                     
+AR MCIL 2009  4  1 15 30  0.000000  1    0.253111748757E-07                     
+AR MCM4 2009  4  1 15 30  0.000000  1   -0.505390423636E-07                     
+AR MDO1 2009  4  1 15 30  0.000000  1   -0.446116987464E-07                     
+AR MDVJ 2009  4  1 15 30  0.000000  1    0.438552060819E-03                     
+AR MKEA 2009  4  1 15 30  0.000000  1   -0.305119586662E-07                     
+AR MOBS 2009  4  1 15 30  0.000000  1   -0.396560870495E-08                     
+AR NANO 2009  4  1 15 30  0.000000  1    0.199973418053E-08                     
+AR NLIB 2009  4  1 15 30  0.000000  1   -0.117463198015E-06                     
+AR NNOR 2009  4  1 15 30  0.000000  1    0.365800273709E-03                     
+AR NRC1 2009  4  1 15 30  0.000000  1   -0.448513577253E-05                     
+AR NRIL 2009  4  1 15 30  0.000000  1   -0.502565974563E-07                     
+AR NRMD 2009  4  1 15 30  0.000000  1    0.234655366879E-07                     
+AR NTUS 2009  4  1 15 30  0.000000  1    0.101467001153E-08                     
+AR NYAL 2009  4  1 15 30  0.000000  1    0.943932339977E-07                     
+AR OHI3 2009  4  1 15 30  0.000000  1    0.755285060024E-04                     
+AR ONSA 2009  4  1 15 30  0.000000  1   -0.324802681365E-04                     
+AR PDEL 2009  4  1 15 30  0.000000  1    0.703994996742E-08                     
+AR PERT 2009  4  1 15 30  0.000000  1   -0.534274643785E-07                     
+AR PETP 2009  4  1 15 30  0.000000  1   -0.752933867551E-07                     
+AR PIMO 2009  4  1 15 30  0.000000  1   -0.424401684810E-07                     
+AR QAQ1 2009  4  1 15 30  0.000000  1   -0.604428514168E-07                     
+AR QUIN 2009  4  1 15 30  0.000000  1   -0.507351189271E-07                     
+AR RABT 2009  4  1 15 30  0.000000  1   -0.573408702769E-07                     
+AR RAMO 2009  4  1 15 30  0.000000  1   -0.399694075754E-07                     
+AR RCMN 2009  4  1 15 30  0.000000  1    0.982275261889E-08                     
+AR REDU 2009  4  1 15 30  0.000000  1   -0.506395924009E-07                     
+AR REUN 2009  4  1 15 30  0.000000  1    0.298545113906E-07                     
+AR REYK 2009  4  1 15 30  0.000000  1    0.323654656752E-03                     
+AR SCH2 2009  4  1 15 30  0.000000  1    0.189600450605E-03                     
+AR SCUB 2009  4  1 15 30  0.000000  1   -0.755552220517E-07                     
+AR STJO 2009  4  1 15 30  0.000000  1   -0.705376651595E-05                     
+AR SYDN 2009  4  1 15 30  0.000000  1    0.141038869687E-05                     
+AR SYOG 2009  4  1 15 30  0.000000  1    0.140115599093E-04                     
+AR THU2 2009  4  1 15 30  0.000000  1    0.386140343518E-03                     
+AR TOW2 2009  4  1 15 30  0.000000  1   -0.311938908589E-08                     
+AR URUM 2009  4  1 15 30  0.000000  1    0.417522611847E-03                     
+AR VESL 2009  4  1 15 30  0.000000  1    0.190759358809E-03                     
+AR VILL 2009  4  1 15 30  0.000000  1   -0.554983120347E-07                     
+AR WTZR 2009  4  1 15 30  0.000000  1    0.456712671694E-07                     
+AR WUHN 2009  4  1 15 30  0.000000  1   -0.644943881956E-07                     
+AR YSSK 2009  4  1 15 30  0.000000  1   -0.817713003107E-07                     
+AR ZIM2 2009  4  1 15 30  0.000000  1    0.366827430046E-07                     
+AR XMIS 2009  4  1 15 30  0.000000  1    0.205802122363E-08                     
+AR GODZ 2009  4  1 15 30  0.000000  1   -0.469119672682E-03                     
+AR MTKA 2009  4  1 15 30  0.000000  1   -0.606451189236E-07                     
+AR TIXJ 2009  4  1 15 30  0.000000  1   -0.833741491099E-05                     
+AR PARK 2009  4  1 15 30  0.000000  1    0.806709960300E-06                     
+AR UNBJ 2009  4  1 15 30  0.000000  1   -0.239421023897E-04                     
+AR NOVM 2009  4  1 15 30  0.000000  1    0.798325208002E-04                     
+AR SUNM 2009  4  1 15 30  0.000000  1   -0.214277449524E-03                     
+AR CEBR 2009  4  1 15 30  0.000000  1    0.719431405987E-03                     
+AR CPXF 2009  4  1 15 30  0.000000  1    0.229678203488E-08                     
+AR IDDR 2009  4  1 15 30  0.000000  1    0.104650698873E-07                     
+AR AZGB 2009  4  1 15 30  0.000000  1    0.414372275099E-03                     
+AR TN22 2009  4  1 15 30  0.000000  1   -0.968367523977E-05                     
+AR ETAD 2009  4  1 15 30  0.000000  1    0.228682529492E-07                     
+AR ILHA 2009  4  1 15 30  0.000000  1   -0.899129356229E-08                     
+AR POVE 2009  4  1 15 30  0.000000  1    0.552166530677E-08                     
+AR RECF 2009  4  1 15 30  0.000000  1    0.278862914728E-07                     
+AR SALU 2009  4  1 15 30  0.000000  1    0.224330057532E-07                     
+AR SAVO 2009  4  1 15 30  0.000000  1    0.301996403766E-07                     
+AR UFPR 2009  4  1 15 30  0.000000  1    0.316397505669E-07                     
+AR YELL 2009  4  1 15 30  0.000000  1    0.246240000000E-06                     
+AS G32  2009  4  1 15 35  0.000000  1    0.280122226540E-03                     
+AS G24  2009  4  1 15 35  0.000000  1    0.177874335368E-03                     
+AS G25  2009  4  1 15 35  0.000000  1    0.334813926433E-03                     
+AS G26  2009  4  1 15 35  0.000000  1    0.544842534040E-04                     
+AS G27  2009  4  1 15 35  0.000000  1    0.371782452996E-04                     
+AS G30  2009  4  1 15 35  0.000000  1    0.136291424622E-03                     
+AS G03  2009  4  1 15 35  0.000000  1    0.373536287627E-03                     
+AS G04  2009  4  1 15 35  0.000000  1   -0.348932002450E-04                     
+AS G06  2009  4  1 15 35  0.000000  1    0.604484169762E-04                     
+AS G08  2009  4  1 15 35  0.000000  1   -0.196567996103E-03                     
+AS G09  2009  4  1 15 35  0.000000  1    0.484891040194E-04                     
+AS G10  2009  4  1 15 35  0.000000  1   -0.136334938484E-04                     
+AS G14  2009  4  1 15 35  0.000000  1   -0.132321633985E-03                     
+AS G13  2009  4  1 15 35  0.000000  1    0.293278413645E-03                     
+AS G28  2009  4  1 15 35  0.000000  1   -0.238329240005E-04                     
+AS G21  2009  4  1 15 35  0.000000  1    0.214997360504E-04                     
+AS G11  2009  4  1 15 35  0.000000  1    0.273519403766E-05                     
+AS G22  2009  4  1 15 35  0.000000  1    0.202418244893E-03                     
+AS G20  2009  4  1 15 35  0.000000  1    0.865445214633E-04                     
+AS G18  2009  4  1 15 35  0.000000  1   -0.694782076677E-04                     
+AS G16  2009  4  1 15 35  0.000000  1    0.629585520891E-04                     
+AS G19  2009  4  1 15 35  0.000000  1    0.293456466171E-04                     
+AS G23  2009  4  1 15 35  0.000000  1    0.388993129570E-03                     
+AS G02  2009  4  1 15 35  0.000000  1    0.153924235139E-03                     
+AS G31  2009  4  1 15 35  0.000000  1   -0.564875021658E-04                     
+AS G17  2009  4  1 15 35  0.000000  1    0.524603473435E-04                     
+AS G12  2009  4  1 15 35  0.000000  1   -0.299467513887E-03                     
+AS G15  2009  4  1 15 35  0.000000  1   -0.276068995638E-03                     
+AS G29  2009  4  1 15 35  0.000000  1    0.490768448024E-05                     
+AS G07  2009  4  1 15 35  0.000000  1    0.209736981949E-04                     
+AS R02  2009  4  1 15 35  0.000000  1    0.206114010184E-04                     
+AS R03  2009  4  1 15 35  0.000000  1   -0.343232873795E-04                     
+AS R04  2009  4  1 15 35  0.000000  1    0.637172235961E-04                     
+AS R06  2009  4  1 15 35  0.000000  1   -0.169256419788E-03                     
+AS R07  2009  4  1 15 35  0.000000  1   -0.891646677756E-04                     
+AS R08  2009  4  1 15 35  0.000000  1   -0.101986987616E-03                     
+AS R10  2009  4  1 15 35  0.000000  1   -0.140829543807E-03                     
+AS R11  2009  4  1 15 35  0.000000  1   -0.926416774766E-04                     
+AS R13  2009  4  1 15 35  0.000000  1   -0.230659751846E-03                     
+AS R14  2009  4  1 15 35  0.000000  1   -0.795719123043E-04                     
+AS R15  2009  4  1 15 35  0.000000  1    0.921240500283E-04                     
+AS R17  2009  4  1 15 35  0.000000  1   -0.261278690098E-03                     
+AS R18  2009  4  1 15 35  0.000000  1   -0.135901890781E-05                     
+AS R19  2009  4  1 15 35  0.000000  1   -0.894375558898E-04                     
+AS R20  2009  4  1 15 35  0.000000  1   -0.650161170712E-04                     
+AS R21  2009  4  1 15 35  0.000000  1   -0.143360416837E-03                     
+AS R22  2009  4  1 15 35  0.000000  1   -0.201615239333E-03                     
+AS R23  2009  4  1 15 35  0.000000  1   -0.200234181685E-03                     
+AR ALGO 2009  4  1 15 35  0.000000  1    0.810670215733E-04                     
+AR ALIC 2009  4  1 15 35  0.000000  1    0.348970541175E-09                     
+AR AMC2 2009  4  1 15 35  0.000000  1    0.182943094595E-08                     
+AR ANKR 2009  4  1 15 35  0.000000  1   -0.159308923582E-03                     
+AR ARTU 2009  4  1 15 35  0.000000  1   -0.533504007175E-07                     
+AR ASPA 2009  4  1 15 35  0.000000  1    0.276395664166E-07                     
+AR BHR1 2009  4  1 15 35  0.000000  1    0.563382635286E-03                     
+AR BARH 2009  4  1 15 35  0.000000  1    0.316370957472E-08                     
+AR BJFS 2009  4  1 15 35  0.000000  1   -0.676571756566E-07                     
+AR BOGT 2009  4  1 15 35  0.000000  1   -0.527832204122E-07                     
+AR BRMU 2009  4  1 15 35  0.000000  1    0.177453721080E-03                     
+AR CAGZ 2009  4  1 15 35  0.000000  1    0.378673514428E-03                     
+AR CAS1 2009  4  1 15 35  0.000000  1    0.801799704801E-08                     
+AR CHAT 2009  4  1 15 35  0.000000  1   -0.362697795959E-07                     
+AR CHPI 2009  4  1 15 35  0.000000  1   -0.595763198183E-07                     
+AR COCO 2009  4  1 15 35  0.000000  1    0.227687468473E-03                     
+AR CONZ 2009  4  1 15 35  0.000000  1    0.445876647885E-03                     
+AR CRAR 2009  4  1 15 35  0.000000  1   -0.173449619605E-03                     
+AR CRO1 2009  4  1 15 35  0.000000  1    0.665106611800E-03                     
+AR DAEJ 2009  4  1 15 35  0.000000  1   -0.196540556492E-03                     
+AR DARW 2009  4  1 15 35  0.000000  1   -0.824448071834E-09                     
+AR DGAR 2009  4  1 15 35  0.000000  1   -0.701695207664E-07                     
+AR DRAO 2009  4  1 15 35  0.000000  1    0.115956176037E-03                     
+AR FAA1 2009  4  1 15 35  0.000000  1   -0.204057195181E-08                     
+AR FAIR 2009  4  1 15 35  0.000000  1   -0.520519236715E-07                     
+AR GLPS 2009  4  1 15 35  0.000000  1   -0.675575440003E-07                     
+AR GUAM 2009  4  1 15 35  0.000000  1   -0.535881376994E-07                     
+AR GUAT 2009  4  1 15 35  0.000000  1    0.660154983521E-08                     
+AR HOB2 2009  4  1 15 35  0.000000  1    0.887598629642E-07                     
+AR HOFN 2009  4  1 15 35  0.000000  1   -0.386557815900E-03                     
+AR HOLM 2009  4  1 15 35  0.000000  1   -0.499747052367E-07                     
+AR HYDE 2009  4  1 15 35  0.000000  1    0.980418062462E-09                     
+AR IRKJ 2009  4  1 15 35  0.000000  1    0.163746760881E-03                     
+AR ISPA 2009  4  1 15 35  0.000000  1   -0.534373636923E-07                     
+AR KARR 2009  4  1 15 35  0.000000  1   -0.519136230765E-07                     
+AR KERG 2009  4  1 15 35  0.000000  1    0.817500625404E-03                     
+AR KHAJ 2009  4  1 15 35  0.000000  1   -0.150805521395E-05                     
+AR KIR0 2009  4  1 15 35  0.000000  1    0.282825072891E-03                     
+AR KIRU 2009  4  1 15 35  0.000000  1    0.591388529344E-03                     
+AR KIT3 2009  4  1 15 35  0.000000  1    0.508675700471E-08                     
+AR KOUR 2009  4  1 15 35  0.000000  1    0.125014418366E-03                     
+AR KUNM 2009  4  1 15 35  0.000000  1    0.730399805445E-08                     
+AR LHAZ 2009  4  1 15 35  0.000000  1    0.323342884751E-03                     
+AR MAL2 2009  4  1 15 35  0.000000  1   -0.565992486187E-08                     
+AR MAS1 2009  4  1 15 35  0.000000  1   -0.101616931695E-03                     
+AR MAW1 2009  4  1 15 35  0.000000  1    0.118119966086E-07                     
+AR MCIL 2009  4  1 15 35  0.000000  1    0.260608698994E-07                     
+AR MCM4 2009  4  1 15 35  0.000000  1   -0.538577146698E-07                     
+AR MDO1 2009  4  1 15 35  0.000000  1   -0.451079260038E-07                     
+AR MDVJ 2009  4  1 15 35  0.000000  1    0.438552063686E-03                     
+AR MKEA 2009  4  1 15 35  0.000000  1   -0.303259741541E-07                     
+AR MOBS 2009  4  1 15 35  0.000000  1   -0.450875465749E-08                     
+AR NANO 2009  4  1 15 35  0.000000  1    0.933782611695E-08                     
+AR NLIB 2009  4  1 15 35  0.000000  1   -0.116470666444E-06                     
+AR NNOR 2009  4  1 15 35  0.000000  1    0.365800018058E-03                     
+AR NRC1 2009  4  1 15 35  0.000000  1   -0.448510841911E-05                     
+AR NRIL 2009  4  1 15 35  0.000000  1   -0.530586256779E-07                     
+AR NRMD 2009  4  1 15 35  0.000000  1    0.240271196432E-07                     
+AR NTUS 2009  4  1 15 35  0.000000  1   -0.284125342801E-08                     
+AR NYAL 2009  4  1 15 35  0.000000  1    0.943927661462E-07                     
+AR OHI3 2009  4  1 15 35  0.000000  1    0.191082715244E-03                     
+AR ONSA 2009  4  1 15 35  0.000000  1   -0.324803096523E-04                     
+AR PDEL 2009  4  1 15 35  0.000000  1    0.813415133764E-08                     
+AR PERT 2009  4  1 15 35  0.000000  1   -0.555179051120E-07                     
+AR PETP 2009  4  1 15 35  0.000000  1   -0.762309582426E-07                     
+AR PIMO 2009  4  1 15 35  0.000000  1   -0.456300310141E-07                     
+AR QAQ1 2009  4  1 15 35  0.000000  1   -0.558625303096E-07                     
+AR QUIN 2009  4  1 15 35  0.000000  1   -0.520294619913E-07                     
+AR RABT 2009  4  1 15 35  0.000000  1   -0.545114079700E-07                     
+AR RAMO 2009  4  1 15 35  0.000000  1   -0.664781976576E-07                     
+AR RCMN 2009  4  1 15 35  0.000000  1    0.109636683508E-07                     
+AR REDU 2009  4  1 15 35  0.000000  1   -0.435838780716E-07                     
+AR REUN 2009  4  1 15 35  0.000000  1    0.278677035219E-07                     
+AR REYK 2009  4  1 15 35  0.000000  1    0.338008247434E-03                     
+AR SCH2 2009  4  1 15 35  0.000000  1    0.189617333927E-03                     
+AR SCUB 2009  4  1 15 35  0.000000  1   -0.672626216971E-07                     
+AR STJO 2009  4  1 15 35  0.000000  1   -0.705405812655E-05                     
+AR SYDN 2009  4  1 15 35  0.000000  1    0.141017913193E-05                     
+AR SYOG 2009  4  1 15 35  0.000000  1    0.140117828486E-04                     
+AR THU2 2009  4  1 15 35  0.000000  1    0.384138145630E-03                     
+AR TOW2 2009  4  1 15 35  0.000000  1   -0.148030362736E-08                     
+AR URUM 2009  4  1 15 35  0.000000  1    0.341714787566E-03                     
+AR VESL 2009  4  1 15 35  0.000000  1    0.227348596040E-03                     
+AR VILL 2009  4  1 15 35  0.000000  1   -0.548105240780E-07                     
+AR WTZR 2009  4  1 15 35  0.000000  1    0.456887786328E-07                     
+AR WUHN 2009  4  1 15 35  0.000000  1   -0.643300013272E-07                     
+AR YSSK 2009  4  1 15 35  0.000000  1   -0.821885166431E-07                     
+AR ZIM2 2009  4  1 15 35  0.000000  1    0.389000970838E-07                     
+AR XMIS 2009  4  1 15 35  0.000000  1    0.685070499682E-08                     
+AR GODZ 2009  4  1 15 35  0.000000  1   -0.469119632275E-03                     
+AR MTKA 2009  4  1 15 35  0.000000  1   -0.583753396714E-07                     
+AR TIXJ 2009  4  1 15 35  0.000000  1   -0.107076981435E-04                     
+AR PARK 2009  4  1 15 35  0.000000  1    0.807023733868E-06                     
+AR UNBJ 2009  4  1 15 35  0.000000  1   -0.982645875262E-04                     
+AR NOVM 2009  4  1 15 35  0.000000  1    0.798325419858E-04                     
+AR SUNM 2009  4  1 15 35  0.000000  1   -0.371268711240E-03                     
+AR CEBR 2009  4  1 15 35  0.000000  1    0.719431399093E-03                     
+AR CPXF 2009  4  1 15 35  0.000000  1    0.245068442815E-08                     
+AR IDDR 2009  4  1 15 35  0.000000  1    0.109900374754E-07                     
+AR AZGB 2009  4  1 15 35  0.000000  1    0.275100383578E-03                     
+AR TN22 2009  4  1 15 35  0.000000  1   -0.836513558623E-04                     
+AR ETAD 2009  4  1 15 35  0.000000  1    0.219313097866E-07                     
+AR ILHA 2009  4  1 15 35  0.000000  1   -0.735331024983E-08                     
+AR POVE 2009  4  1 15 35  0.000000  1    0.617979387173E-08                     
+AR RECF 2009  4  1 15 35  0.000000  1    0.279549841778E-07                     
+AR SALU 2009  4  1 15 35  0.000000  1    0.359415554739E-07                     
+AR SAVO 2009  4  1 15 35  0.000000  1    0.306649821981E-07                     
+AR UFPR 2009  4  1 15 35  0.000000  1    0.299620918925E-07                     
+AR YELL 2009  4  1 15 35  0.000000  1    0.246310000000E-06                     
+AS G32  2009  4  1 15 40  0.000000  1    0.280120794859E-03                     
+AS G24  2009  4  1 15 40  0.000000  1    0.177875427060E-03                     
+AS G25  2009  4  1 15 40  0.000000  1    0.334820546563E-03                     
+AS G26  2009  4  1 15 40  0.000000  1    0.544848051235E-04                     
+AS G27  2009  4  1 15 40  0.000000  1    0.371795712757E-04                     
+AS G30  2009  4  1 15 40  0.000000  1    0.136292272323E-03                     
+AS G03  2009  4  1 15 40  0.000000  1    0.373538751440E-03                     
+AS G04  2009  4  1 15 40  0.000000  1   -0.348978618315E-04                     
+AS G06  2009  4  1 15 40  0.000000  1    0.604536246315E-04                     
+AS G08  2009  4  1 15 40  0.000000  1   -0.196568582610E-03                     
+AS G09  2009  4  1 15 40  0.000000  1    0.484891487005E-04                     
+AS G10  2009  4  1 15 40  0.000000  1   -0.136335389846E-04                     
+AS G14  2009  4  1 15 40  0.000000  1   -0.132319666279E-03                     
+AS G13  2009  4  1 15 40  0.000000  1    0.293278764194E-03                     
+AS G28  2009  4  1 15 40  0.000000  1   -0.238330788712E-04                     
+AS G21  2009  4  1 15 40  0.000000  1    0.214992091980E-04                     
+AS G11  2009  4  1 15 40  0.000000  1    0.273471331147E-05                     
+AS G22  2009  4  1 15 40  0.000000  1    0.202417828564E-03                     
+AS G20  2009  4  1 15 40  0.000000  1    0.865440972202E-04                     
+AS G18  2009  4  1 15 40  0.000000  1   -0.694771442823E-04                     
+AS G16  2009  4  1 15 40  0.000000  1    0.629577469688E-04                     
+AS G19  2009  4  1 15 40  0.000000  1    0.293454483825E-04                     
+AS G23  2009  4  1 15 40  0.000000  1    0.388992976375E-03                     
+AS G02  2009  4  1 15 40  0.000000  1    0.153924249982E-03                     
+AS G31  2009  4  1 15 40  0.000000  1   -0.564877273657E-04                     
+AS G17  2009  4  1 15 40  0.000000  1    0.524610361900E-04                     
+AS G12  2009  4  1 15 40  0.000000  1   -0.299466285845E-03                     
+AS G15  2009  4  1 15 40  0.000000  1   -0.276070443675E-03                     
+AS G29  2009  4  1 15 40  0.000000  1    0.490897156772E-05                     
+AS G07  2009  4  1 15 40  0.000000  1    0.209735928002E-04                     
+AS R02  2009  4  1 15 40  0.000000  1    0.206104902927E-04                     
+AS R03  2009  4  1 15 40  0.000000  1   -0.343253495018E-04                     
+AS R04  2009  4  1 15 40  0.000000  1    0.637147173615E-04                     
+AS R06  2009  4  1 15 40  0.000000  1   -0.169257130006E-03                     
+AS R07  2009  4  1 15 40  0.000000  1   -0.891652862238E-04                     
+AS R08  2009  4  1 15 40  0.000000  1   -0.101986813828E-03                     
+AS R10  2009  4  1 15 40  0.000000  1   -0.140829854385E-03                     
+AS R11  2009  4  1 15 40  0.000000  1   -0.926417924020E-04                     
+AS R13  2009  4  1 15 40  0.000000  1   -0.230659945714E-03                     
+AS R14  2009  4  1 15 40  0.000000  1   -0.795718696204E-04                     
+AS R15  2009  4  1 15 40  0.000000  1    0.921251573667E-04                     
+AS R17  2009  4  1 15 40  0.000000  1   -0.261278850036E-03                     
+AS R18  2009  4  1 15 40  0.000000  1   -0.135889507803E-05                     
+AS R19  2009  4  1 15 40  0.000000  1   -0.894379931552E-04                     
+AS R20  2009  4  1 15 40  0.000000  1   -0.650163254145E-04                     
+AS R21  2009  4  1 15 40  0.000000  1   -0.143360851438E-03                     
+AS R22  2009  4  1 15 40  0.000000  1   -0.201616090437E-03                     
+AS R23  2009  4  1 15 40  0.000000  1   -0.200232809049E-03                     
+AR ALGO 2009  4  1 15 40  0.000000  1    0.810699934687E-04                     
+AR ALIC 2009  4  1 15 40  0.000000  1    0.113749260812E-08                     
+AR AMC2 2009  4  1 15 40  0.000000  1    0.184248419287E-08                     
+AR ANKR 2009  4  1 15 40  0.000000  1   -0.970783779646E-04                     
+AR ARTU 2009  4  1 15 40  0.000000  1   -0.534028049463E-07                     
+AR ASPA 2009  4  1 15 40  0.000000  1    0.281398540209E-07                     
+AR BHR1 2009  4  1 15 40  0.000000  1    0.563382519083E-03                     
+AR BARH 2009  4  1 15 40  0.000000  1   -0.265908310023E-08                     
+AR BJFS 2009  4  1 15 40  0.000000  1   -0.667386214239E-07                     
+AR BOGT 2009  4  1 15 40  0.000000  1   -0.526454303764E-07                     
+AR BRMU 2009  4  1 15 40  0.000000  1   -0.326958152620E-03                     
+AR CAGZ 2009  4  1 15 40  0.000000  1   -0.398663260297E-03                     
+AR CAS1 2009  4  1 15 40  0.000000  1    0.559176707226E-08                     
+AR CHAT 2009  4  1 15 40  0.000000  1   -0.355285341693E-07                     
+AR CHPI 2009  4  1 15 40  0.000000  1   -0.616671384349E-07                     
+AR COCO 2009  4  1 15 40  0.000000  1    0.227687709826E-03                     
+AR CONZ 2009  4  1 15 40  0.000000  1    0.314506503285E-03                     
+AR CRAR 2009  4  1 15 40  0.000000  1   -0.198505141067E-03                     
+AR CRO1 2009  4  1 15 40  0.000000  1    0.665106646773E-03                     
+AR DAEJ 2009  4  1 15 40  0.000000  1   -0.196539749193E-03                     
+AR DARW 2009  4  1 15 40  0.000000  1   -0.115830993875E-08                     
+AR DGAR 2009  4  1 15 40  0.000000  1   -0.688690628960E-07                     
+AR FAA1 2009  4  1 15 40  0.000000  1   -0.254354029266E-08                     
+AR FAIR 2009  4  1 15 40  0.000000  1   -0.476797334118E-07                     
+AR GLPS 2009  4  1 15 40  0.000000  1   -0.685835902447E-07                     
+AR GUAM 2009  4  1 15 40  0.000000  1   -0.596222245126E-07                     
+AR GUAT 2009  4  1 15 40  0.000000  1    0.533477496795E-08                     
+AR HOB2 2009  4  1 15 40  0.000000  1    0.887850059890E-07                     
+AR HOFN 2009  4  1 15 40  0.000000  1   -0.309183679486E-03                     
+AR HOLM 2009  4  1 15 40  0.000000  1   -0.476280055509E-07                     
+AR HYDE 2009  4  1 15 40  0.000000  1    0.273542797137E-08                     
+AR IRKJ 2009  4  1 15 40  0.000000  1    0.163746720543E-03                     
+AR ISPA 2009  4  1 15 40  0.000000  1   -0.540184800447E-07                     
+AR KARR 2009  4  1 15 40  0.000000  1   -0.563383031693E-07                     
+AR KERG 2009  4  1 15 40  0.000000  1    0.817500809906E-03                     
+AR KHAJ 2009  4  1 15 40  0.000000  1   -0.150804007872E-05                     
+AR KIR0 2009  4  1 15 40  0.000000  1    0.282818487594E-03                     
+AR KIRU 2009  4  1 15 40  0.000000  1    0.591389263411E-03                     
+AR KIT3 2009  4  1 15 40  0.000000  1   -0.420917412988E-08                     
+AR KOUR 2009  4  1 15 40  0.000000  1    0.125014423711E-03                     
+AR KUNM 2009  4  1 15 40  0.000000  1   -0.874298929928E-08                     
+AR LHAZ 2009  4  1 15 40  0.000000  1    0.341370173897E-03                     
+AR MAL2 2009  4  1 15 40  0.000000  1   -0.897063888667E-08                     
+AR MAS1 2009  4  1 15 40  0.000000  1   -0.101616825715E-03                     
+AR MAW1 2009  4  1 15 40  0.000000  1    0.818845401104E-08                     
+AR MCIL 2009  4  1 15 40  0.000000  1    0.270885757396E-07                     
+AR MCM4 2009  4  1 15 40  0.000000  1   -0.519619943670E-07                     
+AR MDO1 2009  4  1 15 40  0.000000  1   -0.457890405581E-07                     
+AR MDVJ 2009  4  1 15 40  0.000000  1    0.438552071891E-03                     
+AR MKEA 2009  4  1 15 40  0.000000  1   -0.316586868792E-07                     
+AR MOBS 2009  4  1 15 40  0.000000  1   -0.271327971909E-08                     
+AR NANO 2009  4  1 15 40  0.000000  1    0.674600978831E-08                     
+AR NLIB 2009  4  1 15 40  0.000000  1   -0.116790176809E-06                     
+AR NNOR 2009  4  1 15 40  0.000000  1    0.365799555269E-03                     
+AR NRC1 2009  4  1 15 40  0.000000  1   -0.448507367028E-05                     
+AR NRIL 2009  4  1 15 40  0.000000  1   -0.522361206133E-07                     
+AR NRMD 2009  4  1 15 40  0.000000  1    0.238998238473E-07                     
+AR NTUS 2009  4  1 15 40  0.000000  1    0.142312465723E-09                     
+AR NYAL 2009  4  1 15 40  0.000000  1    0.944048601919E-07                     
+AR OHI3 2009  4  1 15 40  0.000000  1    0.306595865733E-03                     
+AR ONSA 2009  4  1 15 40  0.000000  1   -0.324803498258E-04                     
+AR PDEL 2009  4  1 15 40  0.000000  1    0.795529974729E-08                     
+AR PERT 2009  4  1 15 40  0.000000  1   -0.558017242003E-07                     
+AR PETP 2009  4  1 15 40  0.000000  1   -0.771537334987E-07                     
+AR PIMO 2009  4  1 15 40  0.000000  1   -0.451000187445E-07                     
+AR QAQ1 2009  4  1 15 40  0.000000  1   -0.556744133545E-07                     
+AR QUIN 2009  4  1 15 40  0.000000  1   -0.528803181132E-07                     
+AR RABT 2009  4  1 15 40  0.000000  1   -0.561824522268E-07                     
+AR RAMO 2009  4  1 15 40  0.000000  1   -0.145918088846E-07                     
+AR RCMN 2009  4  1 15 40  0.000000  1    0.998247880576E-08                     
+AR REDU 2009  4  1 15 40  0.000000  1   -0.439449899752E-07                     
+AR REUN 2009  4  1 15 40  0.000000  1    0.345776311026E-07                     
+AR REYK 2009  4  1 15 40  0.000000  1    0.352557885953E-03                     
+AR SCH2 2009  4  1 15 40  0.000000  1    0.189633882168E-03                     
+AR SCUB 2009  4  1 15 40  0.000000  1   -0.774301819512E-07                     
+AR STJO 2009  4  1 15 40  0.000000  1   -0.705433878111E-05                     
+AR SYDN 2009  4  1 15 40  0.000000  1    0.141009200781E-05                     
+AR SYOG 2009  4  1 15 40  0.000000  1    0.140119802017E-04                     
+AR THU2 2009  4  1 15 40  0.000000  1    0.382135811061E-03                     
+AR TOW2 2009  4  1 15 40  0.000000  1   -0.107297901535E-08                     
+AR URUM 2009  4  1 15 40  0.000000  1    0.266059277706E-03                     
+AR VESL 2009  4  1 15 40  0.000000  1    0.263936454610E-03                     
+AR VILL 2009  4  1 15 40  0.000000  1   -0.599418032305E-07                     
+AR WTZR 2009  4  1 15 40  0.000000  1    0.457010567501E-07                     
+AR WUHN 2009  4  1 15 40  0.000000  1   -0.678069808644E-07                     
+AR YSSK 2009  4  1 15 40  0.000000  1   -0.834267130986E-07                     
+AR ZIM2 2009  4  1 15 40  0.000000  1    0.426613136450E-07                     
+AR XMIS 2009  4  1 15 40  0.000000  1    0.643213313867E-08                     
+AR GODZ 2009  4  1 15 40  0.000000  1   -0.469119592486E-03                     
+AR MTKA 2009  4  1 15 40  0.000000  1   -0.543261102231E-07                     
+AR TIXJ 2009  4  1 15 40  0.000000  1   -0.130651484067E-04                     
+AR PARK 2009  4  1 15 40  0.000000  1    0.807378878597E-06                     
+AR UNBJ 2009  4  1 15 40  0.000000  1   -0.172682871166E-03                     
+AR NOVM 2009  4  1 15 40  0.000000  1    0.798325455488E-04                     
+AR SUNM 2009  4  1 15 40  0.000000  1    0.472090446872E-03                     
+AR CEBR 2009  4  1 15 40  0.000000  1    0.719431423563E-03                     
+AR CPXF 2009  4  1 15 40  0.000000  1    0.212259356138E-08                     
+AR IDDR 2009  4  1 15 40  0.000000  1    0.808008717932E-08                     
+AR AZGB 2009  4  1 15 40  0.000000  1    0.135804103191E-03                     
+AR TN22 2009  4  1 15 40  0.000000  1   -0.157529671729E-03                     
+AR ETAD 2009  4  1 15 40  0.000000  1    0.239219363950E-07                     
+AR ILHA 2009  4  1 15 40  0.000000  1    0.311200096654E-08                     
+AR POVE 2009  4  1 15 40  0.000000  1    0.535485230764E-08                     
+AR RECF 2009  4  1 15 40  0.000000  1    0.277118650999E-07                     
+AR SALU 2009  4  1 15 40  0.000000  1    0.373758943639E-07                     
+AR SAVO 2009  4  1 15 40  0.000000  1    0.304127439282E-07                     
+AR UFPR 2009  4  1 15 40  0.000000  1    0.352928211778E-07                     
+AR YELL 2009  4  1 15 40  0.000000  1    0.246380000000E-06                     
+AS G32  2009  4  1 15 45  0.000000  1    0.280119512999E-03                     
+AS G24  2009  4  1 15 45  0.000000  1    0.177875983114E-03                     
+AS G25  2009  4  1 15 45  0.000000  1    0.334827151240E-03                     
+AS G26  2009  4  1 15 45  0.000000  1    0.544856177419E-04                     
+AS G27  2009  4  1 15 45  0.000000  1    0.371803945127E-04                     
+AS G30  2009  4  1 15 45  0.000000  1    0.136292772635E-03                     
+AS G03  2009  4  1 15 45  0.000000  1    0.373540672419E-03                     
+AS G04  2009  4  1 15 45  0.000000  1   -0.349021938485E-04                     
+AS G06  2009  4  1 15 45  0.000000  1    0.604589173844E-04                     
+AS G08  2009  4  1 15 45  0.000000  1   -0.196568600826E-03                     
+AS G09  2009  4  1 15 45  0.000000  1    0.484893474302E-04                     
+AS G10  2009  4  1 15 45  0.000000  1   -0.136337321454E-04                     
+AS G14  2009  4  1 15 45  0.000000  1   -0.132317963839E-03                     
+AS G13  2009  4  1 15 45  0.000000  1    0.293278789445E-03                     
+AS G28  2009  4  1 15 45  0.000000  1   -0.238332141746E-04                     
+AS G21  2009  4  1 15 45  0.000000  1    0.214988177645E-04                     
+AS G11  2009  4  1 15 45  0.000000  1    0.273423972760E-05                     
+AS G22  2009  4  1 15 45  0.000000  1    0.202418142894E-03                     
+AS G20  2009  4  1 15 45  0.000000  1    0.865436761893E-04                     
+AS G18  2009  4  1 15 45  0.000000  1   -0.694762090596E-04                     
+AS G16  2009  4  1 15 45  0.000000  1    0.629568818198E-04                     
+AS G19  2009  4  1 15 45  0.000000  1    0.293449489983E-04                     
+AS G23  2009  4  1 15 45  0.000000  1    0.388993298305E-03                     
+AS G02  2009  4  1 15 45  0.000000  1    0.153923973358E-03                     
+AS G31  2009  4  1 15 45  0.000000  1   -0.564883148602E-04                     
+AS G17  2009  4  1 15 45  0.000000  1    0.524613073589E-04                     
+AS G12  2009  4  1 15 45  0.000000  1   -0.299464857906E-03                     
+AS G15  2009  4  1 15 45  0.000000  1   -0.276071715883E-03                     
+AS G29  2009  4  1 15 45  0.000000  1    0.491024234563E-05                     
+AS G07  2009  4  1 15 45  0.000000  1    0.209733996227E-04                     
+AS R02  2009  4  1 15 45  0.000000  1    0.206094998065E-04                     
+AS R03  2009  4  1 15 45  0.000000  1   -0.343266423173E-04                     
+AS R04  2009  4  1 15 45  0.000000  1    0.637113502967E-04                     
+AS R06  2009  4  1 15 45  0.000000  1   -0.169258152411E-03                     
+AS R07  2009  4  1 15 45  0.000000  1   -0.891652412466E-04                     
+AS R08  2009  4  1 15 45  0.000000  1   -0.101986538758E-03                     
+AS R10  2009  4  1 15 45  0.000000  1   -0.140829740415E-03                     
+AS R11  2009  4  1 15 45  0.000000  1   -0.926420120403E-04                     
+AS R13  2009  4  1 15 45  0.000000  1   -0.230660310561E-03                     
+AS R14  2009  4  1 15 45  0.000000  1   -0.795705239951E-04                     
+AS R15  2009  4  1 15 45  0.000000  1    0.921252299335E-04                     
+AS R17  2009  4  1 15 45  0.000000  1   -0.261279246637E-03                     
+AS R18  2009  4  1 15 45  0.000000  1   -0.134883900075E-05                     
+AS R19  2009  4  1 15 45  0.000000  1   -0.894384291023E-04                     
+AS R20  2009  4  1 15 45  0.000000  1   -0.650160227487E-04                     
+AS R21  2009  4  1 15 45  0.000000  1   -0.143361240723E-03                     
+AS R22  2009  4  1 15 45  0.000000  1   -0.201616985395E-03                     
+AS R23  2009  4  1 15 45  0.000000  1   -0.200231740076E-03                     
+AR ALGO 2009  4  1 15 45  0.000000  1    0.810727424756E-04                     
+AR ALIC 2009  4  1 15 45  0.000000  1    0.100072982803E-08                     
+AR AMC2 2009  4  1 15 45  0.000000  1    0.181912289922E-08                     
+AR ANKR 2009  4  1 15 45  0.000000  1   -0.349593832563E-04                     
+AR ARTU 2009  4  1 15 45  0.000000  1   -0.476825556128E-07                     
+AR ASPA 2009  4  1 15 45  0.000000  1    0.280248561561E-07                     
+AR BHR1 2009  4  1 15 45  0.000000  1    0.563382471017E-03                     
+AR BARH 2009  4  1 15 45  0.000000  1    0.116422361327E-08                     
+AR BJFS 2009  4  1 15 45  0.000000  1   -0.665509097230E-07                     
+AR BOGT 2009  4  1 15 45  0.000000  1   -0.556684061639E-07                     
+AR BRMU 2009  4  1 15 45  0.000000  1    0.169107394382E-03                     
+AR CAGZ 2009  4  1 15 45  0.000000  1   -0.176097192580E-03                     
+AR CAS1 2009  4  1 15 45  0.000000  1    0.963800509539E-08                     
+AR CHAT 2009  4  1 15 45  0.000000  1   -0.350787960721E-07                     
+AR CHPI 2009  4  1 15 45  0.000000  1   -0.632838565515E-07                     
+AR COCO 2009  4  1 15 45  0.000000  1    0.227687965016E-03                     
+AR CONZ 2009  4  1 15 45  0.000000  1    0.182836916524E-03                     
+AR CRAR 2009  4  1 15 45  0.000000  1   -0.223551052756E-03                     
+AR CRO1 2009  4  1 15 45  0.000000  1    0.665106625452E-03                     
+AR DAEJ 2009  4  1 15 45  0.000000  1   -0.196538863325E-03                     
+AR DARW 2009  4  1 15 45  0.000000  1    0.143276561919E-08                     
+AR DGAR 2009  4  1 15 45  0.000000  1   -0.733208384231E-07                     
+AR FAA1 2009  4  1 15 45  0.000000  1   -0.277482423674E-08                     
+AR FAIR 2009  4  1 15 45  0.000000  1   -0.556158115668E-07                     
+AR GLPS 2009  4  1 15 45  0.000000  1   -0.701946820305E-07                     
+AR GUAM 2009  4  1 15 45  0.000000  1   -0.604375921045E-07                     
+AR GUAT 2009  4  1 15 45  0.000000  1    0.650352115738E-08                     
+AR HOB2 2009  4  1 15 45  0.000000  1    0.887822482754E-07                     
+AR HOFN 2009  4  1 15 45  0.000000  1   -0.231844229997E-03                     
+AR HOLM 2009  4  1 15 45  0.000000  1   -0.444130408105E-07                     
+AR HYDE 2009  4  1 15 45  0.000000  1    0.124145448364E-08                     
+AR IRKJ 2009  4  1 15 45  0.000000  1    0.163746665802E-03                     
+AR ISPA 2009  4  1 15 45  0.000000  1   -0.535518001907E-07                     
+AR KARR 2009  4  1 15 45  0.000000  1   -0.587806784726E-07                     
+AR KERG 2009  4  1 15 45  0.000000  1    0.817500755317E-03                     
+AR KHAJ 2009  4  1 15 45  0.000000  1   -0.150806610383E-05                     
+AR KIR0 2009  4  1 15 45  0.000000  1    0.282811777050E-03                     
+AR KIRU 2009  4  1 15 45  0.000000  1    0.591390591913E-03                     
+AR KIT3 2009  4  1 15 45  0.000000  1   -0.395933201549E-08                     
+AR KOUR 2009  4  1 15 45  0.000000  1    0.125014405778E-03                     
+AR KUNM 2009  4  1 15 45  0.000000  1   -0.477773691203E-09                     
+AR LHAZ 2009  4  1 15 45  0.000000  1    0.359481577725E-03                     
+AR MAL2 2009  4  1 15 45  0.000000  1   -0.762984291525E-08                     
+AR MAS1 2009  4  1 15 45  0.000000  1   -0.101616664581E-03                     
+AR MAW1 2009  4  1 15 45  0.000000  1    0.665370888733E-08                     
+AR MCIL 2009  4  1 15 45  0.000000  1    0.270161637647E-07                     
+AR MCM4 2009  4  1 15 45  0.000000  1   -0.513181566439E-07                     
+AR MDO1 2009  4  1 15 45  0.000000  1   -0.464394560523E-07                     
+AR MDVJ 2009  4  1 15 45  0.000000  1    0.438552043228E-03                     
+AR MKEA 2009  4  1 15 45  0.000000  1   -0.319704192704E-07                     
+AR MOBS 2009  4  1 15 45  0.000000  1   -0.545969623006E-08                     
+AR NANO 2009  4  1 15 45  0.000000  1    0.835630632504E-08                     
+AR NLIB 2009  4  1 15 45  0.000000  1   -0.116345517053E-06                     
+AR NNOR 2009  4  1 15 45  0.000000  1    0.365799659155E-03                     
+AR NRC1 2009  4  1 15 45  0.000000  1   -0.448506630757E-05                     
+AR NRIL 2009  4  1 15 45  0.000000  1   -0.483819054011E-07                     
+AR NRMD 2009  4  1 15 45  0.000000  1    0.236598159487E-07                     
+AR NTUS 2009  4  1 15 45  0.000000  1    0.367038881481E-08                     
+AR NYAL 2009  4  1 15 45  0.000000  1    0.943838429806E-07                     
+AR OHI3 2009  4  1 15 45  0.000000  1    0.422151382005E-03                     
+AR ONSA 2009  4  1 15 45  0.000000  1   -0.324804276847E-04                     
+AR PDEL 2009  4  1 15 45  0.000000  1    0.691474879153E-08                     
+AR PERT 2009  4  1 15 45  0.000000  1   -0.541116997095E-07                     
+AR PETP 2009  4  1 15 45  0.000000  1   -0.790144893225E-07                     
+AR PIMO 2009  4  1 15 45  0.000000  1   -0.444370234015E-07                     
+AR QAQ1 2009  4  1 15 45  0.000000  1   -0.526198602544E-07                     
+AR QUIN 2009  4  1 15 45  0.000000  1   -0.572060680718E-07                     
+AR RABT 2009  4  1 15 45  0.000000  1   -0.606173676214E-07                     
+AR RAMO 2009  4  1 15 45  0.000000  1    0.108561519471E-06                     
+AR RCMN 2009  4  1 15 45  0.000000  1    0.105386446357E-07                     
+AR REDU 2009  4  1 15 45  0.000000  1   -0.561195477338E-07                     
+AR REUN 2009  4  1 15 45  0.000000  1    0.298757688421E-07                     
+AR REYK 2009  4  1 15 45  0.000000  1    0.367083162724E-03                     
+AR SCH2 2009  4  1 15 45  0.000000  1    0.189650244977E-03                     
+AR SCUB 2009  4  1 15 45  0.000000  1   -0.742342866054E-07                     
+AR STJO 2009  4  1 15 45  0.000000  1   -0.705466169575E-05                     
+AR SYDN 2009  4  1 15 45  0.000000  1    0.141010146521E-05                     
+AR SYOG 2009  4  1 15 45  0.000000  1    0.140123680788E-04                     
+AR THU2 2009  4  1 15 45  0.000000  1    0.380133588561E-03                     
+AR TOW2 2009  4  1 15 45  0.000000  1   -0.246840508417E-08                     
+AR URUM 2009  4  1 15 45  0.000000  1    0.190465072783E-03                     
+AR VESL 2009  4  1 15 45  0.000000  1    0.300546720510E-03                     
+AR VILL 2009  4  1 15 45  0.000000  1   -0.647135122384E-07                     
+AR WTZR 2009  4  1 15 45  0.000000  1    0.456900326960E-07                     
+AR WUHN 2009  4  1 15 45  0.000000  1   -0.602796056764E-07                     
+AR YSSK 2009  4  1 15 45  0.000000  1   -0.837948289550E-07                     
+AR ZIM2 2009  4  1 15 45  0.000000  1    0.383562882072E-07                     
+AR XMIS 2009  4  1 15 45  0.000000  1    0.602075808010E-08                     
+AR GODZ 2009  4  1 15 45  0.000000  1   -0.469119619432E-03                     
+AR MTKA 2009  4  1 15 45  0.000000  1   -0.474570456021E-07                     
+AR TIXJ 2009  4  1 15 45  0.000000  1   -0.154378712215E-04                     
+AR PARK 2009  4  1 15 45  0.000000  1    0.807510777714E-06                     
+AR UNBJ 2009  4  1 15 45  0.000000  1   -0.247122485407E-03                     
+AR NOVM 2009  4  1 15 45  0.000000  1    0.798324751980E-04                     
+AR SUNM 2009  4  1 15 45  0.000000  1    0.315311492315E-03                     
+AR CEBR 2009  4  1 15 45  0.000000  1    0.719431394191E-03                     
+AR CPXF 2009  4  1 15 45  0.000000  1    0.292467094997E-08                     
+AR IDDR 2009  4  1 15 45  0.000000  1    0.888948349740E-08                     
+AR AZGB 2009  4  1 15 45  0.000000  1   -0.356109089086E-05                     
+AR TN22 2009  4  1 15 45  0.000000  1   -0.231684647215E-03                     
+AR ETAD 2009  4  1 15 45  0.000000  1    0.259357500426E-07                     
+AR ILHA 2009  4  1 15 45  0.000000  1   -0.183860755080E-08                     
+AR POVE 2009  4  1 15 45  0.000000  1    0.537041481724E-08                     
+AR RECF 2009  4  1 15 45  0.000000  1    0.298463490656E-07                     
+AR SALU 2009  4  1 15 45  0.000000  1    0.318296877198E-07                     
+AR SAVO 2009  4  1 15 45  0.000000  1    0.328303229363E-07                     
+AR UFPR 2009  4  1 15 45  0.000000  1    0.360308734091E-07                     
+AR YELL 2009  4  1 15 45  0.000000  1    0.246450000000E-06                     
+AS G32  2009  4  1 15 50  0.000000  1    0.280118176935E-03                     
+AS G24  2009  4  1 15 50  0.000000  1    0.177877221453E-03                     
+AS G25  2009  4  1 15 50  0.000000  1    0.334833764226E-03                     
+AS G26  2009  4  1 15 50  0.000000  1    0.544862662093E-04                     
+AS G27  2009  4  1 15 50  0.000000  1    0.371811521882E-04                     
+AS G30  2009  4  1 15 50  0.000000  1    0.136294386691E-03                     
+AS G03  2009  4  1 15 50  0.000000  1    0.373542625830E-03                     
+AS G04  2009  4  1 15 50  0.000000  1   -0.349065758914E-04                     
+AS G06  2009  4  1 15 50  0.000000  1    0.604644454631E-04                     
+AS G08  2009  4  1 15 50  0.000000  1   -0.196569836568E-03                     
+AS G09  2009  4  1 15 50  0.000000  1    0.484909604612E-04                     
+AS G10  2009  4  1 15 50  0.000000  1   -0.136340197026E-04                     
+AS G14  2009  4  1 15 50  0.000000  1   -0.132316336600E-03                     
+AS G13  2009  4  1 15 50  0.000000  1    0.293279304349E-03                     
+AS G28  2009  4  1 15 50  0.000000  1   -0.238330964797E-04                     
+AS G21  2009  4  1 15 50  0.000000  1    0.214979666961E-04                     
+AS G11  2009  4  1 15 50  0.000000  1    0.273400119649E-05                     
+AS G22  2009  4  1 15 50  0.000000  1    0.202417730526E-03                     
+AS G20  2009  4  1 15 50  0.000000  1    0.865433997143E-04                     
+AS G18  2009  4  1 15 50  0.000000  1   -0.694749819489E-04                     
+AS G16  2009  4  1 15 50  0.000000  1    0.629559093970E-04                     
+AS G19  2009  4  1 15 50  0.000000  1    0.293449285998E-04                     
+AS G23  2009  4  1 15 50  0.000000  1    0.388993441216E-03                     
+AS G02  2009  4  1 15 50  0.000000  1    0.153923753032E-03                     
+AS G31  2009  4  1 15 50  0.000000  1   -0.564885323099E-04                     
+AS G17  2009  4  1 15 50  0.000000  1    0.524619364037E-04                     
+AS G12  2009  4  1 15 50  0.000000  1   -0.299463572876E-03                     
+AS G15  2009  4  1 15 50  0.000000  1   -0.276073121503E-03                     
+AS G29  2009  4  1 15 50  0.000000  1    0.491146013749E-05                     
+AS G07  2009  4  1 15 50  0.000000  1    0.209732952458E-04                     
+AS R02  2009  4  1 15 50  0.000000  1    0.206085632704E-04                     
+AS R03  2009  4  1 15 50  0.000000  1   -0.343281619430E-04                     
+AS R04  2009  4  1 15 50  0.000000  1    0.637104061480E-04                     
+AS R06  2009  4  1 15 50  0.000000  1   -0.169258753983E-03                     
+AS R07  2009  4  1 15 50  0.000000  1   -0.891642498633E-04                     
+AS R08  2009  4  1 15 50  0.000000  1   -0.101986271760E-03                     
+AS R10  2009  4  1 15 50  0.000000  1   -0.140829677652E-03                     
+AS R11  2009  4  1 15 50  0.000000  1   -0.926422998984E-04                     
+AS R13  2009  4  1 15 50  0.000000  1   -0.230660550249E-03                     
+AS R14  2009  4  1 15 50  0.000000  1   -0.795698916316E-04                     
+AS R15  2009  4  1 15 50  0.000000  1    0.921250947389E-04                     
+AS R17  2009  4  1 15 50  0.000000  1   -0.261279656295E-03                     
+AS R18  2009  4  1 15 50  0.000000  1   -0.134911684368E-05                     
+AS R19  2009  4  1 15 50  0.000000  1   -0.894385711310E-04                     
+AS R20  2009  4  1 15 50  0.000000  1   -0.650163426686E-04                     
+AS R21  2009  4  1 15 50  0.000000  1   -0.143361522815E-03                     
+AS R22  2009  4  1 15 50  0.000000  1   -0.201617799605E-03                     
+AS R23  2009  4  1 15 50  0.000000  1   -0.200229859469E-03                     
+AR ALGO 2009  4  1 15 50  0.000000  1    0.810755700692E-04                     
+AR ALIC 2009  4  1 15 50  0.000000  1    0.168102408987E-08                     
+AR AMC2 2009  4  1 15 50  0.000000  1    0.185722425755E-08                     
+AR ANKR 2009  4  1 15 50  0.000000  1    0.271304588396E-04                     
+AR ARTU 2009  4  1 15 50  0.000000  1   -0.466017960270E-07                     
+AR ASPA 2009  4  1 15 50  0.000000  1    0.274670577937E-07                     
+AR BHR1 2009  4  1 15 50  0.000000  1    0.563382544580E-03                     
+AR BARH 2009  4  1 15 50  0.000000  1    0.481517352786E-09                     
+AR BJFS 2009  4  1 15 50  0.000000  1   -0.668355114713E-07                     
+AR BOGT 2009  4  1 15 50  0.000000  1   -0.573454989567E-07                     
+AR BRMU 2009  4  1 15 50  0.000000  1   -0.334383834102E-03                     
+AR CAGZ 2009  4  1 15 50  0.000000  1    0.464438171141E-04                     
+AR CAS1 2009  4  1 15 50  0.000000  1    0.108289417902E-07                     
+AR CHAT 2009  4  1 15 50  0.000000  1   -0.356925944930E-07                     
+AR CHPI 2009  4  1 15 50  0.000000  1   -0.662726048717E-07                     
+AR COCO 2009  4  1 15 50  0.000000  1    0.227688254914E-03                     
+AR CONZ 2009  4  1 15 50  0.000000  1    0.514677281982E-04                     
+AR CRAR 2009  4  1 15 50  0.000000  1   -0.248586900028E-03                     
+AR CRO1 2009  4  1 15 50  0.000000  1    0.665106700226E-03                     
+AR DAEJ 2009  4  1 15 50  0.000000  1   -0.196538460362E-03                     
+AR DARW 2009  4  1 15 50  0.000000  1   -0.429218131515E-09                     
+AR DGAR 2009  4  1 15 50  0.000000  1   -0.714667097979E-07                     
+AR FAA1 2009  4  1 15 50  0.000000  1   -0.441479240557E-08                     
+AR FAIR 2009  4  1 15 50  0.000000  1   -0.577453878377E-07                     
+AR GLPS 2009  4  1 15 50  0.000000  1   -0.710270986912E-07                     
+AR GUAM 2009  4  1 15 50  0.000000  1   -0.645053804336E-07                     
+AR GUAT 2009  4  1 15 50  0.000000  1    0.651678431996E-08                     
+AR HOB2 2009  4  1 15 50  0.000000  1    0.888299581714E-07                     
+AR HOFN 2009  4  1 15 50  0.000000  1   -0.154488312627E-03                     
+AR HOLM 2009  4  1 15 50  0.000000  1   -0.528976849585E-07                     
+AR HRAO 2009  4  1 15 50  0.000000  1    0.849468016414E-03                     
+AR HYDE 2009  4  1 15 50  0.000000  1    0.362066392311E-08                     
+AR IRKJ 2009  4  1 15 50  0.000000  1    0.163746635467E-03                     
+AR ISPA 2009  4  1 15 50  0.000000  1   -0.553844563591E-07                     
+AR KARR 2009  4  1 15 50  0.000000  1   -0.544233067417E-07                     
+AR KERG 2009  4  1 15 50  0.000000  1    0.817500814633E-03                     
+AR KHAJ 2009  4  1 15 50  0.000000  1   -0.150804660793E-05                     
+AR KIR0 2009  4  1 15 50  0.000000  1    0.282805058833E-03                     
+AR KIRU 2009  4  1 15 50  0.000000  1    0.591391962562E-03                     
+AR KIT3 2009  4  1 15 50  0.000000  1    0.449773393647E-08                     
+AR KOUR 2009  4  1 15 50  0.000000  1    0.125014422787E-03                     
+AR KUNM 2009  4  1 15 50  0.000000  1   -0.447942388264E-08                     
+AR LHAZ 2009  4  1 15 50  0.000000  1    0.377683198983E-03                     
+AR MAL2 2009  4  1 15 50  0.000000  1   -0.975973338662E-08                     
+AR MAS1 2009  4  1 15 50  0.000000  1   -0.101616492039E-03                     
+AR MAW1 2009  4  1 15 50  0.000000  1    0.772826578605E-08                     
+AR MCIL 2009  4  1 15 50  0.000000  1    0.275095207973E-07                     
+AR MCM4 2009  4  1 15 50  0.000000  1   -0.499831041058E-07                     
+AR MDO1 2009  4  1 15 50  0.000000  1   -0.474491034270E-07                     
+AR MDVJ 2009  4  1 15 50  0.000000  1    0.438552048404E-03                     
+AR MKEA 2009  4  1 15 50  0.000000  1   -0.316610599210E-07                     
+AR MOBS 2009  4  1 15 50  0.000000  1   -0.556635561061E-08                     
+AR NANO 2009  4  1 15 50  0.000000  1    0.115786960980E-07                     
+AR NLIB 2009  4  1 15 50  0.000000  1   -0.117449610376E-06                     
+AR NNOR 2009  4  1 15 50  0.000000  1    0.365800079997E-03                     
+AR NRC1 2009  4  1 15 50  0.000000  1   -0.448502061474E-05                     
+AR NRIL 2009  4  1 15 50  0.000000  1   -0.485527319216E-07                     
+AR NRMD 2009  4  1 15 50  0.000000  1    0.248471765531E-07                     
+AR NTUS 2009  4  1 15 50  0.000000  1    0.219275477265E-09                     
+AR NYAL 2009  4  1 15 50  0.000000  1    0.943973290367E-07                     
+AR OHI3 2009  4  1 15 50  0.000000  1   -0.462299516616E-03                     
+AR ONSA 2009  4  1 15 50  0.000000  1   -0.324804475719E-04                     
+AR PDEL 2009  4  1 15 50  0.000000  1    0.567889999359E-08                     
+AR PERT 2009  4  1 15 50  0.000000  1   -0.587970676255E-07                     
+AR PETP 2009  4  1 15 50  0.000000  1   -0.802262625161E-07                     
+AR PIMO 2009  4  1 15 50  0.000000  1   -0.431500424899E-07                     
+AR QAQ1 2009  4  1 15 50  0.000000  1   -0.545512682927E-07                     
+AR QUIN 2009  4  1 15 50  0.000000  1   -0.575426573777E-07                     
+AR RABT 2009  4  1 15 50  0.000000  1   -0.575803320713E-07                     
+AR RAMO 2009  4  1 15 50  0.000000  1    0.682013471694E-07                     
+AR RCMN 2009  4  1 15 50  0.000000  1    0.905890504103E-08                     
+AR REDU 2009  4  1 15 50  0.000000  1   -0.568531075047E-07                     
+AR REUN 2009  4  1 15 50  0.000000  1    0.295898597264E-07                     
+AR REYK 2009  4  1 15 50  0.000000  1    0.381611228353E-03                     
+AR SCH2 2009  4  1 15 50  0.000000  1    0.189666236145E-03                     
+AR SCUB 2009  4  1 15 50  0.000000  1   -0.717888560828E-07                     
+AR STJO 2009  4  1 15 50  0.000000  1   -0.705493608086E-05                     
+AR SYDN 2009  4  1 15 50  0.000000  1    0.141013830178E-05                     
+AR SYOG 2009  4  1 15 50  0.000000  1    0.140122105422E-04                     
+AR THU2 2009  4  1 15 50  0.000000  1    0.378131458576E-03                     
+AR TOW2 2009  4  1 15 50  0.000000  1   -0.749950520809E-09                     
+AR URUM 2009  4  1 15 50  0.000000  1    0.114881967624E-03                     
+AR VESL 2009  4  1 15 50  0.000000  1    0.337148833102E-03                     
+AR VILL 2009  4  1 15 50  0.000000  1   -0.644788609435E-07                     
+AR WTZR 2009  4  1 15 50  0.000000  1    0.457268857007E-07                     
+AR WUHN 2009  4  1 15 50  0.000000  1   -0.580376386285E-07                     
+AR YSSK 2009  4  1 15 50  0.000000  1   -0.829015375538E-07                     
+AR ZIM2 2009  4  1 15 50  0.000000  1    0.382803921954E-07                     
+AR XMIS 2009  4  1 15 50  0.000000  1    0.590038422312E-08                     
+AR GODZ 2009  4  1 15 50  0.000000  1   -0.469119582546E-03                     
+AR MTKA 2009  4  1 15 50  0.000000  1   -0.477758805571E-07                     
+AR TIXJ 2009  4  1 15 50  0.000000  1   -0.177909482375E-04                     
+AR PARK 2009  4  1 15 50  0.000000  1    0.807799241132E-06                     
+AR UNBJ 2009  4  1 15 50  0.000000  1   -0.321605811702E-03                     
+AR NOVM 2009  4  1 15 50  0.000000  1    0.798325003518E-04                     
+AR SUNM 2009  4  1 15 50  0.000000  1    0.158578972556E-03                     
+AR CEBR 2009  4  1 15 50  0.000000  1    0.719431412005E-03                     
+AR CPXF 2009  4  1 15 50  0.000000  1    0.297784352628E-08                     
+AR IDDR 2009  4  1 15 50  0.000000  1    0.720835312904E-08                     
+AR AZGB 2009  4  1 15 50  0.000000  1   -0.142904952606E-03                     
+AR TN22 2009  4  1 15 50  0.000000  1   -0.306239717663E-03                     
+AR ETAD 2009  4  1 15 50  0.000000  1    0.274921715727E-07                     
+AR ILHA 2009  4  1 15 50  0.000000  1    0.145028833427E-08                     
+AR POVE 2009  4  1 15 50  0.000000  1    0.571342911891E-08                     
+AR RECF 2009  4  1 15 50  0.000000  1    0.278885269365E-07                     
+AR SALU 2009  4  1 15 50  0.000000  1    0.312203545388E-07                     
+AR SAVO 2009  4  1 15 50  0.000000  1    0.330058082732E-07                     
+AR UFPR 2009  4  1 15 50  0.000000  1    0.367207435347E-07                     
+AR YELL 2009  4  1 15 50  0.000000  1    0.246520000000E-06                     
+AS G32  2009  4  1 15 55  0.000000  1    0.280116769943E-03                     
+AS G24  2009  4  1 15 55  0.000000  1    0.177877504467E-03                     
+AS G25  2009  4  1 15 55  0.000000  1    0.334840353922E-03                     
+AS G26  2009  4  1 15 55  0.000000  1    0.544868747062E-04                     
+AS G27  2009  4  1 15 55  0.000000  1    0.371814222685E-04                     
+AS G30  2009  4  1 15 55  0.000000  1    0.136294952493E-03                     
+AS G03  2009  4  1 15 55  0.000000  1    0.373544242576E-03                     
+AS G04  2009  4  1 15 55  0.000000  1   -0.349108299633E-04                     
+AS G06  2009  4  1 15 55  0.000000  1    0.604699806718E-04                     
+AS G08  2009  4  1 15 55  0.000000  1   -0.196570364457E-03                     
+AS G09  2009  4  1 15 55  0.000000  1    0.484912542732E-04                     
+AS G10  2009  4  1 15 55  0.000000  1   -0.136343201767E-04                     
+AS G14  2009  4  1 15 55  0.000000  1   -0.132314590448E-03                     
+AS G13  2009  4  1 15 55  0.000000  1    0.293279429703E-03                     
+AS G28  2009  4  1 15 55  0.000000  1   -0.238334151779E-04                     
+AS G21  2009  4  1 15 55  0.000000  1    0.214971969811E-04                     
+AS G11  2009  4  1 15 55  0.000000  1    0.273361319474E-05                     
+AS G22  2009  4  1 15 55  0.000000  1    0.202416581008E-03                     
+AS G20  2009  4  1 15 55  0.000000  1    0.865431132882E-04                     
+AS G18  2009  4  1 15 55  0.000000  1   -0.694742353317E-04                     
+AS G16  2009  4  1 15 55  0.000000  1    0.629551057399E-04                     
+AS G19  2009  4  1 15 55  0.000000  1    0.293445455087E-04                     
+AS G23  2009  4  1 15 55  0.000000  1    0.388993578913E-03                     
+AS G02  2009  4  1 15 55  0.000000  1    0.153923684686E-03                     
+AS G31  2009  4  1 15 55  0.000000  1   -0.564890791107E-04                     
+AS G17  2009  4  1 15 55  0.000000  1    0.524623373602E-04                     
+AS G12  2009  4  1 15 55  0.000000  1   -0.299462160864E-03                     
+AS G15  2009  4  1 15 55  0.000000  1   -0.276074507514E-03                     
+AS G29  2009  4  1 15 55  0.000000  1    0.491280236459E-05                     
+AS G07  2009  4  1 15 55  0.000000  1    0.209731164196E-04                     
+AS R02  2009  4  1 15 55  0.000000  1    0.206078050309E-04                     
+AS R03  2009  4  1 15 55  0.000000  1   -0.343287053625E-04                     
+AS R04  2009  4  1 15 55  0.000000  1    0.637074549630E-04                     
+AS R06  2009  4  1 15 55  0.000000  1   -0.169258951078E-03                     
+AS R07  2009  4  1 15 55  0.000000  1   -0.891637450822E-04                     
+AS R08  2009  4  1 15 55  0.000000  1   -0.101985918170E-03                     
+AS R10  2009  4  1 15 55  0.000000  1   -0.140829543945E-03                     
+AS R11  2009  4  1 15 55  0.000000  1   -0.926424633447E-04                     
+AS R13  2009  4  1 15 55  0.000000  1   -0.230660824421E-03                     
+AS R14  2009  4  1 15 55  0.000000  1   -0.795679831615E-04                     
+AS R15  2009  4  1 15 55  0.000000  1    0.921251793208E-04                     
+AS R17  2009  4  1 15 55  0.000000  1   -0.261280078758E-03                     
+AS R18  2009  4  1 15 55  0.000000  1   -0.134916099053E-05                     
+AS R19  2009  4  1 15 55  0.000000  1   -0.894389205065E-04                     
+AS R20  2009  4  1 15 55  0.000000  1   -0.650166590564E-04                     
+AS R21  2009  4  1 15 55  0.000000  1   -0.143361815351E-03                     
+AS R22  2009  4  1 15 55  0.000000  1   -0.201618589793E-03                     
+AS R23  2009  4  1 15 55  0.000000  1   -0.200228729335E-03                     
+AR ALGO 2009  4  1 15 55  0.000000  1    0.810784669248E-04                     
+AR ALIC 2009  4  1 15 55  0.000000  1    0.151437242956E-08                     
+AR AMC2 2009  4  1 15 55  0.000000  1    0.185545701962E-08                     
+AR ANKR 2009  4  1 15 55  0.000000  1    0.892671903819E-04                     
+AR ARTU 2009  4  1 15 55  0.000000  1   -0.460542928655E-07                     
+AR ASPA 2009  4  1 15 55  0.000000  1    0.280058809255E-07                     
+AR BHR1 2009  4  1 15 55  0.000000  1    0.563382569647E-03                     
+AR BARH 2009  4  1 15 55  0.000000  1    0.252243262730E-08                     
+AR BJFS 2009  4  1 15 55  0.000000  1   -0.642803880285E-07                     
+AR BOGT 2009  4  1 15 55  0.000000  1   -0.589119597951E-07                     
+AR BRMU 2009  4  1 15 55  0.000000  1    0.162541933743E-03                     
+AR CAGZ 2009  4  1 15 55  0.000000  1    0.268984011443E-03                     
+AR CAS1 2009  4  1 15 55  0.000000  1    0.127597464655E-07                     
+AR CHAT 2009  4  1 15 55  0.000000  1   -0.365506731143E-07                     
+AR CHPI 2009  4  1 15 55  0.000000  1   -0.679177520583E-07                     
+AR COCO 2009  4  1 15 55  0.000000  1    0.227688508508E-03                     
+AR CONZ 2009  4  1 15 55  0.000000  1   -0.792656651608E-04                     
+AR CRAR 2009  4  1 15 55  0.000000  1   -0.273632237884E-03                     
+AR CRO1 2009  4  1 15 55  0.000000  1    0.665106694415E-03                     
+AR DAEJ 2009  4  1 15 55  0.000000  1   -0.196537455739E-03                     
+AR DARW 2009  4  1 15 55  0.000000  1    0.168241433362E-08                     
+AR DGAR 2009  4  1 15 55  0.000000  1   -0.709910680188E-07                     
+AR FAA1 2009  4  1 15 55  0.000000  1   -0.537866951756E-08                     
+AR FAIR 2009  4  1 15 55  0.000000  1   -0.549872343919E-07                     
+AR GLPS 2009  4  1 15 55  0.000000  1   -0.730348976242E-07                     
+AR GUAM 2009  4  1 15 55  0.000000  1   -0.614779884321E-07                     
+AR GUAT 2009  4  1 15 55  0.000000  1    0.546057877348E-08                     
+AR HOB2 2009  4  1 15 55  0.000000  1    0.888443913687E-07                     
+AR HOFN 2009  4  1 15 55  0.000000  1   -0.771658495458E-04                     
+AR HOLM 2009  4  1 15 55  0.000000  1   -0.514123040790E-07                     
+AR HRAO 2009  4  1 15 55  0.000000  1    0.849468084459E-03                     
+AR HYDE 2009  4  1 15 55  0.000000  1    0.318582614569E-08                     
+AR IRKJ 2009  4  1 15 55  0.000000  1    0.163746596996E-03                     
+AR ISPA 2009  4  1 15 55  0.000000  1   -0.570915975899E-07                     
+AR KARR 2009  4  1 15 55  0.000000  1   -0.522398354552E-07                     
+AR KERG 2009  4  1 15 55  0.000000  1    0.817500743857E-03                     
+AR KHAJ 2009  4  1 15 55  0.000000  1   -0.150803618034E-05                     
+AR KIR0 2009  4  1 15 55  0.000000  1    0.282798342063E-03                     
+AR KIRU 2009  4  1 15 55  0.000000  1    0.591391968543E-03                     
+AR KIT3 2009  4  1 15 55  0.000000  1   -0.661580508164E-08                     
+AR KOUR 2009  4  1 15 55  0.000000  1    0.125014435252E-03                     
+AR KUNM 2009  4  1 15 55  0.000000  1   -0.670456067301E-08                     
+AR LHAZ 2009  4  1 15 55  0.000000  1    0.395989322484E-03                     
+AR MAL2 2009  4  1 15 55  0.000000  1   -0.171979943804E-07                     
+AR MAS1 2009  4  1 15 55  0.000000  1   -0.101616336724E-03                     
+AR MAW1 2009  4  1 15 55  0.000000  1    0.578465497783E-08                     
+AR MCIL 2009  4  1 15 55  0.000000  1    0.276783086374E-07                     
+AR MCM4 2009  4  1 15 55  0.000000  1   -0.456820412374E-07                     
+AR MDO1 2009  4  1 15 55  0.000000  1   -0.501715164500E-07                     
+AR MDVJ 2009  4  1 15 55  0.000000  1    0.438552040512E-03                     
+AR MKEA 2009  4  1 15 55  0.000000  1   -0.331618533459E-07                     
+AR MOBS 2009  4  1 15 55  0.000000  1   -0.516621587131E-09                     
+AR NANO 2009  4  1 15 55  0.000000  1    0.783688842935E-08                     
+AR NLIB 2009  4  1 15 55  0.000000  1   -0.116386596262E-06                     
+AR NNOR 2009  4  1 15 55  0.000000  1    0.365799979572E-03                     
+AR NRC1 2009  4  1 15 55  0.000000  1   -0.448499983678E-05                     
+AR NRIL 2009  4  1 15 55  0.000000  1   -0.488093498872E-07                     
+AR NRMD 2009  4  1 15 55  0.000000  1    0.249957934835E-07                     
+AR NTUS 2009  4  1 15 55  0.000000  1    0.267212883643E-08                     
+AR NYAL 2009  4  1 15 55  0.000000  1    0.944024564660E-07                     
+AR OHI3 2009  4  1 15 55  0.000000  1   -0.346827758778E-03                     
+AR ONSA 2009  4  1 15 55  0.000000  1   -0.324805053871E-04                     
+AR PDEL 2009  4  1 15 55  0.000000  1    0.561820529694E-08                     
+AR PERT 2009  4  1 15 55  0.000000  1   -0.594388347000E-07                     
+AR PETP 2009  4  1 15 55  0.000000  1   -0.827613278822E-07                     
+AR PIMO 2009  4  1 15 55  0.000000  1   -0.433008729249E-07                     
+AR QAQ1 2009  4  1 15 55  0.000000  1   -0.587675568441E-07                     
+AR QUIN 2009  4  1 15 55  0.000000  1   -0.557692144955E-07                     
+AR RABT 2009  4  1 15 55  0.000000  1   -0.582769868944E-07                     
+AR RAMO 2009  4  1 15 55  0.000000  1    0.270925105361E-07                     
+AR RCMN 2009  4  1 15 55  0.000000  1    0.119176852506E-07                     
+AR REDU 2009  4  1 15 55  0.000000  1   -0.544182500988E-07                     
+AR REUN 2009  4  1 15 55  0.000000  1    0.294226229203E-07                     
+AR REYK 2009  4  1 15 55  0.000000  1    0.396301851848E-03                     
+AR SCH2 2009  4  1 15 55  0.000000  1    0.189682650086E-03                     
+AR SCUB 2009  4  1 15 55  0.000000  1   -0.715564119688E-07                     
+AR STJO 2009  4  1 15 55  0.000000  1   -0.705524422091E-05                     
+AR SYDN 2009  4  1 15 55  0.000000  1    0.141007796399E-05                     
+AR SYOG 2009  4  1 15 55  0.000000  1    0.140122461776E-04                     
+AR THU2 2009  4  1 15 55  0.000000  1    0.376129307520E-03                     
+AR TOW2 2009  4  1 15 55  0.000000  1   -0.453529250096E-09                     
+AR URUM 2009  4  1 15 55  0.000000  1    0.393299765741E-04                     
+AR VESL 2009  4  1 15 55  0.000000  1    0.373734339544E-03                     
+AR VILL 2009  4  1 15 55  0.000000  1   -0.643006262015E-07                     
+AR WTZR 2009  4  1 15 55  0.000000  1    0.457336184695E-07                     
+AR WUHN 2009  4  1 15 55  0.000000  1   -0.590610522243E-07                     
+AR YSSK 2009  4  1 15 55  0.000000  1   -0.842153311618E-07                     
+AR ZIM2 2009  4  1 15 55  0.000000  1    0.376072908481E-07                     
+AR XMIS 2009  4  1 15 55  0.000000  1    0.204645625630E-08                     
+AR GODZ 2009  4  1 15 55  0.000000  1   -0.469119561054E-03                     
+AR MTKA 2009  4  1 15 55  0.000000  1   -0.509904680531E-07                     
+AR TIXJ 2009  4  1 15 55  0.000000  1   -0.201762019035E-04                     
+AR PARK 2009  4  1 15 55  0.000000  1    0.807960732933E-06                     
+AR UNBJ 2009  4  1 15 55  0.000000  1   -0.396025484190E-03                     
+AR NOVM 2009  4  1 15 55  0.000000  1    0.798324966239E-04                     
+AR SUNM 2009  4  1 15 55  0.000000  1    0.195352187101E-05                     
+AR CEBR 2009  4  1 15 55  0.000000  1    0.719431385975E-03                     
+AR CPXF 2009  4  1 15 55  0.000000  1    0.106925528679E-07                     
+AR IDDR 2009  4  1 15 55  0.000000  1    0.102205466379E-07                     
+AR AZGB 2009  4  1 15 55  0.000000  1   -0.282266274009E-03                     
+AR TN22 2009  4  1 15 55  0.000000  1   -0.380746508216E-03                     
+AR ETAD 2009  4  1 15 55  0.000000  1    0.253151636452E-07                     
+AR ILHA 2009  4  1 15 55  0.000000  1   -0.523412348438E-09                     
+AR POVE 2009  4  1 15 55  0.000000  1    0.577591168052E-08                     
+AR RECF 2009  4  1 15 55  0.000000  1    0.278687479177E-07                     
+AR SALU 2009  4  1 15 55  0.000000  1    0.252413523314E-07                     
+AR SAVO 2009  4  1 15 55  0.000000  1    0.301644921180E-07                     
+AR UFPR 2009  4  1 15 55  0.000000  1    0.348365995044E-07                     
+AR YELL 2009  4  1 15 55  0.000000  1    0.246590000000E-06                     
+AS G32  2009  4  1 16  0  0.000000  1    0.280115338686E-03                     
+AS G24  2009  4  1 16  0  0.000000  1    0.177878380246E-03                     
+AS G25  2009  4  1 16  0  0.000000  1    0.334847046115E-03                     
+AS G26  2009  4  1 16  0  0.000000  1    0.544873607866E-04                     
+AS G27  2009  4  1 16  0  0.000000  1    0.371814503092E-04                     
+AS G30  2009  4  1 16  0  0.000000  1    0.136294956958E-03                     
+AS G03  2009  4  1 16  0  0.000000  1    0.373545966993E-03                     
+AS G04  2009  4  1 16  0  0.000000  1   -0.349149498571E-04                     
+AS G06  2009  4  1 16  0  0.000000  1    0.604755040144E-04                     
+AS G08  2009  4  1 16  0  0.000000  1   -0.196571110764E-03                     
+AS G09  2009  4  1 16  0  0.000000  1    0.484921879225E-04                     
+AS G10  2009  4  1 16  0  0.000000  1   -0.136351127104E-04                     
+AS G14  2009  4  1 16  0  0.000000  1   -0.132312835904E-03                     
+AS G13  2009  4  1 16  0  0.000000  1    0.293279961111E-03                     
+AS G28  2009  4  1 16  0  0.000000  1   -0.238333094341E-04                     
+AS G21  2009  4  1 16  0  0.000000  1    0.214966504501E-04                     
+AS G11  2009  4  1 16  0  0.000000  1    0.273322049854E-05                     
+AS G22  2009  4  1 16  0  0.000000  1    0.202417095806E-03                     
+AS G20  2009  4  1 16  0  0.000000  1    0.865427108971E-04                     
+AS G18  2009  4  1 16  0  0.000000  1   -0.694730692264E-04                     
+AS G16  2009  4  1 16  0  0.000000  1    0.629541200409E-04                     
+AS G19  2009  4  1 16  0  0.000000  1    0.293441518999E-04                     
+AS G23  2009  4  1 16  0  0.000000  1    0.388993716746E-03                     
+AS G02  2009  4  1 16  0  0.000000  1    0.153923778081E-03                     
+AS G31  2009  4  1 16  0  0.000000  1   -0.564892924861E-04                     
+AS G17  2009  4  1 16  0  0.000000  1    0.524630457402E-04                     
+AS G12  2009  4  1 16  0  0.000000  1   -0.299460578231E-03                     
+AS G15  2009  4  1 16  0  0.000000  1   -0.276076045353E-03                     
+AS G29  2009  4  1 16  0  0.000000  1    0.491396207464E-05                     
+AS G07  2009  4  1 16  0  0.000000  1    0.209729689997E-04                     
+AS R02  2009  4  1 16  0  0.000000  1    0.206069716369E-04                     
+AS R03  2009  4  1 16  0  0.000000  1   -0.343292011358E-04                     
+AS R04  2009  4  1 16  0  0.000000  1    0.637036150029E-04                     
+AS R06  2009  4  1 16  0  0.000000  1   -0.169259896081E-03                     
+AS R07  2009  4  1 16  0  0.000000  1   -0.891630932739E-04                     
+AS R08  2009  4  1 16  0  0.000000  1   -0.101985511641E-03                     
+AS R10  2009  4  1 16  0  0.000000  1   -0.140829414894E-03                     
+AS R11  2009  4  1 16  0  0.000000  1   -0.926428650966E-04                     
+AS R13  2009  4  1 16  0  0.000000  1   -0.230661056065E-03                     
+AS R14  2009  4  1 16  0  0.000000  1   -0.795675520158E-04                     
+AS R15  2009  4  1 16  0  0.000000  1    0.921247026016E-04                     
+AS R17  2009  4  1 16  0  0.000000  1   -0.261280413658E-03                     
+AS R18  2009  4  1 16  0  0.000000  1   -0.134933707099E-05                     
+AS R19  2009  4  1 16  0  0.000000  1   -0.894393072211E-04                     
+AS R20  2009  4  1 16  0  0.000000  1   -0.650172909771E-04                     
+AS R21  2009  4  1 16  0  0.000000  1   -0.143362308441E-03                     
+AS R22  2009  4  1 16  0  0.000000  1   -0.201619595705E-03                     
+AS R23  2009  4  1 16  0  0.000000  1   -0.200227256093E-03                     
+AR ALGO 2009  4  1 16  0  0.000000  1    0.810813948968E-04                     
+AR ALIC 2009  4  1 16  0  0.000000  1    0.201097547260E-08                     
+AR AMC2 2009  4  1 16  0  0.000000  1    0.186453461826E-08                     
+AR ANKR 2009  4  1 16  0  0.000000  1    0.151405937854E-03                     
+AR ARTU 2009  4  1 16  0  0.000000  1   -0.472768062047E-07                     
+AR ASPA 2009  4  1 16  0  0.000000  1    0.312659825369E-07                     
+AR BHR1 2009  4  1 16  0  0.000000  1    0.563382775233E-03                     
+AR BARH 2009  4  1 16  0  0.000000  1    0.182016112406E-09                     
+AR BJFS 2009  4  1 16  0  0.000000  1   -0.557365412166E-07                     
+AR BOGT 2009  4  1 16  0  0.000000  1   -0.579527742504E-07                     
+AR BRMU 2009  4  1 16  0  0.000000  1   -0.340171656687E-03                     
+AR CAGZ 2009  4  1 16  0  0.000000  1    0.491508128165E-03                     
+AR CAS1 2009  4  1 16  0  0.000000  1    0.989108902136E-08                     
+AR CHAT 2009  4  1 16  0  0.000000  1   -0.367683044783E-07                     
+AR CHPI 2009  4  1 16  0  0.000000  1   -0.697650391208E-07                     
+AR COCO 2009  4  1 16  0  0.000000  1    0.227688543919E-03                     
+AR CONZ 2009  4  1 16  0  0.000000  1   -0.209923803703E-03                     
+AR CRAR 2009  4  1 16  0  0.000000  1   -0.298681473853E-03                     
+AR CRO1 2009  4  1 16  0  0.000000  1    0.665106758384E-03                     
+AR DAEJ 2009  4  1 16  0  0.000000  1   -0.196536364414E-03                     
+AR DARW 2009  4  1 16  0  0.000000  1   -0.395740980070E-08                     
+AR DGAR 2009  4  1 16  0  0.000000  1   -0.668521139923E-07                     
+AR FAA1 2009  4  1 16  0  0.000000  1   -0.590767314956E-08                     
+AR FAIR 2009  4  1 16  0  0.000000  1   -0.531228982899E-07                     
+AR GLPS 2009  4  1 16  0  0.000000  1   -0.737772632611E-07                     
+AR GUAM 2009  4  1 16  0  0.000000  1   -0.590120131012E-07                     
+AR GUAT 2009  4  1 16  0  0.000000  1    0.677710329159E-08                     
+AR HOB2 2009  4  1 16  0  0.000000  1    0.888692177108E-07                     
+AR HOFN 2009  4  1 16  0  0.000000  1    0.126583490689E-06                     
+AR HOLM 2009  4  1 16  0  0.000000  1   -0.505721775000E-07                     
+AR HRAO 2009  4  1 16  0  0.000000  1    0.849468182296E-03                     
+AR HYDE 2009  4  1 16  0  0.000000  1    0.223678398774E-08                     
+AR IRKJ 2009  4  1 16  0  0.000000  1    0.163746559951E-03                     
+AR ISPA 2009  4  1 16  0  0.000000  1   -0.576489602399E-07                     
+AR KARR 2009  4  1 16  0  0.000000  1   -0.496083834594E-07                     
+AR KERG 2009  4  1 16  0  0.000000  1    0.817500870041E-03                     
+AR KHAJ 2009  4  1 16  0  0.000000  1   -0.150804150130E-05                     
+AR KIR0 2009  4  1 16  0  0.000000  1    0.282791584456E-03                     
+AR KIRU 2009  4  1 16  0  0.000000  1    0.591390851045E-03                     
+AR KIT3 2009  4  1 16  0  0.000000  1   -0.823324797732E-08                     
+AR KOUR 2009  4  1 16  0  0.000000  1    0.125014433014E-03                     
+AR KUNM 2009  4  1 16  0  0.000000  1   -0.188080945658E-07                     
+AR LHAZ 2009  4  1 16  0  0.000000  1    0.414455568186E-03                     
+AR MAL2 2009  4  1 16  0  0.000000  1   -0.140091160444E-07                     
+AR MAS1 2009  4  1 16  0  0.000000  1   -0.101616150721E-03                     
+AR MAW1 2009  4  1 16  0  0.000000  1    0.805969706104E-08                     
+AR MCIL 2009  4  1 16  0  0.000000  1    0.274454934115E-07                     
+AR MCM4 2009  4  1 16  0  0.000000  1   -0.448164681130E-07                     
+AR MDO1 2009  4  1 16  0  0.000000  1   -0.549145541326E-07                     
+AR MDVJ 2009  4  1 16  0  0.000000  1    0.438552034417E-03                     
+AR MKEA 2009  4  1 16  0  0.000000  1   -0.360523544807E-07                     
+AR MOBS 2009  4  1 16  0  0.000000  1    0.674792254912E-09                     
+AR NANO 2009  4  1 16  0  0.000000  1    0.557555978132E-08                     
+AR NLIB 2009  4  1 16  0  0.000000  1   -0.116467840459E-06                     
+AR NNOR 2009  4  1 16  0  0.000000  1    0.365800306808E-03                     
+AR NRC1 2009  4  1 16  0  0.000000  1   -0.448496206982E-05                     
+AR NRIL 2009  4  1 16  0  0.000000  1   -0.457864779844E-07                     
+AR NRMD 2009  4  1 16  0  0.000000  1    0.251476586547E-07                     
+AR NTUS 2009  4  1 16  0  0.000000  1    0.322355884875E-08                     
+AR NYAL 2009  4  1 16  0  0.000000  1    0.944039729066E-07                     
+AR OHI3 2009  4  1 16  0  0.000000  1   -0.231464495748E-03                     
+AR ONSA 2009  4  1 16  0  0.000000  1   -0.324805379314E-04                     
+AR PDEL 2009  4  1 16  0  0.000000  1    0.525771583935E-08                     
+AR PERT 2009  4  1 16  0  0.000000  1   -0.552279643672E-07                     
+AR PETP 2009  4  1 16  0  0.000000  1   -0.807935341685E-07                     
+AR PIMO 2009  4  1 16  0  0.000000  1   -0.409149740764E-07                     
+AR QAQ1 2009  4  1 16  0  0.000000  1   -0.599769323684E-07                     
+AR QUIN 2009  4  1 16  0  0.000000  1   -0.553234244627E-07                     
+AR RABT 2009  4  1 16  0  0.000000  1   -0.595649125815E-07                     
+AR RAMO 2009  4  1 16  0  0.000000  1    0.379709731295E-07                     
+AR RCMN 2009  4  1 16  0  0.000000  1    0.645158819177E-08                     
+AR REDU 2009  4  1 16  0  0.000000  1   -0.557695980941E-07                     
+AR REUN 2009  4  1 16  0  0.000000  1    0.288979194177E-07                     
+AR REYK 2009  4  1 16  0  0.000000  1    0.411215828199E-03                     
+AR SCH2 2009  4  1 16  0  0.000000  1    0.189699335296E-03                     
+AR SCUB 2009  4  1 16  0  0.000000  1   -0.677509159161E-07                     
+AR STJO 2009  4  1 16  0  0.000000  1   -0.705553908739E-05                     
+AR SYDN 2009  4  1 16  0  0.000000  1    0.140999801753E-05                     
+AR SYOG 2009  4  1 16  0  0.000000  1    0.140122508317E-04                     
+AR THU2 2009  4  1 16  0  0.000000  1    0.374127020347E-03                     
+AR TOW2 2009  4  1 16  0  0.000000  1   -0.116617284193E-08                     
+AR URUM 2009  4  1 16  0  0.000000  1   -0.361901872258E-04                     
+AR VESL 2009  4  1 16  0  0.000000  1    0.410260461022E-03                     
+AR VILL 2009  4  1 16  0  0.000000  1   -0.620024816250E-07                     
+AR WTZR 2009  4  1 16  0  0.000000  1    0.457564881594E-07                     
+AR WUHN 2009  4  1 16  0  0.000000  1   -0.574004144246E-07                     
+AR YSSK 2009  4  1 16  0  0.000000  1   -0.846234267837E-07                     
+AR ZIM2 2009  4  1 16  0  0.000000  1    0.381793898945E-07                     
+AR XMIS 2009  4  1 16  0  0.000000  1    0.308533862319E-08                     
+AR GODZ 2009  4  1 16  0  0.000000  1   -0.469119540188E-03                     
+AR MTKA 2009  4  1 16  0  0.000000  1   -0.511742816557E-07                     
+AR TIXJ 2009  4  1 16  0  0.000000  1   -0.225566127350E-04                     
+AR PARK 2009  4  1 16  0  0.000000  1    0.808163278927E-06                     
+AR UNBJ 2009  4  1 16  0  0.000000  1   -0.470367566110E-03                     
+AR NOVM 2009  4  1 16  0  0.000000  1    0.798324807563E-04                     
+AR SUNM 2009  4  1 16  0  0.000000  1   -0.154893779940E-03                     
+AR CEBR 2009  4  1 16  0  0.000000  1    0.719431399986E-03                     
+AR CPXF 2009  4  1 16  0  0.000000  1    0.511980138037E-08                     
+AR IDDR 2009  4  1 16  0  0.000000  1    0.899680138130E-08                     
+AR AZGB 2009  4  1 16  0  0.000000  1   -0.421639077819E-03                     
+AR TN22 2009  4  1 16  0  0.000000  1   -0.454856737921E-03                     
+AR ETAD 2009  4  1 16  0  0.000000  1    0.227757462576E-07                     
+AR ILHA 2009  4  1 16  0  0.000000  1   -0.384163273952E-08                     
+AR POVE 2009  4  1 16  0  0.000000  1    0.591112898422E-08                     
+AR RECF 2009  4  1 16  0  0.000000  1    0.281019382949E-07                     
+AR SALU 2009  4  1 16  0  0.000000  1    0.294251437884E-07                     
+AR SAVO 2009  4  1 16  0  0.000000  1    0.291250199991E-07                     
+AR UFPR 2009  4  1 16  0  0.000000  1    0.346088178060E-07                     
+AR YELL 2009  4  1 16  0  0.000000  1    0.246661000000E-06                     
+AS G32  2009  4  1 16  5  0.000000  1    0.280114168031E-03                     
+AS G24  2009  4  1 16  5  0.000000  1    0.177879331754E-03                     
+AS G25  2009  4  1 16  5  0.000000  1    0.334853806121E-03                     
+AS G26  2009  4  1 16  5  0.000000  1    0.544883267948E-04                     
+AS G27  2009  4  1 16  5  0.000000  1    0.371822982504E-04                     
+AS G30  2009  4  1 16  5  0.000000  1    0.136295844315E-03                     
+AS G03  2009  4  1 16  5  0.000000  1    0.373547746721E-03                     
+AS G04  2009  4  1 16  5  0.000000  1   -0.349188177370E-04                     
+AS G06  2009  4  1 16  5  0.000000  1    0.604813358928E-04                     
+AS G08  2009  4  1 16  5  0.000000  1   -0.196571526583E-03                     
+AS G09  2009  4  1 16  5  0.000000  1    0.484928434912E-04                     
+AS G10  2009  4  1 16  5  0.000000  1   -0.136355033651E-04                     
+AS G14  2009  4  1 16  5  0.000000  1   -0.132310991966E-03                     
+AS G13  2009  4  1 16  5  0.000000  1    0.293280643018E-03                     
+AS G28  2009  4  1 16  5  0.000000  1   -0.238334001504E-04                     
+AS G21  2009  4  1 16  5  0.000000  1    0.214965738049E-04                     
+AS G11  2009  4  1 16  5  0.000000  1    0.273313367233E-05                     
+AS G22  2009  4  1 16  5  0.000000  1    0.202417200184E-03                     
+AS G20  2009  4  1 16  5  0.000000  1    0.865428039697E-04                     
+AS G18  2009  4  1 16  5  0.000000  1   -0.694717273010E-04                     
+AS G16  2009  4  1 16  5  0.000000  1    0.629535179851E-04                     
+AS G19  2009  4  1 16  5  0.000000  1    0.293443693057E-04                     
+AS G23  2009  4  1 16  5  0.000000  1    0.388994216112E-03                     
+AS G02  2009  4  1 16  5  0.000000  1    0.153923515331E-03                     
+AS G31  2009  4  1 16  5  0.000000  1   -0.564892399341E-04                     
+AS G17  2009  4  1 16  5  0.000000  1    0.524634579196E-04                     
+AS G12  2009  4  1 16  5  0.000000  1   -0.299458987145E-03                     
+AS G15  2009  4  1 16  5  0.000000  1   -0.276077155690E-03                     
+AS G29  2009  4  1 16  5  0.000000  1    0.491544331621E-05                     
+AS G07  2009  4  1 16  5  0.000000  1    0.209728603160E-04                     
+AS R02  2009  4  1 16  5  0.000000  1    0.206061174221E-04                     
+AS R03  2009  4  1 16  5  0.000000  1   -0.343299529936E-04                     
+AS R04  2009  4  1 16  5  0.000000  1    0.637025464040E-04                     
+AS R06  2009  4  1 16  5  0.000000  1   -0.169259671918E-03                     
+AS R07  2009  4  1 16  5  0.000000  1   -0.891612387596E-04                     
+AS R08  2009  4  1 16  5  0.000000  1   -0.101984648461E-03                     
+AS R10  2009  4  1 16  5  0.000000  1   -0.140828854542E-03                     
+AS R11  2009  4  1 16  5  0.000000  1   -0.926429624982E-04                     
+AS R13  2009  4  1 16  5  0.000000  1   -0.230661055494E-03                     
+AS R14  2009  4  1 16  5  0.000000  1   -0.795662183085E-04                     
+AS R15  2009  4  1 16  5  0.000000  1    0.921255709374E-04                     
+AS R17  2009  4  1 16  5  0.000000  1   -0.261280403111E-03                     
+AS R18  2009  4  1 16  5  0.000000  1   -0.135283902073E-05                     
+AS R19  2009  4  1 16  5  0.000000  1   -0.894392877035E-04                     
+AS R20  2009  4  1 16  5  0.000000  1   -0.650171904780E-04                     
+AS R21  2009  4  1 16  5  0.000000  1   -0.143362420988E-03                     
+AS R22  2009  4  1 16  5  0.000000  1   -0.201620170422E-03                     
+AS R23  2009  4  1 16  5  0.000000  1   -0.200225000259E-03                     
+AR ALGO 2009  4  1 16  5  0.000000  1    0.810844943022E-04                     
+AR ALIC 2009  4  1 16  5  0.000000  1    0.471883943261E-08                     
+AR AMC2 2009  4  1 16  5  0.000000  1    0.211924793413E-08                     
+AR ANKR 2009  4  1 16  5  0.000000  1    0.213577132291E-03                     
+AR ARTU 2009  4  1 16  5  0.000000  1   -0.529301726818E-07                     
+AR ASPA 2009  4  1 16  5  0.000000  1    0.329163071205E-07                     
+AR BHR1 2009  4  1 16  5  0.000000  1    0.563382952846E-03                     
+AR BARH 2009  4  1 16  5  0.000000  1    0.124255743826E-08                     
+AR BJFS 2009  4  1 16  5  0.000000  1   -0.535634853422E-07                     
+AR BOGT 2009  4  1 16  5  0.000000  1   -0.611550382927E-07                     
+AR BRMU 2009  4  1 16  5  0.000000  1    0.157399518694E-03                     
+AR CAGZ 2009  4  1 16  5  0.000000  1   -0.286008793917E-03                     
+AR CAS1 2009  4  1 16  5  0.000000  1    0.807540802315E-08                     
+AR CHAT 2009  4  1 16  5  0.000000  1   -0.378654174134E-07                     
+AR CHPI 2009  4  1 16  5  0.000000  1   -0.706913042830E-07                     
+AR COCO 2009  4  1 16  5  0.000000  1    0.227688561307E-03                     
+AR CONZ 2009  4  1 16  5  0.000000  1   -0.340725506128E-03                     
+AR CRAR 2009  4  1 16  5  0.000000  1   -0.323734728118E-03                     
+AR CRO1 2009  4  1 16  5  0.000000  1    0.665107045725E-03                     
+AR DAEJ 2009  4  1 16  5  0.000000  1   -0.196535685945E-03                     
+AR DARW 2009  4  1 16  5  0.000000  1   -0.101792589683E-08                     
+AR DGAR 2009  4  1 16  5  0.000000  1   -0.675403867642E-07                     
+AR DRAO 2009  4  1 16  5  0.000000  1    0.750626835471E-07                     
+AR FAA1 2009  4  1 16  5  0.000000  1   -0.645869426883E-08                     
+AR FAIR 2009  4  1 16  5  0.000000  1   -0.549001758475E-07                     
+AR GLPS 2009  4  1 16  5  0.000000  1   -0.745271022345E-07                     
+AR GUAM 2009  4  1 16  5  0.000000  1   -0.546860626488E-07                     
+AR GUAT 2009  4  1 16  5  0.000000  1    0.613369147481E-08                     
+AR HOB2 2009  4  1 16  5  0.000000  1    0.891586010737E-07                     
+AR HOFN 2009  4  1 16  5  0.000000  1    0.774312210841E-04                     
+AR HOLM 2009  4  1 16  5  0.000000  1   -0.499162029456E-07                     
+AR HRAO 2009  4  1 16  5  0.000000  1    0.849468506937E-03                     
+AR HYDE 2009  4  1 16  5  0.000000  1    0.844859998003E-09                     
+AR IRKJ 2009  4  1 16  5  0.000000  1    0.163746789379E-03                     
+AR ISPA 2009  4  1 16  5  0.000000  1   -0.610420528029E-07                     
+AR KARR 2009  4  1 16  5  0.000000  1   -0.495298592903E-07                     
+AR KERG 2009  4  1 16  5  0.000000  1    0.817500910153E-03                     
+AR KHAJ 2009  4  1 16  5  0.000000  1   -0.150775897356E-05                     
+AR KIR0 2009  4  1 16  5  0.000000  1    0.282785041289E-03                     
+AR KIRU 2009  4  1 16  5  0.000000  1    0.591389386141E-03                     
+AR KIT3 2009  4  1 16  5  0.000000  1   -0.234507044327E-08                     
+AR KOUR 2009  4  1 16  5  0.000000  1    0.125014702721E-03                     
+AR KUNM 2009  4  1 16  5  0.000000  1   -0.229315674575E-07                     
+AR LHAZ 2009  4  1 16  5  0.000000  1    0.433038744987E-03                     
+AR MAL2 2009  4  1 16  5  0.000000  1   -0.189837564018E-08                     
+AR MAS1 2009  4  1 16  5  0.000000  1   -0.101615834258E-03                     
+AR MAW1 2009  4  1 16  5  0.000000  1    0.901470462985E-08                     
+AR MCIL 2009  4  1 16  5  0.000000  1    0.279313357384E-07                     
+AR MCM4 2009  4  1 16  5  0.000000  1   -0.436723815411E-07                     
+AR MDO1 2009  4  1 16  5  0.000000  1   -0.558196047339E-07                     
+AR MDVJ 2009  4  1 16  5  0.000000  1    0.438552285207E-03                     
+AR MKEA 2009  4  1 16  5  0.000000  1   -0.359851003307E-07                     
+AR MOBS 2009  4  1 16  5  0.000000  1    0.148381805047E-08                     
+AR NANO 2009  4  1 16  5  0.000000  1    0.632949401472E-08                     
+AR NLIB 2009  4  1 16  5  0.000000  1   -0.117335974262E-06                     
+AR NNOR 2009  4  1 16  5  0.000000  1    0.365801126732E-03                     
+AR NRC1 2009  4  1 16  5  0.000000  1   -0.448468113836E-05                     
+AR NRIL 2009  4  1 16  5  0.000000  1   -0.450235451988E-07                     
+AR NRMD 2009  4  1 16  5  0.000000  1    0.249092864264E-07                     
+AR NTUS 2009  4  1 16  5  0.000000  1    0.457814128513E-08                     
+AR NYAL 2009  4  1 16  5  0.000000  1    0.946801346857E-07                     
+AR OHI3 2009  4  1 16  5  0.000000  1   -0.116133041022E-03                     
+AR ONSA 2009  4  1 16  5  0.000000  1   -0.324803461385E-04                     
+AR PDEL 2009  4  1 16  5  0.000000  1    0.534108917898E-08                     
+AR PERT 2009  4  1 16  5  0.000000  1   -0.568256903410E-07                     
+AR PETP 2009  4  1 16  5  0.000000  1   -0.770315938140E-07                     
+AR PIMO 2009  4  1 16  5  0.000000  1   -0.392411558161E-07                     
+AR QAQ1 2009  4  1 16  5  0.000000  1   -0.603879305156E-07                     
+AR QUIN 2009  4  1 16  5  0.000000  1   -0.552080873221E-07                     
+AR RABT 2009  4  1 16  5  0.000000  1   -0.559545967502E-07                     
+AR RAMO 2009  4  1 16  5  0.000000  1    0.644408031290E-07                     
+AR RCMN 2009  4  1 16  5  0.000000  1    0.998098448980E-08                     
+AR REDU 2009  4  1 16  5  0.000000  1   -0.547619653617E-07                     
+AR REUN 2009  4  1 16  5  0.000000  1    0.274275122367E-07                     
+AR REYK 2009  4  1 16  5  0.000000  1    0.426414307111E-03                     
+AR SCH2 2009  4  1 16  5  0.000000  1    0.189716574039E-03                     
+AR SCUB 2009  4  1 16  5  0.000000  1   -0.665408481803E-07                     
+AR STJO 2009  4  1 16  5  0.000000  1   -0.705556294032E-05                     
+AR SYDN 2009  4  1 16  5  0.000000  1    0.141028557001E-05                     
+AR SYOG 2009  4  1 16  5  0.000000  1    0.140123221000E-04                     
+AR THU2 2009  4  1 16  5  0.000000  1    0.372125157099E-03                     
+AR TOW2 2009  4  1 16  5  0.000000  1   -0.108246039842E-08                     
+AR URUM 2009  4  1 16  5  0.000000  1   -0.111755904555E-03                     
+AR VESL 2009  4  1 16  5  0.000000  1    0.446760325039E-03                     
+AR VILL 2009  4  1 16  5  0.000000  1   -0.581179908236E-07                     
+AR WTZR 2009  4  1 16  5  0.000000  1    0.460124989973E-07                     
+AR WUHN 2009  4  1 16  5  0.000000  1   -0.554628739520E-07                     
+AR YSSK 2009  4  1 16  5  0.000000  1   -0.833945994059E-07                     
+AR ZIM2 2009  4  1 16  5  0.000000  1    0.393970757212E-07                     
+AR XMIS 2009  4  1 16  5  0.000000  1    0.226833272464E-08                     
+AR GODZ 2009  4  1 16  5  0.000000  1   -0.469119246367E-03                     
+AR MTKA 2009  4  1 16  5  0.000000  1   -0.506443149618E-07                     
+AR TIXJ 2009  4  1 16  5  0.000000  1   -0.249232887983E-04                     
+AR PARK 2009  4  1 16  5  0.000000  1    0.808558141685E-06                     
+AR UNBJ 2009  4  1 16  5  0.000000  1    0.455438061064E-03                     
+AR SUNM 2009  4  1 16  5  0.000000  1   -0.311296751713E-03                     
+AR CEBR 2009  4  1 16  5  0.000000  1    0.719431653208E-03                     
+AR CPXF 2009  4  1 16  5  0.000000  1    0.599093553228E-08                     
+AR IDDR 2009  4  1 16  5  0.000000  1    0.102428918452E-07                     
+AR AZGB 2009  4  1 16  5  0.000000  1    0.439007505418E-03                     
+AR TN22 2009  4  1 16  5  0.000000  1    0.471033806494E-03                     
+AR ETAD 2009  4  1 16  5  0.000000  1    0.230805007141E-07                     
+AR ILHA 2009  4  1 16  5  0.000000  1   -0.270500273792E-09                     
+AR POVE 2009  4  1 16  5  0.000000  1    0.616910118521E-08                     
+AR RECF 2009  4  1 16  5  0.000000  1    0.282110279041E-07                     
+AR SALU 2009  4  1 16  5  0.000000  1    0.255135208884E-07                     
+AR SAVO 2009  4  1 16  5  0.000000  1    0.295794818072E-07                     
+AR UFPR 2009  4  1 16  5  0.000000  1    0.363025335200E-07                     
+AR YELL 2009  4  1 16  5  0.000000  1    0.246731000000E-06                     
+AS G32  2009  4  1 16 10  0.000000  1    0.280112726960E-03                     
+AS G24  2009  4  1 16 10  0.000000  1    0.177880604741E-03                     
+AS G25  2009  4  1 16 10  0.000000  1    0.334860355538E-03                     
+AS G26  2009  4  1 16 10  0.000000  1    0.544886392302E-04                     
+AS G27  2009  4  1 16 10  0.000000  1    0.371830865687E-04                     
+AS G30  2009  4  1 16 10  0.000000  1    0.136296214757E-03                     
+AS G03  2009  4  1 16 10  0.000000  1    0.373549795184E-03                     
+AS G04  2009  4  1 16 10  0.000000  1   -0.349232585198E-04                     
+AS G06  2009  4  1 16 10  0.000000  1    0.604866995696E-04                     
+AS G08  2009  4  1 16 10  0.000000  1   -0.196572290339E-03                     
+AS G09  2009  4  1 16 10  0.000000  1    0.484932405506E-04                     
+AS G10  2009  4  1 16 10  0.000000  1   -0.136351671787E-04                     
+AS G14  2009  4  1 16 10  0.000000  1   -0.132309108879E-03                     
+AS G13  2009  4  1 16 10  0.000000  1    0.293280741219E-03                     
+AS G28  2009  4  1 16 10  0.000000  1   -0.238331106922E-04                     
+AS G21  2009  4  1 16 10  0.000000  1    0.214963374017E-04                     
+AS G11  2009  4  1 16 10  0.000000  1    0.273260574713E-05                     
+AS G22  2009  4  1 16 10  0.000000  1    0.202417301809E-03                     
+AS G20  2009  4  1 16 10  0.000000  1    0.865424143846E-04                     
+AS G18  2009  4  1 16 10  0.000000  1   -0.694706867461E-04                     
+AS G16  2009  4  1 16 10  0.000000  1    0.629523576942E-04                     
+AS G19  2009  4  1 16 10  0.000000  1    0.293440408172E-04                     
+AS G23  2009  4  1 16 10  0.000000  1    0.388994407973E-03                     
+AS G02  2009  4  1 16 10  0.000000  1    0.153923477781E-03                     
+AS G31  2009  4  1 16 10  0.000000  1   -0.564898046762E-04                     
+AS G17  2009  4  1 16 10  0.000000  1    0.524639851687E-04                     
+AS G12  2009  4  1 16 10  0.000000  1   -0.299457607170E-03                     
+AS G15  2009  4  1 16 10  0.000000  1   -0.276078559396E-03                     
+AS G29  2009  4  1 16 10  0.000000  1    0.491673502344E-05                     
+AS G07  2009  4  1 16 10  0.000000  1    0.209730728907E-04                     
+AS R02  2009  4  1 16 10  0.000000  1    0.206050883029E-04                     
+AS R03  2009  4  1 16 10  0.000000  1   -0.343308841069E-04                     
+AS R04  2009  4  1 16 10  0.000000  1    0.637002068149E-04                     
+AS R06  2009  4  1 16 10  0.000000  1   -0.169260498763E-03                     
+AS R07  2009  4  1 16 10  0.000000  1   -0.891603685679E-04                     
+AS R08  2009  4  1 16 10  0.000000  1   -0.101984471626E-03                     
+AS R10  2009  4  1 16 10  0.000000  1   -0.140828555288E-03                     
+AS R11  2009  4  1 16 10  0.000000  1   -0.926431846843E-04                     
+AS R13  2009  4  1 16 10  0.000000  1   -0.230661306843E-03                     
+AS R14  2009  4  1 16 10  0.000000  1   -0.795650570264E-04                     
+AS R15  2009  4  1 16 10  0.000000  1    0.921262932654E-04                     
+AS R17  2009  4  1 16 10  0.000000  1   -0.261280560796E-03                     
+AS R18  2009  4  1 16 10  0.000000  1   -0.135308890719E-05                     
+AS R19  2009  4  1 16 10  0.000000  1   -0.894397160368E-04                     
+AS R20  2009  4  1 16 10  0.000000  1   -0.650171276178E-04                     
+AS R21  2009  4  1 16 10  0.000000  1   -0.143363322172E-03                     
+AS R22  2009  4  1 16 10  0.000000  1   -0.201621200406E-03                     
+AS R23  2009  4  1 16 10  0.000000  1   -0.200223623069E-03                     
+AR ALGO 2009  4  1 16 10  0.000000  1    0.810872536618E-04                     
+AR ALIC 2009  4  1 16 10  0.000000  1   -0.108103486998E-08                     
+AR AMC2 2009  4  1 16 10  0.000000  1    0.213382236837E-08                     
+AR ANKR 2009  4  1 16 10  0.000000  1    0.275768527772E-03                     
+AR ARTU 2009  4  1 16 10  0.000000  1   -0.500512893750E-07                     
+AR ASPA 2009  4  1 16 10  0.000000  1    0.306831375561E-07                     
+AR BHR1 2009  4  1 16 10  0.000000  1    0.563382781748E-03                     
+AR BARH 2009  4  1 16 10  0.000000  1    0.227595137308E-08                     
+AR BJFS 2009  4  1 16 10  0.000000  1   -0.515630253165E-07                     
+AR BOGT 2009  4  1 16 10  0.000000  1   -0.640425492801E-07                     
+AR BRMU 2009  4  1 16 10  0.000000  1   -0.345237187537E-03                     
+AR CAGZ 2009  4  1 16 10  0.000000  1   -0.635910718665E-04                     
+AR CAS1 2009  4  1 16 10  0.000000  1    0.158550550016E-07                     
+AR CHAT 2009  4  1 16 10  0.000000  1   -0.349609715012E-07                     
+AR CHPI 2009  4  1 16 10  0.000000  1   -0.618612399834E-07                     
+AR COCO 2009  4  1 16 10  0.000000  1    0.227688223343E-03                     
+AR CONZ 2009  4  1 16 10  0.000000  1   -0.471741394367E-03                     
+AR CRAR 2009  4  1 16 10  0.000000  1   -0.348793833117E-03                     
+AR CRO1 2009  4  1 16 10  0.000000  1    0.665107099363E-03                     
+AR DAEJ 2009  4  1 16 10  0.000000  1   -0.196535576716E-03                     
+AR DARW 2009  4  1 16 10  0.000000  1    0.108381991204E-08                     
+AR DGAR 2009  4  1 16 10  0.000000  1   -0.639266132569E-07                     
+AR DRAO 2009  4  1 16 10  0.000000  1    0.111636619405E-06                     
+AR FAA1 2009  4  1 16 10  0.000000  1   -0.726216309740E-08                     
+AR FAIR 2009  4  1 16 10  0.000000  1   -0.534410905468E-07                     
+AR GLPS 2009  4  1 16 10  0.000000  1   -0.760117262257E-07                     
+AR GUAM 2009  4  1 16 10  0.000000  1   -0.534101205337E-07                     
+AR GUAT 2009  4  1 16 10  0.000000  1    0.602181871834E-08                     
+AR HOB2 2009  4  1 16 10  0.000000  1    0.891776187801E-07                     
+AR HOFN 2009  4  1 16 10  0.000000  1    0.154732148502E-03                     
+AR HOLM 2009  4  1 16 10  0.000000  1   -0.497776866121E-07                     
+AR HRAO 2009  4  1 16 10  0.000000  1    0.849468583672E-03                     
+AR HYDE 2009  4  1 16 10  0.000000  1    0.187678377258E-08                     
+AR IRKJ 2009  4  1 16 10  0.000000  1    0.163746762466E-03                     
+AR ISPA 2009  4  1 16 10  0.000000  1   -0.641958983202E-07                     
+AR KARR 2009  4  1 16 10  0.000000  1   -0.496972656708E-07                     
+AR KERG 2009  4  1 16 10  0.000000  1    0.817500616412E-03                     
+AR KHAJ 2009  4  1 16 10  0.000000  1   -0.150774813933E-05                     
+AR KIR0 2009  4  1 16 10  0.000000  1    0.282778377800E-03                     
+AR KIRU 2009  4  1 16 10  0.000000  1    0.591387610958E-03                     
+AR KIT3 2009  4  1 16 10  0.000000  1   -0.171753500372E-08                     
+AR KOUR 2009  4  1 16 10  0.000000  1    0.125014716767E-03                     
+AR KUNM 2009  4  1 16 10  0.000000  1   -0.152840022612E-07                     
+AR LHAZ 2009  4  1 16 10  0.000000  1    0.451702868885E-03                     
+AR MAL2 2009  4  1 16 10  0.000000  1   -0.306996201776E-08                     
+AR MAS1 2009  4  1 16 10  0.000000  1   -0.101615682356E-03                     
+AR MAW1 2009  4  1 16 10  0.000000  1    0.638900026202E-08                     
+AR MCIL 2009  4  1 16 10  0.000000  1    0.280932353217E-07                     
+AR MCM4 2009  4  1 16 10  0.000000  1   -0.444550145555E-07                     
+AR MDO1 2009  4  1 16 10  0.000000  1   -0.526154163014E-07                     
+AR MDVJ 2009  4  1 16 10  0.000000  1    0.438552291790E-03                     
+AR MKEA 2009  4  1 16 10  0.000000  1   -0.310834086592E-07                     
+AR MOBS 2009  4  1 16 10  0.000000  1    0.166468956593E-08                     
+AR NANO 2009  4  1 16 10  0.000000  1    0.463669316815E-08                     
+AR NNOR 2009  4  1 16 10  0.000000  1    0.365801021986E-03                     
+AR NRC1 2009  4  1 16 10  0.000000  1   -0.448464013292E-05                     
+AR NRIL 2009  4  1 16 10  0.000000  1   -0.456420724167E-07                     
+AR NRMD 2009  4  1 16 10  0.000000  1    0.265738457407E-07                     
+AR NTUS 2009  4  1 16 10  0.000000  1   -0.195520352484E-08                     
+AR NYAL 2009  4  1 16 10  0.000000  1    0.946907104275E-07                     
+AR OHI3 2009  4  1 16 10  0.000000  1   -0.818459184257E-06                     
+AR ONSA 2009  4  1 16 10  0.000000  1   -0.324803910171E-04                     
+AR PDEL 2009  4  1 16 10  0.000000  1    0.535552846311E-08                     
+AR PERT 2009  4  1 16 10  0.000000  1   -0.506356840898E-07                     
+AR PETP 2009  4  1 16 10  0.000000  1   -0.709546529234E-07                     
+AR PIMO 2009  4  1 16 10  0.000000  1   -0.391496212995E-07                     
+AR QAQ1 2009  4  1 16 10  0.000000  1   -0.582903832576E-07                     
+AR QUIN 2009  4  1 16 10  0.000000  1   -0.574727946824E-07                     
+AR RABT 2009  4  1 16 10  0.000000  1   -0.557638778232E-07                     
+AR RAMO 2009  4  1 16 10  0.000000  1    0.622505507867E-07                     
+AR RCMN 2009  4  1 16 10  0.000000  1    0.104845333166E-07                     
+AR REDU 2009  4  1 16 10  0.000000  1   -0.552281151908E-07                     
+AR REUN 2009  4  1 16 10  0.000000  1    0.262070803518E-07                     
+AR REYK 2009  4  1 16 10  0.000000  1    0.441561570176E-03                     
+AR SCH2 2009  4  1 16 10  0.000000  1    0.189733763419E-03                     
+AR SCUB 2009  4  1 16 10  0.000000  1   -0.646874540897E-07                     
+AR STJO 2009  4  1 16 10  0.000000  1   -0.705584753641E-05                     
+AR SYDN 2009  4  1 16 10  0.000000  1    0.141047292608E-05                     
+AR SYOG 2009  4  1 16 10  0.000000  1    0.140124435401E-04                     
+AR THU2 2009  4  1 16 10  0.000000  1    0.370122957629E-03                     
+AR TOW2 2009  4  1 16 10  0.000000  1   -0.172083526498E-08                     
+AR URUM 2009  4  1 16 10  0.000000  1   -0.187407485226E-03                     
+AR VESL 2009  4  1 16 10  0.000000  1    0.483237956798E-03                     
+AR VILL 2009  4  1 16 10  0.000000  1   -0.592146451758E-07                     
+AR WTZR 2009  4  1 16 10  0.000000  1    0.460353443067E-07                     
+AR WUHN 2009  4  1 16 10  0.000000  1   -0.607097339294E-07                     
+AR YSSK 2009  4  1 16 10  0.000000  1   -0.781967641690E-07                     
+AR ZIM2 2009  4  1 16 10  0.000000  1    0.378366903865E-07                     
+AR XMIS 2009  4  1 16 10  0.000000  1    0.221613314674E-08                     
+AR GODZ 2009  4  1 16 10  0.000000  1   -0.469119205980E-03                     
+AR MTKA 2009  4  1 16 10  0.000000  1   -0.552881486371E-07                     
+AR TIXJ 2009  4  1 16 10  0.000000  1   -0.272637922902E-04                     
+AR PARK 2009  4  1 16 10  0.000000  1    0.808737809764E-06                     
+AR UNBJ 2009  4  1 16 10  0.000000  1    0.381385795989E-03                     
+AR NOVM 2009  4  1 16 10  0.000000  1    0.798327677733E-04                     
+AR SUNM 2009  4  1 16 10  0.000000  1   -0.468078780157E-03                     
+AR CEBR 2009  4  1 16 10  0.000000  1    0.719431658353E-03                     
+AR CPXF 2009  4  1 16 10  0.000000  1    0.717696990349E-08                     
+AR IDDR 2009  4  1 16 10  0.000000  1    0.104013170074E-07                     
+AR AZGB 2009  4  1 16 10  0.000000  1    0.299664063416E-03                     
+AR TN22 2009  4  1 16 10  0.000000  1    0.396746316296E-03                     
+AR ETAD 2009  4  1 16 10  0.000000  1    0.215592054998E-07                     
+AR ILHA 2009  4  1 16 10  0.000000  1    0.134335835059E-08                     
+AR POVE 2009  4  1 16 10  0.000000  1    0.570795628386E-08                     
+AR RECF 2009  4  1 16 10  0.000000  1    0.270830242228E-07                     
+AR SALU 2009  4  1 16 10  0.000000  1    0.308614780967E-07                     
+AR SAVO 2009  4  1 16 10  0.000000  1    0.286549195526E-07                     
+AR UFPR 2009  4  1 16 10  0.000000  1    0.355859559751E-07                     
+AR YELL 2009  4  1 16 10  0.000000  1    0.246801000000E-06                     
+AS G32  2009  4  1 16 15  0.000000  1    0.280111287117E-03                     
+AS G24  2009  4  1 16 15  0.000000  1    0.177881810190E-03                     
+AS G25  2009  4  1 16 15  0.000000  1    0.334866974624E-03                     
+AS G26  2009  4  1 16 15  0.000000  1    0.544891275353E-04                     
+AS G27  2009  4  1 16 15  0.000000  1    0.371837999993E-04                     
+AS G30  2009  4  1 16 15  0.000000  1    0.136296253965E-03                     
+AS G03  2009  4  1 16 15  0.000000  1    0.373551393541E-03                     
+AS G04  2009  4  1 16 15  0.000000  1   -0.349276451754E-04                     
+AS G06  2009  4  1 16 15  0.000000  1    0.604921265447E-04                     
+AS G08  2009  4  1 16 15  0.000000  1   -0.196573280194E-03                     
+AS G09  2009  4  1 16 15  0.000000  1    0.484932943997E-04                     
+AS G10  2009  4  1 16 15  0.000000  1   -0.136360778460E-04                     
+AS G14  2009  4  1 16 15  0.000000  1   -0.132307429084E-03                     
+AS G13  2009  4  1 16 15  0.000000  1    0.293281138670E-03                     
+AS G28  2009  4  1 16 15  0.000000  1   -0.238333092521E-04                     
+AS G21  2009  4  1 16 15  0.000000  1    0.214959703738E-04                     
+AS G11  2009  4  1 16 15  0.000000  1    0.273227777151E-05                     
+AS G22  2009  4  1 16 15  0.000000  1    0.202417001984E-03                     
+AS G20  2009  4  1 16 15  0.000000  1    0.865420855028E-04                     
+AS G18  2009  4  1 16 15  0.000000  1   -0.694696308248E-04                     
+AS G16  2009  4  1 16 15  0.000000  1    0.629515447087E-04                     
+AS G19  2009  4  1 16 15  0.000000  1    0.293438951145E-04                     
+AS G23  2009  4  1 16 15  0.000000  1    0.388994595426E-03                     
+AS G02  2009  4  1 16 15  0.000000  1    0.153923596830E-03                     
+AS G31  2009  4  1 16 15  0.000000  1   -0.564901741197E-04                     
+AS G17  2009  4  1 16 15  0.000000  1    0.524644135460E-04                     
+AS G12  2009  4  1 16 15  0.000000  1   -0.299456146583E-03                     
+AS G15  2009  4  1 16 15  0.000000  1   -0.276079966956E-03                     
+AS G29  2009  4  1 16 15  0.000000  1    0.491774729391E-05                     
+AS G07  2009  4  1 16 15  0.000000  1    0.209726981172E-04                     
+AS R02  2009  4  1 16 15  0.000000  1    0.206041594525E-04                     
+AS R03  2009  4  1 16 15  0.000000  1   -0.343316575075E-04                     
+AS R04  2009  4  1 16 15  0.000000  1    0.636989264655E-04                     
+AS R06  2009  4  1 16 15  0.000000  1   -0.169260647094E-03                     
+AS R07  2009  4  1 16 15  0.000000  1   -0.891598911450E-04                     
+AS R08  2009  4  1 16 15  0.000000  1   -0.101984313122E-03                     
+AS R10  2009  4  1 16 15  0.000000  1   -0.140828604523E-03                     
+AS R11  2009  4  1 16 15  0.000000  1   -0.926432510591E-04                     
+AS R13  2009  4  1 16 15  0.000000  1   -0.230661361143E-03                     
+AS R14  2009  4  1 16 15  0.000000  1   -0.795644494896E-04                     
+AS R15  2009  4  1 16 15  0.000000  1    0.921268949531E-04                     
+AS R17  2009  4  1 16 15  0.000000  1   -0.261280980045E-03                     
+AS R18  2009  4  1 16 15  0.000000  1   -0.135334150541E-05                     
+AS R19  2009  4  1 16 15  0.000000  1   -0.894398979153E-04                     
+AS R20  2009  4  1 16 15  0.000000  1   -0.650171911357E-04                     
+AS R21  2009  4  1 16 15  0.000000  1   -0.143363490371E-03                     
+AS R22  2009  4  1 16 15  0.000000  1   -0.201622053138E-03                     
+AS R23  2009  4  1 16 15  0.000000  1   -0.200222529122E-03                     
+AR ALGO 2009  4  1 16 15  0.000000  1    0.810902533049E-04                     
+AR ALIC 2009  4  1 16 15  0.000000  1    0.469089474112E-08                     
+AR AMC2 2009  4  1 16 15  0.000000  1    0.213611758195E-08                     
+AR ANKR 2009  4  1 16 15  0.000000  1    0.337973590721E-03                     
+AR ARTU 2009  4  1 16 15  0.000000  1   -0.501482250428E-07                     
+AR ASPA 2009  4  1 16 15  0.000000  1    0.316699216579E-07                     
+AR BHR1 2009  4  1 16 15  0.000000  1    0.563383008780E-03                     
+AR BARH 2009  4  1 16 15  0.000000  1    0.453918388253E-09                     
+AR BJFS 2009  4  1 16 15  0.000000  1   -0.507854097883E-07                     
+AR BOGT 2009  4  1 16 15  0.000000  1   -0.679025625567E-07                     
+AR BRMU 2009  4  1 16 15  0.000000  1    0.152194307953E-03                     
+AR CAGZ 2009  4  1 16 15  0.000000  1    0.158786267104E-03                     
+AR CAS1 2009  4  1 16 15  0.000000  1    0.123097015666E-07                     
+AR CHAT 2009  4  1 16 15  0.000000  1   -0.356251881727E-07                     
+AR CHPI 2009  4  1 16 15  0.000000  1   -0.620173806022E-07                     
+AR COCO 2009  4  1 16 15  0.000000  1    0.227687734152E-03                     
+AR CONZ 2009  4  1 16 15  0.000000  1    0.397100906856E-03                     
+AR CRAR 2009  4  1 16 15  0.000000  1   -0.373857672343E-03                     
+AR CRO1 2009  4  1 16 15  0.000000  1    0.665107155895E-03                     
+AR DAEJ 2009  4  1 16 15  0.000000  1   -0.196534805225E-03                     
+AR DARW 2009  4  1 16 15  0.000000  1    0.733042461787E-09                     
+AR DGAR 2009  4  1 16 15  0.000000  1   -0.610897487619E-07                     
+AR DRAO 2009  4  1 16 15  0.000000  1    0.149224557358E-06                     
+AR FAA1 2009  4  1 16 15  0.000000  1   -0.580669348068E-08                     
+AR FAIR 2009  4  1 16 15  0.000000  1   -0.538447325866E-07                     
+AR GLPS 2009  4  1 16 15  0.000000  1   -0.760758332869E-07                     
+AR GUAM 2009  4  1 16 15  0.000000  1   -0.500575616934E-07                     
+AR GUAT 2009  4  1 16 15  0.000000  1    0.722915315846E-08                     
+AR HOB2 2009  4  1 16 15  0.000000  1    0.892240008460E-07                     
+AR HOFN 2009  4  1 16 15  0.000000  1    0.232044482464E-03                     
+AR HOLM 2009  4  1 16 15  0.000000  1   -0.494675342286E-07                     
+AR HRAO 2009  4  1 16 15  0.000000  1    0.849468655827E-03                     
+AR HYDE 2009  4  1 16 15  0.000000  1    0.132467844896E-08                     
+AR IRKJ 2009  4  1 16 15  0.000000  1    0.163746732013E-03                     
+AR ISPA 2009  4  1 16 15  0.000000  1   -0.604797373159E-07                     
+AR KARR 2009  4  1 16 15  0.000000  1   -0.481049599064E-07                     
+AR KERG 2009  4  1 16 15  0.000000  1    0.817500721578E-03                     
+AR KHAJ 2009  4  1 16 15  0.000000  1   -0.150774903159E-05                     
+AR KIR0 2009  4  1 16 15  0.000000  1    0.282771618959E-03                     
+AR KIRU 2009  4  1 16 15  0.000000  1    0.591386400052E-03                     
+AR KIT3 2009  4  1 16 15  0.000000  1   -0.147504000208E-08                     
+AR KOUR 2009  4  1 16 15  0.000000  1    0.125014744671E-03                     
+AR KUNM 2009  4  1 16 15  0.000000  1   -0.214545568391E-08                     
+AR LHAZ 2009  4  1 16 15  0.000000  1    0.470463734566E-03                     
+AR MAL2 2009  4  1 16 15  0.000000  1   -0.137264012881E-07                     
+AR MAS1 2009  4  1 16 15  0.000000  1   -0.101615490261E-03                     
+AR MAW1 2009  4  1 16 15  0.000000  1    0.641866938177E-08                     
+AR MCIL 2009  4  1 16 15  0.000000  1    0.275283150230E-07                     
+AR MCM4 2009  4  1 16 15  0.000000  1   -0.458157097650E-07                     
+AR MDO1 2009  4  1 16 15  0.000000  1   -0.552564612344E-07                     
+AR MDVJ 2009  4  1 16 15  0.000000  1    0.438552298935E-03                     
+AR MKEA 2009  4  1 16 15  0.000000  1   -0.331518049712E-07                     
+AR MOBS 2009  4  1 16 15  0.000000  1    0.468610369279E-09                     
+AR NANO 2009  4  1 16 15  0.000000  1    0.476541456680E-08                     
+AR NNOR 2009  4  1 16 15  0.000000  1    0.365801213645E-03                     
+AR NRC1 2009  4  1 16 15  0.000000  1   -0.448461656863E-05                     
+AR NRIL 2009  4  1 16 15  0.000000  1   -0.462257090314E-07                     
+AR NRMD 2009  4  1 16 15  0.000000  1    0.251430236927E-07                     
+AR NTUS 2009  4  1 16 15  0.000000  1    0.390872647386E-08                     
+AR NYAL 2009  4  1 16 15  0.000000  1    0.947085485342E-07                     
+AR OHI3 2009  4  1 16 15  0.000000  1    0.114586157514E-03                     
+AR ONSA 2009  4  1 16 15  0.000000  1   -0.324804288227E-04                     
+AR PDEL 2009  4  1 16 15  0.000000  1    0.390917325589E-08                     
+AR PERT 2009  4  1 16 15  0.000000  1   -0.499302102090E-07                     
+AR PETP 2009  4  1 16 15  0.000000  1   -0.695571859728E-07                     
+AR PIMO 2009  4  1 16 15  0.000000  1   -0.395097746376E-07                     
+AR QAQ1 2009  4  1 16 15  0.000000  1   -0.590038505674E-07                     
+AR QUIN 2009  4  1 16 15  0.000000  1   -0.503350488880E-07                     
+AR RABT 2009  4  1 16 15  0.000000  1   -0.546352900273E-07                     
+AR RAMO 2009  4  1 16 15  0.000000  1   -0.940296105593E-07                     
+AR RCMN 2009  4  1 16 15  0.000000  1    0.711658067676E-08                     
+AR REDU 2009  4  1 16 15  0.000000  1   -0.541610142521E-07                     
+AR REUN 2009  4  1 16 15  0.000000  1    0.312982352899E-07                     
+AR REYK 2009  4  1 16 15  0.000000  1    0.456278936197E-03                     
+AR SCH2 2009  4  1 16 15  0.000000  1    0.189751339154E-03                     
+AR SCUB 2009  4  1 16 15  0.000000  1   -0.639460814062E-07                     
+AR STJO 2009  4  1 16 15  0.000000  1   -0.705613526129E-05                     
+AR SYDN 2009  4  1 16 15  0.000000  1    0.141058716303E-05                     
+AR SYOG 2009  4  1 16 15  0.000000  1    0.140128242810E-04                     
+AR THU2 2009  4  1 16 15  0.000000  1    0.368120760336E-03                     
+AR TOW2 2009  4  1 16 15  0.000000  1   -0.557297028070E-09                     
+AR URUM 2009  4  1 16 15  0.000000  1   -0.263070247129E-03                     
+AR VESL 2009  4  1 16 15  0.000000  1   -0.480296287263E-03                     
+AR VILL 2009  4  1 16 15  0.000000  1   -0.582052390792E-07                     
+AR WTZR 2009  4  1 16 15  0.000000  1    0.460575105386E-07                     
+AR WUHN 2009  4  1 16 15  0.000000  1   -0.552448830595E-07                     
+AR YSSK 2009  4  1 16 15  0.000000  1   -0.773822468229E-07                     
+AR ZIM2 2009  4  1 16 15  0.000000  1    0.362100213208E-07                     
+AR XMIS 2009  4  1 16 15  0.000000  1    0.130145823229E-08                     
+AR GODZ 2009  4  1 16 15  0.000000  1   -0.469119197863E-03                     
+AR MTKA 2009  4  1 16 15  0.000000  1   -0.572949550112E-07                     
+AR TIXJ 2009  4  1 16 15  0.000000  1   -0.295932188673E-04                     
+AR PARK 2009  4  1 16 15  0.000000  1    0.808801082230E-06                     
+AR UNBJ 2009  4  1 16 15  0.000000  1    0.307282866578E-03                     
+AR NOVM 2009  4  1 16 15  0.000000  1    0.798327822347E-04                     
+AR SUNM 2009  4  1 16 15  0.000000  1    0.375541536606E-03                     
+AR CEBR 2009  4  1 16 15  0.000000  1    0.719431658275E-03                     
+AR CPXF 2009  4  1 16 15  0.000000  1    0.565120321058E-08                     
+AR IDDR 2009  4  1 16 15  0.000000  1    0.119416764807E-07                     
+AR AZGB 2009  4  1 16 15  0.000000  1    0.160291936414E-03                     
+AR TN22 2009  4  1 16 15  0.000000  1    0.322139723857E-03                     
+AR ETAD 2009  4  1 16 15  0.000000  1    0.220841139993E-07                     
+AR ILHA 2009  4  1 16 15  0.000000  1   -0.121680706018E-08                     
+AR POVE 2009  4  1 16 15  0.000000  1    0.510358439030E-08                     
+AR RECF 2009  4  1 16 15  0.000000  1    0.262388371061E-07                     
+AR SALU 2009  4  1 16 15  0.000000  1    0.239859614009E-07                     
+AR SAVO 2009  4  1 16 15  0.000000  1    0.282832119709E-07                     
+AR UFPR 2009  4  1 16 15  0.000000  1    0.348896851349E-07                     
+AR YELL 2009  4  1 16 15  0.000000  1    0.246871000000E-06                     
+AS G32  2009  4  1 16 20  0.000000  1    0.280109926355E-03                     
+AS G24  2009  4  1 16 20  0.000000  1    0.177882216932E-03                     
+AS G25  2009  4  1 16 20  0.000000  1    0.334873540279E-03                     
+AS G26  2009  4  1 16 20  0.000000  1    0.544898028251E-04                     
+AS G27  2009  4  1 16 20  0.000000  1    0.371850184391E-04                     
+AS G30  2009  4  1 16 20  0.000000  1    0.136297402631E-03                     
+AS G03  2009  4  1 16 20  0.000000  1    0.373553241241E-03                     
+AS G04  2009  4  1 16 20  0.000000  1   -0.349322456443E-04                     
+AS G06  2009  4  1 16 20  0.000000  1    0.604975344799E-04                     
+AS G08  2009  4  1 16 20  0.000000  1   -0.196573872968E-03                     
+AS G09  2009  4  1 16 20  0.000000  1    0.484935092290E-04                     
+AS G10  2009  4  1 16 20  0.000000  1   -0.136370592036E-04                     
+AS G14  2009  4  1 16 20  0.000000  1   -0.132305479562E-03                     
+AS G13  2009  4  1 16 20  0.000000  1    0.293281583894E-03                     
+AS G28  2009  4  1 16 20  0.000000  1   -0.238333114828E-04                     
+AS G21  2009  4  1 16 20  0.000000  1    0.214945364863E-04                     
+AS G11  2009  4  1 16 20  0.000000  1    0.273205703678E-05                     
+AS G22  2009  4  1 16 20  0.000000  1    0.202416674109E-03                     
+AS G20  2009  4  1 16 20  0.000000  1    0.865422002068E-04                     
+AS G18  2009  4  1 16 20  0.000000  1   -0.694684224171E-04                     
+AS G16  2009  4  1 16 20  0.000000  1    0.629506915319E-04                     
+AS G19  2009  4  1 16 20  0.000000  1    0.293435137724E-04                     
+AS G23  2009  4  1 16 20  0.000000  1    0.388994714142E-03                     
+AS G02  2009  4  1 16 20  0.000000  1    0.153923336314E-03                     
+AS G31  2009  4  1 16 20  0.000000  1   -0.564905495419E-04                     
+AS G17  2009  4  1 16 20  0.000000  1    0.524648634252E-04                     
+AS G12  2009  4  1 16 20  0.000000  1   -0.299454815570E-03                     
+AS G15  2009  4  1 16 20  0.000000  1   -0.276081022738E-03                     
+AS G29  2009  4  1 16 20  0.000000  1    0.491908112879E-05                     
+AS G07  2009  4  1 16 20  0.000000  1    0.209724990049E-04                     
+AS R02  2009  4  1 16 20  0.000000  1    0.206031047515E-04                     
+AS R03  2009  4  1 16 20  0.000000  1   -0.343318511808E-04                     
+AS R04  2009  4  1 16 20  0.000000  1    0.636966088910E-04                     
+AS R06  2009  4  1 16 20  0.000000  1   -0.169260891690E-03                     
+AS R07  2009  4  1 16 20  0.000000  1   -0.891584418524E-04                     
+AS R08  2009  4  1 16 20  0.000000  1   -0.101984093083E-03                     
+AS R10  2009  4  1 16 20  0.000000  1   -0.140828232907E-03                     
+AS R11  2009  4  1 16 20  0.000000  1   -0.926435487510E-04                     
+AS R13  2009  4  1 16 20  0.000000  1   -0.230661629756E-03                     
+AS R14  2009  4  1 16 20  0.000000  1   -0.795650543613E-04                     
+AS R15  2009  4  1 16 20  0.000000  1    0.921270971545E-04                     
+AS R17  2009  4  1 16 20  0.000000  1   -0.261281309327E-03                     
+AS R18  2009  4  1 16 20  0.000000  1   -0.135318843922E-05                     
+AS R19  2009  4  1 16 20  0.000000  1   -0.894402393934E-04                     
+AS R20  2009  4  1 16 20  0.000000  1   -0.650171867097E-04                     
+AS R21  2009  4  1 16 20  0.000000  1   -0.143363834691E-03                     
+AS R22  2009  4  1 16 20  0.000000  1   -0.201622981728E-03                     
+AS R23  2009  4  1 16 20  0.000000  1   -0.200220906011E-03                     
+AR ALGO 2009  4  1 16 20  0.000000  1    0.810930733025E-04                     
+AR ALIC 2009  4  1 16 20  0.000000  1    0.512572601873E-08                     
+AR AMC2 2009  4  1 16 20  0.000000  1    0.214384841170E-08                     
+AR ANKR 2009  4  1 16 20  0.000000  1    0.400158605392E-03                     
+AR ARTU 2009  4  1 16 20  0.000000  1   -0.469381811743E-07                     
+AR ASPA 2009  4  1 16 20  0.000000  1    0.329303760545E-07                     
+AR BHR1 2009  4  1 16 20  0.000000  1    0.563382988726E-03                     
+AR BARH 2009  4  1 16 20  0.000000  1    0.729191572703E-11                     
+AR BJFS 2009  4  1 16 20  0.000000  1   -0.510720629499E-07                     
+AR BOGT 2009  4  1 16 20  0.000000  1   -0.721473390244E-07                     
+AR BRMU 2009  4  1 16 20  0.000000  1   -0.350222189156E-03                     
+AR CAGZ 2009  4  1 16 20  0.000000  1    0.381177089948E-03                     
+AR CAS1 2009  4  1 16 20  0.000000  1    0.104005764251E-07                     
+AR CHAT 2009  4  1 16 20  0.000000  1   -0.422064135527E-07                     
+AR CHPI 2009  4  1 16 20  0.000000  1   -0.641105530013E-07                     
+AR COCO 2009  4  1 16 20  0.000000  1    0.227687347035E-03                     
+AR CONZ 2009  4  1 16 20  0.000000  1    0.266165472554E-03                     
+AR CRAR 2009  4  1 16 20  0.000000  1   -0.398917402519E-03                     
+AR CRO1 2009  4  1 16 20  0.000000  1    0.665107176231E-03                     
+AR DAEJ 2009  4  1 16 20  0.000000  1   -0.196535516075E-03                     
+AR DARW 2009  4  1 16 20  0.000000  1   -0.129587622854E-08                     
+AR DGAR 2009  4  1 16 20  0.000000  1   -0.600746806531E-07                     
+AR DRAO 2009  4  1 16 20  0.000000  1    0.186142852659E-06                     
+AR FAA1 2009  4  1 16 20  0.000000  1   -0.648821616843E-08                     
+AR FAIR 2009  4  1 16 20  0.000000  1   -0.534241694789E-07                     
+AR GLPS 2009  4  1 16 20  0.000000  1   -0.754147757112E-07                     
+AR GUAM 2009  4  1 16 20  0.000000  1   -0.534619508894E-07                     
+AR GUAT 2009  4  1 16 20  0.000000  1    0.714907882290E-08                     
+AR HOB2 2009  4  1 16 20  0.000000  1    0.892552169744E-07                     
+AR HOFN 2009  4  1 16 20  0.000000  1    0.309373823465E-03                     
+AR HOLM 2009  4  1 16 20  0.000000  1   -0.492335995521E-07                     
+AR HRAO 2009  4  1 16 20  0.000000  1    0.849468747528E-03                     
+AR HYDE 2009  4  1 16 20  0.000000  1    0.620051575448E-09                     
+AR IRKJ 2009  4  1 16 20  0.000000  1    0.163746737214E-03                     
+AR ISPA 2009  4  1 16 20  0.000000  1   -0.648160927246E-07                     
+AR KARR 2009  4  1 16 20  0.000000  1   -0.431337335679E-07                     
+AR KERG 2009  4  1 16 20  0.000000  1    0.817500588559E-03                     
+AR KHAJ 2009  4  1 16 20  0.000000  1   -0.150770988526E-05                     
+AR KIR0 2009  4  1 16 20  0.000000  1    0.282764911482E-03                     
+AR KIRU 2009  4  1 16 20  0.000000  1    0.591387239603E-03                     
+AR KIT3 2009  4  1 16 20  0.000000  1   -0.833669237051E-08                     
+AR KOUR 2009  4  1 16 20  0.000000  1    0.125014757493E-03                     
+AR KUNM 2009  4  1 16 20  0.000000  1   -0.218871256799E-09                     
+AR LHAZ 2009  4  1 16 20  0.000000  1    0.489349962437E-03                     
+AR MAL2 2009  4  1 16 20  0.000000  1   -0.811299510477E-08                     
+AR MAS1 2009  4  1 16 20  0.000000  1   -0.101615131109E-03                     
+AR MAW1 2009  4  1 16 20  0.000000  1    0.113404846721E-07                     
+AR MCIL 2009  4  1 16 20  0.000000  1    0.277650363534E-07                     
+AR MCM4 2009  4  1 16 20  0.000000  1   -0.471877930363E-07                     
+AR MDO1 2009  4  1 16 20  0.000000  1   -0.564118208465E-07                     
+AR MDVJ 2009  4  1 16 20  0.000000  1    0.438552298634E-03                     
+AR MKEA 2009  4  1 16 20  0.000000  1   -0.337145573512E-07                     
+AR MOBS 2009  4  1 16 20  0.000000  1    0.178901536195E-08                     
+AR NANO 2009  4  1 16 20  0.000000  1    0.422057859694E-08                     
+AR NLIB 2009  4  1 16 20  0.000000  1   -0.117334423271E-06                     
+AR NNOR 2009  4  1 16 20  0.000000  1    0.365801294260E-03                     
+AR NRC1 2009  4  1 16 20  0.000000  1   -0.448458878539E-05                     
+AR NRIL 2009  4  1 16 20  0.000000  1   -0.487577255746E-07                     
+AR NRMD 2009  4  1 16 20  0.000000  1    0.256408805146E-07                     
+AR NTUS 2009  4  1 16 20  0.000000  1    0.543736423722E-08                     
+AR NYAL 2009  4  1 16 20  0.000000  1    0.947335196629E-07                     
+AR OHI3 2009  4  1 16 20  0.000000  1    0.230095750804E-03                     
+AR ONSA 2009  4  1 16 20  0.000000  1   -0.324804634401E-04                     
+AR PDEL 2009  4  1 16 20  0.000000  1    0.465319650207E-08                     
+AR PERT 2009  4  1 16 20  0.000000  1   -0.512249652663E-07                     
+AR PETP 2009  4  1 16 20  0.000000  1   -0.675673907969E-07                     
+AR PIMO 2009  4  1 16 20  0.000000  1   -0.389585821452E-07                     
+AR QAQ1 2009  4  1 16 20  0.000000  1   -0.560743804702E-07                     
+AR QUIN 2009  4  1 16 20  0.000000  1   -0.480420781956E-07                     
+AR RABT 2009  4  1 16 20  0.000000  1   -0.444633659533E-07                     
+AR RAMO 2009  4  1 16 20  0.000000  1   -0.827059821397E-07                     
+AR RCMN 2009  4  1 16 20  0.000000  1    0.112898242815E-07                     
+AR REDU 2009  4  1 16 20  0.000000  1   -0.539256007707E-07                     
+AR REUN 2009  4  1 16 20  0.000000  1    0.308699083718E-07                     
+AR REYK 2009  4  1 16 20  0.000000  1    0.470393139449E-03                     
+AR SCH2 2009  4  1 16 20  0.000000  1    0.189768844955E-03                     
+AR SCUB 2009  4  1 16 20  0.000000  1   -0.639787420285E-07                     
+AR STJO 2009  4  1 16 20  0.000000  1   -0.705642291053E-05                     
+AR SYDN 2009  4  1 16 20  0.000000  1    0.141069299490E-05                     
+AR SYOG 2009  4  1 16 20  0.000000  1    0.140130313722E-04                     
+AR THU2 2009  4  1 16 20  0.000000  1    0.366118649433E-03                     
+AR TOW2 2009  4  1 16 20  0.000000  1   -0.986785202017E-09                     
+AR URUM 2009  4  1 16 20  0.000000  1   -0.338686159803E-03                     
+AR VESL 2009  4  1 16 20  0.000000  1   -0.443806411434E-03                     
+AR VILL 2009  4  1 16 20  0.000000  1   -0.564875553217E-07                     
+AR WTZR 2009  4  1 16 20  0.000000  1    0.460777448948E-07                     
+AR WUHN 2009  4  1 16 20  0.000000  1   -0.540278961373E-07                     
+AR YSSK 2009  4  1 16 20  0.000000  1   -0.774309444007E-07                     
+AR ZIM2 2009  4  1 16 20  0.000000  1    0.352738067950E-07                     
+AR XMIS 2009  4  1 16 20  0.000000  1    0.474389505912E-09                     
+AR GODZ 2009  4  1 16 20  0.000000  1   -0.469119172586E-03                     
+AR MTKA 2009  4  1 16 20  0.000000  1   -0.598623365122E-07                     
+AR TIXJ 2009  4  1 16 20  0.000000  1   -0.319222428605E-04                     
+AR PARK 2009  4  1 16 20  0.000000  1    0.808845112892E-06                     
+AR UNBJ 2009  4  1 16 20  0.000000  1    0.233178228692E-03                     
+AR NOVM 2009  4  1 16 20  0.000000  1    0.798328111497E-04                     
+AR SUNM 2009  4  1 16 20  0.000000  1    0.218807954948E-03                     
+AR CEBR 2009  4  1 16 20  0.000000  1    0.719431671010E-03                     
+AR CPXF 2009  4  1 16 20  0.000000  1    0.573680567995E-08                     
+AR IDDR 2009  4  1 16 20  0.000000  1    0.165869148543E-07                     
+AR AZGB 2009  4  1 16 20  0.000000  1    0.208944066466E-04                     
+AR TN22 2009  4  1 16 20  0.000000  1    0.247228465587E-03                     
+AR ETAD 2009  4  1 16 20  0.000000  1    0.226571621346E-07                     
+AR ILHA 2009  4  1 16 20  0.000000  1    0.267473042594E-11                     
+AR POVE 2009  4  1 16 20  0.000000  1    0.458092465998E-08                     
+AR RECF 2009  4  1 16 20  0.000000  1    0.256348206801E-07                     
+AR SALU 2009  4  1 16 20  0.000000  1    0.297826772561E-07                     
+AR SAVO 2009  4  1 16 20  0.000000  1    0.285470317650E-07                     
+AR UFPR 2009  4  1 16 20  0.000000  1    0.289949428085E-07                     
+AR YELL 2009  4  1 16 20  0.000000  1    0.246941000000E-06                     
+AS G32  2009  4  1 16 25  0.000000  1    0.280108542185E-03                     
+AS G24  2009  4  1 16 25  0.000000  1    0.177883583001E-03                     
+AS G25  2009  4  1 16 25  0.000000  1    0.334880132659E-03                     
+AS G26  2009  4  1 16 25  0.000000  1    0.544904662443E-04                     
+AS G27  2009  4  1 16 25  0.000000  1    0.371857452084E-04                     
+AS G30  2009  4  1 16 25  0.000000  1    0.136298868382E-03                     
+AS G03  2009  4  1 16 25  0.000000  1    0.373554646367E-03                     
+AS G04  2009  4  1 16 25  0.000000  1   -0.349365177121E-04                     
+AS G06  2009  4  1 16 25  0.000000  1    0.605029098314E-04                     
+AS G08  2009  4  1 16 25  0.000000  1   -0.196574409573E-03                     
+AS G09  2009  4  1 16 25  0.000000  1    0.484937094245E-04                     
+AS G10  2009  4  1 16 25  0.000000  1   -0.136377756483E-04                     
+AS G14  2009  4  1 16 25  0.000000  1   -0.132303801904E-03                     
+AS G13  2009  4  1 16 25  0.000000  1    0.293281717311E-03                     
+AS G28  2009  4  1 16 25  0.000000  1   -0.238335256679E-04                     
+AS G21  2009  4  1 16 25  0.000000  1    0.214948336111E-04                     
+AS G11  2009  4  1 16 25  0.000000  1    0.273173964372E-05                     
+AS G22  2009  4  1 16 25  0.000000  1    0.202416610209E-03                     
+AS G20  2009  4  1 16 25  0.000000  1    0.865417675936E-04                     
+AS G18  2009  4  1 16 25  0.000000  1   -0.694675020281E-04                     
+AS G16  2009  4  1 16 25  0.000000  1    0.629495601234E-04                     
+AS G19  2009  4  1 16 25  0.000000  1    0.293434397953E-04                     
+AS G23  2009  4  1 16 25  0.000000  1    0.388994650592E-03                     
+AS G02  2009  4  1 16 25  0.000000  1    0.153923267717E-03                     
+AS G31  2009  4  1 16 25  0.000000  1   -0.564907298658E-04                     
+AS G17  2009  4  1 16 25  0.000000  1    0.524654164458E-04                     
+AS G12  2009  4  1 16 25  0.000000  1   -0.299453472488E-03                     
+AS G15  2009  4  1 16 25  0.000000  1   -0.276082419258E-03                     
+AS G29  2009  4  1 16 25  0.000000  1    0.492040495997E-05                     
+AS G07  2009  4  1 16 25  0.000000  1    0.209724851482E-04                     
+AS R02  2009  4  1 16 25  0.000000  1    0.206021517779E-04                     
+AS R03  2009  4  1 16 25  0.000000  1   -0.343327343466E-04                     
+AS R04  2009  4  1 16 25  0.000000  1    0.636939717649E-04                     
+AS R06  2009  4  1 16 25  0.000000  1   -0.169259863110E-03                     
+AS R07  2009  4  1 16 25  0.000000  1   -0.891577276393E-04                     
+AS R08  2009  4  1 16 25  0.000000  1   -0.101983710323E-03                     
+AS R10  2009  4  1 16 25  0.000000  1   -0.140828165245E-03                     
+AS R11  2009  4  1 16 25  0.000000  1   -0.926439779288E-04                     
+AS R13  2009  4  1 16 25  0.000000  1   -0.230661714951E-03                     
+AS R14  2009  4  1 16 25  0.000000  1   -0.795640917187E-04                     
+AS R15  2009  4  1 16 25  0.000000  1    0.921267350198E-04                     
+AS R17  2009  4  1 16 25  0.000000  1   -0.261281741009E-03                     
+AS R18  2009  4  1 16 25  0.000000  1   -0.135323983448E-05                     
+AS R19  2009  4  1 16 25  0.000000  1   -0.894404376323E-04                     
+AS R20  2009  4  1 16 25  0.000000  1   -0.650165776424E-04                     
+AS R21  2009  4  1 16 25  0.000000  1   -0.143364408953E-03                     
+AS R22  2009  4  1 16 25  0.000000  1   -0.201623809735E-03                     
+AS R23  2009  4  1 16 25  0.000000  1   -0.200219323180E-03                     
+AR ALGO 2009  4  1 16 25  0.000000  1    0.810959615414E-04                     
+AR ALIC 2009  4  1 16 25  0.000000  1    0.503309445691E-08                     
+AR AMC2 2009  4  1 16 25  0.000000  1    0.217896079629E-08                     
+AR ANKR 2009  4  1 16 25  0.000000  1    0.462367595937E-03                     
+AR ARTU 2009  4  1 16 25  0.000000  1   -0.463291615888E-07                     
+AR ASPA 2009  4  1 16 25  0.000000  1    0.335390543469E-07                     
+AR BHR1 2009  4  1 16 25  0.000000  1    0.563382961694E-03                     
+AR BARH 2009  4  1 16 25  0.000000  1    0.648802472349E-09                     
+AR BJFS 2009  4  1 16 25  0.000000  1   -0.474075592569E-07                     
+AR BOGT 2009  4  1 16 25  0.000000  1   -0.772505322453E-07                     
+AR BRMU 2009  4  1 16 25  0.000000  1    0.147415982502E-03                     
+AR CAGZ 2009  4  1 16 25  0.000000  1   -0.396267517773E-03                     
+AR CAS1 2009  4  1 16 25  0.000000  1    0.108728665048E-07                     
+AR CHAT 2009  4  1 16 25  0.000000  1   -0.442708330354E-07                     
+AR CHPI 2009  4  1 16 25  0.000000  1   -0.662571383659E-07                     
+AR COCO 2009  4  1 16 25  0.000000  1    0.227686955718E-03                     
+AR CONZ 2009  4  1 16 25  0.000000  1    0.135459301167E-03                     
+AR CRAR 2009  4  1 16 25  0.000000  1   -0.423987262262E-03                     
+AR CRO1 2009  4  1 16 25  0.000000  1    0.665107220410E-03                     
+AR DAEJ 2009  4  1 16 25  0.000000  1   -0.196534428983E-03                     
+AR DARW 2009  4  1 16 25  0.000000  1    0.238839689249E-08                     
+AR DGAR 2009  4  1 16 25  0.000000  1   -0.619323948648E-07                     
+AR DRAO 2009  4  1 16 25  0.000000  1    0.222752072466E-06                     
+AR FAA1 2009  4  1 16 25  0.000000  1   -0.531089364175E-08                     
+AR FAIR 2009  4  1 16 25  0.000000  1   -0.555606655011E-07                     
+AR GLPS 2009  4  1 16 25  0.000000  1   -0.753004471145E-07                     
+AR GUAM 2009  4  1 16 25  0.000000  1   -0.544267491257E-07                     
+AR GUAT 2009  4  1 16 25  0.000000  1    0.767800193845E-08                     
+AR HOB2 2009  4  1 16 25  0.000000  1    0.893123033561E-07                     
+AR HOFN 2009  4  1 16 25  0.000000  1    0.386685724851E-03                     
+AR HOLM 2009  4  1 16 25  0.000000  1   -0.511025140229E-07                     
+AR HRAO 2009  4  1 16 25  0.000000  1    0.849468871156E-03                     
+AR HYDE 2009  4  1 16 25  0.000000  1    0.456529243288E-08                     
+AR IRKJ 2009  4  1 16 25  0.000000  1    0.163746748863E-03                     
+AR ISPA 2009  4  1 16 25  0.000000  1   -0.561170394432E-07                     
+AR KARR 2009  4  1 16 25  0.000000  1   -0.498541531495E-07                     
+AR KERG 2009  4  1 16 25  0.000000  1    0.817500693945E-03                     
+AR KHAJ 2009  4  1 16 25  0.000000  1   -0.150767233368E-05                     
+AR KIR0 2009  4  1 16 25  0.000000  1    0.282758298095E-03                     
+AR KIRU 2009  4  1 16 25  0.000000  1    0.591388924674E-03                     
+AR KIT3 2009  4  1 16 25  0.000000  1   -0.532451010714E-09                     
+AR KOUR 2009  4  1 16 25  0.000000  1    0.125014821678E-03                     
+AR KUNM 2009  4  1 16 25  0.000000  1    0.617435369331E-08                     
+AR LHAZ 2009  4  1 16 25  0.000000  1   -0.491586641355E-03                     
+AR MAL2 2009  4  1 16 25  0.000000  1   -0.108210102772E-07                     
+AR MAS1 2009  4  1 16 25  0.000000  1   -0.101614732010E-03                     
+AR MAW1 2009  4  1 16 25  0.000000  1    0.734706028246E-08                     
+AR MCIL 2009  4  1 16 25  0.000000  1    0.289593045075E-07                     
+AR MCM4 2009  4  1 16 25  0.000000  1   -0.419445810929E-07                     
+AR MDO1 2009  4  1 16 25  0.000000  1   -0.593595619866E-07                     
+AR MDVJ 2009  4  1 16 25  0.000000  1    0.438552318928E-03                     
+AR MKEA 2009  4  1 16 25  0.000000  1   -0.344535959228E-07                     
+AR MOBS 2009  4  1 16 25  0.000000  1    0.229604633848E-08                     
+AR NANO 2009  4  1 16 25  0.000000  1    0.311821359786E-08                     
+AR NNOR 2009  4  1 16 25  0.000000  1    0.365800725212E-03                     
+AR NRC1 2009  4  1 16 25  0.000000  1   -0.448454500918E-05                     
+AR NRIL 2009  4  1 16 25  0.000000  1   -0.455952314152E-07                     
+AR NRMD 2009  4  1 16 25  0.000000  1    0.242775277860E-07                     
+AR NTUS 2009  4  1 16 25  0.000000  1    0.277195125913E-08                     
+AR NYAL 2009  4  1 16 25  0.000000  1    0.947720092710E-07                     
+AR OHI3 2009  4  1 16 25  0.000000  1    0.345684454709E-03                     
+AR ONSA 2009  4  1 16 25  0.000000  1   -0.324804845249E-04                     
+AR PDEL 2009  4  1 16 25  0.000000  1    0.673766253544E-08                     
+AR PERT 2009  4  1 16 25  0.000000  1   -0.537093760743E-07                     
+AR PETP 2009  4  1 16 25  0.000000  1   -0.647418278894E-07                     
+AR PIMO 2009  4  1 16 25  0.000000  1   -0.406625756962E-07                     
+AR QAQ1 2009  4  1 16 25  0.000000  1   -0.582496281313E-07                     
+AR QUIN 2009  4  1 16 25  0.000000  1   -0.470867622140E-07                     
+AR RABT 2009  4  1 16 25  0.000000  1   -0.450293259595E-07                     
+AR RAMO 2009  4  1 16 25  0.000000  1    0.225162820420E-07                     
+AR RCMN 2009  4  1 16 25  0.000000  1    0.737365515483E-08                     
+AR REDU 2009  4  1 16 25  0.000000  1   -0.515487238537E-07                     
+AR REUN 2009  4  1 16 25  0.000000  1    0.311948920482E-07                     
+AR REYK 2009  4  1 16 25  0.000000  1    0.483975652541E-03                     
+AR SCH2 2009  4  1 16 25  0.000000  1    0.189786464561E-03                     
+AR SCUB 2009  4  1 16 25  0.000000  1   -0.636102224174E-07                     
+AR STJO 2009  4  1 16 25  0.000000  1   -0.705669028539E-05                     
+AR SYDN 2009  4  1 16 25  0.000000  1    0.141068575140E-05                     
+AR SYOG 2009  4  1 16 25  0.000000  1    0.140128389326E-04                     
+AR THU2 2009  4  1 16 25  0.000000  1    0.364116349777E-03                     
+AR TOW2 2009  4  1 16 25  0.000000  1   -0.188733335183E-08                     
+AR URUM 2009  4  1 16 25  0.000000  1   -0.414287072576E-03                     
+AR VESL 2009  4  1 16 25  0.000000  1   -0.407323446660E-03                     
+AR VILL 2009  4  1 16 25  0.000000  1   -0.521253960401E-07                     
+AR WTZR 2009  4  1 16 25  0.000000  1    0.461251915821E-07                     
+AR WUHN 2009  4  1 16 25  0.000000  1   -0.527638072749E-07                     
+AR YSSK 2009  4  1 16 25  0.000000  1   -0.780480485597E-07                     
+AR ZIM2 2009  4  1 16 25  0.000000  1    0.334483953217E-07                     
+AR XMIS 2009  4  1 16 25  0.000000  1    0.449395074344E-09                     
+AR GODZ 2009  4  1 16 25  0.000000  1   -0.469119110411E-03                     
+AR MTKA 2009  4  1 16 25  0.000000  1   -0.530820615283E-07                     
+AR TIXJ 2009  4  1 16 25  0.000000  1   -0.342629407230E-04                     
+AR PARK 2009  4  1 16 25  0.000000  1    0.808878264354E-06                     
+AR UNBJ 2009  4  1 16 25  0.000000  1    0.158813860174E-03                     
+AR NOVM 2009  4  1 16 25  0.000000  1    0.798328053655E-04                     
+AR SUNM 2009  4  1 16 25  0.000000  1    0.622152423666E-04                     
+AR CEBR 2009  4  1 16 25  0.000000  1    0.719431695623E-03                     
+AR CPXF 2009  4  1 16 25  0.000000  1    0.136836917239E-07                     
+AR IDDR 2009  4  1 16 25  0.000000  1    0.107715904094E-07                     
+AR AZGB 2009  4  1 16 25  0.000000  1   -0.118549638205E-03                     
+AR TN22 2009  4  1 16 25  0.000000  1    0.172428994331E-03                     
+AR ETAD 2009  4  1 16 25  0.000000  1    0.227840562838E-07                     
+AR ILHA 2009  4  1 16 25  0.000000  1   -0.564977283802E-09                     
+AR POVE 2009  4  1 16 25  0.000000  1    0.464535753084E-08                     
+AR RECF 2009  4  1 16 25  0.000000  1    0.263175696850E-07                     
+AR SALU 2009  4  1 16 25  0.000000  1    0.242571102148E-07                     
+AR SAVO 2009  4  1 16 25  0.000000  1    0.292581530714E-07                     
+AR UFPR 2009  4  1 16 25  0.000000  1    0.315246672988E-07                     
+AR YELL 2009  4  1 16 25  0.000000  1    0.247012000000E-06                     
+AS G32  2009  4  1 16 30  0.000000  1    0.280107254174E-03                     
+AS G24  2009  4  1 16 30  0.000000  1    0.177884727723E-03                     
+AS G25  2009  4  1 16 30  0.000000  1    0.334886642323E-03                     
+AS G26  2009  4  1 16 30  0.000000  1    0.544912976585E-04                     
+AS G27  2009  4  1 16 30  0.000000  1    0.371860555604E-04                     
+AS G30  2009  4  1 16 30  0.000000  1    0.136298808094E-03                     
+AS G03  2009  4  1 16 30  0.000000  1    0.373556308702E-03                     
+AS G04  2009  4  1 16 30  0.000000  1   -0.349409572537E-04                     
+AS G06  2009  4  1 16 30  0.000000  1    0.605082495492E-04                     
+AS G08  2009  4  1 16 30  0.000000  1   -0.196574559177E-03                     
+AS G09  2009  4  1 16 30  0.000000  1    0.484946461030E-04                     
+AS G10  2009  4  1 16 30  0.000000  1   -0.136373066654E-04                     
+AS G14  2009  4  1 16 30  0.000000  1   -0.132302139764E-03                     
+AS G13  2009  4  1 16 30  0.000000  1    0.293282063317E-03                     
+AS G28  2009  4  1 16 30  0.000000  1   -0.238333773553E-04                     
+AS G21  2009  4  1 16 30  0.000000  1    0.214947610114E-04                     
+AS G11  2009  4  1 16 30  0.000000  1    0.273117863353E-05                     
+AS G22  2009  4  1 16 30  0.000000  1    0.202416416158E-03                     
+AS G20  2009  4  1 16 30  0.000000  1    0.865413337955E-04                     
+AS G18  2009  4  1 16 30  0.000000  1   -0.694663797087E-04                     
+AS G16  2009  4  1 16 30  0.000000  1    0.629489893244E-04                     
+AS G19  2009  4  1 16 30  0.000000  1    0.293430134192E-04                     
+AS G23  2009  4  1 16 30  0.000000  1    0.388994948349E-03                     
+AS G02  2009  4  1 16 30  0.000000  1    0.153922945050E-03                     
+AS G31  2009  4  1 16 30  0.000000  1   -0.564910747502E-04                     
+AS G17  2009  4  1 16 30  0.000000  1    0.524662111017E-04                     
+AS G12  2009  4  1 16 30  0.000000  1   -0.299452124781E-03                     
+AS G15  2009  4  1 16 30  0.000000  1   -0.276083876777E-03                     
+AS G29  2009  4  1 16 30  0.000000  1    0.492170627708E-05                     
+AS G07  2009  4  1 16 30  0.000000  1    0.209725557117E-04                     
+AS R02  2009  4  1 16 30  0.000000  1    0.206012787190E-04                     
+AS R03  2009  4  1 16 30  0.000000  1   -0.343342801923E-04                     
+AS R04  2009  4  1 16 30  0.000000  1    0.636924881635E-04                     
+AS R06  2009  4  1 16 30  0.000000  1   -0.169258927755E-03                     
+AS R07  2009  4  1 16 30  0.000000  1   -0.891563998426E-04                     
+AS R08  2009  4  1 16 30  0.000000  1   -0.101983498861E-03                     
+AS R10  2009  4  1 16 30  0.000000  1   -0.140828000868E-03                     
+AS R11  2009  4  1 16 30  0.000000  1   -0.926441596242E-04                     
+AS R13  2009  4  1 16 30  0.000000  1   -0.230662109135E-03                     
+AS R14  2009  4  1 16 30  0.000000  1   -0.795633816885E-04                     
+AS R15  2009  4  1 16 30  0.000000  1    0.921263250320E-04                     
+AS R17  2009  4  1 16 30  0.000000  1   -0.261281955844E-03                     
+AS R18  2009  4  1 16 30  0.000000  1   -0.135333302247E-05                     
+AS R19  2009  4  1 16 30  0.000000  1   -0.894410520933E-04                     
+AS R20  2009  4  1 16 30  0.000000  1   -0.650165373081E-04                     
+AS R21  2009  4  1 16 30  0.000000  1   -0.143364733371E-03                     
+AS R22  2009  4  1 16 30  0.000000  1   -0.201624604312E-03                     
+AS R23  2009  4  1 16 30  0.000000  1   -0.200217179338E-03                     
+AR ALGO 2009  4  1 16 30  0.000000  1    0.810990229473E-04                     
+AR ALIC 2009  4  1 16 30  0.000000  1    0.715234075839E-08                     
+AR AMC2 2009  4  1 16 30  0.000000  1    0.221706747655E-08                     
+AR ANKR 2009  4  1 16 30  0.000000  1   -0.475404840143E-03                     
+AR ARTU 2009  4  1 16 30  0.000000  1   -0.451844902125E-07                     
+AR ASPA 2009  4  1 16 30  0.000000  1    0.317125382992E-07                     
+AR BHR1 2009  4  1 16 30  0.000000  1    0.563382797414E-03                     
+AR BARH 2009  4  1 16 30  0.000000  1   -0.129096611111E-08                     
+AR BJFS 2009  4  1 16 30  0.000000  1   -0.575094638503E-07                     
+AR BOGT 2009  4  1 16 30  0.000000  1   -0.803285516843E-07                     
+AR BRMU 2009  4  1 16 30  0.000000  1   -0.355133813861E-03                     
+AR CAGZ 2009  4  1 16 30  0.000000  1   -0.173585243421E-03                     
+AR CAS1 2009  4  1 16 30  0.000000  1    0.108230058388E-07                     
+AR CHAT 2009  4  1 16 30  0.000000  1   -0.440693979947E-07                     
+AR CHPI 2009  4  1 16 30  0.000000  1   -0.718283595274E-07                     
+AR COCO 2009  4  1 16 30  0.000000  1    0.227686488223E-03                     
+AR CONZ 2009  4  1 16 30  0.000000  1    0.461554558856E-05                     
+AR CRAR 2009  4  1 16 30  0.000000  1   -0.449052388381E-03                     
+AR CRO1 2009  4  1 16 30  0.000000  1    0.665107275619E-03                     
+AR DAEJ 2009  4  1 16 30  0.000000  1   -0.196534041459E-03                     
+AR DARW 2009  4  1 16 30  0.000000  1   -0.118090011441E-08                     
+AR DGAR 2009  4  1 16 30  0.000000  1   -0.597757743240E-07                     
+AR DRAO 2009  4  1 16 30  0.000000  1    0.259636130250E-06                     
+AR FAA1 2009  4  1 16 30  0.000000  1   -0.768581157756E-08                     
+AR FAIR 2009  4  1 16 30  0.000000  1   -0.571638464545E-07                     
+AR GLPS 2009  4  1 16 30  0.000000  1   -0.746166636685E-07                     
+AR GUAM 2009  4  1 16 30  0.000000  1   -0.522919025193E-07                     
+AR GUAT 2009  4  1 16 30  0.000000  1    0.833269046828E-08                     
+AR HOB2 2009  4  1 16 30  0.000000  1    0.893570238470E-07                     
+AR HOFN 2009  4  1 16 30  0.000000  1    0.463981852978E-03                     
+AR HOLM 2009  4  1 16 30  0.000000  1   -0.513683423086E-07                     
+AR HRAO 2009  4  1 16 30  0.000000  1    0.849468984986E-03                     
+AR HYDE 2009  4  1 16 30  0.000000  1    0.233250201337E-08                     
+AR IRKJ 2009  4  1 16 30  0.000000  1    0.163746754392E-03                     
+AR ISPA 2009  4  1 16 30  0.000000  1   -0.560654026234E-07                     
+AR KARR 2009  4  1 16 30  0.000000  1   -0.488450094308E-07                     
+AR KERG 2009  4  1 16 30  0.000000  1    0.817500672507E-03                     
+AR KHAJ 2009  4  1 16 30  0.000000  1   -0.150763219280E-05                     
+AR KIR0 2009  4  1 16 30  0.000000  1    0.282751644977E-03                     
+AR KIRU 2009  4  1 16 30  0.000000  1    0.591389611031E-03                     
+AR KIT3 2009  4  1 16 30  0.000000  1   -0.540334195664E-08                     
+AR KOUR 2009  4  1 16 30  0.000000  1    0.125014841470E-03                     
+AR KUNM 2009  4  1 16 30  0.000000  1    0.334765278184E-07                     
+AR LHAZ 2009  4  1 16 30  0.000000  1   -0.472439573744E-03                     
+AR MAL2 2009  4  1 16 30  0.000000  1   -0.844504989450E-08                     
+AR MAS1 2009  4  1 16 30  0.000000  1   -0.101614329431E-03                     
+AR MAW1 2009  4  1 16 30  0.000000  1    0.818470478815E-08                     
+AR MCIL 2009  4  1 16 30  0.000000  1    0.294582543745E-07                     
+AR MCM4 2009  4  1 16 30  0.000000  1   -0.476176863533E-07                     
+AR MDO1 2009  4  1 16 30  0.000000  1   -0.483227470110E-07                     
+AR MDVJ 2009  4  1 16 30  0.000000  1    0.438552347699E-03                     
+AR MKEA 2009  4  1 16 30  0.000000  1   -0.327256976695E-07                     
+AR MOBS 2009  4  1 16 30  0.000000  1    0.330242620382E-08                     
+AR NANO 2009  4  1 16 30  0.000000  1    0.261486201547E-08                     
+AR NNOR 2009  4  1 16 30  0.000000  1    0.365800535462E-03                     
+AR NRC1 2009  4  1 16 30  0.000000  1   -0.448447452643E-05                     
+AR NRIL 2009  4  1 16 30  0.000000  1   -0.443147450744E-07                     
+AR NRMD 2009  4  1 16 30  0.000000  1    0.238469601192E-07                     
+AR NTUS 2009  4  1 16 30  0.000000  1   -0.739841403847E-09                     
+AR NYAL 2009  4  1 16 30  0.000000  1    0.948176174526E-07                     
+AR OHI3 2009  4  1 16 30  0.000000  1    0.461830666381E-03                     
+AR ONSA 2009  4  1 16 30  0.000000  1   -0.324805014707E-04                     
+AR PDEL 2009  4  1 16 30  0.000000  1    0.592284190173E-08                     
+AR PERT 2009  4  1 16 30  0.000000  1   -0.544123851189E-07                     
+AR PETP 2009  4  1 16 30  0.000000  1   -0.646198149854E-07                     
+AR PIMO 2009  4  1 16 30  0.000000  1   -0.336854702705E-07                     
+AR QAQ1 2009  4  1 16 30  0.000000  1   -0.623773734438E-07                     
+AR QUIN 2009  4  1 16 30  0.000000  1   -0.460068306958E-07                     
+AR RABT 2009  4  1 16 30  0.000000  1   -0.465197292615E-07                     
+AR RAMO 2009  4  1 16 30  0.000000  1    0.309490149336E-07                     
+AR RCMN 2009  4  1 16 30  0.000000  1    0.800995088496E-08                     
+AR REDU 2009  4  1 16 30  0.000000  1   -0.470514982635E-07                     
+AR REUN 2009  4  1 16 30  0.000000  1    0.293981978942E-07                     
+AR REYK 2009  4  1 16 30  0.000000  1    0.497117533502E-03                     
+AR SCH2 2009  4  1 16 30  0.000000  1    0.189803536294E-03                     
+AR SCUB 2009  4  1 16 30  0.000000  1   -0.630502955788E-07                     
+AR STJO 2009  4  1 16 30  0.000000  1   -0.705695332593E-05                     
+AR SYDN 2009  4  1 16 30  0.000000  1    0.141085884323E-05                     
+AR SYOG 2009  4  1 16 30  0.000000  1    0.140127182326E-04                     
+AR THU2 2009  4  1 16 30  0.000000  1    0.362114163756E-03                     
+AR TOW2 2009  4  1 16 30  0.000000  1    0.146721855181E-09                     
+AR URUM 2009  4  1 16 30  0.000000  1   -0.489837573515E-03                     
+AR VESL 2009  4  1 16 30  0.000000  1   -0.370846263837E-03                     
+AR VILL 2009  4  1 16 30  0.000000  1   -0.525608467620E-07                     
+AR WTZR 2009  4  1 16 30  0.000000  1    0.461735222229E-07                     
+AR WUHN 2009  4  1 16 30  0.000000  1   -0.478884420491E-07                     
+AR YSSK 2009  4  1 16 30  0.000000  1   -0.767587117833E-07                     
+AR ZIM2 2009  4  1 16 30  0.000000  1    0.336187267355E-07                     
+AR XMIS 2009  4  1 16 30  0.000000  1    0.206642192666E-09                     
+AR GODZ 2009  4  1 16 30  0.000000  1   -0.469119043120E-03                     
+AR MTKA 2009  4  1 16 30  0.000000  1   -0.584486511230E-07                     
+AR TIXJ 2009  4  1 16 30  0.000000  1   -0.365822483827E-04                     
+AR PARK 2009  4  1 16 30  0.000000  1    0.808935766038E-06                     
+AR UNBJ 2009  4  1 16 30  0.000000  1    0.842990444662E-04                     
+AR NOVM 2009  4  1 16 30  0.000000  1    0.798328691884E-04                     
+AR SUNM 2009  4  1 16 30  0.000000  1   -0.944776328904E-04                     
+AR CEBR 2009  4  1 16 30  0.000000  1    0.719431743438E-03                     
+AR CPXF 2009  4  1 16 30  0.000000  1    0.137528681468E-07                     
+AR IDDR 2009  4  1 16 30  0.000000  1    0.114516057736E-07                     
+AR AZGB 2009  4  1 16 30  0.000000  1   -0.257967636500E-03                     
+AR TN22 2009  4  1 16 30  0.000000  1    0.979684446385E-04                     
+AR ETAD 2009  4  1 16 30  0.000000  1    0.230747130512E-07                     
+AR ILHA 2009  4  1 16 30  0.000000  1   -0.152570787173E-08                     
+AR POVE 2009  4  1 16 30  0.000000  1    0.383928333372E-08                     
+AR RECF 2009  4  1 16 30  0.000000  1    0.271328348146E-07                     
+AR SALU 2009  4  1 16 30  0.000000  1    0.330155391101E-07                     
+AR SAVO 2009  4  1 16 30  0.000000  1    0.292185233897E-07                     
+AR UFPR 2009  4  1 16 30  0.000000  1    0.315913972413E-07                     
+AR YELL 2009  4  1 16 30  0.000000  1    0.247082000000E-06                     
+AS G32  2009  4  1 16 35  0.000000  1    0.280105867455E-03                     
+AS G24  2009  4  1 16 35  0.000000  1    0.177884919071E-03                     
+AS G25  2009  4  1 16 35  0.000000  1    0.334893295673E-03                     
+AS G26  2009  4  1 16 35  0.000000  1    0.544918254789E-04                     
+AS G27  2009  4  1 16 35  0.000000  1    0.371868129958E-04                     
+AS G30  2009  4  1 16 35  0.000000  1    0.136300037424E-03                     
+AS G03  2009  4  1 16 35  0.000000  1    0.373558320629E-03                     
+AS G04  2009  4  1 16 35  0.000000  1   -0.349452644736E-04                     
+AS G06  2009  4  1 16 35  0.000000  1    0.605135289519E-04                     
+AS G08  2009  4  1 16 35  0.000000  1   -0.196575022703E-03                     
+AS G09  2009  4  1 16 35  0.000000  1    0.484950256848E-04                     
+AS G10  2009  4  1 16 35  0.000000  1   -0.136377628426E-04                     
+AS G14  2009  4  1 16 35  0.000000  1   -0.132300497129E-03                     
+AS G13  2009  4  1 16 35  0.000000  1    0.293282512229E-03                     
+AS G28  2009  4  1 16 35  0.000000  1   -0.238335862933E-04                     
+AS G21  2009  4  1 16 35  0.000000  1    0.214936621659E-04                     
+AS G11  2009  4  1 16 35  0.000000  1    0.273094290470E-05                     
+AS G22  2009  4  1 16 35  0.000000  1    0.202416010649E-03                     
+AS G20  2009  4  1 16 35  0.000000  1    0.865411603245E-04                     
+AS G18  2009  4  1 16 35  0.000000  1   -0.694654110294E-04                     
+AS G16  2009  4  1 16 35  0.000000  1    0.629481162331E-04                     
+AS G19  2009  4  1 16 35  0.000000  1    0.293427709609E-04                     
+AS G23  2009  4  1 16 35  0.000000  1    0.388995212153E-03                     
+AS G02  2009  4  1 16 35  0.000000  1    0.153923044974E-03                     
+AS G31  2009  4  1 16 35  0.000000  1   -0.564915191699E-04                     
+AS G17  2009  4  1 16 35  0.000000  1    0.524665511880E-04                     
+AS G12  2009  4  1 16 35  0.000000  1   -0.299450524568E-03                     
+AS G15  2009  4  1 16 35  0.000000  1   -0.276084983351E-03                     
+AS G29  2009  4  1 16 35  0.000000  1    0.492288546070E-05                     
+AS G07  2009  4  1 16 35  0.000000  1    0.209723005365E-04                     
+AS R02  2009  4  1 16 35  0.000000  1    0.206002842337E-04                     
+AS R03  2009  4  1 16 35  0.000000  1   -0.343365786310E-04                     
+AS R04  2009  4  1 16 35  0.000000  1    0.636891190389E-04                     
+AS R06  2009  4  1 16 35  0.000000  1   -0.169256707280E-03                     
+AS R07  2009  4  1 16 35  0.000000  1   -0.891560290278E-04                     
+AS R08  2009  4  1 16 35  0.000000  1   -0.101983197893E-03                     
+AS R10  2009  4  1 16 35  0.000000  1   -0.140827481633E-03                     
+AS R11  2009  4  1 16 35  0.000000  1   -0.926443870754E-04                     
+AS R13  2009  4  1 16 35  0.000000  1   -0.230662543310E-03                     
+AS R14  2009  4  1 16 35  0.000000  1   -0.795624593916E-04                     
+AS R15  2009  4  1 16 35  0.000000  1    0.921278405101E-04                     
+AS R17  2009  4  1 16 35  0.000000  1   -0.261282225608E-03                     
+AS R18  2009  4  1 16 35  0.000000  1   -0.135401262332E-05                     
+AS R19  2009  4  1 16 35  0.000000  1   -0.894413564460E-04                     
+AS R20  2009  4  1 16 35  0.000000  1   -0.650158532505E-04                     
+AS R21  2009  4  1 16 35  0.000000  1   -0.143364865848E-03                     
+AS R22  2009  4  1 16 35  0.000000  1   -0.201625423094E-03                     
+AS R23  2009  4  1 16 35  0.000000  1   -0.200215359843E-03                     
+AR ALGO 2009  4  1 16 35  0.000000  1    0.811019065937E-04                     
+AR ALIC 2009  4  1 16 35  0.000000  1    0.893481359314E-08                     
+AR AMC2 2009  4  1 16 35  0.000000  1    0.223858421828E-08                     
+AR ANKR 2009  4  1 16 35  0.000000  1   -0.413108871926E-03                     
+AR ARTU 2009  4  1 16 35  0.000000  1   -0.438053422680E-07                     
+AR ASPA 2009  4  1 16 35  0.000000  1    0.320250529217E-07                     
+AR BHR1 2009  4  1 16 35  0.000000  1    0.563382554893E-03                     
+AR BARH 2009  4  1 16 35  0.000000  1   -0.149318440493E-08                     
+AR BJFS 2009  4  1 16 35  0.000000  1   -0.589232387842E-07                     
+AR BOGT 2009  4  1 16 35  0.000000  1   -0.809843428333E-07                     
+AR BRMU 2009  4  1 16 35  0.000000  1    0.141945719085E-03                     
+AR CAGZ 2009  4  1 16 35  0.000000  1    0.493865664788E-04                     
+AR CAS1 2009  4  1 16 35  0.000000  1    0.106638248365E-07                     
+AR CHAT 2009  4  1 16 35  0.000000  1   -0.449148520322E-07                     
+AR CHPI 2009  4  1 16 35  0.000000  1   -0.751826667937E-07                     
+AR COCO 2009  4  1 16 35  0.000000  1    0.227686140954E-03                     
+AR CONZ 2009  4  1 16 35  0.000000  1   -0.126175737192E-03                     
+AR CRAR 2009  4  1 16 35  0.000000  1   -0.474122180363E-03                     
+AR CRO1 2009  4  1 16 35  0.000000  1    0.665107332326E-03                     
+AR DAEJ 2009  4  1 16 35  0.000000  1   -0.196532920645E-03                     
+AR DARW 2009  4  1 16 35  0.000000  1    0.567981065889E-09                     
+AR DGAR 2009  4  1 16 35  0.000000  1   -0.606980169136E-07                     
+AR DRAO 2009  4  1 16 35  0.000000  1    0.296681263463E-06                     
+AR FAA1 2009  4  1 16 35  0.000000  1   -0.681768176125E-08                     
+AR FAIR 2009  4  1 16 35  0.000000  1   -0.561051540823E-07                     
+AR GLPS 2009  4  1 16 35  0.000000  1   -0.778250778722E-07                     
+AR GUAM 2009  4  1 16 35  0.000000  1   -0.536263054301E-07                     
+AR GUAT 2009  4  1 16 35  0.000000  1    0.866901116487E-08                     
+AR HOB2 2009  4  1 16 35  0.000000  1    0.893984543613E-07                     
+AR HOFN 2009  4  1 16 35  0.000000  1   -0.458720817156E-03                     
+AR HOLM 2009  4  1 16 35  0.000000  1   -0.542957337691E-07                     
+AR HRAO 2009  4  1 16 35  0.000000  1    0.849469083104E-03                     
+AR HYDE 2009  4  1 16 35  0.000000  1    0.373922912600E-08                     
+AR IRKJ 2009  4  1 16 35  0.000000  1    0.163746743274E-03                     
+AR ISPA 2009  4  1 16 35  0.000000  1   -0.588519342748E-07                     
+AR KARR 2009  4  1 16 35  0.000000  1   -0.519060073791E-07                     
+AR KERG 2009  4  1 16 35  0.000000  1    0.817500628264E-03                     
+AR KHAJ 2009  4  1 16 35  0.000000  1   -0.150760492502E-05                     
+AR KIR0 2009  4  1 16 35  0.000000  1    0.282744903687E-03                     
+AR KIRU 2009  4  1 16 35  0.000000  1    0.591389880690E-03                     
+AR KIT3 2009  4  1 16 35  0.000000  1   -0.111484130125E-07                     
+AR KOUR 2009  4  1 16 35  0.000000  1    0.125014858507E-03                     
+AR KUNM 2009  4  1 16 35  0.000000  1    0.180960510639E-07                     
+AR LHAZ 2009  4  1 16 35  0.000000  1   -0.453164025902E-03                     
+AR MAL2 2009  4  1 16 35  0.000000  1   -0.526969110728E-08                     
+AR MAS1 2009  4  1 16 35  0.000000  1   -0.101614114275E-03                     
+AR MAW1 2009  4  1 16 35  0.000000  1    0.118460809535E-07                     
+AR MCIL 2009  4  1 16 35  0.000000  1    0.305613045232E-07                     
+AR MCM4 2009  4  1 16 35  0.000000  1   -0.474137566513E-07                     
+AR MDO1 2009  4  1 16 35  0.000000  1   -0.466565092881E-07                     
+AR MDVJ 2009  4  1 16 35  0.000000  1    0.438552378277E-03                     
+AR MKEA 2009  4  1 16 35  0.000000  1   -0.349248975564E-07                     
+AR MOBS 2009  4  1 16 35  0.000000  1    0.375989995749E-08                     
+AR NANO 2009  4  1 16 35  0.000000  1    0.258079706674E-08                     
+AR NNOR 2009  4  1 16 35  0.000000  1    0.365800603916E-03                     
+AR NRC1 2009  4  1 16 35  0.000000  1   -0.448444258688E-05                     
+AR NRIL 2009  4  1 16 35  0.000000  1   -0.466176075533E-07                     
+AR NRMD 2009  4  1 16 35  0.000000  1    0.260511612950E-07                     
+AR NTUS 2009  4  1 16 35  0.000000  1    0.133669895534E-09                     
+AR NYAL 2009  4  1 16 35  0.000000  1    0.948448939207E-07                     
+AR OHI3 2009  4  1 16 35  0.000000  1   -0.420661306205E-03                     
+AR ONSA 2009  4  1 16 35  0.000000  1   -0.324805402620E-04                     
+AR PDEL 2009  4  1 16 35  0.000000  1    0.546178510889E-08                     
+AR PERT 2009  4  1 16 35  0.000000  1   -0.538264216549E-07                     
+AR PETP 2009  4  1 16 35  0.000000  1   -0.623647983811E-07                     
+AR PIMO 2009  4  1 16 35  0.000000  1   -0.360550410400E-07                     
+AR QAQ1 2009  4  1 16 35  0.000000  1   -0.666234601248E-07                     
+AR QUIN 2009  4  1 16 35  0.000000  1   -0.443563458569E-07                     
+AR RABT 2009  4  1 16 35  0.000000  1   -0.465639213649E-07                     
+AR RAMO 2009  4  1 16 35  0.000000  1   -0.326403350981E-07                     
+AR RCMN 2009  4  1 16 35  0.000000  1    0.968208065566E-08                     
+AR REDU 2009  4  1 16 35  0.000000  1   -0.474704773396E-07                     
+AR REUN 2009  4  1 16 35  0.000000  1    0.278187474472E-07                     
+AR REYK 2009  4  1 16 35  0.000000  1   -0.490245764313E-03                     
+AR SCH2 2009  4  1 16 35  0.000000  1    0.189820499056E-03                     
+AR SCUB 2009  4  1 16 35  0.000000  1   -0.627568847387E-07                     
+AR STJO 2009  4  1 16 35  0.000000  1   -0.705723070776E-05                     
+AR SYDN 2009  4  1 16 35  0.000000  1    0.141069673221E-05                     
+AR SYOG 2009  4  1 16 35  0.000000  1    0.140130200339E-04                     
+AR THU2 2009  4  1 16 35  0.000000  1    0.360111979211E-03                     
+AR TOW2 2009  4  1 16 35  0.000000  1   -0.141150441803E-08                     
+AR URUM 2009  4  1 16 35  0.000000  1    0.434656111943E-03                     
+AR VESL 2009  4  1 16 35  0.000000  1   -0.334411715172E-03                     
+AR VILL 2009  4  1 16 35  0.000000  1   -0.541699359543E-07                     
+AR WTZR 2009  4  1 16 35  0.000000  1    0.462085353849E-07                     
+AR WUHN 2009  4  1 16 35  0.000000  1   -0.445184060316E-07                     
+AR YSSK 2009  4  1 16 35  0.000000  1   -0.798549478968E-07                     
+AR ZIM2 2009  4  1 16 35  0.000000  1    0.328410985749E-07                     
+AR XMIS 2009  4  1 16 35  0.000000  1    0.265942217839E-09                     
+AR GODZ 2009  4  1 16 35  0.000000  1   -0.469118991480E-03                     
+AR MTKA 2009  4  1 16 35  0.000000  1   -0.595567238042E-07                     
+AR TIXJ 2009  4  1 16 35  0.000000  1   -0.389234024998E-04                     
+AR PARK 2009  4  1 16 35  0.000000  1    0.808456476792E-06                     
+AR UNBJ 2009  4  1 16 35  0.000000  1    0.947847500721E-05                     
+AR NOVM 2009  4  1 16 35  0.000000  1    0.798329003787E-04                     
+AR SUNM 2009  4  1 16 35  0.000000  1   -0.251326394611E-03                     
+AR CEBR 2009  4  1 16 35  0.000000  1    0.719431744902E-03                     
+AR CPXF 2009  4  1 16 35  0.000000  1    0.107431149583E-07                     
+AR IDDR 2009  4  1 16 35  0.000000  1    0.109146134898E-07                     
+AR AZGB 2009  4  1 16 35  0.000000  1   -0.397294222381E-03                     
+AR TN22 2009  4  1 16 35  0.000000  1    0.237049354332E-04                     
+AR ETAD 2009  4  1 16 35  0.000000  1    0.217880506633E-07                     
+AR ILHA 2009  4  1 16 35  0.000000  1   -0.202261818059E-08                     
+AR POVE 2009  4  1 16 35  0.000000  1    0.420028428130E-08                     
+AR RECF 2009  4  1 16 35  0.000000  1    0.252671925563E-07                     
+AR SALU 2009  4  1 16 35  0.000000  1    0.249501574199E-07                     
+AR SAVO 2009  4  1 16 35  0.000000  1    0.348277418678E-07                     
+AR UFPR 2009  4  1 16 35  0.000000  1    0.348181603774E-07                     
+AR YELL 2009  4  1 16 35  0.000000  1    0.247152000000E-06                     
+AS G32  2009  4  1 16 40  0.000000  1    0.280104548526E-03                     
+AS G24  2009  4  1 16 40  0.000000  1    0.177885888583E-03                     
+AS G25  2009  4  1 16 40  0.000000  1    0.334899763522E-03                     
+AS G26  2009  4  1 16 40  0.000000  1    0.544924834782E-04                     
+AS G27  2009  4  1 16 40  0.000000  1    0.371879652025E-04                     
+AS G30  2009  4  1 16 40  0.000000  1    0.136301303033E-03                     
+AS G03  2009  4  1 16 40  0.000000  1    0.373560637231E-03                     
+AS G04  2009  4  1 16 40  0.000000  1   -0.349496908308E-04                     
+AS G06  2009  4  1 16 40  0.000000  1    0.605188949491E-04                     
+AS G08  2009  4  1 16 40  0.000000  1   -0.196575633987E-03                     
+AS G09  2009  4  1 16 40  0.000000  1    0.484944007972E-04                     
+AS G10  2009  4  1 16 40  0.000000  1   -0.136375596301E-04                     
+AS G14  2009  4  1 16 40  0.000000  1   -0.132298582683E-03                     
+AS G13  2009  4  1 16 40  0.000000  1    0.293282695976E-03                     
+AS G28  2009  4  1 16 40  0.000000  1   -0.238338284319E-04                     
+AS G21  2009  4  1 16 40  0.000000  1    0.214931596680E-04                     
+AS G11  2009  4  1 16 40  0.000000  1    0.273050063921E-05                     
+AS G22  2009  4  1 16 40  0.000000  1    0.202415784535E-03                     
+AS G20  2009  4  1 16 40  0.000000  1    0.865409300771E-04                     
+AS G18  2009  4  1 16 40  0.000000  1   -0.694639741747E-04                     
+AS G16  2009  4  1 16 40  0.000000  1    0.629471005475E-04                     
+AS G19  2009  4  1 16 40  0.000000  1    0.293424795496E-04                     
+AS G23  2009  4  1 16 40  0.000000  1    0.388995254379E-03                     
+AS G02  2009  4  1 16 40  0.000000  1    0.153922846430E-03                     
+AS G31  2009  4  1 16 40  0.000000  1   -0.564919128769E-04                     
+AS G17  2009  4  1 16 40  0.000000  1    0.524670627926E-04                     
+AS G12  2009  4  1 16 40  0.000000  1   -0.299449447845E-03                     
+AS G15  2009  4  1 16 40  0.000000  1   -0.276086423502E-03                     
+AS G29  2009  4  1 16 40  0.000000  1    0.492423588791E-05                     
+AS G07  2009  4  1 16 40  0.000000  1    0.209720879772E-04                     
+AS R02  2009  4  1 16 40  0.000000  1    0.205993142033E-04                     
+AS R03  2009  4  1 16 40  0.000000  1   -0.343382564754E-04                     
+AS R04  2009  4  1 16 40  0.000000  1    0.636872481467E-04                     
+AS R06  2009  4  1 16 40  0.000000  1   -0.169257714606E-03                     
+AS R07  2009  4  1 16 40  0.000000  1   -0.891552558297E-04                     
+AS R08  2009  4  1 16 40  0.000000  1   -0.101982807788E-03                     
+AS R10  2009  4  1 16 40  0.000000  1   -0.140827301926E-03                     
+AS R11  2009  4  1 16 40  0.000000  1   -0.926444789365E-04                     
+AS R13  2009  4  1 16 40  0.000000  1   -0.230662796289E-03                     
+AS R14  2009  4  1 16 40  0.000000  1   -0.795616810439E-04                     
+AS R15  2009  4  1 16 40  0.000000  1    0.921287136609E-04                     
+AS R17  2009  4  1 16 40  0.000000  1   -0.261282560304E-03                     
+AS R18  2009  4  1 16 40  0.000000  1   -0.135422943096E-05                     
+AS R19  2009  4  1 16 40  0.000000  1   -0.894417223284E-04                     
+AS R20  2009  4  1 16 40  0.000000  1   -0.650158980070E-04                     
+AS R21  2009  4  1 16 40  0.000000  1   -0.143365261218E-03                     
+AS R22  2009  4  1 16 40  0.000000  1   -0.201626488982E-03                     
+AS R23  2009  4  1 16 40  0.000000  1   -0.200213344447E-03                     
+AR ALGO 2009  4  1 16 40  0.000000  1    0.811048452881E-04                     
+AR ALIC 2009  4  1 16 40  0.000000  1    0.534219723680E-08                     
+AR AMC2 2009  4  1 16 40  0.000000  1    0.222242628789E-08                     
+AR ANKR 2009  4  1 16 40  0.000000  1   -0.350765471321E-03                     
+AR ARTU 2009  4  1 16 40  0.000000  1   -0.428792480960E-07                     
+AR ASPA 2009  4  1 16 40  0.000000  1    0.192955204271E-07                     
+AR BHR1 2009  4  1 16 40  0.000000  1    0.563382627303E-03                     
+AR BARH 2009  4  1 16 40  0.000000  1   -0.751238417687E-09                     
+AR BJFS 2009  4  1 16 40  0.000000  1   -0.562714471788E-07                     
+AR BOGT 2009  4  1 16 40  0.000000  1   -0.824577455358E-07                     
+AR BRMU 2009  4  1 16 40  0.000000  1   -0.361500784347E-03                     
+AR CAGZ 2009  4  1 16 40  0.000000  1    0.272484724985E-03                     
+AR CAS1 2009  4  1 16 40  0.000000  1    0.102773834686E-07                     
+AR CHAT 2009  4  1 16 40  0.000000  1   -0.455544275441E-07                     
+AR CHPI 2009  4  1 16 40  0.000000  1   -0.728329756201E-07                     
+AR COCO 2009  4  1 16 40  0.000000  1    0.227685884806E-03                     
+AR CONZ 2009  4  1 16 40  0.000000  1   -0.257138382018E-03                     
+AR CRAR 2009  4  1 16 40  0.000000  1   -0.499194102795E-03                     
+AR CRO1 2009  4  1 16 40  0.000000  1    0.665107331510E-03                     
+AR DAEJ 2009  4  1 16 40  0.000000  1   -0.196532610025E-03                     
+AR DARW 2009  4  1 16 40  0.000000  1   -0.102091382750E-08                     
+AR DGAR 2009  4  1 16 40  0.000000  1   -0.605078547292E-07                     
+AR DRAO 2009  4  1 16 40  0.000000  1    0.333402575481E-06                     
+AR FAA1 2009  4  1 16 40  0.000000  1   -0.862270550576E-08                     
+AR FAIR 2009  4  1 16 40  0.000000  1   -0.542788170688E-07                     
+AR GLPS 2009  4  1 16 40  0.000000  1   -0.757229213158E-07                     
+AR GUAM 2009  4  1 16 40  0.000000  1   -0.536949333117E-07                     
+AR GUAT 2009  4  1 16 40  0.000000  1    0.930030160205E-08                     
+AR HOB2 2009  4  1 16 40  0.000000  1    0.894259763308E-07                     
+AR HOFN 2009  4  1 16 40  0.000000  1   -0.381427383239E-03                     
+AR HOLM 2009  4  1 16 40  0.000000  1   -0.566763821087E-07                     
+AR HRAO 2009  4  1 16 40  0.000000  1    0.849469152183E-03                     
+AR HYDE 2009  4  1 16 40  0.000000  1    0.212262680812E-08                     
+AR IRKJ 2009  4  1 16 40  0.000000  1    0.163746680392E-03                     
+AR ISPA 2009  4  1 16 40  0.000000  1   -0.649609341338E-07                     
+AR KARR 2009  4  1 16 40  0.000000  1   -0.502418558552E-07                     
+AR KERG 2009  4  1 16 40  0.000000  1    0.817500512400E-03                     
+AR KHAJ 2009  4  1 16 40  0.000000  1   -0.150759382108E-05                     
+AR KIR0 2009  4  1 16 40  0.000000  1    0.282738156316E-03                     
+AR KIRU 2009  4  1 16 40  0.000000  1    0.591389848503E-03                     
+AR KIT3 2009  4  1 16 40  0.000000  1   -0.144061272298E-07                     
+AR KOUR 2009  4  1 16 40  0.000000  1    0.125014857929E-03                     
+AR KUNM 2009  4  1 16 40  0.000000  1    0.358963258564E-08                     
+AR LHAZ 2009  4  1 16 40  0.000000  1   -0.433770066685E-03                     
+AR MAL2 2009  4  1 16 40  0.000000  1   -0.424203211544E-08                     
+AR MAS1 2009  4  1 16 40  0.000000  1   -0.101613834897E-03                     
+AR MAW1 2009  4  1 16 40  0.000000  1    0.914638312847E-08                     
+AR MCIL 2009  4  1 16 40  0.000000  1    0.301503141307E-07                     
+AR MCM4 2009  4  1 16 40  0.000000  1   -0.486114254767E-07                     
+AR MDO1 2009  4  1 16 40  0.000000  1   -0.458116734171E-07                     
+AR MDVJ 2009  4  1 16 40  0.000000  1    0.438552350244E-03                     
+AR MKEA 2009  4  1 16 40  0.000000  1   -0.377763278225E-07                     
+AR MOBS 2009  4  1 16 40  0.000000  1    0.757813022599E-08                     
+AR NANO 2009  4  1 16 40  0.000000  1    0.968445665076E-08                     
+AR NNOR 2009  4  1 16 40  0.000000  1    0.365800768892E-03                     
+AR NRC1 2009  4  1 16 40  0.000000  1   -0.448442201595E-05                     
+AR NRIL 2009  4  1 16 40  0.000000  1   -0.507670575894E-07                     
+AR NRMD 2009  4  1 16 40  0.000000  1    0.262738239456E-07                     
+AR NTUS 2009  4  1 16 40  0.000000  1    0.231303202205E-08                     
+AR NYAL 2009  4  1 16 40  0.000000  1    0.948525642851E-07                     
+AR OHI3 2009  4  1 16 40  0.000000  1   -0.302438666905E-03                     
+AR ONSA 2009  4  1 16 40  0.000000  1   -0.324805963178E-04                     
+AR PDEL 2009  4  1 16 40  0.000000  1    0.514641303471E-08                     
+AR PERT 2009  4  1 16 40  0.000000  1   -0.545036750389E-07                     
+AR PETP 2009  4  1 16 40  0.000000  1   -0.617979705137E-07                     
+AR PIMO 2009  4  1 16 40  0.000000  1   -0.357967809280E-07                     
+AR QAQ1 2009  4  1 16 40  0.000000  1   -0.580797362306E-07                     
+AR QUIN 2009  4  1 16 40  0.000000  1   -0.442253295676E-07                     
+AR RABT 2009  4  1 16 40  0.000000  1   -0.496564092718E-07                     
+AR RAMO 2009  4  1 16 40  0.000000  1    0.757092036403E-07                     
+AR RCMN 2009  4  1 16 40  0.000000  1    0.130805480670E-07                     
+AR REDU 2009  4  1 16 40  0.000000  1   -0.469437414985E-07                     
+AR REUN 2009  4  1 16 40  0.000000  1    0.263111372352E-07                     
+AR REYK 2009  4  1 16 40  0.000000  1   -0.478045410430E-03                     
+AR SCH2 2009  4  1 16 40  0.000000  1    0.189836907893E-03                     
+AR SCUB 2009  4  1 16 40  0.000000  1   -0.627641968356E-07                     
+AR STJO 2009  4  1 16 40  0.000000  1   -0.705753226701E-05                     
+AR SYDN 2009  4  1 16 40  0.000000  1    0.141046705882E-05                     
+AR SYOG 2009  4  1 16 40  0.000000  1    0.140132601809E-04                     
+AR THU2 2009  4  1 16 40  0.000000  1    0.358109685881E-03                     
+AR TOW2 2009  4  1 16 40  0.000000  1   -0.328011077587E-08                     
+AR URUM 2009  4  1 16 40  0.000000  1    0.359175811968E-03                     
+AR VESL 2009  4  1 16 40  0.000000  1   -0.298013598994E-03                     
+AR VILL 2009  4  1 16 40  0.000000  1   -0.551314073712E-07                     
+AR WTZR 2009  4  1 16 40  0.000000  1    0.462091148395E-07                     
+AR WUHN 2009  4  1 16 40  0.000000  1   -0.435015880261E-07                     
+AR YSSK 2009  4  1 16 40  0.000000  1   -0.809360148520E-07                     
+AR ZIM2 2009  4  1 16 40  0.000000  1    0.319909519103E-07                     
+AR XMIS 2009  4  1 16 40  0.000000  1    0.302407988390E-08                     
+AR GODZ 2009  4  1 16 40  0.000000  1   -0.469118983661E-03                     
+AR MTKA 2009  4  1 16 40  0.000000  1   -0.650459820804E-07                     
+AR TIXJ 2009  4  1 16 40  0.000000  1   -0.412853219514E-04                     
+AR PARK 2009  4  1 16 40  0.000000  1    0.807352526291E-06                     
+AR UNBJ 2009  4  1 16 40  0.000000  1   -0.653792412938E-04                     
+AR NOVM 2009  4  1 16 40  0.000000  1    0.798328810721E-04                     
+AR SUNM 2009  4  1 16 40  0.000000  1   -0.407870007499E-03                     
+AR CEBR 2009  4  1 16 40  0.000000  1    0.719431744038E-03                     
+AR CPXF 2009  4  1 16 40  0.000000  1    0.979742111468E-08                     
+AR IDDR 2009  4  1 16 40  0.000000  1    0.158861277678E-07                     
+AR AZGB 2009  4  1 16 40  0.000000  1    0.463387061844E-03                     
+AR TN22 2009  4  1 16 40  0.000000  1   -0.508763255650E-04                     
+AR ETAD 2009  4  1 16 40  0.000000  1    0.195108123188E-07                     
+AR ILHA 2009  4  1 16 40  0.000000  1   -0.692423889697E-09                     
+AR POVE 2009  4  1 16 40  0.000000  1    0.563806221215E-08                     
+AR RECF 2009  4  1 16 40  0.000000  1    0.263575407283E-07                     
+AR SALU 2009  4  1 16 40  0.000000  1    0.281927056930E-07                     
+AR SAVO 2009  4  1 16 40  0.000000  1    0.327767383011E-07                     
+AR UFPR 2009  4  1 16 40  0.000000  1    0.332375605675E-07                     
+AR YELL 2009  4  1 16 40  0.000000  1    0.247222000000E-06                     
+AS G32  2009  4  1 16 45  0.000000  1    0.280103232198E-03                     
+AS G24  2009  4  1 16 45  0.000000  1    0.177887156742E-03                     
+AS G25  2009  4  1 16 45  0.000000  1    0.334906327376E-03                     
+AS G26  2009  4  1 16 45  0.000000  1    0.544932905527E-04                     
+AS G27  2009  4  1 16 45  0.000000  1    0.371889490247E-04                     
+AS G30  2009  4  1 16 45  0.000000  1    0.136302447030E-03                     
+AS G03  2009  4  1 16 45  0.000000  1    0.373562153872E-03                     
+AS G04  2009  4  1 16 45  0.000000  1   -0.349540022535E-04                     
+AS G06  2009  4  1 16 45  0.000000  1    0.605242306764E-04                     
+AS G08  2009  4  1 16 45  0.000000  1   -0.196575538274E-03                     
+AS G09  2009  4  1 16 45  0.000000  1    0.484952547131E-04                     
+AS G10  2009  4  1 16 45  0.000000  1   -0.136377585132E-04                     
+AS G14  2009  4  1 16 45  0.000000  1   -0.132297128225E-03                     
+AS G13  2009  4  1 16 45  0.000000  1    0.293283076548E-03                     
+AS G28  2009  4  1 16 45  0.000000  1   -0.238336118697E-04                     
+AS G21  2009  4  1 16 45  0.000000  1    0.214925065046E-04                     
+AS G11  2009  4  1 16 45  0.000000  1    0.273018567168E-05                     
+AS G22  2009  4  1 16 45  0.000000  1    0.202416247411E-03                     
+AS G20  2009  4  1 16 45  0.000000  1    0.865406124964E-04                     
+AS G18  2009  4  1 16 45  0.000000  1   -0.694632709776E-04                     
+AS G16  2009  4  1 16 45  0.000000  1    0.629461605680E-04                     
+AS G19  2009  4  1 16 45  0.000000  1    0.293421528476E-04                     
+AS G23  2009  4  1 16 45  0.000000  1    0.388995327392E-03                     
+AS G02  2009  4  1 16 45  0.000000  1    0.153922705359E-03                     
+AS G31  2009  4  1 16 45  0.000000  1   -0.564919868154E-04                     
+AS G17  2009  4  1 16 45  0.000000  1    0.524675353316E-04                     
+AS G12  2009  4  1 16 45  0.000000  1   -0.299447928248E-03                     
+AS G15  2009  4  1 16 45  0.000000  1   -0.276087501839E-03                     
+AS G29  2009  4  1 16 45  0.000000  1    0.492540096453E-05                     
+AS G07  2009  4  1 16 45  0.000000  1    0.209721521397E-04                     
+AS R02  2009  4  1 16 45  0.000000  1    0.205984586907E-04                     
+AS R03  2009  4  1 16 45  0.000000  1   -0.343398142643E-04                     
+AS R04  2009  4  1 16 45  0.000000  1    0.636843615212E-04                     
+AS R06  2009  4  1 16 45  0.000000  1   -0.169259443586E-03                     
+AS R07  2009  4  1 16 45  0.000000  1   -0.891557368500E-04                     
+AS R08  2009  4  1 16 45  0.000000  1   -0.101982551929E-03                     
+AS R10  2009  4  1 16 45  0.000000  1   -0.140826983511E-03                     
+AS R11  2009  4  1 16 45  0.000000  1   -0.926446861633E-04                     
+AS R13  2009  4  1 16 45  0.000000  1   -0.230663096039E-03                     
+AS R14  2009  4  1 16 45  0.000000  1   -0.795600839678E-04                     
+AS R15  2009  4  1 16 45  0.000000  1    0.921283382408E-04                     
+AS R17  2009  4  1 16 45  0.000000  1   -0.261282695187E-03                     
+AS R18  2009  4  1 16 45  0.000000  1   -0.135442502403E-05                     
+AS R19  2009  4  1 16 45  0.000000  1   -0.894419172879E-04                     
+AS R20  2009  4  1 16 45  0.000000  1   -0.650165894894E-04                     
+AS R21  2009  4  1 16 45  0.000000  1   -0.143365548674E-03                     
+AS R22  2009  4  1 16 45  0.000000  1   -0.201627143799E-03                     
+AS R23  2009  4  1 16 45  0.000000  1   -0.200211677750E-03                     
+AR ALGO 2009  4  1 16 45  0.000000  1    0.811076304781E-04                     
+AR ALIC 2009  4  1 16 45  0.000000  1    0.651147612637E-08                     
+AR AMC2 2009  4  1 16 45  0.000000  1    0.224798610927E-08                     
+AR ANKR 2009  4  1 16 45  0.000000  1   -0.288425131278E-03                     
+AR ARTU 2009  4  1 16 45  0.000000  1   -0.406629531860E-07                     
+AR ASPA 2009  4  1 16 45  0.000000  1    0.231284205056E-07                     
+AR BHR1 2009  4  1 16 45  0.000000  1    0.563382726616E-03                     
+AR BARH 2009  4  1 16 45  0.000000  1   -0.809747395129E-09                     
+AR BJFS 2009  4  1 16 45  0.000000  1   -0.544175344375E-07                     
+AR BOGT 2009  4  1 16 45  0.000000  1   -0.703958399312E-07                     
+AR BRMU 2009  4  1 16 45  0.000000  1    0.134480800652E-03                     
+AR CAGZ 2009  4  1 16 45  0.000000  1    0.495697370766E-03                     
+AR CAS1 2009  4  1 16 45  0.000000  1    0.100778163297E-07                     
+AR CHAT 2009  4  1 16 45  0.000000  1   -0.461841566062E-07                     
+AR CHPI 2009  4  1 16 45  0.000000  1   -0.747597253761E-07                     
+AR COCO 2009  4  1 16 45  0.000000  1    0.227685753044E-03                     
+AR CONZ 2009  4  1 16 45  0.000000  1   -0.388372201368E-03                     
+AR CRAR 2009  4  1 16 45  0.000000  1    0.475734407219E-03                     
+AR CRO1 2009  4  1 16 45  0.000000  1    0.665107424945E-03                     
+AR DAEJ 2009  4  1 16 45  0.000000  1   -0.196532363615E-03                     
+AR DARW 2009  4  1 16 45  0.000000  1    0.400544954830E-09                     
+AR DGAR 2009  4  1 16 45  0.000000  1   -0.612332676471E-07                     
+AR DRAO 2009  4  1 16 45  0.000000  1    0.370075383699E-06                     
+AR FAA1 2009  4  1 16 45  0.000000  1   -0.730185008557E-08                     
+AR FAIR 2009  4  1 16 45  0.000000  1   -0.560875934182E-07                     
+AR GLPS 2009  4  1 16 45  0.000000  1   -0.756259030515E-07                     
+AR GUAM 2009  4  1 16 45  0.000000  1   -0.546983112749E-07                     
+AR GUAT 2009  4  1 16 45  0.000000  1    0.101824885493E-07                     
+AR HOB2 2009  4  1 16 45  0.000000  1    0.894574327823E-07                     
+AR HOFN 2009  4  1 16 45  0.000000  1   -0.304192181929E-03                     
+AR HOLM 2009  4  1 16 45  0.000000  1   -0.565746894120E-07                     
+AR HRAO 2009  4  1 16 45  0.000000  1    0.849469254717E-03                     
+AR HYDE 2009  4  1 16 45  0.000000  1   -0.891654980573E-09                     
+AR IRKJ 2009  4  1 16 45  0.000000  1    0.163746705578E-03                     
+AR ISPA 2009  4  1 16 45  0.000000  1   -0.639815936210E-07                     
+AR KARR 2009  4  1 16 45  0.000000  1   -0.492415924005E-07                     
+AR KERG 2009  4  1 16 45  0.000000  1    0.817500172710E-03                     
+AR KHAJ 2009  4  1 16 45  0.000000  1   -0.150754480312E-05                     
+AR KIR0 2009  4  1 16 45  0.000000  1    0.282731459395E-03                     
+AR KIRU 2009  4  1 16 45  0.000000  1    0.591390519513E-03                     
+AR KIT3 2009  4  1 16 45  0.000000  1   -0.574329740652E-08                     
+AR KOUR 2009  4  1 16 45  0.000000  1    0.125014901085E-03                     
+AR KUNM 2009  4  1 16 45  0.000000  1   -0.163299539443E-08                     
+AR LHAZ 2009  4  1 16 45  0.000000  1   -0.414235847727E-03                     
+AR MAL2 2009  4  1 16 45  0.000000  1   -0.990721159308E-08                     
+AR MAS1 2009  4  1 16 45  0.000000  1   -0.101613455648E-03                     
+AR MAW1 2009  4  1 16 45  0.000000  1    0.126099811441E-07                     
+AR MCIL 2009  4  1 16 45  0.000000  1    0.294825874759E-07                     
+AR MCM4 2009  4  1 16 45  0.000000  1   -0.500923244367E-07                     
+AR MDO1 2009  4  1 16 45  0.000000  1   -0.440064144979E-07                     
+AR MDVJ 2009  4  1 16 45  0.000000  1    0.438552378240E-03                     
+AR MKEA 2009  4  1 16 45  0.000000  1   -0.388332322032E-07                     
+AR MOBS 2009  4  1 16 45  0.000000  1    0.596199280123E-08                     
+AR NANO 2009  4  1 16 45  0.000000  1    0.817209177744E-08                     
+AR NNOR 2009  4  1 16 45  0.000000  1    0.365800665288E-03                     
+AR NRC1 2009  4  1 16 45  0.000000  1   -0.448439430164E-05                     
+AR NRIL 2009  4  1 16 45  0.000000  1   -0.532006894436E-07                     
+AR NRMD 2009  4  1 16 45  0.000000  1    0.248707992057E-07                     
+AR NTUS 2009  4  1 16 45  0.000000  1    0.141704992177E-08                     
+AR NYAL 2009  4  1 16 45  0.000000  1    0.948836653624E-07                     
+AR OHI3 2009  4  1 16 45  0.000000  1   -0.183523925353E-03                     
+AR ONSA 2009  4  1 16 45  0.000000  1   -0.324806255463E-04                     
+AR PDEL 2009  4  1 16 45  0.000000  1    0.448079111394E-08                     
+AR PERT 2009  4  1 16 45  0.000000  1   -0.518154275234E-07                     
+AR PETP 2009  4  1 16 45  0.000000  1   -0.587462331358E-07                     
+AR PIMO 2009  4  1 16 45  0.000000  1   -0.348746516738E-07                     
+AR QAQ1 2009  4  1 16 45  0.000000  1   -0.740655698065E-07                     
+AR QUIN 2009  4  1 16 45  0.000000  1   -0.478569375237E-07                     
+AR RABT 2009  4  1 16 45  0.000000  1   -0.510440096907E-07                     
+AR RAMO 2009  4  1 16 45  0.000000  1   -0.784437231071E-08                     
+AR RCMN 2009  4  1 16 45  0.000000  1    0.142894570439E-07                     
+AR REDU 2009  4  1 16 45  0.000000  1   -0.474171051807E-07                     
+AR REUN 2009  4  1 16 45  0.000000  1    0.264022498599E-07                     
+AR REYK 2009  4  1 16 45  0.000000  1   -0.465895642685E-03                     
+AR SCH2 2009  4  1 16 45  0.000000  1    0.189853595207E-03                     
+AR SCUB 2009  4  1 16 45  0.000000  1   -0.611512565793E-07                     
+AR STJO 2009  4  1 16 45  0.000000  1   -0.705781059058E-05                     
+AR SYDN 2009  4  1 16 45  0.000000  1    0.141043483279E-05                     
+AR SYOG 2009  4  1 16 45  0.000000  1    0.140130769374E-04                     
+AR THU2 2009  4  1 16 45  0.000000  1    0.356107521983E-03                     
+AR TOW2 2009  4  1 16 45  0.000000  1   -0.171515129879E-08                     
+AR URUM 2009  4  1 16 45  0.000000  1    0.283817563612E-03                     
+AR VESL 2009  4  1 16 45  0.000000  1   -0.261609131815E-03                     
+AR VILL 2009  4  1 16 45  0.000000  1   -0.524208402870E-07                     
+AR WTZR 2009  4  1 16 45  0.000000  1    0.462498392013E-07                     
+AR WUHN 2009  4  1 16 45  0.000000  1   -0.422573318000E-07                     
+AR YSSK 2009  4  1 16 45  0.000000  1   -0.744106815977E-07                     
+AR ZIM2 2009  4  1 16 45  0.000000  1    0.291735871976E-07                     
+AR XMIS 2009  4  1 16 45  0.000000  1    0.599660453779E-08                     
+AR GODZ 2009  4  1 16 45  0.000000  1   -0.469118957729E-03                     
+AR MTKA 2009  4  1 16 45  0.000000  1   -0.685277915320E-07                     
+AR TIXJ 2009  4  1 16 45  0.000000  1   -0.436737217386E-04                     
+AR PARK 2009  4  1 16 45  0.000000  1    0.806596275273E-06                     
+AR UNBJ 2009  4  1 16 45  0.000000  1   -0.140207153075E-03                     
+AR NOVM 2009  4  1 16 45  0.000000  1    0.798329185633E-04                     
+AR SUNM 2009  4  1 16 45  0.000000  1    0.435259828967E-03                     
+AR CEBR 2009  4  1 16 45  0.000000  1    0.719431765843E-03                     
+AR CPXF 2009  4  1 16 45  0.000000  1    0.110247363446E-07                     
+AR IDDR 2009  4  1 16 45  0.000000  1    0.176471605909E-07                     
+AR AZGB 2009  4  1 16 45  0.000000  1    0.324157116267E-03                     
+AR TN22 2009  4  1 16 45  0.000000  1   -0.125716803326E-03                     
+AR ETAD 2009  4  1 16 45  0.000000  1    0.202099095864E-07                     
+AR ILHA 2009  4  1 16 45  0.000000  1   -0.157981055630E-09                     
+AR POVE 2009  4  1 16 45  0.000000  1    0.538784984934E-08                     
+AR RECF 2009  4  1 16 45  0.000000  1    0.244761221947E-07                     
+AR SALU 2009  4  1 16 45  0.000000  1    0.334007735434E-07                     
+AR SAVO 2009  4  1 16 45  0.000000  1    0.338848880120E-07                     
+AR UFPR 2009  4  1 16 45  0.000000  1    0.329148699274E-07                     
+AR YELL 2009  4  1 16 45  0.000000  1    0.247292000000E-06                     
+AS G32  2009  4  1 16 50  0.000000  1    0.280101964052E-03                     
+AS G24  2009  4  1 16 50  0.000000  1    0.177887802518E-03                     
+AS G25  2009  4  1 16 50  0.000000  1    0.334912923260E-03                     
+AS G26  2009  4  1 16 50  0.000000  1    0.544939770366E-04                     
+AS G27  2009  4  1 16 50  0.000000  1    0.371901427176E-04                     
+AS G30  2009  4  1 16 50  0.000000  1    0.136303489768E-03                     
+AS G03  2009  4  1 16 50  0.000000  1    0.373564320744E-03                     
+AS G04  2009  4  1 16 50  0.000000  1   -0.349584987533E-04                     
+AS G06  2009  4  1 16 50  0.000000  1    0.605296817427E-04                     
+AS G08  2009  4  1 16 50  0.000000  1   -0.196576583745E-03                     
+AS G09  2009  4  1 16 50  0.000000  1    0.484957312273E-04                     
+AS G10  2009  4  1 16 50  0.000000  1   -0.136378393597E-04                     
+AS G14  2009  4  1 16 50  0.000000  1   -0.132295545338E-03                     
+AS G13  2009  4  1 16 50  0.000000  1    0.293283483523E-03                     
+AS G28  2009  4  1 16 50  0.000000  1   -0.238338135002E-04                     
+AS G21  2009  4  1 16 50  0.000000  1    0.214918271286E-04                     
+AS G11  2009  4  1 16 50  0.000000  1    0.272977450645E-05                     
+AS G22  2009  4  1 16 50  0.000000  1    0.202415855908E-03                     
+AS G20  2009  4  1 16 50  0.000000  1    0.865401249654E-04                     
+AS G18  2009  4  1 16 50  0.000000  1   -0.694622608292E-04                     
+AS G16  2009  4  1 16 50  0.000000  1    0.629453697137E-04                     
+AS G19  2009  4  1 16 50  0.000000  1    0.293419374486E-04                     
+AS G23  2009  4  1 16 50  0.000000  1    0.388995497360E-03                     
+AS G02  2009  4  1 16 50  0.000000  1    0.153922628677E-03                     
+AS G31  2009  4  1 16 50  0.000000  1   -0.564925808826E-04                     
+AS G17  2009  4  1 16 50  0.000000  1    0.524678246513E-04                     
+AS G12  2009  4  1 16 50  0.000000  1   -0.299446533300E-03                     
+AS G15  2009  4  1 16 50  0.000000  1   -0.276089085899E-03                     
+AS G29  2009  4  1 16 50  0.000000  1    0.492647635026E-05                     
+AS G07  2009  4  1 16 50  0.000000  1    0.209718617978E-04                     
+AS R02  2009  4  1 16 50  0.000000  1    0.205973460789E-04                     
+AS R03  2009  4  1 16 50  0.000000  1   -0.343407057172E-04                     
+AS R04  2009  4  1 16 50  0.000000  1    0.636808303493E-04                     
+AS R06  2009  4  1 16 50  0.000000  1   -0.169258977529E-03                     
+AS R07  2009  4  1 16 50  0.000000  1   -0.891549842992E-04                     
+AS R08  2009  4  1 16 50  0.000000  1   -0.101982224904E-03                     
+AS R10  2009  4  1 16 50  0.000000  1   -0.140826912227E-03                     
+AS R11  2009  4  1 16 50  0.000000  1   -0.926451635399E-04                     
+AS R13  2009  4  1 16 50  0.000000  1   -0.230663464996E-03                     
+AS R14  2009  4  1 16 50  0.000000  1   -0.795588157938E-04                     
+AS R15  2009  4  1 16 50  0.000000  1    0.921286288147E-04                     
+AS R17  2009  4  1 16 50  0.000000  1   -0.261282934983E-03                     
+AS R18  2009  4  1 16 50  0.000000  1   -0.135433162904E-05                     
+AS R19  2009  4  1 16 50  0.000000  1   -0.894421854640E-04                     
+AS R20  2009  4  1 16 50  0.000000  1   -0.650170076162E-04                     
+AS R21  2009  4  1 16 50  0.000000  1   -0.143366290295E-03                     
+AS R22  2009  4  1 16 50  0.000000  1   -0.201627905557E-03                     
+AS R23  2009  4  1 16 50  0.000000  1   -0.200210302399E-03                     
+AR ALGO 2009  4  1 16 50  0.000000  1    0.811106135558E-04                     
+AR ALIC 2009  4  1 16 50  0.000000  1    0.459948380175E-08                     
+AR AMC2 2009  4  1 16 50  0.000000  1    0.226919596505E-08                     
+AR ANKR 2009  4  1 16 50  0.000000  1   -0.226108728064E-03                     
+AR ARTU 2009  4  1 16 50  0.000000  1   -0.398950914920E-07                     
+AR ASPA 2009  4  1 16 50  0.000000  1    0.229676437441E-07                     
+AR BHR1 2009  4  1 16 50  0.000000  1    0.563382593852E-03                     
+AR BARH 2009  4  1 16 50  0.000000  1   -0.111746465095E-08                     
+AR BJFS 2009  4  1 16 50  0.000000  1   -0.543152515565E-07                     
+AR BOGT 2009  4  1 16 50  0.000000  1   -0.694529247512E-07                     
+AR BRMU 2009  4  1 16 50  0.000000  1   -0.370165831987E-03                     
+AR CAGZ 2009  4  1 16 50  0.000000  1   -0.281034603023E-03                     
+AR CAS1 2009  4  1 16 50  0.000000  1    0.915689497719E-08                     
+AR CHAT 2009  4  1 16 50  0.000000  1   -0.483142734072E-07                     
+AR CHPI 2009  4  1 16 50  0.000000  1   -0.752460315919E-07                     
+AR COCO 2009  4  1 16 50  0.000000  1    0.227685586545E-03                     
+AR CONZ 2009  4  1 16 50  0.000000  1    0.480599897778E-03                     
+AR CRAR 2009  4  1 16 50  0.000000  1    0.450661864224E-03                     
+AR CRO1 2009  4  1 16 50  0.000000  1    0.665107380544E-03                     
+AR DAEJ 2009  4  1 16 50  0.000000  1   -0.196532164301E-03                     
+AR DARW 2009  4  1 16 50  0.000000  1    0.137347415760E-09                     
+AR DGAR 2009  4  1 16 50  0.000000  1   -0.554304061586E-07                     
+AR DRAO 2009  4  1 16 50  0.000000  1    0.406945710370E-06                     
+AR FAA1 2009  4  1 16 50  0.000000  1   -0.831264718207E-08                     
+AR FAIR 2009  4  1 16 50  0.000000  1   -0.567588167808E-07                     
+AR GLPS 2009  4  1 16 50  0.000000  1   -0.747560930508E-07                     
+AR GUAM 2009  4  1 16 50  0.000000  1   -0.543859037534E-07                     
+AR GUAT 2009  4  1 16 50  0.000000  1    0.850607164389E-08                     
+AR HOB2 2009  4  1 16 50  0.000000  1    0.894980843797E-07                     
+AR HOFN 2009  4  1 16 50  0.000000  1   -0.226978616401E-03                     
+AR HOLM 2009  4  1 16 50  0.000000  1   -0.538672526476E-07                     
+AR HRAO 2009  4  1 16 50  0.000000  1    0.849469359768E-03                     
+AR HYDE 2009  4  1 16 50  0.000000  1   -0.305586110157E-08                     
+AR IRKJ 2009  4  1 16 50  0.000000  1    0.163746704909E-03                     
+AR ISPA 2009  4  1 16 50  0.000000  1   -0.641201509504E-07                     
+AR KARR 2009  4  1 16 50  0.000000  1   -0.492238714747E-07                     
+AR KERG 2009  4  1 16 50  0.000000  1    0.817500261096E-03                     
+AR KHAJ 2009  4  1 16 50  0.000000  1   -0.150750716179E-05                     
+AR KIR0 2009  4  1 16 50  0.000000  1    0.282724746839E-03                     
+AR KIRU 2009  4  1 16 50  0.000000  1    0.591391879525E-03                     
+AR KIT3 2009  4  1 16 50  0.000000  1   -0.527533495507E-08                     
+AR KOUR 2009  4  1 16 50  0.000000  1    0.125014941711E-03                     
+AR KUNM 2009  4  1 16 50  0.000000  1    0.608254982326E-08                     
+AR LHAZ 2009  4  1 16 50  0.000000  1   -0.394577724165E-03                     
+AR MAL2 2009  4  1 16 50  0.000000  1   -0.110376269359E-07                     
+AR MAS1 2009  4  1 16 50  0.000000  1   -0.101613107186E-03                     
+AR MAW1 2009  4  1 16 50  0.000000  1    0.129605293557E-07                     
+AR MCIL 2009  4  1 16 50  0.000000  1    0.310953167831E-07                     
+AR MCM4 2009  4  1 16 50  0.000000  1   -0.530322110464E-07                     
+AR MDO1 2009  4  1 16 50  0.000000  1   -0.583941070509E-07                     
+AR MDVJ 2009  4  1 16 50  0.000000  1    0.438552386305E-03                     
+AR MKEA 2009  4  1 16 50  0.000000  1   -0.352173876324E-07                     
+AR MOBS 2009  4  1 16 50  0.000000  1    0.639339451511E-08                     
+AR NANO 2009  4  1 16 50  0.000000  1    0.100180434806E-07                     
+AR NNOR 2009  4  1 16 50  0.000000  1    0.365801111925E-03                     
+AR NRC1 2009  4  1 16 50  0.000000  1   -0.448433922363E-05                     
+AR NRIL 2009  4  1 16 50  0.000000  1   -0.558963879848E-07                     
+AR NRMD 2009  4  1 16 50  0.000000  1    0.259722241240E-07                     
+AR NTUS 2009  4  1 16 50  0.000000  1    0.357036957234E-08                     
+AR NYAL 2009  4  1 16 50  0.000000  1    0.949138418978E-07                     
+AR OHI3 2009  4  1 16 50  0.000000  1   -0.641468241704E-04                     
+AR ONSA 2009  4  1 16 50  0.000000  1   -0.324806534873E-04                     
+AR PDEL 2009  4  1 16 50  0.000000  1    0.196087688748E-08                     
+AR PERT 2009  4  1 16 50  0.000000  1   -0.474971075609E-07                     
+AR PETP 2009  4  1 16 50  0.000000  1   -0.599641454987E-07                     
+AR PIMO 2009  4  1 16 50  0.000000  1   -0.359753640596E-07                     
+AR QAQ1 2009  4  1 16 50  0.000000  1   -0.722378452552E-07                     
+AR QUIN 2009  4  1 16 50  0.000000  1   -0.456512622891E-07                     
+AR RABT 2009  4  1 16 50  0.000000  1   -0.545574674613E-07                     
+AR RAMO 2009  4  1 16 50  0.000000  1    0.668838064966E-07                     
+AR RCMN 2009  4  1 16 50  0.000000  1    0.122134976298E-07                     
+AR REDU 2009  4  1 16 50  0.000000  1   -0.472708153168E-07                     
+AR REUN 2009  4  1 16 50  0.000000  1    0.250307430387E-07                     
+AR REYK 2009  4  1 16 50  0.000000  1   -0.453731831127E-03                     
+AR SCH2 2009  4  1 16 50  0.000000  1    0.189870405270E-03                     
+AR SCUB 2009  4  1 16 50  0.000000  1   -0.606494831068E-07                     
+AR STJO 2009  4  1 16 50  0.000000  1   -0.705807566751E-05                     
+AR SYDN 2009  4  1 16 50  0.000000  1    0.141047959253E-05                     
+AR SYOG 2009  4  1 16 50  0.000000  1    0.140126063053E-04                     
+AR THU2 2009  4  1 16 50  0.000000  1    0.354105514671E-03                     
+AR TOW2 2009  4  1 16 50  0.000000  1   -0.384055234772E-08                     
+AR URUM 2009  4  1 16 50  0.000000  1    0.208441056265E-03                     
+AR VESL 2009  4  1 16 50  0.000000  1   -0.225191780602E-03                     
+AR VILL 2009  4  1 16 50  0.000000  1   -0.523937923181E-07                     
+AR WTZR 2009  4  1 16 50  0.000000  1    0.462615665757E-07                     
+AR WUHN 2009  4  1 16 50  0.000000  1   -0.412952590539E-07                     
+AR YSSK 2009  4  1 16 50  0.000000  1   -0.763847973403E-07                     
+AR ZIM2 2009  4  1 16 50  0.000000  1    0.282188295088E-07                     
+AR XMIS 2009  4  1 16 50  0.000000  1    0.380921493008E-08                     
+AR GODZ 2009  4  1 16 50  0.000000  1   -0.469118911987E-03                     
+AR MTKA 2009  4  1 16 50  0.000000  1   -0.692558764625E-07                     
+AR TIXJ 2009  4  1 16 50  0.000000  1   -0.460438328086E-04                     
+AR PARK 2009  4  1 16 50  0.000000  1    0.807417596883E-06                     
+AR UNBJ 2009  4  1 16 50  0.000000  1   -0.214963510024E-03                     
+AR NOVM 2009  4  1 16 50  0.000000  1    0.798329405396E-04                     
+AR SUNM 2009  4  1 16 50  0.000000  1    0.278948206456E-03                     
+AR CEBR 2009  4  1 16 50  0.000000  1    0.719431802992E-03                     
+AR CPXF 2009  4  1 16 50  0.000000  1    0.108174776981E-07                     
+AR IDDR 2009  4  1 16 50  0.000000  1    0.148171649600E-07                     
+AR AZGB 2009  4  1 16 50  0.000000  1    0.184919643578E-03                     
+AR TN22 2009  4  1 16 50  0.000000  1   -0.200466123154E-03                     
+AR ETAD 2009  4  1 16 50  0.000000  1    0.188899846275E-07                     
+AR ILHA 2009  4  1 16 50  0.000000  1    0.142424255546E-08                     
+AR POVE 2009  4  1 16 50  0.000000  1    0.399092130955E-08                     
+AR RECF 2009  4  1 16 50  0.000000  1    0.221242813626E-07                     
+AR SALU 2009  4  1 16 50  0.000000  1    0.302686168434E-07                     
+AR SAVO 2009  4  1 16 50  0.000000  1    0.321614948144E-07                     
+AR UFPR 2009  4  1 16 50  0.000000  1    0.305347087443E-07                     
+AR YELL 2009  4  1 16 50  0.000000  1    0.247362000000E-06                     
+AS G32  2009  4  1 16 55  0.000000  1    0.280100614922E-03                     
+AS G24  2009  4  1 16 55  0.000000  1    0.177888608526E-03                     
+AS G25  2009  4  1 16 55  0.000000  1    0.334919492588E-03                     
+AS G26  2009  4  1 16 55  0.000000  1    0.544948216905E-04                     
+AS G27  2009  4  1 16 55  0.000000  1    0.371908951925E-04                     
+AS G30  2009  4  1 16 55  0.000000  1    0.136304104249E-03                     
+AS G03  2009  4  1 16 55  0.000000  1    0.373565579182E-03                     
+AS G04  2009  4  1 16 55  0.000000  1   -0.349629810844E-04                     
+AS G06  2009  4  1 16 55  0.000000  1    0.605350236366E-04                     
+AS G08  2009  4  1 16 55  0.000000  1   -0.196577728902E-03                     
+AS G09  2009  4  1 16 55  0.000000  1    0.484959375849E-04                     
+AS G10  2009  4  1 16 55  0.000000  1   -0.136377979716E-04                     
+AS G14  2009  4  1 16 55  0.000000  1   -0.132293637049E-03                     
+AS G13  2009  4  1 16 55  0.000000  1    0.293283751664E-03                     
+AS G28  2009  4  1 16 55  0.000000  1   -0.238337039145E-04                     
+AS G21  2009  4  1 16 55  0.000000  1    0.214911365635E-04                     
+AS G11  2009  4  1 16 55  0.000000  1    0.272957518823E-05                     
+AS G22  2009  4  1 16 55  0.000000  1    0.202415747585E-03                     
+AS G20  2009  4  1 16 55  0.000000  1    0.865399924880E-04                     
+AS G18  2009  4  1 16 55  0.000000  1   -0.694610328872E-04                     
+AS G16  2009  4  1 16 55  0.000000  1    0.629443998791E-04                     
+AS G19  2009  4  1 16 55  0.000000  1    0.293416656226E-04                     
+AS G23  2009  4  1 16 55  0.000000  1    0.388995684233E-03                     
+AS G02  2009  4  1 16 55  0.000000  1    0.153922538962E-03                     
+AS G31  2009  4  1 16 55  0.000000  1   -0.564927964747E-04                     
+AS G17  2009  4  1 16 55  0.000000  1    0.524682932515E-04                     
+AS G12  2009  4  1 16 55  0.000000  1   -0.299445125629E-03                     
+AS G15  2009  4  1 16 55  0.000000  1   -0.276090530621E-03                     
+AS G29  2009  4  1 16 55  0.000000  1    0.492780198406E-05                     
+AS G07  2009  4  1 16 55  0.000000  1    0.209715494393E-04                     
+AS R02  2009  4  1 16 55  0.000000  1    0.205963050944E-04                     
+AS R03  2009  4  1 16 55  0.000000  1   -0.343414509535E-04                     
+AS R04  2009  4  1 16 55  0.000000  1    0.636786313585E-04                     
+AS R06  2009  4  1 16 55  0.000000  1   -0.169257583522E-03                     
+AS R07  2009  4  1 16 55  0.000000  1   -0.891543394960E-04                     
+AS R08  2009  4  1 16 55  0.000000  1   -0.101981977814E-03                     
+AS R10  2009  4  1 16 55  0.000000  1   -0.140826673665E-03                     
+AS R11  2009  4  1 16 55  0.000000  1   -0.926457810250E-04                     
+AS R13  2009  4  1 16 55  0.000000  1   -0.230663868483E-03                     
+AS R14  2009  4  1 16 55  0.000000  1   -0.795579388835E-04                     
+AS R15  2009  4  1 16 55  0.000000  1    0.921286523838E-04                     
+AS R17  2009  4  1 16 55  0.000000  1   -0.261283185969E-03                     
+AS R18  2009  4  1 16 55  0.000000  1   -0.135461756240E-05                     
+AS R19  2009  4  1 16 55  0.000000  1   -0.894425054552E-04                     
+AS R20  2009  4  1 16 55  0.000000  1   -0.650171435392E-04                     
+AS R21  2009  4  1 16 55  0.000000  1   -0.143366749289E-03                     
+AS R22  2009  4  1 16 55  0.000000  1   -0.201628879263E-03                     
+AS R23  2009  4  1 16 55  0.000000  1   -0.200209016723E-03                     
+AR ALGO 2009  4  1 16 55  0.000000  1    0.811132941343E-04                     
+AR ALIC 2009  4  1 16 55  0.000000  1    0.752105598578E-08                     
+AR AMC2 2009  4  1 16 55  0.000000  1    0.229579768381E-08                     
+AR ANKR 2009  4  1 16 55  0.000000  1   -0.163789810663E-03                     
+AR ARTU 2009  4  1 16 55  0.000000  1   -0.392853580003E-07                     
+AR ASPA 2009  4  1 16 55  0.000000  1    0.241946225809E-07                     
+AR BHR1 2009  4  1 16 55  0.000000  1    0.563382577357E-03                     
+AR BARH 2009  4  1 16 55  0.000000  1    0.209685720584E-09                     
+AR BJFS 2009  4  1 16 55  0.000000  1   -0.512568584649E-07                     
+AR BOGT 2009  4  1 16 55  0.000000  1   -0.671125666359E-07                     
+AR BRMU 2009  4  1 16 55  0.000000  1    0.124559692892E-03                     
+AR CAGZ 2009  4  1 16 55  0.000000  1   -0.577645096043E-04                     
+AR CAS1 2009  4  1 16 55  0.000000  1    0.903357090250E-08                     
+AR CHAT 2009  4  1 16 55  0.000000  1   -0.501296275664E-07                     
+AR CHPI 2009  4  1 16 55  0.000000  1   -0.750286332624E-07                     
+AR COCO 2009  4  1 16 55  0.000000  1    0.227685399010E-03                     
+AR CONZ 2009  4  1 16 55  0.000000  1    0.349612781840E-03                     
+AR CRAR 2009  4  1 16 55  0.000000  1    0.425578920738E-03                     
+AR CRO1 2009  4  1 16 55  0.000000  1    0.665107450282E-03                     
+AR DAEJ 2009  4  1 16 55  0.000000  1   -0.196531746142E-03                     
+AR DARW 2009  4  1 16 55  0.000000  1   -0.693960939258E-09                     
+AR DGAR 2009  4  1 16 55  0.000000  1   -0.572431843435E-07                     
+AR DRAO 2009  4  1 16 55  0.000000  1    0.443843378662E-06                     
+AR FAA1 2009  4  1 16 55  0.000000  1   -0.884767975886E-08                     
+AR FAIR 2009  4  1 16 55  0.000000  1   -0.589913008588E-07                     
+AR GLPS 2009  4  1 16 55  0.000000  1   -0.712176923639E-07                     
+AR GUAM 2009  4  1 16 55  0.000000  1   -0.557600084086E-07                     
+AR GUAT 2009  4  1 16 55  0.000000  1    0.902411800102E-08                     
+AR HOB2 2009  4  1 16 55  0.000000  1    0.895189282257E-07                     
+AR HOFN 2009  4  1 16 55  0.000000  1   -0.149778184140E-03                     
+AR HOLM 2009  4  1 16 55  0.000000  1   -0.579656806890E-07                     
+AR HRAO 2009  4  1 16 55  0.000000  1    0.849469457009E-03                     
+AR HYDE 2009  4  1 16 55  0.000000  1   -0.285112818664E-08                     
+AR IRKJ 2009  4  1 16 55  0.000000  1    0.163746703902E-03                     
+AR ISPA 2009  4  1 16 55  0.000000  1   -0.642232950632E-07                     
+AR KARR 2009  4  1 16 55  0.000000  1   -0.492815287587E-07                     
+AR KERG 2009  4  1 16 55  0.000000  1    0.817500372122E-03                     
+AR KHAJ 2009  4  1 16 55  0.000000  1   -0.150749055425E-05                     
+AR KIR0 2009  4  1 16 55  0.000000  1    0.282718053366E-03                     
+AR KIRU 2009  4  1 16 55  0.000000  1    0.591392609135E-03                     
+AR KIT3 2009  4  1 16 55  0.000000  1   -0.970587874973E-08                     
+AR KOUR 2009  4  1 16 55  0.000000  1    0.125014950392E-03                     
+AR KUNM 2009  4  1 16 55  0.000000  1    0.824213937247E-08                     
+AR LHAZ 2009  4  1 16 55  0.000000  1   -0.374763639850E-03                     
+AR MAL2 2009  4  1 16 55  0.000000  1   -0.978730121181E-08                     
+AR MAS1 2009  4  1 16 55  0.000000  1   -0.101612805638E-03                     
+AR MAW1 2009  4  1 16 55  0.000000  1    0.912946690661E-08                     
+AR MCIL 2009  4  1 16 55  0.000000  1    0.304842805438E-07                     
+AR MCM4 2009  4  1 16 55  0.000000  1   -0.476287474295E-07                     
+AR MDO1 2009  4  1 16 55  0.000000  1   -0.558110763184E-07                     
+AR MDVJ 2009  4  1 16 55  0.000000  1    0.438552397711E-03                     
+AR MKEA 2009  4  1 16 55  0.000000  1   -0.352302213786E-07                     
+AR MOBS 2009  4  1 16 55  0.000000  1    0.737546758867E-08                     
+AR NANO 2009  4  1 16 55  0.000000  1    0.928879789405E-08                     
+AR NLIB 2009  4  1 16 55  0.000000  1   -0.116748845562E-06                     
+AR NNOR 2009  4  1 16 55  0.000000  1    0.365801241316E-03                     
+AR NRC1 2009  4  1 16 55  0.000000  1   -0.448429417081E-05                     
+AR NRIL 2009  4  1 16 55  0.000000  1   -0.527501034275E-07                     
+AR NRMD 2009  4  1 16 55  0.000000  1    0.253298252282E-07                     
+AR NTUS 2009  4  1 16 55  0.000000  1   -0.108270664970E-08                     
+AR NYAL 2009  4  1 16 55  0.000000  1    0.949370698208E-07                     
+AR OHI3 2009  4  1 16 55  0.000000  1    0.553816784822E-04                     
+AR ONSA 2009  4  1 16 55  0.000000  1   -0.324806779121E-04                     
+AR PDEL 2009  4  1 16 55  0.000000  1    0.184680759676E-08                     
+AR PERT 2009  4  1 16 55  0.000000  1   -0.462533688090E-07                     
+AR PETP 2009  4  1 16 55  0.000000  1   -0.583842121494E-07                     
+AR PIMO 2009  4  1 16 55  0.000000  1   -0.373262796038E-07                     
+AR QAQ1 2009  4  1 16 55  0.000000  1   -0.727235599235E-07                     
+AR QUIN 2009  4  1 16 55  0.000000  1   -0.453913388324E-07                     
+AR RABT 2009  4  1 16 55  0.000000  1   -0.532698607459E-07                     
+AR RAMO 2009  4  1 16 55  0.000000  1   -0.502246444555E-07                     
+AR RCMN 2009  4  1 16 55  0.000000  1    0.116687243282E-07                     
+AR REDU 2009  4  1 16 55  0.000000  1   -0.451069411647E-07                     
+AR REUN 2009  4  1 16 55  0.000000  1    0.257967184007E-07                     
+AR REYK 2009  4  1 16 55  0.000000  1   -0.441721314800E-03                     
+AR SCH2 2009  4  1 16 55  0.000000  1    0.189887474912E-03                     
+AR SCUB 2009  4  1 16 55  0.000000  1   -0.623941074991E-07                     
+AR STJO 2009  4  1 16 55  0.000000  1   -0.705834357372E-05                     
+AR SYDN 2009  4  1 16 55  0.000000  1    0.141048767332E-05                     
+AR SYOG 2009  4  1 16 55  0.000000  1    0.140126652921E-04                     
+AR THU2 2009  4  1 16 55  0.000000  1    0.352103344413E-03                     
+AR TOW2 2009  4  1 16 55  0.000000  1   -0.338386522163E-08                     
+AR URUM 2009  4  1 16 55  0.000000  1    0.133022367480E-03                     
+AR VESL 2009  4  1 16 55  0.000000  1   -0.188804519993E-03                     
+AR VILL 2009  4  1 16 55  0.000000  1   -0.534092067511E-07                     
+AR WTZR 2009  4  1 16 55  0.000000  1    0.463037704008E-07                     
+AR WUHN 2009  4  1 16 55  0.000000  1   -0.417462809011E-07                     
+AR YSSK 2009  4  1 16 55  0.000000  1   -0.751238787039E-07                     
+AR ZIM2 2009  4  1 16 55  0.000000  1    0.267616164548E-07                     
+AR XMIS 2009  4  1 16 55  0.000000  1    0.224023377052E-08                     
+AR GODZ 2009  4  1 16 55  0.000000  1   -0.469118865538E-03                     
+AR MTKA 2009  4  1 16 55  0.000000  1   -0.585672099997E-07                     
+AR TIXJ 2009  4  1 16 55  0.000000  1   -0.484075990003E-04                     
+AR PARK 2009  4  1 16 55  0.000000  1    0.807895091018E-06                     
+AR UNBJ 2009  4  1 16 55  0.000000  1   -0.289853706015E-03                     
+AR NOVM 2009  4  1 16 55  0.000000  1    0.798329368568E-04                     
+AR SUNM 2009  4  1 16 55  0.000000  1    0.122329991630E-03                     
+AR CEBR 2009  4  1 16 55  0.000000  1    0.719431830988E-03                     
+AR CPXF 2009  4  1 16 55  0.000000  1    0.101243856639E-07                     
+AR IDDR 2009  4  1 16 55  0.000000  1    0.163229756069E-07                     
+AR AZGB 2009  4  1 16 55  0.000000  1    0.455923922546E-04                     
+AR TN22 2009  4  1 16 55  0.000000  1   -0.275060176429E-03                     
+AR ETAD 2009  4  1 16 55  0.000000  1    0.184735955259E-07                     
+AR ILHA 2009  4  1 16 55  0.000000  1    0.220928970200E-10                     
+AR POVE 2009  4  1 16 55  0.000000  1    0.467805282371E-08                     
+AR RECF 2009  4  1 16 55  0.000000  1    0.218949395197E-07                     
+AR SALU 2009  4  1 16 55  0.000000  1    0.232241480926E-07                     
+AR SAVO 2009  4  1 16 55  0.000000  1    0.321300258536E-07                     
+AR UFPR 2009  4  1 16 55  0.000000  1    0.333660678727E-07                     
+AR YELL 2009  4  1 16 55  0.000000  1    0.247433000000E-06                     
+AS G32  2009  4  1 17  0  0.000000  1    0.280099227235E-03                     
+AS G24  2009  4  1 17  0  0.000000  1    0.177889359404E-03                     
+AS G25  2009  4  1 17  0  0.000000  1    0.334926016866E-03                     
+AS G26  2009  4  1 17  0  0.000000  1    0.544955241439E-04                     
+AS G27  2009  4  1 17  0  0.000000  1    0.371914499190E-04                     
+AS G30  2009  4  1 17  0  0.000000  1    0.136304775270E-03                     
+AS G03  2009  4  1 17  0  0.000000  1    0.373567236476E-03                     
+AS G04  2009  4  1 17  0  0.000000  1   -0.349672911084E-04                     
+AS G06  2009  4  1 17  0  0.000000  1    0.605404579891E-04                     
+AS G08  2009  4  1 17  0  0.000000  1   -0.196578487616E-03                     
+AS G09  2009  4  1 17  0  0.000000  1    0.484969104379E-04                     
+AS G10  2009  4  1 17  0  0.000000  1   -0.136375529501E-04                     
+AS G14  2009  4  1 17  0  0.000000  1   -0.132291869719E-03                     
+AS G13  2009  4  1 17  0  0.000000  1    0.293284048013E-03                     
+AS G28  2009  4  1 17  0  0.000000  1   -0.238337322913E-04                     
+AS G21  2009  4  1 17  0  0.000000  1    0.214903386739E-04                     
+AS G11  2009  4  1 17  0  0.000000  1    0.272913437053E-05                     
+AS G22  2009  4  1 17  0  0.000000  1    0.202414767997E-03                     
+AS G20  2009  4  1 17  0  0.000000  1    0.865394725766E-04                     
+AS G18  2009  4  1 17  0  0.000000  1   -0.694601090487E-04                     
+AS G16  2009  4  1 17  0  0.000000  1    0.629433498010E-04                     
+AS G19  2009  4  1 17  0  0.000000  1    0.293412000654E-04                     
+AS G23  2009  4  1 17  0  0.000000  1    0.388995795296E-03                     
+AS G02  2009  4  1 17  0  0.000000  1    0.153922520176E-03                     
+AS G31  2009  4  1 17  0  0.000000  1   -0.564929679463E-04                     
+AS G17  2009  4  1 17  0  0.000000  1    0.524688633396E-04                     
+AS G12  2009  4  1 17  0  0.000000  1   -0.299443727331E-03                     
+AS G15  2009  4  1 17  0  0.000000  1   -0.276091901486E-03                     
+AS G29  2009  4  1 17  0  0.000000  1    0.492900257792E-05                     
+AS G07  2009  4  1 17  0  0.000000  1    0.209717634543E-04                     
+AS R02  2009  4  1 17  0  0.000000  1    0.205954729733E-04                     
+AS R03  2009  4  1 17  0  0.000000  1   -0.343433994269E-04                     
+AS R04  2009  4  1 17  0  0.000000  1    0.636763628804E-04                     
+AS R06  2009  4  1 17  0  0.000000  1   -0.169256856135E-03                     
+AS R07  2009  4  1 17  0  0.000000  1   -0.891537605439E-04                     
+AS R08  2009  4  1 17  0  0.000000  1   -0.101981581653E-03                     
+AS R10  2009  4  1 17  0  0.000000  1   -0.140826931086E-03                     
+AS R11  2009  4  1 17  0  0.000000  1   -0.926460433860E-04                     
+AS R13  2009  4  1 17  0  0.000000  1   -0.230664559881E-03                     
+AS R14  2009  4  1 17  0  0.000000  1   -0.795578736750E-04                     
+AS R15  2009  4  1 17  0  0.000000  1    0.921288448181E-04                     
+AS R17  2009  4  1 17  0  0.000000  1   -0.261283347257E-03                     
+AS R18  2009  4  1 17  0  0.000000  1   -0.135443007615E-05                     
+AS R19  2009  4  1 17  0  0.000000  1   -0.894426806971E-04                     
+AS R20  2009  4  1 17  0  0.000000  1   -0.650172240894E-04                     
+AS R21  2009  4  1 17  0  0.000000  1   -0.143367180518E-03                     
+AS R22  2009  4  1 17  0  0.000000  1   -0.201629670760E-03                     
+AS R23  2009  4  1 17  0  0.000000  1   -0.200207758504E-03                     
+AR ALGO 2009  4  1 17  0  0.000000  1    0.811162065328E-04                     
+AR ALIC 2009  4  1 17  0  0.000000  1    0.583000886313E-08                     
+AR AMC2 2009  4  1 17  0  0.000000  1    0.233338537432E-08                     
+AR ANKR 2009  4  1 17  0  0.000000  1   -0.101555775104E-03                     
+AR ARTU 2009  4  1 17  0  0.000000  1   -0.388332323813E-07                     
+AR ASPA 2009  4  1 17  0  0.000000  1    0.242075196314E-07                     
+AR BHR1 2009  4  1 17  0  0.000000  1    0.563382644814E-03                     
+AR BARH 2009  4  1 17  0  0.000000  1    0.511683239997E-09                     
+AR BJFS 2009  4  1 17  0  0.000000  1   -0.524770938376E-07                     
+AR BOGT 2009  4  1 17  0  0.000000  1   -0.664339349327E-07                     
+AR BRMU 2009  4  1 17  0  0.000000  1   -0.381296867824E-03                     
+AR CAGZ 2009  4  1 17  0  0.000000  1    0.165522491393E-03                     
+AR CAS1 2009  4  1 17  0  0.000000  1    0.802625819434E-08                     
+AR CHAT 2009  4  1 17  0  0.000000  1   -0.467121449077E-07                     
+AR CHPI 2009  4  1 17  0  0.000000  1   -0.738913196370E-07                     
+AR COCO 2009  4  1 17  0  0.000000  1    0.227685024861E-03                     
+AR CONZ 2009  4  1 17  0  0.000000  1    0.218298738792E-03                     
+AR CRAR 2009  4  1 17  0  0.000000  1    0.400492814794E-03                     
+AR CRO1 2009  4  1 17  0  0.000000  1    0.665107514501E-03                     
+AR DAEJ 2009  4  1 17  0  0.000000  1   -0.196531239089E-03                     
+AR DARW 2009  4  1 17  0  0.000000  1   -0.753908394427E-09                     
+AR DGAR 2009  4  1 17  0  0.000000  1   -0.571955598669E-07                     
+AR DRAO 2009  4  1 17  0  0.000000  1    0.480540198003E-06                     
+AR FAA1 2009  4  1 17  0  0.000000  1   -0.687275184875E-08                     
+AR FAIR 2009  4  1 17  0  0.000000  1   -0.562322607406E-07                     
+AR GLPS 2009  4  1 17  0  0.000000  1   -0.722967909398E-07                     
+AR GUAM 2009  4  1 17  0  0.000000  1   -0.579205566608E-07                     
+AR GUAT 2009  4  1 17  0  0.000000  1    0.110408874000E-07                     
+AR HOB2 2009  4  1 17  0  0.000000  1    0.895720856456E-07                     
+AR HOLM 2009  4  1 17  0  0.000000  1   -0.594290613772E-07                     
+AR HRAO 2009  4  1 17  0  0.000000  1    0.849469552111E-03                     
+AR HYDE 2009  4  1 17  0  0.000000  1    0.274093009040E-09                     
+AR IRKJ 2009  4  1 17  0  0.000000  1    0.163746705412E-03                     
+AR ISPA 2009  4  1 17  0  0.000000  1   -0.643895668120E-07                     
+AR KARR 2009  4  1 17  0  0.000000  1   -0.505499032005E-07                     
+AR KERG 2009  4  1 17  0  0.000000  1    0.817500382855E-03                     
+AR KHAJ 2009  4  1 17  0  0.000000  1   -0.150746168766E-05                     
+AR KIR0 2009  4  1 17  0  0.000000  1    0.282711350732E-03                     
+AR KIRU 2009  4  1 17  0  0.000000  1    0.591393756149E-03                     
+AR KIT3 2009  4  1 17  0  0.000000  1    0.837367736785E-08                     
+AR KOUR 2009  4  1 17  0  0.000000  1    0.125014967598E-03                     
+AR KUNM 2009  4  1 17  0  0.000000  1    0.133539838856E-07                     
+AR LHAZ 2009  4  1 17  0  0.000000  1   -0.354793330863E-03                     
+AR MAL2 2009  4  1 17  0  0.000000  1   -0.139111763424E-07                     
+AR MAS1 2009  4  1 17  0  0.000000  1   -0.101612521900E-03                     
+AR MAW1 2009  4  1 17  0  0.000000  1    0.794593140528E-08                     
+AR MCIL 2009  4  1 17  0  0.000000  1    0.309909901571E-07                     
+AR MCM4 2009  4  1 17  0  0.000000  1   -0.554537159972E-07                     
+AR MDO1 2009  4  1 17  0  0.000000  1   -0.528035456197E-07                     
+AR MDVJ 2009  4  1 17  0  0.000000  1    0.438552416364E-03                     
+AR MKEA 2009  4  1 17  0  0.000000  1   -0.444736986982E-07                     
+AR MOBS 2009  4  1 17  0  0.000000  1    0.150610051671E-08                     
+AR NANO 2009  4  1 17  0  0.000000  1    0.780954930780E-08                     
+AR NLIB 2009  4  1 17  0  0.000000  1   -0.117115399995E-06                     
+AR NNOR 2009  4  1 17  0  0.000000  1    0.365801978425E-03                     
+AR NRC1 2009  4  1 17  0  0.000000  1   -0.448423758518E-05                     
+AR NRIL 2009  4  1 17  0  0.000000  1   -0.492172951838E-07                     
+AR NRMD 2009  4  1 17  0  0.000000  1    0.248329457811E-07                     
+AR NTUS 2009  4  1 17  0  0.000000  1    0.118487824332E-08                     
+AR NYAL 2009  4  1 17  0  0.000000  1    0.949754337951E-07                     
+AR OHI3 2009  4  1 17  0  0.000000  1    0.174847468246E-03                     
+AR ONSA 2009  4  1 17  0  0.000000  1   -0.324807071821E-04                     
+AR PDEL 2009  4  1 17  0  0.000000  1    0.193087155098E-08                     
+AR PERT 2009  4  1 17  0  0.000000  1   -0.465903251163E-07                     
+AR PETP 2009  4  1 17  0  0.000000  1   -0.583507682485E-07                     
+AR PIMO 2009  4  1 17  0  0.000000  1   -0.387323918542E-07                     
+AR QAQ1 2009  4  1 17  0  0.000000  1   -0.719418068834E-07                     
+AR QUIN 2009  4  1 17  0  0.000000  1   -0.465871551299E-07                     
+AR RABT 2009  4  1 17  0  0.000000  1   -0.581333980574E-07                     
+AR RAMO 2009  4  1 17  0  0.000000  1    0.129251699045E-06                     
+AR RCMN 2009  4  1 17  0  0.000000  1    0.131067488486E-07                     
+AR REDU 2009  4  1 17  0  0.000000  1   -0.482372705074E-07                     
+AR REUN 2009  4  1 17  0  0.000000  1    0.207097292023E-07                     
+AR REYK 2009  4  1 17  0  0.000000  1   -0.429746440886E-03                     
+AR SCH2 2009  4  1 17  0  0.000000  1    0.189905042180E-03                     
+AR SCUB 2009  4  1 17  0  0.000000  1   -0.562739973483E-07                     
+AR STJO 2009  4  1 17  0  0.000000  1   -0.705861651668E-05                     
+AR SYDN 2009  4  1 17  0  0.000000  1    0.141053547811E-05                     
+AR SYOG 2009  4  1 17  0  0.000000  1    0.140129833784E-04                     
+AR THU2 2009  4  1 17  0  0.000000  1    0.350101053402E-03                     
+AR TOW2 2009  4  1 17  0  0.000000  1   -0.269371427027E-08                     
+AR URUM 2009  4  1 17  0  0.000000  1    0.576480021024E-04                     
+AR VESL 2009  4  1 17  0  0.000000  1   -0.152437344143E-03                     
+AR VILL 2009  4  1 17  0  0.000000  1   -0.562702630735E-07                     
+AR WTZR 2009  4  1 17  0  0.000000  1    0.463407735719E-07                     
+AR WUHN 2009  4  1 17  0  0.000000  1   -0.513984552685E-07                     
+AR YSSK 2009  4  1 17  0  0.000000  1   -0.730825570756E-07                     
+AR ZIM2 2009  4  1 17  0  0.000000  1    0.281826529894E-07                     
+AR XMIS 2009  4  1 17  0  0.000000  1    0.732653302403E-09                     
+AR GODZ 2009  4  1 17  0  0.000000  1   -0.469118811253E-03                     
+AR MTKA 2009  4  1 17  0  0.000000  1   -0.575633094237E-07                     
+AR TIXJ 2009  4  1 17  0  0.000000  1   -0.507641867446E-04                     
+AR PARK 2009  4  1 17  0  0.000000  1    0.808238580312E-06                     
+AR UNBJ 2009  4  1 17  0  0.000000  1   -0.365045530776E-03                     
+AR NOVM 2009  4  1 17  0  0.000000  1    0.798329712571E-04                     
+AR SUNM 2009  4  1 17  0  0.000000  1   -0.338747972202E-04                     
+AR CEBR 2009  4  1 17  0  0.000000  1    0.719431837859E-03                     
+AR CPXF 2009  4  1 17  0  0.000000  1    0.949467897010E-08                     
+AR IDDR 2009  4  1 17  0  0.000000  1    0.161625330182E-07                     
+AR AZGB 2009  4  1 17  0  0.000000  1   -0.937695788924E-04                     
+AR TN22 2009  4  1 17  0  0.000000  1   -0.349918712763E-03                     
+AR ETAD 2009  4  1 17  0  0.000000  1    0.171823932923E-07                     
+AR ILHA 2009  4  1 17  0  0.000000  1    0.182597133545E-08                     
+AR POVE 2009  4  1 17  0  0.000000  1    0.512355740074E-08                     
+AR RECF 2009  4  1 17  0  0.000000  1    0.214505191340E-07                     
+AR SALU 2009  4  1 17  0  0.000000  1    0.329995024581E-07                     
+AR SAVO 2009  4  1 17  0  0.000000  1    0.320229447521E-07                     
+AR UFPR 2009  4  1 17  0  0.000000  1    0.347850967676E-07                     
+AR YELL 2009  4  1 17  0  0.000000  1    0.247503000000E-06                     
+AS G32  2009  4  1 17  5  0.000000  1    0.280097794525E-03                     
+AS G24  2009  4  1 17  5  0.000000  1    0.177890252559E-03                     
+AS G25  2009  4  1 17  5  0.000000  1    0.334932566512E-03                     
+AS G26  2009  4  1 17  5  0.000000  1    0.544963582478E-04                     
+AS G27  2009  4  1 17  5  0.000000  1    0.371929198264E-04                     
+AS G30  2009  4  1 17  5  0.000000  1    0.136305029752E-03                     
+AS G03  2009  4  1 17  5  0.000000  1    0.373569289880E-03                     
+AS G04  2009  4  1 17  5  0.000000  1   -0.349718293231E-04                     
+AS G06  2009  4  1 17  5  0.000000  1    0.605461311480E-04                     
+AS G08  2009  4  1 17  5  0.000000  1   -0.196578735819E-03                     
+AS G09  2009  4  1 17  5  0.000000  1    0.484971933600E-04                     
+AS G10  2009  4  1 17  5  0.000000  1   -0.136382288545E-04                     
+AS G14  2009  4  1 17  5  0.000000  1   -0.132290095381E-03                     
+AS G13  2009  4  1 17  5  0.000000  1    0.293284342441E-03                     
+AS G28  2009  4  1 17  5  0.000000  1   -0.238340616894E-04                     
+AS G21  2009  4  1 17  5  0.000000  1    0.214899787764E-04                     
+AS G11  2009  4  1 17  5  0.000000  1    0.272890711428E-05                     
+AS G22  2009  4  1 17  5  0.000000  1    0.202415135438E-03                     
+AS G20  2009  4  1 17  5  0.000000  1    0.865392606096E-04                     
+AS G18  2009  4  1 17  5  0.000000  1   -0.694590969195E-04                     
+AS G16  2009  4  1 17  5  0.000000  1    0.629428233157E-04                     
+AS G19  2009  4  1 17  5  0.000000  1    0.293410241482E-04                     
+AS G23  2009  4  1 17  5  0.000000  1    0.388995972035E-03                     
+AS G02  2009  4  1 17  5  0.000000  1    0.153922389713E-03                     
+AS G31  2009  4  1 17  5  0.000000  1   -0.564934506049E-04                     
+AS G17  2009  4  1 17  5  0.000000  1    0.524693359932E-04                     
+AS G12  2009  4  1 17  5  0.000000  1   -0.299442551356E-03                     
+AS G15  2009  4  1 17  5  0.000000  1   -0.276092953111E-03                     
+AS G29  2009  4  1 17  5  0.000000  1    0.493026687915E-05                     
+AS G07  2009  4  1 17  5  0.000000  1    0.209714823493E-04                     
+AS R02  2009  4  1 17  5  0.000000  1    0.205946772491E-04                     
+AS R03  2009  4  1 17  5  0.000000  1   -0.343427867005E-04                     
+AS R04  2009  4  1 17  5  0.000000  1    0.636729915041E-04                     
+AS R06  2009  4  1 17  5  0.000000  1   -0.169255793658E-03                     
+AS R07  2009  4  1 17  5  0.000000  1   -0.891539453514E-04                     
+AS R08  2009  4  1 17  5  0.000000  1   -0.101981286588E-03                     
+AS R10  2009  4  1 17  5  0.000000  1   -0.140826517410E-03                     
+AS R11  2009  4  1 17  5  0.000000  1   -0.926463648185E-04                     
+AS R13  2009  4  1 17  5  0.000000  1   -0.230664829230E-03                     
+AS R14  2009  4  1 17  5  0.000000  1   -0.795573967612E-04                     
+AS R15  2009  4  1 17  5  0.000000  1    0.921291461765E-04                     
+AS R17  2009  4  1 17  5  0.000000  1   -0.261283685269E-03                     
+AS R18  2009  4  1 17  5  0.000000  1   -0.135452447087E-05                     
+AS R19  2009  4  1 17  5  0.000000  1   -0.894429386832E-04                     
+AS R20  2009  4  1 17  5  0.000000  1   -0.650171059074E-04                     
+AS R21  2009  4  1 17  5  0.000000  1   -0.143367532064E-03                     
+AS R22  2009  4  1 17  5  0.000000  1   -0.201630422553E-03                     
+AS R23  2009  4  1 17  5  0.000000  1   -0.200206236542E-03                     
+AR ALGO 2009  4  1 17  5  0.000000  1    0.811190817784E-04                     
+AR ALIC 2009  4  1 17  5  0.000000  1    0.337575733452E-08                     
+AR AMC2 2009  4  1 17  5  0.000000  1    0.236172835807E-08                     
+AR ANKR 2009  4  1 17  5  0.000000  1   -0.393685592872E-04                     
+AR ARTU 2009  4  1 17  5  0.000000  1   -0.431771600832E-07                     
+AR ASPA 2009  4  1 17  5  0.000000  1    0.353930982894E-07                     
+AR BHR1 2009  4  1 17  5  0.000000  1    0.563382438115E-03                     
+AR BARH 2009  4  1 17  5  0.000000  1   -0.228505298378E-09                     
+AR BJFS 2009  4  1 17  5  0.000000  1   -0.476767895236E-07                     
+AR BOGT 2009  4  1 17  5  0.000000  1   -0.658250616607E-07                     
+AR BRMU 2009  4  1 17  5  0.000000  1    0.112610000244E-03                     
+AR CAGZ 2009  4  1 17  5  0.000000  1    0.388822185353E-03                     
+AR CAS1 2009  4  1 17  5  0.000000  1    0.828210396129E-08                     
+AR CHAT 2009  4  1 17  5  0.000000  1   -0.486721578082E-07                     
+AR CHPI 2009  4  1 17  5  0.000000  1   -0.731081496016E-07                     
+AR COCO 2009  4  1 17  5  0.000000  1    0.227684414120E-03                     
+AR CONZ 2009  4  1 17  5  0.000000  1    0.871059192232E-04                     
+AR CRAR 2009  4  1 17  5  0.000000  1    0.375396464686E-03                     
+AR CRO1 2009  4  1 17  5  0.000000  1    0.665107577896E-03                     
+AR DAEJ 2009  4  1 17  5  0.000000  1   -0.196530466814E-03                     
+AR DARW 2009  4  1 17  5  0.000000  1   -0.204951406237E-08                     
+AR DGAR 2009  4  1 17  5  0.000000  1   -0.573386161358E-07                     
+AR DRAO 2009  4  1 17  5  0.000000  1    0.516714772513E-06                     
+AR FAA1 2009  4  1 17  5  0.000000  1   -0.721613081915E-08                     
+AR FAIR 2009  4  1 17  5  0.000000  1   -0.588299141764E-07                     
+AR GLPS 2009  4  1 17  5  0.000000  1   -0.720645081796E-07                     
+AR GUAM 2009  4  1 17  5  0.000000  1   -0.581959418869E-07                     
+AR GUAT 2009  4  1 17  5  0.000000  1    0.145445389316E-07                     
+AR HOB2 2009  4  1 17  5  0.000000  1    0.896151040061E-07                     
+AR HOLM 2009  4  1 17  5  0.000000  1   -0.629752941670E-07                     
+AR HRAO 2009  4  1 17  5  0.000000  1    0.849469653894E-03                     
+AR HYDE 2009  4  1 17  5  0.000000  1   -0.298512951106E-08                     
+AR IRKJ 2009  4  1 17  5  0.000000  1    0.163746690871E-03                     
+AR ISPA 2009  4  1 17  5  0.000000  1   -0.659412840296E-07                     
+AR KARR 2009  4  1 17  5  0.000000  1   -0.502819498976E-07                     
+AR KERG 2009  4  1 17  5  0.000000  1    0.817500202234E-03                     
+AR KHAJ 2009  4  1 17  5  0.000000  1   -0.150743885137E-05                     
+AR KIR0 2009  4  1 17  5  0.000000  1    0.282704640403E-03                     
+AR KIRU 2009  4  1 17  5  0.000000  1    0.591395722745E-03                     
+AR KIT3 2009  4  1 17  5  0.000000  1   -0.602819028579E-08                     
+AR KOUR 2009  4  1 17  5  0.000000  1    0.125015000693E-03                     
+AR KUNM 2009  4  1 17  5  0.000000  1    0.727632320759E-08                     
+AR LHAZ 2009  4  1 17  5  0.000000  1   -0.334653002889E-03                     
+AR MAL2 2009  4  1 17  5  0.000000  1   -0.152251206285E-07                     
+AR MAS1 2009  4  1 17  5  0.000000  1   -0.101612269022E-03                     
+AR MAW1 2009  4  1 17  5  0.000000  1    0.107283371084E-07                     
+AR MCIL 2009  4  1 17  5  0.000000  1    0.313094562591E-07                     
+AR MCM4 2009  4  1 17  5  0.000000  1   -0.545708732941E-07                     
+AR MDO1 2009  4  1 17  5  0.000000  1   -0.498550135148E-07                     
+AR MDVJ 2009  4  1 17  5  0.000000  1    0.438552434655E-03                     
+AR MKEA 2009  4  1 17  5  0.000000  1   -0.368644261295E-07                     
+AR MOBS 2009  4  1 17  5  0.000000  1    0.285102667373E-08                     
+AR NANO 2009  4  1 17  5  0.000000  1    0.855695339761E-08                     
+AR NLIB 2009  4  1 17  5  0.000000  1   -0.117360899059E-06                     
+AR NNOR 2009  4  1 17  5  0.000000  1    0.365801919896E-03                     
+AR NRC1 2009  4  1 17  5  0.000000  1   -0.448419525401E-05                     
+AR NRIL 2009  4  1 17  5  0.000000  1   -0.488854421420E-07                     
+AR NRMD 2009  4  1 17  5  0.000000  1    0.253500465806E-07                     
+AR NTUS 2009  4  1 17  5  0.000000  1   -0.400840507223E-08                     
+AR NYAL 2009  4  1 17  5  0.000000  1    0.949949508227E-07                     
+AR OHI3 2009  4  1 17  5  0.000000  1    0.294182557229E-03                     
+AR ONSA 2009  4  1 17  5  0.000000  1   -0.324807448344E-04                     
+AR PDEL 2009  4  1 17  5  0.000000  1    0.190645620377E-08                     
+AR PERT 2009  4  1 17  5  0.000000  1   -0.533612048675E-07                     
+AR PETP 2009  4  1 17  5  0.000000  1   -0.565685515982E-07                     
+AR PIMO 2009  4  1 17  5  0.000000  1   -0.392691152231E-07                     
+AR QAQ1 2009  4  1 17  5  0.000000  1   -0.717870748399E-07                     
+AR QUIN 2009  4  1 17  5  0.000000  1   -0.458776759625E-07                     
+AR RABT 2009  4  1 17  5  0.000000  1   -0.617729976264E-07                     
+AR RAMO 2009  4  1 17  5  0.000000  1    0.380246471653E-07                     
+AR RCMN 2009  4  1 17  5  0.000000  1    0.118420930317E-07                     
+AR REDU 2009  4  1 17  5  0.000000  1   -0.506076625263E-07                     
+AR REUN 2009  4  1 17  5  0.000000  1    0.215089520431E-07                     
+AR REYK 2009  4  1 17  5  0.000000  1   -0.417915896409E-03                     
+AR SCH2 2009  4  1 17  5  0.000000  1    0.189922961680E-03                     
+AR SCUB 2009  4  1 17  5  0.000000  1   -0.544007367387E-07                     
+AR STJO 2009  4  1 17  5  0.000000  1   -0.705890069741E-05                     
+AR SYDN 2009  4  1 17  5  0.000000  1    0.141040730194E-05                     
+AR SYOG 2009  4  1 17  5  0.000000  1    0.140128706456E-04                     
+AR THU2 2009  4  1 17  5  0.000000  1    0.348098804806E-03                     
+AR TOW2 2009  4  1 17  5  0.000000  1   -0.380023462184E-08                     
+AR URUM 2009  4  1 17  5  0.000000  1   -0.176883944245E-04                     
+AR VESL 2009  4  1 17  5  0.000000  1   -0.116072796723E-03                     
+AR VILL 2009  4  1 17  5  0.000000  1   -0.608185200039E-07                     
+AR WTZR 2009  4  1 17  5  0.000000  1    0.463566368306E-07                     
+AR WUHN 2009  4  1 17  5  0.000000  1   -0.520048079540E-07                     
+AR YSSK 2009  4  1 17  5  0.000000  1   -0.744803016741E-07                     
+AR ZIM2 2009  4  1 17  5  0.000000  1    0.278360235136E-07                     
+AR XMIS 2009  4  1 17  5  0.000000  1    0.953515460764E-09                     
+AR GODZ 2009  4  1 17  5  0.000000  1   -0.469118769298E-03                     
+AR MTKA 2009  4  1 17  5  0.000000  1   -0.564627265897E-07                     
+AR TIXJ 2009  4  1 17  5  0.000000  1   -0.531161096578E-04                     
+AR PARK 2009  4  1 17  5  0.000000  1    0.808425307145E-06                     
+AR UNBJ 2009  4  1 17  5  0.000000  1   -0.440325659099E-03                     
+AR NOVM 2009  4  1 17  5  0.000000  1    0.798329910841E-04                     
+AR SUNM 2009  4  1 17  5  0.000000  1   -0.190227915879E-03                     
+AR CEBR 2009  4  1 17  5  0.000000  1    0.719431847813E-03                     
+AR CPXF 2009  4  1 17  5  0.000000  1    0.977645442571E-08                     
+AR IDDR 2009  4  1 17  5  0.000000  1    0.146439430521E-07                     
+AR AZGB 2009  4  1 17  5  0.000000  1   -0.233320665756E-03                     
+AR TN22 2009  4  1 17  5  0.000000  1   -0.424925458599E-03                     
+AR ETAD 2009  4  1 17  5  0.000000  1    0.167604378977E-07                     
+AR ILHA 2009  4  1 17  5  0.000000  1    0.119306845747E-08                     
+AR POVE 2009  4  1 17  5  0.000000  1    0.431486528965E-08                     
+AR RECF 2009  4  1 17  5  0.000000  1    0.202900453523E-07                     
+AR SALU 2009  4  1 17  5  0.000000  1    0.309087047669E-07                     
+AR SAVO 2009  4  1 17  5  0.000000  1    0.314398617607E-07                     
+AR UFPR 2009  4  1 17  5  0.000000  1    0.329588548138E-07                     
+AR YELL 2009  4  1 17  5  0.000000  1    0.247573000000E-06                     
+AS G32  2009  4  1 17 10  0.000000  1    0.280096199797E-03                     
+AS G24  2009  4  1 17 10  0.000000  1    0.177890739115E-03                     
+AS G25  2009  4  1 17 10  0.000000  1    0.334939150851E-03                     
+AS G26  2009  4  1 17 10  0.000000  1    0.544969637267E-04                     
+AS G27  2009  4  1 17 10  0.000000  1    0.371944676073E-04                     
+AS G30  2009  4  1 17 10  0.000000  1    0.136306066716E-03                     
+AS G03  2009  4  1 17 10  0.000000  1    0.373570500408E-03                     
+AS G04  2009  4  1 17 10  0.000000  1   -0.349762099855E-04                     
+AS G06  2009  4  1 17 10  0.000000  1    0.605516341784E-04                     
+AS G08  2009  4  1 17 10  0.000000  1   -0.196578454424E-03                     
+AS G09  2009  4  1 17 10  0.000000  1    0.484975294415E-04                     
+AS G10  2009  4  1 17 10  0.000000  1   -0.136380872718E-04                     
+AS G14  2009  4  1 17 10  0.000000  1   -0.132288589803E-03                     
+AS G13  2009  4  1 17 10  0.000000  1    0.293284627337E-03                     
+AS G28  2009  4  1 17 10  0.000000  1   -0.238337286358E-04                     
+AS G21  2009  4  1 17 10  0.000000  1    0.214890597916E-04                     
+AS G11  2009  4  1 17 10  0.000000  1    0.272856462602E-05                     
+AS G22  2009  4  1 17 10  0.000000  1    0.202415313525E-03                     
+AS G20  2009  4  1 17 10  0.000000  1    0.865391052561E-04                     
+AS G18  2009  4  1 17 10  0.000000  1   -0.694580240091E-04                     
+AS G16  2009  4  1 17 10  0.000000  1    0.629417931468E-04                     
+AS G19  2009  4  1 17 10  0.000000  1    0.293408635419E-04                     
+AS G23  2009  4  1 17 10  0.000000  1    0.388996145326E-03                     
+AS G02  2009  4  1 17 10  0.000000  1    0.153922232206E-03                     
+AS G31  2009  4  1 17 10  0.000000  1   -0.564936397491E-04                     
+AS G17  2009  4  1 17 10  0.000000  1    0.524699802842E-04                     
+AS G12  2009  4  1 17 10  0.000000  1   -0.299441149232E-03                     
+AS G15  2009  4  1 17 10  0.000000  1   -0.276094449552E-03                     
+AS G29  2009  4  1 17 10  0.000000  1    0.493157204787E-05                     
+AS G07  2009  4  1 17 10  0.000000  1    0.209713654179E-04                     
+AS R02  2009  4  1 17 10  0.000000  1    0.205938323587E-04                     
+AS R03  2009  4  1 17 10  0.000000  1   -0.343442542032E-04                     
+AS R04  2009  4  1 17 10  0.000000  1    0.636705927179E-04                     
+AS R06  2009  4  1 17 10  0.000000  1   -0.169256179040E-03                     
+AS R07  2009  4  1 17 10  0.000000  1   -0.891537451288E-04                     
+AS R08  2009  4  1 17 10  0.000000  1   -0.101980818090E-03                     
+AS R10  2009  4  1 17 10  0.000000  1   -0.140826716242E-03                     
+AS R11  2009  4  1 17 10  0.000000  1   -0.926467808153E-04                     
+AS R13  2009  4  1 17 10  0.000000  1   -0.230665024937E-03                     
+AS R14  2009  4  1 17 10  0.000000  1   -0.795564191769E-04                     
+AS R15  2009  4  1 17 10  0.000000  1    0.921292975195E-04                     
+AS R17  2009  4  1 17 10  0.000000  1   -0.261284024447E-03                     
+AS R18  2009  4  1 17 10  0.000000  1   -0.135445769657E-05                     
+AS R19  2009  4  1 17 10  0.000000  1   -0.894432227366E-04                     
+AS R20  2009  4  1 17 10  0.000000  1   -0.650173471249E-04                     
+AS R21  2009  4  1 17 10  0.000000  1   -0.143367951202E-03                     
+AS R22  2009  4  1 17 10  0.000000  1   -0.201631244727E-03                     
+AS R23  2009  4  1 17 10  0.000000  1   -0.200204392450E-03                     
+AR ALGO 2009  4  1 17 10  0.000000  1    0.811220668673E-04                     
+AR ALIC 2009  4  1 17 10  0.000000  1    0.635756525343E-08                     
+AR AMC2 2009  4  1 17 10  0.000000  1    0.235993777206E-08                     
+AR ANKR 2009  4  1 17 10  0.000000  1    0.228939192796E-04                     
+AR ARTU 2009  4  1 17 10  0.000000  1   -0.450859229464E-07                     
+AR ASPA 2009  4  1 17 10  0.000000  1    0.321137984411E-07                     
+AR BHR1 2009  4  1 17 10  0.000000  1    0.563382485289E-03                     
+AR BARH 2009  4  1 17 10  0.000000  1    0.942865161689E-09                     
+AR BJFS 2009  4  1 17 10  0.000000  1   -0.456041726092E-07                     
+AR BOGT 2009  4  1 17 10  0.000000  1   -0.636925863606E-07                     
+AR BRMU 2009  4  1 17 10  0.000000  1   -0.393237817714E-03                     
+AR CAGZ 2009  4  1 17 10  0.000000  1   -0.387759596150E-03                     
+AR CAS1 2009  4  1 17 10  0.000000  1    0.868299277484E-08                     
+AR CHAT 2009  4  1 17 10  0.000000  1   -0.444067464340E-07                     
+AR CHPI 2009  4  1 17 10  0.000000  1   -0.711084765209E-07                     
+AR COCO 2009  4  1 17 10  0.000000  1    0.227683735850E-03                     
+AR CONZ 2009  4  1 17 10  0.000000  1   -0.441004189747E-04                     
+AR CRAR 2009  4  1 17 10  0.000000  1    0.350288443194E-03                     
+AR CRO1 2009  4  1 17 10  0.000000  1    0.665107637755E-03                     
+AR DAEJ 2009  4  1 17 10  0.000000  1   -0.196529608036E-03                     
+AR DARW 2009  4  1 17 10  0.000000  1    0.114992751839E-08                     
+AR DGAR 2009  4  1 17 10  0.000000  1   -0.575729001352E-07                     
+AR DRAO 2009  4  1 17 10  0.000000  1    0.553675172161E-06                     
+AR FAA1 2009  4  1 17 10  0.000000  1   -0.777821417928E-08                     
+AR FAIR 2009  4  1 17 10  0.000000  1   -0.616897242645E-07                     
+AR GLPS 2009  4  1 17 10  0.000000  1   -0.733724177471E-07                     
+AR GUAM 2009  4  1 17 10  0.000000  1   -0.599246677686E-07                     
+AR GUAT 2009  4  1 17 10  0.000000  1    0.115850713341E-07                     
+AR HOB2 2009  4  1 17 10  0.000000  1    0.896486131017E-07                     
+AR HOLM 2009  4  1 17 10  0.000000  1   -0.581678845929E-07                     
+AR HRAO 2009  4  1 17 10  0.000000  1    0.849469744428E-03                     
+AR HYDE 2009  4  1 17 10  0.000000  1    0.169910253459E-08                     
+AR IRKJ 2009  4  1 17 10  0.000000  1    0.163746695449E-03                     
+AR ISPA 2009  4  1 17 10  0.000000  1   -0.599675596315E-07                     
+AR KARR 2009  4  1 17 10  0.000000  1   -0.503044155012E-07                     
+AR KERG 2009  4  1 17 10  0.000000  1    0.817500161526E-03                     
+AR KHAJ 2009  4  1 17 10  0.000000  1   -0.150741139288E-05                     
+AR KIR0 2009  4  1 17 10  0.000000  1    0.282697858369E-03                     
+AR KIRU 2009  4  1 17 10  0.000000  1    0.591398916593E-03                     
+AR KIT3 2009  4  1 17 10  0.000000  1   -0.113784707863E-08                     
+AR KOUR 2009  4  1 17 10  0.000000  1    0.125015033645E-03                     
+AR KUNM 2009  4  1 17 10  0.000000  1   -0.516892166489E-08                     
+AR LHAZ 2009  4  1 17 10  0.000000  1   -0.314431753410E-03                     
+AR MAL2 2009  4  1 17 10  0.000000  1   -0.239151341380E-07                     
+AR MAS1 2009  4  1 17 10  0.000000  1   -0.101612110733E-03                     
+AR MAW1 2009  4  1 17 10  0.000000  1    0.848814573848E-08                     
+AR MCIL 2009  4  1 17 10  0.000000  1    0.310869318594E-07                     
+AR MCM4 2009  4  1 17 10  0.000000  1   -0.546260194735E-07                     
+AR MDO1 2009  4  1 17 10  0.000000  1   -0.474787748907E-07                     
+AR MDVJ 2009  4  1 17 10  0.000000  1    0.438552443387E-03                     
+AR MKEA 2009  4  1 17 10  0.000000  1   -0.368228376184E-07                     
+AR MOBS 2009  4  1 17 10  0.000000  1    0.511855919317E-08                     
+AR NANO 2009  4  1 17 10  0.000000  1    0.753795408124E-08                     
+AR NLIB 2009  4  1 17 10  0.000000  1   -0.117513861722E-06                     
+AR NNOR 2009  4  1 17 10  0.000000  1    0.365801916616E-03                     
+AR NRC1 2009  4  1 17 10  0.000000  1   -0.448415617384E-05                     
+AR NRIL 2009  4  1 17 10  0.000000  1   -0.477183255992E-07                     
+AR NRMD 2009  4  1 17 10  0.000000  1    0.255970759540E-07                     
+AR NTUS 2009  4  1 17 10  0.000000  1   -0.404101957459E-08                     
+AR NYAL 2009  4  1 17 10  0.000000  1    0.950321980282E-07                     
+AR OHI3 2009  4  1 17 10  0.000000  1    0.413394571901E-03                     
+AR ONSA 2009  4  1 17 10  0.000000  1   -0.324807794795E-04                     
+AR PDEL 2009  4  1 17 10  0.000000  1    0.275633335894E-08                     
+AR PERT 2009  4  1 17 10  0.000000  1   -0.548223878381E-07                     
+AR PETP 2009  4  1 17 10  0.000000  1   -0.559975752606E-07                     
+AR PIMO 2009  4  1 17 10  0.000000  1   -0.475626238822E-07                     
+AR QAQ1 2009  4  1 17 10  0.000000  1   -0.684282269281E-07                     
+AR QUIN 2009  4  1 17 10  0.000000  1   -0.454525531462E-07                     
+AR RABT 2009  4  1 17 10  0.000000  1   -0.662845049204E-07                     
+AR RAMO 2009  4  1 17 10  0.000000  1    0.624383521618E-07                     
+AR RCMN 2009  4  1 17 10  0.000000  1    0.118077479469E-07                     
+AR REDU 2009  4  1 17 10  0.000000  1   -0.543630186223E-07                     
+AR REUN 2009  4  1 17 10  0.000000  1    0.229845421737E-07                     
+AR REYK 2009  4  1 17 10  0.000000  1   -0.406335253028E-03                     
+AR SCH2 2009  4  1 17 10  0.000000  1    0.189941104804E-03                     
+AR SCUB 2009  4  1 17 10  0.000000  1   -0.509808872398E-07                     
+AR STJO 2009  4  1 17 10  0.000000  1   -0.705918410432E-05                     
+AR SYDN 2009  4  1 17 10  0.000000  1    0.141050730280E-05                     
+AR SYOG 2009  4  1 17 10  0.000000  1    0.140131215097E-04                     
+AR THU2 2009  4  1 17 10  0.000000  1    0.346096469351E-03                     
+AR TOW2 2009  4  1 17 10  0.000000  1   -0.163529443883E-08                     
+AR URUM 2009  4  1 17 10  0.000000  1   -0.929500245731E-04                     
+AR VESL 2009  4  1 17 10  0.000000  1   -0.796809279175E-04                     
+AR VILL 2009  4  1 17 10  0.000000  1   -0.569856231329E-07                     
+AR WTZR 2009  4  1 17 10  0.000000  1    0.463845155074E-07                     
+AR WUHN 2009  4  1 17 10  0.000000  1   -0.517770273012E-07                     
+AR YSSK 2009  4  1 17 10  0.000000  1   -0.723314359794E-07                     
+AR ZIM2 2009  4  1 17 10  0.000000  1    0.237421351646E-07                     
+AR XMIS 2009  4  1 17 10  0.000000  1   -0.611120535373E-09                     
+AR GODZ 2009  4  1 17 10  0.000000  1   -0.469118724523E-03                     
+AR MTKA 2009  4  1 17 10  0.000000  1   -0.670794169781E-07                     
+AR TIXJ 2009  4  1 17 10  0.000000  1   -0.554437187660E-04                     
+AR PARK 2009  4  1 17 10  0.000000  1    0.808496754534E-06                     
+AR UNBJ 2009  4  1 17 10  0.000000  1    0.484274544314E-03                     
+AR NOVM 2009  4  1 17 10  0.000000  1    0.798329923674E-04                     
+AR SUNM 2009  4  1 17 10  0.000000  1   -0.346446676447E-03                     
+AR CEBR 2009  4  1 17 10  0.000000  1    0.719431859654E-03                     
+AR CPXF 2009  4  1 17 10  0.000000  1    0.102868869974E-07                     
+AR IDDR 2009  4  1 17 10  0.000000  1    0.144207534643E-07                     
+AR AZGB 2009  4  1 17 10  0.000000  1   -0.372832008716E-03                     
+AR TN22 2009  4  1 17 10  0.000000  1   -0.499820614437E-03                     
+AR ETAD 2009  4  1 17 10  0.000000  1    0.164596228775E-07                     
+AR ILHA 2009  4  1 17 10  0.000000  1    0.337284502613E-09                     
+AR POVE 2009  4  1 17 10  0.000000  1    0.597025238799E-08                     
+AR RECF 2009  4  1 17 10  0.000000  1    0.180246631377E-07                     
+AR SALU 2009  4  1 17 10  0.000000  1    0.313380643540E-07                     
+AR SAVO 2009  4  1 17 10  0.000000  1    0.314635755486E-07                     
+AR UFPR 2009  4  1 17 10  0.000000  1    0.323633717452E-07                     
+AR YELL 2009  4  1 17 10  0.000000  1    0.247643000000E-06                     
+AS G32  2009  4  1 17 15  0.000000  1    0.280094932128E-03                     
+AS G24  2009  4  1 17 15  0.000000  1    0.177891156293E-03                     
+AS G25  2009  4  1 17 15  0.000000  1    0.334945761214E-03                     
+AS G26  2009  4  1 17 15  0.000000  1    0.544977019546E-04                     
+AS G27  2009  4  1 17 15  0.000000  1    0.371958028746E-04                     
+AS G30  2009  4  1 17 15  0.000000  1    0.136307116640E-03                     
+AS G03  2009  4  1 17 15  0.000000  1    0.373572840580E-03                     
+AS G04  2009  4  1 17 15  0.000000  1   -0.349805244892E-04                     
+AS G06  2009  4  1 17 15  0.000000  1    0.605569940300E-04                     
+AS G08  2009  4  1 17 15  0.000000  1   -0.196578840924E-03                     
+AS G09  2009  4  1 17 15  0.000000  1    0.484977538235E-04                     
+AS G10  2009  4  1 17 15  0.000000  1   -0.136389252044E-04                     
+AS G14  2009  4  1 17 15  0.000000  1   -0.132286840558E-03                     
+AS G13  2009  4  1 17 15  0.000000  1    0.293285078575E-03                     
+AS G28  2009  4  1 17 15  0.000000  1   -0.238337806816E-04                     
+AS G21  2009  4  1 17 15  0.000000  1    0.214886570121E-04                     
+AS G11  2009  4  1 17 15  0.000000  1    0.272791567458E-05                     
+AS G22  2009  4  1 17 15  0.000000  1    0.202414223977E-03                     
+AS G20  2009  4  1 17 15  0.000000  1    0.865388770397E-04                     
+AS G18  2009  4  1 17 15  0.000000  1   -0.694569928141E-04                     
+AS G16  2009  4  1 17 15  0.000000  1    0.629409016094E-04                     
+AS G19  2009  4  1 17 15  0.000000  1    0.293405356164E-04                     
+AS G23  2009  4  1 17 15  0.000000  1    0.388996156881E-03                     
+AS G02  2009  4  1 17 15  0.000000  1    0.153922141997E-03                     
+AS G31  2009  4  1 17 15  0.000000  1   -0.564940366272E-04                     
+AS G17  2009  4  1 17 15  0.000000  1    0.524702521347E-04                     
+AS G12  2009  4  1 17 15  0.000000  1   -0.299439700637E-03                     
+AS G15  2009  4  1 17 15  0.000000  1   -0.276095693558E-03                     
+AS G29  2009  4  1 17 15  0.000000  1    0.493274500014E-05                     
+AS G07  2009  4  1 17 15  0.000000  1    0.209712032768E-04                     
+AS R02  2009  4  1 17 15  0.000000  1    0.205928064985E-04                     
+AS R03  2009  4  1 17 15  0.000000  1   -0.343447814645E-04                     
+AS R04  2009  4  1 17 15  0.000000  1    0.636676623646E-04                     
+AS R06  2009  4  1 17 15  0.000000  1   -0.169256170933E-03                     
+AS R07  2009  4  1 17 15  0.000000  1   -0.891544424585E-04                     
+AS R08  2009  4  1 17 15  0.000000  1   -0.101980525892E-03                     
+AS R10  2009  4  1 17 15  0.000000  1   -0.140826895063E-03                     
+AS R11  2009  4  1 17 15  0.000000  1   -0.926470492337E-04                     
+AS R13  2009  4  1 17 15  0.000000  1   -0.230665129995E-03                     
+AS R14  2009  4  1 17 15  0.000000  1   -0.795553609214E-04                     
+AS R15  2009  4  1 17 15  0.000000  1    0.921286015403E-04                     
+AS R17  2009  4  1 17 15  0.000000  1   -0.261284493523E-03                     
+AS R18  2009  4  1 17 15  0.000000  1   -0.135441060605E-05                     
+AS R19  2009  4  1 17 15  0.000000  1   -0.894434342889E-04                     
+AS R20  2009  4  1 17 15  0.000000  1   -0.650171336606E-04                     
+AS R21  2009  4  1 17 15  0.000000  1   -0.143368542275E-03                     
+AS R22  2009  4  1 17 15  0.000000  1   -0.201632084151E-03                     
+AS R23  2009  4  1 17 15  0.000000  1   -0.200202537682E-03                     
+AR ALGO 2009  4  1 17 15  0.000000  1    0.811250126674E-04                     
+AR ALIC 2009  4  1 17 15  0.000000  1    0.920474601638E-08                     
+AR AMC2 2009  4  1 17 15  0.000000  1    0.237108676228E-08                     
+AR ANKR 2009  4  1 17 15  0.000000  1    0.852066800864E-04                     
+AR ARTU 2009  4  1 17 15  0.000000  1   -0.515774295247E-07                     
+AR ASPA 2009  4  1 17 15  0.000000  1    0.333930120775E-07                     
+AR BHR1 2009  4  1 17 15  0.000000  1    0.563382519864E-03                     
+AR BARH 2009  4  1 17 15  0.000000  1   -0.292023138024E-09                     
+AR BJFS 2009  4  1 17 15  0.000000  1   -0.451807791449E-07                     
+AR BOGT 2009  4  1 17 15  0.000000  1   -0.627433689873E-07                     
+AR BRMU 2009  4  1 17 15  0.000000  1    0.101477748134E-03                     
+AR CAGZ 2009  4  1 17 15  0.000000  1   -0.164228317165E-03                     
+AR CAS1 2009  4  1 17 15  0.000000  1    0.702136826902E-08                     
+AR CHAT 2009  4  1 17 15  0.000000  1   -0.449820046994E-07                     
+AR CHPI 2009  4  1 17 15  0.000000  1   -0.715173699815E-07                     
+AR COCO 2009  4  1 17 15  0.000000  1    0.227683105229E-03                     
+AR CONZ 2009  4  1 17 15  0.000000  1   -0.175645882168E-03                     
+AR CRAR 2009  4  1 17 15  0.000000  1    0.325171424413E-03                     
+AR CRO1 2009  4  1 17 15  0.000000  1    0.665107651061E-03                     
+AR DAEJ 2009  4  1 17 15  0.000000  1   -0.196529103869E-03                     
+AR DARW 2009  4  1 17 15  0.000000  1   -0.200246445892E-10                     
+AR DGAR 2009  4  1 17 15  0.000000  1   -0.516103708517E-07                     
+AR DRAO 2009  4  1 17 15  0.000000  1    0.590497925570E-06                     
+AR FAA1 2009  4  1 17 15  0.000000  1   -0.669548374493E-08                     
+AR FAIR 2009  4  1 17 15  0.000000  1   -0.637300701828E-07                     
+AR GLPS 2009  4  1 17 15  0.000000  1   -0.737305606198E-07                     
+AR GUAM 2009  4  1 17 15  0.000000  1   -0.590238990966E-07                     
+AR GUAT 2009  4  1 17 15  0.000000  1    0.154304982211E-07                     
+AR HOB2 2009  4  1 17 15  0.000000  1    0.896692218209E-07                     
+AR HOLM 2009  4  1 17 15  0.000000  1   -0.671877208926E-07                     
+AR HRAO 2009  4  1 17 15  0.000000  1    0.849469831533E-03                     
+AR HYDE 2009  4  1 17 15  0.000000  1    0.342789303215E-08                     
+AR IRKJ 2009  4  1 17 15  0.000000  1    0.163746702000E-03                     
+AR ISPA 2009  4  1 17 15  0.000000  1   -0.616793491441E-07                     
+AR KARR 2009  4  1 17 15  0.000000  1   -0.506050239222E-07                     
+AR KERG 2009  4  1 17 15  0.000000  1    0.817499771288E-03                     
+AR KHAJ 2009  4  1 17 15  0.000000  1   -0.150737999374E-05                     
+AR KIR0 2009  4  1 17 15  0.000000  1    0.282691162662E-03                     
+AR KIRU 2009  4  1 17 15  0.000000  1    0.591402414001E-03                     
+AR KIT3 2009  4  1 17 15  0.000000  1   -0.929562829241E-08                     
+AR KOUR 2009  4  1 17 15  0.000000  1    0.125015060519E-03                     
+AR KUNM 2009  4  1 17 15  0.000000  1    0.643996101055E-08                     
+AR LHAZ 2009  4  1 17 15  0.000000  1   -0.294155094226E-03                     
+AR MAL2 2009  4  1 17 15  0.000000  1   -0.262569036989E-07                     
+AR MAS1 2009  4  1 17 15  0.000000  1   -0.101611975745E-03                     
+AR MAW1 2009  4  1 17 15  0.000000  1    0.812945034869E-08                     
+AR MCIL 2009  4  1 17 15  0.000000  1    0.303263202836E-07                     
+AR MCM4 2009  4  1 17 15  0.000000  1   -0.503310315361E-07                     
+AR MDO1 2009  4  1 17 15  0.000000  1   -0.459307295667E-07                     
+AR MDVJ 2009  4  1 17 15  0.000000  1    0.438552446367E-03                     
+AR MKEA 2009  4  1 17 15  0.000000  1   -0.365750294604E-07                     
+AR MOBS 2009  4  1 17 15  0.000000  1    0.500213312196E-08                     
+AR NANO 2009  4  1 17 15  0.000000  1   -0.859248388279E-09                     
+AR NLIB 2009  4  1 17 15  0.000000  1   -0.117590634147E-06                     
+AR NNOR 2009  4  1 17 15  0.000000  1    0.365801667590E-03                     
+AR NRC1 2009  4  1 17 15  0.000000  1   -0.448412069748E-05                     
+AR NRIL 2009  4  1 17 15  0.000000  1   -0.419590124896E-07                     
+AR NRMD 2009  4  1 17 15  0.000000  1    0.254661745248E-07                     
+AR NTUS 2009  4  1 17 15  0.000000  1   -0.351543915099E-08                     
+AR NYAL 2009  4  1 17 15  0.000000  1    0.950604232767E-07                     
+AR OHI3 2009  4  1 17 15  0.000000  1   -0.467696770840E-03                     
+AR ONSA 2009  4  1 17 15  0.000000  1   -0.324808090337E-04                     
+AR PDEL 2009  4  1 17 15  0.000000  1   -0.306022243126E-09                     
+AR PERT 2009  4  1 17 15  0.000000  1   -0.504355071284E-07                     
+AR PETP 2009  4  1 17 15  0.000000  1   -0.542529983435E-07                     
+AR PIMO 2009  4  1 17 15  0.000000  1   -0.396388173591E-07                     
+AR QAQ1 2009  4  1 17 15  0.000000  1   -0.671463604798E-07                     
+AR QUIN 2009  4  1 17 15  0.000000  1   -0.475874921785E-07                     
+AR RABT 2009  4  1 17 15  0.000000  1   -0.591781367951E-07                     
+AR RAMO 2009  4  1 17 15  0.000000  1   -0.133523227078E-07                     
+AR RCMN 2009  4  1 17 15  0.000000  1    0.107501327953E-07                     
+AR REDU 2009  4  1 17 15  0.000000  1   -0.579986108433E-07                     
+AR REUN 2009  4  1 17 15  0.000000  1    0.219561358193E-07                     
+AR REYK 2009  4  1 17 15  0.000000  1   -0.394908466575E-03                     
+AR SCH2 2009  4  1 17 15  0.000000  1    0.189958971203E-03                     
+AR SCUB 2009  4  1 17 15  0.000000  1   -0.491403957648E-07                     
+AR STJO 2009  4  1 17 15  0.000000  1   -0.705945694188E-05                     
+AR SYDN 2009  4  1 17 15  0.000000  1    0.141046263433E-05                     
+AR SYOG 2009  4  1 17 15  0.000000  1    0.140130483034E-04                     
+AR THU2 2009  4  1 17 15  0.000000  1    0.344094357076E-03                     
+AR TOW2 2009  4  1 17 15  0.000000  1   -0.257001874366E-08                     
+AR URUM 2009  4  1 17 15  0.000000  1   -0.168216936698E-03                     
+AR VESL 2009  4  1 17 15  0.000000  1   -0.432703376476E-04                     
+AR VILL 2009  4  1 17 15  0.000000  1   -0.721494472490E-07                     
+AR WTZR 2009  4  1 17 15  0.000000  1    0.464012233002E-07                     
+AR WUHN 2009  4  1 17 15  0.000000  1   -0.524258468454E-07                     
+AR YSSK 2009  4  1 17 15  0.000000  1   -0.708551570290E-07                     
+AR ZIM2 2009  4  1 17 15  0.000000  1    0.271415973105E-07                     
+AR XMIS 2009  4  1 17 15  0.000000  1   -0.147647601161E-08                     
+AR GODZ 2009  4  1 17 15  0.000000  1   -0.469118711480E-03                     
+AR MTKA 2009  4  1 17 15  0.000000  1   -0.709482334135E-07                     
+AR TIXJ 2009  4  1 17 15  0.000000  1   -0.577906909458E-04                     
+AR PARK 2009  4  1 17 15  0.000000  1    0.808710257660E-06                     
+AR UNBJ 2009  4  1 17 15  0.000000  1    0.408571399240E-03                     
+AR NOVM 2009  4  1 17 15  0.000000  1    0.798329903131E-04                     
+AR SUNM 2009  4  1 17 15  0.000000  1   -0.502332236803E-03                     
+AR CEBR 2009  4  1 17 15  0.000000  1    0.719431883386E-03                     
+AR CPXF 2009  4  1 17 15  0.000000  1    0.100956374014E-07                     
+AR IDDR 2009  4  1 17 15  0.000000  1    0.124142065449E-07                     
+AR AZGB 2009  4  1 17 15  0.000000  1    0.487571380424E-03                     
+AR TN22 2009  4  1 17 15  0.000000  1    0.425320815455E-03                     
+AR ETAD 2009  4  1 17 15  0.000000  1    0.152846081677E-07                     
+AR ILHA 2009  4  1 17 15  0.000000  1   -0.294622092594E-09                     
+AR POVE 2009  4  1 17 15  0.000000  1    0.686304340642E-08                     
+AR RECF 2009  4  1 17 15  0.000000  1    0.181903953584E-07                     
+AR SALU 2009  4  1 17 15  0.000000  1    0.360044236884E-07                     
+AR SAVO 2009  4  1 17 15  0.000000  1    0.315106073670E-07                     
+AR UFPR 2009  4  1 17 15  0.000000  1    0.353326657837E-07                     
+AR YELL 2009  4  1 17 15  0.000000  1    0.247713000000E-06                     
+AS G32  2009  4  1 17 20  0.000000  1    0.280093700631E-03                     
+AS G24  2009  4  1 17 20  0.000000  1    0.177891578419E-03                     
+AS G25  2009  4  1 17 20  0.000000  1    0.334952511793E-03                     
+AS G26  2009  4  1 17 20  0.000000  1    0.544983353509E-04                     
+AS G27  2009  4  1 17 20  0.000000  1    0.371967407930E-04                     
+AS G30  2009  4  1 17 20  0.000000  1    0.136307607911E-03                     
+AS G03  2009  4  1 17 20  0.000000  1    0.373574131234E-03                     
+AS G04  2009  4  1 17 20  0.000000  1   -0.349849361372E-04                     
+AS G06  2009  4  1 17 20  0.000000  1    0.605624000148E-04                     
+AS G08  2009  4  1 17 20  0.000000  1   -0.196579276758E-03                     
+AS G09  2009  4  1 17 20  0.000000  1    0.484984675668E-04                     
+AS G10  2009  4  1 17 20  0.000000  1   -0.136386405649E-04                     
+AS G14  2009  4  1 17 20  0.000000  1   -0.132285049377E-03                     
+AS G13  2009  4  1 17 20  0.000000  1    0.293285530847E-03                     
+AS G28  2009  4  1 17 20  0.000000  1   -0.238342107635E-04                     
+AS G21  2009  4  1 17 20  0.000000  1    0.214881817755E-04                     
+AS G11  2009  4  1 17 20  0.000000  1    0.272752233480E-05                     
+AS G22  2009  4  1 17 20  0.000000  1    0.202414371138E-03                     
+AS G20  2009  4  1 17 20  0.000000  1    0.865385867145E-04                     
+AS G18  2009  4  1 17 20  0.000000  1   -0.694560645824E-04                     
+AS G16  2009  4  1 17 20  0.000000  1    0.629398376125E-04                     
+AS G19  2009  4  1 17 20  0.000000  1    0.293404071396E-04                     
+AS G23  2009  4  1 17 20  0.000000  1    0.388996409516E-03                     
+AS G02  2009  4  1 17 20  0.000000  1    0.153921996514E-03                     
+AS G31  2009  4  1 17 20  0.000000  1   -0.564943643603E-04                     
+AS G17  2009  4  1 17 20  0.000000  1    0.524708229311E-04                     
+AS G12  2009  4  1 17 20  0.000000  1   -0.299438065433E-03                     
+AS G15  2009  4  1 17 20  0.000000  1   -0.276097004149E-03                     
+AS G29  2009  4  1 17 20  0.000000  1    0.493403479315E-05                     
+AS G07  2009  4  1 17 20  0.000000  1    0.209712426452E-04                     
+AS R02  2009  4  1 17 20  0.000000  1    0.205917786208E-04                     
+AS R03  2009  4  1 17 20  0.000000  1   -0.343445252636E-04                     
+AS R04  2009  4  1 17 20  0.000000  1    0.636658046362E-04                     
+AS R06  2009  4  1 17 20  0.000000  1   -0.169256940863E-03                     
+AS R07  2009  4  1 17 20  0.000000  1   -0.891533303937E-04                     
+AS R08  2009  4  1 17 20  0.000000  1   -0.101980334453E-03                     
+AS R10  2009  4  1 17 20  0.000000  1   -0.140826788599E-03                     
+AS R11  2009  4  1 17 20  0.000000  1   -0.926472616148E-04                     
+AS R13  2009  4  1 17 20  0.000000  1   -0.230665487735E-03                     
+AS R14  2009  4  1 17 20  0.000000  1   -0.795543148974E-04                     
+AS R15  2009  4  1 17 20  0.000000  1    0.921291189485E-04                     
+AS R17  2009  4  1 17 20  0.000000  1   -0.261284863112E-03                     
+AS R18  2009  4  1 17 20  0.000000  1   -0.135429452505E-05                     
+AS R19  2009  4  1 17 20  0.000000  1   -0.894437463806E-04                     
+AS R20  2009  4  1 17 20  0.000000  1   -0.650173684452E-04                     
+AS R21  2009  4  1 17 20  0.000000  1   -0.143368750434E-03                     
+AS R22  2009  4  1 17 20  0.000000  1   -0.201632674562E-03                     
+AS R23  2009  4  1 17 20  0.000000  1   -0.200200189993E-03                     
+AR ALGO 2009  4  1 17 20  0.000000  1    0.811279584415E-04                     
+AR ALIC 2009  4  1 17 20  0.000000  1    0.977666746685E-08                     
+AR AMC2 2009  4  1 17 20  0.000000  1    0.238601342700E-08                     
+AR ANKR 2009  4  1 17 20  0.000000  1    0.147435815952E-03                     
+AR ARTU 2009  4  1 17 20  0.000000  1   -0.484789122815E-07                     
+AR ASPA 2009  4  1 17 20  0.000000  1    0.328059766233E-07                     
+AR BHR1 2009  4  1 17 20  0.000000  1    0.563382444314E-03                     
+AR BARH 2009  4  1 17 20  0.000000  1   -0.145021178851E-08                     
+AR BJFS 2009  4  1 17 20  0.000000  1   -0.455188971297E-07                     
+AR BOGT 2009  4  1 17 20  0.000000  1   -0.587417444351E-07                     
+AR BRMU 2009  4  1 17 20  0.000000  1   -0.403120711948E-03                     
+AR CAGZ 2009  4  1 17 20  0.000000  1    0.594728638209E-04                     
+AR CAS1 2009  4  1 17 20  0.000000  1    0.934795597693E-08                     
+AR CHAT 2009  4  1 17 20  0.000000  1   -0.408426501009E-07                     
+AR CHPI 2009  4  1 17 20  0.000000  1   -0.713938718215E-07                     
+AR COCO 2009  4  1 17 20  0.000000  1    0.227682586474E-03                     
+AR CONZ 2009  4  1 17 20  0.000000  1   -0.307137831134E-03                     
+AR CRAR 2009  4  1 17 20  0.000000  1    0.300060440669E-03                     
+AR CRO1 2009  4  1 17 20  0.000000  1    0.665107691886E-03                     
+AR DAEJ 2009  4  1 17 20  0.000000  1   -0.196528186810E-03                     
+AR DARW 2009  4  1 17 20  0.000000  1   -0.290006871095E-09                     
+AR DGAR 2009  4  1 17 20  0.000000  1   -0.525817587339E-07                     
+AR DRAO 2009  4  1 17 20  0.000000  1    0.627151060369E-06                     
+AR FAA1 2009  4  1 17 20  0.000000  1   -0.764226459413E-08                     
+AR FAIR 2009  4  1 17 20  0.000000  1   -0.600883909794E-07                     
+AR GLPS 2009  4  1 17 20  0.000000  1   -0.756675545735E-07                     
+AR GUAM 2009  4  1 17 20  0.000000  1   -0.594483251961E-07                     
+AR GUAT 2009  4  1 17 20  0.000000  1    0.153218210481E-07                     
+AR HOB2 2009  4  1 17 20  0.000000  1    0.897205369220E-07                     
+AR HOLM 2009  4  1 17 20  0.000000  1   -0.681501521293E-07                     
+AR HRAO 2009  4  1 17 20  0.000000  1    0.849469944496E-03                     
+AR HYDE 2009  4  1 17 20  0.000000  1   -0.480124375022E-08                     
+AR IRKJ 2009  4  1 17 20  0.000000  1    0.163746714870E-03                     
+AR ISPA 2009  4  1 17 20  0.000000  1   -0.623529156464E-07                     
+AR KARR 2009  4  1 17 20  0.000000  1   -0.524930632855E-07                     
+AR KERG 2009  4  1 17 20  0.000000  1    0.817500011322E-03                     
+AR KHAJ 2009  4  1 17 20  0.000000  1   -0.150735142714E-05                     
+AR KIR0 2009  4  1 17 20  0.000000  1    0.282684452123E-03                     
+AR KIRU 2009  4  1 17 20  0.000000  1    0.591405263833E-03                     
+AR KIT3 2009  4  1 17 20  0.000000  1    0.734951668995E-08                     
+AR KOUR 2009  4  1 17 20  0.000000  1    0.125015090145E-03                     
+AR KUNM 2009  4  1 17 20  0.000000  1    0.639064654101E-09                     
+AR LHAZ 2009  4  1 17 20  0.000000  1   -0.273811763451E-03                     
+AR MAL2 2009  4  1 17 20  0.000000  1   -0.119247333261E-07                     
+AR MAS1 2009  4  1 17 20  0.000000  1   -0.101611848175E-03                     
+AR MAW1 2009  4  1 17 20  0.000000  1    0.710856180258E-08                     
+AR MCIL 2009  4  1 17 20  0.000000  1    0.305739579234E-07                     
+AR MCM4 2009  4  1 17 20  0.000000  1   -0.495263038115E-07                     
+AR MDO1 2009  4  1 17 20  0.000000  1   -0.430703757820E-07                     
+AR MDVJ 2009  4  1 17 20  0.000000  1    0.438552459160E-03                     
+AR MKEA 2009  4  1 17 20  0.000000  1   -0.365270724544E-07                     
+AR MOBS 2009  4  1 17 20  0.000000  1    0.268586975285E-08                     
+AR NANO 2009  4  1 17 20  0.000000  1    0.255824727128E-08                     
+AR NLIB 2009  4  1 17 20  0.000000  1   -0.117918284052E-06                     
+AR NNOR 2009  4  1 17 20  0.000000  1    0.365801401813E-03                     
+AR NRC1 2009  4  1 17 20  0.000000  1   -0.448406820273E-05                     
+AR NRIL 2009  4  1 17 20  0.000000  1   -0.401831042053E-07                     
+AR NRMD 2009  4  1 17 20  0.000000  1    0.246639145425E-07                     
+AR NTUS 2009  4  1 17 20  0.000000  1   -0.438679574482E-08                     
+AR NYAL 2009  4  1 17 20  0.000000  1    0.950970882958E-07                     
+AR OHI3 2009  4  1 17 20  0.000000  1   -0.349117275796E-03                     
+AR ONSA 2009  4  1 17 20  0.000000  1   -0.324808259517E-04                     
+AR PDEL 2009  4  1 17 20  0.000000  1   -0.644126095859E-09                     
+AR PERT 2009  4  1 17 20  0.000000  1   -0.490837038127E-07                     
+AR PETP 2009  4  1 17 20  0.000000  1   -0.551355684189E-07                     
+AR PIMO 2009  4  1 17 20  0.000000  1   -0.442682041227E-07                     
+AR QAQ1 2009  4  1 17 20  0.000000  1   -0.650497005727E-07                     
+AR QUIN 2009  4  1 17 20  0.000000  1   -0.481262657950E-07                     
+AR RABT 2009  4  1 17 20  0.000000  1   -0.601460703798E-07                     
+AR RAMO 2009  4  1 17 20  0.000000  1    0.210933474104E-07                     
+AR RCMN 2009  4  1 17 20  0.000000  1    0.112001179117E-07                     
+AR REDU 2009  4  1 17 20  0.000000  1   -0.630138622988E-07                     
+AR REUN 2009  4  1 17 20  0.000000  1    0.247999389753E-07                     
+AR REYK 2009  4  1 17 20  0.000000  1   -0.383532535105E-03                     
+AR SCH2 2009  4  1 17 20  0.000000  1    0.189976697921E-03                     
+AR SCUB 2009  4  1 17 20  0.000000  1   -0.465003556677E-07                     
+AR STJO 2009  4  1 17 20  0.000000  1   -0.705971141727E-05                     
+AR SYDN 2009  4  1 17 20  0.000000  1    0.141045827696E-05                     
+AR SYOG 2009  4  1 17 20  0.000000  1    0.140130870440E-04                     
+AR THU2 2009  4  1 17 20  0.000000  1    0.342092286655E-03                     
+AR TOW2 2009  4  1 17 20  0.000000  1   -0.760209174482E-09                     
+AR URUM 2009  4  1 17 20  0.000000  1   -0.243458894014E-03                     
+AR VESL 2009  4  1 17 20  0.000000  1   -0.685009151332E-05                     
+AR VILL 2009  4  1 17 20  0.000000  1   -0.769461823834E-07                     
+AR WTZR 2009  4  1 17 20  0.000000  1    0.464520323126E-07                     
+AR WUHN 2009  4  1 17 20  0.000000  1   -0.516320967859E-07                     
+AR YSSK 2009  4  1 17 20  0.000000  1   -0.678633681442E-07                     
+AR ZIM2 2009  4  1 17 20  0.000000  1    0.266351818024E-07                     
+AR XMIS 2009  4  1 17 20  0.000000  1   -0.538715747407E-08                     
+AR GODZ 2009  4  1 17 20  0.000000  1   -0.469118669376E-03                     
+AR MTKA 2009  4  1 17 20  0.000000  1   -0.679082501995E-07                     
+AR TIXJ 2009  4  1 17 20  0.000000  1   -0.601585663842E-04                     
+AR PARK 2009  4  1 17 20  0.000000  1    0.808865961353E-06                     
+AR UNBJ 2009  4  1 17 20  0.000000  1    0.332588939607E-03                     
+AR NOVM 2009  4  1 17 20  0.000000  1    0.798330378845E-04                     
+AR SUNM 2009  4  1 17 20  0.000000  1    0.341411407878E-03                     
+AR CEBR 2009  4  1 17 20  0.000000  1    0.719431933041E-03                     
+AR CPXF 2009  4  1 17 20  0.000000  1    0.747707720183E-08                     
+AR IDDR 2009  4  1 17 20  0.000000  1    0.144250359553E-07                     
+AR AZGB 2009  4  1 17 20  0.000000  1    0.348043789611E-03                     
+AR TN22 2009  4  1 17 20  0.000000  1    0.350224194960E-03                     
+AR ETAD 2009  4  1 17 20  0.000000  1    0.192158675545E-07                     
+AR ILHA 2009  4  1 17 20  0.000000  1   -0.156921281164E-09                     
+AR POVE 2009  4  1 17 20  0.000000  1    0.747928416605E-08                     
+AR RECF 2009  4  1 17 20  0.000000  1    0.201768835937E-07                     
+AR SALU 2009  4  1 17 20  0.000000  1    0.336927123117E-07                     
+AR SAVO 2009  4  1 17 20  0.000000  1    0.308477430562E-07                     
+AR UFPR 2009  4  1 17 20  0.000000  1    0.349604811800E-07                     
+AR YELL 2009  4  1 17 20  0.000000  1    0.247784000000E-06                     
+AS G32  2009  4  1 17 25  0.000000  1    0.280092266958E-03                     
+AS G24  2009  4  1 17 25  0.000000  1    0.177891990367E-03                     
+AS G25  2009  4  1 17 25  0.000000  1    0.334959140384E-03                     
+AS G26  2009  4  1 17 25  0.000000  1    0.544991384034E-04                     
+AS G27  2009  4  1 17 25  0.000000  1    0.371980391162E-04                     
+AS G30  2009  4  1 17 25  0.000000  1    0.136308380396E-03                     
+AS G03  2009  4  1 17 25  0.000000  1    0.373576308457E-03                     
+AS G04  2009  4  1 17 25  0.000000  1   -0.349892246624E-04                     
+AS G06  2009  4  1 17 25  0.000000  1    0.605679307595E-04                     
+AS G08  2009  4  1 17 25  0.000000  1   -0.196579517042E-03                     
+AS G09  2009  4  1 17 25  0.000000  1    0.485002191097E-04                     
+AS G10  2009  4  1 17 25  0.000000  1   -0.136391832549E-04                     
+AS G14  2009  4  1 17 25  0.000000  1   -0.132283455124E-03                     
+AS G13  2009  4  1 17 25  0.000000  1    0.293285702921E-03                     
+AS G28  2009  4  1 17 25  0.000000  1   -0.238340625738E-04                     
+AS G21  2009  4  1 17 25  0.000000  1    0.214880167951E-04                     
+AS G11  2009  4  1 17 25  0.000000  1    0.272704457181E-05                     
+AS G22  2009  4  1 17 25  0.000000  1    0.202414573319E-03                     
+AS G20  2009  4  1 17 25  0.000000  1    0.865383059084E-04                     
+AS G18  2009  4  1 17 25  0.000000  1   -0.694550825755E-04                     
+AS G16  2009  4  1 17 25  0.000000  1    0.629392023484E-04                     
+AS G19  2009  4  1 17 25  0.000000  1    0.293402544279E-04                     
+AS G23  2009  4  1 17 25  0.000000  1    0.388996635495E-03                     
+AS G02  2009  4  1 17 25  0.000000  1    0.153921966394E-03                     
+AS G31  2009  4  1 17 25  0.000000  1   -0.564947868073E-04                     
+AS G17  2009  4  1 17 25  0.000000  1    0.524715506192E-04                     
+AS G12  2009  4  1 17 25  0.000000  1   -0.299436856627E-03                     
+AS G15  2009  4  1 17 25  0.000000  1   -0.276098251926E-03                     
+AS G29  2009  4  1 17 25  0.000000  1    0.493538743548E-05                     
+AS G07  2009  4  1 17 25  0.000000  1    0.209707965506E-04                     
+AS R02  2009  4  1 17 25  0.000000  1    0.205909725501E-04                     
+AS R03  2009  4  1 17 25  0.000000  1   -0.343453003503E-04                     
+AS R04  2009  4  1 17 25  0.000000  1    0.636624099928E-04                     
+AS R06  2009  4  1 17 25  0.000000  1   -0.169258289362E-03                     
+AS R07  2009  4  1 17 25  0.000000  1   -0.891527719887E-04                     
+AS R08  2009  4  1 17 25  0.000000  1   -0.101980182439E-03                     
+AS R10  2009  4  1 17 25  0.000000  1   -0.140826980844E-03                     
+AS R11  2009  4  1 17 25  0.000000  1   -0.926474557502E-04                     
+AS R13  2009  4  1 17 25  0.000000  1   -0.230665726573E-03                     
+AS R14  2009  4  1 17 25  0.000000  1   -0.795540277650E-04                     
+AS R15  2009  4  1 17 25  0.000000  1    0.921296852954E-04                     
+AS R17  2009  4  1 17 25  0.000000  1   -0.261285324183E-03                     
+AS R18  2009  4  1 17 25  0.000000  1   -0.135424865453E-05                     
+AS R19  2009  4  1 17 25  0.000000  1   -0.894438356298E-04                     
+AS R20  2009  4  1 17 25  0.000000  1   -0.650174553762E-04                     
+AS R21  2009  4  1 17 25  0.000000  1   -0.143369096485E-03                     
+AS R22  2009  4  1 17 25  0.000000  1   -0.201633469601E-03                     
+AS R23  2009  4  1 17 25  0.000000  1   -0.200197998405E-03                     
+AR ALGO 2009  4  1 17 25  0.000000  1    0.811308292859E-04                     
+AR ALIC 2009  4  1 17 25  0.000000  1    0.145759513672E-07                     
+AR AMC2 2009  4  1 17 25  0.000000  1    0.239248749556E-08                     
+AR ANKR 2009  4  1 17 25  0.000000  1    0.209609528839E-03                     
+AR ARTU 2009  4  1 17 25  0.000000  1   -0.474755193920E-07                     
+AR ASPA 2009  4  1 17 25  0.000000  1    0.321663430816E-07                     
+AR BHR1 2009  4  1 17 25  0.000000  1    0.563382498802E-03                     
+AR BARH 2009  4  1 17 25  0.000000  1   -0.684675280732E-08                     
+AR BJFS 2009  4  1 17 25  0.000000  1   -0.449622520830E-07                     
+AR BOGT 2009  4  1 17 25  0.000000  1   -0.597852350094E-07                     
+AR BRMU 2009  4  1 17 25  0.000000  1    0.927986307042E-04                     
+AR CAGZ 2009  4  1 17 25  0.000000  1    0.283239429424E-03                     
+AR CAS1 2009  4  1 17 25  0.000000  1    0.762268939606E-08                     
+AR CHAT 2009  4  1 17 25  0.000000  1   -0.396875727973E-07                     
+AR CHPI 2009  4  1 17 25  0.000000  1   -0.715106700575E-07                     
+AR COCO 2009  4  1 17 25  0.000000  1    0.227682328878E-03                     
+AR CONZ 2009  4  1 17 25  0.000000  1   -0.438599843193E-03                     
+AR CRAR 2009  4  1 17 25  0.000000  1    0.274937485949E-03                     
+AR CRO1 2009  4  1 17 25  0.000000  1    0.665107743919E-03                     
+AR DAEJ 2009  4  1 17 25  0.000000  1   -0.196527507152E-03                     
+AR DARW 2009  4  1 17 25  0.000000  1   -0.172244159641E-08                     
+AR DGAR 2009  4  1 17 25  0.000000  1   -0.534540496339E-07                     
+AR DRAO 2009  4  1 17 25  0.000000  1    0.663986023482E-06                     
+AR FAA1 2009  4  1 17 25  0.000000  1   -0.848807555695E-08                     
+AR FAIR 2009  4  1 17 25  0.000000  1   -0.636509447854E-07                     
+AR GLPS 2009  4  1 17 25  0.000000  1   -0.737885801614E-07                     
+AR GUAM 2009  4  1 17 25  0.000000  1   -0.598696712393E-07                     
+AR GUAT 2009  4  1 17 25  0.000000  1    0.175292558213E-07                     
+AR HOB2 2009  4  1 17 25  0.000000  1    0.897584310970E-07                     
+AR HOFN 2009  4  1 17 25  0.000000  1    0.381645404226E-03                     
+AR HOLM 2009  4  1 17 25  0.000000  1   -0.665889408838E-07                     
+AR HRAO 2009  4  1 17 25  0.000000  1    0.849470041145E-03                     
+AR HYDE 2009  4  1 17 25  0.000000  1   -0.594243465280E-08                     
+AR IRKJ 2009  4  1 17 25  0.000000  1    0.163746702963E-03                     
+AR ISPA 2009  4  1 17 25  0.000000  1   -0.720999530769E-07                     
+AR KARR 2009  4  1 17 25  0.000000  1   -0.516347631199E-07                     
+AR KERG 2009  4  1 17 25  0.000000  1    0.817499715946E-03                     
+AR KHAJ 2009  4  1 17 25  0.000000  1   -0.150733822992E-05                     
+AR KIR0 2009  4  1 17 25  0.000000  1    0.282677693195E-03                     
+AR KIRU 2009  4  1 17 25  0.000000  1    0.591407581574E-03                     
+AR KIT3 2009  4  1 17 25  0.000000  1   -0.127965999944E-08                     
+AR KOUR 2009  4  1 17 25  0.000000  1    0.125015105188E-03                     
+AR KUNM 2009  4  1 17 25  0.000000  1   -0.643614832085E-08                     
+AR LHAZ 2009  4  1 17 25  0.000000  1   -0.253374831726E-03                     
+AR MAL2 2009  4  1 17 25  0.000000  1   -0.170104026434E-07                     
+AR MAS1 2009  4  1 17 25  0.000000  1   -0.101611664242E-03                     
+AR MAW1 2009  4  1 17 25  0.000000  1    0.678598424784E-08                     
+AR MCIL 2009  4  1 17 25  0.000000  1    0.292115398895E-07                     
+AR MCM4 2009  4  1 17 25  0.000000  1   -0.497110500838E-07                     
+AR MDO1 2009  4  1 17 25  0.000000  1   -0.428151416209E-07                     
+AR MDVJ 2009  4  1 17 25  0.000000  1    0.438552463930E-03                     
+AR MKEA 2009  4  1 17 25  0.000000  1   -0.356424998397E-07                     
+AR MOBS 2009  4  1 17 25  0.000000  1    0.145384232449E-08                     
+AR NANO 2009  4  1 17 25  0.000000  1    0.297966358475E-08                     
+AR NLIB 2009  4  1 17 25  0.000000  1   -0.118051963230E-06                     
+AR NNOR 2009  4  1 17 25  0.000000  1    0.365800964756E-03                     
+AR NRC1 2009  4  1 17 25  0.000000  1   -0.448403802948E-05                     
+AR NRIL 2009  4  1 17 25  0.000000  1   -0.429112560293E-07                     
+AR NRMD 2009  4  1 17 25  0.000000  1    0.253841056843E-07                     
+AR NTUS 2009  4  1 17 25  0.000000  1   -0.443434837477E-08                     
+AR NYAL 2009  4  1 17 25  0.000000  1    0.951162395366E-07                     
+AR OHI3 2009  4  1 17 25  0.000000  1   -0.230954526314E-03                     
+AR ONSA 2009  4  1 17 25  0.000000  1   -0.324808618688E-04                     
+AR PDEL 2009  4  1 17 25  0.000000  1    0.368440863926E-09                     
+AR PERT 2009  4  1 17 25  0.000000  1   -0.497509617016E-07                     
+AR PETP 2009  4  1 17 25  0.000000  1   -0.536691828418E-07                     
+AR PIMO 2009  4  1 17 25  0.000000  1   -0.446602817233E-07                     
+AR QAQ1 2009  4  1 17 25  0.000000  1   -0.648037524265E-07                     
+AR QUIN 2009  4  1 17 25  0.000000  1   -0.496191056827E-07                     
+AR RABT 2009  4  1 17 25  0.000000  1   -0.585138186522E-07                     
+AR RAMO 2009  4  1 17 25  0.000000  1    0.547791479143E-07                     
+AR RCMN 2009  4  1 17 25  0.000000  1    0.110667552698E-07                     
+AR REDU 2009  4  1 17 25  0.000000  1   -0.679553382182E-07                     
+AR REUN 2009  4  1 17 25  0.000000  1    0.247447309119E-07                     
+AR REYK 2009  4  1 17 25  0.000000  1   -0.372340151935E-03                     
+AR SCH2 2009  4  1 17 25  0.000000  1    0.189994060353E-03                     
+AR SCUB 2009  4  1 17 25  0.000000  1   -0.442553478232E-07                     
+AR STJO 2009  4  1 17 25  0.000000  1   -0.706001113709E-05                     
+AR SYDN 2009  4  1 17 25  0.000000  1    0.141050092321E-05                     
+AR SYOG 2009  4  1 17 25  0.000000  1    0.140133319650E-04                     
+AR THU2 2009  4  1 17 25  0.000000  1    0.340089981809E-03                     
+AR TOW2 2009  4  1 17 25  0.000000  1   -0.214291140834E-08                     
+AR URUM 2009  4  1 17 25  0.000000  1   -0.318697823600E-03                     
+AR VESL 2009  4  1 17 25  0.000000  1    0.295906680861E-04                     
+AR VILL 2009  4  1 17 25  0.000000  1   -0.793382759825E-07                     
+AR WTZR 2009  4  1 17 25  0.000000  1    0.464699729398E-07                     
+AR WUHN 2009  4  1 17 25  0.000000  1   -0.525868170667E-07                     
+AR YSSK 2009  4  1 17 25  0.000000  1   -0.660466227105E-07                     
+AR ZIM2 2009  4  1 17 25  0.000000  1    0.250215669165E-07                     
+AR XMIS 2009  4  1 17 25  0.000000  1   -0.848878961825E-08                     
+AR GODZ 2009  4  1 17 25  0.000000  1   -0.469118635314E-03                     
+AR MTKA 2009  4  1 17 25  0.000000  1   -0.562315310894E-07                     
+AR TIXJ 2009  4  1 17 25  0.000000  1   -0.625053110453E-04                     
+AR PARK 2009  4  1 17 25  0.000000  1    0.808941452530E-06                     
+AR UNBJ 2009  4  1 17 25  0.000000  1    0.256361397865E-03                     
+AR NOVM 2009  4  1 17 25  0.000000  1    0.798330532877E-04                     
+AR SUNM 2009  4  1 17 25  0.000000  1    0.185596550300E-03                     
+AR CEBR 2009  4  1 17 25  0.000000  1    0.719431930185E-03                     
+AR CPXF 2009  4  1 17 25  0.000000  1    0.791831226353E-08                     
+AR IDDR 2009  4  1 17 25  0.000000  1    0.160791655993E-07                     
+AR AZGB 2009  4  1 17 25  0.000000  1    0.208535736130E-03                     
+AR TN22 2009  4  1 17 25  0.000000  1    0.275118617769E-03                     
+AR ETAD 2009  4  1 17 25  0.000000  1    0.209997476353E-07                     
+AR ILHA 2009  4  1 17 25  0.000000  1    0.142176757725E-09                     
+AR POVE 2009  4  1 17 25  0.000000  1    0.742557124496E-08                     
+AR RECF 2009  4  1 17 25  0.000000  1    0.246910734712E-07                     
+AR SALU 2009  4  1 17 25  0.000000  1    0.281524858353E-07                     
+AR SAVO 2009  4  1 17 25  0.000000  1    0.297822089768E-07                     
+AR UFPR 2009  4  1 17 25  0.000000  1    0.340579310309E-07                     
+AR YELL 2009  4  1 17 25  0.000000  1    0.247854000000E-06                     
+AS G32  2009  4  1 17 30  0.000000  1    0.280090880247E-03                     
+AS G24  2009  4  1 17 30  0.000000  1    0.177892501604E-03                     
+AS G25  2009  4  1 17 30  0.000000  1    0.334965673673E-03                     
+AS G26  2009  4  1 17 30  0.000000  1    0.544998008460E-04                     
+AS G27  2009  4  1 17 30  0.000000  1    0.371991550514E-04                     
+AS G30  2009  4  1 17 30  0.000000  1    0.136309817574E-03                     
+AS G03  2009  4  1 17 30  0.000000  1    0.373578313828E-03                     
+AS G04  2009  4  1 17 30  0.000000  1   -0.349936848274E-04                     
+AS G06  2009  4  1 17 30  0.000000  1    0.605732246728E-04                     
+AS G08  2009  4  1 17 30  0.000000  1   -0.196578931850E-03                     
+AS G09  2009  4  1 17 30  0.000000  1    0.485001225736E-04                     
+AS G10  2009  4  1 17 30  0.000000  1   -0.136399257594E-04                     
+AS G14  2009  4  1 17 30  0.000000  1   -0.132281803872E-03                     
+AS G13  2009  4  1 17 30  0.000000  1    0.293286131049E-03                     
+AS G28  2009  4  1 17 30  0.000000  1   -0.238341661616E-04                     
+AS G21  2009  4  1 17 30  0.000000  1    0.214872645925E-04                     
+AS G11  2009  4  1 17 30  0.000000  1    0.272663781970E-05                     
+AS G22  2009  4  1 17 30  0.000000  1    0.202414760839E-03                     
+AS G20  2009  4  1 17 30  0.000000  1    0.865380377559E-04                     
+AS G18  2009  4  1 17 30  0.000000  1   -0.694538589365E-04                     
+AS G16  2009  4  1 17 30  0.000000  1    0.629382451757E-04                     
+AS G19  2009  4  1 17 30  0.000000  1    0.293400201494E-04                     
+AS G23  2009  4  1 17 30  0.000000  1    0.388996501412E-03                     
+AS G02  2009  4  1 17 30  0.000000  1    0.153921716373E-03                     
+AS G31  2009  4  1 17 30  0.000000  1   -0.564949585223E-04                     
+AS G17  2009  4  1 17 30  0.000000  1    0.524720150472E-04                     
+AS G12  2009  4  1 17 30  0.000000  1   -0.299435518792E-03                     
+AS G15  2009  4  1 17 30  0.000000  1   -0.276099512574E-03                     
+AS G29  2009  4  1 17 30  0.000000  1    0.493674160858E-05                     
+AS G07  2009  4  1 17 30  0.000000  1    0.209706067001E-04                     
+AS R02  2009  4  1 17 30  0.000000  1    0.205898716938E-04                     
+AS R03  2009  4  1 17 30  0.000000  1   -0.343457349328E-04                     
+AS R04  2009  4  1 17 30  0.000000  1    0.636608391645E-04                     
+AS R06  2009  4  1 17 30  0.000000  1   -0.169259916044E-03                     
+AS R07  2009  4  1 17 30  0.000000  1   -0.891526908711E-04                     
+AS R08  2009  4  1 17 30  0.000000  1   -0.101980127862E-03                     
+AS R10  2009  4  1 17 30  0.000000  1   -0.140826611528E-03                     
+AS R11  2009  4  1 17 30  0.000000  1   -0.926476890831E-04                     
+AS R13  2009  4  1 17 30  0.000000  1   -0.230665962862E-03                     
+AS R14  2009  4  1 17 30  0.000000  1   -0.795527281233E-04                     
+AS R15  2009  4  1 17 30  0.000000  1    0.921300730213E-04                     
+AS R17  2009  4  1 17 30  0.000000  1   -0.261285624908E-03                     
+AS R18  2009  4  1 17 30  0.000000  1   -0.135432804786E-05                     
+AS R19  2009  4  1 17 30  0.000000  1   -0.894440038924E-04                     
+AS R20  2009  4  1 17 30  0.000000  1   -0.650176540795E-04                     
+AS R21  2009  4  1 17 30  0.000000  1   -0.143369615942E-03                     
+AS R22  2009  4  1 17 30  0.000000  1   -0.201634395010E-03                     
+AS R23  2009  4  1 17 30  0.000000  1   -0.200196685038E-03                     
+AR ALGO 2009  4  1 17 30  0.000000  1    0.811334610989E-04                     
+AR ALIC 2009  4  1 17 30  0.000000  1    0.128591021090E-07                     
+AR AMC2 2009  4  1 17 30  0.000000  1    0.240553574886E-08                     
+AR ANKR 2009  4  1 17 30  0.000000  1    0.271800268628E-03                     
+AR ARTU 2009  4  1 17 30  0.000000  1   -0.480462204255E-07                     
+AR ASPA 2009  4  1 17 30  0.000000  1    0.333598393552E-07                     
+AR BHR1 2009  4  1 17 30  0.000000  1    0.563382666019E-03                     
+AR BARH 2009  4  1 17 30  0.000000  1    0.195878419193E-08                     
+AR BJFS 2009  4  1 17 30  0.000000  1   -0.513402626771E-07                     
+AR BOGT 2009  4  1 17 30  0.000000  1   -0.574673960635E-07                     
+AR BRMU 2009  4  1 17 30  0.000000  1   -0.410806354729E-03                     
+AR CAGZ 2009  4  1 17 30  0.000000  1   -0.492968939714E-03                     
+AR CAS1 2009  4  1 17 30  0.000000  1    0.942112115520E-08                     
+AR CHAT 2009  4  1 17 30  0.000000  1   -0.393579067519E-07                     
+AR CHPI 2009  4  1 17 30  0.000000  1   -0.726066732942E-07                     
+AR COCO 2009  4  1 17 30  0.000000  1    0.227682053744E-03                     
+AR CONZ 2009  4  1 17 30  0.000000  1    0.429667442494E-03                     
+AR CRAR 2009  4  1 17 30  0.000000  1    0.249819492658E-03                     
+AR CRO1 2009  4  1 17 30  0.000000  1    0.665107755362E-03                     
+AR DAEJ 2009  4  1 17 30  0.000000  1   -0.196527333754E-03                     
+AR DARW 2009  4  1 17 30  0.000000  1    0.148156160857E-09                     
+AR DGAR 2009  4  1 17 30  0.000000  1   -0.610030557826E-07                     
+AR DRAO 2009  4  1 17 30  0.000000  1    0.700669763036E-06                     
+AR FAA1 2009  4  1 17 30  0.000000  1   -0.725691712750E-08                     
+AR FAIR 2009  4  1 17 30  0.000000  1   -0.635079087797E-07                     
+AR GLPS 2009  4  1 17 30  0.000000  1   -0.751429000844E-07                     
+AR GUAM 2009  4  1 17 30  0.000000  1   -0.604882843866E-07                     
+AR GUAT 2009  4  1 17 30  0.000000  1    0.182221939011E-07                     
+AR HOB2 2009  4  1 17 30  0.000000  1    0.897774874123E-07                     
+AR HOFN 2009  4  1 17 30  0.000000  1    0.458838583586E-03                     
+AR HOLM 2009  4  1 17 30  0.000000  1   -0.692505673036E-07                     
+AR HRAO 2009  4  1 17 30  0.000000  1    0.849470139244E-03                     
+AR HYDE 2009  4  1 17 30  0.000000  1   -0.413694912350E-08                     
+AR IRKJ 2009  4  1 17 30  0.000000  1    0.163746687242E-03                     
+AR ISPA 2009  4  1 17 30  0.000000  1   -0.727680313230E-07                     
+AR KARR 2009  4  1 17 30  0.000000  1   -0.520970452821E-07                     
+AR KERG 2009  4  1 17 30  0.000000  1    0.817499378735E-03                     
+AR KHAJ 2009  4  1 17 30  0.000000  1   -0.150731217679E-05                     
+AR KIR0 2009  4  1 17 30  0.000000  1    0.282670927565E-03                     
+AR KIRU 2009  4  1 17 30  0.000000  1    0.591410241232E-03                     
+AR KIT3 2009  4  1 17 30  0.000000  1    0.774830525618E-08                     
+AR KOUR 2009  4  1 17 30  0.000000  1    0.125015138898E-03                     
+AR KUNM 2009  4  1 17 30  0.000000  1    0.845703518464E-08                     
+AR LHAZ 2009  4  1 17 30  0.000000  1   -0.232867175848E-03                     
+AR MAL2 2009  4  1 17 30  0.000000  1   -0.205658478677E-07                     
+AR MAS1 2009  4  1 17 30  0.000000  1   -0.101611549629E-03                     
+AR MAW1 2009  4  1 17 30  0.000000  1    0.571323947987E-08                     
+AR MCIL 2009  4  1 17 30  0.000000  1    0.297037569727E-07                     
+AR MCM4 2009  4  1 17 30  0.000000  1   -0.562483922480E-07                     
+AR MDO1 2009  4  1 17 30  0.000000  1   -0.471372641958E-07                     
+AR MDVJ 2009  4  1 17 30  0.000000  1    0.438552470212E-03                     
+AR MKEA 2009  4  1 17 30  0.000000  1   -0.356613109212E-07                     
+AR MOBS 2009  4  1 17 30  0.000000  1    0.258750498211E-08                     
+AR NANO 2009  4  1 17 30  0.000000  1    0.461946648983E-08                     
+AR NLIB 2009  4  1 17 30  0.000000  1   -0.118225076206E-06                     
+AR NNOR 2009  4  1 17 30  0.000000  1    0.365800907087E-03                     
+AR NRC1 2009  4  1 17 30  0.000000  1   -0.448400968145E-05                     
+AR NRIL 2009  4  1 17 30  0.000000  1   -0.419558115047E-07                     
+AR NRMD 2009  4  1 17 30  0.000000  1    0.255079364812E-07                     
+AR NTUS 2009  4  1 17 30  0.000000  1   -0.451451799227E-08                     
+AR NYAL 2009  4  1 17 30  0.000000  1    0.951384098577E-07                     
+AR OHI3 2009  4  1 17 30  0.000000  1   -0.113482317105E-03                     
+AR ONSA 2009  4  1 17 30  0.000000  1   -0.324809008276E-04                     
+AR PDEL 2009  4  1 17 30  0.000000  1   -0.193480179691E-08                     
+AR PERT 2009  4  1 17 30  0.000000  1   -0.489231139521E-07                     
+AR PETP 2009  4  1 17 30  0.000000  1   -0.539132395981E-07                     
+AR PIMO 2009  4  1 17 30  0.000000  1   -0.427600411879E-07                     
+AR QAQ1 2009  4  1 17 30  0.000000  1   -0.647398477127E-07                     
+AR QUIN 2009  4  1 17 30  0.000000  1   -0.511651181353E-07                     
+AR RABT 2009  4  1 17 30  0.000000  1   -0.585082228349E-07                     
+AR RAMO 2009  4  1 17 30  0.000000  1    0.103634455652E-06                     
+AR RCMN 2009  4  1 17 30  0.000000  1    0.942765030388E-08                     
+AR REDU 2009  4  1 17 30  0.000000  1   -0.710977979840E-07                     
+AR REUN 2009  4  1 17 30  0.000000  1    0.231229361944E-07                     
+AR REYK 2009  4  1 17 30  0.000000  1   -0.361290157505E-03                     
+AR SCH2 2009  4  1 17 30  0.000000  1    0.190011098638E-03                     
+AR SCUB 2009  4  1 17 30  0.000000  1   -0.410083598707E-07                     
+AR STJO 2009  4  1 17 30  0.000000  1   -0.706029664648E-05                     
+AR SYDN 2009  4  1 17 30  0.000000  1    0.141064574584E-05                     
+AR SYOG 2009  4  1 17 30  0.000000  1    0.140134796989E-04                     
+AR THU2 2009  4  1 17 30  0.000000  1    0.338087704376E-03                     
+AR TOW2 2009  4  1 17 30  0.000000  1   -0.247586720826E-08                     
+AR URUM 2009  4  1 17 30  0.000000  1   -0.393854413753E-03                     
+AR VESL 2009  4  1 17 30  0.000000  1    0.660296762163E-04                     
+AR VILL 2009  4  1 17 30  0.000000  1   -0.801856567106E-07                     
+AR WTZR 2009  4  1 17 30  0.000000  1    0.464746910335E-07                     
+AR WUHN 2009  4  1 17 30  0.000000  1   -0.520082880521E-07                     
+AR YSSK 2009  4  1 17 30  0.000000  1   -0.633113937004E-07                     
+AR ZIM2 2009  4  1 17 30  0.000000  1    0.244943730858E-07                     
+AR XMIS 2009  4  1 17 30  0.000000  1   -0.423799604237E-08                     
+AR GODZ 2009  4  1 17 30  0.000000  1   -0.469118611850E-03                     
+AR MTKA 2009  4  1 17 30  0.000000  1   -0.598218856058E-07                     
+AR TIXJ 2009  4  1 17 30  0.000000  1   -0.648507563417E-04                     
+AR PARK 2009  4  1 17 30  0.000000  1    0.809104383783E-06                     
+AR UNBJ 2009  4  1 17 30  0.000000  1    0.179948025922E-03                     
+AR NOVM 2009  4  1 17 30  0.000000  1    0.798330518415E-04                     
+AR SUNM 2009  4  1 17 30  0.000000  1    0.293709293301E-04                     
+AR CEBR 2009  4  1 17 30  0.000000  1    0.719431942832E-03                     
+AR CPXF 2009  4  1 17 30  0.000000  1    0.857700963630E-08                     
+AR IDDR 2009  4  1 17 30  0.000000  1    0.154206964752E-07                     
+AR AZGB 2009  4  1 17 30  0.000000  1    0.690269873547E-04                     
+AR TN22 2009  4  1 17 30  0.000000  1    0.200090384614E-03                     
+AR ETAD 2009  4  1 17 30  0.000000  1    0.219947435692E-07                     
+AR ILHA 2009  4  1 17 30  0.000000  1   -0.268781081114E-09                     
+AR RECF 2009  4  1 17 30  0.000000  1    0.265428528482E-07                     
+AR SALU 2009  4  1 17 30  0.000000  1    0.273231761070E-07                     
+AR SAVO 2009  4  1 17 30  0.000000  1    0.296275434287E-07                     
+AR UFPR 2009  4  1 17 30  0.000000  1    0.347078370803E-07                     
+AR YELL 2009  4  1 17 30  0.000000  1    0.247924000000E-06                     
+AS G32  2009  4  1 17 35  0.000000  1    0.280089470369E-03                     
+AS G24  2009  4  1 17 35  0.000000  1    0.177892449774E-03                     
+AS G25  2009  4  1 17 35  0.000000  1    0.334972287039E-03                     
+AS G26  2009  4  1 17 35  0.000000  1    0.545003452026E-04                     
+AS G27  2009  4  1 17 35  0.000000  1    0.371997363363E-04                     
+AS G30  2009  4  1 17 35  0.000000  1    0.136310246825E-03                     
+AS G03  2009  4  1 17 35  0.000000  1    0.373580240438E-03                     
+AS G04  2009  4  1 17 35  0.000000  1   -0.349979221365E-04                     
+AS G06  2009  4  1 17 35  0.000000  1    0.605786561067E-04                     
+AS G08  2009  4  1 17 35  0.000000  1   -0.196579363924E-03                     
+AS G09  2009  4  1 17 35  0.000000  1    0.485005346704E-04                     
+AS G10  2009  4  1 17 35  0.000000  1   -0.136402476183E-04                     
+AS G14  2009  4  1 17 35  0.000000  1   -0.132280033882E-03                     
+AS G13  2009  4  1 17 35  0.000000  1    0.293286287687E-03                     
+AS G28  2009  4  1 17 35  0.000000  1   -0.238342748825E-04                     
+AS G21  2009  4  1 17 35  0.000000  1    0.214863557925E-04                     
+AS G11  2009  4  1 17 35  0.000000  1    0.272643904563E-05                     
+AS G22  2009  4  1 17 35  0.000000  1    0.202413437810E-03                     
+AS G20  2009  4  1 17 35  0.000000  1    0.865376756228E-04                     
+AS G18  2009  4  1 17 35  0.000000  1   -0.694526783462E-04                     
+AS G16  2009  4  1 17 35  0.000000  1    0.629374168321E-04                     
+AS G19  2009  4  1 17 35  0.000000  1    0.293396811906E-04                     
+AS G23  2009  4  1 17 35  0.000000  1    0.388996559427E-03                     
+AS G02  2009  4  1 17 35  0.000000  1    0.153921589105E-03                     
+AS G31  2009  4  1 17 35  0.000000  1   -0.564952074103E-04                     
+AS G17  2009  4  1 17 35  0.000000  1    0.524724133527E-04                     
+AS G12  2009  4  1 17 35  0.000000  1   -0.299433851671E-03                     
+AS G15  2009  4  1 17 35  0.000000  1   -0.276101146751E-03                     
+AS G29  2009  4  1 17 35  0.000000  1    0.493760113505E-05                     
+AS G07  2009  4  1 17 35  0.000000  1    0.209705360778E-04                     
+AS R02  2009  4  1 17 35  0.000000  1    0.205887709209E-04                     
+AS R03  2009  4  1 17 35  0.000000  1   -0.343478398039E-04                     
+AS R04  2009  4  1 17 35  0.000000  1    0.636586810018E-04                     
+AS R06  2009  4  1 17 35  0.000000  1   -0.169261673017E-03                     
+AS R07  2009  4  1 17 35  0.000000  1   -0.891515543870E-04                     
+AS R08  2009  4  1 17 35  0.000000  1   -0.101979657420E-03                     
+AS R10  2009  4  1 17 35  0.000000  1   -0.140826542762E-03                     
+AS R11  2009  4  1 17 35  0.000000  1   -0.926478552185E-04                     
+AS R13  2009  4  1 17 35  0.000000  1   -0.230665995689E-03                     
+AS R14  2009  4  1 17 35  0.000000  1   -0.795516816499E-04                     
+AS R15  2009  4  1 17 35  0.000000  1    0.921300081919E-04                     
+AS R17  2009  4  1 17 35  0.000000  1   -0.261285903641E-03                     
+AS R18  2009  4  1 17 35  0.000000  1   -0.135458035464E-05                     
+AS R19  2009  4  1 17 35  0.000000  1   -0.894443695725E-04                     
+AS R20  2009  4  1 17 35  0.000000  1   -0.650172818799E-04                     
+AS R21  2009  4  1 17 35  0.000000  1   -0.143370155471E-03                     
+AS R22  2009  4  1 17 35  0.000000  1   -0.201634986950E-03                     
+AS R23  2009  4  1 17 35  0.000000  1   -0.200194886020E-03                     
+AR ALGO 2009  4  1 17 35  0.000000  1    0.811364002542E-04                     
+AR ALIC 2009  4  1 17 35  0.000000  1    0.142790467489E-07                     
+AR AMC2 2009  4  1 17 35  0.000000  1    0.242516851026E-08                     
+AR ANKR 2009  4  1 17 35  0.000000  1    0.333980953101E-03                     
+AR ARTU 2009  4  1 17 35  0.000000  1   -0.498932946864E-07                     
+AR ASPA 2009  4  1 17 35  0.000000  1    0.320668282381E-07                     
+AR BHR1 2009  4  1 17 35  0.000000  1    0.563382506785E-03                     
+AR BARH 2009  4  1 17 35  0.000000  1   -0.970008031234E-09                     
+AR BJFS 2009  4  1 17 35  0.000000  1   -0.542866391197E-07                     
+AR BOGT 2009  4  1 17 35  0.000000  1   -0.584017441631E-07                     
+AR BRMU 2009  4  1 17 35  0.000000  1    0.860103776024E-04                     
+AR CAGZ 2009  4  1 17 35  0.000000  1   -0.269233292825E-03                     
+AR CAS1 2009  4  1 17 35  0.000000  1    0.769555912626E-08                     
+AR CHAT 2009  4  1 17 35  0.000000  1   -0.472616972306E-07                     
+AR CHPI 2009  4  1 17 35  0.000000  1   -0.739950112565E-07                     
+AR COCO 2009  4  1 17 35  0.000000  1    0.227681958405E-03                     
+AR CONZ 2009  4  1 17 35  0.000000  1    0.298196810339E-03                     
+AR CRAR 2009  4  1 17 35  0.000000  1    0.224698524122E-03                     
+AR CRO1 2009  4  1 17 35  0.000000  1    0.665107802239E-03                     
+AR DAEJ 2009  4  1 17 35  0.000000  1   -0.196527128926E-03                     
+AR DARW 2009  4  1 17 35  0.000000  1   -0.806739604467E-09                     
+AR DGAR 2009  4  1 17 35  0.000000  1   -0.624801152774E-07                     
+AR DRAO 2009  4  1 17 35  0.000000  1    0.737712693970E-06                     
+AR FAA1 2009  4  1 17 35  0.000000  1   -0.888082005987E-08                     
+AR FAIR 2009  4  1 17 35  0.000000  1   -0.625093249546E-07                     
+AR GLPS 2009  4  1 17 35  0.000000  1   -0.776043431511E-07                     
+AR GUAM 2009  4  1 17 35  0.000000  1   -0.536414756801E-07                     
+AR GUAT 2009  4  1 17 35  0.000000  1    0.172574136614E-07                     
+AR HOB2 2009  4  1 17 35  0.000000  1    0.898110635852E-07                     
+AR HOFN 2009  4  1 17 35  0.000000  1   -0.463977862260E-03                     
+AR HOLM 2009  4  1 17 35  0.000000  1   -0.671882011541E-07                     
+AR HRAO 2009  4  1 17 35  0.000000  1    0.849470224282E-03                     
+AR HYDE 2009  4  1 17 35  0.000000  1   -0.171533314487E-08                     
+AR IRKJ 2009  4  1 17 35  0.000000  1    0.163746694502E-03                     
+AR ISPA 2009  4  1 17 35  0.000000  1   -0.749882475168E-07                     
+AR KARR 2009  4  1 17 35  0.000000  1   -0.537443551928E-07                     
+AR KERG 2009  4  1 17 35  0.000000  1    0.817499241548E-03                     
+AR KHAJ 2009  4  1 17 35  0.000000  1   -0.150728170867E-05                     
+AR KIR0 2009  4  1 17 35  0.000000  1    0.282664209371E-03                     
+AR KIRU 2009  4  1 17 35  0.000000  1    0.591410788868E-03                     
+AR KIT3 2009  4  1 17 35  0.000000  1    0.153540075006E-08                     
+AR KOUR 2009  4  1 17 35  0.000000  1    0.125015145422E-03                     
+AR KUNM 2009  4  1 17 35  0.000000  1    0.166657631648E-07                     
+AR LHAZ 2009  4  1 17 35  0.000000  1   -0.212252603777E-03                     
+AR MAL2 2009  4  1 17 35  0.000000  1   -0.187639462715E-07                     
+AR MAS1 2009  4  1 17 35  0.000000  1   -0.101611486398E-03                     
+AR MAW1 2009  4  1 17 35  0.000000  1    0.365493158297E-08                     
+AR MCIL 2009  4  1 17 35  0.000000  1    0.297808639708E-07                     
+AR MCM4 2009  4  1 17 35  0.000000  1   -0.571063970006E-07                     
+AR MDO1 2009  4  1 17 35  0.000000  1   -0.468475580403E-07                     
+AR MDVJ 2009  4  1 17 35  0.000000  1    0.438552480735E-03                     
+AR MKEA 2009  4  1 17 35  0.000000  1   -0.356598319055E-07                     
+AR MOBS 2009  4  1 17 35  0.000000  1   -0.863630922198E-10                     
+AR NANO 2009  4  1 17 35  0.000000  1    0.221834375529E-08                     
+AR NLIB 2009  4  1 17 35  0.000000  1   -0.118441056475E-06                     
+AR NNOR 2009  4  1 17 35  0.000000  1    0.365800976597E-03                     
+AR NRC1 2009  4  1 17 35  0.000000  1   -0.448398342192E-05                     
+AR NRIL 2009  4  1 17 35  0.000000  1   -0.367616201241E-07                     
+AR NRMD 2009  4  1 17 35  0.000000  1    0.258653812598E-07                     
+AR NTUS 2009  4  1 17 35  0.000000  1   -0.585686878446E-08                     
+AR NYAL 2009  4  1 17 35  0.000000  1    0.951654501884E-07                     
+AR OHI3 2009  4  1 17 35  0.000000  1    0.346681417802E-05                     
+AR ONSA 2009  4  1 17 35  0.000000  1   -0.324809294091E-04                     
+AR PDEL 2009  4  1 17 35  0.000000  1   -0.107186221473E-08                     
+AR PERT 2009  4  1 17 35  0.000000  1   -0.502783945949E-07                     
+AR PETP 2009  4  1 17 35  0.000000  1   -0.579422258173E-07                     
+AR PIMO 2009  4  1 17 35  0.000000  1   -0.431651491134E-07                     
+AR QAQ1 2009  4  1 17 35  0.000000  1   -0.661341633747E-07                     
+AR QUIN 2009  4  1 17 35  0.000000  1   -0.527200768407E-07                     
+AR RABT 2009  4  1 17 35  0.000000  1   -0.582503417892E-07                     
+AR RAMO 2009  4  1 17 35  0.000000  1   -0.272706706522E-07                     
+AR RCMN 2009  4  1 17 35  0.000000  1    0.962025418467E-08                     
+AR REDU 2009  4  1 17 35  0.000000  1   -0.783774296285E-07                     
+AR REUN 2009  4  1 17 35  0.000000  1    0.263980764524E-07                     
+AR REYK 2009  4  1 17 35  0.000000  1   -0.350312711749E-03                     
+AR SCH2 2009  4  1 17 35  0.000000  1    0.190027960985E-03                     
+AR SCUB 2009  4  1 17 35  0.000000  1   -0.422984404924E-07                     
+AR STJO 2009  4  1 17 35  0.000000  1   -0.706057835870E-05                     
+AR SYDN 2009  4  1 17 35  0.000000  1    0.141066218122E-05                     
+AR SYOG 2009  4  1 17 35  0.000000  1    0.140136541809E-04                     
+AR THU2 2009  4  1 17 35  0.000000  1    0.336085313700E-03                     
+AR TOW2 2009  4  1 17 35  0.000000  1    0.413346032600E-08                     
+AR URUM 2009  4  1 17 35  0.000000  1   -0.468966062111E-03                     
+AR VESL 2009  4  1 17 35  0.000000  1    0.102458675385E-03                     
+AR VILL 2009  4  1 17 35  0.000000  1   -0.795784032602E-07                     
+AR WTZR 2009  4  1 17 35  0.000000  1    0.465103433398E-07                     
+AR WUHN 2009  4  1 17 35  0.000000  1   -0.456240825342E-07                     
+AR YSSK 2009  4  1 17 35  0.000000  1   -0.632146552450E-07                     
+AR ZIM2 2009  4  1 17 35  0.000000  1    0.226946133429E-07                     
+AR XMIS 2009  4  1 17 35  0.000000  1   -0.443730110665E-08                     
+AR GODZ 2009  4  1 17 35  0.000000  1   -0.469118566429E-03                     
+AR MTKA 2009  4  1 17 35  0.000000  1   -0.603308672865E-07                     
+AR TIXJ 2009  4  1 17 35  0.000000  1   -0.671995123195E-04                     
+AR PARK 2009  4  1 17 35  0.000000  1    0.809239001832E-06                     
+AR UNBJ 2009  4  1 17 35  0.000000  1    0.103539491294E-03                     
+AR NOVM 2009  4  1 17 35  0.000000  1    0.798331160638E-04                     
+AR SUNM 2009  4  1 17 35  0.000000  1   -0.126536533488E-03                     
+AR CEBR 2009  4  1 17 35  0.000000  1    0.719431968090E-03                     
+AR CPXF 2009  4  1 17 35  0.000000  1    0.276554631368E-08                     
+AR IDDR 2009  4  1 17 35  0.000000  1    0.191250309590E-07                     
+AR AZGB 2009  4  1 17 35  0.000000  1   -0.704588500608E-04                     
+AR TN22 2009  4  1 17 35  0.000000  1    0.124944523016E-03                     
+AR ETAD 2009  4  1 17 35  0.000000  1    0.228115488644E-07                     
+AR ILHA 2009  4  1 17 35  0.000000  1   -0.772190450278E-09                     
+AR POVE 2009  4  1 17 35  0.000000  1    0.766931437957E-08                     
+AR RECF 2009  4  1 17 35  0.000000  1    0.235230184569E-07                     
+AR SALU 2009  4  1 17 35  0.000000  1    0.275672599446E-07                     
+AR SAVO 2009  4  1 17 35  0.000000  1    0.288111155227E-07                     
+AR UFPR 2009  4  1 17 35  0.000000  1    0.358752766153E-07                     
+AR YELL 2009  4  1 17 35  0.000000  1    0.247994000000E-06                     
+AS G32  2009  4  1 17 40  0.000000  1    0.280088015064E-03                     
+AS G24  2009  4  1 17 40  0.000000  1    0.177893522925E-03                     
+AS G25  2009  4  1 17 40  0.000000  1    0.334978931540E-03                     
+AS G26  2009  4  1 17 40  0.000000  1    0.545008463054E-04                     
+AS G27  2009  4  1 17 40  0.000000  1    0.372007410970E-04                     
+AS G30  2009  4  1 17 40  0.000000  1    0.136310782719E-03                     
+AS G03  2009  4  1 17 40  0.000000  1    0.373581949508E-03                     
+AS G04  2009  4  1 17 40  0.000000  1   -0.350024444024E-04                     
+AS G06  2009  4  1 17 40  0.000000  1    0.605841222899E-04                     
+AS G08  2009  4  1 17 40  0.000000  1   -0.196579247339E-03                     
+AS G09  2009  4  1 17 40  0.000000  1    0.485005710613E-04                     
+AS G10  2009  4  1 17 40  0.000000  1   -0.136408423995E-04                     
+AS G14  2009  4  1 17 40  0.000000  1   -0.132278289920E-03                     
+AS G13  2009  4  1 17 40  0.000000  1    0.293286658406E-03                     
+AS G28  2009  4  1 17 40  0.000000  1   -0.238342730299E-04                     
+AS G21  2009  4  1 17 40  0.000000  1    0.214860418796E-04                     
+AS G11  2009  4  1 17 40  0.000000  1    0.272624874026E-05                     
+AS G22  2009  4  1 17 40  0.000000  1    0.202413926787E-03                     
+AS G20  2009  4  1 17 40  0.000000  1    0.865372478530E-04                     
+AS G18  2009  4  1 17 40  0.000000  1   -0.694518460556E-04                     
+AS G16  2009  4  1 17 40  0.000000  1    0.629364263498E-04                     
+AS G19  2009  4  1 17 40  0.000000  1    0.293394936406E-04                     
+AS G23  2009  4  1 17 40  0.000000  1    0.388996773266E-03                     
+AS G02  2009  4  1 17 40  0.000000  1    0.153921212219E-03                     
+AS G31  2009  4  1 17 40  0.000000  1   -0.564955194512E-04                     
+AS G17  2009  4  1 17 40  0.000000  1    0.524727309261E-04                     
+AS G12  2009  4  1 17 40  0.000000  1   -0.299432594772E-03                     
+AS G15  2009  4  1 17 40  0.000000  1   -0.276102567893E-03                     
+AS G29  2009  4  1 17 40  0.000000  1    0.493904636912E-05                     
+AS G07  2009  4  1 17 40  0.000000  1    0.209702656603E-04                     
+AS R02  2009  4  1 17 40  0.000000  1    0.205879252979E-04                     
+AS R03  2009  4  1 17 40  0.000000  1   -0.343487227348E-04                     
+AS R04  2009  4  1 17 40  0.000000  1    0.636557443094E-04                     
+AS R06  2009  4  1 17 40  0.000000  1   -0.169263213371E-03                     
+AS R07  2009  4  1 17 40  0.000000  1   -0.891514793198E-04                     
+AS R08  2009  4  1 17 40  0.000000  1   -0.101979218266E-03                     
+AS R10  2009  4  1 17 40  0.000000  1   -0.140826240917E-03                     
+AS R11  2009  4  1 17 40  0.000000  1   -0.926479862521E-04                     
+AS R13  2009  4  1 17 40  0.000000  1   -0.230666310167E-03                     
+AS R14  2009  4  1 17 40  0.000000  1   -0.795509218474E-04                     
+AS R15  2009  4  1 17 40  0.000000  1    0.921302865133E-04                     
+AS R17  2009  4  1 17 40  0.000000  1   -0.261286016825E-03                     
+AS R18  2009  4  1 17 40  0.000000  1   -0.135452928251E-05                     
+AS R19  2009  4  1 17 40  0.000000  1   -0.894446498295E-04                     
+AS R20  2009  4  1 17 40  0.000000  1   -0.650174047092E-04                     
+AS R21  2009  4  1 17 40  0.000000  1   -0.143370196730E-03                     
+AS R22  2009  4  1 17 40  0.000000  1   -0.201635847184E-03                     
+AS R23  2009  4  1 17 40  0.000000  1   -0.200193450961E-03                     
+AR ALGO 2009  4  1 17 40  0.000000  1    0.811392509974E-04                     
+AR ALIC 2009  4  1 17 40  0.000000  1    0.143849528812E-07                     
+AR AMC2 2009  4  1 17 40  0.000000  1    0.245031270447E-08                     
+AR ANKR 2009  4  1 17 40  0.000000  1    0.396167872730E-03                     
+AR ARTU 2009  4  1 17 40  0.000000  1   -0.504974456547E-07                     
+AR ASPA 2009  4  1 17 40  0.000000  1    0.282509860200E-07                     
+AR BHR1 2009  4  1 17 40  0.000000  1    0.563382575111E-03                     
+AR BARH 2009  4  1 17 40  0.000000  1    0.112307026943E-08                     
+AR BJFS 2009  4  1 17 40  0.000000  1   -0.510014350954E-07                     
+AR BOGT 2009  4  1 17 40  0.000000  1   -0.595169820674E-07                     
+AR BRMU 2009  4  1 17 40  0.000000  1   -0.416814008590E-03                     
+AR CAGZ 2009  4  1 17 40  0.000000  1   -0.454823384444E-04                     
+AR CAS1 2009  4  1 17 40  0.000000  1    0.835137283997E-08                     
+AR CHAT 2009  4  1 17 40  0.000000  1   -0.489671960678E-07                     
+AR CHPI 2009  4  1 17 40  0.000000  1   -0.749839274488E-07                     
+AR COCO 2009  4  1 17 40  0.000000  1    0.227682185622E-03                     
+AR CONZ 2009  4  1 17 40  0.000000  1    0.166705331403E-03                     
+AR CRAR 2009  4  1 17 40  0.000000  1    0.199584653188E-03                     
+AR CRO1 2009  4  1 17 40  0.000000  1    0.665107876655E-03                     
+AR DAEJ 2009  4  1 17 40  0.000000  1   -0.196525927760E-03                     
+AR DARW 2009  4  1 17 40  0.000000  1    0.620353343220E-09                     
+AR DGAR 2009  4  1 17 40  0.000000  1   -0.607476634767E-07                     
+AR DRAO 2009  4  1 17 40  0.000000  1    0.774569038976E-06                     
+AR FAA1 2009  4  1 17 40  0.000000  1   -0.971406305314E-08                     
+AR FAIR 2009  4  1 17 40  0.000000  1   -0.641486929918E-07                     
+AR GLPS 2009  4  1 17 40  0.000000  1   -0.798310141695E-07                     
+AR GUAM 2009  4  1 17 40  0.000000  1   -0.528801708283E-07                     
+AR GUAT 2009  4  1 17 40  0.000000  1    0.167218702283E-07                     
+AR HOB2 2009  4  1 17 40  0.000000  1    0.898680008294E-07                     
+AR HOFN 2009  4  1 17 40  0.000000  1   -0.386782448132E-03                     
+AR HOLM 2009  4  1 17 40  0.000000  1   -0.692749492116E-07                     
+AR HRAO 2009  4  1 17 40  0.000000  1    0.849470350214E-03                     
+AR HYDE 2009  4  1 17 40  0.000000  1   -0.553209596692E-08                     
+AR IRKJ 2009  4  1 17 40  0.000000  1    0.163746717963E-03                     
+AR ISPA 2009  4  1 17 40  0.000000  1   -0.728590079411E-07                     
+AR KARR 2009  4  1 17 40  0.000000  1   -0.541237367185E-07                     
+AR KERG 2009  4  1 17 40  0.000000  1    0.817499414750E-03                     
+AR KHAJ 2009  4  1 17 40  0.000000  1   -0.150724431266E-05                     
+AR KIR0 2009  4  1 17 40  0.000000  1    0.282657494141E-03                     
+AR KIRU 2009  4  1 17 40  0.000000  1    0.591411324349E-03                     
+AR KOUR 2009  4  1 17 40  0.000000  1    0.125015172322E-03                     
+AR KUNM 2009  4  1 17 40  0.000000  1    0.140334590453E-07                     
+AR LHAZ 2009  4  1 17 40  0.000000  1   -0.191533289776E-03                     
+AR MAL2 2009  4  1 17 40  0.000000  1   -0.199154973982E-07                     
+AR MAS1 2009  4  1 17 40  0.000000  1   -0.101611902155E-03                     
+AR MAW1 2009  4  1 17 40  0.000000  1    0.360455271450E-08                     
+AR MCIL 2009  4  1 17 40  0.000000  1    0.296634534476E-07                     
+AR MCM4 2009  4  1 17 40  0.000000  1   -0.576807894228E-07                     
+AR MDO1 2009  4  1 17 40  0.000000  1   -0.458076168753E-07                     
+AR MDVJ 2009  4  1 17 40  0.000000  1    0.438552496737E-03                     
+AR MKEA 2009  4  1 17 40  0.000000  1   -0.350831336376E-07                     
+AR MOBS 2009  4  1 17 40  0.000000  1    0.327466714513E-08                     
+AR NANO 2009  4  1 17 40  0.000000  1    0.267744923408E-08                     
+AR NLIB 2009  4  1 17 40  0.000000  1   -0.118720122428E-06                     
+AR NNOR 2009  4  1 17 40  0.000000  1    0.365801103082E-03                     
+AR NRC1 2009  4  1 17 40  0.000000  1   -0.448392783454E-05                     
+AR NRIL 2009  4  1 17 40  0.000000  1   -0.352823274596E-07                     
+AR NRMD 2009  4  1 17 40  0.000000  1    0.262388744109E-07                     
+AR NTUS 2009  4  1 17 40  0.000000  1   -0.833068521955E-08                     
+AR NYAL 2009  4  1 17 40  0.000000  1    0.952123853547E-07                     
+AR OHI3 2009  4  1 17 40  0.000000  1    0.119977130779E-03                     
+AR ONSA 2009  4  1 17 40  0.000000  1   -0.324809400792E-04                     
+AR PDEL 2009  4  1 17 40  0.000000  1   -0.433716441010E-08                     
+AR PERT 2009  4  1 17 40  0.000000  1   -0.536979880958E-07                     
+AR PETP 2009  4  1 17 40  0.000000  1   -0.562792683716E-07                     
+AR PIMO 2009  4  1 17 40  0.000000  1   -0.439668411446E-07                     
+AR QAQ1 2009  4  1 17 40  0.000000  1   -0.643864557110E-07                     
+AR QUIN 2009  4  1 17 40  0.000000  1   -0.552194892131E-07                     
+AR RABT 2009  4  1 17 40  0.000000  1   -0.619661106570E-07                     
+AR RAMO 2009  4  1 17 40  0.000000  1    0.555079011194E-07                     
+AR RCMN 2009  4  1 17 40  0.000000  1    0.953493350799E-08                     
+AR REDU 2009  4  1 17 40  0.000000  1   -0.814480748334E-07                     
+AR REUN 2009  4  1 17 40  0.000000  1    0.245904220457E-07                     
+AR REYK 2009  4  1 17 40  0.000000  1   -0.339434223944E-03                     
+AR SCH2 2009  4  1 17 40  0.000000  1    0.190044436523E-03                     
+AR SCUB 2009  4  1 17 40  0.000000  1   -0.417613892585E-07                     
+AR STJO 2009  4  1 17 40  0.000000  1   -0.706084078818E-05                     
+AR SYDN 2009  4  1 17 40  0.000000  1    0.141066532988E-05                     
+AR SYOG 2009  4  1 17 40  0.000000  1    0.140138539639E-04                     
+AR THU2 2009  4  1 17 40  0.000000  1    0.334083151783E-03                     
+AR TOW2 2009  4  1 17 40  0.000000  1    0.494666696321E-08                     
+AR URUM 2009  4  1 17 40  0.000000  1    0.456039227112E-03                     
+AR VESL 2009  4  1 17 40  0.000000  1    0.138895342411E-03                     
+AR VILL 2009  4  1 17 40  0.000000  1   -0.789410903064E-07                     
+AR WTZR 2009  4  1 17 40  0.000000  1    0.465507440367E-07                     
+AR WUHN 2009  4  1 17 40  0.000000  1   -0.474509061133E-07                     
+AR YSSK 2009  4  1 17 40  0.000000  1   -0.620136962679E-07                     
+AR ZIM2 2009  4  1 17 40  0.000000  1    0.218760321610E-07                     
+AR XMIS 2009  4  1 17 40  0.000000  1   -0.392572305776E-08                     
+AR GODZ 2009  4  1 17 40  0.000000  1   -0.469118514945E-03                     
+AR MTKA 2009  4  1 17 40  0.000000  1   -0.856017063145E-07                     
+AR TIXJ 2009  4  1 17 40  0.000000  1   -0.695486219248E-04                     
+AR PARK 2009  4  1 17 40  0.000000  1    0.809415062406E-06                     
+AR UNBJ 2009  4  1 17 40  0.000000  1    0.272433448911E-04                     
+AR NOVM 2009  4  1 17 40  0.000000  1    0.798331089520E-04                     
+AR SUNM 2009  4  1 17 40  0.000000  1   -0.282731080969E-03                     
+AR CEBR 2009  4  1 17 40  0.000000  1    0.719431963106E-03                     
+AR CPXF 2009  4  1 17 40  0.000000  1    0.312464323547E-09                     
+AR IDDR 2009  4  1 17 40  0.000000  1    0.140538967869E-07                     
+AR AZGB 2009  4  1 17 40  0.000000  1   -0.209951237455E-03                     
+AR TN22 2009  4  1 17 40  0.000000  1    0.500731839259E-04                     
+AR ETAD 2009  4  1 17 40  0.000000  1    0.113641253656E-07                     
+AR ILHA 2009  4  1 17 40  0.000000  1   -0.272129445492E-08                     
+AR POVE 2009  4  1 17 40  0.000000  1    0.745034937416E-08                     
+AR RECF 2009  4  1 17 40  0.000000  1    0.235776751962E-07                     
+AR SALU 2009  4  1 17 40  0.000000  1    0.172032233395E-07                     
+AR SAVO 2009  4  1 17 40  0.000000  1    0.268919363074E-07                     
+AR UFPR 2009  4  1 17 40  0.000000  1    0.351328552759E-07                     
+AR YELL 2009  4  1 17 40  0.000000  1    0.248064000000E-06                     
+AS G32  2009  4  1 17 45  0.000000  1    0.280086670521E-03                     
+AS G24  2009  4  1 17 45  0.000000  1    0.177893791605E-03                     
+AS G25  2009  4  1 17 45  0.000000  1    0.334985550838E-03                     
+AS G26  2009  4  1 17 45  0.000000  1    0.545015490641E-04                     
+AS G27  2009  4  1 17 45  0.000000  1    0.372011748893E-04                     
+AS G30  2009  4  1 17 45  0.000000  1    0.136311323782E-03                     
+AS G03  2009  4  1 17 45  0.000000  1    0.373583507914E-03                     
+AS G04  2009  4  1 17 45  0.000000  1   -0.350068319041E-04                     
+AS G06  2009  4  1 17 45  0.000000  1    0.605893840053E-04                     
+AS G08  2009  4  1 17 45  0.000000  1   -0.196579607131E-03                     
+AS G09  2009  4  1 17 45  0.000000  1    0.485015044047E-04                     
+AS G10  2009  4  1 17 45  0.000000  1   -0.136410923721E-04                     
+AS G14  2009  4  1 17 45  0.000000  1   -0.132276937297E-03                     
+AS G13  2009  4  1 17 45  0.000000  1    0.293286998035E-03                     
+AS G28  2009  4  1 17 45  0.000000  1   -0.238340943654E-04                     
+AS G21  2009  4  1 17 45  0.000000  1    0.214849068794E-04                     
+AS G11  2009  4  1 17 45  0.000000  1    0.272556898997E-05                     
+AS G22  2009  4  1 17 45  0.000000  1    0.202413393657E-03                     
+AS G20  2009  4  1 17 45  0.000000  1    0.865368081711E-04                     
+AS G18  2009  4  1 17 45  0.000000  1   -0.694506784596E-04                     
+AS G16  2009  4  1 17 45  0.000000  1    0.629355599980E-04                     
+AS G19  2009  4  1 17 45  0.000000  1    0.293393008457E-04                     
+AS G23  2009  4  1 17 45  0.000000  1    0.388996887153E-03                     
+AS G02  2009  4  1 17 45  0.000000  1    0.153921199880E-03                     
+AS G31  2009  4  1 17 45  0.000000  1   -0.564958733107E-04                     
+AS G17  2009  4  1 17 45  0.000000  1    0.524733543050E-04                     
+AS G12  2009  4  1 17 45  0.000000  1   -0.299431087285E-03                     
+AS G15  2009  4  1 17 45  0.000000  1   -0.276103556417E-03                     
+AS G29  2009  4  1 17 45  0.000000  1    0.494022573539E-05                     
+AS G07  2009  4  1 17 45  0.000000  1    0.209702068377E-04                     
+AS R02  2009  4  1 17 45  0.000000  1    0.205869491506E-04                     
+AS R03  2009  4  1 17 45  0.000000  1   -0.343491932440E-04                     
+AS R04  2009  4  1 17 45  0.000000  1    0.636552634514E-04                     
+AS R06  2009  4  1 17 45  0.000000  1   -0.169264858425E-03                     
+AS R07  2009  4  1 17 45  0.000000  1   -0.891507867173E-04                     
+AS R08  2009  4  1 17 45  0.000000  1   -0.101979120957E-03                     
+AS R10  2009  4  1 17 45  0.000000  1   -0.140826021933E-03                     
+AS R11  2009  4  1 17 45  0.000000  1   -0.926481932320E-04                     
+AS R13  2009  4  1 17 45  0.000000  1   -0.230666839074E-03                     
+AS R14  2009  4  1 17 45  0.000000  1   -0.795499205063E-04                     
+AS R15  2009  4  1 17 45  0.000000  1    0.921313566951E-04                     
+AS R17  2009  4  1 17 45  0.000000  1   -0.261286168384E-03                     
+AS R18  2009  4  1 17 45  0.000000  1   -0.135490962315E-05                     
+AS R19  2009  4  1 17 45  0.000000  1   -0.894447057196E-04                     
+AS R20  2009  4  1 17 45  0.000000  1   -0.650176789396E-04                     
+AS R21  2009  4  1 17 45  0.000000  1   -0.143370560767E-03                     
+AS R22  2009  4  1 17 45  0.000000  1   -0.201636710940E-03                     
+AS R23  2009  4  1 17 45  0.000000  1   -0.200192454616E-03                     
+AR ALGO 2009  4  1 17 45  0.000000  1    0.811420979511E-04                     
+AR ALIC 2009  4  1 17 45  0.000000  1    0.149345069201E-07                     
+AR AMC2 2009  4  1 17 45  0.000000  1    0.247045151081E-08                     
+AR ANKR 2009  4  1 17 45  0.000000  1    0.458242387742E-03                     
+AR ARTU 2009  4  1 17 45  0.000000  1   -0.527635304117E-07                     
+AR ASPA 2009  4  1 17 45  0.000000  1    0.273677059684E-07                     
+AR BHR1 2009  4  1 17 45  0.000000  1    0.563382595803E-03                     
+AR BARH 2009  4  1 17 45  0.000000  1    0.281420959993E-08                     
+AR BJFS 2009  4  1 17 45  0.000000  1   -0.522038804481E-07                     
+AR BOGT 2009  4  1 17 45  0.000000  1   -0.577322925040E-07                     
+AR BRMU 2009  4  1 17 45  0.000000  1    0.804562306450E-04                     
+AR CAGZ 2009  4  1 17 45  0.000000  1    0.178198356312E-03                     
+AR CAS1 2009  4  1 17 45  0.000000  1    0.756542145487E-08                     
+AR CHAT 2009  4  1 17 45  0.000000  1   -0.498585080878E-07                     
+AR CHPI 2009  4  1 17 45  0.000000  1   -0.776156511594E-07                     
+AR COCO 2009  4  1 17 45  0.000000  1    0.227682358012E-03                     
+AR CONZ 2009  4  1 17 45  0.000000  1    0.348076030207E-04                     
+AR CRAR 2009  4  1 17 45  0.000000  1    0.174462079763E-03                     
+AR CRO1 2009  4  1 17 45  0.000000  1    0.665107933177E-03                     
+AR DAEJ 2009  4  1 17 45  0.000000  1   -0.196525086963E-03                     
+AR DARW 2009  4  1 17 45  0.000000  1   -0.956473190940E-10                     
+AR DGAR 2009  4  1 17 45  0.000000  1   -0.577425761466E-07                     
+AR DRAO 2009  4  1 17 45  0.000000  1    0.811429901990E-06                     
+AR FAA1 2009  4  1 17 45  0.000000  1   -0.102277843084E-07                     
+AR FAIR 2009  4  1 17 45  0.000000  1   -0.407207821342E-07                     
+AR GLPS 2009  4  1 17 45  0.000000  1   -0.737176802930E-07                     
+AR GUAM 2009  4  1 17 45  0.000000  1   -0.524568539472E-07                     
+AR GUAT 2009  4  1 17 45  0.000000  1    0.185576693289E-07                     
+AR HOB2 2009  4  1 17 45  0.000000  1    0.898905607993E-07                     
+AR HOFN 2009  4  1 17 45  0.000000  1   -0.309591536480E-03                     
+AR HOLM 2009  4  1 17 45  0.000000  1   -0.589823901205E-07                     
+AR HRAO 2009  4  1 17 45  0.000000  1    0.849470445752E-03                     
+AR HYDE 2009  4  1 17 45  0.000000  1   -0.531904104030E-08                     
+AR IRKJ 2009  4  1 17 45  0.000000  1    0.163746700294E-03                     
+AR ISPA 2009  4  1 17 45  0.000000  1   -0.720607978201E-07                     
+AR KARR 2009  4  1 17 45  0.000000  1   -0.495782861301E-07                     
+AR KERG 2009  4  1 17 45  0.000000  1    0.817499431508E-03                     
+AR KHAJ 2009  4  1 17 45  0.000000  1   -0.150722545878E-05                     
+AR KIR0 2009  4  1 17 45  0.000000  1    0.282650787804E-03                     
+AR KIRU 2009  4  1 17 45  0.000000  1    0.591408589036E-03                     
+AR KIT3 2009  4  1 17 45  0.000000  1    0.517379696736E-08                     
+AR KOUR 2009  4  1 17 45  0.000000  1    0.125015198819E-03                     
+AR KUNM 2009  4  1 17 45  0.000000  1    0.170267885073E-07                     
+AR LHAZ 2009  4  1 17 45  0.000000  1   -0.170736354979E-03                     
+AR MAL2 2009  4  1 17 45  0.000000  1   -0.155619067520E-07                     
+AR MAS1 2009  4  1 17 45  0.000000  1   -0.101612063034E-03                     
+AR MAW1 2009  4  1 17 45  0.000000  1    0.352127159077E-08                     
+AR MCIL 2009  4  1 17 45  0.000000  1    0.291863422341E-07                     
+AR MCM4 2009  4  1 17 45  0.000000  1   -0.600641769253E-07                     
+AR MDO1 2009  4  1 17 45  0.000000  1   -0.446013894337E-07                     
+AR MDVJ 2009  4  1 17 45  0.000000  1    0.438552513302E-03                     
+AR MKEA 2009  4  1 17 45  0.000000  1   -0.334355345840E-07                     
+AR MOBS 2009  4  1 17 45  0.000000  1    0.520431532589E-08                     
+AR NANO 2009  4  1 17 45  0.000000  1    0.115110540423E-08                     
+AR NLIB 2009  4  1 17 45  0.000000  1   -0.118759141702E-06                     
+AR NNOR 2009  4  1 17 45  0.000000  1    0.365801228675E-03                     
+AR NRC1 2009  4  1 17 45  0.000000  1   -0.448389440046E-05                     
+AR NRIL 2009  4  1 17 45  0.000000  1   -0.346233336249E-07                     
+AR NRMD 2009  4  1 17 45  0.000000  1    0.248613277696E-07                     
+AR NTUS 2009  4  1 17 45  0.000000  1   -0.460508110343E-08                     
+AR NYAL 2009  4  1 17 45  0.000000  1    0.952394313065E-07                     
+AR OHI3 2009  4  1 17 45  0.000000  1    0.236247582918E-03                     
+AR ONSA 2009  4  1 17 45  0.000000  1   -0.324809706755E-04                     
+AR PDEL 2009  4  1 17 45  0.000000  1   -0.494447223143E-08                     
+AR PERT 2009  4  1 17 45  0.000000  1   -0.598138968552E-07                     
+AR PETP 2009  4  1 17 45  0.000000  1   -0.549379063382E-07                     
+AR PIMO 2009  4  1 17 45  0.000000  1   -0.470395585605E-07                     
+AR QAQ1 2009  4  1 17 45  0.000000  1   -0.636032412078E-07                     
+AR QUIN 2009  4  1 17 45  0.000000  1   -0.571151027782E-07                     
+AR RABT 2009  4  1 17 45  0.000000  1   -0.620150805625E-07                     
+AR RAMO 2009  4  1 17 45  0.000000  1    0.172936808292E-07                     
+AR RCMN 2009  4  1 17 45  0.000000  1    0.110642330098E-07                     
+AR REDU 2009  4  1 17 45  0.000000  1   -0.792674932530E-07                     
+AR REUN 2009  4  1 17 45  0.000000  1    0.243547139487E-07                     
+AR REYK 2009  4  1 17 45  0.000000  1   -0.328762101118E-03                     
+AR SCH2 2009  4  1 17 45  0.000000  1    0.190061152724E-03                     
+AR SCUB 2009  4  1 17 45  0.000000  1   -0.434517736666E-07                     
+AR STJO 2009  4  1 17 45  0.000000  1   -0.706111568136E-05                     
+AR SYDN 2009  4  1 17 45  0.000000  1    0.141052260432E-05                     
+AR SYOG 2009  4  1 17 45  0.000000  1    0.140140331611E-04                     
+AR THU2 2009  4  1 17 45  0.000000  1    0.332080939285E-03                     
+AR TOW2 2009  4  1 17 45  0.000000  1    0.257862404525E-08                     
+AR URUM 2009  4  1 17 45  0.000000  1    0.381034408101E-03                     
+AR VESL 2009  4  1 17 45  0.000000  1    0.175344680928E-03                     
+AR VILL 2009  4  1 17 45  0.000000  1   -0.792083989374E-07                     
+AR WTZR 2009  4  1 17 45  0.000000  1    0.465859043163E-07                     
+AR WUHN 2009  4  1 17 45  0.000000  1   -0.472604480505E-07                     
+AR YSSK 2009  4  1 17 45  0.000000  1   -0.596490445108E-07                     
+AR ZIM2 2009  4  1 17 45  0.000000  1    0.223055801846E-07                     
+AR XMIS 2009  4  1 17 45  0.000000  1   -0.576067416985E-08                     
+AR GODZ 2009  4  1 17 45  0.000000  1   -0.469118475176E-03                     
+AR MTKA 2009  4  1 17 45  0.000000  1   -0.669151592797E-07                     
+AR TIXJ 2009  4  1 17 45  0.000000  1   -0.718873058446E-04                     
+AR PARK 2009  4  1 17 45  0.000000  1    0.809364149531E-06                     
+AR UNBJ 2009  4  1 17 45  0.000000  1   -0.489790787000E-04                     
+AR NOVM 2009  4  1 17 45  0.000000  1    0.798331553810E-04                     
+AR SUNM 2009  4  1 17 45  0.000000  1   -0.438854601559E-03                     
+AR CEBR 2009  4  1 17 45  0.000000  1    0.719431991418E-03                     
+AR CPXF 2009  4  1 17 45  0.000000  1    0.507441105953E-09                     
+AR IDDR 2009  4  1 17 45  0.000000  1    0.156337652121E-07                     
+AR AZGB 2009  4  1 17 45  0.000000  1   -0.349443773396E-03                     
+AR TN22 2009  4  1 17 45  0.000000  1   -0.245200054970E-04                     
+AR ETAD 2009  4  1 17 45  0.000000  1    0.101686304212E-07                     
+AR ILHA 2009  4  1 17 45  0.000000  1   -0.922759454835E-09                     
+AR POVE 2009  4  1 17 45  0.000000  1    0.686699784562E-08                     
+AR RECF 2009  4  1 17 45  0.000000  1    0.237661429085E-07                     
+AR SALU 2009  4  1 17 45  0.000000  1    0.265589175056E-07                     
+AR SAVO 2009  4  1 17 45  0.000000  1    0.258585349237E-07                     
+AR UFPR 2009  4  1 17 45  0.000000  1    0.323056153115E-07                     
+AR YELL 2009  4  1 17 45  0.000000  1    0.248134000000E-06                     
+AS G32  2009  4  1 17 50  0.000000  1    0.280085307786E-03                     
+AS G24  2009  4  1 17 50  0.000000  1    0.177894903948E-03                     
+AS G25  2009  4  1 17 50  0.000000  1    0.334992142893E-03                     
+AS G26  2009  4  1 17 50  0.000000  1    0.545024485772E-04                     
+AS G27  2009  4  1 17 50  0.000000  1    0.372019492837E-04                     
+AS G30  2009  4  1 17 50  0.000000  1    0.136312971888E-03                     
+AS G03  2009  4  1 17 50  0.000000  1    0.373585348276E-03                     
+AS G04  2009  4  1 17 50  0.000000  1   -0.350114130000E-04                     
+AS G06  2009  4  1 17 50  0.000000  1    0.605947886307E-04                     
+AS G08  2009  4  1 17 50  0.000000  1   -0.196580454374E-03                     
+AS G09  2009  4  1 17 50  0.000000  1    0.485016221449E-04                     
+AS G10  2009  4  1 17 50  0.000000  1   -0.136410919613E-04                     
+AS G14  2009  4  1 17 50  0.000000  1   -0.132275029719E-03                     
+AS G13  2009  4  1 17 50  0.000000  1    0.293287390009E-03                     
+AS G28  2009  4  1 17 50  0.000000  1   -0.238343253909E-04                     
+AS G21  2009  4  1 17 50  0.000000  1    0.214847875021E-04                     
+AS G11  2009  4  1 17 50  0.000000  1    0.272502617062E-05                     
+AS G22  2009  4  1 17 50  0.000000  1    0.202413570364E-03                     
+AS G20  2009  4  1 17 50  0.000000  1    0.865366009172E-04                     
+AS G18  2009  4  1 17 50  0.000000  1   -0.694496630815E-04                     
+AS G16  2009  4  1 17 50  0.000000  1    0.629345672873E-04                     
+AS G19  2009  4  1 17 50  0.000000  1    0.293389310649E-04                     
+AS G23  2009  4  1 17 50  0.000000  1    0.388996889379E-03                     
+AS G02  2009  4  1 17 50  0.000000  1    0.153921041827E-03                     
+AS G31  2009  4  1 17 50  0.000000  1   -0.564961678010E-04                     
+AS G17  2009  4  1 17 50  0.000000  1    0.524738239250E-04                     
+AS G12  2009  4  1 17 50  0.000000  1   -0.299429815366E-03                     
+AS G15  2009  4  1 17 50  0.000000  1   -0.276104973199E-03                     
+AS G29  2009  4  1 17 50  0.000000  1    0.494147590459E-05                     
+AS G07  2009  4  1 17 50  0.000000  1    0.209701401181E-04                     
+AS R02  2009  4  1 17 50  0.000000  1    0.205862422302E-04                     
+AS R03  2009  4  1 17 50  0.000000  1   -0.343495835222E-04                     
+AS R04  2009  4  1 17 50  0.000000  1    0.636519903446E-04                     
+AS R06  2009  4  1 17 50  0.000000  1   -0.169264118036E-03                     
+AS R07  2009  4  1 17 50  0.000000  1   -0.891507108915E-04                     
+AS R08  2009  4  1 17 50  0.000000  1   -0.101978835930E-03                     
+AS R10  2009  4  1 17 50  0.000000  1   -0.140825783281E-03                     
+AS R11  2009  4  1 17 50  0.000000  1   -0.926486215599E-04                     
+AS R13  2009  4  1 17 50  0.000000  1   -0.230666915112E-03                     
+AS R14  2009  4  1 17 50  0.000000  1   -0.795487466940E-04                     
+AS R15  2009  4  1 17 50  0.000000  1    0.921312570422E-04                     
+AS R17  2009  4  1 17 50  0.000000  1   -0.261286639130E-03                     
+AS R18  2009  4  1 17 50  0.000000  1   -0.135506175656E-05                     
+AS R19  2009  4  1 17 50  0.000000  1   -0.894449415479E-04                     
+AS R20  2009  4  1 17 50  0.000000  1   -0.650175337076E-04                     
+AS R21  2009  4  1 17 50  0.000000  1   -0.143370973670E-03                     
+AS R22  2009  4  1 17 50  0.000000  1   -0.201637450762E-03                     
+AS R23  2009  4  1 17 50  0.000000  1   -0.200190215582E-03                     
+AR ALGO 2009  4  1 17 50  0.000000  1    0.811450212524E-04                     
+AR ALIC 2009  4  1 17 50  0.000000  1    0.133757451145E-07                     
+AR AMC2 2009  4  1 17 50  0.000000  1    0.248110220575E-08                     
+AR ANKR 2009  4  1 17 50  0.000000  1   -0.479662667973E-03                     
+AR ARTU 2009  4  1 17 50  0.000000  1   -0.540523065031E-07                     
+AR ASPA 2009  4  1 17 50  0.000000  1    0.251303636423E-07                     
+AR BHR1 2009  4  1 17 50  0.000000  1    0.563382285793E-03                     
+AR BARH 2009  4  1 17 50  0.000000  1   -0.366574801346E-09                     
+AR BJFS 2009  4  1 17 50  0.000000  1   -0.454435914719E-07                     
+AR BOGT 2009  4  1 17 50  0.000000  1   -0.578773979544E-07                     
+AR BRMU 2009  4  1 17 50  0.000000  1   -0.422107144016E-03                     
+AR CAGZ 2009  4  1 17 50  0.000000  1    0.401790670568E-03                     
+AR CAS1 2009  4  1 17 50  0.000000  1    0.773699148671E-08                     
+AR CHAT 2009  4  1 17 50  0.000000  1   -0.496241723143E-07                     
+AR CHPI 2009  4  1 17 50  0.000000  1   -0.794646390776E-07                     
+AR COCO 2009  4  1 17 50  0.000000  1    0.227682387466E-03                     
+AR CONZ 2009  4  1 17 50  0.000000  1   -0.971879290272E-04                     
+AR CRAR 2009  4  1 17 50  0.000000  1    0.149341047068E-03                     
+AR CRO1 2009  4  1 17 50  0.000000  1    0.665107972582E-03                     
+AR DAEJ 2009  4  1 17 50  0.000000  1   -0.196524069437E-03                     
+AR DARW 2009  4  1 17 50  0.000000  1   -0.218984895733E-08                     
+AR DGAR 2009  4  1 17 50  0.000000  1   -0.599404314050E-07                     
+AR DRAO 2009  4  1 17 50  0.000000  1    0.847936737144E-06                     
+AR FAA1 2009  4  1 17 50  0.000000  1   -0.114298206449E-07                     
+AR FAIR 2009  4  1 17 50  0.000000  1   -0.717823202358E-07                     
+AR GLPS 2009  4  1 17 50  0.000000  1   -0.733414719264E-07                     
+AR GUAM 2009  4  1 17 50  0.000000  1   -0.523095380697E-07                     
+AR GUAT 2009  4  1 17 50  0.000000  1    0.192174262162E-07                     
+AR HOB2 2009  4  1 17 50  0.000000  1    0.899179822328E-07                     
+AR HOFN 2009  4  1 17 50  0.000000  1   -0.232394843604E-03                     
+AR HOLM 2009  4  1 17 50  0.000000  1   -0.547032348424E-07                     
+AR HRAO 2009  4  1 17 50  0.000000  1    0.849470539489E-03                     
+AR HYDE 2009  4  1 17 50  0.000000  1   -0.411645651268E-08                     
+AR IRKJ 2009  4  1 17 50  0.000000  1    0.163746697713E-03                     
+AR ISPA 2009  4  1 17 50  0.000000  1   -0.714827040816E-07                     
+AR KARR 2009  4  1 17 50  0.000000  1   -0.470553835681E-07                     
+AR KERG 2009  4  1 17 50  0.000000  1    0.817499560758E-03                     
+AR KHAJ 2009  4  1 17 50  0.000000  1   -0.150720527477E-05                     
+AR KIR0 2009  4  1 17 50  0.000000  1    0.282644041879E-03                     
+AR KIRU 2009  4  1 17 50  0.000000  1    0.591407576235E-03                     
+AR KIT3 2009  4  1 17 50  0.000000  1    0.113659344858E-07                     
+AR KOUR 2009  4  1 17 50  0.000000  1    0.125015224510E-03                     
+AR KUNM 2009  4  1 17 50  0.000000  1    0.211553237437E-08                     
+AR LHAZ 2009  4  1 17 50  0.000000  1   -0.149824020575E-03                     
+AR MAL2 2009  4  1 17 50  0.000000  1   -0.118339972914E-07                     
+AR MAS1 2009  4  1 17 50  0.000000  1   -0.101611874540E-03                     
+AR MAW1 2009  4  1 17 50  0.000000  1    0.186204024791E-08                     
+AR MCIL 2009  4  1 17 50  0.000000  1    0.285730145836E-07                     
+AR MCM4 2009  4  1 17 50  0.000000  1   -0.529603828529E-07                     
+AR MDO1 2009  4  1 17 50  0.000000  1   -0.441360127002E-07                     
+AR MDVJ 2009  4  1 17 50  0.000000  1    0.438552539068E-03                     
+AR MKEA 2009  4  1 17 50  0.000000  1   -0.393920707329E-07                     
+AR MOBS 2009  4  1 17 50  0.000000  1    0.549397576886E-08                     
+AR NANO 2009  4  1 17 50  0.000000  1    0.604074751829E-10                     
+AR NLIB 2009  4  1 17 50  0.000000  1   -0.118894934905E-06                     
+AR NNOR 2009  4  1 17 50  0.000000  1    0.365802127961E-03                     
+AR NRC1 2009  4  1 17 50  0.000000  1   -0.448386914489E-05                     
+AR NRIL 2009  4  1 17 50  0.000000  1   -0.353893478980E-07                     
+AR NRMD 2009  4  1 17 50  0.000000  1    0.254969246461E-07                     
+AR NTUS 2009  4  1 17 50  0.000000  1   -0.631723950723E-08                     
+AR NYAL 2009  4  1 17 50  0.000000  1    0.952646767516E-07                     
+AR OHI3 2009  4  1 17 50  0.000000  1    0.352384212914E-03                     
+AR ONSA 2009  4  1 17 50  0.000000  1   -0.324810190977E-04                     
+AR PDEL 2009  4  1 17 50  0.000000  1   -0.443080813248E-08                     
+AR PERT 2009  4  1 17 50  0.000000  1   -0.585836896041E-07                     
+AR PETP 2009  4  1 17 50  0.000000  1   -0.537408323209E-07                     
+AR PIMO 2009  4  1 17 50  0.000000  1   -0.458870616344E-07                     
+AR QAQ1 2009  4  1 17 50  0.000000  1   -0.643637766789E-07                     
+AR QUIN 2009  4  1 17 50  0.000000  1   -0.581971102289E-07                     
+AR RABT 2009  4  1 17 50  0.000000  1   -0.620120234549E-07                     
+AR RAMO 2009  4  1 17 50  0.000000  1    0.323292340855E-07                     
+AR RCMN 2009  4  1 17 50  0.000000  1    0.942218330789E-08                     
+AR REDU 2009  4  1 17 50  0.000000  1   -0.724509044908E-07                     
+AR REUN 2009  4  1 17 50  0.000000  1    0.244231642623E-07                     
+AR REYK 2009  4  1 17 50  0.000000  1   -0.318367826894E-03                     
+AR SCH2 2009  4  1 17 50  0.000000  1    0.190077784210E-03                     
+AR SCUB 2009  4  1 17 50  0.000000  1   -0.426500714433E-07                     
+AR STJO 2009  4  1 17 50  0.000000  1   -0.706140827235E-05                     
+AR SYDN 2009  4  1 17 50  0.000000  1    0.141056780270E-05                     
+AR SYOG 2009  4  1 17 50  0.000000  1    0.140140754775E-04                     
+AR THU2 2009  4  1 17 50  0.000000  1    0.330078673174E-03                     
+AR TOW2 2009  4  1 17 50  0.000000  1    0.518066708110E-08                     
+AR URUM 2009  4  1 17 50  0.000000  1    0.306071943869E-03                     
+AR VESL 2009  4  1 17 50  0.000000  1    0.211786009806E-03                     
+AR VILL 2009  4  1 17 50  0.000000  1   -0.778539391834E-07                     
+AR WTZR 2009  4  1 17 50  0.000000  1    0.465967643998E-07                     
+AR WUHN 2009  4  1 17 50  0.000000  1   -0.569370797410E-07                     
+AR YSSK 2009  4  1 17 50  0.000000  1   -0.593359931184E-07                     
+AR ZIM2 2009  4  1 17 50  0.000000  1    0.224150899698E-07                     
+AR XMIS 2009  4  1 17 50  0.000000  1   -0.595971734341E-08                     
+AR GODZ 2009  4  1 17 50  0.000000  1   -0.469118452945E-03                     
+AR MTKA 2009  4  1 17 50  0.000000  1   -0.626418439456E-07                     
+AR TIXJ 2009  4  1 17 50  0.000000  1   -0.742372121973E-04                     
+AR PARK 2009  4  1 17 50  0.000000  1    0.809402679540E-06                     
+AR UNBJ 2009  4  1 17 50  0.000000  1   -0.125075051738E-03                     
+AR NOVM 2009  4  1 17 50  0.000000  1    0.798331873552E-04                     
+AR SUNM 2009  4  1 17 50  0.000000  1    0.405074422594E-03                     
+AR CEBR 2009  4  1 17 50  0.000000  1    0.719431984097E-03                     
+AR CPXF 2009  4  1 17 50  0.000000  1   -0.686788998346E-09                     
+AR IDDR 2009  4  1 17 50  0.000000  1    0.341299249368E-08                     
+AR AZGB 2009  4  1 17 50  0.000000  1   -0.488942042129E-03                     
+AR TN22 2009  4  1 17 50  0.000000  1   -0.990848505798E-04                     
+AR ETAD 2009  4  1 17 50  0.000000  1    0.195909657772E-07                     
+AR ILHA 2009  4  1 17 50  0.000000  1   -0.262192943873E-09                     
+AR POVE 2009  4  1 17 50  0.000000  1    0.618722685215E-08                     
+AR RECF 2009  4  1 17 50  0.000000  1    0.244903760137E-07                     
+AR SALU 2009  4  1 17 50  0.000000  1    0.131025674949E-07                     
+AR SAVO 2009  4  1 17 50  0.000000  1    0.267843546209E-07                     
+AR UFPR 2009  4  1 17 50  0.000000  1    0.305116553463E-07                     
+AR YELL 2009  4  1 17 50  0.000000  1    0.248205000000E-06                     
+AS G32  2009  4  1 17 55  0.000000  1    0.280083828292E-03                     
+AS G24  2009  4  1 17 55  0.000000  1    0.177896065606E-03                     
+AS G25  2009  4  1 17 55  0.000000  1    0.334998618231E-03                     
+AS G26  2009  4  1 17 55  0.000000  1    0.545031415363E-04                     
+AS G27  2009  4  1 17 55  0.000000  1    0.372027630056E-04                     
+AS G30  2009  4  1 17 55  0.000000  1    0.136314055065E-03                     
+AS G03  2009  4  1 17 55  0.000000  1    0.373586949203E-03                     
+AS G04  2009  4  1 17 55  0.000000  1   -0.350156118237E-04                     
+AS G06  2009  4  1 17 55  0.000000  1    0.606000790244E-04                     
+AS G08  2009  4  1 17 55  0.000000  1   -0.196580935235E-03                     
+AS G09  2009  4  1 17 55  0.000000  1    0.485017041473E-04                     
+AS G10  2009  4  1 17 55  0.000000  1   -0.136410956880E-04                     
+AS G14  2009  4  1 17 55  0.000000  1   -0.132273331156E-03                     
+AS G13  2009  4  1 17 55  0.000000  1    0.293287503677E-03                     
+AS G28  2009  4  1 17 55  0.000000  1   -0.238342941614E-04                     
+AS G21  2009  4  1 17 55  0.000000  1    0.214837165422E-04                     
+AS G11  2009  4  1 17 55  0.000000  1    0.272469617776E-05                     
+AS G22  2009  4  1 17 55  0.000000  1    0.202412920903E-03                     
+AS G20  2009  4  1 17 55  0.000000  1    0.865363942639E-04                     
+AS G18  2009  4  1 17 55  0.000000  1   -0.694486077913E-04                     
+AS G16  2009  4  1 17 55  0.000000  1    0.629337198461E-04                     
+AS G19  2009  4  1 17 55  0.000000  1    0.293387223224E-04                     
+AS G23  2009  4  1 17 55  0.000000  1    0.388997451661E-03                     
+AS G02  2009  4  1 17 55  0.000000  1    0.153921005016E-03                     
+AS G31  2009  4  1 17 55  0.000000  1   -0.564962660088E-04                     
+AS G17  2009  4  1 17 55  0.000000  1    0.524743134065E-04                     
+AS G12  2009  4  1 17 55  0.000000  1   -0.299428347004E-03                     
+AS G15  2009  4  1 17 55  0.000000  1   -0.276106271526E-03                     
+AS G29  2009  4  1 17 55  0.000000  1    0.494258146593E-05                     
+AS G07  2009  4  1 17 55  0.000000  1    0.209698665118E-04                     
+AS R02  2009  4  1 17 55  0.000000  1    0.205854359588E-04                     
+AS R03  2009  4  1 17 55  0.000000  1   -0.343503475928E-04                     
+AS R04  2009  4  1 17 55  0.000000  1    0.636490911101E-04                     
+AS R06  2009  4  1 17 55  0.000000  1   -0.169266174323E-03                     
+AS R07  2009  4  1 17 55  0.000000  1   -0.891503173244E-04                     
+AS R08  2009  4  1 17 55  0.000000  1   -0.101978742110E-03                     
+AS R10  2009  4  1 17 55  0.000000  1   -0.140825033555E-03                     
+AS R11  2009  4  1 17 55  0.000000  1   -0.926488844385E-04                     
+AS R13  2009  4  1 17 55  0.000000  1   -0.230667131220E-03                     
+AS R14  2009  4  1 17 55  0.000000  1   -0.795479830532E-04                     
+AS R15  2009  4  1 17 55  0.000000  1    0.921323101912E-04                     
+AS R17  2009  4  1 17 55  0.000000  1   -0.261286943007E-03                     
+AS R18  2009  4  1 17 55  0.000000  1   -0.135541566608E-05                     
+AS R19  2009  4  1 17 55  0.000000  1   -0.894451265629E-04                     
+AS R20  2009  4  1 17 55  0.000000  1   -0.650173423348E-04                     
+AS R21  2009  4  1 17 55  0.000000  1   -0.143371565352E-03                     
+AS R22  2009  4  1 17 55  0.000000  1   -0.201638357279E-03                     
+AS R23  2009  4  1 17 55  0.000000  1   -0.200188305991E-03                     
+AR ALGO 2009  4  1 17 55  0.000000  1    0.811478360012E-04                     
+AR ALIC 2009  4  1 17 55  0.000000  1    0.143335202005E-07                     
+AR AMC2 2009  4  1 17 55  0.000000  1    0.250145179122E-08                     
+AR ANKR 2009  4  1 17 55  0.000000  1   -0.417519354445E-03                     
+AR ARTU 2009  4  1 17 55  0.000000  1   -0.564072023587E-07                     
+AR ASPA 2009  4  1 17 55  0.000000  1    0.245639340480E-07                     
+AR BHR1 2009  4  1 17 55  0.000000  1    0.563382292153E-03                     
+AR BARH 2009  4  1 17 55  0.000000  1    0.121028083068E-08                     
+AR BJFS 2009  4  1 17 55  0.000000  1   -0.427306316752E-07                     
+AR BOGT 2009  4  1 17 55  0.000000  1   -0.591514870141E-07                     
+AR BRMU 2009  4  1 17 55  0.000000  1    0.756096975330E-04                     
+AR CAGZ 2009  4  1 17 55  0.000000  1   -0.374566681403E-03                     
+AR CAS1 2009  4  1 17 55  0.000000  1    0.672805528570E-08                     
+AR CHAT 2009  4  1 17 55  0.000000  1   -0.515573025346E-07                     
+AR CHPI 2009  4  1 17 55  0.000000  1   -0.740490266639E-07                     
+AR COCO 2009  4  1 17 55  0.000000  1    0.227682281625E-03                     
+AR CONZ 2009  4  1 17 55  0.000000  1   -0.229250741534E-03                     
+AR CRAR 2009  4  1 17 55  0.000000  1    0.124218424411E-03                     
+AR CRO1 2009  4  1 17 55  0.000000  1    0.665107996697E-03                     
+AR DAEJ 2009  4  1 17 55  0.000000  1   -0.196522519671E-03                     
+AR DARW 2009  4  1 17 55  0.000000  1    0.398406715570E-08                     
+AR DGAR 2009  4  1 17 55  0.000000  1   -0.604338739396E-07                     
+AR DRAO 2009  4  1 17 55  0.000000  1    0.884585414892E-06                     
+AR FAA1 2009  4  1 17 55  0.000000  1   -0.112939777349E-07                     
+AR FAIR 2009  4  1 17 55  0.000000  1   -0.653652117911E-07                     
+AR GLPS 2009  4  1 17 55  0.000000  1   -0.741154635269E-07                     
+AR GUAM 2009  4  1 17 55  0.000000  1   -0.583026265093E-07                     
+AR GUAT 2009  4  1 17 55  0.000000  1    0.186636968195E-07                     
+AR HOB2 2009  4  1 17 55  0.000000  1    0.899384317783E-07                     
+AR HOFN 2009  4  1 17 55  0.000000  1   -0.155194009972E-03                     
+AR HOLM 2009  4  1 17 55  0.000000  1   -0.530663565580E-07                     
+AR HRAO 2009  4  1 17 55  0.000000  1    0.849470629515E-03                     
+AR HYDE 2009  4  1 17 55  0.000000  1   -0.309055916010E-08                     
+AR IRKJ 2009  4  1 17 55  0.000000  1    0.163746657715E-03                     
+AR ISPA 2009  4  1 17 55  0.000000  1   -0.800101659118E-07                     
+AR KARR 2009  4  1 17 55  0.000000  1   -0.503270874232E-07                     
+AR KERG 2009  4  1 17 55  0.000000  1    0.817499539557E-03                     
+AR KHAJ 2009  4  1 17 55  0.000000  1   -0.150718756670E-05                     
+AR KIR0 2009  4  1 17 55  0.000000  1    0.282637414350E-03                     
+AR KIRU 2009  4  1 17 55  0.000000  1    0.591408601114E-03                     
+AR KIT3 2009  4  1 17 55  0.000000  1    0.164289217676E-07                     
+AR KOUR 2009  4  1 17 55  0.000000  1    0.125015239537E-03                     
+AR KUNM 2009  4  1 17 55  0.000000  1   -0.964993265549E-09                     
+AR LHAZ 2009  4  1 17 55  0.000000  1   -0.128809293333E-03                     
+AR MAL2 2009  4  1 17 55  0.000000  1   -0.172303775912E-07                     
+AR MAS1 2009  4  1 17 55  0.000000  1   -0.101611734426E-03                     
+AR MAW1 2009  4  1 17 55  0.000000  1    0.474286556130E-10                     
+AR MCIL 2009  4  1 17 55  0.000000  1    0.252893500120E-07                     
+AR MCM4 2009  4  1 17 55  0.000000  1   -0.532821857580E-07                     
+AR MDO1 2009  4  1 17 55  0.000000  1   -0.441242685223E-07                     
+AR MDVJ 2009  4  1 17 55  0.000000  1    0.438552533922E-03                     
+AR MKEA 2009  4  1 17 55  0.000000  1   -0.420550056438E-07                     
+AR MOBS 2009  4  1 17 55  0.000000  1    0.517860206253E-08                     
+AR NANO 2009  4  1 17 55  0.000000  1    0.120371404419E-08                     
+AR NLIB 2009  4  1 17 55  0.000000  1   -0.119387803287E-06                     
+AR NNOR 2009  4  1 17 55  0.000000  1    0.365801848019E-03                     
+AR NRC1 2009  4  1 17 55  0.000000  1   -0.448385992679E-05                     
+AR NRIL 2009  4  1 17 55  0.000000  1   -0.395676754630E-07                     
+AR NRMD 2009  4  1 17 55  0.000000  1    0.262151622040E-07                     
+AR NTUS 2009  4  1 17 55  0.000000  1   -0.418068614600E-08                     
+AR NYAL 2009  4  1 17 55  0.000000  1    0.952817582256E-07                     
+AR OHI3 2009  4  1 17 55  0.000000  1    0.468310874230E-03                     
+AR ONSA 2009  4  1 17 55  0.000000  1   -0.324810659119E-04                     
+AR PDEL 2009  4  1 17 55  0.000000  1   -0.696794404593E-08                     
+AR PERT 2009  4  1 17 55  0.000000  1   -0.583783280883E-07                     
+AR PETP 2009  4  1 17 55  0.000000  1   -0.539733205091E-07                     
+AR PIMO 2009  4  1 17 55  0.000000  1   -0.477421988136E-07                     
+AR QAQ1 2009  4  1 17 55  0.000000  1   -0.655851933513E-07                     
+AR QUIN 2009  4  1 17 55  0.000000  1   -0.580136685746E-07                     
+AR RABT 2009  4  1 17 55  0.000000  1   -0.618605778755E-07                     
+AR RAMO 2009  4  1 17 55  0.000000  1    0.137051073408E-07                     
+AR RCMN 2009  4  1 17 55  0.000000  1    0.982755114695E-08                     
+AR REDU 2009  4  1 17 55  0.000000  1   -0.703004666685E-07                     
+AR REUN 2009  4  1 17 55  0.000000  1    0.252397739143E-07                     
+AR REYK 2009  4  1 17 55  0.000000  1   -0.308923851906E-03                     
+AR SCH2 2009  4  1 17 55  0.000000  1    0.190095342538E-03                     
+AR SCUB 2009  4  1 17 55  0.000000  1   -0.473977733844E-07                     
+AR STJO 2009  4  1 17 55  0.000000  1   -0.706170857609E-05                     
+AR SYDN 2009  4  1 17 55  0.000000  1    0.141055539703E-05                     
+AR SYOG 2009  4  1 17 55  0.000000  1    0.140145804514E-04                     
+AR THU2 2009  4  1 17 55  0.000000  1    0.328076434093E-03                     
+AR TOW2 2009  4  1 17 55  0.000000  1    0.298415253042E-09                     
+AR URUM 2009  4  1 17 55  0.000000  1    0.231030640769E-03                     
+AR VESL 2009  4  1 17 55  0.000000  1    0.248205714667E-03                     
+AR VILL 2009  4  1 17 55  0.000000  1   -0.724077960969E-07                     
+AR WTZR 2009  4  1 17 55  0.000000  1    0.466153760508E-07                     
+AR WUHN 2009  4  1 17 55  0.000000  1   -0.554436516878E-07                     
+AR YSSK 2009  4  1 17 55  0.000000  1   -0.592019199026E-07                     
+AR ZIM2 2009  4  1 17 55  0.000000  1    0.210810015675E-07                     
+AR XMIS 2009  4  1 17 55  0.000000  1   -0.621622806816E-08                     
+AR GODZ 2009  4  1 17 55  0.000000  1   -0.469118432523E-03                     
+AR MTKA 2009  4  1 17 55  0.000000  1   -0.627656912234E-07                     
+AR TIXJ 2009  4  1 17 55  0.000000  1   -0.765748508752E-04                     
+AR PARK 2009  4  1 17 55  0.000000  1    0.809489620145E-06                     
+AR UNBJ 2009  4  1 17 55  0.000000  1   -0.201139593201E-03                     
+AR NOVM 2009  4  1 17 55  0.000000  1    0.798331937631E-04                     
+AR SUNM 2009  4  1 17 55  0.000000  1    0.248832090014E-03                     
+AR CEBR 2009  4  1 17 55  0.000000  1    0.719431998153E-03                     
+AR CPXF 2009  4  1 17 55  0.000000  1    0.212461451173E-08                     
+AR IDDR 2009  4  1 17 55  0.000000  1    0.202658424328E-07                     
+AR AZGB 2009  4  1 17 55  0.000000  1    0.371616052068E-03                     
+AR TN22 2009  4  1 17 55  0.000000  1   -0.173797330628E-03                     
+AR ETAD 2009  4  1 17 55  0.000000  1    0.187177344404E-07                     
+AR ILHA 2009  4  1 17 55  0.000000  1    0.709239939510E-09                     
+AR POVE 2009  4  1 17 55  0.000000  1    0.612311459580E-08                     
+AR RECF 2009  4  1 17 55  0.000000  1    0.247897373431E-07                     
+AR SALU 2009  4  1 17 55  0.000000  1    0.183847394284E-07                     
+AR SAVO 2009  4  1 17 55  0.000000  1    0.275240227711E-07                     
+AR UFPR 2009  4  1 17 55  0.000000  1    0.275045008672E-07                     
+AR YELL 2009  4  1 17 55  0.000000  1    0.248275000000E-06                     
+AS G32  2009  4  1 18  0  0.000000  1    0.280082336063E-03                     
+AS G24  2009  4  1 18  0  0.000000  1    0.177896586215E-03                     
+AS G25  2009  4  1 18  0  0.000000  1    0.335005199207E-03                     
+AS G26  2009  4  1 18  0  0.000000  1    0.545039436848E-04                     
+AS G27  2009  4  1 18  0  0.000000  1    0.372038856027E-04                     
+AS G30  2009  4  1 18  0  0.000000  1    0.136314829936E-03                     
+AS G03  2009  4  1 18  0  0.000000  1    0.373588327707E-03                     
+AS G04  2009  4  1 18  0  0.000000  1   -0.350197532948E-04                     
+AS G06  2009  4  1 18  0  0.000000  1    0.606055097520E-04                     
+AS G08  2009  4  1 18  0  0.000000  1   -0.196581069417E-03                     
+AS G09  2009  4  1 18  0  0.000000  1    0.485021812471E-04                     
+AS G10  2009  4  1 18  0  0.000000  1   -0.136411349430E-04                     
+AS G14  2009  4  1 18  0  0.000000  1   -0.132271659241E-03                     
+AS G13  2009  4  1 18  0  0.000000  1    0.293287808007E-03                     
+AS G28  2009  4  1 18  0  0.000000  1   -0.238342205787E-04                     
+AS G21  2009  4  1 18  0  0.000000  1    0.214834064032E-04                     
+AS G11  2009  4  1 18  0  0.000000  1    0.272446500759E-05                     
+AS G22  2009  4  1 18  0  0.000000  1    0.202412437389E-03                     
+AS G20  2009  4  1 18  0  0.000000  1    0.865360522732E-04                     
+AS G18  2009  4  1 18  0  0.000000  1   -0.694471380073E-04                     
+AS G16  2009  4  1 18  0  0.000000  1    0.629329332276E-04                     
+AS G19  2009  4  1 18  0  0.000000  1    0.293385683343E-04                     
+AS G23  2009  4  1 18  0  0.000000  1    0.388996920961E-03                     
+AS G02  2009  4  1 18  0  0.000000  1    0.153920681028E-03                     
+AS G31  2009  4  1 18  0  0.000000  1   -0.564967075947E-04                     
+AS G17  2009  4  1 18  0  0.000000  1    0.524747247240E-04                     
+AS G12  2009  4  1 18  0  0.000000  1   -0.299427048654E-03                     
+AS G15  2009  4  1 18  0  0.000000  1   -0.276107580672E-03                     
+AS G29  2009  4  1 18  0  0.000000  1    0.494394183229E-05                     
+AS G07  2009  4  1 18  0  0.000000  1    0.209697796474E-04                     
+AS R02  2009  4  1 18  0  0.000000  1    0.205845123767E-04                     
+AS R03  2009  4  1 18  0  0.000000  1   -0.343508736527E-04                     
+AS R04  2009  4  1 18  0  0.000000  1    0.636452315380E-04                     
+AS R06  2009  4  1 18  0  0.000000  1   -0.169264052319E-03                     
+AS R07  2009  4  1 18  0  0.000000  1   -0.891505388629E-04                     
+AS R08  2009  4  1 18  0  0.000000  1   -0.101978307395E-03                     
+AS R10  2009  4  1 18  0  0.000000  1   -0.140825012256E-03                     
+AS R11  2009  4  1 18  0  0.000000  1   -0.926490285316E-04                     
+AS R13  2009  4  1 18  0  0.000000  1   -0.230667670797E-03                     
+AS R14  2009  4  1 18  0  0.000000  1   -0.795469607514E-04                     
+AS R15  2009  4  1 18  0  0.000000  1    0.921327003517E-04                     
+AS R17  2009  4  1 18  0  0.000000  1   -0.261287343694E-03                     
+AS R18  2009  4  1 18  0  0.000000  1   -0.135563361228E-05                     
+AS R19  2009  4  1 18  0  0.000000  1   -0.894455588170E-04                     
+AS R20  2009  4  1 18  0  0.000000  1   -0.650175004142E-04                     
+AS R21  2009  4  1 18  0  0.000000  1   -0.143371812454E-03                     
+AS R22  2009  4  1 18  0  0.000000  1   -0.201639053550E-03                     
+AS R23  2009  4  1 18  0  0.000000  1   -0.200186012098E-03                     
+AR ALGO 2009  4  1 18  0  0.000000  1    0.811504625646E-04                     
+AR ALIC 2009  4  1 18  0  0.000000  1    0.138536993377E-07                     
+AR AMC2 2009  4  1 18  0  0.000000  1    0.250106935887E-08                     
+AR ANKR 2009  4  1 18  0  0.000000  1   -0.355352646760E-03                     
+AR ARTU 2009  4  1 18  0  0.000000  1   -0.474951935741E-07                     
+AR ASPA 2009  4  1 18  0  0.000000  1    0.242214945453E-07                     
+AR BHR1 2009  4  1 18  0  0.000000  1    0.563382346183E-03                     
+AR BARH 2009  4  1 18  0  0.000000  1   -0.584855845773E-09                     
+AR BJFS 2009  4  1 18  0  0.000000  1   -0.436508956977E-07                     
+AR BOGT 2009  4  1 18  0  0.000000  1   -0.598356937683E-07                     
+AR BRMU 2009  4  1 18  0  0.000000  1   -0.426434225557E-03                     
+AR CAGZ 2009  4  1 18  0  0.000000  1   -0.150869632440E-03                     
+AR CAS1 2009  4  1 18  0  0.000000  1    0.624541505084E-08                     
+AR CHAT 2009  4  1 18  0  0.000000  1   -0.527775045034E-07                     
+AR CHPI 2009  4  1 18  0  0.000000  1   -0.660026201061E-07                     
+AR COCO 2009  4  1 18  0  0.000000  1    0.227681820701E-03                     
+AR CONZ 2009  4  1 18  0  0.000000  1   -0.361694662159E-03                     
+AR CRAR 2009  4  1 18  0  0.000000  1    0.990906171168E-04                     
+AR CRO1 2009  4  1 18  0  0.000000  1    0.665108020138E-03                     
+AR DAEJ 2009  4  1 18  0  0.000000  1   -0.196521692836E-03                     
+AR DARW 2009  4  1 18  0  0.000000  1    0.473940280844E-09                     
+AR DGAR 2009  4  1 18  0  0.000000  1   -0.579325117326E-07                     
+AR DRAO 2009  4  1 18  0  0.000000  1    0.921611243282E-06                     
+AR FAA1 2009  4  1 18  0  0.000000  1   -0.111741107133E-07                     
+AR FAIR 2009  4  1 18  0  0.000000  1   -0.622814345396E-07                     
+AR GLPS 2009  4  1 18  0  0.000000  1   -0.733821482629E-07                     
+AR GUAM 2009  4  1 18  0  0.000000  1   -0.562429306351E-07                     
+AR GUAT 2009  4  1 18  0  0.000000  1    0.193441952420E-07                     
+AR HOB2 2009  4  1 18  0  0.000000  1    0.899773204873E-07                     
+AR HOFN 2009  4  1 18  0  0.000000  1   -0.779801443217E-04                     
+AR HOLM 2009  4  1 18  0  0.000000  1   -0.528073223028E-07                     
+AR HRAO 2009  4  1 18  0  0.000000  1    0.849470720710E-03                     
+AR HYDE 2009  4  1 18  0  0.000000  1   -0.370969266779E-08                     
+AR IRKJ 2009  4  1 18  0  0.000000  1    0.163746674931E-03                     
+AR ISPA 2009  4  1 18  0  0.000000  1   -0.781484575386E-07                     
+AR KARR 2009  4  1 18  0  0.000000  1   -0.505629014625E-07                     
+AR KERG 2009  4  1 18  0  0.000000  1    0.817499572324E-03                     
+AR KHAJ 2009  4  1 18  0  0.000000  1   -0.150717290110E-05                     
+AR KIR0 2009  4  1 18  0  0.000000  1    0.282630667584E-03                     
+AR KIRU 2009  4  1 18  0  0.000000  1    0.591410470035E-03                     
+AR KIT3 2009  4  1 18  0  0.000000  1    0.207868525191E-07                     
+AR KOUR 2009  4  1 18  0  0.000000  1    0.125015280472E-03                     
+AR KUNM 2009  4  1 18  0  0.000000  1    0.215031687978E-08                     
+AR LHAZ 2009  4  1 18  0  0.000000  1   -0.107694688908E-03                     
+AR MAL2 2009  4  1 18  0  0.000000  1   -0.151643248354E-07                     
+AR MAS1 2009  4  1 18  0  0.000000  1   -0.101611637082E-03                     
+AR MAW1 2009  4  1 18  0  0.000000  1    0.194018793512E-09                     
+AR MCIL 2009  4  1 18  0  0.000000  1    0.251346798014E-07                     
+AR MCM4 2009  4  1 18  0  0.000000  1   -0.542640193439E-07                     
+AR MDO1 2009  4  1 18  0  0.000000  1   -0.449959905193E-07                     
+AR MDVJ 2009  4  1 18  0  0.000000  1    0.438552551334E-03                     
+AR MKEA 2009  4  1 18  0  0.000000  1   -0.428455356478E-07                     
+AR MOBS 2009  4  1 18  0  0.000000  1    0.533486690431E-08                     
+AR NANO 2009  4  1 18  0  0.000000  1    0.564193306397E-09                     
+AR NLIB 2009  4  1 18  0  0.000000  1   -0.119481453570E-06                     
+AR NNOR 2009  4  1 18  0  0.000000  1    0.365801988919E-03                     
+AR NRC1 2009  4  1 18  0  0.000000  1   -0.448383443518E-05                     
+AR NRIL 2009  4  1 18  0  0.000000  1   -0.390930156530E-07                     
+AR NRMD 2009  4  1 18  0  0.000000  1    0.273694504641E-07                     
+AR NTUS 2009  4  1 18  0  0.000000  1   -0.397525088307E-08                     
+AR NYAL 2009  4  1 18  0  0.000000  1    0.953012115095E-07                     
+AR OHI3 2009  4  1 18  0  0.000000  1   -0.415881101648E-03                     
+AR ONSA 2009  4  1 18  0  0.000000  1   -0.324810839875E-04                     
+AR PDEL 2009  4  1 18  0  0.000000  1   -0.662920359446E-08                     
+AR PERT 2009  4  1 18  0  0.000000  1   -0.585753040633E-07                     
+AR PETP 2009  4  1 18  0  0.000000  1   -0.520583686754E-07                     
+AR PIMO 2009  4  1 18  0  0.000000  1   -0.473293393602E-07                     
+AR QAQ1 2009  4  1 18  0  0.000000  1   -0.663866659105E-07                     
+AR QUIN 2009  4  1 18  0  0.000000  1   -0.593187846254E-07                     
+AR RABT 2009  4  1 18  0  0.000000  1   -0.621777388507E-07                     
+AR RAMO 2009  4  1 18  0  0.000000  1    0.112503450476E-07                     
+AR RCMN 2009  4  1 18  0  0.000000  1    0.995906788580E-08                     
+AR REDU 2009  4  1 18  0  0.000000  1   -0.708093554708E-07                     
+AR REUN 2009  4  1 18  0  0.000000  1    0.252797176567E-07                     
+AR REYK 2009  4  1 18  0  0.000000  1   -0.300783887284E-03                     
+AR SCH2 2009  4  1 18  0  0.000000  1    0.190113362438E-03                     
+AR SCUB 2009  4  1 18  0  0.000000  1   -0.521817968388E-07                     
+AR STJO 2009  4  1 18  0  0.000000  1   -0.706198523621E-05                     
+AR SYDN 2009  4  1 18  0  0.000000  1    0.141058313538E-05                     
+AR SYOG 2009  4  1 18  0  0.000000  1    0.140148731855E-04                     
+AR THU2 2009  4  1 18  0  0.000000  1    0.326074095113E-03                     
+AR TOW2 2009  4  1 18  0  0.000000  1    0.183894046202E-08                     
+AR URUM 2009  4  1 18  0  0.000000  1    0.155981462565E-03                     
+AR VESL 2009  4  1 18  0  0.000000  1    0.284635431736E-03                     
+AR VILL 2009  4  1 18  0  0.000000  1   -0.721790465524E-07                     
+AR WTZR 2009  4  1 18  0  0.000000  1    0.466493344933E-07                     
+AR WUHN 2009  4  1 18  0  0.000000  1   -0.561427039094E-07                     
+AR YSSK 2009  4  1 18  0  0.000000  1   -0.591282046295E-07                     
+AR ZIM2 2009  4  1 18  0  0.000000  1    0.209578267041E-07                     
+AR XMIS 2009  4  1 18  0  0.000000  1   -0.585888459951E-08                     
+AR GODZ 2009  4  1 18  0  0.000000  1   -0.469118426510E-03                     
+AR MTKA 2009  4  1 18  0  0.000000  1   -0.639047313324E-07                     
+AR TIXJ 2009  4  1 18  0  0.000000  1   -0.789153870044E-04                     
+AR PARK 2009  4  1 18  0  0.000000  1    0.809531983002E-06                     
+AR UNBJ 2009  4  1 18  0  0.000000  1   -0.277124576573E-03                     
+AR NOVM 2009  4  1 18  0  0.000000  1    0.798332121280E-04                     
+AR SUNM 2009  4  1 18  0  0.000000  1    0.928768078625E-04                     
+AR CEBR 2009  4  1 18  0  0.000000  1    0.719432001373E-03                     
+AR CPXF 2009  4  1 18  0  0.000000  1    0.212095831156E-08                     
+AR IDDR 2009  4  1 18  0  0.000000  1    0.103304339636E-07                     
+AR AZGB 2009  4  1 18  0  0.000000  1    0.232142978571E-03                     
+AR TN22 2009  4  1 18  0  0.000000  1   -0.248453072381E-03                     
+AR ETAD 2009  4  1 18  0  0.000000  1    0.152570520678E-07                     
+AR ILHA 2009  4  1 18  0  0.000000  1    0.249487006662E-08                     
+AR POVE 2009  4  1 18  0  0.000000  1    0.570708456073E-08                     
+AR RECF 2009  4  1 18  0  0.000000  1    0.245554458790E-07                     
+AR SALU 2009  4  1 18  0  0.000000  1    0.164200278112E-07                     
+AR SAVO 2009  4  1 18  0  0.000000  1    0.273087003324E-07                     
+AR UFPR 2009  4  1 18  0  0.000000  1    0.308062112478E-07                     
+AR YELL 2009  4  1 18  0  0.000000  1    0.248345000000E-06                     
+AS G32  2009  4  1 18  5  0.000000  1    0.280080881535E-03                     
+AS G24  2009  4  1 18  5  0.000000  1    0.177898200585E-03                     
+AS G25  2009  4  1 18  5  0.000000  1    0.335011732496E-03                     
+AS G26  2009  4  1 18  5  0.000000  1    0.545046707908E-04                     
+AS G27  2009  4  1 18  5  0.000000  1    0.372051943809E-04                     
+AS G30  2009  4  1 18  5  0.000000  1    0.136315595708E-03                     
+AS G03  2009  4  1 18  5  0.000000  1    0.373589715443E-03                     
+AS G04  2009  4  1 18  5  0.000000  1   -0.350242726047E-04                     
+AS G06  2009  4  1 18  5  0.000000  1    0.606108282749E-04                     
+AS G08  2009  4  1 18  5  0.000000  1   -0.196581161467E-03                     
+AS G09  2009  4  1 18  5  0.000000  1    0.485034747740E-04                     
+AS G10  2009  4  1 18  5  0.000000  1   -0.136415659903E-04                     
+AS G14  2009  4  1 18  5  0.000000  1   -0.132269860059E-03                     
+AS G13  2009  4  1 18  5  0.000000  1    0.293288223524E-03                     
+AS G28  2009  4  1 18  5  0.000000  1   -0.238345675744E-04                     
+AS G21  2009  4  1 18  5  0.000000  1    0.214830871564E-04                     
+AS G11  2009  4  1 18  5  0.000000  1    0.272387428398E-05                     
+AS G22  2009  4  1 18  5  0.000000  1    0.202411947930E-03                     
+AS G20  2009  4  1 18  5  0.000000  1    0.865357818447E-04                     
+AS G18  2009  4  1 18  5  0.000000  1   -0.694463114252E-04                     
+AS G16  2009  4  1 18  5  0.000000  1    0.629319990747E-04                     
+AS G19  2009  4  1 18  5  0.000000  1    0.293384261195E-04                     
+AS G23  2009  4  1 18  5  0.000000  1    0.388997362060E-03                     
+AS G02  2009  4  1 18  5  0.000000  1    0.153920564589E-03                     
+AS G31  2009  4  1 18  5  0.000000  1   -0.564969754770E-04                     
+AS G17  2009  4  1 18  5  0.000000  1    0.524753492926E-04                     
+AS G12  2009  4  1 18  5  0.000000  1   -0.299425575110E-03                     
+AS G15  2009  4  1 18  5  0.000000  1   -0.276108945235E-03                     
+AS G29  2009  4  1 18  5  0.000000  1    0.494519626584E-05                     
+AS G07  2009  4  1 18  5  0.000000  1    0.209695486143E-04                     
+AS R02  2009  4  1 18  5  0.000000  1    0.205831643874E-04                     
+AS R03  2009  4  1 18  5  0.000000  1   -0.343522910345E-04                     
+AS R04  2009  4  1 18  5  0.000000  1    0.636432518143E-04                     
+AS R06  2009  4  1 18  5  0.000000  1   -0.169264923242E-03                     
+AS R07  2009  4  1 18  5  0.000000  1   -0.891501039526E-04                     
+AS R08  2009  4  1 18  5  0.000000  1   -0.101978266103E-03                     
+AS R10  2009  4  1 18  5  0.000000  1   -0.140824901922E-03                     
+AS R11  2009  4  1 18  5  0.000000  1   -0.926494083908E-04                     
+AS R13  2009  4  1 18  5  0.000000  1   -0.230667849750E-03                     
+AS R14  2009  4  1 18  5  0.000000  1   -0.795464753527E-04                     
+AS R15  2009  4  1 18  5  0.000000  1    0.921327915839E-04                     
+AS R17  2009  4  1 18  5  0.000000  1   -0.261287586738E-03                     
+AS R18  2009  4  1 18  5  0.000000  1   -0.135551461361E-05                     
+AS R19  2009  4  1 18  5  0.000000  1   -0.894458566666E-04                     
+AS R20  2009  4  1 18  5  0.000000  1   -0.650176563547E-04                     
+AS R21  2009  4  1 18  5  0.000000  1   -0.143372222085E-03                     
+AS R22  2009  4  1 18  5  0.000000  1   -0.201639972533E-03                     
+AS R23  2009  4  1 18  5  0.000000  1   -0.200184232274E-03                     
+AR ALGO 2009  4  1 18  5  0.000000  1    0.811533119950E-04                     
+AR ALIC 2009  4  1 18  5  0.000000  1    0.142150029489E-07                     
+AR AMC2 2009  4  1 18  5  0.000000  1    0.251563371625E-08                     
+AR ANKR 2009  4  1 18  5  0.000000  1   -0.293033706329E-03                     
+AR ARTU 2009  4  1 18  5  0.000000  1   -0.502464547247E-07                     
+AR ASPA 2009  4  1 18  5  0.000000  1    0.211092910642E-07                     
+AR BHR1 2009  4  1 18  5  0.000000  1    0.563382359136E-03                     
+AR BARH 2009  4  1 18  5  0.000000  1   -0.191170120818E-08                     
+AR BJFS 2009  4  1 18  5  0.000000  1   -0.439074018567E-07                     
+AR BOGT 2009  4  1 18  5  0.000000  1   -0.609779472588E-07                     
+AR BRMU 2009  4  1 18  5  0.000000  1    0.717356124792E-04                     
+AR CAGZ 2009  4  1 18  5  0.000000  1    0.728245950423E-04                     
+AR CAS1 2009  4  1 18  5  0.000000  1    0.620926251336E-08                     
+AR CHAT 2009  4  1 18  5  0.000000  1   -0.543726928592E-07                     
+AR CHPI 2009  4  1 18  5  0.000000  1   -0.644349082392E-07                     
+AR COCO 2009  4  1 18  5  0.000000  1    0.227681070439E-03                     
+AR CONZ 2009  4  1 18  5  0.000000  1   -0.494130846976E-03                     
+AR CRAR 2009  4  1 18  5  0.000000  1    0.739500205275E-04                     
+AR CRO1 2009  4  1 18  5  0.000000  1    0.665108100935E-03                     
+AR DAEJ 2009  4  1 18  5  0.000000  1   -0.196520582577E-03                     
+AR DARW 2009  4  1 18  5  0.000000  1    0.170158817999E-08                     
+AR DGAR 2009  4  1 18  5  0.000000  1   -0.593837231943E-07                     
+AR DRAO 2009  4  1 18  5  0.000000  1    0.958695272242E-06                     
+AR FAA1 2009  4  1 18  5  0.000000  1   -0.110871274587E-07                     
+AR FAIR 2009  4  1 18  5  0.000000  1   -0.582562874829E-07                     
+AR GLPS 2009  4  1 18  5  0.000000  1   -0.744610324071E-07                     
+AR GUAM 2009  4  1 18  5  0.000000  1   -0.567975329281E-07                     
+AR GUAT 2009  4  1 18  5  0.000000  1    0.205353586464E-07                     
+AR HOB2 2009  4  1 18  5  0.000000  1    0.900020837521E-07                     
+AR HOFN 2009  4  1 18  5  0.000000  1   -0.801034332078E-06                     
+AR HOLM 2009  4  1 18  5  0.000000  1   -0.481110923844E-07                     
+AR HRAO 2009  4  1 18  5  0.000000  1    0.849470793098E-03                     
+AR HYDE 2009  4  1 18  5  0.000000  1    0.540299370459E-08                     
+AR IRKJ 2009  4  1 18  5  0.000000  1    0.163746661633E-03                     
+AR ISPA 2009  4  1 18  5  0.000000  1   -0.759843840039E-07                     
+AR KARR 2009  4  1 18  5  0.000000  1   -0.493862441820E-07                     
+AR KERG 2009  4  1 18  5  0.000000  1    0.817499417010E-03                     
+AR KHAJ 2009  4  1 18  5  0.000000  1   -0.150714429146E-05                     
+AR KIR0 2009  4  1 18  5  0.000000  1    0.282624072668E-03                     
+AR KIRU 2009  4  1 18  5  0.000000  1    0.591411849040E-03                     
+AR KIT3 2009  4  1 18  5  0.000000  1    0.288063996975E-07                     
+AR KOUR 2009  4  1 18  5  0.000000  1    0.125015301280E-03                     
+AR KUNM 2009  4  1 18  5  0.000000  1    0.112973193481E-07                     
+AR LHAZ 2009  4  1 18  5  0.000000  1   -0.864918723410E-04                     
+AR MAL2 2009  4  1 18  5  0.000000  1   -0.201505261383E-07                     
+AR MAS1 2009  4  1 18  5  0.000000  1   -0.101611583553E-03                     
+AR MAW1 2009  4  1 18  5  0.000000  1   -0.693866985130E-09                     
+AR MCIL 2009  4  1 18  5  0.000000  1    0.291971976989E-07                     
+AR MCM4 2009  4  1 18  5  0.000000  1   -0.599944623599E-07                     
+AR MDO1 2009  4  1 18  5  0.000000  1   -0.448052490737E-07                     
+AR MDVJ 2009  4  1 18  5  0.000000  1    0.438552553932E-03                     
+AR MKEA 2009  4  1 18  5  0.000000  1   -0.446681721506E-07                     
+AR MOBS 2009  4  1 18  5  0.000000  1    0.598514125870E-08                     
+AR NANO 2009  4  1 18  5  0.000000  1    0.143680893850E-08                     
+AR NLIB 2009  4  1 18  5  0.000000  1   -0.119429164046E-06                     
+AR NNOR 2009  4  1 18  5  0.000000  1    0.365802305759E-03                     
+AR NRC1 2009  4  1 18  5  0.000000  1   -0.448379085249E-05                     
+AR NRIL 2009  4  1 18  5  0.000000  1   -0.400386371770E-07                     
+AR NRMD 2009  4  1 18  5  0.000000  1    0.277307893490E-07                     
+AR NTUS 2009  4  1 18  5  0.000000  1   -0.868938563631E-08                     
+AR NYAL 2009  4  1 18  5  0.000000  1    0.953308715266E-07                     
+AR OHI3 2009  4  1 18  5  0.000000  1   -0.300431972895E-03                     
+AR ONSA 2009  4  1 18  5  0.000000  1   -0.324811314683E-04                     
+AR PDEL 2009  4  1 18  5  0.000000  1   -0.787574434089E-08                     
+AR PERT 2009  4  1 18  5  0.000000  1   -0.570635436215E-07                     
+AR PETP 2009  4  1 18  5  0.000000  1   -0.525641726877E-07                     
+AR PIMO 2009  4  1 18  5  0.000000  1   -0.478747190196E-07                     
+AR QAQ1 2009  4  1 18  5  0.000000  1   -0.665274966071E-07                     
+AR QUIN 2009  4  1 18  5  0.000000  1   -0.548042457044E-07                     
+AR RABT 2009  4  1 18  5  0.000000  1   -0.620328733378E-07                     
+AR RAMO 2009  4  1 18  5  0.000000  1    0.437049881031E-07                     
+AR RCMN 2009  4  1 18  5  0.000000  1    0.795331265542E-08                     
+AR REDU 2009  4  1 18  5  0.000000  1   -0.634447522390E-07                     
+AR REUN 2009  4  1 18  5  0.000000  1    0.244106851812E-07                     
+AR REYK 2009  4  1 18  5  0.000000  1   -0.293860127934E-03                     
+AR SCH2 2009  4  1 18  5  0.000000  1    0.190131808342E-03                     
+AR SCUB 2009  4  1 18  5  0.000000  1   -0.521797132986E-07                     
+AR STJO 2009  4  1 18  5  0.000000  1   -0.706226716565E-05                     
+AR SYDN 2009  4  1 18  5  0.000000  1    0.141075537146E-05                     
+AR SYOG 2009  4  1 18  5  0.000000  1    0.140146850283E-04                     
+AR THU2 2009  4  1 18  5  0.000000  1    0.324071843334E-03                     
+AR TOW2 2009  4  1 18  5  0.000000  1    0.151019496030E-09                     
+AR URUM 2009  4  1 18  5  0.000000  1    0.809017899058E-04                     
+AR VESL 2009  4  1 18  5  0.000000  1    0.321068284039E-03                     
+AR VILL 2009  4  1 18  5  0.000000  1   -0.700652745028E-07                     
+AR WTZR 2009  4  1 18  5  0.000000  1    0.466713821131E-07                     
+AR WUHN 2009  4  1 18  5  0.000000  1   -0.598757064940E-07                     
+AR YSSK 2009  4  1 18  5  0.000000  1   -0.572597964242E-07                     
+AR ZIM2 2009  4  1 18  5  0.000000  1    0.214514091702E-07                     
+AR XMIS 2009  4  1 18  5  0.000000  1   -0.337923585165E-08                     
+AR GODZ 2009  4  1 18  5  0.000000  1   -0.469118412756E-03                     
+AR MTKA 2009  4  1 18  5  0.000000  1   -0.607037434519E-07                     
+AR TIXJ 2009  4  1 18  5  0.000000  1   -0.812473096591E-04                     
+AR PARK 2009  4  1 18  5  0.000000  1    0.809576862677E-06                     
+AR UNBJ 2009  4  1 18  5  0.000000  1   -0.352952682796E-03                     
+AR NOVM 2009  4  1 18  5  0.000000  1    0.798332144881E-04                     
+AR SUNM 2009  4  1 18  5  0.000000  1   -0.634879457209E-04                     
+AR CEBR 2009  4  1 18  5  0.000000  1    0.719432003487E-03                     
+AR CPXF 2009  4  1 18  5  0.000000  1    0.615929549749E-08                     
+AR IDDR 2009  4  1 18  5  0.000000  1    0.127605251612E-07                     
+AR AZGB 2009  4  1 18  5  0.000000  1    0.926953746857E-04                     
+AR TN22 2009  4  1 18  5  0.000000  1   -0.323176422206E-03                     
+AR ETAD 2009  4  1 18  5  0.000000  1    0.162677658793E-07                     
+AR ILHA 2009  4  1 18  5  0.000000  1   -0.972516506177E-09                     
+AR POVE 2009  4  1 18  5  0.000000  1    0.496880272044E-08                     
+AR RECF 2009  4  1 18  5  0.000000  1    0.250366896438E-07                     
+AR SALU 2009  4  1 18  5  0.000000  1    0.150111701981E-07                     
+AR SAVO 2009  4  1 18  5  0.000000  1    0.271970535612E-07                     
+AR UFPR 2009  4  1 18  5  0.000000  1    0.298392560895E-07                     
+AR YELL 2009  4  1 18  5  0.000000  1    0.248415000000E-06                     
+AS G32  2009  4  1 18 10  0.000000  1    0.280079368617E-03                     
+AS G24  2009  4  1 18 10  0.000000  1    0.177898653920E-03                     
+AS G25  2009  4  1 18 10  0.000000  1    0.335018289127E-03                     
+AS G26  2009  4  1 18 10  0.000000  1    0.545051854260E-04                     
+AS G27  2009  4  1 18 10  0.000000  1    0.372060595817E-04                     
+AS G30  2009  4  1 18 10  0.000000  1    0.136316374050E-03                     
+AS G03  2009  4  1 18 10  0.000000  1    0.373591253527E-03                     
+AS G04  2009  4  1 18 10  0.000000  1   -0.350287384735E-04                     
+AS G06  2009  4  1 18 10  0.000000  1    0.606161717482E-04                     
+AS G08  2009  4  1 18 10  0.000000  1   -0.196581051323E-03                     
+AS G09  2009  4  1 18 10  0.000000  1    0.485039684222E-04                     
+AS G10  2009  4  1 18 10  0.000000  1   -0.136424387471E-04                     
+AS G14  2009  4  1 18 10  0.000000  1   -0.132268371450E-03                     
+AS G13  2009  4  1 18 10  0.000000  1    0.293288419010E-03                     
+AS G28  2009  4  1 18 10  0.000000  1   -0.238345013080E-04                     
+AS G21  2009  4  1 18 10  0.000000  1    0.214826360017E-04                     
+AS G11  2009  4  1 18 10  0.000000  1    0.272360121066E-05                     
+AS G22  2009  4  1 18 10  0.000000  1    0.202412689524E-03                     
+AS G20  2009  4  1 18 10  0.000000  1    0.865353109488E-04                     
+AS G18  2009  4  1 18 10  0.000000  1   -0.694455265070E-04                     
+AS G16  2009  4  1 18 10  0.000000  1    0.629310963359E-04                     
+AS G19  2009  4  1 18 10  0.000000  1    0.293380651791E-04                     
+AS G23  2009  4  1 18 10  0.000000  1    0.388997460144E-03                     
+AS G02  2009  4  1 18 10  0.000000  1    0.153920689638E-03                     
+AS G31  2009  4  1 18 10  0.000000  1   -0.564972750952E-04                     
+AS G17  2009  4  1 18 10  0.000000  1    0.524757644438E-04                     
+AS G12  2009  4  1 18 10  0.000000  1   -0.299424258097E-03                     
+AS G15  2009  4  1 18 10  0.000000  1   -0.276110366797E-03                     
+AS G29  2009  4  1 18 10  0.000000  1    0.494648189252E-05                     
+AS G07  2009  4  1 18 10  0.000000  1    0.209693538700E-04                     
+AS R02  2009  4  1 18 10  0.000000  1    0.205821229640E-04                     
+AS R03  2009  4  1 18 10  0.000000  1   -0.343526628775E-04                     
+AS R04  2009  4  1 18 10  0.000000  1    0.636417927471E-04                     
+AS R06  2009  4  1 18 10  0.000000  1   -0.169266446131E-03                     
+AS R07  2009  4  1 18 10  0.000000  1   -0.891483877116E-04                     
+AS R08  2009  4  1 18 10  0.000000  1   -0.101977958805E-03                     
+AS R10  2009  4  1 18 10  0.000000  1   -0.140824744965E-03                     
+AS R11  2009  4  1 18 10  0.000000  1   -0.926496640697E-04                     
+AS R13  2009  4  1 18 10  0.000000  1   -0.230667997063E-03                     
+AS R14  2009  4  1 18 10  0.000000  1   -0.795453134477E-04                     
+AS R15  2009  4  1 18 10  0.000000  1    0.921340348796E-04                     
+AS R17  2009  4  1 18 10  0.000000  1   -0.261288078077E-03                     
+AS R18  2009  4  1 18 10  0.000000  1   -0.135561237265E-05                     
+AS R19  2009  4  1 18 10  0.000000  1   -0.894462161370E-04                     
+AS R20  2009  4  1 18 10  0.000000  1   -0.650174128522E-04                     
+AS R21  2009  4  1 18 10  0.000000  1   -0.143372637605E-03                     
+AS R22  2009  4  1 18 10  0.000000  1   -0.201640670775E-03                     
+AS R23  2009  4  1 18 10  0.000000  1   -0.200183722168E-03                     
+AR ALGO 2009  4  1 18 10  0.000000  1    0.811562152668E-04                     
+AR ALIC 2009  4  1 18 10  0.000000  1    0.135164624371E-07                     
+AR AMC2 2009  4  1 18 10  0.000000  1    0.253050429628E-08                     
+AR ANKR 2009  4  1 18 10  0.000000  1   -0.230776553337E-03                     
+AR ARTU 2009  4  1 18 10  0.000000  1   -0.535500778585E-07                     
+AR ASPA 2009  4  1 18 10  0.000000  1    0.219566784409E-07                     
+AR BHR1 2009  4  1 18 10  0.000000  1    0.563382501525E-03                     
+AR BARH 2009  4  1 18 10  0.000000  1    0.474667499430E-08                     
+AR BJFS 2009  4  1 18 10  0.000000  1   -0.438110221301E-07                     
+AR BOGT 2009  4  1 18 10  0.000000  1   -0.629759261444E-07                     
+AR BRMU 2009  4  1 18 10  0.000000  1   -0.429923025596E-03                     
+AR CAGZ 2009  4  1 18 10  0.000000  1    0.296542119998E-03                     
+AR CAS1 2009  4  1 18 10  0.000000  1    0.673314165097E-08                     
+AR CHAT 2009  4  1 18 10  0.000000  1   -0.545630492619E-07                     
+AR CHPI 2009  4  1 18 10  0.000000  1   -0.615173541231E-07                     
+AR COCO 2009  4  1 18 10  0.000000  1    0.227680033304E-03                     
+AR CONZ 2009  4  1 18 10  0.000000  1    0.373326573890E-03                     
+AR CRAR 2009  4  1 18 10  0.000000  1    0.488121906737E-04                     
+AR CRO1 2009  4  1 18 10  0.000000  1    0.665108096600E-03                     
+AR DAEJ 2009  4  1 18 10  0.000000  1   -0.196519842539E-03                     
+AR DARW 2009  4  1 18 10  0.000000  1    0.372117854388E-09                     
+AR DGAR 2009  4  1 18 10  0.000000  1   -0.582661908107E-07                     
+AR DRAO 2009  4  1 18 10  0.000000  1    0.995358565603E-06                     
+AR FAA1 2009  4  1 18 10  0.000000  1   -0.960828738812E-08                     
+AR FAIR 2009  4  1 18 10  0.000000  1   -0.562921358793E-07                     
+AR GLPS 2009  4  1 18 10  0.000000  1   -0.735141026035E-07                     
+AR GUAM 2009  4  1 18 10  0.000000  1   -0.462578231909E-07                     
+AR GUAT 2009  4  1 18 10  0.000000  1    0.207091656198E-07                     
+AR HOB2 2009  4  1 18 10  0.000000  1    0.900055657978E-07                     
+AR HOFN 2009  4  1 18 10  0.000000  1    0.763668310757E-04                     
+AR HOLM 2009  4  1 18 10  0.000000  1   -0.746983093176E-07                     
+AR HRAO 2009  4  1 18 10  0.000000  1    0.849470887011E-03                     
+AR HYDE 2009  4  1 18 10  0.000000  1   -0.373787302978E-09                     
+AR IRKJ 2009  4  1 18 10  0.000000  1    0.163746662369E-03                     
+AR ISPA 2009  4  1 18 10  0.000000  1   -0.757512573163E-07                     
+AR KARR 2009  4  1 18 10  0.000000  1   -0.612228677704E-07                     
+AR KERG 2009  4  1 18 10  0.000000  1    0.817500007993E-03                     
+AR KHAJ 2009  4  1 18 10  0.000000  1   -0.150714627463E-05                     
+AR KIR0 2009  4  1 18 10  0.000000  1    0.282617346724E-03                     
+AR KIRU 2009  4  1 18 10  0.000000  1    0.591410640136E-03                     
+AR KIT3 2009  4  1 18 10  0.000000  1    0.268628120961E-07                     
+AR KOUR 2009  4  1 18 10  0.000000  1    0.125015311296E-03                     
+AR KUNM 2009  4  1 18 10  0.000000  1    0.202638800270E-07                     
+AR LHAZ 2009  4  1 18 10  0.000000  1   -0.651815858654E-04                     
+AR MAL2 2009  4  1 18 10  0.000000  1   -0.176682030096E-07                     
+AR MAS1 2009  4  1 18 10  0.000000  1   -0.101611439658E-03                     
+AR MAW1 2009  4  1 18 10  0.000000  1    0.532444557961E-09                     
+AR MCIL 2009  4  1 18 10  0.000000  1    0.280030183432E-07                     
+AR MCM4 2009  4  1 18 10  0.000000  1   -0.575489235429E-07                     
+AR MDO1 2009  4  1 18 10  0.000000  1   -0.463894211737E-07                     
+AR MDVJ 2009  4  1 18 10  0.000000  1    0.438552551940E-03                     
+AR MKEA 2009  4  1 18 10  0.000000  1   -0.499340738229E-07                     
+AR MOBS 2009  4  1 18 10  0.000000  1    0.647692625067E-08                     
+AR NANO 2009  4  1 18 10  0.000000  1    0.387879876014E-08                     
+AR NLIB 2009  4  1 18 10  0.000000  1   -0.119039323014E-06                     
+AR NNOR 2009  4  1 18 10  0.000000  1    0.365801460029E-03                     
+AR NRC1 2009  4  1 18 10  0.000000  1   -0.448378601734E-05                     
+AR NRIL 2009  4  1 18 10  0.000000  1   -0.428802517696E-07                     
+AR NRMD 2009  4  1 18 10  0.000000  1    0.275278382430E-07                     
+AR NTUS 2009  4  1 18 10  0.000000  1   -0.775018720513E-08                     
+AR NYAL 2009  4  1 18 10  0.000000  1    0.953367592624E-07                     
+AR OHI3 2009  4  1 18 10  0.000000  1   -0.185466337454E-03                     
+AR ONSA 2009  4  1 18 10  0.000000  1   -0.324811716601E-04                     
+AR PDEL 2009  4  1 18 10  0.000000  1   -0.691635412517E-08                     
+AR PERT 2009  4  1 18 10  0.000000  1   -0.522588633026E-07                     
+AR PETP 2009  4  1 18 10  0.000000  1   -0.509412241222E-07                     
+AR PIMO 2009  4  1 18 10  0.000000  1   -0.495296837066E-07                     
+AR QAQ1 2009  4  1 18 10  0.000000  1   -0.667382644485E-07                     
+AR QUIN 2009  4  1 18 10  0.000000  1   -0.565791991148E-07                     
+AR RABT 2009  4  1 18 10  0.000000  1   -0.636440038042E-07                     
+AR RAMO 2009  4  1 18 10  0.000000  1    0.679938674616E-07                     
+AR RCMN 2009  4  1 18 10  0.000000  1    0.828621082240E-08                     
+AR REDU 2009  4  1 18 10  0.000000  1   -0.626793350226E-07                     
+AR REUN 2009  4  1 18 10  0.000000  1    0.240568435297E-07                     
+AR REYK 2009  4  1 18 10  0.000000  1   -0.287919672161E-03                     
+AR SCH2 2009  4  1 18 10  0.000000  1    0.190150357589E-03                     
+AR SCUB 2009  4  1 18 10  0.000000  1   -0.527498590446E-07                     
+AR STJO 2009  4  1 18 10  0.000000  1   -0.706255827761E-05                     
+AR SYDN 2009  4  1 18 10  0.000000  1    0.141104332281E-05                     
+AR SYOG 2009  4  1 18 10  0.000000  1    0.140139216253E-04                     
+AR THU2 2009  4  1 18 10  0.000000  1    0.322069716603E-03                     
+AR TOW2 2009  4  1 18 10  0.000000  1    0.320276096954E-08                     
+AR URUM 2009  4  1 18 10  0.000000  1    0.585101828687E-05                     
+AR VESL 2009  4  1 18 10  0.000000  1    0.357507768068E-03                     
+AR VILL 2009  4  1 18 10  0.000000  1   -0.661852204198E-07                     
+AR WTZR 2009  4  1 18 10  0.000000  1    0.466737176491E-07                     
+AR WUHN 2009  4  1 18 10  0.000000  1   -0.595840102012E-07                     
+AR YSSK 2009  4  1 18 10  0.000000  1   -0.609127323059E-07                     
+AR ZIM2 2009  4  1 18 10  0.000000  1    0.230333919041E-07                     
+AR XMIS 2009  4  1 18 10  0.000000  1   -0.809716418696E-08                     
+AR GODZ 2009  4  1 18 10  0.000000  1   -0.469118385492E-03                     
+AR MTKA 2009  4  1 18 10  0.000000  1   -0.629088076805E-07                     
+AR TIXJ 2009  4  1 18 10  0.000000  1   -0.835919027637E-04                     
+AR PARK 2009  4  1 18 10  0.000000  1    0.809564116856E-06                     
+AR UNBJ 2009  4  1 18 10  0.000000  1   -0.428492620279E-03                     
+AR NOVM 2009  4  1 18 10  0.000000  1    0.798332144477E-04                     
+AR SUNM 2009  4  1 18 10  0.000000  1   -0.219319487892E-03                     
+AR CEBR 2009  4  1 18 10  0.000000  1    0.719432022841E-03                     
+AR CPXF 2009  4  1 18 10  0.000000  1    0.302325801036E-08                     
+AR IDDR 2009  4  1 18 10  0.000000  1    0.114753787805E-07                     
+AR AZGB 2009  4  1 18 10  0.000000  1   -0.467552597827E-04                     
+AR TN22 2009  4  1 18 10  0.000000  1   -0.397798093087E-03                     
+AR ETAD 2009  4  1 18 10  0.000000  1    0.176681445058E-07                     
+AR ILHA 2009  4  1 18 10  0.000000  1    0.573304297546E-09                     
+AR POVE 2009  4  1 18 10  0.000000  1    0.322492418203E-08                     
+AR RECF 2009  4  1 18 10  0.000000  1    0.265384896563E-07                     
+AR SALU 2009  4  1 18 10  0.000000  1    0.219086513640E-07                     
+AR SAVO 2009  4  1 18 10  0.000000  1    0.299152162962E-07                     
+AR UFPR 2009  4  1 18 10  0.000000  1    0.322627291808E-07                     
+AR YELL 2009  4  1 18 10  0.000000  1    0.248485000000E-06                     
+AS G32  2009  4  1 18 15  0.000000  1    0.280077814318E-03                     
+AS G24  2009  4  1 18 15  0.000000  1    0.177898939203E-03                     
+AS G25  2009  4  1 18 15  0.000000  1    0.335024849559E-03                     
+AS G26  2009  4  1 18 15  0.000000  1    0.545058593553E-04                     
+AS G27  2009  4  1 18 15  0.000000  1    0.372068300239E-04                     
+AS G30  2009  4  1 18 15  0.000000  1    0.136317048139E-03                     
+AS G03  2009  4  1 18 15  0.000000  1    0.373592760618E-03                     
+AS G04  2009  4  1 18 15  0.000000  1   -0.350331418148E-04                     
+AS G06  2009  4  1 18 15  0.000000  1    0.606216187341E-04                     
+AS G08  2009  4  1 18 15  0.000000  1   -0.196582250644E-03                     
+AS G09  2009  4  1 18 15  0.000000  1    0.485045542832E-04                     
+AS G10  2009  4  1 18 15  0.000000  1   -0.136423560381E-04                     
+AS G14  2009  4  1 18 15  0.000000  1   -0.132266524994E-03                     
+AS G13  2009  4  1 18 15  0.000000  1    0.293288752217E-03                     
+AS G28  2009  4  1 18 15  0.000000  1   -0.238347916060E-04                     
+AS G21  2009  4  1 18 15  0.000000  1    0.214819478244E-04                     
+AS G11  2009  4  1 18 15  0.000000  1    0.272297362775E-05                     
+AS G22  2009  4  1 18 15  0.000000  1    0.202412743888E-03                     
+AS G20  2009  4  1 18 15  0.000000  1    0.865349057472E-04                     
+AS G18  2009  4  1 18 15  0.000000  1   -0.694445495447E-04                     
+AS G16  2009  4  1 18 15  0.000000  1    0.629301515962E-04                     
+AS G19  2009  4  1 18 15  0.000000  1    0.293377507090E-04                     
+AS G23  2009  4  1 18 15  0.000000  1    0.388997669428E-03                     
+AS G02  2009  4  1 18 15  0.000000  1    0.153920340911E-03                     
+AS G31  2009  4  1 18 15  0.000000  1   -0.564975866417E-04                     
+AS G17  2009  4  1 18 15  0.000000  1    0.524762343131E-04                     
+AS G12  2009  4  1 18 15  0.000000  1   -0.299422844921E-03                     
+AS G15  2009  4  1 18 15  0.000000  1   -0.276111518041E-03                     
+AS G29  2009  4  1 18 15  0.000000  1    0.494775000421E-05                     
+AS G07  2009  4  1 18 15  0.000000  1    0.209693581894E-04                     
+AS R02  2009  4  1 18 15  0.000000  1    0.205811245090E-04                     
+AS R03  2009  4  1 18 15  0.000000  1   -0.343519948988E-04                     
+AS R04  2009  4  1 18 15  0.000000  1    0.636392790202E-04                     
+AS R06  2009  4  1 18 15  0.000000  1   -0.169268193628E-03                     
+AS R07  2009  4  1 18 15  0.000000  1   -0.891480968859E-04                     
+AS R08  2009  4  1 18 15  0.000000  1   -0.101977812683E-03                     
+AS R10  2009  4  1 18 15  0.000000  1   -0.140824782426E-03                     
+AS R11  2009  4  1 18 15  0.000000  1   -0.926499908302E-04                     
+AS R13  2009  4  1 18 15  0.000000  1   -0.230668723426E-03                     
+AS R14  2009  4  1 18 15  0.000000  1   -0.795446798324E-04                     
+AS R15  2009  4  1 18 15  0.000000  1    0.921346701133E-04                     
+AS R17  2009  4  1 18 15  0.000000  1   -0.261288130585E-03                     
+AS R18  2009  4  1 18 15  0.000000  1   -0.135559556402E-05                     
+AS R19  2009  4  1 18 15  0.000000  1   -0.894464866898E-04                     
+AS R20  2009  4  1 18 15  0.000000  1   -0.650173908364E-04                     
+AS R21  2009  4  1 18 15  0.000000  1   -0.143373237697E-03                     
+AS R22  2009  4  1 18 15  0.000000  1   -0.201641318076E-03                     
+AS R23  2009  4  1 18 15  0.000000  1   -0.200181649499E-03                     
+AR ALGO 2009  4  1 18 15  0.000000  1    0.811589707908E-04                     
+AR ALIC 2009  4  1 18 15  0.000000  1    0.102229069706E-07                     
+AR AMC2 2009  4  1 18 15  0.000000  1    0.254528471001E-08                     
+AR ANKR 2009  4  1 18 15  0.000000  1   -0.168484070184E-03                     
+AR ARTU 2009  4  1 18 15  0.000000  1   -0.529366272360E-07                     
+AR ASPA 2009  4  1 18 15  0.000000  1    0.198777313308E-07                     
+AR BHR1 2009  4  1 18 15  0.000000  1    0.563382527586E-03                     
+AR BARH 2009  4  1 18 15  0.000000  1    0.995700779995E-08                     
+AR BJFS 2009  4  1 18 15  0.000000  1   -0.453161820470E-07                     
+AR BOGT 2009  4  1 18 15  0.000000  1   -0.637079659649E-07                     
+AR BRMU 2009  4  1 18 15  0.000000  1    0.686015225071E-04                     
+AR CAGZ 2009  4  1 18 15  0.000000  1   -0.479633350567E-03                     
+AR CAS1 2009  4  1 18 15  0.000000  1    0.717221004796E-08                     
+AR CHAT 2009  4  1 18 15  0.000000  1   -0.564920577035E-07                     
+AR CHPI 2009  4  1 18 15  0.000000  1   -0.729939596500E-07                     
+AR COCO 2009  4  1 18 15  0.000000  1    0.227678833451E-03                     
+AR CONZ 2009  4  1 18 15  0.000000  1    0.240449144980E-03                     
+AR CRAR 2009  4  1 18 15  0.000000  1    0.236918430644E-04                     
+AR CRO1 2009  4  1 18 15  0.000000  1    0.665108119182E-03                     
+AR DAEJ 2009  4  1 18 15  0.000000  1   -0.196518567692E-03                     
+AR DARW 2009  4  1 18 15  0.000000  1   -0.186651718753E-09                     
+AR DGAR 2009  4  1 18 15  0.000000  1   -0.590063894879E-07                     
+AR DRAO 2009  4  1 18 15  0.000000  1    0.103198288825E-05                     
+AR FAA1 2009  4  1 18 15  0.000000  1   -0.905595263353E-08                     
+AR FAIR 2009  4  1 18 15  0.000000  1   -0.556344910447E-07                     
+AR GLPS 2009  4  1 18 15  0.000000  1   -0.779514056834E-07                     
+AR GUAM 2009  4  1 18 15  0.000000  1   -0.445535069799E-07                     
+AR GUAT 2009  4  1 18 15  0.000000  1    0.177513319174E-07                     
+AR HOB2 2009  4  1 18 15  0.000000  1    0.900412659642E-07                     
+AR HOFN 2009  4  1 18 15  0.000000  1    0.153494421337E-03                     
+AR HOLM 2009  4  1 18 15  0.000000  1   -0.516030891749E-07                     
+AR HRAO 2009  4  1 18 15  0.000000  1    0.849470964401E-03                     
+AR HYDE 2009  4  1 18 15  0.000000  1   -0.368722299333E-09                     
+AR IRKJ 2009  4  1 18 15  0.000000  1    0.163746648306E-03                     
+AR ISPA 2009  4  1 18 15  0.000000  1   -0.780684344462E-07                     
+AR KARR 2009  4  1 18 15  0.000000  1   -0.527472718576E-07                     
+AR KERG 2009  4  1 18 15  0.000000  1    0.817499637972E-03                     
+AR KHAJ 2009  4  1 18 15  0.000000  1   -0.150713817434E-05                     
+AR KIR0 2009  4  1 18 15  0.000000  1    0.282610592299E-03                     
+AR KIRU 2009  4  1 18 15  0.000000  1    0.591409705693E-03                     
+AR KIT3 2009  4  1 18 15  0.000000  1    0.193743891433E-07                     
+AR KOUR 2009  4  1 18 15  0.000000  1    0.125015318533E-03                     
+AR KUNM 2009  4  1 18 15  0.000000  1    0.485616304684E-08                     
+AR LHAZ 2009  4  1 18 15  0.000000  1   -0.437169965387E-04                     
+AR MAL2 2009  4  1 18 15  0.000000  1   -0.161481179475E-07                     
+AR MAS1 2009  4  1 18 15  0.000000  1   -0.101611221163E-03                     
+AR MAW1 2009  4  1 18 15  0.000000  1   -0.627914637087E-09                     
+AR MCIL 2009  4  1 18 15  0.000000  1    0.286365587074E-07                     
+AR MCM4 2009  4  1 18 15  0.000000  1   -0.555745005592E-07                     
+AR MDO1 2009  4  1 18 15  0.000000  1   -0.477526489078E-07                     
+AR MDVJ 2009  4  1 18 15  0.000000  1    0.438552554839E-03                     
+AR MKEA 2009  4  1 18 15  0.000000  1   -0.496207808049E-07                     
+AR MOBS 2009  4  1 18 15  0.000000  1    0.552313301363E-08                     
+AR NANO 2009  4  1 18 15  0.000000  1    0.363669881705E-08                     
+AR NLIB 2009  4  1 18 15  0.000000  1   -0.118974138346E-06                     
+AR NNOR 2009  4  1 18 15  0.000000  1    0.365801700483E-03                     
+AR NRC1 2009  4  1 18 15  0.000000  1   -0.448376435654E-05                     
+AR NRIL 2009  4  1 18 15  0.000000  1   -0.435806562728E-07                     
+AR NRMD 2009  4  1 18 15  0.000000  1    0.277081461551E-07                     
+AR NTUS 2009  4  1 18 15  0.000000  1   -0.560548858067E-08                     
+AR NYAL 2009  4  1 18 15  0.000000  1    0.953481419825E-07                     
+AR OHI3 2009  4  1 18 15  0.000000  1   -0.709389637659E-04                     
+AR ONSA 2009  4  1 18 15  0.000000  1   -0.324812163239E-04                     
+AR PDEL 2009  4  1 18 15  0.000000  1   -0.899289420595E-08                     
+AR PERT 2009  4  1 18 15  0.000000  1   -0.508933793357E-07                     
+AR PETP 2009  4  1 18 15  0.000000  1   -0.518616898171E-07                     
+AR PIMO 2009  4  1 18 15  0.000000  1   -0.488435716721E-07                     
+AR QAQ1 2009  4  1 18 15  0.000000  1   -0.691320127397E-07                     
+AR QUIN 2009  4  1 18 15  0.000000  1   -0.529674265682E-07                     
+AR RABT 2009  4  1 18 15  0.000000  1   -0.653350168765E-07                     
+AR RAMO 2009  4  1 18 15  0.000000  1    0.129932288062E-06                     
+AR RCMN 2009  4  1 18 15  0.000000  1    0.651931674076E-08                     
+AR REDU 2009  4  1 18 15  0.000000  1   -0.593691933578E-07                     
+AR REUN 2009  4  1 18 15  0.000000  1    0.247812472357E-07                     
+AR REYK 2009  4  1 18 15  0.000000  1   -0.282767652740E-03                     
+AR SCH2 2009  4  1 18 15  0.000000  1    0.190168940008E-03                     
+AR SCUB 2009  4  1 18 15  0.000000  1   -0.529237413651E-07                     
+AR STJO 2009  4  1 18 15  0.000000  1   -0.706285708576E-05                     
+AR SYDN 2009  4  1 18 15  0.000000  1    0.141118724068E-05                     
+AR SYOG 2009  4  1 18 15  0.000000  1    0.140141421442E-04                     
+AR THU2 2009  4  1 18 15  0.000000  1    0.320067260061E-03                     
+AR TOW2 2009  4  1 18 15  0.000000  1    0.292280769190E-09                     
+AR URUM 2009  4  1 18 15  0.000000  1   -0.691137172839E-04                     
+AR VESL 2009  4  1 18 15  0.000000  1    0.393966139287E-03                     
+AR VILL 2009  4  1 18 15  0.000000  1   -0.680004577091E-07                     
+AR WTZR 2009  4  1 18 15  0.000000  1    0.466782328895E-07                     
+AR WUHN 2009  4  1 18 15  0.000000  1   -0.485464967080E-07                     
+AR YSSK 2009  4  1 18 15  0.000000  1   -0.635923559721E-07                     
+AR ZIM2 2009  4  1 18 15  0.000000  1    0.246535999729E-07                     
+AR XMIS 2009  4  1 18 15  0.000000  1   -0.694936993448E-09                     
+AR GODZ 2009  4  1 18 15  0.000000  1   -0.469118355517E-03                     
+AR MTKA 2009  4  1 18 15  0.000000  1   -0.659035858299E-07                     
+AR TIXJ 2009  4  1 18 15  0.000000  1   -0.859173703940E-04                     
+AR PARK 2009  4  1 18 15  0.000000  1    0.809667088920E-06                     
+AR UNBJ 2009  4  1 18 15  0.000000  1    0.496148139670E-03                     
+AR NOVM 2009  4  1 18 15  0.000000  1    0.798332290941E-04                     
+AR SUNM 2009  4  1 18 15  0.000000  1   -0.375471443137E-03                     
+AR CEBR 2009  4  1 18 15  0.000000  1    0.719432024329E-03                     
+AR CPXF 2009  4  1 18 15  0.000000  1    0.478453441651E-08                     
+AR IDDR 2009  4  1 18 15  0.000000  1    0.113455337566E-07                     
+AR AZGB 2009  4  1 18 15  0.000000  1   -0.186305464077E-03                     
+AR TN22 2009  4  1 18 15  0.000000  1   -0.472432556616E-03                     
+AR ETAD 2009  4  1 18 15  0.000000  1    0.122840504442E-07                     
+AR ILHA 2009  4  1 18 15  0.000000  1   -0.662812512865E-08                     
+AR POVE 2009  4  1 18 15  0.000000  1    0.286410637162E-08                     
+AR RECF 2009  4  1 18 15  0.000000  1    0.293193558151E-07                     
+AR SALU 2009  4  1 18 15  0.000000  1    0.998664635303E-08                     
+AR SAVO 2009  4  1 18 15  0.000000  1    0.278009120313E-07                     
+AR UFPR 2009  4  1 18 15  0.000000  1    0.315855186152E-07                     
+AR YELL 2009  4  1 18 15  0.000000  1    0.248556000000E-06                     
+AS G32  2009  4  1 18 20  0.000000  1    0.280076404799E-03                     
+AS G24  2009  4  1 18 20  0.000000  1    0.177899326631E-03                     
+AS G25  2009  4  1 18 20  0.000000  1    0.335031538700E-03                     
+AS G26  2009  4  1 18 20  0.000000  1    0.545064958521E-04                     
+AS G27  2009  4  1 18 20  0.000000  1    0.372073374872E-04                     
+AS G30  2009  4  1 18 20  0.000000  1    0.136317493831E-03                     
+AS G03  2009  4  1 18 20  0.000000  1    0.373593443670E-03                     
+AS G04  2009  4  1 18 20  0.000000  1   -0.350375269395E-04                     
+AS G06  2009  4  1 18 20  0.000000  1    0.606268731728E-04                     
+AS G08  2009  4  1 18 20  0.000000  1   -0.196583141019E-03                     
+AS G09  2009  4  1 18 20  0.000000  1    0.485051315492E-04                     
+AS G10  2009  4  1 18 20  0.000000  1   -0.136425414182E-04                     
+AS G14  2009  4  1 18 20  0.000000  1   -0.132264711776E-03                     
+AS G13  2009  4  1 18 20  0.000000  1    0.293288911686E-03                     
+AS G28  2009  4  1 18 20  0.000000  1   -0.238347772585E-04                     
+AS G21  2009  4  1 18 20  0.000000  1    0.214813291157E-04                     
+AS G11  2009  4  1 18 20  0.000000  1    0.272258461941E-05                     
+AS G22  2009  4  1 18 20  0.000000  1    0.202412565211E-03                     
+AS G20  2009  4  1 18 20  0.000000  1    0.865343205386E-04                     
+AS G18  2009  4  1 18 20  0.000000  1   -0.694433905712E-04                     
+AS G16  2009  4  1 18 20  0.000000  1    0.629293121837E-04                     
+AS G19  2009  4  1 18 20  0.000000  1    0.293374583572E-04                     
+AS G23  2009  4  1 18 20  0.000000  1    0.388997674066E-03                     
+AS G02  2009  4  1 18 20  0.000000  1    0.153920132644E-03                     
+AS G31  2009  4  1 18 20  0.000000  1   -0.564981631654E-04                     
+AS G17  2009  4  1 18 20  0.000000  1    0.524766749159E-04                     
+AS G12  2009  4  1 18 20  0.000000  1   -0.299421551081E-03                     
+AS G15  2009  4  1 18 20  0.000000  1   -0.276112690868E-03                     
+AS G29  2009  4  1 18 20  0.000000  1    0.494908671703E-05                     
+AS G07  2009  4  1 18 20  0.000000  1    0.209691446359E-04                     
+AS R02  2009  4  1 18 20  0.000000  1    0.205802517848E-04                     
+AS R03  2009  4  1 18 20  0.000000  1   -0.343523464286E-04                     
+AS R04  2009  4  1 18 20  0.000000  1    0.636365504428E-04                     
+AS R06  2009  4  1 18 20  0.000000  1   -0.169267631274E-03                     
+AS R07  2009  4  1 18 20  0.000000  1   -0.891464361787E-04                     
+AS R08  2009  4  1 18 20  0.000000  1   -0.101977569926E-03                     
+AS R10  2009  4  1 18 20  0.000000  1   -0.140824086358E-03                     
+AS R11  2009  4  1 18 20  0.000000  1   -0.926502455405E-04                     
+AS R13  2009  4  1 18 20  0.000000  1   -0.230669026354E-03                     
+AS R14  2009  4  1 18 20  0.000000  1   -0.795430762232E-04                     
+AS R15  2009  4  1 18 20  0.000000  1    0.921357908707E-04                     
+AS R17  2009  4  1 18 20  0.000000  1   -0.261288248868E-03                     
+AS R18  2009  4  1 18 20  0.000000  1   -0.135628054181E-05                     
+AS R19  2009  4  1 18 20  0.000000  1   -0.894467864499E-04                     
+AS R20  2009  4  1 18 20  0.000000  1   -0.650169929053E-04                     
+AS R21  2009  4  1 18 20  0.000000  1   -0.143373553819E-03                     
+AS R22  2009  4  1 18 20  0.000000  1   -0.201642343495E-03                     
+AS R23  2009  4  1 18 20  0.000000  1   -0.200180673618E-03                     
+AR ALGO 2009  4  1 18 20  0.000000  1    0.811617394563E-04                     
+AR ALIC 2009  4  1 18 20  0.000000  1    0.173465176500E-07                     
+AR AMC2 2009  4  1 18 20  0.000000  1    0.253948636763E-08                     
+AR ANKR 2009  4  1 18 20  0.000000  1   -0.106280387731E-03                     
+AR ARTU 2009  4  1 18 20  0.000000  1   -0.529274295655E-07                     
+AR ASPA 2009  4  1 18 20  0.000000  1    0.216127972013E-07                     
+AR BHR1 2009  4  1 18 20  0.000000  1    0.563382633423E-03                     
+AR BARH 2009  4  1 18 20  0.000000  1    0.505441223122E-08                     
+AR BJFS 2009  4  1 18 20  0.000000  1   -0.471637226883E-07                     
+AR BOGT 2009  4  1 18 20  0.000000  1   -0.610742819517E-07                     
+AR BRMU 2009  4  1 18 20  0.000000  1   -0.432827839425E-03                     
+AR CAGZ 2009  4  1 18 20  0.000000  1   -0.255856165530E-03                     
+AR CAS1 2009  4  1 18 20  0.000000  1    0.954803049623E-08                     
+AR CHAT 2009  4  1 18 20  0.000000  1   -0.596424643397E-07                     
+AR CHPI 2009  4  1 18 20  0.000000  1   -0.693522698072E-07                     
+AR COCO 2009  4  1 18 20  0.000000  1    0.227677320570E-03                     
+AR CONZ 2009  4  1 18 20  0.000000  1    0.107741634375E-03                     
+AR CRAR 2009  4  1 18 20  0.000000  1   -0.143734928918E-05                     
+AR CRO1 2009  4  1 18 20  0.000000  1    0.665108147700E-03                     
+AR DAEJ 2009  4  1 18 20  0.000000  1   -0.196518345076E-03                     
+AR DARW 2009  4  1 18 20  0.000000  1    0.295319652746E-08                     
+AR DGAR 2009  4  1 18 20  0.000000  1   -0.614758164503E-07                     
+AR DRAO 2009  4  1 18 20  0.000000  1    0.106860305796E-05                     
+AR FAA1 2009  4  1 18 20  0.000000  1   -0.945441701116E-08                     
+AR FAIR 2009  4  1 18 20  0.000000  1   -0.565481258850E-07                     
+AR GLPS 2009  4  1 18 20  0.000000  1   -0.772825308917E-07                     
+AR GUAM 2009  4  1 18 20  0.000000  1   -0.440977716071E-07                     
+AR GUAT 2009  4  1 18 20  0.000000  1    0.205974457590E-07                     
+AR HOB2 2009  4  1 18 20  0.000000  1    0.900523701024E-07                     
+AR HOFN 2009  4  1 18 20  0.000000  1    0.230615624104E-03                     
+AR HOLM 2009  4  1 18 20  0.000000  1   -0.518741829786E-07                     
+AR HRAO 2009  4  1 18 20  0.000000  1    0.849471036487E-03                     
+AR HYDE 2009  4  1 18 20  0.000000  1    0.375824858582E-09                     
+AR IRKJ 2009  4  1 18 20  0.000000  1    0.163746617510E-03                     
+AR ISPA 2009  4  1 18 20  0.000000  1   -0.730455341319E-07                     
+AR KARR 2009  4  1 18 20  0.000000  1   -0.518487958127E-07                     
+AR KERG 2009  4  1 18 20  0.000000  1    0.817498853374E-03                     
+AR KHAJ 2009  4  1 18 20  0.000000  1   -0.150714607110E-05                     
+AR KIR0 2009  4  1 18 20  0.000000  1    0.282603873760E-03                     
+AR KIRU 2009  4  1 18 20  0.000000  1    0.591409432612E-03                     
+AR KIT3 2009  4  1 18 20  0.000000  1   -0.517894417698E-09                     
+AR KOUR 2009  4  1 18 20  0.000000  1    0.125015302681E-03                     
+AR KUNM 2009  4  1 18 20  0.000000  1    0.707745214101E-08                     
+AR LHAZ 2009  4  1 18 20  0.000000  1   -0.221384400959E-04                     
+AR MAL2 2009  4  1 18 20  0.000000  1   -0.160114893179E-07                     
+AR MAS1 2009  4  1 18 20  0.000000  1   -0.101611027392E-03                     
+AR MAW1 2009  4  1 18 20  0.000000  1    0.417378462573E-09                     
+AR MCIL 2009  4  1 18 20  0.000000  1    0.288886944202E-07                     
+AR MCM4 2009  4  1 18 20  0.000000  1   -0.555276734544E-07                     
+AR MDO1 2009  4  1 18 20  0.000000  1   -0.486840900986E-07                     
+AR MDVJ 2009  4  1 18 20  0.000000  1    0.438552542336E-03                     
+AR MKEA 2009  4  1 18 20  0.000000  1   -0.493475178254E-07                     
+AR MOBS 2009  4  1 18 20  0.000000  1    0.418678731684E-08                     
+AR NANO 2009  4  1 18 20  0.000000  1    0.372689582982E-08                     
+AR NLIB 2009  4  1 18 20  0.000000  1   -0.118979841043E-06                     
+AR NNOR 2009  4  1 18 20  0.000000  1    0.365800850054E-03                     
+AR NRC1 2009  4  1 18 20  0.000000  1   -0.448374305138E-05                     
+AR NRIL 2009  4  1 18 20  0.000000  1   -0.392196911647E-07                     
+AR NRMD 2009  4  1 18 20  0.000000  1    0.269774209903E-07                     
+AR NTUS 2009  4  1 18 20  0.000000  1   -0.659632775684E-08                     
+AR NYAL 2009  4  1 18 20  0.000000  1    0.953432568772E-07                     
+AR OHI3 2009  4  1 18 20  0.000000  1    0.436969613196E-04                     
+AR ONSA 2009  4  1 18 20  0.000000  1   -0.324812746784E-04                     
+AR PDEL 2009  4  1 18 20  0.000000  1   -0.105243781395E-07                     
+AR PERT 2009  4  1 18 20  0.000000  1   -0.562227274366E-07                     
+AR PETP 2009  4  1 18 20  0.000000  1   -0.549602109421E-07                     
+AR PIMO 2009  4  1 18 20  0.000000  1   -0.486710424155E-07                     
+AR QAQ1 2009  4  1 18 20  0.000000  1   -0.688508597824E-07                     
+AR QUIN 2009  4  1 18 20  0.000000  1   -0.342291862254E-07                     
+AR RABT 2009  4  1 18 20  0.000000  1   -0.640735884885E-07                     
+AR RAMO 2009  4  1 18 20  0.000000  1   -0.979334426530E-08                     
+AR RCMN 2009  4  1 18 20  0.000000  1    0.674893836307E-08                     
+AR REDU 2009  4  1 18 20  0.000000  1   -0.561720392751E-07                     
+AR REUN 2009  4  1 18 20  0.000000  1    0.244843361868E-07                     
+AR REYK 2009  4  1 18 20  0.000000  1   -0.278175534815E-03                     
+AR SCH2 2009  4  1 18 20  0.000000  1    0.190187291076E-03                     
+AR SCUB 2009  4  1 18 20  0.000000  1   -0.549595278314E-07                     
+AR STJO 2009  4  1 18 20  0.000000  1   -0.706316475242E-05                     
+AR SYDN 2009  4  1 18 20  0.000000  1    0.141107014340E-05                     
+AR SYOG 2009  4  1 18 20  0.000000  1    0.140140531133E-04                     
+AR THU2 2009  4  1 18 20  0.000000  1    0.318065038137E-03                     
+AR TOW2 2009  4  1 18 20  0.000000  1    0.357790041596E-08                     
+AR URUM 2009  4  1 18 20  0.000000  1   -0.144008245066E-03                     
+AR VESL 2009  4  1 18 20  0.000000  1    0.430389537220E-03                     
+AR VILL 2009  4  1 18 20  0.000000  1   -0.600529031932E-07                     
+AR WTZR 2009  4  1 18 20  0.000000  1    0.466764941965E-07                     
+AR WUHN 2009  4  1 18 20  0.000000  1   -0.490815269458E-07                     
+AR YSSK 2009  4  1 18 20  0.000000  1   -0.591579891650E-07                     
+AR ZIM2 2009  4  1 18 20  0.000000  1    0.250175082485E-07                     
+AR XMIS 2009  4  1 18 20  0.000000  1   -0.483286108501E-08                     
+AR GODZ 2009  4  1 18 20  0.000000  1   -0.469118352010E-03                     
+AR MTKA 2009  4  1 18 20  0.000000  1   -0.609367194825E-07                     
+AR TIXJ 2009  4  1 18 20  0.000000  1   -0.882487162923E-04                     
+AR PARK 2009  4  1 18 20  0.000000  1    0.808894441962E-06                     
+AR UNBJ 2009  4  1 18 20  0.000000  1    0.420903652465E-03                     
+AR NOVM 2009  4  1 18 20  0.000000  1    0.798332120110E-04                     
+AR SUNM 2009  4  1 18 20  0.000000  1    0.468579260947E-03                     
+AR CEBR 2009  4  1 18 20  0.000000  1    0.719432030696E-03                     
+AR CPXF 2009  4  1 18 20  0.000000  1    0.496140144742E-08                     
+AR IDDR 2009  4  1 18 20  0.000000  1    0.112011017737E-07                     
+AR AZGB 2009  4  1 18 20  0.000000  1   -0.325797786906E-03                     
+AR TN22 2009  4  1 18 20  0.000000  1    0.453083403548E-03                     
+AR ETAD 2009  4  1 18 20  0.000000  1    0.112413666218E-07                     
+AR ILHA 2009  4  1 18 20  0.000000  1   -0.443923927786E-08                     
+AR POVE 2009  4  1 18 20  0.000000  1    0.477253037143E-08                     
+AR RECF 2009  4  1 18 20  0.000000  1    0.293620729926E-07                     
+AR SALU 2009  4  1 18 20  0.000000  1    0.229819934890E-07                     
+AR SAVO 2009  4  1 18 20  0.000000  1    0.276718000053E-07                     
+AR UFPR 2009  4  1 18 20  0.000000  1    0.337181257415E-07                     
+AR YELL 2009  4  1 18 20  0.000000  1    0.248626000000E-06                     
+AS G32  2009  4  1 18 25  0.000000  1    0.280075066374E-03                     
+AS G24  2009  4  1 18 25  0.000000  1    0.177899921125E-03                     
+AS G25  2009  4  1 18 25  0.000000  1    0.335038263520E-03                     
+AS G26  2009  4  1 18 25  0.000000  1    0.545069313333E-04                     
+AS G27  2009  4  1 18 25  0.000000  1    0.372086211521E-04                     
+AS G30  2009  4  1 18 25  0.000000  1    0.136317755704E-03                     
+AS G03  2009  4  1 18 25  0.000000  1    0.373594866507E-03                     
+AS G04  2009  4  1 18 25  0.000000  1   -0.350418821839E-04                     
+AS G06  2009  4  1 18 25  0.000000  1    0.606323527122E-04                     
+AS G08  2009  4  1 18 25  0.000000  1   -0.196583182545E-03                     
+AS G09  2009  4  1 18 25  0.000000  1    0.485055147767E-04                     
+AS G10  2009  4  1 18 25  0.000000  1   -0.136427631348E-04                     
+AS G14  2009  4  1 18 25  0.000000  1   -0.132263075495E-03                     
+AS G13  2009  4  1 18 25  0.000000  1    0.293289502598E-03                     
+AS G28  2009  4  1 18 25  0.000000  1   -0.238349477338E-04                     
+AS G21  2009  4  1 18 25  0.000000  1    0.214804579831E-04                     
+AS G11  2009  4  1 18 25  0.000000  1    0.272231334460E-05                     
+AS G22  2009  4  1 18 25  0.000000  1    0.202412169659E-03                     
+AS G20  2009  4  1 18 25  0.000000  1    0.865342450721E-04                     
+AS G18  2009  4  1 18 25  0.000000  1   -0.694422860774E-04                     
+AS G16  2009  4  1 18 25  0.000000  1    0.629284024486E-04                     
+AS G19  2009  4  1 18 25  0.000000  1    0.293373001444E-04                     
+AS G23  2009  4  1 18 25  0.000000  1    0.388997660060E-03                     
+AS G02  2009  4  1 18 25  0.000000  1    0.153920074457E-03                     
+AS G31  2009  4  1 18 25  0.000000  1   -0.564983041547E-04                     
+AS G17  2009  4  1 18 25  0.000000  1    0.524772157720E-04                     
+AS G12  2009  4  1 18 25  0.000000  1   -0.299420303784E-03                     
+AS G15  2009  4  1 18 25  0.000000  1   -0.276114181491E-03                     
+AS G29  2009  4  1 18 25  0.000000  1    0.495008601404E-05                     
+AS G07  2009  4  1 18 25  0.000000  1    0.209690482280E-04                     
+AS R02  2009  4  1 18 25  0.000000  1    0.205793192831E-04                     
+AS R03  2009  4  1 18 25  0.000000  1   -0.343544963367E-04                     
+AS R04  2009  4  1 18 25  0.000000  1    0.636337414798E-04                     
+AS R06  2009  4  1 18 25  0.000000  1   -0.169266375215E-03                     
+AS R07  2009  4  1 18 25  0.000000  1   -0.891460767467E-04                     
+AS R08  2009  4  1 18 25  0.000000  1   -0.101977210558E-03                     
+AS R10  2009  4  1 18 25  0.000000  1   -0.140823726806E-03                     
+AS R11  2009  4  1 18 25  0.000000  1   -0.926505810742E-04                     
+AS R13  2009  4  1 18 25  0.000000  1   -0.230669706057E-03                     
+AS R14  2009  4  1 18 25  0.000000  1   -0.795429012415E-04                     
+AS R15  2009  4  1 18 25  0.000000  1    0.921360359061E-04                     
+AS R17  2009  4  1 18 25  0.000000  1   -0.261288528933E-03                     
+AS R18  2009  4  1 18 25  0.000000  1   -0.135649414222E-05                     
+AS R19  2009  4  1 18 25  0.000000  1   -0.894472134089E-04                     
+AS R20  2009  4  1 18 25  0.000000  1   -0.650171105475E-04                     
+AS R21  2009  4  1 18 25  0.000000  1   -0.143374135095E-03                     
+AS R22  2009  4  1 18 25  0.000000  1   -0.201643180269E-03                     
+AS R23  2009  4  1 18 25  0.000000  1   -0.200178654961E-03                     
+AR ALGO 2009  4  1 18 25  0.000000  1    0.811644905485E-04                     
+AR ALIC 2009  4  1 18 25  0.000000  1    0.937976601646E-08                     
+AR AMC2 2009  4  1 18 25  0.000000  1    0.255984091097E-08                     
+AR ANKR 2009  4  1 18 25  0.000000  1   -0.440967484114E-04                     
+AR ARTU 2009  4  1 18 25  0.000000  1   -0.519477293109E-07                     
+AR ASPA 2009  4  1 18 25  0.000000  1    0.223706480713E-07                     
+AR BHR1 2009  4  1 18 25  0.000000  1    0.563382668343E-03                     
+AR BARH 2009  4  1 18 25  0.000000  1   -0.707287559947E-08                     
+AR BJFS 2009  4  1 18 25  0.000000  1   -0.443323755834E-07                     
+AR BOGT 2009  4  1 18 25  0.000000  1   -0.547869108367E-07                     
+AR BRMU 2009  4  1 18 25  0.000000  1    0.656935037086E-04                     
+AR CAGZ 2009  4  1 18 25  0.000000  1   -0.320582118811E-04                     
+AR CAS1 2009  4  1 18 25  0.000000  1    0.807109390630E-08                     
+AR CHAT 2009  4  1 18 25  0.000000  1   -0.642157913937E-07                     
+AR CHPI 2009  4  1 18 25  0.000000  1   -0.671153911105E-07                     
+AR COCO 2009  4  1 18 25  0.000000  1    0.227675602566E-03                     
+AR CONZ 2009  4  1 18 25  0.000000  1   -0.250951202686E-04                     
+AR CRAR 2009  4  1 18 25  0.000000  1   -0.265732048880E-04                     
+AR CRO1 2009  4  1 18 25  0.000000  1    0.665108138992E-03                     
+AR DAEJ 2009  4  1 18 25  0.000000  1   -0.196518662821E-03                     
+AR DARW 2009  4  1 18 25  0.000000  1    0.312126412630E-08                     
+AR DGAR 2009  4  1 18 25  0.000000  1   -0.577985682319E-07                     
+AR DRAO 2009  4  1 18 25  0.000000  1    0.110553734664E-05                     
+AR FAA1 2009  4  1 18 25  0.000000  1   -0.841332835636E-08                     
+AR FAIR 2009  4  1 18 25  0.000000  1   -0.577195095758E-07                     
+AR GLPS 2009  4  1 18 25  0.000000  1   -0.760077920429E-07                     
+AR GUAM 2009  4  1 18 25  0.000000  1   -0.432249700730E-07                     
+AR GUAT 2009  4  1 18 25  0.000000  1    0.195692318695E-07                     
+AR HOB2 2009  4  1 18 25  0.000000  1    0.900685120519E-07                     
+AR HOFN 2009  4  1 18 25  0.000000  1    0.307717467450E-03                     
+AR HOLM 2009  4  1 18 25  0.000000  1   -0.561774974742E-07                     
+AR HRAO 2009  4  1 18 25  0.000000  1    0.849471114552E-03                     
+AR HYDE 2009  4  1 18 25  0.000000  1    0.166783405384E-09                     
+AR IRKJ 2009  4  1 18 25  0.000000  1    0.163746615465E-03                     
+AR ISPA 2009  4  1 18 25  0.000000  1   -0.730209702843E-07                     
+AR KARR 2009  4  1 18 25  0.000000  1   -0.515337007674E-07                     
+AR KERG 2009  4  1 18 25  0.000000  1    0.817499165341E-03                     
+AR KHAJ 2009  4  1 18 25  0.000000  1   -0.150714441751E-05                     
+AR KIR0 2009  4  1 18 25  0.000000  1    0.282597230905E-03                     
+AR KIRU 2009  4  1 18 25  0.000000  1    0.591409021419E-03                     
+AR KIT3 2009  4  1 18 25  0.000000  1    0.879209939837E-08                     
+AR KOUR 2009  4  1 18 25  0.000000  1    0.125015288099E-03                     
+AR KUNM 2009  4  1 18 25  0.000000  1    0.138047796258E-07                     
+AR LHAZ 2009  4  1 18 25  0.000000  1   -0.471967474727E-06                     
+AR MAL2 2009  4  1 18 25  0.000000  1   -0.137062185407E-07                     
+AR MAS1 2009  4  1 18 25  0.000000  1   -0.101610926669E-03                     
+AR MAW1 2009  4  1 18 25  0.000000  1    0.103857744387E-08                     
+AR MCIL 2009  4  1 18 25  0.000000  1    0.300215572954E-07                     
+AR MCM4 2009  4  1 18 25  0.000000  1   -0.496648456177E-07                     
+AR MDO1 2009  4  1 18 25  0.000000  1   -0.512134737737E-07                     
+AR MDVJ 2009  4  1 18 25  0.000000  1    0.438552533843E-03                     
+AR MKEA 2009  4  1 18 25  0.000000  1   -0.485595861455E-07                     
+AR MOBS 2009  4  1 18 25  0.000000  1    0.528128596288E-08                     
+AR NANO 2009  4  1 18 25  0.000000  1    0.421576275176E-08                     
+AR NLIB 2009  4  1 18 25  0.000000  1   -0.118912278195E-06                     
+AR NNOR 2009  4  1 18 25  0.000000  1    0.365800774893E-03                     
+AR NRC1 2009  4  1 18 25  0.000000  1   -0.448374373995E-05                     
+AR NRIL 2009  4  1 18 25  0.000000  1   -0.403344653238E-07                     
+AR NRMD 2009  4  1 18 25  0.000000  1    0.277585472055E-07                     
+AR NTUS 2009  4  1 18 25  0.000000  1   -0.614830432625E-08                     
+AR NYAL 2009  4  1 18 25  0.000000  1    0.953570738435E-07                     
+AR OHI3 2009  4  1 18 25  0.000000  1    0.159417474239E-03                     
+AR ONSA 2009  4  1 18 25  0.000000  1   -0.324813204213E-04                     
+AR PDEL 2009  4  1 18 25  0.000000  1   -0.106848112122E-07                     
+AR PERT 2009  4  1 18 25  0.000000  1   -0.553403571460E-07                     
+AR PETP 2009  4  1 18 25  0.000000  1   -0.527788964661E-07                     
+AR PIMO 2009  4  1 18 25  0.000000  1   -0.494557979449E-07                     
+AR QAQ1 2009  4  1 18 25  0.000000  1   -0.724825715477E-07                     
+AR QUIN 2009  4  1 18 25  0.000000  1   -0.588739902499E-07                     
+AR RABT 2009  4  1 18 25  0.000000  1   -0.658612333497E-07                     
+AR RAMO 2009  4  1 18 25  0.000000  1    0.661050633614E-07                     
+AR RCMN 2009  4  1 18 25  0.000000  1    0.565013476260E-08                     
+AR REDU 2009  4  1 18 25  0.000000  1   -0.579713461680E-07                     
+AR REUN 2009  4  1 18 25  0.000000  1    0.252338680032E-07                     
+AR REYK 2009  4  1 18 25  0.000000  1   -0.274063849842E-03                     
+AR SCH2 2009  4  1 18 25  0.000000  1    0.190205464712E-03                     
+AR SCUB 2009  4  1 18 25  0.000000  1   -0.562419079525E-07                     
+AR STJO 2009  4  1 18 25  0.000000  1   -0.706345235760E-05                     
+AR SYDN 2009  4  1 18 25  0.000000  1    0.141098867121E-05                     
+AR SYOG 2009  4  1 18 25  0.000000  1    0.140142992891E-04                     
+AR THU2 2009  4  1 18 25  0.000000  1    0.316062847808E-03                     
+AR TOW2 2009  4  1 18 25  0.000000  1    0.497986074646E-08                     
+AR URUM 2009  4  1 18 25  0.000000  1   -0.218942258686E-03                     
+AR VESL 2009  4  1 18 25  0.000000  1    0.466824295320E-03                     
+AR VILL 2009  4  1 18 25  0.000000  1   -0.660633432540E-07                     
+AR WTZR 2009  4  1 18 25  0.000000  1    0.466863369923E-07                     
+AR WUHN 2009  4  1 18 25  0.000000  1   -0.498654390243E-07                     
+AR YSSK 2009  4  1 18 25  0.000000  1   -0.583996803586E-07                     
+AR ZIM2 2009  4  1 18 25  0.000000  1    0.252019948482E-07                     
+AR XMIS 2009  4  1 18 25  0.000000  1   -0.146966197517E-08                     
+AR GODZ 2009  4  1 18 25  0.000000  1   -0.469118341274E-03                     
+AR MTKA 2009  4  1 18 25  0.000000  1   -0.605529549095E-07                     
+AR TIXJ 2009  4  1 18 25  0.000000  1   -0.905935069798E-04                     
+AR PARK 2009  4  1 18 25  0.000000  1    0.807586932158E-06                     
+AR UNBJ 2009  4  1 18 25  0.000000  1    0.345540690212E-03                     
+AR NOVM 2009  4  1 18 25  0.000000  1    0.798332151391E-04                     
+AR SUNM 2009  4  1 18 25  0.000000  1    0.312501467112E-03                     
+AR CEBR 2009  4  1 18 25  0.000000  1    0.719432021167E-03                     
+AR CPXF 2009  4  1 18 25  0.000000  1    0.415455848749E-08                     
+AR IDDR 2009  4  1 18 25  0.000000  1    0.731470106328E-08                     
+AR AZGB 2009  4  1 18 25  0.000000  1   -0.465399529237E-03                     
+AR TN22 2009  4  1 18 25  0.000000  1    0.378546903967E-03                     
+AR ETAD 2009  4  1 18 25  0.000000  1    0.133257308706E-07                     
+AR ILHA 2009  4  1 18 25  0.000000  1   -0.506621959696E-08                     
+AR POVE 2009  4  1 18 25  0.000000  1    0.441676120218E-08                     
+AR RECF 2009  4  1 18 25  0.000000  1    0.291760040889E-07                     
+AR SALU 2009  4  1 18 25  0.000000  1    0.145994966526E-07                     
+AR SAVO 2009  4  1 18 25  0.000000  1    0.271191879784E-07                     
+AR UFPR 2009  4  1 18 25  0.000000  1    0.359884789855E-07                     
+AR YELL 2009  4  1 18 25  0.000000  1    0.248696000000E-06                     
+AS G32  2009  4  1 18 30  0.000000  1    0.280073598589E-03                     
+AS G24  2009  4  1 18 30  0.000000  1    0.177900570621E-03                     
+AS G25  2009  4  1 18 30  0.000000  1    0.335044860984E-03                     
+AS G26  2009  4  1 18 30  0.000000  1    0.545075999342E-04                     
+AS G27  2009  4  1 18 30  0.000000  1    0.372089605923E-04                     
+AS G30  2009  4  1 18 30  0.000000  1    0.136318491858E-03                     
+AS G03  2009  4  1 18 30  0.000000  1    0.373596613682E-03                     
+AS G04  2009  4  1 18 30  0.000000  1   -0.350462462665E-04                     
+AS G06  2009  4  1 18 30  0.000000  1    0.606377083299E-04                     
+AS G08  2009  4  1 18 30  0.000000  1   -0.196583817481E-03                     
+AS G09  2009  4  1 18 30  0.000000  1    0.485053690502E-04                     
+AS G10  2009  4  1 18 30  0.000000  1   -0.136432773765E-04                     
+AS G14  2009  4  1 18 30  0.000000  1   -0.132261699450E-03                     
+AS G13  2009  4  1 18 30  0.000000  1    0.293289612572E-03                     
+AS G28  2009  4  1 18 30  0.000000  1   -0.238350126099E-04                     
+AS G21  2009  4  1 18 30  0.000000  1    0.214802609029E-04                     
+AS G11  2009  4  1 18 30  0.000000  1    0.272185040050E-05                     
+AS G22  2009  4  1 18 30  0.000000  1    0.202411950266E-03                     
+AS G20  2009  4  1 18 30  0.000000  1    0.865340676982E-04                     
+AS G18  2009  4  1 18 30  0.000000  1   -0.694412917938E-04                     
+AS G16  2009  4  1 18 30  0.000000  1    0.629275272365E-04                     
+AS G19  2009  4  1 18 30  0.000000  1    0.293369925101E-04                     
+AS G23  2009  4  1 18 30  0.000000  1    0.388997811558E-03                     
+AS G02  2009  4  1 18 30  0.000000  1    0.153920007231E-03                     
+AS G31  2009  4  1 18 30  0.000000  1   -0.564987449601E-04                     
+AS G17  2009  4  1 18 30  0.000000  1    0.524778111118E-04                     
+AS G12  2009  4  1 18 30  0.000000  1   -0.299418798307E-03                     
+AS G15  2009  4  1 18 30  0.000000  1   -0.276115618653E-03                     
+AS G29  2009  4  1 18 30  0.000000  1    0.495139447285E-05                     
+AS G07  2009  4  1 18 30  0.000000  1    0.209689152297E-04                     
+AS R02  2009  4  1 18 30  0.000000  1    0.205784018801E-04                     
+AS R03  2009  4  1 18 30  0.000000  1   -0.343561152575E-04                     
+AS R04  2009  4  1 18 30  0.000000  1    0.636312744980E-04                     
+AS R06  2009  4  1 18 30  0.000000  1   -0.169265124038E-03                     
+AS R07  2009  4  1 18 30  0.000000  1   -0.891439800572E-04                     
+AS R08  2009  4  1 18 30  0.000000  1   -0.101976774472E-03                     
+AS R10  2009  4  1 18 30  0.000000  1   -0.140823669298E-03                     
+AS R11  2009  4  1 18 30  0.000000  1   -0.926505828237E-04                     
+AS R13  2009  4  1 18 30  0.000000  1   -0.230670174114E-03                     
+AS R14  2009  4  1 18 30  0.000000  1   -0.795416790709E-04                     
+AS R15  2009  4  1 18 30  0.000000  1    0.921374225686E-04                     
+AS R17  2009  4  1 18 30  0.000000  1   -0.261288594345E-03                     
+AS R18  2009  4  1 18 30  0.000000  1   -0.135658428494E-05                     
+AS R19  2009  4  1 18 30  0.000000  1   -0.894471947897E-04                     
+AS R20  2009  4  1 18 30  0.000000  1   -0.650172096578E-04                     
+AS R21  2009  4  1 18 30  0.000000  1   -0.143374473224E-03                     
+AS R22  2009  4  1 18 30  0.000000  1   -0.201643904446E-03                     
+AS R23  2009  4  1 18 30  0.000000  1   -0.200176956119E-03                     
+AR ALGO 2009  4  1 18 30  0.000000  1    0.811673854680E-04                     
+AR ALIC 2009  4  1 18 30  0.000000  1    0.100373748460E-07                     
+AR AMC2 2009  4  1 18 30  0.000000  1    0.256293120641E-08                     
+AR ANKR 2009  4  1 18 30  0.000000  1    0.180865757995E-04                     
+AR ARTU 2009  4  1 18 30  0.000000  1   -0.514906121692E-07                     
+AR ASPA 2009  4  1 18 30  0.000000  1    0.223312667115E-07                     
+AR BHR1 2009  4  1 18 30  0.000000  1    0.563382763727E-03                     
+AR BARH 2009  4  1 18 30  0.000000  1   -0.492474362823E-08                     
+AR BJFS 2009  4  1 18 30  0.000000  1   -0.414917720934E-07                     
+AR BOGT 2009  4  1 18 30  0.000000  1   -0.535770159332E-07                     
+AR BRMU 2009  4  1 18 30  0.000000  1   -0.436045330812E-03                     
+AR CAGZ 2009  4  1 18 30  0.000000  1    0.191813284655E-03                     
+AR CAS1 2009  4  1 18 30  0.000000  1    0.812467494024E-08                     
+AR CHAT 2009  4  1 18 30  0.000000  1   -0.652265056537E-07                     
+AR CHPI 2009  4  1 18 30  0.000000  1   -0.647120238980E-07                     
+AR COCO 2009  4  1 18 30  0.000000  1    0.227673826088E-03                     
+AR CONZ 2009  4  1 18 30  0.000000  1   -0.158285768179E-03                     
+AR CRAR 2009  4  1 18 30  0.000000  1   -0.517015125303E-04                     
+AR CRO1 2009  4  1 18 30  0.000000  1    0.665108183792E-03                     
+AR DAEJ 2009  4  1 18 30  0.000000  1   -0.196517865839E-03                     
+AR DARW 2009  4  1 18 30  0.000000  1    0.376141368843E-08                     
+AR DGAR 2009  4  1 18 30  0.000000  1   -0.581575963267E-07                     
+AR DRAO 2009  4  1 18 30  0.000000  1    0.114244696518E-05                     
+AR FAA1 2009  4  1 18 30  0.000000  1   -0.956564351367E-08                     
+AR FAIR 2009  4  1 18 30  0.000000  1   -0.500266746955E-07                     
+AR GLPS 2009  4  1 18 30  0.000000  1   -0.798936797482E-07                     
+AR GUAM 2009  4  1 18 30  0.000000  1   -0.422594321729E-07                     
+AR GUAT 2009  4  1 18 30  0.000000  1    0.207729770939E-07                     
+AR HOB2 2009  4  1 18 30  0.000000  1    0.900911708775E-07                     
+AR HOFN 2009  4  1 18 30  0.000000  1    0.384804513427E-03                     
+AR HOLM 2009  4  1 18 30  0.000000  1   -0.543587164524E-07                     
+AR HRAO 2009  4  1 18 30  0.000000  1    0.849471200523E-03                     
+AR HYDE 2009  4  1 18 30  0.000000  1    0.368333518449E-08                     
+AR IRKJ 2009  4  1 18 30  0.000000  1    0.163746624241E-03                     
+AR ISPA 2009  4  1 18 30  0.000000  1   -0.718241006770E-07                     
+AR KARR 2009  4  1 18 30  0.000000  1   -0.553690992935E-07                     
+AR KERG 2009  4  1 18 30  0.000000  1    0.817499594689E-03                     
+AR KHAJ 2009  4  1 18 30  0.000000  1   -0.150712952968E-05                     
+AR KIR0 2009  4  1 18 30  0.000000  1    0.282590457015E-03                     
+AR KIRU 2009  4  1 18 30  0.000000  1    0.591409430127E-03                     
+AR KIT3 2009  4  1 18 30  0.000000  1    0.270786671617E-07                     
+AR KOUR 2009  4  1 18 30  0.000000  1    0.125015302333E-03                     
+AR KUNM 2009  4  1 18 30  0.000000  1    0.215629523267E-07                     
+AR LHAZ 2009  4  1 18 30  0.000000  1    0.212574480545E-04                     
+AR MAL2 2009  4  1 18 30  0.000000  1   -0.150252729540E-07                     
+AR MAS1 2009  4  1 18 30  0.000000  1   -0.101610723289E-03                     
+AR MAW1 2009  4  1 18 30  0.000000  1    0.377357032180E-08                     
+AR MCIL 2009  4  1 18 30  0.000000  1    0.295472972676E-07                     
+AR MCM4 2009  4  1 18 30  0.000000  1   -0.537667431629E-07                     
+AR MDO1 2009  4  1 18 30  0.000000  1   -0.501907114790E-07                     
+AR MDVJ 2009  4  1 18 30  0.000000  1    0.438552538294E-03                     
+AR MKEA 2009  4  1 18 30  0.000000  1   -0.495149973984E-07                     
+AR MOBS 2009  4  1 18 30  0.000000  1    0.490098990276E-08                     
+AR NANO 2009  4  1 18 30  0.000000  1    0.452302159049E-08                     
+AR NLIB 2009  4  1 18 30  0.000000  1   -0.118806944304E-06                     
+AR NNOR 2009  4  1 18 30  0.000000  1    0.365801032368E-03                     
+AR NRC1 2009  4  1 18 30  0.000000  1   -0.448370430258E-05                     
+AR NRIL 2009  4  1 18 30  0.000000  1   -0.391535733874E-07                     
+AR NRMD 2009  4  1 18 30  0.000000  1    0.280394360029E-07                     
+AR NTUS 2009  4  1 18 30  0.000000  1   -0.591722342525E-08                     
+AR NYAL 2009  4  1 18 30  0.000000  1    0.953797628151E-07                     
+AR OHI3 2009  4  1 18 30  0.000000  1    0.276325561129E-03                     
+AR ONSA 2009  4  1 18 30  0.000000  1   -0.324813425820E-04                     
+AR PDEL 2009  4  1 18 30  0.000000  1   -0.373228860871E-08                     
+AR PERT 2009  4  1 18 30  0.000000  1   -0.546779390176E-07                     
+AR PETP 2009  4  1 18 30  0.000000  1   -0.454991088824E-07                     
+AR PIMO 2009  4  1 18 30  0.000000  1   -0.469043270759E-07                     
+AR QAQ1 2009  4  1 18 30  0.000000  1   -0.715237846722E-07                     
+AR QUIN 2009  4  1 18 30  0.000000  1   -0.486761634239E-07                     
+AR RABT 2009  4  1 18 30  0.000000  1   -0.698944083273E-07                     
+AR RAMO 2009  4  1 18 30  0.000000  1    0.390632219932E-07                     
+AR RCMN 2009  4  1 18 30  0.000000  1    0.842643876176E-08                     
+AR REDU 2009  4  1 18 30  0.000000  1   -0.550160355743E-07                     
+AR REUN 2009  4  1 18 30  0.000000  1    0.238824151648E-07                     
+AR REYK 2009  4  1 18 30  0.000000  1   -0.270406367305E-03                     
+AR SCH2 2009  4  1 18 30  0.000000  1    0.190223050601E-03                     
+AR SCUB 2009  4  1 18 30  0.000000  1   -0.567869009473E-07                     
+AR STJO 2009  4  1 18 30  0.000000  1   -0.706373786218E-05                     
+AR SYDN 2009  4  1 18 30  0.000000  1    0.141113862570E-05                     
+AR SYOG 2009  4  1 18 30  0.000000  1    0.140143742714E-04                     
+AR THU2 2009  4  1 18 30  0.000000  1    0.314060630517E-03                     
+AR TOW2 2009  4  1 18 30  0.000000  1    0.582655145742E-09                     
+AR URUM 2009  4  1 18 30  0.000000  1   -0.293753955883E-03                     
+AR VESL 2009  4  1 18 30  0.000000  1   -0.496760768144E-03                     
+AR VILL 2009  4  1 18 30  0.000000  1   -0.670502507429E-07                     
+AR WTZR 2009  4  1 18 30  0.000000  1    0.467207813494E-07                     
+AR WUHN 2009  4  1 18 30  0.000000  1   -0.549554485110E-07                     
+AR YSSK 2009  4  1 18 30  0.000000  1   -0.596238956405E-07                     
+AR ZIM2 2009  4  1 18 30  0.000000  1    0.269206614772E-07                     
+AR XMIS 2009  4  1 18 30  0.000000  1   -0.103015608053E-08                     
+AR GODZ 2009  4  1 18 30  0.000000  1   -0.469118329934E-03                     
+AR MTKA 2009  4  1 18 30  0.000000  1   -0.588291669875E-07                     
+AR TIXJ 2009  4  1 18 30  0.000000  1   -0.929163028068E-04                     
+AR PARK 2009  4  1 18 30  0.000000  1    0.807255181345E-06                     
+AR UNBJ 2009  4  1 18 30  0.000000  1    0.270118883600E-03                     
+AR NOVM 2009  4  1 18 30  0.000000  1    0.798332112435E-04                     
+AR SUNM 2009  4  1 18 30  0.000000  1    0.156401100826E-03                     
+AR CEBR 2009  4  1 18 30  0.000000  1    0.719432028256E-03                     
+AR CPXF 2009  4  1 18 30  0.000000  1    0.435837508029E-08                     
+AR IDDR 2009  4  1 18 30  0.000000  1    0.119188605853E-07                     
+AR AZGB 2009  4  1 18 30  0.000000  1    0.395046053591E-03                     
+AR TN22 2009  4  1 18 30  0.000000  1    0.304121551516E-03                     
+AR ETAD 2009  4  1 18 30  0.000000  1    0.177711485116E-07                     
+AR ILHA 2009  4  1 18 30  0.000000  1   -0.488894009162E-08                     
+AR POVE 2009  4  1 18 30  0.000000  1    0.447314111812E-08                     
+AR RECF 2009  4  1 18 30  0.000000  1    0.280567440264E-07                     
+AR SALU 2009  4  1 18 30  0.000000  1    0.258870822751E-07                     
+AR SAVO 2009  4  1 18 30  0.000000  1    0.268157091193E-07                     
+AR UFPR 2009  4  1 18 30  0.000000  1    0.359716750656E-07                     
+AR YELL 2009  4  1 18 30  0.000000  1    0.248766000000E-06                     
+AS G32  2009  4  1 18 35  0.000000  1    0.280072111051E-03                     
+AS G24  2009  4  1 18 35  0.000000  1    0.177900701813E-03                     
+AS G25  2009  4  1 18 35  0.000000  1    0.335051364947E-03                     
+AS G26  2009  4  1 18 35  0.000000  1    0.545083387037E-04                     
+AS G27  2009  4  1 18 35  0.000000  1    0.372098112150E-04                     
+AS G30  2009  4  1 18 35  0.000000  1    0.136319894816E-03                     
+AS G03  2009  4  1 18 35  0.000000  1    0.373598480097E-03                     
+AS G04  2009  4  1 18 35  0.000000  1   -0.350507482068E-04                     
+AS G06  2009  4  1 18 35  0.000000  1    0.606430579243E-04                     
+AS G08  2009  4  1 18 35  0.000000  1   -0.196585018274E-03                     
+AS G09  2009  4  1 18 35  0.000000  1    0.485068144316E-04                     
+AS G10  2009  4  1 18 35  0.000000  1   -0.136428203830E-04                     
+AS G14  2009  4  1 18 35  0.000000  1   -0.132259877174E-03                     
+AS G13  2009  4  1 18 35  0.000000  1    0.293289809214E-03                     
+AS G28  2009  4  1 18 35  0.000000  1   -0.238351107847E-04                     
+AS G21  2009  4  1 18 35  0.000000  1    0.214793803741E-04                     
+AS G11  2009  4  1 18 35  0.000000  1    0.272149573835E-05                     
+AS G22  2009  4  1 18 35  0.000000  1    0.202412054321E-03                     
+AS G20  2009  4  1 18 35  0.000000  1    0.865335857303E-04                     
+AS G18  2009  4  1 18 35  0.000000  1   -0.694400865908E-04                     
+AS G16  2009  4  1 18 35  0.000000  1    0.629265554282E-04                     
+AS G19  2009  4  1 18 35  0.000000  1    0.293366967395E-04                     
+AS G23  2009  4  1 18 35  0.000000  1    0.388997889601E-03                     
+AS G02  2009  4  1 18 35  0.000000  1    0.153919604926E-03                     
+AS G31  2009  4  1 18 35  0.000000  1   -0.564990705029E-04                     
+AS G17  2009  4  1 18 35  0.000000  1    0.524783645164E-04                     
+AS G12  2009  4  1 18 35  0.000000  1   -0.299417473514E-03                     
+AS G15  2009  4  1 18 35  0.000000  1   -0.276116754263E-03                     
+AS G29  2009  4  1 18 35  0.000000  1    0.495253893673E-05                     
+AS G07  2009  4  1 18 35  0.000000  1    0.209688552555E-04                     
+AS R02  2009  4  1 18 35  0.000000  1    0.205776221684E-04                     
+AS R03  2009  4  1 18 35  0.000000  1   -0.343573755986E-04                     
+AS R04  2009  4  1 18 35  0.000000  1    0.636304205322E-04                     
+AS R06  2009  4  1 18 35  0.000000  1   -0.169265945867E-03                     
+AS R07  2009  4  1 18 35  0.000000  1   -0.891429620398E-04                     
+AS R08  2009  4  1 18 35  0.000000  1   -0.101976566309E-03                     
+AS R10  2009  4  1 18 35  0.000000  1   -0.140823869630E-03                     
+AS R11  2009  4  1 18 35  0.000000  1   -0.926511470622E-04                     
+AS R13  2009  4  1 18 35  0.000000  1   -0.230670618539E-03                     
+AS R14  2009  4  1 18 35  0.000000  1   -0.795413795178E-04                     
+AS R15  2009  4  1 18 35  0.000000  1    0.921391850006E-04                     
+AS R17  2009  4  1 18 35  0.000000  1   -0.261289028918E-03                     
+AS R18  2009  4  1 18 35  0.000000  1   -0.135641160065E-05                     
+AS R19  2009  4  1 18 35  0.000000  1   -0.894476380110E-04                     
+AS R20  2009  4  1 18 35  0.000000  1   -0.650171343016E-04                     
+AS R21  2009  4  1 18 35  0.000000  1   -0.143374705877E-03                     
+AS R22  2009  4  1 18 35  0.000000  1   -0.201644868626E-03                     
+AS R23  2009  4  1 18 35  0.000000  1   -0.200174836902E-03                     
+AR ALGO 2009  4  1 18 35  0.000000  1    0.811702860938E-04                     
+AR ALIC 2009  4  1 18 35  0.000000  1    0.100222812013E-07                     
+AR AMC2 2009  4  1 18 35  0.000000  1    0.258773217877E-08                     
+AR ANKR 2009  4  1 18 35  0.000000  1    0.802354173645E-04                     
+AR ARTU 2009  4  1 18 35  0.000000  1   -0.496391458410E-07                     
+AR ASPA 2009  4  1 18 35  0.000000  1    0.244553438408E-07                     
+AR BHR1 2009  4  1 18 35  0.000000  1    0.563382661322E-03                     
+AR BARH 2009  4  1 18 35  0.000000  1   -0.847686350384E-08                     
+AR BJFS 2009  4  1 18 35  0.000000  1   -0.415888352101E-07                     
+AR BOGT 2009  4  1 18 35  0.000000  1   -0.524934312225E-07                     
+AR BRMU 2009  4  1 18 35  0.000000  1    0.617649385967E-04                     
+AR CAGZ 2009  4  1 18 35  0.000000  1    0.415668960737E-03                     
+AR CAS1 2009  4  1 18 35  0.000000  1    0.103744404139E-07                     
+AR CHAT 2009  4  1 18 35  0.000000  1   -0.680580894223E-07                     
+AR CHPI 2009  4  1 18 35  0.000000  1   -0.624399491781E-07                     
+AR COCO 2009  4  1 18 35  0.000000  1    0.227671887236E-03                     
+AR CONZ 2009  4  1 18 35  0.000000  1   -0.291546641604E-03                     
+AR CRAR 2009  4  1 18 35  0.000000  1   -0.768220949269E-04                     
+AR CRO1 2009  4  1 18 35  0.000000  1    0.665108202154E-03                     
+AR DAEJ 2009  4  1 18 35  0.000000  1   -0.196517757185E-03                     
+AR DARW 2009  4  1 18 35  0.000000  1    0.332951839992E-08                     
+AR DGAR 2009  4  1 18 35  0.000000  1   -0.608334069104E-07                     
+AR DRAO 2009  4  1 18 35  0.000000  1    0.117921997307E-05                     
+AR FAA1 2009  4  1 18 35  0.000000  1   -0.933922634851E-08                     
+AR FAIR 2009  4  1 18 35  0.000000  1   -0.509849598898E-07                     
+AR GLPS 2009  4  1 18 35  0.000000  1   -0.774831727295E-07                     
+AR GUAM 2009  4  1 18 35  0.000000  1   -0.426053277690E-07                     
+AR GUAT 2009  4  1 18 35  0.000000  1    0.210196413332E-07                     
+AR HOB2 2009  4  1 18 35  0.000000  1    0.901191824409E-07                     
+AR HOFN 2009  4  1 18 35  0.000000  1    0.461892783035E-03                     
+AR HOLM 2009  4  1 18 35  0.000000  1   -0.473054002667E-07                     
+AR HRAO 2009  4  1 18 35  0.000000  1    0.849471284129E-03                     
+AR HYDE 2009  4  1 18 35  0.000000  1    0.597650059527E-08                     
+AR IRKJ 2009  4  1 18 35  0.000000  1    0.163746613055E-03                     
+AR ISPA 2009  4  1 18 35  0.000000  1   -0.715607967859E-07                     
+AR KARR 2009  4  1 18 35  0.000000  1   -0.563968308209E-07                     
+AR KERG 2009  4  1 18 35  0.000000  1    0.817499689873E-03                     
+AR KHAJ 2009  4  1 18 35  0.000000  1   -0.150712503987E-05                     
+AR KIR0 2009  4  1 18 35  0.000000  1    0.282583743630E-03                     
+AR KIRU 2009  4  1 18 35  0.000000  1    0.591410532981E-03                     
+AR KIT3 2009  4  1 18 35  0.000000  1    0.224734952936E-07                     
+AR KOUR 2009  4  1 18 35  0.000000  1    0.125015344533E-03                     
+AR KUNM 2009  4  1 18 35  0.000000  1    0.101553617738E-07                     
+AR LHAZ 2009  4  1 18 35  0.000000  1    0.430751884039E-04                     
+AR MAL2 2009  4  1 18 35  0.000000  1   -0.193491018161E-07                     
+AR MAS1 2009  4  1 18 35  0.000000  1   -0.101610474202E-03                     
+AR MAW1 2009  4  1 18 35  0.000000  1   -0.509320898873E-08                     
+AR MCIL 2009  4  1 18 35  0.000000  1    0.300263131046E-07                     
+AR MCM4 2009  4  1 18 35  0.000000  1   -0.519334475595E-07                     
+AR MDO1 2009  4  1 18 35  0.000000  1   -0.443580413067E-07                     
+AR MDVJ 2009  4  1 18 35  0.000000  1    0.438552537045E-03                     
+AR MKEA 2009  4  1 18 35  0.000000  1   -0.467417617253E-07                     
+AR MOBS 2009  4  1 18 35  0.000000  1    0.427781683862E-08                     
+AR NANO 2009  4  1 18 35  0.000000  1    0.582617651918E-08                     
+AR NLIB 2009  4  1 18 35  0.000000  1   -0.119029144662E-06                     
+AR NNOR 2009  4  1 18 35  0.000000  1    0.365801200366E-03                     
+AR NRC1 2009  4  1 18 35  0.000000  1   -0.448365236638E-05                     
+AR NRIL 2009  4  1 18 35  0.000000  1   -0.377563791575E-07                     
+AR NRMD 2009  4  1 18 35  0.000000  1    0.251316114185E-07                     
+AR NTUS 2009  4  1 18 35  0.000000  1   -0.569837205935E-08                     
+AR NYAL 2009  4  1 18 35  0.000000  1    0.953907112501E-07                     
+AR OHI3 2009  4  1 18 35  0.000000  1    0.394253058422E-03                     
+AR ONSA 2009  4  1 18 35  0.000000  1   -0.324813900485E-04                     
+AR PDEL 2009  4  1 18 35  0.000000  1   -0.480692190884E-08                     
+AR PERT 2009  4  1 18 35  0.000000  1   -0.545055395443E-07                     
+AR PETP 2009  4  1 18 35  0.000000  1   -0.457094788104E-07                     
+AR PIMO 2009  4  1 18 35  0.000000  1   -0.501716827799E-07                     
+AR QAQ1 2009  4  1 18 35  0.000000  1   -0.602314452228E-07                     
+AR QUIN 2009  4  1 18 35  0.000000  1   -0.452040980953E-07                     
+AR RABT 2009  4  1 18 35  0.000000  1   -0.688005545721E-07                     
+AR RAMO 2009  4  1 18 35  0.000000  1    0.324213620139E-07                     
+AR RCMN 2009  4  1 18 35  0.000000  1    0.900025778702E-08                     
+AR REDU 2009  4  1 18 35  0.000000  1   -0.538942780436E-07                     
+AR REUN 2009  4  1 18 35  0.000000  1    0.230921889640E-07                     
+AR REYK 2009  4  1 18 35  0.000000  1   -0.267163083597E-03                     
+AR SCH2 2009  4  1 18 35  0.000000  1    0.190240363626E-03                     
+AR SCUB 2009  4  1 18 35  0.000000  1   -0.600103794229E-07                     
+AR STJO 2009  4  1 18 35  0.000000  1   -0.706403161485E-05                     
+AR SYDN 2009  4  1 18 35  0.000000  1    0.141128605732E-05                     
+AR SYOG 2009  4  1 18 35  0.000000  1    0.140147059883E-04                     
+AR THU2 2009  4  1 18 35  0.000000  1    0.312058408654E-03                     
+AR TOW2 2009  4  1 18 35  0.000000  1    0.885888516750E-09                     
+AR URUM 2009  4  1 18 35  0.000000  1   -0.368572050379E-03                     
+AR VESL 2009  4  1 18 35  0.000000  1   -0.460381044851E-03                     
+AR VILL 2009  4  1 18 35  0.000000  1   -0.664793874509E-07                     
+AR WTZR 2009  4  1 18 35  0.000000  1    0.467337369572E-07                     
+AR WUHN 2009  4  1 18 35  0.000000  1   -0.572787962328E-07                     
+AR YSSK 2009  4  1 18 35  0.000000  1   -0.573114076741E-07                     
+AR ZIM2 2009  4  1 18 35  0.000000  1    0.255005503381E-07                     
+AR XMIS 2009  4  1 18 35  0.000000  1   -0.274369779724E-08                     
+AR GODZ 2009  4  1 18 35  0.000000  1   -0.469118305238E-03                     
+AR MTKA 2009  4  1 18 35  0.000000  1   -0.587397150127E-07                     
+AR TIXJ 2009  4  1 18 35  0.000000  1   -0.952489154351E-04                     
+AR PARK 2009  4  1 18 35  0.000000  1    0.808001356593E-06                     
+AR UNBJ 2009  4  1 18 35  0.000000  1    0.194847685060E-03                     
+AR NOVM 2009  4  1 18 35  0.000000  1    0.798332073849E-04                     
+AR SUNM 2009  4  1 18 35  0.000000  1    0.398687936850E-06                     
+AR CEBR 2009  4  1 18 35  0.000000  1    0.719432027593E-03                     
+AR CPXF 2009  4  1 18 35  0.000000  1    0.433400438806E-08                     
+AR IDDR 2009  4  1 18 35  0.000000  1    0.116058270044E-07                     
+AR AZGB 2009  4  1 18 35  0.000000  1    0.255532243348E-03                     
+AR TN22 2009  4  1 18 35  0.000000  1    0.229582637691E-03                     
+AR ETAD 2009  4  1 18 35  0.000000  1    0.163848363831E-07                     
+AR ILHA 2009  4  1 18 35  0.000000  1   -0.955524736506E-09                     
+AR POVE 2009  4  1 18 35  0.000000  1    0.327228085814E-08                     
+AR RECF 2009  4  1 18 35  0.000000  1    0.271219880742E-07                     
+AR SALU 2009  4  1 18 35  0.000000  1    0.161508600914E-07                     
+AR SAVO 2009  4  1 18 35  0.000000  1    0.261068852669E-07                     
+AR UFPR 2009  4  1 18 35  0.000000  1    0.363370578286E-07                     
+AR YELL 2009  4  1 18 35  0.000000  1    0.248836000000E-06                     
+AS G32  2009  4  1 18 40  0.000000  1    0.280070630521E-03                     
+AS G24  2009  4  1 18 40  0.000000  1    0.177901326779E-03                     
+AS G25  2009  4  1 18 40  0.000000  1    0.335058064450E-03                     
+AS G26  2009  4  1 18 40  0.000000  1    0.545090210343E-04                     
+AS G27  2009  4  1 18 40  0.000000  1    0.372114039996E-04                     
+AS G30  2009  4  1 18 40  0.000000  1    0.136321354934E-03                     
+AS G03  2009  4  1 18 40  0.000000  1    0.373599658182E-03                     
+AS G04  2009  4  1 18 40  0.000000  1   -0.350549150418E-04                     
+AS G06  2009  4  1 18 40  0.000000  1    0.606484546576E-04                     
+AS G08  2009  4  1 18 40  0.000000  1   -0.196585334650E-03                     
+AS G09  2009  4  1 18 40  0.000000  1    0.485069632210E-04                     
+AS G10  2009  4  1 18 40  0.000000  1   -0.136424691452E-04                     
+AS G14  2009  4  1 18 40  0.000000  1   -0.132258050868E-03                     
+AS G13  2009  4  1 18 40  0.000000  1    0.293290246216E-03                     
+AS G28  2009  4  1 18 40  0.000000  1   -0.238352978467E-04                     
+AS G21  2009  4  1 18 40  0.000000  1    0.214788804267E-04                     
+AS G11  2009  4  1 18 40  0.000000  1    0.272103792757E-05                     
+AS G22  2009  4  1 18 40  0.000000  1    0.202411157982E-03                     
+AS G20  2009  4  1 18 40  0.000000  1    0.865334459934E-04                     
+AS G18  2009  4  1 18 40  0.000000  1   -0.694393379568E-04                     
+AS G16  2009  4  1 18 40  0.000000  1    0.629255916382E-04                     
+AS G19  2009  4  1 18 40  0.000000  1    0.293362921153E-04                     
+AS G23  2009  4  1 18 40  0.000000  1    0.388998279058E-03                     
+AS G02  2009  4  1 18 40  0.000000  1    0.153919363642E-03                     
+AS G31  2009  4  1 18 40  0.000000  1   -0.564993357297E-04                     
+AS G17  2009  4  1 18 40  0.000000  1    0.524786283856E-04                     
+AS G12  2009  4  1 18 40  0.000000  1   -0.299415918593E-03                     
+AS G15  2009  4  1 18 40  0.000000  1   -0.276118085490E-03                     
+AS G29  2009  4  1 18 40  0.000000  1    0.495386138125E-05                     
+AS G07  2009  4  1 18 40  0.000000  1    0.209686966790E-04                     
+AS R02  2009  4  1 18 40  0.000000  1    0.205767806415E-04                     
+AS R03  2009  4  1 18 40  0.000000  1   -0.343586669394E-04                     
+AS R04  2009  4  1 18 40  0.000000  1    0.636278935435E-04                     
+AS R06  2009  4  1 18 40  0.000000  1   -0.169266067563E-03                     
+AS R07  2009  4  1 18 40  0.000000  1   -0.891423947464E-04                     
+AS R08  2009  4  1 18 40  0.000000  1   -0.101976384463E-03                     
+AS R10  2009  4  1 18 40  0.000000  1   -0.140823605899E-03                     
+AS R11  2009  4  1 18 40  0.000000  1   -0.926514556439E-04                     
+AS R13  2009  4  1 18 40  0.000000  1   -0.230670691480E-03                     
+AS R14  2009  4  1 18 40  0.000000  1   -0.795403252078E-04                     
+AS R15  2009  4  1 18 40  0.000000  1    0.921393322076E-04                     
+AS R17  2009  4  1 18 40  0.000000  1   -0.261289335694E-03                     
+AS R18  2009  4  1 18 40  0.000000  1   -0.135634749427E-05                     
+AS R19  2009  4  1 18 40  0.000000  1   -0.894479193526E-04                     
+AS R20  2009  4  1 18 40  0.000000  1   -0.650170901861E-04                     
+AS R21  2009  4  1 18 40  0.000000  1   -0.143375276364E-03                     
+AS R22  2009  4  1 18 40  0.000000  1   -0.201645659445E-03                     
+AS R23  2009  4  1 18 40  0.000000  1   -0.200173794256E-03                     
+AR ALGO 2009  4  1 18 40  0.000000  1    0.811730573507E-04                     
+AR ALIC 2009  4  1 18 40  0.000000  1    0.841093098236E-08                     
+AR AMC2 2009  4  1 18 40  0.000000  1    0.258745704855E-08                     
+AR ANKR 2009  4  1 18 40  0.000000  1    0.142250910564E-03                     
+AR ARTU 2009  4  1 18 40  0.000000  1   -0.497900088967E-07                     
+AR ASPA 2009  4  1 18 40  0.000000  1    0.240337195640E-07                     
+AR BHR1 2009  4  1 18 40  0.000000  1    0.563382843891E-03                     
+AR BARH 2009  4  1 18 40  0.000000  1    0.378493420278E-08                     
+AR BJFS 2009  4  1 18 40  0.000000  1   -0.500566080854E-07                     
+AR BOGT 2009  4  1 18 40  0.000000  1   -0.517317414675E-07                     
+AR BRMU 2009  4  1 18 40  0.000000  1   -0.441269082996E-03                     
+AR CAGZ 2009  4  1 18 40  0.000000  1   -0.360531353551E-03                     
+AR CAS1 2009  4  1 18 40  0.000000  1    0.108433985649E-07                     
+AR CHAT 2009  4  1 18 40  0.000000  1   -0.725806416857E-07                     
+AR CHPI 2009  4  1 18 40  0.000000  1   -0.619517295829E-07                     
+AR COCO 2009  4  1 18 40  0.000000  1    0.227669830954E-03                     
+AR CONZ 2009  4  1 18 40  0.000000  1   -0.425140245482E-03                     
+AR CRAR 2009  4  1 18 40  0.000000  1   -0.101941892969E-03                     
+AR CRO1 2009  4  1 18 40  0.000000  1    0.665108270071E-03                     
+AR DAEJ 2009  4  1 18 40  0.000000  1   -0.196517484364E-03                     
+AR DARW 2009  4  1 18 40  0.000000  1    0.387843045584E-08                     
+AR DGAR 2009  4  1 18 40  0.000000  1   -0.627940030174E-07                     
+AR DRAO 2009  4  1 18 40  0.000000  1    0.121598542224E-05                     
+AR FAA1 2009  4  1 18 40  0.000000  1   -0.916575691379E-08                     
+AR FAIR 2009  4  1 18 40  0.000000  1   -0.542869302946E-07                     
+AR GLPS 2009  4  1 18 40  0.000000  1   -0.760019801657E-07                     
+AR GUAM 2009  4  1 18 40  0.000000  1   -0.418464001061E-07                     
+AR GUAT 2009  4  1 18 40  0.000000  1    0.173973230761E-07                     
+AR HOB2 2009  4  1 18 40  0.000000  1    0.901302193823E-07                     
+AR HOFN 2009  4  1 18 40  0.000000  1   -0.460996604439E-03                     
+AR HOLM 2009  4  1 18 40  0.000000  1   -0.456942980300E-07                     
+AR HRAO 2009  4  1 18 40  0.000000  1    0.849471363015E-03                     
+AR HYDE 2009  4  1 18 40  0.000000  1    0.672013239081E-08                     
+AR IRKJ 2009  4  1 18 40  0.000000  1    0.163746600883E-03                     
+AR ISPA 2009  4  1 18 40  0.000000  1   -0.661914366770E-07                     
+AR KARR 2009  4  1 18 40  0.000000  1   -0.545023344806E-07                     
+AR KERG 2009  4  1 18 40  0.000000  1    0.817499384602E-03                     
+AR KIR0 2009  4  1 18 40  0.000000  1    0.282577122508E-03                     
+AR KIRU 2009  4  1 18 40  0.000000  1    0.591411281799E-03                     
+AR KIT3 2009  4  1 18 40  0.000000  1    0.204650761868E-07                     
+AR KOUR 2009  4  1 18 40  0.000000  1    0.125015361024E-03                     
+AR KUNM 2009  4  1 18 40  0.000000  1   -0.966486748728E-08                     
+AR LHAZ 2009  4  1 18 40  0.000000  1    0.649452807664E-04                     
+AR MAL2 2009  4  1 18 40  0.000000  1   -0.120236236260E-07                     
+AR MAS1 2009  4  1 18 40  0.000000  1   -0.101610251286E-03                     
+AR MAW1 2009  4  1 18 40  0.000000  1    0.107818664089E-08                     
+AR MCIL 2009  4  1 18 40  0.000000  1    0.295610791731E-07                     
+AR MCM4 2009  4  1 18 40  0.000000  1   -0.514630551827E-07                     
+AR MDO1 2009  4  1 18 40  0.000000  1   -0.455078365806E-07                     
+AR MDVJ 2009  4  1 18 40  0.000000  1    0.438552530362E-03                     
+AR MKEA 2009  4  1 18 40  0.000000  1   -0.471633565794E-07                     
+AR MOBS 2009  4  1 18 40  0.000000  1    0.433940000525E-08                     
+AR NANO 2009  4  1 18 40  0.000000  1    0.633193085921E-08                     
+AR NLIB 2009  4  1 18 40  0.000000  1   -0.118981290517E-06                     
+AR NNOR 2009  4  1 18 40  0.000000  1    0.365801144583E-03                     
+AR NRC1 2009  4  1 18 40  0.000000  1   -0.448362999574E-05                     
+AR NRIL 2009  4  1 18 40  0.000000  1   -0.398529889388E-07                     
+AR NRMD 2009  4  1 18 40  0.000000  1    0.253662012051E-07                     
+AR NTUS 2009  4  1 18 40  0.000000  1   -0.359555080064E-08                     
+AR NYAL 2009  4  1 18 40  0.000000  1    0.953975064475E-07                     
+AR OHI3 2009  4  1 18 40  0.000000  1   -0.487150299339E-03                     
+AR ONSA 2009  4  1 18 40  0.000000  1   -0.324814344841E-04                     
+AR PDEL 2009  4  1 18 40  0.000000  1   -0.577259796867E-08                     
+AR PERT 2009  4  1 18 40  0.000000  1   -0.480257278852E-07                     
+AR PETP 2009  4  1 18 40  0.000000  1   -0.455580814784E-07                     
+AR PIMO 2009  4  1 18 40  0.000000  1   -0.519418506382E-07                     
+AR QAQ1 2009  4  1 18 40  0.000000  1   -0.576319451145E-07                     
+AR QUIN 2009  4  1 18 40  0.000000  1   -0.495313499692E-07                     
+AR RABT 2009  4  1 18 40  0.000000  1   -0.679464719015E-07                     
+AR RAMO 2009  4  1 18 40  0.000000  1   -0.309439930327E-07                     
+AR RCMN 2009  4  1 18 40  0.000000  1    0.106679860745E-07                     
+AR REDU 2009  4  1 18 40  0.000000  1   -0.552190676506E-07                     
+AR REUN 2009  4  1 18 40  0.000000  1    0.231553778229E-07                     
+AR REYK 2009  4  1 18 40  0.000000  1   -0.264236792041E-03                     
+AR SCH2 2009  4  1 18 40  0.000000  1    0.190257762946E-03                     
+AR SCUB 2009  4  1 18 40  0.000000  1   -0.606314711540E-07                     
+AR STJO 2009  4  1 18 40  0.000000  1   -0.706433306296E-05                     
+AR SYDN 2009  4  1 18 40  0.000000  1    0.141144941726E-05                     
+AR SYOG 2009  4  1 18 40  0.000000  1    0.140145525873E-04                     
+AR THU2 2009  4  1 18 40  0.000000  1    0.310056220533E-03                     
+AR TOW2 2009  4  1 18 40  0.000000  1   -0.506934427287E-09                     
+AR URUM 2009  4  1 18 40  0.000000  1   -0.443293517331E-03                     
+AR VESL 2009  4  1 18 40  0.000000  1   -0.424064659440E-03                     
+AR VILL 2009  4  1 18 40  0.000000  1   -0.675377958651E-07                     
+AR WTZR 2009  4  1 18 40  0.000000  1    0.467484092506E-07                     
+AR WUHN 2009  4  1 18 40  0.000000  1   -0.569396640589E-07                     
+AR YSSK 2009  4  1 18 40  0.000000  1   -0.573284376810E-07                     
+AR ZIM2 2009  4  1 18 40  0.000000  1    0.243255513972E-07                     
+AR XMIS 2009  4  1 18 40  0.000000  1   -0.346848043443E-08                     
+AR GODZ 2009  4  1 18 40  0.000000  1   -0.469118298171E-03                     
+AR MTKA 2009  4  1 18 40  0.000000  1   -0.586379171726E-07                     
+AR TIXJ 2009  4  1 18 40  0.000000  1   -0.975786665820E-04                     
+AR PARK 2009  4  1 18 40  0.000000  1    0.808391716140E-06                     
+AR UNBJ 2009  4  1 18 40  0.000000  1    0.119722092504E-03                     
+AR NOVM 2009  4  1 18 40  0.000000  1    0.798331791172E-04                     
+AR SUNM 2009  4  1 18 40  0.000000  1   -0.156063562002E-03                     
+AR CEBR 2009  4  1 18 40  0.000000  1    0.719432028566E-03                     
+AR CPXF 2009  4  1 18 40  0.000000  1    0.854242532113E-08                     
+AR IDDR 2009  4  1 18 40  0.000000  1    0.132682217363E-07                     
+AR AZGB 2009  4  1 18 40  0.000000  1    0.116024401212E-03                     
+AR TN22 2009  4  1 18 40  0.000000  1    0.155186678257E-03                     
+AR ETAD 2009  4  1 18 40  0.000000  1    0.182802861826E-07                     
+AR ILHA 2009  4  1 18 40  0.000000  1   -0.102144313148E-08                     
+AR POVE 2009  4  1 18 40  0.000000  1    0.550253628609E-08                     
+AR RECF 2009  4  1 18 40  0.000000  1    0.271432547142E-07                     
+AR SALU 2009  4  1 18 40  0.000000  1    0.163472391580E-07                     
+AR SAVO 2009  4  1 18 40  0.000000  1    0.255226340689E-07                     
+AR UFPR 2009  4  1 18 40  0.000000  1    0.359982361672E-07                     
+AR YELL 2009  4  1 18 40  0.000000  1    0.248906000000E-06                     
+AS G32  2009  4  1 18 45  0.000000  1    0.280069177576E-03                     
+AS G24  2009  4  1 18 45  0.000000  1    0.177902639764E-03                     
+AS G25  2009  4  1 18 45  0.000000  1    0.335064549711E-03                     
+AS G26  2009  4  1 18 45  0.000000  1    0.545095790278E-04                     
+AS G27  2009  4  1 18 45  0.000000  1    0.372130100157E-04                     
+AS G30  2009  4  1 18 45  0.000000  1    0.136322190096E-03                     
+AS G03  2009  4  1 18 45  0.000000  1    0.373600972442E-03                     
+AS G04  2009  4  1 18 45  0.000000  1   -0.350593281133E-04                     
+AS G06  2009  4  1 18 45  0.000000  1    0.606535696874E-04                     
+AS G08  2009  4  1 18 45  0.000000  1   -0.196586075152E-03                     
+AS G09  2009  4  1 18 45  0.000000  1    0.485075436929E-04                     
+AS G10  2009  4  1 18 45  0.000000  1   -0.136426368940E-04                     
+AS G14  2009  4  1 18 45  0.000000  1   -0.132256466591E-03                     
+AS G13  2009  4  1 18 45  0.000000  1    0.293290473091E-03                     
+AS G28  2009  4  1 18 45  0.000000  1   -0.238352684597E-04                     
+AS G21  2009  4  1 18 45  0.000000  1    0.214783582695E-04                     
+AS G11  2009  4  1 18 45  0.000000  1    0.272076711994E-05                     
+AS G22  2009  4  1 18 45  0.000000  1    0.202411225735E-03                     
+AS G20  2009  4  1 18 45  0.000000  1    0.865329312145E-04                     
+AS G18  2009  4  1 18 45  0.000000  1   -0.694381337112E-04                     
+AS G16  2009  4  1 18 45  0.000000  1    0.629247006163E-04                     
+AS G19  2009  4  1 18 45  0.000000  1    0.293361500317E-04                     
+AS G23  2009  4  1 18 45  0.000000  1    0.388998396004E-03                     
+AS G02  2009  4  1 18 45  0.000000  1    0.153919374571E-03                     
+AS G31  2009  4  1 18 45  0.000000  1   -0.564997234441E-04                     
+AS G17  2009  4  1 18 45  0.000000  1    0.524790800300E-04                     
+AS G12  2009  4  1 18 45  0.000000  1   -0.299414745069E-03                     
+AS G15  2009  4  1 18 45  0.000000  1   -0.276119676314E-03                     
+AS G29  2009  4  1 18 45  0.000000  1    0.495493033386E-05                     
+AS G07  2009  4  1 18 45  0.000000  1    0.209684794726E-04                     
+AS R02  2009  4  1 18 45  0.000000  1    0.205756556770E-04                     
+AS R03  2009  4  1 18 45  0.000000  1   -0.343595073816E-04                     
+AS R04  2009  4  1 18 45  0.000000  1    0.636263255744E-04                     
+AS R06  2009  4  1 18 45  0.000000  1   -0.169266087139E-03                     
+AS R07  2009  4  1 18 45  0.000000  1   -0.891417238866E-04                     
+AS R08  2009  4  1 18 45  0.000000  1   -0.101976102714E-03                     
+AS R10  2009  4  1 18 45  0.000000  1   -0.140823301688E-03                     
+AS R11  2009  4  1 18 45  0.000000  1   -0.926518757609E-04                     
+AS R13  2009  4  1 18 45  0.000000  1   -0.230671036239E-03                     
+AS R14  2009  4  1 18 45  0.000000  1   -0.795393855224E-04                     
+AS R15  2009  4  1 18 45  0.000000  1    0.921402022677E-04                     
+AS R17  2009  4  1 18 45  0.000000  1   -0.261289476933E-03                     
+AS R18  2009  4  1 18 45  0.000000  1   -0.135638592151E-05                     
+AS R19  2009  4  1 18 45  0.000000  1   -0.894482200743E-04                     
+AS R20  2009  4  1 18 45  0.000000  1   -0.650169646087E-04                     
+AS R21  2009  4  1 18 45  0.000000  1   -0.143375398469E-03                     
+AS R22  2009  4  1 18 45  0.000000  1   -0.201646595805E-03                     
+AS R23  2009  4  1 18 45  0.000000  1   -0.200171703071E-03                     
+AR ALGO 2009  4  1 18 45  0.000000  1    0.811758258852E-04                     
+AR ALIC 2009  4  1 18 45  0.000000  1    0.710637734446E-08                     
+AR AMC2 2009  4  1 18 45  0.000000  1    0.258121823173E-08                     
+AR ANKR 2009  4  1 18 45  0.000000  1    0.204212842373E-03                     
+AR ARTU 2009  4  1 18 45  0.000000  1   -0.495331203467E-07                     
+AR ASPA 2009  4  1 18 45  0.000000  1    0.225788804249E-07                     
+AR BHR1 2009  4  1 18 45  0.000000  1    0.563382765332E-03                     
+AR BARH 2009  4  1 18 45  0.000000  1    0.196329181589E-08                     
+AR BJFS 2009  4  1 18 45  0.000000  1   -0.529104178238E-07                     
+AR BOGT 2009  4  1 18 45  0.000000  1   -0.519457584693E-07                     
+AR BRMU 2009  4  1 18 45  0.000000  1    0.548896074661E-04                     
+AR CAGZ 2009  4  1 18 45  0.000000  1   -0.136725592661E-03                     
+AR CAS1 2009  4  1 18 45  0.000000  1    0.105476668911E-07                     
+AR CHAT 2009  4  1 18 45  0.000000  1   -0.751457097199E-07                     
+AR CHPI 2009  4  1 18 45  0.000000  1   -0.623286370941E-07                     
+AR COCO 2009  4  1 18 45  0.000000  1    0.227667764721E-03                     
+AR CONZ 2009  4  1 18 45  0.000000  1    0.441122800985E-03                     
+AR CRAR 2009  4  1 18 45  0.000000  1   -0.127066839404E-03                     
+AR CRO1 2009  4  1 18 45  0.000000  1    0.665108261591E-03                     
+AR DAEJ 2009  4  1 18 45  0.000000  1   -0.196516851235E-03                     
+AR DARW 2009  4  1 18 45  0.000000  1    0.371523699622E-08                     
+AR DGAR 2009  4  1 18 45  0.000000  1   -0.653809276589E-07                     
+AR DRAO 2009  4  1 18 45  0.000000  1    0.125273775969E-05                     
+AR FAA1 2009  4  1 18 45  0.000000  1   -0.105266249357E-07                     
+AR FAIR 2009  4  1 18 45  0.000000  1   -0.564139713285E-07                     
+AR GLPS 2009  4  1 18 45  0.000000  1   -0.754078623249E-07                     
+AR GUAM 2009  4  1 18 45  0.000000  1   -0.427062325041E-07                     
+AR GUAT 2009  4  1 18 45  0.000000  1    0.208799574261E-07                     
+AR HOB2 2009  4  1 18 45  0.000000  1    0.901481461458E-07                     
+AR HOFN 2009  4  1 18 45  0.000000  1   -0.383900406978E-03                     
+AR HOLM 2009  4  1 18 45  0.000000  1   -0.447823523418E-07                     
+AR HRAO 2009  4  1 18 45  0.000000  1    0.849471431198E-03                     
+AR HYDE 2009  4  1 18 45  0.000000  1    0.591178815865E-08                     
+AR IRKJ 2009  4  1 18 45  0.000000  1    0.163746582814E-03                     
+AR ISPA 2009  4  1 18 45  0.000000  1   -0.634155683182E-07                     
+AR KARR 2009  4  1 18 45  0.000000  1   -0.563089519814E-07                     
+AR KERG 2009  4  1 18 45  0.000000  1    0.817499040486E-03                     
+AR KHAJ 2009  4  1 18 45  0.000000  1   -0.150711952199E-05                     
+AR KIR0 2009  4  1 18 45  0.000000  1    0.282570419890E-03                     
+AR KIRU 2009  4  1 18 45  0.000000  1    0.591412072374E-03                     
+AR KIT3 2009  4  1 18 45  0.000000  1    0.248186533770E-08                     
+AR KOUR 2009  4  1 18 45  0.000000  1    0.125015358434E-03                     
+AR KUNM 2009  4  1 18 45  0.000000  1   -0.877774898746E-08                     
+AR LHAZ 2009  4  1 18 45  0.000000  1    0.868990325876E-04                     
+AR MAL2 2009  4  1 18 45  0.000000  1   -0.123337744696E-07                     
+AR MAS1 2009  4  1 18 45  0.000000  1   -0.101610043429E-03                     
+AR MAW1 2009  4  1 18 45  0.000000  1   -0.114133578761E-08                     
+AR MCIL 2009  4  1 18 45  0.000000  1    0.298095975012E-07                     
+AR MCM4 2009  4  1 18 45  0.000000  1   -0.514744114877E-07                     
+AR MDO1 2009  4  1 18 45  0.000000  1   -0.466136211913E-07                     
+AR MDVJ 2009  4  1 18 45  0.000000  1    0.438552521218E-03                     
+AR MKEA 2009  4  1 18 45  0.000000  1   -0.477666522331E-07                     
+AR MOBS 2009  4  1 18 45  0.000000  1    0.442953071534E-08                     
+AR NANO 2009  4  1 18 45  0.000000  1    0.740890360913E-08                     
+AR NLIB 2009  4  1 18 45  0.000000  1   -0.118547555266E-06                     
+AR NNOR 2009  4  1 18 45  0.000000  1    0.365801322503E-03                     
+AR NRC1 2009  4  1 18 45  0.000000  1   -0.448362108516E-05                     
+AR NRIL 2009  4  1 18 45  0.000000  1   -0.413018571867E-07                     
+AR NRMD 2009  4  1 18 45  0.000000  1    0.278985698615E-07                     
+AR NTUS 2009  4  1 18 45  0.000000  1   -0.963609917181E-08                     
+AR NYAL 2009  4  1 18 45  0.000000  1    0.954047167282E-07                     
+AR OHI3 2009  4  1 18 45  0.000000  1   -0.368013948541E-03                     
+AR ONSA 2009  4  1 18 45  0.000000  1   -0.324814948768E-04                     
+AR PDEL 2009  4  1 18 45  0.000000  1   -0.362397769621E-08                     
+AR PERT 2009  4  1 18 45  0.000000  1   -0.472300287362E-07                     
+AR PETP 2009  4  1 18 45  0.000000  1   -0.465518488091E-07                     
+AR PIMO 2009  4  1 18 45  0.000000  1   -0.528145500449E-07                     
+AR QAQ1 2009  4  1 18 45  0.000000  1   -0.658924402389E-07                     
+AR QUIN 2009  4  1 18 45  0.000000  1   -0.503140725743E-07                     
+AR RABT 2009  4  1 18 45  0.000000  1   -0.656935756054E-07                     
+AR RAMO 2009  4  1 18 45  0.000000  1    0.284635269090E-07                     
+AR RCMN 2009  4  1 18 45  0.000000  1    0.103690020201E-07                     
+AR REDU 2009  4  1 18 45  0.000000  1   -0.534041676496E-07                     
+AR REUN 2009  4  1 18 45  0.000000  1    0.245399349402E-07                     
+AR REYK 2009  4  1 18 45  0.000000  1   -0.261654940295E-03                     
+AR SCH2 2009  4  1 18 45  0.000000  1    0.190275018030E-03                     
+AR SCUB 2009  4  1 18 45  0.000000  1   -0.635672835140E-07                     
+AR STJO 2009  4  1 18 45  0.000000  1   -0.706463581371E-05                     
+AR SYDN 2009  4  1 18 45  0.000000  1    0.141140342570E-05                     
+AR SYOG 2009  4  1 18 45  0.000000  1    0.140141567612E-04                     
+AR THU2 2009  4  1 18 45  0.000000  1    0.308053941978E-03                     
+AR TOW2 2009  4  1 18 45  0.000000  1    0.291419543483E-08                     
+AR URUM 2009  4  1 18 45  0.000000  1    0.482139903064E-03                     
+AR VESL 2009  4  1 18 45  0.000000  1   -0.387804245456E-03                     
+AR VILL 2009  4  1 18 45  0.000000  1   -0.664781998148E-07                     
+AR WTZR 2009  4  1 18 45  0.000000  1    0.467562481536E-07                     
+AR WUHN 2009  4  1 18 45  0.000000  1   -0.538957403310E-07                     
+AR YSSK 2009  4  1 18 45  0.000000  1   -0.614062009959E-07                     
+AR ZIM2 2009  4  1 18 45  0.000000  1    0.240368032171E-07                     
+AR XMIS 2009  4  1 18 45  0.000000  1   -0.206472695541E-08                     
+AR GODZ 2009  4  1 18 45  0.000000  1   -0.469118297494E-03                     
+AR MTKA 2009  4  1 18 45  0.000000  1   -0.573679827515E-07                     
+AR TIXJ 2009  4  1 18 45  0.000000  1   -0.999051505705E-04                     
+AR PARK 2009  4  1 18 45  0.000000  1    0.808683485256E-06                     
+AR UNBJ 2009  4  1 18 45  0.000000  1    0.448149991130E-04                     
+AR NOVM 2009  4  1 18 45  0.000000  1    0.798331952116E-04                     
+AR SUNM 2009  4  1 18 45  0.000000  1   -0.311953785887E-03                     
+AR CEBR 2009  4  1 18 45  0.000000  1    0.719432003839E-03                     
+AR CPXF 2009  4  1 18 45  0.000000  1    0.463090654837E-08                     
+AR IDDR 2009  4  1 18 45  0.000000  1    0.156672093008E-07                     
+AR AZGB 2009  4  1 18 45  0.000000  1   -0.233455680793E-04                     
+AR TN22 2009  4  1 18 45  0.000000  1    0.810738711367E-04                     
+AR ETAD 2009  4  1 18 45  0.000000  1    0.206582515812E-07                     
+AR ILHA 2009  4  1 18 45  0.000000  1   -0.211153534678E-08                     
+AR POVE 2009  4  1 18 45  0.000000  1    0.627843112623E-08                     
+AR RECF 2009  4  1 18 45  0.000000  1    0.265381906500E-07                     
+AR SALU 2009  4  1 18 45  0.000000  1    0.191814248536E-07                     
+AR SAVO 2009  4  1 18 45  0.000000  1    0.252014684066E-07                     
+AR UFPR 2009  4  1 18 45  0.000000  1    0.355645117991E-07                     
+AR YELL 2009  4  1 18 45  0.000000  1    0.248977000000E-06                     
+AS G32  2009  4  1 18 50  0.000000  1    0.280067647099E-03                     
+AS G24  2009  4  1 18 50  0.000000  1    0.177903656966E-03                     
+AS G25  2009  4  1 18 50  0.000000  1    0.335071128610E-03                     
+AS G26  2009  4  1 18 50  0.000000  1    0.545101392459E-04                     
+AS G27  2009  4  1 18 50  0.000000  1    0.372140349565E-04                     
+AS G30  2009  4  1 18 50  0.000000  1    0.136322743664E-03                     
+AS G03  2009  4  1 18 50  0.000000  1    0.373602622237E-03                     
+AS G04  2009  4  1 18 50  0.000000  1   -0.350637642772E-04                     
+AS G06  2009  4  1 18 50  0.000000  1    0.606589939741E-04                     
+AS G08  2009  4  1 18 50  0.000000  1   -0.196586502624E-03                     
+AS G09  2009  4  1 18 50  0.000000  1    0.485083758945E-04                     
+AS G10  2009  4  1 18 50  0.000000  1   -0.136432265360E-04                     
+AS G14  2009  4  1 18 50  0.000000  1   -0.132254691816E-03                     
+AS G13  2009  4  1 18 50  0.000000  1    0.293290871809E-03                     
+AS G28  2009  4  1 18 50  0.000000  1   -0.238353735043E-04                     
+AS G21  2009  4  1 18 50  0.000000  1    0.214775339561E-04                     
+AS G11  2009  4  1 18 50  0.000000  1    0.272027563647E-05                     
+AS G22  2009  4  1 18 50  0.000000  1    0.202410968955E-03                     
+AS G20  2009  4  1 18 50  0.000000  1    0.865326960550E-04                     
+AS G18  2009  4  1 18 50  0.000000  1   -0.694373661159E-04                     
+AS G16  2009  4  1 18 50  0.000000  1    0.629237327656E-04                     
+AS G19  2009  4  1 18 50  0.000000  1    0.293356957750E-04                     
+AS G23  2009  4  1 18 50  0.000000  1    0.388998364883E-03                     
+AS G02  2009  4  1 18 50  0.000000  1    0.153919077448E-03                     
+AS G31  2009  4  1 18 50  0.000000  1   -0.565001401476E-04                     
+AS G17  2009  4  1 18 50  0.000000  1    0.524794998871E-04                     
+AS G12  2009  4  1 18 50  0.000000  1   -0.299413283790E-03                     
+AS G15  2009  4  1 18 50  0.000000  1   -0.276120965919E-03                     
+AS G29  2009  4  1 18 50  0.000000  1    0.495612943425E-05                     
+AS G07  2009  4  1 18 50  0.000000  1    0.209682269741E-04                     
+AS R02  2009  4  1 18 50  0.000000  1    0.205745132672E-04                     
+AS R03  2009  4  1 18 50  0.000000  1   -0.343607100241E-04                     
+AS R04  2009  4  1 18 50  0.000000  1    0.636228144496E-04                     
+AS R06  2009  4  1 18 50  0.000000  1   -0.169266238175E-03                     
+AS R07  2009  4  1 18 50  0.000000  1   -0.891405121833E-04                     
+AS R08  2009  4  1 18 50  0.000000  1   -0.101976030517E-03                     
+AS R10  2009  4  1 18 50  0.000000  1   -0.140823488550E-03                     
+AS R11  2009  4  1 18 50  0.000000  1   -0.926522836656E-04                     
+AS R13  2009  4  1 18 50  0.000000  1   -0.230671594074E-03                     
+AS R14  2009  4  1 18 50  0.000000  1   -0.795387356539E-04                     
+AS R15  2009  4  1 18 50  0.000000  1    0.921408399954E-04                     
+AS R17  2009  4  1 18 50  0.000000  1   -0.261289665039E-03                     
+AS R18  2009  4  1 18 50  0.000000  1   -0.135658973530E-05                     
+AS R19  2009  4  1 18 50  0.000000  1   -0.894482322636E-04                     
+AS R20  2009  4  1 18 50  0.000000  1   -0.650175675204E-04                     
+AS R21  2009  4  1 18 50  0.000000  1   -0.143375440661E-03                     
+AS R22  2009  4  1 18 50  0.000000  1   -0.201647377951E-03                     
+AS R23  2009  4  1 18 50  0.000000  1   -0.200169144839E-03                     
+AR ALGO 2009  4  1 18 50  0.000000  1    0.811785532480E-04                     
+AR ALIC 2009  4  1 18 50  0.000000  1    0.668202586911E-08                     
+AR AMC2 2009  4  1 18 50  0.000000  1    0.259657030267E-08                     
+AR ANKR 2009  4  1 18 50  0.000000  1    0.266178234629E-03                     
+AR ARTU 2009  4  1 18 50  0.000000  1   -0.500206500319E-07                     
+AR ASPA 2009  4  1 18 50  0.000000  1    0.240877613882E-07                     
+AR BHR1 2009  4  1 18 50  0.000000  1    0.563382833747E-03                     
+AR BARH 2009  4  1 18 50  0.000000  1    0.108128371202E-08                     
+AR BJFS 2009  4  1 18 50  0.000000  1   -0.546622592778E-07                     
+AR BOGT 2009  4  1 18 50  0.000000  1   -0.524471191204E-07                     
+AR BRMU 2009  4  1 18 50  0.000000  1   -0.449518485318E-03                     
+AR CAGZ 2009  4  1 18 50  0.000000  1    0.870788692031E-04                     
+AR CAS1 2009  4  1 18 50  0.000000  1    0.891097532684E-08                     
+AR CHAT 2009  4  1 18 50  0.000000  1   -0.769882671574E-07                     
+AR CHPI 2009  4  1 18 50  0.000000  1   -0.631950275932E-07                     
+AR COCO 2009  4  1 18 50  0.000000  1    0.227665727135E-03                     
+AR CONZ 2009  4  1 18 50  0.000000  1    0.307286773595E-03                     
+AR CRAR 2009  4  1 18 50  0.000000  1   -0.152191072145E-03                     
+AR CRO1 2009  4  1 18 50  0.000000  1    0.665108314273E-03                     
+AR DAEJ 2009  4  1 18 50  0.000000  1   -0.196516612251E-03                     
+AR DARW 2009  4  1 18 50  0.000000  1   -0.836646177283E-08                     
+AR DGAR 2009  4  1 18 50  0.000000  1   -0.689116850880E-07                     
+AR DRAO 2009  4  1 18 50  0.000000  1    0.128943440318E-05                     
+AR FAA1 2009  4  1 18 50  0.000000  1   -0.991586506270E-08                     
+AR FAIR 2009  4  1 18 50  0.000000  1   -0.592212513331E-07                     
+AR GLPS 2009  4  1 18 50  0.000000  1   -0.733964037944E-07                     
+AR GUAM 2009  4  1 18 50  0.000000  1   -0.492262167082E-07                     
+AR GUAT 2009  4  1 18 50  0.000000  1    0.203556666630E-07                     
+AR HOB2 2009  4  1 18 50  0.000000  1    0.901664775205E-07                     
+AR HOFN 2009  4  1 18 50  0.000000  1   -0.306816399003E-03                     
+AR HOLM 2009  4  1 18 50  0.000000  1   -0.460299639764E-07                     
+AR HRAO 2009  4  1 18 50  0.000000  1    0.849471492544E-03                     
+AR HYDE 2009  4  1 18 50  0.000000  1    0.568770744732E-08                     
+AR IRKJ 2009  4  1 18 50  0.000000  1    0.163746585428E-03                     
+AR ISPA 2009  4  1 18 50  0.000000  1   -0.637541364068E-07                     
+AR KARR 2009  4  1 18 50  0.000000  1   -0.536548884917E-07                     
+AR KERG 2009  4  1 18 50  0.000000  1    0.817499023994E-03                     
+AR KHAJ 2009  4  1 18 50  0.000000  1   -0.150711438969E-05                     
+AR KIR0 2009  4  1 18 50  0.000000  1    0.282563772431E-03                     
+AR KIRU 2009  4  1 18 50  0.000000  1    0.591408163071E-03                     
+AR KIT3 2009  4  1 18 50  0.000000  1    0.219600380672E-07                     
+AR KOUR 2009  4  1 18 50  0.000000  1    0.125015402923E-03                     
+AR KUNM 2009  4  1 18 50  0.000000  1   -0.138663742236E-07                     
+AR LHAZ 2009  4  1 18 50  0.000000  1    0.108968759682E-03                     
+AR MAL2 2009  4  1 18 50  0.000000  1   -0.168871505370E-07                     
+AR MAS1 2009  4  1 18 50  0.000000  1   -0.101609768137E-03                     
+AR MAW1 2009  4  1 18 50  0.000000  1    0.416425792329E-08                     
+AR MCIL 2009  4  1 18 50  0.000000  1    0.302760938357E-07                     
+AR MCM4 2009  4  1 18 50  0.000000  1   -0.525956754322E-07                     
+AR MDO1 2009  4  1 18 50  0.000000  1   -0.465031031642E-07                     
+AR MDVJ 2009  4  1 18 50  0.000000  1    0.438552504665E-03                     
+AR MKEA 2009  4  1 18 50  0.000000  1   -0.481976057418E-07                     
+AR MOBS 2009  4  1 18 50  0.000000  1    0.423314982807E-08                     
+AR NANO 2009  4  1 18 50  0.000000  1    0.603686161136E-08                     
+AR NLIB 2009  4  1 18 50  0.000000  1   -0.117268339046E-06                     
+AR NNOR 2009  4  1 18 50  0.000000  1    0.365801542094E-03                     
+AR NRC1 2009  4  1 18 50  0.000000  1   -0.448359404043E-05                     
+AR NRIL 2009  4  1 18 50  0.000000  1   -0.425422740050E-07                     
+AR NRMD 2009  4  1 18 50  0.000000  1    0.285409098799E-07                     
+AR NTUS 2009  4  1 18 50  0.000000  1   -0.420854556913E-08                     
+AR NYAL 2009  4  1 18 50  0.000000  1    0.954123030349E-07                     
+AR OHI3 2009  4  1 18 50  0.000000  1   -0.248941664603E-03                     
+AR ONSA 2009  4  1 18 50  0.000000  1   -0.324815412790E-04                     
+AR PDEL 2009  4  1 18 50  0.000000  1   -0.628429894431E-08                     
+AR PERT 2009  4  1 18 50  0.000000  1   -0.491443492425E-07                     
+AR PETP 2009  4  1 18 50  0.000000  1   -0.468978914165E-07                     
+AR PIMO 2009  4  1 18 50  0.000000  1   -0.533898471972E-07                     
+AR QAQ1 2009  4  1 18 50  0.000000  1   -0.627844109678E-07                     
+AR QUIN 2009  4  1 18 50  0.000000  1   -0.493706405717E-07                     
+AR RABT 2009  4  1 18 50  0.000000  1   -0.630661858883E-07                     
+AR RAMO 2009  4  1 18 50  0.000000  1   -0.124772316855E-06                     
+AR RCMN 2009  4  1 18 50  0.000000  1    0.915037330900E-08                     
+AR REDU 2009  4  1 18 50  0.000000  1   -0.523556752015E-07                     
+AR REUN 2009  4  1 18 50  0.000000  1    0.249083268163E-07                     
+AR REYK 2009  4  1 18 50  0.000000  1   -0.259337502081E-03                     
+AR SCH2 2009  4  1 18 50  0.000000  1    0.190292075068E-03                     
+AR SCUB 2009  4  1 18 50  0.000000  1   -0.653597584166E-07                     
+AR STJO 2009  4  1 18 50  0.000000  1   -0.706492018070E-05                     
+AR SYDN 2009  4  1 18 50  0.000000  1    0.141146921218E-05                     
+AR SYOG 2009  4  1 18 50  0.000000  1    0.140144326302E-04                     
+AR THU2 2009  4  1 18 50  0.000000  1    0.306051584250E-03                     
+AR TOW2 2009  4  1 18 50  0.000000  1   -0.910800129169E-09                     
+AR URUM 2009  4  1 18 50  0.000000  1    0.407634400085E-03                     
+AR VESL 2009  4  1 18 50  0.000000  1   -0.351570965558E-03                     
+AR VILL 2009  4  1 18 50  0.000000  1   -0.623086096373E-07                     
+AR WTZR 2009  4  1 18 50  0.000000  1    0.467764901385E-07                     
+AR WUHN 2009  4  1 18 50  0.000000  1   -0.519166692204E-07                     
+AR YSSK 2009  4  1 18 50  0.000000  1   -0.623606129249E-07                     
+AR ZIM2 2009  4  1 18 50  0.000000  1    0.240970256662E-07                     
+AR XMIS 2009  4  1 18 50  0.000000  1   -0.297985146462E-08                     
+AR GODZ 2009  4  1 18 50  0.000000  1   -0.469118275541E-03                     
+AR MTKA 2009  4  1 18 50  0.000000  1   -0.510724716346E-07                     
+AR TIXJ 2009  4  1 18 50  0.000000  1   -0.102257667026E-03                     
+AR PARK 2009  4  1 18 50  0.000000  1    0.808846467554E-06                     
+AR UNBJ 2009  4  1 18 50  0.000000  1   -0.299351274860E-04                     
+AR NOVM 2009  4  1 18 50  0.000000  1    0.798331943763E-04                     
+AR SUNM 2009  4  1 18 50  0.000000  1   -0.468260224034E-03                     
+AR CEBR 2009  4  1 18 50  0.000000  1    0.719432014284E-03                     
+AR CPXF 2009  4  1 18 50  0.000000  1    0.372785096358E-08                     
+AR IDDR 2009  4  1 18 50  0.000000  1    0.128291955283E-07                     
+AR AZGB 2009  4  1 18 50  0.000000  1   -0.162756622032E-03                     
+AR TN22 2009  4  1 18 50  0.000000  1    0.712925542233E-05                     
+AR ETAD 2009  4  1 18 50  0.000000  1    0.223189037014E-07                     
+AR ILHA 2009  4  1 18 50  0.000000  1   -0.112605272002E-09                     
+AR POVE 2009  4  1 18 50  0.000000  1    0.434827830591E-08                     
+AR RECF 2009  4  1 18 50  0.000000  1    0.256136589497E-07                     
+AR SALU 2009  4  1 18 50  0.000000  1    0.140579553645E-07                     
+AR SAVO 2009  4  1 18 50  0.000000  1    0.244316706953E-07                     
+AR UFPR 2009  4  1 18 50  0.000000  1    0.349834584332E-07                     
+AR YELL 2009  4  1 18 50  0.000000  1    0.249047000000E-06                     
+AS G32  2009  4  1 18 55  0.000000  1    0.280066161232E-03                     
+AS G24  2009  4  1 18 55  0.000000  1    0.177904628139E-03                     
+AS G25  2009  4  1 18 55  0.000000  1    0.335077767110E-03                     
+AS G26  2009  4  1 18 55  0.000000  1    0.545107409235E-04                     
+AS G27  2009  4  1 18 55  0.000000  1    0.372142061666E-04                     
+AS G30  2009  4  1 18 55  0.000000  1    0.136323329825E-03                     
+AS G03  2009  4  1 18 55  0.000000  1    0.373603651278E-03                     
+AS G04  2009  4  1 18 55  0.000000  1   -0.350683713874E-04                     
+AS G06  2009  4  1 18 55  0.000000  1    0.606641976426E-04                     
+AS G08  2009  4  1 18 55  0.000000  1   -0.196586450576E-03                     
+AS G09  2009  4  1 18 55  0.000000  1    0.485093071531E-04                     
+AS G10  2009  4  1 18 55  0.000000  1   -0.136437512089E-04                     
+AS G14  2009  4  1 18 55  0.000000  1   -0.132253081738E-03                     
+AS G13  2009  4  1 18 55  0.000000  1    0.293291148800E-03                     
+AS G28  2009  4  1 18 55  0.000000  1   -0.238354744253E-04                     
+AS G21  2009  4  1 18 55  0.000000  1    0.214768862355E-04                     
+AS G11  2009  4  1 18 55  0.000000  1    0.271989138669E-05                     
+AS G22  2009  4  1 18 55  0.000000  1    0.202410840415E-03                     
+AS G20  2009  4  1 18 55  0.000000  1    0.865322454331E-04                     
+AS G18  2009  4  1 18 55  0.000000  1   -0.694359296143E-04                     
+AS G16  2009  4  1 18 55  0.000000  1    0.629230419786E-04                     
+AS G19  2009  4  1 18 55  0.000000  1    0.293357742145E-04                     
+AS G23  2009  4  1 18 55  0.000000  1    0.388998466970E-03                     
+AS G02  2009  4  1 18 55  0.000000  1    0.153918998981E-03                     
+AS G31  2009  4  1 18 55  0.000000  1   -0.565003376419E-04                     
+AS G17  2009  4  1 18 55  0.000000  1    0.524799334116E-04                     
+AS G12  2009  4  1 18 55  0.000000  1   -0.299411912471E-03                     
+AS G15  2009  4  1 18 55  0.000000  1   -0.276122247092E-03                     
+AS G29  2009  4  1 18 55  0.000000  1    0.495732412766E-05                     
+AS G07  2009  4  1 18 55  0.000000  1    0.209681605165E-04                     
+AS R02  2009  4  1 18 55  0.000000  1    0.205735318576E-04                     
+AS R03  2009  4  1 18 55  0.000000  1   -0.343605002323E-04                     
+AS R04  2009  4  1 18 55  0.000000  1    0.636207558540E-04                     
+AS R06  2009  4  1 18 55  0.000000  1   -0.169268383181E-03                     
+AS R07  2009  4  1 18 55  0.000000  1   -0.891392489186E-04                     
+AS R08  2009  4  1 18 55  0.000000  1   -0.101975861980E-03                     
+AS R10  2009  4  1 18 55  0.000000  1   -0.140823391423E-03                     
+AS R11  2009  4  1 18 55  0.000000  1   -0.926527189073E-04                     
+AS R13  2009  4  1 18 55  0.000000  1   -0.230671994157E-03                     
+AS R14  2009  4  1 18 55  0.000000  1   -0.795373274666E-04                     
+AS R15  2009  4  1 18 55  0.000000  1    0.921417595081E-04                     
+AS R17  2009  4  1 18 55  0.000000  1   -0.261290074810E-03                     
+AS R18  2009  4  1 18 55  0.000000  1   -0.135673855665E-05                     
+AS R19  2009  4  1 18 55  0.000000  1   -0.894484793293E-04                     
+AS R20  2009  4  1 18 55  0.000000  1   -0.650167762381E-04                     
+AS R21  2009  4  1 18 55  0.000000  1   -0.143375800809E-03                     
+AS R22  2009  4  1 18 55  0.000000  1   -0.201648103360E-03                     
+AS R23  2009  4  1 18 55  0.000000  1   -0.200167295218E-03                     
+AR ALGO 2009  4  1 18 55  0.000000  1    0.811812966634E-04                     
+AR ALIC 2009  4  1 18 55  0.000000  1    0.803044257460E-08                     
+AR AMC2 2009  4  1 18 55  0.000000  1    0.259828384067E-08                     
+AR ANKR 2009  4  1 18 55  0.000000  1    0.328192384874E-03                     
+AR ARTU 2009  4  1 18 55  0.000000  1   -0.499180221900E-07                     
+AR ASPA 2009  4  1 18 55  0.000000  1    0.251807285397E-07                     
+AR BHR1 2009  4  1 18 55  0.000000  1    0.563383007108E-03                     
+AR BARH 2009  4  1 18 55  0.000000  1    0.189250201194E-08                     
+AR BJFS 2009  4  1 18 55  0.000000  1   -0.544686606071E-07                     
+AR BOGT 2009  4  1 18 55  0.000000  1   -0.524907102891E-07                     
+AR BRMU 2009  4  1 18 55  0.000000  1    0.455353269881E-04                     
+AR CAGZ 2009  4  1 18 55  0.000000  1    0.310903319298E-03                     
+AR CAS1 2009  4  1 18 55  0.000000  1    0.107736982811E-07                     
+AR CHAT 2009  4  1 18 55  0.000000  1   -0.769658656994E-07                     
+AR CHPI 2009  4  1 18 55  0.000000  1   -0.703068752307E-07                     
+AR COCO 2009  4  1 18 55  0.000000  1    0.227663813170E-03                     
+AR CONZ 2009  4  1 18 55  0.000000  1    0.173092878043E-03                     
+AR CRAR 2009  4  1 18 55  0.000000  1   -0.177294643019E-03                     
+AR CRO1 2009  4  1 18 55  0.000000  1    0.665108327463E-03                     
+AR DAEJ 2009  4  1 18 55  0.000000  1   -0.196515707439E-03                     
+AR DARW 2009  4  1 18 55  0.000000  1   -0.435548222052E-08                     
+AR DGAR 2009  4  1 18 55  0.000000  1   -0.736171505771E-07                     
+AR DRAO 2009  4  1 18 55  0.000000  1    0.132618955716E-05                     
+AR FAA1 2009  4  1 18 55  0.000000  1   -0.101206936621E-07                     
+AR FAIR 2009  4  1 18 55  0.000000  1   -0.556961166626E-07                     
+AR GLPS 2009  4  1 18 55  0.000000  1   -0.774575012699E-07                     
+AR GUAM 2009  4  1 18 55  0.000000  1   -0.486775039899E-07                     
+AR GUAT 2009  4  1 18 55  0.000000  1    0.188775618989E-07                     
+AR HOB2 2009  4  1 18 55  0.000000  1    0.902090643027E-07                     
+AR HOFN 2009  4  1 18 55  0.000000  1   -0.229790524495E-03                     
+AR HOLM 2009  4  1 18 55  0.000000  1   -0.476222341551E-07                     
+AR HRAO 2009  4  1 18 55  0.000000  1    0.849471594393E-03                     
+AR HYDE 2009  4  1 18 55  0.000000  1    0.882995942139E-08                     
+AR IRKJ 2009  4  1 18 55  0.000000  1    0.163746605928E-03                     
+AR ISPA 2009  4  1 18 55  0.000000  1   -0.697871402945E-07                     
+AR KARR 2009  4  1 18 55  0.000000  1   -0.535722459270E-07                     
+AR KERG 2009  4  1 18 55  0.000000  1    0.817499196831E-03                     
+AR KHAJ 2009  4  1 18 55  0.000000  1   -0.150710725847E-05                     
+AR KIR0 2009  4  1 18 55  0.000000  1    0.282557076515E-03                     
+AR KIRU 2009  4  1 18 55  0.000000  1    0.591404592243E-03                     
+AR KIT3 2009  4  1 18 55  0.000000  1    0.158783037517E-07                     
+AR KOUR 2009  4  1 18 55  0.000000  1    0.125015394980E-03                     
+AR KUNM 2009  4  1 18 55  0.000000  1   -0.126787998712E-07                     
+AR LHAZ 2009  4  1 18 55  0.000000  1    0.131163566300E-03                     
+AR MAL2 2009  4  1 18 55  0.000000  1   -0.239239149966E-07                     
+AR MAS1 2009  4  1 18 55  0.000000  1   -0.101609412786E-03                     
+AR MAW1 2009  4  1 18 55  0.000000  1    0.129550917117E-08                     
+AR MCIL 2009  4  1 18 55  0.000000  1    0.306330569645E-07                     
+AR MCM4 2009  4  1 18 55  0.000000  1   -0.534729994986E-07                     
+AR MDO1 2009  4  1 18 55  0.000000  1   -0.496538339436E-07                     
+AR MDVJ 2009  4  1 18 55  0.000000  1    0.438552513655E-03                     
+AR MKEA 2009  4  1 18 55  0.000000  1   -0.477006243826E-07                     
+AR MOBS 2009  4  1 18 55  0.000000  1    0.282964648000E-08                     
+AR NANO 2009  4  1 18 55  0.000000  1    0.748252287016E-08                     
+AR NLIB 2009  4  1 18 55  0.000000  1   -0.117187781556E-06                     
+AR NNOR 2009  4  1 18 55  0.000000  1    0.365801518370E-03                     
+AR NRC1 2009  4  1 18 55  0.000000  1   -0.448356498862E-05                     
+AR NRIL 2009  4  1 18 55  0.000000  1   -0.437950147931E-07                     
+AR NRMD 2009  4  1 18 55  0.000000  1    0.280409796839E-07                     
+AR NTUS 2009  4  1 18 55  0.000000  1   -0.372052249569E-08                     
+AR NYAL 2009  4  1 18 55  0.000000  1    0.954329853938E-07                     
+AR OHI3 2009  4  1 18 55  0.000000  1   -0.130373499001E-03                     
+AR ONSA 2009  4  1 18 55  0.000000  1   -0.324815741735E-04                     
+AR PDEL 2009  4  1 18 55  0.000000  1   -0.458400545573E-08                     
+AR PERT 2009  4  1 18 55  0.000000  1   -0.513287032272E-07                     
+AR PETP 2009  4  1 18 55  0.000000  1   -0.548330110386E-07                     
+AR PIMO 2009  4  1 18 55  0.000000  1   -0.531761724487E-07                     
+AR QAQ1 2009  4  1 18 55  0.000000  1   -0.626139545575E-07                     
+AR QUIN 2009  4  1 18 55  0.000000  1   -0.482056994136E-07                     
+AR RABT 2009  4  1 18 55  0.000000  1   -0.606177746744E-07                     
+AR RAMO 2009  4  1 18 55  0.000000  1   -0.110139154095E-06                     
+AR RCMN 2009  4  1 18 55  0.000000  1    0.988155378333E-08                     
+AR REDU 2009  4  1 18 55  0.000000  1   -0.537792901387E-07                     
+AR REUN 2009  4  1 18 55  0.000000  1    0.238737236970E-07                     
+AR REYK 2009  4  1 18 55  0.000000  1   -0.257230649936E-03                     
+AR SCH2 2009  4  1 18 55  0.000000  1    0.190308992761E-03                     
+AR SCUB 2009  4  1 18 55  0.000000  1   -0.676413664772E-07                     
+AR STJO 2009  4  1 18 55  0.000000  1   -0.706520296952E-05                     
+AR SYDN 2009  4  1 18 55  0.000000  1    0.141154017738E-05                     
+AR SYOG 2009  4  1 18 55  0.000000  1    0.140143583152E-04                     
+AR THU2 2009  4  1 18 55  0.000000  1    0.304049307643E-03                     
+AR TOW2 2009  4  1 18 55  0.000000  1    0.376262481602E-08                     
+AR URUM 2009  4  1 18 55  0.000000  1    0.333189177569E-03                     
+AR VESL 2009  4  1 18 55  0.000000  1   -0.315335766114E-03                     
+AR VILL 2009  4  1 18 55  0.000000  1   -0.630084128373E-07                     
+AR WTZR 2009  4  1 18 55  0.000000  1    0.467916269319E-07                     
+AR WUHN 2009  4  1 18 55  0.000000  1   -0.525242885872E-07                     
+AR YSSK 2009  4  1 18 55  0.000000  1   -0.620669896088E-07                     
+AR ZIM2 2009  4  1 18 55  0.000000  1    0.235872193245E-07                     
+AR XMIS 2009  4  1 18 55  0.000000  1   -0.231761334624E-08                     
+AR GODZ 2009  4  1 18 55  0.000000  1   -0.469118267804E-03                     
+AR MTKA 2009  4  1 18 55  0.000000  1   -0.513846293256E-07                     
+AR TIXJ 2009  4  1 18 55  0.000000  1   -0.104628994493E-03                     
+AR PARK 2009  4  1 18 55  0.000000  1    0.809098403125E-06                     
+AR UNBJ 2009  4  1 18 55  0.000000  1   -0.104739976723E-03                     
+AR NOVM 2009  4  1 18 55  0.000000  1    0.798331749424E-04                     
+AR SUNM 2009  4  1 18 55  0.000000  1    0.375685630622E-03                     
+AR CEBR 2009  4  1 18 55  0.000000  1    0.719432016618E-03                     
+AR CPXF 2009  4  1 18 55  0.000000  1    0.376031833097E-08                     
+AR IDDR 2009  4  1 18 55  0.000000  1    0.126007730245E-07                     
+AR AZGB 2009  4  1 18 55  0.000000  1   -0.302130605759E-03                     
+AR TN22 2009  4  1 18 55  0.000000  1   -0.667833594046E-04                     
+AR ETAD 2009  4  1 18 55  0.000000  1    0.224841241758E-07                     
+AR ILHA 2009  4  1 18 55  0.000000  1   -0.167967783134E-08                     
+AR POVE 2009  4  1 18 55  0.000000  1    0.401008056149E-08                     
+AR RECF 2009  4  1 18 55  0.000000  1    0.241996075324E-07                     
+AR SALU 2009  4  1 18 55  0.000000  1    0.164309785326E-07                     
+AR SAVO 2009  4  1 18 55  0.000000  1    0.256750869156E-07                     
+AR UFPR 2009  4  1 18 55  0.000000  1    0.342132900515E-07                     
+AR YELL 2009  4  1 18 55  0.000000  1    0.249117000000E-06                     
+AS G32  2009  4  1 19  0  0.000000  1    0.280064751509E-03                     
+AS G24  2009  4  1 19  0  0.000000  1    0.177905405315E-03                     
+AS G25  2009  4  1 19  0  0.000000  1    0.335084349084E-03                     
+AS G26  2009  4  1 19  0  0.000000  1    0.545112772540E-04                     
+AS G27  2009  4  1 19  0  0.000000  1    0.372144897355E-04                     
+AS G30  2009  4  1 19  0  0.000000  1    0.136324466265E-03                     
+AS G03  2009  4  1 19  0  0.000000  1    0.373605057048E-03                     
+AS G04  2009  4  1 19  0  0.000000  1   -0.350726691763E-04                     
+AS G06  2009  4  1 19  0  0.000000  1    0.606696982740E-04                     
+AS G08  2009  4  1 19  0  0.000000  1   -0.196586301158E-03                     
+AS G09  2009  4  1 19  0  0.000000  1    0.485094374800E-04                     
+AS G10  2009  4  1 19  0  0.000000  1   -0.136439656470E-04                     
+AS G14  2009  4  1 19  0  0.000000  1   -0.132251566947E-03                     
+AS G13  2009  4  1 19  0  0.000000  1    0.293291478527E-03                     
+AS G28  2009  4  1 19  0  0.000000  1   -0.238355255579E-04                     
+AS G21  2009  4  1 19  0  0.000000  1    0.214765718645E-04                     
+AS G11  2009  4  1 19  0  0.000000  1    0.271935574527E-05                     
+AS G22  2009  4  1 19  0  0.000000  1    0.202409925980E-03                     
+AS G20  2009  4  1 19  0  0.000000  1    0.865319113981E-04                     
+AS G18  2009  4  1 19  0  0.000000  1   -0.694348083489E-04                     
+AS G16  2009  4  1 19  0  0.000000  1    0.629222500971E-04                     
+AS G19  2009  4  1 19  0  0.000000  1    0.293353329720E-04                     
+AS G23  2009  4  1 19  0  0.000000  1    0.388998612223E-03                     
+AS G02  2009  4  1 19  0  0.000000  1    0.153918963898E-03                     
+AS G31  2009  4  1 19  0  0.000000  1   -0.565006254497E-04                     
+AS G17  2009  4  1 19  0  0.000000  1    0.524805994482E-04                     
+AS G12  2009  4  1 19  0  0.000000  1   -0.299410396013E-03                     
+AS G15  2009  4  1 19  0  0.000000  1   -0.276123695145E-03                     
+AS G29  2009  4  1 19  0  0.000000  1    0.495881535614E-05                     
+AS G07  2009  4  1 19  0  0.000000  1    0.209678246200E-04                     
+AS R02  2009  4  1 19  0  0.000000  1    0.205724286788E-04                     
+AS R03  2009  4  1 19  0  0.000000  1   -0.343608312837E-04                     
+AS R04  2009  4  1 19  0  0.000000  1    0.636191162199E-04                     
+AS R06  2009  4  1 19  0  0.000000  1   -0.169267045085E-03                     
+AS R07  2009  4  1 19  0  0.000000  1   -0.891389201955E-04                     
+AS R08  2009  4  1 19  0  0.000000  1   -0.101975358767E-03                     
+AS R10  2009  4  1 19  0  0.000000  1   -0.140823113990E-03                     
+AS R11  2009  4  1 19  0  0.000000  1   -0.926529795098E-04                     
+AS R13  2009  4  1 19  0  0.000000  1   -0.230672354616E-03                     
+AS R14  2009  4  1 19  0  0.000000  1   -0.795352835369E-04                     
+AS R15  2009  4  1 19  0  0.000000  1    0.921411359577E-04                     
+AS R17  2009  4  1 19  0  0.000000  1   -0.261290516939E-03                     
+AS R18  2009  4  1 19  0  0.000000  1   -0.135661981005E-05                     
+AS R19  2009  4  1 19  0  0.000000  1   -0.894487767756E-04                     
+AS R20  2009  4  1 19  0  0.000000  1   -0.650172757537E-04                     
+AS R21  2009  4  1 19  0  0.000000  1   -0.143376271060E-03                     
+AS R22  2009  4  1 19  0  0.000000  1   -0.201648635008E-03                     
+AS R23  2009  4  1 19  0  0.000000  1   -0.200165469860E-03                     
+AR ALGO 2009  4  1 19  0  0.000000  1    0.811841655025E-04                     
+AR ALIC 2009  4  1 19  0  0.000000  1    0.500489280164E-08                     
+AR AMC2 2009  4  1 19  0  0.000000  1    0.260660882921E-08                     
+AR ANKR 2009  4  1 19  0  0.000000  1    0.390148314588E-03                     
+AR ARTU 2009  4  1 19  0  0.000000  1   -0.522064251178E-07                     
+AR ASPA 2009  4  1 19  0  0.000000  1    0.247906891625E-07                     
+AR BHR1 2009  4  1 19  0  0.000000  1    0.563383228584E-03                     
+AR BARH 2009  4  1 19  0  0.000000  1    0.768162030688E-09                     
+AR BJFS 2009  4  1 19  0  0.000000  1   -0.556808681376E-07                     
+AR BOGT 2009  4  1 19  0  0.000000  1   -0.524946754978E-07                     
+AR BRMU 2009  4  1 19  0  0.000000  1   -0.459794516711E-03                     
+AR CAGZ 2009  4  1 19  0  0.000000  1   -0.465316523668E-03                     
+AR CAS1 2009  4  1 19  0  0.000000  1    0.113635770717E-07                     
+AR CHAT 2009  4  1 19  0  0.000000  1   -0.714897722991E-07                     
+AR CHPI 2009  4  1 19  0  0.000000  1   -0.700106647300E-07                     
+AR COCO 2009  4  1 19  0  0.000000  1    0.227662016162E-03                     
+AR CONZ 2009  4  1 19  0  0.000000  1    0.388729768920E-04                     
+AR CRAR 2009  4  1 19  0  0.000000  1   -0.202389791274E-03                     
+AR CRO1 2009  4  1 19  0  0.000000  1    0.665108382514E-03                     
+AR DAEJ 2009  4  1 19  0  0.000000  1   -0.196515391886E-03                     
+AR DARW 2009  4  1 19  0  0.000000  1    0.416164091881E-08                     
+AR DGAR 2009  4  1 19  0  0.000000  1   -0.721947050505E-07                     
+AR DRAO 2009  4  1 19  0  0.000000  1    0.136326572873E-05                     
+AR FAA1 2009  4  1 19  0  0.000000  1   -0.660887412676E-08                     
+AR FAIR 2009  4  1 19  0  0.000000  1   -0.567041123296E-07                     
+AR GLPS 2009  4  1 19  0  0.000000  1   -0.767333200442E-07                     
+AR GUAM 2009  4  1 19  0  0.000000  1   -0.485966202245E-07                     
+AR GUAT 2009  4  1 19  0  0.000000  1    0.185084256234E-07                     
+AR HOB2 2009  4  1 19  0  0.000000  1    0.902456044728E-07                     
+AR HOFN 2009  4  1 19  0  0.000000  1   -0.152752192673E-03                     
+AR HOLM 2009  4  1 19  0  0.000000  1   -0.492601236453E-07                     
+AR HRAO 2009  4  1 19  0  0.000000  1    0.849471699941E-03                     
+AR HYDE 2009  4  1 19  0  0.000000  1    0.723642462589E-08                     
+AR IRKJ 2009  4  1 19  0  0.000000  1    0.163746601712E-03                     
+AR ISPA 2009  4  1 19  0  0.000000  1   -0.669484068719E-07                     
+AR KARR 2009  4  1 19  0  0.000000  1   -0.527372203305E-07                     
+AR KERG 2009  4  1 19  0  0.000000  1    0.817499259581E-03                     
+AR KHAJ 2009  4  1 19  0  0.000000  1   -0.150708318277E-05                     
+AR KIR0 2009  4  1 19  0  0.000000  1    0.282550301324E-03                     
+AR KIRU 2009  4  1 19  0  0.000000  1    0.591402035269E-03                     
+AR KIT3 2009  4  1 19  0  0.000000  1    0.854714967545E-08                     
+AR KOUR 2009  4  1 19  0  0.000000  1    0.125015392220E-03                     
+AR KUNM 2009  4  1 19  0  0.000000  1    0.780636877478E-08                     
+AR LHAZ 2009  4  1 19  0  0.000000  1    0.153463633823E-03                     
+AR MAL2 2009  4  1 19  0  0.000000  1   -0.172438124314E-07                     
+AR MAS1 2009  4  1 19  0  0.000000  1   -0.101608985277E-03                     
+AR MAW1 2009  4  1 19  0  0.000000  1    0.108511999293E-08                     
+AR MCIL 2009  4  1 19  0  0.000000  1    0.308200003592E-07                     
+AR MCM4 2009  4  1 19  0  0.000000  1   -0.475308634092E-07                     
+AR MDO1 2009  4  1 19  0  0.000000  1   -0.531469349960E-07                     
+AR MDVJ 2009  4  1 19  0  0.000000  1    0.438552529705E-03                     
+AR MKEA 2009  4  1 19  0  0.000000  1   -0.495086832594E-07                     
+AR MOBS 2009  4  1 19  0  0.000000  1    0.184635038047E-08                     
+AR NANO 2009  4  1 19  0  0.000000  1    0.448938646377E-08                     
+AR NLIB 2009  4  1 19  0  0.000000  1   -0.117177415708E-06                     
+AR NNOR 2009  4  1 19  0  0.000000  1    0.365801376379E-03                     
+AR NRC1 2009  4  1 19  0  0.000000  1   -0.448353030600E-05                     
+AR NRIL 2009  4  1 19  0  0.000000  1   -0.376111605848E-07                     
+AR NRMD 2009  4  1 19  0  0.000000  1    0.282038453731E-07                     
+AR NTUS 2009  4  1 19  0  0.000000  1   -0.413072923585E-08                     
+AR NYAL 2009  4  1 19  0  0.000000  1    0.954554077171E-07                     
+AR OHI3 2009  4  1 19  0  0.000000  1   -0.121491378651E-04                     
+AR ONSA 2009  4  1 19  0  0.000000  1   -0.324815920310E-04                     
+AR PDEL 2009  4  1 19  0  0.000000  1   -0.618311529553E-08                     
+AR PERT 2009  4  1 19  0  0.000000  1   -0.561041399525E-07                     
+AR PETP 2009  4  1 19  0  0.000000  1   -0.499351301677E-07                     
+AR PIMO 2009  4  1 19  0  0.000000  1   -0.499887167485E-07                     
+AR QAQ1 2009  4  1 19  0  0.000000  1   -0.643476048787E-07                     
+AR QUIN 2009  4  1 19  0  0.000000  1   -0.471166883061E-07                     
+AR RABT 2009  4  1 19  0  0.000000  1   -0.586677907517E-07                     
+AR RAMO 2009  4  1 19  0  0.000000  1   -0.496566082390E-07                     
+AR RCMN 2009  4  1 19  0  0.000000  1    0.829694270866E-08                     
+AR REDU 2009  4  1 19  0  0.000000  1   -0.549698231431E-07                     
+AR REUN 2009  4  1 19  0  0.000000  1    0.241209348583E-07                     
+AR REYK 2009  4  1 19  0  0.000000  1   -0.255346478684E-03                     
+AR SCH2 2009  4  1 19  0  0.000000  1    0.190325565782E-03                     
+AR SCUB 2009  4  1 19  0  0.000000  1   -0.640749162985E-07                     
+AR STJO 2009  4  1 19  0  0.000000  1   -0.706548200915E-05                     
+AR SYDN 2009  4  1 19  0  0.000000  1    0.141147649145E-05                     
+AR SYOG 2009  4  1 19  0  0.000000  1    0.140139489599E-04                     
+AR THU2 2009  4  1 19  0  0.000000  1    0.302047058290E-03                     
+AR TOW2 2009  4  1 19  0  0.000000  1    0.501707703517E-08                     
+AR URUM 2009  4  1 19  0  0.000000  1    0.258870334677E-03                     
+AR VESL 2009  4  1 19  0  0.000000  1   -0.279072317520E-03                     
+AR VILL 2009  4  1 19  0  0.000000  1   -0.629936571724E-07                     
+AR WTZR 2009  4  1 19  0  0.000000  1    0.468317493436E-07                     
+AR WUHN 2009  4  1 19  0  0.000000  1   -0.548140848237E-07                     
+AR YSSK 2009  4  1 19  0  0.000000  1   -0.591290551484E-07                     
+AR ZIM2 2009  4  1 19  0  0.000000  1    0.225850519311E-07                     
+AR XMIS 2009  4  1 19  0  0.000000  1   -0.209316792384E-08                     
+AR GODZ 2009  4  1 19  0  0.000000  1   -0.469118228136E-03                     
+AR MTKA 2009  4  1 19  0  0.000000  1   -0.506251706573E-07                     
+AR TIXJ 2009  4  1 19  0  0.000000  1   -0.106986259907E-03                     
+AR PARK 2009  4  1 19  0  0.000000  1    0.809259291645E-06                     
+AR UNBJ 2009  4  1 19  0  0.000000  1   -0.179916049607E-03                     
+AR NOVM 2009  4  1 19  0  0.000000  1    0.798331949099E-04                     
+AR SUNM 2009  4  1 19  0  0.000000  1    0.219433643222E-03                     
+AR CEBR 2009  4  1 19  0  0.000000  1    0.719432036297E-03                     
+AR CPXF 2009  4  1 19  0  0.000000  1    0.328920129328E-08                     
+AR IDDR 2009  4  1 19  0  0.000000  1    0.102746386655E-07                     
+AR AZGB 2009  4  1 19  0  0.000000  1   -0.441448309316E-03                     
+AR TN22 2009  4  1 19  0  0.000000  1   -0.140551223506E-03                     
+AR ETAD 2009  4  1 19  0  0.000000  1    0.211418194947E-07                     
+AR ILHA 2009  4  1 19  0  0.000000  1   -0.386735423011E-09                     
+AR POVE 2009  4  1 19  0  0.000000  1    0.311904404998E-08                     
+AR RECF 2009  4  1 19  0  0.000000  1    0.218492121058E-07                     
+AR SALU 2009  4  1 19  0  0.000000  1    0.150678103166E-07                     
+AR SAVO 2009  4  1 19  0  0.000000  1    0.244832614511E-07                     
+AR UFPR 2009  4  1 19  0  0.000000  1    0.327328540864E-07                     
+AR YELL 2009  4  1 19  0  0.000000  1    0.249187000000E-06                     
+AS G32  2009  4  1 19  5  0.000000  1    0.280063279594E-03                     
+AS G24  2009  4  1 19  5  0.000000  1    0.177905916467E-03                     
+AS G25  2009  4  1 19  5  0.000000  1    0.335090927948E-03                     
+AS G26  2009  4  1 19  5  0.000000  1    0.545118459576E-04                     
+AS G27  2009  4  1 19  5  0.000000  1    0.372154442114E-04                     
+AS G30  2009  4  1 19  5  0.000000  1    0.136324921262E-03                     
+AS G03  2009  4  1 19  5  0.000000  1    0.373606167513E-03                     
+AS G04  2009  4  1 19  5  0.000000  1   -0.350769218112E-04                     
+AS G06  2009  4  1 19  5  0.000000  1    0.606748921811E-04                     
+AS G08  2009  4  1 19  5  0.000000  1   -0.196587019527E-03                     
+AS G09  2009  4  1 19  5  0.000000  1    0.485100281861E-04                     
+AS G10  2009  4  1 19  5  0.000000  1   -0.136431553638E-04                     
+AS G14  2009  4  1 19  5  0.000000  1   -0.132249640302E-03                     
+AS G13  2009  4  1 19  5  0.000000  1    0.293291787713E-03                     
+AS G28  2009  4  1 19  5  0.000000  1   -0.238354893156E-04                     
+AS G21  2009  4  1 19  5  0.000000  1    0.214757836756E-04                     
+AS G11  2009  4  1 19  5  0.000000  1    0.271914082401E-05                     
+AS G22  2009  4  1 19  5  0.000000  1    0.202410158169E-03                     
+AS G20  2009  4  1 19  5  0.000000  1    0.865318305000E-04                     
+AS G18  2009  4  1 19  5  0.000000  1   -0.694338099551E-04                     
+AS G16  2009  4  1 19  5  0.000000  1    0.629211518059E-04                     
+AS G19  2009  4  1 19  5  0.000000  1    0.293350160061E-04                     
+AS G23  2009  4  1 19  5  0.000000  1    0.388998846926E-03                     
+AS G02  2009  4  1 19  5  0.000000  1    0.153918810227E-03                     
+AS G31  2009  4  1 19  5  0.000000  1   -0.565010951089E-04                     
+AS G17  2009  4  1 19  5  0.000000  1    0.524809217558E-04                     
+AS G12  2009  4  1 19  5  0.000000  1   -0.299409065366E-03                     
+AS G15  2009  4  1 19  5  0.000000  1   -0.276125175477E-03                     
+AS G29  2009  4  1 19  5  0.000000  1    0.495989186939E-05                     
+AS G07  2009  4  1 19  5  0.000000  1    0.209677645807E-04                     
+AS R02  2009  4  1 19  5  0.000000  1    0.205714677575E-04                     
+AS R03  2009  4  1 19  5  0.000000  1   -0.343615994370E-04                     
+AS R04  2009  4  1 19  5  0.000000  1    0.636170353541E-04                     
+AS R06  2009  4  1 19  5  0.000000  1   -0.169268031346E-03                     
+AS R07  2009  4  1 19  5  0.000000  1   -0.891383763993E-04                     
+AS R08  2009  4  1 19  5  0.000000  1   -0.101975210111E-03                     
+AS R10  2009  4  1 19  5  0.000000  1   -0.140822683175E-03                     
+AS R11  2009  4  1 19  5  0.000000  1   -0.926535622981E-04                     
+AS R13  2009  4  1 19  5  0.000000  1   -0.230672711379E-03                     
+AS R14  2009  4  1 19  5  0.000000  1   -0.795349658628E-04                     
+AS R15  2009  4  1 19  5  0.000000  1    0.921417843282E-04                     
+AS R17  2009  4  1 19  5  0.000000  1   -0.261291095953E-03                     
+AS R18  2009  4  1 19  5  0.000000  1   -0.135688208329E-05                     
+AS R19  2009  4  1 19  5  0.000000  1   -0.894491302395E-04                     
+AS R20  2009  4  1 19  5  0.000000  1   -0.650169022734E-04                     
+AS R21  2009  4  1 19  5  0.000000  1   -0.143376427792E-03                     
+AS R22  2009  4  1 19  5  0.000000  1   -0.201649645672E-03                     
+AS R23  2009  4  1 19  5  0.000000  1   -0.200163249072E-03                     
+AR ALGO 2009  4  1 19  5  0.000000  1    0.811870225072E-04                     
+AR ALIC 2009  4  1 19  5  0.000000  1    0.470208207539E-08                     
+AR AMC2 2009  4  1 19  5  0.000000  1    0.261811122175E-08                     
+AR ANKR 2009  4  1 19  5  0.000000  1    0.452225047430E-03                     
+AR ARTU 2009  4  1 19  5  0.000000  1   -0.498604832900E-07                     
+AR ASPA 2009  4  1 19  5  0.000000  1    0.244258510713E-07                     
+AR BHR1 2009  4  1 19  5  0.000000  1    0.563382978878E-03                     
+AR BARH 2009  4  1 19  5  0.000000  1   -0.143945729869E-09                     
+AR BJFS 2009  4  1 19  5  0.000000  1   -0.569341161946E-07                     
+AR BOGT 2009  4  1 19  5  0.000000  1   -0.560677702808E-07                     
+AR BRMU 2009  4  1 19  5  0.000000  1    0.349066556193E-04                     
+AR CAGZ 2009  4  1 19  5  0.000000  1   -0.241578891275E-03                     
+AR CAS1 2009  4  1 19  5  0.000000  1    0.107542265350E-07                     
+AR CHAT 2009  4  1 19  5  0.000000  1   -0.681974234021E-07                     
+AR CHPI 2009  4  1 19  5  0.000000  1   -0.701132534382E-07                     
+AR COCO 2009  4  1 19  5  0.000000  1    0.227660296466E-03                     
+AR CONZ 2009  4  1 19  5  0.000000  1   -0.955407714169E-04                     
+AR CRAR 2009  4  1 19  5  0.000000  1   -0.227474125262E-03                     
+AR CRO1 2009  4  1 19  5  0.000000  1    0.665108404610E-03                     
+AR DAEJ 2009  4  1 19  5  0.000000  1   -0.196515991768E-03                     
+AR DARW 2009  4  1 19  5  0.000000  1    0.149588873065E-08                     
+AR DGAR 2009  4  1 19  5  0.000000  1   -0.709868667806E-07                     
+AR DRAO 2009  4  1 19  5  0.000000  1    0.139988726536E-05                     
+AR FAA1 2009  4  1 19  5  0.000000  1   -0.817221445004E-08                     
+AR FAIR 2009  4  1 19  5  0.000000  1   -0.565828257894E-07                     
+AR GLPS 2009  4  1 19  5  0.000000  1   -0.762156268808E-07                     
+AR GUAM 2009  4  1 19  5  0.000000  1   -0.484715453506E-07                     
+AR GUAT 2009  4  1 19  5  0.000000  1    0.183364161656E-07                     
+AR HOB2 2009  4  1 19  5  0.000000  1    0.902444258766E-07                     
+AR HOFN 2009  4  1 19  5  0.000000  1   -0.757318988633E-04                     
+AR HOLM 2009  4  1 19  5  0.000000  1   -0.513820975448E-07                     
+AR HRAO 2009  4  1 19  5  0.000000  1    0.849471763312E-03                     
+AR HYDE 2009  4  1 19  5  0.000000  1    0.353661745053E-08                     
+AR IRKJ 2009  4  1 19  5  0.000000  1    0.163746602436E-03                     
+AR ISPA 2009  4  1 19  5  0.000000  1   -0.637489169964E-07                     
+AR KARR 2009  4  1 19  5  0.000000  1   -0.495041052456E-07                     
+AR KERG 2009  4  1 19  5  0.000000  1    0.817499426983E-03                     
+AR KHAJ 2009  4  1 19  5  0.000000  1   -0.150707087048E-05                     
+AR KIR0 2009  4  1 19  5  0.000000  1    0.282543545551E-03                     
+AR KIRU 2009  4  1 19  5  0.000000  1    0.591400938243E-03                     
+AR KIT3 2009  4  1 19  5  0.000000  1    0.516034606599E-08                     
+AR KOUR 2009  4  1 19  5  0.000000  1    0.125015397371E-03                     
+AR KUNM 2009  4  1 19  5  0.000000  1    0.569736604627E-08                     
+AR LHAZ 2009  4  1 19  5  0.000000  1    0.175825598029E-03                     
+AR MAL2 2009  4  1 19  5  0.000000  1   -0.209009232643E-07                     
+AR MAS1 2009  4  1 19  5  0.000000  1   -0.101608552234E-03                     
+AR MAW1 2009  4  1 19  5  0.000000  1    0.185134403935E-08                     
+AR MCIL 2009  4  1 19  5  0.000000  1    0.300355369232E-07                     
+AR MCM4 2009  4  1 19  5  0.000000  1   -0.481847968089E-07                     
+AR MDO1 2009  4  1 19  5  0.000000  1   -0.547201412165E-07                     
+AR MDVJ 2009  4  1 19  5  0.000000  1    0.438552503891E-03                     
+AR MKEA 2009  4  1 19  5  0.000000  1   -0.504058729432E-07                     
+AR MOBS 2009  4  1 19  5  0.000000  1    0.122010840855E-08                     
+AR NANO 2009  4  1 19  5  0.000000  1    0.465324409515E-08                     
+AR NLIB 2009  4  1 19  5  0.000000  1   -0.118249632338E-06                     
+AR NNOR 2009  4  1 19  5  0.000000  1    0.365800819058E-03                     
+AR NRC1 2009  4  1 19  5  0.000000  1   -0.448352681317E-05                     
+AR NRIL 2009  4  1 19  5  0.000000  1   -0.367832208853E-07                     
+AR NRMD 2009  4  1 19  5  0.000000  1    0.270708706636E-07                     
+AR NTUS 2009  4  1 19  5  0.000000  1   -0.285871752345E-08                     
+AR NYAL 2009  4  1 19  5  0.000000  1    0.954595874650E-07                     
+AR OHI3 2009  4  1 19  5  0.000000  1    0.105752834721E-03                     
+AR ONSA 2009  4  1 19  5  0.000000  1   -0.324816556119E-04                     
+AR PDEL 2009  4  1 19  5  0.000000  1   -0.680744361629E-08                     
+AR PERT 2009  4  1 19  5  0.000000  1   -0.589807975750E-07                     
+AR PETP 2009  4  1 19  5  0.000000  1   -0.514715669993E-07                     
+AR PIMO 2009  4  1 19  5  0.000000  1   -0.489984936938E-07                     
+AR QAQ1 2009  4  1 19  5  0.000000  1   -0.648480954090E-07                     
+AR QUIN 2009  4  1 19  5  0.000000  1   -0.465521973904E-07                     
+AR RABT 2009  4  1 19  5  0.000000  1   -0.581963392834E-07                     
+AR RAMO 2009  4  1 19  5  0.000000  1   -0.251695796098E-07                     
+AR RCMN 2009  4  1 19  5  0.000000  1    0.746752741896E-08                     
+AR REDU 2009  4  1 19  5  0.000000  1   -0.552446544828E-07                     
+AR REUN 2009  4  1 19  5  0.000000  1    0.224611172455E-07                     
+AR REYK 2009  4  1 19  5  0.000000  1   -0.253660178397E-03                     
+AR SCH2 2009  4  1 19  5  0.000000  1    0.190342342143E-03                     
+AR SCUB 2009  4  1 19  5  0.000000  1   -0.625221990571E-07                     
+AR STJO 2009  4  1 19  5  0.000000  1   -0.706578498830E-05                     
+AR SYDN 2009  4  1 19  5  0.000000  1    0.141148489226E-05                     
+AR SYOG 2009  4  1 19  5  0.000000  1    0.140136473711E-04                     
+AR THU2 2009  4  1 19  5  0.000000  1    0.300044702143E-03                     
+AR TOW2 2009  4  1 19  5  0.000000  1    0.281182284940E-08                     
+AR URUM 2009  4  1 19  5  0.000000  1    0.184630651480E-03                     
+AR VESL 2009  4  1 19  5  0.000000  1   -0.242816913319E-03                     
+AR VILL 2009  4  1 19  5  0.000000  1   -0.625881121982E-07                     
+AR WTZR 2009  4  1 19  5  0.000000  1    0.468173246031E-07                     
+AR WUHN 2009  4  1 19  5  0.000000  1   -0.552569540769E-07                     
+AR YSSK 2009  4  1 19  5  0.000000  1   -0.593962915512E-07                     
+AR ZIM2 2009  4  1 19  5  0.000000  1    0.210200078442E-07                     
+AR XMIS 2009  4  1 19  5  0.000000  1   -0.194498115200E-08                     
+AR GODZ 2009  4  1 19  5  0.000000  1   -0.469118206963E-03                     
+AR MTKA 2009  4  1 19  5  0.000000  1   -0.524217122892E-07                     
+AR TIXJ 2009  4  1 19  5  0.000000  1   -0.109328752564E-03                     
+AR PARK 2009  4  1 19  5  0.000000  1    0.809340315314E-06                     
+AR UNBJ 2009  4  1 19  5  0.000000  1   -0.256653888249E-03                     
+AR NOVM 2009  4  1 19  5  0.000000  1    0.798331538364E-04                     
+AR SUNM 2009  4  1 19  5  0.000000  1    0.630542384445E-04                     
+AR CEBR 2009  4  1 19  5  0.000000  1    0.719432023022E-03                     
+AR CPXF 2009  4  1 19  5  0.000000  1    0.413577913215E-08                     
+AR IDDR 2009  4  1 19  5  0.000000  1    0.945185107811E-08                     
+AR AZGB 2009  4  1 19  5  0.000000  1    0.419183955131E-03                     
+AR TN22 2009  4  1 19  5  0.000000  1   -0.214382719317E-03                     
+AR ETAD 2009  4  1 19  5  0.000000  1    0.238045101726E-07                     
+AR ILHA 2009  4  1 19  5  0.000000  1    0.878691048894E-09                     
+AR POVE 2009  4  1 19  5  0.000000  1    0.271000979389E-08                     
+AR SALU 2009  4  1 19  5  0.000000  1    0.177193215368E-07                     
+AR SAVO 2009  4  1 19  5  0.000000  1    0.228781466910E-07                     
+AR UFPR 2009  4  1 19  5  0.000000  1    0.321259600874E-07                     
+AR YELL 2009  4  1 19  5  0.000000  1    0.249257000000E-06                     
+AS G32  2009  4  1 19 10  0.000000  1    0.280061893794E-03                     
+AS G24  2009  4  1 19 10  0.000000  1    0.177906844432E-03                     
+AS G25  2009  4  1 19 10  0.000000  1    0.335097408493E-03                     
+AS G26  2009  4  1 19 10  0.000000  1    0.545124581147E-04                     
+AS G27  2009  4  1 19 10  0.000000  1    0.372166210156E-04                     
+AS G30  2009  4  1 19 10  0.000000  1    0.136324821215E-03                     
+AS G03  2009  4  1 19 10  0.000000  1    0.373607357436E-03                     
+AS G04  2009  4  1 19 10  0.000000  1   -0.350814348225E-04                     
+AS G06  2009  4  1 19 10  0.000000  1    0.606802700021E-04                     
+AS G08  2009  4  1 19 10  0.000000  1   -0.196587502958E-03                     
+AS G09  2009  4  1 19 10  0.000000  1    0.485097810489E-04                     
+AS G10  2009  4  1 19 10  0.000000  1   -0.136436357473E-04                     
+AS G14  2009  4  1 19 10  0.000000  1   -0.132247807163E-03                     
+AS G13  2009  4  1 19 10  0.000000  1    0.293292168154E-03                     
+AS G28  2009  4  1 19 10  0.000000  1   -0.238355307185E-04                     
+AS G21  2009  4  1 19 10  0.000000  1    0.214753539113E-04                     
+AS G11  2009  4  1 19 10  0.000000  1    0.271874152357E-05                     
+AS G22  2009  4  1 19 10  0.000000  1    0.202410104692E-03                     
+AS G20  2009  4  1 19 10  0.000000  1    0.865313822523E-04                     
+AS G18  2009  4  1 19 10  0.000000  1   -0.694329543521E-04                     
+AS G16  2009  4  1 19 10  0.000000  1    0.629202272594E-04                     
+AS G19  2009  4  1 19 10  0.000000  1    0.293350220185E-04                     
+AS G23  2009  4  1 19 10  0.000000  1    0.388998742865E-03                     
+AS G02  2009  4  1 19 10  0.000000  1    0.153918698938E-03                     
+AS G31  2009  4  1 19 10  0.000000  1   -0.565012558456E-04                     
+AS G17  2009  4  1 19 10  0.000000  1    0.524812540645E-04                     
+AS G12  2009  4  1 19 10  0.000000  1   -0.299407790134E-03                     
+AS G15  2009  4  1 19 10  0.000000  1   -0.276126380932E-03                     
+AS G29  2009  4  1 19 10  0.000000  1    0.496113020084E-05                     
+AS G07  2009  4  1 19 10  0.000000  1    0.209676626498E-04                     
+AS R02  2009  4  1 19 10  0.000000  1    0.205705212094E-04                     
+AS R03  2009  4  1 19 10  0.000000  1   -0.343624886340E-04                     
+AS R04  2009  4  1 19 10  0.000000  1    0.636161643673E-04                     
+AS R06  2009  4  1 19 10  0.000000  1   -0.169267837759E-03                     
+AS R07  2009  4  1 19 10  0.000000  1   -0.891381577159E-04                     
+AS R08  2009  4  1 19 10  0.000000  1   -0.101975031821E-03                     
+AS R10  2009  4  1 19 10  0.000000  1   -0.140822745539E-03                     
+AS R11  2009  4  1 19 10  0.000000  1   -0.926537855135E-04                     
+AS R13  2009  4  1 19 10  0.000000  1   -0.230673022403E-03                     
+AS R14  2009  4  1 19 10  0.000000  1   -0.795341817414E-04                     
+AS R15  2009  4  1 19 10  0.000000  1    0.921422482435E-04                     
+AS R17  2009  4  1 19 10  0.000000  1   -0.261291367167E-03                     
+AS R18  2009  4  1 19 10  0.000000  1   -0.135694797417E-05                     
+AS R19  2009  4  1 19 10  0.000000  1   -0.894495167143E-04                     
+AS R20  2009  4  1 19 10  0.000000  1   -0.650165905605E-04                     
+AS R21  2009  4  1 19 10  0.000000  1   -0.143376625187E-03                     
+AS R22  2009  4  1 19 10  0.000000  1   -0.201650740732E-03                     
+AS R23  2009  4  1 19 10  0.000000  1   -0.200162139941E-03                     
+AR ALGO 2009  4  1 19 10  0.000000  1    0.811899169106E-04                     
+AR ALIC 2009  4  1 19 10  0.000000  1    0.495070807071E-08                     
+AR AMC2 2009  4  1 19 10  0.000000  1    0.261651671791E-08                     
+AR ANKR 2009  4  1 19 10  0.000000  1   -0.485669360846E-03                     
+AR ARTU 2009  4  1 19 10  0.000000  1   -0.516532258165E-07                     
+AR ASPA 2009  4  1 19 10  0.000000  1    0.240707732810E-07                     
+AR BHR1 2009  4  1 19 10  0.000000  1    0.563383182975E-03                     
+AR BARH 2009  4  1 19 10  0.000000  1    0.205942168874E-08                     
+AR BJFS 2009  4  1 19 10  0.000000  1   -0.587988054144E-07                     
+AR BOGT 2009  4  1 19 10  0.000000  1   -0.618198141584E-07                     
+AR BRMU 2009  4  1 19 10  0.000000  1   -0.470154349271E-03                     
+AR CAGZ 2009  4  1 19 10  0.000000  1   -0.178241620882E-04                     
+AR CAS1 2009  4  1 19 10  0.000000  1    0.867543852831E-08                     
+AR CHAT 2009  4  1 19 10  0.000000  1   -0.719285139380E-07                     
+AR CHPI 2009  4  1 19 10  0.000000  1   -0.715942865347E-07                     
+AR COCO 2009  4  1 19 10  0.000000  1    0.227658536708E-03                     
+AR CONZ 2009  4  1 19 10  0.000000  1   -0.230385882651E-03                     
+AR CRAR 2009  4  1 19 10  0.000000  1   -0.252534580471E-03                     
+AR CRO1 2009  4  1 19 10  0.000000  1    0.665108396272E-03                     
+AR DAEJ 2009  4  1 19 10  0.000000  1   -0.196515624689E-03                     
+AR DARW 2009  4  1 19 10  0.000000  1   -0.175935190863E-08                     
+AR DGAR 2009  4  1 19 10  0.000000  1   -0.739234864618E-07                     
+AR DRAO 2009  4  1 19 10  0.000000  1    0.143669469893E-05                     
+AR FAA1 2009  4  1 19 10  0.000000  1   -0.662096354431E-08                     
+AR FAIR 2009  4  1 19 10  0.000000  1   -0.531527476055E-07                     
+AR GLPS 2009  4  1 19 10  0.000000  1   -0.760813455821E-07                     
+AR GUAM 2009  4  1 19 10  0.000000  1   -0.481820094563E-07                     
+AR GUAT 2009  4  1 19 10  0.000000  1    0.167518798273E-07                     
+AR HOB2 2009  4  1 19 10  0.000000  1    0.902613937855E-07                     
+AR HOFN 2009  4  1 19 10  0.000000  1    0.129056322881E-05                     
+AR HOLM 2009  4  1 19 10  0.000000  1   -0.494357130227E-07                     
+AR HRAO 2009  4  1 19 10  0.000000  1    0.849471852078E-03                     
+AR HYDE 2009  4  1 19 10  0.000000  1    0.336798366519E-08                     
+AR IRKJ 2009  4  1 19 10  0.000000  1    0.163746574630E-03                     
+AR ISPA 2009  4  1 19 10  0.000000  1   -0.633335756095E-07                     
+AR KARR 2009  4  1 19 10  0.000000  1   -0.508572281662E-07                     
+AR KERG 2009  4  1 19 10  0.000000  1    0.817499032387E-03                     
+AR KHAJ 2009  4  1 19 10  0.000000  1   -0.150708755471E-05                     
+AR KIR0 2009  4  1 19 10  0.000000  1    0.282536863529E-03                     
+AR KIRU 2009  4  1 19 10  0.000000  1    0.591400318021E-03                     
+AR KIT3 2009  4  1 19 10  0.000000  1   -0.128959204674E-08                     
+AR KOUR 2009  4  1 19 10  0.000000  1    0.125015411703E-03                     
+AR KUNM 2009  4  1 19 10  0.000000  1   -0.824080457717E-09                     
+AR LHAZ 2009  4  1 19 10  0.000000  1    0.198250788630E-03                     
+AR MAL2 2009  4  1 19 10  0.000000  1   -0.158579510869E-07                     
+AR MAS1 2009  4  1 19 10  0.000000  1   -0.101608149622E-03                     
+AR MAW1 2009  4  1 19 10  0.000000  1    0.273093303667E-08                     
+AR MCIL 2009  4  1 19 10  0.000000  1    0.283563349200E-07                     
+AR MCM4 2009  4  1 19 10  0.000000  1   -0.534789625703E-07                     
+AR MDO1 2009  4  1 19 10  0.000000  1   -0.410414586760E-07                     
+AR MDVJ 2009  4  1 19 10  0.000000  1    0.438552493670E-03                     
+AR MKEA 2009  4  1 19 10  0.000000  1   -0.472821753361E-07                     
+AR MOBS 2009  4  1 19 10  0.000000  1    0.351915818578E-08                     
+AR NANO 2009  4  1 19 10  0.000000  1    0.485897000149E-08                     
+AR NLIB 2009  4  1 19 10  0.000000  1   -0.117721910792E-06                     
+AR NNOR 2009  4  1 19 10  0.000000  1    0.365800811781E-03                     
+AR NRC1 2009  4  1 19 10  0.000000  1   -0.448349183608E-05                     
+AR NRIL 2009  4  1 19 10  0.000000  1   -0.376790735760E-07                     
+AR NRMD 2009  4  1 19 10  0.000000  1    0.268556101341E-07                     
+AR NTUS 2009  4  1 19 10  0.000000  1   -0.222470602290E-08                     
+AR NYAL 2009  4  1 19 10  0.000000  1    0.954500728261E-07                     
+AR OHI3 2009  4  1 19 10  0.000000  1    0.223143117840E-03                     
+AR ONSA 2009  4  1 19 10  0.000000  1   -0.324817101551E-04                     
+AR PDEL 2009  4  1 19 10  0.000000  1   -0.554025568194E-08                     
+AR PERT 2009  4  1 19 10  0.000000  1   -0.581228472437E-07                     
+AR PETP 2009  4  1 19 10  0.000000  1   -0.518875431969E-07                     
+AR PIMO 2009  4  1 19 10  0.000000  1   -0.502223686201E-07                     
+AR QAQ1 2009  4  1 19 10  0.000000  1   -0.607902516553E-07                     
+AR QUIN 2009  4  1 19 10  0.000000  1   -0.468816560475E-07                     
+AR RABT 2009  4  1 19 10  0.000000  1   -0.575554007703E-07                     
+AR RAMO 2009  4  1 19 10  0.000000  1    0.922252923849E-07                     
+AR RCMN 2009  4  1 19 10  0.000000  1    0.421315434165E-08                     
+AR REDU 2009  4  1 19 10  0.000000  1   -0.485888990566E-07                     
+AR REUN 2009  4  1 19 10  0.000000  1    0.219305451810E-07                     
+AR REYK 2009  4  1 19 10  0.000000  1   -0.252181982829E-03                     
+AR SCH2 2009  4  1 19 10  0.000000  1    0.190359539740E-03                     
+AR SCUB 2009  4  1 19 10  0.000000  1   -0.610824124756E-07                     
+AR STJO 2009  4  1 19 10  0.000000  1   -0.706608904170E-05                     
+AR SYDN 2009  4  1 19 10  0.000000  1    0.141151837898E-05                     
+AR SYOG 2009  4  1 19 10  0.000000  1    0.140134472436E-04                     
+AR THU2 2009  4  1 19 10  0.000000  1    0.298042501831E-03                     
+AR TOW2 2009  4  1 19 10  0.000000  1    0.470325964408E-08                     
+AR URUM 2009  4  1 19 10  0.000000  1    0.110473097886E-03                     
+AR VESL 2009  4  1 19 10  0.000000  1   -0.206596481317E-03                     
+AR VILL 2009  4  1 19 10  0.000000  1   -0.631056230381E-07                     
+AR WTZR 2009  4  1 19 10  0.000000  1    0.468220312028E-07                     
+AR WUHN 2009  4  1 19 10  0.000000  1   -0.535578112726E-07                     
+AR YSSK 2009  4  1 19 10  0.000000  1   -0.596601078222E-07                     
+AR ZIM2 2009  4  1 19 10  0.000000  1    0.198784911833E-07                     
+AR XMIS 2009  4  1 19 10  0.000000  1   -0.266331580888E-08                     
+AR GODZ 2009  4  1 19 10  0.000000  1   -0.469118218879E-03                     
+AR MTKA 2009  4  1 19 10  0.000000  1   -0.566025199794E-07                     
+AR TIXJ 2009  4  1 19 10  0.000000  1   -0.111665907197E-03                     
+AR PARK 2009  4  1 19 10  0.000000  1    0.809418382122E-06                     
+AR UNBJ 2009  4  1 19 10  0.000000  1   -0.334037367679E-03                     
+AR NOVM 2009  4  1 19 10  0.000000  1    0.798331596021E-04                     
+AR SUNM 2009  4  1 19 10  0.000000  1   -0.931141642890E-04                     
+AR CEBR 2009  4  1 19 10  0.000000  1    0.719432021920E-03                     
+AR CPXF 2009  4  1 19 10  0.000000  1    0.480012159791E-08                     
+AR IDDR 2009  4  1 19 10  0.000000  1    0.855694129089E-08                     
+AR AZGB 2009  4  1 19 10  0.000000  1    0.280001594037E-03                     
+AR TN22 2009  4  1 19 10  0.000000  1   -0.288377166990E-03                     
+AR ETAD 2009  4  1 19 10  0.000000  1    0.151312777314E-07                     
+AR ILHA 2009  4  1 19 10  0.000000  1   -0.597725427745E-09                     
+AR POVE 2009  4  1 19 10  0.000000  1    0.227937087756E-08                     
+AR RECF 2009  4  1 19 10  0.000000  1    0.206869355510E-07                     
+AR SALU 2009  4  1 19 10  0.000000  1    0.101092710512E-07                     
+AR SAVO 2009  4  1 19 10  0.000000  1    0.214220601121E-07                     
+AR UFPR 2009  4  1 19 10  0.000000  1    0.305932440085E-07                     
+AR YELL 2009  4  1 19 10  0.000000  1    0.249328000000E-06                     
+AS G32  2009  4  1 19 15  0.000000  1    0.280060566046E-03                     
+AS G24  2009  4  1 19 15  0.000000  1    0.177906790814E-03                     
+AS G25  2009  4  1 19 15  0.000000  1    0.335104044688E-03                     
+AS G26  2009  4  1 19 15  0.000000  1    0.545131309474E-04                     
+AS G27  2009  4  1 19 15  0.000000  1    0.372166850624E-04                     
+AS G30  2009  4  1 19 15  0.000000  1    0.136325571975E-03                     
+AS G03  2009  4  1 19 15  0.000000  1    0.373608655535E-03                     
+AS G04  2009  4  1 19 15  0.000000  1   -0.350859413847E-04                     
+AS G06  2009  4  1 19 15  0.000000  1    0.606857277325E-04                     
+AS G08  2009  4  1 19 15  0.000000  1   -0.196588396149E-03                     
+AS G09  2009  4  1 19 15  0.000000  1    0.485104342262E-04                     
+AS G10  2009  4  1 19 15  0.000000  1   -0.136440688425E-04                     
+AS G14  2009  4  1 19 15  0.000000  1   -0.132246030886E-03                     
+AS G13  2009  4  1 19 15  0.000000  1    0.293292561338E-03                     
+AS G28  2009  4  1 19 15  0.000000  1   -0.238355481767E-04                     
+AS G21  2009  4  1 19 15  0.000000  1    0.214747920810E-04                     
+AS G11  2009  4  1 19 15  0.000000  1    0.271828435955E-05                     
+AS G22  2009  4  1 19 15  0.000000  1    0.202409963506E-03                     
+AS G20  2009  4  1 19 15  0.000000  1    0.865312698319E-04                     
+AS G18  2009  4  1 19 15  0.000000  1   -0.694316240073E-04                     
+AS G16  2009  4  1 19 15  0.000000  1    0.629191567697E-04                     
+AS G19  2009  4  1 19 15  0.000000  1    0.293346345435E-04                     
+AS G23  2009  4  1 19 15  0.000000  1    0.388998943122E-03                     
+AS G02  2009  4  1 19 15  0.000000  1    0.153918595444E-03                     
+AS G31  2009  4  1 19 15  0.000000  1   -0.565017805784E-04                     
+AS G17  2009  4  1 19 15  0.000000  1    0.524818767448E-04                     
+AS G12  2009  4  1 19 15  0.000000  1   -0.299406454170E-03                     
+AS G15  2009  4  1 19 15  0.000000  1   -0.276127702118E-03                     
+AS G29  2009  4  1 19 15  0.000000  1    0.496230434893E-05                     
+AS G07  2009  4  1 19 15  0.000000  1    0.209675682075E-04                     
+AS R02  2009  4  1 19 15  0.000000  1    0.205695822559E-04                     
+AS R03  2009  4  1 19 15  0.000000  1   -0.343625271819E-04                     
+AS R04  2009  4  1 19 15  0.000000  1    0.636132813372E-04                     
+AS R06  2009  4  1 19 15  0.000000  1   -0.169268070119E-03                     
+AS R07  2009  4  1 19 15  0.000000  1   -0.891387383875E-04                     
+AS R08  2009  4  1 19 15  0.000000  1   -0.101974630394E-03                     
+AS R10  2009  4  1 19 15  0.000000  1   -0.140822776088E-03                     
+AS R11  2009  4  1 19 15  0.000000  1   -0.926543025944E-04                     
+AS R13  2009  4  1 19 15  0.000000  1   -0.230673400713E-03                     
+AS R14  2009  4  1 19 15  0.000000  1   -0.795328160507E-04                     
+AS R15  2009  4  1 19 15  0.000000  1    0.921423302404E-04                     
+AS R17  2009  4  1 19 15  0.000000  1   -0.261291694176E-03                     
+AS R18  2009  4  1 19 15  0.000000  1   -0.135728832236E-05                     
+AS R19  2009  4  1 19 15  0.000000  1   -0.894499070642E-04                     
+AS R20  2009  4  1 19 15  0.000000  1   -0.650172596373E-04                     
+AS R21  2009  4  1 19 15  0.000000  1   -0.143377139556E-03                     
+AS R22  2009  4  1 19 15  0.000000  1   -0.201651606227E-03                     
+AS R23  2009  4  1 19 15  0.000000  1   -0.200160422023E-03                     
+AR ALGO 2009  4  1 19 15  0.000000  1    0.811926670125E-04                     
+AR ALIC 2009  4  1 19 15  0.000000  1    0.295395160491E-08                     
+AR AMC2 2009  4  1 19 15  0.000000  1    0.261011028056E-08                     
+AR ANKR 2009  4  1 19 15  0.000000  1   -0.423542778373E-03                     
+AR ARTU 2009  4  1 19 15  0.000000  1   -0.454608936518E-07                     
+AR ASPA 2009  4  1 19 15  0.000000  1    0.234932035923E-07                     
+AR BHR1 2009  4  1 19 15  0.000000  1    0.563383059450E-03                     
+AR BARH 2009  4  1 19 15  0.000000  1    0.510800307973E-08                     
+AR BJFS 2009  4  1 19 15  0.000000  1   -0.597440547083E-07                     
+AR BOGT 2009  4  1 19 15  0.000000  1   -0.610082740467E-07                     
+AR BRMU 2009  4  1 19 15  0.000000  1    0.251163291998E-04                     
+AR CAGZ 2009  4  1 19 15  0.000000  1    0.205992039567E-03                     
+AR CAS1 2009  4  1 19 15  0.000000  1    0.874172699057E-08                     
+AR CHAT 2009  4  1 19 15  0.000000  1   -0.696030672739E-07                     
+AR CHPI 2009  4  1 19 15  0.000000  1   -0.735545147676E-07                     
+AR COCO 2009  4  1 19 15  0.000000  1    0.227657016706E-03                     
+AR CONZ 2009  4  1 19 15  0.000000  1   -0.365299471415E-03                     
+AR CRAR 2009  4  1 19 15  0.000000  1   -0.277587788445E-03                     
+AR CRO1 2009  4  1 19 15  0.000000  1    0.665108436354E-03                     
+AR DAEJ 2009  4  1 19 15  0.000000  1   -0.196515817866E-03                     
+AR DARW 2009  4  1 19 15  0.000000  1    0.295275254504E-08                     
+AR DGAR 2009  4  1 19 15  0.000000  1   -0.684341217279E-07                     
+AR DRAO 2009  4  1 19 15  0.000000  1    0.147334178936E-05                     
+AR FAA1 2009  4  1 19 15  0.000000  1   -0.500901073598E-08                     
+AR FAIR 2009  4  1 19 15  0.000000  1   -0.541437455100E-07                     
+AR GLPS 2009  4  1 19 15  0.000000  1   -0.753633702551E-07                     
+AR GUAM 2009  4  1 19 15  0.000000  1   -0.455911119390E-07                     
+AR GUAT 2009  4  1 19 15  0.000000  1    0.208469069676E-07                     
+AR HOB2 2009  4  1 19 15  0.000000  1    0.902794530570E-07                     
+AR HOFN 2009  4  1 19 15  0.000000  1    0.783450948267E-04                     
+AR HOLM 2009  4  1 19 15  0.000000  1   -0.509680335265E-07                     
+AR HRAO 2009  4  1 19 15  0.000000  1    0.849471910657E-03                     
+AR HYDE 2009  4  1 19 15  0.000000  1    0.424868098471E-08                     
+AR IRKJ 2009  4  1 19 15  0.000000  1    0.163746569279E-03                     
+AR ISPA 2009  4  1 19 15  0.000000  1   -0.623887195032E-07                     
+AR KARR 2009  4  1 19 15  0.000000  1   -0.511643621935E-07                     
+AR KERG 2009  4  1 19 15  0.000000  1    0.817498769063E-03                     
+AR KHAJ 2009  4  1 19 15  0.000000  1   -0.150708127977E-05                     
+AR KIR0 2009  4  1 19 15  0.000000  1    0.282530201066E-03                     
+AR KIRU 2009  4  1 19 15  0.000000  1    0.591394996441E-03                     
+AR KIT3 2009  4  1 19 15  0.000000  1    0.436583167359E-08                     
+AR KOUR 2009  4  1 19 15  0.000000  1    0.125015431038E-03                     
+AR KUNM 2009  4  1 19 15  0.000000  1    0.270476497242E-07                     
+AR LHAZ 2009  4  1 19 15  0.000000  1    0.220796601914E-03                     
+AR MAL2 2009  4  1 19 15  0.000000  1   -0.652409322118E-08                     
+AR MAS1 2009  4  1 19 15  0.000000  1   -0.101607839890E-03                     
+AR MAW1 2009  4  1 19 15  0.000000  1    0.264506462805E-08                     
+AR MCIL 2009  4  1 19 15  0.000000  1    0.280680179719E-07                     
+AR MCM4 2009  4  1 19 15  0.000000  1   -0.528331288466E-07                     
+AR MDO1 2009  4  1 19 15  0.000000  1   -0.406195102471E-07                     
+AR MDVJ 2009  4  1 19 15  0.000000  1    0.438552483820E-03                     
+AR MKEA 2009  4  1 19 15  0.000000  1   -0.478097994421E-07                     
+AR MOBS 2009  4  1 19 15  0.000000  1    0.408697562504E-08                     
+AR NANO 2009  4  1 19 15  0.000000  1    0.330908634065E-08                     
+AR NLIB 2009  4  1 19 15  0.000000  1   -0.117744715467E-06                     
+AR NNOR 2009  4  1 19 15  0.000000  1    0.365800795854E-03                     
+AR NRC1 2009  4  1 19 15  0.000000  1   -0.448348015057E-05                     
+AR NRIL 2009  4  1 19 15  0.000000  1   -0.372008801346E-07                     
+AR NRMD 2009  4  1 19 15  0.000000  1    0.264719571504E-07                     
+AR NTUS 2009  4  1 19 15  0.000000  1   -0.756412000466E-09                     
+AR NYAL 2009  4  1 19 15  0.000000  1    0.954627524355E-07                     
+AR OHI3 2009  4  1 19 15  0.000000  1    0.340024390983E-03                     
+AR ONSA 2009  4  1 19 15  0.000000  1   -0.324817574775E-04                     
+AR PDEL 2009  4  1 19 15  0.000000  1   -0.641577841528E-08                     
+AR PERT 2009  4  1 19 15  0.000000  1   -0.589665886446E-07                     
+AR PETP 2009  4  1 19 15  0.000000  1   -0.520677032189E-07                     
+AR PIMO 2009  4  1 19 15  0.000000  1   -0.511664933264E-07                     
+AR QAQ1 2009  4  1 19 15  0.000000  1   -0.625507972059E-07                     
+AR QUIN 2009  4  1 19 15  0.000000  1   -0.479577861278E-07                     
+AR RABT 2009  4  1 19 15  0.000000  1   -0.583702907161E-07                     
+AR RAMO 2009  4  1 19 15  0.000000  1   -0.401562859888E-07                     
+AR RCMN 2009  4  1 19 15  0.000000  1    0.118920995990E-07                     
+AR REDU 2009  4  1 19 15  0.000000  1   -0.515788984314E-07                     
+AR REUN 2009  4  1 19 15  0.000000  1    0.205740040696E-07                     
+AR REYK 2009  4  1 19 15  0.000000  1   -0.250841908823E-03                     
+AR SCH2 2009  4  1 19 15  0.000000  1    0.190377615571E-03                     
+AR SCUB 2009  4  1 19 15  0.000000  1   -0.608395520562E-07                     
+AR STJO 2009  4  1 19 15  0.000000  1   -0.706638481943E-05                     
+AR SYDN 2009  4  1 19 15  0.000000  1    0.141154634464E-05                     
+AR SYOG 2009  4  1 19 15  0.000000  1    0.140136348055E-04                     
+AR THU2 2009  4  1 19 15  0.000000  1    0.296040196083E-03                     
+AR TOW2 2009  4  1 19 15  0.000000  1    0.150881771718E-08                     
+AR URUM 2009  4  1 19 15  0.000000  1    0.363561525829E-04                     
+AR VESL 2009  4  1 19 15  0.000000  1   -0.170398260717E-03                     
+AR VILL 2009  4  1 19 15  0.000000  1   -0.644692677449E-07                     
+AR WTZR 2009  4  1 19 15  0.000000  1    0.468258870901E-07                     
+AR WUHN 2009  4  1 19 15  0.000000  1   -0.535888644121E-07                     
+AR YSSK 2009  4  1 19 15  0.000000  1   -0.609535053774E-07                     
+AR ZIM2 2009  4  1 19 15  0.000000  1    0.199644620890E-07                     
+AR XMIS 2009  4  1 19 15  0.000000  1   -0.732727998341E-09                     
+AR GODZ 2009  4  1 19 15  0.000000  1   -0.469118220342E-03                     
+AR MTKA 2009  4  1 19 15  0.000000  1   -0.646012148067E-07                     
+AR TIXJ 2009  4  1 19 15  0.000000  1   -0.113994816075E-03                     
+AR PARK 2009  4  1 19 15  0.000000  1    0.809382488798E-06                     
+AR UNBJ 2009  4  1 19 15  0.000000  1   -0.411226947996E-03                     
+AR NOVM 2009  4  1 19 15  0.000000  1    0.798331880769E-04                     
+AR SUNM 2009  4  1 19 15  0.000000  1   -0.249713945719E-03                     
+AR CEBR 2009  4  1 19 15  0.000000  1    0.719432018277E-03                     
+AR CPXF 2009  4  1 19 15  0.000000  1    0.388658185784E-08                     
+AR IDDR 2009  4  1 19 15  0.000000  1    0.102877361609E-07                     
+AR AZGB 2009  4  1 19 15  0.000000  1    0.140879050181E-03                     
+AR TN22 2009  4  1 19 15  0.000000  1   -0.362466008086E-03                     
+AR ETAD 2009  4  1 19 15  0.000000  1    0.192671589609E-07                     
+AR ILHA 2009  4  1 19 15  0.000000  1   -0.925130635839E-09                     
+AR POVE 2009  4  1 19 15  0.000000  1    0.193251423032E-08                     
+AR RECF 2009  4  1 19 15  0.000000  1    0.207365589191E-07                     
+AR SALU 2009  4  1 19 15  0.000000  1    0.191474915659E-07                     
+AR SAVO 2009  4  1 19 15  0.000000  1    0.193707269253E-07                     
+AR UFPR 2009  4  1 19 15  0.000000  1    0.289688993645E-07                     
+AR YELL 2009  4  1 19 15  0.000000  1    0.249398000000E-06                     
+AS G32  2009  4  1 19 20  0.000000  1    0.280059047843E-03                     
+AS G24  2009  4  1 19 20  0.000000  1    0.177907504720E-03                     
+AS G25  2009  4  1 19 20  0.000000  1    0.335110710447E-03                     
+AS G26  2009  4  1 19 20  0.000000  1    0.545135853213E-04                     
+AS G27  2009  4  1 19 20  0.000000  1    0.372179334717E-04                     
+AS G30  2009  4  1 19 20  0.000000  1    0.136326615829E-03                     
+AS G03  2009  4  1 19 20  0.000000  1    0.373611449850E-03                     
+AS G04  2009  4  1 19 20  0.000000  1   -0.350903024538E-04                     
+AS G06  2009  4  1 19 20  0.000000  1    0.606910012030E-04                     
+AS G08  2009  4  1 19 20  0.000000  1   -0.196589341922E-03                     
+AS G09  2009  4  1 19 20  0.000000  1    0.485116460046E-04                     
+AS G10  2009  4  1 19 20  0.000000  1   -0.136444329483E-04                     
+AS G14  2009  4  1 19 20  0.000000  1   -0.132244408661E-03                     
+AS G13  2009  4  1 19 20  0.000000  1    0.293292906317E-03                     
+AS G28  2009  4  1 19 20  0.000000  1   -0.238358508353E-04                     
+AS G21  2009  4  1 19 20  0.000000  1    0.214741401652E-04                     
+AS G11  2009  4  1 19 20  0.000000  1    0.271801034488E-05                     
+AS G22  2009  4  1 19 20  0.000000  1    0.202409646974E-03                     
+AS G20  2009  4  1 19 20  0.000000  1    0.865306922081E-04                     
+AS G18  2009  4  1 19 20  0.000000  1   -0.694306550948E-04                     
+AS G16  2009  4  1 19 20  0.000000  1    0.629182224362E-04                     
+AS G19  2009  4  1 19 20  0.000000  1    0.293344107727E-04                     
+AS G23  2009  4  1 19 20  0.000000  1    0.388999048105E-03                     
+AS G02  2009  4  1 19 20  0.000000  1    0.153918557151E-03                     
+AS G31  2009  4  1 19 20  0.000000  1   -0.565019724307E-04                     
+AS G17  2009  4  1 19 20  0.000000  1    0.524823472290E-04                     
+AS G12  2009  4  1 19 20  0.000000  1   -0.299404830080E-03                     
+AS G15  2009  4  1 19 20  0.000000  1   -0.276128985567E-03                     
+AS G29  2009  4  1 19 20  0.000000  1    0.496358630021E-05                     
+AS G07  2009  4  1 19 20  0.000000  1    0.209673471181E-04                     
+AS R02  2009  4  1 19 20  0.000000  1    0.205686272803E-04                     
+AS R03  2009  4  1 19 20  0.000000  1   -0.343637376872E-04                     
+AS R04  2009  4  1 19 20  0.000000  1    0.636107161289E-04                     
+AS R06  2009  4  1 19 20  0.000000  1   -0.169265484207E-03                     
+AS R07  2009  4  1 19 20  0.000000  1   -0.891385923120E-04                     
+AS R08  2009  4  1 19 20  0.000000  1   -0.101974452553E-03                     
+AS R10  2009  4  1 19 20  0.000000  1   -0.140822547918E-03                     
+AS R11  2009  4  1 19 20  0.000000  1   -0.926546547928E-04                     
+AS R13  2009  4  1 19 20  0.000000  1   -0.230673730158E-03                     
+AS R14  2009  4  1 19 20  0.000000  1   -0.795323815649E-04                     
+AS R15  2009  4  1 19 20  0.000000  1    0.921420849534E-04                     
+AS R17  2009  4  1 19 20  0.000000  1   -0.261291867663E-03                     
+AS R18  2009  4  1 19 20  0.000000  1   -0.135741642565E-05                     
+AS R19  2009  4  1 19 20  0.000000  1   -0.894503630701E-04                     
+AS R20  2009  4  1 19 20  0.000000  1   -0.650171420193E-04                     
+AS R21  2009  4  1 19 20  0.000000  1   -0.143377268770E-03                     
+AS R22  2009  4  1 19 20  0.000000  1   -0.201652546844E-03                     
+AS R23  2009  4  1 19 20  0.000000  1   -0.200158692578E-03                     
+AR ALGO 2009  4  1 19 20  0.000000  1    0.811955886349E-04                     
+AR ALIC 2009  4  1 19 20  0.000000  1    0.390534885700E-08                     
+AR AMC2 2009  4  1 19 20  0.000000  1    0.262347956891E-08                     
+AR ANKR 2009  4  1 19 20  0.000000  1   -0.361458443301E-03                     
+AR ARTU 2009  4  1 19 20  0.000000  1   -0.468947673530E-07                     
+AR ASPA 2009  4  1 19 20  0.000000  1    0.418263467030E-07                     
+AR BHR1 2009  4  1 19 20  0.000000  1    0.563383309435E-03                     
+AR BARH 2009  4  1 19 20  0.000000  1    0.376198246317E-08                     
+AR BJFS 2009  4  1 19 20  0.000000  1   -0.587014453642E-07                     
+AR BOGT 2009  4  1 19 20  0.000000  1   -0.611245092755E-07                     
+AR BRMU 2009  4  1 19 20  0.000000  1   -0.479516197920E-03                     
+AR CAGZ 2009  4  1 19 20  0.000000  1    0.429739456761E-03                     
+AR CAS1 2009  4  1 19 20  0.000000  1    0.873912010864E-08                     
+AR CHAT 2009  4  1 19 20  0.000000  1   -0.679735565875E-07                     
+AR CHPI 2009  4  1 19 20  0.000000  1   -0.756183570234E-07                     
+AR COCO 2009  4  1 19 20  0.000000  1    0.227655688518E-03                     
+AR CONZ 2009  4  1 19 20  0.000000  1   -0.500547675510E-03                     
+AR CRAR 2009  4  1 19 20  0.000000  1   -0.302637084970E-03                     
+AR CRO1 2009  4  1 19 20  0.000000  1    0.665108467410E-03                     
+AR DAEJ 2009  4  1 19 20  0.000000  1   -0.196515504266E-03                     
+AR DARW 2009  4  1 19 20  0.000000  1    0.108627783363E-08                     
+AR DGAR 2009  4  1 19 20  0.000000  1   -0.659103936500E-07                     
+AR DRAO 2009  4  1 19 20  0.000000  1    0.151053923910E-05                     
+AR FAA1 2009  4  1 19 20  0.000000  1   -0.466434052796E-08                     
+AR FAIR 2009  4  1 19 20  0.000000  1   -0.551376663596E-07                     
+AR GLPS 2009  4  1 19 20  0.000000  1   -0.765376612762E-07                     
+AR GUAM 2009  4  1 19 20  0.000000  1   -0.478659059250E-07                     
+AR GUAT 2009  4  1 19 20  0.000000  1    0.178975247313E-07                     
+AR HOB2 2009  4  1 19 20  0.000000  1    0.903148534798E-07                     
+AR HOFN 2009  4  1 19 20  0.000000  1    0.155363060261E-03                     
+AR HOLM 2009  4  1 19 20  0.000000  1   -0.507321023323E-07                     
+AR HRAO 2009  4  1 19 20  0.000000  1    0.849472007790E-03                     
+AR HYDE 2009  4  1 19 20  0.000000  1    0.858909777043E-08                     
+AR IRKJ 2009  4  1 19 20  0.000000  1    0.163746572485E-03                     
+AR ISPA 2009  4  1 19 20  0.000000  1   -0.615554015163E-07                     
+AR KERG 2009  4  1 19 20  0.000000  1    0.817498478430E-03                     
+AR KHAJ 2009  4  1 19 20  0.000000  1   -0.150707028891E-05                     
+AR KIR0 2009  4  1 19 20  0.000000  1    0.282523586315E-03                     
+AR KIRU 2009  4  1 19 20  0.000000  1    0.591393574762E-03                     
+AR KIT3 2009  4  1 19 20  0.000000  1    0.229027468343E-07                     
+AR KOUR 2009  4  1 19 20  0.000000  1    0.125015471616E-03                     
+AR KUNM 2009  4  1 19 20  0.000000  1    0.409660989658E-07                     
+AR LHAZ 2009  4  1 19 20  0.000000  1    0.243376923367E-03                     
+AR MAL2 2009  4  1 19 20  0.000000  1   -0.160433407130E-07                     
+AR MAS1 2009  4  1 19 20  0.000000  1   -0.101607555886E-03                     
+AR MAW1 2009  4  1 19 20  0.000000  1    0.288611082955E-08                     
+AR MCIL 2009  4  1 19 20  0.000000  1    0.299986013673E-07                     
+AR MCM4 2009  4  1 19 20  0.000000  1   -0.531197588113E-07                     
+AR MDO1 2009  4  1 19 20  0.000000  1   -0.395666017379E-07                     
+AR MDVJ 2009  4  1 19 20  0.000000  1    0.438552497210E-03                     
+AR MKEA 2009  4  1 19 20  0.000000  1   -0.497153764819E-07                     
+AR MOBS 2009  4  1 19 20  0.000000  1    0.419643214218E-08                     
+AR NANO 2009  4  1 19 20  0.000000  1    0.462267653854E-08                     
+AR NLIB 2009  4  1 19 20  0.000000  1   -0.117670227625E-06                     
+AR NNOR 2009  4  1 19 20  0.000000  1    0.365800880455E-03                     
+AR NRC1 2009  4  1 19 20  0.000000  1   -0.448346156108E-05                     
+AR NRIL 2009  4  1 19 20  0.000000  1   -0.364270035527E-07                     
+AR NRMD 2009  4  1 19 20  0.000000  1    0.262449349226E-07                     
+AR NTUS 2009  4  1 19 20  0.000000  1   -0.911355754714E-10                     
+AR NYAL 2009  4  1 19 20  0.000000  1    0.954814481277E-07                     
+AR OHI3 2009  4  1 19 20  0.000000  1    0.456732222018E-03                     
+AR ONSA 2009  4  1 19 20  0.000000  1   -0.324817843843E-04                     
+AR PDEL 2009  4  1 19 20  0.000000  1   -0.715277423488E-08                     
+AR PERT 2009  4  1 19 20  0.000000  1   -0.558090498824E-07                     
+AR PETP 2009  4  1 19 20  0.000000  1   -0.527775169810E-07                     
+AR PIMO 2009  4  1 19 20  0.000000  1   -0.501716497766E-07                     
+AR QAQ1 2009  4  1 19 20  0.000000  1   -0.665252724268E-07                     
+AR QUIN 2009  4  1 19 20  0.000000  1   -0.467338371473E-07                     
+AR RABT 2009  4  1 19 20  0.000000  1   -0.587139681629E-07                     
+AR RAMO 2009  4  1 19 20  0.000000  1    0.794850360781E-07                     
+AR RCMN 2009  4  1 19 20  0.000000  1    0.877724679735E-08                     
+AR REDU 2009  4  1 19 20  0.000000  1   -0.458397670106E-07                     
+AR REUN 2009  4  1 19 20  0.000000  1    0.208553969098E-07                     
+AR REYK 2009  4  1 19 20  0.000000  1   -0.249655054683E-03                     
+AR SCH2 2009  4  1 19 20  0.000000  1    0.190395740555E-03                     
+AR SCUB 2009  4  1 19 20  0.000000  1   -0.592096769494E-07                     
+AR STJO 2009  4  1 19 20  0.000000  1   -0.706666067172E-05                     
+AR SYDN 2009  4  1 19 20  0.000000  1    0.141151211469E-05                     
+AR SYOG 2009  4  1 19 20  0.000000  1    0.140142310035E-04                     
+AR THU2 2009  4  1 19 20  0.000000  1    0.294038140338E-03                     
+AR TOW2 2009  4  1 19 20  0.000000  1    0.410164357355E-08                     
+AR URUM 2009  4  1 19 20  0.000000  1   -0.377464938714E-04                     
+AR VESL 2009  4  1 19 20  0.000000  1   -0.134217439182E-03                     
+AR VILL 2009  4  1 19 20  0.000000  1   -0.648891646634E-07                     
+AR WTZR 2009  4  1 19 20  0.000000  1    0.468560477525E-07                     
+AR WUHN 2009  4  1 19 20  0.000000  1   -0.498577407770E-07                     
+AR YSSK 2009  4  1 19 20  0.000000  1   -0.649207619950E-07                     
+AR ZIM2 2009  4  1 19 20  0.000000  1    0.185134647192E-07                     
+AR XMIS 2009  4  1 19 20  0.000000  1    0.140420300283E-10                     
+AR GODZ 2009  4  1 19 20  0.000000  1   -0.469118215073E-03                     
+AR MTKA 2009  4  1 19 20  0.000000  1   -0.670973259449E-07                     
+AR TIXJ 2009  4  1 19 20  0.000000  1   -0.116302588486E-03                     
+AR PARK 2009  4  1 19 20  0.000000  1    0.809506572995E-06                     
+AR UNBJ 2009  4  1 19 20  0.000000  1   -0.487753897944E-03                     
+AR NOVM 2009  4  1 19 20  0.000000  1    0.798332241254E-04                     
+AR SUNM 2009  4  1 19 20  0.000000  1   -0.405910352373E-03                     
+AR CEBR 2009  4  1 19 20  0.000000  1    0.719432014650E-03                     
+AR CPXF 2009  4  1 19 20  0.000000  1    0.526157855972E-08                     
+AR IDDR 2009  4  1 19 20  0.000000  1    0.965201676537E-08                     
+AR AZGB 2009  4  1 19 20  0.000000  1    0.173327884182E-05                     
+AR TN22 2009  4  1 19 20  0.000000  1   -0.436529809305E-03                     
+AR ETAD 2009  4  1 19 20  0.000000  1    0.211373392491E-07                     
+AR ILHA 2009  4  1 19 20  0.000000  1    0.197521554170E-08                     
+AR POVE 2009  4  1 19 20  0.000000  1    0.132684158498E-08                     
+AR RECF 2009  4  1 19 20  0.000000  1    0.212093724552E-07                     
+AR SALU 2009  4  1 19 20  0.000000  1    0.148731825995E-07                     
+AR SAVO 2009  4  1 19 20  0.000000  1    0.193114440663E-07                     
+AR UFPR 2009  4  1 19 20  0.000000  1    0.265655494740E-07                     
+AR YELL 2009  4  1 19 20  0.000000  1    0.249468000000E-06                     
+AS G32  2009  4  1 19 25  0.000000  1    0.280057686500E-03                     
+AS G24  2009  4  1 19 25  0.000000  1    0.177907944456E-03                     
+AS G25  2009  4  1 19 25  0.000000  1    0.335117256214E-03                     
+AS G26  2009  4  1 19 25  0.000000  1    0.545145014202E-04                     
+AS G27  2009  4  1 19 25  0.000000  1    0.372189535588E-04                     
+AS G30  2009  4  1 19 25  0.000000  1    0.136326546634E-03                     
+AS G03  2009  4  1 19 25  0.000000  1    0.373613431527E-03                     
+AS G04  2009  4  1 19 25  0.000000  1   -0.350946133006E-04                     
+AS G06  2009  4  1 19 25  0.000000  1    0.606961791786E-04                     
+AS G08  2009  4  1 19 25  0.000000  1   -0.196590130819E-03                     
+AS G09  2009  4  1 19 25  0.000000  1    0.485121524584E-04                     
+AS G10  2009  4  1 19 25  0.000000  1   -0.136445195519E-04                     
+AS G14  2009  4  1 19 25  0.000000  1   -0.132242719996E-03                     
+AS G13  2009  4  1 19 25  0.000000  1    0.293293165401E-03                     
+AS G28  2009  4  1 19 25  0.000000  1   -0.238359197620E-04                     
+AS G21  2009  4  1 19 25  0.000000  1    0.214735182767E-04                     
+AS G11  2009  4  1 19 25  0.000000  1    0.271742706998E-05                     
+AS G22  2009  4  1 19 25  0.000000  1    0.202409465805E-03                     
+AS G20  2009  4  1 19 25  0.000000  1    0.865306514976E-04                     
+AS G18  2009  4  1 19 25  0.000000  1   -0.694295053055E-04                     
+AS G16  2009  4  1 19 25  0.000000  1    0.629174850025E-04                     
+AS G19  2009  4  1 19 25  0.000000  1    0.293341651729E-04                     
+AS G23  2009  4  1 19 25  0.000000  1    0.388999176067E-03                     
+AS G02  2009  4  1 19 25  0.000000  1    0.153918429567E-03                     
+AS G31  2009  4  1 19 25  0.000000  1   -0.565023049676E-04                     
+AS G17  2009  4  1 19 25  0.000000  1    0.524827704477E-04                     
+AS G12  2009  4  1 19 25  0.000000  1   -0.299403739399E-03                     
+AS G15  2009  4  1 19 25  0.000000  1   -0.276130218558E-03                     
+AS G29  2009  4  1 19 25  0.000000  1    0.496506373830E-05                     
+AS G07  2009  4  1 19 25  0.000000  1    0.209672746446E-04                     
+AS R02  2009  4  1 19 25  0.000000  1    0.205676859296E-04                     
+AS R03  2009  4  1 19 25  0.000000  1   -0.343647441946E-04                     
+AS R04  2009  4  1 19 25  0.000000  1    0.636088591451E-04                     
+AS R06  2009  4  1 19 25  0.000000  1   -0.169266410382E-03                     
+AS R07  2009  4  1 19 25  0.000000  1   -0.891378240733E-04                     
+AS R08  2009  4  1 19 25  0.000000  1   -0.101974360172E-03                     
+AS R10  2009  4  1 19 25  0.000000  1   -0.140822425666E-03                     
+AS R11  2009  4  1 19 25  0.000000  1   -0.926547807345E-04                     
+AS R13  2009  4  1 19 25  0.000000  1   -0.230673968916E-03                     
+AS R14  2009  4  1 19 25  0.000000  1   -0.795313721910E-04                     
+AS R15  2009  4  1 19 25  0.000000  1    0.921421525334E-04                     
+AS R17  2009  4  1 19 25  0.000000  1   -0.261292201169E-03                     
+AS R18  2009  4  1 19 25  0.000000  1   -0.135758268038E-05                     
+AS R19  2009  4  1 19 25  0.000000  1   -0.894505922957E-04                     
+AS R20  2009  4  1 19 25  0.000000  1   -0.650170534079E-04                     
+AS R21  2009  4  1 19 25  0.000000  1   -0.143377431351E-03                     
+AS R22  2009  4  1 19 25  0.000000  1   -0.201653317913E-03                     
+AS R23  2009  4  1 19 25  0.000000  1   -0.200157369533E-03                     
+AR ALGO 2009  4  1 19 25  0.000000  1    0.811982913538E-04                     
+AR ALIC 2009  4  1 19 25  0.000000  1    0.596145587825E-08                     
+AR AMC2 2009  4  1 19 25  0.000000  1    0.263505911484E-08                     
+AR ANKR 2009  4  1 19 25  0.000000  1   -0.299390937752E-03                     
+AR ARTU 2009  4  1 19 25  0.000000  1   -0.553382535190E-07                     
+AR ASPA 2009  4  1 19 25  0.000000  1    0.363766823045E-07                     
+AR BHR1 2009  4  1 19 25  0.000000  1    0.563383514457E-03                     
+AR BARH 2009  4  1 19 25  0.000000  1    0.527136438498E-08                     
+AR BJFS 2009  4  1 19 25  0.000000  1   -0.547397628244E-07                     
+AR BOGT 2009  4  1 19 25  0.000000  1   -0.614946395840E-07                     
+AR BRMU 2009  4  1 19 25  0.000000  1    0.161330978700E-04                     
+AR CAGZ 2009  4  1 19 25  0.000000  1   -0.346596072476E-03                     
+AR CAS1 2009  4  1 19 25  0.000000  1    0.914621849149E-08                     
+AR CHAT 2009  4  1 19 25  0.000000  1   -0.648992847979E-07                     
+AR CHPI 2009  4  1 19 25  0.000000  1   -0.771952701336E-07                     
+AR COCO 2009  4  1 19 25  0.000000  1    0.227654415741E-03                     
+AR CONZ 2009  4  1 19 25  0.000000  1    0.363932829839E-03                     
+AR CRAR 2009  4  1 19 25  0.000000  1   -0.327657756574E-03                     
+AR CRO1 2009  4  1 19 25  0.000000  1    0.665108524899E-03                     
+AR DAEJ 2009  4  1 19 25  0.000000  1   -0.196515217927E-03                     
+AR DARW 2009  4  1 19 25  0.000000  1    0.102269768318E-08                     
+AR DGAR 2009  4  1 19 25  0.000000  1   -0.634895324574E-07                     
+AR DRAO 2009  4  1 19 25  0.000000  1    0.154737633829E-05                     
+AR FAA1 2009  4  1 19 25  0.000000  1   -0.435560042849E-08                     
+AR FAIR 2009  4  1 19 25  0.000000  1   -0.542004336928E-07                     
+AR GLPS 2009  4  1 19 25  0.000000  1   -0.774067415506E-07                     
+AR GUAM 2009  4  1 19 25  0.000000  1   -0.493256946468E-07                     
+AR GUAT 2009  4  1 19 25  0.000000  1    0.177233229866E-07                     
+AR HOB2 2009  4  1 19 25  0.000000  1    0.903534196549E-07                     
+AR HOFN 2009  4  1 19 25  0.000000  1    0.232372533662E-03                     
+AR HOLM 2009  4  1 19 25  0.000000  1   -0.542338582502E-07                     
+AR HRAO 2009  4  1 19 25  0.000000  1    0.849472126566E-03                     
+AR HYDE 2009  4  1 19 25  0.000000  1    0.815517306512E-08                     
+AR IRKJ 2009  4  1 19 25  0.000000  1    0.163746584200E-03                     
+AR ISPA 2009  4  1 19 25  0.000000  1   -0.603980658001E-07                     
+AR KERG 2009  4  1 19 25  0.000000  1    0.817498245515E-03                     
+AR KHAJ 2009  4  1 19 25  0.000000  1   -0.150704150983E-05                     
+AR KIR0 2009  4  1 19 25  0.000000  1    0.282516896760E-03                     
+AR KIRU 2009  4  1 19 25  0.000000  1    0.591393782223E-03                     
+AR KIT3 2009  4  1 19 25  0.000000  1    0.618435259954E-08                     
+AR KOUR 2009  4  1 19 25  0.000000  1    0.125015496361E-03                     
+AR KUNM 2009  4  1 19 25  0.000000  1    0.475502053615E-07                     
+AR LHAZ 2009  4  1 19 25  0.000000  1    0.265985640838E-03                     
+AR MAL2 2009  4  1 19 25  0.000000  1   -0.179880303717E-07                     
+AR MAS1 2009  4  1 19 25  0.000000  1   -0.101607407150E-03                     
+AR MAW1 2009  4  1 19 25  0.000000  1    0.910234040247E-09                     
+AR MCIL 2009  4  1 19 25  0.000000  1    0.297213785696E-07                     
+AR MCM4 2009  4  1 19 25  0.000000  1   -0.544059129323E-07                     
+AR MDO1 2009  4  1 19 25  0.000000  1   -0.389622796453E-07                     
+AR MDVJ 2009  4  1 19 25  0.000000  1    0.438552504351E-03                     
+AR MKEA 2009  4  1 19 25  0.000000  1   -0.502391015983E-07                     
+AR MOBS 2009  4  1 19 25  0.000000  1   -0.117291001616E-08                     
+AR NANO 2009  4  1 19 25  0.000000  1    0.447511067747E-08                     
+AR NLIB 2009  4  1 19 25  0.000000  1   -0.117561143434E-06                     
+AR NNOR 2009  4  1 19 25  0.000000  1    0.365800832926E-03                     
+AR NRC1 2009  4  1 19 25  0.000000  1   -0.448342809945E-05                     
+AR NRIL 2009  4  1 19 25  0.000000  1   -0.408566716198E-07                     
+AR NRMD 2009  4  1 19 25  0.000000  1    0.249264529975E-07                     
+AR NTUS 2009  4  1 19 25  0.000000  1   -0.187507849894E-08                     
+AR NYAL 2009  4  1 19 25  0.000000  1    0.955065979816E-07                     
+AR OHI3 2009  4  1 19 25  0.000000  1   -0.425977918341E-03                     
+AR ONSA 2009  4  1 19 25  0.000000  1   -0.324818155235E-04                     
+AR PDEL 2009  4  1 19 25  0.000000  1   -0.530500721475E-08                     
+AR PERT 2009  4  1 19 25  0.000000  1   -0.612158718102E-07                     
+AR PETP 2009  4  1 19 25  0.000000  1   -0.543023279914E-07                     
+AR PIMO 2009  4  1 19 25  0.000000  1   -0.477882100442E-07                     
+AR QAQ1 2009  4  1 19 25  0.000000  1   -0.706304547532E-07                     
+AR QUIN 2009  4  1 19 25  0.000000  1   -0.471306965962E-07                     
+AR RABT 2009  4  1 19 25  0.000000  1   -0.593764607005E-07                     
+AR RAMO 2009  4  1 19 25  0.000000  1   -0.340225900800E-07                     
+AR RCMN 2009  4  1 19 25  0.000000  1    0.439317102141E-08                     
+AR REDU 2009  4  1 19 25  0.000000  1   -0.430373881320E-07                     
+AR REUN 2009  4  1 19 25  0.000000  1    0.211697929016E-07                     
+AR REYK 2009  4  1 19 25  0.000000  1   -0.248625875301E-03                     
+AR SCH2 2009  4  1 19 25  0.000000  1    0.190413915176E-03                     
+AR SCUB 2009  4  1 19 25  0.000000  1   -0.587881071157E-07                     
+AR STJO 2009  4  1 19 25  0.000000  1   -0.706694776690E-05                     
+AR SYDN 2009  4  1 19 25  0.000000  1    0.141147044640E-05                     
+AR SYOG 2009  4  1 19 25  0.000000  1    0.140145307260E-04                     
+AR THU2 2009  4  1 19 25  0.000000  1    0.292035739617E-03                     
+AR TOW2 2009  4  1 19 25  0.000000  1    0.271111711060E-08                     
+AR URUM 2009  4  1 19 25  0.000000  1   -0.111858188337E-03                     
+AR VESL 2009  4  1 19 25  0.000000  1   -0.980839802897E-04                     
+AR VILL 2009  4  1 19 25  0.000000  1   -0.645127056832E-07                     
+AR WTZR 2009  4  1 19 25  0.000000  1    0.468851179852E-07                     
+AR WUHN 2009  4  1 19 25  0.000000  1   -0.488907870538E-07                     
+AR YSSK 2009  4  1 19 25  0.000000  1   -0.659639240106E-07                     
+AR ZIM2 2009  4  1 19 25  0.000000  1    0.178847495870E-07                     
+AR XMIS 2009  4  1 19 25  0.000000  1    0.221157229867E-09                     
+AR GODZ 2009  4  1 19 25  0.000000  1   -0.469118194029E-03                     
+AR MTKA 2009  4  1 19 25  0.000000  1   -0.627764719668E-07                     
+AR TIXJ 2009  4  1 19 25  0.000000  1   -0.118616963572E-03                     
+AR PARK 2009  4  1 19 25  0.000000  1    0.809682361274E-06                     
+AR UNBJ 2009  4  1 19 25  0.000000  1    0.436399450721E-03                     
+AR NOVM 2009  4  1 19 25  0.000000  1    0.798332243424E-04                     
+AR SUNM 2009  4  1 19 25  0.000000  1    0.437416142448E-03                     
+AR CEBR 2009  4  1 19 25  0.000000  1    0.719432028825E-03                     
+AR CPXF 2009  4  1 19 25  0.000000  1    0.474819528387E-08                     
+AR IDDR 2009  4  1 19 25  0.000000  1    0.104364779272E-07                     
+AR AZGB 2009  4  1 19 25  0.000000  1   -0.137412925472E-03                     
+AR TN22 2009  4  1 19 25  0.000000  1    0.489310946496E-03                     
+AR ETAD 2009  4  1 19 25  0.000000  1    0.216856237405E-07                     
+AR ILHA 2009  4  1 19 25  0.000000  1    0.250430807963E-08                     
+AR POVE 2009  4  1 19 25  0.000000  1    0.903710632942E-09                     
+AR RECF 2009  4  1 19 25  0.000000  1    0.202890577226E-07                     
+AR SALU 2009  4  1 19 25  0.000000  1    0.185931041357E-07                     
+AR SAVO 2009  4  1 19 25  0.000000  1    0.183246643103E-07                     
+AR UFPR 2009  4  1 19 25  0.000000  1    0.247073301410E-07                     
+AR YELL 2009  4  1 19 25  0.000000  1    0.249538000000E-06                     
+AS G32  2009  4  1 19 30  0.000000  1    0.280056244980E-03                     
+AS G24  2009  4  1 19 30  0.000000  1    0.177908576441E-03                     
+AS G25  2009  4  1 19 30  0.000000  1    0.335123880508E-03                     
+AS G26  2009  4  1 19 30  0.000000  1    0.545149418721E-04                     
+AS G27  2009  4  1 19 30  0.000000  1    0.372188831043E-04                     
+AS G30  2009  4  1 19 30  0.000000  1    0.136326657271E-03                     
+AS G03  2009  4  1 19 30  0.000000  1    0.373614260573E-03                     
+AS G04  2009  4  1 19 30  0.000000  1   -0.350987676896E-04                     
+AS G06  2009  4  1 19 30  0.000000  1    0.607016693537E-04                     
+AS G08  2009  4  1 19 30  0.000000  1   -0.196590842141E-03                     
+AS G09  2009  4  1 19 30  0.000000  1    0.485122924928E-04                     
+AS G10  2009  4  1 19 30  0.000000  1   -0.136445888662E-04                     
+AS G14  2009  4  1 19 30  0.000000  1   -0.132241086346E-03                     
+AS G13  2009  4  1 19 30  0.000000  1    0.293293425891E-03                     
+AS G28  2009  4  1 19 30  0.000000  1   -0.238359423136E-04                     
+AS G21  2009  4  1 19 30  0.000000  1    0.214731727863E-04                     
+AS G11  2009  4  1 19 30  0.000000  1    0.271719497959E-05                     
+AS G22  2009  4  1 19 30  0.000000  1    0.202409398703E-03                     
+AS G20  2009  4  1 19 30  0.000000  1    0.865306154989E-04                     
+AS G18  2009  4  1 19 30  0.000000  1   -0.694284606507E-04                     
+AS G16  2009  4  1 19 30  0.000000  1    0.629166229921E-04                     
+AS G19  2009  4  1 19 30  0.000000  1    0.293338031877E-04                     
+AS G23  2009  4  1 19 30  0.000000  1    0.388999458528E-03                     
+AS G02  2009  4  1 19 30  0.000000  1    0.153918302444E-03                     
+AS G31  2009  4  1 19 30  0.000000  1   -0.565026472075E-04                     
+AS G17  2009  4  1 19 30  0.000000  1    0.524832850702E-04                     
+AS G12  2009  4  1 19 30  0.000000  1   -0.299402240018E-03                     
+AS G15  2009  4  1 19 30  0.000000  1   -0.276131945861E-03                     
+AS G29  2009  4  1 19 30  0.000000  1    0.496611162524E-05                     
+AS G07  2009  4  1 19 30  0.000000  1    0.209668261575E-04                     
+AS R02  2009  4  1 19 30  0.000000  1    0.205668314754E-04                     
+AS R03  2009  4  1 19 30  0.000000  1   -0.343655824151E-04                     
+AS R04  2009  4  1 19 30  0.000000  1    0.636088780356E-04                     
+AS R06  2009  4  1 19 30  0.000000  1   -0.169266901419E-03                     
+AS R07  2009  4  1 19 30  0.000000  1   -0.891374041524E-04                     
+AS R08  2009  4  1 19 30  0.000000  1   -0.101974086652E-03                     
+AS R10  2009  4  1 19 30  0.000000  1   -0.140822221969E-03                     
+AS R11  2009  4  1 19 30  0.000000  1   -0.926549335060E-04                     
+AS R13  2009  4  1 19 30  0.000000  1   -0.230674275030E-03                     
+AS R14  2009  4  1 19 30  0.000000  1   -0.795306374592E-04                     
+AS R15  2009  4  1 19 30  0.000000  1    0.921421844628E-04                     
+AS R17  2009  4  1 19 30  0.000000  1   -0.261292507780E-03                     
+AS R18  2009  4  1 19 30  0.000000  1   -0.135760927095E-05                     
+AS R19  2009  4  1 19 30  0.000000  1   -0.894509676202E-04                     
+AS R20  2009  4  1 19 30  0.000000  1   -0.650170457928E-04                     
+AS R21  2009  4  1 19 30  0.000000  1   -0.143377795923E-03                     
+AS R22  2009  4  1 19 30  0.000000  1   -0.201654173644E-03                     
+AS R23  2009  4  1 19 30  0.000000  1   -0.200155619447E-03                     
+AR ALGO 2009  4  1 19 30  0.000000  1    0.812009114272E-04                     
+AR ALIC 2009  4  1 19 30  0.000000  1    0.397552201114E-08                     
+AR AMC2 2009  4  1 19 30  0.000000  1    0.263502401241E-08                     
+AR ANKR 2009  4  1 19 30  0.000000  1   -0.237282148124E-03                     
+AR ARTU 2009  4  1 19 30  0.000000  1   -0.533220605939E-07                     
+AR ASPA 2009  4  1 19 30  0.000000  1    0.375473554215E-07                     
+AR BHR1 2009  4  1 19 30  0.000000  1    0.563383567210E-03                     
+AR BARH 2009  4  1 19 30  0.000000  1    0.291207547620E-08                     
+AR BJFS 2009  4  1 19 30  0.000000  1   -0.542044885714E-07                     
+AR BOGT 2009  4  1 19 30  0.000000  1   -0.627861501884E-07                     
+AR BRMU 2009  4  1 19 30  0.000000  1   -0.487928886634E-03                     
+AR CAGZ 2009  4  1 19 30  0.000000  1   -0.122896120585E-03                     
+AR CAS1 2009  4  1 19 30  0.000000  1    0.603778260507E-08                     
+AR CHAT 2009  4  1 19 30  0.000000  1   -0.629632603268E-07                     
+AR CHPI 2009  4  1 19 30  0.000000  1   -0.761681340984E-07                     
+AR COCO 2009  4  1 19 30  0.000000  1    0.227653438002E-03                     
+AR CONZ 2009  4  1 19 30  0.000000  1    0.228308654538E-03                     
+AR CRAR 2009  4  1 19 30  0.000000  1   -0.352671139613E-03                     
+AR CRO1 2009  4  1 19 30  0.000000  1    0.665108575080E-03                     
+AR DAEJ 2009  4  1 19 30  0.000000  1   -0.196515379094E-03                     
+AR DARW 2009  4  1 19 30  0.000000  1    0.180020952054E-08                     
+AR DGAR 2009  4  1 19 30  0.000000  1   -0.622308803719E-07                     
+AR DRAO 2009  4  1 19 30  0.000000  1    0.158392009257E-05                     
+AR FAA1 2009  4  1 19 30  0.000000  1   -0.376083018722E-08                     
+AR FAIR 2009  4  1 19 30  0.000000  1   -0.543782844660E-07                     
+AR GLPS 2009  4  1 19 30  0.000000  1   -0.785290187936E-07                     
+AR GUAM 2009  4  1 19 30  0.000000  1   -0.501351170366E-07                     
+AR GUAT 2009  4  1 19 30  0.000000  1    0.153973376652E-07                     
+AR HOB2 2009  4  1 19 30  0.000000  1    0.903557021609E-07                     
+AR HOFN 2009  4  1 19 30  0.000000  1    0.309429380660E-03                     
+AR HOLM 2009  4  1 19 30  0.000000  1   -0.575994371550E-07                     
+AR HRAO 2009  4  1 19 30  0.000000  1    0.849472193705E-03                     
+AR HYDE 2009  4  1 19 30  0.000000  1    0.944658833495E-08                     
+AR IRKJ 2009  4  1 19 30  0.000000  1    0.163746557619E-03                     
+AR ISPA 2009  4  1 19 30  0.000000  1   -0.641286072117E-07                     
+AR KERG 2009  4  1 19 30  0.000000  1    0.817497956175E-03                     
+AR KHAJ 2009  4  1 19 30  0.000000  1   -0.150705389417E-05                     
+AR KIR0 2009  4  1 19 30  0.000000  1    0.282510168292E-03                     
+AR KIRU 2009  4  1 19 30  0.000000  1    0.591394298255E-03                     
+AR KIT3 2009  4  1 19 30  0.000000  1    0.765099198787E-08                     
+AR KOUR 2009  4  1 19 30  0.000000  1    0.125015485038E-03                     
+AR KUNM 2009  4  1 19 30  0.000000  1    0.210803853561E-07                     
+AR LHAZ 2009  4  1 19 30  0.000000  1    0.288650666778E-03                     
+AR MAL2 2009  4  1 19 30  0.000000  1   -0.171067130544E-07                     
+AR MAS1 2009  4  1 19 30  0.000000  1   -0.101607265915E-03                     
+AR MAW1 2009  4  1 19 30  0.000000  1    0.142616647842E-08                     
+AR MCIL 2009  4  1 19 30  0.000000  1    0.285849393260E-07                     
+AR MCM4 2009  4  1 19 30  0.000000  1   -0.513963875355E-07                     
+AR MDO1 2009  4  1 19 30  0.000000  1   -0.405377913655E-07                     
+AR MDVJ 2009  4  1 19 30  0.000000  1    0.438552495378E-03                     
+AR MKEA 2009  4  1 19 30  0.000000  1   -0.554366313578E-07                     
+AR MOBS 2009  4  1 19 30  0.000000  1   -0.270864453056E-09                     
+AR NANO 2009  4  1 19 30  0.000000  1    0.426926932454E-08                     
+AR NLIB 2009  4  1 19 30  0.000000  1   -0.117517298101E-06                     
+AR NNOR 2009  4  1 19 30  0.000000  1    0.365801226999E-03                     
+AR NRC1 2009  4  1 19 30  0.000000  1   -0.448341286136E-05                     
+AR NRIL 2009  4  1 19 30  0.000000  1   -0.404305668982E-07                     
+AR NRMD 2009  4  1 19 30  0.000000  1    0.251887813810E-07                     
+AR NTUS 2009  4  1 19 30  0.000000  1   -0.138251342375E-08                     
+AR NYAL 2009  4  1 19 30  0.000000  1    0.955017722231E-07                     
+AR OHI3 2009  4  1 19 30  0.000000  1   -0.308538760791E-03                     
+AR ONSA 2009  4  1 19 30  0.000000  1   -0.324818766033E-04                     
+AR PDEL 2009  4  1 19 30  0.000000  1   -0.301109348862E-08                     
+AR PERT 2009  4  1 19 30  0.000000  1   -0.598631363701E-07                     
+AR PETP 2009  4  1 19 30  0.000000  1   -0.559074401942E-07                     
+AR PIMO 2009  4  1 19 30  0.000000  1   -0.444198629023E-07                     
+AR QAQ1 2009  4  1 19 30  0.000000  1   -0.654634519179E-07                     
+AR QUIN 2009  4  1 19 30  0.000000  1   -0.487863299426E-07                     
+AR RABT 2009  4  1 19 30  0.000000  1   -0.600206946803E-07                     
+AR RAMO 2009  4  1 19 30  0.000000  1   -0.974610936979E-07                     
+AR RCMN 2009  4  1 19 30  0.000000  1   -0.216030387989E-08                     
+AR REDU 2009  4  1 19 30  0.000000  1   -0.548949723441E-07                     
+AR REUN 2009  4  1 19 30  0.000000  1    0.217996926266E-07                     
+AR REYK 2009  4  1 19 30  0.000000  1   -0.247782042931E-03                     
+AR SCH2 2009  4  1 19 30  0.000000  1    0.190432110423E-03                     
+AR SCUB 2009  4  1 19 30  0.000000  1   -0.580062564878E-07                     
+AR STJO 2009  4  1 19 30  0.000000  1   -0.706724258167E-05                     
+AR SYDN 2009  4  1 19 30  0.000000  1    0.141155215868E-05                     
+AR SYOG 2009  4  1 19 30  0.000000  1    0.140143835159E-04                     
+AR THU2 2009  4  1 19 30  0.000000  1    0.290033417473E-03                     
+AR TOW2 2009  4  1 19 30  0.000000  1    0.441852063915E-08                     
+AR URUM 2009  4  1 19 30  0.000000  1   -0.186005081988E-03                     
+AR VESL 2009  4  1 19 30  0.000000  1   -0.620143950515E-04                     
+AR VILL 2009  4  1 19 30  0.000000  1   -0.676655928846E-07                     
+AR WTZR 2009  4  1 19 30  0.000000  1    0.468933030888E-07                     
+AR WUHN 2009  4  1 19 30  0.000000  1   -0.480391301726E-07                     
+AR YSSK 2009  4  1 19 30  0.000000  1   -0.691002480600E-07                     
+AR ZIM2 2009  4  1 19 30  0.000000  1    0.193300013440E-07                     
+AR XMIS 2009  4  1 19 30  0.000000  1   -0.172677037809E-08                     
+AR GODZ 2009  4  1 19 30  0.000000  1   -0.469118177078E-03                     
+AR MTKA 2009  4  1 19 30  0.000000  1   -0.598410245493E-07                     
+AR TIXJ 2009  4  1 19 30  0.000000  1   -0.120918648425E-03                     
+AR PARK 2009  4  1 19 30  0.000000  1    0.809769209719E-06                     
+AR UNBJ 2009  4  1 19 30  0.000000  1    0.361154217836E-03                     
+AR NOVM 2009  4  1 19 30  0.000000  1    0.798332129922E-04                     
+AR SUNM 2009  4  1 19 30  0.000000  1    0.280971864347E-03                     
+AR CEBR 2009  4  1 19 30  0.000000  1    0.719432033932E-03                     
+AR CPXF 2009  4  1 19 30  0.000000  1    0.446933645063E-08                     
+AR IDDR 2009  4  1 19 30  0.000000  1    0.102795588419E-07                     
+AR AZGB 2009  4  1 19 30  0.000000  1   -0.276695844229E-03                     
+AR TN22 2009  4  1 19 30  0.000000  1    0.415235986180E-03                     
+AR ETAD 2009  4  1 19 30  0.000000  1    0.224331728385E-07                     
+AR ILHA 2009  4  1 19 30  0.000000  1    0.215329200470E-08                     
+AR RECF 2009  4  1 19 30  0.000000  1    0.187757094382E-07                     
+AR SALU 2009  4  1 19 30  0.000000  1    0.162508987533E-07                     
+AR SAVO 2009  4  1 19 30  0.000000  1    0.169703042063E-07                     
+AR UFPR 2009  4  1 19 30  0.000000  1    0.224467829981E-07                     
+AR YELL 2009  4  1 19 30  0.000000  1    0.249608000000E-06                     
+AS G32  2009  4  1 19 35  0.000000  1    0.280054816920E-03                     
+AS G24  2009  4  1 19 35  0.000000  1    0.177909723602E-03                     
+AS G25  2009  4  1 19 35  0.000000  1    0.335130550175E-03                     
+AS G26  2009  4  1 19 35  0.000000  1    0.545154291506E-04                     
+AS G27  2009  4  1 19 35  0.000000  1    0.372197524774E-04                     
+AS G30  2009  4  1 19 35  0.000000  1    0.136328071577E-03                     
+AS G03  2009  4  1 19 35  0.000000  1    0.373615768355E-03                     
+AS G04  2009  4  1 19 35  0.000000  1   -0.351033273290E-04                     
+AS G06  2009  4  1 19 35  0.000000  1    0.607070696452E-04                     
+AS G08  2009  4  1 19 35  0.000000  1   -0.196591660384E-03                     
+AS G09  2009  4  1 19 35  0.000000  1    0.485131203599E-04                     
+AS G10  2009  4  1 19 35  0.000000  1   -0.136445602712E-04                     
+AS G14  2009  4  1 19 35  0.000000  1   -0.132239080944E-03                     
+AS G13  2009  4  1 19 35  0.000000  1    0.293293840385E-03                     
+AS G28  2009  4  1 19 35  0.000000  1   -0.238358941701E-04                     
+AS G21  2009  4  1 19 35  0.000000  1    0.214724782026E-04                     
+AS G11  2009  4  1 19 35  0.000000  1    0.271669173451E-05                     
+AS G22  2009  4  1 19 35  0.000000  1    0.202409018821E-03                     
+AS G20  2009  4  1 19 35  0.000000  1    0.865300255343E-04                     
+AS G18  2009  4  1 19 35  0.000000  1   -0.694276439707E-04                     
+AS G16  2009  4  1 19 35  0.000000  1    0.629156814180E-04                     
+AS G19  2009  4  1 19 35  0.000000  1    0.293338056538E-04                     
+AS G23  2009  4  1 19 35  0.000000  1    0.388999441830E-03                     
+AS G02  2009  4  1 19 35  0.000000  1    0.153918095700E-03                     
+AS G31  2009  4  1 19 35  0.000000  1   -0.565029935240E-04                     
+AS G17  2009  4  1 19 35  0.000000  1    0.524839840045E-04                     
+AS G12  2009  4  1 19 35  0.000000  1   -0.299400857968E-03                     
+AS G15  2009  4  1 19 35  0.000000  1   -0.276133260817E-03                     
+AS G29  2009  4  1 19 35  0.000000  1    0.496724094806E-05                     
+AS G07  2009  4  1 19 35  0.000000  1    0.209668545572E-04                     
+AS R02  2009  4  1 19 35  0.000000  1    0.205660778443E-04                     
+AS R03  2009  4  1 19 35  0.000000  1   -0.343647029440E-04                     
+AS R04  2009  4  1 19 35  0.000000  1    0.636053110055E-04                     
+AS R06  2009  4  1 19 35  0.000000  1   -0.169268081523E-03                     
+AS R07  2009  4  1 19 35  0.000000  1   -0.891363719143E-04                     
+AS R08  2009  4  1 19 35  0.000000  1   -0.101973945786E-03                     
+AS R10  2009  4  1 19 35  0.000000  1   -0.140821548247E-03                     
+AS R11  2009  4  1 19 35  0.000000  1   -0.926554373966E-04                     
+AS R13  2009  4  1 19 35  0.000000  1   -0.230674560773E-03                     
+AS R14  2009  4  1 19 35  0.000000  1   -0.795306425710E-04                     
+AS R15  2009  4  1 19 35  0.000000  1    0.921428348328E-04                     
+AS R17  2009  4  1 19 35  0.000000  1   -0.261292955096E-03                     
+AS R18  2009  4  1 19 35  0.000000  1   -0.135791097052E-05                     
+AS R19  2009  4  1 19 35  0.000000  1   -0.894513435323E-04                     
+AS R20  2009  4  1 19 35  0.000000  1   -0.650170727018E-04                     
+AS R21  2009  4  1 19 35  0.000000  1   -0.143378194781E-03                     
+AS R22  2009  4  1 19 35  0.000000  1   -0.201655066694E-03                     
+AS R23  2009  4  1 19 35  0.000000  1   -0.200154089454E-03                     
+AR ALGO 2009  4  1 19 35  0.000000  1    0.812036988795E-04                     
+AR ALIC 2009  4  1 19 35  0.000000  1    0.455705860370E-08                     
+AR AMC2 2009  4  1 19 35  0.000000  1    0.263625528506E-08                     
+AR ANKR 2009  4  1 19 35  0.000000  1   -0.175162098983E-03                     
+AR ARTU 2009  4  1 19 35  0.000000  1   -0.521935756489E-07                     
+AR ASPA 2009  4  1 19 35  0.000000  1    0.394468180202E-07                     
+AR BHR1 2009  4  1 19 35  0.000000  1    0.563383709778E-03                     
+AR BARH 2009  4  1 19 35  0.000000  1    0.248871359124E-08                     
+AR BJFS 2009  4  1 19 35  0.000000  1   -0.527921885197E-07                     
+AR BOGT 2009  4  1 19 35  0.000000  1   -0.640050883247E-07                     
+AR BRMU 2009  4  1 19 35  0.000000  1    0.827526262117E-05                     
+AR CAGZ 2009  4  1 19 35  0.000000  1    0.100778812722E-03                     
+AR CAS1 2009  4  1 19 35  0.000000  1    0.529277337593E-08                     
+AR CHAT 2009  4  1 19 35  0.000000  1   -0.617095867547E-07                     
+AR CHPI 2009  4  1 19 35  0.000000  1   -0.634307644993E-07                     
+AR COCO 2009  4  1 19 35  0.000000  1    0.227652506177E-03                     
+AR CONZ 2009  4  1 19 35  0.000000  1    0.923513088367E-04                     
+AR CRAR 2009  4  1 19 35  0.000000  1   -0.377679801141E-03                     
+AR CRO1 2009  4  1 19 35  0.000000  1    0.665108589837E-03                     
+AR DAEJ 2009  4  1 19 35  0.000000  1   -0.196514564551E-03                     
+AR DARW 2009  4  1 19 35  0.000000  1    0.117746079264E-08                     
+AR DGAR 2009  4  1 19 35  0.000000  1   -0.597503624423E-07                     
+AR DRAO 2009  4  1 19 35  0.000000  1    0.162086394912E-05                     
+AR FAA1 2009  4  1 19 35  0.000000  1   -0.464986488905E-08                     
+AR FAIR 2009  4  1 19 35  0.000000  1   -0.550386660206E-07                     
+AR GLPS 2009  4  1 19 35  0.000000  1   -0.791270955451E-07                     
+AR GUAM 2009  4  1 19 35  0.000000  1   -0.422156312949E-07                     
+AR GUAT 2009  4  1 19 35  0.000000  1    0.150414906556E-07                     
+AR HOB2 2009  4  1 19 35  0.000000  1    0.903785004303E-07                     
+AR HOFN 2009  4  1 19 35  0.000000  1    0.386469238514E-03                     
+AR HOLM 2009  4  1 19 35  0.000000  1   -0.525311580503E-07                     
+AR HRAO 2009  4  1 19 35  0.000000  1    0.849472268000E-03                     
+AR HYDE 2009  4  1 19 35  0.000000  1    0.102068835771E-07                     
+AR IRKJ 2009  4  1 19 35  0.000000  1    0.163746532356E-03                     
+AR ISPA 2009  4  1 19 35  0.000000  1   -0.632336305554E-07                     
+AR KERG 2009  4  1 19 35  0.000000  1    0.817498102081E-03                     
+AR KHAJ 2009  4  1 19 35  0.000000  1   -0.150707554868E-05                     
+AR KIR0 2009  4  1 19 35  0.000000  1    0.282503432456E-03                     
+AR KIRU 2009  4  1 19 35  0.000000  1    0.591394625669E-03                     
+AR KIT3 2009  4  1 19 35  0.000000  1   -0.105395141108E-08                     
+AR KOUR 2009  4  1 19 35  0.000000  1    0.125015505756E-03                     
+AR KUNM 2009  4  1 19 35  0.000000  1    0.231467414356E-07                     
+AR LHAZ 2009  4  1 19 35  0.000000  1    0.311384536569E-03                     
+AR MAL2 2009  4  1 19 35  0.000000  1   -0.190510981772E-07                     
+AR MAS1 2009  4  1 19 35  0.000000  1   -0.101607041386E-03                     
+AR MAW1 2009  4  1 19 35  0.000000  1    0.252107140621E-08                     
+AR MCIL 2009  4  1 19 35  0.000000  1    0.319698440558E-07                     
+AR MCM4 2009  4  1 19 35  0.000000  1   -0.467702874472E-07                     
+AR MDO1 2009  4  1 19 35  0.000000  1   -0.399516683381E-07                     
+AR MDVJ 2009  4  1 19 35  0.000000  1    0.438552485558E-03                     
+AR MKEA 2009  4  1 19 35  0.000000  1   -0.566578726418E-07                     
+AR MOBS 2009  4  1 19 35  0.000000  1    0.566507904923E-08                     
+AR NANO 2009  4  1 19 35  0.000000  1    0.350250515986E-08                     
+AR NLIB 2009  4  1 19 35  0.000000  1   -0.117489031301E-06                     
+AR NNOR 2009  4  1 19 35  0.000000  1    0.365801338063E-03                     
+AR NRC1 2009  4  1 19 35  0.000000  1   -0.448340050420E-05                     
+AR NRIL 2009  4  1 19 35  0.000000  1   -0.412434844284E-07                     
+AR NRMD 2009  4  1 19 35  0.000000  1    0.242774789214E-07                     
+AR NTUS 2009  4  1 19 35  0.000000  1    0.284589349081E-08                     
+AR NYAL 2009  4  1 19 35  0.000000  1    0.955117466437E-07                     
+AR OHI3 2009  4  1 19 35  0.000000  1   -0.190754007416E-03                     
+AR ONSA 2009  4  1 19 35  0.000000  1   -0.324819389096E-04                     
+AR PDEL 2009  4  1 19 35  0.000000  1   -0.351267767088E-08                     
+AR PERT 2009  4  1 19 35  0.000000  1   -0.588629478520E-07                     
+AR PETP 2009  4  1 19 35  0.000000  1   -0.613477561907E-07                     
+AR PIMO 2009  4  1 19 35  0.000000  1   -0.425119958238E-07                     
+AR QAQ1 2009  4  1 19 35  0.000000  1   -0.621027788320E-07                     
+AR QUIN 2009  4  1 19 35  0.000000  1   -0.501430283827E-07                     
+AR RABT 2009  4  1 19 35  0.000000  1   -0.622086271888E-07                     
+AR RAMO 2009  4  1 19 35  0.000000  1    0.664167618945E-07                     
+AR RCMN 2009  4  1 19 35  0.000000  1    0.496708589878E-08                     
+AR REDU 2009  4  1 19 35  0.000000  1   -0.525262586880E-07                     
+AR REUN 2009  4  1 19 35  0.000000  1    0.230518607756E-07                     
+AR REYK 2009  4  1 19 35  0.000000  1   -0.247120851373E-03                     
+AR SCH2 2009  4  1 19 35  0.000000  1    0.190449742739E-03                     
+AR SCUB 2009  4  1 19 35  0.000000  1   -0.572039704192E-07                     
+AR STJO 2009  4  1 19 35  0.000000  1   -0.706754899899E-05                     
+AR SYDN 2009  4  1 19 35  0.000000  1    0.141148512663E-05                     
+AR SYOG 2009  4  1 19 35  0.000000  1    0.140143937892E-04                     
+AR THU2 2009  4  1 19 35  0.000000  1    0.288031177868E-03                     
+AR TOW2 2009  4  1 19 35  0.000000  1    0.401495635929E-08                     
+AR URUM 2009  4  1 19 35  0.000000  1   -0.260109337786E-03                     
+AR VESL 2009  4  1 19 35  0.000000  1   -0.259949040389E-04                     
+AR VILL 2009  4  1 19 35  0.000000  1   -0.626527817493E-07                     
+AR WTZR 2009  4  1 19 35  0.000000  1    0.468997848592E-07                     
+AR WUHN 2009  4  1 19 35  0.000000  1   -0.478267332654E-07                     
+AR YSSK 2009  4  1 19 35  0.000000  1   -0.723361433835E-07                     
+AR ZIM2 2009  4  1 19 35  0.000000  1    0.186133294498E-07                     
+AR XMIS 2009  4  1 19 35  0.000000  1   -0.232403654864E-08                     
+AR GODZ 2009  4  1 19 35  0.000000  1   -0.469118167449E-03                     
+AR MTKA 2009  4  1 19 35  0.000000  1   -0.655176280193E-07                     
+AR TIXJ 2009  4  1 19 35  0.000000  1   -0.123218977442E-03                     
+AR PARK 2009  4  1 19 35  0.000000  1    0.809925491601E-06                     
+AR UNBJ 2009  4  1 19 35  0.000000  1    0.286354688052E-03                     
+AR NOVM 2009  4  1 19 35  0.000000  1    0.798331848841E-04                     
+AR SUNM 2009  4  1 19 35  0.000000  1    0.124587481978E-03                     
+AR CEBR 2009  4  1 19 35  0.000000  1    0.719432009991E-03                     
+AR CPXF 2009  4  1 19 35  0.000000  1    0.696510487803E-08                     
+AR IDDR 2009  4  1 19 35  0.000000  1    0.102472220482E-07                     
+AR AZGB 2009  4  1 19 35  0.000000  1   -0.416032734799E-03                     
+AR TN22 2009  4  1 19 35  0.000000  1    0.341244723073E-03                     
+AR ETAD 2009  4  1 19 35  0.000000  1    0.235584727763E-07                     
+AR ILHA 2009  4  1 19 35  0.000000  1    0.505343174369E-09                     
+AR POVE 2009  4  1 19 35  0.000000  1   -0.112665910530E-08                     
+AR RECF 2009  4  1 19 35  0.000000  1    0.166628442641E-07                     
+AR SALU 2009  4  1 19 35  0.000000  1    0.192606952775E-07                     
+AR SAVO 2009  4  1 19 35  0.000000  1    0.157410063881E-07                     
+AR UFPR 2009  4  1 19 35  0.000000  1    0.208875171937E-07                     
+AR YELL 2009  4  1 19 35  0.000000  1    0.249678000000E-06                     
+AS G32  2009  4  1 19 40  0.000000  1    0.280053347947E-03                     
+AS G24  2009  4  1 19 40  0.000000  1    0.177911208563E-03                     
+AS G25  2009  4  1 19 40  0.000000  1    0.335137101606E-03                     
+AS G26  2009  4  1 19 40  0.000000  1    0.545159812879E-04                     
+AS G27  2009  4  1 19 40  0.000000  1    0.372204257434E-04                     
+AS G30  2009  4  1 19 40  0.000000  1    0.136329116395E-03                     
+AS G03  2009  4  1 19 40  0.000000  1    0.373617131241E-03                     
+AS G04  2009  4  1 19 40  0.000000  1   -0.351078821432E-04                     
+AS G06  2009  4  1 19 40  0.000000  1    0.607124082090E-04                     
+AS G08  2009  4  1 19 40  0.000000  1   -0.196591359412E-03                     
+AS G09  2009  4  1 19 40  0.000000  1    0.485133993508E-04                     
+AS G10  2009  4  1 19 40  0.000000  1   -0.136440310283E-04                     
+AS G14  2009  4  1 19 40  0.000000  1   -0.132237650770E-03                     
+AS G13  2009  4  1 19 40  0.000000  1    0.293294082427E-03                     
+AS G28  2009  4  1 19 40  0.000000  1   -0.238360212279E-04                     
+AS G21  2009  4  1 19 40  0.000000  1    0.214717753661E-04                     
+AS G11  2009  4  1 19 40  0.000000  1    0.271655269193E-05                     
+AS G22  2009  4  1 19 40  0.000000  1    0.202408886960E-03                     
+AS G20  2009  4  1 19 40  0.000000  1    0.865297709385E-04                     
+AS G18  2009  4  1 19 40  0.000000  1   -0.694264596950E-04                     
+AS G16  2009  4  1 19 40  0.000000  1    0.629147313884E-04                     
+AS G19  2009  4  1 19 40  0.000000  1    0.293332702211E-04                     
+AS G23  2009  4  1 19 40  0.000000  1    0.388999657942E-03                     
+AS G02  2009  4  1 19 40  0.000000  1    0.153917932992E-03                     
+AS G31  2009  4  1 19 40  0.000000  1   -0.565034471089E-04                     
+AS G17  2009  4  1 19 40  0.000000  1    0.524841165490E-04                     
+AS G12  2009  4  1 19 40  0.000000  1   -0.299399393506E-03                     
+AS G15  2009  4  1 19 40  0.000000  1   -0.276134558743E-03                     
+AS G29  2009  4  1 19 40  0.000000  1    0.496853978660E-05                     
+AS G07  2009  4  1 19 40  0.000000  1    0.209671402368E-04                     
+AS R02  2009  4  1 19 40  0.000000  1    0.205651347210E-04                     
+AS R03  2009  4  1 19 40  0.000000  1   -0.343652989573E-04                     
+AS R04  2009  4  1 19 40  0.000000  1    0.636038296567E-04                     
+AS R06  2009  4  1 19 40  0.000000  1   -0.169268183505E-03                     
+AS R07  2009  4  1 19 40  0.000000  1   -0.891353240023E-04                     
+AS R08  2009  4  1 19 40  0.000000  1   -0.101973532679E-03                     
+AS R10  2009  4  1 19 40  0.000000  1   -0.140821344484E-03                     
+AS R11  2009  4  1 19 40  0.000000  1   -0.926555775337E-04                     
+AS R13  2009  4  1 19 40  0.000000  1   -0.230674847301E-03                     
+AS R14  2009  4  1 19 40  0.000000  1   -0.795292219334E-04                     
+AS R15  2009  4  1 19 40  0.000000  1    0.921423478036E-04                     
+AS R17  2009  4  1 19 40  0.000000  1   -0.261293520485E-03                     
+AS R18  2009  4  1 19 40  0.000000  1   -0.135772791032E-05                     
+AS R19  2009  4  1 19 40  0.000000  1   -0.894515382424E-04                     
+AS R20  2009  4  1 19 40  0.000000  1   -0.650169049964E-04                     
+AS R21  2009  4  1 19 40  0.000000  1   -0.143378366724E-03                     
+AS R22  2009  4  1 19 40  0.000000  1   -0.201655930915E-03                     
+AS R23  2009  4  1 19 40  0.000000  1   -0.200152691669E-03                     
+AR ALGO 2009  4  1 19 40  0.000000  1    0.812064749961E-04                     
+AR ALIC 2009  4  1 19 40  0.000000  1    0.404104325869E-08                     
+AR AMC2 2009  4  1 19 40  0.000000  1    0.264529428539E-08                     
+AR ANKR 2009  4  1 19 40  0.000000  1   -0.113070370915E-03                     
+AR ARTU 2009  4  1 19 40  0.000000  1   -0.504719327989E-07                     
+AR ASPA 2009  4  1 19 40  0.000000  1    0.392787769996E-07                     
+AR BHR1 2009  4  1 19 40  0.000000  1    0.563383712048E-03                     
+AR BARH 2009  4  1 19 40  0.000000  1    0.161058456661E-08                     
+AR BJFS 2009  4  1 19 40  0.000000  1   -0.495707000797E-07                     
+AR BOGT 2009  4  1 19 40  0.000000  1   -0.645199292749E-07                     
+AR BRMU 2009  4  1 19 40  0.000000  1   -0.495242901688E-03                     
+AR CAGZ 2009  4  1 19 40  0.000000  1    0.324377951015E-03                     
+AR CAS1 2009  4  1 19 40  0.000000  1    0.738010225478E-09                     
+AR CHAT 2009  4  1 19 40  0.000000  1   -0.605090496590E-07                     
+AR CHPI 2009  4  1 19 40  0.000000  1   -0.635672270755E-07                     
+AR COCO 2009  4  1 19 40  0.000000  1    0.227651660140E-03                     
+AR CONZ 2009  4  1 19 40  0.000000  1   -0.436726116369E-04                     
+AR CRAR 2009  4  1 19 40  0.000000  1   -0.402671196151E-03                     
+AR CRO1 2009  4  1 19 40  0.000000  1    0.665108622296E-03                     
+AR DAEJ 2009  4  1 19 40  0.000000  1   -0.196514279114E-03                     
+AR DARW 2009  4  1 19 40  0.000000  1    0.983865520172E-09                     
+AR DGAR 2009  4  1 19 40  0.000000  1   -0.576767735152E-07                     
+AR DRAO 2009  4  1 19 40  0.000000  1    0.165780564884E-05                     
+AR FAA1 2009  4  1 19 40  0.000000  1   -0.425452863861E-08                     
+AR FAIR 2009  4  1 19 40  0.000000  1   -0.554634719961E-07                     
+AR GLPS 2009  4  1 19 40  0.000000  1   -0.805571803859E-07                     
+AR GUAM 2009  4  1 19 40  0.000000  1   -0.420447934656E-07                     
+AR GUAT 2009  4  1 19 40  0.000000  1    0.143393270054E-07                     
+AR HOB2 2009  4  1 19 40  0.000000  1    0.904046834304E-07                     
+AR HOFN 2009  4  1 19 40  0.000000  1    0.463479180445E-03                     
+AR HOLM 2009  4  1 19 40  0.000000  1   -0.506232085599E-07                     
+AR HRAO 2009  4  1 19 40  0.000000  1    0.849472346377E-03                     
+AR HYDE 2009  4  1 19 40  0.000000  1    0.944146613111E-08                     
+AR IRKJ 2009  4  1 19 40  0.000000  1    0.163746549709E-03                     
+AR ISPA 2009  4  1 19 40  0.000000  1   -0.624236950245E-07                     
+AR KERG 2009  4  1 19 40  0.000000  1    0.817497611730E-03                     
+AR KHAJ 2009  4  1 19 40  0.000000  1   -0.150705066929E-05                     
+AR KIR0 2009  4  1 19 40  0.000000  1    0.282496720302E-03                     
+AR KIRU 2009  4  1 19 40  0.000000  1    0.591395392490E-03                     
+AR KIT3 2009  4  1 19 40  0.000000  1    0.136857782817E-07                     
+AR KOUR 2009  4  1 19 40  0.000000  1    0.125015517833E-03                     
+AR KUNM 2009  4  1 19 40  0.000000  1   -0.166168542492E-07                     
+AR LHAZ 2009  4  1 19 40  0.000000  1    0.334218760867E-03                     
+AR MAL2 2009  4  1 19 40  0.000000  1   -0.218248035974E-07                     
+AR MAS1 2009  4  1 19 40  0.000000  1   -0.101606870952E-03                     
+AR MAW1 2009  4  1 19 40  0.000000  1   -0.901771181975E-09                     
+AR MCIL 2009  4  1 19 40  0.000000  1    0.314190827221E-07                     
+AR MCM4 2009  4  1 19 40  0.000000  1   -0.479700372754E-07                     
+AR MDO1 2009  4  1 19 40  0.000000  1   -0.452344769722E-07                     
+AR MDVJ 2009  4  1 19 40  0.000000  1    0.438552480122E-03                     
+AR MKEA 2009  4  1 19 40  0.000000  1   -0.574301753498E-07                     
+AR MOBS 2009  4  1 19 40  0.000000  1    0.112441414493E-08                     
+AR NANO 2009  4  1 19 40  0.000000  1    0.429603856161E-08                     
+AR NLIB 2009  4  1 19 40  0.000000  1   -0.117425582715E-06                     
+AR NNOR 2009  4  1 19 40  0.000000  1    0.365801472085E-03                     
+AR NRC1 2009  4  1 19 40  0.000000  1   -0.448336583125E-05                     
+AR NRIL 2009  4  1 19 40  0.000000  1   -0.418369023651E-07                     
+AR NRMD 2009  4  1 19 40  0.000000  1    0.274540353242E-07                     
+AR NTUS 2009  4  1 19 40  0.000000  1    0.105315561931E-08                     
+AR NYAL 2009  4  1 19 40  0.000000  1    0.955235296986E-07                     
+AR OHI3 2009  4  1 19 40  0.000000  1   -0.720778289077E-04                     
+AR ONSA 2009  4  1 19 40  0.000000  1   -0.324819757574E-04                     
+AR PDEL 2009  4  1 19 40  0.000000  1    0.997916261139E-09                     
+AR PERT 2009  4  1 19 40  0.000000  1   -0.579283390933E-07                     
+AR PETP 2009  4  1 19 40  0.000000  1   -0.638327723799E-07                     
+AR PIMO 2009  4  1 19 40  0.000000  1   -0.429552693389E-07                     
+AR QAQ1 2009  4  1 19 40  0.000000  1   -0.602781319880E-07                     
+AR QUIN 2009  4  1 19 40  0.000000  1   -0.502786233281E-07                     
+AR RABT 2009  4  1 19 40  0.000000  1   -0.641034794531E-07                     
+AR RAMO 2009  4  1 19 40  0.000000  1    0.349916680112E-07                     
+AR RCMN 2009  4  1 19 40  0.000000  1    0.587413211911E-08                     
+AR REDU 2009  4  1 19 40  0.000000  1   -0.534137902694E-07                     
+AR REUN 2009  4  1 19 40  0.000000  1    0.261614991301E-07                     
+AR REYK 2009  4  1 19 40  0.000000  1   -0.246631781919E-03                     
+AR SCH2 2009  4  1 19 40  0.000000  1    0.190467313786E-03                     
+AR SCUB 2009  4  1 19 40  0.000000  1   -0.534109545673E-07                     
+AR STJO 2009  4  1 19 40  0.000000  1   -0.706783667375E-05                     
+AR SYDN 2009  4  1 19 40  0.000000  1    0.141148972733E-05                     
+AR SYOG 2009  4  1 19 40  0.000000  1    0.140142340373E-04                     
+AR THU2 2009  4  1 19 40  0.000000  1    0.286028919032E-03                     
+AR TOW2 2009  4  1 19 40  0.000000  1    0.342681701051E-08                     
+AR URUM 2009  4  1 19 40  0.000000  1   -0.334117987562E-03                     
+AR VESL 2009  4  1 19 40  0.000000  1    0.997725855754E-05                     
+AR VILL 2009  4  1 19 40  0.000000  1   -0.627910861757E-07                     
+AR WTZR 2009  4  1 19 40  0.000000  1    0.469124069031E-07                     
+AR WUHN 2009  4  1 19 40  0.000000  1   -0.478892207380E-07                     
+AR YSSK 2009  4  1 19 40  0.000000  1   -0.727203042838E-07                     
+AR ZIM2 2009  4  1 19 40  0.000000  1    0.209305988744E-07                     
+AR XMIS 2009  4  1 19 40  0.000000  1   -0.137727574064E-08                     
+AR GODZ 2009  4  1 19 40  0.000000  1   -0.469118137356E-03                     
+AR MTKA 2009  4  1 19 40  0.000000  1   -0.699718557889E-07                     
+AR TIXJ 2009  4  1 19 40  0.000000  1   -0.125517756524E-03                     
+AR PARK 2009  4  1 19 40  0.000000  1    0.810087384064E-06                     
+AR UNBJ 2009  4  1 19 40  0.000000  1    0.211961911074E-03                     
+AR NOVM 2009  4  1 19 40  0.000000  1    0.798332039627E-04                     
+AR SUNM 2009  4  1 19 40  0.000000  1   -0.319851893486E-04                     
+AR CEBR 2009  4  1 19 40  0.000000  1    0.719432016177E-03                     
+AR CPXF 2009  4  1 19 40  0.000000  1    0.465884308346E-08                     
+AR IDDR 2009  4  1 19 40  0.000000  1    0.896466439357E-08                     
+AR AZGB 2009  4  1 19 40  0.000000  1    0.444643090587E-03                     
+AR TN22 2009  4  1 19 40  0.000000  1    0.267473047526E-03                     
+AR ETAD 2009  4  1 19 40  0.000000  1    0.232272158666E-07                     
+AR ILHA 2009  4  1 19 40  0.000000  1    0.181243135747E-08                     
+AR POVE 2009  4  1 19 40  0.000000  1   -0.296676843540E-08                     
+AR RECF 2009  4  1 19 40  0.000000  1    0.161384476816E-07                     
+AR SALU 2009  4  1 19 40  0.000000  1    0.205688941951E-07                     
+AR SAVO 2009  4  1 19 40  0.000000  1    0.142027484836E-07                     
+AR UFPR 2009  4  1 19 40  0.000000  1    0.188166350118E-07                     
+AR YELL 2009  4  1 19 40  0.000000  1    0.249749000000E-06                     
+AS G32  2009  4  1 19 45  0.000000  1    0.280051843762E-03                     
+AS G24  2009  4  1 19 45  0.000000  1    0.177912153550E-03                     
+AS G25  2009  4  1 19 45  0.000000  1    0.335143617731E-03                     
+AS G26  2009  4  1 19 45  0.000000  1    0.545164956972E-04                     
+AS G27  2009  4  1 19 45  0.000000  1    0.372213732097E-04                     
+AS G30  2009  4  1 19 45  0.000000  1    0.136330348881E-03                     
+AS G03  2009  4  1 19 45  0.000000  1    0.373618288459E-03                     
+AS G04  2009  4  1 19 45  0.000000  1   -0.351118833006E-04                     
+AS G06  2009  4  1 19 45  0.000000  1    0.607177734215E-04                     
+AS G08  2009  4  1 19 45  0.000000  1   -0.196591570396E-03                     
+AS G09  2009  4  1 19 45  0.000000  1    0.485136390381E-04                     
+AS G10  2009  4  1 19 45  0.000000  1   -0.136441220734E-04                     
+AS G14  2009  4  1 19 45  0.000000  1   -0.132235869407E-03                     
+AS G13  2009  4  1 19 45  0.000000  1    0.293294610804E-03                     
+AS G28  2009  4  1 19 45  0.000000  1   -0.238360616009E-04                     
+AS G21  2009  4  1 19 45  0.000000  1    0.214707820908E-04                     
+AS G11  2009  4  1 19 45  0.000000  1    0.271594055290E-05                     
+AS G22  2009  4  1 19 45  0.000000  1    0.202408704750E-03                     
+AS G20  2009  4  1 19 45  0.000000  1    0.865295879570E-04                     
+AS G18  2009  4  1 19 45  0.000000  1   -0.694255807921E-04                     
+AS G16  2009  4  1 19 45  0.000000  1    0.629137974925E-04                     
+AS G19  2009  4  1 19 45  0.000000  1    0.293330416520E-04                     
+AS G23  2009  4  1 19 45  0.000000  1    0.388999887684E-03                     
+AS G02  2009  4  1 19 45  0.000000  1    0.153917818835E-03                     
+AS G31  2009  4  1 19 45  0.000000  1   -0.565035984912E-04                     
+AS G17  2009  4  1 19 45  0.000000  1    0.524847050507E-04                     
+AS G12  2009  4  1 19 45  0.000000  1   -0.299398137255E-03                     
+AS G15  2009  4  1 19 45  0.000000  1   -0.276135857090E-03                     
+AS G29  2009  4  1 19 45  0.000000  1    0.496986314756E-05                     
+AS G07  2009  4  1 19 45  0.000000  1    0.209665844153E-04                     
+AS R02  2009  4  1 19 45  0.000000  1    0.205642411989E-04                     
+AS R03  2009  4  1 19 45  0.000000  1   -0.343663092630E-04                     
+AS R04  2009  4  1 19 45  0.000000  1    0.636028847756E-04                     
+AS R06  2009  4  1 19 45  0.000000  1   -0.169268538394E-03                     
+AS R07  2009  4  1 19 45  0.000000  1   -0.891338090979E-04                     
+AS R08  2009  4  1 19 45  0.000000  1   -0.101973312283E-03                     
+AS R10  2009  4  1 19 45  0.000000  1   -0.140821119258E-03                     
+AS R11  2009  4  1 19 45  0.000000  1   -0.926561396132E-04                     
+AS R13  2009  4  1 19 45  0.000000  1   -0.230675256128E-03                     
+AS R14  2009  4  1 19 45  0.000000  1   -0.795279910548E-04                     
+AS R15  2009  4  1 19 45  0.000000  1    0.921426759075E-04                     
+AS R17  2009  4  1 19 45  0.000000  1   -0.261293761574E-03                     
+AS R18  2009  4  1 19 45  0.000000  1   -0.135784878237E-05                     
+AS R19  2009  4  1 19 45  0.000000  1   -0.894516577679E-04                     
+AS R20  2009  4  1 19 45  0.000000  1   -0.650172696585E-04                     
+AS R21  2009  4  1 19 45  0.000000  1   -0.143378839601E-03                     
+AS R22  2009  4  1 19 45  0.000000  1   -0.201656738405E-03                     
+AS R23  2009  4  1 19 45  0.000000  1   -0.200151444932E-03                     
+AR ALGO 2009  4  1 19 45  0.000000  1    0.812093226024E-04                     
+AR ALIC 2009  4  1 19 45  0.000000  1    0.586160863149E-08                     
+AR AMC2 2009  4  1 19 45  0.000000  1    0.265948876527E-08                     
+AR ANKR 2009  4  1 19 45  0.000000  1   -0.510071718886E-04                     
+AR ARTU 2009  4  1 19 45  0.000000  1   -0.504978796171E-07                     
+AR ASPA 2009  4  1 19 45  0.000000  1    0.377549081384E-07                     
+AR BHR1 2009  4  1 19 45  0.000000  1    0.563383811316E-03                     
+AR BARH 2009  4  1 19 45  0.000000  1    0.163037915674E-08                     
+AR BJFS 2009  4  1 19 45  0.000000  1   -0.491902006126E-07                     
+AR BOGT 2009  4  1 19 45  0.000000  1   -0.668156071324E-07                     
+AR BRMU 2009  4  1 19 45  0.000000  1    0.157057399804E-05                     
+AR CAGZ 2009  4  1 19 45  0.000000  1   -0.451988941764E-03                     
+AR CAS1 2009  4  1 19 45  0.000000  1    0.851433020590E-09                     
+AR CHAT 2009  4  1 19 45  0.000000  1   -0.601591041557E-07                     
+AR CHPI 2009  4  1 19 45  0.000000  1   -0.631600820377E-07                     
+AR COCO 2009  4  1 19 45  0.000000  1    0.227651004418E-03                     
+AR CONZ 2009  4  1 19 45  0.000000  1   -0.179838860536E-03                     
+AR CRAR 2009  4  1 19 45  0.000000  1   -0.427642964434E-03                     
+AR CRO1 2009  4  1 19 45  0.000000  1    0.665108677980E-03                     
+AR DAEJ 2009  4  1 19 45  0.000000  1   -0.196514100090E-03                     
+AR DARW 2009  4  1 19 45  0.000000  1    0.279662777376E-08                     
+AR DGAR 2009  4  1 19 45  0.000000  1   -0.578957267446E-07                     
+AR DRAO 2009  4  1 19 45  0.000000  1    0.169459061962E-05                     
+AR FAA1 2009  4  1 19 45  0.000000  1   -0.453564572423E-08                     
+AR FAIR 2009  4  1 19 45  0.000000  1   -0.616582525514E-07                     
+AR GLPS 2009  4  1 19 45  0.000000  1   -0.817723590118E-07                     
+AR GUAM 2009  4  1 19 45  0.000000  1   -0.439832285265E-07                     
+AR GUAT 2009  4  1 19 45  0.000000  1    0.144286533218E-07                     
+AR HOB2 2009  4  1 19 45  0.000000  1    0.904400009211E-07                     
+AR HOFN 2009  4  1 19 45  0.000000  1   -0.459513990293E-03                     
+AR HOLM 2009  4  1 19 45  0.000000  1   -0.521335323806E-07                     
+AR HRAO 2009  4  1 19 45  0.000000  1    0.849472437661E-03                     
+AR HYDE 2009  4  1 19 45  0.000000  1    0.885419950764E-08                     
+AR IRKJ 2009  4  1 19 45  0.000000  1    0.163746544977E-03                     
+AR ISPA 2009  4  1 19 45  0.000000  1   -0.626294862568E-07                     
+AR KERG 2009  4  1 19 45  0.000000  1    0.817497791815E-03                     
+AR KHAJ 2009  4  1 19 45  0.000000  1   -0.150705594602E-05                     
+AR KIR0 2009  4  1 19 45  0.000000  1    0.282489948873E-03                     
+AR KIRU 2009  4  1 19 45  0.000000  1    0.591395732698E-03                     
+AR KIT3 2009  4  1 19 45  0.000000  1   -0.753055196171E-08                     
+AR KOUR 2009  4  1 19 45  0.000000  1    0.125015548368E-03                     
+AR KUNM 2009  4  1 19 45  0.000000  1    0.134434250573E-07                     
+AR LHAZ 2009  4  1 19 45  0.000000  1    0.357099075888E-03                     
+AR MAL2 2009  4  1 19 45  0.000000  1   -0.161851509302E-07                     
+AR MAS1 2009  4  1 19 45  0.000000  1   -0.101606687234E-03                     
+AR MAW1 2009  4  1 19 45  0.000000  1    0.298049218183E-08                     
+AR MCIL 2009  4  1 19 45  0.000000  1    0.312748711240E-07                     
+AR MCM4 2009  4  1 19 45  0.000000  1   -0.577901041308E-07                     
+AR MDO1 2009  4  1 19 45  0.000000  1   -0.444705491511E-07                     
+AR MDVJ 2009  4  1 19 45  0.000000  1    0.438552483655E-03                     
+AR MKEA 2009  4  1 19 45  0.000000  1   -0.588008006216E-07                     
+AR MOBS 2009  4  1 19 45  0.000000  1    0.248146108152E-08                     
+AR NANO 2009  4  1 19 45  0.000000  1    0.109667667032E-07                     
+AR NLIB 2009  4  1 19 45  0.000000  1   -0.117396535632E-06                     
+AR NNOR 2009  4  1 19 45  0.000000  1    0.365801070985E-03                     
+AR NRC1 2009  4  1 19 45  0.000000  1   -0.448333792651E-05                     
+AR NRIL 2009  4  1 19 45  0.000000  1   -0.426801032227E-07                     
+AR NRMD 2009  4  1 19 45  0.000000  1    0.279278840009E-07                     
+AR NTUS 2009  4  1 19 45  0.000000  1    0.776934330880E-09                     
+AR NYAL 2009  4  1 19 45  0.000000  1    0.955260148402E-07                     
+AR OHI3 2009  4  1 19 45  0.000000  1    0.478760787597E-04                     
+AR ONSA 2009  4  1 19 45  0.000000  1   -0.324820174945E-04                     
+AR PDEL 2009  4  1 19 45  0.000000  1    0.256318081751E-08                     
+AR PERT 2009  4  1 19 45  0.000000  1   -0.568611018717E-07                     
+AR PETP 2009  4  1 19 45  0.000000  1   -0.593668899715E-07                     
+AR PIMO 2009  4  1 19 45  0.000000  1   -0.384770135004E-07                     
+AR QAQ1 2009  4  1 19 45  0.000000  1   -0.669411547468E-07                     
+AR QUIN 2009  4  1 19 45  0.000000  1   -0.518633777611E-07                     
+AR RABT 2009  4  1 19 45  0.000000  1   -0.693485002954E-07                     
+AR RAMO 2009  4  1 19 45  0.000000  1    0.234308722604E-07                     
+AR RCMN 2009  4  1 19 45  0.000000  1    0.820589042485E-08                     
+AR REDU 2009  4  1 19 45  0.000000  1   -0.504388004472E-07                     
+AR REUN 2009  4  1 19 45  0.000000  1    0.279029540693E-07                     
+AR REYK 2009  4  1 19 45  0.000000  1   -0.246302806133E-03                     
+AR SCH2 2009  4  1 19 45  0.000000  1    0.190484537773E-03                     
+AR SCUB 2009  4  1 19 45  0.000000  1   -0.535137418526E-07                     
+AR STJO 2009  4  1 19 45  0.000000  1   -0.706814112745E-05                     
+AR SYDN 2009  4  1 19 45  0.000000  1    0.141144775456E-05                     
+AR SYOG 2009  4  1 19 45  0.000000  1    0.140142481545E-04                     
+AR THU2 2009  4  1 19 45  0.000000  1    0.284026609851E-03                     
+AR TOW2 2009  4  1 19 45  0.000000  1    0.359831700090E-08                     
+AR URUM 2009  4  1 19 45  0.000000  1   -0.408047875081E-03                     
+AR VESL 2009  4  1 19 45  0.000000  1    0.459229851949E-04                     
+AR VILL 2009  4  1 19 45  0.000000  1   -0.618905437636E-07                     
+AR WTZR 2009  4  1 19 45  0.000000  1    0.469380040614E-07                     
+AR WUHN 2009  4  1 19 45  0.000000  1   -0.533335681732E-07                     
+AR YSSK 2009  4  1 19 45  0.000000  1   -0.719235724369E-07                     
+AR ZIM2 2009  4  1 19 45  0.000000  1    0.221600995574E-07                     
+AR XMIS 2009  4  1 19 45  0.000000  1   -0.209420348051E-08                     
+AR GODZ 2009  4  1 19 45  0.000000  1   -0.469118125224E-03                     
+AR MTKA 2009  4  1 19 45  0.000000  1   -0.625548561554E-07                     
+AR TIXJ 2009  4  1 19 45  0.000000  1   -0.127816850591E-03                     
+AR PARK 2009  4  1 19 45  0.000000  1    0.810078919372E-06                     
+AR UNBJ 2009  4  1 19 45  0.000000  1    0.137762731893E-03                     
+AR NOVM 2009  4  1 19 45  0.000000  1    0.798332307749E-04                     
+AR SUNM 2009  4  1 19 45  0.000000  1   -0.188162017766E-03                     
+AR CEBR 2009  4  1 19 45  0.000000  1    0.719432006088E-03                     
+AR CPXF 2009  4  1 19 45  0.000000  1    0.389420505605E-08                     
+AR IDDR 2009  4  1 19 45  0.000000  1    0.911810086342E-08                     
+AR AZGB 2009  4  1 19 45  0.000000  1    0.305282778351E-03                     
+AR TN22 2009  4  1 19 45  0.000000  1    0.193839496721E-03                     
+AR ETAD 2009  4  1 19 45  0.000000  1    0.246225903323E-07                     
+AR ILHA 2009  4  1 19 45  0.000000  1    0.410906006017E-09                     
+AR POVE 2009  4  1 19 45  0.000000  1   -0.371912777550E-08                     
+AR SALU 2009  4  1 19 45  0.000000  1    0.183180226800E-07                     
+AR SAVO 2009  4  1 19 45  0.000000  1    0.134625754541E-07                     
+AR UFPR 2009  4  1 19 45  0.000000  1    0.182768087785E-07                     
+AR YELL 2009  4  1 19 45  0.000000  1    0.249819000000E-06                     
+AS G32  2009  4  1 19 50  0.000000  1    0.280050350636E-03                     
+AS G24  2009  4  1 19 50  0.000000  1    0.177913151687E-03                     
+AS G25  2009  4  1 19 50  0.000000  1    0.335150233263E-03                     
+AS G26  2009  4  1 19 50  0.000000  1    0.545171613654E-04                     
+AS G27  2009  4  1 19 50  0.000000  1    0.372225286961E-04                     
+AS G30  2009  4  1 19 50  0.000000  1    0.136331184165E-03                     
+AS G03  2009  4  1 19 50  0.000000  1    0.373620290937E-03                     
+AS G04  2009  4  1 19 50  0.000000  1   -0.351161075982E-04                     
+AS G06  2009  4  1 19 50  0.000000  1    0.607230777794E-04                     
+AS G08  2009  4  1 19 50  0.000000  1   -0.196591464793E-03                     
+AS G09  2009  4  1 19 50  0.000000  1    0.485133244543E-04                     
+AS G10  2009  4  1 19 50  0.000000  1   -0.136434682628E-04                     
+AS G14  2009  4  1 19 50  0.000000  1   -0.132234050414E-03                     
+AS G13  2009  4  1 19 50  0.000000  1    0.293294840755E-03                     
+AS G28  2009  4  1 19 50  0.000000  1   -0.238362064995E-04                     
+AS G21  2009  4  1 19 50  0.000000  1    0.214705442490E-04                     
+AS G11  2009  4  1 19 50  0.000000  1    0.271563286094E-05                     
+AS G22  2009  4  1 19 50  0.000000  1    0.202408520363E-03                     
+AS G20  2009  4  1 19 50  0.000000  1    0.865293195127E-04                     
+AS G18  2009  4  1 19 50  0.000000  1   -0.694248166603E-04                     
+AS G16  2009  4  1 19 50  0.000000  1    0.629128867590E-04                     
+AS G19  2009  4  1 19 50  0.000000  1    0.293326683304E-04                     
+AS G23  2009  4  1 19 50  0.000000  1    0.388999738248E-03                     
+AS G02  2009  4  1 19 50  0.000000  1    0.153917723704E-03                     
+AS G31  2009  4  1 19 50  0.000000  1   -0.565039290113E-04                     
+AS G17  2009  4  1 19 50  0.000000  1    0.524850960666E-04                     
+AS G12  2009  4  1 19 50  0.000000  1   -0.299396901134E-03                     
+AS G15  2009  4  1 19 50  0.000000  1   -0.276137152076E-03                     
+AS G29  2009  4  1 19 50  0.000000  1    0.497112629229E-05                     
+AS G07  2009  4  1 19 50  0.000000  1    0.209664589023E-04                     
+AS R02  2009  4  1 19 50  0.000000  1    0.205632605541E-04                     
+AS R03  2009  4  1 19 50  0.000000  1   -0.343670539013E-04                     
+AS R04  2009  4  1 19 50  0.000000  1    0.636012352765E-04                     
+AS R06  2009  4  1 19 50  0.000000  1   -0.169266240787E-03                     
+AS R07  2009  4  1 19 50  0.000000  1   -0.891329078765E-04                     
+AS R08  2009  4  1 19 50  0.000000  1   -0.101973067590E-03                     
+AS R10  2009  4  1 19 50  0.000000  1   -0.140820860296E-03                     
+AS R11  2009  4  1 19 50  0.000000  1   -0.926564282125E-04                     
+AS R13  2009  4  1 19 50  0.000000  1   -0.230675708119E-03                     
+AS R14  2009  4  1 19 50  0.000000  1   -0.795272596207E-04                     
+AS R15  2009  4  1 19 50  0.000000  1    0.921422536201E-04                     
+AS R17  2009  4  1 19 50  0.000000  1   -0.261294293550E-03                     
+AS R18  2009  4  1 19 50  0.000000  1   -0.135802858474E-05                     
+AS R19  2009  4  1 19 50  0.000000  1   -0.894518515144E-04                     
+AS R20  2009  4  1 19 50  0.000000  1   -0.650174798325E-04                     
+AS R21  2009  4  1 19 50  0.000000  1   -0.143379151360E-03                     
+AS R22  2009  4  1 19 50  0.000000  1   -0.201657669595E-03                     
+AS R23  2009  4  1 19 50  0.000000  1   -0.200149932504E-03                     
+AR ALGO 2009  4  1 19 50  0.000000  1    0.812120383064E-04                     
+AR ALIC 2009  4  1 19 50  0.000000  1    0.467497043992E-08                     
+AR AMC2 2009  4  1 19 50  0.000000  1    0.266796577835E-08                     
+AR ANKR 2009  4  1 19 50  0.000000  1    0.109906326439E-04                     
+AR ARTU 2009  4  1 19 50  0.000000  1   -0.499828585697E-07                     
+AR ASPA 2009  4  1 19 50  0.000000  1    0.386785451894E-07                     
+AR BHR1 2009  4  1 19 50  0.000000  1    0.563383717546E-03                     
+AR BARH 2009  4  1 19 50  0.000000  1    0.464061493632E-08                     
+AR BJFS 2009  4  1 19 50  0.000000  1   -0.481878643350E-07                     
+AR BOGT 2009  4  1 19 50  0.000000  1   -0.671890495007E-07                     
+AR BRMU 2009  4  1 19 50  0.000000  1   -0.501351115364E-03                     
+AR CAGZ 2009  4  1 19 50  0.000000  1   -0.228360600507E-03                     
+AR CAS1 2009  4  1 19 50  0.000000  1    0.187050794700E-08                     
+AR CHAT 2009  4  1 19 50  0.000000  1   -0.555674904048E-07                     
+AR CHPI 2009  4  1 19 50  0.000000  1   -0.820384680003E-07                     
+AR COCO 2009  4  1 19 50  0.000000  1    0.227650421463E-03                     
+AR CONZ 2009  4  1 19 50  0.000000  1   -0.316419563866E-03                     
+AR CRAR 2009  4  1 19 50  0.000000  1   -0.452598305104E-03                     
+AR CRO1 2009  4  1 19 50  0.000000  1    0.665108701926E-03                     
+AR DAEJ 2009  4  1 19 50  0.000000  1   -0.196514313230E-03                     
+AR DARW 2009  4  1 19 50  0.000000  1    0.258731745722E-08                     
+AR DGAR 2009  4  1 19 50  0.000000  1   -0.565652488757E-07                     
+AR DRAO 2009  4  1 19 50  0.000000  1    0.173116744589E-05                     
+AR FAA1 2009  4  1 19 50  0.000000  1   -0.466565129240E-08                     
+AR FAIR 2009  4  1 19 50  0.000000  1   -0.639801219948E-07                     
+AR GLPS 2009  4  1 19 50  0.000000  1   -0.801886472697E-07                     
+AR GUAM 2009  4  1 19 50  0.000000  1   -0.442211413132E-07                     
+AR GUAT 2009  4  1 19 50  0.000000  1    0.159256945418E-07                     
+AR HOB2 2009  4  1 19 50  0.000000  1    0.904792319313E-07                     
+AR HOFN 2009  4  1 19 50  0.000000  1   -0.382539905492E-03                     
+AR HOLM 2009  4  1 19 50  0.000000  1   -0.444418067321E-07                     
+AR HRAO 2009  4  1 19 50  0.000000  1    0.849472532321E-03                     
+AR HYDE 2009  4  1 19 50  0.000000  1    0.110089597338E-07                     
+AR IRKJ 2009  4  1 19 50  0.000000  1    0.163746547019E-03                     
+AR ISPA 2009  4  1 19 50  0.000000  1   -0.598088308712E-07                     
+AR KERG 2009  4  1 19 50  0.000000  1    0.817498001687E-03                     
+AR KHAJ 2009  4  1 19 50  0.000000  1   -0.150704050368E-05                     
+AR KIR0 2009  4  1 19 50  0.000000  1    0.282483268070E-03                     
+AR KIRU 2009  4  1 19 50  0.000000  1    0.591396531584E-03                     
+AR KIT3 2009  4  1 19 50  0.000000  1    0.466262653204E-08                     
+AR KOUR 2009  4  1 19 50  0.000000  1    0.125015572814E-03                     
+AR KUNM 2009  4  1 19 50  0.000000  1   -0.315861274752E-08                     
+AR LHAZ 2009  4  1 19 50  0.000000  1    0.380055288350E-03                     
+AR MAL2 2009  4  1 19 50  0.000000  1   -0.130152241289E-07                     
+AR MAS1 2009  4  1 19 50  0.000000  1   -0.101606451300E-03                     
+AR MAW1 2009  4  1 19 50  0.000000  1    0.147065702382E-08                     
+AR MCIL 2009  4  1 19 50  0.000000  1    0.308396983294E-07                     
+AR MCM4 2009  4  1 19 50  0.000000  1   -0.563783217430E-07                     
+AR MDO1 2009  4  1 19 50  0.000000  1   -0.455256391118E-07                     
+AR MDVJ 2009  4  1 19 50  0.000000  1    0.438552495669E-03                     
+AR MKEA 2009  4  1 19 50  0.000000  1   -0.577218970519E-07                     
+AR MOBS 2009  4  1 19 50  0.000000  1    0.341748219485E-08                     
+AR NANO 2009  4  1 19 50  0.000000  1    0.875402396497E-08                     
+AR NLIB 2009  4  1 19 50  0.000000  1   -0.117350770753E-06                     
+AR NNOR 2009  4  1 19 50  0.000000  1    0.365801080930E-03                     
+AR NRC1 2009  4  1 19 50  0.000000  1   -0.448330700481E-05                     
+AR NRIL 2009  4  1 19 50  0.000000  1   -0.447936294740E-07                     
+AR NRMD 2009  4  1 19 50  0.000000  1    0.268221099311E-07                     
+AR NTUS 2009  4  1 19 50  0.000000  1    0.196907439876E-08                     
+AR NYAL 2009  4  1 19 50  0.000000  1    0.955503555011E-07                     
+AR OHI3 2009  4  1 19 50  0.000000  1    0.169672293966E-03                     
+AR ONSA 2009  4  1 19 50  0.000000  1   -0.324820601766E-04                     
+AR PDEL 2009  4  1 19 50  0.000000  1    0.259498445629E-08                     
+AR PERT 2009  4  1 19 50  0.000000  1   -0.591709885089E-07                     
+AR PETP 2009  4  1 19 50  0.000000  1   -0.607503859529E-07                     
+AR PIMO 2009  4  1 19 50  0.000000  1   -0.436999799997E-07                     
+AR QAQ1 2009  4  1 19 50  0.000000  1   -0.646815301128E-07                     
+AR QUIN 2009  4  1 19 50  0.000000  1   -0.537460297111E-07                     
+AR RABT 2009  4  1 19 50  0.000000  1   -0.549328805050E-07                     
+AR RAMO 2009  4  1 19 50  0.000000  1    0.490083049833E-07                     
+AR RCMN 2009  4  1 19 50  0.000000  1    0.772267696793E-08                     
+AR REDU 2009  4  1 19 50  0.000000  1   -0.506471702109E-07                     
+AR REUN 2009  4  1 19 50  0.000000  1    0.295315303859E-07                     
+AR REYK 2009  4  1 19 50  0.000000  1   -0.246119645540E-03                     
+AR SCH2 2009  4  1 19 50  0.000000  1    0.190501814848E-03                     
+AR SCUB 2009  4  1 19 50  0.000000  1   -0.575558612463E-07                     
+AR STJO 2009  4  1 19 50  0.000000  1   -0.706842456066E-05                     
+AR SYDN 2009  4  1 19 50  0.000000  1    0.141163224280E-05                     
+AR SYOG 2009  4  1 19 50  0.000000  1    0.140141588021E-04                     
+AR THU2 2009  4  1 19 50  0.000000  1    0.282024389267E-03                     
+AR TOW2 2009  4  1 19 50  0.000000  1    0.199588667254E-08                     
+AR URUM 2009  4  1 19 50  0.000000  1   -0.481808864879E-03                     
+AR VESL 2009  4  1 19 50  0.000000  1    0.818602089505E-04                     
+AR VILL 2009  4  1 19 50  0.000000  1   -0.628213957607E-07                     
+AR WTZR 2009  4  1 19 50  0.000000  1    0.469561036265E-07                     
+AR WUHN 2009  4  1 19 50  0.000000  1   -0.543723647346E-07                     
+AR YSSK 2009  4  1 19 50  0.000000  1   -0.722103478719E-07                     
+AR ZIM2 2009  4  1 19 50  0.000000  1    0.241836490603E-07                     
+AR XMIS 2009  4  1 19 50  0.000000  1   -0.971346773204E-09                     
+AR GODZ 2009  4  1 19 50  0.000000  1   -0.469118104176E-03                     
+AR MTKA 2009  4  1 19 50  0.000000  1   -0.558141066179E-07                     
+AR TIXJ 2009  4  1 19 50  0.000000  1   -0.130122920002E-03                     
+AR PARK 2009  4  1 19 50  0.000000  1    0.810193150415E-06                     
+AR UNBJ 2009  4  1 19 50  0.000000  1    0.637477508075E-04                     
+AR NOVM 2009  4  1 19 50  0.000000  1    0.798332262032E-04                     
+AR SUNM 2009  4  1 19 50  0.000000  1   -0.344863592364E-03                     
+AR CEBR 2009  4  1 19 50  0.000000  1    0.719432006092E-03                     
+AR CPXF 2009  4  1 19 50  0.000000  1    0.100959329733E-07                     
+AR IDDR 2009  4  1 19 50  0.000000  1    0.784549907015E-08                     
+AR AZGB 2009  4  1 19 50  0.000000  1    0.165958389645E-03                     
+AR TN22 2009  4  1 19 50  0.000000  1    0.120253407594E-03                     
+AR ETAD 2009  4  1 19 50  0.000000  1    0.222784428211E-07                     
+AR ILHA 2009  4  1 19 50  0.000000  1   -0.244949932838E-08                     
+AR POVE 2009  4  1 19 50  0.000000  1   -0.443145273022E-08                     
+AR SALU 2009  4  1 19 50  0.000000  1    0.159244040701E-07                     
+AR SAVO 2009  4  1 19 50  0.000000  1    0.134924486338E-07                     
+AR UFPR 2009  4  1 19 50  0.000000  1    0.151234084373E-07                     
+AR YELL 2009  4  1 19 50  0.000000  1    0.249889000000E-06                     
+AS G32  2009  4  1 19 55  0.000000  1    0.280049005001E-03                     
+AS G24  2009  4  1 19 55  0.000000  1    0.177914218055E-03                     
+AS G25  2009  4  1 19 55  0.000000  1    0.335156771636E-03                     
+AS G26  2009  4  1 19 55  0.000000  1    0.545178014148E-04                     
+AS G27  2009  4  1 19 55  0.000000  1    0.372241399457E-04                     
+AS G30  2009  4  1 19 55  0.000000  1    0.136331790526E-03                     
+AS G03  2009  4  1 19 55  0.000000  1    0.373620917262E-03                     
+AS G04  2009  4  1 19 55  0.000000  1   -0.351205014277E-04                     
+AS G06  2009  4  1 19 55  0.000000  1    0.607283608590E-04                     
+AS G08  2009  4  1 19 55  0.000000  1   -0.196591304239E-03                     
+AS G09  2009  4  1 19 55  0.000000  1    0.485136193014E-04                     
+AS G10  2009  4  1 19 55  0.000000  1   -0.136435487622E-04                     
+AS G14  2009  4  1 19 55  0.000000  1   -0.132232479198E-03                     
+AS G13  2009  4  1 19 55  0.000000  1    0.293295228121E-03                     
+AS G28  2009  4  1 19 55  0.000000  1   -0.238360730228E-04                     
+AS G21  2009  4  1 19 55  0.000000  1    0.214699349992E-04                     
+AS G11  2009  4  1 19 55  0.000000  1    0.271541288411E-05                     
+AS G22  2009  4  1 19 55  0.000000  1    0.202408435521E-03                     
+AS G20  2009  4  1 19 55  0.000000  1    0.865288759554E-04                     
+AS G18  2009  4  1 19 55  0.000000  1   -0.694234850653E-04                     
+AS G16  2009  4  1 19 55  0.000000  1    0.629121091296E-04                     
+AS G19  2009  4  1 19 55  0.000000  1    0.293325744922E-04                     
+AS G23  2009  4  1 19 55  0.000000  1    0.388999918307E-03                     
+AS G02  2009  4  1 19 55  0.000000  1    0.153917515042E-03                     
+AS G31  2009  4  1 19 55  0.000000  1   -0.565042767324E-04                     
+AS G17  2009  4  1 19 55  0.000000  1    0.524855619596E-04                     
+AS G12  2009  4  1 19 55  0.000000  1   -0.299395367638E-03                     
+AS G15  2009  4  1 19 55  0.000000  1   -0.276138659328E-03                     
+AS G29  2009  4  1 19 55  0.000000  1    0.497241586000E-05                     
+AS G07  2009  4  1 19 55  0.000000  1    0.209664790883E-04                     
+AS R02  2009  4  1 19 55  0.000000  1    0.205622239288E-04                     
+AS R03  2009  4  1 19 55  0.000000  1   -0.343684173914E-04                     
+AS R04  2009  4  1 19 55  0.000000  1    0.635992523897E-04                     
+AS R06  2009  4  1 19 55  0.000000  1   -0.169265001931E-03                     
+AS R07  2009  4  1 19 55  0.000000  1   -0.891312866440E-04                     
+AS R08  2009  4  1 19 55  0.000000  1   -0.101972770758E-03                     
+AS R10  2009  4  1 19 55  0.000000  1   -0.140820750619E-03                     
+AS R11  2009  4  1 19 55  0.000000  1   -0.926566730206E-04                     
+AS R13  2009  4  1 19 55  0.000000  1   -0.230676344795E-03                     
+AS R14  2009  4  1 19 55  0.000000  1   -0.795261468174E-04                     
+AS R15  2009  4  1 19 55  0.000000  1    0.921423526065E-04                     
+AS R17  2009  4  1 19 55  0.000000  1   -0.261294476155E-03                     
+AS R18  2009  4  1 19 55  0.000000  1   -0.135837811541E-05                     
+AS R19  2009  4  1 19 55  0.000000  1   -0.894523643798E-04                     
+AS R20  2009  4  1 19 55  0.000000  1   -0.650180577871E-04                     
+AS R21  2009  4  1 19 55  0.000000  1   -0.143379419095E-03                     
+AS R22  2009  4  1 19 55  0.000000  1   -0.201658503380E-03                     
+AS R23  2009  4  1 19 55  0.000000  1   -0.200148140257E-03                     
+AR ALGO 2009  4  1 19 55  0.000000  1    0.812147334323E-04                     
+AR ALIC 2009  4  1 19 55  0.000000  1    0.145059522806E-08                     
+AR AMC2 2009  4  1 19 55  0.000000  1    0.267566234935E-08                     
+AR ANKR 2009  4  1 19 55  0.000000  1    0.729563624386E-04                     
+AR ARTU 2009  4  1 19 55  0.000000  1   -0.506719327881E-07                     
+AR ASPA 2009  4  1 19 55  0.000000  1    0.372344561182E-07                     
+AR BHR1 2009  4  1 19 55  0.000000  1    0.563383521274E-03                     
+AR BARH 2009  4  1 19 55  0.000000  1    0.106436109886E-08                     
+AR BJFS 2009  4  1 19 55  0.000000  1   -0.463446436334E-07                     
+AR BOGT 2009  4  1 19 55  0.000000  1   -0.690049671094E-07                     
+AR BRMU 2009  4  1 19 55  0.000000  1   -0.405359871943E-05                     
+AR CAGZ 2009  4  1 19 55  0.000000  1   -0.480447465580E-05                     
+AR CAS1 2009  4  1 19 55  0.000000  1    0.237099594116E-08                     
+AR CHAT 2009  4  1 19 55  0.000000  1   -0.552737062276E-07                     
+AR CHPI 2009  4  1 19 55  0.000000  1   -0.805318240582E-07                     
+AR COCO 2009  4  1 19 55  0.000000  1    0.227649796048E-03                     
+AR CONZ 2009  4  1 19 55  0.000000  1   -0.452998264190E-03                     
+AR CRAR 2009  4  1 19 55  0.000000  1   -0.477543420307E-03                     
+AR CRO1 2009  4  1 19 55  0.000000  1    0.665108743823E-03                     
+AR DAEJ 2009  4  1 19 55  0.000000  1   -0.196512490359E-03                     
+AR DARW 2009  4  1 19 55  0.000000  1    0.304077172512E-08                     
+AR DGAR 2009  4  1 19 55  0.000000  1   -0.610317136698E-07                     
+AR DRAO 2009  4  1 19 55  0.000000  1    0.176779675115E-05                     
+AR FAA1 2009  4  1 19 55  0.000000  1   -0.373018304027E-08                     
+AR FAIR 2009  4  1 19 55  0.000000  1   -0.577424538352E-07                     
+AR GLPS 2009  4  1 19 55  0.000000  1   -0.812460000000E-07                     
+AR GUAM 2009  4  1 19 55  0.000000  1   -0.474827743024E-07                     
+AR GUAT 2009  4  1 19 55  0.000000  1    0.149023608926E-07                     
+AR HOB2 2009  4  1 19 55  0.000000  1    0.905080186654E-07                     
+AR HOFN 2009  4  1 19 55  0.000000  1   -0.305594316511E-03                     
+AR HOLM 2009  4  1 19 55  0.000000  1   -0.453170219321E-07                     
+AR HRAO 2009  4  1 19 55  0.000000  1    0.849472620713E-03                     
+AR HYDE 2009  4  1 19 55  0.000000  1    0.808369077518E-08                     
+AR IRKJ 2009  4  1 19 55  0.000000  1    0.163746550036E-03                     
+AR ISPA 2009  4  1 19 55  0.000000  1   -0.616355977291E-07                     
+AR KERG 2009  4  1 19 55  0.000000  1    0.817497665372E-03                     
+AR KIR0 2009  4  1 19 55  0.000000  1    0.282476521982E-03                     
+AR KIRU 2009  4  1 19 55  0.000000  1    0.591397429262E-03                     
+AR KIT3 2009  4  1 19 55  0.000000  1   -0.118992106182E-07                     
+AR KOUR 2009  4  1 19 55  0.000000  1    0.125015590254E-03                     
+AR KUNM 2009  4  1 19 55  0.000000  1   -0.918832937161E-09                     
+AR LHAZ 2009  4  1 19 55  0.000000  1    0.403049497205E-03                     
+AR MAL2 2009  4  1 19 55  0.000000  1   -0.130151785751E-07                     
+AR MAS1 2009  4  1 19 55  0.000000  1   -0.101606212315E-03                     
+AR MAW1 2009  4  1 19 55  0.000000  1    0.201734962722E-08                     
+AR MCIL 2009  4  1 19 55  0.000000  1    0.298523999828E-07                     
+AR MCM4 2009  4  1 19 55  0.000000  1   -0.578667054247E-07                     
+AR MDO1 2009  4  1 19 55  0.000000  1   -0.448906741504E-07                     
+AR MDVJ 2009  4  1 19 55  0.000000  1    0.438552497341E-03                     
+AR MKEA 2009  4  1 19 55  0.000000  1   -0.638805787470E-07                     
+AR MOBS 2009  4  1 19 55  0.000000  1    0.170307704484E-08                     
+AR NANO 2009  4  1 19 55  0.000000  1    0.791538736569E-08                     
+AR NLIB 2009  4  1 19 55  0.000000  1   -0.117291994703E-06                     
+AR NNOR 2009  4  1 19 55  0.000000  1    0.365800920921E-03                     
+AR NRC1 2009  4  1 19 55  0.000000  1   -0.448328506589E-05                     
+AR NRIL 2009  4  1 19 55  0.000000  1   -0.476684993250E-07                     
+AR NRMD 2009  4  1 19 55  0.000000  1    0.265966231611E-07                     
+AR NTUS 2009  4  1 19 55  0.000000  1   -0.979943186784E-09                     
+AR NYAL 2009  4  1 19 55  0.000000  1    0.955621057684E-07                     
+AR OHI3 2009  4  1 19 55  0.000000  1    0.293377434120E-03                     
+AR ONSA 2009  4  1 19 55  0.000000  1   -0.324820981557E-04                     
+AR PDEL 2009  4  1 19 55  0.000000  1    0.804056489354E-09                     
+AR PERT 2009  4  1 19 55  0.000000  1   -0.585155738478E-07                     
+AR PETP 2009  4  1 19 55  0.000000  1   -0.604890067407E-07                     
+AR PIMO 2009  4  1 19 55  0.000000  1   -0.413169375400E-07                     
+AR QAQ1 2009  4  1 19 55  0.000000  1   -0.622064014762E-07                     
+AR QUIN 2009  4  1 19 55  0.000000  1   -0.550417151541E-07                     
+AR RABT 2009  4  1 19 55  0.000000  1   -0.532319947097E-07                     
+AR RAMO 2009  4  1 19 55  0.000000  1    0.623683160112E-07                     
+AR RCMN 2009  4  1 19 55  0.000000  1    0.371994057682E-08                     
+AR REDU 2009  4  1 19 55  0.000000  1   -0.486600680856E-07                     
+AR REUN 2009  4  1 19 55  0.000000  1    0.289923103250E-07                     
+AR REYK 2009  4  1 19 55  0.000000  1   -0.246071868250E-03                     
+AR SCH2 2009  4  1 19 55  0.000000  1    0.190518730531E-03                     
+AR SCUB 2009  4  1 19 55  0.000000  1   -0.587291738053E-07                     
+AR STJO 2009  4  1 19 55  0.000000  1   -0.706871797546E-05                     
+AR SYDN 2009  4  1 19 55  0.000000  1    0.141173193763E-05                     
+AR SYOG 2009  4  1 19 55  0.000000  1    0.140144538440E-04                     
+AR THU2 2009  4  1 19 55  0.000000  1    0.280022093840E-03                     
+AR TOW2 2009  4  1 19 55  0.000000  1    0.222953678838E-08                     
+AR URUM 2009  4  1 19 55  0.000000  1    0.444545393716E-03                     
+AR VESL 2009  4  1 19 55  0.000000  1    0.117769767214E-03                     
+AR VILL 2009  4  1 19 55  0.000000  1   -0.605940066504E-07                     
+AR WTZR 2009  4  1 19 55  0.000000  1    0.469659736664E-07                     
+AR WUHN 2009  4  1 19 55  0.000000  1   -0.543829996808E-07                     
+AR YSSK 2009  4  1 19 55  0.000000  1   -0.705754752202E-07                     
+AR ZIM2 2009  4  1 19 55  0.000000  1    0.243915209973E-07                     
+AR XMIS 2009  4  1 19 55  0.000000  1   -0.152575958528E-08                     
+AR GODZ 2009  4  1 19 55  0.000000  1   -0.469118055256E-03                     
+AR MTKA 2009  4  1 19 55  0.000000  1   -0.585719509539E-07                     
+AR TIXJ 2009  4  1 19 55  0.000000  1   -0.132380402632E-03                     
+AR PARK 2009  4  1 19 55  0.000000  1    0.810291122565E-06                     
+AR UNBJ 2009  4  1 19 55  0.000000  1   -0.100907578584E-04                     
+AR NOVM 2009  4  1 19 55  0.000000  1    0.798331817150E-04                     
+AR SUNM 2009  4  1 19 55  0.000000  1   -0.501274905345E-03                     
+AR CEBR 2009  4  1 19 55  0.000000  1    0.719431998821E-03                     
+AR CPXF 2009  4  1 19 55  0.000000  1    0.899804349131E-08                     
+AR IDDR 2009  4  1 19 55  0.000000  1    0.887054668768E-08                     
+AR AZGB 2009  4  1 19 55  0.000000  1    0.266155746823E-04                     
+AR TN22 2009  4  1 19 55  0.000000  1    0.466139330842E-04                     
+AR ETAD 2009  4  1 19 55  0.000000  1    0.242068710877E-07                     
+AR ILHA 2009  4  1 19 55  0.000000  1   -0.187549325103E-08                     
+AR POVE 2009  4  1 19 55  0.000000  1   -0.601141352866E-08                     
+AR RECF 2009  4  1 19 55  0.000000  1    0.120748517168E-07                     
+AR SALU 2009  4  1 19 55  0.000000  1    0.103744549169E-07                     
+AR SAVO 2009  4  1 19 55  0.000000  1    0.145333633943E-07                     
+AR UFPR 2009  4  1 19 55  0.000000  1    0.144837994619E-07                     
+AR YELL 2009  4  1 19 55  0.000000  1    0.249959000000E-06                     
+AS G32  2009  4  1 20  0  0.000000  1    0.280047524024E-03                     
+AS G24  2009  4  1 20  0  0.000000  1    0.177915248713E-03                     
+AS G25  2009  4  1 20  0  0.000000  1    0.335163383344E-03                     
+AS G26  2009  4  1 20  0  0.000000  1    0.545185661194E-04                     
+AS G27  2009  4  1 20  0  0.000000  1    0.372258104551E-04                     
+AS G30  2009  4  1 20  0  0.000000  1    0.136332888440E-03                     
+AS G03  2009  4  1 20  0  0.000000  1    0.373622906018E-03                     
+AS G04  2009  4  1 20  0  0.000000  1   -0.351247445992E-04                     
+AS G06  2009  4  1 20  0  0.000000  1    0.607338773595E-04                     
+AS G08  2009  4  1 20  0  0.000000  1   -0.196591433775E-03                     
+AS G09  2009  4  1 20  0  0.000000  1    0.485133342437E-04                     
+AS G10  2009  4  1 20  0  0.000000  1   -0.136437686832E-04                     
+AS G14  2009  4  1 20  0  0.000000  1   -0.132230944432E-03                     
+AS G13  2009  4  1 20  0  0.000000  1    0.293295506787E-03                     
+AS G28  2009  4  1 20  0  0.000000  1   -0.238365222093E-04                     
+AS G21  2009  4  1 20  0  0.000000  1    0.214696273662E-04                     
+AS G11  2009  4  1 20  0  0.000000  1    0.271496017791E-05                     
+AS G22  2009  4  1 20  0  0.000000  1    0.202408076825E-03                     
+AS G20  2009  4  1 20  0  0.000000  1    0.865285990173E-04                     
+AS G18  2009  4  1 20  0  0.000000  1   -0.694225222644E-04                     
+AS G16  2009  4  1 20  0  0.000000  1    0.629109643315E-04                     
+AS G19  2009  4  1 20  0  0.000000  1    0.293322240396E-04                     
+AS G23  2009  4  1 20  0  0.000000  1    0.389000079132E-03                     
+AS G02  2009  4  1 20  0  0.000000  1    0.153917333676E-03                     
+AS G31  2009  4  1 20  0  0.000000  1   -0.565048191300E-04                     
+AS G17  2009  4  1 20  0  0.000000  1    0.524859658337E-04                     
+AS G12  2009  4  1 20  0  0.000000  1   -0.299394087916E-03                     
+AS G15  2009  4  1 20  0  0.000000  1   -0.276140223264E-03                     
+AS G29  2009  4  1 20  0  0.000000  1    0.497375886928E-05                     
+AS G07  2009  4  1 20  0  0.000000  1    0.209659718831E-04                     
+AS R02  2009  4  1 20  0  0.000000  1    0.205612304468E-04                     
+AS R03  2009  4  1 20  0  0.000000  1   -0.343691094228E-04                     
+AS R04  2009  4  1 20  0  0.000000  1    0.635976296504E-04                     
+AS R06  2009  4  1 20  0  0.000000  1   -0.169266709755E-03                     
+AS R07  2009  4  1 20  0  0.000000  1   -0.891302975452E-04                     
+AS R08  2009  4  1 20  0  0.000000  1   -0.101972443929E-03                     
+AS R10  2009  4  1 20  0  0.000000  1   -0.140820961939E-03                     
+AS R11  2009  4  1 20  0  0.000000  1   -0.926570209014E-04                     
+AS R13  2009  4  1 20  0  0.000000  1   -0.230676927395E-03                     
+AS R14  2009  4  1 20  0  0.000000  1   -0.795247195384E-04                     
+AS R15  2009  4  1 20  0  0.000000  1    0.921429520463E-04                     
+AS R17  2009  4  1 20  0  0.000000  1   -0.261294857418E-03                     
+AS R18  2009  4  1 20  0  0.000000  1   -0.135827183304E-05                     
+AS R19  2009  4  1 20  0  0.000000  1   -0.894525842702E-04                     
+AS R20  2009  4  1 20  0  0.000000  1   -0.650184089327E-04                     
+AS R21  2009  4  1 20  0  0.000000  1   -0.143379884463E-03                     
+AS R22  2009  4  1 20  0  0.000000  1   -0.201659398936E-03                     
+AS R23  2009  4  1 20  0  0.000000  1   -0.200146859849E-03                     
+AR ALGO 2009  4  1 20  0  0.000000  1    0.812176110667E-04                     
+AR ALIC 2009  4  1 20  0  0.000000  1    0.669260477011E-08                     
+AR AMC2 2009  4  1 20  0  0.000000  1    0.268101864509E-08                     
+AR ANKR 2009  4  1 20  0  0.000000  1    0.134915114411E-03                     
+AR ARTU 2009  4  1 20  0  0.000000  1   -0.513259596717E-07                     
+AR ASPA 2009  4  1 20  0  0.000000  1    0.370744180604E-07                     
+AR BHR1 2009  4  1 20  0  0.000000  1    0.563383388164E-03                     
+AR BARH 2009  4  1 20  0  0.000000  1    0.358674187002E-08                     
+AR BJFS 2009  4  1 20  0  0.000000  1   -0.459555119050E-07                     
+AR BOGT 2009  4  1 20  0  0.000000  1   -0.709533031797E-07                     
+AR BRMU 2009  4  1 20  0  0.000000  1    0.493814665120E-03                     
+AR CAGZ 2009  4  1 20  0  0.000000  1    0.218790215472E-03                     
+AR CAS1 2009  4  1 20  0  0.000000  1    0.334994049002E-08                     
+AR CHAT 2009  4  1 20  0  0.000000  1   -0.617255031747E-07                     
+AR CHPI 2009  4  1 20  0  0.000000  1   -0.783505184234E-07                     
+AR COCO 2009  4  1 20  0  0.000000  1    0.227649271049E-03                     
+AR CONZ 2009  4  1 20  0  0.000000  1    0.410161062493E-03                     
+AR CRAR 2009  4  1 20  0  0.000000  1    0.497535629952E-03                     
+AR CRO1 2009  4  1 20  0  0.000000  1    0.665108705254E-03                     
+AR DAEJ 2009  4  1 20  0  0.000000  1   -0.196512799127E-03                     
+AR DARW 2009  4  1 20  0  0.000000  1    0.182960727603E-08                     
+AR DGAR 2009  4  1 20  0  0.000000  1   -0.591603349985E-07                     
+AR DRAO 2009  4  1 20  0  0.000000  1    0.180470911641E-05                     
+AR FAA1 2009  4  1 20  0  0.000000  1   -0.319747925215E-08                     
+AR FAIR 2009  4  1 20  0  0.000000  1   -0.607119079203E-07                     
+AR GLPS 2009  4  1 20  0  0.000000  1   -0.834617761831E-07                     
+AR GUAM 2009  4  1 20  0  0.000000  1   -0.466650085073E-07                     
+AR GUAT 2009  4  1 20  0  0.000000  1    0.143639790273E-07                     
+AR HOB2 2009  4  1 20  0  0.000000  1    0.904995332370E-07                     
+AR HOFN 2009  4  1 20  0  0.000000  1   -0.228678140176E-03                     
+AR HOLM 2009  4  1 20  0  0.000000  1   -0.471581236945E-07                     
+AR HRAO 2009  4  1 20  0  0.000000  1    0.849472694132E-03                     
+AR HYDE 2009  4  1 20  0  0.000000  1    0.492371912549E-08                     
+AR IRKJ 2009  4  1 20  0  0.000000  1    0.163746534991E-03                     
+AR ISPA 2009  4  1 20  0  0.000000  1   -0.640844558693E-07                     
+AR KARR 2009  4  1 20  0  0.000000  1   -0.508647960469E-07                     
+AR KERG 2009  4  1 20  0  0.000000  1    0.817497856451E-03                     
+AR KHAJ 2009  4  1 20  0  0.000000  1   -0.150703783311E-05                     
+AR KIR0 2009  4  1 20  0  0.000000  1    0.282469789190E-03                     
+AR KIRU 2009  4  1 20  0  0.000000  1    0.591398710420E-03                     
+AR KIT3 2009  4  1 20  0  0.000000  1   -0.647036990810E-08                     
+AR KOUR 2009  4  1 20  0  0.000000  1    0.125015560221E-03                     
+AR KUNM 2009  4  1 20  0  0.000000  1    0.374318091199E-07                     
+AR LHAZ 2009  4  1 20  0  0.000000  1    0.426083146267E-03                     
+AR MAL2 2009  4  1 20  0  0.000000  1   -0.804467299158E-08                     
+AR MAS1 2009  4  1 20  0  0.000000  1   -0.101606010372E-03                     
+AR MAW1 2009  4  1 20  0  0.000000  1    0.774813025885E-09                     
+AR MCIL 2009  4  1 20  0  0.000000  1    0.299004910427E-07                     
+AR MCM4 2009  4  1 20  0  0.000000  1   -0.591502973244E-07                     
+AR MDO1 2009  4  1 20  0  0.000000  1   -0.455493730529E-07                     
+AR MDVJ 2009  4  1 20  0  0.000000  1    0.438552485923E-03                     
+AR MKEA 2009  4  1 20  0  0.000000  1   -0.622825664620E-07                     
+AR MOBS 2009  4  1 20  0  0.000000  1    0.113666994285E-08                     
+AR NANO 2009  4  1 20  0  0.000000  1    0.712065424686E-08                     
+AR NLIB 2009  4  1 20  0  0.000000  1   -0.117261244125E-06                     
+AR NNOR 2009  4  1 20  0  0.000000  1    0.365801110443E-03                     
+AR NRC1 2009  4  1 20  0  0.000000  1   -0.448329229709E-05                     
+AR NRIL 2009  4  1 20  0  0.000000  1   -0.516542267170E-07                     
+AR NRMD 2009  4  1 20  0  0.000000  1    0.266108899084E-07                     
+AR NTUS 2009  4  1 20  0  0.000000  1   -0.158892088233E-08                     
+AR NYAL 2009  4  1 20  0  0.000000  1    0.955492019168E-07                     
+AR OHI3 2009  4  1 20  0  0.000000  1    0.418578916580E-03                     
+AR ONSA 2009  4  1 20  0  0.000000  1   -0.324821402187E-04                     
+AR PDEL 2009  4  1 20  0  0.000000  1    0.227715136384E-08                     
+AR PERT 2009  4  1 20  0  0.000000  1   -0.539889991875E-07                     
+AR PETP 2009  4  1 20  0  0.000000  1   -0.617493779048E-07                     
+AR PIMO 2009  4  1 20  0  0.000000  1   -0.405398321377E-07                     
+AR QAQ1 2009  4  1 20  0  0.000000  1   -0.606720588492E-07                     
+AR QUIN 2009  4  1 20  0  0.000000  1   -0.613997549973E-07                     
+AR RABT 2009  4  1 20  0  0.000000  1   -0.520296294964E-07                     
+AR RAMO 2009  4  1 20  0  0.000000  1   -0.844193096081E-07                     
+AR RCMN 2009  4  1 20  0  0.000000  1    0.434809508691E-08                     
+AR REDU 2009  4  1 20  0  0.000000  1   -0.490711098834E-07                     
+AR REUN 2009  4  1 20  0  0.000000  1    0.288832309662E-07                     
+AR REYK 2009  4  1 20  0  0.000000  1   -0.246155371284E-03                     
+AR SCH2 2009  4  1 20  0  0.000000  1    0.190535708611E-03                     
+AR SCUB 2009  4  1 20  0  0.000000  1   -0.587307756462E-07                     
+AR STJO 2009  4  1 20  0  0.000000  1   -0.706902768449E-05                     
+AR SYDN 2009  4  1 20  0  0.000000  1    0.141190918765E-05                     
+AR SYOG 2009  4  1 20  0  0.000000  1    0.140143370332E-04                     
+AR THU2 2009  4  1 20  0  0.000000  1    0.278019788429E-03                     
+AR TOW2 2009  4  1 20  0  0.000000  1    0.313750355015E-08                     
+AR URUM 2009  4  1 20  0  0.000000  1    0.371077747252E-03                     
+AR VESL 2009  4  1 20  0  0.000000  1    0.153681579144E-03                     
+AR VILL 2009  4  1 20  0  0.000000  1   -0.597250467335E-07                     
+AR WTZR 2009  4  1 20  0  0.000000  1    0.469554781394E-07                     
+AR WUHN 2009  4  1 20  0  0.000000  1   -0.549015104558E-07                     
+AR YSSK 2009  4  1 20  0  0.000000  1   -0.708344665710E-07                     
+AR ZIM2 2009  4  1 20  0  0.000000  1    0.245090603820E-07                     
+AR XMIS 2009  4  1 20  0  0.000000  1   -0.728127774577E-09                     
+AR GODZ 2009  4  1 20  0  0.000000  1   -0.469118040700E-03                     
+AR MTKA 2009  4  1 20  0  0.000000  1   -0.666450168441E-07                     
+AR TIXJ 2009  4  1 20  0  0.000000  1   -0.134572805673E-03                     
+AR PARK 2009  4  1 20  0  0.000000  1    0.809881287048E-06                     
+AR UNBJ 2009  4  1 20  0  0.000000  1   -0.838491865325E-04                     
+AR NOVM 2009  4  1 20  0  0.000000  1    0.798332149221E-04                     
+AR SUNM 2009  4  1 20  0  0.000000  1    0.341841769817E-03                     
+AR CEBR 2009  4  1 20  0  0.000000  1    0.719431994572E-03                     
+AR CPXF 2009  4  1 20  0  0.000000  1    0.497333978542E-08                     
+AR IDDR 2009  4  1 20  0  0.000000  1    0.100825500828E-07                     
+AR AZGB 2009  4  1 20  0  0.000000  1   -0.112731279188E-03                     
+AR TN22 2009  4  1 20  0  0.000000  1   -0.271263445386E-04                     
+AR ETAD 2009  4  1 20  0  0.000000  1    0.217229579836E-07                     
+AR ILHA 2009  4  1 20  0  0.000000  1   -0.507625672205E-08                     
+AR POVE 2009  4  1 20  0  0.000000  1   -0.790470682142E-08                     
+AR RECF 2009  4  1 20  0  0.000000  1    0.114212115484E-07                     
+AR SALU 2009  4  1 20  0  0.000000  1    0.165879471807E-07                     
+AR SAVO 2009  4  1 20  0  0.000000  1    0.138508599888E-07                     
+AR UFPR 2009  4  1 20  0  0.000000  1    0.152895954022E-07                     
+AR YELL 2009  4  1 20  0  0.000000  1    0.250029000000E-06                     
+AS G32  2009  4  1 20  5  0.000000  1    0.280046091370E-03                     
+AS G24  2009  4  1 20  5  0.000000  1    0.177915838249E-03                     
+AS G25  2009  4  1 20  5  0.000000  1    0.335170025234E-03                     
+AS G26  2009  4  1 20  5  0.000000  1    0.545193206324E-04                     
+AS G27  2009  4  1 20  5  0.000000  1    0.372273368584E-04                     
+AS G30  2009  4  1 20  5  0.000000  1    0.136333827250E-03                     
+AS G03  2009  4  1 20  5  0.000000  1    0.373624259959E-03                     
+AS G04  2009  4  1 20  5  0.000000  1   -0.351291290823E-04                     
+AS G06  2009  4  1 20  5  0.000000  1    0.607393510048E-04                     
+AS G08  2009  4  1 20  5  0.000000  1   -0.196591778651E-03                     
+AS G09  2009  4  1 20  5  0.000000  1    0.485139281407E-04                     
+AS G10  2009  4  1 20  5  0.000000  1   -0.136442932294E-04                     
+AS G14  2009  4  1 20  5  0.000000  1   -0.132229207817E-03                     
+AS G13  2009  4  1 20  5  0.000000  1    0.293295944491E-03                     
+AS G28  2009  4  1 20  5  0.000000  1   -0.238363858986E-04                     
+AS G21  2009  4  1 20  5  0.000000  1    0.214690136350E-04                     
+AS G11  2009  4  1 20  5  0.000000  1    0.271455164694E-05                     
+AS G22  2009  4  1 20  5  0.000000  1    0.202408215062E-03                     
+AS G20  2009  4  1 20  5  0.000000  1    0.865284627094E-04                     
+AS G18  2009  4  1 20  5  0.000000  1   -0.694213944290E-04                     
+AS G16  2009  4  1 20  5  0.000000  1    0.629101353780E-04                     
+AS G19  2009  4  1 20  5  0.000000  1    0.293319896260E-04                     
+AS G23  2009  4  1 20  5  0.000000  1    0.389000284098E-03                     
+AS G02  2009  4  1 20  5  0.000000  1    0.153917002029E-03                     
+AS G31  2009  4  1 20  5  0.000000  1   -0.565051631603E-04                     
+AS G17  2009  4  1 20  5  0.000000  1    0.524865519808E-04                     
+AS G12  2009  4  1 20  5  0.000000  1   -0.299392698635E-03                     
+AS G15  2009  4  1 20  5  0.000000  1   -0.276141359795E-03                     
+AS G29  2009  4  1 20  5  0.000000  1    0.497489086375E-05                     
+AS G07  2009  4  1 20  5  0.000000  1    0.209659521014E-04                     
+AS R02  2009  4  1 20  5  0.000000  1    0.205602658768E-04                     
+AS R03  2009  4  1 20  5  0.000000  1   -0.343697234193E-04                     
+AS R04  2009  4  1 20  5  0.000000  1    0.635948259209E-04                     
+AS R06  2009  4  1 20  5  0.000000  1   -0.169264577129E-03                     
+AS R07  2009  4  1 20  5  0.000000  1   -0.891299974355E-04                     
+AS R08  2009  4  1 20  5  0.000000  1   -0.101972365491E-03                     
+AS R10  2009  4  1 20  5  0.000000  1   -0.140820656156E-03                     
+AS R11  2009  4  1 20  5  0.000000  1   -0.926571785133E-04                     
+AS R13  2009  4  1 20  5  0.000000  1   -0.230676889948E-03                     
+AS R14  2009  4  1 20  5  0.000000  1   -0.795238675840E-04                     
+AS R15  2009  4  1 20  5  0.000000  1    0.921436381038E-04                     
+AS R17  2009  4  1 20  5  0.000000  1   -0.261295042952E-03                     
+AS R18  2009  4  1 20  5  0.000000  1   -0.135843784850E-05                     
+AS R19  2009  4  1 20  5  0.000000  1   -0.894530727414E-04                     
+AS R20  2009  4  1 20  5  0.000000  1   -0.650179790881E-04                     
+AS R21  2009  4  1 20  5  0.000000  1   -0.143380287447E-03                     
+AS R22  2009  4  1 20  5  0.000000  1   -0.201660228225E-03                     
+AS R23  2009  4  1 20  5  0.000000  1   -0.200145355264E-03                     
+AR ALGO 2009  4  1 20  5  0.000000  1    0.812203040632E-04                     
+AR ALIC 2009  4  1 20  5  0.000000  1    0.521911341904E-08                     
+AR AMC2 2009  4  1 20  5  0.000000  1    0.268187522689E-08                     
+AR ANKR 2009  4  1 20  5  0.000000  1    0.196899903319E-03                     
+AR ARTU 2009  4  1 20  5  0.000000  1   -0.511416131192E-07                     
+AR ASPA 2009  4  1 20  5  0.000000  1    0.394276475058E-07                     
+AR BHR1 2009  4  1 20  5  0.000000  1    0.563383347576E-03                     
+AR BARH 2009  4  1 20  5  0.000000  1    0.616669555570E-08                     
+AR BJFS 2009  4  1 20  5  0.000000  1   -0.460702162403E-07                     
+AR BOGT 2009  4  1 20  5  0.000000  1   -0.747213460517E-07                     
+AR BRMU 2009  4  1 20  5  0.000000  1   -0.778713368159E-05                     
+AR CAGZ 2009  4  1 20  5  0.000000  1    0.442392302213E-03                     
+AR CAS1 2009  4  1 20  5  0.000000  1    0.317045205854E-08                     
+AR CHAT 2009  4  1 20  5  0.000000  1   -0.627467655219E-07                     
+AR CHPI 2009  4  1 20  5  0.000000  1   -0.779894640506E-07                     
+AR COCO 2009  4  1 20  5  0.000000  1    0.227648797736E-03                     
+AR CONZ 2009  4  1 20  5  0.000000  1    0.272822777054E-03                     
+AR CRAR 2009  4  1 20  5  0.000000  1    0.472630138169E-03                     
+AR CRO1 2009  4  1 20  5  0.000000  1    0.665108782165E-03                     
+AR DAEJ 2009  4  1 20  5  0.000000  1   -0.196512807240E-03                     
+AR DARW 2009  4  1 20  5  0.000000  1    0.153347628115E-08                     
+AR DGAR 2009  4  1 20  5  0.000000  1   -0.603353898662E-07                     
+AR DRAO 2009  4  1 20  5  0.000000  1    0.184131815338E-05                     
+AR FAA1 2009  4  1 20  5  0.000000  1   -0.472210949257E-08                     
+AR FAIR 2009  4  1 20  5  0.000000  1   -0.626850654262E-07                     
+AR GLPS 2009  4  1 20  5  0.000000  1   -0.853610273876E-07                     
+AR GUAM 2009  4  1 20  5  0.000000  1   -0.467749894646E-07                     
+AR GUAT 2009  4  1 20  5  0.000000  1    0.138239278601E-07                     
+AR HOB2 2009  4  1 20  5  0.000000  1    0.905368992243E-07                     
+AR HOFN 2009  4  1 20  5  0.000000  1   -0.151782097159E-03                     
+AR HOLM 2009  4  1 20  5  0.000000  1   -0.520041573706E-07                     
+AR HRAO 2009  4  1 20  5  0.000000  1    0.849472778822E-03                     
+AR HYDE 2009  4  1 20  5  0.000000  1    0.669609957406E-08                     
+AR IRKJ 2009  4  1 20  5  0.000000  1    0.163746548793E-03                     
+AR ISPA 2009  4  1 20  5  0.000000  1   -0.660212338447E-07                     
+AR KARR 2009  4  1 20  5  0.000000  1   -0.517212286710E-07                     
+AR KERG 2009  4  1 20  5  0.000000  1    0.817498006810E-03                     
+AR KHAJ 2009  4  1 20  5  0.000000  1   -0.150700800200E-05                     
+AR KIR0 2009  4  1 20  5  0.000000  1    0.282463129148E-03                     
+AR KIRU 2009  4  1 20  5  0.000000  1    0.591399843460E-03                     
+AR KIT3 2009  4  1 20  5  0.000000  1   -0.573944955098E-08                     
+AR KOUR 2009  4  1 20  5  0.000000  1    0.125015579531E-03                     
+AR KUNM 2009  4  1 20  5  0.000000  1    0.246628065252E-07                     
+AR LHAZ 2009  4  1 20  5  0.000000  1    0.449182832010E-03                     
+AR MAL2 2009  4  1 20  5  0.000000  1   -0.920633366152E-08                     
+AR MAS1 2009  4  1 20  5  0.000000  1   -0.101605870977E-03                     
+AR MAW1 2009  4  1 20  5  0.000000  1    0.283326570939E-08                     
+AR MCIL 2009  4  1 20  5  0.000000  1    0.274553816054E-07                     
+AR MCM4 2009  4  1 20  5  0.000000  1   -0.595799977506E-07                     
+AR MDO1 2009  4  1 20  5  0.000000  1   -0.477760826818E-07                     
+AR MDVJ 2009  4  1 20  5  0.000000  1    0.438552494791E-03                     
+AR MKEA 2009  4  1 20  5  0.000000  1   -0.580007063400E-07                     
+AR MOBS 2009  4  1 20  5  0.000000  1    0.230406071096E-08                     
+AR NANO 2009  4  1 20  5  0.000000  1    0.601590314501E-08                     
+AR NLIB 2009  4  1 20  5  0.000000  1   -0.117202267277E-06                     
+AR NNOR 2009  4  1 20  5  0.000000  1    0.365800867897E-03                     
+AR NRC1 2009  4  1 20  5  0.000000  1   -0.448326015655E-05                     
+AR NRIL 2009  4  1 20  5  0.000000  1   -0.556534561591E-07                     
+AR NRMD 2009  4  1 20  5  0.000000  1    0.233569934799E-07                     
+AR NTUS 2009  4  1 20  5  0.000000  1   -0.585388428920E-09                     
+AR NYAL 2009  4  1 20  5  0.000000  1    0.955703214326E-07                     
+AR OHI3 2009  4  1 20  5  0.000000  1   -0.455029630399E-03                     
+AR ONSA 2009  4  1 20  5  0.000000  1   -0.324821911431E-04                     
+AR PDEL 2009  4  1 20  5  0.000000  1    0.752177544435E-08                     
+AR PERT 2009  4  1 20  5  0.000000  1   -0.527285367441E-07                     
+AR PETP 2009  4  1 20  5  0.000000  1   -0.604854572027E-07                     
+AR PIMO 2009  4  1 20  5  0.000000  1   -0.382251654130E-07                     
+AR QAQ1 2009  4  1 20  5  0.000000  1   -0.627200162104E-07                     
+AR QUIN 2009  4  1 20  5  0.000000  1   -0.612017268614E-07                     
+AR RABT 2009  4  1 20  5  0.000000  1   -0.569059936474E-07                     
+AR RAMO 2009  4  1 20  5  0.000000  1   -0.522799381327E-07                     
+AR RCMN 2009  4  1 20  5  0.000000  1   -0.110854465151E-07                     
+AR REDU 2009  4  1 20  5  0.000000  1   -0.479160929444E-07                     
+AR REUN 2009  4  1 20  5  0.000000  1    0.301424357630E-07                     
+AR REYK 2009  4  1 20  5  0.000000  1   -0.246332384600E-03                     
+AR SCH2 2009  4  1 20  5  0.000000  1    0.190552522365E-03                     
+AR SCUB 2009  4  1 20  5  0.000000  1   -0.591455308152E-07                     
+AR STJO 2009  4  1 20  5  0.000000  1   -0.706931653444E-05                     
+AR SYDN 2009  4  1 20  5  0.000000  1    0.141200517959E-05                     
+AR SYOG 2009  4  1 20  5  0.000000  1    0.140140051154E-04                     
+AR THU2 2009  4  1 20  5  0.000000  1    0.276017283072E-03                     
+AR TOW2 2009  4  1 20  5  0.000000  1    0.206891488779E-08                     
+AR URUM 2009  4  1 20  5  0.000000  1    0.297762123017E-03                     
+AR VESL 2009  4  1 20  5  0.000000  1    0.189586533878E-03                     
+AR VILL 2009  4  1 20  5  0.000000  1   -0.531786351225E-07                     
+AR WTZR 2009  4  1 20  5  0.000000  1    0.470014787220E-07                     
+AR WUHN 2009  4  1 20  5  0.000000  1   -0.555886755498E-07                     
+AR YSSK 2009  4  1 20  5  0.000000  1   -0.696585205841E-07                     
+AR ZIM2 2009  4  1 20  5  0.000000  1    0.258096414963E-07                     
+AR XMIS 2009  4  1 20  5  0.000000  1   -0.658919462092E-09                     
+AR GODZ 2009  4  1 20  5  0.000000  1   -0.469118014461E-03                     
+AR MTKA 2009  4  1 20  5  0.000000  1   -0.474025962326E-07                     
+AR TIXJ 2009  4  1 20  5  0.000000  1   -0.136722194163E-03                     
+AR PARK 2009  4  1 20  5  0.000000  1    0.808769336445E-06                     
+AR UNBJ 2009  4  1 20  5  0.000000  1   -0.157543336092E-03                     
+AR NOVM 2009  4  1 20  5  0.000000  1    0.798331817333E-04                     
+AR SUNM 2009  4  1 20  5  0.000000  1    0.184888313720E-03                     
+AR CEBR 2009  4  1 20  5  0.000000  1    0.719432027841E-03                     
+AR CPXF 2009  4  1 20  5  0.000000  1    0.605022965457E-08                     
+AR IDDR 2009  4  1 20  5  0.000000  1    0.108299198777E-07                     
+AR AZGB 2009  4  1 20  5  0.000000  1   -0.252050633920E-03                     
+AR TN22 2009  4  1 20  5  0.000000  1   -0.100821477964E-03                     
+AR ETAD 2009  4  1 20  5  0.000000  1    0.230895364619E-07                     
+AR ILHA 2009  4  1 20  5  0.000000  1   -0.828844588412E-08                     
+AR POVE 2009  4  1 20  5  0.000000  1   -0.109038664459E-07                     
+AR RECF 2009  4  1 20  5  0.000000  1    0.910419186032E-08                     
+AR SALU 2009  4  1 20  5  0.000000  1    0.146811860392E-07                     
+AR SAVO 2009  4  1 20  5  0.000000  1    0.127313895849E-07                     
+AR UFPR 2009  4  1 20  5  0.000000  1    0.133317467272E-07                     
+AR YELL 2009  4  1 20  5  0.000000  1    0.250100000000E-06                     
+AS G32  2009  4  1 20 10  0.000000  1    0.280044707993E-03                     
+AS G24  2009  4  1 20 10  0.000000  1    0.177916886260E-03                     
+AS G25  2009  4  1 20 10  0.000000  1    0.335176660821E-03                     
+AS G26  2009  4  1 20 10  0.000000  1    0.545199877793E-04                     
+AS G27  2009  4  1 20 10  0.000000  1    0.372286953671E-04                     
+AS G30  2009  4  1 20 10  0.000000  1    0.136334235614E-03                     
+AS G03  2009  4  1 20 10  0.000000  1    0.373626291940E-03                     
+AS G04  2009  4  1 20 10  0.000000  1   -0.351333781798E-04                     
+AS G06  2009  4  1 20 10  0.000000  1    0.607448043605E-04                     
+AS G08  2009  4  1 20 10  0.000000  1   -0.196591967419E-03                     
+AS G09  2009  4  1 20 10  0.000000  1    0.485139961982E-04                     
+AS G10  2009  4  1 20 10  0.000000  1   -0.136435448045E-04                     
+AS G14  2009  4  1 20 10  0.000000  1   -0.132227317988E-03                     
+AS G13  2009  4  1 20 10  0.000000  1    0.293296348854E-03                     
+AS G28  2009  4  1 20 10  0.000000  1   -0.238364560400E-04                     
+AS G21  2009  4  1 20 10  0.000000  1    0.214683593862E-04                     
+AS G11  2009  4  1 20 10  0.000000  1    0.271403048282E-05                     
+AS G22  2009  4  1 20 10  0.000000  1    0.202407253844E-03                     
+AS G20  2009  4  1 20 10  0.000000  1    0.865280740391E-04                     
+AS G18  2009  4  1 20 10  0.000000  1   -0.694202296648E-04                     
+AS G16  2009  4  1 20 10  0.000000  1    0.629091819903E-04                     
+AS G19  2009  4  1 20 10  0.000000  1    0.293316329359E-04                     
+AS G23  2009  4  1 20 10  0.000000  1    0.389000154746E-03                     
+AS G02  2009  4  1 20 10  0.000000  1    0.153916996491E-03                     
+AS G31  2009  4  1 20 10  0.000000  1   -0.565053457752E-04                     
+AS G17  2009  4  1 20 10  0.000000  1    0.524871106756E-04                     
+AS G12  2009  4  1 20 10  0.000000  1   -0.299391388938E-03                     
+AS G15  2009  4  1 20 10  0.000000  1   -0.276142855454E-03                     
+AS G29  2009  4  1 20 10  0.000000  1    0.497605094290E-05                     
+AS G07  2009  4  1 20 10  0.000000  1    0.209659821441E-04                     
+AS R02  2009  4  1 20 10  0.000000  1    0.205592836577E-04                     
+AS R03  2009  4  1 20 10  0.000000  1   -0.343712508680E-04                     
+AS R04  2009  4  1 20 10  0.000000  1    0.635910128851E-04                     
+AS R06  2009  4  1 20 10  0.000000  1   -0.169264289732E-03                     
+AS R07  2009  4  1 20 10  0.000000  1   -0.891287264070E-04                     
+AS R08  2009  4  1 20 10  0.000000  1   -0.101971969845E-03                     
+AS R10  2009  4  1 20 10  0.000000  1   -0.140820360275E-03                     
+AS R11  2009  4  1 20 10  0.000000  1   -0.926575980385E-04                     
+AS R13  2009  4  1 20 10  0.000000  1   -0.230677619567E-03                     
+AS R14  2009  4  1 20 10  0.000000  1   -0.795225916621E-04                     
+AS R15  2009  4  1 20 10  0.000000  1    0.921440709306E-04                     
+AS R17  2009  4  1 20 10  0.000000  1   -0.261295518737E-03                     
+AS R18  2009  4  1 20 10  0.000000  1   -0.135844675765E-05                     
+AS R19  2009  4  1 20 10  0.000000  1   -0.894532966790E-04                     
+AS R20  2009  4  1 20 10  0.000000  1   -0.650176648032E-04                     
+AS R21  2009  4  1 20 10  0.000000  1   -0.143380718227E-03                     
+AS R22  2009  4  1 20 10  0.000000  1   -0.201661091714E-03                     
+AS R23  2009  4  1 20 10  0.000000  1   -0.200143944686E-03                     
+AR ALGO 2009  4  1 20 10  0.000000  1    0.812229865064E-04                     
+AR ALIC 2009  4  1 20 10  0.000000  1    0.736695092357E-08                     
+AR AMC2 2009  4  1 20 10  0.000000  1    0.268610069539E-08                     
+AR ANKR 2009  4  1 20 10  0.000000  1    0.258792938780E-03                     
+AR ARTU 2009  4  1 20 10  0.000000  1   -0.517475507500E-07                     
+AR ASPA 2009  4  1 20 10  0.000000  1    0.379800371399E-07                     
+AR BHR1 2009  4  1 20 10  0.000000  1    0.563383268810E-03                     
+AR BARH 2009  4  1 20 10  0.000000  1    0.409403875343E-08                     
+AR BJFS 2009  4  1 20 10  0.000000  1   -0.432517754925E-07                     
+AR BOGT 2009  4  1 20 10  0.000000  1   -0.780146615469E-07                     
+AR BRMU 2009  4  1 20 10  0.000000  1    0.490751791011E-03                     
+AR CAGZ 2009  4  1 20 10  0.000000  1   -0.334051050591E-03                     
+AR CAS1 2009  4  1 20 10  0.000000  1    0.380658253718E-08                     
+AR CHAT 2009  4  1 20 10  0.000000  1   -0.620054634099E-07                     
+AR CHPI 2009  4  1 20 10  0.000000  1   -0.766783532406E-07                     
+AR COCO 2009  4  1 20 10  0.000000  1    0.227648469422E-03                     
+AR CONZ 2009  4  1 20 10  0.000000  1    0.135285543955E-03                     
+AR CRAR 2009  4  1 20 10  0.000000  1    0.447739412183E-03                     
+AR CRO1 2009  4  1 20 10  0.000000  1    0.665108833284E-03                     
+AR DAEJ 2009  4  1 20 10  0.000000  1   -0.196513130296E-03                     
+AR DARW 2009  4  1 20 10  0.000000  1    0.198335586512E-08                     
+AR DGAR 2009  4  1 20 10  0.000000  1   -0.604980045077E-07                     
+AR DRAO 2009  4  1 20 10  0.000000  1    0.187799478017E-05                     
+AR FAA1 2009  4  1 20 10  0.000000  1   -0.130740586238E-07                     
+AR FAIR 2009  4  1 20 10  0.000000  1   -0.654453447335E-07                     
+AR GLPS 2009  4  1 20 10  0.000000  1   -0.877226643128E-07                     
+AR GUAM 2009  4  1 20 10  0.000000  1   -0.489550373980E-07                     
+AR GUAT 2009  4  1 20 10  0.000000  1    0.133290293539E-07                     
+AR HOB2 2009  4  1 20 10  0.000000  1    0.905833532166E-07                     
+AR HOFN 2009  4  1 20 10  0.000000  1   -0.748753589579E-04                     
+AR HOLM 2009  4  1 20 10  0.000000  1   -0.544291847770E-07                     
+AR HRAO 2009  4  1 20 10  0.000000  1    0.849472874337E-03                     
+AR HYDE 2009  4  1 20 10  0.000000  1    0.453529187904E-08                     
+AR IRKJ 2009  4  1 20 10  0.000000  1    0.163746542897E-03                     
+AR ISPA 2009  4  1 20 10  0.000000  1   -0.687398041285E-07                     
+AR KARR 2009  4  1 20 10  0.000000  1   -0.533648222694E-07                     
+AR KERG 2009  4  1 20 10  0.000000  1    0.817497867369E-03                     
+AR KHAJ 2009  4  1 20 10  0.000000  1   -0.150700449191E-05                     
+AR KIR0 2009  4  1 20 10  0.000000  1    0.282456399212E-03                     
+AR KIRU 2009  4  1 20 10  0.000000  1    0.591400149502E-03                     
+AR KIT3 2009  4  1 20 10  0.000000  1   -0.124222109587E-09                     
+AR KOUR 2009  4  1 20 10  0.000000  1    0.125015615191E-03                     
+AR KUNM 2009  4  1 20 10  0.000000  1    0.130353939058E-07                     
+AR LHAZ 2009  4  1 20 10  0.000000  1    0.472303470082E-03                     
+AR MAL2 2009  4  1 20 10  0.000000  1   -0.111712131645E-07                     
+AR MAS1 2009  4  1 20 10  0.000000  1   -0.101605941593E-03                     
+AR MAW1 2009  4  1 20 10  0.000000  1   -0.315008601275E-08                     
+AR MCIL 2009  4  1 20 10  0.000000  1    0.277085303089E-07                     
+AR MCM4 2009  4  1 20 10  0.000000  1   -0.514130542816E-07                     
+AR MDO1 2009  4  1 20 10  0.000000  1   -0.492761540431E-07                     
+AR MDVJ 2009  4  1 20 10  0.000000  1    0.438552499357E-03                     
+AR MKEA 2009  4  1 20 10  0.000000  1   -0.584365564635E-07                     
+AR MOBS 2009  4  1 20 10  0.000000  1    0.300608868851E-08                     
+AR NANO 2009  4  1 20 10  0.000000  1    0.597180556978E-08                     
+AR NLIB 2009  4  1 20 10  0.000000  1   -0.117137476696E-06                     
+AR NNOR 2009  4  1 20 10  0.000000  1    0.365801108323E-03                     
+AR NRC1 2009  4  1 20 10  0.000000  1   -0.448320990907E-05                     
+AR NRIL 2009  4  1 20 10  0.000000  1   -0.567873617933E-07                     
+AR NRMD 2009  4  1 20 10  0.000000  1    0.246581099088E-07                     
+AR NTUS 2009  4  1 20 10  0.000000  1    0.723605010514E-09                     
+AR NYAL 2009  4  1 20 10  0.000000  1    0.955951653144E-07                     
+AR OHI3 2009  4  1 20 10  0.000000  1   -0.327251977141E-03                     
+AR ONSA 2009  4  1 20 10  0.000000  1   -0.324822369738E-04                     
+AR PDEL 2009  4  1 20 10  0.000000  1    0.518338824206E-09                     
+AR PERT 2009  4  1 20 10  0.000000  1   -0.560284234840E-07                     
+AR PETP 2009  4  1 20 10  0.000000  1   -0.619440677018E-07                     
+AR PIMO 2009  4  1 20 10  0.000000  1   -0.483585877786E-07                     
+AR QAQ1 2009  4  1 20 10  0.000000  1   -0.574537663714E-07                     
+AR QUIN 2009  4  1 20 10  0.000000  1   -0.625052592723E-07                     
+AR RABT 2009  4  1 20 10  0.000000  1   -0.558976340298E-07                     
+AR RAMO 2009  4  1 20 10  0.000000  1   -0.277003854128E-07                     
+AR RCMN 2009  4  1 20 10  0.000000  1   -0.148111131853E-07                     
+AR REDU 2009  4  1 20 10  0.000000  1   -0.477254020952E-07                     
+AR REUN 2009  4  1 20 10  0.000000  1    0.308818247722E-07                     
+AR REYK 2009  4  1 20 10  0.000000  1   -0.246643054455E-03                     
+AR SCH2 2009  4  1 20 10  0.000000  1    0.190569034398E-03                     
+AR SCUB 2009  4  1 20 10  0.000000  1   -0.501341162795E-07                     
+AR STJO 2009  4  1 20 10  0.000000  1   -0.706960593128E-05                     
+AR SYDN 2009  4  1 20 10  0.000000  1    0.141189352133E-05                     
+AR SYOG 2009  4  1 20 10  0.000000  1    0.140143164818E-04                     
+AR THU2 2009  4  1 20 10  0.000000  1    0.274014913107E-03                     
+AR TOW2 2009  4  1 20 10  0.000000  1    0.192522715506E-08                     
+AR URUM 2009  4  1 20 10  0.000000  1    0.224552453073E-03                     
+AR VESL 2009  4  1 20 10  0.000000  1    0.225472682575E-03                     
+AR VILL 2009  4  1 20 10  0.000000  1   -0.530800978830E-07                     
+AR WTZR 2009  4  1 20 10  0.000000  1    0.470147430606E-07                     
+AR WUHN 2009  4  1 20 10  0.000000  1   -0.467203991293E-07                     
+AR YSSK 2009  4  1 20 10  0.000000  1   -0.686320906310E-07                     
+AR ZIM2 2009  4  1 20 10  0.000000  1    0.244714316881E-07                     
+AR XMIS 2009  4  1 20 10  0.000000  1   -0.938912043661E-09                     
+AR GODZ 2009  4  1 20 10  0.000000  1   -0.469117973002E-03                     
+AR MTKA 2009  4  1 20 10  0.000000  1   -0.547539742282E-07                     
+AR TIXJ 2009  4  1 20 10  0.000000  1   -0.138831093557E-03                     
+AR PARK 2009  4  1 20 10  0.000000  1    0.808182776574E-06                     
+AR UNBJ 2009  4  1 20 10  0.000000  1   -0.232615506679E-03                     
+AR NOVM 2009  4  1 20 10  0.000000  1    0.798331779003E-04                     
+AR SUNM 2009  4  1 20 10  0.000000  1    0.279318897500E-04                     
+AR CEBR 2009  4  1 20 10  0.000000  1    0.719432060472E-03                     
+AR CPXF 2009  4  1 20 10  0.000000  1    0.497083592818E-08                     
+AR IDDR 2009  4  1 20 10  0.000000  1    0.148491756020E-07                     
+AR AZGB 2009  4  1 20 10  0.000000  1   -0.391336538200E-03                     
+AR TN22 2009  4  1 20 10  0.000000  1   -0.174354187909E-03                     
+AR ETAD 2009  4  1 20 10  0.000000  1    0.295468011121E-07                     
+AR ILHA 2009  4  1 20 10  0.000000  1   -0.458656617008E-08                     
+AR POVE 2009  4  1 20 10  0.000000  1   -0.122707546236E-07                     
+AR RECF 2009  4  1 20 10  0.000000  1    0.101768944220E-07                     
+AR SALU 2009  4  1 20 10  0.000000  1    0.175562362593E-07                     
+AR SAVO 2009  4  1 20 10  0.000000  1    0.135113463195E-07                     
+AR UFPR 2009  4  1 20 10  0.000000  1    0.139947449688E-07                     
+AR YELL 2009  4  1 20 10  0.000000  1    0.250170000000E-06                     
+AS G32  2009  4  1 20 15  0.000000  1    0.280043256153E-03                     
+AS G24  2009  4  1 20 15  0.000000  1    0.177918760388E-03                     
+AS G25  2009  4  1 20 15  0.000000  1    0.335183284069E-03                     
+AS G26  2009  4  1 20 15  0.000000  1    0.545204337424E-04                     
+AS G27  2009  4  1 20 15  0.000000  1    0.372301590282E-04                     
+AS G30  2009  4  1 20 15  0.000000  1    0.136334707607E-03                     
+AS G03  2009  4  1 20 15  0.000000  1    0.373627553999E-03                     
+AS G04  2009  4  1 20 15  0.000000  1   -0.351375639071E-04                     
+AS G06  2009  4  1 20 15  0.000000  1    0.607501623681E-04                     
+AS G08  2009  4  1 20 15  0.000000  1   -0.196591445572E-03                     
+AS G09  2009  4  1 20 15  0.000000  1    0.485144911811E-04                     
+AS G10  2009  4  1 20 15  0.000000  1   -0.136433751280E-04                     
+AS G14  2009  4  1 20 15  0.000000  1   -0.132225650729E-03                     
+AS G13  2009  4  1 20 15  0.000000  1    0.293296657359E-03                     
+AS G28  2009  4  1 20 15  0.000000  1   -0.238366113074E-04                     
+AS G21  2009  4  1 20 15  0.000000  1    0.214677497977E-04                     
+AS G11  2009  4  1 20 15  0.000000  1    0.271359094036E-05                     
+AS G22  2009  4  1 20 15  0.000000  1    0.202407939736E-03                     
+AS G20  2009  4  1 20 15  0.000000  1    0.865276524948E-04                     
+AS G18  2009  4  1 20 15  0.000000  1   -0.694188017237E-04                     
+AS G16  2009  4  1 20 15  0.000000  1    0.629083229144E-04                     
+AS G19  2009  4  1 20 15  0.000000  1    0.293315397770E-04                     
+AS G23  2009  4  1 20 15  0.000000  1    0.389000556284E-03                     
+AS G02  2009  4  1 20 15  0.000000  1    0.153916941408E-03                     
+AS G31  2009  4  1 20 15  0.000000  1   -0.565057726521E-04                     
+AS G17  2009  4  1 20 15  0.000000  1    0.524872961903E-04                     
+AS G12  2009  4  1 20 15  0.000000  1   -0.299390121678E-03                     
+AS G15  2009  4  1 20 15  0.000000  1   -0.276144037843E-03                     
+AS G29  2009  4  1 20 15  0.000000  1    0.497736496687E-05                     
+AS G07  2009  4  1 20 15  0.000000  1    0.209658564317E-04                     
+AS R02  2009  4  1 20 15  0.000000  1    0.205584572135E-04                     
+AS R03  2009  4  1 20 15  0.000000  1   -0.343713656226E-04                     
+AS R04  2009  4  1 20 15  0.000000  1    0.635894101830E-04                     
+AS R06  2009  4  1 20 15  0.000000  1   -0.169263587080E-03                     
+AS R07  2009  4  1 20 15  0.000000  1   -0.891272489496E-04                     
+AS R08  2009  4  1 20 15  0.000000  1   -0.101971865535E-03                     
+AS R10  2009  4  1 20 15  0.000000  1   -0.140819946706E-03                     
+AS R11  2009  4  1 20 15  0.000000  1   -0.926578003221E-04                     
+AS R13  2009  4  1 20 15  0.000000  1   -0.230677867752E-03                     
+AS R14  2009  4  1 20 15  0.000000  1   -0.795212266706E-04                     
+AS R15  2009  4  1 20 15  0.000000  1    0.921447044275E-04                     
+AS R17  2009  4  1 20 15  0.000000  1   -0.261295603239E-03                     
+AS R18  2009  4  1 20 15  0.000000  1   -0.135852229813E-05                     
+AS R19  2009  4  1 20 15  0.000000  1   -0.894536870262E-04                     
+AS R20  2009  4  1 20 15  0.000000  1   -0.650175744842E-04                     
+AS R21  2009  4  1 20 15  0.000000  1   -0.143380947128E-03                     
+AS R22  2009  4  1 20 15  0.000000  1   -0.201661978295E-03                     
+AS R23  2009  4  1 20 15  0.000000  1   -0.200142332898E-03                     
+AR ALGO 2009  4  1 20 15  0.000000  1    0.812258932329E-04                     
+AR ALIC 2009  4  1 20 15  0.000000  1    0.896737963736E-08                     
+AR AMC2 2009  4  1 20 15  0.000000  1    0.268735131597E-08                     
+AR ANKR 2009  4  1 20 15  0.000000  1    0.320626230237E-03                     
+AR ARTU 2009  4  1 20 15  0.000000  1   -0.521878084304E-07                     
+AR ASPA 2009  4  1 20 15  0.000000  1    0.351484117295E-07                     
+AR BHR1 2009  4  1 20 15  0.000000  1    0.563383513813E-03                     
+AR BARH 2009  4  1 20 15  0.000000  1    0.375288241123E-08                     
+AR BJFS 2009  4  1 20 15  0.000000  1   -0.389407566352E-07                     
+AR BOGT 2009  4  1 20 15  0.000000  1   -0.796373331670E-07                     
+AR BRMU 2009  4  1 20 15  0.000000  1   -0.105890653892E-04                     
+AR CAGZ 2009  4  1 20 15  0.000000  1   -0.110518113832E-03                     
+AR CAS1 2009  4  1 20 15  0.000000  1    0.577333835470E-08                     
+AR CHAT 2009  4  1 20 15  0.000000  1   -0.593701699617E-07                     
+AR CHPI 2009  4  1 20 15  0.000000  1   -0.752508512342E-07                     
+AR COCO 2009  4  1 20 15  0.000000  1    0.227648207562E-03                     
+AR CONZ 2009  4  1 20 15  0.000000  1   -0.253698893846E-05                     
+AR CRAR 2009  4  1 20 15  0.000000  1    0.422870421249E-03                     
+AR CRO1 2009  4  1 20 15  0.000000  1    0.665108818202E-03                     
+AR DAEJ 2009  4  1 20 15  0.000000  1   -0.196511926440E-03                     
+AR DARW 2009  4  1 20 15  0.000000  1   -0.420881040789E-08                     
+AR DGAR 2009  4  1 20 15  0.000000  1   -0.525905631134E-07                     
+AR DRAO 2009  4  1 20 15  0.000000  1    0.191503547037E-05                     
+AR FAA1 2009  4  1 20 15  0.000000  1   -0.200455512260E-07                     
+AR FAIR 2009  4  1 20 15  0.000000  1   -0.652459248659E-07                     
+AR GLPS 2009  4  1 20 15  0.000000  1   -0.892300350925E-07                     
+AR GUAM 2009  4  1 20 15  0.000000  1   -0.492269764416E-07                     
+AR GUAT 2009  4  1 20 15  0.000000  1    0.138418215327E-07                     
+AR HOB2 2009  4  1 20 15  0.000000  1    0.906088285380E-07                     
+AR HOFN 2009  4  1 20 15  0.000000  1    0.203766841914E-05                     
+AR HOLM 2009  4  1 20 15  0.000000  1   -0.608686863841E-07                     
+AR HRAO 2009  4  1 20 15  0.000000  1    0.849472963232E-03                     
+AR HYDE 2009  4  1 20 15  0.000000  1    0.552807674481E-08                     
+AR IRKJ 2009  4  1 20 15  0.000000  1    0.163746560577E-03                     
+AR ISPA 2009  4  1 20 15  0.000000  1   -0.577081352389E-07                     
+AR KARR 2009  4  1 20 15  0.000000  1   -0.536775845096E-07                     
+AR KERG 2009  4  1 20 15  0.000000  1    0.817497927794E-03                     
+AR KHAJ 2009  4  1 20 15  0.000000  1   -0.150698323986E-05                     
+AR KIR0 2009  4  1 20 15  0.000000  1    0.282449748492E-03                     
+AR KIRU 2009  4  1 20 15  0.000000  1    0.591400185933E-03                     
+AR KIT3 2009  4  1 20 15  0.000000  1   -0.587731029705E-08                     
+AR KOUR 2009  4  1 20 15  0.000000  1    0.125015664593E-03                     
+AR KUNM 2009  4  1 20 15  0.000000  1    0.467697789440E-08                     
+AR LHAZ 2009  4  1 20 15  0.000000  1    0.495530582161E-03                     
+AR MAL2 2009  4  1 20 15  0.000000  1   -0.159805230808E-07                     
+AR MAS1 2009  4  1 20 15  0.000000  1   -0.101605781127E-03                     
+AR MAW1 2009  4  1 20 15  0.000000  1    0.173171517855E-08                     
+AR MCIL 2009  4  1 20 15  0.000000  1    0.272931157641E-07                     
+AR MCM4 2009  4  1 20 15  0.000000  1   -0.490190686382E-07                     
+AR MDO1 2009  4  1 20 15  0.000000  1   -0.504275875560E-07                     
+AR MDVJ 2009  4  1 20 15  0.000000  1    0.438552512395E-03                     
+AR MKEA 2009  4  1 20 15  0.000000  1   -0.566310382842E-07                     
+AR MOBS 2009  4  1 20 15  0.000000  1    0.194325119831E-08                     
+AR NANO 2009  4  1 20 15  0.000000  1    0.443293411557E-08                     
+AR NLIB 2009  4  1 20 15  0.000000  1   -0.117126377286E-06                     
+AR NNOR 2009  4  1 20 15  0.000000  1    0.365800994662E-03                     
+AR NRC1 2009  4  1 20 15  0.000000  1   -0.448316011766E-05                     
+AR NRIL 2009  4  1 20 15  0.000000  1   -0.575562517601E-07                     
+AR NRMD 2009  4  1 20 15  0.000000  1    0.251504509374E-07                     
+AR NTUS 2009  4  1 20 15  0.000000  1    0.357455223045E-09                     
+AR NYAL 2009  4  1 20 15  0.000000  1    0.956117061464E-07                     
+AR OHI3 2009  4  1 20 15  0.000000  1   -0.198474031886E-03                     
+AR ONSA 2009  4  1 20 15  0.000000  1   -0.324822632729E-04                     
+AR PDEL 2009  4  1 20 15  0.000000  1    0.494293400524E-08                     
+AR PERT 2009  4  1 20 15  0.000000  1   -0.542358039840E-07                     
+AR PETP 2009  4  1 20 15  0.000000  1   -0.628989629988E-07                     
+AR PIMO 2009  4  1 20 15  0.000000  1   -0.379785827842E-07                     
+AR QAQ1 2009  4  1 20 15  0.000000  1   -0.570470835306E-07                     
+AR QUIN 2009  4  1 20 15  0.000000  1   -0.611179532531E-07                     
+AR RABT 2009  4  1 20 15  0.000000  1   -0.527691414228E-07                     
+AR RAMO 2009  4  1 20 15  0.000000  1    0.183502570411E-07                     
+AR RCMN 2009  4  1 20 15  0.000000  1    0.211386994584E-08                     
+AR REDU 2009  4  1 20 15  0.000000  1   -0.486178708146E-07                     
+AR REUN 2009  4  1 20 15  0.000000  1    0.309082089498E-07                     
+AR REYK 2009  4  1 20 15  0.000000  1   -0.247058296438E-03                     
+AR SCH2 2009  4  1 20 15  0.000000  1    0.190585859416E-03                     
+AR SCUB 2009  4  1 20 15  0.000000  1   -0.502839080921E-07                     
+AR STJO 2009  4  1 20 15  0.000000  1   -0.706988048033E-05                     
+AR SYDN 2009  4  1 20 15  0.000000  1    0.141179383904E-05                     
+AR SYOG 2009  4  1 20 15  0.000000  1    0.140144715558E-04                     
+AR THU2 2009  4  1 20 15  0.000000  1    0.272012554403E-03                     
+AR TOW2 2009  4  1 20 15  0.000000  1    0.306875321682E-08                     
+AR URUM 2009  4  1 20 15  0.000000  1    0.151448421782E-03                     
+AR VESL 2009  4  1 20 15  0.000000  1    0.261387085559E-03                     
+AR VILL 2009  4  1 20 15  0.000000  1   -0.513552681275E-07                     
+AR WTZR 2009  4  1 20 15  0.000000  1    0.470384557675E-07                     
+AR WUHN 2009  4  1 20 15  0.000000  1   -0.431228403370E-07                     
+AR YSSK 2009  4  1 20 15  0.000000  1   -0.683130074275E-07                     
+AR ZIM2 2009  4  1 20 15  0.000000  1    0.253716166294E-07                     
+AR XMIS 2009  4  1 20 15  0.000000  1   -0.152194512518E-08                     
+AR GODZ 2009  4  1 20 15  0.000000  1   -0.469117927875E-03                     
+AR MTKA 2009  4  1 20 15  0.000000  1   -0.551748605322E-07                     
+AR TIXJ 2009  4  1 20 15  0.000000  1   -0.140926451174E-03                     
+AR PARK 2009  4  1 20 15  0.000000  1    0.808835651628E-06                     
+AR UNBJ 2009  4  1 20 15  0.000000  1   -0.311612387457E-03                     
+AR NOVM 2009  4  1 20 15  0.000000  1    0.798332238755E-04                     
+AR SUNM 2009  4  1 20 15  0.000000  1   -0.129434880612E-03                     
+AR CEBR 2009  4  1 20 15  0.000000  1    0.719432071330E-03                     
+AR CPXF 2009  4  1 20 15  0.000000  1    0.638990642900E-08                     
+AR IDDR 2009  4  1 20 15  0.000000  1    0.133324919766E-07                     
+AR AZGB 2009  4  1 20 15  0.000000  1    0.469409733488E-03                     
+AR TN22 2009  4  1 20 15  0.000000  1   -0.247745310069E-03                     
+AR ETAD 2009  4  1 20 15  0.000000  1    0.281285218182E-07                     
+AR ILHA 2009  4  1 20 15  0.000000  1   -0.616901289218E-08                     
+AR POVE 2009  4  1 20 15  0.000000  1   -0.105326482376E-07                     
+AR RECF 2009  4  1 20 15  0.000000  1    0.105745470252E-07                     
+AR SALU 2009  4  1 20 15  0.000000  1    0.150457236892E-07                     
+AR SAVO 2009  4  1 20 15  0.000000  1    0.120594707125E-07                     
+AR UFPR 2009  4  1 20 15  0.000000  1    0.149031113322E-07                     
+AR YELL 2009  4  1 20 15  0.000000  1    0.250240000000E-06                     
+AS G32  2009  4  1 20 20  0.000000  1    0.280041751227E-03                     
+AS G24  2009  4  1 20 20  0.000000  1    0.177920131953E-03                     
+AS G25  2009  4  1 20 20  0.000000  1    0.335189923025E-03                     
+AS G26  2009  4  1 20 20  0.000000  1    0.545210883364E-04                     
+AS G27  2009  4  1 20 20  0.000000  1    0.372311921867E-04                     
+AS G30  2009  4  1 20 20  0.000000  1    0.136335688503E-03                     
+AS G03  2009  4  1 20 20  0.000000  1    0.373629385833E-03                     
+AS G04  2009  4  1 20 20  0.000000  1   -0.351417870058E-04                     
+AS G06  2009  4  1 20 20  0.000000  1    0.607556603490E-04                     
+AS G08  2009  4  1 20 20  0.000000  1   -0.196591309935E-03                     
+AS G09  2009  4  1 20 20  0.000000  1    0.485155078245E-04                     
+AS G10  2009  4  1 20 20  0.000000  1   -0.136437888885E-04                     
+AS G14  2009  4  1 20 20  0.000000  1   -0.132223838358E-03                     
+AS G13  2009  4  1 20 20  0.000000  1    0.293297184104E-03                     
+AS G28  2009  4  1 20 20  0.000000  1   -0.238365776100E-04                     
+AS G21  2009  4  1 20 20  0.000000  1    0.214669988270E-04                     
+AS G11  2009  4  1 20 20  0.000000  1    0.271330906166E-05                     
+AS G22  2009  4  1 20 20  0.000000  1    0.202406940896E-03                     
+AS G20  2009  4  1 20 20  0.000000  1    0.865274802065E-04                     
+AS G18  2009  4  1 20 20  0.000000  1   -0.694180316349E-04                     
+AS G16  2009  4  1 20 20  0.000000  1    0.629075344998E-04                     
+AS G19  2009  4  1 20 20  0.000000  1    0.293312848724E-04                     
+AS G23  2009  4  1 20 20  0.000000  1    0.389000495493E-03                     
+AS G02  2009  4  1 20 20  0.000000  1    0.153916796561E-03                     
+AS G31  2009  4  1 20 20  0.000000  1   -0.565060461179E-04                     
+AS G17  2009  4  1 20 20  0.000000  1    0.524880741552E-04                     
+AS G12  2009  4  1 20 20  0.000000  1   -0.299388535369E-03                     
+AS G15  2009  4  1 20 20  0.000000  1   -0.276145505099E-03                     
+AS G29  2009  4  1 20 20  0.000000  1    0.497853336652E-05                     
+AS G07  2009  4  1 20 20  0.000000  1    0.209653544828E-04                     
+AS R02  2009  4  1 20 20  0.000000  1    0.205574974445E-04                     
+AS R03  2009  4  1 20 20  0.000000  1   -0.343723035223E-04                     
+AS R04  2009  4  1 20 20  0.000000  1    0.635870283229E-04                     
+AS R06  2009  4  1 20 20  0.000000  1   -0.169264744122E-03                     
+AS R07  2009  4  1 20 20  0.000000  1   -0.891268084779E-04                     
+AS R08  2009  4  1 20 20  0.000000  1   -0.101971530750E-03                     
+AS R10  2009  4  1 20 20  0.000000  1   -0.140820254291E-03                     
+AS R11  2009  4  1 20 20  0.000000  1   -0.926578599175E-04                     
+AS R13  2009  4  1 20 20  0.000000  1   -0.230678128498E-03                     
+AS R14  2009  4  1 20 20  0.000000  1   -0.795199969491E-04                     
+AS R15  2009  4  1 20 20  0.000000  1    0.921453452896E-04                     
+AS R17  2009  4  1 20 20  0.000000  1   -0.261296061960E-03                     
+AS R18  2009  4  1 20 20  0.000000  1   -0.135850774985E-05                     
+AS R19  2009  4  1 20 20  0.000000  1   -0.894539453575E-04                     
+AS R20  2009  4  1 20 20  0.000000  1   -0.650173987624E-04                     
+AS R21  2009  4  1 20 20  0.000000  1   -0.143381400654E-03                     
+AS R22  2009  4  1 20 20  0.000000  1   -0.201662940398E-03                     
+AS R23  2009  4  1 20 20  0.000000  1   -0.200140503712E-03                     
+AR ALGO 2009  4  1 20 20  0.000000  1    0.812284300000E-04                     
+AR ALIC 2009  4  1 20 20  0.000000  1    0.609100234812E-08                     
+AR AMC2 2009  4  1 20 20  0.000000  1    0.268520824587E-08                     
+AR ANKR 2009  4  1 20 20  0.000000  1    0.382490305954E-03                     
+AR ARTU 2009  4  1 20 20  0.000000  1   -0.530371363079E-07                     
+AR ASPA 2009  4  1 20 20  0.000000  1    0.329318033278E-07                     
+AR BHR1 2009  4  1 20 20  0.000000  1    0.563383449425E-03                     
+AR BARH 2009  4  1 20 20  0.000000  1    0.192154068636E-08                     
+AR BJFS 2009  4  1 20 20  0.000000  1   -0.391643017724E-07                     
+AR BOGT 2009  4  1 20 20  0.000000  1   -0.770164224160E-07                     
+AR BRMU 2009  4  1 20 20  0.000000  1    0.488015789064E-03                     
+AR CAGZ 2009  4  1 20 20  0.000000  1    0.113052419624E-03                     
+AR CAS1 2009  4  1 20 20  0.000000  1    0.579714108348E-08                     
+AR CHAT 2009  4  1 20 20  0.000000  1   -0.581610875570E-07                     
+AR CHPI 2009  4  1 20 20  0.000000  1   -0.742670322693E-07                     
+AR COCO 2009  4  1 20 20  0.000000  1    0.227647979369E-03                     
+AR CONZ 2009  4  1 20 20  0.000000  1   -0.140765861624E-03                     
+AR CRAR 2009  4  1 20 20  0.000000  1    0.398004326490E-03                     
+AR CRO1 2009  4  1 20 20  0.000000  1    0.665108870143E-03                     
+AR DAEJ 2009  4  1 20 20  0.000000  1   -0.196511521676E-03                     
+AR DARW 2009  4  1 20 20  0.000000  1   -0.106328835798E-08                     
+AR DGAR 2009  4  1 20 20  0.000000  1   -0.601086367791E-07                     
+AR DRAO 2009  4  1 20 20  0.000000  1    0.195178794457E-05                     
+AR FAA1 2009  4  1 20 20  0.000000  1   -0.215753608318E-07                     
+AR FAIR 2009  4  1 20 20  0.000000  1   -0.645427860612E-07                     
+AR GLPS 2009  4  1 20 20  0.000000  1   -0.914367251986E-07                     
+AR GUAM 2009  4  1 20 20  0.000000  1   -0.492443309425E-07                     
+AR GUAT 2009  4  1 20 20  0.000000  1    0.143556166022E-07                     
+AR HOB2 2009  4  1 20 20  0.000000  1    0.906380618489E-07                     
+AR HOFN 2009  4  1 20 20  0.000000  1    0.789415755670E-04                     
+AR HOLM 2009  4  1 20 20  0.000000  1   -0.623659889090E-07                     
+AR HRAO 2009  4  1 20 20  0.000000  1    0.849473059766E-03                     
+AR HYDE 2009  4  1 20 20  0.000000  1    0.591079861389E-08                     
+AR IRKJ 2009  4  1 20 20  0.000000  1    0.163746551478E-03                     
+AR ISPA 2009  4  1 20 20  0.000000  1   -0.619889726991E-07                     
+AR KARR 2009  4  1 20 20  0.000000  1   -0.462737077286E-07                     
+AR KERG 2009  4  1 20 20  0.000000  1    0.817497953860E-03                     
+AR KIR0 2009  4  1 20 20  0.000000  1    0.282443067912E-03                     
+AR KIRU 2009  4  1 20 20  0.000000  1    0.591399862920E-03                     
+AR KIT3 2009  4  1 20 20  0.000000  1    0.810853117172E-11                     
+AR KOUR 2009  4  1 20 20  0.000000  1    0.125015711982E-03                     
+AR KUNM 2009  4  1 20 20  0.000000  1    0.167549829576E-08                     
+AR LHAZ 2009  4  1 20 20  0.000000  1   -0.481124273952E-03                     
+AR MAL2 2009  4  1 20 20  0.000000  1   -0.596894401615E-08                     
+AR MAS1 2009  4  1 20 20  0.000000  1   -0.101605604764E-03                     
+AR MAW1 2009  4  1 20 20  0.000000  1    0.664616515277E-08                     
+AR MCIL 2009  4  1 20 20  0.000000  1    0.260310547960E-07                     
+AR MCM4 2009  4  1 20 20  0.000000  1   -0.492657023930E-07                     
+AR MDO1 2009  4  1 20 20  0.000000  1   -0.516398206756E-07                     
+AR MDVJ 2009  4  1 20 20  0.000000  1    0.438552516964E-03                     
+AR MKEA 2009  4  1 20 20  0.000000  1   -0.582430198121E-07                     
+AR MOBS 2009  4  1 20 20  0.000000  1    0.367155162467E-08                     
+AR NANO 2009  4  1 20 20  0.000000  1    0.388046139275E-08                     
+AR NLIB 2009  4  1 20 20  0.000000  1   -0.117093323154E-06                     
+AR NNOR 2009  4  1 20 20  0.000000  1    0.365801528634E-03                     
+AR NRC1 2009  4  1 20 20  0.000000  1   -0.448312739966E-05                     
+AR NRIL 2009  4  1 20 20  0.000000  1   -0.604995878214E-07                     
+AR NRMD 2009  4  1 20 20  0.000000  1    0.245221661044E-07                     
+AR NTUS 2009  4  1 20 20  0.000000  1    0.229303768264E-08                     
+AR NYAL 2009  4  1 20 20  0.000000  1    0.956310114625E-07                     
+AR OHI3 2009  4  1 20 20  0.000000  1   -0.697399085812E-04                     
+AR ONSA 2009  4  1 20 20  0.000000  1   -0.324823200258E-04                     
+AR PDEL 2009  4  1 20 20  0.000000  1    0.440041833476E-08                     
+AR PERT 2009  4  1 20 20  0.000000  1   -0.533409421033E-07                     
+AR PETP 2009  4  1 20 20  0.000000  1   -0.614236007105E-07                     
+AR PIMO 2009  4  1 20 20  0.000000  1   -0.367781170030E-07                     
+AR QAQ1 2009  4  1 20 20  0.000000  1   -0.571160049896E-07                     
+AR QUIN 2009  4  1 20 20  0.000000  1   -0.618339618895E-07                     
+AR RABT 2009  4  1 20 20  0.000000  1   -0.508980151481E-07                     
+AR RAMO 2009  4  1 20 20  0.000000  1   -0.995239565027E-08                     
+AR RCMN 2009  4  1 20 20  0.000000  1    0.146446197179E-08                     
+AR REDU 2009  4  1 20 20  0.000000  1   -0.496885082724E-07                     
+AR REUN 2009  4  1 20 20  0.000000  1    0.305133818611E-07                     
+AR REYK 2009  4  1 20 20  0.000000  1   -0.247577551602E-03                     
+AR SCH2 2009  4  1 20 20  0.000000  1    0.190603023738E-03                     
+AR SCUB 2009  4  1 20 20  0.000000  1   -0.487306411769E-07                     
+AR STJO 2009  4  1 20 20  0.000000  1   -0.707017369161E-05                     
+AR SYDN 2009  4  1 20 20  0.000000  1    0.141192214886E-05                     
+AR SYOG 2009  4  1 20 20  0.000000  1    0.140146884366E-04                     
+AR THU2 2009  4  1 20 20  0.000000  1    0.270010155530E-03                     
+AR TOW2 2009  4  1 20 20  0.000000  1    0.287588497358E-08                     
+AR URUM 2009  4  1 20 20  0.000000  1    0.783735233797E-04                     
+AR VESL 2009  4  1 20 20  0.000000  1    0.297342281715E-03                     
+AR VILL 2009  4  1 20 20  0.000000  1   -0.592488082879E-07                     
+AR WTZR 2009  4  1 20 20  0.000000  1    0.470498091650E-07                     
+AR WUHN 2009  4  1 20 20  0.000000  1   -0.406448190996E-07                     
+AR YSSK 2009  4  1 20 20  0.000000  1   -0.615494380520E-07                     
+AR ZIM2 2009  4  1 20 20  0.000000  1    0.261738880227E-07                     
+AR XMIS 2009  4  1 20 20  0.000000  1   -0.364091108850E-08                     
+AR GODZ 2009  4  1 20 20  0.000000  1   -0.469117903263E-03                     
+AR MTKA 2009  4  1 20 20  0.000000  1   -0.530970512520E-07                     
+AR TIXJ 2009  4  1 20 20  0.000000  1   -0.143010315286E-03                     
+AR PARK 2009  4  1 20 20  0.000000  1    0.809284593233E-06                     
+AR NOVM 2009  4  1 20 20  0.000000  1    0.798332173036E-04                     
+AR SUNM 2009  4  1 20 20  0.000000  1   -0.286346826369E-03                     
+AR CEBR 2009  4  1 20 20  0.000000  1    0.719432094148E-03                     
+AR CPXF 2009  4  1 20 20  0.000000  1    0.465706311162E-08                     
+AR IDDR 2009  4  1 20 20  0.000000  1    0.140704774411E-07                     
+AR AZGB 2009  4  1 20 20  0.000000  1    0.330094396323E-03                     
+AR TN22 2009  4  1 20 20  0.000000  1   -0.321016017672E-03                     
+AR ETAD 2009  4  1 20 20  0.000000  1    0.339252827543E-07                     
+AR ILHA 2009  4  1 20 20  0.000000  1   -0.246248981959E-08                     
+AR POVE 2009  4  1 20 20  0.000000  1   -0.354616432282E-08                     
+AR RECF 2009  4  1 20 20  0.000000  1    0.110213819643E-07                     
+AR SALU 2009  4  1 20 20  0.000000  1    0.197567795576E-07                     
+AR SAVO 2009  4  1 20 20  0.000000  1    0.122679403559E-07                     
+AR UFPR 2009  4  1 20 20  0.000000  1    0.152293770546E-07                     
+AR YELL 2009  4  1 20 20  0.000000  1    0.250310000000E-06                     
+AS G32  2009  4  1 20 25  0.000000  1    0.280040293017E-03                     
+AS G24  2009  4  1 20 25  0.000000  1    0.177920791924E-03                     
+AS G25  2009  4  1 20 25  0.000000  1    0.335196545116E-03                     
+AS G26  2009  4  1 20 25  0.000000  1    0.545217391688E-04                     
+AS G27  2009  4  1 20 25  0.000000  1    0.372322872846E-04                     
+AS G30  2009  4  1 20 25  0.000000  1    0.136335397685E-03                     
+AS G03  2009  4  1 20 25  0.000000  1    0.373630926318E-03                     
+AS G04  2009  4  1 20 25  0.000000  1   -0.351462567002E-04                     
+AS G06  2009  4  1 20 25  0.000000  1    0.607611143335E-04                     
+AS G08  2009  4  1 20 25  0.000000  1   -0.196591197192E-03                     
+AS G09  2009  4  1 20 25  0.000000  1    0.485154606183E-04                     
+AS G10  2009  4  1 20 25  0.000000  1   -0.136442504810E-04                     
+AS G14  2009  4  1 20 25  0.000000  1   -0.132222139172E-03                     
+AS G13  2009  4  1 20 25  0.000000  1    0.293297263606E-03                     
+AS G28  2009  4  1 20 25  0.000000  1   -0.238363233945E-04                     
+AS G21  2009  4  1 20 25  0.000000  1    0.214664990527E-04                     
+AS G11  2009  4  1 20 25  0.000000  1    0.271320660979E-05                     
+AS G22  2009  4  1 20 25  0.000000  1    0.202407132331E-03                     
+AS G20  2009  4  1 20 25  0.000000  1    0.865272696327E-04                     
+AS G18  2009  4  1 20 25  0.000000  1   -0.694170168037E-04                     
+AS G16  2009  4  1 20 25  0.000000  1    0.629064721798E-04                     
+AS G19  2009  4  1 20 25  0.000000  1    0.293311330030E-04                     
+AS G23  2009  4  1 20 25  0.000000  1    0.389000754193E-03                     
+AS G02  2009  4  1 20 25  0.000000  1    0.153916529580E-03                     
+AS G31  2009  4  1 20 25  0.000000  1   -0.565061405271E-04                     
+AS G17  2009  4  1 20 25  0.000000  1    0.524886384256E-04                     
+AS G12  2009  4  1 20 25  0.000000  1   -0.299387168395E-03                     
+AS G15  2009  4  1 20 25  0.000000  1   -0.276146478114E-03                     
+AS G29  2009  4  1 20 25  0.000000  1    0.497999533767E-05                     
+AS G07  2009  4  1 20 25  0.000000  1    0.209655301955E-04                     
+AS R02  2009  4  1 20 25  0.000000  1    0.205564999683E-04                     
+AS R03  2009  4  1 20 25  0.000000  1   -0.343733633341E-04                     
+AS R04  2009  4  1 20 25  0.000000  1    0.635831600159E-04                     
+AS R06  2009  4  1 20 25  0.000000  1   -0.169265488384E-03                     
+AS R07  2009  4  1 20 25  0.000000  1   -0.891261903021E-04                     
+AS R08  2009  4  1 20 25  0.000000  1   -0.101971126017E-03                     
+AS R10  2009  4  1 20 25  0.000000  1   -0.140819643630E-03                     
+AS R11  2009  4  1 20 25  0.000000  1   -0.926581629163E-04                     
+AS R13  2009  4  1 20 25  0.000000  1   -0.230678529197E-03                     
+AS R14  2009  4  1 20 25  0.000000  1   -0.795192189905E-04                     
+AS R15  2009  4  1 20 25  0.000000  1    0.921452871008E-04                     
+AS R17  2009  4  1 20 25  0.000000  1   -0.261296281027E-03                     
+AS R18  2009  4  1 20 25  0.000000  1   -0.135871400661E-05                     
+AS R19  2009  4  1 20 25  0.000000  1   -0.894542394063E-04                     
+AS R20  2009  4  1 20 25  0.000000  1   -0.650172139325E-04                     
+AS R21  2009  4  1 20 25  0.000000  1   -0.143382049953E-03                     
+AS R22  2009  4  1 20 25  0.000000  1   -0.201663738037E-03                     
+AS R23  2009  4  1 20 25  0.000000  1   -0.200139729886E-03                     
+AR ALGO 2009  4  1 20 25  0.000000  1    0.812313253120E-04                     
+AR ALIC 2009  4  1 20 25  0.000000  1    0.670811140195E-08                     
+AR AMC2 2009  4  1 20 25  0.000000  1    0.269427254881E-08                     
+AR ANKR 2009  4  1 20 25  0.000000  1    0.444397360918E-03                     
+AR ARTU 2009  4  1 20 25  0.000000  1   -0.482072505662E-07                     
+AR ASPA 2009  4  1 20 25  0.000000  1    0.310703066063E-07                     
+AR BHR1 2009  4  1 20 25  0.000000  1    0.563383688530E-03                     
+AR BARH 2009  4  1 20 25  0.000000  1    0.637909793318E-08                     
+AR BJFS 2009  4  1 20 25  0.000000  1   -0.350008740774E-07                     
+AR BOGT 2009  4  1 20 25  0.000000  1   -0.832472939293E-07                     
+AR BRMU 2009  4  1 20 25  0.000000  1   -0.134277297064E-04                     
+AR CAGZ 2009  4  1 20 25  0.000000  1    0.336705686666E-03                     
+AR CAS1 2009  4  1 20 25  0.000000  1    0.593935991194E-08                     
+AR CHAT 2009  4  1 20 25  0.000000  1   -0.622502253600E-07                     
+AR CHPI 2009  4  1 20 25  0.000000  1   -0.731586245435E-07                     
+AR COCO 2009  4  1 20 25  0.000000  1    0.227647674856E-03                     
+AR CONZ 2009  4  1 20 25  0.000000  1   -0.278993008752E-03                     
+AR CRAR 2009  4  1 20 25  0.000000  1    0.373170334870E-03                     
+AR CRO1 2009  4  1 20 25  0.000000  1    0.665108908423E-03                     
+AR DAEJ 2009  4  1 20 25  0.000000  1   -0.196510888813E-03                     
+AR DARW 2009  4  1 20 25  0.000000  1    0.408341902744E-08                     
+AR DGAR 2009  4  1 20 25  0.000000  1   -0.590886996566E-07                     
+AR DRAO 2009  4  1 20 25  0.000000  1    0.198836360676E-05                     
+AR FAA1 2009  4  1 20 25  0.000000  1   -0.215671290924E-07                     
+AR FAIR 2009  4  1 20 25  0.000000  1   -0.672643863137E-07                     
+AR GLPS 2009  4  1 20 25  0.000000  1   -0.908136056623E-07                     
+AR GUAM 2009  4  1 20 25  0.000000  1   -0.491283410583E-07                     
+AR GUAT 2009  4  1 20 25  0.000000  1    0.155789872026E-07                     
+AR HOB2 2009  4  1 20 25  0.000000  1    0.906666819150E-07                     
+AR HOFN 2009  4  1 20 25  0.000000  1    0.155823224481E-03                     
+AR HOLM 2009  4  1 20 25  0.000000  1   -0.613484626038E-07                     
+AR HRAO 2009  4  1 20 25  0.000000  1    0.849473160929E-03                     
+AR HYDE 2009  4  1 20 25  0.000000  1    0.541300875288E-08                     
+AR IRKJ 2009  4  1 20 25  0.000000  1    0.163746534848E-03                     
+AR ISPA 2009  4  1 20 25  0.000000  1   -0.662787392837E-07                     
+AR KARR 2009  4  1 20 25  0.000000  1   -0.534521674655E-07                     
+AR KERG 2009  4  1 20 25  0.000000  1    0.817498006689E-03                     
+AR KHAJ 2009  4  1 20 25  0.000000  1   -0.150695409280E-05                     
+AR KIR0 2009  4  1 20 25  0.000000  1    0.282436316699E-03                     
+AR KIRU 2009  4  1 20 25  0.000000  1    0.591399002717E-03                     
+AR KIT3 2009  4  1 20 25  0.000000  1   -0.890544468445E-08                     
+AR KOUR 2009  4  1 20 25  0.000000  1    0.125015761337E-03                     
+AR KUNM 2009  4  1 20 25  0.000000  1    0.539812701773E-10                     
+AR LHAZ 2009  4  1 20 25  0.000000  1   -0.457687627171E-03                     
+AR MAL2 2009  4  1 20 25  0.000000  1   -0.662900430124E-08                     
+AR MAS1 2009  4  1 20 25  0.000000  1   -0.101605408445E-03                     
+AR MAW1 2009  4  1 20 25  0.000000  1    0.734960849312E-08                     
+AR MCIL 2009  4  1 20 25  0.000000  1    0.256828619092E-07                     
+AR MCM4 2009  4  1 20 25  0.000000  1   -0.487069471946E-07                     
+AR MDO1 2009  4  1 20 25  0.000000  1   -0.545441087411E-07                     
+AR MDVJ 2009  4  1 20 25  0.000000  1    0.438552517586E-03                     
+AR MKEA 2009  4  1 20 25  0.000000  1   -0.558821758694E-07                     
+AR MOBS 2009  4  1 20 25  0.000000  1    0.302438948979E-08                     
+AR NANO 2009  4  1 20 25  0.000000  1    0.358688894067E-08                     
+AR NLIB 2009  4  1 20 25  0.000000  1   -0.116719629853E-06                     
+AR NNOR 2009  4  1 20 25  0.000000  1    0.365801644952E-03                     
+AR NRC1 2009  4  1 20 25  0.000000  1   -0.448309741353E-05                     
+AR NRIL 2009  4  1 20 25  0.000000  1   -0.553709309797E-07                     
+AR NRMD 2009  4  1 20 25  0.000000  1    0.217225312535E-07                     
+AR NTUS 2009  4  1 20 25  0.000000  1    0.131266020882E-08                     
+AR NYAL 2009  4  1 20 25  0.000000  1    0.956463167462E-07                     
+AR OHI3 2009  4  1 20 25  0.000000  1    0.578196643464E-04                     
+AR ONSA 2009  4  1 20 25  0.000000  1   -0.324823456957E-04                     
+AR PDEL 2009  4  1 20 25  0.000000  1    0.507364213484E-08                     
+AR PERT 2009  4  1 20 25  0.000000  1   -0.506628101303E-07                     
+AR PETP 2009  4  1 20 25  0.000000  1   -0.586502239324E-07                     
+AR PIMO 2009  4  1 20 25  0.000000  1   -0.383677526667E-07                     
+AR QAQ1 2009  4  1 20 25  0.000000  1   -0.581626032541E-07                     
+AR QUIN 2009  4  1 20 25  0.000000  1   -0.622860612521E-07                     
+AR RABT 2009  4  1 20 25  0.000000  1   -0.482971789229E-07                     
+AR RAMO 2009  4  1 20 25  0.000000  1    0.770477142794E-07                     
+AR RCMN 2009  4  1 20 25  0.000000  1    0.193214779354E-08                     
+AR REDU 2009  4  1 20 25  0.000000  1   -0.485597981367E-07                     
+AR REUN 2009  4  1 20 25  0.000000  1    0.307516659710E-07                     
+AR REYK 2009  4  1 20 25  0.000000  1   -0.248229825055E-03                     
+AR SCH2 2009  4  1 20 25  0.000000  1    0.190620646484E-03                     
+AR SCUB 2009  4  1 20 25  0.000000  1   -0.493341731748E-07                     
+AR STJO 2009  4  1 20 25  0.000000  1   -0.707046304659E-05                     
+AR SYDN 2009  4  1 20 25  0.000000  1    0.141197985430E-05                     
+AR SYOG 2009  4  1 20 25  0.000000  1    0.140147231243E-04                     
+AR THU2 2009  4  1 20 25  0.000000  1    0.268007526225E-03                     
+AR TOW2 2009  4  1 20 25  0.000000  1    0.207243808391E-08                     
+AR URUM 2009  4  1 20 25  0.000000  1    0.542529431063E-05                     
+AR VESL 2009  4  1 20 25  0.000000  1    0.333325375501E-03                     
+AR VILL 2009  4  1 20 25  0.000000  1   -0.561433927885E-07                     
+AR WTZR 2009  4  1 20 25  0.000000  1    0.470707680688E-07                     
+AR WUHN 2009  4  1 20 25  0.000000  1   -0.383453349124E-07                     
+AR YSSK 2009  4  1 20 25  0.000000  1   -0.616453510959E-07                     
+AR ZIM2 2009  4  1 20 25  0.000000  1    0.247147961108E-07                     
+AR XMIS 2009  4  1 20 25  0.000000  1   -0.169934398067E-08                     
+AR GODZ 2009  4  1 20 25  0.000000  1   -0.469117872137E-03                     
+AR MTKA 2009  4  1 20 25  0.000000  1   -0.388457172323E-07                     
+AR TIXJ 2009  4  1 20 25  0.000000  1   -0.145095150649E-03                     
+AR PARK 2009  4  1 20 25  0.000000  1    0.809546845779E-06                     
+AR UNBJ 2009  4  1 20 25  0.000000  1   -0.474534211740E-03                     
+AR NOVM 2009  4  1 20 25  0.000000  1    0.798332189272E-04                     
+AR SUNM 2009  4  1 20 25  0.000000  1   -0.443712361938E-03                     
+AR CEBR 2009  4  1 20 25  0.000000  1    0.719432098372E-03                     
+AR CPXF 2009  4  1 20 25  0.000000  1    0.606406965115E-08                     
+AR IDDR 2009  4  1 20 25  0.000000  1    0.124783402288E-07                     
+AR AZGB 2009  4  1 20 25  0.000000  1    0.190747423885E-03                     
+AR TN22 2009  4  1 20 25  0.000000  1   -0.394094003908E-03                     
+AR ETAD 2009  4  1 20 25  0.000000  1    0.335373430777E-07                     
+AR ILHA 2009  4  1 20 25  0.000000  1    0.224983224216E-10                     
+AR POVE 2009  4  1 20 25  0.000000  1   -0.440082707096E-08                     
+AR RECF 2009  4  1 20 25  0.000000  1    0.118647526662E-07                     
+AR SALU 2009  4  1 20 25  0.000000  1    0.166869912159E-07                     
+AR SAVO 2009  4  1 20 25  0.000000  1    0.132028381008E-07                     
+AR UFPR 2009  4  1 20 25  0.000000  1    0.125424192370E-07                     
+AR YELL 2009  4  1 20 25  0.000000  1    0.250380000000E-06                     
+AS G32  2009  4  1 20 30  0.000000  1    0.280038712384E-03                     
+AS G24  2009  4  1 20 30  0.000000  1    0.177921141771E-03                     
+AS G25  2009  4  1 20 30  0.000000  1    0.335203119865E-03                     
+AS G26  2009  4  1 20 30  0.000000  1    0.545223923607E-04                     
+AS G27  2009  4  1 20 30  0.000000  1    0.372335216339E-04                     
+AS G30  2009  4  1 20 30  0.000000  1    0.136335687322E-03                     
+AS G03  2009  4  1 20 30  0.000000  1    0.373632898728E-03                     
+AS G04  2009  4  1 20 30  0.000000  1   -0.351505105970E-04                     
+AS G06  2009  4  1 20 30  0.000000  1    0.607665047121E-04                     
+AS G08  2009  4  1 20 30  0.000000  1   -0.196590862223E-03                     
+AS G09  2009  4  1 20 30  0.000000  1    0.485159133802E-04                     
+AS G10  2009  4  1 20 30  0.000000  1   -0.136442291872E-04                     
+AS G14  2009  4  1 20 30  0.000000  1   -0.132220823740E-03                     
+AS G13  2009  4  1 20 30  0.000000  1    0.293297718575E-03                     
+AS G28  2009  4  1 20 30  0.000000  1   -0.238366293170E-04                     
+AS G21  2009  4  1 20 30  0.000000  1    0.214655151891E-04                     
+AS G11  2009  4  1 20 30  0.000000  1    0.271238977826E-05                     
+AS G22  2009  4  1 20 30  0.000000  1    0.202406807798E-03                     
+AS G20  2009  4  1 20 30  0.000000  1    0.865267807209E-04                     
+AS G18  2009  4  1 20 30  0.000000  1   -0.694158629637E-04                     
+AS G16  2009  4  1 20 30  0.000000  1    0.629054399276E-04                     
+AS G19  2009  4  1 20 30  0.000000  1    0.293303202131E-04                     
+AS G23  2009  4  1 20 30  0.000000  1    0.389000746957E-03                     
+AS G02  2009  4  1 20 30  0.000000  1    0.153916380484E-03                     
+AS G31  2009  4  1 20 30  0.000000  1   -0.565069870497E-04                     
+AS G17  2009  4  1 20 30  0.000000  1    0.524889976787E-04                     
+AS G12  2009  4  1 20 30  0.000000  1   -0.299385884278E-03                     
+AS G15  2009  4  1 20 30  0.000000  1   -0.276148299398E-03                     
+AS G29  2009  4  1 20 30  0.000000  1    0.498117735316E-05                     
+AS G07  2009  4  1 20 30  0.000000  1    0.209652594346E-04                     
+AS R02  2009  4  1 20 30  0.000000  1    0.205554983601E-04                     
+AS R03  2009  4  1 20 30  0.000000  1   -0.343744841568E-04                     
+AS R04  2009  4  1 20 30  0.000000  1    0.635824115321E-04                     
+AS R06  2009  4  1 20 30  0.000000  1   -0.169264689562E-03                     
+AS R07  2009  4  1 20 30  0.000000  1   -0.891252194554E-04                     
+AS R08  2009  4  1 20 30  0.000000  1   -0.101970834495E-03                     
+AS R10  2009  4  1 20 30  0.000000  1   -0.140819751257E-03                     
+AS R11  2009  4  1 20 30  0.000000  1   -0.926582178402E-04                     
+AS R13  2009  4  1 20 30  0.000000  1   -0.230678508952E-03                     
+AS R14  2009  4  1 20 30  0.000000  1   -0.795187377260E-04                     
+AS R15  2009  4  1 20 30  0.000000  1    0.921452754653E-04                     
+AS R17  2009  4  1 20 30  0.000000  1   -0.261296487400E-03                     
+AS R18  2009  4  1 20 30  0.000000  1   -0.135909176385E-05                     
+AS R19  2009  4  1 20 30  0.000000  1   -0.894544768624E-04                     
+AS R20  2009  4  1 20 30  0.000000  1   -0.650174489911E-04                     
+AS R21  2009  4  1 20 30  0.000000  1   -0.143382372781E-03                     
+AS R22  2009  4  1 20 30  0.000000  1   -0.201664472307E-03                     
+AS R23  2009  4  1 20 30  0.000000  1   -0.200138981838E-03                     
+AR ALGO 2009  4  1 20 30  0.000000  1    0.812342291333E-04                     
+AR ALIC 2009  4  1 20 30  0.000000  1    0.605529259641E-08                     
+AR AMC2 2009  4  1 20 30  0.000000  1    0.269776845631E-08                     
+AR ANKR 2009  4  1 20 30  0.000000  1   -0.493683531726E-03                     
+AR ARTU 2009  4  1 20 30  0.000000  1   -0.489265896969E-07                     
+AR ASPA 2009  4  1 20 30  0.000000  1    0.305762292779E-07                     
+AR BHR1 2009  4  1 20 30  0.000000  1    0.563383641329E-03                     
+AR BARH 2009  4  1 20 30  0.000000  1    0.785863987460E-08                     
+AR BJFS 2009  4  1 20 30  0.000000  1   -0.322769963835E-07                     
+AR BOGT 2009  4  1 20 30  0.000000  1   -0.859469619201E-07                     
+AR BRMU 2009  4  1 20 30  0.000000  1    0.484974137968E-03                     
+AR CAGZ 2009  4  1 20 30  0.000000  1   -0.439661833178E-03                     
+AR CAS1 2009  4  1 20 30  0.000000  1    0.526565910989E-08                     
+AR CHAT 2009  4  1 20 30  0.000000  1   -0.603137394053E-07                     
+AR CHPI 2009  4  1 20 30  0.000000  1   -0.729448394252E-07                     
+AR COCO 2009  4  1 20 30  0.000000  1    0.227647431737E-03                     
+AR CONZ 2009  4  1 20 30  0.000000  1   -0.417537603340E-03                     
+AR CRAR 2009  4  1 20 30  0.000000  1    0.348354819569E-03                     
+AR CRO1 2009  4  1 20 30  0.000000  1    0.665108909560E-03                     
+AR DAEJ 2009  4  1 20 30  0.000000  1   -0.196510291510E-03                     
+AR DARW 2009  4  1 20 30  0.000000  1    0.169357787485E-08                     
+AR DGAR 2009  4  1 20 30  0.000000  1   -0.583861930663E-07                     
+AR DRAO 2009  4  1 20 30  0.000000  1    0.202516643876E-05                     
+AR FAA1 2009  4  1 20 30  0.000000  1   -0.216036240461E-07                     
+AR FAIR 2009  4  1 20 30  0.000000  1   -0.620868452394E-07                     
+AR GLPS 2009  4  1 20 30  0.000000  1   -0.924726243352E-07                     
+AR GUAM 2009  4  1 20 30  0.000000  1   -0.510559970022E-07                     
+AR GUAT 2009  4  1 20 30  0.000000  1    0.145896431340E-07                     
+AR HOB2 2009  4  1 20 30  0.000000  1    0.906869969649E-07                     
+AR HOFN 2009  4  1 20 30  0.000000  1    0.232706800411E-03                     
+AR HOLM 2009  4  1 20 30  0.000000  1   -0.621716476281E-07                     
+AR HRAO 2009  4  1 20 30  0.000000  1    0.849473236387E-03                     
+AR HYDE 2009  4  1 20 30  0.000000  1    0.404445564597E-08                     
+AR IRKJ 2009  4  1 20 30  0.000000  1    0.163746564026E-03                     
+AR ISPA 2009  4  1 20 30  0.000000  1   -0.685733315528E-07                     
+AR KARR 2009  4  1 20 30  0.000000  1   -0.528268887864E-07                     
+AR KERG 2009  4  1 20 30  0.000000  1    0.817497929704E-03                     
+AR KHAJ 2009  4  1 20 30  0.000000  1   -0.150695395714E-05                     
+AR KIR0 2009  4  1 20 30  0.000000  1    0.282429568509E-03                     
+AR KIRU 2009  4  1 20 30  0.000000  1    0.591398527831E-03                     
+AR KIT3 2009  4  1 20 30  0.000000  1    0.128032009331E-08                     
+AR KOUR 2009  4  1 20 30  0.000000  1    0.125015785180E-03                     
+AR KUNM 2009  4  1 20 30  0.000000  1   -0.106985970161E-08                     
+AR LHAZ 2009  4  1 20 30  0.000000  1   -0.434170435845E-03                     
+AR MAL2 2009  4  1 20 30  0.000000  1   -0.128129592803E-07                     
+AR MAS1 2009  4  1 20 30  0.000000  1   -0.101605210859E-03                     
+AR MAW1 2009  4  1 20 30  0.000000  1    0.723184593070E-08                     
+AR MCIL 2009  4  1 20 30  0.000000  1    0.255549900319E-07                     
+AR MCM4 2009  4  1 20 30  0.000000  1   -0.489193731299E-07                     
+AR MDO1 2009  4  1 20 30  0.000000  1   -0.574531022714E-07                     
+AR MDVJ 2009  4  1 20 30  0.000000  1    0.438552530245E-03                     
+AR MKEA 2009  4  1 20 30  0.000000  1   -0.611096159848E-07                     
+AR MOBS 2009  4  1 20 30  0.000000  1    0.261744420094E-08                     
+AR NANO 2009  4  1 20 30  0.000000  1    0.323588468346E-08                     
+AR NNOR 2009  4  1 20 30  0.000000  1    0.365801730706E-03                     
+AR NRC1 2009  4  1 20 30  0.000000  1   -0.448306917502E-05                     
+AR NRIL 2009  4  1 20 30  0.000000  1   -0.567806774619E-07                     
+AR NRMD 2009  4  1 20 30  0.000000  1    0.201350592611E-07                     
+AR NTUS 2009  4  1 20 30  0.000000  1    0.286509373606E-08                     
+AR NYAL 2009  4  1 20 30  0.000000  1    0.956671620145E-07                     
+AR OHI3 2009  4  1 20 30  0.000000  1    0.184130043558E-03                     
+AR ONSA 2009  4  1 20 30  0.000000  1   -0.324824000820E-04                     
+AR PDEL 2009  4  1 20 30  0.000000  1    0.524393818887E-08                     
+AR PERT 2009  4  1 20 30  0.000000  1   -0.500956510567E-07                     
+AR PETP 2009  4  1 20 30  0.000000  1   -0.581782350974E-07                     
+AR PIMO 2009  4  1 20 30  0.000000  1   -0.403552310330E-07                     
+AR QAQ1 2009  4  1 20 30  0.000000  1   -0.592907972539E-07                     
+AR QUIN 2009  4  1 20 30  0.000000  1   -0.628891860579E-07                     
+AR RABT 2009  4  1 20 30  0.000000  1   -0.469619128704E-07                     
+AR RAMO 2009  4  1 20 30  0.000000  1   -0.522644520922E-07                     
+AR RCMN 2009  4  1 20 30  0.000000  1    0.208875258351E-08                     
+AR REDU 2009  4  1 20 30  0.000000  1   -0.504535559917E-07                     
+AR REUN 2009  4  1 20 30  0.000000  1    0.301676465707E-07                     
+AR REYK 2009  4  1 20 30  0.000000  1   -0.249030050995E-03                     
+AR SCH2 2009  4  1 20 30  0.000000  1    0.190638740553E-03                     
+AR SCUB 2009  4  1 20 30  0.000000  1   -0.481494693285E-07                     
+AR STJO 2009  4  1 20 30  0.000000  1   -0.707077286945E-05                     
+AR SYDN 2009  4  1 20 30  0.000000  1    0.141163332535E-05                     
+AR SYOG 2009  4  1 20 30  0.000000  1    0.140149125561E-04                     
+AR THU2 2009  4  1 20 30  0.000000  1    0.266005054093E-03                     
+AR TOW2 2009  4  1 20 30  0.000000  1    0.192961571620E-08                     
+AR URUM 2009  4  1 20 30  0.000000  1   -0.674410294666E-04                     
+AR VESL 2009  4  1 20 30  0.000000  1    0.369335643473E-03                     
+AR VILL 2009  4  1 20 30  0.000000  1   -0.528145708469E-07                     
+AR WTZR 2009  4  1 20 30  0.000000  1    0.470767495976E-07                     
+AR WUHN 2009  4  1 20 30  0.000000  1   -0.386779213510E-07                     
+AR YSSK 2009  4  1 20 30  0.000000  1   -0.624002696919E-07                     
+AR ZIM2 2009  4  1 20 30  0.000000  1    0.229929188031E-07                     
+AR XMIS 2009  4  1 20 30  0.000000  1   -0.661907875560E-09                     
+AR GODZ 2009  4  1 20 30  0.000000  1   -0.469117834281E-03                     
+AR MTKA 2009  4  1 20 30  0.000000  1   -0.379034430036E-07                     
+AR TIXJ 2009  4  1 20 30  0.000000  1   -0.147177376824E-03                     
+AR PARK 2009  4  1 20 30  0.000000  1    0.809582903322E-06                     
+AR UNBJ 2009  4  1 20 30  0.000000  1    0.444056599674E-03                     
+AR NOVM 2009  4  1 20 30  0.000000  1    0.798331974268E-04                     
+AR SUNM 2009  4  1 20 30  0.000000  1    0.399143411670E-03                     
+AR CEBR 2009  4  1 20 30  0.000000  1    0.719432090714E-03                     
+AR CPXF 2009  4  1 20 30  0.000000  1    0.557197544738E-08                     
+AR IDDR 2009  4  1 20 30  0.000000  1    0.127631706936E-07                     
+AR AZGB 2009  4  1 20 30  0.000000  1    0.514010770462E-04                     
+AR TN22 2009  4  1 20 30  0.000000  1   -0.466997281626E-03                     
+AR ETAD 2009  4  1 20 30  0.000000  1    0.359244531216E-07                     
+AR ILHA 2009  4  1 20 30  0.000000  1    0.936055287757E-10                     
+AR POVE 2009  4  1 20 30  0.000000  1   -0.532904218207E-08                     
+AR RECF 2009  4  1 20 30  0.000000  1    0.118158303007E-07                     
+AR SALU 2009  4  1 20 30  0.000000  1    0.202288159938E-07                     
+AR SAVO 2009  4  1 20 30  0.000000  1    0.127738111560E-07                     
+AR UFPR 2009  4  1 20 30  0.000000  1    0.160579764499E-07                     
+AR YELL 2009  4  1 20 30  0.000000  1    0.250450000000E-06                     
+AS G32  2009  4  1 20 35  0.000000  1    0.280037260483E-03                     
+AS G24  2009  4  1 20 35  0.000000  1    0.177922116881E-03                     
+AS G25  2009  4  1 20 35  0.000000  1    0.335209791185E-03                     
+AS G26  2009  4  1 20 35  0.000000  1    0.545229734690E-04                     
+AS G27  2009  4  1 20 35  0.000000  1    0.372341644589E-04                     
+AS G30  2009  4  1 20 35  0.000000  1    0.136336406676E-03                     
+AS G03  2009  4  1 20 35  0.000000  1    0.373634114165E-03                     
+AS G04  2009  4  1 20 35  0.000000  1   -0.351549088751E-04                     
+AS G06  2009  4  1 20 35  0.000000  1    0.607718031104E-04                     
+AS G08  2009  4  1 20 35  0.000000  1   -0.196591234923E-03                     
+AS G09  2009  4  1 20 35  0.000000  1    0.485170155957E-04                     
+AS G10  2009  4  1 20 35  0.000000  1   -0.136442888759E-04                     
+AS G14  2009  4  1 20 35  0.000000  1   -0.132218758740E-03                     
+AS G13  2009  4  1 20 35  0.000000  1    0.293298006680E-03                     
+AS G28  2009  4  1 20 35  0.000000  1   -0.238366754664E-04                     
+AS G21  2009  4  1 20 35  0.000000  1    0.214652000248E-04                     
+AS G11  2009  4  1 20 35  0.000000  1    0.271220276744E-05                     
+AS G22  2009  4  1 20 35  0.000000  1    0.202406793082E-03                     
+AS G20  2009  4  1 20 35  0.000000  1    0.865265539933E-04                     
+AS G18  2009  4  1 20 35  0.000000  1   -0.694149505366E-04                     
+AS G16  2009  4  1 20 35  0.000000  1    0.629047276207E-04                     
+AS G19  2009  4  1 20 35  0.000000  1    0.293300975664E-04                     
+AS G23  2009  4  1 20 35  0.000000  1    0.389001157461E-03                     
+AS G02  2009  4  1 20 35  0.000000  1    0.153916081636E-03                     
+AS G31  2009  4  1 20 35  0.000000  1   -0.565070188928E-04                     
+AS G17  2009  4  1 20 35  0.000000  1    0.524892917762E-04                     
+AS G12  2009  4  1 20 35  0.000000  1   -0.299384632340E-03                     
+AS G15  2009  4  1 20 35  0.000000  1   -0.276149538263E-03                     
+AS G29  2009  4  1 20 35  0.000000  1    0.498219948460E-05                     
+AS G07  2009  4  1 20 35  0.000000  1    0.209649937239E-04                     
+AS R02  2009  4  1 20 35  0.000000  1    0.205543439884E-04                     
+AS R03  2009  4  1 20 35  0.000000  1   -0.343763592646E-04                     
+AS R04  2009  4  1 20 35  0.000000  1    0.635816284912E-04                     
+AS R06  2009  4  1 20 35  0.000000  1   -0.169263873344E-03                     
+AS R07  2009  4  1 20 35  0.000000  1   -0.891239769018E-04                     
+AS R08  2009  4  1 20 35  0.000000  1   -0.101970594925E-03                     
+AS R10  2009  4  1 20 35  0.000000  1   -0.140819447795E-03                     
+AS R11  2009  4  1 20 35  0.000000  1   -0.926588417436E-04                     
+AS R13  2009  4  1 20 35  0.000000  1   -0.230678820429E-03                     
+AS R14  2009  4  1 20 35  0.000000  1   -0.795180949439E-04                     
+AS R15  2009  4  1 20 35  0.000000  1    0.921458735785E-04                     
+AS R17  2009  4  1 20 35  0.000000  1   -0.261296725646E-03                     
+AS R18  2009  4  1 20 35  0.000000  1   -0.135928258546E-05                     
+AS R19  2009  4  1 20 35  0.000000  1   -0.894547388125E-04                     
+AS R20  2009  4  1 20 35  0.000000  1   -0.650175781461E-04                     
+AS R21  2009  4  1 20 35  0.000000  1   -0.143382916381E-03                     
+AS R22  2009  4  1 20 35  0.000000  1   -0.201665342089E-03                     
+AS R23  2009  4  1 20 35  0.000000  1   -0.200138020240E-03                     
+AR ALGO 2009  4  1 20 35  0.000000  1    0.812369005751E-04                     
+AR ALIC 2009  4  1 20 35  0.000000  1    0.395273023725E-08                     
+AR AMC2 2009  4  1 20 35  0.000000  1    0.271489918600E-08                     
+AR ANKR 2009  4  1 20 35  0.000000  1   -0.431749925456E-03                     
+AR ARTU 2009  4  1 20 35  0.000000  1   -0.490469722508E-07                     
+AR ASPA 2009  4  1 20 35  0.000000  1    0.288422187474E-07                     
+AR BHR1 2009  4  1 20 35  0.000000  1    0.563383396671E-03                     
+AR BARH 2009  4  1 20 35  0.000000  1    0.757970783567E-08                     
+AR BJFS 2009  4  1 20 35  0.000000  1   -0.332347309625E-07                     
+AR BOGT 2009  4  1 20 35  0.000000  1   -0.876286282725E-07                     
+AR BRMU 2009  4  1 20 35  0.000000  1   -0.169427816052E-04                     
+AR CAGZ 2009  4  1 20 35  0.000000  1   -0.216018320587E-03                     
+AR CAS1 2009  4  1 20 35  0.000000  1    0.584614294778E-08                     
+AR CHAT 2009  4  1 20 35  0.000000  1   -0.569548016414E-07                     
+AR CHPI 2009  4  1 20 35  0.000000  1   -0.730812266698E-07                     
+AR COCO 2009  4  1 20 35  0.000000  1    0.227647431234E-03                     
+AR CONZ 2009  4  1 20 35  0.000000  1    0.443659061526E-03                     
+AR CRAR 2009  4  1 20 35  0.000000  1    0.323536700039E-03                     
+AR CRO1 2009  4  1 20 35  0.000000  1    0.665108969516E-03                     
+AR DAEJ 2009  4  1 20 35  0.000000  1   -0.196509922828E-03                     
+AR DARW 2009  4  1 20 35  0.000000  1    0.120955987731E-08                     
+AR DGAR 2009  4  1 20 35  0.000000  1   -0.604546595044E-07                     
+AR DRAO 2009  4  1 20 35  0.000000  1    0.206201585981E-05                     
+AR FAA1 2009  4  1 20 35  0.000000  1   -0.161261022451E-07                     
+AR FAIR 2009  4  1 20 35  0.000000  1   -0.625979462233E-07                     
+AR GLPS 2009  4  1 20 35  0.000000  1   -0.904134093948E-07                     
+AR GUAM 2009  4  1 20 35  0.000000  1   -0.513946585003E-07                     
+AR GUAT 2009  4  1 20 35  0.000000  1    0.171808755931E-07                     
+AR HOB2 2009  4  1 20 35  0.000000  1    0.907253455144E-07                     
+AR HOFN 2009  4  1 20 35  0.000000  1    0.309543896470E-03                     
+AR HOLM 2009  4  1 20 35  0.000000  1   -0.615908145273E-07                     
+AR HRAO 2009  4  1 20 35  0.000000  1    0.849473339941E-03                     
+AR HYDE 2009  4  1 20 35  0.000000  1    0.367465662381E-08                     
+AR IRKJ 2009  4  1 20 35  0.000000  1    0.163746568495E-03                     
+AR ISPA 2009  4  1 20 35  0.000000  1   -0.710607674518E-07                     
+AR KARR 2009  4  1 20 35  0.000000  1   -0.510168299044E-07                     
+AR KERG 2009  4  1 20 35  0.000000  1    0.817497856284E-03                     
+AR KHAJ 2009  4  1 20 35  0.000000  1   -0.150694160029E-05                     
+AR KIR0 2009  4  1 20 35  0.000000  1    0.282422931262E-03                     
+AR KIRU 2009  4  1 20 35  0.000000  1    0.591398995105E-03                     
+AR KIT3 2009  4  1 20 35  0.000000  1   -0.112567766260E-07                     
+AR KOUR 2009  4  1 20 35  0.000000  1    0.125015807653E-03                     
+AR KUNM 2009  4  1 20 35  0.000000  1   -0.122036610530E-07                     
+AR LHAZ 2009  4  1 20 35  0.000000  1   -0.410563744891E-03                     
+AR MAL2 2009  4  1 20 35  0.000000  1   -0.142465199209E-07                     
+AR MAS1 2009  4  1 20 35  0.000000  1   -0.101604991656E-03                     
+AR MAW1 2009  4  1 20 35  0.000000  1    0.699261472194E-08                     
+AR MCIL 2009  4  1 20 35  0.000000  1    0.253723908279E-07                     
+AR MCM4 2009  4  1 20 35  0.000000  1   -0.575909831142E-07                     
+AR MDO1 2009  4  1 20 35  0.000000  1   -0.591499724988E-07                     
+AR MDVJ 2009  4  1 20 35  0.000000  1    0.438552548169E-03                     
+AR MKEA 2009  4  1 20 35  0.000000  1   -0.550438802564E-07                     
+AR MOBS 2009  4  1 20 35  0.000000  1    0.256495918553E-08                     
+AR NANO 2009  4  1 20 35  0.000000  1    0.360261762914E-08                     
+AR NNOR 2009  4  1 20 35  0.000000  1    0.365801722204E-03                     
+AR NRC1 2009  4  1 20 35  0.000000  1   -0.448303732553E-05                     
+AR NRIL 2009  4  1 20 35  0.000000  1   -0.479603266627E-07                     
+AR NRMD 2009  4  1 20 35  0.000000  1    0.212121813195E-07                     
+AR NTUS 2009  4  1 20 35  0.000000  1    0.310828652383E-08                     
+AR NYAL 2009  4  1 20 35  0.000000  1    0.956958907691E-07                     
+AR OHI3 2009  4  1 20 35  0.000000  1    0.309524737691E-03                     
+AR ONSA 2009  4  1 20 35  0.000000  1   -0.324824340444E-04                     
+AR PDEL 2009  4  1 20 35  0.000000  1    0.549405334057E-08                     
+AR PERT 2009  4  1 20 35  0.000000  1   -0.477009400655E-07                     
+AR PETP 2009  4  1 20 35  0.000000  1   -0.559998748624E-07                     
+AR PIMO 2009  4  1 20 35  0.000000  1   -0.390231166263E-07                     
+AR QAQ1 2009  4  1 20 35  0.000000  1   -0.617503397265E-07                     
+AR QUIN 2009  4  1 20 35  0.000000  1   -0.587894235307E-07                     
+AR RABT 2009  4  1 20 35  0.000000  1   -0.455732142659E-07                     
+AR RAMO 2009  4  1 20 35  0.000000  1    0.103358294732E-06                     
+AR RCMN 2009  4  1 20 35  0.000000  1    0.825466424742E-08                     
+AR REDU 2009  4  1 20 35  0.000000  1   -0.391212760296E-07                     
+AR REUN 2009  4  1 20 35  0.000000  1    0.292187850097E-07                     
+AR REYK 2009  4  1 20 35  0.000000  1   -0.249939321393E-03                     
+AR SCH2 2009  4  1 20 35  0.000000  1    0.190656976016E-03                     
+AR SCUB 2009  4  1 20 35  0.000000  1   -0.490264045307E-07                     
+AR STJO 2009  4  1 20 35  0.000000  1   -0.707105358577E-05                     
+AR SYDN 2009  4  1 20 35  0.000000  1    0.141163458296E-05                     
+AR SYOG 2009  4  1 20 35  0.000000  1    0.140149854969E-04                     
+AR THU2 2009  4  1 20 35  0.000000  1    0.264002744409E-03                     
+AR TOW2 2009  4  1 20 35  0.000000  1    0.268669411790E-08                     
+AR URUM 2009  4  1 20 35  0.000000  1   -0.140240738559E-03                     
+AR VESL 2009  4  1 20 35  0.000000  1    0.405403591193E-03                     
+AR VILL 2009  4  1 20 35  0.000000  1   -0.525242396423E-07                     
+AR WTZR 2009  4  1 20 35  0.000000  1    0.471050959654E-07                     
+AR WUHN 2009  4  1 20 35  0.000000  1   -0.381347485286E-07                     
+AR YSSK 2009  4  1 20 35  0.000000  1   -0.595057012059E-07                     
+AR ZIM2 2009  4  1 20 35  0.000000  1    0.234581897281E-07                     
+AR XMIS 2009  4  1 20 35  0.000000  1   -0.142413494204E-08                     
+AR GODZ 2009  4  1 20 35  0.000000  1   -0.469117799020E-03                     
+AR MTKA 2009  4  1 20 35  0.000000  1   -0.399626415198E-07                     
+AR TIXJ 2009  4  1 20 35  0.000000  1   -0.149306322541E-03                     
+AR PARK 2009  4  1 20 35  0.000000  1    0.809733844979E-06                     
+AR UNBJ 2009  4  1 20 35  0.000000  1    0.362610047458E-03                     
+AR NOVM 2009  4  1 20 35  0.000000  1    0.798332163529E-04                     
+AR SUNM 2009  4  1 20 35  0.000000  1    0.241867333061E-03                     
+AR CEBR 2009  4  1 20 35  0.000000  1    0.719432081141E-03                     
+AR CPXF 2009  4  1 20 35  0.000000  1    0.515437260607E-08                     
+AR IDDR 2009  4  1 20 35  0.000000  1    0.127852129272E-07                     
+AR AZGB 2009  4  1 20 35  0.000000  1   -0.880004980068E-04                     
+AR TN22 2009  4  1 20 35  0.000000  1    0.460351561261E-03                     
+AR ETAD 2009  4  1 20 35  0.000000  1    0.323650138333E-07                     
+AR ILHA 2009  4  1 20 35  0.000000  1   -0.146534413919E-09                     
+AR POVE 2009  4  1 20 35  0.000000  1   -0.545087391439E-08                     
+AR RECF 2009  4  1 20 35  0.000000  1    0.126076890879E-07                     
+AR SALU 2009  4  1 20 35  0.000000  1    0.174215920608E-07                     
+AR SAVO 2009  4  1 20 35  0.000000  1    0.121056690368E-07                     
+AR UFPR 2009  4  1 20 35  0.000000  1    0.128770729532E-07                     
+AR YELL 2009  4  1 20 35  0.000000  1    0.250521000000E-06                     
+AS G32  2009  4  1 20 40  0.000000  1    0.280035964024E-03                     
+AS G24  2009  4  1 20 40  0.000000  1    0.177922450057E-03                     
+AS G25  2009  4  1 20 40  0.000000  1    0.335216407127E-03                     
+AS G26  2009  4  1 20 40  0.000000  1    0.545236249577E-04                     
+AS G27  2009  4  1 20 40  0.000000  1    0.372348704652E-04                     
+AS G30  2009  4  1 20 40  0.000000  1    0.136336969044E-03                     
+AS G03  2009  4  1 20 40  0.000000  1    0.373635912422E-03                     
+AS G04  2009  4  1 20 40  0.000000  1   -0.351592060203E-04                     
+AS G06  2009  4  1 20 40  0.000000  1    0.607771417958E-04                     
+AS G08  2009  4  1 20 40  0.000000  1   -0.196591280527E-03                     
+AS G09  2009  4  1 20 40  0.000000  1    0.485183862585E-04                     
+AS G10  2009  4  1 20 40  0.000000  1   -0.136444606042E-04                     
+AS G14  2009  4  1 20 40  0.000000  1   -0.132216995103E-03                     
+AS G13  2009  4  1 20 40  0.000000  1    0.293298364095E-03                     
+AS G28  2009  4  1 20 40  0.000000  1   -0.238366171403E-04                     
+AS G21  2009  4  1 20 40  0.000000  1    0.214647221638E-04                     
+AS G11  2009  4  1 20 40  0.000000  1    0.271203045916E-05                     
+AS G22  2009  4  1 20 40  0.000000  1    0.202405875499E-03                     
+AS G20  2009  4  1 20 40  0.000000  1    0.865261046910E-04                     
+AS G18  2009  4  1 20 40  0.000000  1   -0.694136472257E-04                     
+AS G16  2009  4  1 20 40  0.000000  1    0.629038120536E-04                     
+AS G19  2009  4  1 20 40  0.000000  1    0.293298972055E-04                     
+AS G23  2009  4  1 20 40  0.000000  1    0.389001194774E-03                     
+AS G02  2009  4  1 20 40  0.000000  1    0.153916152507E-03                     
+AS G31  2009  4  1 20 40  0.000000  1   -0.565071673451E-04                     
+AS G17  2009  4  1 20 40  0.000000  1    0.524898277459E-04                     
+AS G12  2009  4  1 20 40  0.000000  1   -0.299383204642E-03                     
+AS G15  2009  4  1 20 40  0.000000  1   -0.276150894245E-03                     
+AS G29  2009  4  1 20 40  0.000000  1    0.498372191193E-05                     
+AS G07  2009  4  1 20 40  0.000000  1    0.209649430196E-04                     
+AS R02  2009  4  1 20 40  0.000000  1    0.205535086882E-04                     
+AS R03  2009  4  1 20 40  0.000000  1   -0.343781985866E-04                     
+AS R04  2009  4  1 20 40  0.000000  1    0.635803607210E-04                     
+AS R06  2009  4  1 20 40  0.000000  1   -0.169263866165E-03                     
+AS R07  2009  4  1 20 40  0.000000  1   -0.891247329651E-04                     
+AS R08  2009  4  1 20 40  0.000000  1   -0.101970173258E-03                     
+AS R10  2009  4  1 20 40  0.000000  1   -0.140819009273E-03                     
+AS R11  2009  4  1 20 40  0.000000  1   -0.926590926522E-04                     
+AS R13  2009  4  1 20 40  0.000000  1   -0.230679197778E-03                     
+AS R14  2009  4  1 20 40  0.000000  1   -0.795176807332E-04                     
+AS R15  2009  4  1 20 40  0.000000  1    0.921463884668E-04                     
+AS R17  2009  4  1 20 40  0.000000  1   -0.261297094943E-03                     
+AS R18  2009  4  1 20 40  0.000000  1   -0.135957677689E-05                     
+AS R19  2009  4  1 20 40  0.000000  1   -0.894549884361E-04                     
+AS R20  2009  4  1 20 40  0.000000  1   -0.650181908044E-04                     
+AS R21  2009  4  1 20 40  0.000000  1   -0.143383245900E-03                     
+AS R22  2009  4  1 20 40  0.000000  1   -0.201665890509E-03                     
+AS R23  2009  4  1 20 40  0.000000  1   -0.200136066849E-03                     
+AR ALGO 2009  4  1 20 40  0.000000  1    0.812396843791E-04                     
+AR ALIC 2009  4  1 20 40  0.000000  1    0.329631413569E-08                     
+AR AMC2 2009  4  1 20 40  0.000000  1    0.272449987330E-08                     
+AR ANKR 2009  4  1 20 40  0.000000  1   -0.369835699108E-03                     
+AR ARTU 2009  4  1 20 40  0.000000  1   -0.495337703742E-07                     
+AR ASPA 2009  4  1 20 40  0.000000  1    0.257023079765E-07                     
+AR BHR1 2009  4  1 20 40  0.000000  1    0.563383352579E-03                     
+AR BARH 2009  4  1 20 40  0.000000  1    0.763199584240E-08                     
+AR BJFS 2009  4  1 20 40  0.000000  1   -0.299451325647E-07                     
+AR BOGT 2009  4  1 20 40  0.000000  1   -0.868326870812E-07                     
+AR BRMU 2009  4  1 20 40  0.000000  1    0.480705823362E-03                     
+AR CAGZ 2009  4  1 20 40  0.000000  1    0.762818154047E-05                     
+AR CAS1 2009  4  1 20 40  0.000000  1    0.626614718317E-08                     
+AR CHAT 2009  4  1 20 40  0.000000  1   -0.559203126489E-07                     
+AR CHPI 2009  4  1 20 40  0.000000  1   -0.765586122620E-07                     
+AR COCO 2009  4  1 20 40  0.000000  1    0.227647285311E-03                     
+AR CONZ 2009  4  1 20 40  0.000000  1    0.305034567497E-03                     
+AR CRAR 2009  4  1 20 40  0.000000  1    0.298724763088E-03                     
+AR CRO1 2009  4  1 20 40  0.000000  1    0.665108993733E-03                     
+AR DAEJ 2009  4  1 20 40  0.000000  1   -0.196508535402E-03                     
+AR DARW 2009  4  1 20 40  0.000000  1    0.943598315961E-09                     
+AR DGAR 2009  4  1 20 40  0.000000  1   -0.581946590875E-07                     
+AR DRAO 2009  4  1 20 40  0.000000  1    0.209899142119E-05                     
+AR FAA1 2009  4  1 20 40  0.000000  1   -0.741358899682E-08                     
+AR FAIR 2009  4  1 20 40  0.000000  1   -0.681733500489E-07                     
+AR GLPS 2009  4  1 20 40  0.000000  1   -0.810081261046E-07                     
+AR GUAM 2009  4  1 20 40  0.000000  1   -0.520038710627E-07                     
+AR GUAT 2009  4  1 20 40  0.000000  1    0.157935932611E-07                     
+AR HOB2 2009  4  1 20 40  0.000000  1    0.909713446129E-07                     
+AR HOFN 2009  4  1 20 40  0.000000  1    0.386402146813E-03                     
+AR HOLM 2009  4  1 20 40  0.000000  1   -0.634720949555E-07                     
+AR HRAO 2009  4  1 20 40  0.000000  1    0.849473466608E-03                     
+AR HYDE 2009  4  1 20 40  0.000000  1    0.105816191311E-08                     
+AR IRKJ 2009  4  1 20 40  0.000000  1    0.163746583569E-03                     
+AR ISPA 2009  4  1 20 40  0.000000  1   -0.750771367134E-07                     
+AR KARR 2009  4  1 20 40  0.000000  1   -0.499508461716E-07                     
+AR KERG 2009  4  1 20 40  0.000000  1    0.817497922592E-03                     
+AR KHAJ 2009  4  1 20 40  0.000000  1   -0.150690257541E-05                     
+AR KIR0 2009  4  1 20 40  0.000000  1    0.282416276246E-03                     
+AR KIRU 2009  4  1 20 40  0.000000  1    0.591400639090E-03                     
+AR KIT3 2009  4  1 20 40  0.000000  1   -0.197284182544E-07                     
+AR KOUR 2009  4  1 20 40  0.000000  1    0.125015851548E-03                     
+AR KUNM 2009  4  1 20 40  0.000000  1   -0.819652962443E-08                     
+AR LHAZ 2009  4  1 20 40  0.000000  1   -0.386867854217E-03                     
+AR MAL2 2009  4  1 20 40  0.000000  1   -0.129024371364E-07                     
+AR MAS1 2009  4  1 20 40  0.000000  1   -0.101604772590E-03                     
+AR MAW1 2009  4  1 20 40  0.000000  1    0.404154892312E-08                     
+AR MCIL 2009  4  1 20 40  0.000000  1    0.280730738689E-07                     
+AR MCM4 2009  4  1 20 40  0.000000  1   -0.568798967676E-07                     
+AR MDO1 2009  4  1 20 40  0.000000  1   -0.618613176121E-07                     
+AR MDVJ 2009  4  1 20 40  0.000000  1    0.438552556384E-03                     
+AR MKEA 2009  4  1 20 40  0.000000  1   -0.539995511261E-07                     
+AR MOBS 2009  4  1 20 40  0.000000  1    0.576542099880E-09                     
+AR NANO 2009  4  1 20 40  0.000000  1    0.353716206033E-08                     
+AR NNOR 2009  4  1 20 40  0.000000  1    0.365801347907E-03                     
+AR NRC1 2009  4  1 20 40  0.000000  1   -0.448298236075E-05                     
+AR NRIL 2009  4  1 20 40  0.000000  1   -0.475186400816E-07                     
+AR NRMD 2009  4  1 20 40  0.000000  1    0.213302705146E-07                     
+AR NTUS 2009  4  1 20 40  0.000000  1    0.148694559933E-08                     
+AR NYAL 2009  4  1 20 40  0.000000  1    0.957406992820E-07                     
+AR OHI3 2009  4  1 20 40  0.000000  1    0.434803052682E-03                     
+AR ONSA 2009  4  1 20 40  0.000000  1   -0.324824673897E-04                     
+AR PDEL 2009  4  1 20 40  0.000000  1    0.609110398028E-08                     
+AR PERT 2009  4  1 20 40  0.000000  1   -0.495461035983E-07                     
+AR PETP 2009  4  1 20 40  0.000000  1   -0.567954492686E-07                     
+AR PIMO 2009  4  1 20 40  0.000000  1   -0.404543789489E-07                     
+AR QAQ1 2009  4  1 20 40  0.000000  1   -0.666198529973E-07                     
+AR QUIN 2009  4  1 20 40  0.000000  1   -0.599612608405E-07                     
+AR RABT 2009  4  1 20 40  0.000000  1   -0.453016525418E-07                     
+AR RAMO 2009  4  1 20 40  0.000000  1    0.852776011406E-07                     
+AR RCMN 2009  4  1 20 40  0.000000  1    0.635428678800E-08                     
+AR REDU 2009  4  1 20 40  0.000000  1   -0.433842485353E-07                     
+AR REUN 2009  4  1 20 40  0.000000  1    0.268642809425E-07                     
+AR REYK 2009  4  1 20 40  0.000000  1   -0.250946937707E-03                     
+AR SCH2 2009  4  1 20 40  0.000000  1    0.190674961827E-03                     
+AR SCUB 2009  4  1 20 40  0.000000  1   -0.500193564812E-07                     
+AR STJO 2009  4  1 20 40  0.000000  1   -0.707132978913E-05                     
+AR SYDN 2009  4  1 20 40  0.000000  1    0.141167568128E-05                     
+AR SYOG 2009  4  1 20 40  0.000000  1    0.140154085670E-04                     
+AR THU2 2009  4  1 20 40  0.000000  1    0.262000360113E-03                     
+AR TOW2 2009  4  1 20 40  0.000000  1    0.246978975806E-09                     
+AR URUM 2009  4  1 20 40  0.000000  1   -0.212976254214E-03                     
+AR VESL 2009  4  1 20 40  0.000000  1    0.441524361663E-03                     
+AR VILL 2009  4  1 20 40  0.000000  1   -0.549716896571E-07                     
+AR WTZR 2009  4  1 20 40  0.000000  1    0.471392286412E-07                     
+AR WUHN 2009  4  1 20 40  0.000000  1   -0.325694488611E-07                     
+AR YSSK 2009  4  1 20 40  0.000000  1   -0.601453088085E-07                     
+AR ZIM2 2009  4  1 20 40  0.000000  1    0.244439456051E-07                     
+AR XMIS 2009  4  1 20 40  0.000000  1    0.488691123429E-09                     
+AR GODZ 2009  4  1 20 40  0.000000  1   -0.469117747946E-03                     
+AR MTKA 2009  4  1 20 40  0.000000  1   -0.416784887618E-07                     
+AR TIXJ 2009  4  1 20 40  0.000000  1   -0.151506312781E-03                     
+AR PARK 2009  4  1 20 40  0.000000  1    0.809973764791E-06                     
+AR UNBJ 2009  4  1 20 40  0.000000  1    0.281296761680E-03                     
+AR NOVM 2009  4  1 20 40  0.000000  1    0.798331927609E-04                     
+AR SUNM 2009  4  1 20 40  0.000000  1    0.843156825217E-04                     
+AR CEBR 2009  4  1 20 40  0.000000  1    0.719432128494E-03                     
+AR CPXF 2009  4  1 20 40  0.000000  1    0.490550181101E-08                     
+AR IDDR 2009  4  1 20 40  0.000000  1    0.115292675846E-07                     
+AR AZGB 2009  4  1 20 40  0.000000  1   -0.227433751634E-03                     
+AR TN22 2009  4  1 20 40  0.000000  1    0.387881542862E-03                     
+AR ETAD 2009  4  1 20 40  0.000000  1    0.349101319602E-07                     
+AR ILHA 2009  4  1 20 40  0.000000  1   -0.248242400159E-09                     
+AR POVE 2009  4  1 20 40  0.000000  1   -0.637272768412E-08                     
+AR RECF 2009  4  1 20 40  0.000000  1    0.128197747896E-07                     
+AR SALU 2009  4  1 20 40  0.000000  1    0.186921543821E-07                     
+AR SAVO 2009  4  1 20 40  0.000000  1    0.122124955903E-07                     
+AR UFPR 2009  4  1 20 40  0.000000  1    0.156092891954E-07                     
+AR YELL 2009  4  1 20 40  0.000000  1    0.250591000000E-06                     
+AS G32  2009  4  1 20 45  0.000000  1    0.280034468543E-03                     
+AS G24  2009  4  1 20 45  0.000000  1    0.177923540262E-03                     
+AS G25  2009  4  1 20 45  0.000000  1    0.335222831882E-03                     
+AS G26  2009  4  1 20 45  0.000000  1    0.545242794610E-04                     
+AS G27  2009  4  1 20 45  0.000000  1    0.372352641441E-04                     
+AS G30  2009  4  1 20 45  0.000000  1    0.136337504068E-03                     
+AS G03  2009  4  1 20 45  0.000000  1    0.373637146688E-03                     
+AS G04  2009  4  1 20 45  0.000000  1   -0.351636081351E-04                     
+AS G06  2009  4  1 20 45  0.000000  1    0.607826564512E-04                     
+AS G08  2009  4  1 20 45  0.000000  1   -0.196591077721E-03                     
+AS G09  2009  4  1 20 45  0.000000  1    0.485190572253E-04                     
+AS G10  2009  4  1 20 45  0.000000  1   -0.136444425764E-04                     
+AS G14  2009  4  1 20 45  0.000000  1   -0.132215428226E-03                     
+AS G13  2009  4  1 20 45  0.000000  1    0.293298692258E-03                     
+AS G28  2009  4  1 20 45  0.000000  1   -0.238368196932E-04                     
+AS G21  2009  4  1 20 45  0.000000  1    0.214642920041E-04                     
+AS G11  2009  4  1 20 45  0.000000  1    0.271151280045E-05                     
+AS G22  2009  4  1 20 45  0.000000  1    0.202406090231E-03                     
+AS G20  2009  4  1 20 45  0.000000  1    0.865259215795E-04                     
+AS G18  2009  4  1 20 45  0.000000  1   -0.694127996912E-04                     
+AS G16  2009  4  1 20 45  0.000000  1    0.629029109609E-04                     
+AS G19  2009  4  1 20 45  0.000000  1    0.293296428839E-04                     
+AS G23  2009  4  1 20 45  0.000000  1    0.389001334080E-03                     
+AS G02  2009  4  1 20 45  0.000000  1    0.153916203441E-03                     
+AS G31  2009  4  1 20 45  0.000000  1   -0.565074437971E-04                     
+AS G17  2009  4  1 20 45  0.000000  1    0.524903967194E-04                     
+AS G12  2009  4  1 20 45  0.000000  1   -0.299381941374E-03                     
+AS G15  2009  4  1 20 45  0.000000  1   -0.276152041956E-03                     
+AS G29  2009  4  1 20 45  0.000000  1    0.498497684163E-05                     
+AS G07  2009  4  1 20 45  0.000000  1    0.209645713253E-04                     
+AS R02  2009  4  1 20 45  0.000000  1    0.205525802688E-04                     
+AS R03  2009  4  1 20 45  0.000000  1   -0.343790660257E-04                     
+AS R04  2009  4  1 20 45  0.000000  1    0.635784896904E-04                     
+AS R06  2009  4  1 20 45  0.000000  1   -0.169264443675E-03                     
+AS R07  2009  4  1 20 45  0.000000  1   -0.891242568499E-04                     
+AS R08  2009  4  1 20 45  0.000000  1   -0.101969974290E-03                     
+AS R10  2009  4  1 20 45  0.000000  1   -0.140818757510E-03                     
+AS R11  2009  4  1 20 45  0.000000  1   -0.926593206309E-04                     
+AS R13  2009  4  1 20 45  0.000000  1   -0.230679686510E-03                     
+AS R14  2009  4  1 20 45  0.000000  1   -0.795171991773E-04                     
+AS R15  2009  4  1 20 45  0.000000  1    0.921464777052E-04                     
+AS R17  2009  4  1 20 45  0.000000  1   -0.261297375372E-03                     
+AS R18  2009  4  1 20 45  0.000000  1   -0.135958619712E-05                     
+AS R19  2009  4  1 20 45  0.000000  1   -0.894553545873E-04                     
+AS R20  2009  4  1 20 45  0.000000  1   -0.650182388268E-04                     
+AS R21  2009  4  1 20 45  0.000000  1   -0.143383728392E-03                     
+AS R22  2009  4  1 20 45  0.000000  1   -0.201666661402E-03                     
+AS R23  2009  4  1 20 45  0.000000  1   -0.200134724579E-03                     
+AR ALGO 2009  4  1 20 45  0.000000  1    0.812422985050E-04                     
+AR ALIC 2009  4  1 20 45  0.000000  1    0.514932262375E-08                     
+AR AMC2 2009  4  1 20 45  0.000000  1    0.273571549393E-08                     
+AR ANKR 2009  4  1 20 45  0.000000  1   -0.307931201536E-03                     
+AR ARTU 2009  4  1 20 45  0.000000  1   -0.497941736157E-07                     
+AR ASPA 2009  4  1 20 45  0.000000  1    0.234871615436E-07                     
+AR BHR1 2009  4  1 20 45  0.000000  1    0.563383603304E-03                     
+AR BARH 2009  4  1 20 45  0.000000  1    0.770957437495E-08                     
+AR BJFS 2009  4  1 20 45  0.000000  1   -0.299169090278E-07                     
+AR BOGT 2009  4  1 20 45  0.000000  1   -0.855182756282E-07                     
+AR BRMU 2009  4  1 20 45  0.000000  1   -0.220622409592E-04                     
+AR CAGZ 2009  4  1 20 45  0.000000  1    0.231221022643E-03                     
+AR CAS1 2009  4  1 20 45  0.000000  1    0.709564700312E-08                     
+AR CHAT 2009  4  1 20 45  0.000000  1   -0.493236809407E-07                     
+AR CHPI 2009  4  1 20 45  0.000000  1   -0.770719066320E-07                     
+AR COCO 2009  4  1 20 45  0.000000  1    0.227647248587E-03                     
+AR CONZ 2009  4  1 20 45  0.000000  1    0.166131894347E-03                     
+AR CRAR 2009  4  1 20 45  0.000000  1    0.273928599765E-03                     
+AR CRO1 2009  4  1 20 45  0.000000  1    0.665109061509E-03                     
+AR DAEJ 2009  4  1 20 45  0.000000  1   -0.196507485148E-03                     
+AR DARW 2009  4  1 20 45  0.000000  1    0.861592764098E-09                     
+AR DGAR 2009  4  1 20 45  0.000000  1   -0.589111862166E-07                     
+AR DRAO 2009  4  1 20 45  0.000000  1    0.213599769076E-05                     
+AR FAA1 2009  4  1 20 45  0.000000  1   -0.691450697270E-08                     
+AR FAIR 2009  4  1 20 45  0.000000  1   -0.662649451824E-07                     
+AR GLPS 2009  4  1 20 45  0.000000  1   -0.808529350046E-07                     
+AR GUAM 2009  4  1 20 45  0.000000  1   -0.529498825843E-07                     
+AR GUAT 2009  4  1 20 45  0.000000  1    0.159210199390E-07                     
+AR HOB2 2009  4  1 20 45  0.000000  1    0.910014358295E-07                     
+AR HOFN 2009  4  1 20 45  0.000000  1    0.463218386511E-03                     
+AR HOLM 2009  4  1 20 45  0.000000  1   -0.624062307020E-07                     
+AR HRAO 2009  4  1 20 45  0.000000  1    0.849473550589E-03                     
+AR HYDE 2009  4  1 20 45  0.000000  1    0.362209684605E-08                     
+AR IRKJ 2009  4  1 20 45  0.000000  1    0.163746579426E-03                     
+AR ISPA 2009  4  1 20 45  0.000000  1   -0.704983733430E-07                     
+AR KARR 2009  4  1 20 45  0.000000  1   -0.485123558827E-07                     
+AR KERG 2009  4  1 20 45  0.000000  1    0.817497768009E-03                     
+AR KHAJ 2009  4  1 20 45  0.000000  1   -0.150689725062E-05                     
+AR KIR0 2009  4  1 20 45  0.000000  1    0.282409553193E-03                     
+AR KIRU 2009  4  1 20 45  0.000000  1    0.591401832182E-03                     
+AR KIT3 2009  4  1 20 45  0.000000  1   -0.185936962801E-07                     
+AR KOUR 2009  4  1 20 45  0.000000  1    0.125015870002E-03                     
+AR KUNM 2009  4  1 20 45  0.000000  1    0.772944650781E-08                     
+AR LHAZ 2009  4  1 20 45  0.000000  1   -0.363073523754E-03                     
+AR MAL2 2009  4  1 20 45  0.000000  1   -0.732440301718E-08                     
+AR MAS1 2009  4  1 20 45  0.000000  1   -0.101604623699E-03                     
+AR MAW1 2009  4  1 20 45  0.000000  1    0.769758096643E-08                     
+AR MCIL 2009  4  1 20 45  0.000000  1    0.290730217455E-07                     
+AR MCM4 2009  4  1 20 45  0.000000  1   -0.532594867804E-07                     
+AR MDO1 2009  4  1 20 45  0.000000  1   -0.592151568169E-07                     
+AR MDVJ 2009  4  1 20 45  0.000000  1    0.438552557681E-03                     
+AR MKEA 2009  4  1 20 45  0.000000  1   -0.535252277251E-07                     
+AR MOBS 2009  4  1 20 45  0.000000  1    0.140911745232E-08                     
+AR NANO 2009  4  1 20 45  0.000000  1    0.326526135412E-08                     
+AR NLIB 2009  4  1 20 45  0.000000  1   -0.115893929662E-06                     
+AR NNOR 2009  4  1 20 45  0.000000  1    0.365800988733E-03                     
+AR NRC1 2009  4  1 20 45  0.000000  1   -0.448293858053E-05                     
+AR NRIL 2009  4  1 20 45  0.000000  1   -0.502489475265E-07                     
+AR NRMD 2009  4  1 20 45  0.000000  1    0.195933364130E-07                     
+AR NTUS 2009  4  1 20 45  0.000000  1    0.357495151843E-08                     
+AR NYAL 2009  4  1 20 45  0.000000  1    0.957542106901E-07                     
+AR OHI3 2009  4  1 20 45  0.000000  1   -0.440670074211E-03                     
+AR ONSA 2009  4  1 20 45  0.000000  1   -0.324824994476E-04                     
+AR PDEL 2009  4  1 20 45  0.000000  1    0.475046703986E-08                     
+AR PERT 2009  4  1 20 45  0.000000  1   -0.459661111650E-07                     
+AR PETP 2009  4  1 20 45  0.000000  1   -0.547598059647E-07                     
+AR PIMO 2009  4  1 20 45  0.000000  1   -0.394396638065E-07                     
+AR QAQ1 2009  4  1 20 45  0.000000  1   -0.673936377662E-07                     
+AR QUIN 2009  4  1 20 45  0.000000  1   -0.609358121572E-07                     
+AR RABT 2009  4  1 20 45  0.000000  1   -0.450920606593E-07                     
+AR RAMO 2009  4  1 20 45  0.000000  1    0.350249667779E-07                     
+AR RCMN 2009  4  1 20 45  0.000000  1    0.213352271901E-08                     
+AR REDU 2009  4  1 20 45  0.000000  1   -0.440346647447E-07                     
+AR REUN 2009  4  1 20 45  0.000000  1    0.274920119383E-07                     
+AR REYK 2009  4  1 20 45  0.000000  1   -0.252008225026E-03                     
+AR SCH2 2009  4  1 20 45  0.000000  1    0.190692742792E-03                     
+AR SCUB 2009  4  1 20 45  0.000000  1   -0.498688280291E-07                     
+AR STJO 2009  4  1 20 45  0.000000  1   -0.707162005450E-05                     
+AR SYDN 2009  4  1 20 45  0.000000  1    0.141168469718E-05                     
+AR SYOG 2009  4  1 20 45  0.000000  1    0.140153875810E-04                     
+AR THU2 2009  4  1 20 45  0.000000  1    0.259997992256E-03                     
+AR TOW2 2009  4  1 20 45  0.000000  1   -0.995633445007E-09                     
+AR URUM 2009  4  1 20 45  0.000000  1   -0.285598391558E-03                     
+AR VESL 2009  4  1 20 45  0.000000  1    0.477687747241E-03                     
+AR VILL 2009  4  1 20 45  0.000000  1   -0.523571836180E-07                     
+AR WTZR 2009  4  1 20 45  0.000000  1    0.471685136078E-07                     
+AR WUHN 2009  4  1 20 45  0.000000  1   -0.301150476239E-07                     
+AR YSSK 2009  4  1 20 45  0.000000  1   -0.601449954222E-07                     
+AR ZIM2 2009  4  1 20 45  0.000000  1    0.240545774672E-07                     
+AR XMIS 2009  4  1 20 45  0.000000  1    0.871233223331E-09                     
+AR GODZ 2009  4  1 20 45  0.000000  1   -0.469117707034E-03                     
+AR MTKA 2009  4  1 20 45  0.000000  1   -0.328217935580E-07                     
+AR TIXJ 2009  4  1 20 45  0.000000  1   -0.153709205405E-03                     
+AR PARK 2009  4  1 20 45  0.000000  1    0.810170455198E-06                     
+AR UNBJ 2009  4  1 20 45  0.000000  1    0.200385966386E-03                     
+AR NOVM 2009  4  1 20 45  0.000000  1    0.798332064454E-04                     
+AR SUNM 2009  4  1 20 45  0.000000  1   -0.729283051323E-04                     
+AR CEBR 2009  4  1 20 45  0.000000  1    0.719432149013E-03                     
+AR CPXF 2009  4  1 20 45  0.000000  1    0.505720517597E-08                     
+AR IDDR 2009  4  1 20 45  0.000000  1    0.121528210984E-07                     
+AR AZGB 2009  4  1 20 45  0.000000  1   -0.366780943276E-03                     
+AR TN22 2009  4  1 20 45  0.000000  1    0.315591061160E-03                     
+AR ETAD 2009  4  1 20 45  0.000000  1    0.348697159651E-07                     
+AR ILHA 2009  4  1 20 45  0.000000  1    0.504488659411E-09                     
+AR POVE 2009  4  1 20 45  0.000000  1   -0.633826485183E-08                     
+AR RECF 2009  4  1 20 45  0.000000  1    0.133836679602E-07                     
+AR SALU 2009  4  1 20 45  0.000000  1    0.112800571899E-07                     
+AR SAVO 2009  4  1 20 45  0.000000  1    0.126863278506E-07                     
+AR UFPR 2009  4  1 20 45  0.000000  1    0.157535669751E-07                     
+AR YELL 2009  4  1 20 45  0.000000  1    0.250661000000E-06                     
+AS G32  2009  4  1 20 50  0.000000  1    0.280032992652E-03                     
+AS G24  2009  4  1 20 50  0.000000  1    0.177924259813E-03                     
+AS G25  2009  4  1 20 50  0.000000  1    0.335229510427E-03                     
+AS G26  2009  4  1 20 50  0.000000  1    0.545249927687E-04                     
+AS G27  2009  4  1 20 50  0.000000  1    0.372362824941E-04                     
+AS G30  2009  4  1 20 50  0.000000  1    0.136338252130E-03                     
+AS G03  2009  4  1 20 50  0.000000  1    0.373639363373E-03                     
+AS G04  2009  4  1 20 50  0.000000  1   -0.351680016010E-04                     
+AS G06  2009  4  1 20 50  0.000000  1    0.607879758232E-04                     
+AS G08  2009  4  1 20 50  0.000000  1   -0.196591509506E-03                     
+AS G09  2009  4  1 20 50  0.000000  1    0.485202138462E-04                     
+AS G10  2009  4  1 20 50  0.000000  1   -0.136447170144E-04                     
+AS G14  2009  4  1 20 50  0.000000  1   -0.132213592209E-03                     
+AS G13  2009  4  1 20 50  0.000000  1    0.293298929494E-03                     
+AS G28  2009  4  1 20 50  0.000000  1   -0.238369008868E-04                     
+AS G21  2009  4  1 20 50  0.000000  1    0.214638974799E-04                     
+AS G11  2009  4  1 20 50  0.000000  1    0.271115349418E-05                     
+AS G22  2009  4  1 20 50  0.000000  1    0.202406216052E-03                     
+AS G20  2009  4  1 20 50  0.000000  1    0.865254129214E-04                     
+AS G18  2009  4  1 20 50  0.000000  1   -0.694118022287E-04                     
+AS G16  2009  4  1 20 50  0.000000  1    0.629019723940E-04                     
+AS G19  2009  4  1 20 50  0.000000  1    0.293294496920E-04                     
+AS G23  2009  4  1 20 50  0.000000  1    0.389001318091E-03                     
+AS G02  2009  4  1 20 50  0.000000  1    0.153916026666E-03                     
+AS G31  2009  4  1 20 50  0.000000  1   -0.565078027456E-04                     
+AS G17  2009  4  1 20 50  0.000000  1    0.524909637661E-04                     
+AS G12  2009  4  1 20 50  0.000000  1   -0.299380529201E-03                     
+AS G15  2009  4  1 20 50  0.000000  1   -0.276153466364E-03                     
+AS G29  2009  4  1 20 50  0.000000  1    0.498621874045E-05                     
+AS G07  2009  4  1 20 50  0.000000  1    0.209645154110E-04                     
+AS R02  2009  4  1 20 50  0.000000  1    0.205517965757E-04                     
+AS R03  2009  4  1 20 50  0.000000  1   -0.343798651179E-04                     
+AS R04  2009  4  1 20 50  0.000000  1    0.635749412039E-04                     
+AS R06  2009  4  1 20 50  0.000000  1   -0.169263769929E-03                     
+AS R07  2009  4  1 20 50  0.000000  1   -0.891236290074E-04                     
+AS R08  2009  4  1 20 50  0.000000  1   -0.101969783626E-03                     
+AS R10  2009  4  1 20 50  0.000000  1   -0.140819165962E-03                     
+AS R11  2009  4  1 20 50  0.000000  1   -0.926598357220E-04                     
+AS R13  2009  4  1 20 50  0.000000  1   -0.230679909529E-03                     
+AS R14  2009  4  1 20 50  0.000000  1   -0.795161431920E-04                     
+AS R15  2009  4  1 20 50  0.000000  1    0.921464083177E-04                     
+AS R17  2009  4  1 20 50  0.000000  1   -0.261297648470E-03                     
+AS R18  2009  4  1 20 50  0.000000  1   -0.135965325128E-05                     
+AS R19  2009  4  1 20 50  0.000000  1   -0.894559271009E-04                     
+AS R20  2009  4  1 20 50  0.000000  1   -0.650183989041E-04                     
+AS R21  2009  4  1 20 50  0.000000  1   -0.143383966165E-03                     
+AS R22  2009  4  1 20 50  0.000000  1   -0.201667146436E-03                     
+AS R23  2009  4  1 20 50  0.000000  1   -0.200132664158E-03                     
+AR ALGO 2009  4  1 20 50  0.000000  1    0.812451237984E-04                     
+AR ALIC 2009  4  1 20 50  0.000000  1    0.860924170162E-08                     
+AR AMC2 2009  4  1 20 50  0.000000  1    0.274605000631E-08                     
+AR ANKR 2009  4  1 20 50  0.000000  1   -0.245984670791E-03                     
+AR ARTU 2009  4  1 20 50  0.000000  1   -0.490572478664E-07                     
+AR ASPA 2009  4  1 20 50  0.000000  1    0.224157247316E-07                     
+AR BHR1 2009  4  1 20 50  0.000000  1    0.563383383201E-03                     
+AR BARH 2009  4  1 20 50  0.000000  1    0.740113520878E-08                     
+AR BJFS 2009  4  1 20 50  0.000000  1   -0.313056761812E-07                     
+AR BOGT 2009  4  1 20 50  0.000000  1   -0.811772699438E-07                     
+AR BRMU 2009  4  1 20 50  0.000000  1    0.474711000204E-03                     
+AR CAGZ 2009  4  1 20 50  0.000000  1    0.454835571946E-03                     
+AR CAS1 2009  4  1 20 50  0.000000  1    0.727178716557E-08                     
+AR CHAT 2009  4  1 20 50  0.000000  1   -0.470144690344E-07                     
+AR CHPI 2009  4  1 20 50  0.000000  1   -0.783243140538E-07                     
+AR COCO 2009  4  1 20 50  0.000000  1    0.227647120505E-03                     
+AR CONZ 2009  4  1 20 50  0.000000  1    0.268297801671E-04                     
+AR CRAR 2009  4  1 20 50  0.000000  1    0.249158185124E-03                     
+AR CRO1 2009  4  1 20 50  0.000000  1    0.665109124466E-03                     
+AR DAEJ 2009  4  1 20 50  0.000000  1   -0.196507504933E-03                     
+AR DARW 2009  4  1 20 50  0.000000  1    0.267998021085E-08                     
+AR DGAR 2009  4  1 20 50  0.000000  1   -0.557660591270E-07                     
+AR DRAO 2009  4  1 20 50  0.000000  1    0.217257968221E-05                     
+AR FAA1 2009  4  1 20 50  0.000000  1   -0.715746455979E-08                     
+AR FAIR 2009  4  1 20 50  0.000000  1   -0.652829470189E-07                     
+AR GLPS 2009  4  1 20 50  0.000000  1   -0.802612976603E-07                     
+AR GUAM 2009  4  1 20 50  0.000000  1   -0.503761056670E-07                     
+AR GUAT 2009  4  1 20 50  0.000000  1    0.135895163175E-07                     
+AR HOB2 2009  4  1 20 50  0.000000  1    0.910260158460E-07                     
+AR HOFN 2009  4  1 20 50  0.000000  1   -0.460000528674E-03                     
+AR HOLM 2009  4  1 20 50  0.000000  1   -0.649199119532E-07                     
+AR HRAO 2009  4  1 20 50  0.000000  1    0.849473625651E-03                     
+AR HYDE 2009  4  1 20 50  0.000000  1    0.758628099031E-08                     
+AR IRKJ 2009  4  1 20 50  0.000000  1    0.163746578602E-03                     
+AR ISPA 2009  4  1 20 50  0.000000  1   -0.741975004214E-07                     
+AR KARR 2009  4  1 20 50  0.000000  1   -0.487734279348E-07                     
+AR KERG 2009  4  1 20 50  0.000000  1    0.817497322560E-03                     
+AR KHAJ 2009  4  1 20 50  0.000000  1   -0.150689093301E-05                     
+AR KIR0 2009  4  1 20 50  0.000000  1    0.282402856281E-03                     
+AR KIRU 2009  4  1 20 50  0.000000  1    0.591402260362E-03                     
+AR KIT3 2009  4  1 20 50  0.000000  1   -0.143666254241E-09                     
+AR KOUR 2009  4  1 20 50  0.000000  1    0.125015898064E-03                     
+AR KUNM 2009  4  1 20 50  0.000000  1    0.981941781978E-08                     
+AR LHAZ 2009  4  1 20 50  0.000000  1   -0.339219598833E-03                     
+AR MAL2 2009  4  1 20 50  0.000000  1   -0.678948163014E-08                     
+AR MAS1 2009  4  1 20 50  0.000000  1   -0.101604431129E-03                     
+AR MAW1 2009  4  1 20 50  0.000000  1    0.759906047867E-08                     
+AR MCIL 2009  4  1 20 50  0.000000  1    0.296408883764E-07                     
+AR MCM4 2009  4  1 20 50  0.000000  1   -0.539577373550E-07                     
+AR MDO1 2009  4  1 20 50  0.000000  1   -0.588443432304E-07                     
+AR MDVJ 2009  4  1 20 50  0.000000  1    0.438552555700E-03                     
+AR MKEA 2009  4  1 20 50  0.000000  1   -0.523946655642E-07                     
+AR MOBS 2009  4  1 20 50  0.000000  1    0.534965509814E-08                     
+AR NANO 2009  4  1 20 50  0.000000  1    0.293012350908E-08                     
+AR NLIB 2009  4  1 20 50  0.000000  1   -0.115832758185E-06                     
+AR NNOR 2009  4  1 20 50  0.000000  1    0.365800851104E-03                     
+AR NRC1 2009  4  1 20 50  0.000000  1   -0.448291624931E-05                     
+AR NRIL 2009  4  1 20 50  0.000000  1   -0.479908010672E-07                     
+AR NRMD 2009  4  1 20 50  0.000000  1    0.169042533424E-07                     
+AR NTUS 2009  4  1 20 50  0.000000  1    0.151856754493E-08                     
+AR NYAL 2009  4  1 20 50  0.000000  1    0.957631054647E-07                     
+AR OHI3 2009  4  1 20 50  0.000000  1   -0.317689692964E-03                     
+AR ONSA 2009  4  1 20 50  0.000000  1   -0.324825427033E-04                     
+AR PDEL 2009  4  1 20 50  0.000000  1    0.557745725832E-08                     
+AR PERT 2009  4  1 20 50  0.000000  1   -0.485726202692E-07                     
+AR PETP 2009  4  1 20 50  0.000000  1   -0.559079240760E-07                     
+AR PIMO 2009  4  1 20 50  0.000000  1   -0.346043408686E-07                     
+AR QAQ1 2009  4  1 20 50  0.000000  1   -0.675526730000E-07                     
+AR QUIN 2009  4  1 20 50  0.000000  1   -0.603493511334E-07                     
+AR RABT 2009  4  1 20 50  0.000000  1   -0.444632880876E-07                     
+AR RAMO 2009  4  1 20 50  0.000000  1    0.303595225281E-08                     
+AR RCMN 2009  4  1 20 50  0.000000  1    0.362967788567E-08                     
+AR REDU 2009  4  1 20 50  0.000000  1   -0.464439498740E-07                     
+AR REUN 2009  4  1 20 50  0.000000  1    0.266392851738E-07                     
+AR REYK 2009  4  1 20 50  0.000000  1   -0.253116147510E-03                     
+AR SCH2 2009  4  1 20 50  0.000000  1    0.190709926415E-03                     
+AR SCUB 2009  4  1 20 50  0.000000  1   -0.514759370238E-07                     
+AR STJO 2009  4  1 20 50  0.000000  1   -0.707192064964E-05                     
+AR SYDN 2009  4  1 20 50  0.000000  1    0.141167654830E-05                     
+AR SYOG 2009  4  1 20 50  0.000000  1    0.140153668779E-04                     
+AR THU2 2009  4  1 20 50  0.000000  1    0.257995689507E-03                     
+AR TOW2 2009  4  1 20 50  0.000000  1   -0.430091061359E-09                     
+AR URUM 2009  4  1 20 50  0.000000  1   -0.358109016598E-03                     
+AR VESL 2009  4  1 20 50  0.000000  1   -0.486118919028E-03                     
+AR VILL 2009  4  1 20 50  0.000000  1   -0.502739391948E-07                     
+AR WTZR 2009  4  1 20 50  0.000000  1    0.471807402487E-07                     
+AR WUHN 2009  4  1 20 50  0.000000  1   -0.289075532781E-07                     
+AR YSSK 2009  4  1 20 50  0.000000  1   -0.630040699134E-07                     
+AR ZIM2 2009  4  1 20 50  0.000000  1    0.247175661553E-07                     
+AR XMIS 2009  4  1 20 50  0.000000  1    0.382164472978E-09                     
+AR GODZ 2009  4  1 20 50  0.000000  1   -0.469117678996E-03                     
+AR MTKA 2009  4  1 20 50  0.000000  1   -0.425692901631E-07                     
+AR TIXJ 2009  4  1 20 50  0.000000  1   -0.155921502617E-03                     
+AR PARK 2009  4  1 20 50  0.000000  1    0.810212904761E-06                     
+AR UNBJ 2009  4  1 20 50  0.000000  1    0.120013891918E-03                     
+AR NOVM 2009  4  1 20 50  0.000000  1    0.798332226855E-04                     
+AR SUNM 2009  4  1 20 50  0.000000  1   -0.230723924311E-03                     
+AR CEBR 2009  4  1 20 50  0.000000  1    0.719432180479E-03                     
+AR CPXF 2009  4  1 20 50  0.000000  1    0.588573242824E-08                     
+AR IDDR 2009  4  1 20 50  0.000000  1    0.114669476844E-07                     
+AR AZGB 2009  4  1 20 50  0.000000  1    0.493870002175E-03                     
+AR TN22 2009  4  1 20 50  0.000000  1    0.243478178523E-03                     
+AR ETAD 2009  4  1 20 50  0.000000  1    0.352428419505E-07                     
+AR ILHA 2009  4  1 20 50  0.000000  1    0.657108841703E-09                     
+AR POVE 2009  4  1 20 50  0.000000  1   -0.717330923640E-08                     
+AR RECF 2009  4  1 20 50  0.000000  1    0.131161810013E-07                     
+AR SALU 2009  4  1 20 50  0.000000  1    0.167502025079E-07                     
+AR SAVO 2009  4  1 20 50  0.000000  1    0.151271018345E-07                     
+AR UFPR 2009  4  1 20 50  0.000000  1    0.144686845358E-07                     
+AR YELL 2009  4  1 20 50  0.000000  1    0.250731000000E-06                     
+AS G32  2009  4  1 20 55  0.000000  1    0.280031578342E-03                     
+AS G24  2009  4  1 20 55  0.000000  1    0.177924990578E-03                     
+AS G25  2009  4  1 20 55  0.000000  1    0.335236124093E-03                     
+AS G26  2009  4  1 20 55  0.000000  1    0.545254767027E-04                     
+AS G27  2009  4  1 20 55  0.000000  1    0.372371591910E-04                     
+AS G30  2009  4  1 20 55  0.000000  1    0.136338686301E-03                     
+AS G03  2009  4  1 20 55  0.000000  1    0.373641930831E-03                     
+AS G04  2009  4  1 20 55  0.000000  1   -0.351722937142E-04                     
+AS G06  2009  4  1 20 55  0.000000  1    0.607933651759E-04                     
+AS G08  2009  4  1 20 55  0.000000  1   -0.196591990237E-03                     
+AS G09  2009  4  1 20 55  0.000000  1    0.485204201839E-04                     
+AS G10  2009  4  1 20 55  0.000000  1   -0.136445038319E-04                     
+AS G14  2009  4  1 20 55  0.000000  1   -0.132211816801E-03                     
+AS G13  2009  4  1 20 55  0.000000  1    0.293299319692E-03                     
+AS G28  2009  4  1 20 55  0.000000  1   -0.238370915459E-04                     
+AS G21  2009  4  1 20 55  0.000000  1    0.214632305502E-04                     
+AS G11  2009  4  1 20 55  0.000000  1    0.271052371200E-05                     
+AS G22  2009  4  1 20 55  0.000000  1    0.202406347746E-03                     
+AS G20  2009  4  1 20 55  0.000000  1    0.865250951161E-04                     
+AS G18  2009  4  1 20 55  0.000000  1   -0.694105986957E-04                     
+AS G16  2009  4  1 20 55  0.000000  1    0.629011734100E-04                     
+AS G19  2009  4  1 20 55  0.000000  1    0.293291306298E-04                     
+AS G23  2009  4  1 20 55  0.000000  1    0.389001512029E-03                     
+AS G02  2009  4  1 20 55  0.000000  1    0.153915790296E-03                     
+AS G31  2009  4  1 20 55  0.000000  1   -0.565080977971E-04                     
+AS G17  2009  4  1 20 55  0.000000  1    0.524914016609E-04                     
+AS G12  2009  4  1 20 55  0.000000  1   -0.299379148101E-03                     
+AS G15  2009  4  1 20 55  0.000000  1   -0.276154822154E-03                     
+AS G29  2009  4  1 20 55  0.000000  1    0.498724029978E-05                     
+AS G07  2009  4  1 20 55  0.000000  1    0.209643720446E-04                     
+AS R02  2009  4  1 20 55  0.000000  1    0.205507005159E-04                     
+AS R03  2009  4  1 20 55  0.000000  1   -0.343797413364E-04                     
+AS R04  2009  4  1 20 55  0.000000  1    0.635725003089E-04                     
+AS R06  2009  4  1 20 55  0.000000  1   -0.169263906255E-03                     
+AS R07  2009  4  1 20 55  0.000000  1   -0.891226159757E-04                     
+AS R08  2009  4  1 20 55  0.000000  1   -0.101969485097E-03                     
+AS R10  2009  4  1 20 55  0.000000  1   -0.140818936325E-03                     
+AS R11  2009  4  1 20 55  0.000000  1   -0.926603087160E-04                     
+AS R13  2009  4  1 20 55  0.000000  1   -0.230680571570E-03                     
+AS R14  2009  4  1 20 55  0.000000  1   -0.795159256923E-04                     
+AS R15  2009  4  1 20 55  0.000000  1    0.921465090203E-04                     
+AS R17  2009  4  1 20 55  0.000000  1   -0.261298247272E-03                     
+AS R18  2009  4  1 20 55  0.000000  1   -0.135987788930E-05                     
+AS R19  2009  4  1 20 55  0.000000  1   -0.894561937210E-04                     
+AS R20  2009  4  1 20 55  0.000000  1   -0.650180478763E-04                     
+AS R21  2009  4  1 20 55  0.000000  1   -0.143384216630E-03                     
+AS R22  2009  4  1 20 55  0.000000  1   -0.201667934686E-03                     
+AS R23  2009  4  1 20 55  0.000000  1   -0.200131049089E-03                     
+AR ALGO 2009  4  1 20 55  0.000000  1    0.812478349241E-04                     
+AR ALIC 2009  4  1 20 55  0.000000  1    0.882590621876E-08                     
+AR AMC2 2009  4  1 20 55  0.000000  1    0.275593948963E-08                     
+AR ANKR 2009  4  1 20 55  0.000000  1   -0.184046325788E-03                     
+AR ARTU 2009  4  1 20 55  0.000000  1   -0.585642233669E-07                     
+AR ASPA 2009  4  1 20 55  0.000000  1    0.217720863807E-07                     
+AR BHR1 2009  4  1 20 55  0.000000  1    0.563383325430E-03                     
+AR BARH 2009  4  1 20 55  0.000000  1    0.725947390501E-08                     
+AR BJFS 2009  4  1 20 55  0.000000  1   -0.303716318523E-07                     
+AR BOGT 2009  4  1 20 55  0.000000  1   -0.811444539332E-07                     
+AR BRMU 2009  4  1 20 55  0.000000  1   -0.289711127008E-04                     
+AR CAGZ 2009  4  1 20 55  0.000000  1   -0.321481344191E-03                     
+AR CAS1 2009  4  1 20 55  0.000000  1    0.735041850986E-08                     
+AR CHAT 2009  4  1 20 55  0.000000  1   -0.452562799247E-07                     
+AR CHPI 2009  4  1 20 55  0.000000  1   -0.780587534528E-07                     
+AR COCO 2009  4  1 20 55  0.000000  1    0.227647159500E-03                     
+AR CONZ 2009  4  1 20 55  0.000000  1   -0.112278718314E-03                     
+AR CRAR 2009  4  1 20 55  0.000000  1    0.224405609436E-03                     
+AR CRO1 2009  4  1 20 55  0.000000  1    0.665109102871E-03                     
+AR DAEJ 2009  4  1 20 55  0.000000  1   -0.196507075880E-03                     
+AR DARW 2009  4  1 20 55  0.000000  1    0.268534287929E-08                     
+AR DGAR 2009  4  1 20 55  0.000000  1   -0.600733523576E-07                     
+AR DRAO 2009  4  1 20 55  0.000000  1    0.220939284705E-05                     
+AR FAA1 2009  4  1 20 55  0.000000  1   -0.617714455742E-08                     
+AR FAIR 2009  4  1 20 55  0.000000  1   -0.645825038946E-07                     
+AR GLPS 2009  4  1 20 55  0.000000  1   -0.836017463468E-07                     
+AR GUAM 2009  4  1 20 55  0.000000  1   -0.518602788013E-07                     
+AR GUAT 2009  4  1 20 55  0.000000  1    0.156714074151E-07                     
+AR HOB2 2009  4  1 20 55  0.000000  1    0.910455027525E-07                     
+AR HOFN 2009  4  1 20 55  0.000000  1   -0.383181661779E-03                     
+AR HOLM 2009  4  1 20 55  0.000000  1   -0.584857806449E-07                     
+AR HRAO 2009  4  1 20 55  0.000000  1    0.849473708753E-03                     
+AR HYDE 2009  4  1 20 55  0.000000  1    0.310604518032E-08                     
+AR IRKJ 2009  4  1 20 55  0.000000  1    0.163746582963E-03                     
+AR ISPA 2009  4  1 20 55  0.000000  1   -0.821150443226E-07                     
+AR KARR 2009  4  1 20 55  0.000000  1   -0.462275657095E-07                     
+AR KERG 2009  4  1 20 55  0.000000  1    0.817497254628E-03                     
+AR KHAJ 2009  4  1 20 55  0.000000  1   -0.150688037112E-05                     
+AR KIR0 2009  4  1 20 55  0.000000  1    0.282396215954E-03                     
+AR KIRU 2009  4  1 20 55  0.000000  1    0.591400658327E-03                     
+AR KIT3 2009  4  1 20 55  0.000000  1   -0.618598123980E-08                     
+AR KOUR 2009  4  1 20 55  0.000000  1    0.125015913643E-03                     
+AR KUNM 2009  4  1 20 55  0.000000  1    0.971315446296E-08                     
+AR LHAZ 2009  4  1 20 55  0.000000  1   -0.315206076804E-03                     
+AR MAL2 2009  4  1 20 55  0.000000  1    0.855351898335E-09                     
+AR MAS1 2009  4  1 20 55  0.000000  1   -0.101604189393E-03                     
+AR MAW1 2009  4  1 20 55  0.000000  1    0.611044926693E-08                     
+AR MCIL 2009  4  1 20 55  0.000000  1    0.300353645567E-07                     
+AR MCM4 2009  4  1 20 55  0.000000  1   -0.567031685625E-07                     
+AR MDO1 2009  4  1 20 55  0.000000  1   -0.580204089585E-07                     
+AR MDVJ 2009  4  1 20 55  0.000000  1    0.438552562856E-03                     
+AR MKEA 2009  4  1 20 55  0.000000  1   -0.519400747428E-07                     
+AR MOBS 2009  4  1 20 55  0.000000  1   -0.149000734450E-09                     
+AR NANO 2009  4  1 20 55  0.000000  1    0.165225620539E-08                     
+AR NLIB 2009  4  1 20 55  0.000000  1   -0.115815758338E-06                     
+AR NNOR 2009  4  1 20 55  0.000000  1    0.365801197338E-03                     
+AR NRC1 2009  4  1 20 55  0.000000  1   -0.448289417097E-05                     
+AR NRIL 2009  4  1 20 55  0.000000  1   -0.467586819399E-07                     
+AR NRMD 2009  4  1 20 55  0.000000  1    0.184304811187E-07                     
+AR NTUS 2009  4  1 20 55  0.000000  1    0.358028245070E-08                     
+AR NYAL 2009  4  1 20 55  0.000000  1    0.957790132404E-07                     
+AR OHI3 2009  4  1 20 55  0.000000  1   -0.196719925582E-03                     
+AR ONSA 2009  4  1 20 55  0.000000  1   -0.324825848402E-04                     
+AR PDEL 2009  4  1 20 55  0.000000  1    0.661415030547E-08                     
+AR PERT 2009  4  1 20 55  0.000000  1   -0.525045411888E-07                     
+AR PETP 2009  4  1 20 55  0.000000  1   -0.564943110849E-07                     
+AR PIMO 2009  4  1 20 55  0.000000  1   -0.359913730096E-07                     
+AR QAQ1 2009  4  1 20 55  0.000000  1   -0.682284046678E-07                     
+AR QUIN 2009  4  1 20 55  0.000000  1   -0.622142414715E-07                     
+AR RABT 2009  4  1 20 55  0.000000  1   -0.444776030827E-07                     
+AR RAMO 2009  4  1 20 55  0.000000  1    0.115415312180E-07                     
+AR RCMN 2009  4  1 20 55  0.000000  1    0.346308380215E-08                     
+AR REDU 2009  4  1 20 55  0.000000  1   -0.476762085237E-07                     
+AR REUN 2009  4  1 20 55  0.000000  1    0.264000449769E-07                     
+AR REYK 2009  4  1 20 55  0.000000  1   -0.254265020306E-03                     
+AR SCH2 2009  4  1 20 55  0.000000  1    0.190727203850E-03                     
+AR SCUB 2009  4  1 20 55  0.000000  1   -0.484682995810E-07                     
+AR STJO 2009  4  1 20 55  0.000000  1   -0.707221731100E-05                     
+AR SYDN 2009  4  1 20 55  0.000000  1    0.141156914114E-05                     
+AR SYOG 2009  4  1 20 55  0.000000  1    0.140149672369E-04                     
+AR THU2 2009  4  1 20 55  0.000000  1    0.255993352211E-03                     
+AR TOW2 2009  4  1 20 55  0.000000  1   -0.572313248005E-09                     
+AR URUM 2009  4  1 20 55  0.000000  1   -0.430503166394E-03                     
+AR VESL 2009  4  1 20 55  0.000000  1   -0.449850559741E-03                     
+AR VILL 2009  4  1 20 55  0.000000  1   -0.515409281318E-07                     
+AR WTZR 2009  4  1 20 55  0.000000  1    0.471937648989E-07                     
+AR WUHN 2009  4  1 20 55  0.000000  1   -0.284303712059E-07                     
+AR YSSK 2009  4  1 20 55  0.000000  1   -0.631981375998E-07                     
+AR ZIM2 2009  4  1 20 55  0.000000  1    0.272168219144E-07                     
+AR XMIS 2009  4  1 20 55  0.000000  1    0.275496749284E-09                     
+AR GODZ 2009  4  1 20 55  0.000000  1   -0.469117653116E-03                     
+AR MTKA 2009  4  1 20 55  0.000000  1   -0.438800571493E-07                     
+AR TIXJ 2009  4  1 20 55  0.000000  1   -0.158115524812E-03                     
+AR PARK 2009  4  1 20 55  0.000000  1    0.810428300808E-06                     
+AR UNBJ 2009  4  1 20 55  0.000000  1    0.404852008853E-04                     
+AR NOVM 2009  4  1 20 55  0.000000  1    0.798332140314E-04                     
+AR SUNM 2009  4  1 20 55  0.000000  1   -0.388075600289E-03                     
+AR CEBR 2009  4  1 20 55  0.000000  1    0.719432204341E-03                     
+AR CPXF 2009  4  1 20 55  0.000000  1    0.268474955301E-08                     
+AR IDDR 2009  4  1 20 55  0.000000  1    0.960204508164E-08                     
+AR AZGB 2009  4  1 20 55  0.000000  1    0.354447348439E-03                     
+AR TN22 2009  4  1 20 55  0.000000  1    0.171469847535E-03                     
+AR ETAD 2009  4  1 20 55  0.000000  1    0.372226320021E-07                     
+AR ILHA 2009  4  1 20 55  0.000000  1   -0.359575829883E-09                     
+AR POVE 2009  4  1 20 55  0.000000  1   -0.714866991286E-08                     
+AR RECF 2009  4  1 20 55  0.000000  1    0.127079559821E-07                     
+AR SALU 2009  4  1 20 55  0.000000  1    0.153504751792E-07                     
+AR SAVO 2009  4  1 20 55  0.000000  1    0.152437616817E-07                     
+AR UFPR 2009  4  1 20 55  0.000000  1    0.146534224086E-07                     
+AR YELL 2009  4  1 20 55  0.000000  1    0.250801000000E-06                     
+AS G32  2009  4  1 21  0  0.000000  1    0.280030288076E-03                     
+AS G24  2009  4  1 21  0  0.000000  1    0.177925979288E-03                     
+AS G25  2009  4  1 21  0  0.000000  1    0.335242788745E-03                     
+AS G26  2009  4  1 21  0  0.000000  1    0.545260633176E-04                     
+AS G27  2009  4  1 21  0  0.000000  1    0.372392418375E-04                     
+AS G30  2009  4  1 21  0  0.000000  1    0.136339323096E-03                     
+AS G03  2009  4  1 21  0  0.000000  1    0.373643160114E-03                     
+AS G04  2009  4  1 21  0  0.000000  1   -0.351767270834E-04                     
+AS G06  2009  4  1 21  0  0.000000  1    0.607986458738E-04                     
+AS G08  2009  4  1 21  0  0.000000  1   -0.196592540729E-03                     
+AS G09  2009  4  1 21  0  0.000000  1    0.485225558960E-04                     
+AS G10  2009  4  1 21  0  0.000000  1   -0.136445593572E-04                     
+AS G14  2009  4  1 21  0  0.000000  1   -0.132210329416E-03                     
+AS G13  2009  4  1 21  0  0.000000  1    0.293299921436E-03                     
+AS G28  2009  4  1 21  0  0.000000  1   -0.238369608551E-04                     
+AS G21  2009  4  1 21  0  0.000000  1    0.214626566952E-04                     
+AS G11  2009  4  1 21  0  0.000000  1    0.271026207839E-05                     
+AS G22  2009  4  1 21  0  0.000000  1    0.202406156308E-03                     
+AS G20  2009  4  1 21  0  0.000000  1    0.865252911881E-04                     
+AS G18  2009  4  1 21  0  0.000000  1   -0.694095164686E-04                     
+AS G16  2009  4  1 21  0  0.000000  1    0.629001822159E-04                     
+AS G19  2009  4  1 21  0  0.000000  1    0.293289304553E-04                     
+AS G23  2009  4  1 21  0  0.000000  1    0.389001656043E-03                     
+AS G02  2009  4  1 21  0  0.000000  1    0.153915760171E-03                     
+AS G31  2009  4  1 21  0  0.000000  1   -0.565083869972E-04                     
+AS G17  2009  4  1 21  0  0.000000  1    0.524919174648E-04                     
+AS G12  2009  4  1 21  0  0.000000  1   -0.299377792439E-03                     
+AS G15  2009  4  1 21  0  0.000000  1   -0.276156426010E-03                     
+AS G29  2009  4  1 21  0  0.000000  1    0.498854711003E-05                     
+AS G07  2009  4  1 21  0  0.000000  1    0.209643296908E-04                     
+AS R02  2009  4  1 21  0  0.000000  1    0.205496502437E-04                     
+AS R03  2009  4  1 21  0  0.000000  1   -0.343795907412E-04                     
+AS R04  2009  4  1 21  0  0.000000  1    0.635702949817E-04                     
+AS R06  2009  4  1 21  0  0.000000  1   -0.169264120067E-03                     
+AS R07  2009  4  1 21  0  0.000000  1   -0.891224594616E-04                     
+AS R08  2009  4  1 21  0  0.000000  1   -0.101969207432E-03                     
+AS R10  2009  4  1 21  0  0.000000  1   -0.140818486697E-03                     
+AS R11  2009  4  1 21  0  0.000000  1   -0.926607112715E-04                     
+AS R13  2009  4  1 21  0  0.000000  1   -0.230680964493E-03                     
+AS R14  2009  4  1 21  0  0.000000  1   -0.795151558436E-04                     
+AS R15  2009  4  1 21  0  0.000000  1    0.921474004114E-04                     
+AS R17  2009  4  1 21  0  0.000000  1   -0.261298763740E-03                     
+AS R18  2009  4  1 21  0  0.000000  1   -0.135995906365E-05                     
+AS R19  2009  4  1 21  0  0.000000  1   -0.894564554651E-04                     
+AS R20  2009  4  1 21  0  0.000000  1   -0.650179943179E-04                     
+AS R21  2009  4  1 21  0  0.000000  1   -0.143384402906E-03                     
+AS R22  2009  4  1 21  0  0.000000  1   -0.201668704995E-03                     
+AS R23  2009  4  1 21  0  0.000000  1   -0.200129594059E-03                     
+AR ALGO 2009  4  1 21  0  0.000000  1    0.812505440978E-04                     
+AR ALIC 2009  4  1 21  0  0.000000  1    0.812084997574E-08                     
+AR AMC2 2009  4  1 21  0  0.000000  1    0.276407636421E-08                     
+AR ANKR 2009  4  1 21  0  0.000000  1   -0.122158604697E-03                     
+AR ARTU 2009  4  1 21  0  0.000000  1   -0.591935234652E-07                     
+AR ASPA 2009  4  1 21  0  0.000000  1    0.211489726635E-07                     
+AR BHR1 2009  4  1 21  0  0.000000  1    0.563383320495E-03                     
+AR BARH 2009  4  1 21  0  0.000000  1    0.688436413065E-08                     
+AR BJFS 2009  4  1 21  0  0.000000  1   -0.303821345402E-07                     
+AR BOGT 2009  4  1 21  0  0.000000  1   -0.805478655365E-07                     
+AR BRMU 2009  4  1 21  0  0.000000  1    0.466927799497E-03                     
+AR CAGZ 2009  4  1 21  0  0.000000  1   -0.978019186008E-04                     
+AR CAS1 2009  4  1 21  0  0.000000  1    0.779877070042E-08                     
+AR CHAT 2009  4  1 21  0  0.000000  1   -0.448608091428E-07                     
+AR CHPI 2009  4  1 21  0  0.000000  1   -0.805552614346E-07                     
+AR COCO 2009  4  1 21  0  0.000000  1    0.227647225185E-03                     
+AR CONZ 2009  4  1 21  0  0.000000  1   -0.251719469387E-03                     
+AR CRAR 2009  4  1 21  0  0.000000  1    0.199653071276E-03                     
+AR CRO1 2009  4  1 21  0  0.000000  1    0.665109144753E-03                     
+AR DAEJ 2009  4  1 21  0  0.000000  1   -0.196506511425E-03                     
+AR DARW 2009  4  1 21  0  0.000000  1   -0.210104934211E-08                     
+AR DGAR 2009  4  1 21  0  0.000000  1   -0.597911429751E-07                     
+AR DRAO 2009  4  1 21  0  0.000000  1    0.224638404138E-05                     
+AR FAA1 2009  4  1 21  0  0.000000  1   -0.763447597896E-08                     
+AR FAIR 2009  4  1 21  0  0.000000  1   -0.658578187754E-07                     
+AR GLPS 2009  4  1 21  0  0.000000  1   -0.851501337243E-07                     
+AR GUAM 2009  4  1 21  0  0.000000  1   -0.534220403301E-07                     
+AR GUAT 2009  4  1 21  0  0.000000  1    0.156812404663E-07                     
+AR HOB2 2009  4  1 21  0  0.000000  1    0.910729767706E-07                     
+AR HOFN 2009  4  1 21  0  0.000000  1   -0.306362174722E-03                     
+AR HOLM 2009  4  1 21  0  0.000000  1   -0.580517540597E-07                     
+AR HRAO 2009  4  1 21  0  0.000000  1    0.849473805387E-03                     
+AR HYDE 2009  4  1 21  0  0.000000  1    0.290463013978E-08                     
+AR IRKJ 2009  4  1 21  0  0.000000  1    0.163746583609E-03                     
+AR ISPA 2009  4  1 21  0  0.000000  1   -0.810327090588E-07                     
+AR KARR 2009  4  1 21  0  0.000000  1   -0.474482805714E-07                     
+AR KERG 2009  4  1 21  0  0.000000  1    0.817497286130E-03                     
+AR KHAJ 2009  4  1 21  0  0.000000  1   -0.150686246064E-05                     
+AR KIR0 2009  4  1 21  0  0.000000  1    0.282389531082E-03                     
+AR KIRU 2009  4  1 21  0  0.000000  1    0.591398560203E-03                     
+AR KIT3 2009  4  1 21  0  0.000000  1    0.721260476722E-08                     
+AR KOUR 2009  4  1 21  0  0.000000  1    0.125015949234E-03                     
+AR KUNM 2009  4  1 21  0  0.000000  1    0.426743272096E-07                     
+AR LHAZ 2009  4  1 21  0  0.000000  1   -0.291032888379E-03                     
+AR MAL2 2009  4  1 21  0  0.000000  1   -0.688878920415E-08                     
+AR MAS1 2009  4  1 21  0  0.000000  1   -0.101604077216E-03                     
+AR MAW1 2009  4  1 21  0  0.000000  1    0.807805681398E-08                     
+AR MCIL 2009  4  1 21  0  0.000000  1    0.295995347497E-07                     
+AR MCM4 2009  4  1 21  0  0.000000  1   -0.557410094325E-07                     
+AR MDO1 2009  4  1 21  0  0.000000  1   -0.578044047535E-07                     
+AR MDVJ 2009  4  1 21  0  0.000000  1    0.438552570430E-03                     
+AR MKEA 2009  4  1 21  0  0.000000  1   -0.522567886640E-07                     
+AR MOBS 2009  4  1 21  0  0.000000  1   -0.337113858602E-08                     
+AR NANO 2009  4  1 21  0  0.000000  1    0.423762944447E-08                     
+AR NLIB 2009  4  1 21  0  0.000000  1   -0.115863257068E-06                     
+AR NNOR 2009  4  1 21  0  0.000000  1    0.365801260306E-03                     
+AR NRC1 2009  4  1 21  0  0.000000  1   -0.448286274242E-05                     
+AR NRIL 2009  4  1 21  0  0.000000  1   -0.444794528526E-07                     
+AR NRMD 2009  4  1 21  0  0.000000  1    0.180081585013E-07                     
+AR NTUS 2009  4  1 21  0  0.000000  1    0.524411083680E-09                     
+AR NYAL 2009  4  1 21  0  0.000000  1    0.958027715471E-07                     
+AR OHI3 2009  4  1 21  0  0.000000  1   -0.778804718172E-04                     
+AR ONSA 2009  4  1 21  0  0.000000  1   -0.324826090386E-04                     
+AR PDEL 2009  4  1 21  0  0.000000  1    0.625201805076E-09                     
+AR PERT 2009  4  1 21  0  0.000000  1   -0.602391191576E-07                     
+AR PETP 2009  4  1 21  0  0.000000  1   -0.579088049147E-07                     
+AR PIMO 2009  4  1 21  0  0.000000  1   -0.386058294019E-07                     
+AR QAQ1 2009  4  1 21  0  0.000000  1   -0.639109743485E-07                     
+AR QUIN 2009  4  1 21  0  0.000000  1   -0.623014968956E-07                     
+AR RABT 2009  4  1 21  0  0.000000  1   -0.442370091225E-07                     
+AR RAMO 2009  4  1 21  0  0.000000  1    0.727874528782E-07                     
+AR RCMN 2009  4  1 21  0  0.000000  1    0.403364295143E-08                     
+AR REDU 2009  4  1 21  0  0.000000  1   -0.475292560361E-07                     
+AR REUN 2009  4  1 21  0  0.000000  1    0.283671522458E-07                     
+AR REYK 2009  4  1 21  0  0.000000  1   -0.255401855319E-03                     
+AR SCH2 2009  4  1 21  0  0.000000  1    0.190744181955E-03                     
+AR SCUB 2009  4  1 21  0  0.000000  1   -0.476112056918E-07                     
+AR STJO 2009  4  1 21  0  0.000000  1   -0.707250909678E-05                     
+AR SYDN 2009  4  1 21  0  0.000000  1    0.141166595095E-05                     
+AR SYOG 2009  4  1 21  0  0.000000  1    0.140153610099E-04                     
+AR THU2 2009  4  1 21  0  0.000000  1    0.253991056474E-03                     
+AR TOW2 2009  4  1 21  0  0.000000  1   -0.148856872375E-08                     
+AR URUM 2009  4  1 21  0  0.000000  1    0.497210904044E-03                     
+AR VESL 2009  4  1 21  0  0.000000  1   -0.413566134379E-03                     
+AR VILL 2009  4  1 21  0  0.000000  1   -0.542203318472E-07                     
+AR WTZR 2009  4  1 21  0  0.000000  1    0.472057536513E-07                     
+AR WUHN 2009  4  1 21  0  0.000000  1   -0.290452580506E-07                     
+AR YSSK 2009  4  1 21  0  0.000000  1   -0.650963534703E-07                     
+AR ZIM2 2009  4  1 21  0  0.000000  1    0.294071290180E-07                     
+AR XMIS 2009  4  1 21  0  0.000000  1    0.149501899612E-08                     
+AR GODZ 2009  4  1 21  0  0.000000  1   -0.469117612051E-03                     
+AR MTKA 2009  4  1 21  0  0.000000  1   -0.493002049058E-07                     
+AR TIXJ 2009  4  1 21  0  0.000000  1   -0.160303739919E-03                     
+AR PARK 2009  4  1 21  0  0.000000  1    0.810645104162E-06                     
+AR UNBJ 2009  4  1 21  0  0.000000  1   -0.380425402780E-04                     
+AR NOVM 2009  4  1 21  0  0.000000  1    0.798332393410E-04                     
+AR SUNM 2009  4  1 21  0  0.000000  1    0.454437241136E-03                     
+AR CEBR 2009  4  1 21  0  0.000000  1    0.719432236543E-03                     
+AR CPXF 2009  4  1 21  0  0.000000  1    0.224992345655E-08                     
+AR IDDR 2009  4  1 21  0  0.000000  1    0.874372257821E-08                     
+AR AZGB 2009  4  1 21  0  0.000000  1    0.214996353064E-03                     
+AR TN22 2009  4  1 21  0  0.000000  1    0.994624189118E-04                     
+AR ETAD 2009  4  1 21  0  0.000000  1    0.384586637533E-07                     
+AR ILHA 2009  4  1 21  0  0.000000  1    0.154597760579E-08                     
+AR POVE 2009  4  1 21  0  0.000000  1   -0.100492675617E-07                     
+AR RECF 2009  4  1 21  0  0.000000  1    0.129293890504E-07                     
+AR SALU 2009  4  1 21  0  0.000000  1    0.142750032427E-07                     
+AR SAVO 2009  4  1 21  0  0.000000  1    0.137375870634E-07                     
+AR UFPR 2009  4  1 21  0  0.000000  1    0.138622675366E-07                     
+AR YELL 2009  4  1 21  0  0.000000  1    0.250872000000E-06                     
+AS G32  2009  4  1 21  5  0.000000  1    0.280028782049E-03                     
+AS G24  2009  4  1 21  5  0.000000  1    0.177927282892E-03                     
+AS G25  2009  4  1 21  5  0.000000  1    0.335249415560E-03                     
+AS G26  2009  4  1 21  5  0.000000  1    0.545266717596E-04                     
+AS G27  2009  4  1 21  5  0.000000  1    0.372405273090E-04                     
+AS G30  2009  4  1 21  5  0.000000  1    0.136340231017E-03                     
+AS G03  2009  4  1 21  5  0.000000  1    0.373644956335E-03                     
+AS G04  2009  4  1 21  5  0.000000  1   -0.351810684376E-04                     
+AS G06  2009  4  1 21  5  0.000000  1    0.608040162566E-04                     
+AS G08  2009  4  1 21  5  0.000000  1   -0.196593353173E-03                     
+AS G09  2009  4  1 21  5  0.000000  1    0.485225079687E-04                     
+AS G10  2009  4  1 21  5  0.000000  1   -0.136449963540E-04                     
+AS G14  2009  4  1 21  5  0.000000  1   -0.132208339409E-03                     
+AS G13  2009  4  1 21  5  0.000000  1    0.293299910580E-03                     
+AS G28  2009  4  1 21  5  0.000000  1   -0.238371158232E-04                     
+AS G21  2009  4  1 21  5  0.000000  1    0.214617660900E-04                     
+AS G11  2009  4  1 21  5  0.000000  1    0.271004768138E-05                     
+AS G22  2009  4  1 21  5  0.000000  1    0.202405427791E-03                     
+AS G20  2009  4  1 21  5  0.000000  1    0.865248503736E-04                     
+AS G18  2009  4  1 21  5  0.000000  1   -0.694085744161E-04                     
+AS G16  2009  4  1 21  5  0.000000  1    0.628994790044E-04                     
+AS G19  2009  4  1 21  5  0.000000  1    0.293286699401E-04                     
+AS G23  2009  4  1 21  5  0.000000  1    0.389001761274E-03                     
+AS G02  2009  4  1 21  5  0.000000  1    0.153915620915E-03                     
+AS G31  2009  4  1 21  5  0.000000  1   -0.565088243756E-04                     
+AS G17  2009  4  1 21  5  0.000000  1    0.524922245598E-04                     
+AS G12  2009  4  1 21  5  0.000000  1   -0.299376303085E-03                     
+AS G15  2009  4  1 21  5  0.000000  1   -0.276157700784E-03                     
+AS G29  2009  4  1 21  5  0.000000  1    0.498974408573E-05                     
+AS G07  2009  4  1 21  5  0.000000  1    0.209641245574E-04                     
+AS R02  2009  4  1 21  5  0.000000  1    0.205487510117E-04                     
+AS R03  2009  4  1 21  5  0.000000  1   -0.343811349592E-04                     
+AS R04  2009  4  1 21  5  0.000000  1    0.635679860725E-04                     
+AS R06  2009  4  1 21  5  0.000000  1   -0.169262692288E-03                     
+AS R07  2009  4  1 21  5  0.000000  1   -0.891219127306E-04                     
+AS R08  2009  4  1 21  5  0.000000  1   -0.101968775300E-03                     
+AS R10  2009  4  1 21  5  0.000000  1   -0.140818066681E-03                     
+AS R11  2009  4  1 21  5  0.000000  1   -0.926608877510E-04                     
+AS R13  2009  4  1 21  5  0.000000  1   -0.230681089190E-03                     
+AS R14  2009  4  1 21  5  0.000000  1   -0.795141489543E-04                     
+AS R15  2009  4  1 21  5  0.000000  1    0.921478142235E-04                     
+AS R17  2009  4  1 21  5  0.000000  1   -0.261299089565E-03                     
+AS R18  2009  4  1 21  5  0.000000  1   -0.135999453091E-05                     
+AS R19  2009  4  1 21  5  0.000000  1   -0.894566670802E-04                     
+AS R20  2009  4  1 21  5  0.000000  1   -0.650180980094E-04                     
+AS R21  2009  4  1 21  5  0.000000  1   -0.143384564154E-03                     
+AS R22  2009  4  1 21  5  0.000000  1   -0.201669589964E-03                     
+AS R23  2009  4  1 21  5  0.000000  1   -0.200128043181E-03                     
+AR ALGO 2009  4  1 21  5  0.000000  1    0.812532801079E-04                     
+AR ALIC 2009  4  1 21  5  0.000000  1    0.784333967190E-08                     
+AR AMC2 2009  4  1 21  5  0.000000  1    0.278813829740E-08                     
+AR ANKR 2009  4  1 21  5  0.000000  1   -0.603183563995E-04                     
+AR ARTU 2009  4  1 21  5  0.000000  1   -0.515757410746E-07                     
+AR ASPA 2009  4  1 21  5  0.000000  1    0.198965360143E-07                     
+AR BHR1 2009  4  1 21  5  0.000000  1    0.563383264253E-03                     
+AR BARH 2009  4  1 21  5  0.000000  1    0.833950872497E-08                     
+AR BJFS 2009  4  1 21  5  0.000000  1   -0.327397572585E-07                     
+AR BOGT 2009  4  1 21  5  0.000000  1   -0.808896449736E-07                     
+AR BRMU 2009  4  1 21  5  0.000000  1   -0.374349310079E-04                     
+AR CAGZ 2009  4  1 21  5  0.000000  1    0.125922175297E-03                     
+AR CAS1 2009  4  1 21  5  0.000000  1    0.610097230906E-08                     
+AR CHAT 2009  4  1 21  5  0.000000  1   -0.436870922323E-07                     
+AR CHPI 2009  4  1 21  5  0.000000  1   -0.823242150447E-07                     
+AR COCO 2009  4  1 21  5  0.000000  1    0.227647225860E-03                     
+AR CONZ 2009  4  1 21  5  0.000000  1   -0.391566015302E-03                     
+AR CRAR 2009  4  1 21  5  0.000000  1    0.174903890880E-03                     
+AR CRO1 2009  4  1 21  5  0.000000  1    0.665109154912E-03                     
+AR DAEJ 2009  4  1 21  5  0.000000  1   -0.196506529984E-03                     
+AR DARW 2009  4  1 21  5  0.000000  1    0.321824217234E-08                     
+AR DGAR 2009  4  1 21  5  0.000000  1   -0.598290232297E-07                     
+AR DRAO 2009  4  1 21  5  0.000000  1    0.228297763533E-05                     
+AR FAA1 2009  4  1 21  5  0.000000  1   -0.207215585144E-07                     
+AR FAIR 2009  4  1 21  5  0.000000  1   -0.648297610054E-07                     
+AR GLPS 2009  4  1 21  5  0.000000  1   -0.851243671530E-07                     
+AR GUAM 2009  4  1 21  5  0.000000  1   -0.547073904013E-07                     
+AR GUAT 2009  4  1 21  5  0.000000  1    0.159737105126E-07                     
+AR HOB2 2009  4  1 21  5  0.000000  1    0.911045619734E-07                     
+AR HOFN 2009  4  1 21  5  0.000000  1   -0.229546885465E-03                     
+AR HOLM 2009  4  1 21  5  0.000000  1   -0.547998826377E-07                     
+AR HRAO 2009  4  1 21  5  0.000000  1    0.849473880657E-03                     
+AR HYDE 2009  4  1 21  5  0.000000  1    0.279689867869E-08                     
+AR IRKJ 2009  4  1 21  5  0.000000  1    0.163746589758E-03                     
+AR ISPA 2009  4  1 21  5  0.000000  1   -0.814550644405E-07                     
+AR KARR 2009  4  1 21  5  0.000000  1   -0.470097514036E-07                     
+AR KERG 2009  4  1 21  5  0.000000  1    0.817496790744E-03                     
+AR KHAJ 2009  4  1 21  5  0.000000  1   -0.150685210174E-05                     
+AR KIR0 2009  4  1 21  5  0.000000  1    0.282382846082E-03                     
+AR KIRU 2009  4  1 21  5  0.000000  1    0.591396958524E-03                     
+AR KIT3 2009  4  1 21  5  0.000000  1    0.780854674643E-08                     
+AR KOUR 2009  4  1 21  5  0.000000  1    0.125016130011E-03                     
+AR KUNM 2009  4  1 21  5  0.000000  1    0.343440540469E-07                     
+AR LHAZ 2009  4  1 21  5  0.000000  1   -0.266806464133E-03                     
+AR MAL2 2009  4  1 21  5  0.000000  1   -0.687380387281E-08                     
+AR MAS1 2009  4  1 21  5  0.000000  1   -0.101604041926E-03                     
+AR MAW1 2009  4  1 21  5  0.000000  1    0.492919120482E-08                     
+AR MCIL 2009  4  1 21  5  0.000000  1    0.263998122963E-07                     
+AR MCM4 2009  4  1 21  5  0.000000  1   -0.561671409200E-07                     
+AR MDO1 2009  4  1 21  5  0.000000  1   -0.555789897527E-07                     
+AR MDVJ 2009  4  1 21  5  0.000000  1    0.438552578320E-03                     
+AR MKEA 2009  4  1 21  5  0.000000  1   -0.521097930230E-07                     
+AR MOBS 2009  4  1 21  5  0.000000  1   -0.103675631193E-08                     
+AR NANO 2009  4  1 21  5  0.000000  1    0.252955545157E-08                     
+AR NLIB 2009  4  1 21  5  0.000000  1   -0.115982763713E-06                     
+AR NNOR 2009  4  1 21  5  0.000000  1    0.365800893533E-03                     
+AR NRC1 2009  4  1 21  5  0.000000  1   -0.448283758558E-05                     
+AR NRIL 2009  4  1 21  5  0.000000  1   -0.456481418129E-07                     
+AR NRMD 2009  4  1 21  5  0.000000  1    0.190185616196E-07                     
+AR NTUS 2009  4  1 21  5  0.000000  1    0.308897047490E-08                     
+AR NYAL 2009  4  1 21  5  0.000000  1    0.958194412232E-07                     
+AR OHI3 2009  4  1 21  5  0.000000  1    0.395791373842E-04                     
+AR ONSA 2009  4  1 21  5  0.000000  1   -0.324826677960E-04                     
+AR PDEL 2009  4  1 21  5  0.000000  1    0.120368563328E-08                     
+AR PERT 2009  4  1 21  5  0.000000  1   -0.611285693378E-07                     
+AR PETP 2009  4  1 21  5  0.000000  1   -0.582221316064E-07                     
+AR PIMO 2009  4  1 21  5  0.000000  1   -0.381111386729E-07                     
+AR QAQ1 2009  4  1 21  5  0.000000  1   -0.626907110278E-07                     
+AR QUIN 2009  4  1 21  5  0.000000  1   -0.652067823532E-07                     
+AR RABT 2009  4  1 21  5  0.000000  1   -0.482998174929E-07                     
+AR RAMO 2009  4  1 21  5  0.000000  1    0.129627655062E-07                     
+AR RCMN 2009  4  1 21  5  0.000000  1    0.527717462776E-08                     
+AR REDU 2009  4  1 21  5  0.000000  1   -0.462162823513E-07                     
+AR REUN 2009  4  1 21  5  0.000000  1    0.280427622799E-07                     
+AR REYK 2009  4  1 21  5  0.000000  1   -0.256537386211E-03                     
+AR SCH2 2009  4  1 21  5  0.000000  1    0.190760808220E-03                     
+AR SCUB 2009  4  1 21  5  0.000000  1   -0.469781338740E-07                     
+AR STJO 2009  4  1 21  5  0.000000  1   -0.707280112171E-05                     
+AR SYDN 2009  4  1 21  5  0.000000  1    0.141157988127E-05                     
+AR SYOG 2009  4  1 21  5  0.000000  1    0.140148422134E-04                     
+AR THU2 2009  4  1 21  5  0.000000  1    0.251988680799E-03                     
+AR TOW2 2009  4  1 21  5  0.000000  1   -0.264175462704E-10                     
+AR URUM 2009  4  1 21  5  0.000000  1    0.425025420974E-03                     
+AR VESL 2009  4  1 21  5  0.000000  1   -0.377275216544E-03                     
+AR VILL 2009  4  1 21  5  0.000000  1   -0.541282391235E-07                     
+AR WTZR 2009  4  1 21  5  0.000000  1    0.472243781877E-07                     
+AR WUHN 2009  4  1 21  5  0.000000  1   -0.292549534749E-07                     
+AR YSSK 2009  4  1 21  5  0.000000  1   -0.681587461547E-07                     
+AR ZIM2 2009  4  1 21  5  0.000000  1    0.291003949989E-07                     
+AR XMIS 2009  4  1 21  5  0.000000  1    0.284400951083E-08                     
+AR GODZ 2009  4  1 21  5  0.000000  1   -0.469117567347E-03                     
+AR MTKA 2009  4  1 21  5  0.000000  1   -0.495817842169E-07                     
+AR TIXJ 2009  4  1 21  5  0.000000  1   -0.162508909823E-03                     
+AR PARK 2009  4  1 21  5  0.000000  1    0.810750806211E-06                     
+AR UNBJ 2009  4  1 21  5  0.000000  1   -0.115527204337E-03                     
+AR NOVM 2009  4  1 21  5  0.000000  1    0.798332832863E-04                     
+AR SUNM 2009  4  1 21  5  0.000000  1    0.296861670657E-03                     
+AR CEBR 2009  4  1 21  5  0.000000  1    0.719432255868E-03                     
+AR CPXF 2009  4  1 21  5  0.000000  1    0.147410517272E-08                     
+AR IDDR 2009  4  1 21  5  0.000000  1    0.853435572483E-08                     
+AR AZGB 2009  4  1 21  5  0.000000  1    0.755616654180E-04                     
+AR TN22 2009  4  1 21  5  0.000000  1    0.271486725275E-04                     
+AR ETAD 2009  4  1 21  5  0.000000  1    0.390960057401E-07                     
+AR ILHA 2009  4  1 21  5  0.000000  1    0.522354858136E-09                     
+AR POVE 2009  4  1 21  5  0.000000  1   -0.945466093687E-08                     
+AR RECF 2009  4  1 21  5  0.000000  1    0.104419155846E-07                     
+AR SALU 2009  4  1 21  5  0.000000  1    0.100248708191E-07                     
+AR SAVO 2009  4  1 21  5  0.000000  1    0.131907951873E-07                     
+AR UFPR 2009  4  1 21  5  0.000000  1    0.142951585912E-07                     
+AR YELL 2009  4  1 21  5  0.000000  1    0.250942000000E-06                     
+AS G32  2009  4  1 21 10  0.000000  1    0.280027493086E-03                     
+AS G24  2009  4  1 21 10  0.000000  1    0.177928292804E-03                     
+AS G25  2009  4  1 21 10  0.000000  1    0.335255966419E-03                     
+AS G26  2009  4  1 21 10  0.000000  1    0.545273349794E-04                     
+AS G27  2009  4  1 21 10  0.000000  1    0.372415203677E-04                     
+AS G30  2009  4  1 21 10  0.000000  1    0.136341154777E-03                     
+AS G03  2009  4  1 21 10  0.000000  1    0.373646961107E-03                     
+AS G04  2009  4  1 21 10  0.000000  1   -0.351855159718E-04                     
+AS G06  2009  4  1 21 10  0.000000  1    0.608092798856E-04                     
+AS G08  2009  4  1 21 10  0.000000  1   -0.196593675037E-03                     
+AS G09  2009  4  1 21 10  0.000000  1    0.485228479751E-04                     
+AS G10  2009  4  1 21 10  0.000000  1   -0.136446106352E-04                     
+AS G14  2009  4  1 21 10  0.000000  1   -0.132206807537E-03                     
+AS G13  2009  4  1 21 10  0.000000  1    0.293300406042E-03                     
+AS G28  2009  4  1 21 10  0.000000  1   -0.238371640301E-04                     
+AS G21  2009  4  1 21 10  0.000000  1    0.214610957429E-04                     
+AS G11  2009  4  1 21 10  0.000000  1    0.270957201676E-05                     
+AS G22  2009  4  1 21 10  0.000000  1    0.202405488849E-03                     
+AS G20  2009  4  1 21 10  0.000000  1    0.865244997945E-04                     
+AS G18  2009  4  1 21 10  0.000000  1   -0.694076357935E-04                     
+AS G16  2009  4  1 21 10  0.000000  1    0.628983908330E-04                     
+AS G19  2009  4  1 21 10  0.000000  1    0.293284065239E-04                     
+AS G23  2009  4  1 21 10  0.000000  1    0.389001752383E-03                     
+AS G02  2009  4  1 21 10  0.000000  1    0.153915579699E-03                     
+AS G31  2009  4  1 21 10  0.000000  1   -0.565092025457E-04                     
+AS G17  2009  4  1 21 10  0.000000  1    0.524929168454E-04                     
+AS G12  2009  4  1 21 10  0.000000  1   -0.299375121452E-03                     
+AS G15  2009  4  1 21 10  0.000000  1   -0.276159057987E-03                     
+AS G29  2009  4  1 21 10  0.000000  1    0.499100040891E-05                     
+AS G07  2009  4  1 21 10  0.000000  1    0.209640877556E-04                     
+AS R02  2009  4  1 21 10  0.000000  1    0.205476725302E-04                     
+AS R03  2009  4  1 21 10  0.000000  1   -0.343823495538E-04                     
+AS R04  2009  4  1 21 10  0.000000  1    0.635655389146E-04                     
+AS R06  2009  4  1 21 10  0.000000  1   -0.169260962319E-03                     
+AS R07  2009  4  1 21 10  0.000000  1   -0.891210908447E-04                     
+AS R08  2009  4  1 21 10  0.000000  1   -0.101968426118E-03                     
+AS R10  2009  4  1 21 10  0.000000  1   -0.140817869924E-03                     
+AS R11  2009  4  1 21 10  0.000000  1   -0.926613203418E-04                     
+AS R13  2009  4  1 21 10  0.000000  1   -0.230681313051E-03                     
+AS R14  2009  4  1 21 10  0.000000  1   -0.795129652152E-04                     
+AS R15  2009  4  1 21 10  0.000000  1    0.921483192298E-04                     
+AS R17  2009  4  1 21 10  0.000000  1   -0.261299378456E-03                     
+AS R18  2009  4  1 21 10  0.000000  1   -0.136001549644E-05                     
+AS R19  2009  4  1 21 10  0.000000  1   -0.894570340229E-04                     
+AS R20  2009  4  1 21 10  0.000000  1   -0.650187085160E-04                     
+AS R21  2009  4  1 21 10  0.000000  1   -0.143384907266E-03                     
+AS R22  2009  4  1 21 10  0.000000  1   -0.201670402161E-03                     
+AS R23  2009  4  1 21 10  0.000000  1   -0.200126055909E-03                     
+AR ALGO 2009  4  1 21 10  0.000000  1    0.812566156833E-04                     
+AR ALIC 2009  4  1 21 10  0.000000  1    0.828200305447E-08                     
+AR AMC2 2009  4  1 21 10  0.000000  1    0.282991739410E-08                     
+AR ANKR 2009  4  1 21 10  0.000000  1    0.154122142453E-05                     
+AR ARTU 2009  4  1 21 10  0.000000  1   -0.520242658967E-07                     
+AR ASPA 2009  4  1 21 10  0.000000  1    0.193348967516E-07                     
+AR BHR1 2009  4  1 21 10  0.000000  1    0.563383364160E-03                     
+AR BARH 2009  4  1 21 10  0.000000  1    0.596773067150E-08                     
+AR BJFS 2009  4  1 21 10  0.000000  1   -0.323954189164E-07                     
+AR BOGT 2009  4  1 21 10  0.000000  1   -0.814750972908E-07                     
+AR BRMU 2009  4  1 21 10  0.000000  1    0.458257366011E-03                     
+AR CAGZ 2009  4  1 21 10  0.000000  1    0.349577880211E-03                     
+AR CAS1 2009  4  1 21 10  0.000000  1    0.651338520898E-08                     
+AR CHAT 2009  4  1 21 10  0.000000  1   -0.433324039513E-07                     
+AR CHPI 2009  4  1 21 10  0.000000  1   -0.840422539355E-07                     
+AR COCO 2009  4  1 21 10  0.000000  1    0.227647411214E-03                     
+AR CONZ 2009  4  1 21 10  0.000000  1    0.468766683612E-03                     
+AR CRAR 2009  4  1 21 10  0.000000  1    0.150159846597E-03                     
+AR CRO1 2009  4  1 21 10  0.000000  1    0.665109240392E-03                     
+AR DAEJ 2009  4  1 21 10  0.000000  1   -0.196506417297E-03                     
+AR DARW 2009  4  1 21 10  0.000000  1    0.414802568670E-08                     
+AR DGAR 2009  4  1 21 10  0.000000  1   -0.602741372037E-07                     
+AR DRAO 2009  4  1 21 10  0.000000  1    0.231984782800E-05                     
+AR FAA1 2009  4  1 21 10  0.000000  1   -0.196478364894E-07                     
+AR FAIR 2009  4  1 21 10  0.000000  1   -0.660302368422E-07                     
+AR GLPS 2009  4  1 21 10  0.000000  1   -0.864811151663E-07                     
+AR GUAM 2009  4  1 21 10  0.000000  1   -0.558494789207E-07                     
+AR GUAT 2009  4  1 21 10  0.000000  1    0.161531213796E-07                     
+AR HOB2 2009  4  1 21 10  0.000000  1    0.911417012810E-07                     
+AR HOFN 2009  4  1 21 10  0.000000  1   -0.152746299269E-03                     
+AR HOLM 2009  4  1 21 10  0.000000  1   -0.607681288784E-07                     
+AR HRAO 2009  4  1 21 10  0.000000  1    0.849473983078E-03                     
+AR HYDE 2009  4  1 21 10  0.000000  1    0.173679413694E-08                     
+AR IRKJ 2009  4  1 21 10  0.000000  1    0.163746610039E-03                     
+AR ISPA 2009  4  1 21 10  0.000000  1   -0.799636573638E-07                     
+AR KARR 2009  4  1 21 10  0.000000  1   -0.463354732394E-07                     
+AR KERG 2009  4  1 21 10  0.000000  1    0.817496451981E-03                     
+AR KHAJ 2009  4  1 21 10  0.000000  1   -0.150682578335E-05                     
+AR KIR0 2009  4  1 21 10  0.000000  1    0.282376118552E-03                     
+AR KIRU 2009  4  1 21 10  0.000000  1    0.591391054498E-03                     
+AR KIT3 2009  4  1 21 10  0.000000  1   -0.899951118202E-08                     
+AR KOUR 2009  4  1 21 10  0.000000  1    0.125016129894E-03                     
+AR KUNM 2009  4  1 21 10  0.000000  1    0.238409260091E-07                     
+AR LHAZ 2009  4  1 21 10  0.000000  1   -0.242506397153E-03                     
+AR MAL2 2009  4  1 21 10  0.000000  1   -0.331654282113E-08                     
+AR MAS1 2009  4  1 21 10  0.000000  1   -0.101604024117E-03                     
+AR MAW1 2009  4  1 21 10  0.000000  1    0.122007212021E-07                     
+AR MCIL 2009  4  1 21 10  0.000000  1    0.265733807168E-07                     
+AR MCM4 2009  4  1 21 10  0.000000  1   -0.561874982613E-07                     
+AR MDO1 2009  4  1 21 10  0.000000  1   -0.561592281053E-07                     
+AR MDVJ 2009  4  1 21 10  0.000000  1    0.438552593768E-03                     
+AR MKEA 2009  4  1 21 10  0.000000  1   -0.517162695364E-07                     
+AR MOBS 2009  4  1 21 10  0.000000  1   -0.125431281841E-08                     
+AR NANO 2009  4  1 21 10  0.000000  1    0.811694155618E-09                     
+AR NLIB 2009  4  1 21 10  0.000000  1   -0.115971911052E-06                     
+AR NNOR 2009  4  1 21 10  0.000000  1    0.365802005938E-03                     
+AR NRC1 2009  4  1 21 10  0.000000  1   -0.448277328479E-05                     
+AR NRIL 2009  4  1 21 10  0.000000  1   -0.436136008207E-07                     
+AR NRMD 2009  4  1 21 10  0.000000  1    0.185122353521E-07                     
+AR NTUS 2009  4  1 21 10  0.000000  1    0.335252314654E-08                     
+AR NYAL 2009  4  1 21 10  0.000000  1    0.958556045447E-07                     
+AR OHI3 2009  4  1 21 10  0.000000  1    0.155788013138E-03                     
+AR ONSA 2009  4  1 21 10  0.000000  1   -0.324826929840E-04                     
+AR PDEL 2009  4  1 21 10  0.000000  1    0.131068931399E-08                     
+AR PERT 2009  4  1 21 10  0.000000  1   -0.552918802891E-07                     
+AR PETP 2009  4  1 21 10  0.000000  1   -0.600978955912E-07                     
+AR PIMO 2009  4  1 21 10  0.000000  1   -0.427427919072E-07                     
+AR QAQ1 2009  4  1 21 10  0.000000  1   -0.637433259301E-07                     
+AR QUIN 2009  4  1 21 10  0.000000  1   -0.531818891099E-07                     
+AR RABT 2009  4  1 21 10  0.000000  1   -0.460646110061E-07                     
+AR RAMO 2009  4  1 21 10  0.000000  1    0.374578045184E-07                     
+AR RCMN 2009  4  1 21 10  0.000000  1    0.708850058864E-08                     
+AR REDU 2009  4  1 21 10  0.000000  1   -0.456745418969E-07                     
+AR REUN 2009  4  1 21 10  0.000000  1    0.290957288324E-07                     
+AR REYK 2009  4  1 21 10  0.000000  1   -0.257768234222E-03                     
+AR SCH2 2009  4  1 21 10  0.000000  1    0.190777319425E-03                     
+AR SCUB 2009  4  1 21 10  0.000000  1   -0.485086077592E-07                     
+AR STJO 2009  4  1 21 10  0.000000  1   -0.707308035456E-05                     
+AR SYDN 2009  4  1 21 10  0.000000  1    0.141150560899E-05                     
+AR SYOG 2009  4  1 21 10  0.000000  1    0.140148149991E-04                     
+AR THU2 2009  4  1 21 10  0.000000  1    0.249986491155E-03                     
+AR TOW2 2009  4  1 21 10  0.000000  1    0.220163953458E-08                     
+AR URUM 2009  4  1 21 10  0.000000  1    0.352938032782E-03                     
+AR VESL 2009  4  1 21 10  0.000000  1   -0.341023120226E-03                     
+AR VILL 2009  4  1 21 10  0.000000  1   -0.536038428175E-07                     
+AR WTZR 2009  4  1 21 10  0.000000  1    0.472525688420E-07                     
+AR WUHN 2009  4  1 21 10  0.000000  1   -0.305922333597E-07                     
+AR YSSK 2009  4  1 21 10  0.000000  1   -0.672149471232E-07                     
+AR ZIM2 2009  4  1 21 10  0.000000  1    0.287871612450E-07                     
+AR XMIS 2009  4  1 21 10  0.000000  1    0.109912483021E-08                     
+AR GODZ 2009  4  1 21 10  0.000000  1   -0.469117511688E-03                     
+AR MTKA 2009  4  1 21 10  0.000000  1   -0.503362032512E-07                     
+AR TIXJ 2009  4  1 21 10  0.000000  1   -0.164752485356E-03                     
+AR PARK 2009  4  1 21 10  0.000000  1    0.810819179564E-06                     
+AR UNBJ 2009  4  1 21 10  0.000000  1   -0.192094295861E-03                     
+AR NOVM 2009  4  1 21 10  0.000000  1    0.798332847862E-04                     
+AR SUNM 2009  4  1 21 10  0.000000  1    0.139542657343E-03                     
+AR CEBR 2009  4  1 21 10  0.000000  1    0.719432295751E-03                     
+AR CPXF 2009  4  1 21 10  0.000000  1   -0.280739668039E-08                     
+AR IDDR 2009  4  1 21 10  0.000000  1    0.804637502529E-08                     
+AR AZGB 2009  4  1 21 10  0.000000  1   -0.638003372990E-04                     
+AR TN22 2009  4  1 21 10  0.000000  1   -0.451807211093E-04                     
+AR ETAD 2009  4  1 21 10  0.000000  1    0.408105604016E-07                     
+AR ILHA 2009  4  1 21 10  0.000000  1    0.840408296589E-09                     
+AR POVE 2009  4  1 21 10  0.000000  1   -0.911827724328E-08                     
+AR RECF 2009  4  1 21 10  0.000000  1    0.100487833248E-07                     
+AR SALU 2009  4  1 21 10  0.000000  1    0.162665920960E-07                     
+AR SAVO 2009  4  1 21 10  0.000000  1    0.141047648340E-07                     
+AR UFPR 2009  4  1 21 10  0.000000  1    0.143537374031E-07                     
+AR YELL 2009  4  1 21 10  0.000000  1    0.251012000000E-06                     
+AS G32  2009  4  1 21 15  0.000000  1    0.280026107784E-03                     
+AS G24  2009  4  1 21 15  0.000000  1    0.177929672214E-03                     
+AS G25  2009  4  1 21 15  0.000000  1    0.335262559578E-03                     
+AS G26  2009  4  1 21 15  0.000000  1    0.545279955040E-04                     
+AS G27  2009  4  1 21 15  0.000000  1    0.372433773229E-04                     
+AS G30  2009  4  1 21 15  0.000000  1    0.136341772849E-03                     
+AS G03  2009  4  1 21 15  0.000000  1    0.373648720961E-03                     
+AS G04  2009  4  1 21 15  0.000000  1   -0.351899209987E-04                     
+AS G06  2009  4  1 21 15  0.000000  1    0.608145919270E-04                     
+AS G08  2009  4  1 21 15  0.000000  1   -0.196593793133E-03                     
+AS G09  2009  4  1 21 15  0.000000  1    0.485228114266E-04                     
+AS G10  2009  4  1 21 15  0.000000  1   -0.136448433408E-04                     
+AS G14  2009  4  1 21 15  0.000000  1   -0.132205055300E-03                     
+AS G13  2009  4  1 21 15  0.000000  1    0.293301042438E-03                     
+AS G28  2009  4  1 21 15  0.000000  1   -0.238372186911E-04                     
+AS G21  2009  4  1 21 15  0.000000  1    0.214612151254E-04                     
+AS G11  2009  4  1 21 15  0.000000  1    0.270916309265E-05                     
+AS G22  2009  4  1 21 15  0.000000  1    0.202405684509E-03                     
+AS G20  2009  4  1 21 15  0.000000  1    0.865239250242E-04                     
+AS G18  2009  4  1 21 15  0.000000  1   -0.694067011526E-04                     
+AS G16  2009  4  1 21 15  0.000000  1    0.628977367717E-04                     
+AS G19  2009  4  1 21 15  0.000000  1    0.293282505465E-04                     
+AS G23  2009  4  1 21 15  0.000000  1    0.389001822144E-03                     
+AS G02  2009  4  1 21 15  0.000000  1    0.153915539923E-03                     
+AS G31  2009  4  1 21 15  0.000000  1   -0.565096286589E-04                     
+AS G17  2009  4  1 21 15  0.000000  1    0.524931747290E-04                     
+AS G12  2009  4  1 21 15  0.000000  1   -0.299373568175E-03                     
+AS G15  2009  4  1 21 15  0.000000  1   -0.276160574453E-03                     
+AS G29  2009  4  1 21 15  0.000000  1    0.499231556908E-05                     
+AS G07  2009  4  1 21 15  0.000000  1    0.209639730400E-04                     
+AS R02  2009  4  1 21 15  0.000000  1    0.205468226565E-04                     
+AS R03  2009  4  1 21 15  0.000000  1   -0.343840511908E-04                     
+AS R04  2009  4  1 21 15  0.000000  1    0.635636463492E-04                     
+AS R06  2009  4  1 21 15  0.000000  1   -0.169263062752E-03                     
+AS R07  2009  4  1 21 15  0.000000  1   -0.891203209777E-04                     
+AS R08  2009  4  1 21 15  0.000000  1   -0.101968288880E-03                     
+AS R10  2009  4  1 21 15  0.000000  1   -0.140817817675E-03                     
+AS R11  2009  4  1 21 15  0.000000  1   -0.926614568206E-04                     
+AS R13  2009  4  1 21 15  0.000000  1   -0.230681560421E-03                     
+AS R14  2009  4  1 21 15  0.000000  1   -0.795123064841E-04                     
+AS R15  2009  4  1 21 15  0.000000  1    0.921493541502E-04                     
+AS R17  2009  4  1 21 15  0.000000  1   -0.261299805280E-03                     
+AS R18  2009  4  1 21 15  0.000000  1   -0.136012733798E-05                     
+AS R19  2009  4  1 21 15  0.000000  1   -0.894574539007E-04                     
+AS R20  2009  4  1 21 15  0.000000  1   -0.650192354773E-04                     
+AS R21  2009  4  1 21 15  0.000000  1   -0.143385158591E-03                     
+AS R22  2009  4  1 21 15  0.000000  1   -0.201671398207E-03                     
+AS R23  2009  4  1 21 15  0.000000  1   -0.200124343309E-03                     
+AR ALGO 2009  4  1 21 15  0.000000  1    0.812592923004E-04                     
+AR ALIC 2009  4  1 21 15  0.000000  1    0.107681455262E-07                     
+AR AMC2 2009  4  1 21 15  0.000000  1    0.284757180461E-08                     
+AR ANKR 2009  4  1 21 15  0.000000  1    0.634137245152E-04                     
+AR ARTU 2009  4  1 21 15  0.000000  1   -0.477016047556E-07                     
+AR ASPA 2009  4  1 21 15  0.000000  1    0.188662413722E-07                     
+AR BHR1 2009  4  1 21 15  0.000000  1    0.563383585174E-03                     
+AR BARH 2009  4  1 21 15  0.000000  1    0.454612097623E-08                     
+AR BJFS 2009  4  1 21 15  0.000000  1   -0.247024975279E-07                     
+AR BOGT 2009  4  1 21 15  0.000000  1   -0.803509252197E-07                     
+AR BRMU 2009  4  1 21 15  0.000000  1   -0.455942610263E-04                     
+AR CAGZ 2009  4  1 21 15  0.000000  1   -0.426871454082E-03                     
+AR CAS1 2009  4  1 21 15  0.000000  1    0.700949664642E-08                     
+AR CHAT 2009  4  1 21 15  0.000000  1   -0.431691452769E-07                     
+AR CHPI 2009  4  1 21 15  0.000000  1   -0.857279649851E-07                     
+AR COCO 2009  4  1 21 15  0.000000  1    0.227647489870E-03                     
+AR CONZ 2009  4  1 21 15  0.000000  1    0.328908475112E-03                     
+AR CRAR 2009  4  1 21 15  0.000000  1    0.125439739424E-03                     
+AR CRO1 2009  4  1 21 15  0.000000  1    0.665109277315E-03                     
+AR DAEJ 2009  4  1 21 15  0.000000  1   -0.196505746289E-03                     
+AR DARW 2009  4  1 21 15  0.000000  1    0.391024860194E-08                     
+AR DGAR 2009  4  1 21 15  0.000000  1   -0.611371389286E-07                     
+AR DRAO 2009  4  1 21 15  0.000000  1    0.235678727428E-05                     
+AR FAA1 2009  4  1 21 15  0.000000  1   -0.155462636748E-07                     
+AR FAIR 2009  4  1 21 15  0.000000  1   -0.693657937191E-07                     
+AR GLPS 2009  4  1 21 15  0.000000  1   -0.865314470569E-07                     
+AR GUAM 2009  4  1 21 15  0.000000  1   -0.566119464507E-07                     
+AR GUAT 2009  4  1 21 15  0.000000  1    0.145668375871E-07                     
+AR HOB2 2009  4  1 21 15  0.000000  1    0.911830640107E-07                     
+AR HOFN 2009  4  1 21 15  0.000000  1   -0.759275212506E-04                     
+AR HOLM 2009  4  1 21 15  0.000000  1   -0.613848756545E-07                     
+AR HRAO 2009  4  1 21 15  0.000000  1    0.849474102011E-03                     
+AR HYDE 2009  4  1 21 15  0.000000  1   -0.456151113807E-09                     
+AR IRKJ 2009  4  1 21 15  0.000000  1    0.163746611107E-03                     
+AR ISPA 2009  4  1 21 15  0.000000  1   -0.907242301164E-07                     
+AR KARR 2009  4  1 21 15  0.000000  1   -0.452786940077E-07                     
+AR KERG 2009  4  1 21 15  0.000000  1    0.817496782782E-03                     
+AR KHAJ 2009  4  1 21 15  0.000000  1   -0.150680425672E-05                     
+AR KIR0 2009  4  1 21 15  0.000000  1    0.282369480444E-03                     
+AR KIRU 2009  4  1 21 15  0.000000  1    0.591389387058E-03                     
+AR KIT3 2009  4  1 21 15  0.000000  1   -0.301036153867E-08                     
+AR KOUR 2009  4  1 21 15  0.000000  1    0.125016157009E-03                     
+AR KUNM 2009  4  1 21 15  0.000000  1    0.189675543631E-07                     
+AR LHAZ 2009  4  1 21 15  0.000000  1   -0.218115209633E-03                     
+AR MAL2 2009  4  1 21 15  0.000000  1   -0.524838811202E-08                     
+AR MAS1 2009  4  1 21 15  0.000000  1   -0.101604077007E-03                     
+AR MAW1 2009  4  1 21 15  0.000000  1    0.817205281432E-08                     
+AR MCIL 2009  4  1 21 15  0.000000  1    0.268745774659E-07                     
+AR MCM4 2009  4  1 21 15  0.000000  1   -0.582166561264E-07                     
+AR MDO1 2009  4  1 21 15  0.000000  1   -0.559934454985E-07                     
+AR MDVJ 2009  4  1 21 15  0.000000  1    0.438552601353E-03                     
+AR MKEA 2009  4  1 21 15  0.000000  1   -0.533551961798E-07                     
+AR MOBS 2009  4  1 21 15  0.000000  1   -0.167634568483E-08                     
+AR NANO 2009  4  1 21 15  0.000000  1   -0.965179156680E-09                     
+AR NLIB 2009  4  1 21 15  0.000000  1   -0.115935598873E-06                     
+AR NNOR 2009  4  1 21 15  0.000000  1    0.365801827027E-03                     
+AR NRC1 2009  4  1 21 15  0.000000  1   -0.448275613932E-05                     
+AR NRIL 2009  4  1 21 15  0.000000  1   -0.449267394617E-07                     
+AR NRMD 2009  4  1 21 15  0.000000  1    0.179433036391E-07                     
+AR NTUS 2009  4  1 21 15  0.000000  1    0.421446977328E-08                     
+AR NYAL 2009  4  1 21 15  0.000000  1    0.958829417040E-07                     
+AR OHI3 2009  4  1 21 15  0.000000  1    0.271533636183E-03                     
+AR ONSA 2009  4  1 21 15  0.000000  1   -0.324827273095E-04                     
+AR PDEL 2009  4  1 21 15  0.000000  1    0.855666085173E-09                     
+AR PERT 2009  4  1 21 15  0.000000  1   -0.548282145043E-07                     
+AR PETP 2009  4  1 21 15  0.000000  1   -0.604957905755E-07                     
+AR PIMO 2009  4  1 21 15  0.000000  1   -0.398628410886E-07                     
+AR QAQ1 2009  4  1 21 15  0.000000  1   -0.633266151887E-07                     
+AR QUIN 2009  4  1 21 15  0.000000  1   -0.562658135173E-07                     
+AR RABT 2009  4  1 21 15  0.000000  1   -0.439624358108E-07                     
+AR RAMO 2009  4  1 21 15  0.000000  1    0.378203003912E-07                     
+AR RCMN 2009  4  1 21 15  0.000000  1    0.880159593464E-08                     
+AR REDU 2009  4  1 21 15  0.000000  1   -0.449443913499E-07                     
+AR REUN 2009  4  1 21 15  0.000000  1    0.290869072606E-07                     
+AR REYK 2009  4  1 21 15  0.000000  1   -0.259103085561E-03                     
+AR SCH2 2009  4  1 21 15  0.000000  1    0.190793787061E-03                     
+AR SCUB 2009  4  1 21 15  0.000000  1   -0.518709085591E-07                     
+AR STJO 2009  4  1 21 15  0.000000  1   -0.707336459192E-05                     
+AR SYDN 2009  4  1 21 15  0.000000  1    0.141155939324E-05                     
+AR SYOG 2009  4  1 21 15  0.000000  1    0.140148602658E-04                     
+AR THU2 2009  4  1 21 15  0.000000  1    0.247984213540E-03                     
+AR TOW2 2009  4  1 21 15  0.000000  1    0.143770165813E-08                     
+AR URUM 2009  4  1 21 15  0.000000  1    0.280972732665E-03                     
+AR VESL 2009  4  1 21 15  0.000000  1   -0.304844999690E-03                     
+AR VILL 2009  4  1 21 15  0.000000  1   -0.535312670794E-07                     
+AR WTZR 2009  4  1 21 15  0.000000  1    0.472751244127E-07                     
+AR WUHN 2009  4  1 21 15  0.000000  1   -0.329582545194E-07                     
+AR YSSK 2009  4  1 21 15  0.000000  1   -0.714318182553E-07                     
+AR ZIM2 2009  4  1 21 15  0.000000  1    0.293887664312E-07                     
+AR XMIS 2009  4  1 21 15  0.000000  1   -0.355360219217E-09                     
+AR GODZ 2009  4  1 21 15  0.000000  1   -0.469117479551E-03                     
+AR MTKA 2009  4  1 21 15  0.000000  1   -0.526106490691E-07                     
+AR TIXJ 2009  4  1 21 15  0.000000  1   -0.166983292985E-03                     
+AR PARK 2009  4  1 21 15  0.000000  1    0.810860361754E-06                     
+AR UNBJ 2009  4  1 21 15  0.000000  1   -0.267850346566E-03                     
+AR NOVM 2009  4  1 21 15  0.000000  1    0.798332883475E-04                     
+AR SUNM 2009  4  1 21 15  0.000000  1   -0.181588814308E-04                     
+AR CEBR 2009  4  1 21 15  0.000000  1    0.719432302899E-03                     
+AR CPXF 2009  4  1 21 15  0.000000  1   -0.427106057898E-08                     
+AR IDDR 2009  4  1 21 15  0.000000  1    0.707644000821E-08                     
+AR AZGB 2009  4  1 21 15  0.000000  1   -0.203175134059E-03                     
+AR TN22 2009  4  1 21 15  0.000000  1   -0.117409948099E-03                     
+AR ETAD 2009  4  1 21 15  0.000000  1    0.387127922893E-07                     
+AR ILHA 2009  4  1 21 15  0.000000  1    0.256921077169E-08                     
+AR POVE 2009  4  1 21 15  0.000000  1   -0.829176487221E-08                     
+AR RECF 2009  4  1 21 15  0.000000  1    0.820193205148E-08                     
+AR SALU 2009  4  1 21 15  0.000000  1    0.138019351345E-07                     
+AR SAVO 2009  4  1 21 15  0.000000  1    0.133612435874E-07                     
+AR UFPR 2009  4  1 21 15  0.000000  1    0.147098841618E-07                     
+AR YELL 2009  4  1 21 15  0.000000  1    0.251082000000E-06                     
+AS G32  2009  4  1 21 20  0.000000  1    0.280024667532E-03                     
+AS G24  2009  4  1 21 20  0.000000  1    0.177930581471E-03                     
+AS G25  2009  4  1 21 20  0.000000  1    0.335269161167E-03                     
+AS G26  2009  4  1 21 20  0.000000  1    0.545284910588E-04                     
+AS G27  2009  4  1 21 20  0.000000  1    0.372445620472E-04                     
+AS G30  2009  4  1 21 20  0.000000  1    0.136342258130E-03                     
+AS G03  2009  4  1 21 20  0.000000  1    0.373649762990E-03                     
+AS G04  2009  4  1 21 20  0.000000  1   -0.351943582863E-04                     
+AS G06  2009  4  1 21 20  0.000000  1    0.608198652663E-04                     
+AS G08  2009  4  1 21 20  0.000000  1   -0.196594176401E-03                     
+AS G09  2009  4  1 21 20  0.000000  1    0.485230481077E-04                     
+AS G10  2009  4  1 21 20  0.000000  1   -0.136448146203E-04                     
+AS G14  2009  4  1 21 20  0.000000  1   -0.132203381978E-03                     
+AS G13  2009  4  1 21 20  0.000000  1    0.293301194937E-03                     
+AS G28  2009  4  1 21 20  0.000000  1   -0.238372993129E-04                     
+AS G21  2009  4  1 21 20  0.000000  1    0.214604944344E-04                     
+AS G11  2009  4  1 21 20  0.000000  1    0.270862618668E-05                     
+AS G22  2009  4  1 21 20  0.000000  1    0.202404583480E-03                     
+AS G20  2009  4  1 21 20  0.000000  1    0.865235298066E-04                     
+AS G18  2009  4  1 21 20  0.000000  1   -0.694055569432E-04                     
+AS G16  2009  4  1 21 20  0.000000  1    0.628965256315E-04                     
+AS G19  2009  4  1 21 20  0.000000  1    0.293277515143E-04                     
+AS G23  2009  4  1 21 20  0.000000  1    0.389002074359E-03                     
+AS G02  2009  4  1 21 20  0.000000  1    0.153915310449E-03                     
+AS G31  2009  4  1 21 20  0.000000  1   -0.565098820285E-04                     
+AS G17  2009  4  1 21 20  0.000000  1    0.524937633767E-04                     
+AS G12  2009  4  1 21 20  0.000000  1   -0.299372349721E-03                     
+AS G15  2009  4  1 21 20  0.000000  1   -0.276161897327E-03                     
+AS G29  2009  4  1 21 20  0.000000  1    0.499350937905E-05                     
+AS G07  2009  4  1 21 20  0.000000  1    0.209636171358E-04                     
+AS R02  2009  4  1 21 20  0.000000  1    0.205458414007E-04                     
+AS R03  2009  4  1 21 20  0.000000  1   -0.343838236886E-04                     
+AS R04  2009  4  1 21 20  0.000000  1    0.635615805960E-04                     
+AS R06  2009  4  1 21 20  0.000000  1   -0.169264368913E-03                     
+AS R07  2009  4  1 21 20  0.000000  1   -0.891180368411E-04                     
+AS R08  2009  4  1 21 20  0.000000  1   -0.101968118300E-03                     
+AS R10  2009  4  1 21 20  0.000000  1   -0.140817801173E-03                     
+AS R11  2009  4  1 21 20  0.000000  1   -0.926617058843E-04                     
+AS R13  2009  4  1 21 20  0.000000  1   -0.230682098989E-03                     
+AS R14  2009  4  1 21 20  0.000000  1   -0.795108720595E-04                     
+AS R15  2009  4  1 21 20  0.000000  1    0.921499719840E-04                     
+AS R17  2009  4  1 21 20  0.000000  1   -0.261300038772E-03                     
+AS R18  2009  4  1 21 20  0.000000  1   -0.136049105648E-05                     
+AS R19  2009  4  1 21 20  0.000000  1   -0.894579424560E-04                     
+AS R20  2009  4  1 21 20  0.000000  1   -0.650190824108E-04                     
+AS R21  2009  4  1 21 20  0.000000  1   -0.143385506352E-03                     
+AS R22  2009  4  1 21 20  0.000000  1   -0.201672183024E-03                     
+AS R23  2009  4  1 21 20  0.000000  1   -0.200122539782E-03                     
+AR ALGO 2009  4  1 21 20  0.000000  1    0.812620135704E-04                     
+AR ALIC 2009  4  1 21 20  0.000000  1    0.134334178357E-07                     
+AR AMC2 2009  4  1 21 20  0.000000  1    0.282829705955E-08                     
+AR ANKR 2009  4  1 21 20  0.000000  1    0.125275094235E-03                     
+AR ARTU 2009  4  1 21 20  0.000000  1   -0.484468463893E-07                     
+AR ASPA 2009  4  1 21 20  0.000000  1    0.174713195012E-07                     
+AR BHR1 2009  4  1 21 20  0.000000  1    0.563383581884E-03                     
+AR BARH 2009  4  1 21 20  0.000000  1    0.662639885290E-08                     
+AR BJFS 2009  4  1 21 20  0.000000  1   -0.271111249286E-07                     
+AR BOGT 2009  4  1 21 20  0.000000  1   -0.730588435181E-07                     
+AR BRMU 2009  4  1 21 20  0.000000  1    0.450917726527E-03                     
+AR CAGZ 2009  4  1 21 20  0.000000  1   -0.203414220618E-03                     
+AR CAS1 2009  4  1 21 20  0.000000  1    0.838590458168E-08                     
+AR CHAT 2009  4  1 21 20  0.000000  1   -0.434395717444E-07                     
+AR CHPI 2009  4  1 21 20  0.000000  1   -0.879644011343E-07                     
+AR COCO 2009  4  1 21 20  0.000000  1    0.227647471335E-03                     
+AR CONZ 2009  4  1 21 20  0.000000  1    0.188580688643E-03                     
+AR CRAR 2009  4  1 21 20  0.000000  1    0.100716612744E-03                     
+AR CRO1 2009  4  1 21 20  0.000000  1    0.665109287068E-03                     
+AR DAEJ 2009  4  1 21 20  0.000000  1   -0.196505596287E-03                     
+AR DARW 2009  4  1 21 20  0.000000  1    0.215361863952E-08                     
+AR DGAR 2009  4  1 21 20  0.000000  1   -0.612468837106E-07                     
+AR DRAO 2009  4  1 21 20  0.000000  1    0.239352002520E-05                     
+AR FAA1 2009  4  1 21 20  0.000000  1   -0.155611410997E-07                     
+AR FAIR 2009  4  1 21 20  0.000000  1   -0.640958913636E-07                     
+AR GLPS 2009  4  1 21 20  0.000000  1   -0.865228864560E-07                     
+AR GUAM 2009  4  1 21 20  0.000000  1   -0.574207939305E-07                     
+AR GUAT 2009  4  1 21 20  0.000000  1    0.136883897858E-07                     
+AR HOB2 2009  4  1 21 20  0.000000  1    0.911801041204E-07                     
+AR HOFN 2009  4  1 21 20  0.000000  1    0.849236292190E-06                     
+AR HOLM 2009  4  1 21 20  0.000000  1   -0.585846433786E-07                     
+AR HRAO 2009  4  1 21 20  0.000000  1    0.849474155027E-03                     
+AR HYDE 2009  4  1 21 20  0.000000  1    0.263923599541E-08                     
+AR IRKJ 2009  4  1 21 20  0.000000  1    0.163746582772E-03                     
+AR ISPA 2009  4  1 21 20  0.000000  1   -0.829348862700E-07                     
+AR KARR 2009  4  1 21 20  0.000000  1   -0.485404181901E-07                     
+AR KERG 2009  4  1 21 20  0.000000  1    0.817496846922E-03                     
+AR KHAJ 2009  4  1 21 20  0.000000  1   -0.150681148282E-05                     
+AR KIR0 2009  4  1 21 20  0.000000  1    0.282362724657E-03                     
+AR KIRU 2009  4  1 21 20  0.000000  1    0.591388568447E-03                     
+AR KIT3 2009  4  1 21 20  0.000000  1   -0.910693904374E-08                     
+AR KOUR 2009  4  1 21 20  0.000000  1    0.125016158000E-03                     
+AR KUNM 2009  4  1 21 20  0.000000  1    0.299806794961E-07                     
+AR LHAZ 2009  4  1 21 20  0.000000  1   -0.193606425520E-03                     
+AR MAL2 2009  4  1 21 20  0.000000  1   -0.883971730933E-08                     
+AR MAS1 2009  4  1 21 20  0.000000  1   -0.101604189813E-03                     
+AR MAW1 2009  4  1 21 20  0.000000  1    0.802710015544E-08                     
+AR MCIL 2009  4  1 21 20  0.000000  1    0.270403009000E-07                     
+AR MCM4 2009  4  1 21 20  0.000000  1   -0.587107467246E-07                     
+AR MDO1 2009  4  1 21 20  0.000000  1   -0.560684260632E-07                     
+AR MDVJ 2009  4  1 21 20  0.000000  1    0.438552581865E-03                     
+AR MKEA 2009  4  1 21 20  0.000000  1   -0.545204707551E-07                     
+AR MOBS 2009  4  1 21 20  0.000000  1   -0.289239174749E-08                     
+AR NANO 2009  4  1 21 20  0.000000  1    0.477451280029E-09                     
+AR NLIB 2009  4  1 21 20  0.000000  1   -0.115793986083E-06                     
+AR NNOR 2009  4  1 21 20  0.000000  1    0.365801653862E-03                     
+AR NRC1 2009  4  1 21 20  0.000000  1   -0.448273709593E-05                     
+AR NRIL 2009  4  1 21 20  0.000000  1   -0.445605533614E-07                     
+AR NRMD 2009  4  1 21 20  0.000000  1    0.178593610970E-07                     
+AR NTUS 2009  4  1 21 20  0.000000  1    0.459508336155E-08                     
+AR NYAL 2009  4  1 21 20  0.000000  1    0.958763937809E-07                     
+AR OHI3 2009  4  1 21 20  0.000000  1    0.387169270097E-03                     
+AR ONSA 2009  4  1 21 20  0.000000  1   -0.324827915773E-04                     
+AR PDEL 2009  4  1 21 20  0.000000  1    0.126369486031E-08                     
+AR PERT 2009  4  1 21 20  0.000000  1   -0.520920772133E-07                     
+AR PETP 2009  4  1 21 20  0.000000  1   -0.628978652531E-07                     
+AR PIMO 2009  4  1 21 20  0.000000  1   -0.421570125151E-07                     
+AR QAQ1 2009  4  1 21 20  0.000000  1   -0.576854527664E-07                     
+AR QUIN 2009  4  1 21 20  0.000000  1   -0.632394863916E-07                     
+AR RABT 2009  4  1 21 20  0.000000  1   -0.439463858604E-07                     
+AR RAMO 2009  4  1 21 20  0.000000  1    0.586937697266E-07                     
+AR RCMN 2009  4  1 21 20  0.000000  1    0.868274848030E-08                     
+AR REDU 2009  4  1 21 20  0.000000  1   -0.466003950229E-07                     
+AR REUN 2009  4  1 21 20  0.000000  1    0.307340511343E-07                     
+AR REYK 2009  4  1 21 20  0.000000  1   -0.260526525107E-03                     
+AR SCH2 2009  4  1 21 20  0.000000  1    0.190810160988E-03                     
+AR SCUB 2009  4  1 21 20  0.000000  1   -0.536917334468E-07                     
+AR STJO 2009  4  1 21 20  0.000000  1   -0.707367942734E-05                     
+AR SYDN 2009  4  1 21 20  0.000000  1    0.141143858559E-05                     
+AR SYOG 2009  4  1 21 20  0.000000  1    0.140150368284E-04                     
+AR THU2 2009  4  1 21 20  0.000000  1    0.245982106286E-03                     
+AR TOW2 2009  4  1 21 20  0.000000  1    0.621855368092E-09                     
+AR URUM 2009  4  1 21 20  0.000000  1    0.209110399770E-03                     
+AR VESL 2009  4  1 21 20  0.000000  1   -0.268724842053E-03                     
+AR VILL 2009  4  1 21 20  0.000000  1   -0.532549151744E-07                     
+AR WTZR 2009  4  1 21 20  0.000000  1    0.472864477189E-07                     
+AR WUHN 2009  4  1 21 20  0.000000  1   -0.344903414931E-07                     
+AR YSSK 2009  4  1 21 20  0.000000  1   -0.739651069925E-07                     
+AR ZIM2 2009  4  1 21 20  0.000000  1    0.302161691163E-07                     
+AR XMIS 2009  4  1 21 20  0.000000  1   -0.112163729990E-08                     
+AR GODZ 2009  4  1 21 20  0.000000  1   -0.469117473349E-03                     
+AR MTKA 2009  4  1 21 20  0.000000  1   -0.542661849479E-07                     
+AR TIXJ 2009  4  1 21 20  0.000000  1   -0.169212006460E-03                     
+AR PARK 2009  4  1 21 20  0.000000  1    0.810271553752E-06                     
+AR UNBJ 2009  4  1 21 20  0.000000  1   -0.342840833245E-03                     
+AR NOVM 2009  4  1 21 20  0.000000  1    0.798332935345E-04                     
+AR SUNM 2009  4  1 21 20  0.000000  1   -0.175457619517E-03                     
+AR CEBR 2009  4  1 21 20  0.000000  1    0.719432290816E-03                     
+AR CPXF 2009  4  1 21 20  0.000000  1    0.313661618734E-09                     
+AR IDDR 2009  4  1 21 20  0.000000  1    0.118261833321E-07                     
+AR AZGB 2009  4  1 21 20  0.000000  1   -0.342344191731E-03                     
+AR TN22 2009  4  1 21 20  0.000000  1   -0.189509868716E-03                     
+AR ETAD 2009  4  1 21 20  0.000000  1    0.408029150550E-07                     
+AR ILHA 2009  4  1 21 20  0.000000  1    0.215623696166E-08                     
+AR POVE 2009  4  1 21 20  0.000000  1   -0.850556309911E-08                     
+AR RECF 2009  4  1 21 20  0.000000  1    0.622391926108E-08                     
+AR SALU 2009  4  1 21 20  0.000000  1    0.154495178873E-07                     
+AR SAVO 2009  4  1 21 20  0.000000  1    0.121312467260E-07                     
+AR UFPR 2009  4  1 21 20  0.000000  1    0.149040056250E-07                     
+AR YELL 2009  4  1 21 20  0.000000  1    0.251152000000E-06                     
+AS G32  2009  4  1 21 25  0.000000  1    0.280023348324E-03                     
+AS G24  2009  4  1 21 25  0.000000  1    0.177931128461E-03                     
+AS G25  2009  4  1 21 25  0.000000  1    0.335275714344E-03                     
+AS G26  2009  4  1 21 25  0.000000  1    0.545290678526E-04                     
+AS G27  2009  4  1 21 25  0.000000  1    0.372463554322E-04                     
+AS G30  2009  4  1 21 25  0.000000  1    0.136343054771E-03                     
+AS G03  2009  4  1 21 25  0.000000  1    0.373651380878E-03                     
+AS G04  2009  4  1 21 25  0.000000  1   -0.351989444765E-04                     
+AS G06  2009  4  1 21 25  0.000000  1    0.608250880894E-04                     
+AS G08  2009  4  1 21 25  0.000000  1   -0.196594234145E-03                     
+AS G09  2009  4  1 21 25  0.000000  1    0.485233022911E-04                     
+AS G10  2009  4  1 21 25  0.000000  1   -0.136446763677E-04                     
+AS G14  2009  4  1 21 25  0.000000  1   -0.132201658062E-03                     
+AS G13  2009  4  1 21 25  0.000000  1    0.293301583739E-03                     
+AS G28  2009  4  1 21 25  0.000000  1   -0.238373256660E-04                     
+AS G21  2009  4  1 21 25  0.000000  1    0.214598067570E-04                     
+AS G11  2009  4  1 21 25  0.000000  1    0.270825455558E-05                     
+AS G22  2009  4  1 21 25  0.000000  1    0.202404941385E-03                     
+AS G20  2009  4  1 21 25  0.000000  1    0.865234352543E-04                     
+AS G18  2009  4  1 21 25  0.000000  1   -0.694045757127E-04                     
+AS G16  2009  4  1 21 25  0.000000  1    0.628958946492E-04                     
+AS G19  2009  4  1 21 25  0.000000  1    0.293276023691E-04                     
+AS G23  2009  4  1 21 25  0.000000  1    0.389002162230E-03                     
+AS G02  2009  4  1 21 25  0.000000  1    0.153915132024E-03                     
+AS G31  2009  4  1 21 25  0.000000  1   -0.565102941877E-04                     
+AS G17  2009  4  1 21 25  0.000000  1    0.524943579073E-04                     
+AS G12  2009  4  1 21 25  0.000000  1   -0.299370929227E-03                     
+AS G15  2009  4  1 21 25  0.000000  1   -0.276163339436E-03                     
+AS G29  2009  4  1 21 25  0.000000  1    0.499478790250E-05                     
+AS G07  2009  4  1 21 25  0.000000  1    0.209634841130E-04                     
+AS R02  2009  4  1 21 25  0.000000  1    0.205448718161E-04                     
+AS R03  2009  4  1 21 25  0.000000  1   -0.343850648677E-04                     
+AS R04  2009  4  1 21 25  0.000000  1    0.635595706125E-04                     
+AS R06  2009  4  1 21 25  0.000000  1   -0.169264799162E-03                     
+AS R07  2009  4  1 21 25  0.000000  1   -0.891173341022E-04                     
+AS R08  2009  4  1 21 25  0.000000  1   -0.101967932340E-03                     
+AS R10  2009  4  1 21 25  0.000000  1   -0.140817627144E-03                     
+AS R11  2009  4  1 21 25  0.000000  1   -0.926618937818E-04                     
+AS R13  2009  4  1 21 25  0.000000  1   -0.230682442179E-03                     
+AS R14  2009  4  1 21 25  0.000000  1   -0.795103277111E-04                     
+AS R15  2009  4  1 21 25  0.000000  1    0.921504075687E-04                     
+AS R17  2009  4  1 21 25  0.000000  1   -0.261300274234E-03                     
+AS R18  2009  4  1 21 25  0.000000  1   -0.136054413924E-05                     
+AS R19  2009  4  1 21 25  0.000000  1   -0.894581502251E-04                     
+AS R20  2009  4  1 21 25  0.000000  1   -0.650189415507E-04                     
+AS R21  2009  4  1 21 25  0.000000  1   -0.143385824085E-03                     
+AS R22  2009  4  1 21 25  0.000000  1   -0.201672861990E-03                     
+AS R23  2009  4  1 21 25  0.000000  1   -0.200121000019E-03                     
+AR ALGO 2009  4  1 21 25  0.000000  1    0.812650432981E-04                     
+AR ALIC 2009  4  1 21 25  0.000000  1    0.117509355068E-07                     
+AR AMC2 2009  4  1 21 25  0.000000  1    0.286263227296E-08                     
+AR ANKR 2009  4  1 21 25  0.000000  1    0.187131086538E-03                     
+AR ARTU 2009  4  1 21 25  0.000000  1   -0.507043239135E-07                     
+AR ASPA 2009  4  1 21 25  0.000000  1    0.148543753132E-07                     
+AR BHR1 2009  4  1 21 25  0.000000  1    0.563383556062E-03                     
+AR BARH 2009  4  1 21 25  0.000000  1    0.257580403014E-08                     
+AR BJFS 2009  4  1 21 25  0.000000  1   -0.262217483484E-07                     
+AR BOGT 2009  4  1 21 25  0.000000  1   -0.724543277966E-07                     
+AR BRMU 2009  4  1 21 25  0.000000  1   -0.522094062290E-04                     
+AR CAGZ 2009  4  1 21 25  0.000000  1    0.199820423398E-04                     
+AR CAS1 2009  4  1 21 25  0.000000  1    0.804662208043E-08                     
+AR CHAT 2009  4  1 21 25  0.000000  1   -0.436475505239E-07                     
+AR CHPI 2009  4  1 21 25  0.000000  1   -0.889232632391E-07                     
+AR COCO 2009  4  1 21 25  0.000000  1    0.227647597988E-03                     
+AR CONZ 2009  4  1 21 25  0.000000  1    0.483346564341E-04                     
+AR CRAR 2009  4  1 21 25  0.000000  1    0.759823816273E-04                     
+AR CRO1 2009  4  1 21 25  0.000000  1    0.665109332243E-03                     
+AR DAEJ 2009  4  1 21 25  0.000000  1   -0.196505008270E-03                     
+AR DARW 2009  4  1 21 25  0.000000  1    0.289162635094E-08                     
+AR DGAR 2009  4  1 21 25  0.000000  1   -0.636838595671E-07                     
+AR DRAO 2009  4  1 21 25  0.000000  1    0.243024061553E-05                     
+AR FAA1 2009  4  1 21 25  0.000000  1   -0.134267201058E-07                     
+AR FAIR 2009  4  1 21 25  0.000000  1   -0.646170160284E-07                     
+AR GLPS 2009  4  1 21 25  0.000000  1   -0.874955660857E-07                     
+AR GUAM 2009  4  1 21 25  0.000000  1   -0.600656368963E-07                     
+AR GUAT 2009  4  1 21 25  0.000000  1    0.110655112279E-07                     
+AR HOB2 2009  4  1 21 25  0.000000  1    0.912284991493E-07                     
+AR HOFN 2009  4  1 21 25  0.000000  1    0.776416278798E-04                     
+AR HOLM 2009  4  1 21 25  0.000000  1   -0.555049660836E-07                     
+AR HRAO 2009  4  1 21 25  0.000000  1    0.849474263295E-03                     
+AR HYDE 2009  4  1 21 25  0.000000  1    0.198244365091E-08                     
+AR IRKJ 2009  4  1 21 25  0.000000  1    0.163746622292E-03                     
+AR ISPA 2009  4  1 21 25  0.000000  1   -0.795388696388E-07                     
+AR KARR 2009  4  1 21 25  0.000000  1   -0.498609041093E-07                     
+AR KERG 2009  4  1 21 25  0.000000  1    0.817496675012E-03                     
+AR KHAJ 2009  4  1 21 25  0.000000  1   -0.150679175004E-05                     
+AR KIR0 2009  4  1 21 25  0.000000  1    0.282356033961E-03                     
+AR KIRU 2009  4  1 21 25  0.000000  1    0.591388000943E-03                     
+AR KIT3 2009  4  1 21 25  0.000000  1   -0.273924451554E-07                     
+AR KOUR 2009  4  1 21 25  0.000000  1    0.125016192065E-03                     
+AR KUNM 2009  4  1 21 25  0.000000  1    0.330437549867E-07                     
+AR LHAZ 2009  4  1 21 25  0.000000  1   -0.168997525598E-03                     
+AR MAL2 2009  4  1 21 25  0.000000  1   -0.117323325984E-07                     
+AR MAS1 2009  4  1 21 25  0.000000  1   -0.101604323347E-03                     
+AR MAW1 2009  4  1 21 25  0.000000  1    0.883603993871E-08                     
+AR MCIL 2009  4  1 21 25  0.000000  1    0.278436078065E-07                     
+AR MCM4 2009  4  1 21 25  0.000000  1   -0.558280856618E-07                     
+AR MDO1 2009  4  1 21 25  0.000000  1   -0.558855841685E-07                     
+AR MDVJ 2009  4  1 21 25  0.000000  1    0.438552600016E-03                     
+AR MKEA 2009  4  1 21 25  0.000000  1   -0.563823701357E-07                     
+AR MOBS 2009  4  1 21 25  0.000000  1   -0.453573273231E-08                     
+AR NANO 2009  4  1 21 25  0.000000  1    0.152792944679E-08                     
+AR NLIB 2009  4  1 21 25  0.000000  1   -0.115716786543E-06                     
+AR NNOR 2009  4  1 21 25  0.000000  1    0.365801444996E-03                     
+AR NRC1 2009  4  1 21 25  0.000000  1   -0.448270598168E-05                     
+AR NRIL 2009  4  1 21 25  0.000000  1   -0.430266694488E-07                     
+AR NRMD 2009  4  1 21 25  0.000000  1    0.181164161624E-07                     
+AR NTUS 2009  4  1 21 25  0.000000  1    0.291762973759E-08                     
+AR NYAL 2009  4  1 21 25  0.000000  1    0.959073301761E-07                     
+AR OHI3 2009  4  1 21 25  0.000000  1   -0.497342098903E-03                     
+AR ONSA 2009  4  1 21 25  0.000000  1   -0.324828230912E-04                     
+AR PDEL 2009  4  1 21 25  0.000000  1    0.468315146887E-09                     
+AR PERT 2009  4  1 21 25  0.000000  1   -0.527437143786E-07                     
+AR PETP 2009  4  1 21 25  0.000000  1   -0.638619313888E-07                     
+AR PIMO 2009  4  1 21 25  0.000000  1   -0.414845863308E-07                     
+AR QAQ1 2009  4  1 21 25  0.000000  1   -0.581350191010E-07                     
+AR QUIN 2009  4  1 21 25  0.000000  1   -0.761179966233E-07                     
+AR RABT 2009  4  1 21 25  0.000000  1   -0.421221017356E-07                     
+AR RAMO 2009  4  1 21 25  0.000000  1    0.166909979754E-07                     
+AR RCMN 2009  4  1 21 25  0.000000  1    0.526614459162E-08                     
+AR REDU 2009  4  1 21 25  0.000000  1   -0.459299895695E-07                     
+AR REUN 2009  4  1 21 25  0.000000  1    0.310416822465E-07                     
+AR REYK 2009  4  1 21 25  0.000000  1   -0.262036565434E-03                     
+AR SCH2 2009  4  1 21 25  0.000000  1    0.190827173808E-03                     
+AR SCUB 2009  4  1 21 25  0.000000  1   -0.568393268475E-07                     
+AR STJO 2009  4  1 21 25  0.000000  1   -0.707395814849E-05                     
+AR SYDN 2009  4  1 21 25  0.000000  1    0.141153847202E-05                     
+AR SYOG 2009  4  1 21 25  0.000000  1    0.140145081536E-04                     
+AR THU2 2009  4  1 21 25  0.000000  1    0.243979838634E-03                     
+AR TOW2 2009  4  1 21 25  0.000000  1   -0.837619909462E-09                     
+AR URUM 2009  4  1 21 25  0.000000  1    0.137385893852E-03                     
+AR VESL 2009  4  1 21 25  0.000000  1   -0.232679428937E-03                     
+AR VILL 2009  4  1 21 25  0.000000  1   -0.549839751120E-07                     
+AR WTZR 2009  4  1 21 25  0.000000  1    0.473208703213E-07                     
+AR WUHN 2009  4  1 21 25  0.000000  1   -0.367854144701E-07                     
+AR YSSK 2009  4  1 21 25  0.000000  1   -0.655818675838E-07                     
+AR ZIM2 2009  4  1 21 25  0.000000  1    0.309758832282E-07                     
+AR XMIS 2009  4  1 21 25  0.000000  1   -0.330874441801E-09                     
+AR GODZ 2009  4  1 21 25  0.000000  1   -0.469117410102E-03                     
+AR MTKA 2009  4  1 21 25  0.000000  1   -0.532162224920E-07                     
+AR TIXJ 2009  4  1 21 25  0.000000  1   -0.171470975230E-03                     
+AR PARK 2009  4  1 21 25  0.000000  1    0.809168998801E-06                     
+AR UNBJ 2009  4  1 21 25  0.000000  1   -0.417269743210E-03                     
+AR NOVM 2009  4  1 21 25  0.000000  1    0.798333094437E-04                     
+AR SUNM 2009  4  1 21 25  0.000000  1   -0.333113036010E-03                     
+AR CEBR 2009  4  1 21 25  0.000000  1    0.719432307952E-03                     
+AR CPXF 2009  4  1 21 25  0.000000  1   -0.353061526341E-09                     
+AR IDDR 2009  4  1 21 25  0.000000  1    0.976085825636E-08                     
+AR AZGB 2009  4  1 21 25  0.000000  1   -0.481557289520E-03                     
+AR TN22 2009  4  1 21 25  0.000000  1   -0.261744398425E-03                     
+AR ETAD 2009  4  1 21 25  0.000000  1    0.365728533658E-07                     
+AR ILHA 2009  4  1 21 25  0.000000  1    0.224664023942E-08                     
+AR POVE 2009  4  1 21 25  0.000000  1   -0.889829773567E-08                     
+AR RECF 2009  4  1 21 25  0.000000  1    0.586886705319E-08                     
+AR SALU 2009  4  1 21 25  0.000000  1    0.138555558334E-07                     
+AR SAVO 2009  4  1 21 25  0.000000  1    0.136763635822E-07                     
+AR UFPR 2009  4  1 21 25  0.000000  1    0.142074678268E-07                     
+AR YELL 2009  4  1 21 25  0.000000  1    0.251222000000E-06                     
+AS G32  2009  4  1 21 30  0.000000  1    0.280022028208E-03                     
+AS G24  2009  4  1 21 30  0.000000  1    0.177932278354E-03                     
+AS G25  2009  4  1 21 30  0.000000  1    0.335282337518E-03                     
+AS G26  2009  4  1 21 30  0.000000  1    0.545295319340E-04                     
+AS G27  2009  4  1 21 30  0.000000  1    0.372476285280E-04                     
+AS G30  2009  4  1 21 30  0.000000  1    0.136343288597E-03                     
+AS G03  2009  4  1 21 30  0.000000  1    0.373651892576E-03                     
+AS G04  2009  4  1 21 30  0.000000  1   -0.352035777766E-04                     
+AS G06  2009  4  1 21 30  0.000000  1    0.608304576204E-04                     
+AS G08  2009  4  1 21 30  0.000000  1   -0.196594601818E-03                     
+AS G09  2009  4  1 21 30  0.000000  1    0.485239109175E-04                     
+AS G10  2009  4  1 21 30  0.000000  1   -0.136440978337E-04                     
+AS G14  2009  4  1 21 30  0.000000  1   -0.132199852548E-03                     
+AS G13  2009  4  1 21 30  0.000000  1    0.293301881686E-03                     
+AS G28  2009  4  1 21 30  0.000000  1   -0.238373300884E-04                     
+AS G21  2009  4  1 21 30  0.000000  1    0.214592969419E-04                     
+AS G11  2009  4  1 21 30  0.000000  1    0.270783529720E-05                     
+AS G22  2009  4  1 21 30  0.000000  1    0.202404555502E-03                     
+AS G20  2009  4  1 21 30  0.000000  1    0.865232194527E-04                     
+AS G18  2009  4  1 21 30  0.000000  1   -0.694031403781E-04                     
+AS G16  2009  4  1 21 30  0.000000  1    0.628949407007E-04                     
+AS G19  2009  4  1 21 30  0.000000  1    0.293275666951E-04                     
+AS G23  2009  4  1 21 30  0.000000  1    0.389002203788E-03                     
+AS G02  2009  4  1 21 30  0.000000  1    0.153914973879E-03                     
+AS G31  2009  4  1 21 30  0.000000  1   -0.565105551873E-04                     
+AS G17  2009  4  1 21 30  0.000000  1    0.524949650873E-04                     
+AS G12  2009  4  1 21 30  0.000000  1   -0.299369442577E-03                     
+AS G15  2009  4  1 21 30  0.000000  1   -0.276164403303E-03                     
+AS G29  2009  4  1 21 30  0.000000  1    0.499590181676E-05                     
+AS G07  2009  4  1 21 30  0.000000  1    0.209634520745E-04                     
+AS R02  2009  4  1 21 30  0.000000  1    0.205438536587E-04                     
+AS R03  2009  4  1 21 30  0.000000  1   -0.343860501326E-04                     
+AS R04  2009  4  1 21 30  0.000000  1    0.635573091061E-04                     
+AS R06  2009  4  1 21 30  0.000000  1   -0.169266797682E-03                     
+AS R07  2009  4  1 21 30  0.000000  1   -0.891161833697E-04                     
+AS R08  2009  4  1 21 30  0.000000  1   -0.101967618393E-03                     
+AS R10  2009  4  1 21 30  0.000000  1   -0.140817411662E-03                     
+AS R11  2009  4  1 21 30  0.000000  1   -0.926620589036E-04                     
+AS R13  2009  4  1 21 30  0.000000  1   -0.230682879612E-03                     
+AS R14  2009  4  1 21 30  0.000000  1   -0.795089992746E-04                     
+AS R15  2009  4  1 21 30  0.000000  1    0.921509000442E-04                     
+AS R17  2009  4  1 21 30  0.000000  1   -0.261300188541E-03                     
+AS R18  2009  4  1 21 30  0.000000  1   -0.136053555235E-05                     
+AS R19  2009  4  1 21 30  0.000000  1   -0.894586223563E-04                     
+AS R20  2009  4  1 21 30  0.000000  1   -0.650192032079E-04                     
+AS R21  2009  4  1 21 30  0.000000  1   -0.143386411268E-03                     
+AS R22  2009  4  1 21 30  0.000000  1   -0.201673350748E-03                     
+AS R23  2009  4  1 21 30  0.000000  1   -0.200119009919E-03                     
+AR ALGO 2009  4  1 21 30  0.000000  1    0.812681564359E-04                     
+AR ALIC 2009  4  1 21 30  0.000000  1    0.101952306922E-07                     
+AR AMC2 2009  4  1 21 30  0.000000  1    0.289553241095E-08                     
+AR ANKR 2009  4  1 21 30  0.000000  1    0.248943976793E-03                     
+AR ARTU 2009  4  1 21 30  0.000000  1   -0.520712839230E-07                     
+AR ASPA 2009  4  1 21 30  0.000000  1    0.110087376413E-07                     
+AR BHR1 2009  4  1 21 30  0.000000  1    0.563383580402E-03                     
+AR BARH 2009  4  1 21 30  0.000000  1    0.459308923337E-08                     
+AR BJFS 2009  4  1 21 30  0.000000  1   -0.338675322077E-07                     
+AR BOGT 2009  4  1 21 30  0.000000  1   -0.740029861550E-07                     
+AR BRMU 2009  4  1 21 30  0.000000  1    0.445032396848E-03                     
+AR CAGZ 2009  4  1 21 30  0.000000  1    0.243268431280E-03                     
+AR CAS1 2009  4  1 21 30  0.000000  1    0.742235964394E-08                     
+AR CHAT 2009  4  1 21 30  0.000000  1   -0.434820700371E-07                     
+AR CHPI 2009  4  1 21 30  0.000000  1   -0.710519624319E-07                     
+AR COCO 2009  4  1 21 30  0.000000  1    0.227647788598E-03                     
+AR CONZ 2009  4  1 21 30  0.000000  1   -0.919701248464E-04                     
+AR CRAR 2009  4  1 21 30  0.000000  1    0.512641267395E-04                     
+AR CRO1 2009  4  1 21 30  0.000000  1    0.665109354120E-03                     
+AR DAEJ 2009  4  1 21 30  0.000000  1   -0.196503992546E-03                     
+AR DARW 2009  4  1 21 30  0.000000  1    0.441961741489E-08                     
+AR DGAR 2009  4  1 21 30  0.000000  1   -0.573418406577E-07                     
+AR DRAO 2009  4  1 21 30  0.000000  1    0.246698640002E-05                     
+AR FAA1 2009  4  1 21 30  0.000000  1   -0.139939392601E-07                     
+AR FAIR 2009  4  1 21 30  0.000000  1   -0.638532613255E-07                     
+AR GLPS 2009  4  1 21 30  0.000000  1   -0.874860956656E-07                     
+AR GUAM 2009  4  1 21 30  0.000000  1   -0.575710359418E-07                     
+AR GUAT 2009  4  1 21 30  0.000000  1    0.207957053555E-07                     
+AR HOB2 2009  4  1 21 30  0.000000  1    0.912571016071E-07                     
+AR HOFN 2009  4  1 21 30  0.000000  1    0.154438365687E-03                     
+AR HOLM 2009  4  1 21 30  0.000000  1   -0.549415686631E-07                     
+AR HRAO 2009  4  1 21 30  0.000000  1    0.849474358812E-03                     
+AR HYDE 2009  4  1 21 30  0.000000  1    0.655024994421E-09                     
+AR IRKJ 2009  4  1 21 30  0.000000  1    0.163746647161E-03                     
+AR ISPA 2009  4  1 21 30  0.000000  1   -0.749207754169E-07                     
+AR KARR 2009  4  1 21 30  0.000000  1   -0.538299943059E-07                     
+AR KERG 2009  4  1 21 30  0.000000  1    0.817496855107E-03                     
+AR KIR0 2009  4  1 21 30  0.000000  1    0.282349390244E-03                     
+AR KIRU 2009  4  1 21 30  0.000000  1    0.591387479984E-03                     
+AR KIT3 2009  4  1 21 30  0.000000  1   -0.831785988031E-08                     
+AR KOUR 2009  4  1 21 30  0.000000  1    0.125016255523E-03                     
+AR KUNM 2009  4  1 21 30  0.000000  1    0.362876814022E-07                     
+AR LHAZ 2009  4  1 21 30  0.000000  1   -0.144301046601E-03                     
+AR MAL2 2009  4  1 21 30  0.000000  1   -0.517575500871E-08                     
+AR MAS1 2009  4  1 21 30  0.000000  1   -0.101604495613E-03                     
+AR MAW1 2009  4  1 21 30  0.000000  1    0.779687554320E-08                     
+AR MCIL 2009  4  1 21 30  0.000000  1    0.289792334484E-07                     
+AR MCM4 2009  4  1 21 30  0.000000  1   -0.567814852551E-07                     
+AR MDO1 2009  4  1 21 30  0.000000  1   -0.514469467676E-07                     
+AR MDVJ 2009  4  1 21 30  0.000000  1    0.438552625263E-03                     
+AR MKEA 2009  4  1 21 30  0.000000  1   -0.587330033376E-07                     
+AR MOBS 2009  4  1 21 30  0.000000  1   -0.380563419388E-08                     
+AR NANO 2009  4  1 21 30  0.000000  1    0.228213773194E-08                     
+AR NLIB 2009  4  1 21 30  0.000000  1   -0.115719880540E-06                     
+AR NNOR 2009  4  1 21 30  0.000000  1    0.365801485524E-03                     
+AR NRC1 2009  4  1 21 30  0.000000  1   -0.448267470789E-05                     
+AR NRIL 2009  4  1 21 30  0.000000  1   -0.426869727406E-07                     
+AR NRMD 2009  4  1 21 30  0.000000  1    0.180179067791E-07                     
+AR NTUS 2009  4  1 21 30  0.000000  1    0.668140430623E-08                     
+AR NYAL 2009  4  1 21 30  0.000000  1    0.959352993361E-07                     
+AR OHI3 2009  4  1 21 30  0.000000  1   -0.381995321200E-03                     
+AR ONSA 2009  4  1 21 30  0.000000  1   -0.324828452903E-04                     
+AR PDEL 2009  4  1 21 30  0.000000  1   -0.996431616738E-10                     
+AR PERT 2009  4  1 21 30  0.000000  1   -0.508176553326E-07                     
+AR PETP 2009  4  1 21 30  0.000000  1   -0.667027946520E-07                     
+AR PIMO 2009  4  1 21 30  0.000000  1   -0.385329529875E-07                     
+AR QAQ1 2009  4  1 21 30  0.000000  1   -0.636225756868E-07                     
+AR QUIN 2009  4  1 21 30  0.000000  1   -0.725451255356E-07                     
+AR RABT 2009  4  1 21 30  0.000000  1   -0.430335116170E-07                     
+AR RAMO 2009  4  1 21 30  0.000000  1    0.473054345863E-07                     
+AR RCMN 2009  4  1 21 30  0.000000  1    0.796942183490E-08                     
+AR REDU 2009  4  1 21 30  0.000000  1   -0.461009891214E-07                     
+AR REUN 2009  4  1 21 30  0.000000  1    0.311261747029E-07                     
+AR REYK 2009  4  1 21 30  0.000000  1   -0.263644751772E-03                     
+AR SCH2 2009  4  1 21 30  0.000000  1    0.190844106529E-03                     
+AR SCUB 2009  4  1 21 30  0.000000  1   -0.362758025521E-07                     
+AR STJO 2009  4  1 21 30  0.000000  1   -0.707423923700E-05                     
+AR SYDN 2009  4  1 21 30  0.000000  1    0.141155499651E-05                     
+AR SYOG 2009  4  1 21 30  0.000000  1    0.140149362457E-04                     
+AR THU2 2009  4  1 21 30  0.000000  1    0.241977566396E-03                     
+AR TOW2 2009  4  1 21 30  0.000000  1    0.119112871669E-08                     
+AR URUM 2009  4  1 21 30  0.000000  1    0.657616465231E-04                     
+AR VESL 2009  4  1 21 30  0.000000  1   -0.196674119501E-03                     
+AR VILL 2009  4  1 21 30  0.000000  1   -0.556686841218E-07                     
+AR WTZR 2009  4  1 21 30  0.000000  1    0.473538520882E-07                     
+AR WUHN 2009  4  1 21 30  0.000000  1   -0.383858292830E-07                     
+AR YSSK 2009  4  1 21 30  0.000000  1   -0.603656002338E-07                     
+AR ZIM2 2009  4  1 21 30  0.000000  1    0.307188203738E-07                     
+AR XMIS 2009  4  1 21 30  0.000000  1   -0.264167080049E-09                     
+AR GODZ 2009  4  1 21 30  0.000000  1   -0.469117358357E-03                     
+AR MTKA 2009  4  1 21 30  0.000000  1   -0.532055190491E-07                     
+AR TIXJ 2009  4  1 21 30  0.000000  1   -0.173791007853E-03                     
+AR PARK 2009  4  1 21 30  0.000000  1    0.808627070473E-06                     
+AR UNBJ 2009  4  1 21 30  0.000000  1   -0.491266349309E-03                     
+AR NOVM 2009  4  1 21 30  0.000000  1    0.798333384210E-04                     
+AR SUNM 2009  4  1 21 30  0.000000  1   -0.490636778141E-03                     
+AR CEBR 2009  4  1 21 30  0.000000  1    0.719432648061E-03                     
+AR CPXF 2009  4  1 21 30  0.000000  1   -0.169847537533E-08                     
+AR IDDR 2009  4  1 21 30  0.000000  1    0.141291468167E-07                     
+AR AZGB 2009  4  1 21 30  0.000000  1    0.379241462941E-03                     
+AR TN22 2009  4  1 21 30  0.000000  1   -0.334150745308E-03                     
+AR ETAD 2009  4  1 21 30  0.000000  1    0.368939942739E-07                     
+AR ILHA 2009  4  1 21 30  0.000000  1    0.339405245894E-08                     
+AR POVE 2009  4  1 21 30  0.000000  1   -0.970311057278E-08                     
+AR RECF 2009  4  1 21 30  0.000000  1    0.934705606393E-08                     
+AR SALU 2009  4  1 21 30  0.000000  1    0.167693029645E-07                     
+AR SAVO 2009  4  1 21 30  0.000000  1    0.141225454552E-07                     
+AR UFPR 2009  4  1 21 30  0.000000  1    0.133290490413E-07                     
+AR YELL 2009  4  1 21 30  0.000000  1    0.251293000000E-06                     
+AS G32  2009  4  1 21 35  0.000000  1    0.280020346603E-03                     
+AS G24  2009  4  1 21 35  0.000000  1    0.177932849378E-03                     
+AS G25  2009  4  1 21 35  0.000000  1    0.335288626787E-03                     
+AS G26  2009  4  1 21 35  0.000000  1    0.545297281102E-04                     
+AS G27  2009  4  1 21 35  0.000000  1    0.372478532672E-04                     
+AS G30  2009  4  1 21 35  0.000000  1    0.136342845632E-03                     
+AS G03  2009  4  1 21 35  0.000000  1    0.373653850865E-03                     
+AS G04  2009  4  1 21 35  0.000000  1   -0.352081572126E-04                     
+AS G06  2009  4  1 21 35  0.000000  1    0.608355462312E-04                     
+AS G08  2009  4  1 21 35  0.000000  1   -0.196595516582E-03                     
+AS G09  2009  4  1 21 35  0.000000  1    0.485237839264E-04                     
+AS G10  2009  4  1 21 35  0.000000  1   -0.136442873035E-04                     
+AS G14  2009  4  1 21 35  0.000000  1   -0.132198324427E-03                     
+AS G13  2009  4  1 21 35  0.000000  1    0.293302023829E-03                     
+AS G28  2009  4  1 21 35  0.000000  1   -0.238378814805E-04                     
+AS G21  2009  4  1 21 35  0.000000  1    0.214585246397E-04                     
+AS G11  2009  4  1 21 35  0.000000  1    0.270729741026E-05                     
+AS G22  2009  4  1 21 35  0.000000  1    0.202403600437E-03                     
+AS G20  2009  4  1 21 35  0.000000  1    0.865223671544E-04                     
+AS G18  2009  4  1 21 35  0.000000  1   -0.694024721331E-04                     
+AS G16  2009  4  1 21 35  0.000000  1    0.628936671120E-04                     
+AS G19  2009  4  1 21 35  0.000000  1    0.293268044263E-04                     
+AS G23  2009  4  1 21 35  0.000000  1    0.389002022857E-03                     
+AS G02  2009  4  1 21 35  0.000000  1    0.153914585401E-03                     
+AS G31  2009  4  1 21 35  0.000000  1   -0.565112126611E-04                     
+AS G17  2009  4  1 21 35  0.000000  1    0.524951557722E-04                     
+AS G12  2009  4  1 21 35  0.000000  1   -0.299368413854E-03                     
+AS G15  2009  4  1 21 35  0.000000  1   -0.276166158386E-03                     
+AS G29  2009  4  1 21 35  0.000000  1    0.499677257994E-05                     
+AS G07  2009  4  1 21 35  0.000000  1    0.209629286262E-04                     
+AS R02  2009  4  1 21 35  0.000000  1    0.205426217143E-04                     
+AS R03  2009  4  1 21 35  0.000000  1   -0.343881014535E-04                     
+AS R04  2009  4  1 21 35  0.000000  1    0.635547081026E-04                     
+AS R06  2009  4  1 21 35  0.000000  1   -0.169268031356E-03                     
+AS R07  2009  4  1 21 35  0.000000  1   -0.891152001204E-04                     
+AS R08  2009  4  1 21 35  0.000000  1   -0.101967443864E-03                     
+AS R10  2009  4  1 21 35  0.000000  1   -0.140817607449E-03                     
+AS R11  2009  4  1 21 35  0.000000  1   -0.926625834275E-04                     
+AS R13  2009  4  1 21 35  0.000000  1   -0.230683231187E-03                     
+AS R14  2009  4  1 21 35  0.000000  1   -0.795086927247E-04                     
+AS R15  2009  4  1 21 35  0.000000  1    0.921515143739E-04                     
+AS R17  2009  4  1 21 35  0.000000  1   -0.261301050013E-03                     
+AS R18  2009  4  1 21 35  0.000000  1   -0.136090170574E-05                     
+AS R19  2009  4  1 21 35  0.000000  1   -0.894592253176E-04                     
+AS R20  2009  4  1 21 35  0.000000  1   -0.650189729237E-04                     
+AS R21  2009  4  1 21 35  0.000000  1   -0.143387015444E-03                     
+AS R22  2009  4  1 21 35  0.000000  1   -0.201674525611E-03                     
+AS R23  2009  4  1 21 35  0.000000  1   -0.200118281197E-03                     
+AR ALGO 2009  4  1 21 35  0.000000  1    0.812710007240E-04                     
+AR ALIC 2009  4  1 21 35  0.000000  1    0.800380832561E-08                     
+AR AMC2 2009  4  1 21 35  0.000000  1    0.256760623444E-08                     
+AR ANKR 2009  4  1 21 35  0.000000  1    0.310820630908E-03                     
+AR ARTU 2009  4  1 21 35  0.000000  1   -0.530750319675E-07                     
+AR ASPA 2009  4  1 21 35  0.000000  1    0.991431418899E-08                     
+AR BHR1 2009  4  1 21 35  0.000000  1    0.563383198497E-03                     
+AR BARH 2009  4  1 21 35  0.000000  1    0.219784495028E-08                     
+AR BJFS 2009  4  1 21 35  0.000000  1   -0.394192374306E-07                     
+AR BOGT 2009  4  1 21 35  0.000000  1   -0.760483071232E-07                     
+AR BRMU 2009  4  1 21 35  0.000000  1   -0.573933955839E-04                     
+AR CAGZ 2009  4  1 21 35  0.000000  1    0.466451403725E-03                     
+AR CAS1 2009  4  1 21 35  0.000000  1    0.504334214669E-08                     
+AR CHAT 2009  4  1 21 35  0.000000  1   -0.445411897621E-07                     
+AR CHPI 2009  4  1 21 35  0.000000  1   -0.581736411859E-07                     
+AR COCO 2009  4  1 21 35  0.000000  1    0.227647678090E-03                     
+AR CONZ 2009  4  1 21 35  0.000000  1   -0.232645716637E-03                     
+AR CRAR 2009  4  1 21 35  0.000000  1    0.265634524078E-04                     
+AR CRO1 2009  4  1 21 35  0.000000  1    0.665109118451E-03                     
+AR DAEJ 2009  4  1 21 35  0.000000  1   -0.196503640152E-03                     
+AR DARW 2009  4  1 21 35  0.000000  1    0.359675889168E-08                     
+AR DGAR 2009  4  1 21 35  0.000000  1   -0.539649631956E-07                     
+AR DRAO 2009  4  1 21 35  0.000000  1    0.250341655990E-05                     
+AR FAA1 2009  4  1 21 35  0.000000  1   -0.126068195867E-07                     
+AR FAIR 2009  4  1 21 35  0.000000  1   -0.656485373705E-07                     
+AR GLPS 2009  4  1 21 35  0.000000  1   -0.890114351059E-07                     
+AR GUAM 2009  4  1 21 35  0.000000  1   -0.593827065895E-07                     
+AR GUAT 2009  4  1 21 35  0.000000  1    0.204377607869E-07                     
+AR HOB2 2009  4  1 21 35  0.000000  1    0.909691848183E-07                     
+AR HOFN 2009  4  1 21 35  0.000000  1    0.231235531798E-03                     
+AR HOLM 2009  4  1 21 35  0.000000  1   -0.545735122703E-07                     
+AR HRAO 2009  4  1 21 35  0.000000  1    0.849474124596E-03                     
+AR HYDE 2009  4  1 21 35  0.000000  1   -0.124943715009E-08                     
+AR IRKJ 2009  4  1 21 35  0.000000  1    0.163746339046E-03                     
+AR ISPA 2009  4  1 21 35  0.000000  1   -0.810684302252E-07                     
+AR KARR 2009  4  1 21 35  0.000000  1   -0.505576536631E-07                     
+AR KERG 2009  4  1 21 35  0.000000  1    0.817496352012E-03                     
+AR KHAJ 2009  4  1 21 35  0.000000  1   -0.150706623900E-05                     
+AR KIR0 2009  4  1 21 35  0.000000  1    0.282342383754E-03                     
+AR KIRU 2009  4  1 21 35  0.000000  1    0.591386525471E-03                     
+AR KIT3 2009  4  1 21 35  0.000000  1   -0.109100555347E-07                     
+AR KOUR 2009  4  1 21 35  0.000000  1    0.125015980364E-03                     
+AR KUNM 2009  4  1 21 35  0.000000  1    0.631764919741E-07                     
+AR LHAZ 2009  4  1 21 35  0.000000  1   -0.119483283413E-03                     
+AR MAL2 2009  4  1 21 35  0.000000  1   -0.970819255196E-08                     
+AR MAS1 2009  4  1 21 35  0.000000  1   -0.101605025344E-03                     
+AR MAW1 2009  4  1 21 35  0.000000  1    0.677029346021E-08                     
+AR MCIL 2009  4  1 21 35  0.000000  1    0.272425618339E-07                     
+AR MCM4 2009  4  1 21 35  0.000000  1   -0.580892527933E-07                     
+AR MDO1 2009  4  1 21 35  0.000000  1   -0.521690587290E-07                     
+AR MDVJ 2009  4  1 21 35  0.000000  1    0.438552314594E-03                     
+AR MKEA 2009  4  1 21 35  0.000000  1   -0.608090373210E-07                     
+AR MOBS 2009  4  1 21 35  0.000000  1   -0.304029732943E-08                     
+AR NANO 2009  4  1 21 35  0.000000  1    0.107639841228E-08                     
+AR NLIB 2009  4  1 21 35  0.000000  1   -0.116024166112E-06                     
+AR NNOR 2009  4  1 21 35  0.000000  1    0.365800715930E-03                     
+AR NRC1 2009  4  1 21 35  0.000000  1   -0.448298329557E-05                     
+AR NRIL 2009  4  1 21 35  0.000000  1   -0.441886063045E-07                     
+AR NRMD 2009  4  1 21 35  0.000000  1    0.176707427645E-07                     
+AR NTUS 2009  4  1 21 35  0.000000  1    0.605053917760E-08                     
+AR NYAL 2009  4  1 21 35  0.000000  1    0.956356496252E-07                     
+AR OHI3 2009  4  1 21 35  0.000000  1   -0.266636718930E-03                     
+AR ONSA 2009  4  1 21 35  0.000000  1   -0.324831994186E-04                     
+AR PDEL 2009  4  1 21 35  0.000000  1   -0.167651236738E-08                     
+AR PERT 2009  4  1 21 35  0.000000  1   -0.527575272493E-07                     
+AR PETP 2009  4  1 21 35  0.000000  1   -0.657047347248E-07                     
+AR PIMO 2009  4  1 21 35  0.000000  1   -0.378335620296E-07                     
+AR QAQ1 2009  4  1 21 35  0.000000  1   -0.638405575117E-07                     
+AR QUIN 2009  4  1 21 35  0.000000  1   -0.727956663214E-07                     
+AR RABT 2009  4  1 21 35  0.000000  1   -0.429190836967E-07                     
+AR RAMO 2009  4  1 21 35  0.000000  1    0.220133369348E-07                     
+AR RCMN 2009  4  1 21 35  0.000000  1    0.663354108731E-08                     
+AR REDU 2009  4  1 21 35  0.000000  1   -0.488255296361E-07                     
+AR REUN 2009  4  1 21 35  0.000000  1    0.301512716888E-07                     
+AR REYK 2009  4  1 21 35  0.000000  1   -0.265299106065E-03                     
+AR SCH2 2009  4  1 21 35  0.000000  1    0.190861322160E-03                     
+AR SCUB 2009  4  1 21 35  0.000000  1   -0.318957552734E-07                     
+AR STJO 2009  4  1 21 35  0.000000  1   -0.707484674024E-05                     
+AR SYDN 2009  4  1 21 35  0.000000  1    0.141127349899E-05                     
+AR SYOG 2009  4  1 21 35  0.000000  1    0.140144764758E-04                     
+AR THU2 2009  4  1 21 35  0.000000  1    0.239974886815E-03                     
+AR TOW2 2009  4  1 21 35  0.000000  1   -0.179040914458E-09                     
+AR URUM 2009  4  1 21 35  0.000000  1   -0.577473054333E-05                     
+AR VESL 2009  4  1 21 35  0.000000  1   -0.160724687160E-03                     
+AR VILL 2009  4  1 21 35  0.000000  1   -0.531491929204E-07                     
+AR WTZR 2009  4  1 21 35  0.000000  1    0.470537285363E-07                     
+AR WUHN 2009  4  1 21 35  0.000000  1   -0.407702546101E-07                     
+AR YSSK 2009  4  1 21 35  0.000000  1   -0.562053544825E-07                     
+AR ZIM2 2009  4  1 21 35  0.000000  1    0.290755065662E-07                     
+AR XMIS 2009  4  1 21 35  0.000000  1   -0.126335160617E-08                     
+AR GODZ 2009  4  1 21 35  0.000000  1   -0.469117650134E-03                     
+AR MTKA 2009  4  1 21 35  0.000000  1   -0.619558331245E-07                     
+AR TIXJ 2009  4  1 21 35  0.000000  1   -0.176197857148E-03                     
+AR PARK 2009  4  1 21 35  0.000000  1    0.809150592356E-06                     
+AR UNBJ 2009  4  1 21 35  0.000000  1    0.434972612762E-03                     
+AR NOVM 2009  4  1 21 35  0.000000  1    0.798330229302E-04                     
+AR SUNM 2009  4  1 21 35  0.000000  1    0.351901167897E-03                     
+AR CEBR 2009  4  1 21 35  0.000000  1    0.719432328142E-03                     
+AR CPXF 2009  4  1 21 35  0.000000  1   -0.542656469694E-08                     
+AR IDDR 2009  4  1 21 35  0.000000  1    0.151612516605E-07                     
+AR AZGB 2009  4  1 21 35  0.000000  1    0.240088580596E-03                     
+AR TN22 2009  4  1 21 35  0.000000  1   -0.406625664132E-03                     
+AR ETAD 2009  4  1 21 35  0.000000  1    0.335980407486E-07                     
+AR ILHA 2009  4  1 21 35  0.000000  1    0.309785148307E-08                     
+AR POVE 2009  4  1 21 35  0.000000  1   -0.108379901034E-07                     
+AR RECF 2009  4  1 21 35  0.000000  1    0.734664987537E-08                     
+AR SALU 2009  4  1 21 35  0.000000  1    0.145148907651E-07                     
+AR SAVO 2009  4  1 21 35  0.000000  1    0.155299435954E-07                     
+AR UFPR 2009  4  1 21 35  0.000000  1    0.107756419647E-07                     
+AR YELL 2009  4  1 21 35  0.000000  1    0.251363000000E-06                     
+AS G32  2009  4  1 21 40  0.000000  1    0.280018878802E-03                     
+AS G24  2009  4  1 21 40  0.000000  1    0.177933717148E-03                     
+AS G25  2009  4  1 21 40  0.000000  1    0.335295241823E-03                     
+AS G26  2009  4  1 21 40  0.000000  1    0.545302450554E-04                     
+AS G27  2009  4  1 21 40  0.000000  1    0.372490208903E-04                     
+AS G30  2009  4  1 21 40  0.000000  1    0.136343473155E-03                     
+AS G03  2009  4  1 21 40  0.000000  1    0.373655516576E-03                     
+AS G04  2009  4  1 21 40  0.000000  1   -0.352123986518E-04                     
+AS G06  2009  4  1 21 40  0.000000  1    0.608407491987E-04                     
+AS G08  2009  4  1 21 40  0.000000  1   -0.196595673875E-03                     
+AS G09  2009  4  1 21 40  0.000000  1    0.485244727394E-04                     
+AS G10  2009  4  1 21 40  0.000000  1   -0.136435507091E-04                     
+AS G14  2009  4  1 21 40  0.000000  1   -0.132196870686E-03                     
+AS G13  2009  4  1 21 40  0.000000  1    0.293302120870E-03                     
+AS G28  2009  4  1 21 40  0.000000  1   -0.238378825716E-04                     
+AS G21  2009  4  1 21 40  0.000000  1    0.214579743472E-04                     
+AS G11  2009  4  1 21 40  0.000000  1    0.270680018912E-05                     
+AS G22  2009  4  1 21 40  0.000000  1    0.202403444879E-03                     
+AS G20  2009  4  1 21 40  0.000000  1    0.865222145338E-04                     
+AS G18  2009  4  1 21 40  0.000000  1   -0.694016342494E-04                     
+AS G16  2009  4  1 21 40  0.000000  1    0.628927267714E-04                     
+AS G19  2009  4  1 21 40  0.000000  1    0.293264656291E-04                     
+AS G23  2009  4  1 21 40  0.000000  1    0.389002100349E-03                     
+AS G02  2009  4  1 21 40  0.000000  1    0.153914509856E-03                     
+AS G31  2009  4  1 21 40  0.000000  1   -0.565115809648E-04                     
+AS G17  2009  4  1 21 40  0.000000  1    0.524956526362E-04                     
+AS G12  2009  4  1 21 40  0.000000  1   -0.299366955357E-03                     
+AS G15  2009  4  1 21 40  0.000000  1   -0.276167612457E-03                     
+AS G29  2009  4  1 21 40  0.000000  1    0.499819964262E-05                     
+AS G07  2009  4  1 21 40  0.000000  1    0.209626195485E-04                     
+AS R02  2009  4  1 21 40  0.000000  1    0.205415725271E-04                     
+AS R03  2009  4  1 21 40  0.000000  1   -0.343890083480E-04                     
+AS R04  2009  4  1 21 40  0.000000  1    0.635535377970E-04                     
+AS R06  2009  4  1 21 40  0.000000  1   -0.169268546812E-03                     
+AS R07  2009  4  1 21 40  0.000000  1   -0.891144774098E-04                     
+AS R08  2009  4  1 21 40  0.000000  1   -0.101966948861E-03                     
+AS R10  2009  4  1 21 40  0.000000  1   -0.140817540651E-03                     
+AS R11  2009  4  1 21 40  0.000000  1   -0.926628095907E-04                     
+AS R13  2009  4  1 21 40  0.000000  1   -0.230683644572E-03                     
+AS R14  2009  4  1 21 40  0.000000  1   -0.795078407416E-04                     
+AS R15  2009  4  1 21 40  0.000000  1    0.921519526362E-04                     
+AS R17  2009  4  1 21 40  0.000000  1   -0.261301464689E-03                     
+AS R18  2009  4  1 21 40  0.000000  1   -0.136129529640E-05                     
+AS R19  2009  4  1 21 40  0.000000  1   -0.894595061330E-04                     
+AS R20  2009  4  1 21 40  0.000000  1   -0.650187418900E-04                     
+AS R21  2009  4  1 21 40  0.000000  1   -0.143387538831E-03                     
+AS R22  2009  4  1 21 40  0.000000  1   -0.201675419396E-03                     
+AS R23  2009  4  1 21 40  0.000000  1   -0.200117277320E-03                     
+AR ALGO 2009  4  1 21 40  0.000000  1    0.812743926556E-04                     
+AR ALIC 2009  4  1 21 40  0.000000  1    0.136509149415E-07                     
+AR AMC2 2009  4  1 21 40  0.000000  1    0.260005314305E-08                     
+AR ANKR 2009  4  1 21 40  0.000000  1    0.372712164304E-03                     
+AR ARTU 2009  4  1 21 40  0.000000  1   -0.539850357546E-07                     
+AR ASPA 2009  4  1 21 40  0.000000  1    0.894899414466E-08                     
+AR BHR1 2009  4  1 21 40  0.000000  1    0.563383119881E-03                     
+AR BARH 2009  4  1 21 40  0.000000  1    0.270309176363E-08                     
+AR BJFS 2009  4  1 21 40  0.000000  1   -0.401030090490E-07                     
+AR BOGT 2009  4  1 21 40  0.000000  1   -0.758353530275E-07                     
+AR BRMU 2009  4  1 21 40  0.000000  1    0.440528436551E-03                     
+AR CAGZ 2009  4  1 21 40  0.000000  1   -0.310403775848E-03                     
+AR CAS1 2009  4  1 21 40  0.000000  1    0.356849806653E-08                     
+AR CHAT 2009  4  1 21 40  0.000000  1   -0.446456926478E-07                     
+AR CHPI 2009  4  1 21 40  0.000000  1   -0.575051820818E-07                     
+AR COCO 2009  4  1 21 40  0.000000  1    0.227647862002E-03                     
+AR CONZ 2009  4  1 21 40  0.000000  1   -0.373370260907E-03                     
+AR CRAR 2009  4  1 21 40  0.000000  1    0.187715708297E-05                     
+AR CRO1 2009  4  1 21 40  0.000000  1    0.665109148302E-03                     
+AR DAEJ 2009  4  1 21 40  0.000000  1   -0.196502829195E-03                     
+AR DARW 2009  4  1 21 40  0.000000  1    0.241301295308E-08                     
+AR DGAR 2009  4  1 21 40  0.000000  1   -0.538445135412E-07                     
+AR DRAO 2009  4  1 21 40  0.000000  1    0.254053218408E-05                     
+AR FAA1 2009  4  1 21 40  0.000000  1   -0.118789277070E-07                     
+AR FAIR 2009  4  1 21 40  0.000000  1   -0.558374805432E-07                     
+AR GLPS 2009  4  1 21 40  0.000000  1   -0.892614158133E-07                     
+AR GUAM 2009  4  1 21 40  0.000000  1   -0.514500197328E-07                     
+AR GUAT 2009  4  1 21 40  0.000000  1    0.135848478560E-07                     
+AR HOB2 2009  4  1 21 40  0.000000  1    0.909931924929E-07                     
+AR HOFN 2009  4  1 21 40  0.000000  1    0.308009556031E-03                     
+AR HOLM 2009  4  1 21 40  0.000000  1   -0.548083298059E-07                     
+AR HRAO 2009  4  1 21 40  0.000000  1    0.849474215236E-03                     
+AR HYDE 2009  4  1 21 40  0.000000  1   -0.255045633106E-08                     
+AR IRKJ 2009  4  1 21 40  0.000000  1    0.163746341501E-03                     
+AR ISPA 2009  4  1 21 40  0.000000  1   -0.743913566963E-07                     
+AR KARR 2009  4  1 21 40  0.000000  1   -0.503355998402E-07                     
+AR KERG 2009  4  1 21 40  0.000000  1    0.817496207824E-03                     
+AR KHAJ 2009  4  1 21 40  0.000000  1   -0.150705835953E-05                     
+AR KIR0 2009  4  1 21 40  0.000000  1    0.282335677166E-03                     
+AR KIRU 2009  4  1 21 40  0.000000  1    0.591385391268E-03                     
+AR KIT3 2009  4  1 21 40  0.000000  1   -0.108632826986E-07                     
+AR KOUR 2009  4  1 21 40  0.000000  1    0.125016026219E-03                     
+AR KUNM 2009  4  1 21 40  0.000000  1    0.683166245045E-07                     
+AR LHAZ 2009  4  1 21 40  0.000000  1   -0.945894603154E-04                     
+AR MAL2 2009  4  1 21 40  0.000000  1   -0.493057647825E-08                     
+AR MAS1 2009  4  1 21 40  0.000000  1   -0.101605166764E-03                     
+AR MAW1 2009  4  1 21 40  0.000000  1    0.800481682240E-08                     
+AR MCIL 2009  4  1 21 40  0.000000  1    0.281275458253E-07                     
+AR MCM4 2009  4  1 21 40  0.000000  1   -0.499313634944E-07                     
+AR MDO1 2009  4  1 21 40  0.000000  1   -0.533737245492E-07                     
+AR MDVJ 2009  4  1 21 40  0.000000  1    0.438552314705E-03                     
+AR MKEA 2009  4  1 21 40  0.000000  1   -0.573815394048E-07                     
+AR MOBS 2009  4  1 21 40  0.000000  1   -0.356292713617E-08                     
+AR NANO 2009  4  1 21 40  0.000000  1   -0.721006297450E-09                     
+AR NLIB 2009  4  1 21 40  0.000000  1   -0.115991128304E-06                     
+AR NNOR 2009  4  1 21 40  0.000000  1    0.365800590002E-03                     
+AR NRC1 2009  4  1 21 40  0.000000  1   -0.448291488135E-05                     
+AR NRIL 2009  4  1 21 40  0.000000  1   -0.446137168939E-07                     
+AR NRMD 2009  4  1 21 40  0.000000  1    0.176185906546E-07                     
+AR NTUS 2009  4  1 21 40  0.000000  1    0.467058607557E-08                     
+AR NYAL 2009  4  1 21 40  0.000000  1    0.956687102706E-07                     
+AR OHI3 2009  4  1 21 40  0.000000  1   -0.151114980162E-03                     
+AR ONSA 2009  4  1 21 40  0.000000  1   -0.324832282482E-04                     
+AR PDEL 2009  4  1 21 40  0.000000  1   -0.212771967500E-08                     
+AR PERT 2009  4  1 21 40  0.000000  1   -0.507358453851E-07                     
+AR PETP 2009  4  1 21 40  0.000000  1   -0.651221375578E-07                     
+AR PIMO 2009  4  1 21 40  0.000000  1   -0.381202079264E-07                     
+AR QAQ1 2009  4  1 21 40  0.000000  1   -0.628295143299E-07                     
+AR QUIN 2009  4  1 21 40  0.000000  1   -0.721888516934E-07                     
+AR RABT 2009  4  1 21 40  0.000000  1   -0.452849393720E-07                     
+AR RAMO 2009  4  1 21 40  0.000000  1    0.104481654425E-06                     
+AR RCMN 2009  4  1 21 40  0.000000  1    0.531851878230E-08                     
+AR REDU 2009  4  1 21 40  0.000000  1   -0.513738965131E-07                     
+AR REUN 2009  4  1 21 40  0.000000  1    0.253103143628E-07                     
+AR REYK 2009  4  1 21 40  0.000000  1   -0.266985551997E-03                     
+AR SCH2 2009  4  1 21 40  0.000000  1    0.190879006986E-03                     
+AR SCUB 2009  4  1 21 40  0.000000  1   -0.337218891111E-07                     
+AR STJO 2009  4  1 21 40  0.000000  1   -0.707513264655E-05                     
+AR SYDN 2009  4  1 21 40  0.000000  1    0.141125508646E-05                     
+AR SYOG 2009  4  1 21 40  0.000000  1    0.140143134490E-04                     
+AR THU2 2009  4  1 21 40  0.000000  1    0.237972488278E-03                     
+AR TOW2 2009  4  1 21 40  0.000000  1   -0.329180242317E-09                     
+AR URUM 2009  4  1 21 40  0.000000  1   -0.772281524166E-04                     
+AR VESL 2009  4  1 21 40  0.000000  1   -0.124828659658E-03                     
+AR VILL 2009  4  1 21 40  0.000000  1   -0.558644921189E-07                     
+AR WTZR 2009  4  1 21 40  0.000000  1    0.470698818380E-07                     
+AR WUHN 2009  4  1 21 40  0.000000  1   -0.362746656894E-07                     
+AR YSSK 2009  4  1 21 40  0.000000  1   -0.604426444028E-07                     
+AR ZIM2 2009  4  1 21 40  0.000000  1    0.290697200744E-07                     
+AR XMIS 2009  4  1 21 40  0.000000  1    0.163158483943E-09                     
+AR GODZ 2009  4  1 21 40  0.000000  1   -0.469117623321E-03                     
+AR MTKA 2009  4  1 21 40  0.000000  1   -0.579938463193E-07                     
+AR TIXJ 2009  4  1 21 40  0.000000  1   -0.178621453957E-03                     
+AR PARK 2009  4  1 21 40  0.000000  1    0.809626146765E-06                     
+AR UNBJ 2009  4  1 21 40  0.000000  1    0.361314106975E-03                     
+AR NOVM 2009  4  1 21 40  0.000000  1    0.798330341071E-04                     
+AR SUNM 2009  4  1 21 40  0.000000  1    0.194091765931E-03                     
+AR CEBR 2009  4  1 21 40  0.000000  1    0.719432355756E-03                     
+AR CPXF 2009  4  1 21 40  0.000000  1   -0.266442772374E-08                     
+AR IDDR 2009  4  1 21 40  0.000000  1    0.144333270724E-07                     
+AR AZGB 2009  4  1 21 40  0.000000  1    0.100854597145E-03                     
+AR TN22 2009  4  1 21 40  0.000000  1   -0.479142402720E-03                     
+AR ETAD 2009  4  1 21 40  0.000000  1    0.297825309533E-07                     
+AR ILHA 2009  4  1 21 40  0.000000  1    0.231324240504E-08                     
+AR POVE 2009  4  1 21 40  0.000000  1   -0.121891182764E-07                     
+AR RECF 2009  4  1 21 40  0.000000  1    0.814562199481E-08                     
+AR SALU 2009  4  1 21 40  0.000000  1    0.173416514148E-07                     
+AR SAVO 2009  4  1 21 40  0.000000  1    0.165699917048E-07                     
+AR UFPR 2009  4  1 21 40  0.000000  1    0.112376338738E-07                     
+AR YELL 2009  4  1 21 40  0.000000  1    0.251433000000E-06                     
+AS G32  2009  4  1 21 45  0.000000  1    0.280017572850E-03                     
+AS G24  2009  4  1 21 45  0.000000  1    0.177934693594E-03                     
+AS G25  2009  4  1 21 45  0.000000  1    0.335301845014E-03                     
+AS G26  2009  4  1 21 45  0.000000  1    0.545306638395E-04                     
+AS G27  2009  4  1 21 45  0.000000  1    0.372508878863E-04                     
+AS G30  2009  4  1 21 45  0.000000  1    0.136344073442E-03                     
+AS G03  2009  4  1 21 45  0.000000  1    0.373657762188E-03                     
+AS G04  2009  4  1 21 45  0.000000  1   -0.352167744371E-04                     
+AS G06  2009  4  1 21 45  0.000000  1    0.608460486575E-04                     
+AS G08  2009  4  1 21 45  0.000000  1   -0.196595885145E-03                     
+AS G09  2009  4  1 21 45  0.000000  1    0.485247638899E-04                     
+AS G10  2009  4  1 21 45  0.000000  1   -0.136435772631E-04                     
+AS G14  2009  4  1 21 45  0.000000  1   -0.132195084596E-03                     
+AS G13  2009  4  1 21 45  0.000000  1    0.293302654422E-03                     
+AS G28  2009  4  1 21 45  0.000000  1   -0.238380488732E-04                     
+AS G21  2009  4  1 21 45  0.000000  1    0.214572329846E-04                     
+AS G11  2009  4  1 21 45  0.000000  1    0.270642585037E-05                     
+AS G22  2009  4  1 21 45  0.000000  1    0.202403913823E-03                     
+AS G20  2009  4  1 21 45  0.000000  1    0.865218854665E-04                     
+AS G18  2009  4  1 21 45  0.000000  1   -0.694003354867E-04                     
+AS G16  2009  4  1 21 45  0.000000  1    0.628917394301E-04                     
+AS G19  2009  4  1 21 45  0.000000  1    0.293265142929E-04                     
+AS G23  2009  4  1 21 45  0.000000  1    0.389002381611E-03                     
+AS G02  2009  4  1 21 45  0.000000  1    0.153914217922E-03                     
+AS G31  2009  4  1 21 45  0.000000  1   -0.565117955865E-04                     
+AS G17  2009  4  1 21 45  0.000000  1    0.524961451022E-04                     
+AS G12  2009  4  1 21 45  0.000000  1   -0.299365909838E-03                     
+AS G15  2009  4  1 21 45  0.000000  1   -0.276169105600E-03                     
+AS G29  2009  4  1 21 45  0.000000  1    0.499922309476E-05                     
+AS G07  2009  4  1 21 45  0.000000  1    0.209625187012E-04                     
+AS R02  2009  4  1 21 45  0.000000  1    0.205405663782E-04                     
+AS R03  2009  4  1 21 45  0.000000  1   -0.343909492033E-04                     
+AS R04  2009  4  1 21 45  0.000000  1    0.635526424379E-04                     
+AS R06  2009  4  1 21 45  0.000000  1   -0.169270329957E-03                     
+AS R07  2009  4  1 21 45  0.000000  1   -0.891129134163E-04                     
+AS R08  2009  4  1 21 45  0.000000  1   -0.101966594563E-03                     
+AS R10  2009  4  1 21 45  0.000000  1   -0.140817262428E-03                     
+AS R11  2009  4  1 21 45  0.000000  1   -0.926630381786E-04                     
+AS R13  2009  4  1 21 45  0.000000  1   -0.230684226870E-03                     
+AS R14  2009  4  1 21 45  0.000000  1   -0.795058647234E-04                     
+AS R15  2009  4  1 21 45  0.000000  1    0.921522818943E-04                     
+AS R17  2009  4  1 21 45  0.000000  1   -0.261301879987E-03                     
+AS R18  2009  4  1 21 45  0.000000  1   -0.136159338220E-05                     
+AS R19  2009  4  1 21 45  0.000000  1   -0.894598206633E-04                     
+AS R20  2009  4  1 21 45  0.000000  1   -0.650184509256E-04                     
+AS R21  2009  4  1 21 45  0.000000  1   -0.143388225991E-03                     
+AS R22  2009  4  1 21 45  0.000000  1   -0.201676288746E-03                     
+AS R23  2009  4  1 21 45  0.000000  1   -0.200115738148E-03                     
+AR ALGO 2009  4  1 21 45  0.000000  1    0.812774851393E-04                     
+AR ALIC 2009  4  1 21 45  0.000000  1    0.489179027527E-08                     
+AR AMC2 2009  4  1 21 45  0.000000  1    0.258694122048E-08                     
+AR ANKR 2009  4  1 21 45  0.000000  1    0.434651648863E-03                     
+AR ARTU 2009  4  1 21 45  0.000000  1   -0.572086867393E-07                     
+AR ASPA 2009  4  1 21 45  0.000000  1    0.108832426126E-07                     
+AR BHR1 2009  4  1 21 45  0.000000  1    0.563383281524E-03                     
+AR BARH 2009  4  1 21 45  0.000000  1    0.244862484844E-08                     
+AR BJFS 2009  4  1 21 45  0.000000  1   -0.427362623506E-07                     
+AR BOGT 2009  4  1 21 45  0.000000  1   -0.818172091732E-07                     
+AR BRMU 2009  4  1 21 45  0.000000  1   -0.612559415195E-04                     
+AR CAGZ 2009  4  1 21 45  0.000000  1   -0.872024321139E-04                     
+AR CAS1 2009  4  1 21 45  0.000000  1    0.410785563780E-08                     
+AR CHAT 2009  4  1 21 45  0.000000  1   -0.513553856929E-07                     
+AR CHPI 2009  4  1 21 45  0.000000  1   -0.563733841852E-07                     
+AR COCO 2009  4  1 21 45  0.000000  1    0.227648075461E-03                     
+AR CONZ 2009  4  1 21 45  0.000000  1    0.485980299848E-03                     
+AR CRAR 2009  4  1 21 45  0.000000  1   -0.228010869434E-04                     
+AR CRO1 2009  4  1 21 45  0.000000  1    0.665109159193E-03                     
+AR DAEJ 2009  4  1 21 45  0.000000  1   -0.196502240016E-03                     
+AR DARW 2009  4  1 21 45  0.000000  1    0.431031653891E-08                     
+AR DGAR 2009  4  1 21 45  0.000000  1   -0.520182434781E-07                     
+AR DRAO 2009  4  1 21 45  0.000000  1    0.257731389944E-05                     
+AR FAA1 2009  4  1 21 45  0.000000  1   -0.113716546896E-07                     
+AR FAIR 2009  4  1 21 45  0.000000  1   -0.618583529948E-07                     
+AR GLPS 2009  4  1 21 45  0.000000  1   -0.898711816947E-07                     
+AR GUAM 2009  4  1 21 45  0.000000  1   -0.529633878957E-07                     
+AR GUAT 2009  4  1 21 45  0.000000  1    0.991957385122E-08                     
+AR HOB2 2009  4  1 21 45  0.000000  1    0.910186324660E-07                     
+AR HOFN 2009  4  1 21 45  0.000000  1    0.384769225142E-03                     
+AR HOLM 2009  4  1 21 45  0.000000  1   -0.575066021938E-07                     
+AR HRAO 2009  4  1 21 45  0.000000  1    0.849474290839E-03                     
+AR HYDE 2009  4  1 21 45  0.000000  1   -0.221897898133E-08                     
+AR IRKJ 2009  4  1 21 45  0.000000  1    0.163746327709E-03                     
+AR ISPA 2009  4  1 21 45  0.000000  1   -0.744510291442E-07                     
+AR KARR 2009  4  1 21 45  0.000000  1   -0.492574373533E-07                     
+AR KERG 2009  4  1 21 45  0.000000  1    0.817496068405E-03                     
+AR KHAJ 2009  4  1 21 45  0.000000  1   -0.150706441970E-05                     
+AR KIR0 2009  4  1 21 45  0.000000  1    0.282328953045E-03                     
+AR KIRU 2009  4  1 21 45  0.000000  1    0.591383791650E-03                     
+AR KIT3 2009  4  1 21 45  0.000000  1   -0.173148756108E-07                     
+AR KOUR 2009  4  1 21 45  0.000000  1    0.125016056595E-03                     
+AR KUNM 2009  4  1 21 45  0.000000  1    0.633572411716E-07                     
+AR LHAZ 2009  4  1 21 45  0.000000  1   -0.695980294399E-04                     
+AR MAL2 2009  4  1 21 45  0.000000  1   -0.110629351797E-07                     
+AR MAS1 2009  4  1 21 45  0.000000  1   -0.101605324882E-03                     
+AR MAW1 2009  4  1 21 45  0.000000  1    0.892143527535E-08                     
+AR MCIL 2009  4  1 21 45  0.000000  1    0.286231462188E-07                     
+AR MCM4 2009  4  1 21 45  0.000000  1   -0.500225631667E-07                     
+AR MDO1 2009  4  1 21 45  0.000000  1   -0.538619874017E-07                     
+AR MDVJ 2009  4  1 21 45  0.000000  1    0.438552301392E-03                     
+AR MKEA 2009  4  1 21 45  0.000000  1   -0.663424940073E-07                     
+AR MOBS 2009  4  1 21 45  0.000000  1   -0.226098270718E-08                     
+AR NANO 2009  4  1 21 45  0.000000  1    0.533739847148E-09                     
+AR NLIB 2009  4  1 21 45  0.000000  1   -0.115970252782E-06                     
+AR NNOR 2009  4  1 21 45  0.000000  1    0.365800462624E-03                     
+AR NRC1 2009  4  1 21 45  0.000000  1   -0.448288393069E-05                     
+AR NRIL 2009  4  1 21 45  0.000000  1   -0.456501046743E-07                     
+AR NRMD 2009  4  1 21 45  0.000000  1    0.195950660423E-07                     
+AR NTUS 2009  4  1 21 45  0.000000  1    0.680455588080E-08                     
+AR NYAL 2009  4  1 21 45  0.000000  1    0.956530491743E-07                     
+AR OHI3 2009  4  1 21 45  0.000000  1   -0.354583725830E-04                     
+AR ONSA 2009  4  1 21 45  0.000000  1   -0.324832797850E-04                     
+AR PDEL 2009  4  1 21 45  0.000000  1   -0.145680177943E-08                     
+AR PERT 2009  4  1 21 45  0.000000  1   -0.531738532806E-07                     
+AR PETP 2009  4  1 21 45  0.000000  1   -0.660569741864E-07                     
+AR PIMO 2009  4  1 21 45  0.000000  1   -0.448972018074E-07                     
+AR QAQ1 2009  4  1 21 45  0.000000  1   -0.622498808257E-07                     
+AR QUIN 2009  4  1 21 45  0.000000  1   -0.718822711511E-07                     
+AR RABT 2009  4  1 21 45  0.000000  1   -0.445732499337E-07                     
+AR RAMO 2009  4  1 21 45  0.000000  1    0.687692699980E-07                     
+AR RCMN 2009  4  1 21 45  0.000000  1    0.589710157585E-08                     
+AR REDU 2009  4  1 21 45  0.000000  1   -0.491419766394E-07                     
+AR REUN 2009  4  1 21 45  0.000000  1    0.259302149729E-07                     
+AR REYK 2009  4  1 21 45  0.000000  1   -0.268661569465E-03                     
+AR SCH2 2009  4  1 21 45  0.000000  1    0.190896643041E-03                     
+AR SCUB 2009  4  1 21 45  0.000000  1   -0.373417254146E-07                     
+AR STJO 2009  4  1 21 45  0.000000  1   -0.707544968659E-05                     
+AR SYDN 2009  4  1 21 45  0.000000  1    0.141123529255E-05                     
+AR SYOG 2009  4  1 21 45  0.000000  1    0.140149302760E-04                     
+AR THU2 2009  4  1 21 45  0.000000  1    0.235970206163E-03                     
+AR TOW2 2009  4  1 21 45  0.000000  1    0.242644038197E-09                     
+AR URUM 2009  4  1 21 45  0.000000  1   -0.148565521571E-03                     
+AR VESL 2009  4  1 21 45  0.000000  1   -0.889370954998E-04                     
+AR VILL 2009  4  1 21 45  0.000000  1   -0.546606664988E-07                     
+AR WTZR 2009  4  1 21 45  0.000000  1    0.470875020456E-07                     
+AR WUHN 2009  4  1 21 45  0.000000  1   -0.461113329293E-07                     
+AR YSSK 2009  4  1 21 45  0.000000  1   -0.590281764434E-07                     
+AR ZIM2 2009  4  1 21 45  0.000000  1    0.295880673675E-07                     
+AR XMIS 2009  4  1 21 45  0.000000  1    0.109342443191E-08                     
+AR GODZ 2009  4  1 21 45  0.000000  1   -0.469117602859E-03                     
+AR MTKA 2009  4  1 21 45  0.000000  1   -0.562196939813E-07                     
+AR TIXJ 2009  4  1 21 45  0.000000  1   -0.181067043501E-03                     
+AR PARK 2009  4  1 21 45  0.000000  1    0.809728544083E-06                     
+AR UNBJ 2009  4  1 21 45  0.000000  1    0.287784899568E-03                     
+AR NOVM 2009  4  1 21 45  0.000000  1    0.798330325348E-04                     
+AR SUNM 2009  4  1 21 45  0.000000  1    0.367132786593E-04                     
+AR CEBR 2009  4  1 21 45  0.000000  1    0.719432348119E-03                     
+AR CPXF 2009  4  1 21 45  0.000000  1   -0.257343019827E-08                     
+AR IDDR 2009  4  1 21 45  0.000000  1    0.148419705205E-07                     
+AR AZGB 2009  4  1 21 45  0.000000  1   -0.383806036163E-04                     
+AR TN22 2009  4  1 21 45  0.000000  1    0.448516869201E-03                     
+AR ETAD 2009  4  1 21 45  0.000000  1    0.251155513804E-07                     
+AR ILHA 2009  4  1 21 45  0.000000  1    0.405401205979E-08                     
+AR POVE 2009  4  1 21 45  0.000000  1   -0.132155447818E-07                     
+AR RECF 2009  4  1 21 45  0.000000  1    0.104477004675E-07                     
+AR SALU 2009  4  1 21 45  0.000000  1    0.106981088277E-07                     
+AR SAVO 2009  4  1 21 45  0.000000  1    0.170297792320E-07                     
+AR UFPR 2009  4  1 21 45  0.000000  1    0.125089410091E-07                     
+AR YELL 2009  4  1 21 45  0.000000  1    0.251503000000E-06                     
+AS G32  2009  4  1 21 50  0.000000  1    0.280016059383E-03                     
+AS G24  2009  4  1 21 50  0.000000  1    0.177935754932E-03                     
+AS G25  2009  4  1 21 50  0.000000  1    0.335308399906E-03                     
+AS G26  2009  4  1 21 50  0.000000  1    0.545313744007E-04                     
+AS G27  2009  4  1 21 50  0.000000  1    0.372519523650E-04                     
+AS G30  2009  4  1 21 50  0.000000  1    0.136345101391E-03                     
+AS G03  2009  4  1 21 50  0.000000  1    0.373658786983E-03                     
+AS G04  2009  4  1 21 50  0.000000  1   -0.352212389671E-04                     
+AS G06  2009  4  1 21 50  0.000000  1    0.608515095669E-04                     
+AS G08  2009  4  1 21 50  0.000000  1   -0.196596219761E-03                     
+AS G09  2009  4  1 21 50  0.000000  1    0.485257896560E-04                     
+AS G10  2009  4  1 21 50  0.000000  1   -0.136441987511E-04                     
+AS G14  2009  4  1 21 50  0.000000  1   -0.132193495421E-03                     
+AS G13  2009  4  1 21 50  0.000000  1    0.293302927233E-03                     
+AS G28  2009  4  1 21 50  0.000000  1   -0.238380608351E-04                     
+AS G21  2009  4  1 21 50  0.000000  1    0.214567203209E-04                     
+AS G11  2009  4  1 21 50  0.000000  1    0.270624613948E-05                     
+AS G22  2009  4  1 21 50  0.000000  1    0.202403189847E-03                     
+AS G20  2009  4  1 21 50  0.000000  1    0.865215481027E-04                     
+AS G18  2009  4  1 21 50  0.000000  1   -0.693992457487E-04                     
+AS G16  2009  4  1 21 50  0.000000  1    0.628910401493E-04                     
+AS G19  2009  4  1 21 50  0.000000  1    0.293261037383E-04                     
+AS G23  2009  4  1 21 50  0.000000  1    0.389002418401E-03                     
+AS G02  2009  4  1 21 50  0.000000  1    0.153914207791E-03                     
+AS G31  2009  4  1 21 50  0.000000  1   -0.565123220430E-04                     
+AS G17  2009  4  1 21 50  0.000000  1    0.524966472127E-04                     
+AS G12  2009  4  1 21 50  0.000000  1   -0.299364437825E-03                     
+AS G15  2009  4  1 21 50  0.000000  1   -0.276169907436E-03                     
+AS G29  2009  4  1 21 50  0.000000  1    0.500048468032E-05                     
+AS G07  2009  4  1 21 50  0.000000  1    0.209624333349E-04                     
+AS R02  2009  4  1 21 50  0.000000  1    0.205396549120E-04                     
+AS R03  2009  4  1 21 50  0.000000  1   -0.343913763438E-04                     
+AS R04  2009  4  1 21 50  0.000000  1    0.635503133160E-04                     
+AS R06  2009  4  1 21 50  0.000000  1   -0.169271305083E-03                     
+AS R07  2009  4  1 21 50  0.000000  1   -0.891124877429E-04                     
+AS R08  2009  4  1 21 50  0.000000  1   -0.101966376121E-03                     
+AS R10  2009  4  1 21 50  0.000000  1   -0.140817218652E-03                     
+AS R11  2009  4  1 21 50  0.000000  1   -0.926635411884E-04                     
+AS R13  2009  4  1 21 50  0.000000  1   -0.230684237185E-03                     
+AS R14  2009  4  1 21 50  0.000000  1   -0.795051411056E-04                     
+AS R15  2009  4  1 21 50  0.000000  1    0.921527906225E-04                     
+AS R17  2009  4  1 21 50  0.000000  1   -0.261302201488E-03                     
+AS R18  2009  4  1 21 50  0.000000  1   -0.136160268541E-05                     
+AS R19  2009  4  1 21 50  0.000000  1   -0.894600651240E-04                     
+AS R20  2009  4  1 21 50  0.000000  1   -0.650190901130E-04                     
+AS R21  2009  4  1 21 50  0.000000  1   -0.143388853750E-03                     
+AS R22  2009  4  1 21 50  0.000000  1   -0.201677163186E-03                     
+AS R23  2009  4  1 21 50  0.000000  1   -0.200113396176E-03                     
+AR ALGO 2009  4  1 21 50  0.000000  1    0.812809362244E-04                     
+AR ALIC 2009  4  1 21 50  0.000000  1    0.160926057802E-08                     
+AR AMC2 2009  4  1 21 50  0.000000  1    0.258728926970E-08                     
+AR ANKR 2009  4  1 21 50  0.000000  1    0.496679695153E-03                     
+AR ARTU 2009  4  1 21 50  0.000000  1   -0.577012742156E-07                     
+AR ASPA 2009  4  1 21 50  0.000000  1    0.990075343529E-08                     
+AR BHR1 2009  4  1 21 50  0.000000  1    0.563383355008E-03                     
+AR BARH 2009  4  1 21 50  0.000000  1    0.121316419484E-08                     
+AR BJFS 2009  4  1 21 50  0.000000  1   -0.452352875512E-07                     
+AR BOGT 2009  4  1 21 50  0.000000  1   -0.790731858640E-07                     
+AR BRMU 2009  4  1 21 50  0.000000  1    0.437227498318E-03                     
+AR CAGZ 2009  4  1 21 50  0.000000  1    0.135976585882E-03                     
+AR CAS1 2009  4  1 21 50  0.000000  1    0.527710505755E-08                     
+AR CHAT 2009  4  1 21 50  0.000000  1   -0.526820848135E-07                     
+AR CHPI 2009  4  1 21 50  0.000000  1   -0.547429989173E-07                     
+AR COCO 2009  4  1 21 50  0.000000  1    0.227648206193E-03                     
+AR CONZ 2009  4  1 21 50  0.000000  1    0.345012806443E-03                     
+AR CRAR 2009  4  1 21 50  0.000000  1   -0.474864121533E-04                     
+AR CRO1 2009  4  1 21 50  0.000000  1    0.665109174588E-03                     
+AR DAEJ 2009  4  1 21 50  0.000000  1   -0.196501651400E-03                     
+AR DARW 2009  4  1 21 50  0.000000  1    0.259391366284E-08                     
+AR DGAR 2009  4  1 21 50  0.000000  1   -0.588524083648E-07                     
+AR DRAO 2009  4  1 21 50  0.000000  1    0.261383167731E-05                     
+AR FAA1 2009  4  1 21 50  0.000000  1   -0.989609083209E-08                     
+AR FAIR 2009  4  1 21 50  0.000000  1   -0.549378936512E-07                     
+AR GLPS 2009  4  1 21 50  0.000000  1   -0.901460766710E-07                     
+AR GUAM 2009  4  1 21 50  0.000000  1   -0.552625878805E-07                     
+AR GUAT 2009  4  1 21 50  0.000000  1    0.130052830368E-07                     
+AR HOB2 2009  4  1 21 50  0.000000  1    0.910315555168E-07                     
+AR HOFN 2009  4  1 21 50  0.000000  1    0.461518805151E-03                     
+AR HOLM 2009  4  1 21 50  0.000000  1   -0.588464804294E-07                     
+AR HRAO 2009  4  1 21 50  0.000000  1    0.849474365314E-03                     
+AR HYDE 2009  4  1 21 50  0.000000  1   -0.198261646403E-08                     
+AR IRKJ 2009  4  1 21 50  0.000000  1    0.163746315389E-03                     
+AR ISPA 2009  4  1 21 50  0.000000  1   -0.717249642612E-07                     
+AR KARR 2009  4  1 21 50  0.000000  1   -0.500735640771E-07                     
+AR KERG 2009  4  1 21 50  0.000000  1    0.817495884996E-03                     
+AR KHAJ 2009  4  1 21 50  0.000000  1   -0.150707248231E-05                     
+AR KIR0 2009  4  1 21 50  0.000000  1    0.282322217053E-03                     
+AR KIRU 2009  4  1 21 50  0.000000  1    0.591382222417E-03                     
+AR KIT3 2009  4  1 21 50  0.000000  1   -0.247729385773E-07                     
+AR KOUR 2009  4  1 21 50  0.000000  1    0.125016074284E-03                     
+AR KUNM 2009  4  1 21 50  0.000000  1    0.468642538726E-07                     
+AR LHAZ 2009  4  1 21 50  0.000000  1   -0.444723893331E-04                     
+AR MAL2 2009  4  1 21 50  0.000000  1   -0.875408124489E-08                     
+AR MAS1 2009  4  1 21 50  0.000000  1   -0.101605517757E-03                     
+AR MAW1 2009  4  1 21 50  0.000000  1    0.613329517504E-08                     
+AR MCIL 2009  4  1 21 50  0.000000  1    0.286663116842E-07                     
+AR MCM4 2009  4  1 21 50  0.000000  1   -0.489482257525E-07                     
+AR MDO1 2009  4  1 21 50  0.000000  1   -0.549289882856E-07                     
+AR MDVJ 2009  4  1 21 50  0.000000  1    0.438552296402E-03                     
+AR MKEA 2009  4  1 21 50  0.000000  1   -0.665345672897E-07                     
+AR MOBS 2009  4  1 21 50  0.000000  1   -0.330016460983E-08                     
+AR NANO 2009  4  1 21 50  0.000000  1   -0.921471282258E-09                     
+AR NLIB 2009  4  1 21 50  0.000000  1   -0.115988986298E-06                     
+AR NNOR 2009  4  1 21 50  0.000000  1    0.365800947430E-03                     
+AR NRC1 2009  4  1 21 50  0.000000  1   -0.448284456222E-05                     
+AR NRIL 2009  4  1 21 50  0.000000  1   -0.480020680920E-07                     
+AR NRMD 2009  4  1 21 50  0.000000  1    0.202874422543E-07                     
+AR NTUS 2009  4  1 21 50  0.000000  1    0.523299874711E-08                     
+AR NYAL 2009  4  1 21 50  0.000000  1    0.956663456387E-07                     
+AR OHI3 2009  4  1 21 50  0.000000  1    0.798871223894E-04                     
+AR ONSA 2009  4  1 21 50  0.000000  1   -0.324833284434E-04                     
+AR PDEL 2009  4  1 21 50  0.000000  1    0.293109070041E-10                     
+AR PERT 2009  4  1 21 50  0.000000  1   -0.555883987771E-07                     
+AR PETP 2009  4  1 21 50  0.000000  1   -0.658903343371E-07                     
+AR PIMO 2009  4  1 21 50  0.000000  1   -0.483671987837E-07                     
+AR QAQ1 2009  4  1 21 50  0.000000  1   -0.579199836141E-07                     
+AR QUIN 2009  4  1 21 50  0.000000  1   -0.736785572434E-07                     
+AR RABT 2009  4  1 21 50  0.000000  1   -0.445572670010E-07                     
+AR RAMO 2009  4  1 21 50  0.000000  1   -0.542950138349E-08                     
+AR RCMN 2009  4  1 21 50  0.000000  1    0.685718106460E-08                     
+AR REDU 2009  4  1 21 50  0.000000  1   -0.494522532651E-07                     
+AR REUN 2009  4  1 21 50  0.000000  1    0.271345509223E-07                     
+AR REYK 2009  4  1 21 50  0.000000  1   -0.270378421117E-03                     
+AR SCH2 2009  4  1 21 50  0.000000  1    0.190914089559E-03                     
+AR SCUB 2009  4  1 21 50  0.000000  1   -0.356967822184E-07                     
+AR STJO 2009  4  1 21 50  0.000000  1   -0.707575290845E-05                     
+AR SYDN 2009  4  1 21 50  0.000000  1    0.141130090184E-05                     
+AR SYOG 2009  4  1 21 50  0.000000  1    0.140150802766E-04                     
+AR THU2 2009  4  1 21 50  0.000000  1    0.233967884720E-03                     
+AR TOW2 2009  4  1 21 50  0.000000  1    0.536352676136E-09                     
+AR URUM 2009  4  1 21 50  0.000000  1   -0.219712113532E-03                     
+AR VESL 2009  4  1 21 50  0.000000  1   -0.530138740828E-04                     
+AR VILL 2009  4  1 21 50  0.000000  1   -0.557883957723E-07                     
+AR WTZR 2009  4  1 21 50  0.000000  1    0.470852843164E-07                     
+AR WUHN 2009  4  1 21 50  0.000000  1   -0.478083527488E-07                     
+AR YSSK 2009  4  1 21 50  0.000000  1   -0.542972099974E-07                     
+AR ZIM2 2009  4  1 21 50  0.000000  1    0.295785848388E-07                     
+AR XMIS 2009  4  1 21 50  0.000000  1   -0.437318757494E-09                     
+AR GODZ 2009  4  1 21 50  0.000000  1   -0.469117583075E-03                     
+AR MTKA 2009  4  1 21 50  0.000000  1   -0.537150005740E-07                     
+AR TIXJ 2009  4  1 21 50  0.000000  1   -0.183512722995E-03                     
+AR PARK 2009  4  1 21 50  0.000000  1    0.809788298874E-06                     
+AR UNBJ 2009  4  1 21 50  0.000000  1    0.214521265566E-03                     
+AR NOVM 2009  4  1 21 50  0.000000  1    0.798330107988E-04                     
+AR SUNM 2009  4  1 21 50  0.000000  1   -0.121095835448E-03                     
+AR CEBR 2009  4  1 21 50  0.000000  1    0.719432333084E-03                     
+AR CPXF 2009  4  1 21 50  0.000000  1   -0.312397601025E-08                     
+AR IDDR 2009  4  1 21 50  0.000000  1    0.127744330606E-07                     
+AR AZGB 2009  4  1 21 50  0.000000  1   -0.177628928587E-03                     
+AR TN22 2009  4  1 21 50  0.000000  1    0.376329883299E-03                     
+AR ETAD 2009  4  1 21 50  0.000000  1    0.265006610566E-07                     
+AR ILHA 2009  4  1 21 50  0.000000  1    0.138534715956E-08                     
+AR POVE 2009  4  1 21 50  0.000000  1   -0.156737701188E-07                     
+AR RECF 2009  4  1 21 50  0.000000  1    0.121026936896E-07                     
+AR SALU 2009  4  1 21 50  0.000000  1    0.175982253048E-07                     
+AR SAVO 2009  4  1 21 50  0.000000  1    0.149751017151E-07                     
+AR UFPR 2009  4  1 21 50  0.000000  1    0.139591904875E-07                     
+AR YELL 2009  4  1 21 50  0.000000  1    0.251573000000E-06                     
+AS G32  2009  4  1 21 55  0.000000  1    0.280014594738E-03                     
+AS G24  2009  4  1 21 55  0.000000  1    0.177936082502E-03                     
+AS G25  2009  4  1 21 55  0.000000  1    0.335314937244E-03                     
+AS G26  2009  4  1 21 55  0.000000  1    0.545321295811E-04                     
+AS G27  2009  4  1 21 55  0.000000  1    0.372526616191E-04                     
+AS G30  2009  4  1 21 55  0.000000  1    0.136346298942E-03                     
+AS G03  2009  4  1 21 55  0.000000  1    0.373660370772E-03                     
+AS G04  2009  4  1 21 55  0.000000  1   -0.352256864760E-04                     
+AS G06  2009  4  1 21 55  0.000000  1    0.608569598759E-04                     
+AS G08  2009  4  1 21 55  0.000000  1   -0.196596446878E-03                     
+AS G09  2009  4  1 21 55  0.000000  1    0.485260628365E-04                     
+AS G10  2009  4  1 21 55  0.000000  1   -0.136444725503E-04                     
+AS G14  2009  4  1 21 55  0.000000  1   -0.132191577306E-03                     
+AS G13  2009  4  1 21 55  0.000000  1    0.293303248352E-03                     
+AS G28  2009  4  1 21 55  0.000000  1   -0.238381703372E-04                     
+AS G21  2009  4  1 21 55  0.000000  1    0.214561757438E-04                     
+AS G11  2009  4  1 21 55  0.000000  1    0.270570382531E-05                     
+AS G22  2009  4  1 21 55  0.000000  1    0.202403557819E-03                     
+AS G20  2009  4  1 21 55  0.000000  1    0.865212556087E-04                     
+AS G18  2009  4  1 21 55  0.000000  1   -0.693983761727E-04                     
+AS G16  2009  4  1 21 55  0.000000  1    0.628901583417E-04                     
+AS G19  2009  4  1 21 55  0.000000  1    0.293256416998E-04                     
+AS G23  2009  4  1 21 55  0.000000  1    0.389002382718E-03                     
+AS G02  2009  4  1 21 55  0.000000  1    0.153914186531E-03                     
+AS G31  2009  4  1 21 55  0.000000  1   -0.565123393907E-04                     
+AS G17  2009  4  1 21 55  0.000000  1    0.524973092619E-04                     
+AS G12  2009  4  1 21 55  0.000000  1   -0.299362983630E-03                     
+AS G15  2009  4  1 21 55  0.000000  1   -0.276171596868E-03                     
+AS G29  2009  4  1 21 55  0.000000  1    0.500164090823E-05                     
+AS G07  2009  4  1 21 55  0.000000  1    0.209624506613E-04                     
+AS R02  2009  4  1 21 55  0.000000  1    0.205387429323E-04                     
+AS R03  2009  4  1 21 55  0.000000  1   -0.343929857426E-04                     
+AS R04  2009  4  1 21 55  0.000000  1    0.635468459700E-04                     
+AS R06  2009  4  1 21 55  0.000000  1   -0.169270999147E-03                     
+AS R07  2009  4  1 21 55  0.000000  1   -0.891117593872E-04                     
+AS R08  2009  4  1 21 55  0.000000  1   -0.101966225113E-03                     
+AS R10  2009  4  1 21 55  0.000000  1   -0.140816754385E-03                     
+AS R11  2009  4  1 21 55  0.000000  1   -0.926638864542E-04                     
+AS R13  2009  4  1 21 55  0.000000  1   -0.230684448488E-03                     
+AS R14  2009  4  1 21 55  0.000000  1   -0.795038789042E-04                     
+AS R15  2009  4  1 21 55  0.000000  1    0.921540171919E-04                     
+AS R17  2009  4  1 21 55  0.000000  1   -0.261302590959E-03                     
+AS R18  2009  4  1 21 55  0.000000  1   -0.136204123196E-05                     
+AS R19  2009  4  1 21 55  0.000000  1   -0.894605060656E-04                     
+AS R20  2009  4  1 21 55  0.000000  1   -0.650192428683E-04                     
+AS R21  2009  4  1 21 55  0.000000  1   -0.143389012975E-03                     
+AS R22  2009  4  1 21 55  0.000000  1   -0.201678018658E-03                     
+AS R23  2009  4  1 21 55  0.000000  1   -0.200111799707E-03                     
+AR ALGO 2009  4  1 21 55  0.000000  1    0.812846005907E-04                     
+AR ALIC 2009  4  1 21 55  0.000000  1    0.245406179221E-08                     
+AR AMC2 2009  4  1 21 55  0.000000  1    0.260634674432E-08                     
+AR ANKR 2009  4  1 21 55  0.000000  1   -0.441281262874E-03                     
+AR ARTU 2009  4  1 21 55  0.000000  1   -0.595500520885E-07                     
+AR ASPA 2009  4  1 21 55  0.000000  1   -0.332297595568E-08                     
+AR BHR1 2009  4  1 21 55  0.000000  1    0.563383446971E-03                     
+AR BARH 2009  4  1 21 55  0.000000  1    0.325638268100E-08                     
+AR BJFS 2009  4  1 21 55  0.000000  1   -0.509546719815E-07                     
+AR BOGT 2009  4  1 21 55  0.000000  1   -0.805443175937E-07                     
+AR BRMU 2009  4  1 21 55  0.000000  1   -0.639922371230E-04                     
+AR CAGZ 2009  4  1 21 55  0.000000  1    0.359268312062E-03                     
+AR CAS1 2009  4  1 21 55  0.000000  1    0.119157329669E-07                     
+AR CHAT 2009  4  1 21 55  0.000000  1   -0.510251776566E-07                     
+AR CHPI 2009  4  1 21 55  0.000000  1   -0.518528538024E-07                     
+AR COCO 2009  4  1 21 55  0.000000  1    0.227648416457E-03                     
+AR CONZ 2009  4  1 21 55  0.000000  1    0.203827025962E-03                     
+AR CRAR 2009  4  1 21 55  0.000000  1   -0.721618342419E-04                     
+AR CRO1 2009  4  1 21 55  0.000000  1    0.665109208237E-03                     
+AR DAEJ 2009  4  1 21 55  0.000000  1   -0.196501437876E-03                     
+AR DARW 2009  4  1 21 55  0.000000  1    0.131392732529E-08                     
+AR DGAR 2009  4  1 21 55  0.000000  1   -0.574193679589E-07                     
+AR DRAO 2009  4  1 21 55  0.000000  1    0.265037076632E-05                     
+AR FAA1 2009  4  1 21 55  0.000000  1   -0.875622301553E-08                     
+AR FAIR 2009  4  1 21 55  0.000000  1   -0.565203256725E-07                     
+AR GLPS 2009  4  1 21 55  0.000000  1   -0.897765675599E-07                     
+AR GUAM 2009  4  1 21 55  0.000000  1   -0.562221085807E-07                     
+AR GUAT 2009  4  1 21 55  0.000000  1    0.111995761531E-07                     
+AR HOB2 2009  4  1 21 55  0.000000  1    0.910527206272E-07                     
+AR HOFN 2009  4  1 21 55  0.000000  1   -0.461730291016E-03                     
+AR HOLM 2009  4  1 21 55  0.000000  1   -0.559377652739E-07                     
+AR HRAO 2009  4  1 21 55  0.000000  1    0.849474472810E-03                     
+AR HYDE 2009  4  1 21 55  0.000000  1   -0.214045323065E-08                     
+AR IRKJ 2009  4  1 21 55  0.000000  1    0.163746320349E-03                     
+AR ISPA 2009  4  1 21 55  0.000000  1   -0.693782225515E-07                     
+AR KARR 2009  4  1 21 55  0.000000  1   -0.504185035288E-07                     
+AR KERG 2009  4  1 21 55  0.000000  1    0.817495492733E-03                     
+AR KHAJ 2009  4  1 21 55  0.000000  1   -0.150704418093E-05                     
+AR KIR0 2009  4  1 21 55  0.000000  1    0.282315618600E-03                     
+AR KIRU 2009  4  1 21 55  0.000000  1    0.591379997411E-03                     
+AR KIT3 2009  4  1 21 55  0.000000  1   -0.233628115797E-07                     
+AR KOUR 2009  4  1 21 55  0.000000  1    0.125016094899E-03                     
+AR KUNM 2009  4  1 21 55  0.000000  1    0.269184085638E-07                     
+AR LHAZ 2009  4  1 21 55  0.000000  1   -0.193354340478E-04                     
+AR MAL2 2009  4  1 21 55  0.000000  1   -0.424334034878E-08                     
+AR MAS1 2009  4  1 21 55  0.000000  1   -0.101605649205E-03                     
+AR MAW1 2009  4  1 21 55  0.000000  1    0.637154228191E-08                     
+AR MCIL 2009  4  1 21 55  0.000000  1    0.286562748049E-07                     
+AR MCM4 2009  4  1 21 55  0.000000  1   -0.593573724989E-07                     
+AR MDO1 2009  4  1 21 55  0.000000  1   -0.551386895875E-07                     
+AR MDVJ 2009  4  1 21 55  0.000000  1    0.438552305423E-03                     
+AR MKEA 2009  4  1 21 55  0.000000  1   -0.657819649018E-07                     
+AR MOBS 2009  4  1 21 55  0.000000  1   -0.408028570096E-08                     
+AR NANO 2009  4  1 21 55  0.000000  1    0.406786447802E-08                     
+AR NLIB 2009  4  1 21 55  0.000000  1   -0.115954360482E-06                     
+AR NNOR 2009  4  1 21 55  0.000000  1    0.365800766003E-03                     
+AR NRC1 2009  4  1 21 55  0.000000  1   -0.448282538558E-05                     
+AR NRIL 2009  4  1 21 55  0.000000  1   -0.513081464370E-07                     
+AR NRMD 2009  4  1 21 55  0.000000  1    0.207084241949E-07                     
+AR NTUS 2009  4  1 21 55  0.000000  1    0.428396295002E-08                     
+AR NYAL 2009  4  1 21 55  0.000000  1    0.956835851673E-07                     
+AR OHI3 2009  4  1 21 55  0.000000  1    0.194098425783E-03                     
+AR ONSA 2009  4  1 21 55  0.000000  1   -0.324833694133E-04                     
+AR PDEL 2009  4  1 21 55  0.000000  1    0.158121420784E-08                     
+AR PERT 2009  4  1 21 55  0.000000  1   -0.587144604963E-07                     
+AR PETP 2009  4  1 21 55  0.000000  1   -0.651367241412E-07                     
+AR PIMO 2009  4  1 21 55  0.000000  1   -0.439411956542E-07                     
+AR QAQ1 2009  4  1 21 55  0.000000  1   -0.573643651911E-07                     
+AR QUIN 2009  4  1 21 55  0.000000  1   -0.663340564688E-07                     
+AR RABT 2009  4  1 21 55  0.000000  1   -0.458871870702E-07                     
+AR RAMO 2009  4  1 21 55  0.000000  1   -0.679570746737E-08                     
+AR RCMN 2009  4  1 21 55  0.000000  1    0.590548717349E-08                     
+AR REDU 2009  4  1 21 55  0.000000  1   -0.443965899527E-07                     
+AR REUN 2009  4  1 21 55  0.000000  1    0.275911371724E-07                     
+AR REYK 2009  4  1 21 55  0.000000  1   -0.272101313488E-03                     
+AR SCH2 2009  4  1 21 55  0.000000  1    0.190931577354E-03                     
+AR SCUB 2009  4  1 21 55  0.000000  1   -0.366127745277E-07                     
+AR STJO 2009  4  1 21 55  0.000000  1   -0.707604148905E-05                     
+AR SYDN 2009  4  1 21 55  0.000000  1    0.141135086625E-05                     
+AR SYOG 2009  4  1 21 55  0.000000  1    0.140145475280E-04                     
+AR THU2 2009  4  1 21 55  0.000000  1    0.231965665390E-03                     
+AR TOW2 2009  4  1 21 55  0.000000  1   -0.459045518919E-09                     
+AR URUM 2009  4  1 21 55  0.000000  1   -0.291025961603E-03                     
+AR VESL 2009  4  1 21 55  0.000000  1   -0.170336597248E-04                     
+AR VILL 2009  4  1 21 55  0.000000  1   -0.605617911734E-07                     
+AR WTZR 2009  4  1 21 55  0.000000  1    0.471042164038E-07                     
+AR WUHN 2009  4  1 21 55  0.000000  1   -0.491396436237E-07                     
+AR YSSK 2009  4  1 21 55  0.000000  1   -0.509506675293E-07                     
+AR ZIM2 2009  4  1 21 55  0.000000  1    0.302799763077E-07                     
+AR XMIS 2009  4  1 21 55  0.000000  1   -0.115399332728E-08                     
+AR GODZ 2009  4  1 21 55  0.000000  1   -0.469117544923E-03                     
+AR MTKA 2009  4  1 21 55  0.000000  1   -0.557970797337E-07                     
+AR TIXJ 2009  4  1 21 55  0.000000  1   -0.185934774522E-03                     
+AR PARK 2009  4  1 21 55  0.000000  1    0.809985164926E-06                     
+AR UNBJ 2009  4  1 21 55  0.000000  1    0.141380392763E-03                     
+AR NOVM 2009  4  1 21 55  0.000000  1    0.798330142546E-04                     
+AR SUNM 2009  4  1 21 55  0.000000  1   -0.278702180896E-03                     
+AR CEBR 2009  4  1 21 55  0.000000  1    0.719432363588E-03                     
+AR CPXF 2009  4  1 21 55  0.000000  1   -0.145299465561E-08                     
+AR IDDR 2009  4  1 21 55  0.000000  1    0.114179414783E-07                     
+AR AZGB 2009  4  1 21 55  0.000000  1   -0.316910025233E-03                     
+AR TN22 2009  4  1 21 55  0.000000  1    0.304230089286E-03                     
+AR ETAD 2009  4  1 21 55  0.000000  1    0.286957140438E-07                     
+AR ILHA 2009  4  1 21 55  0.000000  1    0.535083855330E-08                     
+AR POVE 2009  4  1 21 55  0.000000  1   -0.135720242612E-07                     
+AR RECF 2009  4  1 21 55  0.000000  1    0.135112997243E-07                     
+AR SALU 2009  4  1 21 55  0.000000  1    0.152923220047E-07                     
+AR SAVO 2009  4  1 21 55  0.000000  1    0.144400400918E-07                     
+AR UFPR 2009  4  1 21 55  0.000000  1    0.151453776911E-07                     
+AR YELL 2009  4  1 21 55  0.000000  1    0.251644000000E-06                     
+AS G32  2009  4  1 22  0  0.000000  1    0.280013202721E-03                     
+AS G24  2009  4  1 22  0  0.000000  1    0.177937367734E-03                     
+AS G25  2009  4  1 22  0  0.000000  1    0.335321512966E-03                     
+AS G26  2009  4  1 22  0  0.000000  1    0.545328166263E-04                     
+AS G27  2009  4  1 22  0  0.000000  1    0.372529471952E-04                     
+AS G30  2009  4  1 22  0  0.000000  1    0.136347849430E-03                     
+AS G03  2009  4  1 22  0  0.000000  1    0.373662121438E-03                     
+AS G04  2009  4  1 22  0  0.000000  1   -0.352298993989E-04                     
+AS G06  2009  4  1 22  0  0.000000  1    0.608624364339E-04                     
+AS G08  2009  4  1 22  0  0.000000  1   -0.196597443606E-03                     
+AS G09  2009  4  1 22  0  0.000000  1    0.485268627616E-04                     
+AS G10  2009  4  1 22  0  0.000000  1   -0.136445997947E-04                     
+AS G14  2009  4  1 22  0  0.000000  1   -0.132189856496E-03                     
+AS G13  2009  4  1 22  0  0.000000  1    0.293303685175E-03                     
+AS G28  2009  4  1 22  0  0.000000  1   -0.238381368858E-04                     
+AS G21  2009  4  1 22  0  0.000000  1    0.214558961781E-04                     
+AS G11  2009  4  1 22  0  0.000000  1    0.270504426455E-05                     
+AS G22  2009  4  1 22  0  0.000000  1    0.202403364435E-03                     
+AS G20  2009  4  1 22  0  0.000000  1    0.865208646728E-04                     
+AS G18  2009  4  1 22  0  0.000000  1   -0.693972206120E-04                     
+AS G16  2009  4  1 22  0  0.000000  1    0.628892665377E-04                     
+AS G19  2009  4  1 22  0  0.000000  1    0.293257116801E-04                     
+AS G23  2009  4  1 22  0  0.000000  1    0.389002660012E-03                     
+AS G02  2009  4  1 22  0  0.000000  1    0.153914088056E-03                     
+AS G31  2009  4  1 22  0  0.000000  1   -0.565128664760E-04                     
+AS G17  2009  4  1 22  0  0.000000  1    0.524978705673E-04                     
+AS G12  2009  4  1 22  0  0.000000  1   -0.299361601008E-03                     
+AS G15  2009  4  1 22  0  0.000000  1   -0.276172910975E-03                     
+AS G29  2009  4  1 22  0  0.000000  1    0.500282059754E-05                     
+AS G07  2009  4  1 22  0  0.000000  1    0.209622099024E-04                     
+AS R02  2009  4  1 22  0  0.000000  1    0.205376682975E-04                     
+AS R03  2009  4  1 22  0  0.000000  1   -0.343937766774E-04                     
+AS R04  2009  4  1 22  0  0.000000  1    0.635443736551E-04                     
+AS R06  2009  4  1 22  0  0.000000  1   -0.169271468568E-03                     
+AS R07  2009  4  1 22  0  0.000000  1   -0.891114021997E-04                     
+AS R08  2009  4  1 22  0  0.000000  1   -0.101965809938E-03                     
+AS R10  2009  4  1 22  0  0.000000  1   -0.140816861914E-03                     
+AS R11  2009  4  1 22  0  0.000000  1   -0.926642181252E-04                     
+AS R13  2009  4  1 22  0  0.000000  1   -0.230684876986E-03                     
+AS R14  2009  4  1 22  0  0.000000  1   -0.795033184437E-04                     
+AS R15  2009  4  1 22  0  0.000000  1    0.921552292871E-04                     
+AS R17  2009  4  1 22  0  0.000000  1   -0.261302758847E-03                     
+AS R18  2009  4  1 22  0  0.000000  1   -0.136208310971E-05                     
+AS R19  2009  4  1 22  0  0.000000  1   -0.894607717841E-04                     
+AS R20  2009  4  1 22  0  0.000000  1   -0.650188022553E-04                     
+AS R21  2009  4  1 22  0  0.000000  1   -0.143389427280E-03                     
+AS R22  2009  4  1 22  0  0.000000  1   -0.201678848559E-03                     
+AS R23  2009  4  1 22  0  0.000000  1   -0.200110722165E-03                     
+AR ALGO 2009  4  1 22  0  0.000000  1    0.812881661065E-04                     
+AR ALIC 2009  4  1 22  0  0.000000  1    0.631317325714E-08                     
+AR AMC2 2009  4  1 22  0  0.000000  1    0.262959735328E-08                     
+AR ANKR 2009  4  1 22  0  0.000000  1   -0.379196637298E-03                     
+AR ARTU 2009  4  1 22  0  0.000000  1   -0.614545701078E-07                     
+AR ASPA 2009  4  1 22  0  0.000000  1    0.356234449523E-07                     
+AR BHR1 2009  4  1 22  0  0.000000  1    0.563383535061E-03                     
+AR BARH 2009  4  1 22  0  0.000000  1    0.421351481446E-08                     
+AR BJFS 2009  4  1 22  0  0.000000  1   -0.528246711752E-07                     
+AR BOGT 2009  4  1 22  0  0.000000  1   -0.779420969962E-07                     
+AR BRMU 2009  4  1 22  0  0.000000  1    0.435190818043E-03                     
+AR CAGZ 2009  4  1 22  0  0.000000  1   -0.417429807159E-03                     
+AR CAS1 2009  4  1 22  0  0.000000  1    0.105911833584E-07                     
+AR CHAT 2009  4  1 22  0  0.000000  1   -0.500834198124E-07                     
+AR CHPI 2009  4  1 22  0  0.000000  1   -0.526045794265E-07                     
+AR COCO 2009  4  1 22  0  0.000000  1    0.227648545940E-03                     
+AR CONZ 2009  4  1 22  0  0.000000  1    0.628212402900E-04                     
+AR CRAR 2009  4  1 22  0  0.000000  1   -0.968178105193E-04                     
+AR CRO1 2009  4  1 22  0  0.000000  1    0.665109246798E-03                     
+AR DAEJ 2009  4  1 22  0  0.000000  1   -0.196501048987E-03                     
+AR DARW 2009  4  1 22  0  0.000000  1    0.442061696226E-08                     
+AR DGAR 2009  4  1 22  0  0.000000  1   -0.559938714880E-07                     
+AR DRAO 2009  4  1 22  0  0.000000  1    0.268700087420E-05                     
+AR FAA1 2009  4  1 22  0  0.000000  1   -0.917328611602E-08                     
+AR FAIR 2009  4  1 22  0  0.000000  1   -0.537735582596E-07                     
+AR GLPS 2009  4  1 22  0  0.000000  1   -0.894503244937E-07                     
+AR GUAM 2009  4  1 22  0  0.000000  1   -0.578484270125E-07                     
+AR GUAT 2009  4  1 22  0  0.000000  1    0.134486968512E-07                     
+AR HOB2 2009  4  1 22  0  0.000000  1    0.910815294458E-07                     
+AR HOFN 2009  4  1 22  0  0.000000  1   -0.385010806990E-03                     
+AR HOLM 2009  4  1 22  0  0.000000  1   -0.508143218939E-07                     
+AR HRAO 2009  4  1 22  0  0.000000  1    0.849474571537E-03                     
+AR HYDE 2009  4  1 22  0  0.000000  1    0.397210833312E-08                     
+AR IRKJ 2009  4  1 22  0  0.000000  1    0.163746339254E-03                     
+AR ISPA 2009  4  1 22  0  0.000000  1   -0.673836185177E-07                     
+AR KARR 2009  4  1 22  0  0.000000  1   -0.506340573899E-07                     
+AR KERG 2009  4  1 22  0  0.000000  1    0.817495267906E-03                     
+AR KHAJ 2009  4  1 22  0  0.000000  1   -0.150702807969E-05                     
+AR KIR0 2009  4  1 22  0  0.000000  1    0.282308886792E-03                     
+AR KIRU 2009  4  1 22  0  0.000000  1    0.591376597104E-03                     
+AR KIT3 2009  4  1 22  0  0.000000  1   -0.121114982584E-07                     
+AR KOUR 2009  4  1 22  0  0.000000  1    0.125016142345E-03                     
+AR KUNM 2009  4  1 22  0  0.000000  1    0.197241084569E-07                     
+AR LHAZ 2009  4  1 22  0  0.000000  1    0.586487782032E-05                     
+AR MAL2 2009  4  1 22  0  0.000000  1    0.244163520115E-09                     
+AR MAS1 2009  4  1 22  0  0.000000  1   -0.101605838348E-03                     
+AR MAW1 2009  4  1 22  0  0.000000  1    0.427420798386E-08                     
+AR MCIL 2009  4  1 22  0  0.000000  1    0.283359600846E-07                     
+AR MCM4 2009  4  1 22  0  0.000000  1   -0.585682406270E-07                     
+AR MDO1 2009  4  1 22  0  0.000000  1   -0.494364363906E-07                     
+AR MDVJ 2009  4  1 22  0  0.000000  1    0.438552322891E-03                     
+AR MKEA 2009  4  1 22  0  0.000000  1   -0.662042990796E-07                     
+AR MOBS 2009  4  1 22  0  0.000000  1   -0.355745591496E-08                     
+AR NANO 2009  4  1 22  0  0.000000  1    0.932081061867E-08                     
+AR NLIB 2009  4  1 22  0  0.000000  1   -0.115527783972E-06                     
+AR NNOR 2009  4  1 22  0  0.000000  1    0.365801559481E-03                     
+AR NRC1 2009  4  1 22  0  0.000000  1   -0.448279771917E-05                     
+AR NRIL 2009  4  1 22  0  0.000000  1   -0.523915964083E-07                     
+AR NRMD 2009  4  1 22  0  0.000000  1    0.212034446843E-07                     
+AR NTUS 2009  4  1 22  0  0.000000  1    0.312044778066E-08                     
+AR NYAL 2009  4  1 22  0  0.000000  1    0.957131305316E-07                     
+AR OHI3 2009  4  1 22  0  0.000000  1    0.306867527469E-03                     
+AR ONSA 2009  4  1 22  0  0.000000  1   -0.324833800504E-04                     
+AR PDEL 2009  4  1 22  0  0.000000  1    0.190478397181E-08                     
+AR PERT 2009  4  1 22  0  0.000000  1   -0.569619585404E-07                     
+AR PETP 2009  4  1 22  0  0.000000  1   -0.628465420663E-07                     
+AR PIMO 2009  4  1 22  0  0.000000  1   -0.451747218962E-07                     
+AR QAQ1 2009  4  1 22  0  0.000000  1   -0.537622853522E-07                     
+AR QUIN 2009  4  1 22  0  0.000000  1   -0.665757410053E-07                     
+AR RABT 2009  4  1 22  0  0.000000  1   -0.488438377339E-07                     
+AR RAMO 2009  4  1 22  0  0.000000  1    0.497592184344E-07                     
+AR RCMN 2009  4  1 22  0  0.000000  1    0.528900903942E-08                     
+AR REDU 2009  4  1 22  0  0.000000  1   -0.465098783670E-07                     
+AR REUN 2009  4  1 22  0  0.000000  1    0.285338102841E-07                     
+AR REYK 2009  4  1 22  0  0.000000  1   -0.273855349756E-03                     
+AR SCH2 2009  4  1 22  0  0.000000  1    0.190948588716E-03                     
+AR SCUB 2009  4  1 22  0  0.000000  1   -0.396557165538E-07                     
+AR STJO 2009  4  1 22  0  0.000000  1   -0.707632018310E-05                     
+AR SYDN 2009  4  1 22  0  0.000000  1    0.141147176974E-05                     
+AR SYOG 2009  4  1 22  0  0.000000  1    0.140144346432E-04                     
+AR THU2 2009  4  1 22  0  0.000000  1    0.229963402321E-03                     
+AR TOW2 2009  4  1 22  0  0.000000  1   -0.121183318162E-08                     
+AR URUM 2009  4  1 22  0  0.000000  1   -0.362342986816E-03                     
+AR VESL 2009  4  1 22  0  0.000000  1    0.189969637018E-04                     
+AR VILL 2009  4  1 22  0  0.000000  1   -0.615578862175E-07                     
+AR WTZR 2009  4  1 22  0  0.000000  1    0.471381159486E-07                     
+AR WUHN 2009  4  1 22  0  0.000000  1   -0.539981383815E-07                     
+AR YSSK 2009  4  1 22  0  0.000000  1   -0.476317103530E-07                     
+AR ZIM2 2009  4  1 22  0  0.000000  1    0.294168394838E-07                     
+AR XMIS 2009  4  1 22  0  0.000000  1    0.493889589925E-08                     
+AR GODZ 2009  4  1 22  0  0.000000  1   -0.469117492267E-03                     
+AR MTKA 2009  4  1 22  0  0.000000  1   -0.571446780110E-07                     
+AR TIXJ 2009  4  1 22  0  0.000000  1   -0.188323231055E-03                     
+AR PARK 2009  4  1 22  0  0.000000  1    0.810044759266E-06                     
+AR UNBJ 2009  4  1 22  0  0.000000  1    0.684630727361E-04                     
+AR NOVM 2009  4  1 22  0  0.000000  1    0.798330567782E-04                     
+AR SUNM 2009  4  1 22  0  0.000000  1   -0.436230095978E-03                     
+AR CEBR 2009  4  1 22  0  0.000000  1    0.719432395859E-03                     
+AR CPXF 2009  4  1 22  0  0.000000  1    0.228922735988E-08                     
+AR IDDR 2009  4  1 22  0  0.000000  1    0.108275428134E-07                     
+AR AZGB 2009  4  1 22  0  0.000000  1   -0.456162492560E-03                     
+AR TN22 2009  4  1 22  0  0.000000  1    0.232138549651E-03                     
+AR ETAD 2009  4  1 22  0  0.000000  1    0.291376907840E-07                     
+AR ILHA 2009  4  1 22  0  0.000000  1    0.521286286202E-08                     
+AR POVE 2009  4  1 22  0  0.000000  1   -0.840421461500E-08                     
+AR RECF 2009  4  1 22  0  0.000000  1    0.137536143412E-07                     
+AR SALU 2009  4  1 22  0  0.000000  1    0.176910142167E-07                     
+AR SAVO 2009  4  1 22  0  0.000000  1    0.148328674007E-07                     
+AR UFPR 2009  4  1 22  0  0.000000  1    0.178854779088E-07                     
+AR YELL 2009  4  1 22  0  0.000000  1    0.251714000000E-06                     
+AS G32  2009  4  1 22  5  0.000000  1    0.280011731463E-03                     
+AS G24  2009  4  1 22  5  0.000000  1    0.177938452826E-03                     
+AS G25  2009  4  1 22  5  0.000000  1    0.335328022347E-03                     
+AS G26  2009  4  1 22  5  0.000000  1    0.545333767887E-04                     
+AS G27  2009  4  1 22  5  0.000000  1    0.372540217650E-04                     
+AS G30  2009  4  1 22  5  0.000000  1    0.136348163427E-03                     
+AS G03  2009  4  1 22  5  0.000000  1    0.373664055722E-03                     
+AS G04  2009  4  1 22  5  0.000000  1   -0.352345302697E-04                     
+AS G06  2009  4  1 22  5  0.000000  1    0.608677543484E-04                     
+AS G08  2009  4  1 22  5  0.000000  1   -0.196597497131E-03                     
+AS G09  2009  4  1 22  5  0.000000  1    0.485274509804E-04                     
+AS G10  2009  4  1 22  5  0.000000  1   -0.136454743310E-04                     
+AS G14  2009  4  1 22  5  0.000000  1   -0.132188190681E-03                     
+AS G13  2009  4  1 22  5  0.000000  1    0.293303838966E-03                     
+AS G28  2009  4  1 22  5  0.000000  1   -0.238383121977E-04                     
+AS G21  2009  4  1 22  5  0.000000  1    0.214549561417E-04                     
+AS G11  2009  4  1 22  5  0.000000  1    0.270479391688E-05                     
+AS G22  2009  4  1 22  5  0.000000  1    0.202402910774E-03                     
+AS G20  2009  4  1 22  5  0.000000  1    0.865208063522E-04                     
+AS G18  2009  4  1 22  5  0.000000  1   -0.693961606061E-04                     
+AS G16  2009  4  1 22  5  0.000000  1    0.628882941574E-04                     
+AS G19  2009  4  1 22  5  0.000000  1    0.293254535510E-04                     
+AS G23  2009  4  1 22  5  0.000000  1    0.389002799395E-03                     
+AS G02  2009  4  1 22  5  0.000000  1    0.153913787337E-03                     
+AS G31  2009  4  1 22  5  0.000000  1   -0.565131422677E-04                     
+AS G17  2009  4  1 22  5  0.000000  1    0.524982456297E-04                     
+AS G12  2009  4  1 22  5  0.000000  1   -0.299360142687E-03                     
+AS G15  2009  4  1 22  5  0.000000  1   -0.276174530658E-03                     
+AS G29  2009  4  1 22  5  0.000000  1    0.500407331975E-05                     
+AS G07  2009  4  1 22  5  0.000000  1    0.209618912356E-04                     
+AS R02  2009  4  1 22  5  0.000000  1    0.205366283540E-04                     
+AS R03  2009  4  1 22  5  0.000000  1   -0.343949599636E-04                     
+AS R04  2009  4  1 22  5  0.000000  1    0.635427107324E-04                     
+AS R06  2009  4  1 22  5  0.000000  1   -0.169273866883E-03                     
+AS R07  2009  4  1 22  5  0.000000  1   -0.891115236137E-04                     
+AS R08  2009  4  1 22  5  0.000000  1   -0.101965513398E-03                     
+AS R10  2009  4  1 22  5  0.000000  1   -0.140816818023E-03                     
+AS R11  2009  4  1 22  5  0.000000  1   -0.926645805779E-04                     
+AS R13  2009  4  1 22  5  0.000000  1   -0.230685147564E-03                     
+AS R14  2009  4  1 22  5  0.000000  1   -0.795030249811E-04                     
+AS R15  2009  4  1 22  5  0.000000  1    0.921557486695E-04                     
+AS R17  2009  4  1 22  5  0.000000  1   -0.261303086373E-03                     
+AS R18  2009  4  1 22  5  0.000000  1   -0.136204256035E-05                     
+AS R19  2009  4  1 22  5  0.000000  1   -0.894611841771E-04                     
+AS R20  2009  4  1 22  5  0.000000  1   -0.650185760362E-04                     
+AS R21  2009  4  1 22  5  0.000000  1   -0.143389762632E-03                     
+AS R22  2009  4  1 22  5  0.000000  1   -0.201679670598E-03                     
+AS R23  2009  4  1 22  5  0.000000  1   -0.200108429616E-03                     
+AR ALGO 2009  4  1 22  5  0.000000  1    0.812921588876E-04                     
+AR ALIC 2009  4  1 22  5  0.000000  1    0.577614311103E-08                     
+AR AMC2 2009  4  1 22  5  0.000000  1    0.263264735592E-08                     
+AR ANKR 2009  4  1 22  5  0.000000  1   -0.317036572293E-03                     
+AR ARTU 2009  4  1 22  5  0.000000  1   -0.619637264215E-07                     
+AR ASPA 2009  4  1 22  5  0.000000  1    0.367644580100E-07                     
+AR BHR1 2009  4  1 22  5  0.000000  1    0.563383652152E-03                     
+AR BARH 2009  4  1 22  5  0.000000  1    0.216450455103E-08                     
+AR BJFS 2009  4  1 22  5  0.000000  1   -0.464993192611E-07                     
+AR BOGT 2009  4  1 22  5  0.000000  1   -0.731845538140E-07                     
+AR BRMU 2009  4  1 22  5  0.000000  1   -0.654574841366E-04                     
+AR CAGZ 2009  4  1 22  5  0.000000  1   -0.194144667121E-03                     
+AR CAS1 2009  4  1 22  5  0.000000  1    0.933234187725E-08                     
+AR CHAT 2009  4  1 22  5  0.000000  1   -0.491845651378E-07                     
+AR CHPI 2009  4  1 22  5  0.000000  1   -0.534546214136E-07                     
+AR COCO 2009  4  1 22  5  0.000000  1    0.227648649642E-03                     
+AR CONZ 2009  4  1 22  5  0.000000  1   -0.784885851911E-04                     
+AR CRAR 2009  4  1 22  5  0.000000  1   -0.121482166591E-03                     
+AR CRO1 2009  4  1 22  5  0.000000  1    0.665109269128E-03                     
+AR DAEJ 2009  4  1 22  5  0.000000  1   -0.196500519659E-03                     
+AR DARW 2009  4  1 22  5  0.000000  1    0.163522604378E-08                     
+AR DGAR 2009  4  1 22  5  0.000000  1   -0.544142171792E-07                     
+AR DRAO 2009  4  1 22  5  0.000000  1    0.272364160054E-05                     
+AR FAA1 2009  4  1 22  5  0.000000  1   -0.747736287317E-08                     
+AR FAIR 2009  4  1 22  5  0.000000  1   -0.516123076149E-07                     
+AR GLPS 2009  4  1 22  5  0.000000  1   -0.890146107690E-07                     
+AR GUAM 2009  4  1 22  5  0.000000  1   -0.592198093090E-07                     
+AR GUAT 2009  4  1 22  5  0.000000  1    0.133625381440E-07                     
+AR HOB2 2009  4  1 22  5  0.000000  1    0.911100258792E-07                     
+AR HOFN 2009  4  1 22  5  0.000000  1   -0.308299593979E-03                     
+AR HOLM 2009  4  1 22  5  0.000000  1   -0.499516108479E-07                     
+AR HRAO 2009  4  1 22  5  0.000000  1    0.849474649535E-03                     
+AR HYDE 2009  4  1 22  5  0.000000  1    0.454992279201E-09                     
+AR IRKJ 2009  4  1 22  5  0.000000  1    0.163746334225E-03                     
+AR ISPA 2009  4  1 22  5  0.000000  1   -0.670485647454E-07                     
+AR KARR 2009  4  1 22  5  0.000000  1   -0.521897522186E-07                     
+AR KERG 2009  4  1 22  5  0.000000  1    0.817495245232E-03                     
+AR KHAJ 2009  4  1 22  5  0.000000  1   -0.150702790698E-05                     
+AR KIR0 2009  4  1 22  5  0.000000  1    0.282302228107E-03                     
+AR KIRU 2009  4  1 22  5  0.000000  1    0.591373081453E-03                     
+AR KIT3 2009  4  1 22  5  0.000000  1   -0.240807305400E-07                     
+AR KOUR 2009  4  1 22  5  0.000000  1    0.125016163089E-03                     
+AR KUNM 2009  4  1 22  5  0.000000  1    0.471365474085E-07                     
+AR LHAZ 2009  4  1 22  5  0.000000  1    0.311513206518E-04                     
+AR MAL2 2009  4  1 22  5  0.000000  1    0.515305199676E-09                     
+AR MAS1 2009  4  1 22  5  0.000000  1   -0.101606026135E-03                     
+AR MAW1 2009  4  1 22  5  0.000000  1    0.591682193439E-08                     
+AR MCIL 2009  4  1 22  5  0.000000  1    0.290142678068E-07                     
+AR MCM4 2009  4  1 22  5  0.000000  1   -0.593008847733E-07                     
+AR MDO1 2009  4  1 22  5  0.000000  1   -0.507875046336E-07                     
+AR MDVJ 2009  4  1 22  5  0.000000  1    0.438552277148E-03                     
+AR MKEA 2009  4  1 22  5  0.000000  1   -0.644541845820E-07                     
+AR MOBS 2009  4  1 22  5  0.000000  1   -0.529310360534E-08                     
+AR NANO 2009  4  1 22  5  0.000000  1    0.455965816326E-08                     
+AR NLIB 2009  4  1 22  5  0.000000  1   -0.115737165736E-06                     
+AR NNOR 2009  4  1 22  5  0.000000  1    0.365801281385E-03                     
+AR NRC1 2009  4  1 22  5  0.000000  1   -0.448278394864E-05                     
+AR NRIL 2009  4  1 22  5  0.000000  1   -0.571720163278E-07                     
+AR NRMD 2009  4  1 22  5  0.000000  1    0.209372804570E-07                     
+AR NTUS 2009  4  1 22  5  0.000000  1    0.270189843908E-08                     
+AR NYAL 2009  4  1 22  5  0.000000  1    0.957228124956E-07                     
+AR OHI3 2009  4  1 22  5  0.000000  1    0.418021559447E-03                     
+AR ONSA 2009  4  1 22  5  0.000000  1   -0.324834417140E-04                     
+AR PDEL 2009  4  1 22  5  0.000000  1    0.625413162969E-09                     
+AR PERT 2009  4  1 22  5  0.000000  1   -0.529807465835E-07                     
+AR PETP 2009  4  1 22  5  0.000000  1   -0.530642123292E-07                     
+AR PIMO 2009  4  1 22  5  0.000000  1   -0.436145335037E-07                     
+AR QAQ1 2009  4  1 22  5  0.000000  1   -0.540301631911E-07                     
+AR QUIN 2009  4  1 22  5  0.000000  1   -0.711950348290E-07                     
+AR RABT 2009  4  1 22  5  0.000000  1   -0.524465174868E-07                     
+AR RAMO 2009  4  1 22  5  0.000000  1    0.947643179763E-08                     
+AR RCMN 2009  4  1 22  5  0.000000  1    0.689311343459E-08                     
+AR REDU 2009  4  1 22  5  0.000000  1   -0.482927736495E-07                     
+AR REUN 2009  4  1 22  5  0.000000  1    0.285150377362E-07                     
+AR REYK 2009  4  1 22  5  0.000000  1   -0.275658203228E-03                     
+AR SCH2 2009  4  1 22  5  0.000000  1    0.190965561991E-03                     
+AR SCUB 2009  4  1 22  5  0.000000  1   -0.408191880553E-07                     
+AR STJO 2009  4  1 22  5  0.000000  1   -0.707662512599E-05                     
+AR SYDN 2009  4  1 22  5  0.000000  1    0.141159319839E-05                     
+AR SYOG 2009  4  1 22  5  0.000000  1    0.140147952579E-04                     
+AR THU2 2009  4  1 22  5  0.000000  1    0.227961262196E-03                     
+AR TOW2 2009  4  1 22  5  0.000000  1   -0.126481449191E-08                     
+AR URUM 2009  4  1 22  5  0.000000  1   -0.433582697223E-03                     
+AR VESL 2009  4  1 22  5  0.000000  1    0.550591522771E-04                     
+AR VILL 2009  4  1 22  5  0.000000  1   -0.603662889355E-07                     
+AR WTZR 2009  4  1 22  5  0.000000  1    0.471590965022E-07                     
+AR WUHN 2009  4  1 22  5  0.000000  1   -0.536574360628E-07                     
+AR YSSK 2009  4  1 22  5  0.000000  1   -0.461512917620E-07                     
+AR ZIM2 2009  4  1 22  5  0.000000  1    0.295764431104E-07                     
+AR XMIS 2009  4  1 22  5  0.000000  1   -0.519297946651E-09                     
+AR GODZ 2009  4  1 22  5  0.000000  1   -0.469117461494E-03                     
+AR MTKA 2009  4  1 22  5  0.000000  1   -0.585548312601E-07                     
+AR TIXJ 2009  4  1 22  5  0.000000  1   -0.190686739118E-03                     
+AR PARK 2009  4  1 22  5  0.000000  1    0.810188642124E-06                     
+AR UNBJ 2009  4  1 22  5  0.000000  1   -0.433475046653E-05                     
+AR NOVM 2009  4  1 22  5  0.000000  1    0.798330252586E-04                     
+AR SUNM 2009  4  1 22  5  0.000000  1    0.405889976934E-03                     
+AR CEBR 2009  4  1 22  5  0.000000  1    0.719432389073E-03                     
+AR CPXF 2009  4  1 22  5  0.000000  1    0.251610703464E-08                     
+AR IDDR 2009  4  1 22  5  0.000000  1    0.126054762390E-07                     
+AR AZGB 2009  4  1 22  5  0.000000  1    0.404729396890E-03                     
+AR TN22 2009  4  1 22  5  0.000000  1    0.159944643920E-03                     
+AR ETAD 2009  4  1 22  5  0.000000  1    0.299345369327E-07                     
+AR ILHA 2009  4  1 22  5  0.000000  1    0.537129250294E-08                     
+AR POVE 2009  4  1 22  5  0.000000  1   -0.817014056141E-08                     
+AR RECF 2009  4  1 22  5  0.000000  1    0.143583018339E-07                     
+AR SALU 2009  4  1 22  5  0.000000  1    0.105650040948E-07                     
+AR SAVO 2009  4  1 22  5  0.000000  1    0.144518227645E-07                     
+AR UFPR 2009  4  1 22  5  0.000000  1    0.171438236279E-07                     
+AR YELL 2009  4  1 22  5  0.000000  1    0.251784000000E-06                     
+AS G32  2009  4  1 22 10  0.000000  1    0.280010358437E-03                     
+AS G24  2009  4  1 22 10  0.000000  1    0.177939311426E-03                     
+AS G25  2009  4  1 22 10  0.000000  1    0.335334566736E-03                     
+AS G26  2009  4  1 22 10  0.000000  1    0.545340072568E-04                     
+AS G27  2009  4  1 22 10  0.000000  1    0.372550218636E-04                     
+AS G30  2009  4  1 22 10  0.000000  1    0.136348417403E-03                     
+AS G03  2009  4  1 22 10  0.000000  1    0.373665501961E-03                     
+AS G04  2009  4  1 22 10  0.000000  1   -0.352391533223E-04                     
+AS G06  2009  4  1 22 10  0.000000  1    0.608733573744E-04                     
+AS G08  2009  4  1 22 10  0.000000  1   -0.196598840917E-03                     
+AS G09  2009  4  1 22 10  0.000000  1    0.485276032722E-04                     
+AS G10  2009  4  1 22 10  0.000000  1   -0.136457956415E-04                     
+AS G14  2009  4  1 22 10  0.000000  1   -0.132186391147E-03                     
+AS G13  2009  4  1 22 10  0.000000  1    0.293304217549E-03                     
+AS G28  2009  4  1 22 10  0.000000  1   -0.238382606660E-04                     
+AS G21  2009  4  1 22 10  0.000000  1    0.214543681356E-04                     
+AS G11  2009  4  1 22 10  0.000000  1    0.270434410998E-05                     
+AS G22  2009  4  1 22 10  0.000000  1    0.202402720198E-03                     
+AS G20  2009  4  1 22 10  0.000000  1    0.865205840882E-04                     
+AS G18  2009  4  1 22 10  0.000000  1   -0.693953463258E-04                     
+AS G16  2009  4  1 22 10  0.000000  1    0.628871777990E-04                     
+AS G19  2009  4  1 22 10  0.000000  1    0.293251374267E-04                     
+AS G23  2009  4  1 22 10  0.000000  1    0.389002982338E-03                     
+AS G02  2009  4  1 22 10  0.000000  1    0.153913584116E-03                     
+AS G31  2009  4  1 22 10  0.000000  1   -0.565131476244E-04                     
+AS G17  2009  4  1 22 10  0.000000  1    0.524987300263E-04                     
+AS G12  2009  4  1 22 10  0.000000  1   -0.299359052989E-03                     
+AS G15  2009  4  1 22 10  0.000000  1   -0.276175695283E-03                     
+AS G29  2009  4  1 22 10  0.000000  1    0.500542803915E-05                     
+AS G07  2009  4  1 22 10  0.000000  1    0.209616043746E-04                     
+AS R02  2009  4  1 22 10  0.000000  1    0.205357680312E-04                     
+AS R03  2009  4  1 22 10  0.000000  1   -0.343954746303E-04                     
+AS R04  2009  4  1 22 10  0.000000  1    0.635394098561E-04                     
+AS R06  2009  4  1 22 10  0.000000  1   -0.169272841198E-03                     
+AS R07  2009  4  1 22 10  0.000000  1   -0.891107703714E-04                     
+AS R08  2009  4  1 22 10  0.000000  1   -0.101965357901E-03                     
+AS R10  2009  4  1 22 10  0.000000  1   -0.140816695885E-03                     
+AS R11  2009  4  1 22 10  0.000000  1   -0.926651117522E-04                     
+AS R13  2009  4  1 22 10  0.000000  1   -0.230685158370E-03                     
+AS R14  2009  4  1 22 10  0.000000  1   -0.795018096309E-04                     
+AS R15  2009  4  1 22 10  0.000000  1    0.921561338398E-04                     
+AS R17  2009  4  1 22 10  0.000000  1   -0.261303218013E-03                     
+AS R18  2009  4  1 22 10  0.000000  1   -0.136210444579E-05                     
+AS R19  2009  4  1 22 10  0.000000  1   -0.894615731725E-04                     
+AS R20  2009  4  1 22 10  0.000000  1   -0.650189665761E-04                     
+AS R21  2009  4  1 22 10  0.000000  1   -0.143389903344E-03                     
+AS R22  2009  4  1 22 10  0.000000  1   -0.201680411803E-03                     
+AS R23  2009  4  1 22 10  0.000000  1   -0.200106497444E-03                     
+AR ALGO 2009  4  1 22 10  0.000000  1    0.812964539282E-04                     
+AR ALIC 2009  4  1 22 10  0.000000  1    0.731557135568E-08                     
+AR AMC2 2009  4  1 22 10  0.000000  1    0.263758745155E-08                     
+AR ANKR 2009  4  1 22 10  0.000000  1   -0.254787872251E-03                     
+AR ARTU 2009  4  1 22 10  0.000000  1   -0.626532266420E-07                     
+AR ASPA 2009  4  1 22 10  0.000000  1    0.363332700202E-07                     
+AR BHR1 2009  4  1 22 10  0.000000  1    0.563383531493E-03                     
+AR BARH 2009  4  1 22 10  0.000000  1   -0.506186451107E-09                     
+AR BJFS 2009  4  1 22 10  0.000000  1   -0.429526871405E-07                     
+AR BOGT 2009  4  1 22 10  0.000000  1   -0.747209733331E-07                     
+AR BRMU 2009  4  1 22 10  0.000000  1    0.434028087308E-03                     
+AR CAGZ 2009  4  1 22 10  0.000000  1    0.291012283640E-04                     
+AR CAS1 2009  4  1 22 10  0.000000  1    0.116688458232E-07                     
+AR CHAT 2009  4  1 22 10  0.000000  1   -0.485222837659E-07                     
+AR CHPI 2009  4  1 22 10  0.000000  1   -0.520849673178E-07                     
+AR COCO 2009  4  1 22 10  0.000000  1    0.227648838538E-03                     
+AR CONZ 2009  4  1 22 10  0.000000  1   -0.220085637932E-03                     
+AR CRAR 2009  4  1 22 10  0.000000  1   -0.146152206962E-03                     
+AR CRO1 2009  4  1 22 10  0.000000  1    0.665109293975E-03                     
+AR DAEJ 2009  4  1 22 10  0.000000  1   -0.196499961646E-03                     
+AR DARW 2009  4  1 22 10  0.000000  1    0.403646775731E-09                     
+AR DGAR 2009  4  1 22 10  0.000000  1   -0.545811160225E-07                     
+AR DRAO 2009  4  1 22 10  0.000000  1    0.276061368062E-05                     
+AR FAA1 2009  4  1 22 10  0.000000  1   -0.668604466757E-08                     
+AR FAIR 2009  4  1 22 10  0.000000  1   -0.516354809044E-07                     
+AR GLPS 2009  4  1 22 10  0.000000  1   -0.898147744058E-07                     
+AR GUAM 2009  4  1 22 10  0.000000  1   -0.670214893714E-07                     
+AR GUAT 2009  4  1 22 10  0.000000  1    0.125902858920E-07                     
+AR HOB2 2009  4  1 22 10  0.000000  1    0.911378305732E-07                     
+AR HOFN 2009  4  1 22 10  0.000000  1   -0.231594564713E-03                     
+AR HOLM 2009  4  1 22 10  0.000000  1   -0.488365339947E-07                     
+AR HRAO 2009  4  1 22 10  0.000000  1    0.849474726486E-03                     
+AR HYDE 2009  4  1 22 10  0.000000  1   -0.896573903523E-09                     
+AR IRKJ 2009  4  1 22 10  0.000000  1    0.163746324357E-03                     
+AR ISPA 2009  4  1 22 10  0.000000  1   -0.681736223766E-07                     
+AR KARR 2009  4  1 22 10  0.000000  1   -0.562483388595E-07                     
+AR KERG 2009  4  1 22 10  0.000000  1    0.817495349878E-03                     
+AR KHAJ 2009  4  1 22 10  0.000000  1   -0.150701354995E-05                     
+AR KIR0 2009  4  1 22 10  0.000000  1    0.282295535255E-03                     
+AR KIRU 2009  4  1 22 10  0.000000  1    0.591370233887E-03                     
+AR KIT3 2009  4  1 22 10  0.000000  1   -0.261257011499E-07                     
+AR KOUR 2009  4  1 22 10  0.000000  1    0.125016185013E-03                     
+AR KUNM 2009  4  1 22 10  0.000000  1    0.203222829419E-07                     
+AR LHAZ 2009  4  1 22 10  0.000000  1    0.565600523514E-04                     
+AR MAL2 2009  4  1 22 10  0.000000  1   -0.361061424166E-08                     
+AR MAS1 2009  4  1 22 10  0.000000  1   -0.101606191890E-03                     
+AR MAW1 2009  4  1 22 10  0.000000  1    0.518560736146E-08                     
+AR MCIL 2009  4  1 22 10  0.000000  1    0.290923840159E-07                     
+AR MCM4 2009  4  1 22 10  0.000000  1   -0.583485639734E-07                     
+AR MDO1 2009  4  1 22 10  0.000000  1   -0.504391271214E-07                     
+AR MDVJ 2009  4  1 22 10  0.000000  1    0.438552249559E-03                     
+AR MKEA 2009  4  1 22 10  0.000000  1   -0.638892984602E-07                     
+AR MOBS 2009  4  1 22 10  0.000000  1   -0.284071627124E-08                     
+AR NANO 2009  4  1 22 10  0.000000  1    0.577463025671E-08                     
+AR NLIB 2009  4  1 22 10  0.000000  1   -0.115969890134E-06                     
+AR NNOR 2009  4  1 22 10  0.000000  1    0.365801473203E-03                     
+AR NRC1 2009  4  1 22 10  0.000000  1   -0.448275898177E-05                     
+AR NRIL 2009  4  1 22 10  0.000000  1   -0.422614929248E-07                     
+AR NRMD 2009  4  1 22 10  0.000000  1    0.210928132949E-07                     
+AR NTUS 2009  4  1 22 10  0.000000  1    0.303322972029E-08                     
+AR NYAL 2009  4  1 22 10  0.000000  1    0.957426319064E-07                     
+AR OHI3 2009  4  1 22 10  0.000000  1   -0.472294947262E-03                     
+AR ONSA 2009  4  1 22 10  0.000000  1   -0.324834703330E-04                     
+AR PDEL 2009  4  1 22 10  0.000000  1    0.941712206160E-09                     
+AR PERT 2009  4  1 22 10  0.000000  1   -0.508016396017E-07                     
+AR PETP 2009  4  1 22 10  0.000000  1   -0.525901207543E-07                     
+AR PIMO 2009  4  1 22 10  0.000000  1   -0.465045794591E-07                     
+AR QAQ1 2009  4  1 22 10  0.000000  1   -0.551609095803E-07                     
+AR QUIN 2009  4  1 22 10  0.000000  1   -0.740579874400E-07                     
+AR RABT 2009  4  1 22 10  0.000000  1   -0.562311554006E-07                     
+AR RAMO 2009  4  1 22 10  0.000000  1    0.588198504737E-08                     
+AR RCMN 2009  4  1 22 10  0.000000  1    0.603917299712E-08                     
+AR REDU 2009  4  1 22 10  0.000000  1   -0.465394038679E-07                     
+AR REUN 2009  4  1 22 10  0.000000  1    0.282905880890E-07                     
+AR REYK 2009  4  1 22 10  0.000000  1   -0.277482810168E-03                     
+AR SCH2 2009  4  1 22 10  0.000000  1    0.190982116520E-03                     
+AR SCUB 2009  4  1 22 10  0.000000  1   -0.442211474975E-07                     
+AR STJO 2009  4  1 22 10  0.000000  1   -0.707691585225E-05                     
+AR SYDN 2009  4  1 22 10  0.000000  1    0.141162340365E-05                     
+AR SYOG 2009  4  1 22 10  0.000000  1    0.140146530713E-04                     
+AR THU2 2009  4  1 22 10  0.000000  1    0.225959139139E-03                     
+AR TOW2 2009  4  1 22 10  0.000000  1   -0.174177532957E-08                     
+AR URUM 2009  4  1 22 10  0.000000  1    0.495224619528E-03                     
+AR VESL 2009  4  1 22 10  0.000000  1    0.911421877699E-04                     
+AR VILL 2009  4  1 22 10  0.000000  1   -0.630064730930E-07                     
+AR WTZR 2009  4  1 22 10  0.000000  1    0.471582987417E-07                     
+AR WUHN 2009  4  1 22 10  0.000000  1   -0.563385572475E-07                     
+AR YSSK 2009  4  1 22 10  0.000000  1   -0.450537331135E-07                     
+AR ZIM2 2009  4  1 22 10  0.000000  1    0.314743029543E-07                     
+AR XMIS 2009  4  1 22 10  0.000000  1    0.238190178485E-08                     
+AR GODZ 2009  4  1 22 10  0.000000  1   -0.469117424016E-03                     
+AR MTKA 2009  4  1 22 10  0.000000  1   -0.587050777914E-07                     
+AR TIXJ 2009  4  1 22 10  0.000000  1   -0.193061534085E-03                     
+AR PARK 2009  4  1 22 10  0.000000  1    0.810236245117E-06                     
+AR UNBJ 2009  4  1 22 10  0.000000  1   -0.771345092400E-04                     
+AR NOVM 2009  4  1 22 10  0.000000  1    0.798330507386E-04                     
+AR SUNM 2009  4  1 22 10  0.000000  1    0.248433159801E-03                     
+AR CEBR 2009  4  1 22 10  0.000000  1    0.719432424831E-03                     
+AR CPXF 2009  4  1 22 10  0.000000  1    0.276004902576E-08                     
+AR IDDR 2009  4  1 22 10  0.000000  1    0.107563699508E-07                     
+AR AZGB 2009  4  1 22 10  0.000000  1    0.265685243290E-03                     
+AR TN22 2009  4  1 22 10  0.000000  1    0.878178155449E-04                     
+AR ETAD 2009  4  1 22 10  0.000000  1    0.300607365616E-07                     
+AR ILHA 2009  4  1 22 10  0.000000  1    0.196782126130E-08                     
+AR POVE 2009  4  1 22 10  0.000000  1   -0.800829589564E-08                     
+AR RECF 2009  4  1 22 10  0.000000  1    0.139960614945E-07                     
+AR SALU 2009  4  1 22 10  0.000000  1    0.182658155899E-07                     
+AR SAVO 2009  4  1 22 10  0.000000  1    0.142876177548E-07                     
+AR UFPR 2009  4  1 22 10  0.000000  1    0.172947505830E-07                     
+AR YELL 2009  4  1 22 10  0.000000  1    0.251854000000E-06                     
+AS G32  2009  4  1 22 15  0.000000  1    0.280008897980E-03                     
+AS G24  2009  4  1 22 15  0.000000  1    0.177939842548E-03                     
+AS G25  2009  4  1 22 15  0.000000  1    0.335341117073E-03                     
+AS G26  2009  4  1 22 15  0.000000  1    0.545346106652E-04                     
+AS G27  2009  4  1 22 15  0.000000  1    0.372562252307E-04                     
+AS G30  2009  4  1 22 15  0.000000  1    0.136349127160E-03                     
+AS G03  2009  4  1 22 15  0.000000  1    0.373666566433E-03                     
+AS G04  2009  4  1 22 15  0.000000  1   -0.352436144290E-04                     
+AS G06  2009  4  1 22 15  0.000000  1    0.608786233308E-04                     
+AS G08  2009  4  1 22 15  0.000000  1   -0.196599810451E-03                     
+AS G09  2009  4  1 22 15  0.000000  1    0.485280192915E-04                     
+AS G10  2009  4  1 22 15  0.000000  1   -0.136454702810E-04                     
+AS G14  2009  4  1 22 15  0.000000  1   -0.132184744750E-03                     
+AS G13  2009  4  1 22 15  0.000000  1    0.293304671070E-03                     
+AS G28  2009  4  1 22 15  0.000000  1   -0.238384670644E-04                     
+AS G21  2009  4  1 22 15  0.000000  1    0.214536277960E-04                     
+AS G11  2009  4  1 22 15  0.000000  1    0.270401264945E-05                     
+AS G22  2009  4  1 22 15  0.000000  1    0.202402923592E-03                     
+AS G20  2009  4  1 22 15  0.000000  1    0.865200940251E-04                     
+AS G18  2009  4  1 22 15  0.000000  1   -0.693938896972E-04                     
+AS G16  2009  4  1 22 15  0.000000  1    0.628862713622E-04                     
+AS G19  2009  4  1 22 15  0.000000  1    0.293247086059E-04                     
+AS G23  2009  4  1 22 15  0.000000  1    0.389003015580E-03                     
+AS G02  2009  4  1 22 15  0.000000  1    0.153913261704E-03                     
+AS G31  2009  4  1 22 15  0.000000  1   -0.565137076379E-04                     
+AS G17  2009  4  1 22 15  0.000000  1    0.524993334338E-04                     
+AS G12  2009  4  1 22 15  0.000000  1   -0.299357646408E-03                     
+AS G15  2009  4  1 22 15  0.000000  1   -0.276176983806E-03                     
+AS G29  2009  4  1 22 15  0.000000  1    0.500670513117E-05                     
+AS G07  2009  4  1 22 15  0.000000  1    0.209616370905E-04                     
+AS R02  2009  4  1 22 15  0.000000  1    0.205348382382E-04                     
+AS R03  2009  4  1 22 15  0.000000  1   -0.343958929967E-04                     
+AS R04  2009  4  1 22 15  0.000000  1    0.635390859779E-04                     
+AS R06  2009  4  1 22 15  0.000000  1   -0.169270512273E-03                     
+AS R07  2009  4  1 22 15  0.000000  1   -0.891099920155E-04                     
+AS R08  2009  4  1 22 15  0.000000  1   -0.101965212871E-03                     
+AS R10  2009  4  1 22 15  0.000000  1   -0.140816959615E-03                     
+AS R11  2009  4  1 22 15  0.000000  1   -0.926655354627E-04                     
+AS R13  2009  4  1 22 15  0.000000  1   -0.230685375376E-03                     
+AS R14  2009  4  1 22 15  0.000000  1   -0.795009807727E-04                     
+AS R15  2009  4  1 22 15  0.000000  1    0.921562016374E-04                     
+AS R17  2009  4  1 22 15  0.000000  1   -0.261303537388E-03                     
+AS R18  2009  4  1 22 15  0.000000  1   -0.136218508156E-05                     
+AS R19  2009  4  1 22 15  0.000000  1   -0.894620453414E-04                     
+AS R20  2009  4  1 22 15  0.000000  1   -0.650190177932E-04                     
+AS R21  2009  4  1 22 15  0.000000  1   -0.143390241306E-03                     
+AS R22  2009  4  1 22 15  0.000000  1   -0.201681158847E-03                     
+AS R23  2009  4  1 22 15  0.000000  1   -0.200104969799E-03                     
+AR ALGO 2009  4  1 22 15  0.000000  1    0.813002503468E-04                     
+AR ALIC 2009  4  1 22 15  0.000000  1   -0.353964761787E-08                     
+AR AMC2 2009  4  1 22 15  0.000000  1    0.264998964226E-08                     
+AR ANKR 2009  4  1 22 15  0.000000  1   -0.192561233702E-03                     
+AR ARTU 2009  4  1 22 15  0.000000  1   -0.652676387065E-07                     
+AR ASPA 2009  4  1 22 15  0.000000  1    0.395320133272E-07                     
+AR BHR1 2009  4  1 22 15  0.000000  1    0.563383672166E-03                     
+AR BARH 2009  4  1 22 15  0.000000  1    0.232885599433E-08                     
+AR BJFS 2009  4  1 22 15  0.000000  1   -0.447213778966E-07                     
+AR BOGT 2009  4  1 22 15  0.000000  1   -0.744396742914E-07                     
+AR BRMU 2009  4  1 22 15  0.000000  1   -0.664976303612E-04                     
+AR CAGZ 2009  4  1 22 15  0.000000  1    0.252414948276E-03                     
+AR CAS1 2009  4  1 22 15  0.000000  1    0.850970512885E-08                     
+AR CHAT 2009  4  1 22 15  0.000000  1   -0.477498059808E-07                     
+AR CHPI 2009  4  1 22 15  0.000000  1   -0.532413806847E-07                     
+AR COCO 2009  4  1 22 15  0.000000  1    0.227648890972E-03                     
+AR CONZ 2009  4  1 22 15  0.000000  1   -0.361257601116E-03                     
+AR CRAR 2009  4  1 22 15  0.000000  1   -0.170834745949E-03                     
+AR CRO1 2009  4  1 22 15  0.000000  1    0.665109340830E-03                     
+AR DAEJ 2009  4  1 22 15  0.000000  1   -0.196499015238E-03                     
+AR DARW 2009  4  1 22 15  0.000000  1    0.392756907778E-08                     
+AR DGAR 2009  4  1 22 15  0.000000  1   -0.534587475605E-07                     
+AR DRAO 2009  4  1 22 15  0.000000  1    0.279734804057E-05                     
+AR FAA1 2009  4  1 22 15  0.000000  1   -0.455545689869E-08                     
+AR FAIR 2009  4  1 22 15  0.000000  1   -0.621823808287E-07                     
+AR GLPS 2009  4  1 22 15  0.000000  1   -0.878658537470E-07                     
+AR GUAM 2009  4  1 22 15  0.000000  1   -0.667422536271E-07                     
+AR GUAT 2009  4  1 22 15  0.000000  1    0.128146608269E-07                     
+AR HOB2 2009  4  1 22 15  0.000000  1    0.911486870951E-07                     
+AR HOFN 2009  4  1 22 15  0.000000  1   -0.154918793812E-03                     
+AR HOLM 2009  4  1 22 15  0.000000  1   -0.479004839972E-07                     
+AR HRAO 2009  4  1 22 15  0.000000  1    0.849474796131E-03                     
+AR HYDE 2009  4  1 22 15  0.000000  1    0.469651884605E-09                     
+AR IRKJ 2009  4  1 22 15  0.000000  1    0.163746314467E-03                     
+AR ISPA 2009  4  1 22 15  0.000000  1   -0.685899096442E-07                     
+AR KARR 2009  4  1 22 15  0.000000  1   -0.519202581503E-07                     
+AR KERG 2009  4  1 22 15  0.000000  1    0.817495472929E-03                     
+AR KHAJ 2009  4  1 22 15  0.000000  1   -0.150700792316E-05                     
+AR KIR0 2009  4  1 22 15  0.000000  1    0.282288796465E-03                     
+AR KIRU 2009  4  1 22 15  0.000000  1    0.591367320048E-03                     
+AR KIT3 2009  4  1 22 15  0.000000  1   -0.362016474743E-07                     
+AR KOUR 2009  4  1 22 15  0.000000  1    0.125016188498E-03                     
+AR KUNM 2009  4  1 22 15  0.000000  1    0.295930529264E-07                     
+AR LHAZ 2009  4  1 22 15  0.000000  1    0.820815380906E-04                     
+AR MAL2 2009  4  1 22 15  0.000000  1   -0.672705945593E-08                     
+AR MAS1 2009  4  1 22 15  0.000000  1   -0.101606388252E-03                     
+AR MAW1 2009  4  1 22 15  0.000000  1    0.100246986026E-07                     
+AR MCIL 2009  4  1 22 15  0.000000  1    0.289185168954E-07                     
+AR MCM4 2009  4  1 22 15  0.000000  1   -0.595147823888E-07                     
+AR MDO1 2009  4  1 22 15  0.000000  1   -0.489802207307E-07                     
+AR MDVJ 2009  4  1 22 15  0.000000  1    0.438552223085E-03                     
+AR MKEA 2009  4  1 22 15  0.000000  1   -0.607233429460E-07                     
+AR MOBS 2009  4  1 22 15  0.000000  1   -0.285630787095E-08                     
+AR NANO 2009  4  1 22 15  0.000000  1    0.419944774933E-08                     
+AR NLIB 2009  4  1 22 15  0.000000  1   -0.116065169971E-06                     
+AR NNOR 2009  4  1 22 15  0.000000  1    0.365801258484E-03                     
+AR NRC1 2009  4  1 22 15  0.000000  1   -0.448275507009E-05                     
+AR NRIL 2009  4  1 22 15  0.000000  1   -0.543802533759E-07                     
+AR NRMD 2009  4  1 22 15  0.000000  1    0.204942168672E-07                     
+AR NTUS 2009  4  1 22 15  0.000000  1    0.785557239064E-08                     
+AR NYAL 2009  4  1 22 15  0.000000  1    0.957537171636E-07                     
+AR OHI3 2009  4  1 22 15  0.000000  1   -0.363902457771E-03                     
+AR ONSA 2009  4  1 22 15  0.000000  1   -0.324835270034E-04                     
+AR PDEL 2009  4  1 22 15  0.000000  1   -0.176190170745E-09                     
+AR PERT 2009  4  1 22 15  0.000000  1   -0.519630389495E-07                     
+AR PETP 2009  4  1 22 15  0.000000  1   -0.526653451607E-07                     
+AR PIMO 2009  4  1 22 15  0.000000  1   -0.487638599659E-07                     
+AR QAQ1 2009  4  1 22 15  0.000000  1   -0.568851988004E-07                     
+AR QUIN 2009  4  1 22 15  0.000000  1   -0.710752087907E-07                     
+AR RABT 2009  4  1 22 15  0.000000  1   -0.573267501820E-07                     
+AR RAMO 2009  4  1 22 15  0.000000  1   -0.402968147216E-07                     
+AR RCMN 2009  4  1 22 15  0.000000  1    0.836534637317E-08                     
+AR REDU 2009  4  1 22 15  0.000000  1   -0.477310166480E-07                     
+AR REUN 2009  4  1 22 15  0.000000  1    0.254563089726E-07                     
+AR REYK 2009  4  1 22 15  0.000000  1   -0.279353139131E-03                     
+AR SCH2 2009  4  1 22 15  0.000000  1    0.190998365754E-03                     
+AR SCUB 2009  4  1 22 15  0.000000  1   -0.652382046605E-07                     
+AR STJO 2009  4  1 22 15  0.000000  1   -0.707720574800E-05                     
+AR SYDN 2009  4  1 22 15  0.000000  1    0.141164761438E-05                     
+AR SYOG 2009  4  1 22 15  0.000000  1    0.140149570760E-04                     
+AR THU2 2009  4  1 22 15  0.000000  1    0.223956917373E-03                     
+AR TOW2 2009  4  1 22 15  0.000000  1   -0.208836251065E-08                     
+AR URUM 2009  4  1 22 15  0.000000  1    0.424088272729E-03                     
+AR VESL 2009  4  1 22 15  0.000000  1    0.127244206525E-03                     
+AR VILL 2009  4  1 22 15  0.000000  1   -0.642737584958E-07                     
+AR WTZR 2009  4  1 22 15  0.000000  1    0.471631700496E-07                     
+AR WUHN 2009  4  1 22 15  0.000000  1   -0.577485637143E-07                     
+AR YSSK 2009  4  1 22 15  0.000000  1   -0.446072814311E-07                     
+AR ZIM2 2009  4  1 22 15  0.000000  1    0.323968177492E-07                     
+AR XMIS 2009  4  1 22 15  0.000000  1    0.493952577792E-08                     
+AR GODZ 2009  4  1 22 15  0.000000  1   -0.469117388062E-03                     
+AR MTKA 2009  4  1 22 15  0.000000  1   -0.618707717640E-07                     
+AR TIXJ 2009  4  1 22 15  0.000000  1   -0.195480755260E-03                     
+AR PARK 2009  4  1 22 15  0.000000  1    0.810342027718E-06                     
+AR UNBJ 2009  4  1 22 15  0.000000  1   -0.149977176559E-03                     
+AR NOVM 2009  4  1 22 15  0.000000  1    0.798330397737E-04                     
+AR SUNM 2009  4  1 22 15  0.000000  1    0.904618461075E-04                     
+AR CEBR 2009  4  1 22 15  0.000000  1    0.719432407200E-03                     
+AR CPXF 2009  4  1 22 15  0.000000  1    0.595621503263E-08                     
+AR IDDR 2009  4  1 22 15  0.000000  1    0.849373330747E-08                     
+AR AZGB 2009  4  1 22 15  0.000000  1    0.126680600443E-03                     
+AR TN22 2009  4  1 22 15  0.000000  1    0.157565408298E-04                     
+AR ETAD 2009  4  1 22 15  0.000000  1    0.296221535875E-07                     
+AR ILHA 2009  4  1 22 15  0.000000  1    0.392143411224E-09                     
+AR POVE 2009  4  1 22 15  0.000000  1   -0.868130459701E-08                     
+AR RECF 2009  4  1 22 15  0.000000  1    0.114294108929E-07                     
+AR SALU 2009  4  1 22 15  0.000000  1    0.131159367279E-07                     
+AR SAVO 2009  4  1 22 15  0.000000  1    0.148205422650E-07                     
+AR UFPR 2009  4  1 22 15  0.000000  1    0.184053469830E-07                     
+AR YELL 2009  4  1 22 15  0.000000  1    0.251924000000E-06                     
+AS G32  2009  4  1 22 20  0.000000  1    0.280007588166E-03                     
+AS G24  2009  4  1 22 20  0.000000  1    0.177941148862E-03                     
+AS G25  2009  4  1 22 20  0.000000  1    0.335347667176E-03                     
+AS G26  2009  4  1 22 20  0.000000  1    0.545352452132E-04                     
+AS G27  2009  4  1 22 20  0.000000  1    0.372577814043E-04                     
+AS G30  2009  4  1 22 20  0.000000  1    0.136350082540E-03                     
+AS G03  2009  4  1 22 20  0.000000  1    0.373667985362E-03                     
+AS G04  2009  4  1 22 20  0.000000  1   -0.352481922466E-04                     
+AS G06  2009  4  1 22 20  0.000000  1    0.608839814527E-04                     
+AS G08  2009  4  1 22 20  0.000000  1   -0.196599489914E-03                     
+AS G09  2009  4  1 22 20  0.000000  1    0.485284402885E-04                     
+AS G10  2009  4  1 22 20  0.000000  1   -0.136454230855E-04                     
+AS G14  2009  4  1 22 20  0.000000  1   -0.132182928537E-03                     
+AS G13  2009  4  1 22 20  0.000000  1    0.293304850179E-03                     
+AS G28  2009  4  1 22 20  0.000000  1   -0.238386793317E-04                     
+AS G21  2009  4  1 22 20  0.000000  1    0.214529558939E-04                     
+AS G11  2009  4  1 22 20  0.000000  1    0.270379297803E-05                     
+AS G22  2009  4  1 22 20  0.000000  1    0.202402213950E-03                     
+AS G20  2009  4  1 22 20  0.000000  1    0.865198999788E-04                     
+AS G18  2009  4  1 22 20  0.000000  1   -0.693931517968E-04                     
+AS G16  2009  4  1 22 20  0.000000  1    0.628853735693E-04                     
+AS G19  2009  4  1 22 20  0.000000  1    0.293244875727E-04                     
+AS G23  2009  4  1 22 20  0.000000  1    0.389002999383E-03                     
+AS G02  2009  4  1 22 20  0.000000  1    0.153913266226E-03                     
+AS G31  2009  4  1 22 20  0.000000  1   -0.565139014627E-04                     
+AS G17  2009  4  1 22 20  0.000000  1    0.524997186555E-04                     
+AS G12  2009  4  1 22 20  0.000000  1   -0.299356167187E-03                     
+AS G15  2009  4  1 22 20  0.000000  1   -0.276178208318E-03                     
+AS G29  2009  4  1 22 20  0.000000  1    0.500796213401E-05                     
+AS G07  2009  4  1 22 20  0.000000  1    0.209614365486E-04                     
+AS R02  2009  4  1 22 20  0.000000  1    0.205337332326E-04                     
+AS R03  2009  4  1 22 20  0.000000  1   -0.343968090780E-04                     
+AS R04  2009  4  1 22 20  0.000000  1    0.635373464942E-04                     
+AS R06  2009  4  1 22 20  0.000000  1   -0.169273409911E-03                     
+AS R07  2009  4  1 22 20  0.000000  1   -0.891085532597E-04                     
+AS R08  2009  4  1 22 20  0.000000  1   -0.101964954926E-03                     
+AS R10  2009  4  1 22 20  0.000000  1   -0.140816679337E-03                     
+AS R11  2009  4  1 22 20  0.000000  1   -0.926660249988E-04                     
+AS R13  2009  4  1 22 20  0.000000  1   -0.230685694926E-03                     
+AS R14  2009  4  1 22 20  0.000000  1   -0.795000135337E-04                     
+AS R15  2009  4  1 22 20  0.000000  1    0.921572536730E-04                     
+AS R17  2009  4  1 22 20  0.000000  1   -0.261303874576E-03                     
+AS R18  2009  4  1 22 20  0.000000  1   -0.136214729749E-05                     
+AS R19  2009  4  1 22 20  0.000000  1   -0.894622903721E-04                     
+AS R20  2009  4  1 22 20  0.000000  1   -0.650186707696E-04                     
+AS R21  2009  4  1 22 20  0.000000  1   -0.143390916712E-03                     
+AS R22  2009  4  1 22 20  0.000000  1   -0.201681947806E-03                     
+AS R23  2009  4  1 22 20  0.000000  1   -0.200103902732E-03                     
+AR ALGO 2009  4  1 22 20  0.000000  1    0.813044111788E-04                     
+AR ALIC 2009  4  1 22 20  0.000000  1    0.104222153959E-08                     
+AR AMC2 2009  4  1 22 20  0.000000  1    0.265808928829E-08                     
+AR ANKR 2009  4  1 22 20  0.000000  1   -0.130307697365E-03                     
+AR ARTU 2009  4  1 22 20  0.000000  1   -0.665534959117E-07                     
+AR ASPA 2009  4  1 22 20  0.000000  1    0.366838420118E-07                     
+AR BHR1 2009  4  1 22 20  0.000000  1    0.563383732355E-03                     
+AR BARH 2009  4  1 22 20  0.000000  1   -0.235283497970E-09                     
+AR BJFS 2009  4  1 22 20  0.000000  1   -0.452152526567E-07                     
+AR BOGT 2009  4  1 22 20  0.000000  1   -0.731051536344E-07                     
+AR BRMU 2009  4  1 22 20  0.000000  1    0.432900264367E-03                     
+AR CAGZ 2009  4  1 22 20  0.000000  1    0.475714786465E-03                     
+AR CAS1 2009  4  1 22 20  0.000000  1    0.651091871252E-08                     
+AR CHAT 2009  4  1 22 20  0.000000  1   -0.471152588442E-07                     
+AR CHPI 2009  4  1 22 20  0.000000  1   -0.563778143814E-07                     
+AR COCO 2009  4  1 22 20  0.000000  1    0.227648988512E-03                     
+AR CONZ 2009  4  1 22 20  0.000000  1    0.497685311146E-03                     
+AR CRAR 2009  4  1 22 20  0.000000  1   -0.195510707864E-03                     
+AR CRO1 2009  4  1 22 20  0.000000  1    0.665109342274E-03                     
+AR DAEJ 2009  4  1 22 20  0.000000  1   -0.196498721964E-03                     
+AR DARW 2009  4  1 22 20  0.000000  1   -0.160544980610E-08                     
+AR DGAR 2009  4  1 22 20  0.000000  1   -0.556068940319E-07                     
+AR DRAO 2009  4  1 22 20  0.000000  1    0.283404132413E-05                     
+AR FAA1 2009  4  1 22 20  0.000000  1   -0.373831456102E-08                     
+AR FAIR 2009  4  1 22 20  0.000000  1   -0.601395830545E-07                     
+AR GLPS 2009  4  1 22 20  0.000000  1   -0.870992450998E-07                     
+AR GUAM 2009  4  1 22 20  0.000000  1   -0.707521229846E-07                     
+AR GUAT 2009  4  1 22 20  0.000000  1    0.124167199503E-07                     
+AR HOB2 2009  4  1 22 20  0.000000  1    0.911564764559E-07                     
+AR HOFN 2009  4  1 22 20  0.000000  1   -0.782360528175E-04                     
+AR HOLM 2009  4  1 22 20  0.000000  1   -0.486530447698E-07                     
+AR HRAO 2009  4  1 22 20  0.000000  1    0.849474881600E-03                     
+AR HYDE 2009  4  1 22 20  0.000000  1   -0.883757231662E-09                     
+AR IRKJ 2009  4  1 22 20  0.000000  1    0.163746323076E-03                     
+AR ISPA 2009  4  1 22 20  0.000000  1   -0.710896703167E-07                     
+AR KARR 2009  4  1 22 20  0.000000  1   -0.514709519566E-07                     
+AR KERG 2009  4  1 22 20  0.000000  1    0.817495640764E-03                     
+AR KHAJ 2009  4  1 22 20  0.000000  1   -0.150701042185E-05                     
+AR KIR0 2009  4  1 22 20  0.000000  1    0.282282106657E-03                     
+AR KIRU 2009  4  1 22 20  0.000000  1    0.591368342031E-03                     
+AR KIT3 2009  4  1 22 20  0.000000  1   -0.470700527504E-07                     
+AR KOUR 2009  4  1 22 20  0.000000  1    0.125016199409E-03                     
+AR KUNM 2009  4  1 22 20  0.000000  1    0.521614005496E-07                     
+AR LHAZ 2009  4  1 22 20  0.000000  1    0.107707542970E-03                     
+AR MAL2 2009  4  1 22 20  0.000000  1   -0.831113746245E-08                     
+AR MAS1 2009  4  1 22 20  0.000000  1   -0.101606594198E-03                     
+AR MAW1 2009  4  1 22 20  0.000000  1    0.491471634649E-08                     
+AR MCIL 2009  4  1 22 20  0.000000  1    0.277608280651E-07                     
+AR MCM4 2009  4  1 22 20  0.000000  1   -0.598788714262E-07                     
+AR MDO1 2009  4  1 22 20  0.000000  1   -0.527121509065E-07                     
+AR MDVJ 2009  4  1 22 20  0.000000  1    0.438552198010E-03                     
+AR MKEA 2009  4  1 22 20  0.000000  1   -0.608890261751E-07                     
+AR MOBS 2009  4  1 22 20  0.000000  1   -0.225029746368E-08                     
+AR NANO 2009  4  1 22 20  0.000000  1    0.425285614582E-08                     
+AR NLIB 2009  4  1 22 20  0.000000  1   -0.116121477459E-06                     
+AR NNOR 2009  4  1 22 20  0.000000  1    0.365800695729E-03                     
+AR NRC1 2009  4  1 22 20  0.000000  1   -0.448269525369E-05                     
+AR NRIL 2009  4  1 22 20  0.000000  1   -0.519178685042E-07                     
+AR NRMD 2009  4  1 22 20  0.000000  1    0.216496723365E-07                     
+AR NTUS 2009  4  1 22 20  0.000000  1    0.982891353507E-08                     
+AR NYAL 2009  4  1 22 20  0.000000  1    0.957706990010E-07                     
+AR OHI3 2009  4  1 22 20  0.000000  1   -0.256473156687E-03                     
+AR ONSA 2009  4  1 22 20  0.000000  1   -0.324835652601E-04                     
+AR PDEL 2009  4  1 22 20  0.000000  1   -0.672873177813E-09                     
+AR PERT 2009  4  1 22 20  0.000000  1   -0.562364054454E-07                     
+AR PETP 2009  4  1 22 20  0.000000  1   -0.512352166609E-07                     
+AR PIMO 2009  4  1 22 20  0.000000  1   -0.493161753601E-07                     
+AR QAQ1 2009  4  1 22 20  0.000000  1   -0.574339711484E-07                     
+AR QUIN 2009  4  1 22 20  0.000000  1   -0.701298758088E-07                     
+AR RABT 2009  4  1 22 20  0.000000  1   -0.578846219696E-07                     
+AR RAMO 2009  4  1 22 20  0.000000  1    0.302453879046E-07                     
+AR RCMN 2009  4  1 22 20  0.000000  1    0.924829479970E-08                     
+AR REDU 2009  4  1 22 20  0.000000  1   -0.499419927511E-07                     
+AR REUN 2009  4  1 22 20  0.000000  1    0.256262055235E-07                     
+AR REYK 2009  4  1 22 20  0.000000  1   -0.281274358708E-03                     
+AR SCH2 2009  4  1 22 20  0.000000  1    0.191014607308E-03                     
+AR SCUB 2009  4  1 22 20  0.000000  1   -0.644881573848E-07                     
+AR STJO 2009  4  1 22 20  0.000000  1   -0.707749559035E-05                     
+AR SYDN 2009  4  1 22 20  0.000000  1    0.141156657773E-05                     
+AR SYOG 2009  4  1 22 20  0.000000  1    0.140149150365E-04                     
+AR THU2 2009  4  1 22 20  0.000000  1    0.221954738983E-03                     
+AR TOW2 2009  4  1 22 20  0.000000  1    0.283867271635E-08                     
+AR URUM 2009  4  1 22 20  0.000000  1    0.353000789631E-03                     
+AR VESL 2009  4  1 22 20  0.000000  1    0.163377893507E-03                     
+AR VILL 2009  4  1 22 20  0.000000  1   -0.685731358889E-07                     
+AR WTZR 2009  4  1 22 20  0.000000  1    0.471763440234E-07                     
+AR WUHN 2009  4  1 22 20  0.000000  1   -0.551530172547E-07                     
+AR YSSK 2009  4  1 22 20  0.000000  1   -0.457951801258E-07                     
+AR ZIM2 2009  4  1 22 20  0.000000  1    0.317318117902E-07                     
+AR XMIS 2009  4  1 22 20  0.000000  1    0.328917761005E-08                     
+AR GODZ 2009  4  1 22 20  0.000000  1   -0.469117359105E-03                     
+AR MTKA 2009  4  1 22 20  0.000000  1   -0.506643099055E-07                     
+AR TIXJ 2009  4  1 22 20  0.000000  1   -0.197949440743E-03                     
+AR UNBJ 2009  4  1 22 20  0.000000  1   -0.222894752536E-03                     
+AR SUNM 2009  4  1 22 20  0.000000  1   -0.672672424069E-04                     
+AR CEBR 2009  4  1 22 20  0.000000  1    0.719432413205E-03                     
+AR CPXF 2009  4  1 22 20  0.000000  1    0.633350296057E-08                     
+AR IDDR 2009  4  1 22 20  0.000000  1    0.885445974128E-08                     
+AR AZGB 2009  4  1 22 20  0.000000  1   -0.124023534408E-04                     
+AR TN22 2009  4  1 22 20  0.000000  1   -0.562286675856E-04                     
+AR ETAD 2009  4  1 22 20  0.000000  1    0.292489843052E-07                     
+AR ILHA 2009  4  1 22 20  0.000000  1    0.309234849276E-08                     
+AR POVE 2009  4  1 22 20  0.000000  1   -0.861326356484E-08                     
+AR RECF 2009  4  1 22 20  0.000000  1    0.119484715869E-07                     
+AR SALU 2009  4  1 22 20  0.000000  1    0.174069271505E-07                     
+AR SAVO 2009  4  1 22 20  0.000000  1    0.136841768308E-07                     
+AR UFPR 2009  4  1 22 20  0.000000  1    0.202176578456E-07                     
+AR YELL 2009  4  1 22 20  0.000000  1    0.251994000000E-06                     
+AS G32  2009  4  1 22 25  0.000000  1    0.280006193560E-03                     
+AS G24  2009  4  1 22 25  0.000000  1    0.177942112086E-03                     
+AS G25  2009  4  1 22 25  0.000000  1    0.335354246560E-03                     
+AS G26  2009  4  1 22 25  0.000000  1    0.545359574687E-04                     
+AS G27  2009  4  1 22 25  0.000000  1    0.372583161597E-04                     
+AS G30  2009  4  1 22 25  0.000000  1    0.136351324638E-03                     
+AS G03  2009  4  1 22 25  0.000000  1    0.373669186911E-03                     
+AS G04  2009  4  1 22 25  0.000000  1   -0.352525640107E-04                     
+AS G06  2009  4  1 22 25  0.000000  1    0.608892855218E-04                     
+AS G08  2009  4  1 22 25  0.000000  1   -0.196599952372E-03                     
+AS G09  2009  4  1 22 25  0.000000  1    0.485297761198E-04                     
+AS G10  2009  4  1 22 25  0.000000  1   -0.136459245992E-04                     
+AS G14  2009  4  1 22 25  0.000000  1   -0.132181090247E-03                     
+AS G13  2009  4  1 22 25  0.000000  1    0.293305168595E-03                     
+AS G28  2009  4  1 22 25  0.000000  1   -0.238386692868E-04                     
+AS G21  2009  4  1 22 25  0.000000  1    0.214523229752E-04                     
+AS G11  2009  4  1 22 25  0.000000  1    0.270334728243E-05                     
+AS G22  2009  4  1 22 25  0.000000  1    0.202401376392E-03                     
+AS G20  2009  4  1 22 25  0.000000  1    0.865196137714E-04                     
+AS G18  2009  4  1 22 25  0.000000  1   -0.693920168879E-04                     
+AS G16  2009  4  1 22 25  0.000000  1    0.628847434618E-04                     
+AS G19  2009  4  1 22 25  0.000000  1    0.293243228747E-04                     
+AS G23  2009  4  1 22 25  0.000000  1    0.389003215464E-03                     
+AS G02  2009  4  1 22 25  0.000000  1    0.153913203864E-03                     
+AS G31  2009  4  1 22 25  0.000000  1   -0.565144626463E-04                     
+AS G17  2009  4  1 22 25  0.000000  1    0.525002354611E-04                     
+AS G12  2009  4  1 22 25  0.000000  1   -0.299354838052E-03                     
+AS G15  2009  4  1 22 25  0.000000  1   -0.276179872173E-03                     
+AS G29  2009  4  1 22 25  0.000000  1    0.500911286894E-05                     
+AS G07  2009  4  1 22 25  0.000000  1    0.209614166700E-04                     
+AS R02  2009  4  1 22 25  0.000000  1    0.205328201360E-04                     
+AS R03  2009  4  1 22 25  0.000000  1   -0.343990114411E-04                     
+AS R04  2009  4  1 22 25  0.000000  1    0.635359420337E-04                     
+AS R06  2009  4  1 22 25  0.000000  1   -0.169271641325E-03                     
+AS R07  2009  4  1 22 25  0.000000  1   -0.891080425748E-04                     
+AS R08  2009  4  1 22 25  0.000000  1   -0.101964726226E-03                     
+AS R10  2009  4  1 22 25  0.000000  1   -0.140816276604E-03                     
+AS R11  2009  4  1 22 25  0.000000  1   -0.926663743791E-04                     
+AS R13  2009  4  1 22 25  0.000000  1   -0.230685916236E-03                     
+AS R14  2009  4  1 22 25  0.000000  1   -0.794996502564E-04                     
+AS R15  2009  4  1 22 25  0.000000  1    0.921576144684E-04                     
+AS R17  2009  4  1 22 25  0.000000  1   -0.261304299887E-03                     
+AS R18  2009  4  1 22 25  0.000000  1   -0.136222958780E-05                     
+AS R19  2009  4  1 22 25  0.000000  1   -0.894626738953E-04                     
+AS R20  2009  4  1 22 25  0.000000  1   -0.650184756160E-04                     
+AS R21  2009  4  1 22 25  0.000000  1   -0.143391263756E-03                     
+AS R22  2009  4  1 22 25  0.000000  1   -0.201682637402E-03                     
+AS R23  2009  4  1 22 25  0.000000  1   -0.200102544843E-03                     
+AR ALGO 2009  4  1 22 25  0.000000  1    0.813086371286E-04                     
+AR ALIC 2009  4  1 22 25  0.000000  1    0.384893002324E-08                     
+AR AMC2 2009  4  1 22 25  0.000000  1    0.267944009298E-08                     
+AR ANKR 2009  4  1 22 25  0.000000  1   -0.681281148045E-04                     
+AR ARTU 2009  4  1 22 25  0.000000  1   -0.676025822776E-07                     
+AR ASPA 2009  4  1 22 25  0.000000  1    0.412144695476E-07                     
+AR BHR1 2009  4  1 22 25  0.000000  1    0.563383689156E-03                     
+AR BARH 2009  4  1 22 25  0.000000  1   -0.633204440703E-09                     
+AR BJFS 2009  4  1 22 25  0.000000  1   -0.441205389560E-07                     
+AR BOGT 2009  4  1 22 25  0.000000  1   -0.643447254682E-07                     
+AR BRMU 2009  4  1 22 25  0.000000  1   -0.679582687888E-04                     
+AR CAGZ 2009  4  1 22 25  0.000000  1   -0.301010986855E-03                     
+AR CAS1 2009  4  1 22 25  0.000000  1    0.514285704141E-08                     
+AR CHAT 2009  4  1 22 25  0.000000  1   -0.464048743825E-07                     
+AR CHPI 2009  4  1 22 25  0.000000  1   -0.564150115711E-07                     
+AR COCO 2009  4  1 22 25  0.000000  1    0.227648999910E-03                     
+AR CONZ 2009  4  1 22 25  0.000000  1    0.356752005966E-03                     
+AR CRAR 2009  4  1 22 25  0.000000  1   -0.220194597634E-03                     
+AR CRO1 2009  4  1 22 25  0.000000  1    0.665109406160E-03                     
+AR DAEJ 2009  4  1 22 25  0.000000  1   -0.196498597490E-03                     
+AR DARW 2009  4  1 22 25  0.000000  1    0.382734964098E-08                     
+AR DGAR 2009  4  1 22 25  0.000000  1   -0.545852730883E-07                     
+AR DRAO 2009  4  1 22 25  0.000000  1    0.287113991501E-05                     
+AR FAA1 2009  4  1 22 25  0.000000  1   -0.184896618814E-08                     
+AR FAIR 2009  4  1 22 25  0.000000  1   -0.614041000044E-07                     
+AR GLPS 2009  4  1 22 25  0.000000  1   -0.863254086133E-07                     
+AR GUAM 2009  4  1 22 25  0.000000  1   -0.559084620794E-07                     
+AR GUAT 2009  4  1 22 25  0.000000  1    0.129013432519E-07                     
+AR HOB2 2009  4  1 22 25  0.000000  1    0.911739480509E-07                     
+AR HOFN 2009  4  1 22 25  0.000000  1   -0.157324029811E-05                     
+AR HOLM 2009  4  1 22 25  0.000000  1   -0.487797864249E-07                     
+AR HRAO 2009  4  1 22 25  0.000000  1    0.849474958734E-03                     
+AR HYDE 2009  4  1 22 25  0.000000  1   -0.233741255022E-08                     
+AR IRKJ 2009  4  1 22 25  0.000000  1    0.163746337893E-03                     
+AR ISPA 2009  4  1 22 25  0.000000  1   -0.729283406602E-07                     
+AR KARR 2009  4  1 22 25  0.000000  1   -0.525776045626E-07                     
+AR KERG 2009  4  1 22 25  0.000000  1    0.817495577949E-03                     
+AR KHAJ 2009  4  1 22 25  0.000000  1   -0.150699951007E-05                     
+AR KIR0 2009  4  1 22 25  0.000000  1    0.282275419787E-03                     
+AR KIRU 2009  4  1 22 25  0.000000  1    0.591368889349E-03                     
+AR KIT3 2009  4  1 22 25  0.000000  1   -0.408800099459E-07                     
+AR KOUR 2009  4  1 22 25  0.000000  1    0.125016219981E-03                     
+AR KUNM 2009  4  1 22 25  0.000000  1    0.612776446362E-07                     
+AR LHAZ 2009  4  1 22 25  0.000000  1    0.133432512429E-03                     
+AR MAL2 2009  4  1 22 25  0.000000  1   -0.959117794322E-08                     
+AR MAS1 2009  4  1 22 25  0.000000  1   -0.101606749990E-03                     
+AR MAW1 2009  4  1 22 25  0.000000  1    0.121057834492E-07                     
+AR MCIL 2009  4  1 22 25  0.000000  1    0.271222780816E-07                     
+AR MCM4 2009  4  1 22 25  0.000000  1   -0.606732847221E-07                     
+AR MDO1 2009  4  1 22 25  0.000000  1   -0.516453746512E-07                     
+AR MDVJ 2009  4  1 22 25  0.000000  1    0.438552185522E-03                     
+AR MKEA 2009  4  1 22 25  0.000000  1   -0.604722804587E-07                     
+AR MOBS 2009  4  1 22 25  0.000000  1   -0.315826822947E-08                     
+AR NANO 2009  4  1 22 25  0.000000  1    0.494116836424E-08                     
+AR NLIB 2009  4  1 22 25  0.000000  1   -0.116226841984E-06                     
+AR NNOR 2009  4  1 22 25  0.000000  1    0.365800851078E-03                     
+AR NRC1 2009  4  1 22 25  0.000000  1   -0.448263498120E-05                     
+AR NRIL 2009  4  1 22 25  0.000000  1   -0.540390148463E-07                     
+AR NRMD 2009  4  1 22 25  0.000000  1    0.228356905580E-07                     
+AR NTUS 2009  4  1 22 25  0.000000  1    0.859584227177E-08                     
+AR NYAL 2009  4  1 22 25  0.000000  1    0.957938976246E-07                     
+AR OHI3 2009  4  1 22 25  0.000000  1   -0.149513385952E-03                     
+AR ONSA 2009  4  1 22 25  0.000000  1   -0.324835825006E-04                     
+AR PDEL 2009  4  1 22 25  0.000000  1    0.896230764157E-09                     
+AR PERT 2009  4  1 22 25  0.000000  1   -0.440170634331E-07                     
+AR PETP 2009  4  1 22 25  0.000000  1   -0.524144387588E-07                     
+AR PIMO 2009  4  1 22 25  0.000000  1   -0.511509291465E-07                     
+AR QAQ1 2009  4  1 22 25  0.000000  1   -0.637796473251E-07                     
+AR QUIN 2009  4  1 22 25  0.000000  1   -0.694732277415E-07                     
+AR RABT 2009  4  1 22 25  0.000000  1   -0.594328777484E-07                     
+AR RAMO 2009  4  1 22 25  0.000000  1   -0.550628982815E-07                     
+AR RCMN 2009  4  1 22 25  0.000000  1    0.921111827659E-08                     
+AR REDU 2009  4  1 22 25  0.000000  1   -0.464371292237E-07                     
+AR REUN 2009  4  1 22 25  0.000000  1    0.219806268972E-07                     
+AR REYK 2009  4  1 22 25  0.000000  1   -0.283252818818E-03                     
+AR SCH2 2009  4  1 22 25  0.000000  1    0.191030660470E-03                     
+AR SCUB 2009  4  1 22 25  0.000000  1   -0.652624301007E-07                     
+AR STJO 2009  4  1 22 25  0.000000  1   -0.707777635003E-05                     
+AR SYDN 2009  4  1 22 25  0.000000  1    0.141152440386E-05                     
+AR SYOG 2009  4  1 22 25  0.000000  1    0.140149968425E-04                     
+AR THU2 2009  4  1 22 25  0.000000  1    0.219952414464E-03                     
+AR TOW2 2009  4  1 22 25  0.000000  1   -0.124738032044E-08                     
+AR URUM 2009  4  1 22 25  0.000000  1    0.281959089043E-03                     
+AR VESL 2009  4  1 22 25  0.000000  1    0.199504287865E-03                     
+AR VILL 2009  4  1 22 25  0.000000  1   -0.602053781360E-07                     
+AR WTZR 2009  4  1 22 25  0.000000  1    0.472024882976E-07                     
+AR WUHN 2009  4  1 22 25  0.000000  1   -0.463347307182E-07                     
+AR YSSK 2009  4  1 22 25  0.000000  1   -0.456998416721E-07                     
+AR ZIM2 2009  4  1 22 25  0.000000  1    0.327106788035E-07                     
+AR XMIS 2009  4  1 22 25  0.000000  1    0.340325782360E-08                     
+AR GODZ 2009  4  1 22 25  0.000000  1   -0.469117292107E-03                     
+AR MTKA 2009  4  1 22 25  0.000000  1   -0.493348193691E-07                     
+AR TIXJ 2009  4  1 22 25  0.000000  1   -0.200436542852E-03                     
+AR PARK 2009  4  1 22 25  0.000000  1    0.810499889993E-06                     
+AR UNBJ 2009  4  1 22 25  0.000000  1   -0.295866465814E-03                     
+AR NOVM 2009  4  1 22 25  0.000000  1    0.798330441914E-04                     
+AR SUNM 2009  4  1 22 25  0.000000  1   -0.225122298461E-03                     
+AR CEBR 2009  4  1 22 25  0.000000  1    0.719432442060E-03                     
+AR CPXF 2009  4  1 22 25  0.000000  1    0.956778155811E-08                     
+AR IDDR 2009  4  1 22 25  0.000000  1    0.792513156812E-08                     
+AR AZGB 2009  4  1 22 25  0.000000  1   -0.151521874624E-03                     
+AR TN22 2009  4  1 22 25  0.000000  1   -0.128231861613E-03                     
+AR ETAD 2009  4  1 22 25  0.000000  1    0.295084904364E-07                     
+AR ILHA 2009  4  1 22 25  0.000000  1    0.426995089502E-08                     
+AR POVE 2009  4  1 22 25  0.000000  1   -0.833274544523E-08                     
+AR RECF 2009  4  1 22 25  0.000000  1    0.121683693489E-07                     
+AR SALU 2009  4  1 22 25  0.000000  1    0.100975087369E-07                     
+AR SAVO 2009  4  1 22 25  0.000000  1    0.145837104942E-07                     
+AR UFPR 2009  4  1 22 25  0.000000  1    0.211649206589E-07                     
+AR YELL 2009  4  1 22 25  0.000000  1    0.252065000000E-06                     
+AS G32  2009  4  1 22 30  0.000000  1    0.280004773045E-03                     
+AS G24  2009  4  1 22 30  0.000000  1    0.177943613345E-03                     
+AS G25  2009  4  1 22 30  0.000000  1    0.335360634009E-03                     
+AS G26  2009  4  1 22 30  0.000000  1    0.545367744194E-04                     
+AS G27  2009  4  1 22 30  0.000000  1    0.372605071305E-04                     
+AS G30  2009  4  1 22 30  0.000000  1    0.136351924524E-03                     
+AS G03  2009  4  1 22 30  0.000000  1    0.373670754936E-03                     
+AS G04  2009  4  1 22 30  0.000000  1   -0.352568405494E-04                     
+AS G06  2009  4  1 22 30  0.000000  1    0.608944818476E-04                     
+AS G08  2009  4  1 22 30  0.000000  1   -0.196600654415E-03                     
+AS G09  2009  4  1 22 30  0.000000  1    0.485304108281E-04                     
+AS G10  2009  4  1 22 30  0.000000  1   -0.136454831087E-04                     
+AS G14  2009  4  1 22 30  0.000000  1   -0.132179441466E-03                     
+AS G13  2009  4  1 22 30  0.000000  1    0.293305534870E-03                     
+AS G28  2009  4  1 22 30  0.000000  1   -0.238385710894E-04                     
+AS G21  2009  4  1 22 30  0.000000  1    0.214518520310E-04                     
+AS G11  2009  4  1 22 30  0.000000  1    0.270322069611E-05                     
+AS G22  2009  4  1 22 30  0.000000  1    0.202401248128E-03                     
+AS G20  2009  4  1 22 30  0.000000  1    0.865190317371E-04                     
+AS G18  2009  4  1 22 30  0.000000  1   -0.693909110015E-04                     
+AS G16  2009  4  1 22 30  0.000000  1    0.628836299025E-04                     
+AS G19  2009  4  1 22 30  0.000000  1    0.293241124768E-04                     
+AS G23  2009  4  1 22 30  0.000000  1    0.389003246663E-03                     
+AS G02  2009  4  1 22 30  0.000000  1    0.153912973702E-03                     
+AS G31  2009  4  1 22 30  0.000000  1   -0.565145114790E-04                     
+AS G17  2009  4  1 22 30  0.000000  1    0.525007606424E-04                     
+AS G12  2009  4  1 22 30  0.000000  1   -0.299353387216E-03                     
+AS G15  2009  4  1 22 30  0.000000  1   -0.276181046800E-03                     
+AS G29  2009  4  1 22 30  0.000000  1    0.501027522093E-05                     
+AS G07  2009  4  1 22 30  0.000000  1    0.209612215782E-04                     
+AS R02  2009  4  1 22 30  0.000000  1    0.205319150148E-04                     
+AS R03  2009  4  1 22 30  0.000000  1   -0.344005119839E-04                     
+AS R04  2009  4  1 22 30  0.000000  1    0.635338650192E-04                     
+AS R06  2009  4  1 22 30  0.000000  1   -0.169272609038E-03                     
+AS R07  2009  4  1 22 30  0.000000  1   -0.891065595204E-04                     
+AS R08  2009  4  1 22 30  0.000000  1   -0.101964380793E-03                     
+AS R10  2009  4  1 22 30  0.000000  1   -0.140816015730E-03                     
+AS R11  2009  4  1 22 30  0.000000  1   -0.926667221791E-04                     
+AS R13  2009  4  1 22 30  0.000000  1   -0.230686287835E-03                     
+AS R14  2009  4  1 22 30  0.000000  1   -0.794990126777E-04                     
+AS R15  2009  4  1 22 30  0.000000  1    0.921588258810E-04                     
+AS R17  2009  4  1 22 30  0.000000  1   -0.261304630457E-03                     
+AS R18  2009  4  1 22 30  0.000000  1   -0.136256592381E-05                     
+AS R19  2009  4  1 22 30  0.000000  1   -0.894631793197E-04                     
+AS R20  2009  4  1 22 30  0.000000  1   -0.650187082810E-04                     
+AS R21  2009  4  1 22 30  0.000000  1   -0.143391729134E-03                     
+AS R22  2009  4  1 22 30  0.000000  1   -0.201683557265E-03                     
+AS R23  2009  4  1 22 30  0.000000  1   -0.200100372473E-03                     
+AR ALGO 2009  4  1 22 30  0.000000  1    0.813127025786E-04                     
+AR ALIC 2009  4  1 22 30  0.000000  1    0.585526495138E-08                     
+AR AMC2 2009  4  1 22 30  0.000000  1    0.269621377819E-08                     
+AR ANKR 2009  4  1 22 30  0.000000  1   -0.595898724282E-05                     
+AR ARTU 2009  4  1 22 30  0.000000  1   -0.643049415573E-07                     
+AR ASPA 2009  4  1 22 30  0.000000  1    0.162781689491E-07                     
+AR BHR1 2009  4  1 22 30  0.000000  1    0.563383807107E-03                     
+AR BARH 2009  4  1 22 30  0.000000  1    0.225783608742E-08                     
+AR BJFS 2009  4  1 22 30  0.000000  1   -0.450987667181E-07                     
+AR BOGT 2009  4  1 22 30  0.000000  1   -0.626322198205E-07                     
+AR BRMU 2009  4  1 22 30  0.000000  1    0.430823657676E-03                     
+AR CAGZ 2009  4  1 22 30  0.000000  1   -0.776478672635E-04                     
+AR CAS1 2009  4  1 22 30  0.000000  1    0.570862320011E-08                     
+AR CHAT 2009  4  1 22 30  0.000000  1   -0.476169245019E-07                     
+AR CHPI 2009  4  1 22 30  0.000000  1   -0.564129194740E-07                     
+AR COCO 2009  4  1 22 30  0.000000  1    0.227649071501E-03                     
+AR CONZ 2009  4  1 22 30  0.000000  1    0.216165647406E-03                     
+AR CRAR 2009  4  1 22 30  0.000000  1   -0.244866888128E-03                     
+AR CRO1 2009  4  1 22 30  0.000000  1    0.665109454627E-03                     
+AR DAEJ 2009  4  1 22 30  0.000000  1   -0.196498087882E-03                     
+AR DARW 2009  4  1 22 30  0.000000  1   -0.132059573247E-08                     
+AR DGAR 2009  4  1 22 30  0.000000  1   -0.542752702714E-07                     
+AR DRAO 2009  4  1 22 30  0.000000  1    0.290795452135E-05                     
+AR FAA1 2009  4  1 22 30  0.000000  1    0.316959191407E-09                     
+AR FAIR 2009  4  1 22 30  0.000000  1   -0.598165820141E-07                     
+AR GLPS 2009  4  1 22 30  0.000000  1   -0.866613593203E-07                     
+AR GUAM 2009  4  1 22 30  0.000000  1   -0.568635157244E-07                     
+AR GUAT 2009  4  1 22 30  0.000000  1    0.132476657045E-07                     
+AR HOB2 2009  4  1 22 30  0.000000  1    0.911984972693E-07                     
+AR HOFN 2009  4  1 22 30  0.000000  1    0.750360628770E-04                     
+AR HOLM 2009  4  1 22 30  0.000000  1   -0.471367292972E-07                     
+AR HRAO 2009  4  1 22 30  0.000000  1    0.849475043381E-03                     
+AR HYDE 2009  4  1 22 30  0.000000  1    0.261421026701E-09                     
+AR IRKJ 2009  4  1 22 30  0.000000  1    0.163746336516E-03                     
+AR ISPA 2009  4  1 22 30  0.000000  1   -0.782694646780E-07                     
+AR KARR 2009  4  1 22 30  0.000000  1   -0.552241367674E-07                     
+AR KERG 2009  4  1 22 30  0.000000  1    0.817495279779E-03                     
+AR KHAJ 2009  4  1 22 30  0.000000  1   -0.150699389041E-05                     
+AR KIR0 2009  4  1 22 30  0.000000  1    0.282268664857E-03                     
+AR KIRU 2009  4  1 22 30  0.000000  1    0.591368337200E-03                     
+AR KIT3 2009  4  1 22 30  0.000000  1   -0.341917358408E-07                     
+AR KOUR 2009  4  1 22 30  0.000000  1    0.125016231651E-03                     
+AR KUNM 2009  4  1 22 30  0.000000  1    0.408617184556E-07                     
+AR LHAZ 2009  4  1 22 30  0.000000  1    0.159185873392E-03                     
+AR MAL2 2009  4  1 22 30  0.000000  1   -0.114353739877E-07                     
+AR MAS1 2009  4  1 22 30  0.000000  1   -0.101606944179E-03                     
+AR MAW1 2009  4  1 22 30  0.000000  1    0.115913527149E-07                     
+AR MCIL 2009  4  1 22 30  0.000000  1    0.263513108300E-07                     
+AR MCM4 2009  4  1 22 30  0.000000  1   -0.640728996860E-07                     
+AR MDO1 2009  4  1 22 30  0.000000  1   -0.553945793702E-07                     
+AR MDVJ 2009  4  1 22 30  0.000000  1    0.438552179310E-03                     
+AR MKEA 2009  4  1 22 30  0.000000  1   -0.664384771472E-07                     
+AR MOBS 2009  4  1 22 30  0.000000  1   -0.341658503283E-09                     
+AR NANO 2009  4  1 22 30  0.000000  1    0.688504453241E-08                     
+AR NLIB 2009  4  1 22 30  0.000000  1   -0.116335182547E-06                     
+AR NNOR 2009  4  1 22 30  0.000000  1    0.365800871289E-03                     
+AR NRC1 2009  4  1 22 30  0.000000  1   -0.448259927681E-05                     
+AR NRIL 2009  4  1 22 30  0.000000  1   -0.512717635692E-07                     
+AR NRMD 2009  4  1 22 30  0.000000  1    0.223811905876E-07                     
+AR NTUS 2009  4  1 22 30  0.000000  1   -0.264492893401E-08                     
+AR NYAL 2009  4  1 22 30  0.000000  1    0.958145915291E-07                     
+AR OHI3 2009  4  1 22 30  0.000000  1   -0.428451034213E-04                     
+AR ONSA 2009  4  1 22 30  0.000000  1   -0.324836103184E-04                     
+AR PDEL 2009  4  1 22 30  0.000000  1   -0.756405994619E-09                     
+AR PERT 2009  4  1 22 30  0.000000  1   -0.447028222400E-07                     
+AR PETP 2009  4  1 22 30  0.000000  1   -0.430974824383E-07                     
+AR PIMO 2009  4  1 22 30  0.000000  1   -0.485254191719E-07                     
+AR QAQ1 2009  4  1 22 30  0.000000  1   -0.670463590032E-07                     
+AR QUIN 2009  4  1 22 30  0.000000  1   -0.693122047915E-07                     
+AR RABT 2009  4  1 22 30  0.000000  1   -0.596656824628E-07                     
+AR RAMO 2009  4  1 22 30  0.000000  1    0.889831669950E-07                     
+AR RCMN 2009  4  1 22 30  0.000000  1    0.980717153044E-08                     
+AR REDU 2009  4  1 22 30  0.000000  1   -0.442923593759E-07                     
+AR REUN 2009  4  1 22 30  0.000000  1    0.228579829601E-07                     
+AR REYK 2009  4  1 22 30  0.000000  1   -0.285261106858E-03                     
+AR SCH2 2009  4  1 22 30  0.000000  1    0.191046662271E-03                     
+AR SCUB 2009  4  1 22 30  0.000000  1   -0.637372591924E-07                     
+AR STJO 2009  4  1 22 30  0.000000  1   -0.707805810553E-05                     
+AR SYDN 2009  4  1 22 30  0.000000  1    0.141160627213E-05                     
+AR SYOG 2009  4  1 22 30  0.000000  1    0.140151885621E-04                     
+AR THU2 2009  4  1 22 30  0.000000  1    0.217950228664E-03                     
+AR TOW2 2009  4  1 22 30  0.000000  1   -0.114809180451E-09                     
+AR URUM 2009  4  1 22 30  0.000000  1    0.210963814613E-03                     
+AR VESL 2009  4  1 22 30  0.000000  1    0.235605137418E-03                     
+AR VILL 2009  4  1 22 30  0.000000  1   -0.586048961133E-07                     
+AR WTZR 2009  4  1 22 30  0.000000  1    0.472215672903E-07                     
+AR WUHN 2009  4  1 22 30  0.000000  1   -0.458786576024E-07                     
+AR YSSK 2009  4  1 22 30  0.000000  1   -0.474376041325E-07                     
+AR ZIM2 2009  4  1 22 30  0.000000  1    0.341494403858E-07                     
+AR XMIS 2009  4  1 22 30  0.000000  1    0.582578916904E-08                     
+AR GODZ 2009  4  1 22 30  0.000000  1   -0.469117257732E-03                     
+AR MTKA 2009  4  1 22 30  0.000000  1   -0.439577365380E-07                     
+AR TIXJ 2009  4  1 22 30  0.000000  1   -0.202968015185E-03                     
+AR PARK 2009  4  1 22 30  0.000000  1    0.810614514537E-06                     
+AR UNBJ 2009  4  1 22 30  0.000000  1   -0.368873080889E-03                     
+AR NOVM 2009  4  1 22 30  0.000000  1    0.798330477560E-04                     
+AR SUNM 2009  4  1 22 30  0.000000  1   -0.383141813714E-03                     
+AR CEBR 2009  4  1 22 30  0.000000  1    0.719432440761E-03                     
+AR CPXF 2009  4  1 22 30  0.000000  1    0.109728444286E-07                     
+AR IDDR 2009  4  1 22 30  0.000000  1    0.751835976965E-08                     
+AR AZGB 2009  4  1 22 30  0.000000  1   -0.290578092907E-03                     
+AR TN22 2009  4  1 22 30  0.000000  1   -0.200266847670E-03                     
+AR ETAD 2009  4  1 22 30  0.000000  1    0.295419263653E-07                     
+AR ILHA 2009  4  1 22 30  0.000000  1    0.442514779634E-08                     
+AR POVE 2009  4  1 22 30  0.000000  1   -0.767944654195E-08                     
+AR RECF 2009  4  1 22 30  0.000000  1    0.119387705572E-07                     
+AR SALU 2009  4  1 22 30  0.000000  1    0.169277342742E-07                     
+AR SAVO 2009  4  1 22 30  0.000000  1    0.168679607844E-07                     
+AR UFPR 2009  4  1 22 30  0.000000  1    0.220266820445E-07                     
+AR YELL 2009  4  1 22 30  0.000000  1    0.252135000000E-06                     
+AS G32  2009  4  1 22 35  0.000000  1    0.280003471744E-03                     
+AS G24  2009  4  1 22 35  0.000000  1    0.177944767035E-03                     
+AS G25  2009  4  1 22 35  0.000000  1    0.335367201418E-03                     
+AS G26  2009  4  1 22 35  0.000000  1    0.545371839707E-04                     
+AS G27  2009  4  1 22 35  0.000000  1    0.372618656243E-04                     
+AS G30  2009  4  1 22 35  0.000000  1    0.136353014710E-03                     
+AS G03  2009  4  1 22 35  0.000000  1    0.373672622030E-03                     
+AS G04  2009  4  1 22 35  0.000000  1   -0.352613965892E-04                     
+AS G06  2009  4  1 22 35  0.000000  1    0.608998618708E-04                     
+AS G08  2009  4  1 22 35  0.000000  1   -0.196600297070E-03                     
+AS G09  2009  4  1 22 35  0.000000  1    0.485307414613E-04                     
+AS G10  2009  4  1 22 35  0.000000  1   -0.136457346062E-04                     
+AS G14  2009  4  1 22 35  0.000000  1   -0.132177670526E-03                     
+AS G13  2009  4  1 22 35  0.000000  1    0.293305827924E-03                     
+AS G28  2009  4  1 22 35  0.000000  1   -0.238386496729E-04                     
+AS G21  2009  4  1 22 35  0.000000  1    0.214514232499E-04                     
+AS G11  2009  4  1 22 35  0.000000  1    0.270279602873E-05                     
+AS G22  2009  4  1 22 35  0.000000  1    0.202401393021E-03                     
+AS G20  2009  4  1 22 35  0.000000  1    0.865188327446E-04                     
+AS G18  2009  4  1 22 35  0.000000  1   -0.693902257594E-04                     
+AS G16  2009  4  1 22 35  0.000000  1    0.628825310713E-04                     
+AS G19  2009  4  1 22 35  0.000000  1    0.293238113740E-04                     
+AS G23  2009  4  1 22 35  0.000000  1    0.389003425641E-03                     
+AS G02  2009  4  1 22 35  0.000000  1    0.153912805745E-03                     
+AS G31  2009  4  1 22 35  0.000000  1   -0.565150548541E-04                     
+AS G17  2009  4  1 22 35  0.000000  1    0.525011769293E-04                     
+AS G12  2009  4  1 22 35  0.000000  1   -0.299352229264E-03                     
+AS G15  2009  4  1 22 35  0.000000  1   -0.276182342444E-03                     
+AS G29  2009  4  1 22 35  0.000000  1    0.501148997413E-05                     
+AS G07  2009  4  1 22 35  0.000000  1    0.209610367835E-04                     
+AS R02  2009  4  1 22 35  0.000000  1    0.205311786168E-04                     
+AS R03  2009  4  1 22 35  0.000000  1   -0.344007208136E-04                     
+AS R04  2009  4  1 22 35  0.000000  1    0.635334029914E-04                     
+AS R06  2009  4  1 22 35  0.000000  1   -0.169273736693E-03                     
+AS R07  2009  4  1 22 35  0.000000  1   -0.891061399964E-04                     
+AS R08  2009  4  1 22 35  0.000000  1   -0.101964114815E-03                     
+AS R10  2009  4  1 22 35  0.000000  1   -0.140815290250E-03                     
+AS R11  2009  4  1 22 35  0.000000  1   -0.926670787783E-04                     
+AS R13  2009  4  1 22 35  0.000000  1   -0.230686676469E-03                     
+AS R14  2009  4  1 22 35  0.000000  1   -0.794982351144E-04                     
+AS R15  2009  4  1 22 35  0.000000  1    0.921595080671E-04                     
+AS R17  2009  4  1 22 35  0.000000  1   -0.261305039960E-03                     
+AS R18  2009  4  1 22 35  0.000000  1   -0.136264048685E-05                     
+AS R19  2009  4  1 22 35  0.000000  1   -0.894635388869E-04                     
+AS R20  2009  4  1 22 35  0.000000  1   -0.650184470720E-04                     
+AS R21  2009  4  1 22 35  0.000000  1   -0.143392070932E-03                     
+AS R22  2009  4  1 22 35  0.000000  1   -0.201684330816E-03                     
+AS R23  2009  4  1 22 35  0.000000  1   -0.200097703769E-03                     
+AR ALGO 2009  4  1 22 35  0.000000  1    0.813168084686E-04                     
+AR ALIC 2009  4  1 22 35  0.000000  1    0.380545507312E-08                     
+AR AMC2 2009  4  1 22 35  0.000000  1    0.269117895597E-08                     
+AR ANKR 2009  4  1 22 35  0.000000  1    0.561594945867E-04                     
+AR ARTU 2009  4  1 22 35  0.000000  1   -0.648564430468E-07                     
+AR ASPA 2009  4  1 22 35  0.000000  1    0.172876952172E-07                     
+AR BHR1 2009  4  1 22 35  0.000000  1    0.563384015694E-03                     
+AR BARH 2009  4  1 22 35  0.000000  1    0.856306344995E-09                     
+AR BJFS 2009  4  1 22 35  0.000000  1   -0.457949364447E-07                     
+AR BOGT 2009  4  1 22 35  0.000000  1   -0.617434889647E-07                     
+AR BRMU 2009  4  1 22 35  0.000000  1   -0.708824381889E-04                     
+AR CAGZ 2009  4  1 22 35  0.000000  1    0.145821471347E-03                     
+AR CAS1 2009  4  1 22 35  0.000000  1    0.639509913261E-08                     
+AR CHAT 2009  4  1 22 35  0.000000  1   -0.473020707984E-07                     
+AR CHPI 2009  4  1 22 35  0.000000  1   -0.577964230987E-07                     
+AR COCO 2009  4  1 22 35  0.000000  1    0.227649147554E-03                     
+AR CONZ 2009  4  1 22 35  0.000000  1    0.754817377450E-04                     
+AR CRAR 2009  4  1 22 35  0.000000  1   -0.269541442096E-03                     
+AR CRO1 2009  4  1 22 35  0.000000  1    0.665109479050E-03                     
+AR DAEJ 2009  4  1 22 35  0.000000  1   -0.196497818213E-03                     
+AR DARW 2009  4  1 22 35  0.000000  1    0.439511713698E-08                     
+AR DGAR 2009  4  1 22 35  0.000000  1   -0.550662167450E-07                     
+AR DRAO 2009  4  1 22 35  0.000000  1    0.294477102300E-05                     
+AR FAA1 2009  4  1 22 35  0.000000  1    0.140072972221E-08                     
+AR FAIR 2009  4  1 22 35  0.000000  1   -0.577840003685E-07                     
+AR GLPS 2009  4  1 22 35  0.000000  1   -0.858126430350E-07                     
+AR GUAM 2009  4  1 22 35  0.000000  1   -0.585519910618E-07                     
+AR GUAT 2009  4  1 22 35  0.000000  1    0.120444450770E-07                     
+AR HOB2 2009  4  1 22 35  0.000000  1    0.912229030502E-07                     
+AR HOFN 2009  4  1 22 35  0.000000  1    0.151652740845E-03                     
+AR HOLM 2009  4  1 22 35  0.000000  1   -0.490570430180E-07                     
+AR HRAO 2009  4  1 22 35  0.000000  1    0.849475115006E-03                     
+AR HYDE 2009  4  1 22 35  0.000000  1    0.751152919926E-09                     
+AR IRKJ 2009  4  1 22 35  0.000000  1    0.163746329251E-03                     
+AR ISPA 2009  4  1 22 35  0.000000  1   -0.807982330473E-07                     
+AR KARR 2009  4  1 22 35  0.000000  1   -0.566879254653E-07                     
+AR KERG 2009  4  1 22 35  0.000000  1    0.817495188409E-03                     
+AR KHAJ 2009  4  1 22 35  0.000000  1   -0.150698927043E-05                     
+AR KIR0 2009  4  1 22 35  0.000000  1    0.282261905514E-03                     
+AR KIRU 2009  4  1 22 35  0.000000  1    0.591367648334E-03                     
+AR KIT3 2009  4  1 22 35  0.000000  1   -0.204696313788E-07                     
+AR KOUR 2009  4  1 22 35  0.000000  1    0.125016232097E-03                     
+AR KUNM 2009  4  1 22 35  0.000000  1    0.332401862329E-07                     
+AR LHAZ 2009  4  1 22 35  0.000000  1    0.184948010897E-03                     
+AR MAL2 2009  4  1 22 35  0.000000  1   -0.116322968343E-07                     
+AR MAS1 2009  4  1 22 35  0.000000  1   -0.101607209334E-03                     
+AR MAW1 2009  4  1 22 35  0.000000  1    0.147877531969E-07                     
+AR MCIL 2009  4  1 22 35  0.000000  1    0.247411033492E-07                     
+AR MCM4 2009  4  1 22 35  0.000000  1   -0.647616108245E-07                     
+AR MDO1 2009  4  1 22 35  0.000000  1   -0.528902690828E-07                     
+AR MDVJ 2009  4  1 22 35  0.000000  1    0.438552138046E-03                     
+AR MKEA 2009  4  1 22 35  0.000000  1   -0.665152108851E-07                     
+AR MOBS 2009  4  1 22 35  0.000000  1   -0.601006523795E-09                     
+AR NANO 2009  4  1 22 35  0.000000  1    0.597390455475E-08                     
+AR NLIB 2009  4  1 22 35  0.000000  1   -0.116443194884E-06                     
+AR NNOR 2009  4  1 22 35  0.000000  1    0.365801068615E-03                     
+AR NRC1 2009  4  1 22 35  0.000000  1   -0.448258176825E-05                     
+AR NRIL 2009  4  1 22 35  0.000000  1   -0.484795762098E-07                     
+AR NRMD 2009  4  1 22 35  0.000000  1    0.238351493412E-07                     
+AR NTUS 2009  4  1 22 35  0.000000  1    0.579213535269E-08                     
+AR NYAL 2009  4  1 22 35  0.000000  1    0.958143208276E-07                     
+AR OHI3 2009  4  1 22 35  0.000000  1    0.634068171626E-04                     
+AR ONSA 2009  4  1 22 35  0.000000  1   -0.324836697251E-04                     
+AR PDEL 2009  4  1 22 35  0.000000  1   -0.106994457062E-08                     
+AR PERT 2009  4  1 22 35  0.000000  1   -0.453290404809E-07                     
+AR PETP 2009  4  1 22 35  0.000000  1   -0.465070434960E-07                     
+AR PIMO 2009  4  1 22 35  0.000000  1   -0.471197745935E-07                     
+AR QAQ1 2009  4  1 22 35  0.000000  1   -0.698944665061E-07                     
+AR QUIN 2009  4  1 22 35  0.000000  1   -0.639837038507E-07                     
+AR RABT 2009  4  1 22 35  0.000000  1   -0.613341392339E-07                     
+AR RAMO 2009  4  1 22 35  0.000000  1   -0.294235579470E-07                     
+AR RCMN 2009  4  1 22 35  0.000000  1    0.123442600846E-07                     
+AR REDU 2009  4  1 22 35  0.000000  1   -0.443195619973E-07                     
+AR REUN 2009  4  1 22 35  0.000000  1    0.247721805187E-07                     
+AR REYK 2009  4  1 22 35  0.000000  1   -0.287342625699E-03                     
+AR SCH2 2009  4  1 22 35  0.000000  1    0.191062746665E-03                     
+AR SCUB 2009  4  1 22 35  0.000000  1   -0.628578402588E-07                     
+AR STJO 2009  4  1 22 35  0.000000  1   -0.707835298545E-05                     
+AR SYDN 2009  4  1 22 35  0.000000  1    0.141161638298E-05                     
+AR SYOG 2009  4  1 22 35  0.000000  1    0.140154809532E-04                     
+AR THU2 2009  4  1 22 35  0.000000  1    0.215947928620E-03                     
+AR TOW2 2009  4  1 22 35  0.000000  1    0.284489214194E-08                     
+AR URUM 2009  4  1 22 35  0.000000  1    0.140029643177E-03                     
+AR VESL 2009  4  1 22 35  0.000000  1    0.271690441288E-03                     
+AR VILL 2009  4  1 22 35  0.000000  1   -0.593487562908E-07                     
+AR WTZR 2009  4  1 22 35  0.000000  1    0.472213044086E-07                     
+AR WUHN 2009  4  1 22 35  0.000000  1   -0.468439222048E-07                     
+AR YSSK 2009  4  1 22 35  0.000000  1   -0.467884104744E-07                     
+AR ZIM2 2009  4  1 22 35  0.000000  1    0.323029676263E-07                     
+AR XMIS 2009  4  1 22 35  0.000000  1    0.602481174408E-08                     
+AR GODZ 2009  4  1 22 35  0.000000  1   -0.469117247628E-03                     
+AR MTKA 2009  4  1 22 35  0.000000  1   -0.486378593317E-07                     
+AR TIXJ 2009  4  1 22 35  0.000000  1   -0.205526955619E-03                     
+AR PARK 2009  4  1 22 35  0.000000  1    0.810695486542E-06                     
+AR UNBJ 2009  4  1 22 35  0.000000  1   -0.441977874973E-03                     
+AR NOVM 2009  4  1 22 35  0.000000  1    0.798330846630E-04                     
+AR SUNM 2009  4  1 22 35  0.000000  1    0.459275044143E-03                     
+AR CEBR 2009  4  1 22 35  0.000000  1    0.719432436572E-03                     
+AR CPXF 2009  4  1 22 35  0.000000  1    0.955786759299E-08                     
+AR IDDR 2009  4  1 22 35  0.000000  1    0.897039420769E-08                     
+AR AZGB 2009  4  1 22 35  0.000000  1   -0.429643591434E-03                     
+AR TN22 2009  4  1 22 35  0.000000  1   -0.272456675690E-03                     
+AR ETAD 2009  4  1 22 35  0.000000  1    0.282141790011E-07                     
+AR ILHA 2009  4  1 22 35  0.000000  1    0.480942788978E-08                     
+AR POVE 2009  4  1 22 35  0.000000  1   -0.101962124779E-07                     
+AR RECF 2009  4  1 22 35  0.000000  1    0.120955017791E-07                     
+AR SALU 2009  4  1 22 35  0.000000  1    0.993714290500E-08                     
+AR SAVO 2009  4  1 22 35  0.000000  1    0.168947507079E-07                     
+AR UFPR 2009  4  1 22 35  0.000000  1    0.178062638527E-07                     
+AR YELL 2009  4  1 22 35  0.000000  1    0.252205000000E-06                     
+AS G32  2009  4  1 22 40  0.000000  1    0.280002117932E-03                     
+AS G24  2009  4  1 22 40  0.000000  1    0.177945780125E-03                     
+AS G25  2009  4  1 22 40  0.000000  1    0.335373830445E-03                     
+AS G26  2009  4  1 22 40  0.000000  1    0.545378424558E-04                     
+AS G27  2009  4  1 22 40  0.000000  1    0.372633982402E-04                     
+AS G30  2009  4  1 22 40  0.000000  1    0.136354169102E-03                     
+AS G03  2009  4  1 22 40  0.000000  1    0.373673992533E-03                     
+AS G04  2009  4  1 22 40  0.000000  1   -0.352658160523E-04                     
+AS G06  2009  4  1 22 40  0.000000  1    0.609052326377E-04                     
+AS G08  2009  4  1 22 40  0.000000  1   -0.196602032085E-03                     
+AS G09  2009  4  1 22 40  0.000000  1    0.485311135206E-04                     
+AS G10  2009  4  1 22 40  0.000000  1   -0.136461222510E-04                     
+AS G14  2009  4  1 22 40  0.000000  1   -0.132176006889E-03                     
+AS G13  2009  4  1 22 40  0.000000  1    0.293306246929E-03                     
+AS G28  2009  4  1 22 40  0.000000  1   -0.238389717378E-04                     
+AS G21  2009  4  1 22 40  0.000000  1    0.214508426470E-04                     
+AS G11  2009  4  1 22 40  0.000000  1    0.270240396358E-05                     
+AS G22  2009  4  1 22 40  0.000000  1    0.202401961981E-03                     
+AS G20  2009  4  1 22 40  0.000000  1    0.865184344527E-04                     
+AS G18  2009  4  1 22 40  0.000000  1   -0.693889212197E-04                     
+AS G16  2009  4  1 22 40  0.000000  1    0.628817285252E-04                     
+AS G19  2009  4  1 22 40  0.000000  1    0.293234899577E-04                     
+AS G23  2009  4  1 22 40  0.000000  1    0.389003538879E-03                     
+AS G02  2009  4  1 22 40  0.000000  1    0.153912578702E-03                     
+AS G31  2009  4  1 22 40  0.000000  1   -0.565150210219E-04                     
+AS G17  2009  4  1 22 40  0.000000  1    0.525017449204E-04                     
+AS G12  2009  4  1 22 40  0.000000  1   -0.299350744126E-03                     
+AS G15  2009  4  1 22 40  0.000000  1   -0.276183639095E-03                     
+AS G29  2009  4  1 22 40  0.000000  1    0.501253686663E-05                     
+AS G07  2009  4  1 22 40  0.000000  1    0.209608523954E-04                     
+AS R02  2009  4  1 22 40  0.000000  1    0.205301076151E-04                     
+AS R03  2009  4  1 22 40  0.000000  1   -0.344005931917E-04                     
+AS R04  2009  4  1 22 40  0.000000  1    0.635303548254E-04                     
+AS R06  2009  4  1 22 40  0.000000  1   -0.169273931310E-03                     
+AS R07  2009  4  1 22 40  0.000000  1   -0.891065370484E-04                     
+AS R08  2009  4  1 22 40  0.000000  1   -0.101964126829E-03                     
+AS R10  2009  4  1 22 40  0.000000  1   -0.140815271314E-03                     
+AS R11  2009  4  1 22 40  0.000000  1   -0.926674660751E-04                     
+AS R13  2009  4  1 22 40  0.000000  1   -0.230686981954E-03                     
+AS R14  2009  4  1 22 40  0.000000  1   -0.794974978869E-04                     
+AS R15  2009  4  1 22 40  0.000000  1    0.921601294311E-04                     
+AS R17  2009  4  1 22 40  0.000000  1   -0.261305279657E-03                     
+AS R18  2009  4  1 22 40  0.000000  1   -0.136277555350E-05                     
+AS R19  2009  4  1 22 40  0.000000  1   -0.894637662619E-04                     
+AS R20  2009  4  1 22 40  0.000000  1   -0.650189149870E-04                     
+AS R21  2009  4  1 22 40  0.000000  1   -0.143392639721E-03                     
+AS R22  2009  4  1 22 40  0.000000  1   -0.201684940673E-03                     
+AS R23  2009  4  1 22 40  0.000000  1   -0.200096721354E-03                     
+AR ALGO 2009  4  1 22 40  0.000000  1    0.813206269349E-04                     
+AR ALIC 2009  4  1 22 40  0.000000  1    0.562172494825E-08                     
+AR AMC2 2009  4  1 22 40  0.000000  1    0.269512495274E-08                     
+AR ANKR 2009  4  1 22 40  0.000000  1    0.118340660253E-03                     
+AR ARTU 2009  4  1 22 40  0.000000  1   -0.617273521508E-07                     
+AR ASPA 2009  4  1 22 40  0.000000  1    0.167259651933E-07                     
+AR BHR1 2009  4  1 22 40  0.000000  1    0.563383774711E-03                     
+AR BARH 2009  4  1 22 40  0.000000  1    0.195534786108E-08                     
+AR BJFS 2009  4  1 22 40  0.000000  1   -0.481916524659E-07                     
+AR BOGT 2009  4  1 22 40  0.000000  1   -0.616628437453E-07                     
+AR BRMU 2009  4  1 22 40  0.000000  1    0.426801797066E-03                     
+AR CAGZ 2009  4  1 22 40  0.000000  1    0.369495295379E-03                     
+AR CAS1 2009  4  1 22 40  0.000000  1    0.858363331592E-08                     
+AR CHAT 2009  4  1 22 40  0.000000  1   -0.487422555487E-07                     
+AR CHPI 2009  4  1 22 40  0.000000  1   -0.590957566448E-07                     
+AR COCO 2009  4  1 22 40  0.000000  1    0.227649325008E-03                     
+AR CONZ 2009  4  1 22 40  0.000000  1   -0.654248090705E-04                     
+AR CRAR 2009  4  1 22 40  0.000000  1   -0.294224972464E-03                     
+AR CRO1 2009  4  1 22 40  0.000000  1    0.665109528045E-03                     
+AR DAEJ 2009  4  1 22 40  0.000000  1   -0.196496963323E-03                     
+AR DARW 2009  4  1 22 40  0.000000  1    0.234694276330E-08                     
+AR DGAR 2009  4  1 22 40  0.000000  1   -0.549529652230E-07                     
+AR DRAO 2009  4  1 22 40  0.000000  1    0.298162682822E-05                     
+AR FAA1 2009  4  1 22 40  0.000000  1    0.303029967437E-09                     
+AR FAIR 2009  4  1 22 40  0.000000  1   -0.613143464093E-07                     
+AR GLPS 2009  4  1 22 40  0.000000  1   -0.804642554035E-07                     
+AR GUAM 2009  4  1 22 40  0.000000  1   -0.588859258593E-07                     
+AR GUAT 2009  4  1 22 40  0.000000  1    0.944748828390E-08                     
+AR HOB2 2009  4  1 22 40  0.000000  1    0.912344558297E-07                     
+AR HOFN 2009  4  1 22 40  0.000000  1    0.228260574243E-03                     
+AR HOLM 2009  4  1 22 40  0.000000  1   -0.507545915705E-07                     
+AR HRAO 2009  4  1 22 40  0.000000  1    0.849475191019E-03                     
+AR HYDE 2009  4  1 22 40  0.000000  1   -0.374676269757E-08                     
+AR IRKJ 2009  4  1 22 40  0.000000  1    0.163746327617E-03                     
+AR ISPA 2009  4  1 22 40  0.000000  1   -0.679909275505E-07                     
+AR KARR 2009  4  1 22 40  0.000000  1   -0.562569132354E-07                     
+AR KERG 2009  4  1 22 40  0.000000  1    0.817495468837E-03                     
+AR KHAJ 2009  4  1 22 40  0.000000  1   -0.150698781338E-05                     
+AR KIR0 2009  4  1 22 40  0.000000  1    0.282255207836E-03                     
+AR KIRU 2009  4  1 22 40  0.000000  1    0.591366874591E-03                     
+AR KIT3 2009  4  1 22 40  0.000000  1   -0.452439623796E-07                     
+AR KOUR 2009  4  1 22 40  0.000000  1    0.125016257963E-03                     
+AR KUNM 2009  4  1 22 40  0.000000  1    0.435649774394E-07                     
+AR LHAZ 2009  4  1 22 40  0.000000  1    0.210790034318E-03                     
+AR MAL2 2009  4  1 22 40  0.000000  1   -0.997463012502E-08                     
+AR MAS1 2009  4  1 22 40  0.000000  1   -0.101607434479E-03                     
+AR MAW1 2009  4  1 22 40  0.000000  1    0.110687150373E-07                     
+AR MCIL 2009  4  1 22 40  0.000000  1    0.295600466896E-07                     
+AR MCM4 2009  4  1 22 40  0.000000  1   -0.608039049441E-07                     
+AR MDO1 2009  4  1 22 40  0.000000  1   -0.525941555363E-07                     
+AR MDVJ 2009  4  1 22 40  0.000000  1    0.438552118847E-03                     
+AR MKEA 2009  4  1 22 40  0.000000  1   -0.681762103598E-07                     
+AR MOBS 2009  4  1 22 40  0.000000  1    0.795879994512E-09                     
+AR NANO 2009  4  1 22 40  0.000000  1    0.729556126713E-08                     
+AR NLIB 2009  4  1 22 40  0.000000  1   -0.116788919080E-06                     
+AR NNOR 2009  4  1 22 40  0.000000  1    0.365800795551E-03                     
+AR NRC1 2009  4  1 22 40  0.000000  1   -0.448256003204E-05                     
+AR NRIL 2009  4  1 22 40  0.000000  1   -0.470764165544E-07                     
+AR NRMD 2009  4  1 22 40  0.000000  1    0.222866285164E-07                     
+AR NTUS 2009  4  1 22 40  0.000000  1    0.391094901489E-08                     
+AR NYAL 2009  4  1 22 40  0.000000  1    0.958302781323E-07                     
+AR OHI3 2009  4  1 22 40  0.000000  1    0.168886663014E-03                     
+AR ONSA 2009  4  1 22 40  0.000000  1   -0.324837169186E-04                     
+AR PDEL 2009  4  1 22 40  0.000000  1   -0.467036516980E-09                     
+AR PERT 2009  4  1 22 40  0.000000  1   -0.454530258580E-07                     
+AR PETP 2009  4  1 22 40  0.000000  1   -0.456648675010E-07                     
+AR PIMO 2009  4  1 22 40  0.000000  1   -0.477046359490E-07                     
+AR QAQ1 2009  4  1 22 40  0.000000  1   -0.754400671099E-07                     
+AR QUIN 2009  4  1 22 40  0.000000  1   -0.629442793790E-07                     
+AR RABT 2009  4  1 22 40  0.000000  1   -0.613578196262E-07                     
+AR RAMO 2009  4  1 22 40  0.000000  1    0.114863432235E-06                     
+AR RCMN 2009  4  1 22 40  0.000000  1    0.119596024591E-07                     
+AR REDU 2009  4  1 22 40  0.000000  1   -0.418593774243E-07                     
+AR REUN 2009  4  1 22 40  0.000000  1    0.237875879029E-07                     
+AR REYK 2009  4  1 22 40  0.000000  1   -0.289500805961E-03                     
+AR SCH2 2009  4  1 22 40  0.000000  1    0.191079336009E-03                     
+AR SCUB 2009  4  1 22 40  0.000000  1   -0.597196539629E-07                     
+AR STJO 2009  4  1 22 40  0.000000  1   -0.707863855731E-05                     
+AR SYDN 2009  4  1 22 40  0.000000  1    0.141170511462E-05                     
+AR SYOG 2009  4  1 22 40  0.000000  1    0.140155951282E-04                     
+AR THU2 2009  4  1 22 40  0.000000  1    0.213945567369E-03                     
+AR TOW2 2009  4  1 22 40  0.000000  1   -0.851226639695E-09                     
+AR URUM 2009  4  1 22 40  0.000000  1    0.691654521374E-04                     
+AR VESL 2009  4  1 22 40  0.000000  1    0.307753182930E-03                     
+AR VILL 2009  4  1 22 40  0.000000  1   -0.577531930620E-07                     
+AR WTZR 2009  4  1 22 40  0.000000  1    0.472304623728E-07                     
+AR WUHN 2009  4  1 22 40  0.000000  1   -0.446123895107E-07                     
+AR YSSK 2009  4  1 22 40  0.000000  1   -0.486641043209E-07                     
+AR ZIM2 2009  4  1 22 40  0.000000  1    0.291526551473E-07                     
+AR XMIS 2009  4  1 22 40  0.000000  1    0.641260503440E-08                     
+AR GODZ 2009  4  1 22 40  0.000000  1   -0.469117199323E-03                     
+AR MTKA 2009  4  1 22 40  0.000000  1   -0.648665281457E-07                     
+AR TIXJ 2009  4  1 22 40  0.000000  1   -0.208107801386E-03                     
+AR PARK 2009  4  1 22 40  0.000000  1    0.810752193826E-06                     
+AR UNBJ 2009  4  1 22 40  0.000000  1    0.484918826365E-03                     
+AR NOVM 2009  4  1 22 40  0.000000  1    0.798330796103E-04                     
+AR SUNM 2009  4  1 22 40  0.000000  1    0.301144404935E-03                     
+AR CEBR 2009  4  1 22 40  0.000000  1    0.719432436744E-03                     
+AR CPXF 2009  4  1 22 40  0.000000  1    0.861433500692E-08                     
+AR IDDR 2009  4  1 22 40  0.000000  1    0.130925289400E-07                     
+AR AZGB 2009  4  1 22 40  0.000000  1    0.431264453312E-03                     
+AR TN22 2009  4  1 22 40  0.000000  1   -0.344746372381E-03                     
+AR ETAD 2009  4  1 22 40  0.000000  1    0.304619314043E-07                     
+AR ILHA 2009  4  1 22 40  0.000000  1    0.624640759829E-08                     
+AR POVE 2009  4  1 22 40  0.000000  1   -0.892836444517E-08                     
+AR RECF 2009  4  1 22 40  0.000000  1    0.108570650337E-07                     
+AR SALU 2009  4  1 22 40  0.000000  1    0.183282622031E-07                     
+AR SAVO 2009  4  1 22 40  0.000000  1    0.174817660634E-07                     
+AR UFPR 2009  4  1 22 40  0.000000  1    0.172213893876E-07                     
+AR YELL 2009  4  1 22 40  0.000000  1    0.252275000000E-06                     
+AS G32  2009  4  1 22 45  0.000000  1    0.280000692521E-03                     
+AS G24  2009  4  1 22 45  0.000000  1    0.177946703725E-03                     
+AS G25  2009  4  1 22 45  0.000000  1    0.335380382923E-03                     
+AS G26  2009  4  1 22 45  0.000000  1    0.545383087395E-04                     
+AS G27  2009  4  1 22 45  0.000000  1    0.372650506981E-04                     
+AS G30  2009  4  1 22 45  0.000000  1    0.136355239777E-03                     
+AS G03  2009  4  1 22 45  0.000000  1    0.373675514322E-03                     
+AS G04  2009  4  1 22 45  0.000000  1   -0.352702874387E-04                     
+AS G06  2009  4  1 22 45  0.000000  1    0.609106865323E-04                     
+AS G08  2009  4  1 22 45  0.000000  1   -0.196603036793E-03                     
+AS G09  2009  4  1 22 45  0.000000  1    0.485318949854E-04                     
+AS G10  2009  4  1 22 45  0.000000  1   -0.136465337009E-04                     
+AS G14  2009  4  1 22 45  0.000000  1   -0.132174407804E-03                     
+AS G13  2009  4  1 22 45  0.000000  1    0.293306561636E-03                     
+AS G28  2009  4  1 22 45  0.000000  1   -0.238393061499E-04                     
+AS G21  2009  4  1 22 45  0.000000  1    0.214503622544E-04                     
+AS G11  2009  4  1 22 45  0.000000  1    0.270186242545E-05                     
+AS G22  2009  4  1 22 45  0.000000  1    0.202400839294E-03                     
+AS G20  2009  4  1 22 45  0.000000  1    0.865181219203E-04                     
+AS G18  2009  4  1 22 45  0.000000  1   -0.693879906182E-04                     
+AS G16  2009  4  1 22 45  0.000000  1    0.628807863940E-04                     
+AS G19  2009  4  1 22 45  0.000000  1    0.293233048139E-04                     
+AS G23  2009  4  1 22 45  0.000000  1    0.389003727278E-03                     
+AS G02  2009  4  1 22 45  0.000000  1    0.153912593276E-03                     
+AS G31  2009  4  1 22 45  0.000000  1   -0.565155201646E-04                     
+AS G17  2009  4  1 22 45  0.000000  1    0.525021879477E-04                     
+AS G12  2009  4  1 22 45  0.000000  1   -0.299349187842E-03                     
+AS G15  2009  4  1 22 45  0.000000  1   -0.276184952291E-03                     
+AS G29  2009  4  1 22 45  0.000000  1    0.501377160211E-05                     
+AS G07  2009  4  1 22 45  0.000000  1    0.209607289091E-04                     
+AS R02  2009  4  1 22 45  0.000000  1    0.205291304163E-04                     
+AS R03  2009  4  1 22 45  0.000000  1   -0.344005489782E-04                     
+AS R04  2009  4  1 22 45  0.000000  1    0.635288481074E-04                     
+AS R06  2009  4  1 22 45  0.000000  1   -0.169275301149E-03                     
+AS R07  2009  4  1 22 45  0.000000  1   -0.891070453779E-04                     
+AS R08  2009  4  1 22 45  0.000000  1   -0.101963882678E-03                     
+AS R10  2009  4  1 22 45  0.000000  1   -0.140814937852E-03                     
+AS R11  2009  4  1 22 45  0.000000  1   -0.926675231762E-04                     
+AS R13  2009  4  1 22 45  0.000000  1   -0.230686998615E-03                     
+AS R14  2009  4  1 22 45  0.000000  1   -0.794958736706E-04                     
+AS R15  2009  4  1 22 45  0.000000  1    0.921615526521E-04                     
+AS R17  2009  4  1 22 45  0.000000  1   -0.261305415607E-03                     
+AS R18  2009  4  1 22 45  0.000000  1   -0.136278030602E-05                     
+AS R19  2009  4  1 22 45  0.000000  1   -0.894640528176E-04                     
+AS R20  2009  4  1 22 45  0.000000  1   -0.650189675350E-04                     
+AS R21  2009  4  1 22 45  0.000000  1   -0.143393088699E-03                     
+AS R22  2009  4  1 22 45  0.000000  1   -0.201685633763E-03                     
+AS R23  2009  4  1 22 45  0.000000  1   -0.200095552343E-03                     
+AR ALGO 2009  4  1 22 45  0.000000  1    0.813249871665E-04                     
+AR ALIC 2009  4  1 22 45  0.000000  1    0.559492149759E-08                     
+AR AMC2 2009  4  1 22 45  0.000000  1    0.270824640118E-08                     
+AR ANKR 2009  4  1 22 45  0.000000  1    0.180532266753E-03                     
+AR ARTU 2009  4  1 22 45  0.000000  1   -0.620394071792E-07                     
+AR ASPA 2009  4  1 22 45  0.000000  1    0.174373551623E-07                     
+AR BHR1 2009  4  1 22 45  0.000000  1    0.563383695115E-03                     
+AR BARH 2009  4  1 22 45  0.000000  1   -0.261800747958E-08                     
+AR BJFS 2009  4  1 22 45  0.000000  1   -0.513702527872E-07                     
+AR BOGT 2009  4  1 22 45  0.000000  1   -0.596668662688E-07                     
+AR BRMU 2009  4  1 22 45  0.000000  1   -0.760664840645E-04                     
+AR CAGZ 2009  4  1 22 45  0.000000  1   -0.406723701582E-03                     
+AR CAS1 2009  4  1 22 45  0.000000  1    0.770482577027E-08                     
+AR CHAT 2009  4  1 22 45  0.000000  1   -0.535914311097E-07                     
+AR CHPI 2009  4  1 22 45  0.000000  1   -0.492852779347E-07                     
+AR COCO 2009  4  1 22 45  0.000000  1    0.227649488249E-03                     
+AR CONZ 2009  4  1 22 45  0.000000  1   -0.206148757831E-03                     
+AR CRAR 2009  4  1 22 45  0.000000  1   -0.318904570627E-03                     
+AR CRO1 2009  4  1 22 45  0.000000  1    0.665109549649E-03                     
+AR DAEJ 2009  4  1 22 45  0.000000  1   -0.196495694644E-03                     
+AR DARW 2009  4  1 22 45  0.000000  1    0.111825380118E-08                     
+AR DGAR 2009  4  1 22 45  0.000000  1   -0.578011007925E-07                     
+AR DRAO 2009  4  1 22 45  0.000000  1    0.301869184154E-05                     
+AR FAA1 2009  4  1 22 45  0.000000  1   -0.808103164342E-09                     
+AR FAIR 2009  4  1 22 45  0.000000  1   -0.566861881144E-07                     
+AR GLPS 2009  4  1 22 45  0.000000  1   -0.784824554916E-07                     
+AR GUAM 2009  4  1 22 45  0.000000  1   -0.605619592685E-07                     
+AR GUAT 2009  4  1 22 45  0.000000  1    0.114590406702E-07                     
+AR HOB2 2009  4  1 22 45  0.000000  1    0.912609550030E-07                     
+AR HOFN 2009  4  1 22 45  0.000000  1    0.304848267214E-03                     
+AR HOLM 2009  4  1 22 45  0.000000  1   -0.582288711256E-07                     
+AR HRAO 2009  4  1 22 45  0.000000  1    0.849475273402E-03                     
+AR HYDE 2009  4  1 22 45  0.000000  1   -0.778654510261E-10                     
+AR IRKJ 2009  4  1 22 45  0.000000  1    0.163746344555E-03                     
+AR ISPA 2009  4  1 22 45  0.000000  1   -0.728605614394E-07                     
+AR KARR 2009  4  1 22 45  0.000000  1   -0.566122731960E-07                     
+AR KERG 2009  4  1 22 45  0.000000  1    0.817495327295E-03                     
+AR KHAJ 2009  4  1 22 45  0.000000  1   -0.150699577156E-05                     
+AR KIR0 2009  4  1 22 45  0.000000  1    0.282248453292E-03                     
+AR KIRU 2009  4  1 22 45  0.000000  1    0.591366448976E-03                     
+AR KIT3 2009  4  1 22 45  0.000000  1   -0.233054103013E-07                     
+AR KOUR 2009  4  1 22 45  0.000000  1    0.125016277999E-03                     
+AR KUNM 2009  4  1 22 45  0.000000  1   -0.738466370873E-08                     
+AR LHAZ 2009  4  1 22 45  0.000000  1    0.236699147130E-03                     
+AR MAL2 2009  4  1 22 45  0.000000  1   -0.992511049144E-08                     
+AR MAS1 2009  4  1 22 45  0.000000  1   -0.101607695521E-03                     
+AR MAW1 2009  4  1 22 45  0.000000  1    0.117568442355E-07                     
+AR MCIL 2009  4  1 22 45  0.000000  1    0.292877390472E-07                     
+AR MCM4 2009  4  1 22 45  0.000000  1   -0.614593511465E-07                     
+AR MDO1 2009  4  1 22 45  0.000000  1   -0.516132266906E-07                     
+AR MDVJ 2009  4  1 22 45  0.000000  1    0.438552092488E-03                     
+AR MKEA 2009  4  1 22 45  0.000000  1   -0.676981837830E-07                     
+AR MOBS 2009  4  1 22 45  0.000000  1    0.111473718085E-08                     
+AR NANO 2009  4  1 22 45  0.000000  1    0.775486102980E-08                     
+AR NLIB 2009  4  1 22 45  0.000000  1   -0.116890038597E-06                     
+AR NNOR 2009  4  1 22 45  0.000000  1    0.365801192704E-03                     
+AR NRC1 2009  4  1 22 45  0.000000  1   -0.448253179193E-05                     
+AR NRIL 2009  4  1 22 45  0.000000  1   -0.458711421624E-07                     
+AR NRMD 2009  4  1 22 45  0.000000  1    0.220962706971E-07                     
+AR NTUS 2009  4  1 22 45  0.000000  1    0.370096305075E-08                     
+AR NYAL 2009  4  1 22 45  0.000000  1    0.958427375015E-07                     
+AR OHI3 2009  4  1 22 45  0.000000  1    0.273712804003E-03                     
+AR ONSA 2009  4  1 22 45  0.000000  1   -0.324837700650E-04                     
+AR PDEL 2009  4  1 22 45  0.000000  1    0.148694964983E-10                     
+AR PERT 2009  4  1 22 45  0.000000  1   -0.484164300504E-07                     
+AR PETP 2009  4  1 22 45  0.000000  1   -0.459650219131E-07                     
+AR PIMO 2009  4  1 22 45  0.000000  1   -0.476912045326E-07                     
+AR QAQ1 2009  4  1 22 45  0.000000  1   -0.673785711913E-07                     
+AR QUIN 2009  4  1 22 45  0.000000  1   -0.619454508064E-07                     
+AR RABT 2009  4  1 22 45  0.000000  1   -0.544354620889E-07                     
+AR RAMO 2009  4  1 22 45  0.000000  1   -0.434577011663E-07                     
+AR RCMN 2009  4  1 22 45  0.000000  1    0.844877055018E-08                     
+AR REDU 2009  4  1 22 45  0.000000  1   -0.416380817682E-07                     
+AR REUN 2009  4  1 22 45  0.000000  1    0.215849372893E-07                     
+AR REYK 2009  4  1 22 45  0.000000  1   -0.291734595757E-03                     
+AR SCUB 2009  4  1 22 45  0.000000  1   -0.611798900177E-07                     
+AR STJO 2009  4  1 22 45  0.000000  1   -0.707893990027E-05                     
+AR SYDN 2009  4  1 22 45  0.000000  1    0.141156896705E-05                     
+AR SYOG 2009  4  1 22 45  0.000000  1    0.140159747904E-04                     
+AR THU2 2009  4  1 22 45  0.000000  1    0.211943355892E-03                     
+AR TOW2 2009  4  1 22 45  0.000000  1   -0.659842649385E-10                     
+AR URUM 2009  4  1 22 45  0.000000  1   -0.160315373682E-05                     
+AR VESL 2009  4  1 22 45  0.000000  1    0.343766143673E-03                     
+AR VILL 2009  4  1 22 45  0.000000  1   -0.573819537475E-07                     
+AR WTZR 2009  4  1 22 45  0.000000  1    0.472469438259E-07                     
+AR WUHN 2009  4  1 22 45  0.000000  1   -0.404110925055E-07                     
+AR YSSK 2009  4  1 22 45  0.000000  1   -0.495215818478E-07                     
+AR ZIM2 2009  4  1 22 45  0.000000  1    0.305955491499E-07                     
+AR XMIS 2009  4  1 22 45  0.000000  1    0.606214050323E-08                     
+AR GODZ 2009  4  1 22 45  0.000000  1   -0.469117200437E-03                     
+AR MTKA 2009  4  1 22 45  0.000000  1   -0.645807132001E-07                     
+AR TIXJ 2009  4  1 22 45  0.000000  1   -0.210698282755E-03                     
+AR PARK 2009  4  1 22 45  0.000000  1    0.810785648950E-06                     
+AR UNBJ 2009  4  1 22 45  0.000000  1    0.411831503717E-03                     
+AR NOVM 2009  4  1 22 45  0.000000  1    0.798330932765E-04                     
+AR SUNM 2009  4  1 22 45  0.000000  1    0.143458795304E-03                     
+AR CEBR 2009  4  1 22 45  0.000000  1    0.719432444016E-03                     
+AR CPXF 2009  4  1 22 45  0.000000  1    0.911356484641E-08                     
+AR IDDR 2009  4  1 22 45  0.000000  1    0.115602780092E-07                     
+AR AZGB 2009  4  1 22 45  0.000000  1    0.292269438814E-03                     
+AR TN22 2009  4  1 22 45  0.000000  1   -0.417170465515E-03                     
+AR ETAD 2009  4  1 22 45  0.000000  1    0.313384452285E-07                     
+AR ILHA 2009  4  1 22 45  0.000000  1    0.595008305047E-08                     
+AR POVE 2009  4  1 22 45  0.000000  1   -0.829862236427E-08                     
+AR RECF 2009  4  1 22 45  0.000000  1    0.102933147444E-07                     
+AR SALU 2009  4  1 22 45  0.000000  1    0.167569001277E-07                     
+AR SAVO 2009  4  1 22 45  0.000000  1    0.173195260249E-07                     
+AR UFPR 2009  4  1 22 45  0.000000  1    0.149854378907E-07                     
+AR YELL 2009  4  1 22 45  0.000000  1    0.252345000000E-06                     
+AS G32  2009  4  1 22 50  0.000000  1    0.279999248154E-03                     
+AS G24  2009  4  1 22 50  0.000000  1    0.177948310734E-03                     
+AS G25  2009  4  1 22 50  0.000000  1    0.335386942523E-03                     
+AS G26  2009  4  1 22 50  0.000000  1    0.545389483442E-04                     
+AS G27  2009  4  1 22 50  0.000000  1    0.372669837686E-04                     
+AS G30  2009  4  1 22 50  0.000000  1    0.136356532221E-03                     
+AS G03  2009  4  1 22 50  0.000000  1    0.373677606327E-03                     
+AS G04  2009  4  1 22 50  0.000000  1   -0.352745921740E-04                     
+AS G06  2009  4  1 22 50  0.000000  1    0.609161031041E-04                     
+AS G08  2009  4  1 22 50  0.000000  1   -0.196602642297E-03                     
+AS G09  2009  4  1 22 50  0.000000  1    0.485327576499E-04                     
+AS G10  2009  4  1 22 50  0.000000  1   -0.136459620696E-04                     
+AS G14  2009  4  1 22 50  0.000000  1   -0.132172736319E-03                     
+AS G13  2009  4  1 22 50  0.000000  1    0.293306707719E-03                     
+AS G28  2009  4  1 22 50  0.000000  1   -0.238391057941E-04                     
+AS G21  2009  4  1 22 50  0.000000  1    0.214496987218E-04                     
+AS G11  2009  4  1 22 50  0.000000  1    0.270148867262E-05                     
+AS G22  2009  4  1 22 50  0.000000  1    0.202400952783E-03                     
+AS G20  2009  4  1 22 50  0.000000  1    0.865181733016E-04                     
+AS G18  2009  4  1 22 50  0.000000  1   -0.693869801132E-04                     
+AS G16  2009  4  1 22 50  0.000000  1    0.628800253222E-04                     
+AS G19  2009  4  1 22 50  0.000000  1    0.293230084903E-04                     
+AS G23  2009  4  1 22 50  0.000000  1    0.389003647822E-03                     
+AS G02  2009  4  1 22 50  0.000000  1    0.153912229282E-03                     
+AS G31  2009  4  1 22 50  0.000000  1   -0.565156301055E-04                     
+AS G17  2009  4  1 22 50  0.000000  1    0.525026454041E-04                     
+AS G12  2009  4  1 22 50  0.000000  1   -0.299347981081E-03                     
+AS G15  2009  4  1 22 50  0.000000  1   -0.276186485701E-03                     
+AS G29  2009  4  1 22 50  0.000000  1    0.501514684811E-05                     
+AS G07  2009  4  1 22 50  0.000000  1    0.209602752878E-04                     
+AS R02  2009  4  1 22 50  0.000000  1    0.205282225130E-04                     
+AS R03  2009  4  1 22 50  0.000000  1   -0.344013144173E-04                     
+AS R04  2009  4  1 22 50  0.000000  1    0.635266169009E-04                     
+AS R06  2009  4  1 22 50  0.000000  1   -0.169273645591E-03                     
+AS R07  2009  4  1 22 50  0.000000  1   -0.891052471822E-04                     
+AS R08  2009  4  1 22 50  0.000000  1   -0.101963442602E-03                     
+AS R10  2009  4  1 22 50  0.000000  1   -0.140815004163E-03                     
+AS R11  2009  4  1 22 50  0.000000  1   -0.926675696382E-04                     
+AS R13  2009  4  1 22 50  0.000000  1   -0.230687400998E-03                     
+AS R14  2009  4  1 22 50  0.000000  1   -0.794959725372E-04                     
+AS R15  2009  4  1 22 50  0.000000  1    0.921621329442E-04                     
+AS R17  2009  4  1 22 50  0.000000  1   -0.261305450413E-03                     
+AS R18  2009  4  1 22 50  0.000000  1   -0.136273620043E-05                     
+AS R19  2009  4  1 22 50  0.000000  1   -0.894645102613E-04                     
+AS R20  2009  4  1 22 50  0.000000  1   -0.650187686241E-04                     
+AS R21  2009  4  1 22 50  0.000000  1   -0.143393469592E-03                     
+AS R22  2009  4  1 22 50  0.000000  1   -0.201686538470E-03                     
+AS R23  2009  4  1 22 50  0.000000  1   -0.200093576641E-03                     
+AR ALGO 2009  4  1 22 50  0.000000  1    0.813294471844E-04                     
+AR ALIC 2009  4  1 22 50  0.000000  1    0.596178997942E-08                     
+AR AMC2 2009  4  1 22 50  0.000000  1    0.270945831119E-08                     
+AR ANKR 2009  4  1 22 50  0.000000  1    0.242724206137E-03                     
+AR ARTU 2009  4  1 22 50  0.000000  1   -0.629431538814E-07                     
+AR ASPA 2009  4  1 22 50  0.000000  1    0.188637159279E-07                     
+AR BHR1 2009  4  1 22 50  0.000000  1    0.563383644346E-03                     
+AR BARH 2009  4  1 22 50  0.000000  1   -0.279469826554E-08                     
+AR BJFS 2009  4  1 22 50  0.000000  1   -0.514885206423E-07                     
+AR BOGT 2009  4  1 22 50  0.000000  1   -0.604420967159E-07                     
+AR BRMU 2009  4  1 22 50  0.000000  1    0.420502547377E-03                     
+AR CAGZ 2009  4  1 22 50  0.000000  1   -0.182727928134E-03                     
+AR CAS1 2009  4  1 22 50  0.000000  1    0.902933114326E-08                     
+AR CHAT 2009  4  1 22 50  0.000000  1   -0.526128928797E-07                     
+AR CHPI 2009  4  1 22 50  0.000000  1   -0.481889466779E-07                     
+AR COCO 2009  4  1 22 50  0.000000  1    0.227649846569E-03                     
+AR CONZ 2009  4  1 22 50  0.000000  1   -0.347120813763E-03                     
+AR CRAR 2009  4  1 22 50  0.000000  1   -0.343567932238E-03                     
+AR CRO1 2009  4  1 22 50  0.000000  1    0.665109604115E-03                     
+AR DAEJ 2009  4  1 22 50  0.000000  1   -0.196494847709E-03                     
+AR DARW 2009  4  1 22 50  0.000000  1    0.186939801842E-08                     
+AR DGAR 2009  4  1 22 50  0.000000  1   -0.584487195997E-07                     
+AR DRAO 2009  4  1 22 50  0.000000  1    0.305547885474E-05                     
+AR FAA1 2009  4  1 22 50  0.000000  1   -0.243208994970E-08                     
+AR FAIR 2009  4  1 22 50  0.000000  1   -0.570627999545E-07                     
+AR GLPS 2009  4  1 22 50  0.000000  1   -0.767370605722E-07                     
+AR GUAM 2009  4  1 22 50  0.000000  1   -0.597646363986E-07                     
+AR GUAT 2009  4  1 22 50  0.000000  1    0.130121453721E-07                     
+AR HOB2 2009  4  1 22 50  0.000000  1    0.913003285864E-07                     
+AR HOFN 2009  4  1 22 50  0.000000  1    0.381473616881E-03                     
+AR HOLM 2009  4  1 22 50  0.000000  1   -0.573697233520E-07                     
+AR HRAO 2009  4  1 22 50  0.000000  1    0.849475373594E-03                     
+AR HYDE 2009  4  1 22 50  0.000000  1    0.703649947197E-09                     
+AR IRKJ 2009  4  1 22 50  0.000000  1    0.163746355621E-03                     
+AR ISPA 2009  4  1 22 50  0.000000  1   -0.750006488560E-07                     
+AR KARR 2009  4  1 22 50  0.000000  1   -0.513148324941E-07                     
+AR KERG 2009  4  1 22 50  0.000000  1    0.817495099396E-03                     
+AR KHAJ 2009  4  1 22 50  0.000000  1   -0.150698231131E-05                     
+AR KIR0 2009  4  1 22 50  0.000000  1    0.282241731030E-03                     
+AR KIRU 2009  4  1 22 50  0.000000  1    0.591366562304E-03                     
+AR KIT3 2009  4  1 22 50  0.000000  1   -0.186637758558E-07                     
+AR KOUR 2009  4  1 22 50  0.000000  1    0.125016300043E-03                     
+AR KUNM 2009  4  1 22 50  0.000000  1    0.231410673447E-07                     
+AR LHAZ 2009  4  1 22 50  0.000000  1    0.262641324922E-03                     
+AR MAL2 2009  4  1 22 50  0.000000  1   -0.775330786848E-08                     
+AR MAS1 2009  4  1 22 50  0.000000  1   -0.101607975438E-03                     
+AR MAW1 2009  4  1 22 50  0.000000  1    0.934098530203E-08                     
+AR MCIL 2009  4  1 22 50  0.000000  1    0.256700940177E-07                     
+AR MCM4 2009  4  1 22 50  0.000000  1   -0.517021818732E-07                     
+AR MDO1 2009  4  1 22 50  0.000000  1   -0.508058891736E-07                     
+AR MDVJ 2009  4  1 22 50  0.000000  1    0.438552103252E-03                     
+AR MKEA 2009  4  1 22 50  0.000000  1   -0.666929767510E-07                     
+AR MOBS 2009  4  1 22 50  0.000000  1    0.154688238638E-08                     
+AR NANO 2009  4  1 22 50  0.000000  1    0.807567807740E-08                     
+AR NLIB 2009  4  1 22 50  0.000000  1   -0.116938367675E-06                     
+AR NNOR 2009  4  1 22 50  0.000000  1    0.365801408375E-03                     
+AR NRC1 2009  4  1 22 50  0.000000  1   -0.448248841609E-05                     
+AR NRIL 2009  4  1 22 50  0.000000  1   -0.478185613168E-07                     
+AR NRMD 2009  4  1 22 50  0.000000  1    0.217467661170E-07                     
+AR NTUS 2009  4  1 22 50  0.000000  1    0.254122358883E-08                     
+AR NYAL 2009  4  1 22 50  0.000000  1    0.958709624681E-07                     
+AR OHI3 2009  4  1 22 50  0.000000  1    0.377837524040E-03                     
+AR ONSA 2009  4  1 22 50  0.000000  1   -0.324837968984E-04                     
+AR PDEL 2009  4  1 22 50  0.000000  1   -0.974092448442E-10                     
+AR PERT 2009  4  1 22 50  0.000000  1   -0.486690567280E-07                     
+AR PETP 2009  4  1 22 50  0.000000  1   -0.443386044696E-07                     
+AR PIMO 2009  4  1 22 50  0.000000  1   -0.479594864031E-07                     
+AR QAQ1 2009  4  1 22 50  0.000000  1   -0.101817813272E-06                     
+AR QUIN 2009  4  1 22 50  0.000000  1   -0.620144794175E-07                     
+AR RABT 2009  4  1 22 50  0.000000  1   -0.545778088608E-07                     
+AR RAMO 2009  4  1 22 50  0.000000  1   -0.766196181953E-07                     
+AR RCMN 2009  4  1 22 50  0.000000  1    0.138852023186E-07                     
+AR REDU 2009  4  1 22 50  0.000000  1   -0.462609081559E-07                     
+AR REUN 2009  4  1 22 50  0.000000  1    0.234952806901E-07                     
+AR REYK 2009  4  1 22 50  0.000000  1   -0.294033658151E-03                     
+AR SCUB 2009  4  1 22 50  0.000000  1   -0.599354154517E-07                     
+AR STJO 2009  4  1 22 50  0.000000  1   -0.707922989048E-05                     
+AR SYDN 2009  4  1 22 50  0.000000  1    0.141156671669E-05                     
+AR SYOG 2009  4  1 22 50  0.000000  1    0.140165664316E-04                     
+AR THU2 2009  4  1 22 50  0.000000  1    0.209941080384E-03                     
+AR TOW2 2009  4  1 22 50  0.000000  1   -0.317202438975E-09                     
+AR URUM 2009  4  1 22 50  0.000000  1   -0.722118070400E-04                     
+AR VESL 2009  4  1 22 50  0.000000  1    0.379739413001E-03                     
+AR VILL 2009  4  1 22 50  0.000000  1   -0.628083491533E-07                     
+AR WTZR 2009  4  1 22 50  0.000000  1    0.472716512591E-07                     
+AR WUHN 2009  4  1 22 50  0.000000  1   -0.410124918697E-07                     
+AR YSSK 2009  4  1 22 50  0.000000  1   -0.508391823172E-07                     
+AR ZIM2 2009  4  1 22 50  0.000000  1    0.311303253820E-07                     
+AR XMIS 2009  4  1 22 50  0.000000  1    0.521436358914E-08                     
+AR GODZ 2009  4  1 22 50  0.000000  1   -0.469117152671E-03                     
+AR MTKA 2009  4  1 22 50  0.000000  1   -0.617747781498E-07                     
+AR TIXJ 2009  4  1 22 50  0.000000  1   -0.213329222517E-03                     
+AR PARK 2009  4  1 22 50  0.000000  1    0.810851723045E-06                     
+AR UNBJ 2009  4  1 22 50  0.000000  1    0.338555559813E-03                     
+AR NOVM 2009  4  1 22 50  0.000000  1    0.798330946911E-04                     
+AR SUNM 2009  4  1 22 50  0.000000  1   -0.142796477058E-04                     
+AR CEBR 2009  4  1 22 50  0.000000  1    0.719432446152E-03                     
+AR CPXF 2009  4  1 22 50  0.000000  1    0.824192011209E-08                     
+AR IDDR 2009  4  1 22 50  0.000000  1    0.148902800816E-07                     
+AR AZGB 2009  4  1 22 50  0.000000  1    0.153257379969E-03                     
+AR TN22 2009  4  1 22 50  0.000000  1   -0.489531600404E-03                     
+AR ETAD 2009  4  1 22 50  0.000000  1    0.272323525025E-07                     
+AR ILHA 2009  4  1 22 50  0.000000  1    0.533659680202E-08                     
+AR POVE 2009  4  1 22 50  0.000000  1   -0.785622588670E-08                     
+AR RECF 2009  4  1 22 50  0.000000  1    0.122654821379E-07                     
+AR SALU 2009  4  1 22 50  0.000000  1    0.123204527461E-07                     
+AR SAVO 2009  4  1 22 50  0.000000  1    0.171202732182E-07                     
+AR UFPR 2009  4  1 22 50  0.000000  1    0.173738477972E-07                     
+AR YELL 2009  4  1 22 50  0.000000  1    0.252416000000E-06                     
+AS G32  2009  4  1 22 55  0.000000  1    0.279997782423E-03                     
+AS G24  2009  4  1 22 55  0.000000  1    0.177949204326E-03                     
+AS G25  2009  4  1 22 55  0.000000  1    0.335393394405E-03                     
+AS G26  2009  4  1 22 55  0.000000  1    0.545396782820E-04                     
+AS G27  2009  4  1 22 55  0.000000  1    0.372687656800E-04                     
+AS G30  2009  4  1 22 55  0.000000  1    0.136357790063E-03                     
+AS G03  2009  4  1 22 55  0.000000  1    0.373678952943E-03                     
+AS G04  2009  4  1 22 55  0.000000  1   -0.352788615516E-04                     
+AS G06  2009  4  1 22 55  0.000000  1    0.609214472825E-04                     
+AS G08  2009  4  1 22 55  0.000000  1   -0.196603810284E-03                     
+AS G09  2009  4  1 22 55  0.000000  1    0.485330649819E-04                     
+AS G10  2009  4  1 22 55  0.000000  1   -0.136460523256E-04                     
+AS G14  2009  4  1 22 55  0.000000  1   -0.132171004832E-03                     
+AS G13  2009  4  1 22 55  0.000000  1    0.293307237185E-03                     
+AS G28  2009  4  1 22 55  0.000000  1   -0.238391666692E-04                     
+AS G21  2009  4  1 22 55  0.000000  1    0.214492749170E-04                     
+AS G11  2009  4  1 22 55  0.000000  1    0.270106502274E-05                     
+AS G22  2009  4  1 22 55  0.000000  1    0.202400937784E-03                     
+AS G20  2009  4  1 22 55  0.000000  1    0.865178511382E-04                     
+AS G18  2009  4  1 22 55  0.000000  1   -0.693856742906E-04                     
+AS G16  2009  4  1 22 55  0.000000  1    0.628790482545E-04                     
+AS G19  2009  4  1 22 55  0.000000  1    0.293227533125E-04                     
+AS G23  2009  4  1 22 55  0.000000  1    0.389003968054E-03                     
+AS G02  2009  4  1 22 55  0.000000  1    0.153912019765E-03                     
+AS G31  2009  4  1 22 55  0.000000  1   -0.565158473631E-04                     
+AS G17  2009  4  1 22 55  0.000000  1    0.525030678661E-04                     
+AS G12  2009  4  1 22 55  0.000000  1   -0.299346467719E-03                     
+AS G15  2009  4  1 22 55  0.000000  1   -0.276187936953E-03                     
+AS G29  2009  4  1 22 55  0.000000  1    0.501633120151E-05                     
+AS G07  2009  4  1 22 55  0.000000  1    0.209603602094E-04                     
+AS R02  2009  4  1 22 55  0.000000  1    0.205273871465E-04                     
+AS R03  2009  4  1 22 55  0.000000  1   -0.344011034642E-04                     
+AS R04  2009  4  1 22 55  0.000000  1    0.635241972943E-04                     
+AS R06  2009  4  1 22 55  0.000000  1   -0.169274555537E-03                     
+AS R07  2009  4  1 22 55  0.000000  1   -0.891029989164E-04                     
+AS R08  2009  4  1 22 55  0.000000  1   -0.101962931979E-03                     
+AS R10  2009  4  1 22 55  0.000000  1   -0.140814998351E-03                     
+AS R11  2009  4  1 22 55  0.000000  1   -0.926677213527E-04                     
+AS R13  2009  4  1 22 55  0.000000  1   -0.230687805790E-03                     
+AS R14  2009  4  1 22 55  0.000000  1   -0.794948654917E-04                     
+AS R15  2009  4  1 22 55  0.000000  1    0.921628685669E-04                     
+AS R17  2009  4  1 22 55  0.000000  1   -0.261305717381E-03                     
+AS R18  2009  4  1 22 55  0.000000  1   -0.136302543644E-05                     
+AS R19  2009  4  1 22 55  0.000000  1   -0.894649876104E-04                     
+AS R20  2009  4  1 22 55  0.000000  1   -0.650186672352E-04                     
+AS R21  2009  4  1 22 55  0.000000  1   -0.143393756520E-03                     
+AS R22  2009  4  1 22 55  0.000000  1   -0.201687410204E-03                     
+AS R23  2009  4  1 22 55  0.000000  1   -0.200092121667E-03                     
+AR ALGO 2009  4  1 22 55  0.000000  1    0.813335757174E-04                     
+AR ALIC 2009  4  1 22 55  0.000000  1    0.489201756804E-08                     
+AR AMC2 2009  4  1 22 55  0.000000  1    0.271056430996E-08                     
+AR ANKR 2009  4  1 22 55  0.000000  1    0.304869817124E-03                     
+AR ARTU 2009  4  1 22 55  0.000000  1   -0.631795354893E-07                     
+AR ASPA 2009  4  1 22 55  0.000000  1    0.173398010170E-07                     
+AR BHR1 2009  4  1 22 55  0.000000  1    0.563383616031E-03                     
+AR BARH 2009  4  1 22 55  0.000000  1   -0.103512897323E-08                     
+AR BJFS 2009  4  1 22 55  0.000000  1   -0.498511694765E-07                     
+AR BOGT 2009  4  1 22 55  0.000000  1   -0.614883110381E-07                     
+AR BRMU 2009  4  1 22 55  0.000000  1   -0.834718036175E-04                     
+AR CAGZ 2009  4  1 22 55  0.000000  1    0.413675192284E-04                     
+AR CAS1 2009  4  1 22 55  0.000000  1    0.777047233284E-08                     
+AR CHAT 2009  4  1 22 55  0.000000  1   -0.520412051714E-07                     
+AR CHPI 2009  4  1 22 55  0.000000  1   -0.522740915694E-07                     
+AR COCO 2009  4  1 22 55  0.000000  1    0.227650216239E-03                     
+AR CONZ 2009  4  1 22 55  0.000000  1   -0.488282068618E-03                     
+AR CRAR 2009  4  1 22 55  0.000000  1   -0.368232100887E-03                     
+AR CRO1 2009  4  1 22 55  0.000000  1    0.665109614607E-03                     
+AR DAEJ 2009  4  1 22 55  0.000000  1   -0.196493971119E-03                     
+AR DARW 2009  4  1 22 55  0.000000  1    0.983491091158E-10                     
+AR DGAR 2009  4  1 22 55  0.000000  1   -0.588459426679E-07                     
+AR DRAO 2009  4  1 22 55  0.000000  1    0.309248196052E-05                     
+AR FAA1 2009  4  1 22 55  0.000000  1    0.951429512645E-09                     
+AR FAIR 2009  4  1 22 55  0.000000  1   -0.542225667327E-07                     
+AR GLPS 2009  4  1 22 55  0.000000  1   -0.820794915651E-07                     
+AR GUAM 2009  4  1 22 55  0.000000  1   -0.610013805540E-07                     
+AR GUAT 2009  4  1 22 55  0.000000  1    0.124370315433E-07                     
+AR HOB2 2009  4  1 22 55  0.000000  1    0.913114757146E-07                     
+AR HOFN 2009  4  1 22 55  0.000000  1    0.458084528617E-03                     
+AR HOLM 2009  4  1 22 55  0.000000  1   -0.576471089657E-07                     
+AR HRAO 2009  4  1 22 55  0.000000  1    0.849475468929E-03                     
+AR HYDE 2009  4  1 22 55  0.000000  1   -0.226784371207E-08                     
+AR IRKJ 2009  4  1 22 55  0.000000  1    0.163746356630E-03                     
+AR ISPA 2009  4  1 22 55  0.000000  1   -0.736484659221E-07                     
+AR KARR 2009  4  1 22 55  0.000000  1   -0.454023900386E-07                     
+AR KERG 2009  4  1 22 55  0.000000  1    0.817495127460E-03                     
+AR KHAJ 2009  4  1 22 55  0.000000  1   -0.150696905907E-05                     
+AR KIR0 2009  4  1 22 55  0.000000  1    0.282235072852E-03                     
+AR KIRU 2009  4  1 22 55  0.000000  1    0.591365630806E-03                     
+AR KIT3 2009  4  1 22 55  0.000000  1   -0.137320976402E-07                     
+AR KOUR 2009  4  1 22 55  0.000000  1    0.125016330769E-03                     
+AR KUNM 2009  4  1 22 55  0.000000  1   -0.410192145890E-08                     
+AR LHAZ 2009  4  1 22 55  0.000000  1    0.288616558191E-03                     
+AR MAL2 2009  4  1 22 55  0.000000  1   -0.535981033194E-08                     
+AR MAS1 2009  4  1 22 55  0.000000  1   -0.101608237548E-03                     
+AR MAW1 2009  4  1 22 55  0.000000  1    0.981058648455E-08                     
+AR MCIL 2009  4  1 22 55  0.000000  1    0.268476058174E-07                     
+AR MCM4 2009  4  1 22 55  0.000000  1   -0.501413668431E-07                     
+AR MDO1 2009  4  1 22 55  0.000000  1   -0.521104890947E-07                     
+AR MDVJ 2009  4  1 22 55  0.000000  1    0.438552081551E-03                     
+AR MKEA 2009  4  1 22 55  0.000000  1   -0.688443443714E-07                     
+AR MOBS 2009  4  1 22 55  0.000000  1   -0.535190490230E-09                     
+AR NANO 2009  4  1 22 55  0.000000  1    0.626734781816E-08                     
+AR NLIB 2009  4  1 22 55  0.000000  1   -0.117023809084E-06                     
+AR NNOR 2009  4  1 22 55  0.000000  1    0.365801463472E-03                     
+AR NRC1 2009  4  1 22 55  0.000000  1   -0.448246702914E-05                     
+AR NRIL 2009  4  1 22 55  0.000000  1   -0.482050213538E-07                     
+AR NRMD 2009  4  1 22 55  0.000000  1    0.240693380879E-07                     
+AR NTUS 2009  4  1 22 55  0.000000  1    0.329782251648E-08                     
+AR NYAL 2009  4  1 22 55  0.000000  1    0.958898410736E-07                     
+AR OHI3 2009  4  1 22 55  0.000000  1    0.481392415824E-03                     
+AR ONSA 2009  4  1 22 55  0.000000  1   -0.324838353260E-04                     
+AR PDEL 2009  4  1 22 55  0.000000  1   -0.253783803830E-10                     
+AR PERT 2009  4  1 22 55  0.000000  1   -0.467441720936E-07                     
+AR PETP 2009  4  1 22 55  0.000000  1   -0.482775240146E-07                     
+AR PIMO 2009  4  1 22 55  0.000000  1   -0.527617140394E-07                     
+AR QAQ1 2009  4  1 22 55  0.000000  1   -0.705710385266E-07                     
+AR QUIN 2009  4  1 22 55  0.000000  1   -0.606726814287E-07                     
+AR RABT 2009  4  1 22 55  0.000000  1   -0.546999697137E-07                     
+AR RAMO 2009  4  1 22 55  0.000000  1    0.683638303603E-07                     
+AR RCMN 2009  4  1 22 55  0.000000  1    0.121663626280E-07                     
+AR REDU 2009  4  1 22 55  0.000000  1   -0.442703191137E-07                     
+AR REUN 2009  4  1 22 55  0.000000  1    0.213005861898E-07                     
+AR REYK 2009  4  1 22 55  0.000000  1   -0.296381465968E-03                     
+AR SCUB 2009  4  1 22 55  0.000000  1   -0.641224173152E-07                     
+AR STJO 2009  4  1 22 55  0.000000  1   -0.707951708239E-05                     
+AR SYDN 2009  4  1 22 55  0.000000  1    0.141184580556E-05                     
+AR SYOG 2009  4  1 22 55  0.000000  1    0.140165551434E-04                     
+AR THU2 2009  4  1 22 55  0.000000  1    0.207938674171E-03                     
+AR TOW2 2009  4  1 22 55  0.000000  1   -0.175224672490E-08                     
+AR URUM 2009  4  1 22 55  0.000000  1   -0.142684764411E-03                     
+AR VESL 2009  4  1 22 55  0.000000  1    0.415691299175E-03                     
+AR VILL 2009  4  1 22 55  0.000000  1   -0.588510705224E-07                     
+AR WTZR 2009  4  1 22 55  0.000000  1    0.472936906623E-07                     
+AR WUHN 2009  4  1 22 55  0.000000  1   -0.419030297798E-07                     
+AR YSSK 2009  4  1 22 55  0.000000  1   -0.531922719977E-07                     
+AR ZIM2 2009  4  1 22 55  0.000000  1    0.307787569204E-07                     
+AR XMIS 2009  4  1 22 55  0.000000  1    0.509988071426E-08                     
+AR GODZ 2009  4  1 22 55  0.000000  1   -0.469117130676E-03                     
+AR MTKA 2009  4  1 22 55  0.000000  1   -0.605308789318E-07                     
+AR TIXJ 2009  4  1 22 55  0.000000  1   -0.215989520148E-03                     
+AR PARK 2009  4  1 22 55  0.000000  1    0.810885713423E-06                     
+AR UNBJ 2009  4  1 22 55  0.000000  1    0.263937173733E-03                     
+AR NOVM 2009  4  1 22 55  0.000000  1    0.798331070285E-04                     
+AR SUNM 2009  4  1 22 55  0.000000  1   -0.172209252883E-03                     
+AR CEBR 2009  4  1 22 55  0.000000  1    0.719432465138E-03                     
+AR CPXF 2009  4  1 22 55  0.000000  1    0.920994282141E-08                     
+AR IDDR 2009  4  1 22 55  0.000000  1    0.143738223717E-07                     
+AR AZGB 2009  4  1 22 55  0.000000  1    0.142270258488E-04                     
+AR TN22 2009  4  1 22 55  0.000000  1    0.438049992674E-03                     
+AR ETAD 2009  4  1 22 55  0.000000  1    0.316702476737E-07                     
+AR ILHA 2009  4  1 22 55  0.000000  1    0.497970454479E-08                     
+AR POVE 2009  4  1 22 55  0.000000  1   -0.765737748367E-08                     
+AR RECF 2009  4  1 22 55  0.000000  1    0.134519855882E-07                     
+AR SALU 2009  4  1 22 55  0.000000  1    0.245061223949E-07                     
+AR SAVO 2009  4  1 22 55  0.000000  1    0.171043514041E-07                     
+AR UFPR 2009  4  1 22 55  0.000000  1    0.173238090581E-07                     
+AR YELL 2009  4  1 22 55  0.000000  1    0.252486000000E-06                     
+AS G32  2009  4  1 23  0  0.000000  1    0.279996442234E-03                     
+AS G24  2009  4  1 23  0  0.000000  1    0.177950368563E-03                     
+AS G25  2009  4  1 23  0  0.000000  1    0.335400029356E-03                     
+AS G26  2009  4  1 23  0  0.000000  1    0.545403985046E-04                     
+AS G27  2009  4  1 23  0  0.000000  1    0.372698628927E-04                     
+AS G30  2009  4  1 23  0  0.000000  1    0.136358857774E-03                     
+AS G03  2009  4  1 23  0  0.000000  1    0.373679631899E-03                     
+AS G04  2009  4  1 23  0  0.000000  1   -0.352829750476E-04                     
+AS G06  2009  4  1 23  0  0.000000  1    0.609267772598E-04                     
+AS G08  2009  4  1 23  0  0.000000  1   -0.196604485749E-03                     
+AS G09  2009  4  1 23  0  0.000000  1    0.485337305879E-04                     
+AS G10  2009  4  1 23  0  0.000000  1   -0.136476822458E-04                     
+AS G14  2009  4  1 23  0  0.000000  1   -0.132169259486E-03                     
+AS G13  2009  4  1 23  0  0.000000  1    0.293307520168E-03                     
+AS G28  2009  4  1 23  0  0.000000  1   -0.238393871301E-04                     
+AS G21  2009  4  1 23  0  0.000000  1    0.214483967040E-04                     
+AS G11  2009  4  1 23  0  0.000000  1    0.270104918761E-05                     
+AS G22  2009  4  1 23  0  0.000000  1    0.202400386802E-03                     
+AS G20  2009  4  1 23  0  0.000000  1    0.865172153046E-04                     
+AS G18  2009  4  1 23  0  0.000000  1   -0.693848941797E-04                     
+AS G16  2009  4  1 23  0  0.000000  1    0.628782022731E-04                     
+AS G19  2009  4  1 23  0  0.000000  1    0.293225475913E-04                     
+AS G23  2009  4  1 23  0  0.000000  1    0.389003909939E-03                     
+AS G02  2009  4  1 23  0  0.000000  1    0.153912205359E-03                     
+AS G31  2009  4  1 23  0  0.000000  1   -0.565164135897E-04                     
+AS G17  2009  4  1 23  0  0.000000  1    0.525036637324E-04                     
+AS G12  2009  4  1 23  0  0.000000  1   -0.299344919260E-03                     
+AS G15  2009  4  1 23  0  0.000000  1   -0.276188838040E-03                     
+AS G29  2009  4  1 23  0  0.000000  1    0.501763404535E-05                     
+AS G07  2009  4  1 23  0  0.000000  1    0.209603097225E-04                     
+AS R02  2009  4  1 23  0  0.000000  1    0.205265535195E-04                     
+AS R03  2009  4  1 23  0  0.000000  1   -0.344009445127E-04                     
+AS R04  2009  4  1 23  0  0.000000  1    0.635210218875E-04                     
+AS R06  2009  4  1 23  0  0.000000  1   -0.169275042579E-03                     
+AS R07  2009  4  1 23  0  0.000000  1   -0.891028896357E-04                     
+AS R08  2009  4  1 23  0  0.000000  1   -0.101962577994E-03                     
+AS R10  2009  4  1 23  0  0.000000  1   -0.140814706928E-03                     
+AS R11  2009  4  1 23  0  0.000000  1   -0.926680143311E-04                     
+AS R13  2009  4  1 23  0  0.000000  1   -0.230688206323E-03                     
+AS R14  2009  4  1 23  0  0.000000  1   -0.794940553833E-04                     
+AS R15  2009  4  1 23  0  0.000000  1    0.921623783632E-04                     
+AS R17  2009  4  1 23  0  0.000000  1   -0.261306041646E-03                     
+AS R18  2009  4  1 23  0  0.000000  1   -0.136324383101E-05                     
+AS R19  2009  4  1 23  0  0.000000  1   -0.894655554809E-04                     
+AS R20  2009  4  1 23  0  0.000000  1   -0.650188004566E-04                     
+AS R21  2009  4  1 23  0  0.000000  1   -0.143394377691E-03                     
+AS R22  2009  4  1 23  0  0.000000  1   -0.201688342087E-03                     
+AS R23  2009  4  1 23  0  0.000000  1   -0.200090924945E-03                     
+AR ALGO 2009  4  1 23  0  0.000000  1    0.813373573698E-04                     
+AR ALIC 2009  4  1 23  0  0.000000  1    0.106203865421E-07                     
+AR AMC2 2009  4  1 23  0  0.000000  1    0.273117619135E-08                     
+AR ANKR 2009  4  1 23  0  0.000000  1    0.367016465860E-03                     
+AR ARTU 2009  4  1 23  0  0.000000  1   -0.639812799239E-07                     
+AR ASPA 2009  4  1 23  0  0.000000  1    0.186622968247E-07                     
+AR BHR1 2009  4  1 23  0  0.000000  1    0.563383674872E-03                     
+AR BARH 2009  4  1 23  0  0.000000  1    0.825662318102E-09                     
+AR BJFS 2009  4  1 23  0  0.000000  1   -0.483246743036E-07                     
+AR BOGT 2009  4  1 23  0  0.000000  1   -0.674100277656E-07                     
+AR CAS1 2009  4  1 23  0  0.000000  1    0.813145419004E-08                     
+AR CHAT 2009  4  1 23  0  0.000000  1   -0.515220467238E-07                     
+AR CHPI 2009  4  1 23  0  0.000000  1   -0.495730850813E-07                     
+AR COCO 2009  4  1 23  0  0.000000  1    0.227650549145E-03                     
+AR CONZ 2009  4  1 23  0  0.000000  1    0.370787502759E-03                     
+AR CRAR 2009  4  1 23  0  0.000000  1   -0.392889319555E-03                     
+AR CRO1 2009  4  1 23  0  0.000000  1    0.665109678435E-03                     
+AR DAEJ 2009  4  1 23  0  0.000000  1   -0.196494342886E-03                     
+AR DARW 2009  4  1 23  0  0.000000  1    0.417361623515E-08                     
+AR DGAR 2009  4  1 23  0  0.000000  1   -0.599687373712E-07                     
+AR DRAO 2009  4  1 23  0  0.000000  1    0.312931022650E-05                     
+AR FAA1 2009  4  1 23  0  0.000000  1    0.143031044108E-09                     
+AR FAIR 2009  4  1 23  0  0.000000  1   -0.550928445689E-07                     
+AR GLPS 2009  4  1 23  0  0.000000  1   -0.796501836713E-07                     
+AR GUAM 2009  4  1 23  0  0.000000  1   -0.603905289032E-07                     
+AR GUAT 2009  4  1 23  0  0.000000  1    0.123676836379E-07                     
+AR HOB2 2009  4  1 23  0  0.000000  1    0.913283107663E-07                     
+AR HOFN 2009  4  1 23  0  0.000000  1   -0.465330855430E-03                     
+AR HOLM 2009  4  1 23  0  0.000000  1   -0.553924138106E-07                     
+AR HRAO 2009  4  1 23  0  0.000000  1    0.849475546502E-03                     
+AR HYDE 2009  4  1 23  0  0.000000  1   -0.822154984961E-09                     
+AR IRKJ 2009  4  1 23  0  0.000000  1    0.163746366680E-03                     
+AR ISPA 2009  4  1 23  0  0.000000  1   -0.730189671121E-07                     
+AR KARR 2009  4  1 23  0  0.000000  1   -0.438823131535E-07                     
+AR KERG 2009  4  1 23  0  0.000000  1    0.817494837093E-03                     
+AR KHAJ 2009  4  1 23  0  0.000000  1   -0.150695599591E-05                     
+AR KIR0 2009  4  1 23  0  0.000000  1    0.282228346150E-03                     
+AR KIRU 2009  4  1 23  0  0.000000  1    0.591364657715E-03                     
+AR KIT3 2009  4  1 23  0  0.000000  1   -0.100985894776E-07                     
+AR KOUR 2009  4  1 23  0  0.000000  1    0.125016358527E-03                     
+AR KUNM 2009  4  1 23  0  0.000000  1   -0.456902351977E-08                     
+AR LHAZ 2009  4  1 23  0  0.000000  1    0.314645807831E-03                     
+AR MAL2 2009  4  1 23  0  0.000000  1   -0.354465133929E-08                     
+AR MAS1 2009  4  1 23  0  0.000000  1   -0.101608481403E-03                     
+AR MCIL 2009  4  1 23  0  0.000000  1    0.287074547257E-07                     
+AR MCM4 2009  4  1 23  0  0.000000  1   -0.501054949791E-07                     
+AR MDO1 2009  4  1 23  0  0.000000  1   -0.553755867123E-07                     
+AR MDVJ 2009  4  1 23  0  0.000000  1    0.438552066702E-03                     
+AR MKEA 2009  4  1 23  0  0.000000  1   -0.700792385496E-07                     
+AR NANO 2009  4  1 23  0  0.000000  1    0.762652119679E-08                     
+AR NLIB 2009  4  1 23  0  0.000000  1   -0.117125803937E-06                     
+AR NNOR 2009  4  1 23  0  0.000000  1    0.365801503069E-03                     
+AR NRC1 2009  4  1 23  0  0.000000  1   -0.448243617808E-05                     
+AR NRIL 2009  4  1 23  0  0.000000  1   -0.509993455215E-07                     
+AR NRMD 2009  4  1 23  0  0.000000  1    0.235390708453E-07                     
+AR NTUS 2009  4  1 23  0  0.000000  1    0.385887164848E-08                     
+AR NYAL 2009  4  1 23  0  0.000000  1    0.959010977327E-07                     
+AR OHI3 2009  4  1 23  0  0.000000  1   -0.415072953302E-03                     
+AR ONSA 2009  4  1 23  0  0.000000  1   -0.324838695237E-04                     
+AR PDEL 2009  4  1 23  0  0.000000  1   -0.137151024262E-08                     
+AR PERT 2009  4  1 23  0  0.000000  1   -0.492865246673E-07                     
+AR PETP 2009  4  1 23  0  0.000000  1   -0.542808848988E-07                     
+AR PIMO 2009  4  1 23  0  0.000000  1   -0.536099078347E-07                     
+AR QAQ1 2009  4  1 23  0  0.000000  1   -0.674093155570E-07                     
+AR QUIN 2009  4  1 23  0  0.000000  1   -0.611957378411E-07                     
+AR RABT 2009  4  1 23  0  0.000000  1   -0.520853743267E-07                     
+AR RAMO 2009  4  1 23  0  0.000000  1   -0.553296537689E-08                     
+AR RCMN 2009  4  1 23  0  0.000000  1    0.872531225945E-08                     
+AR REDU 2009  4  1 23  0  0.000000  1   -0.440676757177E-07                     
+AR REUN 2009  4  1 23  0  0.000000  1    0.223576377601E-07                     
+AR REYK 2009  4  1 23  0  0.000000  1   -0.298812719014E-03                     
+AR SCUB 2009  4  1 23  0  0.000000  1   -0.659808795270E-07                     
+AR STJO 2009  4  1 23  0  0.000000  1   -0.707979113970E-05                     
+AR SYDN 2009  4  1 23  0  0.000000  1    0.141192396133E-05                     
+AR SYOG 2009  4  1 23  0  0.000000  1    0.140168001294E-04                     
+AR THU2 2009  4  1 23  0  0.000000  1    0.205936417170E-03                     
+AR TOW2 2009  4  1 23  0  0.000000  1   -0.618947810282E-10                     
+AR URUM 2009  4  1 23  0  0.000000  1   -0.213091302524E-03                     
+AR VESL 2009  4  1 23  0  0.000000  1    0.451634998140E-03                     
+AR VILL 2009  4  1 23  0  0.000000  1   -0.569310200235E-07                     
+AR WTZR 2009  4  1 23  0  0.000000  1    0.473043017295E-07                     
+AR WUHN 2009  4  1 23  0  0.000000  1   -0.403321958696E-07                     
+AR YSSK 2009  4  1 23  0  0.000000  1   -0.600491629090E-07                     
+AR ZIM2 2009  4  1 23  0  0.000000  1    0.309216563264E-07                     
+AR XMIS 2009  4  1 23  0  0.000000  1    0.527863734679E-08                     
+AR GODZ 2009  4  1 23  0  0.000000  1   -0.469117098237E-03                     
+AR MTKA 2009  4  1 23  0  0.000000  1   -0.545366098966E-07                     
+AR TIXJ 2009  4  1 23  0  0.000000  1   -0.218626748615E-03                     
+AR UNBJ 2009  4  1 23  0  0.000000  1    0.188612563287E-03                     
+AR NOVM 2009  4  1 23  0  0.000000  1    0.798330719186E-04                     
+AR SUNM 2009  4  1 23  0  0.000000  1   -0.329679882520E-03                     
+AR CEBR 2009  4  1 23  0  0.000000  1    0.719432477747E-03                     
+AR CPXF 2009  4  1 23  0  0.000000  1    0.920530072714E-08                     
+AR IDDR 2009  4  1 23  0  0.000000  1    0.148825996657E-07                     
+AR AZGB 2009  4  1 23  0  0.000000  1   -0.124803164233E-03                     
+AR TN22 2009  4  1 23  0  0.000000  1    0.365592167619E-03                     
+AR ETAD 2009  4  1 23  0  0.000000  1    0.306036611508E-07                     
+AR ILHA 2009  4  1 23  0  0.000000  1    0.579836226384E-08                     
+AR POVE 2009  4  1 23  0  0.000000  1   -0.818880397450E-08                     
+AR RECF 2009  4  1 23  0  0.000000  1    0.136091519016E-07                     
+AR SALU 2009  4  1 23  0  0.000000  1    0.310204199124E-07                     
+AR SAVO 2009  4  1 23  0  0.000000  1    0.180439026141E-07                     
+AR UFPR 2009  4  1 23  0  0.000000  1    0.197895530735E-07                     
+AR YELL 2009  4  1 23  0  0.000000  1    0.252556000000E-06                     
+AS G32  2009  4  1 23  5  0.000000  1    0.279995174539E-03                     
+AS G24  2009  4  1 23  5  0.000000  1    0.177951440740E-03                     
+AS G25  2009  4  1 23  5  0.000000  1    0.335406549884E-03                     
+AS G26  2009  4  1 23  5  0.000000  1    0.545409836419E-04                     
+AS G27  2009  4  1 23  5  0.000000  1    0.372701941070E-04                     
+AS G30  2009  4  1 23  5  0.000000  1    0.136359440812E-03                     
+AS G03  2009  4  1 23  5  0.000000  1    0.373681112750E-03                     
+AS G04  2009  4  1 23  5  0.000000  1   -0.352872761459E-04                     
+AS G06  2009  4  1 23  5  0.000000  1    0.609320925438E-04                     
+AS G08  2009  4  1 23  5  0.000000  1   -0.196604757616E-03                     
+AS G09  2009  4  1 23  5  0.000000  1    0.485341935289E-04                     
+AS G10  2009  4  1 23  5  0.000000  1   -0.136476904076E-04                     
+AS G14  2009  4  1 23  5  0.000000  1   -0.132167583062E-03                     
+AS G13  2009  4  1 23  5  0.000000  1    0.293307834764E-03                     
+AS G28  2009  4  1 23  5  0.000000  1   -0.238394629483E-04                     
+AS G21  2009  4  1 23  5  0.000000  1    0.214478687484E-04                     
+AS G11  2009  4  1 23  5  0.000000  1    0.270067229631E-05                     
+AS G22  2009  4  1 23  5  0.000000  1    0.202400226183E-03                     
+AS G20  2009  4  1 23  5  0.000000  1    0.865169422411E-04                     
+AS G18  2009  4  1 23  5  0.000000  1   -0.693837966044E-04                     
+AS G16  2009  4  1 23  5  0.000000  1    0.628770598275E-04                     
+AS G19  2009  4  1 23  5  0.000000  1    0.293221814881E-04                     
+AS G23  2009  4  1 23  5  0.000000  1    0.389004260431E-03                     
+AS G02  2009  4  1 23  5  0.000000  1    0.153911836099E-03                     
+AS G31  2009  4  1 23  5  0.000000  1   -0.565166324092E-04                     
+AS G17  2009  4  1 23  5  0.000000  1    0.525040013536E-04                     
+AS G12  2009  4  1 23  5  0.000000  1   -0.299343834384E-03                     
+AS G15  2009  4  1 23  5  0.000000  1   -0.276190510369E-03                     
+AS G29  2009  4  1 23  5  0.000000  1    0.501879375980E-05                     
+AS G07  2009  4  1 23  5  0.000000  1    0.209599592921E-04                     
+AS R02  2009  4  1 23  5  0.000000  1    0.205257480400E-04                     
+AS R03  2009  4  1 23  5  0.000000  1   -0.344041567576E-04                     
+AS R04  2009  4  1 23  5  0.000000  1    0.635181050153E-04                     
+AS R06  2009  4  1 23  5  0.000000  1   -0.169277109107E-03                     
+AS R07  2009  4  1 23  5  0.000000  1   -0.891021599113E-04                     
+AS R08  2009  4  1 23  5  0.000000  1   -0.101962208048E-03                     
+AS R10  2009  4  1 23  5  0.000000  1   -0.140814114287E-03                     
+AS R11  2009  4  1 23  5  0.000000  1   -0.926684898563E-04                     
+AS R13  2009  4  1 23  5  0.000000  1   -0.230688454974E-03                     
+AS R14  2009  4  1 23  5  0.000000  1   -0.794931610788E-04                     
+AS R15  2009  4  1 23  5  0.000000  1    0.921621860984E-04                     
+AS R17  2009  4  1 23  5  0.000000  1   -0.261306678591E-03                     
+AS R18  2009  4  1 23  5  0.000000  1   -0.136370940030E-05                     
+AS R19  2009  4  1 23  5  0.000000  1   -0.894660823421E-04                     
+AS R20  2009  4  1 23  5  0.000000  1   -0.650188143488E-04                     
+AS R21  2009  4  1 23  5  0.000000  1   -0.143394935954E-03                     
+AS R22  2009  4  1 23  5  0.000000  1   -0.201688920024E-03                     
+AS R23  2009  4  1 23  5  0.000000  1   -0.200089367208E-03                     
+AR ALGO 2009  4  1 23  5  0.000000  1    0.813412698618E-04                     
+AR ALIC 2009  4  1 23  5  0.000000  1    0.119158212849E-07                     
+AR AMC2 2009  4  1 23  5  0.000000  1    0.275035504583E-08                     
+AR ANKR 2009  4  1 23  5  0.000000  1    0.429169617892E-03                     
+AR ARTU 2009  4  1 23  5  0.000000  1   -0.653656836873E-07                     
+AR ASPA 2009  4  1 23  5  0.000000  1    0.279050549276E-07                     
+AR BHR1 2009  4  1 23  5  0.000000  1    0.563383701529E-03                     
+AR BARH 2009  4  1 23  5  0.000000  1    0.912203059850E-09                     
+AR BJFS 2009  4  1 23  5  0.000000  1   -0.472193655145E-07                     
+AR BOGT 2009  4  1 23  5  0.000000  1   -0.703716794091E-07                     
+AR CAS1 2009  4  1 23  5  0.000000  1    0.844816241432E-08                     
+AR CHAT 2009  4  1 23  5  0.000000  1   -0.488519637659E-07                     
+AR CHPI 2009  4  1 23  5  0.000000  1   -0.490405046814E-07                     
+AR COCO 2009  4  1 23  5  0.000000  1    0.227650843661E-03                     
+AR CONZ 2009  4  1 23  5  0.000000  1    0.229908258507E-03                     
+AR CRAR 2009  4  1 23  5  0.000000  1   -0.417530454659E-03                     
+AR CRO1 2009  4  1 23  5  0.000000  1    0.665109690863E-03                     
+AR DAEJ 2009  4  1 23  5  0.000000  1   -0.196494038521E-03                     
+AR DARW 2009  4  1 23  5  0.000000  1   -0.768187332667E-09                     
+AR DGAR 2009  4  1 23  5  0.000000  1   -0.562684193022E-07                     
+AR DRAO 2009  4  1 23  5  0.000000  1    0.316630519857E-05                     
+AR FAA1 2009  4  1 23  5  0.000000  1    0.699481680890E-09                     
+AR FAIR 2009  4  1 23  5  0.000000  1   -0.558877080910E-07                     
+AR GLPS 2009  4  1 23  5  0.000000  1   -0.780883290932E-07                     
+AR GUAM 2009  4  1 23  5  0.000000  1   -0.668066363836E-07                     
+AR GUAT 2009  4  1 23  5  0.000000  1    0.130989049629E-07                     
+AR HOB2 2009  4  1 23  5  0.000000  1    0.913344094492E-07                     
+AR HOFN 2009  4  1 23  5  0.000000  1   -0.388759351970E-03                     
+AR HOLM 2009  4  1 23  5  0.000000  1   -0.581713173439E-07                     
+AR HRAO 2009  4  1 23  5  0.000000  1    0.849475595809E-03                     
+AR HYDE 2009  4  1 23  5  0.000000  1   -0.155888183336E-08                     
+AR IRKJ 2009  4  1 23  5  0.000000  1    0.163746346282E-03                     
+AR ISPA 2009  4  1 23  5  0.000000  1   -0.724619099376E-07                     
+AR KARR 2009  4  1 23  5  0.000000  1   -0.440665443361E-07                     
+AR KERG 2009  4  1 23  5  0.000000  1    0.817494974632E-03                     
+AR KHAJ 2009  4  1 23  5  0.000000  1   -0.150699292724E-05                     
+AR KIR0 2009  4  1 23  5  0.000000  1    0.282221646942E-03                     
+AR KIRU 2009  4  1 23  5  0.000000  1    0.591364325667E-03                     
+AR KIT3 2009  4  1 23  5  0.000000  1   -0.324720922403E-08                     
+AR KOUR 2009  4  1 23  5  0.000000  1    0.125016355260E-03                     
+AR KUNM 2009  4  1 23  5  0.000000  1    0.694747451492E-08                     
+AR LHAZ 2009  4  1 23  5  0.000000  1    0.340712109657E-03                     
+AR MAL2 2009  4  1 23  5  0.000000  1   -0.864098010140E-08                     
+AR MAS1 2009  4  1 23  5  0.000000  1   -0.101608793259E-03                     
+AR MCIL 2009  4  1 23  5  0.000000  1    0.287637779799E-07                     
+AR MCM4 2009  4  1 23  5  0.000000  1   -0.566206652379E-07                     
+AR MDO1 2009  4  1 23  5  0.000000  1   -0.543772449625E-07                     
+AR MDVJ 2009  4  1 23  5  0.000000  1    0.438552016430E-03                     
+AR MKEA 2009  4  1 23  5  0.000000  1   -0.711675851462E-07                     
+AR NANO 2009  4  1 23  5  0.000000  1    0.625758041749E-08                     
+AR NLIB 2009  4  1 23  5  0.000000  1   -0.117225028472E-06                     
+AR NNOR 2009  4  1 23  5  0.000000  1    0.365801314913E-03                     
+AR NRC1 2009  4  1 23  5  0.000000  1   -0.448241988897E-05                     
+AR NRIL 2009  4  1 23  5  0.000000  1   -0.442102253377E-07                     
+AR NRMD 2009  4  1 23  5  0.000000  1    0.230190596844E-07                     
+AR NTUS 2009  4  1 23  5  0.000000  1    0.343685148170E-08                     
+AR NYAL 2009  4  1 23  5  0.000000  1    0.959054407499E-07                     
+AR OHI3 2009  4  1 23  5  0.000000  1   -0.310920432056E-03                     
+AR ONSA 2009  4  1 23  5  0.000000  1   -0.324839299183E-04                     
+AR PDEL 2009  4  1 23  5  0.000000  1   -0.128335898656E-08                     
+AR PERT 2009  4  1 23  5  0.000000  1   -0.528852924146E-07                     
+AR PETP 2009  4  1 23  5  0.000000  1   -0.536006093854E-07                     
+AR PIMO 2009  4  1 23  5  0.000000  1   -0.526453150487E-07                     
+AR QAQ1 2009  4  1 23  5  0.000000  1   -0.653377271531E-07                     
+AR QUIN 2009  4  1 23  5  0.000000  1   -0.612043775415E-07                     
+AR RABT 2009  4  1 23  5  0.000000  1   -0.506341777651E-07                     
+AR RAMO 2009  4  1 23  5  0.000000  1    0.567036130775E-07                     
+AR RCMN 2009  4  1 23  5  0.000000  1    0.635060984399E-08                     
+AR REDU 2009  4  1 23  5  0.000000  1   -0.421414281388E-07                     
+AR REUN 2009  4  1 23  5  0.000000  1    0.233835437065E-07                     
+AR REYK 2009  4  1 23  5  0.000000  1   -0.301349301569E-03                     
+AR SCUB 2009  4  1 23  5  0.000000  1   -0.661242037276E-07                     
+AR STJO 2009  4  1 23  5  0.000000  1   -0.708009760448E-05                     
+AR SYDN 2009  4  1 23  5  0.000000  1    0.141204590650E-05                     
+AR SYOG 2009  4  1 23  5  0.000000  1    0.140165620541E-04                     
+AR THU2 2009  4  1 23  5  0.000000  1    0.203934108483E-03                     
+AR TOW2 2009  4  1 23  5  0.000000  1   -0.301105638281E-08                     
+AR URUM 2009  4  1 23  5  0.000000  1   -0.283460521056E-03                     
+AR VESL 2009  4  1 23  5  0.000000  1    0.487574150336E-03                     
+AR VILL 2009  4  1 23  5  0.000000  1   -0.552886559000E-07                     
+AR WTZR 2009  4  1 23  5  0.000000  1    0.473026894448E-07                     
+AR WUHN 2009  4  1 23  5  0.000000  1   -0.408100153294E-07                     
+AR YSSK 2009  4  1 23  5  0.000000  1   -0.611725489984E-07                     
+AR ZIM2 2009  4  1 23  5  0.000000  1    0.317419830629E-07                     
+AR XMIS 2009  4  1 23  5  0.000000  1    0.402343380082E-08                     
+AR GODZ 2009  4  1 23  5  0.000000  1   -0.469117073087E-03                     
+AR MTKA 2009  4  1 23  5  0.000000  1   -0.552989824423E-07                     
+AR TIXJ 2009  4  1 23  5  0.000000  1   -0.221263007885E-03                     
+AR UNBJ 2009  4  1 23  5  0.000000  1    0.113257888022E-03                     
+AR NOVM 2009  4  1 23  5  0.000000  1    0.798330975923E-04                     
+AR SUNM 2009  4  1 23  5  0.000000  1   -0.487703455429E-03                     
+AR CEBR 2009  4  1 23  5  0.000000  1    0.719432492443E-03                     
+AR CPXF 2009  4  1 23  5  0.000000  1    0.774971919225E-08                     
+AR IDDR 2009  4  1 23  5  0.000000  1    0.131733982189E-07                     
+AR AZGB 2009  4  1 23  5  0.000000  1   -0.263980866763E-03                     
+AR TN22 2009  4  1 23  5  0.000000  1    0.293149562062E-03                     
+AR ETAD 2009  4  1 23  5  0.000000  1    0.333578447362E-07                     
+AR ILHA 2009  4  1 23  5  0.000000  1    0.259229595171E-08                     
+AR POVE 2009  4  1 23  5  0.000000  1   -0.853432981054E-08                     
+AR RECF 2009  4  1 23  5  0.000000  1    0.137297160983E-07                     
+AR SALU 2009  4  1 23  5  0.000000  1    0.262162258838E-07                     
+AR SAVO 2009  4  1 23  5  0.000000  1    0.172292027180E-07                     
+AR UFPR 2009  4  1 23  5  0.000000  1    0.215679835371E-07                     
+AR YELL 2009  4  1 23  5  0.000000  1    0.252626000000E-06                     
+AS G32  2009  4  1 23 10  0.000000  1    0.279993802121E-03                     
+AS G24  2009  4  1 23 10  0.000000  1    0.177952449253E-03                     
+AS G25  2009  4  1 23 10  0.000000  1    0.335413153795E-03                     
+AS G26  2009  4  1 23 10  0.000000  1    0.545414893740E-04                     
+AS G27  2009  4  1 23 10  0.000000  1    0.372712829092E-04                     
+AS G30  2009  4  1 23 10  0.000000  1    0.136360431921E-03                     
+AS G03  2009  4  1 23 10  0.000000  1    0.373682890086E-03                     
+AS G04  2009  4  1 23 10  0.000000  1   -0.352920359154E-04                     
+AS G06  2009  4  1 23 10  0.000000  1    0.609374979981E-04                     
+AS G08  2009  4  1 23 10  0.000000  1   -0.196605014843E-03                     
+AS G09  2009  4  1 23 10  0.000000  1    0.485348892717E-04                     
+AS G10  2009  4  1 23 10  0.000000  1   -0.136481385735E-04                     
+AS G14  2009  4  1 23 10  0.000000  1   -0.132165722168E-03                     
+AS G13  2009  4  1 23 10  0.000000  1    0.293308125779E-03                     
+AS G28  2009  4  1 23 10  0.000000  1   -0.238393980294E-04                     
+AS G21  2009  4  1 23 10  0.000000  1    0.214471346018E-04                     
+AS G11  2009  4  1 23 10  0.000000  1    0.270003521732E-05                     
+AS G22  2009  4  1 23 10  0.000000  1    0.202399905780E-03                     
+AS G20  2009  4  1 23 10  0.000000  1    0.865165531411E-04                     
+AS G18  2009  4  1 23 10  0.000000  1   -0.693829088239E-04                     
+AS G16  2009  4  1 23 10  0.000000  1    0.628763208170E-04                     
+AS G19  2009  4  1 23 10  0.000000  1    0.293219433324E-04                     
+AS G23  2009  4  1 23 10  0.000000  1    0.389004162808E-03                     
+AS G02  2009  4  1 23 10  0.000000  1    0.153911850938E-03                     
+AS G31  2009  4  1 23 10  0.000000  1   -0.565170811206E-04                     
+AS G17  2009  4  1 23 10  0.000000  1    0.525043126496E-04                     
+AS G12  2009  4  1 23 10  0.000000  1   -0.299342476049E-03                     
+AS G15  2009  4  1 23 10  0.000000  1   -0.276191934687E-03                     
+AS G29  2009  4  1 23 10  0.000000  1    0.501990236593E-05                     
+AS G07  2009  4  1 23 10  0.000000  1    0.209599330828E-04                     
+AS R02  2009  4  1 23 10  0.000000  1    0.205249023474E-04                     
+AS R03  2009  4  1 23 10  0.000000  1   -0.344059671038E-04                     
+AS R04  2009  4  1 23 10  0.000000  1    0.635151343696E-04                     
+AS R06  2009  4  1 23 10  0.000000  1   -0.169276493577E-03                     
+AS R07  2009  4  1 23 10  0.000000  1   -0.891018734107E-04                     
+AS R08  2009  4  1 23 10  0.000000  1   -0.101961959012E-03                     
+AS R10  2009  4  1 23 10  0.000000  1   -0.140813763979E-03                     
+AS R11  2009  4  1 23 10  0.000000  1   -0.926689107126E-04                     
+AS R13  2009  4  1 23 10  0.000000  1   -0.230688664802E-03                     
+AS R14  2009  4  1 23 10  0.000000  1   -0.794922562584E-04                     
+AS R15  2009  4  1 23 10  0.000000  1    0.921634139942E-04                     
+AS R17  2009  4  1 23 10  0.000000  1   -0.261307074396E-03                     
+AS R18  2009  4  1 23 10  0.000000  1   -0.136364463233E-05                     
+AS R19  2009  4  1 23 10  0.000000  1   -0.894664268437E-04                     
+AS R20  2009  4  1 23 10  0.000000  1   -0.650188527492E-04                     
+AS R21  2009  4  1 23 10  0.000000  1   -0.143395390401E-03                     
+AS R22  2009  4  1 23 10  0.000000  1   -0.201689813170E-03                     
+AS R23  2009  4  1 23 10  0.000000  1   -0.200087599615E-03                     
+AR ALGO 2009  4  1 23 10  0.000000  1    0.813456927988E-04                     
+AR ALIC 2009  4  1 23 10  0.000000  1    0.896788778649E-08                     
+AR AMC2 2009  4  1 23 10  0.000000  1    0.274730342921E-08                     
+AR ANKR 2009  4  1 23 10  0.000000  1    0.491324492088E-03                     
+AR ARTU 2009  4  1 23 10  0.000000  1   -0.613846225422E-07                     
+AR ASPA 2009  4  1 23 10  0.000000  1    0.196666284764E-07                     
+AR BHR1 2009  4  1 23 10  0.000000  1    0.563383543065E-03                     
+AR BARH 2009  4  1 23 10  0.000000  1    0.181522282055E-08                     
+AR BJFS 2009  4  1 23 10  0.000000  1   -0.483354820623E-07                     
+AR BOGT 2009  4  1 23 10  0.000000  1   -0.714079950649E-07                     
+AR CAS1 2009  4  1 23 10  0.000000  1    0.727563168952E-08                     
+AR CHAT 2009  4  1 23 10  0.000000  1   -0.478996714780E-07                     
+AR CHPI 2009  4  1 23 10  0.000000  1   -0.495878769100E-07                     
+AR COCO 2009  4  1 23 10  0.000000  1    0.227651059748E-03                     
+AR CONZ 2009  4  1 23 10  0.000000  1    0.892813306870E-04                     
+AR CRAR 2009  4  1 23 10  0.000000  1   -0.442172504491E-03                     
+AR CRO1 2009  4  1 23 10  0.000000  1    0.665109678972E-03                     
+AR DAEJ 2009  4  1 23 10  0.000000  1   -0.196494271581E-03                     
+AR DARW 2009  4  1 23 10  0.000000  1   -0.465647113379E-11                     
+AR DGAR 2009  4  1 23 10  0.000000  1   -0.563850491160E-07                     
+AR DRAO 2009  4  1 23 10  0.000000  1    0.320301698409E-05                     
+AR FAA1 2009  4  1 23 10  0.000000  1    0.448873007909E-09                     
+AR FAIR 2009  4  1 23 10  0.000000  1   -0.553918775221E-07                     
+AR GLPS 2009  4  1 23 10  0.000000  1   -0.760130686061E-07                     
+AR GUAM 2009  4  1 23 10  0.000000  1   -0.672642573982E-07                     
+AR GUAT 2009  4  1 23 10  0.000000  1    0.110711087388E-07                     
+AR HOB2 2009  4  1 23 10  0.000000  1    0.913505471506E-07                     
+AR HOFN 2009  4  1 23 10  0.000000  1   -0.312206209369E-03                     
+AR HOLM 2009  4  1 23 10  0.000000  1   -0.605548009672E-07                     
+AR HRAO 2009  4  1 23 10  0.000000  1    0.849475692208E-03                     
+AR HYDE 2009  4  1 23 10  0.000000  1   -0.225010678497E-08                     
+AR IRKJ 2009  4  1 23 10  0.000000  1    0.163746344833E-03                     
+AR ISPA 2009  4  1 23 10  0.000000  1   -0.726040736402E-07                     
+AR KARR 2009  4  1 23 10  0.000000  1   -0.447645307770E-07                     
+AR KERG 2009  4  1 23 10  0.000000  1    0.817494968948E-03                     
+AR KHAJ 2009  4  1 23 10  0.000000  1   -0.150699703414E-05                     
+AR KIR0 2009  4  1 23 10  0.000000  1    0.282214947439E-03                     
+AR KIRU 2009  4  1 23 10  0.000000  1    0.591364039086E-03                     
+AR KIT3 2009  4  1 23 10  0.000000  1    0.123027196489E-07                     
+AR KOUR 2009  4  1 23 10  0.000000  1    0.125016378553E-03                     
+AR KUNM 2009  4  1 23 10  0.000000  1   -0.127066560803E-07                     
+AR LHAZ 2009  4  1 23 10  0.000000  1    0.366888766119E-03                     
+AR MAL2 2009  4  1 23 10  0.000000  1   -0.840352910719E-09                     
+AR MAS1 2009  4  1 23 10  0.000000  1   -0.101609084791E-03                     
+AR MCIL 2009  4  1 23 10  0.000000  1    0.291626798007E-07                     
+AR MCM4 2009  4  1 23 10  0.000000  1   -0.556933845985E-07                     
+AR MDO1 2009  4  1 23 10  0.000000  1   -0.560252708519E-07                     
+AR MDVJ 2009  4  1 23 10  0.000000  1    0.438551982710E-03                     
+AR MKEA 2009  4  1 23 10  0.000000  1   -0.709749517296E-07                     
+AR NANO 2009  4  1 23 10  0.000000  1    0.678900145771E-08                     
+AR NLIB 2009  4  1 23 10  0.000000  1   -0.117456270558E-06                     
+AR NNOR 2009  4  1 23 10  0.000000  1    0.365801031658E-03                     
+AR NRC1 2009  4  1 23 10  0.000000  1   -0.448238725206E-05                     
+AR NRIL 2009  4  1 23 10  0.000000  1   -0.429020582739E-07                     
+AR NRMD 2009  4  1 23 10  0.000000  1    0.237910405743E-07                     
+AR NTUS 2009  4  1 23 10  0.000000  1    0.320811739199E-08                     
+AR NYAL 2009  4  1 23 10  0.000000  1    0.959077413938E-07                     
+AR OHI3 2009  4  1 23 10  0.000000  1   -0.206077795278E-03                     
+AR ONSA 2009  4  1 23 10  0.000000  1   -0.324839803443E-04                     
+AR PDEL 2009  4  1 23 10  0.000000  1   -0.256377648869E-08                     
+AR PERT 2009  4  1 23 10  0.000000  1   -0.613024124442E-07                     
+AR PETP 2009  4  1 23 10  0.000000  1   -0.525875442872E-07                     
+AR PIMO 2009  4  1 23 10  0.000000  1   -0.527519849873E-07                     
+AR QAQ1 2009  4  1 23 10  0.000000  1   -0.620598765694E-07                     
+AR QUIN 2009  4  1 23 10  0.000000  1   -0.630021805609E-07                     
+AR RABT 2009  4  1 23 10  0.000000  1   -0.472408994330E-07                     
+AR RAMO 2009  4  1 23 10  0.000000  1    0.210229724467E-07                     
+AR RCMN 2009  4  1 23 10  0.000000  1    0.109163057910E-07                     
+AR REDU 2009  4  1 23 10  0.000000  1   -0.412622116303E-07                     
+AR REUN 2009  4  1 23 10  0.000000  1    0.219106661867E-07                     
+AR REYK 2009  4  1 23 10  0.000000  1   -0.303975589186E-03                     
+AR SCUB 2009  4  1 23 10  0.000000  1   -0.693159513052E-07                     
+AR STJO 2009  4  1 23 10  0.000000  1   -0.708039712160E-05                     
+AR SYDN 2009  4  1 23 10  0.000000  1    0.141204913423E-05                     
+AR SYOG 2009  4  1 23 10  0.000000  1    0.140168446420E-04                     
+AR THU2 2009  4  1 23 10  0.000000  1    0.201931836751E-03                     
+AR TOW2 2009  4  1 23 10  0.000000  1   -0.219725768616E-08                     
+AR URUM 2009  4  1 23 10  0.000000  1   -0.353750439068E-03                     
+AR VESL 2009  4  1 23 10  0.000000  1   -0.476501155471E-03                     
+AR VILL 2009  4  1 23 10  0.000000  1   -0.527845946733E-07                     
+AR WTZR 2009  4  1 23 10  0.000000  1    0.473055779344E-07                     
+AR WUHN 2009  4  1 23 10  0.000000  1   -0.441717686938E-07                     
+AR YSSK 2009  4  1 23 10  0.000000  1   -0.607837646098E-07                     
+AR ZIM2 2009  4  1 23 10  0.000000  1    0.317099498872E-07                     
+AR XMIS 2009  4  1 23 10  0.000000  1    0.229376437519E-08                     
+AR GODZ 2009  4  1 23 10  0.000000  1   -0.469117045597E-03                     
+AR MTKA 2009  4  1 23 10  0.000000  1   -0.537066195156E-07                     
+AR TIXJ 2009  4  1 23 10  0.000000  1   -0.223921561141E-03                     
+AR UNBJ 2009  4  1 23 10  0.000000  1    0.383135846694E-04                     
+AR NOVM 2009  4  1 23 10  0.000000  1    0.798330610330E-04                     
+AR SUNM 2009  4  1 23 10  0.000000  1    0.354653606570E-03                     
+AR CEBR 2009  4  1 23 10  0.000000  1    0.719432485892E-03                     
+AR CPXF 2009  4  1 23 10  0.000000  1    0.698943741995E-08                     
+AR IDDR 2009  4  1 23 10  0.000000  1    0.134029917576E-07                     
+AR AZGB 2009  4  1 23 10  0.000000  1   -0.403057114525E-03                     
+AR TN22 2009  4  1 23 10  0.000000  1    0.220477851615E-03                     
+AR ETAD 2009  4  1 23 10  0.000000  1    0.288805857647E-07                     
+AR ILHA 2009  4  1 23 10  0.000000  1    0.325021783419E-08                     
+AR POVE 2009  4  1 23 10  0.000000  1   -0.881338530524E-08                     
+AR RECF 2009  4  1 23 10  0.000000  1    0.143427268291E-07                     
+AR SALU 2009  4  1 23 10  0.000000  1    0.127919996944E-07                     
+AR SAVO 2009  4  1 23 10  0.000000  1    0.168936496070E-07                     
+AR UFPR 2009  4  1 23 10  0.000000  1    0.234543040588E-07                     
+AR YELL 2009  4  1 23 10  0.000000  1    0.252696000000E-06                     
+AS G32  2009  4  1 23 15  0.000000  1    0.279992412704E-03                     
+AS G24  2009  4  1 23 15  0.000000  1    0.177954474171E-03                     
+AS G25  2009  4  1 23 15  0.000000  1    0.335419695336E-03                     
+AS G26  2009  4  1 23 15  0.000000  1    0.545421045590E-04                     
+AS G27  2009  4  1 23 15  0.000000  1    0.372722061000E-04                     
+AS G30  2009  4  1 23 15  0.000000  1    0.136361445730E-03                     
+AS G03  2009  4  1 23 15  0.000000  1    0.373684652214E-03                     
+AS G04  2009  4  1 23 15  0.000000  1   -0.352964184062E-04                     
+AS G06  2009  4  1 23 15  0.000000  1    0.609430172352E-04                     
+AS G08  2009  4  1 23 15  0.000000  1   -0.196605687391E-03                     
+AS G09  2009  4  1 23 15  0.000000  1    0.485357721707E-04                     
+AS G10  2009  4  1 23 15  0.000000  1   -0.136480896820E-04                     
+AS G14  2009  4  1 23 15  0.000000  1   -0.132163861600E-03                     
+AS G13  2009  4  1 23 15  0.000000  1    0.293308453080E-03                     
+AS G28  2009  4  1 23 15  0.000000  1   -0.238396504249E-04                     
+AS G21  2009  4  1 23 15  0.000000  1    0.214469285768E-04                     
+AS G11  2009  4  1 23 15  0.000000  1    0.269986188448E-05                     
+AS G22  2009  4  1 23 15  0.000000  1    0.202400115211E-03                     
+AS G20  2009  4  1 23 15  0.000000  1    0.865164760496E-04                     
+AS G18  2009  4  1 23 15  0.000000  1   -0.693817440208E-04                     
+AS G16  2009  4  1 23 15  0.000000  1    0.628753275727E-04                     
+AS G19  2009  4  1 23 15  0.000000  1    0.293219323043E-04                     
+AS G23  2009  4  1 23 15  0.000000  1    0.389004508914E-03                     
+AS G02  2009  4  1 23 15  0.000000  1    0.153911681741E-03                     
+AS G31  2009  4  1 23 15  0.000000  1   -0.565170544087E-04                     
+AS G17  2009  4  1 23 15  0.000000  1    0.525052180390E-04                     
+AS G12  2009  4  1 23 15  0.000000  1   -0.299340850316E-03                     
+AS G15  2009  4  1 23 15  0.000000  1   -0.276193042178E-03                     
+AS G29  2009  4  1 23 15  0.000000  1    0.502146648965E-05                     
+AS G07  2009  4  1 23 15  0.000000  1    0.209599500504E-04                     
+AS R02  2009  4  1 23 15  0.000000  1    0.205242244157E-04                     
+AS R03  2009  4  1 23 15  0.000000  1   -0.344068124591E-04                     
+AS R04  2009  4  1 23 15  0.000000  1    0.635129643858E-04                     
+AS R06  2009  4  1 23 15  0.000000  1   -0.169276581471E-03                     
+AS R07  2009  4  1 23 15  0.000000  1   -0.891016256946E-04                     
+AS R08  2009  4  1 23 15  0.000000  1   -0.101961848622E-03                     
+AS R10  2009  4  1 23 15  0.000000  1   -0.140813839842E-03                     
+AS R11  2009  4  1 23 15  0.000000  1   -0.926694461474E-04                     
+AS R13  2009  4  1 23 15  0.000000  1   -0.230688654486E-03                     
+AS R14  2009  4  1 23 15  0.000000  1   -0.794918192801E-04                     
+AS R15  2009  4  1 23 15  0.000000  1    0.921637863070E-04                     
+AS R17  2009  4  1 23 15  0.000000  1   -0.261307453005E-03                     
+AS R18  2009  4  1 23 15  0.000000  1   -0.136365739995E-05                     
+AS R19  2009  4  1 23 15  0.000000  1   -0.894666715705E-04                     
+AS R20  2009  4  1 23 15  0.000000  1   -0.650185484815E-04                     
+AS R21  2009  4  1 23 15  0.000000  1   -0.143395774479E-03                     
+AS R22  2009  4  1 23 15  0.000000  1   -0.201690630435E-03                     
+AS R23  2009  4  1 23 15  0.000000  1   -0.200086340333E-03                     
+AR ALGO 2009  4  1 23 15  0.000000  1    0.813498083379E-04                     
+AR ALIC 2009  4  1 23 15  0.000000  1    0.109959165251E-07                     
+AR AMC2 2009  4  1 23 15  0.000000  1    0.277970603806E-08                     
+AR ANKR 2009  4  1 23 15  0.000000  1   -0.446493341554E-03                     
+AR ARTU 2009  4  1 23 15  0.000000  1   -0.627452117514E-07                     
+AR ASPA 2009  4  1 23 15  0.000000  1    0.109898923519E-07                     
+AR BHR1 2009  4  1 23 15  0.000000  1    0.563383626282E-03                     
+AR BARH 2009  4  1 23 15  0.000000  1   -0.101478788827E-08                     
+AR BJFS 2009  4  1 23 15  0.000000  1   -0.484983487842E-07                     
+AR BOGT 2009  4  1 23 15  0.000000  1   -0.723223655804E-07                     
+AR CAS1 2009  4  1 23 15  0.000000  1    0.689955336631E-08                     
+AR CHAT 2009  4  1 23 15  0.000000  1   -0.473696559795E-07                     
+AR CHPI 2009  4  1 23 15  0.000000  1   -0.503636911405E-07                     
+AR COCO 2009  4  1 23 15  0.000000  1    0.227651199162E-03                     
+AR CONZ 2009  4  1 23 15  0.000000  1   -0.510757176575E-04                     
+AR CRAR 2009  4  1 23 15  0.000000  1   -0.466832229721E-03                     
+AR CRO1 2009  4  1 23 15  0.000000  1    0.665109718542E-03                     
+AR DAEJ 2009  4  1 23 15  0.000000  1   -0.196494097855E-03                     
+AR DARW 2009  4  1 23 15  0.000000  1    0.120244098385E-08                     
+AR DGAR 2009  4  1 23 15  0.000000  1   -0.548451308409E-07                     
+AR DRAO 2009  4  1 23 15  0.000000  1    0.323964320708E-05                     
+AR FAA1 2009  4  1 23 15  0.000000  1    0.120378800171E-09                     
+AR FAIR 2009  4  1 23 15  0.000000  1   -0.572758148716E-07                     
+AR GLPS 2009  4  1 23 15  0.000000  1   -0.814465756610E-07                     
+AR GUAM 2009  4  1 23 15  0.000000  1   -0.657404274375E-07                     
+AR GUAT 2009  4  1 23 15  0.000000  1    0.145186666271E-07                     
+AR HOB2 2009  4  1 23 15  0.000000  1    0.913821034039E-07                     
+AR HOFN 2009  4  1 23 15  0.000000  1   -0.235640823964E-03                     
+AR HOLM 2009  4  1 23 15  0.000000  1   -0.523937548385E-07                     
+AR HRAO 2009  4  1 23 15  0.000000  1    0.849475794104E-03                     
+AR HYDE 2009  4  1 23 15  0.000000  1   -0.111489779003E-08                     
+AR IRKJ 2009  4  1 23 15  0.000000  1    0.163746368896E-03                     
+AR ISPA 2009  4  1 23 15  0.000000  1   -0.726000894610E-07                     
+AR KARR 2009  4  1 23 15  0.000000  1   -0.426092986772E-07                     
+AR KERG 2009  4  1 23 15  0.000000  1    0.817494820630E-03                     
+AR KHAJ 2009  4  1 23 15  0.000000  1   -0.150697299898E-05                     
+AR KIR0 2009  4  1 23 15  0.000000  1    0.282208246360E-03                     
+AR KIRU 2009  4  1 23 15  0.000000  1    0.591364066053E-03                     
+AR KIT3 2009  4  1 23 15  0.000000  1   -0.157081670496E-08                     
+AR KOUR 2009  4  1 23 15  0.000000  1    0.125016433207E-03                     
+AR KUNM 2009  4  1 23 15  0.000000  1    0.111666437375E-07                     
+AR LHAZ 2009  4  1 23 15  0.000000  1    0.393096883422E-03                     
+AR MAL2 2009  4  1 23 15  0.000000  1   -0.274456100656E-08                     
+AR MAS1 2009  4  1 23 15  0.000000  1   -0.101609429556E-03                     
+AR MCIL 2009  4  1 23 15  0.000000  1    0.293570468057E-07                     
+AR MCM4 2009  4  1 23 15  0.000000  1   -0.562280398072E-07                     
+AR MDO1 2009  4  1 23 15  0.000000  1   -0.562457775652E-07                     
+AR MDVJ 2009  4  1 23 15  0.000000  1    0.438551985942E-03                     
+AR MKEA 2009  4  1 23 15  0.000000  1   -0.701088929794E-07                     
+AR NANO 2009  4  1 23 15  0.000000  1    0.543352320334E-08                     
+AR NLIB 2009  4  1 23 15  0.000000  1   -0.117676127991E-06                     
+AR NNOR 2009  4  1 23 15  0.000000  1    0.365800718839E-03                     
+AR NRC1 2009  4  1 23 15  0.000000  1   -0.448235399724E-05                     
+AR NRIL 2009  4  1 23 15  0.000000  1   -0.467756038885E-07                     
+AR NRMD 2009  4  1 23 15  0.000000  1    0.241072708864E-07                     
+AR NTUS 2009  4  1 23 15  0.000000  1    0.411912891447E-08                     
+AR NYAL 2009  4  1 23 15  0.000000  1    0.959375386706E-07                     
+AR OHI3 2009  4  1 23 15  0.000000  1   -0.100703212770E-03                     
+AR ONSA 2009  4  1 23 15  0.000000  1   -0.324839981588E-04                     
+AR PDEL 2009  4  1 23 15  0.000000  1   -0.191208923319E-08                     
+AR PERT 2009  4  1 23 15  0.000000  1   -0.577208445654E-07                     
+AR PETP 2009  4  1 23 15  0.000000  1   -0.540087094145E-07                     
+AR PIMO 2009  4  1 23 15  0.000000  1   -0.528350205331E-07                     
+AR QAQ1 2009  4  1 23 15  0.000000  1   -0.598117706922E-07                     
+AR QUIN 2009  4  1 23 15  0.000000  1   -0.616758428718E-07                     
+AR RABT 2009  4  1 23 15  0.000000  1   -0.500960358133E-07                     
+AR RAMO 2009  4  1 23 15  0.000000  1    0.474053201656E-07                     
+AR RCMN 2009  4  1 23 15  0.000000  1    0.620572730599E-08                     
+AR REDU 2009  4  1 23 15  0.000000  1   -0.414234098243E-07                     
+AR REUN 2009  4  1 23 15  0.000000  1    0.213056661870E-07                     
+AR REYK 2009  4  1 23 15  0.000000  1   -0.306666636659E-03                     
+AR SCH2 2009  4  1 23 15  0.000000  1    0.191196854191E-03                     
+AR SCUB 2009  4  1 23 15  0.000000  1   -0.678642121020E-07                     
+AR STJO 2009  4  1 23 15  0.000000  1   -0.708067848993E-05                     
+AR SYDN 2009  4  1 23 15  0.000000  1    0.141195567576E-05                     
+AR SYOG 2009  4  1 23 15  0.000000  1    0.140165328095E-04                     
+AR THU2 2009  4  1 23 15  0.000000  1    0.199929420520E-03                     
+AR TOW2 2009  4  1 23 15  0.000000  1   -0.240991549428E-08                     
+AR URUM 2009  4  1 23 15  0.000000  1   -0.424012855450E-03                     
+AR VESL 2009  4  1 23 15  0.000000  1   -0.440598123900E-03                     
+AR VILL 2009  4  1 23 15  0.000000  1   -0.519446744905E-07                     
+AR WTZR 2009  4  1 23 15  0.000000  1    0.473320385958E-07                     
+AR WUHN 2009  4  1 23 15  0.000000  1   -0.469571242813E-07                     
+AR YSSK 2009  4  1 23 15  0.000000  1   -0.617433060771E-07                     
+AR ZIM2 2009  4  1 23 15  0.000000  1    0.318891725212E-07                     
+AR XMIS 2009  4  1 23 15  0.000000  1    0.354654833353E-08                     
+AR GODZ 2009  4  1 23 15  0.000000  1   -0.469117005916E-03                     
+AR MTKA 2009  4  1 23 15  0.000000  1   -0.658844008111E-07                     
+AR TIXJ 2009  4  1 23 15  0.000000  1   -0.226561000774E-03                     
+AR UNBJ 2009  4  1 23 15  0.000000  1   -0.359112608978E-04                     
+AR NOVM 2009  4  1 23 15  0.000000  1    0.798331017110E-04                     
+AR SUNM 2009  4  1 23 15  0.000000  1    0.197003131818E-03                     
+AR CEBR 2009  4  1 23 15  0.000000  1    0.719432493889E-03                     
+AR CPXF 2009  4  1 23 15  0.000000  1    0.766264624875E-08                     
+AR IDDR 2009  4  1 23 15  0.000000  1    0.128792240726E-07                     
+AR AZGB 2009  4  1 23 15  0.000000  1    0.457792009986E-03                     
+AR TN22 2009  4  1 23 15  0.000000  1    0.147845812042E-03                     
+AR ETAD 2009  4  1 23 15  0.000000  1    0.312729825902E-07                     
+AR ILHA 2009  4  1 23 15  0.000000  1    0.803742175980E-08                     
+AR POVE 2009  4  1 23 15  0.000000  1   -0.453317233461E-08                     
+AR RECF 2009  4  1 23 15  0.000000  1    0.152071909237E-07                     
+AR SALU 2009  4  1 23 15  0.000000  1    0.217761748729E-07                     
+AR SAVO 2009  4  1 23 15  0.000000  1    0.167159250634E-07                     
+AR UFPR 2009  4  1 23 15  0.000000  1    0.247772806223E-07                     
+AR YELL 2009  4  1 23 15  0.000000  1    0.252766000000E-06                     
+AS G32  2009  4  1 23 20  0.000000  1    0.279991060341E-03                     
+AS G24  2009  4  1 23 20  0.000000  1    0.177955944089E-03                     
+AS G25  2009  4  1 23 20  0.000000  1    0.335426309454E-03                     
+AS G26  2009  4  1 23 20  0.000000  1    0.545427062203E-04                     
+AS G27  2009  4  1 23 20  0.000000  1    0.372732913401E-04                     
+AS G30  2009  4  1 23 20  0.000000  1    0.136361892309E-03                     
+AS G03  2009  4  1 23 20  0.000000  1    0.373686543655E-03                     
+AS G04  2009  4  1 23 20  0.000000  1   -0.353010391107E-04                     
+AS G06  2009  4  1 23 20  0.000000  1    0.609484735549E-04                     
+AS G08  2009  4  1 23 20  0.000000  1   -0.196605773957E-03                     
+AS G09  2009  4  1 23 20  0.000000  1    0.485358992642E-04                     
+AS G10  2009  4  1 23 20  0.000000  1   -0.136485505182E-04                     
+AS G14  2009  4  1 23 20  0.000000  1   -0.132162475646E-03                     
+AS G13  2009  4  1 23 20  0.000000  1    0.293308843281E-03                     
+AS G28  2009  4  1 23 20  0.000000  1   -0.238397542824E-04                     
+AS G21  2009  4  1 23 20  0.000000  1    0.214459270522E-04                     
+AS G11  2009  4  1 23 20  0.000000  1    0.269918623879E-05                     
+AS G22  2009  4  1 23 20  0.000000  1    0.202399419066E-03                     
+AS G20  2009  4  1 23 20  0.000000  1    0.865163960146E-04                     
+AS G18  2009  4  1 23 20  0.000000  1   -0.693805739954E-04                     
+AS G16  2009  4  1 23 20  0.000000  1    0.628744446934E-04                     
+AS G19  2009  4  1 23 20  0.000000  1    0.293213328889E-04                     
+AS G23  2009  4  1 23 20  0.000000  1    0.389004776221E-03                     
+AS G02  2009  4  1 23 20  0.000000  1    0.153911631556E-03                     
+AS G31  2009  4  1 23 20  0.000000  1   -0.565176412990E-04                     
+AS G17  2009  4  1 23 20  0.000000  1    0.525050585777E-04                     
+AS G12  2009  4  1 23 20  0.000000  1   -0.299339774722E-03                     
+AS G15  2009  4  1 23 20  0.000000  1   -0.276194424824E-03                     
+AS G29  2009  4  1 23 20  0.000000  1    0.502239581883E-05                     
+AS G07  2009  4  1 23 20  0.000000  1    0.209594588806E-04                     
+AS R02  2009  4  1 23 20  0.000000  1    0.205232078203E-04                     
+AS R03  2009  4  1 23 20  0.000000  1   -0.344083051122E-04                     
+AS R04  2009  4  1 23 20  0.000000  1    0.635116933647E-04                     
+AS R06  2009  4  1 23 20  0.000000  1   -0.169274067203E-03                     
+AS R07  2009  4  1 23 20  0.000000  1   -0.891003984476E-04                     
+AS R08  2009  4  1 23 20  0.000000  1   -0.101961589322E-03                     
+AS R10  2009  4  1 23 20  0.000000  1   -0.140813761676E-03                     
+AS R11  2009  4  1 23 20  0.000000  1   -0.926696075589E-04                     
+AS R13  2009  4  1 23 20  0.000000  1   -0.230689012909E-03                     
+AS R14  2009  4  1 23 20  0.000000  1   -0.794911983893E-04                     
+AS R15  2009  4  1 23 20  0.000000  1    0.921649555838E-04                     
+AS R17  2009  4  1 23 20  0.000000  1   -0.261308066196E-03                     
+AS R18  2009  4  1 23 20  0.000000  1   -0.136367695199E-05                     
+AS R19  2009  4  1 23 20  0.000000  1   -0.894670244212E-04                     
+AS R20  2009  4  1 23 20  0.000000  1   -0.650183353186E-04                     
+AS R21  2009  4  1 23 20  0.000000  1   -0.143396134985E-03                     
+AS R22  2009  4  1 23 20  0.000000  1   -0.201691284081E-03                     
+AS R23  2009  4  1 23 20  0.000000  1   -0.200084697716E-03                     
+AR ALGO 2009  4  1 23 20  0.000000  1    0.813539017896E-04                     
+AR ALIC 2009  4  1 23 20  0.000000  1    0.125787597911E-07                     
+AR AMC2 2009  4  1 23 20  0.000000  1    0.278792818698E-08                     
+AR ANKR 2009  4  1 23 20  0.000000  1   -0.384395381305E-03                     
+AR ARTU 2009  4  1 23 20  0.000000  1   -0.598124993162E-07                     
+AR ASPA 2009  4  1 23 20  0.000000  1    0.925621644894E-08                     
+AR BHR1 2009  4  1 23 20  0.000000  1    0.563383776171E-03                     
+AR BARH 2009  4  1 23 20  0.000000  1    0.109766585919E-08                     
+AR BJFS 2009  4  1 23 20  0.000000  1   -0.491412662928E-07                     
+AR BOGT 2009  4  1 23 20  0.000000  1   -0.697427188402E-07                     
+AR CAS1 2009  4  1 23 20  0.000000  1    0.588775778087E-08                     
+AR CHAT 2009  4  1 23 20  0.000000  1   -0.467852617580E-07                     
+AR CHPI 2009  4  1 23 20  0.000000  1   -0.465091752315E-07                     
+AR COCO 2009  4  1 23 20  0.000000  1    0.227651462578E-03                     
+AR CONZ 2009  4  1 23 20  0.000000  1   -0.191585826904E-03                     
+AR CRAR 2009  4  1 23 20  0.000000  1   -0.491484856273E-03                     
+AR CRO1 2009  4  1 23 20  0.000000  1    0.665109784507E-03                     
+AR DAEJ 2009  4  1 23 20  0.000000  1   -0.196493785923E-03                     
+AR DARW 2009  4  1 23 20  0.000000  1    0.199476326574E-08                     
+AR DGAR 2009  4  1 23 20  0.000000  1   -0.569479774395E-07                     
+AR DRAO 2009  4  1 23 20  0.000000  1    0.327615258312E-05                     
+AR FAA1 2009  4  1 23 20  0.000000  1   -0.956481473619E-09                     
+AR FAIR 2009  4  1 23 20  0.000000  1   -0.599470695246E-07                     
+AR GLPS 2009  4  1 23 20  0.000000  1   -0.803770406148E-07                     
+AR GUAM 2009  4  1 23 20  0.000000  1   -0.660024583984E-07                     
+AR GUAT 2009  4  1 23 20  0.000000  1    0.157032184859E-07                     
+AR HOB2 2009  4  1 23 20  0.000000  1    0.914219263188E-07                     
+AR HOFN 2009  4  1 23 20  0.000000  1   -0.159088249058E-03                     
+AR HOLM 2009  4  1 23 20  0.000000  1   -0.516717972307E-07                     
+AR HRAO 2009  4  1 23 20  0.000000  1    0.849475910169E-03                     
+AR HYDE 2009  4  1 23 20  0.000000  1   -0.150998066317E-08                     
+AR IRKJ 2009  4  1 23 20  0.000000  1    0.163746388328E-03                     
+AR ISPA 2009  4  1 23 20  0.000000  1   -0.739495412988E-07                     
+AR KARR 2009  4  1 23 20  0.000000  1   -0.433172795405E-07                     
+AR KERG 2009  4  1 23 20  0.000000  1    0.817494570028E-03                     
+AR KHAJ 2009  4  1 23 20  0.000000  1   -0.150693883728E-05                     
+AR KIR0 2009  4  1 23 20  0.000000  1    0.282201553434E-03                     
+AR KIRU 2009  4  1 23 20  0.000000  1    0.591364486401E-03                     
+AR KIT3 2009  4  1 23 20  0.000000  1   -0.101636214228E-08                     
+AR KOUR 2009  4  1 23 20  0.000000  1    0.125016475835E-03                     
+AR KUNM 2009  4  1 23 20  0.000000  1    0.239896245891E-07                     
+AR LHAZ 2009  4  1 23 20  0.000000  1    0.419355879882E-03                     
+AR MAL2 2009  4  1 23 20  0.000000  1   -0.468044518940E-08                     
+AR MAS1 2009  4  1 23 20  0.000000  1   -0.101609756597E-03                     
+AR MCIL 2009  4  1 23 20  0.000000  1    0.279287451708E-07                     
+AR MCM4 2009  4  1 23 20  0.000000  1   -0.576556983285E-07                     
+AR MDO1 2009  4  1 23 20  0.000000  1   -0.581336444475E-07                     
+AR MDVJ 2009  4  1 23 20  0.000000  1    0.438551969191E-03                     
+AR MKEA 2009  4  1 23 20  0.000000  1   -0.720447966313E-07                     
+AR NANO 2009  4  1 23 20  0.000000  1    0.490019380339E-08                     
+AR NLIB 2009  4  1 23 20  0.000000  1   -0.117888016237E-06                     
+AR NNOR 2009  4  1 23 20  0.000000  1    0.365801198939E-03                     
+AR NRC1 2009  4  1 23 20  0.000000  1   -0.448232143311E-05                     
+AR NRIL 2009  4  1 23 20  0.000000  1   -0.455367919253E-07                     
+AR NRMD 2009  4  1 23 20  0.000000  1    0.248756599139E-07                     
+AR NTUS 2009  4  1 23 20  0.000000  1    0.434819665065E-09                     
+AR NYAL 2009  4  1 23 20  0.000000  1    0.959720793443E-07                     
+AR OHI3 2009  4  1 23 20  0.000000  1    0.527796885707E-05                     
+AR ONSA 2009  4  1 23 20  0.000000  1   -0.324840272172E-04                     
+AR PDEL 2009  4  1 23 20  0.000000  1   -0.302823774663E-08                     
+AR PERT 2009  4  1 23 20  0.000000  1   -0.568824039594E-07                     
+AR PETP 2009  4  1 23 20  0.000000  1   -0.566289404029E-07                     
+AR PIMO 2009  4  1 23 20  0.000000  1   -0.532211316926E-07                     
+AR QAQ1 2009  4  1 23 20  0.000000  1   -0.613017440484E-07                     
+AR QUIN 2009  4  1 23 20  0.000000  1   -0.622332448959E-07                     
+AR RABT 2009  4  1 23 20  0.000000  1   -0.491333624612E-07                     
+AR RAMO 2009  4  1 23 20  0.000000  1   -0.761204677055E-08                     
+AR RCMN 2009  4  1 23 20  0.000000  1    0.585932388385E-08                     
+AR REDU 2009  4  1 23 20  0.000000  1   -0.411694535436E-07                     
+AR REUN 2009  4  1 23 20  0.000000  1    0.216020669668E-07                     
+AR REYK 2009  4  1 23 20  0.000000  1   -0.309403177123E-03                     
+AR SCH2 2009  4  1 23 20  0.000000  1    0.191213056545E-03                     
+AR SCUB 2009  4  1 23 20  0.000000  1   -0.665653423967E-07                     
+AR STJO 2009  4  1 23 20  0.000000  1   -0.708094477396E-05                     
+AR SYDN 2009  4  1 23 20  0.000000  1    0.141182295149E-05                     
+AR SYOG 2009  4  1 23 20  0.000000  1    0.140167434988E-04                     
+AR THU2 2009  4  1 23 20  0.000000  1    0.197927087879E-03                     
+AR TOW2 2009  4  1 23 20  0.000000  1   -0.304435120537E-08                     
+AR URUM 2009  4  1 23 20  0.000000  1   -0.494171290201E-03                     
+AR VESL 2009  4  1 23 20  0.000000  1   -0.404792537296E-03                     
+AR VILL 2009  4  1 23 20  0.000000  1   -0.522236688548E-07                     
+AR WTZR 2009  4  1 23 20  0.000000  1    0.473512215346E-07                     
+AR WUHN 2009  4  1 23 20  0.000000  1   -0.498548623613E-07                     
+AR YSSK 2009  4  1 23 20  0.000000  1   -0.632295213977E-07                     
+AR ZIM2 2009  4  1 23 20  0.000000  1    0.312173958744E-07                     
+AR XMIS 2009  4  1 23 20  0.000000  1    0.161057861392E-08                     
+AR GODZ 2009  4  1 23 20  0.000000  1   -0.469116947731E-03                     
+AR MTKA 2009  4  1 23 20  0.000000  1   -0.682487759148E-07                     
+AR TIXJ 2009  4  1 23 20  0.000000  1   -0.229204549479E-03                     
+AR UNBJ 2009  4  1 23 20  0.000000  1   -0.109535705402E-03                     
+AR NOVM 2009  4  1 23 20  0.000000  1    0.798331025931E-04                     
+AR SUNM 2009  4  1 23 20  0.000000  1    0.390970699238E-04                     
+AR CEBR 2009  4  1 23 20  0.000000  1    0.719432502973E-03                     
+AR CPXF 2009  4  1 23 20  0.000000  1    0.873608599621E-08                     
+AR IDDR 2009  4  1 23 20  0.000000  1    0.114332220666E-07                     
+AR AZGB 2009  4  1 23 20  0.000000  1    0.318672580689E-03                     
+AR TN22 2009  4  1 23 20  0.000000  1    0.753466784940E-04                     
+AR ETAD 2009  4  1 23 20  0.000000  1    0.293904162690E-07                     
+AR ILHA 2009  4  1 23 20  0.000000  1    0.100362200478E-07                     
+AR POVE 2009  4  1 23 20  0.000000  1   -0.472596236177E-08                     
+AR RECF 2009  4  1 23 20  0.000000  1    0.156370107999E-07                     
+AR SALU 2009  4  1 23 20  0.000000  1    0.152118712295E-07                     
+AR SAVO 2009  4  1 23 20  0.000000  1    0.169791710215E-07                     
+AR UFPR 2009  4  1 23 20  0.000000  1    0.256079422586E-07                     
+AR YELL 2009  4  1 23 20  0.000000  1    0.252837000000E-06                     
+AS G32  2009  4  1 23 25  0.000000  1    0.279989629184E-03                     
+AS G24  2009  4  1 23 25  0.000000  1    0.177956983550E-03                     
+AS G25  2009  4  1 23 25  0.000000  1    0.335432909458E-03                     
+AS G26  2009  4  1 23 25  0.000000  1    0.545433965688E-04                     
+AS G27  2009  4  1 23 25  0.000000  1    0.372751252551E-04                     
+AS G30  2009  4  1 23 25  0.000000  1    0.136363280274E-03                     
+AS G03  2009  4  1 23 25  0.000000  1    0.373687119635E-03                     
+AS G04  2009  4  1 23 25  0.000000  1   -0.353051950893E-04                     
+AS G06  2009  4  1 23 25  0.000000  1    0.609539306202E-04                     
+AS G08  2009  4  1 23 25  0.000000  1   -0.196605493259E-03                     
+AS G09  2009  4  1 23 25  0.000000  1    0.485363637848E-04                     
+AS G10  2009  4  1 23 25  0.000000  1   -0.136484276010E-04                     
+AS G14  2009  4  1 23 25  0.000000  1   -0.132160498001E-03                     
+AS G13  2009  4  1 23 25  0.000000  1    0.293309067062E-03                     
+AS G28  2009  4  1 23 25  0.000000  1   -0.238399154161E-04                     
+AS G21  2009  4  1 23 25  0.000000  1    0.214454988016E-04                     
+AS G11  2009  4  1 23 25  0.000000  1    0.269895005075E-05                     
+AS G22  2009  4  1 23 25  0.000000  1    0.202399498583E-03                     
+AS G20  2009  4  1 23 25  0.000000  1    0.865160317456E-04                     
+AS G18  2009  4  1 23 25  0.000000  1   -0.693797901490E-04                     
+AS G16  2009  4  1 23 25  0.000000  1    0.628734648230E-04                     
+AS G19  2009  4  1 23 25  0.000000  1    0.293213179687E-04                     
+AS G23  2009  4  1 23 25  0.000000  1    0.389004866111E-03                     
+AS G02  2009  4  1 23 25  0.000000  1    0.153911500451E-03                     
+AS G31  2009  4  1 23 25  0.000000  1   -0.565179187166E-04                     
+AS G17  2009  4  1 23 25  0.000000  1    0.525057401134E-04                     
+AS G12  2009  4  1 23 25  0.000000  1   -0.299338462379E-03                     
+AS G15  2009  4  1 23 25  0.000000  1   -0.276196122004E-03                     
+AS G29  2009  4  1 23 25  0.000000  1    0.502376004682E-05                     
+AS G07  2009  4  1 23 25  0.000000  1    0.209594232325E-04                     
+AS R02  2009  4  1 23 25  0.000000  1    0.205222236557E-04                     
+AS R03  2009  4  1 23 25  0.000000  1   -0.344088372293E-04                     
+AS R04  2009  4  1 23 25  0.000000  1    0.635095857289E-04                     
+AS R06  2009  4  1 23 25  0.000000  1   -0.169274659270E-03                     
+AS R07  2009  4  1 23 25  0.000000  1   -0.891000099001E-04                     
+AS R08  2009  4  1 23 25  0.000000  1   -0.101961310515E-03                     
+AS R10  2009  4  1 23 25  0.000000  1   -0.140813709381E-03                     
+AS R11  2009  4  1 23 25  0.000000  1   -0.926697454498E-04                     
+AS R13  2009  4  1 23 25  0.000000  1   -0.230689354870E-03                     
+AS R14  2009  4  1 23 25  0.000000  1   -0.794912346157E-04                     
+AS R15  2009  4  1 23 25  0.000000  1    0.921658487986E-04                     
+AS R17  2009  4  1 23 25  0.000000  1   -0.261308308521E-03                     
+AS R18  2009  4  1 23 25  0.000000  1   -0.136391326949E-05                     
+AS R19  2009  4  1 23 25  0.000000  1   -0.894672979864E-04                     
+AS R20  2009  4  1 23 25  0.000000  1   -0.650184395116E-04                     
+AS R21  2009  4  1 23 25  0.000000  1   -0.143396171338E-03                     
+AS R22  2009  4  1 23 25  0.000000  1   -0.201692273050E-03                     
+AS R23  2009  4  1 23 25  0.000000  1   -0.200082808144E-03                     
+AR ALGO 2009  4  1 23 25  0.000000  1    0.813579956826E-04                     
+AR ALIC 2009  4  1 23 25  0.000000  1    0.117477876684E-07                     
+AR AMC2 2009  4  1 23 25  0.000000  1    0.280606769713E-08                     
+AR ANKR 2009  4  1 23 25  0.000000  1   -0.322274363073E-03                     
+AR ARTU 2009  4  1 23 25  0.000000  1   -0.605480590350E-07                     
+AR ASPA 2009  4  1 23 25  0.000000  1    0.920208330042E-08                     
+AR BHR1 2009  4  1 23 25  0.000000  1    0.563383808127E-03                     
+AR BARH 2009  4  1 23 25  0.000000  1    0.910067581959E-09                     
+AR BJFS 2009  4  1 23 25  0.000000  1   -0.432193269129E-07                     
+AR BOGT 2009  4  1 23 25  0.000000  1   -0.697102356753E-07                     
+AR CAS1 2009  4  1 23 25  0.000000  1    0.622514780922E-08                     
+AR CHAT 2009  4  1 23 25  0.000000  1   -0.477704366288E-07                     
+AR CHPI 2009  4  1 23 25  0.000000  1   -0.439002188606E-07                     
+AR COCO 2009  4  1 23 25  0.000000  1    0.227651602471E-03                     
+AR CONZ 2009  4  1 23 25  0.000000  1   -0.332168318031E-03                     
+AR CRAR 2009  4  1 23 25  0.000000  1    0.483861638610E-03                     
+AR CRO1 2009  4  1 23 25  0.000000  1    0.665109811646E-03                     
+AR DAEJ 2009  4  1 23 25  0.000000  1   -0.196492267010E-03                     
+AR DARW 2009  4  1 23 25  0.000000  1    0.614300934224E-08                     
+AR DGAR 2009  4  1 23 25  0.000000  1   -0.610224483494E-07                     
+AR DRAO 2009  4  1 23 25  0.000000  1    0.331300408776E-05                     
+AR FAA1 2009  4  1 23 25  0.000000  1   -0.308586230368E-08                     
+AR FAIR 2009  4  1 23 25  0.000000  1   -0.622890471613E-07                     
+AR GLPS 2009  4  1 23 25  0.000000  1   -0.800350232763E-07                     
+AR GUAM 2009  4  1 23 25  0.000000  1   -0.661422623721E-07                     
+AR GUAT 2009  4  1 23 25  0.000000  1    0.105245531712E-07                     
+AR HOB2 2009  4  1 23 25  0.000000  1    0.914346924463E-07                     
+AR HOFN 2009  4  1 23 25  0.000000  1   -0.825604026139E-04                     
+AR HOLM 2009  4  1 23 25  0.000000  1   -0.532326917546E-07                     
+AR HRAO 2009  4  1 23 25  0.000000  1    0.849475999283E-03                     
+AR HYDE 2009  4  1 23 25  0.000000  1    0.595944334057E-09                     
+AR IRKJ 2009  4  1 23 25  0.000000  1    0.163746395093E-03                     
+AR ISPA 2009  4  1 23 25  0.000000  1   -0.733122426506E-07                     
+AR KARR 2009  4  1 23 25  0.000000  1   -0.435241921736E-07                     
+AR KERG 2009  4  1 23 25  0.000000  1    0.817494605139E-03                     
+AR KHAJ 2009  4  1 23 25  0.000000  1   -0.150693365669E-05                     
+AR KIR0 2009  4  1 23 25  0.000000  1    0.282194843765E-03                     
+AR KIRU 2009  4  1 23 25  0.000000  1    0.591364408128E-03                     
+AR KIT3 2009  4  1 23 25  0.000000  1   -0.979973216820E-08                     
+AR KOUR 2009  4  1 23 25  0.000000  1    0.125016484236E-03                     
+AR KUNM 2009  4  1 23 25  0.000000  1    0.816438032666E-08                     
+AR LHAZ 2009  4  1 23 25  0.000000  1    0.445741868011E-03                     
+AR MAL2 2009  4  1 23 25  0.000000  1   -0.210092983721E-08                     
+AR MAS1 2009  4  1 23 25  0.000000  1   -0.101610153458E-03                     
+AR MCIL 2009  4  1 23 25  0.000000  1    0.286945427275E-07                     
+AR MCM4 2009  4  1 23 25  0.000000  1   -0.595191530010E-07                     
+AR MDO1 2009  4  1 23 25  0.000000  1   -0.495846470199E-07                     
+AR MDVJ 2009  4  1 23 25  0.000000  1    0.438551958766E-03                     
+AR MKEA 2009  4  1 23 25  0.000000  1   -0.754307477927E-07                     
+AR NANO 2009  4  1 23 25  0.000000  1    0.678558162877E-08                     
+AR NLIB 2009  4  1 23 25  0.000000  1   -0.118044020032E-06                     
+AR NNOR 2009  4  1 23 25  0.000000  1    0.365801375123E-03                     
+AR NRC1 2009  4  1 23 25  0.000000  1   -0.448230614349E-05                     
+AR NRIL 2009  4  1 23 25  0.000000  1   -0.468861672093E-07                     
+AR NRMD 2009  4  1 23 25  0.000000  1    0.239109459329E-07                     
+AR NTUS 2009  4  1 23 25  0.000000  1   -0.376159327174E-08                     
+AR NYAL 2009  4  1 23 25  0.000000  1    0.959838656115E-07                     
+AR OHI3 2009  4  1 23 25  0.000000  1    0.112048632518E-03                     
+AR ONSA 2009  4  1 23 25  0.000000  1   -0.324840694343E-04                     
+AR PDEL 2009  4  1 23 25  0.000000  1   -0.344814613047E-08                     
+AR PERT 2009  4  1 23 25  0.000000  1   -0.556292341482E-07                     
+AR PETP 2009  4  1 23 25  0.000000  1   -0.600358970327E-07                     
+AR PIMO 2009  4  1 23 25  0.000000  1   -0.530564517989E-07                     
+AR QAQ1 2009  4  1 23 25  0.000000  1   -0.612724295283E-07                     
+AR QUIN 2009  4  1 23 25  0.000000  1   -0.610944728736E-07                     
+AR RABT 2009  4  1 23 25  0.000000  1   -0.472811939383E-07                     
+AR RAMO 2009  4  1 23 25  0.000000  1   -0.913093862547E-07                     
+AR RCMN 2009  4  1 23 25  0.000000  1    0.116065836862E-07                     
+AR REDU 2009  4  1 23 25  0.000000  1   -0.418214525992E-07                     
+AR REUN 2009  4  1 23 25  0.000000  1    0.203693627840E-07                     
+AR REYK 2009  4  1 23 25  0.000000  1   -0.312238139717E-03                     
+AR SCH2 2009  4  1 23 25  0.000000  1    0.191228971262E-03                     
+AR SCUB 2009  4  1 23 25  0.000000  1   -0.654583041805E-07                     
+AR STJO 2009  4  1 23 25  0.000000  1   -0.708122784325E-05                     
+AR SYDN 2009  4  1 23 25  0.000000  1    0.141179442427E-05                     
+AR SYOG 2009  4  1 23 25  0.000000  1    0.140167991630E-04                     
+AR THU2 2009  4  1 23 25  0.000000  1    0.195924770942E-03                     
+AR TOW2 2009  4  1 23 25  0.000000  1   -0.263299714930E-08                     
+AR URUM 2009  4  1 23 25  0.000000  1    0.435836882031E-03                     
+AR VESL 2009  4  1 23 25  0.000000  1   -0.368977546322E-03                     
+AR VILL 2009  4  1 23 25  0.000000  1   -0.510146663888E-07                     
+AR WTZR 2009  4  1 23 25  0.000000  1    0.473588695034E-07                     
+AR WUHN 2009  4  1 23 25  0.000000  1   -0.517573552811E-07                     
+AR YSSK 2009  4  1 23 25  0.000000  1   -0.603681911649E-07                     
+AR ZIM2 2009  4  1 23 25  0.000000  1    0.327996680258E-07                     
+AR XMIS 2009  4  1 23 25  0.000000  1    0.277674845193E-08                     
+AR GODZ 2009  4  1 23 25  0.000000  1   -0.469116900223E-03                     
+AR MTKA 2009  4  1 23 25  0.000000  1   -0.722245185103E-07                     
+AR TIXJ 2009  4  1 23 25  0.000000  1   -0.231850227965E-03                     
+AR UNBJ 2009  4  1 23 25  0.000000  1   -0.182623755081E-03                     
+AR NOVM 2009  4  1 23 25  0.000000  1    0.798331324005E-04                     
+AR SUNM 2009  4  1 23 25  0.000000  1   -0.118389054614E-03                     
+AR CEBR 2009  4  1 23 25  0.000000  1    0.719432534323E-03                     
+AR CPXF 2009  4  1 23 25  0.000000  1    0.865035634467E-08                     
+AR IDDR 2009  4  1 23 25  0.000000  1    0.114726352073E-07                     
+AR AZGB 2009  4  1 23 25  0.000000  1    0.179667550872E-03                     
+AR TN22 2009  4  1 23 25  0.000000  1    0.302185431218E-05                     
+AR ETAD 2009  4  1 23 25  0.000000  1    0.308395910969E-07                     
+AR ILHA 2009  4  1 23 25  0.000000  1    0.630220577069E-08                     
+AR POVE 2009  4  1 23 25  0.000000  1   -0.672857471432E-08                     
+AR RECF 2009  4  1 23 25  0.000000  1    0.146788356819E-07                     
+AR SALU 2009  4  1 23 25  0.000000  1    0.271517897229E-07                     
+AR SAVO 2009  4  1 23 25  0.000000  1    0.139420200426E-07                     
+AR UFPR 2009  4  1 23 25  0.000000  1    0.252813457542E-07                     
+AR YELL 2009  4  1 23 25  0.000000  1    0.252907000000E-06                     
+AS G32  2009  4  1 23 30  0.000000  1    0.279988352324E-03                     
+AS G24  2009  4  1 23 30  0.000000  1    0.177958162261E-03                     
+AS G25  2009  4  1 23 30  0.000000  1    0.335439501296E-03                     
+AS G26  2009  4  1 23 30  0.000000  1    0.545440687457E-04                     
+AS G27  2009  4  1 23 30  0.000000  1    0.372756021445E-04                     
+AS G30  2009  4  1 23 30  0.000000  1    0.136364023864E-03                     
+AS G03  2009  4  1 23 30  0.000000  1    0.373688829275E-03                     
+AS G04  2009  4  1 23 30  0.000000  1   -0.353097445626E-04                     
+AS G06  2009  4  1 23 30  0.000000  1    0.609593699886E-04                     
+AS G08  2009  4  1 23 30  0.000000  1   -0.196606421011E-03                     
+AS G09  2009  4  1 23 30  0.000000  1    0.485375275315E-04                     
+AS G10  2009  4  1 23 30  0.000000  1   -0.136485549877E-04                     
+AS G14  2009  4  1 23 30  0.000000  1   -0.132158690024E-03                     
+AS G13  2009  4  1 23 30  0.000000  1    0.293309721897E-03                     
+AS G28  2009  4  1 23 30  0.000000  1   -0.238398421367E-04                     
+AS G21  2009  4  1 23 30  0.000000  1    0.214448222484E-04                     
+AS G11  2009  4  1 23 30  0.000000  1    0.269866686979E-05                     
+AS G22  2009  4  1 23 30  0.000000  1    0.202398628765E-03                     
+AS G20  2009  4  1 23 30  0.000000  1    0.865156262895E-04                     
+AS G18  2009  4  1 23 30  0.000000  1   -0.693784177989E-04                     
+AS G16  2009  4  1 23 30  0.000000  1    0.628724464282E-04                     
+AS G19  2009  4  1 23 30  0.000000  1    0.293210376394E-04                     
+AS G23  2009  4  1 23 30  0.000000  1    0.389004701909E-03                     
+AS G02  2009  4  1 23 30  0.000000  1    0.153911030465E-03                     
+AS G31  2009  4  1 23 30  0.000000  1   -0.565181396967E-04                     
+AS G17  2009  4  1 23 30  0.000000  1    0.525061999529E-04                     
+AS G12  2009  4  1 23 30  0.000000  1   -0.299337033193E-03                     
+AS G15  2009  4  1 23 30  0.000000  1   -0.276197221486E-03                     
+AS G29  2009  4  1 23 30  0.000000  1    0.502493577713E-05                     
+AS G07  2009  4  1 23 30  0.000000  1    0.209593553825E-04                     
+AS R02  2009  4  1 23 30  0.000000  1    0.205213688744E-04                     
+AS R03  2009  4  1 23 30  0.000000  1   -0.344085278354E-04                     
+AS R04  2009  4  1 23 30  0.000000  1    0.635067094631E-04                     
+AS R06  2009  4  1 23 30  0.000000  1   -0.169275739258E-03                     
+AS R07  2009  4  1 23 30  0.000000  1   -0.890992585875E-04                     
+AS R08  2009  4  1 23 30  0.000000  1   -0.101960867922E-03                     
+AS R10  2009  4  1 23 30  0.000000  1   -0.140813812033E-03                     
+AS R11  2009  4  1 23 30  0.000000  1   -0.926701641530E-04                     
+AS R13  2009  4  1 23 30  0.000000  1   -0.230689729013E-03                     
+AS R14  2009  4  1 23 30  0.000000  1   -0.794900914978E-04                     
+AS R15  2009  4  1 23 30  0.000000  1    0.921660790485E-04                     
+AS R17  2009  4  1 23 30  0.000000  1   -0.261308790134E-03                     
+AS R18  2009  4  1 23 30  0.000000  1   -0.136378442226E-05                     
+AS R19  2009  4  1 23 30  0.000000  1   -0.894676082622E-04                     
+AS R20  2009  4  1 23 30  0.000000  1   -0.650181768691E-04                     
+AS R21  2009  4  1 23 30  0.000000  1   -0.143396372245E-03                     
+AS R22  2009  4  1 23 30  0.000000  1   -0.201693156905E-03                     
+AS R23  2009  4  1 23 30  0.000000  1   -0.200080707378E-03                     
+AR ALGO 2009  4  1 23 30  0.000000  1    0.813622870790E-04                     
+AR ALIC 2009  4  1 23 30  0.000000  1    0.112668556338E-07                     
+AR AMC2 2009  4  1 23 30  0.000000  1    0.280733861692E-08                     
+AR ANKR 2009  4  1 23 30  0.000000  1   -0.260135316022E-03                     
+AR ARTU 2009  4  1 23 30  0.000000  1   -0.626457819823E-07                     
+AR ASPA 2009  4  1 23 30  0.000000  1    0.144553766525E-07                     
+AR BHR1 2009  4  1 23 30  0.000000  1    0.563383683699E-03                     
+AR BARH 2009  4  1 23 30  0.000000  1   -0.595030504206E-09                     
+AR BJFS 2009  4  1 23 30  0.000000  1   -0.415156262807E-07                     
+AR BOGT 2009  4  1 23 30  0.000000  1   -0.683362146942E-07                     
+AR CAS1 2009  4  1 23 30  0.000000  1    0.636569662525E-08                     
+AR CHAT 2009  4  1 23 30  0.000000  1   -0.484314415843E-07                     
+AR CHPI 2009  4  1 23 30  0.000000  1   -0.359087540045E-07                     
+AR COCO 2009  4  1 23 30  0.000000  1    0.227651592055E-03                     
+AR CONZ 2009  4  1 23 30  0.000000  1   -0.472407999602E-03                     
+AR CRAR 2009  4  1 23 30  0.000000  1    0.459209230556E-03                     
+AR CRO1 2009  4  1 23 30  0.000000  1    0.665109807324E-03                     
+AR DAEJ 2009  4  1 23 30  0.000000  1   -0.196492719439E-03                     
+AR DARW 2009  4  1 23 30  0.000000  1   -0.188268623171E-08                     
+AR DGAR 2009  4  1 23 30  0.000000  1   -0.598738894548E-07                     
+AR DRAO 2009  4  1 23 30  0.000000  1    0.334958288768E-05                     
+AR FAA1 2009  4  1 23 30  0.000000  1   -0.360535464751E-08                     
+AR FAIR 2009  4  1 23 30  0.000000  1   -0.648475590533E-07                     
+AR GLPS 2009  4  1 23 30  0.000000  1   -0.793653179041E-07                     
+AR GUAM 2009  4  1 23 30  0.000000  1   -0.676483770317E-07                     
+AR GUAT 2009  4  1 23 30  0.000000  1    0.115596137486E-07                     
+AR HOB2 2009  4  1 23 30  0.000000  1    0.914580322421E-07                     
+AR HOFN 2009  4  1 23 30  0.000000  1   -0.603744918181E-05                     
+AR HOLM 2009  4  1 23 30  0.000000  1   -0.583117108001E-07                     
+AR HRAO 2009  4  1 23 30  0.000000  1    0.849476071517E-03                     
+AR HYDE 2009  4  1 23 30  0.000000  1    0.445179331854E-08                     
+AR IRKJ 2009  4  1 23 30  0.000000  1    0.163746391026E-03                     
+AR ISPA 2009  4  1 23 30  0.000000  1   -0.738829512174E-07                     
+AR KARR 2009  4  1 23 30  0.000000  1   -0.501363159436E-07                     
+AR KERG 2009  4  1 23 30  0.000000  1    0.817494458210E-03                     
+AR KHAJ 2009  4  1 23 30  0.000000  1   -0.150692974923E-05                     
+AR KIR0 2009  4  1 23 30  0.000000  1    0.282188185867E-03                     
+AR KIRU 2009  4  1 23 30  0.000000  1    0.591364136261E-03                     
+AR KIT3 2009  4  1 23 30  0.000000  1   -0.892052381784E-08                     
+AR KOUR 2009  4  1 23 30  0.000000  1    0.125016496075E-03                     
+AR KUNM 2009  4  1 23 30  0.000000  1   -0.881834554486E-08                     
+AR LHAZ 2009  4  1 23 30  0.000000  1    0.472197617087E-03                     
+AR MAL2 2009  4  1 23 30  0.000000  1   -0.461604346975E-08                     
+AR MAS1 2009  4  1 23 30  0.000000  1   -0.101610546560E-03                     
+AR MCIL 2009  4  1 23 30  0.000000  1    0.299446941792E-07                     
+AR MCM4 2009  4  1 23 30  0.000000  1   -0.549867584546E-07                     
+AR MDO1 2009  4  1 23 30  0.000000  1   -0.498874528272E-07                     
+AR MDVJ 2009  4  1 23 30  0.000000  1    0.438551961046E-03                     
+AR MKEA 2009  4  1 23 30  0.000000  1   -0.751528446218E-07                     
+AR NANO 2009  4  1 23 30  0.000000  1    0.543995363735E-08                     
+AR NLIB 2009  4  1 23 30  0.000000  1   -0.118203500800E-06                     
+AR NNOR 2009  4  1 23 30  0.000000  1    0.365801062620E-03                     
+AR NRC1 2009  4  1 23 30  0.000000  1   -0.448229116302E-05                     
+AR NRIL 2009  4  1 23 30  0.000000  1   -0.467181954897E-07                     
+AR NRMD 2009  4  1 23 30  0.000000  1    0.182121189013E-07                     
+AR NTUS 2009  4  1 23 30  0.000000  1   -0.230024227769E-08                     
+AR NYAL 2009  4  1 23 30  0.000000  1    0.960014610381E-07                     
+AR OHI3 2009  4  1 23 30  0.000000  1    0.219525252408E-03                     
+AR ONSA 2009  4  1 23 30  0.000000  1   -0.324841214938E-04                     
+AR PDEL 2009  4  1 23 30  0.000000  1   -0.377490482829E-08                     
+AR PERT 2009  4  1 23 30  0.000000  1   -0.573749050202E-07                     
+AR PETP 2009  4  1 23 30  0.000000  1   -0.607449681692E-07                     
+AR PIMO 2009  4  1 23 30  0.000000  1   -0.529378532310E-07                     
+AR QAQ1 2009  4  1 23 30  0.000000  1   -0.609181517715E-07                     
+AR QUIN 2009  4  1 23 30  0.000000  1   -0.500265733710E-07                     
+AR RABT 2009  4  1 23 30  0.000000  1   -0.446319208434E-07                     
+AR RAMO 2009  4  1 23 30  0.000000  1   -0.693457862998E-07                     
+AR RCMN 2009  4  1 23 30  0.000000  1    0.123947692664E-07                     
+AR REDU 2009  4  1 23 30  0.000000  1   -0.420318133362E-07                     
+AR REUN 2009  4  1 23 30  0.000000  1    0.239327672427E-07                     
+AR REYK 2009  4  1 23 30  0.000000  1   -0.315112815557E-03                     
+AR SCH2 2009  4  1 23 30  0.000000  1    0.191244596103E-03                     
+AR SCUB 2009  4  1 23 30  0.000000  1   -0.662825736141E-07                     
+AR STJO 2009  4  1 23 30  0.000000  1   -0.708152181185E-05                     
+AR SYDN 2009  4  1 23 30  0.000000  1    0.141183108558E-05                     
+AR SYOG 2009  4  1 23 30  0.000000  1    0.140168025383E-04                     
+AR THU2 2009  4  1 23 30  0.000000  1    0.193922474128E-03                     
+AR TOW2 2009  4  1 23 30  0.000000  1   -0.344542904083E-08                     
+AR URUM 2009  4  1 23 30  0.000000  1    0.365977924568E-03                     
+AR VESL 2009  4  1 23 30  0.000000  1   -0.333142094830E-03                     
+AR VILL 2009  4  1 23 30  0.000000  1   -0.504558224574E-07                     
+AR WTZR 2009  4  1 23 30  0.000000  1    0.473833151364E-07                     
+AR WUHN 2009  4  1 23 30  0.000000  1   -0.504084832306E-07                     
+AR YSSK 2009  4  1 23 30  0.000000  1   -0.625910064090E-07                     
+AR ZIM2 2009  4  1 23 30  0.000000  1    0.333801731600E-07                     
+AR XMIS 2009  4  1 23 30  0.000000  1    0.152856056375E-08                     
+AR GODZ 2009  4  1 23 30  0.000000  1   -0.469116865020E-03                     
+AR MTKA 2009  4  1 23 30  0.000000  1   -0.728136784729E-07                     
+AR TIXJ 2009  4  1 23 30  0.000000  1   -0.234507982467E-03                     
+AR UNBJ 2009  4  1 23 30  0.000000  1   -0.255217962217E-03                     
+AR NOVM 2009  4  1 23 30  0.000000  1    0.798331265688E-04                     
+AR SUNM 2009  4  1 23 30  0.000000  1   -0.276336433768E-03                     
+AR CEBR 2009  4  1 23 30  0.000000  1    0.719432535691E-03                     
+AR CPXF 2009  4  1 23 30  0.000000  1    0.867891346647E-08                     
+AR IDDR 2009  4  1 23 30  0.000000  1    0.121262694388E-07                     
+AR AZGB 2009  4  1 23 30  0.000000  1    0.406057753138E-04                     
+AR TN22 2009  4  1 23 30  0.000000  1   -0.691413299904E-04                     
+AR ETAD 2009  4  1 23 30  0.000000  1    0.278007673943E-07                     
+AR ILHA 2009  4  1 23 30  0.000000  1    0.582326749772E-08                     
+AR POVE 2009  4  1 23 30  0.000000  1   -0.451839663330E-08                     
+AR RECF 2009  4  1 23 30  0.000000  1    0.155805222824E-07                     
+AR SALU 2009  4  1 23 30  0.000000  1    0.137536079106E-07                     
+AR SAVO 2009  4  1 23 30  0.000000  1    0.131022792707E-07                     
+AR UFPR 2009  4  1 23 30  0.000000  1    0.236651831968E-07                     
+AR YELL 2009  4  1 23 30  0.000000  1    0.252977000000E-06                     
+AS G32  2009  4  1 23 35  0.000000  1    0.279986980038E-03                     
+AS G24  2009  4  1 23 35  0.000000  1    0.177959422146E-03                     
+AS G25  2009  4  1 23 35  0.000000  1    0.335446084183E-03                     
+AS G26  2009  4  1 23 35  0.000000  1    0.545448578045E-04                     
+AS G27  2009  4  1 23 35  0.000000  1    0.372771799141E-04                     
+AS G30  2009  4  1 23 35  0.000000  1    0.136364512303E-03                     
+AS G03  2009  4  1 23 35  0.000000  1    0.373690385282E-03                     
+AS G04  2009  4  1 23 35  0.000000  1   -0.353140011950E-04                     
+AS G06  2009  4  1 23 35  0.000000  1    0.609647106214E-04                     
+AS G08  2009  4  1 23 35  0.000000  1   -0.196606552771E-03                     
+AS G09  2009  4  1 23 35  0.000000  1    0.485382962987E-04                     
+AS G10  2009  4  1 23 35  0.000000  1   -0.136494068554E-04                     
+AS G14  2009  4  1 23 35  0.000000  1   -0.132157003797E-03                     
+AS G13  2009  4  1 23 35  0.000000  1    0.293309725041E-03                     
+AS G28  2009  4  1 23 35  0.000000  1   -0.238399003115E-04                     
+AS G21  2009  4  1 23 35  0.000000  1    0.214444140587E-04                     
+AS G11  2009  4  1 23 35  0.000000  1    0.269808776869E-05                     
+AS G22  2009  4  1 23 35  0.000000  1    0.202398390863E-03                     
+AS G20  2009  4  1 23 35  0.000000  1    0.865152955841E-04                     
+AS G18  2009  4  1 23 35  0.000000  1   -0.693775269486E-04                     
+AS G16  2009  4  1 23 35  0.000000  1    0.628713629869E-04                     
+AS G19  2009  4  1 23 35  0.000000  1    0.293209278495E-04                     
+AS G23  2009  4  1 23 35  0.000000  1    0.389005019863E-03                     
+AS G02  2009  4  1 23 35  0.000000  1    0.153911098824E-03                     
+AS G31  2009  4  1 23 35  0.000000  1   -0.565184711577E-04                     
+AS G17  2009  4  1 23 35  0.000000  1    0.525068480213E-04                     
+AS G12  2009  4  1 23 35  0.000000  1   -0.299335790608E-03                     
+AS G15  2009  4  1 23 35  0.000000  1   -0.276198211368E-03                     
+AS G29  2009  4  1 23 35  0.000000  1    0.502607566996E-05                     
+AS G07  2009  4  1 23 35  0.000000  1    0.209591083061E-04                     
+AS R02  2009  4  1 23 35  0.000000  1    0.205202299390E-04                     
+AS R03  2009  4  1 23 35  0.000000  1   -0.344095490392E-04                     
+AS R04  2009  4  1 23 35  0.000000  1    0.635034547900E-04                     
+AS R06  2009  4  1 23 35  0.000000  1   -0.169274963568E-03                     
+AS R07  2009  4  1 23 35  0.000000  1   -0.890983563419E-04                     
+AS R08  2009  4  1 23 35  0.000000  1   -0.101960677313E-03                     
+AS R10  2009  4  1 23 35  0.000000  1   -0.140813999829E-03                     
+AS R11  2009  4  1 23 35  0.000000  1   -0.926703691558E-04                     
+AS R13  2009  4  1 23 35  0.000000  1   -0.230690013639E-03                     
+AS R14  2009  4  1 23 35  0.000000  1   -0.794896491993E-04                     
+AS R15  2009  4  1 23 35  0.000000  1    0.921662021685E-04                     
+AS R17  2009  4  1 23 35  0.000000  1   -0.261309437182E-03                     
+AS R18  2009  4  1 23 35  0.000000  1   -0.136397745100E-05                     
+AS R19  2009  4  1 23 35  0.000000  1   -0.894677263817E-04                     
+AS R20  2009  4  1 23 35  0.000000  1   -0.650182760881E-04                     
+AS R21  2009  4  1 23 35  0.000000  1   -0.143396749217E-03                     
+AS R22  2009  4  1 23 35  0.000000  1   -0.201693979727E-03                     
+AS R23  2009  4  1 23 35  0.000000  1   -0.200078994279E-03                     
+AR ALGO 2009  4  1 23 35  0.000000  1    0.813661808830E-04                     
+AR ALIC 2009  4  1 23 35  0.000000  1    0.127483565943E-07                     
+AR AMC2 2009  4  1 23 35  0.000000  1    0.281467173065E-08                     
+AR ANKR 2009  4  1 23 35  0.000000  1   -0.197921195245E-03                     
+AR ARTU 2009  4  1 23 35  0.000000  1   -0.701924217013E-07                     
+AR ASPA 2009  4  1 23 35  0.000000  1    0.201256070872E-07                     
+AR BHR1 2009  4  1 23 35  0.000000  1    0.563383766280E-03                     
+AR BARH 2009  4  1 23 35  0.000000  1   -0.583649418267E-09                     
+AR BJFS 2009  4  1 23 35  0.000000  1   -0.426753229094E-07                     
+AR BOGT 2009  4  1 23 35  0.000000  1   -0.672789010317E-07                     
+AR CAS1 2009  4  1 23 35  0.000000  1    0.614329850414E-08                     
+AR CHAT 2009  4  1 23 35  0.000000  1   -0.496224046616E-07                     
+AR CHPI 2009  4  1 23 35  0.000000  1   -0.342414540838E-07                     
+AR COCO 2009  4  1 23 35  0.000000  1    0.227651509945E-03                     
+AR CONZ 2009  4  1 23 35  0.000000  1    0.387312484693E-03                     
+AR CRAR 2009  4  1 23 35  0.000000  1    0.434557982174E-03                     
+AR CRO1 2009  4  1 23 35  0.000000  1    0.665109858682E-03                     
+AR DAEJ 2009  4  1 23 35  0.000000  1   -0.196491464722E-03                     
+AR DARW 2009  4  1 23 35  0.000000  1    0.200352615651E-10                     
+AR DGAR 2009  4  1 23 35  0.000000  1   -0.559595544333E-07                     
+AR DRAO 2009  4  1 23 35  0.000000  1    0.338610874014E-05                     
+AR FAA1 2009  4  1 23 35  0.000000  1   -0.540628941550E-08                     
+AR FAIR 2009  4  1 23 35  0.000000  1   -0.616131507354E-07                     
+AR GLPS 2009  4  1 23 35  0.000000  1   -0.795412270150E-07                     
+AR GUAM 2009  4  1 23 35  0.000000  1   -0.691424737064E-07                     
+AR GUAT 2009  4  1 23 35  0.000000  1    0.111247809402E-07                     
+AR HOB2 2009  4  1 23 35  0.000000  1    0.914817991212E-07                     
+AR HOFN 2009  4  1 23 35  0.000000  1    0.704905948356E-04                     
+AR HOLM 2009  4  1 23 35  0.000000  1   -0.581235476601E-07                     
+AR HRAO 2009  4  1 23 35  0.000000  1    0.849476152743E-03                     
+AR HYDE 2009  4  1 23 35  0.000000  1    0.546462067184E-08                     
+AR IRKJ 2009  4  1 23 35  0.000000  1    0.163746398740E-03                     
+AR ISPA 2009  4  1 23 35  0.000000  1   -0.747191104520E-07                     
+AR KARR 2009  4  1 23 35  0.000000  1   -0.506721291195E-07                     
+AR KERG 2009  4  1 23 35  0.000000  1    0.817494269253E-03                     
+AR KHAJ 2009  4  1 23 35  0.000000  1   -0.150691614297E-05                     
+AR KIR0 2009  4  1 23 35  0.000000  1    0.282181533337E-03                     
+AR KIRU 2009  4  1 23 35  0.000000  1    0.591364156455E-03                     
+AR KIT3 2009  4  1 23 35  0.000000  1    0.103296183547E-07                     
+AR KOUR 2009  4  1 23 35  0.000000  1    0.125016501228E-03                     
+AR KUNM 2009  4  1 23 35  0.000000  1    0.339476021981E-07                     
+AR LHAZ 2009  4  1 23 35  0.000000  1    0.498733133813E-03                     
+AR MAL2 2009  4  1 23 35  0.000000  1   -0.523716099007E-08                     
+AR MAS1 2009  4  1 23 35  0.000000  1   -0.101610759192E-03                     
+AR MCIL 2009  4  1 23 35  0.000000  1    0.303843400508E-07                     
+AR MCM4 2009  4  1 23 35  0.000000  1   -0.558348439025E-07                     
+AR MDO1 2009  4  1 23 35  0.000000  1   -0.496912468299E-07                     
+AR MDVJ 2009  4  1 23 35  0.000000  1    0.438551961967E-03                     
+AR MKEA 2009  4  1 23 35  0.000000  1   -0.739820856044E-07                     
+AR NANO 2009  4  1 23 35  0.000000  1    0.455863779719E-08                     
+AR NLIB 2009  4  1 23 35  0.000000  1   -0.118338445097E-06                     
+AR NNOR 2009  4  1 23 35  0.000000  1    0.365801679747E-03                     
+AR NRC1 2009  4  1 23 35  0.000000  1   -0.448226113264E-05                     
+AR NRIL 2009  4  1 23 35  0.000000  1   -0.447902977015E-07                     
+AR NRMD 2009  4  1 23 35  0.000000  1    0.199619520649E-07                     
+AR NTUS 2009  4  1 23 35  0.000000  1    0.791041443029E-09                     
+AR NYAL 2009  4  1 23 35  0.000000  1    0.960286839562E-07                     
+AR OHI3 2009  4  1 23 35  0.000000  1    0.327467280010E-03                     
+AR ONSA 2009  4  1 23 35  0.000000  1   -0.324841645953E-04                     
+AR PDEL 2009  4  1 23 35  0.000000  1   -0.347008946787E-08                     
+AR PERT 2009  4  1 23 35  0.000000  1   -0.519207984584E-07                     
+AR PETP 2009  4  1 23 35  0.000000  1   -0.603078336951E-07                     
+AR PIMO 2009  4  1 23 35  0.000000  1   -0.538791712050E-07                     
+AR QAQ1 2009  4  1 23 35  0.000000  1   -0.602139050360E-07                     
+AR QUIN 2009  4  1 23 35  0.000000  1   -0.508481733010E-07                     
+AR RABT 2009  4  1 23 35  0.000000  1   -0.431537418694E-07                     
+AR RAMO 2009  4  1 23 35  0.000000  1   -0.519558251789E-07                     
+AR RCMN 2009  4  1 23 35  0.000000  1    0.100096506821E-07                     
+AR REDU 2009  4  1 23 35  0.000000  1   -0.426017780893E-07                     
+AR REUN 2009  4  1 23 35  0.000000  1    0.234535666924E-07                     
+AR REYK 2009  4  1 23 35  0.000000  1   -0.318010295665E-03                     
+AR SCH2 2009  4  1 23 35  0.000000  1    0.191259928770E-03                     
+AR SCUB 2009  4  1 23 35  0.000000  1   -0.707909192012E-07                     
+AR STJO 2009  4  1 23 35  0.000000  1   -0.708181752221E-05                     
+AR SYDN 2009  4  1 23 35  0.000000  1    0.141178563454E-05                     
+AR SYOG 2009  4  1 23 35  0.000000  1    0.140167630490E-04                     
+AR THU2 2009  4  1 23 35  0.000000  1    0.191920263072E-03                     
+AR TOW2 2009  4  1 23 35  0.000000  1   -0.273388165492E-08                     
+AR URUM 2009  4  1 23 35  0.000000  1    0.296190678572E-03                     
+AR VESL 2009  4  1 23 35  0.000000  1   -0.297277688890E-03                     
+AR VILL 2009  4  1 23 35  0.000000  1   -0.498262002417E-07                     
+AR WTZR 2009  4  1 23 35  0.000000  1    0.473959408831E-07                     
+AR WUHN 2009  4  1 23 35  0.000000  1   -0.508681956633E-07                     
+AR YSSK 2009  4  1 23 35  0.000000  1   -0.623424895391E-07                     
+AR ZIM2 2009  4  1 23 35  0.000000  1    0.335462017771E-07                     
+AR XMIS 2009  4  1 23 35  0.000000  1    0.422989197351E-08                     
+AR GODZ 2009  4  1 23 35  0.000000  1   -0.469116836881E-03                     
+AR MTKA 2009  4  1 23 35  0.000000  1   -0.704149327951E-07                     
+AR TIXJ 2009  4  1 23 35  0.000000  1   -0.237119902745E-03                     
+AR UNBJ 2009  4  1 23 35  0.000000  1   -0.327632276665E-03                     
+AR NOVM 2009  4  1 23 35  0.000000  1    0.798331247040E-04                     
+AR SUNM 2009  4  1 23 35  0.000000  1   -0.433940240416E-03                     
+AR CEBR 2009  4  1 23 35  0.000000  1    0.719432546843E-03                     
+AR CPXF 2009  4  1 23 35  0.000000  1    0.842579604412E-08                     
+AR IDDR 2009  4  1 23 35  0.000000  1    0.121272946695E-07                     
+AR AZGB 2009  4  1 23 35  0.000000  1   -0.983978173534E-04                     
+AR TN22 2009  4  1 23 35  0.000000  1   -0.141284710782E-03                     
+AR ETAD 2009  4  1 23 35  0.000000  1    0.269254223080E-07                     
+AR ILHA 2009  4  1 23 35  0.000000  1    0.729765333834E-08                     
+AR POVE 2009  4  1 23 35  0.000000  1   -0.864559088675E-08                     
+AR RECF 2009  4  1 23 35  0.000000  1    0.175968768377E-07                     
+AR SALU 2009  4  1 23 35  0.000000  1    0.367293570181E-07                     
+AR SAVO 2009  4  1 23 35  0.000000  1    0.137993286104E-07                     
+AR UFPR 2009  4  1 23 35  0.000000  1    0.224720801997E-07                     
+AR YELL 2009  4  1 23 35  0.000000  1    0.253047000000E-06                     
+AS G32  2009  4  1 23 40  0.000000  1    0.279985533825E-03                     
+AS G24  2009  4  1 23 40  0.000000  1    0.177960781656E-03                     
+AS G25  2009  4  1 23 40  0.000000  1    0.335452722433E-03                     
+AS G26  2009  4  1 23 40  0.000000  1    0.545455953236E-04                     
+AS G27  2009  4  1 23 40  0.000000  1    0.372797902065E-04                     
+AS G30  2009  4  1 23 40  0.000000  1    0.136365261321E-03                     
+AS G03  2009  4  1 23 40  0.000000  1    0.373691968493E-03                     
+AS G04  2009  4  1 23 40  0.000000  1   -0.353182896753E-04                     
+AS G06  2009  4  1 23 40  0.000000  1    0.609700166624E-04                     
+AS G08  2009  4  1 23 40  0.000000  1   -0.196607256663E-03                     
+AS G09  2009  4  1 23 40  0.000000  1    0.485393251844E-04                     
+AS G10  2009  4  1 23 40  0.000000  1   -0.136488340714E-04                     
+AS G14  2009  4  1 23 40  0.000000  1   -0.132155366528E-03                     
+AS G13  2009  4  1 23 40  0.000000  1    0.293310185675E-03                     
+AS G28  2009  4  1 23 40  0.000000  1   -0.238399886076E-04                     
+AS G21  2009  4  1 23 40  0.000000  1    0.214437228129E-04                     
+AS G11  2009  4  1 23 40  0.000000  1    0.269776754212E-05                     
+AS G22  2009  4  1 23 40  0.000000  1    0.202398842238E-03                     
+AS G20  2009  4  1 23 40  0.000000  1    0.865151047402E-04                     
+AS G18  2009  4  1 23 40  0.000000  1   -0.693763187186E-04                     
+AS G16  2009  4  1 23 40  0.000000  1    0.628706886738E-04                     
+AS G19  2009  4  1 23 40  0.000000  1    0.293205081787E-04                     
+AS G23  2009  4  1 23 40  0.000000  1    0.389005192715E-03                     
+AS G02  2009  4  1 23 40  0.000000  1    0.153910958407E-03                     
+AS G31  2009  4  1 23 40  0.000000  1   -0.565189700871E-04                     
+AS G17  2009  4  1 23 40  0.000000  1    0.525071686294E-04                     
+AS G12  2009  4  1 23 40  0.000000  1   -0.299334135610E-03                     
+AS G15  2009  4  1 23 40  0.000000  1   -0.276199867091E-03                     
+AS G29  2009  4  1 23 40  0.000000  1    0.502726206958E-05                     
+AS G07  2009  4  1 23 40  0.000000  1    0.209588819511E-04                     
+AS R02  2009  4  1 23 40  0.000000  1    0.205191466590E-04                     
+AS R03  2009  4  1 23 40  0.000000  1   -0.344095505168E-04                     
+AS R04  2009  4  1 23 40  0.000000  1    0.634996128723E-04                     
+AS R06  2009  4  1 23 40  0.000000  1   -0.169276542063E-03                     
+AS R07  2009  4  1 23 40  0.000000  1   -0.890982175772E-04                     
+AS R08  2009  4  1 23 40  0.000000  1   -0.101960345108E-03                     
+AS R10  2009  4  1 23 40  0.000000  1   -0.140813458128E-03                     
+AS R11  2009  4  1 23 40  0.000000  1   -0.926710454083E-04                     
+AS R13  2009  4  1 23 40  0.000000  1   -0.230689885031E-03                     
+AS R14  2009  4  1 23 40  0.000000  1   -0.794885374549E-04                     
+AS R15  2009  4  1 23 40  0.000000  1    0.921651531392E-04                     
+AS R17  2009  4  1 23 40  0.000000  1   -0.261309786814E-03                     
+AS R18  2009  4  1 23 40  0.000000  1   -0.136377153650E-05                     
+AS R19  2009  4  1 23 40  0.000000  1   -0.894677874920E-04                     
+AS R20  2009  4  1 23 40  0.000000  1   -0.650184534366E-04                     
+AS R21  2009  4  1 23 40  0.000000  1   -0.143397392403E-03                     
+AS R22  2009  4  1 23 40  0.000000  1   -0.201694599770E-03                     
+AS R23  2009  4  1 23 40  0.000000  1   -0.200077667038E-03                     
+AR ALGO 2009  4  1 23 40  0.000000  1    0.813705243493E-04                     
+AR ALIC 2009  4  1 23 40  0.000000  1    0.142164356937E-07                     
+AR AMC2 2009  4  1 23 40  0.000000  1    0.283064746893E-08                     
+AR ANKR 2009  4  1 23 40  0.000000  1   -0.135685312381E-03                     
+AR ARTU 2009  4  1 23 40  0.000000  1   -0.671420984686E-07                     
+AR ASPA 2009  4  1 23 40  0.000000  1    0.285045346608E-07                     
+AR BHR1 2009  4  1 23 40  0.000000  1    0.563383781728E-03                     
+AR BARH 2009  4  1 23 40  0.000000  1    0.187276429343E-08                     
+AR BJFS 2009  4  1 23 40  0.000000  1   -0.429743524689E-07                     
+AR BOGT 2009  4  1 23 40  0.000000  1   -0.657571195115E-07                     
+AR CAS1 2009  4  1 23 40  0.000000  1    0.430442176364E-08                     
+AR CHAT 2009  4  1 23 40  0.000000  1   -0.514164750486E-07                     
+AR CHPI 2009  4  1 23 40  0.000000  1   -0.348179665717E-07                     
+AR COCO 2009  4  1 23 40  0.000000  1    0.227651520205E-03                     
+AR CONZ 2009  4  1 23 40  0.000000  1    0.246601124559E-03                     
+AR CRAR 2009  4  1 23 40  0.000000  1    0.409899228473E-03                     
+AR CRO1 2009  4  1 23 40  0.000000  1    0.665109883814E-03                     
+AR DAEJ 2009  4  1 23 40  0.000000  1   -0.196491549331E-03                     
+AR DARW 2009  4  1 23 40  0.000000  1   -0.402632413401E-08                     
+AR DGAR 2009  4  1 23 40  0.000000  1   -0.549455834244E-07                     
+AR DRAO 2009  4  1 23 40  0.000000  1    0.342277468354E-05                     
+AR FAA1 2009  4  1 23 40  0.000000  1   -0.592201539431E-08                     
+AR FAIR 2009  4  1 23 40  0.000000  1   -0.633069443616E-07                     
+AR GLPS 2009  4  1 23 40  0.000000  1   -0.779681813782E-07                     
+AR GUAM 2009  4  1 23 40  0.000000  1   -0.660046728323E-07                     
+AR GUAT 2009  4  1 23 40  0.000000  1    0.119616603892E-07                     
+AR HOB2 2009  4  1 23 40  0.000000  1    0.915047211881E-07                     
+AR HOFN 2009  4  1 23 40  0.000000  1    0.147017296747E-03                     
+AR HOLM 2009  4  1 23 40  0.000000  1   -0.617803455651E-07                     
+AR HRAO 2009  4  1 23 40  0.000000  1    0.849476242264E-03                     
+AR HYDE 2009  4  1 23 40  0.000000  1    0.101062348943E-07                     
+AR IRKJ 2009  4  1 23 40  0.000000  1    0.163746400548E-03                     
+AR ISPA 2009  4  1 23 40  0.000000  1   -0.763656315218E-07                     
+AR KARR 2009  4  1 23 40  0.000000  1   -0.541093401249E-07                     
+AR KERG 2009  4  1 23 40  0.000000  1    0.817494229694E-03                     
+AR KHAJ 2009  4  1 23 40  0.000000  1   -0.150691890365E-05                     
+AR KIR0 2009  4  1 23 40  0.000000  1    0.282174901677E-03                     
+AR KIRU 2009  4  1 23 40  0.000000  1    0.591364458592E-03                     
+AR KIT3 2009  4  1 23 40  0.000000  1   -0.335947298838E-08                     
+AR KOUR 2009  4  1 23 40  0.000000  1    0.125016527138E-03                     
+AR KUNM 2009  4  1 23 40  0.000000  1    0.346058037543E-07                     
+AR LHAZ 2009  4  1 23 40  0.000000  1   -0.474645022546E-03                     
+AR MAL2 2009  4  1 23 40  0.000000  1   -0.465545720003E-08                     
+AR MAS1 2009  4  1 23 40  0.000000  1   -0.101611059336E-03                     
+AR MCIL 2009  4  1 23 40  0.000000  1    0.283878483127E-07                     
+AR MCM4 2009  4  1 23 40  0.000000  1   -0.564501742669E-07                     
+AR MDO1 2009  4  1 23 40  0.000000  1   -0.495321265363E-07                     
+AR MDVJ 2009  4  1 23 40  0.000000  1    0.438551908158E-03                     
+AR MKEA 2009  4  1 23 40  0.000000  1   -0.738457360540E-07                     
+AR NANO 2009  4  1 23 40  0.000000  1    0.463689589694E-08                     
+AR NLIB 2009  4  1 23 40  0.000000  1   -0.118426770010E-06                     
+AR NNOR 2009  4  1 23 40  0.000000  1    0.365801732556E-03                     
+AR NRC1 2009  4  1 23 40  0.000000  1   -0.448222632303E-05                     
+AR NRIL 2009  4  1 23 40  0.000000  1   -0.474406603518E-07                     
+AR NRMD 2009  4  1 23 40  0.000000  1    0.193607645618E-07                     
+AR NTUS 2009  4  1 23 40  0.000000  1   -0.112939464872E-08                     
+AR NYAL 2009  4  1 23 40  0.000000  1    0.960462431070E-07                     
+AR OHI3 2009  4  1 23 40  0.000000  1    0.435593486115E-03                     
+AR ONSA 2009  4  1 23 40  0.000000  1   -0.324842054606E-04                     
+AR PDEL 2009  4  1 23 40  0.000000  1   -0.355822547619E-08                     
+AR PERT 2009  4  1 23 40  0.000000  1   -0.502576793964E-07                     
+AR PETP 2009  4  1 23 40  0.000000  1   -0.587554761800E-07                     
+AR PIMO 2009  4  1 23 40  0.000000  1   -0.479650824745E-07                     
+AR QAQ1 2009  4  1 23 40  0.000000  1   -0.571587895121E-07                     
+AR QUIN 2009  4  1 23 40  0.000000  1   -0.579469467850E-07                     
+AR RABT 2009  4  1 23 40  0.000000  1   -0.419093458463E-07                     
+AR RAMO 2009  4  1 23 40  0.000000  1    0.338550002999E-07                     
+AR RCMN 2009  4  1 23 40  0.000000  1    0.101722253471E-07                     
+AR REDU 2009  4  1 23 40  0.000000  1   -0.424531032304E-07                     
+AR REUN 2009  4  1 23 40  0.000000  1    0.239931539320E-07                     
+AR REYK 2009  4  1 23 40  0.000000  1   -0.320974197861E-03                     
+AR SCH2 2009  4  1 23 40  0.000000  1    0.191276067531E-03                     
+AR SCUB 2009  4  1 23 40  0.000000  1   -0.769976575554E-07                     
+AR STJO 2009  4  1 23 40  0.000000  1   -0.708209672905E-05                     
+AR SYDN 2009  4  1 23 40  0.000000  1    0.141177323939E-05                     
+AR SYOG 2009  4  1 23 40  0.000000  1    0.140168758298E-04                     
+AR THU2 2009  4  1 23 40  0.000000  1    0.189917828383E-03                     
+AR TOW2 2009  4  1 23 40  0.000000  1   -0.326655507323E-08                     
+AR URUM 2009  4  1 23 40  0.000000  1    0.226389805287E-03                     
+AR VESL 2009  4  1 23 40  0.000000  1   -0.261407649375E-03                     
+AR VILL 2009  4  1 23 40  0.000000  1   -0.499173990238E-07                     
+AR WTZR 2009  4  1 23 40  0.000000  1    0.474174341877E-07                     
+AR WUHN 2009  4  1 23 40  0.000000  1   -0.513042989235E-07                     
+AR YSSK 2009  4  1 23 40  0.000000  1   -0.606646847364E-07                     
+AR ZIM2 2009  4  1 23 40  0.000000  1    0.330078185427E-07                     
+AR XMIS 2009  4  1 23 40  0.000000  1    0.381492960876E-08                     
+AR GODZ 2009  4  1 23 40  0.000000  1   -0.469116784301E-03                     
+AR MTKA 2009  4  1 23 40  0.000000  1   -0.650196512004E-07                     
+AR TIXJ 2009  4  1 23 40  0.000000  1   -0.239697905327E-03                     
+AR UNBJ 2009  4  1 23 40  0.000000  1   -0.399820205483E-03                     
+AR NOVM 2009  4  1 23 40  0.000000  1    0.798331583372E-04                     
+AR SUNM 2009  4  1 23 40  0.000000  1    0.408421095001E-03                     
+AR CEBR 2009  4  1 23 40  0.000000  1    0.719432552829E-03                     
+AR CPXF 2009  4  1 23 40  0.000000  1    0.111129317182E-07                     
+AR IDDR 2009  4  1 23 40  0.000000  1    0.139700265099E-07                     
+AR AZGB 2009  4  1 23 40  0.000000  1   -0.237328672033E-03                     
+AR TN22 2009  4  1 23 40  0.000000  1   -0.213448818227E-03                     
+AR ETAD 2009  4  1 23 40  0.000000  1    0.316255754849E-07                     
+AR ILHA 2009  4  1 23 40  0.000000  1   -0.570806364777E-08                     
+AR RECF 2009  4  1 23 40  0.000000  1    0.182874071867E-07                     
+AR SALU 2009  4  1 23 40  0.000000  1    0.170399087761E-07                     
+AR SAVO 2009  4  1 23 40  0.000000  1    0.165759292807E-07                     
+AR UFPR 2009  4  1 23 40  0.000000  1    0.205190161018E-07                     
+AR YELL 2009  4  1 23 40  0.000000  1    0.253117000000E-06                     
+AS G32  2009  4  1 23 45  0.000000  1    0.279984235316E-03                     
+AS G24  2009  4  1 23 45  0.000000  1    0.177961621709E-03                     
+AS G25  2009  4  1 23 45  0.000000  1    0.335459321909E-03                     
+AS G26  2009  4  1 23 45  0.000000  1    0.545464722512E-04                     
+AS G27  2009  4  1 23 45  0.000000  1    0.372808319160E-04                     
+AS G30  2009  4  1 23 45  0.000000  1    0.136365852933E-03                     
+AS G03  2009  4  1 23 45  0.000000  1    0.373693182085E-03                     
+AS G04  2009  4  1 23 45  0.000000  1   -0.353226145096E-04                     
+AS G06  2009  4  1 23 45  0.000000  1    0.609754782676E-04                     
+AS G08  2009  4  1 23 45  0.000000  1   -0.196608206461E-03                     
+AS G09  2009  4  1 23 45  0.000000  1    0.485409494071E-04                     
+AS G10  2009  4  1 23 45  0.000000  1   -0.136498178427E-04                     
+AS G14  2009  4  1 23 45  0.000000  1   -0.132153672280E-03                     
+AS G13  2009  4  1 23 45  0.000000  1    0.293310464514E-03                     
+AS G28  2009  4  1 23 45  0.000000  1   -0.238401130536E-04                     
+AS G21  2009  4  1 23 45  0.000000  1    0.214432039553E-04                     
+AS G11  2009  4  1 23 45  0.000000  1    0.269746647976E-05                     
+AS G22  2009  4  1 23 45  0.000000  1    0.202398642438E-03                     
+AS G20  2009  4  1 23 45  0.000000  1    0.865148112363E-04                     
+AS G18  2009  4  1 23 45  0.000000  1   -0.693755405717E-04                     
+AS G16  2009  4  1 23 45  0.000000  1    0.628697327885E-04                     
+AS G19  2009  4  1 23 45  0.000000  1    0.293203840835E-04                     
+AS G23  2009  4  1 23 45  0.000000  1    0.389005212249E-03                     
+AS G02  2009  4  1 23 45  0.000000  1    0.153910806757E-03                     
+AS G31  2009  4  1 23 45  0.000000  1   -0.565190386978E-04                     
+AS G17  2009  4  1 23 45  0.000000  1    0.525076617767E-04                     
+AS G12  2009  4  1 23 45  0.000000  1   -0.299332744913E-03                     
+AS G15  2009  4  1 23 45  0.000000  1   -0.276201185526E-03                     
+AS G29  2009  4  1 23 45  0.000000  1    0.502874000781E-05                     
+AS G07  2009  4  1 23 45  0.000000  1    0.209589992797E-04                     
+AS R02  2009  4  1 23 45  0.000000  1    0.205180733885E-04                     
+AS R03  2009  4  1 23 45  0.000000  1   -0.344101524704E-04                     
+AS R04  2009  4  1 23 45  0.000000  1    0.634980069670E-04                     
+AS R06  2009  4  1 23 45  0.000000  1   -0.169277643774E-03                     
+AS R07  2009  4  1 23 45  0.000000  1   -0.890972872889E-04                     
+AS R08  2009  4  1 23 45  0.000000  1   -0.101959938642E-03                     
+AS R10  2009  4  1 23 45  0.000000  1   -0.140813219538E-03                     
+AS R11  2009  4  1 23 45  0.000000  1   -0.926711786101E-04                     
+AS R13  2009  4  1 23 45  0.000000  1   -0.230690134794E-03                     
+AS R14  2009  4  1 23 45  0.000000  1   -0.794883273562E-04                     
+AS R15  2009  4  1 23 45  0.000000  1    0.921646813504E-04                     
+AS R17  2009  4  1 23 45  0.000000  1   -0.261310137667E-03                     
+AS R18  2009  4  1 23 45  0.000000  1   -0.136398244975E-05                     
+AS R19  2009  4  1 23 45  0.000000  1   -0.894681537984E-04                     
+AS R20  2009  4  1 23 45  0.000000  1   -0.650186808468E-04                     
+AS R21  2009  4  1 23 45  0.000000  1   -0.143397783253E-03                     
+AS R22  2009  4  1 23 45  0.000000  1   -0.201695309267E-03                     
+AS R23  2009  4  1 23 45  0.000000  1   -0.200076253228E-03                     
+AR ALGO 2009  4  1 23 45  0.000000  1    0.813749039907E-04                     
+AR ALIC 2009  4  1 23 45  0.000000  1    0.155792866322E-07                     
+AR AMC2 2009  4  1 23 45  0.000000  1    0.284849554459E-08                     
+AR ANKR 2009  4  1 23 45  0.000000  1   -0.734339491774E-04                     
+AR ARTU 2009  4  1 23 45  0.000000  1   -0.671787326091E-07                     
+AR ASPA 2009  4  1 23 45  0.000000  1    0.245140409971E-07                     
+AR BHR1 2009  4  1 23 45  0.000000  1    0.563383762415E-03                     
+AR BARH 2009  4  1 23 45  0.000000  1    0.584117731847E-09                     
+AR BJFS 2009  4  1 23 45  0.000000  1   -0.488975967195E-07                     
+AR BOGT 2009  4  1 23 45  0.000000  1   -0.641806859946E-07                     
+AR CAS1 2009  4  1 23 45  0.000000  1    0.296514221571E-08                     
+AR CHAT 2009  4  1 23 45  0.000000  1   -0.543867040403E-07                     
+AR CHPI 2009  4  1 23 45  0.000000  1   -0.347227888311E-07                     
+AR COCO 2009  4  1 23 45  0.000000  1    0.227651614184E-03                     
+AR CONZ 2009  4  1 23 45  0.000000  1    0.105972771203E-03                     
+AR CRAR 2009  4  1 23 45  0.000000  1    0.385242333843E-03                     
+AR CRO1 2009  4  1 23 45  0.000000  1    0.665109943184E-03                     
+AR DAEJ 2009  4  1 23 45  0.000000  1   -0.196491198900E-03                     
+AR DARW 2009  4  1 23 45  0.000000  1    0.263180625726E-08                     
+AR DGAR 2009  4  1 23 45  0.000000  1   -0.539511109460E-07                     
+AR DRAO 2009  4  1 23 45  0.000000  1    0.345992558847E-05                     
+AR FAA1 2009  4  1 23 45  0.000000  1   -0.687075920932E-08                     
+AR FAIR 2009  4  1 23 45  0.000000  1   -0.654441157013E-07                     
+AR GLPS 2009  4  1 23 45  0.000000  1   -0.777075180407E-07                     
+AR GUAM 2009  4  1 23 45  0.000000  1   -0.651483458144E-07                     
+AR GUAT 2009  4  1 23 45  0.000000  1    0.111404552165E-07                     
+AR HOB2 2009  4  1 23 45  0.000000  1    0.915739713944E-07                     
+AR HOFN 2009  4  1 23 45  0.000000  1    0.223563544125E-03                     
+AR HOLM 2009  4  1 23 45  0.000000  1   -0.529835162023E-07                     
+AR HRAO 2009  4  1 23 45  0.000000  1    0.849476347185E-03                     
+AR HYDE 2009  4  1 23 45  0.000000  1    0.911927571503E-08                     
+AR IRKJ 2009  4  1 23 45  0.000000  1    0.163746429155E-03                     
+AR ISPA 2009  4  1 23 45  0.000000  1   -0.756677430440E-07                     
+AR KARR 2009  4  1 23 45  0.000000  1   -0.552427979470E-07                     
+AR KERG 2009  4  1 23 45  0.000000  1    0.817494285315E-03                     
+AR KHAJ 2009  4  1 23 45  0.000000  1   -0.150689878783E-05                     
+AR KIR0 2009  4  1 23 45  0.000000  1    0.282168260700E-03                     
+AR KIRU 2009  4  1 23 45  0.000000  1    0.591364952733E-03                     
+AR KIT3 2009  4  1 23 45  0.000000  1    0.659738159950E-08                     
+AR KOUR 2009  4  1 23 45  0.000000  1    0.125016571699E-03                     
+AR KUNM 2009  4  1 23 45  0.000000  1    0.106428159577E-07                     
+AR LHAZ 2009  4  1 23 45  0.000000  1   -0.447921606290E-03                     
+AR MAL2 2009  4  1 23 45  0.000000  1   -0.644594452914E-08                     
+AR MAS1 2009  4  1 23 45  0.000000  1   -0.101611282768E-03                     
+AR MCIL 2009  4  1 23 45  0.000000  1    0.296381049325E-07                     
+AR MCM4 2009  4  1 23 45  0.000000  1   -0.586605386498E-07                     
+AR MDO1 2009  4  1 23 45  0.000000  1   -0.499844847744E-07                     
+AR MDVJ 2009  4  1 23 45  0.000000  1    0.438551939662E-03                     
+AR MKEA 2009  4  1 23 45  0.000000  1   -0.721467035911E-07                     
+AR NANO 2009  4  1 23 45  0.000000  1    0.460864128192E-08                     
+AR NLIB 2009  4  1 23 45  0.000000  1   -0.118531395651E-06                     
+AR NNOR 2009  4  1 23 45  0.000000  1    0.365801452618E-03                     
+AR NRC1 2009  4  1 23 45  0.000000  1   -0.448220405885E-05                     
+AR NRIL 2009  4  1 23 45  0.000000  1   -0.496263069302E-07                     
+AR NRMD 2009  4  1 23 45  0.000000  1    0.196929977998E-07                     
+AR NTUS 2009  4  1 23 45  0.000000  1   -0.234400702422E-08                     
+AR NYAL 2009  4  1 23 45  0.000000  1    0.960877965949E-07                     
+AR OHI3 2009  4  1 23 45  0.000000  1   -0.456799750484E-03                     
+AR ONSA 2009  4  1 23 45  0.000000  1   -0.324842366941E-04                     
+AR PDEL 2009  4  1 23 45  0.000000  1   -0.200961049195E-09                     
+AR PERT 2009  4  1 23 45  0.000000  1   -0.488517384859E-07                     
+AR PETP 2009  4  1 23 45  0.000000  1   -0.571714964761E-07                     
+AR PIMO 2009  4  1 23 45  0.000000  1   -0.505323330542E-07                     
+AR QAQ1 2009  4  1 23 45  0.000000  1   -0.556435631668E-07                     
+AR QUIN 2009  4  1 23 45  0.000000  1   -0.558496320031E-07                     
+AR RABT 2009  4  1 23 45  0.000000  1   -0.416534351863E-07                     
+AR RAMO 2009  4  1 23 45  0.000000  1   -0.401539011516E-07                     
+AR RCMN 2009  4  1 23 45  0.000000  1    0.107546421323E-07                     
+AR REDU 2009  4  1 23 45  0.000000  1   -0.469907808149E-07                     
+AR REUN 2009  4  1 23 45  0.000000  1    0.219784102927E-07                     
+AR REYK 2009  4  1 23 45  0.000000  1   -0.324002693996E-03                     
+AR SCH2 2009  4  1 23 45  0.000000  1    0.191292720765E-03                     
+AR SCUB 2009  4  1 23 45  0.000000  1   -0.748589865264E-07                     
+AR STJO 2009  4  1 23 45  0.000000  1   -0.708237555194E-05                     
+AR SYDN 2009  4  1 23 45  0.000000  1    0.141169723555E-05                     
+AR SYOG 2009  4  1 23 45  0.000000  1    0.140170385306E-04                     
+AR THU2 2009  4  1 23 45  0.000000  1    0.187915543978E-03                     
+AR TOW2 2009  4  1 23 45  0.000000  1   -0.413065210259E-08                     
+AR URUM 2009  4  1 23 45  0.000000  1    0.156628814177E-03                     
+AR VESL 2009  4  1 23 45  0.000000  1   -0.225522772631E-03                     
+AR VILL 2009  4  1 23 45  0.000000  1   -0.493753803110E-07                     
+AR WTZR 2009  4  1 23 45  0.000000  1    0.474226452164E-07                     
+AR WUHN 2009  4  1 23 45  0.000000  1   -0.517342132233E-07                     
+AR YSSK 2009  4  1 23 45  0.000000  1   -0.593054520094E-07                     
+AR ZIM2 2009  4  1 23 45  0.000000  1    0.335968439962E-07                     
+AR XMIS 2009  4  1 23 45  0.000000  1    0.949463113147E-08                     
+AR GODZ 2009  4  1 23 45  0.000000  1   -0.469116738588E-03                     
+AR MTKA 2009  4  1 23 45  0.000000  1   -0.612039764855E-07                     
+AR TIXJ 2009  4  1 23 45  0.000000  1   -0.242262674255E-03                     
+AR UNBJ 2009  4  1 23 45  0.000000  1   -0.471728360639E-03                     
+AR NOVM 2009  4  1 23 45  0.000000  1    0.798331810515E-04                     
+AR SUNM 2009  4  1 23 45  0.000000  1    0.250297127308E-03                     
+AR CEBR 2009  4  1 23 45  0.000000  1    0.719432573711E-03                     
+AR CPXF 2009  4  1 23 45  0.000000  1    0.126562930050E-07                     
+AR IDDR 2009  4  1 23 45  0.000000  1    0.150666062294E-07                     
+AR AZGB 2009  4  1 23 45  0.000000  1   -0.376302721525E-03                     
+AR TN22 2009  4  1 23 45  0.000000  1   -0.285688445503E-03                     
+AR ETAD 2009  4  1 23 45  0.000000  1    0.325240480405E-07                     
+AR ILHA 2009  4  1 23 45  0.000000  1   -0.773881440110E-09                     
+AR RECF 2009  4  1 23 45  0.000000  1    0.181130696711E-07                     
+AR SALU 2009  4  1 23 45  0.000000  1    0.539303657253E-07                     
+AR SAVO 2009  4  1 23 45  0.000000  1    0.172872825988E-07                     
+AR UFPR 2009  4  1 23 45  0.000000  1    0.224157418950E-07                     
+AR YELL 2009  4  1 23 45  0.000000  1    0.253188000000E-06                     
+AS G32  2009  4  1 23 50  0.000000  1    0.279982909527E-03                     
+AS G24  2009  4  1 23 50  0.000000  1    0.177962316364E-03                     
+AS G25  2009  4  1 23 50  0.000000  1    0.335465828170E-03                     
+AS G26  2009  4  1 23 50  0.000000  1    0.545470799677E-04                     
+AS G27  2009  4  1 23 50  0.000000  1    0.372814767537E-04                     
+AS G30  2009  4  1 23 50  0.000000  1    0.136366891842E-03                     
+AS G03  2009  4  1 23 50  0.000000  1    0.373694847248E-03                     
+AS G04  2009  4  1 23 50  0.000000  1   -0.353270579068E-04                     
+AS G06  2009  4  1 23 50  0.000000  1    0.609807508556E-04                     
+AS G08  2009  4  1 23 50  0.000000  1   -0.196608358054E-03                     
+AS G09  2009  4  1 23 50  0.000000  1    0.485417081523E-04                     
+AS G10  2009  4  1 23 50  0.000000  1   -0.136498486618E-04                     
+AS G14  2009  4  1 23 50  0.000000  1   -0.132151723597E-03                     
+AS G13  2009  4  1 23 50  0.000000  1    0.293310917437E-03                     
+AS G28  2009  4  1 23 50  0.000000  1   -0.238398647568E-04                     
+AS G21  2009  4  1 23 50  0.000000  1    0.214423373479E-04                     
+AS G11  2009  4  1 23 50  0.000000  1    0.269723808186E-05                     
+AS G22  2009  4  1 23 50  0.000000  1    0.202398085028E-03                     
+AS G20  2009  4  1 23 50  0.000000  1    0.865141601317E-04                     
+AS G18  2009  4  1 23 50  0.000000  1   -0.693744308223E-04                     
+AS G16  2009  4  1 23 50  0.000000  1    0.628688213368E-04                     
+AS G19  2009  4  1 23 50  0.000000  1    0.293200640113E-04                     
+AS G23  2009  4  1 23 50  0.000000  1    0.389005317352E-03                     
+AS G02  2009  4  1 23 50  0.000000  1    0.153910815681E-03                     
+AS G31  2009  4  1 23 50  0.000000  1   -0.565191607178E-04                     
+AS G17  2009  4  1 23 50  0.000000  1    0.525081705440E-04                     
+AS G12  2009  4  1 23 50  0.000000  1   -0.299331698884E-03                     
+AS G15  2009  4  1 23 50  0.000000  1   -0.276202781862E-03                     
+AS G29  2009  4  1 23 50  0.000000  1    0.502981402492E-05                     
+AS G07  2009  4  1 23 50  0.000000  1    0.209587093986E-04                     
+AS R02  2009  4  1 23 50  0.000000  1    0.205171646349E-04                     
+AS R03  2009  4  1 23 50  0.000000  1   -0.344113866174E-04                     
+AS R04  2009  4  1 23 50  0.000000  1    0.634954776364E-04                     
+AS R06  2009  4  1 23 50  0.000000  1   -0.169278260006E-03                     
+AS R07  2009  4  1 23 50  0.000000  1   -0.890964584554E-04                     
+AS R08  2009  4  1 23 50  0.000000  1   -0.101959512158E-03                     
+AS R10  2009  4  1 23 50  0.000000  1   -0.140813242376E-03                     
+AS R11  2009  4  1 23 50  0.000000  1   -0.926714459497E-04                     
+AS R13  2009  4  1 23 50  0.000000  1   -0.230690280316E-03                     
+AS R14  2009  4  1 23 50  0.000000  1   -0.794869149388E-04                     
+AS R15  2009  4  1 23 50  0.000000  1    0.921649876596E-04                     
+AS R17  2009  4  1 23 50  0.000000  1   -0.261310568992E-03                     
+AS R18  2009  4  1 23 50  0.000000  1   -0.136394258151E-05                     
+AS R19  2009  4  1 23 50  0.000000  1   -0.894684805061E-04                     
+AS R20  2009  4  1 23 50  0.000000  1   -0.650186986123E-04                     
+AS R21  2009  4  1 23 50  0.000000  1   -0.143398355651E-03                     
+AS R22  2009  4  1 23 50  0.000000  1   -0.201696114010E-03                     
+AS R23  2009  4  1 23 50  0.000000  1   -0.200074822157E-03                     
+AR ALGO 2009  4  1 23 50  0.000000  1    0.813788691629E-04                     
+AR ALIC 2009  4  1 23 50  0.000000  1    0.153188374750E-07                     
+AR AMC2 2009  4  1 23 50  0.000000  1    0.287540264197E-08                     
+AR ANKR 2009  4  1 23 50  0.000000  1   -0.112116536149E-04                     
+AR ARTU 2009  4  1 23 50  0.000000  1   -0.671641419779E-07                     
+AR ASPA 2009  4  1 23 50  0.000000  1    0.172365483493E-07                     
+AR BHR1 2009  4  1 23 50  0.000000  1    0.563383814264E-03                     
+AR BARH 2009  4  1 23 50  0.000000  1   -0.574451687761E-09                     
+AR BJFS 2009  4  1 23 50  0.000000  1   -0.486933829552E-07                     
+AR BOGT 2009  4  1 23 50  0.000000  1   -0.630847871753E-07                     
+AR CAS1 2009  4  1 23 50  0.000000  1    0.274491269086E-08                     
+AR CHAT 2009  4  1 23 50  0.000000  1   -0.531470437198E-07                     
+AR CHPI 2009  4  1 23 50  0.000000  1   -0.347828422998E-07                     
+AR COCO 2009  4  1 23 50  0.000000  1    0.227651877889E-03                     
+AR CONZ 2009  4  1 23 50  0.000000  1   -0.343896641081E-04                     
+AR CRAR 2009  4  1 23 50  0.000000  1    0.360581655816E-03                     
+AR CRO1 2009  4  1 23 50  0.000000  1    0.665109984958E-03                     
+AR DAEJ 2009  4  1 23 50  0.000000  1   -0.196491864370E-03                     
+AR DARW 2009  4  1 23 50  0.000000  1    0.800108037405E-08                     
+AR DGAR 2009  4  1 23 50  0.000000  1   -0.528924617982E-07                     
+AR DRAO 2009  4  1 23 50  0.000000  1    0.349650038979E-05                     
+AR FAA1 2009  4  1 23 50  0.000000  1   -0.647021941850E-08                     
+AR FAIR 2009  4  1 23 50  0.000000  1   -0.568144989415E-07                     
+AR GLPS 2009  4  1 23 50  0.000000  1   -0.767053701038E-07                     
+AR GUAM 2009  4  1 23 50  0.000000  1   -0.633607298943E-07                     
+AR GUAT 2009  4  1 23 50  0.000000  1    0.929523877159E-08                     
+AR HOB2 2009  4  1 23 50  0.000000  1    0.916044737899E-07                     
+AR HOFN 2009  4  1 23 50  0.000000  1    0.300135678507E-03                     
+AR HOLM 2009  4  1 23 50  0.000000  1   -0.572129014909E-07                     
+AR HRAO 2009  4  1 23 50  0.000000  1    0.849476442329E-03                     
+AR HYDE 2009  4  1 23 50  0.000000  1    0.116418354805E-07                     
+AR IRKJ 2009  4  1 23 50  0.000000  1    0.163746480688E-03                     
+AR ISPA 2009  4  1 23 50  0.000000  1   -0.888373311518E-07                     
+AR KARR 2009  4  1 23 50  0.000000  1   -0.556011100061E-07                     
+AR KERG 2009  4  1 23 50  0.000000  1    0.817494530925E-03                     
+AR KHAJ 2009  4  1 23 50  0.000000  1   -0.150687825146E-05                     
+AR KIR0 2009  4  1 23 50  0.000000  1    0.282161545050E-03                     
+AR KIRU 2009  4  1 23 50  0.000000  1    0.591366562803E-03                     
+AR KIT3 2009  4  1 23 50  0.000000  1    0.518882219063E-08                     
+AR KOUR 2009  4  1 23 50  0.000000  1    0.125016603706E-03                     
+AR KUNM 2009  4  1 23 50  0.000000  1    0.576515489109E-07                     
+AR LHAZ 2009  4  1 23 50  0.000000  1   -0.421108037881E-03                     
+AR MAL2 2009  4  1 23 50  0.000000  1   -0.214578912321E-08                     
+AR MAS1 2009  4  1 23 50  0.000000  1   -0.101611443246E-03                     
+AR MCIL 2009  4  1 23 50  0.000000  1    0.302878421662E-07                     
+AR MCM4 2009  4  1 23 50  0.000000  1   -0.519764870268E-07                     
+AR MDO1 2009  4  1 23 50  0.000000  1   -0.506436843993E-07                     
+AR MDVJ 2009  4  1 23 50  0.000000  1    0.438551940528E-03                     
+AR MKEA 2009  4  1 23 50  0.000000  1   -0.729512076897E-07                     
+AR NANO 2009  4  1 23 50  0.000000  1    0.573429063938E-08                     
+AR NLIB 2009  4  1 23 50  0.000000  1   -0.118582180119E-06                     
+AR NNOR 2009  4  1 23 50  0.000000  1    0.365801574915E-03                     
+AR NRC1 2009  4  1 23 50  0.000000  1   -0.448213751304E-05                     
+AR NRIL 2009  4  1 23 50  0.000000  1   -0.555625168905E-07                     
+AR NRMD 2009  4  1 23 50  0.000000  1    0.197356766446E-07                     
+AR NTUS 2009  4  1 23 50  0.000000  1   -0.185975306792E-08                     
+AR NYAL 2009  4  1 23 50  0.000000  1    0.961087532675E-07                     
+AR OHI3 2009  4  1 23 50  0.000000  1   -0.349719800119E-03                     
+AR ONSA 2009  4  1 23 50  0.000000  1   -0.324842765898E-04                     
+AR PDEL 2009  4  1 23 50  0.000000  1    0.110363279733E-08                     
+AR PERT 2009  4  1 23 50  0.000000  1   -0.462840472763E-07                     
+AR PETP 2009  4  1 23 50  0.000000  1   -0.572890575696E-07                     
+AR PIMO 2009  4  1 23 50  0.000000  1   -0.507092831938E-07                     
+AR QAQ1 2009  4  1 23 50  0.000000  1   -0.581466658637E-07                     
+AR QUIN 2009  4  1 23 50  0.000000  1   -0.584240979405E-07                     
+AR RABT 2009  4  1 23 50  0.000000  1   -0.400258434509E-07                     
+AR RAMO 2009  4  1 23 50  0.000000  1    0.759199233523E-07                     
+AR RCMN 2009  4  1 23 50  0.000000  1    0.974049724272E-08                     
+AR REDU 2009  4  1 23 50  0.000000  1   -0.472154938584E-07                     
+AR REUN 2009  4  1 23 50  0.000000  1    0.243130367679E-07                     
+AR REYK 2009  4  1 23 50  0.000000  1   -0.327090051812E-03                     
+AR SCH2 2009  4  1 23 50  0.000000  1    0.191309459684E-03                     
+AR SCUB 2009  4  1 23 50  0.000000  1   -0.793158912456E-07                     
+AR STJO 2009  4  1 23 50  0.000000  1   -0.708264681752E-05                     
+AR SYDN 2009  4  1 23 50  0.000000  1    0.141178291096E-05                     
+AR SYOG 2009  4  1 23 50  0.000000  1    0.140174625355E-04                     
+AR THU2 2009  4  1 23 50  0.000000  1    0.185913123964E-03                     
+AR TOW2 2009  4  1 23 50  0.000000  1   -0.379686359765E-08                     
+AR URUM 2009  4  1 23 50  0.000000  1    0.869418181278E-04                     
+AR VESL 2009  4  1 23 50  0.000000  1   -0.189600512023E-03                     
+AR VILL 2009  4  1 23 50  0.000000  1   -0.501907854755E-07                     
+AR WTZR 2009  4  1 23 50  0.000000  1    0.474529367796E-07                     
+AR WUHN 2009  4  1 23 50  0.000000  1   -0.484357986588E-07                     
+AR YSSK 2009  4  1 23 50  0.000000  1   -0.579234241567E-07                     
+AR ZIM2 2009  4  1 23 50  0.000000  1    0.328171261861E-07                     
+AR XMIS 2009  4  1 23 50  0.000000  1    0.508683582017E-08                     
+AR GODZ 2009  4  1 23 50  0.000000  1   -0.469116678741E-03                     
+AR MTKA 2009  4  1 23 50  0.000000  1   -0.621404604877E-07                     
+AR TIXJ 2009  4  1 23 50  0.000000  1   -0.244813156326E-03                     
+AR UNBJ 2009  4  1 23 50  0.000000  1    0.456423356345E-03                     
+AR NOVM 2009  4  1 23 50  0.000000  1    0.798331623641E-04                     
+AR SUNM 2009  4  1 23 50  0.000000  1    0.929657103265E-04                     
+AR CEBR 2009  4  1 23 50  0.000000  1    0.719432603938E-03                     
+AR CPXF 2009  4  1 23 50  0.000000  1    0.896275654360E-08                     
+AR IDDR 2009  4  1 23 50  0.000000  1    0.155397488494E-07                     
+AR AZGB 2009  4  1 23 50  0.000000  1    0.484778367391E-03                     
+AR TN22 2009  4  1 23 50  0.000000  1   -0.358043922196E-03                     
+AR ETAD 2009  4  1 23 50  0.000000  1    0.347416044186E-07                     
+AR ILHA 2009  4  1 23 50  0.000000  1    0.491880857506E-09                     
+AR POVE 2009  4  1 23 50  0.000000  1   -0.910196112945E-08                     
+AR RECF 2009  4  1 23 50  0.000000  1    0.202792323162E-07                     
+AR SALU 2009  4  1 23 50  0.000000  1    0.189900953295E-07                     
+AR SAVO 2009  4  1 23 50  0.000000  1    0.200793763426E-07                     
+AR UFPR 2009  4  1 23 50  0.000000  1    0.224137918170E-07                     
+AR YELL 2009  4  1 23 50  0.000000  1    0.253258000000E-06                     
+AS G32  2009  4  1 23 55  0.000000  1    0.279981572929E-03                     
+AS G24  2009  4  1 23 55  0.000000  1    0.177963284199E-03                     
+AS G25  2009  4  1 23 55  0.000000  1    0.335472433270E-03                     
+AS G26  2009  4  1 23 55  0.000000  1    0.545477211883E-04                     
+AS G27  2009  4  1 23 55  0.000000  1    0.372833214310E-04                     
+AS G30  2009  4  1 23 55  0.000000  1    0.136368011604E-03                     
+AS G03  2009  4  1 23 55  0.000000  1    0.373696060380E-03                     
+AS G04  2009  4  1 23 55  0.000000  1   -0.353315204254E-04                     
+AS G06  2009  4  1 23 55  0.000000  1    0.609860783628E-04                     
+AS G08  2009  4  1 23 55  0.000000  1   -0.196608486792E-03                     
+AS G09  2009  4  1 23 55  0.000000  1    0.485424233438E-04                     
+AS G10  2009  4  1 23 55  0.000000  1   -0.136504420847E-04                     
+AS G14  2009  4  1 23 55  0.000000  1   -0.132150029573E-03                     
+AS G13  2009  4  1 23 55  0.000000  1    0.293311206989E-03                     
+AS G28  2009  4  1 23 55  0.000000  1   -0.238401233394E-04                     
+AS G21  2009  4  1 23 55  0.000000  1    0.214420368788E-04                     
+AS G11  2009  4  1 23 55  0.000000  1    0.269688569745E-05                     
+AS G22  2009  4  1 23 55  0.000000  1    0.202397948869E-03                     
+AS G20  2009  4  1 23 55  0.000000  1    0.865140056663E-04                     
+AS G18  2009  4  1 23 55  0.000000  1   -0.693731411460E-04                     
+AS G16  2009  4  1 23 55  0.000000  1    0.628677824074E-04                     
+AS G19  2009  4  1 23 55  0.000000  1    0.293197051949E-04                     
+AS G23  2009  4  1 23 55  0.000000  1    0.389005596077E-03                     
+AS G02  2009  4  1 23 55  0.000000  1    0.153910721121E-03                     
+AS G31  2009  4  1 23 55  0.000000  1   -0.565195111772E-04                     
+AS G17  2009  4  1 23 55  0.000000  1    0.525086990387E-04                     
+AS G12  2009  4  1 23 55  0.000000  1   -0.299330062221E-03                     
+AS G15  2009  4  1 23 55  0.000000  1   -0.276203923864E-03                     
+AS G29  2009  4  1 23 55  0.000000  1    0.503120200009E-05                     
+AS G07  2009  4  1 23 55  0.000000  1    0.209588377601E-04                     
+AS R02  2009  4  1 23 55  0.000000  1    0.205162044916E-04                     
+AS R03  2009  4  1 23 55  0.000000  1   -0.344113921579E-04                     
+AS R04  2009  4  1 23 55  0.000000  1    0.634932818938E-04                     
+AS R06  2009  4  1 23 55  0.000000  1   -0.169280494079E-03                     
+AS R07  2009  4  1 23 55  0.000000  1   -0.890954789876E-04                     
+AS R08  2009  4  1 23 55  0.000000  1   -0.101959050937E-03                     
+AS R10  2009  4  1 23 55  0.000000  1   -0.140813104549E-03                     
+AS R11  2009  4  1 23 55  0.000000  1   -0.926717413698E-04                     
+AS R13  2009  4  1 23 55  0.000000  1   -0.230690439001E-03                     
+AS R14  2009  4  1 23 55  0.000000  1   -0.794861252781E-04                     
+AS R15  2009  4  1 23 55  0.000000  1    0.921654296011E-04                     
+AS R17  2009  4  1 23 55  0.000000  1   -0.261310953487E-03                     
+AS R18  2009  4  1 23 55  0.000000  1   -0.136417736781E-05                     
+AS R19  2009  4  1 23 55  0.000000  1   -0.894688504273E-04                     
+AS R20  2009  4  1 23 55  0.000000  1   -0.650182951768E-04                     
+AS R21  2009  4  1 23 55  0.000000  1   -0.143398687650E-03                     
+AS R22  2009  4  1 23 55  0.000000  1   -0.201696896042E-03                     
+AS R23  2009  4  1 23 55  0.000000  1   -0.200073288017E-03                     
+AR ALGO 2009  4  1 23 55  0.000000  1    0.813830673563E-04                     
+AR ALIC 2009  4  1 23 55  0.000000  1    0.140485805399E-07                     
+AR AMC2 2009  4  1 23 55  0.000000  1    0.288506271441E-08                     
+AR ANKR 2009  4  1 23 55  0.000000  1    0.510188167460E-04                     
+AR ARTU 2009  4  1 23 55  0.000000  1   -0.620707310268E-07                     
+AR ASPA 2009  4  1 23 55  0.000000  1    0.171576326988E-07                     
+AR BHR1 2009  4  1 23 55  0.000000  1    0.563383730083E-03                     
+AR BARH 2009  4  1 23 55  0.000000  1   -0.634193149553E-09                     
+AR BJFS 2009  4  1 23 55  0.000000  1   -0.481138959769E-07                     
+AR BOGT 2009  4  1 23 55  0.000000  1   -0.588794766883E-07                     
+AR CAS1 2009  4  1 23 55  0.000000  1    0.268382155387E-08                     
+AR CHAT 2009  4  1 23 55  0.000000  1   -0.563448592373E-07                     
+AR CHPI 2009  4  1 23 55  0.000000  1   -0.362353371166E-07                     
+AR COCO 2009  4  1 23 55  0.000000  1    0.227652442680E-03                     
+AR CONZ 2009  4  1 23 55  0.000000  1   -0.175044529323E-03                     
+AR CRAR 2009  4  1 23 55  0.000000  1    0.335920079543E-03                     
+AR CRO1 2009  4  1 23 55  0.000000  1    0.665109995386E-03                     
+AR DAEJ 2009  4  1 23 55  0.000000  1   -0.196491553374E-03                     
+AR DARW 2009  4  1 23 55  0.000000  1    0.190546922086E-08                     
+AR DGAR 2009  4  1 23 55  0.000000  1   -0.511219742548E-07                     
+AR DRAO 2009  4  1 23 55  0.000000  1    0.353341242992E-05                     
+AR FAA1 2009  4  1 23 55  0.000000  1   -0.643135434175E-08                     
+AR FAIR 2009  4  1 23 55  0.000000  1   -0.566267185493E-07                     
+AR GLPS 2009  4  1 23 55  0.000000  1   -0.766523387465E-07                     
+AR GUAM 2009  4  1 23 55  0.000000  1   -0.692387364923E-07                     
+AR GUAT 2009  4  1 23 55  0.000000  1    0.116606394475E-07                     
+AR HOB2 2009  4  1 23 55  0.000000  1    0.916029841534E-07                     
+AR HOFN 2009  4  1 23 55  0.000000  1    0.376675378443E-03                     
+AR HOLM 2009  4  1 23 55  0.000000  1   -0.706318940485E-07                     
+AR HRAO 2009  4  1 23 55  0.000000  1    0.849476515065E-03                     
+AR HYDE 2009  4  1 23 55  0.000000  1    0.116198221181E-07                     
+AR IRKJ 2009  4  1 23 55  0.000000  1    0.163746482343E-03                     
+AR ISPA 2009  4  1 23 55  0.000000  1   -0.877306935143E-07                     
+AR KARR 2009  4  1 23 55  0.000000  1   -0.551651635942E-07                     
+AR KERG 2009  4  1 23 55  0.000000  1    0.817494357525E-03                     
+AR KHAJ 2009  4  1 23 55  0.000000  1   -0.150687284575E-05                     
+AR KIR0 2009  4  1 23 55  0.000000  1    0.282154823022E-03                     
+AR KIRU 2009  4  1 23 55  0.000000  1    0.591368108052E-03                     
+AR KIT3 2009  4  1 23 55  0.000000  1    0.637710278687E-08                     
+AR KOUR 2009  4  1 23 55  0.000000  1    0.125016614506E-03                     
+AR KUNM 2009  4  1 23 55  0.000000  1    0.475807308066E-07                     
+AR LHAZ 2009  4  1 23 55  0.000000  1   -0.394188874358E-03                     
+AR MAL2 2009  4  1 23 55  0.000000  1    0.263805410686E-08                     
+AR MAS1 2009  4  1 23 55  0.000000  1   -0.101611652441E-03                     
+AR MCIL 2009  4  1 23 55  0.000000  1    0.308401194185E-07                     
+AR MCM4 2009  4  1 23 55  0.000000  1   -0.425015830175E-07                     
+AR MDO1 2009  4  1 23 55  0.000000  1   -0.515930920462E-07                     
+AR MDVJ 2009  4  1 23 55  0.000000  1    0.438551899228E-03                     
+AR MKEA 2009  4  1 23 55  0.000000  1   -0.742329051009E-07                     
+AR NANO 2009  4  1 23 55  0.000000  1    0.649907766408E-08                     
+AR NLIB 2009  4  1 23 55  0.000000  1   -0.118683504059E-06                     
+AR NNOR 2009  4  1 23 55  0.000000  1    0.365801085971E-03                     
+AR NRC1 2009  4  1 23 55  0.000000  1   -0.448213602962E-05                     
+AR NRIL 2009  4  1 23 55  0.000000  1   -0.550162887474E-07                     
+AR NRMD 2009  4  1 23 55  0.000000  1    0.189304607918E-07                     
+AR NTUS 2009  4  1 23 55  0.000000  1   -0.559373059434E-09                     
+AR NYAL 2009  4  1 23 55  0.000000  1    0.961180573180E-07                     
+AR OHI3 2009  4  1 23 55  0.000000  1   -0.242422859411E-03                     
+AR ONSA 2009  4  1 23 55  0.000000  1   -0.324843281876E-04                     
+AR PDEL 2009  4  1 23 55  0.000000  1    0.111419756468E-08                     
+AR PERT 2009  4  1 23 55  0.000000  1   -0.502182602810E-07                     
+AR PETP 2009  4  1 23 55  0.000000  1   -0.574858468797E-07                     
+AR PIMO 2009  4  1 23 55  0.000000  1   -0.516898649298E-07                     
+AR QAQ1 2009  4  1 23 55  0.000000  1   -0.567959018676E-07                     
+AR QUIN 2009  4  1 23 55  0.000000  1   -0.564486370950E-07                     
+AR RABT 2009  4  1 23 55  0.000000  1   -0.402962985413E-07                     
+AR RAMO 2009  4  1 23 55  0.000000  1    0.205810633333E-07                     
+AR RCMN 2009  4  1 23 55  0.000000  1    0.123165510182E-07                     
+AR REDU 2009  4  1 23 55  0.000000  1   -0.465045982971E-07                     
+AR REUN 2009  4  1 23 55  0.000000  1    0.259820567065E-07                     
+AR REYK 2009  4  1 23 55  0.000000  1   -0.330206092516E-03                     
+AR SCH2 2009  4  1 23 55  0.000000  1    0.191325559776E-03                     
+AR SCUB 2009  4  1 23 55  0.000000  1   -0.767460977151E-07                     
+AR STJO 2009  4  1 23 55  0.000000  1   -0.708295529607E-05                     
+AR SYDN 2009  4  1 23 55  0.000000  1    0.141186615410E-05                     
+AR SYOG 2009  4  1 23 55  0.000000  1    0.140168364835E-04                     
+AR THU2 2009  4  1 23 55  0.000000  1    0.183910869023E-03                     
+AR TOW2 2009  4  1 23 55  0.000000  1   -0.731506015917E-08                     
+AR URUM 2009  4  1 23 55  0.000000  1    0.173020586040E-04                     
+AR VESL 2009  4  1 23 55  0.000000  1   -0.153641966572E-03                     
+AR VILL 2009  4  1 23 55  0.000000  1   -0.490910597143E-07                     
+AR WTZR 2009  4  1 23 55  0.000000  1    0.474616766251E-07                     
+AR WUHN 2009  4  1 23 55  0.000000  1   -0.506849111050E-07                     
+AR YSSK 2009  4  1 23 55  0.000000  1   -0.574858519901E-07                     
+AR ZIM2 2009  4  1 23 55  0.000000  1    0.326918987527E-07                     
+AR XMIS 2009  4  1 23 55  0.000000  1    0.311328683758E-08                     
+AR GODZ 2009  4  1 23 55  0.000000  1   -0.469116656385E-03                     
+AR MTKA 2009  4  1 23 55  0.000000  1   -0.701588988863E-07                     
+AR TIXJ 2009  4  1 23 55  0.000000  1   -0.247321423482E-03                     
+AR UNBJ 2009  4  1 23 55  0.000000  1    0.384761639380E-03                     
+AR NOVM 2009  4  1 23 55  0.000000  1    0.798331889377E-04                     
+AR SUNM 2009  4  1 23 55  0.000000  1   -0.647156274345E-04                     
+AR CEBR 2009  4  1 23 55  0.000000  1    0.719432586215E-03                     
+AR CPXF 2009  4  1 23 55  0.000000  1    0.918372541945E-08                     
+AR IDDR 2009  4  1 23 55  0.000000  1    0.156460473614E-07                     
+AR AZGB 2009  4  1 23 55  0.000000  1    0.345821317163E-03                     
+AR TN22 2009  4  1 23 55  0.000000  1   -0.430389346459E-03                     
+AR ETAD 2009  4  1 23 55  0.000000  1    0.363544823987E-07                     
+AR ILHA 2009  4  1 23 55  0.000000  1   -0.662456762138E-09                     
+AR POVE 2009  4  1 23 55  0.000000  1   -0.130772381185E-07                     
+AR RECF 2009  4  1 23 55  0.000000  1    0.188081282381E-07                     
+AR SALU 2009  4  1 23 55  0.000000  1    0.197459852502E-07                     
+AR SAVO 2009  4  1 23 55  0.000000  1    0.182203046769E-07                     
+AR UFPR 2009  4  1 23 55  0.000000  1    0.250867560481E-07                     
+AR YELL 2009  4  1 23 55  0.000000  1    0.253328000000E-06                     
diff --git a/test/data/sp3/esa15253.sp3 b/test/data/sp3/esa15253.sp3
new file mode 100644
index 0000000..09ac2c6
--- /dev/null
+++ b/test/data/sp3/esa15253.sp3
@@ -0,0 +1,4727 @@
+#cP2009  4  1  0  0  0.00000000      96 ORBIT IGS05 BHN ESOC                    
+## 1525 259200.00000000   900.00000000 54922 0.0000000000000                    
++   48   G32G24G25G26G27G30G03G04G06G08G09G10G14G13G28G21G11                    
++        G22G20G18G16G19G23G02G31G17G12G15G29G07R04R06R07R10                    
++        R11R13R14R15R17R19R20R23R18R21R22R03R02R08  0  0  0                    
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0                    
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0                    
+++         5  5  6  5  5  6  5  5  5  5  5  5  5  5  5  5  5                    
+++         5  5  5  6  5  5  5  5  5  5  5  5  5  7  8  6  6                    
+++         6  7  7  7  7  6  6  7  7  7  7  7  6  7  0  0  0                    
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0                    
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0                    
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc                    
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc                    
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000                    
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000                    
+%i    0    0    0    0      0      0      0      0         0                    
+%i    0    0    0    0      0      0      0      0         0                    
+/* CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC                    
+/* CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC                    
+/* CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC                    
+/* PCV:IGS05_1461 OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN                    
+*  2009  4  1  0  0  0.00000000                                                 
+PG32  -8588.723867 -20090.643282  15669.151907    280.381686                    
+PG24  22871.271694  12675.543847  -3627.944084    177.697220                    
+PG25 -24526.884186  -8428.336744  -4866.884070    333.585244                    
+PG26   9633.802976  11643.335503 -22444.261726     54.364559                    
+PG27   8068.968820  17772.507874 -17338.962826     36.996356                    
+PG30  15236.797327   1705.500937  21330.089706    136.150147                    
+PG03   -849.623291 -17687.028754 -20006.781591    373.239125                    
+PG04  -9363.598121  12500.061465  21362.305753    -34.069859                    
+PG06   5370.705866 -18641.987270 -17930.431060     59.438769                    
+PG08 -15835.206824   5581.816465 -20758.513889   -196.480314                    
+PG09  21204.500004  15625.485931  -4453.938416     48.369281                    
+PG10   2562.599516  25667.135671  -5677.836360    -13.594155                    
+PG14  20128.841724 -15489.579312   7687.940894   -132.641217                    
+PG13 -24313.093608   4479.859533   9572.875469    293.214943                    
+PG28 -12337.221750  16276.009210 -16375.355152    -23.826642                    
+PG21  22136.529288   1279.422581 -14820.024695     21.608456                    
+PG11 -23718.768429 -11816.440605  -3830.731120      2.803807                    
+PG22  11993.749036 -18433.136461 -14693.933010    202.454052                    
+PG20 -13805.176148 -12012.653896  19135.414870     86.602008                    
+PG18  15148.181860  -7503.330374 -20188.242702    -69.672759                    
+PG16   1588.070271 -26382.822869    287.068942     63.129636                    
+PG19 -10776.931084 -11595.953449 -21291.508776     29.393689                    
+PG23 -19390.431516  -3574.061563  17874.854988    388.970507                    
+PG02   5079.148358  18610.055628  18313.913676    153.949660                    
+PG31   6464.412098 -13674.119793  22038.439034    -56.426699                    
+PG17 -21003.306586  15148.462320   5491.288944     52.369594                    
+PG12  12321.794129  14600.588659  18575.099074   -299.723906                    
+PG15   8702.188841  12632.487779 -21658.797298   -275.815630                    
+PG29  23934.412525  -3411.478173  11062.902911      4.677030                    
+PG07 -23192.521448  -4378.995988 -12309.744506     21.000829                    
+PR04  -4770.202635 -20608.889637  14162.510203     64.126077                    
+PR06  -9834.198462  16703.567699  16465.239720   -169.216442                    
+PR07  -1699.178072  25448.531392   -895.453315    -89.293341                    
+PR10   5011.401180  15018.311980 -19985.150019   -140.865220                    
+PR11  18438.437009  16866.988178  -5362.099480    -92.587642                    
+PR13  10815.766349  -5063.192431  22526.338415   -230.594455                    
+PR14  -5070.926800 -15053.695845  19969.173155    -79.744392                    
+PR15 -18532.841281 -16588.615187   5376.771479     92.069023                    
+PR17   6764.785418 -13432.647693 -20621.270578   -261.221070                    
+PR19 -22847.054532   4553.869607 -10385.984001    -89.377209                    
+PR20 -20858.153686  12759.822079   7395.427616    -65.003129                    
+PR23  23025.640539  -4795.925182   9833.325450   -200.534142                    
+PR18 -11670.121692  -6104.108523 -21840.770182     -1.329162                    
+PR21  -6532.975821  13454.590928  20631.994579   -143.285885                    
+PR22  11390.868211   6283.173411  21956.139864   -201.459963                    
+PR03   2720.762705 -25327.487986   1326.450748    -34.155299                    
+PR02   9675.793345 -17954.197527 -15333.306390     20.786239                    
+PR08   5808.861773  17946.260291 -17172.857334   -102.035201                    
+*  2009  4  1  0 15  0.00000000                                                 
+PG32  -8297.565626 -21671.755580  13538.952491    280.377529                    
+PG24  22933.972419  13075.825862   -790.871026    177.700812                    
+PG25 -24820.262639  -8833.548946  -2018.930605    333.605008                    
+PG26   7446.989881  12745.041133 -22635.743907     54.366389                    
+PG27   6044.254516  16913.412472 -18898.025946     37.000887                    
+PG30  15308.397767   4202.892777  20943.562326    136.150882                    
+PG03   1000.355892 -18862.429777 -18843.803537    373.243665                    
+PG04 -11477.793009  11244.068499  21061.545132    -34.083122                    
+PG06   7163.741979 -19550.659526 -16273.349099     59.455117                    
+PG08 -17709.755104   4289.628063 -19555.299037   -196.482215                    
+PG09  20593.725705  15516.249625  -7231.153478     48.372621                    
+PG10   2271.233325  26136.158694  -2862.138715    -13.595000                    
+PG14  20833.986277 -15666.751458   4890.976885   -132.636277                    
+PG13 -23257.145395   3788.088700  12122.942710    293.216027                    
+PG28 -12451.730592  14212.873123 -18103.710399    -23.826586                    
+PG21  23391.312072   2289.187218 -12708.380316     21.606657                    
+PG11 -23053.357795 -12031.291657  -6435.272411      2.802656                    
+PG22  12150.410169 -16602.851927 -16608.743104    202.452547                    
+PG20 -13701.403335 -14152.005081  17707.695955     86.601029                    
+PG18  15175.915611  -5092.098131 -20931.881537    -69.670085                    
+PG16   1837.502907 -26186.070049   3161.385399     63.126771                    
+PG19  -8566.418037 -12697.123864 -21641.825683     29.392886                    
+PG23 -17595.250710  -4724.281374  19372.934137    388.970884                    
+PG02   3110.000609  17655.622266  19607.931633    153.949013                    
+PG31   8613.544740 -12450.882155  22040.416371    -56.427727                    
+PG17 -21537.996403  15140.353754   2677.317676     52.371041                    
+PG12  12183.329802  16611.551317  16904.833876   -299.719975                    
+PG15   6567.942029  13902.568131 -21627.961219   -275.819503                    
+PG29  22819.186893  -2559.265382  13423.813198      4.680399                    
+PG07 -24186.870831  -5178.867725  -9843.932472     20.999889                    
+PR04  -4746.297985 -22213.643143  11522.819469     64.119534                    
+PR06  -9608.224010  14530.705956  18511.313067   -169.215639                    
+PR07  -1587.753104  25365.351702   2293.499890    -89.291101                    
+PR10   2944.337934  13510.885465 -21427.855445   -140.864961                    
+PR11  17835.355753  16246.199829  -8429.899441    -92.588338                    
+PR13  13081.480861  -3545.425459  21595.753686   -230.595726                    
+PR14  -3006.825309 -13543.527763  21409.459290    -79.741107                    
+PR15 -17921.369000 -15964.810324   8466.894558     92.069921                    
+PR17   8938.116279 -14551.272624 -18976.588627   -261.221820                    
+PR19 -21472.682017   4060.600830 -13153.171541    -89.378077                    
+PR20 -21439.267781  13212.135744   4285.444818    -65.003566                    
+PR23  21708.806524  -4336.326956  12644.891358   -200.529123                    
+PR18  -9169.305361  -7251.223093 -22656.239865     -1.330047                    
+PR21  -8710.159780  14578.483143  18991.229447   -143.287049                    
+PR22   8892.752538   7437.189818  22747.098524   -201.462587                    
+PR03   2564.954246 -25308.614707  -1888.222615    -34.157633                    
+PR02   9368.778179 -15944.739537 -17579.727691     20.783359                    
+PR08   5723.291620  19924.031361 -14865.027343   -102.034772                    
+*  2009  4  1  0 30  0.00000000                                                 
+PG32  -8096.344323 -23017.635710  11183.630336    280.373506                    
+PG24  22735.260487  13312.157597   2060.055811    177.705232                    
+PG25 -24830.277298  -9102.235915    864.353154    333.624677                    
+PG26   5323.765563  13976.345819 -22457.387675     54.368368                    
+PG27   3825.437747  16097.942264 -20113.316115     37.004659                    
+PG30  15497.049955   6626.536002  20185.048733    136.152670                    
+PG03   2683.573685 -20030.586862 -17360.953716    373.249154                    
+PG04 -13598.555981  10119.528404  20395.526031    -34.096305                    
+PG06   8745.230462 -20423.251032 -14331.960872     59.471510                    
+PG08 -19518.629347   3185.445393 -18021.892918   -196.484846                    
+PG09  19704.628591  15311.489948  -9886.992382     48.373849                    
+PG10   1991.089648  26296.047067      3.754876    -13.596047                    
+PG14  21253.426028 -15714.098950   2009.482836   -132.630904                    
+PG13 -22001.902264   2894.997230  14462.923874    293.216870                    
+PG28 -12678.047846  11977.282476 -19506.380547    -23.826840                    
+PG21  24471.553763   3116.624790 -10381.853633     21.604792                    
+PG11 -22125.149553 -12200.564036  -8931.861384      2.801772                    
+PG22  12400.348904 -14580.787920 -18233.868555    202.452516                    
+PG20 -13688.116042 -16114.098852  15972.734005     86.599930                    
+PG18  15321.899215  -2624.336410 -21306.737297    -69.666648                    
+PG16   2109.019328 -25678.790255   5980.557033     63.124162                    
+PG19  -6397.220302 -13920.863145 -21617.797335     29.392204                    
+PG23 -15736.759204  -6053.858139  20538.895590    388.970963                    
+PG02    978.009005  16742.782835  20564.833361    153.948734                    
+PG31  10806.638580 -11356.370524  21670.709986    -56.428675                    
+PG17 -21800.756190  14986.000488   -183.236376     52.372442                    
+PG12  12140.633113  18422.509092  14946.536555   -299.715677                    
+PG15   4521.658992  15267.070151 -21223.990116   -275.823680                    
+PG29  21535.160072  -1516.456697  15554.695002      4.684115                    
+PG07 -24964.504480  -5795.937789  -7209.868686     20.999492                    
+PR04  -4838.485671 -23475.508075   8658.291449     64.114141                    
+PR06  -9536.321384  12115.235043  20194.064086   -169.216928                    
+PR07  -1489.364728  24884.676197   5437.944433    -89.289537                    
+PR10    639.919360  12085.984193 -22454.138590   -140.864180                    
+PR11  16873.119535  15483.934642 -11334.849095    -92.589661                    
+PR13  15332.280181  -2270.715923  20245.196841   -230.596993                    
+PR14   -704.102998 -12115.372562  22434.121359    -79.737056                    
+PR15 -16944.867789 -15201.418922  11391.431686     92.071110                    
+PR17  10826.369308 -15717.157496 -16964.248052   -261.222682                    
+PR19 -19854.762111   3309.142182 -15664.805022    -89.379166                    
+PR20 -21647.608303  13517.288793   1092.571191    -65.003918                    
+PR23  20139.655032  -3621.227925  15210.438670   -200.523792                    
+PR18  -6694.408553  -8615.319368 -23031.017886     -1.330314                    
+PR21 -10604.059674  15748.102011  16980.261513   -143.288307                    
+PR22   6426.186143   8805.273842  23097.491096   -201.465086                    
+PR03   2399.353877 -24885.189227  -5066.211962    -34.159895                    
+PR02   9202.065699 -13662.927922 -19485.006784     20.780385                    
+PR08   5791.255136  21601.193791 -12268.478243   -102.033606                    
+*  2009  4  1  0 45  0.00000000                                                 
+PG32  -7954.424431 -24100.741234   8641.817074    280.369458                    
+PG24  22259.025264  13417.225448   4874.998323    177.708663                    
+PG25 -24543.009943  -9269.688795   3732.629254    333.644216                    
+PG26   3304.595641  15310.320718 -21910.408445     54.369752                    
+PG27   1451.091936  15359.518018 -20961.610011     37.008231                    
+PG30  15787.943810   8929.566603  19068.677590    136.155053                    
+PG03   4182.006188 -21152.081211 -15582.123671    373.253533                    
+PG04 -15680.814571   9139.603851  19376.950553    -34.110012                    
+PG06  10101.865568 -21220.033269 -12140.504739     59.487575                    
+PG08 -21215.159170   2271.649773 -16185.105265   -196.485302                    
+PG09  18540.742247  15051.899078 -12377.997491     48.375635                    
+PG10   1685.030563  26144.648002   2869.563976    -13.597908                    
+PG14  21400.663782 -15593.903435   -906.788947   -132.625864                    
+PG13 -20590.532144   1788.819093  16551.977633    293.217807                    
+PG28 -13032.647824   9615.616754 -20558.064773    -23.826854                    
+PG21  25342.744263   3776.764710  -7880.670909     21.603281                    
+PG11 -20942.283821 -12356.381420 -11278.780762      2.800544                    
+PG22  12762.729718 -12406.923701 -19540.777768    202.451653                    
+PG20 -13740.139826 -17863.390823  13960.965783     86.598932                    
+PG18  15589.136226   -148.821620 -21307.210030    -69.663461                    
+PG16   2439.085131 -24873.480569   8695.521278     63.121252                    
+PG19  -4311.846084 -15242.543069 -21219.104237     29.391569                    
+PG23 -13861.035786  -7550.748922  21351.957692    388.971303                    
+PG02  -1281.927729  15901.416616  21166.922287    153.948287                    
+PG31  12998.218515 -10407.294519  20935.834620    -56.429405                    
+PG17 -21809.193596  14652.617353  -3040.592943     52.373806                    
+PG12  12165.740713  19999.616673  12733.581005   -299.711659                    
+PG15   2600.170112  16694.195134 -20453.693132   -275.827783                    
+PG29  20124.725733   -277.087013  17419.350192      4.687795                    
+PG07 -25492.979077  -6252.932187  -4452.589613     20.998988                    
+PR04  -4998.435087 -24363.923192   5625.090512     64.107955                    
+PR06  -9647.359939   9516.057315  21479.932005   -169.214346                    
+PR07  -1456.932760  24018.815169   8476.831477    -89.288944                    
+PR10  -1852.800738  10793.352314 -23044.372116   -140.863434                    
+PR11  15551.344996  14638.789995 -14020.754574    -92.590573                    
+PR13  17501.226229  -1252.041849  18500.942633   -230.598161                    
+PR14   1788.351083 -10818.863847  23023.017568    -79.733162                    
+PR15 -15604.035965 -14358.218896  14093.318548     92.072217                    
+PR17  12398.690855 -16873.382297 -14623.432061   -261.223620                    
+PR19 -18052.848115   2282.780716 -17872.087306    -89.380378                    
+PR20 -21502.777698  13622.946522  -2121.436291    -65.004421                    
+PR23  18376.918644  -2632.197583  17480.141037   -200.520058                    
+PR18  -4309.486612 -10167.892276 -22957.311640     -1.331232                    
+PR21 -12183.464734  16906.140798  14638.053870   -143.289920                    
+PR22   4054.783898  10358.648933  23001.046901   -201.467383                    
+PR03   2279.073970 -24065.997758  -8145.785808    -34.164303                    
+PR02   9210.343076 -11163.997041 -21012.160234     20.777987                    
+PR08   5969.384300  22934.965802  -9433.615316   -102.033090                    
+*  2009  4  1  1  0  0.00000000                                                 
+PG32  -7837.233446 -24900.738474   5955.413308    280.365379                    
+PG24  21497.420415  13427.094785   7604.935256    177.712798                    
+PG25 -23953.311154  -9373.840977   6536.257345    333.663942                    
+PG26   1424.977450  16713.401520 -21001.838882     54.371365                    
+PG27  -1033.766623  14725.377499 -21426.672767     37.011044                    
+PG30  16159.173431  11069.390502  17615.032272    136.158582                    
+PG03   5485.021847 -22185.967821 -13536.441425    373.259290                    
+PG04 -17679.041384   8309.511923  18024.537795    -34.123334                    
+PG06  11228.637648 -21901.197698  -9737.538932     59.503637                    
+PG08 -22754.372187   1542.091790 -14076.575735   -196.488305                    
+PG09  17113.897690  14777.635332 -14663.933928     48.377577                    
+PG10   1316.614373  25688.957485   5684.811751    -13.599615                    
+PG14  21297.433418 -15272.976361  -3807.325930   -132.620883                    
+PG13 -19069.321941    466.497150  18353.566628    293.218692                    
+PG28 -13524.100777   7177.783392 -21240.059509    -23.826972                    
+PG21  25975.378971   4291.042442  -5247.525953     21.601375                    
+PG11 -19520.008388 -12529.412112 -13436.829369      2.799539                    
+PG22  13249.754945 -10125.394804 -20506.543616    202.450508                    
+PG20 -13827.233984 -19370.869587  11707.574776     86.598062                    
+PG18  15972.738173   2285.922792 -20934.424720    -69.660524                    
+PG16   2861.210856 -23791.225330  11259.176860     63.118281                    
+PG19  -2348.190158 -16630.914761 -20451.974190     29.390630                    
+PG23 -12012.393320  -9194.696695  21797.310703    388.971818                    
+PG02  -3629.436511  15155.639740  21402.535216    153.947981                    
+PG31  15141.135739  -9612.358126  19848.317079    -56.430354                    
+PG17 -21588.301030  14112.632476  -5844.954099     52.375223                    
+PG12  12225.795298  21315.953012  10303.641398   -299.707474                    
+PG15    834.192394  18146.883623 -19330.226460   -275.831766                    
+PG29  18632.059690   1156.643435  18986.191032      4.691390                    
+PG07 -25746.369263  -6578.453498  -1619.217318     20.998522                    
+PR04  -5173.597124 -24860.730749   2482.486014     64.103814                    
+PR06  -9959.295515   6798.152232  22343.170887   -169.213440                    
+PR07  -1539.935637  22792.643945  11351.122553    -89.287507                    
+PR10  -4476.041797   9673.668302 -23187.413690   -140.862928                    
+PR11  13882.776106  13769.782262 -16435.592878    -92.591376                    
+PR13  19521.756995   -489.722500  16396.926349   -230.598980                    
+PR14   4412.785977  -9694.661019  23164.448942    -79.729875                    
+PR15 -13913.021653 -13495.248159  16519.942820     92.073306                    
+PR17  13636.702945 -17959.943627 -11999.616346   -261.224643                    
+PR19 -16130.673572    977.071745 -19732.137085    -89.381335                    
+PR20 -21036.133695  13483.110389  -5294.396584    -65.004796                    
+PR23  16483.880673  -1362.972615  19409.964143   -200.514478                    
+PR18  -2072.869544 -11869.472803 -22436.072058     -1.331279                    
+PR21 -13429.662250  17992.182583  12010.115537   -143.291149                    
+PR22   1836.124945  12057.828584  22460.105742   -201.469797                    
+PR03   2256.526884 -22872.892057 -11067.135434    -34.167631                    
+PR02   9417.915314  -8510.341309 -22131.531731     20.775229                    
+PR08   6207.763473  23893.894499  -6415.486344   -102.032142                    
+*  2009  4  1  1 15  0.00000000                                                 
+PG32  -7707.689481 -25405.217525   3168.990092    280.361213                    
+PG24  20451.256661  13379.604080  10202.546081    177.714759                    
+PG25 -23064.998210  -9453.575470   9227.164435    333.683476                    
+PG26   -285.744539  18146.471861 -19744.556069     54.372753                    
+PG27  -3579.321605  14215.415456 -21499.662276     37.014336                    
+PG30  16582.695468  13009.160437  15850.698649    136.160947                    
+PG03   6589.653008 -23091.322860 -11257.873663    373.264994                    
+PG04 -19548.867607   7626.517176  16362.621241    -34.136464                    
+PG06  12128.797514 -22428.459347  -7165.219343     59.519865                    
+PG08 -24094.584135    982.538056 -11732.230526   -196.489407                    
+PG09  15443.826748  14526.737467 -16708.304452     48.379732                    
+PG10    851.765536  24944.867360   8399.775290    -13.599489                    
+PG14  20972.755040 -14724.132403  -6641.747371   -132.616074                    
+PG13 -17485.907786  -1065.979681  19836.126630    293.219574                    
+PG28 -14152.629704   4715.360691 -21540.622422    -23.826912                    
+PG21  26345.999807   4686.249059  -2526.874411     21.599872                    
+PG11 -17880.226397 -12747.576019 -15369.918329      2.798748                    
+PG22  13866.063815  -7782.933217 -21114.267864    202.450264                    
+PG20 -13915.405100 -20615.002106   9251.847354     86.597429                    
+PG18  16460.142392   4633.332882 -20196.130704    -69.657386                    
+PG16   3404.444179 -22460.890515  13627.221102     63.115616                    
+PG19   -538.221266 -18049.218852 -19329.119831     29.390107                    
+PG23 -10231.776093 -10957.813840  21866.426689    388.971993                    
+PG02  -6020.000807  14522.859528  21266.332000    153.947527                    
+PG31  17188.184241  -8972.056079  18426.489353    -56.431474                    
+PG17 -21169.371268  13344.954481  -8547.405618     52.376702                    
+PG12  12284.433488  22352.406521   7698.071695   -299.703534                    
+PG15   -752.678820  19584.171125 -17872.874396   -275.835772                    
+PG29  17101.468394   2774.276251  20228.749172      4.694821                    
+PG07 -25706.284364  -6805.688202   1241.829859     20.998109                    
+PR04  -5309.674551 -24960.794263   -708.326775     64.098585                    
+PR06 -10478.253637   4030.060838  22766.409321   -169.217452                    
+PR07  -1782.072275  21242.629569  14004.938331    -89.286427                    
+PR10  -7165.472353   8756.929683 -22880.796724   -140.863284                    
+PR11  11892.994948  12933.759321 -18532.511085    -92.592092                    
+PR13  21330.348207     28.362430  13974.081677   -230.600526                    
+PR14   7104.745702  -8772.807439  22855.405877    -79.728483                    
+PR15 -11899.035702 -12670.133082  18624.176240     92.072165                    
+PR17  14534.999146 -18916.324130  -9143.685935   -261.225344                    
+PR19 -14153.543074   -599.716432 -21208.821471    -89.382248                    
+PR20 -20289.347972  13060.264278  -8364.895176    -65.005472                    
+PR23  14525.773079    180.028122  20962.516161   -200.510620                    
+PR18    -34.920385 -13671.125752 -21477.012655     -1.332136                    
+PR21 -14336.983531  18945.311989   9147.617296   -143.292558                    
+PR22   -180.402608  13854.143579  21485.536950   -201.472204                    
+PR03   2378.969685 -21339.938231 -13773.537244    -34.169701                    
+PR02   9837.552044  -5769.134187 -22821.366364     20.772694                    
+PR08   6452.252916  24459.045053  -3272.713005   -102.031540                    
+*  2009  4  1  1 30  0.00000000                                                 
+PG32  -7527.744554 -25610.137623    329.133933    280.357136                    
+PG24  19130.058928  13312.707971  12623.048418    177.717097                    
+PG25 -21890.712424  -9547.026734  11759.655922    333.703155                    
+PG26  -1805.361842  19566.176079 -18157.235346     54.375043                    
+PG27  -6132.821796  13841.358001 -21179.345372     37.015869                    
+PG30  17025.543657  14719.008682  13807.696342    136.163346                    
+PG03   7500.575316 -23828.828219  -8784.729333    373.269927                    
+PG04 -21248.643935   7080.240270  14420.659461    -34.149838                    
+PG06  12813.496920 -22766.604581  -4468.518385     59.536170                    
+PG08 -25198.868120    571.412882  -9191.690445   -196.489774                    
+PG09  13557.502507  14333.655650 -18478.790484     48.381777                    
+PG10    260.357002  23936.561438  10966.431620    -13.598749                    
+PG14  20461.709105 -13927.440977  -9360.703848   -132.610680                    
+PG13 -15887.459496  -2793.598250  20973.648199    293.220602                    
+PG28 -14910.036418   2279.682149 -21455.172278    -23.826913                    
+PG21  26438.015432   4993.304012    235.770073     21.597327                    
+PG11 -16050.812748 -13034.861957 -17045.622574      2.797567                    
+PG22  14608.444726  -5427.210084 -21353.390839    202.449639                    
+PG20 -13968.371624 -21582.391270   6636.462052     86.596081                    
+PG18  17031.648401   6850.413222 -19106.474136    -69.654300                    
+PG16   4092.049817 -20918.027352  15758.924968     63.112746                    
+PG19   1093.098750 -19456.532783 -17869.555065     29.389338                    
+PG23  -8555.286352 -12805.474626  21557.265177    388.972449                    
+PG02  -8406.472722  14013.095696  20759.476674    153.946928                    
+PG31  19093.726302  -8478.782107  16694.199336    -56.432226                    
+PG17 -20588.671862  12335.990737 -11100.805054     52.377860                    
+PG12  12303.316555  23098.274889   4961.225206   -299.699384                    
+PG15  -2144.697337  20962.710300 -16106.721630   -275.839983                    
+PG29  15575.751150   4557.319651  21126.096919      4.698596                    
+PG07 -25362.611244  -6970.941260   4081.648237     20.997793                    
+PR04  -5353.157706 -24672.084831  -3885.427970     64.091641                    
+PR06 -11198.139849   1281.216063  22741.034823   -169.218443                    
+PR07  -2219.168955  19415.389425  16386.648397    -89.284679                    
+PR10  -9852.660036   8061.306369 -22130.753993   -140.862343                    
+PR11   9619.608276  12182.916262 -20270.731799    -92.593114                    
+PR13  22869.064771    326.021885  11279.541585   -230.601450                    
+PR14   9795.518140  -8071.549850  22101.646637    -79.726460                    
+PR15  -9601.420738 -11935.544171  20365.288773     92.072230                    
+PR17  15101.106505 -19684.097789  -6110.953122   -261.226919                    
+PR19 -12185.676655  -2426.696283 -22273.456876    -89.383247                    
+PR20 -19312.551724  12327.178952 -11273.461979    -65.005616                    
+PR23  12567.115108   1977.726691  22107.765681   -200.505873                    
+PR18   1763.867755 -15516.371210 -20098.453635     -1.332847                    
+PR21 -14912.802630  19706.772816   6106.388238   -143.293448                    
+PR22  -1955.401490  15691.660417  20096.501393   -201.474467                    
+PR03   2686.271675 -19512.072270 -16212.453695    -34.172960                    
+PR02  10469.833915  -3009.756564 -23068.233058     20.770079                    
+PR08   6646.999716  24624.682248    -66.351154   -102.030537                    
+*  2009  4  1  1 45  0.00000000                                                 
+PG32  -7259.990731 -25519.981458  -2516.260815    280.353077                    
+PG24  17551.789211  13262.837370  14824.973095    177.719656                    
+PG25 -20451.449772  -9689.944203  14091.155759    333.722755                    
+PG26  -3119.543640  20926.425107 -16264.221481     54.376746                    
+PG27  -8640.580426  13606.312706 -20472.116782     37.018818                    
+PG30  17451.244105  16176.988353  11522.811407    136.164823                    
+PG03   8229.788962 -24362.332588  -6159.066627    373.275374                    
+PG04 -22740.890807   6653.263839  12232.673027    -34.163258                    
+PG06  13301.123567 -22884.921174  -1694.402256     59.552524                    
+PG08 -26036.353483    280.804736  -6497.638557   -196.490618                    
+PG09  11488.246049  14227.943570 -19947.623324     48.384630                    
+PG10   -482.363731  22695.583551  13339.376445    -13.600483                    
+PG14  19803.976972 -12871.203292 -11916.766477   -132.605462                    
+PG13 -14318.891706  -4692.703660  21746.158237    293.221582                    
+PG28 -15779.997798    -80.052094 -20986.321867    -23.827015                    
+PG21  26242.277583   5245.897995   2994.530196     21.595575                    
+PG11 -14064.722877 -13410.296778 -18435.682598      2.796450                    
+PG22  15465.873087  -3105.147521 -21219.879784    202.449072                    
+PG20 -13949.120230 -22268.122703   3906.726527     86.594999                    
+PG18  17661.245228   8899.185806 -17685.654265    -69.650958                    
+PG16   4940.429175 -19203.531537  17617.831744     63.110098                    
+PG19   2528.619224 -20809.303730 -16098.290887     29.388279                    
+PG23  -7012.898731 -14697.486439  20874.367043    388.972520                    
+PG02 -10740.710060  13628.600577  19889.700677    153.946776                    
+PG31  20815.269778  -8117.244651  14680.442320    -56.433442                    
+PG17 -19885.932140  11080.373973 -13460.637881     52.379133                    
+PG12  12243.746500  23551.557105   2139.723811   -299.695386                    
+PG15  -3334.384627  22238.400683 -14062.222014   -275.843947                    
+PG29  14094.637166   6479.781393  21663.175950      4.702444                    
+PG07 -24713.954909  -7112.053907   6851.668780     20.997258                    
+PR04  -5253.817324 -24015.238146  -6987.372200     64.081968                    
+PR06 -12100.797667  -1380.765377  22267.391834   -169.217356                    
+PR07  -2877.420886  17365.841256  18449.880468    -89.281558                    
+PR10 -12467.694272   7592.507769 -20952.075583   -140.861905                    
+PR11   7110.940776  11562.517774 -21616.347737    -92.593767                    
+PR13  24087.895143    437.503730   8365.717839   -230.602426                    
+PR14  12414.775431  -7596.669700  20917.604793    -79.723535                    
+PR15  -7070.217735 -11336.887670  21709.727386     92.071965                    
+PR17  15354.917710 -20209.463002  -2960.094987   -261.227667                    
+PR19 -10287.618735  -4470.990518 -22905.364893    -89.384086                    
+PR20 -18162.145096  11268.298311 -13963.714560    -65.005511                    
+PR23  10669.104220   3998.946403  22823.614023   -200.499937                    
+PR18   3294.354132 -17343.451042 -18326.991372     -1.333404                    
+PR21 -15176.987295  20222.557170   2945.813158   -143.294579                    
+PR22  -3460.839463  17509.411167  18320.062927   -201.477304                    
+PR03   3208.999578 -17443.318784 -18336.551446    -34.173955                    
+PR02  11303.026638   -301.140366 -22867.287194     20.767362                    
+PR08   6737.029350  24398.415873   3141.297624   -102.030196                    
+*  2009  4  1  2  0  0.00000000                                                 
+PG32  -6869.271936 -25147.606059  -5318.746492    280.348835                    
+PG24  15742.250159  13263.342530  16770.863408    177.723042                    
+PG25 -18775.790715  -9914.179438  16182.866852    333.742264                    
+PG26  -4222.302438  22180.050598 -14095.307607     54.378675                    
+PG27 -11050.013091  13504.715366 -19391.820809     37.021714                    
+PG30  17821.368409  17369.690191   9036.850313    136.168297                    
+PG03   8796.007464 -24660.326492  -3426.008319    373.279569                    
+PG04 -23993.585689   6322.006582   9836.620742    -34.176425                    
+PG06  13616.361258 -22758.454562   1109.015835     59.568584                    
+PG08 -26583.311104     77.699421  -3695.154917   -196.492181                    
+PG09   9274.633916  14233.149109 -21091.890171     48.386748                    
+PG10  -1394.567186  21259.615446  15476.692963    -13.601683                    
+PG14  19042.205460 -11552.613054 -14265.287661   -132.600323                    
+PG13 -12821.173467  -6731.729235  22140.090848    293.222715                    
+PG28 -16738.715031  -2318.553706 -20143.747451    -23.827447                    
+PG21  25757.398877   5479.054973   5703.843862     21.593873                    
+PG11 -11958.924195 -13887.102922 -19516.451485      2.795590                    
+PG22  16419.873358   -861.267373 -20716.292236    202.448537                    
+PG20 -13821.491809 -22675.790405   1109.777286     86.594356                    
+PG18  18317.690719  10747.924879 -15959.476505    -69.647988                    
+PG16   5958.321156 -17362.113580  19172.367647     63.107447                    
+PG19   3759.494308 -22063.007054 -14045.913959     29.387769                    
+PG23  -5627.415021 -16589.497787  19828.830950    388.972942                    
+PG02 -12975.275164  13363.799005  18671.241008    153.946209                    
+PG31  22314.941410  -7865.175315  12418.916830    -56.434030                    
+PG17 -19102.704515   9581.366667 -15585.823682     52.380690                    
+PG12  12068.306642  23718.926355   -718.312712   -299.691083                    
+PG15  -4322.623278  23368.062431 -11774.671069   -275.848073                    
+PG29  12693.355214   8508.989191  21831.029998      4.706140                    
+PG07 -23767.759646  -7266.765075   9504.473356     20.996693                    
+PR04  -4967.049839 -23022.606281  -9954.362454     64.074899                    
+PR06 -13156.709580  -3892.711168  21354.787050   -169.218504                    
+PR07  -3772.044181  15155.021206  20154.429021    -89.280039                    
+PR10 -14941.873821   7343.687337 -19367.805462   -140.861725                    
+PR11   4424.286173  11108.922587 -22542.990056    -92.594767                    
+PR13  24946.770837    405.800278   5289.277270   -230.603523                    
+PR14  14893.296636  -7341.355593  19326.125821    -79.721942                    
+PR15  -4364.292645 -10910.330477  22631.745558     92.074426                    
+PR17  15327.619181 -20445.598570    247.969719   -261.228220                    
+PR19  -8513.819599  -6688.872106 -23092.272734    -89.385046                    
+PR20 -16898.361355   9880.648088 -16383.445248    -65.005905                    
+PR23   8887.168023   6201.486004  23096.311960   -200.494711                    
+PR18   4539.747829 -19087.845926 -16196.997465     -1.334325                    
+PR21 -15160.825482  20445.813905   -272.346348   -143.295429                    
+PR22  -4680.945399  19243.843187  16190.657847   -201.479695                    
+PR03   3966.901715 -15194.647550 -20104.617153    -34.177383                    
+PR02  12313.488758   2290.863228 -22222.368316     20.764512                    
+PR08   6670.807538  23800.803974   6287.899721   -102.029223                    
+*  2009  4  1  2 15  0.00000000                                                 
+PG32  -6324.241429 -24513.788011  -8030.115779    280.344778                    
+PG24  13734.196926  13343.080115  18427.887828    177.725457                    
+PG25 -16898.865375 -10246.351504  18000.345785    333.761926                    
+PG26  -5116.156238  23280.554022 -11685.412879     54.380864                    
+PG27 -13311.617275  13522.672839 -17959.384763     37.025504                    
+PG30  18097.157583  18292.516739   6393.835987    136.170127                    
+PG03   9223.771938 -24697.269395   -632.973767    373.283816                    
+PG04 -24981.242610   6057.827455   7273.728087    -34.189629                    
+PG06  13789.016381 -22369.042189   3893.329252     59.584721                    
+PG08 -26823.989353    -74.604770   -831.025343   -196.492763                    
+PG09   6959.244675  14365.933826 -21893.779565     48.388411                    
+PG10  -2486.905920  19671.015703  17340.749345    -13.602691                    
+PG14  18220.260830  -9978.071638 -16365.215353   -132.595066                    
+PG13 -11429.804329  -8872.246415  22148.539303    293.223890                    
+PG28 -17755.882079  -4396.038701 -18943.904027    -23.827538                    
+PG21  24989.805742   5727.663274   8319.122955     21.592566                    
+PG11  -9773.186313 -14472.074992 -20269.282149      2.794364                    
+PG22  17445.190240   1263.857004 -19851.713827    202.447521                    
+PG20 -13551.734599 -22817.203562  -1706.242645     86.592992                    
+PG18  18965.794794  12372.134243 -13958.816775    -69.644752                    
+PG16   7146.313473 -15440.642383  20396.355242     63.104463                    
+PG19   4785.344442 -23173.863997 -11748.054332     29.386807                    
+PG23  -4413.703086 -18434.590676  18438.168812    388.973307                    
+PG02 -15065.127786  13205.555444  17124.649019    153.945825                    
+PG31  23560.803545  -7694.305363   9947.508826    -56.435265                    
+PG17 -18280.667092   7850.926176 -17439.455650     52.382067                    
+PG12  11742.464562  23615.384114  -3564.066039   -299.686852                    
+PG15  -5118.422122  24311.088630  -9283.591442   -275.852014                    
+PG29  11401.388310  10606.667658  21626.939368      4.709914                    
+PG07 -22540.105302  -7471.079053  11994.594428     20.996099                    
+PR04  -4455.978367 -21736.848736 -12729.377250     64.067284                    
+PR06 -14326.211531  -6198.326540  20021.300935   -169.217267                    
+PR07  -4906.396839  12847.660556  21467.045216    -89.277573                    
+PR10 -17210.349171   7295.885951 -17408.783645   -140.860977                    
+PR11   1623.785645  10847.993385 -23032.356966    -92.595316                    
+PR13  25417.186430    280.581897   2110.035064   -230.604748                    
+PR14  17165.659315  -7286.623303  17358.036511    -79.720151                    
+PR15  -1549.103708 -10681.240392  23113.873338     92.077332                    
+PR17  15060.161249 -20354.745137   3451.243664   -261.229671                    
+PR19  -6910.489984  -9027.368300 -22830.550753    -89.386205                    
+PR20 -15582.686970   8174.227113 -18485.631561    -65.006248                    
+PR23   7268.778598   8533.662967  22920.713933   -200.490289                    
+PR18   5496.076271 -20684.936457 -13749.955546     -1.334876                    
+PR21 -14905.473822  20338.971593  -3485.182040   -143.296800                    
+PR22  -5612.594085  20831.388883  13749.432717   -201.482487                    
+PR03   4967.855556 -12831.557385 -21482.353552    -34.179396                    
+PR02  13466.596948   4705.982607 -21145.930792     20.761907                    
+PR08   6402.663181  22864.430853   9312.304337   -102.029060                    
+*  2009  4  1  2 30  0.00000000                                                 
+PG32  -5598.804155 -23646.471835 -10603.224199    280.340621                    
+PG24  11566.195724  13525.198002  19768.358139    177.728589                    
+PG25 -14861.098406 -10706.736265  19513.988688    333.781645                    
+PG26  -5811.968846  24183.889970  -9074.151240     54.382841                    
+PG27 -15380.801239  13638.680129 -16202.281367     37.028528                    
+PG30  18241.148872  18949.611010   3640.166708    136.173245                    
+PG03   9542.321146 -24454.710510   2171.160494    373.288382                    
+PG04 -25685.747928   5828.314571   4587.780284    -34.202834                    
+PG06  13852.660479 -21706.087631   6610.681927     59.601038                    
+PG08 -26751.173074   -214.949958   2046.969203   -196.493011                    
+PG09   4587.285787  14635.444309 -22340.770352     48.388963                    
+PG10  -3761.890660  17975.181697  18898.905600    -13.603901                    
+PG14  17381.442685  -8163.142639 -18179.843568   -132.589985                    
+PG13 -10173.518217 -11070.293621  21771.383546    293.224893                    
+PG28 -18795.925306  -6279.569192 -17409.600685    -23.827384                    
+PG21  23953.528141   6025.025185  10797.388419     21.590729                    
+PG11  -7548.770995 -15165.199088 -20680.849623      2.793569                    
+PG22  18510.741083   3234.984496 -18641.572874    202.447128                    
+PG20 -13109.964109 -22711.789109  -4493.013173     86.591982                    
+PG18  19567.852041  13755.235293 -11719.012344    -69.641781                    
+PG16   8496.680872 -13486.428007  21269.423161     63.101735                    
+PG19   5614.077836 -24100.549031  -9244.751674     29.386159                    
+PG23  -3378.252974 -20184.996245  16726.039356    388.973748                    
+PG02 -16969.242593  13133.762046  15276.468860    153.945219                    
+PG31  24527.966484  -7571.576187   7307.708953    -56.436082                    
+PG17 -17459.936812   5909.427716 -18989.458403     52.383655                    
+PG12  11236.076230  23263.607469  -6348.835420   -299.682844                    
+PG15  -5738.362807  25031.011288  -6632.042290   -275.856264                    
+PG29  10241.458727  12730.231659  21054.456290      4.713610                    
+PG07 -21055.185417  -7757.702023  14279.285430     20.995824                    
+PR04  -3693.224104 -20209.125196 -15259.231809     64.064014                    
+PR06 -15561.167531  -8250.325906  18293.409578   -169.214864                    
+PR07  -6271.607662  10509.622056  22362.092306    -89.272364                    
+PR10 -19214.612121   7418.993454 -15113.043375   -140.860362                    
+PR11  -1221.981255  10793.960108 -23074.591354    -92.595967                    
+PR13  25483.352248    115.847288  -1110.212891   -230.605556                    
+PR14  19172.787178  -7402.266456  15051.554270    -79.717461                    
+PR15   1305.795683 -10663.105135  23147.221438     92.077278                    
+PR17  14601.335103 -19909.925971   6587.832715   -261.230592                    
+PR19  -5513.817747 -11426.262777 -22125.282645    -89.387107                    
+PR20 -14275.244898   6171.862515 -20229.350647    -65.006365                    
+PR23   5851.619169  10936.261757  22300.365969   -200.486219                    
+PR18   6172.103634 -22072.694529 -11033.648081     -1.335549                    
+PR21 -14459.995551  19875.483393  -6629.893931   -143.298650                    
+PR22  -6265.167022  22211.051344  11043.462664   -201.484987                    
+PR03   6207.323563 -10421.487984 -22443.040919    -34.181012                    
+PR02  14718.150996   6891.788610 -19658.808310     20.759457                    
+PR08   5894.968951  21632.498868  12155.735287   -102.028120                    
+*  2009  4  1  2 45  0.00000000                                                 
+PG32  -4673.384471 -22579.741897 -12992.828635    280.336921                    
+PG24   9281.276439  13826.162425  20770.147604    177.732031                    
+PG25 -12706.783873 -11308.415353  20699.427263    333.801653                    
+PG26  -6328.460917  24850.216744  -6305.286074     54.384799                    
+PG27 -17219.480454  13824.670691 -14153.844196     37.030445                    
+PG30  18218.739806  19353.451168    823.757768    136.175558                    
+PG03   9784.259412 -23922.151439   4936.956091    373.294307                    
+PG04 -26096.925877   5598.708046   1824.391667    -34.215876                    
+PG06  13843.144864 -20767.047210   9214.587528     59.617552                    
+PG08 -26366.446847   -382.693622   4890.776287   -196.493346                    
+PG09   2205.143963  15042.951296 -22425.767387     48.391987                    
+PG10  -5213.605068  16218.804338  20124.113449    -13.603469                    
+PG14  16566.730334  -6132.145641 -19677.483141   -132.584426                    
+PG13  -9073.267033 -13277.931577  21015.290464    293.226385                    
+PG28 -19819.455202  -7944.093357 -15569.454211    -23.826997                    
+PG21  22669.735406   6401.472872  13097.878731     21.589198                    
+PG11  -5327.066563 -15959.530920 -20743.403010      2.792410                    
+PG22  19580.809960   5023.371336 -17107.336973    202.447007                    
+PG20 -12471.473900 -22385.716134  -7202.859353     86.591423                    
+PG18  20085.165019  14888.946439  -9279.194605    -69.638220                    
+PG16   9993.553502 -11545.510573  21777.308117     63.099426                    
+PG19   6261.378483 -24805.816901  -6579.732216     29.385870                    
+PG23  -2519.070773 -21793.866336  14721.861632    388.974333                    
+PG02 -18652.083406  13122.227028  13158.788337    153.945105                    
+PG31  25199.455035  -7460.541219   4543.968323    -56.436686                    
+PG17 -16677.461574   3785.056642 -20209.151295     52.385329                    
+PG12  10524.733276  22693.013196  -9024.858028   -299.678563                    
+PG15  -6205.750221  25496.919443  -3865.865182   -275.860056                    
+PG29   9228.780097  14834.248312  20123.341287      4.717607                    
+PG07 -19344.485804  -8154.607698  16319.249326     20.995816                    
+PR04  -2662.277516 -18496.967419 -17495.556157     64.057876                    
+PR06 -16807.029871 -10012.170414  16205.426204   -169.215777                    
+PR07  -7846.730657   8205.302719  22822.053296    -89.270168                    
+PR10 -20904.731467   7673.186567 -12525.075063   -140.859056                    
+PR11  -4042.595653  10948.786219 -22668.498639    -92.596505                    
+PR13  25142.831650    -32.609064  -4308.895316   -230.605835                    
+PR14  20864.246425  -7648.298182  12451.546891    -79.714000                    
+PR15   4129.413662 -10856.972589  22731.616434     92.078259                    
+PR17  14005.537078 -19096.235729   9597.124938   -261.231621                    
+PR19  -4348.620327 -13820.413333 -20990.167037    -89.387940                    
+PR20 -13032.250147   3908.532230 -21580.580045    -65.006130                    
+PR23   4662.177970  13344.806332  21247.426598   -200.481500                    
+PR18   6588.702019 -23194.288874  -8101.209288     -1.335377                    
+PR21 -13879.073527  19041.117673  -9645.042674   -143.299330                    
+PR22  -6659.897249  23326.901298   8124.863781   -201.487517                    
+PR03   7668.340839  -8031.167208 -22968.051680    -34.185848                    
+PR02  16016.200502   8805.628176 -17789.816139     20.756960                    
+PR08   5119.986365  20156.993579  14762.936113   -102.027081                    
+*  2009  4  1  3  0  0.00000000                                                 
+PG32  -3535.963657 -21352.549997 -15156.426497    280.332668                    
+PG24   6925.433307  14255.061513  21417.006237    177.734451                    
+PG25 -10482.544390 -12056.710107  21537.835719    333.821484                    
+PG26  -6691.397088  25245.543293  -3426.069093     54.386865                    
+PG27 -18797.374588  14047.343033 -11852.465130     37.033470                    
+PG30  17999.628812  19524.135881  -2006.815647    136.178413                    
+PG03   9984.074986 -23097.608162   7615.345247    373.299512                    
+PG04 -26212.817506   5333.402592   -969.737807    -34.229490                    
+PG06  13797.047019 -19557.613576  11660.710096     59.633620                    
+PG08 -25680.153088   -616.062012   7652.802348   -196.493599                    
+PG09   -141.096750  15581.765483 -22147.186014     48.393246                    
+PG10  -6827.770344  14448.089653  20995.396315    -13.603907                    
+PG14  15813.133049  -3917.404121 -20832.038476   -132.579236                    
+PG13  -8141.524309 -15444.963097  19893.587067    293.227341                    
+PG28 -20784.863633  -9373.148244 -13457.241738    -23.827228                    
+PG21  21166.034627   6883.095864  15182.629173     21.587864                    
+PG11  -3148.214033 -16841.340392 -20454.941628      2.791873                    
+PG22  20616.434148   6607.672856 -15276.099451    202.446526                    
+PG20 -11617.847779 -21870.778367  -9789.552807     86.590711                    
+PG18  20479.598197  15773.346984  -6681.578777    -69.634626                    
+PG16  11613.405788  -9661.020662  21912.047535     63.096567                    
+PG19   6749.881441 -25257.982297  -3799.611214     29.384986                    
+PG23  -1825.917005 -23217.030008  12460.313440    388.974574                    
+PG02 -20084.871059  13139.828979  10808.668946    153.944912                    
+PG31  25566.795716  -7322.909427   1702.999335    -56.437694                    
+PG17 -15965.556012   1512.895024 -21077.706875     52.386745                    
+PG12   9590.900719  21938.572834 -11546.120552   -299.674493                    
+PG15  -6549.500995  25684.673533  -1032.880382   -275.863849                    
+PG29   8370.603531  16872.013901  18849.401767      4.721400                    
+PG07 -17445.693481  -8683.787788  18079.313301     20.995195                    
+PR04  -1358.415701 -16661.919198 -19395.675355     64.051231                    
+PR06 -18005.192774 -11459.337086  13798.776524   -169.217596                    
+PR07  -9599.420341   5995.111435  22837.880463    -89.267331                    
+PR10 -22241.244219   8010.782073  -9694.970810   -140.858378                    
+PR11  -6768.482213  11302.066845 -21821.598716    -92.597284                    
+PR13  24406.636595   -109.804118  -7423.884487   -230.606845                    
+PR14  22200.193465  -7976.822720   9608.656734    -79.711143                    
+PR15   6852.025803 -11251.432437  21875.567451     92.079069                    
+PR17  13330.313464 -17911.643453  12420.945413   -261.232166                    
+PR19  -3427.488460 -16142.289358 -19447.252276    -89.388875                    
+PR20 -11903.643980   1430.180266 -22512.868978    -65.006924                    
+PR23   3714.826157  15692.062879  19782.423038   -200.477131                    
+PR18   6777.702504 -24000.491627  -5010.063886     -1.335592                    
+PR21 -13220.498187  17834.738190 -12471.772295   -143.300221                    
+PR22  -6828.726588  24130.384438   5049.814729   -201.489619                    
+PR03   9322.035953  -5724.003718 -23047.208726    -34.188627                    
+PR02  17303.217440  10416.148921 -15575.198119     20.754223                    
+PR08   4061.296371  18496.499738  17083.245863   -102.026466                    
+*  2009  4  1  3 15  0.00000000                                                 
+PG32  -2182.838138 -20007.242133 -17055.077759    280.328505                    
+PG24   4546.031981  14813.207936  21698.772385    177.737492                    
+PG25  -8235.730660 -12948.915167  22016.150640    333.841170                    
+PG26  -6932.468673  25343.200253   -486.466269     54.388796                    
+PG27 -20092.956129  14269.695029  -9340.705625     37.034454                    
+PG30  17559.078900  19488.396248  -4803.157956    136.179221                    
+PG03  10176.569942 -21987.841990  10158.578614    373.303491                    
+PG04 -26039.666855   4997.474166  -3747.568942    -34.243078                    
+PG06  13750.109846 -18091.592640  13907.594146     59.649917                    
+PG08 -24711.045128   -950.539423  10286.643159   -196.494884                    
+PG09  -2407.124462  16237.431980 -21508.985962     48.395608                    
+PG10  -8582.155184  12707.021829  21498.200435    -13.604047                    
+PG14  15152.211384  -1558.176830 -21623.478243   -132.573660                    
+PG13  -7381.935918 -17520.748679  18426.009557    293.228406                    
+PG28 -21649.996311 -10559.206538 -11111.174645    -23.827022                    
+PG21  19475.554754   7490.621792  17017.019281     21.585747                    
+PG11  -1049.773455 -17790.521409 -19819.309827      2.790404                    
+PG22  21576.926248   7974.548504 -13180.065806    202.445896                    
+PG20 -10537.832147 -21203.079593 -12209.079842     86.589731                    
+PG18  20715.103347  16416.630481  -3970.724753    -69.631528                    
+PG16  13325.844033  -7871.672436  21672.063226     63.093980                    
+PG19   7108.069577 -25432.190987   -953.037861     29.384168                    
+PG23  -1280.881926 -24414.663569   9980.722673    388.974722                    
+PG02 -21246.589779  13151.890155   8267.465821    153.944399                    
+PG31  25630.300290  -7120.174591  -1166.970808    -56.438704                    
+PG17 -15350.639073   -866.260039 -21580.496865     52.388686                    
+PG12   8424.799819  21039.422715 -13869.148685   -299.670384                    
+PG15  -6802.814732  25577.868280   1817.951554   -275.868039                    
+PG29   7666.074055  18797.187804  17254.235138      4.725032                    
+PG07 -15401.376148  -9360.236261  19529.038127     20.994741                    
+PR04    210.869035 -14767.041155 -20923.379386     64.043762                    
+PR06 -19095.534325 -12580.066994  11121.126453   -169.216071                    
+PR07 -11487.101310   3933.126729  22409.179436    -89.266208                    
+PR10 -23196.625920   8378.427340  -6677.465296   -140.858012                    
+PR11  -9333.565361  11831.465661 -20550.008815    -92.597952                    
+PR13  23298.778059    -64.137032 -10394.704582   -230.607795                    
+PR14  23152.891133  -8334.257109   6578.306472    -79.707364                    
+PR15   9407.819075 -11823.136610  20596.067831     92.078888                    
+PR17  12633.787873 -16367.275765  15004.665963   -261.233201                    
+PR19  -2750.456019 -18324.623972 -17526.509363    -89.390055                    
+PR20 -10931.006034  -1207.928759 -23007.866596    -65.007067                    
+PR23   3011.416333  17910.669463  17933.847820   -200.471174                    
+PR18   6780.276360 -24451.780987  -1820.774571     -1.336180                    
+PR21 -12542.539947  16268.540102 -15054.976986   -143.300573                    
+PR22  -6812.722984  24582.345564   1877.503941   -201.491906                    
+PR03  11128.664021  -3557.632689 -22678.980971    -34.191287                    
+PR02  18518.524020  11704.351725 -13057.928355     20.751348                    
+PR08   2714.754010  16713.760187  19071.584430   -102.025326                    
+*  2009  4  1  3 30  0.00000000                                                 
+PG32   -619.058545 -18587.938323 -18654.190162    280.324409                    
+PG24   2190.183315  15494.051573  21611.481677    177.740408                    
+PG25  -6012.817659 -13974.335998  22127.206549    333.860842                    
+PG26  -7087.906378  25125.065007   2461.720925     54.390556                    
+PG27 -21094.021341  14452.690418  -6664.354247     37.036594                    
+PG30  16878.959897  19278.379286  -7517.860937    136.181962                    
+PG03  10395.268566 -20608.243321  12521.164764    373.307677                    
+PG04 -25591.618199   4558.175255  -6462.463500    -34.256402                    
+PG06  13735.733702 -16390.481941  15917.333988     59.666083                    
+PG08 -23485.645216  -1417.350144  12747.807381   -196.495981                    
+PG09  -4551.812137  16988.198515 -20520.653883     48.396222                    
+PG10 -10447.311503  11035.739413  21624.612107    -13.605947                    
+PG14  14608.829519    900.684794 -22038.190526   -132.568888                    
+PG13  -6789.330398 -19456.045401  16638.334082    293.229656                    
+PG28 -22373.830065 -11503.664615  -8573.116089    -23.827388                    
+PG21  17635.845609   8238.487715  18570.285538     21.584153                    
+PG11    934.521271 -18781.256493 -18846.205167      2.789382                    
+PG22  22421.470221   9118.949203 -10855.952212    202.444951                    
+PG20  -9227.936729 -20421.573512 -14420.364864     86.589014                    
+PG18  20759.160202  16834.563680  -1192.782202    -69.628300                    
+PG16  15094.660138  -6210.444488  21062.138325     63.091027                    
+PG19   7368.937932 -25311.429990   1910.198802     29.383388                    
+PG23   -859.275680 -25352.805275   7326.362743    388.975340                    
+PG02 -22124.687930  13121.711213   5580.052160    153.943878                    
+PG31  25399.031623  -6815.270351  -4016.984867    -56.439601                    
+PG17 -14852.222607  -3307.298375 -21709.320743     52.390138                    
+PG12   7024.999882  20037.321047 -15953.761092   -299.665929                    
+PG15  -7001.681185  25168.506301   4637.387286   -275.872256                    
+PG29   7106.402435  20565.423398  15364.879751      4.728847                    
+PG07 -13257.481260 -10191.207868  20643.251524     20.994309                    
+PR04   2025.944881 -12874.381065 -22049.572315     64.035455                    
+PR06 -20019.033619 -13375.563937   8225.384385   -169.220420                    
+PR07 -13458.584439   2065.032437  21544.223667    -89.264431                    
+PR10 -23756.280721   8719.536631  -3530.890488   -140.857156                    
+PR11 -11677.788598  12503.674703 -18878.157214    -92.598760                    
+PR13  21855.290811    150.185922 -13163.705596   -230.608706                    
+PR14  23707.728736  -8663.807654   3419.606433    -79.704758                    
+PR15  11737.366354 -12537.833737  18918.238028     92.079710                    
+PR17  11972.077982 -14487.167338  17298.249657   -261.234214                    
+PR19  -2305.208832 -20303.070782 -15265.250989    -89.390959                    
+PR20 -10145.832388  -3943.249942 -23055.696049    -65.007336                    
+PR23   2541.416654  19935.784103  15737.603855   -200.466916                    
+PR18   6644.917766 -24520.048230   1404.176400     -1.337173                    
+PR21 -11901.320197  14367.731965 -17344.387333   -143.302140                    
+PR22  -6660.123107  24654.687068  -1330.979934   -201.494458                    
+PR03  13039.109822  -1581.715829 -21870.512576    -34.192790                    
+PR02  19600.874149  12664.127934 -10286.880519     20.748650                    
+PR08   1088.925847  14873.080382  20689.328288   -102.024859                    
+*  2009  4  1  3 45  0.00000000                                                 
+PG32   1141.478479 -17138.828072 -19924.246504    280.320424                    
+PG24    -96.856082  16283.401504  21157.375900    177.743881                    
+PG25  -3857.852148 -15114.624686  21869.790319    333.880656                    
+PG26  -7196.872367  24582.476835   5365.824695     54.392498                    
+PG27 -21797.873943  14556.979774  -3871.461646     37.038981                    
+PG30  15948.534759  18930.254710 -10105.268074    136.183402                    
+PG03  10670.873849 -18982.367737  14660.776471    373.313147                    
+PG04 -24890.137833   3986.345405  -9068.909914    -34.269677                    
+PG06  13783.577911 -14482.769395  17656.173856     59.682345                    
+PG08 -22037.326975  -2042.087731  14994.425596   -196.498024                    
+PG09  -6538.530069  17805.745571 -19197.132224     48.398178                    
+PG10 -12387.602481   9469.090094  21373.440100    -13.606885                    
+PG14  14200.188769   3410.299340 -22069.215703   -132.563797                    
+PG13  -6350.086592 -21204.795988  14561.897518    293.230573                    
+PG28 -22918.087550 -12216.484391  -5887.763690    -23.827478                    
+PG21  15687.626550   9134.134146  19815.995708     21.582638                    
+PG11   2775.872701 -19782.916460 -17551.095100      2.788186                    
+PG22  23110.727395  10044.079292  -8344.309625    202.445086                    
+PG20  -7692.742412 -19566.514248 -16385.938970     86.587780                    
+PG18  20584.081036  17049.677121   1605.268283    -69.625383                    
+PG16  16879.109459  -4703.495336  20093.291245     63.088595                    
+PG19   7568.481727 -24887.235541   4740.083395     29.382729                    
+PG23   -530.797555 -26004.651725   4543.666026    388.975376                    
+PG02 -22715.442297  13012.201915   2793.966061    153.943477                    
+PG31  24890.449083  -6374.188685  -6798.168217    -56.440717                    
+PG17 -14482.189393  -5762.362580 -21462.514807     52.391471                    
+PG12   5398.693557  18975.010505 -17763.774498   -299.661962                    
+PG15  -7183.283059  24457.356185   7376.761420   -275.876233                    
+PG29   6675.345981  22135.935792  13213.378086      4.732554                    
+PG07 -11061.710878 -11175.781175  21402.495828     20.994007                    
+PR04   4055.616254 -11042.510654 -22752.792391     64.027117                    
+PR06 -20720.347706 -13859.640246   5168.603027   -169.222589                    
+PR07 -15456.063066    426.417499  20259.798498    -89.263598                    
+PR10 -23919.011405   8976.871602   -316.063114   -140.856387                    
+PR11 -13749.391401  13275.858973 -16838.331133    -92.599644                    
+PR13  20122.774084    570.975275 -15677.179886   -230.609527                    
+PR14  23863.702431  -8908.094455    194.186036    -79.701804                    
+PR15  13789.831889 -13351.871908  16874.818553     92.079442                    
+PR17  11396.808924 -12307.487312  19257.211040   -261.234966                    
+PR19  -2067.822732 -22018.754755 -12707.407622    -89.392019                    
+PR20  -9568.252661  -6708.310659 -22655.165960    -65.008374                    
+PR23   2282.573230  21707.642107  13236.308558   -200.460603                    
+PR18   6425.117127 -24189.834764   4601.644324     -1.337641                    
+PR21 -11348.294481  12169.678021 -19295.553641   -143.303753                    
+PR22  -6424.080425  24331.593470  -4513.795670   -201.496932                    
+PR03  14996.799156    163.913787 -20637.485350    -34.195504                    
+PR02  20491.079999  13302.259319  -7315.880387     20.746040                    
+PR08   -795.009348  13037.687492  21905.059781   -102.024066                    
+*  2009  4  1  4  0  0.00000000                                                 
+PG32   3076.299835 -15702.450518 -20841.452414    280.316638                    
+PG24  -2273.198759  17159.945439  20344.815499    177.747615                    
+PG25  -1811.003253 -16344.398996  21248.617600    333.900696                    
+PG26  -7299.694917  23716.788537   8173.350060     54.394693                    
+PG27 -22211.130373  14544.600369  -1011.381257     37.041317                    
+PG30  14764.966198  18482.701109 -12522.186259    136.185553                    
+PG03  11029.840823 -17141.140273  16539.098920    373.319003                    
+PG04 -23963.182775   3257.687144 -11523.226891    -34.282189                    
+PG06  13918.323207 -12402.981271  19095.032124     59.698899                    
+PG08 -20405.151285  -2843.542438  16987.936414   -196.500361                    
+PG09  -8336.316395  18656.159722 -17558.690824     48.399455                    
+PG10 -14362.477633   8035.420381  20750.165980    -13.606828                    
+PG14  13935.180475   5919.475492 -21716.353281   -132.558637                    
+PG13  -6042.841659 -22725.797326  12233.018929    293.231743                    
+PG28 -23248.727931 -12715.514849  -3101.817249    -23.827372                    
+PG21  13673.424331  10177.547923  20732.480407     21.580722                    
+PG11   4451.352309 -20761.166276 -15955.038098      2.787350                    
+PG22  23608.388919  10761.038428  -5688.788121    202.445375                    
+PG20  -5944.905867 -18677.876253 -18072.544791     86.587402                    
+PG18  20168.134087  17090.221884   4376.367514    -69.621683                    
+PG16  18635.363266  -3369.350993  18782.551641     63.086194                    
+PG19   7744.071385 -24160.070566   7487.287259     29.382190                    
+PG23   -260.936323 -26351.581790   1681.371844    388.976188                    
+PG02 -23023.970201  12787.537565    -41.499574    153.943439                    
+PG31  24129.742491  -5767.499339  -9462.557500    -56.441359                    
+PG17 -14244.386747  -8182.515446 -20844.942214     52.393229                    
+PG12   3561.642011  17894.549028 -19267.646918   -299.657622                    
+PG15  -7384.358092  23453.981345   9988.834587   -275.879828                    
+PG29   6349.980709  23472.948192  10836.257692      4.736552                    
+PG07  -8861.833555 -12304.744948  21793.381408     20.993913                    
+PR04   6258.176130  -9324.226245 -23019.596534     64.020318                    
+PR06 -21150.236039 -14057.831087   2010.807693   -169.224008                    
+PR07 -17417.406145   -958.489287  18580.877356    -89.261869                    
+PR10 -23696.950585   9095.158513   2904.874922   -140.856068                    
+PR11 -15506.847579  14097.526677 -14470.065557    -92.600273                    
+PR13  18156.509867   1226.223314 -17886.399776   -230.610245                    
+PR14  23633.335688  -9011.810633  -3035.026261    -79.697825                    
+PR15  15524.819829 -14214.105332  14505.523977     92.079816                    
+PR17  10952.826810  -9875.271613  20843.474414   -261.235801                    
+PR19  -2003.998868 -23420.610946  -9902.674410    -89.392920                    
+PR20  -9206.241147  -9433.279233 -21813.813817    -65.008342                    
+PR23   2202.071740  23173.917202  10478.470208   -200.454954                    
+PR18   6176.827798 -23459.045891   7709.089762     -1.337631                    
+PR21 -10927.955822   9722.538317 -20870.706824   -143.304491                    
+PR22  -6160.211026  23610.270738  -7609.515613   -201.499300                    
+PR03  16939.939565   1650.685890 -19003.816790    -34.197645                    
+PR02  21134.572830  13637.881447  -4202.659794     20.743355                    
+PR08  -2903.893620  11267.154671  22695.175722   -102.023019                    
+*  2009  4  1  4 15  0.00000000                                                 
+PG32   5154.985347 -14318.031760 -21388.283479    280.312376                    
+PG24  -4301.703272  18096.044332  19188.100305    177.750747                    
+PG25     92.736364 -17632.121203  20274.234229    333.920467                    
+PG26  -7436.020546  22539.515520  10833.057567     54.396177                    
+PG27 -22349.171704  14380.585166   1866.160062     37.043208                    
+PG30  13333.530724  17975.329707 -14728.537856    136.187271                    
+PG03  11493.131002 -15121.759565  18122.596232    373.324029                    
+PG04 -22844.146874   2353.862387 -13784.237822    -34.295178                    
+PG06  14158.639678 -10190.516706  20209.944452     59.715356                    
+PG08 -18632.493389  -3832.772211  18693.740381   -196.501924                    
+PG09  -9920.866461  19501.124439 -15630.736435     48.400765                    
+PG10 -16327.940157   6755.645188  19766.768410    -13.606300                    
+PG14  13814.082981   8376.520554 -20986.141848   -132.553463                    
+PG13  -5839.508722 -23984.183110   9692.334332    293.232766                    
+PG28 -23337.259973 -13025.530418   -263.149057    -23.827485                    
+PG21  11636.143751  11361.073266  21303.216449     21.579830                    
+PG11   5944.617335 -21679.239605 -14084.406399      2.785978                    
+PG22  23882.614206  11288.161496  -2935.356651    202.444237                    
+PG20  -4004.861794 -17793.802769 -19451.669917     86.586181                    
+PG18  19496.448201  16988.934002   7074.114431    -69.618369                    
+PG16  20318.080695  -2218.391514  17152.644373     63.083495                    
+PG19   7932.782278 -23139.357570  10104.061488     29.381195                    
+PG23    -12.543405 -26383.865286  -1210.372546    388.976710                    
+PG02 -23063.889661  12414.769634  -2876.241542    153.942973                    
+PG31  23148.875509  -4971.709854 -11963.931988    -56.442409                    
+PG17 -14134.548859 -10519.443509 -19867.866883     52.394975                    
+PG12   1537.788953  16835.673362 -20439.046654   -299.653551                    
+PG15  -7639.585445  22176.438962  12428.613472   -275.883701                    
+PG29   6101.736382  24546.962745   8273.936570      4.740135                    
+PG07  -6703.997355 -13560.814436  21808.838624     20.993515                    
+PR04   8582.893364  -7764.503747 -22844.804331     64.012713                    
+PR06 -21267.728460 -14006.022042  -1186.221142   -169.228052                    
+PR07 -19278.652538  -2077.597012  16540.136001    -89.258660                    
+PR10 -23114.956269   9023.633037   6069.642140   -140.855204                    
+PR11 -16920.382469  14912.747102 -11819.383353    -92.601727                    
+PR13  16018.237916   2132.687729 -19748.556528   -230.611550                    
+PR14  23042.043804  -8924.301270  -6205.048792    -79.695698                    
+PR15  16913.792971 -15068.124490  11856.271021     92.082356                    
+PR17  10676.207866  -7246.711280  22026.114127   -261.237303                    
+PR19  -2070.743337 -24467.413434  -6905.545252    -89.393639                    
+PR20  -9055.356414 -12048.643979 -20547.778862    -65.007439                    
+PR23   2258.148472  24291.789054   7517.552014   -200.450560                    
+PR18   5955.837832 -22339.111267  10665.828696     -1.337815                    
+PR21 -10675.855808   7083.465523 -22039.480561   -143.305532                    
+PR22  -5924.038021  22501.168208 -10558.290112   -201.501866                    
+PR03  18803.997705   2862.247524 -17001.199248    -34.198799                    
+PR02  21483.789687  13701.433746  -1007.732382     20.740495                    
+PR08  -5193.731150   9614.998055  23044.343842   -102.022221                    
+*  2009  4  1  4 30  0.00000000                                                 
+PG32   7340.138841 -13019.951927 -21553.912136    280.308398                    
+PG24  -6151.165171  19058.770651  17707.203681    177.752873                    
+PG25   1824.656516 -18941.205471  18962.845195    333.940149                    
+PG26  -7642.966845  21072.061495  13296.058208     54.397865                    
+PG27 -22235.280536  14034.419825   4711.941939     37.045994                    
+PG30  11667.537782  17447.103875 -16687.948123    136.189497                    
+PG03  12075.204170 -12966.348112  19383.175023    373.329440                    
+PG04 -21570.621883   1263.370607 -15813.909259    -34.308627                    
+PG06  14516.396620  -7888.313008  20982.422143     59.731719                    
+PG08 -16765.507104  -5012.455543  20081.811515   -196.503410                    
+PG09 -11275.305284  20299.295572 -13443.554531     48.402357                    
+PG10 -18238.145188   5642.629467  18441.430332    -13.606634                    
+PG14  13828.613010  10731.065391 -19891.714207   -132.548166                    
+PG13  -5706.561151 -24952.663378   6984.058933    293.233819                    
+PG28 -23161.833480 -13177.032082   2580.008257    -23.827588                    
+PG21   9617.617906  12669.502806  21517.155423     21.578243                    
+PG11   7246.381109 -22499.336831 -11970.509172      2.784969                    
+PG22  23907.300329  11650.086108   -131.493598    202.443513                    
+PG20  -1900.234507 -16949.140373 -20500.002387     86.585003                    
+PG18  18561.669362  16781.653358   9653.479334    -69.615585                    
+PG16  21882.041512  -1252.652242  15231.588237     63.080866                    
+PG19   8169.748265 -21843.167480  12545.091381     29.380569                    
+PG23    252.486951 -26101.027102  -4080.938052    388.977038                    
+PG02 -22856.643819  11865.321345  -5660.301775    153.942608                    
+PG31  21985.371043  -3970.410416 -14258.633147    -56.443450                    
+PG17 -14140.547770 -12727.130732 -18548.716391     52.396510                    
+PG12   -641.444642  15834.259317 -21257.335627   -299.649327                    
+PG15  -7980.060220  20650.661342  14654.128123   -275.887974                    
+PG29   5897.656096  25335.807661   5570.060895      4.743718                    
+PG07  -4631.108474 -14919.171424  21448.262612     20.993138                    
+PR04  10971.876883  -6398.788371 -22231.598204     64.009933                    
+PR06 -21041.945669 -13748.655360  -4360.183266   -169.228685                    
+PR07 -20976.601764  -2931.211019  14177.314065    -89.256849                    
+PR10 -22209.496734   8718.406350   9117.007441   -140.854301                    
+PR11 -17973.003780  15662.622491  -8937.900517    -92.602882                    
+PR13  13773.680654   3294.953842 -21227.583090   -230.612437                    
+PR14  22126.970510  -8601.950535  -9254.091979    -79.693704                    
+PR15  17941.006578 -15854.716768   8978.295511     92.083783                    
+PR17  10592.646836  -4485.065118  22781.962667   -261.238504                    
+PR19  -2218.419451 -25129.409667  -3774.252781    -89.394796                    
+PR20  -9099.021644 -14487.891537 -18881.505372    -65.006751                    
+PR23   2402.082410  25029.631789   4410.941485   -200.445122                    
+PR18   5815.162033 -20854.586672  13414.237817     -1.338294                    
+PR21 -10617.026568   4316.435728 -22779.481847   -143.306813                    
+PR22  -5768.440047  21027.671512 -13302.989585   -201.504370                    
+PR03  20524.310589   3794.899128 -14668.488645    -34.200768                    
+PR02  21500.284583  13533.141333   2206.786689     20.737584                    
+PR08  -7611.291229   8126.546589  22945.798629   -102.021055                    
+*  2009  4  1  4 45  0.00000000                                                 
+PG32   9588.666236 -11836.410915 -21334.497460    280.304274                    
+PG24  -7797.281568  20011.150768  15927.425737    177.755628                    
+PG25   3363.206673 -20231.315902  17336.073306    333.959766                    
+PG26  -7953.363141  19345.021006  15516.885596     54.399939                    
+PG27 -21899.511207  13481.297107   7478.066434     37.049029                    
+PG30   9787.961751  16934.810702 -18368.264655    136.192424                    
+PG03  12783.292728 -10720.407052  20298.727162    373.334853                    
+PG04 -20183.016992    -17.822730 -17577.946952    -34.322179                    
+PG06  14996.141503  -5541.391277  21399.723160     59.747959                    
+PG08 -14851.478972  -6376.555856  21127.255427   -196.505143                    
+PG09 -12390.711977  21007.821816 -11031.977387     48.403154                    
+PG10 -20047.063849   4700.900330  16798.140084    -13.607379                    
+PG14  13962.327079  12935.833708 -18452.532438   -132.543114                    
+PG13  -5606.530145 -25612.473981   4155.192174    293.234647                    
+PG28 -22708.075320 -13204.863456   5379.844179    -23.827837                    
+PG21   7657.186968  14080.452086  21368.989850     21.576557                    
+PG11   8354.614385 -23184.094852  -9649.117015      2.783734                    
+PG22  23663.134799  11876.587418   2674.636721    202.443666                    
+PG20    335.019077 -16174.113520 -21199.802839     86.584356                    
+PG18  17364.348550  16505.847626  12071.486826    -69.612483                    
+PG16  23283.779541   -465.944029  13052.216827     63.078086                    
+PG19   8486.606233 -20297.579325  14768.295297     29.379951                    
+PG23    571.500880 -25511.852298  -6880.146351    388.977579                    
+PG02 -22430.520824  11116.304668  -8344.810298    153.942380                    
+PG31  20680.882063  -2755.154657 -16306.356819    -56.444504                    
+PG17 -14242.959891 -14763.438445 -16910.740820     52.397967                    
+PG12  -2938.160626  14920.939530 -21707.956769   -299.645294                    
+PG15  -8431.916103  18909.544391  16627.152928   -275.891942                    
+PG29   5701.833378  25825.420253   2770.784201      4.747545                    
+PG07  -2681.337925 -16348.309277  20717.546909     20.992545                    
+PR04  13362.244156  -5251.686534 -21191.477880     64.001873                    
+PR06 -20453.497828 -13336.597466  -7449.485279   -169.225849                    
+PR07 -22451.392114  -3531.762037  11538.436336    -89.252897                    
+PR10 -21027.070592   8144.553279  11987.962573   -140.853833                    
+PR11 -18661.001318  16287.908457  -5881.813805    -92.603723                    
+PR13  11489.921092   4705.015152 -22294.845510   -230.613394                    
+PR14  20935.347517  -8010.273999 -12122.776934    -79.690405                    
+PR15  18603.921826 -16514.455691   5927.174493     92.085620                    
+PR17  10716.293032  -1658.280562  23096.074466   -261.239748                    
+PR19  -2393.085140 -25389.491824   -569.634968    -89.395938                    
+PR20  -9309.335058 -16690.072762 -16847.280590    -65.006859                    
+PR23   2580.484163  25368.253718   1218.844502   -200.440237                    
+PR18   5802.567879 -19042.216258  15900.889307     -1.339241                    
+PR21 -10764.868861   1489.805361 -23076.700654   -143.308006                    
+PR22  -5741.209955  19225.276133 -15790.303442   -201.507046                    
+PR03  22038.722052   4457.494998 -12050.954037    -34.204438                    
+PR02  21156.474280  13181.093521   5378.393555     20.735128                    
+PR08 -10096.106976   6837.173119  22401.471101   -102.020259                    
+*  2009  4  1  5  0  0.00000000                                                 
+PG32  11853.310366 -10788.354241 -20733.324773    280.299986                    
+PG24  -9223.356924  20913.565404  13878.971550    177.758260                    
+PG25   4694.615365 -21459.811596  15420.649302    333.979474                    
+PG26  -8394.164980  17397.081353  17454.508833     54.402029                    
+PG27 -21377.348390  12703.129614  10118.700285     37.051541                    
+PG30   7722.803744  16471.637409 -19742.006796    136.194349                    
+PG03  13616.990362  -8431.142980  20853.538114    373.339842                    
+PG04 -18723.084987  -1485.930835 -19046.342983    -34.335081                    
+PG06  15594.865443  -3195.335300  21455.034273     59.763855                    
+PG08 -12937.130816  -7910.316907  21810.802274   -196.507205                    
+PG09 -13266.370803  21583.963721  -8434.972555     48.406329                    
+PG10 -21710.147163   3926.694246  14866.199164    -13.607655                    
+PG14  14191.354377  14948.286561 -16694.010153   -132.537983                    
+PG13  -5499.654336 -25954.001166   1254.681590    293.235774                    
+PG28 -21969.647002 -13146.697867   8089.713619    -23.827878                    
+PG21   5790.355414  15565.012020  20859.348332     21.574576                    
+PG11   9274.465103 -23698.072194  -7159.891183      2.782771                    
+PG22  23138.393261  12001.228207   5435.007008    202.442327                    
+PG20   2661.703514 -15493.187625 -21539.188910     86.583624                    
+PG18  15913.049492  16199.093901  14287.862529    -69.609481                    
+PG16  24483.157175    155.714636  10651.629406     63.075617                    
+PG19   8910.094197 -18535.739046  16735.552892     29.378927                    
+PG23    979.403196 -24634.033158  -9559.188422    388.977881                    
+PG02 -21819.413660  10151.603919 -10882.893369    153.941928                    
+PG31  19279.600824  -1326.036748 -18070.901782    -56.445486                    
+PG17 -14415.922951 -16591.532270 -14982.576139     52.399489                    
+PG12  -5309.242244  14119.933925 -21782.716711   -299.641081                    
+PG15  -9015.150037  16991.779219  18313.858968   -275.896321                    
+PG29   5476.972642  26010.334893    -76.001597      4.751321                    
+PG07   -886.814201 -17811.152136  19629.003722     20.992327                    
+PR04  15688.509464  -4336.112127 -19744.068829     63.996957                    
+PR06 -19495.406480 -12824.763241 -10394.433136   -169.225679                    
+PR07 -23648.957347  -3903.018791   8674.909223    -89.250321                    
+PR10 -19622.226967   7277.834421  14626.855382   -140.853316                    
+PR11 -18993.893550  16731.670268  -2710.791061    -92.604521                    
+PR13   9232.742635   6342.390282 -22929.690531   -230.614877                    
+PR14  19522.448269  -7125.626104 -14755.302010    -79.687868                    
+PR15  18913.084389 -16990.312030   2761.771094     92.085450                    
+PR17  11049.084299   1163.581018  22962.035573   -261.240618                    
+PR19  -2539.015901 -25243.856210   2646.049342    -89.396988                    
+PR20  -9648.377087 -18602.148437 -14484.615055    -65.006820                    
+PR23   2737.785130  25301.636945  -1996.874989   -200.435538                    
+PR18   5958.342059 -16949.497840  18077.591794     -1.339313                    
+PR21 -11120.551138  -1326.302972 -22925.752956   -143.308750                    
+PR22  -5882.826119  17140.272373 -17971.775306   -201.509657                    
+PR03  23290.134455   4870.813276  -9199.402053    -34.207598                    
+PR02  20436.944090  12699.001137   8445.416703     20.732294                    
+PR08 -12582.787358   5770.959941  21421.950204   -102.018952                    
+*  2009  4  1  5 15  0.00000000                                                 
+PG32  14084.378765  -9888.709475 -19760.786720    280.295640                    
+PG24 -10420.726863  21725.257058  11596.460571    177.761107                    
+PG25   5813.230624 -22583.290442  13248.034841    333.999453                    
+PG26  -8985.121761  15273.568748  19073.250089     54.403571                    
+PG27 -20708.212826  11689.293584  12590.738083     37.054047                    
+PG30   5506.208494  16085.900551 -20786.743870    136.197005                    
+PG03  14568.171764  -6145.739822  21038.552059    373.345489                    
+PG04 -17232.406509  -3129.277898 -20193.867484    -34.348377                    
+PG06  16302.062374   -894.758452  21147.563662     59.780224                    
+PG08 -11066.932969  -9590.597314  22119.222338   -196.507750                    
+PG09 -13909.730739  21986.758641  -5695.146699     48.406837                    
+PG10 -23185.925765   3308.330533  12679.650297    -13.609518                    
+PG14  14485.429278  16732.078800 -14647.031311   -132.532871                    
+PG13  -5345.614869 -25977.059690  -1667.438231    293.236703                    
+PG28 -20948.511341 -13041.454157  10664.834118    -23.828322                    
+PG21   4047.577102  17088.664294  19994.910356     21.572568                    
+PG11  10017.894917 -24009.190285  -4545.723797      2.781683                    
+PG22  22329.454017  12059.878393   8102.535647    202.442022                    
+PG20   5036.676145 -14924.162253 -21512.328485     86.582829                    
+PG18  14224.173999  15897.571279  16265.638285    -69.606239                    
+PG16  25444.823936    633.371604   8070.580018     63.072793                    
+PG19   9460.858190 -16596.657593  18413.350102     29.378191                    
+PG23   1507.080497 -23493.474457 -12071.509185    388.978017                    
+PG02 -21061.375187   8962.682386 -13230.526357    153.941699                    
+PG31  17826.567281    308.063643 -19520.858205    -56.446512                    
+PG17 -14628.247362 -18181.103461 -12797.721955     52.401052                    
+PG12  -7707.824166  13448.140110 -21479.956789   -299.637036                    
+PG15  -9742.694580  14940.472608  19685.386966   -275.899890                    
+PG29   5186.013611  25893.855638  -2921.471798      4.754850                    
+PG07    727.446972 -19266.406365  18201.170704     20.991870                    
+PR04  17885.098453  -3652.922031 -17916.785925     63.992623                    
+PR06 -18173.516198 -12269.600949 -13138.367789   -169.230675                    
+PR07 -24523.258130  -4078.818831   5642.510577    -89.247564                    
+PR10 -18055.267274   6105.978926  16982.462689   -140.853317                    
+PR11 -18993.822933  16941.860084    513.212749    -92.605434                    
+PR13   7064.040785   8174.772074 -23119.839644   -230.615685                    
+PR14  17949.224352  -5936.449736 -17100.533494    -79.686518                    
+PR15  18891.475107 -17230.179439   -456.879178     92.084935                    
+PR17  11580.608821   3911.009791  22382.111895   -261.241686                    
+PR19  -2601.305808 -24702.123210   5810.332524    -89.398180                    
+PR20 -10069.959465 -20181.015786 -11839.476479    -65.007682                    
+PR23   2818.821946  24837.146175  -5173.887656   -200.429983                    
+PR18   6313.392808 -14632.814878  19902.317130     -1.339656                    
+PR21 -11672.942435  -4062.676737 -22329.954838   -143.310105                    
+PR22  -6224.530950  14827.992638 -19804.754495   -201.512338                    
+PR03  24228.868835   5066.422849  -6169.192786    -34.208523                    
+PR02  19339.257737  12143.728430  11348.221728     20.729694                    
+PR08 -15003.547001   4939.853728  20026.276620   -102.018383                    
+*  2009  4  1  5 30  0.00000000                                                 
+PG32  16231.590090  -9141.969560 -18434.202919    280.291437                    
+PG24 -11388.886482  22405.890017   9118.373628    177.764024                    
+PG25   6721.568699 -23559.179864  10853.979696    334.019251                    
+PG26  -9737.764930  13024.703762  20343.573919     54.405956                    
+PG27 -19933.873960  10437.087899  14854.384691     37.057435                    
+PG30   3177.368742  15799.969958 -21485.401667    136.199414                    
+PG03  15621.244451  -3909.650389  20851.490021    373.348474                    
+PG04 -15750.885727  -4928.524170 -21000.498292    -34.361421                    
+PG06  17100.078877   1318.186772  20482.543976     59.796391                    
+PG08  -9281.492302 -11386.539841  22045.651897   -196.509670                    
+PG09 -14336.064072  22178.673780  -2858.161401     48.409078                    
+PG10 -24437.485724   2826.889982  10276.639934    -13.609708                    
+PG14  14809.180033  18258.272421 -12347.376829   -132.527654                    
+PG13  -5105.286887 -25690.816789  -4560.915452    293.237589                    
+PG28 -19654.905923 -12927.698567  13062.932200    -23.828556                    
+PG21   2453.215559  18612.434799  18788.431146     21.570640                    
+PG11  10603.042547 -24090.071634  -1851.998334      2.780686                    
+PG22  21241.012359  12089.162087  10631.868381    202.442110                    
+PG20   7414.288842 -14477.527663 -21119.539241     86.581745                    
+PG18  12321.511567  15634.616699  17971.710948    -69.603195                    
+PG16  26139.506407    994.149358   5352.813471     63.069915                    
+PG19  10152.513717 -14523.798271  19773.330740     29.377411                    
+PG23   2179.993662 -22123.287528 -14373.639800    388.978437                    
+PG02 -20197.031489   7549.081321 -15347.313548    153.941335                    
+PG31  16365.942971   2129.584080 -20630.219746    -56.447457                    
+PG17 -14844.736825 -19509.340676 -10393.944437     52.402375                    
+PG12 -10084.918060  12914.521000 -20804.607360   -299.632738                    
+PG15 -10619.773705  12801.609994  20718.331698   -275.904202                    
+PG29   4793.757182  25487.904939  -5716.698472      4.758606                    
+PG07   2144.333607 -20670.092824  16458.506156     20.991334                    
+PR04  19888.889726  -3191.057017 -15744.355339     63.989764                    
+PR06 -16506.384383 -11726.545272 -15628.723785   -169.231450                    
+PR07 -25038.193874  -4101.372899   2500.293346    -89.245150                    
+PR10 -16389.723322   4629.472414  19008.982520   -140.853133                    
+PR11 -18694.426017  16873.703122   3727.188724    -92.606158                    
+PR13   5039.413451  10159.182567 -22861.622704   -230.616399                    
+PR14  16279.726120  -4444.014831 -19112.998669    -79.682696                    
+PR15  18573.360728 -17189.210823  -3666.721194     92.086319                    
+PR17  12288.502959   6517.694543  21367.231389   -261.242811                    
+PR19  -2528.435801 -23786.913037   8861.753903    -89.399299                    
+PR20 -10521.742089 -21395.129846  -8963.391745    -65.007795                    
+PR23   2771.407171  23995.198039  -8250.601099   -200.425418                    
+PR18   6887.767694 -12155.216683  21339.995880     -1.340398                    
+PR21 -12399.079363  -6653.641239 -21301.228649   -143.311322                    
+PR22  -6786.799451  12350.690383 -21253.244666   -201.514806                    
+PR03  24814.734470   5085.095636  -3019.165982    -34.211143                    
+PR02  17874.236295  11572.704866  14030.375645     20.726711                    
+PR08 -17290.849074   4343.344240  18241.572900   -102.017119                    
+*  2009  4  1  5 45  0.00000000                                                 
+PG32  18245.958189  -8544.143011 -16777.481082    280.287110                    
+PG24 -12135.319684  22917.106931   6486.444171    177.765074                    
+PG25   7430.067173 -24347.320476   8278.014632    334.039107                    
+PG26 -10654.767684  10703.647757  21242.720496     54.408011                    
+PG27 -19096.828059   8951.903115  16873.658091     37.059820                    
+PG30    779.255643  15629.422527 -21826.496851    136.202800                    
+PG03  16753.718400  -1764.979964  20296.822215    373.354300                    
+PG04 -14315.311015  -6857.179266 -21451.781731    -34.374482                    
+PG06  17964.741600   3405.203735  19471.146465     59.812677                    
+PG08  -7616.078620 -13260.558033  21589.817456   -196.511754                    
+PG09 -14567.824664  22127.185488     27.940051     48.410819                    
+PG10 -25433.767175   2457.166509   7698.729258    -13.611275                    
+PG14  15123.620538  19506.262154  -9835.071600   -132.522608                    
+PG13  -4742.438691 -25113.368181  -7376.143973    293.238467                    
+PG28 -18107.030502 -12842.088059  15244.835846    -23.828426                    
+PG21   1024.722905  20094.250247  17258.667150     21.568845                    
+PG11  11053.335743 -23919.217680    874.217187      2.779394                    
+PG22  19885.989133  12124.892022  12980.121454    202.440386                    
+PG20   9747.928033 -14156.108529 -20367.292903     86.580985                    
+PG18  10235.528635  15439.394101  19377.350039    -69.600024                    
+PG16  26545.082964   1270.025025   2544.357130     63.067301                    
+PG19  10990.996494 -12363.510760  20792.747232     29.376711                    
+PG23   3016.996417 -20562.516432 -16425.961166    388.978738                    
+PG02 -19267.921255   5918.594659 -17197.180223    153.940691                    
+PG31  14939.319579   4112.731272 -21378.903873    -56.448149                    
+PG17 -15027.665722 -20561.618170  -7812.615913     52.403691                    
+PG12 -12391.131015  12519.815251 -19768.122704   -299.628744                    
+PG15 -11643.566592  10622.420287  21395.130483   -275.908218                    
+PG29   4268.429392  24812.552111  -8413.490355      4.762253                    
+PG07   3355.117708 -21977.200886  14430.976795     20.990479                    
+PR04  21641.682008  -2928.184528 -13268.199690     63.984813                    
+PR06 -14524.659252 -11247.544936 -17817.993562   -169.231088                    
+PR07 -25169.114223  -4019.216369   -690.574540    -89.243744                    
+PR10 -14689.715962   2861.814705  20666.926672   -140.852753                    
+PR11 -18139.227400  16491.788784   6868.329895    -92.606832                    
+PR13   3206.028895  12243.586676 -22160.047109   -230.617094                    
+PR14  14578.417640  -2662.615100 -20753.762064    -79.680165                    
+PR15  18002.692705 -16831.869252  -6805.851896     92.087484                    
+PR17  13139.370985   8923.042148  19936.798512   -261.243784                    
+PR19  -2274.699904 -22532.895433  11741.055039    -89.400412                    
+PR20 -10947.627263 -22225.650648  -5912.434655    -65.007790                    
+PR23   2548.777672  22808.404574 -11167.348844   -200.421011                    
+PR18   7689.647741  -9583.942296  22363.168005     -1.341101                    
+PR21 -13265.145212  -9039.531333 -19859.845280   -143.312343                    
+PR22  -7578.265248   9775.135860 -22288.631823   -201.517330                    
+PR03  25018.720751   4974.831986    189.501671    -34.215424                    
+PR02  16065.693766  11041.327147  16439.747530     20.723766                    
+PR08 -19380.051716   3968.679264  16102.516890   -102.016091                    
+*  2009  4  1  6  0  0.00000000                                                 
+PG32  20081.630417  -8083.073180 -14820.628372    280.283094                    
+PG24 -12675.036183  23224.025976   3745.000767    177.768165                    
+PG25   7956.547967 -24911.487727   5562.881884    334.058665                    
+PG26 -11729.707205   8364.433545  21755.161981     54.410195                    
+PG27 -18238.697482   7247.104899  18616.816001     37.062043                    
+PG30  -1642.781421  15582.453366 -21804.298935    136.205934                    
+PG03  17937.064966    250.971543  19385.600445    373.359149                    
+PG04 -12958.032911  -8882.389275 -21539.117590    -34.387432                    
+PG06  18866.239675   5333.101655  18130.307340     59.828912                    
+PG08  -6099.349956 -15169.609526  20758.147322   -196.514181                    
+PG09 -14633.717837  21806.221002   2913.492507     48.412895                    
+PG10 -26150.640584   2168.850539   4990.167355    -13.613149                    
+PG14  15387.784788  20464.380522  -7153.665616   -132.517401                    
+PG13  -4225.312827 -24270.985616 -10065.004801    293.239597                    
+PG28 -16330.464094 -12817.907036  17175.011430    -23.828521                    
+PG21   -227.925003  21490.453492  15430.193644     21.567420                    
+PG11  11396.385178 -23481.974334   3585.028929      2.777802                    
+PG22  18285.139266  12200.550674  15107.575973    202.440774                    
+PG20  11991.597165 -13955.008406 -19268.123466     86.580012                    
+PG18   8002.421061  15335.723272  20458.649552    -69.596883                    
+PG16  26647.404285   1496.427458   -307.222191     63.064700                    
+PG19  11974.225025 -10163.374100  21454.805541     29.375961                    
+PG23   4029.426356 -18854.650005 -18193.384523    388.978959                    
+PG02 -18314.830156   4087.116910 -18748.965758    153.940400                    
+PG31  13584.131290   6224.269051 -21753.166418    -56.449245                    
+PG17 -15138.355680 -21331.877465  -5098.003077     52.405145                    
+PG12 -14578.409809  12256.583258 -18388.296198   -299.624810                    
+PG15 -12803.191942   8449.705213  21704.350158   -275.912174                    
+PG29   3583.121749  23895.237600 -10965.228732      4.766087                    
+PG07   4359.605474 -23143.399780  12153.544431     20.990155                    
+PR04  23092.486956  -2831.819948 -10535.693692     63.979337                    
+PR06 -12269.976557 -10878.766095 -19664.583229   -169.228542                    
+PR07 -24903.866534  -3884.896251  -3868.010351    -89.242935                    
+PR10 -13017.303728    829.233710  21923.896237   -140.851988                    
+PR11 -17379.627581  15771.775566   9875.282610    -92.607727                    
+PR13   1600.858748  14368.898460 -21028.701407   -230.617913                    
+PR14  12907.499756   -619.215155 -21991.168582    -79.676724                    
+PR15  17231.120117 -16133.608593  -9813.690472     92.089003                    
+PR17  14090.190530  11074.464707  18118.342347   -261.245170                    
+PR19  -1802.386083 -20985.353577  14392.331019    -89.401431                    
+PR20 -11290.328543 -22667.067335  -2746.119950    -65.008293                    
+PR23   2111.817159  21320.226364 -13867.543258   -200.416076                    
+PR18   8714.857833  -6987.793067  22952.478744     -1.341329                    
+PR21 -14227.918086 -11168.906796 -18034.009384   -143.313282                    
+PR22  -8595.153152   7170.026417 -22890.275618   -201.519945                    
+PR03  24824.239940   4788.583264   3394.485827    -34.217611                    
+PR02  13949.639773  10600.461983  18529.523681     20.720904                    
+PR08 -21211.948138   3791.605759  13650.668415   -102.015225                    
+*  2009  4  1  6 15  0.00000000                                                 
+PG32  21697.599034  -7739.110922 -12599.127213    280.278883                    
+PG24 -13029.832765  23296.624511    940.268226    177.769606                    
+PG25   8325.405257 -25220.797211   2753.905980    334.078454                    
+PG26 -12947.238664   6059.879204  21872.869520     54.411725                    
+PG27 -17398.702624   5343.644655  20056.710859     37.063393                    
+PG30  -4042.498555  15659.563664 -21418.919277    136.208888                    
+PG03  19137.824334   2106.951254  18135.160416    373.363475                    
+PG04 -11705.808593 -10965.973545 -21259.961366    -34.400160                    
+PG06  19770.230676   7074.856127  16482.468106     59.845151                    
+PG08  -4752.331467 -17066.712530  19563.761117   -196.514984                    
+PG09 -14567.506239  21197.399161   5748.049006     48.414428                    
+PG10 -26571.724804   1927.895553   2197.139474    -13.614280                    
+PG14  15560.438893  21130.162551  -4349.463506   -132.512302                    
+PG13  -3528.028809 -23197.067744 -12581.672171    293.240478                    
+PG28 -14357.335147 -12883.744864  18822.044334    -23.828714                    
+PG21  -1302.507542  22757.424301  13333.107622     21.565389                    
+PG11  11662.704037 -22771.241359   6232.609763      2.776933                    
+PG22  16466.376775  12345.874781  16978.314462    202.439479                    
+PG20  14101.483991 -13861.857774 -17840.439669     86.579227                    
+PG18   5662.961002  15341.109920  21196.918992    -69.593953                    
+PG16  26440.829493   1710.703163  -3153.586589     63.061862                    
+PG19  13092.084921  -7970.513141  21748.901776     29.375195                    
+PG23   5220.502782 -17045.981451 -19645.937756    388.979428                    
+PG02 -17376.187392   2078.175375 -19976.910026    153.939914                    
+PG31  12332.236935   8424.614783 -21745.898350    -56.450129                    
+PG17 -15138.790726 -21822.691120  -2296.515941     52.406810                    
+PG12 -16601.742417  12109.587853 -16688.957945   -299.620616                    
+PG15 -14080.012912   6328.196802  21640.868748   -275.916222                    
+PG29   2717.050245  22769.721051 -13327.684407      4.769811                    
+PG07   5165.951172 -24126.740044   9665.560073     20.989595                    
+PR04  24199.553086  -2860.883416  -7599.299992     63.969435                    
+PR06  -9793.424101 -10658.563534 -21133.548469   -169.230636                    
+PR07 -24243.335565  -3752.493423  -6970.232320    -89.241613                    
+PR10 -11429.931717  -1430.135700  22755.224586   -140.851336                    
+PR11 -16472.572466  14701.635510  12689.366365    -92.608375                    
+PR13    249.348324  16471.297580 -19489.495107   -230.619107                    
+PR14  11324.353804   1647.436369 -22801.440350    -79.673325                    
+PR15  16315.698305 -15082.113770 -12632.126468     92.090258                    
+PR17  15090.146725  12929.338512  15947.003073   -261.246051                    
+PR19  -1083.618947 -19198.322813  16764.115233    -89.402413                    
+PR20 -11494.003463 -22727.272716    473.773597    -65.008916                    
+PR23   1430.958633  19583.191174 -16298.770279   -200.410967                    
+PR18   9946.911098  -4434.463831  23097.013262     -1.341496                    
+PR21 -15236.625967 -13000.422341 -15859.297019   -143.314499                    
+PR22  -9821.246536   4603.317818 -23045.950007   -201.522335                    
+PR03  24227.868182   4581.768560   6533.526932    -34.218415                    
+PR02  11572.982354  10294.155702  20259.117468     20.718132                    
+PR08 -22735.094781   3777.605106  10933.662027   -102.014021                    
+*  2009  4  1  6 30  0.00000000                                                 
+PG32  23059.211091  -7486.107943 -10153.194512    280.274790                    
+PG24 -13227.304941  23110.958594  -1880.364694    177.772642                    
+PG25   8566.542940 -25250.941541   -101.691222    334.098399                    
+PG26 -14283.668222   3839.583221  21595.387171     54.413205                    
+PG27 -16612.253025   3269.417297  21171.078424     37.066361                    
+PG30  -6374.275020  15853.536144 -20676.326234    136.211552                    
+PG03  20318.910955   3778.732456  16568.707089    373.367187                    
+PG04 -10578.857410 -13065.677661 -20617.937028    -34.413227                    
+PG06  20639.130822   8610.442004  14555.232183     59.861562                    
+PG08  -3587.694194 -18902.650183  18026.330093   -196.516716                    
+PG09 -14406.588839  20291.009992   8481.289818     48.416641                    
+PG10 -26688.921236   1698.014028   -632.997607    -13.616081                    
+PG14  15601.803497  21510.263702  -1470.717113   -132.507384                    
+PG13  -2631.754825 -21930.836774 -14883.371985    293.241656                    
+PG28 -12225.274862 -13062.356199  20159.062884    -23.828736                    
+PG21  -2204.532639  23853.244865  11002.611600     21.563883                    
+PG11  11884.305698 -21787.891662   8770.105398      2.775547                    
+PG22  14463.842765  12585.595474  18560.791826    202.439122                    
+PG20  16037.455183 -13857.357488 -16108.243002     86.578303                    
+PG18   3261.176192  15466.012381  21579.008463    -69.590711                    
+PG16  25928.457646   1950.507651  -5946.410653     63.059180                    
+PG19  14326.732252  -5829.952646  21670.750146     29.374342                    
+PG23   6585.052588 -15183.882125 -20759.248798    388.979800                    
+PG02 -16486.586830    -77.829702 -20861.028702    153.939468                    
+PG31  11208.731706  10669.202902 -21356.795363    -56.451010                    
+PG17 -14993.209767 -22045.009050    544.070293     52.408156                    
+PG12 -18420.749443  12056.495164 -14699.559683   -299.616423                    
+PG15 -15448.250558   4299.005173  21205.949784   -275.920828                    
+PG29   1656.581768  21474.792308 -15459.800682      4.773688                    
+PG07   5790.141878 -24889.277771   7010.076080     20.989132                    
+PR04  24932.035525  -2967.630968  -4515.597577     63.963668                    
+PR06  -7153.639120 -10615.799357 -22197.201923   -169.234199                    
+PR07 -23201.453241  -3675.086470  -9936.966338    -89.240250                    
+PR10  -9978.087231  -3867.576868  23144.474545   -140.850791                    
+PR11 -15478.006091  13282.384286  15255.735981    -92.609148                    
+PR13   -835.421547  18484.760644 -17572.239292   -230.620040                    
+PR14   9879.212529   4088.189796 -23169.117364    -79.670335                    
+PR15  15316.387212 -13678.048038 -15206.625511     92.091062                    
+PR17  16082.819312  14456.552042  13464.864858   -261.247119                    
+PR19   -101.785846 -17232.382507  18810.376573    -89.403064                    
+PR20 -11506.836432 -22427.085518   3684.426323    -65.009330                    
+PR23    487.685767  17656.751978 -18413.804964   -200.404879                    
+PR18  11357.582532  -1987.942825  22794.466970     -1.341488                    
+PR21 -16235.130250 -14504.277925 -13377.957437   -143.315871                    
+PR22 -11228.395436   2139.587453 -22752.121838   -201.524650                    
+PR03  23239.553165   4409.691241   9545.641894    -34.219979                    
+PR02   8991.784752  10157.647748  21594.956272     20.715310                    
+PR08 -23907.830624   3883.569534   8004.281306   -102.012946                    
+*  2009  4  1  6 45  0.00000000                                                 
+PG32  24139.412797  -7292.683168  -7526.946993    280.270515                    
+PG24 -13299.643941  22650.172943  -4669.102449    177.774071                    
+PG25   8714.095676 -24985.210647  -2955.525875    334.118087                    
+PG26 -15707.891660   1748.092477  20929.717742     54.415419                    
+PG27 -15909.698542   1058.392142  21942.765201     37.069074                    
+PG30  -8594.614073  16149.700070 -19588.285248    136.212641                    
+PG03  21441.059500   5249.797769  14714.798588    373.371065                    
+PG04  -9590.165551 -15136.600499 -19622.854005    -34.426382                    
+PG06  21433.543381   9927.408091  12380.940876     59.877572                    
+PG08  -2609.368870 -20627.797429  16171.804089   -196.517623                    
+PG09 -14190.402878  19086.679791  11063.984193     48.419296                    
+PG10 -26502.649013   1442.245836  -3452.482147    -13.617568                    
+PG14  15475.219993  21620.037939   1433.204331   -132.502345                    
+PG13  -1525.605176 -20515.832357 -16931.081606    293.242548                    
+PG28  -9976.189372 -13369.739927  21164.105345    -23.828603                    
+PG21  -2946.896369  24739.343912   8478.477343     21.562125                    
+PG11  12093.238445 -20540.878939  11152.532449      2.774436                    
+PG22  12316.751752  12938.379985  19828.334072    202.438487                    
+PG20  17764.422854 -13916.098645 -14100.753725     86.577604                    
+PG18    842.905539  15713.373223  21597.562311    -69.588070                    
+PG16  25122.044928   2252.181705  -8638.169856     63.056367                    
+PG19  15653.201142  -3783.070436  21222.403845     29.373512                    
+PG23   8109.571747 -13315.058232 -21514.920362    388.980096                    
+PG02 -15675.488121  -2344.642532 -21387.376195    153.938986                    
+PG31  10231.039117  12910.062081 -20592.393894    -56.452210                    
+PG17 -14669.616595 -22017.599370   3375.408411     52.409435                    
+PG12 -20001.102212  12068.867884 -12454.654289   -299.612482                    
+PG15 -16875.881889   2398.214964  20407.208976   -275.924462                    
+PG29    395.985222  20052.794228 -17324.427374      4.777326                    
+PG07   6255.173527 -25398.557068   4233.088859     20.988687                    
+PR04  25271.239276  -3099.882329  -1344.217892     63.957828                    
+PR06  -4414.616721 -10768.573908 -22835.585819   -169.239991                    
+PR07 -21804.678925  -3702.265683 -12710.619402    -89.237524                    
+PR10  -8703.260541  -6425.568422  23083.778980   -140.850391                    
+PR11 -14456.217148  11528.265590  17524.461660    -92.610051                    
+PR13  -1653.047299  20343.703013 -15314.075515   -230.620884                    
+PR14   8613.154335   6645.315126 -23087.335250    -79.666927                    
+PR15  14293.442125 -11935.274342 -17487.272789     92.091256                    
+PR17  17008.631244  15637.576911  10720.146634   -261.248087                    
+PR19   1147.514440 -15152.193656  20491.409955    -89.403820                    
+PR20 -11283.460098 -21799.241497   6823.221287    -65.009547                    
+PR23   -724.431161  15604.873272 -20171.528362   -200.400657                    
+PR18  12907.985269    293.913771  22051.151521     -1.342141                    
+PR21 -17164.346259 -15663.192492 -10638.092896   -143.316839                    
+PR22 -12777.548336   -162.459889 -22014.058937   -201.527159                    
+PR03  21882.279291   4324.965314  12372.310996    -34.223816                    
+PR02   6269.148718  10215.772057  22511.130587     20.712302                    
+PR08 -24699.903463   4059.848232   4919.432630   -102.012410                    
+*  2009  4  1  7  0  0.00000000                                                 
+PG32  24919.678114  -7123.702307  -4767.497781    280.266243                    
+PG24 -13282.261890  21905.262619  -7378.515468    177.776542                    
+PG25   8804.976417 -24415.253126  -5758.830601    334.137822                    
+PG26 -17182.647570   -176.677460  19890.033291     54.417019                    
+PG27 -15315.275609  -1250.452126  22359.899408     37.072043                    
+PG30 -10663.576222  16526.478834 -18172.222371    136.213429                    
+PG03  22464.349937   6511.706615  12606.745682    373.375027                    
+PG04  -8745.069897 -17132.745630 -18290.622921    -34.439323                    
+PG06  22113.773928  11021.171870   9996.172591     59.893563                    
+PG08  -1812.516655 -22193.997398  14032.004546   -196.518367                    
+PG09 -13958.710213  17593.678611  13448.983338     48.419938                    
+PG10 -26021.776748   1124.541015  -6213.906010    -13.618170                    
+PG14  15148.697045  21482.795565   4312.652195   -132.497117                    
+PG13   -207.230966 -18998.260860 -18690.161415    293.243475                    
+PG28  -7654.891237 -13814.465832  21820.429402    -23.828921                    
+PG21  -3549.233910  25382.050458   5804.392579     21.560137                    
+PG11  12320.119933 -19047.025849  13337.646213      2.773296                    
+PG22  10068.059120  13416.013302  20759.559208    202.437672                    
+PG20  19253.531676 -14007.629511 -11851.948600     86.576781                    
+PG18  -1545.720196  16078.435782  21251.195562    -69.584442                    
+PG16  24041.608976   2649.173038 -11182.922956     63.053693                    
+PG19  17040.289657  -1866.206028  20412.172079     29.372584                    
+PG23   9772.616525 -11483.858276 -21900.792896    388.980521                    
+PG02 -14966.144218  -4681.383311 -21548.197570    153.938754                    
+PG31   9408.322281  15097.542653 -19465.970634    -56.452972                    
+PG17 -14141.151190 -21766.206673   6149.375630     52.410825                    
+PG12 -21315.711121  12113.411038  -9993.279678   -299.608262                    
+PG15 -18325.787983    655.682818  19258.474573   -275.928878                    
+PG29  -1062.124896  18548.014147 -18888.991378      4.780953                    
+PG07   6589.951302 -25628.891538   1382.726270     20.988260                    
+PR04  25211.380002  -3203.453993   1853.293398     63.950224                    
+PR06  -1643.317375 -11123.416723 -23036.805691   -169.241991                    
+PR07 -20090.973004  -3877.803180 -15237.396622    -89.233769                    
+PR10  -7636.296879  -9039.941938  22574.016718   -140.849509                    
+PR11 -13465.193955   9466.382425  19451.504782    -92.611271                    
+PR13  -2215.577807  21985.621763 -12758.763185   -230.621866                    
+PR14   7556.502794   9254.684305 -22557.936684    -79.664968                    
+PR15  13304.804264  -9880.538866 -19429.735217     92.092469                    
+PR17  17807.455241  16467.015581   7766.265619   -261.249417                    
+PR19   2656.041104 -13023.885256  21774.603289    -89.404833                    
+PR20 -10787.110544 -20886.897566   9828.982072    -65.010613                    
+PR23  -2199.209828  13493.445843 -21537.728046   -200.395550                    
+PR18  14550.102616   2361.535212  20881.839348     -1.342652                    
+PR21 -17964.799985 -16472.863895  -7692.732147   -143.318235                    
+PR22 -14420.267845  -2252.237973 -20845.762512   -201.529885                    
+PR03  20191.204024   4375.061144  14958.616618    -34.226731                    
+PR02   3472.812249  10481.813740  22989.893141     20.709357                    
+PR08 -25093.635401   4252.575975   1739.038385   -102.011505                    
+*  2009  4  1  7 15  0.00000000                                                 
+PG32  25390.587253  -6941.902266  -1924.010547    280.262160                    
+PG24 -13212.294653  20875.555873  -9962.318446    177.779218                    
+PG25   8877.301244 -23541.543923  -8463.266744    334.157498                    
+PG26 -18666.020258  -1904.706261  18497.229473     54.418801                    
+PG27 -14846.277470  -3614.353452  22416.009237     37.075240                    
+PG30 -12546.095485  16956.204063 -16451.009549    136.214589                    
+PG03  23349.749313   7564.141033  10281.944483    373.379647                    
+PG04  -8041.141510 -19008.641094 -16643.065813    -34.452574                    
+PG06  22641.377345  11895.022022   7441.170161     59.909689                    
+PG08  -1183.863659 -23556.409725  11644.087094   -196.520686                    
+PG09 -13749.839110  15830.840947  15592.218456     48.421484                    
+PG10 -25263.256785    711.299552  -8870.956343    -13.619411                    
+PG14  14596.279323  21128.772182   7118.530953   -132.491830                    
+PG13   1316.916732 -17425.262788 -20130.910018    293.244488                    
+PG28  -5307.634409 -14397.270866  22116.763022    -23.828992                    
+PG21  -4036.980963  25753.988513   3027.198476     21.558146                    
+PG11  12592.734819 -17330.499293  15286.756255      2.772145                    
+PG22   7762.998474  14022.849308  21338.715660    202.437520                    
+PG20  20483.121217 -14097.730638  -9400.015506     86.575560                    
+PG18  -3859.820313  16548.856568  20544.587242    -69.581608                    
+PG16  22714.732929   3170.562769 -13537.077221     63.050894                    
+PG19  18451.688207   -109.474407  19254.437783     29.372035                    
+PG23  11545.505731  -9730.695615 -21911.095134    388.980984                    
+PG02 -14374.791436  -7043.943749 -21341.973013    153.938116                    
+PG31   8741.239913  17182.123711 -17997.306265    -56.454100                    
+PG17 -13387.271546 -21322.460629   8818.861880     52.412339                    
+PG12 -22345.637055  12153.419882  -7358.259093   -299.603964                    
+PG15 -19757.108172   -905.919480  17779.544344   -275.932609                    
+PG29  -2706.672744  17005.006610 -20126.090150      4.784931                    
+PG07   6827.958595 -25562.393505  -1491.604754     20.988000                    
+PR04  24759.825522  -3224.695962   5014.668410     63.942006                    
+PR06   1092.832000 -11674.967126 -22797.222839   -169.242864                    
+PR07 -18108.307799  -4237.578058 -17468.340146    -89.231614                    
+PR10  -6796.209740 -11642.332474  21624.818730   -140.848013                    
+PR11 -12558.101347   7135.791787  20999.570133    -92.612478                    
+PR13  -2546.762086  23353.630100  -9955.838390   -230.622653                    
+PR14   6727.695880  11848.224377 -21591.416080    -79.663373                    
+PR15  12403.599104  -7552.626583 -20996.124241     92.092421                    
+PR17  18421.267163  16952.601712   4660.791597   -261.250033                    
+PR19   4403.017780 -10912.398410  22635.066543    -89.405458                    
+PR20  -9991.423366 -19741.714090  12643.178799    -65.011289                    
+PR23  -3917.864791  11387.637298 -22485.766839   -200.390819                    
+PR18  16228.710877   4175.432127  19309.452155     -1.343518                    
+PR21 -18579.215099 -16941.898690  -4598.814893   -143.319463                    
+PR22 -16100.669116  -4089.180711 -19269.722405   -201.532264                    
+PR03  18212.301314   4600.074984  17254.311363    -34.230118                    
+PR02    672.561416  10956.869152  23021.998925     20.706469                    
+PR08 -25084.579025   4406.185166  -1475.128635   -102.011166                    
+*  2009  4  1  7 30  0.00000000                                                 
+PG32  25552.037880  -6709.587289    953.262703    280.257881                    
+PG24 -13127.037039  19568.896983 -12376.143309    177.781097                    
+PG25   8968.749089 -22373.533043 -11021.758795    334.177362                    
+PG26 -20113.118334  -3414.772130  16778.347573     54.421221                    
+PG27 -14512.471110  -5988.115139  22110.091012     37.077943                    
+PG30 -14213.132003  17406.171319 -14452.670121    136.216663                    
+PG03  24060.609600   8414.637033   7781.159886    373.384508                    
+PG04  -7468.378397 -20720.967149 -14707.618200    -34.465696                    
+PG06  22980.679453  12559.826831   4759.202352     59.925514                    
+PG08   -702.390013 -24675.252141   9049.881615   -196.520221                    
+PG09 -13598.959207  13826.087369  17453.673787     48.424030                    
+PG10 -24251.477735    172.813323 -11379.132351    -13.618964                    
+PG14  13799.187752  20593.850377   9803.112323   -132.486577                    
+PG13   3031.659795 -15843.163315 -21229.036370    293.245590                    
+PG28  -2980.599609 -15110.939266  22047.494804    -23.828822                    
+PG21  -4440.178923  25835.247939    196.030651     21.557051                    
+PG11  12934.756596 -15421.993641  16965.469201      2.771483                    
+PG22   5447.541917  14755.551304  21555.934418    202.436889                    
+PG20  21439.425852 -14149.850955  -6786.731552     86.575042                    
+PG18  -6057.274187  17105.114601  19488.484760    -69.578319                    
+PG16  21175.592740   3839.753034 -15660.125013     63.048402                    
+PG19  19847.306369   1464.173797  17769.381641     29.371682                    
+PG23  13393.303728  -8090.644544 -21546.483792    388.981442                    
+PG02 -13910.127125  -9386.491947 -20773.360127    153.937826                    
+PG31   8222.057530  19116.225383 -16212.317924    -56.454660                    
+PG17 -12394.702374 -20722.576492  11338.538897     52.413915                    
+PG12 -23080.689971  12150.371136  -4595.431731   -299.599890                    
+PG15 -21126.748690  -2271.781085  15995.843615   -275.936583                    
+PG29  -4518.340521  15466.913271 -21013.995709      4.789029                    
+PG07   7005.748236 -25189.709856  -4340.093948     20.987624                    
+PR04  23936.802623  -3113.024262   8078.139836     63.935461                    
+PR06   3728.445808 -12406.155199 -22121.504694   -169.243101                    
+PR07 -15912.779013  -4807.844246 -19360.270298    -89.229717                    
+PR10  -6189.506587 -14162.821335  20254.402639   -140.847398                    
+PR11 -11780.986840   4586.102201  22138.818475    -92.613361                    
+PR13  -2680.801590  24398.777607  -6959.659611   -230.623647                    
+PR14   6132.669564  14356.540190 -20206.700088    -79.660370                    
+PR15  11635.846559  -5001.020096 -22155.742620     92.093549                    
+PR17  18796.732180  17114.652538   1464.312870   -261.250954                    
+PR19   6355.772559  -8878.898638  23056.111282    -89.406444                    
+PR20  -8881.793441 -18421.598498  15211.077331    -65.010934                    
+PR23  -5849.552412   9349.288421 -22997.106657   -200.386937                    
+PR18  17883.612735   5707.564901  17364.601079     -1.343962                    
+PR21 -18955.023298 -17091.216966  -1416.105796   -143.321149                    
+PR22 -17757.700749  -5644.217287 -17316.497581   -201.534499                    
+PR03  16000.568643   5030.817273  19214.794721    -34.231390                    
+PR02  -2062.436586  11629.736210  22606.880052     20.703191                    
+PR08 -24681.637146   4465.994399  -4660.646721   -102.010276                    
+*  2009  4  1  7 45  0.00000000                                                 
+PG32  25413.088904  -6390.322965   3813.935488    280.253555                    
+PG24 -13062.368484  18001.518304 -14578.295213    177.783684                    
+PG25   9114.918769 -20929.461077 -13389.337081    334.197446                    
+PG26 -21477.850490  -4694.969305  14765.890847     54.422972                    
+PG27 -14315.777287  -8325.536587  21446.628351     37.080453                    
+PG30 -15642.618517  17839.903845 -12210.003318    136.219757                    
+PG03  24564.065017   9078.020686   5147.776466    373.390181                    
+PG04  -7009.705325 -22230.129175 -12516.922539    -34.478885                    
+PG06  23100.216091  13033.457085   1995.866865     59.941760                    
+PG08   -340.347920 -25517.359547   6295.122133   -196.523117                    
+PG09 -13536.470119  11615.554191  18998.302161     48.425543                    
+PG10 -23017.360195   -515.440621 -13696.429952    -13.618938                    
+PG14  12746.689652  19918.084280  12320.819033   -132.481801                    
+PG13   4913.498377 -14295.770772 -21966.043363    293.246618                    
+PG28   -718.378890 -15940.472767  21612.801090    -23.829322                    
+PG21  -4792.070565  25614.274208  -2638.618501     21.554706                    
+PG11  13364.649117 -13357.656063  18344.340294      2.769800                    
+PG22   3166.838786  15603.131553  21407.391896    202.436744                    
+PG20  22116.983950 -14126.650865  -4056.772944     86.573903                    
+PG18  -8100.144389  17721.208366  18099.613906    -69.575359                    
+PG16  19463.741632   4673.366913 -17515.340019     63.045326                    
+PG19  21184.747546   2839.614004  15982.618863     29.370504                    
+PG23  15276.043903  -6592.260437 -20813.975806    388.981715                    
+PG02 -13573.088668 -11663.029727 -19853.040490    153.937217                    
+PG31   7835.108734  20855.951291 -14142.568546    -56.455790                    
+PG17 -11158.115588 -20005.896321  13665.599560     52.414987                    
+PG12 -23519.691619  12065.592922  -1752.829230   -299.596018                    
+PG15 -22390.988364  -3435.322884  13937.990224   -275.941108                    
+PG29  -6470.116841  13973.846470 -21537.058328      4.792365                    
+PG07   7161.316877 -24510.435156  -7113.409830     20.986925                    
+PR04  22774.576452  -2823.339727  10983.669643     63.928643                    
+PR06   6202.599144 -13288.874829 -21022.533587   -169.245299                    
+PR07 -13566.397225  -5603.913924 -20876.611519    -89.228917                    
+PR10  -5810.056577 -16532.661518  18489.236975   -140.846971                    
+PR11 -11170.812630   1875.634466  22847.426804    -92.614437                    
+PR13  -2660.659957  25082.059231  -3828.358148   -230.624678                    
+PR14   5764.778931  16711.598824 -18430.769272    -79.656521                    
+PR15  11038.479094  -2284.113483 -22885.700097     92.095182                    
+PR17  18887.611971  16984.996387  -1760.762779   -261.251682                    
+PR19   8470.885852  -6978.363679  23029.571898    -89.407168                    
+PR20  -7456.240331 -16988.207547  17482.808288    -65.010820                    
+PR23  -7952.431105   7434.463513 -23061.677054   -200.383397                    
+PR18  19452.089066   6942.232090  15084.988301     -1.344499                    
+PR21 -19046.694409 -16952.958564   1793.942300   -143.322493                    
+PR22 -19327.672113  -6900.756550 -15024.128365   -201.537136                    
+PR03  13617.872458   5687.301100  20801.979336    -34.235233                    
+PR02  -4666.268940  12477.339482  21752.652529     20.700277                    
+PR08 -23906.641490   4380.763416  -7755.658885   -102.009818                    
+*  2009  4  1  8  0  0.00000000                                                 
+PG32  24991.452941  -5950.557072   6608.410081    280.249373                    
+PG24 -13051.228867  16197.601876 -16530.479231    177.786490                    
+PG25   9347.748584 -19235.839783 -15523.972641    334.217103                    
+PG26 -22714.720083  -5742.833924  12497.062751     54.424629                    
+PG27 -14250.223664 -10580.883408  20435.562019     37.084023                    
+PG30 -16820.163840  18218.582791  -9760.127332    136.221594                    
+PG03  24832.278380   9575.578592   2427.032312    373.395136                    
+PG04  -6641.766124 -23501.713021 -10108.315120    -34.491706                    
+PG06  22974.034364  13339.942762   -801.656400     59.957813                    
+PG08    -64.567541 -26057.491492   3428.583165   -196.523822                    
+PG09 -13586.582378   9242.358852  20196.849845     48.427581                    
+PG10 -21597.228657  -1371.700770 -15783.987668    -13.618850                    
+PG14  11436.667513  19144.083676  14628.967216   -132.476662                    
+PG13   6931.332972 -12822.785656 -22329.518672    293.247642                    
+PG28   1437.491130 -16863.548843  20818.706186    -23.829174                    
+PG21  -5127.544826  25088.431028  -5425.893757     21.553467                    
+PG11  13894.795031 -11177.799785  19399.418224      2.768835                    
+PG22    963.689106  16547.288971  20895.381225    202.435555                    
+PG20  22518.738601 -13991.593430  -1256.966461     86.573239                    
+PG18  -9955.959209  18365.620347  16400.489798    -69.572446                    
+PG16  17622.694959   5680.404785 -19070.421342     63.042826                    
+PG19  22420.876218   4009.909910  13924.755822     29.369799                    
+PG23  17150.144104  -5256.664988 -19726.778027    388.982029                    
+PG02 -13356.936248 -13828.945308 -18597.477748    153.937065                    
+PG31   7557.586107  22362.689269 -11824.664664    -56.456923                    
+PG17  -9680.517169 -19213.325206  15760.457381     52.416435                    
+PG12 -23670.393119  11861.945674   1120.185328   -299.591872                    
+PG15 -23507.120385  -4398.250102  11641.273596   -275.944994                    
+PG29  -8528.154578  12561.400850 -21686.000994      4.796079                    
+PG07   7332.428051 -23533.185814  -9763.571141     20.986612                    
+PR04  21316.132762  -2318.226696  13674.157437     63.919264                    
+PR06   8461.065183 -14285.122046 -19521.175657   -169.247631                    
+PR07 -11134.651773  -6629.311609 -21988.088261    -89.225687                    
+PR10  -5639.507060 -18686.972023  16363.540108   -140.846376                    
+PR11 -10753.895211   -930.776018  23111.987215    -92.615619                    
+PR13  -2536.001732  25376.028565   -622.713164   -230.625985                    
+PR14   5605.257798  18849.365797 -16298.128899    -79.652406                    
+PR15  10637.751852    532.948478 -23171.384806     92.095682                    
+PR17  18656.888415  16605.421408  -4951.446916   -261.252218                    
+PR19  10695.799242  -5257.446573  22555.962711    -89.408208                    
+PR20  -5725.742707 -15504.315390  19414.334636    -65.010416                    
+PR23 -10175.194636   5691.256636 -22678.080855   -200.378337                    
+PR18  20871.468815   7876.445961  12514.681731     -1.345270                    
+PR21 -18817.790010 -16568.937138   4969.355510   -143.323813                    
+PR22 -20746.919200  -7855.137450 -12437.391073   -201.539361                    
+PR03  11130.521748   6577.695330  21985.030231    -34.238564                    
+PR02  -7078.772588  13465.672161  20475.955121     20.697372                    
+PR08 -22793.408522   4105.105794 -10700.074740   -102.008696                    
+*  2009  4  1  8 15  0.00000000                                                 
+PG32  24312.667888  -5361.102305   9288.750969    280.245087                    
+PG24 -13122.203558  14188.542441 -18198.484828    177.790096                    
+PG25   9694.063928 -17326.609400 -17387.386275    334.236730                    
+PG26 -23780.564138  -6565.090256  10012.953898     54.426773                    
+PG27 -14302.174413 -12710.353012  19092.208565     37.087057                    
+PG30 -17739.483603  18502.595140  -7143.941690    136.223869                    
+PG03  24843.493558   9934.000957   -334.750376    373.400022                    
+PG04  -6335.981430 -24507.762736  -7523.211386    -34.505267                    
+PG06  22582.804789  13508.393035  -3585.391575     59.974065                    
+PG08    162.004421 -26279.329520    501.142897   -196.524463                    
+PG09 -13766.162654   6755.049011  21026.558863     48.429825                    
+PG10 -20031.499730  -2407.054508 -17606.687549    -13.618683                    
+PG14   9875.866381  18315.318811  16688.457423   -132.471566                    
+PG13   9047.476328 -11458.378243 -22313.329746    293.248685                    
+PG28   3449.898179 -17851.256288  19677.071237    -23.829257                    
+PG21  -5481.498513  24264.204190  -8115.601065     21.551147                    
+PG11  14530.887807  -8925.460323  20112.671268      2.767730                    
+PG22  -1122.893129  17563.033573  20028.290429    202.435474                    
+PG20  22655.823735 -13710.521950   1564.505996     86.572155                    
+PG18 -11598.804139  19002.518500  14419.125336    -69.569211                    
+PG16  15698.366739   6861.692392 -20298.073724     63.040018                    
+PG19  23513.419858   4976.365785  11630.874127     29.368987                    
+PG23  18969.959416  -4096.926959 -18304.020498    388.982410                    
+PG02 -13247.631080 -15842.505972 -17028.594854    153.936666                    
+PG31   7360.626934  23604.504781  -9299.557231    -56.458008                    
+PG17  -7973.325453 -18385.720416  17587.396557     52.417657                    
+PG12 -23549.052273  11505.446112   3973.798579   -299.587571                    
+PG15 -24435.067788  -5170.285735   9145.056409   -275.949300                    
+PG29 -10652.905913  11259.352506 -21458.097886      4.799834                    
+PG07   7554.951349 -22275.332775 -12244.790927     20.986267                    
+PR04  19613.415502  -1569.833330  16096.601629     63.911484                    
+PR06  10458.283824 -15348.554236 -17645.912819   -169.248736                    
+PR07  -8683.948282  -7875.434175 -22673.278677    -89.223224                    
+PR10  -5648.232150 -20567.287619  13918.622273   -140.846402                    
+PR11 -10544.816338  -3764.242600  22927.738820    -92.616510                    
+PR13  -2360.847357  25265.947212   2595.027024   -230.627218                    
+PR14   5624.195695  20712.285356 -13850.139269    -79.649816                    
+PR15  10448.113328   3380.719374 -23006.779489     92.095764                    
+PR17  18078.511289  16025.712574  -8045.422667   -261.253006                    
+PR19  12970.819322  -3752.702187  21644.468095    -89.409193                    
+PR20  -3714.028096 -14031.159604  20968.299261    -65.010127                    
+PR23 -12459.016360   4157.945111 -21853.632250   -200.373814                    
+PR18  22081.712289   8519.782834   9703.276073     -1.345604                    
+PR21 -18242.655622 -15988.706693   8048.815520   -143.325215                    
+PR22 -21954.494157  -8516.525477  -9606.909737   -201.541498                    
+PR03   8606.670713   7697.787297  22740.962918    -34.239787                    
+PR02  -9247.786702  14551.215391  18801.623607     20.694229                    
+PR08 -21386.312460   3601.656760 -13436.736992   -102.007897                    
+*  2009  4  1  8 30  0.00000000                                                 
+PG32  23408.990062  -4598.424586  11809.492995    280.240769                    
+PG24 -13298.273948  12011.935213 -19552.814899    177.792258                    
+PG25  10174.315759 -15241.998197 -18945.812384    334.256273                    
+PG26 -24636.169648  -7177.044720   7357.702567     54.428529                    
+PG27 -14450.832844 -14673.491112  17437.124475     37.091299                    
+PG30 -18402.537075  18653.144505  -4405.511260    136.227437                    
+PG03  24582.859824  10184.142165  -3090.925854    373.403521                    
+PG04  -6059.832960 -25227.826075  -4806.397863    -34.518219                    
+PG06  21914.699079  13571.718691  -6307.380819     59.990140                    
+PG08    378.599965 -26176.119594  -2435.203447   -196.525946                    
+PG09 -14083.903651   4205.801938  21471.718506     48.430960                    
+PG10 -18363.232568  -3624.835064 -19133.705129    -13.618044                    
+PG14   8079.811583  17474.409255  18464.405255   -132.466403                    
+PG13  11218.918061 -10229.986596 -21917.720890    293.249642                    
+PG28   5287.377777 -18869.088703  18205.506667    -23.829442                    
+PG21  -5887.188642  23157.031869 -10659.232696     21.549471                    
+PG11  15271.611724  -6644.856209  20472.286666      2.766401                    
+PG22  -3058.974614  18619.576059  18820.486720    202.434821                    
+PG20  22547.041620 -13253.161780   4358.936792     86.571491                    
+PG18 -13010.177205  19593.153828  12188.635477    -69.565831                    
+PG16  13737.415566   8209.645508 -21176.512504     63.037202                    
+PG19  24422.546900   5748.269369   9139.950158     29.367891                    
+PG23  20689.413593  -3117.757476 -16570.400322    388.982982                    
+PG02 -13224.490820 -17666.238793 -15173.378210    153.936398                    
+PG31   7210.646336  24557.270956  -6611.762450    -56.459079                    
+PG17  -6056.136901 -17562.293063  19115.163489     52.419388                    
+PG12 -23179.689298  10966.769062   6758.630719   -299.583734                    
+PG15 -25138.911269  -5768.595908   6492.108460   -275.953448                    
+PG29 -12800.490865  10090.597768 -20857.232543      4.803486                    
+PG07   7861.284196 -20762.403929 -14514.277367     20.985789                    
+PR04  17725.192538   -561.348046  18203.186741     63.904455                    
+PR06  12158.984647 -16426.409737 -15432.342031   -169.250299                    
+PR07  -6279.025707  -9321.730911 -22919.016739    -89.221168                    
+PR10  -5796.773680 -22123.856106  11202.082700   -140.846001                    
+PR11 -10545.848604  -6554.453340  22298.630595    -92.617276                    
+PR13  -2191.043895  24750.421307   5762.354472   -230.628682                    
+PR14   5781.989972  22251.503747 -11134.218307    -79.648443                    
+PR15  10471.586529   6188.089391 -22394.614066     92.098460                    
+PR17  17138.693711  15301.362141 -10982.283482   -261.253449                    
+PR19  15231.434065  -2489.250141  20312.765814    -89.410343                    
+PR20  -1456.827409 -12625.877422  22114.736869    -65.010464                    
+PR23 -14739.824819   2861.567288 -20604.225766   -200.369791                    
+PR18  23027.902949   8893.716799   6704.955095     -1.346094                    
+PR21 -17307.681066 -15267.320897  10972.824637   -143.326054                    
+PR22 -22894.761750  -8906.259555  -6588.143428   -201.543996                    
+PR03   6113.658412   9030.978522  23055.089087    -34.241996                    
+PR02 -11131.069717  15682.775382  16762.206739     20.691430                    
+PR08 -19738.435791   2842.903958 -15912.529776   -102.007128                    
+*  2009  4  1  8 45  0.00000000                                                 
+PG32  22318.060594  -3645.691146  14128.372402    280.236527                    
+PG24 -13595.784726   9710.322808 -20569.246071    177.794485                    
+PG25  10801.567092 -13027.123421 -20170.697381    334.276274                    
+PG26 -25247.709542  -7601.667643   4577.650585     54.430764                    
+PG27 -14669.006451 -16434.514618  15495.911309     37.094588                    
+PG30 -18819.358736  18633.865456  -1591.376270    136.228693                    
+PG03  24043.003099  10359.648365  -5795.266389    373.407409                    
+PG04  -5778.324614 -25649.721339  -2005.242144    -34.530832                    
+PG06  20965.996305  13565.204431  -8920.512930     60.006027                    
+PG08    624.833526 -25750.931087  -5328.354668   -196.525441                    
+PG09 -14539.863165   1648.455993  21524.043294     48.431672                    
+PG10 -16636.591954  -5020.304392 -20339.002551    -13.618366                    
+PG14   6072.400351  16661.460230  19926.703612   -132.461164                    
+PG13  13398.795866  -9157.378684 -21149.311357    293.250981                    
+PG28   6925.146507 -19878.167598  16427.202768    -23.829797                    
+PG21  -6374.650994  21790.764925 -13010.963449     21.547999                    
+PG11  16108.621064  -4379.819024  20472.839237      2.765206                    
+PG22  -4816.807800  19681.451315  17292.106989    202.434261                    
+PG20  22218.049861 -12594.486249   7077.941599     86.570642                    
+PG18 -14179.570420  20097.403968   9746.737824    -69.562763                    
+PG16  11785.561967   9708.364515 -21689.882426     63.034486                    
+PG19  25112.363349   6342.336757   6494.218384     29.366935                    
+PG23  22263.648626  -2315.527289 -14555.743813    388.983311                    
+PG02 -13261.094863 -19268.152405 -13063.416343    153.936059                    
+PG31   7070.860200  25205.490998  -3808.521353    -56.460034                    
+PG17  -3956.186509 -16779.081541  20317.491209     52.420820                    
+PG12 -22593.052522  10222.567340   9426.604824   -299.579391                    
+PG15 -25588.271189  -6216.929788   3727.883402   -275.957377                    
+PG29 -14924.245831   9070.374077 -19893.833915      4.807121                    
+PG07   8278.919045 -19027.180631 -16532.976626     20.985313                    
+PR04  15714.639685    711.996468  19952.271206     63.895910                    
+PR06  13539.399813 -17461.713176 -12922.547496   -169.251062                    
+PR07  -3980.459098 -10936.396151 -22720.636258    -89.220679                    
+PR10  -6037.713380 -23317.585189   8266.877212   -140.845481                    
+PR11 -10746.916920  -9232.350686  21237.216295    -92.617814                    
+PR13  -2081.658966  23841.497692   8817.718184   -230.629879                    
+PR14   6031.211404  23428.744933  -8202.931204    -79.644802                    
+PR15  10697.689607   8885.004761 -21346.348944     92.098902                    
+PR17  15836.698816  14491.052961 -13704.731896   -261.253757                    
+PR19  17410.846156  -1479.928907  18586.686753    -89.411313                    
+PR20    999.373724 -11339.139747  22831.637719    -65.010839                    
+PR23 -16950.816925   1816.983999 -18954.037735   -200.365268                    
+PR18  23662.546552   9030.465837   3577.471283     -1.346496                    
+PR21 -16012.076008 -14462.877897  13684.838381   -143.327162                    
+PR22 -23519.789592  -9056.678218  -3440.271076   -201.546237                    
+PR03   3715.395711  10548.814569  22921.301504    -34.244315                    
+PR02 -12697.802309  16803.661265  14397.333198     20.688542                    
+PR08 -17909.375121   1812.603259 -18079.407380   -102.005793                    
+*  2009  4  1  9  0  0.00000000                                                 
+PG32  21081.403119  -2493.544225  16206.972636    280.232171                    
+PG24 -14023.671861   7329.745888 -21229.307281    177.796932                    
+PG25  11580.776050 -10730.385451 -21039.312523    334.296118                    
+PG26 -25587.951706  -7868.412095   1720.512807     54.432462                    
+PG27 -14924.116302 -17963.497282  13298.956380     37.098942                    
+PG30 -19007.584250  18412.379356   1250.204891    136.230117                    
+PG03  23224.328648  10495.504321  -8402.676340    373.411866                    
+PG04  -5455.561748 -25769.989785    831.164391    -34.544107                    
+PG06  19741.389868  13524.985374 -11379.352152     60.022177                    
+PG08    938.893143 -25016.521680  -8127.112872   -196.526400                    
+PG09 -15125.397623   -863.533524  21182.861979     48.434941                    
+PG10 -14895.277522  -6580.635112 -21201.758919    -13.618511                    
+PG14   3885.182486  15912.507704  21050.509442   -132.456140                    
+PG13  15538.019883  -8252.012884 -20020.994332    293.251723                    
+PG28   8345.904754 -20836.658132  14370.673096    -23.829754                    
+PG21  -6969.258115  20196.779318 -15128.588177     21.546103                    
+PG11  17026.816289  -2172.257698  20115.329177      2.764217                    
+PG22  -6375.705146  20709.835909  15468.755547    202.434222                    
+PG20  21700.287844 -11715.891009   9674.312664     86.569329                    
+PG18 -15104.749057  20475.404878   7135.152814    -69.559656                    
+PG16   9885.941451  11334.059703 -21828.580310     63.031761                    
+PG19  25552.273721   6781.881001   3738.487128     29.366422                    
+PG23  23650.632132  -1678.601786 -12294.495090    388.983625                    
+PG02 -13326.404435 -20622.758982 -10734.380524    153.935540                    
+PG31   6902.932868  25542.782514   -938.917928    -56.460908                    
+PG17  -1707.520970 -16067.553635  21173.548718     52.422109                    
+PG12 -21825.337013   9256.557763  11931.785259   -299.575414                    
+PG15 -25759.491003  -6544.507530    899.749938   -275.961576                    
+PG29 -16976.391105   8205.793910 -18584.691186      4.810842                    
+PG07   8829.212587 -17108.524702 -18266.244530     20.984878                    
+PR04  13646.746612   2242.439724  21309.251940     63.889050                    
+PR06  14588.017543 -18395.680144 -10164.353099   -169.253688                    
+PR07  -1842.350286 -12677.545903 -22082.053092    -89.217653                    
+PR10  -6317.896095 -24121.555689   5170.274857   -140.845368                    
+PR11 -11126.094713 -11732.754623  19764.385624    -92.618868                    
+PR13  -2084.408800  22564.214901  11701.723637   -230.631388                    
+PR14   6318.804833  24217.762395  -5112.983864    -79.642455                    
+PR15  11103.902442  11405.155898 -19881.986550     92.100694                    
+PR17  14185.083388  13654.023819 -16159.712844   -261.254624                    
+PR19  19442.618549   -724.975437  16499.717229    -89.411985                    
+PR20   3599.033927 -10213.081286  23105.353900    -65.010531                    
+PR23 -19025.104532   1026.462941 -16935.065090   -200.360807                    
+PR18  23947.584147   8971.398741    381.060304     -1.346806                    
+PR21 -14368.127247 -13633.952119  16132.345216   -143.328265                    
+PR22 -23791.427782  -9009.477231   -224.998473   -201.548831                    
+PR03   1469.907711  12212.027760  22342.192774    -34.247192                    
+PR02 -13929.614997  17854.112262  11752.941655     20.685606                    
+PR08 -15962.794465    506.719235 -19895.323637   -102.004974                    
+*  2009  4  1  9 15  0.00000000                                                 
+PG32  19742.814298  -1140.578314  18011.280153    280.227711                    
+PG24 -14582.985973   4918.150873 -21520.664371    177.798558                    
+PG25  12508.412478  -8401.717893 -21535.261912    334.315950                    
+PG26 -25637.206084  -8011.825408  -1165.425406     54.434817                    
+PG27 -15179.424925 -19237.376268  10881.103024     37.102820                    
+PG30 -18991.682266  17961.729271   4070.070595    136.233084                    
+PG03  22135.049211  10626.552678 -10869.871952    373.417539                    
+PG04  -5056.383398 -25594.010647   3652.913524    -34.557346                    
+PG06  18253.978889  13486.487003 -13640.951765     60.038646                    
+PG08   1355.798220 -23994.815856 -10782.165067   -196.527904                    
+PG09 -15823.494282  -3279.117048  20455.110529     48.436228                    
+PG10 -13180.974181  -8285.194842 -21706.731860    -13.619025                    
+PG14   1556.356179  15258.129413  21816.648811   -132.450960                    
+PG13  17586.991149  -7516.720470 -18551.737667    293.252721                    
+PG28   9540.374515 -21701.332222  12069.405937    -23.830097                    
+PG21  -7690.483386  18412.780296 -16974.372955     21.544929                    
+PG11  18004.902114    -60.719108  19407.092729      2.763196                    
+PG22  -7722.649148  21664.012096  13381.111317    202.433156                    
+PG20  21029.683334 -10606.128045  12102.860189     86.568796                    
+PG18 -15791.711658  20689.206821   4398.909811    -69.556703                    
+PG16   8077.557265  13055.795216 -21589.472751     63.029005                    
+PG19  25718.156865   7095.735734    919.415766     29.365378                    
+PG23  24812.664484  -1187.978448  -9825.139566    388.984049                    
+PG02 -13386.055834 -21711.862746  -8225.454467    153.935088                    
+PG31   6668.680280  25572.008044   1947.024154    -56.462105                    
+PG17    650.086883 -15453.389897  21668.307833     52.423793                    
+PG12 -20916.708487   8060.331246  14231.169926   -299.571351                    
+PG15 -25636.576738  -6784.699220  -1943.810149   -275.965805                    
+PG29 -18909.751381   7495.709924 -16952.650847      4.814628                    
+PG07   9526.405096 -15049.982734 -19684.435585     20.984766                    
+PR04  11585.656974   4009.755417  22247.284646     63.883868                    
+PR06  15305.843917 -19170.226017  -7210.464246   -169.253657                    
+PR07     89.699363 -14494.830011 -21015.684620    -89.216324                    
+PR10  -6580.908303 -24522.036151   1972.724935   -140.845244                    
+PR11 -11650.611467 -13996.822234  17908.938656    -92.619555                    
+PR13  -2245.230086  20955.627134  14358.291441   -230.632172                    
+PR14   6588.532689  24605.307948  -1924.138534    -79.640461                    
+PR15  11656.662494  13688.521850 -18029.711945     92.101850                    
+PR17  12209.387873  12847.430756 -18299.457835   -261.255460                    
+PR19  21263.322582   -212.242772  14092.352993    -89.412685                    
+PR20   6279.634034  -9279.611979  22930.842171    -65.010353                    
+PR23 -20898.384084    479.803284 -14586.509539   -200.355763                    
+PR18  23856.036674   8765.068683  -2822.691277     -1.347012                    
+PR21 -12400.925163 -12837.019319  18267.873798   -143.329470                    
+PR22 -23682.987334  -8813.671677   2994.685784   -201.551197                    
+PR03   -572.866748  13972.049979  21329.005704    -34.249832                    
+PR02 -14821.098794  18773.872212   8880.388679     20.682949                    
+PR08 -13963.828323  -1066.150101 -21325.044363   -102.004468                    
+*  2009  4  1  9 30  0.00000000                                                 
+PG32  18346.709623    406.489099  19512.148317    280.223405                    
+PG24 -15266.734669   2523.715030 -21437.399567    177.801797                    
+PG25  13572.431187  -6090.764790 -21648.868356    334.335845                    
+PG26 -25383.986509  -8070.012465  -4032.072040     54.437268                    
+PG27 -15395.448867 -20240.740840   8281.244538     37.108238                    
+PG30 -18801.915614  17261.633642   6819.016269    136.234781                    
+PG03  20790.941657  10786.038078 -13156.021403    373.420858                    
+PG04  -4547.978523 -25135.770209   6410.216780    -34.570609                    
+PG06  16524.939869  13482.890465 -15665.636339     60.054770                    
+PG08   1905.799177 -22716.022398 -13247.012706   -196.528681                    
+PG09 -16609.484796  -5551.556203  19355.131014     48.437109                    
+PG10 -11531.878778 -10106.126268 -21844.544153    -13.619449                    
+PG14   -870.484885  14722.272921  22211.934889   -132.445819                    
+PG13  19497.351414  -6945.722242 -16766.288233    293.253793                    
+PG28  10507.545451 -22429.226205   9561.420297    -23.829978                    
+PG21  -8550.927383  16481.353300 -18515.795721     21.543253                    
+PG11  19016.200626   1920.898652  18361.592628      2.762031                    
+PG22  -8852.613935  22502.924813  11064.447926    202.432371                    
+PG20  20245.189345  -9261.959593  14321.225262     86.567676                    
+PG18 -16254.326325  20704.387401   1585.568815    -69.553457                    
+PG16   6393.894031  14836.526777 -20976.001576     63.026300                    
+PG19  25593.313621   7316.973693  -1915.237328     29.364899                    
+PG23  25717.731719   -818.200961  -7189.571056    388.984322                    
+PG02 -13403.779991 -22525.089354  -5578.719973    153.934598                    
+PG31   6331.758229  25305.051223   4799.246528    -56.463156                    
+PG17   3072.444234 -14955.494706  21792.820853     52.425318                    
+PG12 -19909.692000   6633.856362  16285.422585   -299.567347                    
+PG15 -25211.856269  -6973.545827  -4754.024166   -275.969953                    
+PG29 -20679.460998   6930.915872 -15026.202153      4.818380                    
+PG07  10376.927740 -12898.222825 -20763.399834     20.984452                    
+PR04   9592.058681   5981.859513  22747.842259     63.879255                    
+PR06  15706.159387 -19730.478141  -4117.510359   -169.258919                    
+PR07   1780.251782 -16331.413526 -19542.208332    -89.213588                    
+PR10  -6769.704705 -24518.955335  -1263.341902   -140.844148                    
+PR11 -12278.327322 -15974.244053  15707.013059    -92.620177                    
+PR13  -2602.099283  19063.341568  16735.752055   -230.632813                    
+PR14   6783.559235  24591.578130   1301.928542    -79.637685                    
+PR15  12312.850346  15683.663534 -15825.366988     92.102947                    
+PR17   9947.286229  12123.818002 -20082.418672   -261.255781                    
+PR19  22815.078581     82.054356  11411.316878    -89.413539                    
+PR20   8974.047414  -8559.178320  22311.740484    -65.011089                    
+PR23 -22511.517534    154.995032 -11954.018388   -200.350749                    
+PR18  23373.213380   8464.954273  -5972.005676     -1.347498                    
+PR21 -10147.568279 -12123.981610  20049.909165   -143.329889                    
+PR22 -23180.444755  -8523.253065   6155.777416   -201.553695                    
+PR03  -2372.927713  15772.933075  19901.416142    -34.253000                    
+PR02 -15379.778949  19504.803201   5835.451688     20.679956                    
+PR08 -11976.442922  -2884.883114 -22340.827598   -102.003601                    
+*  2009  4  1  9 45  0.00000000                                                 
+PG32  16936.485484   2132.951967  20685.669857    280.218982                    
+PG24 -16060.054926    193.153954 -20980.176408    177.804694                    
+PG25  14752.609198  -3845.061381 -21377.422660    334.355493                    
+PG26 -24825.375094  -8083.010743  -6832.246443     54.438962                    
+PG27 -15531.514123 -20966.368758   5541.836544     37.112246                    
+PG30 -18473.067470  16299.503190   9448.684850    136.237160                    
+PG03  19214.843843  11004.226375 -15223.340716    373.425831                    
+PG04  -3901.416864 -24417.291595   9054.349821    -34.583960                    
+PG06  14582.887247  13543.685303 -17417.736281     60.070692                    
+PG08   2612.986700 -21217.432401 -15478.827324   -196.529112                    
+PG09 -17452.102680  -7640.123604  17904.286911     48.439874                    
+PG10  -9981.356326 -12009.206157 -21611.889228    -13.619641                    
+PG14  -3347.808146  14321.344154  22229.394308   -132.440555                    
+PG13  21223.700058  -6524.979445 -14694.782872    293.254656                    
+PG28  11254.611590 -22979.333871   6888.724771    -23.829935                    
+PG21  -9555.649276  14448.328556 -19726.156979     21.541714                    
+PG11  20029.682506   3744.431908  16998.097976      2.760836                    
+PG22  -9768.584451  23186.773836   8558.071659    202.432106                    
+PG20  19387.208797  -7688.503136  16290.647912     86.566574                    
+PG18 -16513.652468  20491.553838  -1255.629050    -69.550427                    
+PG16   4861.748161  16634.396059 -19998.171655     63.023878                    
+PG19  25169.151200   7481.467254  -4717.386415     29.363965                    
+PG23  26340.656021   -538.514834  -4432.411350    388.984683                    
+PG02 -13342.897810 -23060.139069  -2838.505204    153.934093                    
+PG31   5859.267433  24762.252620   7568.544259    -56.464198                    
+PG17   5512.418524 -14585.273563  21544.403154     52.426789                    
+PG12 -18847.489447   4985.658173  18059.533263   -299.563132                    
+PG15 -24486.332605  -7148.179225  -7482.657424   -275.974056                    
+PG29 -22244.586348   6494.674051 -12838.959451      4.822134                    
+PG07  11379.024018 -10701.364965 -21484.880039     20.984114                    
+PR04   7720.738302   8115.940322  22801.097954     63.871556                    
+PR06  15813.776144 -20027.188738   -945.001589   -169.260376                    
+PR07   3205.263336 -18126.245793 -17690.164076    -89.212560                    
+PR10  -6829.269046 -24125.812554  -4474.753084   -140.843952                    
+PR11 -12959.611521 -17625.088916  13201.375997    -92.620595                    
+PR13  -3183.192715  16943.629942  18787.854817   -230.633910                    
+PR14   6849.067573  24190.120000   4502.806529    -79.635871                    
+PR15  13021.703818  17349.667903 -13311.766285     92.104260                    
+PR17   7447.232272  11528.806756 -21474.072280   -261.257056                    
+PR19  24047.883075    192.098025   8508.654743    -89.414221                    
+PR20  11613.104529  -8060.023991  21260.278446    -65.011114                    
+PR23 -23812.915928     19.384903  -9088.796348   -200.346074                    
+PR18  22497.433451   8127.000884  -9006.080978     -1.348653                    
+PR21  -7655.876042 -11539.895502  21443.700687   -143.331018                    
+PR22 -22283.121395  -8194.645256   9196.518330   -201.556193                    
+PR03  -3901.642585  17553.597197  18087.152252    -34.258081                    
+PR02 -15625.554178  19993.428259   2677.246203     20.677247                    
+PR08 -10060.865404  -4916.475396 -22922.959011   -102.002088                    
+*  2009  4  1 10  0  0.00000000                                                 
+PG32  15552.955125   4016.543457  21513.460074    280.214654                    
+PG24 -16940.713119  -2029.921388 -20156.282792    177.807776                    
+PG25  16021.237601  -1708.296443 -20725.285673    334.375209                    
+PG26 -23967.087309  -8091.136037  -9520.347289     54.440830                    
+PG27 -15547.404851 -21415.481938   2708.324003     37.116353                    
+PG30 -18042.979325  15071.173215  11912.469505    136.238368                    
+PG03  17435.911220  11307.145731 -17037.641975    373.430406                    
+PG04  -3093.027967 -23467.747247  11538.581906    -34.597180                    
+PG06  12462.944350  13693.369284 -18866.258512     60.086745                    
+PG08   3494.167517 -19541.952853 -17439.213780   -196.531091                    
+PG09 -18314.829784  -9511.521319  16130.413108     48.441961                    
+PG10  -8556.775749 -13954.956603 -21011.649406    -13.620187                    
+PG14  -5825.750203  14063.590598  21868.398134   -132.435561                    
+PG13  22725.214488  -6232.866969 -12372.270072    293.255921                    
+PG28  11796.591863 -23314.270919   4096.680159    -23.830071                    
+PG21 -10701.830355  12361.034348 -20585.046761     21.539512                    
+PG11  21011.171423   5388.297272  15341.265239      2.759609                    
+PG22 -10481.270303  23678.580909   5904.683780    202.431490                    
+PG20  18495.969661  -5899.250932  17976.674323     86.565833                    
+PG18 -16596.971099  20027.669215  -4074.665824    -69.547526                    
+PG16   3500.323101  18404.233537 -18672.417921     63.020943                    
+PG19  24445.578179   7626.343892  -7439.399504     29.363175                    
+PG23  26664.002874   -314.221177  -1600.291302    388.985100                    
+PG02 -13167.838430 -23322.755665    -50.702210    153.933719                    
+PG31   5223.212088  23971.532841  10207.420063    -56.465112                    
+PG17   7921.538318 -14346.205771  20926.715780     52.428411                    
+PG12 -17772.291828   3132.667067  19523.396592   -299.559307                    
+PG15 -23469.716939  -7345.202353 -10082.835267   -275.978257                    
+PG29 -23569.601401   6163.546758 -10429.052125      4.825938                    
+PG07  12522.698981  -8507.269792 -21836.803783     20.983604                    
+PR04   6018.406370  10360.062770  22406.123610     63.864215                    
+PR06  15663.822556 -20018.947926   2245.784283   -169.264893                    
+PR07   4352.834698 -19816.523847 -15495.407182    -89.209178                    
+PR10  -6709.193722 -23369.030240  -7598.847669   -140.843031                    
+PR11 -13639.545295 -18921.223778  10440.594687    -92.621794                    
+PR13  -4005.466350  14659.193230  20474.671301   -230.634926                    
+PR14   6734.799872  23427.200293   7616.544736    -79.634242                    
+PR15  13727.080290  18657.659226 -10537.866945     92.105186                    
+PR17   4766.660556  11099.099933 -22447.581403   -261.258473                    
+PR19  24921.625323    160.782677   5440.726876    -89.415188                    
+PR20  14128.246077  -7777.978271  19797.024832    -65.011670                    
+PR23 -24760.625005     31.298882  -6046.605508   -200.341458                    
+PR18  21240.229497   7807.063374 -11866.245215     -1.349350                    
+PR21  -4982.660109 -11120.998022  22421.946155   -143.332527                    
+PR22 -21003.809717  -7884.071327  12057.625457   -201.558954                    
+PR03  -5142.691854  19250.313504  15921.457305    -34.260081                    
+PR02 -15589.626221  20193.295962   -532.921511     20.674175                    
+PR08  -8271.187686  -7117.186092 -23060.132561   -102.001494                    
+*  2009  4  1 10 15  0.00000000                                                 
+PG32  14232.911130   6028.135959  21982.854154    280.210682                    
+PG24 -17879.916522  -4106.531626 -18979.547401    177.810896                    
+PG25  17344.141851    281.268122 -19703.836954    334.394861                    
+PG26 -22823.245139  -8133.355048 -12052.968755     54.442752                    
+PG27 -15405.048818 -21597.700643   -171.518648     37.119563                    
+PG30 -17550.957385  13581.313716  14166.408507    136.241505                    
+PG03  15488.659875  11715.491816 -18568.830705    373.434002                    
+PG04  -2105.568122 -22322.290550  13819.067630    -34.610212                    
+PG06  10205.558538  13950.349893 -19985.477827     60.102958                    
+PG08   4558.050446 -17736.441237 -19094.866538   -196.532039                    
+PG09 -19157.463404 -11140.959090  14067.125111     48.444239                    
+PG10  -7278.569941 -15899.972325 -20052.921085    -13.621954                    
+PG14  -8253.818260  13948.803009  21134.694552   -132.430080                    
+PG13  23967.113208  -6041.144925  -9838.147842    293.256811                    
+PG28  12155.639739 -23401.844313   1233.269949    -23.830312                    
+PG21 -11978.780172  10266.517578 -21078.660046     21.537877                    
+PG11  21924.670906   6838.069938  13420.633534      2.758658                    
+PG22 -11008.522816  23945.671491   3149.675506    202.431415                    
+PG20  17609.915814  -3915.760746  19349.788286     86.564617                    
+PG18 -16536.560301  19297.143286  -6821.686336    -69.544531                    
+PG16   2320.627476  20099.212259 -17021.350979     63.018453                    
+PG19  23431.094075   7788.393511 -10034.878516     29.362299                    
+PG23  26678.712498   -108.178603   1258.897373    388.985694                    
+PG02 -12845.626820 -23326.412192   2737.939600    153.933271                    
+PG31   4401.755994  22967.242324  12670.889588    -56.466202                    
+PG17  10251.656142 -14233.731045  19949.744233     52.429846                    
+PG12 -16723.651497   1099.745110  20652.299949   -299.554980                    
+PG15 -22180.139315  -7599.092256 -12509.844499   -275.982302                    
+PG29 -24625.658480   5908.496843  -7838.434775      4.829469                    
+PG07  13789.996984  -6361.851410 -21813.467101     20.983125                    
+PR04   4521.888028  12655.177624  21570.899394     63.855807                    
+PR06  15300.100593 -19674.102397   5392.966381   -169.264224                    
+PR07   5223.449641 -21340.248554 -13000.422266    -89.208297                    
+PR10  -6366.066351 -22286.777414 -10574.717308   -140.842361                    
+PR11 -14260.356870 -19847.252503   7478.101385    -92.622619                    
+PR13  -5073.716445  12276.672795  21763.375205   -230.636055                    
+PR14   6397.414321  22340.663825  10582.840576    -79.630450                    
+PR15  14369.970879  19591.811708  -7557.807901     92.106782                    
+PR17   1969.818421  10860.886744 -22984.299401   -261.259014                    
+PR19  25407.708647     37.659378   2267.114195    -89.415972                    
+PR20  16454.155944  -7696.778722  17950.478065    -65.011771                    
+PR23 -25324.024414    142.051940  -2886.673272   -200.337435                    
+PR18  19626.022177   7558.355823 -14497.076885     -1.349442                    
+PR21  -2191.622667 -10893.114262  22965.338327   -143.333616                    
+PR22 -19368.343171  -7644.946582  14683.460208   -201.561317                    
+PR03  -6092.493671  20799.317671  13446.406044    -34.262630                    
+PR02 -15312.965833  20067.067175  -3732.744064     20.671451                    
+PR08  -6653.244219  -9434.143072 -22749.669412   -102.000665                    
+*  2009  4  1 10 30  0.00000000                                                 
+PG32  13007.860955   8132.684131  22087.022590    280.206310                    
+PG24 -18843.406532  -6003.677171 -17470.127772    177.814459                    
+PG25  18681.988492   2092.151124 -18331.268904    334.414655                    
+PG26 -21415.873835  -8245.737083 -14389.465000     54.444676                    
+PG27 -15070.177081 -21530.684973  -3048.332591     37.123567                    
+PG30 -17036.111802  11843.492537  16170.050478    136.244132                    
+PG03  13411.828878  12243.733804 -19791.349539    373.438397                    
+PG04   -929.124288 -21020.655859  15855.679105    -34.623787                    
+PG06   7855.105463  14326.094465 -20755.434752     60.119041                    
+PG08   5804.771696 -15849.913392 -20418.108622   -196.533721                    
+PG09 -19937.826931 -12512.853039  11753.016285     48.447420                    
+PG10  -6159.558090 -17798.419108 -18750.941626    -13.622961                    
+PG14 -10582.623239  13968.348153  20040.341328   -132.425242                    
+PG13  24921.905855  -5916.193382  -7135.524607    293.257692                    
+PG28  12360.060178 -23216.460023  -1651.713484    -23.830387                    
+PG21 -13368.279145   8209.809429 -21199.958864     21.536070                    
+PG11  22733.759678   8086.778116  11270.048185      2.757329                    
+PG22 -11374.475393  23961.012884    340.365632    202.430352                    
+PG20  16764.178585  -1767.027957  20385.953376     86.563499                    
+PG18 -16368.264814  18292.637411  -9447.951374    -69.541194                    
+PG16   1325.202311  21672.587763 -15073.383469     63.015647                    
+PG19  22142.568150   8002.486842 -12459.427583     29.361313                    
+PG23  26384.432735    117.601873   4096.770188    388.985771                    
+PG02 -12347.287831 -23091.723977   5480.537083    153.932818                    
+PG31   3380.229761  21788.786980  14917.224939    -56.467091                    
+PG17  12456.611451 -14235.457026  18629.671019     52.431460                    
+PG12 -15736.976395  -1081.090264  21427.315163   -299.550975                    
+PG15 -20643.547030  -7940.688093 -14721.900717   -275.986697                    
+PG29 -25391.604993   5696.211768  -5112.131801      4.832997                    
+PG07  15155.596086  -4307.478356 -21415.608232     20.982804                    
+PR04   3256.756728  14937.448163  20312.134954     63.849025                    
+PR06  14773.080677 -18972.295450   8435.255994   -169.262434                    
+PR07   5829.693907 -22638.767861 -10253.510034    -89.205446                    
+PR10  -5765.560143 -20927.315599 -13344.408382   -140.841589                    
+PR11 -14763.987120 -20400.937324   4371.170211    -92.623438                    
+PR13  -6380.161923   9864.011977  22628.883492   -230.637543                    
+PR14   5802.559563  20978.328042  13344.198601    -79.627540                    
+PR15  14891.158271  20149.818939  -4429.838078     92.107420                    
+PR17   -874.679101  10828.713222 -23074.110881   -261.259637                    
+PR19  25490.208399   -123.403792   -950.539482    -89.416780                    
+PR20  18531.266394  -7788.912669  15756.508146    -65.011948                    
+PR23 -25485.068395    298.258693    329.469796   -200.332485                    
+PR18  17691.276517   7429.014228 -16847.471460     -1.350056                    
+PR21    649.033975 -10870.514383  23062.962316   -143.334661                    
+PR22 -17414.630696  -7525.410716  17023.114345   -201.563659                    
+PR03  -6760.090624  22139.444841  10710.087604    -34.264225                    
+PR02 -14844.380804  19588.235771  -6860.121544     20.668881                    
+PR08  -5242.851366 -11807.341321 -21997.570996   -102.000138                    
+*  2009  4  1 10 45  0.00000000                                                 
+PG32  11902.974898  10290.375151  21825.008883    280.202206                    
+PG24 -19792.791301  -7695.451422 -15654.171520    177.817703                    
+PG25  19991.822358   3700.720128 -16632.230475    334.434232                    
+PG26 -19774.144829  -8460.032281 -16492.464282     54.446865                    
+PG27 -14513.891401 -21239.463705  -5871.999385     37.124883                    
+PG30 -16535.698167   9879.881337  17887.267439    136.248208                    
+PG03  11247.100167  12899.451515 -20684.565163    373.442500                    
+PG04    438.284109 -19605.586657  17612.758530    -34.637089                    
+PG06   5458.336852  14824.566097 -21162.327501     60.135026                    
+PG08   7225.772975 -13931.699997 -21387.307082   -196.534040                    
+PG09 -20613.543099 -13621.126225   9230.774251     48.449950                    
+PG10  -5204.559706 -19603.650907 -17126.913670    -13.623169                    
+PG14 -12765.581037  14105.533200  18603.537098   -132.420026                    
+PG13  25570.381649  -5820.464822  -4310.511449    293.258461                    
+PG28  12443.065540 -22740.305705  -4507.554986    -23.830500                    
+PG21 -14845.236049   6232.309127 -20948.684841     21.534681                    
+PG11  23403.000414   9134.908864   8927.026753      2.756301                    
+PG22 -11608.438309  23704.354937  -2474.807398    202.429917                    
+PG20  15989.190990    511.437577  21067.054219     86.562957                    
+PG18 -16129.919081  17015.545084 -11906.781014    -69.538351                    
+PG16    508.190174  23079.454810 -12862.242277     63.012811                    
+PG19  20604.713151   8300.064334 -14671.398305     29.360794                    
+PG23  25789.540821    400.327408   6865.228209    388.986492                    
+PG02 -11649.116142 -22645.608273   8130.806750    153.932228                    
+PG31   2151.853499  20479.086180  16908.625982    -56.468029                    
+PG17  14493.830877 -14331.682563  16988.641057     52.432839                    
+PG12 -14842.202767  -3371.714247  21835.589496   -299.546771                    
+PG15 -18892.812793  -8395.823137 -16680.868463   -275.990367                    
+PG29 -25854.707416   5490.596785  -2297.431714      4.836778                    
+PG07  16587.695099  -2381.522825 -20650.371922     20.982446                    
+PR04   2236.468450  17140.792787  18654.907532     63.842048                    
+PR06  14137.614816 -17905.558222  11313.159839   -169.262378                    
+PR07   6195.466693 -23659.201708  -7307.861782    -89.204035                    
+PR10  -4884.138079 -19346.939222 -15854.060290   -140.841745                    
+PR11 -15094.679379 -20593.087662   1179.824528    -92.624594                    
+PR13  -7904.567295   7487.778247  23054.346316   -230.638752                    
+PR14   4926.578790  19395.979765  15847.038856    -79.624151                    
+PR15  15233.902882  20342.799194  -1215.155744     92.108576                    
+PR17  -3696.468851  11004.864521 -22715.603468   -261.259952                    
+PR19  25166.517751   -266.745704  -4149.726453    -89.417856                    
+PR20  20308.033451  -8016.940731  13257.660971    -65.012343                    
+PR23 -25239.015207    444.345739   3539.198596   -200.328855                    
+PR18  15483.171495   7459.874219 -18871.633946     -1.350719                    
+PR21   3469.189878 -11055.269971  22712.534634   -143.335804                    
+PR22 -15191.199860  -7566.104848  19031.390798   -201.566061                    
+PR03  -7166.504662  23214.675539   7765.670631    -34.266674                    
+PR02 -14238.268174  18742.410527  -9854.365498     20.666121                    
+PR08  -4064.480995 -14171.952465 -20818.405151   -101.999009                    
+*  2009  4  1 11  0  0.00000000                                                 
+PG32  10936.278278  12457.944937  21201.693493    280.197940                    
+PG24 -20687.064468  -9163.872083 -13563.355713    177.821592                    
+PG25  21228.767189   5091.927765 -14637.329688    334.453883                    
+PG26 -17933.393272  -8802.418418 -18328.334698     54.448893                    
+PG27 -13714.071250 -20755.463251  -8592.535144     37.128733                    
+PG30 -16083.532553   7720.610070  19286.993184    136.251027                    
+PG03   9037.718477  13682.927008 -21233.095331    373.447434                    
+PG04   1990.430890 -18121.159009  19059.773783    -34.650061                    
+PG06   3062.733397  15441.970765 -21198.787878     60.151141                    
+PG08   8804.030711 -12029.626553 -21987.162785   -196.535012                    
+PG09 -21143.789937 -14469.112704   6546.247837     48.452637                    
+PG10  -4410.319814 -21269.887012 -15207.724006    -13.623727                    
+PG14 -14760.518891  14336.290271  16848.351789   -132.415053                    
+PG13  25902.296827  -5714.100020  -1411.455518    293.259604                    
+PG28  12441.315092 -21964.251267  -7283.558801    -23.830508                    
+PG21 -16378.625269   4370.350430 -20331.230798     21.532570                    
+PG11  23899.308100   9990.131704   6432.081561      2.755100                    
+PG22 -11743.589347  23163.126247  -5247.125543    202.429605                    
+PG20  15309.500879   2878.794203  21381.227396     86.561907                    
+PG18 -15859.690770  15476.123643 -14154.464121    -69.535195                    
+PG16   -144.255069  24278.449912 -10426.374703     63.010063                    
+PG19  18849.270781   8707.753148 -16632.600400     29.360001                    
+PG23  24910.852273    774.819265   9517.236678    388.986337                    
+PG02 -10733.765295 -22020.218603  10643.799944    153.931930                    
+PG31    718.151170  19082.924427  18611.811278    -56.469280                    
+PG17  16325.804258 -14496.219389  15054.420889     52.434150                    
+PG12 -14062.695342  -5729.173476  21870.533354   -299.542732                    
+PG15 -16966.585850  -8984.154483 -18352.921747   -275.994742                    
+PG29 -26011.055841   5254.376501    556.952788      4.840318                    
+PG07  18049.158374   -615.112059 -19531.166469     20.981934                    
+PR04   1462.031058  19199.532776  16632.126828     63.835509                    
+PR06  13450.462454 -16478.899504  13970.166929   -169.261394                    
+PR07   6354.718314 -24356.647665  -4220.538512    -89.203417                    
+PR10  -3710.298052 -17607.599683 -18054.956694   -140.841323                    
+PR11 -15201.486062 -20446.922563  -2034.305332    -92.625412                    
+PR13  -9614.902169   5210.557529  23031.476245   -230.640391                    
+PR14   3757.770702  17655.056687  18042.733556    -79.620796                    
+PR15  15346.540162  20194.640377   2023.316006     92.108541                    
+PR17  -6426.124399  11379.282796 -21916.069401   -261.260933                    
+PR19  24447.453962   -337.513070  -7268.291754    -89.419057                    
+PR20  21742.889989  -8335.245996  10502.338210    -65.011449                    
+PR23 -24594.614347    525.157676   6680.023820   -200.324105                    
+PR18  13057.834537   7682.557841 -20529.978312     -1.351258                    
+PR21   6199.476690 -11437.139191  21920.477291   -143.337495                    
+PR22 -12755.313229  -7798.287336  20669.661173   -201.568840                    
+PR03  -7343.588466  23976.485558   4670.368740    -34.269407                    
+PR02 -13552.146032  17528.103784 -12657.374829     20.663288                    
+PR08  -3130.422831 -16460.850365 -19235.027225   -101.998341                    
+*  2009  4  1 11 15  0.00000000                                                 
+PG32  10118.111430  14590.115054  20227.687583    280.193514                    
+PG24 -21484.247950 -10399.395337 -11234.312848    177.824987                    
+PG25  22347.815007   6259.686073 -12382.509002    334.473351                    
+PG26 -15933.943686  -9292.452449 -19867.603685     54.450432                    
+PG27 -12656.553736 -20115.263385 -11161.038837     37.131892                    
+PG30 -15708.549752   5402.791864  20343.865718    136.252958                    
+PG03   6827.057107  14587.006233 -21427.072264    373.451951                    
+PG04   3712.946937 -16611.071565  20171.862860    -34.663292                    
+PG06    714.828953  16166.828060 -20864.033686     60.167100                    
+PG08  10514.620347 -10188.287999 -22208.875892   -196.537026                    
+PG09 -21490.964766 -15069.085262   3747.494395     48.454462                    
+PG10  -3765.753454 -22753.886415 -13025.555913    -13.624956                    
+PG14 -16531.126406  14630.157648  14804.357799   -132.410172                    
+PG13  25916.732453  -5556.646090   1511.874029    293.260179                    
+PG28  12393.294700 -20888.419992  -9930.026487    -23.830793                    
+PG21 -17932.657744   2654.004521 -19360.383840     21.530547                    
+PG11  24193.227318  10666.756683   3828.012090      2.753690                    
+PG22 -11815.510461  22333.047617  -7928.448446    202.428745                    
+PG20  14742.831072   5290.264209  21323.075049     86.560624                    
+PG18 -15594.416285  13693.268506 -16151.110431    -69.532498                    
+PG16   -653.233565  25233.330131  -7808.259554     63.007033                    
+PG19  16913.936427   9246.166027 -18308.966084     29.358923                    
+PG23  23773.025977   1271.993580  12007.593697    388.986613                    
+PG02  -9591.114365 -21251.689872  12976.631199    153.931147                    
+PG31   -910.955042  17645.260305  19998.522726    -56.470374                    
+PG17  17921.378661 -14697.482865  12859.954616     52.435499                    
+PG12 -13414.414858  -8107.146717  21531.903837   -299.538918                    
+PG15 -14907.929207  -9718.236802 -19709.133330   -275.999065                    
+PG29 -25865.635419   4950.740324   3401.742671      4.843473                    
+PG07  19498.873859    967.872314 -18077.417257     20.981317                    
+PR04    922.219255  21051.030431  14283.840615     63.828465                    
+PR06  12767.733307 -14710.361995  16353.893611   -169.261768                    
+PR07   6349.767303 -24696.075087  -1051.373557    -89.201580                    
+PR10  -2245.306262 -15774.315243 -19904.468925   -140.839915                    
+PR11 -15040.588270 -19996.934248  -5209.153434    -92.626325                    
+PR13 -11468.510733   3088.529182  22560.710434   -230.641719                    
+PR14   2297.152623  15820.109330  19888.552271    -79.618329                    
+PR15  15184.875328  19740.813185   5222.190862     92.108792                    
+PR17  -8997.795114  11930.021814 -20691.338965   -261.261719                    
+PR19  23356.820485   -284.227493 -10245.643333    -89.420220                    
+PR20  22805.797298  -8692.135083   7543.868009    -65.012333                    
+PR23 -23573.743834    488.544776   9690.818744   -200.318684                    
+PR18  10478.210735   8117.951513 -21789.915746     -1.352291                    
+PR21   8773.923798 -11993.988250  20701.823274   -143.338411                    
+PR22 -10170.739828  -8242.366540  21906.585123   -201.571847                    
+PR03  -7332.422802  24385.900863   1484.326529    -34.272276                    
+PR02 -12844.069343  15956.993154 -15214.760802     20.660309                    
+PR08  -2440.469753 -18607.248487 -17278.141109   -101.998469                    
+*  2009  4  1 11 30  0.00000000                                                 
+PG32   9450.872809  16641.102199  18919.159439    280.189441                    
+PG24 -22143.090773 -11401.091118  -8707.955208    177.827371                    
+PG25  23305.625911   7206.865842  -9908.311594    334.493038                    
+PG26 -13819.781306  -9942.256924 -21085.333068     54.452056                    
+PG27 -11336.024862 -19359.120573 -13530.674187     37.134208                    
+PG30 -15433.569084   2969.255894  21038.754655    136.255296                    
+PG03   4657.177520  15597.238216 -21262.338315    373.456909                    
+PG04   5583.717566 -15116.973984  20930.256743    -34.676522                    
+PG06  -1541.426105  16980.364148 -20163.893178     60.183468                    
+PG08  12325.586828  -8447.482603 -22050.191351   -196.538871                    
+PG09 -21622.190253 -15441.442821    883.834359     48.457606                    
+PG10  -3252.505446 -24016.554459 -10617.396159    -13.624749                    
+PG14 -18048.195703  14951.522746  12506.165115   -132.404747                    
+PG13  25622.106171  -5308.810570   4409.134775    293.261296                    
+PG28  12337.603218 -19522.395909 -12399.246694    -23.830590                    
+PG21 -19468.131543   1106.160188 -18054.955166     21.529012                    
+PG11  24260.072625  11184.952692   1159.179729      2.752712                    
+PG22 -11860.627734  21218.435183 -10472.071877    202.428271                    
+PG20  14299.424274   7698.687238  20893.756910     86.559513                    
+PG18 -15368.000698  11693.937695 -17861.423098    -69.529185                    
+PG16  -1046.069470  25914.363176  -5053.636854     63.004376                    
+PG19  14841.060696   9928.929891 -19671.156416     29.358294                    
+PG23  22407.685381   1917.483932  14293.678408    388.986912                    
+PG02  -8218.877520 -20378.737464  15089.190299    153.930632                    
+PG31  -2717.369929  16209.556218  21045.939948    -56.471089                    
+PG17  19256.818751 -14899.811373  10442.821670     52.436964                    
+PG12 -12905.382396 -10457.532210  20825.784715   -299.534566                    
+PG15 -12762.794450 -10602.877229 -20725.982242   -276.002968                    
+PG29 -25432.064358   4544.966178   6187.952129      4.847387                    
+PG07  20893.272223   2351.510854 -16314.221981     20.981035                    
+PR04    594.321234  22638.204121  11656.398736     63.821627                    
+PR06  12142.357013 -12630.535404  18417.160897   -169.264548                    
+PR07   6229.267830 -24653.828127   2138.180707    -89.198642                    
+PR10   -503.388417 -13912.477303 -21366.873583   -140.839277                    
+PR11 -14577.332147 -19287.300454  -8283.397656    -92.627544                    
+PR13 -13413.743123   1169.322369  21651.202618   -230.642853                    
+PR14    558.691456  13956.148512  21348.497306    -79.617092                    
+PR15  14714.270612  19026.704668   8318.890124     92.110091                    
+PR17 -11351.691082  12624.216925 -19065.450825   -261.262922                    
+PR19  21930.443169    -61.209296 -13023.931764    -89.421446                    
+PR20  23479.332276  -9032.203002   4439.483613    -65.012464                    
+PR23 -22210.513305    287.821174  12513.017372   -200.313390                    
+PR18   7811.652246   8775.141828 -22626.515229     -1.352473                    
+PR21  11132.471606 -12692.734184  19079.952807   -143.339726                    
+PR22  -7505.276997  -8906.910020  22718.680320   -201.574364                    
+PR03  -7181.328611  24415.170848  -1730.551881    -34.272696                    
+PR02 -12170.038981  14053.644555 -17476.899474     20.657470                    
+PR08  -1982.138453 -20547.339855 -14985.708076   -101.997660                    
+*  2009  4  1 11 45  0.00000000                                                 
+PG32   8929.051984  18566.150522  17297.595801    280.185131                    
+PG24 -22624.753018 -12176.472349  -6028.712404    177.830354                    
+PG25  24062.260423   7944.925532  -7259.059820    334.512837                    
+PG26 -11637.110043 -10755.965035 -21961.450709     54.453955                    
+PG27  -9756.569553 -18529.313522 -15657.659727     37.137395                    
+PG30 -15274.323425    467.040017  21359.157724    136.257240                    
+PG03   2567.431678  16692.290609 -20740.569252    373.460823                    
+PG04   7573.594387 -13676.902740  21322.574139    -34.689761                    
+PG06  -3666.195868  17857.211741 -19110.700322     60.199825                    
+PG08  14199.081539  -6840.861011 -21515.331094   -196.540052                    
+PG09 -21510.607617 -15613.605928  -1995.064121     48.460046                    
+PG10  -2845.808613 -25024.417342  -8024.440536    -13.625549                    
+PG14 -19290.602178  15261.081469   9992.865248   -132.400220                    
+PG13  25035.834597  -4934.183050   7230.280359    293.262113                    
+PG28  12311.219214 -17885.048754 -14646.470199    -23.830982                    
+PG21 -20943.903057   -258.091539 -16439.313470     21.526612                    
+PG11  24080.892421  11569.759615  -1529.223688      2.751211                    
+PG22 -11914.616691  19832.177750 -12833.570457    202.427195                    
+PG20  13981.698661  10056.169568  20100.959275     86.558554                    
+PG18 -15209.951724   9512.250524 -19255.372083    -69.526116                    
+PG16  -1355.027949  26299.471456  -2210.672199     63.001401                    
+PG19  12676.174251  10761.984238 -20695.098050     29.357316                    
+PG23  20852.285935   2730.458363  16336.167784    388.987107                    
+PG02  -6622.929857 -19441.159565  16944.827764    153.930110                    
+PG31  -4675.358094  14816.190016  21737.002215    -56.472448                    
+PG17  20316.590210 -15064.964108   7844.603877     52.438091                    
+PG12 -12535.458724 -12732.102369  19764.464797   -299.530719                    
+PG15 -10578.392089 -11634.797782 -21385.770251   -276.007250                    
+PG29 -24732.011239   4005.958488   8867.734241      4.850736                    
+PG07  22187.949104   3528.253618 -14271.914097     20.980206                    
+PR04    445.379760  23911.813288   8801.496103     63.814251                    
+PR06  11621.690120 -10281.540466  20118.978620   -169.263433                    
+PR07   6045.913138 -24218.673939   5286.240144    -89.194725                    
+PR10   1488.628444 -12085.167104 -22414.029495   -140.838979                    
+PR11 -13787.897198 -18369.911439 -11197.625998    -92.628420                    
+PR13 -15391.981084   -509.757313  20320.645062   -230.644323                    
+PR14  -1431.009901  12125.988359  22394.012830    -79.614199                    
+PR15  13911.333727  18105.545549  11252.894654     92.109116                    
+PR17 -13436.312613  13419.527757 -17070.167171   -261.264159                    
+PR19  20214.720988    369.245210 -15549.176200    -89.422774                    
+PR20  23759.266357  -9298.862926   1249.228646    -65.011645                    
+PR23 -20549.871464   -116.011835  15091.759621   -200.309844                    
+PR18   5127.325662   9650.857457 -23023.021756     -1.352984                    
+PR21  13223.246715 -13490.771686  17086.163145   -143.340863                    
+PR22  -4828.126974  -9788.168801  23090.735234   -201.576964                    
+PR03  -6943.578815  24048.989316  -4911.808580    -34.276359                    
+PR02 -11581.513196  11854.707355 -19399.891419     20.654670                    
+PR08  -1731.415521 -22222.829962 -12402.214278   -101.997268                    
+*  2009  4  1 12  0  0.00000000                                                 
+PG32   8539.550780  20323.036564  15389.499661    280.180789                    
+PG24 -22894.404469 -12740.986133  -3243.699410    177.834115                    
+PG25  24582.770952   8493.191316  -4481.969191    334.532852                    
+PG26  -9432.840660 -11729.441554 -22481.038742     54.456078                    
+PG27  -7931.840883 -17668.377801 -17502.237531     37.139479                    
+PG30 -15238.795350  -2054.293284  21299.454507    136.259885                    
+PG03    593.155773  17844.631607 -19869.320153    373.465472                    
+PG04   9647.389321 -12323.887268  21342.985444    -34.703125                    
+PG06  -5625.122114  18766.388640 -17723.062955     60.215609                    
+PG08  16092.717241  -5394.835973 -20614.821306   -196.542127                    
+PG09 -21136.414669 -15618.677598  -4840.052201     48.462344                    
+PG10  -2515.610942 -25750.903217  -5291.404774    -13.625721                    
+PG14 -20245.986364  15517.459599   7307.390737   -132.395037                    
+PG13  24183.656641  -4400.856090   9926.435179    293.263074                    
+PG28  12347.825223 -16003.975569 -16630.842031    -23.831304                    
+PG21 -22318.417807  -1431.754860 -14542.839484     21.524889                    
+PG11  23643.223941  11849.934133  -4191.903335      2.750253                    
+PG22 -12010.837367  18195.385937 -14971.607429    202.426713                    
+PG20  13784.227088  12315.763631  18958.742246     86.557397                    
+PG18 -15144.111049   7188.299277 -20308.752022    -69.523218                    
+PG16  -1615.832431  26375.082951    670.926374     62.998669                    
+PG19  10466.389876  11743.179912 -21362.439217     29.356489                    
+PG23  19148.768421   3722.677190  18099.710931    388.987575                    
+PG02  -4817.332187 -18478.296587  18511.002607    153.929700                    
+PG31  -6752.361809  13501.005290  22060.637102    -56.473434                    
+PG17  21093.833253 -15153.739025   5110.171543     52.439271                    
+PG12 -12296.445146 -14884.164487  18366.217811   -299.526757                    
+PG15  -8401.519565 -12802.619900 -21676.939420   -276.011095                    
+PG29 -23794.316825   3307.640563  11395.197895      4.854502                    
+PG07  23339.328943   4499.004635 -11985.542161     20.979634                    
+PR04    433.869176  24832.417675   5775.117579     63.808114                    
+PR06  11245.366589  -7715.521578  21425.412131   -169.265423                    
+PR07   5853.971924 -23392.351137   8331.687336    -89.192537                    
+PR10   3692.207397 -10350.595432 -23025.902448   -140.838354                    
+PR11 -12660.526613 -17302.093179 -13895.468765    -92.629116                    
+PR13 -17339.973640  -1923.057697  18594.923838   -230.645058                    
+PR14  -3633.560523  10387.695397  23004.553468    -79.612016                    
+PR15  12765.134065  17036.022458  13966.950528     92.110639                    
+PR17 -15210.334207  14265.991594 -14744.344246   -261.264927                    
+PR19  18264.752068   1035.025876 -17772.314403    -89.423668                    
+PR20  23654.612953  -9436.935216  -1965.190895    -65.011193                    
+PR23 -18645.777389   -752.372509  17376.960569   -200.305829                    
+PR18   2493.543659  10729.444657 -22971.219784     -1.353649                    
+PR21  15004.502891 -14337.825694  14759.078129   -143.341944                    
+PR22  -2207.237067 -10870.133422  23016.060328   -201.579154                    
+PR03  -6674.907565  23285.211559  -7997.647955    -34.280447                    
+PR02 -11123.126303   9407.614319 -20946.410543     20.651766                    
+PR08  -1653.996966 -23583.257145  -9577.810523   -101.996865                    
+*  2009  4  1 12 15  0.00000000                                                 
+PG32   8262.282391  21873.497290  13226.025567    280.176759                    
+PG24 -22922.671267 -13117.189614   -401.834337    177.835988                    
+PG25  24838.586925   8877.825189  -1626.222118    334.552436                    
+PG26  -7253.054695 -12850.290142 -22634.577039     54.458239                    
+PG27  -5884.825601 -16817.306002 -19029.588244     37.142326                    
+PG30 -15326.890038  -4544.445490  20861.010205    136.261624                    
+PG03  -1235.497739  19021.459175 -18661.988702    373.469723                    
+PG04  11765.107049 -11084.780694  20992.246993    -34.716010                    
+PG06  -7390.464842  19672.514404 -16025.509144     60.231675                    
+PG08  17961.086289  -4127.786874 -19365.224264   -196.545105                    
+PG09 -20487.619435 -15493.932048  -7603.305468     48.463913                    
+PG10  -2227.930032 -26177.374687  -2465.750870    -13.627099                    
+PG14 -20911.108231  15678.934588   4495.798893   -132.389785                    
+PG13  23098.641520  -3682.880143  12450.758438    293.264031                    
+PG28  12476.266254 -13914.576644 -18316.262370    -23.831387                    
+PG21 -23551.240626  -2415.908567 -12399.318946     21.522931                    
+PG11  22941.615011  12056.673668  -6784.175705      2.749151                    
+PG22 -12178.863110  16336.724208 -16848.694367    202.425537                    
+PG20  13694.039384  14433.111162  17487.269265     86.556743                    
+PG18 -15187.636827   4766.725527 -21003.612218    -69.519916                    
+PG16  -1866.043951  26136.654218   3540.819821     62.995960                    
+PG19   8258.741375  12862.197811 -21660.914481     29.355862                    
+PG23  17342.046145   4897.829968  19553.549625    388.988179                    
+PG02  -2824.047835 -17527.504597  19759.880529    153.929348                    
+PG31  -8910.071783  12294.051005  22011.896236    -56.474436                    
+PG17  21590.505336 -15127.646867   2286.900637     52.441097                    
+PG12 -12172.500523 -16870.166284  16654.988078   -299.522503                    
+PG15  -6276.910973 -14087.173214 -21594.284509   -276.015034                    
+PG29 -22653.856590   2430.147885  13727.182349      4.858189                    
+PG07  24306.307568   5272.882149  -9494.273834     20.979411                    
+PR04    511.731623  25371.930394   2636.409159     63.801792                    
+PR06  11043.488628  -4992.708296  22310.309345   -169.261685                    
+PR07   5706.761918 -22189.594312  11215.357988    -89.189659                    
+PR10   6058.487967  -8759.771707 -23190.929486   -140.838580                    
+PR11 -11196.267279 -16144.120666 -16324.676129    -92.630306                    
+PR13 -19192.385346  -3057.411824  16507.614038   -230.645983                    
+PR14  -6000.131365   8792.250228  23168.000496    -79.608160                    
+PR15  11277.894290  15879.679732  16408.202408     92.111828                    
+PR17 -16644.067515  15108.208759 -12133.171139   -261.266255                    
+PR19  16142.113604   1952.788792 -19650.156324    -89.424472                    
+PR20  23187.141926  -9395.187483  -5141.586855    -65.010837                    
+PR23 -16559.013511  -1639.616126  19324.282716   -200.300957                    
+PR18    -24.868538  11983.381687 -22471.632121     -1.354047                    
+PR21  16446.145087 -15178.152651  12143.907328   -143.343182                    
+PR22    293.287723 -12125.116333  22496.576314   -201.581471                    
+PR03  -6430.923080  22135.037204 -10928.139006    -34.283233                    
+PR02 -10830.710522   6768.839589 -22086.425960     20.649132                    
+PR08  -1706.968421 -24588.003467  -6567.340581   -101.995946                    
+*  2009  4  1 12 30  0.00000000                                                 
+PG32   8071.029896  23184.533492  10842.553142    280.172563                    
+PG24 -22686.870818 -13333.646816   2447.073629    177.838329                    
+PG25  24808.639078   9130.531047   1257.974468    334.572148                    
+PG26  -5141.491002 -14098.150451 -22418.139056     54.459930                    
+PG27  -3647.202581 -16013.795840 -20210.659042     37.146232                    
+PG30 -15530.458838  -6954.198079  20052.127211    136.263987                    
+PG03  -2894.546033  20185.849617 -17137.690773    373.473921                    
+PG04  13883.363215  -9979.358522  20277.609979    -34.729232                    
+PG06  -8941.974870  20537.214628 -14048.020168     60.247651                    
+PG08  19757.383362  -3049.581282 -17788.784718   -196.547165                    
+PG09 -19560.492961 -15279.195869 -10239.058150     48.465639                    
+PG10  -1946.382330 -26293.866294    403.157930    -13.627977                    
+PG14 -21291.857469  15705.191174   1606.490459   -132.384610                    
+PG13  21819.918122  -2761.492950  14759.281074    293.265049                    
+PG28  12719.214423 -11658.801891 -19672.149279    -23.831632                    
+PG21 -24604.528022  -3219.379168 -10046.290342     21.521243                    
+PG11  21977.896626  12222.266011  -9262.661796      2.748152                    
+PG22 -12443.163918  14291.450109 -18431.884361    202.425777                    
+PG20  13691.233953  16367.985225  15712.425544     86.555845                    
+PG18 -15350.279095   2295.122834 -21328.550674    -69.516714                    
+PG16  -2143.370111  25588.844845   6348.958015     62.993164                    
+PG19   6098.522431  14100.795072 -21584.608794     29.355127                    
+PG23  15478.380800   6251.180338  20672.073821    388.988802                    
+PG02   -672.355582 -16622.700749  20668.870140    153.928968                    
+PG31 -11105.710578  11218.553679  21591.999331    -56.475419                    
+PG17  21817.185319 -14950.573993   -576.164782     52.442308                    
+PG12 -12140.857653 -18651.187404  14659.987241   -299.518317                    
+PG15  -4245.671888 -15462.118070 -21139.055714   -276.019103                    
+PG29 -21350.189696   1360.777162  15823.977126      4.862049                    
+PG07  25051.811680   5866.665207  -6840.734202     20.978833                    
+PR04    626.681356  25514.703012   -553.499420     63.793922                    
+PR06  11035.240441  -2179.126068  22755.868811   -169.260328                    
+PR07   5654.167764 -20637.632241  13881.192059    -89.187942                    
+PR10   8530.108608  -7354.498298 -22906.217842   -140.837999                    
+PR11  -9409.186966 -14956.623894 -18438.121388    -92.631143                    
+PR13 -20884.450534  -3912.437985  14099.324638   -230.647052                    
+PR14  -8473.253566   7381.519792  22880.916478    -79.605284                    
+PR15   9465.128229  14698.224025  18529.230901     92.111882                    
+PR17 -17720.445456  15887.768029  -9287.291906   -261.267073                    
+PR19  13912.388583   3127.015104 -21146.222778    -89.425395                    
+PR20  22390.381349  -9128.719363  -8218.479575    -65.011638                    
+PR23 -14354.732889  -2784.026225  20895.992500   -200.297376                    
+PR18  -2369.061697  13374.314563 -21533.547442     -1.353795                    
+PR21  17530.770910 -15952.997534   9291.568156   -143.344958                    
+PR22   2615.595096 -13514.833744  21542.741036   -201.584050                    
+PR03  -6264.534241  20622.650975 -13646.380162    -34.284583                    
+PR02 -10729.704115   4001.786153 -22797.783419     20.646646                    
+PR08  -1840.854606 -25207.911857  -3429.276640   -101.995473                    
+*  2009  4  1 12 45  0.00000000                                                 
+PG32   7934.537540  24229.543873   8278.199450    280.168494                    
+PG24 -22171.984784 -13423.594600   5253.245269    177.841307                    
+PG25  24480.181484   9287.058630   4120.324774    334.591782                    
+PG26  -3138.102303 -15445.281007 -21833.535590     54.461819                    
+PG27  -1258.312104 -15290.629939 -21022.872065     37.149684                    
+PG30 -15833.670874  -9237.178035  18887.847303    136.264892                    
+PG03  -4366.940760  21298.088858 -15321.043657    373.479551                    
+PG04  15956.929351  -9019.716372  19212.611277    -34.742641                    
+PG06 -10267.464848  21320.654521 -11825.461284     60.264122                    
+PG08  21435.072268  -2161.423751 -15913.000962   -196.548799                    
+PG09 -18359.716927 -15015.185423 -12704.261432     48.467615                    
+PG10  -1633.825690 -26099.491976   3264.957203    -13.628518                    
+PG14 -21402.916559  15559.041713  -1310.624215   -132.379498                    
+PG13  20391.173940  -1626.072117  16811.699003    293.266137                    
+PG28  13092.102651  -9283.620777 -20674.079177    -23.831437                    
+PG21 -25444.390503  -3858.130168  -7524.362304     21.519442                    
+PG11  20761.199014  12378.713682 -11585.952102      2.747116                    
+PG22 -12821.999211  12100.197447 -19693.383430    202.424910                    
+PG20  13749.872247  18085.670927  13665.334277     86.555043                    
+PG18 -15633.975991   -177.665629 -21278.868638    -69.513449                    
+PG16  -2483.973881  24745.337507   9046.488361     62.990300                    
+PG19   4027.689707  15433.373481 -21134.112781     29.354241                    
+PG23  13603.706965   7769.536616  21435.301051    388.989088                    
+PG02   1602.025576 -15793.037793  21221.084567    153.928542                    
+PG31 -13293.481723  10290.156667  20808.288368    -56.476298                    
+PG17  21792.545186 -14590.366308  -3429.188906     52.443827                    
+PG12 -12172.811363 -20194.262278  12415.208262   -299.514000                    
+PG15  -2343.859675 -16894.858945 -20318.949094   -276.022784                    
+PG29 -19926.047654     94.655903  17649.976468      4.865610                    
+PG07  25544.216571   6303.948811  -4070.288938     20.978490                    
+PR04    724.675999  25258.101679  -3732.695502     63.788192                    
+PR06  11227.989189    655.946613  22753.033180   -169.256061                    
+PR07   5740.308744 -18775.179477  16277.326968    -89.185269                    
+PR10  11043.388903  -6165.771502 -22177.576761   -140.837145                    
+PR11  -7326.057279 -13797.993683 -20194.711347    -92.632129                    
+PR13 -22354.622369  -4500.296798  11416.905705   -230.647911                    
+PR14 -10988.992544   6186.625592  22148.632056    -79.600649                    
+PR15   7355.220385  13550.848313  20288.972969     92.112383                    
+PR17 -18435.489405  16545.810536  -6261.827879   -261.267429                    
+PR19  11642.542696   4549.589192 -22231.453121    -89.426021                    
+PR20  21308.147885  -8601.091892 -11136.276928    -65.012101                    
+PR23 -12099.844113  -4179.322331  22061.684991   -200.292302                    
+PR18  -4488.400992  14854.574042 -20174.872932     -1.353709                    
+PR21  18254.184275 -16603.201926   6257.687774   -143.346490                    
+PR22   4710.222715 -14991.940064  20173.319040   -201.586233                    
+PR03  -6223.500317  18784.336339 -16099.603747    -34.287960                    
+PR02 -10834.012774   1174.389576 -23066.635350     20.644067                    
+PR08  -2001.950910 -25426.441548   -224.582566   -101.994971                    
+*  2009  4  1 13  0  0.00000000                                                 
+PG32   7817.800401  24989.249314   5575.271142    280.164401                    
+PG24 -21371.331819 -13423.435203   7967.840844    177.844182                    
+PG25  23849.284256   9385.571868   6911.352298    334.611381                    
+PG26  -1277.728884 -16857.416129 -20888.400433     54.464020                    
+PG27   1236.224575 -14674.267298 -21450.684123     37.152256                    
+PG30 -16213.713944 -11351.497926  17389.612117    136.266882                    
+PG03  -5643.079178  22317.141818 -13241.853248    373.483317                    
+PG04  17940.341964  -8209.984735  17816.755700    -34.756281                    
+PG06 -11363.058061  21983.138390  -9396.923809     60.280310                    
+PG08  22949.536691  -1456.030570 -13770.130400   -196.549170                    
+PG09 -16898.232527 -14741.861208 -14959.164330     48.470486                    
+PG10  -1254.047363 -25602.500965   6069.217490    -13.629923                    
+PG14 -21267.087186  15208.042368  -4204.997110   -132.374445                    
+PG13  18858.981685   -274.770182  18572.106509    293.267234                    
+PG28  13602.377582  -6839.283165 -21304.285246    -23.831588                    
+PG21 -26042.099069  -4354.398829  -4876.513731     21.517682                    
+PG11  19307.712398  12556.382054 -13715.237142      2.746173                    
+PG22 -13326.566552   9807.551080 -20611.066531    202.424430                    
+PG20  13839.118432  19558.131663  11381.781548     86.553830                    
+PG18 -16032.783799  -2603.282708 -20856.586411    -69.510379                    
+PG16  -2920.851938  23628.312786  11586.634001     62.987578                    
+PG19   2083.393117  16827.851906 -20316.562908     29.353692                    
+PG23  11761.968179   9431.553996  21829.269114    388.989515                    
+PG02   3958.072580 -15061.761498  21405.715901    153.928139                    
+PG31 -15426.132532   9516.451640  19674.094208    -56.477181                    
+PG17  21542.509258 -14020.269133  -6222.441856     52.445039                    
+PG12 -12234.940830 -21473.485888   9958.863831   -299.510200                    
+PG15   -601.264160 -18347.714429 -19147.984018   -276.026983                    
+PG29 -18425.721191  -1364.891739  19174.259081      4.869294                    
+PG07  25758.568760   6614.040599  -1230.283495     20.977905                    
+PR04    752.448138  24612.555406  -6839.683315     63.782858                    
+PR06  11616.915678   3442.665095  22301.696701   -169.254856                    
+PR07   6001.455786 -16650.962241  18357.111247    -89.183491                    
+PR10  13530.780693  -5212.653189 -21019.383510   -140.836292                    
+PR11  -4985.512693 -12721.894836 -21560.186662    -92.632945                    
+PR13 -23547.105531  -4844.916952   8512.533444   -230.648854                    
+PR14 -13479.409080   5226.777031  20985.161735    -79.598281                    
+PR15   4988.466598  12491.689982  21653.507744     92.113648                    
+PR17 -18798.242609  17025.625327  -3115.318624   -261.268595                    
+PR19   9398.260823   6199.914967 -22884.768503    -89.427087                    
+PR20  19992.666471  -7786.111623 -13838.419772    -65.013110                    
+PR23  -9860.343453  -5806.704926  22798.863557   -200.286836                    
+PR18  -6342.358782  16369.112552 -18421.812205     -1.354064                    
+PR21  18625.358506 -17071.850961   3101.504799   -143.347946                    
+PR22   6537.878104 -16501.950258  18415.000223   -201.588879                    
+PR03  -6348.207812  16667.099064 -18240.198643    -34.291518                    
+PR02 -11145.372274  -1643.463581 -22887.711426     20.641330                    
+PR08  -2134.837876 -25240.313145   2984.472717   -101.993842                    
+*  2009  4  1 13 15  0.00000000                                                 
+PG32   7683.510833  25452.372335   2778.657944    280.160383                    
+PG24 -20286.914982 -13371.119464  10543.838614    177.848359                    
+PG25  22920.984652   9464.951400   9583.262373    334.630931                    
+PG26    411.064772 -18294.876876 -19596.210420     54.466041                    
+PG27   3786.175797 -14183.717391 -21485.973758     37.154675                    
+PG30 -16641.791044 -13261.202516  15584.793871    136.269022                    
+PG03  -6721.036895  23202.208234 -10934.702948    373.487574                    
+PG04  19789.512434  -7546.365522  16115.100920    -34.769694                    
+PG06 -12233.108165  22486.709469  -6804.993891     60.296680                    
+PG08  24259.656986   -918.118151 -11396.638992   -196.549393                    
+PG09 -15196.806388 -14496.855250 -16967.818207     48.472842                    
+PG10   -773.426065 -24819.975601   8766.395433    -13.630215                    
+PG14 -20914.304231  14625.939405  -7026.336664   -132.369345                    
+PG13  17271.019230   1285.196037  20009.654433    293.268377                    
+PG28  14249.106174  -4377.449097 -21551.999314    -23.831791                    
+PG21 -26375.097510  -4735.618764  -2147.387783     21.515761                    
+PG11  17640.201944  12782.718855 -15614.897882      2.745206                    
+PG22 -13960.442289   7460.469994 -21168.886739    202.423461                    
+PG20  13924.576943  20764.916875   8901.562496     86.552883                    
+PG18 -16533.138845  -4935.554540 -20070.325235    -69.507070                    
+PG16  -3482.348627  22267.602238  13925.523781     62.984453                    
+PG19    296.692213  18246.811911 -19145.562260     29.352845                    
+PG23   9993.528392  11208.361740  21846.332163    388.990062                    
+PG02   6350.816999 -14445.299383  21218.310551    153.927912                    
+PG31 -17456.575223   8896.817307  18208.518279    -56.478217                    
+PG17  21099.134003 -13220.163251  -8907.200325     52.446436                    
+PG12 -12290.520132 -22470.861854   7332.757201   -299.506050                    
+PG15    959.564067 -19779.299133 -17646.268995   -276.031340                    
+PG29 -16893.406954  -3006.295436  20371.085555      4.873220                    
+PG07  25677.567463   6830.641545   1630.749864     20.977468                    
+PR04    659.989883  23601.079901  -9814.559558     63.776238                    
+PR06  12185.193291   6113.332564  21410.720254   -169.255309                    
+PR07   6464.286890 -14321.839170  20080.018536    -89.182417                    
+PR10  15923.486864  -4501.657175 -19454.287725   -140.835449                    
+PR11  -2436.717390 -11774.990071 -22507.796655    -92.634261                    
+PR13 -24414.166114  -4980.723718   5442.691080   -230.649531                    
+PR14 -15875.205931   4508.619656  19412.948730    -79.595429                    
+PR15   2415.618339  11567.530682  22596.693676     92.113380                    
+PR17 -18830.174774  17275.168675     91.398754   -261.269202                    
+PR19   7241.353946   8045.566506 -23093.480086    -89.428583                    
+PR20  18502.356986  -6669.193672 -16272.472319    -65.014001                    
+PR23  -7698.705464  -7635.435771  23093.364359   -200.282443                    
+PR18  -7901.980252  17857.780852 -16308.372491     -1.354815                    
+PR21  18665.850065 -17306.844607   -115.306460   -143.349220                    
+PR22   8070.791931 -17985.470399  16301.876003   -201.591502                    
+PR03  -6669.768666  14326.858154 -20026.631512    -34.296306                    
+PR02 -11653.239501  -4382.596541 -22264.424407     20.638407                    
+PR08  -2184.971479 -24659.616067   6135.528295   -101.993567                    
+*  2009  4  1 13 30  0.00000000                                                 
+PG32   7493.613633  25616.043466    -64.829885    280.156301                    
+PG24 -18929.432922 -13304.488276  12936.864607    177.851522                    
+PG25  21709.098757   9563.100933  12090.744158    334.650536                    
+PG26   1906.947077 -19713.907578 -17976.231225     54.467798                    
+PG27   6338.583549 -13829.753993 -21128.238933     37.157409                    
+PG30 -17084.366014 -14937.463929  13506.111874    136.272025                    
+PG03  -7606.506995  23914.307664  -8438.444090    373.492680                    
+PG04  21463.276174  -7017.482362  14137.757414    -34.782920                    
+PG06 -12889.796765  22796.685269  -4094.964665     60.312902                    
+PG08  25329.259015   -525.182763  -8832.603300   -196.551388                    
+PG09 -13283.337210 -14314.021661 -18698.507938     48.473402                    
+PG10   -162.496724 -23777.180401  11308.777425    -13.630922                    
+PG14 -20380.374596  13793.885770  -9725.506960   -132.364356                    
+PG13  15674.253469   3037.616158  21099.119073    293.269386                    
+PG28  15022.952793  -1949.271705 -21413.628849    -23.831628                    
+PG21 -26427.790227  -5033.172029    617.411065     21.514058                    
+PG11  15787.294234  13081.089919 -17253.050757      2.743851                    
+PG22 -14719.337904   5106.621824 -21357.168607    202.423380                    
+PG20  13969.773224  21693.778119   6267.762530     86.551963                    
+PG18 -17114.434961  -7132.081454 -18935.063519    -69.504223                    
+PG16  -4190.865166  20699.556272  16022.957963     62.981581                    
+PG19  -1308.488924  19648.873993 -17640.980130     29.352476                    
+PG23   8333.720917  13064.495909  21485.351444    388.990202                    
+PG02   8732.877668 -13952.621309  20660.934673    153.927378                    
+PG31 -19339.509204   8422.570015  16436.132281    -56.479102                    
+PG17  20499.253451 -12177.545538 -11436.632364     52.447912                    
+PG12 -12301.064100 -23176.861460   4581.594322   -299.501948                    
+PG15   2324.000009 -21146.064322 -15839.659334   -276.035137                    
+PG29 -15371.576343  -4810.006141  21220.307311      4.876678                    
+PG07  25292.267703   6990.361213   4463.904947     20.976848                    
+PR04    402.886779  22258.301874 -12600.143303     63.769318                    
+PR06  12904.708466   8605.022503  20097.752497   -169.257161                    
+PR07   7144.556012 -11850.594531  21412.443689    -89.181905                    
+PR10  18154.140119  -4026.673025 -17512.760934   -140.834095                    
+PR11    262.408092 -10994.969980 -23018.835044    -92.635265                    
+PR13 -24918.121596  -4950.925279   2267.065753   -230.650347                    
+PR14 -18108.449970   4026.126577  17462.442357    -79.592870                    
+PR15   -304.006113  10815.834084  23100.646634     92.115199                    
+PR17 -18564.084230  17249.402602   3296.351303   -261.270154                    
+PR19   5227.344155  10043.446814 -22853.534638    -89.429801                    
+PR20  16899.379421  -5248.245013 -18391.136811    -65.014564                    
+PR23  -5671.440178  -9623.929303  22939.618617   -200.278664                    
+PR18  -9150.858189  19257.848527 -13875.709087     -1.355230                    
+PR21  18408.688079 -17263.281481  -3329.864274   -143.350447                    
+PR22   9293.592838 -19380.644887  13874.783311   -201.594139                    
+PR03  -7208.520330  11826.279520 -21424.249080    -34.297516                    
+PR02 -12335.216938  -6977.172833 -21208.808985     20.635459                    
+PR08  -2101.238785 -23707.373766   9167.346654   -101.992531                    
+*  2009  4  1 13 45  0.00000000                                                 
+PG32   7210.916411  25485.914299  -2907.176028    280.152423                    
+PG24 -17317.958047 -13259.640270  15105.958046    177.853957                    
+PG25  20235.709312   9715.324115  14391.700363    334.670114                    
+PG26   3196.530759 -21068.200730 -16053.379509     54.469828                    
+PG27   8839.771840 -13614.507949 -20384.597081     37.159625                    
+PG30 -17504.601648 -16359.479975  11190.953146    136.273238                    
+PG03  -8312.441088  24417.832604  -5795.590224    373.498074                    
+PG04  22924.823616  -6605.024782  11919.316400    -34.796203                    
+PG06 -13352.428985  22883.067193  -1314.009173     60.329276                    
+PG08  26128.386298   -248.540301  -6121.073179   -196.552814                    
+PG09 -11191.933142 -14222.153863 -20124.113882     48.474779                    
+PG10    602.650135 -22506.587412  13651.392798    -13.630816                    
+PG14 -19705.489831  12701.376741 -12255.414081   -132.359030                    
+PG13  14113.160647   4957.716697  21821.369446    293.270591                    
+PG28  15906.525189    396.481136 -20892.767104    -23.831667                    
+PG21 -26192.083654  -5281.017953   3372.009556     21.512539                    
+PG11  13782.559878  13469.772081 -18602.042281      2.743056                    
+PG22 -15591.182553   2792.695774 -21172.779533    202.422767                    
+PG20  13937.717847  22340.972208   3525.988291     86.551211                    
+PG18 -17749.887248  -9155.660940 -17471.778527    -69.500870                    
+PG16  -5061.814828  18965.674578  17843.095851     62.978995                    
+PG19  -2716.124818  20990.251601 -15828.631271     29.351606                    
+PG23   6811.592876  14959.105775  20751.773378    388.990686                    
+PG02  11056.109997 -13584.902627  19742.220572    153.926967                    
+PG31 -21032.987423   8077.420421  14386.599134    -56.479890                    
+PG17  19782.945229 -10888.213010 -13766.647717     52.449459                    
+PG12 -12227.951408 -23590.672677   1752.247026   -299.497572                    
+PG15   3485.718698 -22403.937556 -13759.312153   -276.039259                    
+PG29 -13899.427294  -6749.069534  21707.682451      4.880416                    
+PG07  24602.478166   7131.124235   7220.721828     20.976595                    
+PR04    -55.594700  20629.028647 -15143.040775     63.760677                    
+PR06  13737.291097  10861.994815  18388.861033   -169.259131                    
+PR07   8046.233106  -9303.495339  22328.365070    -89.180483                    
+PR10  20159.432105  -3769.427808 -15232.500568   -140.833319                    
+PR11   3047.330018 -10408.972144 -23083.025223    -92.635427                    
+PR13 -25032.927221  -4805.430670   -952.616633   -230.651535                    
+PR14 -20115.255948   3761.038314  15171.514906    -79.590571                    
+PR15  -3104.762782  10263.202156  23156.052268     92.115952                    
+PR17 -18042.544506  16912.355603   6437.611670   -261.271123                    
+PR19   3403.327813  12141.407285 -22169.592922    -89.430529                    
+PR20  15247.039199  -3534.028943 -20153.173117    -65.014423                    
+PR23  -3826.917562 -11721.309594  22340.748711   -200.273094                    
+PR18 -10085.574072  20506.660811 -11171.319108     -1.355310                    
+PR21  17896.787941 -16905.551227  -6479.333837   -143.352057                    
+PR22  10203.671192 -20625.720576  11180.528408   -201.596935                    
+PR03  -7972.991216   9232.342450 -22405.946463    -34.299253                    
+PR02 -13157.993419  -9367.188249 -19741.294379     20.632738                    
+PR08  -1838.369952 -22418.584991  12021.007222   -101.992334                    
+*  2009  4  1 14  0  0.00000000                                                 
+PG32   6800.697480  25075.966173  -5699.918564    280.148543                    
+PG24 -15479.298485 -13269.391127  17014.259362    177.856886                    
+PG25  18530.357105   9952.832948  16447.896234    334.689890                    
+PG26   4274.804775 -22310.564407 -13857.991857     54.471766                    
+PG27  11237.383319 -13531.457600 -19269.588348     37.164270                    
+PG30 -17863.926605 -17515.044564   8680.617152    136.275917                    
+PG03  -8858.399610  24682.007091  -3051.620659    373.503894                    
+PG04  24142.961692  -6284.655931   9498.218863    -34.809394                    
+PG06 -13646.459191  22721.769270   1489.668395     60.345676                    
+PG08  26634.353259    -54.587053  -3307.402552   -196.554929                    
+PG09  -8961.794932 -14243.904944 -21222.409314     48.476948                    
+PG10   1539.195558 -21046.617728  15752.874020    -13.632210                    
+PG14 -18932.571391  11346.864416 -14571.861451   -132.354008                    
+PG13  12628.054608   7012.936124  22163.722621    293.271701                    
+PG28  16875.069809   2615.184138 -20000.040736    -23.831828                    
+PG21 -25667.667805  -5514.247992   6070.941967     21.510473                    
+PG11  11663.423406  13961.139049 -19638.888237      2.741754                    
+PG22 -16556.528523    562.761694 -20619.175914    202.421865                    
+PG20  13792.491659  22711.242772    723.563440     86.550249                    
+PG18 -18407.641828 -10975.490061 -15706.986726    -69.497824                    
+PG16  -6102.863960  17111.055658  19355.053963     62.976090                    
+PG19  -3918.537335  22226.421826 -13739.838619     29.350675                    
+PG23   5448.896549  16847.390436  19657.589570    388.990942                    
+PG02  13273.307965 -13335.508787  18477.287292    153.926616                    
+PG31 -22499.871336   7838.220123  12094.218784    -56.480850                    
+PG17  18991.879820  -9356.621514 -15856.695833     52.450802                    
+PG12 -12034.063728 -23720.129412  -1107.022215   -299.493527                    
+PG15   4446.743344 -23509.997405 -11441.146267   -276.043132                    
+PG29 -12511.476141  -8789.983336  21825.095212      4.884226                    
+PG07  23616.838159   7290.528859   9854.001568     20.975975                    
+PR04   -742.750346  18766.425402 -17394.627816     63.753239                    
+PR06  14636.399656  12837.800310  16317.982654   -169.256019                    
+PR07   9161.153256  -6747.713826  22809.859680    -89.178773                    
+PR10  21882.585571  -3700.464381 -12657.700085   -140.832329                    
+PR11   5849.328327 -10032.456866 -22698.746145    -92.635697                    
+PR13 -24745.292118  -4598.488608  -4153.795373   -230.652521                    
+PR14 -21838.318838   3683.832908  12584.728386    -79.588426                    
+PR15  -5917.180658   9924.311977  22762.309520     92.115998                    
+PR17 -17315.960554  16238.819957   9454.477793   -261.272393                    
+PR19   1806.205181  14280.261137 -21054.939455    -89.431279                    
+PR20  13607.160319  -1549.992952 -21524.205467    -65.014224                    
+PR23  -2203.548316 -13869.368124  21308.497235   -200.267519                    
+PR18 -10715.585828  21544.317252  -8248.100468     -1.355715                    
+PR21  17180.958180 -16209.044153  -9502.180433   -143.352777                    
+PR22  10811.019408 -21661.623678   8271.004111   -201.599222                    
+PR03  -8959.375449   6613.739762 -22952.689171    -34.303162                    
+PR02 -14078.762321 -11500.721474 -17890.314446     20.629888                    
+PR08  -1359.103633 -20838.781482  14641.054357   -101.991881                    
+*  2009  4  1 14 15  0.00000000                                                 
+PG32   6232.251054  24408.013759  -8394.948249    280.144476                    
+PG24 -13447.072957 -13361.884683  18629.610396    177.860122                    
+PG25  16628.973339  10301.441223  18225.522306    334.709611                    
+PG26   5145.260206 -23394.678055 -11425.491577     54.474036                    
+PG27  13482.347342 -13565.813911 -17804.791842     37.167241                    
+PG30 -18123.663779 -18400.774219   6019.505511    136.279204                    
+PG03  -9269.630984  24682.189224   -254.202063    373.509237                    
+PG04  25093.162154  -6027.144604   6916.078513    -34.822853                    
+PG06 -13802.289350  22295.619138   4267.686003     60.361638                    
+PG08  26832.544859     93.764089   -438.555151   -196.557492                    
+PG09  -6635.943657 -14394.940393 -21976.297888     48.479471                    
+PG10   2656.697180 -19440.152013  17576.242707    -13.634151                    
+PG14 -18105.514796   9738.023731 -16634.356236   -132.348857                    
+PG13  11253.590248   9164.015052  22120.179267    293.272539                    
+PG28  17897.480529   4667.916417 -18752.804913    -23.831991                    
+PG21 -24862.032724  -5767.616511   8669.805777     21.509085                    
+PG11   9469.937253  14561.069973 -20345.652385      2.741124                    
+PG22 -17589.262750  -1543.259097 -19706.323887    202.421277                    
+PG20  13500.789629  22817.484262  -2091.295529     86.549361                    
+PG18 -19052.082513 -12568.105357 -13672.197435    -69.494641                    
+PG16  -7313.486476  15182.728282  20533.405986     62.973495                    
+PG19  -4916.510336  23313.845872 -11410.886269     29.349918                    
+PG23   4259.370074  18682.211876  18221.175558    388.991131                    
+PG02  15339.890667 -13190.307162  16887.531496    153.926304                    
+PG31 -23709.122465   7675.972210   9597.402998    -56.481818                    
+PG17  18167.620524  -7595.903908 -17670.495022     52.452514                    
+PG12 -11685.378835 -23581.322889  -3947.362635   -299.489380                    
+PG15   5217.165736 -24424.117687  -8925.216428   -276.047200                    
+PG29 -11236.341113 -10893.806194  21570.677051      4.888091                    
+PG07  22352.569933   7504.220325  12318.602631     20.975932                    
+PR04  -1675.081926  16729.877028 -19311.935155     63.747074                    
+PR06  15549.185101  14496.982733  13926.206599   -169.256234                    
+PR07  10469.191347  -4248.722471  22847.460586    -89.175790                    
+PR10  23275.568924  -3780.593740  -9838.198974   -140.832087                    
+PR11   8598.108719  -9868.588446 -21873.092537    -92.636590                    
+PR13 -24055.278421  -4386.148230  -7274.293730   -230.653497                    
+PR14 -23229.187491   3755.185304   9752.464954    -79.585365                    
+PR15  -8670.613503   9801.374233  21927.505513     92.116898                    
+PR17 -16440.315651  15215.614877  12288.629440   -261.273319                    
+PR19    461.349448  16396.107571 -19531.225310    -89.432701                    
+PR20  12037.535579    668.435645 -22477.400418    -65.014898                    
+PR23   -828.394981 -16004.841161  19862.991148   -200.262169                    
+PR18 -11062.566882  22316.255993  -5163.295659     -1.356230                    
+PR21  16317.587667 -15161.403617 -12339.394273   -143.354011                    
+PR22  11137.557222 -22434.444896   5202.215424   -201.601805                    
+PR03 -10151.539464   4038.219230 -23053.879215    -34.307005                    
+PR02 -15047.058281 -13335.850426 -15691.762143     20.627238                    
+PR08   -636.013283 -19022.162822  16976.577054   -101.991055                    
+*  2009  4  1 14 30  0.00000000                                                 
+PG32   5480.308980  23510.913901 -10945.334017    280.140305                    
+PG24 -11260.538355 -13559.408409  19925.059164    177.863029                    
+PG25  14572.598222  10780.487348  19695.668037    334.729398                    
+PG26   5819.692934 -24276.875151  -8795.945922     54.476131                    
+PG27  15530.688079 -13695.276299 -16018.272864     37.168542                    
+PG30 -18246.652335 -19021.989839   3254.277356    136.280956                    
+PG03  -9575.911588  24400.959909   2547.659495    373.514914                    
+PG04  25758.361954  -5799.675372   4216.970995    -34.836063                    
+PG06 -13853.890753  21595.094412   6972.325324     60.377993                    
+PG08  26716.936165    235.522650   2437.608247   -196.560143                    
+PG09  -4259.834582 -14683.345301 -22373.995129     48.481747                    
+PG10   3956.510913 -17732.873304  19089.602551    -13.633011                    
+PG14 -17267.403685   7891.656946 -18406.849681   -132.343782                    
+PG13  10017.502365  11366.358972  21691.534203    293.273833                    
+PG28  18937.571057   6522.764651 -17174.700800    -23.832038                    
+PG21 -23790.222590  -6074.096761  11125.893198     21.507462                    
+PG11   7243.461401  15268.603438 -20709.759476      2.739609                    
+PG22 -18657.594784  -3490.950630 -18450.497423    202.420928                    
+PG20  13033.363503  22680.104640  -4870.308605     86.548519                    
+PG18 -19645.279086 -13918.030167 -11403.295046    -69.491458                    
+PG16  -8684.846499  13227.931098  21358.578332     62.970728                    
+PG19  -5719.064371  24211.669452  -8882.372480     29.348861                    
+PG23   3248.338925  20415.822412  16467.007717    388.991571                    
+PG02  17215.504041 -13128.297782  15000.288171    153.925856                    
+PG31 -24636.883522   7557.070479   6938.083909    -56.482900                    
+PG17  17349.943420  -5627.546839 -19176.678031     52.453810                    
+PG12 -11152.456738 -23197.908804  -6720.152612   -299.485185                    
+PG15   5814.550423 -25110.516667  -6255.013133   -276.051218                    
+PG29 -10095.761695 -13017.476901  20948.828525      4.891648                    
+PG07  20834.914688   7804.341500  14572.206275     20.975694                    
+PR04  -2857.394404  14582.622773 -20858.423856     63.743560                    
+PR06  16418.840538  15816.306300  11260.909160   -169.254291                    
+PR07  11938.956527  -1867.770036  22440.349181    -89.174105                    
+PR10  24300.963078  -3962.759805  -6828.528304   -140.831361                    
+PR11  11224.492954  -9908.150098 -20621.766117    -92.637934                    
+PR13 -22976.358463  -4223.650084 -10253.528297   -230.655033                    
+PR14 -24250.182860   3927.853677   6729.938011    -79.582779                    
+PR15 -11295.935208   9884.132405  20668.225160     92.118413                    
+PR17 -15474.702531  13842.362364  14885.240649   -261.274310                    
+PR19   -618.230275  18422.870297 -17628.048730    -89.433629                    
+PR20  10589.560280   3075.059875 -22994.002368    -65.014943                    
+PR23    283.730756 -18061.912440  18032.346049   -200.256759                    
+PR18 -11159.225506  22775.630976  -1977.343048     -1.356708                    
+PR21  15366.114040 -13763.266826 -14935.660636   -143.355410                    
+PR22  11215.970598 -22897.731825   2033.229958   -201.604444                    
+PR03 -11521.560828   1569.976019 -22707.558706    -34.308622                    
+PR02 -16006.935725 -14842.155044 -13188.298148     20.624336                    
+PR08    347.083723 -17029.386877  18982.199207   -101.990593                    
+*  2009  4  1 14 45  0.00000000                                                 
+PG32   4526.279919  22419.501735 -13306.162520    280.136159                    
+PG24  -8963.218401 -13877.456518  20879.264119    177.865385                    
+PG25  12405.936783  11402.020928  20834.705623    334.748844                    
+PG26   6317.677088 -24917.885271  -6013.508870     54.478242                    
+PG27  17345.092152 -13891.116252 -13943.885712     37.171096                    
+PG30 -18198.798298 -19392.267119    432.990116    136.282809                    
+PG03  -9810.190130  23828.947070   5304.520085    373.519706                    
+PG04  26129.490605  -5567.285434   1446.700931    -34.849009                    
+PG06 -13837.305741  20618.768698   9557.346513     60.394415                    
+PG08  26290.314366    409.989197   5273.054751   -196.561217                    
+PG09  -1879.900496 -15109.300945 -22409.157039     48.482160                    
+PG10   5431.553748 -15971.512675  20266.723228    -13.632867                    
+PG14 -16458.766314   5833.238531 -19858.395600   -132.338563                    
+PG13   8939.630384  13571.619575  20885.359570    293.275035                    
+PG28  19955.550683   8155.818639 -15295.094013    -23.832156                    
+PG21 -22474.337780  -6463.509587  13398.795706     21.505286                    
+PG11   5025.293810  16075.851791 -20724.237176      2.738758                    
+PG22 -19725.280211  -5252.533748 -16873.959377    202.420327                    
+PG20  12366.308124  22326.114294  -7565.952410     86.547591                    
+PG18 -20148.518233 -15018.111688  -8939.865214    -69.488515                    
+PG16 -10200.010591  11292.407309  21817.137620     62.967944                    
+PG19  -6342.899928  24883.333380  -6198.475309     29.348106                    
+PG23   2412.656911  22001.638472  14425.260612    388.992065                    
+PG02  18865.470317 -13122.540457  12848.364448    153.925506                    
+PG31 -25267.308674   7444.723701   4161.061937    -56.483709                    
+PG17  16575.245441  -3480.739441 -20349.341556     52.455267                    
+PG12 -10411.761443 -22600.135248  -9377.819607   -299.481251                    
+PG15   6263.046783 -25539.150257  -3476.700773   -276.055507                    
+PG29  -9103.889326 -15115.295290  19970.142294      4.895503                    
+PG07  19096.272464   8218.120517  16576.038477     20.975036                    
+PR04  -4282.381319  12389.259611 -22004.640508     63.737394                    
+PR06  17187.131253  16785.458804   8374.761662   -169.252446                    
+PR07  13528.978690    340.456223  21596.377978    -89.173245                    
+PR10  24933.404696  -4194.238233  -3686.869225   -140.830829                    
+PR11  13663.076140 -10129.998357 -18968.797576    -92.638836                    
+PR13 -21534.928004  -4162.858494 -13033.685080   -230.656413                    
+PR14 -24875.878867   4148.911752   3576.103870    -79.580216                    
+PR15 -13728.168348  10150.399098  19009.201630     92.120020                    
+PR17 -14478.741038  12131.742455  17194.027866   -261.275596                    
+PR19  -1432.198110  20294.944923 -15382.381395    -89.434444                    
+PR20   9306.148518   5614.581501 -23063.715359    -65.014336                    
+PR23   1130.648890 -19974.837596  15852.118416   -200.251854                    
+PR18 -11047.656632  22885.378191   1247.338995     -1.357023                    
+PR21  14386.383396 -12028.462240 -17240.450613   -143.356578                    
+PR22  11088.112271 -23014.495073  -1174.929312   -201.606945                    
+PR03 -13030.777420   -732.796403 -21920.447245    -34.312323                    
+PR02 -16899.397903 -16001.744282 -10428.526396     20.621524                    
+PR08   1594.194573 -14925.108612  20618.961139   -101.989655                    
+*  2009  4  1 15  0  0.00000000                                                 
+PG32   3359.251108  21173.287836 -15435.375975    280.131885                    
+PG24  -6601.388120 -14324.073226  21476.795295    177.868452                    
+PG25  10175.806523  12170.276958  21624.584934    334.768273                    
+PG26   6665.716152 -25284.464376  -3125.748187     54.479863                    
+PG27  18896.170597 -14119.530307 -11620.461429     37.173379                    
+PG30 -17950.493878 -19532.681952  -2395.756105    136.283744                    
+PG03 -10007.090283  22965.344334   7967.433780    373.524319                    
+PG04  26205.709513  -5294.373718  -1347.942501    -34.862135                    
+PG06 -13789.089506  19373.453362  11978.762708     60.410794                    
+PG08  25564.195076    655.110237   8020.310089   -196.562626                    
+PG09    457.931125 -15665.038746 -22080.957636     48.484765                    
+PG10   7066.416697 -14202.072095  21087.502928    -13.634042                    
+PG14 -15715.945541   3596.117408 -20963.713057   -132.333529                    
+PG13   8031.267591  15729.431625  19715.861136    293.275861                    
+PG28  20909.636066   9551.826124 -13148.415115    -23.832309                    
+PG21 -20942.802334  -6961.269647  15450.979029     21.503599                    
+PG11   2855.299169  16968.182310 -20387.881407      2.737482                    
+PG22 -20753.029111  -6807.728984 -15004.533665    202.419894                    
+PG20  11482.142996  21787.978728 -10132.257792     86.546769                    
+PG18 -20523.857046 -15869.542495  -6324.479925    -69.485375                    
+PG16 -11834.478252   9418.779359  21901.968699     62.965214                    
+PG19  -6811.531898  25298.027904  -3406.145975     29.347523                    
+PG23   1740.991533  23395.989516  12131.290136    388.992238                    
+PG02  20262.023017 -13141.342089  10469.453834    153.925151                    
+PG31 -25593.110600   7300.514179   1313.299724    -56.485039                    
+PG17  15875.104497  -1191.420768 -21168.489691     52.456757                    
+PG12  -9446.766514 -21823.627086 -11874.649538   -299.477289                    
+PG15   6592.244735 -25686.894383   -638.308183   -276.059486                    
+PG29  -8266.874977 -17140.510347  18651.228596      4.899282                    
+PG07  17175.077269   8766.650350  18295.536402     20.974600                    
+PR04  -5930.713639  10213.214162 -22728.743699     63.731607                    
+PR06  17796.992491  17407.204470   5324.636693   -169.257430                    
+PR07  15189.338231   2329.884735  20331.922963    -89.171288                    
+PR10  25160.547119  -4419.077322   -473.943309   -140.830582                    
+PR11  15854.740166 -10502.039983 -16946.102465    -92.639706                    
+PR13 -19769.296320  -4249.844332 -15560.839301   -230.657328                    
+PR14 -25094.082576   4362.230842    352.496376    -79.578235                    
+PR15 -15908.939365  10567.103959  16982.816368     92.121984                    
+PR17 -13509.989244  10109.215603  19170.214693   -261.276256                    
+PR19  -1992.660861  21949.844951 -12837.851135    -89.435407                    
+PR20   8220.019745   8224.660732 -22684.922622    -65.014851                    
+PR23   1722.656067 -21680.581837  13364.616338   -200.246161                    
+PR18 -10777.299135  22619.880790   4447.608029     -1.357305                    
+PR21  13436.015502  -9983.655618 -19209.009952   -143.357571                    
+PR22  10803.029424 -22758.845644  -4360.430308   -201.609642                    
+PR03 -14631.303867  -2820.096095 -20707.812466    -34.314234                    
+PR02 -17664.974198 -16809.764866  -7466.052023     20.618385                    
+PR08   3096.737355 -12775.370397  21855.075456   -101.988850                    
+*  2009  4  1 15 15  0.00000000                                                 
+PG32   1976.704758  19814.961361 -17294.590266    280.127766                    
+PG24  -4222.472864 -14899.497290  21708.331811    177.871613                    
+PG25   7929.533155  13081.450860  22053.041719    334.787832                    
+PG26   6896.092896 -25350.841160   -182.860129     54.481454                    
+PG27  20163.368235 -14343.192816  -9090.912458     37.174878                    
+PG30 -17477.853182 -19470.788091  -5183.654436    136.287449                    
+PG03 -10201.333650  21818.095600  10488.900841    373.530194                    
+PG04  25994.358491  -4946.226457  -4119.931598    -34.875296                    
+PG06 -13744.753002  17874.033068  14195.562472     60.427028                    
+PG08  24558.434412   1005.876789  10633.188517   -196.565304                    
+PG09   2709.702444 -16335.072602 -21394.115913     48.486562                    
+PG10   8837.821278 -12468.098922  21538.301052    -13.633353                    
+PG14 -15069.648633   1220.407806 -21703.641538   -132.328237                    
+PG13   7294.859966  17789.236021  18203.611106    293.277004                    
+PG28  21757.728545  10704.490255 -10773.424442    -23.832627                    
+PG21 -19229.420797  -7587.290302  17248.325920     21.501910                    
+PG11    770.584510  17924.662710 -19705.339606      2.736461                    
+PG22 -21700.041948  -8144.319096 -12875.078991    202.418913                    
+PG20  10370.649052  21102.280870 -12525.572460     86.545587                    
+PG18 -20735.640189 -16481.573088  -3601.955526    -69.482358                    
+PG16 -13557.007391   7645.064148  21612.343903     62.962338                    
+PG19  -7154.151196  25431.930681   -554.247165     29.346765                    
+PG23   1214.444075  24559.770778   9625.010926    388.992698                    
+PG02  21385.273727 -13149.655641   7905.442153    153.924961                    
+PG31 -25615.801338   7086.034125  -1556.830072    -56.486079                    
+PG17  15275.048689   1198.935058 -21620.364052     52.458526                    
+PG12  -8248.800250 -20907.971910 -14167.572229   -299.473097                    
+PG15   6835.820025 -25538.470001   2211.113386   -276.063674                    
+PG29  -7582.768398 -19046.957285  17014.445631      4.902980                    
+PG07  15114.448928   9463.908236  19700.948051     20.974202                    
+PR04  -7771.627878   8114.283334 -23016.895151     63.726010                    
+PR06  18195.080608  17696.985775   2170.439416   -169.257338                    
+PR07  16863.671389   4064.744605  18671.567870    -89.168482                    
+PR10  24983.499793  -4580.679172   2748.145183   -140.830454                    
+PR11  17748.917506 -10982.691934 -14592.877594    -92.640871                    
+PR13 -17728.195803  -4522.720656 -17785.997299   -230.658946                    
+PR14 -24906.271824   4511.104330  -2877.991182    -79.575839                    
+PR15 -17788.661661  11091.806963  14628.459583     92.122959                    
+PR17 -12621.455343   7812.221604  20775.395493   -261.277443                    
+PR19  -2323.408601  23330.735893 -10043.894726    -89.436177                    
+PR20   7352.428155  10838.283607 -21864.738214    -65.015084                    
+PR23   2081.842821 -23121.361761  10618.081764   -200.241784                    
+PR18 -10402.589084  21966.160765   7560.865452     -1.358005                    
+PR21  12567.887716  -7667.460593 -20803.226342   -143.359004                    
+PR22  10414.699112 -22117.195425  -7461.797605   -201.611941                    
+PR03 -16267.952606  -4651.953263 -19093.176056    -34.318666                    
+PR02 -18246.336861 -17274.370975  -4358.439772     20.615385                    
+PR08   4833.663648 -10644.952892  22666.542832   -101.987917                    
+*  2009  4  1 15 30  0.00000000                                                 
+PG32    384.910673  18388.754413 -18849.873356    280.123596                    
+PG24  -1873.422288 -15596.117144  21570.757018    177.873993                    
+PG25   5713.350578  14123.777277  22113.721915    334.807357                    
+PG26   7045.454280 -25099.909922   2763.219344     54.483512                    
+PG27  21135.493232 -14522.932474  -6401.286619     37.176487                    
+PG30 -16763.721125 -19239.373133  -7883.493649    136.290314                    
+PG03 -10426.150544  20403.731393  12823.804235    373.535563                    
+PG04  25510.614650  -4490.504001  -6822.738822    -34.888706                    
+PG06 -13737.266611  16143.004679  16170.370200     60.443160                    
+PG08  23300.548095   1492.823237  13067.514833   -196.566999                    
+PG09   4834.826787 -17096.703754 -20358.871191     48.487889                    
+PG10  10715.397910 -10809.083057  21612.136679    -13.632897                    
+PG14 -14543.735634  -1248.387056 -22065.479480   -132.323306                    
+PG13   6724.065209  19702.116274  16375.163570    293.277983                    
+PG28  22459.086759  11616.409174  -8212.423589    -23.833057                    
+PG21 -17372.254467  -8355.083804  18760.643727     21.500111                    
+PG11  -1195.730202  18918.759320 -18687.106624      2.735224                    
+PG22 -22525.610739  -9258.392129 -10522.876411    202.418180                    
+PG20   9029.430265  20308.245303 -14705.277464     86.544717                    
+PG18 -20751.925095 -16870.932995   -818.596653    -69.479421                    
+PG16 -15330.700777   6003.382790  20953.885985     62.959420                    
+PG19  -7404.261202  25269.177359   2307.344982     29.345832                    
+PG23    807.480449  25459.931625   6950.179572    388.993009                    
+PG02  22223.868201 -13110.631981   5201.620243    153.924358                    
+PG31 -25345.614415   6764.539412  -4400.333934    -56.487364                    
+PG17  14793.582486   3644.746705 -21697.656062     52.459742                    
+PG12  -6817.595693 -19895.160664 -16216.909507   -299.468890                    
+PG15   7030.023364 -25087.074501   5022.349203   -276.067724                    
+PG29  -7041.732546 -20790.683373  15087.538304      4.906465                    
+PG07  12960.671791  10316.054114  20767.854543     20.973789                    
+PR04  -9763.990134   6146.340492 -22863.510577     63.720269                    
+PR06  18334.166873  17681.997882  -1026.108251   -169.257367                    
+PR07  18491.467328   5520.811333  16647.626148    -89.166111                    
+PR10  24416.728206  -4624.413444   5917.094074   -140.829505                    
+PR11  19305.509287 -11522.763938 -11954.848108    -92.641530                    
+PR13 -15468.873702  -5009.822679 -19666.040712   -230.659657                    
+PR14 -24327.471908   4540.901002  -6052.351217    -79.572212                    
+PR15 -19328.359551  11674.612269  11991.764160     92.123115                    
+PR17 -11859.313684   5288.885750  21978.281727   -261.278409                    
+PR19  -2458.659399  24388.751505  -7054.796998    -89.437154                    
+PR20   6712.389138  13386.339978 -20618.888198    -65.015558                    
+PR23   2240.913083 -24246.986106   7665.759660   -200.235942                    
+PR18  -9980.412653  20924.546085  10526.308189     -1.358885                    
+PR21  11827.844801  -5129.052644 -21992.358658   -143.360071                    
+PR22   9979.564146 -21088.969732 -10419.077471   -201.614342                    
+PR03 -17880.479980  -6199.846131 -17107.860587    -34.322841                    
+PR02 -18590.846318 -17416.156708  -1166.093126     20.612308                    
+PR08   6772.113286  -8594.796962  23037.616155   -101.987274                    
+*  2009  4  1 15 45  0.00000000                                                 
+PG32  -1401.031170  16938.731234 -20072.462809    280.119513                    
+PG24    400.880845 -16398.734373  21067.154002    177.875983                    
+PG25   3570.859437  15277.905616  21806.225220    334.827151                    
+PG26   7153.182295 -24524.106994   5659.791971     54.485618                    
+PG27  21810.859324 -14619.454909  -3599.801386     37.180395                    
+PG30 -15798.422487 -18875.045294 -10449.915754    136.292773                    
+PG03 -10711.748329  18746.858738  14930.309564    373.540672                    
+PG04  24776.878355  -3898.635877  -9411.059945    -34.902194                    
+PG06 -13795.680646  14209.739919  17870.036296     60.458917                    
+PG08  21824.758410   2140.680697  15281.830781   -196.568601                    
+PG09   6797.384128 -17920.785445 -18990.904402     48.489347                    
+PG10  12662.751042  -9259.041062  21308.752353    -13.633732                    
+PG14 -14154.294915  -3760.963217 -22043.199855   -132.317964                    
+PG13   6304.167635  21422.575400  14262.561262    293.278789                    
+PG28  22975.927915  12298.672176  -5510.434901    -23.833214                    
+PG21 -15412.352468  -9271.088151  19962.133054     21.498818                    
+PG11  -3015.600470  19919.266871 -17349.428517      2.734240                    
+PG22 -23190.721423 -10154.259036  -7988.944455    202.418143                    
+PG20   7464.180292  19446.181091 -16634.447541     86.543676                    
+PG18 -20545.764620 -17060.987701   1978.562326    -69.476209                    
+PG16 -17114.310383   4518.910635  19938.428667     62.956882                    
+PG19  -7598.146231  24802.525227   5128.655572     29.344949                    
+PG23    489.135252  26070.737582   4153.597983    388.993298                    
+PG02  22775.302946 -12987.258277   2405.821756    153.923973                    
+PG31 -24801.107071   6302.558211  -7168.412990    -56.488315                    
+PG17  14441.506637   6097.909136 -21399.599637     52.461307                    
+PG12  -5161.521549 -18827.942120 -17987.072622   -299.464858                    
+PG15   7212.073769 -24334.694931   7746.880991   -276.071716                    
+PG29  -6626.565273 -22331.502524  12903.189902      4.910242                    
+PG07  10761.557295  11321.036842  21477.605461     20.973400                    
+PR04 -11857.794493   4355.297252 -22271.366830     63.711350                    
+PR06  18175.271832  17399.782237  -4202.702801   -169.258152                    
+PR07  20010.560413   6686.161711  14299.509691    -89.165241                    
+PR10  23487.418263  -4500.154591   8971.593485   -140.829740                    
+PR11  20496.375522 -12067.684381  -9083.378947    -92.642012                    
+PR13 -13054.845781  -5728.308883 -21164.555261   -230.660311                    
+PR14 -23385.577195   4401.632403  -9108.707750    -79.570524                    
+PR15 -20501.060982  12260.402043   9123.727667     92.125230                    
+PR17 -11260.920221   2596.283058  22755.316740   -261.279247                    
+PR19  -2441.362125  25084.995029  -3928.634892    -89.438429                    
+PR20   6296.436325  15800.305541 -18971.422080    -65.016023                    
+PR23   2241.556505 -25016.898448   4564.871550   -200.231740                    
+PR18  -9567.470747  19508.785640  13286.136814     -1.348839                    
+PR21  11252.731202  -2426.346218 -22753.615132   -143.361241                    
+PR22   9553.970691 -19686.800117 -13174.981548   -201.616985                    
+PR03 -19406.064044  -7447.634205 -14790.385452    -34.326642                    
+PR02 -18652.916862 -17267.075868   2048.923745     20.609500                    
+PR08   8868.574887  -6679.603859  22961.104404   -101.986539                    
+*  2009  4  1 16  0  0.00000000                                                 
+PG32  -3357.510134  15507.071928 -20939.400833    280.115339                    
+PG24   2559.119756 -17285.122161  20206.705310    177.878380                    
+PG25   1541.595516  16517.556161  21136.071107    334.847046                    
+PG26   7259.615417 -23625.918571   8454.442066     54.487361                    
+PG27  22197.051403 -14595.036160   -735.886403     37.181450                    
+PG30 -14580.228878 -18416.707495 -12840.119844    136.294957                    
+PG03 -11083.905641  16879.322571  16770.703629    373.545967                    
+PG04  23821.909803  -3147.074835 -11841.514109    -34.914950                    
+PG06 -13943.913293  12109.501862  19266.150632     60.475504                    
+PG08  20170.799244   2967.235078  17238.077328   -196.571111                    
+PG09   8567.269085 -18772.727666 -17311.201478     48.492188                    
+PG10  14638.764212  -7845.342128  20634.546436    -13.635113                    
+PG14 -13909.042331  -6265.952386 -21637.539426   -132.312836                    
+PG13   6012.830079  22910.183072  11902.744571    293.279961                    
+PG28  23274.897159  12770.140030  -2714.368543    -23.833309                    
+PG21 -13392.377798 -10334.245835  20831.812980     21.496650                    
+PG11  -4666.962298  20891.439841 -15714.110301      2.733220                    
+PG22 -23659.594200 -10844.053017  -5317.296502    202.417096                    
+PG20   5688.645362  18555.902123 -18280.446581     86.542711                    
+PG18 -20096.303005 -17080.666946   4742.508064    -69.473069                    
+PG16 -18863.709199   3209.103623  18583.779955     62.954120                    
+PG19  -7773.236167  24033.683550   7860.522426     29.344152                    
+PG23    224.439472  26374.753263   1284.253703    388.993717                    
+PG02  23045.888742 -12744.012314   -432.492987    153.923778                    
+PG31 -24008.453166   5671.392187  -9813.292789    -56.489292                    
+PG17  14221.556259   8509.469885 -20731.945084     52.463046                    
+PG12  -3297.482080 -17748.154270 -19447.196083   -299.460578                    
+PG15   7418.520128 -23292.091103  10337.732053   -276.076045                    
+PG29  -6313.509090 -23634.420871  10498.492353      4.913962                    
+PG07   8564.752166  12468.525406  21817.658877     20.972969                    
+PR04 -13996.037656   2777.401130 -21251.563447     63.703615                    
+PR06  17689.451266  16896.405901  -7297.686741   -169.259896                    
+PR07  21359.712593   7561.407127  11672.956626    -89.163093                    
+PR10  22234.330893  -4164.636353  11852.499633   -140.829415                    
+PR11  21306.333182 -12559.974785  -6034.467763    -92.642865                    
+PR13 -10553.405406  -6683.242220 -22252.528912   -230.661056                    
+PR14 -22120.147571   4050.323285 -11987.536876    -79.567552                    
+PR15 -21292.704544  12791.297118   6079.738710     92.124703                    
+PR17 -10853.210694   -201.670345  23091.146777   -261.280414                    
+PR19  -2321.129933  25392.141428   -726.147099    -89.439307                    
+PR20   6088.920411  18014.916223 -16954.258612    -65.017291                    
+PR23   2132.442738 -25401.837054   1375.512773   -200.227256                    
+PR18  -9217.670479  17745.608767  15786.694330     -1.349337                    
+PR21  10868.827622    376.187208 -23072.570996   -143.362308                    
+PR22   9191.613522 -17936.186387 -15675.988410   -201.619596                    
+PR03 -20781.910847  -8391.970996 -12185.723034    -34.329201                    
+PR02 -18396.101962 -16868.895364   5224.097755     20.606972                    
+PR08  11070.504613  -4945.713195  22438.510670   -101.985512                    
+*  2009  4  1 16 15  0.00000000                                                 
+PG32  -5453.082721  14132.423415 -21434.065859    280.111287                    
+PG24   4564.897795 -18226.855149  19004.501560    177.881810                    
+PG25   -340.245165  17810.432119  20114.590171    334.866975                    
+PG26   7404.196667 -22417.982823  11096.121969     54.489128                    
+PG27  22310.341148 -14415.118104   2140.741955     37.183800                    
+PG30 -13115.532159 -17903.977067 -15014.505500    136.296254                    
+PG03 -11562.755885  14839.072473  18312.148270    373.551394                    
+PG04  22679.747716  -2218.365735 -14073.313783    -34.927645                    
+PG06 -14199.749539   9882.253620  20335.474335     60.492127                    
+PG08  18382.518128   3982.434386  18902.243416   -196.573280                    
+PG09  10121.152654 -19613.715295 -15345.853949     48.493294                    
+PG10  16599.089253  -6587.819183  19602.380529    -13.636078                    
+PG14 -13807.066743  -8711.737009 -20855.961250   -132.307429                    
+PG13   5821.150332  24131.028631   9336.875645    293.281139                    
+PG28  23328.352754  13056.447950    127.805611    -23.833309                    
+PG21 -11355.172442 -11535.852847  21353.897229     21.495970                    
+PG11  -6134.416931  21798.286719 -13808.225055      2.732278                    
+PG22 -23901.101989 -11347.030261  -2554.155680    202.417002                    
+PG20   3724.285764  17675.184049 -19615.450701     86.542086                    
+PG18 -19389.648610 -16963.206721   7426.982260    -69.469631                    
+PG16 -20533.474838   2083.226390  16913.394329     62.951545                    
+PG19  -7966.435382  22973.298510  10455.484871     29.343895                    
+PG23    -23.987617  26363.505173  -1607.584074    388.994595                    
+PG02  23050.363516 -12348.461322  -3263.184360    153.923597                    
+PG31 -23000.449320   4848.450403 -12289.053899    -56.490174                    
+PG17  14128.368421  10831.332403 -19706.817464     52.464414                    
+PG12  -1250.486716 -16695.097272 -20571.695652   -299.456147                    
+PG15   7683.635997 -21978.449733  12750.282238   -276.079967                    
+PG29  -6073.319189 -24670.879891   7914.341934      4.917747                    
+PG07   6416.056549  13740.169953  21781.819048     20.972698                    
+PR04 -16116.896932   1437.936503 -19823.338154     63.698926                    
+PR06  16859.161351  16224.309735 -10251.243392   -169.260647                    
+PR07  22481.176674   8159.396674   8819.133469    -89.159891                    
+PR10  20706.193526  -3583.524516  14503.970496   -140.828605                    
+PR11  21733.618652 -12941.866588  -2867.639502    -92.643251                    
+PR13  -8032.991367  -7867.190208 -22908.906783   -230.661361                    
+PR14 -20580.732196   3453.083027 -14632.836397    -79.564449                    
+PR15 -21702.525922  13209.242583   2918.525137     92.126895                    
+PR17 -10651.549437  -3036.614029  22978.938305   -261.280980                    
+PR19  -2151.892649  25295.573252   2490.448481    -89.439898                    
+PR20   6062.837895  19970.722816 -14606.573518    -65.017191                    
+PR23   1966.922458 -25385.042843  -1840.505695   -200.222529                    
+PR18  -8979.656499  15673.750441  17979.512186     -1.353342                    
+PR21  10690.755833   3209.967927 -22943.419677   -143.363490                    
+PR22   8941.095363 -15874.638198 -17873.382376   -201.622053                    
+PR03 -21947.880285  -9042.179993  -9344.429013    -34.331658                    
+PR02 -17794.810091 -16271.248322   8297.688121     20.604159                    
+PR08  13318.336444  -3429.346473  21480.001839   -101.984313                    
+*  2009  4  1 16 30  0.00000000                                                 
+PG32  -7649.488257  12848.389923 -21546.581386    280.107254                    
+PG24   6387.900752 -19190.377979  17481.264223    177.884728                    
+PG25  -2046.883134  19119.355434  18758.743344    334.886642                    
+PG26   7623.632158 -20922.767676  13536.246226     54.491298                    
+PG27  22174.792292 -14049.745732   4980.954967     37.186056                    
+PG30 -11418.723448 -17375.609105 -16937.250999    136.298808                    
+PG03 -12161.814907  12668.782763  19527.328603    373.556309                    
+PG04  21388.448568  -1101.991488 -16068.897906    -34.940957                    
+PG06 -14574.086271   7571.304304  21060.286365     60.508250                    
+PG08  16506.322193   5187.782479  20244.970896   -196.574559                    
+PG09  11443.222480 -20402.105900 -13125.791000     48.494646                    
+PG10  18497.757538  -5498.195429  18231.271180    -13.637307                    
+PG14 -13838.930200 -11048.271749 -19712.492867   -132.302140                    
+PG13   5694.977559  25058.923973   6609.591976    293.282063                    
+PG28  23115.424340  13188.778145   2967.866731    -23.833377                    
+PG21  -9342.308695 -12859.688616  21518.114584     21.494761                    
+PG11  -7409.665459  22601.981008 -11663.723432      2.731179                    
+PG22 -23890.012857 -11688.603145    252.857370    202.416416                    
+PG20   1599.649108  16838.314929 -20616.892578     86.541334                    
+PG18 -18419.495227 -16744.752368   9987.191231    -69.466380                    
+PG16 -22078.525900   1142.196325  14955.960657     62.948989                    
+PG19  -8212.484897  21640.595303  12868.631478     29.343013                    
+PG23   -294.249012  26037.797065  -4471.292780    388.994948                    
+PG02  22811.172914 -11772.736657  -6036.388512    153.922945                    
+PG31 -21815.268355   3818.360920 -14552.448630    -56.491075                    
+PG17  14148.777320  13017.920619 -18342.464774     52.466211                    
+PG12    947.097057 -15704.011621 -21340.739182   -299.452125                    
+PG15   8037.911075 -20420.723688  14943.038232   -276.083877                    
+PG29  -5872.550073 -25419.769815   5194.768484      4.921706                    
+PG07   4357.816429  15110.184781  21370.366277     20.972556                    
+PR04 -18156.126665    350.381154 -18013.737523     63.692488                    
+PR06  15679.149975  15439.920868 -13006.535876   -169.258928                    
+PR07  23323.131899   8504.404038   5793.629670    -89.156400                    
+PR10  18959.694198  -2733.120270  16874.542153   -140.828001                    
+PR11  21789.794200 -13157.947135    355.234490    -92.644160                    
+PR13  -5560.523185  -9260.361064 -23120.992948   -230.662109                    
+PR14 -18824.793166   2586.789199 -16993.220712    -79.563382                    
+PR15 -21742.909828  13458.611637   -298.957250     92.126325                    
+PR17 -10659.078447  -5838.331257  22420.534199   -261.281956                    
+PR19  -1989.368193  24794.002373   5658.666068    -89.441052                    
+PR20   6181.155118  21616.418100 -11974.040160    -65.016537                    
+PR23   1800.532229 -24962.965037  -5020.848907   -200.217179                    
+PR18  -8894.587909  13342.486135  19822.243014     -1.353333                    
+PR21  10720.895248   6004.921096 -22369.055099   -143.364733                    
+PR22   8843.702960 -13550.327893 -19724.209543   -201.624604                    
+PR03 -22849.021486  -9419.600038  -6321.663247    -34.334280                    
+PR02 -16835.577636 -15529.370031  11209.932506     20.601279                    
+PR08  15547.800899  -2155.288544  20104.210582   -101.983499                    
+*  2009  4  1 16 45  0.00000000                                                 
+PG32  -9902.965523  11682.231117 -21274.085692    280.103232                    
+PG24   8004.827830 -20138.272034  15662.988265    177.887157                    
+PG25  -3557.799007  20403.587615  17090.871076    334.906327                    
+PG26   7950.147383 -19171.826926  15729.759326     54.493291                    
+PG27  21821.104778 -13474.796870   7737.020818     37.188949                    
+PG30  -9511.786773 -16867.979361 -18576.823184    136.302447                    
+PG03 -12887.296378  10414.285792  20394.978332    373.562154                    
+PG04  19988.690565    205.034414 -17794.521728    -34.954002                    
+PG06 -15070.449459   5221.842339  21428.642469     60.524231                    
+PG08  14589.521740   6576.047641  21242.104488   -196.575538                    
+PG09  12525.671258 -21094.966543 -10686.436985     48.495255                    
+PG10  20288.847911  -4579.842822  16545.977231    -13.637759                    
+PG14 -13987.116424 -13228.839561 -18227.445292   -132.297128                    
+PG13   5596.434168  25676.310913   3768.204892    293.283077                    
+PG28  22622.812002  13202.454811   5758.120625    -23.833612                    
+PG21  -7392.675851 -14282.429195  21319.965776     21.492507                    
+PG11  -8491.672099  23265.336504  -9316.944823      2.730186                    
+PG22 -23608.010018 -11899.146860   3055.548760    202.416247                    
+PG20   -650.521207  16074.792893 -21267.821762     86.540612                    
+PG18 -17187.472652 -16462.873724  12380.484350    -69.463271                    
+PG16 -23455.750940    378.746309  12744.913287     62.946161                    
+PG19  -8542.424549  20062.694209  15058.389952     29.342153                    
+PG23   -623.453763  25407.665461  -7256.828371    388.995327                    
+PG02  22357.451698 -10994.821809  -8703.456844    153.922705                    
+PG31 -20495.004842   2573.812395 -16563.688218    -56.491987                    
+PG17  14262.422275  15027.741336 -16662.903177     52.467535                    
+PG12   3256.581348 -14804.721720 -21740.620258   -299.447928                    
+PG15   8506.698651 -18652.682682  16878.345722   -276.087502                    
+PG29  -5675.012732 -25868.174170   2386.207415      4.925401                    
+PG07   2427.452323  16546.232825  20590.075180     20.972152                    
+PR04 -20049.578855   -483.946624 -15857.145701     63.684362                    
+PR06  14156.841978  14601.132680 -15510.769992   -169.259444                    
+PR07  23841.888543   8630.834166   2655.364971    -89.155737                    
+PR10  17057.160449  -1601.621352  18918.125449   -140.826984                    
+PR11  21499.102243 -13157.719944   3571.167813    -92.644686                    
+PR13  -3198.813692 -10831.270736 -22884.692094   -230.663096                    
+PR14 -16915.318465   1440.311534 -19022.919090    -79.560084                    
+PR15 -21438.714837  13488.720436  -3510.676013     92.128338                    
+PR17 -10866.595866  -8537.422679  21426.444039   -261.282695                    
+PR19  -1888.460800  23899.551472   8716.968121    -89.441917                    
+PR20   6398.571512  22910.837790  -9107.937530    -65.016589                    
+PR23   1688.408460 -24145.434853  -8103.860357   -200.211678                    
+PR18  -8994.254697  10809.740947  21279.462811     -1.354425                    
+PR21  10949.332945   8692.145689 -21360.985924   -143.365549                    
+PR22   8931.494525 -11020.306564 -21192.131855   -201.627144                    
+PR03 -23437.911158  -9556.428522  -3176.119958    -34.339814                    
+PR02 -15517.844146 -14701.613251  13904.213881     20.598459                    
+PR08  17692.456116  -1136.061015  18337.873410   -101.982552                    
+*  2009  4  1 17  0  0.00000000                                                 
+PG32 -12165.818081  10653.827995 -20620.849934    280.099227                    
+PG24   9400.060141 -21030.673521  13580.510622    177.889359                    
+PG25  -4860.315880  21620.291233  15138.374153    334.926017                    
+PG26   8409.926743 -17204.659788  17636.140356     54.495524                    
+PG27  21285.253469 -12672.966570  10363.339468     37.191450                    
+PG30  -7423.625534 -16413.678908 -19906.417091    136.304775                    
+PG03 -13737.744672   8122.886919  20900.269178    373.567236                    
+PG04  18522.291066   1697.850967 -19220.796868    -34.967291                    
+PG06 -15684.799435   2879.409482  21434.545136     60.540458                    
+PG08  12678.630493   8131.303984  21875.174933   -196.578488                    
+PG09  13368.908812 -21649.702288  -8067.288579     48.496910                    
+PG10  21928.145434  -3827.875190  14576.495649    -13.637553                    
+PG14 -14226.807126 -15211.673879 -16427.020362   -132.291870                    
+PG13   5485.580945  25974.839922    861.859053    293.284048                    
+PG28  21845.304540  13135.417989   8452.137095    -23.833732                    
+PG21  -5541.152171 -15774.336893  20760.908116     21.490339                    
+PG11  -9386.545004  23753.289901  -6808.033935      2.729134                    
+PG22 -23044.452274 -12012.628380   5805.973162    202.414768                    
+PG20  -2986.409601  15408.218473 -21557.176724     86.539473                    
+PG18 -15703.216291 -16155.045138  14566.995516    -69.460109                    
+PG16 -24625.570674   -222.102433  10317.874226     62.943350                    
+PG19  -8982.216847  18273.630686  16987.244508     29.341200                    
+PG23  -1046.045600  24491.978471  -9915.640363    388.995795                    
+PG02  21723.752088  -9999.600358 -11217.857751    153.922520                    
+PG31 -19084.066926   1116.087391 -18287.184167    -56.492968                    
+PG17  14442.641815  16824.785979 -14697.468036     52.468863                    
+PG12   5634.248198 -14020.499103 -21764.026065   -299.443727                    
+PG15   9109.071897 -16713.712866  18523.031347   -276.091901                    
+PG29  -5443.347369 -26011.815821   -463.274944      4.929003                    
+PG07    656.181372  18010.579212  19454.119466     20.971763                    
+PR04 -21735.747813  -1075.734211 -13394.676112     63.676363                    
+PR06  12312.207577  13764.758788 -17716.163605   -169.256856                    
+PR07  24003.768053   8581.506211   -534.568163    -89.153761                    
+PR10  15064.018407   -189.886130  20594.903934   -140.826931                    
+PR11  20897.295411 -12897.967736   6717.314379    -92.646043                    
+PR13  -1004.165163 -12537.913732 -22204.586873   -230.664560                    
+PR14 -14918.226226     15.224640 -20682.658010    -79.557874                    
+PR15 -20826.099590  13256.150289  -6654.693332     92.128845                    
+PR17 -11252.971132 -11067.955866  20015.666692   -261.283347                    
+PR19  -1900.696850  22637.291892  11605.962165    -89.442681                    
+PR20   6663.646749  23824.550079  -6064.143079    -65.017224                    
+PR23   1682.719602 -22955.299620 -11029.752209   -200.207759                    
+PR18  -9299.611968   8139.854873  22323.328886     -1.354430                    
+PR21  11354.346356  11206.529445 -19939.085625   -143.367181                    
+PR22   9225.781188  -8348.353816 -22248.161360   -201.629671                    
+PR03 -23676.696351  -9494.111925     31.112063    -34.343399                    
+PR02 -13854.196354 -13846.848700  16328.164821     20.595473                    
+PR08  19686.326269   -371.621018  16215.311593   -101.981582                    
+*  2009  4  1 17 15  0.00000000                                                 
+PG32 -14388.162866   9774.965234 -19598.237019    280.094932                    
+PG24  10566.044796 -21826.791267  11269.010723    177.891156                    
+PG25  -5949.900495  22726.083253  12933.327590    334.945761                    
+PG26   9021.814533 -15067.221058  19220.308834     54.497702                    
+PG27  20606.980436 -11634.480142  12817.098124     37.195803                    
+PG30  -5189.148102 -16040.267718 -20904.324296    136.307117                    
+PG03 -14703.999864   5841.634653  21035.056254    373.572841                    
+PG04  17030.689257   3363.721631 -20323.175074    -34.980524                    
+PG06 -16405.630048    588.370320  21078.023955     60.556994                    
+PG08  10817.685207   9829.312143  22131.803070   -196.578841                    
+PG09  13981.480860 -22025.723023  -5311.406734     48.497754                    
+PG10  23374.727394  -3229.565426  12357.479617    -13.638925                    
+PG14 -14526.952621 -16961.384617 -14342.816113   -132.286841                    
+PG13   5322.158423  25955.600519  -2059.330745    293.285079                    
+PG28  20786.005929  13026.634049  11005.440434    -23.833781                    
+PG21  -3817.411350 -17300.210005  19848.458487     21.488657                    
+PG11 -10107.134531  24034.331387  -4180.269443      2.727916                    
+PG22 -22196.848293 -12065.112607   8457.239529    202.414224                    
+PG20  -5364.443089  14855.422124 -21479.965338     86.538877                    
+PG18 -13984.154743 -15857.143566  16510.242425    -69.456993                    
+PG16 -25553.376876   -682.276795   7716.034707     62.940902                    
+PG19  -9551.586555  16313.121106  18622.368397     29.340536                    
+PG23  -1592.245614  23317.696209 -12401.550313    388.996157                    
+PG02  20948.575559  -8779.621939 -13536.020512    153.922142                    
+PG31 -17627.476074   -544.739329 -19692.227253    -56.494037                    
+PG17  14657.616518  18379.720200 -12480.280737     52.470252                    
+PG12   8032.844250 -13367.191297 -21410.192780   -299.439701                    
+PG15   9856.933391 -14647.412278  19848.963882   -276.095694                    
+PG29  -5140.651726 -25855.185821  -3304.790960      4.932745                    
+PG07   -932.017151  19461.470587  17981.863333     20.971203                    
+PR04 -23158.236349  -1447.017812 -10673.433259     63.667662                    
+PR06  10177.124369  12984.066235 -19580.808141   -169.256171                    
+PR07  23786.579138   8405.587259  -3714.103335    -89.154442                    
+PR10  13046.136795   1488.333910  21872.115548   -140.826895                    
+PR11  20029.993389 -12344.815185   9732.220618    -92.647049                    
+PR13    975.752408 -14329.389795 -21093.849678   -230.665130                    
+PR14 -12899.670488  -1674.020148 -21940.411128    -79.555361                    
+PR15 -19950.898794  12726.781210  -9670.336725     92.128602                    
+PR17 -11786.081559 -13369.980994  18215.346428   -261.284494                    
+PR19  -2071.807418  21044.257371  14269.554761    -89.443434                    
+PR20   6921.200427  24340.965896  -2902.030768    -65.017134                    
+PR23   1830.225058 -21427.532091 -13741.760514   -200.202538                    
+PR18  -9819.791459   5401.099595  22934.083394     -1.354411                    
+PR21  11903.395779  13489.203081 -18131.185123   -143.368542                    
+PR22   9736.069476  -5602.547604 -22871.258482   -201.632084                    
+PR03 -23538.755256  -9281.352361   3237.736968    -34.344781                    
+PR02 -11870.069828 -13021.861218  18434.687364     20.592806                    
+PR08  21466.537571    150.403212  13777.764786   -101.980526                    
+*  2009  4  1 17 30  0.00000000                                                 
+PG32 -16519.786589   9048.964186 -18224.499119    280.090880                    
+PG24  11503.382441 -22486.469540   8767.449502    177.892502                    
+PG25  -6830.171603  23678.628035  10512.028915    334.965674                    
+PG26   9796.343174 -12810.149006  20453.399156     54.499801                    
+PG27  19828.200600 -10357.520229  15058.845953     37.199155                    
+PG30  -2848.145870 -15769.228252 -21554.229461    136.309818                    
+PG03 -15769.493794   3615.620488  20797.976323    373.578314                    
+PG04  15553.447518   5182.299045 -21082.368990    -34.993685                    
+PG06 -17214.357294  -1609.568252  20365.126489     60.573225                    
+PG08   9046.648821  11638.233145  22006.012554   -196.578932                    
+PG09  14379.686260 -22186.090104  -2464.820305     48.500123                    
+PG10  24592.417620  -2765.063981   9927.593020    -13.639926                    
+PG14 -14851.591825 -18450.134282 -12011.241595   -132.281804                    
+PG13   5067.335288  25628.997528  -4945.149390    293.286131                    
+PG28  19456.268984  12914.499997  13376.148534    -23.834166                    
+PG21  -2244.910421 -18820.566359  18596.205072     21.487265                    
+PG11 -10672.360624  24081.824133  -1479.314452      2.726638                    
+PG22 -21071.029250 -12093.204182  10964.288181    202.414761                    
+PG20  -7738.749632  14425.858919 -21037.351407     86.538038                    
+PG18 -12055.023227 -15602.016836  18177.678789    -69.453859                    
+PG16 -26210.796017  -1029.627078   4983.484803     62.938245                    
+PG19 -10263.120337  14225.125316  19936.161843     29.340020                    
+PG23  -2286.672633  21918.825249 -14671.575560    388.996501                    
+PG02  20072.772013  -7335.557480 -15618.103925    153.921716                    
+PG31 -16169.141615  -2389.951252 -20753.588042    -56.494959                    
+PG17  14871.714306  19670.818635 -10049.642229     52.472015                    
+PG12  10403.222794 -12852.652109 -20684.943773   -299.435519                    
+PG15  10754.412159 -12500.036690  20833.525762   -276.099513                    
+PG29  -4732.102249 -25411.348112  -6089.463471      4.936742                    
+PG07  -2321.152088  20854.687619  16198.541722     20.970607                    
+PR04 -24268.042515  -1630.046397  -7745.654178     63.660839                    
+PR06   7794.263290  12306.487773 -21069.410720   -169.259916                    
+PR07  23180.627530   8156.266113  -6821.415795    -89.152691                    
+PR10  11067.165710   3406.706016  22724.702482   -140.826612                    
+PR11  18950.638274 -11475.401549  12557.047461    -92.647689                    
+PR13   2703.654075 -16147.919571 -19573.990445   -230.665963                    
+PR14 -10923.361868  -3600.470271 -22772.003549    -79.552728                    
+PR15 -18866.615528  11877.452287 -12499.348716     92.130073                    
+PR17 -12424.232994 -15391.807640  16060.267105   -261.285625                    
+PR19  -2439.560338  19167.975146  16656.039986    -89.444004                    
+PR20   7114.880809  24456.922453    316.702946    -65.017654                    
+PR23   2170.064050 -19607.851493 -16187.243298   -200.196685                    
+PR18 -10551.629022   2663.051207  23100.395878     -1.354328                    
+PR21  12554.582977  15489.734383 -15972.517316   -143.369616                    
+PR22  10459.513150  -2852.653085 -23048.780269   -201.634395                    
+PR03 -23009.905614  -8971.815029   6381.463721    -34.345735                    
+PR02  -9602.920080 -12278.852027  20182.868471     20.589872                    
+PR08  22975.842044    453.951020  11072.590008   -101.980128                    
+*  2009  4  1 17 45  0.00000000                                                 
+PG32 -18512.028369   8470.684076 -16524.417564    280.086671                    
+PG24  12220.616127 -22971.739732   6117.953600    177.893792                    
+PG25  -7512.612920  24438.215760   7914.482372    334.985551                    
+PG26  10735.137523 -10486.794213  21313.376510     54.501549                    
+PG27  18991.379113  -8848.363832  17052.989468     37.201175                    
+PG30   -444.003030 -15615.153139 -21845.434758    136.311324                    
+PG03 -16910.860873   1486.380209  20194.400806    373.583508                    
+PG04  14126.825013   7126.176586 -21484.703101    -35.006832                    
+PG06 -18085.982993  -3676.735057  19307.820343     60.589384                    
+PG08   7399.960467  13519.656224  21498.439343   -196.579607                    
+PG09  14586.894878 -22099.080618    424.159197     48.501504                    
+PG10  25551.056858  -2408.385191   7328.815369    -13.641092                    
+PG14 -15161.367391 -19658.521078  -9472.853949   -132.276937                    
+PG13   4685.395325  25014.281250  -7746.142385    293.286998                    
+PG28  17875.344629  12835.296551  15525.557840    -23.834094                    
+PG21   -840.101824 -20293.024484  17023.718486     21.484907                    
+PG11 -11106.292716  23875.155959   1247.598403      2.725569                    
+PG22 -19681.015824 -12132.484835  13284.627898    202.413394                    
+PG20 -10062.707266  14121.292902 -20236.645747     86.536808                    
+PG18  -9947.119371 -15418.171728  19541.194793    -69.450678                    
+PG16 -26576.732004  -1296.679653   2166.500057     62.935560                    
+PG19 -11121.659557  12056.264253  20906.688265     29.339301                    
+PG23  -3147.196689  20335.112015 -16686.682070    388.996887                    
+PG02  19137.874419  -5676.328945 -17428.675464    153.921200                    
+PG31 -14750.179415  -4392.688822 -21452.023644    -56.495873                    
+PG17  15046.984894  20684.612281  -7447.364845     52.473354                    
+PG12  12696.069742 -12476.497253 -19600.608213   -299.431087                    
+PG15  11797.571153 -10318.855805  21459.987815   -276.103556                    
+PG29  -4186.504801 -24701.425435  -8769.265996      4.940226                    
+PG07  -3503.656546  22145.210728  14134.833878     20.970207                    
+PR04 -25025.571432  -1665.710022  -4667.741783     63.655263                    
+PR06   5215.547001  11771.604041 -22153.908136   -169.264858                    
+PR07  22189.217105   7888.267236  -9796.130140    -89.150787                    
+PR10   9185.980680   5527.162536  23135.815812   -140.826022                    
+PR11  17718.137564 -10279.090572  15136.735939    -92.648193                    
+PR13   4153.952122 -17931.166263 -17674.444954   -230.666839                    
+PR14  -9048.015048  -5725.578248 -23161.560324    -79.549921                    
+PR15 -17632.111885  10697.179065 -15086.995076     92.131357                    
+PR17 -13118.006266 -17091.946819  13592.192300   -261.286168                    
+PR19  -3031.933885  17064.576062  18719.101342    -89.444706                    
+PR20   7189.791583  24182.715339   3529.260583    -65.017679                    
+PR23   2731.868212 -17550.913165 -18318.700443   -200.192455                    
+PR18 -11479.724702     -6.072061  22819.541552     -1.354910                    
+PR21  13258.513269  17167.974019 -13505.025133   -143.370561                    
+PR22  11380.901689   -167.438082 -22776.767070   -201.636711                    
+PR03 -22089.109268  -8621.634151   9401.218379    -34.349193                    
+PR02  -7100.897209 -11663.152787  21538.773405     20.586949                    
+PR08  24164.923728    573.275414   8152.341354   -101.979121                    
+*  2009  4  1 18  0  0.00000000                                                 
+PG32 -20319.605248   8026.891168 -14528.794624    280.082336                    
+PG24  12733.729551 -23248.305150   3365.151785    177.896586                    
+PG25  -8015.997446  24969.271340   5183.821066    335.005199                    
+PG26  11830.723916  -8151.143542  21785.474269     54.503944                    
+PG27  18137.935779  -7121.234691  18768.212077     37.203886                    
+PG30   1977.717983 -15585.193369 -21773.011800    136.314830                    
+PG03 -18098.833333   -509.537844  19236.249939    373.588328                    
+PG04  12782.475453   9161.711028 -21522.387919    -35.019753                    
+PG06 -18990.009677  -5580.721322  17923.807685     60.605510                    
+PG08   5905.292242  15429.908125  20616.427133   -196.581069                    
+PG09  14632.579655 -21739.605327   3305.708869     48.502181                    
+PG10  26227.545245  -2128.618995   4605.710732    -13.641135                    
+PG14 -15415.174784 -20576.137961  -6771.631509   -132.271659                    
+PG13   4145.297775  24138.752778 -10414.453245    293.287808                    
+PG28  16069.763609  12821.741415  17418.672596    -23.834221                    
+PG21    388.093728 -21673.836665  15156.353989     21.483406                    
+PG11 -11437.016970  23400.672150   3952.531438      2.724465                    
+PG22 -18048.586773 -12216.005382  15379.022901    202.412437                    
+PG20 -12290.527855  13935.783211 -19091.201236     86.536052                    
+PG18  -7697.326018 -15328.627652  20577.561043    -69.447138                    
+PG16 -26638.150117  -1519.213291   -687.205517     62.932933                    
+PG19 -12124.007032   9854.155372  21518.004190     29.338568                    
+PG23  -4184.070399  18610.530114 -18412.452647    388.996921                    
+PG02  18184.437817  -3818.912997 -18937.290202    153.920681                    
+PG31 -13407.343577  -6518.781304 -21774.676944    -56.496708                    
+PG17  15144.745255  21416.227084  -4718.054388     52.474725                    
+PG12  14863.646152 -12230.196229 -18175.820081   -299.427049                    
+PG15  12974.435993  -8150.482721  21717.781858   -276.107581                    
+PG29  -3477.713628 -23753.784166 -11297.856916      4.943942                    
+PG07  -4480.492342  23288.934086  11826.336842     20.969780                    
+PR04 -25402.286289  -1601.594717  -1499.205094     63.645232                    
+PR06   2500.244958  11409.474311 -22813.946335   -169.264052                    
+PR07  20828.621749   7655.311415 -12580.495937    -89.150539                    
+PR10   7454.338581   7801.249716  23097.163978   -140.825012                    
+PR11  16394.297203  -8758.165476  17421.091824    -92.649029                    
+PR13   5313.574190 -19614.767357 -15432.010957   -230.667671                    
+PR14  -7325.028723  -8000.600098 -23101.792328    -79.546961                    
+PR15 -16309.092362   9187.875814 -17383.111786     92.132700                    
+PR17 -13812.452517 -18440.635804  10859.062709   -261.287344                    
+PR19  -3865.709675  14796.562814  20418.707837    -89.445559                    
+PR20   7095.062968  23541.578274   6672.986846    -65.017500                    
+PR23   3534.278259 -15318.141520 -20094.695780   -200.186012                    
+PR18 -12577.029821  -2541.998077  22097.415205     -1.355634                    
+PR21  13960.482324  18495.479610 -10776.546899   -143.371812                    
+PR22  12473.190080   2387.973025 -22060.059034   -201.639054                    
+PR03 -20788.642560  -8286.823516  12238.332791    -34.350874                    
+PR02  -4421.078954 -11211.247854  22476.101930     20.584512                    
+PR08  24994.390905    551.250412   5073.748222   -101.978307                    
+*  2009  4  1 18 15  0.00000000                                                 
+PG32 -21902.300075   7696.977782 -12273.812108    280.077814                    
+PG24  13065.372571 -23286.905134    555.471070    177.898939                    
+PG25  -8365.539506  25241.739716   2365.669899    335.024850                    
+PG26  13066.750681  -5855.738362  21862.441236     54.505859                    
+PG27  17306.727565  -5197.884656  20177.822479     37.206830                    
+PG30   4370.767872 -15678.785231 -21337.880513    136.317048                    
+PG03 -19299.378671  -2341.781331  17941.678450    373.592761                    
+PG04  11546.317750  11250.090870 -21193.710487    -35.033142                    
+PG06 -19891.574110  -7295.412258  16236.254007     60.621619                    
+PG08   4582.566453  17321.598711  19373.999601   -196.582251                    
+PG09  14551.088992 -21090.417115   6129.344616     48.504554                    
+PG10  26606.622409  -1891.318643   1804.673486    -13.642356                    
+PG14 -15571.879719 -21201.789666  -3954.197344   -132.266525                    
+PG13   3422.051712  23036.677789 -12904.623872    293.288752                    
+PG28  14072.475020  12901.689441  19024.677697    -23.834792                    
+PG21   1438.525194 -22919.519513  13024.938214     21.481948                    
+PG11 -11695.335941  22652.346841   6587.737540      2.722974                    
+PG22 -16202.567061 -12372.888554  17212.120903    202.412744                    
+PG20 -14378.817731  13855.973288 -17620.212250     86.534906                    
+PG18  -5346.933171 -15349.976697  21268.811079    -69.444550                    
+PG16 -26390.573265  -1734.711697  -3529.250379     62.930152                    
+PG19 -13258.955914   7665.730518  21760.380667     29.337751                    
+PG23  -5399.370868  16791.624142 -19819.659487    388.997669                    
+PG02  17250.449361  -1787.831471 -20118.962213    153.920341                    
+PG31 -12171.636475  -8727.882253 -21715.356634    -56.497587                    
+PG17  15127.195283  21869.403994  -1908.354639     52.476234                    
+PG12  16861.478702 -12097.497731 -16435.200165   -299.422845                    
+PG15  14265.343393  -6039.240267  21602.667615   -276.111518                    
+PG29  -2585.861598 -22602.947626 -13631.392703      4.947750                    
+PG07  -5260.918302  24244.360479   9312.947711     20.969358                    
+PR04 -25381.925916  -1489.742706   1698.475849     63.639279                    
+PR06   -287.217664  11239.379753 -23037.221147   -169.268194                    
+PR07  19127.529818   7507.631554 -15120.507991    -89.148097                    
+PR10   5914.843679  10171.925627  22609.196907   -140.824782                    
+PR11  15041.155729  -6927.979549  19365.767053    -92.649991                    
+PR13   6182.254236 -21134.971587 -12890.142224   -230.668723                    
+PR14  -5796.493129 -10368.427006 -22594.115900    -79.544680                    
+PR15 -14959.483067   7364.550220 -19343.071583     92.134670                    
+PR17 -14449.544793 -19420.880319   7914.065502   -261.288131                    
+PR19  -4945.544625  12430.329481  21721.887280    -89.446487                    
+PR20   6786.255938  22568.633558   9686.607274    -65.017391                    
+PR23   4583.928315 -12975.295887 -21480.663652   -200.181649                    
+PR18 -13805.933896  -4886.810246  20948.383451     -1.355596                    
+PR21  14602.896005  19456.461988  -7839.894580   -143.373238                    
+PR22  13698.551395   4754.595613 -20912.237108   -201.641318                    
+PR03 -19133.724781  -8020.701738  14837.686239    -34.351995                    
+PR02  -1627.335372 -10949.187932  22976.695088     20.581125                    
+PR08  25436.370960    437.312038   1896.611969   -101.977813                    
+*  2009  4  1 18 30  0.00000000                                                 
+PG32 -23226.438403   7453.996283  -9800.276310    280.073599                    
+PG24  13243.841386 -23064.508547  -2263.599475    177.900571                    
+PG25  -8591.800442  25232.295861   -492.546610    335.044861                    
+PG26  14418.604930  -3649.684767  21544.595958     54.507600                    
+PG27  16532.655099  -3106.924786  21260.037187     37.208961                    
+PG30   6689.728891 -15887.665626 -20546.814003    136.318492                    
+PG03 -20475.027646  -3987.134632  16334.646247    373.596614                    
+PG04  10437.623307  13348.615613 -20503.134492    -35.046246                    
+PG06 -20752.759132  -8801.786380  14273.433575     60.637708                    
+PG08   3443.278237  19145.346069  17791.702697   -196.583817                    
+PG09  14380.198333 -20143.050558   8844.838435     48.505369                    
+PG10  26681.360960  -1660.010078  -1026.837246    -13.643277                    
+PG14 -15592.036741 -21543.363118  -1069.007843   -132.261699                    
+PG13   2497.852981  21747.952615 -15174.345692    293.289613                    
+PG28  11921.772545  13097.020881  20317.354815    -23.835013                    
+PG21   2317.741654 -23988.520470  10665.336485     21.480261                    
+PG11 -11913.354064  21632.160596   9106.566479      2.721850                    
+PG22 -14177.863298 -12627.094111  18753.014575    202.411950                    
+PG20 -16288.057914  13861.673529 -15848.419910     86.534068                    
+PG18  -2940.297964 -15491.684572  21602.557211    -69.441292                    
+PG16 -25838.271663  -1980.749305  -6311.370285     62.927527                    
+PG19 -14507.636250   5535.600156  21630.416140     29.336993                    
+PG23  -6786.771472  14925.777076 -20884.732890    388.997812                    
+PG02  16369.871026    385.646087 -20954.524517    153.920007                    
+PG31 -11067.155845 -10974.865502 -21274.688986    -56.498745                    
+PG17  14959.002462  22056.202531    933.833555     52.477811                    
+PG12  18649.931167 -12055.172217 -14408.926159   -299.418798                    
+PG15  15643.595475  -4025.625916  21116.792143   -276.115619                    
+PG29  -1498.351506 -21288.278453 -15729.305106      4.951394                    
+PG07  -5861.931427  24974.209957   6638.165544     20.968915                    
+PR04 -24961.233193  -1384.210518   4863.039910     63.631274                    
+PR06  -3079.650150  11269.026555 -22819.677830   -169.265124                    
+PR07  17125.985232   7489.649126 -17366.949563    -89.143980                    
+PR10   4599.309535  12575.734747  21681.120547   -140.823669                    
+PR11  13718.334036  -4816.556492  20933.118470    -92.650583                    
+PR13   6772.285018 -22431.271511 -10098.113309   -230.670174                    
+PR14  -4493.605997 -12765.773704 -21648.605691    -79.541679                    
+PR15 -13642.814525   5254.959274 -20928.652030     92.137423                    
+PR17 -14970.781557 -20028.968971   4814.593485   -261.288594                    
+PR19  -6263.561668  10033.535636  22603.362304    -89.447195                    
+PR20   6227.495749  21309.359097  12511.436365    -65.017210                    
+PR23   5874.942082 -10589.869920 -22449.584368   -200.176956                    
+PR18 -15119.804143  -6991.081830  19394.980638     -1.356584                    
+PR21  15127.822446  20048.217167  -4751.842135   -143.374473                    
+PR22  15009.910773   6881.825250 -19355.386855   -201.643904                    
+PR03 -17161.619641  -7871.441674  17148.777554    -34.356115                    
+PR02   1212.086404 -10891.461604  23030.883255     20.578402                    
+PR08  25475.641108    285.120793  -1317.357359   -101.976774                    
+*  2009  4  1 18 45  0.00000000                                                 
+PG32 -24266.092127   7265.958495  -7152.772385    280.069178                    
+PG24  13301.849461 -22565.291989  -5044.268563    177.902640                    
+PG25  -8729.383244  24925.332043  -3342.345994    335.064550                    
+PG26  15854.390111  -1576.846187  20839.693925     54.509579                    
+PG27  15845.433471   -882.932743  21998.202346     37.213010                    
+PG30   8891.509426 -16196.176531 -19412.368185    136.322190                    
+PG03 -21586.334627  -5430.160096  14444.389898    373.600972                    
+PG04   9468.357051  15412.142781 -19461.303795    -35.059328                    
+PG06 -21534.036996 -10088.453129  12068.294702     60.653570                    
+PG08   2490.157040  20851.614571  15896.313264   -196.586075                    
+PG09  14159.492461 -18898.440419  11403.185765     48.507544                    
+PG10  26453.359753  -1397.765756  -3841.063632    -13.642637                    
+PG14 -15439.542606 -21617.359934   1834.479097   -132.256467                    
+PG13   1362.941813  20316.575059 -17185.150751    293.290473                    
+PG28   9660.044850  13422.752672  21275.441525    -23.835268                    
+PG21   3039.608971 -24842.853568   8117.900218     21.478358                    
+PG11 -12123.008623  20350.164436  11464.360144      2.720767                    
+PG22 -12014.282942 -12996.391266  19975.729958    202.411226                    
+PG20 -17983.948955  13926.716916 -13805.725783     86.532931                    
+PG18   -523.387262 -15755.659633  21572.234166    -69.438134                    
+PG16 -24994.137749  -2293.370095  -8986.206502     62.924701                    
+PG19 -15844.162838   3504.524791  21131.042598     29.336150                    
+PG23  -8331.649226  13059.469992 -21590.120712    388.998396                    
+PG02  15571.369216   2664.551989 -21430.876658    153.919375                    
+PG31 -10110.228170 -13211.426718 -20460.135459    -56.499723                    
+PG17  14608.796121  21996.401378   3760.146609     52.479080                    
+PG12  20195.594441 -12074.042135 -12132.198569   -299.414745                    
+PG15  17076.394556  -2144.932966  20268.641709   -276.119676                    
+PG29   -210.567041 -19852.480072 -17555.027358      4.954930                    
+PG07  -6307.403169  25446.878224   3848.325658     20.968479                    
+PR04 -24150.158288  -1338.527812   7932.666752     63.626326                    
+PR06  -5809.591792  11494.238283 -22165.568544   -169.266087                    
+PR07  14873.870228   7637.909569 -19276.338703    -89.141724                    
+PR10   3527.586365  14945.270352  20330.739730   -140.823302                    
+PR11  12480.513759  -2463.658475  22092.927609    -92.651876                    
+PR13   7107.743126 -23448.921905  -7110.070385   -230.671036                    
+PR14  -3435.560330 -15125.632809 -20283.783135    -79.539386                    
+PR15 -12413.716222   2898.736900 -22108.788325     92.140202                    
+PR17 -15319.830396 -20274.437206   1621.114868   -261.289477                    
+PR19  -7799.477164   7672.444071  23046.037350    -89.448220                    
+PR20   5393.242942  19817.638623  15092.530075    -65.016965                    
+PR23   7388.963753  -8228.432188 -22982.515347   -200.171703                    
+PR18 -16464.912390  -8815.650804  17467.456011     -1.356386                    
+PR21  15479.570448  20281.028416  -1572.042513   -143.375398                    
+PR22  16352.897983   8729.326209 -17419.687295   -201.646596                    
+PR03 -14920.246863  -7879.848084  19126.706754    -34.359507                    
+PR02   4027.157403 -11040.371808  22637.669270     20.575656                    
+PR08  25110.247635    150.045247  -4505.741316   -101.976103                    
+*  2009  4  1 19  0  0.00000000                                                 
+PG32 -25003.961654   7097.339368  -4378.753541    280.064752                    
+PG24  13275.133018 -21781.365091  -7739.216808    177.905405                    
+PG25  -8815.460162  24313.680916  -6134.971478    335.084349                    
+PG26  17336.211460    325.703708  19762.621118     54.511277                    
+PG27  15268.561657   1434.632025  22380.959491     37.214490                    
+PG30  10936.764081 -16581.850367 -17952.734608    136.324466                    
+PG03 -22593.408608  -6663.521985  12304.812038    373.605057                    
+PG04   8642.801015  17394.651997 -18084.944041    -35.072669                    
+PG06 -22195.792237 -11151.908293   9657.948881     60.669698                    
+PG08   1717.186888  22392.592051  13720.413963   -196.586301                    
+PG09  13928.641379 -17367.177690  13757.600767     48.509437                    
+PG10  25932.633935  -1068.784831  -6590.705885    -13.643966                    
+PG14 -15083.161597 -21448.112353   4706.642120   -132.251567                    
+PG13     16.150203  18788.978881 -18903.033405    293.291479                    
+PG28   7332.391123  13886.400873  21882.932781    -23.835526                    
+PG21   3624.619588 -25449.635317   5426.798107     21.476572                    
+PG11 -12354.609170  18824.224458  13619.314424      2.719356                    
+PG22  -9755.180998 -13491.575625  20859.636343    202.409926                    
+PG20 -19438.569776  14020.056930 -11526.717936     86.531911                    
+PG18   1857.747778 -16136.108859  21177.264745    -69.434808                    
+PG16 -23879.249267  -2705.519868 -11508.086563     62.922250                    
+PG19 -17236.556970   1608.049217  20271.428444     29.335333                    
+PG23 -10011.520034  11236.601645 -21924.535825    388.998612                    
+PG02  14877.276363   5007.477582 -21541.121607    153.918964                    
+PG31  -9308.865662 -15387.825966 -19285.873654    -56.500625                    
+PG17  14050.515675  21716.620347   6522.554190     52.480599                    
+PG12  21472.439787 -12120.258398  -9644.612511   -299.410396                    
+PG15  18526.022455   -426.079410  19072.887662   -276.123695                    
+PG29   1273.727253 -18339.975061 -19076.655029      4.958815                    
+PG07  -6626.945431  25637.686557    991.780693     20.967825                    
+PR04 -22971.522644  -1403.165706  10847.205900     63.619116                    
+PR06  -8411.815818  11899.148138 -21087.368178   -169.267045                    
+PR07  12428.993697   7979.363480 -20811.760181    -89.138920                    
+PR10   2706.904096  17211.823011  18584.130616   -140.823114                    
+PR11  11375.150719     80.637599  22822.968701    -92.652980                    
+PR13   7223.219632 -24141.238488  -3983.985875   -230.672355                    
+PR14  -2628.947618 -17379.893744 -18526.245748    -79.535284                    
+PR15 -11319.627150    346.025475 -22860.195728     92.141136                    
+PR17 -15445.097783 -20179.481794  -1604.023164   -261.290517                    
+PR19  -9521.260524   5409.332403  23041.327708    -89.448777                    
+PR20   4269.625962  18153.479345  17379.759215    -65.017276                    
+PR23   9095.724306  -5954.018104 -23068.967416   -200.165470                    
+PR18 -17782.669141 -10332.966015  15203.181833     -1.356620                    
+PR21  15607.187470  20177.544276   1638.107102   -143.376271                    
+PR22  17668.136792  10268.486410 -15142.831079   -201.648635                    
+PR03 -12466.361473  -8077.457896  20733.047164    -34.360831                    
+PR02   6748.734822 -11385.943072  21804.743552     20.572429                    
+PR08  24351.587843     86.573870  -7606.626680   -101.975359                    
+*  2009  4  1 19 15  0.00000000                                                 
+PG32 -25431.904606   6910.715623  -1527.591404    280.060566                    
+PG24  13200.941386 -20713.213505 -10302.374967    177.906791                    
+PG25  -8888.185147  23399.040904  -8822.207940    335.104045                    
+PG26  18821.703222   2028.906315  18334.933645     54.513131                    
+PG27  14818.518800   3802.669926  22402.358896     37.216685                    
+PG30  12791.190180 -17016.258992 -16191.514842    136.325572                    
+PG03 -23457.452559  -7687.988983   9953.806398    373.608656                    
+PG04   7957.479540  19250.869440 -16396.658268    -35.085941                    
+PG06 -22699.868568 -11996.496351   7083.088801     60.685728                    
+PG08   1109.990145  23724.028172  11301.838581   -196.588396                    
+PG09  13725.641953 -15569.376092  15864.512777     48.510434                    
+PG10  25137.209106   -639.922581  -9229.660943    -13.644069                    
+PG14 -14497.865578 -21066.715440   7498.527135   -132.246031                    
+PG13  -1534.880118  17212.295142 -20298.994683    293.292561                    
+PG28   4985.146389  14487.615125  22129.323565    -23.835548                    
+PG21   4098.916544 -25782.452373   2639.239517     21.474792                    
+PG11 -12635.448694  17079.455583  15533.285998      2.718284                    
+PG22  -7445.983638 -14115.958917  21389.773108    202.409964                    
+PG20 -20631.306109  14107.067640  -9050.114679     86.531270                    
+PG18   4158.512469 -16619.690423  20423.141575    -69.431624                    
+PG16 -22522.134598  -3245.591120 -13833.786356     62.919157                    
+PG19 -18647.905049   -124.651883  19066.782763     29.334635                    
+PG23 -11796.781470   9496.931559 -21883.091272    388.998943                    
+PG02  14302.819200   7369.987155 -21284.595824    153.918595                    
+PG31  -8662.570312 -17454.699981 -17772.542892    -56.501781                    
+PG17  13264.562954  21249.197865   9174.145518     52.481877                    
+PG12  22462.689567 -12156.771421  -6989.447693   -299.406454                    
+PG15  19951.219200   1109.312123  17550.129437   -276.127702                    
+PG29   2942.315609 -16795.223600 -20267.528041      4.962304                    
+PG07  -6854.551959  25529.873228  -1881.955927     20.967568                    
+PR04 -21460.152786  -1623.124804  13549.386740     63.613281                    
+PR06 -10825.744682  12456.882906 -19605.550232   -169.268070                    
+PR07   9854.865061   8530.065576 -21943.568032    -89.138738                    
+PR10   2131.759797  19308.104811  16475.147473   -140.822776                    
+PR11  10440.518891   2757.794534  23109.415626    -92.654303                    
+PR13   7162.110173 -24471.580260   -780.536676   -230.673401                    
+PR14  -2067.698733 -19462.018580 -16410.145088    -79.532816                    
+PR15 -10398.818426  -2344.336017 -23167.848321     92.142330                    
+PR17 -15302.113445 -19777.850772  -4797.831924   -261.291694                    
+PR19 -11386.299402   3300.085512  22589.324647    -89.449907                    
+PR20   2855.278759  16380.495063  19328.782409    -65.017260                    
+PR23  10954.121458  -3823.681308 -22707.118516   -200.160422                    
+PR18 -19012.072656 -11527.952952  12645.933977     -1.357288                    
+PR21  15466.773814  19771.659477   4816.631403   -143.377140                    
+PR22  18893.773703  11483.375502 -12569.286443   -201.651606                    
+PR03  -9863.376373  -8485.043714  21936.591265    -34.362527                    
+PR02   9311.192657 -11906.362987  20548.331225     20.569582                    
+PR08  23223.951443    145.765246 -10559.808463   -101.974630                    
+*  2009  4  1 19 30  0.00000000                                                 
+PG32 -25551.096203   6668.465967   1350.386505    280.056245                    
+PG24  13116.467457 -19369.839793 -12689.695315    177.908576                    
+PG25  -8985.049444  22192.080001 -11357.218283    335.123881                    
+PG26  20265.722822   3512.578916  16584.267681     54.514942                    
+PG27  14504.209362   6175.801133  22061.922974     37.218883                    
+PG30  14426.654490 -17466.100180 -14157.414866    136.326657                    
+PG03 -24142.250860  -8512.124162   7432.535874    373.614261                    
+PG04   7401.394147  20937.891813 -14424.614188    -35.098768                    
+PG06 -23011.082603 -12634.079253   4387.341446     60.701669                    
+PG08    646.563285  24806.955476   8682.996259   -196.590842                    
+PG09  13585.103632 -13534.139309  17684.533459     48.512292                    
+PG10  24092.436693    -82.114696 -11713.735202    -13.644589                    
+PG14 -13665.939253 -20509.718458  10162.657937   -132.241086                    
+PG13  -3273.815995  15632.605476 -21349.502745    293.293426                    
+PG28   2664.363838  15218.098294  22009.790690    -23.835942                    
+PG21   4493.066892 -25822.496987   -195.396440     21.473173                    
+PG11 -12988.546979  15147.367180  17172.523636      2.717195                    
+PG22  -5132.642228 -14865.150042  21557.089822    202.409399                    
+PG20 -21549.512074  14150.997754  -6418.132839     86.530615                    
+PG18   6337.270051 -17185.962551  19321.419177    -69.428461                    
+PG16 -20957.765309  -3936.136260 -15923.262005     62.916623                    
+PG19 -20037.708969  -1671.676940  17538.066775     29.333803                    
+PG23 -13651.731333   7874.704090 -21467.324940    388.999459                    
+PG02  13855.637215   9706.133463 -20666.797925    153.918302                    
+PG31  -8162.493358 -19364.869367 -15946.859378    -56.502647                    
+PG17  12238.716086  20630.866664  11669.894989     52.483285                    
+PG12  23157.371223 -12144.937005  -4212.890766   -299.402240                    
+PG15  21308.708574   2447.549607  15726.539331   -276.131946                    
+PG29   4774.795768 -15261.048153 -21106.721635      4.966112                    
+PG07  -7027.069930  25115.286799  -4723.087576     20.966826                    
+PR04 -19661.516377  -2035.749470  15985.982642     63.608878                    
+PR06 -12997.683038  13130.711792 -17748.225593   -169.266901                    
+PR07   7218.246198   9294.345585 -22649.946412    -89.137404                    
+PR10   1784.355013  21170.934888  14044.772061   -140.822222                    
+PR11   9704.165389   5503.021299  22947.082088    -92.654934                    
+PR13   6974.536907 -24414.931677   2438.072468   -230.674275                    
+PR14  -1733.562590 -21309.665019 -13976.523682    -79.530637                    
+PR15  -9678.811926  -5106.995765 -23025.303052     92.142184                    
+PR17 -14855.625553 -19113.256694  -7897.933397   -261.292508                    
+PR19 -13343.022743   1392.068090  21698.793645    -89.450968                    
+PR20   1161.648168  14563.262121  20901.899867    -65.017046                    
+PR23  12913.769992  -1886.306164 -21903.860013   -200.155619                    
+PR18 -20092.272772 -12398.366805   9845.058246     -1.357609                    
+PR21  15023.517162  19106.945771   7902.153551   -143.377796                    
+PR22  19968.137254  12371.164185  -9749.415458   -201.654174                    
+PR03  -7178.918522  -9111.584168  22713.956056    -34.365582                    
+PR02  11654.906518 -12568.939026  18892.874391     20.566831                    
+PR08  21763.540864    372.845096 -13307.958695   -101.974087                    
+*  2009  4  1 19 45  0.00000000                                                 
+PG32 -25371.823507   6334.459156   4204.847719    280.051844                    
+PG24  13057.276704 -17768.592899 -14859.904432    177.912154                    
+PG25  -9141.243314  20712.205401 -13695.386006    335.143618                    
+PG26  21622.133263   4765.888015  14543.646495     54.516496                    
+PG27  14326.672836   8507.802782  21364.660719     37.221373                    
+PG30  15822.108370 -17894.486907 -11883.858356    136.330349                    
+PG03 -24615.549003  -9151.683128   4784.680246    373.618288                    
+PG04   6956.564225  22416.746879 -12202.122965    -35.111883                    
+PG06 -23098.647326 -13083.421709   1616.563820     60.717773                    
+PG08    298.336934  25609.218007   5910.087577   -196.591570                    
+PG09  13536.658788 -11298.638819  19183.361934     48.513639                    
+PG10  22830.056604    628.353721 -14001.324160    -13.644122                    
+PG14 -12577.810384 -19817.626589  12653.814870   -132.235869                    
+PG13  -5176.082128  14093.251976 -22036.864196    293.294611                    
+PG28    414.303100  16061.816434  21525.310931    -23.836062                    
+PG21   4840.633015 -25559.414326  -3026.507700     21.470782                    
+PG11 -13431.580645  13064.756441  18508.305968      2.715941                    
+PG22  -2860.073514 -15727.135637  21358.596711    202.408705                    
+PG20 -22188.877956  14114.523861  -3675.789022     86.529588                    
+PG18   8356.748893 -17808.117911  17889.610976    -69.425581                    
+PG16 -19226.311125  -4792.799511 -17740.339846     62.913797                    
+PG19 -21363.376929  -3019.018791  15711.618990     29.333042                    
+PG23 -15535.820454   6397.502759 -20685.117383    388.999888                    
+PG02  13535.603435  11970.017831 -19699.222568    153.917819                    
+PG31  -7791.942950 -21075.065938 -13841.109629    -56.503598                    
+PG17  10968.771092  19901.277320  13967.396632     52.484705                    
+PG12  23556.533308 -12046.191836  -1363.205736   -299.398137                    
+PG15  22554.812483   3583.199101  13633.415102   -276.135857                    
+PG29   6743.170804 -13777.030764 -21579.435713      4.969863                    
+PG07  -7182.563409  24394.753721  -7482.416055     20.966584                    
+PR04 -17629.915314  -2668.866322  18108.902476     63.602885                    
+PR06 -14882.781258  13875.615669 -15550.648388   -169.268538                    
+PR07   4586.582605  10264.485417 -22917.319276    -89.133809                    
+PR10   1635.565006  22743.772617  11340.317442   -140.821119                    
+PR11   9181.838908   8247.738720  22339.492721    -92.656140                    
+PR13   6714.990452 -23959.017378   5609.317547   -230.675256                    
+PR14  -1597.100710 -22867.149162 -11272.523528    -79.527991                    
+PR15  -9175.263056  -7872.557321 -22434.860487     92.142676                    
+PR17 -14081.315447 -18237.381944 -10843.800262   -261.293762                    
+PR19 -15332.914917   -277.635176  20387.005759    -89.451658                    
+PR20   -787.241361  12764.660205  22068.772194    -65.017270                    
+PR23  14916.959340   -180.772318 -20674.673896   -200.151445                    
+PR18 -20965.144857 -12954.620933   6854.537136     -1.357849                    
+PR21  14253.362872  18234.697825  10835.061234   -143.378840                    
+PR22  20832.412505  12941.986488  -6738.466909   -201.656738                    
+PR03  -4482.220050  -9953.745023  23050.036496    -34.366309                    
+PR02  13728.490279 -13331.530219  16870.555719     20.564241                    
+PR08  20017.011760    805.052196 -15797.738130   -101.973312                    
+*  2009  4  1 20  0  0.00000000                                                 
+PG32 -24912.931693   5875.659552   6986.372330    280.047524                    
+PG24  13055.794476 -15934.688115 -16775.224944    177.915249                    
+PG25  -9388.089284  18986.998996 -15795.147604    335.163383                    
+PG26  22845.595580   5787.431458  12250.712155     54.518566                    
+PG27  14279.067256  10753.080643  20321.032699     37.225810                    
+PG30  16964.255382 -18262.396813  -9408.518575    136.332888                    
+PG03 -24850.275993  -9628.751252   2055.668784    373.622906                    
+PG04   6598.857237  23653.828055  -9767.111941    -35.124745                    
+PG06 -22937.450485 -13369.313700  -1181.909761     60.733877                    
+PG08     31.516989  26106.739678   3032.229687   -196.591434                    
+PG09  13603.575716  -8906.832778  20332.594758     48.513334                    
+PG10  21387.041235   1508.778900 -16054.052417    -13.643769                    
+PG14 -11232.575198 -19033.270426  14929.770652   -132.230944                    
+PG13  -7209.624093  12633.265730 -22349.502173    293.295507                    
+PG28  -1724.026015  16995.495813  20682.711692    -23.836522                    
+PG21   5176.601864 -24991.817410  -5803.268951     21.469627                    
+PG11 -13976.045812  10872.396730  19517.470662      2.714960                    
+PG22   -670.642146 -16682.657852  20797.423295    202.408077                    
+PG20 -22553.487993  13961.343425   -870.143954     86.528599                    
+PG18  10185.302085 -18453.982071  16150.986718    -69.422522                    
+PG16 -17371.701734  -5823.510516 -19253.352678     62.910964                    
+PG19 -22581.798929  -4160.884423  13618.701269     29.332224                    
+PG23 -17405.090286   5085.374497 -19550.507881    389.000079                    
+PG02  13334.948476  14117.337842 -18399.106867    153.917334                    
+PG31  -7527.217512 -22547.508942 -11492.534158    -56.504819                    
+PG17   9458.887169  19101.424552  16027.557373     52.485966                    
+PG12  23669.116192 -11823.730672   1510.130791   -299.394088                    
+PG15  23647.092832   4519.093174  11306.647766   -276.140223                    
+PG29   8812.746768 -12378.046808 -21677.273917      4.973759                    
+PG07  -7358.634634  23378.105820 -10112.210247     20.965972                    
+PR04 -15426.311008  -3539.331648  19876.183826     63.597630                    
+PR06 -16446.651958  14640.215956 -13054.594459   -169.266710                    
+PR07   2025.419455  11420.915819 -22740.602199    -89.130298                    
+PR10   1646.398814  23978.990638   8414.501440   -140.820962                    
+PR11   8876.933597  10922.201645  21298.786113    -92.657021                    
+PR13   6439.791904 -23104.901652   8671.572090   -230.676927                    
+PR14  -1619.154723 -24087.647282  -8350.480885    -79.524720                    
+PR15  -8891.357014 -10570.231899 -21407.556494     92.142952                    
+PR17 -12967.057137 -17207.562670 -13577.957187   -261.294857                    
+PR19 -17292.837774  -1683.539555  18679.405196    -89.452584                    
+PR20  -2955.555091  11043.309701  22806.991542    -65.018409                    
+PR23  16900.937889   1265.452257 -19043.342323   -200.146860                    
+PR18 -21577.769064 -13219.099716   3731.973179     -1.358272                    
+PR21  13144.250136  17211.674917  13558.641272   -143.379884                    
+PR22  21433.214104  13218.251380  -3595.465552   -201.659399                    
+PR03  -1841.452304 -10995.893494  22938.298505    -34.369109                    
+PR02  15490.692528 -14144.393279  14520.672486     20.561230                    
+PR08  18039.595010   1469.824727 -17980.829363   -101.972444                    
+*  2009  4  1 20 15  0.00000000                                                 
+PG32 -24200.954594   5263.586268   9647.318369    280.043256                    
+PG24  13139.910382 -13900.430945 -18402.053277    177.918760                    
+PG25  -9751.612220  17051.332266 -17618.796594    335.183284                    
+PG26  23893.297598   6584.943179   9746.908588     54.520434                    
+PG27  14346.929140  12868.131255  18946.864585     37.230159                    
+PG30  17847.942711 -18530.232168  -6772.769777    136.334708                    
+PG03 -24825.567717  -9970.659253   -708.088626    373.627554                    
+PG04   6299.079759  24622.143577  -7161.496729    -35.137564                    
+PG06 -22509.137317 -13521.461096  -3960.058365     60.750162                    
+PG08   -191.350019  26284.475523    100.511306   -196.591446                    
+PG09  13801.644956  -6407.876669  21110.409251     48.514491                    
+PG10  19804.261811   2569.206557 -17837.367834    -13.643375                    
+PG14  -9638.200582 -18200.104807  16951.973509   -132.225651                    
+PG13  -9335.956741  11285.971384 -22282.138252    293.296657                    
+PG28  -3714.215279  17989.395145  19494.649688    -23.836611                    
+PG21   5535.740960 -24127.440218  -8475.657561     21.467750                    
+PG11 -14626.688410   8613.577032  20182.823564      2.713591                    
+PG22   1397.259601 -17705.876516  19882.783769    202.407940                    
+PG20 -22655.563658  13657.745655   1950.498439     86.527652                    
+PG18  11797.969564 -19087.243956  14134.267064    -69.418802                    
+PG16 -15440.047697  -7027.973641 -20435.710621     62.908323                    
+PG19 -23650.948838  -5099.704186  11294.973428     29.331540                    
+PG23 -19213.739973   3950.252684 -18083.415010    389.000556                    
+PG02  13238.678139  16106.867629 -16789.097014    153.916941                    
+PG31  -7338.728185 -23751.265731  -8942.616345    -56.505773                    
+PG17   7721.622214  18272.034537  17815.239573     52.487296                    
+PG12  23512.484257 -11444.117501   4357.312157   -299.390122                    
+PG15  24545.958545   5266.020983   8786.113233   -276.144038                    
+PG29  10943.302233 -11092.993848 -21398.406001      4.977365                    
+PG07  -7590.770589  22083.867046 -12567.045188     20.965856                    
+PR04 -13115.874076  -4652.054953  21252.864058     63.589410                    
+PR06 -17666.574434  15368.987959 -10307.619663   -169.263587                    
+PR07   -404.091653  12732.924262 -22123.292507    -89.127249                    
+PR10   1769.887640  24839.790474   5324.408170   -140.819947                    
+PR11   8780.468544  13458.169150  19845.453798    -92.657800                    
+PR13   6204.482829 -21867.046447  11565.308101   -230.677868                    
+PR14  -1752.724594 -24935.046550  -5266.923982    -79.521227                    
+PR15  -8817.746662 -13130.565715 -19962.982192     92.144704                    
+PR17 -11513.666820 -16084.251784 -16047.117874   -261.295603                    
+PR19 -19157.564531  -2812.586398  16609.119104    -89.453687                    
+PR20  -5296.914522   9451.212398  23102.495708    -65.017574                    
+PR23  18800.429419   2437.231056 -17041.494158   -200.142333                    
+PR18 -21884.713791 -13224.985150    537.506202     -1.358522                    
+PR21  11696.861526  16097.631514  16020.162352   -143.380947                    
+PR22  21724.945422  13233.434611   -382.022321   -201.661978                    
+PR03    678.886901 -12210.645821  22380.906018    -34.371366                    
+PR02  16911.874935 -14952.365376  11888.873041     20.558457                    
+PR08  15892.878859   2383.404090 -19814.871531   -101.971866                    
+*  2009  4  1 20 30  0.00000000                                                 
+PG32 -23268.973414   4475.570927  12142.620013    280.038712                    
+PG24  13331.755519 -11704.169778 -19711.580139    177.921142                    
+PG25 -10251.308439  14946.187982 -19133.239605    335.203120                    
+PG26  24726.552802   7174.649577   7076.640589     54.522392                    
+PG27  14508.705614  14812.949957  17263.205805     37.233522                    
+PG30  18476.256496 -18659.434800  -4021.060736    136.335687                    
+PG03 -24527.558231 -10208.722750  -3459.960056    373.632899                    
+PG04   6024.288883  25302.326614  -4430.461275    -35.150511                    
+PG06 -21802.953340 -13573.184694  -6669.991187     60.766505                    
+PG08   -409.655184  26137.003156  -2832.998714   -196.590862                    
+PG09  14138.397410  -3854.294585  21502.092536     48.515913                    
+PG10  18125.023681   3811.867242 -19321.083925    -13.644229                    
+PG14  -7811.396422 -17360.500504  18686.168765   -132.220824                    
+PG13 -11511.459561  10077.818499 -21835.876263    293.297719                    
+PG28  -5525.658009  19008.332375  17979.512471    -23.836629                    
+PG21   5950.955369 -22982.916624 -10995.476587     21.465515                    
+PG11 -15381.224796   6332.554643  20493.420291      2.712390                    
+PG22   3310.483256 -18765.292724  18629.848454    202.406808                    
+PG20 -22514.900066  13174.098196   4737.424013     86.526781                    
+PG18  13177.298536 -19668.876185  11873.213921    -69.415863                    
+PG16 -13477.978832  -8397.476352 -21266.395216     62.905440                    
+PG19 -24531.454457  -5845.832576   8779.904443     29.330320                    
+PG23 -20915.763847   2995.696436 -16309.268824    389.000747                    
+PG02  13225.264930  17901.819428 -14896.842860    153.916380                    
+PG31  -7192.361392 -24663.342271  -6236.293782    -56.506987                    
+PG17   5777.656150  17451.972922  19299.843836     52.488998                    
+PG12  23111.640050 -10878.766044   7129.084522   -299.385884                    
+PG15  25216.176648   5842.112690   6114.997557   -276.148299                    
+PG29  13090.484599  -9943.766483 -20747.609510      4.981177                    
+PG07  -7910.781006  20538.612525 -14804.595817     20.965259                    
+PR04 -10765.363794  -5999.544982  22211.708073     63.582412                    
+PR06 -18532.237001  16004.671518  -7362.207043   -169.264690                    
+PR07  -2647.493475  14159.844705 -21077.396670    -89.125219                    
+PR10   1953.320164  25301.678489   2130.358886   -140.819751                    
+PR11   8871.600647  15791.513184  18007.922068    -92.658218                    
+PR13   6061.254311 -20272.824473  14234.257282   -230.678509                    
+PR14  -1945.178593 -25385.368882  -2081.492002    -79.518738                    
+PR15  -8933.037382 -15488.128910 -18128.932855     92.145275                    
+PR17  -9735.109928 -14928.370785 -18203.234059   -261.296487                    
+PR19 -20862.420303  -3664.442017  14216.318572    -89.454477                    
+PR20  -7756.109590   8031.692898  22949.818999    -65.017449                    
+PR23  20550.276794   3332.153365 -14707.996431   -200.138982                    
+PR18 -21850.029938 -13014.645936  -2667.317067     -1.359092                    
+PR21   9924.853095  14952.738555  18171.886219   -143.382373                    
+PR22  21671.840710  13030.404853   2838.907845   -201.664472                    
+PR03   3020.424893 -13559.925851  21388.679691    -34.374484                    
+PR02  17975.012041 -15697.291567   9026.270318     20.555498                    
+PR08  13642.343812   3549.915671 -21264.278868   -101.970834                    
+*  2009  4  1 20 45  0.00000000                                                 
+PG32 -22155.256335   3495.769788  14430.507355    280.034469                    
+PG24  13646.702894  -9389.013202 -20680.340473    177.923540                    
+PG25 -10899.170061  12717.229650 -20310.684294    335.222832                    
+PG26  25312.212879   7580.318717   4286.430224     54.524279                    
+PG27  14736.547265  16552.340373  15296.128699     37.235264                    
+PG30  18860.311179 -18614.096129  -1200.215057    136.337504                    
+PG03 -23949.915296 -10376.855794  -6153.829825    373.637147                    
+PG04   5739.272942  25683.361168  -1621.657813    -35.163608                    
+PG06 -20816.311166 -13559.976163  -9264.777017     60.782656                    
+PG08   -662.924561  25668.728280  -5716.263707   -196.591078                    
+PG09  14612.696272  -1299.994682  21500.394454     48.519057                    
+PG10  16393.521507   5230.900004 -20479.864562    -13.644443                    
+PG14  -5777.163262 -16554.091992  20102.950999   -132.215428                    
+PG13 -13688.871808   9027.482223 -21018.187037    293.298692                    
+PG28  -7134.553047  20012.936515  16161.237383    -23.836820                    
+PG21   6451.721179 -21583.191266 -13317.344705     21.464292                    
+PG11 -16230.362034   4072.986134  20444.716818      2.711513                    
+PG22   5042.199940 -19824.901382  17059.521526    202.406090                    
+PG20 -22158.015302  12486.189987   7442.359000     86.525922                    
+PG18  14313.885637 -20158.694031   9406.117371    -69.412800                    
+PG16 -11530.962593  -9915.028357 -21730.365999     62.902911                    
+PG19 -25188.078486  -6416.953399   6116.128637     29.329643                    
+PG23 -22466.598735   2216.951946 -14258.562429    389.001334                    
+PG02  13267.585104  19471.040160 -12754.528053    153.916203                    
+PG31  -7051.022713 -25269.461025  -3421.111005    -56.507444                    
+PG17   3655.210724  16676.732570  20455.823586     52.490397                    
+PG12  22498.153614 -10105.230734   9777.612955   -299.381941                    
+PG15  25628.229888   6271.942444   3339.066602   -276.152042                    
+PG29  15207.378502  -8944.518203 -19736.189305      4.984977                    
+PG07  -8345.389922  18776.025995 -16786.370870     20.964571                    
+PR04  -8440.450839  -7562.001251  22733.774951     63.578490                    
+PR06 -19045.984428  16490.782792  -4274.814022   -169.264444                    
+PR07  -4659.037852  15652.680113 -19623.196668    -89.124257                    
+PR10   2140.728079  25353.438720  -1105.284274   -140.818758                    
+PR11   9118.646696  17864.659317  15821.986059    -92.659321                    
+PR13   6056.524605 -18361.506930  16626.509422   -230.679687                    
+PR14  -2140.702415 -25427.709484   1144.204936    -79.517199                    
+PR15  -9204.800932 -17584.052950 -15940.890056     92.146478                    
+PR17  -7658.156900 -13798.664479 -20004.435034   -261.297375                    
+PR19 -22345.919401  -4251.257795  11547.442638    -89.455355                    
+PR20 -10271.184842   6817.724829  22352.176868    -65.018239                    
+PR23  22088.102154   3960.386842 -12088.201819   -200.134725                    
+PR18 -21448.873827 -12637.655239  -5820.701779     -1.359586                    
+PR21   7854.553116  13835.001869  19971.988687   -143.383728                    
+PR22  21249.601408  12659.358897   6004.292614   -201.666661                    
+PR03   5133.103429 -14996.490868  19980.887948    -34.379066                    
+PR02  18676.171867 -16320.594544   5988.449476     20.552580                    
+PR08  11354.752960   4960.965971 -22300.927745   -101.969974                    
+*  2009  4  1 21  0  0.00000000                                                 
+PG32 -20901.737732   2315.897714  16473.140072    280.030288                    
+PG24  14092.633885  -7001.357823 -21290.679948    177.925979                    
+PG25 -11699.011678  10413.172127 -21129.238984    335.242789                    
+PG26  25623.848569   7832.052562   1424.088500     54.526063                    
+PG27  14997.342828  18057.081865  13076.462677     37.239242                    
+PG30  19018.734122 -18362.500123   1641.334585    136.339323                    
+PG03 -23094.105987 -10510.110854  -8744.808317    373.643160                    
+PG04   5408.141873  25762.989666   1215.658217    -35.176727                    
+PG06 -19555.055216 -13517.966025 -11699.271857     60.798646                    
+PG08   -989.014804  24893.696110  -8498.286144   -196.592541                    
+PG09  15214.725310   1201.777887  21105.690012     48.522556                    
+PG10  14653.268146   6812.376133 -21293.645096    -13.644559                    
+PG14  -3568.031995 -15816.242147  21178.239831   -132.210329                    
+PG13 -15818.933088   8145.266163 -19842.794135    293.299921                    
+PG28  -8524.673114  20961.086408  14069.042630    -23.836961                    
+PG21   7062.668030 -19960.586956 -15399.623527     21.462657                    
+PG11 -17158.113839   1876.401310  20038.589548      2.710262                    
+PG22   6572.740287 -20845.531658  15198.126230    202.406156                    
+PG20 -21617.044138  11576.375398  10018.322669     86.525291                    
+PG18  15206.613937 -20516.994188   6775.182828    -69.409516                    
+PG16  -9641.666800 -11555.830607 -21818.869691     62.900182                    
+PG19 -25591.056678  -6837.212439   3348.755557     29.328930                    
+PG23 -23824.720952   1601.330124 -11966.331126    389.001656                    
+PG02  13334.065123  20790.003121 -10398.343151    153.915760                    
+PG31  -6876.296278 -25564.497726   -546.333499    -56.508387                    
+PG17   1389.185373  15977.057471  21263.123495     52.491917                    
+PG12  21708.851340  -9108.257482  12257.314465   -299.377792                    
+PG15  25759.469022   6585.384756    505.891850   -276.156426                    
+PG29  17246.184499  -8101.239533 -18381.776184      4.988547                    
+PG07  -8915.036341  16835.693543 -18478.373933     20.964330                    
+PR04  -6203.099837  -9307.949550  22808.809729     63.570295                    
+PR06 -19222.556649  16774.125324  -1104.833042   -169.264120                    
+PR07  -6403.332578  17156.090791 -17788.859753    -89.122459                    
+PR10   2275.514001  24997.560866  -4319.356329   -140.818487                    
+PR11   9480.569714  19628.760718  13330.107890    -92.660711                    
+PR13   6228.768718 -16182.767534  18695.526129   -230.680964                    
+PR14  -2282.885005 -25064.651381   4347.763877    -79.515156                    
+PR15  -9591.077294 -19368.308701 -13441.345109     92.147400                    
+PR17  -5321.502677 -12749.171891 -21415.839098   -261.298764                    
+PR19 -23552.289292  -4596.902552   8654.299849    -89.456455                    
+PR20 -12775.812828   5830.709346  21321.384414    -65.017994                    
+PR23  23356.871624   4343.995014  -9233.066342   -200.129594                    
+PR18 -20668.691208 -12148.518369  -8861.772137     -1.359959                    
+PR21   5524.139111  12797.784620  21385.373212   -143.384403                    
+PR22  20446.556073  12175.457736   9052.284978   -201.668705                    
+PR03   6977.015392 -16465.861291  18184.874192    -34.379591                    
+PR02  19024.458451 -16765.878262   2834.388848     20.549650                    
+PR08   9095.506144   6595.773914 -22904.699414   -101.969207                    
+*  2009  4  1 21 15  0.00000000                                                 
+PG32 -19552.398801    935.663594  18237.150642    280.026108                    
+PG24  14669.504000  -4589.281010 -21531.125847    177.929672                    
+PG25 -12646.134610   8084.017449 -21573.404993    335.262560                    
+PG26  25642.665200   7964.878448  -1462.083686     54.527996                    
+PG27  15253.968967  19304.913469  10639.457390     37.243377                    
+PG30  18976.858543 -17878.536857   4454.368400    136.341773                    
+PG03 -21969.387627 -10643.198399 -11189.906678    373.648721                    
+PG04   4995.961309  25547.781143   4031.540324    -35.189921                    
+PG06 -18033.409568 -13482.363398 -13930.929154     60.814592                    
+PG08  -1422.385970  23835.018829 -11130.083485   -196.593793                    
+PG09  15926.374710   3600.453271  20325.945527     48.522811                    
+PG10  12945.552385   8534.624989 -21747.983816    -13.644843                    
+PG14  -1223.023106 -15176.680309  21893.673226   -132.205055                    
+PG13 -17852.109726   7432.829569 -18329.461513    293.301042                    
+PG28  -9687.864083  21809.490061  11737.065872    -23.837219                    
+PG21   7802.376128 -18153.570531 -17205.254987     21.461215                    
+PG11 -18142.395377   -219.218417  19283.229015      2.709163                    
+PG22   7890.166271 -21786.326963  13076.999932    202.405685                    
+PG20 -20928.418239  10434.472011  12420.465829     86.523925                    
+PG18  15862.569328 -20706.208919   4025.825213    -69.406701                    
+PG16  -7848.430486 -13288.060350 -21529.643363     62.897737                    
+PG19 -25717.244496  -7136.110194    524.642548     29.328251                    
+PG23 -24953.135361   1128.883725  -9471.567647    389.001822                    
+PG02  13389.995098  21841.562187  -7867.908769    153.915540                    
+PG31  -6630.150033 -25552.563373   2337.956960    -56.509629                    
+PG17   -979.960959  15377.754672  21707.534473     52.493175                    
+PG12  20784.317828  -7880.553645  14525.642921   -299.373568                    
+PG15  25595.015582   6816.268478  -2335.955190   -276.160574                    
+PG29  19159.941529  -7411.668815 -16708.008434      4.992316                    
+PG07  -9632.930821  14761.681698 -19851.680451     20.963973                    
+PR04  -4109.125680 -11195.395243  22435.450967     63.563646                    
+PR06 -19088.325013  16807.196663   2086.518499   -169.263063                    
+PR07  -7856.553752  18610.666482 -15609.898685    -89.120321                    
+PR10   2303.107667  24250.105365  -7449.142870   -140.817818                    
+PR11   9908.865846  21045.517833  10580.592714    -92.661457                    
+PR13   6606.692612 -13794.764913  20401.049826   -230.681560                    
+PR14  -2317.332907 -24312.138594   7467.183549    -79.512306                    
+PR15 -10042.301915 -20801.627408 -10678.975636     92.149354                    
+PR17  -2774.387860 -11826.920906 -22410.221562   -261.299805                    
+PR19 -24433.775543  -4735.700258   5593.064376    -89.457454                    
+PR20 -15201.856566   5079.754297  19877.611725    -65.019235                    
+PR23  24307.256125   4515.749127  -6198.154349   -200.124343                    
+PR18 -19509.912035 -11604.203529 -11731.726569     -1.360127                    
+PR21   2982.324079  11887.536783  22384.361334   -143.385159                    
+PR22  19264.294826  11636.268142  11923.454282   -201.671398                    
+PR03   8523.813320 -17908.573821  16035.527095    -34.384051                    
+PR02  19041.419871 -16981.455522   -374.684816     20.546823                    
+PR08   6926.067607   8421.831883 -23063.868436   -101.968289                    
+*  2009  4  1 21 30  0.00000000                                                 
+PG32 -18151.611989   -637.101227  19694.095587    280.022028                    
+PG24  15369.229882  -2200.859652 -21396.651437    177.932278                    
+PG25 -13727.349747   5779.227954 -21634.444659    335.282338                    
+PG26  25358.130878   8017.199090  -4324.055022     54.529532                    
+PG27  15466.720454  20281.295944   8024.369061     37.247629                    
+PG30  18765.650041 -17142.926846   7189.744901    136.343289                    
+PG03 -20592.528340 -10809.038311 -13448.671111    373.651893                    
+PG04   4470.361207  25052.853492   6776.289862    -35.203578                    
+PG06 -16273.606495 -13485.929579 -15920.576482     60.830458                    
+PG08  -1992.525948  22523.946847 -13565.608841   -196.594602                    
+PG09  16722.004340   5850.019340  19176.491567     48.523911                    
+PG10  11307.980422  10368.853814 -21834.337631    -13.644098                    
+PG14   1213.637067 -14658.363851  22236.913066   -132.199853                    
+PG13 -19740.343874   6883.249374 -16503.685153    293.301882                    
+PG28 -10624.249511  22515.350788   9203.907007    -23.837330                    
+PG21   8682.442278 -16205.273968 -18702.485238     21.459297                    
+PG11 -19155.868602  -2180.701835  18192.914550      2.707835                    
+PG22   8990.552067 -22606.310230  10732.002660    202.404556                    
+PG20 -20131.384111   9058.373659  14606.878621     86.523219                    
+PG18  16296.633628 -20692.508100   1205.880292    -69.403140                    
+PG16  -6183.903503 -15073.945676 -20867.004527     62.894941                    
+PG19 -25551.030271  -7347.195611  -2308.360581     29.327567                    
+PG23 -25820.703221    773.356854  -6816.582190    389.002204                    
+PG02  13398.961789  22616.444013  -5205.655632    153.914974                    
+PG31  -6276.616631 -25246.732920   5181.766094    -56.510555                    
+PG17  -3407.542703  14896.739677  21780.958610     52.494965                    
+PG12  19767.271000  -6423.248220  16543.812311   -299.369443                    
+PG15  25128.380214   7000.880333  -5137.726898   -276.164403                    
+PG29  20904.224839  -6865.538311 -14744.102760      4.995902                    
+PG07 -10504.404307  12600.955994 -20882.921424     20.963452                    
+PR04  -2206.029689 -13173.444716  21621.249533     63.557309                    
+PR06 -18680.052821  16550.389021   5237.360744   -169.266798                    
+PR07  -9007.174705  19955.388380 -13128.492128    -89.116183                    
+PR10   2173.535174  23140.011991 -10433.622192   -140.817412                    
+PR11  10349.772037  22088.570982   7626.658420    -92.662059                    
+PR13   7207.830124 -11261.883117  21709.890099   -230.682880                    
+PR14  -2194.203609 -23198.812787  10442.053174    -79.508999                    
+PR15 -10503.576585 -21856.981415  -7707.690866     92.150900                    
+PR17    -74.780485 -11069.943735 -22968.527356   -261.300189                    
+PR19 -24952.630975  -4710.727046   2423.185953    -89.458622                    
+PR20 -17482.015592   4561.481481  18048.981865    -65.019203                    
+PR23  24899.688124   4517.485415  -3042.550460   -200.119010                    
+PR18 -17986.125095 -11061.577166 -14374.960334     -1.360536                    
+PR21    286.603064  11141.826647  22949.246188   -143.386411                    
+PR22  17717.752719  11099.122119  14561.959114   -201.673351                    
+PR03   9757.632001 -19262.663814  13574.603887    -34.386050                    
+PR02  18759.947718 -16922.692664  -3576.484465     20.543854                    
+PR08   4901.573524  10396.069975 -22775.329621   -101.967618                    
+*  2009  4  1 21 45  0.00000000                                                 
+PG32 -16742.509850  -2386.618674  20820.815452    280.017573                    
+PG24  16175.906832    117.519584 -20888.824631    177.934694                    
+PG25 -14921.364118   3545.913592 -21310.611099    335.301845                    
+PG26  24768.306375   8029.161174  -7114.776832     54.530664                    
+PG27  15594.878101  20979.918161   5273.964823     37.250888                    
+PG30  18420.403869 -16144.201539   9799.294170    136.344073                    
+PG03 -18987.270016 -11037.392962 -15483.772507    373.657762                    
+PG04   3803.049837  24301.258567   9401.399700    -35.216774                    
+PG06 -14305.206098 -13557.547392 -17633.142300     60.846049                    
+PG08  -2722.592937  20998.627325 -15762.595019   -196.595885                    
+PG09  17569.544363   7910.687239  17679.614358     48.524764                    
+PG10   9773.154051  12280.043379 -21550.255755    -13.643577                    
+PG14   3693.997029 -14276.605485  22201.858542   -132.195085                    
+PG13 -21438.761053   6481.415600 -14396.291769    293.302654                    
+PG28 -11342.124233  23038.060219   6512.073773    -23.838049                    
+PG21   9706.855644 -14161.839079 -19865.456342     21.457233                    
+PG11 -20166.999957  -3980.742762  16787.679857      2.706426                    
+PG22   9877.961438 -23265.976218   8202.944282    202.403914                    
+PG20 -19266.417176   7454.351521  16539.351193     86.521885                    
+PG18  16530.765457 -20447.281502  -1635.253215    -69.400335                    
+PG16  -4673.909824 -16871.090880 -19841.823041     62.891739                    
+PG19 -25084.980899  -7506.608860  -5102.185092     29.326514                    
+PG23 -26403.261542    503.370466  -4046.316159    389.002382                    
+PG02  13324.350211  23113.462378  -2456.168199    153.914218                    
+PG31  -5783.382160 -24668.436627   7936.071602    -56.511796                    
+PG17  -5846.147691  14544.352636  21481.578320     52.496145                    
+PG12  18700.874945  -4746.025801  18277.446586   -299.365910                    
+PG15  24361.772363   7176.375755  -7851.328328   -276.169106                    
+PG29  22438.752128  -6445.144555 -12524.323436      4.999223                    
+PG07 -11526.573695  10401.701834 -21554.666593     20.962519                    
+PR04   -531.208839 -15184.324219  20382.498858     63.552642                    
+PR06 -18043.227026  15973.888837   8286.345714   -169.270330                    
+PR07  -9856.182387  21130.179131 -10392.677376    -89.112913                    
+PR10   1843.790036  21707.882545 -13214.669856   -140.817262                    
+PR11  10746.701964  22744.410634   4525.416303    -92.663038                    
+PR13   8037.622820  -8652.224338  22596.571982   -230.684227                    
+PR14  -1870.551451 -21764.840173  13214.713440    -79.505865                    
+PR15 -10917.186429 -22520.559985  -4585.564743     92.152282                    
+PR17   2712.804423 -10505.695877 -23080.219811   -261.301880                    
+PR19 -25082.705201  -4571.740065   -793.765217    -89.459821                    
+PR20 -19552.447075   4260.367627  15871.019853    -65.018451                    
+PR23  25106.026845   4398.078398    172.299686   -200.115738                    
+PR18 -16123.722339 -10574.849896 -16740.135122     -1.361593                    
+PR21  -2498.870508  10587.757381  23068.697382   -143.388226                    
+PR22  15834.740723  10618.509170  16916.637735   -201.676289                    
+PR03  10675.487657 -20466.272866  10849.919458    -34.390949                    
+PR02  18222.715258 -16554.072215  -6708.871031     20.540566                    
+PR08   3068.718170  12466.476034 -22044.659274   -101.966595                    
+*  2009  4  1 22  0  0.00000000                                                 
+PG32 -15365.435378  -4289.630646  21599.705924    280.013203                    
+PG24  17066.352609   2322.791264 -20015.833940    177.937368                    
+PG25 -16199.519467   1427.111353 -20607.229603    335.321513                    
+PG26  23879.876012   8041.001206  -9788.845775     54.532817                    
+PG27  15598.364094  21402.920175   2433.941481     37.252947                    
+PG30  17979.261232 -14879.393339  12236.720763    136.347849                    
+PG03 -17183.554250 -11353.628185 -17261.547922    373.662121                    
+PG04   2971.167309  23323.054114  11860.479856    -35.229899                    
+PG06 -12164.130239 -13720.945397 -19038.316688     60.862436                    
+PG08  -3628.331218  19302.606661 -17683.303975   -196.597444                    
+PG09  18431.876210   9750.266440  15863.984892     48.526863                    
+PG10   8367.534906  14228.091399 -20899.485327    -13.644600                    
+PG14   6168.004528 -14038.499165  21788.763713   -132.189856                    
+PG13 -22907.272748   6204.746494 -12042.948908    293.303685                    
+PG28 -11857.531772  23340.853743   3707.331475    -23.838137                    
+PG21  10871.708093 -12070.661547 -20674.652763     21.455896                    
+PG11 -21141.284583  -5598.710621  15092.881477      2.705044                    
+PG22  10564.120274 -23728.850507   5532.937091    202.403364                    
+PG20 -18373.595173   5637.028490  18184.071400     86.520865                    
+PG18  16592.993824 -19948.436627  -4447.523854    -69.397221                    
+PG16  -3336.581429 -18634.003088 -18471.371983     62.889267                    
+PG19 -24320.195334  -7651.526685  -7809.324914     29.325712                    
+PG23 -26684.494139    283.799542  -1207.618661    389.002660                    
+PG02  13130.860806  23339.447880    334.501527    153.914088                    
+PG31  -5123.220269 -23846.543388  10553.671568    -56.512866                    
+PG17  -8247.250043  14322.973121  20813.924894     52.497871                    
+PG12  17627.056482  -2866.930808  19697.146213   -299.361601                    
+PG15  23306.088706   7379.158470 -10430.137164   -276.172911                    
+PG29  23728.834506  -6126.218658 -10087.360647      5.002821                    
+PG07 -12688.336038   8211.612663 -21855.701950     20.962210                    
+PR04    889.385898 -17165.707605  18743.881745     63.544374                    
+PR06 -17230.026811  15059.190764  11173.860825   -169.271469                    
+PR07 -10416.773124  22078.434949  -7455.430005    -89.111402                    
+PR10   1279.903846  20004.290877 -15738.200588   -140.816862                    
+PR11  11042.808669  23012.769745   1336.781377    -92.664218                    
+PR13   9089.022587  -6034.958227  23043.833569   -230.684877                    
+PR14  -1312.387179 -20060.276499  15731.367825    -79.503318                    
+PR15 -11225.253958 -22792.197276  -1373.679077     92.155229                    
+PR17   5519.755633 -10149.943400 -22743.460744   -261.302759                    
+PR19 -24810.567399  -4372.826368  -3995.295968    -89.460772                    
+PR20 -21355.254746   4149.602778  13385.963449    -65.018802                    
+PR23  24910.760967   4211.117377   3383.796315   -200.110722                    
+PR18 -13961.024170 -10193.139228 -18781.175639     -1.362083                    
+PR21  -5305.693548  10240.836294  22740.007912   -143.389427                    
+PR22  13654.947029  10243.613663  18941.994451   -201.678849                    
+PR03  11287.138139 -21460.272032   7914.416841    -34.393777                    
+PR02  17480.220820 -15850.886093  -9711.058234     20.537668                    
+PR08   1464.005837  14574.105007 -20886.009490   -101.965810                    
+*  2009  4  1 22 15  0.00000000                                                 
+PG32 -14056.525661  -6316.134376  22018.903578    280.008898                    
+PG24  18010.959400   4376.717348 -18792.387378    177.939843                    
+PG25 -17526.854450   -539.768131 -19536.625184    335.341117                    
+PG26  22707.887923   8091.424454 -12303.114670     54.534611                    
+PG27  15439.427461  21560.813251   -447.742570     37.256225                    
+PG30  17481.602455 -13354.399244  14458.495851    136.349127                    
+PG03 -15216.538842 -11777.643673 -18752.490827    373.666566                    
+PG04   1958.419506  22154.100849  14110.142377    -35.243614                    
+PG06  -9891.446172 -13993.630648 -20111.130770     60.878623                    
+PG08  -4717.302033  17483.143503 -19295.167651   -196.599810                    
+PG09  19268.424072  11345.192963  13763.950940     48.528019                    
+PG10   7110.538684  16169.166282 -19891.983205    -13.645470                    
+PG14   8585.216088 -13942.666889  21004.256464   -132.184745                    
+PG13 -24112.013833   6024.197929  -9483.592060    293.304671                    
+PG28 -12193.532550  23392.361695    837.961403    -23.838467                    
+PG21  12165.247283  -9978.613063 -21117.195713     21.453628                    
+PG11 -22042.585751  -7021.190547  13138.683412      2.704013                    
+PG22  11067.794416 -23962.954983   2767.682284    202.402924                    
+PG20 -17490.996235   3629.025345  19512.244785     86.520094                    
+PG18  16516.162795 -19181.453731  -7181.170217    -69.393890                    
+PG16  -2181.799313 -20315.761497 -16779.057247     62.886271                    
+PG19 -23266.351273  -7818.567737 -10383.615764     29.324709                    
+PG23 -26656.523237     77.291084   1651.505016    389.003016                    
+PG02  12785.988594  23308.895387   3119.543279    153.913262                    
+PG31  -4275.216931 -22816.176919  12989.982049    -56.513708                    
+PG17 -10562.876703  14226.950477  19788.842844     52.499333                    
+PG12  16584.890398   -811.851207  20778.963545   -299.357646                    
+PG15  21980.579888   7643.291618 -12829.801191   -276.176984                    
+PG29  24746.615466  -5879.060122  -7475.630921      5.006705                    
+PG07 -13970.690411   6076.211073 -21781.198476     20.961637                    
+PR04   2042.086628 -19053.250994  16737.943338     63.539086                    
+PR06 -16297.011434  13800.156190  13843.217268   -169.270512                    
+PR07 -10713.541140  22749.434346  -4373.647243    -89.109992                    
+PR10    458.627761  18087.693573 -17955.224243   -140.816960                    
+PR11  11183.567381  22906.483564  -1877.667921    -92.665535                    
+PR13  10342.634657  -3477.638094  23042.963304   -230.685375                    
+PR14   -496.363734 -18143.037007  17943.123266    -79.500981                    
+PR15 -11372.414479 -22685.233477   1865.098456     92.156202                    
+PR17   8275.984302 -10006.163065 -21965.120369   -261.303537                    
+PR19 -24136.114681  -4169.871915  -7119.206484    -89.462045                    
+PR20 -22840.744021   4192.428637  10641.948834    -65.019018                    
+PR23  24311.697555   4012.386089   6529.415334   -200.104970                    
+PR18 -11546.918149  -9958.251311 -20458.173985     -1.362185                    
+PR21  -8063.809461  10104.346055  21969.176412   -143.390241                    
+PR22  11228.453848  10016.101937  20599.063481   -201.681159                    
+PR03  11614.411175 -22190.790241   4825.137059    -34.395893                    
+PR02  16588.519441 -14800.487567 -12524.790455     20.534838                    
+PR08    112.440388  16655.394906 -19321.837292   -101.965213                    
+*  2009  4  1 22 30  0.00000000                                                 
+PG32 -12846.474448  -8430.356277  22072.390273    280.004773                    
+PG24  18974.822468   6247.206449 -17239.483000    177.943613                    
+PG25 -18863.446389  -2324.258670 -18117.895830    335.360634                    
+PG26  21275.220132   8216.068725 -14617.251700     54.536774                    
+PG27  15084.296747  21472.086809  -3321.620282     37.260507                    
+PG30  16966.382280 -11583.995173  16424.716657    136.351925                    
+PG03 -13125.438510 -12323.008665 -19931.687239    373.670755                    
+PG04    755.942960  20834.635505  16110.823821    -35.256841                    
+PG06  -7531.946195 -14386.075767 -20832.440861     60.894482                    
+PG08  -5988.456477  15589.405180 -20571.310427   -196.600654                    
+PG09  20036.878945  12681.174269  11418.721267     48.530411                    
+PG10   6013.896249  18057.225186 -18543.828823    -13.645483                    
+PG14  10896.529517 -13979.337340  19861.257041   -132.179441                    
+PG13 -25026.559941   5905.530390  -6761.775820    293.305535                    
+PG28 -12379.182960  23167.990000  -2046.063652    -23.838571                    
+PG21  13568.264163  -7930.318977 -21186.984325     21.451852                    
+PG11 -22834.535214  -8242.238313  10959.471973      2.703221                    
+PG22  11413.894396 -23942.122023    -45.299394    202.401248                    
+PG20 -16653.186413   1460.290716  20500.623558     86.519032                    
+PG18  16336.477723 -18140.149034  -9787.674212    -69.390911                    
+PG16  -1210.966097 -21869.763689 -14794.028402     62.883630                    
+PG19 -21941.441202  -8042.217205 -12781.000893     29.324112                    
+PG23 -26320.200183   -154.132764   4482.663487    389.003247                    
+PG02  12261.411672  23043.340876   5852.113902    153.912974                    
+PG31  -3225.740778 -21617.315100  15203.771342    -56.514511                    
+PG17 -12747.265531  14242.855096  18423.347781     52.500761                    
+PG12  15609.114722   1386.296874  21504.781053   -299.353387                    
+PG15  20412.207339   7999.002210 -15008.999823   -276.181047                    
+PG29  25472.049893  -5669.887232  -4734.513970      5.010275                    
+PG07 -15347.373845   4037.266530 -21332.770944     20.961222                    
+PR04   2925.808497 -20783.223728  14404.404070     63.533865                    
+PR06 -15302.623375  12203.564554  16241.797818   -169.272609                    
+PR07 -10781.194228  23100.522688  -1207.053860    -89.106560                    
+PR10   -631.346674  16022.031347 -19822.794896   -140.816016                    
+PR11  11119.271347  22450.823831  -5055.860099    -92.666722                    
+PR13  11767.395985  -1043.595568  22593.970441   -230.686288                    
+PR14    588.983901 -16076.554676  19806.940265    -79.499013                    
+PR15 -11308.395769 -22225.815068   5067.374731     92.158826                    
+PR17  10912.601603 -10065.477914 -20760.618882   -261.304630                    
+PR19 -23072.640016  -4017.958466 -10104.801327    -89.463179                    
+PR20 -23969.351291   4343.899841   7692.086308    -65.018708                    
+PR23  23320.107879   3857.253909   9547.935840   -200.100372                    
+PR18  -8939.063730  -9902.775771 -21738.183710     -1.362566                    
+PR21 -10704.185508  10169.246489  20770.820896   -143.391729                    
+PR22   8613.834925   9968.251747  21856.135338   -201.683557                    
+PR03  11690.030132 -22611.541230   1642.108485    -34.400512                    
+PR02  15606.738706 -13403.048595 -15095.470792     20.531915                    
+PR08   -973.293811  18644.693702 -17382.473375   -101.964381                    
+*  2009  4  1 22 45  0.00000000                                                 
+PG32 -11759.512009 -10591.927599  21760.020401    280.000693                    
+PG24  19919.101519   7909.391081 -15384.053071    177.946704                    
+PG25 -20165.974941  -3903.863684 -16376.536290    335.380383                    
+PG26  19611.795754   8446.099824 -16694.249424     54.538309                    
+PG27  14504.733087  21162.503642  -6137.547758     37.265051                    
+PG30  16470.477175  -9591.492928  18099.910574    136.355240                    
+PG03 -10952.228684 -12996.332363 -20779.194741    373.675514                    
+PG04   -637.136678  19407.680770  17827.525630    -35.270287                    
+PG06  -5132.578824 -14901.195964 -21189.305196     60.910687                    
+PG08  -7432.061850  13670.623031 -21490.947560   -196.603037                    
+PG09  20694.974188  13753.435026   8871.473331     48.531895                    
+PG10   5081.309737  19845.642976 -16877.034009    -13.646534                    
+PG14  13055.875840 -14130.755310  18378.795371   -132.174408                    
+PG13 -25632.877357   5810.786831  -3923.957611    293.306562                    
+PG28 -12448.258736  22651.067500  -4893.974231    -23.839306                    
+PG21  15054.791284  -5966.563476 -20884.688173     21.450362                    
+PG11 -23481.939516  -9263.346903   8593.215065      2.701862                    
+PG22  11632.339695 -23647.104391  -2857.480832    202.400839                    
+PG20 -15889.857978   -832.859983  21131.933210     86.518122                    
+PG18  16091.913573 -16827.109360 -12220.701297    -69.387991                    
+PG16   -417.121221 -23251.479267 -12550.676305     62.880786                    
+PG19 -20371.205048  -8353.330060 -14960.272165     29.323305                    
+PG23 -25685.084152   -447.445227   7237.858243    389.003727                    
+PG02  11534.238915  22570.488306   8486.071407    153.912593                    
+PG31  -1969.124972 -20293.229803  17157.820786    -56.515520                    
+PG17 -14758.452118  14350.043803  16740.377202     52.502188                    
+PG12  14728.831643   3688.651188  21862.588370   -299.349188                    
+PG15  18634.713811   8471.337345 -16930.156672   -276.184952                    
+PG29  25893.585959  -5462.348651  -1911.541405      5.013772                    
+PG07 -16785.785770   2131.369108 -20518.427462     20.960729                    
+PR04   3551.804178 -22295.121571  11789.330061     63.528848                    
+PR06 -14304.612594  10289.126755  18322.138223   -169.275301                    
+PR07 -10662.850715  23098.980714   1982.948912    -89.107045                    
+PR10  -1988.678669  13874.123685 -21304.834960   -140.814938                    
+PR11  10807.337037  21682.335520  -8136.410063    -92.667523                    
+PR13  13321.761277   1210.478132  21705.585382   -230.686999                    
+PR14   1942.498795 -13927.223165  21286.474062    -79.495874                    
+PR15 -10990.388960 -21451.665006   8170.502189     92.161553                    
+PR17  13364.544901 -10307.128359 -19153.604610   -261.305416                    
+PR19 -21646.356474  -3968.799207 -12894.071197    -89.464053                    
+PR20 -24713.168694   4552.993890   4593.443039    -65.018968                    
+PR23  21960.324079   3798.090692  12380.640205   -200.095552                    
+PR18  -6201.733914 -10048.575538 -22595.886963     -1.362780                    
+PR21 -13161.460783  10414.613484  19167.923250   -143.393089                    
+PR22   5875.915783  10121.500854  22689.334272   -201.685634                    
+PR03  11555.987915 -22685.850658  -1572.822381    -34.400549                    
+PR02  14594.483631 -11671.789975 -17373.217569     20.529130                    
+PR08  -1793.126288  20476.892419 -15105.538233   -101.963883                    
+*  2009  4  1 23  0  0.00000000                                                 
+PG32 -10812.632949 -12757.220045  21087.474897    279.996442                    
+PG24  20802.560147   9346.417481 -13258.487335    177.950369                    
+PG25 -21389.439357  -5264.744545 -14343.922316    335.400029                    
+PG26  17753.576443   8806.980066 -18500.885628     54.540399                    
+PG27  13679.415607  20664.097690  -8845.604245     37.269863                    
+PG30  16027.115943  -7408.047686  19453.761575    136.358858                    
+PG03  -8740.255385 -13796.891361 -21280.361091    373.679632                    
+PG04  -2213.475990  17917.360031  19230.455385    -35.282975                    
+PG06  -2740.793883 -15534.139734 -21175.243470     60.926777                    
+PG08  -9029.977768  11774.281203 -22039.657940   -196.604486                    
+PG09  21202.233149  14566.568071   6168.415753     48.533731                    
+PG10   4308.421629  21488.892760 -14919.247087    -13.647682                    
+PG14  15021.807812 -14371.908765  16581.727640   -132.169259                    
+PG13 -25921.967363   5699.926042  -1018.724008    293.307520                    
+PG28 -12437.768981  21833.704031  -7655.152558    -23.839387                    
+PG21  16593.075144  -4122.885594 -20217.600308     21.448397                    
+PG11 -23952.138731 -10093.132564   6080.779838      2.701049                    
+PG22  11756.725215 -23066.434830  -5620.171901    202.400387                    
+PG20 -15224.673765  -3208.959416  21395.187664     86.517215                    
+PG18  15820.553159 -15253.775843 -14437.003678    -69.384894                    
+PG16    214.604512 -24420.139839 -10088.025955     62.878202                    
+PG19 -18588.277745  -8777.770104 -16883.774938     29.322548                    
+PG23 -24769.108562   -837.019017   9870.261518    389.003910                    
+PG02  10588.070751  21923.115696  10976.709676    153.912205                    
+PG31   -508.038420 -18888.828957  18819.504274    -56.516414                    
+PG17 -16559.724219  14521.520321  14768.435341     52.503664                    
+PG12  13966.441905   6051.710026  21846.655835   -299.344919                    
+PG15  16687.442277   9079.025002 -18560.090835   -276.188838                    
+PG29  26008.524948  -5219.134803    944.446590      5.017634                    
+PG07 -18248.164673    388.712137 -19352.412174     20.960310                    
+PR04   3942.888702 -23534.149940   8944.181436     63.521022                    
+PR06 -13357.493017   8088.952974  20042.916636   -169.275043                    
+PR07 -10407.989432  22723.497960   5134.469574    -89.102890                    
+PR10  -3599.210418  11710.967277 -22372.819312   -140.814707                    
+PR11  10214.322808  20647.224380 -11059.786470    -92.668014                    
+PR13  14955.347564   3236.664024  20395.089862   -230.688206                    
+PR14   3550.195535 -11761.729978  22352.790323    -79.494055                    
+PR15 -10385.106830 -20410.377106  11113.832344     92.162378                    
+PR17  15573.044843 -10699.456507 -17175.476528   -261.306042                    
+PR19 -19895.397392  -4068.322314 -15432.822021    -89.465555                    
+PR20 -25057.002157   4764.981233   1405.951505    -65.018800                    
+PR23  20268.804001   3881.816126  14972.462369   -200.090925                    
+PR18  -3403.380415 -10405.737922 -23014.119966     -1.363244                    
+PR21 -15376.454405  10808.598817  17191.407057   -143.394378                    
+PR22   3083.291631  10485.472907  23083.038831   -201.688342                    
+PR03  11261.538736 -22388.297610  -4757.195597    -34.400945                    
+PR02  13609.239850  -9632.673677 -19313.829065     20.526554                    
+PR08  -2359.358711  22090.054996 -12535.216336   -101.962578                    
+*  2009  4  1 23 15  0.00000000                                                 
+PG32 -10015.094450 -14880.795575  20066.145466    279.992413                    
+PG24  21583.220344  10549.914476 -10900.044311    177.954474                    
+PG25 -22488.953940  -6402.044129 -12056.669980    335.419695                    
+PG26  15741.368121   9317.445341 -20008.138144     54.542105                    
+PG27  12595.092882  20013.902523 -11397.044500     37.272206                    
+PG30  15664.462762  -5071.640137  20461.737890    136.361446                    
+PG03  -6532.797375 -14716.528630 -21426.078727    373.684652                    
+PG04  -3957.623497  16407.188468  20295.555294    -35.296418                    
+PG06   -402.868068 -16272.403801 -20790.372107     60.943017                    
+PG08 -10756.264125   9944.409313 -22209.532952   -196.605687                    
+PG09  21521.615228  15134.013104   3357.835058     48.535772                    
+PG10   3683.103315  22944.214741 -12703.350490    -13.648090                    
+PG14  16758.925126 -14671.548419  14500.353945   -132.163862                    
+PG13 -25894.178000   5532.549486   1904.028774    293.308453                    
+PG28 -12386.318934  20717.313531 -10280.113593    -23.839650                    
+PG21  18146.775211  -2428.418045 -19199.363720     21.446929                    
+PG11 -24216.267540 -10746.758357   3465.221989      2.699862                    
+PG22  11822.841229 -22196.998463  -8285.377905    202.400115                    
+PG20 -14674.364340  -5622.809094  21285.886363     86.516476                    
+PG18  15558.927168 -13440.170249 -16397.263000    -69.381744                    
+PG16    706.212641 -25340.296227  -7449.035952     62.875328                    
+PG19 -16631.080686  -9335.237894 -18518.065018     29.321932                    
+PG23 -23597.945803  -1353.123266  12334.982775    389.004509                    
+PG02   9413.832364  21137.797534  13281.485076    153.911682                    
+PG31   1146.463635 -17448.964621  20161.280822    -56.517054                    
+PG17 -18120.886711  14725.059906  12541.135333     52.505218                    
+PG12  13336.851193   8428.813535  21457.603869   -299.340850                    
+PG15  14613.947581   9833.584567 -19870.595428   -276.193042                    
+PG29  25823.047140  -4903.624226   3784.160281      5.021466                    
+PG07 -19692.971316  -1167.871660 -17854.945062     20.959950                    
+PR04   4132.173477 -24453.471867   5924.761385     63.512964                    
+PR06 -12510.142681   5646.491306  21369.826741   -169.276581                    
+PR07 -10070.139114  21965.188229   8186.324886    -89.101626                    
+PR10  -5436.346423   9597.051800 -23006.307704   -140.813840                    
+PR11   9317.576645  19399.361723 -13769.445992    -92.669446                    
+PR13  16610.968801   4997.572120  18687.980205   -230.688654                    
+PR14   5385.598518  -9644.390274  22984.940936    -79.491819                    
+PR15  -9470.439754 -19157.309780  13839.924291     92.163786                    
+PR17  17487.832902 -11201.360316 -14864.761555   -261.307453                    
+PR19 -17868.334139  -4354.505335 -17671.729163    -89.466672                    
+PR20 -24998.919497   4923.956300  -1808.736386    -65.018548                    
+PR23  18292.704197   4147.688440  17273.061294   -200.086340                    
+PR18   -614.021249 -10972.034495 -22984.244294     -1.363657                    
+PR21 -17298.428389  11309.872352  14879.554818   -143.395774                    
+PR22    305.706561  11057.518073  23030.140975   -201.690630                    
+PR03  10860.893594 -21705.900940  -7849.153983    -34.406812                    
+PR02  12703.884233  -7323.569201 -20879.638140     20.524224                    
+PR08  -2695.897946  23427.935202  -9721.401864   -101.961849                    
+*  2009  4  1 23 30  0.00000000                                                 
+PG32  -9368.199069 -16916.922017  18712.951852    279.988352                    
+PG24  22220.063433  11520.121594  -8350.162832    177.958162                    
+PG25 -23421.543170  -7319.834970  -9555.888643    335.439501                    
+PG26  13619.476983   9988.720114 -21191.555356     54.544069                    
+PG27  11247.439671  19252.452871 -13745.282540     37.275602                    
+PG30  15404.416047  -2625.772918  21105.602236    136.364024                    
+PG03  -4371.628706 -15739.830382 -21212.970942    373.688829                    
+PG04  -5846.461162  14918.412166  21004.907986    -35.309745                    
+PG06   1837.721133 -17096.269016 -20041.411231     60.959370                    
+PG08 -12578.090444   8220.042542 -21999.206129   -196.606421                    
+PG09  21620.995754  15477.200994    489.153059     48.537528                    
+PG10   3186.057343  24173.208378 -10266.953412    -13.648555                    
+PG14  18239.081583 -14993.463425  12169.940434   -132.158690                    
+PG13 -25559.168539   5269.655004   4793.947264    293.309722                    
+PG28 -12332.389158  19312.769834 -12721.494428    -23.839842                    
+PG21  19676.334681   -905.007915 -17849.586730     21.444822                    
+PG11 -24250.373605 -11245.122127    791.059054      2.698667                    
+PG22  11867.104877 -21044.292016 -10806.656907    202.398629                    
+PG20 -14248.114223  -8027.049699  20806.089417     86.515626                    
+PG18  15340.428203 -11414.273857 -18066.850713    -69.378418                    
+PG16   1085.770383 -25983.178794  -4679.818554     62.872446                    
+PG19 -14542.495912 -10038.334436 -19834.505970     29.321038                    
+PG23 -22204.091615  -2020.569804  14589.813190    389.004702                    
+PG02   8010.345650  20253.487607  15360.725416    153.911030                    
+PG31   2975.207653 -16016.770326  21161.096499    -56.518140                    
+PG17 -19419.286443  14924.556303  10096.644099     52.506200                    
+PG12  12846.976501  10771.743826  20702.368959   -299.337033                    
+PG15  12460.453349  10738.722786 -20838.932998   -276.197221                    
+PG29  25351.905215  -4481.499354   6558.718989      5.024936                    
+PG07 -21076.425436  -2523.585867 -16051.864264     20.959355                    
+PR04   4161.369204 -25016.126909   2790.090295     63.506709                    
+PR06 -11803.654113   3014.977444  22276.312251   -169.275739                    
+PR07  -9704.404795  20828.103187  11079.227476    -89.099259                    
+PR10  -7461.962827   7591.804909 -23193.317051   -140.813812                    
+PR11   8106.443486  17997.988467 -16212.913952    -92.670164                    
+PR13  18226.975453   6467.650687  16617.470093   -230.689729                    
+PR14   7410.613823  -7634.592055  23170.387940    -79.490091                    
+PR15  -8236.637607 -17753.171634  16295.682174     92.166079                    
+PR17  19069.000107 -11764.154974 -12266.359442   -261.308790                    
+PR19 -15622.273370  -4855.552624 -19567.296143    -89.467608                    
+PR20 -24550.266151   4975.423636  -4988.428441    -65.018177                    
+PR23  16088.021747   4625.426766  19237.798401   -200.080707                    
+PR18   2097.441876 -11732.916367 -22506.354020     -1.363784                    
+PR21 -18887.009111  11869.486984  12277.274193   -143.396372                    
+PR22  -2388.598041  11822.784159  22532.142259   -201.693157                    
+PR03  10410.717762 -20638.800094 -10788.646745    -34.408528                    
+PR02  11924.407370  -4792.927597 -22040.240653     20.521369                    
+PR08  -2836.996898  24442.275305  -6718.732100   -101.960868                    
+*  2009  4  1 23 45  0.00000000                                                 
+PG32  -8865.367688 -18821.104596  17050.094257    279.984235                    
+PG24  22674.706422  12265.671345  -5653.689020    177.961622                    
+PG25 -24147.859025  -8030.698929  -6886.349191    335.459322                    
+PG26  11434.257106  10823.993380 -22031.583374     54.546472                    
+PG27   9641.567587  18422.115222 -15846.880940     37.280832                    
+PG30  15261.677334   -117.934906  21373.789247    136.365853                    
+PG03  -2295.630668 -16844.578450 -20643.505050    373.693182                    
+PG04  -7849.956727  13488.463570  21347.013585    -35.322615                    
+PG06   3941.807135 -17979.540168 -18941.562545     60.975478                    
+PG08 -14456.905544   6633.903723 -21413.770556   -196.608206                    
+PG09  21474.426478  15624.413586  -2387.982874     48.540949                    
+PG10   2791.714805  25143.283698  -7651.783761    -13.649818                    
+PG14  19442.326846 -15297.966482   9630.151069   -132.153672                    
+PG13 -24935.525181   4875.348780   7601.091689    293.310465                    
+PG28 -12312.605491  17640.178844 -14935.025168    -23.840113                    
+PG21  21140.463508    433.355489 -16193.364375     21.443204                    
+PG11 -24036.354560 -11613.843447  -1896.461053      2.697466                    
+PG22  11924.965744 -19622.356113 -13139.959003    202.398642                    
+PG20 -13947.261346 -10373.818412  19964.369704     86.514811                    
+PG18  15193.867852  -9211.084914 -19416.486853    -69.375541                    
+PG16   1386.097519 -26327.804766  -1828.796662     62.869733                    
+PG19 -12368.370646 -10891.899491 -20809.795262     29.320384                    
+PG23 -20625.700628  -2857.560630  16595.937231    389.005212                    
+PG02   6384.614511  19310.012235  17178.310838    153.910807                    
+PG31   4951.474987 -14632.088344  21802.693703    -56.519039                    
+PG17 -20440.554970  15081.539583   7477.037703     52.507662                    
+PG12  12495.569107  13032.384136  19594.068398   -299.332745                    
+PG15  10274.212772  11790.039968 -21448.238714   -276.201186                    
+PG29  24617.799699  -3922.268149   9220.493698      5.028740                    
+PG07 -22354.137329  -3672.034234 -13974.177574     20.958999                    
+PR04   4078.735101 -25196.542648   -398.769917     63.498007                    
+PR06 -11269.531559    255.458216  22744.143307   -169.277644                    
+PR07  -9364.935831  19329.221008  13756.939290    -89.097287                    
+PR10  -9627.807671   5747.271841 -22930.528518   -140.813220                    
+PR11   6582.980394  16505.212760 -18342.791625    -92.671179                    
+PR13  19739.801034   7633.994372  14223.842435   -230.690135                    
+PR14   9576.901143  -5784.459237  22905.266260    -79.488327                    
+PR15  -6686.967184 -16261.404379  18433.397745     92.164681                    
+PR17  20288.432374 -12333.762427  -9430.670187   -261.310138                    
+PR19 -13220.613167  -5588.493472 -21082.699286    -89.468154                    
+PR20 -23735.147856   4868.830891  -8071.582863    -65.018681                    
+PR23  13717.383601   5333.746913  20828.600140   -200.076253                    
+PR18   4665.864935 -12662.048951 -21589.311749     -1.363982                    
+PR21 -20113.685074  12433.087966   9435.226482   -143.397783                    
+PR22  -4935.458088  12754.812045  21599.088514   -201.695309                    
+PR03   9967.536813 -19200.401383 -13518.596723    -34.410152                    
+PR02  11307.943329  -2098.017190 -22773.084008     20.518073                    
+PR08  -2825.556900  25094.789996  -3585.526999   -101.959939                    
+EOF                                                                             
diff --git a/test/data/sp3/igl15253.sp3 b/test/data/sp3/igl15253.sp3
new file mode 100644
index 0000000..9a91aac
--- /dev/null
+++ b/test/data/sp3/igl15253.sp3
@@ -0,0 +1,1847 @@
+#cP2009  4  1  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1525 259200.00000000   900.00000000 54922 0.0000000000000
++   18   R02R03R04R06R07R08R10R11R13R14R15R17R18R19R20R21R22
++        R23  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  4  5  5  4  4  4  4  4  5  5  4  5  4  3  4  4
+++         4  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c R  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* bkg brx cod esx iac mcc                                  
+/*                                                          
+/* PCV:IGS05_1525 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2009  4  1  0  0  0.00000000
+PR02   9675.793281 -17954.197593 -15333.306358     20.890435 14 12 13           
+PR03   2720.762649 -25327.488047   1326.450755    -34.045490 15 11 13           
+PR04  -4770.202852 -20608.889667  14162.510175     64.222516 17 10 11           
+PR06  -9834.198397  16703.567631  16465.239798   -169.083439 15 18 17           
+PR07  -1699.178024  25448.531379   -895.453332    -89.172771 12 10 10           
+PR08   5808.861676  17946.260342 -17172.857327   -101.940471 15 15 14           
+PR10   5011.401233  15018.311944 -19985.150030   -140.747751 12 12 11           
+PR11  18438.437027  16866.988191  -5362.099515    -92.481027 13 12 11           
+PR13  10815.766410  -5063.192376  22526.338451   -230.485437 13 13  9           
+PR14  -5070.926868 -15053.695854  19969.173197    -79.658281 15  7 13           
+PR15 -18532.841367 -16588.615128   5376.771320     92.174162 14 13 17           
+PR17   6764.785552 -13432.647687 -20621.270592   -261.129576 16 13 10           
+PR18 -11670.121624  -6104.108567 -21840.770175     -1.207690 13 14 10           
+PR19 -22847.054537   4553.869674 -10385.983992    -89.275514 10 14  9           
+PR20 -20858.153678  12759.822052   7395.427623    -64.907360 11 11  8           
+PR21  -6532.975763  13454.591001  20631.994493   -143.180465 12 12 13           
+PR22  11390.868228   6283.173528  21956.139848   -201.347247 11 15  7           
+PR23  23025.640564  -4795.925160   9833.325413   -200.430131 11 10 15           
+*  2009  4  1  0 15  0.00000000
+PR02   9368.778117 -15944.739619 -17579.727654     20.887979 14 14 14           
+PR03   2564.954164 -25308.614768  -1888.222599    -34.047945 16 11 14           
+PR04  -4746.298234 -22213.643158  11522.819439     64.215968 18  9 11           
+PR06  -9608.223974  14530.705862  18511.313128   -169.085076 12 18 16           
+PR07  -1587.753061  25365.351684   2293.499883    -89.171134 12  9 12           
+PR08   5723.291520  19924.031404 -14865.027351   -101.940471 14 13 10           
+PR10   2944.337990  13510.885429 -21427.855461   -140.747751 13 13 11           
+PR11  17835.355776  16246.199838  -8429.899461    -92.481027 14 10 13           
+PR13  13081.480901  -3545.425415  21595.753718   -230.486255 11 11  8           
+PR14  -3006.825397 -13543.527777  21409.459333    -79.655825 15  9 11           
+PR15 -17921.369093 -15964.810278   8466.894386     92.174162 14 12 17           
+PR17   8938.116366 -14551.272620 -18976.588642   -261.129576 14 13 15           
+PR18  -9169.305291  -7251.223137 -22656.239856     -1.207690 13 14  8           
+PR19 -21472.682020   4060.600887 -13153.171541    -89.276333 11 13  7           
+PR20 -21439.267775  13212.135721   4285.444830    -64.907360 12 10  8           
+PR21  -8710.159719  14578.483226  18991.229344   -143.181283 12 13 14           
+PR22   8892.752564   7437.189936  22747.098493   -201.348884 11 15  9           
+PR23  21708.806545  -4336.326931  12644.891331   -200.426038  7  9 13           
+*  2009  4  1  0 30  0.00000000
+PR02   9202.065639 -13662.928005 -19485.006754     20.885524 14 14 14           
+PR03   2399.353792 -24885.189282  -5066.211943    -34.050401 16 11 14           
+PR04  -4838.485930 -23475.508080   8658.291421     64.209419 18  7 11           
+PR06  -9536.321361  12115.234943  20194.064129   -169.086713 12 18 15           
+PR07  -1489.364692  24884.676177   5437.944429    -89.169497 12  9 12           
+PR08   5791.255031  21601.193835 -12268.478249   -101.940471 15 13 10           
+PR10    639.919414  12085.984149 -22454.138612   -140.747751 13 13 10           
+PR11  16873.119561  15483.934645 -11334.849117    -92.481027 14 10 13           
+PR13  15332.280219  -2270.715874  20245.196866   -230.487074 10 12  8           
+PR14   -704.103087 -12115.372580  22434.121409    -79.653369 15 10 11           
+PR15 -16944.867884 -15201.418894  11391.431525     92.174162 14 10 17           
+PR17  10826.369388 -15717.157495 -16964.248057   -261.129576 13 12 15           
+PR18  -6694.408477  -8615.319412 -23031.017871     -1.207690 13 14  9           
+PR19 -19854.762115   3309.142240 -15664.805028    -89.277151 11 13  7           
+PR20 -21647.608303  13517.288763   1092.571201    -64.907360 12 11  9           
+PR21 -10604.059614  15748.102094  16980.261404   -143.182102 12 13 15           
+PR22   6426.186174   8805.273962  23097.491053   -201.350521 12 15 11           
+PR23  20139.655055  -3621.227902  15210.438650   -200.421946  8  8 12           
+*  2009  4  1  0 45  0.00000000
+PR02   9210.343019 -11163.997126 -21012.160209     20.882391 14 14 13           
+PR03   2279.073883 -24065.997809  -8145.785787    -34.053533 16 11 14           
+PR04  -4998.435353 -24363.923185   5625.090489     64.201998 18  7 11           
+PR06  -9647.359927   9516.057213  21479.932029   -169.088801 12 18 14           
+PR07  -1456.932729  24018.815147   8476.831476    -89.166477 12 10 13           
+PR08   5969.384192  22934.965848  -9433.615322   -101.938608 15 13 10           
+PR10  -1852.800688  10793.352265 -23044.372143   -140.746820 13 13 10           
+PR11  15551.345023  14638.789992 -14020.754596    -92.481959 14  9 13           
+PR13  17501.226263  -1252.041798  18500.942652   -230.488118 10 12  9           
+PR14   1788.350991 -10818.863871  23023.017625    -79.650237 15 11 11           
+PR15 -15604.036061 -14358.218885  14093.318399     92.174162 14  8 16           
+PR17  12398.690926 -16873.382299 -14623.432056   -261.131438 13 11 16           
+PR18  -4309.486532 -10167.892319 -22957.311618     -1.209552 13 14 11           
+PR19 -18052.848121   2282.780774 -17872.087316    -89.278195 11 13  6           
+PR20 -21502.777703  13622.946487  -2121.436282    -64.907360 12 12  9           
+PR21 -12183.464674  16906.140878  14638.053756   -143.184064 13 13 15           
+PR22   4054.783934  10358.649052  23001.046847   -201.353540 12 15 12           
+PR23  18376.918668  -2632.197562  17480.141023   -200.416725  7  8 12           
+*  2009  4  1  1  0  0.00000000
+PR02   9417.915259  -8510.341394 -22131.531713     20.879936 14 14 12           
+PR03   2256.526795 -22872.892106 -11067.135412    -34.055989 16 11 14           
+PR04  -5173.597396 -24860.730731   2482.485996     64.195450 18  8 11           
+PR06  -9959.295512   6798.152131  22343.170895   -169.090438 12 18 12           
+PR07  -1539.935611  22792.643922  11351.122553    -89.164840 11 11 13           
+PR08   6207.763363  23893.894547  -6415.486349   -101.938608 15 13 10           
+PR10  -4476.041751   9673.668250 -23187.413721   -140.746820 13 13 10           
+PR11  13882.776135  13769.782254 -16435.592900    -92.481959 14  9 12           
+PR13  19521.757027   -489.722446  16396.926361   -230.488937 10 12 10           
+PR14   4412.785884  -9694.661048  23164.449007    -79.647781 15 12 12           
+PR15 -13913.021749 -13495.248165  16519.942685     92.174162 14  4 16           
+PR17  13636.703007 -17959.943631 -11999.616333   -261.131438 12  9 16           
+PR18  -2072.869460 -11869.472844 -22436.072029     -1.209552 13 14 12           
+PR19 -16130.673579    977.071803 -19732.137101    -89.279014 10 13  6           
+PR20 -21036.133707  13483.110349  -5294.396575    -64.907360 12 12 10           
+PR21 -13429.662189  17992.182657  12010.115419   -143.185701 13 12 15           
+PR22   1836.124986  12057.828699  22460.105677   -201.355177 12 14 13           
+PR23  16483.880698  -1362.972597  19409.964134   -200.412632  7  8 11           
+*  2009  4  1  1 15  0.00000000
+PR02   9837.551992  -5769.134270 -22821.366353     20.876804 14 14 12           
+PR03   2378.969596 -21339.938276 -13773.537223    -34.058190 16 11 14           
+PR04  -5309.674824 -24960.794236   -708.326789     64.188946 18 10 11           
+PR06 -10478.253639   4030.060740  22766.409314   -169.089732 12 18 10           
+PR07  -1782.072255  21242.629542  14004.938334    -89.161821 10 12 12           
+PR08   6452.252805  24459.045104  -3272.713007   -101.937677 15 12  9           
+PR10  -7165.472314   8756.929628 -22880.796758   -140.744957 13 13  9           
+PR11  11892.994976  12933.759308 -18532.511110    -92.482890 14 10 12           
+PR13  21330.348238     28.362486  13974.081681   -230.489981  9 12 11           
+PR14   7104.745609  -8772.807472  22855.405950    -79.645580 15 13 12           
+PR15 -11899.035796 -12670.133103  18624.176121     92.176025 14  6 15           
+PR17  14534.999199 -18916.324135  -9143.685912   -261.132370 11  6 16           
+PR18    -34.920297 -13671.125792 -21477.012617     -1.211401 13 14 13           
+PR19 -14153.543081   -599.716377 -21208.821493    -89.280058 10 13  6           
+PR20 -20289.347989  13060.264232  -8364.895170    -64.907360 12 13 10           
+PR21 -14336.983470  18945.312054   9147.617174   -143.187789 13 12 15           
+PR22   -180.402566  13854.143688  21485.536875   -201.357266 12 14 13           
+PR23  14525.773103    180.028139  20962.516159   -200.406481  7  8 11           
+*  2009  4  1  1 30  0.00000000
+PR02  10469.833867  -3009.756645 -23068.233054     20.874348 13 14 11           
+PR03   2686.271585 -19512.072312 -16212.453675    -34.060645 16 12 14           
+PR04  -5353.157978 -24672.084797  -3885.427977     64.183216 18 10 11           
+PR06 -11198.139855   1281.215970  22741.034801   -169.091369 13 18 11           
+PR07  -2219.168939  19415.389396  16386.648401    -89.160184 10 12 12           
+PR08   6646.999607  24624.682301    -66.351156   -101.937677 15 12  9           
+PR10  -9852.660003   8061.306313 -22130.754030   -140.744957 13 13 10           
+PR11   9619.608304  12182.916246 -20270.731825    -92.482890 14 10 11           
+PR13  22869.064800    326.021942  11279.541583   -230.490799  9 12 12           
+PR14   9795.518048  -8071.549889  22101.646719    -79.643125 15 13 13           
+PR15  -9601.420831 -11935.544206  20365.288669     92.176025 15  9 15           
+PR17  15101.106548 -19684.097793  -6110.953091   -261.132370 10  1 16           
+PR18   1763.867844 -15516.371246 -20098.453589     -1.212220 13 13 14           
+PR19 -12185.676665  -2426.696229 -22273.456903    -89.280876 10 13  6           
+PR20 -19312.551748  12327.178902 -11273.461972    -64.907360 12 14 10           
+PR21 -14912.802570  19706.772869   6106.388117   -143.189426 14 11 15           
+PR22  -1955.401446  15691.660517  20096.501309   -201.358903 12 14 14           
+PR23  12567.115131   1977.726704  22107.765683   -200.402388  7  8 11           
+*  2009  4  1  1 45  0.00000000
+PR02  11303.026594   -301.140445 -22867.287197     20.871216 13 14 10           
+PR03   3208.999489 -17443.318824 -18336.551429    -34.062846 16 12 14           
+PR04  -5253.817593 -24015.238107  -6987.372202     64.176839 18 11 11           
+PR06 -12100.797673  -1380.765464  22267.391801   -169.094389 13 18 12           
+PR07  -2877.420873  17365.841225  18449.880474    -89.158096  9 13 12           
+PR08   6737.029242  24398.415927   3141.297625   -101.935814 15 12  8           
+PR10 -12467.694245   7592.507715 -20952.075622   -140.743108 13 13 10           
+PR11   7110.940805  11562.517755 -21616.347764    -92.483821 14 11 10           
+PR13  24087.895169    437.503787   8365.717832   -230.491843  8 12 13           
+PR14  12414.775340  -7596.669746  20917.604884    -79.640910 15 14 14           
+PR15  -7070.217825 -11336.887717  21709.727296     92.176956 15 10 14           
+PR17  15354.917742 -20209.463005  -2960.094950   -261.133301  8  4 16           
+PR18   3294.354222 -17343.451073 -18326.991318     -1.213264 13 13 15           
+PR19 -10287.618747  -4470.990467 -22905.364926    -89.282852 10 12  7           
+PR20 -18162.145125  11268.298258 -13963.714553    -64.906428 11 14  9           
+PR21 -15176.987237  20222.557210   2945.813040   -143.191514 14 10 15           
+PR22  -3460.839419  17509.411257  18320.062837   -201.360991 12 13 14           
+PR23  10669.104243   3998.946412  22823.614031   -200.397167  7  8 11           
+*  2009  4  1  2  0  0.00000000
+PR02  12313.488719   2290.863154 -22222.368324     20.868760 13 14  8           
+PR03   3966.901627 -15194.647586 -20104.617139    -34.065302 16 13 13           
+PR04  -4967.050102 -23022.606240  -9954.362451     64.171109 18 11 11           
+PR06 -13156.709585  -3892.711250  21354.787007   -169.096026 13 18 13           
+PR07  -3772.044172  15155.021172  20154.429027    -89.156458  9 13 12           
+PR08   6670.807433  23800.804029   6287.899724   -101.935814 14 12  8           
+PR10 -14941.873801   7343.687285 -19367.805502   -140.742289 12 12 10           
+PR11   4424.286199  11108.922566 -22542.990085    -92.483821 14 11  9           
+PR13  24946.770861    405.800335   5289.277255   -230.492662  7 12 14           
+PR14  14893.296549  -7341.355644  19326.125922    -79.639273 15 14 14           
+PR15  -4364.292731 -10910.330534  22631.745483     92.176956 14 12 13           
+PR17  15327.619204 -20445.598570    247.969765   -261.133301  6  7 16           
+PR18   4539.747920 -19087.845953 -16196.997402     -1.214082 14 12 15           
+PR19  -8513.819613  -6688.872059 -23092.272773    -89.283670  9 12  8           
+PR20 -16898.361389   9880.648031 -16383.445241    -64.906428 11 14  9           
+PR21 -15160.825428  20445.813932   -272.346463   -143.193151 14  9 15           
+PR22  -4680.945356  19243.843266  16190.657752   -201.362628 11 12 15           
+PR23   8887.168042   6201.486012  23096.311974   -200.393075  7  8 11           
+*  2009  4  1  2 15  0.00000000
+PR02  13466.596912   4705.982537 -21145.930806     20.865628 13 14  8           
+PR03   4967.855469 -12831.557418 -21482.353542    -34.068434 16 13 12           
+PR04  -4455.978626 -21736.848696 -12729.377241     64.164718 18 11 11           
+PR06 -14326.211530  -6198.326617  20021.300885   -169.099045 13 18 14           
+PR07  -4906.396831  12847.660520  21467.045221    -89.154370  7 14 12           
+PR08   6402.663081  22864.430907   9312.304341   -101.934883 14 12  7           
+PR10 -17210.349156   7295.885904 -17408.783686   -140.741245 12 12 10           
+PR11   1623.785671  10847.993364 -23032.356996    -92.485670 14 11  8           
+PR13  25417.186450    280.581951   2110.035043   -230.493706  5 12 15           
+PR14  17165.659231  -7286.623361  17358.036622    -79.636254 15 15 15           
+PR15  -1549.103790 -10681.240459  23113.873275     92.178805 15 13 13           
+PR17  15060.161262 -20354.745132   3451.243713   -261.134232  5  9 16           
+PR18   5496.076360 -20684.936476 -13749.955478     -1.216058 13 11 16           
+PR19  -6910.490002  -9027.368256 -22830.550798    -89.284714 10 12  9           
+PR20 -15582.687009   8174.227056 -18485.631552    -64.906428 11 14  8           
+PR21 -14905.473772  20338.971608  -3485.182146   -143.195239 14  9 14           
+PR22  -5612.594043  20831.388948  13749.432622   -201.363798 11 11 15           
+PR23   7268.778616   8533.662970  22920.713951   -200.387854  7  9 11           
+*  2009  4  1  2 30  0.00000000
+PR02  14718.150966   6891.788545 -19658.808330     20.863172 13 13  7           
+PR03   6207.323477 -10421.488013 -22443.040915    -34.070890 16 13 11           
+PR04  -3693.224357 -20209.125160 -15259.231798     64.159806 18 11 11           
+PR06 -15561.167524  -8250.325979  18293.409523   -169.100683 14 17 15           
+PR07  -6271.607655  10509.622018  22362.092312    -89.152733  7 14 12           
+PR08   5894.968855  21632.498920  12155.735292   -101.934883 14 12  7           
+PR10 -19214.612112   7418.993412 -15113.043417   -140.740427 12 11 11           
+PR11  -1221.981231  10793.960088 -23074.591386    -92.486489 14 12  7           
+PR13  25483.352264    115.847340  -1110.212917   -230.494524  1 12 15           
+PR14  19172.787100  -7402.266521  15051.554393    -79.634616 14 15 16           
+PR15   1305.795605 -10663.105210  23147.221387     92.179624 14 13 12           
+PR17  14601.335106 -19909.925959   6587.832768   -261.134232  7 10 15           
+PR18   6172.103722 -22072.694541 -11033.648007     -1.216876 13 10 16           
+PR19  -5513.817769 -11426.262737 -22125.282697    -89.285533 10 11 10           
+PR20 -14275.244941   6171.862457 -20229.350635    -64.906428 11 14  8           
+PR21 -14459.995508  19875.483395  -6629.894028   -143.196876 15 10 14           
+PR22  -6265.166982  22211.051396  11043.462570   -201.364617 11 10 15           
+PR23   5851.619184  10936.261758  22300.365992   -200.383761  6  9 12           
+*  2009  4  1  2 45  0.00000000
+PR02  16016.200477   8805.628116 -17789.816162     20.860040 13 13  7           
+PR03   7668.340755  -8031.167231 -22968.051681    -34.073091 16 13 10           
+PR04  -2662.277762 -18496.967388 -17495.556145     64.153542 18 11 11           
+PR06 -16807.029855 -10012.170486  16205.426144   -169.103702 14 17 16           
+PR07  -7846.730651   8205.302677  22822.053301    -89.149714  7 14 11           
+PR08   5119.986272  20156.993627  14762.936120   -101.933020 14 12  6           
+PR10 -20904.731463   7673.186532 -12525.075104   -140.739383 12 10 11           
+PR11  -4042.595633  10948.786200 -22668.498673    -92.487533 15 12  6           
+PR13  25142.831661    -32.609016  -4308.895348   -230.496500  5 12 15           
+PR14  20864.246355  -7648.298253  12451.547023    -79.631597 14 15 16           
+PR15   4129.413591 -10856.972670  22731.616393     92.180668 14 14 12           
+PR17  14005.537072 -19096.235709   9597.124996   -261.135164  8 10 15           
+PR18   6588.702106 -23194.288878  -8101.209209     -1.217921 13  8 16           
+PR19  -4348.620352 -13820.413299 -20990.167094    -89.286577 10 11 10           
+PR20 -13032.250192   3908.532172 -21580.580031    -64.907360 11 14  8           
+PR21 -13879.073494  19041.117664  -9645.042762   -143.198965 15 11 13           
+PR22  -6659.897213  23326.901338   8124.863690   -201.367524 10  9 15           
+PR23   4662.177982  13344.806331  21247.426626   -200.377623  6  9 12           
+*  2009  4  1  3  0  0.00000000
+PR02  17303.217421  10416.148867 -15575.198144     20.857584 13 13  7           
+PR03   9322.035873  -5724.003735 -23047.208734    -34.075547 16 13  9           
+PR04  -1358.415941 -16661.919174 -19395.675345     64.148631 18 11 11           
+PR06 -18005.192749 -11459.337158  13798.776462   -169.105339 14 16 16           
+PR07  -9599.420336   5995.111391  22837.880467    -89.148077  7 15 11           
+PR08   4061.296282  18496.499782  17083.245871   -101.933020 14 12  5           
+PR10 -22241.244218   8010.782046  -9694.970850   -140.738564 11  9 11           
+PR11  -6768.482195  11302.066829 -21821.598752    -92.488351 15 12  7           
+PR13  24406.636600   -109.804073  -7423.884523   -230.497318  9 11 16           
+PR14  22200.193404  -7976.822796   9608.656876    -79.629960 14 15 17           
+PR15   6852.025737 -11251.432523  21875.567419     92.181486 14 14 11           
+PR17  13330.313451 -17911.643423  12420.945473   -261.135164 10 11 14           
+PR18   6777.702588 -24000.491621  -5010.063805     -1.218739 13  6 16           
+PR19  -3427.488489 -16142.289328 -19447.252339    -89.287396 10 10 11           
+PR20 -11903.644027   1430.180209 -22512.868962    -64.907360 11 14  9           
+PR21 -13220.498164  17834.738173 -12471.772373   -143.200602 15 12 13           
+PR22  -6828.726555  24130.384466   5049.814646   -201.368342 10  8 14           
+PR23   3714.826165  15692.062877  19782.423070   -200.372712  6  9 13           
+*  2009  4  1  3 15  0.00000000
+PR02  18518.524006  11704.351676 -13057.928382     20.853520 13 13  7           
+PR03  11128.663946  -3557.632699 -22678.980985    -34.077748 16 12  7           
+PR04    210.868801 -14767.041137 -20923.379380     64.143297 18 11 11           
+PR06 -19095.534291 -12580.067067  11121.126390   -169.107427 14 16 16           
+PR07 -11487.101304   3933.126681  22409.179439    -89.145988  8 15 11           
+PR08   2714.753925  16713.760225  19071.584439   -101.932089 14 12  5           
+PR10 -23196.625922   8378.427321  -6677.465336   -140.737520 10  7 11           
+PR11  -9333.565346  11831.465649 -20550.008852    -92.489395 14 12  8           
+PR13  23298.778057    -64.136990 -10394.704621   -230.498363 11 11 16           
+PR14  23152.891082  -8334.257190   6578.306623    -79.626940 13 16 17           
+PR15   9407.819013 -11823.136700  20596.067805     92.183462 14 14 11           
+PR17  12633.787854 -16367.275724  15004.666024   -261.136095 10 11 14           
+PR18   6780.276442 -24451.780971  -1820.774488     -1.220714 13  8 16           
+PR19  -2750.456052 -18324.623949 -17526.509431    -89.288440 11  9 11           
+PR20 -10931.006082  -1207.928814 -23007.866578    -64.907360 11 14  9           
+PR21 -12542.539936  16268.540078 -15054.977053   -143.202690 15 12 12           
+PR22  -6812.722955  24582.345582   1877.503867   -201.370304  9  9 14           
+PR23   3011.416338  17910.669460  17933.847857   -200.367379  6  8 13           
+*  2009  4  1  3 30  0.00000000
+PR02  19600.874142  12664.127891 -10286.880545     20.851065 12 14  7           
+PR03  13039.109753  -1581.715831 -21870.512595    -34.080203 16 12  8           
+PR04   2025.944653 -12874.381054 -22049.572316     64.138386 18 11 11           
+PR06 -20019.033576 -13375.564014   8225.384321   -169.109064 14 15 16           
+PR07 -13458.584434   2065.032385  21544.223669    -89.144351  8 15 11           
+PR08   1088.925763  14873.080413  20689.328296   -101.932089 14 11  3           
+PR10 -23756.280725   8719.536620  -3530.890526   -140.736702  9  5 11           
+PR11 -11677.788585  12503.674695 -18878.157251    -92.490214 14 11  9           
+PR13  21855.290800    150.185961 -13163.705638   -230.499181 12 11 16           
+PR14  23707.728696  -8663.807738   3419.606591    -79.625303 12 16 17           
+PR15  11737.366299 -12537.833830  18918.238006     92.184280 14 14 11           
+PR17  11972.077958 -14487.167285  17298.249719   -261.136095 11 12 13           
+PR18   6644.917845 -24520.048202   1404.176484     -1.221533 13 10 16           
+PR19  -2305.208869 -20303.070766 -15265.251060    -89.289258 11  9 12           
+PR20 -10145.832434  -3943.249996 -23055.696028    -64.907360 11 13 10           
+PR21 -11901.320200  14367.731936 -17344.387390   -143.204327 15 12 11           
+PR22  -6660.123081  24654.687078  -1330.979997   -201.371941  9 10 13           
+PR23   2541.416654  19935.784100  15737.603895   -200.362467  7  7 14           
+*  2009  4  1  3 45  0.00000000
+PR02  20491.079997  13302.259281  -7315.880411     20.847933 12 14  7           
+PR03  14996.799094    163.913793 -20637.485374    -34.082404 15 11 10           
+PR04   4055.616032 -11042.510650 -22752.792401     64.132121 18 11 10           
+PR06 -20720.347654 -13859.640326   5168.602964   -169.110235 14 15 17           
+PR07 -15456.063060    426.417443  20259.798499    -89.142263  9 15 10           
+PR08   -795.009431  13037.687516  21905.059787   -101.932089 14 11  2           
+PR10 -23919.011410   8976.871599   -316.063151   -140.734726  8  3 11           
+PR11 -13749.391391  13275.858969 -16838.331170    -92.492189 14 11 10           
+PR13  20122.774065    570.975311 -15677.179928   -230.500225 13 11 15           
+PR14  23863.702404  -8908.094541    194.186199    -79.622284 10 16 18           
+PR15  13789.831840 -13351.872003  16874.818536     92.187187 14 15 11           
+PR17  11396.808896 -12307.487248  19257.211099   -261.137026 11 13 13           
+PR18   6425.117203 -24189.834725   4601.644407     -1.223508 13 11 16           
+PR19  -2067.822773 -22018.754746 -12707.407697    -89.290302 12  8 12           
+PR20  -9568.252706  -6708.310709 -22655.165936    -64.908291 11 13 10           
+PR21 -11348.294497  12169.677990 -19295.553688   -143.205498 15 12 10           
+PR22  -6424.080401  24331.593474  -4513.795721   -201.374029  8 11 13           
+PR23   2282.573227  21707.642104  13236.308602   -200.358066  7  6 14           
+*  2009  4  1  4  0  0.00000000
+PR02  21134.572833  13637.881412  -4202.659817     20.845477 12 14  7           
+PR03  16939.939511   1650.685903 -19003.816819    -34.084860 15 11 11           
+PR04   6258.175914  -9324.226246 -23019.596554     64.127210 18 11 10           
+PR06 -21150.235979 -14057.831171   2010.807634   -169.111054 14 15 16           
+PR07 -17417.406138   -958.489346  18580.877356    -89.140626  9 15 11           
+PR08  -2903.893702  11267.154689  22695.175723   -101.932089 14 11  5           
+PR10 -23696.950590   9095.158518   2904.874887   -140.733908  6  4 10           
+PR11 -15506.847570  14097.526677 -14470.065595    -92.493008 14 11 10           
+PR13  18156.509839   1226.223346 -17886.399817   -230.501044 14 10 15           
+PR14  23633.335675  -9011.810721  -3035.026095    -79.620647  9 16 18           
+PR15  15524.819784 -14214.105428  14505.523963     92.188006 13 15 11           
+PR17  10952.826780  -9875.271537  20843.474470   -261.137026 12 13 12           
+PR18   6176.827870 -23459.045838   7709.089843     -1.224327 13 12 15           
+PR19  -2003.998914 -23420.610944  -9902.674487    -89.291121 12  7 12           
+PR20  -9206.241189  -9433.279280 -21813.813792    -64.908291 11 12 11           
+PR21 -10927.955851   9722.538287 -20870.706861   -143.206316 15 12 10           
+PR22  -6160.211003  23610.270738  -7609.515654   -201.375666  9 11 12           
+PR23   2202.071734  23173.917201  10478.470254   -200.353154  8  6 14           
+*  2009  4  1  4 15  0.00000000
+PR02  21483.789694  13701.433715  -1007.732400     20.842345 11 14  6           
+PR03  18803.997661   2862.247546 -17001.199278    -34.087992 15 10 12           
+PR04   8582.893158  -7764.503749 -22844.804365     64.121877 17 11 11           
+PR06 -21267.728393 -14006.022132  -1186.221200   -169.113029 14 15 16           
+PR07 -19278.652531  -2077.597076  16540.136000    -89.138538  9 15 11           
+PR08  -5193.731233   9614.998065  23044.343837   -101.930226 14 11  6           
+PR10 -23114.956273   9023.633049   6069.642110   -140.732863  3  7 10           
+PR11 -16920.382461  14912.747109 -11819.383388    -92.494983 14 11 11           
+PR13  16018.237878   2132.687760 -19748.556569   -230.502088 14 10 15           
+PR14  23042.043805  -8924.301357  -6205.048628    -79.617627  9 17 18           
+PR15  16913.792934 -15068.124588  11856.271006     92.189968 13 15 11           
+PR17  10676.207837  -7246.711193  22026.114177   -261.137958 12 14 11           
+PR18   5955.837901 -22339.111199  10665.828774     -1.225371 13 13 15           
+PR19  -2070.743386 -24467.413440  -6905.545328    -89.292165 12  7 12           
+PR20  -9055.356453 -12048.644022 -20547.778836    -64.909222 11 11 11           
+PR21 -10675.855850   7083.465495 -22039.480590   -143.208292 15 12 10           
+PR22  -5924.037999  22501.168206 -10558.290146   -201.377755  9 12 11           
+PR23   2258.148461  24291.789055   7517.552061   -200.347821  8  7 14           
+*  2009  4  1  4 30  0.00000000
+PR02  21500.284593  13533.141305   2206.786673     20.839889 11 14  6           
+PR03  20524.310555   3794.899157 -14668.488678    -34.090448 14  9 13           
+PR04  10971.876685  -6398.788374 -22231.598252     64.116966 17 11 12           
+PR06 -21041.945596 -13748.655456  -4360.183319   -169.113848 15 15 16           
+PR07 -20976.601756  -2931.211087  14177.314063    -89.136901 10 15 11           
+PR08  -7611.291311   8126.546594  22945.798618   -101.930226 14 11  8           
+PR10 -22209.496736   8718.406370   9117.007415   -140.732045  4  8  9           
+PR11 -17973.003772  15662.622504  -8937.900551    -92.495802 13 11 11           
+PR13  13773.680607   3294.953871 -21227.583127   -230.502906 15 10 14           
+PR14  22126.970525  -8601.950621  -9254.091820    -79.615990 11 17 18           
+PR15  17941.006546 -15854.716867   8978.295497     92.191605 13 15 11           
+PR17  10592.646808  -4485.065023  22781.962710   -261.137958 12 14 10           
+PR18   5815.162100 -20854.586590  13414.237889     -1.226190 13 14 14           
+PR19  -2218.419503 -25129.409680  -3774.252858    -89.292984 12  8 12           
+PR20  -9099.021678 -14487.891575 -18881.505345    -64.909222 11 10 11           
+PR21 -10617.026624   4316.435706 -22779.481869   -143.209110 15 12 11           
+PR22  -5768.440024  21027.671507 -13302.989611   -201.379392  9 12 11           
+PR23   2402.082397  25029.631792   4410.941533   -200.342910  9  9 14           
+*  2009  4  1  4 45  0.00000000
+PR02  21156.474293  13181.093495   5378.393543     20.835825 11 14  6           
+PR03  22038.722028   4457.495031 -12050.954072    -34.092649 13  9 13           
+PR04  13362.243970  -5251.686536 -21191.477942     64.110701 17 11 13           
+PR06 -20453.497751 -13336.597567  -7449.485326   -169.113974 15 15 16           
+PR07 -22451.392106  -3531.762109  11538.436333    -89.134812 10 16 11           
+PR08 -10096.107057   6837.173119  22401.471081   -101.929295 13 10 10           
+PR10 -21027.070591   8144.553304  11987.962551   -140.731001  6 10  9           
+PR11 -18661.001310  16287.908475  -5881.813837    -92.497777 13 11 11           
+PR13  11489.921036   4705.015181 -22294.845543   -230.503019 15 10 13           
+PR14  20935.347546  -8010.274084 -12122.776782    -79.612970 12 17 18           
+PR15  18603.921799 -16514.455791   5927.174478     92.198349 13 15 11           
+PR17  10716.293007  -1658.280460  23096.074501   -261.139807 12 14  9           
+PR18   5802.567945 -19042.216161  15900.889372     -1.227247 13 14 14           
+PR19  -2393.085195 -25389.491844   -569.635043    -89.294028 13  8 12           
+PR20  -9309.335087 -16690.072797 -16847.280565    -64.911085 11  9 11           
+PR21 -10764.868929   1489.805347 -23076.700670   -143.211086 15 11 11           
+PR22  -5741.209933  19225.276127 -15790.303463   -201.381480 10 12 10           
+PR23   2580.484147  25368.253724   1218.844551   -200.337576 10 10 14           
+*  2009  4  1  5  0  0.00000000
+PR02  20436.944106  12699.001114   8445.416695     20.833370 11 14  5           
+PR03  23290.134442   4870.813314  -9199.402087    -34.095104 13 10 14           
+PR04  15688.509292  -4336.112126 -19744.068903     64.105790 17 11 14           
+PR06 -19495.406400 -12824.763348 -10394.433177   -169.113974 15 15 15           
+PR07 -23648.957340  -3903.018866   8674.909219    -89.133175 10 16 12           
+PR08 -12582.787439   5770.959937  21421.950175   -101.929295 13 10 11           
+PR10 -19622.226962   7277.834450  14626.855365   -140.730182  8 11  8           
+PR11 -18993.893542  16731.670292  -2710.791090    -92.498596 12 11 12           
+PR13   9232.742569   6342.390311 -22929.690558   -230.503838 15 10 12           
+PR14  19522.448310  -7125.626185 -14755.301869    -79.611333 13 17 17           
+PR15  18913.084367 -16990.312132   2761.771078     92.199987 13 15 10           
+PR17  11049.084278   1163.581126  22962.035600   -261.140625 12 14  7           
+PR18   5958.342124 -16949.497726  18077.591851     -1.227247 13 15 13           
+PR19  -2539.015958 -25243.856236   2646.049271    -89.294846 13  8 12           
+PR20  -9648.377110 -18602.148469 -14484.615030    -64.911085 10  8 10           
+PR21 -11120.551217  -1326.302978 -22925.752969   -143.211904 15 11 12           
+PR22  -5882.826098  17140.272365 -17971.775326   -201.383117 10 12 10           
+PR23   2737.785111  25301.636954  -1996.874943   -200.332665 10 11 13           
+*  2009  4  1  5 15  0.00000000
+PR02  19339.257754  12143.728409  11348.221723     20.830237 11 14  6           
+PR03  24228.868833   5066.422889  -6169.192822    -34.097305 11 11 14           
+PR04  17885.098298  -3652.922028 -17916.786012     64.099525 16 11 14           
+PR06 -18173.516117 -12269.601061 -13138.367823   -169.114905 15 15 15           
+PR07 -24523.258123  -4078.818908   5642.510572    -89.131087 11 16 12           
+PR08 -15003.547079   4939.853721  20026.276582   -101.927432 13 10 12           
+PR10 -18055.267264   6105.978958  16982.462677   -140.729138  9 11  7           
+PR11 -18993.822923  16941.860114    513.212722    -92.500571 12 11 12           
+PR13   7064.040713   8174.772103 -23119.839665   -230.504882 15 10 11           
+PR14  17949.224406  -5936.449814 -17100.533364    -79.608328 14 17 17           
+PR15  18891.475090 -17230.179544   -456.879194     92.202075 13 15  9           
+PR17  11580.608804   3911.009899  22382.111913   -261.141669 12 14  6           
+PR18   6313.392872 -14632.814751  19902.317176     -1.228179 13 15 12           
+PR19  -2601.305867 -24702.123242   5810.332457    -89.295890 13  9 12           
+PR20 -10069.959483 -20181.015815 -11839.476459    -64.912016 10  7 10           
+PR21 -11672.942522  -4062.676732 -22329.954849   -143.213879 15 11 12           
+PR22  -6224.530930  14827.992629 -19804.754514   -201.386137 10 12 10           
+PR23   2818.821926  24837.146187  -5173.887610   -200.327332 11 11 13           
+*  2009  4  1  5 30  0.00000000
+PR02  17874.236314  11572.704847  14030.375643     20.827782 11 14  6           
+PR03  24814.734480   5085.095677  -3019.166017    -34.099761 10 12 14           
+PR04  19888.889589  -3191.057010 -15744.355436     64.094614 16 11 15           
+PR06 -16506.384302 -11726.545389 -15628.723810   -169.114905 15 15 14           
+PR07 -25038.193868  -4101.372977   2500.293340    -89.129450 11 16 12           
+PR08 -17290.849148   4343.344232  18241.572851   -101.927432 13 10 13           
+PR10 -16389.723307   4629.472448  19008.982512   -140.728320 10 12  6           
+PR11 -18694.426005  16873.703158   3727.188700    -92.501390 11 12 11           
+PR13   5039.413373  10159.182596 -22861.622718   -230.505700 16  9 10           
+PR14  16279.726185  -4444.014905 -19112.998552    -79.605872 15 17 16           
+PR15  18573.360715 -17189.210933  -3666.721210     92.203712 13 15  8           
+PR17  12288.502947   6517.694651  21367.231398   -261.142488 12 14  5           
+PR18   6887.767757 -12155.216542  21339.995913     -1.228179 13 16 11           
+PR19  -2528.435861 -23786.913074   8861.753842    -89.296709 13  9 12           
+PR20 -10521.742100 -21395.129873  -8963.391729    -64.912016 10  7  9           
+PR21 -12399.079456  -6653.641223 -21301.228661   -143.214698 15 11 12           
+PR22  -6786.799433  12350.690372 -21253.244685   -201.387774 10 12 10           
+PR23   2771.407150  23995.198053  -8250.601055   -200.322421 11 12 13           
+*  2009  4  1  5 45  0.00000000
+PR02  16065.693784  11041.327130  16439.747532     20.824649 11 14  7           
+PR03  25018.720771   4974.832028    189.501640    -34.102893  9 13 14           
+PR04  21641.681892  -2928.184517 -13268.199793     64.087432 15 12 15           
+PR06 -14524.659171 -11247.545056 -17817.993580   -169.114905 16 15 13           
+PR07 -25169.114217  -4019.216448   -690.574548    -89.127362 12 16 13           
+PR08 -19380.051785   3968.679254  16102.516830   -101.926501 13 10 14           
+PR10 -14689.715941   2861.814738  20666.926668   -140.727262 10 13  6           
+PR11 -18139.227386  16491.788825   6868.329877    -92.503365 10 13 11           
+PR13   3206.028813  12243.586707 -22160.047114   -230.506744 15  9  8           
+PR14  14578.417713  -2662.615168 -20753.761961    -79.603671 15 17 16           
+PR15  18002.692697 -16831.869367  -6805.851913     92.205800 12 16  7           
+PR17  13139.370978   8923.042255  19936.798512   -261.143532 11 14  7           
+PR18   7689.647805  -9583.942143  22363.168025     -1.229110 13 16 10           
+PR19  -2274.699964 -22532.895475  11741.054984    -89.297753 13  9 11           
+PR20 -10947.627270 -22225.650675  -5912.434645    -64.913879 10  6  7           
+PR21 -13265.145310  -9039.531307 -19859.845293   -143.214811 15 11 13           
+PR22  -7578.265232   9775.135846 -22288.631843   -201.391711 10 12 10           
+PR23   2548.777650  22808.404589 -11167.348805   -200.317087 12 12 12           
+*  2009  4  1  6  0  0.00000000
+PR02  13949.639792  10600.461969  18529.523686     20.822194 11 14  7           
+PR03  24824.239970   4788.583305   3394.485797    -34.105349  9 13 14           
+PR04  23092.486862  -2831.819934 -10535.693800     64.081702 14 11 15           
+PR06 -12269.976480 -10878.766220 -19664.583238   -169.114905 16 16 12           
+PR07 -24903.866529  -3884.896330  -3868.010359    -89.125725 12 16 13           
+PR08 -21211.948199   3791.605749  13650.668346   -101.926501 12 10 14           
+PR10 -13017.303701    829.233742  21923.896237   -140.727262 11 13  6           
+PR11 -17379.627564  15771.775611   9875.282596    -92.504184 10 13 11           
+PR13   1600.858662  14368.898492 -21028.701405   -230.507563 15  9  7           
+PR14  12907.499835   -619.215218 -21991.168492    -79.601215 16 17 15           
+PR15  17231.120114 -16133.608715  -9813.690488     92.207437 12 16  5           
+PR17  14090.190528  11074.464809  18118.342338   -261.144350 11 14  9           
+PR18   8714.857897  -6987.792903  22952.478749     -1.229110 13 16  8           
+PR19  -1802.386143 -20985.353622  14392.330973    -89.298572 13 10 11           
+PR20 -11290.328546 -22667.067362  -2746.119944    -64.913879 10  6  7           
+PR21 -14227.918188 -11168.906761 -18034.009401   -143.215629 14 12 13           
+PR22  -8595.153140   7170.026402 -22890.275641   -201.394166 10 12 10           
+PR23   2111.817135  21320.226381 -13867.543223   -200.312176 13 12 12           
+*  2009  4  1  6 15  0.00000000
+PR02  11572.982372  10294.155691  20259.117475     20.818130 12 14  8           
+PR03  24227.868222   4581.768598   6533.526906    -34.107550 10 13 14           
+PR04  24199.553014  -2860.883399  -7599.300102     64.075324 13 12 15           
+PR06  -9793.424027 -10658.563661 -21133.548470   -169.113974 16 16 11           
+PR07 -24243.335560  -3752.493501  -6970.232329    -89.122705 12 16 13           
+PR08 -22735.094834   3777.605095  10933.661949   -101.924638 11 10 15           
+PR10 -11429.931685  -1430.135672  22755.224589   -140.726331 11 13  8           
+PR11 -16472.572445  14701.635557  12689.366356    -92.506159 10 14 10           
+PR13    249.348237  16471.297612 -19489.495097   -230.508607 15  9  8           
+PR14  11324.353888   1647.436313 -22801.440274    -79.598083 16 17 14           
+PR15  16315.698307 -15082.113899 -12632.126486     92.208594 13 16  4           
+PR17  15090.146726  12929.338609  15947.003057   -261.146326 11 14 10           
+PR18   9946.911163  -4434.463659  23097.013250     -1.230041 12 17  8           
+PR19  -1083.619006 -19198.322862  16764.115193    -89.299616 13 10 10           
+PR20 -11494.003463 -22727.272742    473.773595    -64.914810 10  7  5           
+PR21 -15236.626071 -13000.422296 -15859.297042   -143.216687 14 12 13           
+PR22  -9821.246528   4603.317803 -23045.950032   -201.397299  9 12 10           
+PR23   1430.958609  19583.191191 -16298.770247   -200.307774 14 12 12           
+*  2009  4  1  6 30  0.00000000
+PR02   8991.784770  10157.647739  21594.956282     20.815675 12 13  8           
+PR03  23239.553213   4409.691277   9545.641872    -34.110006 11 14 13           
+PR04  24932.035474  -2967.630950  -4515.597686     64.069595 12 12 15           
+PR06  -7153.639051 -10615.799486 -22197.201915   -169.113974 16 16 11           
+PR07 -23201.453236  -3675.086547  -9936.966349    -89.121068 13 16 13           
+PR08 -23907.830668   3883.569522   8004.281220   -101.924638  9  9 15           
+PR10  -9978.087192  -3867.576845  23144.474551   -140.726331 11 14  9           
+PR11 -15478.006066  13282.384334  15255.735978    -92.506978 10 14 10           
+PR13   -835.421636  18484.760677 -17572.239274   -230.509426 15  9  9           
+PR14   9879.212616   4088.189748 -23169.117298    -79.595627 16 17 13           
+PR15  15316.387218 -13678.048175 -15206.625532     92.210231 13 16  4           
+PR17  16082.819318  14456.552131  13464.864834   -261.147144 10 14 11           
+PR18  11357.582598  -1987.942646  22794.466940     -1.230041 12 17  9           
+PR19   -101.785903 -17232.382558  18810.376541    -89.300434 13 11  9           
+PR20 -11506.836430 -22427.085545   3684.426316    -64.914810 10  7  7           
+PR21 -16235.130355 -14504.277874 -13377.957465   -143.216687 14 12 13           
+PR22 -11228.395433   2139.587438 -22752.121867   -201.399754  9 12 10           
+PR23    487.685742  17656.751993 -18413.804937   -200.302863 14 13 12           
+*  2009  4  1  6 45  0.00000000
+PR02   6269.148736  10215.772052  22511.130598     20.812542 12 13  9           
+PR03  21882.279347   4324.965348  12372.310977    -34.113138 12 14 13           
+PR04  25271.239247  -3099.882311  -1344.217998     64.062300 10 12 15           
+PR06  -4414.616658 -10768.574038 -22835.585801   -169.113043 15 16 11           
+PR07 -21804.678920  -3702.265758 -12710.619412    -89.118980 13 16 13           
+PR08 -24699.903495   4059.848219   4919.432539   -101.923707  7  9 15           
+PR10  -8703.260499  -6425.568404  23083.778987   -140.725399 11 14 10           
+PR11 -14456.217120  11528.265638  17524.461661    -92.508953 10 14  9           
+PR13  -1653.047386  20343.703045 -15314.075490   -230.510470 14  9 10           
+PR14   8613.154423   6645.315085 -23087.335192    -79.592495 16 17 13           
+PR15  14293.442138 -11935.274490 -17487.272813     92.212333 13 16  4           
+PR17  17008.631253  15637.576991  10720.146605   -261.149120 10 13 12           
+PR18  12907.985333    293.913953  22051.151473     -1.230041 12 17 11           
+PR19   1147.514385 -15152.193709  20491.409931    -89.301478 13 11  8           
+PR20 -11283.460094 -21799.241524   6823.221275    -64.916673 10  8  8           
+PR21 -17164.346362 -15663.192436 -10638.092932   -143.217618 14 12 13           
+PR22 -12777.548338   -162.459902 -22014.058968   -201.403818  9 12 10           
+PR23   -724.431187  15604.873285 -20171.528337   -200.297516 14 13 12           
+*  2009  4  1  7  0  0.00000000
+PR02   3472.812268  10481.813738  22989.893153     20.810087 12 13 10           
+PR03  20191.204087   4375.061174  14958.616604    -34.115594 12 14 13           
+PR04  25211.379992  -3203.453976   1853.293297     64.055751  8 12 15           
+PR06  -1643.317321 -11123.416852 -23036.805664   -169.113043 15 16 12           
+PR07 -20090.972998  -3877.803252 -15237.396632    -89.117343 14 16 12           
+PR08 -25093.635422   4252.575960   1739.038291   -101.923707  5  8 15           
+PR10  -7636.296833  -9039.941925  22574.016725   -140.725399 11 14 11           
+PR11 -13465.193924   9466.382472  19451.504788    -92.509772 10 15  8           
+PR13  -2215.577892  21985.621794 -12758.763155   -230.511288 14  9 10           
+PR14   7556.502881   9254.684271 -22557.936633    -79.590039 16 17 13           
+PR15  13304.804282  -9880.539024 -19429.735245     92.213151 13 17  6           
+PR17  17807.455252  16467.015652   7766.265585   -261.149938 10 13 13           
+PR18  14550.102677   2361.535394  20881.839282     -1.230041 12 17 12           
+PR19   2656.041052 -13023.885310  21774.603273    -89.302297 14 12  7           
+PR20 -10787.110540 -20886.897593   9828.982056    -64.916673 10  8  8           
+PR21 -17964.800087 -16472.863837  -7692.732191   -143.217618 14 12 13           
+PR22 -14420.267852  -2252.237984 -20845.762546   -201.406274  9 12 11           
+PR23  -2199.209855  13493.445851 -21537.728023   -200.293423 15 13 13           
+*  2009  4  1  7 15  0.00000000
+PR02    672.561433  10956.869155  23021.998939     20.806954 12 13 11           
+PR03  18212.301382   4600.075012  17254.311355    -34.117794 13 14 12           
+PR04  24759.825530  -3224.695946   5014.668318     64.048330  8 12 15           
+PR06   1092.832047 -11674.967254 -22797.222804   -169.111180 15 16 12           
+PR07 -18108.307790  -4237.578128 -17468.340157    -89.114323 14 16 12           
+PR08 -25084.579034   4406.185148  -1475.128733   -101.921844  6  8 15           
+PR10  -6796.209692 -11642.332468  21624.818737   -140.732850 11 14 11           
+PR11 -12558.101313   7135.791831  20999.570144    -92.511747 11 15  7           
+PR13  -2546.762168  23353.630130  -9955.838356   -230.512332 14  8 11           
+PR14   6727.695964  11848.224352 -21591.416031    -79.586907 16 17 13           
+PR15  12403.599128  -7552.626752 -20996.124278     92.215127 13 17  8           
+PR17  18421.267175  16952.601775   4660.791558   -261.140738 10 13 13           
+PR18  16228.710935   4175.432308  19309.452071     -1.229110 11 17 13           
+PR19   4403.017731 -10912.398464  22635.066535    -89.303341 14 12  6           
+PR20  -9991.423361 -19741.714117  12643.178781    -64.917604 10  8  9           
+PR21 -18579.215198 -16941.898633  -4598.814944   -143.219481 14 12 13           
+PR22 -16100.669128  -4089.180721 -19269.722441   -201.410324  9 12 11           
+PR23  -3917.864819  11387.637301 -22485.766817   -200.288203 15 13 13           
+*  2009  4  1  7 30  0.00000000
+PR02  -2062.436567  11629.736217  22606.880067     20.804499 12 13 12           
+PR03  16000.568715   5030.817300  19214.794717    -34.120250 13 14 12           
+PR04  23936.802646  -3113.024247   8078.139752     64.041781  9 11 14           
+PR06   3728.445845 -12406.155322 -22121.504650   -169.111180 15 15 13           
+PR07 -15912.779003  -4807.844314 -19360.270308    -89.112686 14 16 11           
+PR08 -24681.637143   4465.994379  -4660.646818   -101.921844  9  8 15           
+PR10  -6189.506538 -14162.821334  20254.402644   -140.732850 11 13 12           
+PR11 -11780.986804   4586.102241  22138.818489    -92.512566 11 15  7           
+PR13  -2680.801667  24398.777635  -6959.659575   -230.513151 13  8 11           
+PR14   6132.669645  14356.540171 -20206.700039    -79.584451 16 16 14           
+PR15  11635.846589  -5001.020275 -22155.742667     92.215945 13 17  9           
+PR17  18796.732193  17114.652592   1464.312829   -261.141556 10 13 14           
+PR18  17883.612787   5707.565078  17364.600979     -1.229110 11 17 14           
+PR19   6355.772514  -8878.898693  23056.111281    -89.304159 14 12  7           
+PR20  -8881.793436 -18421.598525  15211.077311    -64.917604 10  9  9           
+PR21 -18955.023396 -17091.216912  -1416.105854   -143.219481 14 12 13           
+PR22 -17757.700765  -5644.217294 -17316.497618   -201.413598  8 12 11           
+PR23  -5849.552440   9349.288419 -22997.106636   -200.284110 15 14 14           
+*  2009  4  1  7 45  0.00000000
+PR02  -4666.268921  12477.339493  21752.652544     20.803229 12 13 13           
+PR03  13617.872533   5687.301125  20801.979337    -34.123382 13 14 11           
+PR04  22774.576488  -2823.339715  10983.669569     64.034373 10 11 14           
+PR06   6202.599171 -13288.874946 -21022.533536   -169.109317 15 15 14           
+PR07 -13566.397213  -5603.913989 -20876.611527    -89.109667 15 16 10           
+PR08 -23906.641475   4380.763394  -7755.658981   -101.920913 11  8 15           
+PR10  -5810.056529 -16532.661522  18489.236979   -140.732850 11 13 12           
+PR11 -11170.812593   1875.634503  22847.426822    -92.513610 11 15  8           
+PR13  -2660.660029  25082.059257  -3828.358110   -230.514195 13  8 11           
+PR14   5764.779008  16711.598811 -18430.769220    -79.580388 15 16 14           
+PR15  11038.479130  -2284.113672 -22885.700155     92.216990 13 17 10           
+PR17  18887.611985  16984.996434  -1760.762822   -261.143532 11 13 14           
+PR18  19452.089110   6942.232261  15084.988186     -1.224453  9 16 15           
+PR19   8470.885811  -6978.363733  23029.571903    -89.305204 14 13  8           
+PR20  -7456.240326 -16988.207572  17482.808268    -64.918536 10  9  9           
+PR21 -19046.694504 -16952.958514   1793.942236   -143.220412 14 12 13           
+PR22 -19327.672133  -6900.756554 -15024.128404   -201.416843  8 11 12           
+PR23  -7952.431133   7434.463505 -23061.677032   -200.278889 15 14 14           
+*  2009  4  1  8  0  0.00000000
+PR02  -7078.772568  13465.672177  20475.955136     20.800773 12 13 14           
+PR03  11130.521825   6577.695357  21985.030236    -34.125838 14 14 11           
+PR04  21316.132809  -2318.226684  13674.157374     64.027007 11 11 13           
+PR06   8461.065200 -14285.122157 -19521.175599   -169.109317 14 15 15           
+PR07 -11134.651758  -6629.311672 -21988.088267    -89.108030 15 16  9           
+PR08 -22793.408496   4105.105769 -10700.074833   -101.920913 12  9 15           
+PR10  -5639.507013 -18686.972031  16363.540110   -140.732850 11 13 13           
+PR11 -10753.895173   -930.775986  23111.987236    -92.514428 11 15  9           
+PR13  -2536.001799  25376.028590   -622.713125   -230.515014 12  9 11           
+PR14   5605.257870  18849.365789 -16298.128839    -79.577932 15 15 15           
+PR15  10637.751894    532.948281 -23171.384879     92.217808 13 17 12           
+PR17  18656.888429  16605.421447  -4951.446961   -261.144350 11 12 14           
+PR18  20871.468850   7876.446125  12514.681602     -1.224453  8 16 15           
+PR19  10695.799206  -5257.446625  22555.962722    -89.306022 13 13  9           
+PR20  -5725.742701 -15504.315412  19414.334617    -64.918536 10 10  8           
+PR21 -18817.790103 -16568.937094   4969.355442   -143.220412 14 11 13           
+PR22 -20746.919224  -7855.137452 -12437.391111   -201.420117  7 11 12           
+PR23 -10175.194666   5691.256620 -22678.080830   -200.274797 15 14 15           
+*  2009  4  1  8 15  0.00000000
+PR02  -9247.786679  14551.215410  18801.623623     20.797641 11 13 14           
+PR03   8606.670794   7697.787323  22740.962928    -34.128039 14 14 11           
+PR04  19613.415558  -1569.833319  16096.601576     64.019472 12 11 12           
+PR06  10458.283830 -15348.554336 -17645.912757   -169.108386 14 14 15           
+PR07  -8683.948265  -7875.434235 -22673.278680    -89.105010 15 16  7           
+PR08 -21386.312424   3601.656733 -13436.737079   -101.919050 12  9 14           
+PR10  -5648.232107 -20567.287631  13918.622273   -140.731918 10 12 13           
+PR11 -10544.816302  -3764.242572  22927.738844    -92.509898 11 15 10           
+PR13  -2360.847417  25265.947234   2595.027060   -230.516058 11  9 11           
+PR14   5624.195763  20712.285351 -13850.139200    -79.574800 15 15 15           
+PR15  10448.113377   3380.719170 -23006.779578     92.218852 14 17 13           
+PR17  18078.511305  16025.712606  -8045.422711   -261.146326 12 12 14           
+PR18  22081.712312   8519.782988   9703.275935     -1.223522  7 16 15           
+PR19  12970.819290  -3752.702240  21644.468111    -89.307066 13 13 10           
+PR20  -3714.028090 -14031.159625  20968.299242    -64.919467  9 10  8           
+PR21 -18242.655714 -15988.706657   8048.815447   -143.221344 14 11 13           
+PR22 -21954.494183  -8516.525477  -9606.909776   -201.423362  7 11 12           
+PR23 -12459.016388   4157.945090 -21853.632222   -200.269576 15 14 15           
+*  2009  4  1  8 30  0.00000000
+PR02 -11131.069692  15682.775405  16762.206755     20.795185 11 13 15           
+PR03   6113.658496   9030.978551  23055.089101    -34.130495 14 14 11           
+PR04  17725.192602   -561.348034  18203.186697     64.012105 13 11 12           
+PR06  12158.984643 -16426.409826 -15432.341965   -169.108386 14 14 16           
+PR07  -6279.025688  -9321.730968 -22919.016739    -89.103373 15 16  7           
+PR08 -19738.435746   2842.903930 -15912.529856   -101.919050 13  9 14           
+PR10  -5796.773640 -22123.856121  11202.082698   -140.731918 10 12 13           
+PR11 -10545.848570  -6554.453317  22298.630621    -92.509898 11 15 11           
+PR13  -2191.043949  24750.421329   5762.354507   -230.516876 11 10 11           
+PR14   5781.990034  22251.503744 -11134.218224    -79.572344 15 14 16           
+PR15  10471.586584   6188.089185 -22394.614174     92.219671 14 17 14           
+PR17  17138.693728  15301.362168 -10982.283526   -261.147144 12 12 14           
+PR18  23027.902959   8893.716943   6704.954950     -1.223522  7 15 16           
+PR19  15231.434038  -2489.250193  20312.765834    -89.307885 13 13 11           
+PR20  -1456.827402 -12625.877441  22114.736852    -64.919467  9 11  7           
+PR21 -17307.681155 -15267.320870  10972.824561   -143.221344 14 10 13           
+PR22 -22894.761777  -8906.259555  -6588.143465   -201.426636  6 11 12           
+PR23 -14739.824847   2861.567261 -20604.225733   -200.265484 14 14 16           
+*  2009  4  1  8 45  0.00000000
+PR02 -12697.802284  16803.661292  14397.333213     20.792053 10 12 15           
+PR03   3715.395797  10548.814601  22921.301521    -34.133627 14 14 11           
+PR04  15714.639755    711.996483  19952.271171     64.003640 13 11 11           
+PR06  13539.399800 -17461.713252 -12922.547426   -169.107455 13 13 16           
+PR07  -3980.459076 -10936.396205 -22720.636254    -89.100354 14 16  9           
+PR08 -17909.375068   1812.603228 -18079.407454   -101.917188 13 10 13           
+PR10  -6037.713344 -23317.585206   8266.877207   -140.731918 10 11 13           
+PR11 -10746.916889  -9232.350669  21237.216321    -92.511761 11 15 12           
+PR13  -2081.659014  23841.497711   8817.718217   -230.517920 10 11 11           
+PR14   6031.211460  23428.744930  -8202.931106    -79.568281 14 13 16           
+PR15  10697.689669   8885.004555 -21346.349072     92.220728 14 17 14           
+PR17  15836.698834  14491.052983 -13704.731941   -261.149120 13 12 14           
+PR18  23662.546549   9030.465972   3577.471133     -1.222591  9 15 16           
+PR19  17410.846134  -1479.928957  18586.686775    -89.311723 12 13 12           
+PR20    999.373734 -11339.139763  22831.637703    -64.919467  9 11  7           
+PR21 -16012.076095 -14462.877879  13684.838305   -143.222275 14  9 13           
+PR22 -23519.789621  -9056.678219  -3440.271108   -201.429881  7 11 12           
+PR23 -16950.816954   1816.983965 -18954.037697   -200.260263 14 13 16           
+*  2009  4  1  9  0  0.00000000
+PR02 -13929.614969  17854.112291  11752.941669     20.789598 10 12 15           
+PR03   1469.907800  12212.027795  22342.192793    -34.136083 14 14 11           
+PR04  13646.746688   2242.439742  21309.251912     63.996273 13 11 10           
+PR06  14588.017523 -18395.680205 -10164.353029   -169.107455 13 12 16           
+PR07  -1842.350264 -12677.545954 -22082.053083    -89.098716 14 16 11           
+PR08 -15962.794406    506.719204 -19895.323704   -101.917188 14 10 12           
+PR10  -6317.896065 -24121.555707   5170.274851   -140.731918  9 10 13           
+PR11 -11126.094686 -11732.754610  19764.385652    -92.511761 11 15 13           
+PR13  -2084.408842  22564.214920  11701.723668   -230.518739 10 11 10           
+PR14   6318.804886  24217.762389  -5112.983751    -79.565825 14 12 17           
+PR15  11103.902511  11405.155694 -19881.986699     92.220728 14 17 15           
+PR17  14185.083409  13654.023836 -16159.712889   -261.149938 13 12 13           
+PR18  23947.584129   8971.398867    381.060152     -1.222591 10 15 16           
+PR19  19442.618532   -724.975486  16499.717254    -89.312541 11 13 12           
+PR20   3599.033939 -10213.081300  23105.353885    -64.919467  9 11  7           
+PR21 -14368.127332 -13633.952111  16132.345141   -143.222275 13  9 13           
+PR22 -23791.427811  -9009.477236   -224.998501   -201.433156  7 10 12           
+PR23 -19025.104559   1026.462901 -16935.065046   -200.256170 13 13 16           
+*  2009  4  1  9 15  0.00000000
+PR02 -14821.098765  18773.872244   8880.388693     20.786465 10 11 16           
+PR03   -572.866657  13972.050019  21329.005726    -34.138284 14 13 11           
+PR04  11585.657057   4009.755441  22247.284623     63.987807 14 11  9           
+PR06  15305.843892 -19170.226062  -7210.464176   -169.106523 12 10 16           
+PR07     89.699386 -14494.830059 -21015.684607    -89.095697 14 16 12           
+PR08 -13963.828258  -1066.150133 -21325.044423   -101.916256 14 10 11           
+PR10  -6580.908277 -24522.036168   1972.724928   -140.731918  8  8 13           
+PR11 -11650.611445 -13996.822225  17908.938686    -92.512692 11 14 13           
+PR13  -2245.230122  20955.627153  14358.291470   -230.519783 10 12 10           
+PR14   6588.532737  24605.307937  -1924.138407    -79.562693 14 12 17           
+PR15  11656.662571  13688.521651 -18029.712113     92.221660 14 17 16           
+PR17  12209.387896  12847.430769 -18299.457880   -261.151914 13 12 13           
+PR18  23856.036642   8765.068800  -2822.691429     -1.221659 11 14 16           
+PR19  21263.322569   -212.242819  14092.353020    -89.313585 10 13 13           
+PR20   6279.634048  -9279.611990  22930.842157    -64.920398  9 11  7           
+PR21 -12400.925245 -12837.019321  18267.873725   -143.224138 13  9 13           
+PR22 -23682.987361  -8813.671688   2994.685760   -201.437332  8 10 12           
+PR23 -20898.384110    479.803238 -14586.509488   -200.250950 13 13 17           
+*  2009  4  1  9 30  0.00000000
+PR02 -15379.778917  19504.803235   5835.451699     20.784010 10 10 16           
+PR03  -2372.927619  15772.933119  19901.416164    -34.140739 14 13 11           
+PR04   9592.058770   5981.859545  22747.842240     63.980440 14 12  8           
+PR06  15706.159358 -19730.478170  -4117.510290   -169.106523 12  8 16           
+PR07   1780.251806 -16331.413572 -19542.208314    -89.094060 13 16 13           
+PR08 -11976.442851  -2884.883145 -22340.827651   -101.916256 14 10 10           
+PR10  -6769.704684 -24518.955351  -1263.341912   -140.731918  8  7 13           
+PR11 -12278.327305 -15974.244047  15707.013089    -92.512692 11 14 14           
+PR13  -2602.099313  19063.341585  16735.752082   -230.520601 10 13 10           
+PR14   6783.559279  24591.578111   1301.928684    -79.560237 14 11 17           
+PR15  12312.850431  15683.663344 -15825.367175     92.221660 14 17 16           
+PR17   9947.286254  12123.818012 -20082.418720   -261.152732 13 12 12           
+PR18  23373.213333   8464.954383  -5972.005825     -1.221659 12 14 16           
+PR19  22815.078573     82.054310  11411.316905    -89.314404  9 13 13           
+PR20   8974.047431  -8559.178327  22311.740470    -64.920398  9 11  7           
+PR21 -10147.568357 -12123.981621  20049.909097   -143.224138 13  9 13           
+PR22 -23180.444780  -8523.253083   6155.777397   -201.440606  9 11 13           
+PR23 -22511.517557    154.994979 -11954.018331   -200.246857 12 13 17           
+*  2009  4  1  9 45  0.00000000
+PR02 -15625.554145  19993.428294   2677.246214     20.780877 11 10 16           
+PR03  -3901.642488  17553.597244  18087.152274    -34.143872 15 13 11           
+PR04   7720.738399   8115.940360  22801.097935     63.971975 14 12  8           
+PR06  15813.776113 -20027.188749   -945.001523   -169.107455 11  8 16           
+PR07   3205.263360 -18126.245835 -17690.164053    -89.091040 13 15 14           
+PR08 -10060.865327  -4916.475427 -22922.959057   -101.914394 14 10  9           
+PR10  -6829.269029 -24125.812567  -4474.753094   -140.731918  7  3 13           
+PR11 -12959.611510 -17625.088913  13201.376029    -92.512692 11 14 14           
+PR13  -3183.192738  16943.629959  18787.854843   -230.522577 10 13  9           
+PR14   6849.067613  24190.119971   4502.806681    -79.556173 14 11 17           
+PR15  13021.703912  17349.667724 -13311.766492     92.222591 14 17 17           
+PR17   7447.232299  11528.806763 -21474.072330   -261.154708 13 13 10           
+PR18  22497.433391   8127.000986  -9006.081119     -1.220728 13 14 16           
+PR19  24047.883071    192.097981   8508.654770    -89.315448  7 13 13           
+PR20  11613.104548  -8060.023995  21260.278432    -64.920398 10 11  7           
+PR21  -7655.876118 -11539.895521  21443.700622   -143.225987 13 10 12           
+PR22 -22283.121418  -8194.645283   9196.518313   -201.442934 10 11 12           
+PR23 -23812.915948     19.384844  -9088.796286   -200.241637 10 13 17           
+*  2009  4  1 10  0  0.00000000
+PR02 -15589.626185  20193.295999   -532.921501     20.778422 11  9 16           
+PR03  -5142.691752  19250.313554  15921.457327    -34.146327 15 12 11           
+PR04   6018.406478  10360.062814  22406.123591     63.964608 15 12  8           
+PR06  15663.822524 -20018.947921   2245.784344   -169.107455 11  9 16           
+PR07   4352.834721 -19816.523884 -15495.407154    -89.089403 12 15 15           
+PR08  -8271.187606  -7117.186122 -23060.132601   -101.914394 14 10  8           
+PR10  -6709.193710 -23369.030251  -7598.847679   -140.731918  7    13           
+PR11 -13639.545290 -18921.223777  10440.594721    -92.512692 12 13 14           
+PR13  -4005.466366  14659.193247  20474.671326   -230.523395 10 13  9           
+PR14   6734.799908  23427.200254   7616.544894    -79.553718 14 11 17           
+PR15  13727.080393  18657.659061 -10537.867168     92.222591 15 16 17           
+PR17   4766.660585  11099.099937 -22447.581457   -261.155526 13 13 10           
+PR18  21240.229424   7807.063470 -11866.245349     -1.220728 13 14 15           
+PR19  24921.625322    160.782634   5440.726901    -89.316267  6 13 12           
+PR20  14128.246097  -7777.978272  19797.024818    -64.920398 10 11  7           
+PR21  -4982.660180 -11120.998050  22421.946094   -143.226805 12 11 12           
+PR22 -21003.809739  -7884.071363  12057.625441   -201.445389 10 12 12           
+PR23 -24760.625022     31.298817  -6046.605441   -200.237544  8 13 16           
+*  2009  4  1 10 15  0.00000000
+PR02 -15312.965796  20067.067212  -3732.744057     20.775289 12 10 16           
+PR03  -6092.493567  20799.317724  13446.406065    -34.162498 15 12 11           
+PR04   4521.888144  12655.177674  21570.899373     63.957074 15 12  9           
+PR06  15300.100563 -19674.102375   5392.966437   -169.108372 11 11 15           
+PR07   5223.449665 -21340.248586 -13000.422234    -89.086384 12 14 15           
+PR08  -6653.244133  -9434.143101 -22749.669447   -101.912531 14  9  7           
+PR10  -6366.066343 -22286.777422 -10574.717321   -140.731918  6  4 13           
+PR11 -14260.356871 -19847.252503   7478.101418    -92.513623 12 13 14           
+PR13  -5073.716457  12276.672808  21763.375230   -230.524440 11 13  8           
+PR14   6397.414352  22340.663774  10582.840739    -79.549654 14 12 17           
+PR15  14369.970992  19591.811560  -7557.808136     92.223522 15 16 18           
+PR17   1969.818452  10860.886746 -22984.299458   -261.156570 13 13 10           
+PR18  19626.022092   7558.355913 -14497.077008     -1.220728 14 14 15           
+PR19  25407.708650     37.659337   2267.114219    -89.318242  7 12 12           
+PR20  16454.155966  -7696.778721  17950.478049    -64.911085 10 11  7           
+PR21  -2191.622734 -10893.114298  22965.338269   -143.227849 12 11 12           
+PR22 -19368.343191  -7644.946629  14683.460192   -201.449453 11 12 12           
+PR23 -25324.024426    142.051871  -2886.673201   -200.232323  5 13 16           
+*  2009  4  1 10 30  0.00000000
+PR02 -14844.380765  19588.235807  -6860.121539     20.772834 13 11 16           
+PR03  -6760.090517  22139.444895  10710.087624    -34.164954 15 11 11           
+PR04   3256.756856  14937.448215  20312.134930     63.949707 15 12  9           
+PR06  14773.080650 -18972.295413   8435.256043   -169.109191 10 12 15           
+PR07   5829.693929 -22638.767887 -10253.509998    -89.084747 11 14 15           
+PR08  -5242.851276 -11807.341348 -21997.571027   -101.912531 14  9  7           
+PR10  -5765.560139 -20927.315603 -13344.408396   -140.731918  5  6 12           
+PR11 -14763.987127 -20400.937325   4371.170246    -92.513623 12 12 14           
+PR13  -6380.161929   9864.011990  22628.883517   -230.525258 11 13  7           
+PR14   5802.559589  20978.327978  13344.198764    -79.547199 14 13 17           
+PR15  14891.158395  20149.818809  -4429.838324     92.223522 15 16 18           
+PR17   -874.679068  10828.713222 -23074.110943   -261.157389 13 12 11           
+PR18  17691.276421   7429.014312 -16847.471569     -1.220728 14 13 14           
+PR19  25490.208405   -123.403832   -950.539460    -89.319061  8 12 12           
+PR20  18531.266416  -7788.912665  15756.508129    -64.911085 10 11  7           
+PR21    649.033912 -10870.514426  23062.962261   -143.228668 12 11 12           
+PR22 -17414.630716  -7525.410773  17023.114326   -201.451908 12 13 12           
+PR23 -25485.068403    298.258619    329.469869   -200.228231  1 13 16           
+*  2009  4  1 10 45  0.00000000
+PR02 -14238.268135  18742.410561  -9854.365494     20.769701 13 12 16           
+PR03  -7166.504553  23214.675594   7765.670651    -34.168086 15 11 11           
+PR04   2236.468590  17140.792840  18654.907505     63.941241 16 11  9           
+PR06  14137.614793 -17905.558173  11313.159879   -169.110235  9 13 14           
+PR07   6195.466714 -23659.201727  -7307.861744    -89.080796 11 13 15           
+PR08  -4064.480901 -14171.952491 -20818.405179   -101.911600 15  8  7           
+PR10  -4884.138077 -19346.939222 -15854.060304   -140.731918  4  8 12           
+PR11 -15094.679391 -20593.087664   1179.824564    -92.514555 13 11 14           
+PR13  -7904.567296   7487.778258  23054.346343   -230.530027 11 13  8           
+PR14   4926.578811  19395.979692  15847.039014    -79.544066 15 13 16           
+PR15  15233.903018  20342.799086  -1215.155997     92.224454 15 15 18           
+PR17  -3696.468817  11004.864520 -22715.603536   -261.158433 13 12 12           
+PR18  15483.171391   7459.874298 -18871.634042     -1.220728 14 13 13           
+PR19  25166.517760   -266.745742  -4149.726432    -89.320105  9 12 11           
+PR20  20308.033472  -8016.940725  13257.660953    -64.910154 11 11  8           
+PR21   3469.189819 -11055.270020  22712.534580   -143.230643 12 12 12           
+PR22 -15191.199883  -7566.104914  19031.390776   -201.455041 13 13 11           
+PR23 -25239.015211    444.345660   3539.198669   -200.223941  3 13 15           
+*  2009  4  1 11  0  0.00000000
+PR02 -13552.145992  17528.103816 -12657.374828     20.767246 13 13 15           
+PR03  -7343.588354  23976.485615   4670.368758    -34.170542 15 11 11           
+PR04   1462.031210  19199.532829  16632.126796     63.933874 16 11 10           
+PR06  13450.462435 -16478.899444  13970.166961   -169.111054  9 14 13           
+PR07   6354.718334 -24356.647677  -4220.538471    -89.079159 11 12 16           
+PR08  -3130.422733 -16460.850392 -19235.027250   -101.911600 15  8  6           
+PR10  -3710.298052 -17607.599678 -18054.956710   -140.731918  3  9 12           
+PR11 -15201.486079 -20446.922565  -2034.305297    -92.514555 13 11 14           
+PR13  -9614.902167   5210.557537  23031.476273   -230.530846 11 13  8           
+PR14   3757.770716  17655.056605  18042.733707    -79.541611 15 14 16           
+PR15  15346.540309  20194.640290   2023.315752     92.224454 16 14 18           
+PR17  -6426.124366  11379.282795 -21916.069475   -261.159252 13 12 14           
+PR18  13057.834425   7682.557915 -20529.978393     -1.220728 15 13 12           
+PR19  24447.453974   -337.513107  -7268.291737    -89.320923 10 12 11           
+PR20  21742.890010  -8335.245987  10502.338190    -64.910154 11 11  8           
+PR21   6199.476636 -11437.139244  21920.477237   -143.231462 12 12 12           
+PR22 -12755.313254  -7798.287410  20669.661146   -201.457496 13 14 10           
+PR23 -24594.614347    525.157592   6680.023894   -200.219849  5 13 15           
+*  2009  4  1 11 15  0.00000000
+PR02 -12844.069303  15956.993185 -15214.760802     20.764114 13 14 15           
+PR03  -7332.422689  24385.900919   1484.326547    -34.173674 15 11 10           
+PR04    922.219421  21051.030480  14283.840580     63.909563 16 10 10           
+PR06  12767.733291 -14710.361928  16353.893632   -169.113029  9 14 12           
+PR07   6349.767322 -24696.075092  -1051.373516    -89.076139 11 10 16           
+PR08  -2440.469652 -18607.248514 -17278.141133   -101.909737 15  8  7           
+PR10  -2245.306265 -15774.315234 -19904.468939   -140.730987  3 10 11           
+PR11 -15040.588291 -19996.934251  -5209.153398    -92.514555 13 10 14           
+PR13 -11468.510727   3088.529188  22560.710463   -230.531890 10 13  8           
+PR14   2297.152632  15820.109243  19888.552411    -79.538478 15 14 16           
+PR15  15184.875486  19740.813120   5222.190610     92.224454 16 13 18           
+PR17  -8997.795079  11930.021813 -20691.339046   -261.159378 13 11 14           
+PR18  10478.210618   8117.951581 -21789.915810     -1.221659 15 13 11           
+PR19  23356.820500   -284.227530 -10245.643318    -89.321967 11 11 10           
+PR20  22805.797317  -8692.135072   7543.867988    -64.910154 11 11  8           
+PR21   8773.923746 -11993.988305  20701.823220   -143.233437 12 12 12           
+PR22 -10170.739857  -8242.366620  21906.585091   -201.459711 13 14 10           
+PR23 -23573.743831    488.544690   9690.818814   -200.214628  6 14 14           
+*  2009  4  1 11 30  0.00000000
+PR02 -12170.038942  14053.644583 -17476.899475     20.761658 14 14 14           
+PR03  -7181.328497  24415.170905  -1730.551865    -34.176129 15 10 10           
+PR04    594.321410  22638.204165  11656.398699     63.903014 16 10 10           
+PR06  12142.357000 -12630.535332  18417.160908   -169.113848  8 14 11           
+PR07   6229.267849 -24653.828126   2138.180748    -89.074502 11  8 15           
+PR08  -1982.138350 -20547.339882 -14985.708099   -101.909737 15  8  7           
+PR10   -503.388421 -13912.477290 -21366.873598   -140.730987  4 10 10           
+PR11 -14577.332171 -19287.300457  -8283.397621    -92.514555 13  9 14           
+PR13 -13413.743115   1169.322372  21651.202650   -230.532709 10 12  9           
+PR14    558.691458  13956.148423  21348.497434    -79.536023 15 14 15           
+PR15  14714.270782  19026.704626   8318.889879     92.224454 16 13 18           
+PR17 -11351.691048  12624.216925 -19065.450913   -261.159378 12 11 15           
+PR18   7811.652124   8775.141891 -22626.515276     -1.221659 15 13 10           
+PR19  21930.443187    -61.209332 -13023.931752    -89.322786 11 11 10           
+PR20  23479.332294  -9032.202988   4439.483591    -64.910154 12 11  9           
+PR21  11132.471556 -12692.734241  19079.952753   -143.234256 12 12 12           
+PR22  -7505.277030  -8906.910104  22718.680281   -201.461348 14 14 10           
+PR23 -22210.513300    287.821086  12513.017439   -200.210535  7 14 13           
+*  2009  4  1 11 45  0.00000000
+PR02 -11581.513158  11854.707379 -19399.891424     20.758526 14 14 14           
+PR03  -6943.578703  24048.989372  -4911.808567    -34.179262 15 10 10           
+PR04    445.379945  23911.813325   8801.496063     63.895593 17  8 10           
+PR06  11621.690108 -10281.540390  20118.978622   -169.116741  8 14  9           
+PR07   6045.913156 -24218.673931   5286.240185    -89.072414 11  7 15           
+PR08  -1731.415417 -22222.829993 -12402.214299   -101.907874 15  8  6           
+PR10   1488.628441 -12085.167086 -22414.029509   -140.730056  6 11 10           
+PR11 -13787.897224 -18369.911443 -11197.625966    -92.515486 13  8 14           
+PR13 -15391.981075   -509.757313  20320.645095   -230.533753 10 11  9           
+PR14  -1431.009906  12125.988270  22394.012946    -79.532890 15 15 14           
+PR15  13911.333906  18105.545529  11252.894422     92.225385 16 12 18           
+PR17 -13436.312583  13419.527761 -17070.167266   -261.161241 12  9 16           
+PR18   5127.325536   9650.857514 -23023.021786     -1.222591 15 13  9           
+PR19  20214.721008    369.245176 -15549.176193    -89.323830 11 11  9           
+PR20  23759.266374  -9298.862908   1249.228623    -64.909222 12 11  9           
+PR21  13223.246667 -13490.771742  17086.163089   -143.236218 12 12 12           
+PR22  -4828.127010  -9788.168887  23090.735190   -201.464368 14 14 11           
+PR23 -20549.871457   -116.011925  15091.759684   -200.205315  7 14 13           
+*  2009  4  1 12  0  0.00000000
+PR02 -11123.126267   9407.614339 -20946.410548     20.756070 14 15 13           
+PR03  -6674.907456  23285.211615  -7997.647944    -34.181717 15 11  9           
+PR04    433.869368  24832.417703   5775.117538     63.889044 17  6 10           
+PR06  11245.366577  -7715.521502  21425.412124   -169.118378  8 14  7           
+PR07   5853.971942 -23392.351122   8331.687375    -89.070777 11 10 15           
+PR08  -1653.996862 -23583.257178  -9577.810544   -101.907874 15  9  6           
+PR10   3692.207392 -10350.595410 -23025.902462   -140.730056  7 11  9           
+PR11 -12660.526640 -17302.093183 -13895.468735    -92.515486 13  6 14           
+PR13 -17339.973632  -1923.057701  18594.923872   -230.534571  9 11  9           
+PR14  -3633.560533  10387.695312  23004.553571    -79.530435 15 15 14           
+PR15  12765.134254  17036.022458  13966.950312     92.225385 17 11 17           
+PR17 -15210.334181  14265.991600 -14744.344347   -261.161241 11  8 16           
+PR18   2493.543530  10729.444707 -22971.219795     -1.222591 15 13 10           
+PR19  18264.752090   1035.025843 -17772.314400    -89.324649 11 10  9           
+PR20  23654.612969  -9436.935196  -1965.190919    -64.909222 12 11  9           
+PR21  15004.502844 -14337.825749  14759.078072   -143.237855 12 12 12           
+PR22  -2207.237107 -10870.133508  23016.060278   -201.466005 14 14 11           
+PR23 -18645.777382   -752.372599  17376.960628   -200.201222  8 15 12           
+*  2009  4  1 12 15  0.00000000
+PR02 -10830.710487   6768.839604 -22086.425966     20.753869 14 15 12           
+PR03  -6430.922972  22135.037259 -10928.138997    -34.183918 15 10  9           
+PR04    511.731821  25371.930413   2636.409119     63.881623 17  3 10           
+PR06  11043.488612  -4992.708220  22310.309331   -169.121397  8 14  7           
+PR07   5706.761936 -22189.594292  11215.358026    -89.067757 10 11 15           
+PR08  -1706.968317 -24588.003505  -6567.340602   -101.906943 15  9  7           
+PR10   6058.487965  -8759.771681 -23190.929499   -140.729125  8 11  8           
+PR11 -11196.267306 -16144.120670 -16324.676103    -92.515486 13  3 13           
+PR13 -19192.385339  -3057.411831  16507.614072   -230.536547  8 10  9           
+PR14  -6000.131382   8792.250150  23168.000584    -79.500294 16 15 13           
+PR15  11277.894486  15879.679751  16408.202213     92.226316 17 10 17           
+PR17 -16644.067494  15108.208771 -12133.171246   -261.162172 11  5 16           
+PR18    -24.868667  11983.381731 -22471.632115     -1.223508 15 13 11           
+PR19  16142.113629   1952.788760 -19650.156326    -89.325693 12 10  8           
+PR20  23187.141942  -9395.187459  -5141.586878    -64.909222 12 12  9           
+PR21  16446.145040 -15178.152703  12143.907271   -143.239943 12 11 12           
+PR22    293.287681 -12125.116417  22496.576258   -201.468093 14 14 12           
+PR23 -16559.013506  -1639.616215  19324.282767   -200.196002  8 15 11           
+*  2009  4  1 12 30  0.00000000
+PR02 -10729.704081   4001.786163 -22797.783425     20.751413 14 15 12           
+PR03  -6264.534137  20622.651029 -13646.380156    -34.186374 15 10  8           
+PR04    626.681556  25514.703023   -553.499459     63.875075 17  1 10           
+PR06  11035.240419  -2179.125993  22755.868792   -169.123034  9 14  8           
+PR07   5654.167782 -20637.632217  13881.192097    -89.066120 10 12 14           
+PR08  -1840.854504 -25207.911899  -3429.276658   -101.906943 15 10  6           
+PR10   8530.108609  -7354.498268 -22906.217854   -140.729125  9 11  7           
+PR11  -9409.186992 -14956.623897 -18438.121366    -92.515486 14  2 13           
+PR13 -20884.450529  -3912.437996  14099.324670   -230.537365  7 10  9           
+PR14  -8473.253588   7381.519723  22880.916551    -79.497838 16 15 13           
+PR15   9465.128429  14698.224061  18529.230730     92.226316 17 10 16           
+PR17 -17720.445442  15887.768048  -9287.292017   -261.162172 10  5 17           
+PR18  -2369.061826  13374.314599 -21533.547418     -1.224327 15 12 13           
+PR19  13912.388610   3127.015075 -21146.222786    -89.326511 12  9  6           
+PR20  22390.381365  -9128.719336  -8218.479598    -64.909222 12 12  9           
+PR21  17530.770864 -15952.997582   9291.568099   -143.241580 13 11 12           
+PR22   2615.595053 -13514.833825  21542.740974   -201.469730 14 14 13           
+PR23 -14354.732886  -2784.026312  20895.992546   -200.191909  9 15 11           
+*  2009  4  1 12 45  0.00000000
+PR02 -10834.012742   1174.389583 -23066.635356     20.748281 14 14 11           
+PR03  -6223.500216  18784.336392 -16099.603743    -34.189506 15 11  8           
+PR04    724.676200  25258.101682  -3732.695538     63.868571 17  4  9           
+PR06  11227.989159    655.946687  22753.033156   -169.125123 10 14  9           
+PR07   5740.308761 -18775.179451  16277.327003    -89.063101  9 13 14           
+PR08  -2001.950811 -25426.441594   -224.582584   -101.905080 15 10  7           
+PR10  11043.388905  -6165.771471 -22177.576772   -140.727262  9 11  5           
+PR11  -7326.057303 -13797.993687 -20194.711328    -92.516417 14  4 12           
+PR13 -22354.622366  -4500.296811  11416.905736   -230.538409  6  9  9           
+PR14 -10988.992569   6186.625535  22148.632117    -79.494706 16 14 13           
+PR15   7355.220589  13550.848363  20288.972822     92.227248 17 11 16           
+PR17 -18435.489396  16545.810563  -6261.827993   -261.163103  9  7 17           
+PR18  -4488.401119  14854.574070 -20174.872890     -1.225371 15 12 14           
+PR19  11642.542725   4549.589164 -22231.453135    -89.327555 12  9  6           
+PR20  21308.147902  -8601.091863 -11136.276949    -64.908291 12 13  9           
+PR21  18254.184229 -16603.201969   6257.687718   -143.245531 13 11 12           
+PR22   4710.222671 -14991.940140  20173.318974   -201.471818 14 13 14           
+PR23 -12099.844113  -4179.322414  22061.685031   -200.186689 10 15 11           
+*  2009  4  1 13  0  0.00000000
+PR02 -11145.372244  -1643.463579 -22887.711431     20.745825 14 14 10           
+PR03  -6348.207716  16667.099117 -18240.198643    -34.191962 15 11  7           
+PR04    752.448339  24612.555403  -6839.683347     63.862841 17  6  8           
+PR06  11616.915638   3442.665167  22301.696675   -169.126760 11 14 10           
+PR07   6001.455801 -16650.962212  18357.111280    -89.061464  8 14 14           
+PR08  -2134.837782 -25240.313195   2984.472700   -101.905080 15 11  7           
+PR10  13530.780697  -5212.653156 -21019.383520   -140.727262 10 11  3           
+PR11  -4985.512715 -12721.894840 -21560.186646    -92.516417 14  5 12           
+PR13 -23547.105531  -4844.916967   8512.533472   -230.539228  6  9  9           
+PR14 -13479.409108   5226.776988  20985.161785    -79.492251 16 14 14           
+PR15   4988.466804  12491.690044  21653.507623     92.227248 17 11 15           
+PR17 -18798.242607  17025.625363  -3115.318739   -261.163103  9  9 17           
+PR18  -6342.358905  16369.112570 -18421.812147     -1.226190 15 11 14           
+PR19   9398.260854   6199.914941 -22884.768522    -89.328374 13  9  5           
+PR20  19992.666489  -7786.111592 -13838.419791    -64.908291 12 14  9           
+PR21  18625.358460 -17071.850997   3101.504745   -143.247168 13 10 11           
+PR22   6537.878059 -16501.950327  18415.000153   -201.473455 14 13 14           
+PR23  -9860.343458  -5806.705002  22798.863592   -200.182596 10 15 12           
+*  2009  4  1 13 15  0.00000000
+PR02 -11653.239474  -4382.596545 -22264.424409     20.742693 14 14 10           
+PR03  -6669.768575  14326.858206 -20026.631518    -34.194163 15 11  6           
+PR04    659.990081  23601.079892  -9814.559588     63.856464 17  8  8           
+PR06  12185.193238   6113.332639  21410.720227   -169.129779 12 14 11           
+PR07   6464.286903 -14321.839138  20080.018567    -89.059375  7 14 13           
+PR08  -2184.971390 -24659.616121   6135.528281   -101.904149 14 11  6           
+PR10  15923.486870  -4501.657140 -19454.287732   -140.725413 11 10  2           
+PR11  -2436.717407 -11774.990073 -22507.796642    -92.518280 14  7 11           
+PR13 -24414.166116  -4980.723734   5442.691103   -230.541203  6  9  9           
+PR14 -15875.205961   4508.619627  19412.948770    -79.490050 16 14 15           
+PR15   2415.618543  11567.530754  22596.693582     92.229097 17 12 14           
+PR17 -18830.174777  17275.168720     91.398641   -261.163103  8 11 16           
+PR18  -7901.980373  17857.780859 -16308.372416     -1.228165 15 10 15           
+PR19   7241.353977   8045.566483 -23093.480112    -89.329418 13  8  6           
+PR20  18502.357004  -6669.193638 -16272.472337    -64.908291 11 14  8           
+PR21  18665.850019 -17306.844637   -115.306512   -143.249256 14 11 11           
+PR22   8070.791886 -17985.470461  16301.875930   -201.475557 14 12 15           
+PR23  -7698.705472  -7635.435841  23093.364391   -200.176444 11 15 12           
+*  2009  4  1 13 30  0.00000000
+PR02 -12335.216914  -6977.172841 -21208.808985     20.740237 14 14  9           
+PR03  -7208.520244  11826.279573 -21424.249091    -34.196619 15 11  5           
+PR04    402.886974  22258.301862 -12600.143329     63.850734 17  8  8           
+PR06  12904.708400   8605.022579  20097.752469   -169.131416 13 14 11           
+PR07   7144.556021 -11850.594498  21412.443717    -89.057738  7 14 12           
+PR08  -2101.238703 -23707.373823   9167.346642   -101.904149 14 11  6           
+PR10  18154.140126  -4026.672989 -17512.760940   -140.724594 11 10  4           
+PR11    262.408078 -10994.969983 -23018.835033    -92.518280 14  7 10           
+PR13 -24918.121601  -4950.925295   2267.065772   -230.542022  7  9  9           
+PR14 -18108.450000   4026.126565  17462.442391    -79.487594 15 14 15           
+PR15   -304.005912  10815.834165  23100.646565     92.229915 17 12 13           
+PR17 -18564.084238  17249.402658   3296.351193   -261.163103  8 11 16           
+PR18  -9150.858305  19257.848522 -13875.708998     -1.228984 15  9 16           
+PR19   5227.344188  10043.446793 -22853.534670    -89.330237 13  8  7           
+PR20  16899.379440  -5248.244979 -18391.136826    -64.908291 11 14  6           
+PR21  18408.688035 -17263.281504  -3329.864322   -143.250893 14 11 10           
+PR22   9293.592794 -19380.644940  13874.783237   -201.476376 13 11 15           
+PR23  -5671.440191  -9623.929365  22939.618647   -200.172351 11 15 13           
+*  2009  4  1 13 45  0.00000000
+PR02 -13157.993397  -9367.188261 -19741.294376     20.737105 14 14  9           
+PR03  -7972.991136   9232.342501 -22405.946481    -34.199751 15 11  6           
+PR04    -55.594509  20629.028634 -15143.040798     63.845274 17  9  8           
+PR06  13737.291016  10861.994894  18388.861007   -169.134436 14 14 12           
+PR07   8046.233110  -9303.495305  22328.365096    -89.054719  6 15 12           
+PR08  -1838.369877 -22418.585049  12021.007213   -101.902286 14 12  6           
+PR10  20159.432112  -3769.427773 -15232.500574   -140.723550 11 10  5           
+PR11   3047.330008 -10408.972147 -23083.025214    -92.519198 13  8 10           
+PR13 -25032.927227  -4805.430685   -952.616618   -230.543066  7  9  9           
+PR14 -20115.255977   3761.038318  15171.514934    -79.484448 15 14 16           
+PR15  -3104.762587  10263.202244  23156.052222     92.230959 17 13 11           
+PR17 -18042.544518  16912.355669   6437.611566   -261.164035  8 12 16           
+PR18 -10085.574183  20506.660792 -11171.319004     -1.230028 15  9 16           
+PR19   3403.327847  12141.407266 -22169.592958    -89.331281 13  8  7           
+PR20  15247.039220  -3534.028909 -20153.173129    -64.908291 10 14  4           
+PR21  17896.787898 -16905.551243  -6479.333879   -143.252981 14 11 10           
+PR22  10203.671148 -20625.720620  11180.528337   -201.479282 13 11 15           
+PR23  -3826.917578 -11721.309647  22340.748740   -200.167144 12 14 14           
+*  2009  4  1 14  0  0.00000000
+PR02 -14078.762304 -11500.721489 -17890.314440     20.734650 14 14  9           
+PR03  -8959.375374   6613.739813 -22952.689195    -34.202207 15 12  8           
+PR04   -742.750159  18766.425389 -17394.627838     63.840363 17  9  8           
+PR06  14636.399562  12837.800396  16317.982629   -169.136073 14 14 12           
+PR07   9161.153256  -6747.713790  22809.859705    -89.053082  6 15 11           
+PR08  -1359.103564 -20838.781541  14641.054351   -101.902286 13 12  6           
+PR10  21882.585579  -3700.464346 -12657.700090   -140.722732 10 10  6           
+PR11   5849.328321 -10032.456869 -22698.746135    -92.520016 13  8  9           
+PR13 -24745.292124  -4598.488622  -4153.795363   -230.543885  8 10 10           
+PR14 -21838.318865   3683.832928  12584.728412    -79.482811 15 14 16           
+PR15  -5917.180470   9924.312069  22762.309496     92.231778 17 13 10           
+PR17 -17315.960568  16238.820033   9454.477698   -261.164035  9 13 16           
+PR18 -10715.585934  21544.317218  -8248.100350     -1.230846 14 10 16           
+PR19   1806.205215  14280.261122 -21054.939496    -89.332099 13  7  8           
+PR20  13607.160339  -1549.992917 -21524.205476    -64.908291  9 15  4           
+PR21  17180.958138 -16209.044162  -9502.180473   -143.254618 15 12  9           
+PR22  10811.019365 -21661.623714   8271.004042   -201.480101 12 10 15           
+PR23  -2203.548335 -13869.368170  21308.497264   -200.162233 12 14 14           
+*  2009  4  1 14 15  0.00000000
+PR02 -15047.058265 -13335.850443 -15691.762134     20.730586 14 14  9           
+PR03 -10151.539394   4038.219281 -23053.879247    -34.205339 15 12 10           
+PR04  -1675.081741  16729.877016 -19311.935176     63.834098 17  9  8           
+PR06  15549.184994  14496.982826  13926.206577   -169.143749 15 14 12           
+PR07  10469.191340  -4248.722433  22847.460611    -89.050993  6 15 10           
+PR08   -636.013222 -19022.162881  16976.577051   -101.901355 13 12  5           
+PR10  23275.568932  -3780.593706  -9838.198979   -140.721688 10 10  7           
+PR11   8598.108717  -9868.588449 -21873.092528    -92.521992 13  8  9           
+PR13 -24055.278427  -4386.148241  -7274.293724   -230.544929  8 10 10           
+PR14 -23229.187516   3755.185338   9752.464979    -79.479791 14 14 17           
+PR15  -8670.613325   9801.374328  21927.505508     92.233753 17 14  9           
+PR17 -16440.315666  15215.614963  12288.629353   -261.164966  9 13 15           
+PR18 -11062.566980  22316.255941  -5163.295532     -1.232822 14 12 16           
+PR19    461.349485  16396.107558 -19531.225357    -89.334075 13  8  9           
+PR20  12037.535600    668.435678 -22477.400424    -64.908291  9 15  6           
+PR21  16317.587628 -15161.403621 -12339.394306   -143.256707 15 12  8           
+PR22  11137.557178 -22434.444924   5202.215363   -201.482076 12 10 15           
+PR23   -828.395002 -16004.841198  19862.991180   -200.158762 12 14 15           
+*  2009  4  1 14 30  0.00000000
+PR02 -16006.935712 -14842.155062 -13188.298136     20.728130 14 14  9           
+PR03 -11521.560765   1569.976068 -22707.558746    -34.207794 15 12 11           
+PR04  -2857.394222  14582.622764 -20858.423879     63.829187 17  8  9           
+PR06  16418.840419  15816.306402  11260.909142   -169.145386 15 14 13           
+PR07  11938.956514  -1867.769996  22440.349206    -89.049356  7 15 10           
+PR08    347.083777 -17029.386934  18982.199207   -101.901355 12 12  5           
+PR10  24300.963085  -3962.759772  -6828.528309   -140.720869 10 11  7           
+PR11  11224.492955  -9908.150100 -20621.766107    -92.522810 13  8  8           
+PR13 -22976.358466  -4223.650093 -10253.528295   -230.545747  8 11 10           
+PR14 -24250.182882   3927.853724   6729.938036    -79.478154 13 15 17           
+PR15 -11295.935041   9884.132503  20668.225172     92.234572 16 14 10           
+PR17 -15474.702547  13842.362459  14885.240574   -261.164966  9 13 14           
+PR18 -11159.225597  22775.630904  -1977.342913     -1.233640 14 13 17           
+PR19   -618.230238  18422.870288 -17628.048782    -89.334893 13  8 10           
+PR20  10589.560301   3075.059906 -22994.002371    -64.908291  8 15  8           
+PR21  15366.114003 -13763.266823 -14935.660665   -143.258344 15 13  8           
+PR22  11215.970554 -22897.731847   2033.229905   -201.482895 12 11 14           
+PR23    283.730733 -18061.912468  18032.346083   -200.153851 13 13 16           
+*  2009  4  1 14 45  0.00000000
+PR02 -16899.397892 -16001.744301 -10428.526379     20.724998 13 13 10           
+PR03 -13030.777364   -732.796356 -21920.447294    -34.209995 15 12 12           
+PR04  -4282.381140  12389.259603 -22004.640535     63.822922 17  9 10           
+PR06  17187.131125  16785.458915   8374.761646   -169.147488 16 15 13           
+PR07  13528.978673    340.456266  21596.378004    -89.047268  8 15  9           
+PR08   1594.194622 -14925.108666  20618.961143   -101.899492 12 12  4           
+PR10  24933.404705  -4194.238201  -3686.869230   -140.719825  9 11  8           
+PR11  13663.076146 -10129.998360 -18968.797565    -92.523854 13  7  8           
+PR13 -21534.928004  -4162.858500 -13033.685083   -230.546791  9 11 10           
+PR14 -24875.878886   4148.911808   3576.103896    -79.475135 13 15 17           
+PR15 -13728.168194  10150.399197  19009.201655     92.236547 16 14 11           
+PR17 -14478.741053  12131.742555  17194.027805   -261.164966  9 14 13           
+PR18 -11047.656716  22885.378097   1247.339137     -1.235616 14 14 17           
+PR19  -1432.198073  20294.944919 -15382.381449    -89.335937 13  8 11           
+PR20   9306.148538   5614.581531 -23063.715359    -64.909222  8 14  9           
+PR21  14386.383363 -12028.462229 -17240.450638   -143.260432 15 13  7           
+PR22  11088.112227 -23014.495091  -1174.929356   -201.485788 11 11 14           
+PR23   1130.648869 -19974.837617  15852.118453   -200.149449 13 12 16           
+*  2009  4  1 15  0  0.00000000
+PR02 -17664.974189 -16809.764885  -7466.052002     20.722542 13 13 10           
+PR03 -14631.303819  -2820.096052 -20707.812524    -34.212451 15 12 13           
+PR04  -5930.713462  10213.214156 -22728.743732     63.818011 17  9 10           
+PR06  17796.992355  17407.204592   5324.636681   -169.148306 16 15 13           
+PR07  15189.338208   2329.884782  20331.922990    -89.045631  9 15  9           
+PR08   3096.737399 -12775.370449  21855.075462   -101.899492 11 12  4           
+PR10  25160.547128  -4419.077292   -473.943314   -140.719006  7 11  8           
+PR11  15854.740174 -10502.039985 -16946.102452    -92.524673 13  7  9           
+PR13 -19769.296315  -4249.844336 -15560.839307   -230.547610  9 12 10           
+PR14 -25094.082592   4362.230904    352.496405    -79.473498 11 15 17           
+PR15 -15908.939225  10567.104059  16982.816403     92.237366 16 14 12           
+PR17 -13509.989257  10109.215709  19170.214647   -261.164966  9 14 13           
+PR18 -10777.299212  22619.880672   4447.608175     -1.236434 13 15 16           
+PR19  -1992.660824  21949.844951 -12837.851193    -89.336756 13  8 11           
+PR20   8220.019765   8224.660761 -22684.922620    -64.909222  8 14 10           
+PR21  13436.015475  -9983.655602 -19209.009972   -143.262069 16 13  8           
+PR22  10803.029377 -22758.845659  -4360.430343   -201.487425 11 12 14           
+PR23   1722.656048 -21680.581852  13364.616378   -200.144538 13 12 16           
+*  2009  4  1 15 15  0.00000000
+PR02 -18246.336855 -17274.370994  -4358.439748     20.719410 13 13 10           
+PR03 -16267.952566  -4651.953223 -19093.176122    -34.215583 14 12 14           
+PR04  -7771.627704   8114.283329 -23016.895193     63.811746 17  9 11           
+PR06  18195.080467  17696.985906   2170.439407   -169.150282 16 15 13           
+PR07  16863.671361   4064.744657  18671.567899    -89.043543  9 15  9           
+PR08   4833.663688 -10644.952939  22666.542839   -101.898561 11 11  4           
+PR10  24983.499802  -4580.679142   2748.145177   -140.717031  6 11  8           
+PR11  17748.917515 -10982.691937 -14592.877578    -92.526648 12  6  9           
+PR13 -17728.195792  -4522.720658 -17785.997308   -230.548654  9 12 10           
+PR14 -24906.271840   4511.104397  -2877.991151    -79.470478 10 15 17           
+PR15 -17788.661536  11091.807064  14628.459624     92.233740 16 15 13           
+PR17 -12621.455354   7812.221715  20775.395463   -261.166829  9 14 11           
+PR18 -10402.589153  21966.160620   7560.865599     -1.237478 13 16 16           
+PR19  -2323.408565  23330.735897 -10043.894785    -89.337800 13  8 12           
+PR20   7352.428174  10838.283633 -21864.738209    -64.910154  8 14 11           
+PR21  12567.887693  -7667.460572 -20803.226358   -143.263240 16 14  9           
+PR22  10414.699062 -22117.195439  -7461.797633   -201.489513 12 12 13           
+PR23   2081.842804 -23121.361771  10618.081808   -200.139205 13 11 16           
+*  2009  4  1 15 30  0.00000000
+PR02 -18590.846313 -17416.156726  -1166.093098     20.716954 12 13 10           
+PR03 -17880.479950  -6199.846095 -17107.860661    -34.218039 14 11 15           
+PR04  -9763.989963   6146.340484 -22863.510629     63.806835 17  9 12           
+PR06  18334.166728  17681.998022  -1026.108258   -169.151100 16 15 13           
+PR07  18491.467298   5520.811392  16647.626177    -89.041906 10 15  9           
+PR08   6772.113324  -8594.797004  23037.616164   -101.898561 11 11  5           
+PR10  24416.728214  -4624.413414   5917.094068   -140.716212  4 11  8           
+PR11  19305.509298 -11522.763941 -11954.848090    -92.527467 12  5  9           
+PR13 -15468.873684  -5009.822680 -19666.040722   -230.549472 10 13 10           
+PR14 -24327.471923   4540.901070  -6052.351187    -79.468841  8 15 17           
+PR15 -19328.359441  11674.612371  11991.764201     92.235377 15 15 13           
+PR17 -11859.313692   5288.885862  21978.281715   -261.166829 10 14 10           
+PR18  -9980.412717  20924.545910  10526.308334     -1.238297 12 17 16           
+PR19  -2458.659365  24388.751513  -7054.797056    -89.338618 13  8 12           
+PR20   6712.389154  13386.340003 -20618.888190    -64.910154  7 14 12           
+PR21  11827.844783  -5129.052616 -21992.358668   -143.264058 16 14 10           
+PR22   9979.564094 -21088.969744 -10419.077493   -201.491150 12 12 13           
+PR23   2240.913070 -24246.986112   7665.759706   -200.134293 13 11 16           
+*  2009  4  1 15 45  0.00000000
+PR02 -18652.916858 -17267.075884   2048.923776     20.713822 12 13 10           
+PR03 -19406.064025  -7447.634173 -14790.385533    -34.221171 14 10 15           
+PR04 -11857.794328   4355.297241 -22271.366893     63.801502 17 10 13           
+PR06  18175.271687  17399.782384  -4202.702804   -169.152158 16 16 13           
+PR07  20010.560381   6686.161775  14299.509722    -89.058444 10 15 10           
+PR08   8868.574923  -6679.603897  22961.104413   -101.897630 11 11  5           
+PR10  23487.418272  -4500.154563   8971.593479   -140.715168  5 11  7           
+PR11  20496.375534 -12067.684384  -9083.378928    -92.529442 11  3  9           
+PR13 -13054.845756  -5728.308883 -21164.555271   -230.550517 10 13 10           
+PR14 -23385.577210   4401.632470  -9108.707720    -79.465835  8 15 17           
+PR15 -20501.060884  12260.402145   9123.727709     92.237465 15 15 13           
+PR17 -11260.920226   2596.283171  22755.316745   -261.167760 10 14  9           
+PR18  -9567.470805  19508.785435  13286.136952     -1.239341 12 17 16           
+PR19  -2441.362093  25084.995042  -3928.634950    -89.339663 13  8 12           
+PR20   6296.436339  15800.305564 -18971.422071    -64.911085  7 13 12           
+PR21  11252.731190  -2426.346187 -22753.615138   -143.266034 16 14 11           
+PR22   9553.970636 -19686.800129 -13174.981567   -201.493239 12 12 12           
+PR23   2241.556497 -25016.898450   4564.871597   -200.128960 13 11 16           
+*  2009  4  1 16  0  0.00000000
+PR02 -18396.101958 -16868.895377   5224.097787     20.711366 11 13 10           
+PR03 -20781.910841  -8391.970967 -12185.723121    -34.223627 13 10 16           
+PR04 -13996.037497   2777.401115 -21251.563521     63.796591 17 10 13           
+PR06  17689.451123  16896.406054  -7297.686741   -169.152158 17 16 13           
+PR07  21359.712560   7561.407196  11672.956658    -89.056807 10 15 10           
+PR08  11070.504648  -4945.713231  22438.510677   -101.897630 11 10  6           
+PR10  22234.330901  -4164.636326  11852.499625   -140.714350  7 11  7           
+PR11  21306.333194 -12559.974787  -6034.467743    -92.530261 11  3  9           
+PR13 -10553.405373  -6683.242218 -22252.528919   -230.551335 11 13  9           
+PR14 -22120.147589   4050.323348 -11987.536846    -79.463380  9 15 16           
+PR15 -21292.704459  12791.297220   6079.738749     92.239102 14 15 14           
+PR17 -10853.210696   -201.670233  23091.146799   -261.167760 10 14  9           
+PR18  -9217.670532  17745.608531  15786.694457     -1.240159 12 18 15           
+PR19  -2321.129902  25392.141446   -726.147155    -89.340481 13  8 13           
+PR20   6088.920423  18014.916245 -16954.258602    -64.911085  6 13 12           
+PR21  10868.827616    376.187244 -23072.570997   -143.266852 16 14 11           
+PR22   9191.613463 -17936.186397 -15675.988427   -201.494876 13 13 12           
+PR23   2132.442735 -25401.837054   1375.512821   -200.124049 13 12 16           
+*  2009  4  1 16 15  0.00000000
+PR02 -17794.810087 -16271.248332   8297.688156     20.707303 11 13 10           
+PR03 -21947.880292  -9042.179968  -9344.429105    -34.225828 13 10 16           
+PR04 -16116.896783   1437.936479 -19823.338239     63.789395 17 11 14           
+PR06  16859.161211  16224.309891 -10251.243390   -169.153089 17 16 13           
+PR07  22481.176640   8159.396750   8819.133500    -89.054719 10 15 10           
+PR08  13318.336479  -3429.346505  21480.001843   -101.895767 11 10  7           
+PR10  20706.193532  -3583.524489  14503.970490   -140.713306  8 10  7           
+PR11  21733.618665 -12941.866590  -2867.639478    -92.532236 10    10           
+PR13  -8032.991323  -7867.190208 -22908.906788   -230.552379 12 13  9           
+PR14 -20580.732215   3453.083084 -14632.836371    -79.460247 10 15 16           
+PR15 -21702.525849  13209.242685   2918.525169     92.240259 14 15 14           
+PR17 -10651.549437  -3036.613922  22978.938343   -261.169609 10 14 10           
+PR18  -8979.656551  15673.750173  17979.512299     -1.241217 12 18 15           
+PR19  -2151.892621  25295.573272   2490.448428    -89.341525 13  8 13           
+PR20   6062.837904  19970.722836 -14606.573507    -64.912016  6 12 12           
+PR21  10690.755833   3209.967966 -22943.419672   -143.268828 16 14 12           
+PR22   8941.095303 -15874.638205 -17873.382394   -201.497895 13 13 12           
+PR23   1966.922461 -25385.042841  -1840.505649   -200.118716 13 12 16           
+*  2009  4  1 16 30  0.00000000
+PR02 -16835.577632 -15529.370040  11209.932541     20.704847 11 12 10           
+PR03 -22849.021506  -9419.600016  -6321.663343    -34.228284 12 10 16           
+PR04 -18156.126528    350.381122 -18013.737620     63.784483 16 11 14           
+PR06  15679.149840  15439.921025 -13006.535870   -169.153089 17 16 13           
+PR07  23323.131866   8504.404119   5793.629702    -89.053082 10 15 10           
+PR08  15547.800932  -2155.288575  20104.210585   -101.895767 11 10  8           
+PR10  18959.694204  -2733.120245  16874.542147   -140.712487  9  9  7           
+PR11  21789.794213 -13157.947137    355.234514    -92.533055  8    10           
+PR13  -5560.523134  -9260.361065 -23120.992948   -230.553198 12 13  9           
+PR14 -18824.793189   2586.789250 -16993.220690    -79.457792 11 15 15           
+PR15 -21742.909764  13458.611739   -298.957224     92.241896 13 16 14           
+PR17 -10659.078445  -5838.331155  22420.534254   -261.170427 10 14 11           
+PR18  -8894.587960  13342.485837  19822.243106     -1.241217 11 19 14           
+PR19  -1989.368168  24794.002396   5658.666020    -89.342344 13  8 13           
+PR20   6181.155125  21616.418118 -11974.040149    -64.912016  6 12 12           
+PR21  10720.895253   6004.921136 -22369.055088   -143.269646 16 14 13           
+PR22   8843.702899 -13550.327896 -19724.209563   -201.499532 13 13 11           
+PR23   1800.532239 -24962.965033  -5020.848861   -200.113804 13 13 16           
+*  2009  4  1 16 45  0.00000000
+PR02 -15517.844143 -14701.613257  13904.213916     20.701715 11 12 10           
+PR03 -23437.911192  -9556.428502  -3176.120056    -34.231416 12 11 16           
+PR04 -20049.578732   -483.946664 -15857.145807     63.778233 16 12 15           
+PR06  14156.841850  14601.132836 -15510.769982   -169.153089 17 16 13           
+PR07  23841.888511   8630.834249   2655.365002    -89.050993 11 16 10           
+PR08  17692.456148  -1136.061045  18337.873410   -101.894836 11 10  8           
+PR10  17057.160453  -1601.621327  18918.125444   -140.712361 10  9  7           
+PR11  21499.102256 -13157.719947   3571.167837    -92.535030  6     9           
+PR13  -3198.813634 -10831.270739 -22884.692088   -230.554242 12 13  9           
+PR14 -16915.318491   1440.311578 -19022.919072    -79.455591 12 15 15           
+PR15 -21438.714781  13488.720538  -3510.675995     92.243984 13 16 14           
+PR17 -10866.595864  -8537.422582  21426.444110   -261.171472 11 14 12           
+PR18  -8994.254750  10809.740621  21279.462878     -1.242149 11 19 12           
+PR19  -1888.460778  23899.551498   8716.968076    -89.343388 13  8 13           
+PR20   6398.571516  22910.837807  -9107.937520    -64.912948  5 12 12           
+PR21  10949.332957   8692.145728 -21360.985908   -143.270690 15 14 13           
+PR22   8931.494465 -11020.306564 -21192.131878   -201.502538 13 13 11           
+PR23   1688.408476 -24145.434847  -8103.860313   -200.108471 12 13 15           
+*  2009  4  1 17  0  0.00000000
+PR02 -13854.196350 -13846.848704  16328.164856     20.699259 11 12 10           
+PR03 -23676.696399  -9494.111908     31.111966    -34.233871 12 11 16           
+PR04 -21735.747707  -1075.734259 -13394.676225     63.772503 15 12 15           
+PR06  12312.207455  13764.758941 -17716.163592   -169.153089 17 16 12           
+PR07  24003.768024   8581.506297   -534.568135    -89.049356 11 16 10           
+PR08  19686.326300   -371.621047  16215.311589   -101.894836 11 10  9           
+PR10  15064.018409   -189.886105  20594.903929   -140.712361 10  8  6           
+PR11  20897.295423 -12897.967739   6717.314405    -92.535849  2     9           
+PR13  -1004.165098 -12537.913737 -22204.586859   -230.555060 13 13 10           
+PR14 -14918.226256     15.224675 -20682.657997    -79.453135 12 14 14           
+PR15 -20826.099540  13256.150389  -6654.693322     92.245621 12 16 13           
+PR17 -11252.971129 -11067.955779  20015.666776   -261.172290 11 13 13           
+PR18  -9299.612023   8139.854522  22323.328924     -1.242149 11 20 10           
+PR19  -1900.696832  22637.291918  11605.962125    -89.344206 13  9 13           
+PR20   6663.646752  23824.550095  -6064.143070    -64.912948  3 11 12           
+PR21  11354.346373  11206.529483 -19939.085603   -143.271509 15 14 14           
+PR22   9225.781131  -8348.353812 -22248.161387   -201.504994 14 13 11           
+PR23   1682.719625 -22955.299612 -11029.752168   -200.103560 12 13 15           
+*  2009  4  1 17 15  0.00000000
+PR02 -11870.069824 -13021.861219  18434.687397     20.696127 11 11 10           
+PR03 -23538.755318  -9281.352344   3237.736871    -34.237004 12 12 16           
+PR04 -23158.236261  -1447.017867 -10673.433377     63.766125 15 13 15           
+PR06  10177.124256  12984.066383 -19580.808124   -169.153089 17 16 12           
+PR07  23786.579111   8405.587346  -3714.103308    -89.047268 11 16 10           
+PR08  21466.537599    150.403182  13777.764779   -101.886454 10 10 10           
+PR10  13046.136795   1488.333934  21872.115542   -140.710498 10  7  7           
+PR11  20029.993400 -12344.815189   9732.220642    -92.537824        9           
+PR13    975.752477 -14329.389801 -21093.849657   -230.556105 13 13 10           
+PR14 -12899.670523  -1674.020120 -21940.411119    -79.450003 13 14 13           
+PR15 -19950.898750  12726.781311  -9670.336722     92.247710 12 16 13           
+PR17 -11786.081558 -13369.980916  18215.346526   -261.173334 11 13 14           
+PR18  -9819.791518   5401.099226  22934.083399     -1.245874 11 20  6           
+PR19  -2071.807403  21044.257398  14269.554724    -89.345250 13 10 13           
+PR20   6921.200430  24340.965911  -2902.030762    -64.914810  3 11 12           
+PR21  11903.395800  13489.203115 -18131.185098   -143.272553 15 14 14           
+PR22   9736.069422  -5602.547597 -22871.258513   -201.508126 14 14 11           
+PR23   1830.225087 -21427.532081 -13741.760474   -200.099158 13 14 15           
+*  2009  4  1 17 30  0.00000000
+PR02  -9602.920076 -12278.852027  20182.868504     20.693671 11 11 10           
+PR03 -23009.905690  -8971.815012   6381.463627    -34.239459 13 12 16           
+PR04 -24268.042447  -1630.046457  -7745.654299     63.760395 14 13 16           
+PR06   7794.263185  12306.487913 -21069.410699   -169.153089 17 15 11           
+PR07  23180.627506   8156.266200  -6821.415769    -89.045631 11 16 10           
+PR08  22975.842070    453.950990  11072.589998   -101.886454 10 10 10           
+PR10  11067.165707   3406.706040  22724.702476   -140.710498 10  7  7           
+PR11  18950.638286 -11475.401555  12557.047484    -92.538643  5  2  9           
+PR13   2703.654147 -16147.919579 -19573.990416   -230.556923 13 13 11           
+PR14 -10923.361908  -3600.470252 -22772.003543    -79.447547 13 13 12           
+PR15 -18866.615489  11877.452386 -12499.348719     92.249347 11 16 13           
+PR17 -12424.232994 -15391.807571  16060.267215   -261.174153 11 13 14           
+PR18 -10551.629084   2663.050824  23100.395847     -1.245874 11 20 10           
+PR19  -2439.560327  19167.975173  16656.039954    -89.346069 13 10 13           
+PR20   7114.880811  24456.922466    316.702949    -64.914810  3 11 12           
+PR21  12554.583002  15489.734413 -15972.517286   -143.273371 14 14 14           
+PR22  10459.513101  -2852.653075 -23048.780305   -201.510582 14 14 11           
+PR23   2170.064085 -19607.851479 -16187.243260   -200.094247 13 14 14           
+*  2009  4  1 17 45  0.00000000
+PR02  -7100.897204 -11663.152787  21538.773437     20.689608 12 10 10           
+PR03 -22089.109354  -8621.634136   9401.218291    -34.241660 13 13 16           
+PR04 -25025.571384  -1665.710086  -4667.741903     63.753100 13 13 15           
+PR06   5215.546902  11771.604173 -22153.908112   -169.152158 17 15 11           
+PR07  22189.217081   7888.267321  -9796.130120    -89.043543 11 15 10           
+PR08  24164.923752    573.275383   8152.341340   -101.884591  9 10 11           
+PR10   9185.980674   5527.162560  23135.815807   -140.709567  9  7  7           
+PR11  17718.137575 -10279.090578  15136.735961    -92.540618  7  3  8           
+PR13   4153.952196 -17931.166271 -17674.444916   -230.557967 13 13 12           
+PR14  -9048.015093  -5725.578237 -23161.560321    -79.444415 14 12 11           
+PR15 -17632.111852  10697.179161 -15086.995086     92.250517 11 16 12           
+PR17 -13118.006270 -17091.946763  13592.192418   -261.176128 11 12 15           
+PR18 -11479.724767     -6.072454  22819.541482     -1.245874 12 20 13           
+PR19  -3031.933880  17064.576088  18719.101314    -89.347113 13 11 13           
+PR20   7189.791585  24182.715350   3529.260587    -64.915742  3 10 11           
+PR21  13258.513295  17167.974045 -13505.025099   -143.274429 13 14 14           
+PR22  11380.901647   -167.438068 -22776.767110   -201.513714 13 14 11           
+PR23   2731.868254 -17550.913147 -18318.700407   -200.088900 13 14 14           
+*  2009  4  1 18  0  0.00000000
+PR02  -4421.078949 -11211.247854  22476.101959     20.687152 12 10 10           
+PR03 -20788.642656  -8286.823502  12238.332710    -34.244116 14 13 16           
+PR04 -25402.286261  -1601.594784  -1499.205211     63.746552 11 13 15           
+PR06   2500.244868  11409.474434 -22813.946306   -169.152158 17 15 11           
+PR07  20828.621726   7655.311499 -12580.495918    -89.041906 11 15 10           
+PR08  24994.390925    551.250381   5073.748204   -101.884591  9 10 11           
+PR10   7454.338572   7801.249739  23097.163972   -140.709567  9  7  7           
+PR11  16394.297214  -8758.165485  17421.091845    -92.541437  8  5  8           
+PR13   5313.574264 -19614.767365 -15432.010911   -230.558786 13 13 12           
+PR14  -7325.028772  -8000.600095 -23101.792328    -79.441959 14 11 10           
+PR15 -16309.092333   9187.875908 -17383.111800     92.251336 11 17 12           
+PR17 -13812.452526 -18440.635760  10859.062834   -261.176947 12 12 15           
+PR18 -12577.029887  -2541.998474  22097.415096     -1.245874 12 20 14           
+PR19  -3865.709674  14796.562838  20418.707812    -89.347932 13 11 12           
+PR20   7095.062971  23541.578283   6672.986848    -64.915742  3 10 11           
+PR21  13960.482351  18495.479632 -10776.546863   -143.274429 13 13 14           
+PR22  12473.190045   2387.973041 -22060.059077   -201.516170 13 14 11           
+PR23   3534.278307 -15318.141496 -20094.695744   -200.084807 14 14 14           
+*  2009  4  1 18 15  0.00000000
+PR02  -1627.335367 -10949.187931  22976.695116     20.684020 12 10 11           
+PR03 -19133.724886  -8020.701724  14837.686167    -34.247248 15 13 15           
+PR04 -25381.925907  -1489.742773   1698.475737     63.739131 10 13 15           
+PR06   -287.217747  11239.379863 -23037.221115   -169.150296 17 14 11           
+PR07  19127.529794   7507.631634 -15120.507975    -89.038886 12 15 10           
+PR08  25436.370976    437.312006   1896.611949   -101.882729  9 10 11           
+PR10   5914.843666  10171.925649  22609.196900   -140.708635  8  7  8           
+PR11  15041.155739  -6927.979558  19365.767074    -92.542481  9  6  8           
+PR13   6182.254309 -21134.971594 -12890.142171   -230.559830 13 12 13           
+PR14  -5796.493183 -10368.427010 -22594.115900    -79.437895 14 10  9           
+PR15 -14959.483043   7364.550312 -19343.071603     92.254242 11 17 11           
+PR17 -14449.544808 -19420.880286   7914.065632   -261.178922 12 11 15           
+PR18 -13805.933961  -4886.810639  20948.383303     -1.245874 12 20 16           
+PR19  -4945.544628  12430.329504  21721.887257    -89.348976 13 12 12           
+PR20   6786.255941  22568.633565   9686.607275    -64.916673  3 10 10           
+PR21  14602.896032  19456.462005  -7839.894542   -143.275360 12 13 14           
+PR22  13698.551370   4754.595628 -20912.237154   -201.520233 13 14 11           
+PR23   4583.928369 -12975.295858 -21480.663614   -200.079586 14 14 14           
+*  2009  4  1 18 30  0.00000000
+PR02   1212.086409 -10891.461603  23030.883281     20.681564 12 10 11           
+PR03 -17161.619751  -7871.441660  17148.777492    -34.249704 15 13 15           
+PR04 -24961.233201  -1384.210584   4863.039806     63.732582  8 13 15           
+PR06  -3079.650226  11269.026651 -22819.677794   -169.150296 16 14 12           
+PR07  17125.985206   7489.649202 -17366.949551    -89.037249 12 15 10           
+PR08  25475.641119    285.120761  -1317.357382   -101.882729  9 10 11           
+PR10   4599.309519  12575.734769  21681.120539   -140.708635  9  8  8           
+PR11  13718.334045  -4816.556502  20933.118491    -92.543299 10  7  8           
+PR13   6772.285090 -22431.271516 -10098.113248   -230.560648 13 12 13           
+PR14  -4493.606055 -12765.773717 -21648.605691    -79.435440 14  8  9           
+PR15 -13642.814507   5254.959362 -20928.652054     92.255061 12 17 10           
+PR17 -14970.781580 -20028.968952   4814.593617   -261.179741 12 11 15           
+PR18 -15119.804205  -6991.082214  19394.980452     -1.245874 12 20 17           
+PR19  -6263.561676  10033.535656  22603.362283    -89.349794 13 12 11           
+PR20   6227.495752  21309.359100  12511.436367    -64.916673  4 10  9           
+PR21  15127.822471  20048.217179  -4751.842096   -143.275360 11 13 14           
+PR22  15009.910758   6881.825265 -19355.386903   -201.522689 13 14 11           
+PR23   5874.942142 -10589.869883 -22449.584327   -200.075494 14 14 14           
+*  2009  4  1 18 45  0.00000000
+PR02   4027.157407 -11040.371809  22637.669294     20.678432 12 10 12           
+PR03 -14920.246976  -7879.848073  19126.706701    -34.252836 15 14 14           
+PR04 -24150.158311  -1338.527875   7932.666657     63.725161  8 12 15           
+PR06  -5809.591860  11494.238365 -22165.568504   -169.149364 16 13 13           
+PR07  14873.870199   7637.909641 -19276.338692    -89.035161 12 15  9           
+PR08  25110.247642    150.045214  -4505.741340   -101.881797  9 10 11           
+PR10   3527.586346  14945.270374  20330.739722   -140.708635  9  8  8           
+PR11  12480.513769  -2463.658486  22092.927630    -92.545275 11  8  8           
+PR13   7107.743195 -23448.921908  -7110.070319   -230.562624 13 12 13           
+PR14  -3435.560392 -15125.632827 -20283.783132    -79.432308 14  7  9           
+PR15 -12413.716211   2898.736985 -22108.788353     92.256105 12 17  8           
+PR17 -15319.830426 -20274.437199   1621.115000   -261.181716 13 11 15           
+PR18 -16464.912446  -8815.651171  17467.455792     -1.244943 12 20 17           
+PR19  -7799.477177   7672.444089  23046.037328    -89.350838 13 12 11           
+PR20   5393.242944  19817.638623  15092.530077    -64.917604  3 10  9           
+PR21  15479.570471  20281.028424  -1572.042474   -143.277223 10 13 13           
+PR22  16352.897976   8729.326222 -17419.687345   -201.526739 12 14 11           
+PR23   7388.963818  -8228.432145 -22982.515300   -200.069342 15 15 14           
+*  2009  4  1 19  0  0.00000000
+PR02   6748.734825 -11385.943074  21804.743574     20.675976 12 10 12           
+PR03 -12466.361589  -8077.457889  20733.047121    -34.255292 15 14 14           
+PR04 -22971.522680  -1403.165765  10847.205815     63.718612  9 12 14           
+PR06  -8411.815879  11899.148205 -21087.368135   -169.149364 16 12 13           
+PR07  12428.993665   7979.363548 -20811.760170    -89.033524 12 15  9           
+PR08  24351.587845     86.573835  -7606.626704   -101.881797  9 10 10           
+PR10   2706.904075  17211.823031  18584.130608   -140.708635 10  7  8           
+PR11  11375.150729     80.637586  22822.968722    -92.546093 11  9  8           
+PR13   7223.219698 -24141.238487  -3983.985806   -230.563442 13 11 13           
+PR14  -2628.947685 -17379.893768 -18526.245741    -79.429852 14  6 10           
+PR15 -11319.627146    346.025557 -22860.195759     92.256924 13 16  7           
+PR17 -15445.097823 -20179.481799  -1604.023034   -261.182535 13 11 15           
+PR18 -17782.669187 -10332.966362  15203.181583     -1.244943 12 19 18           
+PR19  -9521.260540   5409.332418  23041.327685    -89.351657 13 12 11           
+PR20   4269.625963  18153.479341  17379.759219    -64.917604  3 10  9           
+PR21  15607.187489  20177.544279   1638.107141   -143.277223  8 12 13           
+PR22  17668.136794  10268.486421 -15142.831130   -201.530013 12 14 11           
+PR23   9095.724376  -5954.018055 -23068.967362   -200.065249 15 15 15           
+*  2009  4  1 19 15  0.00000000
+PR02   9311.192660 -11906.362990  20548.331244     20.672844 11 10 13           
+PR03  -9863.376486  -8485.043712  21936.591232    -34.258424 15 14 13           
+PR04 -21460.152831  -1623.124859  13549.386667     63.710273 10 12 13           
+PR06 -10825.744738  12456.882958 -19605.550185   -169.147502 16 11 14           
+PR07   9854.865024   8530.065639 -21943.568021    -89.030504 13 15  9           
+PR08  23223.951441    145.765212 -10559.808489   -101.879935 10 10 10           
+PR10   2131.759772  19308.104832  16475.147464   -140.708635 11  7  8           
+PR11  10440.518899   2757.794521  23109.415648    -92.546206 11  9  8           
+PR13   7162.110236 -24471.580254   -780.536604   -230.564486 12 10 14           
+PR14  -2067.698803 -19462.018609 -16410.145072    -79.425788 14  7 11           
+PR15 -10398.818430  -2344.335939 -23167.848356     92.257968 13 16  7           
+PR17 -15302.113494 -19777.850788  -4797.831801   -261.184510 13 11 15           
+PR18 -19012.072688 -11527.953277  12645.933701     -1.244943 12 19 18           
+PR19 -11386.299422   3300.085524  22589.324623    -89.351770 13 12 10           
+PR20   2855.278757  16380.495053  19328.782415    -64.918536  2 10  8           
+PR21  15466.773828  19771.659477   4816.631441   -143.278154  7 12 13           
+PR22  18893.773715  11483.375511 -12569.286492   -201.534190 12 14 10           
+PR23  10954.121531  -3823.681253 -22707.118453   -200.060029 15 15 15           
+*  2009  4  1 19 30  0.00000000
+PR02  11654.906520 -12568.939032  18892.874408     20.670388 11 10 13           
+PR03  -7178.918633  -9111.584172  22713.956030    -34.260880 15 14 12           
+PR04 -19661.516427  -2035.749521  15985.982581     63.702906 10 11 13           
+PR06 -12997.683088  13130.711828 -17748.225544   -169.147502 16 10 15           
+PR07   7218.246156   9294.345644 -22649.946400    -89.028867 13 15  9           
+PR08  21763.540858    372.845061 -13307.958721   -101.879935 11 10  9           
+PR10   1784.354987  21170.934908  14044.772052   -140.708635 11  6  8           
+PR11   9704.165398   5503.021284  22947.082111    -92.547025 11 10  9           
+PR13   6974.536967 -24414.931667   2438.072539   -230.565305 12 10 13           
+PR14  -1733.562665 -21309.665051 -13976.523658    -79.423333 15  8 12           
+PR15  -9678.811940  -5106.995690 -23025.303091     92.258786 14 16  9           
+PR17 -14855.625613 -19113.256720  -7897.933281   -261.185329 14 11 15           
+PR18 -20092.272787 -12398.367104   9845.057951     -1.244943 12 19 19           
+PR19 -13343.022765   1392.068099  21698.793617    -89.352588 13 12 11           
+PR20   1161.648164  14563.262108  20901.899874    -64.918536  3 10  8           
+PR21  15023.517170  19106.945768   7902.153587   -143.278154  6 12 12           
+PR22  19968.137273  12371.164191  -9749.415505   -201.537464 12 14 10           
+PR23  12913.770066  -1886.306104 -21903.859939   -200.055936 15 15 16           
+*  2009  4  1 19 45  0.00000000
+PR02  13728.490280 -13331.530227  16870.555734     20.673775 10 10 14           
+PR03  -4482.220158  -9953.745036  23050.036475    -34.264012 15 14 12           
+PR04 -17629.915369  -2668.866371  18108.902426     63.694441 11 11 12           
+PR06 -14882.781303  13875.615688 -15550.648337   -169.146570 15  8 15           
+PR07   4586.582560  10264.485472 -22917.319261    -89.025848 13 15  9           
+PR08  20017.011751    805.052161 -15797.738155   -101.878072 11 10  9           
+PR10   1635.564977  22743.772635  11340.317435   -140.708635 12  5  8           
+PR11   9181.838916   8247.738703  22339.492745    -92.548082 11 10  9           
+PR13   6714.990508 -23959.017364   5609.317617   -230.566349 12  9 13           
+PR14  -1597.100790 -22867.149196 -11272.523494    -79.419283 15  8 12           
+PR15  -9175.263079  -7872.557249 -22434.860530     92.259844 14 16 11           
+PR17 -14081.315518 -18237.381979 -10843.800156   -261.187304 14 12 15           
+PR18 -20965.144852 -12954.621205   6854.536828     -1.244011 13 18 19           
+PR19 -15332.914940   -277.635170  20387.005726    -89.353632 12 12 11           
+PR20   -787.241368  12764.660188  22068.772203    -64.917604  3 10  8           
+PR21  14253.362874  18234.697819  10835.061267   -143.279086  6 11 12           
+PR22  20832.412531  12941.986492  -6738.466952   -201.540709 12 14  9           
+PR23  14916.959413   -180.772253 -20674.673812   -200.050715 14 15 16           
+*  2009  4  1 20  0  0.00000000
+PR02  15490.692527 -14144.393289  14520.672497     20.671320 10 11 14           
+PR03  -1841.452409 -10995.893516  22938.298487    -34.266468 15 14 12           
+PR04 -15426.311063  -3539.331697  19876.183785     63.687074 11 11 11           
+PR06 -16446.651999  14640.215959 -13054.594406   -169.146570 15  8 16           
+PR07   2025.419404  11420.915872 -22740.602180    -89.024211 13 15 10           
+PR08  18039.594998   1469.824692 -17980.829389   -101.878072 11 10  8           
+PR10   1646.398785  23978.990655   8414.501434   -140.708635 13  4  8           
+PR11   8876.933605  10922.201628  21298.786139    -92.548082 11 10 10           
+PR13   6439.791957 -23104.901633   8671.572157   -230.567168 12  9 13           
+PR14  -1619.154808 -24087.647318  -8350.480837    -79.416008 15  9 13           
+PR15  -8891.357047 -10570.231830 -21407.556542     92.259844 14 16 12           
+PR17 -12967.057219 -17207.562711 -13577.957094   -261.188123 14 12 15           
+PR18 -21577.769037 -13219.099960   3731.972862     -1.244011 14 18 19           
+PR19 -17292.837797  -1683.539553  18679.405157    -89.354451 12 11 12           
+PR20  -2955.555103  11043.309680  22806.991551    -64.917604  4 10  8           
+PR21  13144.250131  17211.674909  13558.641302   -143.279086  6 11 11           
+PR22  21433.214134  13218.251384  -3595.465587   -201.543983 12 14  8           
+PR23  16900.937961   1265.452326 -19043.342226   -200.046623 14 15 17           
+*  2009  4  1 20 15  0.00000000
+PR02  16911.874932 -14952.365386  11888.873050     20.668187  9 10 15           
+PR03    678.886798 -12210.645851  22380.906002    -34.268669 15 13 11           
+PR04 -13115.874132  -4652.055002  21252.864026     63.678608 11 11 11           
+PR06 -17666.574471  15368.987945 -10307.619612   -169.145639 14  9 16           
+PR07   -404.091705  12732.924309 -22123.292485    -89.021191 13 15 10           
+PR08  15892.878844   2383.404052 -19814.871557   -101.877154 11 10  7           
+PR10   1769.887609  24839.790490   5324.408166   -140.707704 13  3  7           
+PR11   8780.468553  13458.169132  19845.453827    -92.549014 11 10 10           
+PR13   6204.482879 -21867.046424  11565.308164   -230.568212 12 10 13           
+PR14  -1752.724686 -24935.046585  -5266.923922    -79.412763 15  8 13           
+PR15  -8817.746706 -13130.565648 -19962.982245     92.261707 15 15 13           
+PR17 -11513.666914 -16084.251832 -16047.117793   -261.190098 15 12 14           
+PR18 -21884.713741 -13224.985368    537.505887     -1.243080 14 17 19           
+PR19 -19157.564551  -2812.586397  16609.119060    -89.355495 11 11 12           
+PR20  -5296.914537   9451.212376  23102.495718    -64.917604  5 10  8           
+PR21  11696.861515  16097.631506  16020.162377   -143.280948  7 11 11           
+PR22  21724.945455  13233.434614   -382.022352   -201.547228 12 14  8           
+PR23  18800.429486   2437.231127 -17041.494051   -200.041402 14 15 17           
+*  2009  4  1 20 30  0.00000000
+PR02  17975.012035 -15697.291578   9026.270325     20.665732  8 10 15           
+PR03   3020.424792 -13559.925891  21388.679675    -34.271124 15 13 11           
+PR04 -10765.363849  -5999.545033  22211.708045     63.671241 11 11 10           
+PR06 -18532.237035  16004.671487  -7362.206994   -169.145639 14 11 16           
+PR07  -2647.493530  14159.844748 -21077.396644    -89.019554 13 15 11           
+PR08  13642.343795   3549.915633 -21264.278895   -101.876336 12 10  7           
+PR10   1953.320132  25301.678504   2130.358885   -140.707704 13  2  7           
+PR11   8871.600655  15791.513165  18007.922099    -92.549014 11 10 11           
+PR13   6061.254358 -20272.824447  14234.257341   -230.569030 12 10 12           
+PR14  -1945.178693 -25385.368914  -2081.491928    -79.409489 15  8 14           
+PR15  -8933.037436 -15488.128845 -18128.932913     92.261707 15 15 13           
+PR17  -9735.110033 -14928.370837 -18203.233994   -261.190917 15 13 14           
+PR18 -21850.029864 -13014.646129  -2667.317376     -1.243080 15 17 19           
+PR19 -20862.420320  -3664.442019  14216.318522    -89.356314 10 11 13           
+PR20  -7756.109609   8031.692875  22949.819008    -64.917604  6 10  7           
+PR21   9924.853078  14952.738547  18171.886240   -143.280948  9 10 10           
+PR22  21671.840744  13030.404858   2838.907821   -201.550502 12 14  8           
+PR23  20550.276855   3332.153440 -14707.996314   -200.037309 13 15 17           
+*  2009  4  1 20 45  0.00000000
+PR02  18676.171859 -16320.594555   5988.449479     20.662599  9  9 15           
+PR03   5133.103330 -14996.490917  19980.887928    -34.274257 15 13 11           
+PR04  -8440.450892  -7562.001306  22733.774927     63.662776 11 11  9           
+PR06 -19045.984460  16490.782746  -4274.813974   -169.145639 13 13 17           
+PR07  -4659.037910  15652.680152 -19623.196638    -89.016535 13 15 12           
+PR08  11354.752941   4960.965932 -22300.927774   -101.875292 12 11  6           
+PR10   2140.728046  25353.438733  -1105.284275   -140.707704 14     7           
+PR11   9118.646703  17864.659300  15821.986092    -92.550876 11 10 11           
+PR13   6056.524649 -18361.506899  16626.509477   -230.571006 12 11 12           
+PR14  -2140.702523 -25427.709513   1144.205024    -79.406231 15  7 14           
+PR15  -9204.800996 -17584.052888 -15940.890120     92.262638 15 15 14           
+PR17  -7658.157014 -13798.664532 -20004.434987   -261.191961 15 13 13           
+PR18 -21448.873731 -12637.655409  -5820.702078     -1.242149 16 16 19           
+PR19 -22345.919414  -4251.257801  11547.442581    -89.357358  9 10 13           
+PR20 -10271.184866   6817.724804  22352.176877    -64.917604  7  9  7           
+PR21   7854.553092  13835.001861  19971.988703   -143.281866  9 10 10           
+PR22  21249.601441  12659.358905   6004.292597   -201.553761 12 13  8           
+PR23  22088.102208   3960.386920 -12088.201692   -200.032089 13 15 17           
+*  2009  4  1 21  0  0.00000000
+PR02  19024.458440 -16765.878274   2834.388848     20.660144 10  9 15           
+PR03   6977.015293 -16465.861348  18184.874167    -34.276712 15 13 10           
+PR04  -6203.099890  -9307.949609  22808.809705     63.655409 11 12  9           
+PR06 -19222.556681  16774.125263  -1104.832997   -169.145639 12 14 17           
+PR07  -6403.332636  17156.090826 -17788.859719    -89.014897 13 15 12           
+PR08   9095.506123   6595.773874 -22904.699446   -101.874473 12 11  6           
+PR10   2275.513968  24997.560879  -4319.356326   -140.707704 14  1  8           
+PR11   9480.569720  19628.760701  13330.107926    -92.550876 11  9 11           
+PR13   6228.768759 -16182.767500  18695.526178   -230.571824 11 11 11           
+PR14  -2282.885122 -25064.651403   4347.763977    -79.403775 16  6 15           
+PR15  -9591.077368 -19368.308641 -13441.345179     92.262638 16 14 14           
+PR17  -5321.502799 -12749.171945 -21415.839070   -261.192779 16 13 11           
+PR18 -20668.691090 -12148.518518  -8861.772419     -1.242149 16 15 18           
+PR19 -23552.289298  -4596.902561   8654.299787    -89.358176  8 10 13           
+PR20 -12775.812856   5830.709322  21321.384421    -64.917604  7  9  6           
+PR21   5524.139080  12797.784613  21385.373222   -143.282685 10  9  9           
+PR22  20446.556104  12175.457749   9052.284966   -201.556217 12 13  9           
+PR23  23356.871670   4343.995094  -9233.066208   -200.027996 11 15 17           
+*  2009  4  1 21 15  0.00000000
+PR02  19041.419856 -16981.455532   -374.684819     20.657011 11  8 15           
+PR03   8523.813220 -17908.573884  16035.527065    -34.279845 15 13 10           
+PR04  -4109.125734 -11195.395308  22435.450941     63.646943 11 12  9           
+PR06 -19088.325045  16807.196589   2086.518539   -169.146570 11 15 17           
+PR07  -7856.553810  18610.666512 -15609.898647    -89.011878 12 14 13           
+PR08   6926.067583   8421.831842 -23063.868471   -101.873429 12 11  7           
+PR10   2303.107633  24250.105377  -7449.142865   -140.707704 14     8           
+PR11   9908.865852  21045.517816  10580.592752    -92.551808 11  9 12           
+PR13   6606.692650 -13794.764877  20401.049870   -230.572868 11 11 10           
+PR14  -2317.333033 -24312.138610   7467.183659    -79.399711 16  6 15           
+PR15 -10042.301998 -20801.627351 -10678.975713     92.262638 16 14 15           
+PR17  -2774.387989 -11826.920959 -22410.221555   -261.194755 16 13 10           
+PR18 -19509.911897 -11604.203660 -11731.726830     -1.241217 17 15 18           
+PR19 -24433.775542  -4735.700271   5593.064309    -89.359220  9 10 14           
+PR20 -15201.856596   5079.754274  19877.611731    -64.917604  8  8  5           
+PR21   2982.324043  11887.536778  22384.361338   -143.280003 11  8  9           
+PR22  19264.294854  11636.268161  11923.454273   -201.560280 13 13 10           
+PR23  24307.256162   4515.749210  -6198.154209   -200.023707 10 15 17           
+*  2009  4  1 21 30  0.00000000
+PR02  18759.947700 -16922.692672  -3576.484472     20.654556 12  7 15           
+PR03   9757.631900 -19262.663881  13574.603849    -34.282300 15 13 11           
+PR04  -2206.029744 -13173.444787  21621.249503     63.639576 12 12 10           
+PR06 -18680.052853  16550.388936   5237.360780   -169.146570 10 15 16           
+PR07  -9007.174763  19955.388406 -13128.492086    -89.010241 12 14 13           
+PR08   4901.573495  10396.069935 -22775.329661   -101.872610 12 11  8           
+PR10   2173.535139  23140.012002 -10433.622186   -140.707704 15     8           
+PR11  10349.772042  22088.570967   7626.658460    -92.551808 11  9 12           
+PR13   7207.830160 -11261.883078  21709.890137   -230.573687 11 12  9           
+PR14  -2194.203743 -23198.812795  10442.053293    -79.397256 16  6 15           
+PR15 -10503.576676 -21856.981363  -7707.690949     92.262638 16 14 15           
+PR17    -74.780618 -11069.943785 -22968.527371   -261.195573 16 13  9           
+PR18 -17986.124941 -11061.577281 -14374.960572     -1.241217 17 14 18           
+PR19 -24952.630965  -4710.727064   2423.185881    -89.360039 10 10 14           
+PR20 -17482.015625   4561.481460  18048.981870    -64.917604  9  8  5           
+PR21    286.603023  11141.826643  22949.246186   -143.280822 11  8  8           
+PR22  17717.752744  11099.122144  14561.959107   -201.562736 13 12 10           
+PR23  24899.688151   4517.485502  -3042.550317   -200.019614  9 15 17           
+*  2009  4  1 21 45  0.00000000
+PR02  18222.715236 -16554.072219  -6708.871040     20.651423 12  8 15           
+PR03  10675.487554 -20466.272934  10849.919412    -34.290089 15 13 11           
+PR04   -531.208899 -15184.324293  20382.498822     63.646943 12 13 10           
+PR06 -18043.227058  15973.888743   8286.345744   -169.148419  9 16 16           
+PR07  -9856.182444  21130.179153 -10392.677333    -89.008153 12 14 13           
+PR08   3068.718138  12466.475994 -22044.659319   -101.871553 12 11  9           
+PR10   1843.790002  21707.882555 -13214.669847   -140.707704 15     9           
+PR11  10746.701967  22744.410620   4525.416346    -92.551808 11  9 12           
+PR13   8037.622854  -8652.224297  22596.572014   -230.575662 11 12  8           
+PR14  -1870.551592 -21764.840173  13214.713564    -79.393192 16  7 15           
+PR15 -10917.186527 -22520.559937  -4585.564833     92.263569 16 13 15           
+PR17   2712.804288 -10505.695924 -23080.219848   -261.196617 16 13 10           
+PR18 -16123.722172 -10574.849998 -16740.135333     -1.241217 17 14 17           
+PR19 -25082.705181  -4571.740087   -793.765291    -89.362014 11 10 14           
+PR20 -19552.447109   4260.367608  15871.019857    -64.916673  9  7  3           
+PR21  -2498.870553  10587.757379  23068.697373   -143.282797 11  6  8           
+PR22  15834.740746  10618.509202  16916.637728   -201.565868 13 12 10           
+PR23  25106.026862   4398.078488    172.299828   -200.014394  8 15 17           
+*  2009  4  1 22  0  0.00000000
+PR02  17480.220795 -15850.886094  -9711.058246     20.648968 13  9 15           
+PR03  11287.138033 -21460.272098   7914.416789    -34.292545 15 12 11           
+PR04    889.385832 -17165.707682  18743.881702     63.639576 13 13 11           
+PR06 -17230.026843  15059.190664  11173.860848   -169.149238  8 17 16           
+PR07 -10416.773179  22078.434967  -7455.429962    -89.006516 12 13 13           
+PR08   1464.005801  14574.104969 -20886.009541   -101.871553 11 11 10           
+PR10   1279.903813  20004.290886 -15738.200577   -140.707704 15  2  9           
+PR11  11042.808669  23012.769732   1336.781422    -92.551808 11  8 12           
+PR13   9089.022617  -6034.958186  23043.833594   -230.576481 10 12  7           
+PR14  -1312.387327 -20060.276493  15731.367952    -79.390736 16  8 15           
+PR15 -11225.254061 -22792.197234  -1373.679173     92.263569 17 13 15           
+PR17   5519.755499 -10149.943443 -22743.460803   -261.197436 16 13 12           
+PR18 -13961.023991 -10193.139316 -18781.175822     -1.241217 18 14 16           
+PR19 -24810.567370  -4372.826396  -3995.296043    -89.362833 12 10 14           
+PR20 -21355.254780   4149.602762  13385.963452    -64.916673 10  6              
+PR21  -5305.693596  10240.836294  22740.007895   -143.283616 12  5  8           
+PR22  13654.947050  10243.613701  18941.994443   -201.568324 14 12 10           
+PR23  24910.760976   4211.117470   3383.796455   -200.010301  8 15 16           
+*  2009  4  1 22 15  0.00000000
+PR02  16588.519412 -14800.487561 -12524.790469     20.646767 13 10 15           
+PR03  11614.411068 -22190.790304   4825.136998    -34.294746 15 12 12           
+PR04   2042.086555 -19053.251071  16737.943286     63.632029 13 13 11           
+PR06 -16297.011465  13800.156085  13843.217285   -169.150282  7 17 15           
+PR07 -10713.541193  22749.434361  -4373.647200    -89.003496 12 12 13           
+PR08    112.440348  16655.394873 -19321.837349   -101.870621 11 11 11           
+PR10    458.627728  18087.693579 -17955.224232   -140.707704 15     9           
+PR11  11183.567378  22906.483552  -1877.667876    -92.552739 10  9 12           
+PR13  10342.634685  -3477.638051  23042.963323   -230.577525 10 12  7           
+PR14   -496.363884 -18143.036993  17943.123397    -79.386673 16  8 15           
+PR15 -11372.414587 -22685.233442   1865.098358     92.263569 17 12 15           
+PR17   8275.984171 -10006.163105 -21965.120451   -261.198494 16 14 13           
+PR18 -11546.917962  -9958.251389 -20458.174138     -1.242149 18 13 15           
+PR19 -24136.114641  -4169.871948  -7119.206559    -89.363877 13 11 14           
+PR20 -22840.744056   4192.428625  10641.948835    -64.916673 11  6              
+PR21  -8063.809511  10104.346057  21969.176386   -143.285591 11  2  9           
+PR22  11228.453868  10016.101983  20599.063470   -201.567731 14 12 10           
+PR23  24311.697557   4012.386185   6529.415470   -200.005081  9 16 16           
+*  2009  4  1 22 30  0.00000000
+PR02  15606.738675 -13403.048584 -15095.470806     20.644311 13 11 14           
+PR03  11690.030024 -22611.541287   1642.108420    -34.297201 15 11 12           
+PR04   2925.808416 -20783.223802  14404.404012     63.625480 14 12 12           
+PR06 -15302.623403  12203.564449  16241.797827   -169.151100  8 17 15           
+PR07 -10781.194280  23100.522700  -1207.053818    -89.001859 12 12 13           
+PR08   -973.293855  18644.693674 -17382.473438   -101.870621 11 10 11           
+PR10   -631.346705  16022.031351 -19822.794883   -140.707704 15    10           
+PR11  11119.271341  22450.823820  -5055.860054    -92.552739 10  9 13           
+PR13  11767.396009  -1043.595524  22593.970454   -230.578343  9 11  7           
+PR14    588.983749 -16076.554658  19806.940398    -79.384217 16  8 15           
+PR15 -11308.395881 -22225.815041   5067.374631     92.263569 17 11 15           
+PR17  10912.601477 -10065.477952 -20760.618986   -261.198494 16 14 14           
+PR18  -8939.063539  -9902.775838 -21738.183832     -1.242149 18 13 14           
+PR19 -23072.639967  -4017.958505 -10104.801399    -89.364695 13 11 14           
+PR20 -23969.351325   4343.899832   7692.086308    -64.916673 11  7  1           
+PR21 -10704.185557  10169.246493  20770.820861   -143.286410 11  4 10           
+PR22   8613.834945   9968.251798  21856.135324   -201.570186 14 12 10           
+PR23  23320.107876   3857.254008   9547.935968   -200.000988  9 16 16           
+*  2009  4  1 22 45  0.00000000
+PR02  14594.483598 -11671.789957 -17373.217582     20.641179 13 11 14           
+PR03  11555.987806 -22685.850708  -1572.822449    -34.300334 15 11 12           
+PR04   3551.804088 -22295.121640  11789.329996     63.617127 14 12 12           
+PR06 -14304.612617  10289.126652  18322.138226   -169.153994  8 18 14           
+PR07 -10662.850765  23098.980724   1982.948951    -88.998839 12 11 13           
+PR08  -1793.126336  20476.892399 -15105.538303   -101.868759 11 10 12           
+PR10  -1988.678698  13874.123687 -21304.834945   -140.706773 14    10           
+PR11  10807.337026  21682.335510  -8136.410018    -92.552739 10 10 13           
+PR13  13321.761298   1210.478175  21705.585390   -230.580319  8 11  8           
+PR14   1942.498643 -13927.223144  21286.474196    -79.381085 16  8 15           
+PR15 -10990.389075 -21451.664988   8170.502089     92.264501 17 10 15           
+PR17  13364.544784 -10307.128395 -19153.604736   -261.199425 15 14 15           
+PR18  -6201.733721 -10048.575595 -22595.887055     -1.243080 18 13 13           
+PR19 -21646.356416  -3968.799253 -12894.071265    -89.365740 14 11 13           
+PR20 -24713.168726   4552.993886   4593.443039    -64.915742 12  8  4           
+PR21 -13161.460829  10414.613489  19167.923207   -143.288385 11  6 11           
+PR22   5875.915803  10121.500910  22689.334252   -201.572401 15 12  9           
+PR23  21960.324073   3798.090793  12380.640324   -199.995767 10 16 15           
+*  2009  4  1 23  0  0.00000000
+PR02  13609.239814  -9632.673652 -19313.829077     20.638723 13 12 13           
+PR03  11261.538629 -22388.297651  -4757.195669    -34.302789 15 10 12           
+PR04   3942.888604 -23534.150002   8944.181365     63.610579 15 12 12           
+PR06 -13357.493033   8088.952874  20042.916634   -169.155631  9 18 12           
+PR07 -10407.989480  22723.497969   5134.469610    -88.997202 12 10 13           
+PR08  -2359.358763  22090.054985 -12535.216412   -101.868759 12  8 12           
+PR10  -3599.210446  11710.967275 -22372.819296   -140.706773 14  2 10           
+PR11  10214.322791  20647.224370 -11059.786427    -92.552739 10 10 12           
+PR13  14955.347583   3236.664068  20395.089864   -230.581137  8 11  8           
+PR14   3550.195388 -11761.729957  22352.790458    -79.378629 16  8 15           
+PR15 -10385.106946 -20410.377098  11113.832248     92.264501 17  9 15           
+PR17  15573.044737 -10699.456542 -17175.476673   -261.199425 15 14 16           
+PR18  -3403.380220 -10405.737969 -23014.120028     -1.243080 18 13 11           
+PR19 -19895.397325  -4068.322367 -15432.822084    -89.366558 14 12 13           
+PR20 -25057.002188   4764.981232   1405.951504    -64.915742 12  9  5           
+PR21 -15376.454449  10808.598823  17191.407006   -143.289204 10  8 11           
+PR22   3083.291651  10485.472966  23083.038807   -201.574038 15 12  9           
+PR23  20268.803996   3881.816229  14972.462479   -199.991675 10 16 15           
+*  2009  4  1 23 15  0.00000000
+PR02  12703.884197  -7323.569169 -20879.638149     20.635591 13 12 12           
+PR03  10860.893491 -21705.900972  -7849.154055    -34.305922 15  9 12           
+PR04   4132.173372 -24453.471921   5924.761312     63.603158 15 11 13           
+PR06 -12510.142688   5646.491213  21369.826734   -169.157719 10 18 11           
+PR07 -10070.139159  21965.188239   8186.324917    -88.994183 12  8 13           
+PR08  -2695.898000  23427.935201  -9721.401946   -101.866896 12  6 13           
+PR10  -5436.346449   9597.051796 -23006.307686   -140.705841 14  4 11           
+PR11   9317.576622  19399.361714 -13769.445948    -92.553670 10 10 12           
+PR13  16610.968816   4997.572163  18687.980203   -230.582182  8 11  9           
+PR14   5385.598375  -9644.390256  22984.941073    -79.375497 16  7 15           
+PR15  -9470.439871 -19157.309782  13839.924198     92.265432 17  6 15           
+PR17  17487.832809 -11201.360353 -14864.761720   -261.200356 15 14 17           
+PR18   -614.021058 -10972.034533 -22984.244327     -1.244011 18 13  7           
+PR19 -17868.334066  -4354.505394 -17671.729218    -89.367602 15 12 12           
+PR20 -24998.919527   4923.956303  -1808.736387    -64.915742 13 10  7           
+PR21 -17298.428425  11309.872357  14879.554760   -143.291166  8  9 12           
+PR22    305.706583  11057.518134  23030.140944   -201.577058 15 11 10           
+PR23  18292.704195   4147.688543  17273.061393   -199.986454 11 16 14           
+*  2009  4  1 23 30  0.00000000
+PR02  11924.407334  -4792.927558 -22040.240659     20.633135 13 12 12           
+PR03  10410.717664 -20638.800117 -10788.646816    -34.308377 15  9 12           
+PR04   4161.369093 -25016.126953   2790.090219     63.596609 15 10 13           
+PR06 -11803.654106   3014.977357  22276.312240   -169.159356 11 18  8           
+PR07  -9704.404838  20828.103199  11079.227503    -88.992546 12  6 12           
+PR08  -2836.996953  24442.275317  -6718.732187   -101.866896 12  1 13           
+PR10  -7461.962851   7591.804901 -23193.317031   -140.705841 13  6 11           
+PR11   8106.443456  17997.988458 -16212.913908    -92.553670 10 10 12           
+PR13  18226.975465   6467.650728  16617.470086   -230.583000  8 11  9           
+PR14   7410.613688  -7634.592043  23170.388080    -79.373041 16  7 15           
+PR15  -8236.637724 -17753.171646  16295.682087     92.265432 16  3 15           
+PR17  19069.000030 -11764.155015 -12266.359624   -261.200356 14 14 17           
+PR18   2097.442063 -11732.916394 -22506.354024     -1.244011 18 13  5           
+PR19 -15622.273291  -4855.552688 -19567.296188    -89.368421 15 13 12           
+PR20 -24550.266181   4975.423642  -4988.428442    -64.915742 13 12  7           
+PR21 -18887.009139  11869.486988  12277.274129   -143.292803  6 10 12           
+PR22  -2388.598019  11822.784220  22532.142222   -201.578695 15 11 11           
+PR23  16088.021753   4625.426867  19237.798491   -199.982361 11 16 14           
+*  2009  4  1 23 45  0.00000000
+PR02  11307.943294  -2098.017144 -22773.084010     20.630003 13 13 11           
+PR03   9967.536723 -19200.401398 -13518.596792    -34.311510 15  9 12           
+PR04   4078.734986 -25196.542682   -398.769994     63.590105 15  9 13           
+PR06 -11269.531536    255.458134  22744.143294   -169.162375 11 18  8           
+PR07  -9364.935870  19329.221024  13756.939315    -88.990457 12  5 12           
+PR08  -2825.556956  25094.790023  -3585.527087   -101.865033 12  6 13           
+PR10  -9627.807693   5747.271829 -22930.528496   -140.703979 13  8 11           
+PR11   6582.980355  16505.212750 -18342.791582    -92.554602 11 10 12           
+PR13  19739.801043   7633.994413  14223.842423   -230.578456  9 12 10           
+PR14   9576.901017  -5784.459232  22905.266403    -79.369909 16  8 15           
+PR15  -6686.967298 -16261.404399  18433.397666     92.266363 16  6 14           
+PR17  20288.432316 -12333.762473  -9430.670382   -261.201287 14 14 17           
+PR18   4665.865116 -12662.048968 -21589.311726     -1.245860 18 13 10           
+PR19 -13220.613081  -5588.493542 -21082.699321    -89.369465 15 13 11           
+PR20 -23735.147886   4868.830900  -8071.582866    -64.914810 13 13  7           
+PR21 -20113.685094  12433.087967   9435.226412   -143.294891  6 10 13           
+PR22  -4935.458065  12754.812105  21599.088471   -201.580783 15 11 12           
+PR23  13717.383615   5333.747011  20828.600222   -199.977141 12 16 14           
+EOF
diff --git a/test/data/sp3/igrg3380.10i b/test/data/sp3/igrg3380.10i
new file mode 100644
index 0000000..bbe67dd
--- /dev/null
+++ b/test/data/sp3/igrg3380.10i
@@ -0,0 +1,11641 @@
+     1.0            IONOSPHERE MAPS     MIX                 IONEX VERSION / TYPE
+tecrms2ionex_2.awk  GRL/UWM            12/05/10 2312UT      PGM / RUN BY / DATE
+Global ionosphere maps for day 338, 2010 ( 4-12-2010)       DESCRIPTION
+IONEX file containing the COMBINED IGS Ionosphere maps      DESCRIPTION
+from the combination of the following IAACs:                DESCRIPTION
+corg                                                        DESCRIPTION
+esrg                                                        DESCRIPTION
+jprg                                                        DESCRIPTION
+uprg                                                        DESCRIPTION
+Contact address: Andrzej Krankowski                         DESCRIPTION
+                 Geodynamics Research Laboratory            DESCRIPTION
+                 University of Warmia and Mazury (GRL/UWM)  DESCRIPTION
+                 Oczapowski St. 1                           DESCRIPTION
+                 10-957-Olsztyn, POLAND                     DESCRIPTION
+                 e-mail:  kand at uwm.edu.pl                   DESCRIPTION
+                                                            DESCRIPTION
+  2010    12     4     0     0     0                        EPOCH OF FIRST MAP
+  2010    12     5     0     0     0                        EPOCH OF LAST MAP
+  7200                                                      INTERVAL
+    13                                                      # OF MAPS IN FILE
+  COSZ                                                      MAPPING FUNCTION
+     0.0                                                    ELEVATION CUTOFF
+Combined TEC calculated as weighted mean of input TEC valuesOBSERVABLES USED
+   322                                                      # OF STATIONS
+    32                                                      # OF SATELLITES
+  6371.0                                                    BASE RADIUS
+     2                                                      MAP DIMENSION
+   450.0 450.0   0.0                                        HGT1 / HGT2 / DHGT
+    87.5 -87.5  -2.5                                        LAT1 / LAT2 / DLAT
+  -180.0 180.0   5.0                                        LON1 / LON2 / DLON
+    -1                                                      EXPONENT
+TEC values in  0.1 TECUs; 9999 if no value available        COMMENT
+DCB values in nanoseconds, reference is Sum_of_SatDCBs = 0  COMMENT
+DIFFERENTIAL CODE BIASES                                    START OF AUX DATA
+   G01     2.005     0.231                                  PRN / BIAS / RMS    
+   G02     5.293     0.042                                  PRN / BIAS / RMS    
+   G03    -2.871     0.029                                  PRN / BIAS / RMS    
+   G04    -1.812     0.011                                  PRN / BIAS / RMS    
+   G05     0.690     0.094                                  PRN / BIAS / RMS    
+   G06    -2.513     0.021                                  PRN / BIAS / RMS    
+   G07     1.298     0.031                                  PRN / BIAS / RMS    
+   G08    -2.922     0.026                                  PRN / BIAS / RMS    
+   G09    -2.194     0.048                                  PRN / BIAS / RMS    
+   G10    -4.159     0.053                                  PRN / BIAS / RMS    
+   G11     1.791     0.067                                  PRN / BIAS / RMS    
+   G12     1.976     0.018                                  PRN / BIAS / RMS    
+   G13     1.474     0.022                                  PRN / BIAS / RMS    
+   G14     0.012     0.030                                  PRN / BIAS / RMS    
+   G15     0.789     0.092                                  PRN / BIAS / RMS    
+   G16     0.730     0.035                                  PRN / BIAS / RMS    
+   G17     0.955     0.027                                  PRN / BIAS / RMS    
+   G18     1.181     0.034                                  PRN / BIAS / RMS    
+   G19     3.682     0.055                                  PRN / BIAS / RMS    
+   G20    -0.579     0.218                                  PRN / BIAS / RMS    
+   G21     1.850     0.050                                  PRN / BIAS / RMS    
+   G22     5.265     0.138                                  PRN / BIAS / RMS    
+   G23     7.389     0.044                                  PRN / BIAS / RMS    
+   G24    -5.000     0.058                                  PRN / BIAS / RMS    
+   G25    -9.060     0.089                                  PRN / BIAS / RMS    
+   G26    -1.681     0.064                                  PRN / BIAS / RMS    
+   G27    -3.215     0.061                                  PRN / BIAS / RMS    
+   G28     0.985     0.039                                  PRN / BIAS / RMS    
+   G29     0.140     0.065                                  PRN / BIAS / RMS    
+   G30    -0.433     0.039                                  PRN / BIAS / RMS    
+   G31     2.850     0.070                                  PRN / BIAS / RMS    
+   G32    -3.915     0.046                                  PRN / BIAS / RMS    
+   R01     0.639     0.019                                  PRN / BIAS / RMS    
+   R02    -0.319     0.020                                  PRN / BIAS / RMS    
+   R05    -3.307     0.018                                  PRN / BIAS / RMS    
+   R06     1.294     0.019                                  PRN / BIAS / RMS    
+   R07    16.884     0.019                                  PRN / BIAS / RMS    
+   R08     7.975     0.019                                  PRN / BIAS / RMS    
+   R09    -3.322     0.019                                  PRN / BIAS / RMS    
+   R10    -7.497     0.019                                  PRN / BIAS / RMS    
+   R11    -1.835     0.020                                  PRN / BIAS / RMS    
+   R12    -5.866     0.019                                  PRN / BIAS / RMS    
+   R13    -1.837     0.019                                  PRN / BIAS / RMS    
+   R15    -2.011     0.018                                  PRN / BIAS / RMS    
+   R16    -3.535     0.018                                  PRN / BIAS / RMS    
+   R18    -4.122     0.019                                  PRN / BIAS / RMS    
+   R19     6.133     0.019                                  PRN / BIAS / RMS    
+   R20    -2.205     0.018                                  PRN / BIAS / RMS    
+   R21     6.105     0.018                                  PRN / BIAS / RMS    
+   R22     0.415     0.019                                  PRN / BIAS / RMS    
+   R23    -3.498     0.018                                  PRN / BIAS / RMS    
+   R24     0.017     0.002                                  PRN / BIAS / RMS    
+   G  ADIS 31502M001           1.346     0.940              STATION / BIAS / RMS
+   G  AJAC                    12.804     0.056              STATION / BIAS / RMS
+   G  ALBH 40129M003          10.147     0.753              STATION / BIAS / RMS
+   G  ALGO 40104M002           6.484     1.396              STATION / BIAS / RMS
+   G  ALIC                    13.843     1.057              STATION / BIAS / RMS
+   G  ALRT                    -4.673     0.757              STATION / BIAS / RMS
+   G  AMC2 40472S004           6.800     1.776              STATION / BIAS / RMS
+   G  ANKR 20805M002         -14.999     1.500              STATION / BIAS / RMS
+   G  AQUI                    19.073   999.900              STATION / BIAS / RMS
+   G  AREQ                    -2.086     0.879              STATION / BIAS / RMS
+   G  ARTU                    -8.024     1.109              STATION / BIAS / RMS
+   G  ASC1 30602M001           4.645   999.900              STATION / BIAS / RMS
+   G  ASPA 50503S006         -11.943     1.788              STATION / BIAS / RMS
+   G  AUCK                    15.213     0.064              STATION / BIAS / RMS
+   G  AZCO 49454M001          -0.097   999.900              STATION / BIAS / RMS
+   G  BAIE 40151M001           9.815   999.900              STATION / BIAS / RMS
+   G  BAKE 40152M001           6.516     1.903              STATION / BIAS / RMS
+   G  BAN2 22306M003           5.457   999.900              STATION / BIAS / RMS
+   G  BARH                     8.479     0.374              STATION / BIAS / RMS
+   G  BDOS 43401M001          -6.617   999.900              STATION / BIAS / RMS
+   G  BHR1 24901M002          -5.214   999.900              STATION / BIAS / RMS
+   G  BILI 12363M001         -17.772   999.900              STATION / BIAS / RMS
+   G  BJCO                   -11.488   999.900              STATION / BIAS / RMS
+   G  BJFS                   -12.903     0.949              STATION / BIAS / RMS
+   G  BLYT                    40.384     0.150              STATION / BIAS / RMS
+   G  BOGI                   -19.523   999.900              STATION / BIAS / RMS
+   G  BOGO 12207M002           0.151   999.900              STATION / BIAS / RMS
+   G  BOGT                    -3.483     0.037              STATION / BIAS / RMS
+   G  BOR1 12205M002          19.529   999.900              STATION / BIAS / RMS
+   G  BRAZ 41606M001          21.951   999.900              STATION / BIAS / RMS
+   G  BRFT 41602M002           5.077     1.646              STATION / BIAS / RMS
+   G  BRMU                    11.749     1.242              STATION / BIAS / RMS
+   G  BRST 10004M004          14.051     1.626              STATION / BIAS / RMS
+   G  BRUS 13101M004          -2.923     1.496              STATION / BIAS / RMS
+   G  BSHM 20705M001          -1.020   999.900              STATION / BIAS / RMS
+   G  BUCU                    10.207     0.094              STATION / BIAS / RMS
+   G  BZRG                    11.775   999.900              STATION / BIAS / RMS
+   G  CAGL 12725M003          20.270   999.900              STATION / BIAS / RMS
+   G  CAGZ                   -13.521     1.091              STATION / BIAS / RMS
+   G  CALL 42205M001          12.668   999.900              STATION / BIAS / RMS
+   G  CAS1                    14.877     0.907              STATION / BIAS / RMS
+   G  CEBR 13408M001          -2.668   999.900              STATION / BIAS / RMS
+   G  CEDU 50138M001           3.864   999.900              STATION / BIAS / RMS
+   G  CFAG 41517S001          44.768   999.900              STATION / BIAS / RMS
+   G  CHAN 21611M002          -5.223   999.900              STATION / BIAS / RMS
+   G  CHAT                    -4.069     0.173              STATION / BIAS / RMS
+   G  CHPI                    -3.427     0.874              STATION / BIAS / RMS
+   G  CHUR                    10.851     1.298              STATION / BIAS / RMS
+   G  CHWK 40142M001          38.670   999.900              STATION / BIAS / RMS
+   G  CIC1 40508M002           4.409   999.900              STATION / BIAS / RMS
+   G  CMBB                     2.406   999.900              STATION / BIAS / RMS
+   G  CNMR 50512M001         -10.601     1.894              STATION / BIAS / RMS
+   G  COCO 50127M001         -14.475   999.900              STATION / BIAS / RMS
+   G  CONT                     2.170   999.900              STATION / BIAS / RMS
+   G  CONZ                     7.846     1.048              STATION / BIAS / RMS
+   G  COPO 41714S001          40.520   999.900              STATION / BIAS / RMS
+   G  CORD 41511M001          -8.778   999.900              STATION / BIAS / RMS
+   G  COSO 40469M001          -7.158   999.900              STATION / BIAS / RMS
+   G  COYQ 41715S001          40.948   999.900              STATION / BIAS / RMS
+   G  CRAO 12337M002          -1.010   999.900              STATION / BIAS / RMS
+   G  CRAR 66001M004          -0.081   999.900              STATION / BIAS / RMS
+   G  CRO1                    -3.450     1.159              STATION / BIAS / RMS
+   G  CTWN                   -13.437   999.900              STATION / BIAS / RMS
+   G  CUSV 21904S001          37.467   999.900              STATION / BIAS / RMS
+   G  DAEJ                    21.488     0.229              STATION / BIAS / RMS
+   G  DAKA 34106M001           1.758   999.900              STATION / BIAS / RMS
+   G  DARW                    14.292     1.309              STATION / BIAS / RMS
+   G  DAV1 66010M001          15.784   999.900              STATION / BIAS / RMS
+   G  DGAR                    -5.867     1.228              STATION / BIAS / RMS
+   G  DRAG 20710S001          11.827   999.900              STATION / BIAS / RMS
+   G  DRAO                    17.177     0.013              STATION / BIAS / RMS
+   G  DUBO                    11.879     0.013              STATION / BIAS / RMS
+   G  DUBR                    22.442   999.900              STATION / BIAS / RMS
+   G  DUND 50212M003          -0.438   999.900              STATION / BIAS / RMS
+   G  EBRE                    15.845   999.900              STATION / BIAS / RMS
+   G  ESCU 40168M001          -4.234   999.900              STATION / BIAS / RMS
+   G  FAA1 92201M012          -1.544     1.882              STATION / BIAS / RMS
+   G  FAIR                    -9.192     0.044              STATION / BIAS / RMS
+   G  FALE                    12.870     0.028              STATION / BIAS / RMS
+   G  FFMJ                    -8.787   999.900              STATION / BIAS / RMS
+   G  FLIN                     6.428     0.044              STATION / BIAS / RMS
+   G  FLRS 31907M001          13.201   999.900              STATION / BIAS / RMS
+   G  FUNC 13911S001          13.514   999.900              STATION / BIAS / RMS
+   G  GANP 11515M001          -8.903   999.900              STATION / BIAS / RMS
+   G  GENO                    -7.348   999.900              STATION / BIAS / RMS
+   G  GLPS 42005M002          -1.673     1.604              STATION / BIAS / RMS
+   G  GLSV                     9.092     0.885              STATION / BIAS / RMS
+   G  GMAS 31303S004          24.190   999.900              STATION / BIAS / RMS
+   G  GODE                    -2.324     0.036              STATION / BIAS / RMS
+   G  GODZ 40451M123           2.616   999.900              STATION / BIAS / RMS
+   G  GOLD                    -6.814     0.062              STATION / BIAS / RMS
+   G  GOPE 11502M002          10.579   999.900              STATION / BIAS / RMS
+   G  GOUG 30608M001          -9.829   999.900              STATION / BIAS / RMS
+   G  GRAS 10002M006         -17.688   999.900              STATION / BIAS / RMS
+   G  GRAZ 11001M002          19.488   999.900              STATION / BIAS / RMS
+   G  GUAM                    -4.467     1.316              STATION / BIAS / RMS
+   G  GUAO                    -2.134     0.484              STATION / BIAS / RMS
+   G  GUAT                    15.683     1.095              STATION / BIAS / RMS
+   G  GUUG 82301M001         -15.771     1.871              STATION / BIAS / RMS
+   G  HALY 20102M001         -14.309   999.900              STATION / BIAS / RMS
+   G  HARB 30302M009          -1.968   999.900              STATION / BIAS / RMS
+   G  HARV                     8.174     0.047              STATION / BIAS / RMS
+   G  HERS                     6.336   999.900              STATION / BIAS / RMS
+   G  HERT 13212M010           9.631     1.627              STATION / BIAS / RMS
+   G  HILO 49979S001          -4.811   999.900              STATION / BIAS / RMS
+   G  HKLO                     3.249   999.900              STATION / BIAS / RMS
+   G  HLFX 40120M001           9.736   999.900              STATION / BIAS / RMS
+   G  HNLC                   -13.748     0.301              STATION / BIAS / RMS
+   G  HNPT 49913S001          15.490   999.900              STATION / BIAS / RMS
+   G  HOB2 50116M004          14.025   999.900              STATION / BIAS / RMS
+   G  HOFN                    -6.800     1.024              STATION / BIAS / RMS
+   G  HOLB                     7.492     0.192              STATION / BIAS / RMS
+   G  HOLM                    -4.830     1.117              STATION / BIAS / RMS
+   G  HOPB                    -6.401   999.900              STATION / BIAS / RMS
+   G  HRAO                     1.992     1.156              STATION / BIAS / RMS
+   G  HVLK                    -9.594   999.900              STATION / BIAS / RMS
+   G  HYDE                     8.944     0.916              STATION / BIAS / RMS
+   G  IENG 12724S001          -4.051   999.900              STATION / BIAS / RMS
+   G  IISC                    -0.513     1.050              STATION / BIAS / RMS
+   G  INEG                    18.674     0.739              STATION / BIAS / RMS
+   G  INVK 40150M001          -9.139     0.870              STATION / BIAS / RMS
+   G  IQAL 40194M001          13.065   999.900              STATION / BIAS / RMS
+   G  IQQE 41708S002          45.043   999.900              STATION / BIAS / RMS
+   G  IQUI 42204M001          13.659   999.900              STATION / BIAS / RMS
+   G  IRKJ                    -8.422     1.086              STATION / BIAS / RMS
+   G  ISPA 41703M007          -4.803   999.900              STATION / BIAS / RMS
+   G  ISTA 20807M001          -9.716   999.900              STATION / BIAS / RMS
+   G  JAB1 50136M001          -9.835   999.900              STATION / BIAS / RMS
+   G  JOZE 12204M001          -9.087   999.900              STATION / BIAS / RMS
+   G  JPLM                     6.757   999.900              STATION / BIAS / RMS
+   G  JPLV                     5.018   999.900              STATION / BIAS / RMS
+   G  KARR                   -16.271     0.305              STATION / BIAS / RMS
+   G  KELY                    -5.069     0.102              STATION / BIAS / RMS
+   G  KERG                     1.323     0.557              STATION / BIAS / RMS
+   G  KHAJ                    -4.905     1.046              STATION / BIAS / RMS
+   G  KHAR 12314M001          10.177     1.693              STATION / BIAS / RMS
+   G  KIR0 10422M001          -1.467   999.900              STATION / BIAS / RMS
+   G  KIRU                    -4.301     0.294              STATION / BIAS / RMS
+   G  KIT3                     5.610     0.313              STATION / BIAS / RMS
+   G  KOKB                    -4.360     0.885              STATION / BIAS / RMS
+   G  KOSG 13504M003          12.032     1.248              STATION / BIAS / RMS
+   G  KOUC 92727S001         -11.094   999.900              STATION / BIAS / RMS
+   G  KOUR                   -12.956     1.143              STATION / BIAS / RMS
+   G  KUNM                     5.337     0.097              STATION / BIAS / RMS
+   G  KUUJ 40154M001           5.677   999.900              STATION / BIAS / RMS
+   G  LAE1 51002M001         -10.426   999.900              STATION / BIAS / RMS
+   G  LHAZ                    -4.771     1.165              STATION / BIAS / RMS
+   G  LMNO                    -9.348   999.900              STATION / BIAS / RMS
+   G  LPAL 81701M001          15.319   999.900              STATION / BIAS / RMS
+   G  LPGS 41510M001          11.543     0.757              STATION / BIAS / RMS
+   G  LROC                    -3.441     0.133              STATION / BIAS / RMS
+   G  MAC1 50135M001          -5.771     0.408              STATION / BIAS / RMS
+   G  MAD2 13407S012          -4.344   999.900              STATION / BIAS / RMS
+   G  MADR                    -5.102   999.900              STATION / BIAS / RMS
+   G  MAG0 12354M001         -11.072   999.900              STATION / BIAS / RMS
+   G  MAL2 33201M003          -3.818     1.685              STATION / BIAS / RMS
+   G  MALD 22901S001          27.696   999.900              STATION / BIAS / RMS
+   G  MANA 41201S001          -1.381   999.900              STATION / BIAS / RMS
+   G  MAR6 10405M002          -5.185   999.900              STATION / BIAS / RMS
+   G  MARS                    14.595     0.662              STATION / BIAS / RMS
+   G  MAS1                   -11.036     1.259              STATION / BIAS / RMS
+   G  MATE                     7.428     1.112              STATION / BIAS / RMS
+   G  MAUI                    -7.267     0.120              STATION / BIAS / RMS
+   G  MAW1 66004M001           8.155   999.900              STATION / BIAS / RMS
+   G  MBAR 33901M001          -6.247   999.900              STATION / BIAS / RMS
+   G  MCCJ                     2.271   999.900              STATION / BIAS / RMS
+   G  MCIL 21789S001          23.619   999.900              STATION / BIAS / RMS
+   G  MCM4                    -5.454     2.512              STATION / BIAS / RMS
+   G  MDO1                    -0.796     0.081              STATION / BIAS / RMS
+   G  MDVJ                    12.743     1.086              STATION / BIAS / RMS
+   G  MEDI                     1.073   999.900              STATION / BIAS / RMS
+   G  METS 10503S011         -12.639   999.900              STATION / BIAS / RMS
+   G  METZ                    -6.769     2.035              STATION / BIAS / RMS
+   G  MIKL                    16.004     0.084              STATION / BIAS / RMS
+   G  MIZU 21702M002          -0.053     1.614              STATION / BIAS / RMS
+   G  MKEA 40477M001           4.426   999.900              STATION / BIAS / RMS
+   G  MOBJ 12365M002          -3.693     1.639              STATION / BIAS / RMS
+   G  MOBS 50182M001          10.117   999.900              STATION / BIAS / RMS
+   G  MONP                   -13.944   999.900              STATION / BIAS / RMS
+   G  MORP                    20.083     0.628              STATION / BIAS / RMS
+   G  MTBG                    -9.594   999.900              STATION / BIAS / RMS
+   G  MTKA 21741S002          -6.474     1.875              STATION / BIAS / RMS
+   G  NAIN                    -3.129     0.263              STATION / BIAS / RMS
+   G  NANO 40138M001          10.843     1.568              STATION / BIAS / RMS
+   G  NICO                    10.663     0.047              STATION / BIAS / RMS
+   G  NISU 49507M001           9.871   999.900              STATION / BIAS / RMS
+   G  NKLG 32809M002         -18.731   999.900              STATION / BIAS / RMS
+   G  NLIB 40465M001           8.004   999.900              STATION / BIAS / RMS
+   G  NNOR 50181M001          -7.188   999.900              STATION / BIAS / RMS
+   G  NOT1                    -2.510     1.004              STATION / BIAS / RMS
+   G  NOVM 12367M002          -8.955     1.883              STATION / BIAS / RMS
+   G  NRC1                   -18.477     0.036              STATION / BIAS / RMS
+   G  NRIL                    -3.187     1.270              STATION / BIAS / RMS
+   G  NRMD 92701M005          -8.606     1.078              STATION / BIAS / RMS
+   G  NSSP 12312M001          -4.699   999.900              STATION / BIAS / RMS
+   G  NTUS                    12.740     1.259              STATION / BIAS / RMS
+   G  NURK 34001M001         -25.520     6.441              STATION / BIAS / RMS
+   G  NVSK 12319M001          24.101   999.900              STATION / BIAS / RMS
+   G  NYA1 10317M003         -14.567   999.900              STATION / BIAS / RMS
+   G  NYAL                    19.460     0.206              STATION / BIAS / RMS
+   G  OHI2                   -10.932     0.247              STATION / BIAS / RMS
+   G  OHI3 66008M006          14.803     1.302              STATION / BIAS / RMS
+   G  ONSA                    -5.437     1.043              STATION / BIAS / RMS
+   G  OPMT 10001S006          -7.545   999.900              STATION / BIAS / RMS
+   G  ORID                    11.729     0.086              STATION / BIAS / RMS
+   G  OUS2 50212M002          -1.506   999.900              STATION / BIAS / RMS
+   G  PADO                    18.757   999.900              STATION / BIAS / RMS
+   G  PALM 66005M002           2.200   999.900              STATION / BIAS / RMS
+   G  PARC 41716S001          -4.894   999.900              STATION / BIAS / RMS
+   G  PARK 50108M001           4.283   999.900              STATION / BIAS / RMS
+   G  PDEL                     8.895     1.062              STATION / BIAS / RMS
+   G  PENC 11206M006          11.439     1.892              STATION / BIAS / RMS
+   G  PERT                    -7.301     1.058              STATION / BIAS / RMS
+   G  PETP 12355M002         -11.214   999.900              STATION / BIAS / RMS
+   G  PFA2 11005M003          -3.753   999.900              STATION / BIAS / RMS
+   G  PICL 40155M001          12.326   999.900              STATION / BIAS / RMS
+   G  PIE1 40456M001          -4.023   999.900              STATION / BIAS / RMS
+   G  PIMO                    -0.998     1.149              STATION / BIAS / RMS
+   G  PLTC                    -4.892   999.900              STATION / BIAS / RMS
+   G  POL2                   -10.960     0.297              STATION / BIAS / RMS
+   G  POLV                    18.360     0.099              STATION / BIAS / RMS
+   G  POTS                     0.225     0.243              STATION / BIAS / RMS
+   G  POVE 41628M001           2.019   999.900              STATION / BIAS / RMS
+   G  PRDS                     3.105     0.025              STATION / BIAS / RMS
+   G  QAQ1                    -5.907     0.843              STATION / BIAS / RMS
+   G  QIKI                    -2.711     0.118              STATION / BIAS / RMS
+   G  QUIN                    -6.468     0.025              STATION / BIAS / RMS
+   G  RABT                     0.206     1.086              STATION / BIAS / RMS
+   G  RAMO                    10.127     0.090              STATION / BIAS / RMS
+   G  RBAY                     9.922     1.120              STATION / BIAS / RMS
+   G  RCMN 33203M001          10.710   999.900              STATION / BIAS / RMS
+   G  RECF 41617M001          19.185   999.900              STATION / BIAS / RMS
+   G  REDU 13102M001          -3.043   999.900              STATION / BIAS / RMS
+   G  RESO 40149M001           1.631     0.827              STATION / BIAS / RMS
+   G  REUN 97401M003          -5.420     1.672              STATION / BIAS / RMS
+   G  REYK                    -9.452     1.074              STATION / BIAS / RMS
+   G  RIGA 12302M002           5.200   999.900              STATION / BIAS / RMS
+   G  RIO2 41507M006         -12.706     0.420              STATION / BIAS / RMS
+   G  RIOP                    41.752     0.017              STATION / BIAS / RMS
+   G  ROAP                    18.969   999.900              STATION / BIAS / RMS
+   G  SALU 41640M001          -8.560   999.900              STATION / BIAS / RMS
+   G  SANT 41705M003         -14.941     1.566              STATION / BIAS / RMS
+   G  SASK                    -4.852     0.183              STATION / BIAS / RMS
+   G  SAVO 41643M001          18.270   999.900              STATION / BIAS / RMS
+   G  SCH2                     9.232     1.250              STATION / BIAS / RMS
+   G  SCOR                    -3.440     0.067              STATION / BIAS / RMS
+   G  SCUB                   -10.837     1.163              STATION / BIAS / RMS
+   G  SELE                     8.483     0.286              STATION / BIAS / RMS
+   G  SEY1                    -1.773     1.097              STATION / BIAS / RMS
+   G  SFER                    19.284   999.900              STATION / BIAS / RMS
+   G  SHAO                    -5.268     0.222              STATION / BIAS / RMS
+   G  SIMO 30307M001           4.262   999.900              STATION / BIAS / RMS
+   G  SOFI                    16.373     1.147              STATION / BIAS / RMS
+   G  SOLA 20101M001          -4.275   999.900              STATION / BIAS / RMS
+   G  SPT0 10425M001          -4.459   999.900              STATION / BIAS / RMS
+   G  SSIA 41401S001          41.625   999.900              STATION / BIAS / RMS
+   G  STJO                     5.163     1.180              STATION / BIAS / RMS
+   G  STK2 21731S004          17.141   999.900              STATION / BIAS / RMS
+   G  STR1 50119M002          12.913   999.900              STATION / BIAS / RMS
+   G  SULP                    18.617   999.900              STATION / BIAS / RMS
+   G  SUNM 50143M001          -5.136   999.900              STATION / BIAS / RMS
+   G  SUTH                    -6.038     1.186              STATION / BIAS / RMS
+   G  SUWN 23903M001          26.101   999.900              STATION / BIAS / RMS
+   G  SVTL 12350M001           8.081   999.900              STATION / BIAS / RMS
+   G  SYDN 50124M003          -8.034     1.573              STATION / BIAS / RMS
+   G  SYOG                    35.531     1.217              STATION / BIAS / RMS
+   G  TABV 49901M001           1.854   999.900              STATION / BIAS / RMS
+   G  TASH 89953M001         -14.210   999.900              STATION / BIAS / RMS
+   G  TCMS                     9.216     0.142              STATION / BIAS / RMS
+   G  TEHN 20404M002          -3.119   999.900              STATION / BIAS / RMS
+   G  THTI                   -17.091     1.268              STATION / BIAS / RMS
+   G  THU2 43001M002           2.771   999.900              STATION / BIAS / RMS
+   G  THU3                    -7.115     0.047              STATION / BIAS / RMS
+   G  TIDB                    -7.197     0.210              STATION / BIAS / RMS
+   G  TIXI                    -4.266     0.346              STATION / BIAS / RMS
+   G  TLSE                   -15.017     0.109              STATION / BIAS / RMS
+   G  TN22 49450M001          11.096   999.900              STATION / BIAS / RMS
+   G  TNML 23604S001           7.307   999.900              STATION / BIAS / RMS
+   G  TOW2 50140M001          10.202   999.900              STATION / BIAS / RMS
+   G  TRAB 20808M001         -17.823   999.900              STATION / BIAS / RMS
+   G  TRO1                   -12.506   999.900              STATION / BIAS / RMS
+   G  TROM 10302M003          11.093   999.900              STATION / BIAS / RMS
+   G  TSKB 21730S005           1.172   999.900              STATION / BIAS / RMS
+   G  TUBI                    19.484     0.016              STATION / BIAS / RMS
+   G  TUKT 40165M001          -3.142   999.900              STATION / BIAS / RMS
+   G  TWTF 23603S002          -3.143   999.900              STATION / BIAS / RMS
+   G  UCLU 40140M001          41.328   999.900              STATION / BIAS / RMS
+   G  UFPR 41610M002          21.335   999.900              STATION / BIAS / RMS
+   G  ULAB 24201M001           3.990   999.900              STATION / BIAS / RMS
+   G  UNB3 40146M002         -13.894   999.900              STATION / BIAS / RMS
+   G  UNBJ                    -2.303     1.226              STATION / BIAS / RMS
+   G  UNSA                     2.202     0.075              STATION / BIAS / RMS
+   G  URUM 21612M001           5.423   999.900              STATION / BIAS / RMS
+   G  USNO 40451S003         -16.250   999.900              STATION / BIAS / RMS
+   G  USUD                     0.530     1.083              STATION / BIAS / RMS
+   G  UZHL 12301M001           6.018   999.900              STATION / BIAS / RMS
+   G  VALD 40156M001           6.740   999.900              STATION / BIAS / RMS
+   G  VALP 41712S001          40.182   999.900              STATION / BIAS / RMS
+   G  VESL 66009M001           0.222   999.900              STATION / BIAS / RMS
+   G  VILL 13406M001          -7.841   999.900              STATION / BIAS / RMS
+   G  VIS0 10423M001           0.368   999.900              STATION / BIAS / RMS
+   G  WES2 40440S020          11.367   999.900              STATION / BIAS / RMS
+   G  WHIT                    12.653     1.292              STATION / BIAS / RMS
+   G  WILL                    14.009     0.004              STATION / BIAS / RMS
+   G  WROC                    10.091   999.900              STATION / BIAS / RMS
+   G  WSLR                    36.617   999.900              STATION / BIAS / RMS
+   G  WSRT                     1.915   999.900              STATION / BIAS / RMS
+   G  WTZR                    14.277     1.225              STATION / BIAS / RMS
+   G  WUHN 21602M001          -4.223   999.900              STATION / BIAS / RMS
+   G  XMIS 50183M001          11.727     1.579              STATION / BIAS / RMS
+   G  YAKT                    -8.672     0.390              STATION / BIAS / RMS
+   G  YAR2                    -6.592     0.432              STATION / BIAS / RMS
+   G  YEBE                    44.573     0.009              STATION / BIAS / RMS
+   G  YELL                    -6.282     0.044              STATION / BIAS / RMS
+   G  YIBL 25001M001          14.944   999.900              STATION / BIAS / RMS
+   G  YKRO                    -2.045     0.552              STATION / BIAS / RMS
+   G  YSSK                   -11.382     1.070              STATION / BIAS / RMS
+   G  ZAMB 34601M001          -9.651   999.900              STATION / BIAS / RMS
+   G  ZECK                    -7.572     0.072              STATION / BIAS / RMS
+   G  ZIM2 14001M008         -13.020     1.663              STATION / BIAS / RMS
+   G  ZIMM                    22.076     1.225              STATION / BIAS / RMS
+   G  ZWE2 12330M003           1.543   999.900              STATION / BIAS / RMS
+   R  ADIS 31502M001          -6.030     0.091              STATION / BIAS / RMS
+   R  ALIC 50137M001          -5.438     0.089              STATION / BIAS / RMS
+   R  ANKR 20805M002          -5.511     0.073              STATION / BIAS / RMS
+   R  ASPA 50503S006          -7.443     0.098              STATION / BIAS / RMS
+   R  AZCO 49454M001          -8.674     0.083              STATION / BIAS / RMS
+   R  BAKE 40152M001          12.129     0.079              STATION / BIAS / RMS
+   R  BJCO                    -9.210     0.097              STATION / BIAS / RMS
+   R  BJFS 21601M001          -2.915     0.085              STATION / BIAS / RMS
+   R  BOGO 12207M002         -19.911     0.066              STATION / BIAS / RMS
+   R  BRMU 42501S004         -14.076     0.077              STATION / BIAS / RMS
+   R  BRST 10004M004          -9.447     0.067              STATION / BIAS / RMS
+   R  BSHM 20705M001           6.304     0.080              STATION / BIAS / RMS
+   R  CAGZ 12725M004          -4.637     0.067              STATION / BIAS / RMS
+   R  CALL 42205M001          -8.720     0.090              STATION / BIAS / RMS
+   R  CHUR 40128M002           8.314     0.079              STATION / BIAS / RMS
+   R  CNMR 50512M001          -3.884     0.100              STATION / BIAS / RMS
+   R  CONZ 41719M002          -9.251     0.097              STATION / BIAS / RMS
+   R  CRAR 66001M004           5.637     0.183              STATION / BIAS / RMS
+   R  CTWN                    -8.988     0.098              STATION / BIAS / RMS
+   R  DARW 50134M001         -19.295     0.099              STATION / BIAS / RMS
+   R  FAA1 92201M012          -8.327     0.100              STATION / BIAS / RMS
+   R  FLRS 31907M001          -9.335     0.076              STATION / BIAS / RMS
+   R  FUNC 13911S001          -9.414     0.074              STATION / BIAS / RMS
+   R  GANP 11515M001          -3.537     0.064              STATION / BIAS / RMS
+   R  GLSV 12356M001          -6.325     0.065              STATION / BIAS / RMS
+   R  GODZ 40451M123           1.026     0.075              STATION / BIAS / RMS
+   R  GOPE 11502M002           4.906     0.065              STATION / BIAS / RMS
+   R  GUUG 82301M001         -15.335     0.101              STATION / BIAS / RMS
+   R  HERT 13212M010          -8.569     0.065              STATION / BIAS / RMS
+   R  HNPT 49913S001          -9.595     0.075              STATION / BIAS / RMS
+   R  HOFN 10204M002          -9.292     0.078              STATION / BIAS / RMS
+   R  HYDE 22307M001         -10.378     0.093              STATION / BIAS / RMS
+   R  IQAL 40194M001           6.367     0.080              STATION / BIAS / RMS
+   R  IQUI 42204M001          -9.245     0.092              STATION / BIAS / RMS
+   R  IRKJ 12313M002          -3.460     0.092              STATION / BIAS / RMS
+   R  JPLV                     9.114     0.084              STATION / BIAS / RMS
+   R  KHAJ 12361M001         -10.291     0.097              STATION / BIAS / RMS
+   R  KHAR 12314M001          -6.665     0.066              STATION / BIAS / RMS
+   R  KIR0 10422M001           3.894     0.074              STATION / BIAS / RMS
+   R  KOSG 13504M003          -4.240     0.064              STATION / BIAS / RMS
+   R  KOUR 97301M210          -4.017     0.094              STATION / BIAS / RMS
+   R  LHAZ 21613M002          -7.108     0.120              STATION / BIAS / RMS
+   R  LPAL 81701M001          -8.614     0.078              STATION / BIAS / RMS
+   R  MAL2 33201M003          -7.643     0.091              STATION / BIAS / RMS
+   R  MAS1 31303M002           2.648     0.080              STATION / BIAS / RMS
+   R  MATE 12734M008          -7.019     0.066              STATION / BIAS / RMS
+   R  MCCJ                     5.435     0.067              STATION / BIAS / RMS
+   R  MDVJ 12309M005           0.240     0.077              STATION / BIAS / RMS
+   R  METZ 10503M005         -13.637     0.083              STATION / BIAS / RMS
+   R  MOBJ 12365M002          -3.438     0.066              STATION / BIAS / RMS
+   R  MTKA 21741S002          -1.794     0.112              STATION / BIAS / RMS
+   R  NANO 40138M001         -11.051     0.083              STATION / BIAS / RMS
+   R  NOVM 12367M002          -8.940     0.092              STATION / BIAS / RMS
+   R  NRMD 92701M005          -4.565     0.092              STATION / BIAS / RMS
+   R  NTUS 22601M001          -9.803     0.092              STATION / BIAS / RMS
+   R  NURK 34001M001         -48.059     0.092              STATION / BIAS / RMS
+   R  OHI3 66008M006          -2.777     0.118              STATION / BIAS / RMS
+   R  ONSA 10402M004          -5.894     0.064              STATION / BIAS / RMS
+   R  PARK 50108M001         -16.966     0.095              STATION / BIAS / RMS
+   R  PDEL 31906M004          -9.062     0.074              STATION / BIAS / RMS
+   R  PENC 11206M006         -11.119     0.065              STATION / BIAS / RMS
+   R  PFA2 11005M003         -10.068     0.065              STATION / BIAS / RMS
+   R  REUN 97401M003         -11.242     0.098              STATION / BIAS / RMS
+   R  REYK 10202M001         -12.156     0.080              STATION / BIAS / RMS
+   R  SCH2 40133M002           5.103     0.076              STATION / BIAS / RMS
+   R  SOFI 11101M002          -0.804     0.066              STATION / BIAS / RMS
+   R  SYDN 50124M003         -18.117     0.096              STATION / BIAS / RMS
+   R  TABV 49901M001          -9.519     0.119              STATION / BIAS / RMS
+   R  THTI 92201M009          -6.275     0.102              STATION / BIAS / RMS
+   R  THU2 43001M002          -9.069     0.090              STATION / BIAS / RMS
+   R  TN22 49450M001          10.621     0.084              STATION / BIAS / RMS
+   R  UNB3 40146M002         -11.466     0.074              STATION / BIAS / RMS
+   R  UNBJ 40146M002          -3.514     0.074              STATION / BIAS / RMS
+   R  WHIT 40136M001          19.342     0.087              STATION / BIAS / RMS
+   R  WTZR 14201M010          -2.025     0.064              STATION / BIAS / RMS
+   R  XMIS 50183M001         -16.220     0.094              STATION / BIAS / RMS
+   R  ZIM2 14001M008          -7.180     0.065              STATION / BIAS / RMS
+DIFFERENTIAL CODE BIASES                                    END OF AUX DATA
+                                                            END OF HEADER
+     1                                                      START OF TEC MAP
+  2010    12     4     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   42   42   42   42   41   41   41   41   40   40   40   39   39   39
+   38   38   38   38   38   38   38   38   38   38   38   38   38   38   38   38
+   39   39   39   40   40   40   40   41   41   42   42   42   43   43   43   43
+   43   43   43   43   43   43   43   43   43   43   43   43   43   43   43   43
+   43   43   43   43   43   43   43   43   42
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   44   44   43   43   42   42   41   40   40   39   39   38   38   37
+   36   35   35   34   34   33   33   33   32   32   33   33   33   33   34   35
+   35   36   37   38   38   39   39   40   40   41   41   41   41   42   42   43
+   43   44   44   44   45   45   44   44   44   44   44   44   44   44   44   44
+   44   45   44   45   45   45   45   45   45
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   45   46   45   46   46   47   45   47   44   43   41   40   38   36
+   35   33   32   31   31   30   29   28   28   28   28   28   29   30   30   32
+   33   34   35   36   37   38   39   39   40   40   40   40   40   40   41   41
+   42   42   43   43   43   44   43   43   43   43   44   44   44   44   44   44
+   45   45   45   45   46   46   46   46   46
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   50   51   52   54   55   55   55   52   49   47   43   41   40   38   36
+   35   34   33   31   30   28   27   26   26   25   25   26   27   28   30   31
+   32   34   35   36   36   37   38   38   38   39   39   39   39   38   39   39
+   39   40   40   40   41   41   41   41   42   42   42   43   43   43   43   44
+   44   45   45   46   46   47   47   48   48
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   54   55   56   57   57   55   54   52   51   49   47   46   44   42   41
+   39   37   34   33   31   28   26   25   24   24   24   25   26   28   29   31
+   33   35   36   37   38   38   38   38   38   38   37   37   36   36   36   36
+   36   36   36   37   37   37   38   38   39   40   40   41   41   42   42   43
+   43   44   45   46   47   48   50   51   52
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   59   61   62   62   62   60   59   58   56   54   52   51   49   48   46
+   44   41   38   36   32   30   28   27   25   26   26   27   27   29   30   32
+   34   35   36   38   38   39   38   38   37   36   35   33   33   32   31   30
+   31   31   31   32   33   33   34   35   36   37   38   38   39   40   41   42
+   43   45   46   48   50   52   55   56   58
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   69   70   70   70   69   67   66   63   61   59   57   56   54   52   50
+   48   45   42   40   38   34   32   30   29   28   28   29   30   30   32   34
+   35   36   37   37   37   37   37   36   35   33   31   30   29   28   27   26
+   26   27   27   28   29   30   31   32   34   35   36   37   39   40   41   42
+   44   47   49   52   55   59   63   65   68
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   80   80   81   81   79   76   73   69   66   63   61   59   57   56   54
+   51   48   46   43   41   37   35   33   33   32   32   32   31   32   33   34
+   35   36   37   37   37   35   34   33   32   30   29   27   25   25   24   24
+   24   26   27   27   27   28   30   32   34   36   38   40   42   43   44   45
+   48   51   54   58   63   68   73   77   79
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   93   93   92   92   89   84   81   76   72   68   65   61   59   58   56
+   53   50   49   46   44   41   39   37   36   35   34   34   33   33   33   34
+   34   34   35   35   35   33   32   31   29   27   27   26   24   24   24   24
+   26   27   28   28   29   30   32   34   37   39   42   43   46   47   48   50
+   53   57   62   67   73   79   83   88   91
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  102  104  104  104  102   99   92   88   82   77   73   68   64   62   59   56
+   53   50   48   46   45   45   42   39   38   37   36   36   34   33   33   33
+   32   31   32   32   32   32   32   30   28   27   26   26   25   25   25   27
+   29   30   30   31   32   33   35   37   39   42   45   47   49   51   53   55
+   59   65   70   76   82   88   94   99  102
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  112  112  112  111  107   99   94   88   83   78   73   68   63   59   54
+   51   48   45   43   42   47   43   39   39   38   38   36   35   34   32   32
+   31   30   30   30   31   32   33   31   30   29   28   29   28   28   31   32
+   34   34   35   35   36   37   39   41   44   46   48   50   52   55   58   62
+   67   73   79   86   91   97  104  109  111
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  118  117  118  117  112  105   99   93   88   82   77   71   65   59   54
+   50   45   42   40   39   43   40   38   38   38   38   37   37   35   33   32
+   31   30   31   31   33   34   36   36   36   35   35   35   36   36   39   40
+   41   42   42   43   44   44   45   46   49   52   53   55   59   64   66   71
+   76   82   89   95  100  106  112  116  118
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  121  120  121  119  115  108  103   97   92   86   80   74   67   61   55
+   48   44   41   38   37   38   38   37   38   40   40   40   39   38   36   35
+   34   33   33   35   37   39   42   43   44   45   45   45   46   48   50   50
+   50   51   52   52   52   53   54   53   55   57   58   61   68   73   75   79
+   86   93  100  105  109  113  118  121  121
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  124  123  122  120  117  112  106  100   95   89   83   77   71   63   56
+   49   44   40   38   37   36   37   38   39   42   43   44   44   43   42   40
+   38   38   39   42   45   48   51   53   55   55   56   57   58   59   60   60
+   59   59   60   60   60   62   62   60   59   60   61   65   72   77   80   86
+   93  101  109  114  118  120  123  125  124
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  126  125  125  123  120  115  109  104   98   93   87   80   73   66   58
+   51   46   42   39   38   39   39   41   43   46   49   51   50   50   48   46
+   44   46   48   51   54   57   61   63   65   66   67   68   68   70   69   68
+   66   65   66   66   66   66   66   66   62   63   65   69   74   79   83   90
+   98  107  116  122  126  128  129  129  128
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  131  130  129  127  124  119  113  108  102   97   91   84   77   69   61
+   54   49   45   44   42   42   43   46   49   53   56   58   58   57   56   55
+   56   56   58   60   64   66   69   72   74   75   76   76   77   78   78   75
+   73   71   70   70   69   68   68   69   65   66   69   74   78   82   87   94
+  103  112  121  128  133  134  135  134  132
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  137  136  134  132  130  124  118  111  106  101   95   89   82   74   66
+   59   54   51   49   48   49   51   53   58   62   65   67   67   66   63   63
+   65   67   68   68   71   73   76   78   80   81   82   83   84   86   85   84
+   80   76   73   72   71   69   69   69   68   69   74   79   83   87   91   98
+  107  117  126  133  138  139  141  141  139
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  144  143  140  138  136  130  123  116  109  105  100   93   87   80   73
+   66   61   57   56   56   57   59   63   68   73   75   76   75   73   71   71
+   74   75   75   74   76   78   81   82   84   85   86   87   89   91   92   89
+   85   80   76   75   74   73   71   70   70   74   79   85   90   93   97  103
+  112  122  131  138  142  144  146  147  146
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  151  148  146  144  141  136  129  120  114  110  105  100   92   86   79
+   73   67   64   62   63   65   68   73   79   84   85   85   82   79   77   77
+   79   79   79   79   80   81   82   84   85   86   86   88   91   94   96   93
+   88   82   78   77   77   76   73   72   74   79   86   92   96  100  104  110
+  118  127  136  141  145  147  150  152  152
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  155  152  149  147  145  142  135  127  119  115  110  106  100   94   88
+   81   74   70   68   69   72   77   83   90   94   92   89   85   83   81   80
+   81   83   83   82   82   82   84   85   86   85   86   88   91   95   97   95
+   89   83   79   78   78   76   73   73   76   83   91   98  103  107  110  116
+  124  132  140  144  147  148  153  157  157
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  157  152  148  146  145  144  140  132  125  120  117  113  108  102   95
+   88   81   75   73   74   79   84   91   98  101   98   93   88   85   84   83
+   84   86   86   86   85   84   84   85   85   84   85   87   91   95   98   96
+   89   83   79   77   76   74   72   73   78   86   96  104  109  113  117  123
+  131  139  145  148  149  151  156  160  160
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  158  152  146  143  144  144  142  136  129  124  123  120  117  111  104
+   97   88   81   78   79   84   90   97  103  106  102   95   89   85   84   85
+   88   90   92   90   89   87   86   86   85   84   85   87   91   95   97   95
+   88   82   78   75   73   71   71   73   79   89  100  109  115  119  123  130
+  138  147  153  155  156  157  160  164  163
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  162  153  144  139  139  141  142  138  133  128  128  128  124  118  112
+  104   95   86   82   83   88   95  101  105  107  102   96   91   89   89   91
+   94   96   98   96   94   91   89   88   87   85   85   87   92   95   95   92
+   86   80   75   72   70   69   71   74   82   93  105  115  121  125  131  139
+  148  157  164  165  165  167  170  172  170
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  172  159  146  138  135  137  140  139  136  132  131  132  130  125  119
+  110  100   90   85   85   90   96   99  102  105  101   97   95   96   97   99
+  102  104  105  104  101   97   94   92   90   87   87   88   92   93   92   88
+   83   77   72   69   68   69   71   77   86   97  109  120  128  134  140  150
+  161  171  178  180  182  184  186  188  183
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  206  191  174  157  145  139  137  138  139  138  135  134  134  133  129  123
+  114  104   93   88   88   91   94   97   99  101  100  100  102  106  109  112
+  112  113  114  113  110  104   99   96   93   91   89   89   91   92   90   86
+   80   74   69   67   67   68   73   80   90  102  114  126  136  142  150  162
+  174  186  195  201  206  209  212  213  206
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  241  227  206  187  168  155  146  143  141  141  138  137  135  133  130  123
+  115  105   96   91   90   92   94   97   98  101  102  106  111  118  124  124
+  122  121  121  123  120  113  105  100   97   93   91   90   91   90   88   83
+   77   72   68   65   65   68   73   82   93  106  119  132  144  153  162  176
+  190  203  215  226  236  243  247  249  241
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  286  275  260  236  209  186  167  156  150  148  145  140  136  132  128  122
+  114  105   99   94   92   93   95   98  101  105  109  115  123  132  138  135
+  130  127  128  132  129  120  110  103   98   94   91   90   90   89   86   81
+   76   71   67   65   64   67   73   83   96  109  122  137  151  163  174  189
+  204  220  235  252  268  280  289  292  286
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  333  328  320  298  267  234  202  181  167  161  155  146  138  130  125  120
+  114  106  100   96   93   94   97  103  108  114  119  125  136  147  150  146
+  138  131  133  135  132  123  113  104   98   94   91   89   88   86   83   80
+   75   70   67   65   64   66   74   87  100  112  126  140  156  170  184  200
+  217  236  255  278  299  318  328  333  333
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  372  374  372  361  332  294  255  220  196  182  170  157  143  132  124  119
+  115  109  102   98   95   97  102  111  119  125  130  133  146  156  155  150
+  141  133  134  134  132  124  113  104   97   93   90   87   86   84   82   79
+   74   71   67   64   64   67   76   90  105  117  130  147  164  180  194  211
+  228  251  274  300  323  345  359  366  372
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  391  400  409  408  390  350  304  265  233  211  192  173  154  138  128  123
+  118  114  107  102   99  102  110  121  132  138  142  141  148  155  154  148
+  137  129  128  129  129  121  112  103   96   92   88   86   84   83   81   79
+   75   70   66   64   64   68   78   93  109  122  137  154  173  191  205  221
+  240  264  290  314  336  357  373  382  391
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  390  403  421  434  426  396  353  307  275  247  221  196  170  150  136  129
+  124  120  113  108  105  108  117  132  145  151  151  149  148  151  148  140
+  129  122  122  123  123  119  111  103   96   92   88   85   83   81   80   78
+   73   69   66   63   63   67   78   96  113  129  144  161  181  199  214  230
+  251  276  300  321  339  357  371  381  390
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  372  385  408  428  434  419  386  345  311  280  251  222  192  166  148  137
+  132  126  122  116  115  117  127  144  159  165  161  155  151  147  142  132
+  123  118  117  118  119  117  111  104   97   92   89   85   82   80   79   76
+   72   68   64   62   61   66   78   97  118  134  149  166  187  206  221  238
+  260  283  306  323  337  349  358  365  372
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  344  355  379  405  420  418  399  371  340  309  279  250  216  186  163  151
+  143  137  133  129  130  132  144  160  174  181  173  161  153  145  138  129
+  121  117  116  116  118  116  113  106   99   95   90   86   82   81   79   76
+   72   67   64   61   61   66   79   99  121  140  156  172  191  210  227  245
+  266  289  308  322  333  340  343  342  344
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  318  326  348  374  396  403  397  381  358  332  305  275  242  211  185  171
+  159  154  150  149  150  154  166  178  192  197  180  165  157  147  139  131
+  124  120  119  118  119  119  115  109  102   96   91   86   83   81   79   76
+   72   68   65   63   62   67   81  103  126  145  161  178  195  213  230  249
+  270  291  310  322  331  334  331  324  318
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  304  307  324  349  372  387  392  385  369  347  323  297  264  237  210  195
+  182  175  170  171  174  179  187  196  206  205  184  171  163  155  148  139
+  134  129  125  122  122  121  117  111  104   98   93   89   85   82   80   78
+   74   71   68   66   66   70   83  106  129  148  164  180  196  212  230  250
+  272  293  311  324  333  336  329  316  304
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  309  306  317  336  357  375  387  389  378  359  337  313  286  259  237  221
+  209  199  194  195  201  205  207  210  212  205  189  180  174  168  164  154
+  147  140  133  127  125  122  119  112  106  101   96   92   88   86   84   82
+   79   75   72   70   70   73   86  107  130  148  163  179  193  208  227  248
+  271  292  311  326  338  343  338  324  309
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  331  322  326  339  356  374  388  394  385  368  349  327  304  280  260  244
+  232  224  221  223  228  230  229  225  214  201  195  191  188  185  180  168
+  159  150  141  133  129  125  120  112  106  103   99   96   93   90   89   86
+   84   79   76   73   74   77   88  105  127  144  159  173  186  201  221  244
+  266  288  308  327  343  355  355  344  331
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  363  352  350  357  370  383  396  401  392  375  358  339  320  299  279  263
+  252  247  245  249  252  251  248  236  216  201  200  199  200  195  189  179
+  169  159  148  139  134  129  121  112  106  104  102  100   97   96   94   91
+   89   84   79   76   76   80   87  102  122  139  153  165  179  194  214  236
+  259  280  301  323  347  368  375  371  363
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  396  386  382  384  390  399  405  406  396  380  364  348  332  315  297  282
+  272  265  262  267  269  268  261  246  222  204  198  196  201  198  193  184
+  175  165  154  145  139  134  125  113  107  106  106  104  102  100   99   97
+   94   88   82   78   77   81   88  101  117  133  146  158  171  187  206  227
+  248  269  291  317  347  375  393  397  396
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  421  417  411  408  407  409  410  406  396  380  367  353  341  326  312  299
+  289  280  274  275  278  279  271  253  228  209  197  195  198  198  195  187
+  178  168  157  151  145  139  127  116  110  110  110  109  107  103  102  101
+   96   90   83   78   78   82   90  101  115  128  140  151  164  179  198  216
+  235  255  278  305  340  377  404  418  421
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  434  433  428  420  412  410  408  400  388  375  364  355  345  333  321  310
+  300  292  284  283  286  287  278  259  237  221  207  202  202  198  194  186
+  177  168  161  155  150  143  131  120  114  113  114  115  111  105  105  102
+   98   91   82   77   78   84   92  103  114  125  135  145  157  171  187  204
+  223  239  261  289  326  367  400  423  434
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  429  431  428  417  404  395  391  383  372  362  356  350  344  334  324  315
+  305  298  293  292  293  292  282  264  246  233  222  214  209  200  190  180
+  172  166  162  157  153  145  133  122  117  117  119  119  113  107  104  102
+   98   90   82   77   79   86   95  105  115  124  134  142  151  164  178  193
+  209  224  244  270  305  347  383  410  429
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  405  411  409  397  380  364  359  355  349  343  342  341  337  331  323  314
+  306  298  294  293  291  290  283  270  255  243  234  224  216  201  188  175
+  167  163  159  155  152  143  133  123  119  119  122  120  113  106  102   99
+   94   88   81   77   81   90   99  108  117  127  136  143  151  161  173  184
+  197  211  228  251  284  319  354  384  405
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  367  377  378  366  346  327  319  318  319  319  322  326  325  322  316  310
+  303  295  291  288  285  286  282  273  262  251  242  231  218  202  186  171
+  162  157  154  151  147  139  131  122  118  119  121  118  110  102   97   94
+   91   85   79   78   84   95  105  114  122  131  140  148  154  163  173  180
+  190  202  216  235  262  291  322  352  367
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  331  340  337  327  311  293  281  280  285  291  299  305  307  307  304  299
+  294  288  284  280  277  277  275  270  262  252  243  230  214  196  178  164
+  154  149  147  145  141  133  124  117  114  115  115  112  103   95   91   89
+   86   82   77   79   88  100  112  121  128  136  144  152  159  165  174  180
+  187  197  208  223  244  267  291  313  331
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  292  300  297  288  274  262  251  249  257  263  273  280  285  286  286  284
+  281  277  272  268  263  263  262  258  253  245  234  220  201  182  164  152
+  145  141  139  136  132  122  114  108  107  108  108  104   95   88   84   83
+   81   79   78   82   92  105  117  126  133  141  148  155  160  166  171  177
+  184  193  203  216  230  246  262  278  292
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  259  264  263  255  245  237  230  228  233  240  249  255  260  263  264  264
+  263  259  254  251  247  247  246  243  237  230  219  204  184  165  149  140
+  136  132  128  124  118  109  102   98   98  100  101   97   88   82   79   79
+   79   79   81   86   97  110  120  128  135  142  150  156  160  165  168  172
+  179  189  199  211  220  230  239  249  259
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  233  236  235  230  223  220  217  217  219  224  228  234  237  240  241  241
+  240  239  233  231  229  228  226  223  218  210  201  186  167  150  138  131
+  127  123  116  109  103   97   92   89   90   92   93   89   83   77   76   78
+   79   82   86   92  102  112  121  127  133  141  148  154  158  162  164  167
+  174  184  194  205  214  220  223  227  233
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  215  218  218  213  211  208  209  210  211  212  213  216  218  218  218  218
+  217  215  211  210  208  207  205  202  197  190  180  167  151  137  128  122
+  118  113  106   98   92   89   85   82   83   85   85   81   77   75   75   78
+   82   87   93   99  107  115  121  125  130  136  142  148  152  156  158  161
+  166  175  188  199  208  212  212  213  215
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  204  205  203  202  202  203  205  206  206  204  202  202  202  201  199  197
+  195  192  189  189  187  187  185  182  177  170  160  149  135  126  119  114
+  111  106   99   92   86   83   79   77   78   78   77   75   74   75   77   82
+   87   92   98  105  111  116  119  122  126  133  138  142  145  148  150  152
+  158  167  180  193  201  204  204  203  204
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  194  194  194  196  199  202  202  201  197  194  192  189  187  183  180
+  177  174  171  171  171  170  169  166  161  154  144  133  124  116  112  109
+  106  101   95   89   84   80   78   76   77   77   74   74   74   76   79   85
+   91   97  104  110  114  117  118  119  122  131  136  137  140  141  143  145
+  150  159  172  185  192  196  195  194  195
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  185  185  186  189  194  196  197  196  192  188  185  181  177  172  167
+  164  161  159  159  159  160  158  155  151  143  133  124  117  113  110  107
+  104  101   95   89   86   82   80   79   79   79   77   76   76   78   82   88
+   93  101  107  112  116  118  118  117  118  125  131  133  136  137  137  139
+  144  153  163  174  181  184  185  186  185
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  173  175  177  181  186  189  189  188  186  182  179  175  171  165  160
+  156  154  153  153  154  156  155  152  147  139  131  123  118  115  112  110
+  106  102   97   92   89   85   84   84   85   83   81   80   79   80   84   89
+   95  102  109  114  118  120  119  119  117  118  125  130  134  134  134  136
+  141  148  156  164  169  173  173  173  174
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  162  163  167  171  175  179  179  179  178  176  174  171  167  162  157
+  154  151  152  153  155  157  157  154  149  141  134  129  125  122  119  116
+  111  105  100   96   94   90   89   91   90   89   87   84   81   82   84   89
+   95  103  110  116  121  123  123  122  120  121  126  130  134  134  134  135
+  140  144  149  154  157  160  161  161  161
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  150  151  155  159  163  166  168  169  169  168  168  167  165  161  157
+  154  153  154  157  159  162  162  159  155  148  144  139  136  132  127  122
+  116  110  104  101   99   96   96   96   96   94   91   87   85   83   85   89
+   95  103  111  119  124  128  129  129  127  127  130  132  135  135  136  136
+  139  141  143  147  149  150  150  150  149
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  140  140  143  146  150  153  155  157  158  160  161  162  162  160  158
+  156  156  158  162  164  166  167  166  163  158  154  150  146  141  135  128
+  122  116  110  105  104  101  100  100   99   97   95   90   88   86   87   90
+   97  105  114  123  130  134  136  136  135  134  134  134  135  136  137  136
+  138  140  141  142  143  143  143  142  141
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  135  134  135  136  138  141  143  145  148  150  153  155  157  158  157
+  158  159  161  165  167  170  171  171  169  165  162  158  154  148  142  135
+  128  122  116  111  109  105  104  103  102  100   98   95   92   90   90   94
+  101  110  119  128  136  141  143  143  141  139  137  136  135  135  136  136
+  137  139  140  140  140  139  139  139  136
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  134  132  130  130  130  132  133  135  137  139  143  146  149  152  154
+  155  158  160  164  167  170  172  172  171  169  166  163  159  155  148  142
+  135  128  122  116  113  109  108  106  104  102  101  100   98   97   96  100
+  108  116  125  135  142  147  149  148  145  142  139  136  134  134  134  136
+  138  140  141  141  140  139  138  138  136
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  137  134  131  129  127  127  127  127  129  131  133  136  140  143  146
+  149  153  156  160  164  167  169  170  170  168  166  165  162  158  153  148
+  141  134  127  121  118  114  112  110  108  106  107  107  106  105  106  109
+  116  124  132  140  147  150  152  150  147  143  138  135  132  132  133  135
+  138  141  143  143  142  141  141  141  140
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  143  139  135  132  129  127  125  124  124  124  126  128  130  133  138
+  141  145  149  153  157  159  161  163  164  164  163  162  161  158  155  149
+  144  137  132  127  123  120  118  116  115  114  113  115  116  116  116  121
+  126  132  138  144  149  152  152  150  146  142  138  133  131  130  131  135
+  139  142  144  145  145  146  146  146  145
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  150  147  143  139  135  131  127  125  123  122  121  122  124  126  130
+  133  137  141  145  147  150  152  153  154  156  156  156  156  155  152  149
+  145  140  135  131  128  125  124  123  123  123  124  124  125  126  127  130
+  134  138  141  145  148  150  151  148  145  140  136  132  130  129  131  136
+  140  144  147  149  150  152  153  153  153
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  159  156  152  147  142  138  134  130  126  124  122  122  122  123  125
+  128  131  134  137  140  142  143  144  146  147  148  149  149  150  149  147
+  144  141  138  134  132  130  129  129  130  132  132  131  132  134  135  135
+  138  140  141  143  145  145  146  145  142  139  136  133  130  130  132  137
+  142  147  151  154  156  159  161  161  160
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  168  165  161  155  151  146  142  138  134  131  128  126  125  126  127
+  128  131  132  134  136  137  138  139  139  140  141  143  144  145  145  145
+  143  140  138  136  135  133  132  132  133  134  134  134  134  135  136  137
+  138  138  138  138  139  139  140  141  139  138  136  134  132  132  136  141
+  146  152  155  158  162  165  167  168  168
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  175  173  169  165  161  157  153  149  145  141  138  136  135  134  134
+  134  135  135  136  136  136  137  137  137  137  138  139  140  141  142  141
+  140  138  137  135  134  133  132  132  132  132  132  132  132  131  132  134
+  133  133  133  132  132  131  133  135  137  137  137  136  136  137  141  146
+  151  156  158  163  166  170  173  174  176
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  179  179  177  174  171  167  163  160  157  153  150  148  147  145  145
+  144  143  143  142  141  140  139  139  138  137  136  137  137  137  137  137
+  136  134  134  132  131  130  130  129  129  128  127  126  126  125  126  126
+  127  127  126  126  125  124  125  130  134  137  139  139  139  142  147  152
+  155  157  160  163  169  174  177  179  180
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  183  182  181  179  177  175  172  170  167  165  162  161  159  157  156
+  154  153  151  149  148  146  144  142  140  139  137  136  135  134  133  132
+  131  129  128  127  126  125  124  124  123  122  120  119  118  118  117  118
+  118  119  119  119  120  119  119  121  129  136  139  140  142  146  150  152
+  153  154  159  165  172  176  179  180  182
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  181  181  181  181  179  178  177  175  174  172  171  169  167  166  165
+  162  160  158  156  153  151  148  146  143  140  138  135  133  132  130  129
+  127  125  123  122  120  120  119  117  116  115  113  112  111  110  111  111
+  110  110  110  112  114  115  117  117  117  128  135  137  142  142  144  146
+  151  156  163  169  172  175  177  179  181
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  176  177  177  177  177  177  176  175  175  174  173  171  170  169  167
+  165  163  161  158  156  153  150  147  144  141  139  135  132  130  128  125
+  123  121  119  117  115  114  113  112  111  111  109  108  107  106  106  107
+  106  107  109  110  112  113  115  118  124  130  137  138  141  145  148  152
+  155  159  163  166  169  171  173  175  176
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  168  169  170  170  170  170  170  170  170  170  169  168  167  166  164
+  163  161  159  156  154  152  149  146  144  140  138  135  132  129  126  124
+  123  119  117  116  114  112  111  110  110  109  109  108  109  108  109  109
+  110  111  113  114  117  119  123  127  131  136  139  141  142  144  146  148
+  152  153  157  159  161  163  165  166  167
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  159  159  159  160  161  161  160  161  162  162  161  160  160  159  158
+  157  155  153  152  150  148  146  144  142  140  137  135  133  130  129  126
+  124  123  121  119  118  116  116  114  114  114  113  114  113  114  114  115
+  117  118  119  121  123  126  128  130  133  135  138  140  142  143  145  146
+  148  149  150  152  153  154  155  156  157
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  150  151  150  151  151  151  151  151  151  151  151  151  150  150  148
+  147  147  146  145  144  143  142  141  140  139  137  136  135  134  133  132
+  130  129  128  127  127  126  126  126  125  125  125  125  125  125  125  126
+  127  127  128  129  130  131  132  134  135  136  137  138  140  141  142  143
+  144  145  145  146  147  148  148  149  149
+     1                                                      END OF TEC MAP     
+     2                                                      START OF TEC MAP
+  2010    12     4     2     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   44   44   44   44   43   43   43   43   42   42   41   41   40   40   39
+   38   38   37   37   37   36   36   36   36   36   36   36   37   37   37   37
+   38   38   38   39   39   39   40   40   41   41   41   42   42   42   42   42
+   42   43   43   43   42   42   42   42   42   42   42   43   43   43   43   43
+   43   43   43   44   44   44   45   45   44
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   45   43   42   41   40   40   39   39   39   38   38   37   37   36
+   36   35   34   33   33   32   32   31   31   31   32   32   32   33   33   34
+   35   36   36   37   38   39   40   40   41   41   42   42   43   43   43   44
+   44   44   44   44   44   44   44   44   43   43   43   43   43   44   44   45
+   45   45   46   46   47   47   47   47   46
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   47   46   47   46   46   46   46   45   44   43   42   41   39   38   37
+   35   34   32   31   29   28   27   27   27   27   27   27   28   29   30   32
+   33   35   36   38   39   40   41   42   43   43   44   44   44   45   45   45
+   45   45   45   44   44   45   44   44   44   44   44   43   43   44   44   45
+   45   46   47   48   48   48   48   47   47
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   51   50   50   49   48   47   47   46   45   44   43   41   39   37
+   36   33   31   29   28   27   25   25   24   24   24   25   25   27   28   30
+   32   34   36   38   39   41   42   43   44   45   45   46   46   46   46   46
+   45   45   44   44   43   44   43   43   43   43   44   44   44   45   46   46
+   48   49   50   51   51   51   51   51   51
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   53   53   52   51   50   49   49   49   49   48   48   47   46   43   42
+   39   36   33   30   27   25   24   23   22   22   23   24   25   27   29   31
+   33   35   37   38   40   41   42   44   45   45   46   46   46   45   45   44
+   44   44   43   42   42   42   42   42   43   44   45   46   47   48   50   51
+   53   54   55   55   56   56   56   55   55
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   58   56   54   52   51   50   50   49   50   50   50   50   49   48   46
+   43   39   36   33   30   28   25   25   24   24   25   27   28   30   31   34
+   34   36   37   39   41   42   43   44   44   45   45   45   44   44   43   43
+   42   41   41   40   40   40   41   42   43   46   48   51   53   55   57   59
+   61   63   63   64   64   64   64   62   60
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   65   62   59   56   53   51   49   49   50   51   51   51   51   50   49
+   46   43   40   38   34   32   29   28   28   28   28   30   32   34   35   36
+   37   38   38   39   40   42   43   44   44   44   44   44   43   42   42   40
+   39   39   39   39   39   40   41   44   47   50   53   57   61   64   67   70
+   72   74   74   75   76   75   74   71   68
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   74   70   66   61   57   54   51   51   51   50   51   51   51   52   51
+   49   47   44   42   38   36   33   32   31   32   33   35   37   38   38   38
+   39   40   40   40   39   39   40   41   42   42   42   42   41   41   40   39
+   38   37   38   39   39   41   44   47   51   56   61   66   70   75   78   81
+   84   85   86   87   87   88   86   83   79
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   85   80   75   69   64   59   55   53   50   49   49   49   50   51   51
+   50   50   49   45   41   39   37   35   34   34   35   38   40   41   41   41
+   41   40   39   39   38   37   38   39   40   41   41   41   41   40   39   38
+   38   38   38   39   42   44   47   51   56   63   68   74   79   83   89   93
+   96   96   97   98  100  100   98   94   89
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99   94   89   83   78   71   66   60   55   51   48   47   46   46   47   48
+   48   51   50   46   43   41   39   37   35   35   36   39   42   44   44   43
+   42   40   38   37   36   36   37   39   40   42   42   42   42   41   40   40
+   39   40   40   41   44   46   49   54   61   69   76   82   87   93   98  103
+  105  106  105  106  108  109  106  103   99
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  102   97   91   84   78   71   65   59   54   50   47   45   44   44   44
+   45   50   48   45   44   42   40   37   36   34   36   39   42   44   44   44
+   42   40   38   37   37   37   39   40   42   44   45   45   45   44   44   43
+   42   43   43   43   46   50   54   61   69   78   84   90   95  100  104  109
+  111  110  110  112  113  113  112  109  106
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  106  101   96   90   83   77   70   63   57   52   48   45   42   41   41
+   42   45   44   44   44   42   40   36   35   34   35   37   41   44   45   45
+   45   42   40   39   40   41   42   43   46   48   49   50   50   50   49   48
+   48   47   47   47   50   58   65   73   80   88   93   99  102  106  109  112
+  115  114  114  115  116  116  114  112  110
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  113  109  104   99   94   88   81   74   67   60   54   49   46   43   41   40
+   40   41   42   42   41   40   38   35   35   35   35   38   41   45   47   48
+   48   47   44   44   45   46   47   50   52   54   56   56   57   57   57   56
+   55   53   53   55   60   67   75   83   90   97  102  106  110  113  114  117
+  119  119  119  119  119  119  118  116  113
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  112  107  102   97   91   84   77   70   63   57   52   47   44   41   40
+   40   40   41   41   41   40   38   37   36   35   37   41   45   49   51   52
+   53   53   52   52   52   54   55   58   59   61   63   64   65   66   66   64
+   62   60   60   63   69   76   83   90   98  104  109  113  117  119  121  123
+  124  125  124  124  123  122  122  120  117
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  116  110  104   99   93   87   81   74   66   60   54   50   46   44   41
+   41   41   41   41   41   41   40   40   39   40   43   48   52   55   58   59
+   60   60   60   61   61   63   65   66   67   68   70   70   72   73   73   72
+   70   68   67   71   76   83   90   97  104  110  115  118  122  126  128  130
+  131  131  130  129  128  127  126  124  121
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  126  121  114  108  102   95   89   83   77   70   63   58   53   49   47   45
+   43   44   44   44   45   45   45   45   47   49   53   56   61   65   67   66
+   68   69   69   70   70   71   73   73   73   74   75   76   78   79   79   78
+   76   74   74   78   84   91   98  104  109  115  120  124  129  133  135  138
+  139  140  137  135  134  133  132  130  126
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  134  128  120  112  106   98   92   86   80   74   67   62   57   54   51   49
+   48   47   49   49   50   50   52   53   57   61   65   69   73   75   76   74
+   75   76   76   77   78   79   79   78   78   78   80   81   82   83   83   81
+   80   79   80   85   92  100  105  111  116  121  126  130  135  139  142  145
+  148  148  147  144  142  140  139  137  134
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  135  127  119  111  104   97   91   85   78   72   66   62   59   56   54
+   53   53   54   56   56   58   60   64   69   74   78   83   85   85   84   80
+   80   81   81   82   83   83   82   82   83   83   84   85   86   86   85   84
+   83   82   85   91   99  107  113  119  123  128  132  136  141  145  148  152
+  155  155  154  151  148  146  144  143  140
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  141  133  125  118  111  105   99   92   85   78   72   68   65   61   60
+   60   59   61   62   63   66   69   74   81   87   91   95   95   91   89   85
+   83   83   84   86   86   85   85   85   86   88   89   90   90   89   88   86
+   85   85   89   96  106  114  120  125  129  133  137  141  145  149  152  156
+  160  161  160  157  153  150  148  147  145
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  145  138  130  123  118  113  107  100   93   85   79   74   71   68   67
+   66   66   67   69   71   73   77   84   91   98  102  103  101   96   93   88
+   86   86   87   87   87   87   87   88   90   92   93   93   93   92   91   89
+   87   89   93  102  111  119  126  130  134  137  141  145  148  151  154  159
+  163  165  164  161  158  154  151  150  149
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  146  140  133  126  123  120  115  108  101   94   87   81   78   75   74
+   73   73   73   76   78   80   84   91   99  105  108  106  103   98   94   91
+   90   90   90   90   89   89   89   90   92   94   95   95   94   94   92   90
+   89   91   96  106  115  123  130  133  137  140  144  147  150  152  156  161
+  166  169  169  167  162  157  153  151  149
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  145  139  132  127  124  123  120  114  107  102   96   90   85   82   81
+   80   79   80   82   85   86   89   96  103  108  109  107  104  100   97   94
+   94   95   95   93   92   91   90   91   94   95   96   96   95   94   92   90
+   89   92   98  108  118  126  132  137  140  144  147  150  152  153  159  166
+  173  178  179  176  172  165  159  154  149
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  145  137  129  124  122  123  121  117  112  107  102   96   91   88   86
+   86   85   85   86   89   90   91   96  102  106  107  106  104  102  100   99
+  100  101  100   98   96   94   92   94   95   95   96   95   94   93   91   88
+   89   92   99  110  120  130  136  141  146  150  155  157  158  160  167  177
+  186  193  195  194  189  180  171  163  154
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  152  139  128  121  118  119  118  117  113  109  105  101   96   92   91
+   90   89   89   90   91   92   93   96  100  102  104  104  105  105  105  106
+  108  109  108  105  102   97   95   95   96   96   95   94   92   90   88   87
+   89   93  102  112  124  134  141  148  154  160  164  167  169  173  182  195
+  209  219  223  222  215  206  194  180  166
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  168  149  134  122  117  116  114  114  112  109  105  102   98   95   94
+   92   92   91   91   93   93   94   96   98  100  102  104  107  110  113  115
+  117  118  115  111  106  101   98   97   96   94   93   92   89   87   85   86
+   88   95  104  115  128  140  150  158  167  173  177  181  184  190  203  220
+  239  252  262  262  255  245  228  211  189
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  225  199  172  149  132  122  116  112  110  110  108  104  101   98   96   94
+   92   92   91   91   92   93   94   95   98  100  103  106  112  117  121  124
+  127  126  121  113  108  104  101   99   96   92   90   88   85   83   82   84
+   89   97  107  120  134  148  161  171  181  189  194  198  204  213  229  251
+  274  291  304  307  301  291  274  252  225
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  273  241  208  178  153  135  123  115  111  110  109  105  101   97   94   93
+   91   90   90   90   91   93   93   95  100  103  107  111  117  125  130  134
+  135  131  124  115  108  105  102   99   95   91   88   85   82   80   80   82
+   88   98  110  125  140  157  172  185  196  205  211  217  226  239  259  286
+  309  329  346  348  346  339  323  303  273
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  323  290  253  222  188  161  140  126  117  115  112  107  101   96   92   91
+   89   86   87   87   88   91   94   98  104  109  113  118  123  135  140  142
+  140  133  124  115  108  104  102   98   94   90   86   83   80   78   77   81
+   87   99  114  130  147  166  183  199  211  221  229  238  250  267  289  317
+  340  359  375  379  380  378  367  350  323
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  363  336  300  268  231  196  167  146  131  124  119  113  105   98   92   90
+   88   84   83   83   85   89   95  102  110  116  120  124  130  139  143  145
+  140  132  122  112  106  102  100   97   94   90   86   83   79   77   76   79
+   88  101  118  136  155  175  194  212  225  236  245  258  274  292  314  340
+  362  380  388  392  397  398  395  384  363
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  387  368  341  310  274  235  200  171  149  137  129  122  112  104   97   94
+   89   84   81   81   84   89   96  106  115  121  125  127  133  141  143  143
+  136  128  118  109  103  101   99   96   94   90   87   84   80   77   75   79
+   89  104  122  143  163  185  205  225  239  249  260  275  293  312  333  354
+  371  384  387  388  391  396  400  398  387
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  392  383  368  342  310  274  237  201  171  154  144  134  123  114  106  100
+   94   88   84   83   87   94  101  111  118  124  126  126  132  138  139  137
+  131  123  114  106  101  100   97   95   93   92   89   85   81   78   77   81
+   91  108  128  149  171  194  215  235  248  259  271  286  304  323  342  357
+  367  373  372  369  371  377  386  391  392
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  383  385  378  360  336  305  272  232  197  175  161  149  137  127  118  110
+  102   95   93   94   99  106  112  118  123  123  123  123  128  131  132  130
+  125  118  111  105  100   98   95   94   94   93   90   86   82   79   78   82
+   93  111  130  153  176  199  222  239  253  266  277  291  308  325  340  350
+  356  354  349  344  345  351  364  375  383
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  371  380  380  370  354  330  295  255  221  196  181  168  154  143  133  124
+  116  109  108  112  119  125  129  131  130  125  121  121  123  125  126  124
+  121  117  111  106  101   98   97   95   95   94   91   87   83   80   79   83
+   95  111  132  154  177  201  223  241  255  267  279  291  307  322  334  340
+  342  337  329  324  324  329  342  358  371
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  362  374  377  373  363  344  314  277  245  221  203  189  174  161  152  141
+  133  128  130  137  144  149  151  147  141  133  125  122  121  122  123  123
+  121  118  114  109  105  102   99   97   96   94   90   86   83   80   80   84
+   95  112  132  154  177  200  222  240  254  267  279  291  305  317  326  331
+  331  327  320  315  314  319  330  347  362
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  365  375  378  376  368  353  327  295  264  241  224  210  195  182  171  161
+  152  150  155  165  171  177  175  167  156  143  131  125  124  124  125  124
+  123  121  118  114  110  106  102   98   96   93   89   85   82   81   81   86
+   98  114  132  153  175  197  218  236  251  264  277  290  301  312  320  326
+  328  327  323  319  319  324  334  349  365
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  378  385  385  381  373  361  338  310  281  259  244  230  216  203  191  180
+  172  171  179  190  198  203  198  187  171  155  142  133  130  130  132  129
+  127  124  122  118  114  108  103   99   94   91   87   83   80   80   81   89
+  102  116  132  151  172  193  212  229  244  259  273  285  297  307  317  325
+  330  334  336  335  337  343  352  366  378
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  400  402  398  391  381  370  349  323  296  276  261  249  236  223  210  199
+  191  191  197  207  217  220  214  202  185  167  152  142  139  136  136  133
+  131  128  125  120  115  109  103   97   93   89   85   81   79   79   83   91
+  103  117  133  149  168  187  203  219  234  250  264  278  290  303  314  325
+  336  346  354  357  362  369  380  392  400
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  425  422  413  402  390  379  359  333  309  289  276  263  251  239  227  216
+  209  208  213  219  227  227  223  210  192  173  161  151  146  142  140  135
+  132  129  125  121  115  108  101   95   91   88   85   81   78   79   84   93
+  105  118  132  146  163  179  194  208  222  237  252  267  281  296  310  325
+  342  357  371  378  386  397  409  420  425
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  449  440  425  411  399  386  366  342  318  300  286  274  262  250  238  229
+  223  222  224  227  228  225  220  208  191  176  166  159  153  147  143  136
+  132  127  123  119  113  106   99   94   90   87   84   81   79   79   85   94
+  106  117  129  142  156  172  185  197  209  223  238  254  269  287  305  323
+  343  362  381  391  402  416  430  442  449
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  456  446  429  412  401  388  370  346  323  306  293  283  272  259  248  239
+  232  229  230  229  224  219  212  201  189  178  170  165  158  151  146  137
+  131  125  120  116  111  104   97   93   90   88   86   82   80   81   86   95
+  107  117  126  138  151  164  176  186  197  208  223  239  257  276  295  316
+  337  359  380  393  407  422  438  450  456
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  444  436  421  405  394  384  367  346  324  308  296  288  279  267  255  244
+  237  233  232  229  222  215  206  199  192  184  176  169  161  155  148  139
+  130  122  118  114  109  104   98   93   91   90   89   85   83   83   88   96
+  107  117  125  136  147  159  169  177  185  194  207  224  243  263  282  303
+  324  346  367  382  398  414  431  441  444
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  416  411  399  386  376  368  355  338  320  306  296  288  281  269  257  246
+  238  233  231  228  222  215  208  203  198  191  182  173  165  159  151  142
+  131  122  117  114  110  105  100   95   93   93   91   87   85   85   90   99
+  109  118  127  135  146  155  164  171  176  183  193  211  231  249  267  286
+  306  327  346  360  377  392  408  417  416
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  380  373  365  355  348  342  334  322  309  299  291  285  278  268  256  246
+  236  231  229  227  223  216  212  208  202  195  186  178  170  162  155  144
+  133  125  120  116  112  108  103   97   96   95   93   90   86   86   91  101
+  112  121  128  137  146  156  163  169  174  177  185  203  220  236  252  269
+  286  304  319  333  348  362  372  380  380
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  341  333  326  319  313  311  305  299  292  286  281  277  272  262  252  241
+  232  228  226  226  224  219  217  214  207  198  188  179  171  163  156  146
+  135  127  123  120  117  112  106  100   97   95   94   90   86   87   93  103
+  114  123  130  139  148  159  166  172  177  181  186  199  213  226  238  251
+  266  280  290  302  314  325  333  341  341
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  304  297  290  284  278  274  274  273  271  269  267  265  260  253  243  234
+  225  221  221  224  224  223  223  219  209  198  187  176  167  158  152  143
+  134  128  125  124  121  116  108  102   97   94   91   87   85   87   94  105
+  116  125  133  142  152  162  169  175  181  186  190  198  208  217  227  236
+  248  258  266  274  283  290  296  302  304
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  270  266  261  254  248  246  246  248  249  250  251  249  245  239  232  224
+  216  213  214  218  220  222  221  216  206  194  181  168  159  151  145  137
+  131  127  126  126  124  118  110  102   95   91   87   84   83   86   95  106
+  118  129  137  146  156  165  173  178  182  187  191  197  204  211  218  225
+  233  239  246  252  258  261  264  269  270
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  244  242  238  232  227  224  225  228  230  232  233  232  228  223  218  212
+  206  203  205  209  212  213  211  206  196  184  171  160  151  142  137  129
+  125  124  124  124  122  118  109  100   93   87   84   81   82   87   96  108
+  121  132  141  150  160  168  174  178  182  185  189  193  199  205  210  216
+  221  226  231  235  238  239  240  242  244
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  225  224  220  216  211  210  211  213  214  215  216  214  211  207  203  199
+  195  192  194  197  199  200  198  193  184  173  160  149  141  131  126  120
+  117  117  118  119  119  115  107   98   90   85   81   79   81   87   98  111
+  124  134  144  153  162  169  173  176  179  181  184  187  192  197  202  206
+  210  215  220  222  224  223  222  223  225
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  212  209  206  203  202  201  202  202  202  200  197  194  191  189  186
+  183  181  181  184  186  186  183  178  171  161  149  139  127  117  113  109
+  108  109  110  114  115  111  104   95   88   83   80   79   82   89  102  115
+  127  137  147  156  163  169  171  172  173  174  176  179  182  187  192  196
+  200  204  209  212  212  211  210  210  212
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  203  201  199  197  196  196  195  194  192  188  185  181  179  177  174
+  171  170  169  170  171  171  168  163  157  148  139  129  116  106  101  100
+   99  100  103  107  108  106  100   94   87   82   79   79   84   93  105  118
+  130  140  150  158  165  169  169  168  166  167  167  169  173  177  181  186
+  190  194  198  201  202  201  200  201  203
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  195  195  194  193  193  192  191  188  185  180  176  172  170  169  166
+  164  161  159  158  158  156  154  150  145  139  131  122  111  102   97   94
+   93   94   98  100  102  102   97   91   86   82   81   83   89   99  110  122
+  133  143  152  161  168  170  169  165  161  160  161  162  164  168  172  176
+  180  183  187  189  190  191  191  192  194
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  187  188  187  188  188  188  187  184  180  175  171  168  166  165  163
+  159  156  153  150  147  145  143  141  138  134  128  121  111  104   98   92
+   90   91   94   97   98   98   94   89   86   84   85   88   95  104  115  126
+  136  145  154  163  170  172  170  165  159  155  155  157  158  161  164  167
+  170  173  175  176  178  179  181  182  185
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  177  179  179  180  182  183  182  181  177  173  169  167  166  165  163
+  160  156  151  147  143  141  140  139  136  134  131  124  116  109  102   95
+   93   93   95   96   97   96   93   89   86   86   89   94  101  109  119  129
+  139  148  157  165  171  172  170  165  159  153  152  154  155  156  158  161
+  163  164  165  166  167  168  169  171  175
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  166  168  169  171  173  175  176  176  174  172  170  168  168  168  167
+  164  160  155  150  146  143  142  143  142  140  138  131  124  116  109  102
+   99   99   99  100   99   96   94   91   90   90   94  100  108  116  125  134
+  143  152  161  167  172  174  171  166  161  155  153  154  153  154  155  156
+  157  158  158  158  157  157  157  160  162
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  153  155  157  160  162  166  168  171  170  170  170  170  172  172  172
+  171  166  162  158  155  151  150  151  151  150  147  141  134  124  118  111
+  108  107  106  106  104  100   97   94   93   96  100  107  114  123  131  140
+  148  157  165  171  175  176  173  168  164  159  156  154  154  154  154  155
+  155  155  155  153  150  148  148  148  151
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  143  144  145  148  151  155  159  163  165  167  168  171  174  176  177
+  176  174  170  166  163  162  161  161  160  159  155  149  142  133  127  121
+  118  117  115  114  110  105  102   99   99  102  108  116  123  132  141  148
+  156  164  171  176  178  178  175  169  164  161  157  155  155  155  155  155
+  154  154  154  151  148  145  142  141  142
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  137  136  137  138  140  145  149  154  158  162  166  169  173  177  179
+  180  178  176  174  171  171  170  169  169  166  162  156  149  140  135  130
+  128  127  125  122  117  113  108  107  107  111  118  126  135  143  152  160
+  167  173  177  180  180  178  173  169  164  160  157  156  156  157  157  156
+  154  155  154  152  148  144  140  138  137
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  135  134  132  132  133  136  141  146  151  156  161  166  171  175  178
+  180  180  179  178  177  176  176  175  174  172  167  161  155  147  143  139
+  137  136  134  131  126  121  118  116  119  124  131  140  149  157  165  172
+  178  182  183  183  181  177  171  165  161  158  157  157  158  158  159  158
+  157  157  157  155  151  147  143  139  138
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  138  135  133  131  131  132  135  140  145  150  155  160  165  170  174
+  176  178  179  179  180  180  180  180  179  176  172  166  159  153  149  147
+  145  144  142  139  135  132  129  129  132  138  145  154  164  172  179  184
+  188  189  187  183  179  173  167  161  157  155  155  157  159  160  161  161
+  160  161  161  159  156  151  147  144  141
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  144  141  137  135  133  133  135  138  141  146  150  154  159  163  167
+  170  173  175  177  179  181  182  181  180  178  175  169  163  159  156  154
+  153  151  150  147  145  143  142  143  147  153  160  170  178  185  191  194
+  194  192  188  182  175  168  161  156  153  152  153  156  160  162  164  164
+  165  166  166  165  162  158  154  150  147
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  152  150  146  143  140  139  139  140  142  144  147  150  153  156  159
+  162  165  168  172  174  177  179  179  178  177  175  172  168  164  162  161
+  160  159  157  156  155  154  154  156  161  168  175  183  190  194  197  199
+  197  192  186  177  170  162  156  152  150  150  153  157  161  165  168  168
+  170  172  173  173  170  167  163  159  155
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  164  161  157  154  151  149  147  146  147  147  148  149  150  151  153
+  156  159  162  166  169  172  174  176  177  176  175  174  172  170  168  167
+  167  165  165  163  164  165  166  169  172  178  185  190  195  198  199  197
+  193  186  179  171  163  157  151  148  148  149  153  158  163  168  172  173
+  177  179  181  181  179  176  173  170  167
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  177  173  170  167  164  161  159  156  154  152  151  150  150  150  151
+  152  155  158  162  165  168  171  173  174  175  175  175  174  175  174  173
+  173  172  171  171  171  173  175  177  178  182  186  191  193  193  191  188
+  183  176  169  163  157  152  148  147  148  150  154  161  167  172  176  180
+  183  187  188  188  188  186  183  181  179
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  190  187  185  182  180  177  173  169  166  162  160  157  154  153  152  151
+  152  154  156  160  164  166  169  171  172  174  175  176  176  176  176  177
+  176  176  175  174  174  175  176  178  180  180  181  183  183  181  178  174
+  169  162  157  153  150  147  146  147  150  153  157  164  171  176  179  184
+  188  192  194  194  194  194  192  191  190
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  194  192  191  188  186  182  178  174  170  166  163  159  157  155  154
+  154  154  156  159  162  165  167  169  171  172  174  175  176  176  175  176
+  175  173  172  172  172  170  171  171  171  173  172  170  169  167  163  159
+  154  149  145  142  142  143  144  147  151  155  161  167  173  178  181  186
+  191  195  197  199  198  198  198  198  196
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  197  195  194  192  189  186  182  178  174  171  167  163  161  158  157
+  156  156  157  159  161  163  164  165  167  169  170  171  172  172  171  170
+  169  167  166  163  162  160  160  158  158  158  158  157  154  152  148  145
+  142  139  136  134  133  136  140  146  151  157  162  168  173  176  181  186
+  192  195  197  198  199  200  199  198  198
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  194  193  192  190  187  184  181  178  174  171  168  165  162  161  159
+  158  157  157  158  159  160  161  161  162  163  164  164  165  164  163  161
+  160  158  155  153  150  148  147  145  144  143  142  141  140  139  137  135
+  133  132  130  130  130  131  133  139  145  154  159  164  168  174  179  184
+  187  190  193  195  195  195  195  196  195
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  187  186  184  183  181  179  176  173  171  168  166  164  161  160  159
+  157  157  156  156  156  156  156  156  156  156  156  156  156  154  153  151
+  149  147  144  142  139  136  134  133  131  130  129  128  128  127  127  127
+  127  127  128  128  130  132  134  137  141  146  155  162  166  170  173  177
+  180  181  184  185  186  187  187  188  187
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  175  175  174  172  171  170  168  166  164  163  161  159  157  156  155
+  154  153  152  151  151  150  149  149  148  148  147  147  145  144  143  142
+  140  138  135  133  131  128  127  125  124  122  121  120  120  120  120  120
+  121  122  124  125  127  130  133  136  141  145  151  156  159  162  165  167
+  169  171  173  174  175  175  176  176  176
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  162  161  161  161  159  159  158  157  155  155  153  152  151  150  150
+  148  147  146  145  145  144  143  142  141  140  139  139  138  137  136  134
+  133  132  130  129  127  127  125  123  123  122  121  121  121  122  121  122
+  123  124  126  127  129  131  134  136  139  141  144  147  149  152  153  155
+  157  158  159  160  161  161  162  162  162
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  148  148  148  149  148  147  147  147  147  146  145  145  144  144  142  142
+  142  141  141  140  139  138  138  137  136  136  135  135  134  134  133  132
+  132  131  130  130  130  129  128  128  128  128  128  128  128  127  128  129
+  129  130  130  131  132  133  134  135  136  138  139  140  141  142  143  144
+  145  146  146  147  147  147  148  148  148
+     2                                                      END OF TEC MAP     
+     3                                                      START OF TEC MAP
+  2010    12     4     4     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   41   40   40   40   40   40   40   40   40   40   40   39   39   39   39
+   39   39   39   39   39   39   39   39   40   40   40   40   40   41   41   41
+   42   42   43   43   43   44   44   44   44   45   45   45   45   45   44   44
+   44   44   44   44   43   43   43   42   42   42   42   42   42   42   42   42
+   41   41   41   41   41   41   41   41   40
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   39   39   38   39   39   39   39   38   39   39   38   38   38   38
+   38   38   38   38   37   37   37   37   37   38   38   39   40   40   42   42
+   43   44   44   45   46   46   47   48   48   48   49   48   48   48   47   47
+   47   47   47   46   46   46   45   44   44   44   43   43   42   42   42   42
+   41   41   41   40   40   40   39   38   38
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   38   38   39   40   40   41   41   41   41   40   41   40   40   39   38
+   37   36   36   35   35   35   35   34   34   35   35   36   37   38   40   41
+   43   44   45   47   48   49   50   51   51   52   51   51   51   50   49   48
+   48   47   47   47   46   47   46   46   45   45   45   44   44   43   42   42
+   41   41   40   39   38   37   37   37   37
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   37   38   38   39   40   40   42   43   43   43   43   42   41   40
+   38   37   36   34   33   32   32   32   32   33   34   35   35   37   40   41
+   43   45   47   49   50   52   53   53   53   54   54   53   52   51   50   48
+   47   47   47   47   48   48   48   48   48   48   48   47   47   47   46   45
+   44   43   41   40   39   38   37   37   37
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   37   37   38   39   41   42   43   44   45   45   45   44   43   41
+   40   38   36   34   33   32   31   31   31   32   33   34   36   38   41   43
+   45   47   48   50   51   52   53   54   54   54   54   54   53   52   50   48
+   47   47   47   49   49   50   51   52   53   53   54   55   54   54   53   52
+   51   49   47   45   43   42   40   38   38
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   40   40   39   39   39   40   41   43   44   46   47   47   46   45   44
+   42   40   38   37   35   34   33   33   33   33   35   36   37   39   41   44
+   47   48   49   50   51   52   52   53   53   53   52   52   51   49   48   47
+   46   46   47   48   51   52   55   58   60   63   64   65   67   67   65   64
+   62   60   57   55   52   48   46   43   42
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   46   43   41   40   40   40   41   42   44   46   48   49   48   47   46
+   45   43   41   39   38   36   36   35   35   36   37   39   40   42   43   45
+   46   47   48   48   48   48   49   49   49   49   48   48   47   45   44   44
+   44   46   47   50   54   58   62   66   70   73   76   78   80   80   79   77
+   76   73   70   67   63   59   55   52   49
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   57   53   49   46   44   42   41   41   42   44   46   48   48   48   48   47
+   46   45   43   41   40   39   39   38   38   40   40   41   43   44   45   46
+   47   46   45   45   44   44   43   42   43   44   43   43   43   42   42   42
+   44   46   49   54   59   65   70   75   80   84   87   91   93   93   91   90
+   88   86   83   80   75   70   66   62   57
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   61   57   52   48   45   44   43   43   44   45   46   47   48   47   47
+   46   45   44   43   41   41   40   40   40   42   42   43   44   45   46   45
+   46   45   44   42   40   40   39   39   38   39   40   40   39   40   40   41
+   43   48   52   58   64   71   79   85   89   93   96  100  102  102  101   99
+   97   95   93   89   85   80   76   72   66
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   70   64   57   53   49   47   46   45   44   44   45   45   45   45   45
+   45   45   45   43   42   41   41   41   41   43   43   44   45   45   45   44
+   43   43   42   39   38   37   37   37   36   37   38   38   38   39   39   41
+   45   49   57   64   72   79   87   94   97   99  103  106  107  107  105  104
+  103  101   98   95   91   88   85   80   74
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   76   70   62   57   54   52   49   48   47   46   44   43   43   43   44
+   43   43   43   42   42   40   40   40   41   42   43   43   44   44   43   42
+   41   40   40   39   37   36   35   36   36   37   38   39   40   41   42   44
+   48   55   62   72   80   88   95  100  104  103  107  110  110  109  108  107
+  105  103  101   98   96   93   90   86   81
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   80   74   67   62   58   55   53   51   49   47   45   43   41   41   41
+   41   42   41   41   41   39   38   40   40   41   42   43   43   43   42   42
+   42   41   40   40   39   37   37   38   39   40   42   43   44   46   47   49
+   56   63   71   80   89   96  101  107  110  110  112  115  115  113  111  110
+  108  107  104  102   99   97   94   90   85
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   88   82   77   71   66   62   59   56   53   52   50   47   44   42   40   39
+   39   39   40   40   40   37   36   38   39   41   43   45   45   46   45   45
+   44   44   43   43   43   42   42   43   45   47   49   50   51   53   56   59
+   66   73   82   90   98  104  109  114  118  119  119  120  119  119  117  115
+  112  111  108  105  103  100   96   92   88
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   84   78   73   68   64   61   58   56   54   52   50   47   44   41   39
+   39   39   39   38   38   37   37   39   40   43   46   49   51   51   52   52
+   50   49   48   48   48   48   49   51   52   55   57   58   59   62   66   70
+   77   84   92  101  107  113  117  120  123  125  124  124  125  125  123  121
+  119  117  115  111  108  104   99   95   89
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92   85   79   73   69   67   62   60   57   56   55   52   50   47   44   41
+   40   39   40   39   38   39   40   43   45   49   52   57   59   60   60   60
+   59   57   56   55   55   55   56   58   61   64   66   67   69   71   75   80
+   87   95  102  109  115  120  124  126  128  130  130  130  132  132  132  130
+  129  126  123  119  115  110  104   98   92
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97   89   82   75   70   67   64   61   59   58   57   56   54   51   48   45
+   44   43   43   43   43   44   46   49   52   57   61   65   68   69   69   68
+   68   67   65   63   61   62   63   66   69   72   74   75   77   80   84   89
+   97  103  110  116  122  126  130  132  134  136  137  138  140  141  140  139
+  138  136  133  129  123  117  111  104   97
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105   96   87   79   73   68   65   62   60   60   60   60   59   56   52   50
+   48   48   48   49   50   52   55   59   63   67   71   75   78   78   77   75
+   75   74   72   69   68   67   69   72   75   78   81   82   85   89   93   99
+  104  110  117  122  127  131  134  136  139  141  143  145  146  148  148  147
+  147  144  142  137  132  126  119  112  105
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  113  104   94   84   77   71   67   64   62   63   64   64   64   61   58   55
+   54   54   55   57   59   62   66   70   74   79   82   85   86   83   82   80
+   80   79   76   74   73   73   74   77   80   83   86   89   93   98  103  109
+  113  118  123  128  132  136  138  140  142  145  148  150  151  153  153  153
+  151  150  148  144  139  133  127  120  113
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  110  100   91   82   75   70   67   66   67   68   69   69   67   64   62
+   60   61   63   65   68   73   77   82   86   90   92   93   91   86   85   83
+   83   81   79   78   78   77   78   80   84   87   90   95  100  106  113  117
+  121  125  128  133  137  140  142  144  145  148  150  152  152  154  154  154
+  154  153  150  147  143  137  132  127  120
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  114  104   95   87   80   75   72   71   72   74   75   75   74   71   69
+   67   68   70   73   78   82   87   92   96   99   99   97   93   90   86   84
+   83   83   82   81   81   80   81   83   86   89   93   98  105  114  121  126
+  129  131  133  137  140  142  144  146  148  150  152  152  153  154  155  155
+  153  152  150  146  142  138  134  129  124
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  114  106   98   90   84   80   77   77   78   81   82   83   82   79   77
+   75   76   78   81   85   90   95   99  102  104  103   99   94   90   86   84
+   84   85   85   85   84   83   83   85   87   90   95  101  110  121  128  133
+  136  137  138  141  143  145  145  150  152  153  155  155  157  158  158  158
+  155  152  149  145  140  136  132  129  123
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  111  105   98   92   86   83   82   82   83   86   89   90   90   87   85
+   83   84   85   88   92   95  100  104  107  107  105   99   94   90   86   85
+   86   87   89   88   87   85   85   86   88   91   95  102  113  127  136  140
+  142  142  143  146  148  148  148  156  161  163  164  165  166  168  168  168
+  164  159  152  146  141  136  131  127  120
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  110  102   97   91   86   84   85   86   87   90   94   96   96   94   92
+   90   89   90   93   96   99  103  106  108  106  104   99   96   92   90   90
+   91   92   92   92   89   87   86   86   88   90   94  102  116  131  141  146
+  148  148  149  154  158  158  160  169  177  181  183  185  187  189  191  189
+  183  174  164  156  147  140  133  127  119
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  111  102   96   91   86   85   86   88   89   92   95   98   99   98   96
+   95   94   94   96   98  100  103  107  107  105  103  100  100   98   98   97
+   97   97   96   94   90   86   85   85   86   88   93  101  116  132  145  152
+  154  155  159  167  173  176  182  190  199  206  211  215  219  222  225  223
+  214  202  190  175  163  152  143  133  122
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  118  107   98   92   87   85   86   88   89   92   94   97   97   98   98
+   96   96   97   98  100  102  105  107  107  104  103  102  104  106  107  106
+  105  104   99   94   89   84   82   82   83   85   90   99  115  134  148  156
+  161  165  173  183  194  200  207  215  224  235  244  252  258  264  268  266
+  256  240  227  207  190  175  161  148  132
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  131  117  105   96   90   86   85   86   88   89   90   94   95   95   95
+   95   95   97  100  102  103  106  108  108  105  104  105  110  114  116  115
+  113  109  102   94   87   82   79   79   80   82   86   98  115  135  151  163
+  170  178  189  203  218  227  235  243  253  268  280  292  301  310  313  313
+  301  283  269  247  226  208  190  173  152
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  153  131  116  104   95   89   85   84   85   86   86   94   92   89   90
+   91   92   95   99  102  104  107  109  109  107  106  108  114  120  123  121
+  118  112  103   93   84   78   75   76   77   80   85   98  116  137  155  170
+  181  193  207  225  242  253  262  272  286  301  314  329  342  351  355  356
+  343  327  314  289  266  247  226  205  179
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  211  179  150  131  115  104   95   90   87   87   86   84   89   87   84   84
+   85   88   92   97  100  104  107  110  110  110  109  110  115  121  124  123
+  120  113  101   90   80   75   73   74   76   79   86  100  119  140  160  176
+  192  208  226  246  264  275  287  300  314  329  342  356  369  378  382  385
+  376  363  348  326  309  284  264  241  211
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  243  208  173  148  129  115  105   99   95   92   89   86   84   82   80   79
+   81   84   88   93   98  102  106  110  111  112  111  110  113  118  122  124
+  120  111   99   87   79   74   72   74   77   81   89  103  121  144  164  184
+  202  222  242  263  282  295  308  321  334  347  359  371  380  387  390  392
+  388  376  365  352  333  314  295  274  243
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  267  231  195  168  146  130  118  111  105  101   96   91   86   82   79   79
+   80   82   86   91   95  100  105  111  112  113  111  109  110  114  117  120
+  119  109   97   87   80   76   75   76   78   83   92  106  126  148  170  191
+  211  234  256  277  296  310  321  332  344  353  361  370  376  381  381  382
+  379  373  366  358  344  329  313  297  267
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  279  245  215  187  166  148  134  123  118  113  107  101   94   89   85   84
+   83   83   85   88   93   98  104  109  111  111  108  106  106  109  113  119
+  118  108   97   89   83   79   79   79   81   86   95  111  131  153  176  197
+  220  245  266  286  302  313  325  332  340  348  351  358  363  366  366  365
+  364  361  357  352  345  335  324  306  279
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  285  256  227  205  186  168  151  140  132  127  122  115  107  101   96   93
+   89   87   87   89   93   98  104  109  110  109  107  104  103  104  111  118
+  117  107   97   91   87   84   83   83   84   89  100  116  137  159  181  204
+  227  252  272  288  300  311  320  326  331  336  338  343  347  351  350  348
+  350  349  347  344  340  335  326  310  285
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  289  263  239  221  207  191  174  159  149  142  138  132  125  117  111  106
+  100   95   94   96   98  103  108  111  112  111  108  104  102  102  109  116
+  110  104   98   94   91   89   87   86   87   93  103  120  141  163  184  208
+  232  253  270  283  293  303  312  316  320  323  325  330  335  339  339  340
+  342  344  343  341  339  334  326  311  289
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  294  271  250  236  226  213  197  180  167  157  152  148  143  136  130  124
+  115  109  106  108  110  114  117  117  118  115  111  108  104  103  106  110
+  105  102   99   97   95   92   89   87   89   94  106  123  144  164  186  209
+  230  248  264  276  286  295  303  308  312  315  319  325  330  335  337  340
+  345  347  348  347  344  339  330  315  294
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  304  281  263  250  243  233  218  200  184  171  164  161  158  153  148  141
+  132  124  121  123  124  126  127  126  125  123  118  113  108  105  106  108
+  106  103  101   99   97   94   89   87   88   95  107  124  144  163  182  206
+  224  240  256  268  279  289  298  304  308  313  319  328  336  341  346  350
+  356  361  361  359  356  350  340  325  304
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  319  294  276  264  256  249  236  217  198  183  174  171  168  164  159  152
+  144  138  136  139  140  140  139  135  133  129  124  119  113  111  111  113
+  110  106  103  100   97   92   88   85   87   94  107  124  142  160  178  199
+  217  234  248  260  273  285  295  302  308  315  324  337  347  354  359  365
+  373  379  379  376  372  365  355  340  319
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  336  311  289  274  267  259  247  229  209  192  182  178  175  169  163  157
+  150  146  148  151  152  150  149  144  141  136  129  123  118  117  117  117
+  114  109  104  100   95   90   85   82   85   94  109  125  140  156  173  193
+  211  226  240  253  266  280  293  303  311  320  332  347  359  367  372  380
+  390  397  396  392  387  382  372  357  336
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  354  329  305  286  275  268  256  238  217  199  187  182  177  171  163  154
+  148  146  151  157  158  157  154  150  146  138  132  126  122  120  119  117
+  114  109  104   98   93   86   81   79   84   96  111  125  139  154  170  188
+  204  218  232  245  259  274  289  302  313  324  338  353  366  374  381  391
+  400  408  407  402  396  392  387  375  354
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  369  344  319  296  282  273  262  245  224  205  192  185  180  171  160  150
+  143  140  146  155  159  158  155  150  146  139  133  128  123  119  117  115
+  112  108  102   96   90   83   78   78   86   98  111  126  140  154  168  183
+  197  210  224  236  250  267  282  298  311  325  339  354  366  375  381  392
+  400  407  406  401  397  394  393  386  369
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  374  353  328  304  286  275  265  250  230  211  197  189  182  172  160  148
+  139  136  141  151  155  155  152  146  142  137  133  127  121  117  113  111
+  108  104   99   94   87   81   77   79   87   99  113  127  142  153  165  178
+  191  204  215  227  241  257  274  291  305  320  335  348  359  366  372  382
+  389  393  392  388  386  384  387  386  374
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  366  350  327  304  283  273  265  252  235  217  203  194  186  177  163  149
+  139  136  140  146  149  149  146  143  140  136  133  126  120  114  110  107
+  104  101   97   92   86   81   79   81   90  102  117  131  143  153  164  176
+  186  197  208  219  232  247  263  279  294  309  324  337  343  349  355  363
+  370  372  370  365  364  364  369  373  366
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  348  336  317  295  278  268  260  252  237  221  208  199  192  182  168  154
+  144  140  140  142  144  144  144  143  142  138  134  127  121  114  108  104
+  101   99   95   92   87   84   83   86   94  107  122  135  146  155  165  174
+  183  192  201  211  222  235  250  265  279  293  308  319  320  326  333  340
+  345  346  343  338  338  338  344  349  348
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  321  312  299  282  267  259  254  247  237  223  210  202  197  188  175  160
+  149  142  139  139  140  142  144  147  147  144  138  131  124  116  109  104
+  101   98   96   92   89   87   88   92  100  112  126  138  148  157  165  172
+  179  186  194  203  211  224  237  251  263  276  290  297  296  303  309  316
+  320  320  316  310  307  309  313  319  321
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  292  289  279  266  254  246  243  239  232  221  209  204  199  193  183  169
+  156  146  139  136  137  141  146  150  153  151  145  137  129  120  113  107
+  102   99   96   93   91   90   93   98  106  117  129  140  150  158  165  171
+  176  183  190  197  204  215  226  238  248  258  270  276  276  282  289  295
+  298  297  292  285  280  280  283  289  292
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  267  267  260  250  239  233  231  229  223  215  206  200  198  194  187  177
+  164  153  143  139  138  141  148  154  159  157  152  145  137  127  118  111
+  105  100   97   94   93   94   96  102  111  120  130  140  150  157  163  169
+  175  180  187  194  201  209  219  228  237  244  253  259  261  266  273  278
+  281  278  273  265  257  255  257  263  267
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  245  246  242  234  226  220  219  217  213  206  198  193  192  191  188  181
+  170  159  151  145  142  145  151  158  163  162  158  152  144  134  125  117
+  109  102   98   95   95   95   99  105  113  121  131  139  148  155  162  168
+  173  179  186  193  199  206  213  223  230  235  242  245  249  255  261  265
+  266  262  257  247  240  236  237  241  245
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  228  230  227  221  214  209  207  206  203  196  188  184  183  184  183  180
+  173  165  158  152  148  150  155  159  163  162  160  157  149  141  131  122
+  112  104   98   95   94   96   99  106  114  123  131  138  146  154  161  168
+  174  179  186  193  198  204  210  218  223  228  231  235  239  245  250  253
+  253  249  243  233  227  223  222  224  228
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  215  218  217  211  205  200  197  196  192  186  179  174  173  175  177  176
+  173  169  163  157  154  154  155  158  160  159  159  156  150  143  135  124
+  114  104   97   93   93   95  100  107  115  123  130  137  145  154  162  169
+  176  182  188  193  198  202  207  212  216  218  220  224  227  234  239  242
+  241  236  232  224  219  215  213  213  215
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  207  210  209  205  200  194  190  188  184  178  171  167  165  166  168  169
+  169  168  165  160  156  154  153  154  154  154  152  149  145  141  134  124
+  114  104   96   93   93   95  101  108  115  122  129  136  145  155  164  172
+  179  185  190  194  198  200  202  204  205  206  208  211  214  220  226  228
+  226  222  219  216  213  209  206  206  207
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  201  203  204  202  197  191  186  183  179  173  167  161  159  158  159  161
+  163  163  163  160  156  151  148  147  145  144  142  139  136  134  129  122
+  113  104   97   94   94   97  102  109  115  122  128  135  145  156  167  175
+  182  188  192  194  196  196  196  195  195  194  195  197  200  204  209  211
+  210  207  206  205  205  203  201  200  201
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  198  199  198  194  189  184  181  177  172  166  160  156  154  154  155
+  157  158  159  158  154  148  143  139  135  132  130  129  128  127  124  119
+  112  104   98   95   96   99  104  110  116  123  129  136  146  158  170  179
+  186  190  193  195  194  192  190  187  185  182  182  183  185  189  192  193
+  192  191  191  193  195  195  195  193  196
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  191  194  193  191  187  184  181  178  174  169  163  157  153  152  152
+  154  156  158  157  152  146  140  133  128  123  121  121  120  120  119  116
+  111  105  100   98   99  102  107  113  119  125  131  139  148  160  172  182
+  189  193  194  194  192  189  184  180  176  173  172  172  173  176  177  177
+  176  175  177  180  184  186  186  186  188
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  183  186  187  186  185  184  183  182  179  175  169  163  158  155  155
+  156  158  160  158  153  146  139  132  125  120  117  116  116  117  117  115
+  111  107  103  102  103  107  111  117  122  127  134  141  151  163  175  185
+  192  195  195  194  190  186  181  175  170  167  165  165  166  167  167  165
+  163  162  164  168  172  175  177  177  180
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  173  177  179  181  182  183  184  185  184  181  177  171  166  162  161
+  163  164  164  162  156  149  143  136  130  123  120  119  118  118  118  116
+  113  110  107  107  108  111  117  122  128  132  138  145  154  166  177  187
+  193  196  196  194  190  185  180  174  169  166  164  163  163  162  161  159
+  156  154  156  159  163  166  167  168  169
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  162  166  170  174  177  181  184  186  188  186  184  179  175  171  171
+  171  172  171  169  163  156  150  144  138  132  129  127  126  124  122  120
+  117  113  111  112  114  117  123  128  133  138  143  150  159  170  180  189
+  194  197  197  194  190  186  181  175  171  168  166  165  164  162  160  157
+  154  152  152  155  158  159  159  158  159
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  152  156  161  166  171  176  182  186  189  189  188  186  183  181  180
+  181  181  180  177  172  165  159  153  148  144  141  138  136  133  129  125
+  121  118  116  118  120  124  130  135  140  146  151  158  167  176  186  193
+  197  199  198  195  191  186  182  178  175  173  171  170  169  167  164  160
+  156  154  154  155  156  157  155  152  151
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  147  150  154  159  165  171  177  182  186  188  189  189  189  188  188
+  189  189  187  184  180  174  168  163  160  156  153  151  147  143  138  133
+  128  125  123  125  127  133  138  145  150  156  162  169  178  186  193  199
+  202  202  200  196  191  187  184  181  180  179  178  176  175  173  169  164
+  160  158  157  157  157  156  154  150  147
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  147  148  151  156  160  166  171  176  181  184  187  189  191  192  193
+  195  196  194  191  187  182  177  173  171  169  167  163  160  155  148  142
+  137  134  132  134  137  143  150  156  163  169  177  184  192  199  204  207
+  208  205  201  196  191  188  185  185  184  184  184  183  181  179  176  171
+  166  163  161  160  160  159  156  152  149
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  152  151  153  156  159  162  166  169  174  178  182  186  190  193  196
+  199  200  200  197  193  188  185  182  181  180  179  175  171  166  160  153
+  148  145  144  146  149  156  164  171  178  187  194  203  209  214  216  217
+  214  209  202  195  190  187  185  186  187  188  188  188  187  184  181  177
+  173  169  166  165  165  164  161  158  154
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  161  159  158  158  159  160  161  164  167  171  176  181  186  191  195
+  199  202  202  200  197  194  192  189  189  189  189  185  181  176  170  165
+  161  157  158  160  164  172  180  188  197  206  214  222  227  229  228  225
+  219  211  202  194  188  185  185  186  188  190  191  191  190  189  187  182
+  179  175  173  173  174  172  170  167  164
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  172  169  167  164  162  161  160  161  163  167  171  176  181  187  193
+  198  201  203  202  201  199  197  196  196  196  196  193  191  187  182  178
+  174  174  174  177  181  189  197  207  215  224  231  236  240  240  236  230
+  221  211  201  192  186  183  183  185  188  190  192  193  193  193  191  187
+  185  182  181  183  183  182  181  179  176
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  184  180  176  171  167  164  161  161  162  164  168  173  179  184  190
+  195  199  202  203  203  203  202  201  202  202  202  201  199  198  195  191
+  190  189  191  193  198  204  212  222  230  236  242  245  247  245  238  230
+  220  209  198  190  184  181  181  183  187  190  193  195  196  196  194  192
+  191  190  190  192  192  192  193  192  188
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  199  194  190  184  179  173  170  165  164  164  165  169  172  177  182  187
+  192  197  201  203  205  204  205  205  206  206  207  207  208  207  206  204
+  204  205  206  208  213  217  223  229  236  241  244  246  245  241  233  224
+  215  205  194  186  181  178  178  181  186  189  193  195  197  198  198  197
+  197  197  197  199  201  201  201  201  199
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  205  201  196  191  185  180  175  172  169  168  169  171  173  177  181  185
+  190  195  199  203  205  206  207  208  209  210  212  213  214  215  216  215
+  216  217  218  220  222  224  227  231  235  237  238  237  233  228  222  214
+  205  195  187  181  177  175  176  179  184  188  192  195  198  200  200  201
+  201  203  204  205  207  208  208  206  205
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  206  202  199  194  189  185  180  177  174  173  173  174  175  177  181  184
+  189  193  197  201  204  206  208  209  211  212  214  216  218  220  221  222
+  222  222  223  223  224  224  224  226  226  226  224  221  217  210  204  198
+  191  184  178  174  172  173  174  177  182  187  191  195  197  200  202  203
+  205  206  208  209  210  210  210  209  206
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  205  202  198  195  191  187  184  181  179  178  177  177  177  179  181  184
+  188  191  195  198  200  203  205  208  209  211  213  215  217  219  220  221
+  220  219  218  217  217  216  215  213  211  208  205  202  197  191  185  179
+  175  172  170  167  166  168  171  174  179  185  189  193  195  198  201  203
+  205  207  208  209  209  210  208  207  205
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  198  196  193  190  187  185  183  181  180  179  178  179  179  181  184
+  186  189  191  193  195  197  200  202  203  205  207  209  210  211  212  212
+  212  211  209  207  204  203  200  197  193  190  187  183  180  176  172  167
+  164  161  160  160  161  163  165  168  173  179  184  188  192  195  197  200
+  202  203  204  205  205  204  203  202  200
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  192  190  189  187  185  183  182  180  179  178  178  179  179  180  181
+  182  183  185  187  188  189  191  192  194  195  196  197  198  199  199  199
+  198  197  195  193  191  189  185  182  178  176  172  169  167  164  162  161
+  159  158  157  158  157  159  161  163  167  172  177  182  187  190  192  193
+  195  196  197  197  197  197  196  195  194
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  184  183  182  181  180  179  178  177  176  176  175  175  175  176  176
+  177  177  178  178  179  180  181  181  182  183  183  183  184  184  184  184
+  183  182  181  179  178  176  174  171  168  166  164  161  159  158  157  156
+  156  155  156  157  158  160  162  165  167  170  173  176  178  180  182  184
+  185  186  187  187  187  187  187  186  185
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  175  175  174  174  173  173  173  172  171  171  171  170  171  171  171
+  170  170  170  170  171  171  171  171  171  171  171  171  171  171  171  170
+  170  169  169  168  167  166  165  163  162  161  160  159  158  158  157  157
+  157  157  158  158  159  160  161  162  164  165  166  168  170  171  172  173
+  174  175  175  176  176  176  176  176  175
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  166  167  167  166  166  166  166  166  166  166  165  165  165  165  165
+  164  164  164  164  164  164  164  163  163  163  163  163  163  163  162  162
+  161  161  161  161  160  160  159  159  159  159  159  158  158  158  158  158
+  158  158  158  159  159  159  159  160  161  161  162  162  163  163  164  165
+  165  165  165  166  166  166  166  166  167
+     3                                                      END OF TEC MAP     
+     4                                                      START OF TEC MAP
+  2010    12     4     6     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   39   39   40   40   40   40   41   42   42   42   42   42   43   43
+   43   43   44   44   44   44   44   45   45   45   45   46   46   46   46   46
+   46   46   45   46   45   45   44   44   44   43   43   42   42   41   41   40
+   40   39   39   38   38   38   37   37   37   37   37   37   37   37   37   37
+   37   37   37   37   38   38   38   38   39
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   38   39   39   40   40   40   41   41   41   42   42   41   41   42
+   42   42   43   44   44   45   46   46   47   47   48   49   49   49   49   49
+   49   49   49   49   48   47   47   46   45   44   43   43   41   41   40   38
+   38   36   35   34   33   33   33   32   32   33   32   32   33   32   33   33
+   33   33   33   34   34   35   35   36   37
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   36   36   37   38   39   39   40   40   41   40   41   41   41   41   41
+   40   40   40   39   41   42   44   45   46   47   48   49   50   50   51   52
+   52   52   52   51   50   50   48   47   45   44   42   41   40   39   38   37
+   36   34   34   32   32   31   31   32   31   31   31   31   31   31   31   31
+   31   31   31   32   32   33   34   34   35
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   36   37   38   39   40   40   41   41   40   40   39   39   38   38
+   38   38   38   38   38   38   40   42   44   45   47   48   50   52   53   54
+   54   55   55   54   52   50   49   47   45   42   40   38   37   37   36   35
+   35   35   35   34   34   35   35   35   36   36   35   35   35   34   34   33
+   33   32   32   32   34   34   34   34   34
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   34   35   37   38   39   40   41   41   40   40   39   38   38   37   36
+   35   35   35   35   36   36   37   40   41   44   45   47   49   51   53   54
+   55   55   55   54   52   50   47   44   41   39   38   36   35   35   35   35
+   36   38   39   40   41   43   44   45   46   46   46   45   44   42   41   40
+   39   37   37   37   37   35   34   33   33
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   35   37   39   40   42   42   42   41   40   40   38   37   36   35
+   34   34   34   34   35   35   37   38   40   42   44   48   50   51   52   54
+   55   54   53   52   50   48   44   41   38   36   35   35   35   35   36   38
+   40   44   47   50   52   56   57   59   60   60   60   59   58   57   54   52
+   49   46   44   41   38   36   34   33   34
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   37   38   40   42   43   43   43   43   42   41   39   38   36   35
+   34   34   34   35   36   36   38   39   41   42   45   47   49   51   52   53
+   52   52   50   48   46   43   40   37   34   33   33   34   35   37   40   44
+   48   52   59   62   65   69   72   74   76   76   75   74   73   72   69   65
+   61   57   53   47   42   38   36   36   36
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   40   40   42   43   44   45   45   46   46   44   42   39   38   37
+   36   36   37   38   39   40   40   42   42   43   45   47   48   49   50   50
+   49   48   47   44   41   39   36   33   31   31   31   33   36   41   46   52
+   58   64   71   76   79   84   86   88   89   89   88   87   85   83   80   76
+   71   67   62   54   45   42   40   40   39
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   42   43   43   45   46   47   48   50   49   46   43   41   40   39
+   39   40   41   42   43   44   44   45   44   45   45   46   47   47   47   46
+   45   43   42   40   38   35   33   31   30   30   32   35   40   46   54   60
+   68   74   82   88   92   95   97   99   99   99   97   95   92   90   88   83
+   79   75   68   61   53   50   47   45   44
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   47   46   46   47   48   49   50   50   51   50   48   46   45   42   42
+   43   44   45   47   46   48   47   46   46   45   45   44   44   43   43   42
+   41   38   37   37   36   34   32   31   31   33   35   40   46   54   62   69
+   77   84   91   96  100  103  104  105  105  104  102   98   95   93   91   87
+   84   80   75   68   62   58   54   50   48
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   49   49   49   49   50   51   52   52   51   50   49   48   47   46   46
+   46   47   48   49   49   50   48   46   45   45   43   42   41   41   40   40
+   39   37   35   36   35   34   34   34   35   37   42   47   55   63   71   78
+   85   91   98  102  105  107  109  109  108  107  104  100   96   94   91   89
+   86   83   79   73   68   65   60   56   52
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   56   52   52   52   52   52   53   53   53   52   51   50   49   48   47   47
+   47   48   49   50   50   49   48   45   43   42   41   40   40   40   39   40
+   40   38   37   37   38   37   37   39   41   45   51   58   66   73   81   87
+   92   98  103  106  109  112  112  113  112  110  106  103   98   96   92   90
+   87   85   80   75   71   68   66   61   56
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   59   56   54   54   54   54   54   54   55   54   52   50   48   48   47   46
+   46   48   48   49   48   47   45   43   41   41   41   41   42   42   41   41
+   41   40   40   41   41   43   44   47   50   56   62   70   77   85   90   96
+  100  104  108  112  114  117  118  118  117  115  111  107  103   99   95   92
+   89   85   80   75   71   69   69   66   59
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   58   56   56   56   56   56   56   56   55   53   51   49   48   47   46
+   46   47   47   47   46   44   43   43   43   43   45   46   47   48   46   46
+   44   44   45   46   48   50   53   57   61   67   74   81   89   95   99  104
+  107  111  115  118  122  124  125  125  125  123  121  117  111  107  101   97
+   92   86   81   75   70   68   68   65   61
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   60   58   57   57   58   58   58   57   56   55   53   51   49   48   47
+   46   46   46   45   45   44   44   46   47   50   52   53   54   55   54   53
+   51   51   52   53   55   58   63   68   72   79   86   93   99  104  108  111
+  114  117  120  124  129  131  133  134  134  133  132  128  123  118  112  106
+  100   92   85   79   73   69   67   65   62
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   62   60   60   59   60   60   60   60   59   58   57   54   52   50   49
+   48   47   47   46   46   46   47   51   55   59   62   64   64   63   63   61
+   58   58   59   61   63   67   72   77   82   89   96  103  108  113  115  118
+  120  123  126  130  135  138  140  141  142  143  142  140  136  130  124  117
+  110  101   93   85   79   74   70   67   64
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   65   63   62   62   63   64   64   65   64   63   61   59   57   54   53
+   51   51   50   50   50   52   54   58   64   69   73   75   75   73   70   67
+   65   64   65   67   70   74   78   84   90   98  105  112  116  119  122  124
+  126  128  131  135  139  143  145  147  148  150  150  149  145  141  135  127
+  119  111  102   92   86   80   75   71   68
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   68   66   65   66   67   69   70   70   70   69   67   65   63   61   59
+   57   56   56   57   58   60   63   68   75   80   84   86   85   79   74   71
+   69   69   70   72   74   78   83   89   97  105  112  117  122  125  127  130
+  131  133  136  139  142  145  147  148  150  151  152  152  150  146  142  135
+  127  118  109  100   92   86   81   76   72
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   72   69   69   70   72   74   76   77   77   76   75   72   70   68   66
+   64   63   64   66   69   71   74   79   84   90   93   93   91   84   78   74
+   73   73   74   75   78   82   87   94  103  111  117  123  127  131  132  134
+  135  136  139  141  143  145  145  146  146  148  149  150  149  147  143  139
+  132  123  114  105   98   91   87   81   76
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   76   72   71   71   75   78   81   83   84   84   83   81   79   76   74
+   73   72   73   76   79   82   84   88   92   96   98   97   92   87   81   78
+   77   78   79   79   81   85   90   98  108  117  124  127  131  134  136  138
+  138  140  141  142  143  144  143  143  142  143  144  144  144  144  142  140
+  135  126  116  109  102   96   90   84   80
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   78   75   73   73   76   80   85   88   91   92   92   90   88   86   83
+   82   82   83   86   88   91   93   96   99  100  100   97   92   87   84   81
+   81   83   84   83   84   88   94  103  114  122  128  132  136  138  141  142
+  143  144  144  145  147  147  146  144  143  143  143  142  143  143  143  142
+  138  129  119  111  104   98   92   87   82
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   80   77   74   74   75   80   85   90   95   98   99   99   97   95   93
+   91   91   91   94   96   97   98  100  102  101   98   94   90   87   85   84
+   84   86   86   85   87   91   98  108  119  128  133  137  140  144  147  148
+  150  150  151  154  156  158  157  157  155  155  153  151  149  149  149  148
+  144  136  125  114  106  100   94   89   84
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   81   78   76   74   75   78   83   89   95  100  103  104  104  103  101
+   99   97   97   99  100  100  101  100  100   99   95   91   88   88   87   86
+   86   87   87   87   88   92  101  112  124  133  139  142  146  150  154  156
+  159  162  166  172  177  181  183  186  186  183  180  176  171  168  166  163
+  158  148  135  122  110  101   96   90   84
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   82   79   77   75   74   77   79   85   92   98  104  107  108  108  106
+  104  102  101  101  102  101  101  100   99   96   91   88   88   88   88   87
+   87   88   88   88   89   94  104  117  129  140  145  149  153  158  162  166
+  174  183  191  202  212  218  224  232  233  227  223  217  208  201  195  189
+  181  166  151  134  119  107  100   93   86
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   84   82   79   76   74   76   77   80   86   93   99  104  107  109  108
+  106  104  102  101  102  101  102  101   98   94   90   88   88   89   89   88
+   88   88   87   87   88   95  107  122  135  146  153  157  162  168  176  185
+  197  210  224  241  256  265  276  285  287  282  278  270  258  246  235  226
+  211  194  176  153  135  119  108   98   89
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   92   87   84   80   77   76   75   76   81   87   93   98  103  106  106
+  105  103  101  101  101  102  102  101   98   95   91   89   89   89   90   88
+   86   85   84   84   87   95  110  126  141  153  161  167  174  183  194  208
+  224  242  260  282  302  315  329  339  342  339  335  327  314  299  282  270
+  251  230  205  178  154  134  120  109   98
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  102   95   91   87   83   78   75   74   76   81   86   91   95   98  100
+  100   99   98  100  100  101  102  102  100   97   94   92   90   88   89   85
+   82   80   78   79   84   94  111  130  146  160  171  180  189  200  216  234
+  252  273  295  318  342  359  375  383  387  384  380  374  363  349  329  314
+  293  269  236  204  177  153  136  121  109
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  113  106  100   95   91   85   81   77   77   79   81   84   87   90   93
+   94   95   95   97   99  100  102  103  103  101   98   95   92   87   85   81
+   77   74   73   75   80   93  112  134  154  169  183  194  205  220  238  259
+  279  300  322  346  368  386  400  405  408  405  401  397  392  380  363  347
+  328  303  267  233  199  173  155  136  122
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  126  118  111  105  101   96   91   86   83   81   81   81   82   85   87
+   89   90   92   95   97   99  101  103  104  104  102   97   91   85   80   76
+   71   69   69   72   80   94  116  138  160  178  195  209  223  239  257  276
+  300  322  342  361  378  392  402  402  401  400  398  399  397  389  375  361
+  346  322  290  256  223  197  173  154  137
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  140  130  123  119  114  109  104   99   94   90   85   82   81   81   83
+   85   86   88   92   95   98  100  102  103  104  102   97   89   81   76   71
+   68   67   68   72   82   99  120  143  167  187  206  222  236  253  271  290
+  314  334  350  362  373  383  387  384  380  379  381  384  385  382  373  362
+  348  327  301  271  242  218  195  172  155
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  158  144  135  131  128  122  117  112  107  101   95   88   83   81   82
+   82   83   86   89   93   96   98   99  101  103  100   94   85   78   73   70
+   69   69   71   77   88  104  125  149  173  196  215  232  248  263  281  299
+  320  336  347  353  359  365  367  361  356  356  359  364  368  366  363  355
+  344  327  304  279  255  234  215  193  175
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  175  158  147  141  138  134  129  124  119  113  106   98   91   85   84
+   83   82   84   87   91   94   95   97  100  102   98   91   83   76   74   72
+   72   73   76   82   93  110  131  153  178  202  222  240  255  270  285  302
+  317  329  337  339  341  346  346  342  337  337  341  347  351  353  353  347
+  340  325  306  284  264  247  231  213  195
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  191  171  156  148  144  140  136  133  129  124  118  110  102   95   90
+   87   85   85   88   91   94   95   96  100  103   98   89   81   77   77   77
+   78   79   82   88  100  115  135  158  181  205  227  245  259  273  285  298
+  310  318  323  324  327  332  334  332  330  331  335  340  344  347  346  343
+  337  327  311  291  272  258  245  229  212
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  224  203  180  162  150  144  140  137  135  133  130  126  121  114  107   99
+   93   91   90   92   93   95   96   97  101  102   97   88   81   80   81   83
+   84   85   88   93  104  120  140  161  183  207  229  248  260  272  282  293
+  301  307  311  315  320  327  332  335  336  339  343  345  347  347  346  345
+  342  334  320  300  281  267  254  241  224
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  232  210  186  166  150  142  136  132  130  129  130  130  128  124  116  109
+  101   98   97   98   98   99   98   99  101  100   95   88   83   83   85   87
+   89   89   91   97  108  124  143  163  185  208  229  247  258  268  278  286
+  293  299  306  313  323  333  343  352  356  360  364  363  360  356  354  353
+  352  347  332  313  292  276  262  248  232
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  237  215  190  168  150  139  131  124  121  120  123  128  131  129  123  116
+  108  104  103  104  103  104  102  101  101  101   97   91   87   86   88   90
+   91   90   92   98  110  125  144  163  185  207  226  241  254  264  273  281
+  288  296  305  317  332  346  361  373  382  388  391  387  380  372  367  365
+  365  362  347  327  304  284  268  253  237
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  240  219  194  171  153  139  128  119  112  111  114  121  128  130  126  119
+  112  109  108  107  107  107  105  104  103  104  101   95   90   89   90   91
+   90   88   90   97  109  125  143  161  182  202  219  235  248  259  269  277
+  286  295  308  324  343  361  378  393  405  414  418  413  402  389  380  377
+  378  375  361  339  315  292  272  256  240
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  240  221  199  177  159  144  131  119  109  104  107  115  123  127  125  120
+  113  109  109  108  108  108  106  105  106  107  105   98   92   90   89   88
+   87   85   87   96  109  124  141  158  177  196  212  227  242  254  266  275
+  286  297  312  330  350  370  388  406  419  431  435  430  417  401  389  384
+  384  382  368  347  322  296  274  256  240
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  239  222  203  185  168  154  140  125  112  105  106  112  120  123  122  116
+  111  108  108  107  107  106  104  103  105  108  106  100   94   91   89   86
+   82   81   85   95  110  125  140  155  173  191  207  222  236  249  261  273
+  286  299  314  332  351  370  389  406  421  433  438  433  419  403  389  383
+  381  380  367  346  321  295  273  255  239
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  236  222  206  192  178  166  153  137  122  113  111  115  119  121  118  113
+  108  106  106  106  106  104  101  100  102  106  106  102   96   92   89   85
+   80   79   85   97  112  127  140  154  171  189  205  218  232  245  257  270
+  283  298  313  330  347  365  381  397  411  423  427  423  410  394  379  371
+  369  367  355  336  314  289  267  251  236
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  230  219  207  195  186  177  167  152  137  125  121  122  123  123  119  113
+  108  106  106  107  106  104  100   98  100  105  105  103   99   94   90   84
+   80   80   88  100  114  128  141  155  169  186  202  216  229  241  253  264
+  278  293  308  323  340  354  367  379  391  402  407  403  390  374  360  352
+  349  345  335  319  300  278  259  243  230
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  224  214  205  197  191  186  179  167  153  141  134  132  129  127  122  116
+  112  110  108  109  107  105  102   99  101  104  105  104  101   97   91   86
+   83   84   92  104  117  131  142  155  170  185  201  215  227  237  248  259
+  270  284  296  310  326  338  346  355  364  374  380  377  366  349  334  327
+  324  320  312  298  282  264  247  235  224
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  219  210  202  195  190  188  184  176  166  155  148  144  138  132  127  121
+  117  115  112  111  110  108  105  103  103  105  106  105  102   98   94   89
+   87   90   97  108  122  133  146  158  172  188  203  216  226  235  244  252
+  261  273  282  294  308  318  322  328  335  343  349  350  342  324  307  300
+  298  294  287  277  265  250  236  226  219
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  215  208  199  190  185  183  182  180  173  167  161  155  148  140  134  128
+  124  120  118  117  115  113  111  109  109  108  108  107  104  100   96   93
+   92   95  103  114  127  138  150  162  176  191  204  215  225  231  237  244
+  250  259  267  277  288  297  299  303  308  314  320  323  319  303  283  277
+  274  269  264  257  249  239  229  221  215
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  214  208  199  187  178  174  175  176  175  172  168  163  156  147  141  136
+  132  128  126  125  124  122  119  117  116  115  112  109  104  100   97   95
+   96  100  109  120  132  143  154  166  180  192  203  213  221  226  230  234
+  238  245  251  260  269  277  281  284  287  291  296  299  296  280  263  258
+  254  249  245  241  236  230  223  218  214
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  213  207  198  186  173  166  166  168  170  171  170  166  160  153  147  143
+  139  136  134  133  133  132  129  127  124  120  115  109  102   98   95   96
+   99  105  115  126  137  147  158  168  181  192  202  210  217  221  223  226
+  229  234  239  247  256  264  267  270  271  274  277  280  277  262  253  247
+  241  236  231  230  228  224  220  216  213
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  207  198  185  171  161  158  159  163  166  166  164  160  155  151  147
+  144  142  141  141  141  141  139  135  131  125  118  109  100   95   93   95
+  101  109  120  131  142  152  160  170  180  190  200  207  212  215  217  220
+  222  226  231  239  247  253  256  258  259  261  262  264  262  256  249  242
+  234  228  223  222  222  220  218  215  212
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  211  207  199  186  172  160  154  153  155  159  160  160  158  154  152  149
+  147  146  145  145  146  146  145  142  137  129  120  109   99   93   91   94
+  102  113  125  136  146  156  164  171  180  189  196  202  207  210  212  215
+  217  221  226  233  238  242  244  246  247  248  248  249  249  248  244  239
+  231  223  217  216  216  216  215  213  211
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  210  207  201  189  174  162  154  150  150  152  154  154  154  152  150  148
+  147  146  145  146  146  146  146  144  141  133  121  109   98   92   90   94
+  104  116  128  140  151  160  167  172  180  187  193  198  202  205  207  210
+  214  218  222  226  230  232  232  232  231  231  231  232  232  234  234  232
+  226  217  211  210  209  210  210  211  210
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  208  207  203  193  180  167  157  151  149  150  152  152  151  149  148  146
+  145  144  143  143  142  142  143  143  140  133  121  108   98   92   90   96
+  106  119  132  144  155  164  169  175  180  185  190  194  198  201  204  208
+  212  216  218  220  221  220  218  216  214  213  212  213  214  217  220  221
+  217  208  203  202  201  203  204  206  208
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  204  206  204  197  187  174  163  155  152  152  152  152  151  149  147  144
+  143  140  139  138  137  136  138  138  136  130  119  108   99   95   94  100
+  110  123  136  147  158  165  171  176  180  184  188  192  195  198  202  206
+  210  213  215  215  213  209  205  201  198  196  195  195  196  199  203  205
+  203  197  194  193  193  194  197  200  204
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  203  204  201  194  184  173  164  159  159  158  156  154  151  148  145
+  142  139  136  134  132  132  132  133  131  126  118  110  104  100  100  105
+  115  127  138  149  158  166  172  177  181  185  188  190  193  196  199  204
+  208  211  211  209  205  200  194  188  185  183  181  180  181  183  186  189
+  188  185  183  183  183  185  188  192  198
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  199  203  203  198  191  182  174  169  167  165  163  160  156  152  149
+  145  140  137  134  131  130  129  130  129  125  120  114  110  108  108  113
+  121  131  141  150  158  165  172  177  182  185  188  190  192  195  198  202
+  206  208  208  205  200  193  187  180  177  174  172  170  170  171  173  176
+  175  174  172  172  173  175  179  185  192
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  193  199  201  200  196  189  183  178  176  175  171  168  163  159  155
+  151  146  142  138  134  131  130  131  130  127  124  120  119  117  118  122
+  128  136  143  151  158  164  170  177  182  187  189  191  192  194  197  200
+  203  205  205  202  197  190  184  178  174  171  169  167  164  164  165  167
+  166  166  164  162  163  166  171  177  185
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  186  192  196  198  197  193  189  186  185  183  180  176  171  167  162
+  158  154  150  146  142  138  135  135  134  132  131  128  127  127  128  131
+  135  141  146  152  157  163  170  177  183  188  191  193  194  195  197  199
+  201  203  203  201  196  191  185  180  176  174  171  169  166  164  163  163
+  162  161  159  157  158  161  165  170  178
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  179  184  189  192  193  192  192  191  190  189  187  183  178  173  169
+  166  162  159  155  151  146  143  141  140  139  137  136  136  136  138  141
+  144  148  151  155  158  164  171  178  185  190  194  196  197  198  198  200
+  201  202  202  200  197  193  189  185  182  180  178  175  171  167  165  163
+  163  162  160  158  158  160  163  167  173
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  173  177  180  184  186  188  190  191  192  192  190  188  183  180  176
+  172  170  169  164  160  156  152  149  146  145  144  144  144  146  149  151
+  153  156  157  159  163  167  173  181  188  194  198  200  202  202  201  201
+  201  201  201  200  198  196  193  191  189  188  186  183  179  174  170  168
+  167  166  164  162  161  162  165  167  170
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  170  171  173  176  178  182  185  188  191  192  191  190  187  184  181
+  180  179  178  174  171  167  163  159  156  154  153  154  155  157  160  163
+  164  165  166  167  169  174  180  187  194  201  204  207  207  207  205  203
+  202  201  200  200  199  198  196  196  195  195  193  191  187  182  177  176
+  175  173  171  169  168  168  168  168  169
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  167  167  168  170  173  176  180  184  187  190  190  190  189  187  186
+  185  185  186  184  182  179  175  171  168  166  165  166  169  171  173  176
+  177  178  177  178  180  185  190  197  203  209  213  215  214  213  210  206
+  203  200  199  199  199  199  198  199  200  200  200  198  194  190  187  185
+  184  181  180  178  176  175  173  171  169
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  168  166  166  167  169  172  176  180  184  188  189  190  190  190  190
+  191  193  194  193  192  190  187  184  182  179  179  179  182  184  187  190
+  191  191  192  193  194  199  204  209  216  220  223  224  223  219  214  209
+  204  200  198  198  198  198  199  201  202  204  204  202  200  197  195  193
+  192  189  188  187  185  183  179  175  171
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  171  169  168  167  168  171  174  178  182  186  189  191  192  193  195
+  196  198  200  201  201  200  198  197  195  193  193  194  196  199  201  204
+  206  206  207  208  212  216  219  224  228  232  234  233  230  224  218  211
+  205  200  198  196  196  198  199  201  203  205  206  205  204  203  201  199
+  198  196  194  194  192  189  186  181  175
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  177  173  172  170  170  172  174  178  182  186  190  192  194  196  199
+  202  204  206  208  209  209  208  208  207  207  208  209  210  214  217  219
+  220  222  224  226  228  231  234  238  241  243  243  240  236  229  221  213
+  206  200  197  195  195  197  198  201  204  206  207  207  206  206  205  203
+  202  200  200  200  198  194  190  186  181
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  183  179  177  176  175  175  178  180  184  188  192  195  198  201  204
+  207  211  214  216  218  219  220  220  220  221  222  223  225  228  230  232
+  235  235  238  240  242  244  248  249  249  250  249  245  239  232  223  215
+  207  200  196  195  194  196  198  201  204  206  208  208  209  208  208  207
+  206  206  204  203  202  198  194  191  187
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  189  186  183  182  181  181  183  185  188  192  196  199  203  206  209
+  213  218  221  224  227  229  230  232  233  234  236  237  238  240  241  244
+  245  247  248  250  251  252  254  255  254  252  251  246  239  232  223  216
+  208  200  195  194  194  196  198  201  205  207  209  210  211  211  210  209
+  208  209  207  206  204  202  199  195  192
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  197  194  192  190  188  188  188  188  191  194  197  200  204  208  211  215
+  220  224  228  231  235  237  239  241  242  243  244  245  246  247  248  249
+  250  252  252  253  254  253  254  254  252  250  247  243  236  228  221  214
+  207  201  196  193  194  196  198  201  205  208  210  211  212  212  211  211
+  211  210  209  208  206  204  202  200  197
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  201  198  196  195  194  193  193  194  196  198  202  205  209  213  216  221
+  225  228  231  236  239  241  243  245  246  247  247  248  248  248  249  249
+  249  249  250  249  249  248  248  246  244  241  237  233  228  221  215  210
+  205  201  196  192  191  193  197  201  204  208  211  213  212  213  212  212
+  212  212  211  209  208  207  205  203  201
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  201  200  198  198  198  198  199  200  202  205  208  211  215  219  223
+  226  230  233  236  239  241  242  243  245  245  246  245  246  245  244  244
+  243  242  241  240  238  237  233  233  230  227  224  221  217  212  207  203
+  200  198  196  195  193  193  192  194  199  204  209  210  212  212  213  213
+  213  212  211  210  209  207  206  204  203
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  202  201  201  201  200  201  202  203  205  207  210  212  215  218  222
+  224  227  230  232  234  235  236  237  238  238  237  237  237  236  235  234
+  232  231  229  227  225  223  220  217  215  212  211  209  206  204  202  200
+  199  197  196  195  195  195  195  196  198  201  205  208  211  211  211  212
+  211  210  210  208  207  207  205  204  203
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  202  202  202  202  202  203  203  205  206  208  209  211  213  215  217
+  219  221  223  224  225  226  226  227  227  227  227  226  225  224  223  222
+  221  219  217  216  214  211  210  208  206  204  202  201  199  198  197  196
+  195  195  195  195  195  196  197  199  201  203  205  206  207  207  207  207
+  207  207  206  206  205  205  204  203  203
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  202  202  203  203  203  204  204  205  206  206  208  209  210  211  212
+  213  214  214  215  216  216  216  216  216  216  215  215  214  213  213  212
+  210  209  208  207  205  205  203  202  201  200  199  198  198  198  197  196
+  196  196  196  197  197  198  199  200  200  201  202  202  203  203  203  203
+  203  204  203  203  203  203  203  203  202
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  202  203  203  203  203  203  204  204  204  205  205  205  206  206  206
+  207  207  207  207  207  207  207  207  207  207  206  206  206  205  205  204
+  204  203  203  202  202  201  201  200  200  200  199  199  198  198  198  198
+  198  198  198  198  198  198  199  199  199  199  200  200  200  200  201  201
+  201  201  201  201  201  201  202  201  202
+     4                                                      END OF TEC MAP     
+     5                                                      START OF TEC MAP
+  2010    12     4     8     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   42   42   42   41   42   42   42   43   42   42   42   42   42   42
+   42   42   42   42   42   41   41   42   42   42   42   42   42   43   42   42
+   43   43   43   43   43   42   42   42   41   42   41   41   41   40   40   40
+   40   39   39   39   39   39   39   39   38   38   38   38   38   39   39   39
+   39   39   40   40   40   41   41   41   41
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   41   41   41   41   41   41   41   41   41   41   42   41   41   42
+   42   42   42   41   41   41   39   39   40   42   43   43   44   44   44   44
+   45   45   44   44   43   43   42   42   41   40   40   39   39   38   38   37
+   37   37   36   36   36   36   35   35   35   35   35   35   36   36   36   37
+   38   38   39   40   40   41   40   41   41
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   40   40   40   41   41   40   40   40   40   39   40   40   39   39   39
+   40   40   41   41   42   40   37   39   43   45   46   47   47   47   47   47
+   47   46   45   45   44   43   42   41   40   39   38   37   37   36   35   35
+   35   34   34   34   34   34   34   34   34   33   33   32   33   33   34   34
+   35   36   37   37   37   38   39   39   39
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   40   40   41   41   40   41   40   39   38   38   37   37   37   37   37
+   37   38   38   39   40   41   38   44   45   45   46   46   47   47   47   47
+   46   45   45   43   42   41   40   39   38   37   36   35   35   35   34   34
+   34   34   34   34   35   35   35   35   35   34   33   32   32   32   32   33
+   33   34   34   35   35   36   37   38   39
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   40   41   41   42   42   41   40   39   38   36   35   35   34   35   34
+   35   36   37   38   39   40   43   45   45   46   46   47   47   48   47   47
+   46   45   43   42   41   40   38   37   37   36   36   36   36   37   37   38
+   38   39   40   40   40   40   40   40   40   39   37   35   34   34   34   34
+   34   34   34   35   34   35   36   37   39
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   40   41   42   44   44   42   40   39   37   36   35   34   34   34   34
+   35   36   37   39   41   43   45   46   48   50   47   47   47   47   46   45
+   44   43   42   40   39   38   37   37   37   37   37   38   40   42   44   46
+   48   49   51   50   50   51   50   49   48   46   44   42   40   38   38   37
+   37   37   36   36   35   35   36   37   38
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   41   43   45   46   45   44   42   41   39   38   37   36   35   35   36
+   37   39   40   43   45   47   49   49   50   53   52   47   47   45   45   43
+   42   40   39   38   37   37   37   38   39   40   41   44   46   50   53   57
+   60   63   64   65   65   64   62   61   58   55   52   49   47   46   44   43
+   42   41   40   38   38   37   37   38   39
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   42   44   46   47   47   46   46   45   43   41   39   39   38   38   39
+   41   43   45   47   50   51   52   53   52   52   52   48   45   43   41   39
+   38   37   36   37   37   38   39   41   42   45   48   50   55   59   64   69
+   73   76   78   79   78   76   74   72   69   65   61   58   56   54   51   49
+   47   46   45   42   40   40   39   40   40
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   44   46   47   48   49   49   48   47   46   44   43   42   42   42   44
+   46   48   50   51   54   55   55   54   53   51   50   47   43   40   38   36
+   35   35   35   37   38   41   43   46   48   52   55   59   64   69   74   80
+   84   88   90   91   90   88   84   81   78   74   70   66   63   60   56   54
+   52   50   48   46   45   44   43   42   43
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   48   50   50   50   50   50   49   49   47   46   46   46   46   47
+   49   51   53   54   56   56   55   54   52   50   47   44   40   37   35   34
+   33   35   36   38   41   45   49   53   57   61   64   69   74   78   83   89
+   95   98  100  100   98   96   92   89   84   79   75   70   67   63   60   58
+   55   53   51   50   49   47   46   45   46
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   49   50   51   52   51   50   50   50   50   49   47   47   47   48   49
+   50   51   54   54   54   54   53   50   48   46   43   41   38   36   34   34
+   33   36   39   43   47   51   57   62   67   71   75   79   83   87   92   97
+  102  106  108  106  105  102   99   95   90   84   79   73   69   65   63   60
+   58   55   54   53   52   51   49   48   48
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   50   51   51   52   53   52   51   50   50   50   50   48   48   47   48   49
+   49   49   51   51   49   50   47   45   43   42   40   38   37   35   35   35
+   36   39   44   48   54   59   66   72   78   81   85   89   92   96  100  104
+  109  112  113  111  110  108  104  100   96   89   83   76   70   65   62   60
+   58   56   55   55   54   54   52   51   50
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   53   53   53   54   54   54   53   51   51   51   50   48   48   46   46   46
+   46   46   46   45   44   44   43   41   40   40   39   39   38   37   38   39
+   41   44   50   56   63   69   76   83   88   92   96   98  100  103  106  109
+  113  116  118  117  115  112  110  106  102   95   88   80   73   65   61   59
+   58   57   57   57   56   55   54   53   53
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   56   56   57   57   57   57   56   54   53   52   51   48   47   45   44   44
+   42   42   42   41   40   40   40   40   40   41   42   42   41   41   42   45
+   47   51   58   65   73   80   88   94   99  104  106  108  109  111  113  116
+  118  122  123  123  121  119  116  114  109  102   96   87   78   70   64   60
+   59   58   58   58   58   58   57   56   56
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   61   61   61   61   61   60   58   56   55   52   50   48   46   44   43
+   41   40   40   39   39   40   42   43   45   46   48   48   47   46   48   50
+   53   59   66   73   82   91   98  105  110  114  117  117  118  120  121  123
+  125  127  129  129  127  126  124  122  118  113  106   97   88   79   71   65
+   62   60   60   61   62   62   61   61   61
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   68   67   68   67   66   65   63   62   60   58   54   51   48   46   44
+   42   41   40   40   41   43   46   49   53   55   56   56   55   54   54   56
+   60   67   75   82   91  100  107  114  119  123  126  127  128  129  129  130
+  131  132  134  134  134  133  132  131  128  123  117  109   99   89   81   74
+   69   66   65   64   65   66   66   67   67
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   74   73   74   73   73   72   71   70   69   65   61   57   53   50   47
+   46   45   44   46   47   51   55   59   63   66   67   67   65   62   60   62
+   68   76   83   90   98  106  114  120  125  130  134  138  139  139  138  138
+  137  138  138  139  139  139  139  137  135  131  126  119  109  100   91   83
+   77   73   71   70   70   70   71   72   73
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   78   78   78   79   79   79   79   79   78   74   70   65   60   56   54
+   53   53   53   54   56   60   65   70   74   77   78   76   73   68   65   67
+   73   82   90   97  105  113  119  125  131  136  142  147  150  149  147  146
+  143  143  142  143  143  143  142  141  138  134  130  124  115  107   98   91
+   84   80   78   76   75   74   75   77   78
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   81   81   82   83   85   85   86   87   87   84   79   74   69   64   63
+   63   63   63   65   67   71   76   81   84   86   86   83   78   72   69   71
+   78   87   96  105  112  119  123  129  135  142  149  155  159  159  156  151
+  148  147  145  145  145  145  144  141  137  133  129  124  116  108  101   95
+   89   85   84   82   81   79   79   79   80
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   81   82   83   85   87   89   92   94   95   95   90   85   79   75   73
+   73   74   75   75   76   80   85   89   92   92   91   88   81   75   72   75
+   82   92  103  112  119  125  129  133  139  146  155  161  165  165  161  156
+  152  150  148  148  147  147  145  141  136  130  126  120  114  107  100   95
+   91   88   87   87   87   85   83   82   81
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   80   81   83   85   87   90   94   98  101  103  101   97   91   86   84
+   83   84   85   85   85   88   92   94   96   97   94   91   86   78   76   79
+   87   97  110  120  127  131  134  138  144  150  158  164  169  169  165  160
+  158  155  153  153  152  151  149  145  139  133  126  120  113  105   98   94
+   91   89   89   89   89   87   85   82   81
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   78   78   80   82   84   87   92   99  105  109  109  107  101   96   93
+   92   93   94   93   92   93   95   97   97   98   96   95   93   82   80   84
+   93  104  117  128  134  138  140  143  148  154  161  168  171  172  169  167
+  164  164  164  164  164  163  162  158  151  144  136  128  120  110  100   95
+   91   89   89   90   90   89   86   83   80
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   77   76   77   79   80   83   88   96  104  111  115  113  110  104  100
+   99   99   99   98   96   94   95   97   97   96   96   96   96   88   85   90
+   99  112  124  135  142  145  146  150  155  160  166  171  174  176  177  177
+  178  181  184  185  186  186  187  184  178  171  161  151  138  124  111  102
+   96   92   91   91   91   90   87   83   79
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   77   76   76   76   76   77   82   90  100  109  115  116  113  109  105
+  103  103  101   99   96   94   94   94   94   94   94   95   94   91   90   96
+  106  119  132  143  149  152  154  159  164  168  172  177  182  184  189  193
+  200  208  214  219  222  223  226  226  221  213  203  188  170  149  131  118
+  107  100   96   94   93   92   89   85   80
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   79   78   76   75   73   73   75   83   93  103  111  114  113  110  106
+  105  104  102   99   95   93   92   92   92   91   91   92   92   91   93  100
+  111  125  138  148  155  160  164  171  176  179  182  188  193  199  208  219
+  232  246  256  260  267  270  278  279  274  267  255  236  212  186  161  141
+  126  112  105   99   96   94   93   88   83
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   86   83   81   77   74   71   71   76   85   95  104  108  109  106  104
+  103  102  101   98   96   93   92   91   90   89   89   90   90   91   95  104
+  116  128  141  152  159  166  173  181  188  192  197  204  212  221  235  252
+  271  291  299  307  314  321  332  333  328  323  311  288  262  232  200  174
+  148  129  117  108  103  100   98   95   91
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100   97   92   89   84   79   75   72   73   79   87   96  100  102  100   99
+   98   98   98   98   96   94   92   90   89   87   87   87   88   90   96  106
+  119  131  142  154  164  173  183  192  201  208  216  225  236  248  266  289
+  312  329  340  346  351  361  373  377  373  370  360  337  310  278  242  211
+  177  150  134  121  114  110  107  104  100
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  107  104  101   95   88   82   77   75   76   81   88   93   94   95   94
+   92   92   94   95   95   94   93   90   88   86   84   83   83   86   94  105
+  120  133  144  158  171  182  194  205  216  226  236  248  261  277  297  318
+  343  359  367  369  370  378  389  396  395  392  386  368  345  315  279  245
+  208  176  153  136  128  122  119  116  111
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  118  114  111  107  101   93   85   79   77   79   84   86   89   89   89
+   87   87   89   93   94   95   94   90   88   84   80   77   76   79   90  104
+  121  136  148  165  180  193  206  220  233  246  257  271  282  300  320  342
+  361  373  376  373  371  376  383  389  391  393  389  378  360  336  305  273
+  236  202  174  156  144  136  132  128  123
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  128  123  119  116  112  105   96   88   83   81   82   84   84   85   84
+   83   82   85   89   93   94   93   90   85   80   74   70   68   73   85  104
+  123  141  157  174  190  206  221  236  249  263  277  290  302  317  334  351
+  365  371  369  363  359  361  365  368  372  376  376  370  359  342  319  292
+  260  224  195  175  161  151  144  138  132
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  132  129  125  123  121  116  109   98   91   87   85   85   84   83   81
+   80   79   82   87   91   91   90   87   81   75   69   63   62   69   84  104
+  124  145  165  183  200  217  234  249  263  279  294  306  317  327  338  349
+  358  360  356  349  343  341  342  343  348  351  354  355  351  341  324  302
+  275  241  212  192  177  164  154  145  138
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  133  129  126  125  125  124  119  110  100   94   91   89   87   85   82
+   79   78   81   86   89   88   86   83   78   72   66   61   61   69   86  107
+  129  151  171  191  210  228  245  261  275  290  305  317  325  331  337  343
+  347  346  340  333  327  324  324  326  328  330  334  339  341  337  326  306
+  282  252  225  205  189  174  160  148  139
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  129  125  123  123  125  127  124  118  109  101   97   95   92   89   84
+   81   80   82   85   86   86   83   80   77   72   65   61   62   73   91  112
+  134  155  177  197  216  235  252  267  282  297  311  323  331  333  336  338
+  337  335  330  325  321  319  319  320  319  319  324  330  335  335  326  309
+  285  257  233  213  195  179  163  148  136
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  124  119  117  117  120  124  125  121  114  107  104  101   98   94   88
+   85   84   86   87   87   85   83   80   77   72   67   64   67   79   97  118
+  140  161  182  201  220  238  255  271  286  300  314  325  332  335  336  334
+  332  332  329  328  328  328  329  329  324  322  325  331  338  339  331  312
+  288  260  236  217  198  180  162  145  132
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  120  113  110  110  113  119  122  120  115  110  107  105  102   99   95
+   91   89   90   91   89   86   83   81   79   75   71   69   74   86  104  125
+  146  166  185  203  221  237  254  271  285  301  315  325  331  335  335  334
+  334  337  339  343  347  349  353  350  344  337  338  344  350  350  339  319
+  290  261  237  217  199  179  160  143  129
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  119  112  107  106  109  114  118  118  114  109  107  106  103  101   99
+   96   94   93   94   92   89   86   83   81   78   75   74   79   91  110  130
+  150  168  185  202  219  235  251  267  284  299  312  323  329  334  336  337
+  342  349  356  365  373  378  384  381  372  363  362  367  371  367  352  328
+  296  265  239  220  200  179  158  142  129
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  125  117  111  107  109  113  116  115  111  107  104  104  101  100   98
+   96   94   95   96   95   92   87   84   81   80   78   78   83   95  112  134
+  152  168  183  200  216  231  247  265  282  298  310  320  328  334  339  344
+  355  364  374  385  396  407  417  415  405  394  391  393  393  384  365  336
+  303  271  243  222  202  181  160  146  135
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  136  127  120  115  115  117  118  115  110  106  102  101   99   97   95
+   93   92   94   96   95   92   87   84   82   81   79   79   83   96  113  133
+  151  166  182  198  213  229  245  263  280  294  306  317  326  334  342  351
+  363  373  383  396  411  429  442  442  432  421  415  415  410  398  373  341
+  307  275  248  227  206  186  167  155  146
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  151  141  134  129  127  126  124  119  113  107  102  100   97   95   92
+   90   89   90   92   92   90   87   84   82   81   78   78   83   96  113  132
+  149  165  182  197  212  228  244  261  277  291  304  315  325  334  343  353
+  363  372  382  396  414  435  450  454  447  437  429  426  418  401  373  340
+  307  276  251  229  210  192  176  166  160
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  166  157  150  147  143  139  134  128  119  111  105  102   99   96   92
+   88   86   87   90   90   89   87   85   83   81   78   77   83   96  114  131
+  148  165  181  197  211  227  243  259  275  289  303  313  324  332  340  347
+  355  363  372  384  404  425  442  450  446  438  431  425  413  392  363  331
+  300  273  251  232  213  196  184  177  173
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  178  171  166  162  159  153  146  139  129  120  112  107  102   99   95
+   90   86   86   88   89   89   89   88   85   82   79   79   86   99  117  133
+  149  165  182  198  212  227  242  258  273  287  301  312  321  329  334  339
+  344  350  356  368  386  406  423  431  430  424  418  409  396  374  345  316
+  288  266  248  231  214  200  190  185  182
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  186  183  178  174  173  170  165  158  150  140  130  121  114  109  105  100
+   94   89   88   88   90   92   93   92   89   85   82   82   90  104  120  137
+  152  167  184  198  214  227  241  257  271  285  298  309  318  324  326  329
+  332  336  340  349  364  382  395  401  401  398  393  384  370  348  322  296
+  273  257  243  228  214  201  192  188  186
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  186  183  179  176  175  174  171  165  159  151  141  131  124  118  113  107
+  100   94   91   91   93   96   97   96   93   90   87   87   95  108  123  139
+  153  168  183  200  215  229  242  255  268  281  294  305  313  317  316  318
+  320  322  324  330  339  353  364  367  366  365  361  352  339  320  297  274
+  257  245  236  224  213  202  193  189  186
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  179  175  171  170  171  171  169  164  158  149  141  135  129  124  117
+  108  100   96   94   97  100  101  100   97   94   91   93  100  112  126  140
+  154  169  184  200  215  230  242  254  265  277  288  298  305  306  306  307
+  307  308  307  310  315  325  333  334  330  329  327  320  310  295  277  257
+  242  234  227  219  212  203  195  189  184
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  176  169  164  162  163  165  165  164  161  155  148  143  138  134  127
+  118  110  104  101  102  105  106  105  101   97   95   98  106  117  129  142
+  156  170  185  201  215  229  241  250  260  269  280  288  294  295  295  295
+  296  295  293  293  295  300  305  302  298  297  295  292  285  274  262  245
+  231  224  219  214  210  204  197  190  183
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  174  165  158  154  153  155  158  159  159  156  153  149  145  142  136
+  128  120  113  109  110  111  110  108  104  100   99  102  111  122  133  146
+  159  172  187  201  214  226  237  245  253  260  270  278  283  285  285  286
+  286  285  282  280  280  281  283  277  273  272  271  271  267  259  249  234
+  223  217  213  211  208  205  199  190  183
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  173  164  154  149  147  147  150  152  154  154  152  151  148  146  142
+  135  128  121  117  116  115  113  109  104  101  101  106  115  126  137  150
+  163  176  189  200  211  221  231  238  245  251  259  267  272  274  275  276
+  276  276  274  271  269  267  265  261  257  256  255  256  253  247  236  225
+  217  211  209  208  207  205  200  192  183
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  175  164  155  149  144  143  144  145  148  149  149  149  147  146  143
+  138  133  128  124  121  118  114  109  104  102  104  110  119  130  141  154
+  168  179  190  200  209  218  225  231  236  242  249  256  261  264  266  266
+  267  267  265  263  260  256  252  247  244  242  243  243  241  235  225  217
+  211  207  206  206  206  205  202  194  185
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  178  168  160  152  146  142  141  141  143  144  145  144  143  142  141
+  138  136  132  128  125  120  115  108  103  103  106  114  124  135  148  160
+  171  181  191  200  208  215  221  225  229  234  239  245  250  253  254  255
+  256  256  255  254  250  245  239  234  230  228  229  230  228  224  216  209
+  205  202  201  202  204  204  202  197  188
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  181  173  165  158  151  146  142  141  141  141  141  140  138  138  137
+  136  135  133  130  125  120  113  107  103  103  109  117  128  140  154  166
+  175  184  192  200  207  212  216  219  221  225  229  233  239  243  243  243
+  243  243  243  242  238  233  227  220  216  213  214  215  214  212  206  201
+  197  195  195  197  201  203  202  198  191
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  185  178  172  166  159  153  148  145  143  142  139  137  135  134  133
+  133  132  131  128  124  118  112  106  104  106  113  123  134  147  160  171
+  179  186  194  200  205  209  211  213  214  218  220  223  229  233  233  232
+  231  229  230  229  226  221  214  207  202  199  199  199  199  198  194  190
+  187  186  188  191  195  200  201  199  193
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  187  182  178  173  167  161  156  152  149  146  142  139  135  133  132
+  131  131  129  126  122  117  112  108  108  112  120  131  142  154  165  175
+  183  190  196  201  205  207  208  208  209  210  213  216  222  224  224  222
+  220  219  219  218  215  210  204  197  190  187  185  186  186  183  180  177
+  175  176  179  184  190  195  198  198  194
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  188  185  182  179  175  169  165  160  156  153  148  143  138  135  133
+  132  131  130  127  124  120  116  113  116  122  130  139  150  161  170  179
+  186  192  197  202  204  205  205  204  204  205  208  211  214  217  216  215
+  213  211  211  210  208  203  196  189  183  178  176  175  174  171  168  166
+  165  167  171  177  184  190  194  194  191
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  186  185  183  182  179  176  172  168  164  160  155  150  144  140  138
+  136  135  134  131  129  126  124  123  127  132  141  150  160  168  174  181
+  187  193  198  202  204  203  202  201  200  201  204  207  210  212  212  211
+  209  207  206  205  203  198  192  185  179  174  171  169  167  164  161  158
+  159  161  165  171  178  184  188  189  187
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  182  181  181  182  181  179  177  174  171  167  162  157  152  147  144
+  142  141  140  138  137  136  135  136  140  145  153  160  167  173  177  183
+  188  193  198  201  202  201  200  198  197  198  201  205  208  209  210  210
+  209  207  205  203  201  197  191  185  179  175  172  169  166  163  160  157
+  157  159  163  168  173  178  181  182  182
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  176  175  177  179  180  179  178  177  175  173  169  165  160  155  152
+  150  148  147  147  146  146  148  150  154  159  164  169  173  176  179  183
+  187  193  197  200  201  200  198  196  196  197  200  203  207  210  211  211
+  210  208  205  203  201  197  193  188  183  179  176  174  171  167  164  160
+  159  160  163  166  170  173  175  176  176
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  170  171  172  174  176  177  177  178  177  177  174  172  167  163  160
+  158  157  156  156  156  158  160  163  167  170  174  177  178  179  181  184
+  188  193  196  199  199  198  197  196  196  198  201  205  209  212  213  214
+  213  210  206  203  201  199  195  191  187  185  182  181  179  175  171  167
+  165  164  165  167  169  170  170  171  171
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  166  167  168  170  172  174  175  177  177  178  178  177  174  172  169
+  168  167  166  167  168  170  173  177  179  182  184  184  185  185  185  186
+  189  193  197  199  199  199  198  198  198  200  203  207  211  214  215  215
+  213  210  206  203  201  198  195  193  191  191  189  189  187  183  179  175
+  172  170  169  168  168  168  167  167  167
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  163  164  166  168  170  172  174  176  178  179  181  181  181  180  180
+  179  179  179  180  182  185  188  191  193  194  195  194  193  191  191  191
+  193  196  198  201  201  201  200  201  202  204  206  209  212  215  216  215
+  212  208  204  201  198  197  195  193  193  194  195  195  193  189  185  182
+  179  175  173  170  169  168  166  164  164
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  162  163  166  168  170  172  174  176  179  181  184  185  188  188  189
+  190  190  191  193  196  198  201  204  205  206  205  203  201  200  199  199
+  200  201  204  205  205  205  204  205  206  208  209  210  212  214  214  213
+  209  204  200  196  195  194  192  192  192  195  197  197  195  191  188  186
+  182  178  176  172  171  167  165  163  162
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  163  165  168  171  173  175  177  179  182  184  188  191  194  197  199
+  201  201  204  206  208  211  213  215  216  217  216  214  211  210  209  209
+  209  210  211  210  210  209  208  209  210  211  211  211  211  211  210  208
+  204  200  196  192  191  190  190  190  191  195  196  197  195  192  190  187
+  184  179  177  174  172  169  167  165  163
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  168  170  174  176  179  181  182  185  188  191  195  197  201  205  207
+  211  212  215  217  219  222  224  226  226  226  226  224  223  221  220  219
+  219  218  218  217  215  214  212  212  213  213  212  210  209  207  205  202
+  199  195  192  189  188  188  188  188  190  194  195  196  194  192  189  187
+  184  181  179  177  174  171  169  169  167
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  177  180  182  185  187  189  191  193  197  199  202  205  210  212  216
+  219  222  224  226  229  231  233  235  235  235  236  235  233  231  230  229
+  228  226  225  223  221  219  216  214  213  211  209  207  205  203  200  197
+  193  191  189  187  186  187  188  189  190  193  195  195  193  192  190  187
+  186  183  181  179  178  176  175  174  176
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  187  189  191  194  196  198  201  203  205  208  211  213  217  219  223
+  226  228  231  233  235  238  240  241  242  243  243  242  240  239  238  236
+  235  233  231  228  226  222  218  215  212  209  207  205  202  198  195  192
+  189  186  186  186  186  188  189  191  193  195  196  196  195  193  192  190
+  188  187  186  184  183  184  183  183  185
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  196  199  201  203  206  208  210  212  214  217  218  220  223  226  228
+  231  233  235  237  239  241  243  244  245  246  246  245  243  242  242  240
+  239  237  234  232  228  225  219  215  212  208  206  203  200  196  192  190
+  187  185  184  185  186  189  192  195  197  199  200  200  199  198  197  196
+  194  193  193  192  191  190  192  193  194
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  205  206  207  210  211  214  216  217  220  221  223  224  225  227  229  231
+  233  235  236  238  239  241  243  244  246  246  247  246  243  242  242  240
+  239  236  234  232  229  224  220  216  211  208  205  202  198  195  192  189
+  188  187  186  186  187  190  194  198  202  204  206  206  205  205  204  203
+  203  202  200  200  201  201  201  203  205
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  213  214  215  217  219  220  222  223  224  225  226  227  228  229  230  231
+  233  234  235  236  237  238  240  241  242  243  243  242  241  239  237  236
+  234  232  229  228  225  222  219  214  210  207  204  201  199  197  194  191
+  189  189  189  189  191  191  193  197  201  206  210  210  212  212  211  210
+  210  209  209  209  210  210  211  212  213
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  220  220  221  222  223  224  224  225  226  226  227  228  228  228  229  230
+  230  230  231  232  233  233  234  235  236  236  236  236  235  234  232  230
+  228  226  224  221  219  217  214  211  208  206  204  202  200  199  198  196
+  195  194  194  194  194  195  196  196  201  204  209  212  217  217  217  217
+  217  217  217  217  217  217  218  219  220
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  223  223  224  224  224  224  225  225  225  225  226  226  226  226  226  226
+  226  226  226  227  227  227  228  228  228  228  228  227  227  226  225  224
+  222  220  219  217  215  213  211  208  206  205  203  203  202  201  202  201
+  202  202  203  203  205  205  208  209  212  214  216  217  219  220  220  221
+  221  221  221  221  222  222  222  222  223
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  223  223  223  223  223  223  223  223  223  223  223  223  223  223  223  222
+  222  222  222  222  222  222  222  222  221  221  220  220  219  219  218  218
+  217  216  215  214  213  213  212  210  210  209  208  208  207  208  207  207
+  208  208  209  210  211  212  213  214  215  215  217  217  218  219  220  220
+  221  221  222  222  222  222  222  223  223
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  220  220  220  220  220  220  220  220  220  220  219  219  219  219  219  219
+  219  219  218  218  218  218  218  218  217  217  217  216  216  216  216  215
+  215  214  214  213  214  213  213  213  213  213  213  213  212  212  212  213
+  213  213  213  214  214  214  215  215  215  216  217  217  217  217  218  218
+  218  218  218  219  218  219  220  219  220
+     5                                                      END OF TEC MAP     
+     6                                                      START OF TEC MAP
+  2010    12     4    10     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   39   39   39   38   39   39   39   39   39   39   39   39   39   39
+   40   40   40   40   40   40   41   41   41   41   41   41   41   41   41   41
+   41   41   41   42   41   41   41   41   41   42   41   41   42   42   42   42
+   42   41   42   42   42   42   42   41   41   41   41   41   41   41   41   40
+   40   40   40   40   40   40   39   40   39
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   40   40   40   40   38   38   37   37   38   37   37   37   37
+   37   38   38   39   39   40   40   40   40   40   40   41   40   40   40   40
+   40   40   40   40   40   40   40   40   40   40   40   41   41   41   41   41
+   41   42   42   41   41   41   41   41   41   40   40   40   41   41   41   40
+   40   40   41   42   43   42   42   42   42
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   38   38   37   36   36   36   35   34   35   34   34   35   35   36   36
+   37   37   37   37   38   39   40   40   40   40   39   39   39   40   40   40
+   40   40   40   40   40   40   40   40   40   40   40   40   40   40   40   40
+   40   39   39   39   38   38   38   38   38   38   38   38   39   39   40   40
+   41   42   42   42   42   42   42   42   40
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   36   35   34   34   34   33   33   32   32   32   32   33   33   33   34
+   35   36   37   38   39   40   40   41   49   48   42   42   42   41   41   40
+   40   40   39   39   39   39   39   40   40   40   40   40   40   40   40   40
+   40   39   38   38   38   37   37   37   37   36   36   36   36   36   37   38
+   38   39   40   40   40   40   40   37   37
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   35   35   35   33   33   32   32   31   31   31   31   33   33   35
+   36   37   38   40   42   43   43   44   44   43   42   42   41   41   41   40
+   40   40   40   40   39   40   40   41   41   43   43   43   44   43   44   43
+   43   42   41   41   40   39   39   38   38   37   37   36   35   35   35   36
+   36   36   38   38   38   38   38   37   36
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   37   37   36   34   34   33   33   32   32   32   33   34   35   36
+   38   41   44   46   47   48   48   48   47   45   44   43   42   41   40   40
+   40   40   40   41   41   42   43   44   45   46   48   49   50   51   51   51
+   51   50   48   46   44   43   42   41   41   39   39   37   37   36   36   36
+   36   36   37   38   39   39   39   38   38
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   39   39   39   38   36   36   35   35   35   35   34   35   36   38   40
+   43   46   49   52   52   54   54   53   50   47   45   43   42   41   40   40
+   40   41   42   44   45   47   48   50   51   53   56   57   59   60   61   62
+   61   60   57   54   51   49   47   45   44   43   42   41   40   39   39   38
+   38   38   39   41   43   43   42   41   40
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   42   41   40   39   39   39   39   39   38   38   38   38   42   43
+   46   50   53   56   57   59   58   56   52   48   44   42   40   40   39   40
+   41   44   46   49   51   53   56   58   61   64   66   68   71   72   73   73
+   71   69   66   63   58   55   52   50   48   47   46   45   45   44   43   42
+   42   41   42   44   46   45   45   43   42
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   45   44   44   44   44   44   43   42   42   41   41   41   42   44   46
+   49   53   56   58   60   61   59   56   51   47   43   40   38   38   39   41
+   44   47   51   55   57   61   64   67   70   74   78   80   83   84   84   84
+   81   78   74   69   65   61   56   54   52   50   49   48   48   47   47   47
+   47   46   46   47   48   47   47   46   45
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   48   48   47   47   48   48   47   45   44   44   43   42   43   46   47
+   50   53   56   58   60   59   58   54   50   45   41   37   36   36   39   42
+   47   52   57   61   66   69   72   76   80   84   89   92   95   95   95   94
+   90   86   81   76   70   65   61   58   55   53   52   51   51   51   51   51
+   50   49   49   49   49   49   50   50   49
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   53   52   52   52   51   52   52   49   48   47   47   45   44   45   45   47
+   48   51   54   55   56   55   54   51   47   42   38   35   34   36   40   44
+   51   58   64   70   75   77   80   85   89   93   98  103  105  106  105  102
+   98   92   86   80   74   69   65   61   58   56   54   53   54   54   54   53
+   52   51   51   51   51   52   53   54   53
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   57   56   55   55   54   54   51   49   49   47   46   44   44   44   44
+   45   47   49   50   50   51   48   46   43   39   36   35   35   38   43   49
+   56   65   72   78   84   85   88   92   97  102  107  111  114  114  113  109
+  103   97   90   84   78   73   68   64   62   60   57   56   56   55   55   54
+   53   53   52   53   53   55   56   58   58
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   61   59   59   58   57   57   55   52   50   48   46   44   42   42   42
+   42   43   44   45   44   45   45   43   41   39   37   37   38   42   49   57
+   64   73   80   86   91   93   95   99  104  109  115  119  121  121  119  115
+  109  102   95   90   84   78   73   69   66   63   61   59   58   57   56   55
+   55   54   54   55   56   58   59   61   62
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   64   63   63   63   62   60   59   56   53   50   47   44   42   41   40
+   40   41   40   41   41   43   43   43   42   41   41   42   44   49   56   64
+   72   80   88   93   98  100  103  106  111  116  122  125  127  126  124  119
+  113  107  102   97   92   86   80   75   71   68   65   62   60   59   58   57
+   57   56   57   58   60   62   63   65   66
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   69   69   69   69   68   66   64   61   57   53   49   46   43   42   41
+   40   40   40   40   41   43   45   45   45   46   47   49   51   58   65   73
+   81   89   95  101  104  108  111  113  117  121  127  130  131  130  128  123
+  118  113  109  105  101   96   90   84   79   74   70   67   64   62   61   60
+   61   61   62   64   65   66   68   70   70
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   76   76   76   76   75   74   71   67   62   58   54   51   47   45   44
+   43   43   42   43   45   47   50   50   51   52   54   57   61   67   75   83
+   90   97  103  108  112  116  118  120  122  126  130  133  135  134  132  128
+  123  120  117  114  111  106  101   95   88   82   77   72   69   67   66   66
+   67   68   69   69   69   70   72   75   75
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   81   82   83   84   84   82   79   74   69   64   61   57   54   51   49
+   49   49   49   50   52   55   57   58   59   60   62   65   71   77   84   92
+   98  105  111  116  121  125  126  126  128  130  133  137  139  139  137  133
+  129  126  125  123  121  116  110  104   96   89   84   79   75   73   73   74
+   75   76   76   75   75   75   76   79   80
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   84   86   88   91   92   91   88   82   77   72   69   65   62   59   56
+   56   56   57   59   61   64   66   68   67   68   70   74   80   86   93   99
+  106  113  119  124  130  133  134  134  134  136  138  141  143  144  142  139
+  135  133  131  130  127  123  115  109  101   94   89   84   81   80   80   82
+   83   84   84   82   82   81   81   81   83
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   85   88   92   95   98   97   94   90   85   80   77   74   71   67   64
+   64   65   67   69   70   73   75   75   75   75   76   83   89   95  101  107
+  113  119  125  132  138  142  144  144  143  143  144  145  148  149  148  144
+  140  138  136  134  131  125  116  109  102   95   91   87   85   85   87   88
+   90   90   89   87   87   86   84   84   83
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   84   88   92   97  100  101   99   95   90   88   85   83   80   76   74
+   74   75   76   78   79   81   83   81   80   80   83   89   97  103  109  114
+  119  124  131  138  145  151  154  155  154  151  151  151  152  153  152  149
+  145  142  139  136  132  124  115  107  100   93   90   87   86   88   90   92
+   93   93   93   91   89   88   86   84   83
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   82   85   90   96   99  100  100   97   94   93   93   92   89   85   84
+   83   84   84   85   87   87   88   84   84   85   88   95  105  111  117  121
+  125  131  136  142  151  159  165  166  164  161  158  157  157  157  157  154
+  150  147  143  139  133  124  115  106   98   93   90   87   87   88   90   92
+   94   94   93   92   89   88   86   82   81
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   79   81   86   92   96   97   97   96   96   96   98   98   96   94   91
+   90   90   90   90   91   91   91   86   85   88   94  101  111  119  124  129
+  133  137  141  148  158  167  174  176  175  172  167  165  164  164  164  162
+  159  155  152  147  140  131  121  111  103   97   94   90   88   88   90   91
+   92   92   91   90   89   87   85   81   78
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   75   77   81   86   90   92   93   93   94   97  100  102  102  100   97
+   95   94   93   92   91   92   93   90   88   91   98  107  117  126  132  137
+  141  145  149  154  163  172  181  185  185  182  178  176  175  175  176  175
+  172  169  167  163  158  148  139  128  118  112  106  100   95   91   91   92
+   92   90   88   88   87   86   83   80   76
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   74   74   76   81   84   86   86   87   90   95  100  103  104  103  100
+   98   95   92   91   90   90   92   91   90   94  103  113  124  134  140  146
+  150  155  158  163  171  180  188  195  197  195  191  190  191  191  192  193
+  192  191  191  190  187  178  168  157  146  136  126  116  106   99   96   95
+   94   90   88   86   86   85   83   79   76
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   76   74   74   76   79   81   80   81   85   91   96  101  103  103  100
+   97   94   90   88   88   89   91   91   92   98  107  120  132  141  148  153
+  161  167  171  175  181  190  198  206  209  208  208  210  212  213  216  218
+  219  222  224  226  225  218  209  198  184  169  155  138  123  113  106  103
+   98   93   90   89   88   87   85   82   78
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   81   77   75   76   77   77   77   79   83   87   91   96   98   99   97
+   94   90   87   85   86   88   89   91   95  101  112  125  137  147  155  162
+  172  180  187  191  195  203  211  218  222  222  226  233  239  242  247  251
+  254  258  262  263  265  261  255  244  229  210  190  168  147  132  123  115
+  109  102   98   95   94   92   91   88   84
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92   88   84   81   79   78   78   77   79   82   83   85   89   92   93   92
+   89   85   83   82   84   87   89   91   96  105  115  128  141  151  161  171
+  183  196  205  209  212  218  226  232  236  239  248  259  268  274  280  286
+  291  293  297  302  304  301  298  286  271  251  229  202  175  157  144  135
+  125  117  111  106  103  100   98   96   92
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  101   97   92   88   86   84   83   82   81   82   82   82   84   85   86   86
+   84   81   79   80   83   86   89   92   98  107  118  129  143  154  165  178
+  194  211  223  230  233  239  245  249  253  259  270  285  297  304  311  316
+  321  324  326  331  332  329  328  315  301  285  261  234  206  184  168  157
+  145  135  127  121  115  109  106  104  101
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  107  102   97   93   91   90   89   86   84   82   81   80   81   82   81
+   80   78   77   78   81   85   88   92   98  107  118  130  142  154  168  185
+  206  226  240  250  255  260  264  267  271  278  292  309  322  330  334  336
+  340  341  342  345  346  343  341  331  319  304  284  258  232  210  193  179
+  166  155  145  137  128  119  114  112  111
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  115  111  106  101   98   97   97   94   89   85   82   80   80   81   77
+   76   75   75   77   81   84   86   89   95  106  117  129  141  155  173  193
+  216  239  257  269  275  280  282  284  288  297  312  329  340  346  347  347
+  346  346  346  349  349  345  342  335  326  314  297  274  250  228  210  196
+  184  172  161  152  141  130  121  117  116
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  119  116  111  107  104  103  103  101   96   90   85   81   80   80   74
+   73   71   72   76   80   82   83   85   93  104  116  129  143  160  180  202
+  228  252  272  285  292  296  299  300  303  312  326  341  351  354  353  350
+  345  343  343  344  342  339  336  331  325  315  302  281  258  237  220  206
+  195  184  174  163  151  137  126  120  119
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  119  117  113  110  108  108  108  107  102   96   89   85   81   77   73
+   70   69   70   74   79   81   81   83   91  103  116  131  148  168  190  213
+  238  263  284  297  306  311  314  314  316  323  336  350  357  358  354  349
+  342  339  339  337  333  328  325  321  317  311  301  281  259  238  219  206
+  198  188  180  169  156  141  127  119  118
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  117  115  112  109  107  107  109  109  106  101   94   89   83   78   74
+   71   69   70   74   78   79   79   83   92  105  120  136  156  177  200  224
+  249  272  292  306  316  323  326  326  327  332  344  355  361  361  356  348
+  341  340  340  336  330  324  319  315  312  308  298  276  254  233  213  198
+  190  184  179  170  157  141  126  117  116
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  114  113  109  106  103  104  106  108  107  103   98   93   88   82   77
+   74   71   72   75   78   79   80   85   96  109  125  144  164  187  210  233
+  256  277  296  310  322  331  334  334  334  340  349  358  364  364  358  350
+  346  348  348  342  338  329  321  317  314  310  296  271  252  230  209  192
+  181  177  174  167  155  139  125  116  114
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  113  111  107  102   99   99  101  103  104  102   98   94   91   86   82
+   77   74   74   77   79   80   82   89  101  116  133  152  173  195  218  239
+  260  278  295  310  323  334  340  342  344  348  356  364  369  368  364  359
+  360  362  361  356  351  341  332  328  325  317  300  275  255  231  209  189
+  176  172  169  165  153  138  124  115  114
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  117  112  107  100   96   94   96   97   99   98   96   94   91   88   85
+   80   76   76   78   81   83   86   93  106  122  141  160  181  201  222  241
+  258  274  290  306  320  334  344  347  351  357  364  370  374  375  375  374
+  379  383  381  375  369  359  353  348  342  331  313  289  263  238  214  192
+  177  171  169  165  154  141  127  121  119
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  124  118  111  103   97   93   93   94   95   94   92   90   88   87   85
+   81   77   77   79   81   84   88   97  111  129  147  165  185  204  223  238
+  252  268  283  299  316  331  342  351  357  362  368  375  381  387  390  391
+  396  400  398  393  388  382  377  371  361  347  329  305  277  250  224  201
+  184  175  172  168  158  146  136  130  128
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  134  128  118  109  102   96   94   94   93   92   89   87   85   84   83
+   80   77   77   78   81   84   89  101  116  134  151  168  186  203  219  232
+  245  260  276  294  311  327  341  352  358  363  371  380  390  399  403  405
+  408  410  410  406  403  400  396  389  377  360  340  317  290  263  237  212
+  194  184  179  174  166  155  147  143  139
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  147  140  130  120  111  104  101   99   97   94   89   85   83   82   81
+   79   77   76   78   80   84   91  104  120  138  152  167  183  199  213  226
+  240  255  272  289  307  323  339  351  358  365  373  385  395  403  405  409
+  412  415  414  411  408  406  403  396  383  364  344  322  298  272  247  223
+  204  193  187  181  174  165  159  156  153
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  159  152  144  134  124  116  111  109  105  100   93   87   83   83   82
+   81   78   77   78   80   85   94  108  124  139  152  165  180  195  210  224
+  238  253  270  287  304  320  335  347  356  364  374  384  392  398  400  403
+  408  409  409  405  402  401  398  391  377  358  338  318  298  275  252  229
+  211  199  193  187  180  173  169  167  165
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  172  168  163  156  148  138  130  124  121  116  109   99   92   87   86   85
+   84   82   80   81   84   88   99  113  130  142  153  165  179  194  210  225
+  238  253  270  287  302  316  329  342  352  360  369  378  384  387  392  392
+  395  397  395  391  388  387  382  374  360  342  322  306  288  268  248  229
+  212  203  197  191  184  176  173  173  172
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  172  170  166  158  150  143  137  134  128  119  108   99   93   90   90
+   89   87   85   85   87   93  105  121  136  146  156  167  180  195  211  227
+  242  256  272  287  300  311  323  335  345  352  360  368  372  375  377  378
+  379  379  374  371  367  364  359  351  336  317  298  285  271  252  236  222
+  209  201  197  192  184  177  172  173  174
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  171  172  170  166  160  154  148  144  137  128  117  106   99   97   96
+   95   92   90   89   91   98  111  128  142  152  160  171  184  199  216  231
+  246  260  274  286  298  306  316  327  336  343  350  355  359  362  362  363
+  360  357  351  348  342  339  333  324  309  291  273  262  248  232  219  210
+  202  197  195  192  184  175  170  169  170
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  166  168  169  168  164  159  154  149  144  136  125  114  107  105  103
+  101   99   95   94   97  104  117  132  146  156  164  175  189  204  221  235
+  249  262  274  285  294  301  309  320  327  333  338  343  346  348  347  345
+  340  335  327  325  318  313  307  298  287  271  253  241  228  213  203  197
+  193  192  192  190  183  174  167  165  165
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  161  162  164  165  163  159  154  151  147  139  130  121  115  112  111
+  109  105  101   99  102  110  123  137  149  160  169  179  193  209  224  239
+  251  262  272  281  289  296  303  312  317  322  326  330  332  334  332  329
+  322  315  306  302  294  290  285  278  269  257  239  226  212  199  190  187
+  186  188  190  187  181  173  165  162  160
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  156  156  159  160  158  155  151  147  144  139  132  125  120  117  116
+  114  110  106  104  107  115  128  141  153  162  171  181  195  211  226  239
+  252  261  270  277  283  290  297  303  307  311  316  319  320  321  319  312
+  306  297  288  282  275  273  269  263  255  244  229  217  204  192  184  180
+  182  185  187  185  180  173  166  160  157
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  154  153  153  154  153  149  145  143  140  136  131  126  123  121  119
+  117  113  110  109  112  120  132  144  155  164  173  183  197  211  226  239
+  250  259  266  272  277  283  290  295  299  302  305  307  308  308  305  298
+  291  282  274  268  261  260  257  252  243  233  220  210  200  190  181  177
+  179  183  186  184  178  173  167  161  156
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  153  152  151  150  147  143  139  136  135  132  129  126  124  122  120
+  117  115  113  113  117  126  136  147  159  169  177  187  198  211  224  236
+  246  254  260  265  270  276  284  288  291  293  295  296  296  295  293  287
+  279  272  264  257  251  249  246  241  233  223  213  205  196  187  179  176
+  178  182  184  182  177  173  168  162  157
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  155  152  150  147  144  139  134  132  130  129  128  125  123  121  119
+  117  115  114  116  122  130  140  152  162  173  182  192  202  211  221  231
+  240  246  253  258  263  271  278  281  283  283  284  284  284  283  281  276
+  269  262  255  249  243  239  235  229  222  214  206  199  192  184  175  173
+  177  181  182  180  176  172  168  164  159
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  158  154  151  148  144  138  132  129  128  127  126  124  121  120  117
+  115  114  115  118  125  135  145  156  167  177  185  194  202  210  218  226
+  233  239  244  250  257  264  269  272  273  273  272  272  271  272  270  265
+  259  253  247  241  233  228  223  219  211  203  196  191  185  177  170  168
+  173  178  180  179  175  172  169  165  162
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  160  157  154  150  145  139  134  130  129  128  126  124  122  119  116
+  114  114  116  122  130  140  151  163  173  180  187  194  201  208  215  221
+  227  231  236  243  249  256  261  263  263  262  261  259  257  258  258  254
+  250  244  238  232  223  216  211  206  199  191  184  179  175  169  165  163
+  168  173  175  176  173  171  168  166  163
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  161  158  156  153  149  143  138  134  132  131  129  127  124  121  118
+  115  116  120  127  137  148  159  170  178  185  190  195  201  207  213  217
+  221  224  229  234  238  244  249  253  252  249  247  243  241  244  245  244
+  240  235  229  222  213  206  200  195  187  180  173  168  165  160  157  159
+  163  168  170  172  170  169  167  165  163
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  160  158  157  155  151  147  142  139  137  136  134  132  128  125  123
+  120  122  127  134  145  156  167  177  185  190  195  199  204  209  213  215
+  216  219  222  225  227  229  238  242  241  239  235  231  227  231  234  234
+  231  227  221  213  205  197  191  185  178  171  165  159  156  152  151  153
+  158  162  166  169  167  165  163  162  161
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  156  156  156  156  154  151  148  145  144  142  141  139  136  133  131
+  130  131  136  144  154  165  175  184  191  197  201  206  211  213  214  214
+  213  214  215  216  216  217  224  230  232  229  225  221  219  222  225  225
+  224  220  214  207  199  191  186  180  173  167  161  156  151  149  148  149
+  153  158  162  166  162  159  157  157  157
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  151  152  154  154  155  153  152  151  150  149  148  147  145  143  142
+  142  143  148  154  163  173  181  188  195  201  207  211  215  216  215  213
+  211  209  208  208  209  211  217  222  224  222  218  215  214  216  218  219
+  218  214  208  202  195  189  184  179  174  168  162  157  153  150  147  148
+  151  153  157  160  157  153  151  150  151
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  146  147  150  152  154  155  156  156  156  156  155  155  154  154  153
+  154  155  160  164  170  177  184  190  197  202  209  213  216  217  215  212
+  208  205  204  203  205  207  212  215  217  216  214  212  212  212  213  213
+  212  208  203  197  193  188  185  182  178  174  168  164  159  155  152  150
+  151  151  153  154  151  148  145  145  145
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  141  143  146  150  154  156  159  160  161  162  163  163  163  163  164
+  165  167  169  172  175  179  184  189  195  201  208  212  215  215  213  209
+  205  201  199  199  201  204  208  211  213  213  212  211  210  209  208  207
+  206  203  199  194  191  189  188  187  185  181  177  173  167  162  158  154
+  153  151  150  149  146  143  142  141  140
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  139  142  145  150  154  157  162  164  165  167  169  170  172  172  174
+  175  177  177  179  180  182  184  188  193  199  205  210  211  211  208  205
+  200  197  195  195  197  201  206  209  212  213  212  211  208  205  203  201
+  199  197  193  190  189  189  190  191  190  188  185  182  177  171  165  160
+  157  153  149  146  142  141  140  139  139
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  142  144  147  151  158  160  164  167  170  172  174  176  178  180  183
+  185  185  185  185  184  184  184  186  190  195  200  204  205  204  202  199
+  195  193  192  193  195  200  204  209  211  212  212  210  205  200  198  194
+  191  188  186  184  185  187  190  193  194  193  191  188  183  177  171  165
+  159  153  148  144  142  141  141  142  142
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  149  151  153  157  161  164  168  171  174  176  178  181  184  187  190
+  191  192  192  190  188  186  185  186  187  190  193  197  198  197  195  193
+  190  189  190  192  195  199  204  208  211  211  210  207  201  195  190  187
+  183  180  178  176  178  183  187  191  194  194  192  190  186  180  174  168
+  160  153  149  146  145  146  147  147  147
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  158  161  163  164  166  168  172  174  177  180  182  185  188  191  194
+  196  197  196  194  192  189  187  186  186  187  189  191  192  191  189  187
+  186  187  189  192  195  199  203  206  208  208  206  201  195  189  183  179
+  174  172  170  169  170  176  183  188  191  192  191  189  185  181  176  169
+  162  155  152  151  151  153  155  156  156
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  168  170  171  172  173  174  177  179  181  183  186  189  192  195  198
+  200  201  200  199  196  193  190  188  187  187  188  188  188  187  185  184
+  184  187  191  193  196  199  202  204  204  203  200  195  188  182  175  170
+  168  166  164  164  164  170  177  182  186  188  187  186  183  179  175  170
+  165  160  157  159  160  161  163  165  166
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  178  178  179  180  180  180  181  182  184  186  188  191  195  198  201
+  203  204  203  202  198  196  193  191  189  188  187  186  185  183  182  182
+  184  189  193  195  197  198  200  200  199  196  193  188  184  177  171  167
+  164  163  162  162  162  167  173  177  182  184  184  183  181  178  176  172
+  169  166  165  167  169  170  171  173  176
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  185  186  186  185  185  185  185  186  186  188  190  193  196  199  202
+  204  204  204  202  200  198  196  194  192  190  188  186  184  183  182  182
+  185  189  192  195  196  197  197  196  194  190  187  184  180  176  171  167
+  165  164  163  163  165  166  170  174  178  181  182  182  181  179  177  175
+  172  173  173  174  175  178  179  181  184
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  189  190  190  189  189  188  188  188  188  190  192  194  197  200  202
+  203  204  204  203  203  201  200  198  196  193  191  188  186  185  185  184
+  185  187  190  191  192  193  193  192  188  185  182  179  176  174  172  169
+  167  166  167  168  167  168  170  174  178  181  183  183  182  182  180  179
+  178  178  180  181  182  183  186  188  189
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  192  192  192  191  190  190  189  189  189  191  192  194  197  199  200
+  202  202  202  203  203  203  202  199  197  195  193  191  189  188  187  186
+  185  186  186  187  187  187  187  185  183  180  178  175  172  171  170  170
+  169  170  170  171  172  173  173  174  178  183  186  187  186  185  184  183
+  184  185  186  187  188  190  191  191  193
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  192  193  192  191  190  190  190  189  190  191  192  194  195  197  198
+  199  200  200  200  201  201  200  199  197  195  194  192  190  189  188  186
+  185  185  184  183  182  182  181  180  177  175  173  171  169  168  167  168
+  169  170  171  172  174  175  176  177  178  181  187  189  188  188  188  189
+  189  189  190  191  192  193  193  194  193
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  192  192  191  190  190  190  190  190  190  191  191  192  193  193  194
+  195  195  196  196  196  196  195  194  193  192  191  190  189  188  187  186
+  184  183  182  181  180  179  178  177  175  173  171  170  169  167  167  168
+  168  168  170  170  171  172  173  173  174  177  182  186  190  191  192  192
+  192  193  193  193  193  193  193  193  192
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  190  190  190  189  189  189  189  189  189  189  189  189  190  190  190
+  190  190  190  190  190  189  189  188  188  187  187  187  186  185  184  183
+  183  182  180  180  179  178  178  176  175  175  174  173  172  172  171  171
+  171  171  172  173  174  175  178  179  182  184  187  188  190  190  191  191
+  191  191  192  192  192  191  191  191  191
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  189  188  188  188  188  188  187  187  187  187  187  187  187  186  187
+  186  186  186  186  186  185  185  184  183  183  183  183  183  182  182  181
+  181  180  180  179  179  179  179  178  177  177  177  177  176  177  177  177
+  178  178  178  180  180  181  182  183  184  184  186  187  187  188  188  188
+  189  189  189  189  189  189  189  189  189
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  186  185  186  186  185  185  185  186  185  185  185  184  184  184  184  184
+  183  184  183  183  182  183  182  181  182  181  181  181  181  181  180  180
+  180  180  179  179  180  179  179  179  179  180  180  180  180  179  180  180
+  181  180  180  181  181  182  182  182  182  183  184  184  184  184  185  185
+  185  185  185  186  185  185  186  185  186
+     6                                                      END OF TEC MAP     
+     7                                                      START OF TEC MAP
+  2010    12     4    12     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   36   36   37   36   36   37   37   37   37   37   37   37   37   38
+   38   38   38   38   38   38   38   39   39   39   40   40   40   40   40   40
+   40   40   40   41   41   41   41   41   40   41   41   41   41   41   41   41
+   41   41   41   41   41   41   41   40   40   39   39   39   38   38   38   37
+   37   37   37   36   36   36   37   36   36
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   34   34   34   34   35   35   35   35   36   36   36   36   36   37   37
+   38   38   38   39   39   39   39   39   39   39   40   40   41   42   42   43
+   42   43   42   42   43   43   43   42   42   42   42   42   42   41   42   42
+   43   43   43   43   43   42   42   42   41   40   40   38   38   38   37   37
+   37   36   37   36   36   35   35   35   35
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   33   33   33   34   34   35   35   36   36   37   38   38   39   39
+   40   40   40   40   40   40   40   40   41   41   41   42   42   43   42   43
+   43   43   43   43   43   43   42   42   42   42   41   41   40   41   41   41
+   41   42   42   43   43   42   42   41   41   40   39   39   38   38   38   37
+   36   35   35   34   34   33   33   33   33
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   31   32   33   34   34   35   35   36   37   38   39   40   41   42   42
+   42   42   42   42   42   41   40   42   42   42   42   42   42   42   42   42
+   42   42   43   42   43   42   42   41   41   40   40   39   39   39   39   39
+   39   39   40   41   41   41   40   40   40   40   39   39   39   38   37   36
+   35   34   33   33   32   32   31   31   31
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   31   33   35   35   37   37   38   40   41   42   43   43   44   45   45
+   46   46   46   46   45   43   44   43   43   43   43   43   44   44   45   45
+   45   45   44   43   43   43   42   41   40   38   37   37   36   37   37   37
+   37   37   37   38   39   38   39   38   39   39   39   39   39   38   37   37
+   35   34   33   32   32   31   30   30   30
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   35   37   39   40   41   41   42   42   43   44   46   47   47   48   49
+   50   50   50   49   47   46   46   44   43   43   44   44   44   45   46   47
+   47   48   48   48   47   45   44   43   42   40   38   37   36   37   37   37
+   37   37   37   37   37   38   38   38   38   38   39   39   40   39   38   37
+   36   35   34   34   33   32   31   31   32
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   41   42   43   44   44   44   44   44   44   46   48   49   49   51   52
+   53   53   53   52   51   49   48   45   44   45   45   45   46   48   51   52
+   52   53   54   54   54   53   50   48   47   45   44   42   41   40   40   40
+   40   40   40   39   39   39   39   39   38   38   39   40   40   39   39   38
+   37   37   36   36   35   34   34   37   37
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   45   44   45   46   46   46   45   45   46   47   48   49   51   52   53
+   54   55   54   54   53   51   49   46   45   46   46   47   49   51   55   58
+   60   61   62   63   63   61   59   57   54   54   52   50   48   47   46   45
+   44   43   43   42   42   41   40   40   40   40   40   41   41   41   40   40
+   40   40   38   38   38   38   38   42   42
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   45   45   46   47   48   47   47   46   46   47   47   48   50   51   53
+   54   55   55   54   54   51   49   46   46   47   48   50   53   56   60   63
+   67   69   71   72   71   70   68   66   65   64   62   60   58   56   54   52
+   50   48   47   46   44   43   43   43   43   43   42   43   43   43   42   43
+   43   43   43   42   43   43   44   47   47
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   48   47   47   48   48   48   47   47   46   45   45   46   47   49   50
+   51   51   51   50   50   49   48   46   47   48   51   54   58   62   67   70
+   75   77   79   80   79   79   77   75   75   75   73   71   68   65   62   59
+   56   53   51   48   47   46   45   45   45   45   45   45   45   45   45   46
+   47   48   48   48   47   48   49   49   49
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   51   50   50   50   49   48   46   45   44   44   43   43   43   44   45
+   46   46   45   45   46   45   46   45   46   50   54   59   64   70   73   78
+   82   85   87   88   87   87   87   85   85   85   84   81   78   74   70   66
+   62   58   55   51   49   48   47   46   47   47   47   47   48   48   48   49
+   50   51   52   52   52   52   53   52   52
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   56   55   54   53   52   50   49   47   44   43   43   41   40   40   40   41
+   40   41   40   41   42   42   43   45   47   52   58   64   70   76   81   86
+   89   91   92   93   93   94   94   94   96   96   94   92   88   83   78   73
+   68   64   59   56   52   51   49   49   49   50   50   51   52   52   52   53
+   54   55   54   54   55   56   57   56   56
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   61   60   59   56   54   51   49   46   45   43   41   40   39   38   37
+   37   37   37   38   38   40   42   46   50   56   63   70   77   83   88   96
+   95   96   98   98   99  100  102  103  105  105  104  101   97   91   84   78
+   73   69   64   60   57   55   54   53   52   53   54   55   57   57   56   56
+   57   58   58   58   60   61   61   61   61
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   68   67   66   63   60   57   54   51   48   46   43   41   40   37   36
+   36   36   35   36   37   40   44   50   56   62   70   77   84   90   94  105
+  103  102  103  103  103  105  108  110  113  114  114  110  104   98   90   83
+   78   74   70   67   63   60   58   57   57   57   58   60   61   61   60   60
+   61   63   64   64   65   66   68   68   68
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   76   75   73   71   68   65   63   59   55   51   48   45   42   40   38
+   37   37   36   37   39   43   48   55   63   70   78   84   91   96  100  107
+  107  107  108  108  109  110  113  117  120  122  122  119  112  105   97   89
+   83   79   77   74   70   67   65   63   63   63   64   66   66   66   65   64
+   66   68   69   70   71   73   75   76   77
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   85   83   82   79   77   74   71   67   63   58   54   51   47   45   43
+   42   40   40   41   43   48   55   63   70   78   85   92   97  101  106  110
+  111  113  114  113  115  116  118  122  126  128  128  126  120  113  104   96
+   91   87   84   81   78   74   72   71   70   70   71   72   73   72   72   72
+   72   73   75   76   77   78   82   84   85
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   91   90   89   87   85   82   80   76   70   65   61   58   55   53   50
+   47   46   46   47   50   55   63   72   80   87   93   99  103  107  110  114
+  117  119  119  119  120  121  123  126  130  132  134  132  127  121  113  107
+  101   96   92   89   85   81   79   77   77   77   78   79   79   80   80   79
+   80   80   81   82   82   84   86   89   91
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   94   94   93   92   91   89   87   83   77   73   69   66   64   60   58
+   55   54   54   55   58   64   72   81   89   96  101  106  109  111  115  118
+  122  125  125  125  125  125  127  129  133  136  139  138  135  130  123  117
+  111  104  100   95   91   87   84   83   82   82   83   83   84   85   86   87
+   86   86   86   86   86   87   89   92   93
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   94   94   94   94   94   93   92   89   85   80   77   75   72   69   66
+   64   63   62   63   67   74   82   91   99  104  109  110  113  116  119  123
+  127  129  130  131  131  131  133  134  138  141  143  144  142  138  132  126
+  118  112  105   99   94   89   87   86   84   84   85   85   86   88   89   91
+   91   91   91   90   89   89   91   92   93
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   91   91   91   91   92   93   93   92   90   87   85   82   80   77   74
+   72   72   71   72   75   83   92  101  108  113  114  116  118  121  124  128
+  132  134  137  138  138  138  139  140  143  146  147  148  147  144  139  132
+  123  115  105   98   93   89   86   84   83   82   83   84   87   89   90   92
+   93   93   92   91   90   89   90   90   91
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   86   86   86   86   89   91   92   93   92   91   91   89   87   84   82
+   80   79   77   79   83   91  100  109  116  120  121  122  124  126  130  134
+  139  143  146  147  147  148  147  147  149  150  150  151  151  149  145  138
+  128  117  106   97   91   87   84   82   81   80   80   82   85   87   89   91
+   92   92   91   90   88   87   87   87   87
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   80   79   79   80   83   86   89   91   92   94   94   94   93   91   88
+   86   84   83   84   89   97  106  115  122  125  127  129  130  133  137  141
+  147  153  157  160  159  158  156  155  155  155  155  155  154  154  151  144
+  133  120  108   99   93   87   84   81   80   80   81   83   85   87   88   89
+   90   90   88   87   84   82   82   82   82
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   75   74   74   75   77   80   84   88   91   93   96   97   97   95   92
+   90   88   86   88   93  102  111  120  127  130  132  135  138  141  146  151
+  158  166  171  173  173  170  167  165  163  162  161  160  160  160  159  154
+  143  130  117  107  100   93   89   86   85   86   87   88   89   90   90   89
+   89   88   86   83   80   78   78   77   77
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   73   72   71   71   72   75   79   83   86   91   94   96   97   96   95
+   91   89   87   89   95  105  115  124  131  135  138  143  147  151  156  162
+  170  179  187  190  189  186  182  177  175  172  170  170  170  171  173  169
+  159  148  134  125  116  108  102   98   97   97   98   99  100   98   96   94
+   91   88   85   82   79   77   76   75   75
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   74   73   71   70   70   72   75   78   82   86   90   93   94   95   94
+   91   87   85   89   97  109  120  129  135  139  144  150  157  162  168  175
+  185  195  204  210  210  204  200  195  192  188  185  185  187  189  193  192
+  185  174  162  152  140  131  122  118  115  114  115  116  115  112  106  102
+   97   93   88   84   80   78   77   77   76
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   79   77   74   72   71   71   73   75   78   82   85   87   89   90   89
+   87   84   84   89  100  113  126  135  140  144  150  159  167  176  182  191
+  201  213  224  233  232  227  224  220  215  209  206  207  210  214  221  221
+  216  208  197  187  174  162  149  142  139  136  137  138  136  130  121  113
+  106  100   94   89   85   82   81   81   80
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   86   85   81   77   74   74   73   74   75   78   80   81   83   84   83
+   82   80   83   91  104  118  131  139  144  149  156  168  179  189  197  207
+  219  232  245  255  256  252  250  246  241  236  232  233  238  244  251  254
+  251  245  237  227  213  195  178  170  163  160  160  160  157  149  139  128
+  118  109  103   97   92   89   87   86   86
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   94   93   90   86   81   78   77   76   75   75   75   76   76   77   77
+   77   77   82   94  109  124  136  144  148  154  162  177  191  203  213  225
+  237  252  266  275  277  274  273  270  265  261  260  261  265  273  281  284
+  283  280  273  265  249  230  208  195  186  182  181  180  176  168  157  144
+  133  122  114  106  101   97   94   92   93
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98  101  102  100   95   88   84   80   78   75   73   72   72   72   72   73
+   74   76   84   98  115  129  142  149  152  158  168  187  204  218  230  243
+  257  269  286  292  293  292  291  291  288  286  286  288  293  300  306  308
+  310  308  302  293  278  257  234  218  205  200  199  196  190  182  173  161
+  145  132  123  114  108  104  100   98   98
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  102  105  108  107  102   95   88   84   80   76   73   70   69   68   69   71
+   72   77   87  103  120  135  145  151  155  163  177  199  218  234  248  262
+  276  289  300  304  305  306  308  310  310  310  310  311  316  321  326  325
+  328  327  321  311  296  276  254  233  217  210  208  205  198  190  182  171
+  155  140  129  121  115  109  104  101  102
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  102  105  109  110  106   99   93   87   83   78   74   70   68   67   69   71
+   74   79   91  109  126  139  147  154  161  172  189  213  235  253  267  282
+  294  303  309  312  315  319  324  328  331  331  331  331  333  336  339  338
+  341  337  331  322  308  288  263  239  220  211  208  204  197  189  184  174
+  160  144  133  125  118  112  105  101  102
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99  101  106  107  105  100   95   89   85   81   76   71   68   67   69   71
+   77   84   97  114  130  143  151  160  171  185  206  231  255  273  287  298
+  306  311  314  318  324  331  339  345  347  347  347  346  347  348  347  345
+  344  340  334  326  315  294  265  238  217  204  200  195  189  184  179  172
+  160  144  135  127  120  112  105   99   99
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94   95  100  102  101   98   94   90   87   83   78   74   71   70   72   76
+   81   89  103  120  136  148  158  169  183  202  226  251  275  291  303  310
+  314  316  319  324  332  343  353  359  362  361  361  360  357  355  352  347
+  344  339  333  326  319  297  265  237  213  198  189  185  180  176  173  167
+  156  142  134  128  121  112  103   96   94
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   89   92   95   94   92   90   88   87   84   80   76   73   73   76   81
+   87   96  110  127  143  156  167  180  198  219  244  269  291  306  315  319
+  321  322  325  332  342  354  365  369  372  372  372  370  368  367  360  352
+  346  340  334  328  320  297  267  240  214  197  186  180  175  172  169  163
+  153  141  134  129  122  113  101   92   89
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   84   86   88   88   86   85   85   84   84   81   77   76   76   80   87
+   94  103  117  134  150  163  176  192  212  237  262  285  304  316  322  326
+  327  328  332  339  350  364  375  381  383  383  382  382  383  380  372  361
+  353  347  341  335  323  300  277  250  223  203  191  183  178  174  170  163
+  153  143  137  132  126  115  102   90   85
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   81   83   84   83   82   81   81   82   82   80   77   76   77   81   88
+   97  108  122  139  156  171  185  203  226  252  275  295  309  319  324  328
+  331  334  338  347  359  372  382  390  393  392  393  394  393  389  383  374
+  363  357  353  347  333  311  289  262  236  217  203  194  188  182  177  169
+  158  149  143  138  131  119  104   91   85
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   83   84   84   82   80   80   80   80   80   79   76   75   75   79   85
+   94  108  125  144  162  178  194  213  236  262  282  296  307  314  320  326
+  332  336  343  354  367  379  390  397  400  401  402  404  402  397  395  387
+  375  371  367  360  348  327  304  275  251  234  220  209  202  194  187  177
+  167  158  152  146  139  126  109   94   87
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   95   90   91   90   87   84   83   81   81   80   78   76   74   74   76   81
+   91  107  126  147  167  184  201  220  242  264  279  290  298  304  311  320
+  329  338  348  360  373  385  396  403  406  407  411  412  410  404  403  396
+  388  383  378  371  360  342  317  288  267  251  237  224  215  206  197  186
+  175  166  160  154  146  133  117  102   95
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  104  102   99   94   90   89   86   85   83   80   78   75   74   74   78
+   88  106  128  150  170  188  205  225  243  259  269  278  285  292  302  314
+  325  338  351  364  377  389  400  407  411  412  415  415  414  410  406  400
+  395  390  385  377  364  347  322  296  276  261  247  233  222  212  202  191
+  180  172  166  161  153  141  126  113  106
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  118  115  110  103   99   96   94   91   88   85   82   78   77   76   79
+   89  108  130  153  173  191  208  225  240  252  259  266  272  282  294  309
+  324  339  352  365  378  391  400  409  413  412  411  410  410  408  404  399
+  394  390  384  376  360  341  318  294  276  262  248  233  220  211  202  191
+  181  172  168  164  158  148  135  125  119
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  129  126  120  112  107  104  102   99   96   92   88   84   81   80   84
+   94  113  137  159  179  196  211  225  238  247  252  258  265  277  292  307
+  324  340  353  364  376  388  398  405  407  405  403  402  403  401  397  390
+  384  379  372  364  348  327  304  282  264  252  236  221  209  202  196  185
+  176  169  166  163  159  152  143  135  131
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  137  133  126  119  114  111  109  107  104  100   95   91   87   86   90
+  101  122  144  166  185  201  213  225  236  244  249  255  265  278  293  309
+  325  340  352  363  373  383  391  395  395  393  392  392  391  389  383  375
+  366  360  353  343  326  306  283  260  242  231  217  200  190  188  183  175
+  167  162  160  160  158  154  149  144  141
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  142  136  128  121  117  115  114  112  110  107  102   97   93   93   97
+  109  129  151  172  190  204  216  225  235  243  250  257  270  283  297  312
+  325  337  349  359  368  375  379  381  380  378  376  377  377  373  364  355
+  345  336  328  316  299  280  258  234  216  206  194  178  170  171  167  161
+  156  154  155  156  156  155  153  150  147
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  145  137  128  120  116  115  115  115  113  112  108  103  100  100  105
+  117  135  156  175  193  207  218  226  236  245  254  264  276  290  304  315
+  324  335  344  353  359  365  365  365  363  363  362  362  360  355  346  332
+  321  310  301  289  273  255  234  210  193  184  175  162  156  155  151  148
+  146  147  149  152  154  155  156  154  151
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  146  137  126  118  113  113  114  114  114  112  110  106  104  105  111
+  123  140  160  179  195  208  219  229  238  248  258  270  283  295  307  315
+  322  330  337  343  349  353  352  349  346  345  346  346  343  337  327  313
+  300  288  277  266  253  236  216  196  179  168  159  150  145  144  140  136
+  138  141  145  150  153  157  159  157  153
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  147  137  126  117  113  110  111  112  112  111  109  107  106  109  115
+  128  144  162  179  194  208  220  231  241  252  263  275  286  297  306  313
+  318  324  329  334  338  339  338  334  331  330  330  331  327  320  309  294
+  281  270  261  251  240  224  206  187  172  160  151  144  140  138  133  130
+  133  137  143  149  155  159  162  160  155
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  147  137  126  117  112  109  108  108  109  108  107  107  108  111  118
+  131  146  163  179  193  207  220  232  244  255  267  277  286  294  301  307
+  311  316  319  323  326  326  325  321  318  317  317  317  312  304  293  279
+  267  258  249  241  230  217  200  184  170  158  149  143  138  135  132  129
+  132  136  144  151  157  162  164  162  156
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  147  138  127  119  113  109  107  106  106  106  105  106  108  113  121
+  133  147  164  179  193  206  219  232  244  257  268  276  284  290  294  299
+  303  306  310  314  315  314  312  308  305  305  305  303  297  290  278  266
+  256  248  241  234  224  212  197  183  169  157  148  142  138  134  132  130
+  133  138  146  154  160  164  165  163  156
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  148  139  130  122  116  111  108  106  106  105  105  107  110  115  124
+  135  149  164  179  192  205  218  230  242  254  263  271  278  282  285  288
+  293  297  301  304  304  303  300  296  294  293  292  289  282  275  264  254
+  246  239  234  227  219  207  194  181  167  155  146  140  136  133  132  131
+  135  141  148  156  161  164  164  161  156
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  148  141  134  127  121  116  112  109  108  108  108  110  114  120  129
+  139  152  165  178  190  202  215  226  238  248  255  262  268  271  274  278
+  284  289  292  294  293  292  288  285  282  280  279  275  269  261  252  243
+  236  231  226  219  211  201  188  176  163  151  141  135  131  129  130  131
+  136  142  150  155  158  160  161  158  153
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  147  143  138  133  128  123  118  115  113  113  114  117  121  128  136
+  146  157  167  178  188  198  209  220  230  238  245  251  255  259  264  269
+  275  279  282  282  281  278  276  273  271  270  268  262  256  249  241  232
+  226  222  217  209  200  190  179  167  156  144  135  130  125  123  128  129
+  134  140  148  151  153  154  154  153  150
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  145  143  141  138  134  130  125  123  121  122  123  126  130  136  144
+  153  163  171  179  186  194  203  213  222  229  235  240  245  249  255  261
+  266  269  271  270  269  267  264  262  261  260  257  251  244  238  231  222
+  215  211  205  197  188  178  169  158  148  137  130  126  123  121  132  129
+  129  133  140  144  145  145  146  146  146
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  142  143  143  142  140  136  133  131  131  132  133  136  139  146  153
+  161  169  175  180  185  191  199  208  216  221  226  232  237  242  248  254
+  257  258  260  258  256  254  251  250  250  250  246  240  233  228  221  212
+  205  199  193  185  176  167  159  150  141  132  127  124  123  125  135  131
+  125  125  129  133  134  135  136  138  140
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  137  141  143  144  144  142  140  140  140  141  143  146  149  154  160
+  167  174  179  183  186  192  198  206  211  214  218  224  230  236  241  244
+  248  249  248  245  243  241  238  238  239  239  234  228  222  216  210  201
+  195  189  182  174  166  158  151  144  139  132  128  126  125  128  132  128
+  121  119  120  122  122  124  126  129  132
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  125  131  136  141  145  146  146  146  147  148  149  151  153  155  159  165
+  170  176  181  185  188  193  198  203  206  209  214  219  224  229  233  235
+  238  238  236  232  229  227  225  225  227  227  223  218  213  206  199  192
+  187  181  174  167  159  153  148  145  141  138  134  132  130  129  128  123
+  118  114  113  113  112  114  116  121  125
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  125  130  136  141  145  147  149  150  152  154  156  157  159  162  166
+  170  176  180  184  188  191  195  199  202  204  208  212  215  221  224  225
+  227  226  224  220  217  215  214  215  216  215  212  207  202  196  190  185
+  181  175  169  163  157  152  150  149  148  146  144  141  137  134  129  122
+  116  113  110  108  107  107  109  114  118
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  121  126  133  138  143  146  150  153  155  157  158  159  160  162  164
+  168  172  177  181  185  188  191  193  196  198  200  203  206  209  213  214
+  216  215  212  209  207  205  205  205  205  204  201  197  192  187  182  179
+  175  171  167  162  157  155  154  155  156  156  154  151  147  141  133  125
+  118  115  112  110  107  106  108  112  115
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  119  124  130  136  141  146  149  153  157  158  159  159  159  159  161
+  163  167  171  175  179  182  184  186  188  189  191  195  196  199  202  203
+  204  204  201  199  198  197  197  197  196  193  190  185  182  178  174  170
+  169  167  164  162  160  158  159  162  164  165  164  161  155  148  139  130
+  124  121  118  114  112  110  110  112  114
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  120  124  130  135  140  145  150  154  157  159  159  158  157  157  157
+  158  161  164  168  172  174  175  176  178  180  180  183  185  187  189  191
+  193  193  192  191  191  190  190  189  187  184  180  176  172  168  165  164
+  163  163  163  162  161  162  163  167  170  171  170  167  161  153  145  137
+  133  129  127  123  120  118  116  116  116
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  123  128  132  137  142  147  151  155  158  159  160  158  156  154  153
+  154  155  158  161  163  165  166  166  167  168  169  170  172  174  176  179
+  182  183  184  184  184  184  184  182  178  175  170  165  161  158  157  155
+  155  157  159  161  161  163  166  169  172  174  173  170  165  158  151  145
+  142  139  135  131  128  127  124  122  122
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  130  132  137  141  146  150  154  157  160  161  160  158  156  153  152
+  151  152  153  154  156  156  156  156  156  157  158  159  160  162  165  169
+  172  175  177  179  180  179  177  175  170  166  160  155  150  149  147  146
+  147  150  154  157  160  162  165  169  172  173  173  171  167  160  156  152
+  150  146  143  139  138  135  133  132  131
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  138  141  144  147  150  154  158  160  163  162  162  159  156  153  152
+  151  150  150  149  149  148  147  147  146  147  148  150  152  154  156  160
+  164  169  171  174  176  175  173  168  163  158  152  146  143  140  139  138
+  140  144  148  152  155  159  162  167  170  171  172  170  167  163  161  158
+  157  153  150  149  147  145  142  140  139
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  148  148  151  153  156  159  161  164  165  164  163  161  158  155  153
+  151  149  148  146  145  143  142  140  140  141  142  144  146  148  151  155
+  159  163  166  169  171  171  167  163  157  151  145  141  137  135  135  135
+  136  139  143  147  151  156  160  165  168  170  170  170  168  165  164  163
+  161  159  157  157  155  153  150  147  146
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  155  156  156  159  160  163  165  166  167  166  165  163  160  157  154
+  152  149  147  145  143  140  139  138  139  140  141  143  145  147  149  153
+  156  160  162  163  166  166  163  159  153  146  142  138  137  136  135  136
+  138  139  141  144  147  152  159  163  167  170  171  171  170  168  167  167
+  165  165  164  162  161  160  156  153  153
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  160  161  162  162  164  166  167  167  167  167  166  164  161  158  155
+  153  149  146  145  142  140  139  139  140  141  142  143  145  147  150  153
+  155  158  159  159  160  159  158  156  151  146  142  141  140  141  141  143
+  144  145  146  147  148  149  157  163  168  172  173  173  172  172  170  171
+  170  168  169  168  166  163  162  162  161
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  165  164  165  165  165  166  166  167  166  166  165  163  161  158  155
+  151  149  147  144  143  142  141  140  140  141  141  143  146  148  151  153
+  156  157  158  158  157  157  157  157  154  151  150  148  148  149  149  150
+  152  153  154  154  154  155  156  160  169  174  177  177  175  175  174  173
+  173  172  172  170  169  168  167  166  165
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  166  166  165  165  165  165  165  164  164  163  162  160  158  156  153
+  151  148  146  145  144  144  143  143  142  143  143  144  146  149  152  154
+  157  158  159  159  159  159  160  159  160  159  158  158  157  158  159  160
+  160  162  163  163  163  163  162  161  161  170  176  176  177  176  176  176
+  175  174  174  173  171  170  169  167  167
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  166  166  165  164  164  163  163  162  161  159  158  158  155  154  152
+  150  149  147  146  147  147  146  146  145  145  145  146  148  150  152  155
+  156  158  160  160  161  162  161  163  162  164  165  165  165  166  166  168
+  168  169  170  171  171  172  172  172  173  173  174  177  178  178  177  177
+  176  175  174  173  172  171  170  168  168
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  165  165  164  163  163  162  160  160  158  158  157  156  155  154  153
+  151  151  150  149  149  149  149  149  149  150  149  150  150  151  152  155
+  157  158  159  160  161  162  163  163  165  165  166  167  168  168  170  170
+  171  171  172  172  173  174  174  174  174  174  175  176  176  176  176  176
+  174  174  173  172  171  170  169  168  167
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  165  164  162  162  161  160  159  159  159  158  156  156  156  155  155
+  154  153  153  153  153  153  153  153  153  153  154  154  155  155  155  155
+  156  159  159  159  160  161  162  163  164  164  165  166  166  168  168  168
+  169  169  169  170  170  171  170  171  171  172  172  173  172  172  172  171
+  171  171  170  169  168  168  167  166  165
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  163  163  163  162  161  161  160  161  160  160  159  159  159  158  158
+  158  157  158  157  157  157  157  158  157  158  157  158  158  159  159  159
+  159  159  159  160  161  161  162  163  162  163  163  164  164  164  165  165
+  166  166  166  167  167  167  167  167  167  167  167  168  168  168  168  167
+  167  167  166  166  165  165  165  164  163
+     7                                                      END OF TEC MAP     
+     8                                                      START OF TEC MAP
+  2010    12     4    14     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   38   38   38   38   39   39   38   38   39   39   39   40   40   40
+   41   41   41   41   40   40   40   40   40   40   41   41   41   42   42   42
+   43   43   44   44   44   44   44   44   44   44   44   44   45   44   43   43
+   43   42   42   42   41   41   40   40   40   40   39   39   39   38   38   38
+   39   39   39   39   39   38   38   38   38
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   37   36   36   36   36   36   36   37   37   37   38   38   39   40
+   41   42   43   43   43   42   42   43   42   43   43   44   44   45   45   45
+   45   45   46   46   46   46   46   46   45   45   45   45   46   46   46   46
+   47   46   45   45   44   42   41   40   39   39   39   38   37   37   37   37
+   37   37   37   37   38   38   38   38   37
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   42   40   41   42   41   41   41   41   41   40   41   40   41   40   41
+   40   41   42   43   46   45   45   43   44   44   46   47   47   48   48   49
+   49   49   49   50   50   50   49   48   48   47   47   46   46   45   45   45
+   45   44   45   44   43   43   41   40   39   38   37   36   35   35   35   35
+   36   37   37   39   39   40   41   40   40
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   48   48   46   45   44   44   44   43   43   43   43   42   42   42   42
+   42   42   42   43   43   43   46   45   46   47   49   50   51   51   52   52
+   53   53   53   52   51   51   50   49   49   48   47   46   45   44   44   43
+   42   42   42   42   41   41   40   39   38   37   36   35   34   33   34   35
+   37   40   40   43   45   48   47   49   48
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   49   47   45   45   45   45   46   46   45   45   45   45   46   46
+   46   46   47   47   46   47   49   50   50   51   51   52   53   54   55   56
+   56   56   55   53   52   50   49   48   46   46   45   43   42   42   41   41
+   40   40   40   40   40   39   38   38   37   37   36   36   34   34   35   37
+   40   43   43   49   53   54   54   53   51
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   49   48   47   46   46   47   48   48   47   47   48   48   49   49   50
+   50   49   51   51   52   52   54   54   55   56   57   58   58   58   58   58
+   59   59   58   56   54   51   49   47   45   43   41   40   39   38   38   38
+   38   38   38   38   39   38   37   37   37   36   36   36   36   35   36   38
+   41   45   45   51   55   56   53   53   51
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   48   48   48   48   48   49   49   49   50   50   50   50   51   51   52
+   53   54   54   56   57   57   59   60   61   62   64   64   65   66   66   66
+   64   64   62   59   56   52   49   47   45   41   39   37   36   35   35   35
+   35   35   36   37   37   37   37   36   36   36   36   36   36   37   37   40
+   41   43   44   49   52   52   52   50   49
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   47   47   47   47   48   49   50   51   51   51   52   52   51   51   53
+   54   56   57   59   60   62   65   65   66   68   69   72   73   73   74   74
+   74   70   68   65   60   55   51   48   45   42   40   37   36   35   34   35
+   35   35   36   36   37   37   37   37   37   37   37   37   37   38   40   41
+   42   44   45   47   49   49   49   48   47
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   44   44   45   47   48   50   51   52   51   52   51   51   50   51
+   53   55   57   60   63   66   69   70   71   73   75   78   80   82   83   83
+   81   79   76   71   66   60   56   52   48   45   44   42   40   38   37   36
+   36   36   37   37   38   38   38   39   39   39   39   40   40   42   43   45
+   45   45   46   48   49   48   48   46   45
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   42   42   44   46   47   49   51   52   51   51   50   49   48   48
+   49   52   56   59   63   68   72   74   76   78   81   84   86   89   91   91
+   90   87   83   78   74   69   63   59   55   52   50   48   45   42   40   39
+   37   37   38   38   39   40   40   41   41   42   43   43   43   44   46   48
+   48   48   49   50   50   50   48   46   45
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   44   43   43   44   46   48   50   51   51   50   49   48   46   44   44
+   45   49   53   59   64   69   75   78   80   83   85   89   91   96   98   98
+   99   95   90   86   81   76   71   67   64   62   59   56   52   48   45   42
+   40   39   39   40   41   42   42   43   44   45   45   46   46   47   49   51
+   52   52   53   54   54   53   51   49   46
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   48   47   46   47   48   48   49   51   50   49   48   46   44   41   40
+   41   45   52   58   65   71   78   81   85   88   91   95   98  102  104  104
+  103  101   94   92   88   83   79   76   73   71   69   66   61   55   51   46
+   43   42   42   43   44   45   46   47   48   48   49   50   51   51   53   55
+   56   58   59   60   60   59   56   53   51
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   56   54   53   52   51   51   50   51   51   50   48   46   43   40   38
+   40   44   51   59   68   74   81   86   90   94   97  101  104  107  109  110
+  108  106  100   98   95   91   88   85   83   81   79   76   69   63   57   52
+   48   46   46   47   49   50   52   52   52   53   54   55   55   57   59   61
+   63   65   66   67   67   65   63   60   58
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   65   63   60   58   57   55   55   54   54   52   50   47   44   40   39
+   40   46   53   63   71   79   86   92   97  101  104  109  110  112  113  114
+  112  109  107  105  103   99   96   94   92   90   89   84   78   71   64   59
+   55   51   51   52   54   56   57   57   57   59   60   61   61   63   65   67
+   70   72   73   74   74   72   70   68   67
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   74   72   69   66   63   61   60   60   58   57   54   50   46   43   42
+   44   50   59   68   77   85   92   98  104  108  113  117  116  117  116  116
+  114  112  111  111  110  108  106  103  100   98   95   91   85   78   71   66
+   62   59   58   59   62   63   63   63   63   65   67   68   69   70   71   74
+   76   79   80   81   80   79   78   77   75
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   82   79   76   73   70   68   67   66   66   63   60   55   50   47   47
+   50   56   65   76   84   91   98  105  112  117  121  124  122  121  120  118
+  116  115  116  117  117  116  114  110  106  102   99   96   92   86   79   74
+   69   68   68   69   71   72   71   71   71   72   74   75   76   78   79   80
+   81   83   84   85   85   84   84   83   83
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   86   85   82   79   76   74   73   73   73   71   67   61   56   53   54
+   58   66   74   84   92   99  105  113  119  125  129  130  128  126  123  121
+  118  118  120  122  124  125  123  117  111  106  103  100   97   93   87   82
+   78   77   78   80   80   81   80   79   79   79   81   82   84   86   86   87
+   87   87   88   89   88   88   87   87   87
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   88   88   86   85   83   80   79   79   80   80   79   74   68   62   60   62
+   69   76   84   93  100  106  113  120  127  132  135  136  134  131  127  123
+  121  122  124  127  130  133  131  126  119  112  108  105  103   99   94   90
+   86   87   87   88   89   89   88   86   86   85   87   88   90   91   91   92
+   92   91   91   91   90   89   87   87   88
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   85   85   84   82   82   82   84   86   88   86   81   75   70   68   71
+   79   87   95  102  108  113  119  126  133  138  140  141  139  135  130  126
+  124  125  129  133  137  141  141  136  129  121  116  112  109  105  100   96
+   92   93   93   94   94   93   91   90   88   88   89   90   91   94   94   94
+   94   94   93   91   90   87   86   85   85
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   82   82   81   80   80   83   86   91   94   94   89   82   77   77   81
+   89   97  105  111  115  120  124  131  137  142  143  144  142  138  135  130
+  129  131  134  139  143  149  150  147  140  132  125  119  114  110  104   99
+   95   94   94   94   94   93   91   89   87   87   87   89   90   92   93   94
+   94   93   92   91   88   85   83   82   82
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   78   78   77   76   77   81   86   92   97   99   95   89   85   86   91
+   99  107  114  119  123  127  130  136  139  144  144  145  144  143  141  138
+  137  137  141  145  151  156  159  157  151  143  134  127  120  113  106   99
+   95   93   92   91   91   91   90   88   86   84   84   85   86   88   89   90
+   91   91   90   88   85   82   79   78   78
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   74   74   72   72   73   77   83   90   97  101   99   95   92   94  101
+  108  116  122  126  130  133  136  139  141  145  146  147  148  149  148  148
+  147  147  149  153  158  163  166  166  161  154  144  137  127  117  108  100
+   94   91   89   89   89   89   89   87   86   83   83   82   82   83   85   86
+   87   87   87   85   82   78   76   74   74
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   72   71   69   68   69   72   78   86   94  100  100   97   97  101  109
+  117  124  129  132  135  138  141  143  144  146  147  149  153  157  158  159
+  159  159  160  163  166  169  171  172  171  165  157  147  136  124  113  103
+   95   92   90   90   90   91   91   90   89   87   85   83   81   81   81   83
+   84   84   84   82   79   75   73   72   72
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   71   69   68   66   66   68   73   80   88   95   97   98   99  105  115
+  124  131  135  138  140  143  146  148  149  149  150  154  160  166  171  172
+  173  173  173  174  175  177  177  179  180  176  170  162  149  135  122  111
+  103  100   98   97   97   97   98   97   96   94   91   87   84   82   82   83
+   84   84   83   81   78   75   72   71   71
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   73   71   69   66   64   65   68   74   81   88   92   94   99  107  118
+  129  137  140  142  144  148  151  153  154  154  155  160  170  179  185  187
+  190  188  187  187  187  187  185  186  189  191  187  180  168  151  138  127
+  120  115  113  110  109  109  110  109  108  105  102   97   92   87   85   85
+   85   86   85   83   80   76   74   72   72
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   75   74   71   68   65   64   64   68   74   80   85   89   95  107  120
+  132  141  145  147  149  153  157  159  159  159  162  170  183  195  203  206
+  207  204  203  205  204  201  198  198  203  206  206  201  190  174  161  151
+  143  138  134  130  128  126  127  124  121  120  114  109  103   96   92   90
+   89   89   88   87   84   81   78   76   75
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   78   77   74   71   67   64   63   64   69   73   78   83   92  105  121
+  134  145  150  152  154  158  163  166  166  168  172  183  199  214  224  227
+  228  226  223  228  228  222  219  217  220  225  228  225  215  201  189  179
+  172  164  158  154  149  148  146  140  136  133  128  122  115  106  100   97
+   95   94   93   92   90   87   83   81   79
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   81   80   77   73   68   65   63   63   65   69   73   79   90  104  122
+  136  149  155  158  160  164  169  173  175  179  187  198  218  234  246  250
+  252  251  250  257  256  251  248  241  243  247  251  248  241  230  220  209
+  200  192  184  177  171  166  159  152  147  144  140  133  125  117  109  105
+  101   98   98   98   97   94   90   86   83
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   84   83   79   74   70   66   64   63   64   67   71   78   90  106  124
+  140  154  160  163  165  169  176  182  185  193  204  217  235  255  267  272
+  277  279  280  283  281  278  273  266  267  270  273  272  267  259  250  237
+  228  216  206  197  188  178  168  159  155  152  148  141  133  124  116  111
+  106  103  102  102  102   99   95   90   87
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   86   84   81   76   71   67   65   65   66   68   72   80   93  111  129
+  146  159  167  170  171  177  185  191  198  208  222  235  254  272  283  290
+  297  300  303  303  301  300  294  289  290  291  293  293  288  282  274  263
+  250  236  223  211  199  185  171  160  156  155  150  143  136  129  122  116
+  111  106  106  104  105  103   98   93   89
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   87   85   82   78   73   70   67   67   68   71   76   85   99  117  135
+  152  166  175  180  182  189  197  206  214  225  240  256  272  288  297  303
+  308  315  319  320  320  318  315  312  312  311  310  311  306  299  288  276
+  264  249  232  216  202  185  168  156  151  150  147  142  137  131  124  118
+  113  108  107  106  106  104   99   93   89
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   85   84   83   79   75   72   70   70   73   76   82   93  107  125  143
+  159  173  185  191  196  204  214  225  236  248  262  278  291  301  309  313
+  317  326  333  336  337  336  335  333  329  328  326  325  319  310  297  284
+  270  253  234  214  196  177  158  147  143  143  142  139  135  131  126  120
+  114  108  106  105  105  102   97   91   87
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   83   82   81   78   75   73   72   73   76   81   89  100  116  134  152
+  168  183  194  203  211  222  235  251  264  275  286  298  306  314  320  324
+  330  339  347  352  353  353  351  349  345  341  339  336  328  316  303  289
+  272  252  229  206  186  167  151  141  138  139  140  138  136  133  129  124
+  117  109  105  103  102  100   95   88   84
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   80   79   78   76   73   72   73   74   78   84   93  107  124  143  161
+  178  193  205  216  227  242  261  279  293  301  308  316  321  325  331  336
+  344  353  361  366  367  367  366  362  358  352  348  343  334  321  310  294
+  273  252  226  200  181  164  151  144  142  143  143  142  141  138  135  130
+  123  113  106  101  100   97   91   85   81
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   79   77   75   73   71   70   71   73   77   84   95  111  130  150  169
+  187  202  216  229  244  263  285  304  317  323  327  331  333  337  342  348
+  357  365  374  378  380  380  378  374  368  362  357  349  339  327  315  301
+  280  256  228  201  183  169  160  157  156  155  155  154  151  148  145  141
+  132  118  109  102  100   96   90   84   81
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   80   77   74   71   70   69   71   72   74   81   95  112  134  155  175
+  193  210  226  243  262  282  305  323  333  337  339  340  343  347  353  360
+  369  378  384  389  391  392  390  383  377  370  364  355  346  334  322  308
+  291  268  237  210  193  182  180  178  178  177  174  171  166  161  158  153
+  143  128  116  107  103   98   92   85   82
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   83   79   75   72   70   71   71   71   72   78   93  112  136  157  179
+  197  217  235  254  275  297  317  333  340  341  343  345  349  354  360  369
+  378  387  394  397  400  401  399  392  386  378  368  360  352  343  331  318
+  303  282  250  225  208  201  203  205  204  202  196  189  181  175  171  165
+  155  138  125  116  111  104   96   89   86
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   89   84   79   75   74   74   74   72   72   78   92  113  137  159  179
+  200  220  240  262  282  302  321  333  336  336  338  342  349  357  364  374
+  384  393  401  405  409  410  407  400  392  383  372  363  357  351  341  329
+  315  294  265  243  228  223  227  230  229  222  213  202  191  184  180  175
+  164  149  135  126  120  113  103   95   91
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   94   90   86   83   80   80   79   76   74   79   94  115  138  160  180
+  200  221  243  263  282  300  317  326  327  326  328  335  346  357  367  376
+  386  397  406  412  416  417  412  404  394  386  375  368  362  356  347  338
+  325  303  277  257  245  241  244  246  243  234  221  207  194  185  183  180
+  171  157  145  137  130  121  111  102   98
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  100   97   93   91   88   87   86   82   79   84   98  120  142  163  182
+  202  221  242  262  278  295  308  315  315  314  318  329  343  358  370  379
+  390  401  411  418  422  422  415  404  394  386  378  371  364  357  349  342
+  328  306  282  263  252  248  247  248  244  235  219  202  188  179  179  178
+  173  163  153  146  139  128  118  109  103
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  103  101   98   97   95   94   92   89   86   91  105  126  148  167  185
+  203  221  240  257  272  287  298  304  306  307  314  327  344  360  373  383
+  395  406  415  421  424  421  411  400  390  382  377  371  363  355  347  339
+  324  303  280  260  247  241  238  237  232  222  205  189  175  168  170  172
+  170  164  158  152  146  134  121  112  106
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  103  102  101   99   99   97   95   93   94   99  113  133  154  172  189
+  204  221  238  252  265  278  290  298  302  306  315  330  348  363  377  388
+  399  409  418  421  420  412  403  392  383  375  371  366  358  348  339  328
+  314  293  267  248  233  224  218  215  209  200  184  170  160  156  158  163
+  164  162  159  156  150  138  124  112  106
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  104  101  100   99   98   97   96   96   97   98  106  121  139  159  177  192
+  206  220  234  247  258  271  285  295  303  310  321  336  352  366  379  389
+  400  409  415  417  411  401  389  380  371  364  359  354  345  335  324  311
+  295  273  249  228  212  201  194  190  184  174  159  150  144  143  146  151
+  156  158  158  157  152  141  125  113  104
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  104   99   97   96   94   93   93   94   96  101  111  126  144  163  180  194
+  207  219  231  242  252  265  280  294  305  316  327  341  356  368  379  388
+  397  403  406  405  397  386  373  364  356  350  343  336  327  317  303  290
+  273  251  226  205  191  180  171  166  159  149  138  132  129  130  135  141
+  148  154  156  157  153  143  127  113  104
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105   98   95   92   89   87   88   90   94  101  112  128  146  165  181  194
+  207  217  228  238  248  260  276  292  307  320  331  344  356  366  375  383
+  389  393  394  390  379  367  354  347  338  331  324  316  306  296  282  269
+  251  230  207  187  173  162  154  148  140  131  123  119  118  120  126  135
+  143  149  153  156  153  144  130  116  105
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106   99   95   90   86   83   82   85   91   99  112  128  146  164  179  193
+  205  217  226  234  243  256  272  288  305  318  329  341  351  359  368  373
+  378  380  377  371  360  346  335  327  319  311  304  296  286  275  265  252
+  235  215  193  175  162  152  144  137  129  121  115  112  112  116  123  131
+  140  147  151  154  152  145  132  118  106
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  102   97   91   87   83   82   85   90  100  112  127  145  162  176  190
+  202  214  223  231  239  251  265  281  297  312  323  333  341  347  357  362
+  365  364  360  351  338  327  317  308  301  293  286  276  266  257  249  239
+  225  206  187  170  159  150  142  133  124  117  111  108  110  114  122  130
+  139  145  150  152  151  145  135  122  111
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  107  100   94   91   87   87   89   95  103  114  129  144  160  173  187
+  199  209  219  226  234  243  256  271  286  301  312  321  328  334  343  348
+  349  347  340  331  319  309  300  291  283  276  268  259  250  243  238  230
+  218  202  186  171  161  151  142  132  122  114  109  106  108  115  121  129
+  137  143  147  149  149  145  137  127  116
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  112  105  100   96   95   95   97  102  110  121  133  146  159  171  182
+  193  204  213  220  226  234  246  259  273  286  297  305  313  320  328  332
+  332  328  321  312  302  293  285  276  269  260  252  244  237  232  229  223
+  213  201  188  175  164  153  143  131  120  112  105  102  105  113  120  127
+  134  140  143  146  146  144  138  130  121
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  117  110  106  104  104  105  107  112  119  129  140  151  160  169  178
+  188  198  205  212  217  224  234  245  257  270  281  291  299  306  312  315
+  315  310  304  296  287  278  270  263  255  248  240  233  227  224  221  217
+  209  199  187  176  165  153  141  128  115  106   99   96   98  109  116  122
+  128  133  137  139  141  140  137  132  124
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  126  119  115  112  111  112  114  118  122  129  139  148  156  164  169  176
+  183  190  197  203  207  214  223  232  243  255  268  278  286  292  297  299
+  298  293  287  281  272  266  258  250  243  236  229  223  218  215  213  209
+  204  194  184  173  162  150  137  123  109  100   92   88   90  101  109  115
+  120  124  128  131  134  135  134  131  126
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  120  118  116  118  119  123  127  132  140  148  156  163  168  172  176
+  180  185  189  194  199  205  213  221  233  246  258  267  273  278  282  283
+  282  277  272  266  259  253  245  239  231  224  218  213  210  207  205  200
+  194  186  176  165  155  144  132  119  107   99   91   84   83   91  100  107
+  111  113  117  121  124  127  129  127  124
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  118  118  118  120  124  127  132  139  146  155  162  169  173  175  177
+  179  181  183  187  193  199  206  214  226  240  248  255  260  265  267  267
+  266  261  258  252  247  242  235  228  222  215  209  204  201  198  195  189
+  182  174  165  156  147  138  128  117  108  100   92   84   82   85   92   98
+  102  102  106  109  113  116  119  120  119
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  113  115  117  121  125  129  134  141  149  158  165  172  175  177  178
+  178  178  180  183  188  196  203  212  223  232  238  244  247  250  252  252
+  250  247  244  240  236  231  225  218  213  206  199  195  192  188  183  177
+  169  161  153  146  139  133  127  119  112  104   96   88   85   85   88   91
+   93   94   96   98  100  103  106  109  111
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  101  106  110  115  120  124  129  135  141  148  157  164  171  175  177  177
+  176  175  176  179  185  192  201  210  218  225  228  232  234  235  236  236
+  234  232  231  228  225  220  214  208  203  196  190  186  183  178  172  165
+  157  149  143  139  135  132  130  125  120  113  105   98   94   92   92   91
+   89   89   90   90   90   91   94   97  101
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   99  105  112  118  123  128  133  138  145  153  160  167  171  173  173
+  172  171  172  175  181  188  197  204  211  216  218  220  219  219  219  219
+  218  218  218  216  213  210  204  199  193  187  181  178  174  169  162  154
+  147  140  136  134  135  135  135  134  131  125  118  111  106  103  101   97
+   93   90   88   85   83   83   84   88   93
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   96  103  110  116  122  126  130  134  139  147  153  160  164  166  166
+  165  165  165  168  173  180  187  195  199  203  204  203  202  201  201  201
+  203  204  206  206  203  199  195  189  183  178  173  169  166  160  154  146
+  139  134  133  133  136  140  143  144  142  138  133  127  122  118  114  107
+  101   95   91   85   81   79   80   83   89
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   96  103  111  117  122  124  127  130  135  140  146  151  156  158  158
+  157  156  157  160  163  169  175  182  185  188  188  186  184  182  183  186
+  188  191  194  194  193  189  185  180  174  169  165  162  158  152  146  140
+  134  131  130  133  138  144  149  152  153  151  147  142  138  134  128  120
+  112  105   99   90   84   80   80   83   89
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94  101  108  116  121  124  125  127  128  131  135  140  144  147  149  149
+  148  147  148  150  153  157  162  167  169  171  171  169  167  166  168  172
+  175  179  182  183  183  179  175  170  165  160  157  153  149  144  140  134
+  129  127  128  133  139  147  154  158  160  160  157  154  151  147  141  131
+  123  114  108   98   90   87   86   89   94
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  109  116  122  126  128  128  128  129  130  133  135  138  140  141  140
+  139  139  138  139  142  145  149  152  154  155  155  154  152  153  155  159
+  164  168  172  173  172  169  165  161  155  150  146  142  139  136  133  129
+  125  123  127  132  139  147  154  159  163  164  163  162  160  157  151  142
+  134  124  118  107  100   96   97   99  103
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  119  126  130  132  133  133  132  131  131  132  133  134  134  134  133
+  131  131  131  131  132  133  136  138  140  141  140  141  141  142  146  150
+  155  160  163  165  163  160  156  151  146  142  136  132  129  127  126  123
+  121  120  123  129  137  145  152  157  161  165  166  166  165  162  158  151
+  144  135  129  116  111  110  110  112  115
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  126  130  135  137  138  139  137  135  134  133  133  132  132  131  130  128
+  126  125  125  125  125  126  126  127  129  130  131  132  134  136  139  145
+  149  154  156  157  155  152  147  142  136  132  127  123  120  120  118  117
+  117  117  119  125  134  141  148  153  158  163  165  167  167  166  163  157
+  152  144  140  127  125  123  123  125  126
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  140  142  143  144  143  140  139  137  135  134  133  131  130  128  126
+  125  123  122  121  121  121  121  121  122  124  126  128  131  134  138  142
+  146  149  151  151  148  145  139  134  129  124  119  116  115  114  113  113
+  114  115  118  121  129  138  145  151  155  161  164  167  168  168  166  162
+  158  151  148  139  138  136  135  135  138
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  146  147  147  146  144  142  141  138  136  135  133  131  130  128  127
+  125  124  122  122  121  120  120  120  121  122  125  129  134  139  142  144
+  145  146  146  145  142  138  133  128  123  118  115  113  112  112  112  112
+  113  114  117  120  126  135  143  149  155  160  164  167  168  169  168  165
+  161  157  154  150  147  147  145  144  145
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  148  149  147  146  145  143  141  138  136  134  132  131  130  129  128
+  126  125  124  124  124  123  123  123  124  125  127  133  139  146  148  147
+  146  145  143  141  139  134  130  126  122  119  116  115  114  114  114  115
+  116  117  119  123  127  134  142  150  156  162  165  168  169  170  168  167
+  164  161  159  157  154  152  151  150  149
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  149  148  147  145  143  141  139  137  135  134  132  131  130  129  128
+  127  126  127  127  128  128  128  128  129  130  131  134  139  146  149  148
+  146  143  141  139  136  133  131  128  125  124  122  121  122  123  122  123
+  124  126  126  128  132  137  142  150  157  164  168  170  170  170  169  167
+  167  165  163  160  158  156  154  152  151
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  149  147  145  143  141  140  137  135  134  133  132  132  130  128  128
+  127  128  129  130  131  133  134  134  135  135  136  137  139  142  144  145
+  145  142  141  139  138  136  135  133  133  132  131  132  132  133  135  135
+  135  138  138  138  140  142  143  147  152  161  166  168  170  169  169  168
+  168  165  164  162  160  157  155  153  151
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  148  146  144  142  140  138  137  136  135  134  132  132  131  130  129
+  129  130  132  134  135  137  138  140  140  141  141  141  141  142  143  144
+  144  144  144  142  141  141  141  141  141  142  142  143  144  144  145  147
+  148  149  151  153  153  155  156  158  162  164  167  169  170  170  170  169
+  168  166  164  162  160  157  155  153  150
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  148  146  145  143  142  140  139  138  137  136  135  133  133  133  133
+  133  135  136  138  140  141  142  143  144  145  146  146  146  146  146  146
+  148  148  147  148  148  147  149  148  149  150  151  151  153  153  154  155
+  157  157  159  160  162  163  164  165  167  168  168  168  168  167  167  166
+  165  163  162  160  158  156  154  152  150
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  150  148  146  146  145  144  143  142  141  140  139  139  140  140  141
+  140  141  142  143  144  145  146  147  148  148  148  150  150  151  151  150
+  151  152  152  152  153  154  154  154  155  155  156  157  157  159  159  159
+  161  161  162  162  163  164  164  165  165  165  166  165  164  164  163  161
+  161  160  159  157  156  154  154  152  151
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  152  151  151  150  149  149  149  148  148  148  148  148  148  147  148
+  148  148  148  149  149  150  150  151  151  151  152  152  153  154  153  154
+  154  154  154  155  156  156  156  157  157  158  158  158  158  158  159  160
+  160  160  160  160  160  160  161  160  160  160  160  160  160  159  159  158
+  158  157  157  155  155  154  154  153  152
+     8                                                      END OF TEC MAP     
+     9                                                      START OF TEC MAP
+  2010    12     4    16     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   48   49   47   48   47   47   47   47   47   46   45   45   45   44   44
+   43   43   43   42   42   43   43   43   43   43   44   44   43   43   43   43
+   42   42   43   42   42   42   42   42   41   41   41   41   41   41   41   41
+   41   40   40   41   41   41   41   41   42   42   43   43   43   44   45   46
+   46   47   47   47   49   49   50   49   49
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   51   50   50   50   49   49   49   49   48   48   47   47   46   46   46
+   45   45   44   44   44   44   47   49   50   50   49   47   46   46   44   44
+   43   42   42   42   42   42   42   42   42   41   41   41   41   41   41   41
+   41   40   41   40   41   41   41   41   41   43   45   45   46   51   52   53
+   56   57   57   56   55   54   53   52   52
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   52   52   51   51   51   50   50   49   49   49   49   48   48   48   48
+   47   47   47   46   46   46   52   56   52   52   50   46   46   44   45   44
+   45   45   45   45   45   45   45   43   44   42   42   41   41   41   40   40
+   39   39   39   39   39   40   40   41   42   44   46   46   47   53   56   57
+   57   56   55   54   54   53   52   52   52
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   51   51   50   50   50   50   50   50   50   51   50   51   51   51
+   51   51   50   49   48   48   53   51   49   48   48   48   48   47   47   47
+   46   46   45   45   45   45   45   45   46   45   44   43   42   41   41   39
+   38   37   37   37   37   38   40   41   42   43   46   49   49   51   52   52
+   51   50   51   50   50   50   51   51   51
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   49   49   49   49   49   50   50   51   51   52   53   54   56   57   57
+   57   56   57   56   57   55   55   54   52   53   52   53   52   52   52   51
+   50   49   49   48   46   45   45   44   44   44   43   43   41   41   40   39
+   38   37   36   35   36   36   38   39   40   42   44   45   45   46   45   46
+   45   46   46   47   47   48   49   49   49
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   47   48   48   49   49   50   51   51   52   53   55   57   59   60
+   62   63   64   64   64   65   63   62   61   59   59   59   59   58   57   55
+   54   53   52   50   48   46   44   43   42   41   40   39   40   39   39   38
+   37   37   37   36   36   36   37   37   38   39   41   41   41   42   42   41
+   41   42   43   44   45   46   46   46   46
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   45   46   47   47   48   49   49   49   49   50   52   55   57   60   63
+   65   68   70   72   74   74   74   72   70   69   67   66   66   65   64   62
+   60   57   55   53   50   47   45   43   41   39   38   37   37   37   37   37
+   36   36   36   36   36   36   37   37   38   39   40   40   40   40   40   39
+   39   40   41   42   43   43   42   43   44
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   45   46   47   48   48   48   48   48   48   49   51   53   55   59   63
+   68   72   76   79   82   82   84   83   82   79   77   75   74   73   71   70
+   67   63   60   56   53   49   45   42   40   38   37   36   37   37   36   36
+   36   35   35   36   36   37   38   39   39   40   41   41   40   39   39   39
+   39   39   40   40   40   40   41   42   43
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   46   47   48   48   48   48   48   47   47   47   48   51   54   59   64
+   70   76   82   86   89   91   93   91   91   89   87   85   83   81   80   78
+   74   71   67   62   55   50   45   41   39   38   37   37   38   38   38   38
+   37   36   37   37   38   40   41   43   42   42   43   43   42   42   42   42
+   41   41   41   40   40   41   42   43   44
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   47   48   49   50   50   49   48   47   46   45   46   49   53   59   65
+   72   79   87   91   96   99  100   99   99   97   96   94   91   90   89   85
+   81   77   73   68   59   52   46   42   40   39   39   40   41   41   41   41
+   40   40   40   41   42   42   44   46   46   46   46   47   46   47   47   46
+   46   46   45   44   44   45   45   46   46
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   49   49   50   52   51   51   50   49   47   45   46   48   53   60   67
+   76   82   90   95   99  104  105  105  105  105  103  102   99   97   95   92
+   88   83   77   72   63   56   50   46   44   43   43   45   46   47   47   46
+   45   43   44   45   45   45   46   49   50   51   51   52   52   54   54   54
+   53   53   52   52   51   51   50   50   49
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   53   53   54   54   54   53   53   51   49   48   48   51   55   62   70
+   78   85   94  100  104  108  109  110  110  110  109  108  107  104  101   98
+   93   87   82   76   68   62   56   53   50   49   49   51   53   54   54   52
+   50   48   48   48   48   47   49   52   55   57   58   59   60   61   61   61
+   61   61   61   60   59   58   57   55   54
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   59   58   58   58   58   57   55   54   53   52   53   55   60   67   75
+   82   89   97  104  107  111  113  114  115  115  115  114  113  111  107  104
+   98   93   87   81   75   70   65   61   58   57   57   59   60   62   61   60
+   59   56   53   51   51   50   52   57   60   62   64   66   67   67   67   67
+   68   69   69   68   67   65   63   61   60
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   65   64   63   63   62   61   60   58   57   57   59   62   67   74   81
+   87   94  101  107  111  114  116  117  118  119  120  121  119  116  112  109
+  102   97   93   88   83   79   75   71   69   67   67   68   68   70   70   69
+   67   63   59   57   57   57   58   61   64   67   69   71   72   73   73   73
+   73   74   74   75   74   72   69   67   66
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   70   70   69   69   68   66   64   62   62   63   66   70   75   81   87
+   93   99  105  112  116  118  120  121  122  123  123  126  123  121  118  114
+  107  103  100   96   92   89   86   83   80   78   76   76   76   77   78   77
+   74   70   67   66   65   65   66   67   69   72   73   75   76   78   78   77
+   77   78   79   79   79   77   75   73   72
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   76   75   75   74   72   71   68   67   68   70   74   78   83   88   94
+   99  104  110  116  121  124  126  126  125  126  127  129  127  125  123  119
+  113  109  106  103  100   98   96   93   91   88   86   84   84   84   85   83
+   80   77   75   74   74   74   74   74   75   76   77   79   80   82   82   81
+   81   81   81   81   81   79   78   77   76
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   79   80   80   79   77   75   72   72   74   77   83   88   92   96  100
+  105  110  115  122  127  130  131  130  129  130  131  132  131  129  127  123
+  118  115  112  110  107  106  104  102   98   96   94   92   90   91   91   89
+   87   85   83   83   83   83   82   81   81   81   82   84   84   86   86   85
+   84   83   83   82   81   80   78   78   79
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   81   82   82   82   80   78   77   77   81   85   91   98  102  104  106
+  110  115  121  128  134  137  138  137  135  135  135  134  134  133  130  126
+  123  121  118  115  113  111  110  107  104  102   99   97   97   98   97   95
+   93   91   90   90   91   91   90   88   87   86   86   88   89   90   89   88
+   87   85   84   83   81   79   78   78   79
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   80   82   83   83   82   81   80   83   88   95  101  108  111  112  113
+  115  120  127  134  141  144  144  143  141  140  139  138  136  135  132  129
+  128  127  124  121  118  115  113  111  109  106  104  102  102  103  102  100
+   98   96   95   95   96   96   94   92   90   90   90   91   92   92   92   90
+   89   87   85   83   81   79   77   77   78
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   78   80   82   82   82   82   83   87   95  103  111  118  121  122  121
+  122  126  132  140  146  150  151  149  147  145  143  141  140  138  135  133
+  134  134  131  128  124  120  115  113  111  109  107  107  107  107  105  103
+  100   98   97   96   97   96   95   93   92   91   91   91   91   92   91   90
+   89   87   85   83   80   77   75   75   76
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   75   77   78   79   79   81   84   91  102  112  122  130  133  133  132
+  132  134  139  145  152  156  157  155  152  150  148  144  144  143  140  139
+  141  142  140  136  131  125  118  115  113  111  110  110  110  109  106  103
+   99   97   95   94   94   94   93   92   91   90   90   90   90   90   89   88
+   86   85   83   81   79   76   73   73   74
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   72   73   73   74   76   78   84   93  106  119  131  141  145  146  144
+  144  144  148  149  156  161  161  160  157  155  153  151  148  147  144  144
+  148  150  150  146  141  132  123  118  115  114  113  113  113  111  107  102
+   98   94   92   90   90   91   90   88   88   88   89   89   88   88   87   85
+   84   82   81   79   77   75   73   71   71
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   69   68   69   69   71   75   82   93  108  124  139  150  156  158  158
+  157  157  157  156  159  162  163  162  161  160  158  157  154  153  151  152
+  156  160  162  159  152  142  131  123  120  118  117  117  117  114  109  103
+   97   93   90   89   89   89   88   87   86   87   88   88   87   86   85   83
+   82   80   78   77   76   74   72   70   69
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   66   65   65   65   67   71   79   91  107  126  142  155  165  170  172
+  171  170  167  166  164  163  163  163  163  164  164  165  165  163  161  161
+  166  171  174  173  167  155  143  133  127  125  124  123  123  121  114  107
+  100   95   91   90   90   89   88   86   86   88   89   89   87   86   85   83
+   81   78   76   76   75   74   72   69   67
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   65   63   63   62   63   68   76   88  105  126  144  159  171  179  183
+  184  183  179  174  168  165  163  164  166  168  171  174  176  175  174  176
+  180  184  189  190  183  173  161  149  140  137  134  135  134  130  123  114
+  106  100   97   96   95   94   92   89   88   89   90   90   89   88   86   84
+   81   78   76   76   76   75   73   69   66
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   64   63   62   61   62   66   75   87  103  124  142  159  173  183  191
+  195  196  190  182  174  168  165  166  169  173  177  183  187  190  190  191
+  195  199  204  207  202  197  184  170  158  154  150  150  148  143  135  124
+  115  109  106  104  103  101   98   94   91   92   92   91   91   90   90   87
+   83   80   77   78   78   77   75   70   66
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   64   64   63   62   63   67   77   89  104  121  140  158  173  185  196
+  205  207  201  191  180  172  169  170  174  179  186  193  200  205  208  209
+  212  215  222  225  226  222  209  193  180  175  170  168  164  158  148  136
+  127  121  117  115  114  110  106   99   95   94   94   93   93   93   93   91
+   88   84   82   81   82   81   78   71   66
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   66   66   65   64   66   71   81   94  107  123  140  158  174  187  199
+  211  215  210  202  189  179  174  175  180  186  195  205  213  222  230  232
+  234  233  239  247  249  246  236  221  206  196  191  185  179  171  161  150
+  139  132  129  126  124  119  112  104   99   97   95   94   95   96   97   96
+   94   90   87   86   87   85   81   74   68
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   68   67   67   66   69   75   87  100  114  128  143  160  177  190  203
+  217  225  223  214  201  190  182  182  187  195  206  217  229  241  254  258
+  260  261  260  267  273  269  260  244  230  217  209  200  192  183  172  161
+  150  142  139  137  134  127  119  110  103   98   97   95   96   97  100  101
+  100   96   93   91   91   89   84   76   71
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   70   69   68   69   72   80   94  109  123  136  150  166  183  197  211
+  225  235  236  229  217  204  193  192  197  206  217  232  247  262  278  284
+  287  284  281  284  289  287  278  265  251  237  225  212  202  191  181  167
+  155  148  147  146  142  134  125  115  106  100   97   95   96  100  102  104
+  105  102   99   96   95   92   86   78   72
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   69   69   69   70   75   86  102  119  133  146  160  176  192  207  221
+  236  247  251  246  235  220  208  205  210  220  233  249  266  283  297  306
+  308  303  299  300  301  300  293  282  268  253  239  222  209  197  185  170
+  157  151  150  149  145  138  129  118  109  102   97   95   96   99  103  106
+  108  107  103   99   96   92   85   77   71
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   67   68   68   71   77   90  108  127  143  157  172  188  205  220  234
+  248  262  269  267  258  243  231  226  229  239  251  268  285  302  313  322
+  322  318  314  312  312  310  305  295  282  267  252  232  216  202  187  171
+  156  149  148  147  145  140  131  121  112  104   99   96   96   98  101  106
+  109  109  105  100   95   89   82   73   68
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   64   65   66   69   77   92  112  133  151  167  183  200  218  235  249
+  264  281  291  290  283  270  259  253  255  263  274  289  306  320  329  334
+  334  331  327  326  324  321  317  307  293  276  260  241  223  206  190  171
+  154  144  143  143  144  141  135  127  118  111  105  100   98   98  100  105
+  108  109  106  101   94   86   77   69   64
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   60   61   62   67   76   92  115  138  158  175  193  212  233  249  266
+  282  301  314  317  311  300  290  284  285  291  299  312  326  336  343  346
+  346  344  341  339  336  333  327  316  301  284  267  249  229  211  193  174
+  155  144  142  143  145  146  144  137  130  123  115  109  105  102  103  105
+  108  109  106  100   91   82   72   64   60
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   58   58   60   64   75   93  116  140  163  182  202  223  245  265  282
+  300  319  334  340  338  329  320  315  315  319  324  334  344  350  356  358
+  357  355  353  351  349  344  336  323  308  293  276  258  238  216  198  181
+  164  153  150  151  154  157  158  153  146  139  131  122  116  110  109  109
+  110  109  106  100   90   79   70   62   58
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   58   57   59   64   75   93  117  141  164  185  206  230  254  275  295
+  315  334  349  357  358  352  346  341  341  342  346  352  359  364  368  368
+  368  366  364  362  359  354  345  332  316  303  286  269  249  227  211  195
+  180  169  167  165  169  176  178  173  166  158  150  140  131  123  118  116
+  114  112  108  102   91   80   70   63   60
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   63   61   61   67   78   95  119  142  165  186  209  233  258  281  303
+  324  343  358  366  368  365  362  359  359  360  362  365  371  374  376  377
+  376  374  373  372  368  364  355  341  326  312  297  281  262  243  226  211
+  200  189  186  184  190  196  197  192  186  179  169  157  146  136  130  125
+  120  116  112  104   93   83   74   68   64
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   70   68   68   73   84  101  123  145  166  187  209  234  259  282  305
+  326  345  358  365  368  368  367  368  368  369  371  375  378  380  382  383
+  383  382  381  381  378  373  364  350  334  321  308  292  276  258  242  227
+  218  209  205  203  207  211  211  205  200  194  184  172  160  148  141  133
+  127  122  116  109   98   88   81   75   72
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   78   77   78   83   93  109  129  149  169  189  210  234  258  280  303
+  325  342  352  358  361  362  364  368  369  371  375  378  381  384  387  389
+  390  389  388  387  385  379  371  357  343  328  316  303  288  271  255  241
+  234  227  221  217  217  218  216  208  204  200  192  179  168  157  149  142
+  135  128  122  113  104   94   88   84   81
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   85   84   86   93  104  120  137  156  173  191  212  234  255  276  298
+  320  335  345  349  352  354  359  366  369  372  375  380  384  389  394  398
+  398  396  395  393  389  382  373  363  348  333  321  309  295  279  264  251
+  242  233  226  220  216  214  209  203  198  196  189  179  169  160  155  149
+  141  133  126  118  108  100   94   91   87
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   89   88   93  101  114  129  145  162  179  196  214  234  253  271  291
+  312  328  338  342  345  350  357  365  371  374  378  384  391  398  404  409
+  408  404  400  395  390  383  373  362  348  334  323  310  296  280  265  253
+  240  229  221  212  206  201  192  186  182  180  177  170  162  158  155  151
+  146  138  131  121  112  104   98   94   91
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   89   91   96  106  120  135  151  167  183  199  217  235  250  266  284
+  304  321  332  338  342  348  357  367  375  379  385  392  401  411  418  421
+  417  409  402  396  389  380  368  357  343  330  319  304  289  273  259  243
+  229  215  205  194  186  178  169  164  161  159  158  155  151  151  152  151
+  148  142  135  125  115  107  100   95   91
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   90   87   89   95  107  122  137  152  168  184  201  217  233  247  262  277
+  297  313  326  334  341  349  358  369  379  384  392  402  414  423  430  429
+  421  411  401  392  384  373  363  349  334  321  309  294  279  263  246  228
+  211  195  182  170  160  151  144  141  141  140  139  139  138  141  146  149
+  149  145  138  127  117  109  101   94   90
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   88   85   86   93  104  120  135  151  167  183  200  216  231  244  256  271
+  288  305  319  331  340  349  359  369  379  388  399  411  424  433  435  430
+  419  407  396  385  375  365  352  337  322  307  293  280  263  245  228  208
+  189  173  157  146  134  126  123  122  122  124  125  125  126  132  140  145
+  148  146  140  130  119  110  102   94   88
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   84   86   93  104  117  132  147  163  179  196  213  227  238  249  264
+  280  296  311  324  335  346  357  368  379  390  403  416  428  434  432  424
+  411  398  386  374  362  350  337  322  306  291  276  262  245  227  207  188
+  168  152  137  126  116  111  109  109  110  113  115  117  120  125  134  141
+  145  145  140  131  120  112  104   96   89
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   88   88   94  104  116  130  144  159  174  191  207  221  232  241  254
+  268  283  299  314  326  338  351  362  375  388  401  413  423  426  421  411
+  399  384  371  357  344  331  316  304  289  274  260  245  228  210  190  171
+  153  137  124  114  108  104  104  104  105  106  109  113  116  122  130  137
+  142  143  139  131  122  113  106   99   93
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   94   93   97  106  118  131  143  156  170  186  200  213  223  232  243
+  255  270  284  299  313  326  339  353  367  380  393  404  412  412  405  391
+  379  364  350  337  323  309  296  285  272  260  246  231  214  197  178  160
+  144  130  119  111  106  104  103  102  103  105  107  111  115  120  126  132
+  137  139  137  131  122  115  110  104   98
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  100   99  103  112  122  134  144  155  167  180  194  205  214  222  231
+  242  254  267  282  297  311  325  340  355  369  381  391  395  391  382  367
+  355  341  327  315  301  289  277  266  256  245  233  220  204  189  173  157
+  143  131  120  113  109  106  103  102  103  104  106  110  112  118  121  127
+  132  135  134  128  122  117  113  108  103
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  106  106  110  118  129  139  149  157  166  177  188  198  205  212  220
+  228  238  251  265  279  294  308  324  338  353  364  372  371  365  355  341
+  329  315  304  292  280  269  259  249  240  232  223  211  198  185  172  159
+  147  136  126  117  112  106  101   99   99  101  102  105  107  111  114  119
+  124  128  128  125  121  118  114  112  109
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  113  111  112  117  125  135  146  154  161  169  176  184  191  199  205  210
+  216  225  236  248  262  277  292  306  320  332  341  347  345  337  327  313
+  302  292  283  272  261  251  241  232  226  221  214  205  195  184  174  163
+  153  141  130  120  112  103   94   91   92   94   96   98  100  102  105  109
+  115  119  120  118  117  117  115  114  113
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  114  116  122  131  142  151  160  166  171  176  181  188  194  199  203
+  208  215  224  235  249  262  275  288  299  310  316  320  318  309  300  289
+  279  270  263  254  245  235  227  219  215  212  207  200  192  184  175  167
+  156  144  132  120  109   97   87   83   86   87   90   92   94   94   96   99
+  104  107  110  109  111  113  113  114  114
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  115  118  125  134  145  156  164  170  174  177  181  186  191  196  200
+  203  208  217  228  238  248  259  271  280  287  293  295  293  286  277  267
+  260  251  245  239  231  225  217  211  207  206  202  195  188  181  174  166
+  155  143  129  116  105   91   82   78   81   83   86   88   88   87   88   89
+   92   95   97   98  101  105  108  111  112
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  114  119  126  135  146  156  165  171  174  177  180  184  189  195  199
+  202  206  214  222  230  237  246  255  261  268  271  274  271  265  256  249
+  243  236  230  226  221  217  211  204  201  199  194  188  181  175  167  159
+  149  136  124  110   99   87   80   76   78   80   83   84   85   81   81   81
+   82   83   84   86   90   95  101  106  110
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105  110  116  124  133  143  154  162  168  172  175  178  182  187  193  198
+  202  206  211  217  222  227  234  240  244  248  252  253  251  245  239  233
+  228  223  220  216  212  210  204  199  196  191  186  180  173  166  158  150
+  140  129  116  105   94   85   80   78   80   82   84   83   83   80   78   76
+   75   73   74   76   79   85   92   98  105
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98  104  111  119  128  138  148  156  162  166  170  173  178  183  189  195
+  200  203  207  211  214  218  222  226  228  231  233  234  231  226  223  217
+  214  211  209  206  203  201  197  193  189  183  177  170  162  155  148  140
+  131  121  111  101   93   87   84   84   86   89   90   89   88   82   79   76
+   71   68   66   68   72   77   83   91   98
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92   98  106  114  123  133  141  148  154  158  162  165  170  176  182  188
+  193  196  200  203  205  207  209  210  212  214  213  214  212  209  206  202
+  201  199  198  196  194  191  189  186  180  175  167  161  153  145  137  130
+  123  115  108  101   96   91   91   93   97  100  100   98   97   90   85   78
+   71   66   65   65   68   73   78   85   92
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   95  102  110  118  126  133  140  144  148  152  156  160  166  173  178
+  183  187  189  192  193  194  194  195  195  196  196  195  194  192  190  187
+  186  185  185  184  182  181  180  177  172  165  158  150  143  136  129  122
+  117  112  107  104  101  100  101  105  109  113  113  111  109  101   94   85
+   76   70   67   66   68   72   77   82   89
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   96  102  109  115  121  127  131  135  138  141  145  149  155  161  166
+  171  173  175  177  178  178  177  177  178  178  179  178  178  177  174  172
+  171  171  171  171  171  171  171  167  162  156  148  141  134  128  122  117
+  114  111  109  108  107  108  111  116  121  126  127  123  120  113  104   94
+   84   78   74   71   73   76   80   85   89
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94   98  104  109  114  119  123  126  128  130  132  135  139  144  149  154
+  157  159  161  163  162  161  161  160  161  162  162  162  161  161  159  157
+  157  157  158  158  161  163  162  158  152  146  139  133  126  120  116  113
+  110  109  110  110  112  115  119  125  131  136  137  134  131  123  114  103
+   93   88   83   81   81   84   86   89   94
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100  103  107  112  116  119  121  122  123  124  126  128  130  134  137  141
+  144  146  148  149  149  148  147  147  147  147  146  146  145  144  144  143
+  143  144  145  147  149  151  151  147  142  136  130  124  119  113  110  107
+  105  106  108  110  114  118  123  130  137  142  144  142  140  132  123  112
+  104   99   95   93   92   95   96   97  100
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  108  110  113  116  119  121  122  122  122  121  122  123  124  126  129  131
+  133  135  136  136  136  135  135  135  134  134  133  133  131  131  131  132
+  131  133  134  136  137  139  139  136  132  127  121  115  110  105  103  101
+  100  102  104  107  111  117  123  130  138  144  147  146  145  138  131  121
+  115  110  106  104  103  104  105  107  108
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  118  119  122  123  123  124  123  122  121  121  122  122  123  124  124
+  125  126  127  127  127  127  126  125  125  125  124  124  123  122  122  122
+  123  125  126  127  128  128  128  126  122  119  113  108  102   98   96   95
+   96   97   99  102  105  113  121  129  137  143  146  147  147  142  137  129
+  126  120  116  115  113  113  114  116  117
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  124  125  126  126  126  125  125  124  124  123  123  123  123  123  123
+  123  122  123  123  122  122  121  121  121  120  120  120  120  119  119  119
+  120  121  121  121  121  121  119  117  114  110  106  101   96   93   91   91
+   91   93   95   98  100  107  116  125  133  140  144  146  147  143  140  135
+  131  128  125  123  122  122  121  123  124
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  129  129  129  129  128  127  127  126  126  126  125  125  125  124  124
+  124  123  123  123  124  123  122  121  121  121  121  120  120  120  120  119
+  120  120  119  119  118  116  114  112  108  104  101   96   92   90   88   87
+   88   89   92   95   98  103  112  122  130  137  142  144  146  144  141  139
+  136  134  132  129  129  128  128  127  128
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  131  132  131  130  130  129  129  129  129  129  129  129  129  128  128
+  128  127  128  128  129  129  127  126  126  124  123  123  123  122  122  122
+  121  120  120  118  117  114  112  109  106  102   99   95   92   90   88   87
+   86   87   90   94   98  103  110  119  128  135  140  142  144  144  142  141
+  139  137  136  135  133  133  132  132  132
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  134  133  133  132  132  132  131  132  132  133  133  134  134  133  133
+  132  132  133  135  136  135  133  132  131  130  129  128  128  127  126  126
+  124  123  122  119  118  116  114  111  108  105  102   99   96   95   93   92
+   91   92   93   95   98  104  110  117  127  135  140  142  144  143  142  142
+  142  141  140  139  137  136  136  135  135
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  137  136  136  135  135  134  135  135  136  138  138  139  138  138  138
+  138  138  138  139  139  138  137  137  136  136  135  134  134  133  132  131
+  130  128  126  125  123  120  119  117  114  112  110  108  105  104  103  102
+  101  102  102  103  104  106  109  115  121  131  138  142  144  144  145  145
+  145  143  143  142  141  140  139  139  137
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  141  140  140  139  139  140  141  141  142  142  143  143  143  143  143
+  142  142  142  142  142  142  141  141  141  141  141  140  139  139  139  138
+  136  134  134  132  131  129  127  127  124  123  120  119  117  116  116  116
+  115  115  116  118  119  120  121  123  129  135  140  145  146  148  148  148
+  148  147  146  145  145  143  143  142  141
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  145  145  146  145  146  146  146  147  146  147  147  147  147  147  148
+  147  147  146  146  146  146  146  146  146  145  146  146  145  144  143  143
+  144  142  141  141  140  138  138  136  136  135  135  133  133  132  133  132
+  132  132  133  133  136  138  141  143  146  147  149  150  151  151  151  150
+  151  150  149  148  148  147  147  146  146
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  152  151  151  151  151  151  151  151  152  151  151  151  151  151  150
+  151  151  151  150  150  151  150  151  150  150  150  150  150  149  149  148
+  148  148  149  147  147  147  147  145  146  145  145  145  145  146  146  145
+  146  146  146  148  148  149  150  151  151  152  152  153  153  154  154  153
+  153  154  153  153  153  153  152  152  152
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  155  155  155  154  154  154  154  154  154  154  154  154  154  154  154
+  154  153  154  154  153  154  153  153  153  153  153  153  153  153  153  153
+  153  153  152  152  152  152  152  153  152  153  152  152  152  152  152  153
+  153  153  153  153  153  153  154  154  154  154  155  155  154  155  155  155
+  155  155  155  155  155  155  155  154  154
+     9                                                      END OF TEC MAP     
+    10                                                      START OF TEC MAP
+  2010    12     4    18     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   60   60   60   60   60   60   60   60   60   59   59   58   58   57   57
+   56   56   55   55   54   54   53   53   52   51   51   50   50   49   49   49
+   49   49   48   49   49   49   49   49   50   50   50   51   51   52   52   53
+   54   54   55   56   56   57   57   57   58   58   59   59   59   59   59   60
+   60   60   60   60   60   60   60   60   60
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   61   61   61   62   61   62   61   61   61   61   61   60   60   59   59
+   58   57   55   54   53   52   50   48   47   46   45   44   43   42   41   41
+   41   40   40   41   41   41   41   41   42   42   43   45   46   48   49   51
+   51   52   52   54   55   56   56   57   58   59   59   60   60   61   60   61
+   61   61   61   60   61   61   61   61   61
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   61   61   62   62   63   63   63   64   64   64   64   64   64   62   61
+   59   58   55   53   51   49   48   45   43   43   42   41   39   38   38   36
+   36   36   36   36   36   36   36   37   37   38   38   39   40   42   44   48
+   49   49   50   51   51   52   53   53   54   56   56   58   59   59   59   59
+   58   56   57   57   58   59   59   60   60
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   59   59   60   60   61   61   63   64   65   65   65   65   65   65   64
+   62   61   59   57   55   50   47   46   43   41   38   37   35   34   33   32
+   32   32   32   32   32   33   34   34   35   35   36   36   37   38   39   40
+   43   45   45   46   46   47   47   47   49   50   51   54   55   56   55   53
+   51   51   52   54   55   56   57   57   58
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   55   55   55   56   56   57   58   59   61   62   63   65   66   66   66
+   67   65   63   60   57   53   49   44   42   40   37   35   34   32   31   30
+   30   31   31   31   32   32   33   33   34   34   35   35   36   37   37   38
+   39   39   40   41   41   42   42   43   45   46   48   50   51   51   50   49
+   48   48   49   50   52   52   53   54   54
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   51   51   50   51   51   52   54   56   58   61   64   67   69   70
+   71   70   70   67   64   58   55   50   47   44   40   38   36   34   33   32
+   31   32   32   33   34   34   34   35   35   35   35   36   36   37   38   38
+   38   38   37   38   39   39   39   40   42   44   45   45   46   46   45   45
+   45   45   46   47   48   49   49   50   51
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   47   47   46   46   45   45   47   49   52   55   59   64   68   72   75
+   77   78   77   76   73   68   64   59   54   51   47   43   40   38   37   35
+   34   34   34   35   35   36   36   36   37   36   36   37   37   38   38   38
+   38   37   36   36   36   36   37   37   38   40   41   41   41   41   42   42
+   42   42   43   44   44   45   46   47   47
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   45   45   44   43   42   42   44   46   50   55   61   66   71   77   80
+   84   86   88   89   84   80   75   68   63   58   54   51   47   43   42   40
+   39   37   36   37   36   37   37   37   37   37   37   38   39   39   39   39
+   38   38   36   35   34   35   35   35   37   38   39   39   39   40   40   40
+   40   40   40   40   41   43   44   45   45
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   45   45   44   43   42   42   44   47   52   58   64   71   77   82   88
+   91   95   99  100   96   92   86   78   73   67   63   59   55   52   49   46
+   44   42   40   39   38   37   36   37   36   36   36   37   39   40   41   41
+   40   39   38   37   36   37   37   38   39   40   41   41   40   41   41   41
+   39   39   39   39   40   42   44   45   46
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   48   48   47   46   46   46   49   52   58   64   71   77   84   89   95
+   99  104  108  109  106  102   97   90   84   78   73   69   65   62   58   54
+   51   47   44   43   41   38   37   36   36   36   37   38   41   42   44   45
+   44   42   41   41   40   41   41   43   45   46   47   47   46   46   46   45
+   43   42   41   41   41   43   46   47   48
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   53   52   52   52   52   54   56   61   67   73   79   85   90   96  102
+  106  112  115  117  114  112  106  100   94   88   84   80   76   72   68   63
+   58   53   48   45   42   40   37   37   37   37   38   41   44   47   49   49
+   49   47   46   46   46   47   48   50   51   53   54   54   54   53   52   51
+   49   47   46   46   46   48   50   52   52
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   58   58   58   59   61   63   66   72   77   83   89   93   98  103  108
+  113  117  121  123  121  118  114  109  103   98   93   88   84   80   79   70
+   62   57   51   48   45   42   40   40   41   41   44   48   51   54   56   56
+   55   54   53   53   54   55   56   57   58   59   61   62   62   62   60   58
+   56   54   53   53   53   54   55   57   58
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   64   64   64   66   68   72   77   82   87   93   98  102  106  110  115
+  118  122  125  127  125  123  119  114  110  106  101   96   91   86   83   75
+   66   60   55   52   49   46   46   47   48   49   53   57   61   63   64   63
+   63   62   61   61   61   62   63   64   64   65   67   68   70   70   68   65
+   63   60   60   60   61   62   62   63   64
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   68   68   70   72   76   80   85   91   96  102  107  110  113  117  120
+  123  126  128  129  128  126  123  119  116  113  108  103   96   90   85   76
+   69   63   59   56   54   53   53   55   57   60   64   67   70   71   71   71
+   71   71   70   70   69   70   70   70   69   70   72   73   74   76   73   71
+   69   67   67   67   68   68   69   69   69
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   72   72   73   76   82   88   95  101  105  109  114  117  120  123  126
+  128  130  131  130  128  127  125  124  121  119  114  108  101   94   87   79
+   72   68   65   62   60   60   62   65   67   71   74   78   79   80   79   79
+   79   79   79   79   79   77   77   76   74   74   75   76   77   78   78   76
+   74   73   73   74   74   74   74   74   73
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   74   75   77   81   88   96  103  109  114  117  120  123  126  129  131
+  133  134  133  131  130  128  127  128  127  125  120  113  106   98   91   82
+   76   74   72   69   68   69   70   74   78   81   85   87   88   89   88   87
+   87   86   87   86   86   85   84   81   79   78   78   79   80   81   82   82
+   80   79   79   79   79   78   77   76   75
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   76   77   80   86   94  103  111  118  121  123  125  128  131  134  136
+  138  139  137  135  133  130  130  132  132  131  127  120  112  103   95   86
+   81   79   78   78   76   77   78   82   86   91   94   96   98   97   96   95
+   94   93   92   92   92   90   89   86   83   82   81   82   84   86   86   86
+   85   84   83   83   82   80   78   77   76
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   77   79   84   91  101  111  119  125  128  130  130  132  135  139  141
+  144  144  143  140  138  135  135  137  138  138  134  127  118  109   99   91
+   87   85   85   85   84   85   86   88   93   97  100  103  104  103  102  101
+   99   98   98   97   97   95   93   90   88   86   85   86   87   90   91   90
+   89   88   86   85   83   81   79   77   76
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   77   80   86   95  107  118  127  133  136  136  136  137  139  143  146
+  149  150  150  147  145  141  141  143  146  145  140  134  125  115  105   98
+   93   92   91   91   91   91   92   94   97  101  104  106  107  106  105  103
+  102  101  100  100   99   98   95   93   90   88   87   87   88   90   92   92
+   91   90   88   86   83   81   78   76   76
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   77   81   89   98  111  124  134  140  144  144  143  143  144  146  151
+  154  157  158  156  152  148  148  150  152  151  146  141  133  122  113  106
+  102   99   99   98   98   97   97   98  101  104  107  108  108  106  104  102
+  102  100  100   99   98   97   95   91   88   87   86   86   87   89   91   91
+   91   90   88   85   81   78   76   75   75
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   76   82   90  101  114  127  139  148  153  153  152  151  151  151  155
+  160  164  166  165  161  156  155  156  158  157  152  146  139  129  121  116
+  111  109  107  106  105  103  102  102  104  107  109  109  107  104  102  100
+   99   98   97   96   95   94   92   89   86   84   84   84   85   87   89   88
+   89   88   86   82   78   74   72   71   73
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   76   82   90  101  115  128  142  152  160  162  161  160  159  158  161
+  165  170  173  173  169  165  162  162  164  161  156  151  144  138  132  128
+  123  120  117  114  112  109  108  107  108  109  111  110  107  103  100   98
+   96   94   93   92   91   91   89   86   84   83   83   83   84   85   86   86
+   86   85   83   79   75   71   69   69   71
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   76   83   92  101  114  128  142  154  164  169  171  169  167  166  166
+  169  175  178  179  175  171  168  168  167  163  159  155  151  148  145  141
+  137  132  128  124  120  116  114  112  112  113  113  112  108  103   98   95
+   93   91   89   88   88   88   88   86   84   83   83   83   83   83   84   84
+   84   82   80   76   71   68   66   66   70
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   76   86   95  103  114  127  141  155  166  175  180  179  176  173  173
+  174  177  180  181  178  174  172  172  170  165  162  160  160  159  158  156
+  153  148  143  136  130  126  122  121  120  119  118  116  112  104   98   95
+   92   90   88   87   87   88   88   86   85   84   84   84   83   84   83   83
+   83   80   77   74   69   65   63   65   69
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   79   90   99  107  115  127  141  155  169  181  189  189  186  183  180
+  179  180  181  182  180  176  176  175  174  170  168  169  170  172  174  173
+  171  166  161  154  145  136  133  132  130  127  125  122  116  108  101   97
+   94   91   89   88   88   89   89   89   87   86   85   85   85   85   85   84
+   83   80   76   73   68   64   63   64   70
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   83   96  105  112  119  129  143  157  172  187  198  200  197  193  188
+  185  183  182  181  179  178  178  179  178  177  177  181  183  189  192  192
+  191  188  182  175  163  151  147  146  142  138  134  129  122  113  106  101
+   97   93   91   90   89   90   91   90   89   88   87   87   86   86   86   86
+   84   81   77   74   70   65   63   65   72
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   87  101  113  119  126  135  147  162  177  194  207  212  210  206  199
+  194  188  183  180  179  178  180  183  184  186  190  196  200  207  211  212
+  213  211  205  196  184  170  164  160  154  147  141  135  127  119  112  106
+  101   97   94   92   91   91   91   91   90   89   89   88   88   88   89   88
+   87   83   79   77   72   68   65   67   75
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   92  108  121  129  136  144  156  171  186  203  219  227  226  222  215
+  207  196  186  181  178  180  183  188  192  199  205  213  219  227  231  235
+  237  237  230  220  208  189  179  170  161  155  147  140  132  123  116  109
+  105  101   98   94   92   91   92   92   91   90   89   88   88   89   90   90
+   89   85   81   78   75   70   68   70   79
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   97  114  128  139  147  155  167  183  200  216  233  243  247  245  238
+  227  210  195  185  181  183  188  195  203  214  223  233  241  248  253  257
+  262  260  256  245  228  206  190  177  168  159  151  144  134  125  117  112
+  108  105  101   96   93   91   91   92   92   91   90   89   89   89   91   91
+   90   87   82   79   76   72   71   73   83
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86  101  119  135  147  157  168  181  197  214  232  249  263  272  272  264
+  250  229  208  195  189  190  195  204  215  231  244  256  264  271  278  281
+  283  282  276  262  242  217  198  184  172  163  153  144  135  125  117  113
+  110  108  105   99   94   91   91   93   93   91   90   89   88   88   90   91
+   89   85   81   79   77   75   73   76   86
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   88  104  123  140  154  166  180  196  213  231  249  269  285  298  300  296
+  277  251  227  212  203  203  207  216  229  249  266  280  287  293  298  300
+  301  300  291  274  251  225  204  189  176  164  153  142  132  123  116  113
+  114  114  109  102   95   91   91   93   93   91   89   88   87   86   88   88
+   86   82   79   78   77   76   75   78   88
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   90  106  126  145  161  175  192  211  229  248  267  289  308  326  330  327
+  306  280  253  235  226  223  226  235  250  269  290  303  308  311  313  313
+  313  311  301  282  258  232  210  193  178  165  152  140  131  123  116  115
+  118  119  115  106   96   91   91   92   93   92   89   88   86   85   85   85
+   83   78   76   76   76   76   76   79   90
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   90  108  129  149  167  185  204  224  245  264  286  308  329  351  359  355
+  336  310  283  265  255  251  254  262  276  296  314  324  328  327  325  323
+  321  317  307  289  266  240  216  198  181  167  153  141  131  124  120  120
+  125  128  123  113  101   95   95   95   96   94   91   89   88   86   85   83
+   79   75   73   73   74   74   75   80   90
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91  110  130  151  171  191  213  235  257  278  300  322  347  370  382  378
+  362  340  314  298  288  284  286  292  305  321  336  343  345  342  337  332
+  328  323  313  296  274  249  225  205  188  171  157  145  136  131  129  131
+  137  140  134  123  110  104  104  104  103  100   97   95   92   90   86   82
+   78   74   72   72   72   73   74   80   91
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93  112  133  153  174  196  220  243  266  287  309  331  356  378  392  392
+  381  364  343  330  322  318  319  321  328  341  353  359  359  354  348  343
+  336  329  318  302  282  258  237  216  197  182  168  156  147  144  145  148
+  154  156  149  136  124  118  117  116  114  111  106  102  100   97   91   85
+   80   76   74   73   73   73   74   80   93
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96  115  136  157  178  202  227  250  271  292  313  334  355  375  389  394
+  390  379  366  357  352  350  350  349  350  357  365  370  369  365  360  353
+  346  334  323  308  289  268  246  227  210  196  183  172  166  166  167  170
+  176  177  168  154  143  134  133  130  128  123  117  114  110  105   98   91
+   84   80   78   78   76   75   76   82   96
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100  120  141  161  184  208  233  256  276  295  315  333  349  365  378  386
+  388  385  379  376  374  371  371  370  368  369  374  375  374  371  367  362
+  353  339  326  312  296  278  257  238  223  213  200  191  188  190  192  194
+  198  197  186  173  161  152  150  145  141  135  129  125  121  115  107   99
+   91   88   86   85   82   79   79   86  100
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  126  147  166  188  214  239  261  281  298  316  331  343  353  364  373
+  379  382  383  385  385  384  383  381  378  376  377  378  376  373  371  367
+  357  343  329  317  304  288  269  251  238  229  218  211  210  212  213  215
+  216  211  199  188  177  167  163  156  150  145  139  135  131  124  115  107
+  100   96   94   92   87   84   84   91  106
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  132  152  171  193  218  244  266  283  301  316  330  339  345  353  361
+  369  376  382  385  388  389  387  384  380  378  377  377  377  376  375  370
+  361  347  334  323  312  297  280  264  252  243  234  229  227  226  226  226
+  222  215  204  194  186  175  170  159  153  148  145  142  138  130  122  114
+  108  104  101   98   93   89   90   98  112
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  137  156  174  195  219  245  267  285  302  319  331  339  343  348  355
+  364  373  380  385  389  388  385  383  381  378  378  378  378  381  382  376
+  367  353  339  329  319  305  289  274  262  252  247  243  239  234  231  226
+  218  209  198  191  181  172  166  156  151  147  145  143  140  134  125  119
+  113  109  106  101   96   92   94  102  117
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  138  157  174  194  217  242  264  283  301  319  332  341  347  352  357
+  366  375  382  386  389  389  386  385  385  384  384  383  384  388  388  383
+  373  359  347  336  324  310  294  279  266  257  254  251  243  234  226  217
+  205  195  184  178  169  161  155  148  143  141  140  141  139  134  128  122
+  117  113  109  104   98   94   96  104  119
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  137  155  172  192  213  236  257  278  298  317  332  343  351  357  364
+  372  381  388  391  392  392  390  390  392  393  394  393  394  397  396  390
+  379  365  353  339  325  309  292  278  265  258  255  249  239  226  214  202
+  187  175  164  155  147  146  141  135  133  132  133  137  136  131  127  122
+  118  114  110  105   99   96   98  105  120
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  136  152  169  186  206  227  248  269  290  311  329  343  354  363  371
+  378  386  391  394  395  396  395  397  401  403  405  404  405  406  402  396
+  384  369  354  339  322  304  286  271  260  253  248  240  227  212  196  181
+  165  150  141  132  124  128  124  122  123  125  126  130  131  127  124  122
+  119  115  111  106  101   99  101  108  121
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  136  150  165  180  198  217  237  256  278  299  319  337  351  362  373
+  382  388  391  394  396  399  401  404  409  413  415  414  413  411  406  397
+  382  366  349  332  313  295  276  261  250  243  236  225  210  193  176  157
+  141  127  119  114  110  112  111  112  115  119  121  123  123  122  122  121
+  119  116  111  108  104  103  107  112  123
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  137  149  162  175  191  207  225  243  264  284  304  323  340  354  367
+  378  385  388  392  396  400  405  410  415  419  421  420  417  412  403  391
+  374  356  337  319  300  281  264  249  239  230  220  207  190  170  152  134
+  120  110  103  101  102  103  105  107  111  115  116  116  116  117  119  119
+  118  115  112  109  107  108  112  118  127
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  141  150  161  172  185  198  213  229  247  266  284  304  322  338  353
+  365  374  380  386  392  398  404  410  416  420  421  419  414  404  391  377
+  359  341  322  304  284  265  248  235  223  214  201  187  169  149  132  117
+  106   99   94   93   95   99  102  107  110  112  113  113  113  115  117  119
+  119  115  113  110  110  113  118  124  131
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  144  153  163  172  182  193  204  217  232  247  263  281  298  316  333
+  347  358  366  374  380  389  397  404  409  412  413  411  401  389  373  357
+  339  321  303  284  265  248  233  219  208  197  184  169  150  132  117  107
+  100   95   91   90   92   98  101  109  110  110  109  110  111  114  116  118
+  118  115  112  111  112  117  123  129  136
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  148  157  166  174  182  190  199  208  219  230  242  257  275  293  310
+  325  338  347  357  365  373  382  389  393  397  396  393  381  367  350  333
+  318  299  282  265  249  234  220  207  195  184  170  154  136  121  108  102
+   99   96   93   92   94  100  102  109  108  106  105  105  108  110  113  116
+  116  112  111  110  113  119  126  132  140
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  151  160  168  176  183  189  196  203  210  217  226  238  254  271  287
+  302  313  324  335  343  352  360  365  369  370  370  365  353  339  324  306
+  292  277  262  248  234  222  210  196  184  171  157  142  127  114  105  103
+  101   99   97   96   96   99  100  105  102  100   98   98  100  103  104  111
+  112  108  107  108  112  119  127  134  142
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  150  160  169  177  184  190  195  201  205  209  215  224  237  252  266
+  279  289  299  308  316  323  330  335  337  340  337  332  321  309  296  280
+  268  255  244  233  223  213  201  188  175  161  148  134  121  111  106  105
+  104  101   98   97   96   97   96   97   94   91   89   87   88   90   91   99
+  102  100  101  104  109  117  125  133  141
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  148  157  167  176  183  189  194  199  203  205  209  216  225  237  249
+  259  266  275  281  287  292  297  299  302  303  301  297  289  278  268  255
+  245  235  228  221  213  205  194  182  170  156  144  131  120  112  108  107
+  105  101   97   94   93   92   90   89   86   83   80   78   77   77   79   83
+   88   90   92   98  104  113  122  130  139
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  134  143  153  162  171  179  186  192  197  201  203  207  211  219  226  235
+  242  246  251  254  259  263  266  266  266  268  267  264  258  251  244  234
+  226  219  215  210  205  197  189  179  168  155  143  132  122  115  111  108
+  104   98   92   90   88   86   84   83   80   77   74   71   69   68   68   71
+   76   80   84   90   99  108  118  127  134
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  138  147  155  164  172  180  187  193  198  201  204  209  214  219  223
+  227  228  231  233  235  238  239  237  237  239  237  236  233  228  223  217
+  212  207  205  201  198  192  185  176  166  154  144  133  124  116  112  107
+  101   94   88   85   83   81   79   78   77   74   71   67   64   61   61   63
+   67   72   77   84   92  103  113  122  129
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  131  139  147  155  163  171  179  187  192  197  201  205  208  212  214
+  215  216  216  217  217  218  217  214  215  216  214  213  212  211  209  205
+  202  199  197  195  192  187  181  173  163  154  144  134  126  118  111  105
+   97   90   84   80   78   77   77   77   76   75   72   67   63   59   58   59
+   63   67   73   79   87   97  107  116  124
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  125  131  138  146  153  161  169  178  184  190  195  198  202  204  205
+  205  204  203  204  203  203  200  198  199  199  197  197  198  198  198  197
+  195  192  191  189  186  182  176  168  160  151  143  134  125  117  110  102
+   93   85   79   76   76   76   77   79   80   79   76   72   67   61   60   59
+   62   66   70   76   84   94  103  111  118
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  119  124  129  136  143  150  159  167  174  179  184  188  192  194  195
+  194  194  192  192  191  189  188  186  186  185  185  186  187  188  189  189
+  188  186  184  181  179  175  169  162  155  147  139  132  124  116  108   99
+   90   82   77   74   76   77   80   83   86   86   85   80   75   69   66   64
+   65   68   71   76   83   92  101  108  114
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  114  118  122  128  134  140  148  156  162  167  172  176  180  182  182
+  182  182  182  181  179  178  176  174  173  173  172  174  176  178  179  179
+  179  177  176  173  170  166  161  154  148  142  135  129  122  114  106   97
+   88   80   76   75   77   81   84   90   94   95   94   90   84   80   75   72
+   73   73   75   79   85   93  101  107  111
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  112  115  117  122  127  132  139  145  150  155  159  163  165  167  168
+  169  169  170  170  168  167  165  163  161  160  160  162  164  165  166  167
+  169  168  166  163  160  156  152  146  141  135  130  124  118  111  104   95
+   86   79   76   76   80   85   89   97  102  104  104  101   96   91   87   83
+   82   82   82   84   88   94  100  106  110
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  111  113  116  119  122  126  131  135  139  143  146  149  151  152  153
+  155  156  158  158  157  156  153  150  148  146  145  147  149  149  150  154
+  158  158  155  153  151  147  143  139  133  129  124  120  114  108  101   94
+   85   79   77   77   82   89   94  102  109  112  114  111  107  102   99   94
+   91   90   89   90   92   96  100  105  109
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  108  111  113  115  117  120  123  126  128  131  133  135  136  138  139  140
+  141  142  145  144  143  142  139  136  134  132  131  132  134  136  141  148
+  150  148  146  144  142  139  136  131  127  122  119  114  109  104   98   90
+   83   78   76   77   83   92   98  107  114  119  120  119  117  112  108  103
+  100   98   97   97   97  100  103  106  108
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  111  113  115  118  120  122  124  124  125  126  127  127  128  128  129
+  130  131  131  130  129  127  124  122  120  119  118  119  121  127  137  143
+  142  140  138  136  134  132  129  125  121  116  112  108  102   99   93   85
+   78   74   74   76   83   94   99  110  118  123  125  125  123  120  116  111
+  107  105  104  104  103  104  106  108  110
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  113  115  118  120  121  123  124  124  124  123  122  122  121  121  121
+  121  121  120  119  117  115  113  110  108  107  107  108  111  116  128  134
+  133  133  131  131  129  127  124  120  115  111  105  100   96   91   86   79
+   73   71   71   75   81   94   99  111  119  125  127  128  127  125  122  117
+  115  112  111  109  109  110  110  111  112
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  118  119  122  123  125  126  126  126  125  124  123  122  121  119  119
+  117  117  115  113  111  108  106  104  102  102  101  102  104  109  115  120
+  125  127  126  126  124  123  119  115  110  104   99   94   89   83   78   75
+   70   68   70   74   81   93   98  110  118  124  128  129  129  128  126  122
+  121  118  116  116  115  115  115  116  117
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  125  126  127  130  130  131  131  130  129  128  127  125  124  122  121
+  119  117  115  113  110  108  106  104  103  102  103  102  104  107  112  117
+  120  123  123  123  121  119  114  110  105   99   94   89   83   79   74   71
+   68   67   68   73   81   93   98  108  116  123  127  129  129  129  127  126
+  124  124  122  122  122  122  122  122  123
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  131  133  135  136  137  137  136  136  135  134  132  131  129  127  125
+  124  121  119  117  115  112  111  109  108  108  108  109  109  111  114  117
+  119  121  122  121  119  115  111  106  100   95   91   86   80   76   72   70
+   68   67   69   74   80   88   92  106  114  121  126  128  129  130  129  130
+  129  128  129  128  128  128  129  129  130
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  140  141  143  143  143  144  143  143  142  140  139  138  136  134  132
+  130  128  126  124  122  120  119  117  117  116  116  117  117  118  120  121
+  122  122  122  120  117  113  109  104   99   94   90   84   80   76   73   70
+   70   70   72   75   80   89   93  103  113  120  125  127  129  130  131  132
+  133  134  134  134  135  135  135  137  138
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  148  149  150  150  151  150  150  149  148  147  145  144  143  141  139
+  138  136  135  133  132  130  129  127  126  126  126  125  126  126  126  125
+  125  124  123  120  117  113  109  105  100   95   91   88   84   81   78   76
+   74   74   76   78   82   86   89  100  107  117  123  126  130  132  134  136
+  138  138  139  140  141  142  143  145  147
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  154  155  155  156  155  155  155  154  154  152  151  151  149  148  147
+  145  144  143  142  140  139  138  136  135  134  133  133  132  131  131  131
+  129  127  126  123  120  116  112  108  104  102   99   95   93   91   89   88
+   87   88   88   90   91   94   97  101  108  116  125  130  136  138  139  141
+  142  144  146  148  150  150  151  152  153
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  157  158  158  158  159  159  158  158  157  156  156  155  154  153  153
+  151  151  149  148  147  146  145  143  142  142  140  139  138  137  136  135
+  133  131  129  128  125  123  121  117  116  113  109  109  107  105  105  104
+  105  105  107  108  111  114  115  122  127  131  135  138  140  143  145  147
+  148  150  151  152  153  154  156  156  157
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  158  158  158  158  159  159  158  159  158  158  157  157  157  156  156
+  154  153  153  152  151  150  149  148  148  146  146  144  143  142  140  139
+  138  137  136  134  132  131  130  128  128  126  125  124  123  123  123  122
+  124  124  125  126  128  130  130  134  136  138  141  143  144  146  147  148
+  150  151  152  153  154  155  156  156  157
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  155  155  156  156  156  156  156  156  156  156  156  156  155  154  154
+  154  153  153  152  152  151  151  150  150  149  148  148  147  146  145  145
+  144  143  142  141  141  141  140  140  138  139  139  138  138  137  138  138
+  138  139  139  140  141  141  141  143  144  144  145  146  147  148  149  150
+  150  151  151  152  153  153  154  154  155
+    10                                                      END OF TEC MAP     
+    11                                                      START OF TEC MAP
+  2010    12     4    20     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   67   67   67   67   67   67   67   67   67   67   66   66   66   66   65
+   64   64   63   63   63   63   62   62   62   61   62   61   61   61   61   62
+   62   62   62   62   62   62   62   63   63   63   64   64   64   64   64   64
+   65   65   65   65   65   65   65   65   65   66   65   66   66   66   66   66
+   66   66   67   67   67   67   67   67   67
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   66   67   67   67   68   68   68   68   68   68   67   67   66   66   65
+   64   63   62   61   60   59   57   57   56   56   55   55   54   53   54   53
+   54   54   55   56   56   57   58   59   59   60   61   61   62   63   63   63
+   64   64   64   64   64   64   64   64   63   64   64   64   64   64   64   64
+   64   64   64   64   65   65   65   66   66
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   62   62   63   63   64   64   65   66   66   66   67   66   66   66   65
+   64   62   60   59   57   55   52   51   49   48   46   45   45   45   45   46
+   47   48   48   49   51   52   54   55   57   58   59   60   61   62   62   62
+   63   63   62   62   62   62   61   61   61   61   61   61   60   60   60   60
+   59   59   60   60   60   60   61   61   62
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   55   56   57   58   60   61   63   64   67   68   70   70   71   70   69
+   67   64   62   60   57   53   49   44   42   40   39   38   38   38   38   39
+   40   41   43   44   46   47   49   51   53   54   56   57   58   59   59   60
+   61   62   61   61   59   58   57   57   57   57   56   57   56   55   54   54
+   55   54   54   54   54   54   54   55   55
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   49   50   52   54   56   59   62   64   67   69   72   73   73   73   72
+   70   66   62   58   54   50   44   41   39   37   36   34   34   34   34   35
+   37   38   39   40   42   43   45   46   49   49   51   53   54   55   56   56
+   56   57   58   57   55   54   53   53   52   52   52   52   50   50   50   50
+   50   49   49   48   48   48   48   48   48
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   45   47   49   51   54   58   61   65   69   73   75   77   79   79   78
+   75   72   69   64   58   53   47   43   38   36   35   34   33   33   34   34
+   34   35   36   37   38   39   40   42   43   44   46   47   49   50   52   53
+   53   53   52   52   51   49   49   48   48   47   46   45   44   44   44   45
+   45   45   44   43   43   43   43   43   44
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   43   46   48   51   55   59   63   68   73   77   80   83   86   86   86
+   87   84   78   73   67   58   53   49   42   38   37   36   35   35   35   35
+   35   35   36   36   36   36   37   39   39   40   41   42   45   46   47   48
+   48   49   48   47   45   44   43   43   42   41   41   39   39   39   40   40
+   41   41   41   41   41   41   40   41   42
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   46   48   52   56   60   64   68   73   78   83   87   90   93   96   99
+   98   95   90   84   75   67   60   55   49   44   42   41   39   38   38   38
+   38   37   36   35   35   35   35   36   37   37   37   38   40   42   43   44
+   44   45   44   43   41   40   39   38   37   37   37   36   36   37   38   39
+   40   41   41   40   41   40   41   42   43
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   52   55   59   64   68   72   76   81   85   90   94   98  103  107  109
+  110  106  101   94   84   76   68   61   56   50   47   45   44   42   41   40
+   41   40   38   36   34   34   34   34   34   35   36   36   36   38   39   40
+   41   42   41   40   40   39   38   38   37   37   37   37   37   37   39   41
+   42   42   42   43   43   43   44   46   48
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   59   64   70   74   80   84   86   90   94   99  102  108  113  116  119
+  119  117  112  105   95   86   77   69   63   57   53   50   48   46   45   44
+   43   44   41   37   35   33   34   34   33   33   34   36   36   37   38   39
+   40   42   42   42   41   42   42   42   41   42   42   42   41   42   43   44
+   45   46   47   47   47   48   50   52   55
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   67   73   79   86   92   96   99  101  105  109  112  116  120  125  127
+  126  125  120  114  106   95   87   78   72   66   60   57   53   51   49   47
+   45   44   43   39   36   34   34   36   36   37   37   38   40   41   42   44
+   44   46   47   47   46   47   47   48   48   48   48   48   49   49   49   50
+   51   51   52   53   53   54   55   58   62
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   74   81   89   96  103  108  111  113  115  117  121  124  127  130  132
+  132  131  127  121  113  104   96   88   81   75   68   63   59   56   53   51
+   48   45   44   42   40   38   39   41   42   43   44   45   46   48   49   50
+   51   52   53   54   53   54   55   56   55   55   55   55   56   56   56   57
+   57   58   58   59   59   59   60   63   68
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   80   88   98  105  112  118  122  125  126  127  129  130  133  135  136
+  136  134  131  125  118  111  104   96   89   82   76   69   64   60   56   54
+   50   47   46   45   45   44   46   48   50   52   54   55   56   58   59   60
+   60   60   61   61   61   62   63   63   63   62   62   62   62   62   61   62
+   64   64   63   63   63   62   64   67   73
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   86   96  104  112  119  125  131  134  135  135  135  136  137  139  139
+  138  137  133  129  122  116  109  102   95   88   83   75   68   64   59   57
+   53   51   51   51   52   53   56   58   61   63   65   66   67   69   70   71
+   70   69   70   70   69   68   69   69   69   68   67   67   67   66   66   66
+   68   67   66   66   66   65   67   70   77
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   92  101  110  118  125  131  137  141  143  142  141  141  141  141  141
+  139  137  134  131  126  120  114  107  101   94   88   79   73   68   63   60
+   57   56   57   58   60   63   66   69   72   75   77   77   79   80   81   82
+   81   79   78   79   77   74   74   74   73   72   73   72   72   72   70   70
+   69   69   67   68   68   68   70   75   83
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   98  107  115  122  128  135  142  147  149  149  147  147  145  144  142
+  140  138  135  132  128  124  118  113  106   99   92   85   79   74   68   64
+   61   61   63   65   69   73   76   79   81   83   85   88   90   93   93   93
+   92   88   87   86   83   80   78   77   77   76   76   76   76   76   74   73
+   72   70   69   70   73   72   74   81   89
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96  105  113  120  126  133  139  146  151  154  155  153  152  149  146  144
+  142  138  136  134  131  128  124  118  112  106   98   91   85   79   73   68
+   65   65   69   72   76   81   84   86   88   90   93   96   99  101  102  101
+  101   97   95   92   89   86   83   81   80   79   80   80   80   80   78   76
+   75   74   72   73   76   76   79   88   96
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  104  113  120  126  131  137  142  150  156  158  159  158  157  155  151  147
+  144  140  138  137  135  132  130  125  119  113  105   97   91   84   78   73
+   70   71   74   78   82   86   89   92   93   96   98  100  104  106  107  107
+  107  104  102   98   95   90   86   84   81   81   82   83   84   83   82   80
+   78   77   75   75   78   79   84   94  104
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  120  126  131  135  140  146  153  158  161  162  163  162  161  156  151
+  147  143  141  141  140  138  136  132  127  120  112  104   96   89   82   76
+   74   76   79   84   87   91   94   96   97   99  101  103  106  108  109  109
+  109  108  106  102   98   93   88   84   81   80   81   83   84   85   83   82
+   80   79   78   78   79   82   89   99  110
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  125  132  137  140  143  149  154  159  163  165  166  167  166  162  156
+  151  147  145  144  144  144  143  140  135  127  119  111  101   93   86   81
+   80   82   85   89   92   95   97   98  100  101  102  103  105  107  108  108
+  108  108  106  102   98   91   86   82   78   77   79   81   83   83   83   82
+   80   79   79   80   82   87   95  105  116
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  131  138  141  144  147  150  155  160  163  166  169  171  172  169  164
+  158  153  150  149  149  149  149  147  143  134  126  117  106   97   90   87
+   87   88   92   94   96   98  100  100  101  101  101  102  103  104  104  103
+  103  103  103  100   95   89   84   80   76   75   77   79   81   82   81   80
+   79   79   80   81   85   91  101  111  122
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  136  143  146  148  150  153  156  160  163  166  170  174  176  175  172
+  166  160  156  154  153  154  154  152  148  142  133  123  113  102   97   96
+   95   96   98  100  101  101  101  100  101  100  100  100  100   99   98   96
+   97   97   97   95   92   87   82   78   75   75   76   78   79   79   78   77
+   77   77   78   82   87   95  105  116  127
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  140  148  152  154  156  158  159  161  162  165  170  174  179  181  178
+  173  167  162  159  157  156  156  156  153  148  140  130  120  109  105  105
+  105  106  106  107  106  105  102  102  101  101  101   99   98   95   93   91
+   91   91   92   91   89   85   83   79   76   76   76   78   78   78   76   75
+   74   74   77   82   90   99  110  120  131
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  145  153  158  161  163  165  163  163  164  166  169  174  180  183  184
+  180  174  168  163  159  158  159  159  158  153  146  137  127  118  114  116
+  117  118  116  115  112  108  106  105  104  103  102  100   96   93   89   87
+   87   87   88   88   86   84   83   80   79   79   79   79   78   77   75   73
+   71   72   76   82   92  104  116  126  135
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  151  160  166  170  172  174  171  169  169  169  171  174  179  185  187
+  185  181  174  168  162  161  162  163  163  160  154  147  139  131  128  129
+  131  130  127  125  118  112  110  109  108  107  104  101   97   92   89   86
+   86   85   85   85   85   84   83   83   83   82   81   81   79   79   76   72
+   70   71   75   83   95  109  121  132  142
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  160  170  178  182  185  186  184  180  179  178  176  176  179  184  188
+  188  185  179  172  167  164  165  168  169  167  165  160  154  149  147  146
+  147  145  139  133  124  118  115  113  111  109  106  102   98   92   90   88
+   87   86   85   84   83   84   85   85   85   85   83   83   81   80   77   72
+   70   71   77   86  100  114  128  141  150
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  169  181  193  200  203  204  202  199  196  195  190  182  182  184  189
+  190  187  182  177  171  169  170  173  177  179  178  176  173  171  171  167
+  166  160  152  143  132  124  120  117  114  111  107  102   98   94   92   90
+   89   87   85   83   83   84   85   85   86   85   85   84   82   80   77   74
+   72   72   80   91  106  121  136  149  159
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  181  194  209  219  227  230  231  230  226  220  212  198  191  189  190
+  191  190  186  181  176  175  177  182  188  193  196  196  197  199  199  193
+  188  179  167  153  140  130  125  121  117  112  108  103   98   94   93   91
+   91   88   86   84   83   83   84   85   85   85   84   84   81   79   78   75
+   73   75   83   96  112  128  143  157  169
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  192  208  226  240  252  262  269  269  266  255  242  222  208  199  197
+  195  194  191  186  182  181  184  191  199  208  215  219  223  227  228  220
+  211  198  179  161  146  136  129  123  118  113  107  101   97   94   92   91
+   90   89   87   86   84   83   84   84   83   83   83   82   80   79   78   78
+   76   78   86  101  118  135  151  166  178
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  204  223  243  259  277  294  309  315  312  300  279  252  231  216  208
+  204  201  197  193  190  189  193  203  214  226  236  244  249  252  250  242
+  226  205  183  164  150  140  132  125  119  113  106  100   95   91   90   89
+   89   89   88   87   85   84   84   83   82   82   81   79   78   78   78   79
+   80   81   89  105  123  142  158  173  189
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  216  236  257  278  300  323  349  362  361  350  322  290  261  240  226
+  218  211  205  201  199  200  205  217  232  248  259  268  272  272  267  253
+  232  207  181  165  153  144  135  128  120  113  106   99   94   90   87   86
+   87   89   89   88   87   85   84   81   80   80   78   76   75   75   77   79
+   82   84   92  108  128  146  164  180  198
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  206  225  247  268  291  317  347  375  395  402  388  360  327  295  271  251
+  237  226  218  214  211  213  220  234  252  269  281  290  293  289  277  257
+  230  204  183  168  157  148  140  132  123  114  107  101   95   90   86   85
+   86   88   89   89   88   86   84   82   80   79   77   75   73   72   74   77
+   81   85   95  111  131  150  168  186  206
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  232  253  274  298  324  354  385  408  421  412  389  359  328  301  279
+  260  245  235  230  228  230  237  252  272  289  301  309  309  301  285  260
+  230  205  186  173  163  155  146  137  126  118  112  106  101   95   89   87
+   87   88   90   91   91   89   87   85   83   81   78   76   72   71   72   76
+   80   85   96  114  134  153  171  191  212
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  217  237  257  278  300  325  350  377  399  416  415  400  379  354  330  306
+  285  267  254  250  248  250  258  272  290  307  318  323  322  312  294  266
+  234  209  192  181  172  163  155  145  134  126  121  117  113  106   98   94
+   94   95   94   95   96   94   93   91   88   85   82   79   75   73   72   75
+   79   85   97  115  136  155  173  194  217
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  220  241  261  281  302  324  344  363  381  396  402  396  385  371  353  331
+  310  293  276  270  269  271  280  294  309  322  331  334  332  321  303  275
+  245  218  202  191  182  173  165  156  146  139  136  133  130  123  114  109
+  108  106  104  103  103  102  101   99   96   92   88   84   81   77   76   77
+   81   87   99  118  139  157  176  197  220
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  222  244  264  284  307  326  340  351  362  374  381  382  380  377  368  351
+  332  316  300  292  289  292  302  314  326  336  343  344  340  331  313  285
+  257  231  213  202  193  185  178  169  161  156  157  157  153  146  137  131
+  128  123  118  115  114  112  110  107  103   99   95   92   88   84   82   82
+   84   89  101  121  141  159  177  198  222
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  222  245  266  289  312  332  343  345  349  356  361  367  371  375  375  365
+  350  336  322  313  307  311  319  330  340  348  354  353  348  339  321  297
+  267  243  225  213  204  199  193  185  180  177  178  180  177  170  162  155
+  151  142  134  129  125  122  120  116  111  106  103   99   96   92   89   87
+   89   94  105  124  143  160  177  198  222
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  218  243  268  293  319  341  351  352  351  350  352  357  363  371  376  372
+  361  349  338  330  325  326  332  342  351  358  365  361  355  345  328  306
+  279  253  236  225  217  212  208  203  197  194  196  200  198  192  186  179
+  173  162  150  141  134  130  127  121  115  111  107  104  101   98   96   94
+   95   99  110  127  144  159  175  195  218
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  214  239  266  295  327  352  365  367  363  359  357  358  363  371  377  375
+  367  358  350  343  338  338  343  351  361  368  371  367  360  350  335  315
+  288  261  245  237  229  223  218  215  211  209  210  213  213  209  204  196
+  188  174  160  147  139  135  130  124  117  113  110  107  104  103  101   99
+  100  104  114  129  144  158  172  191  214
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  208  232  261  293  331  360  378  385  383  377  373  371  372  376  380  379
+  373  366  360  354  349  347  352  360  371  377  377  372  366  355  341  322
+  296  269  254  245  237  229  224  220  217  214  214  218  217  216  212  203
+  193  176  160  147  138  133  128  123  117  112  108  106  105  104  104  103
+  104  108  117  131  144  156  169  186  208
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  224  254  287  325  361  386  399  403  399  395  391  389  388  389  386
+  380  374  370  365  359  357  362  371  381  386  385  380  373  363  348  328
+  304  278  261  249  241  232  224  220  213  209  209  212  212  211  210  201
+  191  170  154  141  133  129  125  120  115  110  106  103  103  104  105  105
+  107  111  120  133  144  155  166  182  200
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  215  243  275  313  350  380  403  413  416  415  411  405  402  399  395
+  388  382  378  373  369  367  372  381  390  395  393  387  380  370  355  334
+  309  284  266  252  243  235  226  215  207  201  198  199  200  200  196  188
+  176  159  144  133  126  123  121  117  113  108  103  100   99  101  104  106
+  109  116  125  135  146  155  164  177  194
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  207  230  259  293  328  363  390  409  420  425  424  418  412  407  402
+  394  387  382  378  376  376  381  389  396  400  398  391  385  374  358  336
+  310  285  267  253  243  235  224  210  199  190  184  184  185  184  178  168
+  157  143  130  122  117  115  115  113  110  106  101   97   96   99  103  106
+  111  118  129  139  148  156  164  175  189
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  201  219  242  268  298  332  363  389  408  420  423  420  415  410  405
+  397  389  381  377  377  380  385  392  398  402  402  395  387  373  354  331
+  307  283  264  249  239  229  216  201  187  177  170  168  166  163  154  144
+  134  125  116  112  110  109  110  109  107  104  100   96   95   96  100  105
+  111  121  132  143  152  160  167  177  187
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  190  200  211  226  245  267  295  327  356  381  400  410  410  407  404  400
+  394  386  378  374  375  378  384  390  396  399  399  391  379  363  343  321
+  298  275  256  242  230  219  204  189  174  162  155  150  146  141  132  123
+  115  109  105  104  104  105  105  105  105  103  100   97   95   96   98  104
+  112  122  134  146  156  164  172  181  190
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  201  209  217  225  240  261  289  318  345  369  384  388  390  390  387
+  383  376  369  366  367  371  376  381  385  387  384  377  362  346  328  306
+  284  265  247  232  218  205  192  175  160  148  141  135  129  123  116  107
+  102   99   99  100  102  102  103  104  104  103  101   99   97   96   99  104
+  112  123  135  148  159  169  178  186  194
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  199  204  208  211  214  223  235  256  282  308  332  349  358  364  366  365
+  363  358  354  350  353  356  360  363  365  367  363  355  341  326  309  289
+  269  252  235  219  204  192  177  162  146  134  127  121  115  109  103   97
+   95   96   99  102  102  101  102  102  104  104  102  101   98   98  100  105
+  113  123  135  148  161  172  182  191  199
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  201  207  209  210  208  211  218  234  256  277  298  313  324  332  336  339
+  338  333  330  328  331  334  337  339  340  340  336  328  317  302  287  269
+  252  237  223  207  192  178  164  148  133  123  116  111  105   99   95   92
+   93   98  103  105  103  101   99  100  101  102  102  100   98   98  100  105
+  113  122  133  147  160  172  183  193  201
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  206  209  209  207  207  210  221  236  253  269  282  292  299  304  307
+  307  302  301  302  305  307  310  311  312  311  307  299  290  278  265  250
+  236  221  208  193  179  166  151  136  123  114  108  103   98   94   92   93
+   95  103  108  109  104   99   95   93   94   94   95   95   93   94   98  104
+  111  120  132  144  156  168  180  190  200
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  203  206  208  207  207  208  215  225  236  247  257  263  269  272  274
+  273  269  268  271  273  276  280  281  282  281  277  273  264  255  245  234
+  222  208  194  181  167  154  140  127  115  107  103   98   95   92   92   96
+  100  108  112  110  104   96   89   84   83   83   84   85   84   87   92  100
+  108  118  129  140  152  163  174  185  195
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  195  200  204  206  207  209  213  220  226  231  236  240  242  243  242
+  240  236  236  239  241  245  250  252  253  252  250  248  243  237  230  221
+  210  196  183  170  157  146  133  120  110  103   99   96   93   91   93   98
+  103  109  112  108  101   92   83   77   74   73   73   74   76   79   86   94
+  105  115  125  135  146  157  167  178  188
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  185  192  198  202  206  209  212  217  219  221  222  223  223  220  216
+  211  207  205  208  212  217  222  225  228  228  228  228  226  223  218  211
+  201  188  176  164  152  141  129  117  108  102   98   94   91   90   92   98
+  103  106  107  103   96   87   78   72   68   66   66   67   70   74   81   90
+  101  111  121  131  140  149  159  168  178
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  174  181  189  195  200  206  209  213  214  214  213  211  208  203  196
+  189  184  182  184  188  194  200  204  207  209  211  212  212  211  209  202
+  193  183  172  161  150  140  129  119  109  103   99   94   90   88   90   95
+   99  101  100   97   90   83   76   70   66   63   63   64   68   72   79   87
+   98  109  118  126  134  142  151  159  167
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  163  171  178  185  192  197  202  206  208  208  207  203  198  192  183
+  175  169  166  168  171  177  184  188  193  196  199  201  202  203  200  195
+  188  180  170  161  151  143  132  123  114  107  100   94   89   86   87   90
+   93   93   93   90   86   81   76   70   67   64   64   65   68   72   78   87
+   97  107  115  122  128  135  142  149  156
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  153  160  166  173  179  186  192  196  199  199  198  195  191  183  175
+  166  161  158  159  162  168  174  180  184  187  190  193  195  194  193  189
+  183  176  169  162  155  147  137  128  118  110  103   95   89   85   84   85
+   86   86   85   83   82   80   78   74   72   70   69   70   72   75   80   88
+   97  106  113  119  124  129  135  141  147
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  145  150  155  160  166  172  178  183  186  188  189  188  183  176  169
+  161  156  153  155  158  163  168  173  177  181  183  185  185  185  184  181
+  177  172  168  162  157  150  142  133  124  114  106   97   90   85   82   81
+   80   79   79   79   80   80   81   80   80   79   78   78   79   82   86   91
+   97  105  111  116  120  125  130  135  139
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  138  141  144  148  152  157  162  167  171  174  176  176  173  169  162
+  157  152  150  151  154  158  163  168  171  174  175  175  175  175  174  172
+  170  167  165  162  158  152  146  137  127  118  108   99   92   85   81   78
+   76   75   75   77   79   83   86   88   89   89   90   89   90   91   92   94
+   98  104  109  113  117  121  126  131  135
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  135  136  137  138  140  144  147  151  155  159  162  163  162  159  155
+  150  147  145  147  150  154  158  161  165  166  166  165  164  164  164  163
+  162  161  160  159  157  152  146  139  130  120  111  102   93   86   80   78
+   75   74   74   76   80   86   91   96   99  101  101  101  101  100  100  100
+  101  104  107  110  113  118  123  128  132
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  132  133  133  133  133  133  135  137  140  143  146  147  147  146  143
+  140  138  138  140  143  147  150  152  156  157  155  153  152  152  152  153
+  153  154  155  154  153  150  145  138  130  121  112  104   95   87   82   79
+   76   74   74   77   83   90   97  103  108  111  112  112  111  109  107  105
+  104  105  106  108  111  115  120  125  129
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  131  132  132  131  129  128  128  128  129  130  131  132  132  132  130
+  128  128  129  132  134  137  140  142  144  146  144  141  140  141  142  143
+  145  146  147  148  147  145  141  135  128  120  112  104   96   88   83   80
+   77   75   76   79   86   94  102  109  115  119  120  120  118  116  114  111
+  108  107  107  108  111  114  119  124  128
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  133  135  134  133  131  129  127  124  123  122  121  120  119  119  117
+  117  118  119  122  125  127  130  134  135  135  134  132  132  133  134  135
+  137  140  140  141  141  140  136  131  124  117  111  103   96   88   83   80
+   78   77   78   82   90   99  106  113  119  124  126  126  124  122  119  115
+  112  109  109  111  112  116  121  126  130
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  137  140  140  139  136  133  130  126  123  119  117  114  112  110  109
+  108  109  111  113  116  119  123  127  128  127  127  126  126  128  129  131
+  132  134  134  135  135  134  130  125  119  113  107  100   93   87   81   78
+   77   79   81   86   93  102  109  116  122  126  129  129  127  125  122  118
+  116  114  114  115  118  121  126  131  135
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  143  146  148  148  147  145  141  137  133  128  123  119  114  111  109  107
+  106  106  107  109  111  113  117  122  123  123  124  124  125  126  127  128
+  129  130  130  130  129  127  123  118  113  107  101   93   87   81   78   78
+   77   81   85   89   95  103  111  117  123  127  129  130  130  128  126  123
+  122  120  120  122  125  129  133  138  143
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  156  158  158  157  155  151  147  142  137  131  125  121  117  113  111
+  110  109  109  110  111  113  116  119  122  124  124  125  127  128  129  129
+  129  128  127  126  123  120  115  110  105  100   94   88   81   77   75   75
+   75   81   85   89   96  103  110  116  122  126  128  129  130  129  128  127
+  127  128  128  131  134  139  144  148  153
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  165  168  167  167  165  161  157  152  147  141  136  131  126  122  119
+  117  116  116  116  117  118  120  122  124  126  128  129  130  130  130  130
+  129  126  124  121  118  114  109  104   99   94   89   85   80   76   74   75
+   74   78   83   88   93  100  108  115  120  124  127  129  130  131  131  132
+  133  134  137  140  145  150  155  159  162
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  173  175  175  174  173  170  166  162  157  152  147  143  138  133  130
+  129  127  126  126  126  127  128  129  130  131  132  133  133  133  132  131
+  128  125  121  118  114  109  105  100   95   91   87   83   81   78   75   75
+   74   78   82   86   91   97  103  110  117  123  126  129  131  133  135  136
+  139  142  145  151  156  160  164  167  171
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  178  180  180  179  178  176  173  169  166  162  157  153  149  146  143
+  140  139  138  137  137  137  137  137  137  137  137  137  136  135  133  130
+  127  123  119  115  111  106  102   98   94   90   87   85   81   80   79   78
+   78   80   82   86   89   93   98  105  111  119  124  128  133  135  138  143
+  148  151  155  159  163  167  170  174  176
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  179  180  181  180  179  178  176  173  171  168  164  161  158  156  154
+  151  149  148  147  146  146  145  144  143  142  141  139  137  135  133  129
+  126  122  119  114  110  106  102   99   96   92   90   88   86   84   84   84
+   84   85   87   90   92   95   98  101  106  114  126  132  138  143  146  149
+  153  156  160  163  167  170  173  175  177
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  176  177  177  177  177  176  174  173  171  169  167  165  163  161  159
+  157  156  154  153  152  151  150  148  146  144  143  141  138  135  132  130
+  127  123  120  116  113  109  106  104  101   99   97   96   95   94   94   94
+   94   96   98   99  102  105  110  114  121  128  135  138  142  145  149  152
+  155  158  161  164  166  169  171  173  175
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  169  170  170  170  170  169  169  168  167  166  165  164  163  162  160
+  159  157  156  155  154  152  151  149  148  146  144  142  140  138  135  132
+  130  129  126  123  121  119  117  114  113  112  110  110  108  110  109  110
+  110  111  113  116  119  121  124  128  132  134  139  142  144  147  149  151
+  154  156  158  160  163  164  166  167  168
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  158  159  159  160  159  159  160  159  159  158  158  158  157  156  156
+  155  154  153  153  152  151  150  149  148  146  145  144  143  142  140  139
+  138  136  135  134  134  133  131  131  130  130  129  129  129  128  129  130
+  130  131  131  133  133  135  137  138  139  141  143  145  146  148  148  150
+  151  152  152  154  155  156  157  157  157
+    11                                                      END OF TEC MAP     
+    12                                                      START OF TEC MAP
+  2010    12     4    22     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   63   64   64   64   65   65   65   65   65   65   65   65   64   64   64
+   63   63   62   62   61   61   60   60   60   59   59   58   58   58   57   58
+   58   57   57   57   57   57   57   57   57   57   57   57   57   57   57   57
+   57   57   57   57   57   57   58   58   58   58   59   59   59   59   60   60
+   60   60   60   61   61   62   62   63   63
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   64   65   66   67   67   69   69   69   69   69   69   68   67   67   65
+   64   63   61   60   59   58   56   55   54   54   53   53   53   53   54   53
+   53   53   53   54   54   54   54   53   54   54   53   53   53   53   52   52
+   52   51   51   51   51   51   52   52   52   53   54   54   55   55   55   55
+   56   56   57   58   59   60   60   62   62
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   64   66   67   69   69   71   71   72   72   72   71   70   69   67   65
+   64   62   61   59   56   53   50   49   48   48   47   47   47   47   48   48
+   49   49   50   50   51   51   51   51   51   51   50   50   49   49   48   47
+   46   46   45   45   45   45   46   46   46   47   48   49   49   49   49   50
+   50   51   52   54   55   56   59   61   62
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   63   65   68   70   72   73   74   75   75   75   74   72   70   68   65
+   62   58   54   51   47   48   45   43   40   38   38   38   39   40   41   42
+   44   45   46   47   48   48   48   48   48   48   47   46   45   44   43   43
+   42   41   40   40   40   40   40   41   41   42   42   42   42   43   43   44
+   45   46   48   50   51   54   56   59   61
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   64   67   70   72   73   75   76   77   78   78   77   75   74   71   68
+   63   58   53   48   43   39   36   34   32   31   32   33   34   35   37   40
+   42   43   45   46   47   48   47   46   46   45   44   43   41   40   39   39
+   38   37   36   36   36   36   36   36   37   37   37   37   38   38   39   40
+   41   42   44   46   49   52   55   58   61
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   67   70   72   75   77   78   79   80   82   82   82   82   79   76   72
+   68   62   56   48   43   38   33   30   29   29   29   30   31   33   35   38
+   40   42   44   45   45   45   45   44   43   42   41   40   39   36   36   36
+   35   34   33   32   32   33   33   34   35   35   35   36   36   36   37   37
+   38   40   42   45   48   53   57   60   63
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   72   75   77   79   81   83   84   86   89   91   91   91   89   87   81
+   75   68   58   51   44   38   31   28   27   28   28   30   32   34   36   37
+   39   42   43   43   43   42   42   41   40   39   38   37   35   34   33   34
+   33   32   31   30   30   31   32   33   35   36   36   37   37   37   37   37
+   37   40   43   47   51   56   61   65   69
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   80   83   86   88   89   90   92   95   97   99  100  101   99   94   90
+   82   73   63   55   48   41   34   30   28   28   29   31   34   36   37   39
+   39   40   41   41   39   38   38   37   37   35   34   34   33   32   32   31
+   31   31   30   30   30   31   33   35   37   38   39   39   38   39   39   38
+   40   42   45   50   55   62   68   73   77
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   91   94   96   97   98   99  101  104  106  108  109  109  107  103   98
+   88   78   69   60   51   43   38   34   32   31   32   34   36   38   39   40
+   41   40   41   40   38   35   34   34   34   34   33   33   32   32   32   31
+   30   32   32   32   33   35   37   39   40   42   42   43   42   42   42   42
+   43   45   49   54   61   69   76   82   87
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97  101  106  108  109  109  110  111  112  114  116  117  117  115  111  105
+   96   85   76   66   57   48   41   37   35   34   34   36   38   40   42   42
+   42   42   40   39   37   34   32   32   33   33   33   34   34   35   35   34
+   33   35   36   37   38   40   42   44   45   46   47   48   48   47   47   47
+   47   50   54   59   66   75   84   91   97
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105  112  116  120  121  120  119  119  120  121  123  124  123  121  118  111
+  103   92   83   73   65   54   47   42   40   38   38   39   41   44   44   44
+   44   45   42   39   37   35   33   33   35   36   37   39   40   41   42   42
+   41   41   43   44   45   46   48   50   50   52   53   54   54   53   51   51
+   51   53   58   65   73   82   91   99  105
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  113  119  125  128  129  129  128  127  126  127  129  129  128  125  122  115
+  107   98   89   79   72   60   53   48   45   44   42   43   45   48   48   47
+   47   47   45   40   39   39   38   38   40   43   45   48   49   50   50   51
+   51   50   51   52   52   53   54   55   58   59   59   59   58   56   55   54
+   55   58   63   71   80   90   98  106  113
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  124  129  134  136  136  135  133  131  131  132  132  131  129  124  118
+  110  101   93   84   75   67   60   54   50   49   48   49   50   51   53   52
+   51   51   50   46   45   45   46   48   51   53   56   60   61   62   62   61
+   61   60   60   61   61   60   60   60   62   64   64   61   60   59   57   57
+   58   62   68   77   87   95  103  110  117
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  127  133  139  141  142  141  139  136  134  134  134  133  130  125  119
+  111  103   95   88   80   73   67   62   57   54   53   55   55   56   58   58
+   56   56   55   55   55   57   59   61   64   67   70   74   74   75   73   73
+   72   71   70   69   69   66   65   64   65   65   64   61   62   65   63   61
+   64   68   75   83   92  100  107  114  121
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  125  131  137  142  146  148  147  145  142  138  136  135  133  129  125  119
+  112  105   98   92   85   80   73   69   64   60   57   61   61   61   63   65
+   63   64   65   66   68   70   73   75   77   80   83   86   87   86   84   83
+   81   79   77   77   75   71   69   68   67   66   64   60   64   74   71   66
+   69   74   81   90   97  105  113  119  125
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  135  141  146  151  154  154  153  150  144  139  136  134  130  125  119
+  113  107  102   97   91   86   80   76   72   68   66   67   68   69   71   72
+   72   73   75   77   80   83   85   87   89   91   93   95   97   96   93   90
+   88   85   83   82   79   75   73   71   70   69   67   64   65   75   74   71
+   74   80   88   95  103  110  118  124  130
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  140  146  151  156  160  162  161  157  150  143  139  136  131  126  122
+  117  111  107  103   97   93   88   83   81   77   74   74   75   77   78   79
+   79   82   84   87   90   93   95   97   98  100  101  103  104  103  100   96
+   92   90   87   85   82   79   77   75   73   72   71   68   68   73   74   76
+   80   88   94  101  108  115  123  129  135
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  146  151  156  162  166  169  168  166  158  149  144  139  135  130  126
+  123  118  113  110  105  101   96   92   89   85   83   82   81   83   84   85
+   86   88   91   93   96   99  101  103  105  107  107  107  108  107  104  100
+   97   94   91   89   86   83   81   79   77   75   74   73   73   76   79   82
+   87   94  100  107  113  120  128  134  140
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  153  157  161  166  171  174  175  172  165  157  150  145  141  136  133
+  130  126  122  119  114  110  105  101   96   93   90   88   87   88   88   89
+   89   91   94   95   99  101  104  106  108  108  108  109  110  109  106  102
+   99   97   94   92   89   86   84   81   80   77   76   76   77   79   83   88
+   94  100  106  112  120  126  134  141  147
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  161  164  166  169  173  176  178  177  173  166  158  153  147  144  142
+  139  136  132  128  123  118  113  109  104  100   95   92   93   93   92   91
+   92   93   95   97   99  101  104  105  106  106  107  108  110  109  106  102
+   99   95   93   91   89   87   84   82   80   78   78   78   79   82   87   93
+   99  105  111  118  125  132  141  149  156
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  170  171  171  170  172  175  178  180  180  175  168  161  156  152  150
+  147  145  141  137  132  126  120  116  109  105   99   96   96   97   96   94
+   94   95   96   97   98  100  101  102  102  102  104  106  108  107  104  100
+   96   93   90   89   87   86   83   81   79   78   78   79   80   84   90   97
+  104  110  115  121  129  138  149  158  166
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  181  180  176  172  171  173  176  181  184  182  176  170  165  160  157
+  155  152  148  144  139  134  128  122  112  109  105   99   99  101  100   98
+   98   99   98   98   97   98   97   97   98   99  101  105  106  106  102   96
+   92   88   87   86   86   84   82   80   78   78   78   79   81   85   91  100
+  108  114  119  125  133  145  157  170  178
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  195  191  183  175  170  169  173  179  185  187  184  178  172  167  163
+  160  155  152  147  144  139  133  126  116  113  112  106  103  104  104  103
+  103  103  101  100   98   96   95   94   95   96   99  103  104  103   99   93
+   88   85   84   84   84   83   81   79   77   77   78   79   81   85   93  102
+  112  118  124  129  139  152  167  181  192
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  208  211  206  196  183  173  169  170  176  184  188  187  182  177  172  167
+  163  158  153  149  145  141  136  129  120  118  117  112  109  109  109  109
+  110  109  107  103   99   96   94   93   94   96   99  101  103  101   97   90
+   85   83   82   82   83   82   80   78   77   76   77   78   81   86   95  106
+  116  124  130  136  147  161  179  196  208
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  227  232  229  218  201  185  176  173  176  183  187  187  184  180  175  170
+  166  160  155  151  146  143  140  133  126  124  123  119  118  117  118  118
+  119  118  114  110  105  100   96   93   93   95   98  100  101   99   94   89
+   83   81   81   82   83   82   80   78   76   74   75   78   82   89   98  110
+  121  130  137  144  157  173  193  213  227
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  253  264  265  252  231  211  195  185  182  184  187  187  185  182  177  172
+  166  161  157  152  149  147  144  138  132  130  130  128  128  129  132  132
+  131  130  126  119  113  105   99   95   94   95   98   99  100   98   92   87
+   82   81   82   83   82   81   79   77   75   74   75   78   83   92  103  115
+  127  138  145  154  168  187  209  233  253
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  282  305  314  302  278  253  228  211  197  193  191  189  186  183  180  174
+  168  163  158  156  154  153  150  145  139  137  138  140  142  143  145  144
+  143  141  137  130  121  111  102   96   95   95   98   99   98   96   90   85
+   81   80   81   82   82   81   78   75   73   73   74   77   84   95  107  120
+  133  145  154  165  180  202  225  255  282
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  310  343  368  365  340  311  278  251  226  211  202  196  191  188  184  178
+  171  167  163  162  160  160  157  153  148  147  149  155  157  158  158  156
+  154  150  144  137  126  115  105   98   96   95   97   97   96   93   88   83
+   80   78   79   80   80   78   75   72   70   71   72   76   84   98  113  127
+  140  151  162  175  192  215  242  274  310
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  333  378  412  423  406  374  346  305  268  241  223  209  201  196  192  185
+  178  174  170  169  168  168  165  161  159  161  166  171  174  173  170  166
+  161  156  149  140  129  117  106   99   96   95   96   96   94   90   86   82
+   79   78   79   78   77   75   72   70   70   71   72   76   86  101  118  134
+  148  159  170  184  203  227  254  290  333
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  344  395  439  465  461  435  400  359  316  279  250  231  217  208  202  194
+  187  183  179  177  176  174  172  170  169  174  182  189  191  187  180  173
+  166  159  150  140  129  117  106   99   96   95   95   93   91   88   85   82
+   80   79   79   77   75   72   70   69   70   71   73   77   87  104  123  140
+  153  165  177  192  212  236  264  299  344
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  343  392  439  471  481  465  441  403  362  320  284  257  237  225  215  206
+  197  193  188  185  183  181  178  177  178  183  194  204  204  197  186  176
+  167  158  149  139  128  116  106   99   95   93   93   90   89   87   85   82
+   81   81   79   77   74   71   69   69   69   71   73   76   86  105  126  143
+  157  169  183  200  219  243  271  303  343
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  333  373  415  448  467  463  451  429  395  354  316  285  260  243  231  219
+  208  200  196  192  191  189  189  188  189  195  204  212  211  201  188  176
+  166  157  146  137  126  116  107  100   95   92   90   89   87   86   85   84
+   84   82   79   77   73   70   68   69   69   70   71   74   86  106  129  147
+  160  173  188  205  225  249  274  302  333
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  324  351  381  410  431  437  434  427  409  377  342  310  283  265  249  234
+  220  209  202  200  199  200  202  202  205  211  215  218  214  202  189  176
+  166  156  146  136  127  118  110  103   97   93   89   87   87   87   87   87
+   86   85   82   78   74   70   69   69   70   70   72   75   87  107  130  149
+  162  175  191  208  229  252  276  299  324
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  313  328  349  371  390  399  404  408  404  386  358  329  304  285  267  251
+  233  219  210  207  208  212  218  223  226  230  227  222  216  205  192  179
+  168  158  147  137  130  123  116  108  101   94   90   89   89   90   91   91
+   92   90   87   82   77   73   72   73   73   72   74   78   89  109  132  149
+  163  176  192  210  231  255  278  299  313
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  310  316  325  339  352  363  374  385  390  382  362  340  319  301  283  266
+  248  232  220  216  218  225  235  243  248  250  242  231  222  211  201  188
+  175  163  153  142  136  130  123  116  107  100   95   94   94   96   98   99
+   99   98   94   89   83   79   78   79   78   77   78   82   93  113  134  150
+  163  176  192  211  233  257  281  300  310
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  316  318  321  326  333  340  351  365  375  375  363  346  331  315  298  279
+  262  247  235  228  231  242  254  265  270  270  260  245  234  223  213  200
+  185  173  161  151  144  140  134  125  116  109  104  104  103  105  108  111
+  111  109  105   98   91   86   87   86   84   83   83   87   98  116  136  151
+  163  176  192  211  234  260  285  305  316
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  329  334  335  337  338  340  345  357  367  369  361  350  338  326  310  292
+  274  260  251  244  249  261  276  286  290  287  276  260  248  236  225  210
+  194  182  171  161  155  153  147  138  128  122  118  117  117  120  123  124
+  124  121  116  108  101   97   95   92   89   87   87   92  104  120  138  150
+  162  174  191  210  234  261  289  313  329
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  346  357  363  365  364  361  361  366  371  370  363  354  345  334  321  304
+  287  274  266  263  269  282  296  306  307  302  289  273  261  248  233  216
+  204  193  182  173  169  166  162  153  143  137  134  132  133  135  137  136
+  134  130  125  117  110  103   99   95   91   89   90   96  108  124  139  150
+  160  172  189  209  232  261  293  324  346
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  360  382  395  403  402  396  390  389  386  380  371  361  353  343  330  315
+  301  291  286  285  291  300  313  320  320  313  300  284  271  257  238  222
+  212  203  193  184  181  179  175  164  155  152  150  148  149  150  149  146
+  142  137  130  122  113  106  101   96   91   89   92   98  110  125  138  149
+  158  172  187  206  230  258  292  329  360
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  365  399  423  436  438  433  424  415  407  395  383  372  363  352  339  326
+  315  311  309  310  314  319  327  331  328  320  305  289  276  264  244  228
+  219  211  202  193  190  187  181  171  165  163  163  164  163  160  156  152
+  145  139  131  121  113  105   98   93   89   88   91   98  111  126  138  147
+  157  169  185  203  226  253  286  325  365
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  358  400  435  458  466  465  452  439  424  410  395  383  372  361  348  337
+  331  330  331  333  336  339  343  342  335  324  307  290  280  268  249  232
+  222  214  206  198  193  188  179  172  170  169  170  171  168  163  157  152
+  144  137  128  118  109  100   93   88   86   87   91  100  113  126  137  146
+  156  169  183  200  221  246  277  315  358
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  341  384  426  458  474  477  465  449  433  418  403  389  378  366  355  348
+  345  346  348  350  352  354  356  352  343  328  308  292  281  265  248  232
+  221  213  205  196  190  183  174  169  168  169  170  169  165  159  152  147
+  139  132  124  114  104   95   88   84   84   86   93  104  116  126  136  145
+  156  169  183  199  217  239  266  300  341
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  320  359  400  436  459  466  458  442  427  414  402  390  378  367  359  354
+  353  355  357  359  359  361  361  358  347  329  310  291  280  265  246  232
+  220  209  200  189  181  173  164  160  160  163  164  162  156  151  144  138
+  131  124  118  109   99   91   85   82   83   88   95  108  119  127  136  145
+  157  170  185  200  216  234  257  285  320
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  299  332  367  400  418  431  429  419  407  397  390  381  371  363  356  353
+  355  357  358  360  361  362  361  358  346  330  309  291  277  262  246  231
+  217  204  193  181  171  162  154  151  152  153  153  150  144  138  132  127
+  121  115  109  102   95   89   84   82   85   91   99  110  119  127  136  145
+  158  172  188  203  217  232  250  273  299
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  280  305  330  355  374  388  387  380  373  370  367  364  357  351  346  345
+  347  350  352  353  355  355  355  352  343  327  307  288  271  257  241  226
+  211  197  184  172  159  151  144  142  142  141  140  136  130  125  120  115
+  110  106  101   97   92   88   85   84   88   95  103  112  119  127  136  146
+  159  174  190  206  219  232  245  261  280
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  265  280  299  316  329  339  339  338  336  337  338  338  336  331  329  328
+  330  334  335  338  339  340  342  341  334  320  301  281  263  247  232  217
+  203  188  175  161  147  139  134  132  131  128  126  120  115  111  107  105
+  101   98   94   93   91   89   88   89   93  100  106  113  119  127  135  146
+  160  176  192  207  221  232  242  252  265
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  252  262  274  284  292  298  298  299  299  303  307  308  308  307  305  305
+  307  310  312  315  317  320  325  326  321  310  291  273  254  236  219  206
+  193  178  163  149  137  129  123  122  120  115  111  106  102  100  100   97
+   94   93   92   92   92   92   92   94   98  104  109  115  120  127  135  146
+  159  174  191  206  219  230  238  245  252
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  244  249  255  260  264  265  266  267  267  270  275  278  280  280  279  279
+  280  285  287  290  293  298  305  308  307  298  282  264  246  225  208  194
+  181  167  153  139  129  122  117  114  111  106  102   96   94   94   95   94
+   92   91   92   94   94   96   95   97  100  105  110  115  120  127  134  144
+  157  171  187  202  215  226  234  240  244
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  237  240  242  244  245  245  244  243  242  243  246  249  251  253  251  253
+  255  259  262  265  268  275  283  289  289  282  269  254  236  217  199  185
+  171  158  143  131  123  118  114  110  106  100   96   91   91   93   94   94
+   93   92   94   96   98   98   97   96   98  103  107  113  118  125  132  142
+  153  166  180  195  207  218  227  233  237
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  229  232  234  234  234  233  231  228  225  222  222  222  223  225  226  228
+  232  236  239  242  246  253  261  268  270  264  253  241  224  207  192  178
+  164  150  135  125  118  114  111  106  101   96   92   90   92   96   97   97
+   95   94   95   98   99   97   95   93   93   96  102  108  115  122  129  138
+  149  160  172  186  198  208  217  224  229
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  220  223  225  227  227  226  223  218  212  207  202  201  200  201  204  206
+  211  217  220  224  227  234  241  248  251  246  236  226  213  200  186  172
+  158  144  130  120  114  109  105  101   97   93   90   91   94   99  101  100
+   97   96   96   97   97   94   91   88   87   90   96  103  110  118  126  135
+  143  154  164  175  186  196  206  213  220
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  207  212  216  219  221  221  217  212  204  196  189  184  182  183  185  190
+  195  201  205  208  212  218  225  230  232  229  221  212  203  192  180  168
+  154  140  126  116  110  105  101   97   94   91   90   91   97  102  103  102
+   98   96   96   95   95   91   87   84   83   86   92   99  108  115  123  130
+  138  146  155  164  174  184  193  201  207
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  198  203  208  212  213  212  206  197  188  179  173  170  171  173  178
+  183  188  194  198  201  206  212  217  218  215  210  203  197  188  177  165
+  151  136  123  113  108  102   98   94   91   89   89   92   98  103  104  101
+   98   96   94   93   92   88   84   81   81   83   89   97  106  114  120  126
+  132  139  147  155  163  172  180  187  193
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  183  189  194  199  203  202  197  190  181  172  166  164  163  166  170
+  176  180  186  191  195  198  202  207  208  207  204  200  194  186  176  165
+  150  135  122  113  107  102   97   92   89   88   89   91   95  100  101   99
+   97   95   93   92   90   87   84   81   81   83   89   97  106  113  118  122
+  127  132  140  147  153  160  167  173  178
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  168  172  178  183  187  188  185  180  173  166  161  159  159  161  165
+  170  175  181  185  189  192  195  198  200  201  200  198  193  186  177  165
+  150  136  124  115  109  103   98   93   88   88   88   90   93   95   96   95
+   94   93   92   91   90   88   86   85   85   87   92   99  107  113  117  119
+  123  128  134  140  145  151  156  161  164
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  154  156  161  165  169  171  170  168  163  159  156  155  156  159  162
+  167  171  175  179  183  185  188  191  194  196  196  194  191  186  177  166
+  152  139  128  119  112  105  100   95   90   88   88   88   89   90   91   91
+   91   91   91   91   92   92   91   91   92   95   98  103  109  113  115  117
+  120  125  130  136  141  145  148  150  152
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  144  144  146  148  151  153  153  153  152  150  150  150  152  155  158
+  162  167  170  173  175  177  180  183  186  188  189  190  188  183  177  166
+  155  143  132  124  117  111  105   99   94   91   89   86   86   86   86   87
+   88   90   92   94   96   98  100  101  102  104  106  109  113  115  115  115
+  118  122  127  133  138  141  143  144  144
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  139  137  135  135  136  137  137  138  139  140  142  144  147  150  153
+  157  161  163  166  166  168  170  173  176  179  181  184  183  179  174  166
+  156  147  137  130  124  118  112  106  100   95   92   87   84   83   83   85
+   87   90   93   97  101  105  108  111  113  114  115  117  117  117  115  114
+  117  121  125  131  135  139  141  141  140
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  139  135  130  127  125  125  125  126  127  130  133  136  140  143  146
+  149  152  155  156  156  158  161  164  167  170  173  176  175  173  170  164
+  157  149  143  137  131  126  120  114  107  102   97   90   86   84   84   85
+   88   91   96  101  107  113  117  121  123  123  124  122  121  119  117  116
+  117  120  125  130  135  139  141  142  141
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  142  137  131  125  122  119  118  118  119  121  125  128  132  135  137
+  139  142  143  145  145  148  151  154  158  161  164  166  167  166  165  161
+  156  151  147  142  138  133  128  122  115  108  103   96   90   87   86   87
+   90   94   99  105  112  119  124  128  130  130  129  127  124  121  119  118
+  119  123  127  132  136  141  145  145  145
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  149  144  137  131  125  121  118  116  116  118  120  122  124  127  129
+  130  132  133  134  136  138  142  145  149  152  155  157  157  158  158  156
+  154  152  148  145  142  139  134  128  120  113  108  101   95   91   90   90
+   93   97  102  108  114  123  128  132  134  134  132  130  127  123  122  120
+  123  125  131  136  141  146  150  151  151
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  157  153  147  141  134  128  124  121  119  118  119  120  120  122  123
+  124  125  126  128  130  132  135  137  141  143  145  148  149  150  151  151
+  151  149  148  146  144  142  138  132  124  117  112  105  100   96   94   94
+   96  100  104  109  115  123  129  133  135  135  133  131  128  125  125  125
+  127  131  136  143  149  153  158  160  160
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  167  164  158  153  146  139  134  129  126  124  123  122  122  121  122
+  123  123  124  126  128  129  131  133  135  137  138  141  142  143  144  146
+  146  146  145  144  143  142  139  133  125  117  112  106  102   99   98   97
+   99  103  106  110  115  121  128  131  133  133  132  130  129  128  128  129
+  133  138  144  151  157  163  167  169  170
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  178  175  170  165  159  153  147  141  138  134  131  130  128  127  126
+  126  127  127  128  130  131  132  133  134  135  136  137  138  139  140  141
+  141  141  140  139  138  136  134  131  122  115  112  105  103  100   98   98
+  100  104  106  110  114  118  123  126  129  130  130  130  130  131  132  135
+  139  147  153  159  166  171  175  178  179
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  186  185  181  176  171  165  160  155  150  147  143  141  139  136  135
+  134  134  134  134  135  135  136  136  136  136  136  136  136  136  136  136
+  135  135  134  132  130  127  124  122  117  111  108  104  100   98   97   97
+   98  101  104  108  110  113  118  122  125  127  128  130  131  134  137  142
+  148  154  160  167  173  179  183  186  187
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  191  190  188  184  180  177  171  167  163  160  156  153  150  148  146
+  144  143  143  142  142  141  140  140  138  137  137  136  135  134  133  132
+  130  129  127  124  121  118  114  111  109  106  103  100   97   96   94   95
+   95   97   99  102  105  108  112  116  120  124  127  130  133  137  142  148
+  154  160  166  173  179  183  187  190  191
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  193  192  190  188  186  182  179  176  173  170  167  164  161  158  156
+  154  153  151  150  148  146  144  143  141  139  137  136  134  133  131  129
+  126  124  121  119  115  111  108  104  102  100   97   97   94   93   93   92
+   91   93   94   97  100  103  106  111  115  121  126  130  136  141  147  152
+  158  164  170  175  180  184  188  191  192
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  190  190  189  188  187  185  183  181  179  176  173  170  167  165  163
+  160  158  156  154  151  149  147  144  142  139  137  135  133  131  128  126
+  124  121  119  116  113  110  107  105  101  100   98   96   95   93   93   94
+   93   94   95   97   99  101  104  107  112  118  126  134  141  146  150  155
+  160  165  170  174  178  182  185  187  188
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  182  183  183  183  183  182  181  179  177  175  173  171  169  166  164
+  161  159  157  154  152  150  147  144  142  139  137  135  132  130  127  125
+  123  120  118  116  114  111  110  107  105  103  102  101  100   99  100   99
+  100  101  103  104  107  110  113  117  121  126  132  137  143  147  152  155
+  159  162  166  169  172  175  178  180  181
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  172  173  173  173  173  172  171  171  169  168  167  165  164  162  160
+  158  156  154  151  149  147  145  143  141  139  136  134  133  131  128  126
+  125  123  122  120  118  117  116  114  113  112  111  111  110  111  110  110
+  112  113  114  116  118  120  122  124  127  130  134  137  141  145  148  151
+  154  157  160  162  165  167  169  170  171
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  156  157  157  157  156  157  157  157  156  155  155  154  153  153  151
+  150  148  147  147  145  144  142  141  140  138  137  136  135  134  132  131
+  130  129  128  127  126  126  125  125  124  125  124  124  124  123  124  125
+  125  125  127  127  128  129  130  132  133  134  136  138  140  142  143  145
+  147  148  149  150  151  153  154  154  155
+    12                                                      END OF TEC MAP     
+    13                                                      START OF TEC MAP
+  2010    12     5     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   63   63   63   63   63   63   63   63   63   62   63   62   62   62   62
+   61   61   61   61   61   61   60   60   60   59   59   58   58   58   58   58
+   57   57   57   57   57   57   57   57   57   57   57   57   57   56   57   57
+   57   57   57   57   57   58   58   58   59   59   59   59   60   60   60   61
+   61   61   61   61   62   62   62   62   63
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   65   65   65   65   65   65   65   64   64   63   63   62   61   60   59
+   59   57   56   57   57   57   56   55   54   53   53   53   52   51   51   51
+   52   51   51   52   52   52   52   52   52   52   51   51   51   52   52   52
+   52   52   51   52   52   52   53   54   54   55   55   56   56   57   58   58
+   59   60   61   62   62   63   63   64   64
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   65   66   66   66   66   66   66   65   64   64   63   61   60   58   57   56
+   54   52   50   48   48   49   50   49   46   45   44   45   44   45   45   45
+   45   45   45   45   45   46   46   46   46   46   47   47   47   48   48   48
+   47   47   47   47   47   47   48   48   49   50   51   52   53   54   55   57
+   58   59   61   62   62   63   65   65   65
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   68   69   69   69   68   68   67   66   65   64   61   58   55   53   51
+   48   46   44   43   42   41   43   40   40   40   40   40   40   40   40   40
+   40   41   41   41   41   41   40   40   40   39   40   40   41   42   44   44
+   43   43   43   43   43   43   43   44   45   46   47   49   50   52   54   56
+   57   59   61   62   64   65   66   67   68
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   74   75   76   75   75   74   72   70   68   65   63   61   57   55   51
+   47   43   41   39   37   34   33   32   32   33   33   33   34   35   36   36
+   37   38   38   39   38   38   37   37   36   35   35   36   37   38   38   38
+   39   39   39   39   39   40   40   41   42   43   45   47   49   51   53   56
+   58   60   63   65   67   69   71   72   73
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   82   83   84   83   83   80   79   78   75   71   67   63   59   55   49
+   45   42   39   36   33   31   32   31   30   30   30   31   33   33   34   35
+   35   36   36   36   36   35   34   34   33   32   32   32   33   33   34   34
+   35   35   36   37   37   38   38   38   39   41   43   46   48   51   54   57
+   61   63   66   70   73   75   78   80   82
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92   93   93   94   92   91   89   87   84   80   75   72   68   61   55   50
+   46   43   39   36   33   30   31   31   31   31   31   31   32   33   34   35
+   35   36   35   34   34   34   32   31   31   30   29   29   30   30   31   32
+   33   34   35   36   37   37   37   37   38   40   43   45   48   52   58   61
+   65   68   72   77   80   84   88   90   92
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  104  104  104  103  101   98   95   92   88   83   79   70   63   58   53
+   48   43   40   37   34   32   32   33   33   33   32   33   32   34   35   35
+   35   35   35   34   34   33   32   30   30   29   28   27   27   27   29   30
+   32   34   36   37   37   38   38   39   40   41   43   46   49   56   60   66
+   71   75   80   85   91   96   99  101  103
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  116  115  114  113  111  108  104  100   95   91   85   77   70   62   57
+   51   46   41   39   37   35   35   35   35   35   35   35   34   34   36   35
+   35   35   35   34   34   33   32   31   30   30   29   27   26   27   28   30
+   32   34   36   37   39   40   41   42   43   44   45   48   51   58   64   71
+   77   83   89   95  102  108  111  114  115
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  125  125  125  123  122  120  117  112  107  103   98   91   84   77   68   62
+   57   50   43   41   40   38   37   37   37   37   37   37   37   36   37   35
+   34   34   34   35   34   33   33   32   30   30   31   29   28   29   31   33
+   35   37   39   41   42   43   45   46   46   47   49   52   57   63   70   77
+   83   90   96  104  110  116  120  124  125
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  134  132  130  128  126  123  119  115  110  104   97   90   83   75   67
+   61   53   47   43   42   39   38   37   38   38   38   38   38   38   38   37
+   34   33   34   36   36   35   35   35   33   32   33   33   33   34   36   38
+   38   40   43   46   48   49   50   51   51   52   54   58   65   71   78   84
+   91   97  103  109  116  122  127  130  133
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  139  138  136  133  130  128  124  119  115  109  102   94   86   78   70
+   63   56   51   46   44   42   39   39   39   39   39   40   40   40   39   39
+   37   35   37   39   39   40   40   40   40   38   39   40   41   42   43   44
+   45   46   48   51   53   54   54   55   55   56   59   63   71   78   85   91
+   98  103  109  115  121  126  131  136  138
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  143  145  144  141  137  133  130  126  123  117  112  105   97   88   81   73
+   66   60   55   49   46   44   41   41   41   41   41   42   43   46   40   40
+   40   39   41   43   45   46   47   48   50   49   49   51   51   52   51   52
+   53   55   57   56   56   57   58   58   59   61   64   69   76   84   92   99
+  105  110  115  119  125  130  135  140  143
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  148  150  150  146  140  134  131  128  124  118  113  107   99   91   84   76
+   69   63   58   54   49   45   43   44   44   44   46   45   46   48   43   43
+   44   44   47   50   53   55   57   59   61   62   63   63   62   63   61   60
+   60   61   63   61   58   63   65   62   63   65   70   75   82   90   99  107
+  113  117  120  124  128  133  139  145  148
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  157  156  153  144  137  133  129  125  119  114  108  101   93   87   79
+   73   68   63   59   53   47   47   49   48   49   51   50   49   50   48   49
+   50   53   56   61   65   67   69   71   72   75   76   76   75   75   72   68
+   67   66   66   63   59   68   76   69   67   69   74   80   87   96  104  113
+  119  123  126  128  131  137  143  149  154
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  163  164  158  149  141  136  131  126  121  115  110  103   96   90   83
+   78   73   68   64   60   53   53   55   55   55   56   55   54   54   54   56
+   59   62   66   71   75   78   80   83   84   87   87   86   87   85   81   76
+   74   71   69   66   61   68   79   73   71   74   80   85   92  101  108  116
+  123  126  128  131  135  141  148  155  160
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  170  170  165  156  147  140  135  128  124  119  113  106   99   94   89
+   84   80   75   71   66   63   62   63   63   64   63   63   61   62   62   65
+   68   72   77   81   85   88   89   91   94   95   95   94   94   92   87   83
+   79   76   74   71   67   69   74   74   75   79   85   91   98  106  113  119
+  125  128  131  134  138  145  153  160  166
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  175  175  170  163  154  145  139  133  128  123  118  111  105  100   95
+   91   87   82   79   74   73   72   72   74   74   72   71   71   71   71   74
+   77   81   85   88   91   94   97   98   99   99   98   97   97   95   92   88
+   85   81   78   76   74   73   75   77   80   85   91   97  103  111  117  123
+  127  131  134  137  142  149  157  165  171
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  178  178  175  169  160  152  144  138  133  129  124  119  113  107  102
+   97   94   89   86   83   83   83   83   84   84   82   80   79   79   79   81
+   84   87   90   94   96  100  101  101  101  100   98   98   97   97   95   94
+   90   86   83   80   78   77   77   79   84   90   97  103  109  116  122  126
+  130  134  138  142  147  154  162  169  174
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  179  179  177  173  166  157  150  144  139  136  132  127  122  116  111
+  106  101   96   93   91   92   93   94   94   92   90   88   86   85   85   85
+   87   90   94   99  101  103  103  103  101   99   97   97   98   98   98   97
+   94   90   85   82   80   78   79   81   86   94  101  108  113  119  125  129
+  133  137  143  148  154  160  167  173  177
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  180  179  177  174  169  162  154  149  145  143  139  134  130  125  120
+  114  108  102   98   99   99  100  103  103   99   95   93   91   90   89   89
+   91   94   99  102  103  104  104  102   99   97   96   96   97   98   98   98
+   95   90   85   82   80   79   80   82   89   97  106  112  117  122  127  132
+  137  142  149  156  162  168  174  177  179
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  182  180  177  174  169  163  157  153  150  149  146  142  137  132  128
+  122  115  108  100  103  105  104  108  109  104   99   97   96   95   94   93
+   95   97  100  102  103  103  102  100   97   95   95   94   95   96   97   96
+   93   88   84   81   79   79   79   83   90  100  109  116  121  125  130  136
+  142  149  158  166  174  181  185  185  184
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  190  184  179  175  169  163  159  156  154  153  152  148  143  138  133
+  127  120  110  103  107  112  108  110  111  106  102  101  102  101   99   98
+   99   99  100  101  101  100   99   97   95   94   93   92   92   94   94   93
+   90   87   83   81   80   79   80   84   92  102  112  120  125  130  135  142
+  151  161  172  181  192  200  202  200  195
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  218  209  198  189  180  172  165  161  158  157  155  155  153  148  143  136
+  130  123  113  108  111  116  111  110  109  105  104  105  106  106  105  103
+  102  101  100  100   99   99   98   96   94   92   91   90   91   91   91   91
+   88   85   81   80   79   78   80   85   94  105  116  125  131  135  142  152
+  163  177  193  204  219  227  229  226  218
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  253  239  223  208  194  182  171  165  161  160  157  156  154  150  146  141
+  134  127  118  114  115  117  112  109  107  105  105  108  110  111  111  108
+  106  103  102  101  100   99   97   95   93   91   90   89   89   89   90   89
+   86   83   79   77   76   77   79   86   97  109  121  131  137  143  152  164
+  177  196  216  236  258  265  268  265  253
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  304  286  263  242  220  200  183  173  168  163  159  156  152  150  148  144
+  139  133  124  118  118  117  112  109  108  108  109  113  116  118  118  114
+  111  108  105  103  101   98   96   95   94   92   90   89   89   88   89   88
+   85   81   77   74   74   75   79   88  100  113  127  137  145  152  163  176
+  192  214  241  272  301  314  321  319  304
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  365  346  323  290  258  228  204  189  179  172  164  159  153  151  150  148
+  145  139  131  123  120  117  113  111  112  116  118  122  124  125  125  122
+  117  113  109  106  102   98   96   95   94   92   89   89   89   88   89   87
+   84   80   75   72   70   73   78   90  104  119  133  144  154  163  174  189
+  206  230  262  299  334  361  378  378  365
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  420  406  381  346  306  267  233  210  195  185  175  166  159  155  152  152
+  151  146  137  128  120  116  115  117  121  126  128  131  133  133  133  129
+  124  118  113  108  104   98   96   95   94   91   89   88   88   88   88   86
+   82   77   71   68   67   69   78   93  109  126  140  152  163  174  186  202
+  220  244  276  315  356  394  415  420  420
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  446  442  429  396  353  309  267  237  216  202  188  176  166  159  155  155
+  154  150  143  133  124  120  120  125  131  136  139  140  140  140  139  135
+  128  121  115  110  105   99   96   94   93   90   87   86   86   85   85   85
+   79   73   68   65   64   68   80   97  115  133  147  160  171  183  197  214
+  231  254  282  318  360  398  427  438  446
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  442  455  450  428  389  343  302  265  240  222  205  188  175  166  161  158
+  155  151  146  137  130  127  129  136  143  148  149  146  144  142  140  136
+  129  121  115  110  105   99   96   94   92   89   85   83   82   82   81   81
+   75   71   67   64   65   69   81  100  121  138  153  166  178  192  206  223
+  240  261  284  314  349  385  413  429  442
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  417  438  448  438  410  370  328  292  266  245  223  203  186  174  167  162
+  157  153  147  138  135  135  140  149  156  160  158  152  145  141  138  133
+  126  119  113  108  104   98   95   94   92   88   84   81   79   78   77   76
+   73   69   67   65   66   70   82  102  124  142  156  170  183  197  212  229
+  247  267  285  306  334  363  387  403  417
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  382  403  422  424  409  380  347  316  291  267  243  219  199  186  177  169
+  164  157  149  144  143  146  154  164  170  170  164  154  144  137  133  129
+  122  115  109  105  102   98   95   94   92   89   85   81   77   75   74   73
+   71   68   66   64   65   69   82  104  127  145  159  172  186  201  216  233
+  252  270  286  303  320  340  359  369  382
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  346  363  383  393  391  376  355  332  310  287  262  237  215  199  189  180
+  172  166  160  160  159  162  170  178  181  178  168  154  141  134  129  124
+  118  111  106  102   99   97   95   95   95   92   88   83   77   74   72   71
+   69   67   65   63   64   70   84  106  129  146  160  172  186  202  218  236
+  255  274  289  302  312  325  334  338  346
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  319  329  345  360  366  363  354  341  324  303  279  254  231  215  201  191
+  183  179  177  178  179  180  185  190  191  184  171  155  141  131  127  122
+  116  109  104  100   98   96   96   97   98   96   91   84   78   73   71   69
+   68   66   64   62   64   72   87  109  131  147  159  171  185  202  219  237
+  258  280  296  307  315  319  321  319  319
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  309  309  319  334  344  351  351  345  333  313  291  267  247  232  215  206
+  198  195  196  200  202  200  200  201  199  190  174  157  142  132  127  123
+  117  111  105  100   98   96   97   99  100   99   95   88   81   75   73   71
+   70   67   66   64   66   74   90  112  132  147  157  170  184  201  219  239
+  261  286  305  319  327  329  324  316  309
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  320  312  314  323  334  344  351  350  340  322  300  277  261  245  231  222
+  216  214  217  224  227  224  219  216  210  198  181  162  148  137  132  127
+  122  115  109  103   99   99   99  102  104  103   99   93   86   82   79   77
+   75   73   70   67   69   77   93  114  133  146  155  167  183  200  218  239
+  264  293  318  336  347  350  343  331  320
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  347  333  328  331  339  349  356  356  347  331  309  288  273  260  248  239
+  236  237  239  248  252  247  238  230  221  208  188  170  156  145  140  135
+  130  123  116  109  104  103  103  106  108  109  106  100   95   91   88   84
+   84   80   75   71   72   80   95  115  132  143  153  166  181  199  217  237
+  263  296  329  354  370  377  372  361  347
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  384  366  354  353  357  362  366  364  353  339  320  302  291  278  267  257
+  255  257  261  270  272  265  254  241  228  213  195  181  167  156  150  146
+  141  134  126  120  114  112  109  110  113  116  114  109  107  103  100   96
+   94   87   81   75   74   81   95  114  129  141  151  164  180  197  214  234
+  260  294  332  365  390  405  405  398  384
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  423  401  386  379  379  379  378  372  360  347  335  323  311  302  291  276
+  272  273  278  286  287  279  265  247  230  214  201  191  178  168  162  159
+  153  146  138  130  124  121  117  117  121  125  123  120  118  116  112  107
+  102   93   84   77   75   81   93  112  127  137  148  162  178  194  210  228
+  254  287  326  365  399  423  433  434  423
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  447  429  410  401  397  392  387  377  366  355  347  340  333  325  315  300
+  291  288  290  296  296  285  269  251  230  215  209  201  190  179  174  171
+  167  160  152  143  136  130  126  125  129  130  128  127  126  124  121  114
+  105   95   85   77   75   79   91  108  124  135  146  160  176  192  206  223
+  245  278  313  353  392  426  451  459  447
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  461  442  423  411  404  396  386  376  366  360  356  354  349  343  333  321
+  310  303  300  300  295  283  270  254  233  221  217  211  199  189  184  181
+  179  172  162  154  147  141  136  133  134  133  132  131  131  127  123  116
+  105   94   84   77   76   80   92  109  124  135  146  159  175  189  201  216
+  236  265  297  331  370  412  444  464  461
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  452  437  420  407  397  387  376  366  359  356  359  359  359  352  343  334
+  323  314  306  300  291  279  269  254  236  228  224  218  207  196  189  186
+  182  175  168  162  155  150  144  138  135  135  133  132  131  127  122  112
+  101   91   82   77   78   85  100  114  127  137  146  159  173  186  197  211
+  229  251  279  310  344  383  418  445  452
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  422  412  399  387  377  366  355  347  343  344  351  357  357  354  348  338
+  327  317  306  296  286  275  265  250  238  232  229  222  209  197  189  185
+  178  172  169  165  158  153  146  139  134  133  131  130  129  125  118  108
+   97   87   80   79   83   92  109  121  133  141  149  160  172  183  193  204
+  221  240  262  288  319  351  384  412  422
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  380  375  365  355  346  336  326  320  319  324  334  343  347  347  344  334
+  325  314  303  291  280  270  262  249  241  237  231  221  206  192  183  178
+  171  166  163  161  155  149  142  135  129  127  126  126  125  122  113  102
+   92   83   80   82   89  101  117  129  139  146  153  161  171  180  189  200
+  213  229  248  269  295  321  349  372  380
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  338  334  323  315  308  302  295  291  292  298  310  321  328  331  328  324
+  318  308  298  288  276  266  259  251  245  238  229  215  198  184  174  168
+  162  157  154  151  146  141  135  128  122  121  119  119  119  116  107   97
+   88   82   81   85   96  109  123  135  144  151  156  163  170  178  186  196
+  208  221  236  253  274  296  317  332  338
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  298  292  282  276  272  268  264  263  265  272  282  294  303  308  307  308
+  306  299  292  283  272  262  255  248  241  233  220  204  187  173  163  158
+  152  147  145  141  137  133  126  120  115  114  112  111  111  107   99   92
+   86   83   85   91  103  115  128  138  148  154  159  163  169  175  183  191
+  202  214  227  242  257  273  287  297  298
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  264  255  247  242  239  239  238  238  242  248  258  267  276  283  285  290
+  290  289  285  278  268  259  249  239  231  220  206  190  173  159  151  147
+  143  138  136  132  129  124  119  113  108  107  105  103  101   98   93   88
+   86   85   90   98  109  120  130  141  150  156  159  163  167  173  179  187
+  197  209  220  232  244  255  264  268  264
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  239  228  219  215  214  215  217  219  223  229  236  245  252  258  263  270
+  274  278  277  274  266  258  244  230  217  204  190  174  158  145  139  135
+  132  129  126  123  120  117  112  107  102  100   98   95   93   91   88   87
+   87   91   97  105  114  122  131  140  149  155  158  161  164  170  176  184
+  192  202  213  222  232  241  246  246  239
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  221  211  201  197  197  199  202  205  209  213  220  227  232  236  242  250
+  258  265  266  267  263  255  239  221  204  189  174  160  146  135  130  126
+  123  121  118  114  112  108  105  101   98   96   92   89   86   85   86   88
+   91   97  103  110  117  122  128  136  144  150  155  158  161  166  173  179
+  187  195  204  212  221  228  232  230  221
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  211  201  191  187  187  190  192  196  198  202  207  212  215  220  224  232
+  241  250  254  256  254  248  233  213  196  179  164  150  138  129  125  123
+  118  115  112  108  107  103  101   98   95   92   88   85   83   84   86   91
+   97  102  107  112  115  118  122  129  136  144  149  153  157  162  168  174
+  181  188  195  201  208  215  220  218  211
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  195  187  183  183  184  187  189  191  193  197  201  203  206  210  217
+  225  234  238  241  240  236  224  207  191  174  160  146  135  128  124  122
+  117  112  108  104  103  100   98   96   93   90   87   84   83   84   89   95
+  102  107  110  111  112  113  115  121  128  136  143  148  153  157  162  168
+  174  179  184  189  194  202  208  207  203
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  189  184  180  180  181  182  183  185  187  190  193  195  197  199  205
+  212  219  223  227  226  223  215  203  189  174  160  147  136  129  124  120
+  115  109  103  100  100   98   97   96   94   90   87   84   84   86   92   99
+  104  109  111  110  110  109  111  115  122  129  136  141  146  151  156  161
+  166  170  173  176  181  188  194  196  194
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  182  179  176  176  176  177  178  179  182  184  188  190  192  193  198
+  202  209  212  214  214  214  209  200  190  177  163  150  139  131  124  118
+  112  105   99   96   96   96   96   97   95   92   89   87   87   91   95  100
+  105  109  111  109  108  107  109  113  119  124  130  134  139  145  150  154
+  158  161  162  165  168  175  181  183  184
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  171  170  169  169  169  170  171  173  176  178  183  185  187  189  192
+  197  202  206  208  209  210  206  201  192  180  167  155  143  133  125  117
+  108  101   97   94   94   93   95   98   97   95   93   91   91   93   97  101
+  105  107  108  108  107  107  109  113  117  121  124  128  132  138  144  149
+  152  154  154  154  156  161  167  170  171
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  158  158  158  158  159  160  161  163  166  169  173  177  180  182  184  187
+  192  197  202  206  207  209  206  202  194  183  171  158  146  136  126  117
+  107  100   95   92   92   91   94   98   99   98   97   97   97   97   98  100
+  102  105  107  108  108  109  112  115  118  120  121  122  127  132  139  145
+  148  149  148  148  148  150  154  157  158
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  144  145  145  146  148  151  154  157  161  167  171  174  176  178  182
+  187  192  198  203  205  207  206  203  195  185  173  160  148  139  128  118
+  109  101   96   92   91   91   94   99  101  101  102  102  101  101  101  101
+  101  104  107  109  112  114  117  120  122  121  119  119  123  128  135  141
+  145  146  146  145  145  144  143  144  144
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  133  133  133  135  137  140  144  148  153  158  163  166  168  172  175
+  181  187  192  198  202  205  204  201  194  184  174  162  151  141  130  122
+  112  104   98   95   94   93   95   99  102  105  107  108  107  105  103  102
+  102  104  108  112  116  120  124  126  126  123  119  117  120  125  132  138
+  143  145  145  145  144  141  137  135  135
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  127  125  125  126  128  131  135  139  143  148  153  157  159  163  167
+  173  179  185  192  198  201  200  197  191  183  172  162  152  143  134  125
+  117  110  104   99   98   97   98  101  104  108  110  112  111  108  105  104
+  104  107  112  117  123  127  131  132  131  127  122  119  120  125  132  137
+  142  146  147  147  146  141  136  132  129
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  127  124  122  122  123  126  128  131  134  138  142  146  150  155  160
+  165  173  179  186  191  193  194  191  186  178  170  161  153  145  138  130
+  122  116  110  106  104  101  101  104  107  111  114  116  115  112  110  108
+  109  112  116  123  129  134  136  137  135  130  125  122  123  127  133  139
+  145  148  151  150  149  145  140  135  131
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  138  133  130  126  125  124  125  126  127  129  131  134  137  141  146  152
+  158  165  172  178  182  185  185  184  179  173  167  160  153  148  141  135
+  129  123  118  113  111  107  106  108  111  114  117  118  117  116  114  113
+  114  117  122  128  133  138  140  140  137  133  129  126  127  130  137  143
+  149  154  156  156  155  152  148  143  138
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  145  141  137  133  131  129  127  126  126  128  129  131  135  139  144
+  150  157  164  169  173  176  177  175  173  168  163  158  153  149  144  139
+  134  130  125  121  119  113  112  112  114  116  118  119  119  118  117  116
+  118  123  127  132  137  140  141  141  139  135  132  130  131  135  142  148
+  155  160  163  165  164  163  160  156  150
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  160  155  151  146  142  138  134  131  129  129  129  130  132  135  139
+  143  149  155  160  163  166  168  167  165  163  160  156  153  150  147  143
+  140  135  131  126  124  120  118  117  117  119  120  121  120  120  119  118
+  121  125  130  134  138  140  141  140  138  136  133  133  136  140  148  155
+  162  168  172  175  176  176  173  170  166
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  176  171  166  161  156  151  145  140  138  135  134  134  134  135  137
+  140  144  148  152  155  157  159  160  159  158  156  154  152  151  149  146
+  142  138  134  131  129  124  121  120  120  120  121  121  120  120  119  119
+  121  125  130  133  136  138  138  138  136  136  135  136  139  145  154  161
+  168  176  180  184  187  188  187  185  181
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  190  185  180  176  170  164  159  153  148  145  142  141  140  139  140
+  141  143  145  148  150  152  154  154  154  154  153  152  150  149  149  147
+  143  138  133  130  128  125  122  120  120  120  120  120  119  118  118  118
+  119  122  126  130  132  134  134  135  135  135  136  139  143  151  158  166
+  173  181  187  192  196  198  198  196  193
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  199  196  192  187  181  175  170  165  160  156  152  149  147  145  144
+  145  145  146  147  148  149  149  150  150  149  148  147  146  145  146  145
+  143  134  130  126  124  121  119  118  118  117  117  117  117  116  116  116
+  116  117  120  124  126  128  130  131  132  134  137  140  146  154  161  169
+  177  184  191  197  201  203  205  204  202
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  204  203  200  197  193  187  183  178  173  168  164  159  156  153  151  149
+  148  148  148  147  147  147  146  145  145  144  142  141  140  139  138  139
+  135  129  124  120  118  115  114  113  112  112  111  111  111  112  111  112
+  112  113  114  116  118  122  124  127  130  133  136  140  147  154  162  169
+  177  185  191  197  201  204  205  205  204
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  201  198  196  193  189  184  181  176  172  168  164  160  157  154  152
+  150  150  148  147  146  144  143  141  139  138  135  133  130  129  127  127
+  126  123  117  113  112  109  107  106  105  104  104  104  104  104  105  106
+  106  107  108  110  111  113  116  121  125  130  134  139  148  153  160  167
+  174  180  186  191  195  197  199  202  202
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  190  190  188  186  183  180  177  173  170  166  163  160  157  154  153
+  150  148  147  145  143  141  138  136  134  131  128  125  122  119  116  115
+  114  113  111  108  106  104  101  101   99   98   97   97   97   98   98   99
+  100  101  103  104  106  108  110  112  115  120  130  139  147  153  158  163
+  168  173  178  182  185  188  190  191  191
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  175  175  174  173  171  170  167  165  162  161  158  155  153  151  149
+  146  144  142  140  138  136  134  132  129  126  123  119  117  113  110  108
+  107  106  104  103  102  100  100   98   97   96   96   95   95   94   95   95
+   97   97   99  101  103  105  109  112  117  123  130  136  141  144  149  154
+  157  161  164  168  170  172  174  174  176
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  158  158  157  157  156  155  154  153  152  151  149  148  146  144  142
+  141  139  136  134  133  131  129  127  125  122  120  119  116  113  111  109
+  107  106  105  103  102  102  101   99  100   99   98   99   99  100  100  100
+  102  102  104  106  108  110  113  116  119  123  127  130  134  137  139  142
+  145  147  149  151  153  154  156  156  157
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  140  140  140  140  140  140  140  139  138  138  137  136  136  135  133
+  132  131  130  129  128  127  125  124  123  122  120  119  118  117  116  115
+  113  112  110  109  109  109  109  109  108  109  108  108  108  108  109  110
+  110  111  113  113  115  116  117  119  120  122  124  126  127  129  130  132
+  133  134  135  136  137  138  139  139  139
+    13                                                      END OF TEC MAP     
+     1                                                      START OF RMS MAP
+  2010    12     4     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    7    7    6    6    6    6    6    6    6    6    6    6    6    6
+    6    6    6    6    6    6    6    6    6    6    6    6    6    6    6    6
+    6    6    6    6    6    6    6    6    6    6    6    6    6    6    6    6
+    6    6    6    6    6    7    7    7    7    7    7    7    7    7    8    8
+    8    8    8    8    7    7    7    7    7
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    6    6    6    6    6    5    6    6    6    5    5    5    5    5
+    5    5    5    5    5    5    5    5    5    6    6    6    6    6    6    6
+    6    6    6    6    6    6    6    6    6    6    6    6    5    5    5    5
+    5    5    6    6    6    6    6    7    7    7    8    8    8    8    8    8
+    8    8    8    7    7    7    7    6    6
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    5    4    4    3    3    2    2    2    3    3    3    3    4    4
+    5    5    5    5    5    5    5    5    5    5    6    6    6    7    7    7
+    7    7    7    7    7    7    6    6    6    5    5    5    5    5    4    5
+    4    4    4    5    5    6    6    7    8    8    8    9    9    9    9    9
+    9    8    8    7    7    6    6    5    5
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    2    1    0    2    3    4    4    2    1    2    4    5    5    5    5
+    5    4    4    4    4    5    5    5    6    6    7    7    7    8    8    8
+    9    9    9    9    8    8    8    7    6    5    5    4    4    4    3    3
+    3    3    4    4    5    6    7    7    8    9   10   10   10   10   10   10
+    9    9    8    7    6    6    5    4    3
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    2    1    1    1    2    1    1    2    3    3    4    4    5    4    4
+    4    4    5    5    5    5    6    6    6    7    7    8    9    9   10   10
+   11   11   11   10   10   10    9    8    7    6    5    4    3    3    3    3
+    3    3    4    4    5    6    7    8    9   10   11   11   12   12   11   11
+   10    9    8    7    6    5    4    3    3
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    2    2    2    2    2    2    2    2    2    3    4    4    4    4    5
+    5    5    6    6    6    6    6    7    7    8    8    9   10   11   11   12
+   12   13   12   12   12   11   10    8    7    6    4    3    3    2    2    2
+    3    3    3    4    5    6    7    8   10   11   12   13   13   13   13   12
+   11   10    9    8    7    5    4    3    3
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    3    2    2    2    2    2    2    3    4    4    5    6    6    7
+    7    7    7    7    7    8    8    8    8    9    9   10   10   11   12   12
+   13   13   13   13   13   12   10    9    8    6    5    3    2    2    2    2
+    2    3    3    3    4    5    7    9   11   12   14   14   14   14   14   13
+   12   11   10    9    8    6    5    4    3
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    4    2    1    1    1    2    3    4    5    6    7    8    8    9
+    9    9    9    9    9    9    9    9    9    9   10   10   11   12   12   12
+   13   13   13   13   12   12   10    9    7    6    5    3    2    1    1    1
+    2    3    4    4    4    5    7   10   12   13   14   15   15   15   15   14
+   13   12   11   10    9    7    6    5    4
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    5    5    4    2    2    3    3    5    6    7    8   10   10   10   10
+   11   10   10   10   10   10   10   10   10   10   10   10   11   11   11   11
+   12   12   12   12   11   10   10    8    7    6    5    4    3    3    2    2
+    3    3    4    4    5    6    8   11   12   14   15   16   15   15   14   14
+   13   13   12   12   10    9    8    7    6
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    6    5    3    3    5    5    7    8    9   11   12   12   11   12
+   12   11   11   10   10   10   10   10   10   10   10   10   10   10   10    9
+   10   10   10   10    9    9    8    7    7    6    5    5    5    5    5    5
+    5    4    5    5    6    7    9   11   13   15   15   15   15   14   13   14
+   13   13   13   13   13   12   11    9    9
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    9    8    6    4    4    6    7    8    9   10   11   12   12   12   12
+   11   11   11   11   10   11   10   11   11   11   10   10   10    9    9    8
+    8    8    8    8    7    7    7    7    7    7    7    7    8    8    8    8
+    7    7    7    7    8    9   10   12   14   15   15   15   14   13   13   13
+   13   13   14   14   15   14   13   11   10
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   10    7    5    5    6    7    8   10   11   12   12   12   11   11
+   10   10   10   10   10   10   11   11   11   11   11   10   10    9    8    7
+    7    6    6    6    6    7    7    7    7    8    8    9   11   12   11   11
+   11   10    9    8    9   10   11   13   14   14   15   14   12   11   10   10
+   11   13   14   15   16   15   14   12   11
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   10    8    6    6    7    7    8    9   11   11   11   11   10    9
+    8    8    8    8    9   10   11   12   12   12   12   11   10    9    8    7
+    7    6    5    6    6    7    8    9    9   10   10   12   13   14   14   14
+   13   12   10    9   10   10   11   13   14   14   14   13   10    8    8    8
+    9   11   13   15   16   16   14   12   12
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   10    8    7    6    6    6    7    9   10   11   10    9    8    7
+    6    6    6    7    8    9   11   12   13   13   13   12   12   10    9    8
+    7    6    6    6    7    8   10   11   12   12   13   14   15   16   16   16
+   14   13   11   10   10   11   12   13   14   15   14   13    9    7    7    7
+    9   10   12   15   16   16   14   13   12
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   10    8    7    6    6    6    6    8    9    9    9    8    7    6
+    6    5    5    6    7    9   11   12   14   14   14   14   13   12   11   10
+    8    7    7    7    8   10   12   14   14   15   15   16   17   17   17   17
+   16   14   12   12   11   12   12   13   14   15   14   13   10    7    7    7
+    9   11   13   15   15   15   13   12   12
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   10    8    6    5    5    4    5    6    8    9    9    8    7    6
+    6    5    5    5    7    9   11   13   15   16   16   15   15   14   13   11
+   10    8    8    8    9   11   14   16   17   17   17   17   17   18   18   17
+   16   14   13   12   12   12   12   13   13   14   14   12   10    8    7    8
+   10   12   14   15   15   14   13   13   12
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   11    9    7    5    4    4    5    6    7    9    9    9    8    7
+    6    5    5    5    7    9   12   14   16   17   17   16   15   15   14   12
+   11   10    8    8    9   12   15   17   18   17   17   17   17   17   17   16
+   14   13   13   13   13   13   12   12   12   13   13   12   11    9    8    8
+   11   13   15   16   15   15   14   13   13
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   11    9    6    5    5    5    6    7    9   11   10    8    7
+    7    6    6    6    7   10   13   15   17   17   17   16   15   14   14   13
+   12   10    9    9   10   12   14   16   17   17   16   16   16   16   16   15
+   13   12   12   12   12   12   11   10   10   11   12   12   11   10    9   10
+   12   15   17   17   17   16   15   15   15
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   15   14   12    9    7    6    7    7    7   10   11   12   11    9
+    8    8    7    7    8   11   14   16   18   18   17   15   14   13   13   13
+   12   11   10    9    9   11   13   14   15   14   14   14   15   15   15   13
+   12   11   11   12   12   11    9    8    8    9   11   12   12   11   10   10
+   13   16   18   18   18   17   17   16   16
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   15   13   11    8    7    7    6    7   10   12   14   13   12
+   11   10    9    9   10   12   15   17   19   18   17   15   13   11   11   12
+   13   12   11   10    9   10   11   12   12   12   12   12   14   15   14   13
+   11   10   11   11   11    9    7    6    5    7   10   13   13   12   10   11
+   14   17   19   19   18   18   18   17   17
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   15   14   12   10    8    7    6    7   10   13   15   16   15
+   13   12   11   10   10   13   16   18   19   19   17   14   12   10   10   12
+   13   13   12   10    9    9   10   10   10   10   10   11   14   15   14   12
+   11   10   10   10   10    9    7    6    5    6    9   12   14   13   11   12
+   15   18   20   20   18   18   17   17   17
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   15   14   14   13   11    9    8    7    7    9   13   16   18   17
+   15   13   12   10   11   13   15   18   20   19   17   14   11   10   10   12
+   14   14   13   11   10    9    9    9    9    8    9   11   13   15   14   12
+   10    9    9   10   10    9    7    7    6    7    9   13   14   13   12   13
+   16   19   20   19   17   16   16   17   17
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   15   14   14   13   12    9    8    7    8    9   12   16   19   18
+   15   13   11   10   11   12   14   18   19   18   16   14   12   10   11   13
+   15   17   16   14   12   11   10    9    9    8    9   10   13   15   14   12
+   10    9    9   10   10    9    8    8    8    7    9   12   13   13   12   12
+   16   19   20   20   18   16   17   17   17
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   17   15   15   15   13   10    8    6    8   10   12   16   18   18
+   15   13   11   10   11   12   14   17   19   18   16   14   12   11   12   14
+   17   18   19   18   16   14   12   11    9    9    9   11   13   15   14   12
+    9    9    9   10   10   10    9    8    7    7    9   11   12   12   11   12
+   15   19   21   22   19   19   19   19   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   21   19   17   17   16   13    9    7    9   10   12   15   17   17
+   15   13   10    9   10   11   14   17   19   18   17   15   13   12   13   15
+   18   20   21   21   19   17   15   12   10    9    9   11   13   14   13   11
+    9    8    8    9   10   10    9    8    7    7    8    9   10   10   10   11
+   15   20   23   24   23   24   24   23   23
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   27   23   21   20   20   17   14   10    9   10   12   14   15   16
+   15   12   10    8    9   10   13   16   18   18   17   15   15   14   15   16
+   18   21   23   22   21   19   16   13   11   10    9   10   12   13   12   10
+    9    8    8    9   10   11   11   10    8    7    6    7    8    8    9    9
+   14   20   25   27   28   30   31   30   29
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   33   29   26   24   24   25   22   20   15   11   11   12   13   14   15
+   15   13    9    8    8   10   12   15   18   18   18   17   17   17   17   18
+   19   20   22   22   21   19   17   14   12   10    9    9   10   11   10    9
+    8    7    7    8   10   13   13   12    9    7    6    6    7    7    7    9
+   14   21   27   30   32   34   35   35   35
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   36   32   30   28   26   27   26   25   20   15   13   12   13   14   13
+   13   12   10    8    8    9   11   14   17   18   19   20   19   19   20   19
+   18   19   19   20   20   19   17   14   11    9    8    8    8    9    9    8
+    7    5    5    7   10   13   15   13   10    7    5    6    7    8    8    9
+   14   21   28   30   32   32   37   39   38
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   36   33   30   26   24   25   26   22   17   15   14   14   13   12
+   10   10   11   10    9    9   11   13   16   19   21   23   22   23   23   22
+   19   18   18   18   18   17   15   13   11    9    7    7    7    7    7    7
+    5    4    5    7   10   13   15   13    9    6    5    6    8    8    8    8
+   14   21   27   29   31   31   35   40   39
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   38   38   37   31   28   26   24   25   23   19   16   15   14   12   10
+    8    8   10   11   10   10   11   13   17   20   23   27   27   27   27   24
+   21   18   17   17   16   16   15   12   10    8    7    6    6    6    7    6
+    5    5    6    7   10   13   14   12    9    5    4    6    9    9    8    8
+   13   20   26   29   31   31   33   37   37
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   35   36   36   32   29   25   24   21   20   18   15   15   14   12    9
+    6    8   10   12   11   10   11   14   18   22   25   29   32   32   30   26
+   22   20   18   17   16   15   14   11    9    7    6    5    6    8    8    8
+    7    6    7    8   10   12   13   11    8    6    6    9   12   12    9    9
+   12   19   26   30   32   31   31   31   32
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   28   31   32   31   29   26   24   21   20   18   15   15   15   13    9
+    7    8   11   13   12   11   12   15   19   22   26   30   34   34   32   28
+   23   21   19   18   16   15   14   11    8    6    5    6    8   11   11   10
+    9    8    7    9   11   12   12   10    8    7    9   13   15   14   11   10
+   12   19   26   31   32   30   29   27   26
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   24   26   27   26   26   24   22   21   19   16   15   16   14   11
+    9   10   12   14   13   13   13   16   19   21   24   30   34   35   32   27
+   23   21   20   18   16   15   14   12    8    6    5    7   11   14   15   13
+   10    9    9   10   12   12   12   10    9    9   12   17   18   17   13   11
+   14   20   27   31   31   29   27   24   22
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   20   21   22   24   24   23   22   20   17   15   15   15   11
+   12   11   12   13   13   13   14   17   19   22   23   29   33   34   31   26
+   21   20   19   18   16   15   15   12    9    6    6    9   13   16   17   15
+   12   10    9   11   13   13   11    9    9   12   16   19   20   18   14   13
+   16   22   28   31   30   27   24   21   18
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   13   14   15   17   20   22   22   23   21   17   17   14   14   11
+   12   10   12   13   13   15   17   18   20   21   22   26   29   31   27   23
+   19   19   19   17   16   16   15   12    9    7    7   11   15   17   18   16
+   13   11   10   12   13   13   10    8    9   14   18   21   20   18   16   16
+   19   24   29   30   29   26   22   17   15
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   11   13   14   16   18   19   21   22   21   19   17   15   13   11
+   10   10   11   12   13   16   20   21   20   19   19   22   25   26   24   21
+   19   18   17   16   16   16   15   12    8    7    8   12   15   17   17   16
+   13   11   11   13   14   13   10    7    9   15   19   21   20   18   17   18
+   22   26   29   30   28   25   21   16   12
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   12   13   14   15   16   16   17   20   22   21   20   18   16   13   12
+   12    9    9   10   12   17   21   23   22   20   17   18   20   23   23   21
+   19   17   16   15   15   15   14   11    7    6    8   12   15   16   16   15
+   13   12   12   14   15   13    9    7   10   15   19   20   18   16   17   20
+   24   28   29   29   27   25   22   17   13
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   17   15   16   16   17   20   22   22   21   20   18   16   15
+   14    9    7    6   12   18   22   24   24   20   16   17   19   21   21   20
+   19   17   15   14   13   12   11    9    6    5    8   11   13   13   13   14
+   13   13   13   15   15   13    9    7    9   14   17   17   14   14   17   22
+   26   28   28   27   26   24   23   20   16
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   22   19   16   14   16   18   22   23   23   22   22   20   18   16
+   14   11    9    8   15   20   23   24   24   19   15   15   17   19   20   20
+   19   16   13   11   10   10    8    6    4    5    8   11   11   11   11   12
+   13   13   14   15   15   12    8    6    8   12   15   13   10   11   16   22
+   27   28   26   23   22   22   22   22   19
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   21   17   14   15   19   22   24   24   24   24   22   19   16
+   14   13   15   16   20   21   23   24   22   17   14   14   16   18   19   18
+   17   15   12    9    7    7    5    4    3    5    9   10   10    9    9   11
+   14   14   15   15   14   11    7    5    6    9   11   10    7    9   15   23
+   28   27   22   20   19   19   20   21   22
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   24   21   17   14   14   18   22   24   25   25   25   24   21   18
+   15   13   15   18   20   19   21   23   20   14   12   13   14   17   17   16
+   15   14   11    7    6    6    5    4    4    6   10   10    9    8    8   11
+   14   15   15   15   13   10    6    4    5    7    9    8    7    9   16   24
+   27   26   20   18   18   18   20   22   22
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   23   19   16   14   14   17   20   22   24   25   27   26   23   20
+   17   15   12   12   14   16   20   22   18   12   10   10   12   14   14   14
+   14   13   11    9    8    8    7    6    6    8   10   11    9    7    8   12
+   15   16   15   14   12    9    6    5    5    7    8    9   10   12   18   26
+   28   25   19   18   20   21   23   24   23
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   22   17   14   13   13   16   17   19   20   23   26   26   25   22
+   19   16   11    9   12   14   18   20   17   12    9    8   10   10   11   12
+   13   13   13   13   12   11   10    9    8   10   12   12   10    8    9   13
+   17   17   15   13   11    9    7    7    7    8    8    9   11   13   19   26
+   27   23   19   18   20   24   26   26   25
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   25   19   14   11   11   12   14   15   15   16   19   23   24   24   23
+   20   17   11    8   10   12   15   18   16   12    9    8    8    9    9   10
+   13   15   16   16   15   14   12   11   11   13   15   14   11    9   10   14
+   18   17   15   12   10    9    8    8    9    9    9   10   11   13   17   23
+   25   21   18   18   20   23   26   24   27
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   18   12    9    9   11   13   12   11   12   16   20   22   22   21
+   19   15    9    5    7    9   14   17   15   12    8    7    8   10   10   12
+   14   17   17   17   15   14   13   12   13   15   17   16   13   11   11   15
+   18   18   15   12   11   11   10    9    9   10   11   12   13   14   15   18
+   20   18   17   17   18   20   22   23   24
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   17   11    8    9   10   12   10   10   10   13   17   19   20   18
+   16   12    8    5    5    8   13   16   15   12    9    8   10   11   12   14
+   16   18   18   16   14   14   12   12   14   16   18   17   15   12   13   15
+   18   18   15   13   12   12   12   10    9    9   12   14   15   16   16   16
+   16   15   16   16   17   18   20   21   22
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   16   10    7    9   11   11   11    9    8   12   14   16   17   15
+   13   10    7    4    3    6   11   15   16   13   11   11   13   14   15   16
+   16   17   16   14   12   11   10   12   14   17   18   18   15   13   13   15
+   17   17   15   14   14   14   13   12   10   10   13   16   17   17   15   14
+   13   13   15   17   18   18   18   19   20
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   15   10    8   10   12   13   11    9    9   10   11   12   13   12
+   10    7    5    4    3    6   11   14   15   14   13   14   15   16   16   16
+   16   15   14   12   10    8    8   10   13   16   18   18   15   13   13   14
+   16   15   14   14   15   16   15   13   11   11   14   17   19   18   15   12
+   11   12   15   18   20   19   19   19   19
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   15   12   11   12   14   15   13   11    9    8    8    9    9    8
+    7    5    4    3    4    7   11   14   15   15   15   16   16   16   16   15
+   14   13   12    9    7    6    7    8   12   15   18   18   15   13   12   12
+   13   13   13   13   15   16   16   14   12   12   14   18   19   18   14   11
+   10   12   16   20   21   21   21   20   19
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   16   13   13   15   17   17   15   12    9    7    6    7    7    5
+    4    3    2    2    4    8   11   14   15   15   15   16   15   15   14   12
+   12   11    9    7    5    6    6    7   11   15   18   18   15   12   10   10
+   10   11   11   12   14   16   15   14   12   12   14   17   19   17   13   10
+   10   12   16   20   22   23   22   20   19
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   16   14   15   16   18   18   16   13    9    6    5    6    6    4
+    3    3    2    1    4    8   11   13   14   15   15   14   14   13   12   11
+   11   11    9    7    6    5    5    7   12   16   19   18   15   11    9    7
+    7    7    9   10   12   14   14   13   11   12   13   15   17   16   13   10
+    9   12   16   20   22   23   22   20   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   15   14   14   16   18   18   16   13   10    7    6    6    6    5
+    3    3    2    1    3    6    9   12   13   14   14   13   13   12   12   12
+   13   12   11    9    6    5    5    9   13   16   18   17   13   10    7    5
+    5    5    6    8   10   12   12   11   10   10   11   14   16   15   12    9
+    9   11   15   18   21   21   20   19   17
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   12   13   14   16   16   15   13   10    8    7    7    7    5
+    3    3    3    1    2    4    7   10   11   12   12   13   12   12   13   14
+   15   15   13   11    8    8    9   12   15   17   17   15   12    9    7    5
+    4    4    5    7    9   10   11   10   11   12   12   13   14   13   11    9
+    8   10   13   17   19   19   18   16   15
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   10   10   10   11   12   12   12   10    9    8    7    7    7    5
+    3    2    3    2    0    2    5    7    9   11   11   12   12   13   14   16
+   17   17   16   14   12   12   13   15   16   16   15   14   11    9    8    8
+    7    6    6    7    8    9   10   10   11   13   12   13   13   12   10    8
+    8    9   11   14   16   16   15   14   12
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    9    9    9    9    9    9    8    8    7    7    6    6    7    7    5
+    2    2    3    3    2    0    3    5    8   10   10   11   12   13   14   16
+   17   18   17   17   16   16   16   17   16   15   14   12   11   10   10   10
+    9    9    8    8    9   10   10   10   11   12   12   12   12   10    8    7
+    7    7    9   12   13   13   12   11   10
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9    9    9    8    7    6    4    3    3    4    4    5    6    5
+    3    3    4    4    4    3    4    5    8    9   10   10   10   11   13   15
+   17   18   18   19   19   18   18   17   16   15   13   12   12   12   12   12
+   11   11   10   10   10   11   12   12   13   13   13   13   12   10    8    6
+    5    6    8    9   11   11   10    9    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9    9   10    9    8    7    4    2    1    1    3    4    5    4
+    4    5    6    6    7    7    6    7    9   10   10   10   10   11   12   13
+   15   17   18   19   20   20   19   18   16   14   13   12   12   12   12   12
+   13   13   13   13   13   14   14   15   15   15   15   14   13   11    8    6
+    5    6    7    8   10   10    9    8    8
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    9   10   10    9    8    7    5    4    3    2    3    4    5
+    5    6    7    8    9    9    9    9   10   11   11   12   11   11   11   11
+   13   15   18   19   20   20   19   17   16   14   13   12   12   12   12   13
+   14   15   16   16   17   17   18   18   18   18   18   17   15   12   10    7
+    6    6    8    9   10   10    9    8    7
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    7    7    8    9    9   10   10    9    8    7    6    5    5    5    5
+    5    6    7    8    9    9    9   10   10   11   11   11   10   10    9   10
+   12   14   16   18   20   19   19   17   15   13   12   11   11   11   12   14
+   16   18   19   19   20   21   21   21   21   21   20   19   17   15   12   10
+    8    8    9   11   12   12   10    9    8
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    8    7    7    8    8    9   10   10   10    9    8    7    7    6    6
+    6    6    7    8    9    9    9    9    9    9   10   10    9    8    8    9
+   10   13   15   18   19   19   18   16   14   12   11   10   10   11   13   15
+   18   20   21   22   22   23   23   23   23   23   22   21   20   17   15   13
+   11   11   12   13   14   15   14   12   10
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11    9    8    8    8    9   10   10   11   10    9    9    8    7    7
+    6    6    7    8    8    9    9    8    8    8    8    8    8    8    8    8
+   10   12   15   17   18   18   17   15   13   10    9    9    9   11   14   17
+   19   21   22   23   23   23   23   23   23   23   23   23   21   19   18   16
+   15   15   15   17   18   18   17   16   13
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   11   10    9    9   10   11   11   10   10    9    8    7    7
+    6    6    7    7    8    8    8    7    7    7    7    8    8    8    8    9
+   10   12   15   16   17   17   16   14   12   10    9   10   11   13   15   18
+   19   20   21   22   22   21   21   22   22   23   23   23   22   21   20   19
+   19   19   19   21   22   22   21   20   17
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   19   17   15   14   13   12   12   12   12   11   10   10    9    8    7
+    6    6    6    6    7    7    7    6    6    6    7    7    7    8    8   10
+   11   13   15   16   16   16   15   13   12   11   11   12   13   15   16   17
+   18   19   19   19   19   18   18   19   20   22   22   22   21   21   21   21
+   22   22   24   25   26   26   25   24   22
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   24   22   21   19   18   17   16   15   14   14   13   12   11   10    8
+    8    7    7    7    6    6    6    6    6    7    7    8    8    9   10   11
+   13   14   16   16   17   16   15   14   13   12   12   13   14   15   16   15
+   15   16   15   15   14   14   14   15   18   20   21   21   21   21   22   23
+   24   26   28   29   30   30   29   28   26
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   29   28   26   24   23   22   21   20   19   18   16   15   14   12   11
+   10    9    8    7    7    7    7    7    7    8    8    9   10   11   12   14
+   15   16   17   17   17   17   16   15   14   13   13   13   13   13   13   12
+   11   11   10   10   10   10   10   11   15   18   19   19   19   21   22   24
+   26   29   31   34   34   34   33   32   31
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   33   32   31   29   28   27   26   24   23   22   21   19   17   16   14
+   13   11   10    9    8    8    8    8    9    9   10   11   12   13   14   15
+   16   17   18   18   18   17   17   15   14   13   12   11   11   10    9    9
+    8    7    6    6    6    7    7    8   12   17   19   18   19   21   22   25
+   28   31   34   35   35   35   35   35   35
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   36   35   35   34   33   31   30   29   27   26   24   22   21   19   17
+   16   14   13   12   11   10   10   10   10   11   12   13   14   15   16   16
+   17   18   18   18   18   18   17   16   15   14   13   12   10    9    8    8
+    7    7    6    6    6    7    7    8    9   12   16   16   19   19   22   25
+   28   30   32   33   35   36   37   37   37
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   36   36   36   35   34   32   31   30   28   27   25   23   22   20
+   19   17   16   15   14   13   13   12   13   13   14   14   15   16   17   17
+   18   18   18   18   18   18   18   17   17   16   15   14   13   12   11   11
+   10   10   10   10    9    9    9   10   13   16   19   18   19   21   22   24
+   26   28   30   32   33   35   36   36   37
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   35   34   34   34   33   32   31   30   29   27   26   25   23   22
+   21   20   19   18   17   16   16   16   16   16   16   16   16   17   17   18
+   18   18   18   18   18   18   18   18   18   18   17   17   17   16   16   16
+   16   16   16   15   16   17   18   19   21   22   23   23   22   23   23   24
+   26   27   29   30   31   32   33   34   34
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   30   30   30   30   29   29   28   28   27   26   26   25   24   23
+   22   22   21   20   20   20   19   19   19   19   19   18   19   19   19   19
+   19   19   19   19   19   19   20   19   19   19   19   19   19   20   19   19
+   20   20   20   20   21   22   22   23   23   24   24   24   24   24   25   25
+   25   26   26   27   28   29   29   29   30
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   26   26   26   26   25   25   25   25   25   25   24   24   24   23
+   23   23   23   23   22   22   22   22   22   22   21   21   21   21   21   21
+   21   21   21   21   21   21   21   22   21   22   22   22   22   22   22   22
+   22   22   23   23   23   23   23   24   24   24   24   24   24   25   25   25
+   25   25   25   25   26   26   26   26   26
+     1                                                      END OF RMS MAP     
+     2                                                      START OF RMS MAP
+  2010    12     4     2     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9    9    9    9    9    9    9    9   10   10   10   10   10   10
+   10   10   10   11   10   10   10   11   11   10   10   10   11   11   11   10
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   10   10   10   10   10   10   10   10   10   10   10    9    9    9    9
+    9    9    9    9    9    9    9    9    9
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    8    9    9    9   10   11   11   11   11   11   11   11   11   10
+   11   11   11   10   11   11   10   11   10   10   10   10   10   10   10   10
+   10   10   10   10   11   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   10   10   10   10    9    9    9    9    8    8    8    8    8
+    7    7    7    7    7    7    7    7    7
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    7    7    8    8    8    9    9    9   10   10   10   11   11   11
+   11   11   11   11   11   11   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   11   11   11   11   12   12   12   12   12   12   12
+   12   11   11   11   10   10    9    9    9    8    8    7    7    7    6    6
+    6    6    6    6    6    6    6    6    6
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    6    7    7    7    8    8    9   10   10   11   11   11   12   12
+   12   12   12   11   11   11   11   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   11   11   11   11   12   12   12   12   12   12   12
+   12   12   11   11   10   10    9    9    8    8    7    7    6    6    6    5
+    5    5    5    5    5    5    5    5    5
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    6    7    7    8    8    9   10   10   11   11   12   12   12   12
+   13   12   12   12   12   12   12   12   11   11   11   11   11   11   11   11
+   11   11   11   11   11   11   11   12   12   12   12   13   13   13   13   13
+   13   12   12   11   11   10   10    9    9    8    8    7    7    6    6    6
+    5    5    5    5    5    5    5    5    6
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    8    9    9   10   10   11   11   12   12   13   13   13   14
+   14   14   14   14   14   14   13   13   13   13   13   13   13   13   13   13
+   12   12   12   12   11   11   12   12   12   13   13   13   14   14   14   14
+   13   13   12   12   11   11   11   10   10    9    9    8    8    7    7    7
+    6    6    6    5    5    6    6    6    7
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9    9   10   11   11   12   12   12   13   13   14   14   15   15   16
+   16   16   16   16   16   15   15   15   15   15   15   16   15   15   15   15
+   14   14   13   13   12   12   12   12   12   13   13   14   14   14   14   14
+   14   13   13   12   12   11   11   11   11   11   11   10   10    9    9    9
+    8    8    7    7    6    6    7    7    8
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   12   13   14   14   14   14   14   15   15   16   17   17   18
+   19   18   18   18   18   17   17   17   17   17   18   18   18   18   17   17
+   16   15   14   13   13   12   12   12   12   13   14   14   15   15   15   14
+   14   13   13   12   12   12   12   12   12   12   12   12   12   12   11   11
+   10   10   10    9    8    7    7    8    9
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   14   15   15   16   16   16   17   17   17   18   19   20   20
+   20   20   19   20   20   19   19   19   19   19   19   19   19   19   19   18
+   17   16   15   14   13   13   12   12   13   14   14   15   16   16   16   15
+   15   14   14   13   13   12   12   13   13   13   14   14   14   14   13   12
+   11   12   12   10    9    7    8    9   10
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   13   15   16   17   17   18   18   18   19   19   20   21   21   22
+   22   21   21   21   20   20   19   19   19   19   19   20   19   19   19   19
+   18   17   16   14   14   13   13   13   14   14   15   16   17   17   17   16
+   16   15   14   13   13   13   14   15   15   14   15   15   15   15   14   13
+   12   12   12   11    9    8    9    9   11
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   15   17   18   19   19   19   19   19   20   20   21   22   23
+   23   22   21   21   20   20   19   18   18   18   18   19   19   19   19   18
+   18   17   16   15   14   13   13   14   15   15   16   17   18   19   18   17
+   17   16   15   15   14   14   15   15   15   14   15   15   15   15   15   14
+   13   13   13   12   10    9    9   10   10
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   16   18   19   20   20   20   20   19   19   19   20   21   22
+   22   22   22   21   20   19   18   17   17   17   17   17   17   17   18   18
+   18   17   17   16   15   14   14   15   16   17   18   19   20   20   20   19
+   18   17   16   16   16   14   14   14   13   13   14   14   15   15   15   15
+   14   14   13   11    9    9    9    9   10
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   11   13   15   17   19   20   21   20   20   19   18   18   18   19   20
+   21   21   21   20   19   18   18   17   16   15   15   15   15   16   17   18
+   18   18   18   17   17   16   17   17   18   19   20   21   22   22   21   20
+   19   18   18   17   17   16   15   14   13   13   13   13   14   15   15   15
+   14   13   12   11    9    8    8    8    9
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8   10   12   14   16   18   20   21   20   19   18   16   16   16   17   18
+   19   19   20   20   19   19   18   17   15   15   14   14   15   16   17   18
+   18   19   19   19   19   19   19   19   20   20   21   22   23   23   22   21
+   20   20   19   19   18   18   18   17   15   14   14   14   14   15   15   15
+   14   14   13   11    9    8    8    7    8
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   11   13   15   17   19   20   20   19   17   15   14   14   14   15
+   17   17   18   19   19   19   18   17   16   15   15   15   15   16   17   19
+   20   21   21   21   21   21   21   21   21   22   23   23   24   23   23   22
+   21   20   21   21   21   21   21   20   18   16   16   15   15   15   16   16
+   16   16   15   14   12   10    9    8    8
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   12   14   16   18   20   19   18   16   14   13   12   13   14
+   15   16   18   19   19   20   20   19   18   17   16   16   16   17   18   20
+   21   22   23   23   22   22   22   22   22   23   23   24   24   23   23   22
+   21   20   21   22   23   24   24   23   21   20   19   18   17   17   17   17
+   18   18   18   18   16   14   12   10   10
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   12   12   13   15   18   19   19   18   16   14   13   12   13   13
+   15   16   18   19   20   21   21   21   20   19   19   18   18   18   19   21
+   22   23   24   24   23   23   23   23   23   24   23   24   24   23   22   21
+   20   20   20   23   24   26   26   25   24   22   21   20   19   19   19   19
+   20   21   21   21   20   18   16   14   12
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   12   12   13   15   17   19   20   19   17   16   14   13   13   14
+   15   16   18   19   21   22   23   23   22   22   21   20   20   19   20   22
+   23   24   24   24   23   22   22   22   23   23   23   23   23   23   22   20
+   19   18   19   21   24   26   27   26   25   23   22   22   21   20   20   20
+   21   23   24   24   24   22   20   17   15
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   14   12   12   14   16   18   20   20   19   17   16   15   16   16
+   17   17   19   20   22   23   24   24   24   24   23   22   21   21   21   22
+   23   24   23   23   22   21   21   21   21   21   21   21   21   21   20   18
+   16   16   17   19   22   25   26   26   25   24   23   23   22   22   21   21
+   22   24   25   26   26   24   22   20   17
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   14   12   12   13   15   18   20   21   20   20   18   18   18   18
+   19   19   20   21   22   24   25   25   25   25   25   24   23   23   22   22
+   22   22   22   21   20   19   19   19   20   19   19   20   20   20   19   16
+   14   13   14   16   19   22   24   24   23   23   23   23   23   22   22   21
+   22   24   25   26   25   24   22   20   18
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   14   13   13   13   15   18   21   22   21   21   20   20   20   20
+   20   20   21   21   22   24   24   24   24   25   25   25   25   24   23   22
+   21   21   21   20   19   18   18   18   18   18   18   19   19   19   17   14
+   12   11   12   13   16   19   21   21   21   22   23   23   23   22   21   21
+   22   23   24   24   23   22   21   20   18
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   12   12   14   16   19   22   23   22   22   21   21   21   21
+   21   21   21   21   22   22   23   23   23   24   25   26   26   25   24   22
+   22   21   21   19   18   17   17   17   17   18   18   18   18   17   16   13
+   12   10   10   12   14   17   18   18   19   20   21   22   23   23   21   21
+   22   23   23   22   21   20   19   18   17
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   13   12   13   14   16   19   22   24   23   22   21   21   21   22
+   21   21   22   21   21   22   21   21   22   23   25   26   27   26   25   23
+   23   22   21   20   18   17   17   16   17   17   17   17   17   16   15   13
+   12   11   11   11   13   15   16   16   17   18   19   21   22   22   22   22
+   23   24   23   21   19   19   18   17   16
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   15   14   14   15   17   20   23   24   23   21   20   20   20   21
+   21   21   21   21   21   21   20   20   20   21   23   26   27   27   26   25
+   24   24   23   20   19   17   17   16   16   15   15   15   15   15   14   13
+   12   11   10   11   12   14   14   15   15   16   18   20   22   22   22   23
+   26   27   26   24   22   21   19   16   16
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   18   17   16   17   21   23   24   24   22   20   19   19   19
+   20   20   21   21   21   20   19   18   18   19   21   24   27   28   27   26
+   26   25   23   21   19   18   17   16   15   14   14   13   14   13   13   12
+   11   11   11   11   12   13   13   13   14   15   18   20   22   23   24   27
+   30   32   29   28   27   24   22   18   18
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   23   22   21   19   19   21   24   24   22   21   19   17   17   17
+   18   19   20   20   20   19   18   17   16   17   20   23   26   28   28   27
+   26   25   24   22   20   18   16   15   14   13   12   12   12   11   11   11
+   10   11   12   13   13   13   13   13   13   15   18   20   23   25   27   30
+   33   36   33   31   30   27   25   22   22
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   25   25   24   22   21   22   23   22   20   19   17   15   15   15
+   16   18   19   19   19   18   17   16   15   16   18   22   26   26   27   25
+   24   24   23   21   19   17   15   14   13   11   10   10   10   10   10   10
+   11   12   14   14   15   15   14   14   14   15   18   21   24   26   28   30
+   36   38   34   33   31   28   26   22   22
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   26   24   24   23   22   21   21   19   18   16   15   15   14   14
+   14   16   18   18   18   17   17   16   16   15   17   21   24   24   24   23
+   22   22   21   19   17   16   14   12   11   10    9    9    9    8    9   10
+   12   14   16   16   16   16   16   16   16   17   19   22   24   26   29   30
+   35   37   34   33   31   28   26   23   22
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   24   23   23   23   21   19   18   16   15   14   14   14   14   13
+   13   16   18   18   17   17   17   17   16   16   18   20   23   22   22   21
+   20   19   18   16   15   14   13   11   10    9    8    8    8    8    9   11
+   14   16   17   17   17   17   17   18   18   18   20   22   24   26   28   30
+   32   33   33   31   28   27   25   23   22
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   23   23   22   20   17   17   15   14   13   13   14   14   12
+   13   16   18   18   17   17   18   18   18   18   19   22   22   22   21   19
+   18   17   15   14   13   13   12   10    9    9    9    9    9    9   11   13
+   15   16   17   17   17   18   18   18   18   19   20   21   23   24   26   27
+   29   29   30   29   27   25   23   20   19
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   17   19   23   23   22   18   15   15   14   13   13   14   14   14   13
+   14   16   19   18   17   17   18   20   20   21   23   25   24   22   21   19
+   18   16   14   13   13   13   12   10    9    9    9    9   10   11   12   14
+   15   16   17   16   16   17   18   19   19   19   20   21   22   22   23   24
+   26   27   28   27   26   23   19   16   14
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   13   18   22   24   22   16   12   12   13   13   14   15   16   16   15
+   15   16   18   17   16   17   20   23   24   26   27   27   25   23   22   20
+   18   16   15   14   14   13   12   10    9    9   10   11   12   13   14   15
+   16   16   16   16   16   17   18   19   19   19   20   22   22   22   22   21
+   22   23   25   25   23   20   16   11   10
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7   11   17   22   22   20   17   14   12   14   15   15   16   18   17   16
+   16   16   17   16   16   19   23   27   28   29   28   26   25   24   23   21
+   19   17   16   16   15   14   13   11   11   11   12   14   15   16   16   17
+   17   17   16   15   16   17   19   20   20   19   21   23   24   23   21   20
+   19   20   21   21   20   17   13    8    7
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7   11   17   20   21   20   17   14   12   13   15   15   17   19   18   17
+   16   17   17   16   17   22   27   31   30   29   28   26   24   23   22   20
+   19   18   18   18   17   16   15   14   13   14   15   16   17   17   18   18
+   18   17   16   16   16   18   19   20   20   20   21   23   25   24   22   20
+   17   17   17   16   16   14   11    7    7
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   13   17   20   21   20   19   16   14   14   16   16   18   19   19   18
+   18   18   17   17   20   25   29   31   30   28   26   24   23   21   21   20
+   20   20   20   19   18   17   17   16   16   16   17   17   18   18   18   18
+   17   16   16   16   17   19   19   20   20   20   21   23   25   25   23   20
+   18   16   15   14   13   12   10   10   10
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   21   22   21   20   18   16   17   18   17   18   19   18   19
+   19   19   19   19   22   26   29   29   28   26   25   24   22   21   20   20
+   21   21   21   20   19   19   18   18   17   17   17   18   18   18   18   17
+   16   16   16   17   18   19   20   20   20   20   22   24   26   26   24   21
+   19   17   15   14   13   13   14   15   16
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   21   23   22   22   20   19   18   19   19   18   18   18   18
+   20   21   21   22   23   25   26   26   25   25   24   23   21   20   19   20
+   20   21   20   19   19   19   19   18   18   17   18   18   17   17   17   17
+   16   16   16   17   18   19   20   19   20   20   22   25   27   26   25   24
+   22   21   18   18   17   19   20   22   23
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   30   27   25   25   24   25   23   21   20   20   21   20   19   18   18
+   19   21   23   24   24   24   23   23   23   23   22   21   20   19   18   19
+   19   18   18   17   16   17   17   18   17   17   17   17   17   17   16   16
+   16   16   17   18   19   19   19   18   19   20   23   26   28   27   27   26
+   25   24   22   23   24   25   28   30   31
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   35   32   28   26   25   26   25   23   21   22   23   23   21   20   18
+   19   21   23   25   25   25   22   21   21   21   20   19   18   17   16   17
+   16   15   14   13   13   14   15   16   16   16   16   16   16   16   16   16
+   16   17   18   19   19   19   17   17   18   21   24   27   29   28   28   28
+   28   28   27   29   30   33   36   37   36
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   39   36   32   28   26   27   26   24   22   22   23   23   22   20   18
+   19   21   22   24   24   24   22   21   20   19   17   15   14   14   14   14
+   13   11   10    9   10   11   13   13   14   14   15   15   15   15   16   17
+   17   18   19   19   19   17   16   16   17   21   24   27   28   28   28   28
+   30   31   30   33   35   38   40   42   40
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   41   36   32   28   26   26   25   24   23   23   23   23   22   19   18
+   19   20   20   21   21   20   20   19   17   16   15   13   12   11   11   11
+   10    8    6    6    7    9   10   11   12   13   14   15   15   16   16   18
+   18   18   19   19   18   16   15   15   17   22   26   27   27   27   28   28
+   30   32   32   35   37   39   42   44   43
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   39   34   30   27   24   24   23   23   22   23   24   23   22   20   19
+   19   19   18   17   16   15   16   16   15   14   12   12   11    9    9    9
+    7    6    4    4    6    8    9   11   11   13   15   16   16   16   17   18
+   18   19   18   18   16   15   14   15   18   24   28   27   25   26   26   27
+   28   30   32   35   36   40   41   42   43
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   31   27   24   22   21   21   21   20   21   23   22   22   21   20
+   20   19   17   14   12   12   14   16   17   14   12   10    9    8    8    8
+    7    6    5    6    8    9   10   11   12   14   15   16   17   17   18   19
+   19   18   17   16   15   13   13   14   17   24   28   24   23   23   23   24
+   25   26   30   33   34   36   38   39   39
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   27   22   20   18   18   18   18   18   19   20   21   22   22   22
+   21   19   16   12   10   10   13   17   19   16   12   10    9    9   10   10
+   10   10    9   10   11   12   12   12   13   15   17   18   18   18   19   19
+   19   18   16   15   14   13   13   14   15   18   23   21   20   20   20   21
+   21   23   27   30   30   31   33   32   32
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   21   17   15   15   14   15   15   16   17   17   19   20   22   23
+   23   21   17   12   10    9   11   16   18   16   13   12   12   13   13   14
+   14   14   14   15   15   15   15   15   16   17   19   19   19   19   19   19
+   18   17   15   14   13   13   13   14   14   16   18   18   18   18   18   19
+   19   21   24   26   26   26   25   24   24
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   15   13   12   11   11   11   12   13   13   14   16   18   20   22
+   23   22   19   15   13   11   11   16   18   16   14   14   15   16   17   18
+   18   18   19   19   19   19   18   17   18   19   20   20   20   19   19   19
+   18   17   15   13   13   13   14   15   16   17   17   17   17   17   17   18
+   18   20   22   22   21   19   18   16   16
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   10    8    8    8    9   10   11   11   11   12   15   18   21
+   23   23   21   19   17   15   16   17   18   17   16   16   17   18   19   20
+   20   21   21   22   22   22   21   20   20   21   21   21   19   18   18   19
+   18   17   15   13   13   14   16   17   18   19   18   18   17   17   17   17
+   19   20   21   21   19   15   12   11   11
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9    8    6    6    6    7    8    9    9    9    9   12   16   20
+   22   23   23   22   21   20   19   19   18   18   18   18   19   20   20   20
+   20   21   22   23   24   23   23   22   22   22   22   21   19   18   18   18
+   18   17   15   14   14   15   17   19   20   20   19   18   18   17   17   18
+   19   21   21   20   17   14   11    9    9
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   10    7    5    5    6    7    8    9    9    8    8   10   14   18
+   21   23   23   23   23   22   21   19   18   18   18   18   19   19   18   18
+   18   19   21   22   24   24   23   23   23   23   22   20   18   17   17   17
+   17   16   15   14   14   15   17   20   21   20   20   19   18   18   18   19
+   20   21   21   20   18   15   13   12   11
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   13   10    7    6    7    7    8    8    8    8    8   10   13   17
+   20   22   23   23   23   22   21   20   19   18   18   18   18   17   16   15
+   15   16   19   21   23   23   23   23   23   22   21   19   17   15   15   16
+   17   16   15   14   14   15   17   19   20   19   19   18   17   17   18   18
+   19   20   20   19   17   15   15   15   15
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   13   10    8    8    9    8    8    8    8    8    9   12   15
+   18   20   21   22   22   21   20   19   18   17   16   16   15   14   13   12
+   13   14   17   20   22   23   23   23   23   22   20   17   14   13   14   15
+   16   15   14   13   13   13   15   17   18   17   16   16   16   16   17   18
+   19   19   18   17   16   15   15   16   18
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   17   14   12   10   10   10    9    7    6    6    7    8   11   13
+   16   17   19   19   19   19   18   17   16   15   14   14   13   12   12   11
+   12   14   16   19   21   22   22   22   21   19   17   14   12   12   13   14
+   15   14   13   11   10   10   12   14   15   14   14   13   14   14   16   16
+   17   17   16   15   14   13   14   16   18
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   15   14   12   11   11   11    9    7    5    5    5    6    8   11
+   14   15   16   16   16   16   16   15   14   14   13   12   12   12   12   12
+   13   14   17   19   21   21   21   20   19   16   14   12   11   11   12   13
+   13   12   11    9    8    8    9   11   11   12   11   11   12   13   14   15
+   15   15   14   13   12   11   13   14   16
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   11   10   10   10   10    9    6    4    4    4    4    6    9
+   11   13   13   13   14   13   13   12   12   12   11   11   11   12   13   13
+   15   16   18   19   20   20   19   17   16   13   11   10   10   11   11   12
+   12   10    8    8    8    7    8    9    9    9    9    9   10   11   12   13
+   14   13   12   11   10   10   11   12   13
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10    9    8    8    8    9    9    8    6    4    3    4    4    5    8
+   10   11   11   11   11   11   11   11   10   10   10   11   11   12   14   15
+   16   18   19   20   20   18   17   15   13   12   11   10   10   11   11   11
+   10    9    7    7    7    7    7    8    9   10    9    9    9    9   11   12
+   12   12   11   10    9    8    8    9   10
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    6    6    6    7    7    8    8    7    5    4    4    4    5    6    8
+   10   11   11   11   11   10   10   10   10   10   11   11   12   13   15   16
+   18   19   20   20   19   18   16   15   15   14   13   12   11   11   11   10
+    9    8    7    7    7    7    8    9   10   11   10    9    8    8   10   11
+   11   11   10    9    8    7    6    6    7
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    5    6    7    8    8    9    8    7    5    4    4    5    6    7    9
+   11   12   12   12   12   12   11   12   11   11   12   12   12   14   15   17
+   18   19   20   19   19   18   18   18   18   17   16   13   12   11   10   10
+    9    8    8    8    8    9   11   12   14   14   13   11    9    8    9   11
+   12   11   10    9    8    6    5    4    4
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    5    7    8    9    9    9    9    8    6    5    5    5    6    8    9
+   11   12   13   13   14   14   14   14   13   12   12   12   13   14   15   16
+   17   18   19   19   19   20   20   21   21   19   17   14   12   11   10   10
+   10    9   10   10   11   13   15   17   18   18   16   14   11   10   10   11
+   13   13   12   11   10    8    6    4    3
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    7    8    9   10   10    9    9    8    7    6    7    8    9   10
+   11   13   14   14   14   14   14   14   13   12   12   11   12   13   13   14
+   16   16   17   18   20   21   23   23   22   20   17   14   12   11   11   11
+   11   11   12   13   15   18   20   22   23   23   21   18   15   12   11   12
+   14   15   15   14   13   12    9    6    4
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    6    7    8    9   10   10   10    9    9    8    8    9    9   10   10
+   11   12   13   14   14   14   13   13   12   11   10   10   11   11   11   12
+   13   15   16   18   20   22   23   23   22   19   16   14   13   13   13   13
+   13   13   14   16   19   22   25   27   28   27   25   22   19   15   13   14
+   16   17   18   18   18   16   14   11    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   11   10   10   10   11   11   10   10   10   10   10   10   10   11   11
+   12   12   12   13   13   13   12   12   12   11   10    9    9   10   10   10
+   11   12   14   16   19   20   21   21   20   18   15   14   15   16   16   15
+   15   15   16   18   21   24   27   30   31   30   28   25   22   19   17   17
+   19   20   22   22   22   21   19   17   14
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   17   15   14   13   13   12   12   11   11   11   11   11   11   11   11
+   11   11   11   11   12   12   12   11   11   10    9    9    8    8    8    9
+   10   11   13   15   16   18   19   18   18   17   15   16   17   17   17   17
+   16   15   16   18   21   25   28   30   32   31   30   28   25   23   21   22
+   23   25   26   27   27   27   25   23   20
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   24   22   20   18   17   15   14   13   12   11   11   11   11   11   10
+   10   10   10   10   10   10   10   10   10   10    9    9    9    8    8    8
+    9   10   12   13   15   15   16   16   17   17   17   18   18   19   18   17
+   16   15   15   17   20   24   27   30   31   31   30   29   27   26   25   26
+   28   29   31   32   33   33   32   29   27
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   31   28   26   23   21   19   17   15   13   12   11   11   10   10   10
+   10    9    9    9    8    8    9   10   10   10   10   10    9    9   10    9
+   10   11   12   13   14   15   15   16   16   17   18   18   19   19   18   17
+   15   14   14   15   18   21   25   27   29   29   29   29   28   28   29   30
+   32   34   36   38   39   38   38   36   33
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   37   35   32   29   26   23   20   17   15   13   12   11   10    9    9
+    9    9    8    8    8    8    9   10   10   10   11   10   10   10   11   11
+   12   12   13   14   15   15   16   16   16   16   16   17   17   16   16   15
+   13   12   11   12   15   19   22   25   26   27   28   29   29   30   31   34
+   36   38   41   42   43   43   43   41   40
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   42   39   36   33   30   27   24   21   18   16   14   12   10    9    9
+    8    8    8    8    8    9    9   10   11   11   11   11   11   12   12   13
+   13   14   14   15   15   16   16   16   15   14   14   13   13   12   11   11
+   10    9    9   10   12   14   18   22   24   26   27   28   30   31   34   36
+   39   41   43   45   46   47   46   46   44
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   42   39   36   33   31   28   25   22   19   17   15   13   11   10
+    9    9    9    9    9    9   10   10   11   11   11   11   12   12   12   13
+   13   14   14   14   15   15   14   14   13   12   11   10    9    9    9    9
+    8    9   10   10   11   12   14   17   21   25   27   28   30   33   35   38
+   40   42   44   46   47   47   47   47   45
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   42   40   38   36   33   31   28   26   23   21   19   17   15   14
+   13   12   11   11   11   11   11   11   11   12   12   12   12   12   13   13
+   13   13   13   13   13   13   12   11   11   10    9    9    9    9   10   11
+   11   12   13   14   15   16   17   19   21   23   27   30   32   34   36   38
+   40   41   43   45   45   46   46   45   45
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   39   37   36   34   32   31   29   27   25   23   21   20   18
+   17   16   15   15   14   14   13   13   13   13   13   14   14   14   14   14
+   14   14   14   13   13   13   12   12   12   11   11   11   11   12   12   13
+   14   14   16   16   17   19   20   22   24   27   29   32   33   35   36   37
+   39   40   41   42   42   43   43   42   42
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   37   36   35   34   33   32   31   30   28   27   26   25   24   23
+   22   21   20   19   19   18   18   17   17   17   17   17   17   17   17   17
+   17   17   17   16   16   17   16   16   16   16   16   17   16   17   18   18
+   19   19   20   21   22   23   24   26   27   28   30   31   32   33   34   35
+   36   36   37   38   38   38   38   38   38
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   32   32   31   31   30   30   30   29   28   28   27   27   26   25
+   25   25   24   24   23   23   23   22   22   22   22   22   22   22   21   21
+   21   21   21   21   22   22   21   22   22   22   22   22   23   22   23   24
+   24   24   24   25   25   26   27   27   28   28   29   29   30   31   31   31
+   32   32   32   32   32   32   32   32   32
+     2                                                      END OF RMS MAP     
+     3                                                      START OF RMS MAP
+  2010    12     4     4     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   10   11   11   11   11   11   11   12   12   12   12   12
+   12   13   13   13   13   13   13   13   13   13   13   13   13   14   14   13
+   14   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   13   12   12   12   12   12   11   11   11   11   11   11   10   10   10   10
+   10   10   10   10   10   10   10   10   10
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9    9   10   10   10   11   11   11   12   12   13   13   13   13
+   14   14   14   14   14   14   14   14   14   14   14   14   14   14   14   14
+   14   15   15   15   15   15   15   15   15   15   15   15   14   14   14   14
+   13   13   13   13   12   12   11   11   11   11   10   10   10   10   10    9
+    9    9    9    9    9    9    9    9    9
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9    9    9    9   10   10   11   11   12   12   13   13   14   15   15
+   15   16   16   16   16   16   16   15   15   15   15   15   15   15   15   15
+   15   15   15   16   16   16   16   16   16   16   16   16   16   16   15   15
+   15   14   14   13   13   12   12   12   11   11   10   10    9    9    9    9
+    9    9    8    8    8    8    8    8    8
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9    9   10   10   11   11   12   12   13   14   15   16   16   17
+   17   18   18   18   18   18   17   17   16   16   16   15   15   15   15   15
+   15   16   16   16   17   17   17   17   17   17   17   17   17   17   16   16
+   16   15   14   14   13   13   12   12   11   11   10   10   10    9    9    9
+    9    9    9    8    9    8    8    9    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   11   11   11   12   13   13   15   16   17   18   19   19
+   20   20   20   20   20   19   18   18   17   17   16   16   15   15   15   15
+   15   15   16   17   17   17   18   18   18   18   18   17   17   17   16   16
+   16   15   14   13   13   13   12   12   12   11   11   11   10   10   10   10
+    9    9    9    9    9   10   10   10   10
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   12   12   13   13   14   15   16   17   18   20   21   22
+   22   22   22   22   21   21   20   19   18   17   16   16   16   15   15   15
+   15   15   16   17   17   17   18   18   18   18   18   17   17   16   16   15
+   15   14   14   13   13   13   13   12   12   12   12   11   11   11   10   10
+   10   10   10   11   11   11   11   12   12
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   14   14   15   15   16   17   18   19   20   21   22   23
+   24   24   24   23   22   22   21   19   19   18   17   16   16   15   15   15
+   15   16   16   16   17   17   18   18   18   17   17   16   16   15   15   14
+   13   13   12   12   12   12   12   12   13   13   12   12   11   11   11   11
+   11   11   11   11   12   13   13   14   14
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   17   18   18   18   19   20   20   21   22   23   24
+   24   25   24   24   23   22   21   20   19   18   17   17   16   16   15   15
+   15   15   16   16   17   17   17   18   17   16   16   15   15   14   13   12
+   12   12   11   12   12   12   12   13   13   13   13   12   12   11   11   11
+   11   11   11   12   13   15   15   16   17
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   20   20   20   20   20   21   21   22   22   23   23   24   24
+   24   24   24   24   23   22   21   20   19   18   17   17   16   16   15   15
+   15   15   15   16   16   16   16   16   16   15   15   14   13   13   12   11
+   11   11   11   11   11   12   12   12   13   14   14   13   12   12   11   11
+   11   11   12   13   14   16   17   18   19
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   23   23   23   23   22   23   23   24   24   24   24   24   24
+   24   24   23   23   22   21   20   19   18   17   17   16   16   16   15   15
+   15   15   14   15   15   15   15   16   15   15   14   14   13   12   12   11
+   11   11   11   11   11   12   12   12   13   15   15   14   13   12   12   11
+   11   12   13   14   16   17   19   20   21
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   25   25   24   24   24   24   25   25   25   25   25   24   23
+   23   22   22   21   21   20   19   18   17   16   16   16   16   16   16   16
+   15   15   14   14   15   15   16   16   16   16   15   14   13   12   12   12
+   12   12   12   11   11   11   12   13   14   16   16   14   14   13   12   12
+   12   12   13   15   16   18   19   21   22
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   24   24   25   25   24   24   25   25   26   26   26   24   23   22
+   21   21   20   20   19   19   18   17   16   16   16   16   16   17   16   16
+   15   15   14   14   15   16   16   17   17   17   16   15   14   14   13   14
+   13   13   12   12   12   12   13   13   14   16   16   15   14   14   13   12
+   12   12   13   14   16   17   18   20   21
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   23   23   23   24   24   24   25   26   25   25   24   22   21
+   20   19   19   19   19   19   18   17   16   16   16   16   17   17   17   16
+   16   15   15   15   15   17   18   19   19   19   18   17   16   15   15   15
+   14   14   14   14   13   14   14   15   15   16   16   16   15   15   14   14
+   14   13   14   14   15   16   17   19   20
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   20   21   21   21   22   23   24   24   24   24   22   21   19
+   19   18   18   19   19   19   18   17   16   16   17   17   18   18   18   17
+   16   16   16   16   17   18   20   21   21   21   20   19   18   17   17   17
+   17   16   16   16   16   16   16   16   16   16   17   17   17   16   16   16
+   16   16   15   16   15   15   16   17   18
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   18   18   19   19   20   21   23   23   22   21   19   18
+   17   18   18   19   20   19   19   17   17   17   18   18   19   19   19   17
+   17   16   16   17   18   20   21   23   23   23   22   21   20   19   19   19
+   19   19   19   18   18   18   18   17   17   17   18   19   18   18   18   18
+   18   18   18   17   16   15   15   16   16
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   17   17   16   16   17   18   19   21   21   21   20   18   17
+   17   17   18   20   20   21   20   19   19   19   19   20   20   20   19   18
+   17   16   17   18   20   21   23   24   24   24   23   22   21   21   21   21
+   21   22   21   21   20   19   19   18   18   17   18   19   19   20   21   21
+   22   21   20   19   17   16   15   15   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   16   16   15   15   15   16   17   19   20   20   20   18   17
+   16   17   19   20   22   22   21   21   20   20   21   21   21   20   20   18
+   17   16   17   19   21   22   23   24   24   24   23   23   22   22   23   23
+   23   23   23   22   21   20   19   18   17   17   18   19   20   21   22   23
+   24   24   23   21   19   17   15   14   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   16   16   15   15   14   15   16   18   19   20   20   19   18
+   17   18   19   21   22   23   23   22   22   21   22   21   21   21   19   18
+   17   17   18   19   21   22   22   23   23   23   23   23   22   23   23   24
+   24   24   23   22   21   19   18   17   16   16   17   18   20   21   23   24
+   25   24   24   22   20   17   15   14   14
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   18   18   17   17   15   15   15   16   18   20   21   21   20   19
+   19   19   20   22   23   23   23   23   23   22   22   21   20   20   19   17
+   16   17   18   19   20   21   21   22   22   22   22   22   22   23   24   25
+   24   23   22   21   19   18   17   16   16   16   17   18   20   21   22   24
+   24   24   23   21   19   17   16   15   15
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   18   20   21   20   19   17   16   16   17   18   21   23   23   22   21
+   20   20   21   22   23   23   23   23   23   22   22   21   20   19   18   17
+   16   17   18   19   19   20   20   20   21   21   21   21   22   23   24   25
+   24   22   20   18   17   16   16   15   15   16   18   20   21   22   22   23
+   23   22   21   20   18   17   16   16   16
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   21   22   23   23   22   20   18   17   18   19   22   24   25   24   23
+   22   21   22   22   23   23   24   24   24   23   22   21   20   18   17   17
+   16   17   18   19   18   18   18   19   20   20   21   21   22   23   24   24
+   23   20   18   16   16   16   17   16   17   18   20   22   23   23   23   22
+   21   20   19   18   17   17   16   16   18
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   23   24   25   26   25   23   20   18   19   20   23   25   26   26   24
+   23   22   22   22   22   23   23   24   24   23   21   20   20   19   18   17
+   17   17   18   18   18   18   17   18   19   19   20   21   22   22   24   23
+   21   18   16   15   15   18   21   18   18   21   23   25   26   25   24   22
+   20   19   18   17   17   17   17   17   19
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   23   26   27   27   27   25   21   19   19   20   23   25   26   26   25
+   23   22   22   22   22   23   24   24   24   23   22   21   20   20   19   18
+   17   18   18   18   18   17   17   17   18   19   20   21   21   22   23   22
+   20   17   15   14   16   20   23   20   21   23   26   28   29   28   26   23
+   21   19   18   17   17   17   18   18   20
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   24   25   27   27   27   25   22   19   19   20   22   24   26   26   24
+   23   22   22   22   22   23   24   24   24   23   22   21   20   20   20   19
+   18   18   18   18   17   17   16   17   18   19   19   21   21   21   22   21
+   19   17   15   15   17   22   24   23   24   26   29   32   33   32   29   26
+   23   20   17   18   18   19   19   20   21
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   25   25   26   24   22   19   18   19   21   23   25   25   23
+   22   21   21   21   22   23   23   24   24   23   22   21   21   21   21   20
+   19   18   18   18   17   16   16   16   17   18   19   20   21   21   21   20
+   18   16   15   16   19   24   25   26   28   29   32   34   35   34   31   28
+   24   22   19   20   21   21   21   21   22
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   23   23   23   23   22   20   18   17   19   20   22   22   21
+   20   20   20   20   21   22   23   23   23   23   22   22   22   22   22   21
+   19   18   18   17   16   15   15   15   16   17   18   18   19   19   19   18
+   17   16   16   18   20   25   27   28   30   31   33   35   35   34   32   28
+   25   23   19   21   23   23   23   22   23
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   22   21   21   21   20   21   20   17   16   17   16   18   19   19
+   18   18   19   20   20   21   22   23   23   22   22   22   22   22   22   21
+   20   18   17   16   15   14   13   13   14   14   15   16   16   17   17   16
+   16   15   17   19   22   26   28   28   28   29   31   32   32   32   30   26
+   24   21   17   19   22   23   23   22   22
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   19   18   18   19   19   19   17   15   14   15   17   17   16
+   16   16   17   18   19   20   21   22   22   22   21   21   22   22   22   20
+   19   17   16   15   14   12   12   11   11   11   12   13   14   15   15   16
+   16   16   18   21   24   28   28   26   25   25   27   28   29   29   28   25
+   23   20   18   17   17   21   21   21   21
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   20   18   18   17   18   18   18   17   14   13   15   16   16   15
+   15   15   16   17   18   19   20   21   21   20   20   20   21   21   20   19
+   18   17   16   14   12   11   10    9    9    9   10   11   14   15   16   16
+   17   18   20   22   24   27   25   23   21   21   22   24   25   26   25   24
+   23   22   20   18   17   18   19   18   18
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   17   17   18   18   19   19   18   16   14   15   16   15   14
+   14   15   16   17   17   18   19   20   20   19   19   19   19   19   19   17
+   17   16   15   13   12   11   10    9    8    8    9   11   14   16   17   18
+   18   19   21   22   23   24   23   20   18   17   18   19   21   22   22   22
+   22   21   20   19   17   17   18   15   15
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   17   18   20   22   21   20   18   16   16   16   16   15
+   15   16   17   17   17   18   19   20   21   20   19   18   18   18   17   16
+   17   16   14   13   12   12   11   10    8    8    9   12   15   17   18   19
+   20   20   21   21   22   22   21   19   16   14   15   16   17   17   18   18
+   19   20   19   18   16   16   15   15   15
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   17   20   23   24   24   23   20   19   18   17   16   16
+   17   17   18   18   19   19   20   22   22   21   20   19   17   16   16   17
+   18   16   15   14   13   14   13   11   10   10   11   14   17   19   20   20
+   20   19   20   21   21   21   20   19   17   15   15   15   15   14   14   15
+   16   17   18   17   16   15   15   14   15
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   17   20   24   26   26   24   23   21   20   19   18   18
+   19   20   20   20   21   21   22   24   24   23   21   19   18   17   16   17
+   17   17   16   15   15   15   15   14   12   12   14   16   18   19   20   19
+   19   20   20   20   21   21   20   20   19   17   16   17   16   14   13   14
+   15   16   17   17   15   15   15   15   15
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   14   15   17   21   24   26   26   25   24   22   21   20   20   19
+   20   22   22   22   22   23   24   26   26   24   22   20   18   17   16   16
+   16   17   16   16   16   16   17   16   15   15   16   18   19   20   19   19
+   19   20   20   19   19   20   21   22   21   19   19   19   18   16   15   15
+   17   18   19   18   17   16   16   16   17
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   16   16   19   23   24   25   24   25   24   23   22   21   20   20
+   21   23   24   23   23   24   26   27   27   25   23   21   19   19   18   17
+   17   17   17   17   17   17   18   18   17   17   17   19   19   19   19   18
+   19   19   19   18   18   19   21   22   22   22   21   21   21   19   18   19
+   21   23   23   21   19   18   18   19   19
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   19   19   22   24   26   25   23   23   23   23   23   21   20   20
+   22   24   24   23   24   25   26   28   27   25   23   22   21   20   19   18
+   18   18   17   17   17   18   19   19   18   18   18   19   19   18   18   17
+   18   18   18   17   17   18   20   23   24   24   24   24   23   22   22   24
+   27   28   28   26   23   22   22   23   23
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   26   24   23   24   27   28   25   23   22   22   23   23   22   21   20
+   22   24   24   22   23   25   26   27   25   24   23   22   21   20   19   19
+   18   18   17   17   17   17   18   18   18   18   18   18   18   17   17   16
+   17   17   18   17   17   18   20   22   24   25   25   26   27   27   27   29
+   32   33   33   31   28   25   25   27   28
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   31   28   26   26   27   28   26   23   22   22   23   23   23   21   21
+   22   23   22   21   22   24   25   25   24   22   22   21   20   20   20   19
+   18   18   17   16   16   16   16   17   17   16   16   16   16   16   15   15
+   16   17   18   18   18   19   20   22   23   25   26   28   30   31   33   34
+   36   36   36   34   32   29   29   30   32
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   31   28   27   27   28   26   24   22   23   23   23   23   22   21
+   21   22   21   20   21   22   22   23   22   21   20   19   19   19   19   19
+   18   17   16   15   15   14   14   15   15   15   15   15   15   15   15   16
+   17   18   18   19   19   20   21   21   22   23   25   29   32   34   36   37
+   39   39   38   37   34   32   32   33   34
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   35   32   29   28   28   28   27   25   24   24   24   24   23   21   21
+   20   20   19   18   18   19   20   21   21   20   18   17   17   18   18   18
+   16   16   15   14   14   13   13   13   13   14   15   15   14   15   15   17
+   17   18   19   20   20   20   21   20   21   22   24   27   31   34   36   37
+   39   40   39   38   36   35   35   35   36
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   34   32   29   29   28   28   28   26   26   25   25   25   23   21   20
+   19   18   16   14   15   16   18   20   20   19   17   16   15   15   16   16
+   15   14   14   14   13   12   12   12   13   14   14   15   15   16   17   18
+   18   19   19   19   20   19   19   20   20   20   20   23   29   32   34   35
+   37   37   38   38   37   37   37   36   36
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   33   31   29   28   28   28   28   29   28   27   26   25   23   21   20
+   18   16   14   12   12   13   16   18   19   19   17   15   13   13   14   14
+   13   13   13   13   13   12   12   13   13   14   15   15   16   17   18   19
+   19   19   19   19   19   19   18   18   19   18   16   18   27   29   30   31
+   32   32   34   36   35   37   37   36   35
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   32   29   27   26   26   27   29   29   29   28   27   25   23   22   21
+   20   17   15   12   11   11   14   17   19   20   17   14   12   12   12   13
+   12   12   12   13   14   14   13   14   15   15   16   16   17   19   20   20
+   20   19   18   19   20   18   17   17   18   17   14   16   24   26   26   26
+   26   26   28   31   34   35   37   35   33
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   27   25   23   22   23   25   28   30   30   29   27   25   23   23   23
+   22   20   18   15   12   11   13   17   20   20   17   14   12   12   12   12
+   12   12   13   14   15   15   16   16   17   17   17   17   18   19   21   21
+   20   18   17   18   19   17   16   16   17   17   14   15   21   22   22   22
+   21   20   22   26   30   32   33   32   30
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   19   18   19   21   25   27   28   28   26   24   24   24   25
+   24   23   21   18   15   13   14   17   20   20   17   14   13   13   13   14
+   13   13   14   15   17   18   19   19   19   19   19   19   19   20   21   21
+   19   18   16   16   17   16   16   16   16   18   16   16   18   19   20   19
+   17   17   17   20   25   27   28   26   24
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   15   15   14   15   17   21   24   25   25   24   24   24   25   26
+   26   26   24   22   19   16   16   18   20   20   18   16   15   16   16   16
+   15   15   15   16   18   20   21   22   22   22   20   19   19   20   21   20
+   18   17   16   15   16   16   16   16   16   17   17   17   18   19   19   18
+   17   16   16   18   21   21   21   20   19
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   12   12   11   11   12   13   16   20   22   23   22   22   23   24   26
+   27   27   26   24   22   20   19   20   21   22   20   18   18   18   18   18
+   17   16   16   18   20   22   23   24   24   22   21   19   19   19   19   19
+   17   16   16   16   16   16   16   16   17   18   19   19   19   19   19   18
+   18   17   17   19   19   17   15   15   14
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10    9    9    9   10   12   14   17   19   20   21   21   22   23   24
+   26   26   26   26   24   22   21   22   22   22   20   19   19   19   20   20
+   19   18   18   19   21   23   25   25   24   23   21   19   18   17   17   17
+   16   15   16   16   17   17   17   17   18   19   20   20   20   19   19   18
+   18   19   19   19   18   15   12   11   10
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    9    9    8    8    9   11   14   17   19   20   20   20   21   22   23
+   24   25   26   26   25   24   23   23   22   21   20   20   20   21   21   21
+   21   20   20   20   22   24   25   25   24   23   20   18   17   16   16   15
+   15   15   16   16   17   18   18   18   18   19   19   19   19   18   18   17
+   18   18   19   19   18   15   12   10   10
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   10    8    7    8   11   14   17   19   20   20   20   20   21   22
+   23   23   24   25   25   24   23   22   21   20   19   19   20   21   22   22
+   22   21   21   21   22   23   24   24   23   22   20   17   16   15   15   14
+   14   14   15   16   17   17   17   17   16   17   17   17   17   16   16   16
+   16   17   18   18   18   15   13   12   11
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12    9    7    8   11   14   16   18   19   20   20   20   20   21
+   21   22   22   23   23   23   22   21   20   19   18   18   19   21   22   23
+   23   22   22   22   22   23   23   23   22   20   18   17   15   14   14   13
+   13   13   14   15   16   16   15   15   14   14   15   15   14   14   13   13
+   13   14   15   16   16   15   14   14   13
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   12   10    8    7   10   13   15   17   18   19   19   20   20   20
+   20   20   20   20   21   20   20   19   18   18   17   18   19   20   21   22
+   23   22   22   22   22   23   22   21   19   18   17   16   15   14   13   12
+   11   11   12   13   13   13   12   12   11   12   12   13   12   11   11   11
+   12   12   12   13   13   13   13   13   14
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   11    9    7    7    9   11   13   15   16   17   18   18   19   19
+   19   18   17   17   18   18   17   17   16   16   16   16   17   19   20   21
+   22   22   22   22   22   21   20   18   17   16   15   15   15   13   12   10
+    8    9    9   10   11   10    9    9    9   10   11   11   11   10    9    9
+   10   10   10   10   11   11   11   12   12
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    9    9    7    6    6    8   10   12   13   14   15   15   17   17   17
+   17   16   15   15   15   15   15   15   15   14   15   15   16   17   19   20
+   20   21   22   21   21   20   18   16   15   14   14   15   14   13   10    8
+    7    7    7    7    7    6    6    7    9   10   11   11   10    9    8    8
+    8    8    8    8    9    9    9    9   10
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    6    5    4    5    7    9   10   12   13   13   14   14   15   15
+   15   14   13   13   13   13   13   13   13   14   14   14   14   15   16   17
+   18   19   20   20   19   18   16   15   14   14   14   14   13   11    9    7
+    6    5    5    5    4    4    5    7    8   10   11   12   11   10    8    7
+    6    6    6    6    7    7    7    7    7
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    4    3    3    4    6    8    9   11   11   12   12   13   14   14
+   14   13   13   12   12   12   12   13   13   13   13   13   13   14   14   15
+   16   17   18   18   18   17   16   15   14   14   13   13   11   10    8    6
+    5    5    4    3    3    4    6    7    9   11   12   12   12   10    9    7
+    6    6    5    5    6    5    5    5    4
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    2    2    3    4    6    7    8    9   10   11   11   12   13   14
+   14   14   14   13   12   13   13   13   13   14   14   13   13   12   12   12
+   13   14   16   17   18   18   17   16   14   13   12   11    9    8    7    7
+    6    5    4    3    4    5    7    8   10   12   13   13   13   12   10    9
+    8    8    8    7    6    5    4    4    3
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    3    3    4    5    6    7    7    8    9    9   10   11   12   13
+   14   14   14   14   14   14   14   14   14   14   14   14   12   10    9    9
+   11   13   15   18   18   18   18   16   14   12   10    9    9    8    8    8
+    7    7    6    5    6    7    9   10   12   13   13   14   13   13   12   11
+   11   11   11   10    9    7    5    4    3
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    5    6    7    8    8    8    8    7    8    8    9   10   11   12
+   13   14   14   14   14   14   14   14   14   14   13   13   11    9    8    8
+    9   12   15   18   19   19   18   16   13   11    9    9    9   10   11   10
+   10    9    8    8    9   10   12   13   14   14   14   14   13   13   12   12
+   13   14   14   14   12   10    8    7    5
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    8    9    9   10   10    9    9    8    8    7    8    9   10   11
+   12   13   13   14   14   14   14   14   13   12   11   12   11    8    7    7
+    9   12   15   17   18   18   16   14   12   11   10   10   11   12   13   12
+   12   11   11   11   12   13   15   15   16   16   15   14   14   13   13   13
+   15   16   16   16   15   13   12   10    9
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   12   11   11   11   11   11   10    9    8    8    7    8    9   10
+   11   12   13   13   13   13   12   12   12   11   10   10   10    8    7    8
+   10   12   15   16   17   16   15   13   12   12   12   12   13   13   14   14
+   13   13   13   14   15   16   17   18   18   18   17   16   16   15   14   15
+   16   18   19   19   18   17   16   15   14
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   14   14   13   12   12   11   10    9    8    8    8    8    9
+   10   11   12   12   12   12   11   11   10   10   10   10    9    7    7    9
+   10   12   14   15   15   14   13   12   12   13   14   15   15   15   15   14
+   13   14   14   15   16   18   19   20   20   20   19   19   18   17   17   17
+   19   21   22   23   23   22   21   20   18
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   19   18   16   15   13   12   11   10    9    9    8    8    8    9
+   10   11   11   11   11   11   11   11   10   10   10   10    8    8    8    9
+   10   11   12   13   13   13   13   13   14   15   16   16   16   15   15   14
+   13   13   14   16   17   18   20   21   21   22   21   21   20   20   20   21
+   22   24   26   27   27   27   26   25   23
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   26   24   22   19   17   14   13   11   10    9    8    8    8    8    9
+   10   10   10   10   10   10   10   11   11   11   10   10    9    9    9    9
+   10   11   11   12   12   13   13   14   15   16   16   16   16   15   14   13
+   13   13   14   15   17   18   20   21   22   22   22   22   22   22   23   24
+   26   28   30   31   32   32   31   30   29
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   32   29   26   23   20   18   15   12   10    9    8    7    7    8    9
+    9    9   10   10   10   10   10   11   11   11   11   11   10   10   10   10
+   11   11   11   11   11   12   13   13   14   14   15   15   15   14   13   12
+   12   12   13   15   16   18   19   21   22   23   23   24   24   25   26   28
+   30   32   34   36   37   37   36   35   34
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   36   34   31   28   25   22   18   15   13   11    9    8    8    8    8
+    8    9    9    9   10   10   11   11   11   11   12   11   11   11   11   11
+   11   12   12   12   11   11   11   12   12   12   13   13   12   12   12   11
+   11   12   13   14   15   18   19   20   22   24   25   26   27   28   30   32
+   34   36   38   39   40   41   40   40   38
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   39   37   34   31   28   26   23   20   17   15   13   12   10   10    9
+    9    9   10   10   10   11   11   11   12   12   12   12   12   12   12   12
+   12   12   11   11   11   10   10   10   10   10   10    9    9   10   10   10
+   10   11   12   14   16   17   18   20   22   24   27   28   30   31   33   35
+   37   39   40   42   43   43   43   42   41
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   38   36   34   31   29   27   24   22   20   18   17   15   14   13
+   13   12   12   12   12   12   12   12   12   13   13   13   13   13   13   12
+   12   12   11   11   10   10    9    9    9    9    9    9   10   10   11   13
+   14   15   15   17   17   19   20   21   23   25   28   30   33   34   36   37
+   39   40   41   42   43   43   43   42   41
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   37   36   34   33   31   29   28   26   24   23   21   20   19   18
+   17   17   16   15   15   15   15   15   14   14   14   14   14   14   14   14
+   14   13   13   13   13   13   13   13   13   13   13   13   14   15   15   16
+   17   18   19   20   22   23   25   26   28   29   30   32   33   34   36   37
+   38   39   39   40   41   40   40   40   39
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   35   35   34   33   32   31   30   29   28   27   26   25   24   23   23
+   22   21   20   20   19   19   19   18   18   18   17   17   17   17   17   17
+   17   17   17   17   17   17   18   18   18   18   19   19   20   21   21   22
+   23   23   24   25   26   26   27   28   29   29   31   32   32   33   34   35
+   35   36   36   36   37   37   37   36   36
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   31   31   31   31   30   30   29   29   29   28   27   27   27   26   26
+   25   25   24   24   23   23   23   23   22   22   22   22   22   21   21   22
+   21   21   21   22   22   22   22   22   23   23   23   24   24   24   24   25
+   25   26   26   26   27   27   28   28   28   29   29   30   30   31   31   31
+   31   32   32   32   32   32   32   32   32
+     3                                                      END OF RMS MAP     
+     4                                                      START OF RMS MAP
+  2010    12     4     6     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   12   12   12   12   13   13   13   14   14   14   14   15
+   15   15   15   15   15   15   15   15   15   15   15   15   15   15   15   15
+   15   14   14   14   14   13   13   13   13   12   12   12   12   12   11   11
+   11   11   10   10   10   10   10   10   10    9   10   10    9    9    9    9
+   10   10   10   10   10   10   10   10   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   10   11   11   12   13   13   14   14   15   16   16   17   17
+   17   17   17   18   18   18   18   17   17   17   17   17   17   17   17   17
+   16   16   16   15   15   14   14   13   13   12   12   12   11   11   10   10
+   10    9    9    9    9    9    8    8    8    8    8    8    8    8    8    8
+    8    8    8    8    8    9    9    9    9
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9   10   11   11   12   13   14   15   16   16   17   17   18   18
+   19   19   19   20   19   19   19   19   19   19   19   19   18   18   18   18
+   18   17   17   16   16   15   14   14   13   13   12   11   10   10   10    9
+    9    9    8    8    8    8    8    8    8    8    8    8    8    8    8    8
+    8    8    8    8    8    8    9    8    9
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9   10   11   11   12   13   14   16   16   17   18   18   18   19
+   19   19   19   19   19   19   19   19   19   19   19   19   19   19   19   18
+   18   18   17   17   16   15   14   13   13   12   11   10   10    9    9    8
+    8    8    8    8    7    7    8    8    8    8    8    8    8    8    8    9
+    9    9    9    9   10   10    9    9    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   11   12   13   14   16   17   18   18   19   19   19   19
+   19   19   19   19   19   19   19   18   18   18   18   19   19   19   19   19
+   18   18   18   17   16   15   14   13   12   11   10    9    8    8    7    7
+    7    7    7    7    8    8    8    9    9    9    9   10   10   10   10   10
+   10   10   10   10   11   10   10    9    9
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   13   14   15   16   17   18   19   19   20   20   20   20
+   19   19   19   19   18   18   18   18   18   18   18   18   18   18   19   19
+   18   18   18   17   16   15   14   12   11   10    9    8    7    7    6    6
+    6    7    7    8    8    9    9   10   10   11   11   11   12   12   12   13
+   12   12   12   12   11   11   11   11   11
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   14   15   16   17   18   19   20   20   20   21   20   20   20
+   20   19   19   19   18   18   18   18   18   18   17   18   18   18   18   19
+   19   18   18   17   16   14   13   11   10    8    7    6    6    5    5    5
+    6    7    7    8    9   10   11   11   12   13   13   14   14   15   15   16
+   16   16   16   16   16   15   14   13   13
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   16   16   17   18   20   21   21   22   22   22   22   22   21   21
+   21   20   20   20   20   19   19   18   18   18   17   17   17   18   18   18
+   18   18   18   17   15   13   12   10    8    7    6    5    5    4    4    5
+    5    7    8    9   10   11   12   13   14   14   15   15   16   17   18   19
+   20   20   20   21   22   21   19   17   16
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   18   19   21   22   23   24   24   24   23   23   23   22   22
+   22   22   22   22   21   21   20   19   18   18   17   17   17   17   18   18
+   18   18   17   16   14   13   11    9    8    7    6    5    4    4    4    5
+    6    7    9   10   12   13   13   14   15   15   16   17   17   19   20   21
+   22   23   24   25   26   23   21   19   18
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   19   19   21   22   24   25   26   26   26   25   25   24   24   24
+   23   24   24   24   23   22   22   20   19   18   17   17   17   17   18   18
+   18   18   17   15   14   12   10    9    8    7    6    5    5    5    5    6
+    7    8    9   11   13   14   14   15   15   16   16   17   18   19   20   21
+   23   24   24   25   25   23   22   20   19
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   21   23   25   27   27   28   27   26   25   25   25   25
+   25   25   26   25   25   24   23   22   20   19   18   17   17   17   18   17
+   17   17   17   15   13   12   11   10    9    8    8    7    7    7    7    7
+    8   10   11   13   14   15   16   16   16   16   16   16   17   18   19   20
+   21   22   23   24   23   22   21   20   19
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   19   21   23   25   26   28   28   28   27   26   25   25   25
+   26   26   27   27   27   26   24   23   21   20   19   18   17   17   17   17
+   17   17   16   15   14   13   12   12   11   11   11   10   10    9    9   10
+   10   12   13   14   16   17   17   17   17   17   16   16   16   16   17   18
+   19   20   21   21   21   21   19   18   18
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   19   21   23   25   27   27   27   27   26   25   25   25
+   26   26   27   27   27   26   25   23   22   20   19   18   17   17   17   17
+   17   17   17   16   15   15   14   14   14   15   14   14   13   12   12   12
+   13   14   15   16   17   18   18   19   18   17   17   16   16   16   16   16
+   16   17   18   19   19   18   17   16   16
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   17   19   21   23   25   26   26   25   25   24   24   24
+   25   25   26   27   26   26   24   23   21   20   19   19   18   17   17   17
+   17   17   17   17   17   17   17   17   18   18   18   17   16   15   15   15
+   15   16   17   18   19   19   20   19   19   18   17   17   16   15   15   15
+   15   16   17   17   17   17   16   15   15
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   15   17   19   21   22   23   24   24   23   23   22   22
+   23   24   25   25   25   25   23   22   21   20   20   19   19   18   17   17
+   17   17   17   18   19   19   19   20   21   21   21   20   19   18   18   17
+   17   17   18   19   19   20   20   20   20   19   18   18   18   17   16   15
+   15   15   15   15   16   16   15   15   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   13   14   15   17   19   20   22   22   22   22   21   20   20
+   21   22   23   24   24   24   23   21   21   20   20   20   20   19   18   17
+   17   17   18   19   20   21   22   23   23   23   23   22   21   20   19   19
+   18   18   19   20   20   20   20   20   20   20   20   20   20   19   18   17
+   16   16   15   15   15   16   16   15   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   13   13   14   16   18   19   21   22   22   21   20   19   19
+   19   20   21   23   23   23   22   21   21   21   21   21   20   20   19   18
+   18   18   19   20   21   22   23   24   25   24   23   23   22   21   20   19
+   18   18   19   19   19   20   20   20   20   20   21   21   21   21   20   19
+   18   17   16   16   16   16   17   17   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   15   14   15   16   18   19   21   22   23   22   21   19   18
+   18   19   21   22   23   23   22   21   21   21   21   21   20   20   19   19
+   18   18   19   20   22   23   24   25   24   24   23   23   22   21   20   19
+   18   17   18   18   19   19   19   19   19   20   20   21   22   22   22   21
+   20   19   18   18   18   18   19   18   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   18   17   16   16   17   19   20   22   23   24   24   23   21   19
+   19   20   21   22   23   23   22   21   21   21   21   20   20   20   20   19
+   18   18   19   20   21   22   23   24   23   23   23   22   21   20   19   18
+   17   16   16   17   18   18   19   18   18   19   19   20   21   22   22   22
+   22   21   20   20   19   20   20   21   21
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   21   20   20   19   20   20   22   24   25   27   27   25   23   21
+   20   21   22   23   24   24   23   22   21   21   20   20   19   20   20   19
+   19   18   18   20   20   21   22   22   22   21   21   21   20   19   18   17
+   15   14   15   16   18   19   19   19   18   18   19   20   21   21   22   21
+   22   22   22   21   21   21   22   23   23
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   23   23   23   23   23   23   24   25   27   28   28   28   26   24
+   23   22   23   24   25   24   24   22   21   20   19   19   19   19   19   19
+   19   18   18   19   19   19   20   20   20   20   20   19   19   19   17   16
+   14   13   14   16   19   20   21   20   19   19   19   20   20   20   20   20
+   21   22   22   22   21   21   22   23   24
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   24   24   25   25   25   25   26   27   28   29   29   28   26
+   25   24   24   25   25   25   24   22   21   19   18   18   18   19   19   20
+   19   18   18   18   18   18   18   18   19   19   19   19   19   18   17   16
+   14   14   15   18   21   23   24   23   22   20   20   19   19   19   18   19
+   20   21   22   21   21   21   22   23   24
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   24   25   26   26   26   25   25   26   27   29   29   29   28
+   27   26   26   26   26   26   25   23   21   19   18   17   18   18   20   21
+   21   19   18   18   17   17   17   18   19   20   20   20   19   18   18   17
+   16   16   17   20   24   27   28   26   24   22   20   19   19   18   18   18
+   19   20   21   21   20   21   21   22   23
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   23   24   25   25   25   24   23   24   24   26   27   28   28
+   27   27   26   26   26   27   25   24   21   19   17   17   17   18   20   22
+   21   20   19   18   17   17   17   18   20   20   20   20   19   19   19   20
+   18   18   20   23   26   31   32   28   26   25   22   20   19   19   19   19
+   20   21   20   20   20   20   20   21   23
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   22   22   23   22   23   22   21   20   21   22   24   26   27
+   27   26   26   26   25   26   25   24   22   19   17   16   16   18   20   22
+   21   20   18   17   17   17   18   19   21   21   21   20   19   19   21   22
+   21   21   23   25   29   35   36   31   27   26   23   20   19   19   20   19
+   22   23   21   20   19   19   18   19   21
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   20   20   20   20   20   19   18   17   17   18   20   22   24
+   25   25   25   24   24   24   24   23   22   19   17   16   16   18   19   21
+   20   19   18   17   17   17   18   19   22   22   21   20   19   20   21   23
+   23   24   26   28   31   37   35   31   27   24   20   17   17   17   19   18
+   20   21   21   21   20   18   17   17   19
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   18   18   18   18   18   18   16   14   13   14   16   18   21
+   23   24   23   23   23   23   23   23   22   20   17   16   16   18   18   19
+   19   18   17   17   17   18   18   19   22   22   21   19   18   19   21   23
+   25   26   27   29   31   34   31   27   21   19   17   15   14   14   16   16
+   17   18   21   22   19   19   17   17   18
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   19   18   17   17   17   17   15   13   11   11   12   15   18
+   21   22   22   21   21   22   23   23   21   20   18   16   16   17   17   17
+   17   16   16   16   17   17   18   19   21   22   20   18   17   18   20   23
+   24   26   27   28   28   28   25   21   17   16   15   14   15   16   17   17
+   17   17   19   19   21   20   17   18   18
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   21   19   18   17   17   17   16   14   11   10   10   13   16
+   19   20   21   20   20   21   21   21   21   19   17   16   15   16   16   15
+   14   14   14   15   16   16   17   18   19   20   19   17   16   17   19   23
+   23   23   23   23   24   23   21   19   16   16   16   14   14   16   18   19
+   19   18   19   19   19   18   18   19   21
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   25   23   21   19   19   18   19   18   16   14   12   12   13   15
+   18   20   20   19   19   19   20   20   20   18   17   16   15   15   14   13
+   12   12   12   14   14   15   15   16   17   18   18   16   16   16   19   22
+   21   20   19   19   19   19   18   16   16   15   14   13   14   16   18   20
+   20   20   20   20   19   17   18   21   23
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   27   28   25   22   21   21   21   22   21   19   18   16   14   15   16
+   18   20   20   19   18   18   19   19   19   18   17   16   16   15   13   12
+   11   11   12   13   13   13   14   15   16   16   17   16   16   17   18   20
+   19   18   17   17   17   16   15   14   14   13   12   12   14   17   18   19
+   20   20   21   21   19   17   17   22   25
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   28   29   27   24   22   22   23   24   24   23   22   20   18   17   17
+   19   20   21   20   19   18   18   18   18   17   17   17   16   15   13   12
+   12   12   12   13   13   13   13   14   15   15   17   16   17   17   18   18
+   17   17   16   16   15   15   15   13   13   12   11   13   16   17   18   19
+   19   20   21   21   20   18   18   22   25
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   28   29   27   26   24   23   24   25   25   26   25   24   22   20   19
+   20   21   22   21   20   19   18   18   17   17   17   17   17   15   14   14
+   14   14   14   14   13   13   13   14   15   16   16   17   18   18   18   17
+   17   16   15   16   16   16   17   15   14   14   15   17   18   18   18   19
+   20   21   21   21   20   19   19   22   26
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   28   28   28   27   26   25   25   25   26   27   27   26   24   21   21
+   21   22   22   22   20   19   18   18   17   17   17   18   18   17   15   15
+   16   16   15   15   14   13   13   14   15   16   16   17   18   18   18   16
+   16   16   16   16   17   18   19   19   18   18   20   21   21   20   19   21
+   22   23   24   23   22   21   21   24   26
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   28   28   28   27   26   26   26   26   27   27   26   24   22   21
+   22   22   22   22   21   20   19   18   17   17   17   18   18   17   17   17
+   18   17   17   16   14   13   13   14   15   15   15   16   18   18   17   15
+   15   15   16   16   17   19   21   20   22   23   25   26   26   24   23   23
+   25   27   28   28   26   24   24   26   27
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   28   28   28   28   27   27   26   26   26   26   25   23   22   21
+   21   22   22   22   21   19   19   19   18   17   17   18   18   18   18   18
+   19   18   17   16   15   14   14   14   14   13   14   15   17   17   16   15
+   15   16   17   17   18   20   21   23   25   28   30   32   31   29   27   27
+   29   31   33   32   30   28   27   27   27
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   27   28   29   29   27   26   26   25   25   24   23   21   20   19
+   20   21   21   22   21   20   19   19   18   17   17   17   18   18   18   19
+   19   19   18   16   15   15   15   15   14   13   14   14   15   16   15   15
+   16   17   18   18   18   20   22   25   30   33   35   37   37   35   33   32
+   34   35   38   36   33   30   28   28   27
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   26   27   29   29   28   26   25   25   24   22   21   19   18   18
+   18   19   20   20   20   20   19   19   18   17   16   17   17   18   18   19
+   19   18   17   15   15   14   15   15   14   13   13   13   14   15   15   15
+   17   18   19   19   19   20   24   28   34   37   40   42   42   41   39   37
+   38   39   40   38   34   31   29   28   26
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   25   26   28   30   29   27   26   24   23   21   19   17   16   16
+   16   17   18   19   19   19   19   19   18   17   16   16   17   17   18   18
+   18   17   15   14   13   14   15   15   14   12   12   12   13   14   15   17
+   18   19   19   19   19   21   26   30   36   40   44   47   47   45   43   41
+   41   41   41   39   35   31   29   26   25
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   25   26   28   30   30   29   27   25   23   20   17   16   15   15
+   15   15   16   17   17   18   19   19   19   16   15   15   16   16   17   17
+   16   15   13   12   11   12   14   15   14   12   11   12   14   15   17   18
+   19   19   19   18   18   21   25   30   35   40   44   47   48   47   45   44
+   43   42   41   38   33   30   28   25   24
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   26   28   30   31   30   29   27   24   21   19   16   15   14
+   14   14   14   15   15   16   17   18   18   16   15   15   15   15   15   15
+   15   13   11   10   10   12   13   14   14   13   12   13   15   16   18   19
+   19   19   18   16   15   18   23   28   32   35   39   43   46   46   45   43
+   41   40   39   35   31   28   26   25   24
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   24   25   27   28   30   31   30   30   27   24   21   18   17   15
+   14   13   14   13   14   15   16   18   18   16   15   15   15   15   15   15
+   13   12   10    9   10   12   13   14   15   15   15   15   16   17   18   19
+   19   18   17   15   13   15   21   26   28   30   32   36   39   42   43   40
+   37   35   33   30   27   25   25   24   23
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   24   25   26   27   29   30   32   31   30   27   25   22   20   17
+   15   14   14   13   14   14   16   17   18   17   16   16   16   16   15   14
+   13   12   10   11   11   12   13   14   15   16   17   17   17   18   18   18
+   18   17   16   15   13   15   21   24   26   26   27   28   30   35   39   36
+   31   29   27   24   22   21   22   22   21
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   22   24   26   27   28   30   31   31   31   29   27   25   23   20
+   18   16   15   15   14   15   16   17   18   18   17   17   16   16   15   15
+   14   13   12   12   13   14   14   15   16   18   19   19   19   19   18   18
+   18   16   16   16   15   17   21   23   23   22   22   22   23   27   34   31
+   26   24   21   19   17   18   19   19   19
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   19   22   24   26   27   27   29   29   30   29   28   28   25   23
+   20   19   17   16   15   15   17   18   19   18   18   17   17   17   16   16
+   15   15   15   15   15   16   16   16   17   19   21   21   20   19   19   18
+   17   17   17   17   18   19   21   22   21   20   19   19   19   26   32   28
+   23   19   17   14   14   15   16   16   16
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   17   20   22   23   24   25   25   26   27   28   28   28   26   25
+   23   21   20   19   17   17   18   19   19   19   19   18   18   18   18   17
+   17   17   17   18   18   18   18   18   19   21   22   22   21   19   19   18
+   17   17   18   18   19   20   21   21   20   18   18   17   19   25   28   25
+   21   17   15   13   12   13   14   14   14
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   15   18   19   21   21   21   21   22   23   25   26   26   26   25
+   24   23   22   21   19   19   19   20   21   21   20   19   19   19   19   19
+   19   19   20   21   21   20   20   20   20   21   22   22   21   19   18   17
+   17   18   18   19   19   20   21   21   20   19   18   17   18   22   23   22
+   20   17   15   13   13   13   13   13   13
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   16   18   19   19   18   18   19   20   22   23   24   24   24
+   24   23   23   22   21   20   20   21   22   22   20   19   19   19   20   20
+   20   21   21   23   23   22   21   21   21   21   22   21   20   18   17   17
+   18   18   18   19   19   20   21   21   20   19   18   18   19   20   20   20
+   19   18   17   15   14   14   14   13   12
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   13   16   17   18   18   17   17   18   19   20   21   22   22
+   23   23   23   23   22   22   21   22   22   22   21   20   19   20   20   21
+   21   21   23   24   24   23   22   22   21   21   20   19   18   17   17   17
+   18   18   18   18   18   19   19   20   20   19   18   18   18   19   19   18
+   17   18   18   17   16   16   14   13   11
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10   10   11   13   16   18   19   18   18   18   18   18   19   19   20
+   21   22   23   23   22   22   22   22   22   22   21   20   20   20   20   21
+   21   22   23   24   24   24   23   22   21   20   19   18   16   16   16   16
+   17   17   17   16   16   16   17   18   17   17   17   17   17   18   18   17
+   16   18   18   17   17   16   14   12   11
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   11   14   17   19   19   19   18   18   17   17   18   19
+   20   22   22   22   22   21   21   22   22   22   21   20   20   20   21   21
+   22   22   23   24   24   24   23   22   20   19   17   16   15   14   15   15
+   16   16   15   13   12   12   13   14   15   15   15   15   15   15   15   14
+   14   15   15   15   15   14   13   11   10
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   10   10   12   15   18   19   19   18   17   16   16   16   17
+   19   20   21   21   20   20   20   20   21   21   21   20   20   20   21   22
+   22   22   23   23   24   24   23   21   19   17   15   14   13   13   13   14
+   14   13   11   10    9    9   10   12   14   15   15   14   13   13   12   12
+   11   11   12   12   12   11   10   10    9
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   10   10   11   13   17   18   19   18   17   16   15   16   17
+   18   19   19   19   18   18   18   18   19   20   20   19   20   20   21   22
+   22   23   23   23   24   23   22   20   18   16   14   12   12   12   12   12
+   11   10    8    6    6    7    9   12   14   15   15   14   12   10   10    9
+    8    8    8    8    8    8    8    8    8
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9   10   10   10   12   15   17   18   17   16   15   15   15   16
+   17   17   17   17   16   16   16   16   17   18   18   18   19   20   21   22
+   22   23   23   23   23   23   21   20   17   15   13   11   11   11   11   10
+    9    7    5    3    3    6    9   12   14   15   14   12   10    8    7    7
+    6    6    5    5    5    6    6    7    7
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    9    9    9   11   13   15   16   17   16   15   15   15   15
+   16   16   16   15   14   14   14   14   15   16   16   17   18   19   20   21
+   22   22   23   23   23   22   21   19   16   13   11   10   10   10    9    8
+    6    4    3    2    3    6    9   12   14   14   13   11    8    7    6    5
+    5    4    4    4    4    4    5    6    7
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    7    8    7    7    8    9   11   13   15   15   16   15   15   15   16
+   16   16   15   14   13   12   13   13   14   14   15   16   17   18   18   19
+   20   21   22   22   23   22   20   18   15   12   10    9    9    9    8    7
+    5    3    3    3    5    7   10   13   14   13   11    9    7    6    5    5
+    5    5    4    3    4    4    5    6    6
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    7    7    6    6    6    7    8   10   12   13   14   14   14   15   15
+   16   16   15   14   13   13   13   13   14   14   14   15   15   16   16   17
+   18   19   21   22   22   21   19   16   13   11    9    8    8    7    7    6
+    5    4    4    5    8   10   12   14   14   13   11   10    8    7    7    7
+    7    6    6    5    5    4    5    6    6
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    6    6    5    5    5    6    7    9   10   11   12   13   14   14
+   15   15   14   15   14   14   14   14   14   14   13   13   13   13   14   14
+   16   17   19   21   21   20   18   15   12    9    8    7    7    7    7    6
+    6    6    7    8   10   12   14   15   15   13   12   10   10    9   10   10
+   10   10    9    8    7    6    6    6    7
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    6    6    6    6    5    5    5    6    7    8    9   10   11   12
+   13   13   13   14   13   13   14   13   13   12   12   11   10   10   11   12
+   13   15   17   19   19   18   15   13   10    8    8    8    8    8    7    7
+    8    9   10   11   13   15   16   16   15   13   12   11   10   11   12   13
+   14   14   13   12   10    9    8    7    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    7    7    7    7    6    6    5    5    5    6    7    8    9   10
+   10   11   12   12   13   13   13   12   12   11   10    9    8    8    9   10
+   11   13   15   16   16   15   13   11   10   10   10   11   11   11   10   10
+   10   11   12   14   16   17   18   17   16   15   13   12   12   13   15   16
+   17   18   17   15   13   11   10    9    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    9    9    8    8    7    7    6    5    5    5    5    6    6    7    7
+    8    9   10   11   12   12   12   12   11   10    9    8    8    7    8    8
+   10   12   13   13   13   13   12   11   11   12   13   14   14   14   13   13
+   12   13   14   16   18   19   20   20   19   18   16   15   15   16   18   20
+   21   21   21   19   17   15   13   12   10
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   12   11    9    8    6    5    4    4    4    4    4    5    5    6
+    7    8    9   10   11   11   11   11   11   10    9    8    7    7    7    8
+    9   10   11   11   12   11   11   12   13   14   15   16   16   16   15   15
+   14   14   15   16   18   20   21   22   22   22   20   19   19   20   21   23
+   24   25   25   23   22   20   18   16   14
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   16   14   13   10    8    6    4    3    2    2    2    3    5    5
+    6    7    8    9    9   10   11   10   10    9    8    8    8    7    7    8
+    9   10   10   11   11   12   12   13   14   15   16   16   17   17   16   15
+   14   14   14   15   17   19   21   23   24   24   23   23   22   23   24   26
+   27   28   29   28   27   26   24   22   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   25   23   20   18   15   12   10    8    6    4    2    1    2    4    6
+    7    7    9    9    9   10   10   10   10    9    8    8    8    8    8    9
+   10   10   11   11   12   12   12   13   14   15   15   15   16   15   14   13
+   12   12   12   12   15   17   19   21   23   24   24   24   24   25   27   28
+   30   32   33   33   33   32   31   29   27
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   31   29   27   24   22   19   16   13   11    9    6    4    4    5    6
+    6    7    9    9   10   10   10   10   10   10    9    9    9   10   10   10
+   10   11   11   11   11   12   12   12   12   13   13   12   13   13   13   12
+   10   10   10   10   11   13   16   18   20   22   23   24   25   27   29   31
+   33   35   37   38   38   38   37   35   33
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   37   35   33   30   28   25   22   19   16   14   11    8    7    6    6
+    7    8    9    9   10   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   11   11   10   10   10   10   10   11   11   11   11   11   10
+    9    8    8    8    9    9   12   14   17   20   22   24   26   28   30   33
+   36   38   40   41   42   42   41   40   39
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   40   39   37   35   32   30   27   24   21   18   16   13   11    9    8
+    8    8   10   10   11   12   12   12   12   12   12   12   12   11   11   11
+   11   11   10   10   10    9   10    8    9    8    9    9    9    9    9    9
+    8    7    7    7    8    9   10   11   14   18   21   24   27   29   32   35
+   37   39   41   42   43   44   43   43   42
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   38   37   34   32   30   27   25   22   20   17   15   13   12
+   11   11   12   12   12   13   13   13   13   13   13   12   12   12   11   11
+   10   10    9    9    9    8    8    8    8    8    8    7    7    8    8    8
+    8    8    9    9   10   11   12   14   16   18   22   25   28   31   33   35
+   37   38   40   41   42   43   43   43   42
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   38   37   35   34   32   31   29   26   25   23   21   19   18   17
+   16   15   15   14   14   14   14   14   14   13   13   13   12   12   12   11
+   10   10    9    9    8    8    8    7    7    7    7    7    7    8    8    9
+   10   10   11   12   13   15   16   18   20   22   25   27   29   30   32   34
+   35   36   37   38   39   39   40   40   39
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   34   33   32   31   30   29   28   27   25   24   23   22   21   20
+   19   19   18   17   17   17   16   16   15   15   15   14   14   14   13   13
+   13   12   12   12   11   11   11   11   11   11   11   12   12   13   13   14
+   14   15   16   17   18   19   20   21   22   24   25   26   27   29   30   31
+   32   32   33   34   34   34   34   35   34
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   28   28   27   27   27   26   26   25   25   24   24   23   23   22
+   22   21   21   20   20   20   19   19   19   18   18   18   17   17   17   17
+   17   16   16   16   16   16   16   16   16   16   17   17   17   17   18   18
+   19   19   19   20   20   21   22   22   23   23   24   25   25   26   26   27
+   27   27   28   28   28   28   29   28   28
+     4                                                      END OF RMS MAP     
+     5                                                      START OF RMS MAP
+  2010    12     4     8     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   13   13   13   13   13   14   14   14   14   14   14   15   15
+   15   16   16   16   16   16   16   16   16   16   16   16   16   15   15   15
+   15   15   14   14   14   14   14   13   13   13   13   13   12   12   12   12
+   12   12   12   12   12   12   12   12   11   11   11   11   11   11   11   11
+   12   12   12   12   12   12   12   12   12
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   12   12   13   13   14   14   14   14   15   15   15   16   16
+   16   16   16   17   17   18   19   19   19   18   17   17   17   16   16   16
+   15   15   15   14   14   14   14   13   13   13   12   12   12   12   12   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   12   13   13   13   14   14   15   15   15   15   16   16
+   16   16   16   16   17   18   20   19   17   17   16   16   16   16   16   16
+   15   15   15   14   14   14   13   13   13   12   12   11   11   11   11   10
+   10   10   10   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   12   13   13   14   14   15   15   15   15   16   15   16
+   16   16   16   16   17   17   19   16   17   17   17   16   16   16   16   16
+   16   15   15   15   14   14   13   13   12   12   11   11   10   10   10   10
+   10   10   10   10   10   10   11   11   12   12   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   12   13   13   14   14   14   15   15   15   15   15   15   16
+   16   16   16   17   17   17   17   17   17   17   17   17   16   16   16   16
+   16   16   15   15   14   14   13   12   12   11   10   10    9    9    9    9
+    8    9    9    9   10   10   11   11   12   12   12   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   14   14   15   15   15   16   16   16   15   15   15   15
+   16   16   16   17   17   17   17   18   17   17   17   17   17   17   16   16
+   16   16   15   15   14   14   13   12   11   10   10    9    8    8    7    8
+    8    8    8    9   10   10   11   12   12   12   12   13   13   12   12   12
+   12   12   11   11   11   11   12   12   12
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   15   15   16   16   16   16   16   16   16   16   16   16   16
+   16   16   17   18   18   18   18   18   18   17   17   17   17   17   16   16
+   16   16   16   15   14   14   13   12   11   10    9    8    7    7    7    7
+    7    8    8    9   10   11   12   13   14   14   15   15   15   15   15   14
+   14   13   13   13   13   13   13   14   14
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   17   17   17   18   18   18   18   18   17   17   17   17   17
+   17   18   18   19   19   20   20   20   19   18   18   18   17   17   17   17
+   17   17   16   15   15   14   13   12   11    9    8    8    7    6    6    6
+    7    8    9   10   11   12   14   15   16   17   17   18   18   17   17   16
+   16   15   15   15   15   15   15   16   16
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   19   19   19   19   19   19   19   20   19   19   18   18   18
+   18   19   20   21   21   21   21   21   20   19   18   18   18   17   18   18
+   17   17   17   16   16   14   13   12   11    9    9    8    7    7    7    7
+    8    9   10   11   13   14   16   17   17   18   19   19   19   19   18   18
+   18   18   17   17   17   17   18   18   18
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   19   19   20   20   20   20   21   21   21   21   20   20   20   20
+   20   20   21   22   22   23   23   22   21   20   19   18   18   18   18   18
+   18   18   17   17   16   15   14   13   11   11   10    9    9    9    9    9
+   10   11   12   13   15   16   17   18   19   19   20   19   19   19   19   18
+   18   18   18   18   18   19   19   19   19
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   19   19   20   20   21   21   22   22   22   22   22   21   21
+   21   22   22   23   23   24   23   23   22   21   19   18   18   18   18   18
+   19   19   18   18   17   17   15   14   13   12   11   11   11   11   11   12
+   12   13   14   15   17   18   19   19   19   20   19   19   19   18   18   18
+   18   18   18   18   18   19   19   19   20
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   18   19   20   20   21   22   22   23   23   22   22   22
+   22   22   22   23   24   24   24   23   22   21   19   18   18   18   18   19
+   19   19   19   19   18   18   17   16   15   15   14   13   13   13   14   15
+   15   16   17   18   19   19   20   20   20   20   20   19   18   18   17   17
+   17   17   17   17   17   18   18   19   19
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   17   17   17   18   19   20   21   21   22   22   22   22   21
+   21   21   21   22   23   23   23   23   22   20   19   18   17   18   18   19
+   19   20   20   20   20   20   19   19   18   17   16   16   16   16   17   18
+   18   19   19   20   21   21   21   22   21   21   20   19   18   17   16   16
+   16   15   15   15   16   16   17   17   18
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   15   16   16   17   18   19   20   20   20   21   20   20
+   20   20   20   20   21   22   22   22   21   20   18   18   17   18   18   19
+   19   20   20   20   20   21   21   21   20   19   18   18   18   18   19   20
+   20   20   21   21   22   22   23   23   23   22   21   20   19   17   16   15
+   15   14   14   14   14   15   15   16   16
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   15   15   15   16   17   18   18   18   18   18   18   18
+   18   18   18   19   20   20   21   21   21   19   18   18   17   18   18   19
+   20   20   21   21   22   22   22   22   22   21   20   20   20   20   20   21
+   21   21   21   21   22   23   24   24   24   24   23   21   20   18   17   16
+   15   15   14   14   14   13   14   14   15
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   14   14   15   15   16   17   17   17   17   16   16   16   17
+   17   17   17   17   18   19   20   20   20   19   19   18   18   18   18   19
+   20   20   21   21   22   23   23   23   23   22   21   20   20   20   20   21
+   21   20   20   20   21   22   24   25   26   26   25   24   22   20   19   18
+   17   17   16   15   14   13   13   14   14
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   16   16   16   17   18   18   18   17   16   15   15   15   16
+   16   17   17   17   17   18   19   20   21   20   19   18   18   18   18   18
+   19   19   20   22   23   23   24   24   24   23   21   20   19   19   20   20
+   20   19   18   19   19   21   23   25   26   27   26   25   24   22   21   20
+   19   18   18   17   16   15   14   14   15
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   18   18   18   18   19   20   20   20   19   17   15   15   15   16
+   17   17   17   17   18   18   20   21   21   21   20   19   18   18   18   18
+   18   19   20   22   23   24   24   24   24   22   21   19   18   18   18   19
+   18   17   16   16   17   19   21   23   25   26   26   26   25   23   22   21
+   21   20   20   19   18   17   17   16   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   21   21   20   20   21   23   24   23   22   20   18   17   17   17
+   18   18   18   18   18   19   20   21   22   22   21   20   19   18   18   18
+   18   19   20   22   22   23   24   24   23   21   19   18   17   16   17   17
+   17   16   15   14   15   16   19   21   23   25   25   26   25   25   23   22
+   22   22   21   21   20   20   19   19   20
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   23   23   23   24   25   27   27   26   24   21   20   19   20
+   20   20   20   20   20   20   20   22   22   23   22   21   20   19   18   18
+   19   20   20   22   22   22   22   22   21   20   18   17   16   16   17   17
+   17   15   14   13   14   15   17   19   21   23   24   25   25   24   23   22
+   22   22   22   22   21   21   21   22   22
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   24   24   24   25   27   29   30   29   28   25   23   22   22
+   22   22   21   21   21   20   21   21   22   23   23   21   20   20   19   18
+   19   20   21   22   22   21   21   21   20   19   18   17   16   16   17   18
+   18   16   15   14   15   15   16   17   19   20   21   23   23   23   23   22
+   21   22   22   22   21   22   22   23   24
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   24   24   24   25   27   30   31   32   31   28   26   24   24
+   23   23   22   21   21   21   21   21   22   23   22   21   19   20   19   19
+   20   21   21   22   21   20   20   20   19   19   18   17   17   17   19   20
+   20   19   18   17   17   17   17   17   17   17   19   20   21   22   21   20
+   20   20   21   21   21   21   22   23   24
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   22   22   22   24   26   28   31   33   32   30   27   25   25
+   24   23   23   22   21   21   21   21   22   23   22   21   19   19   20   20
+   20   21   22   21   21   20   20   20   19   19   19   18   18   19   21   23
+   24   23   22   21   21   21   20   19   18   17   17   18   20   20   20   19
+   18   18   19   19   19   19   20   21   22
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   20   20   20   21   23   25   29   32   32   31   28   26   24
+   23   23   22   22   22   21   21   20   21   22   22   21   20   20   20   20
+   21   21   21   21   20   19   19   20   20   20   20   19   19   21   23   26
+   27   27   26   25   24   25   25   23   22   19   18   19   20   20   20   19
+   17   17   17   17   17   17   17   18   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   17   17   17   18   19   21   25   28   30   30   28   25   23
+   22   21   21   22   22   21   20   20   21   22   22   22   21   21   20   20
+   20   21   21   20   20   19   19   20   21   22   22   21   21   22   25   27
+   29   28   27   27   25   27   26   26   25   22   20   20   20   20   20   19
+   17   17   15   15   15   15   15   15   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   16   16   16   16   16   17   20   24   26   27   26   24   21
+   20   20   20   21   21   21   20   20   21   22   22   22   21   20   19   19
+   19   20   20   20   20   20   20   22   23   23   23   21   21   22   24   27
+   28   26   28   26   23   23   22   25   26   22   19   20   19   19   20   19
+   20   19   16   15   15   15   14   13   13
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   15   16   16   14   14   14   16   19   22   24   23   22   20
+   19   18   19   20   20   21   20   20   21   21   22   21   20   19   18   18
+   18   18   20   20   20   20   21   23   25   25   23   21   20   21   22   24
+   24   25   25   23   20   18   17   20   22   18   15   17   16   17   19   19
+   21   21   19   18   16   15   14   13   13
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   15   16   17   17   15   13   13   14   16   19   21   21   20   18
+   18   18   18   19   20   20   20   20   20   21   21   20   18   17   16   16
+   16   17   20   20   20   20   22   25   26   25   22   20   18   18   19   22
+   21   21   21   20   18   15   13   14   17   16   13   14   15   18   20   20
+   22   22   22   21   19   18   16   15   15
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   19   19   19   18   15   14   13   14   17   19   20   19   18
+   18   18   19   19   20   20   20   20   20   20   20   18   16   15   14   14
+   14   15   19   19   20   21   23   25   25   24   22   19   19   18   17   17
+   17   18   19   19   17   14   12   13   16   15   15   16   17   19   21   21
+   22   23   24   24   22   21   19   18   17
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   21   22   23   22   21   19   16   14   14   16   18   20   20   20
+   20   20   20   20   20   20   20   20   20   19   18   16   15   14   13   13
+   12   13   15   18   19   21   23   24   25   23   21   19   19   18   17   17
+   17   18   19   20   17   14   12   14   15   16   17   18   18   19   20   20
+   21   23   25   25   25   24   23   21   21
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   22   24   25   25   23   21   19   17   16   17   19   21   22   23
+   23   22   21   20   19   19   19   19   19   18   16   15   13   13   13   13
+   13   13   15   18   20   22   23   24   23   21   20   19   19   18   18   18
+   19   20   21   20   18   14   12   14   15   17   17   18   18   18   18   18
+   18   22   25   26   27   27   26   26   24
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   25   25   25   25   26   25   23   21   19   17   18   20   23   24   25
+   25   24   22   20   19   19   19   19   18   17   15   14   12   12   12   13
+   14   15   16   18   20   21   22   22   22   20   18   18   18   19   19   20
+   20   22   22   21   17   14   13   13   14   16   17   17   17   18   17   16
+   16   20   23   26   28   29   29   29   27
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   26   24   24   25   24   23   21   20   19   20   22   24   26   27
+   27   26   23   21   19   19   18   18   17   16   14   13   12   12   13   14
+   16   17   17   18   20   20   20   20   19   19   17   17   16   18   19   20
+   21   22   22   20   17   15   14   14   15   15   15   17   19   22   21   19
+   17   19   22   25   28   30   31   31   29
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   28   26   24   23   23   22   22   21   20   20   20   22   25   27   28
+   28   26   24   21   19   18   17   16   15   15   14   14   13   13   14   16
+   17   18   17   18   18   18   18   18   18   18   17   15   15   16   18   20
+   21   22   21   20   18   17   17   16   17   17   17   19   23   28   28   26
+   21   21   22   25   28   30   31   31   30
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   29   26   23   21   20   20   19   19   19   19   20   22   24   27   28
+   28   27   24   22   20   18   16   15   15   15   14   15   14   15   15   16
+   17   18   17   16   16   16   17   16   17   16   16   16   15   16   18   20
+   21   21   21   19   19   20   20   21   21   20   20   23   28   34   35   32
+   27   25   24   26   28   30   30   31   30
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   26   23   20   19   18   17   17   17   18   19   20   23   25   27
+   28   27   25   22   20   18   16   14   14   15   15   15   16   16   16   17
+   17   17   16   15   14   14   15   16   16   15   16   16   16   17   19   20
+   20   20   19   19   20   24   25   26   26   26   25   28   33   39   40   36
+   31   27   25   25   27   28   30   30   29
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   25   23   20   18   16   16   16   15   16   17   19   21   23   25
+   26   26   25   23   20   18   16   15   15   16   16   16   17   17   17   17
+   17   17   16   14   13   13   14   14   14   15   16   16   17   17   18   19
+   18   18   18   19   22   26   29   31   33   33   33   34   38   42   42   38
+   32   28   26   25   25   26   28   28   28
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   26   24   22   20   17   16   15   15   15   16   17   19   21   23
+   24   25   24   23   21   19   18   17   17   17   17   18   18   18   18   17
+   17   16   14   12   12   12   13   13   14   15   16   16   17   17   17   17
+   17   17   18   20   24   29   32   37   40   40   40   41   44   45   44   40
+   34   29   27   25   24   24   25   26   27
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   26   27   26   25   22   20   18   17   16   15   15   15   16   18   20
+   22   24   23   23   22   21   20   18   18   18   18   19   19   18   17   17
+   16   15   13   11   11   11   12   13   13   14   15   16   16   16   16   17
+   17   19   20   22   26   32   38   43   46   46   47   48   48   48   45   40
+   35   31   28   25   23   22   22   24   25
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   27   27   26   25   24   22   20   18   16   15   14   15   16   18
+   20   21   22   21   21   21   20   19   19   19   19   19   18   17   16   16
+   15   14   12   11   11   12   12   13   13   14   15   16   16   16   16   17
+   19   20   21   24   28   35   43   48   50   50   50   51   50   48   44   39
+   35   32   28   25   23   21   21   22   24
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   27   28   27   27   27   26   23   22   19   17   15   14   15   16
+   17   19   19   20   20   21   20   19   19   18   19   18   17   15   13   13
+   13   13   12   12   12   13   14   13   13   14   14   16   16   15   16   18
+   19   20   22   23   27   35   43   48   50   49   49   50   48   44   40   37
+   34   32   28   26   23   22   22   23   24
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   27   28   28   28   29   29   27   25   23   20   17   16   15   15
+   16   17   17   17   19   20   20   19   19   18   18   18   16   14   12   11
+   12   13   13   13   13   15   15   14   14   14   15   16   16   16   16   17
+   19   19   20   21   25   31   38   43   45   44   44   45   43   38   35   33
+   31   30   27   26   24   24   24   25   26
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   27   27   27   28   29   30   30   29   26   24   20   18   17   16
+   16   16   16   16   17   19   19   19   18   17   17   16   15   13   11   11
+   12   13   15   14   15   16   16   16   14   15   16   16   17   17   17   17
+   18   19   20   21   23   27   31   35   37   36   37   38   36   31   28   28
+   28   27   25   24   24   24   26   26   27
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   26   26   26   27   28   29   30   30   29   27   23   21   19   18
+   17   17   16   16   17   19   20   19   18   17   16   16   14   13   12   12
+   13   15   16   16   17   17   17   16   15   15   17   18   19   19   18   18
+   19   20   21   21   23   24   25   27   29   29   30   32   29   24   20   22
+   24   24   23   23   23   24   25   26   26
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   23   24   25   25   27   28   29   29   28   26   23   21   20
+   19   18   17   17   18   19   20   19   18   17   16   15   14   13   13   14
+   15   16   18   18   18   18   18   18   17   17   18   20   21   21   20   20
+   20   21   22   22   22   22   20   21   22   23   25   25   23   19   15   16
+   21   22   22   22   22   22   23   24   23
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   21   21   22   22   24   26   27   28   26   25   23   21
+   20   19   18   18   19   20   20   19   18   17   16   16   15   14   15   16
+   17   18   18   19   20   20   20   19   19   19   20   21   22   22   21   21
+   21   22   22   22   21   19   17   17   18   18   21   20   19   16   14   16
+   19   21   21   20   20   20   21   21   19
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   16   17   18   18   18   20   22   24   26   25   24   23   22
+   21   20   20   20   21   22   22   21   19   18   17   16   16   16   17   18
+   18   19   19   20   21   22   21   21   21   21   22   22   22   22   21   21
+   21   21   21   20   19   17   15   15   15   15   17   17   16   15   16   18
+   20   20   20   19   18   19   18   17   16
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   15   15   15   15   16   19   21   23   23   23   22   22
+   22   22   22   22   22   23   23   21   20   19   18   18   18   18   19   19
+   20   20   20   20   21   22   22   23   22   22   22   22   22   21   20   19
+   19   20   19   18   17   15   14   14   14   15   16   16   17   17   19   20
+   20   20   19   18   17   16   15   14   12
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   12   13   14   14   14   14   15   17   19   21   21   21   21   21
+   22   22   22   23   23   23   23   22   20   19   19   19   19   20   20   21
+   21   21   21   20   21   22   23   23   24   23   23   22   21   19   18   18
+   17   17   16   15   14   14   14   14   15   16   16   17   18   18   20   20
+   19   18   18   17   16   15   14   12   10
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   12   14   15   15   15   15   15   17   18   20   20   19   19   19
+   20   21   22   23   23   24   23   22   21   20   20   20   21   21   22   22
+   22   22   21   21   21   21   22   24   24   23   23   22   19   17   16   15
+   15   15   14   13   12   13   14   14   15   16   16   17   17   17   17   17
+   16   15   16   15   15   14   13   11   10
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   14   15   16   16   16   16   16   17   18   19   19   18   17   17
+   18   20   21   22   22   22   22   22   21   21   20   21   21   22   23   23
+   24   23   22   21   21   21   22   23   23   23   22   21   17   15   14   14
+   13   13   12   11   11   12   13   14   15   15   16   15   15   14   13   12
+   12   12   13   14   15   13   12   10   10
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   15   17   18   18   17   17   17   18   18   18   18   17   16   15
+   16   17   19   20   20   21   21   21   20   20   20   21   22   23   24   24
+   25   24   22   21   20   20   21   22   22   21   19   18   14   13   14   13
+   13   12   11   10   10   12   13   14   15   15   15   14   12   10    9    8
+    8    9   10   12   13   12   11   10   10
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   15   17   19   19   18   18   18   18   19   18   17   16   15   14
+   14   15   16   17   18   18   19   19   19   19   20   21   22   23   24   25
+   25   24   23   21   20   19   19   19   19   17   16   14   14   14   14   14
+   13   12   10    9    9   11   13   14   15   15   15   13   11    9    7    5
+    5    6    8   10   11   10    9    9   10
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   13   16   17   18   18   18   18   19   19   18   17   15   14   13
+   13   13   14   15   15   15   16   17   17   18   19   19   21   22   24   25
+   25   24   23   21   19   18   17   17   16   14   13   13   13   15   15   15
+   13   11    9    8    9   10   12   13   15   15   14   13   11    9    7    5
+    4    4    6    8   10    9    8    8    9
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8   10   13   14   15   16   17   17   18   18   18   16   15   14   13
+   13   13   13   13   13   13   14   15   16   17   17   18   20   22   24   25
+   25   24   22   20   18   17   16   15   14   13   12   12   14   15   15   14
+   12   10    8    7    8    8   10   11   13   14   13   12   10    9    7    5
+    3    3    5    7    9    9    8    7    7
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    7    9   10   11   12   13   15   16   17   17   16   15   15   14
+   13   13   13   12   12   12   13   14   14   16   16   17   19   21   23   24
+   24   23   22   20   18   16   15   14   13   12   11   12   13   13   13   12
+   11    9    8    7    7    8    9   10   11   12   12   11    9    8    6    4
+    2    3    5    7    8    8    7    6    5
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    4    4    5    6    7    8   10   12   13   14   14   15   15   15
+   14   14   14   14   14   14   14   14   15   16   16   17   18   20   21   23
+   23   22   21   19   17   16   15   14   13   12   11   11   11   11   11   11
+   10    9    9    8    8    8    9   10   11   12   11   11    9    8    6    4
+    4    5    6    7    7    7    7    6    4
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    3    2    2    2    2    3    5    7    9   11   12   13   14   14
+   15   15   15   15   15   15   15   15   16   16   16   17   17   19   20   21
+   21   20   19   18   17   15   15   14   13   11   10    9    9    9   10   10
+   11   11   10    9    9    8    9   10   12   12   13   13   12   10    9    8
+    7    7    8    8    8    7    6    5    4
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    3    3    3    3    2    1    0    2    4    6    8   10   12   13
+   13   14   15   15   15   15   15   15   16   16   15   16   16   17   18   18
+   18   18   17   16   15   14   14   13   12   10    9    8    8    9   11   12
+   13   13   12   10    9    9    9   11   12   14   15   16   16   15   14   13
+   12   11   10   10    9    8    6    5    4
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    4    3    2    3    4    5    4    3    2    1    2    5    6    8   10
+   11   13   14   14   14   14   14   14   15   15   15   15   15   15   16   16
+   15   15   14   13   13   13   12   11   10   10   10   10   11   12   13   14
+   15   14   13   11   10   10   10   12   13   16   18   19   20   19   19   18
+   17   15   14   12   11   10    8    7    5
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    7    5    3    3    4    5    5    5    5    4    3    3    4    5    7
+    8   10   11   12   13   13   14   14   14   14   14   14   14   14   14   13
+   13   13   12   12   12   12   12   11   10   11   12   13   14   16   16   16
+   16   15   14   12   12   13   13   14   16   19   21   23   24   24   24   23
+   22   20   19   17   15   14   12   10    9
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   12   10    8    6    4    4    4    5    5    5    5    4    4    4    4
+    5    7    8   10   11   11   12   12   13   13   13   13   13   13   13   12
+   12   12   11   12   12   12   12   12   12   13   15   16   17   18   18   18
+   17   15   15   14   15   16   18   18   20   22   24   26   27   28   28   28
+   27   26   25   23   21   19   17   16   14
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   19   17   14   11    8    6    4    3    3    4    4    5    5    4    4
+    5    5    6    8    9    9   10   11   11   12   12   12   12   12   12   12
+   12   12   12   12   12   13   14   14   15   16   17   18   19   19   18   18
+   17   16   15   16   17   19   20   22   23   25   27   29   30   31   32   32
+   32   31   30   29   28   26   24   22   21
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   27   24   22   18   15   11    8    4    1    1    2    4    4    5    5
+    5    5    6    7    8    8    9   10   10   11   11   12   13   13   12   12
+   12   12   11   12   12   13   14   15   16   17   18   18   19   19   18   17
+   16   15   15   15   17   19   21   22   24   26   28   30   31   33   34   35
+   35   36   36   35   33   33   31   30   28
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   33   31   28   25   22   18   14   10    7    4    1    1    2    3    4
+    5    5    6    7    8    8    9   10   10   11   11   13   13   13   12   12
+   12   11   11   11   12   12   13   15   15   16   17   17   17   17   16   16
+   15   15   14   13   14   16   18   20   23   26   28   30   32   34   35   37
+   38   39   39   39   39   38   37   37   35
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   39   37   34   31   28   24   21   17   13   10    7    5    4    3    4
+    4    5    6    7    8    9    9   10   10   11   12   12   14   14   13   12
+   12   11   11   10   10   11   12   12   13   14   14   14   14   14   14   14
+   13   12   12   11   11   11   13   17   20   23   27   29   31   33   36   37
+   39   40   41   41   42   42   42   41   41
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   40   38   36   33   29   26   23   20   17   14   12   10    8    7
+    7    7    7    8    9    9   10   10   11   12   12   13   13   14   13   13
+   13   12   11   10   10   10   10   10   11   11   12   12   12   12   12   12
+   12   11   11   10   10   10   11   13   16   20   24   27   30   33   35   36
+   38   40   41   42   43   44   44   44   43
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   41   39   37   35   33   30   27   25   22   20   18   16   14   13
+   12   11   11   11   11   11   12   12   13   13   13   13   13   14   13   13
+   13   12   12   11   11   10   10   10   10   10   10   10   10   10   10   10
+   10   11   11   11   12   12   13   15   16   18   21   25   29   31   33   35
+   36   38   40   41   42   43   43   43   42
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   39   39   37   36   35   33   32   30   28   26   24   23   21   20   18
+   17   16   15   15   15   14   14   14   14   14   14   14   14   14   14   14
+   13   13   12   12   12   11   11   11   10   10   10   10   10   11   10   11
+   11   11   12   13   13   14   16   17   19   21   23   25   28   29   31   33
+   34   35   37   38   39   39   40   40   40
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   34   34   33   32   32   31   30   29   27   26   25   24   23   22
+   21   20   20   19   18   18   17   17   17   16   16   16   16   16   15   15
+   15   14   14   14   13   13   13   13   13   13   12   13   13   13   13   14
+   14   15   15   16   17   18   19   20   21   22   24   25   26   27   29   30
+   31   32   33   33   34   34   35   35   35
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   29   28   28   28   27   27   27   26   26   25   25   24   24   23
+   23   22   22   21   21   21   20   20   20   19   19   19   18   18   18   18
+   18   17   17   17   17   17   17   17   17   17   17   17   17   17   18   18
+   18   19   19   19   20   21   21   22   22   23   24   24   24   25   26   26
+   27   27   27   28   28   28   28   29   29
+     5                                                      END OF RMS MAP     
+     6                                                      START OF RMS MAP
+  2010    12     4    10     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   12   12   12   12   13   13   13   13   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   13   13   13   13   13
+   13   13   12   12   12   12   12   12   12   12   11   11   11   11   11   11
+   11   11   11   11   11   10   10   10   10   10   10   10   10   10   10   10
+   10   10   11   11   11   11   11   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   12   12   13   13   13   14   14   15   15   15   15
+   16   16   16   16   16   16   15   15   15   15   15   15   14   14   14   14
+   13   13   13   13   12   12   12   12   12   12   11   11   11   11   11   11
+   11   11   11   11   11   10   10   10   10   10   10   10   10   10   10    9
+   10   10   10   10   11   10   11   10   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10   11   11   11   12   12   13   14   14   15   15   15   16   16   16
+   16   17   17   17   17   17   16   16   16   16   16   15   15   14   14   13
+   13   12   12   12   12   11   12   11   11   11   12   11   11   12   11   11
+   11   11   11   11   10   10   10   10   10   10   10    9   10   10   10   10
+   10   11   11   11   11   11   11   11   11
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   11   12   13   13   14   14   15   15   15   16   16   17
+   17   17   18   18   18   18   18   17   17   16   15   15   14   14   13   13
+   12   12   12   12   11   11   11   11   11   12   12   12   12   12   12   12
+   12   12   12   12   11   11   11   10   10   10    9    9    9    9    9   10
+   10   10   11   10   10   10   10    9    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   12   13   14   14   14   14   15   15   15   16   16
+   17   17   18   18   18   18   18   17   17   16   16   15   14   14   13   13
+   12   12   11   11   11   11   11   11   12   12   12   13   13   13   13   13
+   13   13   13   13   12   12   11   11   10   10   10   10    9    9    9   10
+    9    9   10   10   10   10   10   10   10
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   14   14   14   14   14   14   14   14   15   15   16
+   16   17   17   18   18   18   18   18   18   17   16   15   15   14   14   13
+   12   12   12   12   12   12   12   12   12   12   13   13   13   14   14   14
+   14   14   14   14   13   12   12   11   11   11   11   10   10   10   11   11
+   10   11   11   11   11   11   11   11   11
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   14   15   15   15   15   15   15   14   14   14   14   14   15
+   16   16   17   18   18   19   19   18   18   18   17   16   15   15   14   14
+   14   13   13   13   12   12   12   12   12   13   13   13   14   14   14   14
+   14   14   14   14   14   13   13   12   12   12   12   12   12   13   13   13
+   13   13   13   13   13   13   13   13   13
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   16   17   17   16   16   15   15   14   14   14   14   14
+   15   16   17   18   19   19   19   19   19   18   17   17   16   16   15   15
+   15   15   14   14   13   13   13   12   13   13   13   13   14   14   14   14
+   14   14   14   14   14   14   13   13   13   13   13   14   14   15   16   16
+   16   17   16   15   15   14   14   15   15
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   18   18   18   18   18   17   16   15   15   14   14   14
+   15   16   18   19   20   20   20   20   20   19   18   17   16   16   16   16
+   16   16   16   15   15   14   13   13   13   13   13   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   15   16   17   18   18
+   19   19   18   18   17   16   16   16   16
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   19   19   19   19   19   19   18   17   16   15   14   15
+   16   17   18   20   21   21   21   21   20   19   18   17   17   17   17   18
+   18   18   17   17   16   15   14   14   14   14   14   14   14   15   14   14
+   14   14   14   14   15   15   15   14   14   14   15   16   16   18   19   19
+   20   20   19   19   18   18   17   17   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   18   18   19   19   20   20   20   19   18   17   16   16   16
+   17   18   19   21   22   22   22   21   20   19   18   17   17   18   18   19
+   19   19   19   18   17   16   16   15   15   15   15   15   15   15   14   14
+   14   15   15   15   16   16   16   15   15   15   15   15   16   17   18   19
+   19   19   19   19   18   18   17   16   17
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   17   17   18   19   20   21   20   20   19   18   17   17   17
+   18   18   20   21   22   22   22   22   20   19   18   17   17   18   18   19
+   20   20   20   19   18   17   17   17   16   17   16   16   16   15   15   14
+   14   15   16   17   17   18   17   17   16   15   15   15   15   16   16   17
+   17   18   18   17   17   17   16   15   15
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   15   16   17   17   18   20   20   20   19   18   17   17   17
+   18   19   20   21   22   22   22   22   20   19   18   17   17   18   18   19
+   20   20   20   19   19   18   18   18   18   18   17   17   17   16   15   14
+   15   16   17   19   19   20   20   19   17   16   15   14   14   14   15   15
+   15   15   15   15   15   15   14   14   14
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   15   15   15   15   16   17   18   19   19   18   18   17   17   17
+   17   18   19   20   21   22   22   21   21   19   18   18   17   18   18   18
+   19   19   20   20   19   19   19   19   19   19   19   18   18   16   15   15
+   15   17   19   21   22   23   23   21   20   17   15   15   14   13   14   14
+   14   14   13   13   13   13   13   13   13
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   15   15   15   15   15   16   17   18   17   17   16   15   16
+   16   17   18   19   20   21   21   21   21   20   19   18   18   17   18   18
+   18   19   19   19   20   20   20   20   20   20   20   19   19   17   16   15
+   16   18   20   23   25   25   25   24   22   19   17   16   15   14   14   14
+   14   13   13   12   12   13   13   13   13
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   15   15   15   15   15   16   16   16   16   15   15   14   14
+   15   16   17   18   20   20   21   21   21   21   20   19   18   18   17   17
+   17   17   18   19   20   20   20   21   21   21   21   20   19   17   16   15
+   17   18   21   24   26   27   27   25   24   21   19   18   16   16   15   15
+   15   14   13   13   13   13   14   14   14
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   17   17   17   16   16   16   16   16   15   14   13   13   13
+   14   15   17   18   19   20   21   21   21   21   20   20   19   18   17   16
+   16   16   17   19   19   20   21   21   21   21   20   19   18   17   16   15
+   17   19   22   25   26   27   27   26   24   22   20   19   18   18   17   17
+   16   16   15   15   15   16   16   16   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   20   20   19   18   18   17   17   17   15   14   13   13   13
+   15   16   17   18   19   20   21   21   21   21   21   20   19   19   18   16
+   16   16   17   18   19   20   20   21   20   20   20   18   17   15   15   15
+   16   19   21   24   25   26   26   25   24   23   21   20   19   19   19   19
+   19   18   18   18   18   18   18   18   19
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   24   23   22   21   20   19   18   18   16   15   14   14   14
+   16   17   19   19   20   21   21   21   21   21   21   20   20   19   18   17
+   16   16   17   18   19   20   20   20   19   19   18   17   15   14   14   14
+   16   18   20   22   23   24   24   24   23   22   21   20   20   20   20   20
+   21   21   20   20   20   20   20   21   21
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   26   26   26   25   24   22   20   20   19   18   17   16   15   16
+   18   19   20   21   21   21   21   22   21   21   20   20   19   19   18   17
+   17   17   18   19   19   20   19   18   18   17   17   16   16   15   14   15
+   16   17   19   20   21   22   22   22   23   22   21   20   20   20   20   21
+   21   22   21   21   21   21   21   22   23
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   26   28   28   28   26   23   22   21   21   20   18   17   17   18
+   19   21   22   22   22   22   22   23   21   20   20   20   19   19   19   18
+   18   18   19   19   19   19   18   17   17   17   17   17   16   16   16   16
+   16   17   18   19   19   20   20   21   22   22   21   20   19   18   19   20
+   20   21   20   20   21   21   21   22   23
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   25   27   28   28   26   24   22   22   22   21   20   19   19   20
+   21   23   23   24   23   23   22   23   22   20   19   19   20   20   20   20
+   19   19   20   19   19   18   17   17   17   18   18   18   18   17   17   17
+   18   18   18   18   18   18   19   21   22   22   21   19   18   17   17   18
+   18   18   18   18   19   19   20   21   23
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   23   25   26   26   25   23   22   21   21   21   21   20   20   21
+   22   24   24   24   24   23   22   22   21   20   19   20   21   21   21   21
+   20   20   20   19   19   18   18   18   18   19   19   19   19   19   19   19
+   19   19   18   17   17   18   19   21   22   22   21   20   17   16   15   15
+   15   16   15   15   16   17   18   19   20
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   22   23   24   23   22   21   20   20   20   21   21   21   22
+   22   23   24   24   24   24   22   22   21   20   19   20   21   22   22   21
+   21   21   20   19   18   18   19   19   20   21   21   21   20   21   22   21
+   21   20   19   17   17   19   20   22   24   25   23   21   18   16   15   13
+   13   13   13   13   14   15   16   17   18
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   20   21   21   20   19   18   18   19   19   20   20   21
+   22   22   23   23   24   23   23   22   22   21   20   21   21   22   22   22
+   21   21   20   19   18   18   20   20   22   22   22   21   21   22   23   23
+   22   20   19   18   17   19   21   23   26   28   26   23   20   17   15   14
+   13   13   12   11   12   13   15   16   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   15   17   18   19   18   17   15   16   17   18   19   19   20
+   21   21   22   22   23   23   23   22   22   21   21   21   21   21   21   21
+   20   21   20   18   18   18   20   21   22   23   22   20   20   22   23   23
+   22   20   19   20   19   20   20   22   25   28   27   24   22   18   16   15
+   14   13   12   12   12   14   15   16   16
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   14   14   15   16   17   17   16   14   14   15   16   17   18   19
+   19   20   20   21   22   22   23   22   21   20   20   20   20   20   19   19
+   19   20   19   19   18   19   20   21   22   22   20   19   19   21   21   20
+   19   19   19   19   19   20   18   21   23   26   25   23   22   20   19   18
+   18   16   14   13   14   15   16   17   17
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   16   14   14   16   17   18   17   15   14   14   14   15   16   17
+   18   18   19   20   21   21   22   21   20   20   19   19   18   18   17   17
+   18   19   20   19   18   19   20   20   20   19   18   17   18   20   19   18
+   16   16   17   18   19   20   17   20   22   24   24   23   21   20   21   21
+   22   20   18   17   17   18   19   19   19
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   19   17   16   16   17   19   20   19   17   15   14   14   14   15   16
+   16   17   18   19   20   21   20   20   19   18   18   17   17   16   15   16
+   17   19   21   20   19   18   19   18   17   17   16   17   18   20   19   18
+   15   15   16   18   19   20   18   19   21   22   23   22   21   20   22   23
+   24   24   23   21   20   21   22   22   21
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   19   17   17   19   21   22   22   20   18   16   15   15   16   16
+   16   16   17   18   19   19   19   18   17   16   16   15   15   14   14   15
+   17   20   22   22   20   20   19   17   16   14   14   16   20   21   20   18
+   16   15   17   18   19   20   18   18   20   21   21   20   19   20   22   24
+   26   27   26   24   23   22   23   23   23
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   19   18   20   23   25   25   23   20   18   17   17   17   18
+   17   17   17   18   18   18   17   17   15   14   14   13   13   13   14   15
+   18   22   25   25   24   23   21   18   16   15   15   18   21   22   21   19
+   18   17   17   18   19   19   17   17   18   19   19   18   18   19   21   24
+   26   28   27   26   24   23   23   24   24
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   21   19   19   20   23   26   26   25   23   21   20   20   20   20
+   19   18   18   18   18   17   16   14   13   12   12   11   11   12   14   17
+   21   25   27   28   27   26   24   20   17   16   17   19   22   24   23   21
+   19   18   18   18   19   18   17   16   17   18   18   19   19   19   21   24
+   25   27   28   27   25   23   23   23   23
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   20   18   18   20   22   25   26   26   25   23   23   23   23   22
+   21   20   19   18   17   16   14   12   11   11   10   10   11   13   16   19
+   23   26   28   29   29   28   25   21   19   19   19   22   24   25   25   23
+   21   19   18   18   18   17   16   17   18   19   19   22   21   21   23   25
+   26   27   27   27   25   23   22   22   22
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   19   17   17   18   21   24   25   26   25   25   25   25   25   24
+   23   22   20   19   16   15   13   11   10   10   10   10   12   14   17   20
+   24   27   28   28   29   27   24   22   21   21   22   25   27   27   26   24
+   22   19   18   18   17   17   17   18   20   22   23   27   23   22   23   25
+   26   26   26   26   25   23   21   20   20
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   16   16   16   18   21   23   24   25   25   26   27   27   26
+   25   23   22   19   16   14   12   11   11   11   11   12   13   15   18   21
+   23   25   26   27   27   25   23   21   21   22   24   27   29   28   26   24
+   20   19   19   19   17   17   19   20   22   24   27   30   25   23   23   23
+   24   25   26   26   25   23   21   20   19
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   16   15   15   16   19   21   22   23   24   26   27   28   27
+   26   25   22   19   16   13   12   12   12   12   13   13   14   16   19   20
+   22   23   23   24   24   23   21   21   21   23   25   28   28   27   24   22
+   18   18   18   19   18   19   20   22   24   27   29   29   27   25   23   23
+   23   23   24   25   25   23   22   20   18
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   18   18   16   15   16   17   19   20   21   23   25   27   28   28
+   27   25   23   20   17   14   13   14   15   15   15   15   15   17   18   20
+   21   20   20   21   21   21   20   20   22   24   26   27   26   23   20   18
+   17   18   19   20   20   21   21   23   27   30   30   30   29   27   25   23
+   22   22   24   25   25   24   22   20   19
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   19   17   16   16   17   18   19   21   23   26   27   27
+   27   25   23   21   18   16   16   16   17   18   18   17   17   17   18   18
+   19   18   18   19   19   19   19   20   22   25   25   24   22   18   16   16
+   17   19   21   22   23   23   23   25   28   32   33   32   31   29   27   24
+   23   23   24   25   25   24   23   21   20
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   23   22   20   19   18   18   18   18   19   21   23   25   26
+   25   24   23   21   20   19   19   20   20   20   20   19   18   18   18   18
+   17   16   16   16   17   18   18   19   21   23   22   20   17   15   15   16
+   18   21   23   24   25   25   26   27   31   34   35   33   33   31   29   27
+   25   25   25   26   25   25   23   22   21
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   24   25   25   23   22   20   19   18   18   18   19   21   22   23
+   24   23   22   21   21   20   21   22   22   22   21   19   18   17   17   15
+   15   14   15   15   16   16   17   18   19   19   18   16   15   14   16   18
+   20   23   25   26   27   27   29   30   32   35   35   34   32   32   30   29
+   27   27   27   27   26   25   24   23   23
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   27   27   27   25   23   21   20   19   18   18   19   20   21
+   21   21   22   21   21   21   21   22   22   22   20   19   17   17   15   14
+   14   14   14   14   14   15   16   16   17   17   15   13   14   16   17   21
+   24   24   25   26   27   28   30   31   32   33   34   31   30   31   30   29
+   29   29   28   27   27   26   26   25   24
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   25   26   28   29   28   26   23   22   20   19   18   18   18   19
+   20   20   20   20   20   21   21   20   20   20   18   17   16   16   15   14
+   14   14   14   14   14   14   15   15   16   15   14   13   15   18   21   23
+   25   25   25   25   25   26   28   29   30   30   31   27   26   28   29   28
+   29   29   28   27   27   26   27   26   25
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   25   28   29   28   27   26   24   22   20   19   18   18   18
+   19   19   20   20   20   20   20   19   18   17   16   16   15   15   15   15
+   15   15   15   14   13   14   15   15   15   15   15   15   18   21   23   25
+   26   25   24   22   23   24   25   25   25   26   26   22   22   25   26   27
+   28   29   27   25   25   26   27   27   26
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   24   26   27   27   28   26   25   23   21   20   19   18   18
+   19   19   19   19   19   19   19   18   17   16   15   15   15   15   15   16
+   17   17   16   15   14   15   16   16   16   16   17   18   21   24   26   26
+   26   24   22   20   20   21   22   21   19   17   19   17   18   21   23   24
+   26   27   24   23   23   24   25   25   25
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   22   22   24   25   25   26   25   24   23   22   20   19   19   19
+   19   20   20   19   19   18   18   17   17   15   15   15   16   17   18   18
+   19   18   18   16   15   15   17   17   19   19   21   22   25   26   27   27
+   25   22   19   18   18   18   18   17   14   11   13   14   16   18   20   21
+   23   23   22   20   20   21   22   23   23
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   22   23   23   23   23   23   23   22   21   21   20   20
+   21   21   21   20   19   18   18   17   17   17   17   17   19   20   20   21
+   20   19   18   17   16   17   18   20   22   23   23   25   27   28   27   26
+   22   19   17   15   16   16   15   14   12   10   12   13   15   16   18   19
+   20   21   19   19   18   18   19   20   20
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   19   20   21   21   20   20   21   21   21   21   21   21   22
+   22   23   22   21   20   19   18   18   18   19   19   20   21   22   22   22
+   21   20   18   17   18   19   20   22   24   25   25   26   27   27   25   23
+   19   16   14   13   14   14   14   13   13   13   15   16   15   15   16   18
+   19   19   18   17   18   17   17   18   18
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   18   19   20   20   19   18   18   19   20   21   21   21   23
+   24   24   24   23   21   20   20   20   20   20   21   22   23   24   24   23
+   21   20   19   18   20   21   22   24   25   26   26   26   25   24   21   19
+   16   13   12   12   13   13   13   14   15   16   18   18   16   15   17   17
+   18   18   18   18   18   17   17   17   16
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   18   19   20   20   18   17   17   17   18   19   20   21   23
+   25   26   26   25   23   22   22   22   23   23   23   23   23   24   23   22
+   21   20   19   20   21   22   24   25   25   25   24   23   22   19   16   15
+   13   11   10   10   11   12   13   14   16   18   19   18   17   16   17   18
+   18   18   17   18   18   18   18   18   17
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   18   19   20   20   20   19   18   17   17   17   18   19   21   23
+   25   26   27   26   25   24   24   25   25   25   25   24   24   23   22   21
+   20   20   20   21   22   23   24   25   24   22   20   18   17   14   12   12
+   12   11    9    9   11   12   12   13   15   17   17   17   16   16   17   18
+   17   17   17   17   18   19   19   18   18
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   21   21   21   20   19   17   16   16   16   17   19   21
+   24   26   27   26   26   25   26   26   26   26   26   25   24   22   21   20
+   20   20   21   22   23   24   24   23   20   18   15   13   13   11   10   11
+   12   12   10   10   11   12   12   12   13   14   14   14   13   13   14   16
+   15   16   16   16   17   18   19   19   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   22   22   22   21   19   18   17   16   15   16   17   19
+   22   24   25   25   25   25   25   26   26   26   26   25   23   21   20   19
+   19   20   21   23   25   25   23   19   16   13   10   11   13   12   11   12
+   13   13   13   12   13   13   12   12   11   11   11    9    8    9   11   12
+   12   13   14   14   15   16   18   18   18
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   20   21   22   22   22   21   20   19   17   16   15   15   15   17
+   20   22   23   24   24   24   24   25   25   25   25   23   21   19   18   19
+   19   20   22   24   26   28   21   16   12   10    9   11   14   13   13   13
+   14   14   14   14   14   14   14   13   12   10    9    7    5    5    7    9
+    9   10    9   10   12   13   15   16   17
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   17   18   20   21   21   21   20   19   18   16   14   14   14   15
+   17   19   21   21   22   22   22   23   23   23   22   20   18   17   17   18
+   19   21   22   24   26   28   21   15   11   10   11   13   14   14   14   14
+   14   15   15   14   14   14   14   14   12   11   10    8    5    4    5    7
+    7    7    6    7    8   10   12   13   14
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   15   16   18   19   19   19   19   18   16   15   13   13   13
+   15   17   19   19   20   20   20   21   21   21   19   18   16   16   17   18
+   19   20   22   23   23   24   19   15   13   14   14   15   15   15   14   14
+   14   14   13   13   13   13   13   13   13   12   11    9    7    5    4    5
+    5    5    4    5    5    7    8    9   10
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9   10   11   13   15   16   18   18   18   16   15   13   13   13
+   14   16   17   18   18   19   19   20   20   19   18   17   16   16   17   18
+   20   20   21   20   20   19   17   16   16   16   17   16   16   15   14   14
+   13   12   11   11   10   11   12   12   12   12   11   10    8    6    4    4
+    5    4    3    3    3    4    5    6    7
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    5    5    6    8   10   12   14   15   16   15   14   13   13   13
+   13   15   16   17   18   19   19   20   20   19   18   17   17   17   18   19
+   20   20   19   18   17   17   17   17   17   18   17   17   15   15   14   13
+   12   11   10    9    9   10   11   11   12   12   12   11    9    6    5    5
+    5    5    4    3    3    4    4    4    4
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    3    3    2    2    5    6    9   11   12   13   12   12   12   12
+   13   15   16   18   19   20   20   21   20   20   19   18   18   18   19   19
+   19   19   18   17   16   16   16   17   17   17   16   16   15   15   14   13
+   12   11    9    9    9   10   12   13   14   13   13   13   11    9    9    8
+    8    7    5    5    5    4    3    3    3
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    4    4    5    5    3    3    2    3    5    7    8    9   10   10   11
+   12   14   16   18   19   20   21   22   22   21   20   20   20   19   19   19
+   18   17   16   15   14   14   14   15   15   15   15   15   16   16   15   14
+   12   11   10    9   10   11   13   15   17   17   17   17   16   14   13   12
+   11   10    9    9    8    7    5    4    3
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    4    4    6    7    7    7    5    3    2    2    3    5    6    7    9
+   11   13   15   17   19   20   22   22   22   22   22   21   20   20   19   18
+   17   16   14   13   12   12   12   12   13   14   15   17   18   18   17   16
+   14   12   11   10   11   12   15   17   20   21   21   22   21   20   18   17
+   16   15   14   13   11   10    7    6    5
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    6    5    6    8    9    9    9    8    6    4    2    0    2    4    6
+    8   11   13   16   18   19   21   22   22   22   21   20   19   18   18   17
+   16   14   13   12   11   10   10   11   13   16   18   20   21   21   20   18
+   15   13   12   11   11   12   16   19   22   24   26   26   26   25   24   22
+   21   19   18   17   16   14   12   10    8
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   10    8    7    8    9   10   10   10    9    8    6    3    1    0    2
+    5    8   11   13   15   17   19   20   20   20   20   19   18   17   17   16
+   15   13   12   11   10   10   11   14   16   19   22   23   24   23   22   20
+   17   15   14   13   13   13   16   20   24   26   28   29   29   29   28   27
+   25   24   23   22   21   20   18   16   13
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   17   14   12   11   10   10   10   11   10    9    8    6    4    2    1
+    2    5    8   10   13   15   16   17   17   18   18   17   17   17   16   16
+   14   12   12   11   11   12   14   17   20   22   24   25   25   24   23   21
+   18   16   15   15   14   14   17   20   24   28   30   32   32   32   32   30
+   30   29   28   28   27   26   25   23   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   25   22   19   16   14   12   12   11   10    9    8    7    6    4    3
+    2    4    6    8   11   12   13   14   14   15   15   16   16   16   15   15
+   13   12   12   12   13   14   16   19   22   24   25   26   25   24   22   21
+   19   17   16   16   15   15   17   19   24   28   31   33   33   34   33   33
+   33   33   33   33   33   33   32   30   28
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   33   31   28   24   22   18   16   14   12   10    9    7    6    4    3
+    3    4    6    8    8    9    9   10   11   12   13   14   15   14   14   14
+   13   12   12   13   14   15   17   19   22   24   25   25   24   22   21   19
+   18   17   16   16   15   15   16   19   23   28   31   33   34   35   34   35
+   35   36   37   38   38   38   38   37   36
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   40   38   35   32   29   26   23   20   17   14   11    9    7    5    4
+    3    4    5    5    5    5    6    8    9   10   10   12   12   13   13   13
+   13   13   13   13   14   16   17   19   20   22   22   23   22   20   19   17
+   16   15   14   14   15   15   16   18   22   27   32   33   34   35   35   36
+   38   39   40   41   42   43   43   43   42
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   45   43   41   39   36   33   30   26   23   20   17   14   12    9    7
+    5    5    5    4    5    5    6    6    8    9    9   10   10   11   11   11
+   12   12   12   13   14   15   16   17   19   19   20   20   19   18   17   15
+   14   13   13   13   14   15   16   18   20   24   29   32   33   34   36   37
+   39   40   42   44   45   46   46   46   46
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   46   45   44   42   39   37   34   32   29   26   23   20   18   15   13
+   11    9    8    7    7    7    7    7    8    8    8    8    8    9    9   10
+   10   11   11   12   13   14   15   16   16   17   17   17   17   17   16   15
+   14   14   13   13   14   15   16   17   19   21   25   29   33   35   37   38
+   40   41   43   44   46   46   47   47   47
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   45   44   43   42   40   38   36   34   32   30   27   25   23   21   19
+   17   15   14   13   12   11   10   10   10   10   10   10   10   10   10   11
+   11   12   12   13   14   14   15   15   16   16   16   17   17   17   17   17
+   17   17   17   18   19   19   21   23   25   27   30   32   33   35   36   38
+   39   41   42   43   44   44   45   45   45
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   40   39   39   38   37   35   34   33   31   30   28   27   25   24
+   22   21   20   19   18   17   16   16   15   15   15   15   15   15   15   15
+   15   16   16   16   17   17   18   18   18   19   19   20   20   21   21   21
+   22   22   23   24   25   26   27   27   29   30   31   32   33   34   35   36
+   37   38   39   40   40   41   41   41   41
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   34   34   34   33   33   32   32   31   30   29   29   28   27   27
+   26   25   25   24   24   23   23   22   22   22   21   21   21   21   21   21
+   21   21   21   21   22   22   22   23   23   23   23   24   24   24   25   25
+   25   26   26   27   27   28   28   29   29   30   31   31   32   32   33   33
+   33   34   34   34   35   35   35   35   35
+     6                                                      END OF RMS MAP     
+     7                                                      START OF RMS MAP
+  2010    12     4    12     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   13   13   13   14   14   14   14   14   14   15   15   15   15
+   15   15   15   15   16   16   16   15   15   15   15   15   15   15   15   15
+   15   15   15   14   14   14   14   14   14   14   14   14   13   13   13   13
+   13   13   13   13   12   12   12   12   12   12   12   12   12   12   12   12
+   12   12   12   12   12   12   12   12   12
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   12   13   13   14   14   15   15   15   16   16   16
+   16   16   16   16   16   16   16   16   16   16   16   15   15   15   15   14
+   14   14   14   14   14   13   13   13   13   13   13   13   13   13   13   12
+   12   12   12   12   12   12   11   11   11   11   11   10   10   10    9    9
+    9    9    9    9    9    9    9   10   10
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9   10   10   11   12   13   13   14   14   15   16   16   16   16
+   17   17   17   17   17   17   17   16   16   16   15   15   14   14   14   14
+   13   13   13   13   12   12   12   12   12   12   12   12   12   12   12   12
+   12   12   12   12   12   12   11   11   11   10   10    9    9    8    8    8
+    7    7    7    7    7    7    7    8    8
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    8    9   10   11   12   12   13   14   15   15   16   16   16   16
+   16   17   17   16   16   16   16   15   15   15   15   14   14   13   13   13
+   13   12   12   11   11   11   10   10   10   10   10   11   11   11   11   11
+   11   12   12   12   12   12   11   11   11   10   10    9    9    8    8    7
+    7    7    6    6    6    6    6    7    7
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    8    9   10   11   12   12   13   14   15   15   16   16   16   16
+   16   16   16   15   15   16   15   15   14   14   14   13   13   13   12   12
+   11   11   11   11   10   10    9    9    9    9    9    9    9   10   10   10
+   11   11   11   12   12   12   11   11   11   11   10   10   10    9    9    8
+    8    7    7    6    6    6    7    7    8
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    9    9   10   11   12   13   14   15   15   15   15   16   16   16
+   15   15   15   15   15   15   14   14   14   14   14   13   13   13   12   12
+   12   11   11   10   10    9    9    8    8    8    8    8    8    8    9    9
+   10   10   11   12   12   12   12   12   12   12   11   11   11   10   10   10
+    9    9    9    8    8    8    8    9    9
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   12   13   14   15   16   16   15   15   16   15   15
+   15   15   14   14   14   14   14   15   14   14   14   14   14   13   13   13
+   13   12   11   10    9    9    8    7    7    6    6    6    7    7    8    8
+    9   10   11   11   12   12   13   13   13   13   13   13   13   13   13   13
+   12   12   12   11   11   11   11   10   10
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   13   14   15   15   16   17   17   16   16   16   15   15   14
+   14   14   14   14   14   14   15   15   15   15   15   15   15   15   15   14
+   14   13   12   11   10    9    8    7    7    6    5    5    6    6    7    7
+    9   10   11   11   12   13   13   13   14   14   15   15   15   15   16   16
+   16   15   15   15   14   14   13   12   12
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   15   15   16   17   17   18   18   18   17   17   16   15   15   14
+   14   14   14   15   15   16   16   17   17   17   17   17   17   17   16   16
+   15   14   13   12   11   10    9    8    7    6    6    6    6    6    6    7
+    8   10   11   12   13   13   14   14   15   15   16   16   17   18   18   18
+   18   18   18   17   17   16   15   15   15
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   17   18   18   19   19   19   18   18   17   16   15   15
+   15   15   16   16   16   17   18   18   18   18   18   18   18   18   18   17
+   17   16   15   14   13   11   11   10    8    8    7    6    6    7    7    8
+    9   11   12   13   14   14   14   15   15   15   16   17   17   18   19   19
+   19   18   18   18   18   17   17   16   16
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   17   18   19   19   20   20   20   19   19   18   17   16   16
+   16   16   17   18   18   19   19   20   20   19   19   19   19   19   18   18
+   17   16   16   15   14   13   12   12   11   10    9    9    8    8    9    9
+   10   12   13   14   15   15   15   15   15   16   16   17   17   17   18   18
+   18   18   18   18   18   17   17   17   16
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   17   17   18   19   20   21   20   20   19   18   17   17   17
+   17   17   18   19   19   20   20   21   21   20   20   19   19   18   18   18
+   17   17   16   16   15   15   15   14   13   13   12   11   11   10   10   11
+   13   14   15   16   17   17   16   16   16   16   16   16   16   16   16   16
+   15   15   16   16   17   16   16   16   15
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   17   17   18   19   20   20   19   19   18   18   17   17
+   18   18   19   19   20   21   21   21   21   21   20   19   18   18   17   17
+   17   17   16   17   16   17   17   17   17   16   15   14   13   13   13   13
+   15   17   18   19   19   18   18   18   17   17   17   17   16   15   15   14
+   14   13   14   15   15   15   15   15   15
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   15   16   17   17   18   18   18   18   18   18   18   18   17
+   17   18   18   19   20   21   21   21   21   21   19   18   17   17   17   16
+   16   17   17   17   18   18   19   19   20   19   18   17   16   15   15   16
+   18   19   20   21   21   20   20   19   19   19   18   18   16   16   15   14
+   13   12   12   13   13   14   14   14   14
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   15   15   16   16   16   16   17   17   17   17   17   17   17
+   17   17   18   18   20   20   21   21   21   20   19   18   17   16   16   15
+   15   17   17   18   18   20   21   21   22   21   20   19   18   17   17   18
+   20   21   22   23   23   22   21   21   20   20   20   19   18   17   16   15
+   13   13   12   13   13   14   14   14   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   16   16   16   15   15   15   16   17   17   17   17   16
+   16   16   17   18   19   20   21   21   21   20   18   17   16   15   14   14
+   15   16   17   18   19   21   22   23   24   24   22   21   19   18   19   20
+   21   23   24   24   24   23   22   22   21   21   21   20   19   18   17   16
+   16   15   14   14   15   15   15   15   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   16   16   16   15   15   16   16   16   16   16   16
+   15   16   16   17   18   20   21   21   21   20   18   17   15   14   14   14
+   14   15   17   18   20   21   23   24   25   24   23   21   20   19   19   20
+   21   23   24   25   24   23   22   21   21   21   21   21   21   20   19   18
+   18   18   17   17   18   18   18   17   17
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   19   18   18   17   17   16   16   16   16   16   16   16   16   16
+   15   15   16   17   18   20   21   21   21   20   18   16   15   14   13   13
+   13   15   17   18   20   22   23   24   25   24   23   21   20   18   18   19
+   20   22   23   24   23   22   21   20   20   20   21   21   21   20   20   20
+   20   21   20   20   21   21   21   21   21
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   21   20   19   18   18   17   17   17   17   17   17   17   17   16
+   16   16   16   17   19   20   21   21   21   20   18   17   14   13   12   12
+   13   14   16   19   20   22   23   23   24   23   22   20   19   18   18   18
+   19   21   22   22   22   21   19   18   18   19   20   20   20   20   20   21
+   22   22   22   22   23   23   23   24   23
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   21   20   19   19   18   18   18   17   18   18   18   18   18
+   17   17   18   18   19   20   21   21   21   20   18   17   15   13   12   12
+   12   14   17   19   20   21   22   22   22   21   20   19   18   17   17   18
+   19   20   21   21   20   19   17   17   17   18   19   19   19   19   20   20
+   22   23   23   23   23   24   24   25   25
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   22   21   20   20   19   19   19   18   19   19   20   20   20
+   19   19   19   19   20   20   21   21   21   20   19   17   15   13   12   12
+   13   14   17   19   20   21   21   21   20   20   19   19   18   18   18   18
+   19   20   20   20   19   18   16   16   16   17   18   18   17   17   18   19
+   20   21   22   22   22   23   24   25   25
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   22   21   20   20   20   20   20   20   20   20   20   21   21   21
+   21   20   21   21   21   21   22   22   21   21   19   18   16   15   13   13
+   13   14   17   19   20   21   21   20   19   19   19   18   18   18   19   19
+   20   20   20   19   18   17   16   15   16   16   17   17   16   15   16   17
+   18   19   19   19   20   21   22   23   24
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   19   19   19   19   20   20   20   20   20   21   22   22   22
+   22   21   21   21   21   22   22   23   22   21   20   19   18   17   15   15
+   15   15   17   19   21   21   21   20   19   19   18   18   19   19   20   20
+   21   21   21   20   19   18   17   16   16   17   17   17   16   15   14   15
+   16   16   17   16   17   19   20   21   21
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   18   17   17   17   18   19   19   20   20   21   21   22   23   23
+   22   21   21   21   21   22   23   23   23   22   21   20   19   19   17   17
+   16   17   18   20   22   22   22   21   20   19   18   19   19   20   21   22
+   23   22   22   21   20   19   18   18   18   19   19   18   17   16   15   14
+   14   15   15   14   15   16   17   18   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   15   15   15   16   17   18   19   19   20   21   22   22   22
+   21   21   20   21   21   22   23   23   23   22   21   21   20   20   19   19
+   18   19   20   22   23   23   22   21   20   19   18   18   19   20   21   23
+   24   24   24   23   22   21   20   19   20   21   21   21   19   18   16   15
+   15   14   14   13   14   14   15   16   17
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   15   14   14   14   15   17   18   18   18   19   20   21   20
+   20   20   20   20   20   22   23   23   23   22   21   20   21   20   20   20
+   20   21   22   23   24   23   21   19   18   18   18   17   18   20   21   24
+   26   26   25   24   23   22   22   21   21   22   23   22   21   19   19   17
+   16   16   15   15   15   14   15   16   17
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   17   16   14   13   13   14   15   16   16   17   17   18   18   18
+   18   18   18   19   20   21   22   22   22   20   19   19   20   21   21   21
+   21   23   24   24   24   22   20   18   17   16   16   16   16   19   22   25
+   27   26   25   23   23   23   23   21   22   23   24   23   21   21   21   20
+   19   18   17   17   16   16   16   16   17
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   19   18   16   14   13   13   14   15   15   15   15   16   16   16
+   16   16   17   18   19   21   21   21   21   19   18   17   18   20   21   21
+   22   23   24   25   23   21   18   16   15   16   15   15   17   20   24   28
+   28   26   25   22   22   22   23   22   22   22   22   22   22   21   21   22
+   21   21   20   19   18   18   17   18   19
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   20   18   16   15   15   15   15   15   14   14   14   14   14
+   14   15   16   17   19   20   20   20   19   18   16   16   17   19   20   21
+   22   23   23   23   21   19   16   15   15   16   16   16   17   21   25   30
+   28   25   24   22   21   21   21   21   21   20   20   20   20   21   21   21
+   22   22   21   21   20   19   19   20   21
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   25   23   21   18   17   17   17   17   17   15   14   14   13   13
+   14   15   16   17   18   19   19   19   18   16   15   14   15   17   19   20
+   21   21   21   20   19   17   16   16   17   17   17   18   19   22   25   30
+   26   23   23   22   21   20   20   20   19   18   18   18   19   19   20   20
+   22   23   22   22   21   20   20   21   23
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   27   27   25   23   21   20   20   21   21   20   18   16   15   14   14
+   14   15   16   17   18   18   18   17   16   14   13   13   14   16   18   18
+   18   19   18   17   17   17   18   17   18   18   19   19   19   21   23   26
+   22   21   21   21   20   19   19   18   18   17   16   16   17   18   19   19
+   20   21   21   21   21   20   20   22   24
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   27   28   27   25   23   22   22   24   24   23   21   19   18   16   16
+   16   16   17   17   17   17   16   15   14   13   12   12   14   16   17   17
+   16   16   15   15   16   17   18   19   19   20   21   20   19   19   20   22
+   20   20   20   20   19   19   19   19   18   17   17   17   18   19   18   18
+   18   19   19   20   20   19   20   21   24
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   26   28   28   26   24   23   24   26   27   26   24   22   21   19   18
+   18   18   18   18   17   16   15   14   13   13   13   15   17   19   20   19
+   17   16   15   15   15   18   19   20   21   22   22   21   20   18   19   20
+   20   20   20   21   18   19   21   20   20   21   21   21   21   21   20   19
+   18   17   17   18   18   18   19   20   23
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   25   27   27   26   24   24   26   27   28   28   26   25   23   22   20
+   19   19   19   18   17   15   13   13   13   14   17   19   21   22   22   21
+   19   17   15   15   16   18   19   23   24   25   24   22   20   17   17   19
+   19   19   20   21   20   22   23   22   22   23   24   25   24   24   22   21
+   19   17   16   17   17   18   18   19   22
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   24   26   26   25   24   24   25   28   29   28   27   26   24   23   22
+   20   20   19   18   16   15   13   13   14   16   20   23   24   24   24   21
+   19   18   17   18   18   20   22   24   26   26   25   23   20   18   17   18
+   18   19   20   20   22   25   23   23   24   25   26   27   27   26   24   23
+   20   18   17   17   17   18   18   19   21
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   23   24   25   25   24   24   25   27   28   28   27   26   25   24   23
+   22   21   20   19   17   15   14   14   16   18   21   24   25   24   23   20
+   19   19   19   20   21   23   25   26   28   28   26   23   21   20   18   17
+   18   18   19   20   23   26   24   24   26   27   28   29   28   28   26   24
+   22   20   19   19   19   19   19   19   20
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   24   24   24   23   23   24   25   26   25   25   25   24   24   23
+   23   22   21   20   18   17   16   16   17   18   21   23   23   22   21   19
+   19   21   22   22   24   25   27   28   29   28   26   23   21   20   18   16
+   18   17   18   20   23   25   25   26   27   28   30   30   30   29   27   25
+   23   22   21   22   21   21   21   21   21
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   23   23   24   23   22   22   23   23   23   22   22   23   24   24
+   23   23   22   21   20   19   18   18   19   20   21   21   21   20   19   19
+   20   22   23   24   25   26   27   28   28   27   23   21   20   20   17   16
+   17   18   19   21   23   23   24   26   28   29   31   32   31   30   29   27
+   26   25   24   24   24   23   22   22   21
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   23   24   24   24   22   21   21   21   20   20   20   21   22   23
+   23   23   23   23   22   21   21   20   21   21   21   20   19   18   18   18
+   21   23   24   25   26   26   26   26   26   24   21   19   18   18   18   17
+   18   19   21   22   23   23   24   25   27   30   32   33   33   31   30   29
+   28   27   27   26   25   24   23   23   22
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   23   24   25   25   23   21   20   19   18   18   18   19   20   21
+   22   23   24   24   24   23   22   22   22   21   20   18   18   17   17   18
+   20   22   24   25   24   23   23   22   21   20   19   18   18   18   18   19
+   19   20   22   23   24   23   23   24   26   29   33   34   33   31   30   29
+   28   29   28   27   26   24   23   23   23
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   24   26   26   24   22   20   18   18   17   17   18   19   20
+   21   22   23   24   25   24   23   22   21   20   19   17   16   15   16   17
+   19   21   23   23   22   20   19   18   17   17   17   18   18   18   19   20
+   21   21   22   22   23   22   21   22   24   26   31   34   32   29   27   27
+   27   28   28   27   25   24   23   23   23
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   25   25   25   25   23   21   19   18   18   17   18   18   19
+   20   21   22   23   24   23   22   22   20   18   16   15   14   14   15   16
+   18   20   21   21   19   17   15   15   15   16   17   18   19   19   20   21
+   22   22   22   21   21   19   18   19   20   22   27   32   31   26   24   24
+   24   25   26   25   24   23   22   22   22
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   25   25   25   25   23   22   20   19   19   18   18   18   18
+   19   20   21   23   23   22   21   20   19   17   15   14   14   14   15   16
+   19   20   20   18   16   13   13   13   15   17   19   20   20   20   21   21
+   22   22   21   20   19   17   15   15   17   17   21   28   27   22   20   20
+   20   21   22   22   23   22   22   23   22
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   24   25   25   24   23   22   21   21   20   20   19   18   18
+   18   19   21   23   22   21   20   19   18   16   14   14   15   16   16   16
+   19   19   18   16   14   12   13   15   17   19   21   21   22   21   21   22
+   22   22   20   18   16   14   12   13   14   14   15   20   21   18   18   17
+   17   17   18   20   21   22   23   23   23
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   21   21   22   23   23   22   22   22   22   22   21   20   19   18
+   18   19   21   22   22   21   19   19   18   17   16   16   17   18   17   17
+   18   18   17   16   14   13   14   17   20   22   23   24   24   22   21   21
+   21   20   18   16   13   12   12   14   14   14   14   17   17   16   17   17
+   15   15   16   18   21   23   24   24   23
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   18   19   19   20   21   21   22   23   23   23   21   20   19
+   18   19   21   21   22   21   20   19   19   19   18   19   20   20   19   18
+   18   17   17   16   16   16   17   20   23   25   26   26   25   23   20   20
+   19   18   16   13   12   12   14   16   17   16   15   16   16   16   16   17
+   16   16   16   19   21   23   25   25   24
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   19   17   16   17   18   18   20   21   23   24   23   22   21   19
+   19   20   21   22   22   22   21   21   21   21   20   22   22   21   20   18
+   17   17   18   18   19   20   21   23   25   26   26   26   24   22   19   18
+   17   16   14   13   13   14   17   18   18   17   16   16   16   17   18   19
+   18   18   18   20   22   24   25   25   24
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   18   16   15   15   16   17   19   21   22   24   23   22   21   20
+   20   21   22   22   23   22   22   22   23   22   22   22   22   20   19   18
+   17   17   18   19   21   23   24   25   26   25   25   25   23   19   17   15
+   14   14   13   13   13   16   18   20   20   18   17   16   17   18   19   20
+   20   20   20   21   23   24   25   24   23
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   18   16   15   15   15   16   18   20   22   23   23   22   21   21
+   21   22   23   23   23   23   23   24   24   23   23   22   20   18   18   17
+   16   17   18   20   22   24   24   24   24   23   23   22   20   17   13   12
+   12   12   12   12   14   16   18   20   20   19   17   17   18   19   20   21
+   22   21   21   22   23   24   24   23   22
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   17   16   16   16   17   18   20   21   22   22   22   21   21
+   22   23   24   24   24   24   24   24   24   23   23   21   19   17   16   16
+   15   16   18   20   22   23   23   22   21   20   19   19   17   13    9    9
+   10   10   11   12   13   15   17   19   19   18   18   18   18   19   20   21
+   21   20   20   21   22   23   22   22   20
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   18   17   17   17   18   18   19   20   21   21   21   20   21
+   22   23   24   25   25   25   25   24   24   23   21   20   17   16   15   15
+   14   15   17   19   21   21   19   18   16   14   14   14   13    9    6    7
+    8    9   10   11   12   14   15   16   16   17   16   16   17   19   18   19
+   19   18   18   19   20   20   20   20   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   20   19   19   18   18   19   19   20   20   20   20   20   20
+   21   23   24   25   25   24   24   23   22   21   20   18   16   15   14   13
+   14   15   17   18   18   17   15   13   10    8    9   10   10    8    7    7
+    7    9   10   12   13   13   13   13   14   14   14   15   15   15   15   14
+   15   15   15   15   16   17   17   18   18
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   20   21   21   20   19   19   19   19   20   20   20   20   20   20
+   21   22   23   24   23   22   22   20   19   19   18   16   15   14   14   14
+   14   15   16   16   15   13   11    8    6    5    7    9   10    9    9    9
+    9   11   13   15   16   15   13   12   12   12   13   14   14   14   19   13
+   10   11   11   12   13   14   15   16   17
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   19   20   20   20   20   19   19   19   20   20   20   20   20   20
+   21   21   22   22   21   20   18   17   17   17   16   15   15   15   14   16
+   15   15   14   13   12   10    9    7    6    6    8   10   11   11   11   10
+   12   14   16   18   18   17   15   12   12   12   14   15   15   17   19   13
+    8    7    7    9   10   11   12   13   15
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   16   17   18   18   18   18   18   19   20   21   21   21   21   20
+   20   20   20   20   18   17   15   15   15   17   16   16   16   16   17   18
+   16   14   13   11   10    9    9    9    7    8   10   11   12   12   12   12
+   13   15   18   20   20   19   17   14   13   13   15   16   16   16   16   11
+    6    5    5    6    7    8    9   11   13
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   11   12   13   13   14   14   15   16   17   19   20   21   21   21   20
+   20   20   19   18   16   15   14   14   15   17   17   18   19   19   19   20
+   17   15   12   11   10    9   10   10    9    9   11   12   13   13   13   13
+   15   16   18   20   20   19   17   15   15   15   15   16   16   16   13    9
+    5    4    4    4    5    6    7    8    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    7    8    8    8    9   10   11   13   15   17   19   20   21   21   21
+   20   19   18   17   15   14   14   15   17   18   20   21   21   21   21   20
+   18   15   12   11   10   10   10   10    9   10   12   13   14   15   15   15
+   16   17   18   19   19   19   17   16   16   16   16   17   16   15   11    8
+    5    4    4    4    4    5    5    5    6
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    5    5    5    5    5    7    9   12   14   17   19   20   20   20
+   20   19   18   17   16   15   16   18   19   21   22   22   22   22   21   20
+   18   15   13   11   11   10   10    9   10   12   14   15   16   17   17   17
+   18   18   18   19   19   18   18   18   17   18   17   18   17   15   12    8
+    7    6    6    6    5    5    5    5    5
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    8    9    9    8    7    6    7    9   11   14   16   18   19   20
+   20   20   19   18   17   17   19   20   22   23   24   23   22   21   20   18
+   16   14   13   12   10   10   10   10   12   14   16   18   19   19   20   20
+   19   19   19   19   19   19   19   19   20   20   20   20   19   17   15   12
+   11   10    9    9    8    7    7    7    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   13   14   13   11    9    8    8    9   12   14   16   18   19
+   19   19   19   19   19   20   21   22   24   24   24   24   22   20   18   17
+   15   13   12   11   10    9   10   12   14   17   19   21   22   22   21   21
+   21   20   19   19   19   19   20   22   23   24   24   24   23   21   19   16
+   15   14   13   13   12   11   10   10   10
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   16   16   16   15   13   10    9    9   10   12   14   15   16
+   18   18   18   19   20   20   21   23   24   24   24   23   21   19   17   14
+   13   11   10    9    9   10   12   15   18   20   22   23   24   24   23   22
+   22   20   19   18   19   19   21   24   26   27   27   27   26   25   23   21
+   20   19   18   17   17   16   14   13   13
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   18   17   16   15   13   11   10   10   10   11   12   14
+   15   16   17   17   18   19   20   21   22   22   22   20   18   16   14   13
+   11   10   10    9   10   13   16   19   22   24   25   26   25   25   24   23
+   21   19   18   17   17   18   20   24   27   29   30   30   30   28   27   25
+   25   24   23   23   22   21   19   18   16
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   19   19   19   18   17   15   14   13   12   10   10   10   10   11
+   11   12   13   14   15   16   17   18   19   19   18   17   16   14   13   12
+   11   11   11   12   13   16   19   22   25   26   27   27   26   25   24   22
+   21   19   16   14   14   16   19   24   28   31   32   33   33   31   31   29
+   29   28   28   28   28   27   25   23   21
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   27   25   23   22   20   19   17   16   14   13   12   11   10    9    8
+    8    9    9   10   11   12   13   14   15   15   15   14   13   12   12   12
+   12   13   15   17   18   20   23   25   27   28   28   27   26   25   23   21
+   19   17   14   12   10   11   17   22   28   32   34   34   34   33   32   32
+   32   33   34   34   34   33   32   30   28
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   34   32   30   27   25   23   20   19   17   15   13   12   10    8    7
+    6    6    6    7    7    8    9   10   11   11   11   11   11   11   11   12
+   13   15   18   20   22   24   25   26   27   28   28   27   25   23   21   19
+   17   15   12   10    8    8   13   20   26   31   34   35   34   34   34   35
+   35   37   38   39   39   39   39   38   36
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   41   38   36   33   31   28   25   23   20   18   15   13   11    9    7
+    5    5    4    5    5    5    6    7    7    8    9    9   10   11   12   13
+   15   17   19   21   23   25   26   26   26   26   25   24   23   21   19   17
+   15   13   11    9    8    8   10   15   24   30   34   35   35   35   36   37
+   39   40   42   43   44   45   44   44   43
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   45   43   41   38   35   33   30   27   24   21   18   16   13   10    9
+    7    5    5    5    4    5    5    5    6    7    8    9   10   11   12   14
+   15   17   19   21   22   23   24   24   24   23   23   22   20   19   17   16
+   14   14   12   12   12   12   13   14   16   24   30   32   34   35   37   39
+   41   42   44   45   46   47   47   47   46
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   46   44   43   41   38   36   33   30   27   25   22   19   17   14   12
+   10    9    7    7    6    6    6    7    7    8    9   10   11   12   13   14
+   16   17   18   19   20   21   21   21   21   21   21   20   19   18   17   17
+   16   16   17   17   17   19   20   22   24   26   29   32   35   36   38   40
+   41   43   44   46   47   47   48   47   47
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   43   42   40   38   37   34   32   30   28   26   23   21   19   17
+   16   14   13   12   12   11   11   11   11   11   11   12   13   14   14   15
+   16   17   18   19   19   20   20   20   20   20   20   20   19   19   19   19
+   20   19   21   21   22   23   24   25   26   28   31   33   35   36   38   40
+   41   42   43   44   45   45   45   45   45
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   40   39   38   37   37   35   34   32   31   30   28   27   26   24   23
+   21   20   20   19   18   18   17   17   17   17   17   16   17   17   17   17
+   18   19   19   19   20   20   20   20   21   21   21   21   21   22   22   22
+   23   23   23   24   25   26   27   28   29   30   32   33   34   35   36   37
+   38   39   39   40   40   40   41   40   40
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   34   34   34   33   32   32   32   31   31   30   29   29   28   27   27
+   26   26   25   25   24   24   24   23   23   23   23   22   22   22   23   22
+   22   22   22   22   23   23   23   23   23   24   24   24   24   24   25   25
+   26   26   27   27   28   28   29   29   30   30   31   32   32   33   33   34
+   34   34   34   34   34   35   35   34   35
+     7                                                      END OF RMS MAP     
+     8                                                      START OF RMS MAP
+  2010    12     4    14     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   12   12   12   12   13   13   13   13   13   13   13   13
+   14   14   14   14   14   14   14   14   15   15   15   15   15   15   15   15
+   15   15   14   14   14   14   14   14   14   14   13   13   13   13   13   13
+   12   12   12   12   12   12   12   11   12   11   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   12   13   13   13   13   14   14   14   14   14   14   14
+   14   14   15   15   15   15   15   15   15   15   16   15   15   15   16   16
+   16   16   16   16   16   16   16   16   16   15   15   15   14   14   13   13
+   13   12   12   11   11   10   10   10   10   10   10    9   10    9   10    9
+    9   10   10    9   10   10   10   10   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9   10   11   11   11   12   12   13   13   14   14   14   14   15   15
+   15   15   15   15   15   15   15   16   16   16   15   15   16   16   16   16
+   16   16   16   16   16   16   16   17   16   16   16   16   16   15   14   14
+   13   12   12   11   10   10    9    9    9    9    9    9    9   10   10   10
+    9    9    9    8    9    9    9    9    9
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   11   12   12   12   13   13   14   14   15   15   15   15
+   16   16   16   16   16   16   16   16   16   16   15   15   15   15   15   15
+   15   16   16   16   16   17   17   17   17   17   17   16   16   16   15   15
+   14   13   12   11   11   10    9    9    9    8    9    9   10   10   10   10
+    9    9    9    9    9   10   10   10   10
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   12   12   13   13   13   14   14   15   15   15   15   15
+   16   16   16   16   17   16   16   16   16   16   16   16   16   16   15   15
+   15   15   16   16   16   17   17   17   17   17   17   16   16   16   15   15
+   14   13   12   12   11   10   10    9    9    9    9    9   10   10   10   10
+    9    9    9   11   13   13   13   12   11
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   13   13   13   14   14   15   15   15   15   15   15   15
+   16   16   16   17   17   17   17   17   17   16   16   16   16   16   16   16
+   16   15   15   15   15   15   15   16   16   16   16   16   15   15   15   14
+   14   13   12   12   11   11   11   10   10   10   10   10   10   10   10   10
+   10   10   10   12   14   14   12   12   12
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   14   14   14   15   15   15   15   15   15   15   15   15   16
+   16   16   17   18   18   18   18   18   18   17   17   16   16   16   16   16
+   17   15   15   15   14   14   14   14   14   14   14   14   14   14   14   13
+   13   12   12   12   12   12   12   12   12   12   12   12   12   12   12   11
+   11   12   12   12   13   13   13   13   13
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   15   15   16   16   16   16   16   16   16   16   16   16
+   17   17   18   19   20   20   19   19   19   18   18   17   17   17   17   16
+   15   16   15   13   13   13   12   12   12   12   12   13   12   12   12   12
+   12   12   12   12   12   13   13   13   14   14   14   14   14   14   14   14
+   14   14   15   14   15   14   15   15   14
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   17   17   17   18   18   17   17   17   17   17   17
+   18   19   19   20   21   21   21   21   20   20   19   18   18   18   18   17
+   17   15   14   13   12   11   11   10   10   10   10   11   11   11   11   11
+   11   11   11   12   13   14   14   15   15   15   15   15   15   15   15   16
+   16   17   17   17   17   17   17   16   16
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   18   18   18   19   19   19   19   19   18   18   18
+   19   20   21   22   23   23   23   22   21   20   20   19   19   19   19   18
+   17   16   15   13   12   10   10    9    9    9    9   10   10   10   11   11
+   11   11   12   13   14   15   16   16   16   16   15   15   15   15   16   16
+   17   18   18   19   18   18   18   18   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   17   17   17   18   18   19   20   21   21   21   20   20   20   19
+   20   20   21   23   23   24   23   22   22   21   21   20   20   20   20   20
+   18   17   16   14   12   11   10   10   10   10   10   11   11   11   11   11
+   12   12   13   13   15   16   17   17   17   16   16   15   15   15   15   15
+   16   17   18   19   19   19   18   18   18
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   17   18   20   21   22   23   23   22   21   20   20
+   20   21   22   23   23   24   23   22   21   21   21   21   21   21   21   21
+   20   18   18   15   13   13   12   11   11   12   12   12   13   13   13   13
+   13   13   14   15   16   17   17   17   17   16   15   14   14   13   13   14
+   15   16   17   18   18   18   18   17   17
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   17   18   19   21   22   23   23   22   21   20   20
+   20   20   21   22   23   23   22   21   21   21   20   21   21   21   21   20
+   20   19   18   17   15   15   14   14   14   14   14   15   15   15   15   15
+   15   15   16   17   18   18   18   18   18   17   16   14   14   13   12   12
+   13   14   15   16   16   16   16   16   16
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   15   15   16   18   19   21   22   22   22   21   20   19
+   19   19   20   21   22   22   22   21   20   20   20   20   21   21   21   20
+   19   19   19   18   18   18   17   18   17   17   17   17   17   17   17   16
+   16   17   18   19   20   20   20   20   19   18   17   16   15   14   13   13
+   13   13   14   15   15   15   15   15   15
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   14   14   15   16   17   19   20   21   20   19   18   17
+   18   18   19   20   21   21   21   20   20   20   20   20   20   20   20   19
+   19   19   19   19   20   20   21   21   20   20   20   19   19   19   18   18
+   18   19   20   21   22   22   22   21   21   20   19   18   17   17   16   15
+   14   14   15   15   15   15   14   14   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   14   14   14   14   15   16   17   18   18   18   17   16   16
+   16   17   18   19   20   20   20   20   20   20   20   20   20   19   19   18
+   17   18   19   20   22   23   23   24   23   23   22   21   20   19   19   18
+   19   20   22   22   23   24   23   23   22   22   21   21   20   19   19   18
+   17   17   17   16   16   15   15   15   14
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   15   14   14   15   15   16   16   16   16   16   15   15
+   16   17   18   19   20   20   20   20   20   20   20   20   20   18   17   16
+   16   17   19   21   23   25   25   26   25   24   22   21   20   19   18   19
+   19   20   22   23   24   24   24   23   23   23   24   24   23   23   22   21
+   20   20   20   19   18   17   16   16   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   18   17   16   15   15   15   16   16   16   16   15   15   15   15
+   16   17   19   20   20   20   20   20   20   21   20   19   19   17   16   15
+   15   17   19   22   25   26   26   26   25   24   22   20   19   18   18   18
+   19   20   21   22   24   23   23   22   23   24   25   25   25   25   24   23
+   23   23   22   21   20   19   18   18   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   19   18   17   16   17   17   17   17   17   16   16   16   16
+   17   18   20   20   21   21   21   20   20   20   20   19   17   16   15   15
+   16   17   20   23   26   27   26   25   24   22   20   19   18   17   16   17
+   18   19   20   21   22   23   22   22   22   23   25   26   26   25   25   25
+   24   24   24   23   21   20   20   20   20
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   21   21   20   19   19   19   20   19   18   18   17   18   18
+   19   20   21   22   21   21   21   20   20   20   19   18   17   16   15   15
+   17   19   21   24   26   26   26   24   22   20   18   17   17   16   16   16
+   17   17   19   20   21   21   21   21   22   23   24   25   25   24   24   24
+   24   24   24   23   22   21   20   20   21
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   22   22   22   22   22   23   23   22   21   20   20   20   20
+   21   22   23   23   22   21   20   19   20   19   18   17   16   16   16   17
+   19   21   23   25   25   25   24   23   21   19   18   17   17   16   16   16
+   16   16   18   19   20   20   20   20   21   22   23   23   22   22   22   22
+   23   23   23   22   21   20   20   20   21
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   22   23   23   24   25   26   26   24   23   22   22   22   22
+   23   23   24   23   22   21   19   19   19   18   17   16   16   16   17   19
+   21   23   24   25   25   24   24   22   20   18   18   17   17   18   17   17
+   16   16   17   18   19   20   20   20   21   21   21   21   20   19   19   20
+   20   21   20   20   19   19   19   19   20
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   22   23   24   26   27   27   26   25   24   24   23   23
+   23   24   24   23   22   20   19   18   18   17   16   16   16   17   20   22
+   24   24   25   24   24   24   23   22   20   19   18   18   19   19   19   18
+   17   16   16   17   18   19   20   20   21   21   20   18   17   17   17   17
+   18   18   18   17   17   17   17   17   18
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   19   21   23   25   27   27   26   25   25   24   24   23
+   23   23   24   23   22   20   19   18   17   16   16   16   16   19   22   24
+   25   25   25   23   23   22   22   22   21   20   20   19   20   21   20   19
+   18   17   16   17   18   20   21   21   22   21   20   18   16   16   16   16
+   16   16   16   16   15   15   15   15   16
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   16   17   18   20   22   24   25   25   24   24   24   23   22
+   22   22   23   23   22   20   18   17   16   16   15   16   17   20   23   26
+   26   25   24   23   21   21   22   22   21   21   20   21   21   22   22   21
+   19   18   17   18   20   21   22   22   23   22   20   18   17   16   16   16
+   16   16   15   15   15   14   14   13   14
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   14   15   15   16   17   19   20   21   21   21   21   22   21   20
+   20   20   21   22   21   20   18   17   16   15   15   16   17   20   23   26
+   26   25   23   21   20   20   21   21   21   21   21   22   23   24   23   22
+   21   19   19   19   21   22   22   23   24   23   22   20   18   17   18   18
+   18   17   17   16   16   15   14   13   12
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   15   15   15   15   15   16   17   17   18   19   19   19   18
+   18   18   20   21   21   20   18   17   16   16   15   15   17   19   22   24
+   24   23   22   19   19   19   19   20   20   21   22   23   25   26   25   23
+   22   21   21   21   21   21   22   23   24   23   22   21   19   19   20   20
+   20   20   20   19   19   18   16   14   13
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   17   18   17   15   14   14   13   13   14   15   16   17   16
+   17   17   18   19   20   19   18   17   17   16   15   15   16   19   21   22
+   22   20   19   19   19   19   19   18   18   20   22   25   27   27   26   24
+   23   22   22   22   21   21   22   23   23   23   22   21   20   21   22   22
+   23   23   23   23   23   21   19   16   15
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   21   21   20   17   15   14   12   12   12   13   14   15   15
+   16   16   17   18   19   18   18   18   18   17   15   16   18   20   21   21
+   21   20   19   19   19   19   17   15   17   20   24   27   28   27   25   25
+   23   23   23   21   21   21   22   23   22   21   20   20   21   21   22   23
+   23   25   26   27   27   26   23   19   17
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   23   25   25   24   21   18   15   13   13   12   13   14   14   15
+   15   16   17   17   18   18   18   18   18   17   16   17   19   21   21   20
+   19   19   17   16   15   15   14   15   18   23   28   29   29   27   25   23
+   23   23   22   21   20   20   22   23   21   19   18   19   19   20   21   22
+   23   25   27   30   31   30   27   23   21
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   26   28   29   27   25   22   19   16   15   14   14   15   15   16
+   17   17   17   17   17   17   18   18   18   17   17   18   20   22   21   18
+   16   15   14   14   14   15   15   17   21   26   30   30   29   27   25   24
+   22   22   22   21   19   19   20   21   19   17   16   17   17   18   19   20
+   21   24   27   31   33   33   30   26   24
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   28   30   31   30   28   25   22   20   18   17   17   17   18   18
+   19   18   17   16   16   16   17   18   18   18   17   18   20   21   20   18
+   17   15   15   15   16   18   19   21   24   27   29   28   28   26   25   24
+   22   22   22   22   20   19   20   19   17   16   16   17   17   17   17   18
+   19   21   25   30   33   34   32   29   27
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   29   31   31   30   29   27   24   22   20   20   19   20   20   20
+   20   19   18   16   16   16   18   18   19   19   18   18   19   19   18   18
+   18   18   18   19   20   21   22   23   24   26   26   25   25   25   24   23
+   23   22   23   24   22   22   21   20   19   18   18   18   18   18   17   17
+   17   19   23   27   31   33   32   30   28
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   29   30   30   29   28   27   25   23   22   22   22   22   22   22
+   21   20   19   17   17   18   19   19   19   20   19   18   18   17   16   17
+   18   19   20   21   22   23   23   23   23   24   23   23   23   22   21   21
+   23   22   23   23   23   23   23   22   21   21   21   21   20   20   19   18
+   17   17   20   24   28   30   31   30   29
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   27   28   27   27   26   25   24   23   23   22   23   23   23   23
+   22   20   19   18   19   19   20   20   20   21   20   18   17   16   14   16
+   17   19   20   22   23   24   24   23   22   21   20   20   20   19   19   19
+   21   21   22   24   23   25   25   24   24   24   24   23   23   22   22   20
+   18   18   18   21   25   27   28   29   27
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   25   25   24   23   23   22   22   22   22   22   23   23   23   22
+   21   20   19   19   19   20   21   21   21   21   19   18   17   15   14   14
+   15   17   20   22   23   23   23   23   21   19   18   17   17   16   17   18
+   19   19   21   23   24   26   25   26   26   26   26   26   26   26   25   23
+   21   19   17   19   21   24   26   27   26
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   23   22   20   19   19   19   20   21   21   22   22   22   21
+   21   19   18   19   20   21   22   21   21   19   18   17   17   16   15   14
+   15   17   20   23   23   23   22   21   19   17   16   15   14   14   15   17
+   18   19   22   24   25   26   25   26   26   28   28   29   30   29   28   27
+   24   21   17   17   18   20   23   25   24
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   21   20   18   17   17   17   19   20   20   20   21   21   20
+   19   18   18   19   20   22   22   21   20   18   17   18   18   18   17   16
+   16   18   20   22   23   22   21   20   19   16   15   14   12   12   14   17
+   18   20   23   24   25   25   24   25   26   29   30   32   33   33   32   30
+   26   23   19   17   17   18   21   23   23
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   18   17   17   16   17   18   19   19   19   19   20   19
+   18   18   18   19   21   22   22   21   19   18   17   19   20   19   18   17
+   18   19   21   22   22   20   20   20   18   15   14   13   11   12   15   17
+   19   21   23   23   23   24   24   26   28   30   32   34   35   35   34   32
+   29   25   21   18   17   18   20   21   22
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   19   18   18   17   17   17   18   19   19   18   18   18   18
+   17   17   18   20   22   22   21   20   18   17   18   20   20   20   18   18
+   18   20   22   22   21   18   19   19   18   15   14   12   12   13   17   19
+   21   23   24   23   23   23   26   28   30   31   33   34   36   37   35   32
+   29   26   23   20   19   19   20   20   21
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   19   18   18   19   19   19   20   20   19   18   18   18   17
+   17   17   18   20   21   21   20   18   17   16   17   19   20   19   18   17
+   18   20   22   22   20   17   18   19   19   17   15   13   14   16   18   20
+   22   23   24   24   24   24   27   29   30   30   31   31   34   34   32   31
+   29   26   24   22   21   21   21   21   21
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   20   20   20   21   22   22   22   21   20   20   19   18   18
+   17   17   17   18   19   19   18   16   15   15   16   17   18   18   16   16
+   17   19   21   21   19   18   17   19   19   19   17   15   16   18   20   21
+   22   22   23   22   22   23   26   27   27   27   27   26   26   27   27   27
+   27   26   25   24   23   22   22   22   21
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   21   21   22   23   24   23   23   23   22   21   20   19   19
+   18   18   17   17   17   17   16   15   15   15   15   16   17   17   15   15
+   17   20   21   20   19   18   19   19   19   20   19   19   20   20   21   21
+   21   21   21   19   19   19   21   21   21   22   23   21   19   20   21   24
+   25   25   25   25   24   22   21   21   22
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   21   22   22   23   24   24   24   24   24   23   22   21   21   20
+   19   19   18   16   16   15   14   15   15   15   16   16   16   15   14   15
+   17   20   21   20   19   19   19   19   20   21   23   23   23   22   22   21
+   20   19   19   17   15   14   15   15   15   16   17   15   14   15   17   20
+   22   24   25   25   25   23   21   20   20
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   21   22   23   23   23   23   24   23   23   23   22   21   21
+   21   20   19   17   15   14   14   15   15   16   16   16   16   15   14   15
+   17   20   21   20   20   19   20   19   21   23   25   25   25   23   22   20
+   19   17   17   16   14   12   11   11   11   12   13   12   12   12   14   17
+   20   22   25   25   25   23   21   19   19
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   21   22   22   22   21   21   22   23   23   22   21   21
+   21   21   20   18   16   14   14   16   17   17   17   16   15   15   14   16
+   18   20   21   20   20   20   20   20   21   24   25   26   25   23   20   18
+   17   16   16   16   15   12   11   11   11   12   13   12   12   12   13   16
+   18   21   24   25   25   24   22   19   19
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   20   20   20   19   18   19   20   22   22   21   21   20
+   21   21   20   18   16   15   15   17   18   18   17   16   15   16   15   17
+   18   20   21   21   21   20   19   20   22   24   25   25   24   21   18   16
+   15   16   16   16   14   12   12   12   13   14   15   16   15   15   15   16
+   18   21   23   25   25   24   21   19   18
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   21   20   18   16   16   16   18   20   21   21   20   19
+   19   20   19   18   17   16   16   17   18   18   17   16   15   16   16   17
+   19   20   21   21   21   19   19   19   21   22   23   23   21   19   16   15
+   15   16   16   15   13   12   12   14   16   17   19   19   18   18   17   18
+   19   21   22   24   25   24   22   20   18
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   22   20   18   16   15   15   17   19   20   20   19   18
+   18   18   18   18   17   16   16   17   18   18   17   16   16   16   16   18
+   19   20   20   20   19   18   17   18   19   20   20   19   18   16   14   14
+   15   16   16   15   13   11   12   15   17   19   21   22   21   20   19   19
+   19   20   22   23   24   24   22   20   19
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   23   24   24   22   19   17   15   15   17   19   20   20   19   17
+   17   17   18   18   17   16   16   16   17   17   16   15   15   15   17   18
+   19   20   19   18   17   16   16   16   16   16   16   15   14   13   13   13
+   15   16   15   14   12   11   11   14   17   19   21   22   22   20   20   19
+   19   19   20   22   23   23   22   21   21
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   24   26   26   25   22   19   17   17   18   19   20   20   18   17
+   16   17   17   18   17   16   15   15   15   15   14   14   14   15   17   18
+   18   18   17   15   15   13   14   14   14   13   12   11   11   11   11   12
+   14   15   14   13   11   10   10   12   16   17   19   20   20   19   19   18
+   17   18   18   20   21   22   22   21   21
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   24   26   27   27   25   22   20   19   20   21   21   21   19   17
+   16   16   17   17   16   15   14   14   14   13   12   12   14   15   16   17
+   17   16   14   12   12   11   11   11   11   10    8    7    8    9    9   11
+   12   13   13   12   10    9    8   10   13   14   15   16   16   16   17   17
+   16   15   16   17   19   21   21   21   21
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   24   26   28   28   27   25   23   22   22   23   23   22   20   18
+   16   16   17   17   16   15   13   12   11   11   11   12   14   15   15   16
+   15   13   11   10    9    8    9    9    7    6    5    5    6    7    9   10
+   12   13   13   13   11   10    9   10   12   14   14   13   13   13   14   15
+   14   12   13   15   17   18   19   19   20
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   21   24   26   28   28   27   25   24   24   24   23   22   20   17
+   16   16   16   17   16   14   12   11   10   10   11   13   14   16   15   14
+   13   11    9    8    7    6    7    6    4    3    3    4    6    8    9   11
+   13   14   15   14   13   11   11   12   14   16   15   13   12   12   12   12
+   11   10   10   12   14   15   17   17   18
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   17   20   23   25   26   26   25   24   24   23   23   21   19   17
+   15   15   16   16   15   14   12   11   10   11   12   14   15   15   14   13
+   11    9    7    6    5    6    6    5    3    3    3    5    7    9   11   12
+   14   16   17   16   15   13   13   14   16   16   16   14   12   12   11   10
+    8    7    8    9   11   12   13   13   14
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   12   15   18   21   23   23   24   23   23   22   21   20   18   16
+   14   14   15   16   15   14   13   12   12   12   14   14   15   15   13   12
+    9    8    6    6    6    6    6    5    5    5    6    7    9   11   12   14
+   16   17   18   18   16   15   14   14   16   16   16   14   12   11   10    9
+    7    6    6    6    8    9    9   10    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    7   10   13   16   18   20   21   21   21   20   19   18   16   15
+   15   15   16   16   16   15   15   14   14   15   15   16   16   16   14   11
+    8    7    6    6    6    6    6    7    7    7    8   10   11   13   14   16
+   17   18   18   18   17   15   15   15   16   16   15   13   12   10    9    7
+    6    5    5    5    5    6    6    6    5
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    5    7    8   10   12   14   16   17   18   19   19   18   17   16   16
+   16   17   17   18   18   17   17   17   17   17   18   18   18   17   15   11
+    9    7    6    6    6    7    7    8    9   11   12   13   15   16   17   18
+   18   18   18   17   16   15   14   15   16   16   15   13   12   10    9    7
+    6    6    6    5    5    5    4    4    4
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    9   10   10   10   10   11   12   14   16   17   17   17   17   17   17
+   18   19   19   20   20   19   19   19   19   20   20   20   20   18   16   13
+   10    8    6    6    7    8    8    9   11   14   15   17   18   20   20   21
+   20   19   18   17   16   15   15   16   17   17   16   14   12   11    9    9
+    8    8    8    7    7    6    6    6    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   14   13   12   11   10   11   13   14   16   16   17   17   18
+   19   20   21   21   21   20   20   20   21   21   22   22   22   20   18   15
+   11    9    7    7    8    9   11   12   14   17   19   21   22   23   24   23
+   23   21   20   18   17   16   16   16   17   18   17   16   14   13   12   12
+   12   12   12   11   11    9    9    9   10
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   16   16   15   13   11   10   11   12   14   15   16   17   18
+   19   20   20   20   20   20   20   21   21   22   23   24   23   22   19   17
+   13   11    9    9   10   11   13   15   17   20   22   24   26   26   26   26
+   24   23   20   18   17   17   17   17   18   19   19   18   17   16   15   15
+   16   17   17   17   15   14   13   13   14
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   19   18   17   15   12   11   10   11   12   13   14   15   16
+   17   18   18   19   19   19   19   20   21   22   23   23   23   22   20   18
+   16   13   12   12   13   14   16   18   20   22   25   27   28   28   28   27
+   25   23   20   17   16   17   17   18   19   21   21   20   19   18   19   19
+   20   21   22   22   21   20   19   18   18
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   21   20   19   16   14   12   11   11   11   12   12   13   14
+   14   15   15   16   16   16   17   18   19   20   21   22   22   22   21   19
+   18   16   16   16   16   17   19   21   23   24   26   28   28   28   28   26
+   24   22   19   16   14   16   18   19   21   23   23   23   22   22   22   23
+   25   26   27   27   27   26   25   24   23
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   28   27   25   23   21   19   17   15   13   12   11   11   11   11   12
+   12   12   12   12   13   13   14   15   16   18   19   20   21   22   21   20
+   20   19   19   19   20   21   22   23   24   26   27   27   27   27   26   25
+   23   20   17   14   11   13   17   20   22   24   25   25   24   25   25   27
+   29   30   32   33   33   33   32   31   30
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   34   32   30   28   25   22   20   17   15   14   13   12   11   11   10
+   10   10   10   10   11   11   12   13   15   16   17   19   20   22   22   21
+   21   21   22   22   22   23   23   24   25   25   26   26   25   25   24   22
+   20   18   15   11    9   10   15   19   23   25   26   27   27   28   28   30
+   32   34   37   38   39   39   38   38   36
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   39   37   35   32   30   27   24   21   19   17   15   14   12   11   10
+    9    9    9    9   10   10   11   13   14   16   17   18   19   20   21   21
+   22   22   23   23   23   24   24   24   24   24   24   23   23   22   20   19
+   17   14   12    9    8    8   11   16   22   26   28   29   29   30   31   33
+   36   38   41   42   43   43   43   42   41
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   41   39   37   34   31   28   25   23   21   19   17   15   13   11
+   10   10   10   10   11   11   12   13   14   16   17   18   19   20   21   21
+   22   23   23   24   24   23   23   23   22   22   21   21   20   19   17   16
+   14   13   11    9    9    9    9   12   15   21   26   28   30   32   34   36
+   39   40   42   44   45   46   46   46   44
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   44   42   41   39   36   34   32   30   27   25   22   20   18   16   15
+   14   13   13   13   13   14   14   15   15   16   17   18   19   20   21   21
+   21   22   22   22   22   22   21   21   20   20   19   19   18   17   17   16
+   15   15   15   15   15   16   17   18   22   24   27   30   33   35   37   39
+   40   42   44   45   45   46   46   46   45
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   41   40   39   37   36   33   31   30   28   26   23   22   21   19
+   19   18   18   17   17   17   17   18   18   18   18   19   19   19   20   20
+   20   21   21   21   20   20   20   20   19   19   19   19   18   18   18   18
+   18   18   19   20   21   22   24   25   27   29   31   32   33   35   37   38
+   40   41   42   43   44   44   44   43   43
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   38   37   37   35   34   33   32   31   29   28   27   26   25   25
+   23   23   23   22   22   22   21   22   21   21   21   21   21   21   21   21
+   21   21   21   21   21   21   21   20   21   20   20   21   20   21   21   21
+   22   23   23   24   25   26   27   28   29   30   31   32   33   34   35   36
+   37   38   38   39   39   39   39   39   39
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   33   33   33   32   32   32   31   31   30   30   29   29   28   28
+   27   27   27   26   26   26   26   25   25   25   25   25   25   25   24   24
+   24   24   24   24   24   24   24   24   24   25   25   25   25   25   25   26
+   26   27   27   27   28   28   29   29   30   30   31   31   32   32   33   33
+   33   34   34   34   34   34   34   34   34
+     8                                                      END OF RMS MAP     
+     9                                                      START OF RMS MAP
+  2010    12     4    16     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   15   15   15   15   15   15   15   15   16   16   16   16   16
+   16   17   16   16   16   16   16   16   16   16   15   15   15   15   15   15
+   15   15   15   15   15   15   15   14   15   15   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   14   14   13   13   13
+   13   13   13   14   14   14   14   14   14
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   15   15   15   16   16   16   16   16   17   17   17   17
+   17   17   17   17   17   17   17   17   17   17   16   16   16   15   15   15
+   15   15   15   15   15   15   14   14   14   14   14   14   14   13   13   13
+   13   13   13   13   13   13   13   13   13   12   12   12   12   12   13   13
+   14   15   15   14   14   14   14   14   14
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   14   14   14   15   15   15   16   16   16   17   17   17   18   18
+   18   18   18   18   18   18   18   19   18   17   17   16   16   16   16   16
+   16   15   15   15   15   15   14   14   14   14   14   13   13   13   13   13
+   13   13   13   13   12   12   12   11   11   11   11   11   11   13   14   15
+   15   14   13   13   13   13   13   13   13
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   14   14   14   15   15   15   16   16   17   17   17   18   18
+   18   19   19   19   20   19   18   18   18   18   17   17   17   17   17   17
+   17   17   17   16   16   16   16   15   14   14   13   13   13   13   13   13
+   13   13   13   13   12   12   11   11   11   10   11   12   12   13   13   13
+   12   12   12   12   12   12   12   12   13
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   14   14   14   15   14   15   15   16   16   16   17   18
+   19   19   20   20   20   20   20   20   19   19   18   18   17   17   17   17
+   18   18   18   18   18   18   17   17   16   15   14   13   13   13   12   12
+   12   13   13   13   13   12   12   12   11   11   12   12   12   12   12   12
+   12   12   12   12   12   12   12   13   13
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   14   14   14   14   14   14   14   15   15   16   16   17   18
+   19   20   20   21   21   21   21   21   20   20   19   18   18   18   19   19
+   20   20   20   20   20   20   19   18   17   16   15   15   13   13   13   13
+   13   13   13   13   13   13   13   13   13   12   13   13   13   13   12   12
+   12   12   12   12   12   13   13   13   13
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   15   15   15   15   15   15   15   15   15   16   18   19
+   20   21   22   22   22   22   22   22   21   20   20   20   19   19   20   20
+   21   22   22   22   22   21   20   19   18   17   16   15   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   14   14   14   14   14
+   14   13   13   13   13   13   14   14   14
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   17   17   17   17   16   16   16   16   16   17   19   20
+   21   23   24   24   24   24   23   22   21   21   21   20   20   20   21   21
+   22   22   22   22   22   21   20   19   18   17   16   15   15   15   15   15
+   16   16   16   16   16   16   16   16   16   16   16   16   16   16   16   16
+   16   16   15   15   15   15   15   15   16
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   18   19   19   20   20   19   19   18   18   18   18   19   20   21
+   23   24   25   25   25   24   23   23   22   21   21   21   20   21   21   21
+   22   22   22   22   22   21   20   19   18   16   16   15   15   16   16   17
+   18   18   18   18   17   17   17   16   17   17   17   18   18   18   18   18
+   18   18   17   17   16   16   16   17   17
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   22   22   22   22   22   21   20   20   20   20   21   23
+   24   25   25   25   25   24   23   23   22   22   21   21   21   20   20   21
+   21   21   21   21   22   21   20   19   18   16   16   16   16   17   18   20
+   20   20   20   20   19   18   17   17   17   18   18   19   19   19   20   20
+   20   19   19   19   18   17   17   17   18
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   23   24   24   24   24   23   23   22   22   22   23   23
+   24   25   25   25   24   23   23   22   22   22   21   21   21   21   20   21
+   21   21   21   21   21   21   20   19   18   17   17   17   18   19   21   22
+   23   23   22   21   20   19   18   17   17   17   18   18   19   19   20   20
+   20   20   19   19   18   17   17   17   18
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   21   22   24   25   25   25   25   24   23   23   23   23   23
+   24   24   23   23   23   22   22   22   22   22   22   21   21   21   20   20
+   20   21   21   21   21   21   21   20   19   19   19   19   20   21   23   25
+   25   25   23   21   20   19   18   17   16   16   17   17   18   18   19   19
+   20   20   19   19   18   17   16   16   17
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   19   21   22   24   24   24   24   24   24   23   23   23   23
+   23   22   22   21   21   21   21   21   21   22   22   22   21   21   20   20
+   21   21   22   22   23   23   23   22   22   22   21   22   23   24   26   27
+   26   25   24   22   20   19   18   16   16   16   16   16   17   17   18   19
+   19   19   18   18   17   16   15   15   15
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   16   18   19   21   22   23   23   23   23   23   22   22   21
+   21   20   20   19   19   20   20   21   21   22   22   21   21   21   20   20
+   21   22   23   23   24   25   25   25   25   25   24   25   25   26   27   27
+   27   26   24   23   21   19   18   17   16   16   16   16   17   17   18   18
+   18   18   18   17   15   14   14   13   13
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   15   16   18   19   20   21   22   22   21   21   20   20
+   19   19   18   18   18   19   20   20   21   22   22   21   21   20   20   20
+   21   22   24   25   27   27   28   28   28   27   27   27   27   27   27   28
+   27   26   24   22   20   19   19   18   18   17   17   17   18   17   18   18
+   18   18   17   16   15   14   13   13   12
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   14   14   15   17   18   19   20   20   20   20   19   18
+   17   17   17   17   18   19   20   21   21   22   21   21   20   20   19   19
+   21   23   25   27   29   29   30   30   30   29   28   28   27   28   27   28
+   27   26   23   22   21   20   20   20   20   20   19   19   19   19   19   19
+   19   18   18   17   16   15   14   13   12
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   14   14   14   15   17   18   19   19   19   18   18   17
+   16   16   16   17   18   19   20   21   22   21   21   20   19   18   18   19
+   21   24   27   29   30   31   31   31   31   30   28   27   27   26   27   27
+   26   25   23   22   21   21   22   22   22   22   21   21   21   20   20   20
+   20   19   19   18   17   16   15   15   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   17   15   14   15   16   18   19   19   19   18   18   17
+   16   16   16   17   18   20   21   21   21   20   20   19   18   18   18   19
+   21   24   28   30   31   31   31   30   30   28   27   25   24   24   25   25
+   25   24   23   22   22   22   23   23   23   23   23   22   22   22   21   21
+   21   20   20   20   20   19   18   18   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   22   20   18   16   16   17   18   20   20   20   19   19   18
+   18   17   17   18   20   21   21   21   21   20   19   19   18   17   18   19
+   21   24   28   30   30   30   29   28   27   26   24   23   22   22   23   23
+   24   23   22   22   23   23   24   24   24   24   23   23   23   23   22   21
+   21   21   21   21   21   21   21   22   22
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   27   28   27   25   21   19   18   18   20   21   22   22   21   21   20
+   19   19   19   20   20   21   21   21   20   19   18   19   18   18   18   19
+   21   24   27   29   29   27   26   24   24   22   22   20   20   20   22   23
+   23   22   22   22   23   24   25   25   24   23   23   24   24   23   22   22
+   21   21   22   22   22   23   23   24   25
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   29   30   30   28   25   21   20   20   21   23   24   24   24   23   22
+   21   21   20   21   21   21   21   20   19   18   18   19   19   19   18   19
+   20   23   26   27   26   24   22   21   20   19   19   18   19   20   21   23
+   23   22   22   23   24   25   25   25   24   23   23   23   23   23   22   21
+   20   20   21   22   23   23   24   25   27
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   28   30   31   29   26   23   21   21   22   24   25   25   25   25   24
+   23   22   21   22   21   20   20   19   18   18   19   20   22   21   20   20
+   20   23   25   25   24   21   20   18   18   18   18   18   18   20   22   23
+   23   22   22   23   24   25   25   25   23   22   22   22   23   22   21   20
+   19   19   19   20   21   22   23   24   26
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   27   29   28   26   23   21   21   22   24   25   26   26   26   25
+   24   23   21   22   21   20   19   18   18   18   20   22   24   24   23   22
+   21   22   23   23   22   20   18   17   17   17   18   18   19   21   23   24
+   24   23   22   23   24   24   24   24   23   22   21   21   21   21   20   18
+   17   16   17   18   19   20   21   21   23
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   23   24   25   23   21   20   20   22   23   24   26   26   26   25
+   24   23   21   20   19   19   18   18   18   19   21   24   25   25   24   22
+   21   22   23   22   21   19   18   18   18   18   19   19   20   22   23   24
+   24   23   22   22   23   24   24   23   22   21   21   20   20   20   19   17
+   15   15   15   16   17   18   19   19   20
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   20   20   20   19   18   19   20   20   22   24   25   25   25
+   24   22   21   19   18   18   18   18   18   20   22   24   26   26   24   21
+   20   21   22   22   21   19   19   19   19   20   20   20   21   22   23   24
+   23   22   22   22   23   23   23   22   22   21   20   20   21   20   19   17
+   15   14   14   14   16   17   18   17   17
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   16   16   17   16   16   17   18   18   20   22   24   25   24
+   23   21   20   18   17   17   17   18   18   19   22   24   25   25   24   22
+   21   21   22   22   21   20   20   20   21   21   21   20   21   22   23   24
+   23   22   22   22   22   22   22   22   22   21   21   21   21   21   20   19
+   17   15   14   15   16   18   18   18   16
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   16   14   14   14   15   15   14   15   15   16   18   20   22   24   24
+   22   21   19   18   17   17   17   17   18   19   20   21   23   24   23   22
+   22   22   22   21   21   20   21   22   23   22   21   20   21   22   23   23
+   22   21   22   22   22   22   22   22   22   22   22   22   23   23   23   22
+   20   18   17   17   18   20   21   21   19
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   18   15   14   14   14   15   14   14   14   15   16   19   21   23   24
+   22   21   20   18   18   18   18   18   18   18   17   18   20   22   23   23
+   23   23   22   21   20   21   22   23   24   23   21   21   22   23   23   22
+   21   21   22   22   22   22   22   22   22   22   22   23   24   26   27   26
+   25   22   20   20   21   24   25   25   22
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   22   19   16   16   16   17   16   16   15   15   16   18   19   22   23
+   22   21   20   20   19   19   20   19   18   16   15   16   17   20   22   24
+   24   23   21   20   20   20   22   23   24   23   22   22   23   24   23   20
+   19   20   21   21   21   21   21   21   21   21   22   23   25   27   29   30
+   29   26   25   24   25   27   29   29   26
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   26   22   20   18   18   19   19   18   18   17   16   17   19   21   23
+   23   22   22   22   22   22   21   19   17   15   13   13   15   18   22   24
+   25   23   20   19   18   19   21   23   24   24   22   24   25   25   23   20
+   19   21   20   20   19   19   19   19   19   20   20   22   25   28   31   32
+   32   30   28   27   29   30   32   32   30
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   29   26   23   21   21   22   22   22   21   19   17   18   19   20   22
+   23   24   24   24   24   23   22   19   16   13   11   11   12   16   20   22
+   23   21   19   17   17   18   21   24   25   24   23   25   25   25   22   19
+   20   21   20   19   19   18   18   18   18   19   19   21   24   27   30   32
+   33   32   31   30   31   32   33   33   32
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   30   28   25   23   22   24   25   25   24   21   19   19   19   20   23
+   24   25   25   25   25   23   21   19   15   12   10    9   11   14   18   19
+   20   19   18   17   18   20   23   25   25   24   22   23   24   22   21   19
+   20   22   20   19   19   19   19   18   18   18   19   20   22   25   29   31
+   32   32   32   31   31   32   32   33   32
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   29   28   25   24   23   24   26   27   26   23   21   20   20   21   23
+   25   26   26   27   25   23   20   17   14   11   10   11   12   14   17   18
+   19   19   19   18   19   21   23   25   25   24   22   21   21   21   20   19
+   21   23   22   21   21   21   21   20   19   19   19   20   21   24   26   28
+   30   31   31   31   30   29   29   30   30
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   26   25   23   22   23   25   26   26   23   21   20   20   22   23
+   25   25   25   26   25   21   18   16   13   11   12   13   14   16   18   19
+   20   20   20   20   21   21   22   24   25   24   22   20   20   20   20   20
+   22   23   23   22   23   23   23   23   22   21   21   21   21   22   23   25
+   26   28   29   28   27   26   25   26   27
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   23   22   21   21   23   24   24   22   20   20   20   21   23
+   24   24   24   24   22   19   17   14   12   12   14   15   16   18   18   19
+   20   20   20   20   21   20   21   22   23   23   21   20   19   21   20   20
+   22   23   23   22   24   25   25   25   25   24   23   22   21   21   20   21
+   22   25   26   25   24   22   21   21   22
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   22   21   19   19   21   22   21   20   19   19   20   21   22
+   22   23   22   21   20   17   15   13   13   13   14   15   16   17   17   18
+   19   20   21   21   21   20   20   20   21   20   20   19   19   20   19   19
+   20   22   21   22   23   24   25   27   28   27   26   24   22   20   19   18
+   19   21   23   22   21   19   18   18   19
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   21   20   19   18   19   20   20   19   18   19   20   21   22
+   22   21   20   19   17   16   14   13   13   13   14   15   14   15   16   17
+   18   19   20   21   21   18   17   17   18   19   19   19   18   18   18   18
+   19   21   21   22   22   24   26   28   29   29   28   26   23   21   19   17
+   17   19   20   20   19   17   16   17   17
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   20   21   20   19   18   18   19   19   18   18   19   21   22   22
+   21   21   20   19   17   15   14   14   15   14   14   13   13   14   15   17
+   17   18   19   20   19   16   15   14   16   17   18   18   18   17   17   18
+   19   19   20   21   22   24   26   29   30   30   29   28   25   23   20   17
+   17   17   18   18   18   17   16   17   17
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   21   20   20   20   20   19   19   19   20   22   23   23
+   22   22   21   20   17   16   16   16   17   16   14   13   14   15   16   17
+   17   18   18   19   17   15   13   12   13   16   18   18   17   17   18   18
+   18   18   19   20   21   24   27   30   31   30   30   29   26   25   22   19
+   18   18   18   18   18   18   18   18   18
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   22   22   22   21   21   21   21   20   20   21   23   24   24
+   23   23   21   20   19   18   18   18   18   16   14   13   14   16   17   17
+   17   17   17   18   16   14   11   10   11   15   17   17   17   18   18   18
+   18   18   19   20   21   24   27   29   31   31   30   29   27   26   24   22
+   20   20   19   19   19   20   21   21   21
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   22   23   23   23   23   23   23   23   22   21   22   23   25   25
+   24   24   22   21   19   18   18   17   17   16   14   13   14   16   18   17
+   16   17   17   17   15   13   11    9   11   15   16   17   18   20   20   19
+   19   19   19   20   22   24   27   28   29   30   29   27   26   26   26   24
+   23   21   20   20   21   22   24   24   23
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   22   22   23   23   24   24   25   25   24   24   23   24   25   25
+   25   25   23   21   19   18   17   16   15   14   13   13   15   17   16   16
+   16   17   17   17   15   14   13   12   14   15   16   18   20   21   21   21
+   21   21   20   20   21   23   25   24   26   27   26   24   25   26   26   26
+   24   23   21   20   22   24   26   27   25
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   21   21   22   23   24   25   26   26   27   25   25   24   24   25
+   25   25   23   21   18   17   16   15   14   14   13   14   15   17   16   16
+   17   18   18   19   16   16   14   15   16   17   17   18   20   21   22   22
+   21   20   19   19   19   22   23   20   20   22   21   20   22   24   26   27
+   25   24   22   21   22   25   27   27   25
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   19   19   20   22   23   24   25   26   27   27   26   25   24   24
+   24   24   23   20   18   16   15   15   14   15   14   15   16   17   17   17
+   19   19   20   20   19   17   17   18   19   19   20   20   21   22   22   22
+   21   19   18   16   18   20   18   16   14   14   15   16   19   23   25   26
+   26   24   22   22   23   25   27   27   24
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   19   16   16   17   19   21   23   24   25   26   26   26   24   24   22
+   22   22   21   20   18   16   15   15   15   15   15   16   17   18   18   19
+   20   20   20   21   21   20   20   21   22   22   22   22   22   22   21   20
+   19   17   15   14   15   16   14   12   11   11   11   14   17   21   23   25
+   26   25   24   22   23   24   26   25   22
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   17   14   13   14   16   18   20   21   22   23   24   24   23   22   21
+   20   21   20   19   18   16   15   15   15   16   17   17   19   19   19   19
+   19   20   20   21   22   23   24   24   24   24   24   23   22   21   20   19
+   17   15   14   13   13   13   12   11   11   12   12   14   16   19   22   24
+   26   26   24   23   23   24   24   23   21
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   17   14   12   13   14   16   17   18   19   19   21   21   21   20   19
+   18   18   18   18   17   17   16   16   16   17   18   18   19   19   19   20
+   18   19   20   21   23   24   25   25   25   24   24   23   22   20   19   17
+   15   13   13   13   13   13   13   13   13   14   15   15   16   18   20   23
+   25   26   25   24   23   23   23   22   20
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   19   16   14   13   14   15   16   16   16   16   17   18   19   18   17
+   16   16   16   17   17   17   17   17   17   17   18   18   18   18   17   17
+   16   18   19   21   23   23   24   24   25   24   23   22   21   19   17   15
+   12   12   12   14   15   15   16   15   16   17   17   17   17   17   19   22
+   24   25   25   24   24   23   23   23   21
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   20   18   16   15   15   16   15   14   15   15   16   17   17   15
+   14   14   15   16   17   18   18   17   17   17   17   17   17   17   15   15
+   14   16   17   19   20   21   22   23   23   23   21   21   20   18   15   13
+   11   11   12   14   15   17   19   18   18   19   19   18   18   17   18   20
+   22   24   24   24   23   23   24   23   23
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   23   21   20   18   17   17   16   14   14   15   16   16   16   15
+   13   13   13   15   16   17   18   17   17   17   17   16   16   15   13   13
+   12   13   13   16   18   19   20   20   20   20   19   19   18   17   14   12
+   10   10   11   13   16   18   21   20   18   18   19   18   17   16   16   18
+   20   22   23   23   23   23   24   24   25
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   27   25   23   21   20   19   17   15   15   15   16   17   16   15
+   13   12   13   14   16   17   17   17   16   16   16   16   14   13   11   10
+    9   10   12   14   15   16   17   17   17   16   17   17   16   15   12   10
+    9    9    9   12   14   17   19   18   15   16   17   17   16   14   14   15
+   17   18   20   21   21   21   23   25   26
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   29   27   26   24   22   21   19   17   16   17   17   18   17   15
+   14   12   12   13   15   16   16   16   15   15   15   14   12   10    9    7
+    7    9   11   12   13   12   12   13   13   13   13   14   14   13   10    8
+    7    7    8    9   11   13   13   12   11   14   17   18   17   14   12   12
+   13   15   16   17   18   19   21   24   27
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   27   28   27   26   25   23   22   20   18   17   18   18   19   17   16
+   14   12   11   12   14   15   16   15   14   13   13   11   10    9    7    7
+    7   10   11   11   10    8    8   10   10   10   11   12   12   11    9    7
+    6    7    8   10   10    9    7    6    9   13   17   19   18   14   11   10
+   10   11   13   14   15   17   19   22   25
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   24   25   25   25   24   23   22   20   19   18   18   19   19   18   16
+   14   12   11   12   13   15   15   14   14   12   11   10    9    8    7    7
+    8    9   10    9    8    5    6    7    8    8    9   10   10   10    8    7
+    7    9   11   13   13   12   10    9   12   14   17   19   19   14   11    9
+    8    8    9   10   11   13   15   18   21
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   20   21   22   22   21   21   20   19   18   18   18   19   19   18   16
+   14   12   11   12   13   14   15   14   13   12   11   10   10   10    8    8
+    8    9    9    9    7    6    6    7    7    7    9   10   10   10    9    9
+   10   12   15   17   17   15   14   13   15   16   17   18   19   14   11    9
+    6    6    6    7    8   10   12   15   17
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   17   17   18   18   18   18   17   17   17   18   19   19   18   16
+   14   13   12   12   13   14   14   14   13   12   12   11   12   11   10   10
+    9    9    8    8    7    7    7    7    7    8    9   10   11   12   11   12
+   13   15   17   19   19   18   16   15   16   16   17   17   18   14   11    7
+    5    4    4    5    6    7    9   11   13
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   13   14   14   15   15   16   17   17   18   19   18   18   17
+   15   14   14   13   13   14   14   14   14   13   14   14   13   13   12   11
+   10    9    8    7    7    7    6    6    8    9   10   12   13   13   14   14
+   16   17   19   20   19   18   17   16   16   16   17   17   18   14   11    7
+    5    5    5    5    5    6    7    8   10
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9    9    9   10   11   12   14   16   17   18   19   19   19   18   17
+   16   16   15   14   14   15   15   16   15   15   15   16   15   14   13   11
+   10    8    7    7    7    5    5    7    9   11   12   14   15   15   16   17
+   17   18   19   20   19   18   16   16   16   17   17   17   17   15   12    9
+    8    7    7    7    6    6    7    8    8
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    7    7    7    9   11   13   15   17   18   20   20   20   19   18
+   18   17   17   16   16   17   17   17   17   18   18   18   17   16   14   12
+   10    8    6    6    4    3    5    7   11   13   15   16   17   18   18   19
+   19   19   20   20   19   18   17   17   17   18   18   18   18   16   15   13
+   12   11   11   10    9    9    9    9    9
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11    9    8    7    6    8   10   12   14   17   18   20   20   20   20   20
+   19   19   18   18   18   19   19   19   20   20   20   20   19   17   15   13
+   10    8    7    6    6    6    8   10   13   16   18   19   20   21   21   21
+   21   21   20   20   19   18   18   18   19   20   20   20   20   18   17   16
+   16   16   15   15   14   12   12   11   11
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   12   10    8    7    8   10   11   14   16   17   19   20   20   20   20
+   20   20   20   20   20   21   21   22   22   22   22   21   20   18   16   13
+   11    9    8    8    9   10   11   14   17   19   21   22   23   23   23   23
+   22   22   21   19   19   18   19   19   20   21   21   21   22   21   20   20
+   21   21   21   20   19   18   17   15   13
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   15   13   11   10   10   10   11   13   14   16   17   18   18   19   19
+   19   20   20   21   21   22   22   22   23   22   22   21   19   18   16   14
+   12   11   11   11   12   13   15   17   20   22   24   24   25   25   25   24
+   23   21   20   19   17   17   18   20   22   23   23   22   24   23   23   24
+   25   26   26   26   25   24   22   20   18
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   18   16   14   13   13   13   13   14   14   15   16   16   16   17
+   18   18   19   20   20   21   21   22   22   22   21   20   19   17   16   14
+   13   13   13   13   15   16   18   20   22   24   25   26   26   26   25   23
+   22   20   18   16   15   15   18   21   23   24   25   25   26   25   26   27
+   29   31   31   32   32   31   29   26   23
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   27   24   21   19   17   16   15   14   14   14   14   14   14   14   15
+   15   16   17   18   19   19   20   20   20   20   19   18   18   17   16   15
+   14   14   15   16   17   19   20   22   24   25   26   26   26   25   24   22
+   20   18   16   14   14   13   17   21   24   25   26   27   28   27   29   31
+   33   35   36   37   37   36   35   32   30
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   33   30   28   25   23   20   18   17   16   15   14   14   13   13   13
+   14   14   15   16   17   17   17   18   18   18   18   17   17   16   16   16
+   16   16   17   18   19   20   22   23   24   25   26   25   25   24   22   20
+   18   16   14   12   12   13   15   20   24   27   28   28   30   30   31   34
+   36   38   41   42   42   41   40   38   36
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   38   35   33   30   27   25   22   21   19   18   16   15   14   13   13
+   13   13   14   15   15   16   16   16   16   17   17   17   17   17   17   17
+   17   18   18   19   20   21   22   23   23   24   24   24   23   22   20   18
+   16   14   12   11   10   11   14   17   23   27   30   30   31   32   34   36
+   39   41   43   44   45   45   44   42   40
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   41   39   37   34   31   29   27   24   23   21   19   18   17   15   14
+   14   14   14   14   15   15   15   16   16   16   17   17   17   17   17   18
+   18   18   19   20   20   21   21   22   22   22   22   21   21   20   18   17
+   15   14   12   11   10   10   11   13   17   23   28   31   33   34   36   38
+   41   43   44   45   46   46   46   44   43
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   41   39   37   35   32   30   29   27   25   23   22   20   19   18
+   17   16   16   16   16   16   16   16   17   17   17   17   17   18   18   18
+   18   19   19   19   20   20   20   20   20   20   20   19   19   18   17   16
+   15   14   14   14   14   14   15   16   20   24   28   32   34   36   38   40
+   41   43   44   45   45   45   45   45   43
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   40   39   37   36   34   33   31   29   28   27   25   24   23   21
+   21   20   19   19   19   18   18   18   18   18   18   18   19   19   19   19
+   19   19   19   19   20   20   20   20   20   20   19   19   19   18   19   18
+   18   18   19   19   20   22   24   26   28   30   32   33   35   36   37   38
+   39   41   41   42   43   43   43   42   41
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   37   36   36   35   34   33   32   31   30   29   28   27   26   25
+   24   23   23   22   22   21   21   21   21   21   21   21   21   20   20   20
+   21   21   21   21   21   21   21   21   21   21   21   21   21   22   22   22
+   23   23   24   25   25   26   27   28   29   30   32   32   33   34   35   36
+   37   37   38   38   39   39   39   38   38
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   33   32   32   32   31   31   30   30   30   29   29   28   28   27
+   27   26   26   26   25   25   25   24   24   24   24   24   24   24   23   23
+   23   23   23   23   23   24   23   24   24   24   24   24   24   24   25   25
+   26   26   26   27   27   28   28   28   29   29   30   31   31   31   32   32
+   32   33   33   33   33   33   33   33   33
+     9                                                      END OF RMS MAP     
+    10                                                      START OF RMS MAP
+  2010    12     4    18     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   17   17   17   17   17   18   18   18   18   18   18   18   18
+   18   18   18   18   18   18   17   17   17   17   17   17   17   16   16   16
+   16   16   16   15   15   15   15   15   15   15   15   15   15   14   14   15
+   14   14   14   14   14   14   14   14   14   14   15   15   15   15   15   15
+   15   15   15   16   16   16   16   16   16
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   17   17   18   18   18   19   19   19   19   19   19   19
+   19   19   19   19   18   18   18   18   17   17   17   16   16   16   15   15
+   15   14   14   14   14   14   14   14   14   14   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13   13   14   13   13   13   14   14
+   14   14   14   15   15   15   15   15   16
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   16   16   16   17   17   17   18   18   18   18   19   19
+   19   19   19   19   19   18   18   17   17   16   15   15   14   13   13   12
+   12   12   11   11   11   11   12   12   12   12   13   13   13   13   12   12
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   13   13   13   13   14   14   14   14   15
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   14   14   15   15   15   15   16   16   16   17   17   18   18
+   18   18   18   18   18   18   17   16   16   15   14   13   12   12   11   10
+   10   10    9    9    9   10   10   10   11   11   12   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13   12
+   13   13   13   13   13   13   13   13   13
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   14   14   14   15   15   15   16   16   17   17
+   17   17   17   17   17   17   16   16   15   14   13   12   11   11   10    9
+    9    8    8    8    8    9    9   10   11   12   13   14   14   14   15   15
+   15   15   14   14   14   14   13   13   13   13   13   13   13   13   13   13
+   13   13   13   12   12   12   12   12   13
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   13   14   14   14   14   15   15   15   15   16
+   16   16   16   16   16   17   16   16   15   14   13   12   11   10    9    9
+    8    8    8    7    7    8    9   10   11   12   14   15   16   16   16   16
+   16   16   16   15   14   14   14   14   14   14   14   14   14   14   14   14
+   13   13   13   13   13   13   13   13   13
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   14   14   14   14   14   14   15   15   15   15   15   15
+   15   15   16   15   16   16   16   16   15   14   13   13   12   11   10   10
+    9    9    9    8    8    8    9   10   11   13   15   16   17   18   18   18
+   18   17   17   16   15   15   14   14   14   14   14   15   15   15   15   15
+   15   15   14   14   14   14   14   14   14
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   16   16   16   16   16   16   16   16   16   16   16   16
+   16   16   15   15   16   16   16   16   16   15   15   14   13   13   13   12
+   12   11   11   10   10    9   10   11   12   14   16   18   19   20   20   20
+   20   19   18   17   16   16   16   15   16   15   16   16   16   17   16   16
+   16   16   16   16   16   16   16   16   15
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   18   18   18   18   19   18   18   18   17   17   17   16
+   17   17   16   16   17   17   17   17   17   17   16   16   15   16   15   15
+   14   14   13   12   11   11   11   11   13   15   17   19   21   22   22   22
+   21   20   19   18   17   17   16   16   16   17   17   18   18   18   18   18
+   17   17   17   18   18   18   17   17   17
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   20   20   21   21   21   21   20   20   19   19   18   18
+   18   17   17   18   18   18   18   18   18   18   17   17   17   17   17   17
+   16   16   15   13   12   12   12   12   14   16   18   21   23   24   24   23
+   22   22   21   19   19   18   17   17   17   18   18   18   19   18   18   18
+   18   17   17   18   19   19   19   19   19
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   20   21   21   22   23   23   23   23   22   21   21   20   19
+   19   19   19   19   20   19   19   19   19   18   17   17   17   17   17   18
+   17   17   17   15   14   13   13   13   15   17   20   22   24   25   25   25
+   24   23   22   20   20   19   18   18   18   18   18   19   18   18   17   17
+   16   16   16   17   18   19   19   19   19
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   21   21   22   23   23   24   23   23   23   22   21   20
+   20   20   20   20   21   21   20   20   19   18   18   17   17   17   17   17
+   18   18   17   16   15   14   14   14   16   19   22   24   26   27   27   26
+   25   24   22   21   21   20   20   20   19   19   19   18   18   17   16   15
+   14   14   15   16   17   18   18   19   19
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   20   21   22   22   23   23   23   23   22   22   21   20
+   20   21   21   21   22   21   21   20   19   19   18   17   17   16   16   17
+   18   18   18   17   16   16   15   16   18   21   23   26   27   28   28   27
+   26   24   23   22   22   22   21   21   21   20   19   18   17   16   15   14
+   13   13   13   14   15   16   17   17   17
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   16   18   19   20   21   22   22   22   21   21   21   20   20
+   20   20   21   21   22   21   21   20   19   18   18   17   16   16   15   16
+   17   17   18   18   18   18   18   18   20   23   25   28   29   30   29   28
+   26   25   24   23   23   23   23   22   22   21   20   19   18   16   15   14
+   13   13   13   14   15   16   16   16   15
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   14   15   16   18   19   19   20   20   20   20   19   19   18   18
+   18   19   20   21   21   21   21   20   19   19   18   17   16   15   14   15
+   15   16   17   18   19   19   20   20   22   25   27   29   31   31   30   29
+   27   25   24   24   24   24   24   24   23   23   21   20   19   17   16   16
+   15   14   14   14   15   16   16   15   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   14   15   17   18   18   18   18   18   18   18   17   17   16
+   17   17   18   20   21   21   20   20   20   19   18   17   16   14   13   14
+   14   15   17   19   20   21   22   23   24   26   28   30   31   31   30   28
+   27   25   24   24   24   25   24   24   24   23   22   21   20   20   19   18
+   17   17   17   17   17   18   18   16   14
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   13   14   15   16   18   18   18   18   18   17   17   16   16   15
+   16   16   18   19   20   20   20   20   19   19   18   17   15   14   13   13
+   14   15   16   19   21   22   23   24   25   26   28   29   30   30   29   27
+   26   24   24   24   24   24   24   24   24   23   22   22   21   21   21   21
+   20   20   20   20   21   21   20   18   15
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   15   14   14   16   17   19   19   19   18   18   18   17   17   16   15
+   16   17   18   19   19   20   20   20   19   19   18   16   15   14   13   13
+   14   15   16   19   21   23   24   24   24   25   27   28   28   28   26   25
+   24   23   23   23   23   23   23   23   23   22   22   22   22   22   22   23
+   23   23   23   24   24   24   23   21   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   16   17   18   19   20   21   21   20   20   20   19   18   17   17
+   17   18   19   19   19   20   20   20   20   19   18   16   15   15   15   15
+   15   16   17   19   21   22   23   23   23   24   25   26   26   25   24   23
+   22   21   21   21   21   21   22   22   22   22   21   21   22   22   23   24
+   25   25   25   26   26   26   25   23   20
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   19   19   20   21   22   22   23   22   22   21   21   20   19   19
+   19   20   20   20   20   20   20   20   20   19   18   16   15   15   16   17
+   17   17   18   20   20   21   21   21   21   21   22   23   24   23   22   22
+   21   20   20   20   20   20   21   22   22   22   21   21   21   22   23   24
+   25   26   26   26   27   27   26   24   22
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   21   21   21   22   24   24   24   23   23   23   23   22   22   21
+   21   21   21   21   21   20   21   21   20   19   18   16   15   17   18   19
+   19   19   19   20   20   20   20   19   19   20   20   22   22   22   22   21
+   20   20   19   19   19   20   21   22   22   22   21   21   21   21   21   23
+   24   25   25   25   25   25   25   24   23
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   22   22   23   24   24   25   24   24   24   24   23   23   23
+   23   23   23   22   21   21   21   22   21   20   18   16   16   18   20   21
+   22   21   20   20   19   19   19   18   18   19   20   21   22   22   22   21
+   21   20   20   20   20   21   21   23   23   22   21   20   20   19   20   21
+   22   23   23   23   23   23   23   23   22
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   21   22   22   23   24   24   24   24   23   23   23   23   23
+   23   23   24   22   22   21   21   22   22   21   18   17   17   19   22   24
+   24   23   22   21   21   20   19   18   19   20   22   22   23   23   23   22
+   22   21   21   21   21   22   23   24   24   23   21   20   19   18   18   19
+   20   21   21   20   19   19   20   20   21
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   20   20   20   21   22   23   24   22   21   21   21   22   22
+   23   23   24   23   22   21   22   22   22   21   19   17   18   20   23   25
+   25   24   23   22   22   21   20   20   20   21   23   24   23   24   24   23
+   23   22   22   22   22   23   24   25   24   23   21   20   18   17   17   17
+   19   19   19   18   17   17   17   18   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   17   17   17   18   19   20   21   22   20   19   19   20   20   21
+   21   22   23   22   21   21   21   22   22   20   19   17   18   21   24   26
+   26   25   24   23   23   23   22   21   21   23   24   25   24   24   24   24
+   23   23   22   23   23   25   25   26   25   23   22   20   19   17   17   17
+   18   19   19   17   16   15   15   15   17
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   16   16   16   16   17   18   20   20   19   17   17   19   19   20
+   20   20   21   21   20   20   20   21   21   19   18   16   19   21   23   26
+   27   27   26   24   24   25   23   21   21   23   24   25   24   24   24   23
+   23   23   23   23   24   26   27   26   25   23   22   20   19   18   18   19
+   20   21   20   18   16   15   14   15   16
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   16   15   15   15   17   19   19   18   17   17   19   19   20
+   19   19   20   20   19   19   19   20   20   18   17   17   19   21   24   27
+   28   28   28   26   25   25   23   22   21   23   24   24   23   22   22   22
+   22   22   23   23   25   26   27   26   25   23   22   21   20   20   20   21
+   22   23   23   20   18   16   15   15   16
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   18   18   16   15   15   17   18   19   19   18   19   21   21   21
+   19   19   19   19   19   18   18   18   18   17   17   18   20   22   25   27
+   29   30   29   27   26   25   23   21   21   22   23   22   21   20   19   20
+   20   21   22   23   25   26   26   25   24   22   21   21   22   22   23   23
+   24   25   25   24   21   20   18   17   17
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   20   18   17   17   18   19   20   20   20   21   23   23   22
+   20   19   19   19   18   18   17   17   17   17   17   19   22   23   25   28
+   30   31   29   26   25   23   21   19   19   20   21   20   18   17   17   18
+   19   20   21   22   23   25   25   24   22   21   20   21   23   24   25   25
+   26   27   27   27   25   23   21   20   20
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   23   21   19   18   19   20   21   23   23   25   26   26   24
+   22   21   21   20   19   18   17   16   16   16   17   20   22   23   25   27
+   29   30   28   24   23   21   19   18   18   19   19   17   16   15   15   16
+   18   19   20   21   22   23   23   22   20   20   19   21   23   25   26   26
+   27   28   28   28   27   26   24   22   22
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   26   25   24   21   20   19   21   23   25   26   28   29   30   27
+   25   24   22   21   20   18   16   15   15   15   18   21   23   23   24   26
+   27   27   25   22   20   18   17   17   18   18   17   16   14   14   14   15
+   17   19   19   20   21   22   22   21   20   19   20   21   24   26   26   26
+   26   27   27   28   27   27   25   24   24
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   26   27   26   24   22   20   19   21   24   26   27   30   31   32   29
+   28   26   24   22   20   18   16   15   16   17   18   22   23   22   22   23
+   24   24   22   20   19   18   18   18   18   18   17   15   14   14   15   17
+   18   20   20   20   20   21   21   21   21   20   21   22   24   26   26   25
+   24   24   25   26   26   26   26   25   25
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   26   26   25   23   20   18   18   20   23   25   27   30   31   33   31
+   29   27   25   23   21   19   17   16   16   16   19   23   24   23   21   21
+   21   22   21   20   19   18   19   19   19   18   18   17   17   16   17   19
+   20   21   22   21   21   21   22   22   22   22   22   24   25   26   25   24
+   22   22   22   23   24   25   25   25   25
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   24   21   18   17   17   19   22   23   25   28   30   31   32
+   30   27   26   23   22   20   19   18   17   17   20   25   25   23   21   20
+   21   21   21   20   19   19   19   20   20   20   20   21   21   20   20   21
+   23   24   24   23   22   23   23   24   25   24   24   25   26   25   24   22
+   20   19   20   20   21   23   23   24   24
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   22   20   17   17   18   19   21   22   23   25   27   29   29
+   28   25   24   22   22   21   20   20   20   20   22   25   25   23   21   19
+   20   21   21   21   21   20   20   20   21   21   23   24   24   23   23   24
+   24   25   25   25   24   24   24   25   26   26   26   26   26   25   23   21
+   19   18   18   18   19   20   21   22   23
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   21   19   17   18   19   21   22   22   23   23   24   26   26
+   25   23   22   21   21   20   19   20   20   21   23   24   23   21   18   17
+   18   20   21   22   22   22   22   22   22   23   25   26   26   25   24   25
+   25   25   26   26   25   26   25   26   26   26   26   27   26   25   23   20
+   19   18   17   17   17   18   20   21   22
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   21   18   18   19   21   23   24   23   23   22   22   22   22
+   21   20   20   19   19   19   18   18   18   21   22   22   21   19   17   15
+   17   19   22   23   24   24   24   24   24   24   26   27   26   25   23   24
+   24   25   26   26   26   26   25   26   26   26   26   26   26   25   22   20
+   18   18   18   17   17   17   19   20   21
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   21   21   20   19   20   23   25   26   25   24   23   21   21   20
+   19   19   19   19   19   18   17   17   17   19   20   20   20   18   16   15
+   16   19   22   23   24   25   25   25   24   23   25   26   25   23   22   22
+   22   24   25   25   25   25   25   26   25   25   25   25   25   24   21   19
+   19   19   19   18   18   17   18   19   20
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   22   21   21   22   24   27   27   27   26   24   22   21   20
+   20   19   20   20   19   18   17   17   18   19   20   19   18   17   14   14
+   15   18   21   23   24   24   24   24   23   22   23   23   22   22   21   21
+   21   22   24   24   24   25   24   25   24   24   23   24   24   23   21   20
+   19   21   21   21   19   18   18   19   20
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   23   24   25   27   29   30   29   29   27   26   24   23
+   21   21   21   21   20   18   17   16   17   19   19   18   16   15   13   13
+   14   17   19   21   22   22   22   21   20   20   20   20   20   21   20   20
+   21   22   23   22   23   24   23   24   23   23   22   22   23   22   21   19
+   20   22   23   23   21   19   18   18   19
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   24   26   28   30   31   32   31   31   31   29   27   26
+   23   22   21   21   19   17   16   15   16   17   17   16   16   14   13   13
+   14   16   18   19   20   20   19   19   19   18   18   18   19   20   20   20
+   21   20   22   22   24   24   24   24   23   22   21   21   21   21   20   20
+   21   23   25   24   23   20   19   19   19
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   21   23   26   29   32   33   33   32   33   34   34   32   29
+   25   23   22   20   18   16   14   13   13   14   14   15   15   14   13   13
+   14   16   16   17   17   18   17   18   18   18   17   17   19   20   20   20
+   20   20   21   23   27   23   23   23   22   21   20   20   20   21   20   20
+   21   24   25   25   23   21   19   20   19
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   22   25   28   31   33   33   33   34   36   37   35   32
+   28   25   23   21   18   15   13   12   12   13   13   15   15   15   14   14
+   14   15   15   15   16   16   17   17   19   19   19   19   20   21   20   20
+   20   20   19   22   27   22   22   22   20   18   19   19   20   21   21   20
+   21   23   25   24   23   20   19   19   19
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   17   18   20   23   26   29   32   32   32   33   35   37   37   33
+   29   27   25   23   19   15   13   12   12   13   14   16   16   16   15   15
+   15   16   16   16   15   15   17   18   20   22   21   22   22   21   20   20
+   20   19   18   19   22   21   21   20   18   17   18   20   22   23   22   22
+   22   23   24   23   21   19   17   18   17
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   16   17   20   23   26   28   28   29   30   33   35   36   34
+   30   28   27   23   19   16   14   13   13   14   16   17   18   18   18   17
+   18   18   18   17   17   16   17   19   21   23   24   24   23   22   21   20
+   20   18   17   16   16   17   18   18   17   17   18   21   24   25   24   24
+   23   24   24   23   21   19   17   17   17
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   16   16   17   20   23   25   25   25   27   28   31   33   32
+   30   28   26   23   19   16   15   14   14   16   18   19   20   20   20   19
+   20   20   20   18   18   18   19   20   23   25   26   25   24   22   20   19
+   18   17   16   15   16   16   18   18   18   18   20   22   24   25   25   25
+   24   24   24   22   20   19   17   17   17
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   15   15   16   18   20   22   22   22   22   24   27   29   30
+   29   27   25   21   19   17   16   15   16   18   19   20   21   22   22   21
+   21   21   20   20   20   20   20   22   24   26   26   25   23   21   19   17
+   16   16   15   16   16   16   18   18   18   19   20   22   24   25   25   25
+   25   24   24   22   21   19   18   18   18
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   16   16   15   16   17   18   20   20   19   19   20   22   25   26
+   26   24   23   20   18   17   16   17   18   19   21   20   21   21   21   20
+   19   20   21   21   21   20   21   22   24   24   24   23   21   18   17   15
+   15   15   16   16   17   16   18   18   19   19   20   21   22   23   25   25
+   25   24   24   23   21   20   19   19   18
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   17   16   16   17   18   18   18   17   17   17   19   21   23
+   23   23   20   18   17   16   16   17   19   21   20   19   20   19   19   19
+   18   19   20   20   21   21   21   22   23   23   22   20   18   16   15   13
+   13   15   16   16   16   16   18   18   19   19   19   19   20   21   22   23
+   24   24   23   23   22   21   21   20   20
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   19   19   18   18   18   18   18   17   16   16   15   16   18   20
+   20   20   19   17   16   16   16   17   18   18   19   18   18   16   15   16
+   15   17   18   19   20   20   21   21   20   20   19   17   15   13   12   11
+   12   14   15   15   15   15   17   18   18   18   17   16   17   18   20   21
+   22   22   22   22   22   22   22   21   21
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   21   20   20   20   20   19   17   16   15   15   15   16   17
+   18   18   17   16   15   15   14   15   16   15   14   13   13   13   12   13
+   13   15   17   18   19   19   19   19   18   17   15   14   12   10   10   10
+   11   12   13   13   13   14   15   16   17   16   14   14   14   15   16   17
+   18   19   20   21   22   22   22   21   21
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   22   22   22   22   22   20   19   17   15   15   15   16   17
+   17   17   16   15   13   12   11   12   12   10    9    8    9   10    9   11
+   12   14   15   17   18   19   18   17   15   13   11   10    8    8    7    7
+    8    9   10   10   11   13   14   15   15   14   13   12   12   12   12   13
+   14   16   17   19   20   21   21   21   21
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   22   23   24   24   23   22   20   18   17   16   16   17   18
+   18   17   16   14   12   10    9    9    8    6    6    6    7    8    9   10
+   11   12   13   15   16   17   16   14   13   10    9    7    6    6    5    5
+    5    6    8   10   12   13   14   15   15   14   13   13   12   11   10   10
+   10   12   14   16   18   19   19   19   20
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   22   23   24   24   24   22   21   19   18   18   18   19   19
+   18   17   15   13   11   10    8    7    6    5    6    7    8    9    9   10
+   10   11   12   13   14   15   14   13   11    9    7    6    5    5    5    5
+    6    8   11   13   14   15   15   16   16   15   14   14   13   11    9    8
+    8    9   11   13   15   16   17   17   18
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   19   20   22   23   24   23   22   21   20   19   19   19   19   19
+   18   17   15   12   10    9    8    7    6    6    7    8    9    9   10    9
+    9   10   10   11   12   13   13   11   10    8    7    7    6    6    7    8
+    9   12   14   16   17   17   16   17   17   17   16   15   13   11    8    7
+    6    7    9   11   12   14   14   15   16
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   16   18   20   21   22   22   21   20   20   19   19   19   19   19
+   18   16   14   12   10    9    8    8    7    7    8    9   11   11   10    9
+    9    9    9   10   10   11   11   10    9    9    9    8    9    9   10   11
+   13   15   17   18   19   18   17   18   18   18   17   15   14   11    8    6
+    5    6    7    9   10   11   12   12   13
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   12   13   16   18   19   20   20   19   19   18   18   18   18   18   18
+   17   15   14   12   12   11   10   10   10   10   11   12   12   12   12   11
+    9    8    8    8    8    9   10   10   10   10   11   11   12   12   13   14
+   15   17   18   19   19   19   18   19   19   19   18   17   15   13   10    8
+    7    6    7    8    9    9    9    9   10
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   12   14   16   17   18   18   18   17   17   17   17   18   17
+   17   16   14   13   13   13   13   13   13   14   14   15   15   14   14   12
+    9    7    7    7    7    8    9   10   11   12   13   14   14   15   15   16
+   17   18   19   19   19   19   18   20   20   20   20   18   17   15   12   10
+    9    9    9    9    9    9    8    8    8
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8   10   11   13   15   16   17   17   17   17   17   17   17   17
+   17   16   16   15   15   15   15   15   16   16   17   17   16   16   15   12
+    8    6    6    6    6    8   10   11   13   14   16   16   17   17   18   18
+   19   20   20   20   20   20   19   20   22   22   22   21   19   18   16   14
+   13   12   12   11   11   10    9    7    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    7    8    9   11   12   14   15   16   17   17   18   18   18   18
+   17   17   17   16   16   16   16   16   17   17   18   17   17   16   13   11
+    9    6    5    6    7    9   11   13   15   16   17   18   19   19   19   20
+   20   21   21   21   21   22   21   22   23   24   23   23   22   21   20   19
+   18   17   16   15   14   12   11    9    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   10    9    9    9   10   11   12   14   15   16   17   18   18   18   18
+   18   17   17   17   16   16   16   16   17   17   17   17   17   15   16   16
+   12    8    7    8    9   11   13   15   17   18   19   20   21   20   21   21
+   22   22   22   22   22   23   22   24   25   25   25   25   24   24   23   23
+   22   22   21   20   18   17   15   13   12
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   13   12   10   10   11   12   13   14   15   16   17   17   17   17
+   17   17   16   16   15   15   15   15   16   16   16   16   16   15   17   17
+   12   10   10   11   12   14   15   17   19   20   21   21   21   21   21   22
+   22   22   22   22   22   24   23   25   26   26   26   26   26   26   26   27
+   27   27   27   26   25   22   21   18   16
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   18   16   15   14   13   13   13   13   14   15   15   15   15   15
+   15   14   14   13   13   13   13   13   14   14   15   15   15   14   14   13
+   12   12   13   14   16   17   18   20   21   21   22   22   22   22   21   21
+   21   21   21   21   22   24   23   26   27   27   27   27   28   28   29   30
+   31   32   32   32   31   29   27   25   22
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   27   24   22   20   18   17   16   15   14   14   14   13   13   13   13
+   12   12   11   11   11   11   11   11   12   13   13   13   14   14   14   14
+   15   15   16   18   19   20   21   22   22   23   22   22   21   20   20   19
+   19   19   19   19   20   24   23   25   27   28   28   28   29   30   31   33
+   34   36   36   36   36   35   33   31   29
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   33   30   28   26   24   22   20   18   17   15   14   13   13   12   11
+   11   10   10    9    9    9   10   10   11   11   12   13   14   15   16   17
+   18   18   19   21   22   23   23   24   24   23   22   21   20   19   18   17
+   17   16   16   17   18   20   19   24   27   29   29   29   30   32   33   35
+   37   38   40   40   40   40   38   37   35
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   36   34   31   29   27   24   23   20   18   17   15   14   13   12
+   11   10   10    9    9    9    9   10   11   12   12   14   15   16   17   19
+   20   21   22   23   23   24   24   24   23   22   21   20   19   18   16   15
+   15   14   14   15   16   19   19   22   26   28   30   30   31   32   34   36
+   38   40   42   42   43   42   42   41   39
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   39   37   35   33   31   29   27   24   22   21   19   17   16   15
+   14   13   12   12   11   11   12   12   12   13   14   15   16   17   19   20
+   21   22   22   23   24   24   24   23   22   22   20   19   18   16   16   15
+   14   13   13   13   13   14   15   18   21   25   28   29   31   33   35   37
+   39   40   41   43   43   43   43   43   42
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   38   37   35   33   32   30   28   26   24   23   21   20   19
+   18   17   16   15   15   15   15   15   15   16   17   17   18   19   20   20
+   21   22   22   22   23   23   23   22   21   20   19   18   17   16   16   15
+   14   14   14   14   14   15   16   17   19   23   27   30   33   34   35   36
+   38   39   40   42   42   43   43   43   42
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   38   37   36   35   34   33   31   30   29   27   26   25   23   23
+   22   21   20   20   19   19   19   19   19   19   20   20   20   21   21   21
+   21   22   22   22   22   22   21   21   20   20   19   19   18   18   18   17
+   17   17   18   18   20   20   21   24   26   28   31   32   33   34   35   36
+   37   38   38   39   40   40   40   40   39
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   35   35   34   33   33   32   31   30   30   29   28   27   27   26
+   25   24   24   24   23   23   23   22   22   22   22   22   22   22   22   22
+   22   22   22   22   22   22   22   22   22   21   21   21   21   21   21   21
+   22   22   22   23   24   25   25   27   28   28   30   30   31   32   33   33
+   34   34   35   35   36   35   36   36   35
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   31   31   31   31   30   30   30   30   29   29   29   28   28   28   27
+   27   27   26   26   26   26   26   25   25   25   25   25   25   25   25   24
+   24   24   24   24   24   24   24   24   24   24   24   24   24   24   25   25
+   25   25   26   26   26   27   27   27   28   28   28   29   29   30   30   31
+   31   31   31   31   31   31   32   31   31
+    10                                                      END OF RMS MAP     
+    11                                                      START OF RMS MAP
+  2010    12     4    20     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   15   15   16   16   16   16   16   16   16   16   16   17
+   16   17   17   17   17   17   17   17   17   16   16   16   16   16   16   16
+   16   16   16   16   16   16   16   16   16   15   15   15   15   15   15   15
+   15   15   15   15   15   15   15   15   15   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   14   14   14   15   15   16   16   16   16   17   17   17
+   17   17   17   17   17   17   17   17   16   16   16   16   16   16   16   16
+   15   15   15   15   15   15   15   15   15   15   15   15   15   15   15   15
+   15   14   14   14   14   14   14   13   13   13   13   12   12   12   12   12
+   12   12   12   12   12   12   12   12   12
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   13   13   14   14   15   15   16   16   16   16   17   17   17
+   17   17   17   17   17   16   16   16   16   16   15   15   15   14   14   14
+   14   13   13   13   14   14   14   13   14   14   14   14   14   14   15   15
+   14   14   14   14   14   13   13   12   12   11   11   10   10   10   10   10
+   10   10   10   10   10   10   10   11   11
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   13   14   14   15   15   15   15   15   15   16   16
+   16   16   16   16   16   15   15   16   15   15   14   13   13   12   12   12
+   12   12   12   11   12   12   12   13   13   14   14   14   15   15   15   15
+   15   14   14   14   14   13   12   12   11   10   10    9    9    9    9    9
+    9    9    9    9    9    9   10   10   11
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   13   13   14   14   14   14   14   15   15   15   15
+   15   16   16   16   15   15   15   15   14   12   12   12   11   10   10   10
+    9   10   10   10   10   10   11   11   12   13   14   14   15   16   16   16
+   16   16   15   14   14   13   12   11   10   10    9    9    9    9    9    9
+    9    9    9    9    9   10   10   11   11
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   13   13   13   14   14   14   14   14   14   14   14   15   15
+   15   15   15   15   14   14   14   13   13   12   11   10   10    9    9    8
+    8    8    8    9    9   10   10   11   12   13   14   15   16   16   17   17
+   17   16   16   15   14   13   12   11   11   10   10    9    9    9    9    9
+   10   10   10   11   11   11   12   12   12
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   15   15   15   15   14   14   14   14   14   14   15   15
+   14   14   14   14   14   14   14   13   13   13   11   11   10    9    9    8
+    8    8    8    8    8    9    9   10   11   12   14   15   16   17   17   17
+   17   17   16   16   15   14   13   12   11   11   11   11   11   11   11   12
+   12   12   13   13   14   14   14   14   15
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   17   16   16   15   15   15   15   15   16   15   15
+   15   15   14   15   15   15   14   14   13   13   12   12   11   11   10   10
+    9    9    9    8    8    8    9    9   10   12   13   15   16   17   17   17
+   17   17   17   16   15   14   14   13   13   12   12   13   13   14   14   15
+   15   16   16   17   17   17   17   17   17
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   19   19   18   18   17   17   16   17   17   17   16   16
+   16   16   16   16   17   17   16   16   15   15   14   14   14   13   13   12
+   11   10   10    9    9    9    8    9   10   11   13   14   16   17   17   17
+   18   17   17   16   16   15   15   14   14   14   14   15   16   16   17   18
+   18   19   19   20   20   19   19   19   19
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   21   20   20   20   19   19   18   18   18   18   19   19
+   19   18   18   18   18   18   18   18   17   17   17   16   16   16   15   15
+   14   12   11   11   10   10    9    9   10   11   13   14   16   17   17   18
+   18   17   17   16   16   16   16   16   15   16   16   16   17   18   19   20
+   20   21   21   21   21   20   20   20   20
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   21   22   21   21   21   21   20   19   19   20   20   21   21
+   21   21   20   19   19   19   19   19   18   18   18   18   18   18   17   16
+   15   14   13   12   11   11   10   10   11   12   13   15   16   17   18   18
+   18   17   17   16   16   16   17   17   17   17   17   17   18   19   19   20
+   21   21   21   20   20   20   19   20   20
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   21   21   22   22   22   22   21   21   20   20   21   22   22   23
+   23   22   21   21   20   20   20   19   19   19   19   19   19   18   18   17
+   16   15   14   13   13   12   12   12   12   13   15   16   17   18   18   18
+   18   17   17   17   17   17   17   18   18   18   18   18   18   18   19   19
+   19   19   19   18   18   18   18   18   19
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   20   21   22   22   21   21   20   20   20   21   22   22   23
+   23   22   22   21   21   21   20   20   20   19   19   19   19   18   18   17
+   17   16   15   14   14   14   14   14   14   15   16   17   18   19   19   19
+   19   19   18   18   18   19   18   19   18   18   18   18   18   18   18   18
+   18   17   17   16   16   16   16   16   17
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   20   21   22   21   20   20   20   20   20   21   21   22
+   21   21   21   20   21   21   21   20   20   19   18   18   18   17   17   17
+   16   16   16   15   15   15   16   16   17   18   18   19   20   21   21   21
+   21   21   20   20   20   20   19   19   19   19   18   18   18   18   18   17
+   16   16   15   14   14   14   14   15   16
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   18   19   20   21   21   20   20   19   19   19   19   19   20
+   19   19   19   19   20   21   21   21   20   19   17   17   16   16   16   16
+   16   16   16   16   16   17   18   19   19   20   21   21   22   22   22   22
+   22   23   22   21   21   21   20   20   19   19   19   19   19   18   18   18
+   17   16   15   13   12   13   14   14   15
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   18   18   19   21   21   20   19   18   18   17   17   17   17
+   17   17   17   18   20   21   21   21   20   18   17   16   15   14   15   15
+   15   16   16   16   17   18   19   20   21   22   22   22   22   22   23   23
+   23   24   24   23   23   22   21   19   19   19   19   19   19   19   19   19
+   18   18   17   15   12   13   14   14   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   18   19   20   20   21   20   19   18   17   16   16   15
+   15   16   16   17   19   21   22   21   20   18   16   15   14   13   14   14
+   15   16   16   17   18   19   20   22   23   23   22   22   22   22   22   23
+   23   24   24   24   23   21   20   19   18   18   18   19   20   20   21   21
+   20   19   18   16   14   15   16   16   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   19   18   19   20   20   21   21   20   19   17   16   16   15
+   14   15   16   17   19   21   22   21   20   18   16   14   13   13   13   14
+   15   16   16   17   19   20   21   22   22   22   22   21   20   20   21   22
+   22   23   23   23   22   20   18   17   17   17   18   19   20   21   22   22
+   22   21   20   19   17   18   18   18   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   20   20   19   19   19   20   21   22   22   20   19   18   17   16
+   15   15   16   17   20   21   22   22   20   18   16   15   13   12   13   14
+   15   16   17   18   18   19   20   20   21   20   20   19   19   19   19   20
+   20   21   22   21   21   19   17   16   16   17   18   19   21   22   23   23
+   23   23   22   21   20   20   21   21   21
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   21   20   19   19   20   22   23   23   22   21   19   19   18
+   18   17   17   19   20   22   22   21   20   19   17   15   14   13   13   14
+   15   16   17   18   18   18   18   18   19   18   18   17   17   17   18   18
+   19   19   20   20   19   19   17   16   16   18   19   20   21   22   23   23
+   23   23   23   22   22   22   22   22   22
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   22   22   20   19   19   19   21   23   23   23   22   21   21   21
+   20   20   19   20   21   22   22   21   20   19   18   16   15   15   14   14
+   15   17   17   18   17   17   17   17   17   18   17   16   16   16   17   17
+   18   18   19   19   19   18   17   17   17   19   20   21   21   22   22   22
+   22   22   22   22   22   22   22   22   22
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   22   21   19   18   18   20   21   22   22   22   23   23   23
+   22   22   21   21   21   21   21   21   21   20   19   17   16   17   16   15
+   16   18   19   18   17   17   17   17   18   18   18   17   17   16   17   18
+   18   19   19   19   19   18   18   18   19   20   20   21   21   21   21   20
+   20   20   20   20   20   21   21   21   22
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   21   20   19   17   17   18   19   20   21   22   22   23   24
+   24   23   22   21   21   21   21   21   21   20   20   19   18   18   17   16
+   17   19   20   20   19   18   18   18   19   20   19   18   18   18   18   19
+   19   20   19   19   19   19   18   19   20   20   21   21   20   19   19   18
+   18   18   18   18   18   19   19   20   21
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   22   20   18   17   16   16   17   18   19   20   22   23   24
+   24   23   22   21   20   20   20   20   20   20   20   20   19   19   18   18
+   19   21   22   21   21   20   20   20   21   21   21   20   19   19   20   20
+   20   21   21   20   20   19   19   20   20   21   21   21   20   18   17   16
+   16   16   16   17   17   17   17   18   20
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   21   22   21   19   18   18   17   17   16   17   19   21   22   23
+   23   22   21   20   19   18   19   19   19   20   20   20   20   20   19   20
+   21   23   24   23   23   23   22   22   23   23   22   22   21   21   21   22
+   23   23   22   21   21   20   19   20   20   21   21   20   19   18   16   16
+   15   15   15   16   16   16   16   17   19
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   22   22   21   20   21   20   19   17   17   19   20   21   22
+   22   21   19   18   17   17   17   18   19   20   20   20   20   20   21   22
+   23   25   26   25   26   25   24   23   24   24   23   22   21   21   22   24
+   24   25   24   23   21   20   19   19   20   21   20   20   19   18   17   17
+   16   16   16   17   17   17   16   16   17
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   18   20   21   22   23   23   25   25   24   21   19   20   21   21   21
+   20   19   18   16   16   15   16   17   18   19   20   21   21   22   23   25
+   25   26   26   26   26   26   24   23   23   23   22   21   20   21   22   24
+   25   26   26   24   22   20   19   19   19   20   19   19   19   19   19   19
+   19   18   18   19   18   18   17   16   16
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   18   20   21   22   23   25   27   28   27   25   23   22   22   22   20
+   19   18   17   16   15   15   16   16   17   18   20   22   23   25   25   26
+   26   25   25   25   25   24   23   21   21   20   20   19   19   20   21   24
+   25   27   26   24   22   19   18   17   18   18   18   18   19   20   22   22
+   22   22   22   22   22   21   19   17   16
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   20   21   23   23   25   27   30   29   28   27   26   25   24   21
+   19   17   16   15   16   16   16   16   18   18   20   24   27   28   29   29
+   28   26   23   23   23   22   21   19   18   17   17   16   17   18   20   23
+   25   26   26   24   21   19   17   16   16   17   17   18   19   21   23   25
+   25   26   26   25   25   24   21   18   17
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   23   23   24   26   29   30   30   29   29   28   26   23
+   19   17   17   16   16   17   17   17   18   19   22   26   30   31   31   31
+   29   25   22   21   21   20   18   16   14   14   14   14   15   16   18   21
+   23   25   25   23   21   18   17   16   16   16   17   18   20   22   24   26
+   27   27   28   28   28   26   23   20   18
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   18   19   21   22   24   25   28   30   29   30   31   31   29   25
+   21   18   18   18   18   18   18   17   18   19   24   28   32   33   32   30
+   27   23   20   19   18   18   16   13   12   12   12   13   14   15   17   20
+   22   23   23   22   20   19   17   17   17   17   17   18   20   22   24   26
+   27   28   29   30   29   28   24   21   18
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   17   18   19   20   21   26   30   31   30   30   31   32   30   27
+   23   20   19   19   19   18   18   18   18   20   25   29   33   34   31   29
+   26   22   19   17   17   16   15   13   12   12   12   14   15   16   18   19
+   21   22   22   22   21   20   20   20   20   19   19   20   21   22   24   25
+   26   27   28   29   29   28   24   21   18
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   19   19   20   22   26   31   33   32   30   29   31   30   28
+   24   21   20   19   19   19   20   20   20   21   26   31   33   34   31   28
+   25   21   18   16   16   16   16   15   14   14   15   17   18   19   19   19
+   20   21   21   22   22   22   23   23   23   23   22   22   22   22   22   23
+   24   24   26   27   27   26   23   20   18
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   20   21   22   23   25   30   33   33   30   28   29   29   27
+   24   21   21   19   18   18   20   22   22   24   27   32   34   32   29   27
+   24   21   18   16   17   18   19   19   19   19   20   22   22   21   21   20
+   20   21   22   23   24   25   26   26   26   26   25   24   22   22   22   21
+   21   22   23   24   25   24   22   19   18
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   21   23   24   24   24   27   29   30   28   25   24   25   25
+   23   20   20   19   18   17   19   22   24   26   29   33   33   31   26   24
+   22   20   18   18   19   21   23   24   24   25   26   27   26   24   23   22
+   21   21   22   24   25   27   28   29   29   28   27   25   23   22   21   20
+   19   19   21   22   22   22   19   18   17
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   23   24   25   24   23   24   24   25   23   20   20   21   22
+   21   19   19   18   17   16   17   21   24   27   29   31   31   27   23   21
+   21   21   20   20   22   25   27   29   30   30   31   30   28   26   24   23
+   22   22   23   25   26   28   29   30   30   29   28   26   24   22   20   19
+   18   18   19   20   20   20   18   16   17
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   22   24   26   27   26   25   23   22   21   19   17   17   18   19
+   19   18   18   16   16   15   16   19   23   25   25   27   26   23   21   20
+   21   22   23   23   25   28   30   32   33   34   33   32   29   27   25   24
+   23   23   24   25   27   28   29   30   30   29   28   26   24   22   21   19
+   18   18   18   19   19   19   18   17   17
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   20   23   26   27   29   30   29   27   24   21   18   16   16   16   18
+   19   18   17   15   15   14   16   19   21   22   21   23   23   20   19   19
+   22   24   25   25   27   29   32   34   34   34   33   31   28   27   25   25
+   24   24   25   26   27   27   28   29   28   27   26   25   24   23   22   20
+   19   18   18   18   19   19   18   18   18
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   22   25   27   27   31   34   35   34   31   26   22   20   18   18   19
+   20   19   17   16   15   14   16   18   19   19   19   21   21   19   19   20
+   23   26   26   25   27   29   31   33   33   32   31   28   26   25   24   24
+   24   25   26   26   26   26   26   26   26   25   24   24   24   24   24   23
+   21   20   20   19   19   19   19   19   19
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   22   26   28   27   31   37   40   41   39   35   30   26   24   22   21
+   22   20   18   16   15   15   15   17   17   17   18   20   19   19   18   20
+   23   26   25   25   25   27   29   30   30   29   27   25   24   23   23   25
+   25   27   27   27   25   24   24   23   23   22   22   23   24   25   25   25
+   24   22   21   21   20   20   20   19   20
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   25   28   28   30   37   44   46   46   43   39   35   31   27   24
+   23   20   17   15   14   15   15   15   15   16   18   19   19   19   18   19
+   22   24   24   22   23   25   26   26   26   26   24   22   23   23   23   25
+   25   28   28   27   24   22   21   21   20   20   20   22   24   25   26   26
+   25   24   22   21   21   21   20   19   21
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   25   27   28   29   35   43   48   50   49   47   43   39   33   28
+   24   20   16   13   13   13   14   14   14   16   19   21   20   19   18   18
+   20   21   21   20   20   22   23   24   24   23   23   22   22   23   24   25
+   26   28   28   26   23   21   19   19   19   19   19   21   23   25   26   27
+   26   24   22   21   21   21   20   20   21
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   24   26   27   28   32   39   46   50   51   51   49   45   38   31
+   25   20   16   13   12   12   13   14   15   17   20   23   21   19   18   17
+   19   19   18   18   18   19   21   22   22   21   22   21   21   23   25   26
+   25   26   26   24   21   19   18   18   18   18   19   21   23   25   26   26
+   25   23   22   20   20   20   20   20   21
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   22   23   25   25   27   29   34   41   46   49   50   50   46   40   33
+   26   20   17   14   12   12   13   14   16   18   20   21   20   19   18   17
+   16   17   17   17   18   19   21   21   20   20   21   21   22   23   26   26
+   25   24   24   22   20   18   17   18   19   19   20   22   24   25   26   25
+   25   22   20   19   19   20   20   20   20
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   24   24   25   26   30   35   41   43   45   46   44   39   32
+   25   20   17   15   13   12   13   14   16   18   19   20   21   20   17   16
+   16   16   17   18   20   21   23   22   21   21   21   23   24   25   25   24
+   23   22   22   20   18   17   17   19   20   21   22   23   25   25   25   25
+   23   21   19   18   18   19   20   20   20
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   21   22   22   23   25   29   34   37   39   40   39   35   30
+   24   20   17   15   13   12   12   14   16   18   19   20   21   19   16   15
+   16   17   18   20   22   24   24   24   22   22   23   24   25   24   23   21
+   20   20   20   18   17   16   17   19   21   22   24   25   25   25   25   24
+   22   21   19   18   18   19   19   20   20
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   20   19   19   19   23   27   30   32   34   33   30   28
+   23   20   17   15   14   13   12   15   17   18   20   20   19   17   15   15
+   16   17   19   22   25   26   26   25   24   24   24   25   25   23   21   19
+   19   18   18   17   16   16   17   18   20   23   24   25   25   25   24   23
+   22   20   19   18   18   18   20   20   20
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   20   19   17   16   15   16   21   24   26   27   27   26   23
+   20   19   17   16   14   13   13   15   17   18   19   18   16   15   14   15
+   17   18   19   22   25   26   27   26   25   24   24   24   23   22   20   18
+   18   17   17   16   16   16   16   17   20   22   23   24   24   24   23   22
+   21   20   19   18   18   19   20   21   21
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   21   20   19   17   15   13   13   15   18   21   22   22   22   20
+   18   18   16   15   14   13   12   14   16   17   17   17   16   15   15   16
+   18   19   20   22   24   26   26   26   24   23   22   21   21   20   18   18
+   18   16   16   16   16   15   15   17   18   20   22   22   22   22   22   21
+   21   20   19   18   18   19   21   22   22
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   22   20   18   15   13   13   14   16   16   18   18   18   17
+   17   17   15   14   14   13   12   12   14   15   15   15   15   15   16   17
+   18   19   20   21   23   24   24   23   22   19   18   18   18   17   17   16
+   17   16   16   16   15   15   14   15   17   18   19   19   19   19   19   20
+   20   19   19   18   18   19   21   22   22
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   23   22   20   18   16   15   15   16   17   16   16   16   15
+   15   15   14   14   14   14   11   11   12   13   14   13   13   14   16   18
+   19   20   20   20   21   21   21   20   18   15   14   13   14   14   14   14
+   15   15   15   15   15   14   14   14   15   15   16   16   16   16   17   18
+   18   18   18   18   18   19   21   22   22
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   24   23   22   21   20   19   19   18   18   17   15   14   14
+   14   14   14   15   15   14   12   10   10   11   11   11   13   14   16   18
+   19   19   18   18   18   18   17   15   13   10    8    8    9   10   10   11
+   12   14   14   14   14   14   14   14   14   14   13   13   13   13   14   15
+   16   17   17   17   18   19   20   21   22
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   23   24   23   23   23   22   22   21   20   18   16   15   14
+   14   14   15   16   15   14   12   11   10   10   10   11   12   14   16   18
+   18   18   17   15   15   14   13   11    9    6    4    4    5    7    7    8
+    9   11   13   14   14   15   16   16   16   15   14   12   13   12   12   12
+   14   15   15   16   17   18   19   20   21
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   22   23   24   24   24   24   24   22   20   17   15   14
+   14   14   15   15   15   14   13   11   10   10   10   10   12   14   16   17
+   17   17   15   14   12   11   10    8    5    2    1    2    3    4    5    7
+    9   10   12   14   15   17   18   18   18   17   15   13   13   12   11   10
+   11   13   14   14   15   16   17   18   19
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   19   20   22   23   23   24   24   22   20   17   15   13
+   12   12   13   13   13   13   12   10   10    9    9   10   11   13   15   16
+   16   16   14   12   11   10    8    6    3    0    2    4    5    6    7    8
+   10   11   13   15   16   18   19   20   20   18   16   14   13   12   10    9
+    9   11   12   12   13   14   15   16   16
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   14   15   16   17   18   19   20   21   22   21   19   17   14   12
+   11   10   10   11   11   11   10   10   10    9   10   10   12   13   14   16
+   16   15   13   12   11   10    8    6    3    2    4    6    8    9   10   11
+   11   12   14   16   18   19   21   21   21   19   16   14   13   11   10    8
+    8   10   10   11   11   11   12   12   13
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   12   12   13   14   15   16   17   17   17   17   15   13   11
+   10    8    8    8    9    9    9   10   10   10   11   12   13   14   14   15
+   15   14   13   12   12   10    9    7    6    5    7    9   10   11   11   12
+   13   13   15   16   18   20   22   22   22   20   18   15   13   12   10    9
+    9    9   10   10   10   10    9    9   10
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9    9   10   11   11   11   12   13   13   13   13   13   12   11
+   10    9    9    8    8    9   10   10   10   10   12   12   13   13   13   13
+   13   13   12   12   12   11   10    9    9    9   10   11   12   13   13   13
+   13   14   15   16   19   21   23   24   24   22   20   17   15   13   12   11
+   11   11   10   10   10    8    8    7    7
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    7    8    9    9   10   10   10   10   10   11   11   11   11   10
+   10   10    9    9    9    9   10   11   11   11   12   13   14   13   12   12
+   12   12   11   12   12   12   12   12   12   13   13   14   15   15   15   15
+   15   15   16   17   20   22   24   25   25   24   22   20   18   17   15   14
+   14   13   13   12   11    9    8    7    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    7    7    7    7    8   10   10   10   10   10   10   10   10    9    9
+    9    9    9    9    9   10   11   11   12   12   13   13   13   13   12   11
+   11   11   11   12   12   13   13   14   15   15   16   16   17   18   18   17
+   17   17   18   19   21   23   25   26   27   26   25   23   22   20   20   19
+   18   17   16   15   13   12   11    9    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11    9    8    7    8    9   10   10   10   10   10    9    9    9    8
+    8    9    9    9    9   10   10   11   12   12   13   13   13   12   11   11
+   11   11   11   12   13   13   14   15   16   17   17   18   19   20   20   20
+   20   20   20   20   22   24   26   27   27   27   27   26   25   24   24   24
+   23   22   21   20   18   16   15   13   12
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   14   12   10    9    8    9    9    9    9    9    9    9    8    8
+    8    8    8    8    9   10   10   12   12   12   12   12   12   12   12   11
+   11   12   12   12   13   14   15   16   17   17   18   19   20   21   22   22
+   21   20   20   21   22   24   25   26   27   28   28   28   27   28   28   28
+   28   28   27   26   24   22   21   19   17
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   18   15   12   10    9    8    8    8    9    9    9    8    8
+    8    8    8    8    8    9   10   11   12   12   12   13   13   13   13   13
+   13   13   13   13   14   15   15   16   16   17   18   19   20   21   21   21
+   21   20   19   20   20   22   24   25   26   27   28   29   29   30   31   32
+   32   32   32   31   30   29   27   26   24
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   28   26   24   21   18   15   12   10    9    8    8    8    8    7    7
+    7    7    7    7    7    8    9   10   11   12   12   13   13   14   14   14
+   14   15   15   15   16   15   16   16   16   16   16   17   19   20   19   19
+   19   17   17   18   18   20   22   24   26   27   28   29   30   32   33   34
+   35   36   36   36   35   35   34   32   31
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   34   32   29   26   23   20   17   14   12   10    9    8    7    7    6
+    6    6    7    7    8    9   10   11   12   13   13   14   15   15   15   16
+   16   16   16   16   16   16   16   16   16   15   15   15   15   16   16   15
+   15   14   15   15   16   18   21   23   25   26   28   29   30   32   34   35
+   37   38   39   39   39   39   39   37   36
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   38   36   34   31   29   26   23   20   17   14   12   10    9    8    8
+    7    7    8    9   10   11   12   13   14   15   15   16   16   17   17   17
+   18   18   18   18   17   17   16   15   14   14   13   12   12   12   12   12
+   12   12   13   13   15   16   18   21   24   26   28   29   30   32   34   36
+   37   39   40   42   42   42   42   41   40
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   38   37   35   32   30   27   24   22   19   17   15   14   12   11
+   11   11   11   12   12   13   14   15   16   17   17   18   18   19   19   19
+   19   19   19   18   17   17   16   15   14   13   12   11   11   11   11   11
+   11   11   12   12   13   14   15   18   20   24   26   28   30   32   33   36
+   38   39   41   42   42   43   43   42   41
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   39   37   36   34   32   30   28   26   24   22   20   19   17   16
+   16   15   15   15   15   16   16   17   17   18   18   19   19   20   19   19
+   19   19   19   18   17   17   16   15   14   13   12   12   12   12   11   12
+   12   12   13   13   14   14   15   17   18   21   27   29   32   33   34   36
+   37   38   39   40   41   41   41   41   41
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   37   37   35   34   33   31   30   29   27   26   24   23   22   21
+   20   20   19   19   19   19   19   19   19   19   19   19   20   20   20   19
+   19   19   19   18   18   17   16   16   15   15   14   14   14   14   14   14
+   14   15   15   16   17   17   20   21   24   26   30   30   32   33   33   34
+   35   36   37   37   38   38   38   38   38
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   34   34   33   32   32   31   30   30   29   28   27   26   25   25
+   24   23   23   22   22   22   22   22   21   21   21   21   21   21   20   20
+   20   20   19   19   19   18   18   18   18   17   17   17   17   17   18   18
+   18   19   20   20   21   22   23   25   26   27   29   30   30   31   31   32
+   33   33   34   34   34   35   35   35   35
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   30   30   30   30   29   29   29   29   28   28   27   27   27   26
+   26   26   25   25   25   25   24   24   24   24   23   23   23   23   23   22
+   22   22   22   22   22   22   22   22   22   22   22   22   22   22   23   23
+   23   23   24   24   25   25   26   26   27   27   28   28   29   29   29   29
+   30   30   30   30   30   30   30   31   30
+    11                                                      END OF RMS MAP     
+    12                                                      START OF RMS MAP
+  2010    12     4    22     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   12   12
+   12   12   12   12   12   12   11   11   11   11   11   11   11   11   10   10
+   10   10   10   11   11   10   11   11   11   11   11   11   11   11   12   12
+   12   12   12   13   13   13   13   13   13
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   14   14   14   14   14   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   13   13   13   13   13   13   12
+   12   12   12   12   12   11   11   11   11   10   10   10    9    9    9    9
+    9    9    9    9    9    9    9    9    9   10   10   10   11   11   12   12
+   13   13   13   14   14   14   14   14   15
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   15   15   15   15   14   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   13   13   13   13   13
+   13   13   13   12   12   12   11   11   10   10    9    9    8    8    8    7
+    7    7    7    7    7    7    8    8    9    9   10   10   11   12   12   13
+   13   14   14   15   15   15   15   15   15
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   15   15   15   15   14   14   14   14   14   14   14   14   14
+   14   15   15   15   15   14   14   14   14   14   14   14   14   14   14   14
+   14   14   14   13   13   13   12   12   11   10    9    9    8    7    6    6
+    6    5    5    5    6    6    7    8    9    9   10   11   12   13   13   14
+   14   15   15   15   15   16   16   16   16
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   15   15   14   14   14   14   13   13   13   14   14   14   14
+   15   15   15   15   15   15   15   15   15   14   14   14   15   15   15   15
+   15   15   15   14   14   14   13   13   12   11   10    9    8    7    6    5
+    5    5    5    5    6    6    7    8    9   10   11   12   13   14   15   15
+   16   16   16   16   16   16   16   16   16
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   15   15   14   14   14   13   13   13   14   13   13   14   14   15
+   15   15   15   15   15   15   15   14   14   14   14   14   14   15   15   16
+   16   16   16   16   15   15   14   13   13   11   10    9    8    7    6    5
+    5    5    5    5    6    6    8    9   10   11   12   14   15   15   16   17
+   17   17   17   17   17   17   16   16   16
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   16   15   14   14   14   13   13   13   13   14   14   14   15
+   15   16   16   16   15   15   15   14   14   13   13   14   14   15   16   16
+   17   17   17   17   16   16   15   14   13   12   11   10    9    7    7    6
+    6    6    5    6    6    7    8   10   11   13   14   15   16   17   18   18
+   18   18   18   17   17   17   17   17   17
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   17   16   16   15   14   14   13   13   14   14   15   16   17
+   17   17   17   17   16   15   14   13   13   13   13   13   14   15   15   16
+   17   17   17   17   17   16   15   14   13   12   11   10    9    8    7    6
+    6    6    6    6    7    8   10   11   13   15   16   17   18   19   19   19
+   19   18   18   17   17   17   17   17   18
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   18   18   16   16   15   15   15   16   16   17   18   19
+   20   20   19   18   17   15   14   13   13   13   13   13   14   14   15   16
+   17   17   17   16   16   16   15   14   13   12   11   11   10    9    8    7
+    7    7    7    8    9   10   12   13   15   17   18   19   19   19   19   19
+   19   18   18   18   17   17   18   18   19
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   21   21   20   19   18   17   17   16   17   18   19   19   20   21
+   21   21   19   18   17   16   14   13   13   13   13   13   14   15   15   16
+   16   16   16   16   15   14   14   13   13   13   12   12   11   11   10    9
+    9    9    9   10   11   12   14   15   17   19   19   20   20   19   19   18
+   18   17   17   17   18   18   18   19   20
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   23   22   22   21   20   19   18   18   18   19   20   21   21   22
+   21   21   19   18   16   15   14   13   13   13   13   14   14   14   15   15
+   15   15   15   15   14   14   14   14   13   13   14   14   13   13   12   12
+   12   11   11   12   13   14   16   17   18   19   19   19   18   18   17   17
+   16   16   16   16   17   18   19   20   22
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   24   23   23   21   21   20   19   18   19   19   21   21   22   21
+   20   20   18   17   15   15   14   14   13   13   14   14   15   15   15   15
+   15   15   15   15   14   14   14   15   15   15   15   16   16   15   15   14
+   14   14   14   14   15   16   17   18   18   18   18   18   18   17   16   15
+   15   15   15   16   17   17   19   21   23
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   24   23   22   21   20   19   18   18   18   19   20   20   19
+   19   18   17   16   15   14   14   14   14   14   15   15   16   16   16   16
+   16   15   15   16   16   16   16   17   17   18   18   18   19   18   17   16
+   16   15   16   16   17   18   19   19   18   18   18   18   17   16   15   14
+   14   14   15   15   16   17   19   21   23
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   23   23   22   21   19   18   18   17   17   17   17   17   17
+   16   16   15   15   15   14   14   14   15   15   16   16   17   17   17   17
+   17   17   17   17   18   18   19   19   20   21   21   21   21   20   19   18
+   17   17   17   17   18   19   19   20   19   18   18   19   17   14   14   14
+   14   14   14   16   16   18   19   21   22
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   22   22   22   21   19   17   17   16   15   15   15   14   14
+   14   14   14   14   15   15   15   15   15   16   17   17   17   18   18   18
+   18   18   18   19   20   21   22   22   23   23   24   23   23   22   21   19
+   18   17   17   18   18   20   20   20   20   19   20   21   18   16   14   15
+   15   15   15   16   17   18   18   20   21
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   21   21   21   19   17   16   15   14   14   13   12   12
+   12   13   14   15   16   16   16   16   16   16   17   17   18   19   19   19
+   19   19   20   21   22   23   24   25   25   26   26   25   24   22   21   19
+   18   18   17   18   19   19   20   20   20   20   21   22   20   17   16   17
+   17   17   17   18   18   18   18   18   18
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   19   20   21   21   21   20   18   17   16   15   13   12   12   12
+   11   13   14   16   18   18   18   17   16   16   17   17   18   19   19   19
+   19   19   20   22   23   24   26   26   26   26   25   25   23   22   20   19
+   18   17   17   17   18   19   19   20   20   21   22   22   22   20   19   19
+   19   19   19   20   20   19   18   17   17
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   20   21   22   22   21   19   19   18   16   15   13   13   12
+   13   14   16   18   20   19   19   17   16   16   16   17   18   19   19   19
+   19   20   20   22   23   25   26   26   25   24   24   23   22   20   19   17
+   16   15   15   16   16   17   18   20   21   22   23   23   23   22   21   21
+   21   21   21   21   21   20   19   17   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   20   21   22   22   22   21   21   20   19   17   16   15   15
+   15   17   19   20   21   21   20   18   16   16   16   16   18   19   19   19
+   19   20   20   22   23   24   24   24   23   22   21   21   20   18   17   16
+   14   14   14   14   15   17   18   19   21   23   24   24   24   23   23   23
+   23   23   23   22   21   21   19   17   17
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   21   21   22   22   23   23   23   22   22   21   20   19   18
+   18   19   21   22   23   22   20   18   17   16   16   16   17   18   19   20
+   20   20   20   20   21   21   22   21   21   20   19   18   18   17   16   15
+   13   13   14   14   15   17   18   20   22   23   24   24   24   23   23   23
+   23   23   23   22   21   20   19   18   17
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   21   21   21   21   22   22   23   23   24   24   24   23   22   21
+   21   22   22   23   23   22   20   18   17   16   16   16   17   18   19   20
+   20   19   19   19   19   19   19   19   19   18   18   17   17   17   16   15
+   14   13   14   15   16   18   19   21   22   24   24   23   23   22   22   22
+   22   22   22   22   21   20   19   19   19
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   22   21   20   20   21   22   23   23   24   25   25   25   24
+   24   23   23   23   22   21   20   19   19   17   16   17   17   18   19   20
+   20   19   18   17   17   17   17   18   18   18   17   17   18   18   17   16
+   15   14   16   17   18   19   21   22   23   23   22   22   21   20   20   20
+   21   21   21   21   20   20   20   20   21
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   22   20   19   19   20   21   21   22   23   24   26   26   25
+   25   24   23   22   21   20   19   19   21   17   16   17   18   19   20   21
+   20   19   18   17   16   16   17   17   18   18   18   19   19   19   18   17
+   16   16   16   18   20   21   22   22   23   22   21   19   19   19   19   19
+   19   20   19   19   19   20   21   22   23
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   27   24   21   19   18   19   20   20   21   21   23   24   25   25
+   24   23   22   21   20   19   19   20   21   18   16   17   18   20   21   22
+   22   21   19   18   17   17   17   18   19   20   20   21   21   21   20   17
+   16   16   17   19   21   22   22   22   22   21   19   18   17   17   18   18
+   18   18   18   18   18   20   23   25   27
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   32   32   26   22   20   20   20   20   19   19   20   20   21   22   23
+   22   22   20   19   19   19   19   20   20   18   16   17   19   21   23   23
+   23   22   21   19   18   18   18   19   21   22   23   24   23   22   20   18
+   16   16   18   20   21   22   22   22   21   20   18   17   16   16   17   17
+   18   17   17   17   18   20   23   26   30
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   34   33   30   26   24   24   23   22   20   18   18   18   18   19   20
+   21   20   19   18   18   18   19   19   19   17   16   17   19   22   23   24
+   24   22   21   20   19   19   19   20   22   23   24   25   24   22   20   17
+   16   16   17   19   21   21   21   21   20   19   18   17   17   17   18   19
+   19   18   18   17   18   19   23   26   30
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   33   33   33   31   28   28   28   27   23   19   17   16   16   17   18
+   19   19   19   18   18   18   18   18   18   17   16   18   20   22   24   26
+   25   23   21   20   19   19   19   20   22   24   25   25   24   22   19   17
+   15   15   16   18   20   20   20   20   19   19   18   18   18   19   20   21
+   21   20   19   19   18   19   23   24   29
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   34   33   32   31   30   31   32   31   27   21   17   15   15   16   17
+   18   19   19   19   18   18   18   18   17   16   17   19   21   24   26   28
+   27   24   22   20   19   18   19   19   21   23   24   24   23   21   19   17
+   15   15   16   18   19   19   19   19   19   19   19   20   20   21   22   23
+   24   23   22   21   20   20   21   24   28
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   33   36   33   31   31   29   33   35   31   24   19   16   15   16   16
+   18   19   19   19   19   18   19   18   17   16   17   20   23   26   29   30
+   29   25   22   20   18   18   17   18   19   21   22   22   22   20   18   17
+   16   15   16   17   18   18   18   18   18   19   20   21   22   23   24   25
+   25   25   24   23   21   20   21   23   27
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   34   39   36   32   30   31   34   37   35   29   21   18   17   16   17
+   18   19   20   20   19   19   19   18   17   16   18   23   26   29   31   32
+   30   25   21   18   17   17   16   16   17   19   20   21   20   20   19   17
+   16   16   16   17   17   17   18   18   18   19   20   22   23   24   25   26
+   26   26   25   24   23   21   21   22   27
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   32   39   40   38   36   34   37   38   37   31   24   20   19   18   18
+   18   19   20   20   19   19   19   17   17   17   20   25   28   31   32   32
+   29   24   20   17   16   16   16   16   16   17   19   20   20   20   19   19
+   18   17   17   17   17   17   18   18   19   19   20   22   24   24   25   26
+   26   26   25   24   23   21   20   21   26
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   29   35   40   41   42   39   38   39   38   32   26   23   21   19   19
+   19   19   19   19   19   18   18   17   18   20   24   28   30   32   32   31
+   27   22   18   17   17   17   17   16   16   18   19   20   21   21   21   20
+   20   19   18   18   18   18   19   20   20   21   21   22   23   23   24   24
+   25   24   24   24   23   21   21   20   24
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   23   29   34   38   40   40   39   38   37   33   27   24   20   20   20
+   19   19   18   18   17   17   17   18   20   22   27   30   31   32   31   29
+   25   20   17   17   18   19   19   18   18   19   20   22   22   22   22   22
+   22   21   20   20   20   20   22   22   23   23   22   22   23   22   22   22
+   22   22   22   22   22   21   20   20   20
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   22   25   29   32   34   34   34   33   30   26   23   20   20   18
+   18   17   17   16   15   15   16   18   22   25   29   33   33   31   29   27
+   23   20   18   19   21   22   22   21   21   22   23   23   24   23   23   24
+   23   23   22   22   22   23   24   25   25   25   23   22   22   21   21   21
+   20   20   20   20   21   21   21   20   19
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   20   21   22   24   26   27   28   27   24   22   19   18   16
+   15   14   15   15   14   14   15   19   23   26   30   33   32   29   26   24
+   23   21   21   22   25   27   26   25   24   24   25   25   24   24   24   24
+   24   24   23   23   24   25   26   26   26   26   24   23   22   21   21   20
+   19   18   18   19   20   21   22   21   21
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   25   25   22   18   16   17   19   23   24   23   22   20   18   16   14
+   12   11   13   13   13   12   15   19   23   27   29   31   29   26   25   24
+   24   25   25   27   30   32   31   29   27   26   26   25   25   24   24   23
+   24   23   23   24   25   26   26   26   26   25   24   23   23   22   22   21
+   19   18   17   18   20   22   23   23   23
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   29   30   27   21   17   17   19   23   24   24   23   21   18   14   12
+   11   11   12   13   12   11   14   19   23   26   28   28   26   24   25   27
+   28   29   30   32   34   35   34   32   29   28   27   26   25   23   22   22
+   22   22   22   23   25   25   26   26   25   25   24   24   24   24   23   22
+   20   19   18   19   20   22   23   24   25
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   31   34   32   28   25   24   25   28   28   28   27   24   20   15   12
+   11   12   12   12   11   11   13   17   21   24   26   26   24   23   25   28
+   30   32   33   34   36   37   35   32   29   27   26   25   24   22   21   21
+   21   21   22   24   24   25   25   25   24   24   24   25   26   26   25   24
+   22   20   19   19   22   23   24   24   26
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   32   37   37   35   34   34   34   35   34   33   30   27   22   16   13
+   12   13   13   13   12   13   14   17   20   22   23   23   22   22   25   29
+   31   33   34   35   37   37   35   31   28   26   25   24   23   21   20   20
+   20   21   23   24   25   25   24   23   22   23   24   26   27   27   26   25
+   24   22   21   21   22   25   26   26   28
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   32   37   40   43   43   44   43   42   41   38   35   30   24   18   15
+   14   14   14   13   12   13   15   17   19   19   20   20   20   21   24   29
+   31   33   32   33   34   34   33   30   27   25   24   23   22   20   20   20
+   20   22   24   25   25   24   22   21   21   21   23   26   28   27   27   26
+   25   23   23   23   24   26   28   29   30
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   33   36   40   43   45   49   50   49   47   43   39   33   27   21   17
+   15   14   14   13   12   12   13   15   17   17   18   18   18   19   23   28
+   30   30   29   29   30   31   30   28   25   23   23   22   22   21   21   21
+   22   23   24   26   25   23   21   19   18   19   22   25   26   26   26   25
+   25   24   24   24   26   27   29   30   31
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   34   36   38   40   43   48   51   52   50   46   41   36   29   23   19
+   16   14   14   13   12   10   11   13   14   15   16   17   17   20   24   28
+   29   27   25   25   27   27   27   26   24   22   22   22   22   22   23   22
+   23   24   24   25   25   23   20   18   17   17   19   21   22   23   23   24
+   24   24   24   25   26   28   29   30   31
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   33   35   36   37   38   42   47   50   49   46   42   37   31   25   21
+   18   16   15   13   12   10   10   11   13   14   15   17   17   21   25   27
+   27   24   22   23   24   25   25   24   23   22   22   22   23   23   23   23
+   23   23   24   24   24   22   19   17   16   16   17   18   18   19   20   21
+   22   24   24   25   26   28   29   29   30
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   29   32   33   36   35   37   40   43   44   43   39   36   32   27   23
+   19   17   15   13   11    9   10   11   13   14   15   16   18   20   24   25
+   24   22   21   22   23   23   23   23   22   22   21   22   23   24   24   23
+   23   22   23   23   23   21   19   17   16   16   17   17   17   17   17   19
+   21   22   24   25   26   27   27   27   27
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   29   30   30   28   30   33   36   37   37   35   34   31   27   23
+   20   17   15   13   10    8   10   11   13   13   15   16   19   20   22   22
+   22   21   21   21   21   21   21   21   21   21   21   21   22   23   23   22
+   21   20   21   21   22   21   20   19   18   18   18   18   17   16   16   17
+   19   21   23   24   25   26   26   25   25
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   25   26   25   23   24   25   26   29   30   31   30   29   26   23
+   21   18   16   13   10    9   10   12   13   13   15   17   20   21   22   21
+   21   21   21   21   21   21   21   21   21   21   21   21   22   22   21   20
+   19   18   19   20   21   21   20   20   20   20   20   19   18   17   16   16
+   18   20   22   23   24   25   25   24   23
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   21   20   18   18   17   18   20   23   26   27   26   24   23
+   21   19   16   14   12   10   10   12   13   13   15   17   20   21   22   22
+   21   22   23   22   21   21   22   22   22   22   21   21   21   21   19   18
+   16   16   16   18   20   21   21   21   21   22   22   22   21   19   18   17
+   18   20   21   22   23   24   24   23   21
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   18   17   15   13   11   13   16   18   21   22   23   22   21
+   21   18   16   15   13   12   11   12   12   13   15   16   18   21   22   22
+   23   23   23   22   21   21   22   22   22   22   21   21   20   19   18   16
+   14   13   14   16   18   20   21   22   22   23   24   24   23   21   20   19
+   19   20   21   22   23   24   23   21   19
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   16   14   12   11    9   10   13   15   17   19   18   20   19
+   19   18   16   16   15   14   13   13   13   14   15   15   17   19   21   22
+   22   23   23   22   20   20   21   22   22   22   21   21   20   18   17   14
+   12   11   12   14   17   19   20   21   22   23   24   25   24   23   21   20
+   20   21   22   22   22   23   23   21   18
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   16   15   14   11   11   12   13   14   14   16   17   17   18
+   18   17   17   16   16   15   15   14   14   15   15   15   16   18   19   20
+   21   22   22   21   20   19   19   21   22   22   21   20   20   18   16   13
+   11   11   11   13   16   18   19   20   20   21   23   23   24   23   22   21
+   21   22   22   22   22   22   22   20   18
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   18   18   18   18   16   14   14   14   13   13   14   15   16   17
+   17   16   16   16   16   16   16   15   15   15   16   16   16   17   18   19
+   20   20   20   19   18   17   18   19   21   21   21   21   19   18   15   13
+   11   11   12   13   15   16   17   17   17   18   19   21   22   21   21   20
+   21   21   22   22   22   21   21   20   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   22   22   20   18   16   15   13   12   13   14   15   15
+   16   15   15   15   16   16   16   16   16   16   16   16   16   16   18   19
+   19   19   18   17   15   14   15   16   18   19   20   20   19   17   15   13
+   11   11   12   13   14   15   14   14   14   14   15   17   18   18   18   18
+   19   20   21   21   21   20   19   18   18
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   20   23   24   24   22   20   17   14   12   11   12   13   13   14
+   14   14   14   14   15   15   15   15   15   15   15   15   15   16   17   18
+   19   18   17   14   11   10   10   12   14   16   17   17   16   15   13   12
+   11   12   13   14   14   14   14   14   14   13   13   13   13   14   14   15
+   16   17   19   20   20   19   17   17   17
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   19   21   23   23   22   19   16   13   11   10   11   12   12   12
+   13   13   12   12   13   13   13   13   13   13   13   13   14   15   16   17
+   18   17   15   12    8    5    5    7    9   11   13   14   13   12   11   11
+   12   13   15   15   15   15   15   15   15   14   12   10   10   10   11   11
+   13   15   16   17   17   17   15   14   15
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   15   18   19   19   18   16   13   10    9    9   10   10   10   10
+   11   11   11   10   11   11   11   11   11   11   11   12   13   14   16   16
+   16   15   12   10    7    5    3    2    4    6    8   10    9    9    9   10
+   12   14   16   16   17   16   16   16   16   14   12   10    8    8    8    9
+   10   12   13   15   15   14   13   12   12
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   14   14   14   13   11   10    8    8    9    9    9    9    9
+    9   10    9    9    9   10   10   10   10   10   11   11   13   14   15   15
+   14   13   11    9    9    8    7    6    6    8    8    9    8    8    9   11
+   13   15   16   17   17   17   16   16   16   15   12   10    9    8    7    8
+    8    9   11   12   12   12   11   10   10
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   10   10   10    9    8    7    7    8    9   10    9    9    8
+    8    8    8    8   10   10   11   11   11   11   12   12   13   14   15   14
+   13   11    9    9   11   12   11   11   11   12   12   10    9    8    9   11
+   13   15   16   17   18   17   17   16   16   15   14   12   11   10    9    8
+    8    9   10   11   11   11    9    8    9
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9    9    9    8    7    7    7    7    8    9   10    9    9    8
+    8    8    8    9   11   12   12   13   13   13   13   13   14   15   15   13
+   12   10    9   10   12   13   14   14   15   14   14   12    9    8    9   12
+   14   15   17   18   18   18   18   17   17   17   17   16   14   13   12   11
+   10   10   11   12   12   11    9    8    7
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    9    9    9    9    9    8    8    9    9   10    9    9    9
+    9    8    9   10   12   13   13   14   13   14   13   13   14   15   14   13
+   11    9    9   10   12   14   15   15   15   15   13   12   10    9   11   13
+   15   16   18   19   20   20   20   20   20   21   21   20   19   18   16   15
+   14   14   14   14   15   13   11    9    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    7    7    7    8   10   10   10   10    9    9    9   10    9    9    9
+   10   10   11   12   14   14   14   14   13   13   13   13   14   14   13   12
+   10    9    9   10   12   13   14   14   15   14   13   12   12   13   14   16
+   17   19   20   21   21   22   23   24   24   25   25   25   24   23   22   20
+   19   18   18   18   18   17   15   12    9
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14    9    7    6    7    9   10   11   11   11   10   10   10    9   10   10
+   11   11   12   13   14   14   14   14   13   13   12   12   12   12   12   11
+   10   10   10   10   11   12   12   13   15   15   15   15   17   18   19   20
+   21   21   22   22   23   24   25   26   27   28   29   29   29   28   27   26
+   25   24   24   24   23   23   20   17   14
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   15   11    7    6    7    9   10   11   11   11   10   10    9    9   10
+   11   12   12   13   14   14   14   14   13   12   12   12   11   11   11   11
+   10   10   11   11   11   12   12   14   16   18   19   20   22   22   23   23
+   23   23   23   23   23   24   25   27   28   29   30   31   31   31   31   31
+   30   30   30   30   29   28   26   23   20
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   22   17   13   10    8    8    9   10   10   10   10   10   10   10   10
+   11   11   12   12   13   13   13   13   12   12   12   11   11   11   10   10
+   10   11   11   12   12   12   13   15   18   22   22   24   24   24   24   23
+   23   22   21   21   21   22   24   25   28   29   31   32   33   34   34   34
+   35   35   36   36   35   34   33   30   26
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   29   25   20   16   13   10    9    9   10   10   10   10   10   10   11
+   11   11   12   12   12   12   12   12   12   11   11   10   10   10   10   10
+   10   11   12   12   13   13   14   15   19   22   22   24   23   23   22   21
+   20   19   18   18   18   19   21   24   26   28   30   31   33   34   35   37
+   38   39   40   41   41   40   39   37   34
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   36   32   28   24   20   16   14   12   11   11   11   11   11   12   12
+   12   12   12   11   11   11   11   11   11   10   10   10    9    9   10   10
+   10   11   11   12   13   14   15   15   17   19   19   20   19   19   17   16
+   15   14   14   15   16   17   19   22   24   27   29   30   32   34   36   38
+   40   42   44   45   45   45   44   42   40
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   42   38   35   31   27   24   21   18   16   15   14   13   13   13   13
+   13   13   13   12   12   12   11   11   11   11   10   10   10    9    9   10
+   10   10   11   11   12   13   14   15   14   14   14   14   14   13   12   11
+   11   11   11   13   14   16   18   20   23   26   28   29   31   33   36   39
+   41   43   45   47   48   48   48   46   45
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   45   43   40   37   33   30   27   24   22   20   19   17   16   16   15
+   15   14   14   13   13   13   13   12   12   12   11   10   10   10    9    9
+   10    9   10    9    9   10   10   11   10   10   10    9    9    9    9    9
+    8    9   10   12   13   14   16   19   21   24   26   28   31   34   36   39
+   41   43   45   47   48   49   49   48   47
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   45   44   42   40   37   35   32   30   27   25   23   22   20   19   18
+   17   17   16   15   15   14   14   13   13   12   12   11   10   10   10    9
+    9    9    9    9    9    8    8    8    8    8    8    8    8    9    9   10
+   10   11   12   12   13   14   15   16   19   22   26   30   33   35   36   38
+   40   42   44   45   46   47   47   47   47
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   42   41   39   38   36   34   32   31   29   27   26   24   23   22
+   20   20   18   18   17   16   15   15   14   13   13   12   11   11   10   10
+   10   10   10   10   10   10   11   10   11   11   11   12   12   12   13   14
+   14   15   16   16   18   19   21   22   24   26   28   31   33   35   36   37
+   39   40   41   42   43   43   44   44   44
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   38   37   36   35   35   33   32   31   30   29   28   26   25   24
+   23   22   21   20   19   19   18   17   16   16   15   14   14   14   13   13
+   13   13   13   13   13   14   14   14   15   15   15   16   16   17   17   17
+   19   19   20   20   21   22   24   24   26   26   28   29   31   32   33   34
+   35   36   37   38   38   39   39   39   39
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   31   32   31   31   31   30   30   29   29   28   28   27   26   26   25
+   24   24   23   23   22   22   21   21   20   20   19   19   19   19   18   18
+   18   18   18   18   18   18   18   19   19   19   19   19   20   20   20   21
+   21   22   22   23   23   24   24   25   25   26   27   27   28   29   29   30
+   30   30   31   31   31   32   32   32   32
+    12                                                      END OF RMS MAP     
+    13                                                      START OF RMS MAP
+  2010    12     5     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   16   16   16   15   15   15   15   15   15   15   15
+   15   15   15   15   15   15   15   15   14   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   14   14   14   15   15
+   15   15   15   15   16   16   16   16   16   16   16   16   17   17   17   17
+   17   17   17   17   17   17   17   16   16
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   15   15   15   15   14   14   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   13   13   13   13   12
+   12   12   12   11   11   11   11   11   11   11   11   12   12   12   13   13
+   14   14   15   15   16   16   16   17   17   17   17   18   18   18   18   18
+   18   18   17   17   17   17   17   16   16
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   14   14   13   12   12   12   12   12   12   12   12   12   12
+   13   13   13   14   14   14   14   14   13   13   13   13   12   12   11   11
+   11   10   10    9    9    9    8    8    8    8    8    9    9   10   10   11
+   12   12   13   14   15   16   16   17   17   18   18   18   18   18   18   18
+   18   18   18   18   17   17   17   16   16
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   14   13   12   11   11   10    9    9    9    9    9   10   11   11
+   12   13   13   13   13   14   14   14   14   13   13   12   12   11   11   10
+    9    9    8    7    7    6    6    6    6    6    6    6    6    7    8    9
+   10   11   12   13   14   15   16   17   17   18   18   18   19   19   18   18
+   19   18   18   18   18   17   17   16   15
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   13   11   10    9    8    8    7    7    7    8    8    9   10
+   11   12   13   13   14   14   14   15   14   14   13   13   12   12   11   10
+    9    9    8    7    6    5    5    4    4    4    4    4    4    5    6    7
+    8   10   11   13   14   15   16   17   18   18   18   18   19   19   19   19
+   19   19   19   19   19   18   18   17   16
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   15   13   12   10    9    8    7    7    7    7    7    8    9   10
+   11   12   13   13   14   15   15   15   15   15   14   14   13   12   12   11
+   10   10    9    8    7    6    5    4    4    3    3    3    4    4    5    6
+    7    9   10   12   14   15   16   18   18   18   18   18   19   19   19   19
+   20   20   20   20   20   20   19   19   18
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   17   15   13   12   10    9    8    8    8    8    9    9    9   10
+   11   12   13   14   15   16   15   16   15   15   15   15   14   14   13   12
+   12   11   11   10    9    8    7    5    5    4    3    3    4    4    4    5
+    6    8   10   12   14   16   17   18   18   18   18   18   18   19   19   20
+   21   21   22   22   22   22   22   21   20
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   19   17   15   14   12   11   11   10   10   11   11   11   12   12
+   13   14   15   15   16   16   16   16   16   16   16   15   15   15   14   14
+   14   14   13   12   11   10    9    8    7    6    5    4    4    3    4    5
+    6    8   10   13   15   17   18   18   18   18   18   18   18   18   19   21
+   22   23   24   24   25   24   24   23   22
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   21   19   17   16   15   14   14   13   14   14   14   14   14   15
+   15   15   16   16   16   16   16   17   17   16   16   16   16   16   15   16
+   16   16   15   15   14   13   12   10    9    8    7    6    5    5    5    6
+    7    9   12   14   16   17   18   18   18   18   18   18   18   18   20   21
+   22   24   25   26   26   26   26   25   24
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   22   20   18   17   16   16   16   17   17   17   17   17   17   17
+   16   17   17   17   17   17   17   17   17   17   16   17   16   16   16   17
+   17   17   17   16   16   15   14   13   12   10   10    9    8    7    7    8
+    9   11   13   15   17   18   18   18   17   17   16   16   17   18   19   21
+   23   25   27   27   27   27   27   26   25
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   22   20   18   17   17   17   18   19   20   20   20   19   19   18
+   18   18   18   18   17   17   17   17   17   17   17   17   16   16   16   17
+   17   18   18   17   17   17   16   15   14   14   13   12   11   10   10   11
+   12   14   15   16   17   18   18   17   17   16   15   15   15   16   19   21
+   24   26   27   28   27   27   27   26   25
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   21   19   18   17   16   17   19   20   21   21   21   20   19   19
+   18   18   18   18   17   17   17   18   17   17   17   17   16   16   16   16
+   17   18   18   18   18   18   17   17   17   17   17   16   15   14   13   13
+   14   15   16   17   18   18   18   17   16   15   14   14   14   15   18   21
+   24   26   27   27   27   26   26   25   24
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   18   17   16   15   17   18   20   20   20   20   19   18   18
+   18   18   17   17   17   17   17   17   17   17   17   16   16   16   15   16
+   16   17   18   18   19   19   19   19   20   20   20   19   18   17   16   16
+   16   16   16   18   19   19   18   18   16   15   14   13   13   15   18   20
+   23   25   25   25   24   24   24   24   24
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   21   19   17   16   15   15   16   17   18   19   19   18   18   17   17
+   16   17   17   17   17   18   18   17   17   17   16   16   15   15   15   15
+   16   17   19   19   20   20   21   22   22   23   23   22   21   20   19   18
+   18   18   18   19   20   19   18   18   17   16   14   14   14   15   17   19
+   21   22   22   22   22   22   22   22   23
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   20   17   16   15   14   15   16   17   17   17   16   15   15   15
+   15   16   17   17   17   18   18   18   18   17   17   16   15   14   15   15
+   16   18   19   20   20   21   22   23   24   25   24   24   22   21   20   20
+   20   19   20   21   23   19   19   19   19   18   16   16   15   16   17   19
+   19   19   19   19   19   19   20   22   22
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   20   19   17   15   15   15   15   16   16   15   14   13   13   14
+   15   16   17   17   18   18   18   18   18   17   17   16   15   15   15   15
+   16   18   20   21   22   22   23   24   25   25   25   24   23   21   20   20
+   21   20   21   22   24   21   20   20   20   20   18   18   17   18   19   19
+   18   18   17   16   16   17   19   21   22
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   20   18   17   16   16   16   16   15   14   13   13   13   14
+   15   16   17   18   19   19   19   19   18   18   17   16   15   15   15   15
+   17   19   21   22   23   23   24   25   25   25   25   24   22   20   20   21
+   21   21   21   22   23   22   21   21   22   21   21   20   19   19   19   19
+   18   17   16   15   15   17   19   21   23
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   22   20   19   19   18   18   17   16   15   14   14   14   14
+   15   17   18   18   19   20   20   19   19   18   17   17   15   15   15   16
+   17   19   21   23   24   24   24   24   24   24   24   22   20   19   19   19
+   20   20   21   21   21   21   21   22   22   23   22   22   21   20   20   19
+   18   16   15   15   15   17   19   21   23
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   22   21   20   20   20   20   19   18   17   16   16   16   16
+   17   17   18   19   20   20   21   20   19   19   18   17   16   15   16   16
+   18   20   21   23   23   23   23   22   22   22   22   20   19   17   17   17
+   18   19   20   20   20   20   21   21   22   23   23   23   23   21   20   18
+   17   16   16   16   17   19   20   21   23
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   21   21   21   21   21   21   20   20   19   19   19   18   18
+   18   18   19   19   20   21   21   20   20   20   19   17   17   17   17   18
+   19   20   21   21   21   21   21   20   20   20   19   18   16   15   15   16
+   17   18   19   20   20   20   20   21   21   22   23   23   23   21   19   18
+   17   17   17   18   19   20   21   22   22
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   20   20   20   21   21   21   21   22   22   22   21   20
+   19   18   19   19   20   21   21   21   21   21   20   19   19   19   19   19
+   19   19   19   19   19   19   19   18   18   17   16   15   15   14   15   15
+   16   18   19   20   20   20   19   20   20   20   21   22   22   21   19   18
+   17   18   19   21   22   23   22   22   22
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   20   19   18   19   20   20   21   22   23   24   24   22   20
+   19   18   18   20   20   20   22   21   21   22   22   20   20   21   21   21
+   19   18   17   17   17   18   17   17   17   16   15   14   14   14   15   16
+   17   18   19   20   20   20   19   18   18   18   19   20   20   20   18   17
+   17   19   21   24   26   26   24   24   23
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   24   21   18   17   17   17   18   20   22   24   25   25   23   20
+   18   18   18   20   19   20   21   22   21   22   22   21   22   23   23   22
+   20   18   17   17   17   17   18   17   17   15   15   15   15   16   17   18
+   18   19   20   20   20   20   19   18   17   17   17   18   19   18   18   17
+   17   19   23   28   31   30   28   26   26
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   29   25   20   17   15   15   16   18   21   23   24   24   22   20
+   18   18   18   19   18   19   20   21   21   21   21   21   23   25   25   24
+   21   19   18   18   18   18   19   18   17   16   15   15   16   18   19   19
+   19   20   19   19   20   20   19   18   16   15   16   16   17   17   17   16
+   17   20   25   31   34   35   33   30   30
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   34   30   23   17   14   13   14   17   20   22   24   23   21   19
+   18   18   18   18   17   18   19   20   21   21   21   22   24   26   27   25
+   23   21   19   19   20   20   21   20   19   18   16   16   18   19   20   20
+   20   19   19   19   20   21   20   18   16   15   15   16   17   18   17   17
+   18   21   26   31   34   36   35   32   34
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   39   41   35   27   20   15   13   14   16   19   22   23   22   20   18
+   18   18   18   17   16   17   18   20   20   20   20   22   24   27   27   27
+   25   23   22   22   22   23   23   22   20   18   17   17   18   20   21   21
+   20   19   18   18   20   21   21   19   17   16   16   17   18   19   19   18
+   19   21   27   33   36   36   34   32   35
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   39   41   40   32   23   18   15   14   16   19   21   22   21   20   18
+   18   18   18   17   16   17   18   20   20   20   20   21   23   26   27   27
+   25   24   24   24   24   25   24   23   21   18   17   16   17   19   20   19
+   19   18   17   17   19   20   21   20   18   18   18   19   20   21   21   21
+   20   22   27   34   38   37   33   30   34
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   38   42   43   38   29   23   19   17   16   18   20   21   21   20   19
+   19   19   18   17   17   17   19   20   21   21   20   20   21   23   25   25
+   25   25   25   25   25   25   25   23   20   18   16   15   16   17   18   18
+   18   17   16   17   18   20   21   20   19   19   19   21   21   22   23   23
+   22   21   26   33   38   38   33   31   33
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   37   42   46   43   36   30   25   21   18   18   19   21   21   21   21
+   20   20   20   19   18   18   20   22   22   22   21   21   20   21   22   24
+   24   24   25   25   25   25   24   22   20   17   15   14   14   15   16   16
+   17   16   16   16   18   19   20   20   19   20   21   22   23   24   25   25
+   23   21   23   30   35   34   30   28   31
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   34   43   49   49   45   37   32   27   22   19   19   20   22   23   22
+   21   21   20   19   19   21   22   23   24   24   23   22   21   20   21   23
+   23   23   23   24   23   23   21   20   18   16   15   14   14   14   14   15
+   16   16   16   16   16   18   19   20   20   20   21   22   22   24   26   26
+   24   21   22   27   31   30   26   25   28
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   30   39   48   51   49   44   38   32   27   22   19   19   21   22   22
+   21   20   19   19   21   23   25   26   26   26   25   24   22   21   21   22
+   21   21   21   21   20   20   19   18   17   17   16   15   14   13   14   15
+   16   16   16   15   16   18   19   20   20   21   21   21   21   23   26   27
+   24   21   21   25   28   27   22   21   25
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   23   33   43   47   48   46   42   36   31   25   19   18   19   21   21
+   20   19   19   20   22   25   27   27   28   28   28   25   23   21   20   20
+   20   19   19   19   19   18   18   17   17   17   17   16   15   14   14   15
+   17   17   17   17   17   19   21   21   20   20   20   20   19   21   24   26
+   25   22   22   24   26   24   18   17   18
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   16   25   35   39   42   43   40   36   32   26   18   16   16   18   18
+   18   17   18   21   24   27   28   29   30   31   29   26   23   21   20   19
+   19   18   18   19   18   18   18   18   19   20   20   19   18   17   16   16
+   18   19   19   19   20   21   23   23   22   21   19   18   17   19   23   25
+   25   23   22   25   26   24   17   13   11
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7   10   19   26   31   34   37   37   34   30   24   17   13   12   14   15
+   15   16   18   22   26   29   30   30   31   32   30   26   23   21   20   20
+   19   19   19   19   20   20   20   20   22   23   23   22   21   19   18   18
+   20   21   22   23   23   24   25   25   24   22   19   17   16   18   21   24
+   25   24   24   27   28   26   18   11    7
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8   11   17   23   27   29   33   33   30   26   20   14   10    9   11   13
+   14   16   20   24   28   31   32   31   31   31   29   25   23   22   23   22
+   22   21   21   22   23   23   23   24   25   27   27   25   23   21   20   20
+   22   23   24   25   25   26   28   28   26   23   20   17   16   17   20   23
+   25   25   26   29   31   27   20   12    8
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   16   22   27   30   30   30   30   26   21   17   14    9    8   10   12
+   14   17   21   25   28   30   30   29   28   28   27   25   24   25   26   27
+   26   24   24   25   26   26   26   27   29   30   29   27   25   23   22   22
+   22   23   24   26   27   29   30   30   28   25   21   18   17   18   20   23
+   26   27   29   32   33   30   24   16   13
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   25   30   35   37   35   33   30   24   17   15   14   10    9   10   12
+   15   19   22   26   28   28   27   25   25   26   26   26   26   28   31   32
+   30   28   27   27   28   29   29   30   31   30   29   27   25   23   22   23
+   22   23   24   26   27   29   31   31   30   26   23   21   19   20   22   25
+   27   30   32   34   35   33   28   24   22
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   35   39   43   44   43   38   33   26   18   15   14   11   10   11   13
+   17   20   23   26   27   26   23   22   25   27   26   26   27   31   34   36
+   34   30   28   28   30   30   30   31   31   30   27   26   23   22   22   22
+   21   22   23   25   27   29   31   31   30   27   25   23   22   23   24   26
+   29   32   36   37   37   36   33   31   32
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   44   47   50   52   49   44   38   30   22   16   13   11   11   12   15
+   18   20   22   24   24   22   21   21   24   27   26   26   28   32   37   38
+   36   32   29   28   29   30   30   30   29   27   25   23   22   21   21   21
+   21   21   22   24   25   28   30   30   28   26   25   25   25   25   26   27
+   30   33   37   38   39   38   37   36   39
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   49   53   56   57   54   48   41   33   25   18   14   12   12   15   17
+   19   20   21   21   21   19   18   20   23   26   26   26   28   32   37   38
+   36   31   27   27   28   28   28   28   27   25   23   21   21   22   22   22
+   21   21   21   22   24   26   28   28   26   24   24   25   27   27   27   28
+   30   33   36   37   37   37   38   39   45
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   50   54   56   57   55   50   43   35   27   22   16   13   13   16   19
+   20   20   19   18   17   15   15   18   21   25   25   25   26   30   35   36
+   34   29   26   25   25   25   25   25   24   23   21   20   21   23   24   23
+   22   21   21   21   22   24   25   24   22   21   22   24   26   27   26   27
+   29   32   34   35   34   34   36   39   44
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   46   49   52   54   53   48   42   35   29   23   19   14   14   16   19
+   20   19   17   15   14   12   12   15   20   24   24   24   24   27   31   33
+   31   28   25   23   23   23   23   24   23   22   20   20   23   25   26   25
+   23   21   21   20   20   20   19   18   17   18   19   22   24   25   24   25
+   27   30   32   32   31   31   34   37   40
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   40   41   44   47   47   43   38   33   29   25   19   15   15   16   18
+   18   17   15   14   12   12   12   16   23   26   25   23   23   25   28   29
+   29   27   24   22   22   22   23   23   22   21   20   22   24   27   27   26
+   23   21   20   19   18   16   14   14   14   14   16   18   21   21   21   22
+   25   28   30   28   27   28   32   33   36
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   33   33   34   37   39   36   33   29   27   25   20   17   15   16   17
+   17   16   15   13   13   13   14   20   26   27   26   24   22   23   25   27
+   28   27   24   22   21   21   22   22   22   21   21   22   25   27   28   26
+   23   21   20   19   17   15   13   12   12   13   14   16   17   18   18   19
+   23   26   27   25   23   25   28   30   32
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   26   27   28   30   29   27   25   24   23   20   17   16   17   16
+   16   15   15   14   15   16   17   20   24   26   26   23   21   21   24   25
+   27   26   24   22   22   22   22   22   22   21   21   22   25   26   27   25
+   22   20   19   19   17   15   14   14   14   13   13   14   15   15   15   17
+   21   25   25   23   19   20   23   26   26
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   19   19   20   21   22   21   21   21   21   20   18   17   17   16
+   16   16   16   16   17   19   20   22   23   24   23   21   20   20   22   24
+   24   24   23   22   22   22   22   22   22   21   21   22   23   25   25   23
+   20   19   19   19   18   18   17   17   17   16   15   14   14   13   14   16
+   20   24   24   21   17   17   20   22   22
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   15   14   13   14   16   17   17   18   19   19   18   18   17   17
+   16   17   17   18   20   22   23   24   22   22   21   19   19   20   22   22
+   23   22   21   21   22   22   23   23   22   20   19   20   21   22   22   21
+   19   18   18   19   19   20   21   21   20   19   18   16   15   14   14   16
+   20   23   23   20   16   15   18   20   20
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   13   10    8    9   13   14   15   16   17   17   18   18   18   17
+   17   18   19   21   22   22   24   24   22   20   19   18   19   22   23   23
+   22   21   20   20   21   23   23   23   22   20   18   17   18   19   20   19
+   18   18   18   19   20   21   23   24   24   23   21   20   17   16   16   17
+   20   23   23   20   16   15   17   19   18
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   16   11    7    5    8   11   13   14   15   15   16   16   18   18   18
+   18   19   21   22   22   21   23   23   21   19   19   19   21   23   23   23
+   21   19   19   20   22   24   25   24   22   18   16   15   15   17   18   18
+   17   17   18   18   19   21   23   25   26   26   24   22   20   19   18   19
+   21   22   22   20   17   17   18   20   19
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   17   11    7    5    8   11   13   14   14   14   14   15   16   17   18
+   19   20   22   23   22   21   20   20   19   18   18   19   21   23   23   21
+   20   18   18   20   21   24   25   24   21   17   14   12   12   14   16   17
+   17   17   17   17   18   20   22   24   26   26   25   24   22   20   20   20
+   21   21   21   19   18   18   20   22   21
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   19   14    9    6    8   11   13   14   14   13   12   13   15   16   18
+   19   20   21   22   21   20   18   18   17   17   18   19   21   22   21   20
+   18   17   18   20   21   24   25   24   21   16   12   10   11   13   15   16
+   16   16   16   15   15   16   18   20   23   24   24   23   22   21   20   20
+   20   19   19   18   18   19   21   23   22
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   20   16   11    8    8   11   13   14   14   13   11   11   13   15   17
+   18   19   20   20   20   18   17   16   15   16   17   19   20   20   19   18
+   17   17   19   20   22   24   25   24   20   16   12   10   11   13   15   16
+   15   14   12   11   10   10   12   15   17   19   20   20   20   19   19   18
+   18   18   17   16   17   19   21   23   23
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   19   16   13   10    8    9   11   13   14   13   10   10   10   13   14
+   15   16   17   17   17   15   14   14   14   16   17   17   17   17   17   16
+   17   18   19   21   22   24   24   22   19   15   12   11   12   14   15   16
+   14   11    8    6    5    4    6    8   11   13   15   15   16   16   16   17
+   16   16   15   14   15   17   19   21   21
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   15   13   11    9    8    9   11   12   13   11    9    9   11   12
+   12   12   12   12   12   11   11   13   14   16   15   14   14   13   14   14
+   16   18   19   20   21   22   21   19   17   14   12   11   13   15   16   16
+   13    9    6    5    5    5    4    4    6    8   10   11   12   13   13   14
+   14   14   13   13   13   14   16   17   17
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   11    9    7    7    9   10   11   10    9    9   10   10
+   10    9    8    8    8    8   10   12   14   15   14   12   11   11   11   13
+   15   15   17   19   20   20   19   15   13   11   11   12   14   15   16   15
+   12    9    8    8    9    8    6    4    4    6    7    8    9   10   11   12
+   13   13   12   12   12   12   12   12   13
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   12   12   11    9    7    7    8    9    9    9   10   11   10
+   10    9    7    6    7    8   11   13   14   14   12   10   10   11   13   13
+   13   14   16   17   18   18   16   12   10   10   10   12   14   16   16   15
+   12   11   10   11   10    8    7    5    5    6    8    8    8    9   10   12
+   13   14   13   11   10   10    9    9    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   11   12   13   13   11   10    8    8    8    8   10   12   12   12
+   11   10   10    9    9   11   13   15   15   14   11   11   12   14   16   15
+   14   14   15   16   17   17   15   12   11   11   12   13   14   15   15   15
+   13   13   12   11   10    8    7    6    7    8    9   10   10   10   11   13
+   15   15   15   12    9    7    7    7    8
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   13   13   13   13   11   11   10   11   11   12   14   14   14
+   14   13   13   13   13   15   17   17   16   13   11   12   14   17   19   18
+   16   15   16   18   19   19   17   15   14   13   13   13   14   14   14   14
+   14   13   12   11   10   10   11   12   12   12   12   12   12   12   13   15
+   18   19   18   14    9    5    5    7   10
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   13   14   14   13   13   13   12   12   12   13   13   14   15   15   15
+   15   15   15   15   17   19   19   18   16   12   10   11   15   18   20   19
+   18   17   18   20   21   21   20   18   16   14   13   12   12   11   12   12
+   13   13   13   13   14   15   17   18   19   18   17   16   16   16   16   19
+   21   23   22   18   13    6    2    6   10
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8   12   13   13   13   12   12   12   12   13   14   15   15   16   15   15
+   15   15   15   16   18   19   19   18   15   11    9   10   14   17   18   18
+   18   18   19   21   22   23   22   19   16   13   11   10    9    9   10   11
+   13   14   15   17   19   21   23   24   25   24   23   22   21   21   21   23
+   25   27   26   23   18   11    3    3    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    7   10   11   11   11   11   12   13   14   15   15   15   15   15   15
+   14   14   15   16   17   18   18   17   14   10    7    7   10   13   15   16
+   16   17   19   21   21   22   21   19   16   13   11   10   10   11   12   13
+   14   16   18   21   23   26   28   29   29   28   27   26   26   26   27   28
+   30   32   32   29   24   17   10    3    4
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    4    5    7    9   10   11   13   14   15   15   15   14   14   14   13
+   13   13   14   15   16   16   16   15   12    9    7    5    6    8   10   12
+   13   16   18   20   20   21   20   19   16   15   14   15   16   16   17   17
+   18   19   21   24   26   28   30   31   31   30   30   29   29   30   31   33
+   35   37   38   36   32   26   19   12    7
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   13   10    9    9   10   12   14   15   15   15   14   14   13   12   12
+   12   12   12   13   13   14   14   13   12   10    8    6    6    6    8    9
+   12   15   18   20   19   21   21   21   20   19   19   20   20   21   21   21
+   20   21   22   24   26   28   29   30   30   30   30   30   31   33   35   37
+   40   42   43   42   39   34   29   23   17
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   24   20   17   15   15   15   15   16   16   15   15   14   13   13   12
+   11   11   11   11   11   11   11   11   11   10    9    9    9    9    9   11
+   13   17   21   22   23   24   25   24   24   23   23   23   23   23   22   22
+   21   20   20   22   24   25   27   28   28   29   29   30   32   34   37   40
+   43   46   47   47   46   43   39   34   29
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   35   31   27   24   21   20   18   18   17   16   16   15   14   14   13
+   12   11   11   10   10   10   10   10   10   10   11   11   12   12   13   14
+   15   20   22   25   25   26   26   26   25   25   24   23   22   22   20   19
+   18   17   17   18   20   22   23   25   26   27   27   29   31   34   37   41
+   45   48   50   51   51   49   47   43   39
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   43   39   35   32   28   25   22   20   19   17   17   16   15   15   14
+   13   12   12   11   11   11   10   11   11   12   12   13   14   15   15   16
+   18   21   23   25   25   26   26   25   24   23   22   21   19   18   16   15
+   14   13   13   14   16   18   20   22   24   25   26   27   31   34   37   41
+   45   48   51   52   53   53   51   49   46
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   46   43   40   36   33   29   26   23   21   19   17   16   15   15   14
+   13   13   13   12   12   12   12   12   12   13   14   15   16   16   17   17
+   18   19   21   22   22   23   23   22   21   20   19   17   15   14   13   12
+   11   11   12   13   13   15   16   19   21   23   24   27   30   33   36   39
+   43   46   48   51   52   52   52   51   49
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   44   42   40   37   34   31   28   25   22   20   18   16   15   14   13
+   13   12   12   12   12   12   13   13   13   13   14   15   16   17   17   17
+   17   17   18   18   18   18   18   17   17   16   15   13   12   11   11   11
+   10   11   12   12   13   14   14   15   16   18   24   28   31   34   35   38
+   40   42   44   46   47   48   48   47   46
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   39   38   36   34   32   30   27   25   23   21   19   17   15   14   13
+   13   12   12   12   12   13   13   13   13   13   13   14   14   15   15   15
+   15   15   15   15   15   14   14   14   14   13   13   12   12   11   11   11
+   11   11   12   12   13   14   15   17   19   22   26   28   29   31   32   34
+   36   37   39   40   41   41   41   41   40
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   31   30   29   27   26   25   23   22   21   19   18   17   16   16
+   15   15   14   14   14   14   14   14   14   14   14   14   14   14   14   14
+   14   14   14   14   14   14   14   14   14   14   14   14   14   15   15   14
+   15   15   15   17   17   18   19   21   22   23   25   26   27   28   29   29
+   30   31   32   32   32   33   33   32   32
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   25   24   24   23   23   22   22   21   21   21   20   19   19   18
+   18   18   17   17   17   17   17   17   17   16   16   16   16   16   16   16
+   16   16   16   15   15   16   16   17   16   17   17   17   17   17   17   18
+   18   19   19   19   20   20   21   21   21   22   23   23   24   24   25   25
+   25   25   25   25   25   26   26   25   25
+    13                                                      END OF RMS MAP     
diff --git a/test/data/sp3/igrg3390.10i b/test/data/sp3/igrg3390.10i
new file mode 100644
index 0000000..88f3e2d
--- /dev/null
+++ b/test/data/sp3/igrg3390.10i
@@ -0,0 +1,11636 @@
+     1.0            IONOSPHERE MAPS     MIX                 IONEX VERSION / TYPE
+tecrms2ionex_2.awk  GRL/UWM            12/06/10 2312UT      PGM / RUN BY / DATE
+Global ionosphere maps for day 339, 2010 ( 5-12-2010)       DESCRIPTION
+IONEX file containing the COMBINED IGS Ionosphere maps      DESCRIPTION
+from the combination of the following IAACs:                DESCRIPTION
+corg                                                        DESCRIPTION
+esrg                                                        DESCRIPTION
+jprg                                                        DESCRIPTION
+uprg                                                        DESCRIPTION
+Contact address: Andrzej Krankowski                         DESCRIPTION
+                 Geodynamics Research Laboratory            DESCRIPTION
+                 University of Warmia and Mazury (GRL/UWM)  DESCRIPTION
+                 Oczapowski St. 1                           DESCRIPTION
+                 10-957-Olsztyn, POLAND                     DESCRIPTION
+                 e-mail:  kand at uwm.edu.pl                   DESCRIPTION
+                                                            DESCRIPTION
+  2010    12     5     0     0     0                        EPOCH OF FIRST MAP
+  2010    12     6     0     0     0                        EPOCH OF LAST MAP
+  7200                                                      INTERVAL
+    13                                                      # OF MAPS IN FILE
+  COSZ                                                      MAPPING FUNCTION
+     0.0                                                    ELEVATION CUTOFF
+Combined TEC calculated as weighted mean of input TEC valuesOBSERVABLES USED
+   321                                                      # OF STATIONS
+    32                                                      # OF SATELLITES
+  6371.0                                                    BASE RADIUS
+     2                                                      MAP DIMENSION
+   450.0 450.0   0.0                                        HGT1 / HGT2 / DHGT
+    87.5 -87.5  -2.5                                        LAT1 / LAT2 / DLAT
+  -180.0 180.0   5.0                                        LON1 / LON2 / DLON
+    -1                                                      EXPONENT
+TEC values in  0.1 TECUs; 9999 if no value available        COMMENT
+DCB values in nanoseconds, reference is Sum_of_SatDCBs = 0  COMMENT
+DIFFERENTIAL CODE BIASES                                    START OF AUX DATA
+   G01     2.042     0.242                                  PRN / BIAS / RMS    
+   G02     5.281     0.046                                  PRN / BIAS / RMS    
+   G03    -2.874     0.050                                  PRN / BIAS / RMS    
+   G04    -1.808     0.043                                  PRN / BIAS / RMS    
+   G05     0.710     0.120                                  PRN / BIAS / RMS    
+   G06    -2.525     0.035                                  PRN / BIAS / RMS    
+   G07     1.247     0.035                                  PRN / BIAS / RMS    
+   G08    -2.908     0.033                                  PRN / BIAS / RMS    
+   G09    -2.170     0.068                                  PRN / BIAS / RMS    
+   G10    -4.161     0.083                                  PRN / BIAS / RMS    
+   G11     1.736     0.083                                  PRN / BIAS / RMS    
+   G12     2.030     0.030                                  PRN / BIAS / RMS    
+   G13     1.468     0.023                                  PRN / BIAS / RMS    
+   G14    -0.008     0.029                                  PRN / BIAS / RMS    
+   G15     0.727     0.074                                  PRN / BIAS / RMS    
+   G16     0.737     0.015                                  PRN / BIAS / RMS    
+   G17     0.940     0.072                                  PRN / BIAS / RMS    
+   G18     1.179     0.049                                  PRN / BIAS / RMS    
+   G19     3.643     0.054                                  PRN / BIAS / RMS    
+   G20    -0.669     0.122                                  PRN / BIAS / RMS    
+   G21     1.851     0.051                                  PRN / BIAS / RMS    
+   G22     5.328     0.144                                  PRN / BIAS / RMS    
+   G23     7.395     0.051                                  PRN / BIAS / RMS    
+   G24    -5.028     0.063                                  PRN / BIAS / RMS    
+   G25    -9.009     0.073                                  PRN / BIAS / RMS    
+   G26    -1.724     0.040                                  PRN / BIAS / RMS    
+   G27    -3.210     0.057                                  PRN / BIAS / RMS    
+   G28     0.981     0.041                                  PRN / BIAS / RMS    
+   G29     0.164     0.058                                  PRN / BIAS / RMS    
+   G30    -0.367     0.052                                  PRN / BIAS / RMS    
+   G31     2.870     0.060                                  PRN / BIAS / RMS    
+   G32    -3.867     0.032                                  PRN / BIAS / RMS    
+   R01     0.553     0.019                                  PRN / BIAS / RMS    
+   R02    -0.198     0.019                                  PRN / BIAS / RMS    
+   R05    -3.237     0.018                                  PRN / BIAS / RMS    
+   R06     1.278     0.018                                  PRN / BIAS / RMS    
+   R07    17.005     0.018                                  PRN / BIAS / RMS    
+   R08     7.803     0.019                                  PRN / BIAS / RMS    
+   R09    -3.513     0.018                                  PRN / BIAS / RMS    
+   R10    -7.714     0.019                                  PRN / BIAS / RMS    
+   R11    -1.972     0.020                                  PRN / BIAS / RMS    
+   R12    -5.877     0.019                                  PRN / BIAS / RMS    
+   R13    -1.607     0.019                                  PRN / BIAS / RMS    
+   R15    -1.898     0.018                                  PRN / BIAS / RMS    
+   R16    -3.495     0.018                                  PRN / BIAS / RMS    
+   R18    -3.966     0.019                                  PRN / BIAS / RMS    
+   R19     6.274     0.019                                  PRN / BIAS / RMS    
+   R20    -2.230     0.018                                  PRN / BIAS / RMS    
+   R21     6.066     0.018                                  PRN / BIAS / RMS    
+   R22     0.377     0.019                                  PRN / BIAS / RMS    
+   R23    -3.557     0.018                                  PRN / BIAS / RMS    
+   R24     0.017     0.002                                  PRN / BIAS / RMS    
+   G  ADIS 31502M001           1.811     0.610              STATION / BIAS / RMS
+   G  AJAC                    12.689     0.005              STATION / BIAS / RMS
+   G  ALBH 40129M003          10.210     0.755              STATION / BIAS / RMS
+   G  ALGO 40104M002           6.148     1.288              STATION / BIAS / RMS
+   G  ALIC                    13.560     0.926              STATION / BIAS / RMS
+   G  ALRT                    -5.097     0.683              STATION / BIAS / RMS
+   G  AMC2 40472S004           6.859     1.680              STATION / BIAS / RMS
+   G  ANKR 20805M002         -14.729     1.443              STATION / BIAS / RMS
+   G  AQUI                    19.122   999.900              STATION / BIAS / RMS
+   G  AREQ                    -2.214     0.768              STATION / BIAS / RMS
+   G  ARTU                    -7.982     0.971              STATION / BIAS / RMS
+   G  ASC1 30602M001           4.441   999.900              STATION / BIAS / RMS
+   G  ASPA 50503S006         -11.383     1.788              STATION / BIAS / RMS
+   G  AUCK                    15.239     0.063              STATION / BIAS / RMS
+   G  AZCO 49454M001          -0.575   999.900              STATION / BIAS / RMS
+   G  BAIE 40151M001           9.908   999.900              STATION / BIAS / RMS
+   G  BAKE 40152M001           6.505     1.725              STATION / BIAS / RMS
+   G  BAN2 22306M003           5.723   999.900              STATION / BIAS / RMS
+   G  BARH                     8.273     0.333              STATION / BIAS / RMS
+   G  BDOS 43401M001          -6.821   999.900              STATION / BIAS / RMS
+   G  BHR1 24901M002          -5.418   999.900              STATION / BIAS / RMS
+   G  BILI 12363M001         -17.976   999.900              STATION / BIAS / RMS
+   G  BJCO                   -11.940   999.900              STATION / BIAS / RMS
+   G  BJFS                   -13.166     0.916              STATION / BIAS / RMS
+   G  BLYT                    40.515     0.209              STATION / BIAS / RMS
+   G  BOGI                   -19.580   999.900              STATION / BIAS / RMS
+   G  BOGO 12207M002          -0.393   999.900              STATION / BIAS / RMS
+   G  BOGT                    -3.936     0.032              STATION / BIAS / RMS
+   G  BOR1 12205M002          20.331     1.537              STATION / BIAS / RMS
+   G  BRAZ 41606M001          21.747   999.900              STATION / BIAS / RMS
+   G  BRFT 41602M002           5.116     1.558              STATION / BIAS / RMS
+   G  BRMU                    11.760     1.154              STATION / BIAS / RMS
+   G  BRST 10004M004          13.860     1.499              STATION / BIAS / RMS
+   G  BRUS 13101M004          -3.568     1.322              STATION / BIAS / RMS
+   G  BSHM 20705M001          -1.185   999.900              STATION / BIAS / RMS
+   G  BUCU                    10.176     0.088              STATION / BIAS / RMS
+   G  BZRG                    11.754   999.900              STATION / BIAS / RMS
+   G  CAGL 12725M003          20.106   999.900              STATION / BIAS / RMS
+   G  CAGZ                   -13.616     1.015              STATION / BIAS / RMS
+   G  CALL 42205M001          12.238   999.900              STATION / BIAS / RMS
+   G  CAS1 66011M001          15.006   999.900              STATION / BIAS / RMS
+   G  CEBR 13408M001          -2.418   999.900              STATION / BIAS / RMS
+   G  CEDU 50138M001           3.660   999.900              STATION / BIAS / RMS
+   G  CFAG 41517S001          44.563   999.900              STATION / BIAS / RMS
+   G  CHAN 21611M002          -5.332   999.900              STATION / BIAS / RMS
+   G  CHAT                    -4.001     0.146              STATION / BIAS / RMS
+   G  CHPI                    -3.848     0.712              STATION / BIAS / RMS
+   G  CHUR                    10.883     1.201              STATION / BIAS / RMS
+   G  CHWK 40142M001          38.655   999.900              STATION / BIAS / RMS
+   G  CIC1 40508M002           4.204   999.900              STATION / BIAS / RMS
+   G  CMBB                     2.526   999.900              STATION / BIAS / RMS
+   G  CNMR 50512M001         -10.480     1.554              STATION / BIAS / RMS
+   G  COCO 50127M001         -14.679   999.900              STATION / BIAS / RMS
+   G  CONT                     1.467   999.900              STATION / BIAS / RMS
+   G  CONZ                     6.457     0.934              STATION / BIAS / RMS
+   G  COPO 41714S001          40.315   999.900              STATION / BIAS / RMS
+   G  CORD 41511M001          -8.983   999.900              STATION / BIAS / RMS
+   G  COSO 40469M001          -7.363   999.900              STATION / BIAS / RMS
+   G  COYQ 41715S001          40.743   999.900              STATION / BIAS / RMS
+   G  CRAO 12337M002          -1.074   999.900              STATION / BIAS / RMS
+   G  CRAR 66001M004          -0.377   999.900              STATION / BIAS / RMS
+   G  CRO1                    -3.443     1.223              STATION / BIAS / RMS
+   G  CTWN                   -14.127   999.900              STATION / BIAS / RMS
+   G  CUSV 21904S001          37.348   999.900              STATION / BIAS / RMS
+   G  DAEJ                    21.516     0.281              STATION / BIAS / RMS
+   G  DAKA 34106M001           1.554   999.900              STATION / BIAS / RMS
+   G  DARW                    13.367     1.176              STATION / BIAS / RMS
+   G  DAV1 66010M001          15.580   999.900              STATION / BIAS / RMS
+   G  DGAR                    -5.913     1.120              STATION / BIAS / RMS
+   G  DRAG 20710S001          11.906   999.900              STATION / BIAS / RMS
+   G  DRAO                    17.327     0.032              STATION / BIAS / RMS
+   G  DUBO                    12.649     1.111              STATION / BIAS / RMS
+   G  DUBR                    22.140   999.900              STATION / BIAS / RMS
+   G  DUND 50212M003          -0.317   999.900              STATION / BIAS / RMS
+   G  EBRE                    15.964   999.900              STATION / BIAS / RMS
+   G  ESCU 40168M001          -4.170   999.900              STATION / BIAS / RMS
+   G  FAA1 92201M012          -1.106     1.883              STATION / BIAS / RMS
+   G  FAIR                    -8.579     1.150              STATION / BIAS / RMS
+   G  FALE                    13.554     0.039              STATION / BIAS / RMS
+   G  FFMJ                    -8.703   999.900              STATION / BIAS / RMS
+   G  FLIN                     7.394     1.189              STATION / BIAS / RMS
+   G  FLRS 31907M001          13.035   999.900              STATION / BIAS / RMS
+   G  FUNC 13911S001          13.311   999.900              STATION / BIAS / RMS
+   G  GANP 11515M001          -9.303   999.900              STATION / BIAS / RMS
+   G  GENO                    -7.404   999.900              STATION / BIAS / RMS
+   G  GLPS 42005M002          -2.606     1.348              STATION / BIAS / RMS
+   G  GLSV                     8.818     0.879              STATION / BIAS / RMS
+   G  GMAS 31303S004          24.452   999.900              STATION / BIAS / RMS
+   G  GODE                    -1.431     1.199              STATION / BIAS / RMS
+   G  GODZ 40451M123           2.448   999.900              STATION / BIAS / RMS
+   G  GOLD                    -6.764     0.113              STATION / BIAS / RMS
+   G  GOPE                     8.315     2.133              STATION / BIAS / RMS
+   G  GOUG 30608M001         -10.033   999.900              STATION / BIAS / RMS
+   G  GRAS 10002M006         -17.496   999.900              STATION / BIAS / RMS
+   G  GRAZ 11001M002          19.334   999.900              STATION / BIAS / RMS
+   G  GUAM                    -4.437     1.089              STATION / BIAS / RMS
+   G  GUAO 21612M003          -2.162   999.900              STATION / BIAS / RMS
+   G  GUAT                    15.905     1.150              STATION / BIAS / RMS
+   G  GUUG 82301M001         -15.756     1.570              STATION / BIAS / RMS
+   G  HALY 20102M001         -14.514   999.900              STATION / BIAS / RMS
+   G  HARB 30302M009          -1.924   999.900              STATION / BIAS / RMS
+   G  HARV                     8.031     0.191              STATION / BIAS / RMS
+   G  HBRK                    -7.053   999.900              STATION / BIAS / RMS
+   G  HERS                     6.210   999.900              STATION / BIAS / RMS
+   G  HERT 13212M010           9.387     1.475              STATION / BIAS / RMS
+   G  HILO 49979S001          -5.015   999.900              STATION / BIAS / RMS
+   G  HKLO                     3.087   999.900              STATION / BIAS / RMS
+   G  HLFX 40120M001           9.725   999.900              STATION / BIAS / RMS
+   G  HNLC                   -13.892     0.408              STATION / BIAS / RMS
+   G  HNPT 49913S001          15.263   999.900              STATION / BIAS / RMS
+   G  HOB2 50116M004          13.820   999.900              STATION / BIAS / RMS
+   G  HOFN                    -7.002     0.750              STATION / BIAS / RMS
+   G  HOLB                     7.303     0.133              STATION / BIAS / RMS
+   G  HOLM                    -5.226     1.218              STATION / BIAS / RMS
+   G  HOPB                    -6.422   999.900              STATION / BIAS / RMS
+   G  HRAO                     1.961     0.975              STATION / BIAS / RMS
+   G  HVLK                    -9.615   999.900              STATION / BIAS / RMS
+   G  HYDE                     8.617     0.818              STATION / BIAS / RMS
+   G  IENG 12724S001          -4.120   999.900              STATION / BIAS / RMS
+   G  IISC                    -0.844     0.946              STATION / BIAS / RMS
+   G  INEG 40507M001          18.199   999.900              STATION / BIAS / RMS
+   G  INVK 40150M001          -9.102     1.040              STATION / BIAS / RMS
+   G  IQAL 40194M001          12.498   999.900              STATION / BIAS / RMS
+   G  IQQE 41708S002          44.839   999.900              STATION / BIAS / RMS
+   G  IQUI 42204M001          13.002   999.900              STATION / BIAS / RMS
+   G  IRKJ                    -8.244     0.958              STATION / BIAS / RMS
+   G  ISPA 41703M007          -5.008   999.900              STATION / BIAS / RMS
+   G  ISTA 20807M001          -9.776   999.900              STATION / BIAS / RMS
+   G  JAB1 50136M001         -10.039   999.900              STATION / BIAS / RMS
+   G  JOZE 12204M001          -9.291   999.900              STATION / BIAS / RMS
+   G  JPLM                     6.876   999.900              STATION / BIAS / RMS
+   G  KARR                   -16.449     0.207              STATION / BIAS / RMS
+   G  KELY                    -5.014     0.133              STATION / BIAS / RMS
+   G  KERG                     1.348     0.533              STATION / BIAS / RMS
+   G  KHAJ                    -4.873     0.895              STATION / BIAS / RMS
+   G  KHAR 12314M001          10.237     1.485              STATION / BIAS / RMS
+   G  KIR0 10422M001          -2.046   999.900              STATION / BIAS / RMS
+   G  KIRU                    -4.313     0.367              STATION / BIAS / RMS
+   G  KIT3 12334M001           5.341   999.900              STATION / BIAS / RMS
+   G  KOKB                    -4.556     0.901              STATION / BIAS / RMS
+   G  KOSG 13504M003          11.755     1.082              STATION / BIAS / RMS
+   G  KOUC 92727S001         -12.549   999.900              STATION / BIAS / RMS
+   G  KOUR                   -13.402     0.656              STATION / BIAS / RMS
+   G  KUNM 21609M001           6.374   999.900              STATION / BIAS / RMS
+   G  KUUJ 40154M001           5.623   999.900              STATION / BIAS / RMS
+   G  LAE1 51002M001         -10.631   999.900              STATION / BIAS / RMS
+   G  LHAZ                    -4.371     0.915              STATION / BIAS / RMS
+   G  LMNO                    -9.229   999.900              STATION / BIAS / RMS
+   G  LPAL 81701M001          15.121   999.900              STATION / BIAS / RMS
+   G  LPGS 41510M001          10.976     0.711              STATION / BIAS / RMS
+   G  LROC                    -3.449     0.127              STATION / BIAS / RMS
+   G  MAC1 50135M001          -5.739     0.414              STATION / BIAS / RMS
+   G  MAD2 13407S012          -4.170   999.900              STATION / BIAS / RMS
+   G  MADR                    -4.913   999.900              STATION / BIAS / RMS
+   G  MAG0 12354M001         -11.276   999.900              STATION / BIAS / RMS
+   G  MAL2 33201M003          -3.178     1.486              STATION / BIAS / RMS
+   G  MALD 22901S001          27.492   999.900              STATION / BIAS / RMS
+   G  MANA 41201S001          -0.471   999.900              STATION / BIAS / RMS
+   G  MAR6 10405M002          -5.223   999.900              STATION / BIAS / RMS
+   G  MARS                    14.375     0.624              STATION / BIAS / RMS
+   G  MAS1                   -11.307     1.266              STATION / BIAS / RMS
+   G  MATE                     7.182     1.039              STATION / BIAS / RMS
+   G  MAUI                    -7.239     0.156              STATION / BIAS / RMS
+   G  MAW1 66004M001           7.951   999.900              STATION / BIAS / RMS
+   G  MBAR 33901M001          -6.451   999.900              STATION / BIAS / RMS
+   G  MCIL 21789S001          23.415   999.900              STATION / BIAS / RMS
+   G  MCM4                    -6.047     2.426              STATION / BIAS / RMS
+   G  MDO1                    -0.715     0.078              STATION / BIAS / RMS
+   G  MDVJ                    12.520     0.947              STATION / BIAS / RMS
+   G  MEDI                     0.069   999.900              STATION / BIAS / RMS
+   G  METS                   -12.799     0.369              STATION / BIAS / RMS
+   G  MIKL                    16.093     0.098              STATION / BIAS / RMS
+   G  MIZU 21702M002           0.223     1.447              STATION / BIAS / RMS
+   G  MKEA 40477M001           4.221   999.900              STATION / BIAS / RMS
+   G  MOBJ 12365M002          -3.996     1.415              STATION / BIAS / RMS
+   G  MOBS 50182M001           9.913   999.900              STATION / BIAS / RMS
+   G  MONP                   -13.755   999.900              STATION / BIAS / RMS
+   G  MORP                    19.830     0.674              STATION / BIAS / RMS
+   G  MTBG                    -9.404   999.900              STATION / BIAS / RMS
+   G  MTKA 21741S002          -6.656     1.878              STATION / BIAS / RMS
+   G  NAIN                    -3.030     0.285              STATION / BIAS / RMS
+   G  NANO 40138M001          10.901     1.578              STATION / BIAS / RMS
+   G  NICO                    10.699     0.044              STATION / BIAS / RMS
+   G  NISU 49507M001           9.667   999.900              STATION / BIAS / RMS
+   G  NKLG 32809M002         -18.935   999.900              STATION / BIAS / RMS
+   G  NLIB 40465M001           7.800   999.900              STATION / BIAS / RMS
+   G  NNOR 50181M001          -7.366   999.900              STATION / BIAS / RMS
+   G  NOT1                    -2.731     0.958              STATION / BIAS / RMS
+   G  NOVM 12367M002          -7.500     1.018              STATION / BIAS / RMS
+   G  NRC1                   -18.990     0.026              STATION / BIAS / RMS
+   G  NRIL                    -3.383     1.228              STATION / BIAS / RMS
+   G  NRMD 92701M005          -9.694     1.520              STATION / BIAS / RMS
+   G  NSSP 12312M001          -4.903   999.900              STATION / BIAS / RMS
+   G  NTUS                    12.519     1.178              STATION / BIAS / RMS
+   G  NURK 34001M001         -25.421     6.892              STATION / BIAS / RMS
+   G  NVSK 12319M001          23.897   999.900              STATION / BIAS / RMS
+   G  NYA1 10317M003         -14.946   999.900              STATION / BIAS / RMS
+   G  NYAL                    19.633     0.286              STATION / BIAS / RMS
+   G  OHI2                   -11.380     0.413              STATION / BIAS / RMS
+   G  OHI3 66008M006          14.184     1.171              STATION / BIAS / RMS
+   G  ONSA                    -5.568     0.885              STATION / BIAS / RMS
+   G  OPMT 10001S006          -7.749   999.900              STATION / BIAS / RMS
+   G  ORID                    11.651     0.045              STATION / BIAS / RMS
+   G  OUS2 50212M002          -1.186   999.900              STATION / BIAS / RMS
+   G  PADO                    18.561   999.900              STATION / BIAS / RMS
+   G  PALM 66005M002           1.695   999.900              STATION / BIAS / RMS
+   G  PARC 41716S001          -5.098   999.900              STATION / BIAS / RMS
+   G  PARK 50108M001           3.454   999.900              STATION / BIAS / RMS
+   G  PDEL                     9.012     0.928              STATION / BIAS / RMS
+   G  PENC 11206M006          11.175     1.830              STATION / BIAS / RMS
+   G  PERT                    -7.568     0.842              STATION / BIAS / RMS
+   G  PETP 12355M002         -11.418   999.900              STATION / BIAS / RMS
+   G  PFA2 11005M003          -4.336   999.900              STATION / BIAS / RMS
+   G  PICL 40155M001          12.170   999.900              STATION / BIAS / RMS
+   G  PIE1 40456M001          -4.227   999.900              STATION / BIAS / RMS
+   G  PIMO                    -1.046     0.981              STATION / BIAS / RMS
+   G  PLTC                    -4.808   999.900              STATION / BIAS / RMS
+   G  POL2                   -10.961     0.374              STATION / BIAS / RMS
+   G  POLV                    18.184     0.018              STATION / BIAS / RMS
+   G  POTS                     0.259     0.240              STATION / BIAS / RMS
+   G  POVE 41628M001           1.815   999.900              STATION / BIAS / RMS
+   G  PRDS                     3.227     0.015              STATION / BIAS / RMS
+   G  PTBB                   -10.703   999.900              STATION / BIAS / RMS
+   G  QAQ1                    -6.029     0.688              STATION / BIAS / RMS
+   G  QIKI                    -2.795     0.108              STATION / BIAS / RMS
+   G  QUIN                    -6.438     0.065              STATION / BIAS / RMS
+   G  RABT                     0.280     1.022              STATION / BIAS / RMS
+   G  RAMO                    10.212     0.101              STATION / BIAS / RMS
+   G  RBAY                     9.598     0.951              STATION / BIAS / RMS
+   G  RCMN 33203M001          10.506   999.900              STATION / BIAS / RMS
+   G  RECF 41617M001          18.981   999.900              STATION / BIAS / RMS
+   G  REDU 13102M001          -3.161   999.900              STATION / BIAS / RMS
+   G  RESO 40149M001           1.532     0.755              STATION / BIAS / RMS
+   G  REUN 97401M003          -5.673     1.434              STATION / BIAS / RMS
+   G  REYK                   -10.293     0.200              STATION / BIAS / RMS
+   G  RIGA 12302M002           5.209   999.900              STATION / BIAS / RMS
+   G  RIO2 41507M006         -15.082     1.081              STATION / BIAS / RMS
+   G  RIOP                    41.363     0.046              STATION / BIAS / RMS
+   G  SALU 41640M001          -8.764   999.900              STATION / BIAS / RMS
+   G  SANT 41705M003         -16.278     1.421              STATION / BIAS / RMS
+   G  SASK                    -4.848     0.194              STATION / BIAS / RMS
+   G  SAVO 41643M001          18.066   999.900              STATION / BIAS / RMS
+   G  SCH2                     9.158     1.070              STATION / BIAS / RMS
+   G  SCOR                    -3.440     0.004              STATION / BIAS / RMS
+   G  SCUB                   -10.899     1.198              STATION / BIAS / RMS
+   G  SELE                     8.713     0.370              STATION / BIAS / RMS
+   G  SEY1                    -1.387     0.940              STATION / BIAS / RMS
+   G  SFER                    19.578   999.900              STATION / BIAS / RMS
+   G  SHAO                    -5.145     0.283              STATION / BIAS / RMS
+   G  SIMO 30307M001           4.057   999.900              STATION / BIAS / RMS
+   G  SOFI                    16.218     1.078              STATION / BIAS / RMS
+   G  SOLA 20101M001          -4.480   999.900              STATION / BIAS / RMS
+   G  SPT0 10425M001          -4.422   999.900              STATION / BIAS / RMS
+   G  SSIA 41401S001          41.421   999.900              STATION / BIAS / RMS
+   G  STJO                     5.151     1.062              STATION / BIAS / RMS
+   G  STK2 21731S004          16.937   999.900              STATION / BIAS / RMS
+   G  STR1 50119M002          12.708   999.900              STATION / BIAS / RMS
+   G  SULP                    18.701   999.900              STATION / BIAS / RMS
+   G  SUNM 50143M001          -5.340   999.900              STATION / BIAS / RMS
+   G  SUTH                    -6.186     1.013              STATION / BIAS / RMS
+   G  SUWN 23903M001          25.991   999.900              STATION / BIAS / RMS
+   G  SVTL 12350M001           8.326   999.900              STATION / BIAS / RMS
+   G  SYDN 50124M003          -8.196     1.304              STATION / BIAS / RMS
+   G  SYOG                    35.185     1.143              STATION / BIAS / RMS
+   G  TABV 49901M001           1.536   999.900              STATION / BIAS / RMS
+   G  TASH 89953M001         -14.414   999.900              STATION / BIAS / RMS
+   G  TCMS                     9.106     0.139              STATION / BIAS / RMS
+   G  TEHN 20404M002          -3.323   999.900              STATION / BIAS / RMS
+   G  THTI                   -16.761     1.246              STATION / BIAS / RMS
+   G  THU2 43001M002           2.402   999.900              STATION / BIAS / RMS
+   G  THU3                    -7.025     0.085              STATION / BIAS / RMS
+   G  TIDB                    -6.953     0.261              STATION / BIAS / RMS
+   G  TIXI                    -4.106     0.482              STATION / BIAS / RMS
+   G  TLSE                   -15.041     0.093              STATION / BIAS / RMS
+   G  TN22 49450M001          10.725   999.900              STATION / BIAS / RMS
+   G  TNML 23604S001           7.103   999.900              STATION / BIAS / RMS
+   G  TOW2 50140M001           9.997   999.900              STATION / BIAS / RMS
+   G  TRAB 20808M001         -18.028   999.900              STATION / BIAS / RMS
+   G  TRO1                   -12.597   999.900              STATION / BIAS / RMS
+   G  TROM 10302M003          10.889   999.900              STATION / BIAS / RMS
+   G  TSKB 21730S005           1.395   999.900              STATION / BIAS / RMS
+   G  TUBI                    19.308     0.083              STATION / BIAS / RMS
+   G  TUKT 40165M001          -3.204   999.900              STATION / BIAS / RMS
+   G  TWTF 23603S002          -3.288   999.900              STATION / BIAS / RMS
+   G  UCLU                    41.378     0.068              STATION / BIAS / RMS
+   G  UFPR 41610M002          21.131   999.900              STATION / BIAS / RMS
+   G  ULAB 24201M001           3.719   999.900              STATION / BIAS / RMS
+   G  UNB3 40146M002         -14.229   999.900              STATION / BIAS / RMS
+   G  UNBJ                    -2.324     1.114              STATION / BIAS / RMS
+   G  UNSA                     1.973     0.099              STATION / BIAS / RMS
+   G  URUM                     5.621     0.500              STATION / BIAS / RMS
+   G  USNO 40451S003         -16.004   999.900              STATION / BIAS / RMS
+   G  USUD                     0.463     0.973              STATION / BIAS / RMS
+   G  UZHL 12301M001           5.814   999.900              STATION / BIAS / RMS
+   G  VALD 40156M001           6.536   999.900              STATION / BIAS / RMS
+   G  VALP 41712S001          39.978   999.900              STATION / BIAS / RMS
+   G  VCIO                    -5.053   999.900              STATION / BIAS / RMS
+   G  VESL 66009M001           0.017   999.900              STATION / BIAS / RMS
+   G  VILL 13406M001          -7.561   999.900              STATION / BIAS / RMS
+   G  VIS0 10423M001           0.537   999.900              STATION / BIAS / RMS
+   G  WES2 40440S020          11.163   999.900              STATION / BIAS / RMS
+   G  WHIT                    12.489     1.204              STATION / BIAS / RMS
+   G  WILL                    13.930     0.029              STATION / BIAS / RMS
+   G  WROC                    10.140   999.900              STATION / BIAS / RMS
+   G  WSLR                    36.736   999.900              STATION / BIAS / RMS
+   G  WSRT                     2.245   999.900              STATION / BIAS / RMS
+   G  WTZR                    14.025     1.105              STATION / BIAS / RMS
+   G  WUHN 21602M001          -4.427   999.900              STATION / BIAS / RMS
+   G  XMIS 50183M001          11.803     1.610              STATION / BIAS / RMS
+   G  YAKT                    -8.539     0.520              STATION / BIAS / RMS
+   G  YAR2                    -6.823     0.447              STATION / BIAS / RMS
+   G  YEBE                    45.857     0.030              STATION / BIAS / RMS
+   G  YELL                    -6.547     0.006              STATION / BIAS / RMS
+   G  YIBL 25001M001          14.739   999.900              STATION / BIAS / RMS
+   G  YKRO                    -1.680     0.670              STATION / BIAS / RMS
+   G  YSSK                   -11.231     0.904              STATION / BIAS / RMS
+   G  ZAMB 34601M001          -9.855   999.900              STATION / BIAS / RMS
+   G  ZECK                    -7.469     0.090              STATION / BIAS / RMS
+   G  ZIM2 14001M008         -13.108     1.500              STATION / BIAS / RMS
+   G  ZIMM                    21.928     1.119              STATION / BIAS / RMS
+   G  ZWE2 12330M003           1.529   999.900              STATION / BIAS / RMS
+   R  ADIS 31502M001          -6.740     0.089              STATION / BIAS / RMS
+   R  ALIC 50137M001          -6.609     0.094              STATION / BIAS / RMS
+   R  ANKR 20805M002          -6.576     0.073              STATION / BIAS / RMS
+   R  ASPA 50503S006          -6.950     0.098              STATION / BIAS / RMS
+   R  AZCO 49454M001          -9.206     0.086              STATION / BIAS / RMS
+   R  BAKE 40152M001          11.659     0.075              STATION / BIAS / RMS
+   R  BJCO                    -9.456     0.098              STATION / BIAS / RMS
+   R  BJFS 21601M001          -3.435     0.083              STATION / BIAS / RMS
+   R  BOGO 12207M002         -20.537     0.066              STATION / BIAS / RMS
+   R  BRMU 42501S004         -14.525     0.075              STATION / BIAS / RMS
+   R  BRST 10004M004          -9.875     0.066              STATION / BIAS / RMS
+   R  BSHM 20705M001           6.493     0.078              STATION / BIAS / RMS
+   R  CAGZ 12725M004          -5.324     0.066              STATION / BIAS / RMS
+   R  CALL 42205M001          -9.300     0.092              STATION / BIAS / RMS
+   R  CHUR 40128M002           7.834     0.075              STATION / BIAS / RMS
+   R  CNMR 50512M001          -4.580     0.102              STATION / BIAS / RMS
+   R  CONZ 41719M002         -10.956     0.096              STATION / BIAS / RMS
+   R  CRAR 66001M004           5.217     0.184              STATION / BIAS / RMS
+   R  CTWN                   -10.037     0.096              STATION / BIAS / RMS
+   R  DARW 50134M001         -20.603     0.098              STATION / BIAS / RMS
+   R  DUBO 40137M001          18.884     0.074              STATION / BIAS / RMS
+   R  FAA1 92201M012          -8.191     0.101              STATION / BIAS / RMS
+   R  FLRS 31907M001          -9.471     0.075              STATION / BIAS / RMS
+   R  FUNC 13911S001          -9.628     0.074              STATION / BIAS / RMS
+   R  GANP 11515M001          -4.204     0.064              STATION / BIAS / RMS
+   R  GLSV 12356M001          -7.010     0.065              STATION / BIAS / RMS
+   R  GODZ 40451M123           0.696     0.073              STATION / BIAS / RMS
+   R  GOPE 11502M002           4.388     0.065              STATION / BIAS / RMS
+   R  GUUG 82301M001         -16.065     0.109              STATION / BIAS / RMS
+   R  HERT 13212M010          -9.051     0.065              STATION / BIAS / RMS
+   R  HNPT 49913S001          -9.889     0.073              STATION / BIAS / RMS
+   R  HOFN 10204M002         -10.336     0.080              STATION / BIAS / RMS
+   R  HYDE 22307M001         -11.197     0.090              STATION / BIAS / RMS
+   R  IQAL 40194M001           5.792     0.079              STATION / BIAS / RMS
+   R  IQUI 42204M001         -10.017     0.115              STATION / BIAS / RMS
+   R  IRKJ 12313M002          -3.831     0.092              STATION / BIAS / RMS
+   R  KHAJ 12361M001         -10.601     0.096              STATION / BIAS / RMS
+   R  KHAR 12314M001          -7.257     0.066              STATION / BIAS / RMS
+   R  KIR0 10422M001           3.013     0.079              STATION / BIAS / RMS
+   R  KOSG 13504M003          -4.783     0.064              STATION / BIAS / RMS
+   R  LHAZ 21613M002          -7.649     0.090              STATION / BIAS / RMS
+   R  LPAL 81701M001          -8.817     0.077              STATION / BIAS / RMS
+   R  MAL2 33201M003          -7.696     0.089              STATION / BIAS / RMS
+   R  MAS1 31303M002           2.216     0.079              STATION / BIAS / RMS
+   R  MATE 12734M008          -7.189     0.066              STATION / BIAS / RMS
+   R  MDVJ 12309M005          -0.429     0.076              STATION / BIAS / RMS
+   R  MOBJ 12365M002          -4.114     0.067              STATION / BIAS / RMS
+   R  MTKA 21741S002          -2.290     0.114              STATION / BIAS / RMS
+   R  NANO 40138M001         -11.161     0.081              STATION / BIAS / RMS
+   R  NOVM 12367M002          -9.312     0.089              STATION / BIAS / RMS
+   R  NRMD 92701M005          -4.776     0.094              STATION / BIAS / RMS
+   R  NTUS 22601M001         -10.149     0.092              STATION / BIAS / RMS
+   R  NURK 34001M001         -47.774     0.091              STATION / BIAS / RMS
+   R  OHI3 66008M006          -3.719     0.118              STATION / BIAS / RMS
+   R  ONSA 10402M004          -6.703     0.064              STATION / BIAS / RMS
+   R  PARK 50108M001         -17.583     0.098              STATION / BIAS / RMS
+   R  PDEL 31906M004          -9.332     0.074              STATION / BIAS / RMS
+   R  PENC 11206M006         -11.743     0.064              STATION / BIAS / RMS
+   R  PFA2 11005M003         -10.764     0.065              STATION / BIAS / RMS
+   R  REUN 97401M003         -12.472     0.096              STATION / BIAS / RMS
+   R  SCH2 40133M002           4.614     0.074              STATION / BIAS / RMS
+   R  SOFI 11101M002          -1.358     0.065              STATION / BIAS / RMS
+   R  SYDN 50124M003         -18.784     0.099              STATION / BIAS / RMS
+   R  TABV 49901M001          -9.887     0.123              STATION / BIAS / RMS
+   R  THTI 92201M009          -6.007     0.103              STATION / BIAS / RMS
+   R  THU2 43001M002          -9.460     0.090              STATION / BIAS / RMS
+   R  TN22 49450M001           9.899     0.083              STATION / BIAS / RMS
+   R  UNB3 40146M002         -12.033     0.071              STATION / BIAS / RMS
+   R  UNBJ 40146M002          -4.013     0.071              STATION / BIAS / RMS
+   R  WHIT 40136M001          18.965     0.084              STATION / BIAS / RMS
+   R  WTZR 14201M010          -2.691     0.064              STATION / BIAS / RMS
+   R  XMIS 50183M001         -15.923     0.095              STATION / BIAS / RMS
+   R  ZIM2 14001M008          -7.853     0.065              STATION / BIAS / RMS
+DIFFERENTIAL CODE BIASES                                    END OF AUX DATA
+                                                            END OF HEADER
+     1                                                      START OF TEC MAP
+  2010    12     5     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   51   51   51   51   51   50   50   50   50   50   50   49   49   49
+   49   48   48   47   47   47   46   46   45   45   45   45   45   45   45   44
+   44   44   44   45   45   45   45   45   45   45   45   45   45   46   46   46
+   46   46   47   47   47   47   47   48   47   47   48   48   48   48   48   49
+   49   49   50   50   50   50   50   51   51
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   53   53   54   55   54   54   54   53   53   52   51   51   50   49   48   47
+   46   46   45   45   44   43   42   41   40   40   40   40   39   39   39   40
+   40   40   40   40   40   40   41   41   41   41   42   42   42   42   43   43
+   43   44   44   44   45   45   45   45   45   45   45   45   46   46   47   47
+   48   48   49   50   50   51   52   53   53
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   55   55   55   55   55   55   54   54   53   52   51   49   48   46   44
+   43   42   41   39   39   38   36   36   35   35   34   34   34   34   34   34
+   34   34   35   35   35   36   36   37   37   38   38   38   39   39   39   39
+   39   40   40   40   40   41   41   41   41   41   42   42   42   43   43   44
+   45   46   47   49   50   52   53   54   55
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   54   56   56   58   58   59   59   57   55   53   50   47   45   43   41
+   39   37   36   35   34   33   32   31   30   30   30   30   30   30   30   31
+   31   32   32   32   33   32   33   34   34   34   35   35   35   35   36   36
+   36   36   36   36   37   37   37   37   37   37   38   38   39   39   40   41
+   42   43   44   46   48   49   51   52   54
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   57   59   61   63   63   63   61   58   56   53   51   48   45   42   40
+   37   35   33   31   30   28   27   27   26   27   27   27   27   27   27   28
+   28   29   29   30   30   30   30   31   31   32   32   32   33   33   34   34
+   34   34   34   34   33   33   32   33   33   34   34   35   35   36   37   38
+   39   41   43   44   46   48   50   53   55
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   59   62   65   68   69   69   67   65   63   59   56   53   50   46   42   38
+   36   34   31   29   28   27   26   26   26   26   26   26   26   26   26   27
+   27   28   28   28   28   29   28   29   29   29   30   30   31   31   32   32
+   32   32   32   32   32   31   30   30   31   32   32   32   33   34   35   37
+   39   41   42   45   47   50   53   56   59
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   70   73   76   77   77   75   72   69   66   61   57   52   48   43   39
+   36   33   31   29   28   27   27   27   26   27   26   27   27   27   27   27
+   27   27   28   28   27   27   27   26   26   26   27   28   29   29   30   30
+   31   32   31   31   31   30   29   29   30   30   31   32   33   34   36   38
+   40   43   45   48   51   56   60   64   67
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   81   83   86   88   87   85   82   77   72   67   62   55   49   44   41
+   37   35   32   30   30   28   28   29   29   28   28   28   28   27   27   27
+   27   26   27   27   27   26   26   25   24   24   24   26   27   28   30   31
+   32   32   32   31   30   30   30   30   31   32   33   35   37   39   41   43
+   46   49   52   56   59   64   69   74   77
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   88   91   94   96   97   96   94   91   86   80   73   65   57   52   48   44
+   40   37   35   34   32   31   31   31   30   31   30   30   28   28   27   26
+   26   26   26   27   26   26   25   24   23   23   23   25   27   29   31   33
+   34   34   34   33   32   32   32   33   34   36   38   41   43   46   49   52
+   55   58   62   66   70   75   79   84   88
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99  103  105  105  106  106  103   98   92   86   78   70   63   58   53   48
+   44   40   38   36   35   34   33   32   32   32   32   30   29   28   27   26
+   25   25   26   26   27   27   26   25   24   24   24   26   29   31   35   38
+   38   38   37   36   35   35   36   37   39   42   44   47   51   54   57   61
+   65   69   72   77   81   86   90   96   99
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  113  114  114  113  113  109  105   99   92   85   78   71   64   58   52
+   47   44   40   38   36   35   35   32   33   32   32   31   29   27   27   26
+   26   26   26   28   29   30   30   28   27   27   28   31   33   38   41   43
+   44   43   42   40   39   39   40   42   44   47   50   54   58   62   66   70
+   75   79   84   89   92   97  101  105  109
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  119  119  119  119  117  114  109  103   98   91   85   77   70   63   57
+   53   48   43   40   37   35   35   32   32   32   33   32   30   28   27   27
+   27   29   29   30   32   34   35   34   34   34   36   39   43   46   49   50
+   50   49   47   45   43   42   43   46   48   52   55   60   64   69   74   80
+   85   90   94   98  102  106  110  114  116
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  123  122  121  121  118  115  111  107  101   95   89   82   75   69   63
+   57   52   46   41   38   34   34   32   32   33   34   34   33   32   30   30
+   31   32   33   35   39   41   43   44   43   44   47   49   52   56   59   58
+   58   56   54   50   48   47   48   50   52   56   60   65   70   76   81   87
+   93   98  103  107  111  114  118  120  122
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  126  125  124  121  118  115  112  108  103   97   92   86   80   74   68
+   61   55   49   43   39   36   34   34   35   37   38   38   37   37   35   34
+   35   36   39   43   47   51   54   56   57   57   59   61   64   67   68   66
+   63   61   58   55   52   52   53   54   55   59   63   68   74   80   86   93
+   99  105  110  114  118  120  123  126  127
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  130  129  127  122  118  116  112  109  104  100   94   89   83   77   71
+   65   59   52   46   42   38   36   37   39   42   44   45   44   44   42   41
+   41   44   47   51   56   61   65   68   69   70   71   73   75   77   76   73
+   68   64   61   59   56   56   57   58   59   62   66   71   77   84   90   96
+  103  110  115  119  123  126  129  130  131
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  136  135  132  127  122  118  113  109  106  101   96   91   85   80   75
+   69   63   56   50   46   42   42   43   46   49   52   53   52   51   50   50
+   51   54   56   61   66   70   75   78   80   81   81   83   85   86   84   80
+   73   68   64   61   59   58   60   60   61   64   69   74   81   87   93  100
+  107  113  119  124  127  130  134  136  137
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  143  143  142  138  133  127  121  115  110  107  104   99   94   89   84   79
+   73   67   61   55   51   49   50   52   56   59   61   62   61   60   58   59
+   60   63   66   69   73   78   83   86   88   89   90   91   93   94   92   87
+   80   73   67   64   61   61   61   61   62   66   72   78   85   91   98  104
+  112  118  123  127  130  134  138  142  143
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  151  150  146  139  132  125  118  112  109  107  102   97   93   89   84
+   77   72   65   60   59   58   60   64   68   71   72   72   71   69   66   68
+   70   71   72   75   78   83   88   91   93   93   94   96   98   99   99   93
+   85   77   71   68   65   64   63   63   66   71   77   84   90   96  102  110
+  117  124  128  131  134  137  143  147  150
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  159  157  153  145  138  130  122  115  112  110  106  102   98   94   89
+   82   76   70   67   67   68   71   76   80   83   82   80   77   75   74   75
+   77   78   78   80   82   86   89   92   94   94   95   98  101  102  102   97
+   89   81   74   71   69   67   66   67   71   77   84   91   96  102  108  115
+  122  128  133  136  137  141  147  153  157
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  165  163  157  151  143  135  127  120  116  114  111  108  104  100   95
+   88   81   76   73   74   77   82   86   92   93   90   86   82   80   80   80
+   82   83   83   84   85   88   89   92   92   93   94   97   99  102  103   99
+   91   83   77   73   71   69   68   70   75   83   91   97  103  108  113  119
+  126  132  137  140  143  146  152  160  163
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  169  166  160  154  146  138  131  125  121  119  116  113  111  106  101
+   94   87   81   80   82   86   91   96  100  100   96   89   84   82   82   82
+   85   87   88   88   88   89   89   90   89   89   91   94   97  101  101   98
+   91   83   77   74   71   68   68   71   78   88   97  104  109  113  117  123
+  130  136  142  146  150  153  160  166  169
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  175  170  162  155  148  141  135  129  125  122  121  120  118  114  109
+  102   94   88   86   89   93   98  102  105  105   99   92   85   83   82   83
+   87   91   92   92   90   90   88   88   86   85   87   89   94   98   99   96
+   89   83   77   73   69   67   68   73   83   93  103  111  114  117  120  126
+  133  141  149  154  159  164  170  175  177
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  185  176  166  158  151  144  138  133  129  126  126  126  124  121  117
+  110  102   95   93   94   97  101  104  107  107  101   94   87   84   83   85
+   90   94   97   96   94   92   88   86   85   83   84   86   91   95   95   92
+   87   80   75   70   67   66   69   76   88   99  109  116  120  122  125  131
+  138  148  157  164  171  178  185  190  189
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  210  203  189  176  166  158  149  140  135  134  129  128  129  129  127  124
+  118  109  101   97   97   99  101  103  105  105  102   96   91   88   87   89
+   93   98  101  100   97   93   88   85   84   83   82   84   88   91   91   88
+   83   77   71   67   64   65   69   79   91  104  114  121  125  127  130  137
+  146  157  168  177  188  197  205  211  210
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  238  227  211  196  184  173  161  148  138  137  137  133  132  132  132  129
+  123  114  106  102  100   99  100  101  102  104  103  100   97   95   95   96
+   99  103  106  105  101   94   89   86   85   83   82   83   86   88   87   84
+   78   72   67   63   62   63   69   80   94  107  118  126  130  132  135  144
+  156  169  182  195  209  221  232  239  238
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  273  264  245  230  213  197  179  163  151  147  145  140  136  134  134  131
+  126  117  110  105  102  100  100  100  102  104  105  106  105  105  105  104
+  104  107  111  109  106   97   91   88   86   84   82   82   84   85   84   80
+   74   67   62   59   58   61   68   79   95  110  121  130  136  139  144  154
+  167  182  198  215  233  249  264  274  273
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  315  311  298  277  256  233  207  185  167  158  154  146  140  136  133  131
+  125  118  112  108  103  101  100  101  104  108  112  114  114  115  114  111
+  111  111  114  113  109  101   93   89   88   86   83   82   82   83   81   76
+   69   63   58   55   55   59   67   80   97  112  124  135  143  148  154  165
+  179  195  215  236  257  280  300  313  315
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  356  358  353  335  310  282  247  216  189  173  163  153  144  138  133  130
+  125  119  114  109  104  102  102  105  110  116  119  122  123  125  123  120
+  117  116  117  115  112  104   96   92   89   86   83   81   80   80   78   73
+   66   60   55   53   54   57   67   82   99  115  128  140  150  158  165  177
+  192  210  231  255  280  309  332  348  356
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  385  394  397  390  367  336  297  258  221  197  179  163  152  141  135  131
+  126  120  115  111  106  104  106  111  118  123  127  129  131  132  130  126
+  123  121  119  117  114  107  100   95   90   86   82   80   78   77   76   70
+   64   57   54   52   53   58   68   85  102  119  133  146  159  169  178  190
+  205  226  247  270  296  328  355  373  385
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  398  410  422  425  411  381  349  299  256  224  202  179  162  149  141  135
+  129  124  118  114  109  108  112  119  126  130  132  133  135  135  134  131
+  126  122  118  116  114  108  103   97   91   86   81   78   76   76   74   69
+   62   56   53   53   55   59   70   88  107  124  140  155  170  182  191  202
+  218  240  261  282  305  335  363  382  398
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  390  404  423  436  434  413  377  332  292  257  226  201  177  160  148  140
+  133  128  123  117  113  113  119  127  134  138  139  136  134  134  134  130
+  125  119  115  113  113  110  105   99   93   86   81   77   75   74   72   68
+   62   56   54   54   56   61   73   91  112  130  147  164  181  194  202  213
+  231  253  274  290  309  333  357  375  390
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  367  380  401  420  429  417  391  354  318  284  251  222  195  172  157  146
+  138  134  129  124  120  121  129  139  147  150  146  138  133  132  131  127
+  123  117  114  111  112  111  107  101   94   87   81   77   74   74   72   68
+   62   57   55   55   57   62   74   94  116  136  154  171  190  202  211  222
+  240  262  280  296  310  327  343  356  367
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  336  347  367  389  403  403  388  363  334  304  272  241  212  187  168  155
+  146  142  139  135  132  135  144  156  162  162  153  139  131  129  129  126
+  121  117  113  111  112  112  109  103   95   88   83   78   76   75   73   69
+   63   58   55   56   58   63   75   96  119  141  160  178  196  209  217  228
+  245  266  286  300  311  321  330  332  336
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  310  316  333  353  371  379  375  362  341  315  286  256  227  202  182  168
+  159  155  152  150  149  153  163  172  176  173  159  143  135  131  132  130
+  126  121  116  113  113  111  108  103   96   90   85   82   81   79   77   72
+   65   60   57   57   59   64   78   99  123  146  164  182  199  212  221  231
+  246  267  288  304  315  321  321  315  310
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  299  297  308  326  344  357  363  358  343  320  295  266  238  216  197  185
+  175  171  170  168  169  174  182  189  191  184  166  152  144  140  141  139
+  135  128  121  116  114  111  108  103   97   92   88   87   87   85   82   77
+   69   64   60   60   61   66   81  102  127  149  167  184  199  209  218  228
+  245  266  289  308  322  327  323  311  299
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  307  298  302  314  327  342  355  358  347  326  301  275  250  230  213  201
+  193  189  188  188  190  196  202  208  207  195  178  162  154  150  150  149
+  144  136  128  121  117  112  109  104   99   95   94   94   93   91   87   82
+   75   68   64   62   63   68   83  104  128  150  166  182  196  202  209  223
+  241  264  289  313  331  340  336  322  307
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  332  320  318  323  331  344  359  364  355  335  310  285  263  244  229  216
+  208  207  209  211  212  217  222  225  218  205  189  172  163  160  157  157
+  154  145  135  126  120  115  111  105  100   99   99  101  100   96   92   86
+   80   72   67   64   65   71   84  104  127  147  163  178  191  195  201  218
+  237  261  288  316  340  355  357  347  332
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  370  356  349  350  355  364  374  377  367  347  323  299  279  261  245  232
+  224  224  227  231  232  233  236  233  220  207  194  181  171  167  165  166
+  164  155  143  132  124  119  114  108  104  104  105  107  106  102   98   92
+   85   77   70   67   68   73   85  103  124  142  157  171  183  190  199  214
+  233  256  284  316  346  370  380  378  370
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  410  399  390  388  390  393  394  394  383  364  340  318  298  280  264  250
+  242  240  242  246  246  246  245  235  216  201  194  187  178  172  172  172
+  170  164  152  139  131  124  118  111  107  108  110  112  110  107  102   96
+   89   81   74   69   70   75   86  103  123  139  151  163  175  185  197  211
+  228  249  277  311  348  380  401  411  410
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  440  435  429  425  421  417  413  409  398  380  359  338  318  301  284  269
+  260  255  254  254  255  255  249  234  212  198  194  190  186  182  177  174
+  174  170  160  147  138  129  121  114  109  111  115  115  113  109  104   99
+   92   84   75   70   71   78   88  104  124  138  147  157  168  179  193  206
+  221  242  268  303  344  382  414  434  440
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  459  460  457  450  440  432  424  415  405  389  373  353  337  320  304  288
+  277  271  267  264  263  262  251  234  216  203  197  196  195  190  181  177
+  176  174  165  153  144  135  124  115  110  113  120  118  113  109  104  100
+   95   86   76   70   72   80   92  108  125  137  144  152  161  173  187  199
+  213  232  257  290  332  377  414  443  459
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  458  464  462  454  441  428  419  411  402  390  377  363  348  334  318  303
+  291  283  279  274  270  264  251  236  222  213  207  205  203  195  185  179
+  177  174  166  157  148  138  125  115  110  113  122  118  113  108  103   99
+   95   86   76   71   73   83   97  111  127  137  143  149  157  167  180  192
+  205  222  244  275  315  361  402  435  458
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  439  445  445  436  420  404  396  391  386  379  371  362  351  340  326  312
+  299  290  283  276  269  262  251  239  229  221  216  213  207  196  185  178
+  174  170  163  154  147  136  125  116  111  112  119  117  112  106  101   98
+   94   85   75   71   76   87  102  116  129  139  145  149  156  165  176  186
+  198  212  232  260  297  339  380  416  439
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  405  412  411  403  387  370  362  358  357  355  353  349  344  335  325  313
+  302  292  283  273  265  258  250  241  233  227  222  217  208  195  182  173
+  168  163  157  149  142  132  123  114  110  112  115  114  108  103   98   95
+   91   83   75   73   79   92  107  121  133  141  146  150  157  165  175  183
+  193  205  221  245  278  314  352  385  405
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  365  372  367  359  347  336  324  319  320  322  325  326  324  320  314  306
+  298  289  280  271  262  255  248  240  235  229  224  217  203  188  173  164
+  158  153  149  142  136  126  119  111  107  109  110  109  103   97   93   90
+   86   80   74   75   83   97  112  125  135  144  147  150  158  164  173  181
+  188  199  213  233  260  291  323  349  365
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  324  327  321  314  305  299  287  282  282  285  290  294  296  297  295  292
+  287  282  275  266  258  251  244  238  233  228  220  209  192  176  160  152
+  147  142  139  133  128  118  111  106  104  105  107  104   97   90   87   85
+   82   78   75   78   87  101  115  127  137  144  149  151  158  163  169  176
+  183  194  207  222  245  271  294  313  324
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  286  284  280  273  266  264  258  252  251  253  257  262  265  269  271  272
+  272  271  267  262  256  251  244  236  230  221  212  197  179  161  148  140
+  136  131  127  122  117  109  103  100  100  103  104  101   93   86   82   80
+   79   78   78   82   92  105  117  127  135  142  149  153  157  161  164  170
+  177  188  202  215  234  255  270  281  286
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  255  251  246  241  237  236  233  230  228  228  229  233  238  242  246  251
+  254  257  257  256  253  249  242  234  224  214  202  186  167  150  137  130
+  125  121  116  111  106  101   98   96   98  101  102   98   90   82   78   77
+   78   80   83   88   97  108  117  124  131  138  146  152  156  159  161  164
+  171  182  196  211  227  242  250  256  255
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  232  228  223  219  218  215  216  214  211  209  209  213  216  220  225  231
+  237  242  245  247  247  243  237  228  216  204  191  175  157  141  129  121
+  117  113  108  102   98   96   94   94   97  100   99   95   87   80   77   77
+   80   84   90   96  104  110  115  120  125  132  140  147  152  156  158  160
+  165  175  189  204  219  228  234  236  232
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  216  211  206  204  204  205  206  205  202  199  198  199  202  205  209  215
+  221  228  233  236  237  235  229  220  208  194  180  165  149  136  124  117
+  113  108  103   98   94   94   92   93   96   97   96   91   85   79   77   79
+   84   90   97  104  109  113  115  117  121  127  134  142  147  151  153  155
+  158  168  181  195  208  215  219  218  216
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  199  195  195  196  198  200  199  196  194  192  193  194  195  198  202
+  208  215  220  225  226  225  220  212  200  187  172  156  143  131  122  116
+  112  108  102   98   95   93   93   93   96   96   94   89   83   79   79   82
+   88   96  103  109  114  115  115  115  119  125  132  138  144  146  149  150
+  154  162  173  186  195  201  204  204  202
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  190  189  186  188  190  193  195  194  193  191  190  190  190  190  191  193
+  198  204  210  215  216  216  213  206  196  182  168  154  142  132  124  119
+  115  111  106  101   98   96   96   96   97   96   93   88   83   80   81   86
+   91  100  107  113  116  116  115  115  118  124  131  137  141  144  145  146
+  150  155  166  175  182  186  189  190  190
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  177  178  179  183  186  188  189  189  189  188  189  188  188  187  189
+  192  196  202  206  208  209  207  202  194  183  170  158  147  139  132  127
+  121  116  110  105  103  100  100  100  100   97   92   88   85   83   84   88
+   95  103  111  116  118  118  117  117  121  126  132  137  140  142  143  143
+  146  151  158  164  168  172  175  176  177
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  165  167  169  173  176  179  181  183  184  184  186  186  185  185  185
+  188  192  196  200  203  205  204  201  195  187  178  168  159  150  142  136
+  129  122  116  111  110  106  105  105  104  100   95   90   87   86   87   91
+   98  106  113  118  121  121  121  121  125  130  134  137  139  140  141  141
+  143  146  150  154  157  160  162  163  164
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  152  154  156  160  163  167  170  173  176  178  180  181  181  181  182
+  184  188  193  197  200  203  203  201  198  193  187  180  172  163  154  146
+  137  130  122  117  116  112  111  111  108  105   99   95   92   90   91   94
+  100  109  116  121  124  125  126  127  130  133  136  137  138  139  138  139
+  141  143  145  147  149  151  151  152  152
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  140  140  143  145  149  153  157  161  165  169  172  174  175  176  178
+  181  185  190  196  198  201  203  203  201  198  194  189  181  173  163  155
+  145  136  128  122  121  118  117  115  113  110  106  101   97   96   96   99
+  105  112  119  125  128  130  131  132  135  136  136  137  136  136  136  137
+  138  140  142  143  144  145  144  142  141
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  132  131  131  132  135  139  143  147  152  156  160  163  166  169  171
+  175  181  186  191  195  199  201  203  203  201  199  194  188  180  172  163
+  153  143  135  129  127  123  122  119  117  115  112  109  105  102  101  104
+  110  117  123  129  133  135  136  137  138  137  137  135  134  133  134  134
+  137  139  141  142  142  142  140  138  135
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  128  126  124  125  126  128  131  135  140  144  148  152  155  159  163
+  168  174  180  186  191  195  199  201  201  201  199  196  192  187  179  171
+  161  151  142  135  132  128  126  124  122  120  119  116  113  109  107  109
+  115  121  128  133  137  139  139  139  139  137  135  133  131  130  131  133
+  136  139  142  142  142  140  139  137  133
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  135  131  127  125  122  122  123  124  127  130  134  137  141  144  149  154
+  159  166  172  179  185  189  193  195  197  197  196  195  194  190  183  175
+  166  157  149  143  140  135  132  129  126  125  125  123  121  117  115  117
+  122  127  132  136  140  141  141  140  138  136  133  130  128  127  129  132
+  136  140  143  145  144  142  141  138  135
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  138  134  130  127  125  124  124  124  126  127  130  132  136  140  145
+  150  157  164  170  176  180  184  187  189  190  190  191  191  188  183  177
+  169  161  155  149  145  142  138  135  133  131  130  129  127  124  122  123
+  128  131  135  138  141  141  141  139  137  134  131  128  126  126  128  132
+  137  142  146  148  148  147  146  144  142
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  148  144  140  136  133  131  129  127  127  127  127  128  131  134  138
+  144  149  155  161  165  169  172  175  178  180  181  182  182  181  179  175
+  169  164  158  154  150  147  144  141  140  138  136  134  132  130  129  129
+  131  133  136  137  139  140  139  137  135  132  129  127  126  126  128  133
+  138  145  149  153  153  154  154  153  151
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  160  157  153  149  145  142  139  136  134  132  131  130  132  133  137
+  140  145  149  153  156  159  162  164  166  168  169  171  173  173  171  170
+  167  163  159  156  153  150  148  145  144  143  139  135  133  133  132  131
+  132  132  132  133  134  135  135  134  132  130  128  127  126  127  130  136
+  142  149  154  158  160  162  163  164  163
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  173  170  167  163  159  155  152  148  145  142  139  138  137  137  139
+  141  144  146  148  151  152  154  156  157  159  160  163  165  165  165  164
+  162  160  157  155  153  150  148  145  143  140  137  134  131  130  129  129
+  129  128  127  127  127  128  130  131  130  130  129  129  128  129  134  141
+  148  154  159  163  167  171  173  174  174
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  183  181  178  175  172  169  165  161  157  154  151  148  146  146  146
+  146  147  147  149  149  150  150  151  151  152  153  156  158  159  158  158
+  156  154  152  151  149  147  144  142  138  135  133  130  127  125  124  123
+  123  123  121  120  119  120  123  127  128  130  131  131  132  134  140  147
+  153  159  163  168  173  178  181  183  183
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  189  189  187  185  182  179  176  173  169  166  162  160  158  155  155
+  154  153  152  152  151  150  150  150  149  149  149  149  151  150  150  150
+  149  147  146  144  142  140  138  136  131  129  126  123  120  118  117  116
+  115  116  116  115  112  112  116  121  127  130  132  134  135  140  145  152
+  157  161  165  170  177  183  186  188  189
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  192  191  191  190  188  187  184  181  178  176  172  170  168  165  163
+  162  160  158  156  155  153  151  150  149  147  146  145  145  144  144  143
+  141  139  138  135  134  131  130  127  125  121  119  116  114  112  110  109
+  108  108  108  109  110  109  108  113  122  129  133  135  138  144  149  153
+  156  160  166  173  179  183  187  189  191
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  189  190  190  190  189  187  186  184  182  180  178  176  174  171  169
+  167  164  162  160  158  156  153  151  149  147  144  142  141  140  138  137
+  135  132  129  127  125  123  121  119  117  115  113  110  108  107  106  104
+  103  103  102  103  104  106  107  109  111  122  130  133  140  142  145  150
+  156  161  167  173  177  180  184  186  188
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  183  183  184  184  184  183  182  181  180  178  177  176  174  172  170
+  168  166  164  161  159  157  153  151  148  146  143  141  138  136  134  132
+  129  126  124  121  119  117  115  113  111  110  108  107  106  104  104  104
+  103  103  104  105  106  107  110  113  119  126  133  134  139  144  148  153
+  157  161  164  169  172  175  178  180  182
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  171  172  172  173  173  173  173  172  172  172  171  170  169  168  166
+  164  163  161  159  156  154  152  150  147  144  142  139  137  134  131  129
+  127  124  121  119  118  115  113  111  110  109  108  107  107  106  107  107
+  107  108  110  111  114  116  120  124  129  133  136  138  139  142  144  148
+  151  154  157  160  163  165  167  169  171
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  158  159  159  160  161  161  161  162  162  162  161  161  161  160  159
+  158  156  155  153  151  150  148  146  144  142  140  138  136  134  132  129
+  128  126  125  122  121  120  118  116  116  115  114  114  114  115  115  115
+  116  117  118  121  122  124  127  129  131  133  136  138  140  141  143  144
+  146  147  149  151  153  153  155  156  157
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  150  150  150  151  151  151  151  151  151  151  151  151  150  150  149
+  148  148  147  146  145  144  143  142  141  140  139  138  136  136  135  134
+  132  131  130  129  128  128  127  127  126  126  126  126  126  126  126  127
+  127  128  129  129  130  131  132  133  134  135  136  138  139  140  141  142
+  143  144  145  146  146  147  148  148  149
+     1                                                      END OF TEC MAP     
+     2                                                      START OF TEC MAP
+  2010    12     5     2     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   47   47   47   47   46   46   46   46   46   46   45   45   45   45   45
+   44   44   44   44   43   43   43   43   44   44   44   43   44   44   44   44
+   44   45   45   45   45   45   45   45   46   46   46   46   46   46   46   46
+   47   47   49   49   49   50   50   50   50   49   49   49   48   48   48   48
+   47   47   47   47   47   47   47   47   47
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   48   47   46   45   45   45   44   44   43   43   42   42   42   42   41
+   41   41   41   40   40   40   40   40   40   40   40   40   41   41   41   42
+   42   43   43   44   44   44   45   45   46   46   46   46   46   46   46   45
+   45   45   46   47   48   49   50   50   49   49   48   47   46   46   46   46
+   46   46   47   47   48   48   48   49   48
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   50   48   48   48   47   46   46   45   44   44   43   42   41   41   40
+   39   38   38   37   37   36   36   36   37   37   36   36   36   37   37   38
+   39   40   41   43   43   44   45   46   46   46   46   46   46   46   46   45
+   45   44   44   44   44   45   45   45   44   44   43   43   43   43   43   44
+   44   46   47   48   49   49   49   49   49
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   52   51   50   49   48   47   46   45   44   43   42   41   40   39   38
+   37   37   36   35   34   34   34   33   33   33   33   33   33   34   35   36
+   37   38   40   41   43   44   45   46   47   47   47   47   46   45   44   44
+   43   43   42   41   41   40   40   40   40   40   40   41   41   42   43   44
+   45   47   48   50   52   52   52   53   52
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   56   55   53   52   51   49   48   46   45   43   42   41   40   40   39   38
+   38   37   36   35   34   33   33   33   32   32   32   32   32   33   33   34
+   35   36   38   40   42   43   44   46   46   47   46   46   45   44   43   42
+   41   39   38   38   38   37   37   37   38   39   40   41   42   44   45   47
+   49   51   53   55   57   58   58   58   56
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   59   58   56   54   51   49   46   44   42   42   41   41   40   39   39
+   38   37   37   36   36   36   35   34   34   33   33   32   32   32   32   34
+   34   35   37   39   41   42   44   45   45   46   45   44   42   41   40   38
+   37   35   34   34   34   34   35   36   38   39   42   44   46   49   51   53
+   56   58   60   63   65   65   64   63   62
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   67   64   61   57   54   50   47   45   43   43   42   41   40   40   40
+   39   39   39   39   39   39   38   37   36   35   35   34   33   33   32   33
+   34   35   35   38   40   42   44   45   45   45   44   43   41   38   37   35
+   34   33   32   31   33   33   35   38   40   44   47   50   53   56   59   62
+   65   68   70   73   73   72   72   71   70
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   76   72   67   63   59   55   51   47   46   44   43   41   41   41   41
+   41   42   42   42   42   41   40   39   38   38   37   36   35   35   34   33
+   33   33   35   35   37   39   41   43   44   43   42   40   38   36   34   33
+   32   30   30   31   33   35   38   41   45   50   54   58   63   66   70   73
+   77   80   84   85   83   83   83   82   79
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   85   80   76   71   66   61   56   52   48   45   43   42   42   42   43
+   44   44   45   44   43   43   42   40   39   38   37   37   36   36   35   33
+   33   33   33   34   35   36   38   40   41   42   41   38   37   35   33   31
+   30   30   31   33   35   39   44   49   54   59   64   69   74   78   82   86
+   90   94   98   98   96   96   95   92   89
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97   94   89   84   78   72   67   61   56   52   47   45   43   43   43   43
+   45   45   45   44   43   42   41   39   37   37   36   36   37   37   36   35
+   33   33   32   32   33   35   37   39   40   41   41   39   37   35   33   32
+   32   32   33   37   41   46   51   57   63   70   75   81   85   89   94   97
+  100  104  107  107  106  105  102  100   97
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103   99   96   90   84   78   72   66   60   56   51   48   46   44   43   43
+   43   44   44   42   40   40   39   37   35   34   34   35   35   37   37   37
+   35   34   33   33   34   35   38   40   42   43   43   42   40   38   37   36
+   36   36   39   42   47   53   58   67   74   81   87   92   95  100  103  106
+  108  110  112  112  112  110  107  105  103
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  103  100   94   88   82   77   71   65   59   55   51   48   45   44   43
+   42   42   41   40   38   36   36   34   33   32   32   34   35   38   39   39
+   39   37   37   37   38   39   41   43   46   47   48   48   46   44   43   42
+   42   43   44   48   53   60   67   76   84   91   96  101  105  108  110  113
+  115  115  117  118  117  114  109  108  106
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  106  102   97   91   85   79   74   68   62   57   54   50   47   45   43
+   41   40   39   37   36   34   33   31   31   31   32   34   38   40   42   43
+   44   43   43   43   44   45   48   51   53   56   56   56   54   52   51   50
+   50   50   51   54   60   67   75   83   92  100  104  109  112  115  117  119
+  120  121  122  123  122  119  113  111  109
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  109  104   99   93   87   81   76   70   64   60   56   52   49   46   44
+   42   40   39   37   37   34   33   32   32   32   34   37   42   44   47   48
+   50   50   51   53   53   55   58   61   63   65   67   66   64   62   60   59
+   58   57   58   61   67   73   81   88   97  105  110  115  118  120  122  125
+  126  127  127  127  127  124  121  117  114
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  112  106  100   95   90   84   79   73   67   62   58   54   52   49   46
+   43   42   40   39   38   37   36   35   36   37   40   44   48   50   53   55
+   57   59   61   63   64   67   70   73   74   75   76   76   74   72   70   68
+   65   64   64   67   72   78   85   92  100  108  113  119  122  125  127  130
+  132  132  131  131  131  129  126  123  118
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  116  110  104   98   93   87   82   78   72   66   62   59   55   52   49
+   47   46   45   44   43   43   43   43   44   47   50   53   56   59   61   63
+   66   69   72   73   75   78   81   83   84   84   84   84   82   80   77   75
+   72   70   70   73   78   84   90   97  104  111  117  122  127  130  132  135
+  137  137  136  136  137  134  131  127  122
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  121  115  109  103   98   92   87   82   77   72   66   63   59   56   54
+   52   51   51   51   50   50   51   53   56   59   63   65   68   69   70   70
+   74   78   82   83   84   87   89   91   91   90   90   89   88   86   83   80
+   77   75   76   78   84   90   95  102  108  116  122  127  131  134  138  140
+  142  143  143  143  141  139  136  132  127
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  127  121  115  109  105   99   94   89   84   78   73   69   65   62   60
+   59   59   58   60   59   60   61   64   69   73   76   79   80   78   78   77
+   79   83   87   89   90   92   95   96   96   95   95   93   92   90   87   84
+   80   80   81   85   90   96  102  108  114  121  127  132  137  140  143  146
+  148  149  149  148  146  143  140  137  132
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  132  127  121  117  112  108  103   98   92   87   81   76   72   69   67
+   66   66   67   69   69   70   72   76   82   86   89   91   89   85   83   81
+   83   85   89   92   93   95   98   99  100  100   98   97   95   92   89   86
+   83   84   87   92   98  104  109  115  120  127  133  137  142  146  149  152
+  154  155  155  153  150  146  143  141  137
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  136  131  126  122  119  115  111  107  101   96   89   84   80   76   74
+   74   74   75   77   78   79   81   87   93   98  100  100   96   90   87   84
+   86   88   90   93   95   97  100  101  103  102  101   98   96   93   89   87
+   86   88   93  100  106  111  116  121  126  132  136  141  146  151  154  157
+  159  160  160  158  155  151  148  145  141
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  140  134  129  124  122  120  117  113  109  105   98   93   88   83   82
+   81   81   82   84   85   87   88   95  101  106  107  106  101   93   89   87
+   88   90   92   93   95   97   99  101  102  102  101   99   95   92   89   87
+   88   91   98  106  113  117  122  126  130  134  139  144  150  155  158  162
+  164  166  167  165  162  158  153  150  145
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  142  134  129  124  122  122  121  118  115  111  106  100   95   91   88
+   86   87   88   90   91   92   94  100  106  110  110  108  103   96   92   91
+   91   92   93   94   95   96   97   99  101  100  100   97   94   91   87   86
+   88   93  101  111  119  123  127  131  134  138  142  148  153  159  163  169
+  173  177  178  177  174  169  164  158  150
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  148  136  127  121  119  120  121  120  117  115  111  106  101   96   92
+   91   91   92   94   95   96   97  102  107  110  109  107  103   99   95   95
+   94   95   95   94   94   94   94   96   98   98   98   97   93   89   85   84
+   87   95  105  115  123  129  133  136  140  143  147  153  159  165  171  178
+  185  192  195  196  193  187  180  172  161
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  161  143  128  119  115  116  118  119  117  115  112  108  103   99   96
+   95   95   95   97   97   98   99  102  106  107  107  106  104  101   99   98
+   98   98   97   95   94   92   93   94   96   97   97   94   91   87   82   82
+   87   96  108  118  127  133  139  142  146  150  154  160  167  174  182  192
+  203  213  220  223  219  213  205  195  180
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  208  182  157  136  121  114  113  115  116  115  113  110  108  104  101   98
+   97   97   97   97   98   98  101  103  106  105  104  104  105  104  103  103
+  103  102   99   96   93   91   90   92   93   95   94   92   88   83   80   80
+   86   96  108  120  130  137  144  149  155  160  164  172  179  187  198  210
+  225  240  251  257  254  250  241  229  208
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  246  217  183  153  132  119  116  115  115  115  112  109  106  103  101   99
+   98   98   97   97   97   98  101  104  106  106  105  105  108  108  108  107
+  106  104  100   95   91   89   89   90   91   92   91   89   85   80   76   78
+   84   94  107  120  132  142  151  159  166  171  177  186  195  205  217  234
+  253  269  287  296  296  293  284  270  246
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  295  261  222  186  154  134  125  121  118  117  114  109  105  103  100   99
+   98   97   96   96   96   99  102  105  108  107  106  107  109  112  112  110
+  109  104   99   94   90   88   87   88   88   88   87   84   80   75   72   75
+   81   92  106  120  134  148  160  171  180  185  192  202  214  227  241  260
+  280  299  320  332  337  339  330  319  295
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  339  310  268  229  190  160  142  133  128  124  119  112  106  103  101   99
+   98   96   94   94   95   98  102  107  111  111  109  110  112  115  115  113
+  109  104   98   94   89   87   86   86   86   84   83   80   76   71   69   71
+   78   90  106  122  138  155  171  185  194  201  209  220  234  249  266  288
+  305  323  344  356  367  375  371  360  339
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  372  349  313  276  233  194  167  152  143  136  127  118  110  106  102  101
+   99   95   92   92   93   97  103  109  114  114  112  112  113  117  117  114
+  109  103   98   93   89   86   85   84   84   82   79   76   72   68   66   68
+   77   90  107  125  144  163  183  200  211  217  226  238  254  272  289  309
+  324  341  354  366  380  390  393  386  372
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  386  373  349  317  274  230  196  174  159  149  138  127  118  112  107  104
+  101   96   92   90   92   97  105  111  115  116  114  112  113  117  118  115
+  110  103   98   94   90   87   85   84   83   80   77   73   70   67   65   68
+   78   94  111  131  152  174  196  215  226  233  242  255  273  291  308  324
+  336  347  353  361  372  383  390  391  386
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  383  380  368  343  307  263  225  198  178  164  151  139  128  121  114  109
+  105  100   95   92   95  100  106  112  116  116  113  110  111  116  117  116
+  110  105  100   96   91   87   86   85   83   80   76   72   70   67   66   71
+   82   99  117  138  161  185  208  228  239  246  254  267  285  304  320  332
+  338  342  341  344  352  362  371  378  383
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  369  375  371  356  326  286  249  219  196  179  165  152  141  132  124  117
+  111  106  102  101  103  107  110  114  117  115  111  107  109  114  116  117
+  113  108  103   98   92   89   87   86   84   81   77   74   71   70   70   75
+   87  103  123  143  167  192  217  237  248  255  262  273  290  309  325  333
+  335  331  326  325  330  336  347  358  369
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  350  362  365  355  333  300  264  235  212  194  180  166  154  145  136  127
+  121  116  114  115  116  117  118  119  119  115  110  107  110  114  117  119
+  115  112  106  100   94   90   89   88   86   83   80   77   75   74   76   80
+   91  107  127  148  171  197  221  241  253  260  266  276  291  309  324  331
+  331  323  314  310  312  316  324  337  350
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  337  352  357  353  335  308  278  250  228  210  195  183  170  160  149  140
+  134  130  129  132  133  133  130  127  124  120  113  111  114  117  120  121
+  119  114  109  102   97   93   91   90   88   86   82   80   78   79   80   84
+   94  110  129  150  173  198  221  241  254  261  266  275  289  307  321  328
+  328  321  312  307  306  308  313  323  337
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  336  348  355  352  339  317  290  265  244  226  211  200  188  176  165  155
+  148  146  147  152  153  151  146  139  133  125  119  117  118  120  123  123
+  120  116  111  104   98   95   93   92   90   88   84   81   80   81   83   87
+   97  112  130  150  171  194  217  236  251  260  266  275  287  303  317  327
+  330  327  321  317  316  316  317  324  336
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  348  356  361  360  349  330  306  282  260  242  228  217  206  193  180  170
+  163  162  166  172  172  169  162  152  142  134  127  123  123  126  127  122
+  120  116  111  105  100   96   95   94   92   89   85   82   81   82   84   89
+  100  114  131  149  168  189  210  229  244  256  264  272  284  299  314  327
+  335  338  339  337  338  339  339  342  348
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  370  373  376  376  367  350  327  303  280  260  245  234  223  211  197  184
+  177  175  179  184  186  181  172  160  150  141  135  131  131  129  128  120
+  117  115  111  106  101   98   96   95   93   90   86   83   81   82   84   91
+  102  116  131  147  163  183  202  219  234  250  260  269  279  294  311  327
+  341  351  359  362  366  370  370  370  370
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  396  395  397  396  390  374  351  325  301  280  264  251  239  226  211  198
+  189  186  186  189  190  185  176  164  152  146  141  137  136  133  129  118
+  116  113  109  106  102  100   99   96   94   90   87   83   82   82   84   91
+  103  116  129  143  157  175  192  208  224  241  253  263  273  288  306  325
+  345  362  378  386  394  402  404  401  396
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  421  417  416  416  411  397  374  346  320  298  281  268  253  239  224  210
+  198  191  188  189  188  185  174  160  152  150  146  142  139  134  127  119
+  117  113  110  108  105  103  101   97   94   90   87   84   82   82   85   93
+  104  114  127  138  151  166  181  197  214  230  243  254  265  281  299  320
+  344  367  389  402  414  425  429  427  421
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  434  428  427  428  424  413  391  362  336  314  297  282  267  251  233  218
+  204  194  188  186  186  183  173  160  152  151  150  149  144  135  127  122
+  117  114  113  112  110  107  103   98   94   91   89   85   84   84   87   94
+  104  114  125  135  146  159  172  188  203  218  231  243  256  272  290  312
+  337  363  389  405  421  434  441  439  434
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  428  424  425  427  427  417  396  370  344  323  307  292  277  259  241  224
+  207  197  190  187  185  182  175  164  156  154  156  156  150  140  131  124
+  120  117  117  116  114  111  106  100   96   94   91   88   87   87   89   97
+  106  115  125  134  144  155  167  180  194  207  219  232  246  262  279  301
+  325  352  378  395  412  425  433  433  428
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  406  403  406  408  411  405  387  365  342  324  308  295  280  262  244  226
+  210  199  193  189  187  184  178  170  164  161  163  164  157  146  136  130
+  125  121  121  120  118  114  108  102   99   96   94   91   90   89   93  100
+  109  118  127  135  144  154  165  177  189  199  209  223  238  252  267  286
+  310  335  358  374  390  401  411  412  406
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  375  369  372  375  379  374  361  345  328  314  302  290  277  261  244  227
+  212  200  194  190  188  186  182  176  172  169  169  168  162  152  143  137
+  131  126  124  123  121  116  110  104  100   98   98   95   93   91   95  102
+  112  122  130  138  146  155  166  177  187  197  205  217  230  242  254  270
+  291  313  332  347  360  369  374  378  375
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  337  332  331  334  334  332  322  313  302  295  289  280  269  256  242  226
+  212  201  195  192  191  190  186  181  177  174  172  170  164  156  149  141
+  134  128  125  124  124  117  111  105  102  100  100   96   93   92   96  104
+  115  124  133  141  149  157  167  178  188  197  204  213  223  230  237  254
+  273  290  306  315  324  330  334  339  337
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  298  293  291  291  289  285  281  276  272  270  269  265  258  248  237  224
+  211  201  196  195  196  196  193  187  181  176  172  167  160  154  148  139
+  132  128  125  124  123  118  112  107  103  101   99   95   92   91   96  106
+  117  127  136  144  151  157  167  180  188  194  200  208  217  219  223  240
+  258  270  279  285  290  293  294  298  298
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  262  257  255  253  250  247  245  243  244  244  248  248  245  240  233  223
+  211  202  198  198  199  199  195  188  180  173  166  159  153  146  141  133
+  128  124  122  121  120  117  112  107  103  100   97   92   90   90   96  106
+  118  129  138  146  153  158  169  180  187  190  195  202  211  214  218  232
+  246  253  259  261  262  261  259  262  262
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  232  230  227  224  221  218  218  219  221  224  229  232  232  231  227  221
+  212  204  198  197  198  197  192  184  175  166  158  151  145  137  133  125
+  121  119  118  117  117  115  111  107  102   98   94   90   88   89   96  107
+  120  131  140  149  155  161  170  178  184  186  189  196  204  209  215  226
+  233  239  243  243  241  236  233  234  232
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  211  207  205  203  202  202  204  206  210  216  219  221  222  220  217
+  210  202  196  194  194  191  186  178  169  158  148  140  133  126  123  116
+  114  113  112  114  115  114  110  106  101   96   91   87   86   89   97  109
+  122  133  142  149  156  163  170  176  180  181  183  188  195  200  207  214
+  220  226  230  229  226  221  216  214  212
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  199  196  195  194  194  195  197  200  203  207  210  212  214  214  212
+  206  198  192  189  187  184  178  170  161  150  139  130  121  114  112  108
+  107  107  108  111  114  114  110  105   99   93   87   85   85   89   99  113
+  125  134  143  150  156  162  168  172  175  175  177  179  185  190  195  201
+  207  212  218  219  216  211  206  203  202
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  193  191  190  191  193  194  197  198  201  203  205  206  208  209  207
+  201  194  187  183  180  176  170  161  152  142  133  123  114  107  104  102
+  102  103  106  110  114  114  111  105   97   91   85   83   86   93  104  116
+  127  136  144  150  156  161  165  167  168  169  170  172  175  179  183  189
+  194  200  205  209  207  204  199  196  195
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  190  189  188  188  190  192  195  197  199  200  201  202  203  204  204  203
+  198  191  184  178  173  169  163  155  147  138  130  121  112  105  102  100
+   99  102  106  110  114  115  112  103   95   88   84   85   89   99  110  122
+  131  138  145  151  156  160  162  163  163  163  163  164  167  170  173  177
+  183  188  193  196  197  196  193  191  190
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  184  184  185  188  191  194  197  198  199  199  200  200  201  202  200
+  197  191  183  176  169  164  159  153  146  140  133  124  116  110  106  102
+  101  104  108  111  114  113  109  101   94   88   86   88   95  105  116  126
+  135  141  147  153  157  160  162  161  160  158  157  157  160  163  166  169
+  172  177  181  183  185  185  185  183  183
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  176  177  179  182  186  189  193  195  196  197  197  198  199  200  200
+  198  193  186  178  170  165  162  157  152  148  142  133  126  119  115  109
+  107  109  111  112  113  111  106   99   94   89   90   94  102  111  122  130
+  137  143  149  154  159  161  162  160  159  155  154  153  155  159  161  163
+  165  167  170  172  172  173  173  173  174
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  164  166  169  172  176  180  184  188  190  192  194  196  198  200  201
+  200  196  192  186  179  173  171  168  164  160  154  146  138  131  125  119
+  116  116  115  115  114  110  105   99   95   93   95  100  109  119  127  135
+  140  145  150  156  161  163  162  160  158  154  152  152  154  157  159  160
+  160  160  161  161  160  159  159  160  162
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  152  154  157  159  163  169  173  178  182  185  189  192  196  199  201
+  202  202  199  195  191  186  184  181  178  174  168  160  152  143  137  131
+  126  124  122  119  116  111  106  102   98   99  102  109  117  126  134  140
+  144  148  153  158  162  164  162  159  156  153  152  153  155  157  158  159
+  158  157  155  153  151  149  148  148  150
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  141  142  144  147  151  155  161  167  171  177  183  188  193  198  202
+  205  206  206  204  203  200  198  195  192  188  181  173  165  155  150  142
+  137  132  129  126  121  115  110  107  104  107  112  119  127  135  141  146
+  149  153  156  160  163  163  161  157  154  152  151  152  155  157  158  158
+  157  155  153  150  146  143  140  140  140
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  135  135  136  137  140  144  149  155  162  168  176  183  189  196  202
+  206  208  210  211  211  210  209  207  204  198  191  183  175  166  160  153
+  147  143  138  133  127  122  117  115  114  118  124  130  139  146  151  155
+  156  158  160  162  163  162  159  155  151  149  149  151  154  157  159  158
+  157  156  153  149  146  141  139  136  136
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  135  134  133  132  133  136  141  147  154  161  168  177  185  192  198
+  204  208  211  213  215  215  215  214  211  205  198  191  183  176  170  162
+  157  152  147  142  136  131  128  125  127  130  137  145  152  158  162  165
+  165  165  165  164  163  160  156  151  148  146  147  150  153  156  159  160
+  159  158  156  153  149  145  141  139  137
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  140  138  135  133  133  134  137  142  148  155  163  170  178  186  193
+  199  203  208  212  215  217  218  217  214  209  203  195  188  182  177  171
+  166  162  157  152  146  143  139  138  141  145  151  158  166  171  175  176
+  175  173  169  166  162  158  152  147  144  143  144  148  152  156  160  161
+  161  162  161  159  155  151  148  145  142
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  149  145  143  140  138  138  140  143  147  153  159  165  172  178  185
+  190  195  201  206  211  214  216  215  213  209  205  199  193  187  183  177
+  174  169  165  161  157  154  152  152  154  159  165  172  178  182  184  184
+  182  179  173  167  162  156  150  145  143  142  144  147  152  157  161  164
+  165  167  167  167  164  160  157  154  151
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  160  157  153  150  147  146  147  148  150  154  158  162  166  171  176
+  181  186  191  197  202  206  209  209  208  206  204  200  197  192  189  184
+  181  177  174  171  168  165  163  163  166  171  176  182  187  190  190  190
+  186  181  175  168  161  155  149  144  142  142  144  148  153  159  164  167
+  171  173  175  175  174  171  168  165  162
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  172  169  166  162  160  158  156  156  156  158  159  161  163  166  169
+  173  177  182  187  192  196  199  201  202  202  202  201  199  197  194  190
+  187  184  181  178  177  175  173  172  174  177  182  187  190  192  192  190
+  186  181  175  167  160  153  149  145  144  144  147  151  157  163  168  171
+  176  180  183  184  183  181  179  177  174
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  186  184  181  179  176  173  170  168  166  164  163  163  162  163  164  165
+  168  170  175  179  184  188  191  194  196  198  199  199  199  198  197  194
+  192  188  185  183  181  180  178  177  177  178  181  184  185  186  186  183
+  180  175  170  163  157  152  149  147  147  148  151  156  162  167  172  176
+  182  186  189  191  191  190  188  188  186
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  194  192  189  187  185  181  178  175  172  170  168  166  165  164  164
+  165  167  170  175  178  181  185  187  190  192  194  196  197  197  195  195
+  192  189  186  183  180  178  176  175  174  173  174  174  173  173  172  171
+  168  164  161  157  153  150  149  149  150  152  156  161  167  172  175  181
+  186  191  194  196  197  197  197  195  195
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  198  198  196  194  192  189  186  183  179  176  173  170  168  166  166
+  165  166  168  171  174  177  179  181  184  187  188  190  192  192  191  190
+  187  183  180  176  173  170  167  165  164  164  162  161  160  158  157  154
+  153  151  149  147  147  148  147  150  153  156  160  165  170  174  178  184
+  189  193  196  198  199  200  201  201  200
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  200  199  198  196  194  192  189  186  183  180  176  173  171  169  167
+  166  166  167  168  170  172  174  175  176  179  181  183  183  184  182  181
+  178  173  169  164  161  157  155  152  150  149  148  147  146  146  144  141
+  140  139  137  137  138  141  144  148  152  157  161  166  171  174  179  184
+  188  192  195  197  198  200  200  200  200
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  195  195  194  193  191  189  187  185  182  179  176  174  171  170  168
+  167  166  166  166  167  167  168  168  169  170  171  172  173  171  170  168
+  165  161  156  152  148  144  141  139  137  136  134  133  132  131  132  132
+  132  131  131  130  131  132  135  140  146  153  158  163  167  172  177  181
+  184  187  190  192  193  194  195  196  195
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  188  187  187  186  184  183  181  179  177  175  173  171  169  167  166
+  165  164  163  163  162  162  161  160  160  160  161  160  160  159  157  155
+  152  149  145  141  137  133  130  128  126  124  124  122  122  121  121  121
+  121  122  123  124  126  129  131  134  138  144  153  159  164  167  171  174
+  177  179  181  183  185  186  186  187  188
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  176  176  176  175  174  173  172  171  170  168  167  165  164  162  162
+  160  159  158  157  156  155  154  152  151  151  151  149  148  146  145  143
+  141  138  136  133  130  127  125  122  121  119  118  117  117  116  117  117
+  119  119  121  123  126  128  132  135  140  145  150  154  158  161  163  166
+  168  170  172  173  174  175  176  176  176
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  164  164  163  163  163  162  161  160  160  159  158  157  156  155  154
+  153  151  150  149  148  147  146  144  144  143  142  141  140  138  137  136
+  134  133  131  129  127  126  125  123  122  121  121  120  120  120  120  121
+  122  123  124  126  128  130  132  135  138  140  143  146  149  151  153  154
+  156  158  159  161  161  162  163  163  163
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  150  150  150  150  149  149  149  149  149  148  148  147  147  146  145
+  145  144  143  143  142  141  140  139  138  137  137  136  136  135  134  133
+  132  131  130  130  130  129  128  128  128  128  127  127  127  127  128  128
+  129  129  129  131  132  132  134  134  135  137  139  139  141  142  143  144
+  145  146  146  147  148  148  149  149  149
+     2                                                      END OF TEC MAP     
+     3                                                      START OF TEC MAP
+  2010    12     5     4     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   39   38   38   39   39   39   39   39   40   40   40   40   40   41   41
+   41   41   42   42   42   42   42   42   43   43   43   43   44   44   44   44
+   44   44   44   45   44   44   44   44   44   44   43   43   43   43   42   42
+   41   41   41   41   40   40   40   39   39   39   39   39   39   38   38   38
+   38   38   38   38   38   38   38   38   38
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   35   36   36   36   36   36   37   37   37   38   38   38   39   39
+   39   39   40   40   41   42   42   43   43   43   44   44   45   45   46   46
+   47   47   47   47   47   47   47   47   46   45   45   44   44   43   42   41
+   41   41   40   39   39   38   38   37   37   37   37   37   37   36   36   36
+   35   35   35   35   35   35   35   35   35
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   33   34   34   34   35   36   36   37   37   38   38   38   38   38
+   38   37   38   38   38   39   40   40   41   42   42   43   44   45   46   46
+   47   48   48   49   49   49   49   49   48   47   46   44   43   41   40   39
+   38   37   37   37   36   37   37   37   37   37   37   37   37   36   36   36
+   35   35   34   33   33   33   33   33   33
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   32   32   33   34   35   36   37   38   38   38   38   37   37   37
+   37   36   36   36   36   35   37   38   38   39   40   41   42   43   45   46
+   47   48   49   50   50   49   49   48   47   46   46   44   41   39   37   36
+   34   34   34   34   35   36   37   38   39   39   40   41   40   41   40   39
+   38   37   36   36   34   34   33   32   32
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   33   33   34   35   36   37   37   37   37   38   37   37   36   36
+   35   34   34   34   33   34   34   35   36   37   38   39   40   41   43   45
+   47   48   48   49   48   48   48   46   45   43   42   40   38   36   33   32
+   31   32   32   34   35   37   39   42   44   46   47   48   49   48   48   47
+   46   44   43   41   39   37   36   35   33
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   36   36   36   36   36   37   37   38   38   38   38   37   37   36
+   36   35   34   34   34   34   35   35   35   36   37   38   39   41   42   44
+   45   46   47   47   47   46   45   44   42   40   38   36   33   31   29   29
+   29   31   32   34   38   41   45   49   53   55   58   59   60   61   60   59
+   58   56   53   51   48   44   42   40   38
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   41   40   39   38   38   38   38   39   40   40   40   40   39   38
+   37   36   36   35   36   36   37   37   36   35   36   38   38   39   41   42
+   43   44   44   43   42   42   40   39   37   35   33   31   29   27   25   26
+   27   31   35   38   42   48   53   59   64   68   71   73   75   75   75   73
+   72   69   66   63   58   55   51   48   45
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   51   48   45   44   42   41   41   41   41   42   42   42   41   40   40
+   39   38   37   38   37   37   38   39   39   36   36   37   38   38   39   40
+   41   41   40   39   38   37   35   33   32   30   28   27   25   24   24   24
+   27   31   36   43   49   57   64   70   78   82   85   87   88   89   88   86
+   85   82   78   75   70   66   62   58   54
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   59   55   52   49   47   45   44   44   43   43   43   43   43   41   41
+   40   40   40   40   38   40   40   41   40   40   37   38   37   38   37   38
+   38   38   37   36   34   33   31   30   29   27   25   24   24   23   23   25
+   29   35   42   50   58   67   75   82   87   92   95   97   99   99   97   96
+   94   92   89   85   81   76   71   67   63
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   66   62   58   55   52   50   48   47   46   45   44   43   43   42   41
+   41   41   42   41   40   41   42   42   41   41   40   38   38   37   36   35
+   35   35   35   33   31   31   29   28   28   27   26   25   25   25   26   29
+   34   42   51   60   69   77   85   90   94   98  101  104  105  104  104  103
+  101   98   96   92   88   84   79   75   70
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   72   67   62   59   56   54   52   50   48   46   45   43   42   42   42
+   41   42   42   41   42   42   43   43   43   42   41   39   38   37   35   34
+   34   34   33   32   31   29   29   28   28   29   29   29   29   30   32   36
+   42   50   60   70   79   87   93   96   98  102  106  109  110  109  108  108
+  106  104  101   97   93   89   85   80   76
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   76   71   66   62   59   57   56   52   50   48   46   44   43   41   41
+   41   41   40   41   42   42   43   43   43   42   42   40   38   37   36   36
+   36   36   35   35   34   32   32   33   34   35   35   36   37   39   41   45
+   52   60   70   80   89   97  101  104  104  107  111  113  114  114  112  112
+  111  108  105  101   96   93   89   85   81
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   79   74   69   65   61   62   59   55   53   51   48   46   44   43   41
+   41   40   39   41   41   40   41   42   43   42   42   42   42   40   40   40
+   40   40   40   41   40   39   40   42   44   45   47   48   48   49   51   55
+   62   71   82   91   99  105  109  112  113  113  114  116  119  119  119  118
+  115  112  108  105  100   95   92   88   84
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   81   76   72   67   64   64   61   56   54   52   51   49   47   45   43
+   42   41   39   40   39   40   41   43   44   44   45   47   46   46   46   47
+   47   48   48   49   50   50   51   54   56   58   59   60   59   60   62   66
+   74   83   92  102  109  114  117  119  119  118  116  119  123  127  126  124
+  122  117  114  109  105   99   95   91   86
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   84   79   74   70   66   65   62   58   56   55   54   52   50   48   46
+   45   44   42   41   40   41   42   45   46   49   50   52   53   54   54   55
+   56   58   59   60   61   62   64   66   69   71   72   71   70   70   72   77
+   84   93  101  110  117  122  124  125  126  124  122  125  133  135  135  133
+  129  125  121  116  111  105   99   94   89
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   95   89   82   78   73   68   66   63   61   60   59   58   57   55   53   51
+   49   47   46   45   44   46   47   49   52   55   57   59   61   62   63   63
+   65   68   70   71   72   74   76   79   81   83   83   81   80   81   83   87
+   93  101  109  117  123  128  130  132  132  132  133  137  141  143  143  141
+  138  133  129  124  118  112  107  101   95
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103   96   89   83   77   72   69   67   65   65   64   64   64   62   59   56
+   54   53   52   51   51   53   54   57   60   64   66   70   71   71   69   70
+   73   76   79   80   82   84   86   88   90   91   90   89   89   91   93   97
+  102  108  116  122  128  133  136  137  139  140  143  145  148  150  149  148
+  145  141  136  131  126  120  115  109  103
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  104   96   89   83   77   74   72   71   70   70   71   71   69   66   63
+   61   59   59   59   60   63   65   69   71   75   77   81   82   79   75   75
+   78   81   84   87   90   91   94   95   96   96   95   96   97  100  104  107
+  111  115  121  127  132  137  140  143  144  146  148  151  153  155  154  152
+  149  145  141  137  133  128  123  117  111
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  118  110  102   95   89   83   79   76   76   75   76   77   77   76   73   70
+   68   67   67   68   70   73   76   80   83   86   88   89   91   88   80   78
+   81   83   87   92   95   97   97   98   98   99   99  100  104  108  113  116
+  118  122  126  130  135  139  143  146  147  149  151  153  155  156  155  153
+  151  147  143  140  136  132  129  124  118
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  115  107   99   93   88   83   81   80   80   82   84   84   83   80   77
+   75   74   75   76   79   84   88   91   94   96   97   96   95   92   84   80
+   81   84   88   94   98   99  100  100   99   99  100  103  108  115  121  124
+  126  128  130  133  137  141  144  147  149  150  151  153  155  155  155  153
+  150  147  143  140  137  134  130  127  122
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  115  108  101   95   90   87   85   84   85   88   90   91   90   87   84
+   82   81   82   85   88   93   97  101  102  104  103  100   96   92   86   82
+   83   86   90   95   98   99   99   99   98   98  100  104  112  121  128  131
+  131  132  133  135  139  143  146  149  150  152  153  155  157  157  157  155
+  152  148  144  140  137  133  129  126  122
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  114  107  101   95   90   89   88   88   89   92   94   96   96   94   91
+   89   88   90   92   96  101  105  108  109  108  108  103   98   93   89   87
+   86   88   92   97   98   98   97   96   96   97   99  104  114  125  133  136
+  137  137  136  138  142  146  151  154  156  158  160  162  165  165  164  163
+  160  155  149  143  139  134  129  125  119
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  112  105  100   94   89   89   89   89   90   94   97  101  101   98   96
+   94   94   95   97  101  106  110  112  112  110  108  103   99   95   94   91
+   90   91   94   96   97   96   95   94   94   95   97  104  116  128  136  140
+  141  140  141  144  150  156  161  165  167  171  174  178  182  184  184  182
+  177  171  162  154  147  140  133  126  119
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  113  106   99   94   89   89   89   90   91   95   97  101  103  101   98
+   97   97   98  101  104  107  112  114  113  110  108  103  101   99   99   96
+   94   94   95   96   95   93   91   90   91   92   96  104  116  130  139  143
+  145  146  148  154  163  171  178  181  184  190  196  203  210  214  216  213
+  207  199  187  175  163  153  143  133  122
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  120  111  103   96   91   89   88   90   92   95   96  100  101  100   98
+   98   99  101  103  106  109  112  115  113  109  106  104  103  104  103  101
+   99   97   96   94   92   89   87   86   86   89   93  103  116  131  140  146
+  149  153  160  170  183  192  200  203  207  216  225  236  246  254  257  254
+  247  235  226  209  193  178  162  147  133
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  134  122  110  102   95   90   89   89   92   94   94   96   97   96   96
+   96   98  101  105  107  111  114  116  115  110  107  105  106  108  108  105
+  102   98   95   92   89   86   84   83   83   85   91  102  117  131  142  149
+  155  163  174  190  207  219  227  229  235  244  257  273  287  296  300  298
+  290  277  268  249  230  212  191  170  149
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  172  150  134  122  110  103   96   92   90   91   93   92   92   92   92   92
+   93   95  100  104  108  111  114  117  116  113  110  109  109  111  110  107
+  103   98   94   90   87   83   81   79   79   82   89  101  117  132  143  152
+  162  175  192  212  232  247  255  257  263  274  288  308  323  333  339  340
+  330  317  311  292  272  251  225  199  172
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  171  150  136  122  112  103   97   94   94   93   91   90   89   89   90
+   90   93   97  103  107  110  114  118  119  118  114  111  110  111  110  106
+  101   95   92   88   84   80   77   76   76   80   87  101  117  132  146  158
+  173  190  211  233  254  271  279  283  291  302  316  336  350  359  365  367
+  360  351  342  328  315  289  261  231  198
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  224  194  168  151  135  123  113  107  102   99   97   94   90   88   88   88
+   89   91   94  100  104  108  113  120  122  122  117  112  109  110  108  103
+   98   92   89   85   82   78   75   73   74   77   86  100  116  133  148  165
+  183  205  229  253  274  289  298  304  312  323  338  353  365  371  374  374
+  370  363  357  351  340  317  291  259  224
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  244  213  187  167  149  135  125  118  111  106  102   98   93   91   89   90
+   89   90   92   97  101  105  112  120  124  123  118  112  108  107  105  101
+   95   90   86   83   80   77   74   72   72   76   85  100  119  136  154  173
+  195  220  246  270  289  301  310  316  324  334  347  359  367  369  369  367
+  363  360  358  356  346  330  306  279  244
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  256  227  204  183  165  150  138  129  122  116  110  106  101   97   94   92
+   91   90   92   94   98  103  110  119  123  123  118  112  108  105  102   98
+   93   89   85   82   80   77   74   71   71   75   86  103  123  143  162  182
+  207  235  260  282  297  308  315  319  327  337  346  353  357  358  357  353
+  351  349  350  350  346  334  315  288  256
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  266  240  217  199  182  166  154  143  134  127  122  116  111  106  102   98
+   94   92   92   94   97  101  109  118  123  123  118  113  108  105  102   97
+   92   88   85   83   81   78   75   72   72   77   90  109  131  150  169  192
+  218  246  269  286  298  307  312  316  323  333  339  343  344  345  342  339
+  338  338  340  341  340  333  317  293  266
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  275  253  233  215  202  187  172  158  148  140  134  129  124  118  113  107
+  101   97   97   98  100  105  112  119  123  124  120  115  110  107  101   96
+   92   90   88   85   83   79   76   73   74   82   97  117  138  157  176  199
+  225  250  269  284  292  301  306  311  318  326  333  335  336  336  334  332
+  333  333  335  336  336  331  318  298  275
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  287  266  249  234  222  209  194  178  164  153  146  142  137  132  126  118
+  110  105  104  106  109  114  119  124  126  127  122  117  113  107  101   96
+   93   93   91   88   85   81   78   76   78   87  103  123  144  163  182  202
+  225  247  263  274  284  293  300  306  313  321  328  332  334  335  335  337
+  338  339  340  340  340  335  324  307  287
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  303  283  268  254  243  230  216  197  181  166  157  153  148  144  138  130
+  121  116  114  116  119  123  127  130  130  129  124  120  115  109  102   99
+   97   97   95   91   86   82   80   79   82   93  108  128  148  166  183  203
+  222  240  255  265  276  286  295  303  312  321  329  335  340  343  346  351
+  355  355  353  352  351  346  336  321  303
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  322  303  288  274  263  251  236  216  196  179  167  160  155  150  144  138
+  130  125  124  127  129  132  133  134  132  129  123  120  115  110  106  103
+  101   99   97   92   87   83   81   82   87   97  112  131  150  167  183  201
+  218  233  246  256  268  280  292  302  312  323  333  343  352  357  364  371
+  376  376  372  368  366  362  353  340  322
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  341  322  305  294  283  270  253  233  209  189  175  166  158  152  146  140
+  134  131  132  135  137  138  139  136  131  125  122  119  117  113  108  105
+  103  100   98   93   87   82   81   84   90  100  114  132  150  166  181  198
+  213  225  237  248  262  276  290  302  313  325  337  351  363  372  381  391
+  397  396  391  386  383  380  372  358  341
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  358  339  322  309  298  286  267  244  220  197  181  169  160  152  145  139
+  134  131  135  139  139  140  139  133  127  119  117  118  117  114  109  104
+  101  100   97   92   86   82   81   84   90  100  115  133  151  166  181  195
+  208  218  229  240  254  270  286  301  312  325  339  354  369  381  393  403
+  410  409  404  398  396  395  389  377  358
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  372  351  333  320  309  295  276  253  227  204  186  173  162  153  145  138
+  132  129  132  137  138  137  134  127  120  113  113  116  116  113  108  103
+  100   99   96   91   86   82   81   83   90  101  116  134  151  166  180  191
+  202  211  221  232  247  264  280  296  309  322  336  352  367  382  394  406
+  411  410  405  401  400  401  399  390  372
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  374  354  337  322  310  295  278  256  231  208  190  177  166  156  147  138
+  131  127  129  132  132  132  129  121  116  112  112  114  116  115  109  104
+  101   99   96   92   86   83   82   85   91  103  117  134  151  165  177  188
+  197  204  213  224  238  255  272  288  301  313  328  343  358  373  385  395
+  398  398  394  392  394  396  398  391  374
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  361  344  330  315  301  288  272  253  231  210  193  181  171  160  150  141
+  133  129  128  127  128  128  125  120  116  115  115  118  122  121  116  110
+  105  101   97   93   89   85   84   87   95  107  121  137  152  164  176  185
+  192  199  207  216  230  246  263  277  289  301  314  328  342  355  367  374
+  376  376  374  373  376  379  382  378  361
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  339  324  310  298  286  275  261  246  227  210  195  185  176  166  155  145
+  137  132  130  127  127  126  125  123  121  123  124  127  132  131  125  117
+  109  104   99   96   92   89   88   91  100  112  126  141  154  166  175  183
+  188  194  201  209  221  236  251  264  275  285  297  308  319  332  342  348
+  348  349  347  347  351  353  357  354  339
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  312  297  284  274  265  256  246  234  220  206  195  187  181  173  163  151
+  143  136  132  130  129  128  129  129  130  135  135  139  141  140  135  124
+  115  107  103   99   96   94   95   98  105  118  131  145  157  167  175  180
+  186  191  197  204  214  227  240  250  258  267  279  283  293  306  317  322
+  320  319  316  317  320  325  326  322  312
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  284  272  260  250  242  234  227  220  211  200  192  187  184  179  171  160
+  149  141  135  133  132  133  135  139  142  147  145  146  147  146  141  130
+  120  111  105  102  100  100  102  106  113  124  136  148  159  167  174  179
+  183  189  195  202  210  220  230  237  242  251  261  264  272  284  293  297
+  294  292  288  288  290  294  295  293  284
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  260  250  240  230  223  216  212  207  201  194  188  186  185  182  177  168
+  158  150  143  138  136  137  142  149  152  154  152  151  150  148  142  131
+  121  112  106  104  104  105  107  112  119  129  139  151  160  167  172  176
+  181  187  194  201  207  214  222  227  230  240  249  252  257  267  273  275
+  273  267  263  262  264  266  267  266  260
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  240  233  224  217  210  204  201  197  193  188  182  180  181  182  179  173
+  165  158  152  147  142  143  148  154  157  156  154  150  149  145  139  130
+  121  112  107  106  108  109  111  116  123  132  143  153  161  167  171  174
+  180  188  195  200  204  210  217  220  225  233  239  243  248  254  258  259
+  256  249  244  242  242  244  244  244  240
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  225  221  215  209  204  199  195  192  188  183  177  175  176  178  178  175
+  171  166  160  155  150  149  151  154  155  153  149  146  142  139  134  126
+  119  111  107  107  108  110  113  119  127  136  145  153  161  166  170  173
+  179  188  195  199  202  206  211  215  220  226  230  233  238  243  246  248
+  244  236  232  228  227  227  227  227  225
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  215  213  210  205  201  198  195  192  188  181  175  170  171  173  174  174
+  172  170  165  159  155  152  151  151  151  147  142  137  133  130  127  122
+  115  109  106  106  108  110  114  121  129  137  146  154  161  167  171  175
+  181  189  196  199  200  202  206  209  213  216  219  222  226  233  237  238
+  234  227  222  218  216  216  215  215  215
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  206  207  206  205  202  200  197  194  189  182  174  168  167  167  169  169
+  170  169  167  161  156  152  149  146  144  138  132  127  123  122  120  116
+  112  108  105  104  106  111  115  122  128  136  145  153  161  167  172  177
+  184  191  196  199  199  199  200  201  202  204  206  209  213  220  225  226
+  224  217  213  211  209  207  205  206  206
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  199  201  203  203  203  202  200  197  192  185  176  169  165  164  164  164
+  165  165  164  160  154  148  144  140  136  130  123  118  115  115  114  112
+  109  106  104  104  107  111  116  121  128  136  144  152  160  167  173  179
+  186  192  196  198  197  195  194  193  192  192  193  195  199  205  209  211
+  209  206  203  202  201  199  198  198  199
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  194  197  199  201  202  202  200  195  189  181  172  167  163  161  161
+  161  162  161  158  152  146  141  135  130  123  118  113  112  112  112  111
+  109  106  104  104  107  110  115  120  127  135  143  152  160  167  174  180
+  187  192  195  195  194  191  188  186  183  183  182  183  186  189  192  193
+  193  192  192  192  192  191  190  190  191
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  186  190  193  197  200  201  201  198  193  187  179  171  166  164  162
+  162  163  162  159  153  146  140  133  128  122  118  115  114  114  115  114
+  111  108  106  105  107  110  115  121  128  137  144  152  159  166  174  180
+  186  190  192  192  190  186  182  179  177  175  174  173  174  176  177  178
+  178  179  181  182  183  183  182  181  183
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  177  180  185  190  195  198  200  200  198  193  186  180  174  170  168
+  168  168  167  163  156  150  144  137  133  126  124  122  121  121  120  120
+  116  112  108  107  108  112  117  123  129  138  145  152  159  165  172  178
+  184  188  190  189  186  182  177  175  173  172  170  168  167  167  167  167
+  166  167  170  173  174  175  174  173  174
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  168  171  176  182  188  193  198  201  200  198  194  190  185  181  179
+  178  177  175  170  164  157  152  147  143  138  135  133  132  131  129  126
+  122  117  112  111  112  115  120  126  134  140  147  153  159  165  171  177
+  181  185  186  187  185  180  176  175  173  171  169  167  165  163  161  160
+  159  160  162  165  167  168  167  166  166
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  158  159  162  167  173  180  187  194  199  202  203  201  199  196  194  192
+  191  189  185  181  175  168  163  159  156  152  150  147  145  141  137  133
+  128  122  118  117  117  120  126  132  138  144  150  154  159  165  170  175
+  179  182  184  184  183  180  178  176  175  174  172  170  168  165  162  159
+  157  157  158  161  162  163  161  159  158
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  153  156  159  166  173  181  189  196  201  204  206  207  206  205  204
+  204  201  198  194  188  181  177  172  169  167  165  161  158  152  146  140
+  134  129  124  123  125  128  134  139  145  150  155  159  162  167  172  176
+  179  181  182  182  181  180  179  178  178  178  177  176  173  170  165  162
+  158  158  158  160  161  161  159  156  153
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  151  152  155  161  168  175  183  191  198  203  208  211  213  214  215
+  214  212  209  205  199  194  190  184  183  180  177  174  169  163  156  149
+  142  137  133  133  133  137  143  148  154  159  163  166  169  173  177  180
+  181  182  182  181  180  179  179  180  181  182  182  182  180  176  172  167
+  163  161  160  161  161  160  158  155  152
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  152  152  155  159  164  170  178  186  192  199  206  211  216  219  221
+  221  220  217  213  208  203  200  196  195  191  188  185  180  174  166  159
+  152  147  144  144  146  149  155  160  166  172  175  179  180  182  185  187
+  187  185  183  180  178  178  179  180  183  184  186  186  186  183  180  174
+  169  166  164  163  163  162  161  158  155
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  157  157  158  160  164  168  173  180  186  194  201  208  214  219  222
+  224  223  221  218  215  211  208  205  204  200  198  194  190  184  176  169
+  164  160  157  158  161  165  170  175  182  188  191  194  195  196  197  196
+  194  190  184  180  177  177  177  179  182  185  188  190  190  188  185  180
+  176  171  169  167  166  166  164  162  160
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  165  164  164  164  165  167  171  175  181  187  194  202  209  215  219
+  222  223  223  221  218  216  214  211  210  209  207  203  198  193  186  181
+  176  173  172  173  177  182  187  193  200  206  209  211  212  212  209  207
+  201  194  187  181  177  175  176  178  181  185  188  191  192  192  190  186
+  182  177  175  173  173  172  171  170  167
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  174  173  171  170  169  169  170  173  176  182  188  194  202  208  214
+  217  220  222  221  220  218  217  215  215  214  212  209  205  201  197  193
+  190  188  187  189  192  198  204  211  217  222  225  227  228  225  221  216
+  208  198  189  182  177  176  175  177  181  184  188  191  193  194  193  190
+  188  184  182  181  181  181  181  179  177
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  184  182  179  176  174  172  171  172  174  178  183  189  195  201  207
+  211  216  218  220  220  219  219  219  218  217  216  215  212  210  207  204
+  203  201  201  203  206  211  218  224  229  233  236  237  237  233  227  220
+  211  201  191  183  178  176  175  177  180  184  187  191  194  196  196  194
+  193  191  190  190  190  190  190  190  188
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  193  191  186  183  179  176  174  173  175  177  181  185  190  195  201
+  206  211  215  218  220  220  220  221  221  221  221  220  219  218  216  214
+  214  213  212  213  216  220  225  230  234  236  238  238  237  234  227  219
+  210  199  191  183  178  175  175  177  180  184  188  191  194  197  197  198
+  198  197  197  197  198  198  198  198  196
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  199  196  192  188  184  180  177  176  176  178  180  183  186  191  196
+  201  206  211  215  218  220  221  222  222  223  223  224  224  224  222  221
+  220  219  219  219  220  222  225  228  230  231  232  231  228  225  220  212
+  203  194  186  180  176  174  174  176  180  184  188  191  195  197  199  201
+  201  202  203  203  204  205  205  203  202
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  204  201  198  194  191  188  184  182  180  179  180  180  182  184  188  192
+  198  202  207  211  215  217  219  220  221  222  222  224  224  224  223  222
+  221  219  218  217  218  217  217  217  218  218  217  215  213  209  205  198
+  192  184  178  173  172  171  172  175  180  184  188  191  194  197  199  202
+  203  204  206  207  207  208  207  206  204
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  203  200  197  195  192  189  187  184  183  182  181  181  182  184  186  190
+  194  198  202  207  209  212  214  215  216  217  217  218  219  219  218  216
+  215  212  210  208  207  205  204  202  200  198  197  195  192  189  186  182
+  177  173  169  165  164  165  168  171  176  182  186  189  192  195  198  200
+  202  204  205  206  207  207  206  204  203
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  196  194  192  190  188  186  184  183  182  181  181  182  182  185  188
+  190  193  196  199  201  203  204  205  206  206  207  207  207  206  206  204
+  202  200  197  194  192  189  186  184  181  178  176  174  172  170  168  165
+  163  161  159  159  158  158  159  162  168  174  180  183  188  191  194  196
+  198  200  201  202  202  201  201  200  198
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  190  188  187  185  184  183  181  180  179  178  179  179  180  181  183
+  184  186  188  189  191  191  192  192  193  192  192  192  191  191  190  188
+  186  184  182  179  176  174  170  167  164  162  159  158  157  155  155  154
+  153  152  152  153  153  154  156  158  162  166  171  177  182  185  187  189
+  190  191  193  193  193  193  192  192  191
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  180  179  179  178  177  176  175  175  174  174  174  174  174  175  175
+  176  177  177  177  178  178  178  178  178  177  176  176  175  174  173  172
+  171  169  167  165  163  160  158  156  155  152  150  149  148  147  146  146
+  146  146  147  148  150  151  154  156  159  163  166  169  172  174  176  178
+  179  180  181  182  182  182  182  181  181
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  169  169  169  169  168  168  168  167  167  167  167  167  167  166  167
+  166  166  166  166  166  165  165  164  164  163  163  162  161  160  159  159
+  158  157  156  154  153  152  151  149  148  147  146  146  145  145  144  144
+  145  145  146  147  148  150  151  153  154  156  158  160  161  163  164  165
+  167  168  168  169  169  169  170  169  170
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  159  159  159  160  159  159  159  159  159  159  159  159  158  158  158
+  157  157  157  157  156  156  156  155  155  155  154  153  153  152  152  151
+  150  150  149  149  149  148  147  147  147  147  147  146  146  146  146  146
+  146  147  147  148  148  149  149  150  151  152  152  153  154  155  155  156
+  156  157  157  158  158  159  159  159  159
+     3                                                      END OF TEC MAP     
+     4                                                      START OF TEC MAP
+  2010    12     5     6     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   34   34   34   35   35   35   36   36   36   36   36   37   37   37   37
+   37   37   37   37   37   37   37   38   38   38   38   38   38   38   38   38
+   38   38   38   38   37   37   37   37   36   36   36   36   35   34   34   34
+   34   33   33   32   32   32   32   31   31   31   31   31   31   31   31   31
+   31   32   32   32   32   33   33   33   33
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   33   33   34   34   34   35   35   35   36   36   36   37   37   36   37
+   37   37   37   37   37   37   38   38   38   39   39   39   40   41   41   41
+   41   41   41   41   40   40   40   39   38   38   37   36   35   34   33   32
+   31   31   30   29   29   28   28   28   28   28   27   28   28   28   28   28
+   28   28   29   29   30   30   31   31   32
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   31   32   32   33   34   34   35   35   35   35   35   35   35   34   35
+   35   35   35   36   36   35   36   37   37   38   40   40   41   41   42   43
+   43   43   43   43   43   42   41   40   39   37   36   35   34   32   32   31
+   30   29   28   28   27   27   27   27   26   27   26   26   26   26   26   26
+   26   27   27   28   28   29   29   30   30
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   30   31   32   33   34   35   35   35   36   35   35   35   34   33   33
+   32   32   32   32   32   34   35   36   37   37   39   40   41   42   43   44
+   44   45   45   44   43   42   41   40   38   36   34   33   32   31   30   30
+   29   29   29   29   29   30   31   31   31   31   31   31   30   30   29   28
+   28   28   28   28   28   28   29   29   29
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   30   31   33   34   35   36   37   37   36   35   35   34   33   32   31
+   30   30   30   31   31   31   33   35   35   37   38   39   41   43   44   44
+   45   45   45   44   43   42   40   38   36   34   33   31   30   30   30   30
+   31   32   33   34   36   38   39   41   41   41   41   40   40   38   37   35
+   34   33   32   31   30   30   29   29   29
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   32   32   33   34   36   37   38   38   37   36   35   33   32   32   31
+   31   30   30   30   31   32   34   35   36   37   38   40   42   42   43   44
+   45   45   44   43   42   40   37   35   34   32   31   30   30   30   31   33
+   34   37   40   43   46   50   52   54   56   56   55   55   53   51   49   46
+   44   42   39   37   35   33   32   31   31
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   34   34   35   37   38   39   39   39   38   36   35   33   32   31
+   31   31   31   33   34   35   36   37   38   39   40   40   41   42   42   43
+   42   42   42   40   39   37   34   32   30   30   29   29   30   32   34   38
+   41   46   50   54   58   63   66   69   71   71   70   69   67   65   63   59
+   56   52   49   44   41   38   36   35   33
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   36   37   38   39   40   40   41   41   40   38   36   34   33   33
+   32   33   34   37   38   39   38   39   40   40   40   40   41   41   41   41
+   40   40   39   37   35   33   31   29   28   27   28   29   32   36   41   46
+   50   56   62   67   71   75   80   82   84   85   84   82   80   78   75   71
+   67   62   58   53   49   45   42   39   38
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   40   40   40   41   42   43   42   42   41   39   37   36   35   34
+   35   37   38   40   42   42   41   41   41   41   41   41   40   39   38   37
+   37   36   35   34   32   30   28   27   27   27   29   32   37   42   49   55
+   61   66   72   78   82   87   90   93   94   95   94   91   89   87   83   79
+   75   71   65   61   56   52   48   46   44
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   50   45   44   44   45   45   45   44   44   43   41   39   38   36   36
+   38   40   41   43   43   44   44   42   42   42   40   40   39   37   36   35
+   34   33   32   32   31   29   28   28   28   30   33   38   45   52   59   65
+   71   76   82   87   92   96   99  101  102  102  100   97   94   91   88   83
+   80   76   72   68   63   58   54   54   55
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   56   50   48   48   49   49   48   47   46   45   42   41   39   38   39
+   40   42   43   45   45   45   45   42   42   41   39   38   37   35   34   34
+   33   33   33   32   32   31   31   31   33   36   41   48   55   63   70   76
+   81   86   91   95   99  102  105  107  107  106  103   99   96   93   89   86
+   83   80   76   72   68   64   61   65   66
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   59   52   51   51   52   52   52   51   49   47   44   42   40   41   40
+   41   43   44   45   44   43   43   40   39   39   38   37   36   35   34   35
+   34   34   35   36   36   36   36   37   40   45   51   59   68   75   82   86
+   90   95  100  102  105  107  109  111  111  110  107  103   98   94   90   87
+   84   81   78   75   71   67   65   68   66
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   59   55   53   54   55   55   55   54   52   50   48   45   43   42   41
+   42   42   42   45   42   40   39   38   38   38   38   38   38   37   37   37
+   37   38   40   42   43   43   44   47   50   56   64   73   80   88   94   98
+  100  104  108  110  111  114  116  117  117  115  111  107  102   97   92   88
+   85   82   78   75   72   68   66   65   62
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   59   57   56   57   58   58   58   57   55   53   51   48   46   45   43
+   43   43   42   43   40   38   37   38   39   40   41   42   43   43   42   42
+   43   45   47   50   52   54   56   59   63   68   76   84   92  100  105  108
+  111  113  114  117  119  121  123  124  124  122  119  115  109  103   97   93
+   89   84   80   77   73   70   67   64   61
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   63   62   59   59   60   61   62   61   59   57   55   53   50   48   47
+   46   45   43   42   40   38   39   41   43   47   48   49   50   50   50   50
+   52   54   58   61   63   66   68   71   75   81   88   94  102  108  113  116
+  119  121  121  123  128  130  131  132  132  131  128  124  119  113  107  102
+   96   91   86   82   78   73   70   66   63
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   66   64   62   62   63   64   65   66   64   63   61   58   56   54   52
+   51   49   47   45   43   43   44   47   51   56   58   60   59   59   58   59
+   60   64   68   72   75   78   80   82   86   91   97  103  110  115  119  123
+  127  129  130  132  136  138  139  140  141  140  138  135  130  125  119  113
+  107  100   94   88   83   78   74   70   67
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   68   66   64   65   66   68   70   71   71   69   67   65   63   61   59
+   57   55   54   52   50   51   52   57   62   67   70   72   70   68   66   66
+   68   72   77   81   85   87   88   90   95  100  105  111  116  119  124  129
+  133  136  137  140  142  143  144  145  146  147  146  143  140  135  129  123
+  116  109  102   94   89   84   79   74   70
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   70   67   66   67   70   72   75   77   78   77   74   72   70   69   67
+   65   63   62   61   60   61   65   70   75   80   82   83   81   75   72   71
+   73   78   82   87   91   93   94   97  102  107  112  115  119  124  128  134
+  138  142  144  146  147  148  147  148  148  149  149  147  145  142  137  131
+  125  117  109  101   95   89   84   79   74
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   74   70   69   70   73   77   81   84   85   85   82   80   78   77   75
+   73   72   72   72   73   75   78   84   87   91   92   92   88   80   75   74
+   77   81   86   90   93   96   99  103  108  114  118  121  123  127  132  137
+  142  147  149  150  150  149  147  146  147  147  147  147  145  143  140  136
+  130  122  115  107  100   94   90   84   79
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   77   73   71   72   75   81   86   90   92   93   91   89   87   84   83
+   82   81   82   83   84   87   90   96   99   99  100   96   91   84   78   77
+   79   83   87   91   94   97  100  107  114  120  124  126  128  130  135  141
+  147  151  152  152  151  150  146  143  142  143  143  142  142  141  139  137
+  133  126  117  110  103   98   93   88   82
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   80   76   73   73   76   82   88   94   98  100   99   98   95   92   90
+   90   91   91   93   95   98  100  105  107  105  103   98   91   85   82   81
+   82   85   88   91   94   97  103  110  119  126  130  132  133  134  140  147
+  151  154  155  156  155  153  148  144  142  142  142  142  141  141  141  140
+  137  130  120  113  106  100   95   91   85
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   82   78   75   74   76   82   89   95  101  104  105  104  102   99   98
+   97   98   99  101  103  106  108  110  110  108  103   97   90   87   85   84
+   85   87   89   90   93   97  103  113  124  131  136  138  139  141  145  152
+  157  159  161  163  163  161  158  152  149  150  151  150  149  148  148  148
+  144  137  127  117  108  102   97   92   87
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   82   79   77   75   75   80   86   93  101  106  109  109  107  105  103
+  103  103  104  106  108  109  111  111  111  109  102   95   91   90   89   87
+   88   89   89   90   92   96  104  115  128  137  142  144  146  148  152  158
+  164  168  172  176  178  179  179  175  172  172  172  171  169  167  166  164
+  160  150  138  126  114  104   99   93   87
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   83   80   78   76   75   77   82   89   97  103  108  110  110  108  107
+  106  106  106  108  110  110  111  110  113  109  100   96   94   93   93   91
+   91   91   90   89   90   95  105  118  132  143  149  151  153  156  162  169
+  177  183  188  196  203  208  213  214  210  207  208  207  204  199  195  190
+  183  170  155  139  124  111  102   95   87
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   85   82   80   77   76   76   79   84   91   98  103  107  108  108  107
+  106  106  107  108  109  110  111  111  112  107  101   98   97   97   96   95
+   94   92   90   88   89   95  107  123  138  150  155  158  161  166  175  185
+  195  203  212  225  238  245  254  258  255  251  253  255  250  243  234  227
+  214  198  179  157  140  123  110  100   89
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97   90   86   84   80   78   77   77   81   86   92   97  101  104  105  105
+  104  105  105  107  109  111  111  111  111  107  103  101  100  100   99   96
+   94   91   88   86   88   96  110  127  144  154  161  166  171  179  190  205
+  217  229  242  255  273  285  295  298  301  299  302  306  301  293  280  271
+  253  232  209  181  158  138  122  109   97
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  108  100   94   89   86   82   80   78   80   83   87   89   93   97  100  100
+  100  101  103  106  108  111  112  112  111  109  107  104  102  101   99   96
+   91   87   84   82   87   97  113  130  147  159  168  175  183  193  209  228
+  243  256  269  286  305  319  328  332  337  340  345  349  347  340  325  314
+  294  269  236  206  180  155  136  121  108
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  111  103   96   92   89   86   84   83   83   84   85   86   90   94   95
+   95   97   98  104  107  110  112  113  113  112  109  106  102   99   97   93
+   87   82   79   81   87   99  116  134  150  164  175  184  194  209  229  250
+  268  281  294  309  326  340  348  351  357  363  370  375  376  370  356  344
+  328  301  266  234  203  175  155  135  122
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  124  114  106  100   97   94   92   90   88   86   84   83   87   88   90
+   91   93   95  100  105  108  111  113  114  113  111  106  100   96   93   88
+   82   78   77   80   88  101  119  138  155  170  183  194  208  225  246  267
+  287  302  313  325  338  348  354  356  360  366  372  379  385  380  368  357
+  343  318  287  255  223  196  173  155  137
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  138  126  117  111  107  104  102   99   95   91   87   85   86   86   87
+   87   88   91   96  102  106  109  112  112  111  108  103   96   91   87   82
+   77   75   76   81   90  104  122  142  160  177  192  206  219  238  259  281
+  302  317  325  333  341  348  349  349  351  355  361  369  375  374  367  357
+  343  322  297  269  241  218  194  173  155
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  156  140  128  122  117  115  112  108  104   99   93   89   87   86   85
+   85   86   87   92   99  104  107  109  108  107  103   96   90   85   82   78
+   75   75   77   82   92  107  126  147  165  184  201  217  232  250  271  292
+  311  324  329  333  337  340  339  338  339  341  346  353  358  359  356  349
+  338  321  301  277  255  235  215  195  177
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  197  175  154  139  131  126  123  120  117  113  107  101   96   92   88   87
+   86   85   87   91   97  102  106  107  106  102   97   89   83   79   77   76
+   76   77   79   84   94  111  130  150  171  191  210  228  244  262  280  299
+  314  324  328  329  330  330  329  327  328  330  335  340  344  345  345  340
+  334  320  303  283  265  250  234  216  197
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  216  192  168  149  138  132  128  126  123  119  114  110  105  100   96   93
+   91   89   89   93   97  103  106  107  104   99   91   83   77   75   76   77
+   77   78   81   87   98  115  135  155  176  196  218  237  254  271  287  302
+  312  319  323  325  326  327  327  326  326  328  332  336  338  339  338  336
+  332  323  307  291  275  263  251  235  216
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  231  206  180  158  143  135  130  126  125  122  119  116  113  109  104  101
+   98   96   95   98  101  105  109  107  104   96   87   80   75   76   78   80
+   80   81   84   90  103  120  140  160  180  201  223  243  260  275  290  301
+  308  314  319  324  329  334  337  338  337  338  341  343  342  341  340  340
+  338  331  316  299  286  274  264  250  231
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  242  216  190  165  147  136  129  124  122  120  119  119  118  116  112  108
+  105  105  103  104  106  109  110  108  104   94   86   80   76   78   81   82
+   84   85   87   94  107  125  144  163  183  204  225  245  260  274  287  298
+  305  310  318  326  337  347  354  358  359  361  362  359  355  351  351  351
+  350  344  329  312  297  286  274  261  242
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  248  224  196  170  151  137  128  121  117  115  116  119  121  120  117  113
+  110  109  108  109  109  112  112  109  104   95   88   85   81   81   83   85
+   86   87   89   98  112  128  147  166  183  203  222  240  256  268  281  292
+  301  308  319  332  348  363  376  383  386  388  387  382  374  368  367  367
+  367  361  344  325  309  297  284  268  248
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  252  228  202  177  156  141  130  120  113  110  111  115  119  120  118  115
+  111  109  108  108  110  112  112  108  104   98   94   90   86   84   86   87
+   86   86   90   99  113  131  148  165  182  198  216  232  248  262  275  287
+  298  307  321  338  358  378  394  403  408  412  411  404  395  386  383  384
+  384  377  359  337  319  305  290  272  252
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  253  231  207  184  165  149  136  124  114  108  109  112  116  117  116  112
+  109  105  103  104  106  109  108  105  102  100   97   93   89   86   86   85
+   84   85   90  100  115  132  148  164  178  193  209  224  241  255  270  284
+  296  307  322  341  362  384  401  412  419  424  424  418  408  399  395  395
+  394  388  368  346  326  310  292  272  253
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  251  231  211  191  175  160  146  132  120  112  110  112  114  114  112  108
+  104  100   98   97  100  102  102  100   99   99   98   96   92   87   85   83
+   82   83   89  101  117  134  148  162  175  190  203  217  232  248  264  280
+  294  306  321  340  359  379  396  409  416  421  422  418  410  403  397  397
+  396  389  370  347  327  310  292  271  251
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  247  229  213  198  184  172  159  144  130  120  116  115  115  114  110  106
+  101   97   94   93   94   95   96   95   97   99  100   98   94   89   85   82
+   81   83   90  104  118  134  148  161  174  188  201  213  227  243  259  277
+  292  305  319  335  350  368  383  393  400  405  408  407  401  395  390  388
+  385  379  362  340  321  304  287  268  247
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  240  225  211  200  192  183  171  158  143  132  126  123  120  117  112  107
+  102   98   95   94   94   94   94   95   98  102  104  102   98   92   87   84
+   83   84   93  105  120  135  148  161  175  188  201  213  225  239  255  273
+  288  303  315  326  338  350  360  368  374  379  386  387  384  377  372  368
+  366  359  345  327  310  293  278  259  240
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  233  219  207  199  192  188  180  169  157  145  137  133  128  123  117  112
+  107  104  101  100  100   99   99  101  104  108  111  108  103   97   91   87
+   86   88   96  109  123  137  149  163  177  190  203  215  226  238  254  269
+  284  296  306  314  321  328  330  336  342  349  358  363  360  353  347  343
+  339  333  323  309  294  281  265  248  233
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  226  213  202  194  189  186  183  176  166  156  149  143  136  130  125  119
+  115  113  109  111  110  108  108  111  114  117  118  115  109  102   96   92
+   91   93  101  112  126  139  152  165  180  194  207  218  229  239  253  266
+  278  288  294  300  299  300  299  305  313  320  330  337  334  327  320  314
+  310  305  298  287  277  266  254  240  226
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  221  209  197  187  180  179  179  176  171  165  158  152  145  139  133  128
+  125  123  119  120  119  118  121  124  126  126  126  122  115  108  102   96
+   95   99  107  118  130  143  156  169  184  199  211  222  231  240  251  262
+  271  278  281  283  280  273  275  281  289  297  306  311  308  302  294  286
+  280  277  273  267  261  253  244  234  221
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  219  208  195  182  173  169  169  171  169  167  163  158  153  146  141  138
+  136  133  130  129  129  128  131  134  136  135  132  127  120  111  104  100
+   99  104  112  124  136  148  161  174  189  202  214  224  232  240  248  257
+  263  266  267  268  265  259  260  266  272  280  288  290  287  280  271  262
+  256  253  251  250  246  242  236  229  219
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  218  207  194  180  167  160  159  162  163  164  163  160  157  151  148  146
+  145  143  141  140  139  139  140  140  141  140  135  128  119  110  105  102
+  104  109  119  130  142  154  165  178  192  204  216  226  234  241  246  252
+  255  256  255  255  254  251  252  256  261  268  273  274  271  264  254  245
+  238  235  234  235  235  233  230  225  218
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  216  207  195  180  165  156  152  154  156  159  160  159  156  153  152  150
+  150  150  149  148  147  146  145  144  143  140  133  124  115  108  104  104
+  107  115  126  137  149  160  170  182  194  206  217  227  235  241  244  248
+  249  247  245  245  245  244  245  248  253  258  262  261  257  251  242  234
+  225  222  221  222  225  225  224  222  216
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  214  207  196  182  166  155  150  148  150  153  154  155  153  152  152  151
+  152  153  154  153  151  148  145  143  141  138  130  121  112  105  102  104
+  110  120  132  144  156  167  176  186  196  206  216  226  235  240  240  242
+  242  239  236  236  236  235  237  240  244  248  250  248  245  239  231  224
+  216  212  211  213  215  217  218  217  214
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  210  206  197  184  170  159  151  148  148  149  150  151  150  149  149  149
+  151  153  153  153  151  147  143  140  137  133  125  118  110  103  100  103
+  112  124  137  151  164  175  183  191  198  206  215  224  232  236  234  234
+  234  231  228  228  226  226  226  228  231  233  234  233  229  225  219  214
+  208  204  203  203  205  207  209  211  210
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  205  204  199  189  177  166  157  152  150  149  150  150  149  147  146  146
+  147  148  149  148  146  142  138  134  131  127  119  112  106  101  100  105
+  115  128  142  157  171  180  188  194  199  205  213  221  227  230  229  229
+  227  223  221  219  217  215  214  214  215  215  215  214  212  209  205  202
+  198  196  194  194  195  197  200  203  205
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  199  201  199  193  184  174  166  159  156  155  154  152  150  147  145  143
+  143  143  143  142  139  136  133  129  125  120  114  108  103  101  102  110
+  119  133  147  162  175  183  190  195  199  204  211  218  223  225  225  224
+  221  217  213  212  209  205  201  199  198  198  197  196  195  193  192  190
+  187  186  185  184  185  187  190  195  199
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  198  199  197  192  184  177  170  166  163  161  158  155  151  148  144
+  142  140  139  138  136  132  129  125  120  116  112  107  104  104  107  115
+  125  138  151  164  176  185  190  194  197  202  208  213  217  219  218  216
+  213  210  208  206  203  198  191  186  185  183  182  181  180  179  179  179
+  177  175  175  175  176  178  182  187  193
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  193  198  199  197  193  188  182  177  174  171  167  162  157  153  149
+  145  142  140  138  136  133  130  126  120  117  115  112  111  112  115  123
+  132  143  154  165  175  183  188  191  194  198  203  207  210  210  209  208
+  205  205  204  202  199  193  186  179  177  174  172  171  170  169  169  169
+  168  168  167  167  168  170  175  181  187
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  189  195  199  200  200  197  193  189  185  182  177  172  166  161  157
+  153  150  147  145  142  140  136  133  129  125  123  121  121  122  127  134
+  139  148  156  166  174  180  184  187  190  193  197  200  202  202  201  200
+  200  201  202  201  198  193  186  179  174  171  169  167  165  164  163  163
+  163  162  161  161  162  165  170  174  181
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  183  190  195  200  201  201  200  197  195  191  187  182  177  172  167
+  163  160  158  155  152  149  146  144  140  137  134  133  133  135  138  143
+  147  152  159  166  171  176  180  183  186  188  192  194  195  195  195  195
+  196  198  201  201  200  195  189  182  178  174  172  169  167  165  162  161
+  160  160  159  159  160  162  166  170  176
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  178  184  190  196  199  202  203  202  201  198  195  191  185  181  176
+  173  170  168  166  163  160  157  154  151  149  147  146  146  148  150  154
+  156  160  163  167  171  173  176  179  182  185  188  190  191  191  191  192
+  194  197  200  202  201  198  194  189  185  181  179  176  173  169  165  162
+  160  160  159  159  160  162  165  169  173
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  174  178  183  189  195  199  201  203  203  202  199  196  192  188  184
+  182  179  178  175  173  170  167  164  161  159  158  157  159  161  164  165
+  167  168  169  171  172  173  175  178  181  185  187  189  190  190  190  192
+  194  197  200  203  203  201  198  194  192  190  187  184  180  175  170  165
+  164  162  161  161  162  164  166  168  171
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  171  174  178  183  188  193  198  200  201  202  201  199  196  193  190
+  188  187  186  184  183  180  177  174  172  170  170  171  172  174  177  178
+  178  178  177  177  176  177  179  181  185  188  190  192  193  193  193  193
+  195  197  200  201  202  202  200  199  198  197  196  193  189  183  177  171
+  169  167  166  165  165  167  167  168  169
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  168  170  173  177  182  188  192  195  198  199  199  199  198  196  195
+  194  193  193  192  192  190  187  185  183  182  183  184  186  188  189  189
+  189  188  186  186  185  185  186  189  192  196  198  199  200  199  197  196
+  195  196  198  199  200  200  200  201  202  202  202  200  197  191  185  179
+  177  174  173  171  170  170  169  168  167
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  166  167  170  173  177  182  187  190  194  196  197  198  198  197  198
+  198  198  199  199  198  197  195  194  194  193  195  197  199  199  198  198
+  198  198  199  198  198  198  198  200  204  207  209  210  210  207  203  199
+  196  195  196  196  197  198  199  201  203  205  206  205  202  198  194  188
+  186  183  182  179  177  175  172  169  167
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  169  166  167  169  171  174  178  182  186  190  192  195  197  198  198  199
+  200  201  202  203  202  202  202  202  202  203  205  207  210  210  210  210
+  211  211  212  212  213  213  213  215  218  221  222  222  219  214  209  203
+  198  195  194  193  194  195  197  200  204  207  209  209  208  205  202  198
+  195  192  190  187  184  180  177  173  169
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  170  170  171  171  174  176  179  183  187  190  193  195  198  199  201
+  203  204  205  205  206  207  209  210  210  212  214  216  219  222  223  223
+  224  225  227  226  228  229  229  230  231  233  233  231  226  219  213  206
+  200  195  192  191  191  193  195  199  203  207  210  212  212  211  208  206
+  203  201  198  195  191  187  182  178  174
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  177  175  174  174  174  176  179  182  186  190  193  196  199  201  203
+  205  207  209  210  212  213  215  217  218  219  221  224  227  230  232  234
+  235  236  238  238  239  240  241  241  241  241  239  235  229  222  214  207
+  201  195  191  190  189  191  194  199  204  208  212  214  216  216  215  213
+  211  209  206  202  199  194  188  185  180
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  184  181  179  177  177  178  180  183  186  190  194  197  200  203  205
+  208  211  213  215  217  219  221  223  224  225  226  228  231  234  237  239
+  240  241  242  244  244  245  246  246  243  242  240  234  227  220  213  206
+  198  193  190  188  189  191  195  199  205  209  213  216  218  219  219  218
+  217  215  212  208  204  200  195  190  187
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  188  186  184  182  181  181  183  185  188  191  195  198  201  204  208
+  211  213  216  218  220  222  223  225  225  227  228  230  231  234  235  237
+  239  240  241  241  242  242  242  242  240  237  234  229  223  215  208  201
+  195  189  186  186  187  190  194  199  205  210  214  217  220  221  221  221
+  220  218  215  212  208  203  200  196  192
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  192  188  187  185  185  185  185  187  189  192  194  198  201  204  207
+  211  213  215  218  219  221  222  222  223  224  225  226  227  228  229  229
+  231  231  231  231  231  230  231  230  229  226  222  218  212  205  199  194
+  190  186  182  180  181  186  192  197  204  209  213  216  218  220  220  221
+  220  218  216  213  210  206  203  199  196
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  193  190  188  187  186  186  187  187  189  191  193  196  199  201  205
+  207  209  212  213  214  215  216  216  216  216  217  217  218  217  217  217
+  217  217  217  216  216  215  213  213  212  209  207  203  199  194  188  184
+  182  180  179  178  178  179  181  187  195  202  208  211  215  216  216  217
+  217  215  214  211  209  205  202  199  196
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  191  189  188  187  186  186  186  186  188  189  191  192  194  197  199
+  201  202  204  205  206  206  206  206  205  205  205  205  205  204  203  202
+  201  200  200  199  198  197  196  194  193  191  190  188  185  184  182  180
+  178  177  176  176  176  177  178  181  187  192  198  202  208  209  209  210
+  209  208  206  205  203  200  198  196  193
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  187  186  185  184  184  183  184  184  184  185  186  187  188  189  191
+  191  192  193  194  194  194  194  194  193  193  192  192  191  190  189  188
+  187  185  184  184  183  181  181  180  179  178  177  176  175  175  174  174
+  174  174  175  175  177  179  182  184  187  190  193  196  197  198  198  199
+  198  198  197  196  195  193  192  190  189
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  183  182  181  181  181  181  180  180  181  181  181  181  182  182  182
+  183  183  184  183  183  183  183  182  181  181  181  180  179  179  177  177
+  176  175  175  173  173  172  172  171  171  171  170  170  170  171  171  171
+  172  172  173  174  175  176  178  179  181  182  184  185  186  187  187  187
+  187  187  187  186  186  185  185  184  183
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  177  177  177  177  176  177  177  176  176  176  176  176  176  176  176
+  175  175  176  175  175  175  175  174  174  174  173  173  173  172  172  171
+  171  170  170  170  170  169  169  169  169  169  169  169  169  169  169  170
+  170  170  171  171  172  172  173  174  174  174  176  176  176  177  177  177
+  178  178  177  178  178  178  178  177  177
+     4                                                      END OF TEC MAP     
+     5                                                      START OF TEC MAP
+  2010    12     5     8     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   33   34   34   34   34   35   35   35   36   36   36   36   36   37   37
+   36   37   37   37   38   38   39   39   39   39   38   38   38   38   37   37
+   37   37   36   36   36   36   35   35   35   35   34   34   34   34   33   33
+   33   33   33   33   32   32   32   32   32   31   32   31   31   31   31   31
+   31   31   32   32   32   32   33   33   33
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   32   32   33   33   34   34   35   35   36   36   36   37   37   37   37
+   38   37   38   38   39   39   42   41   40   39   39   38   38   38   38   37
+   37   37   36   36   36   35   34   34   34   33   32   32   32   31   30   31
+   31   30   30   30   30   30   29   29   29   28   28   27   27   27   27   27
+   28   28   28   29   29   29   30   31   31
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   30   30   31   32   32   33   34   34   35   35   36   36   36   37   37
+   37   37   37   37   37   38   43   40   38   37   39   39   39   39   38   38
+   37   37   36   36   35   35   34   33   32   32   31   30   30   29   29   29
+   28   29   28   28   28   28   28   27   27   27   26   26   25   25   25   25
+   26   26   26   26   26   27   27   28   29
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   28   29   30   31   32   32   33   33   33   34   34   35   35   35
+   36   36   36   36   36   36   41   39   39   39   39   38   38   38   38   38
+   38   37   36   36   35   35   34   33   32   31   31   30   30   30   30   30
+   30   30   30   30   30   29   29   29   28   27   27   26   26   26   26   25
+   25   25   24   24   24   24   25   25   26
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   27   28   29   30   30   31   32   32   32   32   32   33   33   34
+   34   34   34   35   36   37   38   38   39   39   39   39   38   39   38   38
+   37   37   36   36   35   35   34   33   33   33   33   33   34   34   35   36
+   37   37   37   37   36   36   35   35   34   33   32   31   30   29   28   27
+   26   25   24   23   22   22   23   23   24
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   27   28   29   30   31   31   31   31   31   31   31   31   31   31
+   32   33   35   36   37   39   39   40   39   41   40   39   39   38   37   37
+   37   36   36   35   35   34   35   35   36   36   37   38   40   42   44   46
+   48   48   48   48   47   47   46   45   44   42   40   39   36   35   33   32
+   31   29   27   26   24   23   23   23   24
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   28   29   30   32   33   33   32   32   31   31   30   30   31   31
+   33   34   36   37   40   41   42   42   41   42   42   39   38   36   36   35
+   35   35   35   35   36   36   36   37   39   40   42   45   48   52   55   59
+   61   62   62   62   62   60   59   57   54   52   50   48   45   42   40   39
+   38   35   33   30   28   27   26   25   26
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   31   32   33   35   35   36   35   34   34   32   32   32   32   32
+   34   35   38   40   42   43   44   44   43   41   42   39   36   35   34   33
+   33   33   34   35   37   38   39   41   43   46   49   52   58   63   68   71
+   73   75   76   76   75   73   70   68   63   61   58   55   53   51   49   48
+   48   43   40   36   34   32   30   30   30
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   36   37   38   38   39   39   38   38   37   35   34   34   34   34
+   35   37   40   42   44   45   45   45   44   42   40   38   36   33   32   31
+   31   32   34   36   38   40   42   45   48   52   55   61   67   72   78   81
+   84   86   87   87   86   84   80   76   72   68   65   62   60   58   56   56
+   56   52   47   43   40   38   36   36   36
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   42   42   42   43   43   43   42   42   40   39   37   37   36   37
+   37   39   41   43   45   46   45   44   43   41   38   36   33   31   30   30
+   30   32   34   37   40   43   46   51   54   58   63   68   74   79   84   89
+   93   95   97   96   94   92   87   83   78   73   69   66   64   62   61   61
+   60   57   52   49   46   44   43   43   42
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   48   47   48   47   47   46   45   45   44   43   41   40   39   39   38
+   38   39   41   42   44   45   42   42   40   38   35   34   32   31   30   30
+   31   33   36   39   43   48   53   58   62   66   70   75   80   84   89   93
+   98  101  103  103  101   98   93   88   82   76   72   68   66   63   62   61
+   59   57   54   52   51   50   49   48   47
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   52   52   51   51   50   49   48   47   46   45   44   42   41   40   40
+   38   38   40   39   40   41   39   38   37   35   33   32   32   32   31   33
+   34   37   41   44   48   54   60   66   70   74   78   83   86   90   94   97
+  102  105  107  108  107  104   99   93   87   80   76   71   68   64   62   61
+   59   57   55   54   54   54   53   52   52
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   56   56   55   55   54   53   51   50   50   49   48   46   45   42   41   40
+   38   37   38   37   36   37   36   35   35   34   34   34   34   34   35   37
+   39   42   47   52   57   63   69   75   80   84   88   91   93   95   97  100
+  104  108  111  112  112  110  105  100   95   87   82   76   72   67   64   62
+   59   58   58   56   55   55   56   56   56
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   59   60   59   59   57   56   55   54   53   52   51   49   47   45   43   41
+   39   37   36   35   35   35   35   36   36   37   38   39   38   39   40   43
+   45   49   55   61   68   74   82   88   92   97  100  101  102  102  103  105
+  108  111  115  118  118  117  113  110  105   98   92   85   80   74   69   65
+   62   60   59   57   57   57   58   58   59
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   64   64   63   62   60   59   58   58   57   56   54   52   48   47   44
+   41   39   37   36   35   36   37   40   41   44   45   46   46   46   47   51
+   54   58   65   72   79   87   94  101  105  109  112  112  112  111  110  111
+  113  116  120  124  126  126  124  122  118  111  104   97   89   82   77   71
+   67   63   60   59   58   59   60   61   63
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   69   69   69   67   65   65   64   65   65   63   60   58   54   51   48
+   46   43   41   40   40   41   44   47   51   53   55   55   55   56   56   59
+   62   68   76   83   90   99  107  113  118  122  124  125  124  122  119  119
+  120  122  126  130  133  135  135  134  131  125  118  109  100   93   86   79
+   73   67   64   62   62   62   63   66   68
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   74   74   74   73   72   72   73   75   75   73   69   66   62   58   55
+   53   51   49   48   48   51   54   58   62   66   67   68   67   66   65   67
+   72   79   85   93  100  108  116  122  127  132  135  137  136  134  130  128
+  127  129  132  136  139  141  143  143  140  134  128  119  111  103   95   88
+   81   75   70   68   68   67   68   70   72
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   78   79   79   79   79   81   83   84   85   84   79   75   70   66   63
+   62   61   60   60   60   63   67   72   75   78   79   79   77   74   72   74
+   79   87   95  103  110  117  123  128  134  140  145  149  149  146  142  138
+  136  137  138  140  143  145  146  146  144  138  132  124  116  109  102   95
+   88   83   78   75   73   71   71   74   77
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   82   83   84   85   86   88   91   94   95   94   89   85   79   74   72
+   71   71   71   72   72   76   80   84   87   89   89   87   83   79   76   78
+   84   93  102  111  118  124  128  132  138  145  153  158  160  158  152  147
+  143  143  143  144  144  144  145  144  141  136  130  123  116  110  104   98
+   93   88   84   81   79   77   77   78   80
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   83   85   87   88   90   93   96  100  103  104  100   95   89   84   81
+   81   82   83   83   85   88   92   94   97   97   95   92   87   81   80   82
+   88   99  110  118  126  130  134  137  142  149  158  164  168  166  161  155
+  151  149  147  145  143  142  141  140  135  131  125  118  113  107  103   98
+   94   91   89   87   85   83   81   81   82
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   82   84   87   88   91   94   98  104  108  111  109  105   99   93   91
+   91   92   94   94   95   97  101  103  103  102  100   95   89   83   81   84
+   92  103  116  126  133  137  139  141  145  152  160  169  172  172  167  162
+  158  155  152  149  144  142  141  138  134  129  124  117  112  106  101   97
+   94   91   90   90   89   87   84   82   81
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   81   82   84   86   88   91   97  103  109  115  116  113  107  101   98
+   98  100  101  102  102  104  106  107  106  105  101   95   89   84   83   87
+   96  108  122  133  141  144  144  146  149  155  163  171  176  177  173  169
+  166  164  161  158  154  150  148  145  141  136  131  125  119  111  104   99
+   94   91   90   90   90   88   84   82   80
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   78   79   81   83   83   86   91   99  105  113  118  117  113  108  104
+  104  106  106  107  106  106  107  108  108  105  100   95   90   86   86   91
+  101  114  128  140  148  151  151  152  156  160  167  175  181  182  180  180
+  179  179  179  177  174  170  168  165  162  158  152  146  137  127  116  107
+  100   93   91   91   90   88   84   81   79
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   77   77   78   79   79   80   84   91   99  108  115  117  115  111  108
+  108  108  109  110  107  107  107  108  107  104  100   96   91   88   89   95
+  106  119  134  148  156  160  161  163  165  168  173  184  188  191  193  196
+  199  203  207  207  208  203  201  199  198  196  189  181  169  155  138  124
+  112  101   95   92   90   87   84   81   78
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   77   77   77   77   75   75   78   84   91  101  110  114  114  111  110
+  109  110  110  109  107  107  108  107  107  104  101   97   93   91   94   99
+  110  124  141  156  166  172  174  176  178  178  181  192  199  203  210  220
+  229  239  245  248  252  249  247  245  245  245  237  226  211  192  171  149
+  131  115  105   97   92   89   85   82   79
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   81   81   80   78   75   73   73   77   83   93  102  107  109  108  107
+  107  108  108  107  107  108  108  108  107  105  103   99   95   95   98  104
+  115  130  148  164  175  182  187  189  189  191  193  202  210  219  233  251
+  268  278  284  289  295  298  300  298  297  300  293  278  261  237  211  184
+  157  134  118  106   98   92   89   86   83
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   88   87   86   83   80   76   74   74   78   85   94   99  102  102  101
+  102  104  105  106  107  108  109  108  107  106  104  100   97   96   99  107
+  119  136  156  173  185  192  199  200  201  205  207  215  226  240  261  284
+  304  316  322  326  330  336  342  343  345  348  343  328  310  283  252  221
+  188  158  137  120  108  100   96   92   89
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97   96   95   94   92   88   83   79   76   76   80   86   91   94   95   95
+   96   98  101  103  105  107  108  108  108  106  103   99   94   93   99  109
+  124  144  165  181  193  203  209  210  213  218  223  231  245  263  289  312
+  333  345  349  351  352  357  364  368  370  374  373  362  346  320  287  255
+  220  187  160  137  123  112  106  101   97
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  107  104  103  102  101   98   92   85   80   78   79   82   85   87   89   90
+   90   92   96   99  103  106  108  107  107  103   99   94   89   89   97  110
+  127  150  170  187  202  213  219  221  227  234  241  250  263  284  309  334
+  351  360  362  361  360  364  369  373  375  378  379  372  360  339  311  282
+  247  214  184  159  142  127  118  111  107
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  112  110  109  108  106  101   94   87   82   81   81   82   84   84   85
+   86   87   90   95  100  104  105  104  102   98   92   86   83   86   96  111
+  130  153  175  194  209  221  228  234  240  248  257  268  282  301  324  345
+  358  363  363  358  355  357  361  363  366  368  370  366  357  343  323  299
+  271  238  208  182  159  142  130  122  115
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  117  115  113  113  112  109  103   95   89   86   84   83   83   82   81
+   82   84   87   91   95   99  100   99   95   90   85   79   80   86   97  113
+  133  157  180  199  215  227  235  243  252  263  274  285  298  314  333  349
+  357  359  356  349  344  344  346  346  349  351  353  353  348  338  325  307
+  286  256  227  200  176  157  142  129  122
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  126  120  116  115  114  116  115  111  103   96   92   90   88   85   81   80
+   81   83   86   89   92   94   93   92   88   83   78   75   79   87   98  116
+  138  162  185  204  221  233  242  252  263  275  289  300  312  324  337  346
+  350  351  348  341  334  333  333  334  335  336  338  339  337  330  321  308
+  291  267  241  215  189  168  150  136  126
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  120  116  113  113  115  117  114  109  103   99   97   94   90   85   82
+   83   84   87   88   89   90   88   86   84   80   75   74   77   86  100  120
+  142  166  189  209  225  238  249  260  272  286  302  312  322  330  336  340
+  342  346  344  338  333  331  331  331  330  329  330  331  330  325  319  308
+  293  272  249  223  198  175  155  139  128
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  119  114  110  109  111  114  114  111  107  104  102  100   95   90   87
+   86   88   90   90   88   87   86   84   83   78   74   73   76   87  104  125
+  148  172  193  212  228  241  254  266  281  297  311  320  328  335  336  337
+  342  346  346  343  342  342  342  341  337  334  333  334  332  327  320  309
+  295  274  252  228  202  178  158  141  129
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  120  113  108  105  107  110  112  111  107  105  104  102   99   95   92
+   91   91   93   92   89   88   86   84   82   78   74   74   78   91  109  131
+  154  176  195  213  229  244  257  272  287  303  315  324  331  336  340  341
+  348  354  357  360  364  364  365  362  357  352  350  348  344  336  327  314
+  297  274  252  228  204  180  159  143  130
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  134  124  115  109  105  105  108  110  109  106  103  101  101   98   96   96
+   95   95   96   95   92   90   88   85   83   80   78   78   83   96  115  137
+  158  177  195  212  228  243  257  274  291  305  315  323  330  336  343  350
+  360  369  377  385  390  392  394  391  385  379  375  370  363  351  337  321
+  300  276  251  229  206  183  162  147  134
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  132  123  115  110  109  110  110  107  104  100   97   96   94   93   95
+   96   96   97   96   95   93   89   86   84   83   82   82   87  100  119  140
+  159  176  192  208  225  240  256  273  290  303  312  319  328  337  346  358
+  374  387  398  410  417  421  424  421  414  406  401  395  384  369  350  329
+  305  278  252  231  209  189  169  154  142
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  146  136  127  120  117  116  113  109  104   98   93   92   89   89   90
+   91   92   94   95   95   93   90   86   85   85   85   85   89  102  121  141
+  158  173  189  204  220  237  252  268  284  296  305  314  325  335  348  366
+  384  399  413  427  436  443  446  443  436  428  420  412  400  382  360  336
+  310  281  255  234  215  196  179  166  155
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  161  150  142  135  130  126  121  115  108  100   94   91   88   86   86
+   87   88   90   92   93   92   90   87   86   86   84   84   89  103  121  140
+  156  171  185  200  216  232  247  261  274  288  298  308  320  332  348  367
+  385  401  416  430  441  449  453  452  445  436  428  418  405  385  362  337
+  311  283  258  238  221  205  190  180  171
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  175  165  158  153  146  140  133  124  116  107   99   94   90   88   86
+   86   85   87   90   91   91   90   88   86   85   83   83   89  103  122  139
+  155  170  183  197  212  227  242  254  266  280  291  302  315  330  346  363
+  378  394  407  419  431  440  444  444  439  431  422  411  397  377  354  332
+  306  281  259  241  225  211  200  192  184
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  185  177  171  167  161  153  145  136  127  117  108  102   97   94   90
+   88   87   88   90   91   92   94   92   90   88   85   83   91  105  123  140
+  155  169  182  195  209  223  235  248  260  274  286  298  312  328  342  355
+  366  379  388  400  411  419  424  425  420  412  402  390  376  357  337  317
+  297  277  258  242  228  215  206  199  193
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  195  189  183  178  177  172  164  156  148  139  129  120  112  108  103   99
+   95   92   92   93   95   97   99   97   95   92   87   87   95  108  124  140
+  156  170  183  195  209  220  231  243  256  269  282  296  312  325  336  345
+  351  359  365  375  383  391  395  395  391  382  372  359  345  329  312  297
+  282  268  254  241  228  217  207  201  195
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  186  182  179  178  175  170  163  158  151  142  133  125  119  114  109
+  105   99   98   98  101  103  105  103  100   96   92   92   99  111  126  142
+  157  171  184  198  211  222  231  241  253  266  280  295  310  321  327  332
+  332  335  338  345  350  359  362  361  357  349  337  323  311  298  286  274
+  265  257  247  237  226  216  205  199  193
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  182  176  174  173  172  169  167  164  159  153  145  138  131  125  121
+  115  109  104  104  107  110  112  110  106  102   99   98  104  116  129  145
+  158  173  186  200  213  224  233  241  252  264  277  292  305  313  315  315
+  312  312  312  316  320  328  330  328  323  315  303  290  280  271  263  253
+  248  244  238  229  221  212  203  195  188
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  176  170  166  164  164  163  164  165  164  160  154  148  142  136  132
+  126  119  113  113  116  119  120  118  113  108  105  105  111  121  134  147
+  161  175  188  202  215  226  234  241  250  260  274  287  298  304  304  298
+  294  292  291  293  297  302  304  300  295  286  275  263  254  249  245  239
+  234  232  226  220  214  207  199  191  183
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  171  165  159  156  155  155  158  161  164  163  160  155  149  145  140
+  135  129  124  123  126  127  127  123  118  113  110  112  118  127  139  151
+  165  178  191  204  216  226  233  239  247  256  269  280  289  294  291  285
+  279  276  275  276  279  283  282  279  272  264  254  244  237  233  231  227
+  223  221  217  212  207  201  195  187  179
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  168  161  155  150  148  149  151  155  160  161  160  157  152  148  145
+  140  136  133  132  133  133  130  126  120  115  115  118  124  134  145  157
+  170  183  195  206  216  225  231  237  244  252  262  272  278  281  279  273
+  267  264  263  265  267  268  267  263  257  249  241  232  226  222  220  218
+  214  211  208  204  200  196  190  184  177
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  168  161  154  148  145  144  146  150  154  157  156  155  151  148  145
+  142  141  139  138  137  135  132  126  120  117  118  124  131  141  153  164
+  176  188  198  208  216  224  230  235  241  248  256  263  267  268  266  260
+  256  254  254  256  258  257  254  250  244  237  230  223  218  214  211  208
+  205  203  200  197  195  192  188  183  176
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  170  163  156  150  145  142  143  145  149  151  151  149  146  144  142
+  141  141  141  141  140  136  131  124  120  118  122  129  139  150  161  172
+  183  193  202  210  217  224  229  233  237  242  248  253  256  256  253  248
+  246  245  246  248  249  247  242  236  229  223  219  215  210  207  202  198
+  195  194  193  192  191  190  187  183  178
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  174  167  161  154  148  144  143  144  145  146  145  143  140  138  138
+  138  139  140  141  139  134  128  121  117  118  124  134  145  158  169  180
+  190  198  206  212  218  223  227  230  232  237  242  244  245  245  241  237
+  236  236  237  239  239  236  228  221  214  209  206  203  200  196  190  186
+  185  185  185  186  188  189  188  186  180
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  183  178  172  166  160  154  149  146  145  146  145  142  140  137  135  134
+  135  135  137  137  134  130  124  118  116  120  127  137  151  165  176  186
+  196  203  209  214  218  221  224  227  228  233  236  236  236  235  231  228
+  227  227  228  230  228  223  214  206  200  195  193  190  188  183  177  173
+  175  176  177  181  184  187  188  187  183
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  181  177  172  167  162  156  153  151  149  147  144  141  137  135  133
+  133  133  134  133  130  126  122  118  119  124  132  144  157  171  182  191
+  201  207  212  215  218  220  222  224  225  231  234  232  229  226  222  220
+  219  219  220  221  218  212  202  193  187  183  180  178  176  171  166  162
+  165  167  170  174  180  184  188  188  185
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  182  180  176  173  169  164  160  158  156  153  150  146  141  138  137
+  135  134  134  132  130  127  124  122  127  132  142  152  166  177  188  197
+  204  209  213  216  217  219  220  221  223  230  232  227  223  219  216  214
+  213  213  213  213  209  202  193  184  177  173  172  170  167  162  157  154
+  156  159  162  169  175  181  185  185  184
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  181  180  179  177  174  170  167  165  163  161  157  153  149  145  143
+  142  140  139  137  135  133  133  135  140  146  155  165  175  184  192  199
+  205  209  212  214  216  216  217  218  221  225  224  220  217  213  211  210
+  209  209  209  208  204  197  188  179  173  169  167  165  162  157  153  150
+  151  154  158  164  170  176  179  181  181
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  177  178  178  178  177  175  173  171  169  168  165  161  157  154  151
+  149  147  147  146  145  145  147  151  156  162  169  177  184  190  195  200
+  203  206  208  210  211  212  212  213  214  216  215  214  212  210  209  208
+  208  207  207  205  201  194  186  179  173  170  168  165  162  157  153  149
+  149  152  156  161  166  170  173  174  176
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  172  173  174  176  177  177  176  175  174  173  171  169  166  162  159
+  157  156  155  156  157  159  162  168  172  177  182  187  191  194  196  199
+  200  202  204  205  205  206  206  206  207  206  207  207  208  208  207  207
+  208  207  205  203  200  195  189  182  178  175  173  170  167  162  157  153
+  152  153  155  159  161  164  166  168  170
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  166  168  170  173  175  176  176  176  177  177  176  175  172  169  166
+  164  163  164  166  169  172  177  183  188  191  194  196  198  198  197  197
+  197  198  199  199  200  200  199  199  200  200  201  204  205  206  206  207
+  207  206  204  203  200  197  193  188  185  183  181  179  175  170  165  160
+  157  156  157  157  158  159  159  161  164
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  161  163  166  169  172  174  175  176  177  178  179  179  177  175  173
+  172  171  173  175  180  186  192  198  202  205  207  206  205  202  199  197
+  196  195  196  195  196  195  195  195  195  196  198  200  203  203  205  205
+  205  204  202  201  200  198  196  194  193  192  191  189  186  181  175  170
+  165  163  160  158  156  155  155  156  159
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  157  159  162  166  169  171  172  174  176  178  179  180  180  179  179
+  180  180  183  187  193  200  206  211  214  216  216  214  213  207  202  198
+  196  195  195  194  194  193  192  192  193  194  197  199  200  202  202  202
+  202  201  199  198  199  199  199  199  199  200  200  199  197  192  186  181
+  176  171  166  161  157  155  154  154  155
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  155  158  161  164  167  169  171  173  175  176  179  181  182  183  185
+  187  188  192  198  204  210  216  220  222  224  223  220  217  212  206  201
+  199  197  197  196  196  195  194  193  194  195  196  198  199  199  199  199
+  197  195  195  194  196  198  199  201  203  206  208  208  206  202  197  192
+  187  180  174  167  163  158  156  154  154
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  155  158  161  164  167  169  170  172  174  176  179  181  184  186  190
+  192  195  199  205  211  216  220  223  226  228  227  224  220  216  210  205
+  203  201  201  201  201  200  199  198  198  198  198  198  198  196  196  194
+  192  191  191  191  193  196  199  202  205  210  212  214  213  210  207  202
+  197  189  183  177  170  165  161  158  155
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  160  162  165  167  169  170  172  174  176  179  181  184  187  190  193
+  197  200  205  210  215  220  223  226  229  230  230  228  225  222  215  209
+  208  208  208  208  208  207  206  205  203  202  200  198  197  195  192  190
+  188  187  187  188  190  194  198  202  206  212  216  218  218  217  214  210
+  205  199  193  187  180  174  169  165  161
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  169  170  170  173  173  175  176  177  180  182  184  187  191  194  197
+  200  204  209  213  218  222  226  229  231  232  232  231  229  226  221  216
+  215  215  216  216  215  214  212  211  208  205  202  199  196  192  189  186
+  184  183  184  185  188  192  197  201  207  212  217  220  221  220  219  216
+  213  208  202  196  190  184  178  173  171
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  181  179  178  178  179  179  180  182  183  184  186  189  192  194  197  200
+  203  207  211  215  219  223  227  230  232  233  233  232  231  229  226  223
+  223  222  223  222  221  219  216  213  209  206  203  199  195  190  186  183
+  180  179  179  183  186  191  196  200  206  212  216  219  221  222  221  220
+  217  213  209  203  198  193  188  183  181
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  187  186  185  185  186  185  186  187  189  190  192  194  196  199  201
+  204  207  211  215  218  222  225  228  230  231  231  230  230  229  228  226
+  226  226  226  226  224  221  217  213  209  205  201  197  193  188  183  180
+  177  175  176  179  182  189  194  199  205  210  215  218  220  221  221  221
+  219  216  214  209  204  199  196  192  189
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  194  192  191  190  190  190  190  191  191  193  193  196  197  199  202
+  204  207  209  212  215  218  220  222  224  225  225  225  224  224  224  224
+  223  223  223  223  222  218  214  210  205  201  197  193  188  184  180  177
+  175  174  174  175  179  184  190  197  203  208  213  216  217  219  220  219
+  219  217  214  211  208  204  201  198  196
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  196  195  193  193  192  192  192  192  192  193  194  195  196  198  200
+  201  203  205  207  209  211  213  214  216  216  216  216  216  216  216  216
+  215  214  214  214  213  211  208  204  199  195  191  187  183  179  176  173
+  172  172  172  174  176  178  182  187  194  201  207  210  213  215  215  215
+  214  213  212  210  208  205  202  200  198
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  198  196  195  194  193  192  191  191  191  191  191  192  193  193  194  195
+  196  197  198  200  201  202  203  204  205  205  205  205  205  205  204  204
+  204  203  202  201  200  198  196  193  190  187  184  182  180  177  175  172
+  171  170  169  170  170  172  173  175  181  187  195  200  207  208  208  209
+  209  207  207  206  204  202  201  199  198
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  193  192  191  190  190  189  188  188  188  188  188  188  188  189  189
+  190  190  190  191  192  193  193  194  194  194  194  194  194  193  193  193
+  192  191  191  190  188  187  185  183  181  179  177  176  175  174  174  173
+  173  173  174  174  176  178  181  183  187  190  194  196  198  199  200  201
+  200  200  200  199  198  197  196  195  194
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  188  188  187  186  187  186  185  185  184  184  184  184  184  184  184  184
+  183  184  184  184  184  185  185  184  184  185  185  184  184  184  184  183
+  183  182  182  181  180  180  180  178  177  177  176  175  175  175  175  175
+  175  175  176  178  179  180  181  183  184  185  187  188  189  190  190  190
+  191  191  191  191  191  190  189  189  188
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  182  182  182  181  181  181  181  180  180  180  180  180  180  179  179
+  180  179  179  179  179  179  179  179  179  179  179  179  178  178  178  178
+  178  177  177  177  177  177  176  177  176  176  176  176  176  176  176  177
+  177  177  177  177  178  178  179  179  180  180  181  181  182  181  182  182
+  182  183  182  183  182  182  183  182  182
+     5                                                      END OF TEC MAP     
+     6                                                      START OF TEC MAP
+  2010    12     5    10     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   35   35   35   36   36   36   37   37   37   38   38   38   38   38
+   38   39   39   39   39   39   39   39   39   39   38   38   38   38   38   38
+   37   37   37   37   37   37   36   36   36   35   35   35   34   34   34   34
+   34   33   33   33   33   33   33   33   33   33   33   33   33   33   33   33
+   33   33   33   33   34   34   34   34   34
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   33   33   34   34   35   35   36   36   37   38   38   38   38   38   39
+   39   39   39   39   40   40   39   39   39   39   38   38   38   38   38   38
+   38   38   37   36   36   36   35   35   35   34   33   33   33   32   32   32
+   31   31   31   31   31   30   30   30   30   29   29   29   29   29   29   29
+   30   30   30   31   31   31   32   32   32
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   29   30   31   32   33   34   35   36   37   37   37   38   39   39   39
+   40   39   39   39   39   39   39   38   38   39   40   39   39   38   38   37
+   37   37   36   36   36   35   34   34   34   34   33   32   31   31   31   31
+   30   30   29   29   28   28   27   27   27   26   26   26   25   25   26   25
+   26   26   26   26   27   26   27   27   28
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   28   29   30   31   32   33   34   35   35   36   37   37   37   38   38
+   38   38   38   38   39   39   38   39   38   38   38   38   38   37   36   36
+   36   36   35   35   34   34   34   33   33   32   32   32   32   31   30   30
+   30   30   30   29   29   28   27   27   26   26   25   24   24   23   23   23
+   23   23   22   23   23   23   24   25   26
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   28   30   31   32   33   34   34   34   35   36   37   36   36   36
+   36   37   38   39   39   39   38   39   38   38   37   37   37   36   36   35
+   36   35   35   35   34   34   34   34   34   34   33   33   33   33   33   33
+   33   33   32   32   31   31   30   29   28   27   26   25   24   23   23   22
+   22   22   22   22   22   23   23   24   26
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   29   31   33   34   35   35   35   36   37   37   37   36   37   37
+   38   38   39   40   41   40   39   40   39   39   38   37   36   36   35   36
+   36   36   36   36   37   36   36   36   37   37   37   38   38   38   39   40
+   39   39   38   37   36   35   34   33   32   31   29   28   27   26   25   24
+   24   24   24   24   24   24   24   26   27
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   31   33   34   35   36   37   37   38   38   37   37   37   37   37   38
+   38   40   42   41   43   42   41   43   40   39   37   37   37   36   35   35
+   36   37   38   39   40   41   41   42   43   44   46   46   46   47   47   48
+   47   47   46   44   42   41   40   39   37   36   35   33   32   31   30   29
+   29   29   28   28   27   27   28   29   30
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   36   38   39   39   39   40   40   39   38   38   38   37   38   38
+   39   41   42   44   44   44   43   44   41   39   36   35   35   35   35   36
+   37   38   41   43   45   47   49   51   53   54   56   57   58   59   59   58
+   57   56   54   52   50   48   47   46   44   42   41   39   38   37   37   36
+   35   35   35   34   33   33   34   34   35
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   40   41   41   42   42   43   43   42   41   39   38   37   38   38
+   40   42   44   45   45   46   45   44   42   38   36   34   33   33   34   36
+   38   41   45   48   51   54   57   60   63   65   67   69   71   71   71   69
+   67   64   62   59   57   55   53   52   49   48   46   45   43   43   42   42
+   42   42   42   41   41   41   40   40   39
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   43   44   44   45   46   45   46   44   42   40   38   37   38   38
+   40   42   44   45   46   46   45   43   41   38   35   32   31   32   35   37
+   41   45   49   54   58   62   66   70   73   76   79   81   82   83   81   78
+   75   71   68   66   62   60   58   57   54   52   50   48   47   46   46   46
+   47   47   47   47   47   47   47   46   44
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   47   47   47   48   49   50   48   47   46   43   41   39   38   38   38
+   39   41   42   43   44   43   42   41   39   36   33   31   31   32   36   40
+   45   50   55   60   65   69   73   79   82   86   89   92   94   93   91   87
+   83   77   74   70   67   65   62   60   57   54   52   50   49   49   49   49
+   49   50   50   50   51   52   51   51   49
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   52   52   52   52   54   54   51   49   48   45   42   40   39   37   37
+   38   40   40   40   40   40   39   39   37   34   32   31   31   34   39   45
+   50   58   62   66   71   76   81   86   90   94   99  101  103  101   99   94
+   89   83   79   75   72   69   67   65   62   59   56   53   52   52   51   50
+   51   51   52   53   54   54   55   55   54
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   56   56   57   58   59   59   57   53   51   48   44   41   40   38   37
+   37   38   37   37   37   37   37   37   36   35   33   33   35   39   45   53
+   61   67   72   76   79   84   89   93   97  101  106  109  110  109  106  102
+   96   90   85   82   78   75   72   71   68   64   62   58   56   55   53   53
+   52   53   54   55   56   57   58   58   58
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   62   61   62   63   65   66   66   63   60   56   52   48   44   42   40   39
+   38   38   37   36   36   37   38   38   38   38   38   38   41   47   54   61
+   70   78   81   85   89   92   96  100  104  107  112  115  116  115  114  109
+  104   99   95   92   88   85   81   79   76   71   68   64   62   60   57   55
+   55   56   57   59   59   60   61   61   62
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   68   69   71   73   74   74   71   67   62   57   53   50   47   45   43
+   41   40   39   38   38   39   41   42   42   42   44   46   49   56   64   72
+   81   86   90   94   98  102  105  108  110  113  116  119  120  121  120  117
+  114  110  106  103  100   96   91   89   85   79   75   71   70   68   62   60
+   60   60   62   63   64   64   65   66   67
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   76   77   80   81   83   83   79   75   70   65   61   58   54   51   49
+   48   46   44   43   43   45   46   48   49   50   52   55   60   67   76   83
+   90   95   98  103  108  111  114  115  117  118  120  123  125  126  127  126
+  124  122  120  116  112  107  102   97   93   88   84   79   77   76   70   67
+   67   68   69   69   69   70   71   72   73
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   82   85   87   90   91   91   88   84   78   74   70   67   63   60   57
+   55   54   52   51   52   54   56   57   58   59   61   65   71   79   87   94
+   99  103  106  111  116  120  122  123  123  123  125  127  130  132  133  134
+  134  133  131  127  123  117  110  105   99   95   91   86   83   81   77   75
+   76   76   77   77   76   76   76   78   80
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   87   91   94   97   99   98   96   91   86   82   80   77   74   70   66
+   64   63   62   62   63   64   66   68   68   68   70   75   82   89   96  101
+  105  110  113  118  124  130  132  132  131  130  131  132  135  137  139  141
+  141  141  139  135  129  122  114  108  103   99   96   92   88   86   84   84
+   84   84   85   85   84   83   83   82   84
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   89   93   98  102  104  105  102   98   94   90   88   86   83   79   76
+   73   73   73   74   74   76   77   77   76   77   79   85   92   98  104  107
+  111  114  118  124  132  139  143  143  141  140  139  140  141  143  143  145
+  146  146  143  138  131  122  114  108  102   98   96   93   91   90   90   90
+   90   91   91   91   91   89   87   86   87
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   89   93   98  103  107  107  105  102   98   97   96   95   92   88   85
+   83   83   83   85   86   87   87   85   83   83   85   92  101  107  112  114
+  116  118  123  130  139  148  154  155  153  150  148  147  148  147  147  147
+  148  146  142  136  128  118  110  104   99   95   93   92   91   91   92   93
+   93   93   94   94   94   92   90   88   87
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   87   91   96  101  105  106  105  103  101  101  103  102   99   96   94
+   92   92   92   94   95   95   94   91   88   87   91   99  109  116  119  121
+  123  126  130  137  147  158  166  168  165  161  158  156  155  152  150  149
+  149  146  141  134  125  117  110  104   98   94   91   90   89   90   91   92
+   93   93   94   94   94   93   90   87   85
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   84   87   91   96  100  102  102  100  100  103  106  107  105  103  101
+   99   99   99  100  101  101   99   94   91   90   96  104  115  123  128  131
+  134  137  140  148  158  169  177  180  178  174  169  166  162  158  156  155
+  153  150  144  138  130  124  117  110  103   99   95   92   90   91   91   91
+   90   90   90   91   91   90   88   84   82
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   80   81   85   90   94   96   96   96   97  101  106  109  109  107  105
+  104  103  103  103  103  102  101   96   93   93  100  110  121  132  138  143
+  149  153  155  161  169  179  188  191  191  188  182  177  173  170  167  165
+  163  160  156  152  148  142  137  129  120  113  106  101   98   96   93   91
+   89   87   87   87   87   87   86   83   79
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   77   77   79   83   87   89   89   90   92   98  104  108  109  109  108
+  106  105  103  103  103  102  101   96   94   96  104  116  129  139  148  156
+  165  172  175  179  185  194  201  204  204  203  197  192  189  186  184  184
+  183  182  181  180  180  175  171  163  150  138  128  120  113  107  101   96
+   92   88   86   84   84   85   84   82   79
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   79   76   76   78   81   83   83   84   87   93   99  105  107  108  107
+  105  103  101  101  102  102  101   98   96  100  110  122  136  147  157  167
+  182  193  198  201  205  213  216  218  218  218  215  212  210  209  210  210
+  211  214  218  220  222  219  216  208  191  172  158  146  135  125  115  107
+   99   93   88   86   85   85   85   84   81
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   83   78   76   76   77   79   79   79   82   87   93   99  102  103  102
+  101   99   97   98  100  103  101  100  100  105  115  128  142  155  168  181
+  200  215  224  225  228  237  237  232  230  231  232  233  236  238  242  244
+  246  254  261  267  270  268  266  257  237  216  196  179  164  149  134  122
+  111  102   95   91   90   89   90   89   87
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   95   90   84   79   77   77   79   78   78   79   83   87   92   95   96   96
+   95   94   93   94   99  102  102  103  105  111  121  134  149  163  178  195
+  219  239  248  250  245  259  254  245  242  245  250  257  264  270  277  282
+  288  295  303  312  316  314  311  299  279  256  234  215  195  176  158  142
+  128  116  107  101   98   96   97   97   95
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103   98   91   85   82   81   82   82   80   79   80   83   85   88   89   90
+   90   90   89   91   96  101  103  106  109  117  127  139  155  169  187  207
+  234  256  266  271  265  272  265  254  254  260  270  281  292  301  310  317
+  324  331  338  347  351  349  344  329  308  286  263  245  224  203  182  165
+  147  133  123  115  109  105  104  104  103
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  106   99   92   87   87   87   87   84   81   80   81   82   84   83   85
+   86   88   86   89   94  100  103  106  112  121  131  143  158  174  193  216
+  244  264  276  284  278  277  270  265  269  278  291  306  319  329  337  342
+  349  354  358  365  367  366  360  345  325  303  282  264  246  223  202  184
+  167  151  139  129  121  115  112  112  110
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  112  107   99   94   92   93   92   88   84   82   81   81   82   79   80
+   82   83   84   86   91   97  100  104  112  122  133  146  161  177  197  222
+  249  269  281  289  285  282  277  277  284  297  313  328  339  349  354  357
+  359  362  364  368  369  368  360  347  329  310  292  274  256  234  214  197
+  181  166  154  144  134  125  118  116  115
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  115  110  104   98   97   97   96   93   88   85   83   82   81   78   77
+   77   77   80   83   89   94   97  102  110  122  134  147  163  181  202  227
+  251  270  284  290  289  288  287  290  299  313  330  345  357  363  364  363
+  362  361  361  363  361  358  350  338  324  308  292  275  258  237  217  201
+  188  175  166  155  144  132  122  117  116
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  114  111  105  101   99  101   99   97   92   89   87   84   81   77   75
+   74   73   76   81   86   90   95  100  109  120  133  149  166  186  207  229
+  251  270  283  291  294  296  298  303  314  328  345  360  369  372  369  364
+  360  356  356  355  350  344  335  326  315  302  287  271  253  233  213  198
+  187  178  172  162  150  135  122  115  115
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  111  110  105  101   99  101  100   99   96   93   90   87   84   79   76
+   74   73   75   80   84   88   92   99  108  120  135  152  172  192  212  232
+  252  269  283  293  300  305  310  317  327  342  357  370  379  379  374  365
+  359  356  356  351  342  334  326  317  309  297  284  268  249  228  209  192
+  183  177  173  165  152  136  122  112  111
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  108  109  107  103   99   96   98   98   98   97   95   93   90   86   82   78
+   76   74   76   80   83   86   90   98  109  123  139  158  178  198  218  236
+  254  270  285  297  307  315  322  329  340  352  364  377  385  384  378  370
+  365  363  361  354  343  332  324  317  309  300  287  268  248  228  207  191
+  180  175  173  166  154  137  122  111  108
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  109  107  102   97   93   93   94   95   96   95   94   92   89   85   81
+   78   76   77   80   82   84   89   98  112  127  145  164  184  205  224  242
+  257  273  288  302  315  324  332  339  347  357  369  381  388  388  384  379
+  378  377  374  365  354  341  332  327  320  310  295  275  253  232  213  196
+  182  176  174  168  156  139  124  113  110
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  113  110  103   96   91   90   91   93   93   93   92   91   88   86   83
+   80   77   78   80   82   84   91  100  114  132  150  169  190  210  228  245
+  259  275  291  307  320  330  337  344  352  359  370  382  389  392  394  394
+  397  399  395  384  373  360  352  346  339  328  309  287  264  243  225  206
+  191  183  179  173  161  146  130  120  116
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  122  117  109  100   93   89   90   91   91   90   89   87   85   84   82
+   79   76   77   80   83   86   93  104  119  138  155  174  194  212  230  245
+  259  275  292  308  322  331  338  346  352  359  369  380  390  398  404  410
+  416  418  414  404  393  382  376  368  361  347  327  302  278  258  241  221
+  205  194  187  181  169  155  142  132  127
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  134  128  120  109  100   95   93   92   91   89   86   85   82   81   80
+   77   75   76   79   83   87   94  107  123  142  158  175  194  212  228  243
+  257  272  290  308  320  329  336  344  350  356  366  378  392  404  413  420
+  427  431  427  418  406  398  392  386  377  361  341  317  293  275  258  239
+  221  208  199  190  178  167  157  148  141
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  149  142  134  123  112  104  100   98   96   91   87   84   81   80   78
+   76   74   75   77   81   86   96  110  127  145  158  173  191  208  223  239
+  252  268  287  304  316  323  331  340  346  353  365  379  392  404  415  423
+  430  433  429  419  409  402  397  393  383  366  346  324  305  289  273  255
+  236  221  209  199  187  178  171  164  157
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  163  157  149  139  127  117  111  107  104   98   92   87   84   82   80
+   78   76   76   79   82   87   98  114  132  146  157  170  186  203  220  235
+  249  264  282  297  308  316  325  333  342  351  364  377  389  400  410  417
+  422  422  418  409  400  395  390  385  375  360  342  323  308  295  281  264
+  246  229  216  204  193  186  181  177  171
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  174  169  164  155  142  133  124  119  114  107   99   94   90   87   85
+   84   82   82   84   85   91  104  120  136  149  158  169  184  199  216  232
+  246  260  276  290  300  308  317  325  336  349  360  373  382  390  398  401
+  401  401  397  388  382  376  371  365  355  342  326  313  302  291  279  264
+  247  232  218  205  195  188  186  183  179
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  182  180  179  175  167  156  146  137  131  125  117  109  102   97   96   93
+   91   89   88   89   91   97  110  126  142  153  161  171  183  196  213  230
+  244  257  271  283  293  301  310  319  331  344  354  364  371  376  379  379
+  378  376  369  362  355  349  343  337  326  314  303  295  286  277  266  255
+  241  227  215  203  193  187  184  183  182
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  180  181  181  176  167  158  148  140  135  127  119  111  107  105  103
+  100   97   95   94   96  103  117  132  146  156  164  173  185  197  215  231
+  244  256  268  279  288  296  305  316  328  338  346  354  358  360  359  355
+  350  346  340  335  326  319  311  304  295  284  277  271  265  256  247  238
+  229  218  208  198  189  182  178  178  179
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  176  179  181  179  172  164  154  147  141  135  128  121  117  116  113
+  110  106  102  101  104  111  124  138  150  160  168  177  190  204  221  234
+  244  255  265  276  285  293  302  313  322  331  337  341  343  343  338  331
+  323  317  312  308  299  289  281  274  267  259  254  249  242  234  226  219
+  212  207  200  191  183  177  172  172  173
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  171  174  177  176  171  164  155  148  144  139  133  129  127  125  123
+  120  115  110  109  112  119  131  144  156  165  173  183  195  210  226  237
+  246  255  264  274  283  290  299  308  315  321  324  326  326  325  317  309
+  300  293  287  285  275  265  257  251  246  241  236  231  224  216  208  202
+  198  195  191  185  178  172  168  167  168
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  164  165  168  170  170  167  160  152  146  142  139  136  134  132  131  129
+  125  121  117  116  120  127  139  151  161  170  178  187  199  214  228  240
+  248  255  264  273  280  287  294  300  305  308  311  312  310  307  301  293
+  285  276  270  266  257  249  241  236  232  228  224  220  213  204  197  192
+  188  188  185  180  175  169  165  163  164
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  160  162  163  163  159  153  146  141  139  137  136  136  135  134  131
+  128  124  120  120  126  135  146  158  168  176  183  191  203  216  230  241
+  248  255  263  270  276  282  287  291  294  295  296  297  295  292  287  281
+  274  265  259  253  246  239  232  227  223  220  217  213  207  199  191  186
+  184  183  181  177  173  168  164  162  160
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  158  158  158  157  153  147  141  136  134  133  134  135  135  133  130
+  126  123  121  124  131  141  153  165  175  184  192  199  209  220  231  241
+  247  253  260  267  271  276  280  281  282  282  283  282  281  279  276  271
+  265  259  253  247  240  234  227  222  217  214  211  207  202  195  188  184
+  182  181  180  176  173  168  164  161  159
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  157  156  155  153  148  142  137  132  131  131  132  134  133  131  127
+  123  120  120  125  135  148  160  172  183  192  200  208  215  223  232  239
+  245  250  256  261  265  269  271  271  270  268  268  269  268  267  265  261
+  258  253  247  242  235  228  222  217  212  207  203  200  195  189  184  182
+  180  180  179  176  172  168  165  162  159
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  157  155  154  151  147  141  136  132  130  130  131  131  130  128  124
+  120  117  119  125  137  152  166  180  190  200  207  213  219  225  232  238
+  242  247  251  255  259  261  261  259  257  256  255  257  256  256  254  252
+  250  246  241  235  228  222  216  211  204  198  192  189  185  180  177  176
+  177  178  178  175  172  168  165  162  159
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  157  155  154  152  148  143  139  135  132  132  132  131  129  126  121
+  117  116  118  126  140  155  172  186  195  205  212  218  222  227  232  236
+  239  242  246  250  252  253  252  249  247  245  245  246  245  244  244  244
+  242  238  232  226  219  213  207  202  194  187  179  177  174  168  167  168
+  172  174  175  173  170  167  165  162  159
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  156  154  155  154  151  147  144  140  138  137  136  134  131  128  123
+  119  118  122  130  144  161  177  191  198  209  218  222  226  229  231  234
+  235  237  240  243  245  245  243  241  239  237  236  236  234  233  235  235
+  233  229  222  216  209  203  198  192  185  176  169  164  162  157  157  160
+  164  167  169  168  167  164  163  161  159
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  154  154  154  155  154  152  150  148  145  144  142  140  137  134  130
+  127  126  130  139  153  168  183  197  205  216  223  227  230  231  231  231
+  231  232  234  236  238  238  236  234  231  229  228  227  226  225  226  226
+  224  219  213  206  199  194  189  184  177  168  161  155  152  148  149  152
+  157  160  162  162  161  160  159  158  156
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  152  152  154  156  158  157  156  154  152  151  150  149  147  144  142
+  140  140  144  152  164  178  190  203  214  223  228  231  233  232  230  228
+  227  226  228  230  231  231  230  228  225  222  220  218  217  217  218  218
+  216  211  204  198  192  187  183  179  173  165  157  151  146  143  144  146
+  150  152  155  155  155  154  153  153  153
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  148  149  152  156  159  160  161  160  159  158  158  158  157  157  156
+  156  157  161  167  177  188  198  208  218  225  230  233  233  232  229  225
+  223  221  221  224  225  224  223  221  218  215  213  211  211  210  211  211
+  209  204  197  192  187  184  181  178  174  167  160  153  147  144  143  144
+  145  146  148  150  149  148  147  147  147
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  143  146  150  154  158  160  163  163  163  164  165  166  167  169  170
+  172  173  177  181  188  195  202  210  218  224  227  229  229  227  224  220
+  216  214  214  215  216  216  215  214  212  210  207  205  204  204  204  204
+  202  199  193  188  185  183  182  181  178  173  167  160  154  150  147  145
+  144  144  144  145  144  143  141  141  142
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  140  143  147  153  157  160  163  165  166  168  170  173  177  181  183
+  186  188  190  193  196  200  204  209  214  218  221  222  222  220  216  212
+  209  206  206  207  207  208  208  208  207  204  202  200  199  199  199  199
+  197  194  191  186  185  185  185  186  185  181  177  171  165  159  154  150
+  147  144  143  142  140  139  139  138  139
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  139  142  147  151  156  158  162  165  167  170  175  179  185  189  193
+  197  199  201  203  203  204  205  207  209  212  214  214  213  210  206  202
+  199  197  197  197  199  201  202  203  202  200  198  197  195  194  194  194
+  192  190  188  185  185  187  189  191  192  190  187  182  177  170  163  157
+  151  147  143  140  137  136  136  136  137
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  139  143  148  151  156  158  162  165  169  173  178  185  192  197  201
+  204  207  208  210  211  210  206  204  204  205  206  205  202  199  196  193
+  190  189  189  190  193  195  197  199  198  197  195  193  191  189  189  188
+  187  185  184  182  183  186  191  195  197  197  195  192  187  179  172  164
+  157  151  145  139  136  135  136  136  137
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  142  146  150  154  157  159  163  166  169  174  180  187  194  200  203
+  207  211  212  213  214  211  206  201  199  198  197  196  193  190  187  184
+  182  182  183  185  188  191  194  196  195  194  192  189  187  184  183  182
+  180  179  178  177  179  184  190  194  199  200  199  196  192  186  179  171
+  163  155  148  142  139  137  138  139  139
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  147  152  155  157  159  161  165  168  172  175  181  188  194  200  203
+  208  211  213  212  211  207  203  198  195  192  190  188  185  181  179  177
+  176  177  179  183  187  190  193  194  193  191  189  186  183  179  176  175
+  174  173  172  171  173  179  186  192  197  199  199  198  194  189  182  175
+  167  159  151  147  143  142  142  143  144
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  154  158  160  162  164  165  169  171  175  178  183  189  194  198  203
+  207  210  211  209  207  203  198  194  191  187  184  182  180  177  174  173
+  173  175  178  182  187  190  192  192  191  189  185  182  178  174  170  168
+  167  166  166  165  167  173  180  186  191  195  196  195  192  188  183  176
+  170  163  155  152  149  147  147  149  150
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  162  164  166  169  170  171  174  176  179  182  186  190  194  199  203
+  207  208  208  207  204  200  196  190  187  184  181  179  177  175  173  172
+  173  176  179  184  188  190  192  191  189  186  182  179  175  171  167  164
+  162  162  162  162  163  167  174  179  185  189  190  190  189  186  181  176
+  171  165  160  157  156  154  154  154  159
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  168  170  173  174  176  178  180  181  184  186  189  192  196  199  202
+  204  205  205  204  201  197  193  189  185  183  180  178  176  175  175  175
+  176  179  182  185  188  191  191  189  187  183  180  176  173  170  165  163
+  161  161  160  161  162  164  169  173  179  183  185  186  184  182  179  175
+  171  168  165  162  159  161  160  162  165
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  173  176  177  179  181  182  184  186  187  189  191  193  196  198  200
+  201  201  200  199  197  195  192  189  186  184  181  179  177  177  177  178
+  179  181  183  185  188  189  190  188  184  181  177  174  171  168  165  164
+  162  161  161  161  161  162  165  169  174  179  181  182  181  180  177  175
+  172  169  168  167  166  165  168  170  171
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  177  178  180  181  183  185  186  187  189  190  191  193  195  196  196
+  196  196  195  194  194  192  190  188  186  185  183  182  180  179  180  180
+  181  182  183  184  185  185  186  183  180  177  174  171  167  165  164  163
+  162  162  162  162  162  164  164  166  171  175  179  180  179  178  176  175
+  174  172  171  170  171  171  173  173  175
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  179  180  181  183  184  185  186  187  188  189  190  191  192  192  192
+  192  191  191  190  189  188  186  185  184  184  184  183  182  181  181  181
+  181  182  182  181  181  181  179  178  175  172  169  166  164  162  161  160
+  161  160  161  162  162  163  164  165  166  170  175  177  177  177  176  175
+  175  175  175  174  175  175  176  177  178
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  180  181  181  182  183  184  185  185  186  186  187  187  187  188  187
+  187  186  186  185  184  183  182  181  181  181  181  182  181  180  180  180
+  180  179  179  178  178  177  175  173  171  169  166  165  163  160  159  158
+  158  157  158  158  158  159  159  159  160  163  169  173  177  177  177  178
+  177  177  177  177  177  177  178  179  179
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  179  180  180  180  181  182  182  182  182  182  183  182  183  183  182
+  182  182  181  180  179  178  177  177  177  177  177  178  178  177  177  177
+  177  176  176  176  175  174  173  172  170  169  168  167  165  164  163  161
+  161  161  161  160  161  161  164  164  168  170  172  174  175  176  177  178
+  177  177  177  178  178  178  178  179  179
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  177  178  178  178  178  178  178  178  178  178  179  179  178  178  178  178
+  177  177  176  176  176  174  175  174  173  173  173  174  174  174  174  173
+  173  174  173  172  172  172  171  171  170  169  168  168  167  167  167  166
+  167  167  166  168  168  168  169  170  170  171  172  173  174  174  175  175
+  176  176  176  176  176  177  177  177  177
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  175  175  175  175  175  175  175  175  175  175  175  175  174  174  174
+  173  174  173  173  172  173  172  172  172  171  171  171  171  171  171  171
+  171  171  171  171  171  170  170  171  170  170  170  170  169  169  170  170
+  170  169  169  170  170  170  170  170  171  171  172  172  172  172  173  173
+  173  174  173  174  174  174  175  174  175
+     6                                                      END OF TEC MAP     
+     7                                                      START OF TEC MAP
+  2010    12     5    12     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   32   32   32   32   33   33   33   33   33   33   33   33   33   33
+   33   34   34   34   34   34   34   34   34   35   35   35   35   35   35   35
+   35   35   36   36   36   36   36   35   35   36   36   35   35   35   35   35
+   35   34   34   34   34   33   33   33   32   32   32   31   31   31   31   31
+   31   31   31   31   31   31   31   31   32
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   31   31   32   32   32   33   33   33   33   33   34   34   34   34
+   35   35   35   35   35   34   34   34   35   35   35   36   36   37   37   37
+   37   37   37   37   37   37   37   36   36   36   35   35   35   35   35   35
+   35   34   34   34   33   32   32   31   30   30   30   29   29   29   29   29
+   29   29   29   29   29   29   30   30   30
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   30   30   31   32   32   33   34   34   34   35   35   35   35   36   36
+   36   35   35   35   35   35   35   34   35   34   35   35   35   35   36   36
+   37   37   37   38   38   37   37   37   36   36   35   35   35   34   34   34
+   33   33   33   33   32   32   31   31   30   29   28   29   28   28   28   28
+   27   27   27   27   27   28   28   29   29
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   31   32   32   33   34   35   36   36   37   37   38   38   38   38   37
+   37   37   36   36   36   36   35   34   34   35   35   35   36   36   37   38
+   39   39   40   39   39   39   38   38   37   37   36   35   35   34   33   33
+   32   32   32   32   32   32   31   31   30   29   29   28   28   27   27   26
+   26   26   26   26   27   28   28   29   30
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   33   33   34   35   36   37   38   40   40   40   40   40   40   40   40
+   40   40   40   39   38   38   37   36   35   35   36   36   37   38   40   41
+   42   43   43   43   43   42   41   40   38   37   36   35   34   34   33   33
+   32   32   32   32   32   31   31   31   31   31   30   29   29   28   27   27
+   27   27   27   27   28   29   29   31   31
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   35   36   37   38   38   39   41   41   41   42   43   43   42   42   43
+   44   43   43   41   40   40   39   38   37   37   38   38   39   41   43   44
+   45   47   48   48   47   46   44   42   41   40   38   36   35   34   34   33
+   33   33   33   33   33   33   32   32   33   33   32   32   31   30   30   29
+   29   29   29   29   29   30   31   32   33
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   37   39   40   40   41   41   41   41   42   42   43   43   42   43   44
+   44   45   45   43   43   42   42   40   40   40   39   41   42   44   46   49
+   51   52   53   53   53   52   49   47   46   44   42   40   38   37   36   35
+   35   35   35   35   35   35   35   35   35   35   36   35   35   34   33   33
+   33   32   32   31   32   32   32   34   35
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   39   42   42   43   43   43   42   42   42   42   42   42   42   43   43
+   45   46   46   46   45   44   43   41   41   42   42   43   45   48   51   54
+   56   58   60   61   60   59   57   54   52   50   48   45   43   41   41   40
+   39   38   38   38   38   38   38   38   38   39   39   39   38   38   38   37
+   36   36   35   34   35   34   35   37   38
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   42   43   43   44   44   43   43   42   42   41   40   40   41   41   43
+   45   46   47   46   46   45   44   42   43   44   45   47   49   52   56   59
+   62   64   67   69   68   67   65   62   60   58   56   53   50   48   47   45
+   44   43   42   41   40   40   40   40   41   41   42   43   42   41   41   41
+   41   39   39   38   38   38   39   41   40
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   46   46   45   45   45   44   44   43   41   40   39   39   39   41   42
+   43   45   45   45   46   45   45   44   44   45   47   51   54   57   60   64
+   68   71   73   75   74   74   73   71   70   67   64   61   59   55   54   52
+   50   47   46   44   43   42   41   42   42   43   44   45   44   44   44   44
+   44   44   43   43   43   43   44   45   45
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   49   48   47   46   45   44   43   42   40   38   38   38   39   40
+   41   42   42   43   44   43   43   45   44   47   51   55   59   62   66   70
+   74   77   79   80   81   81   81   81   80   77   74   72   68   65   62   59
+   56   53   50   47   44   43   42   42   43   45   46   46   47   47   47   47
+   47   48   48   48   48   49   51   52   51
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   59   57   54   53   50   49   47   46   45   42   41   39   38   37   38   38
+   39   39   40   40   40   41   42   44   45   49   54   59   64   68   73   77
+   80   83   85   86   87   89   90   91   91   89   87   83   78   74   70   66
+   63   59   55   51   48   46   45   45   46   47   48   49   50   50   50   50
+   51   51   51   52   53   55   57   59   59
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   64   61   58   55   53   52   50   48   46   44   41   40   39   39   38
+   38   38   38   38   38   38   40   44   48   53   59   65   71   76   79   82
+   87   89   91   92   94   96   99  101  101  100   98   95   90   84   80   74
+   71   66   62   58   54   52   50   49   49   50   52   53   55   55   54   54
+   55   55   56   57   59   62   64   68   67
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   72   69   66   62   60   58   56   54   51   48   46   45   43   41   40
+   39   38   38   37   37   38   41   46   52   59   67   75   83   85   88   88
+   93   96   98   99  101  104  108  110  111  112  110  106  100   95   89   83
+   78   74   70   66   61   59   56   55   54   55   57   59   60   60   59   59
+   60   61   62   63   66   68   71   74   74
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   80   77   74   71   68   66   65   62   59   56   54   51   48   47   44
+   43   41   40   39   39   40   45   51   59   67   76   84   97   97   98   97
+  101  103  104  106  108  112  115  118  121  121  121  117  112  106   98   92
+   87   83   79   75   71   68   67   62   61   62   63   65   66   66   66   66
+   66   67   69   71   73   75   79   80   80
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   87   85   82   79   77   75   73   71   69   65   62   59   56   53   51
+   48   46   44   43   44   46   52   60   67   77   85   93  104  105  107  108
+  110  111  112  114  116  120  122  125  128  129  129  127  122  117  109  102
+   96   92   88   84   80   78   77   72   69   69   70   72   73   74   74   75
+   75   76   77   78   80   82   85   87   87
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   92   91   88   86   85   83   81   79   77   74   71   68   66   61   58
+   55   53   51   51   51   55   62   71   79   88   95  102  107  111  114  116
+  118  118  119  121  123  126  128  130  134  136  137  136  133  127  120  113
+  106  101   96   92   88   86   84   80   78   77   77   79   81   83   84   85
+   85   85   85   85   87   87   90   92   93
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96   96   95   93   92   91   90   88   85   83   82   79   78   74   71   66
+   63   61   60   59   61   66   74   83   91   99  104  108  112  115  117  120
+  122  123  124  127  128  131  133  135  138  141  144  144  142  138  131  124
+  116  109  103   99   95   92   89   86   84   84   83   85   88   90   92   93
+   93   92   92   91   91   91   93   95   96
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96   96   95   94   94   94   94   92   90   89   89   88   87   84   79   74
+   71   69   69   70   72   78   86   95  103  109  111  113  115  117  119  121
+  124  125  128  130  133  135  138  139  143  146  149  151  150  146  140  131
+  122  115  107  101   97   94   92   90   88   87   87   88   91   94   97   99
+   99   97   96   94   93   93   94   96   96
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94   93   92   92   93   94   95   94   93   94   95   95   95   92   87   81
+   78   78   78   79   82   90   98  107  114  116  116  116  117  119  120  123
+  126  129  132  135  138  141  143  145  147  151  153  155  155  152  145  137
+  126  117  107  101   97   94   92   90   88   87   87   89   92   95   98  100
+  100   98   96   94   92   92   92   93   94
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   90   89   88   88   89   91   93   94   94   95   99  100  101   98   94   88
+   85   85   86   88   91   99  108  117  122  122  120  119  120  123  125  127
+  130  135  139  144  147  149  149  151  153  155  157  159  158  155  149  140
+  129  118  107  100   95   93   90   88   87   86   86   88   91   94   96   97
+   97   96   93   90   88   87   87   89   90
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   83   82   82   83   86   88   90   92   95   99  103  105  103   98   94
+   91   91   92   94   98  106  115  123  128  127  125  125  127  130  134  136
+  140  146  152  158  161  161  159  159  160  160  160  161  161  158  153  145
+  135  123  111  103   97   93   91   89   88   87   87   89   90   92   93   93
+   93   91   88   85   83   81   82   83   84
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   78   76   76   77   80   83   85   88   91   97  103  105  104  101   97
+   94   94   95   97  102  110  119  128  132  133  132  135  140  144  149  151
+  156  164  172  177  179  178  174  170  169  167  168  167  165  164  161  155
+  146  135  123  114  106  101   97   95   94   93   94   95   94   93   92   91
+   90   87   84   81   77   76   76   78   79
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   74   72   72   72   74   77   80   83   87   93   99  103  103  101   98
+   96   94   95   98  104  114  123  132  137  138  141  148  157  163  169  172
+  178  186  196  204  204  200  193  186  182  177  177  175  173  175  174  172
+  166  158  145  134  124  118  112  109  105  105  105  105  103   99   95   92
+   90   87   84   80   76   74   74   75   76
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   75   72   70   69   70   72   75   78   82   87   92   97   98   99   97
+   95   93   94   98  106  117  129  137  141  143  150  164  176  186  193  198
+  206  217  227  238  237  225  214  205  199  193  191  188  186  190  195  199
+  197  191  178  165  152  144  135  129  124  121  121  120  115  109  102   98
+   95   92   88   83   79   76   76   76   76
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   78   75   72   69   69   70   73   75   78   82   88   91   93   93   93
+   92   90   92   99  110  122  134  142  145  149  159  178  196  212  221  228
+  240  252  265  280  275  252  239  230  221  213  208  205  207  215  225  231
+  235  232  220  204  188  178  164  153  145  141  140  138  131  123  114  108
+  104  100   96   90   84   82   80   80   80
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   85   81   76   72   70   71   73   74   76   79   85   90   88   88   88
+   87   87   92  102  115  128  140  147  151  156  169  192  215  235  252  263
+  276  289  303  317  308  281  262  252  242  234  229  228  233  244  258  270
+  277  277  263  246  228  211  192  178  167  160  159  155  148  138  129  121
+  115  110  105  100   94   90   87   86   86
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   91   87   82   77   73   73   76   76   77   78   85   87   84   83   83
+   83   85   92  105  121  136  147  153  157  164  179  205  233  256  272  291
+  311  320  332  337  324  299  280  270  262  256  253  255  261  275  291  305
+  314  314  301  284  262  242  218  200  185  177  174  169  162  152  143  135
+  129  122  116  111  105  100   95   93   93
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   97   94   88   83   78   77   78   79   79   79   81   83   80   79   79
+   80   84   93  112  129  144  154  159  161  170  186  216  246  270  288  308
+  328  336  343  342  331  308  293  286  282  279  278  282  290  303  318  332
+  340  339  327  310  288  264  238  215  198  188  185  179  171  163  156  149
+  140  132  127  120  115  108  103   99   98
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  100   98   93   88   83   81   81   81   80   79   78   78   78   77   78
+   78   84   96  116  135  149  158  162  165  174  193  223  253  279  297  314
+  330  337  341  339  327  312  304  303  304  303  302  305  313  324  336  349
+  356  353  343  325  304  279  253  225  203  192  187  182  176  169  163  157
+  147  138  133  127  121  115  108  103  103
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  104  101   99   96   92   87   84   83   83   82   80   77   76   75   76   76
+   78   85   99  120  139  153  160  165  170  180  200  230  258  283  301  314
+  324  330  333  330  323  317  315  319  324  324  324  325  330  336  346  356
+  361  357  347  331  311  287  258  227  202  188  182  179  174  169  164  158
+  149  141  135  131  125  118  111  105  104
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  101  100   99   97   94   90   86   84   84   84   81   78   76   75   76   76
+   80   87  102  123  142  155  163  169  176  190  210  239  266  287  301  310
+  316  321  324  323  321  322  329  337  344  344  342  339  340  344  348  353
+  355  351  344  330  311  287  256  224  197  181  174  172  170  167  162  156
+  149  140  135  131  125  119  110  103  101
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99   96   95   94   92   89   85   84   85   85   83   79   77   76   77   78
+   82   90  105  126  145  159  168  176  186  200  222  248  274  292  302  308
+  313  316  319  321  325  333  345  356  363  360  356  350  347  347  346  346
+  344  339  335  324  308  285  255  222  195  177  169  167  168  166  160  154
+  148  141  135  131  126  119  110  102   99
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96   93   92   91   88   85   83   82   83   84   82   79   77   77   78   80
+   84   94  111  131  150  165  176  185  197  213  233  258  281  297  306  309
+  312  316  321  327  336  349  364  375  378  375  367  359  353  350  344  338
+  334  329  327  319  307  286  258  227  198  180  171  169  170  169  163  156
+  150  142  137  132  127  120  111  101   96
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   96   90   88   87   84   81   79   78   79   81   80   78   77   78   81   83
+   89  100  116  137  156  172  184  196  209  226  246  268  288  304  311  314
+  317  322  331  340  351  366  382  393  394  388  377  367  359  354  346  335
+  329  325  324  320  310  290  264  237  208  189  181  179  180  178  172  163
+  156  149  143  137  131  124  114  103   96
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100   91   87   85   81   79   77   76   76   77   76   75   75   77   80   85
+   92  105  121  142  163  180  194  208  223  240  258  277  295  309  316  320
+  326  333  344  355  367  383  398  407  407  398  386  374  364  357  348  337
+  331  328  327  325  316  298  274  247  222  204  197  195  195  193  185  175
+  167  160  153  146  139  132  121  109  100
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106   96   90   86   82   79   78   76   75   75   74   72   72   74   77   83
+   92  107  127  149  170  188  205  220  234  250  267  282  298  311  318  325
+  333  344  357  369  382  396  409  416  415  404  392  381  370  361  352  345
+  339  336  336  335  327  309  284  256  235  222  215  213  214  210  200  189
+  181  174  166  157  150  142  131  116  106
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  104   96   92   88   84   82   81   78   76   74   72   71   72   74   79
+   90  107  130  154  176  196  214  230  243  256  269  282  295  307  317  326
+  336  351  366  380  391  403  413  419  417  409  397  386  376  367  360  355
+  349  344  345  344  335  317  292  266  248  238  232  230  229  224  214  203
+  194  187  178  169  162  153  143  129  117
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  117  107  100   96   93   91   89   86   83   79   76   74   73   74   78
+   89  108  133  158  181  202  221  237  247  257  265  277  289  302  314  324
+  336  354  370  383  393  403  412  417  416  410  400  389  381  375  368  363
+  358  350  349  345  335  317  294  272  257  248  243  240  238  233  223  212
+  203  196  188  179  172  165  156  143  132
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  130  118  110  105  103  102  100   97   93   88   84   80   78   77   80
+   91  112  137  162  185  206  225  239  248  255  260  269  280  295  309  320
+  335  352  368  380  389  398  407  412  412  407  398  389  383  378  372  367
+  361  353  348  341  328  311  290  271  258  250  245  241  238  233  225  215
+  205  199  192  185  179  174  167  156  145
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  142  129  120  114  113  112  112  109  105  100   94   89   85   83   87
+   97  118  143  168  190  210  226  238  247  252  255  263  276  291  304  316
+  331  348  362  372  381  390  398  403  404  401  392  385  379  375  371  366
+  357  348  340  330  317  299  280  263  250  242  237  232  229  224  218  210
+  201  194  189  185  182  179  174  166  157
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  151  138  127  121  120  120  121  120  117  112  105   99   94   92   95
+  106  126  151  175  195  213  226  236  245  250  254  261  275  290  302  314
+  327  341  354  364  372  379  386  391  393  393  383  374  370  366  363  357
+  346  334  325  314  299  283  265  248  236  227  220  216  213  209  204  198
+  189  184  182  181  180  180  177  172  165
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  155  141  129  123  122  124  127  128  126  121  115  108  103  101  104
+  115  134  157  179  198  213  224  232  241  248  255  265  278  292  303  314
+  324  336  346  355  362  369  373  378  380  378  367  360  355  352  348  341
+  329  316  305  293  279  264  247  231  218  209  201  196  194  191  186  181
+  175  171  171  173  175  177  177  174  168
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  156  142  129  121  120  124  128  130  129  126  121  115  111  110  114
+  124  140  161  180  198  211  222  229  239  249  259  270  283  296  307  315
+  323  331  340  347  353  358  361  364  363  359  351  344  339  335  330  320
+  307  295  282  270  258  245  230  215  202  192  184  178  177  173  168  164
+  160  158  160  164  168  172  174  173  168
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  155  141  128  119  117  120  125  127  127  125  122  119  116  117  122
+  132  147  166  183  198  210  219  228  239  250  262  276  289  301  310  317
+  323  329  335  340  344  348  349  349  346  339  332  325  320  316  310  299
+  286  274  261  251  241  230  216  203  190  181  173  167  163  159  155  151
+  148  147  151  156  162  168  171  171  165
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  152  139  126  117  114  117  120  122  122  121  120  119  119  122  128
+  139  153  170  186  199  209  218  228  240  253  266  280  293  304  313  318
+  323  326  330  334  336  337  336  333  327  321  314  308  302  298  291  279
+  266  255  246  238  229  220  208  196  184  176  168  162  156  151  148  144
+  141  141  145  151  158  164  168  168  162
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  150  138  125  117  115  114  115  116  116  115  115  116  119  124  132
+  144  158  173  187  198  208  218  228  241  256  269  282  295  306  314  319
+  322  324  325  326  326  324  321  316  310  304  298  293  286  281  273  261
+  250  242  234  229  222  213  203  193  183  175  168  161  153  148  145  142
+  139  140  143  148  155  161  165  165  159
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  148  138  127  119  116  114  113  112  111  109  110  113  118  126  136
+  148  162  177  190  201  210  219  229  243  257  269  281  294  304  311  315
+  318  319  319  317  314  310  304  298  293  289  285  280  273  267  258  248
+  239  232  227  222  216  209  200  191  182  175  168  160  152  147  144  141
+  140  141  143  148  153  159  162  161  156
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  147  139  130  123  119  116  114  112  110  107  108  111  118  128  139
+  152  166  181  195  204  213  222  231  243  256  267  278  289  297  303  306
+  310  311  309  306  300  296  289  282  277  273  271  268  263  256  247  239
+  231  226  221  217  211  204  196  188  179  172  165  157  150  146  143  141
+  141  142  145  147  151  155  158  157  153
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  147  141  134  129  125  122  119  116  112  110  110  113  121  131  143
+  157  171  185  197  207  216  224  232  242  252  262  271  280  287  291  295
+  299  299  296  291  286  280  273  266  262  260  259  257  253  246  238  230
+  224  220  216  211  205  198  191  183  173  164  157  150  144  141  140  140
+  141  142  144  145  147  149  151  152  150
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  146  143  139  136  132  130  126  123  119  117  116  119  127  137  149
+  162  175  187  200  210  218  225  232  241  249  256  262  268  273  278  282
+  285  284  282  276  270  263  258  252  248  246  246  245  242  237  229  222
+  217  213  209  204  196  188  182  176  164  153  147  141  135  134  134  136
+  138  139  141  141  141  142  144  146  147
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  145  144  142  142  140  138  135  133  130  128  127  130  135  146  158
+  170  181  191  203  213  220  226  232  239  245  249  254  258  262  267  270
+  271  268  266  260  254  251  246  240  237  236  236  235  231  225  219  213
+  209  206  201  195  186  178  172  165  154  144  139  133  127  125  127  130
+  133  134  135  135  134  135  137  140  142
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  142  144  144  145  146  145  144  143  142  141  141  143  147  156  167
+  179  190  198  209  217  223  228  233  237  240  242  246  250  254  258  259
+  258  254  251  247  243  241  236  231  227  227  226  224  220  214  208  204
+  201  197  192  185  176  168  161  154  145  138  133  127  122  119  123  125
+  128  128  128  128  126  127  130  133  137
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  137  140  143  146  149  151  152  153  153  154  154  156  160  167  176
+  187  198  207  214  220  225  229  233  235  235  236  240  245  249  250  249
+  247  244  239  236  233  232  227  221  220  221  218  213  208  202  198  194
+  191  187  183  176  168  160  154  149  142  136  132  126  121  118  120  122
+  123  123  121  120  119  120  122  127  131
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  125  130  135  140  145  149  153  157  160  163  164  165  167  170  175  183
+  193  203  211  217  221  225  228  229  230  230  232  235  239  243  243  242
+  238  234  230  226  223  222  218  214  214  214  210  204  198  192  187  185
+  182  179  176  170  163  156  152  149  144  141  137  131  126  122  120  119
+  119  118  115  113  112  113  115  120  125
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  125  129  135  142  147  153  159  165  168  171  173  175  177  181  187
+  194  203  210  215  218  222  224  223  223  224  225  228  230  233  234  233
+  230  225  221  216  213  212  210  208  207  205  200  194  188  182  178  176
+  175  172  170  166  160  156  154  153  152  150  146  141  134  128  124  119
+  117  115  112  109  108  109  111  116  119
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  121  124  131  137  145  152  159  165  170  175  177  179  181  183  188
+  193  200  205  209  212  214  214  214  214  214  215  217  219  221  223  221
+  219  215  210  206  205  203  203  201  199  196  191  185  179  173  170  169
+  169  168  166  164  161  159  159  160  161  160  157  151  144  137  128  121
+  116  114  111  109  107  108  110  113  116
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  118  122  128  135  142  150  158  164  170  175  177  180  183  183  186
+  189  194  198  201  202  203  203  201  201  201  201  204  205  207  209  208
+  206  202  199  197  196  195  194  194  191  186  181  175  170  165  163  162
+  163  163  163  163  163  163  165  168  170  170  167  162  154  145  135  124
+  119  115  112  109  107  109  111  113  115
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  119  124  129  135  141  149  156  162  168  173  176  178  180  181  182
+  184  187  189  191  191  190  188  186  186  185  186  188  190  192  192  192
+  192  191  188  187  187  186  186  185  182  178  172  166  161  158  156  156
+  157  160  161  163  165  167  170  174  177  177  175  170  162  152  142  131
+  124  119  114  111  110  112  113  115  116
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  125  130  133  138  143  150  156  162  167  171  173  175  176  177  177
+  178  179  180  180  179  177  174  172  170  170  170  172  173  175  176  177
+  178  178  178  177  178  178  178  177  174  170  165  158  153  151  150  150
+  151  154  158  161  164  168  172  177  180  181  179  175  168  158  148  138
+  131  124  118  114  115  118  120  120  121
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  132  137  140  143  148  153  157  162  167  170  171  171  171  171  171
+  171  171  170  169  167  164  161  158  156  156  156  156  157  159  162  164
+  166  168  169  169  170  171  170  168  165  161  157  151  146  144  144  143
+  144  148  152  157  162  166  171  176  180  181  180  177  170  162  153  145
+  138  129  124  122  124  126  128  130  130
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  142  145  148  150  153  157  160  164  167  168  168  168  167  166  165
+  164  163  161  159  157  153  150  148  145  144  144  145  146  148  150  154
+  157  160  162  164  164  164  163  161  158  154  149  144  141  137  136  136
+  137  142  147  152  156  162  167  173  177  179  178  175  172  165  159  150
+  144  136  133  133  134  136  138  139  140
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  152  154  156  157  159  161  162  165  166  166  166  165  163  161  160
+  158  156  155  152  150  146  143  140  138  138  137  139  141  144  146  149
+  152  155  157  159  159  159  158  155  152  148  143  139  136  133  132  131
+  133  136  140  145  150  157  162  168  173  175  176  174  171  167  162  155
+  151  146  143  145  145  146  146  146  147
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  160  161  161  162  163  163  164  165  165  164  163  162  160  159  156
+  154  153  150  148  146  142  140  138  137  136  137  139  142  145  146  149
+  151  153  155  156  156  155  154  152  148  143  139  136  134  132  131  130
+  131  133  136  139  143  150  156  163  169  172  173  173  171  168  164  161
+  156  155  154  153  154  154  153  154  155
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  164  164  165  164  165  164  164  164  162  162  160  158  157  155  153
+  151  149  146  145  143  141  140  139  138  138  139  142  145  148  150  151
+  152  153  154  155  154  153  152  150  146  142  138  136  135  133  133  133
+  133  134  136  138  140  143  151  159  165  170  172  173  171  170  166  165
+  162  162  162  161  160  159  160  163  163
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  166  166  165  165  164  163  163  162  161  160  159  157  155  154  152  150
+  148  146  145  143  142  142  142  141  141  141  143  145  148  150  153  153
+  154  155  155  155  154  154  152  151  148  143  141  139  138  138  137  137
+  138  139  140  140  141  143  146  152  161  167  171  172  170  169  168  167
+  167  167  166  165  165  166  165  166  166
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  164  164  163  162  161  160  159  158  156  155  153  152  151  149  148
+  146  145  143  143  144  144  144  144  145  144  145  147  149  152  154  155
+  156  156  156  156  156  155  154  153  152  149  147  145  143  143  142  142
+  142  143  144  145  145  146  146  147  148  159  165  166  168  167  168  169
+  168  168  168  168  168  166  166  166  165
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  162  160  160  159  158  157  155  154  153  151  150  150  148  147  146
+  145  145  144  145  145  146  146  147  147  146  146  148  150  152  153  155
+  156  156  156  156  156  155  154  154  153  153  152  151  150  149  148  148
+  148  148  149  149  150  151  152  153  156  157  161  164  167  168  168  168
+  168  167  168  166  166  165  165  163  163
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  158  158  156  155  155  154  152  152  150  150  149  149  148  147  147
+  146  146  146  146  147  148  148  148  148  148  148  149  149  150  151  153
+  154  154  154  154  154  154  154  153  153  153  152  152  153  152  152  152
+  153  152  153  153  154  155  156  156  157  158  161  162  163  164  165  165
+  164  164  164  163  163  162  162  160  160
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  156  156  155  154  153  153  152  151  151  151  150  148  149  149  149  148
+  148  148  148  148  148  149  149  149  149  149  150  149  150  150  149  150
+  151  152  152  151  151  152  152  152  152  151  151  152  151  152  152  151
+  153  152  152  152  153  154  154  155  156  157  157  159  159  159  160  159
+  159  160  159  159  158  158  157  156  156
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  153  153  153  152  152  151  151  151  151  151  151  150  151  150  150
+  150  150  150  150  150  150  150  150  150  150  150  150  151  150  151  150
+  150  150  150  150  151  151  151  151  151  151  151  151  151  151  152  152
+  152  152  152  152  152  153  153  153  153  154  153  155  155  155  155  155
+  155  155  154  154  154  154  154  153  153
+     7                                                      END OF TEC MAP     
+     8                                                      START OF TEC MAP
+  2010    12     5    14     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   31   31   31   31   30   30   31   31   31   31   31   31   31   31   31
+   31   31   31   31   31   31   31   30   31   31   31   31   31   31   31   32
+   32   32   32   32   32   32   32   32   32   32   32   32   31   31   31   31
+   31   31   31   31   31   31   31   31   31   31   31   31   31   31   31   31
+   31   31   31   31   31   31   31   31   31
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   31   31   31   31   32   32   32   32   33   33   33   33   33   33   33
+   33   33   33   33   33   32   32   32   33   34   33   34   34   34   34   34
+   34   34   34   34   34   34   34   33   33   33   33   33   33   32   32   31
+   32   32   31   32   31   31   32   32   31   32   32   32   32   32   32   32
+   32   32   32   32   31   31   31   31   31
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   33   33   34   35   35   35   36   36   36   36   37   36   36   36   36
+   36   35   35   35   35   35   34   35   35   36   36   36   37   37   37   38
+   38   38   38   38   38   38   37   36   36   35   35   34   34   33   33   33
+   33   32   32   32   32   32   32   33   33   33   33   34   34   34   34   34
+   34   34   34   33   32   32   32   32   32
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   35   35   36   37   38   38   39   40   40   41   41   41   41   41
+   40   40   39   39   38   38   37   38   38   39   39   40   41   41   42   42
+   43   43   42   42   41   40   39   39   38   37   36   35   34   33   33   32
+   32   32   32   32   32   32   33   33   34   34   34   35   35   36   36   35
+   35   34   34   34   34   34   34   34   34
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   36   36   36   37   39   40   41   42   42   43   43   43   44   44   45
+   45   45   44   44   44   44   43   44   44   45   45   46   47   48   48   49
+   49   48   47   46   45   43   42   40   39   37   36   35   33   32   32   31
+   32   31   32   32   32   33   33   34   34   34   35   35   36   35   35   35
+   35   35   35   37   37   36   35   35   35
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   37   37   39   40   41   42   43   43   44   44   45   46   47   49
+   49   49   49   49   49   50   49   49   51   51   52   53   54   55   56   56
+   56   55   54   52   50   47   45   43   40   38   36   34   33   31   30   30
+   31   31   31   32   33   34   34   35   35   35   35   35   34   34   34   34
+   33   35   35   39   39   37   37   36   36
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   37   38   40   40   41   42   43   43   44   44   45   47   48   50
+   51   52   52   53   54   55   56   56   57   59   60   61   62   63   64   64
+   64   62   60   58   56   51   47   45   43   40   37   35   33   31   30   30
+   30   31   32   33   34   35   36   36   35   35   34   34   34   34   34   33
+   33   35   35   39   39   39   38   38   37
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   38   39   40   40   41   41   42   42   43   43   44   45   47   48
+   50   52   54   55   57   59   61   63   62   65   67   68   70   70   71   71
+   70   68   65   64   60   57   51   47   45   43   39   37   34   32   31   31
+   31   32   34   35   36   37   37   37   37   36   35   35   35   35   35   36
+   37   39   39   41   41   40   39   39   38
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   39   39   40   40   40   40   41   41   40   41   42   42   43   44   46
+   48   51   53   56   59   62   65   69   67   70   72   75   76   77   77   77
+   76   75   72   69   66   62   58   54   50   47   44   41   39   36   35   34
+   34   35   36   37   39   39   39   39   38   38   37   37   37   37   39   41
+   42   44   44   45   45   43   42   41   40
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   42   42   42   42   41   41   41   41   40   40   40   40   40   42
+   44   48   53   58   62   65   69   72   73   75   77   79   81   82   83   83
+   82   80   78   75   72   68   64   61   57   54   51   47   44   42   40   38
+   38   38   39   40   41   41   41   41   41   40   40   40   41   42   45   48
+   49   50   51   51   50   48   47   45   43
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   47   46   45   45   44   44   43   43   42   40   39   38   37   37   39
+   41   46   52   61   64   67   72   75   77   79   81   84   85   88   89   91
+   88   86   83   81   78   74   71   67   65   62   59   55   52   48   46   44
+   42   42   42   43   44   43   43   43   42   42   42   43   45   47   50   53
+   56   57   58   57   56   54   52   50   48
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   54   53   51   50   48   48   47   46   46   45   43   41   39   37   37   37
+   40   45   51   62   65   70   75   78   81   84   86   89   91   94   95   97
+   94   92   90   87   84   81   78   76   73   71   68   64   60   56   53   49
+   47   46   46   46   47   47   47   46   45   45   46   48   49   52   55   59
+   63   65   65   64   63   61   58   56   54
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   59   58   56   54   53   53   51   50   49   47   45   42   40   38   38
+   40   46   53   62   68   73   79   83   86   90   92   96   98  101  102  102
+  101   98   97   95   93   90   87   85   83   80   78   74   69   64   60   57
+   54   51   51   51   51   51   51   50   49   50   52   53   55   58   62   66
+   69   71   72   72   70   67   65   63   61
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   66   65   63   61   59   59   57   55   54   53   50   47   44   41   41
+   44   49   57   65   72   78   84   89   94   97  100  104  107  109  109  109
+  107  106  104  103  102  100   98   95   92   90   87   83   79   74   69   65
+   62   58   56   55   56   56   56   55   55   56   58   59   62   65   69   72
+   75   77   77   77   76   73   71   69   68
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   73   71   69   68   66   65   64   64   62   60   57   54   50   47   47
+   49   54   62   70   78   85   90   96  103  106  109  112  115  117  117  115
+  114  113  112  112  113  112  110  107  102   99   95   91   87   82   78   74
+   69   65   63   62   62   62   62   62   62   63   65   67   70   73   76   78
+   80   82   82   82   80   78   77   75   75
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   80   77   75   73   72   72   72   72   72   69   65   61   56   54   54
+   57   62   70   78   85   91   97  104  112  116  119  122  124  124  123  121
+  119  119  119  120  122  124  122  117  112  106  102   98   95   91   86   82
+   77   73   71   71   70   70   69   69   69   71   73   76   79   82   83   85
+   85   86   85   85   84   83   81   81   80
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85   84   82   80   78   78   78   79   81   80   78   73   68   63   61   62
+   65   72   79   87   93   99  104  112  120  126  130  132  131  130  128  125
+  123  123  125  127  131  134  132  126  120  113  108  105  102   99   94   90
+   85   82   81   80   80   79   78   77   77   79   81   84   87   89   90   91
+   91   90   89   89   87   86   85   85   85
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   86   84   82   82   82   84   86   88   88   85   81   74   70   68   70
+   76   82   89   96  101  106  112  119  127  135  139  139  138  134  131  128
+  126  125  128  132  137  141  141  136  128  122  116  112  110  106  102   98
+   93   90   90   89   89   87   86   85   84   85   87   90   93   94   94   95
+   95   94   92   91   89   87   86   86   86
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   85   84   83   83   85   87   91   94   95   92   87   80   76   75   78
+   86   93  100  106  111  114  118  125  132  140  144  143  141  137  132  129
+  128  128  131  137  142  148  149  146  139  133  127  121  117  113  108  103
+   99   97   96   96   95   93   91   90   88   89   90   92   93   95   96   96
+   96   96   95   93   90   88   86   86   86
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   83   82   82   83   85   89   93   98  100   98   93   86   82   83   87
+   94  103  110  116  120  122  125  130  136  143  145  145  141  137  133  131
+  130  132  136  141  149  155  157  155  150  144  137  130  124  117  112  106
+  102  100  100  100   99   97   95   91   89   88   88   90   91   93   94   94
+   95   95   94   92   90   87   85   84   83
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   79   79   79   80   82   87   92   98  102  102   98   92   89   91   96
+  103  112  120  125  129  130  132  136  140  144  145  145  141  139  136  135
+  136  139  144  149  156  162  165  164  161  155  147  139  130  121  113  107
+  102  101  100  100  100   98   95   92   89   86   85   85   86   87   89   90
+   91   92   91   90   88   84   81   81   80
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   76   76   76   77   79   82   88   95  100  103  101   97   95   98  103
+  111  120  127  133  137  139  140  141  144  146  146  146  145  144  144  146
+  148  151  155  162  167  171  173  173  171  166  157  147  135  124  114  106
+  102  100   99   99  100   99   96   92   88   84   82   81   81   82   83   85
+   87   88   88   86   83   80   78   77   76
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   72   73   73   73   74   78   82   89   97  101  102  100   99  103  110
+  119  127  134  140  144  147  147  147  148  150  149  150  152  155  159  162
+  166  170  173  178  180  182  182  182  181  176  167  157  142  129  117  109
+  103  100  100  100  101  100   97   94   89   86   83   80   79   79   80   82
+   84   85   84   83   80   76   74   73   73
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   71   71   71   71   72   74   77   83   90   96   99   99  101  107  114
+  124  132  139  146  150  153  155  156  155  155  155  157  164  172  180  185
+  189  193  195  199  200  198  195  194  192  188  179  168  153  137  125  115
+  108  105  104  104  105  104  101   98   95   92   88   84   81   80   81   83
+   85   85   83   80   77   73   71   71   70
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   71   72   71   71   70   72   73   77   83   90   94   97  101  109  118
+  128  136  143  150  155  159  163  164  164  164  165  171  183  196  207  213
+  219  221  222  224  225  220  209  208  205  201  194  184  169  151  138  127
+  120  116  114  113  112  111  109  106  103  100   96   91   88   86   85   87
+   88   87   85   81   76   73   70   70   70
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   73   74   74   73   71   72   72   73   78   83   88   92  100  110  121
+  130  139  147  153  158  164  171  174  175  175  179  190  208  227  243  249
+  253  252  250  254  257  243  225  223  219  216  212  203  188  170  156  146
+  137  131  127  125  124  122  120  118  115  112  107  102   98   94   94   94
+   93   92   89   85   79   75   73   72   72
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   76   76   77   76   75   73   71   71   74   77   82   88   98  110  123
+  133  142  150  155  161  170  178  183  186  190  197  213  239  265  285  288
+  287  283  280  280  277  265  240  232  232  233  232  225  211  194  180  169
+  160  151  146  143  140  136  135  132  129  125  121  114  109  106  104  103
+  101   99   95   91   85   80   77   75   75
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   79   79   80   79   77   75   72   71   72   74   78   84   96  111  127
+  137  146  153  158  164  173  183  192  198  206  219  241  273  305  326  323
+  315  312  307  300  295  281  256  245  246  251  254  250  238  222  208  194
+  183  174  166  162  158  153  150  145  141  137  132  126  121  118  115  113
+  110  106  103   98   92   86   82   80   79
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   82   82   82   81   79   76   74   71   71   72   76   83   96  114  132
+  143  151  158  163  168  176  188  198  207  220  240  266  300  336  354  348
+  333  328  324  312  305  288  268  259  263  270  276  274  265  250  237  220
+  208  195  186  181  176  169  163  155  150  146  140  135  131  128  125  122
+  118  114  111  106  100   93   89   86   83
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   84   84   84   83   81   78   75   72   71   72   76   84   99  119  137
+  150  158  163  168  173  181  193  204  216  232  257  288  321  352  365  355
+  339  329  325  315  308  294  280  277  281  290  298  298  289  275  261  245
+  230  215  203  196  189  180  172  161  154  150  144  139  136  135  131  128
+  124  119  118  112  106  100   94   89   86
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   86   84   84   85   85   82   78   75   73   73   74   78   87  104  124  144
+  157  166  172  177  183  190  199  211  225  243  270  301  331  355  362  352
+  335  326  321  317  314  304  296  294  300  309  317  318  309  297  281  266
+  248  231  216  206  197  187  175  163  154  148  143  139  138  138  134  130
+  126  122  122  117  111  104   96   90   86
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   82   82   83   83   81   78   75   75   75   77   81   92  110  131  150
+  166  176  183  190  197  203  212  223  238  257  282  309  334  351  353  343
+  330  324  323  323  322  318  314  314  318  326  332  332  324  311  295  279
+  261  241  223  210  200  188  174  159  151  144  141  140  139  138  135  130
+  126  123  122  118  113  105   97   90   84
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   80   79   79   79   77   75   74   74   76   79   86   98  116  138  159
+  176  189  197  205  214  222  230  241  255  273  294  316  334  344  345  337
+  329  328  331  334  335  334  332  333  335  340  344  341  333  319  303  285
+  267  245  225  209  196  183  170  157  148  143  142  142  141  140  136  131
+  126  122  121  117  112  103   95   87   82
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   77   76   75   74   72   71   71   73   76   81   90  104  123  146  168
+  187  202  213  224  234  243  253  264  276  289  306  322  334  340  339  335
+  334  338  345  351  352  352  351  351  351  351  349  343  334  319  303  286
+  267  246  224  207  192  179  168  157  151  147  147  149  149  146  141  134
+  129  123  120  115  109  101   91   84   80
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   77   74   72   70   68   67   68   70   74   81   92  109  130  153  177
+  197  215  230  243  255  267  276  288  297  306  317  328  335  338  340  341
+  347  355  366  371  373  371  369  366  362  357  350  340  329  314  300  284
+  266  246  226  207  191  179  171  165  160  158  159  161  161  156  150  142
+  135  127  121  114  107   99   89   82   79
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   79   75   72   69   67   66   66   68   71   79   93  112  134  159  183
+  206  225  244  261  276  289  300  310  316  320  327  333  339  342  346  353
+  365  379  389  393  392  389  385  377  369  359  347  333  320  307  294  281
+  265  248  230  210  195  186  182  179  176  174  175  177  176  170  163  154
+  143  133  125  116  108  100   91   84   82
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   84   80   76   72   69   68   68   68   71   78   93  114  138  162  187
+  211  233  253  274  291  306  317  324  327  327  332  338  344  349  355  368
+  384  401  410  412  409  404  396  385  373  357  340  323  309  298  287  278
+  265  251  234  216  203  197  198  198  196  193  192  193  191  185  177  166
+  155  143  133  122  112  104   96   90   87
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   95   92   88   84   79   75   74   74   72   73   79   95  116  141  166  189
+  213  238  259  280  299  314  324  330  329  327  332  340  348  355  363  379
+  400  418  427  427  422  414  402  387  371  351  332  315  302  292  283  275
+  268  254  237  223  213  209  213  215  214  209  206  204  201  195  188  179
+  168  155  144  131  121  112  104   98   95
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  104  101   98   93   89   85   83   82   79   78   84   98  121  144  168  191
+  215  238  260  280  298  313  323  325  323  321  326  337  349  359  371  389
+  410  428  436  436  429  419  403  384  365  346  327  311  299  290  282  276
+  270  256  240  229  221  219  223  226  224  218  212  207  203  200  195  188
+  179  166  155  143  131  122  113  107  104
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  109  106  103   99   96   94   92   88   87   91  105  126  150  172  194
+  216  238  258  277  293  307  315  317  315  314  319  333  350  362  376  393
+  414  431  439  438  431  418  399  378  358  341  324  309  297  287  281  276
+  268  254  241  232  225  223  225  226  224  217  209  202  198  196  195  191
+  185  176  165  153  142  131  121  115  112
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  114  111  109  107  105  103  101   98   95   99  113  133  156  178  198
+  218  238  256  273  286  298  305  308  307  307  315  331  350  365  379  396
+  415  430  437  435  426  411  390  371  354  339  326  310  298  288  281  275
+  265  252  239  229  222  219  218  218  214  207  197  189  186  186  188  188
+  186  180  172  162  151  139  127  120  116
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  117  114  112  111  110  109  108  107  105  104  107  120  140  162  184  203
+  220  237  254  268  279  290  298  302  303  304  314  331  351  367  380  397
+  414  426  431  428  418  400  381  363  348  336  327  316  304  292  282  272
+  260  245  232  220  211  207  204  202  197  190  179  171  169  171  176  180
+  182  180  175  167  156  144  131  122  117
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  112  109  108  107  107  109  109  109  110  115  128  146  167  188  205
+  221  236  251  263  273  283  292  299  302  305  316  333  353  368  381  395
+  410  419  424  420  406  388  368  353  341  333  326  318  306  293  279  266
+  251  236  220  207  196  190  186  182  177  169  159  151  149  154  161  168
+  173  175  173  168  158  146  134  123  116
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  111  106  103  101  102  104  107  110  113  120  133  151  171  190  206
+  221  234  247  258  268  278  288  296  302  309  320  337  354  368  381  392
+  404  411  413  408  393  374  354  341  331  327  321  314  303  289  272  257
+  241  222  205  192  182  173  168  164  157  149  140  133  131  138  145  154
+  163  168  168  165  157  146  134  124  116
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  110  104   98   95   94   97  102  107  113  123  137  154  173  190  205
+  218  231  244  255  265  276  286  296  305  315  326  341  356  368  379  387
+  396  401  402  395  378  357  339  327  320  317  313  306  294  280  265  248
+  230  211  193  180  170  161  155  149  141  134  127  121  121  127  133  143
+  153  159  162  160  154  145  134  124  116
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  110  102   95   91   88   90   96  104  113  123  138  155  173  188  202
+  215  228  241  253  263  275  287  297  309  319  331  344  356  367  375  382
+  388  392  390  380  361  341  325  313  307  304  301  294  283  270  256  239
+  222  203  187  173  163  156  148  140  132  126  121  117  117  121  127  135
+  145  152  156  155  150  143  133  125  116
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  111  103   96   89   86   88   95  102  114  125  139  156  171  185  198
+  210  224  238  251  262  274  286  299  311  322  334  344  354  362  369  375
+  379  380  374  362  342  324  309  299  293  290  287  280  269  258  246  232
+  216  199  183  171  163  156  147  137  128  123  119  116  117  119  124  130
+  139  146  150  150  147  141  134  126  119
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  114  106   98   92   89   91   97  106  117  128  142  157  171  183  194
+  206  219  234  248  260  272  285  299  312  324  334  342  349  356  361  365
+  366  364  357  343  325  308  295  286  280  277  272  264  254  245  236  225
+  211  196  183  172  165  158  148  137  128  122  118  116  116  119  122  127
+  134  140  144  145  143  139  133  128  122
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  117  110  103   97   95   98  103  111  122  134  147  161  173  182  192
+  202  214  228  242  255  268  281  296  310  321  331  338  344  347  350  350
+  349  343  335  322  307  293  282  273  268  263  256  248  239  232  226  217
+  206  194  183  173  167  159  149  137  127  120  116  114  114  117  119  124
+  129  134  138  140  139  136  132  129  124
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  124  119  114  109  105  104  107  112  120  130  143  155  166  176  184  191
+  199  209  221  235  247  260  274  288  301  312  322  329  333  334  333  330
+  328  321  313  302  289  278  269  262  257  252  243  234  226  220  215  209
+  201  191  181  172  166  157  145  133  122  114  110  108  108  110  113  117
+  122  127  130  133  134  133  130  128  124
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  120  117  115  113  114  117  122  130  140  152  163  174  182  188  193
+  198  205  214  226  237  249  263  275  288  300  310  316  318  317  313  309
+  305  298  289  281  271  264  258  252  247  241  232  222  215  209  204  200
+  193  185  176  168  160  150  138  125  113  106  103  101  100  102  106  110
+  114  119  122  125  127  126  126  125  123
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  119  119  119  120  123  127  133  140  150  161  172  182  190  194  197
+  199  203  209  218  228  238  250  261  275  287  294  299  299  296  293  287
+  282  274  268  262  255  251  247  243  237  231  222  213  206  200  195  190
+  184  177  169  159  151  141  128  115  103   98   96   95   94   96   99  102
+  106  110  113  116  117  118  119  120  119
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  115  118  121  125  130  135  141  148  157  168  179  188  195  199  200
+  201  202  205  211  220  228  238  249  261  273  277  280  278  274  270  264
+  259  253  249  244  241  238  235  232  228  222  213  204  197  191  185  180
+  173  166  158  150  140  132  121  106   95   94   92   91   91   92   94   96
+   99  100  102  105  106  108  110  112  114
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  110  115  121  127  134  140  146  153  161  172  182  192  198  202  203
+  202  201  202  205  211  220  229  239  249  255  258  260  257  253  249  244
+  239  235  232  228  227  226  224  221  217  211  203  196  188  182  176  169
+  161  154  146  139  131  125  117  104   96   95   94   92   92   91   91   91
+   93   93   94   95   95   97  100  103  106
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98  104  111  118  127  135  142  148  154  162  171  181  190  196  200  201
+  200  197  197  198  204  212  220  229  235  239  239  240  238  234  230  226
+  222  218  217  215  215  214  211  208  204  199  193  186  180  173  166  159
+  151  143  137  132  127  123  118  110  105  103  100   97   95   93   91   90
+   88   88   88   87   87   87   89   93   98
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   99  106  116  124  133  140  147  153  160  168  177  185  191  194  195
+  193  191  190  191  195  202  210  216  220  222  222  221  218  214  212  209
+  207  204  204  205  204  202  199  197  192  187  181  175  170  164  157  149
+  142  135  130  128  127  126  124  120  118  114  109  105  102   98   95   91
+   88   85   84   83   81   80   83   86   91
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   96  104  113  123  131  138  144  149  155  163  169  176  181  184  184
+  184  182  180  181  184  189  195  201  205  206  205  202  198  194  193  192
+  193  193  194  196  194  192  188  184  179  174  168  164  159  154  148  141
+  135  130  128  127  128  131  132  132  130  127  122  116  111  106  100   93
+   89   85   84   81   78   78   80   84   89
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   91   97  105  114  122  130  136  141  145  150  156  161  166  170  172  172
+  170  169  168  169  171  175  181  185  188  189  187  184  179  176  176  177
+  180  182  185  185  185  181  176  171  166  161  156  152  149  144  140  135
+  129  126  126  128  131  136  139  142  142  139  133  128  121  114  107   99
+   93   90   88   83   80   80   82   85   91
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94  100  107  116  123  130  135  138  142  146  149  153  156  158  159  158
+  156  154  154  154  157  160  165  168  170  170  168  165  161  160  162  165
+  168  172  175  175  174  169  165  159  153  148  144  141  137  134  131  128
+  124  123  125  128  134  140  145  148  149  147  143  138  131  123  114  104
+  100   96   93   88   86   86   87   90   94
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100  104  111  119  126  131  135  137  139  142  144  146  146  146  146  144
+  143  141  140  141  143  146  149  151  153  152  150  148  146  147  150  153
+  158  162  165  165  164  159  153  148  141  136  132  129  127  124  122  121
+  120  119  123  128  134  141  147  150  153  152  149  144  138  130  122  113
+  108  103  101   96   94   94   95   96  100
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  107  110  117  123  128  132  135  136  138  139  140  140  139  138  136  133
+  131  129  129  129  130  132  134  136  137  137  136  135  134  135  138  143
+  148  153  156  157  154  150  144  138  131  126  122  119  116  115  115  115
+  114  115  119  125  132  140  145  149  152  153  151  147  142  135  129  122
+  117  112  110  103  103  104  105  105  107
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  117  122  126  130  133  135  137  137  137  137  136  134  131  128  126
+  123  121  120  120  120  121  122  123  124  125  125  125  125  126  130  135
+  140  145  148  149  147  142  135  129  123  118  113  109  108  107  107  108
+  109  111  113  120  128  136  141  145  148  151  151  149  145  140  135  129
+  125  119  118  112  114  114  114  115  115
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  125  127  130  133  135  136  137  137  137  135  133  131  127  125  121
+  119  117  115  114  113  114  114  115  116  117  119  120  120  122  125  130
+  134  138  140  142  139  134  128  121  116  111  106  103  102  102  102  103
+  105  106  109  114  122  130  136  140  144  148  149  149  147  143  140  135
+  132  126  125  123  123  123  122  122  123
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  130  132  133  134  136  136  137  136  136  134  132  129  126  123  120
+  118  116  114  114  113  112  112  112  114  115  117  119  120  121  124  127
+  131  133  134  134  132  128  122  116  110  106  102  101  100   99   99  100
+  102  103  106  110  116  124  132  137  142  145  148  149  148  146  143  140
+  136  134  133  131  130  131  129  128  129
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  133  135  135  135  137  137  136  136  135  133  132  130  126  124  121
+  119  118  117  116  116  115  115  114  115  117  118  120  122  123  125  127
+  128  130  130  129  127  123  119  114  110  105  102  101  100  100  101  101
+  102  102  105  108  113  120  128  135  140  144  147  148  148  147  145  143
+  141  140  139  138  137  134  134  134  133
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  137  136  137  136  137  137  135  135  134  133  131  130  128  125  124
+  122  121  120  121  120  120  119  119  119  120  121  122  124  125  126  127
+  128  128  127  126  124  121  118  115  111  108  106  104  104  105  104  105
+  106  107  108  109  113  118  123  131  138  144  147  148  148  147  146  145
+  145  144  144  142  141  139  138  137  137
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  138  138  137  137  137  136  135  134  134  134  132  130  128  127  125
+  124  124  125  125  125  126  126  125  126  126  127  127  127  127  128  128
+  129  128  127  125  124  121  120  117  115  114  112  111  110  110  112  113
+  113  115  115  115  117  119  121  125  130  138  144  146  147  147  148  148
+  148  147  146  145  144  142  141  140  139
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  140  139  138  138  137  136  136  135  134  133  132  131  129  128  127
+  127  127  129  129  130  131  131  131  132  132  132  132  132  131  131  131
+  131  130  129  127  126  125  123  122  121  120  119  118  118  118  119  120
+  120  121  123  124  125  127  127  129  131  135  141  145  149  150  150  150
+  149  148  148  147  145  144  143  142  140
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  141  139  138  138  138  137  136  135  135  133  132  131  130  130  131
+  130  132  132  133  134  135  135  136  136  136  137  136  136  135  134  134
+  135  133  132  132  131  129  129  127  127  126  125  124  125  124  125  124
+  126  126  128  128  129  130  133  135  139  142  145  146  147  147  148  148
+  147  147  147  146  145  144  143  142  141
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  141  140  139  139  138  137  137  136  136  135  135  135  135  136  136
+  135  136  136  137  137  138  138  138  138  139  138  139  139  139  138  137
+  137  138  137  136  136  136  135  134  134  134  133  133  132  133  133  133
+  135  135  135  137  138  138  140  141  143  143  144  145  145  145  145  144
+  145  145  145  144  143  142  142  141  141
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  141  141  141  141  140  139  139  139  139  139  139  139  139  139  138  138
+  138  139  139  139  140  140  140  140  140  140  140  140  141  141  140  140
+  140  140  139  140  140  140  139  140  139  140  140  140  139  139  140  141
+  140  140  140  141  141  141  142  141  142  142  143  143  143  143  143  143
+  143  143  143  142  142  141  142  141  141
+     8                                                      END OF TEC MAP     
+     9                                                      START OF TEC MAP
+  2010    12     5    16     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   40   40   40   40   40   40   41   41   41   41   41   41   41   41   40
+   40   40   40   39   39   39   39   38   38   38   38   38   38   37   37   37
+   37   37   37   37   36   36   36   36   36   36   36   36   36   35   35   35
+   35   35   35   35   35   35   35   35   35   35   35   35   35   36   36   37
+   37   37   38   38   38   39   39   39   39
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   42   43   44   44   45   45   46   46   46   46   46   46   46   45
+   44   44   43   42   41   41   40   40   40   39   39   39   38   38   38   37
+   37   37   37   37   37   37   37   37   36   36   36   36   36   37   36   36
+   36   35   35   34   34   34   34   34   34   34   33   34   34   34   35   35
+   35   36   36   37   38   38   39   40   41
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   42   43   44   44   45   46   47   47   48   49   49   50   50   50   49
+   48   47   47   46   45   43   42   42   42   41   41   42   41   41   41   41
+   40   39   39   38   38   37   37   36   36   36   36   36   36   36   36   36
+   36   36   36   35   35   34   33   33   33   33   33   33   33   33   33   33
+   34   34   35   36   36   37   38   39   40
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   40   41   42   43   44   45   47   48   49   50   51   51   52   53   53
+   52   51   51   49   48   46   45   47   47   47   47   46   45   44   43   42
+   41   40   40   38   37   37   36   36   36   35   35   36   36   36   36   37
+   37   37   37   36   35   34   33   33   33   33   32   32   32   31   31   31
+   32   33   33   34   34   35   37   38   39
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   38   40   41   42   44   45   46   48   49   51   53   55   56   57   57
+   56   56   55   55   54   53   55   54   53   52   51   51   50   49   47   46
+   44   43   41   39   38   36   36   35   35   35   35   36   36   36   37   37
+   38   38   37   37   36   34   33   33   33   33   32   31   31   30   30   30
+   31   31   31   31   32   33   35   36   37
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   36   37   39   40   41   43   44   46   48   49   51   53   55   57   58
+   59   59   60   61   60   61   62   61   61   61   60   60   59   56   53   51
+   48   46   43   41   39   37   35   35   34   34   35   35   36   36   37   37
+   37   37   37   37   35   34   33   32   31   32   32   31   31   30   30   30
+   30   30   29   30   31   32   33   34   34
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   34   35   37   38   39   40   42   43   44   45   47   50   53   55   58
+   60   62   64   67   68   70   71   72   72   71   71   70   68   65   61   57
+   54   50   46   43   41   38   36   35   34   34   34   35   36   37   38   38
+   38   38   38   37   36   35   33   33   32   32   33   33   32   32   31   31
+   30   30   29   29   31   31   32   32   33
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   36   38   38   39   39   39   40   40   41   43   46   50   54   57
+   61   65   69   72   79   80   81   83   83   82   82   81   78   74   70   65
+   60   55   50   46   43   39   37   35   34   33   34   35   37   39   40   40
+   40   40   39   38   38   37   36   36   35   36   36   36   36   35   35   34
+   34   33   33   33   33   33   33   33   34
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   38   39   40   41   40   40   39   38   38   38   39   42   47   52   57
+   63   69   73   80   89   88   90   92   93   93   92   91   87   84   78   72
+   66   56   52   49   45   41   38   35   34   34   35   37   39   41   42   43
+   43   43   42   41   40   40   39   41   40   40   41   41   41   41   41   40
+   40   39   38   37   37   37   37   37   37
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   42   44   44   44   42   41   39   38   37   38   40   45   52   58
+   67   72   79   85   93   94   97  100  101  102  100   99   95   91   85   78
+   73   64   53   51   48   43   39   37   37   37   38   41   43   45   46   47
+   47   46   46   45   44   44   44   45   45   46   46   47   48   48   48   47
+   46   45   44   43   42   42   41   41   41
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   46   48   48   48   46   44   42   40   38   39   41   47   54   62
+   70   76   86   91   97  101  103  106  106  107  106  105  101   97   91   84
+   78   72   61   56   52   47   43   41   40   41   42   45   48   50   52   52
+   52   51   50   49   48   47   48   49   51   52   53   54   55   56   56   55
+   54   53   51   50   49   47   47   46   46
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   51   51   52   53   53   51   49   46   44   42   43   46   51   59   68
+   75   83   91   97  102  106  107  110  110  112  111  110  106  101   96   90
+   83   77   70   64   58   53   49   47   47   47   49   52   55   57   58   58
+   57   56   54   53   52   51   52   54   56   59   61   62   63   64   63   62
+   61   60   59   57   55   54   53   52   52
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   57   57   57   58   58   56   54   52   49   48   49   53   59   67   75
+   82   90   97  103  107  109  111  113  114  116  115  115  111  106  101   96
+   88   82   76   70   65   61   58   57   55   56   58   60   62   64   65   65
+   63   61   59   57   56   55   56   58   61   64   67   69   70   70   69   68
+   67   67   66   63   62   60   59   58   58
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   63   63   63   64   63   62   60   58   57   56   58   62   68   76   83
+   90   97  103  108  112  114  115  116  116  118  119  118  114  111  107  102
+   94   89   84   80   75   71   69   68   67   67   67   68   69   71   72   72
+   70   68   65   62   60   59   60   63   65   68   72   74   75   76   75   73
+   72   72   71   69   68   66   65   64   63
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   69   69   70   70   69   68   66   64   64   65   67   71   77   84   91
+   98  104  109  113  116  117  118  118  119  120  122  120  118  116  113  108
+  103   98   95   91   87   83   81   80   78   78   77   77   77   78   79   79
+   77   74   71   68   65   64   65   67   69   72   74   76   78   80   79   78
+   77   77   76   74   74   72   70   69   69
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   75   75   75   75   74   73   71   70   71   73   78   82   87   92  100
+  104  109  114  118  121  123  122  122  122  123  124  124  122  122  119  116
+  112  109  105  103   99   95   93   91   90   88   86   85   85   86   86   86
+   83   80   78   75   73   72   72   72   74   75   77   79   81   83   83   83
+   82   81   80   79   78   76   75   74   75
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   80   80   80   80   78   76   74   74   77   83   88   93   97  101  106
+  111  114  119  124  127  129  128  127  126  127  127  128  127  127  123  122
+  120  118  116  113  110  106  104  101   98   96   95   94   93   94   93   92
+   89   86   84   83   81   80   79   78   78   79   80   83   85   87   87   87
+   86   85   83   82   80   79   78   79   79
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   83   83   84   82   81   79   78   80   85   91   98  104  107  110  113
+  116  118  124  130  135  137  136  134  132  132  132  132  131  131  125  126
+  126  126  125  122  119  115  112  108  106  104  102  101  101  102  101   99
+   96   93   91   90   89   88   86   83   82   83   84   87   89   91   91   92
+   90   88   87   85   82   81   80   81   82
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   83   83   84   85   84   82   81   81   85   92  100  107  113  117  118  119
+  120  123  129  136  142  145  144  142  139  138  137  136  134  133  129  128
+  131  132  130  129  125  121  117  113  111  109  107  107  109  109  107  105
+  102   99   96   96   94   93   90   87   85   85   86   89   91   93   94   94
+   93   91   88   86   84   82   81   82   83
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   82   83   84   83   82   82   83   89   98  107  116  123  126  126  126
+  126  129  133  141  148  152  152  149  146  144  142  140  137  136  132  132
+  134  137  136  134  130  125  120  117  114  112  111  112  114  114  112  108
+  105  102   99   98   96   94   92   89   87   86   87   89   91   93   94   94
+   93   91   88   86   84   82   81   81   82
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   80   80   81   81   80   81   84   91  102  113  124  132  136  137  136
+  135  136  140  148  155  159  159  156  153  150  147  144  142  139  137  136
+  139  141  141  139  135  130  124  120  116  114  114  115  117  117  115  111
+  106  102   99   97   96   94   91   88   86   85   86   87   89   91   92   92
+   91   89   86   84   82   81   80   79   79
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   77   77   77   77   78   80   84   93  105  118  131  140  146  148  147
+  146  146  148  154  160  164  165  162  159  155  153  149  147  145  144  144
+  147  149  149  147  142  135  128  122  118  115  115  116  118  119  116  111
+  106  100   96   94   93   91   90   88   85   85   85   86   87   88   89   88
+   87   85   83   82   80   79   78   77   77
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   74   74   74   74   75   77   83   93  106  121  135  147  154  158  159
+  157  156  157  160  164  168  168  166  163  160  158  156  156  155  155  155
+  158  160  160  158  151  143  134  126  121  118  116  118  120  120  117  111
+  104   99   94   92   91   90   89   87   85   86   86   87   86   86   85   84
+   83   81   80   79   78   77   76   75   75
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   73   72   71   71   72   75   81   92  106  123  137  150  160  166  169
+  169  167  166  166  168  170  169  168  167  165  165  166  169  170  172  172
+  176  177  176  174  166  155  144  135  128  124  120  121  123  122  118  112
+  104   97   93   91   91   90   88   86   85   87   87   88   86   85   83   81
+   80   78   77   77   77   77   76   75   73
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   71   70   70   69   69   73   80   92  106  123  139  153  165  171  176
+  178  176  175  173  172  171  170  170  171  173  176  181  187  190  194  199
+  200  201  198  195  186  173  160  147  138  132  128  128  129  126  121  113
+  105   98   94   92   92   91   89   87   86   88   90   89   88   85   82   80
+   78   76   76   77   78   78   77   75   73
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   71   69   69   68   69   72   80   93  108  124  139  155  168  173  179
+  184  184  182  179  175  172  171  174  177  183  190  199  208  216  223  230
+  232  231  227  221  208  195  179  164  152  145  141  139  137  132  125  116
+  108  102   98   97   96   94   92   89   89   91   92   91   89   87   84   81
+   78   77   77   78   79   80   79   76   73
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   71   70   69   68   70   74   83   96  111  126  140  156  171  176  181
+  187  188  187  183  178  174  175  180  188  199  210  222  233  244  255  264
+  267  261  261  249  234  217  202  184  171  162  157  153  148  141  131  122
+  113  108  105  104  104  100   97   93   93   95   95   95   93   91   88   84
+   81   79   79   80   81   81   81   77   74
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   72   70   69   69   71   77   87  101  116  130  143  157  171  178  183
+  188  191  190  187  181  177  180  189  202  218  233  247  260  273  287  298
+  299  290  287  278  259  241  223  206  190  181  174  165  158  149  139  129
+  122  118  117  115  113  108  103   99   97   98   98   98   97   96   93   89
+   86   84   82   82   84   84   82   79   74
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   72   69   69   69   72   78   93  108  123  137  149  161  173  181  186
+  191  194  194  190  185  181  186  199  219  240  256  271  286  298  313  324
+  321  311  304  296  282  264  245  226  211  199  189  179  169  159  149  139
+  133  129  128  127  123  117  111  106  102  101  101  101  101  101   98   96
+   93   90   87   85   85   85   83   79   75
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   71   69   68   69   73   82   96  115  132  145  158  169  179  187  192
+  197  201  200  196  192  190  195  212  237  260  277  291  306  317  329  338
+  330  317  311  303  294  280  262  245  230  216  203  191  181  170  159  149
+  143  140  140  139  133  125  118  112  107  103  103  102  104  104  103  103
+   99   96   91   87   85   84   82   78   74
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   72   69   68   67   69   74   84  101  121  139  155  169  179  189  198  203
+  207  211  211  209  205  204  209  227  252  276  294  306  316  325  334  338
+  325  316  312  307  302  293  279  263  248  232  219  206  192  180  169  158
+  152  150  149  148  141  132  123  116  110  105  102  101  104  106  107  107
+  105  101   95   89   85   81   78   75   72
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   67   66   66   68   73   86  105  126  147  165  180  192  203  213  219
+  223  226  228  228  225  224  229  246  270  292  307  315  322  328  334  333
+  319  316  314  313  311  305  295  282  267  250  236  220  203  190  177  166
+  158  156  155  153  146  137  128  121  113  106  101  100  102  104  107  108
+  108  104   98   90   83   78   75   71   69
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   65   64   63   64   67   73   87  107  131  153  172  191  206  220  231  238
+  243  248  252  254  251  251  256  271  290  308  319  324  327  329  333  333
+  324  320  321  321  321  320  313  302  285  270  255  234  214  199  186  173
+  162  156  156  154  148  141  134  127  118  110  103  100  101  103  105  107
+  108  106  100   92   83   77   71   67   65
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   62   62   62   66   73   88  109  133  157  179  200  218  236  250  259
+  266  274  281  281  282  283  288  300  314  325  331  333  335  335  338  338
+  334  331  332  334  336  336  330  319  304  287  268  245  223  206  193  181
+  165  156  155  154  150  147  143  136  127  117  109  103  102  103  105  107
+  108  107  102   94   85   77   70   66   63
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   63   62   62   65   74   89  112  137  161  185  207  228  251  268  281
+  290  300  309  312  314  315  318  328  336  341  343  343  344  345  347  348
+  348  347  349  351  352  350  344  333  317  299  277  254  232  213  200  184
+  168  158  157  157  155  154  154  150  140  129  118  110  107  106  106  107
+  108  108  105   98   89   80   72   67   64
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   66   64   64   67   77   93  115  140  164  188  211  235  260  280  297
+  310  321  330  336  340  343  344  350  354  353  352  352  354  357  361  364
+  367  366  367  368  368  363  354  342  325  307  285  262  239  221  205  188
+  173  165  163  162  163  165  168  165  156  143  130  121  115  112  111  110
+  110  110  108  103   95   86   78   72   68
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   72   69   68   72   82   98  120  144  167  189  213  238  263  286  306
+  322  333  343  349  355  359  361  364  364  362  360  361  365  370  377  384
+  387  386  385  384  380  372  360  345  329  310  288  268  246  228  211  194
+  183  174  171  170  173  178  180  179  170  158  144  134  127  121  118  115
+  114  114  113  109  102   94   86   80   75
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   84   80   76   76   80   90  106  127  149  170  191  213  237  262  285  305
+  323  335  344  350  356  362  365  367  366  365  364  368  373  381  392  401
+  405  404  401  396  390  377  362  345  328  310  292  272  253  235  217  203
+  194  187  181  180  181  186  189  187  181  170  157  145  138  132  127  123
+  120  119  118  115  109  103   96   89   84
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93   88   85   85   90   99  116  135  157  176  195  215  237  260  280  300
+  317  329  337  343  349  356  360  362  360  362  365  372  380  391  405  415
+  420  418  412  403  393  378  360  341  325  308  292  275  258  241  225  211
+  203  196  191  187  185  188  191  190  184  176  164  155  147  142  136  130
+  126  123  121  119  115  110  104   99   93
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100   95   92   94  100  110  126  145  165  183  200  219  238  258  276  294
+  310  322  329  333  339  346  352  354  355  360  366  376  387  402  416  426
+  430  426  416  404  391  373  354  337  320  305  293  278  261  245  231  218
+  210  201  194  187  183  184  185  185  180  174  166  158  153  149  143  136
+  131  126  123  121  117  114  110  106  100
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103   99   97  101  109  121  135  154  172  189  205  223  240  256  272  288
+  303  314  321  325  331  338  346  350  354  360  369  382  396  413  428  436
+  436  427  414  400  385  366  347  330  315  303  293  279  262  247  233  222
+  210  200  190  181  176  174  173  173  171  167  161  157  154  151  146  140
+  133  127  124  120  118  115  112  108  103
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  102   99  100  105  114  127  143  159  176  193  210  226  242  255  268  282
+  297  309  316  319  325  333  343  350  355  364  376  390  408  425  438  442
+  437  424  409  393  377  358  339  322  309  301  292  278  260  246  232  217
+  204  192  180  169  163  159  157  157  156  155  152  150  150  149  146  141
+  134  127  122  119  116  114  111  107  102
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100   96   98  104  115  129  144  160  177  193  210  227  242  254  265  277
+  292  303  311  317  323  331  341  351  359  370  386  403  421  436  445  443
+  433  418  401  385  370  351  335  317  305  298  287  273  256  240  224  207
+  192  179  166  155  147  143  140  140  140  141  141  141  143  145  144  139
+  133  126  120  116  114  112  109  105  100
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   95   97  103  114  128  142  158  173  190  207  225  239  251  262  274
+  287  299  308  316  323  332  343  354  366  380  398  416  434  446  448  441
+  426  408  391  377  362  347  330  315  302  291  278  263  245  227  210  192
+  176  163  150  140  132  127  125  124  125  126  129  132  135  138  139  136
+  131  124  119  115  112  110  108  103   98
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   97   94   96  103  113  125  139  153  167  183  201  219  234  247  257  270
+  283  295  307  316  325  336  347  360  374  390  410  428  443  450  446  433
+  415  397  381  367  353  340  324  310  296  281  266  250  230  211  192  175
+  159  147  135  127  120  116  114  113  113  114  118  123  128  132  134  133
+  129  123  117  113  110  109  106  102   97
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98   95   97  104  113  125  137  149  162  177  194  211  227  240  251  265
+  279  293  306  317  328  340  353  368  383  400  418  435  446  448  439  423
+  404  384  368  354  342  329  314  301  285  269  252  234  214  194  175  159
+  145  135  125  118  114  111  109  107  106  108  111  116  121  127  130  130
+  127  122  117  112  109  108  106  103   98
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100   99   99  105  115  126  137  148  158  171  186  203  218  232  243  258
+  274  290  304  317  330  343  357  372  389  405  422  436  444  442  428  409
+  388  368  352  340  327  315  303  288  272  257  239  219  199  181  164  148
+  137  128  120  115  112  110  108  105  105  105  107  111  117  122  126  127
+  125  121  116  111  109  107  107  104  100
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  102  102  108  118  128  139  149  158  168  181  195  209  222  234  248
+  267  285  301  315  329  343  357  373  390  406  420  431  435  429  413  390
+  369  349  334  322  310  301  289  275  260  243  225  206  189  172  157  146
+  136  129  122  116  114  111  107  104  103  103  104  107  112  118  122  124
+  123  120  115  110  108  107  107  105  103
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  105  106  112  121  133  144  153  161  169  178  189  201  213  224  238
+  257  277  292  307  322  337  352  368  383  398  409  417  416  406  389  366
+  347  328  314  304  293  284  273  259  244  228  212  195  181  168  156  147
+  139  133  128  120  116  111  106  102  100   99   98  100  104  111  115  119
+  119  116  113  108  106  106  107  107  106
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  109  111  117  126  138  150  159  166  173  179  187  196  206  217  228
+  246  264  278  294  309  324  339  353  366  379  387  392  389  377  361  340
+  322  307  297  286  276  266  255  241  228  214  200  187  176  166  158  151
+  144  139  133  124  116  109  102   95   92   91   91   92   96  102  106  111
+  112  111  109  105  104  105  106  108  109
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  111  115  121  131  143  155  165  172  178  182  186  193  201  211  221
+  234  248  261  275  289  303  317  330  341  350  356  358  354  344  330  312
+  299  287  277  267  258  248  236  225  214  203  192  182  173  165  160  154
+  148  141  133  122  113  104   95   86   82   83   85   86   88   93   97  101
+  103  103  102  100   99  101  104  107  109
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  109  113  117  125  135  147  160  170  178  182  185  187  191  198  206  214
+  223  233  244  254  265  278  289  301  310  318  322  323  319  310  298  285
+  276  265  257  250  242  233  222  212  203  194  185  177  170  164  160  154
+  147  139  128  117  106   96   88   81   76   79   82   83   84   86   89   92
+   94   93   93   92   92   95  100  105  109
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  107  112  119  126  136  149  161  172  180  185  187  188  190  195  201  208
+  213  221  228  236  243  253  262  271  279  285  289  290  285  277  268  261
+  253  246  240  235  228  220  211  202  194  186  178  172  166  161  156  150
+  142  132  120  107   97   90   83   79   77   79   82   82   82   82   83   84
+   85   84   84   84   85   89   95  101  107
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  103  110  117  125  136  148  160  171  179  183  185  186  187  191  196  202
+  206  210  213  217  222  230  236  242  247  253  256  257  253  248  243  238
+  233  230  226  222  217  210  203  195  187  180  172  166  161  155  150  143
+  134  123  111   99   91   86   81   80   80   82   83   83   83   80   80   78
+   77   76   75   76   78   82   89   96  103
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99  106  114  123  133  144  156  166  173  178  180  181  183  186  190  194
+  198  199  200  201  204  208  212  216  220  224  227  228  224  221  219  216
+  215  214  213  210  207  202  196  188  180  173  166  159  153  148  142  135
+  126  115  104   94   89   85   83   83   85   86   87   86   85   81   78   75
+   72   70   69   70   73   77   83   91   99
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   95  102  110  119  129  140  150  158  165  169  171  173  175  177  181  184
+  187  188  188  188  188  190  192  194  197  199  199  200  198  197  197  196
+  197  198  199  198  197  193  187  180  173  165  158  151  146  139  133  126
+  118  109  101   94   90   88   88   90   92   94   93   91   90   83   79   74
+   70   67   66   67   70   74   80   87   95
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92  100  107  115  125  134  142  149  154  157  160  162  163  166  170  173
+  175  176  176  175  173  173  173  174  175  176  176  176  176  176  177  177
+  180  182  185  185  184  182  176  171  164  156  149  143  137  131  125  119
+  112  106  101   97   95   95   97   99  101  102  101   98   96   89   84   77
+   70   68   66   67   68   73   79   86   92
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   92   99  106  113  122  128  134  139  142  144  146  149  151  154  158  161
+  163  164  163  161  159  157  156  156  156  157  157  157  158  159  159  160
+  163  166  169  170  170  168  164  158  152  146  139  134  128  122  117  113
+  109  106  103  102  102  103  105  107  110  111  110  105  102   96   89   81
+   75   71   69   68   70   74   80   86   92
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94  100  107  113  119  124  128  130  132  133  134  136  138  142  146  149
+  151  151  151  148  145  142  141  140  140  141  141  141  142  143  143  145
+  147  150  153  154  155  153  150  146  140  135  129  124  119  114  111  108
+  105  104  105  106  108  110  113  116  118  119  118  113  110  103   96   88
+   82   78   75   74   74   78   83   88   94
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98  103  108  113  118  122  123  124  124  124  124  125  128  130  134  137
+  138  139  138  135  132  129  128  127  126  127  126  126  126  127  128  129
+  131  134  137  139  140  139  136  133  128  123  119  115  110  107  104  103
+  102  103  106  108  112  115  118  121  124  125  124  121  118  111  104   96
+   92   87   85   83   83   86   89   93   98
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105  108  113  116  119  121  121  121  119  119  118  118  119  121  123  125
+  126  126  125  123  120  118  116  115  114  113  112  112  111  113  114  115
+  118  121  123  125  126  125  124  121  116  112  108  105  102   99   98   98
+   99  101  104  107  111  116  120  124  127  129  129  127  126  119  113  105
+  103   99   96   95   95   96   99  101  105
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  116  118  121  121  122  121  119  117  116  115  114  114  114  116  117
+  116  116  115  113  110  108  106  105  104  103  103  103  103  104  104  105
+  107  110  112  113  114  114  113  110  106  103   99   97   93   92   92   93
+   95   98  101  104  108  115  120  125  129  132  133  132  131  126  122  117
+  115  112  109  109  108  108  109  112  114
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  124  125  125  126  124  122  120  118  116  114  113  112  111  111  111
+  111  110  109  107  104  102  100   99   98   98   98   99   99  100  101  102
+  103  105  106  107  106  106  104  102   99   95   93   90   88   87   87   89
+   92   95   98  101  103  110  118  124  129  133  135  135  136  133  130  127
+  125  124  121  120  121  120  121  122  123
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  132  131  130  129  128  125  123  120  118  116  114  113  111  110  109
+  109  108  107  105  102  101   99   98   97   97   98   99  100  101  102  102
+  103  104  104  104  103  102   99   97   94   91   90   88   86   85   84   86
+   89   92   96   99  102  105  115  122  128  133  136  137  139  137  136  135
+  133  134  132  131  131  130  130  130  131
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  137  136  135  133  131  128  126  124  122  120  118  116  114  112  111
+  110  109  108  107  104  103  101  100  100  100  101  102  104  104  105  105
+  106  106  106  105  104  102   99   97   95   93   91   89   87   86   85   85
+   87   89   92   97  100  105  111  119  127  132  136  138  140  140  140  140
+  140  139  140  139  138  138  138  138  137
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  141  139  138  136  133  132  129  128  126  125  122  120  118  117  116
+  115  113  112  111  109  108  107  106  106  106  106  107  108  109  110  110
+  110  110  109  108  106  105  103  101   99   97   95   92   90   89   89   89
+   89   91   92   95   98  103  109  116  124  132  136  138  140  141  142  143
+  144  145  144  144  144  144  143  143  142
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  143  141  140  138  136  134  133  132  131  130  128  127  125  124  122
+  121  120  118  116  115  114  113  113  113  113  114  114  115  115  116  116
+  115  115  114  112  111  110  109  107  105  103  101  100   97   96   96   95
+   95   97   97   99  100  103  105  111  117  126  133  138  140  141  143  145
+  146  146  147  147  147  146  146  145  144
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  144  143  141  140  139  138  137  137  136  134  134  132  131  130  129
+  127  125  123  122  121  121  121  121  121  121  121  121  121  122  122  122
+  121  120  120  118  118  116  114  115  113  112  109  108  107  105  105  105
+  105  106  107  108  109  111  112  115  120  125  131  140  141  143  144  146
+  146  147  147  147  147  147  146  146  144
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  144  143  143  142  142  142  141  140  139  139  138  136  136  135  134
+  133  131  130  129  128  128  127  128  127  127  127  128  128  128  127  127
+  127  127  126  126  125  124  124  122  122  121  121  120  119  118  118  118
+  118  118  119  120  122  124  127  128  132  134  137  139  140  143  144  144
+  145  145  146  146  146  146  145  145  145
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  145  145  144  144  143  142  142  142  142  141  140  139  139  138  136
+  137  136  135  134  134  134  133  133  133  133  133  133  132  132  132  131
+  131  131  131  131  130  130  130  129  129  129  128  129  128  129  129  128
+  130  129  130  131  131  133  133  134  135  136  138  140  140  142  143  142
+  144  144  145  145  145  145  146  145  145
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  142  142  142  143  142  142  142  142  141  141  141  140  140  140  140  139
+  139  139  138  138  137  137  137  137  137  137  136  136  136  136  136  136
+  135  135  134  134  134  134  134  135  134  135  134  134  134  134  135  134
+  135  135  135  135  136  136  136  137  137  138  139  139  140  140  141  141
+  141  142  142  142  142  142  143  142  142
+     9                                                      END OF TEC MAP     
+    10                                                      START OF TEC MAP
+  2010    12     5    18     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   44   44   44   45   45   45   45   45   45   45   45   45   45   44   44
+   44   44   43   43   43   42   42   42   41   41   40   40   40   39   39   39
+   39   38   38   38   38   38   37   37   38   37   37   37   37   37   38   38
+   38   38   38   39   39   40   40   40   40   40   41   41   41   42   42   42
+   42   42   42   42   43   43   43   43   44
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   46   47   48   48   48   49   49   49   49   49   49   48   48   48   47
+   47   46   45   44   43   43   42   41   40   39   38   37   37   36   36   36
+   35   35   35   36   36   36   36   36   36   37   37   37   37   37   36   36
+   36   36   36   37   36   37   37   37   38   38   39   39   39   40   40   40
+   40   41   41   42   43   43   44   45   46
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   48   48   49   50   50   51   52   52   53   53   53   53   53   52   52
+   50   49   48   46   44   42   42   40   39   39   39   38   36   35   35   35
+   35   35   35   36   36   36   37   37   37   37   37   37   37   37   37   36
+   36   36   36   35   35   36   35   36   35   36   36   36   36   37   37   38
+   38   39   40   41   43   44   45   46   47
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   47   47   48   49   50   51   52   53   54   55   56   56   56   55   55
+   54   53   52   50   49   47   44   43   42   42   41   40   39   38   38   37
+   36   36   36   36   36   37   38   38   39   39   39   38   39   38   38   37
+   37   36   35   35   34   34   33   34   33   32   32   33   33   34   35   35
+   36   37   39   40   42   43   44   45   46
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   45   46   46   47   47   49   50   51   52   53   55   56   57   58   59
+   58   57   57   55   53   52   53   50   48   47   46   44   43   41   39   39
+   38   37   36   35   35   35   36   37   38   39   39   40   40   40   39   39
+   38   37   36   34   33   32   31   32   30   29   29   30   30   31   32   33
+   33   35   37   39   40   42   42   43   44
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   43   43   43   43   44   45   45   47   49   52   54   58   60   62   63
+   64   64   64   63   63   61   61   59   58   56   53   50   47   44   42   40
+   38   36   35   35   34   34   35   36   37   38   39   40   40   40   40   39
+   38   37   35   33   31   30   29   28   27   27   27   28   28   29   30   31
+   32   34   35   38   39   41   42   42   43
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   40   40   40   40   42   44   48   52   56   60   63   66   69
+   71   71   73   74   74   72   72   68   66   65   61   56   52   48   44   42
+   39   36   34   33   34   34   33   34   36   37   38   39   40   40   40   39
+   38   37   35   33   31   29   28   27   27   27   28   28   29   30   31   31
+   32   34   36   38   39   41   42   42   42
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   39   38   38   37   38   40   44   48   52   58   63   68   72   76
+   78   83   85   87   85   84   83   78   76   72   68   63   58   54   49   45
+   41   38   35   34   32   32   31   31   32   34   36   37   39   39   39   38
+   37   36   35   33   32   31   30   30   30   31   31   32   33   34   34   34
+   34   35   37   38   41   43   44   43   42
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   41   40   39   39   39   42   46   51   57   63   69   75   79   84
+   88   93   96   97   97   95   93   88   85   80   76   71   66   60   55   50
+   46   41   38   35   32   30   30   29   30   32   34   35   38   39   39   39
+   38   37   36   35   35   35   35   35   35   36   37   37   38   39   38   38
+   38   38   38   39   42   45   46   45   43
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   46   44   44   43   44   45   48   53   59   65   71   77   83   87   92
+   96  102  105  107  107  105  101   97   94   88   83   79   73   66   61   56
+   51   46   40   37   34   31   29   29   30   31   34   36   38   40   41   41
+   41   40   39   38   39   40   41   41   42   43   43   44   44   44   43   43
+   41   41   41   42   44   46   47   47   47
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   50   50   49   48   49   50   53   57   63   70   76   82   86   91   96  101
+  105  110  114  115  115  113  109  105  100   94   90   85   79   72   66   61
+   56   50   43   39   36   33   31   31   32   34   37   40   43   45   46   46
+   46   45   44   44   45   46   47   48   49   50   51   52   51   51   50   49
+   47   47   46   46   47   49   50   51   50
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   55   55   55   55   56   58   62   68   74   82   88   92   96  101  105  109
+  113  118  121  123  121  120  115  111  105  100   94   90   84   78   71   67
+   60   54   48   44   40   37   36   36   38   40   44   48   51   54   54   53
+   53   52   51   51   52   53   54   55   56   58   59   60   60   59   57   56
+   54   53   52   51   52   53   54   55   55
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   60   60   61   62   64   67   71   77   84   92   98  101  105  110  114  117
+  121  124  127  129  127  125  120  116  111  106  101   95   90   84   76   71
+   64   58   54   51   48   45   44   45   47   51   55   59   63   65   64   63
+   62   61   60   61   60   61   61   62   62   64   66   67   66   66   65   63
+   61   59   58   58   59   59   60   60   60
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   65   65   66   68   71   75   80   86   92   99  106  110  114  118  121  124
+  128  130  132  132  131  128  125  121  117  113  107  101   95   88   81   74
+   68   63   61   58   56   54   55   57   59   63   68   72   74   74   74   72
+   71   70   71   71   70   68   68   67   67   69   71   71   72   72   72   70
+   68   66   65   64   65   65   65   65   65
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   68   70   72   77   83   89   95  101  107  113  118  121  124  128  131
+  133  135  135  136  134  132  130  127  124  121  115  108  101   94   86   79
+   72   69   67   66   64   64   66   69   72   75   80   83   85   84   82   81
+   80   80   80   79   78   76   74   73   72   72   75   76   77   78   78   77
+   75   73   72   71   71   71   70   69   68
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   71   72   73   77   83   90   97  104  110  115  119  123  127  129  133  135
+  138  139  139  139  137  135  134  133  132  129  124  116  108  100   92   83
+   77   75   75   74   73   75   76   79   83   86   90   93   94   93   90   89
+   88   88   88   86   84   82   80   77   75   76   78   80   82   84   84   83
+   82   80   79   78   77   76   74   72   71
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   73   76   81   88   96  103  110  117  122  124  128  131  134  137  140
+  142  143  143  142  140  140  140  141  141  138  133  125  117  107   97   87
+   81   79   80   80   81   82   84   87   91   95   99  101  102  100   98   96
+   95   94   93   92   90   87   84   82   80   80   82   85   87   90   90   90
+   88   86   85   83   81   79   77   75   73
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   74   78   84   92  101  110  118  123  128  131  133  135  137  140  144
+  146  147  147  145  144  144  146  148  149  147  142  134  124  115  103   92
+   85   82   83   86   87   90   92   94   97  101  104  105  106  105  103  101
+  100   98   97   96   94   91   89   87   85   85   86   88   91   94   95   94
+   93   91   89   87   84   81   79   76   74
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   75   79   86   95  106  116  125  131  136  138  139  140  141  144  147
+  149  151  151  151  149  149  151  154  156  153  147  141  131  122  110   99
+   90   87   87   89   92   95   98   99  102  105  107  108  108  106  105  103
+  101  100   99   98   97   95   92   90   89   88   89   91   92   95   97   97
+   96   94   92   89   85   83   80   76   75
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   76   80   87   97  109  121  131  139  146  148  147  147  147  148  150
+  153  156  156  156  155  154  155  158  159  157  152  146  139  128  116  106
+   98   95   93   94   98  100  102  103  106  108  109  109  108  106  104  102
+  101  100   99   98   97   95   93   90   89   89   89   90   91   94   96   96
+   95   94   91   88   84   81   79   76   75
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   77   81   89   99  112  125  137  147  155  159  158  156  155  154  155
+  158  162  163  162  161  158  159  161  162  159  154  150  144  134  124  114
+  107  103  102  102  104  105  106  108  109  110  111  110  108  105  102  100
+   99   97   96   95   94   94   92   90   88   87   87   88   89   91   93   93
+   92   91   88   85   82   79   77   75   75
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   77   82   90  101  113  127  141  153  164  169  169  166  164  162  162
+  164  168  170  170  166  163  161  163  163  160  156  152  147  140  132  124
+  118  114  112  111  110  110  110  112  112  113  113  111  108  104  101   98
+   96   94   93   92   91   91   90   88   86   86   85   85   86   87   89   89
+   89   87   84   81   79   76   75   74   74
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   78   84   92  102  115  128  143  157  168  177  179  177  173  169  168
+  170  174  176  176  171  166  161  162  164  160  157  154  151  146  142  135
+  131  127  125  121  119  117  116  116  117  117  117  114  110  105  101   96
+   93   91   89   88   88   89   88   87   84   84   83   83   83   84   85   86
+   85   83   80   77   74   73   73   73   74
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   74   80   88   97  106  116  129  144  158  171  181  187  186  182  177  175
+  175  178  180  179  173  167  161  163  164  161  159  159  159  156  153  148
+  145  143  139  135  129  126  124  123  123  123  122  118  113  108  101   95
+   91   88   86   85   86   87   87   85   82   81   81   80   81   82   83   85
+   83   80   77   74   71   70   70   71   74
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   83   93  102  110  119  131  145  160  172  183  191  192  190  184  180
+  179  180  182  180  175  170  166  167  167  165  166  169  172  171  168  165
+  163  162  158  152  144  136  133  132  131  130  128  123  117  110  104   97
+   91   87   83   82   84   86   85   83   80   79   79   78   79   81   83   84
+   83   80   76   72   69   68   69   71   75
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   76   86   99  109  116  124  134  146  160  172  184  193  196  196  191  184
+  181  181  182  181  177  173  171  172  173  174  178  185  191  192  189  185
+  185  184  179  173  161  149  145  143  140  137  133  127  120  113  106   99
+   92   86   83   81   83   84   84   82   79   78   78   78   79   81   83   84
+   83   80   76   72   69   67   68   71   76
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   88  104  116  124  131  140  149  162  174  186  194  200  201  196  187
+  181  180  181  180  178  176  176  179  181  188  196  208  215  217  216  211
+  208  206  201  193  179  165  159  154  147  143  138  131  123  115  108  101
+   93   87   83   82   83   83   84   82   80   79   79   79   79   81   83   84
+   84   81   78   74   70   67   67   70   77
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   91  108  122  133  141  148  157  168  179  190  199  205  207  201  193
+  182  178  179  180  180  181  183  188  195  207  220  234  244  247  243  235
+  232  229  222  212  198  183  171  161  152  147  141  133  124  116  109  101
+   94   88   85   84   83   83   84   84   82   82   81   81   81   82   83   85
+   85   82   79   75   71   68   67   70   78
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   79   94  112  128  142  152  158  167  178  189  199  209  216  217  210  202
+  188  180  180  182  184  187  193  201  212  227  244  258  270  274  269  257
+  253  248  242  230  214  195  180  165  156  149  143  134  125  115  108  102
+   96   91   88   85   83   84   85   87   86   86   85   84   83   82   83   84
+   84   83   80   77   72   69   68   71   79
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   80   96  114  133  148  160  170  180  193  204  214  225  232  235  228  217
+  200  189  188  190  194  198  204  214  227  247  265  278  290  295  290  277
+  270  265  258  245  227  206  187  171  159  151  143  133  123  114  107  102
+   99   96   92   86   84   84   86   90   91   90   89   88   85   82   83   84
+   83   82   80   77   74   71   69   72   80
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   97  117  137  154  169  182  196  210  223  234  246  255  261  254  240
+  220  206  203  205  208  213  219  229  243  261  280  293  302  306  301  292
+  283  278  269  256  236  214  193  176  163  153  144  133  122  112  105  103
+  103  101   97   90   85   84   87   91   93   94   93   90   86   83   82   82
+   81   79   78   77   75   73   71   72   81
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   99  120  142  160  177  193  211  227  242  256  269  280  290  284  270
+  247  232  226  228  231  234  240  250  262  278  292  300  307  310  307  301
+  294  288  279  264  244  222  202  184  169  156  145  133  122  113  108  105
+  107  107  103   95   88   85   87   91   94   95   94   91   87   83   82   81
+   79   77   77   76   76   74   72   74   82
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   85  102  124  146  166  184  203  223  244  260  276  293  307  320  316  303
+  282  266  257  259  262  264  269  275  285  297  303  307  312  314  313  308
+  303  297  287  273  254  233  213  194  177  162  149  136  126  118  113  111
+  113  115  111  102   92   88   89   91   94   95   93   92   89   85   83   81
+   79   76   74   75   75   75   74   76   85
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89  106  128  150  171  190  211  233  256  276  293  311  330  345  347  336
+  320  306  293  294  297  299  302  305  310  317  317  316  318  321  321  319
+  315  309  299  284  267  248  227  207  188  171  156  143  133  128  123  121
+  123  126  121  110  100   93   93   93   95   95   94   93   91   89   87   84
+   80   77   74   74   75   76   76   79   89
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   94  112  134  155  174  194  216  239  263  284  303  322  342  360  369  364
+  352  338  328  328  330  332  334  336  336  335  331  329  330  331  332  333
+  329  323  313  298  280  261  242  221  202  185  168  154  145  141  137  135
+  138  139  133  122  109  101   99   97   97   97   96   96   96   95   93   90
+   84   80   76   75   76   77   79   84   94
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100  119  140  160  179  198  220  242  265  286  305  323  343  362  374  377
+  370  361  355  353  357  359  361  361  357  351  346  343  344  346  350  351
+  347  339  328  312  293  273  252  234  216  200  183  168  161  159  153  151
+  153  154  147  135  123  111  107  103  102  100   99  100  102  102  101   97
+   91   85   81   79   79   81   83   88  100
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  107  126  146  166  185  204  225  246  266  285  304  320  336  353  367  376
+  375  370  368  368  369  372  375  374  369  363  359  357  359  363  368  368
+  363  352  339  322  301  281  261  245  229  215  196  183  178  177  171  167
+  169  168  160  148  136  123  117  110  107  104  104  105  108  109  109  105
+   99   93   88   84   83   85   87   95  107
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  134  153  172  191  211  231  250  267  284  301  315  328  341  354  365
+  370  368  368  369  370  373  376  376  373  372  372  372  375  381  385  382
+  375  363  347  328  307  288  269  254  240  226  207  198  195  194  188  185
+  184  178  168  157  145  133  126  116  111  108  108  110  113  114  115  111
+  106  100   94   90   88   89   93  101  115
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  140  159  177  196  216  237  254  269  284  299  311  319  329  340  352
+  359  360  361  363  365  367  369  371  372  376  381  386  392  398  401  395
+  384  369  351  331  311  291  274  259  247  233  220  212  209  207  202  197
+  191  181  171  161  150  139  131  119  113  110  110  113  116  117  117  115
+  111  106  101   96   93   93   98  107  122
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  144  161  179  198  220  240  257  271  285  298  309  316  322  331  342
+  349  353  355  357  359  361  363  366  372  381  391  401  409  414  416  406
+  391  373  353  332  311  291  275  261  249  236  229  224  220  215  209  201
+  191  179  168  158  147  136  129  120  115  111  111  112  115  117  116  115
+  112  109  105  100   97   97  102  112  127
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  145  162  178  198  219  240  256  270  285  299  309  315  320  328  337
+  345  351  353  356  358  360  362  368  377  389  403  416  424  429  427  415
+  395  374  353  329  308  289  273  260  249  238  234  231  225  219  209  198
+  186  172  159  149  141  132  126  119  114  110  109  110  111  112  113  112
+  112  109  106  102   98   98  104  114  128
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  143  158  174  193  214  234  251  267  282  298  309  316  321  327  336
+  345  351  356  359  362  364  367  375  386  400  417  429  436  439  433  418
+  397  374  350  325  304  284  268  256  248  241  238  232  226  217  205  191
+  174  159  146  138  133  125  121  116  112  108  106  106  106  107  107  107
+  108  108  106  102   99  100  104  114  128
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  140  153  168  185  206  225  243  260  276  294  308  316  323  329  337
+  346  353  359  363  368  372  378  387  399  414  429  439  444  444  436  420
+  397  371  344  320  298  279  262  251  244  239  234  228  219  209  194  178
+  161  144  132  126  123  118  116  113  109  106  102  100  101  101  100  101
+  104  105  104  102  100  102  106  115  127
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  137  148  160  177  195  214  232  248  268  287  303  314  323  330  339
+  348  356  363  370  376  383  391  401  413  427  438  445  448  446  435  417
+  391  363  336  312  292  272  255  244  237  232  226  218  207  194  179  161
+  145  130  118  113  112  112  112  109  107  103   99   97   97   97   95   97
+   99  101  101  100   99  102  109  118  127
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  137  145  155  169  185  202  219  236  255  276  295  309  321  330  340
+  350  359  369  376  385  395  405  416  427  436  443  446  446  439  426  407
+  381  354  327  305  284  265  248  236  229  222  213  203  190  175  161  145
+  131  117  107  103  103  106  107  107  106  103   98   94   95   95   93   94
+   96   98   98   98   99  103  110  119  128
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  137  144  153  164  177  192  207  223  243  263  283  301  314  326  337
+  348  360  371  381  392  403  415  426  435  440  442  441  435  426  410  391
+  367  342  318  295  274  253  237  225  217  209  198  186  171  156  143  130
+  118  108  100   97   98  102  104  106  106  103   98   95   95   95   94   94
+   95   96   96   96   98  104  112  121  129
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  139  145  153  162  173  185  197  211  228  249  271  289  303  317  330
+  342  355  367  379  391  404  417  428  435  437  435  428  418  406  390  372
+  351  328  305  282  260  240  224  212  203  194  182  168  153  139  128  119
+  111  103   97   95   97  101  103  105  105  102   99   97   97   97   96   95
+   95   95   94   95   98  105  114  123  131
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  140  148  155  163  172  181  191  202  218  236  256  273  290  304  317
+  330  343  356  370  381  396  412  423  427  425  421  410  396  382  365  349
+  332  311  288  266  245  227  211  199  189  179  167  153  138  127  117  113
+  108  103   98   96   97  101  102  103  102  100   97   96   97   98   98   96
+   95   93   93   94   98  105  115  124  133
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  142  151  159  166  173  180  188  197  210  225  241  257  272  287  300
+  311  324  337  350  362  378  395  406  410  406  398  385  369  354  339  324
+  308  290  270  250  231  216  200  186  176  164  153  140  127  117  112  110
+  108  104  100   98   98   99   99   98   96   94   91   91   93   96   96   94
+   93   91   91   93   98  106  114  124  133
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  143  152  161  169  175  181  188  196  205  215  227  240  253  265  277
+  288  297  311  322  334  350  367  378  381  378  368  354  338  323  311  297
+  284  268  250  233  217  203  188  175  164  153  142  131  122  116  111  111
+  109  105  100   97   96   95   94   91   88   85   83   83   86   89   90   90
+   88   87   88   91   96  105  114  123  133
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  132  142  153  163  171  177  183  188  194  201  209  217  225  235  244  254
+  261  268  279  288  300  315  331  341  345  343  334  322  306  292  283  270
+  260  246  233  218  203  190  179  167  157  146  137  127  125  121  114  112
+  109  104   98   94   92   89   88   84   81   78   75   76   78   80   81   82
+   82   83   85   88   95  103  112  122  132
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  140  152  161  170  177  182  187  193  198  203  208  213  219  224  230
+  235  237  245  253  265  279  293  301  306  305  299  290  277  265  256  246
+  237  226  215  203  191  180  171  162  153  144  135  128  126  124  117  112
+  107  100   93   88   86   84   82   79   76   74   71   71   71   73   73   74
+   76   78   80   85   93  101  110  119  130
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  138  148  158  166  173  179  184  190  194  197  200  202  205  207  209
+  210  211  215  222  234  246  258  263  269  270  264  258  249  239  232  224
+  217  209  201  191  182  174  167  159  152  144  136  129  127  124  116  109
+  102   95   87   82   80   79   78   76   75   72   70   68   67   66   67   68
+   70   73   77   82   90   99  108  117  127
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  133  143  152  161  167  173  179  184  189  191  194  194  194  193  192
+  191  191  193  200  208  218  225  231  237  239  234  228  223  217  213  208
+  202  196  189  182  176  170  164  158  151  144  137  131  125  119  112  105
+   97   89   82   77   76   76   77   77   76   74   71   68   65   63   64   65
+   67   70   75   80   87   96  105  114  123
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  128  136  145  152  159  164  171  177  181  184  185  184  183  180  179
+  176  175  177  182  188  194  200  206  211  212  209  207  203  200  198  195
+  192  187  182  176  171  166  162  157  151  144  138  130  123  116  107  100
+   91   83   77   74   74   75   76   78   79   78   75   71   67   64   63   63
+   66   70   74   79   86   94  103  112  120
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  122  128  135  142  149  155  162  167  172  175  176  175  173  170  167
+  164  163  164  167  170  175  180  184  188  189  188  188  187  187  186  186
+  184  180  176  172  167  164  159  155  150  143  136  128  120  112  103   95
+   87   80   74   72   73   75   78   81   83   83   81   77   73   69   67   65
+   68   71   75   80   86   94  102  109  116
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  118  122  127  133  138  145  151  157  161  164  165  164  162  159  155
+  152  152  151  154  155  159  162  165  167  169  170  171  173  174  176  178
+  178  176  174  171  164  160  155  151  146  140  133  125  116  108  101   93
+   85   78   74   73   74   78   81   86   89   90   89   85   80   76   73   71
+   72   74   78   82   87   95  103  108  114
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  115  118  121  125  130  135  141  146  150  153  153  152  150  147  144
+  141  141  141  142  143  146  148  149  150  152  153  156  158  161  165  167
+  169  171  172  168  159  154  150  146  141  136  129  122  113  105   99   92
+   85   79   76   75   77   81   84   91   95   97   97   94   89   86   83   80
+   79   81   83   86   91   97  103  108  112
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  111  113  115  118  121  124  128  132  136  139  140  141  140  138  135  133
+  132  130  130  132  133  135  135  134  134  135  137  139  143  147  151  154
+  156  159  160  156  150  145  141  138  134  130  124  118  110  104   98   93
+   86   81   79   77   80   85   88   95  101  104  105  103  100   96   94   91
+   89   89   91   93   96  100  104  108  111
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  114  115  116  118  120  123  126  127  129  130  129  129  127  125  123
+  122  121  121  121  122  122  121  120  120  120  122  124  127  131  135  138
+  139  139  141  140  138  135  133  130  126  122  118  113  108  102   98   92
+   87   83   81   80   82   89   92  100  106  110  112  111  110  108  106  102
+  101  100  101  102  103  106  108  111  112
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  115  115  117  118  119  120  121  121  122  121  120  119  117  115  114
+  112  111  110  110  109  109  108  106  106  107  109  111  113  116  121  124
+  125  126  126  128  128  127  125  121  118  114  111  107  104  101   96   92
+   87   85   83   82   84   92   95  105  111  115  118  119  119  118  117  114
+  113  112  113  113  113  114  114  115  115
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  119  119  119  119  120  120  119  119  117  116  114  113  110  109  107
+  105  104  102  101  100   99   98   97   96   96   98  100  103  107  110  114
+  115  116  117  118  118  118  116  113  110  107  104  101   99   96   93   89
+   87   85   84   84   86   95   97  108  115  120  124  125  126  127  127  124
+  124  124  124  123  123  122  121  122  120
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  125  124  124  123  122  121  120  118  116  114  112  110  107  105  104
+  101  100   98   97   96   95   93   92   91   91   91   94   98  102  105  108
+  109  110  111  111  110  111  109  105  103  100   97   96   93   91   89   86
+   85   85   85   86   90   97  100  111  117  123  127  130  132  133  134  133
+  134  133  133  133  133  131  130  128  127
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  134  133  131  129  129  127  125  123  120  118  115  112  110  107  106  103
+  101   99   99   98   97   96   95   94   93   92   93   95   97   99  102  105
+  106  107  107  107  106  105  103  101   97   94   92   90   88   87   85   83
+   83   83   85   89   93   99  102  112  119  125  130  133  135  138  139  140
+  140  141  141  141  140  139  137  135  134
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  139  138  137  135  133  130  127  125  121  118  116  113  111  108  106
+  104  103  103  102  102  101  101  101  101  100  100  101  102  103  104  105
+  106  106  106  105  104  102  100   97   94   91   89   87   85   85   83   83
+   82   82   86   90   94   99  102  112  120  127  131  135  137  140  141  143
+  145  145  146  146  145  144  143  142  140
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  145  144  143  141  138  136  132  130  126  123  121  117  116  114  112
+  111  110  110  111  110  110  110  111  111  111  110  110  110  110  110  110
+  109  109  108  107  105  102  100   97   94   91   89   87   85   84   83   82
+   84   85   87   90   95  101  104  112  120  127  132  135  137  140  142  145
+  146  148  148  149  148  148  147  146  145
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  150  149  147  145  142  140  138  135  132  129  127  124  123  121  121
+  120  120  120  120  120  120  121  121  121  121  121  121  120  119  119  117
+  115  114  112  110  107  105  102   99   96   94   92   90   88   88   87   86
+   86   86   89   91   95   98  100  109  115  124  130  133  137  140  142  145
+  146  148  149  149  150  149  150  150  150
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  151  150  149  147  145  144  142  139  137  135  134  133  130  130  130
+  129  129  129  130  130  130  130  130  129  129  129  128  127  126  125  124
+  122  120  119  116  114  110  107  105  101  100   99   97   96   95   95   95
+   95   96   97   98   99  102  103  107  114  121  129  135  140  143  143  145
+  147  148  149  152  153  153  153  153  152
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  151  150  150  149  148  147  146  144  144  142  141  141  139  138  138  138
+  138  138  137  137  138  137  137  137  136  136  135  134  133  132  131  130
+  128  127  125  123  121  119  117  114  113  111  108  109  108  107  107  107
+  108  109  111  112  115  117  118  125  128  132  136  139  141  144  145  146
+  148  149  150  151  151  151  152  151  151
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  149  149  149  148  148  148  147  146  146  145  145  144  144  144  144  143
+  143  142  142  142  142  142  141  141  141  140  140  138  138  137  135  134
+  134  133  131  130  128  127  127  125  125  123  122  123  122  122  122  122
+  124  124  124  126  127  129  130  133  135  136  138  140  142  143  144  145
+  146  147  147  148  148  148  149  149  149
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  147  147  147  147  146  146  146  146  146  146  146  146  146  145  145
+  145  144  144  144  144  144  143  143  142  142  141  141  141  140  140  139
+  138  138  137  136  136  136  135  136  134  135  134  134  134  133  134  134
+  135  135  135  136  136  137  137  138  139  140  140  141  142  143  143  144
+  144  145  145  145  145  145  146  146  146
+    10                                                      END OF TEC MAP     
+    11                                                      START OF TEC MAP
+  2010    12     5    20     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   63   63   63   63   63   63   63   63   62   62   61   61   60   60   59   58
+   58   57   56   56   55   54   54   53   53   52   52   51   51   51   51   51
+   51   51   50   51   50   50   51   51   51   52   52   52   53   53   54   54
+   55   55   56   56   57   57   58   58   58   59   59   59   60   60   61   61
+   61   62   62   62   62   63   63   63   63
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   66   66   66   67   67   67   66   66   66   65   65   64   63   62   61   59
+   58   56   55   54   52   51   49   48   46   45   45   44   44   43   43   43
+   43   43   43   43   43   43   44   44   45   45   46   46   47   48   48   49
+   49   51   51   52   52   53   55   55   56   57   57   58   59   59   60   61
+   62   62   63   63   64   64   65   65   66
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   64   64   64   64   64   64   65   65   65   65   65   64   63   62   61
+   59   58   55   52   50   48   46   43   41   40   39   38   37   37   37   37
+   37   37   37   38   38   39   39   40   40   41   41   42   43   43   44   44
+   44   45   45   46   46   47   48   50   51   52   53   53   55   55   57   58
+   59   60   60   62   62   63   63   64   64
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   58   58   59   59   60   62   63   64   66   67   68   68   68   66   65
+   63   61   59   56   53   49   45   40   38   37   35   35   34   34   34   34
+   35   35   36   37   38   39   39   38   38   38   38   39   40   40   40   40
+   40   40   40   40   39   39   40   42   43   45   47   48   49   51   52   53
+   55   56   56   57   57   57   58   58   58
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   51   52   53   54   57   59   62   65   68   70   72   73   73   73   72
+   69   66   63   59   56   51   48   45   42   39   37   36   36   35   35   35
+   36   37   38   38   38   38   38   38   38   37   37   36   36   36   36   35
+   35   35   35   34   33   33   34   36   37   39   41   42   44   46   48   49
+   50   51   50   51   50   51   50   50   51
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   45   46   48   51   54   57   62   66   69   73   76   79   81   80   81
+   79   77   74   69   65   59   56   52   48   45   41   39   38   38   38   38
+   39   39   39   40   40   39   38   37   36   35   34   33   32   32   33   31
+   31   30   29   29   30   30   30   31   33   35   36   38   40   42   43   44
+   45   45   45   45   45   45   44   44   43
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   42   44   47   51   55   60   65   69   74   78   82   85   88   90   91
+   92   90   86   82   76   69   65   60   55   51   47   44   41   40   41   41
+   40   40   40   40   39   39   38   37   36   33   31   29   28   27   28   27
+   27   26   27   27   27   27   28   29   31   32   34   35   37   39   40   41
+   41   41   42   41   41   41   40   40   40
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   44   47   52   57   61   66   71   75   80   85   89   93   96  100  104
+  104  102   99   93   85   79   72   67   61   55   51   46   44   43   42   42
+   41   40   40   40   39   38   37   36   34   32   30   28   27   26   25   25
+   25   26   26   27   28   28   29   29   30   31   32   34   36   38   39   39
+   39   40   40   39   39   38   39   39   41
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   51   57   63   68   72   76   80   84   89   93   96  101  106  110  113
+  113  112  108  102   93   87   79   72   64   58   55   49   45   45   44   43
+   43   41   39   38   38   36   35   33   33   31   29   28   28   27   27   27
+   28   29   30   31   32   32   32   33   34   34   34   36   37   39   40   40
+   41   41   40   39   39   40   41   43   46
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   53   60   68   75   82   88   89   91   95  100  102  105  109  114  117  120
+  121  120  115  109  101   93   84   76   68   62   57   52   48   46   45   44
+   42   41   38   36   36   36   34   32   31   31   29   30   31   32   32   32
+   34   36   36   36   38   38   38   39   40   40   40   41   41   42   43   44
+   44   44   44   43   43   44   45   49   53
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   68   75   84   92   99  101  103  107  110  112  114  117  121  123  125
+  126  124  120  114  106   96   87   80   72   65   59   55   51   48   47   47
+   43   41   38   36   35   35   35   34   34   34   33   34   36   38   40   42
+   43   44   45   45   45   46   45   46   46   46   46   46   47   47   48   49
+   49   49   48   49   49   51   52   56   61
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   75   82   91  101  109  113  116  119  121  122  123  124  125  128  129
+  129  128  123  117  108   99   90   82   76   68   62   58   54   52   48   48
+   44   41   40   38   37   38   39   39   40   40   42   43   45   48   51   52
+   53   54   54   54   54   54   53   53   53   53   52   52   52   53   54   55
+   55   55   55   55   55   56   58   62   67
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   73   80   89   99  109  117  124  128  130  130  130  130  129  129  130  131
+  131  129  125  118  110  102   93   85   78   72   67   63   59   56   52   50
+   47   43   43   43   43   44   46   48   49   51   53   55   58   61   63   64
+   64   65   64   64   63   61   61   60   60   59   59   58   59   59   60   61
+   61   61   60   60   59   60   62   67   73
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   77   85   95  105  115  123  131  136  138  137  136  135  133  132  132  132
+  132  130  126  120  112  105   97   88   82   77   72   69   64   61   57   54
+   51   48   48   49   52   54   57   60   62   65   68   69   71   74   75   75
+   75   74   72   71   70   68   66   66   65   66   67   66   65   65   65   65
+   65   64   64   63   63   63   66   70   77
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   82   90  100  110  120  128  135  142  145  144  142  140  137  135  134  133
+  133  131  128  123  116  109  101   94   88   82   78   75   71   68   64   61
+   57   56   57   59   62   66   70   74   76   79   81   82   84   86   86   86
+   84   81   79   77   75   72   70   71   71   72   73   73   72   71   70   69
+   68   67   66   65   66   66   69   75   82
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   87   97  105  114  123  131  139  145  149  149  148  144  142  138  136  135
+  135  134  131  127  122  115  109  102   95   91   86   82   79   76   71   67
+   64   63   66   69   73   78   83   85   87   89   91   93   95   97   96   95
+   92   87   84   82   79   76   75   75   76   77   79   79   78   77   75   73
+   71   69   67   67   68   70   74   79   87
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   93  103  111  119  127  134  141  148  152  154  153  149  147  142  139  138
+  138  137  136  133  128  123  118  111  105  101   96   91   86   83   78   73
+   70   70   74   78   82   87   91   94   95   97   99  101  102  103  102  100
+   98   93   90   87   84   81   80   80   81   82   84   85   84   83   80   77
+   75   72   70   69   70   72   78   85   93
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  100  109  116  123  131  137  144  151  155  158  157  155  152  147  143  142
+  141  141  140  139  136  131  127  122  116  111  104   98   93   88   83   77
+   75   76   79   83   88   92   97  100  101  102  104  105  106  105  104  103
+  102   99   95   92   90   86   85   85   85   86   88   89   89   88   85   82
+   78   75   73   71   72   75   81   90  100
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  105  115  123  130  136  141  147  153  158  161  162  160  158  153  149  146
+  145  145  144  144  143  140  136  132  126  119  111  103   96   91   84   79
+   78   80   83   87   92   97  100  103  105  106  105  105  105  105  104  103
+  103  103  100   97   94   90   88   87   87   87   89   91   91   89   87   84
+   81   78   75   74   75   79   86   95  105
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  110  120  129  135  141  145  149  155  160  164  166  165  164  161  157  153
+  150  148  148  149  148  147  145  141  135  126  117  108   98   91   84   81
+   81   84   87   91   95   99  103  105  106  106  105  104  103  102  102  103
+  104  105  103  100   96   91   88   86   85   86   88   89   90   89   87   85
+   82   80   78   77   78   83   91  100  110
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  115  125  133  140  144  148  152  156  161  166  170  170  170  169  165  161
+  157  154  152  152  152  153  152  149  143  134  123  112  101   91   85   83
+   84   87   91   94   98  101  104  106  107  105  103  101   99   98   98  100
+  101  104  103  100   96   91   87   84   83   83   85   87   87   87   85   83
+   82   80   79   79   82   87   96  106  115
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  120  129  137  144  148  151  154  157  162  167  171  174  176  176  174  170
+  164  159  157  156  156  157  156  154  148  140  128  116  105   94   88   87
+   89   92   95   98  101  103  105  106  106  104  102   99   97   95   94   95
+   97  100  100   98   93   89   85   82   80   81   82   84   84   83   82   81
+   80   79   79   81   85   92  101  110  120
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  132  141  147  151  153  156  159  162  166  171  175  179  182  181  177
+  172  165  161  159  158  158  158  157  152  146  134  122  110   99   94   94
+   96  100  102  104  106  107  108  108  107  104  101   98   95   93   91   91
+   92   94   95   93   90   87   83   81   79   80   81   81   81   80   79   78
+   77   77   79   82   89   97  106  115  123
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  136  144  151  155  157  159  160  163  165  170  174  180  185  186  185
+  179  173  166  162  158  158  159  159  157  151  142  130  118  109  105  105
+  108  111  112  113  112  112  113  113  111  107  102   99   95   92   89   88
+   89   89   89   88   86   84   81   79   79   79   79   79   78   77   76   75
+   75   76   78   83   92  101  112  121  128
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  134  141  150  157  161  163  163  163  165  166  168  173  178  185  189  190
+  187  181  172  164  160  158  160  163  162  158  151  141  131  123  120  121
+  124  126  125  123  120  119  119  119  116  111  105  100   97   92   89   86
+   86   84   83   82   81   80   79   79   79   79   79   78   77   76   74   73
+   73   75   78   85   95  106  118  127  134
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  143  150  160  168  171  173  173  171  170  169  169  171  177  184  190  193
+  191  186  177  168  162  160  163  167  169  167  163  156  148  143  142  143
+  145  144  138  133  129  127  126  124  122  115  108  102   97   92   88   85
+   83   80   78   77   77   77   77   77   79   79   78   76   76   75   73   72
+   71   74   79   86   98  111  124  135  143
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  161  172  183  188  189  190  186  182  178  176  174  178  185  191  195
+  193  189  181  172  165  165  168  174  178  180  178  174  170  168  169  170
+  170  164  153  144  138  134  132  129  125  117  109  101   95   90   87   83
+   80   76   74   73   74   75   76   77   78   78   77   76   75   74   72   71
+   71   73   79   89  103  117  131  144  153
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  174  186  201  210  215  214  213  206  198  191  186  186  191  195  198
+  197  193  185  178  171  171  176  183  192  196  197  194  194  198  201  199
+  196  186  168  154  145  140  136  131  125  116  107   98   92   88   85   81
+   78   74   73   72   73   74   75   77   78   77   76   75   74   73   72   71
+   71   74   80   92  107  122  138  152  163
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  188  203  220  234  243  248  250  242  230  216  207  203  205  205  206
+  203  199  193  186  180  179  184  194  206  212  215  216  218  225  230  226
+  219  204  180  160  150  143  136  130  123  113  103   94   88   85   82   79
+   76   74   73   73   74   75   77   77   77   77   76   74   73   72   73   73
+   73   75   82   94  111  128  145  161  174
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  185  200  219  240  256  270  282  291  286  270  252  239  230  229  224  221
+  214  211  203  197  192  191  196  207  220  227  232  235  239  245  249  245
+  236  214  184  163  152  144  136  127  119  110   99   90   84   81   78   76
+   75   75   75   76   77   78   78   77   77   77   75   73   72   72   73   75
+   75   77   83   97  115  134  152  169  185
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  213  235  257  276  294  314  332  331  315  295  279  266  261  251  242
+  233  227  220  213  208  206  210  222  234  242  247  252  256  261  263  257
+  242  215  183  165  155  145  135  126  117  107   97   87   81   77   75   74
+   74   77   78   80   80   80   79   77   76   76   74   71   70   71   72   76
+   78   80   86  101  120  140  159  176  194
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  202  223  246  269  290  312  337  360  365  354  339  319  305  297  286  271
+  257  249  242  235  229  226  229  238  250  259  263  267  270  273  274  264
+  241  210  182  166  157  148  136  125  116  107   97   89   82   77   75   75
+   76   79   81   83   83   81   80   78   77   75   73   70   68   68   71   75
+   79   82   90  105  125  145  164  182  202
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  208  229  252  275  296  319  346  372  384  381  366  354  342  331  322  305
+  287  277  268  263  257  253  252  259  268  276  278  280  281  283  282  268
+  240  208  184  170  162  153  141  129  118  110  102   95   89   83   80   79
+   80   82   84   85   84   82   81   79   78   77   74   71   68   67   69   76
+   81   85   94  110  131  150  168  187  208
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  213  234  256  277  297  318  342  368  383  388  381  373  368  361  354  338
+  319  307  298  294  288  284  281  284  290  294  293  292  293  294  290  273
+  243  212  192  179  169  160  148  135  125  118  112  107  102   97   93   89
+   89   89   88   88   87   85   83   83   82   81   78   74   70   68   70   78
+   83   88   98  115  136  155  172  191  213
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  217  238  259  279  298  316  335  356  372  381  381  379  379  379  376  364
+  347  336  327  324  319  316  312  312  313  314  309  306  305  305  300  281
+  254  225  207  193  182  169  158  147  137  131  127  124  120  116  111  106
+  103   99   95   93   91   89   88   88   87   86   83   79   75   72   74   82
+   86   91  103  121  141  160  176  196  217
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  221  242  263  282  301  316  330  345  358  368  372  374  378  382  382  376
+  364  355  349  348  344  343  339  337  333  331  327  322  320  319  311  294
+  269  244  225  207  194  182  170  161  153  148  146  145  143  140  134  127
+  122  113  106  101   97   95   94   93   93   92   90   86   82   79   79   84
+   88   95  107  125  145  163  180  199  221
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  223  245  267  287  306  321  330  337  347  355  360  364  370  375  377  373
+  366  361  360  360  360  359  357  354  349  346  344  338  335  331  321  304
+  281  258  240  221  206  195  185  175  169  165  164  166  166  163  158  150
+  143  129  119  112  105  101  100   98   98   97   95   93   89   86   86   88
+   92   99  112  129  148  165  181  201  223
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  222  246  270  292  313  327  334  338  342  348  352  354  360  364  367  363
+  358  356  359  364  367  367  365  363  360  358  358  354  350  341  328  310
+  289  268  251  233  217  206  196  190  184  181  181  184  185  183  179  169
+  159  144  131  120  112  107  105  102  101   99   99   97   95   93   92   93
+   96  103  115  132  149  164  180  199  222
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  218  243  269  295  319  335  341  343  345  347  348  349  352  357  359  355
+  350  350  355  362  368  370  369  369  368  367  368  366  359  347  331  312
+  292  273  257  240  224  212  204  200  196  192  194  197  198  198  192  183
+  171  154  138  125  117  112  108  103  100   98   98   98   98   97   97   98
+  100  106  118  133  148  162  177  195  218
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  211  236  264  293  322  341  349  351  352  352  351  351  353  356  357  354
+  348  348  354  362  368  373  375  377  378  377  377  375  367  351  332  312
+  292  274  259  242  226  215  209  205  202  200  200  203  203  203  198  187
+  175  156  140  127  119  113  107  101   96   94   94   96   98   99  100  101
+  103  109  119  133  146  158  171  189  211
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  200  225  253  283  316  340  353  357  360  359  358  356  358  361  363  360
+  355  354  359  365  373  379  384  388  390  389  387  383  372  352  331  309
+  289  272  256  239  225  216  212  207  204  200  200  201  201  200  196  185
+  174  153  137  125  116  110  103   97   92   89   89   92   96   98  100  101
+  104  111  120  132  143  153  164  179  200
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  211  238  268  300  328  348  357  362  364  364  364  367  371  373  371
+  368  366  370  375  383  390  396  401  403  402  396  389  373  350  326  302
+  283  265  249  235  223  217  211  206  201  198  196  196  195  192  185  175
+  164  145  132  120  111  105   98   92   88   83   84   87   92   95   97   99
+  103  111  120  131  140  148  158  171  189
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  197  219  247  278  310  332  348  357  363  367  371  375  381  385  385
+  384  383  383  388  395  402  408  414  414  411  403  390  371  343  316  293
+  274  257  242  229  219  214  209  203  197  193  190  188  185  179  170  159
+  149  134  123  114  105   98   91   87   84   80   80   84   88   91   93   96
+  101  110  120  130  138  146  154  164  178
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  172  186  204  227  254  283  309  329  344  355  365  373  381  388  395  398
+  399  399  397  400  406  412  418  422  422  416  406  388  362  332  306  282
+  265  248  234  223  214  210  204  197  191  185  181  177  170  162  152  142
+  133  121  113  106   99   91   85   84   84   78   79   83   86   88   89   93
+  100  110  121  129  138  145  153  162  172
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  181  193  210  232  257  283  305  324  340  354  367  378  388  397  403
+  408  409  407  409  412  417  423  426  424  416  401  379  349  319  294  271
+  253  238  225  215  208  202  195  189  182  175  170  163  153  144  135  124
+  117  110  105  100   94   87   82   83   85   82   82   85   86   86   86   91
+   99  110  121  130  138  147  154  162  171
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  180  188  200  217  238  260  281  300  318  337  354  367  380  390  398
+  405  408  407  408  409  413  418  421  417  406  388  364  334  306  282  261
+  243  229  216  206  198  191  186  178  169  162  157  148  138  128  119  111
+  106  102  100   96   92   87   82   85   88   86   86   88   87   86   86   90
+   99  110  121  131  140  149  158  165  173
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  181  186  195  207  224  242  260  278  296  315  333  347  361  373  382
+  390  393  395  395  396  398  402  403  399  387  369  346  321  296  272  252
+  234  220  207  197  188  182  175  166  156  149  143  135  125  115  108  102
+  101  100  100   98   93   89   86   87   90   89   89   90   89   87   88   92
+  100  109  120  131  141  151  161  170  176
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  179  183  187  193  202  215  229  244  260  274  291  307  321  334  346  357
+  366  370  372  372  374  374  376  376  371  361  346  326  306  283  262  242
+  224  210  199  188  180  173  164  154  143  136  131  124  115  106  101   99
+  100  102  104  102   96   90   87   87   89   91   90   90   88   88   89   93
+  101  110  119  129  140  151  163  172  179
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  180  185  189  193  200  209  220  231  243  255  268  280  292  303  313  325
+  334  337  341  342  343  343  344  343  339  331  319  305  287  268  248  231
+  215  201  189  180  171  164  154  143  132  125  120  114  108  102   98   99
+  102  107  108  105   98   90   85   83   85   86   87   86   85   85   88   94
+  102  110  119  127  137  149  161  172  180
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  184  188  193  199  206  214  221  229  237  245  255  262  271  279  288
+  296  298  303  306  306  307  306  306  303  298  288  280  266  251  235  220
+  206  192  180  171  163  155  146  134  123  116  111  107  102   98   98  102
+  106  110  111  107   98   87   80   78   78   78   79   79   79   81   86   93
+  102  109  116  124  135  146  159  170  178
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  174  180  186  191  197  203  208  214  218  221  225  230  236  240  246  252
+  256  258  262  266  266  268  267  268  266  264  258  254  244  235  223  211
+  197  183  171  163  155  148  138  126  116  109  105  102   99   97   98  102
+  106  110  110  105   95   83   76   73   71   70   71   73   74   78   84   92
+  100  107  115  122  131  142  154  165  174
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  168  175  181  187  193  198  203  205  207  208  209  211  213  216  218  221
+  221  222  223  227  230  230  231  233  234  233  232  230  225  219  211  201
+  188  175  164  156  149  142  133  123  113  107  102   99   96   95   96   99
+  104  106  105  100   90   79   73   69   66   65   66   68   71   76   82   91
+   99  106  113  120  128  138  148  158  168
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  168  175  181  187  191  195  197  197  196  195  196  197  198  197  197
+  194  194  194  198  199  200  203  204  207  209  210  211  209  205  200  191
+  180  169  160  153  146  140  132  125  114  107  102   97   94   91   91   94
+   97   99   97   92   85   77   71   67   65   63   65   67   70   75   83   90
+   98  106  112  118  125  133  143  151  160
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  160  167  173  178  183  185  186  186  185  184  184  184  185  183  179
+  176  175  174  176  177  179  182  184  188  192  194  197  196  194  189  181
+  173  165  157  151  146  141  134  127  118  108  101   95   90   87   86   87
+   89   89   89   86   81   75   71   68   66   65   67   69   72   77   83   90
+   98  106  111  116  122  129  137  145  153
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  153  159  163  169  172  174  174  174  173  172  173  174  174  172  169
+  165  163  162  163  165  167  170  173  177  181  183  185  185  182  179  173
+  167  161  156  152  148  143  136  129  119  109  101   94   88   83   80   80
+   80   81   80   79   77   75   73   71   72   71   72   74   77   80   86   91
+   98  105  111  116  121  125  131  138  146
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  146  151  155  158  161  162  162  162  161  161  162  164  165  163  160
+  157  155  154  156  158  160  163  166  169  173  174  175  173  171  168  165
+  161  157  155  153  149  145  138  130  120  110  101   93   86   81   76   74
+   74   74   74   75   76   76   77   78   79   80   81   82   84   87   90   94
+   99  105  111  115  119  123  128  134  140
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  140  143  146  148  150  151  150  149  149  149  151  153  155  154  152
+  149  148  148  150  152  155  158  161  164  166  165  165  163  161  159  157
+  155  155  154  153  150  146  139  130  120  110  101   93   86   80   75   72
+   70   70   71   73   76   79   82   85   88   90   92   93   93   95   96   97
+  100  105  110  114  117  122  127  132  136
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  133  136  137  139  139  140  140  140  139  138  138  139  142  143  143  142
+  141  140  141  143  147  150  153  156  159  160  161  162  162  157  152  151
+  151  152  153  152  150  145  138  129  120  110  103   95   88   82   76   74
+   71   71   71   73   78   83   88   93   97  100  102  103  103  103  103  103
+  104  107  110  113  116  120  125  130  133
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  130  132  133  133  133  133  132  131  129  128  128  128  129  130  130  130
+  129  130  132  135  139  143  145  148  150  154  164  169  170  160  149  147
+  147  148  149  149  148  143  136  127  119  111  104   98   91   86   81   78
+   75   73   73   76   81   88   93   99  105  109  112  113  113  112  111  109
+  109  110  112  113  116  119  123  127  130
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  130  130  130  129  128  127  125  123  121  119  118  118  118  117  117
+  117  119  122  125  128  131  134  137  138  142  152  166  167  153  141  139
+  140  142  145  145  144  140  133  125  119  113  107  101   96   91   87   83
+   80   77   77   78   85   92   98  105  111  116  120  121  121  121  120  118
+  116  115  115  116  118  120  123  126  128
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  129  130  130  129  128  126  124  122  119  116  113  111  109  108  107  106
+  106  108  111  114  117  119  122  123  123  126  128  140  143  136  132  130
+  132  136  138  140  139  136  130  124  118  114  109  105  100   95   92   88
+   85   81   81   83   88   96  102  109  115  121  125  127  128  128  128  126
+  124  122  121  122  122  124  125  127  129
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  131  131  130  129  127  124  122  119  115  112  109  106  104  102  101
+  100  101  103  106  108  110  112  112  112  112  112  115  121  122  124  125
+  126  129  132  133  133  131  127  122  118  114  109  106  102   99   95   91
+   88   85   84   87   92   99  105  112  119  125  129  132  134  135  135  133
+  132  130  129  129  129  129  129  131  131
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  137  136  135  133  132  129  127  124  121  118  115  112  109  106  104  102
+  101  100  101  103  105  106  108  107  107  107  107  108  112  117  121  122
+  123  124  126  127  126  125  123  119  116  112  108  105  102   99   96   92
+   89   86   88   90   94  101  108  115  122  127  131  136  138  140  140  139
+  140  138  137  137  137  136  137  137  137
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  143  141  139  137  134  132  130  128  125  122  120  117  114  112  110
+  107  106  107  107  108  109  109  108  108  107  108  108  110  114  117  119
+  118  119  120  120  119  119  117  114  111  108  105  102   99   97   95   93
+   91   90   90   93   97  102  109  116  123  129  134  138  141  143  144  145
+  145  146  145  145  144  146  146  145  144
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  150  149  147  145  143  140  139  137  135  133  131  129  126  124  122
+  119  118  117  116  115  115  114  113  112  111  111  112  113  113  115  116
+  115  115  115  114  114  113  111  109  107  104  101   99   97   94   93   93
+   91   92   93   95   97  103  110  118  125  130  135  139  142  146  148  149
+  150  151  152  153  153  155  155  154  152
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  159  157  156  154  152  151  150  149  148  147  145  143  141  139  137
+  134  132  130  128  126  125  122  121  119  119  118  117  117  117  116  116
+  115  113  112  110  109  108  107  105  103  101   99   96   95   94   93   92
+   91   94   95   97  100  104  110  117  125  132  136  140  144  147  150  152
+  155  156  158  161  163  162  162  161  161
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  167  166  166  164  164  163  162  162  161  160  159  158  157  155  153  150
+  147  145  143  140  138  136  133  131  128  127  125  124  122  121  119  118
+  116  114  111  109  108  106  104  103  101   99   98   97   95   95   94   94
+   94   96   97   99  102  106  110  115  121  130  136  140  145  149  152  157
+  161  163  165  167  168  168  168  168  167
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  172  172  172  172  172  172  171  171  170  170  169  168  167  164  163  161
+  158  155  153  151  149  146  143  140  137  134  132  130  128  126  124  121
+  119  116  114  111  109  107  105  104  102  101  100   99   98   98   97   98
+   99  101  102  104  107  109  112  115  120  127  139  145  152  155  159  161
+  163  166  167  169  170  171  172  172  172
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  175  175  176  176  176  176  176  176  175  175  174  172  171  169  168  166
+  163  162  159  157  155  153  150  147  144  141  139  136  133  130  128  126
+  124  121  119  116  114  112  111  109  108  107  106  106  105  105  105  106
+  106  108  110  112  115  117  123  126  133  140  148  150  154  157  160  163
+  165  166  169  170  171  172  173  174  175
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  173  173  174  174  174  175  174  174  173  173  172  171  170  169  168  166
+  164  163  161  160  158  156  154  152  149  147  144  142  140  138  135  133
+  131  130  128  126  124  124  122  120  120  119  118  118  118  120  119  120
+  121  123  125  127  130  132  135  139  143  145  150  153  154  157  159  161
+  163  165  166  167  169  170  171  172  173
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  165  166  166  166  166  166  166  166  166  166  165  164  164  164  162  162
+  161  160  159  159  158  156  155  153  152  151  150  148  147  147  145  143
+  142  141  140  139  139  139  137  137  136  137  137  136  136  136  138  138
+  138  139  140  142  143  145  146  147  149  151  153  154  155  157  157  158
+  159  160  161  162  162  163  164  164  165
+    11                                                      END OF TEC MAP     
+    12                                                      START OF TEC MAP
+  2010    12     5    22     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   69   69   69   69   70   70   69   69   69   69   69   69   68   68   67   67
+   66   66   65   65   64   64   63   62   62   62   61   61   61   61   60   61
+   61   61   61   62   62   62   62   63   64   64   64   64   65   65   66   66
+   67   67   67   68   68   68   68   68   69   69   69   68   68   69   69   68
+   68   68   69   69   69   69   69   69   69
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   68   68   69   70   70   71   71   71   71   70   70   69   68   68   66
+   65   64   62   60   59   57   55   54   53   52   52   52   52   52   52   52
+   52   53   54   56   56   57   58   59   60   61   61   62   63   63   64   64
+   64   64   65   66   66   66   66   66   66   66   66   66   65   65   65   65
+   65   65   65   65   65   66   66   66   67
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   65   67   67   69   70   70   71   72   72   72   71   70   69   68   65
+   64   62   61   59   56   52   47   46   46   45   44   42   43   43   43   44
+   44   45   46   49   49   52   53   55   56   58   59   59   60   60   60   61
+   61   61   62   62   63   62   63   63   62   62   62   61   61   60   60   60
+   59   59   58   59   59   60   61   63   64
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   59   61   63   65   68   70   71   72   73   73   73   73   72   70   68   65
+   62   59   55   52   48   50   43   39   37   35   34   34   34   33   34   34
+   35   36   37   38   41   43   45   48   50   52   54   56   57   58   57   56
+   56   56   57   58   58   58   58   58   58   58   57   57   55   54   54   53
+   52   51   51   52   53   54   56   57   59
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   58   61   63   66   69   71   73   74   75   75   75   75   73   73   70   67
+   62   57   52   47   42   39   35   33   32   31   30   30   30   30   31   32
+   32   33   34   35   37   39   41   43   46   48   49   50   51   53   54   53
+   52   51   51   52   51   52   52   52   53   54   53   52   51   49   48   46
+   45   45   46   46   48   50   52   55   58
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   61   64   67   70   73   75   77   79   80   80   80   81   80   78   76   70
+   65   60   54   47   43   40   37   35   31   30   30   31   30   29   30   31
+   32   34   35   35   36   38   41   42   44   46   47   47   45   47   49   48
+   47   47   46   46   46   46   47   47   47   49   49   47   46   44   42   41
+   40   41   42   45   48   51   54   57   61
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   68   70   74   77   80   83   85   87   88   91   91   91   90   87   82   76
+   71   64   56   51   48   44   40   39   36   32   33   33   36   35   33   33
+   34   32   34   36   36   37   39   41   43   44   45   45   43   42   43   44
+   44   43   42   42   41   42   43   43   43   44   44   43   42   40   39   38
+   38   40   44   48   52   56   61   65   68
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   78   81   84   88   91   93   95   97   99  101  102  102  100   96   90   83
+   77   70   62   56   53   48   43   41   40   36   35   39   41   40   38   36
+   37   36   34   33   34   35   36   38   40   42   43   43   43   41   41   41
+   42   41   40   39   39   39   40   41   41   42   42   41   40   39   39   38
+   40   43   47   52   58   64   71   75   78
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   92   95   99  101  103  105  107  109  111  112  111  109  105   98   92
+   84   75   69   60   55   50   45   44   42   39   39   42   45   44   41   40
+   38   38   37   36   33   32   33   34   37   38   40   41   41   41   40   39
+   40   39   38   37   38   40   41   42   42   43   43   43   43   42   42   42
+   44   47   51   57   64   72   81   85   89
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   99  102  105  107  109  110  113  115  117  120  121  120  118  115  108  101
+   92   82   74   65   59   53   49   47   43   41   42   44   46   45   43   41
+   40   39   39   39   37   33   33   33   36   37   39   41   42   43   43   42
+   42   41   40   40   40   41   43   45   46   47   47   47   47   46   45   46
+   47   50   55   62   69   78   88   94   99
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  107  110  112  113  114  116  120  121  123  126  128  128  126  122  117  108
+   99   89   80   72   65   57   52   49   46   42   43   44   45   45   44   43
+   42   40   39   40   40   36   34   35   37   39   42   44   47   48   48   48
+   48   47   45   44   44   45   47   50   52   54   53   52   51   49   49   49
+   50   54   59   65   75   84   94  101  107
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  112  116  118  118  117  120  123  125  127  130  132  132  131  128  122  114
+  105   96   87   78   69   62   55   51   47   44   44   44   44   45   45   45
+   45   43   41   42   41   39   40   41   43   46   50   51   53   54   55   55
+   55   53   51   49   49   51   53   55   58   60   59   58   55   53   51   51
+   52   56   63   71   79   90   98  106  112
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  116  120  123  123  122  123  125  128  130  132  134  134  133  131  125  118
+  109  100   91   82   73   65   59   55   50   48   46   46   46   46   48   49
+   49   48   47   46   45   44   47   49   52   56   59   62   63   65   65   65
+   64   61   59   55   54   57   59   60   62   63   63   61   59   57   54   54
+   55   60   67   75   84   94  102  109  116
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  124  127  128  128  127  128  131  131  132  134  136  136  133  128  121
+  112  103   93   83   75   67   63   59   53   51   49   50   48   49   51   53
+   53   54   53   53   53   54   57   60   64   69   72   75   76   77   76   76
+   74   71   69   67   64   64   64   64   65   66   65   63   61   59   57   57
+   59   64   72   80   89   97  105  112  119
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  122  128  132  134  135  134  133  136  135  134  135  136  136  133  129  122
+  114  105   96   84   75   68   66   63   58   55   53   54   53   53   56   59
+   60   61   62   63   65   67   70   74   78   81   84   87   88   88   87   85
+   82   80   79   78   75   71   68   68   67   67   66   64   62   61   60   61
+   64   68   76   84   92  100  108  115  122
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  127  132  137  140  143  143  141  141  139  136  136  137  137  134  130  123
+  116  108  100   90   80   74   71   68   64   62   60   60   60   61   64   67
+   69   71   72   74   76   80   83   87   90   93   95   96   96   95   93   90
+   88   87   86   85   82   76   73   72   71   69   68   67   65   64   64   65
+   68   73   81   88   96  104  112  120  127
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  131  138  143  147  151  152  150  149  145  141  139  139  138  136  132  126
+  119  112  104   97   89   83   79   75   73   71   69   68   69   70   73   75
+   77   80   82   84   87   90   93   96   99  101  101  101  101  100   97   94
+   92   92   91   89   85   82   79   77   76   73   72   70   68   68   68   70
+   74   81   87   93  101  107  116  124  131
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  143  148  154  158  160  159  156  152  147  143  142  142  139  135  129
+  122  115  108  103   96   91   87   84   82   80   78   77   76   78   81   82
+   84   86   88   90   92   97  100  103  106  107  106  105  104  102   98   96
+   95   94   93   93   90   87   85   82   81   79   76   75   73   73   74   77
+   81   87   92   98  106  113  121  128  136
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  140  147  152  157  162  165  165  162  159  154  149  147  145  143  139  134
+  127  120  114  109  103   98   95   92   90   88   86   84   83   84   86   87
+   87   89   91   92   96  100  104  108  109  110  108  106  104  102   99   97
+   96   96   95   95   93   91   89   86   85   83   81   78   77   78   80   84
+   88   93   98  104  111  118  126  133  140
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  150  154  157  161  164  166  166  164  160  157  153  151  147  144  140
+  134  127  121  116  110  106  102   99   96   93   90   88   87   89   89   89
+   89   90   92   94   97  101  106  108  109  108  107  105  103  102   99   96
+   95   94   94   94   93   91   90   87   86   84   83   81   81   82   85   89
+   94   98  103  109  116  123  132  139  145
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  150  153  154  155  158  161  163  165  166  165  163  160  157  154  151  147
+  141  136  130  124  118  113  108  105  100   96   92   89   90   91   92   92
+   92   93   94   95   97  101  104  106  106  103  103  103  102  101   98   93
+   92   91   90   91   90   90   89   87   86   85   84   83   83   84   88   94
+   99  104  108  113  120  128  136  144  150
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  154  155  154  153  153  155  158  161  166  168  169  167  164  160  157  154
+  150  144  139  132  127  121  115  111  103   96   92   90   92   94   95   95
+   95   96   96   96   97   99  101  102  101   99  100  101  102  100   96   91
+   88   86   86   86   87   88   87   86   85   85   84   83   83   86   90   97
+  104  108  112  117  124  133  142  149  154
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  160  157  152  149  149  152  157  164  170  173  172  171  166  163  160
+  157  152  147  140  136  129  121  115  107   97   93   92   94   97   99   99
+  100  101   99   98   97   97   98   98   96   98   98  100  100   99   95   89
+   84   83   82   83   85   85   85   84   84   84   84   83   84   86   91  100
+  107  112  118  122  130  138  148  156  161
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  172  171  166  158  151  148  150  155  163  171  176  176  178  170  167  166
+  164  160  155  149  143  136  126  117  108   99   96   96   99  102  104  105
+  107  107  106  103   99   97   96   96   95   95   96   99   99   97   93   87
+   82   79   79   81   82   82   82   81   81   82   82   82   83   86   93  102
+  111  118  123  128  137  148  158  168  172
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  191  190  184  175  165  159  157  159  165  173  178  178  179  174  171  170
+  169  167  163  157  149  141  131  121  111  104  102  104  107  110  112  114
+  117  118  115  110  103   98   97   96   95   95   96   97   97   95   90   84
+   79   76   77   78   79   79   78   78   78   78   79   80   82   87   95  105
+  115  124  130  137  148  160  173  184  191
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  218  222  217  207  193  182  174  173  174  178  182  181  179  177  174  174
+  174  173  169  162  155  147  139  128  119  116  114  117  120  121  125  127
+  130  132  128  120  108  101   99   97   96   95   96   95   94   91   86   81
+   76   73   74   76   76   76   74   73   74   75   75   77   80   87   97  108
+  120  130  137  147  160  175  191  207  218
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  250  266  269  256  236  221  208  200  194  192  190  187  184  182  180  177
+  178  176  172  167  161  155  147  139  131  130  130  135  136  135  136  138
+  143  145  140  131  115  106  101   98   97   95   95   93   90   87   82   77
+   72   69   70   73   73   72   70   70   70   71   71   73   79   88  100  112
+  125  136  145  158  172  191  211  233  250
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  284  311  327  318  295  275  256  243  228  216  208  200  195  192  187  183
+  181  179  174  171  166  162  156  151  147  148  152  155  153  148  146  149
+  154  156  152  141  121  109  102   99   97   94   93   90   87   82   78   73
+   69   67   68   71   71   69   68   67   67   67   68   70   77   90  104  117
+  130  142  153  169  185  207  230  256  284
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  314  352  376  378  359  337  321  299  274  253  236  221  212  207  201  194
+  189  185  180  176  171  169  166  164  164  169  175  176  170  159  154  156
+  162  163  158  145  125  109  102   99   96   92   91   86   82   78   75   71
+   68   68   68   69   69   67   66   66   66   67   68   70   78   93  109  123
+  136  148  161  178  198  221  246  276  314
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  328  374  408  417  409  390  373  353  324  293  268  249  236  227  219  210
+  201  195  188  182  178  176  175  177  182  188  195  195  184  167  158  158
+  163  163  156  141  121  107  100   96   94   89   87   82   79   76   74   72
+   70   69   69   69   68   67   66   66   66   68   69   71   80   96  114  129
+  141  153  167  186  207  232  257  287  328
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  328  373  413  431  432  423  414  397  372  339  306  282  265  253  243  230
+  218  209  199  193  190  188  188  191  196  202  210  210  193  171  159  157
+  159  156  148  133  116  103   97   94   91   86   83   79   77   76   76   75
+   74   72   70   69   68   67   66   66   66   68   69   73   82   99  119  134
+  146  158  173  192  214  239  264  292  328
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  320  358  395  419  429  429  428  423  404  375  341  314  295  283  271  256
+  240  228  216  210  208  206  205  207  211  218  222  217  196  172  159  155
+  153  148  139  126  111  100   96   93   89   84   81   78   77   78   80   80
+   78   74   72   69   68   67   66   65   66   68   71   74   84  102  123  139
+  150  162  178  197  220  245  268  292  320
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  312  338  369  393  408  414  419  424  419  398  368  342  324  313  302  286
+  268  253  240  236  234  231  229  228  231  236  233  220  195  171  159  153
+  148  142  133  121  110  102   98   95   89   84   81   79   80   84   86   86
+   84   79   74   71   69   68   66   66   67   71   73   77   87  106  126  143
+  154  165  181  202  226  251  273  292  312
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  307  322  345  365  381  391  400  411  416  405  382  361  347  342  332  319
+  297  282  272  267  264  260  258  255  254  254  243  221  194  174  162  156
+  148  140  132  122  114  108  104   99   92   87   85   84   86   91   94   93
+   90   84   79   75   72   71   69   68   69   75   78   80   91  110  129  145
+  157  168  184  206  231  256  278  295  307
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  308  315  327  344  357  367  379  394  403  397  381  368  361  361  355  346
+  328  314  303  298  295  291  288  284  280  275  254  225  199  181  170  163
+  155  146  137  129  123  118  113  107   99   95   93   94   95  100  102  101
+   96   91   86   81   77   75   74   72   72   77   81   85   96  114  133  147
+  158  170  186  208  235  262  286  301  308
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  319  320  326  335  343  350  361  377  387  384  373  365  365  370  371  363
+  352  340  331  325  322  318  315  310  303  292  269  239  218  201  188  177
+  169  157  148  140  135  132  127  119  111  108  107  107  107  110  112  111
+  106  101   95   89   84   81   80   77   75   78   82   88  100  118  135  148
+  159  171  188  210  238  268  294  312  319
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  335  337  339  344  345  346  353  367  377  375  364  359  364  372  375  372
+  362  353  347  342  340  338  335  329  319  306  287  263  247  229  212  197
+  186  173  163  155  151  149  143  136  129  126  125  123  122  123  123  122
+  117  111  106   98   94   89   85   81   79   80   84   92  104  120  136  148
+  158  170  188  210  239  271  302  325  335
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  354  360  363  364  361  355  358  369  376  372  361  355  361  370  374  373
+  366  358  352  349  348  349  346  340  329  317  302  285  272  255  235  216
+  203  188  177  170  167  165  162  154  148  145  144  139  137  138  136  132
+  126  120  114  106  101   95   88   83   81   82   86   95  107  121  136  146
+  156  169  186  208  237  271  305  335  354
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  366  381  389  392  383  372  371  379  386  380  367  360  362  369  372  373
+  368  362  356  350  351  352  351  345  335  324  312  300  288  271  249  231
+  215  200  189  182  179  179  176  170  167  164  164  156  152  151  146  140
+  133  127  119  111  103   96   88   82   80   82   88   97  109  121  133  143
+  153  166  182  204  232  264  303  339  366
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  367  394  410  413  404  391  387  394  399  393  380  370  369  371  374  374
+  371  368  360  353  353  355  354  349  338  328  316  307  298  278  255  235
+  220  206  198  190  188  187  185  181  179  175  174  171  165  159  153  146
+  138  129  121  110  101   93   85   80   80   83   89   98  109  120  129  139
+  149  163  178  197  221  252  289  330  367
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  353  389  415  424  418  408  402  406  411  406  394  384  379  379  379  380
+  379  376  369  361  359  360  359  352  342  330  317  307  298  276  252  232
+  219  209  201  195  192  189  186  184  183  178  177  178  171  162  156  148
+  138  129  118  107   97   88   81   78   79   83   90   99  109  117  124  134
+  146  159  173  189  210  236  269  310  353
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  328  367  401  418  420  413  407  411  416  415  407  397  390  387  387  388
+  388  386  379  371  366  365  363  357  345  329  312  301  289  269  243  227
+  216  207  201  194  190  186  183  181  181  182  181  177  168  160  154  145
+  134  124  114  103   92   84   78   77   79   84   92  101  109  114  120  131
+  144  157  171  184  200  220  248  285  328
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  300  339  374  397  405  404  401  404  411  414  411  404  397  393  394  394
+  395  393  387  378  372  370  366  357  342  322  302  289  274  255  233  220
+  210  203  196  189  183  178  175  174  176  177  176  170  161  155  148  138
+  127  118  109   98   88   81   77   78   81   87   95  104  112  114  117  129
+  143  157  170  181  194  209  230  262  300
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  274  309  342  366  375  380  382  386  394  401  403  401  396  395  395  397
+  399  397  392  383  377  372  364  351  333  310  289  271  254  238  221  210
+  201  195  189  182  175  169  167  166  168  168  165  158  151  145  137  128
+  118  108  100   92   84   80   78   79   84   91   99  108  115  119  119  130
+  144  158  171  182  191  201  218  245  274
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  254  283  308  329  343  348  351  357  367  377  385  387  386  387  389  393
+  396  395  390  383  376  368  357  340  321  296  272  251  232  218  205  197
+  191  186  180  174  166  160  158  157  157  155  151  144  137  131  125  115
+  106   97   91   87   82   80   80   83   88   95  103  111  118  122  126  133
+  146  161  173  183  191  199  210  229  254
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  236  258  279  296  308  315  317  324  336  347  358  364  366  369  373  379
+  383  385  380  374  364  354  343  326  305  279  251  228  209  197  188  183
+  180  176  171  163  155  150  146  146  144  141  136  128  122  117  111  104
+   95   87   85   85   82   82   84   86   92   99  107  114  120  124  129  137
+  149  162  174  185  192  197  205  218  236
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  223  238  254  268  278  285  287  293  303  315  327  334  339  344  350  356
+  361  363  358  354  344  335  325  309  287  260  232  208  190  179  172  169
+  169  164  159  152  144  139  135  135  132  127  121  113  109  106  101   95
+   88   82   83   84   84   85   87   89   95  102  109  116  121  126  132  139
+  150  163  174  184  191  197  202  211  223
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  213  223  235  246  254  260  262  266  273  284  293  301  308  314  321  327
+  331  334  330  328  322  316  307  293  272  246  218  194  177  165  160  158
+  157  154  148  141  135  131  128  126  122  116  110  103  100   98   96   91
+   85   82   83   86   86   88   88   90   95  102  109  116  121  127  133  140
+  150  161  172  181  189  195  200  206  213
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  207  214  221  229  236  239  242  245  248  254  261  268  275  280  287  293
+  296  299  300  299  296  292  286  275  257  233  207  186  170  158  153  151
+  149  145  138  132  128  126  123  120  115  109  104   98   96   95   94   90
+   86   84   85   88   90   90   89   89   91   97  105  112  118  125  132  139
+  148  157  166  176  184  191  197  202  207
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  201  205  210  216  222  226  228  228  228  230  234  237  242  248  252  257
+  261  265  266  267  267  267  264  256  242  221  198  181  166  158  152  149
+  145  138  130  124  122  121  119  115  109  104  100   98   97   98   97   92
+   88   86   87   90   91   90   88   86   87   92   98  106  114  122  129  137
+  145  152  160  169  178  186  192  197  201
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  194  197  201  205  210  215  217  215  214  211  211  212  215  218  222  225
+  228  232  235  237  239  241  241  238  227  210  192  177  167  159  154  150
+  143  134  125  119  117  115  114  109  105  101   99   98   99  101   99   95
+   90   88   89   91   91   89   86   84   84   87   93  101  108  117  127  135
+  142  148  154  162  171  179  185  191  194
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  187  189  192  195  200  204  206  205  202  198  194  193  194  196  197  200
+  201  205  208  211  213  217  220  220  214  204  190  178  170  164  157  150
+  141  131  121  115  112  111  109  106  102   99   97   98  100  102  101   97
+   91   89   89   90   90   87   85   83   83   85   91   98  106  115  124  132
+  138  143  149  156  164  172  178  183  187
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  180  181  184  188  193  196  196  192  188  183  181  180  180  179  180
+  181  184  187  190  194  198  203  206  204  199  190  182  175  168  160  152
+  140  128  118  112  109  107  106  103   99   96   95   96   99  101  101   96
+   91   89   89   89   89   87   86   84   84   86   91   98  106  115  123  130
+  135  140  145  151  158  165  171  175  178
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  170  171  172  176  180  184  184  182  178  174  173  171  171  170  169
+  170  171  174  177  181  186  191  195  197  196  192  186  180  172  163  152
+  139  127  117  111  108  106  104  100   96   93   92   92   95   97   97   95
+   91   88   88   88   89   88   88   87   87   89   93   99  107  115  122  128
+  133  137  142  147  152  158  164  168  170
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  161  160  161  163  167  171  172  171  169  167  166  166  166  165  165
+  164  165  167  170  173  178  182  187  191  192  191  188  182  175  165  153
+  140  128  118  113  109  106  102   98   92   89   88   88   90   92   92   91
+   88   87   88   89   90   91   92   93   94   96   98  103  109  115  121  126
+  130  135  140  145  149  153  157  160  161
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  152  151  150  151  153  156  157  158  158  159  160  161  163  164  163
+  162  162  163  165  168  171  174  180  184  188  188  187  182  176  166  154
+  142  131  121  116  111  107  102   96   90   85   83   82   84   86   87   87
+   87   87   88   91   93   96   99  101  103  104  105  108  112  116  120  123
+  127  133  138  144  147  150  152  153  153
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  148  146  144  141  140  140  141  142  144  146  148  151  155  158  160  161
+  161  160  160  161  162  163  166  171  176  181  182  183  180  174  165  154
+  144  133  126  119  114  109  103   95   89   83   80   78   79   81   83   85
+   87   88   91   94   98  102  107  109  111  113  113  114  116  117  119  120
+  124  130  135  140  145  147  149  149  148
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  143  139  136  132  130  129  129  130  132  136  141  147  151  154  156
+  156  156  157  157  156  157  159  163  167  172  175  177  175  171  164  155
+  145  137  129  124  118  112  106   98   90   83   80   77   77   80   83   85
+   88   91   94   98  103  109  114  118  120  121  121  121  121  119  118  119
+  121  126  132  137  142  145  146  146  145
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  143  139  134  128  124  121  119  119  121  125  130  136  140  144  146
+  146  148  152  154  156  156  154  156  160  164  169  171  169  166  162  155
+  147  140  133  128  123  117  110  102   95   88   85   80   81   83   86   89
+   92   95   98  102  108  114  120  124  127  128  128  127  124  122  120  120
+  121  125  131  135  140  143  146  146  145
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  147  145  141  136  130  124  119  116  114  114  117  121  125  129  132  134
+  134  136  141  148  153  153  149  150  153  158  162  165  165  163  160  155
+  149  143  138  133  128  123  116  109  101   95   92   88   88   89   91   94
+   98  100  103  105  112  119  124  129  132  133  133  131  129  126  124  123
+  124  127  131  136  139  143  146  147  147
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  152  151  148  144  137  131  125  119  116  114  114  115  118  120  122  123
+  122  122  126  132  138  140  139  141  145  150  155  158  159  159  158  154
+  150  146  142  138  133  129  123  116  109  104  101   97   96   96   97   99
+  103  106  106  109  114  121  126  131  134  136  136  135  133  131  129  128
+  130  132  137  141  144  147  150  152  152
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  161  161  159  156  151  144  137  131  125  121  118  117  117  116  117  115
+  114  114  114  117  122  127  130  134  137  142  147  151  154  155  154  153
+  150  147  144  141  137  133  130  123  117  112  109  105  104  103  104  103
+  106  109  109  112  116  122  127  131  135  137  138  138  138  136  136  136
+  138  141  145  150  153  156  159  161  161
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  176  176  176  173  169  162  155  148  141  135  130  126  122  120  118  115
+  113  112  112  114  118  123  129  132  133  137  142  146  149  151  151  151
+  149  147  145  142  139  136  133  128  123  118  116  111  108  105  105  106
+  106  109  110  112  117  122  127  131  135  137  140  141  142  142  144  146
+  149  153  158  163  167  170  172  174  176
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  193  195  195  193  189  183  176  169  160  153  147  140  135  130  126  121
+  118  116  116  118  121  126  131  134  135  136  139  143  146  148  148  148
+  147  145  143  141  137  134  131  130  125  121  119  113  108  106  105  106
+  105  106  108  112  116  120  126  130  134  138  141  144  147  150  153  156
+  161  168  172  177  182  185  188  191  193
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  213  213  212  208  203  197  189  181  173  166  158  152  145  139  133
+  130  127  126  126  127  130  133  134  136  137  140  142  144  145  145  144
+  143  141  140  136  133  129  126  124  122  119  116  112  108  105  104  104
+  103  104  106  110  114  119  124  130  134  139  144  148  152  157  162  167
+  175  180  187  192  197  201  206  209  212
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  227  228  228  227  224  219  214  207  200  191  184  176  169  162  155  150
+  145  142  140  138  137  137  137  137  137  138  140  141  142  142  141  140
+  138  136  134  131  128  124  119  117  115  114  112  110  107  104  103  102
+  102  103  104  108  111  117  123  130  135  141  147  152  157  163  171  178
+  186  192  198  205  211  216  220  224  227
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  235  236  237  236  233  229  224  219  212  206  199  192  185  178  171  166
+  161  157  153  150  148  146  144  142  141  140  140  140  140  139  138  137
+  135  133  130  127  123  119  116  113  111  109  107  107  105  104  103  102
+  102  103  105  108  112  116  121  128  136  143  150  155  164  172  179  186
+  194  200  207  213  219  224  229  233  235
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  235  236  236  235  234  231  227  223  219  214  207  201  195  189  183  179
+  173  169  164  161  158  154  151  148  146  143  141  140  139  138  137  135
+  133  131  128  125  123  119  117  115  111  110  108  107  105  104  105  105
+  106  108  110  112  115  119  123  128  135  143  153  163  171  178  185  192
+  198  204  211  216  221  226  230  233  235
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  226  227  227  228  226  225  223  220  216  212  208  204  198  194  190  185
+  180  176  172  169  165  161  157  154  152  149  146  144  142  140  138  136
+  134  132  130  128  126  123  121  119  118  117  116  115  114  113  115  115
+  117  118  121  123  127  131  136  141  147  154  161  168  176  182  188  192
+  197  202  207  211  216  219  222  224  226
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  213  213  213  212  211  210  207  205  203  200  197  195  191  188  184
+  182  178  174  171  169  165  162  160  157  154  152  149  148  145  143  141
+  140  138  137  135  133  132  131  130  129  128  128  128  128  129  129  130
+  132  134  135  138  141  144  147  151  155  159  164  169  173  178  183  186
+  190  195  198  201  204  207  209  210  212
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  190  190  190  190  190  190  189  188  187  186  185  182  182  180  178
+  176  174  172  171  169  167  165  164  162  160  159  157  156  154  153  152
+  150  149  148  148  147  147  146  146  145  145  145  145  146  146  147  148
+  149  150  151  152  154  155  157  159  161  163  166  168  170  173  175  177
+  179  181  182  184  185  187  188  188  189
+    12                                                      END OF TEC MAP     
+    13                                                      START OF TEC MAP
+  2010    12     6     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   64   64   65   65   65   65   65   65   65   65   65   65   65   64   64   63
+   63   62   62   62   61   61   61   60   59   59   58   57   57   56   56   56
+   56   56   55   56   56   56   56   56   56   56   56   56   56   56   57   57
+   57   58   58   59   59   59   60   61   61   61   61   62   62   61   62   62
+   62   62   62   63   63   63   64   64   64
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   67   68   68   68   69   69   69   69   69   69   68   68   67   66   66   64
+   64   62   62   62   61   60   60   58   55   53   52   52   51   49   49   49
+   49   49   49   50   50   51   52   52   53   53   54   54   54   55   55   55
+   55   55   55   55   56   56   57   58   58   58   58   59   59   59   60   60
+   61   62   63   64   65   66   66   66   67
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   70   70   71   71   72   72   72   72   72   71   72   71   71   70   69   67
+   65   64   61   58   56   57   57   52   48   45   42   42   41   41   41   41
+   42   43   43   45   45   48   49   50   51   52   53   53   54   54   54   55
+   55   55   54   54   54   54   54   54   55   55   55   56   56   57   58   59
+   61   62   63   64   66   67   68   69   70
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   75   75   76   76   77   77   78   78   78   77   75   73   73   71   68   66
+   62   59   56   53   50   50   52   43   42   41   39   38   37   37   37   37
+   39   41   42   44   45   47   49   49   50   52   53   54   54   54   55   55
+   55   55   54   54   53   52   52   52   52   52   53   54   55   57   58   59
+   61   63   64   66   68   70   71   73   75
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   81   83   83   85   85   86   86   84   83   83   81   78   74   71   69   66
+   63   58   54   51   49   43   41   39   38   36   34   32   32   31   31   33
+   37   40   42   46   48   49   50   51   52   54   55   56   56   55   56   56
+   55   55   54   53   51   50   50   50   50   51   52   54   55   57   59   61
+   63   65   67   70   72   74   77   79   81
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   89   91   92   93   94   94   93   91   90   87   83   78   75   72   69   65
+   61   57   55   53   49   46   42   39   37   35   33   32   32   30   30   30
+   32   35   39   43   45   51   53   54   53   54   55   55   56   55   55   55
+   56   54   52   50   49   46   46   46   47   49   52   54   56   59   61   64
+   67   69   73   75   79   81   85   87   89
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   98  100  101  102  102  101   99   97   94   90   84   79   77   73   70   65
+   63   61   60   56   52   51   45   40   38   37   34   32   31   33   32   32
+   34   35   39   43   46   50   55   57   55   55   55   54   54   53   52   51
+   51   50   47   46   45   43   43   44   45   47   51   54   58   61   66   69
+   72   75   79   82   85   89   92   95   98
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  106  109  110  111  111  109  107  103   98   94   88   84   78   72   69   66
+   63   61   59   55   53   53   45   41   41   41   39   34   34   32   36   35
+   36   38   41   45   47   49   49   55   55   55   54   53   51   49   47   46
+   44   42   42   41   40   41   41   43   45   48   51   54   58   64   69   74
+   78   81   85   87   91   94   98  103  106
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  114  116  118  119  120  118  114  110  104   99   93   86   78   73   68   64
+   62   59   58   55   54   50   45   42   45   44   41   37   37   36   33   37
+   37   39   41   44   47   48   47   50   53   54   54   52   49   47   44   42
+   39   38   37   38   40   41   43   45   47   49   51   54   58   65   71   77
+   82   87   90   93   95   98  103  109  114
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  119  123  124  126  126  125  121  115  110  104   96   87   80   74   69   64
+   63   59   57   55   53   46   44   41   45   45   41   38   38   39   37   35
+   37   38   40   43   45   46   47   47   49   53   53   50   48   46   43   41
+   39   38   38   38   40   43   45   47   49   50   52   56   60   67   74   81
+   87   92   97   99  102  104  108  115  119
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  121  127  129  131  130  128  125  120  114  107   99   90   83   76   70   67
+   63   59   56   53   51   44   42   39   42   41   39   38   38   40   41   38
+   35   35   37   40   41   42   44   45   46   50   51   50   48   46   44   42
+   40   40   40   41   43   46   48   50   51   52   55   58   64   71   79   86
+   93   98  103  106  108  110  113  116  121
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  123  130  133  133  132  131  129  124  118  110  102   93   85   78   72   67
+   63   59   56   52   47   42   39   37   37   37   38   39   39   41   44   44
+   39   36   37   39   40   41   43   46   47   51   53   53   52   50   47   46
+   45   46   48   47   48   51   52   53   54   55   58   62   68   75   83   90
+   98  104  109  113  115  117  119  121  123
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  128  135  137  135  134  132  130  126  120  113  106   97   89   81   72   66
+   63   59   58   53   47   42   38   36   35   36   38   40   42   43   46   49
+   44   40   40   41   42   43   47   49   52   56   59   59   58   56   53   53
+   52   53   55   54   55   56   57   57   57   58   61   65   72   78   87   95
+  102  109  114  118  121  124  126  126  128
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  136  139  140  138  135  133  131  127  122  116  109  102   93   85   76   66
+   61   58   59   55   48   44   41   39   37   39   43   45   46   47   49   50
+   47   46   46   47   49   50   52   56   60   64   68   67   63   61   61   60
+   59   59   60   60   59   61   61   61   61   62   64   69   75   82   90   99
+  107  114  119  123  127  130  133  135  136
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  145  146  144  142  138  135  133  129  124  119  113  106   98   90   82   72
+   64   62   62   58   52   47   46   45   43   45   49   50   52   52   53   53
+   53   53   55   57   59   62   63   66   70   75   78   75   71   69   70   68
+   65   64   64   64   63   63   65   64   64   65   68   72   78   85   93  102
+  110  117  122  127  131  136  141  143  145
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  153  151  148  142  138  135  132  127  123  117  110  103   95   88   80
+   73   69   66   62   58   53   52   52   51   53   57   57   58   58   58   59
+   59   62   64   68   71   74   76   80   83   86   87   85   83   81   78   74
+   72   70   68   67   66   66   68   68   68   70   74   78   83   90   97  105
+  113  119  124  130  135  141  147  151  153
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  160  158  154  148  142  138  136  130  126  121  114  108  100   93   87
+   80   76   72   69   66   63   62   63   62   64   66   68   67   66   65   66
+   68   71   75   78   82   86   89   90   94   95   94   92   94   93   85   80
+   78   75   72   71   71   71   71   72   73   76   80   84   89   95  101  108
+  115  120  126  132  138  145  152  156  159
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  163  164  162  158  153  147  143  139  135  131  126  120  112  105   99   92
+   85   82   78   76   75   75   74   74   75   76   76   76   76   74   73   74
+   75   78   82   86   90   95   97   98  100   98   97   96   95   94   90   87
+   84   82   78   76   75   75   76   77   80   83   87   92   96  102  107  112
+  117  122  128  133  140  147  154  159  163
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  162  163  162  159  155  151  147  144  139  136  132  127  119  112  105   96
+   90   86   84   83   83   85   85   85   85   86   85   84   83   82   79   79
+   80   82   86   91   95   99  102  102  101   98   97   95   94   93   93   93
+   90   88   84   82   79   79   80   82   86   92   96  100  104  108  112  116
+  121  125  130  135  141  148  155  159  162
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  159  159  158  157  155  153  150  148  144  142  139  134  128  120  111  102
+   95   91   88   88   89   92   94   94   93   93   91   89   88   86   83   82
+   83   85   89   95   98  102  104  103  101   98   95   93   93   94   95   96
+   95   91   87   84   83   82   84   87   92   99  104  108  111  114  117  120
+  124  128  133  137  143  148  154  158  159
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  153  152  152  153  152  153  152  150  148  145  142  135  128  120  112
+  102   96   93   91   93   96   98   99   98   96   94   92   91   90   87   86
+   87   89   93   97  100  103  104  103   99   96   93   91   91   93   95   97
+   95   92   87   85   84   84   86   90   97  105  112  116  117  119  121  124
+  128  133  138  142  146  150  154  155  155
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  153  150  147  147  149  150  154  156  153  153  152  149  143  136  128  120
+  110  102   99   95   95   98  100  102  101   98   95   94   95   94   93   91
+   92   93   96   97   99  101  102  101   97   93   91   89   89   91   93   94
+   93   89   86   85   84   85   88   93  101  110  117  121  122  123  125  130
+  135  141  146  150  154  157  158  157  153
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  160  153  148  147  148  150  154  158  156  157  157  155  151  145  137  128
+  118  108  103   97   95   98  101  102  102   99   97   98  100  100   99   97
+   97   97   97   96   97   98   99   98   95   92   90   88   87   87   89   90
+   89   87   85   85   85   86   89   94  102  112  120  125  126  127  131  138
+  144  151  159  163  169  171  170  167  160
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  178  169  160  156  154  155  157  159  160  160  161  160  157  153  146  137
+  126  114  105   98   96   98  101  102  101   99   99  102  106  106  105  104
+  101  100   99   96   95   96   96   96   94   91   89   87   86   85   86   87
+   86   84   83   84   85   86   89   94  103  113  122  128  130  133  139  148
+  157  168  180  185  193  194  192  188  178
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  213  202  190  181  173  168  166  166  165  165  163  163  161  158  151  144
+  132  120  108  100   98  100  102  103  102  101  103  108  112  114  113  110
+  107  104  101   98   96   94   94   95   94   92   90   88   85   84   84   84
+   82   80   80   82   82   84   87   93  103  114  124  131  135  140  148  161
+  173  188  203  215  229  230  228  224  213
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  264  254  238  224  208  194  185  179  175  172  166  164  160  158  155  149
+  139  127  114  106  103  102  104  106  105  106  109  116  121  123  121  116
+  112  109  104  101   97   94   93   94   93   92   89   87   85   84   83   81
+   78   76   76   78   79   81   84   91  102  114  126  135  140  147  159  174
+  189  207  228  249  273  277  278  275  264
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  326  321  304  285  257  232  213  201  192  183  174  168  162  159  157  152
+  144  134  121  112  110  107  110  111  112  115  120  128  132  133  129  123
+  117  113  109  104   98   94   91   91   91   90   88   85   83   83   81   77
+   74   72   72   73   74   76   80   90  102  115  128  138  146  156  170  187
+  204  224  249  281  309  323  330  331  326
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  383  387  379  353  317  281  250  229  214  200  189  178  168  163  158  155
+  150  140  128  119  114  113  116  118  120  125  131  139  143  143  137  127
+  122  117  113  106  100   93   89   88   88   87   84   81   79   80   78   74
+   71   68   67   68   68   71   78   90  104  118  132  143  152  165  181  200
+  217  237  264  299  333  357  366  376  383
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  417  431  434  412  375  332  293  264  242  224  207  193  179  170  162  159
+  154  146  136  127  122  122  124  125  128  134  141  148  152  151  142  130
+  125  120  115  108  101   91   87   85   84   82   79   76   75   76   74   70
+   67   65   64   64   65   68   77   92  109  123  136  148  158  172  191  211
+  228  247  271  303  339  365  384  399  417
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  420  450  461  451  418  373  334  301  275  252  233  214  194  183  173  167
+  159  152  144  136  132  132  133  133  136  142  148  154  159  157  144  131
+  124  119  114  107  100   90   85   82   80   77   75   73   73   73   71   68
+   65   64   63   63   65   69   80   97  115  129  141  152  164  179  200  221
+  239  256  275  301  332  359  380  397  420
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  402  437  463  464  441  403  365  333  310  286  263  241  217  203  191  181
+  171  163  154  145  143  144  143  142  143  148  152  156  156  152  139  127
+  120  116  112  105   98   88   83   80   78   76   74   73   71   71   68   66
+   64   64   63   63   65   71   83  102  122  137  147  157  169  185  206  229
+  248  264  279  298  323  346  365  380  402
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  374  405  436  448  438  413  386  362  343  321  297  273  247  231  218  203
+  192  181  170  163  159  159  154  151  151  152  151  149  145  139  129  119
+  113  111  108  102   95   87   82   80   79   77   76   75   73   70   67   65
+   64   63   62   62   65   72   86  107  129  144  153  160  172  189  211  236
+  258  275  286  298  315  333  347  356  374
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  344  368  397  414  415  404  392  381  370  353  331  308  284  265  250  233
+  219  207  195  191  182  177  168  161  159  156  147  138  131  125  117  110
+  108  107  105   99   94   87   83   82   83   83   82   78   75   71   67   65
+   64   62   61   63   66   73   89  112  135  150  158  164  174  192  215  241
+  267  285  296  304  314  323  330  333  344
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  320  334  356  374  382  385  387  390  386  376  359  340  319  301  284  266
+  250  241  231  223  209  195  182  172  167  160  144  128  119  114  109  105
+  104  104  103   98   95   89   86   87   89   90   88   84   78   73   69   66
+   65   64   64   65   69   76   93  117  140  154  161  166  176  193  218  246
+  275  297  309  315  319  323  323  318  320
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  309  312  326  341  353  365  379  390  393  387  374  359  344  331  313  298
+  281  272  264  255  236  212  194  183  175  165  144  124  113  109  108  107
+  106  105  103  100   98   93   91   94   97   99   96   91   84   79   75   72
+   70   69   68   69   73   79   98  122  143  156  162  167  177  194  219  249
+  281  309  323  331  334  335  329  317  309
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  316  310  315  325  336  353  375  391  395  390  379  366  355  343  332  321
+  309  300  292  284  264  235  212  199  187  172  149  127  117  114  115  115
+  112  109  106  103  102   99   98  102  105  107  104   98   92   87   83   81
+   79   76   72   72   74   82  100  124  144  156  162  168  178  195  219  250
+  284  317  338  349  355  357  346  330  316
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  339  327  324  328  337  354  376  392  395  389  379  367  356  347  339  333
+  327  320  312  304  286  263  242  224  205  186  164  143  130  128  129  128
+  123  117  112  111  110  108  106  109  113  114  110  105  102   97   94   91
+   90   84   79   75   76   84  102  123  142  153  160  167  179  195  217  247
+  282  319  348  366  378  382  373  356  339
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  371  355  348  347  352  366  385  396  396  389  379  368  357  346  341  338
+  334  329  324  318  305  288  270  251  229  205  183  162  149  147  148  144
+  136  128  122  123  122  119  114  114  118  121  118  114  113  109  107  104
+  101   94   85   79   79   86  102  121  137  148  156  166  178  194  214  240
+  274  313  347  374  394  405  401  389  371
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  406  389  378  373  375  384  396  403  399  391  382  373  360  349  343  339
+  338  335  331  327  316  303  288  269  248  226  204  184  171  168  166  162
+  152  141  137  134  133  130  123  121  125  128  127  125  123  122  121  116
+  110  100   90   83   83   89  102  117  131  141  151  163  177  192  209  231
+  260  296  333  368  397  418  425  422  406
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  432  416  403  396  395  399  405  406  401  394  388  380  368  356  348  344
+  342  339  335  330  321  309  297  279  260  242  223  203  191  185  182  177
+  168  158  153  151  150  139  132  130  133  134  132  130  130  130  128  123
+  113  101   91   85   85   91  102  114  125  135  146  160  176  190  204  221
+  245  276  310  350  387  416  436  442  432
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  444  432  419  410  406  405  406  405  400  395  391  386  376  364  355  349
+  345  343  337  332  321  311  301  281  263  249  233  216  205  198  193  188
+  180  171  167  165  162  149  142  140  139  137  135  133  133  132  129  122
+  110   98   89   85   87   93  103  113  120  129  142  158  174  188  200  213
+  232  258  289  324  361  400  428  447  444
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  438  430  419  409  403  398  396  394  393  392  393  390  382  370  359  351
+  346  344  338  329  317  309  298  278  260  248  236  224  212  203  197  191
+  184  177  176  169  166  158  149  144  142  140  137  134  133  129  126  116
+  103   94   87   85   89   97  107  114  118  127  142  157  173  186  196  207
+  223  243  269  299  333  370  404  430  438
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  413  410  402  393  385  379  375  374  377  383  389  391  385  376  363  353
+  345  338  332  321  310  301  288  270  255  248  235  224  212  202  194  188
+  181  178  176  169  164  162  152  146  143  142  137  133  130  126  119  108
+   97   87   84   85   92  102  113  121  124  131  144  158  173  184  194  204
+  215  231  252  276  306  338  371  401  413
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  376  377  372  365  356  349  346  348  355  366  376  382  381  374  362  350
+  340  328  321  309  298  288  275  261  246  242  231  219  206  194  185  179
+  174  173  170  167  162  159  150  143  141  139  134  129  125  121  112  100
+   89   82   80   86   95  108  121  131  136  139  149  161  173  183  192  200
+  210  223  238  257  281  306  336  362  376
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  335  338  335  329  322  315  314  318  329  343  357  366  368  362  351  339
+  329  316  307  295  282  269  258  248  235  229  219  207  194  182  173  168
+  165  163  163  161  155  151  141  138  136  133  127  123  120  115  104   94
+   83   78   80   87  100  113  127  139  146  149  155  163  172  181  190  198
+  207  217  228  242  260  279  304  324  335
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  297  300  297  292  287  284  284  289  301  317  332  341  346  343  332  323
+  312  300  288  275  261  247  236  227  217  209  200  190  177  167  160  156
+  154  154  155  153  147  140  132  130  127  124  119  115  109  105   97   88
+   80   77   81   90  104  118  132  143  151  155  159  164  171  178  187  195
+  204  213  221  231  243  258  273  288  297
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  266  267  264  261  257  256  257  264  276  289  302  312  318  319  312  306
+  297  285  271  255  239  224  212  203  194  186  178  170  159  152  146  144
+  143  144  145  142  137  129  124  121  119  116  111  105  100   96   90   84
+   80   79   86   97  109  122  134  144  153  158  161  164  169  175  183  191
+  200  209  216  223  230  240  250  260  266
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  242  241  239  237  235  235  237  243  253  264  273  280  288  291  290  287
+  280  271  258  240  222  206  190  179  170  163  156  150  142  135  133  132
+  133  134  134  131  125  119  115  113  110  107  102   95   91   88   86   82
+   82   85   93  104  115  124  133  143  152  157  160  162  165  171  178  187
+  196  205  211  216  221  227  233  239  242
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  226  225  223  221  220  221  223  228  234  241  246  253  259  263  265  267
+  263  255  242  227  209  193  174  159  150  143  138  134  128  124  123  123
+  124  126  124  121  117  110  108  106  104  100   94   89   85   84   83   84
+   86   91   99  109  117  123  129  137  145  152  156  158  161  166  174  182
+  191  199  204  209  212  216  220  224  226
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  215  215  213  211  211  213  215  217  219  220  223  227  230  237  240  244
+  244  239  226  213  197  182  164  149  139  132  128  125  121  119  120  120
+  119  118  117  114  111  105  104  102  100   95   90   84   81   82   84   87
+   92   98  105  112  116  119  122  128  136  144  150  153  156  162  168  177
+  185  191  197  201  204  207  210  213  215
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  206  206  206  205  206  208  209  209  208  204  204  206  208  211  216  222
+  224  223  213  201  188  174  160  147  138  131  126  122  120  119  121  121
+  118  116  113  109  108  104  103  101   98   94   87   82   79   81   86   92
+   98  104  110  114  114  114  115  119  128  137  144  148  152  157  164  172
+  179  185  189  192  194  197  200  203  206
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  196  198  198  198  200  202  204  202  199  194  190  190  191  194  198  203
+  208  209  203  195  183  173  162  151  143  136  131  126  124  123  123  121
+  118  112  108  105  106  106  104  103  100   93   86   81   79   81   87   95
+  101  108  113  116  115  112  112  115  122  131  138  142  147  153  159  167
+  173  177  181  183  184  186  190  193  196
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  184  186  188  189  192  195  196  195  191  186  181  180  180  183  186  192
+  196  199  198  192  184  177  169  160  153  145  139  134  130  127  125  121
+  115  108  104  102  104  107  106  105  102   94   87   81   79   82   88   95
+  103  110  116  117  116  113  113  115  120  126  133  138  143  149  155  162
+  167  171  173  174  175  176  178  181  184
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  173  174  177  180  184  187  187  185  180  175  174  174  176  179  183
+  189  193  195  194  190  185  178  172  164  156  148  142  137  132  127  121
+  113  106  102  100  101  103  104  104  101   94   87   81   79   83   88   96
+  104  111  117  120  119  116  116  117  121  125  129  133  138  146  153  160
+  164  166  166  167  167  167  168  169  171
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  157  158  159  162  166  171  175  178  178  176  172  170  170  172  174  179
+  185  191  195  197  196  194  188  182  174  165  157  149  143  137  130  121
+  112  105   99   97   98   98  100  101   99   94   88   83   82   84   89   96
+  103  111  118  122  123  121  121  121  123  125  126  129  134  142  150  158
+  162  163  162  162  161  160  159  158  157
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  146  145  144  146  150  156  162  166  169  168  167  168  167  168  170  175
+  181  187  194  199  201  200  196  191  182  173  164  155  148  141  132  123
+  113  104   98   95   94   94   95   97   96   93   89   86   84   87   91   97
+  105  113  120  125  128  128  128  127  127  126  124  125  130  138  147  155
+  160  161  161  160  159  157  153  149  146
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  135  133  134  137  143  148  153  157  159  161  163  164  163  166  169
+  176  183  191  198  202  204  201  196  188  178  169  160  152  144  135  125
+  115  105   97   92   92   90   91   92   93   92   90   89   89   91   95  101
+  108  116  124  130  133  135  135  133  132  128  124  123  127  134  143  152
+  158  161  162  161  159  155  151  145  139
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  139  132  128  127  128  132  137  142  144  147  149  153  156  157  159  164
+  171  178  186  195  201  203  201  197  190  181  171  163  155  146  137  127
+  116  107   98   92   89   87   87   89   91   92   93   94   96   98  102  107
+  114  121  128  134  139  140  140  140  136  131  125  123  126  132  141  149
+  156  161  162  163  161  157  152  145  139
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  144  137  131  127  126  127  130  133  135  136  139  142  147  150  154  159
+  166  174  183  192  197  199  199  195  188  180  172  163  156  148  140  129
+  119  109  100   93   90   86   86   88   91   94   97  100  103  106  109  115
+  121  127  134  139  143  145  146  144  140  134  128  126  128  133  141  149
+  156  161  164  165  165  162  158  151  144
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  155  147  140  134  130  128  129  129  128  128  129  131  136  141  146  153
+  161  171  180  188  192  195  195  191  185  178  171  164  157  150  142  133
+  123  113  105   97   93   88   88   90   94   98  103  108  111  115  118  122
+  128  133  138  143  146  148  148  146  143  138  133  131  132  137  145  152
+  160  165  169  171  171  171  168  163  155
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  171  163  155  147  140  136  132  128  126  124  123  124  128  133  140  147
+  155  164  174  182  186  189  190  187  182  176  169  163  157  151  144  136
+  128  119  111  104  100   94   93   96  100  105  110  115  119  122  124  127
+  132  137  141  145  147  149  149  148  146  142  138  137  139  144  152  159
+  167  172  177  180  182  183  182  178  171
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  189  181  173  163  155  148  141  135  129  125  124  124  127  133  140  144
+  151  159  168  175  180  183  183  182  178  173  168  163  158  152  147  140
+  133  125  118  111  107  103  102  105  108  112  118  122  126  128  129  130
+  135  139  143  146  147  149  149  149  148  146  144  145  148  153  162  169
+  177  183  188  193  197  199  198  195  189
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  207  200  190  181  172  163  154  145  138  133  131  131  132  139  144  146
+  150  156  163  170  174  177  178  176  174  170  167  162  158  154  149  144
+  137  130  124  119  116  112  112  113  116  119  123  127  130  131  131  132
+  135  139  142  144  146  147  148  149  150  150  151  153  158  164  173  180
+  188  195  201  207  212  215  215  212  207
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  222  215  207  197  188  178  169  160  151  146  142  140  141  145  147  149
+  152  157  162  167  170  172  172  171  170  167  164  161  157  153  150  145
+  140  135  128  124  122  119  118  119  120  123  125  127  130  130  130  132
+  133  137  139  141  143  145  148  150  152  154  157  161  167  176  184  192
+  200  207  214  220  226  228  229  227  222
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  232  226  219  211  202  192  183  174  167  160  156  152  150  150  152  153
+  156  160  163  165  167  167  167  167  165  163  159  156  153  149  148  145
+  141  136  130  127  124  122  120  119  119  121  123  123  123  125  125  127
+  129  132  135  138  141  144  147  151  155  159  163  169  176  185  193  201
+  210  217  225  231  235  238  239  237  232
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  237  232  226  219  211  202  195  187  180  173  168  164  161  159  158  158
+  160  162  163  164  164  163  162  161  159  157  153  150  146  143  141  139
+  137  133  129  125  124  120  117  115  115  115  117  118  117  117  118  121
+  123  126  130  134  138  142  146  151  156  162  167  174  183  191  199  207
+  216  224  230  236  239  241  242  240  237
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  236  232  227  221  216  208  201  195  188  183  177  173  169  165  163  162
+  162  163  162  162  161  159  157  155  152  149  146  142  138  135  132  130
+  129  127  125  122  119  116  113  111  110  110  110  111  112  112  114  115
+  117  121  124  129  133  138  144  151  156  163  169  177  186  194  202  209
+  217  223  228  233  236  238  238  239  236
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  227  224  221  217  212  207  202  196  191  187  181  177  173  169  167  166
+  164  163  161  159  158  155  152  149  147  143  140  135  132  127  124  122
+  121  120  119  117  116  113  111  110  108  107  107  107  109  110  111  114
+  116  118  122  125  129  134  138  143  148  156  168  178  187  195  200  207
+  211  217  221  225  228  229  230  229  227
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  212  210  208  205  202  199  195  192  188  184  181  177  173  170  168  165
+  163  160  159  156  154  151  148  146  143  139  135  133  129  124  121  119
+  118  116  115  114  113  113  112  111  111  110  110  110  110  111  113  114
+  117  118  122  125  129  133  138  143  150  158  167  174  180  185  190  195
+  199  203  206  209  211  212  213  212  212
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  192  191  191  189  188  186  183  181  179  177  175  172  170  168  165  162
+  160  158  156  153  151  149  146  144  141  138  136  134  131  129  126  123
+  121  120  119  117  116  116  116  114  115  115  115  116  116  118  120  120
+  123  125  127  131  134  138  142  147  151  155  161  166  170  173  177  179
+  182  185  187  189  190  191  192  192  192
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+  170  170  170  170  169  169  168  167  166  165  164  163  162  160  159  157
+  155  154  153  151  150  148  146  145  144  142  140  139  138  137  136  135
+  132  131  131  131  130  130  129  130  129  129  130  130  130  131  133  134
+  135  136  138  139  142  144  146  148  149  152  155  157  159  161  162  164
+  165  166  167  168  169  170  170  170  170
+    13                                                      END OF TEC MAP     
+     1                                                      START OF RMS MAP
+  2010    12     5     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   10   10   10   10   10    9    9    9    9    9    9    9
+    9    9    9    9    9    9    9    9    9    8    9    8    8    8    8    8
+    8    8    8    8    8    8    8    9    8    9    9    9    9    9    9    9
+    9    9   10   10   10   10   10   10   10   10   11   11   11   10   11   11
+   11   10   10   10   10   10   10   10   10
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    8    7    8    8    8    8    8    8    8    8    8    8    8    8
+    8    8    8    7    7    7    7    7    7    7    7    7    6    6    6    6
+    6    6    6    6    6    6    6    7    7    7    7    8    8    8    8    9
+    9    9    9   10   10   10   10   10   11   11   11   11   11   11   10   10
+   10   10   10    9    9    9    9    8    8
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    5    6    6    6    6    6    7    7    7    7    8    7    8    8
+    8    8    7    7    7    7    7    6    6    6    6    6    5    5    5    5
+    5    5    5    5    5    5    5    5    5    5    6    6    7    7    7    8
+    8    9    9    9   10   10   10   11   11   11   11   11   10   10   10    9
+    9    8    8    8    7    6    6    5    5
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    4    4    4    4    3    4    4    5    6    7    7    7    8    7
+    7    7    7    7    7    7    7    6    6    6    6    5    5    5    4    4
+    4    4    4    4    4    4    4    4    4    4    4    5    5    6    6    7
+    7    8    8    9   10   10   10   10   10   11   11   10   10    9    9    8
+    8    7    6    5    5    4    4    4    4
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    2    2    2    1    2    4    5    6    7    6    6    6    6    6
+    6    6    6    7    7    8    8    8    7    7    7    6    6    5    5    5
+    4    4    4    3    3    3    3    3    3    3    3    4    4    5    5    6
+    7    7    8    9    9    9   10   10   10   10   10   10   10    9    9    8
+    7    6    5    5    4    3    3    3    3
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    2    1    1    2    4    5    6    7    7    6    5    5    5    5
+    5    6    6    7    8    8    9    9    9    8    8    8    7    6    6    5
+    5    4    4    4    3    3    3    3    2    3    3    3    4    5    5    6
+    7    7    8    8    8    9    9    9   10   10   10   10   10   10    9    8
+    7    7    6    5    4    3    3    3    3
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    3    2    2    2    3    4    6    7    6    6    5    5    5    5    5
+    5    6    7    8    9   10   10   10   10   10    9    9    8    7    7    6
+    6    5    5    4    4    4    3    3    3    3    3    4    5    5    6    7
+    7    7    8    8    8    8    8    9    9   10   10   11   11   11   10   10
+    9    8    8    7    6    5    4    3    3
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    4    2    2    4    5    6    7    6    6    5    6    6    5    5
+    6    6    8    9   10   11   11   12   12   11   10   10    9    8    7    6
+    6    6    6    5    5    5    4    4    4    4    4    5    6    6    8    8
+    8    8    8    8    7    7    8    8    9   10   11   12   12   12   13   12
+   11   11   10    9    8    7    6    5    4
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    6    6    5    5    6    6    7    8    8    8    8    9    8    6    6
+    6    7    8    9   10   11   12   12   12   11   10    9    9    8    7    6
+    6    6    6    7    7    6    6    5    5    4    5    6    7    9   10   10
+   10   10    9    8    8    8    7    8    9   10   12   13   13   14   14   13
+   13   13   12   11   11   10    9    8    7
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    7    6    7    7    7    8    9   10   11   11   11   10    8    7    8
+    8    9    9   10   11   11   12   12   12   11   10    9    8    7    6    6
+    6    6    7    7    7    7    7    6    5    5    6    7    9   11   12   12
+   12   12   11    9    8    8    7    8    9   11   12   13   14   14   14   14
+   14   14   14   14   13   12   12   10    9
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    8    7    8    8    8    9   11   12   13   12   11   11   10   10   10
+   10   10   10   11   11   11   11   11   11   10    9    8    7    6    6    5
+    6    6    7    7    8    7    7    6    6    6    7    9   11   13   14   15
+   14   13   12   10    9    8    8    8   10   11   12   13   14   14   14   14
+   14   14   14   14   15   14   13   12   10
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10    9    9    8    8    9   10   12   13   12   12   11   11   11   12
+   12   11   11   11   10   10   10   10   10    9    8    7    7    6    5    5
+    6    6    6    7    7    8    8    7    7    7    8   10   12   15   16   17
+   16   15   13   11    9    9    9    9   10   11   12   13   12   12   12   11
+   12   13   14   15   15   15   14   13   11
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   11   10    9    8    8    9   10   11   12   13   12   12   12   13   13
+   13   12   11   10    9    9    9    9    9    9    9    8    7    6    6    6
+    6    6    6    6    7    8    8    8    8    9   10   11   14   16   18   18
+   17   15   13   11   10    9    9   10   11   12   12   12   11   10    9    9
+   10   11   12   14   14   14   14   13   12
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   11    9    9    9    8    8    9   10   12   12   12   13   13   14
+   13   12   11   10    9    8    8    9    9    9    9    9    8    8    7    6
+    6    5    5    6    7    9   10   10   10   10   11   13   16   17   19   19
+   17   15   13   11   10    9   10   10   12   12   12   11   10    8    8    7
+    8    9   11   12   13   13   13   12   12
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   11    9    9    9    7    7    7    9   10   11   12   13   13   14
+   13   13   11    9    8    8    8    9   10   11   11   11   10    9    8    7
+    6    6    5    6    8   10   11   12   12   13   14   15   17   18   19   19
+   17   15   12   11   10   10   10   11   12   12   12   11    9    7    7    7
+    7    9   10   11   11   11   11   12   12
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   10    9    8    6    6    6    7    9   11   12   13   13   13
+   13   12   10    9    8    8    9   11   12   13   13   13   12   11    9    8
+    7    6    6    6    8   10   12   14   14   15   16   17   18   19   19   18
+   16   14   12   10   10   10   10   11   12   12   11   10    8    7    7    7
+    8   10   11   11   11   10   10   11   13
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   14   12   10    7    6    6    6    7    8   10   11   12   13   13
+   12   11    9    8    8    9   11   13   14   15   15   14   13   12   11    9
+    8    7    6    7    8   11   14   15   16   16   16   17   18   18   18   16
+   14   12   11   10   10   10   10   11   12   12   11   10    8    7    7    8
+    9   11   12   12   11   11   10   12   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   15   12    9    7    6    6    7    7    9   11   12   12   12
+   11   10    9    8    8   10   12   15   16   16   15   14   13   12   11   10
+    9    8    7    7    9   11   14   16   16   16   16   17   18   18   17   15
+   12   10    9    9    9    8    9   10   11   11   11   10    9    8    8    9
+   10   12   13   14   13   13   12   13   15
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   17   14   11    9    7    7    7    7    9   11   12   12   12
+   12   10    9    9    9   12   15   17   18   17   16   13   12   11   11   11
+   10    9    9    9    9   11   13   15   15   15   15   16   17   17   16   14
+   12   10    8    8    7    7    7    8    9   11   12   12   11    9    9    9
+   11   13   15   16   15   15   14   15   16
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   18   16   13   10    8    7    6    7    9   10   12   13   13
+   12   11   10   10   10   13   16   19   19   18   16   13   10    9   10   11
+   12   11   11    9   10   10   12   12   13   12   13   14   16   18   16   14
+   12    9    8    7    6    6    6    7    9   11   13   14   13   11   10   11
+   13   16   17   17   16   17   16   16   18
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   18   16   13   10    8    7    6    6    8   10   12   14   14
+   14   12   11   10   11   14   18   20   20   18   15   12    9    8    9   11
+   13   13   12   11   10    9   10   10   10   10   11   13   16   18   17   15
+   12   10    8    7    6    6    6    8   10   13   15   16   15   13   12   12
+   14   17   19   19   18   17   17   18   19
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   18   16   14   11    8    7    7    6    8   10   13   15   16
+   14   13   11   10   11   14   18   20   20   18   15   12    9    7    8   11
+   14   15   14   12   11    9    9    8    8    8    9   12   16   18   18   15
+   12   10    8    7    6    6    7    9   12   14   17   18   17   15   13   13
+   15   17   19   19   18   18   18   19   21
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   21   19   16   15   12   10    7    6    8    7    9   13   16   16
+   15   13   12   10   11   14   17   19   20   18   15   12   10    9    9   12
+   15   16   16   14   12    9    8    7    7    7    8   12   15   17   18   16
+   13   10    8    7    6    6    7    9   12   16   18   19   18   15   13   12
+   14   17   19   20   19   19   19   20   22
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   21   18   16   15   13   10    6    8    8    9   13   16   17
+   15   13   12   11   12   15   17   19   19   18   16   14   12   10   10   12
+   15   17   17   16   13   10    9    7    6    6    8   11   14   17   17   15
+   12   10    8    7    6    6    7   10   13   17   18   18   17   14   12   11
+   13   16   19   21   22   23   23   22   22
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   26   24   21   19   18   17   16    8    4    6    9   13   17   17
+   15   14   12   11   12   14   16   18   19   18   17   15   13   12   10   12
+   15   17   18   18   15   12   10    8    6    6    8   11   13   15   15   14
+   11    9    7    6    6    6    8   12   15   17   17   17   15   13   11   10
+   12   16   19   23   25   28   29   27   26
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   31   31   27   25   24   24   21   17    8    1    3    8   13   16   17
+   15   14   12   11   11   12   15   17   19   19   19   17   15   13   11   12
+   14   17   18   18   16   14   11    9    7    7    8   10   12   13   13   12
+   10    7    6    5    6    8   10   14   15   15   15   14   13   11   10    9
+   12   17   21   25   28   34   36   34   32
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   34   32   31   29   29   29   26   21   13    5    5    9   13   16   16
+   16   14   12   11   11   12   13   15   18   19   20   19   17   14   12   13
+   14   16   17   17   16   14   12   10    8    7    7    8   10   11   11   10
+    8    6    5    6    7   10   13   15   15   14   12   11   11   10    9    9
+   13   19   23   28   32   36   39   38   37
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   36   33   33   33   33   33   30   27   19   12   10   12   15   16   16
+   15   14   12   11   10   10   12   14   17   19   20   20   18   15   14   14
+   14   14   15   15   15   14   12   10    9    8    7    7    8    9    9    9
+    6    5    4    5    8   12   14   15   14   11    9    9    9    9    9   10
+   14   21   25   29   33   35   40   41   39
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   37   36   34   34   34   34   31   28   22   16   15   15   17   16   14
+   13   12   12   11   10   10   11   13   16   19   21   21   19   17   16   16
+   15   15   14   14   14   13   12   10    9    7    6    6    6    7    8    7
+    5    3    4    6    9   13   14   14   12    9    7    7    8    9    9   10
+   15   21   26   30   32   32   36   40   40
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   36   37   36   35   36   34   32   29   24   18   16   17   18   16   13
+   11   10   11   10   10    9   10   13   17   21   23   23   21   19   18   18
+   18   17   15   14   13   13   12   10    9    7    6    5    5    7    8    7
+    4    3    3    6   10   13   14   13   10    7    6    7    8    9    9   10
+   15   20   26   30   30   28   29   34   35
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   29   33   34   35   35   36   33   29   23   18   14   16   17   15   12
+   10   10   10   10   10   10   11   15   20   23   25   25   24   23   22   21
+   21   20   18   15   14   13   12   10    8    7    5    5    7    9   10    9
+    6    3    4    7   11   14   14   12    9    7    6    8   10   11   11   11
+   13   19   25   29   28   25   24   25   26
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   24   29   31   33   35   34   30   25   18   12   12   14   14   11
+   10   10   10   11   10   11   13   17   21   23   26   27   27   26   25   24
+   23   22   20   17   15   14   13   11    8    6    6    8   11   14   15   13
+    9    6    6    9   12   14   14   12    9    9    9   11   13   14   13   11
+   13   18   24   28   27   23   21   18   17
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11   14   19   23   28   32   33   31   27   20   12    9   11   12   11
+   10   10   11   11   11   12   14   18   22   23   26   28   29   29   28   27
+   25   23   22   19   16   15   13   11    8    7    9   12   16   19   20   17
+   12    9    9   11   14   15   14   12   11   11   13   15   17   16   14   12
+   13   17   23   27   27   23   20   17   13
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14    9    7   11   14   20   26   30   30   28   22   14    9    9   11   10
+   10   10   11   11   11   12   16   21   23   23   26   28   29   29   29   27
+   26   24   23   20   17   15   14   11    9    9   12   16   21   24   23   20
+   15   11   11   12   15   15   14   12   13   15   17   19   20   19   16   13
+   14   18   23   26   27   25   21   18   14
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   11   10    8    8   12   20   25   27   27   22   16   12    9   10    8
+    9   10   10   11   11   13   19   23   22   22   24   26   28   29   29   28
+   26   25   23   20   17   16   15   13   11   11   15   20   24   26   25   21
+   17   13   12   14   16   16   14   12   14   17   20   22   22   21   18   16
+   15   19   23   26   28   25   22   18   14
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11   12   11   11   10   15   20   22   22   20   16   13   11   10    9
+    9   10   11   11   11   14   20   21   20   20   22   25   28   29   30   29
+   27   25   23   20   18   17   16   14   12   13   17   22   25   26   24   21
+   17   13   13   14   16   16   13   13   15   19   22   23   22   24   24   20
+   18   20   24   27   28   26   22   17   13
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   15   15   15   13   12   15   17   18   16   14   12   12   11   11
+   11   11   10   10   11   15   19   19   19   19   21   23   27   30   30   30
+   27   25   22   19   18   17   16   14   13   14   18   22   24   24   22   19
+   16   14   13   15   16   16   14   13   16   20   22   22   20   23   27   23
+   21   21   24   27   28   26   22   16   12
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   16   20   20   17   14   13   15   17   18   16   14   14   15   14   14
+   13   12   10    9   12   16   18   18   18   18   20   22   25   29   30   28
+   26   23   21   18   16   16   16   14   12   13   17   20   21   20   18   16
+   14   14   14   15   17   15   13   13   16   19   21   19   17   20   24   23
+   23   22   24   25   26   24   22   17   13
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   20   24   24   18   14   15   18   21   22   20   18   17   18   18   17
+   16   14   12   10   14   17   18   18   17   15   16   19   24   27   28   26
+   23   21   18   15   14   15   14   12   11   12   16   18   18   15   14   13
+   13   13   14   15   16   15   13   12   14   16   18   16   14   15   19   22
+   23   23   22   22   22   21   19   15   14
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   22   25   24   20   16   18   22   27   28   26   23   23   22   21   20
+   17   16   15   15   17   17   18   18   17   14   13   16   21   24   25   24
+   21   17   15   13   12   13   12   11    9   11   14   16   14   12   10   11
+   12   13   14   15   15   14   13   12   11   13   14   12   11   12   16   21
+   23   22   19   18   17   17   15   13   15
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   21   24   23   20   17   19   26   32   33   30   29   28   27   25   22
+   18   15   13   14   14   14   16   16   14   11   11   14   18   20   21   20
+   17   15   13   11   10   11   11   10   10   10   11   13   11    9    8   10
+   13   14   15   15   15   14   12   10    9   10   11   10    9    9   14   20
+   23   21   17   14   13   12   12   13   15
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   20   22   21   18   17   20   27   33   35   33   31   32   30   27   24
+   19   14    9    7    8   10   14   14   10    7    9   12   15   16   16   16
+   14   13   12   11   10   12   12   11   11   11   10   11    9    7    8   11
+   14   16   15   14   13   13   11    9    8    9    9    9    8    8   12   18
+   21   19   15   11   10   10   11   13   14
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   20   20   18   16   16   19   26   31   32   31   31   31   31   28   25
+   20   15    9    6    7    9   11   12   10    9   10   12   13   14   13   12
+   12   13   13   14   13   14   13   12   11   11   10   10    8    7    8   12
+   16   17   15   14   12   12   11   10    9    8    8    8    7    6    9   15
+   19   17   13   10    9   10   12   13   15
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   20   18   15   13   13   17   23   27   27   25   26   28   28   27   24
+   20   16   11    8    7    7    9   11   12   13   12   11   11   11   10   10
+   12   14   15   15   14   14   13   11   10   10   11   10    9    8   10   14
+   17   17   15   12   11   11   10   10    9    8    9    8    5    4    6   11
+   15   15   13   11   11   13   14   14   17
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   16   13   12   11   14   19   21   21   19   20   22   24   24   22
+   19   15   11    8    7    7   10   12   13   14   12   10    9    9   10   11
+   13   15   14   14   13   14   11   10   10   11   12   12   10    9   11   15
+   18   18   14   11   10   10   10   10    9    8    9   10    5    3    5    7
+   11   12   12   12   12   13   14   16   18
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   16   12   11   13   10   14   16   14   13   14   17   19   19   18
+   16   14   11    8    7    8   10   12   13   13   11    9    9   10   12   12
+   13   14   13   12   11   11   10    9   10   12   13   13   12   11   13   16
+   18   17   13   11   10   11   11   10    9    8    8   10    7    5    4    5
+    8   10   12   14   14   13   14   16   19
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   16   12   11   13    9    9    9    7    7    9   12   13   15   14
+   13   11    9    7    6    5    8   10   11   11    9    9   10   12   12   13
+   13   13   11   10    9    8    8    8   10   13   15   15   13   12   12   15
+   17   16   13   11   11   12   12   11    9    8    8    9    8    7    5    5
+    7    9   11   15   15   13   14   16   19
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   16   12   10   11    9    7    5    3    4    5    7    8   10    9
+    9    9    8    6    4    4    6    8    9    9    8    8   10   11   12   12
+   12   11    9    8    7    6    6    8   11   14   16   15   13   11   12   14
+   15   14   12   12   12   13   13   11   10    9   10   11   11    9    7    5
+    6    8   11   14   15   15   15   17   19
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   16   12   10    8    9    8    6    4    4    3    3    4    5    5
+    6    6    6    5    5    5    7    8    9    9    8    9   10   10   10   10
+   10    9    8    7    6    5    6    9   12   15   17   16   13   11   10   11
+   12   12   11   12   13   14   14   12   11   10   11   13   13   11    8    6
+    6    9   12   15   16   17   17   18   19
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   15   11    9    9   11   10    8    7    5    3    1    2    3    2
+    3    3    4    5    5    6    7    8    9    9    9   10   10   10    9    9
+    8    8    7    6    6    6    6    9   13   17   19   17   14   10    8    8
+    9   10   11   12   13   14   14   13   11   11   12   15   15   13   10    7
+    7    9   12   15   17   18   19   19   19
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   15   12   10   11   12   12   11    9    7    4    2    3    3    2
+    2    2    3    4    6    6    7    8    9    9   10   10   10   10    9    8
+    8    8    8    7    7    6    7   11   15   19   21   18   14    9    6    6
+    6    8   10   11   12   13   13   12   11   11   13   15   16   14   11    8
+    7    9   12   15   17   19   20   20   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   16   13   12   12   13   13   13   11    9    7    4    4    4    3
+    3    3    3    4    5    6    6    7    8    9   10   10   10   10   10   10
+   10   10   10    9    8    8    9   13   17   21   21   18   13    8    5    5
+    6    7    8   10   11   12   12   11   11   11   13   15   16   15   12    9
+    8    9   11   14   17   19   20   19   19
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   15   14   13   12   13   13   12   12   11    9    7    5    5    4
+    4    4    4    3    4    4    4    6    8    9   10   10   11   11   12   12
+   13   13   13   12   11   11   12   16   19   22   21   17   12    8    7    7
+    7    7    7    8    9   10   10   10   10   11   13   15   15   14   11    9
+    8    9   11   14   16   17   18   18   17
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   14   13   12   11   11   10   10   10   11    9    8    7    6    5
+    4    4    4    3    3    2    3    6    8   10   11   12   13   12   13   14
+   15   15   16   16   15   15   16   17   19   20   19   16   11    9    9    9
+    8    7    7    7    8    9    9    9    9   11   12   14   14   13   10    9
+    8    8   10   13   15   16   16   15   15
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   13   12   11    9    7    6    7    8    8    8    7    6    5
+    5    5    5    4    3    2    4    6    9   10   11   13   13   13   13   14
+   16   18   19   19   19   18   18   18   18   18   16   13   12   11   11   11
+   10    9    8    8    9    9   10    9   10   11   13   14   13   12    9    8
+    7    8   10   12   13   13   13   13   12
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   12   12   11    9    6    2    2    4    5    6    6    6    6
+    6    6    6    6    6    5    6    8    9   10   11   12   11   11   12   14
+   16   19   21   22   22   21   20   18   17   16   14   13   13   13   13   12
+   11   11   10   10   10   10   11   10   11   12   14   14   13   11    8    7
+    7    8   10   11   12   12   11   10   10
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   12   12   12   11    8    5    2    1    2    4    5    6    6
+    7    8    8    8    9    9    9   10   10   11   11   11   10   10   11   13
+   16   19   22   23   24   23   21   19   17   15   14   14   14   14   14   13
+   13   13   12   12   12   12   13   13   14   15   15   15   13   11    8    7
+    6    8    9   11   11   11    9    8    8
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    9   11   12   13   12   11    9    7    5    4    5    6    7    7
+    8    9    9   10   11   11   11   12   12   11   11   11   10   10   10   12
+   15   18   21   24   24   23   22   19   17   15   14   15   14   14   14   14
+   16   16   16   16   15   16   16   16   17   18   18   17   15   13   10    7
+    7    8   10   11   12   11    9    7    7
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    7    9   11   12   13   12   11   10    9    8    8    8    8    9
+    9    9   10   11   11   12   12   12   11   11   10   10    9    8    9   11
+   14   17   20   23   24   23   22   19   17   15   14   14   13   13   14   16
+   18   19   19   19   19   19   20   20   20   21   21   19   18   15   12   10
+    9   10   11   12   13   13   10    8    6
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    7    7    8   10   11   12   12   12   12   12   11   11   10   10   10
+   10   10   10   10   11   11   11   11   10   10    9    8    7    6    7    9
+   12   16   19   22   23   23   21   18   16   14   12   12   11   12   15   17
+   20   22   22   22   23   23   23   23   23   24   23   22   21   18   15   13
+   11   12   13   14   15   15   13   10    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10    9    9    9   10   11   12   12   13   12   12   12   12   11   11
+   10   10   10   10   10   10   11   10    9    8    7    6    6    6    7    9
+   12   15   18   20   21   21   19   17   15   12   11   10   10   12   15   18
+   21   23   24   24   24   25   25   25   26   26   25   24   23   20   18   16
+   15   15   16   17   18   18   16   14   11
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   12   12   12   12   12   13   13   13   13   12   12   11   11
+   10   10    9    9   10    9    9    9    8    7    7    6    6    6    7    9
+   11   14   16   18   19   18   17   15   14   12   10    9   10   13   15   18
+   20   22   23   24   24   24   25   26   26   27   26   25   23   21   20   19
+   18   18   19   20   21   20   19   17   15
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   17   16   16   15   15   14   14   14   13   13   12   11   11
+   10    9    9    9    9    9    8    8    8    7    7    6    6    7    8   10
+   11   13   15   16   17   16   15   14   12   11   10   10   11   12   14   16
+   18   20   21   21   21   22   23   25   26   26   26   25   24   22   21   21
+   21   22   23   24   24   24   23   22   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   23   22   21   20   19   18   17   16   15   14   13   12   11
+   10   10    9    9    9    8    8    8    8    8    7    8    8    9    9   11
+   12   14   15   16   16   16   15   14   12   11   10   10   11   12   13   14
+   15   16   16   17   17   17   19   22   24   25   25   25   23   23   23   24
+   24   25   27   28   29   28   28   27   26
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   30   29   28   28   26   25   24   22   21   20   18   17   15   14   12
+   11   10   10    9    9    9    9    9    9    9    9    9   10   10   11   12
+   13   15   15   16   16   16   15   14   13   12   11   10   10   10   10   10
+   11   11   12   12   13   13   14   18   22   24   24   24   23   23   24   26
+   27   28   30   32   32   32   32   32   31
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   35   34   33   32   31   30   28   27   25   23   22   20   18   16   14
+   13   12   11   10   10   10   10   10   10   11   11   11   12   13   13   14
+   15   16   16   17   16   16   16   15   13   12   11   10    9    9    8    8
+    8    8    9   10   10   10   10   13   18   22   24   22   23   24   25   26
+   28   30   32   33   35   35   36   36   36
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   37   37   36   35   33   32   30   28   26   25   22   20   19   17
+   15   14   13   13   12   12   12   12   13   13   13   14   14   15   16   16
+   17   17   17   17   17   17   16   15   15   14   13   12   11   10   10    9
+    9    8    8    8    8    9   10   10   11   16   20   21   23   23   24   26
+   28   30   33   34   35   37   38   38   38
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   38   38   37   36   35   33   32   30   29   27   25   23   21   20
+   18   17   16   15   15   15   15   15   15   15   16   16   16   17   17   18
+   18   18   18   18   18   17   17   17   16   16   15   15   14   13   14   13
+   13   13   13   13   13   13   13   14   17   20   24   22   24   25   26   28
+   29   31   32   34   35   36   37   38   38
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   36   36   36   35   34   34   33   32   30   29   28   26   25   23   22
+   21   20   19   19   18   18   18   18   18   18   18   19   19   19   19   19
+   20   19   19   19   19   18   18   18   18   18   18   18   18   18   18   18
+   18   18   19   18   20   20   22   23   26   27   28   27   26   26   26   27
+   29   30   31   32   33   34   35   35   36
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   32   32   32   31   31   31   30   29   29   28   27   26   26   25   24
+   24   23   23   22   22   22   22   21   21   21   21   22   21   21   22   21
+   21   22   22   22   22   22   21   21   21   21   21   22   22   23   22   22
+   23   23   23   25   25   26   26   27   27   27   28   28   28   28   28   28
+   28   28   29   29   30   30   31   31   31
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   28   28   28   28   28   27   27   27   27   27   27   26   26   26
+   25   25   25   25   25   25   25   24   24   24   24   24   24   24   24   24
+   24   24   24   24   24   24   24   25   24   25   25   25   25   25   25   26
+   26   26   26   26   27   27   27   27   27   27   28   28   28   28   28   28
+   28   28   28   28   28   28   28   28   28
+     1                                                      END OF RMS MAP     
+     2                                                      START OF RMS MAP
+  2010    12     5     2     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   10   10   10   10   10   10   10   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   11   12   12   12   12   12   12   12   12   12   12   11   11
+   11   10   10   10   10   10    9    9    9    9    9    9    9    9    9    9
+    9    9    9    9    9    9    9    9   10
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9   10   10   11   11   12   12   12   12   12   12   12   12   12
+   12   12   12   12   12   12   12   11   11   11   11   11   11   11   11   11
+   11   11   12   12   12   12   12   12   13   13   13   13   13   13   13   12
+   12   12   11   11   10   10    9    9    9    8    8    8    8    7    8    8
+    7    7    8    7    8    8    8    8    8
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9    9    9   10   10   10   11   11   12   12   12   12   13   13
+   13   13   13   13   13   13   12   12   11   11   11   11   11   10   11   11
+   11   11   11   12   12   13   13   14   14   14   15   15   15   15   14   14
+   13   13   12   11   10   10    9    9    8    7    7    7    6    6    6    6
+    6    6    6    6    6    6    7    7    7
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    8    9    9   10   10   10   11   11   12   12   12   13   13   14
+   14   14   15   14   14   14   13   13   12   12   11   11   10   10   10   10
+   10   10   11   12   12   13   14   15   15   16   16   16   16   16   16   15
+   14   13   12   12   11   10    9    8    7    7    6    6    6    6    5    6
+    6    6    6    6    6    6    6    7    7
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9    9   10   10   10   10   11   11   12   12   13   13   14   15
+   15   16   16   17   17   16   16   15   14   13   12   11   10   10    9    9
+   10   10   11   12   13   14   15   16   17   17   18   18   18   17   16   16
+   15   14   13   11   11   10    9    8    7    7    6    6    6    6    6    6
+    6    6    6    6    6    7    7    7    8
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   11   11   11   11   11   11   11   11   12   12   13   14   15
+   16   18   18   19   19   19   18   17   16   15   13   12   11   10    9    9
+    9   10   11   11   13   14   15   17   17   18   18   18   18   17   16   15
+   14   13   12   11   10   10    9    9    8    8    7    7    7    7    7    7
+    7    7    7    7    7    7    8    9    9
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   13   13   13   13   13   12   12   11   12   12   14   15   16
+   18   19   20   21   21   21   21   20   18   17   15   14   12   11   10    9
+    9    9   10   11   12   14   15   16   17   18   18   18   17   16   15   14
+   13   12   11   11   10   10   10   10   10   10   10   10    9    9   10    9
+    9    9    8    8    9    9   10   10   11
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   15   15   15   14   14   13   12   12   13   13   14   15   17
+   19   20   22   22   23   23   23   21   20   18   17   14   13   11   10    9
+    9    9   10   11   12   13   15   16   16   17   17   17   16   15   14   12
+   11   11   10   10   10   10   11   11   12   12   12   12   12   12   12   12
+   11   10    9    9   10   11   11   11   13
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   16   17   17   16   15   15   14   14   14   15   16   17   18
+   19   21   22   23   23   23   23   22   21   19   17   15   13   12   11   10
+   10   10   10   11   12   13   14   15   16   16   16   15   14   13   12   11
+   10    9    9   10   10   11   12   12   13   14   14   14   14   14   14   13
+   12   10    9   10   11   11   11   12   14
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   16   17   18   18   18   18   17   16   16   16   16   17   18   19
+   20   21   22   23   23   22   22   21   20   18   17   15   13   12   11   11
+   10   10   11   11   12   13   14   15   15   15   15   15   14   12   11   10
+    9    9    9   10   11   11   13   13   14   14   14   15   15   15   14   14
+   14   13   11   11   12   12   13   13   14
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   17   19   20   20   19   19   18   17   17   18   18   20   20
+   21   21   21   22   21   20   19   19   17   16   15   14   13   13   12   12
+   12   12   12   12   12   13   14   15   15   15   15   15   14   13   11   10
+   10   10   10   11   12   13   13   13   14   14   14   14   14   14   15   15
+   15   14   14   13   13   13   14   15   14
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   16   18   20   21   20   20   19   19   18   19   19   20   21
+   21   21   20   20   19   18   17   16   15   14   14   13   13   13   13   13
+   13   13   13   13   13   13   14   15   16   16   16   16   15   14   13   12
+   12   12   12   13   13   14   14   13   13   12   13   13   14   14   14   15
+   15   16   15   14   13   14   17   16   14
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   15   17   20   21   21   21   20   19   19   19   20   21   21
+   21   20   19   18   17   16   15   14   13   13   13   13   13   13   14   15
+   15   15   15   15   14   15   15   16   17   17   18   18   17   16   15   14
+   14   14   15   15   15   15   15   14   12   12   12   12   12   13   14   14
+   14   15   14   14   13   14   16   15   13
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   14   16   18   20   21   20   19   19   18   19   19   20   20
+   20   20   18   17   16   15   14   14   13   13   13   13   14   14   15   17
+   17   18   17   17   16   16   17   18   19   19   20   20   19   18   17   17
+   17   17   17   17   17   17   16   15   14   12   12   12   12   13   13   13
+   14   14   15   15   13   13   13   12   11
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   13   14   17   19   19   19   18   18   18   18   18   19   19
+   19   19   18   17   16   16   15   15   14   14   14   14   15   15   17   19
+   19   20   20   19   19   18   18   19   20   21   21   21   21   20   20   19
+   19   19   20   20   19   18   18   17   16   14   14   13   13   14   14   14
+   14   15   17   17   15   14   13   11   10
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   13   15   17   18   18   17   17   17   17   17   18   19
+   19   19   18   18   18   18   17   17   17   16   16   16   16   16   18   20
+   21   22   21   21   21   20   20   21   22   23   23   23   22   21   20   20
+   20   20   21   21   21   20   19   19   18   17   16   16   15   15   15   15
+   16   17   19   18   17   16   14   13   11
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11   11   11   12   14   17   17   18   17   16   16   16   17   18   18
+   19   19   19   20   20   21   20   20   19   18   18   17   17   17   18   20
+   22   23   22   22   22   21   22   22   23   24   23   23   22   21   21   20
+   20   20   21   21   21   21   20   20   20   18   18   17   17   17   17   17
+   18   19   20   20   20   19   17   15   13
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   12   11   11   12   13   15   17   18   17   17   17   17   17   18   18
+   19   19   20   21   22   23   23   22   22   21   20   18   18   18   18   21
+   22   23   23   23   23   23   22   22   23   23   23   22   21   20   19   18
+   19   19   20   21   21   21   21   21   21   20   19   19   19   18   19   19
+   20   21   22   22   22   21   19   17   14
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   12   11   11   12   14   16   18   18   18   18   18   18   18   18
+   19   20   21   23   24   25   25   24   23   22   21   20   18   18   18   20
+   22   23   23   23   22   22   22   22   22   21   21   21   20   19   18   17
+   16   17   18   20   20   21   21   21   21   20   20   20   20   19   20   20
+   21   23   23   24   24   23   21   18   15
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   12   11   11   12   14   16   18   19   20   20   20   19   19   19
+   19   21   22   24   25   25   25   24   23   23   22   20   19   19   19   19
+   21   22   22   22   21   21   20   20   20   20   20   19   18   17   16   15
+   15   15   17   18   20   21   21   21   21   21   20   20   20   19   20   21
+   23   24   25   25   24   23   21   19   16
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   12   11   12   12   14   16   19   20   20   21   21   20   20   19
+   20   21   22   24   25   25   24   23   23   23   22   22   21   20   19   19
+   20   20   21   20   20   19   19   19   19   19   19   19   18   17   15   14
+   14   15   17   18   20   21   21   21   21   21   20   20   19   19   20   21
+   23   24   24   24   23   22   21   19   16
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   11   11   12   14   17   20   21   21   21   21   20   20   19
+   20   21   22   23   23   24   23   22   22   22   23   23   22   21   20   19
+   19   20   20   19   18   18   18   19   19   19   19   19   18   16   15   14
+   14   16   18   19   20   21   21   21   21   20   19   19   18   18   19   21
+   22   23   23   23   22   21   20   18   17
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   14   12   11   12   14   17   20   22   22   21   21   20   20   19
+   19   20   21   22   22   22   21   21   21   22   24   24   24   23   21   20
+   20   20   19   18   17   17   18   19   19   19   19   19   18   16   15   14
+   14   16   19   20   21   21   21   20   19   19   18   18   17   18   19   21
+   22   23   23   22   21   20   19   18   17
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   17   14   12   12   15   18   21   22   22   21   20   19   19   19
+   19   20   21   21   21   21   20   20   21   23   24   26   26   25   23   21
+   20   20   19   17   16   17   18   19   19   19   19   19   18   16   15   14
+   15   16   19   21   21   21   20   20   19   18   17   17   17   18   19   21
+   23   23   23   22   22   22   21   19   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   22   19   17   15   17   19   22   23   23   21   19   18   18   18
+   18   19   20   21   21   20   20   20   21   22   25   26   27   26   24   22
+   21   20   19   17   16   16   17   18   19   19   18   18   17   15   14   14
+   14   16   19   20   21   20   20   19   18   16   17   17   17   19   20   22
+   24   25   25   23   26   24   22   20   21
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   26   24   22   20   20   21   23   23   22   20   18   17   17   17
+   18   19   20   20   21   20   20   20   21   22   25   26   26   26   24   22
+   21   20   18   17   15   16   16   17   17   17   17   16   16   14   13   13
+   14   17   19   20   20   19   19   18   17   16   17   17   18   20   21   23
+   24   27   24   24   26   25   25   23   24
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   27   26   25   24   23   23   24   23   20   19   17   16   16   16
+   17   18   19   20   20   20   20   21   21   22   23   25   25   24   23   21
+   20   19   17   16   15   14   15   16   15   15   15   14   14   13   12   12
+   14   17   19   19   19   18   17   17   16   16   17   18   20   21   22   23
+   24   26   22   23   23   22   24   24   24
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   27   26   26   26   24   24   23   21   18   16   16   15   15   16
+   16   18   20   20   20   20   21   21   21   21   21   22   22   22   21   19
+   18   17   16   14   13   13   13   14   13   13   13   12   12   12   12   13
+   15   17   18   18   17   16   16   16   16   17   18   19   21   22   23   21
+   23   24   21   21   20   19   23   25   25
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   24   24   26   26   25   23   21   18   16   15   15   15   15   14
+   15   18   20   21   20   20   20   20   20   19   18   18   19   19   18   17
+   16   15   14   12   11   11   12   12   12   12   12   12   11   11   12   14
+   15   17   17   16   16   15   16   16   16   17   17   19   21   23   23   22
+   22   21   20   20   18   19   22   25   25
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   23   25   27   26   24   22   20   17   15   14   15   15   15   14
+   15   18   21   21   20   19   19   19   19   17   16   16   16   16   16   15
+   14   13   12   11   11   11   11   11   12   11   11   11   12   12   14   15
+   15   16   16   14   14   15   16   16   16   17   18   19   21   22   22   22
+   22   22   22   20   19   19   21   22   22
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   22   27   28   26   22   19   17   15   14   14   14   15   15   14
+   15   17   20   21   19   18   17   18   18   17   16   15   15   15   15   14
+   13   13   12   11   11   11   11   11   11   12   12   13   13   14   16   16
+   16   15   15   14   13   14   16   16   17   17   18   19   20   21   22   22
+   23   24   25   23   20   19   18   17   17
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   15   22   28   29   27   22   17   15   13   13   13   15   15   15   14
+   14   17   19   19   17   16   16   17   17   18   17   16   16   15   15   15
+   14   13   13   12   12   12   12   12   12   13   14   15   16   17   18   17
+   16   16   15   14   14   15   17   18   19   19   19   20   20   21   21   22
+   23   25   25   24   21   18   16   12   11
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6   12   20   27   28   26   22   18   15   14   12   13   15   15   15   14
+   14   15   17   17   15   15   16   18   18   18   18   17   16   16   16   15
+   15   15   14   14   14   13   13   14   15   16   17   18   19   19   19   19
+   18   17   16   16   16   18   19   21   21   21   21   21   21   22   22   22
+   22   23   24   23   21   18   15    9    6
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4   11   18   24   25   23   20   18   15   13   13   13   15   16   15   13
+   13   15   16   15   14   15   16   19   19   19   19   18   17   17   16   16
+   17   17   16   16   15   15   16   17   19   20   21   22   22   22   21   21
+   19   18   18   18   19   20   22   23   23   23   23   23   23   23   23   23
+   22   21   20   19   18   16   14    9    4
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7   10   16   20   21   19   18   17   16   14   13   13   15   16   15   13
+   13   14   15   14   14   14   15   18   19   20   21   20   19   18   17   17
+   18   18   18   17   17   18   20   22   23   24   25   25   25   24   22   21
+   20   19   19   20   21   22   23   25   25   25   24   23   23   24   24   24
+   22   20   18   16   16   16   14   10    7
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   16   19   19   17   16   16   16   15   15   14   15   15   15   13
+   13   13   13   13   12   13   15   18   20   22   23   23   22   20   19   19
+   19   19   18   18   19   21   23   25   27   27   27   27   26   24   23   21
+   20   19   20   21   22   23   24   25   26   25   25   24   24   24   25   25
+   23   20   17   16   17   17   18   14   12
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   21   21   19   18   17   17   16   16   16   16   15   14   13
+   13   13   13   13   12   13   15   18   21   24   25   25   23   21   20   20
+   20   19   18   18   19   22   25   27   28   28   27   27   25   24   22   20
+   19   18   19   21   22   22   22   24   26   25   24   24   24   24   25   26
+   25   22   19   20   20   21   22   20   19
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   26   27   28   27   25   23   21   19   18   18   18   18   16   15   14
+   13   13   14   14   14   14   16   19   22   25   26   25   23   21   20   20
+   19   18   17   17   19   22   25   27   27   26   25   25   23   22   21   20
+   18   18   19   21   21   21   20   21   23   24   24   24   24   23   25   26
+   26   24   21   23   25   26   27   26   26
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   32   33   33   33   31   28   26   24   22   22   21   21   18   16   14
+   14   14   15   15   15   15   17   20   22   24   25   24   22   20   19   19
+   18   16   15   14   16   20   23   25   25   24   23   22   21   20   20   18
+   17   18   19   20   20   19   18   18   20   22   23   23   23   22   24   26
+   27   26   23   26   28   30   31   31   31
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   36   37   37   37   35   32   30   28   25   23   22   20   18   17   14
+   15   15   16   15   14   13   16   19   21   21   21   21   19   18   17   16
+   16   14   12   12   14   17   20   22   21   20   20   19   19   19   19   18
+   17   18   19   19   18   16   15   15   17   20   22   23   23   22   23   25
+   27   27   25   29   31   32   34   35   35
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   38   38   37   35   33   32   31   29   27   24   21   19   18   16   15
+   15   14   13   13   12   11   12   15   17   18   17   16   16   16   15   14
+   13   12   10   10   12   15   18   19   18   17   17   17   17   17   18   18
+   18   18   18   18   16   14   12   12   14   18   22   23   21   20   21   23
+   25   26   26   30   31   32   34   36   37
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   37   36   35   32   30   29   28   28   26   24   21   19   18   16   16
+   15   13   12   10    8    8   10   12   13   13   13   12   13   14   13   13
+   12   10    9    9   11   14   15   16   15   15   15   16   16   17   18   18
+   18   18   17   16   14   12   11   11   12   16   21   21   19   19   20   22
+   24   25   25   29   30   31   31   33   36
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   34   33   31   28   26   26   26   26   24   22   20   19   18   17   16
+   15   13   10    8    7    7    9   11   11   10    9   10   12   12   12   12
+   11   10   10   10   11   13   15   15   15   15   15   16   17   17   18   18
+   18   18   16   14   13   11   11   10   11   12   16   17   17   18   20   22
+   23   24   25   27   27   27   27   27   30
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   28   28   27   24   22   22   23   23   21   18   17   17   17   17   17
+   16   13   11    8    7    7   10   12   12   10    9   10   11   11   11   11
+   12   12   12   12   12   14   14   15   15   16   17   17   18   18   18   19
+   18   17   15   13   12   13   12   10    9    9   11   14   16   20   23   22
+   22   23   23   26   25   23   22   21   23
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   21   23   22   20   19   19   19   19   17   15   15   15   16   16   17
+   16   15   12    9    7    7    9   12   12   11   10   11   12   12   12   13
+   14   14   14   14   13   15   15   16   17   18   19   19   19   18   18   18
+   18   16   14   12   13   17   16   12   10   10   11   12   14   21   26   22
+   20   21   23   24   22   19   16   15   16
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   15   17   18   17   16   15   16   16   14   13   12   13   14   15   15
+   16   15   13   11   10    9   10   12   13   11   11   12   12   14   14   16
+   16   15   15   15   15   16   17   17   18   19   20   20   19   18   17   17
+   17   15   13   11   13   18   17   14   12   12   12   13   13   17   20   18
+   18   20   21   21   19   15   12   11   12
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   13   14   14   13   13   13   13   11   10   10   11   13   13   14
+   15   16   15   14   13   13   13   14   14   13   12   12   13   15   15   17
+   17   15   15   16   16   18   18   19   20   21   21   20   18   16   16   16
+   15   14   12   11   13   16   16   16   14   14   14   13   13   14   15   15
+   17   19   20   20   17   13   10    9   10
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   10   10   10   10    9    9    9   11   12   13   13
+   15   17   17   17   16   16   16   16   15   14   14   14   15   16   16   16
+   15   14   14   16   18   19   20   20   21   21   21   19   16   14   14   14
+   15   14   12   11   13   15   16   16   16   16   15   14   14   13   13   15
+   16   18   19   18   16   13   11   10   11
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   10    9    8    8    8    8    8    8    9   10   11   13   14
+   15   17   18   18   18   18   18   17   16   15   15   15   15   15   14   14
+   13   12   14   16   19   20   21   21   21   20   19   17   14   13   13   14
+   14   14   13   12   12   14   16   17   17   16   15   14   14   13   13   14
+   15   17   18   17   16   13   13   13   13
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   14   12    9    8    8    8    8    8    8    9   10   11   13   14
+   16   17   19   19   19   18   18   17   16   15   15   14   14   13   12   11
+   10   11   14   17   20   21   21   21   20   19   18   15   12   12   13   14
+   15   14   13   12   12   14   15   16   17   15   14   13   13   13   12   13
+   14   16   17   16   15   14   14   15   16
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   14   12   11   11   10    9    8    8    8    9   11   12   14
+   15   17   18   18   18   18   17   16   15   14   13   12   12   11   10    9
+   10   11   15   18   21   22   22   21   20   17   15   12   11   11   13   15
+   15   14   13   12   11   12   14   15   15   14   13   13   12   12   12   13
+   14   14   15   15   15   15   15   16   17
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   14   13   13   13   12   11    9    8    7    8    9   11   12
+   14   15   16   17   17   16   15   14   13   12   11   11   10   11   11   11
+   11   13   17   20   23   23   22   21   18   15   12   10   10   12   14   15
+   15   14   12   10   10   11   12   13   13   13   12   12   12   11   12   13
+   14   14   14   15   14   14   15   16   17
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   13   12   13   13   13   12   11    9    7    6    6    7    8   10
+   12   13   14   15   15   14   13   12   11   10    9   10   11   12   13   13
+   14   16   19   22   24   24   23   20   16   13   10    9   10   12   14   15
+   15   13   10    8    8    9   10   11   12   11   12   12   12   11   12   13
+   14   14   13   13   13   12   13   14   14
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   10    9   10   10   11   11    9    7    6    5    5    5    6    8
+    9   11   13   13   13   12   11   10    9    8    9   10   11   13   15   16
+   17   19   21   24   25   24   21   18   14   11   10   10   11   12   13   14
+   13   11    9    7    6    7    9   10   11   11   11   11   11   11   13   14
+   14   14   13   12   12   11   11   11   11
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    8    7    7    7    8    7    6    5    4    4    4    4    4    6
+    8    9   11   12   12   11   10    9    8    8    8   10   12   14   16   18
+   19   21   22   24   24   22   19   16   14   12   11   11   11   12   13   13
+   12   10    7    5    5    7    9   11   11   11   10   10   10   11   13   14
+   15   14   13   12   11   10    9    9    9
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    7    8    7    7    6    5    4    3    3    4    5    5    5    6
+    8    9   10   10   10   10    9    9    8    8    9   10   12   15   17   19
+   20   21   22   22   21   20   18   17   16   15   14   12   11   11   12   12
+   10    8    7    5    6    8   10   12   14   13   12   11   10   11   13   14
+   15   14   13   11    9    8    7    7    7
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    7    8    9   10   10    9    8    6    5    5    6    6    6    6    7
+    8   10   10   11   11   11   11   11   10    9   10   11   13   15   17   18
+   19   20   21   21   20   20   19   19   19   18   15   13   11   11   11   10
+    9    8    7    7    8   11   14   16   17   17   15   13   11   11   13   14
+   15   14   13   11    9    7    6    5    5
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    7    9   11   12   12   11   10    9    7    7    7    7    8    8    8
+    9   11   12   12   13   13   13   13   12   11   11   12   13   14   16   17
+   18   18   19   20   20   21   22   23   22   20   17   13   11   11   10   10
+    9    9    8    9   12   15   18   20   22   22   19   17   14   12   13   14
+   15   14   13   11   10    8    6    5    5
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    7    9   11   12   13   12   12   11    9    9    9    8    9    9   10
+   10   11   12   13   13   14   13   13   12   11   11   12   13   14   14   15
+   16   17   18   20   22   24   25   25   23   20   16   13   12   11   11   10
+   10   10   10   12   15   19   23   25   26   26   24   20   17   14   13   13
+   15   15   14   13   13   11   10    8    6
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10   10   11   12   13   13   12   11   10   10   10   10   10   10   10
+   11   11   12   12   13   13   12   12   12   11   11   11   12   12   12   13
+   14   15   17   19   22   24   26   25   23   19   16   14   13   13   13   12
+   11   11   13   15   19   23   26   29   30   29   27   24   20   17   14   14
+   15   16   17   16   16   16   14   13   11
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   13   13   13   13   12   12   11   11   10   10   11   11   11   11
+   11   11   12   12   12   11   11   11   10   10   10   10   10   11   11   11
+   12   13   16   18   20   23   23   23   20   18   16   14   14   15   14   14
+   13   13   15   18   21   25   28   31   32   31   29   27   23   20   17   16
+   17   18   19   20   20   20   20   18   16
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   18   17   15   14   13   12   11   11   11   11   11   11   11   11
+   11   11   11   10   10   10   10    9    9    9    9    9    9    9    9   10
+   10   12   14   16   18   19   20   20   18   17   16   16   16   16   16   15
+   14   14   16   19   22   25   29   31   32   32   30   28   25   22   20   19
+   20   21   23   25   26   26   26   24   22
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   26   24   21   19   17   15   13   12   11   11   11   11   11   11   11
+   11   10   10   10    9    9    9    9    8    8    8    8    8    8    8    9
+    9   11   12   14   15   17   17   17   17   17   16   16   16   16   16   15
+   14   14   16   18   21   24   27   29   30   30   29   28   27   25   24   23
+   25   27   29   30   31   32   32   31   28
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   32   29   26   23   20   17   15   13   12   11   11   11   11   11   11
+   10   10    9    9    8    8    8    8    8    8    8    8    8    9    9    9
+   10   11   12   13   14   15   16   16   16   16   16   15   16   16   15   13
+   13   13   14   16   19   21   24   26   28   28   28   28   28   27   27   28
+   30   32   34   36   38   38   38   37   34
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   37   34   30   27   23   20   17   15   13   12   11   11   11   11   10
+   10   10    9    9    8    8    8    9    9    9    9    9    9    9   10   11
+   11   12   13   14   14   15   15   15   14   14   13   13   13   12   12   11
+   11   10   11   13   16   19   21   24   26   27   28   29   29   30   31   33
+   35   38   40   42   43   44   43   42   40
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   41   38   34   31   27   24   21   18   16   14   13   12   11   10   10
+   10    9    9    9    8    8    9   10   10   10   10   10   10   11   11   12
+   12   13   14   14   14   14   14   13   13   12   11   10    9    8    8    7
+    8    8    9   10   12   15   19   22   24   26   28   30   31   32   34   37
+   39   42   44   46   47   47   47   46   44
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   41   38   35   31   28   25   22   20   18   16   14   13   12   11
+   10   10   10    9    9    9   10   10   11   11   11   11   11   12   12   12
+   13   13   14   14   14   13   12   12   11   10    9    9    8    8    8   10
+   10   10   10   11   11   13   15   18   22   25   28   30   32   34   37   39
+   42   44   46   47   48   48   48   47   45
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   42   39   37   34   32   29   27   24   22   20   18   17   15   14
+   13   12   12   11   11   11   11   11   11   12   12   12   12   13   13   13
+   14   14   14   14   13   13   12   12   11   11   11   11   11   11   11   11
+   11   11   12   13   14   15   16   18   21   24   28   32   34   36   38   40
+   42   43   45   46   47   47   47   46   45
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   41   39   37   36   34   32   30   28   26   25   23   21   20   19
+   18   17   16   15   15   14   14   14   14   14   14   14   14   15   15   15
+   15   15   15   15   15   15   15   14   14   14   14   14   14   14   15   15
+   16   16   17   17   19   20   22   24   26   29   32   34   36   37   38   40
+   41   42   43   43   44   44   44   44   43
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   38   37   36   35   34   33   32   30   29   28   27   26   25   24
+   22   22   21   20   20   19   19   18   18   18   18   18   18   18   18   18
+   19   19   19   19   19   19   19   19   19   19   19   20   20   20   20   21
+   21   22   23   23   24   25   27   28   29   30   32   33   35   35   36   37
+   38   39   39   39   40   40   40   39   39
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   34   33   33   32   32   31   31   30   30   29   29   28   27   27
+   26   26   25   25   25   24   24   24   23   23   23   23   23   23   23   23
+   23   23   23   23   23   23   24   24   24   24   24   24   24   25   25   26
+   26   26   26   27   27   28   29   29   29   30   31   31   32   32   33   33
+   34   34   34   34   34   34   34   34   34
+     2                                                      END OF RMS MAP     
+     3                                                      START OF RMS MAP
+  2010    12     5     4     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   12   12   12   12   13   13   13   14   14   14   15   15
+   15   15   16   16   16   16   16   16   17   17   17   17   17   17   17   16
+   16   16   16   16   16   15   15   15   15   15   14   14   14   13   13   13
+   12   12   12   12   12   11   11   11   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9   10   10   10   11   11   12   13   13   14   14   15   15   16   16
+   17   17   17   17   18   18   18   18   18   18   18   19   19   19   19   19
+   18   18   18   18   17   17   17   16   16   15   14   14   13   13   12   12
+   11   10   10   10    9    9    8    8    8    8    8    7    7    7    7    7
+    7    7    7    7    7    8    8    8    9
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    8    9    9   10   11   12   12   13   14   14   15   16   16   17
+   18   18   18   19   19   19   19   19   19   19   19   19   20   20   20   20
+   20   19   19   19   19   18   18   17   16   15   14   13   12   12   11   10
+    9    9    8    8    8    7    7    7    7    7    6    6    6    6    6    6
+    6    6    6    6    6    6    6    7    7
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    9    9   10   11   12   13   13   14   15   16   17   17   18
+   18   18   19   19   19   19   19   19   18   18   18   19   19   19   19   19
+   19   19   20   19   19   18   18   17   15   14   13   12   10   10    9    8
+    8    7    7    7    7    6    7    7    7    7    7    7    7    7    7    7
+    7    6    6    6    6    6    6    6    7
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9   10   10   11   12   13   14   15   15   16   17   18   18   19
+   19   19   19   19   19   19   18   18   17   17   17   17   17   17   18   18
+   18   19   19   19   19   18   17   16   15   13   11   10    8    7    6    5
+    5    5    5    6    6    7    7    8    8    9    9    9   10   10    9    9
+    9    9    8    8    7    7    7    8    8
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   13   14   15   15   16   17   18   18   19   19   19
+   20   20   20   19   19   18   17   17   16   16   15   15   15   15   16   16
+   16   17   17   18   17   17   16   15   13   11    9    7    6    4    3    3
+    3    4    5    6    7    8    9   10   11   12   12   13   13   12   12   12
+   11   11   10   10    9    9    9    9   10
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   14   15   15   16   17   18   18   18   19   19   19   20   20   20
+   20   20   20   20   19   18   17   17   15   15   14   14   13   13   14   14
+   14   15   15   16   16   15   15   13   11    9    7    5    3    2    1    1
+    2    3    5    6    8   10   12   13   13   14   15   15   15   15   15   15
+   14   13   13   12   12   12   12   12   12
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   19   19   20   20   21   21   21   20   20   20   20   21
+   21   21   21   21   21   20   18   17   16   15   14   13   12   12   12   12
+   12   13   13   14   14   13   13   11    9    7    5    3    2    1    0    1
+    2    4    6    8   10   11   13   14   15   16   17   17   17   17   17   16
+   16   15   14   14   14   14   15   15   16
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   21   22   22   23   23   23   23   23   22   22   21   21   21
+   21   22   22   22   22   21   20   18   17   15   14   13   12   11   11   10
+   10   10   11   12   12   11   11   10    8    6    4    2    1    1    1    2
+    3    5    7    9   11   13   14   16   16   17   18   18   18   18   18   18
+   17   16   16   15   16   16   17   17   18
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   23   24   24   25   25   25   25   25   24   23   22   22   21
+   22   22   22   23   23   22   21   20   18   16   15   13   12   10   10   10
+   10   10   10   10   10   10   10    9    8    6    4    2    1    0    1    2
+    4    6    8   10   12   14   15   16   18   18   18   18   18   18   19   18
+   17   17   16   16   17   17   18   19   20
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   24   24   25   25   26   26   26   26   25   24   23   23   22
+   22   22   22   23   23   23   22   20   19   17   15   14   13   12   11   10
+   10   10    9   10   10   10   10    9    8    7    5    4    2    1    2    3
+    5    7    9   11   13   14   15   17   19   19   17   17   17   17   18   17
+   16   16   16   16   17   18   18   20   21
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   23   24   25   25   25   26   26   26   25   25   24   23   22
+   22   22   23   23   23   23   22   21   19   18   16   15   14   13   12   11
+   11   10   10   10   10   11   11   11   11   10    8    7    5    4    4    5
+    7    8   10   12   13   14   15   16   17   17   16   16   16   16   17   16
+   15   15   15   16   16   17   18   19   20
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   20   21   22   23   23   23   23   25   25   25   25   25   24   23   22
+   22   22   23   23   23   23   22   21   20   19   18   17   16   15   14   13
+   12   12   11   11   12   13   14   14   14   13   12   10    9    7    7    8
+    9   11   12   13   14   15   15   15   15   15   16   16   16   16   16   16
+   15   15   15   15   15   16   17   17   18
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   20   21   21   21   21   23   23   24   25   24   24   23   22
+   22   22   22   22   23   22   22   21   20   19   18   18   17   16   15   15
+   14   13   13   14   14   16   17   17   17   17   15   14   13   12   11   12
+   12   13   14   14   15   15   15   15   14   16   18   19   17   17   17   17
+   17   16   15   15   14   15   15   16   17
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   18   19   18   19   21   22   23   24   24   24   23   22
+   22   21   22   22   22   22   21   20   19   19   19   18   18   18   17   16
+   15   15   15   16   17   18   20   20   21   20   19   18   17   16   15   15
+   15   16   16   16   16   16   16   15   15   17   20   21   19   19   19   19
+   19   18   16   15   15   14   15   15   16
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   17   17   17   17   18   19   20   21   22   23   23   23   22
+   22   21   21   22   22   21   20   20   19   19   19   19   19   18   17   17
+   16   16   17   18   20   21   22   23   23   23   22   21   20   19   19   19
+   19   19   19   18   18   17   16   16   16   17   19   20   20   21   22   22
+   21   20   18   17   15   15   14   14   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   16   17   17   17   16   17   18   19   21   22   22   23   22
+   22   21   21   21   21   20   20   19   19   19   19   19   18   18   17   16
+   16   16   18   20   22   23   24   25   25   24   24   23   22   21   21   21
+   21   21   21   20   18   17   16   16   16   17   18   20   22   23   24   24
+   23   21   20   18   16   15   13   13   13
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   16   17   17   17   16   16   17   18   20   21   22   22   22
+   22   21   21   21   21   21   20   19   19   18   18   18   17   17   17   16
+   16   17   19   21   23   24   25   25   25   24   24   23   22   22   22   23
+   23   23   21   20   18   16   16   15   15   16   18   20   22   23   24   24
+   24   22   21   19   17   15   13   13   13
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   16   18   18   18   17   17   16   17   18   20   21   22   22   22
+   22   22   21   21   21   21   20   19   19   18   18   18   17   16   16   15
+   15   17   19   21   22   23   24   24   24   23   23   22   22   22   23   24
+   24   23   21   19   17   15   14   14   14   16   18   20   21   22   23   24
+   23   22   21   19   17   15   14   13   13
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   18   19   20   20   19   17   16   17   18   20   22   22   22   22
+   22   22   22   22   21   21   20   20   19   19   18   18   16   15   15   15
+   15   17   19   21   21   22   22   22   22   22   21   21   21   22   23   24
+   24   22   20   17   15   13   13   13   14   15   17   19   21   22   22   22
+   22   21   20   19   17   16   14   13   13
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   19   21   22   22   20   18   17   17   19   20   22   22   22   22
+   22   22   22   22   22   21   21   21   20   19   18   18   17   16   15   15
+   15   17   18   20   20   21   21   20   20   20   20   20   21   22   23   24
+   23   21   18   15   13   12   12   12   13   15   17   19   20   21   21   21
+   20   20   19   19   18   17   15   15   15
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   22   23   25   24   21   19   17   17   19   20   22   22   22   22
+   22   22   22   22   22   22   22   22   21   20   19   19   18   17   16   15
+   15   16   18   18   19   19   19   19   19   19   19   20   21   21   22   23
+   21   19   16   14   12   12   12   12   13   15   17   19   21   21   22   20
+   19   19   19   19   18   18   17   17   17
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   22   24   25   26   25   22   19   18   18   19   21   22   23   23   22
+   22   21   22   22   23   23   24   23   22   21   20   20   19   19   17   16
+   16   17   17   18   18   18   18   18   19   19   19   21   21   22   22   21
+   19   17   15   14   13   13   13   13   14   15   18   20   22   23   23   21
+   19   18   19   20   20   20   19   19   20
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   26   26   27   25   22   19   17   18   19   21   22   22   22   22
+   21   21   22   23   24   25   25   25   24   22   21   21   21   20   18   18
+   17   17   17   18   18   18   18   18   19   19   20   21   22   22   21   20
+   18   16   15   14   14   15   15   15   16   17   19   22   24   24   23   22
+   20   18   19   20   22   22   22   22   22
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   26   26   25   23   20   18   17   17   21   22   23   23   22
+   21   21   22   23   25   26   27   26   25   23   22   21   21   21   19   19
+   18   17   18   18   18   18   18   18   19   19   20   21   22   21   20   18
+   17   15   15   16   16   18   18   19   19   19   22   24   26   26   24   22
+   20   20   18   21   24   24   24   24   24
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   24   24   23   23   21   19   17   17   20   22   22   23   21
+   21   21   22   23   25   26   26   26   25   24   22   22   21   21   19   19
+   18   17   17   18   17   17   17   18   18   18   19   20   21   20   18   16
+   15   15   16   17   18   20   21   21   21   22   24   24   26   26   24   22
+   20   19   17   20   24   25   26   25   26
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   22   22   21   22   22   20   18   17   19   20   22   22   21
+   20   21   22   23   24   25   26   26   25   24   22   21   20   20   19   18
+   17   16   16   16   16   16   17   16   16   17   18   19   19   19   17   16
+   15   15   17   19   21   23   22   23   22   22   24   24   25   25   23   19
+   18   18   16   18   22   24   26   26   26
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   22   20   19   20   22   22   20   18   17   18   19   20   20   20
+   20   20   21   22   23   24   25   25   24   23   21   20   20   19   18   17
+   15   15   14   14   15   15   15   15   15   15   16   17   18   18   16   15
+   15   16   18   21   24   24   24   23   21   20   22   22   23   23   22   20
+   18   17   16   16   17   22   24   24   25
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   20   20   18   18   19   20   20   20   18   16   17   18   19   19   18
+   18   19   20   21   21   22   23   23   23   22   20   19   19   17   16   15
+   14   13   12   12   13   13   13   13   13   13   15   17   18   18   17   16
+   16   17   20   22   25   26   24   21   19   18   18   19   20   21   20   20
+   19   18   16   15   16   19   21   21   22
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   16   15   16   18   19   19   19   18   17   16   17   18   18   17
+   17   18   19   19   20   20   20   21   22   21   20   19   18   16   15   14
+   13   12   12   11   12   12   12   12   12   12   15   17   18   19   18   17
+   17   18   20   22   25   25   23   20   17   15   15   16   17   18   18   18
+   18   17   16   15   15   17   19   19   19
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   12   14   16   19   20   19   18   17   16   17   17   17   17
+   17   17   18   18   18   18   19   20   22   21   20   19   17   16   15   14
+   13   13   12   12   12   12   12   12   12   13   15   17   19   19   19   18
+   18   18   20   22   23   24   22   20   17   14   14   15   16   16   16   16
+   16   16   15   14   13   15   16   17   17
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   11   11   13   16   18   19   19   18   17   16   16   16   16   16
+   17   17   18   18   17   17   18   20   22   22   20   19   18   16   15   14
+   15   14   15   14   14   13   13   13   14   14   16   18   19   20   19   19
+   18   18   19   21   22   22   21   20   18   15   16   17   16   15   14   14
+   14   14   13   13   13   13   14   15   15
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   12   11   11   12   16   18   20   19   17   17   16   16   16   16   16
+   17   18   18   17   17   17   18   20   22   22   21   19   18   17   16   16
+   17   17   17   16   16   15   15   15   15   16   17   18   19   20   20   19
+   18   18   19   21   22   21   21   21   19   18   18   18   17   15   14   14
+   14   14   13   13   13   13   13   13   13
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   12   12   13   16   18   19   18   17   16   15   15   14   15   16
+   17   18   18   18   17   16   17   19   21   21   21   20   19   19   19   18
+   19   18   18   18   17   17   17   17   18   18   19   20   21   20   20   20
+   20   19   20   22   21   20   21   21   21   21   20   20   18   17   16   17
+   18   17   16   15   15   15   14   14   14
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   15   16   18   19   19   17   17   16   14   14   13   13   15
+   17   18   19   18   17   17   17   19   20   20   20   20   20   20   20   19
+   19   19   19   19   19   18   19   20   21   21   21   21   21   21   20   20
+   21   21   21   22   20   20   20   22   22   23   23   22   20   19   19   20
+   22   22   20   18   18   18   17   16   16
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   19   20   21   22   20   17   16   16   15   14   14   14   15
+   17   18   19   18   18   18   18   19   20   20   20   21   21   21   20   19
+   19   19   20   20   20   20   21   22   22   23   22   22   21   21   21   20
+   20   21   20   20   19   19   20   22   24   26   26   25   23   22   23   25
+   26   26   24   23   22   22   22   20   20
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   22   22   23   23   21   18   16   16   16   15   15   15   15
+   17   18   19   18   18   19   19   19   19   20   20   20   21   20   20   20
+   20   20   21   21   21   21   22   23   24   24   23   22   21   21   20   20
+   19   20   20   19   19   19   20   22   25   27   28   27   26   27   28   30
+   31   30   29   28   26   26   25   25   24
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   27   26   25   24   24   22   19   18   17   17   17   16   15   15
+   16   17   17   17   18   19   20   20   20   20   20   20   20   20   20   20
+   20   20   21   21   20   21   21   23   24   24   23   21   20   19   19   18
+   18   19   19   19   19   20   21   22   25   26   28   29   29   30   33   35
+   35   34   33   32   30   29   28   28   28
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   29   29   27   25   24   24   22   20   18   18   18   18   17   15   15
+   16   17   16   16   17   19   20   20   20   20   20   19   19   19   19   19
+   19   20   20   19   19   19   20   21   22   22   21   19   18   18   18   18
+   18   18   19   19   20   21   22   22   23   25   27   28   30   33   36   38
+   38   37   36   35   33   32   29   29   29
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   29   28   27   26   25   24   22   20   19   19   18   18   17   15   14
+   15   15   15   15   16   18   19   20   19   19   19   19   18   18   18   18
+   18   18   18   18   17   17   18   19   20   20   20   18   18   17   18   18
+   17   18   19   20   21   21   22   22   22   22   24   26   29   33   38   39
+   40   38   37   36   35   33   30   29   29
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   28   27   26   26   25   24   22   21   20   19   19   18   17   16   15
+   14   14   13   12   13   15   17   18   18   17   18   18   16   16   16   16
+   16   16   16   16   15   15   16   17   18   18   17   17   17   18   18   18
+   17   17   18   19   21   21   22   21   20   19   19   22   27   32   37   39
+   39   36   36   36   35   34   31   29   29
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   27   26   25   25   24   23   22   21   20   20   19   19   18   17   16
+   15   13   11   10   10   12   14   16   17   16   16   16   15   14   14   14
+   15   15   15   15   14   14   15   16   16   16   15   16   16   18   18   18
+   17   16   17   19   20   21   21   20   19   17   16   19   25   30   35   36
+   35   32   31   33   33   33   30   28   28
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   26   25   24   23   23   23   22   21   20   20   19   19   19   18   18
+   17   14   12    9    9   10   12   15   16   15   16   15   14   13   13   13
+   14   14   14   14   14   14   15   16   16   15   15   15   16   17   18   18
+   17   16   16   18   19   20   20   19   19   17   15   20   25   29   32   32
+   30   27   27   28   29   29   29   28   27
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   22   21   21   22   22   22   21   20   20   19   19   19   20   20
+   20   18   15   11    9    9   12   14   16   15   15   15   14   13   12   13
+   14   14   15   15   15   16   16   17   17   16   15   15   16   18   18   18
+   16   15   15   16   17   18   19   20   20   18   15   20   24   27   30   29
+   26   23   23   24   25   26   26   25   24
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   19   19   19   20   21   21   20   20   20   19   19   20   21   22
+   22   21   18   14   11   10   12   13   15   15   15   14   14   13   13   14
+   15   16   16   17   17   18   19   19   19   18   17   16   17   18   18   18
+   17   15   15   15   16   17   18   19   21   17   15   17   21   25   27   26
+   23   20   19   20   20   21   21   21   20
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   17   19   19   19   19   19   19   20   20   22   23
+   24   23   20   17   14   13   13   14   15   15   15   14   14   14   14   15
+   16   17   18   19   20   21   23   22   21   19   18   17   17   17   18   18
+   17   15   15   15   16   16   16   18   18   16   15   16   19   22   26   25
+   21   19   17   17   17   17   17   17   16
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   14   14   14   15   17   18   18   18   18   19   19   20   22   24
+   25   24   22   20   17   16   15   15   16   16   15   14   14   15   16   16
+   17   18   19   21   22   24   26   25   23   21   19   17   17   16   17   18
+   17   16   15   15   16   16   16   16   16   16   15   17   18   20   23   22
+   19   18   16   15   15   14   14   13   13
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   13   13   14   15   16   16   17   18   18   18   19   21   23
+   24   24   23   21   20   18   18   17   17   16   15   15   15   15   16   17
+   18   19   20   22   24   26   27   26   24   21   19   17   16   15   16   17
+   17   17   16   15   15   15   15   15   15   15   15   16   17   17   19   18
+   17   16   16   15   14   13   12   12   12
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   13   12   12   14   15   15   16   16   17   17   18   19   21
+   22   23   23   22   21   20   19   18   17   17   16   15   15   16   16   17
+   18   19   21   23   25   26   27   26   24   21   19   17   15   14   15   16
+   16   16   16   15   15   14   14   14   14   14   14   15   15   15   15   14
+   14   15   15   15   14   13   12   11   12
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   12   12   12   12   13   14   15   15   16   17   17   18   20
+   21   22   22   22   21   21   19   18   17   16   16   15   15   16   17   18
+   18   20   21   23   24   25   25   24   23   20   18   16   15   14   14   15
+   15   16   15   14   13   13   12   12   12   12   12   13   12   12   12   12
+   12   13   13   14   13   12   12   12   12
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   11   11   11   12   13   13   15   15   16   17   18   18
+   19   20   20   21   20   19   18   17   16   15   15   15   15   16   17   18
+   19   20   21   22   23   23   23   22   21   19   17   16   14   14   13   13
+   14   14   13   13   12   11   11   10   10   10   11   11   10   10   10    9
+   10   10   11   12   12   11   11   11   12
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   11   10   10   10   10   10   11   12   14   15   16   17   17   18
+   18   18   18   18   18   17   16   15   14   14   14   14   15   17   18   19
+   20   21   21   22   22   22   21   20   18   17   16   15   15   13   13   12
+   12   11   11   10   10   10   10    8    8    9   10   10   10    9    8    8
+    8    9    9   10   10   10   10   10   10
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    8    8    7    7    8    9   10   11   13   14   15   16   16   17
+   17   17   17   16   16   15   13   12   12   12   13   14   15   17   18   20
+   20   21   21   21   21   20   19   18   17   16   16   15   14   13   11   10
+    9    8    8    8    8    9   10    7    7    9   11   11   10    9    9    8
+    8    8    8    8    8    8    8    8    8
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    5    4    4    4    6    7    9   10   12   13   14   15   15   15
+   15   15   15   14   14   13   11   11   10   10   11   13   14   16   18   19
+   20   21   21   20   20   19   18   17   16   16   15   15   14   12   10    7
+    6    5    5    5    6    8    8    6    7   10   12   12   12   10    9    8
+    7    7    7    7    7    7    6    6    6
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    3    2    2    2    3    5    8   10   11   12   13   13   13   14
+   13   13   13   12   12   11   10    9    9    9   10   12   14   16   18   19
+   19   20   20   19   19   18   17   17   16   15   15   14   13   11    8    6
+    4    4    4    4    4    5    5    6    8   11   13   13   13   12   10    8
+    7    6    6    6    6    6    5    5    4
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    2    2    1    1    2    3    4    7    9   10   11   12   12   12   12
+   12   12   12   12   11   10    9    9    8    8    9   11   13   15   16   17
+   18   18   19   19   19   19   18   17   16   15   14   13   12    9    7    5
+    3    3    3    3    4    4    5    7    9   12   13   14   14   12   10    9
+    7    6    5    5    5    5    4    4    3
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    2    1    2    3    4    4    5    6    8    9   10   11   11   12   12
+   12   12   12   12   11   11   10   10   10   10   11   12   13   14   14   14
+   15   16   17   18   19   19   18   17   16   14   13   12   10    8    6    5
+    4    3    4    4    5    6    7    9   11   12   14   14   14   13   11   10
+    9    8    7    7    6    6    5    4    3
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    2    3    4    5    6    5    6    7    8    9    9   10   11   11
+   11   12   13   13   12   12   12   12   11   13   14   13   12   11   11   10
+   12   14   16   18   19   19   18   17   15   13   11   10    9    8    7    6
+    5    5    6    7    8    9   10   11   12   13   13   13   13   13   12   12
+   11   11   11   10    9    8    7    5    4
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    4    4    4    6    6    7    6    6    6    7    7    7    8    9   10
+   10   11   12   13   13   13   12   12   11   13   13   12   10    8    8    8
+   10   13   16   17   18   18   17   15   13   12   10   10    9    9    8    7
+    7    8    9   10   11   13   14   14   14   14   13   12   12   11   11   12
+   13   14   14   14   13   11   10    8    6
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    7    6    5    6    7    7    7    7    6    6    6    6    7    7    8
+    9   10   11   12   12   12   12   12   10   11   10   10    9    8    7    8
+   10   12   15   16   17   16   15   14   12   11   11   10   10   10   10    9
+    9   11   12   13   15   16   17   18   18   16   15   13   11   11   11   12
+   14   16   16   17   15   14   12   11    9
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   10    9    8    8    8    8    8    8    7    6    6    6    7    7    7
+    8    8    9   10   10   11   11   10    9    9    9    9    9    9    9    9
+   11   12   13   14   14   14   13   12   12   11   11   11   10   11   11   11
+   12   13   14   15   17   19   20   21   21   20   18   15   14   12   12   13
+   15   17   19   19   19   17   16   14   12
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   12   11   10    9    9    8    8    8    8    8    8    8    8    8
+    8    8    8    8    9    9    9    9    8    8    8    8    9    9   10   10
+   11   12   12   12   12   12   12   11   12   12   13   12   12   11   12   12
+   13   14   15   16   18   20   21   23   23   23   21   19   17   15   15   16
+   18   20   22   23   23   21   20   18   16
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   18   16   14   13   11   10    9    9    9    9    9    9    9    9    9
+    8    8    8    7    7    7    8    7    7    7    7    7    7    8    9   10
+   10   10   11   11   11   11   11   11   12   13   13   13   12   11   12   11
+   12   13   14   15   17   19   21   23   24   24   23   22   20   19   19   20
+   22   24   26   27   27   26   25   23   21
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   24   22   19   17   15   13   11   10    9    9    8    8    9    9    9
+    9    8    7    7    6    6    6    7    7    7    7    6    7    7    8    9
+    9   10   10   10   10   10   11   11   12   13   12   12   12   11   10   11
+   11   12   13   14   16   17   20   22   24   24   24   23   23   22   23   25
+   27   29   31   32   32   32   30   29   26
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   30   28   25   22   19   16   14   12   10    9    8    8    8    8    8
+    8    7    7    6    6    6    6    7    7    7    7    7    7    8    8    9
+   10   10   10   10   10   10   10   10   11   10   10   10    9    9    9    9
+   10   10   11   12   14   16   18   21   23   25   25   25   25   26   27   29
+   32   34   36   37   37   37   36   34   32
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   35   33   30   27   24   21   18   16   14   11   10    9    8    8    7
+    7    7    6    6    7    7    7    8    8    9    9    9    9    9   10   10
+   11   11   11   10   10    9    9    9    8    8    8    7    7    7    7    8
+    9    9   10   11   12   15   17   20   23   26   27   28   28   30   31   34
+   36   38   39   40   41   41   40   39   38
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   39   37   35   32   29   26   23   21   18   16   14   12   11   10    9
+    9    9    8    8    9    9    9   10   10   10   11   10   11   11   11   12
+   12   11   11   10   10    9    8    7    7    6    6    6    6    6    7    8
+    9   10   11   13   14   15   16   18   21   25   28   29   32   33   35   37
+   39   41   42   43   44   44   43   43   41
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   39   37   35   33   30   28   26   23   21   19   18   16   15   14
+   13   13   12   12   12   12   12   12   12   12   12   13   13   13   13   13
+   13   13   12   12   11   11   10    9    9    8    8    8    9   10   11   13
+   14   14   16   17   17   18   20   21   23   26   29   32   35   36   38   39
+   41   42   43   43   44   44   44   43   42
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   39   37   36   34   33   31   29   27   26   25   23   22   21   20
+   19   18   18   17   17   16   16   15   15   15   15   15   15   16   16   16
+   16   16   16   16   16   16   15   15   15   15   15   15   16   16   17   17
+   19   19   21   21   22   23   25   26   28   30   32   34   35   37   38   39
+   40   41   42   42   42   42   42   41   41
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   37   36   35   34   33   32   31   30   29   28   27   26   26   25
+   24   23   23   22   22   21   21   20   20   20   19   20   19   20   20   20
+   20   20   20   20   21   21   21   21   21   21   21   22   22   23   23   23
+   24   24   25   26   27   28   29   30   31   31   33   34   35   35   36   37
+   37   38   38   38   39   39   38   38   38
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   34   33   33   33   32   32   31   31   31   30   30   29   28   28
+   28   27   27   27   26   26   26   25   25   25   25   25   24   25   24   24
+   24   24   24   25   25   25   25   25   26   26   26   26   26   27   27   28
+   28   28   28   29   29   30   30   30   31   31   32   32   33   33   33   34
+   34   34   34   34   34   34   34   34   34
+     3                                                      END OF RMS MAP     
+     4                                                      START OF RMS MAP
+  2010    12     5     6     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   11   11   11   11   11   12   12   12   13   13   13   13   13
+   13   14   14   14   14   14   14   14   14   14   14   14   14   14   14   14
+   14   14   13   13   13   13   12   12   12   12   11   11   11   11   10   10
+   10   10   10    9    9    9    9    9    9    9    9    9    9    9    9    9
+    9    9    9    9    9   10   10   10   10
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   11   11   12   12   12   13   13   13   14   14   14   14
+   15   15   15   15   16   16   16   16   16   16   16   16   16   16   16   16
+   16   15   15   15   14   14   13   13   12   12   11   11   10   10    9    9
+    8    8    8    8    7    7    7    7    7    6    7    7    7    7    7    7
+    7    7    8    8    8    8    9    9    9
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   11   12   12   13   13   14   14   14   15   15   15   16
+   15   16   16   16   16   17   16   17   17   17   17   17   17   17   18   17
+   17   17   16   16   15   15   14   13   12   11   11   10    9    8    8    7
+    7    7    6    6    6    6    6    5    6    5    6    6    6    6    6    6
+    6    7    7    8    8    8    8    9    9
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   12   12   13   13   14   14   15   15   15   15   16   16   16
+   16   16   16   16   16   16   17   17   17   17   18   18   18   18   18   18
+   18   18   17   16   16   15   14   13   12   11   10    9    8    7    7    6
+    5    5    5    5    5    5    5    5    6    6    6    6    6    6    6    7
+    7    7    8    8    8    9    9    9   10
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   14   14   15   15   16   16   16   16   16   16   16
+   16   16   16   16   16   17   16   16   17   17   17   18   18   18   18   18
+   18   18   17   16   15   14   13   12   11    9    8    7    6    6    5    5
+    5    5    5    5    6    6    6    7    7    8    8    8    8    8    9    9
+    9    9    9    9    9   10   10   10   11
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   15   15   16   16   17   17   17   17   17   17   17   16
+   16   16   16   16   16   17   17   17   17   17   17   17   17   18   18   18
+   17   17   17   16   14   13   12   10    9    7    6    5    5    4    4    4
+    4    5    6    7    7    8    9    9   10   10   11   11   12   12   12   12
+   12   12   12   12   12   12   12   12   12
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   16   17   17   18   18   18   18   18   18   18   17   17   17
+   17   17   17   17   17   17   18   17   17   17   17   17   17   17   17   17
+   17   16   16   15   13   12   10    9    7    6    5    4    4    3    3    4
+    5    5    7    8    9   10   11   12   12   13   14   15   15   15   15   15
+   15   15   15   15   15   14   14   14   14
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   18   19   20   20   20   20   20   19   19   18   18   18
+   19   19   19   19   19   19   19   19   18   18   17   17   16   16   16   16
+   16   15   14   13   12   10    9    7    6    5    4    4    4    3    3    4
+    5    7    8    9   11   12   13   14   15   16   17   17   17   17   17   18
+   18   18   18   18   18   17   17   16   16
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   19   20   21   22   23   23   22   21   21   20   20   20   20
+   20   20   21   21   21   21   21   20   20   18   17   16   16   15   15   15
+   15   14   13   12   10    9    8    6    5    5    4    4    4    5    5    6
+    6    8    9   11   13   14   15   16   17   18   18   18   18   18   19   19
+   20   20   21   21   20   20   19   18   17
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   21   23   24   24   25   24   24   23   22   22   21   22
+   22   22   23   23   23   23   22   22   20   18   17   16   15   14   14   14
+   14   13   12   11   10    9    7    6    6    6    6    6    7    7    7    8
+    9   10   11   12   14   15   16   17   17   18   18   18   18   17   18   19
+   20   21   22   22   21   21   20   18   18
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   19   20   22   23   24   26   26   26   25   24   24   23   23   23
+   23   23   24   24   24   23   22   22   20   18   17   15   14   14   13   13
+   13   13   12   11   10    9    8    7    7    8    9    9   10   10   11   11
+   12   12   13   14   15   16   17   18   18   18   17   17   16   16   16   17
+   18   20   20   21   21   21   20   19   20
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   18   20   21   23   25   26   26   26   26   25   24   24   24   24
+   24   24   24   24   24   23   22   21   20   18   17   16   14   13   13   13
+   13   13   13   12   11   11   10   10   10   11   12   13   13   13   13   14
+   14   14   14   15   17   17   18   18   18   18   17   16   15   14   15   15
+   16   17   19   20   20   20   19   18   18
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   20   22   24   25   26   26   26   25   25   25   24   24
+   25   24   24   23   23   22   21   20   20   19   17   16   14   14   13   14
+   14   14   15   14   14   13   13   13   13   14   15   16   16   16   16   16
+   16   16   16   17   18   19   19   19   19   18   17   15   14   13   13   13
+   15   16   17   19   19   19   18   17   16
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   18   20   22   24   24   25   25   25   25   25   24   24
+   24   24   23   22   22   21   20   20   19   18   18   16   15   14   14   14
+   15   16   16   17   16   16   16   16   17   17   18   18   18   18   17   17
+   17   17   18   18   19   20   20   21   20   19   18   16   15   13   13   13
+   13   15   16   17   18   18   18   17   16
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   15   16   18   20   22   23   24   24   24   24   24   24   24
+   23   23   23   22   21   20   19   19   19   19   18   17   16   15   15   15
+   16   17   17   18   19   19   19   19   19   20   20   20   20   19   18   18
+   17   18   19   20   20   21   22   22   22   21   20   18   17   15   14   13
+   13   14   14   15   16   17   17   17   15
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   13   13   14   16   18   20   21   22   23   23   23   23   23   23
+   23   23   22   21   20   20   19   19   19   19   19   18   17   16   15   15
+   16   17   19   19   20   21   21   21   21   21   21   21   20   19   18   17
+   17   18   19   20   20   21   22   23   23   23   22   21   19   17   16   15
+   14   14   14   14   15   16   17   16   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   13   13   14   15   17   19   20   21   22   23   23   23   22   22
+   22   22   22   22   21   20   19   19   19   20   19   19   17   16   16   15
+   16   18   19   20   21   22   23   23   22   22   21   20   19   18   17   16
+   16   16   18   19   20   21   22   23   23   23   23   22   21   20   18   17
+   15   14   14   15   16   17   17   17   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   14   13   14   15   17   19   20   21   22   23   23   22   22   22
+   22   23   23   23   22   21   20   20   20   20   20   18   17   16   16   16
+   16   18   19   21   22   23   23   23   22   22   21   20   18   16   15   14
+   14   15   16   17   18   19   20   21   22   22   22   23   22   21   20   18
+   17   16   15   16   17   18   19   19   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   16   15   15   16   18   19   20   21   22   24   23   23   22   22
+   22   23   24   24   24   23   22   20   21   20   19   17   16   15   16   16
+   16   17   19   21   22   22   23   22   22   21   20   19   17   15   14   13
+   12   12   14   15   16   17   18   19   20   21   21   22   22   21   21   20
+   19   18   17   17   18   19   20   20   19
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   18   18   18   19   19   21   22   23   23   24   24   24   23   23
+   23   24   25   25   25   24   23   21   21   20   18   16   15   15   16   16
+   17   18   19   20   21   21   21   21   21   20   20   19   17   15   13   11
+   11   10   12   13   14   16   17   18   19   19   20   21   21   21   21   20
+   20   20   19   18   19   20   21   22   21
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   21   22   22   23   23   23   24   25   25   24   24   23
+   24   24   25   26   26   25   24   22   20   20   18   16   15   15   15   16
+   17   18   18   19   20   20   19   20   20   20   20   19   18   16   13   11
+   10   10   10   11   13   15   16   17   18   19   19   20   20   20   20   20
+   20   20   21   20   20   21   22   23   22
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   22   23   24   24   24   24   24   24   25   25   25   24   24
+   24   24   25   26   26   25   24   22   21   19   17   16   15   15   16   17
+   17   18   18   18   18   18   18   19   19   20   21   20   19   17   15   12
+   11   10   10   11   13   15   17   18   19   19   19   19   19   19   19   20
+   21   21   21   20   20   21   22   23   23
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   23   23   24   26   26   25   24   24   24   24   24   24   24   24
+   24   24   25   25   25   25   24   23   21   19   18   17   16   16   17   18
+   19   19   18   18   17   17   18   18   19   20   21   21   20   18   17   15
+   13   12   12   13   14   16   18   19   20   19   19   18   18   19   19   20
+   21   22   22   20   20   21   22   23   24
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   23   24   25   25   25   24   23   23   22   23   24   24   25
+   24   24   24   25   25   26   25   24   20   18   18   17   16   17   18   20
+   20   19   18   18   17   17   17   18   18   19   21   21   20   19   18   17
+   16   15   15   15   16   19   19   19   20   21   19   19   19   20   21   22
+   23   24   23   21   19   19   20   22   24
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   23   23   24   24   24   23   22   21   21   21   22   23   24
+   24   24   24   25   25   26   25   24   21   19   19   18   17   18   20   21
+   21   20   19   18   18   18   17   17   18   18   20   20   20   19   19   19
+   18   18   18   17   18   20   20   20   20   22   21   18   19   21   23   23
+   26   26   23   21   18   17   18   20   23
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   22   22   22   22   22   21   20   19   19   19   20   22   24
+   25   24   24   24   25   25   25   24   22   21   20   18   18   19   21   22
+   22   20   19   18   18   18   17   17   17   18   18   18   18   18   20   20
+   21   21   20   20   19   21   21   21   21   21   20   18   17   18   22   22
+   25   25   23   21   17   16   16   17   20
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   20   20   20   20   20   19   19   18   18   18   19   20   23
+   24   24   24   24   24   25   25   25   24   22   20   19   19   20   21   22
+   21   20   19   18   18   17   17   17   17   17   16   16   16   17   19   20
+   22   22   22   21   20   21   22   22   20   20   19   17   15   15   18   18
+   20   22   23   21   16   15   15   16   18
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   18   19   19   18   18   19   19   18   17   16   17   17   19   22
+   23   24   24   23   24   25   25   25   24   22   21   20   20   20   20   21
+   20   19   18   16   16   16   17   16   16   16   15   14   14   15   17   19
+   21   23   22   21   20   20   21   21   21   20   19   17   16   15   17   17
+   18   18   20   18   16   15   14   15   17
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   18   18   18   18   18   18   18   18   17   16   15   15   18   20
+   22   23   24   23   24   25   25   24   23   22   20   19   19   19   18   18
+   18   17   15   14   14   15   16   16   16   16   15   14   13   15   17   20
+   21   21   21   21   20   20   20   20   20   20   19   17   16   16   17   18
+   18   19   18   16   15   14   15   15   17
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   19   18   18   18   18   18   19   19   18   17   16   15   17   19
+   21   23   23   23   23   24   24   23   22   21   20   19   18   17   16   16
+   16   14   12   12   13   14   15   16   15   15   15   14   14   15   19   21
+   21   20   20   19   19   18   19   19   19   18   17   16   15   16   17   18
+   19   19   18   17   15   14   15   18   19
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   21   19   18   18   18   19   20   20   20   19   17   16   17   19
+   20   22   23   23   23   22   22   22   21   20   19   18   17   15   14   14
+   14   13   11   11   12   13   15   15   16   16   16   15   15   16   19   20
+   20   19   19   18   18   18   18   18   17   16   15   15   16   16   17   18
+   18   18   18   17   16   15   16   18   19
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   21   20   18   18   18   19   20   21   21   20   19   18   18   18
+   19   20   21   22   22   21   20   20   20   19   19   18   17   15   14   13
+   13   13   13   13   13   14   15   16   16   17   17   16   16   17   19   19
+   19   19   18   18   18   19   18   17   16   15   14   14   15   16   17   17
+   17   18   18   18   18   17   17   20   21
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   20   18   18   18   18   19   21   22   21   21   19   18   18
+   18   19   20   20   20   20   19   19   18   18   19   18   17   16   14   14
+   15   15   15   14   14   14   15   16   17   18   18   17   17   17   19   19
+   20   20   18   18   19   20   20   19   17   16   15   16   16   16   17   17
+   18   18   19   19   20   20   20   21   23
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   22   21   20   18   18   18   18   20   21   21   21   20   18   17
+   17   18   18   19   19   18   18   18   17   18   19   19   18   16   15   15
+   17   17   16   15   14   14   15   17   18   18   18   18   18   18   19   20
+   21   20   19   18   19   20   21   20   20   19   18   18   18   18   18   19
+   19   19   21   22   22   23   22   24   24
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   23   22   21   20   18   18   18   18   19   20   20   19   18   17
+   17   16   17   17   17   17   17   17   17   18   19   19   18   17   16   17
+   17   17   16   15   15   14   16   17   17   18   18   18   19   20   20   20
+   20   20   18   18   19   20   22   22   22   22   21   22   21   21   21   21
+   22   23   24   25   25   25   25   25   25
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   23   23   21   19   18   18   18   18   19   19   19   18   17
+   16   16   17   16   16   16   17   17   17   18   18   18   18   17   17   17
+   18   18   17   15   15   15   16   17   17   17   17   18   19   21   20   19
+   19   19   18   18   19   20   22   23   24   24   25   25   26   25   25   25
+   26   27   28   28   28   26   26   27   26
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   24   24   24   22   20   19   18   18   18   18   17   17   17   16
+   16   16   16   17   16   15   16   16   16   17   18   18   19   18   18   18
+   18   18   17   16   15   16   17   17   17   17   17   18   19   20   20   19
+   18   18   18   18   19   20   22   24   26   26   28   29   30   30   30   30
+   30   31   32   31   30   27   26   26   25
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   23   24   24   24   22   20   20   19   18   17   17   16   16   16
+   16   17   17   17   16   16   16   17   17   18   18   19   19   19   19   19
+   19   18   17   16   16   16   17   17   17   16   16   18   18   18   19   18
+   18   19   19   19   20   21   24   26   29   30   31   33   34   35   34   34
+   34   34   35   34   31   28   26   25   24
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   23   23   24   25   24   23   22   21   19   17   16   15   16   16
+   16   17   17   17   16   16   16   17   18   18   18   19   19   19   19   19
+   19   18   17   16   16   16   17   17   16   15   15   17   17   18   17   17
+   18   19   20   20   22   23   25   28   32   34   34   35   36   37   37   36
+   37   37   38   36   32   28   25   24   23
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   22   23   24   25   26   26   26   24   21   18   16   15   15   15
+   16   16   16   16   16   16   17   18   18   18   18   18   18   19   19   18
+   18   17   16   15   15   16   17   17   16   14   14   16   17   17   17   18
+   19   20   20   21   22   22   24   28   33   36   35   35   36   36   36   36
+   38   39   39   37   34   29   25   23   23
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   22   23   23   25   27   28   29   28   25   21   17   15   15   15
+   14   14   14   14   14   15   16   18   18   18   17   17   17   17   17   17
+   17   16   15   15   15   15   16   16   16   15   15   16   16   17   18   19
+   20   21   20   20   20   20   23   28   34   36   32   30   31   32   32   33
+   36   38   38   37   33   30   26   24   24
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   22   23   24   27   30   31   31   28   23   20   17   15   15
+   14   13   13   13   13   13   15   17   17   17   16   17   17   16   16   16
+   15   15   14   14   14   14   15   16   16   16   16   16   17   18   19   20
+   22   22   21   19   19   18   24   29   32   33   28   24   25   26   27   28
+   31   34   36   35   33   30   28   26   25
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   24   23   23   22   24   26   30   33   33   30   26   23   20   17   16
+   14   13   12   13   13   13   14   16   17   17   17   16   16   16   16   15
+   15   14   14   14   14   14   15   16   17   18   18   18   18   19   20   21
+   23   23   22   20   20   22   27   28   29   28   23   20   21   21   22   22
+   24   28   30   31   31   29   28   27   26
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   22   23   24   25   29   32   32   31   28   25   22   20   18
+   16   14   13   13   13   13   14   15   17   17   17   16   16   16   16   16
+   15   15   15   14   14   14   14   16   18   19   20   21   21   21   21   22
+   23   23   23   21   21   25   26   25   25   23   20   18   18   18   18   17
+   19   21   24   26   28   28   27   27   25
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   21   21   22   22   24   26   29   30   29   28   26   25   22   20
+   18   17   15   14   13   13   14   16   17   17   17   16   16   16   16   17
+   17   16   16   16   15   15   15   17   19   21   22   23   22   22   22   22
+   23   24   24   22   20   23   22   21   21   19   17   16   15   15   14   14
+   15   16   18   21   23   26   26   25   24
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   20   20   20   20   21   22   24   26   26   26   26   25   24   22
+   21   19   18   16   15   15   15   16   17   17   17   16   16   17   18   18
+   18   18   18   17   17   16   17   18   20   22   23   24   23   22   22   21
+   22   23   23   22   20   20   19   18   18   17   16   14   13   13   12   12
+   12   13   15   17   19   22   23   23   22
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   18   18   18   18   18   18   19   21   23   24   25   25   24   23
+   23   22   20   19   18   17   17   17   18   18   17   17   18   19   19   20
+   20   20   20   20   19   19   19   20   21   23   24   23   22   21   20   19
+   19   21   22   20   19   18   17   17   17   16   15   14   12   11   11   11
+   11   12   13   14   16   18   20   20   19
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   15   16   17   17   17   16   16   18   20   21   22   23   23   23
+   23   23   22   21   20   19   19   19   19   18   18   18   19   20   21   21
+   22   21   21   22   21   21   21   21   22   23   23   22   21   18   18   16
+   17   18   19   18   16   15   15   15   16   16   15   13   12   11   11   11
+   11   11   12   12   13   15   16   16   16
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   13   14   16   17   17   16   16   16   18   19   20   21   22   22
+   22   23   23   22   22   20   20   20   19   19   18   19   20   21   22   23
+   23   23   23   23   23   23   23   23   23   22   22   20   19   17   16   15
+   15   16   16   15   14   13   13   13   14   14   14   12   11   11   11   11
+   11   11   11   11   11   12   13   13   13
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   13   15   16   17   17   16   16   17   18   19   19   20   20
+   21   22   23   23   22   21   20   20   19   19   19   20   21   22   23   23
+   23   24   24   24   25   25   25   24   23   22   20   18   17   15   14   13
+   14   14   13   12   11   10   10   11   12   13   12   11   11   10   10   11
+   11   10   10    9    9    9   10   10   11
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8   10   11   12   14   16   17   17   17   17   18   18   18   18   18   18
+   19   21   22   22   21   20   19   19   19   19   19   20   21   22   23   23
+   24   24   24   25   26   27   26   25   23   20   18   16   15   14   14   13
+   13   12   11   10    8    8    9   10   12   12   12   11   10    9    9   10
+    9    9    8    8    7    7    7    7    8
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    8   10   11   13   14   16   17   17   18   18   17   17   16   16   16
+   17   18   19   20   19   18   18   18   18   18   19   19   20   21   22   23
+   24   24   25   26   27   27   26   25   22   19   17   15   15   14   14   13
+   12   11    9    7    6    6    8   10   13   13   13   12   10    9    9    9
+    8    8    7    6    5    5    5    5    6
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    7    9   11   12   14   15   16   17   17   17   16   15   14   14   14
+   15   16   17   17   17   16   16   17   17   17   18   19   20   21   22   22
+   23   24   25   26   27   27   26   24   21   18   16   15   14   14   14   13
+   11    9    6    5    5    6    9   11   14   15   15   13   11    9    8    7
+    7    6    6    5    4    4    3    3    5
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    6    8   10   12   13   14   16   17   17   16   15   14   13   12   12
+   12   13   13   14   14   14   14   15   16   16   17   18   19   19   20   21
+   22   23   25   26   27   27   25   23   20   17   15   14   14   13   13   11
+    9    6    4    3    4    6   10   13   15   16   15   13   10    9    8    7
+    6    5    5    4    3    3    3    3    4
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    8    9   10   11   13   14   15   16   16   15   13   12   11   11
+   11   11   11   11   11   11   12   13   14   15   16   16   17   18   19   20
+   21   23   25   26   27   26   25   22   19   16   14   13   12   12   11    9
+    7    4    3    3    4    7   11   14   16   16   15   12   10    9    7    7
+    6    5    4    4    3    3    3    4    5
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    7    8    9   10   11   12   13   14   14   14   13   12   11   10
+   10    9    9    9   10   10   11   12   13   14   15   15   15   16   17   18
+   20   22   24   26   27   26   24   21   18   15   13   11   10   10    9    8
+    6    4    4    4    6    9   12   14   15   15   14   12   10    9    8    7
+    7    6    5    5    4    4    4    4    5
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    7    7    7    7    8    9   10   11   12   12   12   12   11   10
+   10   10    9   10   10   11   12   13   14   14   14   14   14   14   15   16
+   19   21   24   25   26   25   23   20   17   14   11    9    8    8    8    7
+    6    5    5    6    8   10   12   14   15   14   13   12   11   10    9    8
+    8    7    7    6    5    5    4    5    5
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    6    5    5    5    5    5    6    7    9   10   10   10   10   10
+   10   10   10   11   11   12   13   13   14   14   13   13   13   13   13   14
+   17   20   22   24   25   24   22   19   15   12    9    7    6    7    7    8
+    7    7    7    7    9   10   12   13   14   13   12   10   10   10   10   10
+    9    9    8    8    7    6    6    6    6
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    6    5    4    3    2    2    3    4    5    6    7    8    9    9
+    9   10   10   10   10   11   12   12   12   12   12   11   10   11   12   14
+   16   18   20   22   23   22   19   16   13   10    8    7    6    7    9    9
+    9    9    8    8   10   11   12   13   13   12   10    9    9   10   10   11
+   11   11   10   10    9    8    8    8    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    6    5    4    4    3    3    2    2    2    3    4    5    6    6
+    7    7    8    9   10   10   11   11   11   11   10    9    9   11   13   15
+   16   17   18   19   19   18   17   14   11    9    9    8    9   10   11   12
+   11   10   10   11   12   13   14   15   15   13   12   10    9   10   11   12
+   13   13   13   12   11   11   10    9    8
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11    9    8    6    5    4    4    3    3    2    1    1    1    2    3    4
+    4    6    7    8    9   10   10   10   10    9    9    8    8    9   13   15
+   16   16   16   17   16   16   15   13   11   11   10   10   12   12   13   13
+   13   12   12   13   15   17   19   20   19   18   16   14   13   13   14   15
+   16   17   16   16   15   14   13   12   11
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   11    9    7    5    3    3    2    2    1    1    0    0    1    2
+    3    4    5    7    8    9    9    9    9    9    8    8    7    8   10   13
+   13   14   14   15   14   14   13   13   12   12   12   13   14   15   15   14
+   13   13   13   15   18   21   23   24   24   23   21   19   18   18   18   19
+   20   21   21   20   20   19   17   16   14
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   16   13   11    8    6    3    2    2    2    2    2    1    0    0
+    1    3    4    6    7    8    8    8    8    8    8    8    8    8    9   10
+   11   13   12   13   13   13   12   13   13   13   13   14   15   15   15   14
+   13   12   13   16   18   22   24   26   26   26   24   23   22   21   22   23
+   24   25   26   26   25   24   23   22   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   24   22   19   16   13   10    8    6    5    5    4    3    3    2    1
+    1    2    3    5    6    7    7    8    8    9    9    9    9    9    9   10
+   11   11   12   12   12   12   11   12   13   13   13   14   15   14   14   13
+   12   11   12   14   17   20   23   24   26   25   25   24   24   25   26   27
+   29   30   31   31   31   31   30   28   26
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   30   28   25   22   20   17   14   12   11    9    8    6    4    3    2
+    1    2    3    4    6    7    8    9    9    9   10   10    9   10   10   10
+   11   11   11   11   11   11   11   10   11   11   11   11   12   12   12   11
+   10   10   10   11   13   16   19   21   23   24   24   25   26   27   29   31
+   33   35   36   37   37   36   36   34   32
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   36   33   31   29   26   23   21   19   16   14   12   10    8    6    5
+    4    4    5    6    7    8    9   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10    9    9    8    8    8    9    9    9   10    9    9
+    9    8    9   10   10   12   15   18   21   23   25   27   28   30   32   35
+   37   39   40   41   41   41   40   39   38
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   39   37   36   33   31   29   26   24   22   19   17   15   12   10    9
+    8    8    7    8    9    9   10   11   11   11   11   11   11   10   11   10
+   10   10    9    8    8    7    7    6    6    7    7    7    8    8    8    8
+    8    8    8    9   10   11   13   14   18   22   25   28   31   33   35   37
+   39   41   42   43   43   44   43   42   41
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   39   38   36   34   32   30   28   26   24   21   19   17   16   14
+   13   12   12   11   11   12   11   12   12   12   12   11   11   11   11   10
+   10    9    9    8    8    7    7    7    7    7    8    8    8    9    9    9
+    9    9   10   10   12   13   14   16   19   22   26   29   33   35   37   38
+   40   41   42   43   43   43   43   43   42
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   39   38   36   35   34   32   30   29   27   25   23   22   21   20
+   18   17   17   16   15   15   15   14   14   14   14   14   13   13   12   12
+   12   11   11   10   10   10   10   10   10   10   11   11   11   12   12   13
+   13   14   15   16   17   19   21   22   25   27   30   32   33   35   36   38
+   39   40   40   41   42   41   41   41   41
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   36   35   35   34   33   32   31   30   29   28   27   26   25   24
+   23   22   21   21   20   20   19   19   18   18   17   17   17   17   16   16
+   16   15   15   15   15   15   15   15   16   16   16   17   17   18   18   18
+   20   20   20   22   23   24   25   26   28   28   30   31   32   34   34   35
+   36   36   37   37   37   37   37   37   37
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   32   32   32   31   31   30   30   29   29   28   28   27   27   26
+   26   25   25   25   24   24   23   23   23   22   22   22   22   22   21   21
+   21   21   21   21   21   21   21   21   21   21   22   22   22   22   23   23
+   24   24   24   25   25   26   27   27   28   28   29   30   30   31   31   31
+   32   32   32   32   32   32   33   32   32
+     4                                                      END OF RMS MAP     
+     5                                                      START OF RMS MAP
+  2010    12     5     8     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   12   12   12   12   13   13   13   13   13   13   13   13   13
+   14   14   14   14   13   13   13   13   13   12   13   12   12   12   12   12
+   11   11   11   11   11   11   11   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   11   10   11   11   11   11   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   12   12   13   13   14   14   14   15   15   15   15   15
+   16   16   16   16   15   15   14   14   14   14   14   13   13   13   13   12
+   12   11   11   11   10   10   10   10    9    9    9    9    9    9    9    9
+    9    9    9    9   10   10   10   10   10   10    9    9    9    9   10    9
+    9   10    9   10   10   10   10   10   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   12   12   13   14   14   15   15   16   16   16   17   17
+   17   17   17   17   17   17   16   16   16   16   15   14   14   14   13   13
+   12   11   11   11   10   10   10   10    9    9    9    9    9    9    9    9
+    9    9    9   10   10   10   10   10   10   10   10    9    9    9    9    9
+    9    9    9    9    9    9    9    9    9
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9   10   10   11   12   13   14   14   15   15   16   16   17   17   17
+   17   18   18   18   18   18   17   17   17   16   16   15   15   14   14   13
+   12   12   12   11   11   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   11   10   11   10   10   10   10   10   10   10    9
+    9    9    8    8    8    8    8    8    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    9   10   11   12   13   14   14   15   15   16   16   16   16   16
+   17   18   18   19   18   19   18   18   18   17   17   16   15   15   14   13
+   13   12   12   12   11   11   11   11   10   11   11   11   11   11   11   11
+   11   11   11   11   12   11   12   12   12   12   12   12   11   11   11   10
+   10    9    9    8    8    8    8    8    8
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9    9   10   11   12   13   14   15   16   16   16   16   16   16   16
+   17   17   18   18   19   19   19   19   19   18   17   17   16   15   15   14
+   14   13   13   13   13   12   12   12   11   11   12   12   12   12   12   12
+   12   12   12   13   13   13   13   13   13   13   14   13   13   13   13   12
+   11   11   10    9    8    8    8    8    8
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   12   13   13   14   15   16   16   16   16   15   15   15   15
+   16   17   18   18   19   20   20   20   20   19   18   17   16   16   15   15
+   14   14   14   14   14   13   13   13   12   12   12   12   13   12   13   12
+   13   13   13   14   14   14   14   14   15   15   16   16   16   16   16   15
+   14   13   12   11   11   10   10   10    9
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   15   16   16   17   17   18   17   17   16   15   15   15
+   15   16   17   19   20   21   21   21   21   20   18   17   16   16   15   15
+   15   15   15   15   14   14   14   13   13   13   13   13   13   13   13   13
+   13   14   14   14   14   14   14   15   16   16   17   17   18   19   18   18
+   17   16   15   15   14   13   12   12   12
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   16   17   18   18   19   19   19   19   18   17   16   15   15
+   15   16   18   19   21   22   22   22   21   20   19   17   16   15   15   15
+   15   16   16   15   15   15   14   13   13   13   13   13   12   13   13   13
+   13   14   14   15   14   14   15   15   15   16   17   18   18   19   20   19
+   19   19   18   17   17   16   15   15   15
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   19   19   20   20   21   21   20   19   18   17   16   16
+   16   17   18   20   21   22   23   23   21   20   18   16   15   14   14   14
+   15   16   16   16   15   15   14   13   13   12   12   12   12   12   13   13
+   13   14   14   14   14   14   14   15   15   16   16   17   18   19   20   20
+   21   20   20   20   19   18   18   17   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   19   20   20   21   22   22   21   21   20   19   17   17
+   17   17   18   20   21   22   23   23   21   19   17   15   14   13   13   14
+   15   16   16   16   16   15   14   13   13   13   12   12   12   12   12   12
+   13   13   14   14   14   15   15   15   15   15   16   16   17   19   19   20
+   21   21   21   21   20   20   19   19   19
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   19   19   19   19   20   20   21   22   22   22   21   20   19   18
+   18   18   18   19   21   21   22   22   21   19   17   15   13   13   13   14
+   15   16   16   17   17   16   15   14   14   14   13   13   12   12   12   12
+   12   13   14   15   15   16   16   16   16   16   16   16   16   17   18   19
+   20   20   20   20   19   19   19   20   20
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   18   17   17   18   19   20   21   22   22   21   21   20   19
+   19   18   18   19   20   20   21   21   20   18   16   14   13   13   13   14
+   15   16   17   17   17   17   16   16   15   15   14   14   13   12   12   12
+   12   13   14   16   17   18   19   19   18   18   17   16   16   16   17   17
+   18   18   17   17   17   17   18   19   19
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   17   16   15   16   17   18   19   20   21   21   21   20   20
+   19   18   18   18   19   19   20   20   19   18   16   15   14   14   14   15
+   16   18   18   18   18   18   18   18   18   17   16   15   14   13   12   12
+   12   14   16   18   20   21   22   22   21   20   19   17   16   16   16   16
+   16   15   14   14   14   14   16   17   18
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   15   14   14   14   15   16   18   19   20   20   20   20   20
+   19   19   18   18   17   18   18   19   19   18   17   16   16   15   16   16
+   17   18   19   19   19   19   19   20   20   19   18   17   15   13   12   12
+   13   14   17   19   22   24   25   25   24   23   21   19   18   17   16   15
+   15   14   13   12   11   12   13   15   16
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   15   14   13   14   15   16   17   17   18   18   19   19   20
+   19   19   18   17   17   17   18   19   19   19   18   18   17   17   17   17
+   18   19   19   20   21   21   21   21   21   21   20   19   16   14   13   12
+   13   15   18   21   24   26   27   27   26   25   23   21   20   18   17   16
+   15   14   13   11    9   10   12   14   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   16   15   14   14   16   16   17   17   17   17   18   19   20
+   20   19   18   17   17   17   18   19   20   20   20   18   18   17   18   18
+   18   19   20   21   21   22   22   22   23   22   21   20   17   14   13   13
+   14   16   19   21   24   26   26   27   26   26   24   23   21   20   19   18
+   17   16   14   12   10   11   12   14   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   18   17   16   16   18   18   19   18   18   17   18   18   19
+   20   20   19   18   18   18   18   19   20   21   20   19   18   17   18   18
+   18   19   20   21   22   23   23   23   23   23   21   19   17   14   13   13
+   15   16   18   21   22   23   24   24   25   25   24   23   22   21   20   20
+   19   18   16   14   13   13   14   16   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   21   19   19   19   20   21   21   21   20   18   18   19   20
+   20   20   20   19   19   19   19   20   21   21   20   19   18   17   17   18
+   18   19   20   22   22   23   23   23   23   22   20   19   16   14   13   14
+   15   16   18   19   20   20   21   21   22   22   23   23   23   22   21   21
+   21   20   19   17   16   16   17   18   20
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   23   22   22   22   23   24   25   23   22   20   19   20   20
+   21   21   20   20   20   19   20   21   21   21   20   19   17   17   17   18
+   18   19   20   22   22   22   22   21   21   20   18   17   16   14   13   15
+   16   16   17   17   17   17   17   18   19   20   21   22   23   23   22   22
+   22   22   21   20   19   19   20   21   23
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   25   25   24   23   24   25   27   27   26   24   22   21   21   21
+   22   22   21   21   21   20   21   21   22   21   20   18   17   17   17   17
+   18   19   20   21   21   21   20   20   19   18   18   17   15   15   15   16
+   17   17   17   16   16   15   15   15   16   18   19   21   22   22   22   22
+   22   22   23   22   22   21   22   23   24
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   26   25   24   24   24   26   28   28   28   26   24   22   22   22
+   22   22   22   22   21   21   21   22   22   21   20   18   17   16   16   17
+   18   20   21   21   21   21   20   19   18   18   17   16   16   16   17   18
+   19   19   18   17   15   15   14   14   15   16   18   20   21   22   21   20
+   20   21   22   22   22   22   23   24   25
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   23   23   22   23   25   27   29   28   27   26   24   22   22
+   22   22   22   22   22   22   22   22   22   21   20   19   18   17   17   17
+   19   20   21   21   21   21   21   20   19   18   17   16   16   17   18   21
+   22   22   20   18   16   16   15   15   15   16   18   19   21   20   20   18
+   18   19   20   21   21   21   22   22   23
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   21   21   21   21   22   24   27   28   28   27   25   23   22
+   22   22   22   22   23   23   23   23   22   22   22   20   19   18   17   18
+   19   20   21   21   21   22   21   21   20   19   18   17   17   18   20   22
+   24   24   22   19   17   18   19   20   19   18   19   21   21   20   18   16
+   15   16   17   18   19   20   19   19   20
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   19   19   19   19   21   24   26   27   27   25   23   22
+   21   22   22   22   23   23   23   23   24   24   23   21   20   18   18   18
+   19   20   20   20   21   21   22   22   22   21   20   19   18   19   21   23
+   25   24   22   19   17   18   21   24   23   21   22   22   22   20   17   15
+   13   13   14   15   16   17   17   16   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   17   18   17   17   17   18   21   23   24   25   24   23   22
+   21   21   22   23   23   23   23   24   24   25   24   23   21   18   17   18
+   19   19   19   19   20   21   23   24   24   22   21   20   19   19   21   22
+   23   24   22   19   17   17   19   23   23   19   20   22   21   18   16   14
+   13   13   12   13   14   15   14   14   14
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   15   16   17   17   16   16   16   18   20   21   23   23   22   22
+   21   21   22   23   23   24   24   25   25   26   26   24   22   19   17   17
+   17   17   16   17   19   21   23   25   25   23   21   19   18   18   19   20
+   22   22   21   18   17   17   18   20   20   16   15   17   16   15   14   12
+   13   14   13   14   14   14   13   13   13
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   17   18   17   17   16   16   16   18   20   22   22   22   21
+   21   22   22   23   24   24   24   25   26   26   26   25   22   19   17   16
+   15   14   14   15   18   21   23   25   25   22   19   17   17   17   17   20
+   20   21   19   16   16   17   18   19   19   16   14   14   14   14   14   13
+   14   16   15   16   15   15   14   14   14
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   19   19   19   18   17   16   17   18   21   22   22   22
+   22   22   23   23   23   23   24   24   25   26   26   24   22   19   16   14
+   14   13   13   14   17   19   22   24   23   20   17   15   16   17   17   18
+   19   19   17   15   16   17   18   19   18   16   15   15   15   15   15   15
+   16   18   19   19   17   17   16   16   16
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   21   21   21   20   19   18   17   18   21   22   23   23
+   23   23   23   23   22   22   22   23   24   24   24   23   21   17   14   13
+   13   12   13   14   16   18   20   22   21   18   15   14   15   17   18   19
+   19   19   16   15   16   17   17   18   17   16   15   16   16   16   16   16
+   18   21   22   21   21   19   19   18   18
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   20   21   22   22   22   22   22   20   19   19   21   23   24   25
+   25   24   23   22   21   21   21   21   21   22   22   21   18   15   13   13
+   13   13   14   15   16   18   19   20   19   16   13   13   16   19   20   21
+   20   18   16   15   16   16   15   16   15   15   14   15   15   16   16   17
+   19   23   24   24   23   22   21   21   21
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   20   20   21   21   22   22   22   21   20   20   21   23   25   26
+   25   24   22   21   19   19   19   19   19   19   19   18   17   15   13   13
+   15   16   16   17   17   18   19   19   18   16   13   14   16   20   22   24
+   22   20   17   16   15   14   13   13   13   13   13   14   16   17   17   19
+   21   24   26   25   24   23   23   23   22
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   20   19   19   19   20   21   22   21   20   20   21   23   25   26
+   25   24   21   19   18   17   18   17   16   16   16   16   15   14   14   15
+   17   18   18   18   18   18   18   18   18   17   13   14   17   20   24   27
+   25   21   18   16   15   13   13   12   12   13   14   16   17   20   20   21
+   23   25   26   26   25   24   24   24   23
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   22   20   18   17   17   18   19   20   20   20   19   21   23   25   26
+   25   23   20   18   17   16   15   15   14   14   15   15   15   15   15   17
+   19   19   18   18   18   18   18   18   18   16   14   15   18   20   25   28
+   25   22   20   18   16   16   15   14   14   15   17   19   21   23   24   25
+   25   26   26   26   26   25   25   25   24
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   20   18   16   16   16   17   18   19   19   19   20   22   24   25
+   24   23   20   17   16   15   14   13   13   14   15   15   15   16   16   18
+   19   19   18   18   17   17   17   17   17   16   16   17   18   20   23   26
+   25   23   22   21   19   19   19   18   18   19   20   23   25   27   28   28
+   27   27   26   26   25   25   25   25   24
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   21   19   17   15   15   15   16   17   17   18   19   21   22   23
+   23   22   20   18   16   15   14   13   13   14   15   16   16   16   17   18
+   19   19   18   17   17   17   18   17   16   17   18   19   19   20   21   23
+   23   22   22   22   22   24   24   24   24   24   25   28   31   33   33   31
+   29   27   26   25   25   25   26   25   25
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   21   19   16   15   15   15   16   17   18   18   19   20   21
+   22   22   20   19   17   15   15   14   14   15   16   17   17   17   18   18
+   19   18   17   16   16   16   16   15   16   17   18   19   18   18   19   21
+   21   21   22   22   24   27   27   29   30   31   32   35   37   38   37   35
+   31   27   26   25   24   24   25   26   25
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   25   24   23   22   19   17   16   16   16   17   17   17   18   19   19
+   21   21   21   20   19   18   17   17   17   17   17   18   18   18   18   18
+   18   17   16   15   15   15   15   16   16   17   18   18   16   16   17   17
+   18   19   22   23   26   28   30   33   35   37   39   42   44   44   42   38
+   32   28   26   25   24   24   25   25   26
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   26   26   25   24   22   20   18   18   17   17   17   16   16   16   18
+   19   21   21   21   20   20   20   19   19   18   19   19   19   18   17   17
+   17   16   15   14   14   15   15   16   17   17   18   17   15   16   16   16
+   18   20   23   25   27   30   34   37   40   41   44   47   49   48   45   40
+   35   30   28   27   25   25   25   25   25
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   27   27   25   25   23   21   20   19   18   17   16   14   14   16
+   18   19   20   21   21   22   21   21   20   20   20   20   19   17   16   15
+   15   15   14   14   15   15   15   15   16   15   16   16   15   15   16   17
+   20   22   25   27   29   31   35   39   41   42   44   48   50   50   47   42
+   37   33   30   29   28   26   26   25   24
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   26   27   26   26   26   24   23   22   20   18   16   14   13   14
+   16   17   18   19   21   22   21   20   20   19   19   19   17   15   14   13
+   13   13   14   15   16   17   15   15   14   13   14   15   16   15   16   19
+   21   23   26   26   27   30   34   37   39   39   41   45   48   48   46   41
+   37   34   32   30   29   28   27   26   25
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   25   26   26   26   27   27   26   25   23   21   17   15   13   13
+   14   15   16   18   19   20   20   19   19   18   18   17   16   14   12   12
+   12   13   14   16   17   17   17   15   13   12   14   16   16   16   18   20
+   23   24   25   24   25   26   30   33   34   33   34   38   41   42   42   39
+   37   34   32   31   30   29   28   27   25
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   24   24   25   26   27   28   28   27   26   23   20   16   14   13
+   13   14   15   16   18   19   19   19   17   17   16   16   14   13   12   11
+   13   14   16   17   17   18   17   15   13   12   14   16   17   19   21   22
+   24   25   25   22   23   23   26   28   28   27   27   30   32   34   35   36
+   34   32   30   29   28   28   28   26   25
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   21   22   23   24   26   27   28   28   27   25   22   19   16   15
+   14   14   15   16   17   18   18   17   16   15   15   14   13   12   12   12
+   14   16   17   18   19   19   17   15   13   13   15   18   20   22   24   25
+   26   24   23   21   21   21   23   24   24   22   22   23   24   25   26   30
+   30   28   28   27   26   25   25   24   22
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   18   20   21   23   24   26   27   28   27   24   21   19   17
+   16   16   16   16   17   17   17   16   15   15   14   14   13   13   13   14
+   16   17   19   20   20   19   18   17   15   16   17   20   23   24   26   27
+   26   23   21   19   18   18   18   19   19   18   18   18   18   18   18   21
+   25   25   25   24   22   21   21   20   19
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   14   15   17   18   19   21   22   24   26   26   24   22   20   19
+   18   18   18   17   17   17   17   16   15   15   14   14   14   14   14   16
+   17   19   20   20   21   21   20   19   18   18   19   22   24   26   26   26
+   24   21   19   16   15   15   15   15   14   14   14   14   14   14   14   16
+   19   21   21   20   18   17   17   16   15
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   13   15   16   16   17   19   21   23   24   24   22   21   20
+   20   19   19   19   19   19   18   17   16   15   15   15   16   16   17   18
+   18   19   19   20   21   21   21   20   19   20   20   23   24   25   24   23
+   20   18   16   14   13   12   12   11   11   12   12   12   12   12   12   14
+   16   18   18   17   15   14   14   13   12
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   13   14   15   15   15   16   18   21   22   22   21   20   20
+   21   21   21   21   20   20   19   18   18   17   17   17   17   17   18   19
+   19   19   19   19   20   20   21   21   20   20   20   21   23   23   21   19
+   16   14   13   12   12   11   11   10   10   12   12   12   11   11   11   12
+   14   15   16   15   13   12   12   11   11
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   14   15   16   16   16   16   17   19   20   20   20   19   19
+   20   21   22   22   21   21   20   19   19   18   18   18   18   19   20   20
+   21   20   19   18   18   19   20   20   19   19   18   19   19   19   17   15
+   12   11   10   10   11   11   11   11   12   13   13   12   11   10   10   11
+   12   13   14   13   12   11   11   10   10
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   14   16   17   17   17   16   16   16   17   19   19   18   18   18
+   19   21   22   22   22   22   21   20   20   19   19   19   19   20   21   22
+   22   20   19   17   17   17   18   18   18   16   16   16   16   15   14   12
+   10    8    8    9   11   12   12   12   13   14   14   13   12   10    9    9
+   11   12   12   13   12   12   11   11   11
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   16   18   18   18   17   16   16   16   17   17   17   17   16   17
+   18   20   21   22   22   21   21   20   20   19   19   19   20   21   22   24
+   23   21   19   17   16   17   17   17   16   14   13   12   13   13   12   10
+    9    7    7    9   11   12   13   13   14   14   14   13   11   10    8    8
+    9   10   11   12   13   13   12   12   13
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   16   18   19   19   18   17   16   15   15   15   16   16   15   15   15
+   16   18   19   20   20   20   19   19   19   19   19   19   20   21   23   25
+   24   23   20   18   16   16   16   15   14   13   14   13   13   13   13   11
+    9    8    7    9   10   12   13   14   15   16   15   13   11    9    7    6
+    9    9    9   11   13   13   13   13   14
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   19   20   19   18   16   15   14   14   14   14   14   14   13   13
+   14   15   17   17   17   17   17   17   17   17   17   19   20   22   24   25
+   25   24   21   18   16   15   15   14   14   17   18   15   14   14   14   12
+   10    8    8    9   11   12   14   15   17   17   16   14   12    9    8    7
+    7    6    7   10   12   13   13   14   15
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   17   19   18   17   15   14   13   13   13   13   13   12   12   12
+   12   13   14   14   14   14   14   14   14   15   16   17   20   22   25   26
+   27   25   23   20   17   16   16   15   16   20   19   16   15   15   14   13
+   10    9    8    9   10   12   14   16   17   17   17   15   13   11    9    7
+    7    5    6    9   12   12   13   13   14
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   15   16   16   15   14   12   12   12   12   12   12   11   11   11
+   11   12   12   12   12   11   11   12   13   14   15   17   19   22   25   27
+   27   26   23   21   19   18   17   17   17   18   17   16   15   14   13   12
+   10    9    8    9   10   11   13   15   17   17   17   15   13   11    9    7
+    6    4    5    8   10   11   11   11   12
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   12   12   13   12   11   11   10   11   11   12   12   11   11   11
+   11   11   11   11   10   10   11   11   12   13   15   17   20   23   25   27
+   27   26   24   22   20   19   18   18   17   16   15   14   13   12   11   10
+    9    9    9    9    9   10   12   13   15   16   15   14   13   11    9    6
+    4    3    5    7    9    9   10    9    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    7    8    9    9    9    8    8    8    9   10   11   11   11   11   12
+   12   12   12   11   11   12   12   13   14   15   16   18   20   23   25   26
+   26   25   23   22   20   20   19   18   16   15   13   12   11   10    9    9
+    9    9    9    9    9    9   11   12   14   14   14   14   12   11    8    6
+    4    4    6    7    8    9    8    8    7
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    4    5    5    6    5    5    5    5    6    7    9   10   10   11   12
+   12   13   13   13   13   13   14   15   17   17   17   19   20   22   23   24
+   24   23   22   21   20   19   18   17   15   13   12   10    9    8    9    9
+   10   10   10    9    9    9   10   11   12   13   13   13   12   10    9    7
+    7    7    8    9    9    8    7    6    5
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    3    4    4    4    3    3    2    3    4    6    7    9   10   11
+   11   12   13   13   14   14   15   16   17   18   18   18   19   20   21   21
+   21   21   20   19   18   17   16   15   13   12   10    9    9    9   10   11
+   11   12   11   10    9    9    9    9   10   12   12   13   13   12   11   10
+   10   10   11   11   10    9    7    6    4
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    4    4    4    5    4    4    4    3    2    3    4    5    6    8    9
+   10   11   12   13   13   14   15   16   17   17   18   18   18   18   18   18
+   18   18   17   17   16   15   14   13   12   11   11   11   11   12   12   13
+   13   13   12   11   10   10   10   10   10   12   13   13   13   14   14   14
+   14   14   14   14   13   11    9    6    4
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    6    5    5    6    6    6    6    5    4    3    3    4    5    6    7
+    8   10   11   12   12   14   15   17   18   17   17   17   16   16   16   16
+   15   15   15   14   14   13   13   12   12   12   13   14   15   15   15   15
+   15   14   13   13   13   13   14   14   14   14   15   15   16   16   17   18
+   18   19   18   18   16   15   12    9    7
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11    9    8    8    8    7    7    6    6    5    5    4    4    5    5
+    6    7    9   10   11   12   14   15   16   16   16   15   14   13   14   15
+   14   13   13   13   12   12   12   12   13   15   16   17   17   17   17   16
+   16   15   14   15   16   17   18   18   18   18   18   18   18   19   20   21
+   22   23   23   23   21   20   17   15   13
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   17   15   13   12   11   10    9    8    7    6    6    5    5    4    4
+    4    5    6    7    9   10   11   13   13   14   13   13   12   12   13   15
+   14   13   12   11   11   12   12   14   15   17   18   19   19   19   18   17
+   16   15   16   17   18   20   21   22   21   22   21   20   20   21   23   24
+   26   27   28   28   27   26   24   22   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   25   23   20   18   16   13   12   10    9    7    7    6    5    3    2
+    3    3    4    6    7    8    9   10   11   11   12   12   12   11   12   13
+   12   12   11   10   11   12   13   15   16   18   19   19   19   19   18   17
+   15   15   15   16   18   20   22   22   22   23   22   22   22   23   25   27
+   29   31   32   33   33   32   30   29   27
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   32   30   28   25   23   20   17   15   12   10    8    7    5    3    2
+    2    3    4    5    6    7    8    9    9   10   11   11   12   11   11   12
+   11   11   10   10   11   12   14   15   17   17   18   18   18   17   16   15
+   14   13   13   13   15   17   19   20   21   22   23   23   24   25   27   30
+   32   34   36   37   37   37   37   35   34
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   38   36   34   31   29   26   23   21   18   15   13   11    8    6    5
+    5    4    4    5    6    7    8    8    9   10   11   11   11   12   11   11
+   11   11   10   10   11   11   13   14   15   16   16   16   16   15   14   13
+   11   10   10    9   10   11   14   17   19   21   24   24   25   27   30   32
+   34   37   38   40   41   41   41   40   40
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   41   38   37   34   32   29   26   24   21   18   16   14   12   11
+    9    8    8    8    8    8    9    9   10   10   11   11   11   11   11   11
+   11   11   10   11   11   12   12   13   13   14   14   14   13   13   12   11
+   10    9    8    7    7    8    8   11   15   19   23   25   28   30   32   34
+   36   38   40   41   43   43   44   43   42
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   42   41   39   37   36   33   31   29   26   24   22   20   18   17
+   15   14   13   12   12   12   12   12   12   12   12   11   11   11   11   11
+   11   11   11   11   11   11   12   12   12   12   12   12   12   12   11   11
+   10   10    9    9    9    9   10   11   13   16   21   25   30   31   33   35
+   37   39   40   41   42   43   44   44   44
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   41   40   39   38   37   35   34   32   31   28   27   25   24   22
+   21   20   19   18   17   17   16   15   15   15   15   14   14   13   13   13
+   13   13   13   13   13   13   13   13   12   13   12   13   13   13   13   13
+   13   13   14   14   14   16   18   19   22   24   27   29   31   33   34   36
+   37   38   39   40   41   42   42   42   42
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   39   38   38   37   37   36   35   34   33   32   31   30   29   28   27
+   25   24   24   23   22   21   21   20   20   19   19   19   18   18   17   17
+   17   17   17   17   17   17   17   17   17   17   17   17   17   18   18   18
+   19   19   20   21   22   23   24   25   26   27   29   30   31   32   33   34
+   35   36   37   37   38   38   39   39   39
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   34   34   34   33   33   33   32   32   32   31   30   30   30   29   29
+   28   27   27   27   26   26   25   25   24   24   23   23   23   23   23   23
+   22   22   22   22   22   22   22   22   22   23   23   23   23   23   24   24
+   24   25   25   26   26   26   27   27   28   29   29   30   30   31   31   32
+   32   33   33   33   33   33   34   34   34
+     5                                                      END OF RMS MAP     
+     6                                                      START OF RMS MAP
+  2010    12     5    10     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   13   13   13   13   13   14   14   14   14   14   14   14   14
+   14   15   14   14   14   14   14   14   14   14   14   14   13   13   13   13
+   13   13   12   12   12   12   12   12   11   11   11   11   11   11   11   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10   11   11   11   11   11   11   12
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   13   14   14   15   15   16   16   16   16   16   17
+   17   16   16   16   16   16   16   15   15   15   15   14   14   14   13   13
+   12   12   12   12   11   11   11   11   11   11   10   10   10   10   10   10
+   10    9    9    9    9    9    9    8    8    8    8    8    8    8    8    8
+    8    8    8    8    9    9    9   10   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   11   12   13   14   15   15   16   16   17   17   17   17   17   18
+   17   17   17   17   17   17   16   16   16   15   14   14   13   13   13   12
+   12   12   11   11   11   10   10   10   10   10   10   10   10    9   10    9
+    9    9    9    9    8    8    8    8    8    8    7    7    7    7    7    7
+    7    7    7    7    7    8    9    9   10
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   12   13   14   15   16   16   17   17   17   18   18   18   18
+   18   17   17   17   17   17   16   15   15   15   14   14   13   13   12   11
+   11   11   11   10   10   10   10   10    9    9    9    9    9    9    9    9
+    9    9    9    9    9    8    8    8    8    7    7    7    7    6    6    6
+    6    6    6    6    7    7    8    8    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   12   13   14   15   16   17   17   18   18   17   17   17   17
+   17   17   17   16   16   16   16   15   15   14   14   13   13   12   12   11
+   11   10   10   10    9    9    9    9    9    9    9    9    9    9    9    9
+    9    9    9    9    9    9    9    9    8    8    8    7    7    7    6    6
+    6    6    6    6    7    7    8    8    9
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   13   14   15   16   17   17   17   17   16   16   16   16   16
+   16   15   15   15   15   15   15   15   14   14   14   13   13   12   11   11
+   10   10   10    9    9    9    9    9    9    9    9    9    9    9    9    9
+    9    9   10   10   10   10   10   10   10   10   10    9    9    8    8    7
+    7    7    7    7    8    8    9    9   10
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   15   16   16   17   17   17   16   16   15   15   14   14
+   14   14   14   14   14   15   15   14   15   15   14   13   13   12   12   11
+   11   10   10    9    9    9    9    9    9    9    8    8    8    8    8    8
+    8    9    9   10   12   12   12   13   13   12   12   12   11   11   10   10
+   10   10   10   10   10   11   11   11   12
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   16   16   17   17   18   17   17   16   15   14   14   13   13
+   13   13   14   14   15   15   16   15   15   15   15   14   14   13   12   12
+   11   11   10    9    9    9    9    9    8    8    8    8    7    7    6    7
+    7    8    9   10   12   13   14   14   15   15   15   14   14   14   14   13
+   13   13   13   14   14   13   13   13   14
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   18   18   19   19   18   17   16   15   14   13   12   12
+   13   13   14   15   15   16   16   16   16   16   16   15   14   14   13   12
+   12   11   10   10   10    9    9    9    9    8    7    7    6    5    5    5
+    6    7    8   10   12   13   14   15   16   16   16   17   16   16   16   16
+   16   16   16   16   16   16   16   15   16
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   19   19   20   20   19   18   17   15   14   13   13   13
+   13   13   14   15   16   17   17   17   17   17   16   15   15   14   13   13
+   12   12   11   10   10   10   10   10    9    8    8    6    5    5    5    5
+    5    6    8   10   12   14   15   16   17   18   18   18   17   17   17   18
+   18   18   18   19   18   18   17   16   16
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   19   19   20   20   20   19   18   16   15   14   13   13
+   14   14   15   16   17   18   18   18   18   17   16   16   15   14   14   13
+   13   12   12   11   11   11   11   10   10    9    8    7    6    5    4    5
+    5    7    9   11   13   15   17   18   18   18   18   18   18   17   17   18
+   18   19   19   20   19   18   17   16   16
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   17   18   19   20   20   20   20   19   17   16   15   15   14
+   15   15   16   17   18   19   19   19   18   17   16   16   15   15   14   14
+   14   13   13   13   13   13   12   12   11   11    9    8    6    6    5    5
+    7    9   11   13   16   17   18   19   19   19   18   18   17   16   16   16
+   17   18   19   19   18   17   16   15   15
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   15   16   17   18   19   20   20   20   19   18   17   16   16   16
+   16   16   17   18   19   19   19   19   18   17   16   15   15   15   15   15
+   14   14   14   14   14   14   14   14   14   12   10    9    7    7    7    7
+    9   12   15   17   19   20   20   20   20   19   18   17   16   15   14   15
+   15   16   16   17   16   16   15   14   13
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   14   14   15   16   17   18   19   20   19   19   18   17   17   17
+   17   17   17   18   18   19   19   19   18   18   16   15   15   15   15   15
+   15   15   15   15   15   16   16   16   15   14   12   10   10    9    9   10
+   13   16   18   20   22   23   23   22   21   20   19   17   15   14   13   13
+   14   14   14   14   14   14   13   12   12
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   14   15   16   17   18   19   19   19   18   17   17   17
+   17   17   17   17   18   18   19   19   19   18   17   16   16   16   16   16
+   16   15   16   16   17   17   17   17   17   16   14   13   12   12   12   14
+   16   19   22   24   25   25   25   24   22   21   20   18   15   13   13   13
+   13   13   13   13   13   13   12   11   12
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   14   15   15   15   16   17   17   18   19   18   17   17   17   17
+   17   17   16   17   17   18   19   19   19   18   17   17   16   16   16   16
+   16   16   16   17   17   18   19   19   18   17   16   15   14   14   15   17
+   19   22   24   26   26   26   26   25   24   23   21   20   16   14   14   14
+   14   14   14   14   14   13   12   12   12
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   16   17   17   17   17   17   17   18   18   17   17   16   16   16
+   17   16   16   16   17   18   19   19   19   19   18   17   17   17   17   16
+   16   16   16   17   18   19   19   19   19   19   18   16   16   16   17   19
+   21   23   25   26   26   26   26   25   24   23   21   20   19   17   16   16
+   16   16   16   16   16   15   14   14   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   20   19   19   18   18   18   18   18   18   16   16   16   16
+   17   17   17   17   17   18   19   19   19   19   18   18   18   17   17   16
+   15   15   16   17   18   19   19   20   20   20   18   17   16   17   18   19
+   21   23   23   24   24   24   24   24   23   22   21   21   20   19   18   18
+   18   18   19   19   18   18   17   17   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   23   23   21   20   19   18   19   19   18   17   16   16   16
+   18   18   18   18   19   19   19   19   19   19   18   18   18   18   17   16
+   15   15   15   17   18   19   19   20   20   19   18   17   16   16   18   19
+   20   20   21   21   22   22   22   22   22   21   20   20   20   19   19   20
+   20   21   21   21   20   20   20   20   20
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   25   26   25   23   21   20   20   20   19   19   18   17   16   17
+   18   19   20   20   20   20   20   19   19   18   17   18   18   18   17   16
+   15   15   15   17   18   19   19   20   19   19   18   17   16   16   17   18
+   18   18   18   18   18   19   20   20   20   20   19   19   19   19   20   20
+   21   22   22   22   22   22   22   22   23
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   26   27   27   25   23   21   20   21   20   20   18   18   17   17
+   19   21   22   22   22   21   20   19   18   17   16   18   18   19   18   17
+   16   16   16   17   18   19   19   19   19   19   18   17   16   16   17   16
+   16   15   15   15   16   17   18   18   19   19   18   18   18   18   19   19
+   20   21   22   22   22   22   22   23   24
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   25   26   26   26   24   22   21   21   21   20   19   18   18   18
+   20   22   23   24   24   23   21   19   17   16   16   18   19   19   19   18
+   18   17   18   19   19   20   20   19   20   19   19   17   17   17   17   16
+   15   14   13   13   14   16   17   18   18   18   18   17   17   17   17   17
+   18   19   19   20   20   21   22   23   23
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   24   24   24   23   22   21   21   21   21   20   19   19   19
+   21   23   24   25   25   24   22   20   18   16   16   18   20   21   21   20
+   20   20   21   22   22   22   21   21   20   20   19   19   18   18   17   16
+   15   14   13   13   14   15   17   18   19   18   17   17   16   16   15   16
+   15   15   16   16   18   19   20   21   21
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   21   22   22   22   21   20   20   20   21   21   20   20   20
+   21   23   25   26   27   26   24   21   18   17   17   19   22   22   23   22
+   23   23   24   24   24   23   22   22   21   20   20   19   19   19   19   18
+   17   16   15   14   14   16   17   19   20   20   19   17   16   15   15   14
+   13   12   12   13   14   16   17   18   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   18   19   20   20   20   19   19   20   20   21   21   20   20
+   21   23   25   26   27   26   24   22   19   18   18   20   23   24   25   25
+   25   26   26   26   25   24   23   22   22   21   20   19   19   20   20   20
+   21   19   17   16   16   18   19   19   21   22   20   18   17   16   15   13
+   12   11   10   10   12   14   15   16   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   14   15   16   18   19   19   18   18   19   19   20   21   21   21
+   21   22   24   25   26   26   25   22   20   19   20   22   24   25   25   26
+   27   28   27   27   26   27   26   24   23   22   20   20   20   20   21   23
+   25   22   19   18   18   20   20   20   21   21   20   18   17   16   16   14
+   13   11   10   10   11   13   14   15   15
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   14   15   17   18   18   18   17   17   18   19   20   20   20
+   21   21   23   24   25   26   25   23   21   20   21   23   23   24   24   25
+   26   27   28   27   27   32   29   24   23   21   21   20   20   21   21   23
+   23   23   21   18   19   22   21   21   21   21   19   17   17   16   16   15
+   14   13   11   11   11   13   15   16   16
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   15   15   16   18   18   18   17   16   17   18   19   20   19
+   19   20   21   23   24   25   25   23   22   21   22   23   22   22   22   24
+   25   27   28   27   26   31   27   23   22   21   20   20   20   21   21   22
+   22   21   20   19   20   21   21   22   22   21   20   17   16   16   17   16
+   17   16   15   13   13   14   16   17   18
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   18   17   17   18   19   20   19   18   16   16   17   18   19   18
+   18   18   20   21   23   24   24   23   22   22   22   22   21   20   20   21
+   23   26   27   25   24   25   23   20   20   20   20   20   21   21   20   21
+   18   18   19   19   20   21   21   21   21   21   20   17   16   16   17   18
+   18   19   19   17   16   16   17   19   20
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   19   20   21   22   21   19   17   16   17   18   19   18
+   18   18   19   20   21   22   23   22   22   22   21   21   19   18   18   19
+   21   25   26   23   21   20   19   18   18   20   20   21   22   22   20   18
+   16   17   18   19   21   20   20   19   19   20   19   17   16   17   18   19
+   19   22   22   20   18   17   18   20   22
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   22   21   22   23   24   23   21   19   17   17   18   19   18
+   18   18   18   19   20   20   21   21   20   20   20   19   17   16   16   17
+   19   23   24   22   19   18   17   16   18   20   21   22   23   22   19   17
+   15   16   17   18   20   19   18   17   17   18   17   16   16   17   18   19
+   20   23   23   22   19   17   18   20   22
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   22   22   23   24   25   25   23   21   19   18   19   19   19
+   19   19   18   18   18   18   18   18   18   18   18   17   15   14   15   16
+   18   20   22   21   19   18   16   16   18   20   22   22   23   21   19   16
+   15   15   16   17   18   17   16   16   16   17   17   18   18   18   19   20
+   21   23   23   22   20   17   17   20   22
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   22   22   22   23   25   25   24   22   20   20   20   20   19
+   19   19   18   17   16   16   15   15   15   16   16   15   14   13   15   16
+   18   20   20   20   19   18   17   17   18   20   22   22   21   20   18   17
+   16   15   14   16   17   17   16   16   17   19   19   19   19   20   21   22
+   22   23   22   22   20   17   17   18   21
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   21   21   22   22   24   24   23   22   21   21   21   21   20
+   20   20   18   16   15   14   13   13   13   14   15   14   14   14   15   17
+   18   19   19   20   20   19   18   18   19   21   22   22   21   20   19   18
+   17   16   16   16   17   17   17   18   20   22   22   22   21   21   22   23
+   23   23   22   22   20   18   17   18   19
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   20   20   20   21   22   22   22   21   21   21   21   21   20
+   20   20   18   16   14   13   12   12   13   14   15   15   14   14   16   17
+   18   18   19   20   21   20   19   18   20   22   23   22   22   21   20   20
+   19   19   18   19   19   19   20   21   24   26   27   25   23   22   23   23
+   23   23   23   22   21   20   18   18   18
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   19   19   19   19   19   20   20   20   21   22   22   22   21
+   21   20   18   16   14   12   12   12   13   15   15   15   15   16   16   17
+   18   18   19   21   21   20   19   20   21   23   24   22   22   22   22   22
+   21   21   20   20   20   22   23   25   28   31   31   29   26   25   25   24
+   24   23   24   23   22   21   20   19   18
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   19   19   18   18   18   18   19   20   21   22   22   22
+   21   20   19   16   14   13   13   14   16   17   17   17   16   17   17   18
+   18   18   20   22   21   20   19   19   21   23   24   23   23   22   22   23
+   23   23   22   22   23   25   26   29   32   35   35   33   31   30   28   27
+   26   25   26   25   24   23   22   20   18
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   19   19   20   19   18   17   16   16   17   19   20   22   22   22
+   21   20   19   17   15   15   15   17   18   19   19   19   17   18   18   18
+   19   19   20   21   21   19   17   18   21   23   23   22   21   21   23   24
+   25   24   24   25   27   29   31   34   37   40   39   37   35   34   32   30
+   29   28   28   26   25   24   23   21   20
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   20   21   21   21   19   17   15   15   16   17   19   20   21   21
+   21   21   19   18   17   17   18   20   21   21   21   20   18   18   18   18
+   19   18   19   20   19   17   15   16   19   21   21   19   19   20   23   24
+   25   25   25   28   31   33   36   39   41   43   42   40   38   36   35   33
+   32   30   29   28   26   25   24   22   21
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   22   23   23   21   18   15   14   14   16   17   19   20   21
+   21   20   19   19   19   20   21   22   22   22   22   20   18   18   18   18
+   18   17   17   18   17   15   14   15   16   18   17   16   18   20   23   24
+   24   25   26   28   32   35   38   41   43   43   42   39   38   37   36   35
+   34   32   31   28   27   26   24   23   21
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   23   24   25   23   21   17   15   15   15   16   18   19   20
+   20   20   19   19   20   21   22   22   22   22   21   19   18   18   18   17
+   17   17   16   16   15   14   14   15   15   15   15   15   17   21   22   24
+   24   23   24   26   29   33   37   40   41   41   39   36   34   34   34   34
+   34   33   30   28   26   26   24   23   22
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   24   26   27   25   23   20   17   16   16   16   17   18   19
+   19   20   19   19   20   21   21   21   20   20   19   17   17   18   19   18
+   17   16   15   14   14   14   14   15   15   14   15   15   18   22   23   22
+   21   19   20   21   24   28   33   35   37   36   34   30   28   29   29   30
+   31   31   28   26   24   24   24   22   22
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   21   23   25   27   26   25   22   19   18   17   17   17   18   19
+   19   19   20   20   20   20   20   19   18   17   16   16   16   19   19   18
+   17   16   15   14   14   15   15   15   14   14   15   17   19   21   22   20
+   18   16   16   16   19   23   27   29   30   29   26   22   22   22   24   26
+   27   27   25   23   22   21   22   22   22
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   21   23   25   25   24   23   21   19   19   18   18   18   19
+   19   19   20   19   19   19   18   17   16   15   14   15   16   17   18   19
+   19   17   16   15   14   15   15   15   15   15   17   18   21   21   21   19
+   17   14   13   14   16   19   22   22   22   20   18   16   16   17   19   21
+   23   22   21   19   18   19   20   20   20
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   19   22   23   23   23   22   22   21   20   20   19   19   19
+   19   19   19   19   18   18   17   16   14   14   14   14   16   18   19   20
+   20   19   17   15   15   15   15   16   16   17   19   21   23   22   21   17
+   15   14   12   14   15   16   17   17   15   12   11   11   12   14   16   18
+   19   19   17   17   16   16   17   17   17
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   17   19   21   20   20   20   21   21   21   20   20   20   19
+   20   20   19   19   18   17   16   15   14   14   15   16   18   19   21   22
+   22   20   18   16   16   16   16   17   17   19   20   21   23   21   19   16
+   14   12   11   12   13   14   14   13   11    9    9    9   11   13   15   16
+   17   16   15   15   14   14   15   15   14
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   15   17   18   18   18   18   19   20   21   20   20   20   20
+   20   20   20   19   18   17   16   16   15   16   17   18   20   21   21   22
+   22   21   18   17   16   16   16   17   18   19   20   21   21   19   16   13
+   12   11   10   10   11   12   12   11   10   10   10   10   11   13   15   16
+   15   15   14   14   14   14   14   13   12
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   10   11   13   15   16   16   16   16   17   18   19   20   20   20   20
+   20   21   20   20   19   18   17   17   17   17   18   19   21   21   22   22
+   22   21   18   17   16   15   15   16   17   18   19   19   19   17   14   12
+   11   10    9   10   11   11   11   11   11   11   12   12   12   13   15   15
+   15   14   14   15   15   15   14   13   11
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   10   10   12   14   15   16   16   15   16   17   17   18   18   19   20
+   20   21   21   21   20   19   19   19   19   20   20   20   20   21   20   20
+   20   20   18   17   15   14   14   15   16   17   17   16   15   13   12   11
+   10   10   10   10   11   11   11   12   12   12   13   13   12   12   14   15
+   15   15   15   16   17   17   16   14   12
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11   11   12   13   15   16   15   15   15   15   16   16   17   18   19
+   20   21   21   21   21   20   20   21   22   22   21   21   20   19   18   18
+   18   18   17   16   14   13   13   14   14   14   14   12   11   11   10   10
+   10   10   11   11   12   12   12   13   13   13   13   13   11   11   12   14
+   15   15   16   17   18   19   18   15   13
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   12   12   14   15   15   15   15   14   15   14   15   15   16   18
+   19   20   21   21   21   21   21   22   24   23   22   21   19   18   16   15
+   15   16   15   14   13   12   12   12   12   11   10    8    8    8    9    9
+   10   11   12   12   13   13   13   14   14   13   12   12   10    9   11   13
+   14   15   16   17   19   19   19   17   14
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   13   14   15   15   15   15   15   14   14   13   14   14   16
+   18   19   20   20   21   20   21   22   25   24   22   20   18   16   14   14
+   14   14   14   13   12   11   11   10    9    8    6    5    6    7    8    9
+   10   12   13   13   14   14   15   15   14   13   12   11    9    6    8   11
+   13   14   15   16   17   18   18   17   15
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   14   14   15   16   16   15   15   14   13   12   12   13   14
+   16   18   19   19   20   20   20   21   23   23   21   19   17   14   13   13
+   14   14   14   13   12   11   10    9    7    6    5    5    6    7    8   10
+   11   13   14   14   15   16   16   16   15   14   13   11    9    4    6    9
+   11   12   12   13   15   16   17   16   15
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   14   15   15   16   15   15   14   13   12   11   11   12
+   14   16   18   18   18   18   18   19   19   19   19   17   15   14   13   14
+   14   15   15   14   13   12   11    9    8    7    7    7    7    8    9   11
+   12   14   14   15   16   17   17   16   16   15   14   12    8    5    4    7
+    9    9    9   10   11   13   14   14   13
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   12   13   14   15   15   15   14   13   11   10    9   11
+   13   15   16   17   17   17   17   17   17   17   17   16   15   14   14   15
+   16   17   17   16   15   14   13   12   10    9    9    9    9    9   10   11
+   13   14   14   15   15   16   16   16   15   15   14   12    9    6    4    5
+    6    7    7    7    8   10   11   12   11
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    8    8    9   10   11   13   14   14   14   13   11   10    9   10
+   11   13   15   15   16   16   16   16   16   16   16   16   15   15   16   18
+   18   19   19   18   17   16   15   13   12   11   10   10   10   10   11   12
+   12   13   12   12   14   14   15   14   14   14   14   12    9    6    4    5
+    5    5    5    5    6    7    9    9    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    5    4    4    5    6    8   10   11   12   13   12   11    9    9    9
+   11   13   14   15   16   16   17   17   17   17   17   17   17   17   19   20
+   20   20   20   19   17   16   15   14   13   12   11   10   10   11   12   12
+   12   12   11   11   12   12   13   13   14   13   12   11    9    6    5    6
+    6    5    5    5    5    6    6    7    6
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    1    2    3    4    4    6    8    9   11   12   11   10    8    9
+   11   13   15   16   17   18   18   19   19   18   18   18   19   19   20   21
+   21   20   19   18   17   16   15   14   13   12   11   11   12   12   13   13
+   13   12   11   10   11   12   13   14   14   14   13   12   10    8    8    8
+    8    7    6    6    6    5    5    5    4
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    3    2    4    5    6    5    5    6    8   10   11   11   11    9    9
+   11   13   15   17   18   19   20   20   20   20   19   19   20   20   21   21
+   20   19   18   16   15   14   14   13   12   11   11   12   13   15   15   15
+   14   13   12   11   11   12   14   15   16   16   15   15   14   13   12   12
+   11   10    9    8    8    7    6    5    4
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    3    3    6    8    9    8    8    8    8   10   11   11   11    9    8
+   10   12   15   16   19   20   21   21   21   20   20   20   20   20   20   19
+   18   17   16   14   13   12   12   11   10   11   12   14   16   17   18   17
+   16   14   13   12   11   12   14   16   18   19   19   19   19   18   18   17
+   16   15   13   11   10   10    8    6    5
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    5    5    7    8   10   10   10   10   11   10   11   11   10    8    7
+    9   11   13   16   18   19   20   20   20   20   20   19   19   18   18   17
+   16   15   13   12   11   10   10   10   11   13   15   17   19   20   20   19
+   17   15   13   12   11   12   15   17   20   21   23   23   23   23   23   22
+   21   20   18   16   14   13   12    9    7
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   10    9    9    9   10   10   12   12   12   11   11   10    8    6    5
+    6    8   11   13   15   17   17   18   18   18   18   17   17   17   16   15
+   14   13   12   11   10   10   11   12   14   17   19   21   22   22   22   20
+   17   15   13   12   12   12   15   18   21   24   25   27   27   28   28   27
+   27   26   23   22   20   19   17   15   13
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   18   16   13   13   12   11   12   11   12   11   10    9    8    6    5
+    5    6    8    9   11   13   14   15   15   15   15   15   15   15   14   14
+   13   12   11   11   11   12   13   16   18   20   22   23   24   23   22   19
+   17   15   13   13   12   13   16   18   23   26   28   30   31   32   32   32
+   32   32   30   29   28   26   25   23   21
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   28   25   22   19   17   15   14   13   12   11   10    9    8    6    5
+    4    4    4    6    7    8    9   11   12   12   13   13   13   13   13   13
+   12   12   12   12   13   15   17   19   21   23   24   24   24   22   21   18
+   16   15   14   14   14   14   17   19   24   28   30   32   33   34   35   36
+   36   37   36   36   35   35   33   32   30
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   37   35   31   28   25   22   19   17   14   13   11    9    8    7    5
+    3    2    2    3    4    5    6    8    9   10   11   12   13   13   13   12
+   12   13   13   14   15   16   18   20   22   24   24   24   22   21   19   17
+   15   14   14   15   15   16   18   21   25   29   32   35   36   37   38   39
+   40   40   42   42   42   42   42   41   39
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   45   42   40   36   33   30   26   23   20   18   15   13   10    8    6
+    4    2    2    2    2    4    5    6    7    8    9   10   11   12   12   12
+   12   13   14   15   16   17   19   20   22   22   22   22   20   19   17   15
+   13   13   14   15   16   18   18   20   25   30   35   37   37   39   40   41
+   43   44   45   47   48   48   49   48   47
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   50   48   46   43   40   37   33   30   27   23   20   18   15   12   10
+    7    6    4    3    3    3    4    5    6    7    8    8    9   10   10   11
+   11   12   13   14   15   17   18   19   20   20   20   19   18   17   15   13
+   12   12   13   14   16   17   19   21   23   27   34   36   38   39   41   43
+   45   46   48   50   51   52   52   52   51
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   52   51   50   48   46   43   41   38   35   32   29   26   24   21   18   15
+   13   11    9    8    6    6    5    6    6    6    7    8    8    9    9   10
+   11   12   12   14   14   15   16   17   17   18   17   17   16   15   14   13
+   12   11   12   12   14   15   16   18   19   23   29   34   39   41   42   44
+   46   48   49   51   52   52   53   53   52
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   50   49   49   47   46   44   43   40   38   36   33   31   28   26   23   21
+   19   17   15   14   12   11   10   10    9    9    9   10   10   10   11   11
+   12   13   13   14   15   15   16   16   16   17   17   17   17   16   16   16
+   16   16   17   18   19   20   22   24   28   30   34   36   39   40   42   44
+   45   46   48   49   50   50   50   50   50
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   45   44   44   43   42   41   39   38   36   35   33   31   30   28   27
+   25   23   22   20   19   18   17   16   16   15   15   15   16   16   16   16
+   16   17   17   17   18   18   19   19   19   20   20   20   20   21   21   21
+   23   23   24   25   26   27   28   30   31   32   34   36   37   39   40   41
+   42   43   44   44   45   45   45   45   45
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   38   38   37   37   36   36   35   34   34   32   32   31   30   29
+   28   28   27   26   26   25   25   24   24   23   23   23   23   22   22   22
+   22   22   23   23   23   23   23   24   24   25   25   25   25   26   26   27
+   27   28   28   29   29   30   31   31   32   32   33   34   35   35   36   37
+   37   38   37   38   38   38   39   38   38
+     6                                                      END OF RMS MAP     
+     7                                                      START OF RMS MAP
+  2010    12     5    12     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   11   12   12   12   12   12   12   12   12   12   12
+   12   12   12   12   12   12   12   12   12   12   12   12   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   11   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   11   12   12   13   13   13   14   14   14   14   14   14
+   13   13   13   13   13   13   13   12   12   12   12   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   10
+   10   10   10   10   10    9    9    9    9    9    9    9    9    8    8    8
+    8    8    8    9    9    9    9   10   10
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   11   11   12   13   13   14   14   15   15   15   15   15   15   15
+   15   14   14   13   13   13   12   12   12   11   11   11   11   11   11   11
+   11   11   11   11   11   12   12   12   12   12   12   12   12   11   11   11
+   11   11   10   10   10    9    9    9    9    8    8    8    8    7    7    7
+    7    7    7    7    7    8    8    9    9
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   11   12   13   14   15   15   16   16   16   16   16   16   15
+   15   15   14   14   13   13   12   12   12   11   11   11   11   11   11   11
+   11   11   11   11   12   12   12   12   12   12   12   12   12   12   11   11
+   11   11   11   10   10   10    9    9    9    9    8    8    8    8    7    7
+    7    7    7    7    7    7    8    8    8
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   11   12   13   14   15   15   16   16   17   17   17   16   16
+   15   14   14   13   13   12   12   12   12   11   11   11   11   11   11   11
+   11   11   12   12   12   12   12   12   12   12   12   12   12   12   11   11
+   11   11   11   11   10   10   10   10    9    9    9    9    9    9    8    8
+    7    7    7    7    7    7    8    8    8
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   12   14   15   16   16   17   17   17   16   16   16   15
+   15   14   14   13   13   13   13   13   12   12   12   12   12   11   12   11
+   12   11   12   12   12   12   12   12   12   11   11   11   11   10   10   10
+   10   10   10   10   11   11   11   11   11   11   11   11   11   11   10   10
+    9    9    9    8    8    8    8    9    9
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   12   13   14   15   16   17   17   17   17   16   16   16   15
+   15   14   14   14   14   14   14   14   14   14   14   13   13   13   12   12
+   12   12   12   12   11   11   11   11   10   10    9    9    9    8    9    9
+    9   10   10   10   11   11   11   12   12   12   12   13   13   13   13   12
+   12   12   11   11   10   10   10   10   10
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   14   15   16   17   17   17   17   16   16   16   15   15
+   15   15   15   15   16   16   16   17   17   16   16   15   14   13   13   12
+   12   12   11   11   10   10    9    8    8    7    7    6    6    7    7    8
+    8    9   10   10   11   11   12   12   13   13   14   15   15   15   16   15
+   15   15   14   14   13   13   12   12   12
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   16   17   17   18   18   18   17   17   16   15   15   15
+   15   15   16   17   17   18   18   19   19   18   17   16   15   14   13   12
+   12   11   10   10    9    8    8    7    6    5    4    4    4    5    5    6
+    7    8    9   10   11   11   12   13   13   14   14   15   16   17   17   17
+   17   17   17   17   16   16   15   15   14
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   17   18   18   18   18   18   18   17   16   16   15   15
+   16   16   17   18   19   20   20   20   20   19   18   17   15   14   13   12
+   11   10    9    9    8    8    7    6    5    4    4    3    3    4    5    6
+    7    9   10   11   12   12   12   13   13   13   14   15   17   17   18   18
+   18   18   18   18   18   17   17   17   16
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   18   18   19   19   19   19   19   18   18   17   17   16   16
+   17   17   18   19   19   20   20   20   20   19   18   16   15   14   13   12
+   11   10    9    9    9    8    7    6    5    5    5    4    4    5    6    7
+    9   10   12   13   13   13   13   13   13   13   14   15   15   16   16   16
+   16   16   17   17   18   18   17   17   17
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   18   18   19   20   20   20   19   19   19   18   18   18   18
+   18   19   19   20   20   20   20   20   20   19   17   16   15   14   13   12
+   11   10   10   10   10    9    9    8    7    7    6    6    6    6    7    9
+   11   13   14   15   15   15   14   14   13   13   13   13   14   13   14   14
+   13   14   15   16   16   17   17   16   16
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   16   17   18   19   19   19   20   20   19   19   19   19   19
+   19   19   19   19   20   19   19   19   18   18   17   15   14   13   13   13
+   12   12   12   12   12   12   11   11   10   10    9    9    9    9   10   12
+   13   15   17   17   18   17   16   15   14   14   13   13   12   12   12   11
+   11   11   12   14   15   15   15   15   15
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   15   16   17   18   18   19   19   20   20   20   20   20   20
+   19   19   19   19   19   18   18   18   17   17   16   15   14   14   14   16
+   14   14   14   15   15   15   15   15   14   14   13   12   12   12   13   15
+   16   18   19   20   20   19   18   17   17   16   15   14   13   12   11   11
+   10   10   11   12   13   15   15   14   14
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   15   16   16   16   17   18   19   19   20   20   20   20
+   20   19   19   18   18   18   17   17   17   16   16   16   15   15   16   17
+   16   16   17   17   18   19   19   19   18   18   17   16   16   15   16   18
+   19   21   22   22   22   21   20   20   19   18   17   15   15   14   13   13
+   12   11   12   13   14   15   15   15   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   14   15   15   15   15   16   16   17   19   20   20   20   19
+   19   18   18   17   18   17   18   17   17   17   17   16   16   16   16   17
+   17   17   18   19   20   21   22   22   22   21   20   19   18   17   18   20
+   21   22   23   23   24   23   21   21   21   20   19   18   17   17   16   15
+   15   14   14   15   15   16   16   16   15
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   15   15   15   15   15   15   15   16   18   19   19   19   19
+   18   18   17   17   18   18   18   18   18   18   18   17   17   17   17   16
+   17   17   18   20   21   22   24   24   24   23   22   21   19   19   19   20
+   21   23   23   24   24   23   22   22   22   21   20   20   19   19   19   18
+   18   18   18   18   19   19   19   19   18
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   17   16   16   15   15   15   15   16   17   18   18   18   18
+   17   17   17   18   19   19   20   20   20   19   19   18   17   17   16   16
+   16   16   18   19   21   23   24   25   25   24   22   21   19   18   19   19
+   20   21   22   22   23   23   22   22   21   21   21   21   21   21   21   21
+   22   22   22   22   22   23   22   22   20
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   20   19   18   17   16   16   16   15   16   17   17   18   18   17
+   17   17   18   19   20   21   21   22   21   20   19   18   17   16   15   14
+   14   15   17   19   21   23   23   24   23   23   22   20   19   18   18   18
+   19   20   20   20   21   21   20   20   20   20   20   21   21   21   22   23
+   24   24   24   24   24   25   25   24   23
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   22   21   20   19   18   17   17   16   16   17   18   18   17   18
+   18   18   19   20   21   22   23   23   22   21   19   18   16   15   14   13
+   12   13   15   18   21   22   22   22   21   20   20   19   17   17   17   18
+   18   18   18   18   18   18   18   18   18   19   19   19   20   20   21   23
+   24   25   25   25   25   25   25   25   25
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   24   23   21   20   19   19   18   17   17   18   18   18   18   19
+   18   19   19   20   21   22   24   24   23   21   19   17   16   14   13   12
+   11   12   15   18   20   21   21   20   19   19   19   17   17   16   17   17
+   18   18   17   17   16   16   16   16   17   17   18   18   18   19   19   21
+   22   23   24   23   23   24   24   25   25
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   23   23   22   21   21   20   20   19   18   18   19   19   19   19
+   20   20   20   21   22   23   24   25   23   21   19   17   16   15   13   13
+   12   13   16   20   22   22   21   19   18   18   18   17   17   17   17   18
+   18   17   17   16   15   15   15   15   16   16   17   16   16   16   17   18
+   19   21   21   21   21   21   22   23   23
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   21   21   21   21   21   21   20   19   19   19   20   20   21
+   21   21   21   21   22   23   24   25   23   21   19   17   17   17   16   17
+   15   16   19   22   24   23   21   19   18   18   18   17   17   17   18   18
+   19   18   17   15   15   15   15   15   16   16   16   16   15   14   15   15
+   16   17   18   18   18   18   19   20   21
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   19   19   20   20   21   21   21   20   19   20   21   21   22
+   22   22   22   21   22   23   24   25   24   22   20   18   19   21   22   22
+   20   21   24   26   27   25   22   20   19   19   19   19   19   18   18   19
+   20   19   19   17   16   15   15   16   17   18   18   17   16   15   14   14
+   14   15   15   15   15   15   16   17   18
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   17   16   17   19   20   20   20   19   19   20   21   22   22
+   22   22   22   22   22   23   24   25   24   23   21   20   22   25   27   27
+   26   27   29   29   29   28   24   22   20   20   20   21   20   20   19   20
+   21   20   20   20   19   16   16   16   18   19   20   19   18   16   15   14
+   14   14   14   14   14   14   14   15   15
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   15   15   16   18   19   19   18   18   18   20   21   22
+   22   22   22   22   21   23   24   25   25   24   23   23   25   28   31   32
+   30   31   32   31   31   29   25   22   21   21   22   22   21   20   19   21
+   22   22   22   22   21   17   17   18   19   21   21   20   19   18   17   16
+   16   16   15   15   15   14   14   14   14
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   14   14   13   14   16   17   17   16   15   15   18   20   21
+   21   22   22   21   22   23   25   26   26   25   25   25   27   31   33   33
+   33   34   34   34   33   29   25   22   21   22   23   23   21   20   20   21
+   22   22   23   22   21   18   18   18   20   21   22   21   20   18   18   18
+   18   19   18   18   18   17   16   15   15
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   16   14   13   13   14   15   16   15   15   15   16   18   19
+   20   21   21   22   22   23   25   26   26   26   25   26   28   31   33   35
+   36   36   35   34   32   28   24   21   21   22   23   22   21   20   20   21
+   22   23   24   23   21   19   19   19   21   21   21   20   19   19   18   19
+   19   21   21   21   21   20   19   18   18
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   19   16   15   14   14   15   16   15   15   16   16   17   18
+   18   19   21   21   22   24   25   26   26   26   25   25   26   29   32   35
+   37   36   35   33   29   25   22   20   21   22   23   21   19   20   20   21
+   22   23   24   23   21   19   19   20   21   20   19   19   18   18   18   18
+   21   22   22   23   23   23   23   22   21
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   22   19   17   16   16   17   17   17   16   16   16   16   16
+   17   18   19   20   22   23   24   25   25   24   23   22   23   25   28   31
+   34   33   32   29   25   22   19   19   20   21   21   21   19   20   21   21
+   21   23   23   24   22   19   18   19   20   20   18   17   16   16   17   18
+   21   23   23   24   25   25   26   25   24
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   27   25   22   19   18   18   19   20   19   18   17   17   16   16
+   16   17   18   20   21   23   23   23   23   22   20   19   19   21   24   27
+   29   30   28   24   21   19   18   18   19   21   20   20   19   20   20   19
+   19   21   22   22   21   18   17   18   18   18   16   15   15   15   16   17
+   20   21   22   22   24   26   27   27   27
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   28   27   24   21   19   20   21   22   21   20   19   18   17   16
+   16   16   17   19   21   21   21   21   20   19   17   16   16   18   21   24
+   26   26   22   19   17   17   17   18   19   20   19   19   18   18   19   18
+   19   20   20   21   21   19   18   17   17   17   16   15   15   15   16   17
+   18   19   19   20   23   25   27   28   28
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   28   28   27   24   22   20   21   22   23   23   22   20   19   18   16
+   16   16   17   18   19   19   18   18   18   17   15   14   14   17   20   23
+   23   22   18   16   15   16   18   19   20   19   18   18   17   16   17   17
+   18   20   20   22   22   21   19   19   19   18   18   18   17   17   18   18
+   17   17   17   18   20   23   26   28   28
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   27   26   24   22   20   21   22   23   23   22   20   19   18   17
+   17   16   16   16   17   16   16   16   16   15   15   14   15   18   20   22
+   21   19   16   15   16   17   19   20   21   20   18   16   15   13   15   17
+   18   20   20   23   24   23   21   19   20   21   21   22   22   22   21   20
+   18   17   16   16   18   20   23   25   26
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   24   23   21   20   20   21   22   22   21   20   19   18   18
+   17   16   16   16   15   15   15   15   15   15   16   16   17   18   20   21
+   20   18   17   17   18   20   22   22   22   20   17   15   13   12   13   16
+   18   19   21   24   25   24   22   21   22   24   25   26   27   27   24   22
+   20   19   18   17   17   18   21   23   24
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   23   23   22   22   20   19   19   20   21   21   20   19   18   18   18
+   18   17   17   16   15   15   14   15   16   16   17   17   18   18   19   20
+   19   19   20   21   22   24   25   24   22   20   18   14   13   12   13   16
+   17   18   20   23   26   26   24   23   24   27   28   29   31   31   27   25
+   23   22   21   19   18   17   19   20   21
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   21   21   21   19   18   18   19   19   19   18   18   18   18   19
+   19   19   18   17   16   16   16   17   18   18   18   18   18   19   20   20
+   19   21   23   25   26   27   27   25   23   21   18   15   13   13   14   15
+   17   17   19   22   26   27   26   27   28   29   30   32   33   34   31   28
+   26   25   23   21   19   18   18   20   20
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   21   20   20   19   17   17   17   17   18   18   17   17   19   20
+   21   21   20   19   18   18   18   18   20   20   20   19   19   20   21   20
+   20   22   25   27   27   27   26   25   23   21   18   15   13   14   14   15
+   16   19   19   23   26   27   28   29   29   29   31   34   35   36   34   31
+   29   28   26   23   21   19   18   19   19
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   21   21   21   21   19   18   17   17   17   17   17   17   18   19   21
+   22   22   22   21   21   21   20   21   22   22   21   20   20   21   21   20
+   20   22   25   27   26   25   24   23   22   20   18   16   13   13   14   16
+   18   21   23   26   29   30   29   28   28   28   31   34   36   36   35   33
+   31   29   28   25   21   19   18   19   18
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   21   22   22   22   21   20   18   18   17   17   17   18   18   19   21
+   22   23   23   24   24   24   23   22   23   22   22   20   20   20   20   19
+   19   20   23   25   24   22   20   20   20   20   18   16   13   12   15   18
+   20   23   25   28   31   30   28   25   24   26   29   32   35   36   34   32
+   31   30   28   25   22   20   18   19   18
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   21   23   23   23   23   22   20   19   18   18   18   19   19   20   21
+   22   22   23   25   25   25   24   23   22   21   21   19   19   18   18   18
+   17   18   20   21   20   18   17   17   19   19   19   16   13   13   16   19
+   22   24   26   28   29   27   24   20   20   22   25   28   31   32   31   30
+   29   28   27   25   22   20   19   19   19
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   22   23   24   24   24   24   22   21   20   20   20   20   20   20   21
+   21   21   23   24   24   24   23   22   20   19   19   17   16   16   16   15
+   15   16   17   17   16   14   15   16   18   17   19   17   14   15   17   19
+   23   25   25   26   25   23   18   15   14   16   20   23   25   27   27   26
+   25   25   24   23   21   21   20   20   19
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   22   23   24   25   25   25   24   23   22   21   21   21   21   21   20
+   20   20   22   23   23   23   21   21   19   17   16   15   14   14   15   15
+   14   15   16   15   13   12   14   16   18   19   21   18   16   16   17   19
+   21   23   23   23   21   18   13   10    9   11   15   18   19   21   22   21
+   21   21   20   20   20   20   21   21   20
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   22   24   25   24   24   23   22   22   22   22   22   21   20
+   19   19   21   22   22   22   20   19   18   16   15   14   14   14   15   14
+   15   16   15   14   13   13   15   18   20   22   22   19   17   16   16   18
+   19   20   20   19   17   14   11    9    8    8   11   13   14   15   17   16
+   16   17   16   17   18   20   22   22   21
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   19   20   21   22   23   22   22   22   22   23   23   22   20   19
+   18   18   19   21   21   20   19   18   17   17   17   16   16   15   16   16
+   16   17   16   15   14   14   16   19   23   24   23   20   18   17   16   16
+   16   16   16   15   13   11   10   10   10   10   10   11   11   12   13   13
+   13   13   13   14   16   19   21   21   20
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   17   18   19   20   20   20   21   21   22   22   21   20   18
+   17   17   18   19   20   19   18   17   17   18   19   18   18   18   17   18
+   18   18   18   17   17   17   19   21   24   25   24   21   19   17   15   14
+   14   13   13   12   11   11   11   12   12   12   12   11   12   12   12   12
+   12   12   12   13   15   17   19   19   18
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   15   15   16   16   17   17   18   19   20   20   21   20   19   18
+   17   17   18   19   20   19   18   18   18   19   20   21   20   19   19   19
+   19   18   18   18   18   19   21   23   24   24   22   20   19   17   15   13
+   12   11   10   10   10   11   12   14   14   14   14   13   12   12   12   12
+   12   12   13   14   15   16   17   17   17
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   14   15   15   15   15   15   16   17   18   19   20   19   19   18
+   17   17   17   19   19   19   19   19   20   21   22   22   21   20   19   19
+   18   18   18   18   19   21   22   23   23   21   19   19   18   16   14   12
+   10    9    9   10   11   12   14   14   15   14   14   14   13   13   14   13
+   13   14   14   15   15   15   16   16   15
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   14   14   14   15   16   17   17   18   19   19   18   17
+   17   17   18   19   19   19   20   20   21   21   22   21   20   19   19   18
+   17   16   16   18   19   20   20   21   19   18   16   16   16   15   13   11
+    9    9    9   10   11   13   14   14   14   14   13   13   13   14   14   14
+   14   15   15   16   16   15   15   15   14
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   15   14   14   14   15   15   16   17   18   18   18   18   17
+   17   17   18   19   19   20   20   20   21   21   21   20   18   18   17   16
+   15   15   15   16   17   18   18   17   16   14   12   13   13   13   12   10
+    9    9    9   11   12   14   15   14   12   12   12   12   13   13   14   14
+   15   15   16   16   16   15   15   14   14
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   16   16   15   15   14   14   15   16   17   17   18   18   18   17
+   17   17   18   19   19   20   20   20   20   19   18   17   16   15   15   14
+   13   13   13   14   15   15   14   13   11   10    9    9   10   11   11   10
+    9    9   11   12   13   14   16   15   11   10   11   11   12   12   13   13
+   14   15   15   15   15   15   14   14   15
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   17   16   16   15   14   14   16   17   17   18   17   18   17
+   16   17   18   18   18   19   19   18   17   16   15   14   13   13   12   12
+   11   11   11   12   12   11   10    8    6    5    5    6    8    9   10   10
+   10   11   12   14   15   16   16   15   10    8    9   10   11   11   11   11
+   12   13   14   14   14   13   13   14   15
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   16   17   18   17   16   15   14   15   15   17   18   18   18   17   17
+   16   16   17   17   17   17   17   16   15   14   13   12   11   11   10   10
+   10   10   10   10    9    8    6    4    3    2    2    4    6    8    9   10
+   11   12   14   16   17   17   17   14    9    6    8    9   10    9    9    9
+   10   11   12   12   12   12   12   13   14
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   17   16   15   14   14   14   15   17   18   18   18   17   16
+   15   15   15   15   15   15   14   13   13   12   12   11   10    9   10   10
+   10   10    9    8    7    7    4    2    1    2    3    3    6    8    9   11
+   12   14   16   17   18   19   17   14    9    6    8    9    8    8    7    7
+    7    8    9    9    9   10   10   12   14
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   13   14   14   13   13   12   13   14   15   17   18   18   17   17   16
+   15   14   14   14   14   13   12   13   12   12   12   11   10   10   11   11
+   11   10    9    8    6    5    3    2    3    5    5    6    7    9   10   12
+   13   14   16   18   19   19   17   15   10    8    8    8    8    7    6    5
+    6    6    7    7    8    8    9   10   11
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   10   10    9    9    9   10   12   14   16   17   17   17   17   16
+   15   14   14   13   13   13   13   13   13   14   13   13   13   13   12   12
+   12   11    9    7    6    4    3    3    4    5    6    7    9   11   12   13
+   14   15   16   18   18   18   17   15   11    9    9    9    9    7    6    4
+    5    6    6    6    6    6    7    8    8
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    5    5    5    6    6    7    9   12   14   16   17   17   17   17
+   16   15   14   14   14   13   14   15   15   16   17   17   16   16   15   14
+   12   11    9    8    6    5    4    4    4    5    7    9   11   12   13   14
+   14   15   16   17   18   17   16   15   12   11   10   10    9    8    6    5
+    5    5    6    5    5    5    5    5    5
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    3    4    4    5    6    7    7    6    6    9   12   14   15   16   17   17
+   17   16   16   15   15   15   16   17   19   19   20   20   19   18   16   15
+   13   11   10    8    6    5    4    4    5    7    9   12   13   14   15   15
+   15   16   16   17   17   17   16   15   14   13   12   12   12   10    8    6
+    6    6    7    6    6    5    4    4    3
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    7    9   10   10    9    7    5    7    9   12   14   16   17   18
+   18   18   17   17   17   17   19   20   21   22   22   22   20   19   17   15
+   13   12   10    8    7    5    5    5    7    9   12   15   16   17   17   17
+   17   17   17   17   17   17   17   17   16   16   15   15   15   13   12   10
+    9    9    9    8    8    6    5    4    5
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    8   11   12   13   13   11    9    7    6    7   10   12   14   16   17
+   18   18   18   18   18   19   21   22   23   24   23   23   21   19   17   15
+   13   11   10    8    6    6    6    8   10   13   16   18   19   20   19   19
+   19   18   18   18   18   18   18   19   19   19   19   19   19   17   16   14
+   14   13   12   12   11    9    7    6    6
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9   12   13   14   14   13   11    9    7    7    8   10   12   14   16
+   17   17   18   18   19   20   21   22   23   23   23   22   20   18   16   14
+   12   11    9    7    6    7    9   12   15   18   20   22   22   23   22   21
+   20   19   18   17   17   18   18   20   21   22   23   23   23   21   20   19
+   18   17   17   16   15   13   12   10    9
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   14   15   14   14   12   11    9    8    8    9   10   12   13
+   14   15   16   17   18   19   19   20   21   21   21   20   18   16   15   13
+   11    9    8    7    8   10   13   16   19   22   24   25   25   25   24   22
+   21   19   17   16   15   16   18   21   23   25   26   26   27   26   25   24
+   24   22   22   22   21   20   18   15   14
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   18   17   16   15   15   14   13   11   10    9    9    9    9   10
+   11   12   13   14   15   16   17   17   18   18   18   17   16   14   13   12
+   10    9    9   10   12   14   17   20   23   25   26   27   26   25   24   22
+   20   18   16   14   13   15   17   21   25   27   29   30   30   30   30   29
+   29   29   29   29   29   28   25   22   20
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   27   25   23   21   20   18   17   15   14   12   11    9    8    8    7
+    8    9   10   11   12   12   13   14   14   14   14   14   13   13   11   11
+   11   11   12   14   16   19   21   23   25   27   28   27   26   24   22   20
+   18   16   14   12   10   12   16   21   26   29   31   32   33   33   33   33
+   34   35   36   36   37   35   33   31   28
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   36   33   31   28   26   24   21   19   17   15   13   11    9    7    6
+    6    6    7    8    8    9   10   10   11   11   11   12   12   11   12   12
+   13   15   16   18   20   22   24   25   26   27   27   26   24   22   20   18
+   16   14   12   10    9    8   14   21   26   31   33   35   35   35   36   37
+   38   41   42   43   43   42   41   40   38
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   40   38   35   32   30   27   24   21   18   16   13   11    8    6
+    5    5    5    6    6    7    7    8    9    9   10   11   11   12   13   14
+   16   17   19   20   22   24   24   25   25   25   25   23   22   19   17   16
+   14   13   11   10    9   10   11   16   25   31   35   36   37   37   38   40
+   43   45   46   47   48   49   48   47   45
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   50   48   46   43   41   38   35   32   29   25   23   19   16   13   11    8
+    7    6    5    6    6    6    7    7    8   10   11   12   13   13   14   16
+   17   19   20   21   22   23   23   23   23   23   22   20   19   17   16   14
+   14   13   13   13   13   13   14   14   16   26   33   34   36   38   40   43
+   45   47   49   51   51   51   51   50   50
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   51   49   48   46   43   41   39   36   32   29   26   23   20   17   15   13
+   11   10    8    8    8    8    8    9   10   11   12   13   14   15   16   17
+   18   19   20   21   21   21   21   22   21   21   20   19   19   18   17   17
+   17   16   17   18   18   20   21   22   25   28   31   35   39   41   43   45
+   46   48   50   51   51   52   52   51   51
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   49   47   46   45   43   41   39   37   35   32   30   28   25   23   21   19
+   17   16   15   14   14   13   13   13   13   14   14   15   16   16   17   18
+   18   19   19   20   20   20   21   20   20   20   20   20   20   20   21   20
+   21   21   22   23   24   25   27   28   29   31   34   37   39   41   42   44
+   45   46   48   48   49   49   49   49   49
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   43   42   41   40   39   38   36   35   34   32   30   29   28   26   25
+   24   22   22   21   20   20   19   19   19   19   19   18   19   19   19   19
+   20   20   21   21   21   21   22   22   22   22   22   22   22   23   23   23
+   24   25   25   26   27   28   29   30   32   33   35   36   38   39   40   41
+   42   43   43   44   44   44   44   44   44
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   37   37   36   35   35   34   34   33   33   32   31   31   30   29
+   28   28   27   27   26   26   26   26   25   25   25   24   24   24   24   24
+   24   24   24   24   25   25   25   25   25   26   26   26   26   26   27   28
+   28   28   29   29   30   30   31   32   32   33   33   35   35   36   36   37
+   37   37   37   38   37   38   38   37   37
+     7                                                      END OF RMS MAP     
+     8                                                      START OF RMS MAP
+  2010    12     5    14     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   11   11   12   12   12   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   12   12   12   12   12   12   13   13   13   13   13   13   13
+   13   13   12   12   12   12   12   11   11   11   11   11   11   11   11   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10    9    9    9    9    9    9    9    9    9    9    9    9    9    9
+    9    9    9   10   10   10   10   10   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   11   11   12   12   12   13   13   13   14   14   14   14   14   14
+   14   14   14   13   13   13   13   12   12   12   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   10   10   10   10
+   10    9    9    9    9    9    9    9    9    9    9    9    9    9    9    9
+    9    9    9    9    9    9   10   10   10
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   12   12   13   13   14   14   14   15   15   15   15   15
+   15   15   15   14   14   14   14   13   13   13   13   12   12   12   12   12
+   13   13   13   13   13   13   13   13   13   13   12   12   11   11   10   10
+   10   10    9    9   10    9    9    9    9    9    9    9    9    9    9    9
+    9    9    9    9    9    9    9    9    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   12   12   13   14   14   15   15   16   16   16   16   16
+   16   16   16   16   15   15   15   15   14   14   14   14   13   13   14   14
+   14   15   15   16   16   16   16   15   15   14   14   13   12   11   11   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10    9    9    9
+    9    9    9    9    9    9    9    9    9
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   11   12   13   14   15   15   16   16   17   17   16   16
+   16   17   17   17   17   17   17   16   16   16   15   15   15   15   15   15
+   16   16   17   17   18   18   18   17   17   15   14   13   12   11   11   10
+   10   10   10   11   11   11   11   11   11   11   11   11   11   10   10   10
+   10    9    9   10   10    9    9    9    9
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   13   14   15   15   16   16   17   17   16   17   17
+   17   18   18   18   19   19   19   18   17   17   16   16   16   15   15   16
+   16   17   18   18   18   19   19   18   17   16   15   13   12   11   10   10
+   10   10   10   11   12   12   12   12   13   12   12   12   12   12   12   12
+   12   12   11   11   11   10   10   10   10
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   13   13   14   15   16   16   17   17   17   17   17   17   17
+   18   19   19   20   21   21   20   20   19   18   17   16   16   16   16   15
+   16   17   18   18   18   18   19   18   17   15   14   12   11   10    9    9
+    9   10   11   12   13   13   14   14   14   14   13   13   13   13   13   14
+   14   14   14   13   13   12   12   12   12
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   15   16   17   17   18   18   18   18   17   17   17   18
+   19   20   21   22   22   22   22   21   20   19   18   17   16   15   15   15
+   15   15   16   16   16   17   17   16   15   14   13   11   10    9    9    9
+   10   10   11   12   14   14   15   15   14   14   13   13   13   14   14   15
+   16   17   17   17   16   16   15   15   14
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   16   17   17   18   19   19   19   19   19   18   18   18   19
+   20   20   21   22   23   23   22   21   20   19   18   16   16   15   14   14
+   14   13   14   14   15   15   15   15   14   13   12   11   10   10    9    9
+   10   11   12   14   15   16   16   15   14   13   13   12   12   13   14   15
+   17   18   19   20   19   19   18   18   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   17   17   17   18   19   20   21   21   21   20   20   19   19   20
+   20   21   22   22   23   23   22   21   20   18   17   16   16   14   13   12
+   12   12   12   13   13   14   14   14   13   13   12   12   11   11   10   11
+   12   13   14   15   16   17   16   16   14   13   12   11   11   12   14   15
+   17   19   20   21   21   21   20   19   18
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   17   18   18   19   20   21   21   22   21   21   20   20   20
+   21   22   22   22   23   22   21   20   18   17   17   16   15   14   14   12
+   12   12   12   12   13   14   14   14   14   14   13   13   13   13   13   13
+   13   14   16   17   17   17   17   16   14   12   11   10   11   12   13   15
+   17   18   19   20   21   20   20   20   19
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   16   16   17   18   20   21   22   22   21   21   21   21   21
+   21   22   22   22   22   21   20   19   18   17   17   16   16   15   15   14
+   13   13   13   13   14   15   15   16   16   16   15   15   16   16   16   15
+   15   16   17   18   19   18   17   16   14   12   11   11   11   12   13   14
+   16   17   18   19   19   19   19   18   18
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   14   14   15   16   18   20   21   21   21   21   21   21   21
+   22   22   22   21   21   20   19   18   17   17   17   17   17   17   16   15
+   15   14   14   15   16   17   18   18   18   18   18   18   18   18   18   17
+   17   18   18   19   19   19   18   17   15   14   13   13   13   14   14   15
+   16   16   17   17   17   17   17   17   16
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   12   12   13   14   16   18   20   20   20   20   20   20   21
+   22   22   21   21   20   19   18   17   17   18   19   19   19   19   18   17
+   16   16   17   18   19   20   20   21   21   20   20   20   20   20   20   19
+   18   19   19   20   20   20   19   18   17   16   16   16   16   16   17   17
+   17   16   16   16   15   15   15   15   14
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   12   11   12   13   15   17   18   19   19   18   19   19   20
+   21   21   21   20   20   19   18   18   18   19   21   21   21   21   20   19
+   18   18   19   20   22   22   23   23   23   23   22   22   22   21   20   19
+   19   19   19   20   21   21   21   20   19   19   19   19   19   19   19   18
+   18   18   17   16   15   14   14   13   13
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   12   11   12   13   14   16   17   17   17   17   18   18   19
+   20   21   21   20   20   19   19   19   19   20   22   22   22   21   20   19
+   19   19   20   22   24   24   25   25   24   24   23   23   22   21   20   19
+   18   19   19   20   21   21   21   21   21   22   22   22   22   21   21   20
+   19   19   19   17   16   15   14   14   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   14   13   13   14   15   16   17   17   17   16   17   18   19
+   20   21   21   21   20   20   20   20   21   21   22   22   22   21   20   18
+   18   19   21   23   25   25   26   25   25   23   23   22   21   20   19   18
+   18   18   19   20   21   22   22   22   22   23   23   24   23   22   22   21
+   21   21   20   19   18   17   17   16   16
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   18   18   16   15   16   17   18   18   18   17   17   17   18   19
+   20   21   22   21   21   20   20   21   21   21   21   21   20   20   18   18
+   18   19   21   24   26   26   26   24   23   22   21   20   19   18   17   17
+   17   17   18   19   21   22   22   22   22   23   24   24   24   23   22   22
+   22   22   22   22   21   20   19   19   18
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   21   20   19   19   19   19   19   19   18   18   18   18   19
+   21   22   22   22   22   21   21   20   21   21   20   19   19   18   17   17
+   18   19   22   24   26   26   25   23   21   20   19   19   18   17   16   15
+   15   16   18   19   21   21   22   22   22   23   23   23   22   21   21   21
+   22   23   23   23   23   22   21   21   21
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   24   23   22   21   22   22   21   21   20   19   19   19   20
+   22   23   23   23   22   21   20   20   20   19   19   18   17   17   18   18
+   19   21   23   25   26   25   24   22   21   19   18   18   17   16   16   15
+   15   16   18   19   20   21   21   21   21   22   22   21   20   20   20   20
+   21   22   23   23   23   23   22   22   22
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   24   24   24   23   23   23   24   24   22   22   21   21   21   21
+   23   23   24   24   22   21   19   19   18   18   17   16   16   17   19   21
+   22   23   25   26   26   25   24   22   21   19   18   17   17   16   16   15
+   16   16   18   19   20   20   20   20   20   21   20   19   18   17   18   18
+   19   20   21   21   21   21   21   22   22
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   23   23   23   23   23   24   24   24   24   23   23   22   22   22
+   23   24   25   24   22   21   19   18   17   17   17   16   17   19   22   25
+   27   27   28   28   28   26   25   23   21   20   19   18   17   17   16   16
+   16   17   18   19   20   20   20   19   20   19   18   17   16   15   16   17
+   17   18   18   18   18   19   19   19   20
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   20   21   21   21   21   23   23   24   24   24   24   23   23   22
+   23   24   25   25   23   21   18   18   18   17   17   18   19   23   26   30
+   31   31   31   30   29   27   26   24   22   21   20   18   18   17   17   17
+   17   17   18   18   19   19   20   20   19   18   17   16   15   15   15   16
+   16   15   15   15   15   16   16   16   17
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   18   19   19   18   19   21   22   23   24   24   24   22   22
+   22   23   25   25   23   21   19   18   18   19   19   20   22   26   31   34
+   34   34   33   31   29   28   27   24   22   21   20   18   17   18   18   18
+   18   18   17   18   19   20   20   20   20   19   18   17   16   17   17   17
+   16   14   13   12   13   13   13   14   14
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   15   16   16   16   17   18   20   21   22   23   23   22   21
+   21   22   24   25   24   21   19   19   20   21   21   22   24   29   33   36
+   35   34   34   31   30   29   27   25   23   21   19   18   18   19   19   19
+   19   18   18   18   19   20   20   20   20   19   18   18   18   19   19   19
+   18   16   14   12   12   12   12   12   12
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   13   14   15   16   15   15   15   17   18   20   21   21   20   19
+   19   20   22   24   23   22   20   21   22   23   23   24   26   30   33   35
+   34   33   32   30   30   29   26   25   23   20   19   18   19   20   20   20
+   20   19   18   18   19   20   19   19   20   19   18   19   20   21   22   21
+   21   19   17   15   14   13   13   12   12
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   16   17   17   16   15   14   15   16   17   18   19   19   17
+   18   19   21   23   23   22   21   22   24   24   23   24   27   31   33   34
+   33   32   30   28   28   27   25   24   21   20   19   19   20   21   21   22
+   21   19   18   17   18   19   18   18   18   18   17   18   20   22   23   24
+   24   23   21   19   18   17   16   14   13
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   17   18   20   19   18   16   15   14   14   15   16   17   17   16
+   17   18   20   21   22   22   22   24   26   25   23   25   29   33   35   34
+   32   30   28   24   23   22   22   21   20   19   19   20   21   22   22   23
+   21   20   18   17   17   17   17   18   17   17   17   18   19   21   23   25
+   26   27   26   26   24   22   19   17   16
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   19   21   22   22   21   18   16   15   14   14   15   16   16   16
+   17   18   19   21   21   21   22   25   26   24   22   25   32   36   37   34
+   30   26   23   20   19   20   21   19   19   19   20   22   23   23   23   23
+   21   20   18   17   16   16   16   17   17   16   16   17   18   19   22   24
+   27   30   30   31   29   26   23   20   19
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   22   23   24   24   23   21   18   16   15   14   15   16   17   17
+   17   18   19   20   20   20   22   24   24   22   21   26   35   39   38   33
+   28   23   20   18   17   18   19   18   19   20   21   23   24   23   23   22
+   20   19   18   17   16   16   16   17   16   15   15   16   17   18   20   23
+   26   31   33   35   33   29   26   23   21
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   23   24   25   25   24   22   20   18   16   15   15   16   18   19
+   19   19   19   19   19   19   20   22   22   20   20   27   35   38   36   31
+   25   21   19   17   17   17   17   18   19   20   22   23   23   23   23   21
+   19   18   18   18   18   17   17   17   17   16   15   16   17   18   19   21
+   24   30   34   36   34   31   27   25   23
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   23   23   24   24   23   21   20   18   17   16   17   18   19   20
+   20   20   20   19   18   18   19   20   20   18   20   26   32   33   31   26
+   22   19   18   17   17   18   18   18   20   21   21   22   21   22   21   20
+   18   18   19   20   20   19   18   19   19   18   18   18   19   20   19   19
+   21   26   31   34   33   30   27   25   23
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   21   22   22   21   21   19   19   18   18   17   18   19   20   20
+   20   20   20   19   18   18   18   18   17   17   20   24   27   27   24   21
+   18   18   18   18   19   19   20   20   20   20   20   20   19   19   20   19
+   18   18   20   21   21   21   21   22   22   21   21   21   22   23   22   19
+   19   22   26   30   30   28   25   23   22
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   20   19   18   17   18   18   19   18   19   19   20   20
+   20   20   19   19   19   19   18   16   16   17   19   21   23   21   18   17
+   17   18   19   21   21   22   22   21   20   19   18   18   16   17   17   17
+   17   18   20   21   22   23   24   25   25   24   24   24   26   26   24   20
+   18   19   21   25   25   25   23   22   20
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   18   18   18   17   15   16   17   18   19   19   19   19   19   19
+   18   19   19   19   19   19   18   15   14   15   17   19   19   17   16   16
+   17   19   22   24   24   24   23   22   19   17   15   14   14   14   15   16
+   17   18   19   22   23   24   25   26   27   27   27   28   28   29   26   22
+   19   18   17   20   21   21   21   20   19
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   18   17   17   16   15   15   16   18   20   19   19   19   19   18
+   17   17   18   19   20   19   18   15   14   15   16   17   18   17   16   17
+   19   21   24   26   26   25   23   21   17   15   13   11   11   12   14   16
+   17   18   20   22   24   24   24   26   27   28   29   30   31   30   28   25
+   21   17   15   17   18   19   19   19   19
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   18   18   18   17   16   15   17   19   20   20   19   18   18   17
+   16   16   18   19   21   20   19   16   15   16   16   17   19   18   18   19
+   21   24   26   27   27   24   22   19   15   13   11    9    9   11   14   17
+   18   20   22   23   24   24   24   25   26   29   30   32   34   33   31   27
+   23   19   15   15   16   18   19   19   19
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   19   19   19   18   17   19   20   21   20   19   18   18   17
+   16   16   18   20   22   23   21   19   18   17   18   19   20   19   19   20
+   24   26   28   28   25   21   19   17   14   12    9    7    8   11   15   18
+   20   22   24   24   24   24   24   25   26   28   30   33   35   35   33   30
+   26   21   17   16   17   18   20   21   20
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   21   21   21   21   21   21   21   22   22   20   19   18   17   17
+   16   16   18   21   23   24   23   21   19   18   19   20   20   19   19   21
+   24   27   27   26   22   19   17   16   14   10    8    8   10   14   17   20
+   22   24   25   24   24   24   25   25   26   26   28   31   33   35   34   32
+   28   24   20   19   18   20   21   22   22
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   22   23   23   24   24   24   23   22   21   19   18   18   18
+   17   17   18   20   23   23   23   21   18   18   19   18   18   17   17   19
+   22   25   26   24   20   17   16   13   12    9    8   11   13   17   20   22
+   23   24   24   23   23   23   23   23   24   23   24   27   30   32   33   32
+   30   27   23   22   21   22   23   24   23
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   23   23   23   24   25   26   26   26   25   23   21   19   19   19   19
+   18   17   18   20   21   22   21   18   17   17   17   17   16   15   15   16
+   18   22   23   21   19   16   15   13   12   11   11   12   15   19   21   23
+   23   23   21   20   20   20   19   19   18   18   19   22   25   27   29   30
+   30   28   26   24   23   23   24   25   24
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   23   24   25   26   27   26   25   23   21   20   20   20   20
+   20   19   18   18   19   19   18   16   15   15   16   15   14   13   12   13
+   16   20   21   19   18   16   15   14   13   13   14   16   18   21   23   22
+   22   20   18   17   16   15   14   13   12   12   14   17   20   21   24   26
+   28   28   27   25   24   23   23   24   23
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   21   22   23   24   25   25   25   24   23   22   20   21   21   22
+   21   20   19   18   18   17   16   15   15   14   14   14   13   12   11   13
+   16   20   21   19   19   18   17   15   15   16   18   20   21   22   23   22
+   20   18   16   14   12   12    9    7    6    7   10   13   15   15   18   22
+   25   27   26   25   24   23   22   22   21
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   19   19   20   21   22   22   23   23   22   21   20   20   21   22
+   22   21   19   18   17   16   15   15   15   14   14   14   13   13   12   15
+   18   21   22   21   21   21   19   18   18   19   21   23   23   23   21   20
+   17   15   13   11   10    9    7    4    4    5    7   10   10   10   13   17
+   21   24   25   24   23   22   21   20   19
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   17   17   18   18   19   19   20   21   20   20   20   20   21
+   21   21   19   17   16   16   16   16   16   15   15   14   14   15   15   18
+   21   24   24   24   24   23   21   20   20   21   23   23   23   21   19   16
+   13   12   11   10   10    9    8    7    7    8    9    9    8    8    9   13
+   18   21   23   23   22   21   19   18   18
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   15   15   15   16   17   18   19   19   18   19   19
+   20   19   18   17   16   16   17   18   17   17   16   16   16   17   18   20
+   23   25   26   27   26   24   22   20   21   22   23   22   21   18   16   13
+   11   10    9    9    9    9    9    9   10   12   12   11   10    9    9   11
+   15   19   21   22   21   20   18   17   16
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   15   14   13   13   15   16   17   17   17   16   17
+   17   17   16   16   16   17   18   18   18   17   16   16   17   18   19   21
+   23   25   26   26   25   23   21   20   20   21   21   19   18   15   12   11
+    9    9    8    8    8    9    9   11   13   14   15   14   12   11   10   11
+   14   17   20   21   20   20   18   17   16
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   18   17   14   12   12   13   15   16   16   15   14   14
+   14   15   15   15   16   17   18   18   18   17   16   16   16   17   18   20
+   22   24   25   24   23   20   19   19   19   19   18   17   14   12   10    9
+    9    8    8    7    8    8   10   12   14   16   17   16   14   12   11   11
+   13   16   18   20   20   20   19   18   17
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   20   19   16   14   13   13   14   15   15   14   13   12
+   12   13   14   15   16   17   18   18   18   17   16   15   15   16   17   19
+   20   21   21   20   18   17   16   16   17   17   15   13   11    9    8    8
+    9    8    8    7    8    8    9   11   14   16   17   17   15   14   12   12
+   13   15   17   19   20   20   20   19   18
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   23   22   19   16   14   13   14   15   15   14   12   10
+   10   11   13   14   15   16   17   16   16   15   14   14   14   15   16   16
+   16   16   16   15   14   12   13   14   15   14   13   10    8    8    8    8
+    9    9    9    9    9    9    9   11   13   14   16   16   16   14   13   13
+   13   14   16   17   19   20   20   19   19
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   24   25   24   21   18   16   14   14   15   15   14   12   10
+   10   11   12   14   15   15   15   14   13   13   12   12   13   13   13   13
+   13   12   11   10    9    8    9   11   12   12   10    8    7    7    7    9
+   10   11   11   10   10    9    9   10   12   12   14   15   15   14   13   12
+   12   12   14   16   18   19   19   19   19
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   21   24   25   25   23   20   18   16   15   15   15   15   13   11
+   10   11   12   14   14   13   13   12   10   10   10   11   12   12   12   11
+   10    9    7    6    5    5    6    9   10    9    8    7    7    7    8   10
+   11   13   13   12   10    8    7   10   11   11   12   14   14   14   12   11
+   10   10   11   13   16   17   18   17   18
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   19   22   24   25   24   21   18   17   16   16   16   16   15   13
+   11   11   13   14   13   12   10    9    8    8    9   10   12   12   11   10
+    8    6    5    4    4    3    5    7    8    8    7    7    8    8    9   11
+   13   15   15   14   12    9    6    8    9   10   12   13   14   13   12   10
+    9    8    9   11   13   15   15   15   15
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   15   19   21   22   22   21   19   17   16   16   16   16   15   14
+   12   12   13   13   13   11    9    8    7    9   11   11   12   12   11   10
+    7    5    4    4    4    4    4    6    7    7    7    8    9   10   11   12
+   14   16   16   16   13    9    6    5    7   10   12   14   14   13   11    9
+    7    6    7    8   10   12   12   12   12
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9   11   14   17   19   20   19   18   17   16   16   16   16   15   14
+   12   12   13   13   13   12   10    8    9   11   12   13   14   14   12   10
+    8    6    5    5    5    5    5    4    6    7    8    9   10   11   12   13
+   15   16   17   17   14   11    8    6    9   11   13   14   14   14   12    9
+    6    5    6    7    8    9    9    9    9
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    6    8   11   13   15   16   16   16   16   16   16   16   15   14   13
+   13   13   13   14   14   13   12   11   12   13   14   16   17   16   15   12
+    8    6    5    5    5    5    5    5    6    8   10   11   12   13   14   15
+   16   17   17   17   15   13   10    9   11   13   14   14   15   14   12    8
+    6    5    5    5    6    7    7    6    6
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    5    7    8   10   12   13   13   14   15   15   15   15   15   14   14
+   14   15   15   16   16   16   15   15   15   16   18   19   20   19   17   13
+    9    6    4    5    5    5    5    5    7    9   12   13   15   16   16   17
+   17   17   18   17   16   15   13   13   14   15   15   16   16   15   13    9
+    7    6    7    5    6    6    6    5    5
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    6    7    9   10   10   10   11   11   11   13   14   15   15   15   15   15
+   16   17   18   18   18   18   18   18   19   20   21   22   22   21   18   14
+   10    6    4    5    5    5    5    6    8   11   14   16   18   19   19   19
+   19   19   19   18   18   17   16   16   17   18   18   18   18   17   14   10
+    9    8    8    8    7    7    6    6    6
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   12   12   12   12   10   10   10   11   13   14   15   15   16   16
+   17   18   19   19   20   20   20   21   21   22   23   24   24   22   19   15
+   11    7    5    4    4    5    6    7   11   14   17   20   21   22   22   22
+   21   21   20   20   19   19   19   19   20   21   22   22   21   20   17   14
+   13   13   12   11   11   10    9    8    9
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   14   14   14   13   12   10    9   10   11   13   14   15   16   16
+   18   19   19   20   20   21   21   22   23   24   25   25   25   23   20   16
+   12    9    6    5    5    6    8   10   14   17   20   23   24   25   25   25
+   23   22   21   21   20   21   21   22   23   24   25   25   25   23   21   20
+   19   18   18   17   16   15   14   12   12
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   17   16   15   13   10    9    9   10   11   13   14   14   15
+   16   17   18   19   19   20   20   21   23   24   24   25   24   23   20   17
+   14   10    8    7    7    9   11   15   18   21   24   26   27   27   27   26
+   25   23   21   20   20   21   23   23   25   27   28   29   28   27   26   25
+   25   24   24   23   23   21   19   18   17
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   21   19   18   16   14   12   10    9   10   10   11   12   13   13
+   14   15   15   16   17   17   18   19   20   22   23   23   22   21   20   17
+   15   13   12   11   12   14   16   19   21   24   26   28   29   29   28   26
+   25   23   20   19   19   21   23   25   27   30   31   31   31   31   30   30
+   31   30   31   30   30   29   27   25   23
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   29   27   25   22   20   17   15   13   11   10   11   11   10   11   11
+   11   12   12   13   14   14   15   16   18   19   20   21   21   20   19   18
+   17   16   16   16   17   18   20   22   25   27   28   28   29   28   27   25
+   23   21   18   16   16   19   23   25   28   31   33   33   34   34   34   34
+   34   36   37   37   37   37   35   33   31
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   36   34   31   28   25   22   19   16   14   13   12   11   10   10   10
+   10   10   10   10   11   12   13   14   15   16   17   18   19   19   19   19
+   18   18   19   20   20   22   23   25   26   27   28   28   27   26   25   23
+   21   18   16   14   14   16   21   26   29   32   34   35   35   36   36   37
+   39   40   42   43   43   43   42   41   38
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   42   39   37   33   30   27   24   21   19   17   15   14   12   11   10
+    9    9    9    9   10   10   11   12   14   15   16   17   18   18   19   19
+   20   20   21   22   23   24   24   25   26   26   26   26   25   24   22   20
+   18   16   14   13   12   14   17   23   28   33   35   36   37   37   38   40
+   43   44   46   47   48   48   47   46   45
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   46   44   41   38   35   32   29   27   24   22   19   17   15   14   12
+   12   11   11   11   11   11   12   13   13   15   15   17   18   19   19   20
+   20   21   22   23   23   24   24   24   24   24   23   23   22   21   20   18
+   17   16   14   13   13   13   14   17   21   28   33   35   37   38   40   43
+   45   46   48   50   50   50   50   49   48
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   47   45   43   41   38   36   34   31   29   26   24   21   19   18   16
+   15   15   14   14   13   14   14   14   14   15   16   17   17   18   19   20
+   20   21   21   22   22   22   22   22   22   21   21   20   19   18   18   17
+   16   16   16   16   17   18   18   20   22   25   31   35   39   41   43   45
+   46   47   49   50   50   50   50   50   48
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   45   44   43   41   40   38   36   33   32   29   27   25   24   22   21
+   20   20   19   18   18   17   17   17   17   17   18   18   18   19   19   20
+   20   20   20   21   21   21   21   21   20   20   20   19   19   18   18   17
+   18   17   18   19   20   20   23   25   29   31   35   37   39   40   42   43
+   44   45   47   47   48   47   48   47   46
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   42   41   40   39   38   37   35   34   33   31   30   29   28   27   26
+   25   24   24   23   23   23   22   22   21   21   21   21   21   21   21   21
+   21   22   22   22   22   22   22   21   21   21   21   21   21   22   22   22
+   23   23   24   25   26   27   29   30   32   33   35   36   37   38   39   40
+   40   42   42   42   43   42   43   42   42
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   36   36   36   35   34   34   33   33   33   32   32   31   30   30
+   29   29   28   28   28   27   27   27   26   26   26   26   26   26   25   25
+   25   25   25   25   26   26   25   26   26   26   26   26   27   27   27   28
+   28   28   29   30   30   30   31   32   32   33   34   34   35   35   36   36
+   36   37   37   37   37   37   37   37   37
+     8                                                      END OF RMS MAP     
+     9                                                      START OF RMS MAP
+  2010    12     5    16     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   14   14   14   14   14   15   15   15   15   15   15   15
+   16   16   16   16   16   16   16   16   16   16   15   15   15   15   15   15
+   15   14   14   14   14   14   14   14   14   14   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   12   12   12   12   12   12   12   12
+   12   12   12   12   12   12   13   13   13
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   12   12   13   13   14   14   15   15   15   16   16   16   16
+   17   17   17   17   17   17   17   17   17   17   16   16   16   15   15   15
+   14   14   14   13   13   13   13   13   13   12   12   12   12   12   12   12
+   12   12   12   12   12   11   11   11   11   11   10   10   10   10   10   10
+   10   10   10   10   10   10   11   11   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   13   13   14   14   15   16   16   16   16   17   17
+   18   18   18   18   18   18   18   18   17   17   16   16   15   15   14   14
+   13   13   13   12   12   12   12   12   12   12   12   12   12   12   12   12
+   12   12   11   11   11   11   11   10   10    9    9    9    9    8    8    8
+    8    8    8    8    9    9    9   10   10
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10   10   11   12   12   13   14   14   15   16   16   16   17   17   17
+   17   18   18   18   19   19   19   18   17   17   16   16   15   15   14   14
+   13   13   12   12   12   11   12   11   11   12   12   12   12   12   13   13
+   13   12   12   12   12   11   11   10   10    9    9    8    8    8    8    8
+    8    8    8    8    8    8    9    9    9
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   13   13   14   14   15   15   15   16   16   16   17
+   17   17   18   18   18   19   18   18   18   18   18   17   16   16   15   14
+   13   13   12   12   12   11   11   11   11   12   12   12   13   13   14   14
+   14   14   14   13   13   12   12   11   10   10   10    9    9    9    9    8
+    8    8    8    8    8    9    9    9   10
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   12   13   13   14   15   15   15   15   15   16   15   16   16
+   16   17   17   18   18   19   19   19   19   19   18   18   17   17   16   16
+   15   14   13   12   12   12   11   11   11   12   12   13   14   15   16   16
+   16   16   16   15   15   14   13   12   12   11   11   10   10   10   10   10
+   10   10   10   10   10   10   10   10   11
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   15   15   16   16   16   16   16   16   15   15   15   16
+   16   16   17   17   18   19   19   19   20   20   20   19   19   18   18   17
+   16   15   14   13   12   11   11   11   11   12   12   14   15   16   18   18
+   19   19   18   17   16   15   15   14   13   13   13   13   13   13   13   13
+   13   12   12   12   11   11   11   12   12
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   16   17   17   17   17   17   17   16   16   16   16   16   16
+   16   17   17   17   17   18   19   20   20   21   21   20   20   19   19   18
+   17   16   15   14   13   12   11   11   11   12   13   14   16   18   19   21
+   21   21   21   19   18   17   16   15   15   15   15   15   16   17   17   17
+   16   16   15   15   14   13   13   14   14
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   18   19   19   20   19   19   18   18   17   17   16   16   16
+   17   17   18   18   17   19   19   20   21   22   22   21   20   20   19   18
+   17   18   17   15   13   12   12   11   11   12   13   15   17   19   21   23
+   23   23   22   21   19   18   16   15   16   16   17   18   19   20   20   20
+   20   19   18   17   16   15   15   16   16
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   20   21   21   21   21   20   19   19   18   18   18   18   18
+   18   18   18   18   18   19   20   21   22   22   22   22   21   19   18   17
+   16   16   19   16   14   13   13   12   12   12   13   15   18   20   23   24
+   25   25   23   22   20   18   17   16   16   17   18   19   20   21   22   22
+   22   21   20   18   17   16   16   16   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   20   20   21   22   22   22   21   20   20   20   20   19   19   19
+   19   19   19   19   19   19   20   21   22   23   23   21   20   19   17   16
+   15   15   16   16   15   15   14   14   13   13   14   16   18   21   24   26
+   26   26   24   22   20   18   17   16   16   17   19   20   21   21   22   22
+   22   21   20   18   17   16   16   16   17
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   18   20   21   22   22   22   22   21   21   21   21   21   20   20
+   20   20   19   19   19   19   20   21   22   22   22   21   20   18   16   15
+   15   15   16   16   17   17   17   16   15   15   16   18   20   22   25   26
+   27   26   24   22   20   18   17   16   16   17   18   19   19   20   20   20
+   20   19   18   17   16   15   14   14   15
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   15   17   18   19   20   21   21   21   21   21   21   21   21   21   21
+   21   20   19   19   19   19   20   21   22   22   22   20   18   17   15   14
+   14   15   17   18   19   20   20   19   18   18   18   19   21   23   25   27
+   27   26   24   22   20   18   17   16   16   16   17   17   18   18   19   19
+   18   17   16   15   14   13   12   13   13
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   15   16   17   18   19   19   20   21   21   21   21   21   21   20
+   20   20   19   18   18   19   19   20   21   21   21   20   18   16   15   14
+   15   17   18   20   22   23   23   22   22   21   21   21   23   24   26   26
+   26   25   23   21   20   19   18   17   17   17   16   16   17   16   17   17
+   17   16   15   13   12   12   11   11   12
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   13   14   15   15   16   18   19   20   20   21   21   21   20   20
+   19   19   18   18   18   18   19   20   21   21   20   19   18   16   15   15
+   16   18   21   23   25   26   26   25   25   24   24   23   24   25   26   26
+   26   24   22   21   20   19   18   18   18   17   17   16   16   15   16   16
+   16   15   14   13   12   11   11   11   11
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   13   13   14   14   14   15   16   18   19   20   20   20   20   19   18
+   18   18   18   18   18   18   19   20   20   21   20   19   18   16   15   16
+   18   20   23   25   27   28   28   28   28   27   26   25   25   25   26   26
+   25   24   22   20   20   19   19   19   18   18   17   17   17   16   16   17
+   16   16   15   14   13   12   12   12   12
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   15   15   14   14   15   16   18   19   20   20   19   19   18   17
+   17   17   17   18   18   18   19   20   21   21   20   19   17   16   16   17
+   19   22   25   27   28   29   29   30   29   28   27   25   25   25   25   25
+   25   24   22   21   20   20   19   19   19   18   17   17   17   17   17   18
+   18   18   18   17   16   15   15   14   14
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   17   16   15   15   16   18   19   20   20   19   19   18   17
+   17   17   17   18   19   19   20   20   21   20   20   18   17   16   17   18
+   20   23   26   28   29   29   29   29   29   28   26   25   24   24   25   25
+   24   23   22   20   20   19   19   19   18   18   17   17   18   18   19   19
+   20   20   20   20   19   19   18   18   18
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   21   19   17   17   17   19   20   21   21   21   20   19   18
+   18   18   18   18   19   20   21   21   21   20   19   18   17   16   17   18
+   21   24   27   28   29   28   28   28   27   26   25   24   23   23   24   24
+   24   23   21   20   20   20   19   19   18   17   17   18   19   20   20   21
+   21   22   22   22   22   21   21   21   22
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   26   26   25   22   20   19   19   19   21   22   23   22   22   21   20
+   20   19   19   19   20   21   21   21   20   20   19   19   17   16   17   19
+   21   24   27   28   27   26   26   25   25   24   23   22   21   22   24   25
+   24   22   21   21   20   20   20   19   18   17   17   18   20   21   22   22
+   22   22   23   23   23   23   23   24   25
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   28   27   25   22   20   20   20   21   23   23   23   23   23   22
+   21   20   20   20   21   21   21   21   20   20   19   19   18   17   17   19
+   21   24   26   26   25   24   23   22   22   21   21   20   21   22   24   25
+   24   23   21   21   21   21   20   19   18   18   18   19   21   21   21   21
+   21   22   22   23   23   23   24   24   26
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   26   28   27   26   23   21   20   20   21   22   23   24   24   24   24
+   22   21   20   20   20   21   21   21   20   20   20   20   20   19   19   20
+   21   23   25   25   24   22   21   20   20   20   19   19   21   22   24   24
+   24   22   22   22   22   22   21   20   19   18   19   20   21   21   20   20
+   19   20   20   21   21   22   22   23   24
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   25   26   25   23   21   20   20   20   21   23   24   25   25   24
+   23   22   20   20   20   20   20   21   20   20   21   22   22   22   22   22
+   22   23   25   24   23   21   20   19   19   19   19   20   21   23   24   24
+   23   22   21   21   22   22   21   20   20   19   19   20   20   19   18   17
+   16   17   17   18   19   20   20   21   22
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   22   22   21   20   19   18   19   20   21   23   24   25   24
+   23   21   20   19   19   20   21   20   20   21   23   25   25   26   25   25
+   24   25   25   24   22   20   19   18   18   18   19   20   21   23   24   23
+   22   21   20   21   21   22   21   21   21   20   19   19   19   18   16   14
+   14   14   15   16   17   18   18   18   19
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   18   19   19   19   18   17   17   17   18   19   21   22   24   24
+   22   20   19   18   18   19   20   20   21   22   24   25   27   29   29   27
+   26   25   25   23   22   20   19   18   18   19   19   20   21   22   23   22
+   21   20   19   20   21   21   21   21   21   21   20   20   19   17   15   13
+   12   12   13   15   16   17   17   17   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   15   15   16   16   16   16   16   15   15   17   18   19   22   22
+   21   19   18   17   17   17   19   20   21   22   24   26   29   31   31   29
+   28   26   25   24   22   20   19   19   19   19   19   20   21   22   22   21
+   20   19   19   20   20   20   20   21   21   21   20   20   19   18   16   14
+   12   12   13   14   16   17   17   17   16
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   14   13   13   14   14   15   15   15   15   14   15   15   16   19   20
+   19   18   17   16   16   17   19   20   21   21   22   24   29   32   32   31
+   29   28   25   24   22   21   20   20   19   20   20   20   20   21   21   20
+   19   18   18   19   19   19   19   20   21   20   21   20   20   19   18   16
+   15   14   14   15   17   19   19   19   16
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   16   14   13   14   13   14   15   15   14   13   14   14   15   16   18
+   18   18   17   17   17   18   20   20   20   18   19   22   27   31   32   32
+   31   30   27   25   22   21   20   20   20   20   20   20   21   21   20   19
+   18   18   18   19   18   18   18   19   19   19   20   21   21   21   21   19
+   18   17   16   17   19   21   22   21   19
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   18   16   15   14   15   15   16   16   16   14   14   14   15   15   17
+   17   18   19   19   20   21   21   20   18   16   17   20   25   30   32   33
+   32   31   28   25   22   20   19   20   21   21   22   22   21   20   20   18
+   16   17   17   17   17   16   16   16   17   18   18   20   22   23   24   23
+   21   19   19   19   20   23   24   24   22
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   19   17   16   17   17   18   18   18   17   15   15   15   16   17
+   18   19   21   22   22   23   22   21   17   15   17   21   24   28   31   31
+   32   32   28   23   20   19   19   21   22   24   24   24   22   20   19   17
+   16   16   17   17   16   15   15   15   16   16   17   20   23   25   26   25
+   24   21   20   20   21   24   26   26   24
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   23   21   19   18   18   19   20   21   20   19   17   17   17   17   18
+   19   21   23   25   25   24   23   21   18   18   20   23   26   28   29   29
+   33   32   26   21   18   18   20   22   25   27   26   24   22   20   18   16
+   15   16   16   16   16   16   15   15   15   16   17   19   23   26   27   26
+   25   22   21   20   21   24   27   27   26
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   24   22   21   20   20   20   22   22   22   21   20   19   20   19   20
+   21   23   25   26   26   25   23   21   20   21   24   26   27   27   27   27
+   33   29   23   19   18   19   21   23   26   28   24   21   20   19   18   16
+   15   16   16   16   17   17   17   16   16   16   17   19   23   25   27   26
+   25   23   21   20   20   23   25   27   26
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   24   23   21   21   20   21   23   23   23   22   20   21   21   21   21
+   22   24   25   26   26   24   22   21   21   22   25   27   27   26   23   22
+   25   23   18   17   18   20   21   23   26   25   20   19   18   18   17   15
+   15   17   17   18   19   19   19   19   19   18   18   20   22   25   26   25
+   24   22   21   19   19   21   23   25   25
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   22   21   20   21   22   23   22   21   20   21   22   22   23
+   23   23   23   25   24   23   21   20   20   21   23   24   23   22   18   17
+   17   17   16   16   18   20   21   22   23   21   18   17   17   16   14   13
+   16   18   19   20   22   22   23   23   23   21   20   20   21   23   23   23
+   22   22   20   19   18   18   20   22   23
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   21   21   20   20   21   21   20   19   18   19   20   22   22
+   22   21   21   22   21   20   19   17   17   19   20   20   19   16   14   13
+   13   14   15   16   19   20   21   21   21   19   17   16   15   15   13   13
+   17   19   20   21   24   26   26   26   26   25   22   21   20   20   20   20
+   21   21   21   19   18   17   18   19   20
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   21   21   20   19   20   20   19   17   16   17   18   20   21
+   21   20   19   19   18   18   18   16   15   17   18   17   15   13   12   12
+   12   14   16   18   20   20   20   19   19   18   16   15   14   13   13   15
+   17   19   19   21   23   26   27   29   29   28   25   22   20   19   18   18
+   19   20   21   20   19   17   17   18   19
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   21   21   20   19   18   19   19   18   16   15   16   17   19   20
+   19   19   18   17   17   16   17   15   15   15   16   14   13   12   12   12
+   13   16   19   20   20   19   18   18   18   17   16   14   13   13   14   16
+   17   19   19   21   22   25   28   31   32   30   27   24   21   19   17   17
+   18   20   22   21   20   18   17   17   18
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   21   22   21   19   19   19   19   19   17   15   16   17   20   21
+   20   20   18   18   18   17   17   16   15   15   15   14   13   13   13   14
+   15   18   20   21   20   18   16   15   16   16   16   15   14   13   15   17
+   17   18   18   19   22   24   28   32   34   32   29   25   22   19   17   17
+   18   20   22   22   21   20   18   18   18
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   22   21   20   20   21   21   20   18   17   17   18   21   22
+   23   23   21   20   19   19   19   18   17   15   14   13   13   15   15   16
+   17   19   21   21   19   17   15   14   14   16   16   16   15   15   16   17
+   17   17   18   19   21   24   28   33   34   33   30   27   24   21   19   18
+   18   20   22   23   22   21   20   19   19
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   23   23   22   22   23   23   24   22   19   18   20   22   23
+   24   25   23   21   20   20   20   19   18   15   12   12   13   15   17   17
+   17   18   21   21   19   17   14   12   13   16   17   16   17   16   17   17
+   17   17   17   18   20   23   28   31   34   33   31   28   26   23   21   20
+   20   21   22   23   23   22   21   20   20
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   23   23   23   23   25   26   27   26   23   21   21   22   23
+   25   25   23   21   20   19   19   18   17   14   11   11   13   15   16   16
+   16   18   20   20   18   16   14   12   12   14   15   16   18   18   16   16
+   16   16   17   18   19   21   25   29   30   30   29   28   27   25   23   21
+   20   21   21   22   23   23   23   22   21
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   22   23   23   23   24   26   28   30   29   27   24   23   23   23
+   23   23   22   20   19   18   17   16   15   12   10   11   13   15   15   14
+   15   17   19   19   17   16   14   13   13   13   13   15   18   17   16   16
+   16   16   16   17   17   19   22   24   25   25   26   26   26   26   24   22
+   21   20   20   21   22   23   23   23   23
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   22   22   22   22   23   25   27   29   31   31   30   27   25   24   23
+   23   22   20   19   18   17   16   15   13   12   10   12   13   14   14   14
+   16   17   18   18   17   16   14   15   14   13   13   15   16   16   15   16
+   15   15   15   15   15   16   18   19   20   20   21   23   24   25   24   23
+   21   19   19   20   21   22   23   24   23
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   20   20   20   21   23   24   26   29   31   32   31   29   26   24   23
+   22   22   20   18   16   15   15   14   14   12   11   13   14   14   14   15
+   16   17   18   17   17   15   15   15   15   14   15   15   16   16   16   15
+   14   14   14   13   13   13   14   15   15   16   17   19   22   24   24   23
+   20   19   18   19   20   22   23   23   21
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   16   17   19   21   22   24   26   28   30   30   29   26   24   22
+   22   21   20   17   16   15   15   15   14   14   13   14   15   16   16   17
+   18   18   17   17   18   17   17   16   17   17   17   16   17   16   16   15
+   14   12   12   12   12   11   11   11   12   13   14   16   19   22   23   22
+   20   19   18   18   20   21   22   21   19
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   15   13   14   16   18   20   21   23   24   26   27   27   25   24   22
+   21   21   20   18   16   15   15   15   16   16   16   17   18   19   20   20
+   19   19   18   19   20   20   21   19   19   19   19   18   17   16   16   14
+   12   12   11   12   11   10   10   10   10   11   12   14   17   20   21   21
+   21   19   18   19   20   21   21   20   18
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   13   13   15   16   17   18   19   21   23   24   24   23   22
+   21   19   19   18   17   16   17   17   18   19   19   20   21   21   22   22
+   21   20   19   20   22   23   22   21   21   19   18   18   17   16   14   13
+   11   10   11   11   11   10   10   10   11   12   12   13   15   17   19   20
+   21   20   20   20   20   21   21   20   17
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   14   14   13   14   14   14   14   14   16   18   20   21   22   22
+   20   19   18   18   17   18   18   19   19   20   20   21   22   23   23   23
+   21   20   20   20   22   22   21   21   20   19   18   17   16   14   13   11
+   10    9   10   10   10   10   11   12   13   14   14   13   14   16   18   19
+   21   21   21   21   21   21   21   20   18
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   16   14   13   12   12   11   11   12   15   17   19   21   22
+   19   17   18   18   18   18   19   19   20   20   20   21   22   23   23   23
+   20   19   19   19   20   20   20   19   19   18   17   16   14   13   11    9
+    8    7    7    9    9   10   11   12   14   14   14   13   14   15   16   19
+   20   22   22   22   22   21   21   21   19
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   18   16   14   13   11   11   10   10   12   15   17   19   20
+   18   17   18   18   18   19   19   19   20   19   20   20   20   22   21   20
+   18   17   15   16   17   18   18   17   16   16   15   14   12   11    9    7
+    7    5    6    8    9   10   11   12   14   14   14   14   13   14   15   17
+   20   21   22   22   21   21   22   21   21
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   21   19   16   14   13   12   11   11   12   13   15   16   17
+   16   16   17   18   18   19   19   18   18   17   18   18   18   19   18   17
+   14   13   12   13   14   15   15   15   13   13   12   11   10    8    7    6
+    6    4    6    8    9   10   11   12   14   15   15   14   13   13   14   16
+   18   20   20   20   20   20   21   22   23
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   24   23   21   18   16   15   14   13   12   12   13   14   14   15
+   14   14   15   16   17   17   17   16   16   15   14   14   14   15   14   13
+   10   10   10   11   12   12   12   11   10   10    9    9    8    7    5    5
+    4    5    7    9   10   10   10   11   13   14   15   15   14   12   12   13
+   15   16   17   17   18   19   20   22   24
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   25   24   22   19   18   17   16   15   14   14   15   14   14   13
+   12   12   12   13   14   14   14   14   12   11   11   11   11   12   11    9
+    8    8    9    9   10    9    9    8    8    7    7    7    7    6    4    4
+    5    6    8   10   11   12   11   10   12   14   16   16   15   12   11   11
+   12   13   14   14   15   16   18   21   24
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   24   23   22   20   18   18   17   16   16   16   16   16   14   12
+   10    9    9   10   11   12   12   11   10    9    8    9   10   10    9    8
+    7    7    7    9    8    7    7    6    5    6    6    6    6    6    5    5
+    6    8   10   11   13   14   14   13   13   15   17   17   16   13   11    9
+    9    9   10   10   11   13   16   19   22
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   20   21   21   20   19   18   17   17   17   16   16   16   16   14   12
+   10    8    8    8    9    9    9    9    9    8    8    9   10   10    9    8
+    7    8    8    8    7    6    4    4    4    5    6    7    7    7    7    8
+    9   11   12   14   16   16   16   15   16   17   18   17   17   14   11    9
+    7    7    7    7    8   10   13   16   18
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   17   17   17   16   16   16   16   16   16   17   17   16   15   12
+   10    8    7    7    7    8    8    9    8    9   10   11   12   12   10    9
+    8    8    8    8    6    5    4    4    4    6    7    8    9   10   10   11
+   13   14   15   16   17   17   17   17   18   18   18   18   18   14   12    8
+    6    6    5    5    6    7    9   12   15
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   13   13   13   13   13   13   13   14   15   16   17   17   16   14   13
+   11    9    7    7    7    8    9   10   10   11   12   13   14   13   12   11
+    9    8    8    8    7    4    4    4    5    7    9   10   12   13   13   15
+   16   16   17   18   18   18   18   18   18   19   19   18   18   14   12    9
+    6    5    5    5    5    6    7   10   11
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   10    9    9    9    9   10   11   12   14   16   17   17   17   15   14
+   12   11   10    9   10   11   12   12   13   14   15   15   16   15   13   11
+    9    8    8    7    6    5    5    6    7    9   11   13   15   16   17   18
+   18   19   19   19   19   18   18   18   19   20   19   18   18   15   13    9
+    7    7    6    6    6    6    7    8    9
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    8    8    7    6    6    7    9   11   14   16   18   18   18   17   16
+   14   13   13   13   13   14   15   15   16   16   17   17   17   16   14   12
+   10    8    7    7    6    5    6    7    9   12   14   16   18   19   20   20
+   21   21   21   20   20   19   19   19   20   21   21   19   19   17   14   11
+   11   10   10    9    9    8    8    9    9
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10    8    7    5    4    5    6    8   11   14   16   18   19   19   19   18
+   18   17   17   17   17   17   18   18   19   19   19   19   18   17   15   13
+   10    8    7    7    6    7    8    9   12   14   17   19   20   21   22   23
+   23   23   22   21   21   20   20   21   22   23   23   22   22   19   17   15
+   16   15   15   14   13   12   11   10   10
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   10    8    6    5    5    6    8   10   13   15   17   18   19   19   19
+   19   19   19   20   20   20   20   20   20   20   20   19   18   17   15   13
+   11   10    9    8    8    9   11   13   15   17   20   22   23   24   24   24
+   24   23   23   22   21   21   22   23   24   25   25   25   25   23   22   21
+   21   21   21   20   19   18   16   14   12
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   14   12   10    8    8    8    9   10   12   14   15   16   17   18   19
+   19   20   20   20   21   21   20   20   20   19   19   18   17   16   14   13
+   12   11   11   11   12   13   14   16   18   21   22   24   25   25   25   24
+   24   23   22   21   21   21   22   24   26   27   28   27   28   27   27   27
+   28   28   28   28   26   24   22   20   17
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   18   15   13   12   11   10   11   11   12   13   14   15   16   17
+   18   18   19   19   19   19   19   19   18   18   18   17   16   15   14   13
+   13   13   13   14   15   17   18   20   22   23   25   25   26   25   25   24
+   23   21   20   19   19   19   22   25   27   29   30   30   31   30   31   32
+   33   35   35   34   34   32   30   27   24
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   29   25   22   20   17   15   14   12   11   11   11   11   12   13   14
+   15   15   16   17   17   17   17   16   16   16   15   15   15   14   14   14
+   14   15   16   18   19   21   22   23   25   26   26   26   25   24   24   22
+   20   19   17   17   16   16   20   24   28   30   31   32   33   33   34   36
+   38   39   41   41   41   39   37   34   32
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   35   32   29   26   23   20   17   15   13   12   11   10   10   10   11
+   12   12   13   13   13   14   14   13   13   13   13   14   14   14   15   15
+   17   18   19   21   22   24   25   26   26   26   26   25   25   23   22   20
+   18   16   15   14   14   15   18   22   27   30   32   33   34   35   37   39
+   41   43   45   45   45   44   43   41   39
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   41   38   35   31   28   25   22   19   17   15   13   11   10   10   10
+   10   10   11   11   11   11   12   12   12   12   13   13   14   15   16   17
+   19   20   22   23   24   25   26   26   27   26   26   25   23   22   20   18
+   16   14   13   12   12   13   16   19   25   30   33   33   35   36   38   40
+   43   45   47   48   48   48   47   45   43
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   43   41   38   35   32   29   26   23   21   19   16   14   13   12   11
+   11   11   10   11   11   11   12   12   12   13   14   15   15   17   18   19
+   20   22   23   24   25   26   26   26   26   25   24   23   22   20   19   17
+   15   14   13   12   11   12   12   15   19   25   30   33   35   36   39   41
+   44   45   47   48   49   49   48   47   46
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   43   42   39   37   35   32   30   27   25   22   20   18   17   15   15
+   14   13   13   13   13   13   14   14   14   15   16   16   17   18   19   20
+   21   22   23   24   25   25   25   25   24   24   23   22   21   20   18   17
+   16   15   15   14   14   15   15   17   20   23   28   34   35   37   39   41
+   42   44   45   46   47   47   47   46   45
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   41   40   38   37   35   33   32   30   28   26   24   23   21   20   19
+   18   17   17   17   16   17   17   17   17   18   18   19   19   20   21   21
+   22   22   23   23   23   24   23   23   23   23   22   21   21   20   20   19
+   19   19   19   19   20   21   23   25   26   28   31   33   34   36   38   39
+   40   41   42   42   43   43   43   42   42
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   37   36   35   34   33   32   31   29   28   27   26   25   24   23
+   23   22   21   21   21   21   21   21   21   21   21   21   22   22   22   22
+   22   23   23   23   23   23   23   23   23   23   23   23   22   23   23   22
+   23   23   23   24   25   25   26   27   28   29   30   32   32   34   35   35
+   36   37   38   38   38   38   38   38   38
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   32   32   32   31   31   31   30   30   29   29   28   28   27   27   26
+   26   26   25   25   25   25   24   24   24   24   24   24   24   24   24   24
+   24   24   24   24   24   24   24   24   24   25   25   25   25   25   25   25
+   25   26   26   26   27   27   27   28   28   29   29   30   30   31   31   32
+   32   32   32   32   33   33   33   32   32
+     9                                                      END OF RMS MAP     
+    10                                                      START OF RMS MAP
+  2010    12     5    18     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   11   11   11   11   12   12   12   12   12   12   12
+   12   12   13   13   12   12   12   13   12   13   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13   13   13   12   12   12   12   12
+   12   12   11   11   11   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   11   11   11   12   12   12   12   12   13   13   13   13   13
+   13   13   14   14   14   14   14   13   14   13   14   14   14   14   13   14
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   12   12   12   11   11   10   10   10    9    9    9    9    8    8    8    8
+    9    8    9    9    9    9    9   10   10
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   11   11   12   12   12   12   13   13   13   13   14   14   14   14
+   14   14   14   14   15   15   15   15   15   14   13   13   13   13   13   12
+   12   12   12   12   12   12   12   13   13   13   14   14   14   14   14   14
+   14   13   13   12   11   11   10   10    9    9    9    8    8    8    8    8
+    8    8    8    9    9    9    9   10   10
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   12   13   13   13   14   14   14   14   14   14   14   14   14
+   14   14   14   14   15   15   15   15   15   14   13   13   12   12   11   11
+   10   10   10   10   10   11   11   12   12   13   14   15   15   15   15   15
+   15   14   14   13   12   12   11   10   10    9    9    9    8    8    8    8
+    8    8    9    9    9   10   10   11   11
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   14   14   14   15   15   15   15   15   14   14   14   14   14
+   14   14   14   14   15   15   14   15   15   14   13   13   12   11   11   10
+    9    8    8    8    8    9   10   11   12   13   14   15   16   16   17   16
+   16   16   15   14   14   13   12   11   11   10   10    9    9    9    9    9
+   10   10   10   11   11   11   12   12   13
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   15   15   16   16   16   16   15   15   14   14   13   13   13
+   13   13   14   14   15   15   15   15   15   14   14   13   12   11   10    9
+    8    7    7    6    7    7    8    9   10   12   14   15   16   17   17   17
+   17   17   16   15   15   14   13   12   12   11   11   11   10   10   11   11
+   12   12   12   13   13   14   14   14   15
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   17   17   17   17   17   16   16   15   14   14   14   13
+   13   14   14   14   14   15   15   16   16   15   15   15   14   13   12   10
+    8    7    6    5    4    5    6    7    9   11   13   15   16   17   18   18
+   17   17   16   16   15   14   14   13   13   12   12   12   12   12   13   13
+   14   14   15   15   16   16   16   16   16
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   18   17   17   18   18   18   18   18   17   16   16   15   14   14
+   14   13   13   14   15   15   16   17   17   17   17   16   16   15   13   11
+    9    7    5    4    3    3    4    6    8   10   12   14   16   17   18   18
+   17   17   16   16   15   15   14   14   14   13   13   13   13   13   14   15
+   15   16   17   17   18   18   18   18   18
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   18   19   19   20   20   19   19   18   17   16   16   15
+   15   14   14   15   16   16   17   18   18   18   18   18   17   16   14   12
+   10    7    5    3    3    3    3    5    7   10   12   14   16   17   17   17
+   17   17   16   16   15   15   15   15   14   14   14   14   14   14   15   15
+   16   17   18   19   19   19   19   19   18
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   19   19   20   21   21   21   21   20   19   18   18   17
+   17   17   17   17   17   17   18   18   18   18   18   18   17   17   15   13
+   11    8    6    4    3    3    3    5    7   10   13   15   16   17   17   17
+   17   17   16   16   16   16   16   15   16   15   15   15   14   14   15   15
+   16   17   18   19   19   19   19   18   18
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   18   19   20   21   22   22   22   22   21   21   21   20   20
+   19   19   19   19   19   19   18   18   18   18   18   17   17   17   16   14
+   12   10    8    6    4    4    5    6    9   12   14   16   18   18   18   18
+   17   17   17   17   17   17   17   17   16   16   15   15   14   14   14   14
+   15   15   16   17   18   18   18   17   17
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   17   18   20   21   22   22   22   22   22   22   22   22   22
+   22   21   21   21   21   20   19   18   18   17   17   17   17   16   16   15
+   13   12   10    8    7    7    7    9   12   14   17   19   19   19   19   18
+   18   18   19   19   19   19   19   18   17   16   16   15   14   13   13   12
+   13   13   14   15   16   16   16   16   15
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   15   17   18   19   21   22   22   22   22   22   23   22   23   23
+   23   22   22   22   21   20   19   18   17   17   16   16   16   16   16   15
+   15   14   12   11   10   10   11   13   15   18   20   21   21   21   20   20
+   19   20   20   20   21   21   20   20   19   17   16   15   14   13   12   12
+   11   12   13   13   14   14   14   14   14
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   16   18   19   21   21   22   22   21   21   22   22   22   22
+   23   23   23   22   22   21   19   18   17   16   16   16   16   16   16   16
+   15   15   14   14   14   14   15   17   19   21   23   24   24   23   22   22
+   21   21   21   22   22   22   21   21   20   19   18   17   15   14   13   12
+   12   12   12   13   13   14   13   13   13
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   16   18   19   20   20   21   20   20   20   20   20   21   21
+   22   22   22   22   21   21   20   19   17   16   16   16   16   15   15   15
+   16   16   15   16   17   18   19   20   22   24   25   26   26   25   24   23
+   23   23   22   22   23   23   22   22   21   20   19   18   17   16   15   14
+   14   13   13   14   14   14   14   13   13
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   14   16   17   18   19   19   19   19   19   19   19   19   19   19
+   20   20   21   21   21   21   20   20   18   17   17   16   16   15   15   15
+   15   15   16   18   19   20   22   22   24   26   27   27   27   26   26   24
+   23   23   22   23   23   23   22   22   22   21   21   20   19   18   17   17
+   17   16   16   16   16   16   15   14   13
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   15   16   17   18   19   19   19   18   18   18   18   17   17   18
+   18   19   20   20   20   21   21   20   19   18   17   17   16   15   15   14
+   15   15   16   18   20   22   23   24   25   26   27   27   27   26   25   23
+   22   22   22   22   22   22   22   22   22   22   22   21   21   20   20   20
+   20   20   20   20   20   19   18   16   15
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   16   16   17   18   19   19   19   19   19   18   18   17   17   17
+   17   18   19   20   20   21   21   21   20   19   18   17   16   15   14   14
+   15   15   17   18   21   22   23   24   24   25   26   26   26   25   23   22
+   21   21   21   20   20   20   20   21   21   22   22   22   22   22   22   22
+   22   22   22   23   23   22   21   18   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   16   17   18   18   18   19   19   20   20   20   19   18   17   17
+   17   18   19   20   20   21   22   21   21   19   18   17   16   15   14   14
+   15   15   17   19   21   22   22   22   22   23   24   25   24   23   22   21
+   20   19   19   18   18   18   19   20   21   22   22   22   23   22   23   23
+   24   24   24   25   25   24   23   20   18
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   18   18   18   18   19   20   21   22   22   21   20   19   18
+   19   19   20   20   21   22   22   22   21   19   18   16   15   15   16   15
+   15   16   17   19   21   21   21   20   20   21   22   23   23   22   21   20
+   19   18   18   17   17   17   18   20   21   22   22   22   22   22   23   24
+   24   25   25   25   26   25   24   22   19
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   18   18   18   18   18   20   21   22   22   23   22   21   20   20
+   20   20   21   21   21   22   22   22   20   18   17   15   15   16   17   17
+   17   17   18   19   20   20   20   19   19   19   21   22   22   22   21   20
+   19   18   17   17   17   17   18   20   21   22   22   22   21   21   22   23
+   23   24   24   24   24   25   24   22   20
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   18   18   18   18   19   19   21   22   23   23   23   22   21   21
+   21   21   21   21   21   21   22   21   20   18   16   15   16   18   19   19
+   19   19   20   20   20   20   20   19   19   19   20   22   22   22   22   21
+   20   19   18   18   18   19   20   21   22   22   21   20   20   20   20   21
+   21   21   21   21   21   22   22   21   19
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   18   18   18   19   21   22   22   22   22   22   21   21
+   22   22   22   21   21   21   22   21   18   17   16   15   17   20   21   22
+   22   22   21   22   22   21   20   20   20   20   21   22   23   23   23   23
+   22   21   20   19   20   20   21   22   22   21   20   19   18   18   19   19
+   19   18   18   17   18   19   19   19   18
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   17   17   18   19   21   21   21   21   20   20   21
+   21   22   22   21   20   20   22   20   18   17   16   16   18   21   24   25
+   25   24   24   23   23   23   22   21   21   22   22   22   23   22   23   24
+   23   22   22   21   21   21   22   22   22   20   19   18   17   17   17   17
+   17   17   15   15   15   16   16   17   17
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   16   16   16   16   17   19   19   19   19   18   19   19
+   20   21   21   20   19   19   19   19   18   17   17   16   18   22   25   27
+   27   26   26   25   24   24   23   22   22   22   22   22   22   22   22   23
+   23   23   23   23   23   23   23   23   22   20   18   17   17   17   17   17
+   17   16   15   13   13   13   14   15   16
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   16   15   16   16   15   15   15   16   17   17   17   17   17   18
+   19   19   19   19   18   18   18   18   19   18   17   17   18   21   24   27
+   28   28   27   25   25   25   23   22   22   22   22   21   21   20   20   22
+   22   23   23   23   23   23   24   23   22   20   18   17   17   17   17   18
+   18   17   15   13   12   12   13   14   15
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   16   15   15   15   15   15   15   15   14   16   17   17   16   17
+   18   18   18   18   17   17   17   19   19   19   18   16   18   20   23   26
+   29   29   28   26   25   24   23   22   21   20   20   20   18   18   18   19
+   20   21   22   22   22   23   24   23   22   20   18   18   18   18   19   19
+   19   19   17   15   14   14   13   14   15
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   18   17   16   16   15   15   16   15   15   14   15   17   18   18   17
+   18   18   18   18   18   18   18   19   20   19   18   17   18   21   24   27
+   29   29   29   27   25   24   22   21   20   19   19   18   16   15   15   16
+   18   20   21   20   21   22   23   22   21   19   18   18   19   20   20   21
+   21   22   21   19   17   16   15   15   16
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   19   18   17   16   16   17   17   16   16   16   19   21   22   18
+   18   19   20   19   19   19   20   20   20   19   18   19   21   23   26   28
+   29   29   29   27   25   24   21   19   18   18   18   16   13   12   13   14
+   16   18   19   19   20   21   22   21   20   19   18   18   19   20   21   21
+   23   24   24   23   21   20   18   18   18
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   22   21   20   19   17   17   19   19   19   18   19   22   24   24   20
+   20   21   22   22   22   21   21   20   20   19   19   21   24   26   28   28
+   28   28   27   26   24   23   20   18   17   17   17   15   11   10   11   12
+   14   16   17   18   19   20   21   21   20   19   18   18   20   20   20   21
+   23   25   26   26   24   23   21   20   20
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   22   20   18   18   20   21   21   21   22   24   25   26   23
+   22   23   24   25   24   23   21   21   21   21   21   24   26   27   27   26
+   25   24   24   23   23   22   21   19   17   17   16   13   10   10   11   12
+   14   15   17   18   19   20   21   21   20   19   19   20   20   20   20   20
+   22   24   27   27   26   24   23   22   22
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   22   20   18   18   19   22   23   23   24   26   27   28   25
+   25   25   26   26   25   24   22   21   21   22   23   26   27   26   25   22
+   20   20   21   22   23   23   23   20   19   18   15   12   10   11   12   14
+   15   17   18   19   20   21   21   22   21   21   20   21   21   21   19   19
+   20   23   25   26   26   25   23   23   23
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   24   22   19   17   16   18   21   23   24   24   27   27   29   27
+   26   25   26   25   24   24   22   21   21   20   23   26   25   23   21   19
+   17   17   19   22   23   24   23   22   21   18   14   12   13   14   15   17
+   18   19   20   21   21   22   22   23   23   22   22   22   22   21   19   19
+   19   21   23   24   25   24   23   23   23
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   21   17   15   15   17   19   21   22   23   25   27   28   27
+   24   23   24   23   22   22   21   20   19   17   20   22   21   19   17   16
+   16   17   19   22   24   24   23   23   22   19   16   16   17   18   19   20
+   21   21   22   23   23   23   23   24   24   24   24   23   23   22   20   19
+   18   19   20   21   22   22   21   21   22
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   20   17   15   14   16   18   19   20   21   23   25   26   25
+   23   21   21   20   19   19   18   17   15   15   16   17   16   16   15   14
+   15   17   20   23   24   24   23   22   23   19   17   19   21   21   22   23
+   23   23   25   25   25   24   24   25   25   25   25   24   24   24   22   21
+   19   18   18   18   19   19   19   20   21
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   20   17   15   15   16   18   19   20   21   22   23   24   23
+   22   20   19   18   16   16   16   15   13   13   15   16   15   15   14   13
+   15   18   20   22   23   24   23   23   21   19   19   22   23   22   23   25
+   25   24   26   26   25   25   25   25   24   24   25   25   25   25   24   22
+   20   17   16   16   16   17   18   18   20
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   21   18   16   16   18   19   21   21   22   22   23   22   22
+   21   19   17   16   15   15   15   13   12   13   14   16   16   14   13   14
+   15   19   21   23   23   23   23   22   20   19   21   23   23   22   24   25
+   24   24   26   26   25   25   24   24   24   24   24   25   25   25   25   23
+   21   18   15   14   15   15   17   17   19
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   20   22   22   20   18   18   20   21   22   22   23   23   23   23   22
+   21   20   18   17   15   15   14   13   12   13   15   16   16   14   13   14
+   17   21   23   23   22   21   21   19   19   19   21   23   22   21   23   23
+   22   24   25   26   25   25   24   24   24   23   23   23   24   25   25   24
+   22   19   16   15   14   15   17   17   18
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   23   22   21   21   22   23   23   24   24   24   24   24   23
+   22   22   20   19   16   15   14   14   13   13   14   15   15   14   13   15
+   18   22   23   22   20   18   18   17   17   18   20   21   21   21   21   21
+   21   23   24   25   25   26   24   25   24   22   22   22   23   24   25   24
+   23   20   18   16   15   16   17   17   19
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   23   24   25   24   24   25   26   25   25   26   25   25   25   24
+   23   23   22   20   17   15   15   14   14   14   14   13   13   14   13   16
+   20   23   23   20   17   16   14   14   16   17   18   18   19   20   20   20
+   19   21   22   24   25   27   26   26   24   22   21   21   21   22   24   24
+   24   22   20   18   17   17   18   18   19
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   23   25   26   28   28   29   29   28   27   27   27   26   26   24
+   23   22   21   19   17   15   13   13   13   13   12   12   13   14   15   18
+   22   24   22   18   15   13   12   13   15   17   16   16   17   18   19   18
+   18   18   21   23   24   27   27   26   24   22   20   19   19   20   22   23
+   24   23   22   20   19   19   19   20   20
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   23   25   27   29   31   33   32   30   29   28   28   28   27   25
+   23   22   21   19   17   14   12   11   11   11   11   11   13   15   17   20
+   23   24   21   17   14   12   11   13   14   16   15   15   16   17   18   17
+   17   18   19   21   23   26   27   26   25   22   20   19   18   19   20   22
+   23   24   23   22   20   20   20   20   21
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   21   23   27   29   32   34   34   32   30   30   30   29   28   26
+   23   22   21   20   17   14   12   11   10   10   11   13   15   17   19   21
+   24   24   20   15   12   11   12   14   15   16   16   16   17   17   17   16
+   16   17   18   19   21   24   26   26   24   22   20   18   17   17   18   20
+   22   23   23   22   21   20   19   20   20
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   21   24   28   31   33   34   33   31   30   30   30   29   26
+   24   23   22   20   18   15   12   10   10   11   12   15   17   18   20   23
+   24   23   19   14   10   10   12   15   17   19   19   18   18   17   17   17
+   17   16   17   18   20   22   24   25   23   22   20   18   17   16   18   20
+   21   23   23   21   20   19   18   18   19
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   18   21   24   28   31   32   32   30   29   30   30   29   26
+   24   23   21   20   18   15   12   11   12   13   15   18   19   20   21   23
+   24   22   18   12   10   10   13   16   19   21   21   20   19   18   18   17
+   16   15   16   17   18   20   22   23   22   21   20   18   17   16   17   19
+   21   22   22   21   19   18   17   17   17
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   14   15   17   20   23   26   28   28   27   28   28   28   28   26
+   24   22   20   19   17   15   13   13   15   17   19   20   21   22   23   24
+   24   21   17   12   12   13   16   19   21   23   23   21   20   19   17   16
+   15   14   14   15   16   18   20   21   21   20   19   18   17   17   17   18
+   20   21   21   20   18   17   16   16   15
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   13   14   16   19   21   24   25   25   24   25   26   27   26
+   24   22   20   18   17   15   15   16   18   21   22   23   23   23   24   23
+   22   20   16   14   15   17   19   21   23   24   23   22   20   18   16   14
+   13   12   12   13   14   16   18   19   19   19   18   17   17   17   17   18
+   19   20   20   19   18   16   16   15   15
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   12   12   13   15   18   20   21   21   22   23   24   25   24
+   23   21   19   17   16   15   15   18   21   24   24   25   24   23   23   22
+   19   18   16   16   17   19   21   22   23   23   22   21   19   16   14   12
+   11   10   11   11   12   13   16   17   18   17   17   16   16   16   17   18
+   19   19   20   19   18   16   16   15   15
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   13   12   13   14   15   17   17   18   19   21   22   22   23
+   22   20   17   16   15   15   16   19   23   25   25   25   23   22   20   19
+   17   16   16   16   18   19   20   21   21   21   20   18   16   14   12   10
+    9    8    9   10   11   12   14   15   16   16   15   15   15   16   16   17
+   17   18   19   19   18   17   17   16   16
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   15   14   14   14   14   14   14   15   16   17   19   20   21   22
+   21   20   17   15   14   14   16   19   23   24   24   23   21   19   16   16
+   14   14   15   16   17   18   19   19   19   18   17   14   12    9    8    7
+    6    7    8    9   10   12   13   14   15   14   14   14   14   15   15   16
+   16   17   18   19   19   19   18   18   17
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   17   17   16   16   16   15   14   14   15   16   18   19   20   20
+   20   19   17   15   14   13   15   19   21   22   22   20   17   15   12   12
+   11   12   12   14   15   16   16   16   15   14   12   10    7    7    4    4
+    4    6    7    9   10   12   13   14   14   13   13   13   13   14   14   14
+   15   16   17   19   19   19   19   19   18
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   19   18   18   17   16   15   15   16   17   18   18   19
+   19   19   17   15   13   12   13   16   18   18   17   15   13   11    9    9
+   10   11   11   12   14   14   13   12   10    9    8    6    5    9    6    5
+    5    6    8    9   11   12   13   14   14   13   13   13   13   12   12   12
+   13   14   16   18   19   20   20   20   19
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   20   21   20   20   19   17   16   16   16   16   17   18   18
+   19   19   17   15   13   11   10   13   14   14   14   12   10    9    7    8
+    9    9    9   11   12   11   10    9    7    6    5    3    5   10    8    8
+    8    9   10   11   12   13   14   14   14   14   14   13   13   12   11   11
+   11   12   14   17   18   19   19   19   19
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   21   21   21   21   20   18   17   16   16   16   16   17   17
+   18   18   17   15   13   10    8    9   10   10   11   11    9    8    8    8
+    8    8    9    9    9    9    8    7    5    4    3    2    4    8    9   10
+   11   13   14   15   15   15   15   16   16   15   15   15   14   12   11    9
+    9   10   12   14   16   17   17   17   18
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   19   20   21   21   19   18   17   16   15   15   15   15   16
+   17   17   15   14   11    8    6    7    7    8   10   10   10    9    8    8
+    7    7    7    8    8    7    7    6    5    4    3    3    5    8   10   12
+   14   16   18   18   18   17   17   17   17   17   16   15   15   13   11    8
+    8    9   10   12   13   14   14   14   15
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   14   16   18   19   19   18   17   16   15   15   14   14   14   14
+   14   14   13   11    9    6    6    7    8    9   11   11   11   10    8    7
+    7    6    6    6    6    6    6    6    6    5    5    6    7    9   11   14
+   16   18   19   20   19   19   18   18   18   18   18   16   16   13   11    8
+    7    8    9   10   11   11   11   10   11
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   11   13   15   16   17   17   16   16   15   14   14   13   13   13
+   13   12   11    9    8    7    7    9   10   11   12   12   12   11    9    8
+    7    7    6    6    4    5    6    7    8    8    8    9   10   11   13   15
+   17   19   20   20   19   19   18   19   19   19   19   17   16   14   11    9
+    8    7    8    8    9    8    8    7    8
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    5    6    7   10   12   14   15   16   16   16   16   15   15   15   14   13
+   12   11   10    9    9    9    9   11   12   13   14   13   13   12   11   10
+   10   11   13   11    5    5    7    9   10   11   12   13   13   14   15   16
+   18   19   19   19   19   19   18   20   20   20   20   19   17   16   13   11
+   10    9    9    8    8    7    6    5    5
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    4    5    6    7   10   12   14   15   16   16   17   17   17   16   16   15
+   14   13   11   11   10   10   11   12   13   14   15   15   15   14   12   11
+   10   11   11    8    5    6    8   10   13   14   15   16   16   17   17   18
+   18   19   19   19   19   20   19   20   21   22   22   21   20   18   17   15
+   14   12   11   10   10    8    7    5    4
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    6    6    7    9   11   13   15   16   17   18   18   18   18   18   17
+   16   15   13   12   12   12   12   13   14   15   16   16   16   15   13   11
+    8    6    5    4    5    7    9   12   15   17   18   18   19   19   19   19
+   19   19   19   19   19   21   20   23   24   24   24   24   23   22   21   19
+   18   17   16   15   13   11    9    8    7
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11    9    8    8    9   10   12   14   15   17   18   19   19   19   19   18
+   17   15   14   13   13   13   13   14   15   16   16   17   16   15   13   11
+    8    6    6    5    6    8   11   14   16   18   19   20   20   20   20   20
+   20   20   20   20   20   22   22   25   27   27   27   27   26   26   25   24
+   23   23   21   20   18   17   15   13   11
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   13   12   11   11   13   14   15   16   17   18   18   18   18   17
+   16   15   14   13   13   12   13   13   14   16   16   17   16   15   14   12
+   10    8    8    8    8   10   12   15   17   19   20   21   20   20   20   20
+   20   20   21   21   21   23   23   27   29   29   30   30   29   29   29   29
+   28   28   27   26   25   23   21   19   17
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   19   17   15   15   14   15   15   16   17   17   16   16   16   15
+   14   14   13   12   12   12   12   13   14   15   16   17   17   16   15   13
+   12   11   11   11   12   13   14   16   18   19   20   20   20   20   20   20
+   20   20   20   21   22   24   24   28   30   31   31   31   31   32   32   32
+   33   33   33   32   31   30   28   26   24
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   27   25   22   20   19   18   17   16   16   15   15   14   14   13   12
+   11   11   11   11   11   11   11   12   13   15   17   17   18   18   17   17
+   16   15   15   15   15   16   17   18   19   20   20   20   19   19   18   18
+   18   18   19   20   21   23   23   27   30   31   32   32   32   33   34   35
+   35   36   37   37   36   35   34   32   30
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   32   30   28   25   23   22   20   19   17   16   15   13   12   11   10
+    9    9    9    9    9   10   11   12   14   16   17   19   20   20   20   20
+   20   20   19   19   19   19   19   20   20   20   19   19   18   17   17   16
+   16   16   16   18   19   21   21   26   28   30   31   31   32   33   34   36
+   37   38   39   40   39   39   38   36   34
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   36   34   32   29   27   25   23   21   20   18   16   14   13   11   10
+    9    9    9   10   10   11   12   14   16   18   19   21   22   23   24   24
+   24   24   23   23   23   22   22   22   21   20   19   18   17   16   15   15
+   14   14   14   15   16   19   19   23   26   29   30   31   31   32   34   35
+   37   38   39   40   40   40   40   39   37
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   37   36   34   32   30   28   26   24   22   21   19   17   16   15   14
+   13   12   13   13   13   14   16   17   19   20   22   23   24   25   26   26
+   26   26   26   26   25   24   24   23   22   21   19   18   17   16   15   14
+   13   13   13   13   14   15   15   19   21   25   28   29   30   31   33   34
+   36   37   38   39   39   40   39   39   38
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   36   34   33   31   30   28   27   25   24   22   21   20   19   18
+   18   17   17   17   18   19   19   21   22   23   24   25   26   27   27   27
+   27   27   27   26   26   25   24   23   22   21   20   19   17   16   15   14
+   14   14   13   14   14   14   15   16   18   21   26   28   31   32   32   33
+   34   36   37   38   38   39   39   38   37
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   34   33   33   32   31   30   29   28   27   26   25   24   23   23
+   22   22   22   22   22   22   23   24   24   25   25   26   26   27   27   27
+   27   27   27   26   26   25   24   23   23   22   21   20   19   18   18   17
+   17   17   17   17   18   19   19   23   25   26   29   30   31   32   33   33
+   34   34   35   35   36   36   36   36   35
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   32   32   32   31   31   30   30   29   29   28   28   27   27   26   26
+   26   26   25   25   25   25   26   26   26   26   26   26   27   26   27   27
+   26   26   26   26   25   25   24   24   24   23   23   22   22   22   22   21
+   22   22   22   22   23   24   24   25   26   27   28   29   30   30   31   31
+   32   32   32   33   33   33   33   33   33
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   30   30   30   30   29   29   29   29   29   29   29   28   28   28   28
+   28   27   27   27   27   27   27   27   27   27   27   27   27   27   27   26
+   26   26   26   26   26   26   25   26   25   25   25   25   25   25   25   25
+   25   25   26   26   26   26   26   27   27   27   27   28   28   29   29   29
+   29   30   30   30   30   30   30   30   30
+    10                                                      END OF RMS MAP     
+    11                                                      START OF RMS MAP
+  2010    12     5    20     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   10   11   11   10   10   11   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10   10
+   10   10   10   10   10   10   10   10   10   10   10   10   10   11   11   11
+   11   11   11   11   11   11   11   11   11
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   12   12   12   12   12   11   11   11   11   11   11   11
+   11   11   11   11   11   11   11   11   11   11   10   10   11   11   11   11
+   11   11   11   11   11   11   11   11   11   10   10   10   10   10    9    9
+    9    9    9    9    9    9    9    9   10   10   10   11   11   11   11   12
+   12   12   12   12   12   12   12   12   12
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   13   12   12   12   12   12   12   11   11   11
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   12   12   12   12   12   12   12   11   11   11   10    9    9    9    8
+    8    8    8    9    9    9    9    9   10   10   10   11   12   12   12   12
+   12   13   13   13   13   13   13   13   13
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   14   14   14   13   13   13   13   12   12   12   12   12   12   12
+   12   12   12   12   12   12   12   13   12   12   11   11   11   11   11   11
+   12   12   12   12   12   12   12   12   12   11   11   10    9    9    8    8
+    7    7    8    8    8    9    9    9   10   10   11   11   12   13   13   13
+   13   14   14   14   14   15   15   14   14
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   14   14   14   13   13   12   12   12   12   12   12   12   13
+   13   14   14   14   14   14   13   13   12   12   11   11   10   10   10   11
+   11   11   12   13   13   13   13   12   12   11   10   10    9    8    8    7
+    7    7    7    7    8    9    9    9   10   11   11   12   13   13   13   14
+   14   15   15   15   15   15   15   15   15
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   15   15   14   14   14   13   13   13   12   12   13   13   14   14
+   15   15   15   16   16   16   14   14   13   12   11   11   11   10   10   10
+   11   12   12   13   13   13   13   13   12   11   10   10    9    8    8    7
+    7    6    7    7    7    8    9    9   10   11   12   13   13   14   14   15
+   15   16   16   16   16   16   16   16   16
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   16   15   15   14   14   13   13   13   13   14   14   15   16
+   16   16   17   17   17   17   16   15   14   13   12   11   11   11   10   10
+   11   12   13   13   13   13   13   12   11   11   10    9    8    8    7    7
+    7    7    7    7    8    9   10   10   11   12   13   14   14   15   15   16
+   16   16   16   16   16   16   16   16   16
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   16   15   15   14   14   14   14   15   16   16   16
+   17   18   19   19   19   19   17   16   15   14   13   12   12   11   11   10
+   11   12   13   13   13   13   12   11   10   10    9    8    8    8    7    7
+    8    8    8    9   10   10   11   12   13   14   14   15   15   16   16   16
+   16   17   16   16   16   16   16   17   17
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   18   18   17   17   16   15   15   16   16   17   18   19
+   19   20   20   20   21   19   18   17   16   15   13   13   13   11   10   10
+   10   11   12   12   12   12   11   10    9    8    8    8    8    8    8    9
+    9   10   10   11   12   12   13   14   14   15   15   16   16   16   16   16
+   16   16   16   17   16   16   16   17   17
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   19   20   20   19   19   18   17   17   17   17   18   19   20
+   21   21   21   20   20   19   18   16   16   15   14   13   13   12   10   10
+   10   10   11   11   11   10   10    9    8    8    7    8    8    9   10   11
+   12   12   13   14   14   15   15   16   16   16   16   16   16   16   16   16
+   16   16   16   16   16   16   16   17   17
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   20   21   21   21   21   19   18   18   18   18   19   20   21
+   22   21   21   20   18   17   17   15   14   14   14   13   13   12   10    9
+    9    9   10   10   10   10    9    8    8    8    8    9   10   12   13   14
+   15   15   16   16   16   17   17   17   17   17   16   16   15   15   15   15
+   15   15   15   15   15   15   16   17   18
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   22   22   22   22   22   21   19   19   18   19   20   20   21
+   21   21   20   18   17   16   14   13   13   13   13   13   13   12   11   10
+    9    9    9   10   10   10   10    9    9    9   10   12   13   15   16   17
+   18   18   18   18   18   18   18   18   17   17   16   16   15   14   14   13
+   13   14   14   14   15   15   16   17   18
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   21   21   22   22   22   22   21   20   19   18   19   19   20   20
+   20   19   18   16   15   13   13   12   12   13   13   13   13   13   12   11
+   10   10   10   11   11   12   12   12   12   13   13   15   17   19   20   20
+   21   20   19   18   18   18   18   18   17   17   16   16   15   14   13   13
+   13   13   13   13   14   15   16   17   18
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   19   20   20   21   22   22   22   21   21   19   18   18   18   18   19
+   18   18   16   15   14   13   12   12   12   13   14   14   14   14   13   12
+   12   12   12   13   13   14   15   15   16   16   18   19   21   23   23   23
+   23   22   20   19   18   18   18   18   18   17   16   15   15   14   13   13
+   13   13   13   13   14   15   16   17   18
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   19   19   21   21   21   21   21   19   18   17   17   17   16
+   16   16   15   14   14   13   13   13   13   14   15   15   15   15   14   14
+   13   14   14   15   16   17   18   18   19   20   21   23   25   26   26   25
+   24   22   20   19   18   18   18   17   17   17   16   16   16   16   15   15
+   15   14   14   14   14   15   15   17   17
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   18   19   20   21   21   21   19   18   16   16   15   15
+   14   14   14   14   14   15   15   15   15   15   15   15   16   15   15   15
+   15   15   16   16   18   19   20   21   22   23   24   25   26   26   26   24
+   23   22   21   19   18   18   18   17   17   17   17   17   18   18   17   17
+   17   16   15   15   15   15   15   16   17
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   17   17   17   17   18   19   20   21   21   20   18   16   15   15   14
+   13   14   14   15   16   17   17   17   17   16   16   16   16   15   16   16
+   17   17   17   18   19   20   22   23   25   25   25   26   25   25   24   23
+   21   21   20   19   18   18   17   17   17   17   18   19   19   20   20   19
+   19   18   17   16   15   15   16   16   16
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   18   18   20   21   22   21   20   18   16   15   14
+   14   14   15   16   18   19   20   19   18   17   16   16   15   15   15   16
+   17   17   18   18   19   21   22   23   24   25   24   24   24   23   22   20
+   19   19   19   19   19   18   17   17   17   18   19   20   21   21   22   22
+   21   19   18   17   16   17   17   17   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   17   17   18   20   22   23   23   21   19   18   17   16
+   15   16   16   17   20   21   21   21   19   18   17   16   15   14   14   16
+   17   17   18   18   19   20   21   22   22   22   22   21   21   20   19   18
+   18   17   18   19   19   19   18   17   17   18   20   21   22   23   23   23
+   22   21   19   18   17   18   18   18   18
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   19   19   18   18   18   20   22   23   23   23   21   20   19   18
+   18   18   18   19   21   22   22   21   20   18   17   15   15   14   14   15
+   16   17   17   17   18   18   19   19   20   20   19   19   18   17   17   16
+   16   16   17   19   19   20   19   18   18   19   21   22   23   23   23   23
+   22   21   20   18   18   18   18   19   19
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   19   18   18   19   21   23   24   24   23   22   21   21
+   21   20   20   20   20   21   21   21   20   18   17   16   14   14   14   15
+   16   16   17   16   16   17   17   18   18   18   18   17   17   17   16   16
+   16   16   18   19   20   21   20   19   20   21   21   22   22   22   22   22
+   21   20   19   19   18   19   19   19   20
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   20   20   19   18   17   18   19   21   23   24   24   23   23   23
+   23   22   21   19   19   20   20   20   19   18   18   16   14   14   15   15
+   16   17   17   17   16   16   17   18   19   19   18   18   17   17   17   17
+   17   17   18   20   21   21   20   20   21   21   21   21   20   20   20   20
+   20   19   19   19   18   18   19   19   20
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   20   20   19   18   16   16   17   19   21   23   23   24   24   24
+   24   23   21   19   18   18   19   19   19   19   18   17   16   16   16   16
+   17   18   18   18   17   18   19   20   20   20   20   19   19   19   19   19
+   19   19   19   20   20   20   20   20   20   21   20   20   19   18   17   17
+   18   18   18   18   18   18   18   18   19
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   20   21   20   19   18   15   14   15   17   19   21   23   24   24   24
+   23   22   19   17   16   16   17   18   19   19   19   19   18   18   18   18
+   20   20   21   20   19   20   21   22   22   22   22   22   21   21   21   21
+   21   20   20   20   19   19   19   20   20   20   19   19   17   16   15   15
+   16   17   18   18   17   17   17   17   18
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   20   20   20   18   17   15   15   16   18   20   22   23   24   23
+   22   20   18   16   15   15   16   17   19   20   21   21   21   20   20   21
+   22   23   23   22   22   22   23   23   23   23   23   23   23   23   23   22
+   22   21   20   19   19   18   19   19   19   19   19   18   16   15   14   15
+   16   16   17   18   18   17   16   16   17
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   18   18   20   21   20   19   18   18   18   18   20   21   23   23   22
+   21   18   16   15   15   15   16   17   19   20   21   22   22   21   22   24
+   25   25   25   24   23   24   24   23   22   23   23   23   23   23   23   23
+   22   22   21   19   18   18   18   19   19   19   19   18   16   15   15   16
+   17   17   18   19   18   17   15   14   15
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   16   18   19   21   22   21   22   22   22   21   21   22   23   22   21
+   19   17   15   15   15   15   16   16   18   20   21   22   22   22   24   26
+   27   27   25   24   23   23   22   21   20   20   21   21   22   22   22   23
+   22   22   21   20   18   17   18   18   19   19   19   18   18   17   17   18
+   19   19   20   20   19   18   16   14   14
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   16   19   20   21   21   23   24   25   25   24   24   24   24   23   21
+   19   17   15   15   16   17   17   16   17   18   19   21   22   23   26   29
+   30   28   25   22   21   21   20   18   17   17   18   18   19   19   20   21
+   21   22   22   20   18   17   17   17   17   18   18   19   19   19   20   21
+   21   22   22   22   22   20   17   15   14
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   19   21   22   22   23   24   26   27   27   26   26   25   24   22
+   20   18   16   17   18   19   18   17   16   17   18   20   22   25   29   32
+   33   30   24   20   19   18   16   15   14   13   14   14   15   16   17   18
+   20   22   22   21   19   17   16   16   17   17   18   19   20   21   22   23
+   24   24   24   24   24   21   19   15   15
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   16   19   20   22   23   23   24   27   28   29   28   29   27   26   24
+   22   19   19   19   20   21   19   17   15   16   18   20   23   27   31   35
+   35   31   24   19   17   16   14   12   11   11   10   11   12   13   14   17
+   19   22   22   21   19   17   16   16   16   17   18   19   20   22   24   25
+   25   25   25   26   25   23   20   16   14
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   19   21   23   24   25   28   29   29   29   30   28   28   26
+   25   22   21   21   22   21   20   17   15   16   18   20   23   27   32   35
+   35   30   24   19   17   15   13   11   10   10    9    9   10   11   13   15
+   19   21   22   22   20   18   17   17   17   17   18   19   20   22   24   25
+   24   25   26   26   26   24   20   16   15
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   18   20   22   24   28   30   30   29   30   30   30   29   29
+   28   25   24   23   22   21   20   17   16   16   18   19   22   26   30   33
+   33   30   25   20   18   16   13   11   11   10    9   10   11   12   13   16
+   19   21   22   22   21   20   19   19   18   19   19   19   20   22   23   24
+   23   23   24   25   26   23   20   16   14
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   15   16   17   19   22   24   29   32   32   31   30   30   29   28   28
+   28   26   25   23   22   21   19   18   17   16   17   17   19   23   27   29
+   31   30   25   21   20   17   14   13   13   12   12   13   14   14   16   17
+   19   21   22   22   22   22   21   21   21   21   20   20   20   21   21   21
+   21   21   22   24   24   22   19   16   14
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   16   17   18   20   23   25   28   31   31   30   30   28   27   25   25
+   26   25   24   21   20   19   18   18   17   17   17   16   16   19   22   25
+   29   28   24   22   21   18   17   16   17   17   17   18   18   18   18   19
+   20   21   22   23   23   24   24   24   24   24   22   21   20   19   19   18
+   18   19   20   22   22   21   18   16   15
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   17   18   19   21   23   25   26   29   29   29   29   27   24   22   21
+   21   21   20   19   18   16   15   15   16   16   16   15   15   16   18   21
+   25   26   24   23   22   22   21   22   22   23   23   23   22   22   21   22
+   21   21   22   23   24   25   26   27   27   26   24   22   19   18   18   16
+   16   16   18   20   21   19   17   15   14
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   17   19   21   21   23   24   24   26   27   27   27   24   21   18   17
+   17   17   17   15   15   14   13   14   15   16   16   16   15   15   16   18
+   21   24   25   26   25   26   26   27   28   28   28   27   25   24   24   23
+   22   22   22   23   25   26   27   28   29   28   25   22   19   18   17   15
+   15   15   16   18   19   19   16   15   14
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   20   21   22   24   23   25   26   26   26   25   23   20   17   15
+   15   16   15   13   13   12   12   13   15   16   16   16   16   16   16   18
+   21   25   28   29   29   29   30   31   32   32   31   29   27   26   25   24
+   22   22   22   23   25   27   28   29   29   28   26   23   20   18   17   16
+   15   15   16   18   19   18   17   15   15
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   22   23   23   24   26   26   27   26   25   24   22   20   17   16
+   15   15   14   12   12   12   12   13   14   15   16   17   17   17   17   19
+   22   26   29   30   30   31   31   32   33   33   32   29   27   26   25   25
+   22   22   22   24   25   27   28   29   29   28   26   23   21   19   18   17
+   16   16   17   18   19   19   18   16   17
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   21   24   25   24   25   27   29   29   29   27   25   23   21   18   17
+   17   16   15   13   12   12   13   13   13   15   16   17   18   19   19   20
+   22   26   28   29   29   29   29   30   31   31   30   27   25   25   25   25
+   23   23   24   25   26   26   27   27   27   26   25   24   22   21   20   19
+   18   17   17   18   19   20   19   18   18
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   23   25   26   24   25   28   30   32   31   29   27   25   23   21   18
+   18   17   15   13   12   12   13   12   12   13   14   16   18   19   18   19
+   21   24   25   26   25   25   25   26   27   28   26   24   24   23   24   25
+   24   25   26   26   25   25   25   25   25   24   23   23   23   22   22   20
+   19   18   18   19   20   21   20   19   20
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   26   28   26   25   28   31   32   33   32   30   28   26   24   21
+   19   17   15   13   11   11   11   11   10   11   13   15   17   18   17   17
+   19   20   21   21   20   20   20   21   23   24   23   22   22   22   22   23
+   23   26   26   26   25   24   23   22   22   21   21   22   23   23   23   22
+   20   19   19   20   21   21   21   21   22
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   24   26   27   27   27   27   30   32   33   33   33   32   31   28   24
+   21   17   14   12   10   10   10    9    8    9   11   14   16   17   16   16
+   15   15   16   15   15   15   16   18   20   21   21   20   19   20   21   22
+   23   26   26   25   24   22   21   20   19   19   20   21   22   23   23   21
+   20   18   19   19   20   21   21   21   22
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   25   27   27   26   27   29   31   32   33   33   34   34   32   28
+   22   18   14   11    9    9    9    9    9    8   10   13   15   16   15   14
+   12   11   11   12   12   13   15   17   19   20   20   18   18   19   20   22
+   22   25   25   24   22   21   20   18   17   18   19   19   21   22   22   21
+   19   18   17   19   19   20   20   21   22
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   22   24   26   26   26   27   28   30   30   32   34   35   33   29
+   23   17   15   11    9   10   10   10   10   10   10   13   16   17   14   12
+    9    8   10   11   13   14   16   17   18   19   19   19   20   20   20   21
+   21   23   23   22   20   20   20   17   16   18   18   18   20   21   21   20
+   18   16   16   17   18   18   19   19   20
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   19   20   22   24   25   25   26   27   27   29   32   33   32   28
+   22   16   13   10   10   10   10   10   10   11   12   15   17   17   13   10
+    8    9   11   13   15   17   18   19   19   20   20   21   21   21   20   20
+   20   22   22   21   19   18   19   17   16   17   18   18   19   19   19   18
+   17   15   14   15   16   17   17   18   18
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   16   16   17   19   21   22   23   24   25   25   26   29   30   30   27
+   21   16   12   10   11   11   11   11   12   14   16   18   18   16   12    9
+    9   11   14   16   19   21   21   21   21   21   21   22   22   21   19   18
+   19   20   20   19   17   16   17   16   16   17   18   18   18   19   18   17
+   15   14   14   14   15   15   16   16   16
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   15   14   14   15   17   19   20   21   23   23   25   26   27   26   24
+   20   16   13   12   12   12   12   12   15   17   19   20   18   15   11    9
+   11   13   16   19   22   24   24   23   23   22   22   23   22   21   18   17
+   17   18   18   17   16   15   15   15   17   18   18   18   18   18   17   16
+   15   14   13   13   14   15   16   16   16
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   14   13   14   15   17   18   18   21   21   23   23   23   23   20
+   17   15   12   12   12   12   13   14   17   19   21   20   17   14   11   11
+   13   15   17   20   23   25   25   24   23   22   22   22   21   19   17   15
+   16   17   17   16   15   14   14   16   17   18   18   18   18   18   17   16
+   15   14   14   13   14   14   16   17   17
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   15   14   14   15   16   17   18   18   19   20   20   20   19   16
+   13   12   10   10   11   12   13   15   17   20   21   19   17   14   13   14
+   15   17   18   21   23   24   25   24   23   21   20   20   19   17   15   13
+   14   15   16   16   14   14   14   15   17   18   18   17   17   17   16   16
+   16   15   15   14   14   15   17   18   18
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   19   17   16   15   16   17   18   18   18   18   17   18   17   16   13
+   10   10    9   10   12   13   13   14   17   19   19   17   15   14   14   15
+   16   17   19   21   22   23   22   21   19   18   17   16   15   14   12   11
+   13   15   16   15   15   14   14   15   16   17   17   17   16   17   16   16
+   16   16   15   15   15   16   17   19   20
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   18   17   17   18   18   18   18   18   18   17   16   13   11
+   10    9    9   11   12   13   13   13   14   15   16   14   13   13   14   15
+   16   18   19   20   20   20   19   17   16   14   13   12   12   10    9    9
+   11   14   15   15   15   14   14   15   16   16   16   16   16   16   16   16
+   16   16   16   15   15   16   18   20   21
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   19   19   19   19   18   18   18   18   17   15   13   11
+   10   10   10   12   13   12   11   11   11   11   12   11   11   12   13   14
+   16   18   18   18   17   16   14   12   11    9    9    8    8    7    6    7
+    9   12   14   15   14   14   15   16   16   16   15   15   15   16   15   16
+   16   16   15   15   15   16   18   20   22
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   21   20   19   19   18   18   18   17   17   17   15   14   13
+   13   12   12   13   13   12   10    9    7    7    8    8    9   11   12   14
+   16   17   17   16   14   12    9    7    6    5    5    6    6    6    6    7
+    9   11   13   15   15   15   16   18   18   17   16   15   15   15   15   14
+   14   14   14   14   14   15   17   20   21
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   20   19   19   18   17   16   16   16   16   15   15   14   14
+   13   13   13   13   12   11    9    8    6    5    6    7    8    9   11   13
+   16   16   16   14   11    8    5    3    3    4    5    6    7    8    8    9
+   10   12   14   16   17   17   19   20   20   19   18   16   15   15   14   13
+   12   12   12   12   13   14   16   17   19
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   18   18   19   19   18   16   15   14   14   14   14   14   13   13   13
+   13   12   12   11   10    9    8    7    6    5    6    6    7    9   11   13
+   15   16   14   12    9    6    4    1    3    5    7    9   10   11   11   12
+   13   14   16   17   19   20   21   21   22   21   19   17   16   14   13   11
+   10   10   10   10   11   12   13   15   16
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   14   16   17   17   17   16   14   13   12   11   11   11   11   11   11
+   11   10    9    9    8    7    7    6    5    5    6    7    9   11   12   14
+   15   15   13   11    8    6    3    1    3    6    9   11   12   13   13   14
+   14   16   18   19   20   21   22   23   23   22   20   18   16   14   12   10
+    9    9    9    9    9   10   10   11   13
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   13   15   16   16   15   14   12   11    9    9    8    8    8    8
+    8    7    7    6    6    6    5    5    5    6    7    8   10   12   13   14
+   14   14   12   10    8    6    4    3    5    8   11   13   14   14   14   15
+   15   17   19   20   22   23   24   24   25   24   22   19   17   15   13   10
+    9    9    9    9    8    8    8    9   10
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    9   11   12   14   15   15   14   13   11   10    8    7    7    6    6
+    6    6    6    5    5    5    5    6    6    6    7    8   10   10   12   13
+   13   12   11   10    9    8    6    6    7   10   12   14   15   14   14   15
+   15   17   19   21   23   25   26   26   27   26   24   21   19   16   14   12
+   11   10   10   10    9    9    8    7    8
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    7    8    9   11   13   14   14   14   14   13   12   10    9    8    7    6
+    6    6    6    6    6    6    7    7    8    9   18   24   27   19   12   12
+   11   11   11   10   10    9    9    9   10   12   14   15   15   15   15   15
+   16   17   19   22   25   27   29   29   29   29   27   24   22   19   17   15
+   14   14   14   13   12   11    9    8    7
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9    9    9   10   12   13   14   14   14   14   13   13   12   10    9    8
+    7    7    7    7    7    7    8    9   10   12   21   36   37   24   13   11
+   10   11   11   11   11   11   12   12   13   14   16   16   16   16   16   16
+   17   18   20   23   26   29   31   32   32   31   30   27   25   23   21   20
+   19   19   18   18   17   15   13   11    9
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   12   12   12   12   13   13   14   14   14   15   14   14   13   12   10
+    9    8    8    9    8    9    9   10   11   12   13   23   26   18   13   10
+   10   11   11   12   12   12   14   15   16   16   17   18   18   18   18   18
+   19   20   22   24   27   31   33   34   34   33   32   30   28   26   25   25
+   24   24   24   24   22   20   18   15   13
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   16   15   15   14   14   14   14   14   14   14   14   14   13   12
+   10    9    9    9    9   10   10   11   11   11   12   12   14   14   12   10
+   10   10   11   12   13   14   15   16   17   18   18   19   19   19   19   20
+   20   21   22   24   27   30   33   34   34   34   33   32   31   30   30   30
+   30   30   30   30   28   26   24   21   19
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   23   21   20   19   17   16   15   14   14   14   14   14   13   13   12
+   11   10    9   10   10   10   11   11   11   11   11   11   11   12   13   11
+   10   11   11   12   13   14   15   16   17   18   18   19   19   20   20   21
+   20   21   21   22   25   28   31   32   33   33   33   32   32   32   33   34
+   35   35   36   36   34   32   30   27   25
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   29   27   25   24   21   19   18   16   15   14   14   13   13   12   11
+   11   10   11   11   11   11   12   12   12   12   12   11   11   11   11   11
+   10   11   12   13   14   15   16   16   17   17   18   18   18   18   19   19
+   18   18   18   20   22   24   27   29   31   32   32   32   32   33   35   36
+   38   39   40   40   39   38   36   34   31
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   35   33   31   29   27   24   22   20   18   17   15   14   14   13   13
+   13   13   13   13   13   13   14   14   14   14   13   12   12   12   11   11
+   11   12   13   14   14   15   15   15   15   15   15   16   16   16   16   15
+   15   15   15   16   18   20   23   26   28   29   30   31   32   34   35   37
+   39   41   42   43   43   42   41   39   37
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   40   38   36   34   32   29   27   25   23   21   20   18   18   17   17
+   17   17   17   17   17   17   17   17   17   16   16   15   14   14   13   13
+   13   14   14   15   15   15   14   14   14   14   13   13   13   12   12   12
+   12   12   13   13   15   17   19   22   25   27   28   30   31   33   35   37
+   39   41   43   44   44   44   44   42   41
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   42   41   39   38   36   34   32   30   28   27   25   24   23   22   22
+   22   22   22   22   21   21   21   21   20   20   19   18   17   17   16   16
+   16   16   15   15   15   15   14   14   13   12   12   11   11   10   10   10
+   10   10   11   12   13   14   15   17   20   23   26   27   30   32   34   37
+   39   41   43   44   45   45   45   44   43
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   43   43   42   41   40   38   37   35   34   33   31   30   29   28   27   27
+   27   26   26   25   25   24   24   24   23   23   22   21   20   20   19   18
+   18   17   17   16   16   15   14   14   13   12   12   11   11   10   10   10
+   10   11   11   12   13   13   15   16   18   20   26   28   31   33   35   36
+   38   40   41   42   43   44   44   44   43
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   41   41   40   40   39   38   37   36   35   34   33   33   32   31   31
+   30   29   29   28   28   27   26   26   25   25   24   23   23   22   21   21
+   20   19   19   18   17   17   16   16   15   14   14   13   13   13   13   12
+   13   13   13   14   15   16   18   19   22   25   29   30   31   33   34   35
+   36   37   39   39   40   41   41   41   41
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   38   38   38   38   37   37   36   36   36   35   35   34   34   33   32   32
+   31   31   30   30   29   29   28   27   27   26   26   25   24   24   23   23
+   22   22   21   21   20   19   19   19   18   18   17   17   17   17   17   17
+   17   18   18   19   20   21   22   24   25   26   28   29   30   31   32   33
+   34   35   35   36   36   37   37   38   38
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   34   34   33   34   33   33   33   33   33   33   32   32   32   32   31
+   31   31   30   30   30   29   29   28   28   27   27   27   26   26   26   25
+   25   25   24   24   24   24   23   23   23   23   23   23   23   23   23   23
+   24   24   24   24   25   26   26   27   27   28   29   29   30   30   30   31
+   31   31   32   32   33   33   33   33   33
+    11                                                      END OF RMS MAP     
+    12                                                      START OF RMS MAP
+  2010    12     5    22     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   13   13   13   13   12   12   13   12   12   12   12   12   12   12   12   12
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11   11
+   11   11   11   11   11   11   12   12   12   12   12   12   12   13   13   13
+   13   13   13   13   13   13   13   13   13
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   13   13   13   13   13   13   13   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13   12   12   12   11   11   11   11
+   10   10   10    9    9    9    9    9    9    9    9    9    9    9   10   10
+   10   10   11   11   11   11   11   12   12   12   12   13   13   13   13   13
+   13   13   13   14   14   14   14   14   14
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   13   13   13   13   12   12   12   12   12   12   12   12
+   12   12   13   13   13   13   13   13   12   12   12   12   11   10   10   10
+    9    9    9    8    8    7    7    7    6    7    7    7    7    8    8    9
+    9   10   10   10   10   11   11   12   12   12   12   13   13   13   13   13
+   13   13   13   14   14   14   13   13   13
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   13   13   12   12   12   12   12   12   11   11   11   11   11   11
+   12   12   12   12   13   13   13   13   13   13   13   12   12   11   11   11
+   10   10   10   10    9    8    8    7    7    6    7    6    6    7    8    9
+    9   10   10   10   10   11   12   12   12   12   13   13   13   13   13   13
+   13   13   13   13   13   13   13   13   13
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   12   12   12   12   12   12   11   11   11   11   10   10   11
+   11   11   12   13   13   13   15   14   13   13   13   13   12   11   10   10
+   10    9    9    9    8    8    8    7    7    6    7    7    8    7    8    9
+    9   10   11   11   11   11   12   12   13   13   14   14   14   14   14   14
+   14   14   14   14   14   13   13   13   13
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   14   13   13   12   12   12   11   11   12   11   10   10   10    9   10
+   11   11   12   13   13   13   13   13   14   14   13   13   12   12   12   11
+   10    8    8    7    7    7    6    6    6    7    7    8   10    9    9    9
+   10   10   11   11   12   12   12   13   13   14   14   14   14   14   14   15
+   14   14   14   14   14   14   14   14   14
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   14   14   13   13   12   12   11   11   10   10    9    9   10   10
+   10   11   12   12   12   13   13   13   14   14   14   13   13   12   12   11
+   10   10    9    8    7    7    7    7    7    8    8    9   10   11   10   10
+   10   11   11   11   12   12   13   13   14   14   14   15   15   15   15   15
+   16   15   15   15   16   16   16   16   15
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   16   15   14   13   12   12   11   11   11   10   11   11   11
+   11   11   12   12   12   13   13   13   14   14   15   14   13   13   13   12
+   11   10    9    9    8    8    8    8    9    9   10   11   11   12   12   11
+   11   11   11   12   12   13   13   14   15   15   15   16   16   16   16   17
+   17   17   17   17   17   17   18   18   17
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   20   19   18   17   15   15   14   13   13   13   13   13   13   13   13
+   13   13   12   12   12   13   13   13   14   14   14   14   14   13   13   12
+   11   11   10    9    9    9   10   10   10   11   12   13   14   14   14   13
+   13   12   12   12   12   12   13   14   15   16   16   16   16   16   16   16
+   17   18   18   19   19   20   20   20   20
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   21   20   19   17   16   15   15   14   15   15   15   15   15   15
+   15   14   14   13   13   13   13   13   13   14   14   14   13   13   13   12
+   12   11   11   11   10   10   11   11   12   13   15   16   16   16   16   15
+   14   13   13   12   13   13   14   14   15   16   16   17   16   16   16   17
+   17   18   19   21   22   22   22   22   22
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   23   22   21   19   17   16   16   16   16   16   17   17   17   17
+   17   16   15   14   13   12   13   12   13   13   13   13   12   12   12   12
+   11   11   11   11   12   11   12   13   14   15   17   18   19   18   18   17
+   15   14   14   14   13   13   14   14   14   15   15   15   16   15   15   16
+   17   18   20   21   23   23   23   23   23
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   23   24   23   21   18   17   16   16   16   17   18   18   18   18
+   18   17   15   14   13   13   12   12   12   12   12   11   12   11   11   11
+   11   11   11   12   12   12   13   14   16   17   19   20   21   20   19   18
+   17   16   15   15   15   15   14   14   14   14   14   14   14   14   15   15
+   16   18   19   21   22   22   23   23   23
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   23   23   24   24   22   20   17   16   16   16   17   18   18   18   19
+   18   17   16   15   14   13   12   11   11   11   11   11   11   12   12   12
+   12   12   12   13   13   14   15   16   17   19   20   21   22   21   20   19
+   18   17   17   18   17   16   15   15   15   14   14   14   14   13   14   14
+   15   16   17   19   20   21   22   22   22
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   22   24   24   24   21   17   16   16   16   16   17   17   18   18
+   18   17   17   16   15   14   12   11   11   11   11   11   12   12   13   13
+   13   13   14   14   15   16   17   18   19   20   21   21   22   21   20   19
+   18   17   17   17   18   17   17   16   16   15   15   14   14   13   13   13
+   14   15   16   17   18   19   20   20   21
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   24   24   25   23   18   17   16   15   15   15   16   16   16
+   16   17   17   18   18   17   14   12   12   12   12   12   13   14   14   14
+   15   15   16   17   17   18   19   20   21   22   22   22   21   20   19   19
+   18   18   17   17   17   18   18   17   17   17   16   16   15   14   13   14
+   14   14   15   16   17   17   18   19   19
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   24   25   26   24   20   18   16   15   15   14   14   14   15
+   15   16   16   17   18   17   15   14   14   13   13   13   14   15   15   15
+   16   16   18   19   20   21   22   23   23   23   24   22   21   20   19   19
+   18   17   17   16   17   19   19   18   18   18   18   18   17   16   15   15
+   15   15   15   16   17   17   17   17   17
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   21   24   26   27   26   23   20   18   17   15   14   14   13   14
+   14   15   16   17   17   17   16   16   15   15   15   15   15   16   16   16
+   17   17   18   20   21   23   24   25   25   25   24   23   21   20   19   18
+   17   16   16   17   17   18   18   18   19   19   20   19   19   18   17   17
+   17   17   17   17   17   17   17   16   17
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   21   24   27   28   27   25   22   20   18   17   16   14   14   13
+   14   15   17   17   18   18   17   17   16   16   15   15   16   16   16   17
+   17   18   19   21   22   24   25   26   25   24   23   22   20   19   18   17
+   16   15   15   16   16   17   18   18   19   20   21   21   20   20   19   19
+   19   19   19   19   18   18   17   17   17
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   20   23   26   28   28   27   24   22   21   20   18   17   15   15
+   15   16   18   18   19   19   18   18   17   16   16   16   16   17   17   17
+   18   18   19   21   22   23   24   25   24   23   22   21   19   18   17   16
+   14   14   14   14   15   16   17   18   20   21   22   22   22   21   21   21
+   21   21   21   20   19   19   18   17   18
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   18   19   22   25   27   28   27   25   23   22   22   21   20   18   17
+   17   17   18   19   19   19   19   18   17   16   16   16   16   17   17   18
+   18   18   19   19   20   21   22   22   22   21   20   19   18   18   17   16
+   14   13   13   14   15   16   17   19   20   22   22   23   23   22   22   22
+   22   22   22   21   20   19   18   18   17
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   19   22   24   25   25   24   23   23   23   23   22   21   20
+   19   19   19   20   19   19   18   18   17   16   16   16   16   17   17   18
+   18   17   17   17   18   19   20   20   20   20   19   18   18   18   17   16
+   15   14   14   15   16   16   18   19   21   23   23   23   23   22   22   22
+   21   22   21   21   20   19   19   18   17
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   17   19   21   22   22   21   20   21   23   23   23   23   21
+   21   20   20   20   19   18   18   17   17   16   15   16   16   17   18   19
+   18   17   17   16   16   17   18   18   19   19   18   18   18   18   18   17
+   15   15   15   16   16   17   18   20   21   22   22   22   22   21   21   20
+   20   20   20   20   20   20   19   19   18
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   17   17   18   18   19   18   17   18   20   22   23   23   23
+   22   22   21   20   18   18   17   16   15   16   15   16   17   18   19   20
+   20   18   17   16   16   16   17   18   19   18   18   18   19   19   19   18
+   17   16   16   17   17   18   19   20   21   21   21   20   20   20   20   19
+   19   19   19   19   19   20   20   20   19
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   21   20   18   18   18   17   17   16   15   16   18   18   21   23   23
+   23   22   21   19   18   18   17   17   16   16   16   17   18   20   22   22
+   22   21   19   18   17   17   18   18   19   19   20   19   20   20   19   18
+   17   17   17   17   18   18   19   20   20   20   19   19   19   19   18   18
+   18   17   17   18   18   20   22   22   22
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   24   22   20   19   18   17   16   15   14   15   16   19   22   22
+   23   22   21   19   18   18   18   18   17   16   16   18   20   22   24   25
+   24   23   22   20   19   19   19   19   20   21   21   21   21   20   20   18
+   18   17   18   18   18   19   19   20   20   19   18   18   17   18   18   18
+   18   17   17   17   17   20   22   23   24
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   27   29   26   25   23   22   21   19   17   15   14   15   17   20   22
+   22   21   20   19   18   18   18   18   17   16   17   19   21   24   25   26
+   26   25   23   21   21   20   20   20   21   22   21   22   21   20   19   18
+   17   18   18   18   18   19   19   19   19   18   17   17   18   18   18   18
+   18   17   17   17   18   20   22   23   25
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   27   29   30   29   27   26   25   24   21   18   15   14   16   18   20
+   21   21   20   19   19   18   18   18   17   17   18   19   21   24   26   27
+   27   25   24   21   21   20   20   21   22   22   22   22   21   19   18   17
+   17   18   18   18   18   18   19   19   18   17   17   18   18   18   19   20
+   19   18   18   18   19   21   22   22   25
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   28   29   31   32   30   31   29   29   26   22   18   15   16   18   20
+   21   21   21   20   20   19   19   18   18   17   17   18   20   23   25   26
+   26   25   22   18   18   19   19   20   21   21   20   21   20   19   18   17
+   17   18   18   17   17   18   18   18   18   17   17   18   19   20   21   21
+   21   20   20   20   20   21   22   23   25
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   30   33   32   32   32   32   33   33   31   26   22   18   17   19   20
+   20   20   21   21   21   21   20   19   17   17   17   18   19   21   23   24
+   24   21   18   16   16   17   18   19   19   20   19   19   19   18   17   17
+   17   16   16   16   17   17   17   17   17   17   17   19   20   20   21   22
+   22   21   22   21   22   21   22   23   25
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   32   37   37   35   36   37   38   38   37   32   26   21   20   21   21
+   21   21   22   23   22   21   20   18   17   16   17   18   18   19   21   22
+   21   18   15   13   13   15   16   17   18   18   17   18   18   17   17   16
+   16   16   16   16   16   16   16   16   16   16   17   19   21   21   21   22
+   22   22   22   22   22   21   21   22   26
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   33   39   41   40   40   41   42   42   39   35   29   25   24   24   23
+   22   22   23   24   23   21   19   17   16   17   18   19   19   19   21   21
+   18   14   11   10   12   14   15   16   16   16   16   17   17   17   17   16
+   16   16   16   16   16   16   17   17   17   17   18   20   21   22   21   21
+   21   21   22   22   23   21   20   21   25
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   30   37   41   43   45   45   46   46   42   38   32   29   27   26   25
+   24   23   25   24   22   20   18   16   16   18   20   21   21   21   22   21
+   16   11    9    9   12   14   15   15   15   16   15   16   17   17   17   17
+   17   17   17   17   17   18   18   19   19   18   19   20   22   22   21   20
+   20   20   20   21   22   21   20   20   24
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   26   32   37   40   44   47   47   47   44   38   33   30   28   27   26
+   24   23   24   22   20   18   16   16   17   18   20   22   22   23   23   21
+   15    9    9   11   14   16   16   16   15   16   16   17   18   18   18   19
+   19   19   19   19   19   20   21   21   21   20   20   21   22   22   21   19
+   18   18   18   19   20   21   20   20   21
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   21   24   31   35   39   43   45   44   41   36   31   29   26   26   24
+   24   22   21   20   18   17   15   15   16   17   20   23   23   24   24   20
+   14   11   12   14   17   19   19   18   18   17   18   18   19   19   19   20
+   21   21   21   21   22   22   23   23   23   21   21   22   23   22   21   19
+   17   15   16   18   20   21   21   20   20
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   23   25   28   31   34   38   39   36   32   28   26   24   23   21
+   20   18   18   17   16   15   14   14   15   16   20   24   24   24   24   20
+   15   15   17   20   23   24   23   22   20   20   20   20   21   21   21   22
+   23   22   22   23   24   24   24   24   24   22   22   23   23   23   22   20
+   17   15   14   17   20   22   23   22   21
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   25   26   26   25   25   27   31   34   31   27   24   23   21   19   18
+   16   15   15   14   14   15   14   14   15   17   19   23   22   22   22   20
+   19   20   23   26   29   30   28   26   24   22   22   22   22   22   22   22
+   23   22   23   25   25   25   24   24   24   24   24   24   24   24   23   21
+   18   15   15   17   21   24   25   24   24
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   29   29   28   25   24   24   27   30   28   24   22   22   20   18   16
+   15   14   14   13   13   13   14   14   16   17   18   19   19   20   21   23
+   25   26   28   31   34   34   32   29   27   25   24   24   24   23   22   22
+   22   22   23   24   24   24   24   24   24   24   24   24   24   24   24   22
+   19   17   16   18   22   25   27   26   27
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   31   32   30   27   26   26   29   31   29   26   24   22   21   18   15
+   15   15   14   13   13   13   14   14   16   17   18   19   19   21   24   27
+   31   31   32   34   37   37   34   31   28   26   25   26   25   22   21   21
+   21   22   22   23   24   24   23   23   23   22   23   23   23   24   24   23
+   21   19   18   20   23   26   28   28   28
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   32   33   31   30   29   29   32   35   33   30   27   25   22   19   16
+   15   15   15   15   13   13   15   16   17   17   18   18   19   21   25   31
+   33   33   33   35   37   36   34   31   28   27   25   26   24   21   21   21
+   21   21   21   23   23   23   23   22   22   21   21   22   22   24   24   24
+   23   21   20   21   24   27   28   29   30
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   32   32   32   32   32   33   36   39   39   35   31   28   24   20   16
+   14   14   14   15   14   14   15   16   17   16   16   17   18   20   25   30
+   32   31   32   33   34   34   32   29   27   27   25   24   23   21   21   21
+   21   21   22   23   24   23   22   21   20   20   19   19   21   22   23   24
+   23   22   22   23   25   27   28   29   30
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   31   31   31   31   31   34   39   43   43   40   36   32   27   21   16
+   13   11   12   13   12   11   13   14   14   14   15   15   16   19   23   26
+   28   28   27   28   30   29   28   27   26   27   26   23   22   21   21   20
+   21   21   22   23   24   23   21   20   19   18   18   18   19   21   23   23
+   23   23   23   24   25   26   28   29   30
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   31   31   30   29   28   32   39   45   46   43   39   34   28   23   18
+   14   10    9   10    9    8    9    9   10   10   12   12   13   17   21   22
+   23   22   22   23   24   25   25   25   25   24   23   22   22   22   21   21
+   21   21   22   23   23   22   20   18   17   17   16   16   16   19   21   22
+   21   22   23   24   24   24   26   28   29
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   28   31   30   28   27   26   29   36   42   45   44   39   35   29   23   19
+   15   11    8    7    6    5    6    6    7    8    9    9   10   14   17   18
+   18   17   17   19   21   21   21   22   23   22   21   20   21   21   21   21
+   21   21   21   22   23   21   19   17   16   16   15   14   14   16   20   20
+   20   21   23   23   23   22   23   24   28
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   28   28   26   26   24   26   31   38   41   41   37   33   28   24   20
+   17   12    8    6    4    4    5    6    6    8    7    7    9   11   13   14
+   14   14   16   18   19   18   19   20   20   20   19   19   20   20   21   21
+   21   20   21   22   22   20   18   17   16   16   15   14   13   13   16   17
+   18   20   22   22   21   20   20   21   25
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   22   25   24   22   21   23   27   31   36   36   34   31   27   24   20
+   17   13    8    5    4    4    5    7    7    7    6    6    8    9   11   12
+   13   15   17   18   17   16   17   18   19   19   18   18   19   20   20   21
+   20   20   20   20   21   19   17   17   16   17   16   15   14   13   13   15
+   17   19   21   21   20   19   18   19   21
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   21   21   19   18   20   22   25   29   30   30   28   26   24   21
+   17   13   10    7    5    5    7    9    8    7    8    8    9   10   12   13
+   15   18   19   19   18   16   17   18   19   19   18   18   19   19   20   19
+   19   19   19   19   19   18   17   17   17   18   18   17   15   15   14   14
+   16   18   20   21   20   19   18   18   19
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   17   17   15   16   17   19   22   24   26   25   24   22   20
+   18   15   13   10    8    8   10   11   10    9   10   10   11   12   14   17
+   19   21   22   20   18   17   18   19   20   20   19   19   19   19   19   18
+   17   17   17   17   17   17   17   17   18   20   20   19   18   17   16   15
+   16   18   19   20   20   19   18   17   18
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   16   15   15   13   14   13   15   16   19   20   21   20   20   19
+   18   17   15   12   11   10   11   11   11   11   12   13   13   15   17   20
+   23   24   23   21   18   17   19   20   22   21   20   20   20   19   18   17
+   15   14   14   15   16   16   17   18   19   21   21   21   20   19   18   17
+   17   18   19   20   21   20   19   18   17
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   16   15   14   13   14   13   12   12   14   15   15   15   17   17   18
+   18   17   16   14   13   13   13   13   13   14   15   16   15   17   20   22
+   24   24   23   20   18   17   19   21   22   22   21   21   20   19   18   15
+   13   12   12   13   14   15   17   18   20   21   22   22   21   21   20   19
+   18   19   20   20   21   21   21   20   18
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   16   14   14   13   13   12   12   12   12   12   13   13   15   16
+   16   16   15   15   14   14   14   14   14   16   16   17   17   17   19   21
+   22   22   21   19   17   17   18   21   22   22   22   21   20   19   17   14
+   12   11   11   11   13   14   16   18   20   21   22   22   21   21   20   20
+   19   20   20   21   22   22   22   21   20
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   18   16   15   14   14   13   13   12   11   10   10   11   12   13   14
+   14   14   14   14   14   14   14   14   14   15   16   17   17   17   18   19
+   20   20   19   18   16   16   17   20   21   21   21   20   20   18   16   13
+   11   10   10   11   12   14   16   18   19   20   20   20   20   19   19   19
+   19   19   20   21   22   23   23   22   21
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   20   18   16   15   14   14   14   13   11   10   10    9   10   11   12   12
+   12   12   11   11   12   13   13   12   13   14   15   15   16   16   17   17
+   18   18   18   16   15   14   15   17   19   20   19   19   19   17   14   12
+   11   10   11   11   12   14   16   18   19   19   18   17   17   17   17   17
+   18   18   19   20   21   22   22   22   20
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   17   15   14   13   13   12   11   10    9    9    9    9   10   10   10
+    9    9    8    9   10   10   11   10   11   12   13   13   14   14   15   16
+   17   17   16   15   13   11   12   14   15   16   16   17   16   15   13   12
+   11   12   13   13   14   15   17   18   18   18   16   15   14   13   14   15
+   16   17   18   19   20   20   20   20   19
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   15   14   13   11   10    9    9    8    7    8    8    9    9    8    8
+    7    5    5    6    7    8    8    8    9   10   10   11   12   13   15   16
+   17   16   15   13   11    9    8    9   10   11   12   12   12   12   12   12
+   13   14   15   16   16   17   18   19   19   18   16   13   12   11   11   12
+   13   15   16   17   18   19   18   18   17
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   14   13   12   10    8    7    6    5    5    6    7    7    7    6    5
+    4    4    3    4    5    5    6    6    8    8    9   10   11   13   14   16
+   16   16   15   13   10    8    6    6    7    8    8    9    9    9   11   13
+   15   16   18   18   19   18   19   19   19   18   15   13   11   10    9   10
+   11   13   14   16   16   17   16   15   15
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   12   11    9    7    6    5    5    5    6    6    6    5    3
+    3    4    4    4    4    5    6    7    8    8    9   10   11   12   14   15
+   16   15   14   13   11    9    8    8    9    9    9    8    8    9   12   15
+   16   18   19   20   20   20   20   20   20   18   16   13   12   10    9    9
+   10   12   13   14   15   15   14   14   13
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   12   12   13   13   12   11   10    8    7    7    6    6    5    4    3
+    3    4    4    6    7    8    9    9   10   10   11   11   12   13   14   15
+   15   14   13   13   12   12   12   12   13   13   12   10    9   10   13   16
+   18   20   20   21   21   21   21   21   21   20   18   16   14   12   11   10
+   11   12   13   14   15   14   13   12   11
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   11   12   14   15   15   15   14   12   11    9    8    7    6    5    4
+    4    4    5    6    8   10   11   11   12   12   12   12   13   14   14   14
+   13   13   13   13   13   15   15   16   16   15   14   11   10   11   14   16
+   19   20   21   22   22   23   23   23   23   22   21   19   17   16   14   13
+   14   15   15   16   16   15   13   11   10
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   12   15   16   18   18   17   16   14   12   11    9    8    6    6
+    7    6    7    7    8    8   10   11   12   12   11   12   14   14   13   13
+   11   11   11   12   14   15   16   16   16   15   13   11   10   11   14   17
+   19   21   22   23   24   26   26   26   27   26   25   24   22   21   20   19
+   19   19   19   19   18   17   15   12   11
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   11   12   14   16   18   19   19   19   17   15   13   12   10    9    9
+    9    9    9   12   15   13   10   10   10   10   10   11   12   12   12   11
+   10    9   10   11   13   14   15   15   14   13   11   10   10   12   15   18
+   20   22   23   24   26   28   29   30   30   30   30   29   28   27   26   26
+   25   25   24   24   23   21   18   15   13
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   14   13   14   16   18   19   20   20   19   17   15   14   12   11   11
+   12   12   12   12   14   13   10    9    9    9    9   10   10   10   10    9
+    8    8    8    9   11   12   13   12   12   11   11   12   13   15   17   19
+   21   23   24   26   27   30   31   32   33   33   34   34   34   33   33   33
+   32   32   31   30   28   26   23   20   17
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   19   16   15   15   16   18   19   19   19   18   17   16   14   13   13
+   13   13   13   12   12   11   10    9    9    9    9    9    9    9    9    8
+    8    8    8    8   10   10   11   12   13   14   14   16   18   19   20   21
+   22   24   25   26   28   30   32   33   35   36   36   37   38   38   39   39
+   39   38   37   36   34   32   29   26   22
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   25   22   19   18   17   18   18   18   18   18   17   16   15   14   14
+   14   13   13   12   11   10   10    9    8    8    8    8    8    8    8    8
+    8    8    8    9   10   11   11   13   15   17   18   20   21   23   22   22
+   22   23   23   25   27   29   31   33   35   36   37   39   40   42   43   44
+   44   44   44   42   41   39   36   33   29
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   33   29   26   23   21   20   20   19   18   18   17   17   16   15   15
+   14   14   13   11   10   10   10    8    7    7    7    7    8    8    8    8
+    8    9   10   11   12   13   14   15   16   18   19   21   23   23   22   21
+   20   20   21   22   25   27   29   31   33   35   37   39   41   42   44   46
+   47   48   48   47   46   45   43   40   37
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   42   39   36   33   30   27   25   24   22   20   19   18   17   16   16   16
+   15   14   13   11   10    9    8    7    7    7    7    7    8    8    8    8
+    9   10   10   12   13   15   16   16   16   17   18   19   20   20   19   17
+   17   16   17   19   21   24   27   29   31   33   35   37   40   42   44   46
+   48   49   50   50   50   49   48   45   42
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   47   44   42   39   36   33   31   28   26   24   22   21   19   18   18   16
+   15   14   13   12   11   10   10    9    9   10    9    9    9    9    9    9
+   10   10   11   12   13   14   15   16   15   14   14   14   14   13   13   12
+   12   13   14   15   18   20   23   26   28   30   32   34   37   39   42   45
+   47   49   50   51   51   51   50   49   47
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   48   46   44   42   40   37   35   32   30   28   25   23   22   21   19   18
+   17   15   15   14   13   13   12   12   13   13   12   11   11   11   11   11
+   10   11   11   11   11   11   12   12   12   11   10    9    9    9    9    9
+    9   10   12   13   15   17   19   22   24   27   29   31   34   37   39   41
+   44   46   48   49   49   50   50   49   48
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   46   45   44   42   40   39   36   34   32   29   28   26   24   22   21   19
+   18   17   16   15   15   14   14   14   14   14   14   13   13   12   12   12
+   12   12   11   11   11   10   10   10    9    9    8    8    8    8    9   10
+   10   11   12   13   14   15   16   18   20   23   26   29   32   34   35   37
+   40   41   43   44   45   46   46   46   46
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   40   40   39   38   37   36   34   33   31   30   28   26   25   23   22   21
+   20   19   17   17   16   15   15   15   15   14   14   14   13   13   13   13
+   13   13   12   12   12   12   12   12   12   11   11   12   11   11   12   12
+   13   13   14   15   16   17   18   19   21   23   25   27   29   30   32   33
+   34   36   37   38   39   40   40   40   40
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   32   32   32   31   30   30   29   28   27   26   25   24   23   22   21
+   20   19   19   18   17   16   16   15   15   15   14   14   14   14   13   13
+   13   13   13   13   13   13   14   14   14   13   14   14   14   15   15   15
+   16   16   16   17   17   18   19   19   20   21   22   24   24   26   27   28
+   29   30   30   31   31   32   32   32   33
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   25   25   25   24   24   24   23   23   23   22   22   21   21   20   20
+   19   19   19   18   18   17   17   17   16   16   16   16   15   15   15   15
+   15   15   15   15   14   15   15   15   15   15   15   15   15   15   16   16
+   16   16   17   17   17   18   18   19   19   19   20   21   21   22   22   22
+   23   23   24   24   24   24   25   25   25
+    12                                                      END OF RMS MAP     
+    13                                                      START OF RMS MAP
+  2010    12     6     0     0     0                        EPOCH OF CURRENT MAP
+    87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10   10   10   10   10   10   10   10   11   11   10   11   10   11   10
+   10   10   10   10   10   10   10   10   10   10    9    9    9    9    9    8
+    8    8    8    8    8    8    8    8    8    7    8    8    8    8    8    8
+    8    8    8    8    8    8    9    9    9    9    9    9    9    9    9   10
+    9   10   10   10   10   10   10   10   10
+    85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   11   11   11   11   11   11   11   11   11   11   11   11   12   12
+   12   12   12   12   12   12   11   11   10   10   10    9    9    8    8    8
+    8    7    7    7    7    7    7    6    7    7    7    7    7    7    7    7
+    8    8    8    8    9    9    9    9    9    9   10   10   10   10   10   11
+   11   11   11   11   11   11   11   11   11
+    82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   12   12   12   12   12   12   12   12   12   12   12   13
+   13   13   13   13   13   13   13   12   11   11   11   10    9    9    8    8
+    7    7    6    6    6    6    6    6    6    6    6    7    7    7    7    8
+    8    8    9    9    9   10   10   11   11   11   11   12   12   12   12   12
+   12   12   12   12   12   12   12   12   12
+    80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   12   12   12   13   12   12   12   12   12   12   12   13   13   13
+   14   15   15   15   16   14   14   14   13   12   11   10    9    9    8    7
+    7    6    6    6    6    6    6    7    7    7    8    8    8    8    9    9
+    9   10   10   10   11   11   12   12   13   13   13   14   14   14   14   14
+   14   14   14   14   13   13   13   12   12
+    77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   13   13   12   12   12   11   11   11   11   10   10   11   11   12   13   13
+   15   16   17   17   17   18   18   17   15   14   13   12   11   10    9    8
+    7    6    6    7    7    7    8    9    9   10   10   10   11   11   11   11
+   11   11   11   11   12   12   13   14   14   15   15   16   16   16   16   16
+   16   16   16   15   15   14   14   13   13
+    75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   13   12   12   11   11   10   10   10   10   10   11   11   12   13
+   15   17   17   18   18   18   18   18   16   15   14   12   11   11   10   10
+   10    9    8    8    9    9   10   11   13   13   14   14   14   13   13   12
+   12   12   12   12   12   13   14   15   16   16   17   18   18   19   19   19
+   19   19   18   18   17   16   15   15   14
+    72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   14   14   13   13   12   11   10   10    9    9    9   10   11   13
+   14   16   16   18   19   18   18   18   17   15   14   13   12   11   10   10
+   10   10   10   10   11   12   13   14   16   17   18   18   17   16   15   14
+   13   12   12   12   13   14   15   17   17   18   19   20   21   22   22   22
+   22   22   21   20   19   18   17   16   15
+    70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   16   16   15   15   15   14   13   12   11   10    9    9   10   11   12
+   14   16   17   19   19   18   19   18   16   14   13   14   13   13   11   11
+   11   11   11   12   12   14   17   17   19   20   21   21   20   18   17   15
+   13   12   12   12   13   14   16   17   19   20   21   22   23   24   24   25
+   25   25   24   23   22   21   19   18   17
+    67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   17   17   16   16   16   16   15   13   12   11   10   10   10   12   13
+   15   17   18   19   19   19   18   17   15   14   13   13   12   13   13   12
+   13   13   13   13   14   15   18   20   21   22   23   23   22   20   18   15
+   13   12   12   12   13   14   16   17   19   20   22   23   24   25   26   26
+   27   27   26   26   25   24   22   20   18
+    65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   18   17   17   17   17   17   16   15   14   13   12   11   12   13   14
+   16   18   19   19   19   19   17   16   14   13   12   12   13   13   14   14
+   14   14   14   14   15   16   18   20   22   23   24   24   23   21   18   15
+   13   11   11   12   13   14   15   17   18   19   21   22   23   24   25   26
+   27   28   28   28   27   26   25   21   19
+    62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   19   17   17   17   17   17   17   16   15   14   13   13   13   15   16
+   18   19   20   20   19   18   16   14   13   12   11   12   13   13   14   15
+   16   15   15   14   15   16   17   20   22   24   25   25   24   21   18   15
+   12   11   11   12   13   15   16   17   18   18   19   19   20   22   23   25
+   26   27   28   28   28   28   27   26   22
+    60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   25   20   18   17   17   17   17   17   17   16   15   15   15   15   17   18
+   19   20   20   20   19   17   15   13   12   11   11   11   13   14   15   16
+   16   16   15   15   14   15   16   19   22   24   25   25   24   21   18   14
+   12   10   10   11   14   15   16   17   17   16   16   16   16   18   20   23
+   24   26   27   27   28   28   28   27   25
+    57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   21   18   17   16   16   16   16   16   16   16   16   16   17   19   20
+   21   21   20   19   18   16   14   12   11   11   11   12   13   14   16   17
+   16   16   15   15   15   15   16   18   21   23   24   25   23   21   18   14
+   12   10   10   12   14   15   16   17   16   15   13   13   13   15   17   20
+   22   23   25   26   27   28   28   28   27
+    55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   24   20   18   16   16   16   16   16   16   16   16   17   18   19   22
+   22   22   20   19   18   16   15   13   12   11   12   12   14   15   16   16
+   16   16   16   16   15   16   17   19   21   22   23   25   25   23   18   15
+   13   11   11   13   15   16   17   17   15   14   12   11   11   13   15   17
+   19   20   22   24   25   27   28   29   27
+    52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   29   25   22   18   17   16   15   15   16   16   16   16   17   18   19   21
+   22   21   19   19   18   17   15   14   13   13   13   14   15   15   16   16
+   16   17   17   17   17   17   18   20   21   22   23   25   25   24   19   16
+   15   14   14   15   17   18   18   18   16   14   12   12   12   13   15   17
+   18   18   19   21   23   26   28   29   29
+    50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   27   24   20   18   17   16   16   16   16   16   16   17   18   18   19
+   19   19   19   18   19   18   17   16   15   15   15   15   16   16   16   16
+   16   17   18   19   19   19   20   20   21   22   23   24   23   21   20   18
+   17   16   16   17   19   19   20   19   18   16   14   14   14   15   16   17
+   17   17   17   18   21   25   28   30   30
+    47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   29   25   22   19   18   17   17   17   16   16   16   17   18   18   18
+   17   17   17   18   19   20   19   19   18   17   16   16   17   16   16   16
+   16   17   19   20   21   21   21   22   21   21   22   22   20   19   20   20
+   19   18   18   19   19   20   20   20   19   18   17   17   17   17   18   17
+   17   16   15   16   19   23   27   30   30
+    45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   29   26   23   21   20   20   19   18   17   16   17   18   18   18   17
+   16   16   17   18   20   21   21   20   20   18   18   17   17   17   16   15
+   16   18   20   22   23   23   23   23   22   22   21   20   19   18   19   20
+   19   18   19   19   19   20   21   21   21   21   20   20   20   19   19   18
+   17   15   14   15   17   21   25   28   30
+    42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   27   26   24   22   22   21   21   20   18   18   18   18   18   18   17
+   16   16   16   19   21   22   23   22   21   19   19   18   17   17   16   15
+   16   18   21   23   24   24   24   23   22   21   20   19   18   18   18   18
+   18   18   18   18   19   20   21   21   22   23   23   23   22   21   20   19
+   17   16   14   15   16   19   22   25   27
+    40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   24   23   22   22   21   22   22   21   20   19   19   19   20   18   17
+   16   15   17   19   21   23   23   22   21   20   19   19   18   17   17   17
+   17   18   20   22   24   23   23   22   21   20   18   17   16   16   16   16
+   17   17   17   18   19   20   21   22   23   24   24   24   23   22   20   19
+   18   17   15   15   16   18   20   22   23
+    37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   19   20   20   20   20   21   22   22   21   20   21   21   21   19   17
+   16   16   16   19   21   22   23   22   21   20   19   19   19   19   19   18
+   17   18   19   20   22   22   21   21   20   19   17   15   14   14   14   15
+   16   17   18   18   19   21   22   22   23   24   24   24   23   21   20   19
+   19   18   18   18   18   18   18   18   19
+    35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   18   18   18   18   19   20   21   22   22   22   23   22   20   18
+   16   16   16   18   20   21   22   21   20   20   20   20   20   21   21   20
+   18   18   18   19   19   20   20   20   19   18   16   15   14   13   14   15
+   16   17   18   19   21   22   22   22   23   23   24   23   21   19   19   18
+   19   20   20   21   22   21   19   17   17
+    32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   18   18   18   18   18   19   20   21   22   23   24   23   21   18
+   17   16   16   17   19   20   20   20   20   19   19   20   21   23   23   22
+   19   18   17   18   18   19   19   20   19   18   16   15   14   14   15   15
+   16   17   18   19   21   22   22   22   22   22   22   21   19   17   17   17
+   19   22   23   26   27   25   22   19   18
+    30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   22   22   20   18   17   16   17   19   21   22   23   23   23   21   19
+   17   17   17   17   17   18   19   20   20   20   20   21   24   26   26   25
+   22   19   18   18   18   18   19   20   20   19   17   16   15   15   16   16
+   17   17   18   19   21   22   22   21   20   20   20   19   18   16   15   16
+   18   21   24   29   31   31   27   22   22
+    27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   28   24   20   17   16   16   18   20   22   22   23   23   21   19
+   18   17   17   16   16   17   19   20   21   21   21   23   26   29   29   27
+   24   21   20   19   18   19   20   21   21   20   18   17   16   16   16   17
+   17   18   18   20   22   22   21   19   18   18   18   17   16   15   15   16
+   18   21   25   30   32   34   32   27   27
+    25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   31   32   33   29   23   18   16   16   18   20   22   22   23   23   21   20
+   18   18   17   16   15   17   19   21   23   23   23   25   29   31   31   29
+   26   23   22   21   20   20   21   21   21   20   19   18   17   17   17   17
+   17   18   18   19   21   22   20   18   16   16   17   17   16   16   16   16
+   18   20   25   31   35   36   34   31   31
+    22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   35   36   32   27   20   17   17   18   19   22   22   23   23   22   20
+   19   18   18   17   17   18   21   23   25   24   25   26   29   32   32   30
+   27   25   24   23   21   21   21   22   21   20   19   19   18   17   17   17
+   17   17   18   19   21   21   19   16   14   15   16   17   17   17   18   18
+   18   20   25   33   38   39   37   34   34
+    20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   37   37   36   35   32   25   21   20   20   20   21   22   23   23   23   22
+   21   20   20   19   19   21   24   26   26   26   25   26   29   30   30   30
+   27   25   25   24   22   22   22   22   21   20   19   19   19   17   16   17
+   17   17   17   18   19   20   18   15   14   15   16   17   18   19   21   21
+   19   18   23   31   38   40   39   37   37
+    17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   36   37   37   39   38   32   29   27   25   22   21   21   23   24   25   24
+   23   22   22   22   22   24   26   27   27   26   24   25   26   27   27   27
+   25   24   24   24   22   22   21   21   20   19   19   20   20   16   15   16
+   16   17   16   17   17   18   16   14   13   15   16   17   18   20   23   24
+   21   17   19   25   32   36   37   36   36
+    15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   36   41   46   46   43   37   35   31   27   22   21   23   25   26   25
+   24   24   24   24   25   26   27   27   25   23   22   22   22   22   22   22
+   22   22   23   24   21   20   20   19   19   18   19   19   18   15   14   15
+   15   15   15   14   15   16   16   14   14   16   17   17   18   21   25   26
+   24   18   16   20   26   32   34   35   35
+    12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   35   35   41   49   51   49   46   43   38   32   26   22   24   25   26   26
+   25   24   24   25   26   26   26   24   21   19   18   19   20   19   17   17
+   18   20   23   22   20   19   18   18   18   18   18   17   16   14   13   13
+   14   15   14   13   14   16   17   17   16   17   17   17   17   20   25   28
+   26   20   16   18   23   28   30   32   35
+    10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   33   39   47   49   50   50   48   41   35   28   23   24   24   24   25
+   24   24   24   25   24   24   22   19   15   14   15   17   18   17   14   12
+   14   19   22   22   19   18   17   17   17   18   18   17   16   14   13   13
+   14   15   15   14   14   17   20   21   20   19   17   15   15   18   25   30
+   28   23   19   19   22   25   25   27   30
+     7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   22   26   33   40   42   44   48   47   41   34   28   22   21   21   21   23
+   23   22   22   23   22   20   17   13   12   12   13   16   17   16   14   11
+   12   17   21   23   20   18   17   17   18   19   19   19   18   16   14   15
+   16   17   16   15   17   20   24   25   24   21   18   14   13   16   24   30
+   31   27   23   22   23   25   22   21   22
+     5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   16   19   26   31   33   36   42   43   37   30   25   20   17   17   19   21
+   21   21   21   21   19   16   11   10   14   15   13   16   19   19   17   14
+   13   17   22   24   21   20   18   18   19   20   21   21   20   18   17   17
+   18   19   18   17   18   23   27   29   28   24   19   14   12   15   22   29
+   32   30   27   26   27   25   20   17   16
+     2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   17   20   23   25   29   35   38   32   25   21   18   15   15   17   19
+   20   20   20   19   16   15   13   14   19   19   14   18   23   24   22   19
+   17   20   24   26   24   22   20   20   21   23   24   25   24   22   20   19
+   20   21   21   19   20   26   30   32   30   26   20   15   11   14   21   28
+   32   32   30   30   29   26   21   16   15
+     0.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   19   20   22   24   26   27   31   32   27   19   18   17   14   15   17   19
+   20   19   19   18   13   14   16   17   23   22   17   21   26   27   26   24
+   22   23   26   28   26   24   22   22   23   25   26   27   26   25   23   22
+   22   23   23   22   24   28   32   33   31   27   21   16   13   14   20   27
+   31   32   32   32   30   27   23   20   19
+    -2.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   26   27   28   30   32   31   31   31   25   18   16   16   15   15   17   19
+   19   18   17   15   12   10    9   12   20   22   22   26   28   29   29   28
+   26   27   29   30   28   26   25   25   25   27   28   29   28   27   25   24
+   22   23   23   24   25   29   31   32   30   26   22   17   15   16   20   26
+   30   31   32   33   31   29   28   26   26
+    -5.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   36   37   38   39   37   36   34   28   19   16   15   15   16   18   19
+   19   18   16   14   12    8    8   11   16   22   27   30   29   29   31   32
+   31   30   30   29   28   26   26   27   28   27   28   28   27   27   25   23
+   21   21   22   23   25   27   29   29   28   25   21   19   17   18   21   25
+   28   29   31   32   32   31   32   33   34
+    -7.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   44   45   46   47   44   41   38   31   22   15   13   13   15   18   19
+   19   19   17   15   12    9   10   13   19   26   32   32   29   29   32   34
+   33   31   30   29   28   26   27   28   28   27   26   25   25   24   23   21
+   20   20   22   22   23   24   25   26   25   23   21   20   20   21   23   24
+   25   27   28   30   31   32   34   37   41
+   -10.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   49   51   53   52   49   45   41   33   24   16   11   10   13   15   17
+   18   18   17   15   13   10   11   14   21   30   34   31   27   28   32   35
+   34   31   28   27   25   26   26   27   27   26   25   24   23   23   21   20
+   19   20   21   21   20   20   21   22   22   21   20   21   23   24   23   23
+   22   24   26   26   27   30   35   40   45
+   -12.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   49   52   54   54   52   47   40   34   25   18   11    8   10   12   14
+   15   15   15   14   14   11   11   15   21   27   30   26   24   26   31   34
+   33   30   27   25   24   24   25   25   26   25   23   22   21   22   22   21
+   21   20   20   19   18   17   17   19   21   21   20   21   24   25   24   21
+   20   20   23   25   26   28   33   38   44
+   -15.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   45   49   52   52   50   45   39   32   25   19   13    8    9   11   11
+   12   11   12   13   13   12   12   16   20   22   23   21   19   23   29   32
+   31   29   26   25   23   23   23   24   24   23   22   21   21   24   23   23
+   22   20   19   18   16   14   14   17   22   22   20   21   24   25   23   20
+   17   17   20   24   26   28   31   35   39
+   -17.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   34   39   43   45   46   44   40   35   29   25   20   14    9    8   10   11
+   11   10   10   12   13   12   13   18   20   18   17   15   15   20   26   30
+   30   28   25   25   24   22   22   23   24   22   21   21   22   24   25   24
+   22   19   18   17   15   13   12   14   20   21   19   20   23   24   22   19
+   15   16   18   22   24   27   30   31   34
+   -20.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   30   34   36   36   37   37   33   29   26   23   20   15   11   10   11   11
+   11    9    9   11   12   12   13   16   19   14   13   11   12   18   24   27
+   28   27   26   25   24   22   22   23   23   22   21   21   22   23   25   24
+   21   19   17   16   15   13   11   12   15   18   18   19   21   22   21   18
+   16   16   17   20   22   25   27   28   30
+   -22.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   27   28   29   29   28   28   26   24   23   22   20   18   14   12   11   11
+   10    8    9   11   12   13   13   13   15   12   10    9   12   17   22   26
+   26   26   25   24   23   21   21   21   22   21   21   21   22   23   24   23
+   20   18   17   16   15   14   13   13   14   16   17   18   19   20   19   18
+   17   17   17   18   19   22   24   25   27
+   -25.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   24   24   23   21   19   19   19   21   21   22   21   18   15   13   11
+   10   10   11   13   15   15   13   11   12   11   10   10   13   18   22   24
+   25   25   24   23   22   21   20   21   21   21   21   21   22   23   24   22
+   19   17   17   17   16   16   16   16   16   16   17   17   18   18   18   18
+   18   18   18   17   17   18   21   23   24
+   -27.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   21   21   20   18   15   14   15   16   18   21   22   22   20   17   14   13
+   12   12   14   16   17   16   14   11   11   11   11   13   17   20   23   24
+   24   23   23   22   21   20   20   20   21   20   19   20   21   22   23   21
+   18   17   16   17   18   18   18   19   19   19   19   18   18   18   17   18
+   19   20   20   18   16   15   18   20   21
+   -30.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   18   18   16   14   11   11   12   13   16   19   20   21   19   17   16   15
+   14   14   16   18   18   16   15   12   12   12   14   17   21   23   24   23
+   23   22   21   21   20   20   20   20   20   20   18   18   19   20   21   19
+   17   16   16   17   18   19   20   21   22   22   22   20   19   17   17   18
+   20   22   22   19   16   14   15   17   18
+   -32.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   13   10    9   11   11   12   13   15   17   17   17   16   16   16
+   15   16   18   19   19   17   15   15   14   15   18   21   24   25   24   22
+   21   20   19   20   20   20   21   21   20   19   17   16   16   17   18   17
+   16   15   16   17   18   20   21   22   23   24   24   22   20   18   17   18
+   20   22   22   20   16   14   13   14   15
+   -35.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   14   13   11    9   10   11   12   12   11   11   11   12   13   14   16   16
+   16   17   19   20   20   18   16   16   16   18   21   24   25   25   23   20
+   19   18   19   19   20   22   22   22   20   18   14   13   13   14   15   15
+   14   14   15   17   18   19   20   21   23   24   24   23   21   18   17   18
+   20   22   21   19   15   12   12   13   14
+   -37.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   12   12   10    9   10   12   13   12   10    8    6    7    9   11   14   15
+   15   16   18   19   19   18   17   16   16   18   21   23   24   23   20   18
+   17   17   19   20   21   23   24   23   21   17   13   11   10   11   12   12
+   12   12   13   15   16   17   18   19   20   21   22   22   20   18   17   17
+   19   20   20   18   14   11   10   11   12
+   -40.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   10   10    9    8    9   11   13   12   10    8    4    3    5    8   11   13
+   13   14   15   16   17   17   16   16   16   17   19   21   21   19   17   16
+   16   18   20   22   23   24   25   24   21   16   12   10    9   10   10   10
+   10   10   11   12   13   13   13   15   16   17   19   19   18   17   16   16
+   17   19   18   16   13   10    9    9   10
+   -42.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    7    6    7    9   11   11   10    8    5    3    4    6    8    9
+   10   10   11   13   14   14   14   14   14   15   15   16   16   15   14   15
+   16   19   22   23   24   24   25   24   20   16   12   11   10   11   11   10
+   10    9    8    8    8    8    9   10   11   13   14   15   15   15   15   15
+   16   17   17   15   12   10    8    8    8
+   -45.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    8    8    7    6    5    6    7    8    8    7    6    5    5    5    6    7
+    7    7    8    9   10   11   11   12   12   11   11   11   10   10   11   14
+   17   20   22   23   23   24   24   22   19   15   12   12   12   13   13   13
+   11    9    7    6    6    5    5    7    8    9   10   11   12   12   13   14
+   16   17   16   14   12   10    9    8    8
+   -47.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   11   10    9    7    5    4    5    5    5    6    7    7    6    6    6
+    5    6    6    6    7    8   10   10   10    9    8    7    7    7    9   12
+   16   18   20   22   21   22   22   20   16   13   12   13   15   15   16   15
+   12   10    9    7    6    5    5    6    7    7    8    9   10   11   12   14
+   15   16   16   14   11   10   11   11   11
+   -50.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   15   15   14   11    9    6    4    4    5    6    7    8    9   10    8
+    8    8    8    7    8    9   10   10   11   10    9    9    9    9   10   12
+   14   16   19   19   18   18   17   14   12   11   12   14   16   17   17   16
+   14   12   10    9    7    6    6    6    7    8    8    8    9   11   12   14
+   16   17   16   14   11   10   12   14   15
+   -52.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   19   18   17   15   12    9    7    6    7    7    8    9   12   13   13
+   12   12   12   11   11   12   13   13   13   12   12   13   13   13   13   13
+   14   16   17   17   16   15   13   11   10   11   13   15   16   17   17   17
+   15   14   13   11   10    9    9    8    9   10   10   10   11   13   14   16
+   18   19   18   14   10    9   11   15   17
+   -55.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   20   20   19   17   15   12   10    9   10   11   10   11   13   14   14
+   15   15   16   15   16   17   17   16   15   13   14   15   17   17   16   15
+   15   16   17   18   17   15   13   11   10   11   12   14   15   16   16   16
+   16   15   14   14   14   13   13   13   13   14   14   14   15   16   18   20
+   21   22   20   16   11    7    9   14   17
+   -57.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   18   19   19   18   16   14   12   11   13   13   13   12   12   13   14
+   14   14   15   15   18   20   21   19   16   14   14   16   18   19   18   18
+   17   18   19   20   19   17   15   12   11   10   11   11   12   13   13   14
+   15   15   16   17   18   18   19   19   19   20   20   20   21   22   23   24
+   25   25   24   20   15    8    7   11   15
+   -60.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   11   15   17   18   17   16   15   14   14   14   15   15   14   13   12   12
+   12   12   13   15   18   20   20   18   15   13   13   14   16   18   18   18
+   18   19   20   20   20   18   16   12   10    8    8    9    9   10   11   12
+   14   16   18   20   22   23   24   25   26   26   27   27   28   28   29   29
+   30   30   28   25   20   13    8    7   11
+   -62.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+    9   11   14   15   16   16   16   15   16   16   16   16   14   13   12   11
+   11   11   12   14   17   18   17   16   13   11   10   11   14   15   16   16
+   17   17   18   19   18   17   14   11    8    7    7    8    9    9   10   11
+   13   16   19   22   24   27   28   30   31   32   33   33   34   34   34   35
+   35   35   33   30   26   20   14   10    9
+   -65.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   15   13   14   14   15   16   16   17   18   18   17   16   14   12   11   10
+   10   11   12   13   14   15   15   13   11    9    7    8   10   11   12   13
+   13   14   15   17   16   15   13   10    9    9    9   11   11   12   13   13
+   14   16   19   22   25   28   31   32   34   35   36   37   38   39   39   39
+   39   39   39   36   33   28   23   18   15
+   -67.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   24   21   19   18   17   17   18   19   19   19   18   16   15   13   12   10
+   10   11   12   12   12   13   12   11    9    8    6    6    7    7    8    9
+   11   13   14   15   15   15   14   13   13   13   14   15   15   15   15   14
+   14   16   19   21   25   28   30   32   34   36   37   39   40   41   42   43
+   43   44   43   42   39   36   32   28   24
+   -70.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   33   30   27   24   22   21   20   20   20   20   19   18   16   15   13   13
+   12   12   12   11   11   11   10   10    8    7    7    6    7    8    8    9
+   11   14   16   17   17   18   18   18   18   18   18   18   17   16   16   14
+   14   15   17   20   22   25   28   30   32   34   36   37   39   41   43   44
+   46   47   47   47   45   43   40   37   33
+   -72.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   41   38   34   30   28   25   23   22   21   20   20   19   18   18   17   16
+   15   14   13   12   11   10   10    9    8    8    9    9   10   11   11   12
+   13   16   18   20   20   21   22   22   21   20   19   19   18   16   15   13
+   12   13   15   18   20   22   24   26   28   30   32   34   37   39   42   44
+   47   48   49   50   50   48   46   44   41
+   -75.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   45   42   38   35   32   29   26   24   22   21   20   20   20   20   19   19
+   18   16   15   14   13   12   11   10   10   10   11   12   14   15   15   15
+   17   18   20   21   21   22   23   23   23   21   19   18   16   15   13   11
+   10   11   12   15   17   19   20   22   24   26   28   30   33   36   39   42
+   45   47   49   50   50   50   49   47   45
+   -77.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   44   42   39   36   33   30   28   25   23   21   21   20   20   21   21   20
+   19   18   17   16   15   14   13   13   13   13   14   15   17   18   19   19
+   19   19   20   20   20   21   22   22   21   19   17   15   13   12   10    9
+    9   10   10   12   13   15   17   19   20   22   24   26   29   32   35   38
+   41   43   45   46   47   47   47   46   44
+   -80.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   39   38   36   34   31   29   26   24   23   21   20   19   19   20   19   18
+   18   17   17   16   16   15   15   15   14   15   15   16   18   19   20   20
+   19   19   19   19   19   19   18   17   17   16   15   13   12   11   10   10
+   10   10   10   10   11   12   12   13   15   17   20   23   27   29   30   33
+   35   37   38   40   40   41   41   40   39
+   -82.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   32   31   30   28   26   25   23   22   20   20   18   17   17   17   16   16
+   16   16   16   15   16   16   15   15   15   16   16   16   17   18   18   18
+   18   18   18   17   17   16   16   16   15   14   14   13   12   12   11   11
+   11   11   11   11   11   11   12   13   14   17   19   21   22   24   25   27
+   28   29   30   31   32   32   32   32   32
+   -85.0-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   23   23   22   21   21   20   19   18   17   17   16   16   15   15   15   15
+   15   15   15   15   15   16   15   16   16   16   16   16   16   16   16   17
+   16   16   16   16   16   16   15   15   15   15   14   14   14   14   13   13
+   13   13   13   13   13   13   14   15   15   16   18   19   19   20   20   21
+   21   22   23   23   23   23   24   23   23
+   -87.5-180.0 180.0   5.0 450.0                            LAT/LON1/LON2/DLON/H
+   17   17   17   17   17   17   16   16   16   16   16   16   16   15   16   15
+   15   16   16   16   16   16   16   16   16   16   16   16   16   16   16   16
+   16   16   16   16   16   16   15   16   15   15   15   15   15   15   15   15
+   15   15   15   15   15   16   16   16   16   16   17   17   17   17   17   18
+   18   18   18   18   18   18   18   17   17
+    13                                                      END OF RMS MAP     
diff --git a/test/data/sp3/igs15904.clk b/test/data/sp3/igs15904.clk
new file mode 100644
index 0000000..0937f5b
--- /dev/null
+++ b/test/data/sp3/igs15904.clk
@@ -0,0 +1,2436 @@
+     3.00           C                                       RINEX VERSION / TYPE
+CCLOCK              IGSACC @ NOAA NGS                       PGM / RUN BY / DATE 
+GPS week: 1590   Day: 4   MJD: 55378                        COMMENT             
+THE COMBINED CLOCKS ARE A WEIGHTED AVERAGE OF:              COMMENT             
+  cod emr esa mit gfz jpl                                   COMMENT             
+THE FOLLOWING REFERENCE CLOCKS WERE USED BY ACs:            COMMENT             
+  ONSA AMC2 BRUS WSRT USN3                                  COMMENT             
+THE COMBINED CLOCKS ARE ALIGNED TO GPS TIME                 COMMENT             
+USING THE SATELLITE BROADCAST EPHEMERIDES                   COMMENT             
+All clocks have been re-aligned to the IGS time scale: IGST COMMENT             
+    15                                                      LEAP SECONDS        
+     2    AR    AS                                          # / TYPES OF DATA   
+IGS  IGSACC @ NOAA NGS                                      ANALYSIS CENTER     
+   180    IGS05 : IGS REALIZATION OF THE ITRF2005           # OF SOLN STA / TRF 
+    32                                                      # OF SOLN SATS      
+G01 G02 G03 G04 G05 G06 G07 G08 G09 G10 G11 G12 G13 G14 G15 PRN LIST            
+G16 G17 G18 G19 G20 G21 G22 G23 G24 G25 G26 G27 G28 G29 G30 PRN LIST            
+G31 G32                                                     PRN LIST            
+G                   igs05_1585.atx                          SYS / PCVS APPLIED  
+                                                            END OF HEADER       
+AR GPST 2010 07 01 00 00  0.000000  2   -2.214541847585e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 00  0.000000  2   -5.778304214828e-08  1.685128544430e-11
+AR ADE1 2010 07 01 00 00  0.000000  2    6.839358347302e-04  1.717944332430e-11
+AR ADIS 2010 07 01 00 00  0.000000  2    2.096033241322e-04  1.931332125860e-11
+AR ALBH 2010 07 01 00 00  0.000000  2    4.592185868105e-09  1.695032873460e-11
+AR ALGO 2010 07 01 00 00  0.000000  2   -6.840708141608e-06  6.292539435450e-12
+AR ALIC 2010 07 01 00 00  0.000000  2    2.534596218435e-09  4.807572703300e-11
+AR ALRT 2010 07 01 00 00  0.000000  2   -5.756911714238e-08  2.227102037910e-11
+AR AMC2 2010 07 01 00 00  0.000000  2    3.184207917265e-09  2.218384281390e-11
+AR AREQ 2010 07 01 00 00  0.000000  2    7.830934355752e-04  2.918289636620e-11
+AR ARTU 2010 07 01 00 00  0.000000  2   -5.889430754239e-08  7.566453500330e-12
+AR ASPA 2010 07 01 00 00  0.000000  2   -3.011823486198e-08  1.377982324310e-11
+AR BAKE 2010 07 01 00 00  0.000000  2    2.806147952315e-09  2.762603030440e-11
+AR BAKO 2010 07 01 00 00  0.000000  2    2.666378510415e-09  5.851565276020e-11
+AR BOGT 2010 07 01 00 00  0.000000  2   -6.228678790968e-08  8.815013988140e-12
+AR BOR1 2010 07 01 00 00  0.000000  2    2.211945961671e-08  9.928345693260e-12
+AR BRAZ 2010 07 01 00 00  0.000000  2    2.299891327752e-08  5.656636668050e-12
+AR BREW 2010 07 01 00 00  0.000000  2    8.926615011102e-04  8.328641186320e-12
+AR BRST 2010 07 01 00 00  0.000000  2   -4.829909468815e-09  1.659720326520e-11
+AR BRUS 2010 07 01 00 00  0.000000  2    5.499050705404e-07  7.852503617020e-12
+AR BUE1 2010 07 01 00 00  0.000000  2    3.857576711462e-04  4.090595047100e-11
+AR CAGL 2010 07 01 00 00  0.000000  2    9.929005636525e-05  2.240564373170e-11
+AR CAS1 2010 07 01 00 00  0.000000  2    3.241191135405e-09  2.625833535610e-11
+AR CCJM 2010 07 01 00 00  0.000000  2    7.276228728505e-05  2.661281410380e-12
+AR CEDU 2010 07 01 00 00  0.000000  2    2.371713154332e-04  3.333284710680e-11
+AR CHPI 2010 07 01 00 00  0.000000  2   -4.562951805919e-08  1.120023632200e-11
+AR CHUR 2010 07 01 00 00  0.000000  2    7.029736445044e-07  1.037083076790e-11
+AR COCO 2010 07 01 00 00  0.000000  2   -2.646239383889e-08  1.271732962790e-11
+AR CONZ 2010 07 01 00 00  0.000000  2    2.958083641424e-07  5.614140070090e-12
+AR DARW 2010 07 01 00 00  0.000000  2   -3.607254529015e-09  5.238475452620e-11
+AR DAV1 2010 07 01 00 00  0.000000  2    1.377470259525e-09  3.469377685100e-11
+AR DGAR 2010 07 01 00 00  0.000000  2   -1.226103095749e-08  1.751343782560e-11
+AR DRAO 2010 07 01 00 00  0.000000  2   -3.825941108446e-07  1.838698156530e-11
+AR DUBO 2010 07 01 00 00  0.000000  2    1.619186028951e-08  3.401620097360e-12
+AR EIL1 2010 07 01 00 00  0.000000  2    9.806642807132e-04  2.556448175530e-13
+AR FAA1 2010 07 01 00 00  0.000000  2   -1.358785028399e-08  3.886663179880e-11
+AR FAIR 2010 07 01 00 00  0.000000  2   -6.297944391639e-08  9.790409270940e-12
+AR FLIN 2010 07 01 00 00  0.000000  2    9.975490259015e-09  5.531230082820e-11
+AR GLPS 2010 07 01 00 00  0.000000  2   -7.709882264248e-08  5.330741583040e-12
+AR GLSV 2010 07 01 00 00  0.000000  2   -1.669890015177e-09  9.345980386440e-12
+AR GMAS 2010 07 01 00 00  0.000000  2    2.253092152542e-04  1.869189693900e-12
+AR GMSD 2010 07 01 00 00  0.000000  2   -1.660642925225e-05  1.958785446530e-11
+AR GODE 2010 07 01 00 00  0.000000  2    2.025563401002e-04  2.945889583160e-11
+AR GOLD 2010 07 01 00 00  0.000000  2   -3.334013307079e-08  3.825311978840e-11
+AR GOPE 2010 07 01 00 00  0.000000  2   -3.449800417188e-04  2.502071031440e-11
+AR GRAS 2010 07 01 00 00  0.000000  2   -3.751347262448e-08  1.482227637500e-11
+AR GRAZ 2010 07 01 00 00  0.000000  2   -3.060424318090e-09  1.822797668910e-11
+AR GUAM 2010 07 01 00 00  0.000000  2   -6.836995830279e-08  2.488499526660e-11
+AR GUAO 2010 07 01 00 00  0.000000  2    6.669538761422e-04  6.823898224920e-12
+AR GUAT 2010 07 01 00 00  0.000000  2   -4.916326519995e-09  2.312728830790e-11
+AR HARB 2010 07 01 00 00  0.000000  2    9.658436670922e-04  2.707687229010e-11
+AR HLFX 2010 07 01 00 00  0.000000  2   -6.335337276135e-09  5.567061796020e-12
+AR HOB2 2010 07 01 00 00  0.000000  2    4.941212602624e-07  7.589745365510e-12
+AR HOLB 2010 07 01 00 00  0.000000  2    6.683100410225e-09  2.681686004680e-11
+AR HOLM 2010 07 01 00 00  0.000000  2   -5.475424976278e-08  1.327305334720e-12
+AR HRAO 2010 07 01 00 00  0.000000  2    9.402273585432e-04  2.265481048570e-11
+AR HRM1 2010 07 01 00 00  0.000000  2    3.379508465332e-04  3.495260797930e-11
+AR HYDE 2010 07 01 00 00  0.000000  2    3.443339813850e-10  1.607379657780e-11
+AR IENG 2010 07 01 00 00  0.000000  2    1.799692078802e-08  1.031583584670e-11
+AR IISC 2010 07 01 00 00  0.000000  2   -4.370152237858e-08  1.730523181960e-11
+AR INVK 2010 07 01 00 00  0.000000  2   -3.083604802738e-08  1.277617300310e-11
+AR IRKJ 2010 07 01 00 00  0.000000  2   -4.397674119848e-04  1.571269290920e-11
+AR IRKT 2010 07 01 00 00  0.000000  2   -2.297722014356e-07  4.622804500380e-11
+AR JOZE 2010 07 01 00 00  0.000000  2    5.809328596272e-04  1.558105043680e-11
+AR KARR 2010 07 01 00 00  0.000000  2   -3.551264349018e-08  1.086919896820e-11
+AR KERG 2010 07 01 00 00  0.000000  2    4.169918696342e-04  4.517062721710e-11
+AR KIRU 2010 07 01 00 00  0.000000  2    5.909208350492e-04  3.710332844180e-11
+AR KIT3 2010 07 01 00 00  0.000000  2    4.709820415335e-09  3.740606292800e-11
+AR KOKB 2010 07 01 00 00  0.000000  2    9.582256255272e-04  1.462760486200e-11
+AR KOSG 2010 07 01 00 00  0.000000  2   -8.569391057655e-09  2.035366537480e-11
+AR KOUC 2010 07 01 00 00  0.000000  2   -3.467960077759e-08  4.479375550000e-11
+AR KOUR 2010 07 01 00 00  0.000000  2   -2.685223851578e-04  2.088347019150e-11
+AR KUUJ 2010 07 01 00 00  0.000000  2    7.539632080500e-11  5.632348625720e-12
+AR LAMA 2010 07 01 00 00  0.000000  2   -3.414038938925e-09  2.710090627680e-12
+AR LPGS 2010 07 01 00 00  0.000000  2   -3.768234910108e-08  1.893189074360e-11
+AR MAC1 2010 07 01 00 00  0.000000  2   -5.289609660199e-08  3.247247001170e-12
+AR MAL2 2010 07 01 00 00  0.000000  2    3.924547351772e-04  5.493355867730e-11
+AR MANA 2010 07 01 00 00  0.000000  2    9.997580919912e-04  1.819215669140e-11
+AR MAR6 2010 07 01 00 00  0.000000  2    3.212884723902e-04  3.218226418190e-12
+AR MAW1 2010 07 01 00 00  0.000000  2    2.957762857615e-09  1.224199270320e-11
+AR MBAR 2010 07 01 00 00  0.000000  2   -4.384090608028e-08  9.929867603190e-12
+AR MCM4 2010 07 01 00 00  0.000000  2   -5.458824660388e-08  2.649909922530e-11
+AR MDO1 2010 07 01 00 00  0.000000  2   -3.592083118349e-08  1.574380430900e-11
+AR MDVJ 2010 07 01 00 00  0.000000  2    2.022507283292e-04  2.214914127500e-11
+AR MEDI 2010 07 01 00 00  0.000000  2    1.376196347702e-04  1.151978027740e-11
+AR MIZU 2010 07 01 00 00  0.000000  2    1.009752582732e-04  3.717120872050e-11
+AR MKEA 2010 07 01 00 00  0.000000  2   -7.858437577449e-08  3.639443444230e-11
+AR MTKA 2010 07 01 00 00  0.000000  2   -7.214674518618e-08  1.405620293880e-11
+AR NANO 2010 07 01 00 00  0.000000  2    1.013864370081e-08  2.588720878790e-11
+AR NICO 2010 07 01 00 00  0.000000  2   -3.158476620030e-09  1.665429716550e-11
+AR NNOR 2010 07 01 00 00  0.000000  2    3.657855940652e-04  2.341974152380e-11
+AR NRC1 2010 07 01 00 00  0.000000  2   -1.168716126398e-06  1.418234721710e-11
+AR NRIL 2010 07 01 00 00  0.000000  2   -6.056363773968e-08  7.184696583050e-12
+AR NRMD 2010 07 01 00 00  0.000000  2   -3.029244851379e-08  4.073106994870e-11
+AR NTUS 2010 07 01 00 00  0.000000  2    3.585347383685e-09  4.044365049590e-11
+AR NYA1 2010 07 01 00 00  0.000000  2   -3.486880443678e-04  1.971733895170e-11
+AR NYAL 2010 07 01 00 00  0.000000  2   -4.082656330988e-04  1.351219464070e-11
+AR ONSA 2010 07 01 00 00  0.000000  2   -3.150529256985e-05  2.053837358460e-11
+AR PDEL 2010 07 01 00 00  0.000000  2   -2.298720494722e-09  3.709973391610e-11
+AR PERT 2010 07 01 00 00  0.000000  2    6.339695169232e-04  2.643082221850e-11
+AR PIE1 2010 07 01 00 00  0.000000  2    2.146977073532e-04  2.971782721390e-11
+AR PIMO 2010 07 01 00 00  0.000000  2   -7.335102478079e-08  5.228195252960e-12
+AR POL2 2010 07 01 00 00  0.000000  2   -6.347268047838e-08  5.791128192300e-11
+AR POVE 2010 07 01 00 00  0.000000  2   -1.601482331008e-08  3.552493004220e-11
+AR PRDS 2010 07 01 00 00  0.000000  2    3.490197762565e-05  4.440279058010e-12
+AR PRE1 2010 07 01 00 00  0.000000  2    2.305760685302e-04  1.428607975230e-11
+AR PTBB 2010 07 01 00 00  0.000000  2    5.317905615864e-07  5.173875874460e-11
+AR QAQ1 2010 07 01 00 00  0.000000  2   -7.372942682399e-08  8.771512441860e-12
+AR QIKI 2010 07 01 00 00  0.000000  2   -6.011293650948e-08  1.778641799340e-11
+AR RABT 2010 07 01 00 00  0.000000  2   -5.101296044569e-08  6.596209542070e-12
+AR RAMO 2010 07 01 00 00  0.000000  2    6.227369552972e-08  2.730161427830e-11
+AR RESO 2010 07 01 00 00  0.000000  2   -4.551596408808e-08  1.642086797650e-11
+AR REUN 2010 07 01 00 00  0.000000  2   -1.121519064131e-08  2.169178190730e-11
+AR RIO2 2010 07 01 00 00  0.000000  2   -7.616333887318e-08  4.310336264910e-12
+AR SALU 2010 07 01 00 00  0.000000  2   -2.370770985608e-08  3.676318318070e-11
+AR SANT 2010 07 01 00 00  0.000000  2    1.230267387882e-04  3.300469721160e-11
+AR SCH2 2010 07 01 00 00  0.000000  2    1.137364302951e-08  1.012037533380e-11
+AR SCOR 2010 07 01 00 00  0.000000  2   -6.548373211588e-08  2.026260226970e-11
+AR SCUB 2010 07 01 00 00  0.000000  2   -9.122814162328e-08  2.483707179740e-11
+AR SEY1 2010 07 01 00 00  0.000000  2   -3.890262060989e-08  3.596366609680e-11
+AR SFER 2010 07 01 00 00  0.000000  2    3.406516033772e-04  2.537877546640e-11
+AR SHAO 2010 07 01 00 00  0.000000  2    6.835130296752e-04  3.948320243310e-11
+AR SOFI 2010 07 01 00 00  0.000000  2    2.830376825275e-09  1.702778791900e-11
+AR SPT0 2010 07 01 00 00  0.000000  2   -6.488788750315e-05  2.009471140290e-11
+AR STJO 2010 07 01 00 00  0.000000  2    2.281056155745e-05  2.337929594360e-11
+AR SUTH 2010 07 01 00 00  0.000000  2   -4.650161229478e-08  7.067026814170e-12
+AR SUTM 2010 07 01 00 00  0.000000  2   -1.659126310088e-08  2.212742280610e-11
+AR SYDN 2010 07 01 00 00  0.000000  2    2.376200024602e-06  5.367941733880e-11
+AR THTI 2010 07 01 00 00  0.000000  2   -8.920568844529e-08  1.442129335570e-11
+AR THU3 2010 07 01 00 00  0.000000  2   -6.744213448439e-08  1.271811204860e-11
+AR TIDB 2010 07 01 00 00  0.000000  2    3.502727307422e-04  1.689159699100e-11
+AR TIXJ 2010 07 01 00 00  0.000000  2   -4.608281533118e-04  6.476143861100e-12
+AR TLSE 2010 07 01 00 00  0.000000  2   -3.947702622378e-08  3.537969393200e-11
+AR TNML 2010 07 01 00 00  0.000000  2    1.942545517236e-02  1.803957378670e-11
+AR TOW2 2010 07 01 00 00  0.000000  2   -1.537202846540e-09  2.365976195610e-11
+AR TSKB 2010 07 01 00 00  0.000000  2   -4.677720255446e-07  5.425442134350e-11
+AR ULAB 2010 07 01 00 00  0.000000  2    1.668038700515e-09  1.463768416630e-11
+AR UNBJ 2010 07 01 00 00  0.000000  2    1.838348993612e-04  1.607545109690e-11
+AR UNSA 2010 07 01 00 00  0.000000  2    4.370686084338e-03  2.948170164800e-11
+AR URUM 2010 07 01 00 00  0.000000  2   -1.355585376688e-04  2.309402839940e-12
+AR USN3 2010 07 01 00 00  0.000000  2    5.249979631325e-09  2.010727243160e-11
+AR USNO 2010 07 01 00 00  0.000000  2    6.263517075684e-07  1.650401812150e-11
+AR USUD 2010 07 01 00 00  0.000000  2    2.310982290885e-05  1.100375343200e-11
+AR VILL 2010 07 01 00 00  0.000000  2   -5.090313298369e-08  3.773405435580e-11
+AR WAB2 2010 07 01 00 00  0.000000  2    4.636918882414e-07  4.101826894830e-12
+AR WES2 2010 07 01 00 00  0.000000  2    4.807640543941e-08  1.876050212160e-11
+AR WHIT 2010 07 01 00 00  0.000000  2    8.520872463415e-09  1.533931924850e-11
+AR WILL 2010 07 01 00 00  0.000000  2   -1.449803391699e-08  9.179128607360e-12
+AR WSRT 2010 07 01 00 00  0.000000  2    9.147796200532e-06  1.628993252960e-11
+AR WTZA 2010 07 01 00 00  0.000000  2   -1.730062893616e-07  1.703043400090e-11
+AR WTZR 2010 07 01 00 00  0.000000  2   -1.523161726839e-08  1.983376960620e-11
+AR XMIS 2010 07 01 00 00  0.000000  2   -2.141136535443e-09  4.281107067640e-11
+AR YAKT 2010 07 01 00 00  0.000000  2   -6.896931290338e-08  3.766495966830e-11
+AR YAR2 2010 07 01 00 00  0.000000  2   -5.803995126079e-08  3.089545135180e-11
+AR YELL 2010 07 01 00 00  0.000000  2    6.552304498591e-08  7.478697621270e-11
+AR ZIMM 2010 07 01 00 00  0.000000  2    2.528375625601e-08  2.448885710420e-11
+AR ZWE2 2010 07 01 00 00  0.000000  2   -3.167370059072e-03  7.480860050640e-12
+AS G02  2010 07 01 00 00  0.000000  2    2.691084288582e-04  1.507490528240e-11
+AS G03  2010 07 01 00 00  0.000000  2    5.755039680302e-04  1.792487306000e-11
+AS G04  2010 07 01 00 00  0.000000  2    1.152495175312e-04  2.244833318390e-11
+AS G05  2010 07 01 00 00  0.000000  2   -1.067938443455e-05  1.702702881570e-11
+AS G06  2010 07 01 00 00  0.000000  2    5.894359961982e-04  1.582652734360e-11
+AS G07  2010 07 01 00 00  0.000000  2   -1.513484068958e-06  2.522480311420e-11
+AS G08  2010 07 01 00 00  0.000000  2    5.969800731762e-06  1.521206891720e-11
+AS G09  2010 07 01 00 00  0.000000  2    1.561612665225e-05  1.148776362210e-11
+AS G10  2010 07 01 00 00  0.000000  2   -4.591087956175e-05  2.432855577710e-11
+AS G11  2010 07 01 00 00  0.000000  2   -7.257383982165e-05  1.023213571750e-11
+AS G12  2010 07 01 00 00  0.000000  2   -9.843463482185e-05  9.239125447250e-12
+AS G13  2010 07 01 00 00  0.000000  2    3.024940549742e-04  1.728693495330e-11
+AS G14  2010 07 01 00 00  0.000000  2    6.287475394425e-05  1.876918563250e-11
+AS G15  2010 07 01 00 00  0.000000  2   -2.472203976728e-04  2.961784064110e-11
+AS G16  2010 07 01 00 00  0.000000  2   -8.532215958645e-05  1.913118026210e-11
+AS G17  2010 07 01 00 00  0.000000  2    1.595340507152e-04  2.308395054910e-11
+AS G18  2010 07 01 00 00  0.000000  2    7.799530046835e-05  2.744730497220e-11
+AS G19  2010 07 01 00 00  0.000000  2   -4.621325859825e-05  2.431925425100e-11
+AS G20  2010 07 01 00 00  0.000000  2    5.395053187595e-05  1.333145494430e-11
+AS G21  2010 07 01 00 00  0.000000  2   -7.076999812135e-05  2.257518155080e-11
+AS G22  2010 07 01 00 00  0.000000  2    1.685032023522e-04  1.521022344420e-11
+AS G23  2010 07 01 00 00  0.000000  2    3.648833739092e-04  1.476911679350e-11
+AS G24  2010 07 01 00 00  0.000000  2    3.006053561432e-04  2.051776522290e-11
+AS G26  2010 07 01 00 00  0.000000  2   -7.421706908015e-05  3.019536483780e-11
+AS G27  2010 07 01 00 00  0.000000  2    1.659367636352e-04  1.898205102160e-11
+AS G28  2010 07 01 00 00  0.000000  2   -1.196268212735e-05  1.473786527220e-11
+AS G29  2010 07 01 00 00  0.000000  2    1.313185150802e-04  2.087769201080e-11
+AS G30  2010 07 01 00 00  0.000000  2    2.565843479142e-04  2.158333932990e-11
+AS G31  2010 07 01 00 00  0.000000  2   -2.752021502495e-05  2.653285130620e-11
+AS G32  2010 07 01 00 00  0.000000  2   -2.759623817455e-05  2.229351448740e-11
+AR GPST 2010 07 01 00 05  0.000000  2   -2.205210953427e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 05  0.000000  2   -5.663281884623e-08  1.670193326550e-11
+AR ADE1 2010 07 01 00 05  0.000000  2    6.839359141370e-04  1.644609805110e-11
+AR ADIS 2010 07 01 00 05  0.000000  2    2.084538736610e-04  2.051888524450e-11
+AR ALBH 2010 07 01 00 05  0.000000  2    1.986264825363e-09  1.209206184840e-11
+AR ALGO 2010 07 01 00 05  0.000000  2   -6.840866648903e-06  1.002328298730e-11
+AR ALIC 2010 07 01 00 05  0.000000  2    1.624254453983e-09  3.925833405390e-11
+AR ALRT 2010 07 01 00 05  0.000000  2   -5.215632838053e-08  2.065740091720e-11
+AR AMC2 2010 07 01 00 05  0.000000  2    3.184563064013e-09  1.693097053240e-11
+AR AREQ 2010 07 01 00 05  0.000000  2    7.830957373910e-04  3.174796836440e-11
+AR ARTU 2010 07 01 00 05  0.000000  2   -5.671212542543e-08  7.770104677650e-12
+AR ASPA 2010 07 01 00 05  0.000000  2   -3.049941110543e-08  1.133439677920e-11
+AR AUCK 2010 07 01 00 05  0.000000  2    1.095101625597e-08  2.696033557040e-11
+AR BAKE 2010 07 01 00 05  0.000000  2    3.135547407223e-09  2.940441836580e-11
+AR BAKO 2010 07 01 00 05  0.000000  2    1.043648905313e-09  2.936375235780e-11
+AR BOGT 2010 07 01 00 05  0.000000  2   -5.912948684643e-08  1.064406045940e-11
+AR BOR1 2010 07 01 00 05  0.000000  2    2.268154798137e-08  9.552536330630e-12
+AR BRAZ 2010 07 01 00 05  0.000000  2    2.407132032057e-08  1.020262351900e-11
+AR BREW 2010 07 01 00 05  0.000000  2    8.926615035200e-04  1.779622681270e-11
+AR BRST 2010 07 01 00 05  0.000000  2   -3.986402331277e-09  1.405724087200e-11
+AR BRUS 2010 07 01 00 05  0.000000  2    5.499006343846e-07  1.411619858710e-11
+AR BUE1 2010 07 01 00 05  0.000000  2    3.857576737890e-04  2.661354520760e-11
+AR CAGL 2010 07 01 00 05  0.000000  2    2.931483524110e-04  2.144958425480e-11
+AR CAS1 2010 07 01 00 05  0.000000  2    3.231444131993e-09  2.167986356860e-11
+AR CCJM 2010 07 01 00 05  0.000000  2    7.276253091215e-05  4.120827517580e-12
+AR CEDU 2010 07 01 00 05  0.000000  2    2.371712405440e-04  3.221037050970e-11
+AR CHPI 2010 07 01 00 05  0.000000  2   -4.479238952183e-08  9.820936285640e-12
+AR CHUR 2010 07 01 00 05  0.000000  2    7.053663627686e-07  4.459714122240e-12
+AR COCO 2010 07 01 00 05  0.000000  2   -2.659735442813e-08  9.763599186480e-12
+AR CONZ 2010 07 01 00 05  0.000000  2    2.959178761106e-07  2.544180223090e-11
+AR DAEJ 2010 07 01 00 05  0.000000  2   -3.936237899420e-04  5.119920190500e-11
+AR DARW 2010 07 01 00 05  0.000000  2   -2.147881771504e-09  5.080067611670e-11
+AR DAV1 2010 07 01 00 05  0.000000  2    2.082409728230e-10  2.228284833030e-11
+AR DGAR 2010 07 01 00 05  0.000000  2   -1.243583488563e-08  1.568760560580e-11
+AR DRAO 2010 07 01 00 05  0.000000  2   -3.826946323894e-07  1.580030715210e-11
+AR DUBO 2010 07 01 00 05  0.000000  2    1.464167892817e-08  1.120884836520e-11
+AR EIL1 2010 07 01 00 05  0.000000  2    9.806643268450e-04  4.387487688720e-12
+AR FAA1 2010 07 01 00 05  0.000000  2   -1.574525121673e-08  3.453475868290e-11
+AR FAIR 2010 07 01 00 05  0.000000  2   -6.099040845413e-08  1.848562540910e-11
+AR FLIN 2010 07 01 00 05  0.000000  2    6.899722668583e-09  4.792822301680e-11
+AR GLPS 2010 07 01 00 05  0.000000  2   -7.083420375243e-08  3.459567848570e-12
+AR GLSV 2010 07 01 00 05  0.000000  2   -1.391157708916e-09  1.088365891410e-11
+AR GMAS 2010 07 01 00 05  0.000000  2    2.253094989820e-04  1.116820938950e-11
+AR GMSD 2010 07 01 00 05  0.000000  2   -1.660691367205e-05  2.319217250120e-11
+AR GODE 2010 07 01 00 05  0.000000  2    2.025563348450e-04  3.233690820440e-11
+AR GOLD 2010 07 01 00 05  0.000000  2   -3.934929614563e-08  3.785489902140e-11
+AR GOPE 2010 07 01 00 05  0.000000  2   -3.449799358310e-04  2.790212277310e-11
+AR GRAS 2010 07 01 00 05  0.000000  2   -3.797460014033e-08  1.618492672700e-11
+AR GRAZ 2010 07 01 00 05  0.000000  2   -4.532393453427e-09  2.225582705450e-11
+AR GUAM 2010 07 01 00 05  0.000000  2   -6.794565595173e-08  2.568215991250e-11
+AR GUAO 2010 07 01 00 05  0.000000  2    6.669538779420e-04  5.963266401010e-12
+AR GUAT 2010 07 01 00 05  0.000000  2   -5.802752549587e-09  1.671015682990e-11
+AR HARB 2010 07 01 00 05  0.000000  2    9.658435911340e-04  2.863952483960e-11
+AR HLFX 2010 07 01 00 05  0.000000  2   -1.007538417856e-08  1.132413185060e-11
+AR HOB2 2010 07 01 00 05  0.000000  2    4.941346443446e-07  2.375039157530e-11
+AR HOFN 2010 07 01 00 05  0.000000  2   -4.978703884670e-04  1.963698992140e-11
+AR HOLB 2010 07 01 00 05  0.000000  2    6.423041537253e-09  2.508453249230e-11
+AR HOLM 2010 07 01 00 05  0.000000  2   -5.265531728923e-08  5.899639937140e-12
+AR HRAO 2010 07 01 00 05  0.000000  2    9.402273875740e-04  2.571116736980e-11
+AR HRM1 2010 07 01 00 05  0.000000  2    3.379507526220e-04  2.927278349070e-11
+AR HYDE 2010 07 01 00 05  0.000000  2   -2.411462566122e-09  3.169752365990e-11
+AR IENG 2010 07 01 00 05  0.000000  2    1.801492175627e-08  7.381572523120e-12
+AR IISC 2010 07 01 00 05  0.000000  2   -4.404426090663e-08  1.378489624890e-11
+AR INVK 2010 07 01 00 05  0.000000  2   -6.091686671203e-08  1.745615381910e-11
+AR IRKJ 2010 07 01 00 05  0.000000  2   -4.397674221550e-04  6.851177551140e-12
+AR IRKT 2010 07 01 00 05  0.000000  2   -2.297713461464e-07  3.373337433500e-11
+AR JOZ2 2010 07 01 00 05  0.000000  2   -3.877019826637e-09  4.889457304080e-11
+AR JOZE 2010 07 01 00 05  0.000000  2    8.267440993030e-04  1.794485398680e-11
+AR KARR 2010 07 01 00 05  0.000000  2   -4.136898225843e-08  1.881637513570e-11
+AR KERG 2010 07 01 00 05  0.000000  2    4.169919832760e-04  2.993782056950e-11
+AR KIRU 2010 07 01 00 05  0.000000  2    5.909207488320e-04  3.689756563330e-11
+AR KIT3 2010 07 01 00 05  0.000000  2   -6.754182269467e-09  3.606963435550e-11
+AR KOKB 2010 07 01 00 05  0.000000  2    9.582256191510e-04  1.166923404540e-11
+AR KOSG 2010 07 01 00 05  0.000000  2   -7.773331053287e-09  1.601257601710e-11
+AR KOUC 2010 07 01 00 05  0.000000  2   -3.525878736793e-08  9.778470348550e-12
+AR KOUR 2010 07 01 00 05  0.000000  2   -2.685223680930e-04  2.128771726210e-11
+AR KUUJ 2010 07 01 00 05  0.000000  2    8.072783214173e-09  9.762056908360e-12
+AR LAMA 2010 07 01 00 05  0.000000  2   -3.610128914037e-09  9.722708686920e-12
+AR LPGS 2010 07 01 00 05  0.000000  2   -1.666237884243e-08  1.943302714230e-11
+AR MAC1 2010 07 01 00 05  0.000000  2   -5.749600455553e-08  6.296409400350e-12
+AR MAL2 2010 07 01 00 05  0.000000  2    2.761579036110e-04  5.105914900500e-11
+AR MANA 2010 07 01 00 05  0.000000  2    4.819116325480e-04  1.523367827600e-11
+AR MAR6 2010 07 01 00 05  0.000000  2    3.213021312440e-04  5.408240015780e-12
+AR MAW1 2010 07 01 00 05  0.000000  2   -8.603257062670e-10  4.907018599980e-12
+AR MBAR 2010 07 01 00 05  0.000000  2   -4.398151373463e-08  1.175487576320e-11
+AR MCM4 2010 07 01 00 05  0.000000  2   -5.771879378473e-08  2.476260373070e-11
+AR MDO1 2010 07 01 00 05  0.000000  2   -3.735212096473e-08  2.131651339230e-11
+AR MDVJ 2010 07 01 00 05  0.000000  2    2.022507507010e-04  4.014923668630e-11
+AR MEDI 2010 07 01 00 05  0.000000  2    1.376203481930e-04  1.090804656250e-12
+AR METS 2010 07 01 00 05  0.000000  2    1.250593722225e-05  1.004507317790e-11
+AR MIZU 2010 07 01 00 05  0.000000  2    1.009752128410e-04  4.185684750370e-11
+AR MKEA 2010 07 01 00 05  0.000000  2   -7.707651422473e-08  4.114750399390e-11
+AR MOBS 2010 07 01 00 05  0.000000  2   -3.791729229137e-09  9.977098775230e-12
+AR MTKA 2010 07 01 00 05  0.000000  2   -6.982140849303e-08  1.218988616160e-11
+AR NANO 2010 07 01 00 05  0.000000  2    4.299780158793e-09  2.552853698520e-11
+AR NICO 2010 07 01 00 05  0.000000  2   -1.420088835859e-09  3.197625845280e-11
+AR NNOR 2010 07 01 00 05  0.000000  2    3.657852258570e-04  2.766914319950e-11
+AR NRC1 2010 07 01 00 05  0.000000  2   -1.168656431313e-06  1.554815817750e-11
+AR NRIL 2010 07 01 00 05  0.000000  2   -6.145510742063e-08  6.518864730380e-12
+AR NRMD 2010 07 01 00 05  0.000000  2   -2.984913481663e-08  3.406092148460e-11
+AR NTUS 2010 07 01 00 05  0.000000  2    2.902778335563e-09  3.599702694470e-11
+AR NYA1 2010 07 01 00 05  0.000000  2   -3.486880378620e-04  1.494537137930e-11
+AR NYAL 2010 07 01 00 05  0.000000  2   -4.082656251460e-04  1.011153515140e-11
+AR OHI2 2010 07 01 00 05  0.000000  2    3.726691094950e-04  2.908651465530e-11
+AR ONSA 2010 07 01 00 05  0.000000  2   -3.150523532305e-05  1.989247130100e-11
+AR OPMT 2010 07 01 00 05  0.000000  2   -2.055180140135e-05  7.849874794900e-12
+AR PDEL 2010 07 01 00 05  0.000000  2   -1.371157311192e-09  2.466105437620e-11
+AR PERT 2010 07 01 00 05  0.000000  2    6.339692748920e-04  3.326131141400e-11
+AR PETP 2010 07 01 00 05  0.000000  2   -9.638209786133e-08  1.339734244970e-11
+AR PIE1 2010 07 01 00 05  0.000000  2    2.146976831670e-04  3.178172497270e-11
+AR PIMO 2010 07 01 00 05  0.000000  2   -7.133817060803e-08  6.387144368330e-12
+AR POL2 2010 07 01 00 05  0.000000  2   -6.145105242103e-08  5.742573659450e-11
+AR POVE 2010 07 01 00 05  0.000000  2   -1.591696788873e-08  3.386252885380e-11
+AR PRDS 2010 07 01 00 05  0.000000  2    3.490297400525e-05  4.325533449850e-12
+AR PRE1 2010 07 01 00 05  0.000000  2    2.305759997850e-04  1.110655124470e-11
+AR PTBB 2010 07 01 00 05  0.000000  2    5.318077655756e-07  5.219114852790e-11
+AR QAQ1 2010 07 01 00 05  0.000000  2   -6.974561519883e-08  5.088745032100e-12
+AR QIKI 2010 07 01 00 05  0.000000  2   -5.773597994123e-08  1.878429469220e-11
+AR RABT 2010 07 01 00 05  0.000000  2   -5.212562882903e-08  6.549290954790e-12
+AR RAMO 2010 07 01 00 05  0.000000  2    6.200504911267e-08  2.677044014640e-11
+AR RESO 2010 07 01 00 05  0.000000  2   -4.490141543473e-08  1.658962423880e-11
+AR REUN 2010 07 01 00 05  0.000000  2   -1.294014054213e-08  1.684113384910e-11
+AR RIO2 2010 07 01 00 05  0.000000  2   -7.615776181793e-08  1.366595701190e-12
+AR RIOP 2010 07 01 00 05  0.000000  2    4.837053782997e-08  1.613017176190e-11
+AR SALU 2010 07 01 00 05  0.000000  2   -2.214780377123e-08  3.989755539210e-11
+AR SANT 2010 07 01 00 05  0.000000  2    1.230269900710e-04  1.963218447110e-11
+AR SCH2 2010 07 01 00 05  0.000000  2    1.170091988447e-08  1.831945916700e-11
+AR SCOR 2010 07 01 00 05  0.000000  2   -6.957967035623e-08  1.661011396840e-11
+AR SCUB 2010 07 01 00 05  0.000000  2   -8.799384034983e-08  2.689119388100e-11
+AR SEY1 2010 07 01 00 05  0.000000  2   -3.975533626643e-08  2.610450551160e-11
+AR SFER 2010 07 01 00 05  0.000000  2    3.406515695840e-04  1.766105535930e-11
+AR SHAO 2010 07 01 00 05  0.000000  2    6.835132851520e-04  3.439967339890e-11
+AR SOFI 2010 07 01 00 05  0.000000  2    2.305820446663e-09  1.505131960290e-11
+AR SPT0 2010 07 01 00 05  0.000000  2   -6.488823805505e-05  2.030324760380e-11
+AR STJO 2010 07 01 00 05  0.000000  2    2.281082866165e-05  2.041631940920e-11
+AR STR1 2010 07 01 00 05  0.000000  2    3.280859817393e-09  3.908606253510e-11
+AR SUTH 2010 07 01 00 05  0.000000  2   -4.551164523653e-08  6.860044406570e-12
+AR SUTM 2010 07 01 00 05  0.000000  2   -1.106507687959e-08  2.420512296520e-11
+AR SYDN 2010 07 01 00 05  0.000000  2    2.376494326247e-06  5.767280803800e-11
+AR SYOG 2010 07 01 00 05  0.000000  2    2.962106239480e-04  1.807409695810e-11
+AR THTI 2010 07 01 00 05  0.000000  2   -8.658589154663e-08  8.124132411620e-12
+AR THU3 2010 07 01 00 05  0.000000  2   -6.411792434283e-08  1.745124557780e-11
+AR TIDB 2010 07 01 00 05  0.000000  2    3.502726005300e-04  2.090946235000e-11
+AR TIXI 2010 07 01 00 05  0.000000  2   -7.382151927563e-08  7.977788553870e-12
+AR TIXJ 2010 07 01 00 05  0.000000  2    3.475590721080e-04  1.242832574770e-11
+AR TLSE 2010 07 01 00 05  0.000000  2   -3.395590244623e-08  3.268462203870e-11
+AR TNML 2010 07 01 00 05  0.000000  2    1.942580665499e-02  2.609081035170e-11
+AR TOW2 2010 07 01 00 05  0.000000  2   -1.661681638611e-09  2.153411322290e-11
+AR TSKB 2010 07 01 00 05  0.000000  2   -4.681430988254e-07  5.759201417130e-11
+AR ULAB 2010 07 01 00 05  0.000000  2   -2.960866371880e-09  1.513311196730e-11
+AR UNBJ 2010 07 01 00 05  0.000000  2    9.018651507615e-05  1.601095580080e-11
+AR UNSA 2010 07 01 00 05  0.000000  2    4.155184492519e-03  3.860112110150e-11
+AR URUM 2010 07 01 00 05  0.000000  2    3.824174596350e-04  1.004669505820e-12
+AR USN3 2010 07 01 00 05  0.000000  2    5.253843796863e-09  1.707008957240e-11
+AR USNO 2010 07 01 00 05  0.000000  2    6.263255003426e-07  1.778923947290e-11
+AR USUD 2010 07 01 00 05  0.000000  2    2.310983911395e-05  1.239870360420e-11
+AR VILL 2010 07 01 00 05  0.000000  2   -5.171522791953e-08  3.388996011890e-11
+AR WAB2 2010 07 01 00 05  0.000000  2    4.636956277686e-07  1.104252902550e-12
+AR WES2 2010 07 01 00 05  0.000000  2    4.810275426117e-08  1.709564245890e-11
+AR WHIT 2010 07 01 00 05  0.000000  2    8.061534017573e-09  1.975826925260e-11
+AR WILL 2010 07 01 00 05  0.000000  2   -1.674382258273e-08  9.434157291520e-12
+AR WROC 2010 07 01 00 05  0.000000  2   -3.766941569027e-09  1.218839781460e-11
+AR WSRT 2010 07 01 00 05  0.000000  2    9.147856995137e-06  1.364107646940e-11
+AR WTZA 2010 07 01 00 05  0.000000  2   -1.731918608624e-07  1.807035526300e-11
+AR WTZR 2010 07 01 00 05  0.000000  2   -1.525671796323e-08  1.864341887790e-11
+AR WUHN 2010 07 01 00 05  0.000000  2   -5.386146277063e-08  6.965124911310e-12
+AR XMIS 2010 07 01 00 05  0.000000  2   -1.879152475554e-09  4.060409136340e-11
+AR YAKT 2010 07 01 00 05  0.000000  2   -6.863490618283e-08  3.800743296150e-11
+AR YAR2 2010 07 01 00 05  0.000000  2   -5.753364909453e-08  2.990323558520e-11
+AR YEBE 2010 07 01 00 05  0.000000  2   -1.053511497160e-04  3.128171288000e-11
+AR YSSK 2010 07 01 00 05  0.000000  2   -8.194162086093e-08  8.755920568580e-12
+AR ZIMM 2010 07 01 00 05  0.000000  2    2.494281502117e-08  2.936237760730e-11
+AR ZWE2 2010 07 01 00 05  0.000000  2   -3.440743447711e-03  6.371684932160e-12
+AS G02  2010 07 01 00 05  0.000000  2    2.691094906190e-04  9.594966135100e-12
+AS G03  2010 07 01 00 05  0.000000  2    5.755062033150e-04  1.636031008000e-11
+AS G04  2010 07 01 00 05  0.000000  2    1.152520928580e-04  2.073375638760e-11
+AS G05  2010 07 01 00 05  0.000000  2   -1.068013197365e-05  2.009210215170e-11
+AS G06  2010 07 01 00 05  0.000000  2    5.894319436100e-04  1.462324348520e-11
+AS G07  2010 07 01 00 05  0.000000  2   -1.513752603013e-06  2.668629986780e-11
+AS G08  2010 07 01 00 05  0.000000  2    5.970346256117e-06  1.819434886810e-11
+AS G09  2010 07 01 00 05  0.000000  2    1.561612109495e-05  1.320379748670e-11
+AS G10  2010 07 01 00 05  0.000000  2   -4.591185665675e-05  2.345782450380e-11
+AS G11  2010 07 01 00 05  0.000000  2   -7.257441319505e-05  1.200539463860e-11
+AS G12  2010 07 01 00 05  0.000000  2   -9.843317422925e-05  1.096332285990e-11
+AS G13  2010 07 01 00 05  0.000000  2    3.024938144540e-04  1.757034622420e-11
+AS G14  2010 07 01 00 05  0.000000  2    6.287595500155e-05  1.869551476700e-11
+AS G15  2010 07 01 00 05  0.000000  2   -2.472185200000e-04  2.739222667030e-11
+AS G16  2010 07 01 00 05  0.000000  2   -8.532323928165e-05  2.048622831480e-11
+AS G17  2010 07 01 00 05  0.000000  2    1.595345184110e-04  1.594504584230e-11
+AS G18  2010 07 01 00 05  0.000000  2    7.799618150255e-05  1.537208322750e-11
+AS G19  2010 07 01 00 05  0.000000  2   -4.621394837995e-05  2.579196894940e-11
+AS G20  2010 07 01 00 05  0.000000  2    5.395006231855e-05  2.009813200430e-11
+AS G21  2010 07 01 00 05  0.000000  2   -7.077068985905e-05  2.073926375120e-11
+AS G22  2010 07 01 00 05  0.000000  2    1.685031141370e-04  1.343161777360e-11
+AS G23  2010 07 01 00 05  0.000000  2    3.648829097290e-04  1.248938567050e-11
+AS G24  2010 07 01 00 05  0.000000  2    3.006062129880e-04  2.001162951090e-11
+AS G26  2010 07 01 00 05  0.000000  2   -7.421885747705e-05  2.420474747290e-11
+AS G27  2010 07 01 00 05  0.000000  2    1.659372645740e-04  1.794047326870e-11
+AS G28  2010 07 01 00 05  0.000000  2   -1.196247069395e-05  1.720493631780e-11
+AS G29  2010 07 01 00 05  0.000000  2    1.313194525860e-04  9.481752910220e-12
+AS G30  2010 07 01 00 05  0.000000  2    2.565850861240e-04  1.714120319150e-11
+AS G31  2010 07 01 00 05  0.000000  2   -2.751926212265e-05  2.563565835640e-11
+AS G32  2010 07 01 00 05  0.000000  2   -2.759874188825e-05  3.797185566480e-11
+AR GPST 2010 07 01 00 10  0.000000  2   -2.197603819979e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 10  0.000000  2   -5.725662382218e-08  1.664725477070e-11
+AR ADE1 2010 07 01 00 10  0.000000  2    6.839358743482e-04  1.703430623190e-11
+AR ADIS 2010 07 01 00 10  0.000000  2    2.074121594062e-04  1.768775961690e-11
+AR ALBH 2010 07 01 00 10  0.000000  2    8.735589382921e-09  8.711939818520e-12
+AR ALGO 2010 07 01 00 10  0.000000  2   -6.841043624000e-06  4.618120059090e-12
+AR ALIC 2010 07 01 00 10  0.000000  2    8.434167418310e-10  3.873066802540e-11
+AR ALRT 2010 07 01 00 10  0.000000  2   -6.617069172888e-08  2.207643139950e-11
+AR AMC2 2010 07 01 00 10  0.000000  2    3.190639921441e-09  1.769049378150e-11
+AR AREQ 2010 07 01 00 10  0.000000  2    7.830975873692e-04  3.020633230770e-11
+AR ARTU 2010 07 01 00 10  0.000000  2   -5.664339460498e-08  6.815255165110e-12
+AR ASPA 2010 07 01 00 10  0.000000  2   -2.876063262198e-08  1.202659681140e-11
+AR AUCK 2010 07 01 00 10  0.000000  2    1.057670181372e-08  3.537880936840e-11
+AR BAKE 2010 07 01 00 10  0.000000  2    1.085189110271e-09  2.817677683390e-11
+AR BAKO 2010 07 01 00 10  0.000000  2    6.252207118310e-10  2.482087961440e-11
+AR BOGT 2010 07 01 00 10  0.000000  2   -5.803764778588e-08  4.566659669250e-12
+AR BOR1 2010 07 01 00 10  0.000000  2    2.084459156552e-08  7.834023641730e-12
+AR BRAZ 2010 07 01 00 10  0.000000  2    1.737452324032e-08  4.391911186350e-12
+AR BREW 2010 07 01 00 10  0.000000  2    8.926614942592e-04  1.482954057780e-11
+AR BRST 2010 07 01 00 10  0.000000  2   -5.758065286219e-09  1.590385884050e-11
+AR BRUS 2010 07 01 00 10  0.000000  2    5.498982397670e-07  2.023955147700e-11
+AR BUE1 2010 07 01 00 10  0.000000  2    3.857577489782e-04  2.624033454140e-11
+AR CAGL 2010 07 01 00 10  0.000000  2    4.871105818022e-04  2.089382728410e-11
+AR CAS1 2010 07 01 00 10  0.000000  2    3.150366946531e-09  1.992371887800e-11
+AR CCJM 2010 07 01 00 10  0.000000  2    7.276250654138e-05  4.311668430410e-12
+AR CEDU 2010 07 01 00 10  0.000000  2    2.371711382192e-04  3.050597449220e-11
+AR CHPI 2010 07 01 00 10  0.000000  2   -4.946135756598e-08  7.703503084100e-12
+AR CHUR 2010 07 01 00 10  0.000000  2    7.077200098030e-07  6.578852896450e-12
+AR COCO 2010 07 01 00 10  0.000000  2   -2.812588046228e-08  1.749217979870e-11
+AR CONZ 2010 07 01 00 10  0.000000  2    2.960200960030e-07  2.589149974950e-11
+AR DAEJ 2010 07 01 00 10  0.000000  2   -3.936227110088e-04  4.772411486280e-11
+AR DARW 2010 07 01 00 10  0.000000  2   -7.389955724889e-09  5.791259292320e-11
+AR DAV1 2010 07 01 00 10  0.000000  2    2.954526651701e-09  2.365786001290e-11
+AR DGAR 2010 07 01 00 10  0.000000  2   -1.212429183721e-08  1.519205404510e-11
+AR DRAO 2010 07 01 00 10  0.000000  2   -3.828070364140e-07  1.386215806170e-11
+AR DUBO 2010 07 01 00 10  0.000000  2    1.313769174002e-08  6.497834605190e-12
+AR EIL1 2010 07 01 00 10  0.000000  2    9.806643048072e-04  6.621167012980e-12
+AR FAA1 2010 07 01 00 10  0.000000  2   -1.532128852788e-08  3.206668342850e-11
+AR FAIR 2010 07 01 00 10  0.000000  2   -6.197076925008e-08  1.649547858870e-11
+AR FLIN 2010 07 01 00 10  0.000000  2    1.906654271301e-09  4.451107911770e-11
+AR GLPS 2010 07 01 00 10  0.000000  2   -6.939035312788e-08  7.752159715070e-13
+AR GLSV 2010 07 01 00 10  0.000000  2   -3.069888920900e-11  8.966409948220e-12
+AR GMAS 2010 07 01 00 10  0.000000  2    2.253093128292e-04  1.937732069150e-11
+AR GMSD 2010 07 01 00 10  0.000000  2   -1.660775845392e-05  2.290608400730e-11
+AR GODE 2010 07 01 00 10  0.000000  2    2.025563507592e-04  3.128706208150e-11
+AR GOLD 2010 07 01 00 10  0.000000  2   -4.031619008728e-08  3.797307010160e-11
+AR GOPE 2010 07 01 00 10  0.000000  2   -3.449801924378e-04  2.667826085970e-11
+AR GRAS 2010 07 01 00 10  0.000000  2   -3.509827242498e-08  1.742230272550e-11
+AR GRAZ 2010 07 01 00 10  0.000000  2   -3.731480204269e-09  1.701299026620e-11
+AR GUAM 2010 07 01 00 10  0.000000  2   -6.804957143058e-08  2.105041408840e-11
+AR GUAO 2010 07 01 00 10  0.000000  2    6.669538961952e-04  3.797776364780e-12
+AR GUAT 2010 07 01 00 10  0.000000  2   -4.103872973619e-09  1.848959736660e-11
+AR HARB 2010 07 01 00 10  0.000000  2    9.658430737002e-04  2.168854781020e-11
+AR HLFX 2010 07 01 00 10  0.000000  2    1.413355428392e-08  5.013193586540e-12
+AR HOB2 2010 07 01 00 10  0.000000  2    4.941349137270e-07  2.284213567660e-11
+AR HOFN 2010 07 01 00 10  0.000000  2   -4.744403455628e-04  1.646725017860e-11
+AR HOLB 2010 07 01 00 10  0.000000  2    7.524580671301e-09  2.846832315080e-11
+AR HOLM 2010 07 01 00 10  0.000000  2   -5.154644168428e-08  4.500164389350e-13
+AR HRAO 2010 07 01 00 10  0.000000  2    9.402274381392e-04  2.674498700150e-11
+AR HRM1 2010 07 01 00 10  0.000000  2    3.379506526032e-04  2.680161562800e-11
+AR HYDE 2010 07 01 00 10  0.000000  2   -2.577135122609e-09  2.544180695330e-11
+AR IENG 2010 07 01 00 10  0.000000  2    1.804864178972e-08  3.927972633480e-12
+AR IISC 2010 07 01 00 10  0.000000  2   -4.217168812238e-08  1.591340797950e-11
+AR INVK 2010 07 01 00 10  0.000000  2   -6.158228333428e-08  1.798615083600e-11
+AR IRKJ 2010 07 01 00 10  0.000000  2   -4.397674233618e-04  1.127326484130e-11
+AR IRKT 2010 07 01 00 10  0.000000  2   -2.297818564000e-07  2.852898335620e-11
+AR JOZ2 2010 07 01 00 10  0.000000  2   -3.640458648909e-09  5.481269948730e-11
+AR KARR 2010 07 01 00 10  0.000000  2   -4.162890426828e-08  7.977346465240e-12
+AR KERG 2010 07 01 00 10  0.000000  2    4.169924919402e-04  3.070487217740e-11
+AR KIRU 2010 07 01 00 10  0.000000  2    5.909208936232e-04  3.786053864570e-11
+AR KIT3 2010 07 01 00 10  0.000000  2   -3.244591372119e-09  3.243022415000e-11
+AR KOKB 2010 07 01 00 10  0.000000  2    9.582256486012e-04  1.263563196240e-11
+AR KOSG 2010 07 01 00 10  0.000000  2   -6.116332232039e-09  1.792073785260e-11
+AR KOUC 2010 07 01 00 10  0.000000  2   -3.238876305648e-08  2.543578553860e-12
+AR KOUR 2010 07 01 00 10  0.000000  2   -2.685223579568e-04  1.948061060690e-11
+AR KUUJ 2010 07 01 00 10  0.000000  2    8.513444948021e-09  8.634234630730e-12
+AR LAMA 2010 07 01 00 10  0.000000  2   -4.434317848589e-09  3.833522169160e-12
+AR LPGS 2010 07 01 00 10  0.000000  2   -8.570927243549e-09  2.292813750880e-11
+AR MAC1 2010 07 01 00 10  0.000000  2   -5.893368018488e-08  1.808470889980e-12
+AR MAL2 2010 07 01 00 10  0.000000  2    1.599072440082e-04  4.877341077770e-11
+AR MANA 2010 07 01 00 10  0.000000  2    9.633531398982e-04  1.745274258590e-11
+AR MAR6 2010 07 01 00 10  0.000000  2    3.213155794592e-04  7.724191026590e-12
+AR MAW1 2010 07 01 00 10  0.000000  2   -2.503065716490e-10  3.433941079590e-12
+AR MBAR 2010 07 01 00 10  0.000000  2   -4.772234788838e-08  1.326147554610e-11
+AR MCM4 2010 07 01 00 10  0.000000  2   -5.740415053808e-08  3.057770781570e-11
+AR MDO1 2010 07 01 00 10  0.000000  2   -3.806340709778e-08  2.089158431850e-11
+AR MDVJ 2010 07 01 00 10  0.000000  2    2.022507466612e-04  3.677041249790e-11
+AR MEDI 2010 07 01 00 10  0.000000  2    1.376210692032e-04  3.067973576740e-12
+AR METS 2010 07 01 00 10  0.000000  2    8.217073595822e-04  8.792545318420e-12
+AR MIZU 2010 07 01 00 10  0.000000  2    1.009751623912e-04  3.961809970490e-11
+AR MKEA 2010 07 01 00 10  0.000000  2   -7.674630496438e-08  3.613827809290e-11
+AR MOBS 2010 07 01 00 10  0.000000  2   -5.109067991109e-09  3.431499260460e-11
+AR MTKA 2010 07 01 00 10  0.000000  2   -6.948971861348e-08  1.208403058640e-11
+AR NANO 2010 07 01 00 10  0.000000  2    3.330164231901e-09  2.588440165410e-11
+AR NICO 2010 07 01 00 10  0.000000  2   -2.504394908857e-09  3.332800351990e-11
+AR NNOR 2010 07 01 00 10  0.000000  2    3.657850897532e-04  2.634874422360e-11
+AR NRC1 2010 07 01 00 10  0.000000  2   -1.168602899540e-06  1.395302049470e-11
+AR NRIL 2010 07 01 00 10  0.000000  2   -6.131184437508e-08  8.346648986480e-12
+AR NRMD 2010 07 01 00 10  0.000000  2   -2.966912886378e-08  3.152911786170e-11
+AR NTUS 2010 07 01 00 10  0.000000  2   -7.364883279090e-10  3.757092725800e-11
+AR NYA1 2010 07 01 00 10  0.000000  2   -3.486880416578e-04  1.649495683370e-11
+AR NYAL 2010 07 01 00 10  0.000000  2   -4.082656340098e-04  9.662048138910e-12
+AR OHI2 2010 07 01 00 10  0.000000  2    2.394141907582e-04  2.795335744310e-11
+AR ONSA 2010 07 01 00 10  0.000000  2   -3.150516890352e-05  1.796238392640e-11
+AR OPMT 2010 07 01 00 10  0.000000  2   -2.055184893572e-05  6.104010820310e-12
+AR PDEL 2010 07 01 00 10  0.000000  2   -2.873665339280e-09  2.202014702820e-11
+AR PERT 2010 07 01 00 10  0.000000  2    6.339690976372e-04  2.668158230980e-11
+AR PETP 2010 07 01 00 10  0.000000  2   -7.840330687608e-08  1.353936302000e-11
+AR PIE1 2010 07 01 00 10  0.000000  2    2.146976801452e-04  2.816693511020e-11
+AR PIMO 2010 07 01 00 10  0.000000  2   -6.513208531808e-08  6.399516637130e-12
+AR POL2 2010 07 01 00 10  0.000000  2   -6.232397000818e-08  5.673729299540e-11
+AR POVE 2010 07 01 00 10  0.000000  2   -1.503106975158e-08  3.367661726900e-11
+AR PRDS 2010 07 01 00 10  0.000000  2    3.490410594248e-05  4.262776968390e-12
+AR PRE1 2010 07 01 00 10  0.000000  2    2.305759092202e-04  4.953191392690e-12
+AR PTBB 2010 07 01 00 10  0.000000  2    5.318103724970e-07  4.960951091310e-11
+AR QAQ1 2010 07 01 00 10  0.000000  2   -7.013293686678e-08  7.982196327200e-12
+AR QIKI 2010 07 01 00 10  0.000000  2   -5.292967071338e-08  1.662145630880e-11
+AR RABT 2010 07 01 00 10  0.000000  2   -5.769038069518e-08  9.578126509650e-12
+AR RAMO 2010 07 01 00 10  0.000000  2   -2.414937560711e-09  2.697219006380e-11
+AR RESO 2010 07 01 00 10  0.000000  2   -4.636885073968e-08  1.843198651600e-11
+AR REUN 2010 07 01 00 10  0.000000  2   -1.470751628998e-08  2.110529693820e-11
+AR RIO2 2010 07 01 00 10  0.000000  2   -7.596816618278e-08  1.233807720640e-12
+AR RIOP 2010 07 01 00 10  0.000000  2    5.006284671652e-08  1.874292095580e-11
+AR SALU 2010 07 01 00 10  0.000000  2   -2.236386269308e-08  3.734164318030e-11
+AR SANT 2010 07 01 00 10  0.000000  2    1.230272625662e-04  1.124999332950e-11
+AR SCH2 2010 07 01 00 10  0.000000  2    9.203973808221e-09  1.826019219000e-11
+AR SCOR 2010 07 01 00 10  0.000000  2   -7.020762289358e-08  1.420324563020e-11
+AR SCUB 2010 07 01 00 10  0.000000  2   -8.353482891118e-08  1.965086045830e-11
+AR SEY1 2010 07 01 00 10  0.000000  2   -4.337179938238e-08  2.280574940250e-11
+AR SFER 2010 07 01 00 10  0.000000  2    3.406515912112e-04  2.320252726830e-11
+AR SHAO 2010 07 01 00 10  0.000000  2    6.835135207022e-04  3.425218254920e-11
+AR SOFI 2010 07 01 00 10  0.000000  2   -1.783911770350e-09  1.050076493200e-11
+AR SPT0 2010 07 01 00 10  0.000000  2   -6.488855772582e-05  2.168957773150e-11
+AR STJO 2010 07 01 00 10  0.000000  2    2.281071740488e-05  2.720699360940e-11
+AR STR1 2010 07 01 00 10  0.000000  2    1.731325757310e-10  1.962597880850e-11
+AR SUTH 2010 07 01 00 10  0.000000  2   -4.659555204968e-08  8.744010856670e-12
+AR SUTM 2010 07 01 00 10  0.000000  2   -1.952196694074e-09  2.259796090530e-11
+AR SYDN 2010 07 01 00 10  0.000000  2    2.376758745110e-06  5.481297359900e-11
+AR SYOG 2010 07 01 00 10  0.000000  2    2.962106419022e-04  1.971745662850e-11
+AR THTI 2010 07 01 00 10  0.000000  2   -8.420179521848e-08  1.588055552170e-11
+AR THU3 2010 07 01 00 10  0.000000  2   -5.983682693448e-08  1.498114952260e-11
+AR TIDB 2010 07 01 00 10  0.000000  2    3.502723680342e-04  2.810716098390e-11
+AR TIXI 2010 07 01 00 10  0.000000  2   -7.323032709598e-08  9.825151220150e-12
+AR TIXJ 2010 07 01 00 10  0.000000  2    1.558551417002e-04  4.264885128730e-12
+AR TLSE 2010 07 01 00 10  0.000000  2   -3.452187993808e-08  2.651609432190e-11
+AR TNML 2010 07 01 00 10  0.000000  2    1.942615800230e-02  1.809145806900e-11
+AR TOW2 2010 07 01 00 10  0.000000  2   -2.957700081199e-09  2.697578269100e-11
+AR TSKB 2010 07 01 00 10  0.000000  2   -4.681666549420e-07  5.526156075570e-11
+AR ULAB 2010 07 01 00 10  0.000000  2   -5.189283059789e-09  1.269496113480e-11
+AR UNBJ 2010 07 01 00 10  0.000000  2   -3.465590508820e-06  1.650180069410e-11
+AR UNSA 2010 07 01 00 10  0.000000  2    3.939524160306e-03  4.424183153840e-11
+AR URUM 2010 07 01 00 10  0.000000  2   -9.960990757722e-05  9.727913697250e-13
+AR USN3 2010 07 01 00 10  0.000000  2    5.253842558361e-09  1.880848833100e-11
+AR USNO 2010 07 01 00 10  0.000000  2    6.263184481270e-07  1.582810759500e-11
+AR USUD 2010 07 01 00 10  0.000000  2    2.310979138218e-05  1.299867267830e-11
+AR VILL 2010 07 01 00 10  0.000000  2   -5.891963114978e-08  3.371769313330e-11
+AR WAB2 2010 07 01 00 10  0.000000  2    4.637066868500e-07  2.097399591200e-11
+AR WES2 2010 07 01 00 10  0.000000  2    4.813134016332e-08  1.411392319740e-11
+AR WHIT 2010 07 01 00 10  0.000000  2    8.029573270821e-09  1.861215330100e-11
+AR WILL 2010 07 01 00 10  0.000000  2    3.835839341202e-08  1.214827394690e-11
+AR WROC 2010 07 01 00 10  0.000000  2   -1.916376916791e-09  3.161831706890e-12
+AR WSRT 2010 07 01 00 10  0.000000  2    9.147918787350e-06  1.843665872940e-11
+AR WTZA 2010 07 01 00 10  0.000000  2   -1.731629871090e-07  2.729206252250e-11
+AR WTZR 2010 07 01 00 10  0.000000  2   -1.526265719888e-08  1.985341961610e-11
+AR WUHN 2010 07 01 00 10  0.000000  2   -5.207718947248e-08  4.874650265840e-12
+AR XMIS 2010 07 01 00 10  0.000000  2   -1.631791529293e-09  4.208114620640e-11
+AR YAKT 2010 07 01 00 10  0.000000  2   -6.863972212318e-08  3.577768067360e-11
+AR YAR2 2010 07 01 00 10  0.000000  2   -5.258446555458e-08  2.888938070950e-11
+AR YEBE 2010 07 01 00 10  0.000000  2   -1.053511216778e-04  2.679702931010e-11
+AR YSSK 2010 07 01 00 10  0.000000  2   -7.940395752828e-08  8.675836222770e-12
+AR ZIMM 2010 07 01 00 10  0.000000  2    2.451896440182e-08  3.478386785680e-11
+AR ZWE2 2010 07 01 00 10  0.000000  2   -3.714129571714e-03  5.792816205530e-12
+AS G02  2010 07 01 00 10  0.000000  2    2.691104184702e-04  7.166708521010e-12
+AS G03  2010 07 01 00 10  0.000000  2    5.755073030682e-04  1.814615255470e-11
+AS G04  2010 07 01 00 10  0.000000  2    1.152544986192e-04  1.896572694790e-11
+AS G05  2010 07 01 00 10  0.000000  2   -1.068106494322e-05  1.856102596790e-11
+AS G06  2010 07 01 00 10  0.000000  2    5.894278753472e-04  1.498729389540e-11
+AS G07  2010 07 01 00 10  0.000000  2   -1.513832853750e-06  2.600586879680e-11
+AS G08  2010 07 01 00 10  0.000000  2    5.970571331280e-06  1.638788242280e-11
+AS G09  2010 07 01 00 10  0.000000  2    1.561675041368e-05  1.469390720850e-11
+AS G10  2010 07 01 00 10  0.000000  2   -4.591232550122e-05  1.493282202280e-11
+AS G11  2010 07 01 00 10  0.000000  2   -7.257511853342e-05  1.136466068960e-11
+AS G12  2010 07 01 00 10  0.000000  2   -9.843179547542e-05  6.782483356510e-12
+AS G13  2010 07 01 00 10  0.000000  2    3.024936160582e-04  2.069346207590e-11
+AS G14  2010 07 01 00 10  0.000000  2    6.287715849568e-05  1.604583678280e-11
+AS G15  2010 07 01 00 10  0.000000  2   -2.472166285828e-04  2.558779541440e-11
+AS G16  2010 07 01 00 10  0.000000  2   -8.532445594012e-05  1.718259792830e-11
+AS G17  2010 07 01 00 10  0.000000  2    1.595352579022e-04  1.340700111760e-11
+AS G18  2010 07 01 00 10  0.000000  2    7.799693676348e-05  1.718477924580e-11
+AS G19  2010 07 01 00 10  0.000000  2   -4.621452148282e-05  2.351712103250e-11
+AS G20  2010 07 01 00 10  0.000000  2    5.394958807078e-05  2.021945820780e-11
+AS G21  2010 07 01 00 10  0.000000  2   -7.077186820022e-05  2.164150727130e-11
+AS G22  2010 07 01 00 10  0.000000  2    1.685023330552e-04  1.450911191170e-11
+AS G23  2010 07 01 00 10  0.000000  2    3.648823156032e-04  1.866078908060e-11
+AS G24  2010 07 01 00 10  0.000000  2    3.006070655462e-04  2.200620566960e-11
+AS G26  2010 07 01 00 10  0.000000  2   -7.422067419542e-05  2.827525582060e-11
+AS G27  2010 07 01 00 10  0.000000  2    1.659378715072e-04  1.984211562930e-11
+AS G28  2010 07 01 00 10  0.000000  2   -1.196214120642e-05  1.417438045780e-11
+AS G29  2010 07 01 00 10  0.000000  2    1.313203502572e-04  9.532095661080e-12
+AS G30  2010 07 01 00 10  0.000000  2    2.565862327112e-04  1.923504361290e-11
+AS G31  2010 07 01 00 10  0.000000  2   -2.751849018892e-05  2.329297293010e-11
+AS G32  2010 07 01 00 10  0.000000  2   -2.760127095842e-05  2.803499990730e-11
+AR GPST 2010 07 01 00 15  0.000000  2   -2.193627415254e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 15  0.000000  2   -5.708969358815e-08  1.419903742880e-11
+AR ADE1 2010 07 01 00 15  0.000000  2    6.839363084326e-04  1.077085773050e-11
+AR ADIS 2010 07 01 00 15  0.000000  2    2.064522928466e-04  1.928210496960e-11
+AR ALBH 2010 07 01 00 15  0.000000  2    5.231786358660e-10  1.033766155230e-11
+AR ALGO 2010 07 01 00 15  0.000000  2   -6.841207306235e-06  6.186553153760e-12
+AR ALIC 2010 07 01 00 15  0.000000  2    9.594337188160e-10  4.142530445810e-11
+AR ALRT 2010 07 01 00 15  0.000000  2   -5.595859790415e-08  1.899726131370e-11
+AR AMC2 2010 07 01 00 15  0.000000  2    3.179218249446e-09  1.911286354790e-11
+AR AREQ 2010 07 01 00 15  0.000000  2    7.830991047566e-04  2.983336921620e-11
+AR ARTU 2010 07 01 00 15  0.000000  2   -5.749882593875e-08  1.024563793460e-11
+AR ASPA 2010 07 01 00 15  0.000000  2   -3.029449855525e-08  6.954480533890e-12
+AR AUCK 2010 07 01 00 15  0.000000  2    9.696609502146e-09  3.354869891350e-11
+AR BAKE 2010 07 01 00 15  0.000000  2   -2.265051899140e-10  2.677106230380e-11
+AR BAKO 2010 07 01 00 15  0.000000  2    2.440210200996e-09  2.597357536960e-11
+AR BOGT 2010 07 01 00 15  0.000000  2   -5.684259306425e-08  1.073521928800e-12
+AR BOR1 2010 07 01 00 15  0.000000  2    2.060600564455e-08  9.967697526590e-12
+AR BRAZ 2010 07 01 00 15  0.000000  2    2.500726360225e-08  5.193006375460e-12
+AR BREW 2010 07 01 00 15  0.000000  2    8.926615544626e-04  1.493959834940e-11
+AR BRST 2010 07 01 00 15  0.000000  2   -5.511155733584e-09  1.426736563370e-11
+AR BRUS 2010 07 01 00 15  0.000000  2    5.499132140427e-07  1.648179887380e-11
+AR BUE1 2010 07 01 00 15  0.000000  2    3.857576717686e-04  1.043192240970e-11
+AR CAS1 2010 07 01 00 15  0.000000  2    2.654630523486e-09  1.985163835220e-11
+AR CCJM 2010 07 01 00 15  0.000000  2    7.276243385328e-05  4.298155474000e-12
+AR CEDU 2010 07 01 00 15  0.000000  2    2.371711827636e-04  2.764132291010e-11
+AR CHPI 2010 07 01 00 15  0.000000  2   -5.035463622315e-08  1.104808843940e-11
+AR CHUR 2010 07 01 00 15  0.000000  2    7.101919282417e-07  6.579914505480e-12
+AR COCO 2010 07 01 00 15  0.000000  2   -3.120739986225e-08  1.715915112790e-11
+AR CONZ 2010 07 01 00 15  0.000000  2    2.961259818877e-07  3.354970077100e-11
+AR DAEJ 2010 07 01 00 15  0.000000  2   -3.936224330234e-04  4.403876267810e-11
+AR DARW 2010 07 01 00 15  0.000000  2   -6.916700501534e-09  5.444005412020e-11
+AR DAV1 2010 07 01 00 15  0.000000  2   -2.520689186243e-09  2.530246368160e-11
+AR DGAR 2010 07 01 00 15  0.000000  2   -1.187408693734e-08  1.409910863780e-11
+AR DRAO 2010 07 01 00 15  0.000000  2   -3.829073466373e-07  1.315525832690e-11
+AR DUBO 2010 07 01 00 15  0.000000  2    1.339374661005e-08  1.458133192970e-11
+AR EIL1 2010 07 01 00 15  0.000000  2    9.806642597986e-04  3.596868095300e-12
+AR FAA1 2010 07 01 00 15  0.000000  2   -1.595487564935e-08  2.666778904990e-11
+AR FAIR 2010 07 01 00 15  0.000000  2   -6.118987439355e-08  1.651472480290e-11
+AR FLIN 2010 07 01 00 15  0.000000  2    1.148752150975e-08  4.254625563720e-11
+AR GLPS 2010 07 01 00 15  0.000000  2   -6.779928196705e-08  2.695752091860e-12
+AR GLSV 2010 07 01 00 15  0.000000  2   -2.232579433371e-09  1.038405012200e-11
+AR GMAS 2010 07 01 00 15  0.000000  2    2.253097392086e-04  1.120463698440e-11
+AR GMSD 2010 07 01 00 15  0.000000  2   -1.660838822102e-05  2.566691292290e-11
+AR GODE 2010 07 01 00 15  0.000000  2    2.025563495866e-04  3.106619045940e-11
+AR GOLD 2010 07 01 00 15  0.000000  2   -5.280018806555e-08  3.813015688890e-11
+AR GOPE 2010 07 01 00 15  0.000000  2   -3.449802341594e-04  2.816733645000e-11
+AR GRAS 2010 07 01 00 15  0.000000  2   -3.744764413385e-08  1.887218619260e-11
+AR GRAZ 2010 07 01 00 15  0.000000  2   -8.233975573954e-09  1.326010358180e-11
+AR GUAM 2010 07 01 00 15  0.000000  2   -6.798211442055e-08  1.998673790090e-11
+AR GUAO 2010 07 01 00 15  0.000000  2    6.669538898326e-04  6.665361790010e-12
+AR GUAT 2010 07 01 00 15  0.000000  2   -3.546465419824e-09  1.519787031820e-11
+AR HARB 2010 07 01 00 15  0.000000  2    9.658437920326e-04  2.253742005050e-11
+AR HLFX 2010 07 01 00 15  0.000000  2   -9.745799136140e-10  6.571843889560e-12
+AR HOB2 2010 07 01 00 15  0.000000  2    4.941322132647e-07  2.444148956520e-11
+AR HOFN 2010 07 01 00 15  0.000000  2   -4.510178916574e-04  1.422637645180e-11
+AR HOLB 2010 07 01 00 15  0.000000  2    5.205158149646e-09  2.598250484010e-11
+AR HOLM 2010 07 01 00 15  0.000000  2   -5.316815212685e-08  1.833115523200e-12
+AR HRAO 2010 07 01 00 15  0.000000  2    9.402274750516e-04  2.882877443920e-11
+AR HRM1 2010 07 01 00 15  0.000000  2    3.379506795226e-04  2.980848683200e-11
+AR HYDE 2010 07 01 00 15  0.000000  2   -3.314464601204e-09  2.635632923750e-11
+AR IENG 2010 07 01 00 15  0.000000  2    1.804702850485e-08  7.992792686240e-12
+AR IISC 2010 07 01 00 15  0.000000  2   -4.266288456395e-08  1.229234003340e-11
+AR INVK 2010 07 01 00 15  0.000000  2   -6.411543133265e-08  1.439686020380e-11
+AR IRKJ 2010 07 01 00 15  0.000000  2   -4.397674402654e-04  7.336759983380e-12
+AR IRKT 2010 07 01 00 15  0.000000  2   -2.297988365073e-07  3.139314391400e-11
+AR JOZ2 2010 07 01 00 15  0.000000  2   -4.315406773724e-09  5.580083925570e-11
+AR KARR 2010 07 01 00 15  0.000000  2   -4.167228373665e-08  1.174906135560e-11
+AR KERG 2010 07 01 00 15  0.000000  2    4.169928010766e-04  3.062303366390e-11
+AR KIRU 2010 07 01 00 15  0.000000  2    5.909211387566e-04  3.458886660010e-11
+AR KIT3 2010 07 01 00 15  0.000000  2   -2.222623292095e-08  3.165928574230e-11
+AR KOKB 2010 07 01 00 15  0.000000  2    9.582256515676e-04  1.335595624120e-11
+AR KOSG 2010 07 01 00 15  0.000000  2   -1.123084215591e-08  1.614191331520e-11
+AR KOUC 2010 07 01 00 15  0.000000  2   -3.182496239445e-08  6.791898331060e-12
+AR KOUR 2010 07 01 00 15  0.000000  2   -2.685223578524e-04  1.644018083140e-11
+AR KUUJ 2010 07 01 00 15  0.000000  2    6.586910716406e-09  5.911949806480e-12
+AR LAMA 2010 07 01 00 15  0.000000  2   -3.968892517674e-09  7.839857972780e-12
+AR LPGS 2010 07 01 00 15  0.000000  2   -1.447894873795e-08  1.742547579110e-11
+AR MAC1 2010 07 01 00 15  0.000000  2   -6.047580558175e-08  1.428256225810e-12
+AR MAL2 2010 07 01 00 15  0.000000  2    4.367089304278e-05  4.634644608720e-11
+AR MANA 2010 07 01 00 15  0.000000  2    4.440430774586e-04  1.361245941570e-11
+AR MAR6 2010 07 01 00 15  0.000000  2    3.213290341076e-04  8.031166533040e-12
+AR MAW1 2010 07 01 00 15  0.000000  2   -2.988343588940e-10  4.409316299970e-12
+AR MBAR 2010 07 01 00 15  0.000000  2   -4.774273126265e-08  1.417483073530e-11
+AR MCM4 2010 07 01 00 15  0.000000  2   -5.988847548065e-08  2.853521738820e-11
+AR MDO1 2010 07 01 00 15  0.000000  2   -3.823963411285e-08  2.152382971700e-11
+AR MDVJ 2010 07 01 00 15  0.000000  2    2.022507398056e-04  3.526196652330e-11
+AR MEDI 2010 07 01 00 15  0.000000  2    1.376218090276e-04  5.040863515310e-12
+AR METS 2010 07 01 00 15  0.000000  2    6.308803035746e-04  6.112885427400e-12
+AR MIZU 2010 07 01 00 15  0.000000  2    1.009748490676e-04  3.828873615100e-11
+AR MKEA 2010 07 01 00 15  0.000000  2   -7.694646523035e-08  3.099329050710e-11
+AR MOBS 2010 07 01 00 15  0.000000  2   -4.844608709374e-09  3.708880651280e-11
+AR MTKA 2010 07 01 00 15  0.000000  2   -7.180381591925e-08  1.292513751340e-11
+AR NANO 2010 07 01 00 15  0.000000  2   -1.509129426628e-09  2.383685934520e-11
+AR NICO 2010 07 01 00 15  0.000000  2    4.002372933060e-10  3.310658395580e-11
+AR NNOR 2010 07 01 00 15  0.000000  2    3.657850470936e-04  2.620750311250e-11
+AR NRC1 2010 07 01 00 15  0.000000  2   -1.168552109095e-06  1.235779880500e-11
+AR NRIL 2010 07 01 00 15  0.000000  2   -6.407798975165e-08  1.151356538960e-11
+AR NRMD 2010 07 01 00 15  0.000000  2   -3.095862750935e-08  2.334284300160e-11
+AR NTUS 2010 07 01 00 15  0.000000  2    4.630967593626e-09  3.304125335230e-11
+AR NYA1 2010 07 01 00 15  0.000000  2   -3.486864254414e-04  1.458388549410e-11
+AR NYAL 2010 07 01 00 15  0.000000  2   -4.082640207624e-04  8.735375561360e-12
+AR OHI2 2010 07 01 00 15  0.000000  2    1.060504409616e-04  2.813354829210e-11
+AR ONSA 2010 07 01 00 15  0.000000  2   -3.150510937372e-05  1.893104482570e-11
+AR OPMT 2010 07 01 00 15  0.000000  2   -2.055191798322e-05  5.420635062740e-12
+AR PDEL 2010 07 01 00 15  0.000000  2   -1.317484870943e-09  1.738793107920e-11
+AR PERT 2010 07 01 00 15  0.000000  2    6.339689904686e-04  2.568081034820e-11
+AR PETP 2010 07 01 00 15  0.000000  2   -9.053479181605e-08  1.099164948700e-11
+AR PIE1 2010 07 01 00 15  0.000000  2    2.146976768666e-04  2.636386169230e-11
+AR PIMO 2010 07 01 00 15  0.000000  2   -6.589129710835e-08  7.441561988400e-12
+AR POL2 2010 07 01 00 15  0.000000  2   -6.275818514405e-08  5.632410816950e-11
+AR POVE 2010 07 01 00 15  0.000000  2   -1.471377746525e-08  3.228969488830e-11
+AR PRDS 2010 07 01 00 15  0.000000  2    3.490518546588e-05  7.179776645570e-12
+AR PRE1 2010 07 01 00 15  0.000000  2    2.305759956526e-04  5.089884321190e-13
+AR PTBB 2010 07 01 00 15  0.000000  2    5.318338264997e-07  4.244464688730e-11
+AR QAQ1 2010 07 01 00 15  0.000000  2   -7.163567078495e-08  4.880836783190e-12
+AR QIKI 2010 07 01 00 15  0.000000  2   -4.485198555965e-08  1.608512186860e-11
+AR RABT 2010 07 01 00 15  0.000000  2   -5.590270760615e-08  9.526152684430e-12
+AR RAMO 2010 07 01 00 15  0.000000  2   -4.215847989495e-08  2.668571231790e-11
+AR RESO 2010 07 01 00 15  0.000000  2   -4.550759355435e-08  1.789318402560e-11
+AR REUN 2010 07 01 00 15  0.000000  2   -1.592503274335e-08  1.319741385630e-11
+AR RIO2 2010 07 01 00 15  0.000000  2   -7.106914900855e-08  1.395735512490e-12
+AR RIOP 2010 07 01 00 15  0.000000  2    5.100927020005e-08  1.630601023240e-11
+AR SALU 2010 07 01 00 15  0.000000  2   -2.319883718505e-08  3.134985153330e-11
+AR SANT 2010 07 01 00 15  0.000000  2    1.230274528386e-04  3.579727054090e-12
+AR SCH2 2010 07 01 00 15  0.000000  2    1.276209285265e-08  2.010184636940e-11
+AR SCOR 2010 07 01 00 15  0.000000  2   -7.429320333565e-08  1.296649047710e-11
+AR SCUB 2010 07 01 00 15  0.000000  2   -9.200752686185e-08  1.713388177920e-11
+AR SEY1 2010 07 01 00 15  0.000000  2   -4.410363312435e-08  1.562855238150e-11
+AR SFER 2010 07 01 00 15  0.000000  2    3.406515952476e-04  2.056787536470e-11
+AR SHAO 2010 07 01 00 15  0.000000  2    6.835137536346e-04  3.264906222440e-11
+AR SOFI 2010 07 01 00 15  0.000000  2    2.729080676476e-09  1.280021740920e-11
+AR SPT0 2010 07 01 00 15  0.000000  2   -6.488890968432e-05  1.931734352620e-11
+AR STJO 2010 07 01 00 15  0.000000  2    2.281049248878e-05  2.397159163720e-11
+AR STR1 2010 07 01 00 15  0.000000  2   -2.221165195293e-09  1.695118967660e-11
+AR SUTH 2010 07 01 00 15  0.000000  2   -4.619111290205e-08  9.008347832660e-12
+AR SUTM 2010 07 01 00 15  0.000000  2   -1.248018753705e-08  2.299529551140e-11
+AR SYDN 2010 07 01 00 15  0.000000  2    2.376897672295e-06  4.818759299470e-11
+AR SYOG 2010 07 01 00 15  0.000000  2    2.962105668896e-04  2.569800078670e-11
+AR THTI 2010 07 01 00 15  0.000000  2   -8.439118869695e-08  1.938734853160e-11
+AR THU3 2010 07 01 00 15  0.000000  2   -6.277857995605e-08  1.638951541030e-11
+AR TIDB 2010 07 01 00 15  0.000000  2    3.502721970766e-04  2.930510174830e-11
+AR TIXI 2010 07 01 00 15  0.000000  2   -7.147188871745e-08  8.573305617560e-12
+AR TIXJ 2010 07 01 00 15  0.000000  2   -3.597486660842e-05  7.923115644310e-12
+AR TLSE 2010 07 01 00 15  0.000000  2   -3.591923199095e-08  2.913932712230e-11
+AR TNML 2010 07 01 00 15  0.000000  2    1.942650945517e-02  2.263016988670e-11
+AR TOW2 2010 07 01 00 15  0.000000  2   -2.884809576546e-09  2.499951379340e-11
+AR TSKB 2010 07 01 00 15  0.000000  2   -4.682070420973e-07  5.705731459990e-11
+AR ULAB 2010 07 01 00 15  0.000000  2   -9.878996819754e-09  1.537682301710e-11
+AR UNBJ 2010 07 01 00 15  0.000000  2   -9.699202801182e-05  1.342713495200e-11
+AR UNSA 2010 07 01 00 15  0.000000  2    3.723650015543e-03  3.994287023890e-11
+AR URUM 2010 07 01 00 15  0.000000  2    4.183761266716e-04  3.536291400880e-13
+AR USN3 2010 07 01 00 15  0.000000  2    5.244743243536e-09  1.132323045030e-11
+AR USNO 2010 07 01 00 15  0.000000  2    6.263168553437e-07  1.325144262740e-11
+AR USUD 2010 07 01 00 15  0.000000  2    2.310984436128e-05  1.204632666920e-11
+AR VILL 2010 07 01 00 15  0.000000  2   -5.712407333775e-08  3.397862864300e-11
+AR WAB2 2010 07 01 00 15  0.000000  2    4.637086215477e-07  8.446433983840e-12
+AR WES2 2010 07 01 00 15  0.000000  2    4.816206210015e-08  1.747978882940e-11
+AR WHIT 2010 07 01 00 15  0.000000  2    6.125246260556e-09  1.712647506230e-11
+AR WILL 2010 07 01 00 15  0.000000  2    3.410023525495e-08  9.698891385660e-12
+AR WROC 2010 07 01 00 15  0.000000  2   -3.407329320064e-09  2.101754782610e-12
+AR WSRT 2010 07 01 00 15  0.000000  2    9.147978591315e-06  1.721264734950e-11
+AR WTZA 2010 07 01 00 15  0.000000  2   -1.731012662313e-07  2.267154784130e-11
+AR WTZR 2010 07 01 00 15  0.000000  2   -1.528912017795e-08  1.643086808590e-11
+AR WUHN 2010 07 01 00 15  0.000000  2   -5.099953175325e-08  3.971557239700e-12
+AR XMIS 2010 07 01 00 15  0.000000  2    1.118881092376e-09  4.018810291320e-11
+AR YAKT 2010 07 01 00 15  0.000000  2   -6.578103770065e-08  3.526508244920e-11
+AR YAR2 2010 07 01 00 15  0.000000  2   -5.410713368775e-08  2.294588280320e-11
+AR YEBE 2010 07 01 00 15  0.000000  2   -1.053510702484e-04  2.271951267580e-11
+AR YSSK 2010 07 01 00 15  0.000000  2   -7.600579772395e-08  9.528234751090e-12
+AR ZIMM 2010 07 01 00 15  0.000000  2    2.603635624365e-08  3.269389043920e-11
+AR ZWE2 2010 07 01 00 15  0.000000  2   -3.987264092297e-03  6.808732959010e-12
+AS G02  2010 07 01 00 15  0.000000  2    2.691113815246e-04  9.618070514180e-12
+AS G03  2010 07 01 00 15  0.000000  2    5.755088051706e-04  1.949930487350e-11
+AS G04  2010 07 01 00 15  0.000000  2    1.152569283596e-04  1.858022137140e-11
+AS G05  2010 07 01 00 15  0.000000  2   -1.068169418022e-05  2.276485930630e-11
+AS G06  2010 07 01 00 15  0.000000  2    5.894240050156e-04  1.466956213580e-11
+AS G07  2010 07 01 00 15  0.000000  2   -1.513514067405e-06  2.494219338090e-11
+AS G08  2010 07 01 00 15  0.000000  2    5.970100310905e-06  1.565207560180e-11
+AS G09  2010 07 01 00 15  0.000000  2    1.561697773918e-05  1.410419719530e-11
+AS G10  2010 07 01 00 15  0.000000  2   -4.591276639802e-05  1.621193490710e-11
+AS G11  2010 07 01 00 15  0.000000  2   -7.257600585302e-05  1.387354761990e-11
+AS G12  2010 07 01 00 15  0.000000  2   -9.843079688622e-05  7.997493993770e-12
+AS G13  2010 07 01 00 15  0.000000  2    3.024923461136e-04  1.148123398510e-11
+AS G14  2010 07 01 00 15  0.000000  2    6.287866052218e-05  1.526586987980e-11
+AS G15  2010 07 01 00 15  0.000000  2   -2.472146165114e-04  2.557495005110e-11
+AS G16  2010 07 01 00 15  0.000000  2   -8.532550262202e-05  1.425889963650e-11
+AS G17  2010 07 01 00 15  0.000000  2    1.595359411266e-04  1.241370779260e-11
+AS G18  2010 07 01 00 15  0.000000  2    7.799754242708e-05  1.844461994610e-11
+AS G19  2010 07 01 00 15  0.000000  2   -4.621556999682e-05  2.441376368230e-11
+AS G20  2010 07 01 00 15  0.000000  2    5.394943651788e-05  1.686301687260e-11
+AS G21  2010 07 01 00 15  0.000000  2   -7.077278091212e-05  2.405723180940e-11
+AS G22  2010 07 01 00 15  0.000000  2    1.685029606836e-04  1.238493186820e-11
+AS G23  2010 07 01 00 15  0.000000  2    3.648820476646e-04  1.613172832420e-11
+AS G24  2010 07 01 00 15  0.000000  2    3.006080477656e-04  2.153449030680e-11
+AS G26  2010 07 01 00 15  0.000000  2   -7.422236665462e-05  2.006376575480e-11
+AS G27  2010 07 01 00 15  0.000000  2    1.659386469886e-04  1.946962933400e-11
+AS G28  2010 07 01 00 15  0.000000  2   -1.196178880242e-05  1.365720066670e-11
+AS G29  2010 07 01 00 15  0.000000  2    1.313211205146e-04  1.051974992890e-11
+AS G30  2010 07 01 00 15  0.000000  2    2.565871243696e-04  1.758939143790e-11
+AS G31  2010 07 01 00 15  0.000000  2   -2.751784610172e-05  2.248590545750e-11
+AS G32  2010 07 01 00 15  0.000000  2   -2.760384075222e-05  3.315861665670e-11
+AR GPST 2010 07 01 00 20  0.000000  2   -2.187163146620e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 20  0.000000  2   -5.620221911792e-08  1.366917888000e-11
+AR ADE1 2010 07 01 00 20  0.000000  2    6.839359674369e-04  1.549330178210e-11
+AR ADIS 2010 07 01 00 20  0.000000  2    2.055972718079e-04  1.890125720610e-11
+AR ALBH 2010 07 01 00 20  0.000000  2    2.903866651890e-09  1.847736861640e-11
+AR ALGO 2010 07 01 00 20  0.000000  2   -6.841367586667e-06  1.250536741160e-11
+AR ALIC 2010 07 01 00 20  0.000000  2    9.069914001900e-10  3.548149407110e-11
+AR ALRT 2010 07 01 00 20  0.000000  2   -5.709240953792e-08  1.801805839150e-11
+AR AMC2 2010 07 01 00 20  0.000000  2    3.169616070610e-09  1.379396969940e-11
+AR AREQ 2010 07 01 00 20  0.000000  2    7.830996116559e-04  3.228654247470e-11
+AR ARTU 2010 07 01 00 20  0.000000  2   -5.796207904172e-08  8.654061106640e-12
+AR ASPA 2010 07 01 00 20  0.000000  2   -2.970803853522e-08  1.282891778300e-11
+AR AUCK 2010 07 01 00 20  0.000000  2    8.260584662680e-09  3.615601683150e-11
+AR BAKE 2010 07 01 00 20  0.000000  2   -4.250821893000e-10  2.790632846830e-11
+AR BAKO 2010 07 01 00 20  0.000000  2    7.651905703530e-09  2.299870140950e-11
+AR BOGT 2010 07 01 00 20  0.000000  2   -5.426746643252e-08  9.259163814970e-12
+AR BOR1 2010 07 01 00 20  0.000000  2    2.016829863448e-08  9.202024917000e-12
+AR BRAZ 2010 07 01 00 20  0.000000  2    2.404320227778e-08  1.214460040210e-12
+AR BREW 2010 07 01 00 20  0.000000  2    8.926615145179e-04  2.188493396940e-11
+AR BRST 2010 07 01 00 20  0.000000  2   -3.330223315820e-09  1.508878322660e-11
+AR BRUS 2010 07 01 00 20  0.000000  2    5.499096045264e-07  1.753514971600e-11
+AR BUE1 2010 07 01 00 20  0.000000  2    3.857578057739e-04  2.075196288630e-11
+AR CAS1 2010 07 01 00 20  0.000000  2    7.299003438900e-10  2.153471913670e-11
+AR CCJM 2010 07 01 00 20  0.000000  2    7.276283447435e-05  3.755026546290e-12
+AR CEDU 2010 07 01 00 20  0.000000  2    2.371710373859e-04  2.841405200880e-11
+AR CHPI 2010 07 01 00 20  0.000000  2   -5.140377141112e-08  7.696628637210e-12
+AR CHUR 2010 07 01 00 20  0.000000  2    7.127374090364e-07  5.990586366670e-12
+AR COCO 2010 07 01 00 20  0.000000  2   -3.127512312202e-08  1.845055220000e-11
+AR CONZ 2010 07 01 00 20  0.000000  2    2.962131385304e-07  2.163480759090e-11
+AR DAEJ 2010 07 01 00 20  0.000000  2   -3.936214148971e-04  4.467153689490e-11
+AR DARW 2010 07 01 00 20  0.000000  2   -4.966131946880e-09  5.388651026470e-11
+AR DAV1 2010 07 01 00 20  0.000000  2   -3.782141362670e-09  2.324222898530e-11
+AR DGAR 2010 07 01 00 20  0.000000  2   -1.345312887002e-08  1.521912120640e-11
+AR DRAO 2010 07 01 00 20  0.000000  2   -3.830013166286e-07  1.562104241820e-11
+AR DUBO 2010 07 01 00 20  0.000000  2    1.233265137698e-08  7.767515969880e-12
+AR EIL1 2010 07 01 00 20  0.000000  2    9.806643453599e-04  8.828048189470e-12
+AR FAA1 2010 07 01 00 20  0.000000  2   -1.355532737622e-08  2.401450570940e-11
+AR FAIR 2010 07 01 00 20  0.000000  2   -6.263086470242e-08  1.979335245110e-11
+AR FLIN 2010 07 01 00 20  0.000000  2    2.907093370110e-09  3.972011544520e-11
+AR GLPS 2010 07 01 00 20  0.000000  2   -6.616542636632e-08  8.293996458860e-12
+AR GLSV 2010 07 01 00 20  0.000000  2   -3.083200108604e-09  8.325697587540e-12
+AR GMAS 2010 07 01 00 20  0.000000  2    2.253094393469e-04  1.561001423020e-11
+AR GMSD 2010 07 01 00 20  0.000000  2   -1.660926531185e-05  2.681749699660e-11
+AR GODE 2010 07 01 00 20  0.000000  2    2.025563620409e-04  3.481901952050e-11
+AR GOLD 2010 07 01 00 20  0.000000  2   -5.491395915262e-08  3.267662625430e-11
+AR GOPE 2010 07 01 00 20  0.000000  2   -3.449802311581e-04  2.945801428270e-11
+AR GRAS 2010 07 01 00 20  0.000000  2   -3.838295426072e-08  2.136260121120e-11
+AR GRAZ 2010 07 01 00 20  0.000000  2    8.804418697780e-09  1.770594107390e-11
+AR GUAM 2010 07 01 00 20  0.000000  2   -6.746013247452e-08  1.841210356620e-11
+AR GUAO 2010 07 01 00 20  0.000000  2    6.669539278139e-04  7.618887178030e-12
+AR GUAT 2010 07 01 00 20  0.000000  2   -3.139508252678e-09  1.285258499050e-11
+AR HARB 2010 07 01 00 20  0.000000  2    9.658429170139e-04  2.152596338110e-11
+AR HLFX 2010 07 01 00 20  0.000000  2    3.761986299610e-09  7.317833214830e-12
+AR HOB2 2010 07 01 00 20  0.000000  2    4.941423214504e-07  2.538673390790e-11
+AR HOFN 2010 07 01 00 20  0.000000  2   -4.275853581951e-04  1.768172138530e-11
+AR HOLB 2010 07 01 00 20  0.000000  2    1.565129552710e-09  2.794659835540e-11
+AR HOLM 2010 07 01 00 20  0.000000  2   -5.536700151002e-08  3.118225796990e-12
+AR HRAO 2010 07 01 00 20  0.000000  2    9.402275069409e-04  2.191405788190e-11
+AR HRM1 2010 07 01 00 20  0.000000  2    3.379504527009e-04  2.769080741690e-11
+AR HYDE 2010 07 01 00 20  0.000000  2   -2.270118385414e-09  2.356217919500e-11
+AR IENG 2010 07 01 00 20  0.000000  2    1.805342529208e-08  6.988439083330e-12
+AR IISC 2010 07 01 00 20  0.000000  2   -4.327676961012e-08  1.070269845580e-11
+AR INVK 2010 07 01 00 20  0.000000  2   -6.127909468352e-08  1.663780826550e-11
+AR IRKJ 2010 07 01 00 20  0.000000  2   -4.397674299591e-04  1.518411479300e-12
+AR IRKT 2010 07 01 00 20  0.000000  2   -2.298047648406e-07  3.103979310080e-11
+AR JOZ2 2010 07 01 00 20  0.000000  2   -4.687996358690e-09  5.241772235610e-11
+AR KARR 2010 07 01 00 20  0.000000  2   -3.874904834432e-08  1.153570614230e-11
+AR KERG 2010 07 01 00 20  0.000000  2    4.169929091459e-04  3.104640689480e-11
+AR KIRU 2010 07 01 00 20  0.000000  2    5.909211377849e-04  3.483704017600e-11
+AR KIT3 2010 07 01 00 20  0.000000  2   -1.671249779432e-08  3.619786656480e-11
+AR KOKB 2010 07 01 00 20  0.000000  2    9.582256921449e-04  1.352612190140e-11
+AR KOSG 2010 07 01 00 20  0.000000  2   -7.709501177140e-09  1.051934159510e-11
+AR KOUC 2010 07 01 00 20  0.000000  2   -3.130492400642e-08  9.566749455520e-12
+AR KOUR 2010 07 01 00 20  0.000000  2   -2.685223207231e-04  1.832162927700e-11
+AR KUUJ 2010 07 01 00 20  0.000000  2    1.489943599628e-08  3.027959600370e-12
+AR LAMA 2010 07 01 00 20  0.000000  2   -5.351020246830e-09  5.453731242860e-12
+AR LHAZ 2010 07 01 00 20  0.000000  2   -2.421852770371e-04  1.414227252590e-11
+AR LPGS 2010 07 01 00 20  0.000000  2   -4.827304778650e-09  2.377623095770e-11
+AR MAC1 2010 07 01 00 20  0.000000  2   -6.252065101352e-08  2.445792040080e-12
+AR MAL2 2010 07 01 00 20  0.000000  2   -7.262290192745e-05  4.242857971900e-11
+AR MANA 2010 07 01 00 20  0.000000  2    9.240966582379e-04  1.717908218800e-11
+AR MAR6 2010 07 01 00 20  0.000000  2    3.213425893119e-04  1.107399104540e-11
+AR MAW1 2010 07 01 00 20  0.000000  2    6.964609758300e-10  7.861421792070e-12
+AR MBAR 2010 07 01 00 20  0.000000  2   -4.785753654052e-08  1.455018562160e-11
+AR MCM4 2010 07 01 00 20  0.000000  2   -5.658184885462e-08  3.207669520870e-11
+AR MDO1 2010 07 01 00 20  0.000000  2   -4.931251565682e-08  2.217793826900e-11
+AR MDVJ 2010 07 01 00 20  0.000000  2    2.022507409839e-04  3.688892891180e-11
+AR MEDI 2010 07 01 00 20  0.000000  2    1.376225311589e-04  5.010169367770e-12
+AR METS 2010 07 01 00 20  0.000000  2    4.400066044819e-04  5.647655150410e-12
+AR MIZU 2010 07 01 00 20  0.000000  2    1.009750143439e-04  3.951239615180e-11
+AR MKEA 2010 07 01 00 20  0.000000  2   -7.575475408702e-08  2.877003081790e-11
+AR MOBS 2010 07 01 00 20  0.000000  2   -5.823829546210e-09  3.632012683080e-11
+AR MTKA 2010 07 01 00 20  0.000000  2   -5.710770664992e-08  1.135033641030e-11
+AR NANO 2010 07 01 00 20  0.000000  2   -1.169263506220e-09  2.082126112170e-11
+AR NICO 2010 07 01 00 20  0.000000  2   -4.356322993690e-09  2.946862689610e-11
+AR NNOR 2010 07 01 00 20  0.000000  2    3.657844945959e-04  2.750768832310e-11
+AR NRC1 2010 07 01 00 20  0.000000  2   -1.168513899767e-06  1.290823649040e-11
+AR NRIL 2010 07 01 00 20  0.000000  2   -5.863670961502e-08  1.120309769400e-11
+AR NRMD 2010 07 01 00 20  0.000000  2   -2.639663010922e-08  2.758860885770e-11
+AR NTUS 2010 07 01 00 20  0.000000  2    3.672092337000e-09  3.151195001300e-11
+AR NYA1 2010 07 01 00 20  0.000000  2   -3.486867459521e-04  1.666222434950e-11
+AR NYAL 2010 07 01 00 20  0.000000  2   -4.082643234991e-04  7.177199014170e-12
+AR OHI2 2010 07 01 00 20  0.000000  2   -2.734414756555e-05  2.723272387230e-11
+AR OHI3 2010 07 01 00 20  0.000000  2    1.585831746138e-08  2.517311392500e-12
+AR ONSA 2010 07 01 00 20  0.000000  2   -3.150503445395e-05  2.046558060850e-11
+AR OPMT 2010 07 01 00 20  0.000000  2   -2.055194998105e-05  4.066590393530e-12
+AR PDEL 2010 07 01 00 20  0.000000  2   -1.302164047356e-09  1.940536101510e-11
+AR PERT 2010 07 01 00 20  0.000000  2    6.339689122939e-04  2.446569292600e-11
+AR PETP 2010 07 01 00 20  0.000000  2   -8.688161055232e-08  1.191866101280e-11
+AR PIE1 2010 07 01 00 20  0.000000  2    2.146976440829e-04  2.771917340300e-11
+AR PIMO 2010 07 01 00 20  0.000000  2   -6.568758840332e-08  6.378957989910e-12
+AR POL2 2010 07 01 00 20  0.000000  2   -6.060127341172e-08  5.791089034700e-11
+AR POVE 2010 07 01 00 20  0.000000  2   -1.390746687662e-08  3.218145743250e-11
+AR PRDS 2010 07 01 00 20  0.000000  2    3.490629855345e-05  8.517079883840e-12
+AR PRE1 2010 07 01 00 20  0.000000  2    2.305759275889e-04  3.782761319360e-12
+AR PTBB 2010 07 01 00 20  0.000000  2    5.318432149864e-07  5.111836005390e-11
+AR QAQ1 2010 07 01 00 20  0.000000  2   -6.471688392792e-08  4.173909281550e-12
+AR QIKI 2010 07 01 00 20  0.000000  2   -4.681663567772e-08  1.592183474140e-11
+AR RABT 2010 07 01 00 20  0.000000  2   -5.542350636222e-08  9.105466653830e-12
+AR RAMO 2010 07 01 00 20  0.000000  2   -1.106668684216e-07  2.644255450610e-11
+AR RESO 2010 07 01 00 20  0.000000  2   -4.306542576822e-08  1.837532682590e-11
+AR REUN 2010 07 01 00 20  0.000000  2   -1.497268116062e-08  1.694637323280e-11
+AR RIO2 2010 07 01 00 20  0.000000  2   -6.971214104242e-08  3.455401405600e-13
+AR RIOP 2010 07 01 00 20  0.000000  2    5.174057916938e-08  2.057619937520e-11
+AR SALU 2010 07 01 00 20  0.000000  2   -2.611092071942e-08  3.230691782730e-11
+AR SANT 2010 07 01 00 20  0.000000  2    1.230271313789e-04  1.111195391590e-11
+AR SCH2 2010 07 01 00 20  0.000000  2    1.015040950918e-08  2.117867822160e-11
+AR SCOR 2010 07 01 00 20  0.000000  2   -7.283042599972e-08  1.232764529090e-11
+AR SCUB 2010 07 01 00 20  0.000000  2   -9.035113418682e-08  1.985101348110e-11
+AR SEY1 2010 07 01 00 20  0.000000  2   -4.163440198082e-08  1.748796462800e-11
+AR SFER 2010 07 01 00 20  0.000000  2    3.406516128189e-04  2.157281354360e-11
+AR SHAO 2010 07 01 00 20  0.000000  2    6.835139860139e-04  3.267340035140e-11
+AR SOFI 2010 07 01 00 20  0.000000  2    6.163176428700e-10  1.425417589310e-11
+AR SPT0 2010 07 01 00 20  0.000000  2   -6.488924248225e-05  1.709133953130e-11
+AR STJO 2010 07 01 00 20  0.000000  2    2.281017073525e-05  2.819295902670e-11
+AR STR1 2010 07 01 00 20  0.000000  2   -3.187005260334e-09  1.661280281930e-11
+AR SUTH 2010 07 01 00 20  0.000000  2   -4.710381819912e-08  7.932281121170e-12
+AR SUTM 2010 07 01 00 20  0.000000  2   -5.401723904560e-09  2.253014884060e-11
+AR SYDN 2010 07 01 00 20  0.000000  2    2.376699882533e-06  5.803221693330e-11
+AR SYOG 2010 07 01 00 20  0.000000  2    2.962105985719e-04  2.119593794850e-11
+AR THTI 2010 07 01 00 20  0.000000  2   -8.545562754752e-08  1.806855108110e-11
+AR THU3 2010 07 01 00 20  0.000000  2   -6.461079070432e-08  1.763009589500e-11
+AR TIDB 2010 07 01 00 20  0.000000  2    3.502720655139e-04  2.375682452770e-11
+AR TIXI 2010 07 01 00 20  0.000000  2   -6.992084126172e-08  6.105997638220e-12
+AR TIXJ 2010 07 01 00 20  0.000000  2   -2.279086593591e-04  2.051000777750e-11
+AR TLSE 2010 07 01 00 20  0.000000  2   -3.231055265862e-08  2.855157726510e-11
+AR TNML 2010 07 01 00 20  0.000000  2    1.942686112774e-02  2.247838371750e-11
+AR TOW2 2010 07 01 00 20  0.000000  2   -3.418094451840e-09  2.528783766320e-11
+AR TSKB 2010 07 01 00 20  0.000000  2   -4.679849000356e-07  5.605714950990e-11
+AR ULAB 2010 07 01 00 20  0.000000  2   -4.953509310270e-09  1.470958739800e-11
+AR UNBJ 2010 07 01 00 20  0.000000  2   -1.904542645101e-04  1.585293134400e-11
+AR UNSA 2010 07 01 00 20  0.000000  2    3.507626767317e-03  4.070493524760e-11
+AR URUM 2010 07 01 00 20  0.000000  2   -6.355448558085e-05  3.272982734740e-13
+AR USN3 2010 07 01 00 20  0.000000  2    5.248521565270e-09  1.331974362640e-11
+AR USNO 2010 07 01 00 20  0.000000  2    6.263010469534e-07  1.598222787250e-11
+AR USUD 2010 07 01 00 20  0.000000  2    2.310984020665e-05  1.531261404300e-11
+AR VILL 2010 07 01 00 20  0.000000  2   -5.759759654382e-08  3.831265503650e-11
+AR WAB2 2010 07 01 00 20  0.000000  2    4.637147816634e-07  8.298104241380e-12
+AR WES2 2010 07 01 00 20  0.000000  2    4.819528654238e-08  1.103779576870e-11
+AR WHIT 2010 07 01 00 20  0.000000  2    3.740519474180e-09  2.131502508380e-11
+AR WILL 2010 07 01 00 20  0.000000  2    2.111067906240e-09  7.475247470500e-12
+AR WROC 2010 07 01 00 20  0.000000  2   -3.925466083500e-09  8.262816713560e-13
+AR WSRT 2010 07 01 00 20  0.000000  2    9.148041577773e-06  1.462280897320e-11
+AR WTZA 2010 07 01 00 20  0.000000  2   -1.731858134686e-07  2.273176387090e-11
+AR WTZR 2010 07 01 00 20  0.000000  2   -1.529400318982e-08  1.710203887140e-11
+AR WUHN 2010 07 01 00 20  0.000000  2   -5.278253162022e-08  5.045840854670e-12
+AR XMIS 2010 07 01 00 20  0.000000  2   -1.306393644245e-09  3.406033960750e-11
+AR YAKT 2010 07 01 00 20  0.000000  2   -6.331175927832e-08  3.332675049400e-11
+AR YAR2 2010 07 01 00 20  0.000000  2   -5.080543644412e-08  2.548038278220e-11
+AR YEBE 2010 07 01 00 20  0.000000  2   -1.053509996481e-04  2.171665645020e-11
+AR YSSK 2010 07 01 00 20  0.000000  2   -6.748230527052e-08  8.049588004560e-12
+AR ZIMM 2010 07 01 00 20  0.000000  2    2.043715258788e-08  3.075929965100e-11
+AR ZWE2 2010 07 01 00 20  0.000000  2   -4.260278681583e-03  6.603125174730e-12
+AS G02  2010 07 01 00 20  0.000000  2    2.691120742189e-04  9.195889790140e-12
+AS G03  2010 07 01 00 20  0.000000  2    5.755102099209e-04  1.938440665860e-11
+AS G04  2010 07 01 00 20  0.000000  2    1.152593659249e-04  2.095723051420e-11
+AS G05  2010 07 01 00 20  0.000000  2   -1.068251330675e-05  2.389215741160e-11
+AS G06  2010 07 01 00 20  0.000000  2    5.894201821079e-04  1.291383766840e-11
+AS G07  2010 07 01 00 20  0.000000  2   -1.513975806067e-06  2.406425935370e-11
+AS G08  2010 07 01 00 20  0.000000  2    5.970354841063e-06  2.044104248280e-11
+AS G09  2010 07 01 00 20  0.000000  2    1.561725139125e-05  1.316778180530e-11
+AS G10  2010 07 01 00 20  0.000000  2   -4.591293187625e-05  1.785919300290e-11
+AS G11  2010 07 01 00 20  0.000000  2   -7.257702973105e-05  1.370897605810e-11
+AS G12  2010 07 01 00 20  0.000000  2   -9.842966131505e-05  7.861656457430e-12
+AS G13  2010 07 01 00 20  0.000000  2    3.024920709069e-04  2.051949104900e-11
+AS G14  2010 07 01 00 20  0.000000  2    6.287972260735e-05  1.377154364830e-11
+AS G15  2010 07 01 00 20  0.000000  2   -2.472128129351e-04  2.735034445590e-11
+AS G16  2010 07 01 00 20  0.000000  2   -8.532674863235e-05  1.420354665640e-11
+AS G17  2010 07 01 00 20  0.000000  2    1.595363522759e-04  1.364139834960e-11
+AS G18  2010 07 01 00 20  0.000000  2    7.799849378275e-05  1.746645644290e-11
+AS G19  2010 07 01 00 20  0.000000  2   -4.621653092615e-05  2.606838340460e-11
+AS G20  2010 07 01 00 20  0.000000  2    5.394950892315e-05  1.743025064140e-11
+AS G21  2010 07 01 00 20  0.000000  2   -7.077337983025e-05  1.959458701470e-11
+AS G22  2010 07 01 00 20  0.000000  2    1.685026418359e-04  1.285225133440e-11
+AS G23  2010 07 01 00 20  0.000000  2    3.648816156799e-04  1.216330140630e-11
+AS G24  2010 07 01 00 20  0.000000  2    3.006087740809e-04  1.978461294800e-11
+AS G26  2010 07 01 00 20  0.000000  2   -7.422430399885e-05  2.142821460650e-11
+AS G27  2010 07 01 00 20  0.000000  2    1.659400291799e-04  2.309366450320e-11
+AS G28  2010 07 01 00 20  0.000000  2   -1.196135918725e-05  1.594782291890e-11
+AS G29  2010 07 01 00 20  0.000000  2    1.313221440319e-04  9.600714037420e-12
+AS G30  2010 07 01 00 20  0.000000  2    2.565890597629e-04  1.919799136990e-11
+AS G31  2010 07 01 00 20  0.000000  2   -2.751731996575e-05  2.256599525690e-11
+AS G32  2010 07 01 00 20  0.000000  2   -2.760636520445e-05  3.001243954070e-11
+AR GPST 2010 07 01 00 25  0.000000  2   -2.181580193050e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 25  0.000000  2   -5.860359062975e-08  1.748380297300e-11
+AR ADE1 2010 07 01 00 25  0.000000  2    6.839358804928e-04  1.540499230540e-11
+AR ADIS 2010 07 01 00 25  0.000000  2    2.047220561928e-04  2.002663212080e-11
+AR ALBH 2010 07 01 00 25  0.000000  2   -6.017096885910e-09  8.424994181290e-12
+AR ALGO 2010 07 01 00 25  0.000000  2   -6.841541096923e-06  7.488487437350e-12
+AR ALIC 2010 07 01 00 25  0.000000  2   -5.435454027700e-10  3.843205915140e-11
+AR ALRT 2010 07 01 00 25  0.000000  2   -6.071277974105e-08  1.911911040130e-11
+AR AMC2 2010 07 01 00 25  0.000000  2    3.174909816330e-09  1.891064123020e-11
+AR AREQ 2010 07 01 00 25  0.000000  2    7.831001138488e-04  3.266250648440e-11
+AR ARTU 2010 07 01 00 25  0.000000  2   -5.672947798355e-08  1.343123177840e-11
+AR ASPA 2010 07 01 00 25  0.000000  2   -2.924939609515e-08  1.069927170920e-11
+AR AUCK 2010 07 01 00 25  0.000000  2    1.039660371315e-08  3.813308973320e-11
+AR BAKE 2010 07 01 00 25  0.000000  2   -1.475140744189e-09  2.740212695840e-11
+AR BAKO 2010 07 01 00 25  0.000000  2    5.760171084870e-09  2.213586584940e-11
+AR BOGT 2010 07 01 00 25  0.000000  2   -5.278989608615e-08  3.903369089240e-12
+AR BOR1 2010 07 01 00 25  0.000000  2    2.038281511295e-08  9.609732525030e-12
+AR BRAZ 2010 07 01 00 25  0.000000  2    2.533792226185e-08  3.830590668390e-12
+AR BREW 2010 07 01 00 25  0.000000  2    8.926615365698e-04  1.145997960930e-11
+AR BRST 2010 07 01 00 25  0.000000  2   -3.964897143680e-09  1.596369685410e-11
+AR BRUS 2010 07 01 00 25  0.000000  2    5.499260831630e-07  1.790283894200e-11
+AR BUE1 2010 07 01 00 25  0.000000  2    3.857577975538e-04  2.270187970120e-11
+AR CAS1 2010 07 01 00 25  0.000000  2   -3.696393428800e-10  2.420034803790e-11
+AR CCJM 2010 07 01 00 25  0.000000  2    7.276303394231e-05  3.914187335520e-12
+AR CEDU 2010 07 01 00 25  0.000000  2    2.371709286218e-04  3.273587223980e-11
+AR CHPI 2010 07 01 00 25  0.000000  2   -5.260160002075e-08  1.372271589210e-11
+AR CHUR 2010 07 01 00 25  0.000000  2    7.154137873890e-07  7.068260333870e-12
+AR COCO 2010 07 01 00 25  0.000000  2   -3.047778460515e-08  1.491571386790e-11
+AR CONZ 2010 07 01 00 25  0.000000  2    2.963319760850e-07  2.839700454860e-11
+AR DAEJ 2010 07 01 00 25  0.000000  2   -3.936207525372e-04  3.884419038530e-11
+AR DARW 2010 07 01 00 25  0.000000  2   -2.213581712804e-09  4.962709529540e-11
+AR DAV1 2010 07 01 00 25  0.000000  2   -2.207731907819e-09  2.337082131900e-11
+AR DGAR 2010 07 01 00 25  0.000000  2   -1.149507168909e-08  1.566444402550e-11
+AR DRAO 2010 07 01 00 25  0.000000  2   -3.831282525800e-07  1.517360192430e-11
+AR DUBO 2010 07 01 00 25  0.000000  2    1.059662474885e-08  1.204679798200e-11
+AR EIL1 2010 07 01 00 25  0.000000  2    9.806643484948e-04  1.580127378400e-12
+AR FAA1 2010 07 01 00 25  0.000000  2   -1.113565127701e-08  2.938709025340e-11
+AR FAIR 2010 07 01 00 25  0.000000  2   -6.352556283425e-08  1.572141340540e-11
+AR FLIN 2010 07 01 00 25  0.000000  2   -1.147574898300e-09  3.975723511020e-11
+AR GLPS 2010 07 01 00 25  0.000000  2   -6.499703494355e-08  9.308968015160e-12
+AR GLSV 2010 07 01 00 25  0.000000  2   -9.304284125100e-10  1.474375201170e-11
+AR GMAS 2010 07 01 00 25  0.000000  2    2.253103066118e-04  1.411536835250e-11
+AR GMSD 2010 07 01 00 25  0.000000  2   -1.661008867109e-05  3.424436652660e-11
+AR GODE 2010 07 01 00 25  0.000000  2    2.025563583978e-04  3.372226272140e-11
+AR GOLD 2010 07 01 00 25  0.000000  2   -5.669561881825e-08  3.251462194150e-11
+AR GOPE 2010 07 01 00 25  0.000000  2   -3.449803384532e-04  2.735541526110e-11
+AR GRAS 2010 07 01 00 25  0.000000  2   -3.644543747365e-08  1.657660363840e-11
+AR GRAZ 2010 07 01 00 25  0.000000  2    5.499709811230e-09  1.728332468770e-11
+AR GUAM 2010 07 01 00 25  0.000000  2   -6.791380210755e-08  1.557940204620e-11
+AR GUAO 2010 07 01 00 25  0.000000  2    6.669539255128e-04  7.755810341640e-13
+AR GUAT 2010 07 01 00 25  0.000000  2    3.532083718030e-09  2.150340191220e-11
+AR HARB 2010 07 01 00 25  0.000000  2    9.658425930018e-04  2.032030834430e-11
+AR HLFX 2010 07 01 00 25  0.000000  2    8.558548539650e-09  5.554396049590e-12
+AR HOB2 2010 07 01 00 25  0.000000  2    4.941360493080e-07  2.572596518430e-11
+AR HOFN 2010 07 01 00 25  0.000000  2   -4.041772103722e-04  1.470324850240e-11
+AR HOLB 2010 07 01 00 25  0.000000  2   -1.513219030333e-09  2.825271961650e-11
+AR HOLM 2010 07 01 00 25  0.000000  2   -5.662435611955e-08  3.207657198230e-12
+AR HRAO 2010 07 01 00 25  0.000000  2    9.402275386798e-04  2.082455911900e-11
+AR HRM1 2010 07 01 00 25  0.000000  2    3.379504480118e-04  2.383798551990e-11
+AR HYDE 2010 07 01 00 25  0.000000  2   -1.357611087326e-09  2.050485168860e-11
+AR IENG 2010 07 01 00 25  0.000000  2    1.802973515975e-08  7.794587284900e-12
+AR IISC 2010 07 01 00 25  0.000000  2   -4.100578313135e-08  1.303208123460e-11
+AR INVK 2010 07 01 00 25  0.000000  2   -6.210889164745e-08  2.066905305420e-11
+AR IRKJ 2010 07 01 00 25  0.000000  2   -4.397674632722e-04  2.563406527260e-12
+AR IRKT 2010 07 01 00 25  0.000000  2   -2.298260957850e-07  3.548514029420e-11
+AR JOZ2 2010 07 01 00 25  0.000000  2   -3.768016001040e-09  6.626487902260e-11
+AR KARR 2010 07 01 00 25  0.000000  2   -3.826562964665e-08  1.600376324120e-11
+AR KERG 2010 07 01 00 25  0.000000  2    4.169926816068e-04  3.043571494800e-11
+AR KIRU 2010 07 01 00 25  0.000000  2    5.909214053778e-04  3.492188212380e-11
+AR KIT3 2010 07 01 00 25  0.000000  2   -1.450119078385e-08  3.769892375380e-11
+AR KOKB 2010 07 01 00 25  0.000000  2    9.582256328958e-04  1.298312914710e-11
+AR KOSG 2010 07 01 00 25  0.000000  2   -8.594692922060e-09  1.335621100080e-11
+AR KOUC 2010 07 01 00 25  0.000000  2   -3.160518080415e-08  9.409633950780e-12
+AR KOUR 2010 07 01 00 25  0.000000  2   -2.685223073412e-04  2.351743880650e-11
+AR KUUJ 2010 07 01 00 25  0.000000  2    5.646558857040e-09  8.638395862740e-12
+AR LAMA 2010 07 01 00 25  0.000000  2   -4.288658386890e-09  6.343873284220e-12
+AR LHAZ 2010 07 01 00 25  0.000000  2   -1.093692848602e-04  1.077449148790e-11
+AR LPGS 2010 07 01 00 25  0.000000  2   -2.569429443645e-08  1.890340851050e-11
+AR MAC1 2010 07 01 00 25  0.000000  2   -6.478660076165e-08  3.114339422100e-12
+AR MAL2 2010 07 01 00 25  0.000000  2   -1.888355552302e-04  4.086561625160e-11
+AR MANA 2010 07 01 00 25  0.000000  2    4.035279785008e-04  1.112779669980e-11
+AR MAR6 2010 07 01 00 25  0.000000  2    3.213561039208e-04  1.135461942070e-11
+AR MAW1 2010 07 01 00 25  0.000000  2    3.623959319370e-09  9.134181905640e-12
+AR MBAR 2010 07 01 00 25  0.000000  2   -5.192203915625e-08  9.755353343570e-12
+AR MCM4 2010 07 01 00 25  0.000000  2   -5.565997449735e-08  2.964948585010e-11
+AR MDO1 2010 07 01 00 25  0.000000  2   -4.900750006105e-08  1.967394083810e-11
+AR MDVJ 2010 07 01 00 25  0.000000  2    2.022507346658e-04  3.227326128970e-11
+AR MEDI 2010 07 01 00 25  0.000000  2    1.376232435128e-04  1.387577153200e-12
+AR METS 2010 07 01 00 25  0.000000  2    2.490339672038e-04  2.414720609170e-13
+AR MIZU 2010 07 01 00 25  0.000000  2    1.009750361008e-04  3.572673378530e-11
+AR MKEA 2010 07 01 00 25  0.000000  2   -7.479009395545e-08  1.915852094960e-11
+AR MOBS 2010 07 01 00 25  0.000000  2   -4.259654029380e-09  3.601630899590e-11
+AR MTKA 2010 07 01 00 25  0.000000  2   -6.205955287275e-08  1.075102148400e-11
+AR NANO 2010 07 01 00 25  0.000000  2   -3.229940183130e-09  1.835231623430e-11
+AR NICO 2010 07 01 00 25  0.000000  2   -2.983815632994e-09  2.747993096150e-11
+AR NNOR 2010 07 01 00 25  0.000000  2    3.657842003048e-04  2.554858145770e-11
+AR NRC1 2010 07 01 00 25  0.000000  2   -1.168473793793e-06  1.037673679200e-11
+AR NRIL 2010 07 01 00 25  0.000000  2   -6.025191034125e-08  1.041851124280e-11
+AR NRMD 2010 07 01 00 25  0.000000  2   -2.563126374835e-08  3.176975197550e-11
+AR NTUS 2010 07 01 00 25  0.000000  2    2.431538588040e-09  3.267764977850e-11
+AR NYA1 2010 07 01 00 25  0.000000  2   -3.486874587762e-04  1.993099078230e-11
+AR NYAL 2010 07 01 00 25  0.000000  2   -4.082650343762e-04  1.014912914340e-11
+AR OHI2 2010 07 01 00 25  0.000000  2   -1.606351238402e-04  2.691491410840e-11
+AR OHI3 2010 07 01 00 25  0.000000  2    1.567689672965e-08  1.339636672490e-12
+AR ONSA 2010 07 01 00 25  0.000000  2   -3.150497078759e-05  2.041319255510e-11
+AR OPMT 2010 07 01 00 25  0.000000  2   -2.055200984639e-05  9.188003785340e-12
+AR PDEL 2010 07 01 00 25  0.000000  2   -4.692015947000e-11  1.353935410860e-11
+AR PERT 2010 07 01 00 25  0.000000  2    6.339688630058e-04  2.095202735230e-11
+AR PETP 2010 07 01 00 25  0.000000  2   -8.349201894095e-08  1.274934542320e-11
+AR PIE1 2010 07 01 00 25  0.000000  2    2.146976886688e-04  2.042046247130e-11
+AR PIMO 2010 07 01 00 25  0.000000  2   -5.627161593645e-08  1.055527597200e-11
+AR POL2 2010 07 01 00 25  0.000000  2   -6.050946540785e-08  5.787331127600e-11
+AR POVE 2010 07 01 00 25  0.000000  2   -1.289460454165e-08  3.038709655400e-11
+AR PRDS 2010 07 01 00 25  0.000000  2    3.490745396191e-05  5.960887953190e-12
+AR PRE1 2010 07 01 00 25  0.000000  2    2.305759499048e-04  2.795323230040e-12
+AR PTBB 2010 07 01 00 25  0.000000  2    5.318091904659e-07  4.626091720890e-11
+AR QAQ1 2010 07 01 00 25  0.000000  2   -6.578687212495e-08  6.130227354080e-12
+AR QIKI 2010 07 01 00 25  0.000000  2   -3.700604987285e-08  1.591588241300e-11
+AR RABT 2010 07 01 00 25  0.000000  2   -5.472812772895e-08  8.790544208610e-12
+AR RAMO 2010 07 01 00 25  0.000000  2    1.334370870310e-07  2.658040662640e-11
+AR RESO 2010 07 01 00 25  0.000000  2   -4.386208139005e-08  1.515753888720e-11
+AR REUN 2010 07 01 00 25  0.000000  2   -1.280718142775e-08  2.032643075830e-11
+AR RIO2 2010 07 01 00 25  0.000000  2   -6.925497328735e-08  3.988643518590e-12
+AR RIOP 2010 07 01 00 25  0.000000  2    5.175979169095e-08  1.704630894140e-11
+AR SALU 2010 07 01 00 25  0.000000  2   -2.670816614665e-08  3.254931272100e-11
+AR SANT 2010 07 01 00 25  0.000000  2    1.230271050978e-04  2.046582239080e-11
+AR SCH2 2010 07 01 00 25  0.000000  2    9.970626939150e-09  2.089381214560e-11
+AR SCOR 2010 07 01 00 25  0.000000  2   -7.983405012465e-08  1.484147155430e-11
+AR SCUB 2010 07 01 00 25  0.000000  2   -8.585267127025e-08  5.860280178340e-12
+AR SEY1 2010 07 01 00 25  0.000000  2   -4.554913764315e-08  2.428929029040e-11
+AR SFER 2010 07 01 00 25  0.000000  2    3.406516087358e-04  1.915037181880e-11
+AR SHAO 2010 07 01 00 25  0.000000  2    6.835142433858e-04  3.178830717710e-11
+AR SOFI 2010 07 01 00 25  0.000000  2    4.136624413400e-09  1.162765155340e-11
+AR SPT0 2010 07 01 00 25  0.000000  2   -6.488959778599e-05  2.532023690170e-11
+AR STJO 2010 07 01 00 25  0.000000  2    2.281012233321e-05  2.717278519100e-11
+AR STR1 2010 07 01 00 25  0.000000  2   -2.374823701297e-09  1.559094718700e-11
+AR SUTH 2010 07 01 00 25  0.000000  2   -5.086866301065e-08  8.831066706690e-12
+AR SUTM 2010 07 01 00 25  0.000000  2   -6.485983223800e-09  1.977038388040e-11
+AR SYDN 2010 07 01 00 25  0.000000  2    2.376740687757e-06  5.971697054140e-11
+AR SYOG 2010 07 01 00 25  0.000000  2    2.962107339048e-04  2.075947099470e-11
+AR THTI 2010 07 01 00 25  0.000000  2   -9.249342528405e-08  1.569634700520e-11
+AR THU3 2010 07 01 00 25  0.000000  2   -6.739248798435e-08  1.714038559760e-11
+AR TIDB 2010 07 01 00 25  0.000000  2    3.502719000968e-04  2.706080840450e-11
+AR TIXI 2010 07 01 00 25  0.000000  2   -7.223239889045e-08  1.042537630740e-11
+AR TIXJ 2010 07 01 00 25  0.000000  2   -4.199018502922e-04  1.562678089390e-11
+AR TLSE 2010 07 01 00 25  0.000000  2   -3.082418364035e-08  3.257736732830e-11
+AR TNML 2010 07 01 00 25  0.000000  2    1.942721279432e-02  2.087156799880e-11
+AR TOW2 2010 07 01 00 25  0.000000  2   -2.905501442120e-09  2.529231765980e-11
+AR TSKB 2010 07 01 00 25  0.000000  2   -4.679973475840e-07  4.977239005050e-11
+AR ULAB 2010 07 01 00 25  0.000000  2   -2.776140231618e-09  1.175351206390e-11
+AR UNBJ 2010 07 01 00 25  0.000000  2   -2.838262687552e-04  1.701149071140e-11
+AR UNSA 2010 07 01 00 25  0.000000  2    3.291512223510e-03  4.577021492360e-11
+AR URUM 2010 07 01 00 25  0.000000  2    4.545552543378e-04  1.448619516320e-13
+AR USN3 2010 07 01 00 25  0.000000  2    5.245296984910e-09  1.664809076150e-11
+AR USNO 2010 07 01 00 25  0.000000  2    6.263169408890e-07  1.045328095430e-11
+AR USUD 2010 07 01 00 25  0.000000  2    2.310988600591e-05  9.885256179500e-12
+AR VILL 2010 07 01 00 25  0.000000  2   -6.129270196025e-08  3.148297018980e-11
+AR WAB2 2010 07 01 00 25  0.000000  2    4.637246807670e-07  8.221432488720e-12
+AR WES2 2010 07 01 00 25  0.000000  2    4.821627768275e-08  1.446445698420e-11
+AR WHIT 2010 07 01 00 25  0.000000  2    2.189309584030e-09  1.644790378260e-11
+AR WILL 2010 07 01 00 25  0.000000  2   -7.226774288555e-08  1.226977738680e-11
+AR WROC 2010 07 01 00 25  0.000000  2   -1.599317626376e-09  8.507041453650e-12
+AR WSRT 2010 07 01 00 25  0.000000  2    9.148100754647e-06  1.710959178410e-11
+AR WTZA 2010 07 01 00 25  0.000000  2   -1.731791752851e-07  2.444494812360e-11
+AR WTZR 2010 07 01 00 25  0.000000  2   -1.531423460255e-08  1.821997535030e-11
+AR WUHN 2010 07 01 00 25  0.000000  2   -5.275593522225e-08  5.066634168750e-12
+AR XMIS 2010 07 01 00 25  0.000000  2   -6.612179587500e-10  3.377402474800e-11
+AR YAKT 2010 07 01 00 25  0.000000  2   -6.505957108585e-08  3.096205379390e-11
+AR YAR2 2010 07 01 00 25  0.000000  2   -5.121692256325e-08  2.672200410760e-11
+AR YEBE 2010 07 01 00 25  0.000000  2   -1.053509363722e-04  2.394764954100e-11
+AR YSSK 2010 07 01 00 25  0.000000  2   -6.285788883625e-08  8.074657224410e-12
+AR ZIMM 2010 07 01 00 25  0.000000  2    2.465346844355e-08  3.283656142560e-11
+AR ZWE2 2010 07 01 00 25  0.000000  2   -4.533139034830e-03  8.982982067950e-12
+AS G02  2010 07 01 00 25  0.000000  2    2.691130828628e-04  8.349355580230e-12
+AS G03  2010 07 01 00 25  0.000000  2    5.755126531268e-04  2.076311628890e-11
+AS G04  2010 07 01 00 25  0.000000  2    1.152617578398e-04  1.598346615020e-11
+AS G05  2010 07 01 00 25  0.000000  2   -1.068346811389e-05  2.032163581870e-11
+AS G06  2010 07 01 00 25  0.000000  2    5.894164403848e-04  9.948625856780e-12
+AS G07  2010 07 01 00 25  0.000000  2   -1.513929614773e-06  2.875001781530e-11
+AS G08  2010 07 01 00 25  0.000000  2    5.970497897757e-06  1.828928174430e-11
+AS G09  2010 07 01 00 25  0.000000  2    1.561741478701e-05  1.493805365500e-11
+AS G10  2010 07 01 00 25  0.000000  2   -4.591269609529e-05  1.758504857100e-11
+AS G11  2010 07 01 00 25  0.000000  2   -7.257767414499e-05  1.180032362460e-11
+AS G12  2010 07 01 00 25  0.000000  2   -9.842834915389e-05  1.182883921600e-11
+AS G13  2010 07 01 00 25  0.000000  2    3.024917432178e-04  1.938228951280e-11
+AS G14  2010 07 01 00 25  0.000000  2    6.288086314101e-05  1.628516684440e-11
+AS G15  2010 07 01 00 25  0.000000  2   -2.472106539682e-04  2.691726791570e-11
+AS G16  2010 07 01 00 25  0.000000  2   -8.532782742519e-05  1.443255853860e-11
+AS G17  2010 07 01 00 25  0.000000  2    1.595368817908e-04  1.053296623260e-11
+AS G18  2010 07 01 00 25  0.000000  2    7.799898707771e-05  2.002092874050e-11
+AS G19  2010 07 01 00 25  0.000000  2   -4.621715465629e-05  2.534105320900e-11
+AS G20  2010 07 01 00 25  0.000000  2    5.394951717611e-05  1.825805087610e-11
+AS G21  2010 07 01 00 25  0.000000  2   -7.077419323359e-05  2.264587420070e-11
+AS G22  2010 07 01 00 25  0.000000  2    1.685021261608e-04  1.429413384420e-11
+AS G23  2010 07 01 00 25  0.000000  2    3.648811839128e-04  1.138481137860e-11
+AS G24  2010 07 01 00 25  0.000000  2    3.006091087978e-04  1.740520663400e-11
+AS G26  2010 07 01 00 25  0.000000  2   -7.422609745589e-05  2.102490952720e-11
+AS G27  2010 07 01 00 25  0.000000  2    1.659412298388e-04  1.717189800460e-11
+AS G28  2010 07 01 00 25  0.000000  2   -1.196123898199e-05  1.168219694220e-11
+AS G29  2010 07 01 00 25  0.000000  2    1.313230408158e-04  1.476018114700e-11
+AS G30  2010 07 01 00 25  0.000000  2    2.565899542688e-04  2.055010465810e-11
+AS G31  2010 07 01 00 25  0.000000  2   -2.751639119559e-05  2.088935500510e-11
+AS G32  2010 07 01 00 25  0.000000  2   -2.760892030859e-05  3.510611037830e-11
+AR GPST 2010 07 01 00 30  0.000000  2   -2.173424393695e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 30  0.000000  2   -5.446215616620e-08  1.800332365500e-11
+AR ADE1 2010 07 01 00 30  0.000000  2    6.839359339786e-04  1.986212352330e-11
+AR ADIS 2010 07 01 00 30  0.000000  2    2.038319086216e-04  2.161474851000e-11
+AR ALBH 2010 07 01 00 30  0.000000  2    3.713097844485e-09  6.594535611430e-12
+AR ALGO 2010 07 01 00 30  0.000000  2   -6.841701431554e-06  7.298100785650e-12
+AR ALIC 2010 07 01 00 30  0.000000  2   -1.271468458670e-08  4.035583461860e-11
+AR ALRT 2010 07 01 00 30  0.000000  2   -5.780776714410e-08  1.735943299590e-11
+AR AMC2 2010 07 01 00 30  0.000000  2    3.156374480095e-09  1.579815677380e-11
+AR AREQ 2010 07 01 00 30  0.000000  2    7.831063310376e-04  2.931586131450e-11
+AR ARTU 2010 07 01 00 30  0.000000  2   -5.666267548709e-08  1.164621315710e-11
+AR ASPA 2010 07 01 00 30  0.000000  2   -3.082060886710e-08  1.523240565020e-11
+AR AUCK 2010 07 01 00 30  0.000000  2    1.021184157410e-08  3.816783039330e-11
+AR BAKE 2010 07 01 00 30  0.000000  2    1.683250018750e-10  2.716360232640e-11
+AR BAKO 2010 07 01 00 30  0.000000  2    4.902240261465e-09  2.044161528310e-11
+AR BOGT 2010 07 01 00 30  0.000000  2   -5.222284141930e-08  1.157264904630e-11
+AR BOR1 2010 07 01 00 30  0.000000  2    2.052182016301e-08  9.074375954520e-12
+AR BRAZ 2010 07 01 00 30  0.000000  2    2.516166896650e-08  4.143282311530e-12
+AR BREW 2010 07 01 00 30  0.000000  2    8.926615467796e-04  1.277997284110e-11
+AR BRST 2010 07 01 00 30  0.000000  2   -3.980302479665e-09  1.161527438070e-11
+AR BRUS 2010 07 01 00 30  0.000000  2    5.499222812973e-07  1.820876008660e-11
+AR BUE1 2010 07 01 00 30  0.000000  2    3.857577021336e-04  1.730344505920e-11
+AR CAS1 2010 07 01 00 30  0.000000  2    6.339521496250e-10  2.487497747280e-11
+AR CCJM 2010 07 01 00 30  0.000000  2    7.276315830261e-05  2.422440669270e-12
+AR CEDU 2010 07 01 00 30  0.000000  2    2.371707992596e-04  3.559314855260e-11
+AR CHPI 2010 07 01 00 30  0.000000  2   -5.125381078390e-08  9.638060190140e-12
+AR CHUR 2010 07 01 00 30  0.000000  2    7.178132178183e-07  1.040318200220e-11
+AR COCO 2010 07 01 00 30  0.000000  2   -2.904232005229e-08  1.686006013290e-11
+AR CONZ 2010 07 01 00 30  0.000000  2    2.964257404093e-07  2.911523817470e-11
+AR DAEJ 2010 07 01 00 30  0.000000  2   -3.936208607074e-04  4.260986921640e-11
+AR DARW 2010 07 01 00 30  0.000000  2    1.618525530715e-09  4.924863027930e-11
+AR DAV1 2010 07 01 00 30  0.000000  2   -1.908574490943e-09  2.509526353120e-11
+AR DGAR 2010 07 01 00 30  0.000000  2   -9.121226545145e-09  1.303417127580e-11
+AR DRAO 2010 07 01 00 30  0.000000  2   -3.832141570367e-07  1.510676734460e-11
+AR DUBO 2010 07 01 00 30  0.000000  2    5.450342226035e-09  1.259201620940e-11
+AR EIL1 2010 07 01 00 30  0.000000  2    9.806644542306e-04  6.554752330030e-13
+AR FAA1 2010 07 01 00 30  0.000000  2   -1.129068496127e-08  2.353088981320e-11
+AR FAIR 2010 07 01 00 30  0.000000  2   -6.532602666720e-08  1.413863692310e-11
+AR FLIN 2010 07 01 00 30  0.000000  2   -7.189800312805e-09  3.912644751480e-11
+AR GLPS 2010 07 01 00 30  0.000000  2   -6.318578184090e-08  5.599739888730e-12
+AR GLSV 2010 07 01 00 30  0.000000  2   -1.978738576903e-09  8.345044774460e-12
+AR GMAS 2010 07 01 00 30  0.000000  2    2.253096584646e-04  8.069933471230e-12
+AR GMSD 2010 07 01 00 30  0.000000  2   -1.661041900739e-05  3.541142670950e-11
+AR GODE 2010 07 01 00 30  0.000000  2    2.025563471146e-04  3.330047019370e-11
+AR GOLD 2010 07 01 00 30  0.000000  2   -5.943267375780e-08  2.952993511580e-11
+AR GOPE 2010 07 01 00 30  0.000000  2   -3.449803993734e-04  2.562760227650e-11
+AR GRAS 2010 07 01 00 30  0.000000  2   -3.434974288510e-08  1.480124401190e-11
+AR GRAZ 2010 07 01 00 30  0.000000  2    8.996209344405e-09  1.514216550950e-11
+AR GUAM 2010 07 01 00 30  0.000000  2   -6.911941779490e-08  1.569116629140e-11
+AR GUAO 2010 07 01 00 30  0.000000  2    6.669539391496e-04  7.931089885260e-12
+AR GUAT 2010 07 01 00 30  0.000000  2    9.917375967905e-09  1.674347046690e-11
+AR HARB 2010 07 01 00 30  0.000000  2    9.658429157156e-04  1.997275294660e-11
+AR HLFX 2010 07 01 00 30  0.000000  2    5.667941035805e-09  2.905438596370e-12
+AR HOB2 2010 07 01 00 30  0.000000  2    4.941457434713e-07  2.712256065830e-11
+AR HOFN 2010 07 01 00 30  0.000000  2   -3.807338282514e-04  1.199055147560e-11
+AR HOLB 2010 07 01 00 30  0.000000  2   -4.987563657750e-10  2.774172724020e-11
+AR HOLM 2010 07 01 00 30  0.000000  2   -5.913673739130e-08  2.259516695180e-12
+AR HRAO 2010 07 01 00 30  0.000000  2    9.402275795086e-04  2.280823332260e-11
+AR HRM1 2010 07 01 00 30  0.000000  2    3.379504402876e-04  2.124487719790e-11
+AR HYDE 2010 07 01 00 30  0.000000  2   -1.980665986468e-09  2.547336070670e-11
+AR IENG 2010 07 01 00 30  0.000000  2    1.803239622521e-08  9.837097446090e-12
+AR IISC 2010 07 01 00 30  0.000000  2   -4.231629293480e-08  1.396014080850e-11
+AR INVK 2010 07 01 00 30  0.000000  2   -6.416935265720e-08  2.223710748190e-11
+AR IRKJ 2010 07 01 00 30  0.000000  2   -4.397674849464e-04  8.405793344000e-12
+AR IRKT 2010 07 01 00 30  0.000000  2   -2.298076365807e-07  3.018555158540e-11
+AR JOZ2 2010 07 01 00 30  0.000000  2   -2.038012703240e-09  6.250025943100e-11
+AR KARR 2010 07 01 00 30  0.000000  2   -3.882910756430e-08  2.429163607170e-11
+AR KERG 2010 07 01 00 30  0.000000  2    4.169927532906e-04  3.150202863450e-11
+AR KIRU 2010 07 01 00 30  0.000000  2    5.909212244976e-04  2.975008153770e-11
+AR KIT3 2010 07 01 00 30  0.000000  2   -2.004857360460e-08  3.328786115540e-11
+AR KOKB 2010 07 01 00 30  0.000000  2    9.582256685246e-04  1.435576322910e-11
+AR KOSG 2010 07 01 00 30  0.000000  2   -1.003547454124e-08  7.497374492330e-12
+AR KOUC 2010 07 01 00 30  0.000000  2   -3.079185331939e-08  1.488777930410e-11
+AR KOUR 2010 07 01 00 30  0.000000  2   -2.685222882984e-04  2.047331895470e-11
+AR KUUJ 2010 07 01 00 30  0.000000  2    2.603638505145e-09  5.135054834700e-12
+AR LAMA 2010 07 01 00 30  0.000000  2   -4.226946592175e-09  8.146914396850e-12
+AR LHAZ 2010 07 01 00 30  0.000000  2    2.333285233451e-05  1.343478023860e-11
+AR LPGS 2010 07 01 00 30  0.000000  2    5.975809815895e-09  1.847596756390e-11
+AR MAC1 2010 07 01 00 30  0.000000  2   -6.275857250619e-08  3.243335812730e-13
+AR MAL2 2010 07 01 00 30  0.000000  2   -3.049767421474e-04  3.696093801110e-11
+AR MANA 2010 07 01 00 30  0.000000  2    8.821565955806e-04  9.425723695810e-12
+AR MAR6 2010 07 01 00 30  0.000000  2    3.213697062416e-04  1.346685511360e-11
+AR MAW1 2010 07 01 00 30  0.000000  2    1.667043421015e-09  1.055754903110e-11
+AR MBAR 2010 07 01 00 30  0.000000  2   -5.162650532120e-08  1.227960776170e-11
+AR MCM4 2010 07 01 00 30  0.000000  2   -5.511837561030e-08  2.715503538390e-11
+AR MDO1 2010 07 01 00 30  0.000000  2   -4.688713703620e-08  2.122937251800e-11
+AR MDVJ 2010 07 01 00 30  0.000000  2    2.022507440156e-04  3.541591530250e-11
+AR MEDI 2010 07 01 00 30  0.000000  2    1.376239503516e-04  5.899432877750e-13
+AR METS 2010 07 01 00 30  0.000000  2    5.794419137881e-05  1.951659524890e-12
+AR MIZU 2010 07 01 00 30  0.000000  2    1.009750434136e-04  3.468709177780e-11
+AR MKEA 2010 07 01 00 30  0.000000  2   -7.383337687129e-08  1.759819610080e-11
+AR MOBS 2010 07 01 00 30  0.000000  2   -6.039470657465e-09  3.557599065740e-11
+AR MTKA 2010 07 01 00 30  0.000000  2   -6.326937451650e-08  7.784931413440e-12
+AR NANO 2010 07 01 00 30  0.000000  2   -3.099610934648e-09  1.772872154860e-11
+AR NICO 2010 07 01 00 30  0.000000  2   -5.052161362755e-09  2.453025056670e-11
+AR NNOR 2010 07 01 00 30  0.000000  2    3.657844566096e-04  2.728303768930e-11
+AR NRC1 2010 07 01 00 30  0.000000  2   -1.168414117624e-06  1.078127059160e-11
+AR NRIL 2010 07 01 00 30  0.000000  2   -6.197618061400e-08  1.080942642780e-11
+AR NRMD 2010 07 01 00 30  0.000000  2   -2.596111652790e-08  3.077613461440e-11
+AR NTUS 2010 07 01 00 30  0.000000  2    3.867012943955e-09  3.032548822140e-11
+AR NYA1 2010 07 01 00 30  0.000000  2   -3.486878104574e-04  2.331650120210e-11
+AR NYAL 2010 07 01 00 30  0.000000  2   -4.082653879724e-04  1.068768128180e-11
+AR OHI2 2010 07 01 00 30  0.000000  2   -2.938727334584e-04  2.586405214280e-11
+AR OHI3 2010 07 01 00 30  0.000000  2    1.581802967041e-08  1.148641309150e-12
+AR ONSA 2010 07 01 00 30  0.000000  2   -3.150490245699e-05  2.247822651040e-11
+AR OPMT 2010 07 01 00 30  0.000000  2   -2.055207479329e-05  1.261222721970e-13
+AR PDEL 2010 07 01 00 30  0.000000  2   -1.123545829215e-09  1.492956311800e-11
+AR PERT 2010 07 01 00 30  0.000000  2    6.339691124746e-04  2.299284977240e-11
+AR PETP 2010 07 01 00 30  0.000000  2   -8.060253529170e-08  1.428406956000e-11
+AR PIE1 2010 07 01 00 30  0.000000  2    2.146976728516e-04  1.616548796850e-11
+AR PIMO 2010 07 01 00 30  0.000000  2   -5.819427720100e-08  1.265717083710e-11
+AR POL2 2010 07 01 00 30  0.000000  2   -6.204847730040e-08  5.661309554350e-11
+AR POVE 2010 07 01 00 30  0.000000  2   -1.127935924936e-08  3.045742592090e-11
+AR PRDS 2010 07 01 00 30  0.000000  2    3.490845491541e-05  4.911428895620e-12
+AR PRE1 2010 07 01 00 30  0.000000  2    2.305761420656e-04  6.622199495440e-13
+AR PTBB 2010 07 01 00 30  0.000000  2    5.318525158763e-07  3.891349766110e-11
+AR QAQ1 2010 07 01 00 30  0.000000  2   -5.739917930760e-08  4.692824170510e-12
+AR QIKI 2010 07 01 00 30  0.000000  2   -4.965271801600e-08  1.866691931690e-11
+AR RABT 2010 07 01 00 30  0.000000  2   -5.482828040950e-08  7.991882612390e-12
+AR RAMO 2010 07 01 00 30  0.000000  2   -5.750400113310e-08  2.746223462220e-11
+AR RESO 2010 07 01 00 30  0.000000  2   -4.626728825750e-08  1.698488714330e-11
+AR REUN 2010 07 01 00 30  0.000000  2   -1.037865353094e-08  1.443254073640e-11
+AR RIO2 2010 07 01 00 30  0.000000  2   -6.745265111119e-08  3.822031269800e-13
+AR RIOP 2010 07 01 00 30  0.000000  2    5.287217213210e-08  2.038793841260e-11
+AR SALU 2010 07 01 00 30  0.000000  2   -2.523787769759e-08  3.113845362100e-11
+AR SANT 2010 07 01 00 30  0.000000  2    1.230268088326e-04  1.513164701850e-11
+AR SCH2 2010 07 01 00 30  0.000000  2    9.269346563405e-09  2.296037403910e-11
+AR SCOR 2010 07 01 00 30  0.000000  2   -8.918134501119e-08  9.811380189060e-12
+AR SCUB 2010 07 01 00 30  0.000000  2   -8.244156820459e-08  8.134774362730e-12
+AR SEY1 2010 07 01 00 30  0.000000  2   -4.596516964640e-08  1.751947424010e-11
+AR SFER 2010 07 01 00 30  0.000000  2    3.406516095566e-04  1.785832351430e-11
+AR SHAO 2010 07 01 00 30  0.000000  2    6.835144874296e-04  3.292672456170e-11
+AR SOFI 2010 07 01 00 30  0.000000  2   -4.624754203985e-09  1.624077516620e-11
+AR SPT0 2010 07 01 00 30  0.000000  2   -6.488993229499e-05  2.228390372800e-11
+AR STJO 2010 07 01 00 30  0.000000  2    2.281041178001e-05  2.402587757670e-11
+AR STR1 2010 07 01 00 30  0.000000  2   -2.065267913174e-09  1.800205566120e-11
+AR SUTH 2010 07 01 00 30  0.000000  2   -5.203544347460e-08  9.166045698920e-12
+AR SUTM 2010 07 01 00 30  0.000000  2   -8.986301954185e-09  2.228596729770e-11
+AR SYDN 2010 07 01 00 30  0.000000  2    2.376700806926e-06  5.880249628700e-11
+AR SYOG 2010 07 01 00 30  0.000000  2    2.962106839366e-04  2.076549425600e-11
+AR THTI 2010 07 01 00 30  0.000000  2   -9.279095283030e-08  1.474951714190e-11
+AR THU3 2010 07 01 00 30  0.000000  2   -7.080185730909e-08  1.406599653070e-11
+AR TIDB 2010 07 01 00 30  0.000000  2    3.502718053746e-04  3.176596190780e-11
+AR TIXI 2010 07 01 00 30  0.000000  2   -7.494110205240e-08  1.384997591830e-11
+AR TIXJ 2010 07 01 00 30  0.000000  2    3.880437159476e-04  1.430394131430e-11
+AR TLSE 2010 07 01 00 30  0.000000  2   -2.899307238159e-08  2.387603502550e-11
+AR TNML 2010 07 01 00 30  0.000000  2    1.942756454538e-02  2.029618744510e-11
+AR TOW2 2010 07 01 00 30  0.000000  2   -4.337732168875e-09  2.492185278870e-11
+AR TSKB 2010 07 01 00 30  0.000000  2   -4.683046190077e-07  5.096209528540e-11
+AR ULAB 2010 07 01 00 30  0.000000  2    7.356796163275e-09  1.613030154390e-11
+AR UNBJ 2010 07 01 00 30  0.000000  2   -3.771774107914e-04  1.887622893000e-11
+AR UNSA 2010 07 01 00 30  0.000000  2    3.075310839586e-03  4.546120001950e-11
+AR URUM 2010 07 01 00 30  0.000000  2   -2.736023830319e-05  1.634906316600e-12
+AR USN3 2010 07 01 00 30  0.000000  2    5.241578643775e-09  9.435488665430e-12
+AR USNO 2010 07 01 00 30  0.000000  2    6.263002904133e-07  1.365667657010e-11
+AR USUD 2010 07 01 00 30  0.000000  2    2.310987000941e-05  1.111466162650e-11
+AR VILL 2010 07 01 00 30  0.000000  2   -6.086136589000e-08  2.743904714800e-11
+AR WAB2 2010 07 01 00 30  0.000000  2    4.637310779043e-07  5.291152399670e-12
+AR WES2 2010 07 01 00 30  0.000000  2    4.825223809700e-08  8.550878355980e-12
+AR WHIT 2010 07 01 00 30  0.000000  2    1.100555714875e-09  1.585876530950e-11
+AR WILL 2010 07 01 00 30  0.000000  2   -6.872490162625e-09  1.277043126760e-11
+AR WROC 2010 07 01 00 30  0.000000  2   -3.425579351175e-09  1.453870672530e-11
+AR WSRT 2010 07 01 00 30  0.000000  2    9.148163946756e-06  1.713581655120e-11
+AR WTZA 2010 07 01 00 30  0.000000  2   -1.731039178757e-07  1.649551888680e-11
+AR WTZR 2010 07 01 00 30  0.000000  2   -1.532094335800e-08  1.696865669370e-11
+AR WUHN 2010 07 01 00 30  0.000000  2   -5.162997129560e-08  6.003105734200e-12
+AR XMIS 2010 07 01 00 30  0.000000  2   -6.855214806650e-10  3.081923808280e-11
+AR YAKT 2010 07 01 00 30  0.000000  2   -5.324636045670e-08  3.285148399860e-11
+AR YAR2 2010 07 01 00 30  0.000000  2   -5.173070832270e-08  2.926986345630e-11
+AR YEBE 2010 07 01 00 30  0.000000  2   -1.053508964164e-04  2.138801004040e-11
+AR YSSK 2010 07 01 00 30  0.000000  2   -6.231389763990e-08  8.786928397530e-12
+AR ZIMM 2010 07 01 00 30  0.000000  2    2.545772554940e-08  2.992607295050e-11
+AR ZWE2 2010 07 01 00 30  0.000000  2   -4.805830377174e-03  7.377767551440e-12
+AS G02  2010 07 01 00 30  0.000000  2    2.691141516286e-04  1.035387407350e-11
+AS G03  2010 07 01 00 30  0.000000  2    5.755143058516e-04  1.989680312140e-11
+AS G04  2010 07 01 00 30  0.000000  2    1.152640451206e-04  1.928660142890e-11
+AS G05  2010 07 01 00 30  0.000000  2   -1.068409985399e-05  2.031491793870e-11
+AS G06  2010 07 01 00 30  0.000000  2    5.894125350376e-04  1.067841680370e-11
+AS G07  2010 07 01 00 30  0.000000  2   -1.514058368294e-06  2.757676405520e-11
+AS G08  2010 07 01 00 30  0.000000  2    5.970211266686e-06  1.450262281720e-11
+AS G09  2010 07 01 00 30  0.000000  2    1.561858245771e-05  1.454957548160e-11
+AS G10  2010 07 01 00 30  0.000000  2   -4.591264978249e-05  1.624040060550e-11
+AS G11  2010 07 01 00 30  0.000000  2   -7.257856494099e-05  1.571112300860e-11
+AS G12  2010 07 01 00 30  0.000000  2   -9.842714990979e-05  1.087107825670e-11
+AS G13  2010 07 01 00 30  0.000000  2    3.024920453676e-04  1.677995253350e-11
+AS G14  2010 07 01 00 30  0.000000  2    6.288207966661e-05  1.334682139930e-11
+AS G15  2010 07 01 00 30  0.000000  2   -2.472089340574e-04  2.787313173370e-11
+AS G16  2010 07 01 00 30  0.000000  2   -8.532875669679e-05  1.803368427430e-11
+AS G17  2010 07 01 00 30  0.000000  2    1.595376104776e-04  9.429860596540e-12
+AS G18  2010 07 01 00 30  0.000000  2    7.799993517381e-05  2.010665608170e-11
+AS G19  2010 07 01 00 30  0.000000  2   -4.621806051959e-05  2.362677938960e-11
+AS G20  2010 07 01 00 30  0.000000  2    5.394927501371e-05  1.751376931750e-11
+AS G21  2010 07 01 00 30  0.000000  2   -7.077530252909e-05  2.125519901980e-11
+AS G22  2010 07 01 00 30  0.000000  2    1.685019418476e-04  1.320596676050e-11
+AS G23  2010 07 01 00 30  0.000000  2    3.648807642166e-04  1.393236532920e-11
+AS G24  2010 07 01 00 30  0.000000  2    3.006099891466e-04  1.780501591110e-11
+AS G26  2010 07 01 00 30  0.000000  2   -7.422778293179e-05  2.112882371340e-11
+AS G27  2010 07 01 00 30  0.000000  2    1.659419018526e-04  2.094146396030e-11
+AS G28  2010 07 01 00 30  0.000000  2   -1.196084200949e-05  1.498278735300e-11
+AS G29  2010 07 01 00 30  0.000000  2    1.313237288826e-04  1.725377951290e-11
+AS G30  2010 07 01 00 30  0.000000  2    2.565903830836e-04  1.839215965430e-11
+AS G31  2010 07 01 00 30  0.000000  2   -2.751590920679e-05  2.131779333280e-11
+AS G32  2010 07 01 00 30  0.000000  2   -2.761150180569e-05  3.850525277650e-11
+AR GPST 2010 07 01 00 35  0.000000  2   -2.162244213134e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 35  0.000000  2   -6.064172596223e-08  1.625837789540e-11
+AR ADE1 2010 07 01 00 35  0.000000  2    6.839359310908e-04  1.417970314070e-11
+AR ADIS 2010 07 01 00 35  0.000000  2    2.029588952628e-04  1.996567471450e-11
+AR ALBH 2010 07 01 00 35  0.000000  2    3.834746138096e-09  4.590765238910e-12
+AR ALGO 2010 07 01 00 35  0.000000  2   -6.841873238433e-06  7.344152610910e-12
+AR ALIC 2010 07 01 00 35  0.000000  2   -4.679569602594e-09  4.004914835910e-11
+AR ALRT 2010 07 01 00 35  0.000000  2   -5.985629824263e-08  1.540433179180e-11
+AR AMC2 2010 07 01 00 35  0.000000  2    3.176913918786e-09  1.602925338150e-11
+AR AREQ 2010 07 01 00 35  0.000000  2    7.831037933078e-04  2.379878045420e-11
+AR ARTU 2010 07 01 00 35  0.000000  2   -6.197490442093e-08  1.439579159440e-11
+AR ASPA 2010 07 01 00 35  0.000000  2   -3.158525480393e-08  1.763785628940e-11
+AR AUCK 2010 07 01 00 35  0.000000  2    8.475011328466e-09  5.618275038730e-11
+AR BAKE 2010 07 01 00 35  0.000000  2    8.621639907160e-10  2.433271989460e-11
+AR BAKO 2010 07 01 00 35  0.000000  2    5.386906053546e-09  2.554765752940e-11
+AR BOGT 2010 07 01 00 35  0.000000  2   -5.067160675333e-08  4.986886229130e-12
+AR BOR1 2010 07 01 00 35  0.000000  2    1.967824106597e-08  1.070099872260e-11
+AR BRAZ 2010 07 01 00 35  0.000000  2    1.544414385427e-08  3.507051738210e-12
+AR BREW 2010 07 01 00 35  0.000000  2    8.926615741748e-04  6.614748237730e-12
+AR BRST 2010 07 01 00 35  0.000000  2   -4.273046587674e-09  1.095438017140e-11
+AR BRUS 2010 07 01 00 35  0.000000  2    5.499210100829e-07  1.868113433880e-11
+AR BUE1 2010 07 01 00 35  0.000000  2    3.857577817838e-04  1.926857888210e-11
+AR CAS1 2010 07 01 00 35  0.000000  2    2.661787213460e-10  2.361698567520e-11
+AR CCJM 2010 07 01 00 35  0.000000  2    7.276328043219e-05  1.986372331340e-12
+AR CEDU 2010 07 01 00 35  0.000000  2    2.371708241168e-04  3.196588425640e-11
+AR CHPI 2010 07 01 00 35  0.000000  2   -5.286214458543e-08  1.168711033700e-11
+AR CHUR 2010 07 01 00 35  0.000000  2    7.206108579389e-07  1.184699285850e-11
+AR COCO 2010 07 01 00 35  0.000000  2   -2.846075685113e-08  1.919927358910e-11
+AR CONZ 2010 07 01 00 35  0.000000  2    2.965196576549e-07  2.808926699860e-11
+AR DAEJ 2010 07 01 00 35  0.000000  2   -3.936201871362e-04  3.150534032450e-11
+AR DARW 2010 07 01 00 35  0.000000  2    1.090129444286e-09  4.770121729250e-11
+AR DAV1 2010 07 01 00 35  0.000000  2   -2.267997768271e-09  2.588304826690e-11
+AR DGAR 2010 07 01 00 35  0.000000  2   -8.189635518474e-09  1.167784493420e-11
+AR DRAO 2010 07 01 00 35  0.000000  2   -3.833275134761e-07  1.513368335250e-11
+AR DUBO 2010 07 01 00 35  0.000000  2    3.182237192506e-09  1.459219204970e-11
+AR EIL1 2010 07 01 00 35  0.000000  2    9.806642570008e-04  2.724560796170e-12
+AR FAA1 2010 07 01 00 35  0.000000  2   -6.426182197304e-09  2.249835596300e-11
+AR FAIR 2010 07 01 00 35  0.000000  2   -6.732383864533e-08  8.200458373210e-12
+AR FLIN 2010 07 01 00 35  0.000000  2    1.416897542726e-09  3.962048008940e-11
+AR GLPS 2010 07 01 00 35  0.000000  2   -6.980329082513e-08  5.302238286440e-12
+AR GLSV 2010 07 01 00 35  0.000000  2   -9.672818013440e-10  5.870430975430e-12
+AR GMAS 2010 07 01 00 35  0.000000  2    2.253109352878e-04  5.556008673140e-12
+AR GMSD 2010 07 01 00 35  0.000000  2   -1.661139897071e-05  3.263202718220e-11
+AR GODE 2010 07 01 00 35  0.000000  2    2.025563683468e-04  3.272906144700e-11
+AR GOLD 2010 07 01 00 35  0.000000  2   -6.292208631793e-08  3.040889757060e-11
+AR GOPE 2010 07 01 00 35  0.000000  2   -3.449803522752e-04  2.690573863260e-11
+AR GRAS 2010 07 01 00 35  0.000000  2   -3.528676026043e-08  1.731183577500e-11
+AR GRAZ 2010 07 01 00 35  0.000000  2    5.046912049156e-09  1.921602715050e-11
+AR GUAM 2010 07 01 00 35  0.000000  2   -6.907207758863e-08  1.131455669290e-11
+AR GUAO 2010 07 01 00 35  0.000000  2    6.669539615928e-04  7.033342888110e-12
+AR GUAT 2010 07 01 00 35  0.000000  2    7.695219799866e-09  1.730198482930e-11
+AR HARB 2010 07 01 00 35  0.000000  2    9.658423391868e-04  1.478370077950e-11
+AR HLFX 2010 07 01 00 35  0.000000  2    9.894520830466e-09  1.380143760890e-12
+AR HOB2 2010 07 01 00 35  0.000000  2    4.941436247969e-07  3.033878733290e-11
+AR HOFN 2010 07 01 00 35  0.000000  2   -3.573115839002e-04  1.484136511680e-11
+AR HOLB 2010 07 01 00 35  0.000000  2   -1.338057936241e-09  2.764296122180e-11
+AR HOLM 2010 07 01 00 35  0.000000  2   -5.811718072873e-08  6.095854197820e-12
+AR HRAO 2010 07 01 00 35  0.000000  2    9.402276167578e-04  2.595290123560e-11
+AR HRM1 2010 07 01 00 35  0.000000  2    3.379503081768e-04  2.363484500940e-11
+AR HYDE 2010 07 01 00 35  0.000000  2   -9.059288351340e-10  2.267759627610e-11
+AR IENG 2010 07 01 00 35  0.000000  2    1.804269847547e-08  9.971242315120e-12
+AR IISC 2010 07 01 00 35  0.000000  2   -3.534267801003e-08  1.314981930420e-11
+AR INVK 2010 07 01 00 35  0.000000  2   -6.909347686763e-08  2.251130456380e-11
+AR IRKJ 2010 07 01 00 35  0.000000  2   -4.397674428342e-04  6.292362343240e-14
+AR IRKT 2010 07 01 00 35  0.000000  2   -2.298225972751e-07  3.430331721060e-11
+AR JOZ2 2010 07 01 00 35  0.000000  2   -6.740929592554e-09  6.503370426480e-11
+AR KARR 2010 07 01 00 35  0.000000  2   -3.745880267673e-08  2.405979879450e-11
+AR KERG 2010 07 01 00 35  0.000000  2    4.169930370768e-04  3.093621793240e-11
+AR KIRU 2010 07 01 00 35  0.000000  2    5.909208812338e-04  2.493692714440e-11
+AR KIT3 2010 07 01 00 35  0.000000  2   -2.868942792073e-08  2.987357151350e-11
+AR KOKB 2010 07 01 00 35  0.000000  2    9.582256645868e-04  1.609114479760e-11
+AR KOSG 2010 07 01 00 35  0.000000  2   -4.660549523694e-09  6.449126630610e-12
+AR KOUC 2010 07 01 00 35  0.000000  2   -3.011729639283e-08  1.037871995980e-11
+AR KOUR 2010 07 01 00 35  0.000000  2   -2.685222836412e-04  2.078201804110e-11
+AR KUUJ 2010 07 01 00 35  0.000000  2    6.256956482376e-09  7.314416164540e-13
+AR LAMA 2010 07 01 00 35  0.000000  2   -5.715882868294e-09  8.417056382550e-12
+AR LHAZ 2010 07 01 00 35  0.000000  2    1.559974198518e-04  1.441369670710e-11
+AR MAC1 2010 07 01 00 35  0.000000  2   -6.326238615543e-08  4.245874425870e-12
+AR MAL2 2010 07 01 00 35  0.000000  2   -4.212320852402e-04  3.263300790160e-11
+AR MANA 2010 07 01 00 35  0.000000  2    3.596832961208e-04  4.833070179420e-12
+AR MAR6 2010 07 01 00 35  0.000000  2    3.213831306498e-04  5.512106155870e-12
+AR MAW1 2010 07 01 00 35  0.000000  2    1.718346021960e-10  3.539567352260e-12
+AR MBAR 2010 07 01 00 35  0.000000  2   -5.123487440463e-08  1.327700600610e-11
+AR MCM4 2010 07 01 00 35  0.000000  2   -5.530540510253e-08  2.639310976970e-11
+AR MDO1 2010 07 01 00 35  0.000000  2   -4.576842440433e-08  1.958539998890e-11
+AR MDVJ 2010 07 01 00 35  0.000000  2    2.022507373028e-04  2.994623085400e-11
+AR MEDI 2010 07 01 00 35  0.000000  2    1.376246588748e-04  1.337100520520e-12
+AR METS 2010 07 01 00 35  0.000000  2    8.668199159578e-04  8.255949163170e-12
+AR MIZU 2010 07 01 00 35  0.000000  2    1.009751360378e-04  3.125838456490e-11
+AR MKEA 2010 07 01 00 35  0.000000  2   -7.300869892793e-08  1.856183206970e-11
+AR MOBS 2010 07 01 00 35  0.000000  2   -5.022008581244e-09  3.448637632730e-11
+AR MTKA 2010 07 01 00 35  0.000000  2   -6.139306023133e-08  8.479716199190e-12
+AR NANO 2010 07 01 00 35  0.000000  2   -4.646051329364e-09  1.699535433930e-11
+AR NICO 2010 07 01 00 35  0.000000  2   -4.026783906894e-09  2.916860162670e-11
+AR NNOR 2010 07 01 00 35  0.000000  2    3.657840477498e-04  2.659853993580e-11
+AR NRC1 2010 07 01 00 35  0.000000  2   -1.168381674853e-06  8.599468037040e-12
+AR NRIL 2010 07 01 00 35  0.000000  2   -6.520706383083e-08  1.259366867150e-11
+AR NRMD 2010 07 01 00 35  0.000000  2   -2.587823003743e-08  2.558279658430e-11
+AR NTUS 2010 07 01 00 35  0.000000  2   -1.691716836829e-09  2.684250159210e-11
+AR NYA1 2010 07 01 00 35  0.000000  2   -3.486881022172e-04  1.940192171240e-11
+AR NYAL 2010 07 01 00 35  0.000000  2   -4.082656979522e-04  1.440478965350e-11
+AR OHI2 2010 07 01 00 35  0.000000  2   -4.269690137602e-04  2.693482069250e-11
+AR OHI3 2010 07 01 00 35  0.000000  2    1.562286614077e-08  2.355040465600e-12
+AR ONSA 2010 07 01 00 35  0.000000  2   -3.150484179831e-05  2.184911980060e-11
+AR OPMT 2010 07 01 00 35  0.000000  2   -2.055212576101e-05  1.953989566440e-12
+AR PDEL 2010 07 01 00 35  0.000000  2   -3.180557513394e-09  1.488377387550e-11
+AR PERT 2010 07 01 00 35  0.000000  2    6.339693168248e-04  1.844512582290e-11
+AR PETP 2010 07 01 00 35  0.000000  2   -7.753750399353e-08  1.494568932010e-11
+AR PIE1 2010 07 01 00 35  0.000000  2    2.146977075418e-04  1.246122884300e-11
+AR PIMO 2010 07 01 00 35  0.000000  2   -5.624602254303e-08  1.291393775590e-11
+AR POL2 2010 07 01 00 35  0.000000  2   -5.984345253763e-08  5.698212216770e-11
+AR POVE 2010 07 01 00 35  0.000000  2   -1.055576093746e-08  2.796372993940e-11
+AR PRDS 2010 07 01 00 35  0.000000  2    3.490939535609e-05  2.270110668230e-12
+AR PRE1 2010 07 01 00 35  0.000000  2    2.305760083818e-04  1.331754721570e-12
+AR PTBB 2010 07 01 00 35  0.000000  2    5.318383007859e-07  2.848767083250e-11
+AR QAQ1 2010 07 01 00 35  0.000000  2   -5.928032420563e-08  6.411634489670e-12
+AR QIKI 2010 07 01 00 35  0.000000  2   -5.613932182263e-08  1.925837370540e-11
+AR RABT 2010 07 01 00 35  0.000000  2   -5.533021960533e-08  7.615049958490e-12
+AR RAMO 2010 07 01 00 35  0.000000  2   -5.728263310384e-09  2.765851871670e-11
+AR RESO 2010 07 01 00 35  0.000000  2   -4.946782776913e-08  1.674412160700e-11
+AR REUN 2010 07 01 00 35  0.000000  2   -9.980740670694e-09  1.227544401950e-11
+AR RIO2 2010 07 01 00 35  0.000000  2   -6.792362969313e-08  6.017775112300e-14
+AR RIOP 2010 07 01 00 35  0.000000  2    5.340328144357e-08  1.548096501600e-11
+AR SALU 2010 07 01 00 35  0.000000  2   -2.529165765023e-08  2.889922816470e-11
+AR SANT 2010 07 01 00 35  0.000000  2    1.230264548278e-04  1.192995301840e-11
+AR SCH2 2010 07 01 00 35  0.000000  2    8.398822565666e-09  1.849211094240e-11
+AR SCOR 2010 07 01 00 35  0.000000  2   -8.915650826643e-08  9.837134768570e-12
+AR SCUB 2010 07 01 00 35  0.000000  2   -7.823492372883e-08  6.657658042360e-12
+AR SEY1 2010 07 01 00 35  0.000000  2   -4.666763746983e-08  1.552316945920e-11
+AR SFER 2010 07 01 00 35  0.000000  2    3.406516075078e-04  1.694783524660e-11
+AR SHAO 2010 07 01 00 35  0.000000  2    6.835147296978e-04  3.205606861780e-11
+AR SOFI 2010 07 01 00 35  0.000000  2   -1.638740708196e-09  1.385373680310e-11
+AR SPT0 2010 07 01 00 35  0.000000  2   -6.489027669591e-05  1.785423612450e-11
+AR STJO 2010 07 01 00 35  0.000000  2    2.281088903599e-05  2.462562218170e-11
+AR STR1 2010 07 01 00 35  0.000000  2   -2.610383364569e-09  8.601919843880e-12
+AR SUTH 2010 07 01 00 35  0.000000  2   -4.477233610683e-08  9.813682134360e-12
+AR SUTM 2010 07 01 00 35  0.000000  2   -1.360809423393e-08  1.648592510570e-11
+AR SYDN 2010 07 01 00 35  0.000000  2    2.376621136137e-06  5.597795985720e-11
+AR SYOG 2010 07 01 00 35  0.000000  2    2.962106480708e-04  1.714077082710e-11
+AR THTI 2010 07 01 00 35  0.000000  2   -9.418611403213e-08  9.459355539390e-12
+AR THU3 2010 07 01 00 35  0.000000  2   -6.836850400583e-08  1.145068757500e-11
+AR TIDB 2010 07 01 00 35  0.000000  2    3.502716689588e-04  3.254199877530e-11
+AR TIXI 2010 07 01 00 35  0.000000  2   -7.399018105773e-08  3.638867285730e-12
+AR TIXJ 2010 07 01 00 35  0.000000  2    1.959377940528e-04  4.094525898920e-12
+AR TLSE 2010 07 01 00 35  0.000000  2   -2.879629106493e-08  2.403586334890e-11
+AR TNML 2010 07 01 00 35  0.000000  2    1.942791597186e-02  1.460168640880e-11
+AR TOW2 2010 07 01 00 35  0.000000  2   -3.587194145074e-09  2.390154963910e-11
+AR TSKB 2010 07 01 00 35  0.000000  2   -4.683256437871e-07  4.603225375840e-11
+AR ULAB 2010 07 01 00 35  0.000000  2   -3.870155024614e-09  1.631598459940e-11
+AR UNBJ 2010 07 01 00 35  0.000000  2   -4.705342033832e-04  1.945095521340e-11
+AR UNSA 2010 07 01 00 35  0.000000  2    2.859060443756e-03  4.735482490510e-11
+AR URUM 2010 07 01 00 35  0.000000  2    4.907314036818e-04  3.269590893070e-12
+AR USN3 2010 07 01 00 35  0.000000  2    5.239862714086e-09  1.253038170440e-11
+AR USNO 2010 07 01 00 35  0.000000  2    6.263092818409e-07  1.131311867210e-11
+AR USUD 2010 07 01 00 35  0.000000  2    2.310987090529e-05  3.726805754410e-12
+AR VILL 2010 07 01 00 35  0.000000  2   -6.030773205283e-08  2.214387544750e-11
+AR WAB2 2010 07 01 00 35  0.000000  2    4.637300290739e-07  4.388037692680e-12
+AR WES2 2010 07 01 00 35  0.000000  2    4.828148806557e-08  1.868574621220e-11
+AR WHIT 2010 07 01 00 35  0.000000  2    1.270752356816e-09  1.227425931720e-11
+AR WILL 2010 07 01 00 35  0.000000  2    1.463812987077e-08  1.763528445820e-11
+AR WROC 2010 07 01 00 35  0.000000  2   -2.795704727583e-09  1.275443437280e-11
+AR WSRT 2010 07 01 00 35  0.000000  2    9.148222936067e-06  1.812090150070e-11
+AR WTZA 2010 07 01 00 35  0.000000  2   -1.731519336051e-07  1.414313347440e-11
+AR WTZR 2010 07 01 00 35  0.000000  2   -1.532512787573e-08  1.326269094210e-11
+AR WUHN 2010 07 01 00 35  0.000000  2   -4.740440263363e-08  5.653278583590e-12
+AR XMIS 2010 07 01 00 35  0.000000  2    6.136350662460e-10  3.082942621320e-11
+AR YAKT 2010 07 01 00 35  0.000000  2   -5.350388248833e-08  3.338259866850e-11
+AR YAR2 2010 07 01 00 35  0.000000  2   -5.085955967893e-08  1.760260187020e-11
+AR YEBE 2010 07 01 00 35  0.000000  2   -1.053508406772e-04  1.980866684960e-11
+AR YSSK 2010 07 01 00 35  0.000000  2   -6.108332125293e-08  8.526244571540e-12
+AR ZIMM 2010 07 01 00 35  0.000000  2    2.596467881197e-08  2.571356600900e-11
+AR ZWE2 2010 07 01 00 35  0.000000  2   -5.078267865444e-03  6.641161748330e-12
+AS G02  2010 07 01 00 35  0.000000  2    2.691151889198e-04  1.219939683550e-11
+AS G03  2010 07 01 00 35  0.000000  2    5.755158078998e-04  2.144828756300e-11
+AS G04  2010 07 01 00 35  0.000000  2    1.152662902128e-04  2.342379930070e-11
+AS G05  2010 07 01 00 35  0.000000  2   -1.068505601351e-05  2.605300726620e-11
+AS G06  2010 07 01 00 35  0.000000  2    5.894083311308e-04  1.376104677030e-11
+AS G07  2010 07 01 00 35  0.000000  2   -1.514039066303e-06  2.708817798940e-11
+AS G08  2010 07 01 00 35  0.000000  2    5.970397153137e-06  1.611887326550e-11
+AS G09  2010 07 01 00 35  0.000000  2    1.561916363109e-05  1.566321815490e-11
+AS G10  2010 07 01 00 35  0.000000  2   -4.591368197771e-05  1.238923031210e-11
+AS G11  2010 07 01 00 35  0.000000  2   -7.257917317241e-05  1.598300895140e-11
+AS G12  2010 07 01 00 35  0.000000  2   -9.842601727651e-05  1.146341373790e-11
+AS G13  2010 07 01 00 35  0.000000  2    3.024927230708e-04  1.642014171330e-11
+AS G14  2010 07 01 00 35  0.000000  2    6.288355082499e-05  1.314401218550e-11
+AS G15  2010 07 01 00 35  0.000000  2   -2.472069425952e-04  2.935302717330e-11
+AS G16  2010 07 01 00 35  0.000000  2   -8.533015480911e-05  1.479691296750e-11
+AS G17  2010 07 01 00 35  0.000000  2    1.595382818708e-04  9.406232473680e-12
+AS G18  2010 07 01 00 35  0.000000  2    7.800023192979e-05  2.233093195840e-11
+AS G19  2010 07 01 00 35  0.000000  2   -4.621876120541e-05  2.604673712020e-11
+AS G20  2010 07 01 00 35  0.000000  2    5.394936638119e-05  2.163643107440e-11
+AS G21  2010 07 01 00 35  0.000000  2   -7.077580423521e-05  2.123648878540e-11
+AS G22  2010 07 01 00 35  0.000000  2    1.685019211838e-04  1.515584732130e-11
+AS G23  2010 07 01 00 35  0.000000  2    3.648802954088e-04  1.159777300950e-11
+AS G24  2010 07 01 00 35  0.000000  2    3.006107658338e-04  2.061951724700e-11
+AS G26  2010 07 01 00 35  0.000000  2   -7.422940695281e-05  1.652286947980e-11
+AS G27  2010 07 01 00 35  0.000000  2    1.659429039838e-04  1.950263632360e-11
+AS G28  2010 07 01 00 35  0.000000  2   -1.196049806241e-05  1.324926861760e-11
+AS G29  2010 07 01 00 35  0.000000  2    1.313247873778e-04  1.558994786730e-11
+AS G30  2010 07 01 00 35  0.000000  2    2.565909151238e-04  1.711624440060e-11
+AS G31  2010 07 01 00 35  0.000000  2   -2.751484510111e-05  2.288602531400e-11
+AS G32  2010 07 01 00 35  0.000000  2   -2.761395330671e-05  3.568029888620e-11
+AR GPST 2010 07 01 00 40  0.000000  2   -2.153505017312e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 40  0.000000  2   -5.849267179521e-08  1.466924400820e-11
+AR ADE1 2010 07 01 00 40  0.000000  2    6.839360734220e-04  1.725876146690e-11
+AR ADIS 2010 07 01 00 40  0.000000  2    2.021038761000e-04  2.325814648950e-11
+AR ALBH 2010 07 01 00 40  0.000000  2   -2.082883448520e-10  7.152046379410e-12
+AR ALGO 2010 07 01 00 40  0.000000  2   -6.842042871887e-06  5.270290018800e-12
+AR ALIC 2010 07 01 00 40  0.000000  2   -3.572986017932e-09  3.495694618660e-11
+AR ALRT 2010 07 01 00 40  0.000000  2   -6.659620523321e-08  1.392422582720e-11
+AR AMC2 2010 07 01 00 40  0.000000  2    3.180921865418e-09  1.734427054310e-11
+AR AREQ 2010 07 01 00 40  0.000000  2    7.831024078700e-04  2.659059023700e-11
+AR ARTU 2010 07 01 00 40  0.000000  2   -6.274878417801e-08  1.316393252170e-11
+AR ASPA 2010 07 01 00 40  0.000000  2   -3.074342048381e-08  1.522401291480e-11
+AR AUCK 2010 07 01 00 40  0.000000  2    9.318111306188e-09  5.437313014040e-11
+AR BAKE 2010 07 01 00 40  0.000000  2    1.673782770980e-10  2.331400798150e-11
+AR BAKO 2010 07 01 00 40  0.000000  2    3.501135514078e-09  2.861624954610e-11
+AR BOGT 2010 07 01 00 40  0.000000  2   -5.118185311151e-08  7.011063200120e-12
+AR BOR1 2010 07 01 00 40  0.000000  2    2.119142471499e-08  1.270999631920e-11
+AR BRAZ 2010 07 01 00 40  0.000000  2    1.631526153559e-08  4.900679932330e-12
+AR BREW 2010 07 01 00 40  0.000000  2    8.926615436460e-04  3.297114215890e-12
+AR BRST 2010 07 01 00 40  0.000000  2   -2.017422277591e-09  1.464050031970e-11
+AR BRUS 2010 07 01 00 40  0.000000  2    5.499248405227e-07  2.032839443750e-11
+AR BUE1 2010 07 01 00 40  0.000000  2    3.857577822040e-04  2.004770981670e-11
+AR CAS1 2010 07 01 00 40  0.000000  2    8.238518681880e-10  2.297628094890e-11
+AR CCJM 2010 07 01 00 40  0.000000  2    7.276341268978e-05  3.708909446060e-12
+AR CEDU 2010 07 01 00 40  0.000000  2    2.371707684310e-04  2.779949500030e-11
+AR CHPI 2010 07 01 00 40  0.000000  2   -4.824915672351e-08  1.106027037370e-11
+AR CHUR 2010 07 01 00 40  0.000000  2    7.232165274757e-07  1.343290068830e-11
+AR COCO 2010 07 01 00 40  0.000000  2   -2.872032724421e-08  1.819245450550e-11
+AR CONZ 2010 07 01 00 40  0.000000  2    2.966147689937e-07  2.548771153710e-11
+AR DAEJ 2010 07 01 00 40  0.000000  2   -3.936187638120e-04  2.810168799800e-11
+AR DARW 2010 07 01 00 40  0.000000  2   -7.351437993420e-10  4.212158564350e-11
+AR DAV1 2010 07 01 00 40  0.000000  2   -1.824671450250e-09  2.441350985410e-11
+AR DGAR 2010 07 01 00 40  0.000000  2   -1.151029140039e-08  1.508141328430e-11
+AR DRAO 2010 07 01 00 40  0.000000  2   -3.834240824623e-07  1.383915751380e-11
+AR DUBO 2010 07 01 00 40  0.000000  2   -7.136521341200e-11  1.892244653310e-11
+AR EIL1 2010 07 01 00 40  0.000000  2    9.806641245560e-04  1.007317354220e-11
+AR FAA1 2010 07 01 00 40  0.000000  2   -7.617208256132e-09  1.873116184930e-11
+AR FAIR 2010 07 01 00 40  0.000000  2   -6.786469986961e-08  8.629934377260e-12
+AR FLIN 2010 07 01 00 40  0.000000  2   -3.151289458601e-09  3.557791799680e-11
+AR GLPS 2010 07 01 00 40  0.000000  2   -6.888537343141e-08  4.100283967660e-12
+AR GLSV 2010 07 01 00 40  0.000000  2   -1.918410034037e-09  7.654070542860e-12
+AR GMAS 2010 07 01 00 40  0.000000  2    2.253097024760e-04  7.149435097850e-12
+AR GMSD 2010 07 01 00 40  0.000000  2   -1.661239247902e-05  3.176125176740e-11
+AR GODE 2010 07 01 00 40  0.000000  2    2.025563581730e-04  2.520646305630e-11
+AR GOLD 2010 07 01 00 40  0.000000  2   -6.371556288211e-08  2.952966544150e-11
+AR GOPE 2010 07 01 00 40  0.000000  2   -3.449804364810e-04  3.076849360420e-11
+AR GRAS 2010 07 01 00 40  0.000000  2   -3.266237667491e-08  1.576183912050e-11
+AR GRAZ 2010 07 01 00 40  0.000000  2    6.132274305988e-09  2.028729042210e-11
+AR GUAM 2010 07 01 00 40  0.000000  2   -7.004359036271e-08  1.257296535130e-11
+AR GUAO 2010 07 01 00 40  0.000000  2    6.669539429420e-04  6.970052537100e-12
+AR GUAT 2010 07 01 00 40  0.000000  2    7.676310222978e-09  1.765636848280e-11
+AR HARB 2010 07 01 00 40  0.000000  2    9.658426775380e-04  1.626277550170e-11
+AR HLFX 2010 07 01 00 40  0.000000  2    5.535911818698e-09  2.007483957510e-14
+AR HOB2 2010 07 01 00 40  0.000000  2    4.941455291007e-07  2.605060061070e-11
+AR HOFN 2010 07 01 00 40  0.000000  2   -3.338609921370e-04  1.566287469620e-11
+AR HOLB 2010 07 01 00 40  0.000000  2   -2.268517611293e-09  2.802901107340e-11
+AR HOLM 2010 07 01 00 40  0.000000  2   -6.281184633191e-08  4.480856010580e-12
+AR HRAO 2010 07 01 00 40  0.000000  2    9.402276572860e-04  2.988711678640e-11
+AR HRM1 2010 07 01 00 40  0.000000  2    3.379503382940e-04  2.081079550410e-11
+AR HYDE 2010 07 01 00 40  0.000000  2   -1.391661914733e-09  2.271118787070e-11
+AR IENG 2010 07 01 00 40  0.000000  2    1.805466210099e-08  9.631723499230e-12
+AR IISC 2010 07 01 00 40  0.000000  2   -3.341721044461e-08  1.703163774260e-11
+AR INVK 2010 07 01 00 40  0.000000  2   -6.774637874871e-08  2.064676340860e-11
+AR IRKJ 2010 07 01 00 40  0.000000  2   -4.397674689260e-04  5.479699213920e-12
+AR IRKT 2010 07 01 00 40  0.000000  2   -2.298430235623e-07  3.706250730970e-11
+AR JOZ2 2010 07 01 00 40  0.000000  2   -5.100557389192e-09  5.235611745040e-11
+AR KARR 2010 07 01 00 40  0.000000  2   -3.253042436541e-08  1.956495785420e-11
+AR KERG 2010 07 01 00 40  0.000000  2    4.169931665930e-04  3.199897721970e-11
+AR KIRU 2010 07 01 00 40  0.000000  2    5.909207714270e-04  2.558324699840e-11
+AR KIT3 2010 07 01 00 40  0.000000  2   -1.950777657761e-08  2.880544724510e-11
+AR KOKB 2010 07 01 00 40  0.000000  2    9.582256628110e-04  1.192770793660e-11
+AR KOSG 2010 07 01 00 40  0.000000  2   -2.685086479573e-09  4.581970964870e-12
+AR KOUC 2010 07 01 00 40  0.000000  2   -2.981267116621e-08  1.666817060880e-11
+AR KOUR 2010 07 01 00 40  0.000000  2   -2.685222762370e-04  1.935598556150e-11
+AR KUUJ 2010 07 01 00 40  0.000000  2    8.772165140788e-09  6.115125317130e-12
+AR LAMA 2010 07 01 00 40  0.000000  2   -7.530521109082e-09  1.152107409480e-11
+AR LHAZ 2010 07 01 00 40  0.000000  2    2.886549434360e-04  1.314917585460e-11
+AR LPGS 2010 07 01 00 40  0.000000  2   -8.215025779442e-09  2.210294913410e-11
+AR MAC1 2010 07 01 00 40  0.000000  2   -6.318965341921e-08  2.354716737040e-12
+AR MAL2 2010 07 01 00 40  0.000000  2    4.624326623170e-04  2.973254059400e-11
+AR MANA 2010 07 01 00 40  0.000000  2    8.361603273890e-04  3.124056960950e-12
+AR MAR6 2010 07 01 00 40  0.000000  2    3.213964644430e-04  3.365667938960e-12
+AR MAW1 2010 07 01 00 40  0.000000  2   -1.630981916706e-09  1.546401662160e-12
+AR MBAR 2010 07 01 00 40  0.000000  2   -5.058426352801e-08  8.543324478100e-12
+AR MCM4 2010 07 01 00 40  0.000000  2   -5.895290517881e-08  2.938139768170e-11
+AR MDO1 2010 07 01 00 40  0.000000  2   -4.518912537661e-08  2.017867783320e-11
+AR MDVJ 2010 07 01 00 40  0.000000  2    2.022507342610e-04  3.231446714990e-11
+AR MEDI 2010 07 01 00 40  0.000000  2    1.376253754110e-04  4.081246479710e-12
+AR METS 2010 07 01 00 40  0.000000  2    6.755861726200e-04  1.018647774570e-11
+AR MIZU 2010 07 01 00 40  0.000000  2    1.009752972340e-04  2.943005611840e-11
+AR MKEA 2010 07 01 00 40  0.000000  2   -7.133205895891e-08  1.260959203400e-11
+AR MOBS 2010 07 01 00 40  0.000000  2   -4.632529996222e-09  4.132950845020e-11
+AR MTKA 2010 07 01 00 40  0.000000  2   -6.855514465721e-08  6.277950766340e-12
+AR NANO 2010 07 01 00 40  0.000000  2   -4.150033461012e-09  1.706230823530e-11
+AR NICO 2010 07 01 00 40  0.000000  2   -2.140795295286e-09  2.773729924170e-11
+AR NNOR 2010 07 01 00 40  0.000000  2    3.657839409350e-04  2.181721490070e-11
+AR NRC1 2010 07 01 00 40  0.000000  2   -1.168311935247e-06  6.933718929300e-12
+AR NRIL 2010 07 01 00 40  0.000000  2   -6.875702747191e-08  1.326990663840e-11
+AR NRMD 2010 07 01 00 40  0.000000  2   -2.607443968441e-08  1.791289443440e-11
+AR NTUS 2010 07 01 00 40  0.000000  2   -7.082504918032e-09  2.996071484510e-11
+AR NYA1 2010 07 01 00 40  0.000000  2   -3.486881748490e-04  1.916918190720e-11
+AR NYAL 2010 07 01 00 40  0.000000  2   -4.082657702800e-04  1.447067640200e-11
+AR OHI2 2010 07 01 00 40  0.000000  2    4.398834998790e-04  2.664826769370e-11
+AR OHI3 2010 07 01 00 40  0.000000  2    1.547209952129e-08  1.478229969120e-12
+AR ONSA 2010 07 01 00 40  0.000000  2   -3.150477577182e-05  1.952764699890e-11
+AR OPMT 2010 07 01 00 40  0.000000  2   -2.055217586822e-05  8.495290780060e-14
+AR PDEL 2010 07 01 00 40  0.000000  2    2.061552517088e-09  9.255029423890e-12
+AR PERT 2010 07 01 00 40  0.000000  2    6.339695146850e-04  1.713644047220e-11
+AR PETP 2010 07 01 00 40  0.000000  2   -7.532510022381e-08  1.273608713860e-11
+AR PIE1 2010 07 01 00 40  0.000000  2    2.146977219240e-04  1.156306611500e-11
+AR PIMO 2010 07 01 00 40  0.000000  2   -5.739847518051e-08  1.505172810500e-11
+AR POL2 2010 07 01 00 40  0.000000  2   -6.471941263941e-08  5.556861780340e-11
+AR POVE 2010 07 01 00 40  0.000000  2   -1.022287885870e-08  2.600944628330e-11
+AR PRDS 2010 07 01 00 40  0.000000  2    3.491031041288e-05  1.174711518990e-12
+AR PRE1 2010 07 01 00 40  0.000000  2    2.305760067470e-04  1.103066788630e-12
+AR PTBB 2010 07 01 00 40  0.000000  2    5.318615659487e-07  2.640500378270e-11
+AR QAQ1 2010 07 01 00 40  0.000000  2   -6.100985891921e-08  7.083489526120e-12
+AR QIKI 2010 07 01 00 40  0.000000  2   -5.022642115541e-08  1.867903980620e-11
+AR RABT 2010 07 01 00 40  0.000000  2   -5.660310462191e-08  5.290656351060e-12
+AR RAMO 2010 07 01 00 40  0.000000  2   -2.052474014961e-08  2.918846462320e-11
+AR RESO 2010 07 01 00 40  0.000000  2   -5.199675516501e-08  1.523161614580e-11
+AR REUN 2010 07 01 00 40  0.000000  2   -8.413809404852e-09  1.339269873260e-11
+AR RIO2 2010 07 01 00 40  0.000000  2   -6.970635814281e-08  2.471585295150e-12
+AR RIOP 2010 07 01 00 40  0.000000  2    5.327708285879e-08  1.399252692860e-11
+AR SALU 2010 07 01 00 40  0.000000  2   -2.591331372171e-08  3.009956765890e-11
+AR SANT 2010 07 01 00 40  0.000000  2    1.230261569760e-04  1.552466489930e-11
+AR SCH2 2010 07 01 00 40  0.000000  2    8.507881923088e-09  1.720568217270e-11
+AR SCOR 2010 07 01 00 40  0.000000  2   -1.088004866573e-07  1.198689924430e-11
+AR SCUB 2010 07 01 00 40  0.000000  2   -7.499067792821e-08  1.138721825680e-11
+AR SEY1 2010 07 01 00 40  0.000000  2   -4.659473697561e-08  1.330502038180e-11
+AR SFER 2010 07 01 00 40  0.000000  2    3.406516100230e-04  1.841907673670e-11
+AR SHAO 2010 07 01 00 40  0.000000  2    6.835149937080e-04  3.222909253620e-11
+AR SOFI 2010 07 01 00 40  0.000000  2    9.338060127280e-10  1.406200536310e-11
+AR SPT0 2010 07 01 00 40  0.000000  2   -6.489063097312e-05  2.231208698170e-11
+AR STJO 2010 07 01 00 40  0.000000  2    2.281145896718e-05  2.031757185630e-11
+AR STR1 2010 07 01 00 40  0.000000  2   -3.657870135002e-09  3.071680091070e-12
+AR SUTH 2010 07 01 00 40  0.000000  2   -4.419061333391e-08  1.062459204480e-11
+AR SUTM 2010 07 01 00 40  0.000000  2   -6.508052449302e-09  1.705161626740e-11
+AR SYDN 2010 07 01 00 40  0.000000  2    2.376825712823e-06  4.803561020740e-11
+AR SYOG 2010 07 01 00 40  0.000000  2    2.962105118350e-04  1.680472000160e-11
+AR THTI 2010 07 01 00 40  0.000000  2   -9.675845418041e-08  2.742847754640e-12
+AR THU3 2010 07 01 00 40  0.000000  2   -7.203083765491e-08  1.076512452090e-11
+AR TIDB 2010 07 01 00 40  0.000000  2    3.502715126690e-04  2.316053778140e-11
+AR TIXI 2010 07 01 00 40  0.000000  2   -7.286184471331e-08  1.547639617690e-12
+AR TIXJ 2010 07 01 00 40  0.000000  2    3.833592840523e-06  6.475814914680e-12
+AR TLSE 2010 07 01 00 40  0.000000  2   -3.108372817541e-08  2.240660787910e-11
+AR TNML 2010 07 01 00 40  0.000000  2    1.942826755789e-02  1.236298268510e-11
+AR TOW2 2010 07 01 00 40  0.000000  2   -3.826842957462e-09  2.255666392880e-11
+AR TSKB 2010 07 01 00 40  0.000000  2   -4.682435641613e-07  4.637404655520e-11
+AR ULAB 2010 07 01 00 40  0.000000  2   -9.762709002662e-09  1.487670735050e-11
+AR UNBJ 2010 07 01 00 40  0.000000  2    4.361210221180e-04  1.662945620350e-11
+AR UNSA 2010 07 01 00 40  0.000000  2    2.642782537825e-03  4.675846125320e-11
+AR URUM 2010 07 01 00 40  0.000000  2    8.875966393293e-06  3.583632736160e-12
+AR USN3 2010 07 01 00 40  0.000000  2    5.239827329678e-09  1.451651695130e-11
+AR USNO 2010 07 01 00 40  0.000000  2    6.263137591107e-07  1.060981465450e-11
+AR USUD 2010 07 01 00 40  0.000000  2    2.310986276048e-05  2.831660112160e-12
+AR VILL 2010 07 01 00 40  0.000000  2   -6.120486908461e-08  2.252771406550e-11
+AR WAB2 2010 07 01 00 40  0.000000  2    4.637248939997e-07  5.031086548860e-12
+AR WES2 2010 07 01 00 40  0.000000  2    4.830569044779e-08  1.773897145620e-11
+AR WHIT 2010 07 01 00 40  0.000000  2    2.031782703628e-09  1.074827109380e-11
+AR WILL 2010 07 01 00 40  0.000000  2    1.233016652639e-08  1.889159990540e-11
+AR WROC 2010 07 01 00 40  0.000000  2   -3.535666814892e-09  1.234174438810e-11
+AR WSRT 2010 07 01 00 40  0.000000  2    9.148294115393e-06  1.914241819590e-11
+AR WTZA 2010 07 01 00 40  0.000000  2   -1.730459711403e-07  1.625052260710e-11
+AR WTZR 2010 07 01 00 40  0.000000  2   -1.532045897011e-08  1.453767848220e-11
+AR WUHN 2010 07 01 00 40  0.000000  2   -4.714910324311e-08  5.390228736690e-12
+AR XMIS 2010 07 01 00 40  0.000000  2    3.310939712288e-09  2.810778235440e-11
+AR YAKT 2010 07 01 00 40  0.000000  2   -5.848052385731e-08  3.538372738540e-11
+AR YAR2 2010 07 01 00 40  0.000000  2   -6.321860064131e-08  1.582991561330e-11
+AR YEBE 2010 07 01 00 40  0.000000  2   -1.053507571540e-04  1.442086903210e-11
+AR YSSK 2010 07 01 00 40  0.000000  2   -6.118080933501e-08  6.885085022380e-12
+AR ZIMM 2010 07 01 00 40  0.000000  2    2.628711066049e-08  2.922577236750e-11
+AR ZWE2 2010 07 01 00 40  0.000000  2   -5.350337024915e-03  6.389254138400e-12
+AS G02  2010 07 01 00 40  0.000000  2    2.691159750060e-04  6.434286154570e-12
+AS G03  2010 07 01 00 40  0.000000  2    5.755173987620e-04  1.938384430450e-11
+AS G04  2010 07 01 00 40  0.000000  2    1.152687394180e-04  1.623904899760e-11
+AS G05  2010 07 01 00 40  0.000000  2   -1.068591581502e-05  2.166715245720e-11
+AS G06  2010 07 01 00 40  0.000000  2    5.894040297270e-04  9.392015812420e-12
+AS G07  2010 07 01 00 40  0.000000  2   -1.513963491457e-06  2.862064673010e-11
+AS G08  2010 07 01 00 40  0.000000  2    5.970429139283e-06  1.667550391640e-11
+AS G09  2010 07 01 00 40  0.000000  2    1.561937032138e-05  1.772068938870e-11
+AS G10  2010 07 01 00 40  0.000000  2   -4.591369686022e-05  1.787970483030e-11
+AS G11  2010 07 01 00 40  0.000000  2   -7.257982085542e-05  1.422595609230e-11
+AS G12  2010 07 01 00 40  0.000000  2   -9.842476863772e-05  1.393786804540e-11
+AS G13  2010 07 01 00 40  0.000000  2    3.024931216340e-04  1.675258400210e-11
+AS G14  2010 07 01 00 40  0.000000  2    6.288465208028e-05  1.325293856550e-11
+AS G15  2010 07 01 00 40  0.000000  2   -2.472049605250e-04  2.886590167350e-11
+AS G16  2010 07 01 00 40  0.000000  2   -8.533109244752e-05  1.599136733150e-11
+AS G17  2010 07 01 00 40  0.000000  2    1.595389221460e-04  1.411708992300e-11
+AS G18  2010 07 01 00 40  0.000000  2    7.800130983758e-05  2.111465324900e-11
+AS G19  2010 07 01 00 40  0.000000  2   -4.621956042552e-05  2.335624271460e-11
+AS G20  2010 07 01 00 40  0.000000  2    5.394893859838e-05  1.902495065870e-11
+AS G21  2010 07 01 00 40  0.000000  2   -7.077638877192e-05  2.012740174130e-11
+AS G22  2010 07 01 00 40  0.000000  2    1.685016908320e-04  1.675868201620e-11
+AS G23  2010 07 01 00 40  0.000000  2    3.648798879210e-04  1.143773514440e-11
+AS G24  2010 07 01 00 40  0.000000  2    3.006119918600e-04  1.989273086380e-11
+AS G26  2010 07 01 00 40  0.000000  2   -7.423096062582e-05  1.461618665400e-11
+AS G27  2010 07 01 00 40  0.000000  2    1.659434396330e-04  2.115494286950e-11
+AS G28  2010 07 01 00 40  0.000000  2   -1.196013299912e-05  1.353194920110e-11
+AS G29  2010 07 01 00 40  0.000000  2    1.313256584550e-04  9.535454131630e-12
+AS G30  2010 07 01 00 40  0.000000  2    2.565922457060e-04  1.736718687350e-11
+AS G31  2010 07 01 00 40  0.000000  2   -2.751413802262e-05  2.289091918040e-11
+AS G32  2010 07 01 00 40  0.000000  2   -2.761647304622e-05  3.404729597460e-11
+AR GPST 2010 07 01 00 45  0.000000  2   -2.144244565687e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 45  0.000000  2   -5.871633489359e-08  1.690063267400e-11
+AR ADE1 2010 07 01 00 45  0.000000  2    6.839361166404e-04  1.202119656720e-11
+AR ADIS 2010 07 01 00 45  0.000000  2    2.012314495884e-04  2.180050583670e-11
+AR ALBH 2010 07 01 00 45  0.000000  2   -3.209132145817e-09  5.111465927360e-12
+AR ALGO 2010 07 01 00 45  0.000000  2   -6.842209965276e-06  5.391270893990e-12
+AR ALIC 2010 07 01 00 45  0.000000  2   -4.433653665347e-09  3.618966969470e-11
+AR ALRT 2010 07 01 00 45  0.000000  2   -6.346134745719e-08  1.293612870930e-11
+AR AMC2 2010 07 01 00 45  0.000000  2    3.176702382323e-09  1.677069818570e-11
+AR AREQ 2010 07 01 00 45  0.000000  2    7.831019347144e-04  2.676463040370e-11
+AR ARTU 2010 07 01 00 45  0.000000  2   -6.324395136789e-08  1.265165101340e-11
+AR ASPA 2010 07 01 00 45  0.000000  2   -3.117707750869e-08  3.691395915300e-12
+AR AUCK 2010 07 01 00 45  0.000000  2    8.600311113213e-09  5.546311139300e-11
+AR BAKE 2010 07 01 00 45  0.000000  2   -2.553299975415e-09  2.360373354610e-11
+AR BAKO 2010 07 01 00 45  0.000000  2    2.352400805813e-09  2.554035260070e-11
+AR BOGT 2010 07 01 00 45  0.000000  2   -4.915740170039e-08  1.182185307640e-11
+AR BOR1 2010 07 01 00 45  0.000000  2    2.161305022501e-08  1.273392392190e-11
+AR BRAZ 2010 07 01 00 45  0.000000  2    2.413243674071e-08  7.084655425110e-12
+AR BREW 2010 07 01 00 45  0.000000  2    8.926615557774e-04  4.430889863160e-12
+AR BRST 2010 07 01 00 45  0.000000  2   -1.306859641254e-09  1.468055390030e-11
+AR BRUS 2010 07 01 00 45  0.000000  2    5.499394630873e-07  1.833827730590e-11
+AR BUE1 2010 07 01 00 45  0.000000  2    3.857577624014e-04  1.893240518570e-11
+AR CAS1 2010 07 01 00 45  0.000000  2    5.211465743130e-10  1.702538250780e-11
+AR CCJM 2010 07 01 00 45  0.000000  2    7.276328841543e-05  3.432746102310e-12
+AR CEDU 2010 07 01 00 45  0.000000  2    2.371706167394e-04  2.726995979300e-11
+AR CHPI 2010 07 01 00 45  0.000000  2   -4.885303062969e-08  8.565439892830e-12
+AR CHUR 2010 07 01 00 45  0.000000  2    7.258694062523e-07  1.138400962830e-11
+AR COCO 2010 07 01 00 45  0.000000  2   -2.914440596529e-08  2.029576850220e-11
+AR CONZ 2010 07 01 00 45  0.000000  2    2.967112981013e-07  1.969674348540e-11
+AR DAEJ 2010 07 01 00 45  0.000000  2   -3.936186211636e-04  2.454587006880e-11
+AR DARW 2010 07 01 00 45  0.000000  2    3.487063888300e-11  4.082975436970e-11
+AR DAV1 2010 07 01 00 45  0.000000  2   -1.780767966670e-09  2.496875017730e-11
+AR DGAR 2010 07 01 00 45  0.000000  2   -1.224824617009e-08  1.144804189170e-11
+AR DRAO 2010 07 01 00 45  0.000000  2   -3.835191213767e-07  1.291928038910e-11
+AR DUBO 2010 07 01 00 45  0.000000  2   -7.202187699170e-10  1.489293016350e-11
+AR EIL1 2010 07 01 00 45  0.000000  2    9.806641071114e-04  3.305596861790e-12
+AR FAA1 2010 07 01 00 45  0.000000  2   -1.107973348009e-08  2.421538136870e-11
+AR FAIR 2010 07 01 00 45  0.000000  2   -5.727570829989e-08  8.005841146480e-12
+AR FLIN 2010 07 01 00 45  0.000000  2   -1.511867152134e-09  3.237064890290e-11
+AR GLPS 2010 07 01 00 45  0.000000  2   -6.712211732449e-08  4.199729582340e-12
+AR GLSV 2010 07 01 00 45  0.000000  2   -1.443708859677e-09  1.207022783700e-11
+AR GMAS 2010 07 01 00 45  0.000000  2    2.253089226384e-04  5.130235306780e-12
+AR GMSD 2010 07 01 00 45  0.000000  2   -1.661334642367e-05  3.627452428920e-11
+AR GODE 2010 07 01 00 45  0.000000  2    2.025563665184e-04  2.551970875890e-11
+AR GOLD 2010 07 01 00 45  0.000000  2   -6.406963301479e-08  2.649982540660e-11
+AR GOPE 2010 07 01 00 45  0.000000  2   -3.449804429256e-04  2.954162365080e-11
+AR GRAS 2010 07 01 00 45  0.000000  2   -3.348768449169e-08  1.274203765930e-11
+AR GRAZ 2010 07 01 00 45  0.000000  2    1.330485592731e-08  1.685643642470e-11
+AR GUAM 2010 07 01 00 45  0.000000  2   -7.168223740919e-08  7.318759154870e-12
+AR GUAO 2010 07 01 00 45  0.000000  2    6.669539894854e-04  9.922785064350e-12
+AR GUAT 2010 07 01 00 45  0.000000  2    8.989911312213e-09  1.522707593660e-11
+AR HARB 2010 07 01 00 45  0.000000  2    9.658427909854e-04  1.123539335100e-11
+AR HLFX 2010 07 01 00 45  0.000000  2   -1.234069187698e-09  2.879834396250e-12
+AR HOB2 2010 07 01 00 45  0.000000  2    4.941371287363e-07  2.289082201550e-11
+AR HOFN 2010 07 01 00 45  0.000000  2   -3.104050897786e-04  1.116041166130e-11
+AR HOLB 2010 07 01 00 45  0.000000  2   -2.598176804676e-09  2.836206197870e-11
+AR HOLM 2010 07 01 00 45  0.000000  2   -6.383704971969e-08  4.856412109970e-12
+AR HRAO 2010 07 01 00 45  0.000000  2    9.402276797454e-04  1.685989686680e-11
+AR HRM1 2010 07 01 00 45  0.000000  2    3.379504938624e-04  1.905476365640e-11
+AR HYDE 2010 07 01 00 45  0.000000  2   -2.073509588868e-09  2.371349967780e-11
+AR IENG 2010 07 01 00 45  0.000000  2    1.806062500081e-08  1.181066879650e-11
+AR IISC 2010 07 01 00 45  0.000000  2   -4.108403365459e-08  1.288306884480e-11
+AR INVK 2010 07 01 00 45  0.000000  2   -7.256857112379e-08  2.359425945730e-11
+AR IRKJ 2010 07 01 00 45  0.000000  2   -4.397674628826e-04  4.015143712550e-12
+AR IRKT 2010 07 01 00 45  0.000000  2   -2.298475325547e-07  3.369715796660e-11
+AR JOZ2 2010 07 01 00 45  0.000000  2   -5.167221790507e-09  4.566035559020e-11
+AR KARR 2010 07 01 00 45  0.000000  2   -3.123074386629e-08  1.393452444640e-11
+AR KERG 2010 07 01 00 45  0.000000  2    4.169932902244e-04  3.573904749240e-11
+AR KIRU 2010 07 01 00 45  0.000000  2    5.909204747074e-04  2.281343724960e-11
+AR KIT3 2010 07 01 00 45  0.000000  2   -1.247821754099e-08  3.125998659140e-11
+AR KOKB 2010 07 01 00 45  0.000000  2    9.582256416664e-04  1.638158210210e-11
+AR KOSG 2010 07 01 00 45  0.000000  2   -6.960205200637e-09  2.070220506160e-12
+AR KOUC 2010 07 01 00 45  0.000000  2   -2.967923162249e-08  1.476841437970e-11
+AR KOUR 2010 07 01 00 45  0.000000  2   -2.685222778096e-04  1.931326779810e-11
+AR KUUJ 2010 07 01 00 45  0.000000  2   -5.657329541637e-09  1.405524336380e-12
+AR LAMA 2010 07 01 00 45  0.000000  2   -2.933506766443e-09  1.188963459770e-11
+AR LHAZ 2010 07 01 00 45  0.000000  2    4.212986352214e-04  1.350875250590e-11
+AR LPGS 2010 07 01 00 45  0.000000  2   -1.093883440299e-08  2.060351301950e-11
+AR MAC1 2010 07 01 00 45  0.000000  2   -6.387172433489e-08  9.162230411060e-13
+AR MAL2 2010 07 01 00 45  0.000000  2    3.461131238024e-04  2.979334028640e-11
+AR MANA 2010 07 01 00 45  0.000000  2    3.116461805954e-04  1.272520471100e-12
+AR MAR6 2010 07 01 00 45  0.000000  2    3.214098792284e-04  6.127017944420e-12
+AR MAW1 2010 07 01 00 45  0.000000  2    7.683691641163e-09  4.900975977330e-12
+AR MBAR 2010 07 01 00 45  0.000000  2   -5.026680963879e-08  9.839544655810e-12
+AR MCM4 2010 07 01 00 45  0.000000  2   -5.992515468379e-08  2.594881696010e-11
+AR MDO1 2010 07 01 00 45  0.000000  2   -4.930204972899e-08  2.189484213650e-11
+AR MDVJ 2010 07 01 00 45  0.000000  2    2.022507347014e-04  3.118863969580e-11
+AR MEDI 2010 07 01 00 45  0.000000  2    1.376260906624e-04  5.441550973510e-12
+AR METS 2010 07 01 00 45  0.000000  2    4.843223641154e-04  1.518663170140e-11
+AR MIZU 2010 07 01 00 45  0.000000  2    1.009753303684e-04  2.764053510860e-11
+AR MKEA 2010 07 01 00 45  0.000000  2   -7.078720142719e-08  1.710052361950e-11
+AR MOBS 2010 07 01 00 45  0.000000  2   -4.776464361137e-09  3.764588841460e-11
+AR MTKA 2010 07 01 00 45  0.000000  2   -6.647046751809e-08  5.085134099810e-12
+AR NANO 2010 07 01 00 45  0.000000  2   -5.109170127847e-09  1.446459943730e-11
+AR NICO 2010 07 01 00 45  0.000000  2   -3.717548960757e-09  1.741392640380e-11
+AR NNOR 2010 07 01 00 45  0.000000  2    3.657851125164e-04  2.028791357980e-11
+AR NRC1 2010 07 01 00 45  0.000000  2   -1.168252174596e-06  6.378253027360e-12
+AR NRIL 2010 07 01 00 45  0.000000  2   -7.143009368389e-08  1.278866606950e-11
+AR NRMD 2010 07 01 00 45  0.000000  2   -2.533231703369e-08  2.385952666500e-11
+AR NTUS 2010 07 01 00 45  0.000000  2   -5.242864776387e-09  2.315782708480e-11
+AR NYA1 2010 07 01 00 45  0.000000  2   -3.486883309566e-04  1.819178939520e-11
+AR NYAL 2010 07 01 00 45  0.000000  2   -4.082659223926e-04  1.589402569000e-11
+AR OHI2 2010 07 01 00 45  0.000000  2    3.066879566044e-04  2.781405900140e-11
+AR OHI3 2010 07 01 00 45  0.000000  2    1.555453289001e-08  2.765050561180e-12
+AR ONSA 2010 07 01 00 45  0.000000  2   -3.150470895707e-05  1.824436860980e-11
+AR OPMT 2010 07 01 00 45  0.000000  2   -2.055224639957e-05  3.745635556030e-13
+AR PDEL 2010 07 01 00 45  0.000000  2   -7.447580748847e-09  1.121257991880e-11
+AR PERT 2010 07 01 00 45  0.000000  2    6.339695142344e-04  1.697384176230e-11
+AR PETP 2010 07 01 00 45  0.000000  2   -7.444530673879e-08  1.438626158150e-11
+AR PIE1 2010 07 01 00 45  0.000000  2    2.146977186824e-04  1.155432724290e-11
+AR PIMO 2010 07 01 00 45  0.000000  2   -5.762495366179e-08  1.270723435920e-11
+AR POL2 2010 07 01 00 45  0.000000  2   -6.196809477809e-08  5.629103215400e-11
+AR POVE 2010 07 01 00 45  0.000000  2   -1.080563172708e-08  2.640370807650e-11
+AR PRDS 2010 07 01 00 45  0.000000  2    3.491126045193e-05  2.888306591590e-12
+AR PRE1 2010 07 01 00 45  0.000000  2    2.305761922134e-04  4.276897603380e-13
+AR PTBB 2010 07 01 00 45  0.000000  2    5.318983580463e-07  2.149852985470e-11
+AR QAQ1 2010 07 01 00 45  0.000000  2   -6.471204647469e-08  7.646871960640e-12
+AR QIKI 2010 07 01 00 45  0.000000  2   -5.523461898829e-08  1.689470933320e-11
+AR RABT 2010 07 01 00 45  0.000000  2   -5.758261756169e-08  5.347527345240e-12
+AR RAMO 2010 07 01 00 45  0.000000  2    2.622421047741e-08  2.783385339320e-11
+AR RESO 2010 07 01 00 45  0.000000  2   -5.280205149739e-08  1.458855129270e-11
+AR REUN 2010 07 01 00 45  0.000000  2   -6.529923173777e-09  6.759398570850e-12
+AR RIO2 2010 07 01 00 45  0.000000  2   -6.946723747299e-08  4.996916864910e-12
+AR RIOP 2010 07 01 00 45  0.000000  2    5.326668347671e-08  1.457840438570e-11
+AR SALU 2010 07 01 00 45  0.000000  2   -2.551809107209e-08  2.546803091130e-11
+AR SANT 2010 07 01 00 45  0.000000  2    1.230263104334e-04  1.530615340340e-11
+AR SCH2 2010 07 01 00 45  0.000000  2    6.752012659983e-09  1.990645546270e-11
+AR SCOR 2010 07 01 00 45  0.000000  2   -7.326223383929e-08  1.019961218470e-11
+AR SCUB 2010 07 01 00 45  0.000000  2   -6.997429673919e-08  7.426854533540e-12
+AR SEY1 2010 07 01 00 45  0.000000  2   -4.410118364889e-08  2.328207963630e-11
+AR SFER 2010 07 01 00 45  0.000000  2    3.406516035374e-04  1.709444859360e-11
+AR SHAO 2010 07 01 00 45  0.000000  2    6.835152351894e-04  3.215757062520e-11
+AR SOFI 2010 07 01 00 45  0.000000  2    1.760976872963e-09  1.592226489920e-11
+AR SPT0 2010 07 01 00 45  0.000000  2   -6.489098298227e-05  2.244751692590e-11
+AR STJO 2010 07 01 00 45  0.000000  2    2.281187143843e-05  2.564191440480e-11
+AR STR1 2010 07 01 00 45  0.000000  2   -2.318555463010e-09  5.981702622280e-12
+AR SUTH 2010 07 01 00 45  0.000000  2   -4.738377767049e-08  1.198630763830e-11
+AR SUTM 2010 07 01 00 45  0.000000  2   -3.310608926077e-09  1.401186202250e-11
+AR SYDN 2010 07 01 00 45  0.000000  2    2.376731270584e-06  5.240508681150e-11
+AR SYOG 2010 07 01 00 45  0.000000  2    2.962106160914e-04  1.521074084570e-11
+AR THTI 2010 07 01 00 45  0.000000  2   -9.585749984909e-08  9.198729511480e-12
+AR THU3 2010 07 01 00 45  0.000000  2   -6.854137010529e-08  1.048288139130e-11
+AR TIDB 2010 07 01 00 45  0.000000  2    3.502713716154e-04  2.444872117280e-11
+AR TIXI 2010 07 01 00 45  0.000000  2   -7.122437009519e-08  5.353001014350e-12
+AR TIXJ 2010 07 01 00 45  0.000000  2   -1.882768110726e-04  5.514193176270e-12
+AR TLSE 2010 07 01 00 45  0.000000  2   -3.014820989139e-08  1.810217773470e-11
+AR TNML 2010 07 01 00 45  0.000000  2    1.942861907646e-02  1.194784032910e-11
+AR TOW2 2010 07 01 00 45  0.000000  2   -3.519840252767e-09  2.383198451920e-11
+AR TSKB 2010 07 01 00 45  0.000000  2   -4.687556289107e-07  4.352418146890e-11
+AR ULAB 2010 07 01 00 45  0.000000  2   -8.608777329467e-09  1.400632771400e-11
+AR UNBJ 2010 07 01 00 45  0.000000  2    3.427536432564e-04  2.137870469280e-11
+AR UNSA 2010 07 01 00 45  0.000000  2    2.426549517885e-03  4.891255738750e-11
+AR URUM 2010 07 01 00 45  0.000000  2   -4.730089620776e-04  4.985733125650e-12
+AR USN3 2010 07 01 00 45  0.000000  2    5.237855486973e-09  1.499766353150e-11
+AR USNO 2010 07 01 00 45  0.000000  2    6.262950399853e-07  1.140315999000e-11
+AR USUD 2010 07 01 00 45  0.000000  2    2.310986210503e-05  9.359070149150e-14
+AR VILL 2010 07 01 00 45  0.000000  2   -6.045907132499e-08  1.769596222300e-11
+AR WAB2 2010 07 01 00 45  0.000000  2    4.637305023983e-07  1.128786939350e-12
+AR WES2 2010 07 01 00 45  0.000000  2    4.834398195371e-08  1.807938373800e-11
+AR WHIT 2010 07 01 00 45  0.000000  2    1.341078086183e-09  1.165227806090e-11
+AR WILL 2010 07 01 00 45  0.000000  2    6.762766108553e-09  2.054260799780e-11
+AR WROC 2010 07 01 00 45  0.000000  2   -4.087129206817e-09  1.855598999020e-11
+AR WSRT 2010 07 01 00 45  0.000000  2    9.148362727014e-06  2.041291162070e-11
+AR WTZA 2010 07 01 00 45  0.000000  2   -1.731099517307e-07  1.361061354200e-11
+AR WTZR 2010 07 01 00 45  0.000000  2   -1.532510220649e-08  1.412915154890e-11
+AR WUHN 2010 07 01 00 45  0.000000  2   -4.653585988709e-08  3.589685354010e-12
+AR XMIS 2010 07 01 00 45  0.000000  2   -1.281027582088e-09  2.866511167230e-11
+AR YAKT 2010 07 01 00 45  0.000000  2   -5.922337091119e-08  3.709468502720e-11
+AR YAR2 2010 07 01 00 45  0.000000  2   -6.013554505109e-08  1.688158122640e-11
+AR YEBE 2010 07 01 00 45  0.000000  2   -1.053507078566e-04  1.212713114670e-11
+AR YSSK 2010 07 01 00 45  0.000000  2   -5.603705219529e-08  6.533561514480e-12
+AR ZIMM 2010 07 01 00 45  0.000000  2    2.691840045021e-08  2.647788546380e-11
+AR ZWE2 2010 07 01 00 45  0.000000  2   -5.622159173065e-03  5.638989094110e-12
+AS G02  2010 07 01 00 45  0.000000  2    2.691171276454e-04  1.037066914920e-11
+AS G03  2010 07 01 00 45  0.000000  2    5.755190995374e-04  2.011712026700e-11
+AS G04  2010 07 01 00 45  0.000000  2    1.152710386314e-04  1.564427193320e-11
+AS G05  2010 07 01 00 45  0.000000  2   -1.068670627367e-05  2.114082386470e-11
+AS G06  2010 07 01 00 45  0.000000  2    5.893998211684e-04  1.253801602160e-11
+AS G07  2010 07 01 00 45  0.000000  2   -1.514129395646e-06  2.824324750560e-11
+AS G08  2010 07 01 00 45  0.000000  2    5.970033200214e-06  1.607981212610e-11
+AS G09  2010 07 01 00 45  0.000000  2    1.562038446963e-05  1.787714266140e-11
+AS G10  2010 07 01 00 45  0.000000  2   -4.591382567897e-05  1.939490153830e-11
+AS G11  2010 07 01 00 45  0.000000  2   -7.258079004757e-05  1.218091674160e-11
+AS G12  2010 07 01 00 45  0.000000  2   -9.842348955307e-05  1.550426226360e-11
+AS G13  2010 07 01 00 45  0.000000  2    3.024931209624e-04  1.612341360250e-11
+AS G14  2010 07 01 00 45  0.000000  2    6.288592529063e-05  1.544135239530e-11
+AS G15  2010 07 01 00 45  0.000000  2   -2.472030393846e-04  2.847730306170e-11
+AS G16  2010 07 01 00 45  0.000000  2   -8.533228283597e-05  1.392340152870e-11
+AS G17  2010 07 01 00 45  0.000000  2    1.595395767954e-04  1.569655673710e-11
+AS G18  2010 07 01 00 45  0.000000  2    7.800204835243e-05  1.604898165390e-11
+AS G19  2010 07 01 00 45  0.000000  2   -4.622039523627e-05  2.633631896110e-11
+AS G20  2010 07 01 00 45  0.000000  2    5.394880791133e-05  1.578378334120e-11
+AS G21  2010 07 01 00 45  0.000000  2   -7.077678349477e-05  2.179408332690e-11
+AS G22  2010 07 01 00 45  0.000000  2    1.685013179994e-04  1.584390138980e-11
+AS G23  2010 07 01 00 45  0.000000  2    3.648791490724e-04  1.119153110060e-11
+AS G24  2010 07 01 00 45  0.000000  2    3.006126355214e-04  1.770497440360e-11
+AS G26  2010 07 01 00 45  0.000000  2   -7.423268047637e-05  1.461305913220e-11
+AS G27  2010 07 01 00 45  0.000000  2    1.659445942654e-04  1.998718240410e-11
+AS G28  2010 07 01 00 45  0.000000  2   -1.195982450327e-05  1.237464945480e-11
+AS G29  2010 07 01 00 45  0.000000  2    1.313261754314e-04  1.270892326190e-11
+AS G30  2010 07 01 00 45  0.000000  2    2.565927080014e-04  1.464201492420e-11
+AS G31  2010 07 01 00 45  0.000000  2   -2.751346705647e-05  2.679099515040e-11
+AS G32  2010 07 01 00 45  0.000000  2   -2.761896191767e-05  2.816444534210e-11
+AR GPST 2010 07 01 00 50  0.000000  2   -2.142566578288e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 50  0.000000  2   -5.606194417579e-08  1.870082227920e-11
+AR ADE1 2010 07 01 00 50  0.000000  2    6.839360892784e-04  1.348945025550e-11
+AR ADIS 2010 07 01 00 50  0.000000  2    2.003152317444e-04  2.180423378280e-11
+AR ALBH 2010 07 01 00 50  0.000000  2   -3.899465414800e-11  2.076414423890e-12
+AR ALGO 2010 07 01 00 50  0.000000  2   -6.842377196078e-06  9.855678763570e-12
+AR ALIC 2010 07 01 00 50  0.000000  2   -3.306056459378e-09  3.418379535050e-11
+AR ALRT 2010 07 01 00 50  0.000000  2   -6.597473685589e-08  1.227251388030e-11
+AR AMC2 2010 07 01 00 50  0.000000  2    3.166942424802e-09  9.949539098210e-12
+AR AREQ 2010 07 01 00 50  0.000000  2    7.831021720264e-04  2.846430069530e-11
+AR ARTU 2010 07 01 00 50  0.000000  2   -6.310436164529e-08  1.285879235960e-11
+AR ASPA 2010 07 01 00 50  0.000000  2   -3.517113641639e-08  1.499719196260e-11
+AR AUCK 2010 07 01 00 50  0.000000  2    7.877080995212e-09  5.906395645350e-11
+AR BAKE 2010 07 01 00 50  0.000000  2   -3.363507160278e-09  2.270852524810e-11
+AR BAKO 2010 07 01 00 50  0.000000  2    6.540370729512e-09  1.987282585840e-11
+AR BOGT 2010 07 01 00 50  0.000000  2   -4.870428857819e-08  6.033425214000e-12
+AR BOR1 2010 07 01 00 50  0.000000  2    2.216718218981e-08  1.324338999150e-11
+AR BRAZ 2010 07 01 00 50  0.000000  2    2.415914030061e-08  1.369674404940e-11
+AR BREW 2010 07 01 00 50  0.000000  2    8.926615658654e-04  8.958246478470e-12
+AR BRST 2010 07 01 00 50  0.000000  2   -3.090765875380e-10  1.776985202530e-11
+AR BRUS 2010 07 01 00 50  0.000000  2    5.499528910577e-07  2.185945336660e-11
+AR BUE1 2010 07 01 00 50  0.000000  2    3.857575689314e-04  2.359152872230e-11
+AR CAS1 2010 07 01 00 50  0.000000  2   -4.028164189498e-09  2.511512367880e-11
+AR CCJM 2010 07 01 00 50  0.000000  2    7.276334952442e-05  2.094689894210e-12
+AR CEDU 2010 07 01 00 50  0.000000  2    2.371705657884e-04  2.945412469280e-11
+AR CHPI 2010 07 01 00 50  0.000000  2   -4.811458548409e-08  1.109705595410e-11
+AR CHUR 2010 07 01 00 50  0.000000  2    7.284048993747e-07  7.676295620890e-12
+AR COCO 2010 07 01 00 50  0.000000  2   -2.726646569079e-08  1.410245050990e-11
+AR CONZ 2010 07 01 00 50  0.000000  2    2.967974957857e-07  2.386299367390e-11
+AR DAEJ 2010 07 01 00 50  0.000000  2   -3.936177921616e-04  2.200977453620e-11
+AR DARW 2010 07 01 00 50  0.000000  2    4.630907024562e-09  4.522971454430e-11
+AR DAV1 2010 07 01 00 50  0.000000  2    7.959298692920e-10  2.731723226700e-11
+AR DGAR 2010 07 01 00 50  0.000000  2   -1.429916273859e-08  1.258257462470e-11
+AR DRAO 2010 07 01 00 50  0.000000  2   -3.836310259093e-07  1.348772332660e-11
+AR DUBO 2010 07 01 00 50  0.000000  2   -1.638185131235e-09  1.621174694640e-11
+AR EIL1 2010 07 01 00 50  0.000000  2    9.806639688824e-04  1.709743476490e-12
+AR FAA1 2010 07 01 00 50  0.000000  2   -1.172315486352e-08  2.441447874630e-11
+AR FAIR 2010 07 01 00 50  0.000000  2   -5.739734646669e-08  1.111467433950e-11
+AR FLIN 2010 07 01 00 50  0.000000  2   -3.505701041108e-09  3.300143311080e-11
+AR GLPS 2010 07 01 00 50  0.000000  2   -6.624477352739e-08  6.666881771790e-12
+AR GLSV 2010 07 01 00 50  0.000000  2   -7.827297243608e-09  1.239075976980e-11
+AR GMAS 2010 07 01 00 50  0.000000  2    2.253090328924e-04  1.494521708650e-11
+AR GMSD 2010 07 01 00 50  0.000000  2   -1.661382174688e-05  3.211487149630e-11
+AR GODE 2010 07 01 00 50  0.000000  2    2.025563755064e-04  3.082261889630e-11
+AR GOLD 2010 07 01 00 50  0.000000  2   -6.843300526239e-08  2.779416147250e-11
+AR GOPE 2010 07 01 00 50  0.000000  2   -3.449802998266e-04  2.795267126850e-11
+AR GRAS 2010 07 01 00 50  0.000000  2   -3.413358130379e-08  9.292621920990e-12
+AR GRAZ 2010 07 01 00 50  0.000000  2    1.175368584761e-08  1.537676406240e-11
+AR GUAM 2010 07 01 00 50  0.000000  2   -7.274381876869e-08  3.877029176430e-12
+AR GUAO 2010 07 01 00 50  0.000000  2    6.669539631344e-04  8.287220822610e-12
+AR GUAT 2010 07 01 00 50  0.000000  2    8.125235828212e-09  1.749342670290e-11
+AR HARB 2010 07 01 00 50  0.000000  2    9.658427542744e-04  1.879576873750e-11
+AR HLFX 2010 07 01 00 50  0.000000  2   -5.585697800188e-09  1.563010224530e-12
+AR HOB2 2010 07 01 00 50  0.000000  2    4.941438140107e-07  2.375250763690e-11
+AR HOFN 2010 07 01 00 50  0.000000  2   -2.869244814306e-04  1.097056638540e-11
+AR HOLB 2010 07 01 00 50  0.000000  2   -2.050714320889e-09  2.624433550610e-11
+AR HOLM 2010 07 01 00 50  0.000000  2   -5.993022428239e-08  5.797323791250e-12
+AR HRAO 2010 07 01 00 50  0.000000  2    9.402277303404e-04  2.001832950850e-11
+AR HRM1 2010 07 01 00 50  0.000000  2    3.379504947334e-04  1.651130329230e-11
+AR HYDE 2010 07 01 00 50  0.000000  2   -1.620376251112e-09  2.114983835240e-11
+AR IENG 2010 07 01 00 50  0.000000  2    1.806632249921e-08  3.666567102550e-12
+AR IISC 2010 07 01 00 50  0.000000  2   -4.121935311859e-08  1.803531395380e-11
+AR INVK 2010 07 01 00 50  0.000000  2   -6.243173351749e-08  2.316196156830e-11
+AR IRKJ 2010 07 01 00 50  0.000000  2   -4.397674793036e-04  2.428540564190e-12
+AR IRKT 2010 07 01 00 50  0.000000  2   -2.298463369753e-07  2.962373389430e-11
+AR JOZ2 2010 07 01 00 50  0.000000  2   -2.713809024982e-09  5.337226164300e-11
+AR KARR 2010 07 01 00 50  0.000000  2   -2.983828615509e-08  1.661773917530e-11
+AR KERG 2010 07 01 00 50  0.000000  2    4.169932893424e-04  3.348179830460e-11
+AR KIRU 2010 07 01 00 50  0.000000  2    5.909199760964e-04  2.345012231640e-11
+AR KIT3 2010 07 01 00 50  0.000000  2   -1.260392031239e-08  3.001148135500e-11
+AR KOKB 2010 07 01 00 50  0.000000  2    9.582256842834e-04  1.594992364800e-11
+AR KOSG 2010 07 01 00 50  0.000000  2   -4.932206988548e-09  6.592665948590e-12
+AR KOUC 2010 07 01 00 50  0.000000  2   -3.033407452619e-08  1.530667486830e-11
+AR KOUR 2010 07 01 00 50  0.000000  2   -2.685222714336e-04  2.475585479090e-11
+AR KUUJ 2010 07 01 00 50  0.000000  2   -8.492802291358e-09  3.157853832740e-12
+AR LAMA 2010 07 01 00 50  0.000000  2   -3.540196058528e-09  1.084608885280e-11
+AR LHAZ 2010 07 01 00 50  0.000000  2   -4.461024043986e-04  1.522614040210e-11
+AR LPGS 2010 07 01 00 50  0.000000  2   -1.206499771052e-08  2.118655009460e-11
+AR MAC1 2010 07 01 00 50  0.000000  2   -5.645596087779e-08  5.182378987380e-12
+AR MAL2 2010 07 01 00 50  0.000000  2    2.298821736134e-04  2.747210477060e-11
+AR MANA 2010 07 01 00 50  0.000000  2    7.862030858454e-04  1.406758787540e-12
+AR MAR6 2010 07 01 00 50  0.000000  2    3.214234012574e-04  1.074745927320e-11
+AR MAW1 2010 07 01 00 50  0.000000  2    1.823686223452e-09  9.788039431650e-12
+AR MBAR 2010 07 01 00 50  0.000000  2   -5.067745243429e-08  7.214119525920e-12
+AR MCM4 2010 07 01 00 50  0.000000  2   -5.802879122679e-08  2.710586940010e-11
+AR MDO1 2010 07 01 00 50  0.000000  2   -4.945026568899e-08  1.956166323530e-11
+AR MDVJ 2010 07 01 00 50  0.000000  2    2.022507290504e-04  2.997766167940e-11
+AR MEDI 2010 07 01 00 50  0.000000  2    1.376267995734e-04  4.993677264170e-12
+AR METS 2010 07 01 00 50  0.000000  2    2.929403022974e-04  1.015275750440e-11
+AR MIZU 2010 07 01 00 50  0.000000  2    1.009753377464e-04  3.235509208020e-11
+AR MKEA 2010 07 01 00 50  0.000000  2   -7.041166337209e-08  1.474643056930e-11
+AR MOBS 2010 07 01 00 50  0.000000  2   -4.749355121508e-09  3.648382238970e-11
+AR MTKA 2010 07 01 00 50  0.000000  2   -6.579884036509e-08  1.545275174670e-12
+AR NANO 2010 07 01 00 50  0.000000  2   -4.198602607818e-09  1.390709185390e-11
+AR NICO 2010 07 01 00 50  0.000000  2   -3.655443401488e-09  2.219614689290e-11
+AR NNOR 2010 07 01 00 50  0.000000  2    3.657854795004e-04  2.241659852410e-11
+AR NRC1 2010 07 01 00 50  0.000000  2   -1.168211512338e-06  7.968034564560e-12
+AR NRIL 2010 07 01 00 50  0.000000  2   -7.474599831059e-08  1.173460850110e-11
+AR NRMD 2010 07 01 00 50  0.000000  2   -2.570641269319e-08  2.824780202560e-11
+AR NTUS 2010 07 01 00 50  0.000000  2   -4.006528324068e-09  2.246994745840e-11
+AR NYA1 2010 07 01 00 50  0.000000  2   -3.486882992016e-04  2.085131223190e-11
+AR NYAL 2010 07 01 00 50  0.000000  2   -4.082658791826e-04  9.566458136130e-12
+AR OHI2 2010 07 01 00 50  0.000000  2    1.734133954944e-04  2.768722977470e-11
+AR OHI3 2010 07 01 00 50  0.000000  2    1.555517105381e-08  3.370955298080e-12
+AR ONSA 2010 07 01 00 50  0.000000  2   -3.150464572528e-05  2.330728957650e-11
+AR OPMT 2010 07 01 00 50  0.000000  2   -2.055228956338e-05  1.745449694940e-12
+AR PDEL 2010 07 01 00 50  0.000000  2   -6.006489622138e-09  1.486389619940e-11
+AR PERT 2010 07 01 00 50  0.000000  2    6.339697271764e-04  2.084865446790e-11
+AR PETP 2010 07 01 00 50  0.000000  2   -7.389177112219e-08  1.451495813840e-11
+AR PIE1 2010 07 01 00 50  0.000000  2    2.146977223704e-04  1.002855259400e-11
+AR PIMO 2010 07 01 00 50  0.000000  2   -5.958455818909e-08  1.525575217460e-11
+AR POL2 2010 07 01 00 50  0.000000  2   -6.864292913629e-08  6.035925350440e-11
+AR POVE 2010 07 01 00 50  0.000000  2   -1.002590115649e-08  2.139272801060e-11
+AR PRDS 2010 07 01 00 50  0.000000  2    3.491219273662e-05  2.864840504160e-12
+AR PRE1 2010 07 01 00 50  0.000000  2    2.305761362094e-04  3.169685452570e-12
+AR PTBB 2010 07 01 00 50  0.000000  2    5.319191489917e-07  3.446424954350e-11
+AR QAQ1 2010 07 01 00 50  0.000000  2   -6.522268575829e-08  4.069573145430e-12
+AR QIKI 2010 07 01 00 50  0.000000  2   -5.640727874479e-08  1.383156634270e-11
+AR RABT 2010 07 01 00 50  0.000000  2   -5.240563109449e-08  6.695291286900e-12
+AR RAMO 2010 07 01 00 50  0.000000  2   -3.453787215349e-08  2.837891896150e-11
+AR RESO 2010 07 01 00 50  0.000000  2   -5.095011360309e-08  1.369685304180e-11
+AR REUN 2010 07 01 00 50  0.000000  2   -7.442167172758e-09  1.067408804160e-11
+AR RIO2 2010 07 01 00 50  0.000000  2   -7.475510662819e-08  7.285527996680e-13
+AR RIOP 2010 07 01 00 50  0.000000  2    5.126372698781e-08  1.173489928330e-11
+AR SALU 2010 07 01 00 50  0.000000  2   -2.720667583239e-08  2.303227516040e-11
+AR SANT 2010 07 01 00 50  0.000000  2    1.230265390384e-04  1.618513259160e-11
+AR SCH2 2010 07 01 00 50  0.000000  2    6.162098306722e-09  2.158104108300e-11
+AR SCOR 2010 07 01 00 50  0.000000  2   -6.200344862299e-08  9.683182600330e-12
+AR SCUB 2010 07 01 00 50  0.000000  2   -6.355773337849e-08  7.942168246730e-12
+AR SEY1 2010 07 01 00 50  0.000000  2   -4.425417099979e-08  1.911674447380e-12
+AR SFER 2010 07 01 00 50  0.000000  2    3.406516204234e-04  1.736689190420e-11
+AR SHAO 2010 07 01 00 50  0.000000  2    6.835155173134e-04  2.925864336660e-11
+AR SOFI 2010 07 01 00 50  0.000000  2    3.960118927142e-09  1.244872772640e-11
+AR SPT0 2010 07 01 00 50  0.000000  2   -6.489131707658e-05  2.063333384800e-11
+AR STJO 2010 07 01 00 50  0.000000  2    2.281204494002e-05  2.311038940200e-11
+AR STR1 2010 07 01 00 50  0.000000  2    3.969481445972e-09  8.895729249690e-12
+AR SUTH 2010 07 01 00 50  0.000000  2   -4.722513728639e-08  1.283532949120e-11
+AR SUTM 2010 07 01 00 50  0.000000  2   -2.340917909279e-08  2.222686070440e-11
+AR SYDN 2010 07 01 00 50  0.000000  2    2.376815253802e-06  5.497941989340e-11
+AR SYOG 2010 07 01 00 50  0.000000  2    2.962109018084e-04  1.725451905090e-11
+AR THTI 2010 07 01 00 50  0.000000  2   -9.830815034169e-08  1.118033612650e-11
+AR THU3 2010 07 01 00 50  0.000000  2   -7.555527107459e-08  1.622122213510e-11
+AR TIDB 2010 07 01 00 50  0.000000  2    3.502712718114e-04  2.689963657600e-11
+AR TIXI 2010 07 01 00 50  0.000000  2   -7.078678517849e-08  3.902849430820e-12
+AR TIXJ 2010 07 01 00 50  0.000000  2   -3.803979415446e-04  2.367089918760e-12
+AR TLSE 2010 07 01 00 50  0.000000  2   -2.925006168569e-08  2.248301028010e-11
+AR TNML 2010 07 01 00 50  0.000000  2    1.942897063813e-02  1.315570922220e-11
+AR TOW2 2010 07 01 00 50  0.000000  2   -4.109789480568e-09  2.008582885270e-11
+AR TSKB 2010 07 01 00 50  0.000000  2   -4.685101519583e-07  4.584280523640e-11
+AR ULAB 2010 07 01 00 50  0.000000  2   -5.236269206908e-09  1.544285029300e-11
+AR UNBJ 2010 07 01 00 50  0.000000  2    2.493503219344e-04  1.924425053470e-11
+AR UNSA 2010 07 01 00 50  0.000000  2    2.210400756893e-03  4.870917093490e-11
+AR URUM 2010 07 01 00 50  0.000000  2    4.510474578662e-05  5.980726314050e-12
+AR USN3 2010 07 01 00 50  0.000000  2    5.249111183952e-09  1.019500529510e-11
+AR USNO 2010 07 01 00 50  0.000000  2    6.263004402667e-07  1.207534154350e-11
+AR USUD 2010 07 01 00 50  0.000000  2    2.310987858022e-05  2.640001365270e-12
+AR VILL 2010 07 01 00 50  0.000000  2   -6.132564354259e-08  2.614649249630e-11
+AR WAB2 2010 07 01 00 50  0.000000  2    4.637302296887e-07  6.392612019200e-12
+AR WES2 2010 07 01 00 50  0.000000  2    4.835515697921e-08  1.604111463150e-11
+AR WHIT 2010 07 01 00 50  0.000000  2    1.692961387982e-09  1.424691254640e-11
+AR WILL 2010 07 01 00 50  0.000000  2   -5.567237936869e-08  1.869532124250e-11
+AR WROC 2010 07 01 00 50  0.000000  2   -3.549364962478e-09  5.972258809720e-12
+AR WSRT 2010 07 01 00 50  0.000000  2    9.148417425312e-06  1.988504642470e-11
+AR WTZA 2010 07 01 00 50  0.000000  2   -1.731906462683e-07  2.223834684640e-11
+AR WTZR 2010 07 01 00 50  0.000000  2   -1.534889626809e-08  1.289465728300e-11
+AR WUHN 2010 07 01 00 50  0.000000  2   -4.624702418989e-08  4.544971114880e-12
+AR XMIS 2010 07 01 00 50  0.000000  2   -3.378758037678e-09  2.417005164370e-11
+AR YAKT 2010 07 01 00 50  0.000000  2   -6.012310577359e-08  3.189594002910e-11
+AR YAR2 2010 07 01 00 50  0.000000  2   -5.909790812039e-08  2.676174929180e-11
+AR YEBE 2010 07 01 00 50  0.000000  2   -1.053506966516e-04  1.594140137310e-11
+AR YSSK 2010 07 01 00 50  0.000000  2   -5.587146555019e-08  7.238738507900e-12
+AR ZIMM 2010 07 01 00 50  0.000000  2    2.750843383171e-08  3.058135542200e-11
+AR ZWE2 2010 07 01 00 50  0.000000  2   -5.893851614677e-03  6.492641289940e-12
+AS G02  2010 07 01 00 50  0.000000  2    2.691182500484e-04  9.731259777920e-12
+AS G03  2010 07 01 00 50  0.000000  2    5.755205063574e-04  2.238031333060e-11
+AS G04  2010 07 01 00 50  0.000000  2    1.152737387044e-04  1.357845563190e-11
+AS G05  2010 07 01 00 50  0.000000  2   -1.068762661598e-05  2.201514817630e-11
+AS G06  2010 07 01 00 50  0.000000  2    5.893956340754e-04  1.309980976830e-11
+AS G07  2010 07 01 00 50  0.000000  2   -1.514185483158e-06  3.344181091420e-11
+AS G08  2010 07 01 00 50  0.000000  2    5.970291673582e-06  1.797459626440e-11
+AS G09  2010 07 01 00 50  0.000000  2    1.562048155962e-05  2.087990224790e-11
+AS G10  2010 07 01 00 50  0.000000  2   -4.591402223038e-05  1.658225887080e-11
+AS G11  2010 07 01 00 50  0.000000  2   -7.258140036308e-05  1.126537186850e-11
+AS G12  2010 07 01 00 50  0.000000  2   -9.842253866468e-05  1.725528779750e-11
+AS G13  2010 07 01 00 50  0.000000  2    3.024927406554e-04  1.618881764890e-11
+AS G14  2010 07 01 00 50  0.000000  2    6.288717544462e-05  1.443392526960e-11
+AS G15  2010 07 01 00 50  0.000000  2   -2.472011015046e-04  2.761544411510e-11
+AS G16  2010 07 01 00 50  0.000000  2   -8.533356518418e-05  1.752606166450e-11
+AS G17  2010 07 01 00 50  0.000000  2    1.595400112054e-04  1.213576702050e-11
+AS G18  2010 07 01 00 50  0.000000  2    7.800255826342e-05  1.524959372640e-11
+AS G19  2010 07 01 00 50  0.000000  2   -4.622130171748e-05  2.351699532950e-11
+AS G20  2010 07 01 00 50  0.000000  2    5.394908886802e-05  1.507609313800e-11
+AS G21  2010 07 01 00 50  0.000000  2   -7.077843413408e-05  1.938295260340e-11
+AS G22  2010 07 01 00 50  0.000000  2    1.685012405434e-04  1.579026654860e-11
+AS G23  2010 07 01 00 50  0.000000  2    3.648789158074e-04  1.376979847570e-11
+AS G24  2010 07 01 00 50  0.000000  2    3.006135212774e-04  1.800921944520e-11
+AS G26  2010 07 01 00 50  0.000000  2   -7.423457421308e-05  1.344842127170e-11
+AS G27  2010 07 01 00 50  0.000000  2    1.659450471144e-04  1.931930615490e-11
+AS G28  2010 07 01 00 50  0.000000  2   -1.195949713038e-05  1.196334870230e-11
+AS G29  2010 07 01 00 50  0.000000  2    1.313271720334e-04  9.006490403830e-12
+AS G30  2010 07 01 00 50  0.000000  2    2.565936420604e-04  1.493828499740e-11
+AS G31  2010 07 01 00 50  0.000000  2   -2.751283359928e-05  2.557748414480e-11
+AS G32  2010 07 01 00 50  0.000000  2   -2.762151446678e-05  3.063160733740e-11
+AR GPST 2010 07 01 00 55  0.000000  2   -2.131090960844e-09  0.000000000000e+00
+AR ABPO 2010 07 01 00 55  0.000000  2   -5.685803724014e-08  1.872482378190e-11
+AR ADE1 2010 07 01 00 55  0.000000  2    6.839360952840e-04  1.434127146500e-11
+AR ADIS 2010 07 01 00 55  0.000000  2    1.993959990810e-04  2.003563285590e-11
+AR ALBH 2010 07 01 00 55  0.000000  2   -4.397482360240e-10  3.506048540740e-12
+AR ALGO 2010 07 01 00 55  0.000000  2   -6.842544982241e-06  4.781070407300e-12
+AR ALIC 2010 07 01 00 55  0.000000  2   -4.263598443244e-09  3.397442763160e-11
+AR ALRT 2010 07 01 00 55  0.000000  2   -6.436746272734e-08  7.952824226910e-12
+AR AMC2 2010 07 01 00 55  0.000000  2    3.168404440026e-09  1.490480272070e-11
+AR AREQ 2010 07 01 00 55  0.000000  2    7.831031525190e-04  2.141748172400e-11
+AR ARTU 2010 07 01 00 55  0.000000  2   -6.485035881584e-08  1.217176242160e-11
+AR ASPA 2010 07 01 00 55  0.000000  2   -3.136332253774e-08  1.546929728590e-11
+AR AUCK 2010 07 01 00 55  0.000000  2    3.729445495886e-09  5.725330439880e-11
+AR BAKE 2010 07 01 00 55  0.000000  2   -2.594843571285e-09  2.261784493300e-11
+AR BAKO 2010 07 01 00 55  0.000000  2    6.021203706816e-09  1.937991783850e-11
+AR BOGT 2010 07 01 00 55  0.000000  2   -4.721033490374e-08  1.166102412690e-11
+AR BOR1 2010 07 01 00 55  0.000000  2    2.520734937846e-08  1.235942257800e-11
+AR BRAZ 2010 07 01 00 55  0.000000  2    2.376641212186e-08  9.375720293440e-12
+AR BREW 2010 07 01 00 55  0.000000  2    8.926616004500e-04  4.816782526330e-12
+AR BRST 2010 07 01 00 55  0.000000  2   -2.920625848139e-09  1.172087659500e-11
+AR BRUS 2010 07 01 00 55  0.000000  2    5.499469423102e-07  2.182138774770e-11
+AR BUE1 2010 07 01 00 55  0.000000  2    3.857575563950e-04  1.781759761520e-11
+AR CAS1 2010 07 01 00 55  0.000000  2   -3.653725440440e-10  2.126780722270e-11
+AR CCJM 2010 07 01 00 55  0.000000  2    7.276346003244e-05  3.622886609880e-12
+AR CEDU 2010 07 01 00 55  0.000000  2    2.371706207670e-04  3.210193477800e-11
+AR CHPI 2010 07 01 00 55  0.000000  2   -4.904204406414e-08  8.389394172980e-12
+AR CHUR 2010 07 01 00 55  0.000000  2    7.309410702252e-07  1.258393636570e-11
+AR COCO 2010 07 01 00 55  0.000000  2   -2.920042551744e-08  1.259313193630e-11
+AR CONZ 2010 07 01 00 55  0.000000  2    2.969010173412e-07  1.765116125180e-11
+AR DAEJ 2010 07 01 00 55  0.000000  2   -3.936169988860e-04  2.358106309570e-11
+AR DARW 2010 07 01 00 55  0.000000  2    1.292497112056e-09  4.253050741630e-11
+AR DAV1 2010 07 01 00 55  0.000000  2    3.247355157426e-09  2.836119270760e-11
+AR DGAR 2010 07 01 00 55  0.000000  2   -1.413094898244e-08  1.546341345750e-11
+AR DRAO 2010 07 01 00 55  0.000000  2   -3.837206627648e-07  1.205968978560e-11
+AR DUBO 2010 07 01 00 55  0.000000  2   -1.032052930414e-09  1.655902596200e-11
+AR EIL1 2010 07 01 00 55  0.000000  2    9.806641388050e-04  2.875580705960e-12
+AR FAA1 2010 07 01 00 55  0.000000  2   -1.166654272260e-08  2.290591055080e-11
+AR FAIR 2010 07 01 00 55  0.000000  2   -6.032638684594e-08  5.512988268030e-12
+AR FLIN 2010 07 01 00 55  0.000000  2   -2.732309393944e-09  3.221934847230e-11
+AR GLPS 2010 07 01 00 55  0.000000  2   -6.940043883324e-08  1.408634321280e-12
+AR GLSV 2010 07 01 00 55  0.000000  2   -5.573189544840e-10  1.423372076170e-11
+AR GMAS 2010 07 01 00 55  0.000000  2    2.253096551900e-04  8.198462611000e-12
+AR GMSD 2010 07 01 00 55  0.000000  2   -1.661478640746e-05  3.332978890520e-11
+AR GODE 2010 07 01 00 55  0.000000  2    2.025563743250e-04  2.837093045650e-11
+AR GOLD 2010 07 01 00 55  0.000000  2   -6.724481692694e-08  2.646950829840e-11
+AR GOPE 2010 07 01 00 55  0.000000  2   -3.449803951010e-04  2.876455635350e-11
+AR GRAS 2010 07 01 00 55  0.000000  2   -3.140214006364e-08  1.273961178810e-11
+AR GRAZ 2010 07 01 00 55  0.000000  2    1.317598434286e-08  1.381929225690e-11
+AR GUAM 2010 07 01 00 55  0.000000  2   -7.440211029974e-08  7.789887863520e-12
+AR GUAO 2010 07 01 00 55  0.000000  2    6.669540114620e-04  7.572268113470e-12
+AR GUAT 2010 07 01 00 55  0.000000  2    8.402513648656e-09  1.917270741760e-11
+AR HARB 2010 07 01 00 55  0.000000  2    9.658430458450e-04  1.065055715860e-11
+AR HLFX 2010 07 01 00 55  0.000000  2   -5.098051715934e-09  9.210028431700e-13
+AR HOB2 2010 07 01 00 55  0.000000  2    4.941402864732e-07  2.477518424100e-11
+AR HOFN 2010 07 01 00 55  0.000000  2   -2.633949970470e-04  1.556003881860e-11
+AR HOLB 2010 07 01 00 55  0.000000  2   -2.213202243154e-09  2.675278568740e-11
+AR HOLM 2010 07 01 00 55  0.000000  2   -4.912869324084e-08  5.702306198450e-12
+AR HRAO 2010 07 01 00 55  0.000000  2    9.402277740930e-04  1.892304532500e-11
+AR HRM1 2010 07 01 00 55  0.000000  2    3.379504488640e-04  1.427745914770e-11
+AR HYDE 2010 07 01 00 55  0.000000  2   -7.913555627940e-10  2.561798186480e-11
+AR IENG 2010 07 01 00 55  0.000000  2    1.807139849846e-08  9.532128380830e-12
+AR IISC 2010 07 01 00 55  0.000000  2   -3.974833651604e-08  1.491339925350e-11
+AR INVK 2010 07 01 00 55  0.000000  2   -6.278281518154e-08  2.266045164270e-11
+AR IRKJ 2010 07 01 00 55  0.000000  2   -4.397674934830e-04  5.051497907730e-12
+AR IRKT 2010 07 01 00 55  0.000000  2   -2.298633205028e-07  2.888284702450e-11
+AR JOZ2 2010 07 01 00 55  0.000000  2   -4.837159794304e-09  4.584845558820e-11
+AR KARR 2010 07 01 00 55  0.000000  2   -2.436261501784e-08  2.094812575150e-11
+AR KERG 2010 07 01 00 55  0.000000  2    4.169936379030e-04  3.431533838220e-11
+AR KIRU 2010 07 01 00 55  0.000000  2    5.909200192620e-04  2.119513949970e-11
+AR KIT3 2010 07 01 00 55  0.000000  2   -8.839029879314e-09  3.360098366600e-11
+AR KOKB 2010 07 01 00 55  0.000000  2    9.582256738950e-04  2.100069008280e-11
+AR KOSG 2010 07 01 00 55  0.000000  2   -3.935236048114e-09  1.865157458450e-13
+AR KOUC 2010 07 01 00 55  0.000000  2   -3.011000821064e-08  1.267779438070e-11
+AR KOUR 2010 07 01 00 55  0.000000  2   -2.685222727890e-04  2.510859889480e-11
+AR KUUJ 2010 07 01 00 55  0.000000  2    4.370050207056e-09  4.711179234450e-12
+AR LAMA 2010 07 01 00 55  0.000000  2   -2.232176913119e-09  1.112366608350e-11
+AR LHAZ 2010 07 01 00 55  0.000000  2   -3.135165654590e-04  1.150177300590e-11
+AR LPGS 2010 07 01 00 55  0.000000  2   -1.069386699641e-08  1.067067407520e-11
+AR MAC1 2010 07 01 00 55  0.000000  2   -6.255636127344e-08  6.439759804820e-12
+AR MAL2 2010 07 01 00 55  0.000000  2    1.137252621950e-04  2.329301940070e-11
+AR MANA 2010 07 01 00 55  0.000000  2    2.598674689860e-04  2.165617293530e-12
+AR MAR6 2010 07 01 00 55  0.000000  2    3.214367964430e-04  4.884363614030e-12
+AR MAW1 2010 07 01 00 55  0.000000  2    4.000910780296e-09  6.702885120570e-12
+AR MBAR 2010 07 01 00 55  0.000000  2   -5.095696764004e-08  1.124099982930e-11
+AR MCM4 2010 07 01 00 55  0.000000  2   -6.022194454794e-08  2.412789046630e-11
+AR MDO1 2010 07 01 00 55  0.000000  2   -5.002688799674e-08  2.159989118120e-11
+AR MDVJ 2010 07 01 00 55  0.000000  2    2.022507451980e-04  3.050060567020e-11
+AR MEDI 2010 07 01 00 55  0.000000  2    1.376275462330e-04  1.998497578800e-12
+AR METS 2010 07 01 00 55  0.000000  2    1.015132899660e-04  1.860690084560e-11
+AR MIZU 2010 07 01 00 55  0.000000  2    1.009750626760e-04  2.813380766710e-11
+AR MKEA 2010 07 01 00 55  0.000000  2   -6.680924081044e-08  1.496608949240e-11
+AR MOBS 2010 07 01 00 55  0.000000  2   -5.383498104364e-09  3.574365589660e-11
+AR MTKA 2010 07 01 00 55  0.000000  2   -6.935486062974e-08  6.778819524320e-13
+AR NANO 2010 07 01 00 55  0.000000  2   -4.704328590334e-09  1.390840233930e-11
+AR NICO 2010 07 01 00 55  0.000000  2   -2.080770190501e-09  1.763825065330e-11
+AR NNOR 2010 07 01 00 55  0.000000  2    3.657857483490e-04  1.562461413950e-11
+AR NRC1 2010 07 01 00 55  0.000000  2   -1.168152270621e-06  6.508648011790e-12
+AR NRIL 2010 07 01 00 55  0.000000  2   -7.377811920424e-08  1.313081778700e-11
+AR NRMD 2010 07 01 00 55  0.000000  2   -2.671795851544e-08  2.346322436440e-11
+AR NTUS 2010 07 01 00 55  0.000000  2    3.541708834756e-09  1.963273090300e-11
+AR NYA1 2010 07 01 00 55  0.000000  2   -3.486881907040e-04  1.449200036890e-11
+AR NYAL 2010 07 01 00 55  0.000000  2   -4.082657873380e-04  1.841063726670e-11
+AR OHI2 2010 07 01 00 55  0.000000  2    3.999925603164e-05  2.718766760450e-11
+AR OHI3 2010 07 01 00 55  0.000000  2    1.535543189416e-08  2.593141103930e-12
+AR ONSA 2010 07 01 00 55  0.000000  2   -3.150458514396e-05  1.984035175210e-11
+AR OPMT 2010 07 01 00 55  0.000000  2   -2.055235365736e-05  6.822060251000e-12
+AR PDEL 2010 07 01 00 55  0.000000  2   -5.905047506904e-09  2.236041691500e-11
+AR PERT 2010 07 01 00 55  0.000000  2    6.339702097820e-04  1.368909390510e-11
+AR PETP 2010 07 01 00 55  0.000000  2   -5.577276020554e-08  1.660726595700e-11
+AR PIE1 2010 07 01 00 55  0.000000  2    2.146977380120e-04  7.510570209850e-12
+AR PIMO 2010 07 01 00 55  0.000000  2   -5.969553825834e-08  1.248675948810e-11
+AR POL2 2010 07 01 00 55  0.000000  2   -6.539237101054e-08  5.876803832080e-11
+AR POVE 2010 07 01 00 55  0.000000  2   -9.735606430794e-09  2.041783025290e-11
+AR PRDS 2010 07 01 00 55  0.000000  2    3.491311148484e-05  6.995175713120e-12
+AR PRE1 2010 07 01 00 55  0.000000  2    2.305761227060e-04  7.036475852850e-12
+AR PTBB 2010 07 01 00 55  0.000000  2    5.319396702162e-07  2.809567673920e-11
+AR QAQ1 2010 07 01 00 55  0.000000  2   -6.607263472314e-08  5.962480708980e-12
+AR QIKI 2010 07 01 00 55  0.000000  2   -5.795789629844e-08  1.273377256660e-11
+AR RABT 2010 07 01 00 55  0.000000  2   -5.298057850624e-08  5.403491822190e-12
+AR RAMO 2010 07 01 00 55  0.000000  2   -5.483085271224e-08  2.609030550110e-11
+AR RESO 2010 07 01 00 55  0.000000  2   -4.433292757944e-08  1.351019096700e-11
+AR REUN 2010 07 01 00 55  0.000000  2   -1.036060435041e-08  1.388852758920e-11
+AR RIO2 2010 07 01 00 55  0.000000  2   -7.482106300014e-08  5.704370270780e-12
+AR RIOP 2010 07 01 00 55  0.000000  2    5.217357333536e-08  1.268007494310e-11
+AR SALU 2010 07 01 00 55  0.000000  2   -2.853050877684e-08  2.522930009620e-11
+AR SANT 2010 07 01 00 55  0.000000  2    1.230262438980e-04  1.189739480740e-11
+AR SCH2 2010 07 01 00 55  0.000000  2    6.300521273246e-09  1.929355706520e-11
+AR SCOR 2010 07 01 00 55  0.000000  2   -5.746881877644e-08  8.325598125950e-12
+AR SCUB 2010 07 01 00 55  0.000000  2   -5.797917655904e-08  5.073486761310e-11
+AR SEY1 2010 07 01 00 55  0.000000  2   -4.295500623354e-08  1.696020355880e-11
+AR SFER 2010 07 01 00 55  0.000000  2    3.406516136620e-04  1.709826799010e-11
+AR SHAO 2010 07 01 00 55  0.000000  2    6.835157271900e-04  3.093559145690e-11
+AR SOFI 2010 07 01 00 55  0.000000  2    6.376309504796e-09  1.354859846110e-11
+AR SPT0 2010 07 01 00 55  0.000000  2   -6.489166839116e-05  2.342170454010e-11
+AR STJO 2010 07 01 00 55  0.000000  2    2.281179273014e-05  2.543175677110e-11
+AR STR1 2010 07 01 00 55  0.000000  2    4.307226319066e-09  1.436776563230e-12
+AR SUTH 2010 07 01 00 55  0.000000  2   -4.739576362234e-08  9.349266128660e-12
+AR SUTM 2010 07 01 00 55  0.000000  2   -1.604120475944e-08  1.776586469290e-11
+AR SYDN 2010 07 01 00 55  0.000000  2    2.376830445319e-06  4.976788629320e-11
+AR SYOG 2010 07 01 00 55  0.000000  2    2.962107044080e-04  1.705386276100e-11
+AR THTI 2010 07 01 00 55  0.000000  2   -9.627835476724e-08  4.073928577070e-12
+AR THU3 2010 07 01 00 55  0.000000  2   -1.040815278128e-07  7.566919290430e-12
+AR TIDB 2010 07 01 00 55  0.000000  2    3.502711792750e-04  3.048107004580e-11
+AR TIXI 2010 07 01 00 55  0.000000  2   -7.141644382134e-08  4.464009353560e-12
+AR TIXJ 2010 07 01 00 55  0.000000  2    4.274765495600e-04  1.142892559030e-12
+AR TLSE 2010 07 01 00 55  0.000000  2   -2.895439377164e-08  1.795756701900e-11
+AR TNML 2010 07 01 00 55  0.000000  2    1.942932181081e-02  8.519036709760e-12
+AR TOW2 2010 07 01 00 55  0.000000  2   -6.152450289034e-09  2.166163478450e-11
+AR TSKB 2010 07 01 00 55  0.000000  2   -4.688202901038e-07  4.133886547240e-11
+AR ULAB 2010 07 01 00 55  0.000000  2   -5.771121219364e-09  1.455075818420e-11
+AR UNBJ 2010 07 01 00 55  0.000000  2    1.559246809860e-04  2.001085215090e-11
+AR UNSA 2010 07 01 00 55  0.000000  2    1.994123643679e-03  4.756144073460e-11
+AR URUM 2010 07 01 00 55  0.000000  2   -4.368041833290e-04  4.979442178730e-12
+AR USN3 2010 07 01 00 55  0.000000  2    5.240381710446e-09  1.416871406070e-11
+AR USNO 2010 07 01 00 55  0.000000  2    6.263039302632e-07  7.278399664900e-12
+AR USUD 2010 07 01 00 55  0.000000  2    2.310980580884e-05  4.202790416440e-12
+AR VILL 2010 07 01 00 55  0.000000  2   -6.282608799334e-08  1.997420306370e-11
+AR WAB2 2010 07 01 00 55  0.000000  2    4.637388926022e-07  3.763259438500e-12
+AR WES2 2010 07 01 00 55  0.000000  2    4.838495579016e-08  1.899365482350e-11
+AR WHIT 2010 07 01 00 55  0.000000  2    1.894673615946e-09  8.299631434160e-12
+AR WILL 2010 07 01 00 55  0.000000  2   -1.915576587764e-08  2.259854203180e-11
+AR WROC 2010 07 01 00 55  0.000000  2   -3.436558567804e-09  1.539669798460e-11
+AR WSRT 2010 07 01 00 55  0.000000  2    9.148474235629e-06  2.089775006390e-11
+AR WTZA 2010 07 01 00 55  0.000000  2   -1.733767174658e-07  1.541017967220e-11
+AR WTZR 2010 07 01 00 55  0.000000  2   -1.535773818124e-08  1.202722263240e-11
+AR WUHN 2010 07 01 00 55  0.000000  2   -4.650933724434e-08  8.871349546190e-12
+AR XMIS 2010 07 01 00 55  0.000000  2    6.331566513106e-09  2.181526481380e-11
+AR YAKT 2010 07 01 00 55  0.000000  2   -5.631627507944e-08  3.512019194830e-11
+AR YAR2 2010 07 01 00 55  0.000000  2   -5.845358084554e-08  2.393729305590e-11
+AR YEBE 2010 07 01 00 55  0.000000  2   -1.053506635050e-04  1.679015219650e-11
+AR YSSK 2010 07 01 00 55  0.000000  2   -5.751125581414e-08  7.705942060600e-12
+AR ZIMM 2010 07 01 00 55  0.000000  2    2.807141289826e-08  2.609249719070e-11
+AR ZWE2 2010 07 01 00 55  0.000000  2   -6.165281397831e-03  7.026834361250e-12
+AS G02  2010 07 01 00 55  0.000000  2    2.691190426370e-04  1.307352134120e-11
+AS G03  2010 07 01 00 55  0.000000  2    5.755224634430e-04  2.078011127170e-11
+AS G04  2010 07 01 00 55  0.000000  2    1.152762090670e-04  1.008762182690e-11
+AS G05  2010 07 01 00 55  0.000000  2   -1.068828572246e-05  2.490018275390e-11
+AS G06  2010 07 01 00 55  0.000000  2    5.893915314100e-04  1.521137948000e-11
+AS G07  2010 07 01 00 55  0.000000  2   -1.514120974511e-06  2.557461493330e-11
+AS G08  2010 07 01 00 55  0.000000  2    5.970269425769e-06  1.544838591230e-11
+AS G09  2010 07 01 00 55  0.000000  2    1.562110229544e-05  1.637507730100e-11
+AS G10  2010 07 01 00 55  0.000000  2   -4.591382350556e-05  1.392542396900e-11
+AS G11  2010 07 01 00 55  0.000000  2   -7.258217513336e-05  1.136459131800e-11
+AS G12  2010 07 01 00 55  0.000000  2   -9.842105253096e-05  1.541000026950e-11
+AS G13  2010 07 01 00 55  0.000000  2    3.024924745940e-04  1.521323569930e-11
+AS G14  2010 07 01 00 55  0.000000  2    6.288858173844e-05  1.390851147410e-11
+AS G15  2010 07 01 00 55  0.000000  2   -2.471995105570e-04  2.829674249700e-11
+AS G16  2010 07 01 00 55  0.000000  2   -8.533449140376e-05  1.573014385640e-11
+AS G17  2010 07 01 00 55  0.000000  2    1.595407786460e-04  1.386492279060e-11
+AS G18  2010 07 01 00 55  0.000000  2    7.800332876634e-05  1.602819784550e-11
+AS G19  2010 07 01 00 55  0.000000  2   -4.622230641786e-05  2.261834477650e-11
+AS G20  2010 07 01 00 55  0.000000  2    5.394858832064e-05  1.281241382730e-11
+AS G21  2010 07 01 00 55  0.000000  2   -7.077912222796e-05  1.807528545110e-11
+AS G22  2010 07 01 00 55  0.000000  2    1.685010281770e-04  1.375401236460e-11
+AS G23  2010 07 01 00 55  0.000000  2    3.648784138670e-04  1.089955277910e-11
+AS G24  2010 07 01 00 55  0.000000  2    3.006136427080e-04  1.795601867290e-11
+AS G26  2010 07 01 00 55  0.000000  2   -7.423622885276e-05  1.510097023280e-11
+AS G27  2010 07 01 00 55  0.000000  2    1.659460695130e-04  1.750699906660e-11
+AS G28  2010 07 01 00 55  0.000000  2   -1.195918534046e-05  1.614371745790e-11
+AS G29  2010 07 01 00 55  0.000000  2    1.313280418230e-04  4.864874468250e-12
+AS G30  2010 07 01 00 55  0.000000  2    2.565948324940e-04  1.499321006530e-11
+AS G31  2010 07 01 00 55  0.000000  2   -2.751204042336e-05  2.815919976530e-11
+AS G32  2010 07 01 00 55  0.000000  2   -2.762406435746e-05  2.791815849820e-11
diff --git a/test/data/sp3/igs15904.sp3 b/test/data/sp3/igs15904.sp3
new file mode 100644
index 0000000..7ab5324
--- /dev/null
+++ b/test/data/sp3/igs15904.sp3
@@ -0,0 +1,3191 @@
+#cP2010  7  1  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1590 345600.00000000   900.00000000 55378 0.0000000000000
++   32   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  2  2  2  2  2  2  2  2  2  3  2  2  2  2  2  2
+++         2  2  2  2  2  2  2  6  3  2  2  2  3  2  2  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* cod emr esa gfz grg jpl mit ngs sio                      
+/* REFERENCED TO IGS TIME (IGST) AND TO WEIGHTED MEAN POLE: 
+/* PCV:IGS05_1585 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2010  7  1  0  0  0.00000000
+PG01  18392.619117   7490.690408 -17846.346485 999999.999999
+PG02 -14889.160729  -5131.952946 -21416.801336    269.108429  7  6  8 110       
+PG03  23137.793666   7181.148924  10900.702541    575.503968  9  7  7 117       
+PG04  -8564.044770 -18176.750564 -17362.471382    115.249518  9  9  7 126       
+PG05 -25251.856884   1285.343331  -8289.755668    -10.679384  9  7 10 115       
+PG06  22595.542001  11562.154864   8268.746375    589.435996  8  7  7 112       
+PG07   5931.722973 -25777.142091    805.453831     -1.513484  9  8  9 131       
+PG08  -1252.880145 -22971.968620  12766.866809      5.969801 10  9  7 110       
+PG09 -14225.417473  15264.141106  15866.374627     15.616127  5  5  7  99       
+PG10 -19488.121191  -7271.482400 -16893.811668    -45.910880  7  7  6 129       
+PG11  11344.933153 -19282.775418  13781.610630    -72.573840  8  8  9  94       
+PG12 -22010.104346  12052.674963  -8418.142318    -98.434635 10  6  9  90       
+PG13   1798.244861 -17505.825083 -20021.686343    302.494055 10  4  6 115       
+PG14  15033.280272  21306.732184   5560.042792     62.874754  8  7  8 119       
+PG15 -18782.300819    770.639284  18825.335279   -247.220398  9 10  7 137       
+PG16  23227.936515   2988.242097 -12760.001919    -85.322160 11  5  8 120       
+PG17 -13837.307352 -21531.470550   7602.617955    159.534051 10  8  9 127       
+PG18  -5689.494027  16713.932660  20014.157343     77.995300  8  7  9 134       
+PG19  18229.614368    -65.556091  19453.695449    -46.213259  9  8  7 129       
+PG20  20337.943541 -14083.157165  -9732.408001     53.950532  8  2  9 105       
+PG21  -3009.160611  25660.056801   4821.722344    -70.769998  8  7  8 126       
+PG22   7698.718968  14213.654084  21251.655143    168.503202  5  8  3 110       
+PG23  10367.567230 -10941.115488 -21888.781946    364.883374  9  4  6 109       
+PG24   8667.107379  17167.091472  18521.591472    300.605356  6 10  7 122       
+PG25 -22741.968264  11965.070686  -6881.459160 999999.999999
+PG26 -18385.392473  -2042.685339  18656.420314    -74.217069 11 10 12 138       
+PG27 -15401.164264  10581.720096  19486.494801    165.936764  5  7  8 119       
+PG28  -4752.030104 -14485.932097  22235.507058    -11.962682 12  8  8 109       
+PG29  -2248.361204  17502.645956 -19771.932213    131.318515  7  5  8 123       
+PG30 -12121.645832  16746.421554 -17050.077799    256.584348  9  7  7 124       
+PG31   9079.261760  16047.508171 -18846.643127    -27.520215  8 10  6 133       
+PG32  25089.304084  -7281.195178  -3273.692214    -27.596238  7  6 10 126       
+*  2010  7  1  0 15  0.00000000
+PG01  16435.719267   8256.137562 -19351.369683 999999.999999
+PG02 -14399.063465  -7514.993025 -21086.733714    269.111382  6  5  8  92       
+PG03  23909.199614   8083.139922   8438.629916    575.508805  8  6  7 120       
+PG04  -7954.606385 -19961.507600 -15549.361101    115.256928  9  9  7 118       
+PG05 -24286.536246    727.556810 -10843.852758    -10.681694  9  7 10 127       
+PG06  23008.335839  12280.956906   5626.399009    589.424005  8  6  7 109       
+PG07   6148.809461 -25656.408318  -2081.345322     -1.513514  9  8  9 130       
+PG08   -713.954064 -24202.478111  10247.069630      5.970100  9  8  8 111       
+PG09 -13998.579564  13257.716482  17705.402407     15.616978  6  5  7 107       
+PG10 -17626.498405  -7972.616926 -18529.018037    -45.912766  7  6  6 113       
+PG11  11735.595528 -17530.045881  15666.160706    -72.576006  8  7  8 107       
+PG12 -22854.685694  12080.879697  -5686.414398    -98.430797 10  7  9  84       
+PG13   3452.486642 -15878.017231 -21141.874873    302.492346  9  4  6  99       
+PG14  14371.508708  20877.595051   8311.481797     62.878661  7  7  8 110       
+PG15 -20239.672132   -692.718550  17262.024452   -247.214617  8 10  7 131       
+PG16  21754.971563   3581.708625 -14977.591271    -85.325503 11  4  8 108       
+PG17 -12961.611032 -21002.711518  10197.048233    159.535941 10  8  9 102       
+PG18  -7826.616783  17197.108324  18796.081137     77.997542  8  8  9 118       
+PG19  19609.012285   1561.161983  18021.829902    -46.215570  8  8  7 129       
+PG20  21336.926242 -14125.741115  -7150.268927     53.949437  8     9 114       
+PG21  -3459.399677  25930.705733   2024.874496    -70.772781  8  7  8 129       
+PG22   5385.180685  14917.680845  21473.288991    168.502961  5  8  3 102       
+PG23  12201.506279  -9259.168109 -21747.491919    364.882048  9  5  6 113       
+PG24   8001.849510  19065.088372  16907.776673    300.608048  6 10  6 124       
+PG25 -23412.746167  11935.490598  -4122.264378 999999.999999
+PG26 -19796.569510  -3630.080627  16980.215033    -74.222367 11 10 12 121       
+PG27 -15141.865680   8425.095094  20760.111572    165.938647  5  7  7 120       
+PG28  -2406.574645 -15137.049928  22152.601557    -11.961789 11  8  7 106       
+PG29  -3995.974497  15947.446722 -20777.438390    131.321121  7  5  8  95       
+PG30 -13847.492594  17205.093633 -15120.162824    256.587124 10  6  7 116       
+PG31   8503.996634  18074.375904 -17212.111378    -27.517846  7 10  6 126       
+PG32  25397.523324  -7056.486589   -411.351586    -27.603841  6  6 10 142       
+*  2010  7  1  0 30  0.00000000
+PG01  14381.783069   9180.649946 -20528.507847 999999.999999
+PG02 -14035.020495  -9857.891985 -20396.129667    269.114152  5  5  8  95       
+PG03  24479.810110   8793.259734   5832.123976    575.514306  7  6  6 121       
+PG04  -7464.085852 -21559.062823 -13467.583993    115.264045  9  9  6 120       
+PG05 -23092.684626     18.520859 -13212.307897    -10.684100  8  8  9 122       
+PG06  23210.541909  12803.381689   2888.527441    589.412535  8  5  7  96       
+PG07   6321.545169 -25224.754353  -4931.936289     -1.514058  8  7  9 134       
+PG08   -309.840014 -25169.171107   7545.493115      5.970211  9  7  8 108       
+PG09 -13857.293841  11045.576286  19226.177484     15.618582  5  4  6 108       
+PG10 -15646.891440  -8826.605906 -19853.403312    -45.912650  6  6  6 113       
+PG11  12210.133388 -15597.683391  17272.311366    -72.578565  8  7  8 112       
+PG12 -23400.374669  12042.094444  -2855.802005    -98.427150  9  7  9  97       
+PG13   5275.035591 -14276.674210 -21902.532598    302.492045  9  4  5 114       
+PG14  13460.001387  20286.484591  10921.695572     62.882080  7  7  8 105       
+PG15 -21616.884725  -1960.896236  15403.324169   -247.208934  8 10  7 135       
+PG16  20093.247134   4335.531120 -16940.119548    -85.328757 10  4  7 117       
+PG17 -11843.546103 -20339.231751  12618.793169    159.537610  9  7  8  91       
+PG18  -9797.058863  17730.961417  17257.875425     77.999935  8  8  9 122       
+PG19  20940.205545   2989.920940  16283.922464    -46.218061  8  8  7 128       
+PG20  22059.341351 -14099.065998  -4445.204047     53.949275  7     9 116       
+PG21  -3846.596758  25904.498237   -808.079422    -70.775303  8  8  8 124       
+PG22   3103.415047  15734.778206  21331.004574    168.501942  4  7  4 105       
+PG23  14091.516915  -7702.987394 -21233.675432    364.880764  8  5  6 107       
+PG24   7474.231668  20800.481013  15007.825577    300.609989  5  9  6 117       
+PG25 -23792.059916  11821.532585  -1292.443413 999999.999999
+PG26 -21136.539330  -4988.159960  15004.147815    -74.227783 10 10 12 124       
+PG27 -14992.408207   6140.258236  21695.203349    165.941902  5  7  7 123       
+PG28   -125.181640 -15907.399049  21704.302376    -11.960842 11  8  6 110       
+PG29  -5893.781927  14423.680245 -21422.792101    131.323729  7  5  8 115       
+PG30 -15339.702409  17659.591414 -12935.983593    256.590383 10  6  7 118       
+PG31   8070.550416  19927.035730 -15274.869788    -27.515909  6  9  7 124       
+PG32  25401.822624  -6758.299942   2458.261985    -27.611502  6  7  9 148       
+*  2010  7  1  0 45  0.00000000
+PG01  12277.479398  10262.136050 -21357.656185 999999.999999
+PG02 -13794.267656 -12114.834599 -19358.037288    269.117128  5  4  7  95       
+PG03  24820.498743   9331.459468   3126.285779    575.519100  7  5  6 122       
+PG04  -7071.407499 -22933.087752 -11152.292060    115.271039  8  9  7 111       
+PG05 -21706.646637   -860.312118 -15354.526945    -10.686706  7  7  9 124       
+PG06  23174.535218  13151.892807    101.532884    589.399821  7  4  6 102       
+PG07   6488.412803 -24484.718279  -7696.761029     -1.514129  7  7  9 135       
+PG08     -9.352972 -25842.620821   4709.839269      5.970033  9  7  8 112       
+PG09 -13826.915225   8670.261009  20400.227088     15.620384  6  5  6 117       
+PG10 -13593.868882  -9835.149114 -20844.283490    -45.913826  6  5  6 120       
+PG11  12783.374129 -13523.913444  18571.700924    -72.580790  7  7  8 101       
+PG12 -23651.454223  11897.872488     24.461981    -98.423490  9  8  9 111       
+PG13   7236.611970 -12742.561270 -22291.012874    302.493121  9  4  6 113       
+PG14  12292.008080  19574.558951  13346.529465     62.885925  6  7  8 111       
+PG15 -22870.639646  -3031.023064  13281.194607   -247.203039  8  9  7 136       
+PG16  18285.173039   5261.980724 -18613.612096    -85.332283 10  4  7 107       
+PG17 -10482.253179 -19581.419174  14826.886386    159.539577  9  7  8 112       
+PG18 -11570.398081  18283.431897  15424.438386     78.002048  8  7  9 112       
+PG19  22180.310954   4211.818285  14269.973490    -46.220395  8  7  7 132       
+PG20  22506.724267 -13966.822291  -1663.597609     53.948808  7  1  9 112       
+PG21  -4204.731967  25573.742536  -3626.512794    -70.776783  8  8  8 125       
+PG22    895.987767  16647.388942  20826.899206    168.501318  5  7  4 112       
+PG23  15995.758685  -6297.525390 -20357.057131    364.879149  8  5  7  98       
+PG24   7067.107589  22334.629944  12854.083858    300.612636  5  9  6 116       
+PG25 -23888.403497  11586.852115   1559.526058 999999.999999
+PG26 -22359.560803  -6111.751336  12764.994565    -74.232680 10 10 12 109       
+PG27 -14969.551113   3770.625149  22277.906625    165.944594  5  7  7 121       
+PG28   2050.024677 -16775.550772  20896.877350    -11.959825 11  8  6 102       
+PG29  -7910.363351  12968.770080 -21696.596242    131.326175  7  5  8 103       
+PG30 -16581.631934  18071.230377 -10533.412042    256.592708 10  6  7 109       
+PG31   7759.124206  21563.696378 -13069.138700    -27.513467  6  8  7 133       
+PG32  25115.968730  -6352.064179   5284.828006    -27.618962  6  7  9 135       
+*  2010  7  1  1  0  0.00000000
+PG01  10169.285998  11490.336413 -21824.507382 999999.999999
+PG02 -13666.506657 -14242.199755 -17991.254551    269.119827  4  3  7  90       
+PG03  24908.053171   9723.393626    367.440893    575.524268  7  4  6 131       
+PG04  -6749.899552 -24053.175447  -8642.976270    115.278853  8  8  7 109       
+PG05 -20169.174514  -1920.235192 -17233.751768    -10.688942  7  7  8 122       
+PG06  22878.945537  13354.316742  -2687.176876    589.387463  7  4  6 118       
+PG07   6687.062772 -23447.956804 -10327.817521     -1.514118  6  6  8 134       
+PG08    223.373565 -26201.976148   1790.403370      5.970060  9  6  8 112       
+PG09 -13925.534684   6179.811423  21205.470790     15.622098  5  5  6 116       
+PG10 -11512.618674 -10991.999575 -21484.376543    -45.913890  6  5  6 116       
+PG11  13463.695185 -11350.484347  19541.627599    -72.583071  7  7  7 103       
+PG12 -23621.031540  11612.328652   2904.306516    -98.419755  9  8  9 117       
+PG13   9301.177361 -11311.206798 -22300.925106    302.492225  9  4  6 106       
+PG14  10869.472834  18784.725244  15545.016287     62.889666  6  7  7  98       
+PG15 -23959.363361  -3908.363520  10932.037730   -247.197551  8  9  8 138       
+PG16  16376.179819   6365.280430 -19968.858835    -85.335486  9  5  7 118       
+PG17  -8885.243774 -18770.321391  16783.927989    159.541180  8  7  7  86       
+PG18 -13122.902833  18818.537276  13325.938068     78.004194  8  8  9 112       
+PG19  23286.953143   5226.236865  12014.487692    -46.223248  9  7  7 128       
+PG20  22688.775205 -13694.812621   1146.692092     53.948273  7  3  8 117       
+PG21  -4568.596027  24939.774605  -6379.671660    -70.779782  8  8  8 125       
+PG22  -1198.161691  17631.290997  19969.128323    168.500563  5  7  5 100       
+PG23  17869.566301  -5059.974971 -19133.452105    364.877920  7  6  7 102       
+PG24   6757.023837  23634.043868  10483.077989    300.614683  5  9  6 124       
+PG25 -23718.465974  11198.309960   4384.759745 999999.999999
+PG26 -23421.780984  -7005.012930  10303.660592    -74.237906  9 10 12 112       
+PG27 -15082.429461   1361.969901  22499.828316    165.947473  5  7  6 122       
+PG28   4081.226622 -17713.348831  19742.368164    -11.958646 10  8  6 102       
+PG29 -10008.160343  11614.765232 -21593.936881    131.328819  6  6  7  89       
+PG30 -17564.681382  18400.042932  -7952.252075    256.595387 10  6  8 107       
+PG31   7543.246636  22948.654784 -10633.900991    -27.511253  6  8  7 126       
+PG32  24561.976535  -5806.971460   8019.230786    -27.626558  6  7  8 136       
+*  2010  7  1  1 15  0.00000000
+PG01   8101.870776  12847.068722 -21920.800477 999999.999999
+PG02 -13634.430900 -16200.017329 -16319.945630    269.122895  4  3  7  83       
+PG03  24726.044296   9999.201926  -2397.636911    575.529235  7  5  6 124       
+PG04  -6468.486077 -24895.972553  -5982.814207    115.285693  8  8  7 106       
+PG05 -18523.919108  -3164.655383 -18817.685305    -10.691191  6  7  8 121       
+PG06  22309.593638  13442.624864  -5429.965850    589.375150  7  5  6 102       
+PG07   6952.647785 -22134.852244 -12779.515762     -1.514508  5  6  8 134       
+PG08    427.235708 -26235.798839  -1160.898541      5.970382  8  6  8 109       
+PG09 -14163.118576   3626.015702  21626.739142     15.624029  5  5  5 105       
+PG10  -9447.394370 -12283.032228 -21762.112914    -45.914485  6  4  6 110       
+PG11  14252.564896  -9121.153948  20165.462740    -72.585459  7  6  7 115       
+PG12 -23330.418337  11153.722774   5733.720001    -98.416297  9  8  9 103       
+PG13  11427.142637 -10011.659642 -21932.224831    302.491313  9  4  6 111       
+PG14   9203.127594  17959.945239  17480.030275     62.893501  6  7  7 102       
+PG15 -24844.770363  -4605.909347   8396.079010   -247.191775  8  9  8 135       
+PG16  14413.091405   7641.238732 -20981.943443    -85.338667  8  5  6 107       
+PG17  -7068.306012 -17946.042542  18456.687603    159.543279  8  7  7 102       
+PG18 -14438.314137  19297.787642  10997.390833     78.006412  8  8  9 111       
+PG19  24219.843625   6040.648159   9555.891798    -46.225799  9  8  7 128       
+PG20  22622.891569 -13252.454410   3937.155518     53.948133  7  4  8 120       
+PG21  -4972.146372  24013.018907  -9017.709041    -70.781822  8  8  7 119       
+PG22  -3145.011518  18656.455501  18771.800050    168.500004  6  7  5  93       
+PG23  19667.044736  -3999.309863 -17584.445948    364.876434  7  6  7 109       
+PG24   6515.276179  24671.533267   7934.920609    300.617283  6  9  6 116       
+PG25 -23306.405743  10627.431098   7134.802421 999999.999999
+PG26 -24282.910642  -7680.925610   7664.323125    -74.243387  9 10 12 106       
+PG27 -15332.243019  -1039.042181  22358.090429    165.949860  6  7  6 112       
+PG28   5936.153442 -18686.873652  18258.501600    -11.957700 10  8  6 109       
+PG29 -12144.761487  10387.188917 -21116.481657    131.331348  5  6  7  98       
+PG30 -18288.520261  18606.383608  -5235.660433    256.597711 10  7  8 106       
+PG31   7391.007203  24053.580041  -8012.159101    -27.508999  6  7  7 138       
+PG32  23769.124867  -5097.358809  10614.433354    -27.634435  6  8  8 140       
+*  2010  7  1  1 30  0.00000000
+PG01   6116.545229  14306.780486 -21644.478052 999999.999999
+PG02 -13674.518237 -17953.279706 -14373.184941    269.125722  4  3  7  64       
+PG03  24265.442836  10192.148493  -5122.479503    575.534932  7  5  5 129       
+PG04  -6193.074730 -25446.055249  -3217.929837    115.292753  8  7  7  93       
+PG05 -16815.821057  -4588.767026 -20079.043988    -10.693643  6  7  7 125       
+PG06  21460.172615  13451.555638  -8079.765309    589.362681  7  6  6 113       
+PG07   7316.265314 -20573.788098 -15009.484190     -1.514453  4  6  8 132       
+PG08    642.375130 -25942.523908  -4091.543627      5.968876  8  5  8 109       
+PG09 -14541.006911   1062.486647  21656.132166     15.627236  6  5  5 110       
+PG10  -7439.994409 -13686.612362 -21671.869416    -45.914025  6  4  6 113       
+PG11  15144.382400  -6880.109323  20432.930348    -72.587947  7  6  7 114       
+PG12 -22808.200140  10495.882639   8463.643163    -98.413011  8  8  9  93       
+PG13  13568.789026  -8865.501764 -21191.206148    302.491095  9  4  6 114       
+PG14   7312.261149  17141.555405  19118.878334     62.897305  6  7  6  99       
+PG15 -25493.311615  -5143.676849   5716.688660   -247.186326  7  9  8 132       
+PG16  12442.444237   9077.209005 -21634.693959    -85.342214  8  5  6 114       
+PG17  -5055.104927 -17146.186870  19816.645411    159.544993  7  7  6 102       
+PG18 -15508.353679  19681.733510   8478.138039     78.008549  7  8  9 118       
+PG19  24942.287995   6670.115441   6935.899935    -46.228408  9  8  7 129       
+PG20  22333.408871 -12614.157398   6659.476861     53.947951  7  5  8 124       
+PG21  -5446.884597  22812.673408 -11492.721552    -70.784242  8  8  7 123       
+PG22  -4916.566894  19688.139452  17254.776613    168.499650  7  7  6 113       
+PG23  21342.709181  -3116.144969 -15736.989454    364.875026  6  7  7 101       
+PG24   6309.166426  25427.139563   5252.663729    300.620227  6  8  5 105       
+PG25 -22682.848145   9851.690749   9762.458194 999999.999999
+PG26 -24907.732540  -8160.454099   4893.559685    -74.248827  8  9 12  82       
+PG27 -15712.224379  -3386.338576  21855.323218    165.952174  6  7  6 117       
+PG28   7589.137908 -19657.639221  16468.523550    -11.956650 10  8  7 108       
+PG29 -14274.387683   9304.154301 -20272.458074    131.333650  4  6  8 110       
+PG30 -18761.011369  18652.557847  -2429.492499    256.599898 10  7  8 100       
+PG31   7266.512141  24858.506263  -5250.117884    -27.506926  6  7  7 137       
+PG32  22772.713933  -4203.866262  13026.280508    -27.642032  6  8  7 138       
+*  2010  7  1  1 45  0.00000000
+PG01   4249.846709  15837.391091 -20999.748199 999999.999999
+PG02 -13758.056855 -19473.063684 -12184.438890    269.128473  5  4  7  62       
+PG03  23524.967209  10337.171559  -7761.646742    575.539057  7  6  5 125       
+PG04  -5888.086135 -25696.508844   -396.577469    115.300385  8  7  7 115       
+PG05 -15089.462879  -6179.543813 -20996.028382    -10.695999  6  7  7 124       
+PG06  20332.645006  13417.127786 -10590.874341    589.350623  7  6  5  97       
+PG07   7803.570545 -18800.123378 -16979.311165     -1.514934  3  6  8 132       
+PG08    908.341474 -25330.522028  -6949.431112      5.969883  7  5  8 103       
+PG09 -15051.797206  -1457.344198  21293.203621     15.629037  6  6  5 111       
+PG10  -5528.328673 -15174.254938 -21214.120566    -45.915258  6  4  6 120       
+PG11  16126.621199  -4670.386888  20340.248933    -72.590341  7  6  7 116       
+PG12 -22089.033227   9619.409169  11046.839487    -98.409241  8  9  9 163       
+PG13  15677.850473  -7886.151442 -20090.397170    302.490289  9  5  6 107       
+PG14   5224.172329  16367.662743  20433.821578     62.901131  7  7  6  98       
+PG15 -25877.454478  -5547.737260   2939.653112   -247.180563  7  9  8 126       
+PG16  10508.815806  10652.380861 -21915.044669    -85.345211  7  5  5 115       
+PG17  -2876.490681 -16404.405933  20840.464024    159.546722  7  7  6 114       
+PG18 -16332.931523  19931.588564   5811.223875     78.010564  7  8  9 118       
+PG19  25422.567257   7136.517537   4198.835766    -46.231025  9  8  7 131       
+PG20  21850.577889 -11760.519929   9266.385923     53.947293  7  5  7 118       
+PG21  -6020.331156  21366.027126 -13759.756646    -70.786518  8  8  8 112       
+PG22  -6491.745699  20688.174675  15443.383085    168.498805  7  7  6 103       
+PG23  22853.109230  -2402.917431 -13622.916892    364.873844  6  7  7 109       
+PG24   6103.413312  25888.806680   2481.608114    300.622586  7  8  5 105       
+PG25 -21883.644953   8855.576896  12222.601164 999999.999999
+PG26 -25267.390466  -8471.424309   2039.483200    -74.254214  8  9 12  75       
+PG27 -16207.884066  -5635.896223  20999.609680    165.954758  6  7  5 116       
+PG28   9021.948832 -20583.987403  14400.950258    -11.955616  9  8  7 101       
+PG29 -16349.519439   8375.782328 -19076.511536    131.336093  4  7  8 102       
+PG30 -18997.828773  18504.413513    418.422080    256.603080 10  8  8  96       
+PG31   7131.500118  25352.495712  -2396.312906    -27.504581  5  6  7 135       
+PG32  21612.621128  -3114.330291  15214.218502    -27.649947  6  8  7 137       
+*  2010  7  1  2  0  0.00000000
+PG01   2532.302214  17401.394376 -19997.048473 999999.999999
+PG02 -13852.363356 -20737.426203  -9790.994987    269.131908  5  4  7  87       
+PG03  22511.156408  10469.397533 -10271.410334    575.543210  7  6  4 128       
+PG04  -5518.063102 -25649.182282   2431.734750    115.307649  7  6  7 102       
+PG05 -13387.444361  -7916.051375 -21552.703963    -10.698407  6  7  7 114       
+PG06  18937.336445  13375.100345 -12919.752427    589.339289  7  7  5 110       
+PG07   8433.614954 -16854.907795 -18655.207911     -1.514986  4  6  8 134       
+PG08   1262.282497 -24417.761423  -9683.898764      5.969647  7  5  8 103       
+PG09 -15679.620992  -3882.223549  20544.963957     15.630223  6  6  5 109       
+PG10  -3745.124843 -16711.555704 -20395.501516    -45.915067  6  4  6 121       
+PG11  17180.267172  -2532.359212  19890.136242    -72.592521  7  5  7 120       
+PG12 -21212.218792   8512.615991  13438.726280    -98.405550  8  9  8 100       
+PG13  17705.199897  -7078.481913 -18648.359978    302.489746  8  5  6 118       
+PG14   2973.327309  15671.674898  21402.520964     62.904807  7  7  5  86       
+PG15 -25976.746124  -5849.017855    112.408128   -247.175103  6  8  8 131       
+PG16   8653.226438  12338.397231 -21817.299912    -85.348366  5  4  5 110       
+PG17   -569.538216 -15749.102877  21510.384425    159.548714  7  7  6 113       
+PG18 -16920.038231  20010.863794   3042.680544     78.012592  6  8  9 119       
+PG19  25635.144093   7467.523251   1390.920388    -46.233686  8  8  7 133       
+PG20  21209.316730 -10679.294376  11712.500777     53.946773  7  6  7 126       
+PG21  -6714.669735  19707.437513 -15777.758818    -70.789054  7  7  7 121       
+PG22  -7857.006499  21616.406976  13368.025038    168.498117  7  7  6 101       
+PG23  24158.378414  -1844.377492 -11278.397037    364.872359  6  7  7 107       
+PG24   5861.665617  26052.770754   -331.422494    300.626226  7  8  5 117       
+PG25 -20948.443466   7631.387206  14472.952357 999999.999999
+PG26 -25340.419017  -8647.172249   -849.098931    -74.259586  8  9 12  85       
+PG27 -16797.523814  -7747.127694  19804.382671    165.958047  6  8  5 113       
+PG28  10224.364572 -21422.636411  12089.231592    -11.954708  9  8  7 107       
+PG29 -18322.602147   7603.944578 -17549.445529    131.338712  5  7  8  88       
+PG30 -19021.776751  18132.832745   3259.066488    256.607054 10  8  9  83       
+PG31   6947.049026  25533.948237    499.295244    -27.502450  5  5  7 120       
+PG32  20331.717497  -1824.383805  17141.922606    -27.657832  7  8  6 130       
+*  2010  7  1  2 15  0.00000000
+PG01    987.420276  18957.183151 -18652.910138 999999.999999
+PG02 -13922.146614 -21732.045792  -7233.347427    269.134451  5  4  7  76       
+PG03  21238.170749  10622.672440 -12610.393973    575.547935  7  6  4 131       
+PG04  -5049.292696 -25314.602219   5217.163647    115.315162  8  6  7 109       
+PG05 -11748.842906  -9770.070126 -21739.285240    -10.700762  6  7  6 116       
+PG06  17292.717700  13359.438805 -15025.790125    589.327426  7  7  5 100       
+PG07   9217.955921 -14783.389975 -20008.581523     -1.515164  4  6  8 137       
+PG08   1737.241618 -23231.085586 -12246.700426      5.969255  6  5  7 110       
+PG09 -16400.799825  -6164.972821  19425.702332     15.632630  6  7  5  92       
+PG10  -2116.823477 -18259.365013 -19228.777052    -45.915115  6  4  6 114       
+PG11  18280.528818   -502.350262  19091.681558    -72.594971  7  5  7 117       
+PG12 -20220.112475   7172.166586  15598.150764    -98.401914  8  9  8 118       
+PG13  19602.578219  -6438.769167 -16889.397425    302.489261  8  6  7 110       
+PG14    600.251127  15081.018038  22008.401556     62.908393  8  7  5  90       
+PG15 -25778.620432  -6081.919842  -2716.754621   -247.169245  5  8  8 127       
+PG16   6911.676582  14100.278169 -21342.291590    -85.351621  5  4  5 102       
+PG17   1823.648580 -15202.342011  21814.539759    159.550498  6  7  6 115       
+PG18 -17285.318609  19886.946101    220.730525     78.014749  6  7  9 116       
+PG19  25561.651183   7695.354919  -1440.465021    -46.236227  8  8  7 128       
+PG20  20447.785994  -9366.080661  13955.144657     53.946423  6  6  6 125       
+PG21  -7545.625935  17877.012786 -17510.424875    -70.791070  7  7  7 130       
+PG22  -9006.693561  22432.233146  11063.718021    168.497514  7  7  6  93       
+PG23  25223.653698  -1418.367517  -8743.326208    364.870925  6  8  7  96       
+PG24   5548.062050  25923.653491  -3138.833192    300.628640  7  7  5 108       
+PG25 -19919.120402   6179.728335  16474.809435 999999.999999
+PG26 -25113.486442  -8725.024691  -3723.488492    -74.264935  8  9 12 104       
+PG27 -17453.002799  -9684.155703  18288.274325    165.960428  6  8  5 111       
+PG28  11194.459708 -22130.332526   9571.322057    -11.953474  8  8  7 117       
+PG29 -20147.762081   6982.340806 -15717.848877    131.341381  6  7  8  96       
+PG30 -18861.828660  17515.062708   6043.076155    256.611437 10  8  9  82       
+PG31   6675.302240  25410.548512   3386.240021    -27.500334  5  4  6 124       
+PG32  18974.209662   -337.746861  18777.827381    -27.665790  7  8  6 130       
+*  2010  7  1  2 30  0.00000000
+PG01   -369.050077  20460.548405 -16989.722050 999999.999999
+PG02 -13930.967108 -22450.590655  -4554.547689    269.137452  6  5  7  95       
+PG03  19727.331974  10828.161262 -14740.165968    575.552981  7  7  4 133       
+PG04  -4451.372074 -24711.546001   7910.471558    115.322504  8  5  7 101       
+PG05 -10207.817480 -11707.006326 -21552.317763    -10.703182  6  7  6 116       
+PG06  15424.878726  13400.847534 -16872.043285    589.314756  7  7  5 105       
+PG07  10160.071390 -12633.378510 -21016.508923     -1.515376  5  6  8 140       
+PG08   2360.636838 -21805.140933 -14592.919896      5.968931  6  5  7 114       
+PG09 -17184.848276  -8264.198015  17956.635498     15.634899  6  7  5 105       
+PG10   -662.705367 -19775.165679 -17732.711832    -45.915899  6  5  6 114       
+PG11  19397.786056   1388.566426  17960.093914    -72.597396  6  5  7 114       
+PG12 -19156.433481   5603.384842  17488.097259    -98.398423  8  9  8 122       
+PG13  21324.303251  -5954.970996 -14843.169990    302.488639  8  6  7 114       
+PG14  -1849.807210  14616.089471  22240.930580     62.912325  8  8  5  95       
+PG15 -25278.917889  -6282.805921  -5499.495264   -247.163358  4  7  7 124       
+PG16   5313.877857  15897.619952 -20497.423653    -85.354501  4  4  6 104       
+PG17   4257.326556 -14779.005016  21747.181199    159.552342  6  7  6 122       
+PG18 -17451.337873  19532.554156  -2605.080621     78.016704  5  7  9 117       
+PG19  25191.626247   7855.386512  -4247.532824    -46.238930  8  8  7 130       
+PG20  19605.843037  -7824.717418  15955.120502     53.945863  5  6  5 125       
+PG21  -8521.633147  15919.059733 -18926.941940    -70.793362  7  7  7 127       
+PG22  -9943.083631  23096.178795   8569.533305    168.496745  7  7  7 102       
+PG23  26020.314917  -1096.857834  -6060.672557    364.869472  6  8  7  79       
+PG24   5128.780447  25514.254919  -5893.026255    300.631609  7  7  5  97       
+PG25 -18838.141078   4509.697041  18193.716339 999999.999999
+PG26 -24581.834836  -8744.673703  -6535.853209    -74.270594  9  8 12  82       
+PG27 -18140.735446 -11416.937206  16474.915977    165.962498  6  8  5  99       
+PG28  11938.585640 -22665.547565   6889.156828    -11.952757  8  8  7 119       
+PG29 -21782.465336   6496.907216 -13613.617369    131.343862  7  8  8  97       
+PG30 -18551.916724  16635.827313   8721.617106    256.615281  9  8  9  77       
+PG31   6281.143216  24998.857960   6214.461350    -27.498043  6  4  6 131       
+PG32  17583.971813   1333.795257  20095.557640    -27.673716  7  8  5 132       
+*  2010  7  1  2 45  0.00000000
+PG01  -1529.563632  21866.298633 -15035.395031 999999.999999
+PG02 -13842.739191 -22894.803573  -1799.528093    269.140141  6  5  7  73       
+PG03  18006.421984  11113.062048 -16625.781669    575.557581  7  7  4 130       
+PG04  -3698.650210 -23866.288099  10463.966369    115.330140  8  5  6 107       
+PG05  -8792.409673 -13687.058214 -20994.754046    -10.705783  5  7  6 115       
+PG06  13366.710545  13525.427449 -18425.915910    589.302673  7  7  5 101       
+PG07  11255.100962 -10453.520743 -21662.105051     -1.515547  5  7  8 137       
+PG08   3152.985495 -20181.004213 -16681.799392      5.968885  6  5  7 110       
+PG09 -17995.774183 -10145.737697  16165.398166     15.636885  6  7  4 102       
+PG10    605.712368 -21214.607449 -15931.838064    -45.915548  5  5  6 108       
+PG11  20498.734476   3115.541665  16516.337599    -72.599886  7  5  7 117       
+PG12 -18064.540758   3820.228135  19076.313422    -98.394528  8  9  8  98       
+PG13  22828.895904  -5607.327566 -12544.226885    302.488039  8  6  7 111       
+PG14  -4328.388714  14289.483773  22095.805119     62.916110  8  8  5  94       
+PG15 -24482.098556  -6488.415158  -8188.235278   -247.157436  4  6  7 120       
+PG16   3882.229649  17686.026378 -19296.598664    -85.357939  3  5  6 106       
+PG17   6683.647811 -14486.226774  21308.810757    159.554025  6  7  6 120       
+PG18 -17446.564837  18927.006975  -5384.803852     78.019000  5  7  8 129       
+PG19  24522.967179   7984.627390  -6982.849727    -46.241594  7  8  7 130       
+PG20  18723.436812  -6067.352338  17677.426990     53.945475  4  6  5 130       
+PG21  -9643.323642  13880.369298 -20002.586888    -70.795941  6  6  7 126       
+PG22 -10676.130099  23571.457345   5927.966026    168.496733  7  7  7 111       
+PG23  26527.000855   -847.199631  -3275.780771    364.868263  6  8  7  84       
+PG24   4573.518808  24845.051795  -8547.175941    300.634135  7  6  6 114       
+PG25 -17746.907389   2638.734809  19600.061058 999999.999999
+PG26 -23749.413300  -8746.506658  -9239.930340    -74.276071  9  8 12  70       
+PG27 -18822.893364 -12922.201400  14392.685467    165.965573  5  8  4 103       
+PG28  12471.036113 -22990.159413   4088.032445    -11.951803  8  8  7 108       
+PG29 -23189.054288   6126.538061 -11273.379355    131.346372  8  8  8  86       
+PG30 -18129.515393  15488.168341  11247.286801    256.618150  9  7 10  81       
+PG31   5733.750956  24323.572924   8935.192677    -27.496111  6  5  6 129       
+PG32  16202.929642   3170.718214  21074.260659    -27.681508  7  8  5 127       
+*  2010  7  1  3  0  0.00000000
+PG01  -2494.907495  23129.939392 -12822.928986 999999.999999
+PG02 -13623.223112 -23074.303118    985.594179    269.143059  7  5  7  95       
+PG03  16108.766329  11499.476989 -18236.273672    575.561845  7  7  4 129       
+PG04  -2771.482147 -22811.549475  12832.418017    115.337126  8  5  6  95       
+PG05  -7523.588047 -15666.594119 -20075.920997    -10.708163  4  7  5 119       
+PG06  11156.822632  13753.514147 -19659.776849    589.290196  7  7  5  99       
+PG07  12489.921632  -8291.566530 -21934.780957     -1.515687  6  7  8 137       
+PG08   4126.926880 -18404.572135 -18477.464635      5.969968  6  5  6 123       
+PG09 -18793.612552 -11783.788511  14085.395223     15.638797  6  7  4 103       
+PG10   1684.983946 -22533.143192 -13856.118398    -45.916496  5  5  6 115       
+PG11  21547.674975   4660.662791  14786.668539    -72.602247  7  6  7 127       
+PG12 -16985.744171   1844.925595  20335.845659    -98.390842  8  9  7  95       
+PG13  24080.563597  -5369.262215 -10031.456617    302.487540  7  7  7 108       
+PG14  -6785.463625  14105.521768  21575.045886     62.919889  8  8  5 109       
+PG15 -23401.139521  -6734.265697 -10736.956323   -247.152001  4  5  7 124       
+PG16   2631.084161  19418.718882 -17760.023861    -85.360904  4  5  6 111       
+PG17   9054.284193 -14323.134139  20506.216649    159.556080  6  7  5 123       
+PG18 -17304.110304  18057.246834  -8069.038339     78.020949  5  7  8 129       
+PG19  23562.090102   8120.146739  -9600.095569    -46.244033  6  8  7 136       
+PG20  17839.007755  -4114.186296  19091.900899     53.945289  4  5  4 129       
+PG21 -10903.365974  11808.419621 -20719.172074    -70.798016  6  6  7 130       
+PG22 -11222.911559  23825.449922   3184.233714    168.495557  6  7  7 109       
+PG23  26730.366732   -633.548067   -435.646241    364.867070  6  8  7 101       
+PG24   3856.852543  23943.418405 -11055.999255    300.635322  7  6  6  99       
+PG25 -16684.158555    592.160282  20669.590884 999999.999999
+PG26 -22628.709828  -8769.950902 -11791.673724    -74.281261 10  8 12  63       
+PG27 -19458.778010 -14184.169697  12074.397685    165.967851  5  7  4  96       
+PG28  12813.400260 -23071.049648   1215.894780    -11.950664  7  8  7  97       
+PG29 -24336.101189   5844.090461  -8737.836850    131.348903  8  9  9 108       
+PG30 -17634.071531  14073.973516  13575.018352    256.622514  9  7 10  75       
+PG31   5007.975258  23416.483748  11501.805763    -27.493934  7  6  6 123       
+PG32  14869.553446   5146.370149  21698.842233    -27.689464  7  8  5 133       
+*  2010  7  1  3 15  0.00000000
+PG01  -3274.006389  24209.349689 -10389.886946 999999.999999
+PG02 -13241.454420 -23006.109768   3754.225540    269.145759  7  6  6  97       
+PG03  14072.134561  12003.477044 -19545.088193    575.566570  7  7  4 131       
+PG04  -1657.240235 -21585.193125  14973.928555    115.345015  8  4  6 109       
+PG05  -6414.572949 -17599.691025 -18811.378164    -10.710556  4  7  5 133       
+PG06   8838.234710  14098.745613 -20551.496005    589.277936  7  7  5 100       
+PG07  13843.553123  -6192.683809 -21830.389716     -1.515798  6  7  8 137       
+PG08   5286.580063 -16524.784897 -19949.532910      5.970781  6  5  6 120       
+PG09 -19536.119726 -13161.665287  11755.040456     15.641418  6  8  4  98       
+PG10   2579.729193 -23687.705981 -11540.503723    -45.916511  5  5  5 125       
+PG11  22507.894250   6013.382242  12802.086657    -72.604837  7  6  7 120       
+PG12 -15957.716301   -292.702660  21245.476007    -98.387205  7 10  6 103       
+PG13  25050.485276  -5208.550090  -7347.463404    302.487022  7  7  7 109       
+PG14  -9171.137202  14060.101212  20686.994274     62.923473  8  8  5  98       
+PG15 -22057.119905  -7053.106339 -13101.975860   -247.146357  5  5  7 121       
+PG16   1566.331984  21048.263637 -15913.896644    -85.364108  4  5  6 108       
+PG17  11322.082805 -14280.900262  19352.407749    159.557837  6  6  5 122       
+PG18 -17060.271065  16918.567503 -10609.892361     78.023121  5  6  8 137       
+PG19  22323.783334   8297.496091 -12054.810676    -46.246567  6  7  7 143       
+PG20  16987.957404  -1992.899238  20173.771955     53.944701  3  5  4 125       
+PG21 -12286.652078   9749.578822 -21065.328910    -70.800792  5  5  6 119       
+PG22 -11606.803356  23831.047642    385.515106    168.494731  6  7  6 114       
+PG23  26625.556864   -418.403289   2411.832317    364.865688  5  8  7 107       
+PG24   2959.416007  22842.596549 -13376.511646    300.637360  7  6  6  95       
+PG25 -15684.486683  -1597.603731  21383.835964 999999.999999
+PG26 -21240.296705  -8851.888327 -14149.843216    -74.287049 10  7 11  77       
+PG27 -20006.324925 -15195.030392   9556.933568    165.970315  5  7  4 112       
+PG28  12993.618498 -22881.551511  -1677.459383    -11.949755  6  8  7 102       
+PG29 -25199.526129   5617.630940  -6051.035429    131.351479  8  9  9  89       
+PG30 -17105.343512  12404.160866  15662.966704    256.625027  9  7 10  68       
+PG31   4085.479493  22315.180657  13870.598471    -27.491609  7  6  6 121       
+PG32  13617.511261   7227.840558  21960.110558    -27.697588  7  8  6 125       
+*  2010  7  1  3 30  0.00000000
+PG01  -3883.409498  25066.390656  -7777.782047 999999.999999
+PG02 -12671.060720 -22713.914334   6460.010039    269.148642  7  6  6  99       
+PG03  11937.494560  12634.390502 -20530.466003    575.570906  7  7  5 124       
+PG04   -351.037481 -20228.720852  16850.733979    115.352123  8  4  6 114       
+PG05  -5470.468367 -19439.775491 -17222.667885    -10.713041  4  7  5 122       
+PG06   6456.891806  14567.400162 -21084.886748    589.265737  7  7  6  90       
+PG07  15287.875027  -4197.889872 -21351.260256     -1.516314  6  7  8 141       
+PG08   6627.258424 -14591.760463 -21073.594996      5.972339  7  5  5 114       
+PG09 -20180.549163 -14272.172040   9216.909169     15.643313  6  7  4 115       
+PG10   3302.309054 -24638.362440  -9024.388042    -45.916670  5  5  5 124       
+PG11  23343.079820   7170.653005  10597.720011    -72.607047  8  6  7 115       
+PG12 -15013.065630  -2556.217304  21790.054986    -98.383305  7 10  6 103       
+PG13  25717.848984  -5088.712119  -4537.877071    302.487514  7  8  7  87       
+PG14 -11437.360424  14140.876704  19446.210669     62.927407  8  8  6 115       
+PG15 -20478.508124  -7473.476446 -15242.687225   -247.140439  6  5  6 120       
+PG16    685.327593  22528.347720 -13789.972311    -85.367276  4  6  6 110       
+PG17  13442.691322 -14343.115640  17866.444834    159.559617  6  7  5 121       
+PG18 -16752.940254  15515.011096 -12961.928728     78.025490  6  6  7 127       
+PG19  20830.760631   8549.187772 -14305.122117    -46.249333  5  7  7 137       
+PG20  16201.249889    262.220937  20904.118198     53.944465  3  6  4 119       
+PG21 -13770.820075   7747.387605 -21036.627662    -70.803395  5  5  6 125       
+PG22 -11856.401874  23567.801917  -2419.858910    168.494387  6  7  6 111       
+PG23  26216.376041   -164.213227   5218.612799    364.864226  5  7  7 115       
+PG24   1868.862097  21580.450948 -15468.756193    300.640263  7  5  6  89       
+PG25 -14777.024764  -3892.079982  21730.433465 999999.999999
+PG26 -19612.111930  -9025.190010 -16276.537074    -74.292556 10  7 11 106       
+PG27 -20423.694793 -15955.146272   6880.802594    165.971277  4  6  4 113       
+PG28  13044.769844 -22402.683530  -4541.256680    -11.949023  6  7  7  84       
+PG29 -25763.436264   5411.872656  -3259.577501    131.353980  8  9  9  90       
+PG30 -16581.717727  10498.502791  17473.353902    256.627320  8  6 10  92       
+PG31   2955.609246  21061.561081  16001.513290    -27.489377  7  7  6 121       
+PG32  12474.525491   9377.050902  21854.832816    -27.705468  7  8  6 124       
+*  2010  7  1  3 45  0.00000000
+PG01  -4346.476130  25668.383442  -5031.385624 999999.999999
+PG02 -11891.419409 -22227.114303   9057.542158    269.151146  7  6  6  96       
+PG03   9747.661927  13394.339002 -21175.766064    575.574712  7  6  5 125       
+PG04   1143.868873 -18785.635446  18429.918102    115.359417  8  4  6 115       
+PG05  -4688.215686 -21141.304395 -15336.960309    -10.715698  5  7  5 134       
+PG06   4060.059615  15158.034905 -21250.042677    589.253506  6  6  6 101       
+PG07  16788.626200  -2342.656857 -20506.121093     -1.516260  6  7  7 140       
+PG08   8135.546214 -12654.917814 -21831.566356      5.972879  7  5  5 118       
+PG09 -20685.429448 -15117.579554   6516.833019     15.645541  6  7  3  99       
+PG10   3872.189552 -25349.876314  -6350.965444    -45.917392  5  5  4 120       
+PG11  24018.713878   8136.773397   8212.156578    -72.609306  8  7  7 112       
+PG12 -14178.124763  -4903.783716  21960.727072    -98.379598  6 10  5  93       
+PG13  26070.601362  -4970.582955  -1650.605404    302.485333  6  8  7  71       
+PG14 -13539.583025  14327.764613  17873.273019     62.931079  8  8  6 100       
+PG15 -18700.177232  -8018.429790 -17122.252200   -247.134694  6  5  5 119       
+PG16    -22.839677  23815.533127 -11425.019905    -85.370472  4  7  6 116       
+PG17  15376.091910 -14486.465173  16073.167751    159.561393  6  7  5 129       
+PG18 -16419.952297  13859.411546 -15083.069422     78.027428  6  5  7 133       
+PG19  19112.927587   8903.285811 -16312.438950    -46.251959  4  7  7 141       
+PG20  15504.202125   2611.412895  21270.212076     53.944377  3  6  4 122       
+PG21 -15327.082994   5840.995158 -20635.538234    -70.805649  5  5  6 125       
+PG22 -12004.241765  23022.834838  -5183.248582    168.493266  6  7  6 119       
+PG23  25515.153395    165.020003   7937.273197    364.862836  5  7  7 104       
+PG24    580.560981  20198.054586 -17296.494498    300.643795  7  5  6 102       
+PG25 -13984.358091  -6248.023801  21703.346407 999999.999999
+PG26 -17778.505635  -9317.415278 -18137.668986    -74.297803 11  8 10  89       
+PG27 -20670.901533 -16472.980081   4089.634244    165.974152  4  6  4 107       
+PG28  13003.632547 -21624.109497  -7324.682482    -11.947739  5  6  6 105       
+PG29 -26020.654671   5189.744874   -411.794547    131.356347  8  9  9 101       
+PG30 -16098.574418   8385.088929  18973.249937    256.631453  8  6 10  85       
+PG31   1615.956912  19700.199319  17858.776797    -27.487244  7  8  6 119       
+PG32  11461.468165  11552.025383  21385.709674    -27.713463  7  7  7 119       
+*  2010  7  1  4  0  0.00000000
+PG01  -4692.289658  25989.396985  -2197.966631 999999.999999
+PG02 -10888.614980 -21579.651286  11503.071434    269.153939  7  6  6 109       
+PG03   7545.888641  14278.037229 -21469.729580    575.578955  6  6  6 130       
+PG04   2816.010898 -17299.738350  19684.021562    115.366747  8  4  6 111       
+PG05  -4056.871777 -22661.420903 -13186.598195    -10.718116  5  7  5 117       
+PG06   1694.663155  15861.442931 -21043.558892    589.241101  6  6  6  92       
+PG07  18306.646451   -655.742516 -19309.917728     -1.516515  6  6  7 142       
+PG08   9789.726932 -10761.165047 -22211.907170      5.972928  7  5  5 118       
+PG09 -21012.268658 -15709.223620   3702.964867     15.646703  5  7  3 100       
+PG10   4315.014502 -25793.117555  -3566.497255    -45.916942  5  6  4 109       
+PG11  24503.393071   8922.954714   5686.739022    -72.611865  9  7  6 113       
+PG12 -13471.998308  -7289.600025  21755.047414    -98.375691  6  9  5  98       
+PG13  26105.878532  -4813.994321   1264.960707    302.484938  6  8  7  87       
+PG14 -15438.287403  14593.756861  15994.475773     62.934836  7  8  6 115       
+PG15 -16762.184439  -8704.472093 -18708.234632   -247.129030  6  6  4 119       
+PG16   -576.738048  24870.917106  -8860.175083    -85.373841  4  7  6 110       
+PG17  17087.984706 -14681.688689  14002.819295    159.563118  6  7  5 126       
+PG18 -16097.434882  11973.078945 -16935.434642     78.029666  6  6  7 126       
+PG19  17206.385277   9382.162585 -18042.106256    -46.254686  4  7  7 145       
+PG20  14915.511788   5010.795147  21265.749958     53.943855  3  5  4 123       
+PG21 -16921.320279   4063.811670 -19871.242242    -70.807831  5  5  6 134       
+PG22 -12085.355395  22191.470366  -7856.567520    168.492883  6  6  6 104       
+PG23  24542.302998    602.188536  10521.769479    364.861232  5  7  7 108       
+PG24   -901.991940  18738.155528 -18827.847291    300.646053  6  5  7 100       
+PG25 -13321.701406  -8618.898671  21302.973068 999999.999999
+PG26 -15779.085817  -9749.713279 -19703.391890    -74.302964 11  8 10  91       
+PG27 -20711.423182 -16764.730556   1229.594991    165.977847  4  6  4 111       
+PG28  12909.072353 -20544.774365  -9977.857878    -11.946805  5  5  6 124       
+PG29 -25972.919794   4914.031398   2443.105618    131.358964  7  9  9  84       
+PG30 -15686.774650   6099.443519  20135.266158    256.634511  8  6 10 102       
+PG31     72.604869  18276.642901  19411.452738    -27.484980  7  8  5 117       
+PG32  10591.721218  13708.295830  20561.272887    -27.721460  7  7  7 128       
+*  2010  7  1  4 15  0.00000000
+PG01  -4954.340479  26011.292872    673.525228 999999.999999
+PG02  -9656.160687 -20808.689406  13755.191615    269.156839  7  6  6 115       
+PG03   5374.437145  15272.864825 -21406.681522    575.584389  6  6  6 126       
+PG04   4645.982659 -15813.435330  20591.532591    115.374033  8  4  6 110       
+PG05  -3558.201173 -23961.521509 -10808.548321    -10.720612  6  7  5 103       
+PG06   -594.364913  16660.934263 -20468.630336    589.229321  6  6  6  82       
+PG07  19799.311882    841.711832 -17783.528918     -1.516793  6  6  7 141       
+PG08  11560.539096  -8953.222550 -22209.714399      5.975285  7  6  5 128       
+PG09 -21127.116235 -16066.754249    824.839452     15.649801  5  7  3  85       
+PG10   4661.420116 -25946.256515   -719.500807    -45.918140  6  6  3 106       
+PG11  24770.026038   9546.635296   3064.836846    -72.614311  9  8  6 113       
+PG12 -12905.904545  -9665.474153  21176.990287    -98.372032  5  9  4  96       
+PG13  25830.099264  -4579.509946   4158.777636    302.484530  5  8  6  91       
+PG14 -17100.345301  14906.015756  13841.430742     62.938439  7  8  6 112       
+PG15 -14708.359932  -9540.754243 -19973.164286   -247.123373  6  6  3 114       
+PG16  -1001.672431  25661.630243  -6140.202011    -85.376979  4  8  6 113       
+PG17  18550.966317 -14894.790931  11690.568613    159.564902  6  7  5 126       
+PG18 -15818.240807   9885.135944 -18486.093122     78.031716  7  6  6 126       
+PG19  15152.204910  10001.469402 -19464.007547    -46.257424  5  7  7 145       
+PG20  14446.562240   7413.884358  20890.960470     53.943576  3  6  5 123       
+PG21 -18515.378632   2442.427850 -18759.311119    -70.810176  6  5  6 129       
+PG22 -12135.731115  21077.557633 -10393.147298    168.492357  5  6  6 124       
+PG23  23325.595789   1175.638886  12928.178537    364.859935  5  7  7 109       
+PG24  -2567.078482  17243.582047 -20035.872750    300.648138  6  5  7 106       
+PG25 -12796.373777 -10956.484156  20536.144676 999999.999999
+PG26 -13657.401993 -10335.958464 -20948.470746    -74.308285 11  8  9  95       
+PG27 -20513.738054 -16853.680732  -1651.270727    165.981179  4  5  4 110       
+PG28  12800.323448 -19173.177834 -12452.834973    -11.945644  5  5  7 116       
+PG29 -25630.749710   4549.012416   5255.900320    131.361333  7  9  9  94       
+PG30 -15371.336502   3683.329503  20938.139862    256.638332  8  5 10  99       
+PG31  -1659.957666  16835.701028  20633.903665    -27.482754  7  8  5 117       
+PG32   9870.819197  15800.391711  19395.710883    -27.729382  7  7  8 132       
+*  2010  7  1  4 30  0.00000000
+PG01  -5169.028822  25724.483223   3533.318380 999999.999999
+PG02  -8195.456574 -19953.180154  15775.506659    269.159681  7  6  6 118       
+PG03   3273.187047  16359.210974 -20986.666026    575.587709  6  5  6 123       
+PG04   6607.038874 -14366.121426  21137.250066    115.381522  7  3  6 119       
+PG05  -3167.559654 -25008.672937  -8243.768308    -10.722744  6  7  5 118       
+PG06  -2765.659462  17532.931867 -19535.022629    589.217415  5  5  6 103       
+PG07  21222.108538   2136.784787 -15953.388393     -1.516729  6  6  7 140       
+PG08  13412.222634  -7268.143272 -21826.692115      5.975367  7  6  5 119       
+PG09 -21001.923414 -16217.079667  -2067.547219     15.652517  5  6  4  91       
+PG10   4945.636717 -25795.690047   2140.125524    -45.919223  6  6  3 107       
+PG11  24796.866774  10030.572917    391.109016    -72.616859  9  8  5 105       
+PG12 -12482.833451 -11982.489791  20236.851418    -98.368364  5  9  4  96       
+PG13  25258.713867  -4230.145310   6981.001899    302.484041  5  8  6  98       
+PG14 -18500.144656  15227.211064  11450.573009     62.941971  6  8  7 107       
+PG15 -12584.757530 -10528.553768 -20895.020972   -247.117604  6  6  3  98       
+PG16  -1328.487230  26162.109830  -3312.678990    -85.380225  4  8  5 104       
+PG17  19745.455579 -15088.456516   9175.939050    159.566523  6  8  6 126       
+PG18 -15610.529138   7631.533899 -19707.703465     78.033818  7  7  6 134       
+PG19  12995.016006  10769.362355 -20553.105057    -46.259761  5  8  7 146       
+PG20  14101.031945   9773.218174  20152.589861     53.942839  3  6  5 125       
+PG21 -20068.521884    995.837306 -17321.268167    -70.812764  5  5  6 135       
+PG22 -12190.732078  19693.469793 -12748.586906    168.491825  5  5  6 117       
+PG23  21899.167494   1907.897263  15115.416609    364.858362  5  7  6 104       
+PG24  -4394.978771  15755.646205 -20899.070753    300.652271  6  5  7 105       
+PG25 -12407.591611 -13212.554756  19416.011183 999999.999999
+PG26 -11459.508731 -11082.144619 -21852.605956    -74.313345 11  8  8 102       
+PG27 -20052.726748 -16769.270372  -4503.774490    165.984529  4  5  4 113       
+PG28  12715.235141 -17527.262507 -14704.583808    -11.944573  4  5  7 109       
+PG29 -25012.978696   4062.044713   7978.206316    131.363869  7  9  8  83       
+PG30 -15170.361023   1183.287053  21367.191455    256.640988  7  5 10 107       
+PG31  -3559.236817  15419.788880  21506.158155    -27.480288  6  8  5 117       
+PG32   9296.382745  17783.364695  17908.626655    -27.737067  7  6  8 127       
+*  2010  7  1  4 45  0.00000000
+PG01  -5374.046373  25128.368509   6331.704316 999999.999999
+PG02  -6515.964215 -19052.363668  17529.265276    269.162474  7  6  6 129       
+PG03   1278.321456  17511.083872 -20215.511403    575.592805  5  5  6 122       
+PG04   8665.992145 -12992.711885  21312.513487    115.388700  7  3  7 126       
+PG05  -2855.034899 -25776.823181  -5536.499427    -10.725458  6  6  5 119       
+PG06  -4782.857207  18447.860420 -18258.913905    589.204785  5  5  6  90       
+PG07  22530.284439   3225.059877 -13851.019612     -1.517102  6  6  7 133       
+PG08  15303.809147  -5736.081737 -21071.008602      5.974349  8  6  5 117       
+PG09 -20615.654956 -16193.059121  -4924.620610     15.654579  5  6  4  99       
+PG10   5203.933250 -25336.656466   4962.023380    -45.920813  6  6  4 108       
+PG11  24568.349173  10401.754245  -2289.231305    -72.619000 10  8  5 109       
+PG12 -12197.531553 -14192.698627  18951.047785    -98.364618  5  9  5 109       
+PG13  24415.615265  -3733.004887   9682.851415    302.483529  4  8  6 101       
+PG14 -19620.441650  15517.050518   8862.576843     62.945807  6  8  7 109       
+PG15 -10438.025277 -11661.066433 -21457.629986   -247.111995  5  5  3 112       
+PG16  -1592.141982  26355.095092   -427.124980    -85.383306  4  8  5 112       
+PG17  20660.327753 -15223.616261   6502.147784    159.568298  6  8  6 121       
+PG18 -15496.558036   5253.791536 -20579.029974     78.036196  7  8  6 133       
+PG19  10781.458196  11686.016237 -21289.907431    -46.262361  6  8  7 148       
+PG20  13874.823181  12042.017890  19063.765417     53.942401  3  7  5 117       
+PG21 -21538.966175   -265.017471 -15584.054276    -70.814867  6  5  6 128       
+PG22 -12283.539903  18059.774997 -14881.569194    168.490668  6  4  6 114       
+PG23  20302.296572   2814.608402  17045.923342    364.856973  5  7  6 107       
+PG24  -6358.507201  14312.607285 -21401.801828    300.654227  6  5  7 107       
+PG25 -12146.587744 -15340.565372  17961.816781 999999.999999
+PG26  -9232.453530 -11986.055109 -22400.708299    -74.318342 11  9  7 112       
+PG27 -19310.880756 -16545.915355  -7278.388282    165.988387  4  5  4 101       
+PG28  12688.562297 -15633.911342 -16691.942177    -11.943638  4  5  7 107       
+PG29 -24145.986407   3425.018253  10563.311621    131.366337  6  9  8 101       
+PG30 -15094.257636  -1351.032382  21414.639339    256.644390  7  5 10 108       
+PG31  -5595.436587  14067.387921  22014.182309    -27.478066  6  8  4 107       
+PG32   8858.342315  19614.296984  16124.731694    -27.744759  6  5  8 134       
+*  2010  7  1  5  0  0.00000000
+PG01  -5606.701520  24231.434763   9019.931206 999999.999999
+PG02  -4635.087538 -18144.259522  18985.955091    269.165327  7  6  6 124       
+PG03   -578.861380  18696.968829 -19104.819930    575.596498  4  5  6 122       
+PG04  10784.368735 -11722.378055  21115.298591    115.395901  7  3  7 117       
+PG05  -2586.799440 -26247.758698  -2733.497718    -10.727959  7  6  5 108       
+PG06  -6615.831241  19371.292702 -16662.609548    589.192429  4  4  6 111       
+PG07  23680.517720   4110.584100 -11512.492116     -1.517201  5  7  7 139       
+PG08  17190.601727  -4379.351821 -19957.050328      5.976626  8  6  6 114       
+PG09 -19955.117727 -16032.005365  -7698.057308     15.657111  5  6  4  95       
+PG10   5472.968616 -24573.508878   7696.321339    -45.922373  6  6  5 107       
+PG11  24075.696297  10690.165125  -4931.139808    -72.621210 10  8  6 111       
+PG12 -12036.811774 -16250.775781  17341.819770    -98.360982  6  8  5  98       
+PG13  23332.231955  -3060.771691  12217.460052    302.482861  4  8  6 100       
+PG14 -20452.902590  15733.946597   6121.688579     62.949682  5  8  7 105       
+PG15  -8313.757516 -12923.518166 -21650.961085   -247.106196  5  5  5  89       
+PG16  -1830.119025  26232.302524   2465.913985    -85.386758  4  8  5 112       
+PG17  21293.229173 -15261.104031   3715.367033    159.569982  6  8  6 118       
+PG18 -15491.741246   2797.511722 -21085.320999     78.038477  7  8  6 130       
+PG19   8558.552803  12743.449351 -21660.854578    -46.264980  6  7  6 143       
+PG20  13756.311575  14175.824927  17643.740721     53.942241  3  7  6 117       
+PG21 -22885.436500  -1337.369662 -13579.417662    -70.817104  6  5  6 120       
+PG22 -12443.687309  16204.589741 -16754.626511    168.489559  6  4  6 122       
+PG23  18577.994733   3903.729427  18686.301370    364.855653  5  6  5 104       
+PG24  -8423.847143  12948.255233 -21534.610399    300.656832  5  5  7 102       
+PG25 -11997.051837 -17297.278646  16198.568876 999999.999999
+PG26  -7022.735257 -13037.219904 -22583.125119    -74.323426 11  9  6  95       
+PG27 -18279.260980 -16221.608565  -9926.110622    165.991387  3  5  4 106       
+PG28  12750.377942 -13528.067844 -18378.498733    -11.942540  5  6  7 108       
+PG29 -23062.651685   2615.632674  12966.970524    131.368774  6  8  8  90       
+PG30 -15145.304857  -3868.664995  21079.762381    256.647037  7  5 10  76       
+PG31  -7732.432863  12811.676698  22150.055701    -27.476030  6  7  4 107       
+PG32   8539.442887  21253.743577  14073.479075    -27.752464  6  5  9 124       
+*  2010  7  1  5 15  0.00000000
+PG01  -5902.256220  23051.003510  11551.088055 999999.999999
+PG02  -2577.758936 -17264.201623  20119.846848    269.168123  7  5  6 125       
+PG03  -2272.968082  19880.910319 -17671.877316    575.600482  3  4  6 124       
+PG04  12919.772576 -10577.537048  20550.181150    115.403417  7  2  7 128       
+PG05  -2326.622451 -26411.769554    116.782830    -10.730401  7  6  5 115       
+PG06  -8241.675085  20265.307036 -14774.135046    589.179866  3  4  6 108       
+PG07  24632.538540   4805.504072  -8977.808771     -1.517389  5  7  7 135       
+PG08  19025.785056  -3211.800913 -18505.083810      5.975863  8  6  6 109       
+PG09 -19015.484630 -15774.061333 -10341.550456     15.659398  5  5  5  97       
+PG10   5788.119336 -23519.630938  10294.585603    -45.923389  6  6  5 116       
+PG11  23317.286380  10927.468786  -7490.443263    -72.623606 10  8  6 121       
+PG12 -11980.174481 -18115.577337  15436.841717    -98.357147  6  8  6  82       
+PG13  22046.335269  -2192.988660  14540.709734    302.482368  4  7  6  92       
+PG14 -20998.311504  15836.755857   3274.985547     62.953508  5  7  6 110       
+PG15  -6254.891129 -14293.595276 -21471.324540   -247.100535  5  6  6 105       
+PG16  -2080.729844  25794.753238   5315.798220    -85.390004  4  8  4  99       
+PG17  21650.556731 -15163.338321    863.919008    159.572038  6  8  6 113       
+PG18 -15604.007351    310.741580 -21218.542698     78.040489  6  8  6 128       
+PG19   6372.054510  13925.670787 -21658.610006    -46.267441  6  7  6 145       
+PG20  13726.904678  16134.046517  15917.529109     53.941617  2  7  6 108       
+PG21 -24068.683399  -2226.431108 -11343.247506    -70.819664  6  5  6 116       
+PG22 -12695.740805  14162.638226 -18334.838506    168.489304  6  5  6 118       
+PG23  16771.459853   5175.011884  20007.901073    364.854366  5  6  4 104       
+PG24 -10551.656221  11690.670737 -21294.443149    300.658610  5  5  7 101       
+PG25 -11935.874651 -19044.271593  14156.606147 999999.999999
+PG26  -4874.780372 -14217.162727 -22395.816161    -74.328636 11  9  5 108       
+PG27 -16958.154925 -15836.348417 -12399.381079    165.994211  3  5  4 100       
+PG28  12924.682953 -11251.511952 -19733.380763    -11.941590  5  6  6 118       
+PG29 -21801.073307   1618.444792  15148.148716    131.371319  6  7  8  97       
+PG30 -15317.566378  -6319.188254  20368.905002    256.649436  6  5  9  73       
+PG31  -9928.981054  11679.379448  21912.053036    -27.473827  5  7  4 116       
+PG32   8316.012118  22667.060817  11788.638306    -27.760100  6  5  8 126       
+*  2010  7  1  5 30  0.00000000
+PG01  -6292.342809  21612.642062  13880.960834 999999.999999
+PG02   -375.740067 -16443.471717  20910.478497    269.171003  6  5  6 130       
+PG03  -3785.322802  21023.784999 -15939.476673    575.604164  3  4  6 128       
+PG04  15027.399509  -9573.131896  19628.174907    115.410586  7  2  7 121       
+PG05  -2037.480301 -26267.995773   2965.040061    -10.732900  7  6  5 111       
+PG06  -9645.396160  21089.999910 -12626.715506    589.167143  3  4  6  93       
+PG07  25350.644503   5329.395598  -6290.233794     -1.517373  5  7  7 132       
+PG08  20762.103993  -2238.515446 -16740.836728      5.976084  8  5  6 123       
+PG09 -17800.505021 -15460.516175 -12811.503584     15.661400  5  5  5  98       
+PG10   6181.855371 -22196.994907  12710.751295    -45.925792  6  5  6 114       
+PG11  22298.766247  11145.640743  -9924.513705    -72.626206 10  8  7 115       
+PG12 -12000.714575 -19751.542930  13268.747850    -98.353773  6  8  6  73       
+PG13  20600.605164  -1117.078699  16612.024034    302.481900  4  7  5 102       
+PG14 -21266.432014  15786.522962    371.572252     62.956878  4  7  6 104       
+PG15  -4300.207429 -15742.178656 -20921.459393   -247.095046  5  6  7 113       
+PG16  -2381.391046  25052.739203   8072.726901    -85.393286  4  8  5  93       
+PG17  21747.100047 -14895.960552  -2002.580867    159.573765  6  7  7 112       
+PG18 -15833.486214  -2157.752647 -20977.466158     78.042516  6  7  7 129       
+PG19   4264.845609  15209.149727 -21282.251806    -46.269932  6  7  6 144       
+PG20  13761.885253  17881.350201  13915.434024     53.941011  2  8  6 112       
+PG21 -25052.903535  -2944.893783  -8914.870043    -70.822298  6  4  6 117       
+PG22 -13058.188727  11974.054030 -19594.446355    168.488913  6  6  6 104       
+PG23  14928.446887   6619.795340  20987.340085    364.853101  5  6  3 109       
+PG24 -12698.402616  10561.212577 -20684.754937    300.662687  5  6  7  89       
+PG25 -11934.166856 -20549.263617  11871.073161 999999.999999
+PG26  -2829.484355 -15499.934210 -21840.476030    -74.333989 11  9  4 118       
+PG27 -15357.390084 -15430.452267 -14653.024916    165.997075  3  5  5 111       
+PG28  13228.279351  -8851.342454 -20731.920483    -11.940324  5  6  6 117       
+PG29 -20403.108402    425.647626  17069.706812    131.373961  6  6  7 108       
+PG30 -15597.165524  -8654.548436  19295.325427    256.652841  6  6  9  76       
+PG31 -12140.112193  10689.871333  21304.633595    -27.471581  5  6  3 115       
+PG32   8158.966425  23825.576877   9307.814145    -27.767893  6  5  8 107       
+*  2010  7  1  5 45  0.00000000
+PG01  -6803.526261  19949.256124  15968.842270 999999.999999
+PG02   1933.342831 -15708.084008  21343.068609    269.173955  6  5  6 131       
+PG03  -5104.539034  22084.724868 -13935.652339    575.609030  2  3  6 123       
+PG04  17061.638972  -8716.225721  18366.452497    115.418005  6  2  7 124       
+PG05  -1683.201630 -25824.440761   5761.990559    -10.735205  7  6  5 109       
+PG06 -10820.291018  21805.091027 -10258.153412    589.154915  3  4  6  92       
+PG07  25805.053573   5708.313488  -3495.572020     -1.517390  5  6  7 137       
+PG08  22353.548649  -1455.860561 -14695.009541      5.977716  7  5  6 118       
+PG09 -16322.404373 -15132.123998 -15067.648762     15.663592  5  5  5  91       
+PG10   6682.234622 -20635.378067  14902.011055    -45.926729  6  5  6 116       
+PG11  21032.911362  11375.609286 -12192.908520    -72.628563 10  7  8 108       
+PG12 -12066.279202 -21129.892270  10874.581457    -98.350126  6  8  6  90       
+PG13  19041.009029    170.940138  18395.107278    302.481579  4  6  4 103       
+PG14 -21275.525529  15548.159954  -2538.272858     62.960602  4  6  6 115       
+PG15  -2482.997626 -17234.355675 -20010.510703   -247.089260  5  6  7 110       
+PG16  -2766.941976  24025.430848  10688.649077    -85.396654  5  7  6 151       
+PG17  21605.358114 -14429.362618  -4834.116001    159.575863  6  7  6 104       
+PG18 -16172.531572  -4560.222208 -20367.610619     78.044741  6  6  7 109       
+PG19   2275.435061  16563.593728 -20537.354652    -46.272494  6  6  6 143       
+PG20  13831.503501  19388.853371  11672.487002     53.940541  1  8  6 113       
+PG21 -25807.014723  -3512.160021  -6336.323718    -70.824392  6  4  6 123       
+PG22 -13542.581546   9682.971472 -20511.369482    168.487976  5  7  6 119       
+PG23  13093.616467   8221.125046  21606.947149    364.851457  5  7  2 106       
+PG24 -14817.882713   9573.774643 -19715.496707    300.665843  4  6  7 105       
+PG25 -11958.512192 -21787.214754   9381.310792 999999.999999
+PG26   -922.865197 -16852.919284 -20924.598709    -74.338912 11  9  4 114       
+PG27 -13496.272974 -15042.821482 -16645.204733    166.001989  3  6  5 111       
+PG28  13669.961497  -6378.232479 -21356.177766    -11.939415  6  7  6 130       
+PG29 -18912.785581   -962.447889  18699.012102    131.376435  6  5  7 118       
+PG30 -15962.904063 -10830.782913  17878.893068    256.657461  6  6  8  41       
+PG31 -14318.666580   9854.569749  20338.341141    -27.469433  5  6  3 110       
+PG32   8035.022146  24707.564179   6671.911562    -27.775888  6  5  8 126       
+*  2010  7  1  6  0  0.00000000
+PG01  -7456.071795  18099.900121  17778.277805 999999.999999
+PG02   4307.199015 -15077.769481  21408.848346    269.176899  6  4  6 129       
+PG03  -6226.824073  23022.642573 -11693.319748    575.613128  1  3  6 126       
+PG04  18977.698540  -8005.919781  16787.960444    115.425434  6  2  7 116       
+PG05  -1230.081121 -25097.650937   8459.237368    -10.737732  7  6  5 111       
+PG06 -11767.988481  22371.554148  -7710.118886    589.142562  3  3  5  93       
+PG07  25973.044565   5973.598496   -641.410197     -1.517727  6  6  7 137       
+PG08  23756.985807   -851.844999 -12402.728355      5.976119  7  5  6 114       
+PG09 -14601.486387 -14827.484806 -17073.587816     15.664997  5  5  5 109       
+PG10   7311.581905 -18871.269175  16829.638536    -45.928645  6  5  6 110       
+PG11  19539.239878  11645.949142 -14257.971359    -72.631113 10  7  9 113       
+PG12 -12140.831676 -22229.572278   8295.175962    -98.346365  6  8  7  70       
+PG13  17415.056242   1666.076189  19858.613690    302.480900  4  6  4 105       
+PG14 -21051.541724  15091.992614  -5403.984833     62.964482  4  6  6 121       
+PG15   -829.943867 -18730.672386 -18753.894494   -247.083549  5  6  8 130       
+PG16  -3268.073762  22740.143774  13118.133556    -85.399675  6  7  7  99       
+PG17  21254.556019 -13740.039900  -7581.177828    159.577753  6  7  6  96       
+PG18 -16606.073332  -6851.611538 -19401.049920     78.046951  6  6  7 129       
+PG19    436.621997  17953.010434 -19435.956853    -46.275138  6  6  6 135       
+PG20  13902.272731  20635.062890   9227.805677     53.940309  2  8  6 119       
+PG21 -26305.743992  -3953.339821  -3651.627717    -70.826931  6  4  6 124       
+PG22 -14152.960836   7335.963228 -21069.613217    168.487186  5  7  6 114       
+PG23  11308.922934   9954.194464  21855.120209    364.850380  5  8  2 111       
+PG24 -16862.862086   8734.344721 -18402.982156    300.670304  4  6  7  97       
+PG25 -11972.405598 -22741.152060   6730.173263 999999.999999
+PG26    815.125788 -18237.899102 -19661.478267    -74.344290 10  8  5 118       
+PG27 -11403.138531 -14709.232163 -18338.351757    166.006351  3  6  5 112       
+PG28  14250.063827  -3884.536646 -21595.302726    -11.938124  6  7  5 120       
+PG29 -17374.653879  -2537.245736  20008.469948    131.378898  6  3  7 118       
+PG30 -16387.195199 -12809.563955  16145.646003    256.660373  6  7  8  82       
+PG31 -16416.910034   9176.631029  19029.617387    -27.466965  4  5  3 113       
+PG32   7908.072118  25298.979305   3924.549098    -27.783768  6  5  8 121       
+*  2010  7  1  6 15  0.00000000
+PG01  -8262.969330  16108.352645  19277.731644 999999.999999
+PG02   6700.268809 -14565.202618  21105.301452    269.179865  6  4  6 129       
+PG03  -7155.998125  23797.804820  -9249.819161    575.617205  1  3  6 128       
+PG04  20733.187648  -7433.591834  14920.940953    115.432810  6  2  7 110       
+PG05   -648.397330 -24112.074097  11010.122072    -10.739888  7  6  5 118       
+PG06 -12498.161134  22753.206193  -5027.368894    589.130909  3  3  5 102       
+PG07  25839.843140   6160.486908   2223.668537     -1.517789  6  5  7 140       
+PG08  24933.680229   -406.791656  -9902.949093      5.975857  6  5  6 110       
+PG09 -12665.459788 -14581.541732 -18797.257405     15.667631  5  5  5  99       
+PG10   8085.410081 -16946.510910  18459.726209    -45.929384  6  5  7 105       
+PG11  17843.395755  11981.673361 -16085.389514    -72.633079 10  7  9 132       
+PG12 -12185.969884 -23037.920636   5574.477214    -98.342644  7  8  7  79       
+PG13  15769.997029   3354.341039  20976.732057    302.480212  4  7  3  98       
+PG14 -20627.010888  14395.109952  -8175.617030     62.968218  4  6  6 122       
+PG15    639.740105 -20188.578831 -17173.051064   -247.078241  5  6  9 114       
+PG16  -3909.934121  21231.296646  15319.179622    -85.403408  6  7  7 106       
+PG17  20729.400272 -12811.712469 -10195.672986    159.579452  5  6  6  96       
+PG18 -17112.278708  -8991.105463 -18096.092950     78.048763  6  5  7 121       
+PG19  -1225.621965  19337.015101 -17996.408531    -46.277812  6  6  6 135       
+PG20  13938.415280  21606.530310   6623.885487     53.939573  3  8  7 117       
+PG21 -26530.495996  -4298.059479   -906.055700    -70.829499  7  4  6 121       
+PG22 -14885.601039   4980.387295 -21259.558471    168.486795  5  7  6 106       
+PG23   9612.103413  11787.101226  21726.589186    364.849018  4  8  3 116       
+PG24 -18786.775651   8040.885250 -16769.632638    300.672005  4  5  7 101       
+PG25 -11937.819580 -23402.692588   3963.284004 999999.999999
+PG26   2361.593168 -19612.339731 -18070.138640    -74.349326 10  8  6 125       
+PG27  -9114.512348 -14460.729349 -19700.046117    166.010206  3  7  4 109       
+PG28  14960.385751  -1422.336090 -21445.727904    -11.937331  6  7  4 115       
+PG29 -15832.130271  -4282.017490  20975.967827    131.381275  6  3  7 112       
+PG30 -16837.266391 -14559.500315  14127.223834    256.663784  6  7  7  67       
+PG31 -18388.175546   8650.961416  17400.532388    -27.464728  4  3  4 105       
+PG32   7740.682115  25593.942408   1111.423439    -27.791644  7  6  8 139       
+*  2010  7  1  6 30  0.00000000
+PG01  -9229.255516  14021.514441  20441.158659 999999.999999
+PG02   9065.265939 -14175.505348  20436.302288    269.182824  6  4  6 123       
+PG03  -7903.219917  24373.395263  -6646.363127    575.621508  2  3  6 121       
+PG04  22289.600402  -6983.438664  12798.374217    115.439877  5  2  7 106       
+PG05     86.226277 -22899.121856  13370.545157    -10.742346  7  6  5 122       
+PG06 -13027.919785  22918.189362  -2256.913375    589.118611  3  2  5  84       
+PG07  25399.220463   6306.575325   5050.885598     -1.518118  7  5  7 139       
+PG08  25850.654555    -94.284762  -7237.822165      5.974791  6  5  6 101       
+PG09 -10548.519545 -14424.242174 -20211.320240     15.669624  6  6  5  97       
+PG10   9011.629946 -14906.736215  19763.819606    -45.929990  6  5  6 101       
+PG11  15976.323074  12403.164715 -17644.703818    -72.635774 10  7 10 106       
+PG12 -12162.541908 -23551.021850   2758.816973    -98.339237  6  8  7  88       
+PG13  14151.037192   5213.085976  21729.672784    302.479451  4  7  3 105       
+PG14 -20039.680461  13442.459936 -10804.745226     62.971723  4  6  6 124       
+PG15   1914.874535 -21564.012134 -15295.089530   -247.072340  5  6  9 117       
+PG16  -4710.964117  19539.104959  17253.952611    -85.406756  6  7  8 111       
+PG17  20068.622806 -11636.166492 -12631.808819    159.581261  5  6  6 110       
+PG18 -17663.488550 -10943.488079 -16476.851804     78.050958  6  5  7 125       
+PG19  -2693.004729  20672.335386 -16243.099454    -46.280498  6  7  6 136       
+PG20  13903.400169  22298.199950   3905.839634     53.939448  5  8  7 119       
+PG21 -26469.978116  -4579.129708   1854.575891    -70.831893  7  5  6 128       
+PG22 -15729.074829   2662.710234 -21078.127555    168.486495  5  7  5 117       
+PG23   8035.327179  13681.892803  21222.574811    364.847597  4  9  4 113       
+PG24 -20545.419278   7483.543087 -14843.602668    300.675626  3  5  7  97       
+PG25 -11816.837131 -23772.243231   1128.243713 999999.999999
+PG26   3701.447920 -20930.871605 -16175.184610    -74.354599 10  8  7 126       
+PG27  -6673.907863 -14322.202323 -20703.813730    166.014040  4  7  4 113       
+PG28  15784.495208    958.489948 -20911.186728    -11.936304  6  7  4 113       
+PG29 -14325.907910  -6172.368099  21585.226583    131.383905  6  4  6 115       
+PG30 -17276.576108 -16057.145405  11860.194635    256.665679  6  7  7  69       
+PG31 -20188.472552   8264.540641  15478.435526    -27.462567  4  4  4 117       
+PG32   7495.656541  25594.935748  -1720.371171    -27.799223  7  5  7 138       
+*  2010  7  1  6 45  0.00000000
+PG01 -10351.661602  11887.693718  21248.470324 999999.999999
+PG02  11354.810406 -13906.053360  19412.143103    269.185612  6  4  6 118       
+PG03  -8486.421702  24717.005581  -3927.390333    575.625746  3  3  6 127       
+PG04  23613.643090  -6633.295278  10457.355398    115.447388  5  2  7 103       
+PG05    991.671583 -21495.973374  15499.739232    -10.744898  7  6  5 112       
+PG06 -13380.918837  22840.286190    552.852753    589.107003  4  3  4 117       
+PG07  24653.782081   6450.198450   7792.071766     -1.518333  7  6  7 137       
+PG08  26481.842973    117.643613  -4452.025981      5.973743  5  5  6 110       
+PG09  -8290.218318 -14379.403198 -21293.485560     15.672031  6  6  5 102       
+PG10  10090.082262 -12799.665458  20719.433542    -45.931245  5  5  6 102       
+PG11  13973.259976  12925.283219 -18909.767360    -72.637936  9  7 10 126       
+PG12 -12032.298079 -23773.743118   -103.851881    -98.335793  6  8  7  96       
+PG13  12599.640306   7211.687596  22104.046082    302.478933  3  8  3 108       
+PG14 -19330.949298  12227.644286 -13245.352286     62.975374  4  7  5 119       
+PG15   2992.562654 -22813.056065 -13152.328612   -247.066780  5  6  9  80       
+PG16  -5682.012491  17708.065643  18889.430975    -85.410026  6  7  8 110       
+PG17  19313.373024 -10213.779371 -14846.937726    159.583162  5  6  6  95       
+PG18 -18227.384670 -12680.263550 -14572.713313     78.052874  7  5  7 104       
+PG19  -3955.463212  21914.455557 -14206.067844    -46.283139  6  8  6 139       
+PG20  13761.511058  22713.439431   1120.602292     53.938771  5  8  7 118       
+PG21 -26120.567594  -4831.123458   4584.597826    -70.834349  7  5  6 126       
+PG22 -16664.639097    426.874388 -20528.823350    168.485253  5  6  5 113       
+PG23   6604.059685  15595.866289  20350.836162    364.846478  3  9  4 107       
+PG24 -22098.564499   7045.181569 -12658.291467    300.678796  3  5  7  96       
+PG25 -11573.286844 -23858.870448  -1726.195126 999999.999999
+PG26   4827.885904 -22146.915650 -14006.565745    -74.359780 10  7  7 102       
+PG27  -4130.300760 -14311.213716 -21329.807536    166.017652  4  7  4  97       
+PG28  16698.393461   3212.079788 -20002.561770    -11.935186  7  7  4 119       
+PG29 -12892.484351  -8176.996542  21826.054908    131.386392  6  4  6 104       
+PG30 -17666.380317 -17287.675511   9385.297019    256.668310  6  7  7  50       
+PG31 -21778.007246   7997.045914  13295.530976    -27.460260  4  5  5 125       
+PG32   7137.618977  25312.709500  -4523.063836    -27.806819  7  5  7 136       
+*  2010  7  1  7  0  0.00000000
+PG01 -11618.601519   9754.848106  21685.885534 999999.999999
+PG02  13523.089998 -13746.598606  18049.443454    269.188581  5  4  6 126       
+PG03  -8929.468415  24801.993162  -1139.831718    575.630642  3  3  5 126       
+PG04  24678.359606  -6355.693658   7938.420318    115.454555  5  2  7  98       
+PG05   2078.433321 -19944.167756  17360.980792    -10.747168  7  5  5 131       
+PG06 -13586.212349  22500.015266   3353.032567    589.094661  4  2  4 111       
+PG07  23614.935747   6628.780862  10400.464219     -1.518359  8  7  7 136       
+PG08  26809.001313    265.131821  -1592.076824      5.974519  4  5  6 104       
+PG09  -5934.168667 -14463.813971 -22026.762280     15.673916  6  6  6 107       
+PG10  11312.410450 -10673.336984  21310.439766    -45.931400  5  6  6  89       
+PG11  11872.586188  13556.680711 -19859.149299    -72.640304  9  7 10 130       
+PG12 -11759.517326 -23719.448802  -2964.747361    -98.332119  6  8  7  91       
+PG13  11151.985954   9312.557551  22093.122185    302.478601  3  8  4 105       
+PG14 -18544.162315  10753.377175 -15454.674449     62.979324  4  7  5 117       
+PG15   3878.112783 -23893.612137 -10781.740907   -247.060916  5  6 10  95       
+PG16  -6825.760972  15785.295223  20197.954188    -85.413368  6  7  8 107       
+PG17  18505.524060  -8553.705527 -16802.341756    159.584881  4  6  5 105       
+PG18 -18768.335959 -14180.500798 -12417.730802     78.055057  7  5  7 136       
+PG19  -5011.385265  23019.335147 -11920.494545    -46.285807  6  8  6 139       
+PG20  13479.382744  22863.754850  -1683.889842     53.938217  6  7  6 108       
+PG21 -25486.414629  -5088.914097   7239.151270    -70.836459  7  6  6 122       
+PG22 -17666.924998  -1687.225448 -19621.642225    168.485339  6  5  5 121       
+PG23   5336.188487  17483.075711  19125.601345    364.844752  3  9  5 112       
+PG24 -23411.430327   6702.214452 -10251.749035    300.681471  3  4  6 104       
+PG25 -11174.315923 -23679.845694  -4550.972464 999999.999999
+PG26   5742.567943 -23214.404269 -11599.245417    -74.365269  9  7  7 115       
+PG27  -1536.342055 -14437.145324 -21565.343142    166.021066  4  6  4  95       
+PG28  17671.506234   5298.213469 -18737.572715    -11.933909  7  7  4 113       
+PG29 -11562.864080 -10258.722432  21694.504498    131.388831  6  4  6 122       
+PG30 -17967.379760 -18245.217299   6746.619619    256.672108  7  7  6  76       
+PG31 -23122.560189   7821.754110  10888.381918    -27.457990  3  6  6 120       
+PG32   6634.550748  24765.892326  -7248.961882    -27.814455  7  5  7 138       
+*  2010  7  1  7 15  0.00000000
+PG01 -13010.500304   7668.854074  21746.159994 999999.999999
+PG02  15527.485160 -13679.709268  16370.936960    269.191180  4  4  6 123       
+PG03  -9261.067876  24608.646160   1667.701579    575.635684  4  2  5 127       
+PG04  25464.016843  -6119.116156   5284.833493    115.461820  4  3  6  89       
+PG05   3349.019377 -18288.040845  18922.227596    -10.749683  7  5  5 123       
+PG06 -13676.910310  21885.465251   6095.106319    589.081789  5  2  3 113       
+PG07  22302.538480   6877.224878  12831.484081     -1.518896  8  8  7 137       
+PG08  26822.344441    386.961203   1294.378088      5.975900  3  5  6  76       
+PG09  -3526.619998 -14686.600095 -22399.648005     15.676385  6  6  5 108       
+PG10  12662.277040  -8574.345581  21527.319683    -45.932175  5  6  5  96       
+PG11   9714.562666  14299.347070 -20476.479837    -72.642689  8  8 11 127       
+PG12 -11312.546381 -23409.404027  -5775.066097    -98.328798  6  8  7  80       
+PG13   9837.646510  11472.437813  21696.967103    302.477978  2  9  5 104       
+PG14 -17722.834618   9031.586444 -17393.990777     62.982866  3  7  4 130       
+PG15   4584.636193 -24767.016309  -8224.310073   -247.055365  5  6 10 109       
+PG16  -8136.480626  13818.788913  21157.663771    -85.416510  5  6  8 110       
+PG17  17685.963153  -6673.714139 -18463.940288    159.586701  4  6  5 107       
+PG18 -19248.865852 -15431.376616 -10049.953258     78.057239  7  5  7 124       
+PG19  -5867.492306  23945.132602  -9426.090175    -46.288636  7  8  6 135       
+PG20  13027.446542  22768.204890  -4459.522821     53.937405  7  7  7 121       
+PG21 -24579.283594  -5386.223672   9774.820633    -70.839305  7  6  7 124       
+PG22 -18704.902762  -3645.095528 -18372.864123    168.484104  5  5  5 109       
+PG23   4241.448940  19295.990693  17567.377839    364.843565  4  9  5 111       
+PG24 -24455.951578   6425.708176  -7665.988253    300.684304  3  4  6  93       
+PG25 -10591.839275 -23259.885055  -7297.568487 999999.999999
+PG26   6455.483822 -24089.538451  -8992.768134    -74.370734  9  6  8 102       
+PG27   1053.611947 -14700.709150 -21405.263433    166.024910  4  6  4 118       
+PG28  18667.951371   7183.678056 -17140.319468    -11.932807  7  7  4 114       
+PG29 -10361.482876 -12375.740030  21192.924609    131.391226  5  4  6 119       
+PG30 -18141.377784 -18932.819869   3990.740405    256.675690  7  8  6  81       
+PG31 -24194.671984   7706.690426   8297.348215    -27.455789  3  7  6 125       
+PG32   5959.229908  23980.314319  -9851.231511    -27.822303  7  4  7 139       
+*  2010  7  1  7 30  0.00000000
+PG01 -14500.448711   5671.872903  21428.690965 999999.999999
+PG02  17330.091175 -13681.515149  14405.133501    269.194344  4  5  7 119       
+PG03  -9513.470911  24125.101999   4445.795058    575.640502  4  3  4 126       
+PG04  25958.721993  -5889.392918   2541.851305    115.469489  4  3  6  97       
+PG05   4797.667635 -16573.067981  20156.670397    -10.751927  7  5  5 124       
+PG06 -13688.692069  20992.836418   8731.789046    589.069604  5  2  2 113       
+PG07  20744.234838   7226.395533  15043.482896     -1.518726  8  9  7 135       
+PG08  26520.890678    522.936451   4159.278025      5.974479  2  5  6  84       
+PG09  -1114.956525 -15048.866843 -22406.256564     15.679383  6  6  5  97       
+PG10  14115.911706  -6546.161774  21367.279977    -45.932233  4  6  5  89       
+PG11   7540.005561  15148.405472 -20750.732154    -72.644810  8  8 11 121       
+PG12 -10665.193405 -22871.889248  -8486.794867    -98.324932  6  8  7 102       
+PG13   8678.536234  13643.930673  20922.450153    302.477527  2  9  5 101       
+PG14 -16908.877711   7083.150887 -19029.338377     62.986648  3  6  2 123       
+PG15   5132.336487 -25399.537056  -5524.312340   -247.049462  5  6 10  88       
+PG16  -9600.125567  11855.669852  21752.832576    -85.419644  5  6  7 115       
+PG17  16892.936645  -4599.685022 -19802.905760    159.588529  5  7  5 111       
+PG18 -19631.181122 -16428.404656  -7510.708708     78.059441  7  6  7 114       
+PG19  -6538.385287  24653.863035  -6766.386054    -46.291202  7  9  6 129       
+PG20  12381.229197  22452.539525  -7158.823333     53.937383  7  7  7  93       
+PG21 -23418.142014  -5754.228901  12150.233832    -70.841688  6  6  7 119       
+PG22 -19743.080754  -5418.774100 -16804.726152    168.483042  6  6  5  98       
+PG23   3321.176119  20987.242740  15702.641699    364.841913  4  9  5 114       
+PG24 -25211.791283   6182.707248  -4946.217124    300.688744  3  4  6 104       
+PG25  -9803.807865 -22630.113508  -9918.839942 999999.999999
+PG26   6984.492977 -24732.516553  -6230.720425    -74.376161  8  6  8  99       
+PG27   3585.562022 -15093.853913 -20852.113294    166.028354  5  6  3 111       
+PG28  19648.021641   8843.321378 -15240.700100    -11.931784  7  6  3 119       
+PG29  -9305.393159 -14483.053046  20329.916000    131.393911  5  3  5 117       
+PG30 -18152.880675 -19362.081921   1165.847491    256.678741  7  8  6  91       
+PG31 -24974.593783   7615.983121   5565.962869    -27.453500  3  7  6 115       
+PG32   5090.514138  22988.060386 -12284.694032    -27.830156  7  4  7 137       
+*  2010  7  1  7 45  0.00000000
+PG01 -16055.156491   3800.877702  20739.497062 999999.999999
+PG02  18899.073832 -13722.732939  12185.858337    269.196743  4  5  7 117       
+PG03  -9721.011237  23347.973704   7145.155249    575.645281  5  3  4 134       
+PG04  26158.754000  -5631.189023   -244.027834    115.476600  4  3  5  95       
+PG05   6410.390458 -14844.177754  21043.189610    -10.754293  7  4  5 111       
+PG06 -13658.238509  19826.671379  11217.850361    589.057506  5  2  2 117       
+PG07  18974.509669   7701.760477  16998.446522     -1.518872  8  9  7 135       
+PG08  25912.502196    712.229786   6954.870635      5.973974  1  5  5  92       
+PG09   1253.836127 -15543.630396 -22046.385805     15.681443  6  5  5 105       
+PG10  15642.964483  -4627.599770  20834.233000    -45.933324  3  6  5  97       
+PG11   5388.939208  16092.166472 -20676.436723    -72.647316  7  8 11 108       
+PG12  -9797.922602 -22141.058424 -11053.513828    -98.321503  6  7  7 156       
+PG13   7688.175172  15777.202702  19783.122515    302.477103  3  9  5 101       
+PG14 -16140.900629   4937.282473 -20332.137659     62.990634  4  6  2 117       
+PG15   5547.518806 -25763.694981  -2728.535612   -247.043874  5  5 10  96       
+PG16 -11194.756793   9940.496505  21974.080148    -85.422851  5  6  7 121       
+PG17  16160.517489  -2364.783319 -20796.174867    159.590463  5  7  5 117       
+PG18 -19878.702007 -17175.350196  -4843.857733     78.061316  6  6  7 113       
+PG19  -7045.771073  25112.920918  -3987.942788    -46.293842  7  9  6 128       
+PG20  11522.456411  21948.098975  -9735.755781     53.936745  7  7  6 119       
+PG21 -22028.513898  -6220.269486  14326.628475    -70.843968  6  6  7 128       
+PG22 -20742.888892  -6987.696914 -14944.988474    168.482428  6  6  5 119       
+PG23   2568.396593  22511.390185  13563.407631    364.840595  5  9  5 113       
+PG24 -25667.055494   5937.727716  -2140.007634    300.690663  3  4  6  94       
+PG25  -8795.246741 -21826.794843 -12369.830344 999999.999999
+PG26   7354.546653 -25109.166599  -3360.083525    -74.381490  8  5  8 110       
+PG27   6007.922635 -15600.076265 -19916.113792    166.032736  5  5  3 107       
+PG28  20569.813553  10260.758023 -13073.726267    -11.930665  7  6  3 101       
+PG29  -8403.739764 -16534.037143  19120.185385    131.396314  4  4  5 104       
+PG30 -17970.577442 -19552.458553  -1679.138581    256.682281  7  8  6  61       
+PG31 -25450.966965   7511.376445   2740.253392    -27.451485  3  7  6 119       
+PG32   4014.414313  21826.282822 -14506.625324    -27.837858  7  4  7 128       
+*  2010  7  1  8  0  0.00000000
+PG01 -17636.164658   2086.398649  19691.075684 999999.999999
+PG02  20209.799972 -13769.932831   9751.673414    269.199618  4  5  7 115       
+PG03  -9918.544214  22282.649636   9717.560978    575.650091  5  3  3 136       
+PG04  26068.601828  -5309.525372  -3025.815567    115.483572  4  3  5  98       
+PG05   8165.344886 -13144.102488  21566.709524    -10.756832  6  4  5 123       
+PG06 -13621.646506  18399.769571  13510.881978    589.045065  5  2  2 112       
+PG07  17033.489196   8322.237313  18662.645279     -1.518822  8  9  6 130       
+PG08  25013.619775    991.746006   9634.432355      5.975202  2  5  5  63       
+PG09   3534.687731 -16156.038371 -21325.526404     15.683305  6  5  5 108       
+PG10  17207.625198  -2851.493902  19938.647406    -45.934907  3  6  5  77       
+PG11   3299.274333  17112.442458 -20253.823072    -72.649905  7  8 11 110       
+PG12  -8698.803368 -21255.582849 -13431.179014    -98.318178  6  7  6 114       
+PG13   6871.297347  17821.794456  18298.969051    302.476598  4  9  5  98       
+PG14 -15452.655835   2630.577480 -21279.714043     62.994205  4  6  2 115       
+PG15   5861.358599 -25839.351077    114.549051   -247.038173  5  5 10  98       
+PG16 -12891.276111   8113.692447  21818.474465    -85.426024  5  5  6 112       
+PG17  15517.257477     -8.347127 -21426.845568    159.592215  5  6  5 111       
+PG18 -19957.536009 -17683.842303  -2095.031660     78.063537  6  6  7 104       
+PG19  -7417.400376  25296.403590  -1139.493099    -46.296292  7  8  5 132       
+PG20  10439.920066  21290.517099 -12146.486150     53.936296  7  6  6 114       
+PG21 -20441.620192  -6806.699540  16268.382883    -70.846397  6  6  7 121       
+PG22 -21664.189559  -8339.265845 -12826.403546    168.481854  5  6  5 109       
+PG23   1968.259618  23826.630526  11186.685198    364.838972  6  9  5 117       
+PG24 -25818.681412   5654.356424    703.580563    300.694060  3  5  5  82       
+PG25  -7559.022165 -20889.877057 -14608.539883 999999.999999
+PG26   7596.609649 -25192.412552   -430.480030    -74.386395  7  5  8 109       
+PG27   8273.473628 -16195.123826 -18614.934385    166.036903  5  5  3 107       
+PG28  21390.929369  11428.708839 -10678.760209    -11.929559  7  6  3 106       
+PG29  -7657.544986 -18482.072474  17584.302689    131.398751  5  5  4 116       
+PG30 -17568.643533 -19530.284070  -4495.423274    256.686215  7  8  6  80       
+PG31 -25621.205053   7353.847588   -131.984843    -27.449090  3  7  6 123       
+PG32   2724.910934  20535.812157 -16477.544060    -27.845644  7  3  7 137       
+*  2010  7  1  8 15  0.00000000
+PG01 -19201.267018    551.534009  18302.143303 999999.999999
+PG02  21245.692605 -13786.996220   7145.190055    269.202477  4  5  6 110       
+PG03 -10139.850513  20943.245823  12116.817938    575.655130  6  3  3 132       
+PG04  25700.712473  -4891.277600  -5756.778270    115.490754  4  4  4 100       
+PG05  10033.513780 -11511.829306  21718.444731    -10.759128  6  4  5 117       
+PG06 -13612.888475  16732.792662  15572.000699    589.032345  5  2  2 107       
+PG07  14965.533855   9099.293626  20007.219494     -1.518938  8  9  6 126       
+PG08  23848.699836   1394.565045  12152.981201      5.974834  2  5  4  89       
+PG09   5685.896209 -16863.873182 -20254.811250     15.686778  6  5  5 102       
+PG10  18769.959866  -1243.632986  18697.277617    -45.936105  2  6  5  77       
+PG11   1305.557733  18185.115543 -19488.883865    -72.651661  7  8 10 106       
+PG12  -7364.176212 -20257.131034 -15578.871708    -98.314485  8  8  6 120       
+PG13   6223.818242  19728.463228  16496.038636    302.475991  5  9  5  94       
+PG14 -14871.693542    205.774476 -21855.705154     62.998023  4  6  2 109       
+PG15   6108.479613 -25614.519957   2955.647583   -247.032416  5  4 10  93       
+PG16 -14654.438578   6410.156575  21289.522499    -85.429130  5  6  6 109       
+PG17  14985.078081   2425.466011 -21684.453268    159.594147  6  6  5 107       
+PG18 -19837.841963 -17972.705489    689.131601     78.065881  6  6  6 102       
+PG19  -7685.761198  25186.179525   1728.962295    -46.298774  8  8  5 130       
+PG20   9130.077623  20518.280034 -14350.101447     53.936075  7  6  5 110       
+PG21 -18693.334684  -7529.918357  17943.510862    -70.848610  6  6  6 122       
+PG22 -22466.854688  -9469.101756 -10486.101427    168.481340  5  6  4 114       
+PG23   1498.792949  24896.389619   8613.829683    364.837591  6  8  5 119       
+PG24 -25672.483771   5296.889279   3534.902281    300.697248  3  5  5 100       
+PG25  -6096.308062 -19861.410236 -16596.641979 999999.999999
+PG26   7746.313874 -24963.506866   2506.678507    -74.392149  7  4  8 102       
+PG27  10341.113184 -16848.055568 -16973.271277    166.039849  6  5  3 109       
+PG28  22070.179609  12348.972236  -8098.697610    -11.928455  7  7  3  91       
+PG29  -7059.810390 -20282.185987  15748.364497    131.401416  5  5  4  89       
+PG30 -16927.822254 -19327.556811  -7235.162036    256.690077  7  8  7  85       
+PG31 -25491.560968   7105.268906  -3001.955061    -27.446873  4  7  6 127       
+PG32   1224.473465  19159.614997 -18161.972305    -27.853272  7  3  7 142       
+*  2010  7  1  8 30  0.00000000
+PG01 -20706.083238   -788.736972  16597.266155 999999.999999
+PG02  21998.771381 -13736.704454   4412.286229    269.205481  4  6  6 107       
+PG03 -10416.074504  19352.205684  14299.691098    575.658948  6  3  2 137       
+PG04  25074.961330  -4346.599250  -8391.165698    115.498225  4  4  3 112       
+PG05  11979.671095  -9981.211247  21496.035530    -10.761328  5  4  4 118       
+PG06 -13662.376505  14853.579905  17366.476807    589.020137  5  2  2 113       
+PG07  12817.674326  10036.335997  21008.690204     -1.519037  8 10  6 126       
+PG08  22449.371067   1948.516760  14467.975438      5.974511  3  6  4  90       
+PG09   7670.470310 -17638.324112 -18850.903877     15.690212  6  4  5 118       
+PG10  20287.407069    178.010126  17132.783218    -45.936706  2  6  5  73       
+PG11   -562.161450  19280.943254 -18393.356111    -72.654253  6  9 10  99       
+PG12  -5799.007972 -19188.741557 -17459.502424    -98.310661  8  8  6 120       
+PG13   5733.161603  21450.984832  14405.961056    302.475398  6  8  5  74       
+PG14 -14418.279169  -2289.730578 -22050.345437     63.001671  5  6  3 113       
+PG15   6325.398536 -25085.875468   5745.517976   -247.026992  4  3 10 102       
+PG16 -16444.101962   4858.103596  20397.053836    -85.432415  5  6  6 101       
+PG17  14578.443145   4889.218304 -21565.122682    159.596229  6  5  5 114       
+PG18 -19495.036860 -18067.041948   3461.742847     78.067873  6  6  6 114       
+PG19  -7886.582623  24772.656168   4567.085367    -46.301562  8  8  4 127       
+PG20   7597.362470  19671.195467 -16309.274655     53.935540  7  5  4 102       
+PG21 -16822.988572  -8399.611708  19324.118778    -70.851015  6  6  6 112       
+PG22 -23112.345942 -10380.975763  -7964.905181    168.480480  5  6  4 108       
+PG23   1131.954207  25690.721223   5889.799401    364.836265  7  8  4 119       
+PG24 -25242.859069   4831.940335   6304.634905    300.700030  3  5  4 103       
+PG25  -4416.733562 -18783.898354 -18300.134416 999999.999999
+PG26   7842.390145 -24412.966973   5399.130676    -74.397403  6  4  8 105       
+PG27  12177.329749 -17522.605747 -15022.248967    166.043159  6  4  3 121       
+PG28  22569.216913  13032.041537  -5379.119495    -11.927522  8  7  3 101       
+PG29  -6595.931370 -21892.642758  13643.568208    131.403884  6  6  5  96       
+PG30 -16036.248166 -18980.539004  -9852.237421    256.694174  7  8  8 168       
+PG31 -25076.873482   6730.053801  -5820.655910    -27.444590  4  7  6 128       
+PG32   -475.747296  17741.155870 -19529.150496    -27.861015  6  3  7 119       
+*  2010  7  1  8 45  0.00000000
+PG01 -22105.720477  -1927.915724  14606.390948 999999.999999
+PG02  22469.852579 -13582.391478   1601.245232    269.208132  5  6  6 107       
+PG03 -10774.267537  17539.558470  16226.788630    575.663708  6  2  2 132       
+PG04  24217.866549  -3650.219078 -10884.915923    115.505302  4  4  3 112       
+PG05  13963.593475  -8579.791234  20903.571142    -10.763787  5  5  4 107       
+PG06 -13795.685160  12796.203103  18864.280020    589.008099  5  2  2 128       
+PG07  10637.948616  11128.413838  21649.385409     -1.519257  8  9  6 119       
+PG08  20853.337105   2674.939264  16539.990951      5.974450  4  5  3  99       
+PG09   9457.318470 -18445.006423 -17135.823392     15.692569  7  4  5 113       
+PG10  21716.372466   1403.729679  15273.251170    -45.936457  2  6  6  98       
+PG11  -2279.306456  20366.577705 -16984.614550    -72.656733  6  9 10  99       
+PG12  -4016.920067 -18093.150123 -19040.457365    -98.307300  8  8  6 119       
+PG13   5378.930574  22947.842343  12065.361163    302.474711  7  8  5  95       
+PG14 -14104.617227  -4805.551857 -21860.623229     63.005523  6  6  3 118       
+PG15   6548.899129 -24258.928548   8435.843156   -247.021040  3  3 10  78       
+PG16 -18216.663646   3478.174929  19157.003069    -85.435433  5  6  6 112       
+PG17  14303.844397   7333.854097 -21071.594957    159.598120  6  5  5 116       
+PG18 -18910.805045 -17997.102925   6176.398488     78.070160  5  5  6 113       
+PG19  -8057.212177  24055.215157   7325.136770    -46.304152  7  7  4 122       
+PG20   5854.194832  18788.830572 -17990.866411     53.935503  7  5  3 115       
+PG21 -14872.061098  -9418.229095  20386.822790    -70.853023  6  5  5 121       
+PG22 -23565.235798 -11086.425943  -5306.591201    168.480107  5  6  4 108       
+PG23    834.935625  26187.457548   3062.334314    364.834861  7  7  4 127       
+PG24 -24552.161698   4229.955283   8964.672844    300.702506  4  6  4 112       
+PG25  -2538.205902 -17698.648830 -19689.914403 999999.999999
+PG26   7924.938016 -23541.162647   8194.772910    -74.402800  6  4  8  95       
+PG27  13757.327124 -18178.782032 -12798.669777    166.047585  5  4  3 117       
+PG28  22854.038604  13496.396432  -2567.434438    -11.926319  8  7  4 106       
+PG29  -6244.408959 -23276.427197  11305.702567    131.406176  7  6  5  90       
+PG30 -14889.987966 -18528.229257 -12302.979788    256.696049  8  8  8 132       
+PG31 -24399.998276   6196.723877  -8539.697858    -27.442299  5  6  7 127       
+PG32  -2356.071526  16322.726629 -20553.687785    -27.868776  6  3  7 124       
+*  2010  7  1  9  0  0.00000000
+PG01 -23356.457918  -2868.010438  12364.286739 999999.999999
+PG02  22668.397876 -13289.589252  -1238.164213    269.210911  6  6  6  98       
+PG03 -11236.102771  15541.864416  17863.371553    575.668004  6  3  2 136       
+PG04  23161.577055  -2782.567202 -13196.329655    115.512107  4  4  2 101       
+PG05  15941.471034  -7327.883001  19951.501543    -10.766362  6  6  4  99       
+PG06 -14032.479675  10599.799936  20040.537345    588.995694  5  2  2 126       
+PG07   8473.702332  12362.252289  21917.773232     -1.519366  8  9  6 126       
+PG08  19103.060383   3587.667148  18333.369431      5.974795  5  5  2  90       
+PG09  11022.243452 -19245.198351 -15136.702551     15.695120  6  4  5 114       
+PG10  23013.857474   2432.208272  13151.634922    -45.937718  3  6  6  96       
+PG11  -3827.550354  21405.765535 -15285.472911    -72.659088  6  9  9  96       
+PG12  -2039.885888 -17011.134662 -20294.175896    -98.304096  8  8  5 123       
+PG13   5133.893977  24183.734673   9515.183187    302.474397  7  8  5  93       
+PG14 -13934.411763  -7290.096292 -21290.308500     63.009284  6  6  3 121       
+PG15   6814.401461 -23147.870536  10980.084757   -247.015315  2  4 10  95       
+PG16 -19926.629484   2282.849346  17591.097799    -85.439126  5  6  6 107       
+PG17  14159.617392   9710.418843 -20213.132489    159.599809  5  5  5 114       
+PG18 -18073.877364 -17796.993482   8787.891184     78.072156  5  5  5 108       
+PG19  -8234.935361  23042.297302   9954.895871    -46.306690  7  7  4 117       
+PG20   3920.693807  17908.976993 -19366.455826     53.934631  6  6  2 102       
+PG21 -12882.797165 -10580.716253  21113.123171    -70.855705  6  5  4 120       
+PG22 -23794.610731 -11604.078868  -2557.109639    168.479223  5  6  4 105       
+PG23    571.668385  26373.061607    181.073481    364.833397  7  6  4 119       
+PG24 -23629.779798   3466.567520  11468.989556    300.705515  4  6  3  77       
+PG25   -486.415455 -16644.183500 -20742.268394     -2.326211 21 18 18 148       
+PG26   8033.604955 -22358.514401  10842.712105    -74.407913  6  4  8  99       
+PG27  15065.757240 -18774.617701 -10344.141951    166.052638  5  4  3 107       
+PG28  22896.303897  13767.508174    287.970357    -11.925189  8  7  4  99       
+PG29  -5977.832369 -24402.558693   8774.561408    131.408631  7  6  5  84       
+PG30 -13493.285426 -18010.767072 -14546.824464 999999.999999
+PG31 -23490.940659   5479.336363 -11112.127031    -27.440082  6  7  7 129       
+PG32  -4388.791203  14943.810998 -21216.128391    -27.876531  6  4  7 112       
+*  2010  7  1  9 15  0.00000000
+PG01 -24417.388632  -3619.229706   9909.910419 999999.999999
+PG02  22612.017120 -12827.594377  -4055.643976    269.213705  6  6  6 110       
+PG03 -11816.821078  13400.890186  19180.065114    575.671232  6  2  3 136       
+PG04  21942.670957  -1730.691057 -15286.707643    115.519248  4  4  2 109       
+PG05  17867.462758  -6237.942860  18656.440638    -10.768948  7  7  4  96       
+PG06 -14385.687523   8307.231690  20875.899080    588.983457  5  1  3 129       
+PG07   6369.916410  13716.616053  21808.694400     -1.519776  8  9  6 126       
+PG08  17244.270230   4692.289520  19816.828547      5.974709  5  5  3  94       
+PG09  12348.706692 -19997.259603 -12885.475154     15.696391  6  4  4 112       
+PG10  24139.058785   3270.310931  10805.125066    -45.939787  4  6  6  87       
+PG11  -5195.363778  22360.688105 -13323.889736    -72.661546  6  9  8 102       
+PG12    102.394262 -15979.941983 -21198.648078    -98.300040  8  7  5 120       
+PG13   4965.245702  25130.845811   6799.939980    302.473727  7  7  5  86       
+PG14 -13902.779140  -9692.389534 -20349.852587     63.012968  7  6  4 116       
+PG15   7154.391817 -21775.088646  13334.301425   -247.009700  2  5  9  81       
+PG16 -21528.255271   1276.171164  15726.459918    -85.441991  5  6  6 106       
+PG17  14136.091705  11971.766748 -19005.306493    159.601569  5  6  5 115       
+PG18 -16980.556368 -17503.259041  11252.887744     78.074591  4  5  4 105       
+PG19  -8455.308118  21751.134994  12410.544233    -46.308995  6  6  4 120       
+PG20   1824.101891  17066.199742 -20412.793986     53.934666  6  6  2  94       
+PG21 -10896.795618 -11874.515340  21489.731503    -70.857992  6  5  3 113       
+PG22 -23775.303343 -11958.706427    236.219956    168.478531  5  6  4  95       
+PG23    304.463637  26243.144756  -2703.369033    364.832112  6  5  5 124       
+PG24 -22510.950781   2523.742405  13774.449842    300.707950  4  6  3  91       
+PG25   1705.958346 -15654.771746 -21439.268959     -2.327450 21 18 17 152       
+PG26   8205.754745 -20885.279796  13294.334564    -74.413238  6  5  8  86       
+PG27  16097.037303 -19267.992451  -7704.120505    166.056775  5  4  3 114       
+PG28  22674.421824  13876.606874   3138.553554    -11.924210  8  6  4  63       
+PG29  -5764.095617 -25247.191989   6093.288623    131.411063  8  6  6  91       
+PG30 -11858.508006 -17467.828902 -16546.900691    256.705049  9  7  9 173       
+PG31 -22385.718618   4558.714497 -13493.243104    -27.437938  7  7  7 132       
+PG32  -6539.008237  13639.553108 -21503.415140    -27.884281  6  4  7 116       
+*  2010  7  1  9 30  0.00000000
+PG01 -25251.955861  -4199.359809   7285.709125 999999.999999
+PG02  22325.646233 -12170.887551  -6801.334756    269.216519  6  6  6  97       
+PG03 -12524.456890  11162.071738  20153.450994    575.675309  6  2  3 138       
+PG04  20600.806860   -488.929160 -17120.945254    115.526512  4  4  2 108       
+PG05  19695.336682  -5314.254736  17040.865236    -10.771039  8  6  4  92       
+PG06 -14860.941535   5963.616808  21356.810944    588.971486  5  1  3 129       
+PG07   4367.626295  15162.993375  21323.487838     -1.519728  8  9  6 124       
+PG08  15324.345347   5985.709831  20964.024362      5.975204  5  5  2 106       
+PG09  13428.331822 -20658.188094 -10418.488864     15.699003  6  4  4 145       
+PG10  25054.878461   3932.567156   8274.466177    -45.940682  4  6  6  96       
+PG11  -6378.307697  23193.394552 -11132.577040    -72.663647  6  9  8  98       
+PG12   2373.419782 -15031.857113 -21737.822272    -98.296529  8  7  4 116       
+PG13   4836.084363  25769.825801   3966.903320    302.473230  7  6  5 112       
+PG14 -13996.514092 -11963.872408 -19056.164173     63.016759  7  6  4 118       
+PG15   7596.976111 -20170.373475  15457.916299   -247.004103  3  5  9  81       
+PG16 -22977.199881    453.802057  13595.128455    -85.445346  6  6  6 103       
+PG17  14216.065647  14074.190792 -17469.674658    159.603822  5  6  5 110       
+PG18 -15634.972510 -17153.404542  13530.569024     78.076854  4  4  4 110       
+PG19  -8750.571834  20207.144921  14649.493465    -46.311651  6  5  4 119       
+PG20   -402.056483  16290.523346 -21112.174785     53.934095  5  7  2 105       
+PG21  -8953.613832 -13279.837996  21508.845296    -70.860591  6  4  1 111       
+PG22 -23488.907820 -12180.058043   3025.523078    168.477933  5  6  4 107       
+PG23     -4.278986  25802.627317  -5540.348691    364.830751  6  3  4 120       
+PG24 -21235.366709   1390.664822  15841.557023    300.711007  5  5  3  78       
+PG25   4000.309969 -14759.141780 -21769.072746     -2.328064 21 18 16 161       
+PG26   8474.709635 -19150.924170  15504.358858    -74.418442  6  5  8  84       
+PG27  16855.250384 -19618.436453  -4926.896188    166.059843  5  4  3 125       
+PG28  22174.376879  13859.265384   5936.407373    -11.922829  8  6  5  73       
+PG29  -5567.802581 -25794.460124   3307.663616    131.413539  8  6  6  85       
+PG30 -10005.802935 -16937.072982 -18270.549525    256.708094 10  7  9 108       
+PG31 -21124.995856   3423.429589 -15641.396690    -27.435640  7  7  7 128       
+PG32  -8765.783254  12439.396867 -21409.232867    -27.891964  6  5  7 121       
+*  2010  7  1  9 45  0.00000000
+PG01 -25829.325818  -4632.853637   4536.873287 999999.999999
+PG02  21840.436322 -11300.344141  -9426.772097    269.219495  7  6  6 108       
+PG03 -13359.379529   8872.832303  20766.523662    575.680331  6     3 130       
+PG04  19177.275215    940.681276 -18668.078546    115.533783  4  4  2 119       
+PG05  21380.132043  -4552.938697  15132.715943    -10.773561  8  7  5  86       
+PG06 -15456.312334   3614.795031  21475.691779    588.959450  5  2  3 114       
+PG07   2502.493814  16666.576766  20470.004740     -1.519877  8  8  6 127       
+PG08  13390.626610   7456.030090  21754.055356      5.977249  5  5  2  97       
+PG09  14261.123578 -21185.265286  -7776.040021     15.701253  5  3  4 119       
+PG10  25729.289555   4440.367342   5603.234070    -45.941637  5  6  6 100       
+PG11  -7379.054802  23867.274738  -8748.512068    -72.665989  6 10  7 103       
+PG12   4731.085207 -14192.971688 -21901.913997    -98.293120  9  7  3 111       
+PG13   4707.051895  26090.446802   1065.252262    302.472451  7  5  5  68       
+PG14 -14194.695423 -14060.097089 -17432.268471     63.020551  7  6  5 107       
+PG15   8164.614300 -18369.850679  17314.419681   -246.998086  3  5  8  81       
+PG16 -24232.129582   -196.609073  11233.512630    -85.448796  7  6  6 100       
+PG17  14375.582973  15978.913027 -15633.358080    159.605332  5  6  5 112       
+PG18 -14049.065082 -16784.398061  15583.227439     78.079059  4  4  4 110       
+PG19  -9148.216092  18443.008360  16633.140433    -46.314164  5  4  4 129       
+PG20  -2719.051464  15606.303297 -21452.718752     53.933407  5  7  2 110       
+PG21  -7089.435191 -14770.208521  21168.363298    -70.862790  6  4    117       
+PG22 -22924.542217 -12301.516147   5763.180819    168.476960  5  6  3 106       
+PG23   -390.367638  25065.535757  -8280.133742    364.829237  5  2  5 122       
+PG24 -19845.627397     64.336491  17635.121901    300.713854  5  5  3 100       
+PG25   6353.399328 -13979.418945 -21726.115151 999999.999999
+PG26   8868.150685 -17193.093537  17431.838036    -74.423986  6  6  7  72       
+PG27  17353.649400 -19788.837342  -2062.566869    166.062040  5  4  3  98       
+PG28  21390.270530  13753.857723   8634.999181    -11.921757  7  6  5  79       
+PG29  -5351.807425 -26037.027008    465.337625    131.415967  9  5  6 103       
+PG30  -7962.479824 -16452.686437 -19689.769327    256.711258 10  6  9 125       
+PG31 -19752.534405   2070.491742 -17518.750830    -27.433564  7  7  7 129       
+PG32 -11023.553258  11365.957547 -20934.216852    -27.899711  6  5  7 106       
+*  2010  7  1 10  0  0.00000000
+PG01 -26125.546308  -4949.669817   1710.554251 999999.999999
+PG02  21192.403149 -10204.183954 -11885.806399    269.222259  7  6  6  98       
+PG03 -14314.170177   6580.830012  21008.999183    575.685234  6     3 134       
+PG04  17713.500028   2548.278310 -19901.776219    115.540976  5  4  2 113       
+PG05  22879.780114  -3942.280774  12964.907554    -10.776164  9  6  5  97       
+PG06 -16162.337151   1305.778320  21231.017462    588.947360  5  2  3 119       
+PG07    803.587846  18187.505182  19262.508292     -1.519821  8  8  6 121       
+PG08  11488.720439   9082.771448  22171.896716      5.976197  5  4  3  99       
+PG09  14855.386430 -21537.734963  -5001.828036     15.704148  5  3  4 116       
+PG10  26136.509162   4820.909632   2837.086931    -45.942207  5  5  6 113       
+PG11  -8207.133049  24348.515326  -6212.354939    -72.668461  6 10  5 108       
+PG12   7129.100925 -13482.200525 -21687.608603    -98.289054  9  7  3 122       
+PG13   4538.064080  26091.911134  -1854.803112    302.472140  6  5  5  86       
+PG14 -14469.603957 -15942.257239 -15506.858886     63.024460  7  6  5 102       
+PG15   8873.085621 -16414.679630  18871.994540   -246.992476  4  6  8  86       
+PG16 -25256.215549   -694.754869   8681.784049    -85.452059  7  6  7  77       
+PG17  14584.977549  17653.379694 -13528.528205    159.607072  6  7  5 109       
+PG18 -12242.290328 -16431.210237  17376.818342     78.081221  3  3  3 107       
+PG19  -9669.747207  16497.479134  18327.535410    -46.316948  5  3  4 133       
+PG20  -5084.220259  15031.324056 -21428.566415     53.933038  5  7  2 103       
+PG21  -5335.845981 -16313.266113  20472.033641    -70.865276  6  4    117       
+PG22 -22079.331179 -12358.628489   8402.623519    168.476665  5  5  3  99       
+PG23   -886.191152  24054.445823 -10874.825650    364.827681  5  3  5 125       
+PG24 -18385.604205  -1450.138216  19124.842906    300.715767  5  4  3  91       
+PG25   8718.823068 -13330.331071 -21311.199040 999999.999999
+PG26   9406.755583 -15056.228944  19041.076452    -74.429187  6  6  7  80       
+PG27  17613.802552 -19746.979069    837.977312    166.065331  5  4  3  95       
+PG28  20324.567693  13599.951164  11189.860499    -11.920714  7  6  5 130       
+PG29  -5078.831743 -25976.327257  -2384.967513    131.418446  9  5  6 107       
+PG30  -5762.145323 -16044.083226 -20781.588640    256.715180 10  6  9 121       
+PG31 -18313.524735    505.716606 -19091.990667    -27.431208  8  7  7 133       
+PG32 -13263.762600  10434.178200 -20086.014998    -27.907548  6  5  7 124       
+*  2010  7  1 10 15  0.00000000
+PG01 -26124.449268  -5183.909293  -1144.939788 999999.999999
+PG02  20420.896628  -8878.620569 -14135.464746    269.225237  7  6  6  95       
+PG03 -15373.838329   4332.212473  20877.470305    575.688885  6     3 131       
+PG04  16249.543073   4316.337145 -20800.771743    115.547853  5  4  2 109       
+PG05  24156.622224  -3463.369636  10574.757835    -10.778767  9  6  5  99       
+PG06 -16962.341562   -920.755764  20627.312587    588.935184  5  3  3 122       
+PG07   -707.577589  19682.321484  17721.458295     -1.520277  7  7  6 117       
+PG08   9660.855531  10837.431358  22208.753031      5.975380  6  4  4  89       
+PG09  15227.336545 -21678.455959  -2142.328678     15.706396  5  3  3  91       
+PG10  26257.939156   5105.941148     23.002752    -45.943039  5  5  6 109       
+PG11  -8878.395830  24607.480434  -3567.777895    -72.670603  6  9  4  91       
+PG12   9518.586269 -12910.586431 -21098.151994    -98.285048  9  7  3 122       
+PG13   4290.063235  25782.802455  -4742.905348    302.471576  6  3  5  68       
+PG14 -14787.913118 -17578.493936 -13313.752379     63.027868  7  6  6 101       
+PG15   9730.724935 -14349.570821  20104.054401   -246.986543  5  5  7  84       
+PG16 -26018.470932  -1066.723997   5983.217114    -85.455366  8  5  6 106       
+PG17  14810.142125  19072.314219 -11191.815577    159.609125  6  7  6 118       
+PG18 -10241.067579 -16125.439140  18881.461822     78.083473  4  3  4 109       
+PG19 -10329.710857  14413.969997  19703.951640    -46.319317  5  3  5 125       
+PG20  -7452.389500  14576.156649 -21039.978725     53.932606  4  6  3 102       
+PG21  -3718.766793 -17871.806262  19429.526003    -70.867395  6  3    111       
+PG22 -20958.593607 -12387.574424  10899.095604    168.475781  5  5  2  95       
+PG23  -1519.236681  22799.596363 -13279.236094    364.826208  6  4  5 122       
+PG24 -16898.779700  -3139.586253  20285.789423    300.719210  5  4  4 103       
+PG25  11048.610015 -12818.710657 -20531.476495     -2.331330 21 16 13 176       
+PG26  10103.142781 -12789.881708  20302.428486    -74.434245  6  6  7  94       
+PG27  17664.432566 -19466.853704   3724.028097    166.068109  5  4  2  88       
+PG28  18988.047541  13436.690249  13559.219338    -11.919220  7  6  6  48       
+PG29  -4713.096253 -25622.482508  -5194.285584    131.421049  8  4  6 104       
+PG30  -3443.622210 -15734.795085 -21528.366764    256.719601 10  6  9 115       
+PG31 -16852.857677  -1256.252338 -20332.965244    -27.428805  8  7  7 132       
+PG32 -15436.640186   9650.811537 -18879.196741    -27.915286  6  5  7 111       
+*  2010  7  1 10 30  0.00000000
+PG01 -25818.265532  -5372.303537  -3980.956143 999999.999999
+PG02  19566.957294  -7328.184655 -16136.734878    269.228162  7  5  6 110       
+PG03 -16516.365292   2169.954172  20375.407267    575.695245  6  2  3 133       
+PG04  14822.663142   6220.116904 -21349.229796    115.555076  5  5  3 110       
+PG05  25178.767684  -3091.014055   8003.344751    -10.781319  9  6  6  97       
+PG06 -17833.040439  -3025.874808  19675.052270    588.923723  6  3  3 113       
+PG07  -2017.708826  21105.589844  15873.182159     -1.520313  7  7  6 125       
+PG08   7944.356103  12684.364983  21862.317515      5.975164  6  4  4 102       
+PG09  15400.411317 -21575.466565    753.912061     15.708092  5  3  3 108       
+PG10  26082.844137   5330.343541  -2791.485582    -45.943183  5  5  6 110       
+PG11  -9414.234749  24619.959065   -860.715049    -72.673141  6  9  3  97       
+PG12  11849.774690 -12480.922306 -20143.325528    -98.281762  9  7  4 111       
+PG13   3926.723377  25180.685511  -7549.424082    302.470851  5  3  5 104       
+PG14 -15112.102156 -18944.929130 -10891.261311     63.031835  7  5  6 112       
+PG15  10737.959319 -12221.180382  20989.685160   -246.980670  6  6  7  88       
+PG16 -26494.879840  -1343.817688   3183.486836    -85.458650  8  5  6 104       
+PG17  15013.969554  20218.491297  -8663.652905    159.610981  7  7  6 112       
+PG18  -8077.982143 -15894.067170  20071.891537     78.085525  4  3  4 117       
+PG19 -11135.005692  12238.976355  20739.347867    -46.322120  5  4  5 133       
+PG20  -9777.396144  14243.799649 -20293.342869     53.931865  4  6  3 107       
+PG21  -2257.580662 -19405.032458  18056.418420    -70.869749  6  3  2 114       
+PG22 -19575.730792 -12423.623732  13210.380894    168.475231  4  4  2  90       
+PG23  -2310.813296  21337.712585 -15451.701652    364.824594  6  4  5 126       
+PG24 -15426.627945  -4983.115269  21098.782822    300.720790  5  3  4 101       
+PG25  13294.880635 -12443.312244 -19400.324218 999999.999999
+PG26  10961.175891 -10446.806137  21192.950569    -74.439588  7  7  7  80       
+PG27  17540.012318 -18929.701447   6545.970975    166.070992  5  4  2  86       
+PG28  17399.467511  13301.228395  15704.573777    -11.918278  6  6  6  78       
+PG29  -4221.903704 -24993.895608  -7914.243734    131.423457  8  4  6 104       
+PG30  -1049.691325 -15541.590811 -21918.022680    256.723130 10  6  9 110       
+PG31 -15413.406346  -3192.272927 -21219.245832    -27.426759  8  7  7 133       
+PG32 -17493.047296   9014.253426 -17335.006801    -27.922819  6  5  7 111       
+*  2010  7  1 10 45  0.00000000
+PG01 -25207.931230  -5552.613168  -6749.305574 999999.999999
+PG02  18671.630600  -5565.710655 -17855.254869    269.230821  7  5  6 100       
+PG03 -17713.547122    132.347095  19513.009144    575.700433  6  3  2 129       
+PG04  13465.981655   8228.379855 -21537.040983    115.562601  5  5  3 114       
+PG05  25921.240562  -2794.904587   5294.803178    -10.783244  9  5  6  99       
+PG06 -18745.394963  -4975.656950  18390.476960    588.911161  6  4  3 117       
+PG07  -3122.073967  22411.610512  13749.436163     -1.520509  7  6  6 131       
+PG08   6370.292887  14581.965601  21136.926248      5.975859  6  4  4  90       
+PG09  15404.292207 -21203.397597   3637.058846     15.709036  5  3  3  88       
+PG10  25608.745998   5530.616870  -5559.047494    -45.943596  6  5  5  91       
+PG11  -9840.562489  24368.224811   1861.455090    -72.675401  6  9  3  87       
+PG12  14073.765486 -12187.707264 -18839.303357    -98.277875  9  7  5 119       
+PG13   3416.041205  24311.373598 -10226.305687    302.470482  4  3  5 107       
+PG14 -15402.034008 -20026.389856  -8281.495593     63.035875  8  5  6 116       
+PG15  11887.162036 -10076.444315  21513.984465   -246.975066  7  6  6  96       
+PG16 -26669.278124  -1561.172753    329.933342    -85.462388  8  5  6 120       
+PG17  15157.909182  21083.206482  -5987.565379    159.612842  7  7  6 102       
+PG18  -5790.771134 -15758.392522  20927.847038     78.087568  4  3  4 115       
+PG19 -12084.512070  10020.401560  21416.718447    -46.324534  5  4  5 133       
+PG20 -12013.651858  14029.617252 -19201.082714     53.931459  4  6  4 110       
+PG21   -964.495650 -20869.980297  16374.089370    -70.872097  6  4  2 118       
+PG22 -17951.821446 -12499.645796  15297.478913    168.474536  3  3  2 103       
+PG23  -3275.033135  19710.589426 -17354.819620    364.823150  6  4  5 131       
+PG24 -14007.097108  -6952.761715  21550.672128    300.722962  5  2  4  98       
+PG25  15411.508007 -12194.951398 -17937.114773     -2.332966 21 12 13 176       
+PG26  11975.663538  -8080.919023  21696.883974    -74.444987  7  7  6  84       
+PG27  17279.185315 -18124.748817   9256.118809    166.073550  5  4  2 104       
+PG28  15584.957852  13227.258919  17591.206087    -11.917220  6  6  7  95       
+PG29  -3577.110836 -24116.536451 -10497.897549    131.425957  8  4  6  99       
+PG30   1374.300576 -15473.851561 -21944.192925    256.725435 10  6  9 110       
+PG31 -14034.387419  -5271.377508 -21734.586123    -27.424225  8  7  7 135       
+PG32 -19386.315734   8514.737776 -15480.967211    -27.930594  6  5  7 126       
+*  2010  7  1 11  0  0.00000000
+PG01 -24303.076810  -5761.998182  -9403.053728 999999.999999
+PG02  17774.310155  -3611.991249 -19261.895716    269.233780  6  5  6  99       
+PG03 -18932.096078  -1748.293877  18306.915385    575.705447  6  4  2 127       
+PG04  12207.303267  10304.361299 -21360.038645    115.570012  5  5  3 120       
+PG05  26366.872411  -2540.973809   2495.572924    -10.785924  9  5  7 106       
+PG06 -19665.693878  -6742.266843  16795.323639    588.898750  6  4  3 117       
+PG07  -4024.505337  23556.164665  11386.863336     -1.520472  7  6  6 113       
+PG08   4962.368556  16484.105826  20043.597011      5.974194  6  3  4  76       
+PG09  15273.668781 -20544.672859   6456.834288     15.710162  5  2  3 103       
+PG10  24841.524635   5743.317934  -8233.295150    -45.944469  5  5  5  67       
+PG11 -10186.604140  23841.859472   4550.778779    -72.678069  6  9  4  76       
+PG12  16144.253999 -12017.440303 -17208.392765    -98.274340  9  7  6 106       
+PG13   2731.751717  23207.895476 -12727.883782    302.469740  4  3  5 100       
+PG14 -15616.634298 -20816.799158  -5529.609665     63.039544  7  4  6  98       
+PG15  13162.828374  -7960.916758  21668.294370   -246.969286  8  6  6  79       
+PG16 -26533.954509  -1756.241933  -2529.197517    -85.465526  8  4  6 106       
+PG17  15203.577815  21666.427512  -3209.421194    159.614339  7  7  6  93       
+PG18  -3421.125128 -15733.172479  21434.405659     78.089806  4  3  4 113       
+PG19 -13169.046805   7805.850442  21725.328536    -46.327075  5  4  5 132       
+PG20 -14117.693989  13921.577515 -17781.474068     53.931095  4  6  4 116       
+PG21    155.826728 -22223.067523  14409.506348    -70.874665  6  5  2 115       
+PG22 -16114.940482 -12644.724265  17125.223878    168.473828  2  3  2 103       
+PG23  -4418.089989  17963.495119 -18956.091141    364.821755  5  4  5 132       
+PG24 -12673.250812  -9014.410011  21634.503443    300.725705  5  2  5 107       
+PG25  17355.717719 -12056.959463 -16166.887504     -2.334839 21  3 13 148       
+PG26  13132.468870  -5745.222488  21805.953320    -74.450566  7  7  6  78       
+PG27  16923.081523 -17049.629574  11809.456866    166.075246  5  4  2 106       
+PG28  13577.171439  13243.692262  19188.637685    -11.916333  6  6  7 102       
+PG29  -2756.430867 -23022.945253 -12900.548848    131.428392  7  4  6 110       
+PG30   3781.920412 -15533.221808 -21606.318716    256.728298 10  6  8 110       
+PG31 -12749.869241  -7455.768222 -21869.271217    -27.422412  8  8  7 135       
+PG32 -21073.995466   8134.885372 -13350.336648    -27.938226  5  5  7 124       
+*  2010  7  1 11 15  0.00000000
+PG01 -23121.701181  -6035.421184 -11897.284874 999999.999999
+PG02  16911.177977  -1495.118244 -20333.227969    269.236857  6  5  6 117       
+PG03 -20134.949061  -3446.660960  16779.791174    575.710097  6  4  1 135       
+PG04  11068.135797  12406.959325 -20820.131578    115.577321  5  6  3 110       
+PG05  26506.907761  -2292.902095   -346.389486    -10.788640  9  5  7 101       
+PG06 -20556.819654  -8304.804780  14916.477225    588.886046  6  4  3 122       
+PG07  -4737.061701  24498.220000   8826.356844     -1.520771  7  6  7 116       
+PG08   3736.087108  18341.789317  18599.943992      5.974217  6  3  4  85       
+PG09  15046.784139 -19590.440254   9163.420352     15.710744  5  3  3 103       
+PG10  23795.224380   6003.509550 -10769.499242    -45.946310  5  5  5 110       
+PG11 -10483.545095  23038.301003   7159.629396    -72.680420  6  9  4 106       
+PG12  18019.172224 -11949.241430 -15278.660539    -98.270612  9  7  6 123       
+PG13   1854.515103  21909.204458 -15011.637810    302.469362  5  4  5 103       
+PG14 -15715.605151 -21319.222961  -2683.009082     63.043565  7  4  6 119       
+PG15  14542.065373  -5917.175736  21450.325004   -246.963741  8  6  6  65       
+PG16 -26089.950339  -1967.187404  -5345.527904    -85.469216  8  5  7  86       
+PG17  15114.363725  21976.625569   -376.655109    159.616297  7  7  6 111       
+PG18  -1013.344555 -15826.009644  21582.249609     78.092020  4  3  4 111       
+PG19 -14371.641589   5640.957375  21660.834556    -46.329628  5  5  5 131       
+PG20 -16049.666284  13900.783039 -16058.365969     53.930158  4  5  4 100       
+PG21   1106.354071 -23421.715680  12194.903640    -70.877073  6  5  3 112       
+PG22 -14099.227903 -12882.927821  18662.839203    168.473150  2  2  2 102       
+PG23  -5737.861969  16143.461394 -20228.460926    364.820414  4  4  4 131       
+PG24 -11452.117358 -11128.945367  21349.584123    300.729710  5  2  5 107       
+PG25  19089.566424 -12005.936272 -14119.924415     -2.335520 20 10 14 154       
+PG26  14409.021124  -3489.787919  21519.474083    -74.455202  7  7  6  78       
+PG27  16513.597687 -15710.486382  14164.293925    166.077097  5  4  2  88       
+PG28  11414.219981  13373.520511  20471.025652    -11.915300  6  5  6  95       
+PG29  -1744.513982 -21750.990302 -15080.531391    131.430746  6  4  6 114       
+PG30   6127.166904 -15713.547184 -20909.662234    256.731623 10  6  7 106       
+PG31 -11587.489354  -9702.098268 -21620.344452    -27.420044  8  7  7 124       
+PG32 -22519.434780   7850.582176 -10981.441238    -27.945731  5  6  6 134       
+*  2010  7  1 11 30  0.00000000
+PG01 -21689.544872  -6404.143166 -14189.827643 999999.999999
+PG02  16113.803695    750.458670 -21051.867409    269.239485  5  6  6 104       
+PG03 -21282.723894  -4945.182538  14959.803296    575.713922  6  4  1 131       
+PG04  10062.947912  14492.105251 -19925.346645    115.584660  5  6  3 102       
+PG05  26341.300028  -2013.710629  -3182.422362    -10.790802  9  6  7 106       
+PG06 -21379.653966  -9649.899404  12785.546387    588.872769  7  4  3 116       
+PG07  -5279.362860  25201.528591   6112.340098     -1.520829  7  6  6 118       
+PG08   2698.246920  20104.951716  16829.962105      5.974653  6  3  4  93       
+PG09  14763.813674 -18341.184500  11708.397374     15.711344  5  3  3 102       
+PG10  22491.575450   6343.275861 -13125.273042    -45.946416  5  5  5 101       
+PG11 -10763.091423  21963.087340   9641.622035    -72.682699  6  8  5  95       
+PG12  19662.174800 -11955.776705 -13083.450904    -98.266838  9  7  6 124       
+PG13    772.831115  20458.681446 -17038.888538    302.468598  4  4  5  99       
+PG14 -15661.107302 -21545.575464    209.468630     63.046960  7  4  6 112       
+PG15  15995.375368  -3983.356623  20864.168917   -246.958080  8  6  6  87       
+PG16 -25347.046549  -2231.246266  -8071.326347    -85.472568  8  5  7  98       
+PG17  14856.963344  22030.296416   2462.522534    159.618182  7  7  6 101       
+PG18   1387.105168 -16037.005040  21367.863377     78.094603  4  3  4 110       
+PG19 -15668.130162   3567.812148  21225.292417    -46.332366  4  5  4 130       
+PG20 -17774.674532  13942.275628 -14060.810335     53.930313  4  5  5 102       
+PG21   1897.463465 -24425.982653   9767.344271    -70.879156  6  6  3 110       
+PG22 -11943.742665 -13232.281599  19884.421342    168.472580  2  1  3 105       
+PG23  -7223.850951  14297.530098 -21150.746009    364.818948  4  4  4 131       
+PG24 -10363.787185 -13253.594940  20701.444365    300.733438  5  3  5 113       
+PG25  20581.243294 -12012.771673 -11831.237797     -2.336739 20 14 15 153       
+PG26  15775.200715  -1359.893915  20844.270853    -74.460881  8  7  6 103       
+PG27  16091.707207 -14121.763224  16282.818464    166.078893  6  4  2  95       
+PG28   9138.433010  13632.903907  21417.501577    -11.914098  5  5  6 103       
+PG29   -533.761431 -20342.427166 -16999.949839    131.433304  6  5  5 108       
+PG30   8365.977124 -16001.101853 -19865.251416    256.735471 10  6  7 117       
+PG31 -10567.436110 -11962.990206 -20991.703862    -27.417972  8  7  6 132       
+PG32 -23693.123989   7632.146753  -8416.895639    -27.953195  5  6  6 124       
+*  2010  7  1 11 45  0.00000000
+PG01 -20039.186542  -6894.367328 -16241.933209 999999.999999
+PG02  15407.956082   3085.113020 -21406.698417    269.242321  5  6  5  96       
+PG03 -22335.259966  -6234.429570  12880.005162    575.718639  6  4  1 127       
+PG04   9198.695580  16514.268049 -18689.775781    115.591955  5  6  4 106       
+PG05  25878.687205  -1667.380178  -5963.980614    -10.793240  9  6  7 100       
+PG06 -22094.572031 -10772.023111  10438.368487    588.860559  7  4  3 119       
+PG07  -5677.622835  25636.052358   3291.977078     -1.520996  7  6  6  98       
+PG08   1846.784983  21724.340750  14763.677849      5.974563  6  3  4  80       
+PG09  14465.139566 -16806.983204  14045.700109     15.713178  6  2  3 104       
+PG10  20959.248914   6790.355813 -15261.218375    -45.948479  5  5  5  99       
+PG11 -11056.003994  20629.780797  11952.517699    -72.685220  5  8  5  99       
+PG12  21043.910946 -12004.451086 -10660.803100    -98.263120  9  7  7 114       
+PG13   -516.351867  18902.490520 -18775.421045    302.468073  4  4  6  95       
+PG14 -15419.346355 -21515.998452   3098.384550     63.050886  6  4  6 110       
+PG15  17487.702218  -2191.868042  19920.207581   -246.952265  9  6  6  97       
+PG16 -24323.437412  -2583.128126 -10660.280767    -85.475837  8  5  6 155       
+PG17  14402.793718  21851.192361   5259.919395    159.619794  7  7  6 105       
+PG18   3735.091647 -16358.693963  20793.656127     78.096643  5  3  4 106       
+PG19 -17028.017744   1623.541589  20427.057956    -46.334912  4  5  4 131       
+PG20 -19263.966200  14016.086193 -11822.603582     53.929970  4  5  5  93       
+PG21   2546.418167 -25200.140883   7168.164356    -70.881732  6  7  2 116       
+PG22  -9691.143552 -13703.976313  20769.347719    168.471717  2  1  3 102       
+PG23  -8857.457412  12471.026126 -21707.949065    364.817717  5  5  5 119       
+PG24  -9420.788970 -15343.405888  19701.700147    300.736000  6  4  5 103       
+PG25  21806.145206 -12043.896455  -9339.977802     -2.338408 19 16 16 148       
+PG26  17194.550672    605.599135  19794.416122    -74.466026  8  6  7  80       
+PG27  15695.858591 -12305.708622  18131.562307    166.081897  6  3  2  94       
+PG28   6794.980399  14030.507183  22012.453168    -11.913029  5  4  5  98       
+PG29    875.161070 -18841.314589 -18625.357770    131.435991  6  5  5 108       
+PG30  10457.671403 -16375.099313 -18489.752152    256.739025  9  6  6 118       
+PG31  -9701.738477 -14188.731219 -19994.063200    -27.415970  7  7  6 128       
+PG32 -24573.745396   7445.732951  -5702.736847    -27.961050  6  7  6 114       
+*  2010  7  1 12  0  0.00000000
+PG01 -18208.896910  -7526.080819 -18018.897408 999999.999999
+PG02  14812.669729   5465.411854 -21392.976927    269.245036  4  6  5 102       
+PG03 -23253.178667  -7313.192279  10577.650584    575.722595  7  4  2 130       
+PG04   8474.639463  18428.039745 -17133.422700    115.598939  5  6  4 116       
+PG05  25136.048684  -1220.433349  -8643.454509    -10.795736  8  7  7 108       
+PG06 -22662.972060 -11673.518682   7914.448921    588.849125  7  4  3 121       
+PG07  -5963.420450  25779.158118    414.328220     -1.521092  6  6  6 119       
+PG08   1170.985552  23153.399211  12436.667439      5.975294  6  3  4  81       
+PG09  14189.591750 -15007.381939  16132.566585     15.714854  6  2  3  95       
+PG10  19232.872086   7366.942549 -17141.527682    -45.950277  5  4  4 108       
+PG11 -11390.670132  19059.572019  14051.093706    -72.687199  5  8  5  83       
+PG12  22143.031271 -12058.821659  -8052.779082    -98.259216 10  7  7 107       
+PG13  -2007.354027  17287.850181 -20192.027440    302.467607  3  5  6 101       
+PG14 -14962.003720 -21257.941845   5934.526767     63.054607  6  4  6 114       
+PG15  18979.699333   -568.337497  18634.913168   -246.946292  9  6  6 101       
+PG16 -23045.101375  -3053.504085 -13068.255950    -85.479049  8  6  6 117       
+PG17  13729.228957  21469.296098   7968.146035    159.622016  7  7  6 110       
+PG18   5987.315626 -16776.271646  19868.003413     78.098589  7  4  4 104       
+PG19 -18415.596196   -160.902392  19280.585574    -46.337109  4  5  4 135       
+PG20 -20495.889001  14088.491754  -9381.745202     53.929345  4  5  5 106       
+PG21   3076.552044 -25714.134143   4442.302186    -70.883932  5  7  2 119       
+PG22  -7386.244801 -14301.843639  21302.604278    168.471618  2  1  4 108       
+PG23 -10612.575838  10705.923822 -21891.454810    364.816288  5  5  5 131       
+PG24  -8627.764056 -17352.804859  18367.822552    300.737779  6  5  5  94       
+PG25  22747.684978 -12062.714488  -6688.769488     -2.339376 19 17 17 110       
+PG26  18625.752270   2375.570028  18390.806236    -74.471202  8  6  7  81       
+PG27  15360.514132 -10291.617977  19681.776569    166.083446  6  3  2 107       
+PG28   4430.402497  14567.106447  22245.748392    -11.911702  5  3  5  98       
+PG29   2473.133347 -17292.348422 -19928.361358    131.438217  6  5  5 109       
+PG30  12366.287791 -16808.471823 -16805.266397    256.741998  9  6  5 119       
+PG31  -8993.895221 -16329.076818 -18644.775998    -27.413482  6  7  6 129       
+PG32 -25148.886878   7254.903377  -2887.495712    -27.968587  6  7  6 115       
+*  2010  7  1 12 15  0.00000000
+PG01 -16241.292370  -8312.136904 -19490.618961 999999.999999
+PG02  14339.598020   7845.618706 -21012.317633    269.248482  4  6  4  93       
+PG03 -23999.400873  -8188.234094   8093.455875    575.726572  7  4  2 124       
+PG04   7882.465242  20189.744020 -15281.945889    115.606126  5  6  5 119       
+PG05  24138.056505   -643.419473 -11174.972363    -10.798111  8  7  7 120       
+PG06 -23048.784421 -12364.335533   5256.340803    588.836792  7  3  4 121       
+PG07  -6172.257192  25616.533445  -2470.531256     -1.521622  5  5  5 112       
+PG08    652.050753  24350.071699   9889.447254      5.975170  6  3  4  70       
+PG09  13972.731522 -12970.880331  17930.452765     15.716087  6  2  2  93       
+PG10  17351.838857   8088.690813 -18734.536630    -45.951318  5  5  4 106       
+PG11 -11791.775809  17280.577350  15899.957161    -72.689530  6  8  5 104       
+PG12  22946.888885 -12080.174475  -5304.714065    -98.255648  9  7  7  77       
+PG13  -3685.816141  15661.285421 -21264.963193    302.467180  4  5  6  98       
+PG14 -14267.459476 -20804.983347   8669.723841     63.058457  5  4  6 106       
+PG15  20429.170508    869.175089  17030.550260   -246.940791  9  6  6  95       
+PG16 -21544.890023  -3667.643786 -15254.024995    -85.482416  8  6  6 100       
+PG17  12820.615881  20919.576199  10541.381480    159.623460  7  6  6 118       
+PG18   8103.760573 -17268.106281  18605.202504     78.100935  8  4  4 103       
+PG19 -19791.260023  -1761.706572  17806.132259    -46.340124  5  5  4 125       
+PG20 -21456.590856  14123.433051  -6779.819807     53.929145  5  5  5 101       
+PG21   3516.186891 -25944.846938   1637.519136    -70.886387  5  7  3 118       
+PG22  -5074.498365 -15022.116984  21475.028904    168.470775  2  1  3 100       
+PG23 -12456.483522   9039.368579 -21699.110580    364.815121  6  5  5 128       
+PG24  -7981.447882 -19237.181343  16722.819312    300.742472  6  5  5  93       
+PG25  23397.801992 -12031.160804  -3922.990013     -2.340994 18 17 16 122       
+PG26  20024.291960   3927.603341  16660.596574    -74.477017  8  6  7  66       
+PG27  15114.872371  -8114.849590  20909.726285    166.086389  6  4  1  96       
+PG28   2091.094438  15235.479738  22112.901124    -11.911046  4  2  4  91       
+PG29   4242.724241 -15739.178666 -20886.136503    131.440550  6  5  5 110       
+PG30  14061.759790 -17268.894978 -14839.054532    256.745732  8  6  5 113       
+PG31  -8438.860097 -18335.088973 -16967.524905    -27.411734  5  7  7 130       
+PG32 -25415.392905   7022.302359    -21.232363    -27.976295  6  8  6 120       
+*  2010  7  1 12 30  0.00000000
+PG01 -14181.837525  -9257.611361 -20632.086797 999999.999999
+PG02  13992.671103  10179.269443 -20272.572252    269.251366  4  6  4  99       
+PG03 -24540.563243  -8873.742546   5470.829011    575.732054  7  3  3 131       
+PG04   7406.707732  21759.007348 -13166.296198    115.613164  5  5  5 114       
+PG05  22916.145756     87.754982 -13515.174358    -10.800603  7  7  7 109       
+PG06 -23219.905240 -12861.484070   2508.971766    588.825442  7  2  4 122       
+PG07  -6341.961195  25142.785928  -5312.412647     -1.521697  5  5  4 114       
+PG08    264.014268  25278.456913   7166.746252      5.975425  6  2  4  73       
+PG09  13845.255618 -10734.039438  19405.884354     15.717270  6  2  2 100       
+PG10  15358.955971   8963.967671 -20013.221867    -45.952066  5  4  4 108       
+PG11 -12279.137404  15326.857832  17466.279689    -72.691529  6  7  5  94       
+PG12  23451.906645 -12029.201218  -2464.404572    -98.252151  9  7  7  95       
+PG13  -5529.082767  14066.925549 -21976.312397    302.466547  5  5  6  88       
+PG14 -13321.762888 -20195.433991  11257.631500     63.062115  4  3  6 107       
+PG15  21792.628399   2110.668085  15134.783489   -246.934952  9  5  7  96       
+PG16 -19861.366591  -4444.252568 -17179.964082    -85.485467  8  7  6  97       
+PG17  11669.032259  20240.571380  12936.109485    159.625313  6  5  6 114       
+PG18  10049.039042 -17806.526941  17025.335836     78.102948  8  5  4  98       
+PG19 -21112.971938  -3162.880198  16029.375000    -46.342714  6  6  4 126       
+PG20 -22140.432888  14084.039539  -4061.310737     53.928438  5  4  4 105       
+PG21   3897.321410 -25877.125327  -1196.475231    -70.888843  5  7  4 122       
+PG22  -2800.457144 -15853.486833  21283.467572    168.470187  2  1  2 101       
+PG23 -14350.984768   7502.407724 -21135.194492    364.813616  7  5  5 130       
+PG24  -7470.955996 -20954.437267  14794.835030    300.744550  6  6  5  92       
+PG25  23757.155787 -11911.325512  -1089.997884     -2.342124 17 18 16 148       
+PG26  21344.240815   5248.571277  14636.521626    -74.482632  8  6  6  70       
+PG27  14981.809474  -5815.653580  21796.910774    166.089118  6  4     94       
+PG28   -178.207324  16020.586661  21615.176189    -11.909692  4  1  4  86       
+PG29   6158.665310 -14222.775833 -21481.848634    131.443308  6  5  5 106       
+PG30  15520.894898 -17720.025652 -12623.180414    256.748946  8  6  5 110       
+PG31  -8023.384150 -20160.932556 -14991.882350    -27.409370  4  6  7 136       
+PG32 -25379.344256   6711.354034   2845.438305    -27.983817  6  8  6 120       
+*  2010  7  1 12 45  0.00000000
+PG01 -12077.250941 -10359.457181 -21423.790165 999999.999999
+PG02  13768.065254  12420.760481 -19187.607273    269.254277  4  6  4  97       
+PG03 -24848.281629  -9390.507803   2755.083146    575.736823  7  3  3 139       
+PG04   7025.467804  23100.231288 -10822.249512    115.620549  5  5  5 102       
+PG05  21507.339295    990.701822 -15623.945159    -10.802996  6  6  7 106       
+PG06 -23149.501053 -13188.226603   -281.074420    588.813381  7  2  5 128       
+PG07  -6511.002607  24361.701564  -8061.916278     -1.522053  5  5  4 118       
+PG08    -25.036974  25910.232109   4316.674564      5.973671  6  2  4  80       
+PG09  13831.596149  -8340.239673  20531.216953     15.720065  6  3  2  94       
+PG10  13298.971651   9993.374037 -20955.638494    -45.951761  5  4  4 111       
+PG11 -12866.744980  13237.201245  18722.434015    -72.693985  6  7  5 100       
+PG12  23663.596035 -11867.707628    418.749752    -98.248445  9  6  7 125       
+PG13  -7506.900957  12544.910179 -22314.258696    302.466092  5  5  6  97       
+PG14 -12119.316013 -19470.783383  13654.481823     63.065977  4  3  5 108       
+PG15  23026.911388   3154.376575  12980.198355   -246.929348  9  6  7 106       
+PG16 -18037.434489  -5394.554305 -18812.699618    -85.489171  9  7  6 114       
+PG17  10274.760406  19472.856145  15111.816197    159.627307  5  5  6 114       
+PG18  11793.584796 -18358.863715  15154.037831     78.105320  9  5  5  96       
+PG19 -22337.822292  -4356.637743  13980.950166    -46.345196  7  6  5 125       
+PG20 -22550.097542  13934.203546  -1272.855004     53.928137  5  4  4 100       
+PG21   4254.143431 -25504.496358  -4008.976137    -70.891461  5  7  6 110       
+PG22   -606.274257 -16777.449607  20730.840760    168.469640  4  2  2 101       
+PG23 -16253.763722   6118.975373 -20210.276430    364.812179  7  5  5 129       
+PG24  -7078.361538 -22466.447041  12616.677054    300.747719  6  6  4  89       
+PG25  23834.995175 -11667.080577   1761.673144     -2.343859 16 18 15 113       
+PG26  22540.066453   6334.820143  12356.127444    -74.487820  8  6  6  88       
+PG27  14977.066362  -3437.855997  22330.216830    166.092065  6  5     80       
+PG28  -2335.887599  16900.034443  20759.630746    -11.908945  5     4  99       
+PG29   8188.638266 -12779.911244 -21704.966213    131.445716  6  5  5 108       
+PG30  16728.116745 -18122.913547 -10194.078014    256.751702  8  7  5 119       
+PG31  -7726.700478 -21765.555539 -12752.752232    -27.407118  4  6  7 136       
+PG32 -25055.674805   6287.912162   5662.306216    -27.991484  6  8  6 119       
+*  2010  7  1 13  0  0.00000000
+PG01  -9973.871767 -11606.471245 -21852.045895 999999.999999
+PG02  13654.478052  14526.890430 -17776.990646    269.257188  4  5  4  94       
+PG03 -24900.218043  -9764.868463     -7.350178    575.741892  7  2  4 132       
+PG04   6711.399004  24183.906259  -8289.837622    115.627950  6  5  6  91       
+PG05  19952.871195   2075.675936 -17465.093626    -10.805162  6  6  7 110       
+PG06 -22817.134891 -13373.032968  -3066.312653    588.801662  7  3  5 122       
+PG07  -6716.789220  23286.152101 -10671.316796     -1.522199  5  5  4 113       
+PG08   -251.483269  26225.785254   1389.806828      5.973969  6  2  4  86       
+PG09  13948.784865  -5838.137127  21285.277227     15.721490  6  4  2 107       
+PG10  11217.037092  11169.555940 -21545.291701    -45.952573  5  4  5 109       
+PG11 -13562.059160  11053.719592  19646.516170    -72.696067  7  7  5 110       
+PG12  23596.227530 -11560.284222   3294.633244    -98.244898  9  6  7  90       
+PG13  -9582.407784  11129.961193 -22273.259727    302.465325  6  5  6 108       
+PG14 -10663.246655 -18674.043483  15819.785174     63.069816  4  3  5 115       
+PG15  24090.797712   4006.633686  10603.743527   -246.923923 10  6  7 104       
+PG16 -16118.804866  -6521.657274 -20123.696922    -85.492122  9  7  6 100       
+PG17   8646.458984  18657.444330  17031.640539    159.628903  5  5  6 104       
+PG18  13314.643180 -18888.707166  13022.161501     78.107285  9  6  5 102       
+PG19 -23423.624316  -5343.470697  11695.923725    -46.347670  7  6  6 130       
+PG20 -22696.385310  13640.142553   1537.549075     53.927531  5  4  4  85       
+PG21   4621.427919 -24829.545349  -6749.291861    -70.893760  5  7  6 112       
+PG22   1469.707620 -17768.938687  19826.118220    168.468683  6  2    103       
+PG23 -18119.892213   4905.165222 -18940.978579    364.810960  8  5  6 127       
+PG24  -6779.540993 -23740.375926  10225.274336    300.751206  6  6  4  85       
+PG25  23648.707882 -11265.646357   4583.141938     -2.345428 14 18 14 117       
+PG26  23568.400370   7191.969516   9860.944017    -74.493465  8  6  6  95       
+PG27  15108.700352  -1027.442294  22502.011220    166.094422  6  6     90       
+PG28  -4344.815988  17844.819497  19559.087936    -11.907508  5  1  4 106       
+PG29  10294.346899 -11441.811630 -21551.460979    131.448278  6  5  5 111       
+PG30  17675.940197 -18437.539462  -7592.039439    256.755585  7  7  5 116       
+PG31  -7521.521736 -23114.183364 -10289.705755    -27.404927  4  6  8 133       
+PG32 -24467.449669   5721.792728   8380.488222    -27.998944  6  8  6 124       
+*  2010  7  1 13 15  0.00000000
+PG01  -7916.046483 -12979.575501 -21909.237861 999999.999999
+PG02  13633.692771  16458.299829 -16065.597425    269.259995  5  5  5  76       
+PG03 -24680.916839 -10027.470937  -2769.694922    575.747098  7  3  4 135       
+PG04   6432.928991  24987.711508  -5612.683356    115.635840  5  4  6 104       
+PG05  18296.660839   3344.983846 -19006.968662    -10.807562  6  5  6 112       
+PG06 -22209.669706 -13448.337904  -5799.137851    588.789778  7  4  5 118       
+PG07  -6994.011786  21937.655704 -13095.413459     -1.522387  6  5  4 121       
+PG08   -454.497819  26215.002871  -1561.797492      5.975041  5  2  5  97       
+PG09  14205.638899  -3279.882916  21653.860961     15.723778  6  4  2 101       
+PG10   9157.154063  12477.315103 -21771.436836    -45.951953  5  4  5 112       
+PG11 -14365.591733   8820.322780  20222.741068    -72.698190  7  7  5 105       
+PG12  23272.166618 -11075.871488   6113.312228    -98.241152  9  5  6  79       
+PG13 -11713.369839   9850.172062 -21854.124057    302.464771  6  5  6  97       
+PG14  -8965.458160 -17848.052618  17716.976191     63.073425  3  2  4 113       
+PG15  24946.556045   4681.421809   8046.103938   -246.918165 10  7  7  81       
+PG16 -14152.358592  -7820.230678 -21089.779551    -85.495504  9  7  5 113       
+PG17   6801.026462  17834.188891  18662.969170    159.631135  4  5  7 115       
+PG18  14597.017770 -19357.344524  10665.343015     78.109463  9  6  5 101       
+PG19 -24330.486806  -6131.909524   9213.201337    -46.350097  8  7  6 125       
+PG20 -22597.705572  13171.887994   4321.368632     53.927062  5  5  4  89       
+PG21   5032.891464 -23863.925426  -9367.780232    -70.895478  5  7  7 105       
+PG22   3394.225591 -18797.216222  18584.200962    168.468324  7  3  1  96       
+PG23 -19903.434544   3868.813760 -17349.643276    364.809592  8  5  6 120       
+PG24  -6545.255826 -24749.809811   7661.076981    300.753720  6  7  4  97       
+PG25  23223.067883 -10679.036835   7326.015733     -2.345607 13 17 12 121       
+PG26  24389.690219   7834.348718   7195.623727    -74.498827  8  7  6  90       
+PG27  15376.812322   1368.914877  22310.177987    166.095830  5  6  1 108       
+PG28  -6173.564710  18820.325130  18032.037930    -11.906361  5  2  5 100       
+PG29  12432.832570 -10233.041593 -21023.890231    131.450841  6  5  5 109       
+PG30  18365.156797 -18624.427090  -4860.625464    256.758452  7  7  5 112       
+PG31  -7375.307024 -24179.566268  -7646.227361    -27.402984  5  5  8 134       
+PG32 -23644.842873   4988.128036  10953.293275    -28.006490  5  8  6 122       
+*  2010  7  1 13 30  0.00000000
+PG01  -5944.594494 -14452.404207 -21593.964373 999999.999999
+PG02  13681.405530  18180.758996 -14083.144524    269.262685  5  4  5  81       
+PG03 -24182.385519 -10211.893305  -5485.580620    575.751976  7  4  4 139       
+PG04   6155.669935  25497.352874  -2837.249263    115.643303  6  4  6 106       
+PG05  16583.695219   4792.699673 -20223.001136    -10.809881  6  5  6 108       
+PG06 -21321.912338 -13449.145198  -8432.621812    588.777832  6  5  5 137       
+PG07  -7373.106062  20345.609538 -15292.328660     -1.522549  7  5  5 130       
+PG08   -674.250638  25877.677138  -4485.611744      5.975656  5  2  5  80       
+PG09  14602.310155   -719.183887  21630.068710     15.726037  6  5  3 106       
+PG10   7160.663122  13894.018662 -21629.302017    -45.953302  5  4  5  98       
+PG11 -15270.786763   6581.134342  20441.703579    -72.700116  7  6  5 100       
+PG12  22720.903384 -10389.156285   8825.925853    -98.237500  8  4  7  81       
+PG13 -13853.629227   8726.057812 -21063.990504    302.464189  6  5  6 106       
+PG14  -7046.355108 -17033.802215  19313.996064     63.077124  3  3  2 114       
+PG15  25561.374319   5199.632205   5351.014763   -246.912413  9  7  7  83       
+PG16 -12184.463027  -9276.508428 -21693.568660    -85.498821  9  7  5 105       
+PG17   4763.160361  17040.236347  19977.968455    159.632963  3  5  7  93       
+PG18  15633.538862 -19725.321208   8123.464724     78.111441  9  7  5  74       
+PG19 -25022.307423  -6737.987711   6574.887388    -46.352966  8  7  7 124       
+PG20 -22279.279134  12504.640868   7030.383096     53.926635  5  5  4  82       
+PG21   5519.578545 -22627.991316 -11816.883132    -70.897668  5  6  8 105       
+PG22   5140.177767 -19826.994880  17025.710082    168.467687  7  3  2  95       
+PG23 -21559.088827   3009.404533 -15463.916726    364.808137  8  5  6 120       
+PG24  -6342.429569 -25475.656282   4967.404483    300.757003  6  7  4  58       
+PG25  22589.209279  -9885.326938   9943.219470     -2.346382 11 16  8 103       
+PG26  24969.675845   8284.108984   4407.069505    -74.504210  8  7  6 103       
+PG27  15773.553211   3705.338607  21758.104718    166.098023  5  6  3  95       
+PG28  -7797.436899  19787.547551  16202.460978    -11.905379  5  3  5 106       
+PG29  14557.982293  -9170.658472 -20131.358826    131.453350  6  5  5 108       
+PG30  18804.717272 -18646.270361  -2046.001542    256.760358  7  8  5 117       
+PG31  -7251.743256 -24942.929473  -4868.889044    -27.400719  5  5  8 135       
+PG32 -22623.863950   4068.491005  13337.014824    -28.014226  6  8  6 121       
+*  2010  7  1 13 45  0.00000000
+PG01  -4095.408883 -15992.177702 -20911.090008 999999.999999
+PG02  13768.280313  19666.260722 -11863.664543    269.265569  5  4  5  84       
+PG03 -23404.405411 -10353.186984  -8109.759880    575.756358  7  5  4 138       
+PG04   5843.962552  25707.099597    -12.012415    115.650521  5  4  6  95       
+PG05  14858.380569   6404.700757 -21092.162853    -10.812366  7  4  6 106       
+PG06 -20156.970023 -13411.530187 -10921.313432    588.765537  6  5  6 132       
+PG07  -7878.893341  18546.226131 -17224.239537     -1.522887  7  5  5 121       
+PG08   -950.069909  25223.513509  -7329.670908      5.977355  5  3  5  97       
+PG09  15130.222421   1790.707499  21214.465834     15.727378  5  5  4  89       
+PG10   5264.826584  15390.297708 -21120.227359    -45.953570  5  5  5 105       
+PG11 -16264.204911   4378.916738  20300.501748    -72.702623  7  6  5 107       
+PG12  21977.815933  -9481.743375  11385.552112    -98.233798  8  3  7 158       
+PG13 -15954.703393   7769.899552 -19916.210620    302.463725  6  6  6 103       
+PG14  -4934.255313 -16268.847435  20583.804249     63.080841  4  3    121       
+PG15  25908.613190   5588.062209   2564.527149   -246.906803  9  7  7  88       
+PG16 -10259.306763 -10868.624782 -21923.832384    -85.502002  8  7  5 106       
+PG17   2564.627027  16308.592431  20954.046286    159.634879  2  5  7 108       
+PG18  16425.228885 -19954.068907   5440.019986     78.113396  9  7  5  88       
+PG19 -25468.133173  -7184.429909   3825.601993    -46.355658  8  7  7 130       
+PG20 -21772.081742  11619.938838   9617.535740     53.926574  6  5  4  86       
+PG21   6108.355257 -21150.068289 -14052.127277    -70.899996  5  6  8 118       
+PG22   6687.475797 -20819.750034  15176.683044    168.466822  7  4  3 106       
+PG23 -23043.804399   2318.292332 -13316.257533    364.806770  8  6  6 132       
+PG24  -6135.573227 -25906.784799   2189.751011    300.760210  6  7  4  96       
+PG25  21783.366127  -8869.692085  12389.804504     -2.346965  9 15  8 122       
+PG26  25280.638977   8570.060334   1543.572951    -74.509292  8  7  6 105       
+PG27  16283.406682   5938.197231  20854.620411    166.100878  5  7  3 102       
+PG28  -9199.265701  20704.513904  14099.566972    -11.904465  6  5  5 109       
+PG29  16622.170432  -8263.673137 -18889.361125    131.455832  7  5  5 104       
+PG30  19011.308271 -18469.515054    803.795540    256.761367  7  8  4 116       
+PG31  -7112.377379 -25394.589512  -2006.472840    -27.398242  4  4  8 136       
+PG32 -21444.891105   2951.750105  15491.638434    -28.021866  6  8  6 108       
+*  2010  7  1 14  0  0.00000000
+PG01  -2398.244396 -17560.832731 -19871.699219 999999.999999
+PG02  13861.190077  20893.882382  -9444.928263    269.268485  5  3  5  82       
+PG03 -22354.567209 -10486.390076 -10598.786579    575.759347  6  5  4 131       
+PG04   5462.491103  25619.993111   2813.418967    115.658004  5  4  6 110       
+PG05  13162.925719   8159.023109 -21599.334669    -10.814978  7  4  6 116       
+PG06 -18726.301649 -13371.097115 -13222.029073    588.752818  6  6  6 125       
+PG07  -8529.453385  16581.217148 -18858.029357     -1.522760  7  6  5 123       
+PG08  -1318.642100  24271.738927 -10043.584359      5.978022  5  3  5  93       
+PG09  15772.400550   4198.981861  20415.060851     15.729578  5  6  4  93       
+PG10   3501.558339  16931.014168 -20251.714970    -45.954759  6  5  6 101       
+PG11 -17325.999959   2253.572036  19802.723285    -72.704697  7  5  5 100       
+PG12  21082.718515  -8343.055615  13748.032290    -98.230517  8  2  7  80       
+PG13 -17967.480771   6985.406944 -18430.135951    302.463042  6  6  6 102       
+PG14  -2664.509394 -15585.859582  21504.813495     63.084481  5  3    116       
+PG15  25968.837113   5878.188895   -265.762890   -246.900854  9  7  7 102       
+PG16  -8417.316089 -12567.273902 -21775.735983    -85.505194  8  7  5  94       
+PG17    243.266838  15666.851766  21574.237117    159.636772  3  5  7 103       
+PG18  16981.151083 -20007.536066   2661.386450     78.115649  9  8  6  76       
+PG19 -25643.339633  -7499.595502   1011.764988    -46.358232  8  7  7 123       
+PG20 -21111.568626  10506.586230  12037.773728     53.925993  6  5  4 100       
+PG21   6820.582123 -19465.386070 -16033.059693    -70.902813  5  6  8  87       
+PG22   8023.635687 -21735.175375  13068.179190    168.466285  8  5  3  79       
+PG23 -24318.316760   1779.234825 -10943.379255    364.805362  8  6  7 127       
+PG24  -5888.306700 -26040.382836   -624.943527    300.764396  6  6  4 111       
+PG25  20845.426731  -7625.178681  14623.722622     -2.348352  7 13 12 105       
+PG26  25302.388542   8726.289498  -1346.021024    -74.514621  8  7  7 113       
+PG27  16883.738241   8027.477568  19613.886033    166.103228  5  7  3  92       
+PG28 -10369.950135  21527.847923  11757.446387    -11.903364  7  6  6 105       
+PG29  18577.969405  -7512.837916 -17319.505592    131.458047  7  5  5  95       
+PG30  19008.631971 -18065.832328   3639.652459    256.762672  7  7  4 100       
+PG31  -6918.330045 -25534.214780    890.937908    -27.396186  4  3  8 136       
+PG32 -20151.073761   1634.627956  17381.456382    -28.029678  6  8  5 113       
+*  2010  7  1 14 15  0.00000000
+PG01   -875.738463 -19116.369650 -18492.950093 999999.999999
+PG02  13924.596872  21850.390561  -6867.824832    269.271085  5  3  5  83       
+PG03 -21048.035439 -10645.065105 -12911.649736    575.765589  6  6  4 125       
+PG04   4977.901905  25247.714433   5589.228506    115.664886  5  5  6 111       
+PG05  11535.818572  10026.524824 -21735.577128    -10.816984  7  5  5 122       
+PG06 -17049.457200 -13361.450773 -15294.619078    588.740622  5  6  6 130       
+PG07  -9335.273746  14496.277913 -20165.847576     -1.523180  7  6  6 115       
+PG08  -1812.330005  23050.329493 -12579.506178      5.977583  5  4  5  91       
+PG09  16504.175824   6459.148935  19247.103479     15.732130  5  6  4 108       
+PG10   1896.348830  18476.465542 -19037.384304    -45.954482  5  5  6 104       
+PG11 -18430.663617    240.778911  18958.300545    -72.707079  7  5  5  90       
+PG12  20078.253489  -6970.927678  15872.738432    -98.227052  8  2  7  87       
+PG13 -19843.950752   6367.710822 -16630.812522    302.462362  6  6  6  88       
+PG14   -278.359395 -15011.373043  22061.242824     63.088100  6  4    114       
+PG15  25730.584244   6104.766290  -3091.510481   -246.895225  8  7  7 102       
+PG16  -6693.715048 -14336.672621 -21250.984718    -85.508171  8  6  6  94       
+PG17  -2158.230886  15136.138943  21827.503985    159.638569  3  6  7  99       
+PG18  17317.940502 -19853.753680   -163.981962     78.117640  8  8  6  82       
+PG19 -25530.586995  -7716.217017  -1819.144125    -46.360951  7  7  7 129       
+PG20 -20336.229500   9161.307264  14248.860071     53.925609  6  5  4  92       
+PG21   7671.029227 -17614.725151 -17724.088407    -70.905585  5  6  8 110       
+PG22   9144.082973 -22532.728842  10735.797572    168.465481  7  6  3  87       
+PG23 -25348.545318   1369.208624  -8385.636254    364.803949  8  6  7 134       
+PG24  -5564.920398 -25882.014646  -3429.047502    300.768433  6  6  5 114       
+PG25  19817.358173  -6153.174606  16606.551893     -2.350253  7 10 14  94       
+PG26  25022.955886   8790.619529  -4213.110380    -74.520282  8  7  7 106       
+PG27  17545.594739   9938.041008  18055.237212    166.105494  5  7  4 116       
+PG28 -11308.700960  22214.431369   9214.628480    -11.902352  8  7  5 109       
+PG29  20379.861899  -6910.769447 -15449.127335    131.460429  7  6  6  98       
+PG30  18826.409101 -17413.423037   6412.224850    256.765068  7  7  4 108       
+PG31  -6632.019025 -25370.723906   3772.877902    -27.394308  4  2  7 134       
+PG32 -18786.669416    121.949484  18975.584532    -28.037579  6  7  5 111       
+*  2010  7  1 14 30  0.00000000
+PG01    457.296824 -20614.368364 -16797.827778 999999.999999
+PG02  13922.020287  22530.570417  -4175.708105    269.273944  6  3  5  88       
+PG03 -19507.054482 -10859.911277 -15010.359447    575.771004  6  6  4 125       
+PG04   4360.356233  24610.111549   8266.333463    115.672105  5  5  6 114       
+PG05  10010.453778  11971.833852 -21498.298345    -10.819593  7  5  5 116       
+PG06 -15153.510664 -13412.742635 -17102.695791    588.728653  5  5  6 122       
+PG07 -10298.707789  12339.433353 -21125.569788     -1.523163  7  6  6 117       
+PG08  -2457.681549  21594.893972 -14893.038651      5.979086  5  4  4  91       
+PG09  17294.232536   8530.716118  17732.711144     15.732999  5  6  4 113       
+PG10    467.427856  19983.787572 -17496.828124    -45.954390  6  6  6  89       
+PG11 -19548.003576  -1629.180729  17783.242808    -72.709326  8  4  5  95       
+PG12  19008.191952  -5371.870896  17723.270153    -98.223371  8  3  7  82       
+PG13 -21538.905025   5903.686420 -14548.585911    302.461770  6  6  6  93       
+PG14   2178.423097 -14564.772664  22243.383723     63.092102  7  4  1 114       
+PG15  25190.846046   6304.299751  -5864.430561   -246.889358  7  7  6 100       
+PG16  -5117.286609 -16135.793388 -20357.852938    -85.511472  8  6  6 105       
+PG17  -4593.740484  14730.301292  21708.951881    159.640124  4  6  6 101       
+PG18  17459.029936 -19466.269322  -2986.430433     78.119803  8  8  6  83       
+PG19 -25120.518705  -7869.979716  -4619.341289    -46.363561  7  7  7 130       
+PG20 -19486.030882   7589.093638  16212.140953     53.925221  6  4  5  85       
+PG21   8667.084690 -15642.837836 -19095.202626    -70.907587  5  6  7  95       
+PG22  10052.158411 -23173.211408   8219.111771    168.465047  7  6  4 105       
+PG23 -26106.804751   1059.477221  -5686.362045    364.802509  8  7  7 134       
+PG24  -5131.919539 -25445.379601  -6175.007079    300.772568  6  6  6 109       
+PG25  18741.561940  -4463.560210  18304.161601     -2.351155  8  6 15  94       
+PG26  24438.986041   8802.973256  -7010.083928    -74.525573  8  7  7  93       
+PG27  18234.732035  11640.724074  16202.977076    166.108619  5  7  4 111       
+PG28 -12022.978614  22723.102947   6513.544326    -11.901230  8  7  6 104       
+PG29  21985.886969  -6442.400704 -13310.796183    131.463003  8  6  6  95       
+PG30  18499.138021 -16498.095610   9072.819683    256.768426  7  7  5 101       
+PG31  -6218.821548 -24921.830887   6589.409998    -27.391926  5  3  7 137       
+PG32 -17395.379174  -1573.422093  20248.379831    -28.045378  7  7  5 101       
+*  2010  7  1 14 45  0.00000000
+PG01   1594.283228 -22009.617707 -14814.798527 999999.999999
+PG02  13817.541488  22937.271221  -1413.717041    269.276888  6  3  5  82       
+PG03 -17760.216377 -11157.497541 -16860.482292    575.774680  5  6  4 121       
+PG04   3584.950156  23734.403389  10797.322922    115.679506  5  6  5 108       
+PG05   8613.964231  13954.545537 -20891.315373    -10.822260  6  5  5 118       
+PG06 -13072.203873 -13550.350055 -18614.308175    588.716291  5  5  6 120       
+PG07 -11413.761059  10159.310742 -21721.151169     -1.523392  7  7  6 120       
+PG08  -3274.192328  19947.264863 -16944.047663      5.979549  5  5  4  95       
+PG09  18105.943944  10380.595991  15900.339399     15.735460  4  7  4 124       
+PG10   -774.799503  21408.506287 -15655.365520    -45.956442  6  6  6  84       
+PG11 -20644.310566  -3332.361937  16299.257568    -72.711638  8  4  6 112       
+PG12  17915.710726  -3561.000204  19268.069037    -98.219569  8  3  7 106       
+PG13 -23011.547923   5572.595932 -12218.621196    302.461113  6  6  6 106       
+PG14   4657.070989 -14257.559165  22047.775453     63.095683  7  5  3 114       
+PG15  24355.238139   6513.455678  -8537.106726   -246.883679  5  7  6 117       
+PG16  -3709.385678 -17919.822822 -19111.094772    -85.514900  8  6  7 115       
+PG17  -7015.250202  14455.385071  21219.947404    159.642223  4  6  6 105       
+PG18  17433.597337 -18825.385542  -5756.028441     78.121683  8  8  6  94       
+PG19 -24412.177300  -7997.994041  -7341.498937    -46.365841  6  7  7 134       
+PG20 -18600.807807   5803.229781  17893.252376     53.924987  6  4  5  98       
+PG21   9808.292296 -13596.717660 -20122.551884    -70.909850  5  6  7 111       
+PG22  10758.821332 -23620.318810   5561.028085    168.464190  7  7  4  83       
+PG23 -26572.787705    816.869964  -2891.169313    364.800983  7  7  7 140       
+PG24  -4559.493736 -24751.777594  -8816.121114    300.775651  6  5  6 100       
+PG25  17659.224300  -2574.532684  19687.304497     -2.351665  8    15  94       
+PG26  23555.822328   8803.701887  -9691.015380    -74.530644  7  7  7 113       
+PG27  18912.842536  13113.248248  14086.115967    166.111121  4  7  4 119       
+PG28 -12528.115731  23016.331423   3699.894663    -11.899733  8  8  6 113       
+PG29  23359.155130  -6085.742972 -10941.730180    131.465663  8  7  6  93       
+PG30  18064.654020 -15314.066987  11574.297707    256.771098  7  6  7 104       
+PG31  -5648.608771 -24213.260399   9292.007544    -27.389662  5  4  7 143       
+PG32 -16018.743316  -3430.951544  21179.759300    -28.053215  7  6  4  96       
+*  2010  7  1 15  0  0.00000000
+PG01   2536.967672 -23257.797872 -12577.366865 999999.999999
+PG02  13577.289687  23081.168841   1371.922446    269.279714  5  3  5 101       
+PG03 -15841.517437 -11559.157927 -18431.624301    575.779941  5  6  4 126       
+PG04   2632.938814  22654.091855  13137.369302    115.686979  5  6  5 119       
+PG05   7366.301463  15930.625619 -19924.806885    -10.824459  6  6  5 119       
+PG06 -10844.830541 -13793.743056 -19802.548286    588.704302  5  5  6 126       
+PG07 -12666.212376   8003.406580 -21942.869407     -1.523558  7  7  6 118       
+PG08  -4273.371999  18153.861009 -18697.372578      5.979854  5  5  4  91       
+PG09  18898.932414  11984.184443  13784.117306     15.736637  4  7  4 112       
+PG10  -1828.017655  22706.183585 -13543.689954    -45.956388  6  6  6  94       
+PG11 -21683.663617  -4851.831485  14533.274668    -72.713659  8  4  6  97       
+PG12  16841.713494  -1561.627648  20480.941015    -98.216104  8  3  7  93       
+PG13 -24226.956182   5347.027549  -9680.343182    302.460428  6  7  6  87       
+PG14   7107.473299 -14092.920554  21477.286040     63.099189  7  5  3 110       
+PG15  23237.855378   6767.467272 -11063.787693   -246.878106  4  7  6 117       
+PG16  -2483.245538 -19641.791239 -17531.734147    -85.518041  7  5  7 107       
+PG17  -9374.494537  14309.416987  20368.140424    159.643931  5  6  5  91       
+PG18  17275.274589 -17919.145312  -8423.524091     78.124097  7  8  6  99       
+PG19 -23413.121634  -8137.216409  -9939.503771    -46.368992  5  6  7 131       
+PG20 -17718.669566   3824.992192  19262.751115     53.924452  7  4  6  93       
+PG21  11086.236962 -11523.797468 -20788.869913    -70.912600  5  6  6 106       
+PG22  11282.059246 -23842.106073   2807.075340    168.464137  7  7  5  74       
+PG23 -26734.284793    605.224402    -47.220626    364.799743  6  7  7 138       
+PG24  -3822.856591 -23829.299412 -11307.310879    300.778872  6  5  6 119       
+PG25  16608.725333   -512.109257  20732.125845     -2.351999 10  5 15  91       
+PG26  22387.291574   8831.937394 -12212.300542    -74.535903  7  6  7  95       
+PG27  19538.948434  14340.907738  11738.053760    166.114826  4  7  4 112       
+PG28 -12846.628508  23061.796746    821.925665    -11.898860  7  8  6 116       
+PG29  24469.172948  -5812.926059  -8383.126312    131.468128  8  7  6 109       
+PG30  17562.543381 -13864.445623  13871.976491    256.775407  6  5  7 102       
+PG31  -4897.092392 -23277.669626  11834.392322    -27.387706  6  6  6 140       
+PG32 -14694.653333  -5423.079953  21755.423346    -28.061067  7  6  4 110       
+*  2010  7  1 15 15  0.00000000
+PG01   3295.190237 -24317.152238 -10123.540162 999999.999999
+PG02  13170.858912  22980.255042   4134.607119    269.282767  6  4  5  64       
+PG03 -13789.236507 -12080.084945 -19697.859864    575.784672  5  6  5 124       
+PG04   1492.710898  21407.626856  15245.090394    115.694610  4  6  5 118       
+PG05   6279.600745  17853.966151 -18615.156697    -10.826922  5  6  5 123       
+PG06  -8514.900849 -14155.586785 -20646.075372    588.692422  5  4  6 124       
+PG07 -14034.062835   5916.414218 -21787.455343     -1.523809  7  7  6 124       
+PG08  -5458.149761  16263.894323 -20123.417573      5.981006  6  5  4  90       
+PG09  19630.779397  13326.069057  11423.072884     15.737246  4  7  3 110       
+PG10  -2697.950429  23834.094886 -11197.412371    -45.955696  6  6  6  95       
+PG11 -22629.318605  -6178.057009  12516.888525    -72.715897  8  4  6 106       
+PG12  15823.261186    595.460005  21341.479350    -98.212174  7  3  6  77       
+PG13 -25157.333265   5194.097160  -6976.803423    302.459883  5  7  6 109       
+PG14   9479.885179 -14065.626922  20541.096233     63.103015  7  5  4 105       
+PG15  21860.815795   7098.597286 -13401.158910   -246.872364  3  6  6 108       
+PG16  -1443.608147 -21254.310378 -15646.734429    -85.521117  7  6  7 114       
+PG17 -11624.609279  14282.502133  19167.384448    159.645714  5  7  4 102       
+PG18  17020.669623 -16744.017052 -10941.304377     78.126105  7  7  5  89       
+PG19 -22139.239841  -8322.875899 -12369.201820    -46.371369  4  5  7 123       
+PG20 -16874.484001   1683.032721  20296.656394     53.924408  7  4  6 107       
+PG21  12484.779002  -9470.158434 -21083.735742    -70.914747  5  6  5 123       
+PG22  11646.023840 -23812.306769      4.636477    168.462374  7  7  4  88       
+PG23 -26587.616926    386.939065   2797.521176    364.798436  6  6  7 136       
+PG24  -2903.403943 -22711.770046 -13605.873543    300.782238  5  5  6 113       
+PG25  15624.168337   1690.672846  21420.580168     -2.353134 10  4 15  89       
+PG26  20955.206012   8924.023140 -14533.236882    -74.541006  7  6  7  95       
+PG27  20070.920659  15317.008575   9196.199959    166.117818  4  7  4  95       
+PG28 -13007.234030  22833.812496  -2070.380515    -11.898046  7  8  6 120       
+PG29  25292.925553  -5591.473831  -5679.421903    131.470467  8  8  6  94       
+PG30  17032.475339 -12161.367676  15924.512442    256.778938  6  4  8 110       
+PG31  -3946.932483 -22153.323810  14173.313676    -27.385475  7  6  6 136       
+PG32 -13456.030363  -7516.125971  21966.987525    -28.069058  7  5  4 118       
+*  2010  7  1 15 30  0.00000000
+PG01   3886.335117 -25150.084138  -7495.206942 999999.999999
+PG02  12572.605477  22659.072133   6828.070679    269.285521  6  4  5 101       
+PG03 -11644.672564 -12728.650520 -20638.104975    575.788662  5  5  5 125       
+PG04    160.470099  20036.880843  17083.340339    115.702122  4  6  4 116       
+PG05   5357.855940  19678.035498 -16984.689485    -10.829562  5  6  6 122       
+PG06  -6128.636659 -14641.119003 -21129.544467    588.679866  5  3  6 128       
+PG07 -15488.293272   3938.675495 -21258.111693     -1.524016  6  7  6 119       
+PG08  -6822.638230  14327.497937 -21198.615951      5.982275  6  6  3  90       
+PG09  20258.806190  14400.346643   8860.276246     15.737668  4  7  3 110       
+PG10  -3397.992461  24752.873858  -8656.501950    -45.956431  6  6  6  77       
+PG11 -23445.123682  -7309.002669  10285.734266    -72.718018  8  5  6  95       
+PG12  14892.171533   2873.009971  21835.382997    -98.208386  7  4  6  78       
+PG13 -25783.010248   5076.868950  -4153.981859    302.459441  5  7  6  90       
+PG14  11726.634443 -14162.254584  19254.584527     63.106723  6  6  4 102       
+PG15  20253.509620   7534.716838 -15509.077015   -246.866666  4  6  5 114       
+PG16   -586.695933 -22711.350773 -13488.550904    -85.524343  7  6  7 100       
+PG17 -13721.747924  14357.237883  17637.553566    159.647616  6  7  4 122       
+PG18  16707.763790 -15305.244364 -13264.336562     78.128154  6  7  5 104       
+PG19 -20614.262857  -8586.964619 -14589.121077    -46.374011  3  4  6 130       
+PG20 -16098.501891   -587.531224  20976.890580     53.923860  7  4  6 103       
+PG21  13980.620920  -7478.829450 -21003.671302    -70.917307  5  6  4 108       
+PG22  11879.924585 -23511.453348  -2797.865984    168.461938  6  7  4  94       
+PG23 -26137.764923    124.580180   5595.053915    364.796873  5  6  7 135       
+PG24  -1789.645297 -21437.482149 -15672.207911    300.783977  5  4  6 102       
+PG25  14734.086710   3994.829978  21740.748111     -2.354146 10  5 15  76       
+PG26  19288.605431   9112.072012 -16616.546298    -74.546481  7  6  6  83       
+PG27  20467.078112  16043.038159   6501.526626    166.121534  4  7  4 107       
+PG28 -13043.603972  22314.525527  -4926.189328    -11.896772  6  8  6  93       
+PG29  25815.675440  -5385.762909  -2877.501481    131.472968  8  8  6 101       
+PG30  16512.521067 -10225.771839  17694.738746    256.782395  6  4  8 105       
+PG31  -2788.566393 -20882.581194  16269.256899    -27.383295  7  7  6 138       
+PG32 -12329.712389  -9671.403475  21812.027686    -28.077026  7  4  4 141       
+*  2010  7  1 15 45  0.00000000
+PG01   4334.483173 -25724.615725  -4737.437229 999999.999999
+PG02  11762.780380  22147.719708   9407.095822    269.288355  6  4  5  92       
+PG03  -9450.783259 -13505.977019 -21236.432907    575.793003  5  5  6 121       
+PG04  -1359.406462  18585.497988  18619.910180    115.709626  4  6  4 117       
+PG05   4596.917328  21357.559474 -15061.301926    -10.832331  5  6  6 121       
+PG06  -3733.355344 -15247.831312 -21243.927902    588.667637  5  3  6 127       
+PG07 -16993.899106   2104.814029 -20364.422095     -1.524070  6  7  6 107       
+PG08  -8352.258830  12393.853880 -21905.763402      5.982794  6  6  3  67       
+PG09  20741.846367  15210.548224   6141.928762     15.739409  3  7  3 100       
+PG10  -3948.531102  25428.058210  -5964.629871    -45.956783  7  6  6  79       
+PG11 -24096.906146  -8249.935316   7878.813641    -72.720403  8  5  5  90       
+PG12  14073.840328   5228.558239  21954.667277    -98.205028  6  4  5  81       
+PG13 -26093.153895   4955.942441  -1260.032217    302.458925  4  7  6  87       
+PG14  13803.762055 -14361.733731  17639.112401     63.110461  6  6  4 105       
+PG15  18451.580657   8098.055228 -17351.255242   -246.860980  4  6  5 109       
+PG16     99.471278 -23969.987336 -11094.572364    -85.527454  7  7  7 107       
+PG17 -15626.598421  14509.431423  15804.255320    159.649350  6  8  4 110       
+PG18  16374.253504 -13616.840643 -15351.065370     78.130175  6  6  5  87       
+PG19 -18868.993768  -8956.847942 -16561.161757    -46.376442  2  4  6 129       
+PG20 -15415.177332  -2946.284298  21291.609444     53.923492  7  3  6  99       
+PG21  15544.174975  -5588.249144 -20552.081113    -70.919630  5  7  3  94       
+PG22  12016.721490 -22927.751668  -5551.816727    168.461440  6  7  4  98       
+PG23 -25398.191569   -217.516006   8298.099322    364.795520  4  6  7 134       
+PG24   -477.870485 -20047.765073 -17470.500622    300.786514  5  4  6  92       
+PG25  13960.378569   6356.738778  21687.047647     -2.355122 11    15  88       
+PG26  17422.769486   9422.695473 -18428.842860    -74.551716  6  5  6  93       
+PG27  20687.816693  16528.551177   3698.049736    166.123797  3  6  3  87       
+PG28 -12992.898310  21494.834497  -7694.756024    -11.895680  5  8  6 113       
+PG29  26031.447574  -5158.605271    -25.864725    131.475382  8  8  6 105       
+PG30  16037.531799  -8086.814120  19150.435731    256.785621  6  4  8 107       
+PG31  -1420.730523 -19510.248872  18087.071400    -27.381213  7  8  6 137       
+PG32 -11335.584173 -11846.513353  21294.043737    -28.084865  7  4  4 138       
+*  2010  7  1 16  0  0.00000000
+PG01   4669.296953 -26015.650325  -1897.715445 999999.999999
+PG02  10728.456031  21480.667591  11828.217116    269.291298  6  4  5 107       
+PG03  -7250.768881 -14405.773569 -21482.329960    575.798415  5  4  6 129       
+PG04  -3054.348103  17097.188663  19828.121514    115.717011  3  6  4 117       
+PG05   3984.813101  22850.168931 -12877.994422    -10.834862  5  6  6 128       
+PG06  -1375.805846 -15965.470588 -20986.720144    588.655453  5  3  6 127       
+PG07 -18511.161349    442.600040 -19122.154454     -1.524361  5  7  5 121       
+PG08 -10024.216500  10509.395555 -22234.220336      5.982828  6  6  2 104       
+PG09  21041.934731  15769.187862   3316.425845     15.739788  3  6  3  91       
+PG10  -4375.980937  25831.472265  -3168.424710    -45.958302  7  5  5  86       
+PG11 -24553.778397  -9012.956191   5337.785915    -72.722459  9  6  5  94       
+PG12  13386.327639   7615.881345  21697.765758    -98.201178  4  4  5 100       
+PG13 -26086.152861   4791.146591   1655.518308    302.458299  4  7  6  84       
+PG14  15672.535444 -14636.201869  15721.710056     63.114084  6  6  4 110       
+PG15  16495.677391   8804.169595 -18895.888389   -246.855334  4  6  5 112       
+PG16    634.425033 -24992.041845  -8506.461133    -85.530692  7  8  7 114       
+PG17 -17305.741664  14709.096746  13698.440564    159.650987  6  8  4 116       
+PG18  16055.908887 -11701.225077 -17164.241304     78.132419  5  6  5 101       
+PG19 -16940.278413  -9454.047316 -18251.243965    -46.379178  2  5  6 137       
+PG20 -14842.231955  -5348.892676  21235.415040     53.923219  8  3  6 110       
+PG21  17140.686743  -3830.952238 -19739.045035    -70.921717  4  7  2  91       
+PG22  12091.667378 -22057.671795  -8209.271188    168.460872  6  6  4 101       
+PG23 -24390.361801   -671.703624  10860.859418    364.793959  4  7  7 133       
+PG24   1027.477245 -18585.441708 -18969.360805    300.790403  5  4  6 110       
+PG25  13317.510520   8729.626514  21260.335578     -2.355448 12  4 15  39       
+PG26  15398.035168   9875.940524 -19941.047747    -74.557239  6  5  6  93       
+PG27  20697.213390  16790.765748    832.235721    166.127243  3  6  4  88       
+PG28 -12894.134961  20374.978332 -10326.406547    -11.894947  4  8  6 135       
+PG29  25943.183530  -4872.891015   2826.228361    131.477918  7  8  6 102       
+PG30  15637.647627  -5780.940526  20265.010816    256.789461  6  3  8 110       
+PG31    149.340736 -18081.874212  19596.511682    -27.378990  7  8  6 141       
+PG32 -10485.975109 -13996.762886  20422.347203    -28.092784  7  4  4 133       
+*  2010  7  1 16 15  0.00000000
+PG01   4924.680126 -26005.986305    974.881581 999999.999999
+PG02   9464.212989  20695.415733  14050.407372    269.294090  6  5  5 106       
+PG03  -5086.648148 -15414.445117 -21370.888232    575.803333  5  4  6 125       
+PG04  -4903.908680  15614.041750  20687.300391    115.724167  4  6  4 117       
+PG05   3502.382587  24117.949886 -10472.310530    -10.837222  5  6  6 129       
+PG06    899.476436 -16776.363794 -20362.018942    588.643384  5  2  7 129       
+PG07 -19997.104086  -1027.912730 -17552.964002     -1.524569  5  6  5 108       
+PG08 -11808.297439   8716.154303 -22179.986931      5.983381  6  6  2 126       
+PG09  21125.845158  16096.967654    433.418851     15.741431  4  6  2 112       
+PG10  -4711.565809  25942.386720   -316.651327    -45.958510  7  5  5  80       
+PG11 -24789.315573  -9616.282870   2706.237983    -72.724952  9  6  5  92       
+PG12  12839.741595   9986.589183  21069.524058    -98.197252  3  4  5  87       
+PG13 -25769.664557   4543.276599   4542.603219    302.457661  3  7  6 100       
+PG14  17300.777148 -14952.133699  13534.664391     63.117625  5  7  4 104       
+PG15  14430.020043   9661.175180 -20116.206642   -246.849776  5  6  4 106       
+PG16   1044.287923 -25745.554374  -5769.403909    -85.534033  7  8  7 103       
+PG17 -18732.798018  14921.695616  11355.913370    159.652992  6  9  5 120       
+PG18  15785.021992  -9588.513521 -18671.657324     78.134642  5  7  4 101       
+PG19 -14869.752265 -10093.243023 -19629.902340    -46.381793  2  6  6 129       
+PG20 -14390.000598  -7748.640509  20809.446993     53.922533  7  4  6 104       
+PG21  18731.560106  -2232.528710 -18580.979341    -70.923965  4  7  3  99       
+PG22  12140.757129 -20906.227916 -10723.819146    168.460033  5  6  4  97       
+PG23 -23142.977002  -1265.606792  13239.756667    364.792359  4  7  6 129       
+PG24   2713.740055 -17093.230429 -20142.391195    300.792686  4  4  6 100       
+PG25  12812.021556  11065.188273  20467.897284     -2.356728 12  7 14  43       
+PG26  13258.458634  10484.464960 -21128.753441    -74.562673  6  5  5  83       
+PG27  20464.547523  16853.872865  -2047.668018    166.131792  3  6  3  99       
+PG28 -12786.461640  18964.758288 -12773.533295    -11.893726  4  8  7 106       
+PG29  25562.560685  -4493.225653   5629.618842    131.480364  7  8  5  86       
+PG30  15337.004232  -3350.652083  21018.066930    256.793143  6  4  8 108       
+PG31   1906.042106 -16642.037142  20772.686356    -27.376732  8  8  5 137       
+PG32  -9785.341165 -16076.663446  19211.877357    -28.100701  6  4  4 137       
+*  2010  7  1 16 30  0.00000000
+PG01   5137.263184 -25687.039604   3830.547014 999999.999999
+PG02   7972.559885  19831.047209  16035.739738    269.296864  6  5  5  97       
+PG03  -2997.873020 -16511.473587 -20902.931765    575.807761  5  4  6 114       
+PG04  -6880.407751  14174.925650  21183.122525    115.731125  4  6  4 116       
+PG05   3124.196882  25128.835597  -7885.693125    -10.839835  5  6  6 118       
+PG06   3051.729262 -17656.055605 -19380.478568    588.631275  4  3  6 127       
+PG07 -21407.082352  -2294.948153 -15684.002777     -1.524748  5  6  5 101       
+PG08 -13667.951649   7050.310737 -21745.657484      5.982533  7  7  2 110       
+PG09  20966.419837  16221.684296  -2457.101503     15.742006  4  6  3 112       
+PG10  -4989.895132  25748.403678   2540.671680    -45.959301  7  5  4  77       
+PG11 -24782.563832 -10083.314437     28.946618    -72.727147  9  7  4  93       
+PG12  12435.940687  12291.798293  20081.087923    -98.193483  2  5  6  88       
+PG13 -25160.317826   4175.806410   7351.471552    302.457102  3  7  6 110       
+PG14  18663.957119 -15271.707216  11115.012592     63.121313  5  7  4 106       
+PG15  12300.836982  10669.267463 -20990.948406   -246.844165  5  6  4 113       
+PG16   1360.542840 -26206.022269  -2931.288483    -85.537392  7  8  7  96       
+PG17 -19889.315187  15109.576661   8816.746274    159.654699  5  9  5 114       
+PG18  15589.013324  -7315.494083 -19846.774035     78.136747  5  7  5  95       
+PG19 -12702.407185 -10881.537148 -20672.817162    -46.384163  3  7  6 133       
+PG20 -14061.084306 -10098.062156  20021.350775     53.922253  7  5  6  99       
+PG21  20275.822682   -810.889575 -17100.184338    -70.926467  3  7  4 103       
+PG22  12199.146103 -19486.932558 -13051.430770    168.458398  5  5  4  97       
+PG23 -21690.949410  -2020.871343  15394.148272    364.791090  5  7  6 140       
+PG24   4560.303165 -15612.152589 -20968.684004    300.796270  4  4  5 106       
+PG25  12442.346347  13315.269213  19323.324569     -2.357981 12  9 14  72       
+PG26  11050.363783  11252.974448 -21972.538794    -74.567853  6  5  5 100       
+PG27  19965.679641  16748.072404  -4892.377136    166.136133  3  5  3 109       
+PG28 -12707.403907  17283.372799 -14991.578681    -11.892591  4  8  7 113       
+PG29  24909.485757  -3987.497138   8336.100982    131.482627  6  7  4 113       
+PG30  15152.696812   -843.011814  21395.841265    256.796084  6  4  8 103       
+PG31   3825.841658 -15232.706736  21596.412447    -27.374614  8  8  6 138       
+PG32  -9230.238051 -18041.455811  17682.950210    -28.108471  6  4  4 139       
+*  2010  7  1 16 45  0.00000000
+PG01   5344.775227 -25059.243177   6619.630699 999999.999999
+PG02   6264.067987  18926.724841  17750.017133    269.299672  6  5  5  92       
+PG03  -1020.029452 -17670.062203 -20085.071657    575.810640  5  4  7 126       
+PG04  -8949.865565  12814.043808  21307.825022    115.738933  5  6  5 115       
+PG05   2819.731043  25857.785781  -5162.768142    -10.842104  5  6  6 130       
+PG06   5045.373872 -18574.234717 -18059.134137    588.619351  4  3  6 141       
+PG07 -22696.440020  -3355.248591 -13547.443267     -1.524913  5  6  5 100       
+PG08 -15561.612330   5541.000978 -20940.262840      5.982918  7  7  2 107       
+PG09  20543.644382  16176.892356  -5305.681559     15.744809  4  6  3 109       
+PG10  -5247.391486  25246.025484   5353.197883    -45.960140  6  5  5  88       
+PG11 -24518.845743 -10441.519386  -2648.855717    -72.729725  9  7  4 122       
+PG12  12168.563359  14483.822776  18749.689363    -98.189567  2  5  6  89       
+PG13 -24283.079729   3656.509763  10033.549131    302.456685  3  7  6 101       
+PG14  19746.004882 -15554.356010   8503.946528     63.124996  4  7  4 119       
+PG15  10154.729182  11820.556478 -21504.743329   -246.838464  5  7  4 108       
+PG16   1618.582483 -26357.354651    -41.823779    -85.540492  6  8  7  97       
+PG17 -20765.360018  15233.557881   6124.608484    159.656592  4 10  6 122       
+PG18  15489.257756  -4924.332103 -20669.217479     78.138783  5  8  4 105       
+PG19 -10485.029077 -11818.008296 -21361.271483    -46.386777  4  7  6 134       
+PG20 -13850.323615 -12350.605128  18885.124405     53.921499  7  6  5 102       
+PG21  21731.667737    424.142064 -15324.298428    -70.929328  3  7  4 104       
+PG22  12299.602198 -17821.423535 -15151.267211    168.458152  4  5  4 119       
+PG23 -20074.151870  -2952.136146  17287.004758    364.789521  5  7  5 136       
+PG24   6539.166115 -14180.006858 -21433.230353    300.799691  3  5  5 125       
+PG25  12198.964701  15433.547391  17846.283455     -2.359213 12 11 13 103       
+PG26   8820.822368  12177.937987 -22458.235625    -74.572737  6  5  5  92       
+PG27  19184.229005  16508.360173  -7652.383840    166.139333  3  5  3 103       
+PG28 -12691.167692  15358.862343 -16939.977596    -11.891487  3  8  7 114       
+PG29  24011.284605  -3328.311268  10899.249908    131.485270  5  7  4 111       
+PG30  15094.049186   1692.043614  21391.500096    256.799223  6  5  8  97       
+PG31   5878.022087 -13891.721547  22054.473942    -27.372528  8  8  6 139       
+PG32  -8809.583863 -19848.612395  15860.943985    -28.116236  5  4  5 138       
+*  2010  7  1 17  0  0.00000000
+PG01   5584.367078 -24132.104371   9293.532666 999999.999999
+PG02   4357.211184  18020.184799  19163.360002    269.302610  6  5  5  98       
+PG03    816.330530 -18858.025577 -18929.685326    575.813726  4  4  7 127       
+PG04 -11073.190306  11559.702474  21060.283891    115.746396  5  5  5 114       
+PG05   2554.741811  26287.706201  -2350.568410    -10.844940  5  6  6 126       
+PG06   6851.218076 -19495.912039 -16421.099341    588.607569  4  4  6 135       
+PG07 -23822.175305  -4213.989155 -11179.924873     -1.524940  4  6  6  90       
+PG08 -17444.196999   4209.416182 -19779.011165      5.983405  7  7  2 116       
+PG09  19845.436079  16000.385838  -8064.226301     15.747867  4  6  4 114       
+PG10  -5520.634449  24440.878827   8071.201803    -45.960509  6  6  5  98       
+PG11 -23990.337438 -10721.190575  -5282.201595    -72.731879  9  7  4 117       
+PG12  12023.381426  16517.819893  17098.335913    -98.185741  2  4  7  96       
+PG13 -23170.307831   2958.925039  12542.291022    302.456281  3  7  5 111       
+PG14  20539.807598 -15758.449605   5746.135209     63.128682  4  7  4 112       
+PG15   8037.024556  13099.221905 -21648.397890   -246.832720  5  7  4 107       
+PG16   1856.099454 -26192.502432   2848.377566    -85.543658  6  8  7  99       
+PG17 -21359.787828  15254.590888   3326.017201    159.658291  4 10  7 116       
+PG18  15500.180246  -2461.061594 -21125.138169     78.140674  4  8  5 121       
+PG19  -8264.563245 -12893.579418 -21682.524113    -46.389616  4  7  6 138       
+PG20 -13745.091815 -14462.257767  17420.847713     53.921458  7  7  6 103       
+PG21  23058.008872   1470.910769 -13285.678952    -70.931053  2  6  5 116       
+PG22  12471.055415 -15938.775684 -16986.438040    168.458184  4  4  4 106       
+PG23 -18335.986570  -4066.264503  18885.542653    364.788125  5  6  4 133       
+PG24   8615.810138 -12829.970333 -21527.232995    300.802818  3  5  5 127       
+PG25  12064.871240  17377.152548  16062.175756     -2.359993 12 12 12 117       
+PG26   6616.112071  13247.591209 -22577.146374    -74.577683  6  4  5  73       
+PG27  18112.493543  16173.102102 -10278.830550    166.143394  3  5  3 111       
+PG28 -12767.074519  13227.180407 -18583.029163    -11.890555  2  8  7 111       
+PG29  22901.621820  -2494.239874  13275.210656    131.487866  5  6  3 117       
+PG30  15162.221904   4203.514919  21005.280185    256.800978  6  6  7  97       
+PG31   8025.688805 -12651.447325  22139.784896    -27.370132  8  8  6 138       
+PG32  -8505.200823 -21459.266760  13775.924120    -28.124088  5  4  5 127       
+*  2010  7  1 17 15  0.00000000
+PG01   5890.953964 -22923.915195  11805.585200 999999.999999
+PG02   2277.911932  17146.281893  20250.742752    269.305525  5  5  5  96       
+PG03   2486.682846 -20038.899740 -17454.814726    575.819100  3  4  6 127       
+PG04 -13207.566076  10433.337979  20445.960345    115.753993  5  5  6 107       
+PG05   2292.796353  26410.071900    502.288472    -10.847227  5  6  5 124       
+PG06   8447.402714 -20382.802821 -14495.143271    588.595066  3  4  6 127       
+PG07 -24744.551676  -4884.371064  -8621.932562     -1.525029  4  7  6  95       
+PG08 -19268.730559   3068.221199 -18282.938148      5.983349  7  7  3 106       
+PG09  18868.125564  15732.562757 -10686.755520     15.747599  4  5  4 108       
+PG10  -5844.690718  23347.580301  10646.528239    -45.962184  6  6  6  94       
+PG11 -23196.400710 -10954.114644  -7827.087473    -72.733957  9  7  5 119       
+PG12  11978.961881  18353.329696  15155.409156    -98.182480  3  5  7  96       
+PG13 -21860.522110   2063.604319  14834.009395    302.456013  4  7  5 105       
+PG14  21047.371575 -15843.037422   2888.974655     63.132276  3  7  4  99       
+PG15   5990.184857  14481.985258 -21419.077313   -246.826930  6  7  4 111       
+PG16   2111.384358 -25713.737686   5688.733737    -85.547282  6  8  6 100       
+PG17 -21680.175461  15135.440644    469.524545    159.660112  4 10  7 129       
+PG18  15628.658516     26.070534 -21207.424961     78.143041  4  8  5 103       
+PG19  -6086.468205 -14091.208768 -21630.088856    -46.392201  5  7  5 140       
+PG20 -13725.894607 -16393.077477  15654.300868     53.921189  6  7  5  92       
+PG21  24215.986790   2335.689010 -11020.729563    -70.933262  3  6  5  92       
+PG22  12737.305380 -13874.522854 -18524.688618    168.457732  3  5  4  92       
+PG23 -16521.823439  -5361.867477  20161.800950    364.786850  5  5  3 130       
+PG24  10750.332108 -11589.382435 -21248.313300    300.804222  3  6  5 114       
+PG25  12016.346695  19108.158596  14001.700214     -2.361568 11 12 12 114       
+PG26   4480.199852  14442.229689 -22326.210998    -74.582517  6  5  4  79       
+PG27  16752.062060  15782.443320 -12724.429729    166.145990  3  4  3 119       
+PG28 -12958.203454  10930.926071 -19890.669462    -11.889406  2  7  7 111       
+PG29  21619.193668  -1470.834108  15423.435664    131.490330  4  5  3 114       
+PG30  15350.177117   6641.195058  20244.472551    256.803313  6  6  7 101       
+PG31  10227.005940 -11537.658316  21851.458486    -27.367826  8  8  6 138       
+PG32  -8292.617440 -22839.523168  11462.210349    -28.131755  5  4  5 140       
+*  2010  7  1 17 30  0.00000000
+PG01   6295.645883 -21461.124760  14111.904995 999999.999999
+PG02     58.804017  16335.640869  20992.468628    269.308215  5  4  5  97       
+PG03   3973.313152 -21173.238053 -15683.978431    575.823558  3  5  6 128       
+PG04 -15307.982805   9448.838490  19476.722312    115.761350  5  4  6 100       
+PG05   1996.891248  26225.228992   3346.453134    -10.849952  5  6  5 125       
+PG06   9820.052998 -21194.855725 -12315.155312    588.583360  3  4  6 123       
+PG07 -25428.594411  -5386.911421  -5917.117704     -1.525435  4  7  6  89       
+PG08 -20988.028394   2121.305704 -16478.478025      5.982672  7  7  3 115       
+PG09  17616.624654  15414.737846 -13130.087613     15.750605  3  5  4 102       
+PG10  -6251.502346  21989.245554  13033.518918    -45.963064  6  6  7  95       
+PG11 -22143.661923 -11172.204794 -10241.143601    -72.736609  9  7  6 124       
+PG12  12007.610513  19955.652325  12954.179669    -98.178677  4  5  7 102       
+PG13 -20396.942191    959.094611  16868.660724    302.455467  4  6  4 103       
+PG14  21279.637523 -15769.588135    -18.223322     63.136067  3  7  4 103       
+PG15   4052.326270  15938.883195 -20820.379136   -246.821381  6  7  4 111       
+PG16   2421.603211 -24932.571338   8429.624575    -85.550423  6  8  6 102       
+PG17 -21742.417813  14842.312539  -2395.145112    159.661950  4 10  7 111       
+PG18  15873.755064   2488.335518 -20915.772360     78.145102  4  8  5 104       
+PG19  -3993.120507 -15386.401846 -21203.911311    -46.394942  5  6  5 134       
+PG20 -13767.250176 -18108.559872  13616.481192     53.920260  6  8  5  94       
+PG21  25170.372735   3032.139466  -8569.192452    -70.935834  3  5  5  80       
+PG22  13115.941133 -11669.428001 -19739.001890    168.456820  3  6  4 100       
+PG23 -14677.364495  -6829.141157  21093.150888    364.785352  6  5  3 130       
+PG24  12898.804315 -10478.761396 -20600.605121    300.806656  3  6  5 112       
+PG25  12024.000448  20594.892410  11700.320774     -2.362989 11 13 12 114       
+PG26   2453.297973  15734.786958 -21708.119760    -74.587598  6  5  4  68       
+PG27  15114.077650  15376.610773 -14944.410920    166.149430  2  4  3 109       
+PG28 -13280.304841   8517.791328 -20839.119475    -11.888205  2  7  7 104       
+PG29  20206.246080   -251.364674  17307.359213    131.492855  4  5  3 110       
+PG30  15643.000938   8957.487074  19123.249889    256.806001  5  7  6  97       
+PG31  12436.614205 -10568.679774  21194.784190    -27.365666  8  7  6 138       
+PG32  -8142.104555 -23961.602326   8957.888061    -28.139524  5  4  6 140       
+*  2010  7  1 17 45  0.00000000
+PG01   6824.330666 -19777.397472  16172.197035 999999.999999
+PG02  -2261.766614  15613.465804  21374.572429    269.311133  5  4  5 102       
+PG03   5265.853743 -22220.051136 -13645.892987    575.828180  3  5  6 119       
+PG04 -17328.844862   8612.181921  18170.550304    115.768658  5  4  6  93       
+PG05   1631.097124  25742.362635   6132.712350    -10.852191  5  6  5 128       
+PG06  10963.608885 -21891.865388  -9919.510080    588.571078  2  5  6 117       
+PG07 -25845.417456  -5748.457711  -3111.571557     -1.525581  4  7  6  97       
+PG08 -22556.377607   1363.868907 -14396.966604      5.982581  7  6  3 111       
+PG09  16104.284632  15087.466289 -15354.447399     15.752612  3  4  4  87       
+PG10  -6768.403184  20396.660303  15189.893232    -45.963994  6  6  7  65       
+PG11 -20845.838060 -11406.145702 -12484.269098    -72.738721  9  7  7 123       
+PG12  12076.560556  21297.012840  10532.246340    -98.174930  5  6  7  92       
+PG13 -18825.845610   -357.390778  18610.576372    302.454785  4  6  3  85       
+PG14  21255.953492 -15503.654982  -2925.089832     63.139808  3  7  4 114       
+PG15   2255.910971  17434.314117 -19862.295478   -246.815655  6  6  4 113       
+PG16   2821.126035 -23869.313711  11023.298245    -85.553425  6  7  6 161       
+PG17 -21570.001520  14346.359699  -5217.990661    159.663681  4 10  7 115       
+PG18  16226.785342   4878.255261 -20256.604651     78.147225  4  7  6 108       
+PG19  -2022.332615 -16748.029601 -20410.435812    -46.397683  5  6  5 139       
+PG20 -13838.812438 -19580.796184  11343.029213     53.919999  5  8  5  89       
+PG21  25890.820193   3580.510896  -5973.421759    -70.938447  4  5  5  87       
+PG22  13617.518804  -9368.050206 -20608.100950    168.456419  2  6  4 107       
+PG23 -12846.994208  -8450.028767  21662.728688    364.783798  5  5  2 128       
+PG24  15014.809312  -9511.094637 -19594.730193    300.809938  3  6  5 122       
+PG25  12054.043180  21813.008561   9197.651389     -2.363848 10 13 10 112       
+PG26    570.539380  17091.684215 -20731.367195    -74.593053  6  6  4  79       
+PG27  13219.123706  14994.177313 -16897.471261    166.155567  2  4  3  85       
+PG28 -13741.038199   6038.791550 -21411.386904    -11.887191  2  7  6 109       
+PG29  18706.975436   1162.738267  18894.998847    131.495266  5  3  3 109       
+PG30  16018.566964  11109.106330  17662.344302    256.808525  5  7  6 109       
+PG31  14607.179056  -9754.819757  20181.115826    -27.363391  8  7  7 134       
+PG32  -8019.911438 -24804.784059   6304.266090    -28.147312  5  4  6 146       
+*  2010  7  1 18  0  0.00000000
+PG01   7496.468809 -17912.393805  17950.492911 999999.999999
+PG02  -4640.971460  14998.555492  21389.140330    269.313973  5  4  6 108       
+PG03   6361.550150 -23138.341948 -11374.099931    575.833007  4  5  6 127       
+PG04 -19225.593756   7921.398028  16551.139025    115.776241  5  2  7  93       
+PG05   1162.163108  24979.132168   8812.855549    -10.854596  5  6  5 121       
+PG06  11880.822583 -22435.101545  -7350.346983    588.559519  3  5  6 116       
+PG07 -25973.331674  -6000.965104   -253.062286     -1.525826  4  6  6  91       
+PG08 -23931.156685    782.827418 -12074.086954      5.981150  7  6  4 107       
+PG09  14352.459482  14788.937347 -17323.996979     15.754211  2  4  5 113       
+PG10  -7416.828382  18607.146995  17077.560869    -45.964465  6  6  7  95       
+PG11 -19323.318385 -11684.097902 -14519.227208    -72.741248  9  7  8 120       
+PG12  12149.360884  22357.471414   7930.908819    -98.171432  6  7  7 100       
+PG13 -17194.810809  -1879.640901  20029.121200    302.454219  5  6  2  91       
+PG14  21003.223295 -15016.399272  -5781.089680     63.143419  4  7  4 103       
+PG15    626.660704  18928.319272 -18561.062963   -246.809966  6  6  5 114       
+PG16   3339.975896 -22552.297682  13424.734276    -85.556970  5  7  7  95       
+PG17 -21192.983244  13625.007445  -7949.644354    159.665298  4  9  7 112       
+PG18  16671.713607   7151.264376 -19242.864492     78.149286  5  6  6 102       
+PG19   -206.042882 -18139.425671 -19262.556778    -46.400212  5  5  4 138       
+PG20 -13906.690784 -20789.375316   8873.576598     53.919411  4  8  5  93       
+PG21  26352.924615   4006.606818  -3277.652123    -70.940614  4  5  5  91       
+PG22  14245.031949  -7017.166168 -21116.841164    168.455537  2  6  4 104       
+PG23 -11072.177747 -10198.706803  21859.781196    364.782761  5  6  3 128       
+PG24  17051.091039  -8691.433860 -18247.652123    300.812550  3  6  5 119       
+PG25  12069.739494  22746.288791   6536.768269     -2.365655  9 12 10 140       
+PG26  -1139.182591  18473.930751 -19410.241089    -74.598154  6  6  4  67       
+PG27  11096.719522  14670.361980 -18546.701577    166.158454  3  4  3  91       
+PG28 -14339.570546   3546.359027 -21597.606026    -11.886271  3  6  6 105       
+PG29  17165.873583   2761.761204  20159.475403    131.497889  5  3  3 105       
+PG30  16448.508762  13058.594994  15888.586939    256.810060  4  7  6 103       
+PG31  16691.013801  -9098.108148  18827.673589    -27.361140  8  6  7 135       
+PG32  -7889.661450 -25356.113237   3545.283256    -28.155115  6  4  6 138       
+*  2010  7  1 18 15  0.00000000
+PG01   8324.150432 -15910.322355  19415.807630 999999.999999
+PG02  -7032.918345  14502.566522  21034.536290    269.317019  5  4  6 101       
+PG03   7265.240690 -23888.681258  -8906.496515    575.836596  4  5  6 123       
+PG04 -20956.281610   7366.849328  14647.407582    115.783510  5  1  7  90       
+PG05    561.016819  23960.987690  11340.523502    -10.856845  4  6  4 121       
+PG06  12582.425562 -22788.887289  -4652.781103    588.547344  3  5  6 110       
+PG07 -25798.693546  -6180.083169   2609.753327     -1.525911  4  5  6 108       
+PG08 -25074.337735    357.525358  -9549.267699      5.981708  6  6  4  97       
+PG09  12389.797416  14553.491144 -19007.290670     15.757416  2  4  5 114       
+PG10  -8211.273235  16663.174872  18663.346053    -45.965101  5  6  7 101       
+PG11 -17602.517774 -12030.506240 -16312.196468    -72.743507  9  8  8 110       
+PG12  12187.411141  23125.546036   5194.482521    -98.167987  6  7  7 104       
+PG13 -15550.913958  -3592.472564  21099.265848    302.453945  4  6  2  91       
+PG14  20554.761768 -14285.908900  -8536.427167     63.146980  4  6  4 110       
+PG15   -817.264831  20378.049941 -16938.901275   -246.804112  7  6  5 106       
+PG16   4002.461769 -21016.798327  15592.445147    -85.560258  5  7  7 109       
+PG17 -20646.712804  12663.038753 -10542.277177    159.667092  4  9  6 115       
+PG18  17185.853759   9267.235092 -17893.677219     78.151406  6  6  7 121       
+PG19   1430.768840 -19519.723515 -17779.450852    -46.402902  5  5  4 133       
+PG20 -13934.912246 -21721.997650   6251.029743     53.918945  4  8  5  85       
+PG21  26539.059685   4340.571947   -527.273879    -70.943151  5  4  5 105       
+PG22  14993.696972  -4664.109982 -21256.483343    168.455007  3  6  3  95       
+PG23  -9389.968531 -12042.382074  21679.914982    364.781165  5  7  3 131       
+PG24  18961.257490  -8016.813565 -16582.408708    300.815130  3  5  4 122       
+PG25  12032.983198  23387.135733   3763.461877     -2.367249 10 12 10 135       
+PG26  -2654.168089  19838.446010 -17764.739236    -74.602926  6  7  4  94       
+PG27   8784.430590  14435.444559 -19860.457072    166.160810  3  4  3 104       
+PG28 -15066.553232   1092.386392 -21395.206323    -11.885130  4  6  5 111       
+PG29  15626.079932   4527.902993  21079.444860    131.500070  5  4  4 106       
+PG30  16899.455207  14775.586562  13834.325368    256.812472  5  8  6 111       
+PG31  18641.720273  -8592.350357  17157.263495    -27.359166  8  5  8 138       
+PG32  -7713.860925 -25610.841981    726.866559    -28.162700  6  4  6 125       
+*  2010  7  1 18 30  0.00000000
+PG01   9311.453755 -13818.321534  20542.700931 999999.999999
+PG02  -9390.209719  14129.557683  20315.525235    269.320067  5  4  6 103       
+PG03   7989.042245 -24434.764394  -6284.770350    575.841340  4  5  6 125       
+PG04 -22483.035933   6931.813093  12492.932126    115.790712  5     7  93       
+PG05   -195.900222  22720.195114  13672.023145    -10.859313  4  6  4 117       
+PG06  13086.481605 -22922.061799  -1874.063541    588.534783  4  6  6 110       
+PG07 -25316.462874  -6323.605373   5428.132028     -1.526052  4  4  6  98       
+PG08 -25953.820809     60.716467  -6865.042993      5.981254  6  6  5 106       
+PG09  10251.291350  14410.305276 -20377.656467     15.760507  3  4  5 110       
+PG10  -9158.546275  14610.772793  19919.605993    -45.965032  5  6  6  95       
+PG11 -15715.024744 -12465.053101 -17833.273880    -72.745985  8  8  9 114       
+PG12  12151.585941  23598.525338   2369.566235    -98.164396  6  8  7 107       
+PG13 -13938.951371  -5472.114767  21802.059782    302.453257  3  7  3  90       
+PG14  19948.900805 -13298.256149 -11142.948742     63.150706  4  6  4 117       
+PG15  -2065.792045  21739.364476 -15023.643489   -246.798687  7  6  4 112       
+PG16   4826.050133 -19303.695249  17489.200832    -85.563696  5  7  7 110       
+PG17 -19970.352605  11453.394157 -12950.479861    159.668878  4  8  6 118       
+PG18  17740.839896  11191.806390 -16233.904865     78.153465  6  6  7 121       
+PG19   2870.894376 -20845.383515 -15986.288711    -46.405395  5  6  4 136       
+PG20 -13886.967007 -22374.779497   3520.803698     53.918258  4  8  4  80       
+PG21  26438.967756   4615.544894   2231.876057    -70.945866  5  4  5  84       
+PG22  15851.062548  -2355.098420 -21024.842470    168.454355  4  5  3  94       
+PG23  -7831.683806 -13942.374278  21125.240415    364.779854  4  7  4 127       
+PG24  20701.467011  -7476.498515 -14627.725272    300.817970  3  5  4 114       
+PG25  11905.933235  23736.742335    925.442115     -2.368584 10 12  9 139       
+PG26  -3960.620171  21139.565965 -15820.405988    -74.608228  6  7  5  80       
+PG27   6326.618486  14313.371611 -20813.140133    166.165097  3  4  3  99       
+PG28 -15904.476142  -1273.691375 -20808.907433    -11.884148  5  6  4 114       
+PG29  14127.802513   6435.781908  21639.436762    131.502826  5  4  4  99       
+PG30  17334.471466  16237.771115  11536.737729    256.814451  5  8  7 114       
+PG31  20415.789346  -8223.492565  15197.917914    -27.357004  8  4  8 131       
+PG32  -7455.470122 -25572.588866  -2103.755189    -28.170553  7  4  6 142       
+*  2010  7  1 18 45  0.00000000
+PG01  10454.131785 -11684.736397  21311.731542 999999.999999
+PG02 -11665.583234  13875.839325  19243.284398    269.322859  5  4  6  90       
+PG03   8551.746753 -24744.887817  -3553.741035    575.844491  4  5  6 121       
+PG04 -23773.362277   6593.335495  10125.315069    115.798171  5     7 115       
+PG05  -1125.515224  21294.608372  15767.093295    -10.861853  4  5  4 123       
+PG06  13417.455539 -22809.268329    937.289741    588.522115  4  6  6 111       
+PG07 -24530.448494  -6469.839702   8154.048549     -1.526068  4  4  7  88       
+PG08 -26544.556476   -140.220093  -4066.382397      5.980990  5  5  5 110       
+PG09   7977.124863  14382.290603 -21413.507194     15.763047  3  4  5 121       
+PG10 -10257.347973  12497.812721  20824.729580    -45.965728  5  5  6 101       
+PG11 -13696.573423 -13001.792304 -19056.926404    -72.748297  8  8  9 121       
+PG12  12003.887046  23782.460347   -495.727048    -98.160745  7  8  7  96       
+PG13 -12399.758875  -7486.939737  22124.994117    302.452759  3  7  4  95       
+PG14  19227.401065 -12048.249085 -13555.023677     63.154202  4  6  5  89       
+PG15  -3117.138841  22968.493220 -12848.263487   -246.792907  7  6  4 110       
+PG16   5820.519355 -17457.933789  19082.663232    -85.567191  5  7  7 113       
+PG17 -19205.253844   9997.651416 -15132.100091    159.670613  4  8  6 121       
+PG18  18303.821180  12897.469191 -14293.605801     78.155559  7  7  7 118       
+PG19   4105.403781 -22071.851118 -13913.828259    -46.407902  5  7  4 137       
+PG20 -13727.375633 -22752.239597    730.021449     53.918048  5  8  4  86       
+PG21  26050.090948   4866.227538   4954.200773    -70.948006  5  4  5  80       
+PG22  16797.438190   -133.609281 -20426.309663    168.453843  4  5  3 104       
+PG23  -6421.801773 -15855.446962  20204.403593    364.778483  4  8  4 133       
+PG24  22232.029979  -7052.551830 -12417.514780    300.821332  3  5  4 121       
+PG25  11652.645771  23804.931147  -1928.488983     -2.369338 11 11 10 161       
+PG26  -5053.077451  22330.688424 -13608.080385    -74.613789  6  7  4  97       
+PG27   3772.875306  14320.625639 -21385.863174    166.168922  4  4  2 100       
+PG28 -16828.379366  -3506.690962 -19850.544891    -11.883028  5  6  4 126       
+PG29  12706.866694   8453.234266  21830.095441    131.505394  5  3  5  89       
+PG30  17714.640553  17431.526847   9037.064993    256.816706  5  8  7 120       
+PG31  21974.105001  -7970.284973  12982.461145    -27.354668  7  4  8 131       
+PG32  -7079.481395 -25253.204488  -4898.777295    -28.178078  7  4  5 144       
+*  2010  7  1 19  0  0.00000000
+PG01  11739.640000  -9557.360216  21709.795507 999999.999999
+PG02 -13813.572126  13730.139855  17835.296005    269.325873  4  4  6 109       
+PG03   8977.944769 -24793.284074   -760.615125    575.848296  4  5  6 115       
+PG04 -24801.239086   6323.319618   7585.504902    115.805667  5     7  93       
+PG05  -2237.269455  19726.237416  17589.607073    -10.864113  3  5  4 122       
+PG06  13605.038880 -22432.016464   3732.381469    588.509832  5  6  5 110       
+PG07 -23453.232266  -6655.961694  10740.990681     -1.526475  5  5  7  82       
+PG08 -26829.420335   -281.875152  -1199.998068      5.981340  5  5  5 111       
+PG09   5611.354712  14485.227920 -22098.584778     15.765598  4  3  5 113       
+PG10 -11498.191469  10372.236941  21363.506369    -45.966705  5  5  6  96       
+PG11 -11585.874093 -13648.493789 -19962.387026    -72.750418  8  8 10 124       
+PG12  11709.061351  23691.835635  -3352.564969    -98.157225  7  7  6 104       
+PG13 -10968.696048  -9598.513673  22062.245453    302.452412  3  8  5  95       
+PG14  18433.733006 -10539.843136 -15730.383876     63.158073  4  7  5 101       
+PG15  -3977.692672  24023.706109 -10450.308020   -246.787148  7  6  4 105       
+PG16   6987.428544 -15526.848600  20345.920260    -85.570457  5  7  7 116       
+PG17 -18393.256379   8306.163729 -17049.017498    159.672154  4  7  5 115       
+PG18  18838.827909  14364.371172 -12107.416928     78.157984  7  7  7 118       
+PG19   5133.821946 -23155.280280 -11597.894014    -46.410544  5  8  4 136       
+PG20 -13423.216428 -22866.971500  -2073.306375     53.917431  5  8  5  92       
+PG21  25377.638051   5127.421637   7595.002561    -70.950527  6  4  5  78       
+PG22  17806.623616   1961.122255 -19471.748138    168.453329  5  5  3 113       
+PG23  -5177.126362 -17735.338877  18932.500805    364.777130  5  8  4 127       
+PG24  23518.860334  -6720.701722  -9990.273543    300.825242  3  5  4 107       
+PG25  11240.638302  23609.670539  -4749.282201     -2.370498 12 10 12 138       
+PG26  -5934.544822  23366.004271 -11163.548099    -74.618779  6  7  5  83       
+PG27   1176.206633  14465.418562 -21566.962086    166.173231  5  4  1  99       
+PG28 -17806.885253  -5567.273295 -18538.737375    -11.881809  5  6  4 117       
+PG29  11393.445095  10542.374311  21648.321650    131.507956  6  3  5  97       
+PG30  18000.716145  18352.199296   6379.783647    256.820200  6  7  7 119       
+PG31  23283.298706  -7805.219483  10548.004329    -27.352385  7  4  8 139       
+PG32  -6554.447556 -24672.342242  -7610.578065    -28.185781  7  4  5 134       
+*  2010  7  1 19 15  0.00000000
+PG01  13147.503467  -7481.711602  21730.342640 999999.999999
+PG02 -15792.119819  13674.088845  16115.116859    269.328645  3  4  6 107       
+PG03   9296.904682 -24561.256458   2045.835507    575.853391  5  5  6 115       
+PG04 -25547.968119   6089.801539   4917.080122    115.812730  5     7 112       
+PG05  -3532.560283  18059.668641  19108.198339    -10.866588  4  5  5 117       
+PG06  13682.783108 -21779.477761   6462.810325    588.497345  5  6  5 106       
+PG07 -22105.773277  -6916.411938  13144.733301     -1.526591  6  6  7  85       
+PG08 -26799.811548   -403.266333   1686.363978      5.981250  4  5  5 117       
+PG09   3200.474249  14727.169305 -22422.140767     15.767508  5  3  5 108       
+PG10 -12863.666230   8280.303538  21527.360079    -45.968397  5  5  6  86       
+PG11  -9423.341393 -14406.222718 -20533.991463    -72.752537  7  8 10 128       
+PG12  11236.123529  23348.931917  -6152.204731    -98.153895  7  8  6  98       
+PG13  -9674.356824 -11762.926813  21614.794579    302.451698  3  8  5  97       
+PG14  17611.297030  -8786.193417 -17630.904450     63.161887  5  7  5 109       
+PG15  -4661.565736  24866.917075  -7871.243082   -246.781447  8  6  5 109       
+PG16   8319.919095 -13558.417406  21257.912246    -85.573605  5  7  7 116       
+PG17 -17574.982413   6397.849894 -18667.839549    159.673753  4  7  5 117       
+PG18  19308.250849  15580.817561  -9713.875601     78.159842  7  7  7 121       
+PG19   5963.965449 -24054.252394  -9078.750733    -46.413120  5  8  4 138       
+PG20 -12945.553684 -22739.017814  -4841.106596     53.916947  6  8  5 101       
+PG21  24434.390421   5432.582221  10111.111403    -70.952757  6  5  6 104       
+PG22  18846.908003   3895.429762 -18178.267065    168.452539  5  5  3 106       
+PG23  -4106.256058 -19534.438413  17330.872422    364.775752  5  8  4 133       
+PG24  24534.717161  -6451.471970  -7388.384285    300.828281  3  5  5 112       
+PG25  10642.324285  23176.287452  -7488.488597     -2.371827 12 12 13           
+PG26  -6616.306151  24202.254826  -8527.090720    -74.624312  7  7  5  76       
+PG27  -1408.956787  14747.255739 -21352.335621    166.177166  6  4  1  98       
+PG28 -18803.499212  -7423.269165 -16898.411528    -11.880869  6  6  4 116       
+PG29  10211.015167  12660.875667  21097.313508    131.510481  6  2  5 105       
+PG30  18154.776512  19004.025669   3611.741243    256.824489  6  7  7 124       
+PG31  24316.905606  -7695.708854   7935.374500    -27.350133  6  5  9 133       
+PG32  -5853.902862 -23856.743311 -10192.502197    -28.193268  7  4  5 142       
+*  2010  7  1 19 30  0.00000000
+PG01  14650.007661  -5499.415887  21373.468129 999999.999999
+PG02 -17564.082871  13683.002828  14112.023384    269.331625  3  4  7 115       
+PG03   9541.247980 -24038.060401   4816.157977    575.857906  5  6  5 119       
+PG04 -26002.753738   5858.363225   2165.509965    115.819785  4  1  7 110       
+PG05  -5004.502000  16340.399945  20296.801101    -10.869032  4  5  5 111       
+PG06  13686.598263 -20848.985649   9081.524331    588.484860  6  7  6 108       
+PG07 -20516.705734  -7281.398782  15324.079727     -1.526844  6  7  7  96       
+PG08 -26455.956334   -544.210150   4544.642264      5.981008  4  5  5 105       
+PG09    791.904296  15108.120072 -22379.055656     15.770598  6  3  4 115       
+PG10 -14329.030454   6264.922505  21314.445003    -45.969231  5  5  6  86       
+PG11  -7249.762784 -15269.169417 -20761.451227    -72.754898  7  8 10 122       
+PG12  10559.725458  22782.903457  -8846.804178    -98.150176  7  8  5 106       
+PG13  -8537.558810 -13932.350581  20790.416690    302.450949  4  8  5  90       
+PG14  16801.655546  -6809.343405 -19223.307836     63.165588  5  7  5 112       
+PG15  -5189.844787  25465.161484  -5155.726306   -246.775812  8  6  5 106       
+PG16   9802.853396 -11599.514144  21803.746146    -85.576677  6  6  6 109       
+PG17 -16788.194346   4299.644574 -19960.503559    159.675856  4  7  5 116       
+PG18  19674.373657  16543.457050  -7154.698021     78.161886  7  8  7 128       
+PG19   6611.444190 -24731.419832  -6400.382494    -46.415677  6  8  4 132       
+PG20 -12270.712298 -22394.973380  -7526.059264     53.916404  7  8  5 117       
+PG21  23240.257523   5812.435018  12461.480608    -70.954921  5  5  6 114       
+PG22  19882.297187   5642.312711 -16568.879941    168.451706  5  6  3  86       
+PG23  -3209.381600 -21205.536506  15426.775723    364.774252  6  8  4 131       
+PG24  25260.185021  -6211.529611  -4657.340992    300.830178  3  5  4  98       
+PG25   9836.262106  22536.408176 -10099.094418     -2.372756 13 12 14 164       
+PG26  -7117.413482  24800.450148  -5742.928065    -74.629590  7  7  5  94       
+PG27  -3928.826498  15156.897988 -20745.592928    166.180227  6  5  1  95       
+PG28 -19778.116610  -9050.687355 -14960.204556    -11.880190  6  6  5 112       
+PG29   9175.582344  14763.426699  20186.506914    131.512762  6  3  5  86       
+PG30  18141.812037  19399.716821    781.276232    256.829414  6  7  7 125       
+PG31  25056.280239  -7605.465885   5188.483198    -27.348200  5  5  9 128       
+PG32  -4957.620444 -22839.255392 -12599.658198    -28.200904  8  4  5 139       
+*  2010  7  1 19 45  0.00000000
+PG01  16213.183985  -3646.754531  20645.879332 999999.999999
+PG02 -19098.558945  13726.946421  11860.534080    269.334583  2  4  7 126       
+PG03   9745.471789 -23221.487317   7501.147687    575.862121  5  6  5 124       
+PG04 -26162.994722   5593.627597   -622.596361    115.826803  4  2  7 117       
+PG05  -6638.014788  14613.155681  21135.092769    -10.871355  4  5  5 114       
+PG06  13653.178927 -19646.223007  11543.634326    588.471633  6  7  5 111       
+PG07 -18721.355347  -7775.563436  17241.558984     -1.526857  7  7  7 103       
+PG08 -25806.906648   -743.665654   7327.181908      5.982194  4  5  5 116       
+PG09  -1567.540844  15620.009369 -21969.898645     15.773874  6  3  4 112       
+PG10 -15863.103915   4364.149383  20729.607753    -45.969303  5  5  5  87       
+PG11  -5104.952255 -16224.738830 -20640.058446    -72.756985  7  9 10 123       
+PG12   9661.319857  22028.604348 -11390.222892    -98.146539  6  8  5 137       
+PG13  -7570.652196 -16056.759876  19603.542759    302.450474  5  9  6  98       
+PG14  16042.849583  -4639.560892 -20479.776000     63.169521  5  7  5 116       
+PG15  -5589.565473  25791.887543  -2350.818832   -246.770100  8  5  5 101       
+PG16  11413.281704  -9694.229160  21974.895745    -85.580017  6  6  6 106       
+PG17 -16066.284070   2045.631308 -20904.772701    159.677345  5  7  4 121       
+PG18  19900.898606  17257.154413  -4474.029820     78.164230  7  8  7 129       
+PG19   7098.846839 -25155.005464  -3609.691497    -46.418515  6  9  4 138       
+PG20 -11381.350810 -21866.854387 -10082.390827     53.915694  7  7  5 104       
+PG21  21821.599591   6293.702046  14607.748206    -70.957286  5  5  6 116       
+PG22  20873.917851   7182.263184 -14672.056664    168.451039  6  6  4 109       
+PG23  -2478.424286 -22703.588597  13252.939144    364.772892  7  8  4 125       
+PG24  25684.352670  -5965.193917  -1844.912179    300.833987  3  5  5 115       
+PG25   8808.169512  21726.669095 -12536.328867     -2.373838 15 10 14 156       
+PG26  -7463.859624  25127.479633  -2858.552354    -74.634921  8  7  5  65       
+PG27  -6332.304341  15676.727876 -19757.999796    166.183903  7  5  1  92       
+PG28 -20688.665908 -10434.371428 -12759.767510    -11.879241  7  7  6 111       
+PG29   8295.196839  16803.306025  18931.416698    131.515189  6  4  5  89       
+PG30  17931.184157  19559.723141  -2062.658143    256.833191  7  7  6 129       
+PG31  25491.237209  -7496.033748   2353.640886    -27.345799  5  5  9 132       
+PG32  -3852.653527 -21657.615342 -14789.717181    -28.208609  8  4  5 139       
+*  2010  7  1 20  0  0.00000000
+PG01  17798.049046  -1953.438755  19560.740639 999999.999999
+PG02 -20371.982172  13772.028535   9399.815198    269.337497  2  4  7 124       
+PG03   9944.378902 -22118.118195  10052.801451    575.866794  6  6  5 121       
+PG04 -26034.282706   5260.779712  -3400.241324    115.833942  4  3  7  91       
+PG05  -8410.238118  12920.247139  21608.834097    -10.873782  5  5  6 116       
+PG06  13618.421164 -18185.093747  13807.173398    588.459147  7  7  5 100       
+PG07 -16760.509415  -8416.859119  18864.067805     -1.527244  7  8  7  76       
+PG08 -24870.233732  -1038.106724   9987.454372      5.983421  4  4  4 112       
+PG09  -3833.164261  16246.949631 -21200.928413     15.776617  7  3  4 111       
+PG10 -17429.420729   2609.894945  19784.220267    -45.971617  5  4  5 101       
+PG11  -3026.435531 -17253.899911 -20170.817465    -72.759193  7  9 10 129       
+PG12   8530.072763  21125.206851 -13738.800857    -98.143111  7  8  5 108       
+PG13  -6777.175800 -18085.751493  18074.994711    302.449985  6  9  6  84       
+PG14  15367.869158  -2314.347140 -21378.457443     63.173299  6  7  5 112       
+PG15  -5892.452407  25828.009920    494.848355   -246.764562  7  5  6 106       
+PG16  13121.215524  -7882.319987  21769.288435    -85.583099  6  6  5 114       
+PG17 -15436.954944   -324.105908 -21484.616699    159.679545  5  7  4 113       
+PG18  19954.408401  17734.562956  -1717.683215     78.166475  6  8  7 126       
+PG19   7454.643031 -25300.094896   -755.633500    -46.421109  7  9  4 139       
+PG20 -10267.293207 -21190.778581 -12466.632462     53.915439  7  7  5 115       
+PG21  20210.340983   6897.975567  16514.763029    -70.959466  5  5  6 102       
+PG22  21781.541052   8503.792391 -12521.180572    168.450690  6  6  4 123       
+PG23  -1897.512531 -23987.414266  10847.003623    364.771455  7  8  4 122       
+PG24  25805.162652  -5676.043653    999.739030    300.836879  3  5  5  90       
+PG25   7551.663928  20787.247900 -14758.430602     -2.374849 15 10 15  72       
+PG26  -7687.454424  25157.545436     76.042789    -74.640411  8  7  5  85       
+PG27  -8572.912178  16281.504320 -18408.223512    166.187131  7  5  2  98       
+PG28 -21492.814978 -11568.288796 -10336.993470    -11.878080  7  7  6 115       
+PG29   7569.781396  18734.019975  17353.380965    131.517930  6  5  6 100       
+PG30  17497.901386  19511.222196  -4871.348468    256.836640  7  7  6 123       
+PG31  25620.391196  -7328.412639   -521.175612    -27.343631  5  5  9 131       
+PG32  -2534.113590 -20353.036202 -16723.698308    -28.216217  8  4  4 144       
+*  2010  7  1 20 15  0.00000000
+PG01  19362.046888   -441.653731  18137.401852 999999.999999
+PG02 -21368.936981  13781.881928   6772.979393    269.340252  3  4  7 117       
+PG03  10171.482001 -20743.228140  12425.270625    575.871249  6  6  5 120       
+PG04 -25630.111481   4827.058515  -6120.782076    115.841592  4  3  7 101       
+PG05 -10291.252162  11300.041961  21710.100807    -10.876326  6  6  6 110       
+PG06  13615.892914 -16487.287214  15833.790254    588.446031  7  7  5 108       
+PG07 -14678.985202  -9215.688388  20163.446623     -1.527246  8  8  6 106       
+PG08 -23671.425754  -1459.979449  12480.768739      5.983473  4  4  5 122       
+PG09  -5963.826903  16965.777396 -20084.034342     15.778242  7  4  4 113       
+PG10 -18987.591525   1026.898750  18495.893079    -45.971561  5  4  5 101       
+PG11  -1048.212972 -18331.786846 -19360.498071    -72.761357  7  9  9 124       
+PG12   7163.488410  20114.663245 -15852.102324    -98.139403  7  8  6 106       
+PG13  -6151.873306 -19970.385642  16231.600036    302.449555  7  9  6 104       
+PG14  14803.340016    122.841018 -21903.858418     63.177173  6  7  4 107       
+PG15  -6133.475749  25562.683275   3331.937541   -246.758484  7  5  6 102       
+PG16  14890.674467  -6197.849731  21191.281284    -85.586239  6  6  4 107       
+PG17 -14921.148967  -2764.865069 -21690.471041    159.681305  6  7  5 112       
+PG18  19805.711433  17995.420183   1067.626545     78.168298  6  8  7 123       
+PG19   7711.847881 -25149.666727   2111.691057    -46.423697  7  8  4 139       
+PG20  -8926.089338 -20405.508163 -14638.332488     53.914924  7  7  5 121       
+PG21  18442.903277   7640.775974  18151.074373    -70.961555  5  5  6 110       
+PG22  22565.163395   9603.639865 -10153.923410    168.449403  6  6  4 102       
+PG23  -1443.779892 -25021.264394   8250.860020    364.770101  8  8  5 124       
+PG24  25629.418340  -5308.555525   3826.958580    300.838322  4  5  5 110       
+PG25   6068.699865  19760.272874 -16727.359999     -2.375392 16 10 15 108       
+PG26  -7824.439279  24873.351567   3009.230689    -74.645524  8  7  6  82       
+PG27 -10610.510803  16939.468239 -16721.885706    166.190681  7  6  2  95       
+PG28 -22149.668219 -12455.452632  -7735.194809    -11.876835  8  8  7 120       
+PG29   6991.275974  20510.941581  15479.212165    131.520294  6  5  6  98       
+PG30  16823.667555  19286.875223  -7597.139455    256.838190  7  6  6 130       
+PG31  25451.180811  -7064.723442  -3387.094278    -27.341486  5  4  8 130       
+PG32  -1005.646735 -18968.648502 -18366.724235    -28.223934  8  5  3 148       
+*  2010  7  1 20 30  0.00000000
+PG01  20860.635752    874.591977  16401.017893 999999.999999
+PG02 -22082.652866  13719.264919   4026.291050    269.343079  4  4  7 123       
+PG03  10457.452198 -19120.338854  14575.788536    575.875939  6  6  5 119       
+PG04 -24971.311090   4263.165780  -8738.656342    115.849107  4  3  7  85       
+PG05 -12245.078817   9785.601187  21437.403896    -10.878767  6  6  6 103       
+PG06  13675.416729 -14581.555983  17589.366808    588.433731  7  7  5 112       
+PG07 -12524.049043 -10174.333589  21116.979378     -1.527280  8  8  6 114       
+PG08 -22243.008099  -2036.298972  14764.967910      5.983136  4  4  4 112       
+PG09  -7923.271871  17746.860340 -18636.616501     15.780251  8  4  4 118       
+PG10 -20494.817237   -367.997953  16888.080213    -45.971225  5  3  5 104       
+PG11    800.355003 -19428.535283 -18221.605174    -72.763498  7 10  9 139       
+PG12   5567.720508  19040.068798 -17693.612615    -98.135871  8  8  6 112       
+PG13  -5681.067642 -21664.976609  14105.694269    302.449107  7  9  6  92       
+PG14  14368.480038   2624.104418 -22047.110694     63.180731  7  7  5 102       
+PG15  -6349.282646  24993.764727   6111.280034   -246.753046  7  4  6 109       
+PG16  16680.963916  -4668.061724  20251.530832    -85.589351  6  6  4 124       
+PG17 -14532.260834  -5228.886093 -21519.371640    159.683080  6  7  4 106       
+PG18  19431.023845  18065.598941   3835.034454     78.170276  6  8  7 128       
+PG19   7906.504909 -24695.317222   4941.969694    -46.426346  7  8  4 142       
+PG20  -7363.284189 -19550.911266 -16560.712992     53.914402  7  7  5 126       
+PG21  16558.991916   8530.824039  19489.383704    -70.964487  6  5  6 115       
+PG22  23186.582722  10486.661259  -7611.552376    168.448966  6  6  4 100       
+PG23  -1088.453667 -25776.190112   5509.894825    364.768717  8  8  5 128       
+PG24  25172.449702  -4829.705694   6587.509078    300.840508  4  5  5  97       
+PG25   4369.686366  18688.171939 -18409.445205     -2.376424 16 11 15  44       
+PG26  -7913.888550  24266.987536   5888.703945    -74.650602  8  7  6 100       
+PG27 -12412.727694  17613.743057 -14730.941390    166.194624  7  6  3 100       
+PG28 -22621.386050 -13107.492862  -5000.252536    -11.876192  8  8  7 123       
+PG29   6544.093740  22092.890430  13340.759573    131.522906  7  6  6 103       
+PG30  15897.668041  18923.406262 -10194.203929    256.841745  7  6  6 148       
+PG31  24999.571700  -6669.846608  -6195.148044    -27.339318  6  5  8 123       
+PG32    720.420064 -17547.853920 -19688.728418    -28.231523  8  5  3 159       
+*  2010  7  1 20 45  0.00000000
+PG01  22248.955882   1989.789663  14382.069597 999999.999999
+PG02 -22515.156268  13547.717352   1208.295598    269.346130  5  4  6 122       
+PG03  10828.681751 -17280.432657  16465.545914    575.879848  7  6  5 130       
+PG04 -24085.229454   3544.542704 -11210.083609    115.856543  4  4  6  92       
+PG05 -14230.923175   8403.535644  20795.697759    -10.881252  7  6  6  90       
+PG06  13821.818049 -12502.738048  19044.552433    588.421787  7  7  5 119       
+PG07 -10343.744727 -11286.704766  21707.807657     -1.527460  8  8  6 117       
+PG08 -20623.414006  -2787.436497  16801.102479      5.982140  5  3  4 115       
+PG09  -9681.289190  18555.147813 -16881.401738     15.782296  8  4  4 115       
+PG10 -21907.492153  -1566.257730  14989.588831    -45.973218  5  3  5  96       
+PG11   2495.498023 -20510.328095 -16772.260038    -72.766146  8 10  9 142       
+PG12   3757.555311  17943.987549 -19231.375802    -98.132050  8  8  6 108       
+PG13  -5343.376566 -23128.760977  11734.522327    302.448461  8  8  5 101       
+PG14  14074.366953   5138.788682 -21806.111341     63.184688  7  7  5 114       
+PG15  -6576.566881  24127.946865   8784.747468   -246.747197  7  4  6 115       
+PG16  18448.132986  -3312.529172  18966.762503    -85.592963  6  6  5 117       
+PG17 -14275.668020  -7667.024966 -20974.964910    159.684971  6  7  5 112       
+PG18  18812.949091  17975.953407   6538.259471     78.172396  5  7  6 130       
+PG19   8076.051523 -23937.649132   7685.612997    -46.428671  7  8  4 143       
+PG20  -5592.387159 -18666.400173 -18201.262057     53.913873  7  7  5 131       
+PG21  14600.274343   9569.552143  20506.956164    -70.966684  6  5  5 109       
+PG22  23610.906449  11165.403547  -4938.184140    168.448707  6  6  4 110       
+PG23   -798.190169 -26231.155427   2672.159407    364.767501  8  7  6 126       
+PG24  24457.453450  -4210.468263   9233.461717    300.843443  5  5  5 110       
+PG25   2473.279899  17612.025424 -19775.951420     -2.377744 16 12 15  74       
+PG26  -7995.959680  23340.455337   8662.491694    -74.656157  8  7  6  82       
+PG27 -13956.030461  18263.958932 -12472.909896    166.198928  7  6  3 105       
+PG28 -22874.665173 -13543.906055  -2179.758631    -11.875135  9  8  7 126       
+PG29   6205.871359  23443.594604  10974.388987    131.525260  7  6  7 118       
+PG30  14717.071030  18460.061930 -12619.255275    256.846343  7  7  6 138       
+PG31  24289.445872  -6112.973889  -8897.092945    -27.336976  7  5  8 117       
+PG32   2623.278738 -16132.655485 -20665.095160    -28.239140  8  5  3 156       
+*  2010  7  1 21  0  0.00000000
+PG01  23483.512617   2906.917793  12115.796940 999999.999999
+PG02 -22677.070981  13233.199429  -1631.106782    269.348706  5  4  6 113       
+PG03  11306.026929 -15260.858223  18060.488679    575.884376  7  6  5 127       
+PG04 -23004.692283   2652.469652 -13493.734810    115.863779  5  3  6  94       
+PG05 -16204.607183   7173.124520  19796.277179    -10.883879  7  7  6 103       
+PG06  14073.884580 -10290.563257  20175.209473    588.409401  8  7  5 116       
+PG07  -8185.193718 -12538.417617  21925.250646     -1.527803  8  8  6 106       
+PG08 -18855.641784  -3726.142039  18554.074268      5.982573  5  3  3 110       
+PG09 -11214.681182  19351.434740 -14846.192424     15.783235  8  5  5 111       
+PG10 -23182.832235  -2567.722174  12834.007811    -45.975401  5  3  5 103       
+PG11   4019.783861 -21540.616871 -15035.988884    -72.768426  7 10  8 125       
+PG12   1756.064244  16866.804881 -20438.561895    -98.128410  8  8  6 107       
+PG13  -5110.738436 -24327.377220   9159.551900    302.447817  8  8  6  97       
+PG14  13923.545599   7615.276966 -21185.533162     63.188360  7  7  5 108       
+PG15  -6850.442496  22980.556329  11306.101771   -246.741508  7  3  6 113       
+PG16  20146.556644  -2142.607613  17359.446599    -85.596012  6  6  5 122       
+PG17 -14148.592635 -10030.475174 -20067.396101    159.687063  7  7  5  96       
+PG18  17941.223684  17761.004890   9132.310994     78.174795  5  7  6 131       
+PG19   8257.636134 -22886.309055  10294.670957    -46.431476  7  7  4 141       
+PG20  -3634.543404 -17789.404618 -19532.254151     53.913218  7  7  5 133       
+PG21  12608.990974  10750.872856  21185.988664    -70.969155  6  5  5 114       
+PG22  23807.934418  11659.388552  -2180.001060    168.447632  6  6  5  82       
+PG23   -536.601528 -26373.845893   -212.519375    364.765980  8  6  6 123       
+PG24  23514.536877  -3427.149699  11719.053906    300.846343  5  5  5 118       
+PG25    405.860615  16569.986014 -20803.564332     -2.379296 15 12 15  90       
+PG26  -8110.064971  22105.802380  11280.017197    -74.661540  7  7  6  90       
+PG27 -15226.403430  18848.019528  -9989.988915    166.202989  7  6  4 117       
+PG28 -22882.026873 -13791.025163    677.830437    -11.874233  9  8  7 121       
+PG29   5948.485642  24532.979939   8420.386658    131.527744  7  6  7 113       
+PG30  13287.231861  17937.011354 -14832.195586 999999.999999
+PG31  23351.695906  -5369.012304 -11446.231970    -27.335049  8  5  8 130       
+PG32   4674.187786 -14762.032291 -21277.213063    -28.246703  8  5  3 153       
+*  2010  7  1 21 15  0.00000000
+PG01  24523.809337   3637.098117   9641.557231 999999.999999
+PG02 -22587.074524  12745.642034  -4441.620365    269.351653  6  4  6 120       
+PG03  11903.789243 -13103.973596  19332.014431    575.888479  7  6  6 133       
+PG04 -21766.778817   1574.950895 -15551.364255    115.871191  5  4  6  97       
+PG05 -18120.140084   6105.728489  18456.566163    -10.886189  8  7  7  99       
+PG06  14443.573536  -7988.290891  20962.766533    588.397292  8  7  6 122       
+PG07  -6092.931570 -13907.201674  21765.023506     -1.527998  9  8  5 122       
+PG08 -16985.742730  -4856.841829  19993.240578      5.980705  6  2  3 111       
+PG09 -12507.993076  20093.801559 -12563.543993     15.787007  7  5  5 110       
+PG10 -24280.465645  -3380.361348  10459.069940    -45.976114  5  3  5 100       
+PG11   5362.632904 -22481.477628 -13041.415713    -72.770785  8 10  8 130       
+PG12   -406.063786  15845.170164 -21293.952655    -98.125093  9  8  6 124       
+PG13  -4949.704564 -25234.098723   6425.713865    302.447199  9  7  6 104       
+PG14  13909.988509  10002.816222 -20196.707499     63.192158  7  7  5  98       
+PG15  -7202.886751  21575.026468  13631.807565   -246.735618  7  3  6 102       
+PG16  21730.582319  -1161.206431  15457.388626    -85.599018  7  6  6 120       
+PG17 -14140.297002 -12272.468556 -18813.081260    159.688317  7  7  4 109       
+PG18  16813.206464  17457.516214  11574.161835     78.176637  4  6  5 127       
+PG19   8486.457721 -21559.673047  12723.710124    -46.434077  7  7  4 139       
+PG20  -1517.920068 -16953.936621 -20531.192403     53.912827  7  8  5 124       
+PG21  10626.542988  12061.216370  21513.930178    -70.971692  6  5  4 115       
+PG22  23753.364004  11994.136726    615.555359    168.447659  6  6  5 104       
+PG23   -265.910059 -26201.138583  -3093.467297    364.764484  8  5  7 129       
+PG24  22379.506623  -2462.505717  14001.495464    300.848325  6  5  5 112       
+PG25  -1799.288174  15595.826317 -21474.780171     -2.381118 14 13 15 104       
+PG26  -8293.045938  20584.840270  13693.166415    -74.666712  7  7  6  75       
+PG27 -16219.607180  19323.925571  -7328.086105    166.206815  6  7  4 112       
+PG28 -22622.870862 -13880.758498   3524.013891    -11.873497  9  8  7 122       
+PG29   5739.298565  25338.237808   5722.295636    131.530142  8  6  7 106       
+PG30  11621.599562  17393.745571 -16796.695116    256.853972  7  7  8  86       
+PG31  22223.054239  -4419.783709 -13798.231054    -27.332889  8  6  8 130       
+PG32   6837.354526 -13470.427489 -21512.923225    -28.253958  7  5  4 147       
+*  2010  7  1 21 30  0.00000000
+PG01  25333.867815   4198.938018   7002.121642 999999.999999
+PG02 -22271.033734  12060.340916  -7173.521915    269.354550  6  4  6 121       
+PG03  12628.982300 -10855.585234  20257.547258    575.892183  7  6  6 133       
+PG04 -20411.456661    307.353429 -17348.397950    115.878502  5  3  5 109       
+PG05 -19931.365244   5204.518207  16799.803313    -10.888369  8  7  7  93       
+PG06  14935.493471  -5641.230389  21394.477721    588.384804  8  7  6 113       
+PG07  -4107.344332 -15363.626189  21229.348135     -1.528234  8  7  5 108       
+PG08 -15061.190710  -6175.241165  21092.969283      5.979898  6  2  3 120       
+PG09 -13553.979128  20739.186014 -10070.367414     15.788548  7  5  6 101       
+PG10 -25163.925824  -4019.714229   7905.962329    -45.976924  5  4  5 108       
+PG11   6520.574922 -23295.052491 -10821.857869    -72.772879  7 10  8 130       
+PG12  -2691.487836  14910.590122 -21782.336224    -98.121158  9  8  6 125       
+PG13  -4822.944002 -25830.772868   3580.585977    302.446803  9  7  6 105       
+PG14  14019.408805  12253.304226 -18857.384079     63.196261  7  7  5  95       
+PG15  -7661.314691  19942.065670  15721.791784   -246.729949  7  3  5 105       
+PG16  23156.179967   -362.883906  13293.242318    -85.602124  7  6  6 118       
+PG17 -14232.601389 -14349.889702 -17234.370448    159.690421  7  7  5  89       
+PG18  15434.097496  17103.005773  13823.382540     78.179023  3  5  4 126       
+PG19   8794.197016 -19984.195409  14930.632723    -46.436767  6  6  5 142       
+PG20    723.169727 -16189.299572 -21181.167547     53.912156  7  8  5 129       
+PG21   8692.102774  13479.840878  21483.748617    -70.974248  6  6  3 119       
+PG22  23429.773051  12199.972417   3400.599127    168.446302  6  6  5  88       
+PG23     51.339590 -25719.213318  -5920.108440    364.763277  8  4  7 129       
+PG24  21092.453535  -1306.596997  16041.708224    300.851523  6  5  5 116       
+PG25  -4103.066049  14717.669432 -21778.196454     -2.382364 13 13 15 113       
+PG26  -8577.435118  18808.449315  15857.334657    -74.671783  7  7  6  77       
+PG27 -16941.023069  19651.570227  -4535.803631    166.209529  6  7  5 111       
+PG28 -22084.263200 -13849.153035   6311.028565    -11.872237  9  7  7 121       
+PG29   5542.583949  25844.630424   2926.193921    131.532658  8  6  7 117       
+PG30   9741.334626  16867.533223 -18480.700426    256.856370  7  7  8 124       
+PG31  20944.698625  -3254.969660 -15911.912523    -27.330727  9  6  8 122       
+PG32   9071.123167 -12286.415826 -21366.845118    -28.261447  7  5  4 154       
+*  2010  7  1 21 45  0.00000000
+PG01  25883.578805   4617.588451   4242.923856 999999.999999
+PG02 -21760.857599  11159.134169  -9778.613165    269.357223  7  4  6 125       
+PG03  13480.917804  -8563.251935  20820.974786    575.896444  8  7  6 127       
+PG04 -18980.123327  -1147.222987 -18854.472640    115.885720  6  3  5 108       
+PG05 -21593.620378   4464.526725  14854.630052    -10.890949  9  7  7 102       
+PG06  15546.677045  -3295.200302  21463.587478    588.371074  8  7  6 117       
+PG07  -2263.265577 -16872.118657  20326.951916     -1.528505  8  7  6 105       
+PG08 -13129.190077  -7668.253930  21833.134046      5.979441  6  2  4 120       
+PG09 -14353.781534  21245.036375  -7407.453256     15.791070  6  5  6  89       
+PG10 -25801.992952  -4508.048016   5218.599198    -45.978134  5  5  5 105       
+PG11   7497.232960 -23945.023786  -8414.824925    -72.775346  7 10  8 129       
+PG12  -5057.443866  14088.228386 -21894.801901    -98.117396  9  7  6 129       
+PG13  -4690.898529 -26108.431290    673.536934    302.446085  9  6  7 107       
+PG14  14229.909801  14322.967118 -17191.375154     63.200043  7  6  5 105       
+PG15  -8247.341880  18118.555005  17540.136730   -246.724098  7  4  6 106       
+PG16  24382.535346    265.741261  10903.954032    -85.605766  8  6  6 113       
+PG17 -14400.699713 -16224.742599 -15359.111635    159.692166  7  7  5 103       
+PG18  13816.881547  16734.253081  15842.732798     78.181142  4  5  4 132       
+PG19   9207.603750 -18193.449701  16877.421050    -46.439154  6  6  5 143       
+PG20   3049.372999 -15518.988771 -21471.129320     53.911918  7  8  5 136       
+PG21   6841.293692  14979.412067  21094.137406    -70.976695  6  6  2 122       
+PG22  22827.345439  12310.659398   6127.608708    168.446034  6  6  5 102       
+PG23    450.582945 -24943.300795  -8642.906641    364.761896  8  5  8 127       
+PG24  19696.192259     42.648465  17804.986198    300.855371  7  5  4 118       
+PG25  -6461.865950  13956.950634 -21708.699217     -2.383017 11 13 14 115       
+PG26  -8989.889300  16815.490021  17732.416551    -74.677353  7  8  6  91       
+PG27 -17405.105375  19794.427035  -1663.409616    166.213541  5  7  5 112       
+PG28 -21261.437972 -13734.840308   8992.583675    -11.871236  9  7  7 125       
+PG29   5321.081831  26046.002097     79.925015    131.535021  8  6  7 113       
+PG30   7674.656333  16391.985429 -19856.870025    256.859206  7  8  9 129       
+PG31  19560.684555  -1872.759884 -17750.010517    -27.328586  9  6  8 129       
+PG32  11329.424976 -11231.611157 -20840.565756    -28.269183  7  5  5 152       
+*  2010  7  1 22  0  0.00000000
+PG01  26149.833089   4923.557104   1411.274741 999999.999999
+PG02 -21093.118113  10031.312640 -12211.134097    269.360000  7  5  5 127       
+PG03  14451.128705  -6274.528797  21012.936517    575.900695  8  7  7 131       
+PG04 -17514.105165  -2777.858778 -20043.919968    115.893348  6  3  5  98       
+PG05 -23065.347960   3873.021954  12654.589471    -10.893324  9  6  7 109       
+PG06  16266.650327   -994.981696  21169.401752    588.359078  8  7  6 117       
+PG07   -588.789332 -18392.239148  19072.951904     -1.528453  8  7  6 104       
+PG08 -11234.982571  -9314.269204  22199.538202      5.978686  6  3  5 122       
+PG09 -14916.807605  21570.990265  -4618.915118     15.793381  5  6  7 111       
+PG10 -26169.836799  -4873.273572   2442.870342    -45.979435  5  5  5 116       
+PG11   8303.029331 -24398.063371  -5861.424028    -72.777423  7 10  8 123       
+PG12  -7457.192237  13395.959294 -21628.927850    -98.113511  9  7  6 130       
+PG13  -4513.520264 -26067.550083  -2245.151868    302.445578  9  6  7 116       
+PG14  14512.942233  16173.862541 -15228.093533     63.203469  7  6  5 112       
+PG15  -8975.784005  16146.219348  19055.694453   -246.718439  8  4  6 107       
+PG16  25373.528978    745.280137   8330.147491    -85.609151  8  6  7 117       
+PG17 -14614.237731 -17865.415087 -13220.126179    159.693928  8  7  6  92       
+PG18  11981.999767  16385.847021  17598.706242     78.183257  5  4  4 136       
+PG19   9747.296786 -16226.903664  18530.793085    -46.441897  6  6  5 146       
+PG20   5417.592973 -14959.823602 -21396.067013     53.911338  7  8  6 128       
+PG21   5104.985516  16526.839454  20349.653743    -70.979120  6  6  3 125       
+PG22  21944.314376  12361.920853   8750.217380    168.445139  6  6  5  99       
+PG23    963.624402 -23897.079135 -11214.281244    364.760418  7  6  8 142       
+PG24  18234.618899   1579.186157  19261.565974    300.860081  7  4  4 121       
+PG25  -8829.059451  13327.649351 -21267.544174     -2.384540  8 13 14 122       
+PG26  -9549.872124  14651.364323  19283.704799    -74.682463  7  8  6  73       
+PG27 -17634.481289  19721.060829   1238.172663    166.215336  6  7  5 112       
+PG28 -20158.003227 -13577.424008  11524.542296    -11.870072  8  7  7 143       
+PG29   5037.621284  25944.975590  -2767.707455    131.537612  8  5  6 118       
+PG30   5455.946140  15995.777611 -20902.937443    256.862483  7  8  9 125       
+PG31  18116.263587   -280.173233 -19279.872399    -27.325959  9  5  8 125       
+PG32  13563.433259 -10319.865044 -19942.681367    -28.276766  7  5  5 149       
+*  2010  7  1 22 15  0.00000000
+PG01  26117.392211   5151.324978  -1444.443206 999999.999999
+PG02 -20307.499991   8674.225508 -14428.615139    269.362857  8  4  5 126       
+PG03  15523.631109  -4035.228583  20830.958019    575.904631  8  7  7 131       
+PG04 -16053.165961  -4566.015542 -20896.190016    115.900295  7  3  5 104       
+PG05 -24309.594793   3410.183091  10237.544863    -10.895821  9  5  7 104       
+PG06  17077.793748   1217.178489  20517.267233    588.346619  8  6  7 122       
+PG07    895.653701 -19880.162936  17488.623955     -1.528925  8  6  6 101       
+PG08  -9420.216221 -11083.753537  22184.255458      5.978771  5  3  6 112       
+PG09 -15260.300218  21680.519103  -1751.552023     15.795253  4  6  7 106       
+PG10 -26249.922430  -5147.661885   -374.122415    -45.980366  6  6  5 113       
+PG11   8954.619721 -24625.198633  -3205.677845    -72.779871  7 10  9 122       
+PG12  -9841.629770  12843.714554 -20988.856211    -98.109815  9  7  7 129       
+PG13  -4252.021991 -25717.953043  -5125.169724    302.445075  9  6  7 113       
+PG14  14834.527914  17775.151465 -13001.995960     63.207357  7  5  5 109       
+PG15  -9853.932140  14070.124747  20242.612257   -246.712632  8  5  6 105       
+PG16  26099.047882   1102.593799   5615.457952    -85.612569  8  6  7 119       
+PG17 -14838.608665 -19247.695556 -10854.607792    159.695827  8  7  6 110       
+PG18   9956.761470  16088.826073  19062.025224     78.185511  6  3  4 132       
+PG19  10426.824044 -14128.480077  19862.758213    -46.444642  6  6  5 146       
+PG20   7782.428238 -14521.343158 -20957.096796     53.910974  7  8  6 123       
+PG21   3508.250388  18084.348467  19260.779628    -70.981352  6  5  3 129       
+PG22  20787.109378  12389.901261  11223.973248    168.444283  5  5  5  89       
+PG23   1617.179465 -22611.745588 -13589.476751    364.758831  7  7  8 132       
+PG24  16751.052040   3288.925810  20387.099606    300.863389  8  5  4 119       
+PG25 -11156.600788  12835.820132 -20462.330889     -2.385789  1 13 13 125       
+PG26 -10268.652795  12366.288998  20482.665540    -74.687991  8  9  6  89       
+PG27 -17658.752793  19406.404592   4118.331605    166.218372  6  7  6 111       
+PG28 -18785.851939 -13415.867278  13865.545777    -11.868879  8  7  7 127       
+PG29   4656.749215  25552.824418  -5567.768316    131.539895  8  5  6 115       
+PG30   3124.640379  15701.569514 -21602.002068    256.866321  7  8  9 131       
+PG31  16656.152561   1506.967580 -20474.090158    -27.324045  9  5  8 136       
+PG32  15723.354711  -9556.795280 -18688.685254    -28.284520  8  5  5 145       
+*  2010  7  1 22 30  0.00000000
+PG01  25779.468456   5337.821186  -4275.588346 999999.999999
+PG02 -19445.147011   7093.557459 -16392.649018    269.365593  8  4  5 133       
+PG03  16675.510362  -1887.775850  20279.431154    575.910006  8  7  8 135       
+PG04 -14634.077665  -6486.020810 -21396.208361    115.907388  7  2  5 109       
+PG05 -25295.344152   3050.053486   7645.028151    -10.898364  9  5  8 110       
+PG06  17955.979655   3302.961185  19518.461033    588.334757  8  6  7 125       
+PG07   2177.919046 -21290.314938  15601.058619     -1.528915  7  6  7 112       
+PG08  -7721.439243 -12940.174799  21785.875505      5.979797  5  4  6 118       
+PG09 -15408.607291  21542.475693   1145.868177     15.796546  5  6  7 103       
+PG10 -26032.649676  -5366.412176  -3184.829643    -45.981268  6  6  6 125       
+PG11   9474.072957 -24603.037609   -493.764475    -72.781978  7  9  9 119       
+PG12 -12161.005171  12433.150220 -19985.252035    -98.106254  9  7  8 137       
+PG13  -3870.570759 -25078.365264  -7917.048663    302.444448  9  6  7 123       
+PG14  15156.698649  19104.091862 -10551.944773     63.211414  6  5  5 112       
+PG15 -10881.131302  11937.061124  21080.761151   -246.707001  8  6  7 113       
+PG16  26536.083364   1369.581181   2805.825028    -85.615476  9  6  7 116       
+PG17 -15036.413704 -20355.506519  -8303.457602    159.697616  8  6  7 119       
+PG18   7774.515853  15869.456625  20208.082164     78.187637  7  4  4 134       
+PG19  11252.017416 -11944.963328  20851.065001    -46.447263  7  6  6 139       
+PG20  10097.702977 -14205.487764 -20161.454258     53.910345  8  8  7 127       
+PG21   2069.520958  19610.758165  17843.896267    -70.983544  6  6  4 132       
+PG22  19370.203998  12429.628765  13507.058403    168.444200  5  5  5 104       
+PG23   2431.630587 -21124.803901 -15727.367761    364.757435  7  7  8 149       
+PG24  15286.621679   5150.116273  21163.024770    300.865945  8  5  4 121       
+PG25 -13396.689150  12479.439938 -19306.870703     -2.387039  9 13 13 132       
+PG26 -11148.672026  10013.360310  21307.562646    -74.693483  8  9  6  86       
+PG27 -17513.064027  18832.759488   6927.669280    166.219936  7  7  6 111       
+PG28 -17164.788062 -13286.934943  15977.579205    -11.868388  9  7  6 123       
+PG29   4146.301840  24889.024179  -8272.029047    131.542406  7  5  5 109       
+PG30    723.951409  15525.157791 -21942.748428    256.869568  7  8  9 126       
+PG31  15222.822224   3464.412531 -21311.046264    -27.321785  9  5  8 130       
+PG32  17760.280658  -8939.668319 -17100.700615    -28.292031  8  5  6 150       
+*  2010  7  1 22 45  0.00000000
+PG01  25137.994797   5520.815154  -7034.066638 999999.999999
+PG02 -18546.976018   5303.268942 -18069.566299    269.368689  8  4  5 135       
+PG03  17877.801765    130.276762  19369.445869    575.914662  8  7  8 138       
+PG04 -13289.304278  -8505.822833 -21534.660581    115.913912  7  2  5 111       
+PG05 -25998.630469   2761.732035   4921.529327    -10.900738  9  5  8 102       
+PG06  18871.462064   5229.217199  18189.993816    588.322607  8  6  8 120       
+PG07   3254.444478 -22577.092654  13442.707989     -1.529077  7  6  7 104       
+PG08  -6168.779720 -14841.220582  21009.643191      5.978914  5  4  7 124       
+PG09 -15392.167602  21132.481993   4023.399241     15.798183  6  6  7  85       
+PG10 -25516.707163  -5566.126075  -5942.009655    -45.983604  6  6  6 122       
+PG11   9887.825424 -24314.799435   2226.807978    -72.784381  7  9  9 126       
+PG12 -14366.671854  12157.648959 -18635.144585    -98.102425  9  7  9 138       
+PG13  -3337.858670 -24175.638011 -10573.008695    302.443902  9  7  8 131       
+PG14  15439.091494  20146.719141  -7920.501805     63.215000  7  4  5 124       
+PG15 -12048.677712   9793.873308  21556.061169   -246.701076  8  6  8 104       
+PG16  26669.575849   1581.779875    -51.246542    -85.618895  9  6  8 122       
+PG17 -15169.029511 -21181.331116  -5610.568232    159.699254  8  6  7 116       
+PG18   5473.610728  15748.191228  21017.323896     78.189989  8  4  4 125       
+PG19  12220.665082  -9724.316443  21479.536047    -46.449674  7  6  6 145       
+PG20  12318.032893 -14006.578652 -19022.391550     53.910143  8  7  7 124       
+PG21    799.987686  21062.925508  16121.162506    -70.985969  6  6  5 126       
+PG22  17715.672151  12513.535580  15560.957871    168.443125  5  4  5  90       
+PG23   3420.046743 -19478.619471 -17591.182976    364.756123  7  8  7 133       
+PG24  13878.767252   7134.026510  21576.829383    300.868616  8  4  4 109       
+PG25 -15503.426633  12248.576988 -17820.950747     -2.388056 10 12 12 135       
+PG26 -12183.307147   7646.500745  21743.909632    -74.699153  8  9  6  82       
+PG27 -17236.503151  17990.490089   9618.823456    166.221861  8  7  6 120       
+PG28 -15321.886093 -13223.741843  17826.477420    -11.867307  9  7  6 130       
+PG29   3478.856993  23980.498334 -10833.801380    131.544859  7  5  3  93       
+PG30  -1700.539158  15474.887730 -21919.594479    256.872978  8  8  9 125       
+PG31  13854.874518   5560.202747 -21775.359539    -27.319553  9  5  7 139       
+PG32  19628.017561  -8457.643107 -15207.062558    -28.299685  8  5  6 140       
+*  2010  7  1 23  0  0.00000000
+PG01  24203.577160   5737.287575  -9673.120653 999999.999999
+PG02 -17652.029549   3325.205949 -19431.002376    269.371594  8  4  5 129       
+PG03  19096.623392   1987.509964  18118.483773    575.919879  8  7  9 134       
+PG04 -12045.847072 -10587.992368 -21308.198022    115.920923  8  2  5 101       
+PG05 -26403.394891   2510.756323   2113.738863    -10.902989  9  6  8  92       
+PG06  19789.985707   6969.014229  16554.329801    588.310284  8  6  8 118       
+PG07   4130.206104 -23696.609816  11050.830227     -1.529241  6  6  7  92       
+PG08  -4784.866927 -16740.271280  19867.480972      5.978145  6  4  7 114       
+PG09 -15246.242555  20434.096252   6830.771972     15.798683  6  6  7  96       
+PG10 -24709.131833  -5783.244133  -8599.465929    -45.983746  6  7  6 101       
+PG11  10225.449940 -23751.102759   4908.076195    -72.786321  7  9  9 131       
+PG12 -16412.809853  12002.659302 -16961.651910    -98.098772  9  7 10 136       
+PG13  -2628.490618 -23043.678171 -13047.762114    302.443183  9  8  8 134       
+PG14  15640.636318  20898.191067  -5153.169105     63.218576  7  3  4 109       
+PG15 -13340.037574   7685.804736  21660.699532   -246.695247  8  6  8  92       
+PG16  26492.976564   1776.831528  -2907.448748    -85.622347  9  6  8 118       
+PG17 -15198.221881 -21726.320397  -2822.069877    159.701106  9  6  8  99       
+PG18   3096.172069  15738.843296  21475.575014     78.192319  8  4  4 132       
+PG19  13322.510295  -7513.975367  21738.287769    -46.452555  7  6  7 143       
+PG20  14400.369798 -13911.597370 -17558.979452     53.909378  8  7  8 134       
+PG21   -296.734336  22397.308556  14120.288661    -70.988175  6  6  5 134       
+PG22  15852.471245  12670.091051  17351.070244    168.442542  6  4  6  99       
+PG23   4587.504868 -17718.803409 -19149.134877    364.754434  8  8  7 140       
+PG24  12559.900473   9205.893842  21622.209982    300.872447  8  4  4 115       
+PG25 -17434.409410  12125.874230 -16029.997917     -2.389742 12 12 12 150       
+PG26 -13357.047059   5318.385052  21784.735496    -74.704405  8 10  7 101       
+PG27 -16870.409183  16878.401253  12147.199977    166.224795  9  8  6 118       
+PG28 -13290.609796 -13254.453335  19382.371928    -11.866374  9  7  6 131       
+PG29   2633.009468  22860.585819 -13208.751603    131.547120  7  5  3 102       
+PG30  -4102.368160  15551.342660 -21532.769178    256.875404  8  8  9 130       
+PG31  12585.575571   7755.706962 -21858.218176    -27.317408  8  5  7 132       
+PG32  21284.816234  -8092.366506 -13041.759039    -28.307353  8  6  7  68       
+*  2010  7  1 23 15  0.00000000
+PG01  22995.132852   6021.841385 -12148.089757 999999.999999
+PG02 -16795.934430   1188.399808 -20454.347569    269.374210  9  4  5 130       
+PG03  20294.508252   3659.628862  16549.987613    575.924810  8  7  9 134       
+PG04 -10924.294717 -12690.939473 -20719.558642    115.928477  8  2  6 106       
+PG05 -26502.049911   2260.623706   -730.244397    -10.905282  9  6  8 111       
+PG06  20674.074080   8502.452504  14639.027513    588.297939  8  6  8 122       
+PG07   4818.335085 -24608.391397   8466.840952     -1.529448  6  6  8  99       
+PG08  -3584.042642 -18588.075932  18377.886233      5.978178  6  4  8 116       
+PG09 -15009.435705  19439.703627   9518.301781     15.800166  8  7  7 102       
+PG10 -23625.074919  -6052.501074 -11112.758822    -45.984079  7  7  6 107       
+PG11  10518.288338 -22910.473924   7502.526929    -72.788941  7  9  9 123       
+PG12 -18258.049075  11946.359889 -14993.592056    -98.094873  9  8 11 120       
+PG13  -1724.136797 -21722.126366 -15299.264271    302.442878  9  8  7 143       
+PG14  15721.269180  21362.788204  -2297.591254     63.222521  7  3  4 112       
+PG15 -14731.377712   5654.916977  21393.239672   -246.689738  9  6  8  96       
+PG16  26008.505708   1992.868147  -5714.445213    -85.625887 10  6  8 117       
+PG17 -15087.744039 -22000.081224     14.448859    159.702973  9  6  8 115       
+PG18    686.743994  15848.008427  21574.295801     78.194317  8  4  6 135       
+PG19  14539.572574  -5359.186522  21623.835664    -46.454991  7  7  8 142       
+PG20  16305.468204 -13900.755708 -15795.815705     53.909134  9  7  8 120       
+PG21  -1224.647114  23571.593324  11874.198715    -70.990389  5  6  6 135       
+PG22  13815.479700  12922.597271  18847.252931    168.442136  6  4  6  94       
+PG23   5930.737958 -15892.492616 -20374.944751    364.753023  8  8  7 138       
+PG24  11356.281162  11326.101008  21299.125075    300.876623  9  4  5 118       
+PG25 -19152.192136  12087.328519 -13964.648276     -2.391308 12 11 11 127       
+PG26 -14646.065955   3078.442938  21430.659273    -74.710216  9 10  7  96       
+PG27 -16456.652553  15503.796449  14471.610823    166.226121 10  8  6 110       
+PG28 -11109.722022 -13401.178208  20620.079493    -11.865171  8  7  6 131       
+PG29   1594.417802  21567.768948 -15355.680795    131.549631  7  6  2 116       
+PG30  -6435.710357  15747.321096 -20788.319136    256.879262  8  8  9 125       
+PG31  11441.606017  10006.938048 -21557.589355    -27.315164  8  5  7 130       
+PG32  22694.923627  -7818.893565 -10643.745581    -28.314974  9  7  8 145       
+*  2010  7  1 23 30  0.00000000
+PG01  21539.230292   6405.211959 -14417.131260 999999.999999
+PG02 -16009.527272  -1071.909891 -21123.075857    269.377133  9  5  5 132       
+PG03  21431.875862   5130.149254  14692.823673    575.929763  8  8 10 139       
+PG04  -9938.115868 -14770.305071 -19777.596986    115.935429  8  1  6 115       
+PG05 -26295.732299   1974.391408  -3561.726939    -10.907919  9  8  8 104       
+PG06  21484.450164   9817.220599  12476.305559    588.285552  8  6  9 126       
+PG07   5339.409506 -25276.951816   5735.583043     -1.529785  7  7  8 100       
+PG08  -2571.900640 -20334.568261  16565.697592      5.978744  7  4  8 116       
+PG09 -14722.053489  18151.082499  12037.831310     15.801275  8  8  7  90       
+PG10 -22287.284984  -6405.454555 -13439.884624    -45.985129  8  8  6 108       
+PG11  10798.004577 -21799.548149   9964.011571    -72.790811  7  9  9 123       
+PG12 -19866.929417  11960.623456 -12764.986789    -98.091208  9  8 11 128       
+PG13   -614.407593 -20254.836536 -17289.399900    302.442442 10  9  7 143       
+PG14  15643.605169  21553.574235    597.266087     63.226177  8  2  4 113       
+PG15 -16192.386464   3738.644705  20758.621025   -246.683761  9  6  9  95       
+PG16  25227.097148   2266.878437  -8424.649378    -85.629229 10  7  8 104       
+PG17 -14804.859583 -22020.156289   2850.732999    159.704759  9  7  8 114       
+PG18  -1709.166179  16074.755232  21310.769781     78.196474  8  4  7 133       
+PG19  15846.774727  -3301.450347  21139.087794    -46.457681  7  7  8 143       
+PG20  17999.219495 -13948.336205 -13762.642127     53.908246  8  7  9 120       
+PG21  -1995.108379  24546.322831   9420.576223    -70.993096  6  7  6 136       
+PG22  11644.324761  13288.190809  20024.296007    168.441453  7  4  6  92       
+PG23   7438.120588 -14046.595843 -21248.255948    364.751654  9  8  7 136       
+PG24  10287.145356  13451.535925  20613.746254    300.880213  9  5  5 119       
+PG25 -20625.570414  12103.335348 -11660.228707     -2.392898 12  9 11 130       
+PG26 -16019.164067    971.030010  20689.776470    -74.715756  9 10  8  90       
+PG27 -16035.953730  13882.228973  16554.817377    166.228689 10  9  7 118       
+PG28  -8822.022622 -13679.087783  21519.433143    -11.864099  8  6  6 122       
+PG29    356.579409  20144.209831 -17237.256352    131.551914  7  6  3 115       
+PG30  -8656.879509  16048.103102 -19698.043680    256.882331  8  8  9 125       
+PG31  10442.082086  12266.099014 -20878.297597    -27.312983  8  6  7 125       
+PG32  23829.889619  -7606.890336  -8056.153124    -28.322657 10  8  9 142       
+*  2010  7  1 23 45  0.00000000
+PG01  19869.155577   6912.931421 -16441.893070 999999.999999
+PG02 -15317.698861  -3415.485728 -21426.951384    269.379877  9  5  6 132       
+PG03  22468.579418   6390.759411  12580.655933    575.934285  8  8 10 140       
+PG04  -9093.224082 -16780.479633 -18497.217852    115.942699  9  2  7 101       
+PG05 -25794.235286   1616.293976  -6332.242696    -10.910444  9  8  8 104       
+PG06  22181.538799  10908.871797  10102.538218    588.273161  8  6  9 128       
+PG07   5720.449364 -25673.192425   2904.528624     -1.529645  7  7  8 111       
+PG08  -1745.180039 -21930.751779  14461.727612      5.979543  7  4  9 111       
+PG09 -14424.370858  16579.609973  14343.686994     15.803380  9  8  7 101       
+PG10 -20725.327742  -6869.139029 -15541.915672    -45.986204  8  8  5 110       
+PG11  11095.120168 -20432.950275  12248.647196    -72.793113  8 10  9 129       
+PG12 -21211.139343  12012.242756 -10314.466239    -98.087424  9  9 12 128       
+PG13    702.580372 -18688.216377 -18984.595790    302.441938 10  9  8 139       
+PG14  15374.507072  21491.733227   3481.947198     63.230060  8  3  3 118       
+PG15 -17687.352271   1968.539938  19768.051318   -246.677968  9  6  9  98       
+PG16  24168.030698   2633.114289 -10991.996023    -85.632766 10  7  8 154       
+PG17 -14321.733729 -21811.218642   5638.654239    159.706743  9  7  9 120       
+PG18  -4046.589218  16410.600404  20688.215501     78.198881  8  4  8 129       
+PG19  17212.847787  -1377.127890  20293.231196    -46.460328  7  7  9 147       
+PG20  19453.803477 -14023.773165 -11493.874321     53.908536  8  7 10 111       
+PG21  -2626.267299  25286.462689   6801.292697    -70.995359  6  7  7 136       
+PG22   9382.043501  13777.086555  20862.319501    168.440837  8  3  5  75       
+PG23   9089.988605 -12226.075436 -21754.931319    364.750216 10  8  8 133       
+PG24   9364.114888  15537.082134  19578.311154    300.882430  9  5  5 114       
+PG25 -21830.632815  12139.958864  -9156.159162     -2.394013 12  9 10  67       
+PG26 -17439.025616   -966.152568  19577.368449    -74.720812  9 10  8  98       
+PG27 -15646.297992  12036.967449  18363.981669    166.231459 11  9  7 118       
+PG28  -6472.955740 -14095.788110  22065.555963    -11.863188  8  6  6 123       
+PG29  -1078.698770  18634.151471 -18820.680719    131.554265  7  6  4 119       
+PG30 -10725.761089  16431.998579 -18279.357131    256.883958  8  8  9 126       
+PG31   9597.889891  14483.297129 -19831.967281    -27.310969  7  6  7 125       
+PG32  24669.573362  -7422.063705  -5325.411899    -28.330453 10  9  9 140       
+EOF
diff --git a/test/data/sp3/igs15905.sp3 b/test/data/sp3/igs15905.sp3
new file mode 100644
index 0000000..82c07ca
--- /dev/null
+++ b/test/data/sp3/igs15905.sp3
@@ -0,0 +1,3191 @@
+#cP2010  7  2  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1590 432000.00000000   900.00000000 55379 0.0000000000000
++   32   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2
+++         2  2  2  2  2  2  2  5  2  2  2  2  2  2  2  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* cod emr esa gfz grg jpl mit ngs sio                      
+/* REFERENCED TO IGS TIME (IGST) AND TO WEIGHTED MEAN POLE: 
+/* PCV:IGS05_1585 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2010  7  2  0  0  0.00000000
+PG01  18023.740977   7564.196208 -18188.129442 999999.999999
+PG02 -14738.498707  -5798.484533 -21362.115024    269.382613  4 10  7 134       
+PG03  23365.464057   7441.352269  10251.251663    575.938794  6  6  9  59       
+PG04  -8387.835876 -18676.195235 -16899.209122    115.949900  7  9  8 115       
+PG05 -25015.622962   1153.315807  -8994.370414    -10.912958  7  8  8 119       
+PG06  22726.996655  11780.810864   7557.686233    588.260942  6  6  9 108       
+PG07   5993.655096 -25775.561390     22.928795     -1.529998  9  8  9 109       
+PG08  -1092.023682 -23330.577133  12102.263186      5.979440  9  9  9 110       
+PG09 -14154.873478  14746.084278  16393.624915     15.805982  6  6  5 135       
+PG10 -18974.570698  -7464.891734 -17383.595787    -45.985790  5  4  7 118       
+PG11  11437.595755 -18832.856067  14315.680650    -72.795773  7  8  9 111       
+PG12 -22270.483096  12064.369611  -7684.585235    -98.083956  9  6  8 123       
+PG13   2219.966305 -17069.492119 -20356.352278    302.441286 10  5  6 114       
+PG14  14886.491199  21205.612632   6307.333379     63.233644  6  7  9 133       
+PG15 -19176.457923    369.251676  18438.794656   -246.672404 10 10  5 133       
+PG16  22858.263677   3121.596419 -13372.695811    -85.635893  7 10 10 116       
+PG17 -13616.641996 -21404.013049   8330.993789    159.708375  8  9  9 104       
+PG18  -6282.590280  16839.773827  19715.816872     78.200968  8  7  8 114       
+PG19  18601.476064    383.739972  19101.517401    -46.462986  8  7  6 130       
+PG20  20648.613138 -14092.934789  -9028.049173     53.907713  9  5 11 117       
+PG21  -3142.210598  25762.836100   4061.721359    -70.997989  7  8  8 106       
+PG22   7073.625416  14392.090956  21347.089767    168.440390  8  6  6 116       
+PG23  10859.276368 -10472.331332 -21887.233742    364.748654 10  4  6 153       
+PG24   8590.906907  17537.184086  18210.883369    300.883765  8  9  7 128       
+PG25 -22751.542687  12160.378193  -6495.285141 999999.999999
+PG26 -18863.729762  -2703.324676  18115.452415    -74.726072 10  9  7 128       
+PG27 -15321.496917   9998.204827  19871.030703    166.235188  6  7  6 117       
+PG28  -4109.130989 -14650.964914  22249.077319    -11.862122  9  8  6 113       
+PG29  -2701.155144  17082.245546 -20078.284061    131.556987  6  6  8 131       
+PG30 -12607.128091  16871.161461 -16555.076820    256.884934  7  9  9 113       
+PG31   8911.362250  16608.356677 -18436.828270    -27.308972  7  9  6 147       
+PG32  25202.808710  -7227.752649  -2500.316541    -28.338050  9  6 10 131       
+*  2010  7  2  0 15  0.00000000
+PG01  16045.998432   8370.979453 -19626.252028 999999.999999
+PG02 -14282.529346  -8174.974119 -20931.056055    269.385594  4 10  7 100       
+PG03  24085.873911   8289.736856   7745.737827    575.945383  6  6  9  94       
+PG04  -7812.632729 -20414.132630 -15009.970541    115.956941  7  9  8 117       
+PG05 -23985.541945    556.658404 -11502.533156    -10.915619  7  8  8 115       
+PG06  23085.214267  12443.991010   4884.668739    588.249273  6  6  9 114       
+PG07   6194.940979 -25570.928461  -2859.071806     -1.530319  8  7  9 114       
+PG08   -592.596904 -24492.732425   9528.439279      5.978678  8  8  9 106       
+PG09 -13948.553067  12680.158509  18149.738654     15.808089  6  5  5 122       
+PG10 -17074.968056  -8207.392124 -18933.885381    -45.986629  5  3  7  91       
+PG11  11849.521618 -17028.249900  16128.292651    -72.798294  6  8  8 112       
+PG12 -23033.537746  12078.109377  -4921.064556    -98.080102  9  7  8 115       
+PG13   3922.242571 -15444.962991 -21381.687541    302.440702 10  5  6 141       
+PG14  14158.918623  20729.511328   9025.453436     63.237039  5  6  8 120       
+PG15 -20617.240405  -1042.222026  16793.860345   -246.666497 10 10  6 128       
+PG16  21331.484274   3756.775544 -15525.962568    -85.639305  7  9 10 102       
+PG17 -12674.952503 -20834.085128  10882.204568    159.710042  8  9  9 107       
+PG18  -8377.707454  17339.769910  18408.666346     78.203066  8  7  8 109       
+PG19  19972.636540   1958.360296  17584.954208    -46.465417  7  8  6 119       
+PG20  21570.916385 -14119.558872  -6407.196737     53.907111  9  5 11 137       
+PG21  -3571.845914  25953.362725   1249.944150    -71.000644  7  8  7 112       
+PG22   4764.488956  15128.402516  21470.251296    168.440151  8  5  5  98       
+PG23  12712.442907  -8821.748173 -21643.891025    364.747359  9  4  6 138       
+PG24   7963.350632  19407.429739  16535.025202    300.887385  7  9  6 119       
+PG25 -23381.020048  12126.454348  -3723.150762 999999.999999
+PG26 -20248.440415  -4219.533021  16332.195010    -74.731317  9  9  7  67       
+PG27 -15089.938948   7802.046204  21052.940378    166.238532  6  7  6 112       
+PG28  -1776.805093 -15336.313481  22066.290442    -11.861231  9  8  6 107       
+PG29  -4492.262214  15531.872328 -20988.028798    131.559558  6  7  7 129       
+PG30 -14271.794159  17332.645358 -14553.134948    256.886918  8  8  9 109       
+PG31   8376.312498  18592.655985 -16717.387530    -27.306577  6  9  6 122       
+PG32  25427.704826  -6986.608944    368.941375    -28.345774  8  6 10 125       
+*  2010  7  2  0 30  0.00000000
+PG01  13981.608171   9337.420807 -20731.809429 999999.999999
+PG02 -13952.647009 -10498.514370 -20142.475907    269.388457  4 10  7 113       
+PG03  24597.050576   8951.050107   5107.827216    575.950629  6  6  9 106       
+PG04  -7351.225672 -21954.482678 -12861.137014    115.964193  7  8  8 109       
+PG05 -22736.256085   -196.954344 -13813.767300    -10.917938  6  8  7 121       
+PG06  23224.735105  12916.330867   2128.683485    588.237628  6  6  9 106       
+PG07   6362.322960 -25055.139231  -5691.337642     -1.530269  8  7  9 124       
+PG08   -220.045519 -25382.268737   6785.496271      5.978469  8  7  9 109       
+PG09 -13835.333749  10419.398444  19579.300338     15.810640  6  5  5 137       
+PG10 -15069.687777  -9103.948765 -20166.451163    -45.986281  5  3  7  84       
+PG11  12349.975123 -15053.908965  17654.320439    -72.800349  6  8  8 112       
+PG12 -23497.973295  12014.205833  -2071.971429    -98.076537  8  7  8 112       
+PG13   5785.681369 -13858.309992 -22043.490483    302.440001 10  5  6 140       
+PG14  13178.928899  20102.260230  11590.265947     63.240756  4  6  8 121       
+PG15 -21966.160808  -2256.983684  14861.598460   -246.661383 10  9  7 129       
+PG16  19626.919405   4556.399827 -17414.702115    -85.642724  7  9  9 102       
+PG17 -11489.846613 -20140.346055  13249.142590    159.711817  8  8  8  93       
+PG18 -10297.280081  17882.171387  16787.615539     78.205049  8  6  8 110       
+PG19  21284.080369   3331.832200  15769.912259    -46.468233  8  8  5 120       
+PG20  22216.227536 -14066.788141  -3676.145231     53.906766  8  5 10 119       
+PG21  -3947.563443  25844.041214  -1584.135077    -71.002850  7  9  7 106       
+PG22   2498.946419  15973.707248  21229.470826    168.438901  8  5  5  83       
+PG23  14610.647404  -7304.458293 -21030.049228    364.745994  9  3  7 145       
+PG24   7469.707839  21106.092577  14579.389874    300.890468  7 10  6 117       
+PG25 -23720.505250  12000.357111   -887.225481 999999.999999
+PG26 -21547.195745  -5503.169620  14261.215168    -74.736109  9  9  7 112       
+PG27 -14973.563190   5489.315245  21891.946150    166.240694  6  6  6 103       
+PG28    479.627246 -16135.757613  21519.248897    -11.860198  8  8  5 109       
+PG29  -6425.743936  14023.518690 -21533.915572    131.562057  5  7  7 124       
+PG30 -15697.562023  17779.667377 -12306.213310 999999.999999
+PG31   7978.424526  20390.912272 -14703.972961    -27.304451  6  9  6 127       
+PG32  25351.575763  -6662.292884   3231.747091    -28.353265  8  6  9 124       
+*  2010  7  2  0 45  0.00000000
+PG01  11877.316945  10459.516785 -21485.888828 999999.999999
+PG02 -13743.973879 -12723.742580 -19011.052709    269.391288  4  9  6  99       
+PG03  24871.372194   9446.901330   2383.030927    575.955779  6  6  9 100       
+PG04  -6980.910667 -23262.400479 -10489.097243    115.971701  7  8  8 110       
+PG05 -21305.441289  -1124.182923 -15888.448671    -10.920384  5  8  7 124       
+PG06  23119.538585  13221.871349   -663.517126    588.225818  6  6  9 109       
+PG07   6534.227299 -24233.226092  -8424.643565     -1.530458  8  6  9 124       
+PG08     58.244110 -25971.988439   3921.935767      5.978753  8  6  9  99       
+PG09 -13838.703988   8007.996408  20655.506231     15.811105  5  5  5 142       
+PG10 -13003.627779 -10154.060353 -21060.094579    -45.986832  5  3  7  96       
+PG11  12952.096166 -12949.156988  18866.879796    -72.802601  5  8  8 115       
+PG12 -23670.523799  11834.748672    813.143543    -98.073190  8  7  8 119       
+PG13   7779.074378 -12349.020991 -22330.778722    302.439531 10  5  6 142       
+PG14  11942.082973  19365.650483  13958.402617     63.244451  4  6  7 116       
+PG15 -23180.224269  -3274.372055  12675.209742   -246.655181  9  9  7 133       
+PG16  17787.938686   5530.633867 -19006.152381    -85.645984  8  9  9  87       
+PG17 -10062.751921 -19363.526335  15391.758705    159.713460  8  8  8 114       
+PG18 -12012.616052  18433.721382  14879.028649     78.207216  8  6  8  88       
+PG19  22492.900659   4497.488104  13687.654453    -46.470748  8  8  5 121       
+PG20  22588.372492 -13898.746356   -881.768600     53.906250  8  5 10 126       
+PG21  -4303.728485  25429.623922  -4389.752511    -71.005505  6  9  7 111       
+PG22    318.712394  16908.566761  20628.491489    168.438270  7  5  4 104       
+PG23  16511.126536  -5943.364071 -20057.119395    364.744662  9  3  7 140       
+PG24   7091.282562  22595.578106  12377.240056    300.893336  7 10  6 118       
+PG25 -23779.998135  11746.188955   1963.904321 999999.999999
+PG26 -22714.717413  -6552.094661  11940.804426    -74.742020  9  9  8  93       
+PG27 -14987.081905   3104.221742  22375.687423    166.243587  6  6  5 111       
+PG28   2619.085368 -17025.954115  20615.799053    -11.858980  8  7  5 108       
+PG29  -8468.403731  12593.278668 -21706.281773    131.564769  5  7  6 127       
+PG30 -16869.931097  18173.039836  -9851.299160 999999.999999
+PG31   7695.981907  21962.840693 -12432.160074    -27.302174  5  8  6 121       
+PG32  24990.509441  -6221.111039   6038.018444    -28.360884  8  7  9 127       
+*  2010  7  2  1  0  0.00000000
+PG01   9779.304032  11725.123858 -21875.434276 999999.999999
+PG02 -13644.214378 -14807.904255 -17557.116110    269.394055  4  9  6 102       
+PG03  24887.390884   9804.289803   -382.127423    575.960396  6  6  9  97       
+PG04  -6673.689431 -24309.293277  -7934.411193    115.978646  7  7  8 105       
+PG05 -19734.785558  -2234.233672 -17690.964262    -10.922734  5  8  7 115       
+PG06  22750.138145  13389.701767  -3444.385070    588.213177  6  6  9 105       
+PG07   6747.788810 -23119.267936 -11011.556472     -1.530735  7  6  9 122       
+PG08    279.135051 -26243.533291    988.593931      5.977477  8  5  8 112       
+PG09 -13974.621376   5495.191328  21358.099849     15.813898  5  5  5 137       
+PG10 -10921.872300 -11349.268301 -21599.113747    -45.987719  6  3  7  96       
+PG11  13662.420979 -10756.441203  19744.870842    -72.804708  5  8  7 110       
+PG12 -23566.610925  11504.833710   3684.136110    -98.069354  8  8  8 118       
+PG13   9864.756597 -10950.989131 -22238.859999    302.438936 10  5  7 137       
+PG14  10452.693130  18562.768275  16089.863200     63.248080  3  5  7 104       
+PG15 -24218.589040  -4101.781156  10272.178144   -246.649705  9  9  8 134       
+PG16  15860.504566   6681.464838 -20272.463436    -85.649443  8  8  8  88       
+PG17  -8403.471946 -18544.575334  17273.741821    159.715601  8  7  8 117       
+PG18 -13501.951330  18957.609596  12714.435305     78.209459  8  6  8  88       
+PG19  23557.128093   5456.923418  11373.797548    -46.473358  8  8  5 120       
+PG20  22699.242510 -13582.094016   1927.811381     53.905961  8  5 10 126       
+PG21  -4675.069180  24713.945051  -7116.298232    -71.007361  7  9  6 107       
+PG22  -1738.490609  17907.086154  19677.095087    168.438038  7  5  4  90       
+PG23  18368.719038  -4753.451943 -18742.524951    364.743224  9  3  7 142       
+PG24   6803.295846  23843.722810   9965.900201    300.895572  6  9  6 125       
+PG25 -23577.578796  11331.542903   4781.364220 999999.999999
+PG26 -23708.163513  -7373.375247   9413.091666 999999.999999
+PG27 -15137.469551    692.934723  22497.292077    166.246200  6  6  5 113       
+PG28   4605.148943 -17977.070586  19369.544117    -11.857990  8  7  6 110       
+PG29 -10581.232004  11271.535965 -21501.986064    131.567085  5  8  6 126       
+PG30 -17782.534408  18472.721701  -7229.162701 999999.999999
+PG31   7500.904761  23274.618598  -9942.094676    -27.300037  5  8  7 119       
+PG32  24368.602476  -5633.527942   8739.121253    -28.368312  8  6  9 133       
+*  2010  7  2  1 15  0.00000000
+PG01   7731.574207  13114.275665 -21893.476684 999999.999999
+PG02 -13634.257615 -16712.274763 -15806.242465    269.397111  4  8  6  93       
+PG03  24630.635466  10054.342664  -3140.882983    575.965055  6  6  9  97       
+PG04  -6397.519497 -25073.887458  -5241.132888    115.985608  7  7  7  93       
+PG05 -18068.447205  -3528.307812 -19190.318666    -10.925023  4  8  7 114       
+PG06  22104.451161  13452.693429  -6166.360815    588.201088  6  6  8 111       
+PG07   7037.208130 -21735.904860 -13407.279564     -1.530849  7  6  9 121       
+PG08    482.044398 -26188.122305  -1962.344923      5.976578  8  4  8 111       
+PG09 -14250.745579   2933.461733  21673.849042     15.815879  4  5  5 136       
+PG10  -8868.141921 -12673.309215 -21773.592959    -45.988230  6  4  6  82       
+PG11  14480.502780  -8519.794204  20273.355867    -72.807409  6  8  7 108       
+PG12 -23209.636217  10994.108638   6491.166503    -98.066057  7  7  8 121       
+PG13  11999.876557  -9691.334942 -21769.395967    302.438466 10  4  7 138       
+PG14   8723.828979  17736.298300  17948.653370     63.251851  4  5  6 114       
+PG15 -25044.103976  -4754.170981   7693.635482   -246.643781  8  8  8 132       
+PG16  13891.524713   8002.422197 -21191.206777    -85.652685  8  8  7  90       
+PG17  -6530.007393 -17723.065125  18863.105657    159.717530  8  7  7 114       
+PG18 -14751.160576  19414.928713  10330.081292     78.211623  8  6  8  80       
+PG19  24437.296186   6219.717404   8867.714823    -46.476142  8  9  6 124       
+PG20  22568.243824 -13087.502151   4704.055470     53.905768  7  5  9 128       
+PG21  -5095.030817  23709.878834  -9714.354282    -71.009677  7  9  6 109       
+PG22  -3640.178547  18937.839044  18390.971474    168.437020  7  6  4  75       
+PG23  20137.479064  -3741.419001 -17109.357513    364.742019  8  4  8 140       
+PG24   6575.992097  24824.899548   7386.150372    300.898823  5  9  6 117       
+PG25 -23138.628231  10728.933558   7516.827526     -2.400807 16 11 18 173       
+PG26 -24488.756054  -7982.666848   6723.178233    -74.752271  8  9  8 145       
+PG27 -15423.728288  -1697.893925  22255.406453    166.248411  5  5  5 121       
+PG28   6407.252444 -18953.816067  17799.734861    -11.857040  7  7  6 116       
+PG29 -12720.750881  10081.880934 -20924.474501    131.569568  5  8  5 131       
+PG30 -18437.283520  18639.435981  -4483.757327 999999.999999
+PG31   7360.049150  24300.095281  -7277.728055    -27.297720  5  7  7 124       
+PG32  23516.900650  -4875.491694  11288.725431    -28.375881  8  7  8 122       
+*  2010  7  2  1 30  0.00000000
+PG01   5774.436223  14599.804543 -21539.271355 999999.999999
+PG02 -13689.038255 -18403.422686 -13788.780515    269.399814  4  8  6  88       
+PG03  24094.156203  10230.924426  -5846.975799    575.969368  7  6  9  98       
+PG04  -6117.746244 -25543.027494  -2456.048261    115.992928  7  7  7  82       
+PG05 -16351.429415  -4999.360245 -20360.665318    -10.927542  5  8  7 114       
+PG06  21178.405030  13446.086716  -8782.671355    588.188582  7  6  8 105       
+PG07   7432.234464 -20113.528314 -15570.442706     -1.530936  7  6  9 120       
+PG08    707.136581 -25806.905204  -4878.369158      5.976394  8  4  8 113       
+PG09 -14666.039299    376.571569  21596.858510     15.818277  3  4  5 142       
+PG10  -6883.291793 -14102.565685 -21579.613932    -45.989028  6  4  6 112       
+PG11  15398.834110  -6283.246964  20443.801928    -72.809877  6  8  6  96       
+PG12 -22629.971702  10278.141831   9185.587952    -98.062301  7  7  7 121       
+PG13  14137.866297  -8589.494265 -20930.368416    302.437820 10  4  8 131       
+PG14   6777.000094  16926.858312  19503.357931     63.255557  3  5  5 116       
+PG15 -25624.716770  -5253.289944   4983.668402   -246.638157  7  9  8 128       
+PG16  11927.167555   9478.625961 -21745.803297    -85.656107  7  8  7  97       
+PG17  -4468.074612 -16935.656890  20132.711478    159.719217  7  7  7 112       
+PG18 -15754.185643  19766.248547   7766.378016     78.213636  7  6  8  73       
+PG19  25097.919711   6802.858479   6211.888908    -46.478536  8  9  6 123       
+PG20  22221.462364 -12390.984974   7398.855347     53.905262  7  5  9 116       
+PG21  -5594.172352  22438.922339 -12136.726474    -71.012090  7  9  6 104       
+PG22  -5360.158224  19965.017660  16791.494826    168.436635  7  6  4  90       
+PG23  21772.317804  -2905.621197 -15185.949761    364.740547  8  4  8 137       
+PG24   6375.935785  25520.890078   4681.569608    300.901377  5  9  6 120       
+PG25 -22494.778792   9917.045309  10123.343669     -2.402365 16 11 18 171       
+PG26 -25023.223485  -8403.277776   3918.266504    -74.757582  8  9  8 150       
+PG27 -15836.932800  -4022.610421  21654.174752    166.252061  5  5  5 113       
+PG28   8001.684403 -19916.695529  15931.081605    -11.856009  6  7  6 111       
+PG29 -14840.543977   9040.305182 -19983.726243    131.572035  5  8  5 120       
+PG30 -18844.209486  18636.294482  -1661.545885 999999.999999
+PG31   7236.712803  25021.698799  -4485.983118    -27.295644  5  6  7 118       
+PG32  22472.095746  -3929.523675  13643.586474    -28.383594  8  7  8 121       
+*  2010  7  2  1 45  0.00000000
+PG01   3943.122760  16148.246642 -20818.339619 999999.999999
+PG02 -13778.619873 -19854.272658 -11539.317513    269.402696  4  7  6  87       
+PG03  23278.798190  10369.171627  -8455.363350    575.973118  7  7  9 109       
+PG04  -5798.660433 -25712.169480    372.158946    116.000427  7  6  7  86       
+PG05 -14627.932548  -6632.178730 -21181.753645    -10.930057  5  8  6 104       
+PG06  19976.252741  13405.984004 -11248.129837    588.176319  7  6  8  93       
+PG07   7956.834674 -18289.180320 -17463.823902     -1.531164  7  6  9 119       
+PG08    993.485163 -25110.915265  -7707.668104      5.977339  8  3  7 100       
+PG09 -15210.758735  -2122.442465  21128.705469     15.820418  3  4  5 139       
+PG10  -5003.912020 -15606.803653 -21019.382818    -45.989739  6  4  6  96       
+PG11  16403.071723  -4089.260508  20254.185492    -72.812032  5  8  6  78       
+PG12 -21863.690711   9339.559347  11720.808016    -98.058566  7  7  7 139       
+PG13  16230.057618  -7656.604533 -19735.948825    302.437230 10  4  8 133       
+PG14   4641.527189  16171.425573  20727.642594     63.259112  4  5  4 118       
+PG15 -25934.700094  -5626.639612   2188.578566   -246.632660  7  8  8 126       
+PG16  10011.204350  11087.166516 -21925.859979    -85.659280  7  8  7  95       
+PG17  -2250.337407 -16214.686025  21060.719766    159.720936  8  6  7 115       
+PG18 -16513.158446  19973.248288   5067.254465     78.215654  7  7  8  43       
+PG19  25508.833427   7229.897352   3451.223803    -46.481002  8  9  7 126       
+PG20  21690.574389 -11475.036851   9965.384472     53.904821  7  5  8 116       
+PG21  -6198.680516  20930.416380 -14339.438103    -71.014520  7  8  7 104       
+PG22  -6879.346013  20949.767392  14905.407515    168.436215  7  6  5  99       
+PG23  23230.613026  -2236.340421 -13005.374384    364.739327  8  5  8 127       
+PG24   6167.450674  25921.493545   1897.837227    300.903850  5  9  6 116       
+PG25 -21682.634745   8881.748500  12556.144909     -2.403950 15 13 18  67       
+PG26 -25285.010121  -8664.967077   1046.801519    -74.763088  8  9  8 146       
+PG27 -16360.550326  -6238.000629  20703.170299    166.254780  5  5  5 120       
+PG28   9372.352464 -20823.450781  13793.481972    -11.855111  6  6  6 117       
+PG29 -16892.911266   8154.705728 -18696.079447    131.574585  6  8  5 127       
+PG30 -19020.998547  18430.368415   1189.241492 999999.999999
+PG31   7092.282531  25431.005064  -1615.871456    -27.293461  5  5  7 128       
+PG32  21275.037248  -2785.534492  15764.240856    -28.391337  8  7  7 119       
+*  2010  7  2  2  0  0.00000000
+PG01   2266.603224  17720.999468 -19742.412039 999999.999999
+PG02 -13869.458175 -21044.933352  -9096.095278    269.405330  4  7  6  79       
+PG03  22193.199626  10504.006426 -10922.892982    575.977568  7  7  9  95       
+PG04  -5405.117738 -25585.544008   3193.797092    116.007477  6  6  7  91       
+PG05 -12939.746599  -8403.781987 -21639.284395    -10.932342  5  8  6  99       
+PG06  18510.581634  13367.805429 -13519.923486    588.163959  7  6  8 102       
+PG07   8628.101378 -16305.206795 -19054.988914     -1.531318  7  6  9 118       
+PG08   1377.284389 -24120.624209 -10400.140634      5.977677  7  4  7 100       
+PG09 -15866.835133  -4513.249597  20278.393383     15.822958  3  4  6 138       
+PG10  -3261.081890 -17150.174453 -20101.267210    -45.990329  6  5  6  67       
+PG11  17472.551149  -1977.241579  19708.960814    -72.814243  5  8  6 102       
+PG12 -20951.091021   8168.905066  14053.106146    -98.054708  7  7  7 120       
+PG13  18227.386017  -6895.211312 -18206.272952    302.436446  9  4  8 127       
+PG14   2353.624561  15501.912529  21600.678312     63.263085  5  5  3 117       
+PG15 -25955.649651  -5906.221785   -643.892418   -246.626923  6  8  8 115       
+PG16   8183.441435  12797.806286 -21727.406230    -85.662353  6  8  7  82       
+PG17     84.621573 -15586.918139  21630.964200    159.722757  8  6  7 113       
+PG18 -17038.206204  20000.342146   2279.418791     78.217936  6  7  8  87       
+PG19  25646.343487   7529.860419    632.325098    -46.483534  8  9  7 126       
+PG20  21011.544498 -10329.526122  12358.935168     53.904558  7  5  8 108       
+PG21  -6929.072265  19220.436888 -16282.654162    -71.016671  7  8  7  94       
+PG22  -8186.321063  21851.657889  12764.413546    168.435159  7  6  5 102       
+PG23  24473.728400  -1716.356497 -10604.878324    364.737770  8  5  8 124       
+PG24   5914.148772  26024.848871   -917.999166    300.906809  5  9  6 113       
+PG25 -20742.312199   7616.843230  14773.417389     -2.405330 15 14 17 170       
+PG26 -25255.216383  -8802.533055  -1842.358411    -74.768274  8  9  8 143       
+PG27 -16971.025316  -8304.649579  19417.279503    166.259936  5  5  4 117       
+PG28  10511.281091 -21630.642361  11421.659386    -11.853646  6  6  6 119       
+PG29 -18830.583958   7424.718119 -17083.940402    131.577023  7  7  5 125       
+PG30 -18992.232746  17994.142493   4019.409755 999999.999999
+PG31   6887.953467  25528.949378   1282.418014    -27.291430  5  5  6 124       
+PG32  19969.122176  -1441.340923  17615.607587    -28.399195  8  7  7 116       
+*  2010  7  2  2 15  0.00000000
+PG01    766.634399  19275.691137 -18329.271639 999999.999999
+PG02 -13925.796428 -21963.264993  -6500.385173    269.408216  4  6  7  91       
+PG03  20853.520257  10668.681590 -13208.929466    575.981585  7  7  9 107       
+PG04  -4904.152434 -25175.976927   5959.093467    116.015337  6  6  7  98       
+PG05 -11324.744872 -10284.123232 -21725.166694    -10.934666  5  8  6  83       
+PG06  16802.010357  13364.767197 -15558.375681    588.151684  7  6  8  85       
+PG07   9455.442536 -14207.719499 -20316.838188     -1.531450  7  6  9 131       
+PG08   1890.189035 -22865.120479 -12908.357816      5.977738  7  3  6 119       
+PG09 -16608.628874  -6750.079033  19062.126166     15.825322  3  4  6 138       
+PG10  -1679.325571 -18692.449710 -18839.737770    -45.992161  6  6  6 105       
+PG11  18581.065443     17.797645  18818.897794    -72.816647  5  8  6  92       
+PG12 -19935.070434   6765.190533  16142.392285    -98.051310  7  6  7 116       
+PG13  20082.120466  -6299.305753 -16367.123076    302.435862  9  5  8 132       
+PG14    -44.773490  14943.943613  22107.482889     63.266962  5  5  2 118       
+PG15 -25677.216562  -6127.116005  -3465.361379   -246.621117  6  8  8 114       
+PG16   6478.304073  14573.980894 -21153.021975    -85.665863  5  7  7  50       
+PG17   2493.554335 -15072.522415  21833.241832    159.724663  8  5  7 124       
+PG18 -17346.939910  19816.231125   -548.459742     78.219866  6  7  7  72       
+PG19  25494.150552   7735.963910  -2197.242634    -46.486083  7  9  8 121       
+PG20  20223.161556  -8952.307504  14537.725293     53.903791  7  5  7  98       
+PG21  -7799.147328  17350.406383 -17931.506987    -71.019074  7  8  7  98       
+PG22  -9277.590372  22630.236883  10404.684853    168.434594  7  6  6 110       
+PG23  25468.388562  -1321.799705  -8025.261587    364.736317  7  6  8 119       
+PG24   5580.492919  25837.458889  -3718.279767    300.909787  5  8  6 110       
+PG25 -19715.854768   6124.500824  16737.023068 999999.999999
+PG26 -24923.246084  -8854.253442  -4700.730134    -74.773917  8  9  8 140       
+PG27 -17638.611780 -10188.178390  17816.537776    166.263151  5  5  4 124       
+PG28  11418.816287 -22295.319591   8854.708390    -11.852854  6  6  6 115       
+PG29 -20608.431657   6841.884512 -15175.381489    131.579421  7  7  6 121       
+PG30 -18788.357711  17306.791770   6779.650306 999999.999999
+PG31   6586.448323  25325.676109   4158.438301    -27.289071  6  4  6 132       
+PG32  18598.628079     97.128526  19167.491648    -28.406977  8  7  6 111       
+*  2010  7  2  2 30  0.00000000
+PG01   -542.914143  20767.712300 -16602.496850 999999.999999
+PG02 -13911.142012 -22605.169850  -3795.830337    269.410708  4  6  7  95       
+PG03  19282.913682  10893.406542 -15275.934195    575.986248  7  7  8  99       
+PG04  -4266.516132 -24504.371441   8619.136956    116.023009  6  6  7  92       
+PG05  -9815.536355 -12237.074009 -21437.671760    -10.937328  5  8  6  79       
+PG06  14878.580975  13426.442539 -17327.667537    588.139521  8  6  8  91       
+PG07  10440.083203 -12044.928070 -21228.052671     -1.531441  7  6  9 127       
+PG08   2557.854271 -21380.949519 -15188.455629      5.978542  7  4  6 118       
+PG09 -17404.018678  -8793.365803  17502.912571     15.826626  4  5  6 134       
+PG10   -275.811033 -20190.447881 -17255.209905    -45.992554  5  6  6  74       
+PG11  19697.871651   1866.383703  17600.798548    -72.818987  5  7  5  91       
+PG12 -18859.420134   5136.113896  17952.893072    -98.047727  7  7  6 119       
+PG13  21749.556069  -5854.691819 -14249.521315    302.435344  9  5  9 135       
+PG14  -2507.400641  14515.878060  22239.175230     63.270799  6  5  2 119       
+PG15 -25097.546340  -6325.941806  -6227.612970   -246.615373  5  8  8 121       
+PG16   4923.628661  16374.065160 -20211.851228    -85.669006  5  7  7  83       
+PG17   4929.982144 -14684.301575  21663.513864    159.726208  8  5  7 126       
+PG18 -17463.640551  19395.314070  -3366.633993     78.222178  6  7  8  82       
+PG19  25044.011555   7884.175890  -4989.712262    -46.488550  7  9  8 126       
+PG20  19365.470302  -7349.525797  16463.658030     53.903360  6  4  6  85       
+PG21  -8815.239972  15365.489682 -19256.798246    -71.021486  7  8  7  99       
+PG22 -10157.553331  23246.608827   7866.285337    168.433897  7  7  6 112       
+PG23  26187.861574  -1023.250063  -5310.209836    364.735019  7  6  8 119       
+PG24   5133.335395  25373.914391  -6455.503133    300.911332  5  8  7 117       
+PG25 -18645.586160   4415.384616  18413.159866 999999.999999
+PG26 -24287.148732  -8860.239354  -7480.944680    -74.779142  8  9  8 142       
+PG27 -18328.430257 -11860.320628  15925.915227    166.267087  5  5  4 121       
+PG28  12103.520725 -22776.719740   6135.544639    -11.851817  6  6  6 112       
+PG29 -22185.094425   6390.149060 -13003.635910    131.581897  8  7  7 119       
+PG30 -18444.411814  16355.224727   9421.427144 999999.999999
+PG31   6153.666216  24840.037468   6962.391761    -27.287032  6  4  7 124       
+PG32  17207.053243   1815.939540  20394.988050    -28.414875  8  7  5 111       
+*  2010  7  2  2 45  0.00000000
+PG01  -1656.432533  22151.854763 -14591.105242 999999.999999
+PG02 -13789.771223 -22974.598446  -1027.763051    269.413612  5  6  7  98       
+PG03  17510.764763  11204.100146 -17089.993576    575.991643  8  7  8 101       
+PG04  -3468.074565 -23598.870224  11126.813982    116.029965  5  6  7  96       
+PG05  -8438.328484 -14221.652325 -20781.479710    -10.939928  5  8  6  75       
+PG06  12774.865329  13577.463469 -18796.504053    588.127593  8  6  7 108       
+PG07  11574.897265  -9865.407965 -21773.432416     -1.531573  7  6  9 135       
+PG08   3398.736883 -19710.669690 -17200.936959      5.978113  6  4  5 112       
+PG09 -18215.772045 -10611.116702  15630.017047     15.829050  4  5  6 135       
+PG10    940.173694 -21599.602803 -15373.782090    -45.992308  5  6  5  75       
+PG11  20788.879759   3545.487745  16077.104744    -72.821133  5  7  5  89       
+PG12 -17767.103743   3297.940751  19453.754195    -98.044149  8  6  6 117       
+PG13  23189.607459  -5539.670424 -11889.238524    302.434600  8  6  9 109       
+PG14  -4985.211658  14228.115084  21993.138201     63.274514  6  5  2 115       
+PG15 -24223.407510  -6539.264366  -8883.407583   -246.609602  4  8  8  88       
+PG16   3539.712923  18152.857932 -18919.496832    -85.672088  4  7  7  72       
+PG17   7345.760429 -14427.208851  21124.012071    159.728192  7  5  7 125       
+PG18 -17418.171457  18718.894846  -6125.209376     78.224085  5  7  7  66       
+PG19  24296.115947   8011.678437  -7697.875234    -46.491107  6  9  8 119       
+PG20  18478.161172  -5535.595986  18103.018861     53.903145  5  4  6 101       
+PG21  -9975.803509  13312.848660 -20235.557549    -71.023822  6  7  7  99       
+PG22 -10838.164430  23664.978275   5192.519273    168.433250  7  7  6  95       
+PG23  26612.907597   -787.041502  -2505.589898    364.733516  7  6  8 112       
+PG24   4543.375308  24656.326776  -9083.101050    300.913918  5  8  7 116       
+PG25 -17572.463498   2508.444079  19772.948316     -2.409254 14 16 16 172       
+PG26 -23353.655802  -8860.764000 -10137.431684    -74.784600  8  9  7 137       
+PG27 -19001.720317 -13299.803358  13775.048703    166.269374  5  6  4 125       
+PG28  12581.753318 -23037.932484   3310.259950    -11.850480  6  6  5 112       
+PG29 -23524.475398   6046.659684 -10606.499319    131.584235  8  7  7 115       
+PG30 -17998.562373  15134.843252  11897.880590 999999.999999
+PG31   5560.195049  24098.766661   9646.007379    -27.284760  6  4  6 125       
+PG32  15835.524932   3693.558010  21278.787677    -28.422903  8  7  4 109       
+*  2010  7  2  3  0  0.00000000
+PG01  -2576.624587  23383.995939 -12329.100731 999999.999999
+PG02 -13528.209199 -23083.273555   1757.495453    269.416807  5  5  7  86       
+PG03  15571.719971  11621.310983 -18621.294742    575.996092  8  7  8  94       
+PG04  -2491.000909 -22493.730921  13437.714640    116.037301  5  6  7 109       
+PG05  -7212.044235 -16193.449576 -19767.617504    -10.942545  5  8  6  79       
+PG06  10530.816482  13836.417136 -19938.710115    588.115221  8  6  7 111       
+PG07  12844.573759  -7716.371694 -21944.124317     -1.531635  7  7  8 120       
+PG08   4423.206084 -17901.189163 -18911.366004      5.980499  6  5  4 100       
+PG09 -19003.130275 -12179.940288  13478.278736     15.831224  4  6  6 138       
+PG10   1967.442122 -22875.617496 -13226.869101    -45.992521  4  6  5 109       
+PG11  21817.972582   5039.162530  14275.409763    -72.823548  5  7  5  72       
+PG12 -16698.589612   1275.053213  20619.549578    -98.040551  8  7  6 107       
+PG13  24368.243875  -5326.016103  -9326.224262    302.434298  8  6  9 114       
+PG14  -7428.045343  14082.708050  21373.086774     63.278246  6  5  2 117       
+PG15 -23070.004382  -6802.004405 -11387.275223   -246.604019  4  8  7 101       
+PG16   2338.664285  19863.229903 -17297.794398    -85.675064  4  7  8  59       
+PG17   9692.717850 -14298.172494  20223.246709    159.729833  8  5  6 118       
+PG18 -17244.658410  17776.129462  -8775.100416     78.225958  5  7  7  95       
+PG19  23259.161987   8155.285852 -10275.838167    -46.493734  6  8  9 126       
+PG20  17598.983161  -3532.858007  19427.094867     53.902429  5  4  5  89       
+PG21 -11271.343850  11239.836925 -20851.444346    -71.026227  6  7  6  99       
+PG22 -11338.304275  23854.098010   2429.212595    168.432523  6  7  6 105       
+PG23  26732.460898   -576.722474    341.282788    364.732090  6  6  8 120       
+PG24   3786.479859  23713.488426 -11556.207080    300.915581  6  7  7 112       
+PG25 -16534.495156    430.388940  20792.934343     -2.410311 13 16 15 173       
+PG26 -22137.919704  -8894.624154 -12627.046676    -74.789903  8  9  7 143       
+PG27 -19617.253598 -14493.002188  11397.915800    166.272938  5  6  4 124       
+PG28  12876.939219 -23047.463240    427.385975    -11.849721  6  6  5  84       
+PG29 -24597.035448   5782.842872  -8025.650406    131.586713  8  7  8 117       
+PG30 -17490.504728  13649.980006  14164.728805 999999.999999
+PG31   4782.628557  23135.363357  12163.371577    -27.282524  6  5  6 125       
+PG32  14521.331286   5701.534640  21805.387930    -28.430858  7  7  4 101       
+*  2010  7  2  3 15  0.00000000
+PG01  -3314.238589  24422.765255  -9854.928778 999999.999999
+PG02 -13096.633128 -22950.143018   4513.345697    269.419180  5  5  7  90       
+PG03  13504.544241  12159.340073 -19844.546999    576.002384  8  7  7 105       
+PG04  -1324.712704 -21227.961726  15510.986323    116.044416  5  7  7 110       
+PG05  -6147.727964 -18106.202740 -18413.287813    -10.944678  5  8  6  93       
+PG06   8190.407014  14214.983785 -20733.742283    588.102858  8  6  6  99       
+PG07  14226.109177  -5642.009655 -21737.737478     -1.531836  7  7  8 115       
+PG08   5632.997001 -16001.957270 -20290.942718      5.981211  6  5  4 113       
+PG09 -19723.532764 -13485.703124  11087.324172     15.835287  5  6  6 130       
+PG10   2812.814825 -23976.141141 -10850.730514    -45.993944  4  6  5 120       
+PG11  22748.401313   6338.892015  12227.891057    -72.825920  4  7  5  90       
+PG12 -15690.300918   -900.813570  21430.690333    -98.036679  8  6  6 113       
+PG13  25258.711894  -5180.211003  -6603.964576    302.433562  8  7  9 120       
+PG14  -9786.337678  14073.303471  20389.038845     63.281974  6  5  2 120       
+PG15 -21660.480211  -7145.913187 -13696.282870   -246.598464  4  8  7 106       
+PG16   1324.075251  21457.870713 -15374.466124    -85.678235  5  7  8  61       
+PG17  11924.309715 -14286.237315  18975.912755    159.731579  8  6  7 124       
+PG18 -16979.990994  16564.667220 -11268.989945     78.228274  5  7  7  70       
+PG19  21950.128807   8349.876578 -12679.765442    -46.496205  5  8  9 124       
+PG20  16762.243966  -1370.917863  20412.703017     53.902366  5  4  4 100       
+PG21 -12684.700619   9192.216569 -21094.986550    -71.028819  6  7  6 102       
+PG22 -11682.880599  23788.564290   -376.062525    168.431497  6  7  7 118       
+PG23  26544.021570   -354.619449   3182.395802    364.730608  6  6  7 118       
+PG24   2844.818699  22579.789862 -13832.407706    300.919975  6  7  7 113       
+PG25 -15565.284502  -1785.137697  21455.499116     -2.411695 12 16 14 166       
+PG26 -20662.972776  -8997.588093 -14909.640800    -74.795390  8  9  7 136       
+PG27 -20132.866624 -15434.344403   8832.445972    166.276535  6  6  5 124       
+PG28  13018.549146 -22780.628882  -2462.926069    -11.848773  5  6  5  80       
+PG29 -25380.839489   5565.707242  -5305.904083    131.589043  8  7  8 109       
+PG30 -16959.788306  11913.986125  16181.145213    256.921600  7  6  9  51       
+PG31   3804.638454  21988.739965  14471.698457    -27.280376  7  5  6 127       
+PG32  13296.625834   7805.437900  21967.212457    -28.438984  7  7  4 111       
+*  2010  7  2  3 30  0.00000000
+PG01  -3887.482569  25231.128135  -7210.846069 999999.999999
+PG02 -12470.149556 -22600.581160   7193.624327    269.422296  5  5  7 100       
+PG03  11350.842621  12825.594609 -20739.347370    576.007534  8  7  7 109       
+PG04     33.489149 -19843.774863  17310.113512    116.052069  4  7  6 110       
+PG05  -5248.263493 -19913.452317 -16741.590395    -10.947157  5  8  6  74       
+PG06   5800.105456  14717.354328 -21167.103383    588.090435  8  6  6 100       
+PG07  15689.604679  -3681.963198 -21158.346874     -1.531948  7  7  8 117       
+PG08   7021.023927 -14063.087965 -21316.949387      5.981633  5  5  4 112       
+PG09 -20334.401306 -14523.793820   8500.701469     15.837066  5  6  6 132       
+PG10   3490.706899 -24862.403925  -8285.897414    -45.995201  3  6  5 102       
+PG11  23544.200349   7443.647307   9970.678571    -72.828137  4  7  5  84       
+PG12 -14773.242586  -3191.616320  21873.728539    -98.032803  8  6  5 111       
+PG13  25842.498869  -5064.891144  -3768.775544    302.433022  7  7  8 116       
+PG14 -12012.823031  14185.409262  19057.186959     63.285425  5  6  4 117       
+PG15 -20025.128463  -7598.171223 -15770.763095   -246.592468  4  7  7 116       
+PG16    491.041581  22891.066234 -13182.658102    -85.681728  5  7  8  75       
+PG17  13997.224348 -14373.021219  17402.692532    159.733104  8  6  6 128       
+PG18 -16662.208238  15090.952973 -13562.265994     78.230436  5  7  7  79       
+PG19  20393.750506   8626.896522 -14868.598052    -46.498659  5  7  9 124       
+PG20  15997.458334    914.300148  21042.616035     53.901812  5  4  4 106       
+PG21 -14191.657336   7212.475688 -20963.656050    -71.031126  6  6  6 107       
+PG22 -11901.691956  23449.906358  -3174.807440    168.431552  6  7  7 107       
+PG23  26053.743270    -83.446456   5969.801486    364.729233  5  6  7 115       
+PG24   1707.766697  21293.931906 -15872.464500    300.923440  6  7  7 113       
+PG25 -14692.756112  -4098.656419  21749.168581     -2.414032 11 16 13 162       
+PG26 -18958.930947  -9200.978329 -16948.573985    -74.800465  8  9  7 139       
+PG27 -20507.067253 -16126.440195   6120.063834    166.278808  6  6  5 114       
+PG28  13040.820269 -22220.722297  -5309.797956    -11.847317  5  6  5  96       
+PG29 -25862.314334   5359.322603  -2494.412183    131.591666  7  7  8 113       
+PG30 -16444.139387   9948.956782  17910.588676    256.924060  7  5  9  23       
+PG31   2617.763112  20701.685347  16532.027852    -27.278343  7  5  6 123       
+PG32  12187.345893   9965.997953  21762.644964    -28.446788  7  6  5 110       
+*  2010  7  2  3 45  0.00000000
+PG01  -4321.144180  25777.825098  -4442.213255 999999.999999
+PG02 -11629.900685 -22065.366549   9753.315325    269.424972  5  5  7 105       
+PG03   9153.688750  13620.194286 -21290.488290    576.012371  8  6  6 105       
+PG04   1578.107376 -18384.924079  18803.604713    116.059184  4  7  7 112       
+PG05  -4508.416002 -21570.222691 -14781.139470    -10.949521  5  7  6 112       
+PG06   3407.249760  15339.954657 -21230.648558    588.078157  8  6  6 100       
+PG07  17199.335636  -1869.986614 -20216.387786     -1.532246  7  6  8 115       
+PG08   8571.554333 -12133.493310 -21973.065958      5.981490  4  6  3 114       
+PG09 -20794.905552 -15298.995713   5764.964331     15.839040  6  6  7 126       
+PG10   4022.408249 -25500.743828  -5576.503158    -45.995261  3  6  5 120       
+PG11  24171.566215   8359.654520   7543.175030    -72.830463  4  7  5  93       
+PG12 -13971.856395  -5554.288380  21941.553082    -98.029130  7  6  5 109       
+PG13  26109.999024  -4940.451483   -869.041938    302.432233  6  8  8 107       
+PG14 -14064.160988  14396.984795  17399.670217     63.289253  5  6  4 118       
+PG15 -18200.340892  -8180.164955 -17574.992070   -246.586838  4  7  7  96       
+PG16   -173.475008  24120.434426 -10760.367782    -85.684886  6  8  8  78       
+PG17  15872.881531 -14533.472756  15529.954286    159.735057  8  7  6 118       
+PG18 -16328.838292  13370.172785 -15613.911066     78.232690  5  7  6 102       
+PG19  18621.708926   9012.989598 -16804.738714    -46.501465  5  7  9 135       
+PG20  15328.199561   3281.753283  21305.876712     53.901867  5  5  3 106       
+PG21 -15761.846953   5338.317694 -20461.787520    -71.033103  6  6  5 101       
+PG22 -12028.096914  22827.424440  -5918.447030    168.430359  6  6  7 122       
+PG23  25276.213580    272.097746   8656.379747    364.728009  4  6  7 122       
+PG24    372.538156  19897.479146 -17640.995523    300.925837  6  7  7 110       
+PG25 -13938.113956  -6466.177493  21668.816956     -2.415344 11 16 11 160       
+PG26 -17061.972794  -9530.431573 -18711.173445    -74.806226  8  9  6 137       
+PG27 -20700.663620 -16579.928906   3305.160353    166.282116  6  5  6 125       
+PG28  12981.264047 -21359.888535  -8062.573127    -11.846694  5  6  4  80       
+PG29 -26036.689740   5126.414510    360.172606    131.594189  7  7  9 120       
+PG30 -15977.852828   7785.098168  19321.562958    256.926684  7  5 10  53       
+PG31   1221.886230  19319.208063  18309.842098    -27.276185  6  6  6 133       
+PG32  11212.377649  12140.418599  21195.982351    -28.454603  6  6  5 112       
+*  2010  7  2  4  0  0.00000000
+PG01  -4645.447326  26038.607958  -1596.721446 999999.999999
+PG02 -10563.959853 -21379.471240  12149.251025    269.427640  5  5  7 103       
+PG03   6956.204985  14535.844381 -21488.204979    576.017122  8  6  6  80       
+PG04   3295.474515 -16894.997272  19965.570535    116.066650  4  7  6 109       
+PG05  -3915.196702 -23034.660189 -12565.582534    -10.952263  5  7  5  97       
+PG06   1058.381981  16071.491385 -20922.773555    588.065877  8  6  5 105       
+PG07  18715.051052   -232.846757 -18928.445200     -1.532283  7  6  7 110       
+PG08  10260.729388 -10259.101619 -22249.554730      5.981561  4  6  3 116       
+PG09 -21067.635309 -15824.986878   2928.733269     15.839777  6  6  7 137       
+PG10   4435.080590 -25863.961527  -2769.527232    -45.994578  3  6  5 102       
+PG11  24600.148822   9099.890964   4987.343184    -72.832712  3  6  5 104       
+PG12 -13303.146160  -7942.214183  21633.476677    -98.025339  7  6  5 120       
+PG13  26060.854624  -4766.749594   2045.588305    302.431833  6  8  8  86       
+PG14 -15902.428015  14679.333453  15444.246862     63.292973  4  6  4 123       
+PG15 -16227.331068  -8906.489243 -19077.805666   -246.581066  4  7  7 112       
+PG16   -689.952393  25108.548724  -8149.771366    -85.688266  6  8  8  61       
+PG17  17518.765002 -14736.903914  13389.348047    159.736810  8  7  6 122       
+PG18 -16015.265062  11425.841816 -17387.319341     78.234812  5  7  6 112       
+PG19  16671.571873   9528.807578 -18454.693015    -46.504096  5  6  9 133       
+PG20  14771.200650   5686.684925  21197.994092     53.901136  4  4  2  90       
+PG21 -17359.906420   3601.382420 -19600.352137    -71.035150  6  6  5 113       
+PG22 -12097.540213  21918.739625  -8559.194283    168.429783  6  6  6 127       
+PG23  24233.934087    743.803076  11196.592741    364.726455  3  6  7 105       
+PG24  -1155.475187  18433.307578 -19107.103916    300.927801  6  6  7 117       
+PG25 -13315.072079  -8840.705498  21215.760339     -2.415497 10 16  8 156       
+PG26 -15013.129759 -10004.871864 -20169.139748    -74.811017  8  9  6 136       
+PG27 -20678.360336 -16813.035367    434.488939    166.285067  6  5  6 124       
+PG28  12879.018489 -20199.665160 -10671.801072    -11.845500  5  6  5  70       
+PG29 -25908.107174   4830.010140   3208.553391    131.596603  6  7  9 126       
+PG30 -15590.323919   5459.756091  20388.282763    256.929834  7  4 10  58       
+PG31   -374.608508  17886.824064  19775.594817    -27.273838  6  6  5 128       
+PG32  10382.991888  14283.810240  20277.312294    -28.462615  5  6  5 109       
+*  2010  7  2  4 15  0.00000000
+PG01  -4894.688751  25997.222142   1276.434743 999999.999999
+PG02  -9267.982855 -20580.703026  14340.795560    269.430528  5  5  6 106       
+PG03   4800.140744  15557.981969 -21328.359413    576.021628  8  6  5  81       
+PG04   5164.116153 -15415.736754  20776.180559    116.073917  3  7  6 116       
+PG05  -3448.536658 -24269.565212 -10133.027974    -10.954647  5  7  5 106       
+PG06  -1202.389034  16893.320337 -20248.478555    588.053421  7  5  5  99       
+PG07  20193.452166   1210.500534 -17316.943762     -1.532325  6  6  7 113       
+PG08  12057.402986  -8481.228532 -22143.318494      5.982717  4  6  3 114       
+PG09 -21120.113302 -16123.501756     41.759141     15.841608  7  6  7 141       
+PG10   4760.507799 -25932.444735     86.035461    -45.994739  2  6  5  98       
+PG11  24804.208419   9683.335599   2346.974116    -72.835127  3  7  5  72       
+PG12 -12776.104038 -10306.836706  20955.215049    -98.021966  7  6  5 105       
+PG13  25703.956427  -4504.843106   4925.041763    302.431449  5  7  8  97       
+PG14 -17496.417140  14998.266827  13223.869454     63.296742  4  6  5 117       
+PG15 -14150.680651  -9784.215262 -20253.143049   -246.575433  3  6  7 103       
+PG16  -1085.308936  25824.381701  -5396.463844    -85.691246  6  8  8  93       
+PG17  18909.536098 -14948.261193  11017.302128    159.738353  8  8  7 115       
+PG18 -15753.194095   9289.050215 -18851.019321     78.236957  6  6  6  91       
+PG19  14585.513017  10188.045764 -19789.656119    -46.506686  5  6  8 133       
+PG20  14335.741233   8082.178026  20721.017691     53.901021  4  5    104       
+PG21 -18946.824661   2026.245558 -18396.601966    -71.037870  5  6  5 108       
+PG22 -12145.994108  20730.030134 -11050.912556    168.429283  6  5  7 119       
+PG23  22956.517553   1358.548207  13547.222035    364.725318  3  6  7 114       
+PG24  -2862.679451  16944.004219 -20244.941729    300.930341  6  6  7  95       
+PG25 -12829.387689 -11173.865252  20397.738468     -2.417088 10 15  5 150       
+PG26 -12856.927222 -10635.726194 -21298.902473    -74.816126  8  9  6 137       
+PG27 -20410.263715 -16850.840706  -2443.514475    166.289221  7  5  6 111       
+PG28  12773.112306 -18751.152399 -13090.233017    -11.844167  5  6  5 118       
+PG29 -25489.394114   4435.069831   6001.650160    131.599016  6  7  9 119       
+PG30 -15304.786743   3016.142782  21091.225632    256.931752  7  3 10  70       
+PG31  -2155.008301  16448.853984  20905.147249    -27.271786  5  6  5 132       
+PG32   9702.565319  16350.694320  19022.320035    -28.470424  5  6  6 109       
+*  2010  7  2  4 30  0.00000000
+PG01  -5105.707453  25646.093432   4127.422939 999999.999999
+PG02  -7745.589366 -19708.247556  16290.502898    269.433224  5  5  6 111       
+PG03   2724.496286  16665.193492 -20812.557085    576.027049  7  5  5  97       
+PG04   7155.434040 -13985.457544  21221.990643    116.081359  4  7  6 113       
+PG05  -3082.243793 -25243.758509  -7525.390790    -10.957209  6  7  5 115       
+PG06  -3334.930503  17780.125324 -19219.303774    588.040819  7  5  5 109       
+PG07  21589.793452   2449.428893 -15409.745160     -1.532492  6  5  7 117       
+PG08  13924.259551  -6835.160334 -21657.839083      5.982935  4  7  3 125       
+PG09 -20926.092401 -16223.201296  -2845.989053     15.843314  7  6  7 131       
+PG10   5033.647934 -25695.011352   2940.064362    -45.995225  2  6  5 111       
+PG11  24763.598178  10134.007708   -333.050695    -72.837529  3  6  5  77       
+PG12 -12391.457278 -12599.336905  19918.760810    -98.018003  7  6  6 114       
+PG13  25057.100324  -4118.693759   7719.676026    302.430274  4  7  8  94       
+PG14 -18822.694916  15315.498939  10776.166252     63.300425  3  6  5 103       
+PG15 -12016.762635 -10812.453646 -21080.508032   -246.570024  4  6  6 109       
+PG16  -1391.640104  26244.508678  -2548.627124    -85.694585  6  8  8  81       
+PG17  20027.883015 -15129.587789   8454.425853    159.740422  8  8  7 124       
+PG18 -15569.285580   6997.398947 -19979.282597     78.239234  6  7  6  93       
+PG19  12408.858166  10996.743659 -20786.034546    -46.509296  6  6  8 133       
+PG20  14023.344391  10420.795481  19883.488747     53.900546  4  5    102       
+PG21 -20481.422311    629.728194 -16873.603543    -71.040000  5  6  5 101       
+PG22 -12208.377596  19275.940861 -13349.957889    168.428552  6  5  6 118       
+PG23  21479.629468   2137.079577  15668.078607    364.723739  3  6  6 115       
+PG24  -4727.572715  15470.279301 -21034.197299    300.932529  6  6  7  75       
+PG25 -12478.714801 -13417.586895  19228.784630     -2.418107 11 15  8 143       
+PG26 -10639.919264 -11426.405039 -22081.926902    -74.821269  9  8  6 135       
+PG27 -19873.236446 -16724.282426  -5279.485409    166.291784  7  5  6 113       
+PG28  12700.715771 -17034.794616 -15273.801592    -11.843114  6  7  5  39       
+PG29 -24801.514932   3910.039793   8691.449479    131.601561  5  7  8 113       
+PG30 -15137.316999    501.813467  21417.551967    256.934504  7  2 10  73       
+PG31  -4094.757157  15046.793089  21680.109642    -27.269658  5  6  5 133       
+PG32   9166.593402  18296.528460  17452.028524    -28.478292  4  5  6 100       
+*  2010  7  2  4 45  0.00000000
+PG01  -5316.247470  24986.688776   6906.661255 999999.999999
+PG02  -6008.457189 -18801.161308  17964.740996    269.436020  5  5  6 109       
+PG03    764.238712  17829.893618 -19948.192138    576.031411  7  4  5  96       
+PG04   9234.678058 -12637.628540  21296.136413    116.088836  4  7  6 113       
+PG05  -2785.205799 -25933.227741  -4787.667488    -10.959772  6  7  5 112       
+PG06  -5304.470948  18700.881304 -17853.136272    588.028997  7  4  5 103       
+PG07  22859.545231   3481.838055 -13239.660793     -1.532730  6  5  7 103       
+PG08  15819.161568  -5348.998134 -20803.005312      5.981971  4  7  3 108       
+PG09 -20466.593507 -16158.307843  -5685.193991     15.845102  7  6  7 129       
+PG10   5291.045157 -25149.431631   5742.243629    -45.996227  2  5  5 111       
+PG11  24464.539953  10479.834073  -3007.492319    -72.839902  2  6  6  75       
+PG12 -12141.742515 -14772.322129  18542.156018    -98.014146  7  6  6 109       
+PG13  24146.310201  -3576.771056  10381.140636    302.429966  3  7  8  89       
+PG14 -19866.373078  15590.219294   8142.834264     63.304225  2  6  5 114       
+PG15  -9872.100821 -11982.231673 -21545.339532   -246.564095  4  6  7 113       
+PG16  -1644.742911  26354.020771    343.856072    -85.697661  6  8  8  92       
+PG17  20865.069666 -15241.621081   5744.826521    159.742076  8  8  7 128       
+PG18 -15484.014314   4593.672124 -20752.603386     78.241453  6  7  6  94       
+PG19  10188.509779  11952.880890 -21425.892587    -46.511904  6  5  7 132       
+PG20  13827.794510  12656.242103  18700.270287     53.899944  4  6     97       
+PG21 -21921.899163   -579.467007 -15059.680677    -71.042594  6  6  5 110       
+PG22 -12317.018036  17579.166499 -15415.983441    168.427802  6  4  6 120       
+PG23  19843.710444   3093.015963  17522.675744    364.722597  4  6  6 117       
+PG24  -6721.351346  14049.452333 -21460.495084    300.934446  6  6  7  89       
+PG25 -12252.784036 -15525.785543  17728.985740     -2.419552 11 14 10 137       
+PG26  -8409.162197 -12372.063300 -22504.972264    -74.826308  9  8  5 130       
+PG27 -19052.042898 -16468.909770  -8023.953252    166.295755  7  4  7 106       
+PG28  12695.456808 -15079.772895 -17182.555372    -11.841709  6  7  5  93       
+PG29 -23872.721918   3228.265279  11231.827792    131.603955  5  6  8 120       
+PG30 -15096.145439  -2033.043065  21361.379564    256.939255  7  1  9  90       
+PG31  -6162.235334  13717.812614  22088.086848    -27.267152  4  6  4 137       
+PG32   8762.991740  20079.201654  15592.475507    -28.485960  3  5  7 106       
+*  2010  7  2  5  0  0.00000000
+PG01  -5563.279790  24029.533760   9565.711471 999999.999999
+PG02  -4076.121390 -17896.869051  19334.272987    269.438919  5  5  6 118       
+PG03  -1050.844728  19019.246850 -18748.415946    576.035486  7  5  4 103       
+PG04  11362.163988 -11399.673039  20998.392726    116.095761  4  7  6 109       
+PG05  -2522.791614 -26322.008817  -1967.152878    -10.962140  5  7  5 101       
+PG06  -7082.770896  19620.063481 -16173.890757    588.017026  6  4  5  95       
+PG07  23960.055389   4314.023945 -10843.888503     -1.532652  5  5  6  99       
+PG08  17696.670899  -4042.799588 -19594.840755      5.982955  4  7  4 109       
+PG09 -19730.653115 -15967.066937  -8428.003357     15.846375  8  6  7 135       
+PG10   5569.167435 -24302.602774   8443.012331    -45.998042  2  5  5 114       
+PG11  23900.168994  10751.389467  -5631.472619    -72.842249  2  6  5  88       
+PG12 -12011.702460 -16781.460761  16849.168618    -98.010711  7  6  6 112       
+PG13  23004.850222  -2853.491347  12863.227130    302.429457  2  6  7  88       
+PG14 -20621.562418  15780.785629   5368.951464     63.307745     6  5 107       
+PG15  -7761.727575 -13276.691456 -21639.283676   -246.558648  5  5  7  97       
+PG16  -1882.489656  26147.109092   3230.323103    -85.701061  6  8  8  84       
+PG17  21421.159416 -15245.462995   2935.351048    159.743704  8  8  8 116       
+PG18 -15510.805325   2124.304340 -21158.038129     78.243731  6  7  6  99       
+PG19   7971.307200  13046.288248 -21697.313247    -46.514508  6  5  7 131       
+PG20  13735.474004  14744.982271  17192.260543     53.899749  4  6  2  84       
+PG21 -23227.385831  -1600.790952 -12987.786794    -71.044335  6  5  4 117       
+PG22 -12500.218765  15669.722132 -17212.688414    168.427237  6  4  6 122       
+PG23  18092.524101   4232.117990  19078.854671    364.721307  4  5  5 110       
+PG24  -8808.809624  12714.071603 -21515.697772    300.937395  6  6  6  85       
+PG25 -12133.901410 -17455.970975  15924.136538     -2.421343 12 13 12 125       
+PG26  -6210.673479 -13459.649925 -22560.300813    -74.831407  9  8  5 129       
+PG27 -17940.229560 -16123.432117 -10628.222208    166.297384  7  4  7 113       
+PG28  12785.880195 -12923.027435 -18781.518749    -11.840564  6  8  5 104       
+PG29 -22737.441438   2369.209593  13579.334254    131.606587  5  6  8 123       
+PG30 -15181.313708  -4537.426151  20923.903838    256.944567  7  2  9  66       
+PG31  -8319.800791  12493.445225  22122.828591    -27.264835  3  6  4 129       
+PG32   8472.674510  21660.450161  13474.330507    -28.493946  2  4  7  96       
+*  2010  7  2  5 15  0.00000000
+PG01  -5881.351752  22793.883314  12058.158860 999999.999999
+PG02  -1975.480298 -17029.720566  20374.785631    269.441653  5  5  5 114       
+PG03  -2697.113944  20196.304910 -17232.023974    576.039438  7  4  4 101       
+PG04  13494.684387 -10292.034259  20335.102640    116.102695  5  6  5 108       
+PG05  -2258.396020 -26402.766776    887.387112    -10.964823  6  7  5 119       
+PG06  -8649.031006  20499.053038 -14211.070529    588.004370  6  4  5  92       
+PG07  24852.148196   4960.229538  -8263.382821     -1.532692  5  4  6  99       
+PG08  19509.683711  -2928.042319 -18055.142500      5.983002  4  7  4 104       
+PG09 -18715.762583 -15690.101018 -11028.776586     15.849001  8  6  7 126       
+PG10   5902.740494 -23170.364341  10994.511958    -45.997982  2  5  5 106       
+PG11  23070.831998  10980.558207  -8161.169590    -72.844711  1  6  6 114       
+PG12 -11978.988008 -18587.002884  14868.879078    -98.006795  6  7  6 108       
+PG13  21671.962240  -1930.433605  15122.692372    302.428699  3  6  7  89       
+PG14 -21091.488034  15846.471289   2502.217832     63.311601     6  5 108       
+PG15  -5727.602521 -14671.603783 -21360.361508   -246.552851  5  5  7  75       
+PG16  -2143.119067  25627.295933   6060.266663    -85.704160  6  8  8  87       
+PG17  21704.901667 -15104.256555     74.765141    159.745438  8  8  8 122       
+PG18 -15655.480414   -362.289672 -21189.399451     78.245561  6  7  6 102       
+PG19   5802.383725  14258.882289 -21594.664225    -46.517048  7  5  6 134       
+PG20  13726.003561  16647.749562  15385.996755     53.899421  5  7  3  81       
+PG21 -24359.439549  -2441.566039 -10694.826409    -71.047065  6  5  4 105       
+PG22 -12780.992468  13583.928529 -18708.494723    168.426573  6  5  6 113       
+PG23  16271.581999   5551.853181  20309.352526    364.719575  4  5  5 110       
+PG24 -10949.501807  11490.722542 -21198.101812    300.938409  6  6  7  81       
+PG25 -12097.746419 -19170.725473  13845.293801     -2.422694 12 12 13 115       
+PG26  -4087.923399 -14668.247247 -22245.835679    -74.836914  9  7  5 122       
+PG27 -16540.691477 -15728.109695 -13045.296065    166.301472  8  3  6 112       
+PG28  12994.122977 -10607.947819 -20041.449094    -11.839260  7  8  6 105       
+PG29 -21434.940001   1319.432422  15693.920386    131.608783  4  5  8 125       
+PG30 -15384.688056  -6961.377837  20113.360259    256.948861  7  3  9  66       
+PG31 -10525.052699  11398.499698  21784.285962    -27.262695  3  6  4 135       
+PG32   8270.390148  23007.147232  11132.454193    -28.501707     4  7  98       
+*  2010  7  2  5 30  0.00000000
+PG01  -6301.031835  21307.056613  14340.460101 999999.999999
+PG02    259.979361 -16229.660744  21067.354799    269.444547  5  4  5 106       
+PG03  -4157.826302  21321.324757 -15423.255850    576.043210  6  4  4 100       
+PG04  15587.052996  -9327.539085  19318.982654    116.110329  5  6  5 112       
+PG05  -1955.065894 -26177.052793   3726.571358    -10.967478  6  7  5 115       
+PG06  -9990.500772  21297.681457 -11999.217960    587.992394  6  3  5  94       
+PG07  25501.600958   5441.895379  -5542.168787     -1.532745  5  4  6  86       
+PG08  21211.116941  -2007.420659 -16211.042264      5.982396  4  7  4 111       
+PG09 -17427.993459 -15368.719925 -13444.758573     15.851499  8  5  7 137       
+PG10   6323.149829 -21776.958839  13351.507966    -45.999089  1  5  5 108       
+PG11  21984.131515  11199.165707 -10554.482900    -72.846739  1  5  5 115       
+PG12 -12015.137686 -20155.131346  12635.184478    -98.003560  6  7  6 107       
+PG13  20191.375491   -797.281087  17120.039062    302.428228  4  6  6  88       
+PG14 -21288.258073  15749.198686   -407.863015     63.315632     5  5 110       
+PG15  -3807.152892 -16136.180033 -20713.027851   -246.547395  5  4  7  61       
+PG16  -2463.516429  24807.303970   8784.263582    -85.707632  6  7  8 100       
+PG17  21733.282972 -14784.800438  -2787.114926    159.747536  7  8  8 113       
+PG18 -15916.035873  -2817.450637 -20847.303711     78.247647  7  6  6 104       
+PG19   3723.583112  15565.219664 -21118.760376    -46.519668  7  5  5 133       
+PG20  13773.158286  18330.889563  13313.158645     53.898779  5  7  3  85       
+PG21 -25283.429564  -3116.409911  -8220.943819    -71.049775  6  4  4  96       
+PG22 -13176.013583  11363.151578 -19877.136101    168.425763  6  6  6 124       
+PG23  14426.502522   7041.277090  21192.302238    364.718198  5  6  4 114       
+PG24 -13099.124670  10399.073872 -20512.519170    300.941174  6  6  7  66       
+PG25 -12114.437952 -20638.992952  11528.238336     -2.423784 12 11 13 117       
+PG26  -2080.406882 -15969.693550 -21565.263898    -74.842107  9  7  6 125       
+PG27 -14865.885131 -15323.046674 -15230.827169    166.305836  8  3  6 108       
+PG28  13334.869624  -8182.786508 -20939.465961    -11.838260  7  8  5  19       
+PG29 -20007.822874     73.290770  17539.605241    131.611466  5  4  8 116       
+PG30 -15690.329307  -9257.789570  18944.831020    256.952170  7  4  9  70       
+PG31 -12732.270113  10450.241194  21078.576362    -27.260553  2  5  3 136       
+PG32   8125.786729  24092.423403   8605.402320    -28.509520     4  7 100       
+*  2010  7  2  5 45  0.00000000
+PG01  -6847.514325  19603.461312  16372.741097 999999.999999
+PG02   2591.215501 -15521.064671  21398.837294    269.447233  5  4  4 104       
+PG03  -5423.638134  22353.224385 -13351.504167    576.048159  6  4  4 108       
+PG04  17593.719097  -8511.079877  17968.813757    116.117218  5  5  5 106       
+PG05  -1577.143195 -25655.226733   6501.272214    -10.970058  6  7  6 119       
+PG06 -11102.763800  21975.849351  -9577.266875    587.980456  5  3  5 106       
+PG07  25880.443919   5786.639430  -2726.609882     -1.533056  4  4  6  92       
+PG08  22755.584613  -1274.975213 -14094.501005      5.982556  4  7  5  99       
+PG09 -15881.814644 -15043.250707 -15636.677099     15.852476  8  5  7 122       
+PG10   6856.980348 -20154.158000  15472.262225    -46.000451  1  5  5 100       
+PG11  20654.718179  11437.628706 -12771.663854    -72.849380     5  5 109       
+PG12 -12086.796415 -21459.094105  10186.228122    -97.999923  6  7  7  98       
+PG13  18609.645512    547.551657  18820.237547    302.427978  3  5  5  90       
+PG14 -21232.291740  15455.189449  -3310.847753     63.319503     5  5 103       
+PG15  -2031.992113 -17634.152772 -19708.118605   -246.541510  6  4  8  72       
+PG16  -2877.554424  23708.570103  11354.876785    -85.710802  6  7  8 152       
+PG17  21530.758274 -14259.034816  -5600.320935    159.749243  7  8  8 105       
+PG18 -16282.756091  -5194.001822 -20139.076174     78.249630  7  6  7  95       
+PG19   1771.997347  16933.354756 -20276.915455    -46.522091  6  5  5 126       
+PG20  13846.021079  19767.484299  11009.982811     53.898833  5  7  4  97       
+PG21 -25969.764779  -3646.397712  -5608.795022    -71.052248  7  3  5 111       
+PG22 -13694.833965   9052.345986 -20698.146325    168.425408  6  6  6 117       
+PG23  12601.364136   8681.239860  21711.653967    364.717082  5  6  3 108       
+PG24 -15211.068763   9451.201740 -19470.240207    300.943105  6  5  7 107       
+PG25 -12149.826021 -21837.129829   9012.854211     -2.425023 13  9 13 118       
+PG26   -222.341912 -17329.474570 -20528.079655    -74.847405  9  6  6 125       
+PG27 -12937.661162 -14946.455668 -17144.065251    166.310696  8  2  6 111       
+PG28  13814.637286  -5698.865785 -21459.531657    -11.836929  7  8  5  59       
+PG29 -18500.423641  -1366.663268  19085.066324    131.613835  5  4  8 118       
+PG30 -16075.200523 -11384.083037  17439.903302    256.955057  7  5  8  80       
+PG31 -14893.973609   9657.863866  20017.859724    -27.258300  1  4  3 134       
+PG32   8004.672263  24896.578769   5934.876400    -28.517451     4  7 106       
+*  2010  7  2  6  0  0.00000000
+PG01  -7539.442051  17723.345400  18119.527459 999999.999999
+PG02   4974.889028 -14921.784874  21362.178329    269.450093  5  3  4 102       
+PG03  -6492.833137  23251.126664 -11050.928589    576.053252  6  4  4  93       
+PG04  19470.387233  -7839.620489  16309.029870    116.125053  5  5  5  91       
+PG05  -1091.858930 -24856.048040   9163.480529    -10.972208  5  7  6  92       
+PG06 -11989.689702  22495.152581  -6987.811719    587.967731  5  2  5  95       
+PG07  25968.035488   6027.005595    135.359023     -1.533031  4  4  6  93       
+PG08  24101.004709   -716.543325 -11741.747606      5.982567  5  7  5 109       
+PG09 -14099.617164 -14751.444910 -17569.263315     15.855518  8  4  7 126       
+PG10   7524.757480 -18340.090582  17319.334357    -46.000945  1  4  5 106       
+PG11  19103.840287  11723.671206 -14775.904940    -72.851602     5  6 129       
+PG12 -12157.127005 -22480.076850   7563.763539    -97.996392  6  7  7 125       
+PG13  16974.386819   2096.634868  20193.373653    302.427429  4  5  5  97       
+PG14 -20951.426225  14936.463945  -6156.247166     63.323067     5  5 111       
+PG15   -426.866681 -19125.084867 -18362.685716   -246.536070  6  4  8 119       
+PG16  -3414.563301  22360.425663  13727.511149    -85.714426  6  7  8 104       
+PG17  21128.191551 -13505.336166  -8315.643328    159.750996  7  7  8 105       
+PG18 -16738.652559  -7447.896198 -19078.521965     78.252111  7  6  7 116       
+PG19    -21.315911  18325.971740 -19082.877658    -46.524695  6  5  4 129       
+PG20  13910.325410  20938.216113   8516.600837     53.898340  5  7  4  69       
+PG21 -26394.924549  -4058.003042  -2902.816510    -71.054283  7  3  5 128       
+PG22 -14339.395058   6698.461825 -21157.235651    168.424672  6  6  5 123       
+PG23  10837.114998  10444.915743  21857.508116    364.715378  5  7  3 116       
+PG24 -17238.078781   8651.221330 -18088.874985    300.945698  6  5  7 106       
+PG25 -12166.958381 -22749.677307   6342.436272     -2.426660 13  7 13 111       
+PG26   1458.460827 -18707.861701 -19149.561360    -74.852939  9  6  7 121       
+PG27 -10786.706260 -14632.969048 -18748.777696    166.314857  8     6 108       
+PG28  14431.425047  -3208.659289 -21592.768219    -11.835981  7  8  5  16       
+PG29 -16957.146476  -2989.601934  20304.148111    131.616207  6  3  7 122       
+PG30 -16510.178135 -13303.694152  15626.191355    256.959381  6  6  8  94       
+PG31 -16962.554187   9022.272325  18620.129183    -27.255891  1  3  3 141       
+PG32   7870.428562  25407.754427   3165.123486    -28.525311     3  7 100       
+*  2010  7  2  6 15  0.00000000
+PG01  -8387.996385  15711.326605  19550.391903 999999.999999
+PG02   7364.805071 -14442.451419  20956.624193    269.453022  5  3  4 100       
+PG03  -7371.262220  23975.935754  -8559.973554    576.058305  6  4  5 105       
+PG04  21175.579317  -7302.519425  14369.216716    116.132758  5  4  4  97       
+PG05   -470.814212 -23805.951006  11667.150661    -10.974464  5  7  6 113       
+PG06 -12663.056939  22820.448482  -4276.310440    587.956041  5  2  5 117       
+PG07  25751.873092   6199.028545   2995.022471     -1.533224  4  4  5  86       
+PG08  25210.081388   -310.508198  -9192.671448      5.983817  4  7  6 112       
+PG09 -12110.970999 -14527.015769 -19211.696571     15.857626  9  4  6 130       
+PG10   8339.944603 -16377.821218  18860.292092    -46.002394  1  4  5  99       
+PG11  17358.667780  12081.150247 -16533.884728    -72.853595     5  6 124       
+PG12 -12187.360936 -23207.784449   4812.462384    -97.992472  6  7  7 113       
+PG13  15332.469008   3833.597561  21215.208371    302.426818  4  6  4  97       
+PG14 -20479.735663  14172.127836  -8894.432635     63.326978     5  5 120       
+PG15    991.127122 -20565.857559 -16699.721059   -246.530274  6  4  9  93       
+PG16  -4097.992809  20798.978621  15861.205710    -85.717812  7  7  8 111       
+PG17  20561.547720 -12509.566072 -10885.534398    159.752472  6  7  9  92       
+PG18 -17260.203744  -9539.717926 -17685.574483     78.253907  7  6  7  93       
+PG19  -1632.383618  19701.750401 -17556.645663    -46.527484  6  6  4 127       
+PG20  13929.932595  21831.939637   5876.315071     53.897754  5  7  5  82       
+PG21 -26542.262425  -4381.863100   -148.502083    -71.056747  7  3  5 109       
+PG22 -15103.857132   4348.778368 -21246.547371    168.424049  6  6  5 114       
+PG23   9170.100056  12298.640763  21626.350597    364.714321  4  7  3 115       
+PG24 -19133.957836   7995.243206 -16392.073057    300.948287  6  5  7 104       
+PG25 -12127.664226 -23369.825692   3562.938323     -2.428123 13  5 13  76       
+PG26   2941.515499 -20061.266493 -17450.675174    -74.858565  9  6  8 137       
+PG27  -8451.601996 -14412.075290 -20014.110001    166.319321  8     5 116       
+PG28  15174.742664   -763.835517 -21337.602409    -11.834929  7  8  5  89       
+PG29 -15420.823966  -4776.660439  21176.281593    131.618919  6  4  8 112       
+PG30 -16961.318768 -14987.299591  13536.738700    256.961938  6  6  7 104       
+PG31 -18891.911880   8536.177986  16908.919644    -27.253494  1  3  4 142       
+PG32   7685.531635  25622.337118    342.288076    -28.533046  1  3  6  82       
+*  2010  7  2  6 30  0.00000000
+PG01  -9396.292541  13614.758648  20640.504830 999999.999999
+PG02   9713.486153 -14086.057215  20187.830423    269.456030  5  3  4 100       
+PG03  -8071.989524  24491.886591  -5920.790156    576.062867  6  4  5  97       
+PG04  22672.080407  -6882.150748  12183.535026    116.139902  5  4  4  88       
+PG05    308.710927 -22538.033141  13969.009507    -10.977476  5  7  6 105       
+PG06 -13141.865005  22921.298067  -1490.239405    587.943725  5  2  5 105       
+PG07  25228.109523   6340.668984   5803.687549     -1.533313  4  5  5  93       
+PG08  26051.612924    -28.815227  -6490.177839      5.983497  4  7  6 101       
+PG09  -9951.645494 -14398.351018 -20537.976130     15.859240  9  3  6 124       
+PG10   9308.239933 -14313.741045  20068.313640    -46.003584  1  4  5 103       
+PG11  15451.414551  12529.031631 -18016.264267    -72.855796     5  6 117       
+PG12 -12138.430022 -23640.710297   1979.176353    -97.988946  6  7  7 101       
+PG13  13728.248151   5733.559719  21867.636709    302.426487  3  7  3  98       
+PG14 -19856.107648  13149.391118 -11477.536999     63.330638  1  6  5 105       
+PG15   2213.025435 -21912.280305 -14747.772679   -246.524604  6  4  9  78       
+PG16  -4944.319420  19065.745497  17719.346907    -85.721148  7  7  8 104       
+PG17  19870.388676 -11265.828994 -13264.984394    159.754335  5  6  8 115       
+PG18 -17818.359042 -11435.980882 -15985.835596     78.256091  7  6  8 103       
+PG19  -3045.090995  21016.914473 -15724.164415    -46.529897  6  6  5 134       
+PG20  13868.383974  22445.942476   3134.826805     53.897609  6  7  5  84       
+PG21 -26402.561662  -4651.416956   2608.303574    -71.059306  7  3  5 112       
+PG22 -15974.752677   2049.232648 -20964.789420    168.423366  6  6  6 120       
+PG23   7630.763830  14203.031521  21021.182002    364.712768  4  7  4 116       
+PG24 -20855.247533   7471.658324 -14409.124725    300.951249  5  5  7 121       
+PG25 -11994.192573 -23699.553314    722.175510     -2.429499 14  4 13  67       
+PG26   4214.328648 -21343.772803 -15457.896918    -74.863819  9  6  9 136       
+PG27  -5977.528258 -14306.757091 -20915.353848    166.324693  8     5 107       
+PG28  16026.015054   1586.648198 -20699.737259    -11.833751  7  8  5  49       
+PG29 -13931.152079  -6701.484913  21686.809787    131.621192  6  4  7 105       
+PG30 -17391.323245 -16413.738463  11209.319908    256.965776  6  7  7 105       
+PG31 -20639.046476   8184.505729  14912.937965    -27.251203     4  4 140       
+PG32   7413.126856  25545.078881  -2486.279942    -28.540900  2  3  6 108       
+*  2010  7  2  6 45  0.00000000
+PG01 -10559.105271  11482.000479  21371.076778 999999.999999
+PG02  11973.819294 -13847.850661  19067.857095    269.458821  5  3  4 100       
+PG03  -8614.650677  24768.005797  -3178.565656    576.067436  5  4  4  97       
+PG04  23928.215648  -6554.792469   9790.082226    116.147207  5  3  4  79       
+PG05   1262.673372 -21090.796732  16029.314449    -10.980015  4  7  6 113       
+PG06 -13451.367287  22773.226005   1321.780595    587.930989  5  2  5 108       
+PG07  24401.755319   6490.178246   8513.487732     -1.533544  4  6  5 103       
+PG08  26601.582471    161.783716  -3679.514393      5.983851  3  7  6  96       
+PG09  -7662.430606 -14387.439656 -21527.223044     15.860660  9  3  6 119       
+PG10  10427.202215 -12195.838962  20922.668683    -46.003255  1  4  5  91       
+PG11  13418.289086  13080.550754 -19198.131309    -72.858493  1  5  6 126       
+PG12 -11972.617560 -23786.083983   -887.836161    -97.985377  7  7  7 100       
+PG13  12201.904558   7763.908298  22139.035002    302.425772  2  7  2  97       
+PG14 -19122.633499  11864.275505 -13860.330921     63.334393     6  4 109       
+PG15   3238.158418 -23120.759903 -12540.458995   -246.518882  7  4  9  97       
+PG16  -5962.241365  17206.090290  19270.290205    -85.724582  7  7  7 124       
+PG17  19096.234963  -9776.906031 -15412.351251    159.755995  5  6  8 113       
+PG18 -18379.760199 -13110.177512 -14010.023709     78.258298  7  7  8  98       
+PG19  -4251.644701  22226.902504 -13616.902762    -46.532493  6  7  5 132       
+PG20  13690.466243  22785.887725    339.431921     53.896621  6  7  5 105       
+PG21 -25974.330219  -4901.467413   5322.088010    -71.061256  7  4  6 111       
+PG22 -16931.457231   -157.189866 -20317.239119    168.423009  7  6  6 113       
+PG23   6242.581516  16114.346449  20051.533819    364.711143  4  8  4 114       
+PG24 -22362.815760   7061.741836 -12174.449854    300.954526  5  4  7 104       
+PG25 -11730.840803 -23749.435448  -2131.004742     -2.429742 14  2 12 131       
+PG26   5272.785348 -22508.799940 -13202.944173    -74.869099  9  5  9 131       
+PG27  -3414.658962 -14332.401747 -21434.590982    166.329309  8     4 108       
+PG28  16959.340162   3798.316588 -19691.955492    -11.832739  7  7  6  74       
+PG29 -12523.260390  -8731.068425  21827.215652    131.623737  6  4  7 109       
+PG30 -17761.131952 -17570.596791   8685.663425    256.968047  7  6  7  95       
+PG31 -22165.544346   7945.095951  12665.618731    -27.249276     5  5 142       
+PG32   7018.603697  25188.922371  -5272.756103    -28.548637  2  3  6  95       
+*  2010  7  2  7  0  0.00000000
+PG01 -11862.936149   9360.658407  21729.684184 999999.999999
+PG02  14100.714011 -13715.546130  17615.044685    269.461636  5  3  4  90       
+PG03  -9024.541292  24779.422820   -380.767468    576.072638  5  4  4 108       
+PG04  24918.913870  -6291.742961   7230.206592    116.154231  5  3  3  83       
+PG05   2399.450695 -19506.693460  17812.546210    -10.982383  4  6  6 117       
+PG06 -13621.867245  22358.748636   4110.868145    587.918603  5  2  4 106       
+PG07  23286.559002   6684.453705  11078.175788     -1.533721  4  7  5 103       
+PG08  26843.996474    298.303766   -807.575692      5.983740  3  7  6  93       
+PG09  -5287.800554 -14509.043286 -22163.915583     15.862436  9  2  6 124       
+PG10  11686.219477 -10071.926978  21409.068603    -46.005125  1  4  5  96       
+PG11  11298.308744  13742.587828 -20059.388588    -72.860846  2  5  6 127       
+PG12 -11655.166818 -23659.499304  -3739.707524    -97.981958  7  7  7 106       
+PG13  10787.954144   9885.388235  22024.488259    302.425339  1  7  2  99       
+PG14 -18322.876937  10321.978515 -16001.055887     63.338007  2  6  4 115       
+PG15   4073.984377 -24149.963402 -10115.888825   -246.513487  7  5 10  80       
+PG16  -7152.191363  15267.534690  20487.880217    -85.727682  7  7  7 116       
+PG17  18280.860595  -8054.345477 -17290.125666    159.758027  4  5  8 116       
+PG18 -18908.126265 -14543.543367 -11793.346724     78.260266  7  7  8  89       
+PG19  -5252.703933  23288.094804 -11271.318182    -46.534828  6  7  5 127       
+PG20  13363.728503  22865.443895  -2461.800944     53.896202  6  7  5  92       
+PG21 -25263.831530  -5166.717009   7948.326178    -71.064021  7  5  6 108       
+PG22 -17946.957496  -2231.938109 -19315.622274    168.422647  7  6  6 112       
+PG23   5021.263285  17986.040147  18733.366617    364.709686  4  8  4 118       
+PG24 -23623.287178   6740.552166  -9726.983359    300.956869  5  4  7 119       
+PG25 -11305.509311 -23538.131442  -4947.568363     -2.430591 15  3 11 153       
+PG26   6121.230169 -23510.842622 -10722.410979    -74.874666  9  5  9 121       
+PG27   -816.316442 -14496.043171 -21561.183984    166.333292  8  1  3 102       
+PG28  17942.560964   5832.736240 -18333.766335    -11.831416  7  7  6  97       
+PG29 -11226.470249 -10826.843439  21595.250163    131.626080  6  3  7 114       
+PG30 -18031.581893 -18454.438403   6010.617922    256.971038  7  6  7  82       
+PG31 -23438.908718   7789.677120  10204.609995    -27.246759     6  5 138       
+PG32   6471.112819  24574.532014  -7969.604080    -28.556402  3  3  6 129       
+*  2010  7  2  7 15  0.00000000
+PG01 -13286.419192   7295.871827  21710.472790   -136.742900 10 14 10 144       
+PG02  16052.705422 -13669.849947  15853.766463    269.464474  4  3  4  97       
+PG03  -9331.465920  24508.473211   2423.687807    576.076435  6  4  4 101       
+PG04  25626.522516  -6060.618771   4547.787274    116.161211  5  3  4  82       
+PG05   3719.325340 -17830.529609  19288.024140    -10.984577  3  6  6 112       
+PG06 -13687.329744  21668.130668   6828.756241    587.906277  6  2  4 106       
+PG07  21904.568658   6957.447042  13453.894040     -1.533984  4  7  5 111       
+PG08  26771.443974    419.969093   2077.807112      5.983358  2  6  6 104       
+PG09  -2874.464605 -14770.134780 -22438.061311     15.864576  9  3  5 125       
+PG10  13066.819633  -7987.894103  21519.880740    -46.005377  1  4  5 100       
+PG11   9132.017299  14515.280180 -20585.082173    -72.862994  2  5  6 115       
+PG12 -11155.786048 -23284.236270  -6527.770779    -97.978554  8  7  6 118       
+PG13   9513.993797  12053.466384  21525.891751    302.424842  1  8  2  94       
+PG14 -17500.091551   8536.876820 -17862.195581     63.341748  2  7  3 113       
+PG15   4735.602622 -24962.409076  -7515.997180   -246.507670  7  5 10  81       
+PG16  -8506.183455  13298.007722  21351.862381    -85.730841  7  7  7 121       
+PG17  17464.591403  -6118.205539 -18865.614889    159.759828  4  5  8 115       
+PG18 -19365.743681 -15725.515356  -9374.817054     78.262538  7  7  8  93       
+PG19  -6057.171550  24159.526330  -8728.217070    -46.537403  6  7  5 130       
+PG20  12859.892358  22705.619794  -5220.855036     53.895508  6  7  5 109       
+PG21 -24284.855278  -5480.327423  10444.104529    -71.066304  7  5  7 104       
+PG22 -18988.884252  -4142.193235 -17977.870899    168.421829  6  6  6 116       
+PG23   3974.266735  19770.452380  17088.847451    364.708483  4  7  4 121       
+PG24 -24610.257430   6478.089009  -7109.469421    300.958361  5  5  6 103       
+PG25 -10691.121225 -23091.570849  -7679.141674     -2.431977 15  6  9 153       
+PG26   6772.228397 -24307.226921  -8057.298957    -74.879966  8  6 10 121       
+PG27   1763.033376 -14795.979407 -21292.090110    166.336393  8  2  1 109       
+PG28  18938.598270   7658.800611 -16650.912433    -11.830293  7  7  6  46       
+PG29 -10063.286283 -12945.989788  20994.959665    131.628285  6  3  7 107       
+PG30 -18165.055495 -19070.681739   3231.284438    256.974453  8  6  6  96       
+PG31 -24433.685622   7685.074679   7571.193849    -27.244740     6  5 139       
+PG32   5744.968008  23729.541419 -10530.361618    -28.564053  3  3  6 112       
+*  2010  7  2  7 30  0.00000000
+PG01 -14801.047517   5328.710855  21314.236090   -136.746474 10 14 10 161       
+PG02  17793.436742 -13685.286068  13814.056381    269.467528  4  4  5 104       
+PG03  -9568.389412  23945.542060   5185.325864    576.080208  6  4  4 100       
+PG04  26041.348592  -5826.781960   1788.492788    116.168482  5  3  3  96       
+PG05   5214.289602 -16107.794613  20430.433149    -10.987096  3  6  6 120       
+PG06 -13683.865998  20699.843102   9428.641175    587.894027  6  2  3 108       
+PG07  20285.389947   7338.685708  15599.910424     -1.533859  4  8  5  99       
+PG08  26385.358984    566.577775   4928.585528      5.984914  2  6  6 101       
+PG09   -469.851742 -15169.619096 -22345.308248     15.866025  9  3  5 130       
+PG10  14543.306691  -5986.060584  21254.205690    -46.004571  1  4  5  93       
+PG11   6960.148726  15391.887031 -20765.665596    -72.865375  3  5  6 118       
+PG12 -10449.992724 -22690.301979  -9204.370064    -97.975009  8  7  6  96       
+PG13   8399.731689  14219.914690  20651.923908    302.424061  1  8  3 108       
+PG14 -16695.460026   6532.166478 -19411.168635     63.345464  2  7  2 112       
+PG15   5244.964252 -25525.922149  -4785.808769   -246.502275  7  5 10  96       
+PG16 -10007.996566  11344.104013  21848.182040    -85.733844  7  6  6 117       
+PG17  16684.677028  -3996.459454 -20111.530835    159.761369  4  5  8 117       
+PG18 -19715.001233 -16653.874630  -6796.525304     78.264614  7  7  8 101       
+PG19  -6681.651709  24804.514774  -6032.022227    -46.539857  7  7  5 133       
+PG20  12156.101299  22333.832937  -7890.578880     53.895476  6  7  5 101       
+PG21 -23058.239837  -5872.549169  12768.712017    -71.068737  7  5  7 112       
+PG22 -20020.766754  -5861.931167 -16327.766558    168.420314  7  7  7  96       
+PG23   3100.640601  21420.566315  15146.006379    364.706993  5  7  5 118       
+PG24 -25305.240901   6240.662619  -4367.679108    300.962589  5  5  6 104       
+PG25  -9866.851523 -22441.871026 -10278.844829 999999.999999
+PG26   7246.003922 -24859.816280  -5252.441014    -74.885593  8  6 10 125       
+PG27   4269.851651 -15221.790302 -20631.981483    166.339294  8  3    115       
+PG28  19906.980433   9253.691918 -14674.757507    -11.829148  7  7  6  83       
+PG29  -9048.657882 -15042.909638  20036.612758    131.631026  6  4  6 121       
+PG30 -18127.054161 -19433.137117    396.135640    256.978870  8  6  6  98       
+PG31 -25132.344205   7594.613740   4809.647333    -27.242472  2  7  6 143       
+PG32   4820.877160  22687.538033 -12910.438900    -28.571746  4  4  6 120       
+*  2010  7  2  7 45  0.00000000
+PG01 -16372.190566   3494.748887  20548.369123   -136.750096 10 14 11 161       
+PG02  19292.958465 -13731.292289  11531.114955    269.470401  4  4  5 106       
+PG03  -9769.943224  23089.604742   7855.048497    576.084642  6  4  3 106       
+PG04  26161.910720  -5554.842044  -1000.970505    116.175762  5  3  2  87       
+PG05   6868.178991 -14382.978422  21220.253403    -10.989566  2  6  6 120       
+PG06 -13648.154534  19460.707563  11865.989455    587.881801  6  2  2 113       
+PG07  18465.166765   7851.964188  17479.308906     -1.534118  4  8  6 110       
+PG08  25695.977460    776.845963   7697.215803      5.984898  2  6  6 103       
+PG09   1879.423001 -15698.343227 -21886.996604     15.868198  8  4  4 125       
+PG10  16083.692436  -4103.698364  20617.820544    -46.004170  2  4  5 102       
+PG11   4822.282460  16358.914324 -20597.195071    -72.867505  3  5  6 122       
+PG12  -9520.245352 -21913.225743 -11723.659339    -97.971409  8  7  6 139       
+PG13   7456.341681  16334.549537  19417.890541    302.423504  2  8  3 104       
+PG14 -15946.427506   4339.153089 -20620.927519     63.349127  3  7  2 104       
+PG15   5629.812397 -25814.897082  -1972.642916   -246.496534  8  5 10  99       
+PG16 -11633.684047   9449.417919  21969.169467    -85.737004  7  6  6 122       
+PG17  15973.803175  -1724.087486 -21006.470700    159.763404  4  5  7 113       
+PG18 -19919.910318 -17334.577308  -4102.888211     78.266574  7  7  8 108       
+PG19  -7149.594963  25192.135714  -3229.962169    -46.542622  7  7  5 132       
+PG20  11235.962518  21782.749679 -10425.475319     53.895209  6  7  5  97       
+PG21 -21611.164706  -6369.465235  14884.196683    -71.071123  6  6  7 101       
+PG22 -21003.456609  -7372.709965 -14394.478830    168.419894  6  7  7  85       
+PG23   2391.209567  22891.766159  12938.274988    364.705601  6  7  5 123       
+PG24 -25698.313048   5992.417424  -1549.568251    300.964884  4  5  6 107       
+PG25  -8819.117542 -21626.029100 -12702.097057 999999.999999
+PG26   7569.562744 -25136.598607  -2355.817115    -74.890773  8  6 10 122       
+PG27   6653.564141 -15754.758563 -19593.163436    166.344229  8  3    108       
+PG28  20805.499440  10603.488419 -12441.577933    -11.827899  6  6  6  68       
+PG29  -8189.537331 -17070.814907  18736.528201    131.633270  6  5  6 107       
+PG30 -17887.635379 -19563.232399  -2445.858383    256.980924  9  6  6  99       
+PG31 -25525.877970   7479.665855   1966.550053    -27.240337  3  7  6 137       
+PG32   3686.950300  21486.816644 -15067.916417    -28.579480  4  4  5 101       
+*  2010  7  2  8  0  0.00000000
+PG01 -17960.359702   1822.865271  19426.700781   -136.753649  9 14 12 159       
+PG02  20528.787611 -13773.545048   9044.699472    269.473242  5  5  5  91       
+PG03  -9970.847943  21948.433988  10385.088189    576.088415  6  4  3 107       
+PG04  25994.897795  -5210.176426  -3773.609424    116.183077  4  3  1  85       
+PG05   8657.128546 -12697.943155  21644.085940    -10.992017  2  5  6 109       
+PG06 -13615.861787  17965.725108  14099.288904    587.868934  5  2  3 109       
+PG07  16485.321147   8514.255752  19059.623170     -1.534249  4  8  5 111       
+PG08  24721.989833   1086.788458  10337.377879      5.984167  2  6  6 107       
+PG09   4129.062605 -16339.394447 -21070.151553     15.870342  8  4  4 117       
+PG10  17650.881551  -2371.774932  19622.994487    -46.005096  2  4  5 100       
+PG11   2755.536452  17396.498898 -20081.450827    -72.869687  4  4  6 115       
+PG12  -8356.818562 -20992.652876 -14042.376970    -97.967714  8  7  6 119       
+PG13   6686.167510  18347.057566  17845.443481    302.422873  4  7  3 105       
+PG14 -15285.197574   1996.219681 -21470.450655     63.353018  3  7  2  89       
+PG15   5922.394491 -25811.315780    874.724974   -246.490569  7  4 10  93       
+PG16 -13352.385905   7653.016319  21713.611697    -85.740269  7  6  5 125       
+PG17  15358.804309    658.106621 -21535.281247    159.765347  5  5  7 114       
+PG18 -19947.553814 -17781.287634  -1339.884983     78.268658  6  7  8 102       
+PG19  -7490.165562  25298.482592   -371.199513    -46.545128  8  7  5 128       
+PG20  10090.342718  21088.943261 -12782.454089     53.894629  6  6  5  90       
+PG21 -19976.237321  -6991.888217  16755.886781    -71.073557  6  5  7 101       
+PG22 -21896.662792  -8664.153912 -12212.010412    168.419169  6  7  7  98       
+PG23   1829.095897  24143.522776  10503.913055    364.704059  6  7  5 126       
+PG24 -25788.421315   5696.946402   1295.605908    300.967537  4  5  6 107       
+PG25  -7542.292182 -20684.439472 -14907.379671 999999.999999
+PG26   7775.524653 -25113.085055    582.234147    -74.895987  7  6 10 124       
+PG27   8868.467243 -16368.675232 -18195.292206    166.347202  8  4  2 119       
+PG28  21591.920206  11703.403055  -9991.782541    -11.826818  6  6  5  90       
+PG29  -7484.750394 -18983.368549  17116.806386    131.635666  6  6  5 104       
+PG30 -17422.660217 -19488.966304  -5246.080630    256.984720  9  6  6  96       
+PG31 -25614.102637   7301.284256   -909.954118    -27.237912  3  7  6 131       
+PG32   2339.438746  20168.943512 -16964.327339    -28.587073  4  4  5 109       
+*  2010  7  2  8 15  0.00000000
+PG01 -19522.670379    334.323137  17969.210358   -136.757143  9 15 13 138       
+PG02  21486.679517 -13775.459652   6398.408820    269.475913  5  5  5  80       
+PG03 -10204.319382  20538.456562  12729.959312    576.092996  6  4  3  92       
+PG04  25554.839830  -4760.413969  -6482.885153    116.190227  4  4     91       
+PG05  10550.333980 -11090.411954  21694.869431    -10.994530  2  4  6 114       
+PG06 -13620.124444  16237.599968  16090.732242    587.856427  5  3  3 108       
+PG07  14391.098145   9334.887725  20313.402877     -1.534295  4  8  5 121       
+PG08  23489.899605   1528.191915  12804.685003      5.984079  2  6  5 103       
+PG09   6238.515417 -17068.678303 -19907.416274     15.872716  8  4  4 125       
+PG10  19204.058470   -813.966734  18288.186104    -46.004569  2  5  5 101       
+PG11    793.344116  18479.042723 -19225.979366    -72.871758  4  4  6 109       
+PG12  -6958.386447 -19970.789549 -16120.583830    -97.964348  8  7  6 107       
+PG13   6082.787734  20208.834597  15962.179628    302.422519  5  7  3 108       
+PG14 -14737.452395   -452.486149 -21945.117513     63.356706  4  7  2  70       
+PG15   6157.998519 -25505.480869   3706.929188   -246.484869  7  4 10  91       
+PG16 -15127.409333   5988.106074  21086.714140    -85.743344  6  6  5 118       
+PG17  14859.627970   3104.905977 -21689.300989    159.766910  5  5  7 121       
+PG18 -19769.411648 -18014.638290   1445.705464     78.270804  6  8  8 105       
+PG19  -7736.878036  25107.658131   2494.082289    -46.547519  8  7  4 133       
+PG20   8717.889188  20291.422069 -14921.537036     53.894120  6  6  4 108       
+PG21 -18190.403971  -7754.445903  18352.875290    -71.075691  6  5  6 103       
+PG22 -22660.535723  -9734.118955  -9818.562010    168.418717  6  7  7 105       
+PG23   1390.559119  25140.937573   7885.332757    364.702779  6  6  5 129       
+PG24 -25583.352892   5318.928824   4118.189770    300.970879  4  5  5 116       
+PG25  -6039.112115 -19659.294985 -16856.943957 999999.999999
+PG26   7900.699928 -24773.454043   3509.899421    -74.901418  7  5 10 124       
+PG27  10875.411337 -17030.989557 -16464.902644    166.349875  7  4  3 113       
+PG28  22225.671026  12557.656255  -7369.084707    -11.825730  6  6  5 114       
+PG29  -6925.183744 -20736.319100  15204.968112    131.638229  6  6  3  98       
+PG30 -16714.807744 -19243.637549  -7957.079595    256.987620  9  6  7 110       
+PG31 -25405.636548   7021.867872  -3770.932732    -27.235595  4  7  6 135       
+PG32    783.167996  18777.182264 -18565.407512    -28.594696  4  4  5 117       
+*  2010  7  2  8 30  0.00000000
+PG01 -21014.441715   -957.844281  16201.636356   -136.760604  9 15 14 138       
+PG02  22161.076445 -13699.803623   3638.877186    269.478642  5  6  5  78       
+PG03 -10500.528554  18884.258711  14847.380113    576.097704  6  4  2 102       
+PG04  24863.506194  -4176.828778  -9083.436213    116.197582  4  5    112       
+PG05  12511.087737  -9592.632897  21371.985414    -10.996777  3  4  5 112       
+PG06 -13690.151806  14305.980344  17806.823702    587.843873  5  3  3 119       
+PG07  12229.969065  10315.013821  21218.702404     -1.534432  5  8  5 114       
+PG08  22033.107840   2127.234677  15057.377323      5.983812  2  5  5 102       
+PG09   8172.280252 -17855.760192 -18416.923473     15.874411  8  5  4 131       
+PG10  20700.217369    554.024158  16637.634060    -46.006525  2  5  5 108       
+PG11  -1035.640331  19576.079183 -18044.051492    -72.874329  4  3  6  82       
+PG12  -5332.289608 -18890.757000 -17922.352668    -97.960642  8  7  5 110       
+PG13   5631.437409  21874.763851  13801.129210    302.421888  5  7  4  91       
+PG14 -14321.348848  -2958.592681 -22036.959458     63.360425  4  7  2  73       
+PG15   6373.372405 -24896.434684   6474.889845   -246.479365  7  3 10 103       
+PG16 -16917.533648   4480.943545  20099.956637    -85.746429  6  6  5 111       
+PG17  14488.590721   5568.259990 -21466.477628    159.768879  6  5  6 119       
+PG18 -19362.517383 -18061.251145   4207.055619     78.272800  6  8  8  97       
+PG19  -7926.060442  24612.455290   5315.613179    -46.550330  8  7  4 127       
+PG20   7125.257849  19430.084425 -16806.506287     53.893867  6  6  4  91       
+PG21 -16293.719263  -8664.884923  19648.466214    -71.077815  6  5  6 106       
+PG22 -23257.237330 -10588.537218  -7255.831304    168.418121  6  7  6  93       
+PG23   1046.121040  25856.079772   5128.333070    364.701511  6  6  5 116       
+PG24 -25099.362210   4825.723299   6869.040282    300.973747  4  5  5 107       
+PG25  -4320.765068 -18592.933763 -18517.452038 999999.999999
+PG26   7984.461944 -24111.380689   6374.855597    -74.907000  6  5 10 128       
+PG27  12643.183205 -17704.244719 -14434.765227    166.353001  7  5  3 109       
+PG28  22669.447544  13179.001124  -4619.649517    -11.824561  6  6  4  99       
+PG29  -6494.282089 -22289.067968  13033.505473    131.640744  7  6  3 115       
+PG30 -15754.323652 -18864.404297 -10533.331936    256.990182 10  6  7 172       
+PG31 -24917.560583   6606.792061  -6567.468042    -27.233345  4  7  6 128       
+PG32   -968.362434  17354.840537 -19841.794764    -28.602338  4  4  5 108       
+*  2010  7  2  8 45  0.00000000
+PG01 -22390.869594  -2049.118341  14154.987515   -136.764383  9 15 15 146       
+PG02  22555.211155 -13510.354603    814.894385    269.481684  6  6  5 100       
+PG03 -10885.185082  17017.756288  16699.139164    576.101111  6  4  2 117       
+PG04  23949.055103  -3435.595244 -11531.775772    116.204816  4  5    100       
+PG05  14498.049459  -8230.268618  20681.251355    -10.998878  4  4  5  95       
+PG06 -13850.000380  12206.448523  19218.901451    587.831412  5  3  3 113       
+PG07  10049.952279  11447.406352  21759.482716     -1.534584  5  8  5 119       
+PG08  20390.752443   2903.303289  17056.992118      5.983959  3  5  5 104       
+PG09   9901.046367 -18664.946761 -16622.102580     15.876072  7  5  4 136       
+PG10  22095.772551   1724.829763  14700.854459    -46.008027  2  5  5 115       
+PG11  -2708.466667  20653.344795 -16554.531312    -72.876372  5  3  6 107       
+PG12  -3494.472975 -17794.917225 -19416.396764    -97.957227  8  7  4 116       
+PG13   5309.767571  23304.862444  11400.144556    302.421329  6  6  4 110       
+PG14 -14046.830593  -5471.209558 -21744.782218     63.364238  5  7  2  84       
+PG15   6605.090357 -23992.047350   9130.682313   -246.473934  7  3 10 111       
+PG16 -18678.488291   3150.023516  18770.849992    -85.749403  6  6  6 122       
+PG17  14249.953107   7998.969018 -20871.361149    159.770668  5  5  5 115       
+PG18 -18710.407538 -17952.558718   6898.019774     78.275069  5  8  7 106       
+PG19  -8095.209217  23814.699383   8043.970322    -46.552966  7  6  5 128       
+PG20   5327.040945  18544.158241 -18405.486903     53.893447  6  5  4  92       
+PG21 -14328.012549  -9723.616286  20620.580304    -71.080591  6  5  5 108       
+PG22 -23652.435579 -11240.951069  -4568.260957    168.417531  6  7  6 103       
+PG23    761.930537  26269.060200   2281.259980    364.699798  6  5  5 124       
+PG24 -24360.475517   4188.850489   9500.414181    300.977279  4  5  4 111       
+PG25  -2406.652752 -17526.195707 -19860.540286 999999.999999
+PG26   8066.979466 -23130.502391   9125.295873    -74.912602  6  5 10 130       
+PG27  14149.527019 -18347.726635 -12143.098991    166.356501  6  5  4 112       
+PG28  22890.669737  13587.932490  -1791.236583    -11.823427  6  6  4  92       
+PG29  -6168.836429 -23606.111085  10639.350844    131.643282  7  7  2 117       
+PG30 -14539.481647 -18390.732307 -12931.946536    256.994482 10  6  7 138       
+PG31 -24174.766108   6025.943846  -9251.476700    -27.231208  5  7  6 127       
+PG32  -2893.226304  15943.602258 -20769.658332    -28.609881  4  4  5  98       
+*  2010  7  2  9  0  0.00000000
+PG01 -23608.707414  -2943.443607  11864.967531   -136.767973  9 15 15 133       
+PG02  22680.859077 -13173.531188  -2023.526397    269.484286  6  6  5 100       
+PG03 -11378.309176  14977.061888  18251.880845    576.105898  6  4  2 120       
+PG04  22844.966133  -2518.860656 -13786.956563    116.212271  4  5    113       
+PG05  16466.701521  -7021.553102  19634.802882    -11.001465  5  4  4  95       
+PG06 -14117.565184   9979.301298  20303.570674    587.819118  5  3  3 118       
+PG07   7897.914558  12716.579257  21925.917977     -1.534577  5  7  5 116       
+PG08  18606.339564   3868.050492  18769.002532      5.983884  4  5  4  89       
+PG09  11402.628933 -19456.576040 -14551.419106     15.878440  7  5  4 122       
+PG10  23348.185189   2699.445483  12512.059171    -46.008633  2  5  5 120       
+PG11  -4208.606787  21674.021469 -14781.652089    -72.878772  5  3  5 111       
+PG12  -1469.093845 -16723.234202 -20576.626578    -97.953704  7  8  4 120       
+PG13   5088.909712  24465.730918   8801.202841    302.420677  6  6  5 105       
+PG14 -13915.282399  -7938.729331 -21074.159042     63.367990  5  7  3  90       
+PG15   6887.932070 -22808.770792  11628.383096   -246.468019  7  3 10 102       
+PG16 -20364.547129   2005.573774  17122.600079    -85.752953  5  6  6 111       
+PG17  14139.827469  10348.406982 -19914.975748    159.772207  5  5  4 123       
+PG18 -17803.833519 -17723.471896   9473.836262     78.277097  5  8  7 101       
+PG19  -8281.305195  22725.237780  10631.490395    -46.555651  7  6  4 127       
+PG20   3345.397943  17670.683698 -19691.456763     53.892910  5  6  4  99       
+PG21 -12335.493087 -10923.520249  21252.116830    -71.082787  6  5  4  93       
+PG22 -23816.666021 -11711.759267  -1802.250877    168.416902  6  7  6 100       
+PG23    501.311618  26368.795617   -605.889336    364.698506  5  4  5 122       
+PG24 -23397.503216   3385.305151  11966.821067    300.980645  4  5  4 100       
+PG25   -323.838509 -16496.851974 -20863.296330     -2.439442 17 10  9 173       
+PG26   8187.383107 -21844.485751  11710.991439    -74.917745  6  5  9 118       
+PG27  15381.764370 -18919.243673  -9632.672147    166.358611  6  5  4 100       
+PG28  22862.740511  13811.622110   1067.643711    -11.822318  6  6  3 106       
+PG29  -5920.034092 -24658.300885   8063.271141    131.645487  8  7  2  99       
+PG30 -13076.747179 -17862.791337 -15113.303525    256.998638 10  7  8 135       
+PG31 -23209.011232   5255.101404 -11776.533385    -27.228706  6  8  7 122       
+PG32  -4961.664904  14581.913799 -21331.239099    -28.617521  3  4  5  96       
+*  2010  7  2  9 15  0.00000000
+PG01 -24627.889274  -3652.846616   9371.326123   -136.771365  9 14 16 137       
+PG02  22557.748718 -12659.925650  -4826.110511    269.487177  6  6  5  97       
+PG03 -11993.249096  12805.096493  19477.786541    576.111448  6  4  3 115       
+PG04  21588.794126  -1415.598168 -15811.197236    116.219407  4  5    116       
+PG05  18370.933411  -5976.746549  18250.868379    -11.003925  6  5  4  70       
+PG06 -14503.823156   7668.168351  21043.044067    587.806705  5  3  3 121       
+PG07   5817.917352  14099.240396  21714.599681     -1.534796  5  7  5 107       
+PG08  16726.212270   5024.732565  20163.415721      5.985774  4  5  4  89       
+PG09  12662.665355 -20188.477996 -12238.042267     15.880314  7  5  4 129       
+PG10  24417.543722   3486.935229  10109.509828    -46.009256  3  5  5 112       
+PG11  -5526.435494  22600.106812 -12754.696044    -72.880999  5  2  5 104       
+PG12    712.188013 -15711.733661 -21382.623635    -97.949932  7  8  3 108       
+PG13   4934.800107  25331.749164   6049.637957    302.419829  6  5  5 107       
+PG14 -13919.538547 -10310.652697 -20037.296690     63.371861  5  6  3 107       
+PG15   7253.339865 -21371.068979  13924.876048   -246.462350  6  3  9  98       
+PG16 -21930.179064   1049.370044  15183.687374    -85.755929  6  6  7 115       
+PG17  14146.418673  12570.214175 -18614.576326    159.774125  5  5  4 125       
+PG18 -16641.214661 -17410.943111  11891.795403     78.279273  5  8  7  98       
+PG19  -8519.161520  21363.578996  13033.140067    -46.558256  7  5  4 123       
+PG20   1209.403903  16843.095027 -20642.677540     53.892665  4  6  4 103       
+PG21 -10357.338223 -12250.021047  21531.266891    -71.085667  5  4  3  96       
+PG22 -23726.509062 -12027.208452    994.650249    168.416176  6  6  6 100       
+PG23    226.429849  26153.430726  -3482.398293    364.696943  4  3  5 117       
+PG24 -22246.802520   2398.645081  14225.823360    300.983400  5  5  3 110       
+PG25   1893.799380 -15538.167454 -21508.642191     -2.440615 17 10  8 169       
+PG26   8381.947836 -20276.677806  14084.358698    -74.922637  6  5  9 119       
+PG27  16336.996208 -19376.951334  -6949.825129    166.361471  6  5  4 109       
+PG28  22566.064881  13882.630332   3908.545828    -11.821532  6  5  3  82       
+PG29  -5714.731307 -25423.880730   5349.195686    131.648097  8  6  4 118       
+PG30 -11380.644020 -17319.858943 -17041.624163    257.001888 11  7  8  55       
+PG31 -22057.717082   4277.101902 -14098.684637    -27.226737  6  8  7 126       
+PG32  -7137.012897  13303.492628 -21515.282142    -28.625084  3  5  5  94       
+*  2010  7  2  9 30  0.00000000
+PG01 -25413.033622  -4196.743691   6717.149877   -136.775213  9 14 16 128       
+PG02  22212.655680 -11945.671647  -7543.289190    269.490086  6  6  5 105       
+PG03 -12735.989653  10548.005946  20355.131726    576.117291  6  4  3 119       
+PG04  20220.788446   -122.210236 -17570.464313    116.226853  4  6    107       
+PG05  20164.694090  -5097.907486  16553.440869    -11.006651  7  5  3  70       
+PG06 -15012.354041   5318.521187  21425.388160    587.794466  5  3  3 123       
+PG07   3849.671499  15565.058873  21128.632495     -1.534942  5  7  5 114       
+PG08  14797.908287   6367.855586  21215.320452      5.985412  4  5  4  90       
+PG09  13675.043601 -20817.560448  -9719.437042     15.882691  7  5  4 114       
+PG10  25268.038878   4103.830826   7534.822077    -46.009605  3  5  5 120       
+PG11  -6659.450958  23393.863459 -10507.576843    -72.883392  5  2  5 102       
+PG12   3011.214010 -14791.121516 -21820.021987    -97.946414  6  8  3 123       
+PG13   4809.708607  25885.972961   3193.317929    302.419298  6  4  5 115       
+PG14 -14044.242259 -12539.364815 -18652.779259     63.375534  5  6  4 105       
+PG15   7728.015411 -19710.547692  15980.603888   -246.456258  6  2  9  89       
+PG16 -23331.693940    274.874174  12987.370311    -85.759176  6  6  7 113       
+PG17  14250.584403  14621.894892 -16993.297415    159.775780  5  6  3 127       
+PG18 -15228.819714 -17052.476244  14111.868177     78.281435  4  8  6  99       
+PG19  -8839.872220  19757.198039  15207.326082    -46.560669  6  5  5 130       
+PG20  -1045.860473  16089.953430 -21243.041695     53.892264  3  6  4 104       
+PG21  -8432.310589 -13681.434508  21451.772427    -71.087669  5  5  2 107       
+PG22 -23365.539724 -12218.172372   3774.559596    168.415389  6  6  6 108       
+PG23    -99.993241  25630.399921  -6297.777268    364.695609  3  3  5 124       
+PG24 -20948.842559   1219.814559  16238.768196    300.986647  4  5  2 113       
+PG25   4206.676506 -14677.651048 -21785.617789     -2.441077 17 11  8 170       
+PG26   8682.376618 -18459.344852  16201.498669    -74.927935  5  6  9 117       
+PG27  17021.891724 -19681.137434  -4143.451352    166.364520  5  4  4  99       
+PG28  21988.799805  13837.449896   6683.865048    -11.820165  6  5  3  69       
+PG29  -5516.900501 -25889.251989   2543.487266    131.650280  8  6  4 107       
+PG30  -9473.334077 -16798.787994 -18685.469159    257.005960 11  7  9 128       
+PG31 -20762.546583   3082.748436 -16177.238087    -27.224671  6  8  7 118       
+PG32  -9376.924876  12136.024140 -21317.344825    -28.632717  3  5  6 102       
+*  2010  7  2  9 45  0.00000000
+PG01 -25934.770962  -4600.968407   3948.106665   -136.778829 10 14 16  93       
+PG02  21678.220213 -11013.587640 -10127.148020    269.493062  6  6  5 112       
+PG03 -13604.783239   8253.452200  20868.703467    576.122185  6  4  3 113       
+PG04  18782.425680   1357.139183 -19035.004120    116.234292  4  6    104       
+PG05  21803.649129  -4378.988990  14571.853714    -11.009000  7  5  3  73       
+PG06 -15639.153609   2976.127958  21444.675240    587.782084  5  3  4 123       
+PG07   2027.160466  17077.720686  20177.617629     -1.534874  5  6  4 114       
+PG08  12868.464119   7883.150449  21905.373293      5.984375  5  4  4  95       
+PG09  14442.040826 -21301.469137  -7036.877454     15.884599  6  5  4 126       
+PG10  25869.280073   4573.254924   4832.234119    -46.011583  3  5  5 120       
+PG11  -7612.221027  24019.293225  -8078.325650    -72.885512  5  2  4  95       
+PG12   5384.588325 -13985.615515 -21880.788769    -97.942672  6  7  3 122       
+PG13   4673.908757  26120.698014    281.784998    302.418857  6  4  5  98       
+PG14 -14266.538707 -14581.793008 -16945.197494     63.379345  5  6  4  77       
+PG15   8332.711693 -17864.818950  17760.251436   -246.450903  6  3  9  96       
+PG16 -24528.823716   -332.313019  10571.121210    -85.762433  7  7  8 108       
+PG17  14426.689200  16466.259367 -15079.704237    159.777699  6  6  3 122       
+PG18 -13580.672935 -16684.635055  16097.291463     78.283619  4  8  6  91       
+PG19  -9269.424985  17940.538897  17116.628569    -46.563195  5  4  5 125       
+PG20  -3380.443798  15433.877459 -21482.331399     53.891857  3  6  5  57       
+PG21  -6595.450999 -15189.583612  21013.123926    -71.090144  4  5  2  97       
+PG22 -22725.016032 -12318.768480   6490.067319    168.414566  6  6  5 111       
+PG23   -512.990251  24816.126570  -9002.702820    364.694126  2  3  5 120       
+PG24 -19546.631271   -152.328534  17971.438691    300.990336  5  4  2 105       
+PG25   6570.831272 -13936.041123 -21689.560728     -2.441751 17 11  8  16       
+PG26   9114.268548 -16432.523688  18023.173704    -74.933238  5  6  8 112       
+PG27  17452.089389 -19795.889647  -1263.969351    166.368663  5  4  4  96       
+PG28  21127.315845  13714.940388   9347.565281    -11.819364  5  5  3 114       
+PG29  -5289.197535 -26049.443596   -305.832909    131.652634  9  6  5 109       
+PG30  -7383.929899 -16332.590202 -20018.164447    257.009780 11  7  9 130       
+PG31 -19367.817769   1671.415661 -17975.511505    -27.222467  7  8  7 112       
+PG32 -11634.856979  11100.106015 -20739.966490    -28.640197  3  5  6  91       
+*  2010  7  2 10  0  0.00000000
+PG01 -26170.846786  -4896.559437   1111.657561   -136.782452 10 14 16  88       
+PG02  20991.540627  -9854.047224 -12532.333042    269.495779  6  6  6  94       
+PG03 -14590.119217   5968.855046  21010.068138    576.127658  6  4  3 118       
+PG04  17314.906774   3010.476628 -20179.819041    116.241579  4  6  1 106       
+PG05  23246.779617  -3806.253484  12340.268063    -11.011411  8  5  3  86       
+PG06 -16372.743379    685.510417  21101.041793    587.770531  5  4  3 120       
+PG07    377.486393  18596.234332  18877.521458     -1.535212  4  6  4 112       
+PG08  10982.726661   9547.885493  22220.211883      5.985381  5  5  4 108       
+PG09  14974.159016 -21600.265476  -4234.879036     15.888538  6  5  3 113       
+PG10  26197.407295   4923.805899   2047.852737    -46.011878  4  5  5 116       
+PG11  -8396.051786  24443.578618  -5508.484307    -72.887712  5  3  4  84       
+PG12   7785.151197 -13312.036999 -21563.396835    -97.938889  6  7  3 131       
+PG13   4487.421218  26037.672185  -2634.624282    302.418265  5  3  5  92       
+PG14 -14557.070745 -16400.881879 -14944.673400     63.383037  6  6  5  84       
+PG15   9081.267640 -15876.145568  19233.348688   -246.445231  6  4  8  89       
+PG16 -25486.181924   -793.703846   7976.003746    -85.765574  8  7  8 103       
+PG17  14643.715316  18072.656732 -12907.256902    159.779437  6  6  4 117       
+PG18 -11718.189522 -16341.601184  17815.106188     78.285844  4  8  6 101       
+PG19  -9827.533784  15953.757360  18728.443911    -46.565804  5  4  5 126       
+PG20  -5750.842788  14890.709950 -21356.386224     53.891399  3  6  5  75       
+PG21  -4876.893297 -16740.668526  20220.688638    -71.092196  4  5  3 105       
+PG22 -21804.282588 -12364.866654   9095.023415    168.413912  5  6  5 113       
+PG23  -1043.753677  23735.373489 -11549.928386    364.692850  2  3  5 123       
+PG24 -18084.067780  -1710.800208  19394.614497    300.994339  4  4  3 103       
+PG25   8939.423695 -13326.564349 -21222.179878     -2.443709 16 12  9 137       
+PG26   9695.847960 -14242.531359  19515.687231    -74.938408  5  6  7 116       
+PG27  17651.252529 -19690.577396   1637.683457    166.371463  6  4  4  91       
+PG28  19986.362610  13554.712418  11855.852939    -11.818076  5  5  4  93       
+PG29  -4994.589046 -25908.264742  -3149.894485    131.655247  9  5  6  99       
+PG30  -5147.567405 -15949.182584 -21018.154412    257.013222 11  7  9 127       
+PG31 -17918.811505     51.324632 -19461.525660    -27.220270  7  7  7 120       
+PG32 -13861.744598  10208.489727 -19792.689512    -28.647952  3  4  6  89       
+*  2010  7  2 10 15  0.00000000
+PG01 -26106.960104  -5118.357858  -1743.750056   -136.785912 11 13 16 136       
+PG02  20192.604582  -8465.540499 -14716.892943    269.498824  6  6  6 102       
+PG03 -15675.031019   3739.661674  20777.684674    576.133056  6  4  3 118       
+PG04  15857.670993   4818.259172 -20985.082384    116.248921  4  6  2  96       
+PG05  24457.862233  -3358.988431   9897.081310    -11.013817  8  5  3  86       
+PG06 -17194.570507  -1511.541743  20400.655288    587.758442  5  4  3 123       
+PG07  -1080.014835  20076.437539  17250.429211     -1.535221  4  5  4 102       
+PG08   9181.735396  11331.513627  22152.783390      5.985974  6  5  4  87       
+PG09  15289.654040 -21678.061560  -1360.550391     15.889978  6  4  3 124       
+PG10  26235.961220   5188.250523   -771.111038    -46.011378  4  4  5 122       
+PG11  -9028.385931  24638.433112  -2842.412164    -72.889982  5  3  3  73       
+PG12  10163.608799 -12779.199947 -20872.884210    -97.935155  5  7  4 128       
+PG13   4211.760446  25647.950922  -5505.661851    302.417738  4  3  5  67       
+PG14 -14881.234725 -17966.830165 -12686.291885     63.386972  6  6  5 100       
+PG15   9979.922832 -13789.919561  20374.783820   -246.439571  6  4  7  94       
+PG16 -26174.549218  -1136.910437   5246.001090    -85.768705  8  7  8 105       
+PG17  14866.584195  19417.954702 -10513.699824    159.781229  6  6  5 121       
+PG18  -9669.553435 -16053.830594  19236.645007     78.287969  4  8  6 104       
+PG19 -10526.736730  13841.257415  20015.526453    -46.568356  5  4  5 120       
+PG20  -8111.457201  14468.952104 -20867.177315     53.890951  2  6  5  71       
+PG21  -3300.845619 -18296.368797  19085.760312    -71.094806  3  4  4 101       
+PG22 -20610.876809 -12392.547770  11545.292735    168.413197  5  6  5 105       
+PG23  -1718.203887  22420.273307 -13895.146229    364.691209  3  3  4 115       
+PG24 -16604.285628  -3440.597834  20484.534180    300.997885  4  4  3 114       
+PG25  11264.347488 -12854.495647 -20391.521988 999999.999999
+PG26  10437.019019 -11940.198872  20651.634958    -74.943652  4  7  7 116       
+PG27  17649.835040 -19341.092949   4511.009824    166.374140  5  3  3  79       
+PG28  18578.940064  13395.519222  14167.793390    -11.816934  5  5  5  97       
+PG29  -4597.977204 -25478.133215  -5939.808672    131.657498  8  5  6 110       
+PG30  -2804.272935 -15670.337220 -21669.282986    257.017043 11  8  9 129       
+PG31 -16460.039252  -1760.530102 -20608.625018    -27.217889  7  7  7 127       
+PG32 -16007.806442   9465.656133 -18491.926070    -28.655729  3  4  6  88       
+*  2010  7  2 10 30  0.00000000
+PG01 -25737.308375  -5303.469327  -4569.494959 999999.999999
+PG02  19322.626656  -6854.904967 -16643.038473    269.501890  6  6  6 107       
+PG03 -16835.724286   1607.718828  20176.864284    576.137199  6  4  3 121       
+PG04  14446.979061   6753.896894 -21436.485944    116.256344  4  6  2 107       
+PG05  25406.774702  -3010.493896   7284.266868    -11.016139  8  5  3  81       
+PG06 -18079.681491  -3577.346681  19355.591776    587.746309  5  5  3 120       
+PG07  -2334.353402  21472.647596  15324.185843     -1.535313  3  5  4 109       
+PG08   7501.238090  13196.638118  21702.576322      5.985370  6  4  4 104       
+PG09  15413.765366 -21504.549746   1537.133747     15.891138  6  4  2 125       
+PG10  25976.483824   5402.075684  -3577.105670    -46.011403  4  4  5 117       
+PG11  -9531.950063  24581.302998   -126.516376    -72.891900  5  4  2  92       
+PG12  12470.257723 -12387.623128 -19820.797026    -97.931704  6  7  5 124       
+PG13   3811.615487  24971.405094  -8282.037475    302.417341  3  2  5  99       
+PG14 -15200.644034 -19258.043998 -10209.452506     63.390587  6  5  6 122       
+PG15  11026.938279 -11653.034204  21165.218186   -246.433645  7  5  6 100       
+PG16 -26571.939283  -1394.404704   2427.303916    -85.772395  8  7  8 112       
+PG17  15057.635158  20487.232178  -7940.389001    159.783029  6  6  5 125       
+PG18  -7468.858431 -15846.854080  20337.966102     78.290198  4  8  6  94       
+PG19 -11371.792751  11650.081846  20956.421413    -46.570853  5  4  5 129       
+PG20 -10416.128348  14169.485767 -20022.786654     53.890522  3  5  5  77       
+PG21  -1884.779226 -19815.146351  17625.521023    -71.097164  2  5  5 100       
+PG22 -19160.336365 -12436.570683  13799.467807    168.412644  5  6  5 104       
+PG23  -2555.778165  20909.080929 -15997.782328    364.689713  4  3  4 125       
+PG24 -15148.051142  -5319.120279  21223.254489    301.002044  4  4  4 111       
+PG25  13497.894661 -12517.035451 -19211.832170     -2.445977 16 13 11 153       
+PG26  11338.794032  -9578.910162  21410.500855    -74.949078  4  7  6 112       
+PG27  17483.621824 -18730.810944   7306.844488    166.378359  6  2  4  92       
+PG28  16925.886976  13273.710449  16245.868310    -11.816125  4  5  5  91       
+PG29  -4067.758596 -24779.584132  -8627.506656    131.659987  8  5  6  96       
+PG30   -397.664441 -15510.867628 -21961.003278    257.019840 11  8  9 128       
+PG31 -15033.539651  -3738.804256 -21396.010878    -27.215823  7  7  7 122       
+PG32 -18024.397688   8867.746988 -16860.670134    -28.663430  4  4  6  93       
+*  2010  7  2 10 45  0.00000000
+PG01 -25064.820919  -5489.650684  -7317.587466   -136.792983 12 13 16  84       
+PG02  18422.363464  -5037.219491 -18277.803631    269.504729  6  5  6  86       
+PG03 -18042.494575   -390.184086  19219.582830    576.141867  6  4  3 125       
+PG04  13114.616230   8784.542803 -21525.514177    116.263095  4  6  3  99       
+PG05  26070.577618  -2729.302792   4546.656546    -11.019013  8  5  4 100       
+PG06 -18997.644052  -5479.548166  17983.627381    587.734317  5  5  3 120       
+PG07  -3383.135954  22739.391176  13131.928627     -1.535257  2  5  4 106       
+PG08   5970.400182  15100.268257  20875.744404      5.984361  7  4  4  85       
+PG09  15377.665435 -21056.364012   4408.132321     15.893383  6  4  3 122       
+PG10  25418.831685   5601.953945  -6322.992454    -46.011682  4  4  5 124       
+PG11  -9933.681413  24256.367694   2591.581184    -72.894669  4  4  2 118       
+PG12  14656.737616 -12129.578581 -18425.014817    -97.927814  6  7  5 124       
+PG13   3256.399465  24035.903887 -10916.259319    302.416747  3  2  4 102       
+PG14 -15474.740574 -20261.773167  -7557.155399     63.393865  6  5  6 107       
+PG15  12212.537025  -9512.213022  21591.397529   -246.428126  7  6  6 105       
+PG16 -26664.407181  -1602.097864   -432.432368    -85.775593  8  7  8 101       
+PG17  15178.202862  21274.162417  -5231.570098    159.784759  7  6  6 129       
+PG18  -5155.040353 -15740.263003  21100.229470     78.292521  5  8  7 112       
+PG19 -12359.397649   9428.222217  21535.784395    -46.573219  5  5  5 135       
+PG20 -12619.705456  13985.594722 -18837.290893     53.890100  4  5  5  94       
+PG21   -638.861057 -21253.709030  15862.905783    -71.099772  2  5  5 106       
+PG22 -17475.717132 -12528.904874  15819.530288    168.411984  4  6  5 116       
+PG23  -3568.489419  19244.701639 -17821.708342    364.688224  4  4  3 123       
+PG24 -13752.277638  -7316.881409  21598.903894    301.004442  4  4  5 116       
+PG25  15594.409941 -12303.508391 -17703.310668     -2.447265 16 13 12 138       
+PG26  12393.124058  -7212.538671  21779.077801    -74.954166  4  7  6 109       
+PG27  17192.113382 -17851.240411   9978.164360    166.380620  6  2  3  96       
+PG28  15055.205962  13221.798646  18056.473592    -11.815426  4  5  6  92       
+PG29  -3377.255843 -23840.476142 -11166.571447    131.662282  8  5  6 109       
+PG30   2026.469048 -15478.077282 -21888.516305    257.023080 11  7  9 124       
+PG31 -13677.273079  -5850.567094 -21809.172659    -27.213610  7  7  6 128       
+PG32 -19865.831350   8402.857521 -14928.059645    -28.671042  4  3  6 103       
+*  2010  7  2 11  0  0.00000000
+PG01 -24101.074429  -5713.682425  -9941.455902   -136.796661 13 12 16 139       
+PG02  17530.476946  -3035.369800 -19593.596885    269.507650  6  5  6 105       
+PG03 -19260.890554  -2223.542341  17924.156675    576.147446  6  4  3 123       
+PG04  11886.762891  10872.125913 -21249.638801    116.269969  4  6  3  94       
+PG05  26434.332227  -2480.585961   1731.177540    -11.021306  8  5  4 100       
+PG06 -19913.683200  -7192.132939  16307.947159    587.721878  5  5  3 123       
+PG07  -4232.475298  23833.145539  10711.518510     -1.535426  2  5  5  98       
+PG08   4610.762911  16995.323328  19685.112500      5.984674  7  4  4  72       
+PG09  15217.159932 -20318.212738   7202.201256     15.894513  6  3  3 128       
+PG10  24571.194336   5824.179327  -8962.779777    -46.010687  4  4  4 111       
+PG11 -10263.475166  23655.292273   5263.923998    -72.896848  4  4  1 110       
+PG12  16677.743586 -11989.476218 -16709.459386    -97.924198  6  6  6 124       
+PG13   2521.608474  22876.207639 -13363.431810    302.416116  3  2  5  88       
+PG14 -15662.489696 -20974.409878  -4775.236002     63.397515  6  5  6 104       
+PG15  13519.165683  -7412.360073  21646.355649   -246.422271  7  6  5  98       
+PG16 -26446.571238  -1797.791884  -3284.851759    -85.779074  9  7  8 111       
+PG17  15190.232473  21781.076237  -2433.620326    159.786500  7  6  6 126       
+PG18  -2770.635311 -15746.915970  21510.011659     78.294441  5  7  6 113       
+PG19 -13478.226878   7222.915100  21744.585758    -46.575807  5  5  5 132       
+PG20 -14679.582791  13903.285090 -17330.550236     53.889685  5  5  6 105       
+PG21    434.340648 -22568.585920  13826.361496    -71.102177  2  6  5 118       
+PG22 -15586.841186 -12697.382859  17571.453083    168.411102  4  5  5 123       
+PG23  -4760.290957  17473.056936 -19335.857661    364.686651  4  4  3 123       
+PG24 -12448.710362  -9398.486883  21605.829949    301.008669  4  5  5 114       
+PG25  17511.872687 -12195.875322 -15891.769950     -2.448121 15 13 12 143       
+PG26  13583.138992  -4893.379150  21751.700664    -74.959408  4  7  6 109       
+PG27  16816.824989 -16702.357642  12480.808142    166.383915  6  2  3  94       
+PG28  13001.151718  13267.183783  19570.358243    -11.814241  4  4  6  97       
+PG29  -2505.964817 -22694.924056 -13513.048429    131.664528  7  5  6  64       
+PG30   4421.662315 -15571.487662 -21452.838996    257.026231 10  7  9 124       
+PG31 -12423.680634  -8056.378348 -21840.204798    -27.211418  7  7  6 130       
+PG32 -21491.087649   8051.677942 -12728.799365    -28.678535  4  3  6 117       
+*  2010  7  2 11 15  0.00000000
+PG01 -22865.895920  -6009.788243 -12396.703131   -136.800318 13 12 16  86       
+PG02  16682.012489   -879.307860 -20568.634668    269.510416  6  5  6 113       
+PG03 -20453.068767  -3869.087310  16314.796577    576.152977  6  4  3 115       
+PG04  10783.075609  12974.594342 -20612.427649    116.277277  4  6  3  98       
+PG05  26491.623794  -2227.687455  -1113.943354    -11.023922  8  5  4 119       
+PG06 -20789.990298  -8696.212294  14356.775278    587.709419  6  5  4 121       
+PG07  -4896.561897  24714.021687   8104.879746     -1.535643  2  6  4 109       
+PG08   3435.497282  18832.331425  18150.056437      5.985225  7  4  4  65       
+PG09  14971.182398 -19283.727959   9869.806838     15.895691  6  3  2 111       
+PG10  23449.819992   6103.129610 -11452.330633    -46.011682  4  4  4 129       
+PG11 -10552.802795  22777.695404   7843.128760    -72.898750  4  5  2 104       
+PG12  18492.630888 -11944.570763 -14703.690945    -97.920510  7  6  6 124       
+PG13   1589.938913  21532.615954 -15581.998415    302.415529  3  2  4  91       
+PG14 -15724.091933 -21401.442866  -1911.563366     63.401518  6  4  6 107       
+PG15  14922.065603  -5394.994336  21329.508814   -246.416541  8  6  4  99       
+PG16 -25921.829472  -2019.559661  -6081.673538    -85.782597  9  7  8 114       
+PG17  15057.871101  22018.706764    405.733199    159.788316  7  7  6 128       
+PG18   -360.404094 -15872.395670  21559.554447     78.296914  5  7  6 109       
+PG19 -14709.299203   5078.990291  21580.200680    -46.578486  5  5  5 133       
+PG20 -16557.151054  13901.894106 -15527.903874     53.889205  5  5  6  90       
+PG21   1339.857053 -23717.758255  11549.493461    -71.104266  2  6  5 115       
+PG22 -13529.303615 -12964.521439  19025.736230    168.411095  4  5  5 120       
+PG23  -6126.770229  15641.355801 -20514.735624    364.685413  5  4  3 125       
+PG24 -11262.829455 -11523.834848  21244.641842    301.012437  4  5  6 113       
+PG25  19213.346705 -12169.538735 -13808.197619     -2.449375 15 14 13 139       
+PG26  14883.782586  -2670.171533  21330.288032    -74.964968  4  7  6 110       
+PG27  16399.568736 -15292.621396  14774.101323    166.386743  6  1  3  92       
+PG28  10803.115099  13431.075164  20763.005066    -11.813426  3  4  6  90       
+PG29  -1440.566938 -21381.997765 -15626.219830    131.667188  6  5  6  98       
+PG30   6742.293844 -15782.854750 -20660.801246    257.029298 10  7  8 117       
+PG31 -11298.468254 -10311.639056 -21487.999008    -27.209541  7  7  6 129       
+PG32 -22865.336202   7788.454907 -10302.459866    -28.686202  5  3  6 106       
+*  2010  7  2 11 30  0.00000000
+PG01 -21386.669325  -6408.160336 -14641.822967   -136.804089 14 11 15 133       
+PG02  15907.051695   1394.960219 -21187.253154    269.513233  5  5  6 109       
+PG03 -21579.279301  -5311.429585  14421.056969    576.157998  6  4  3 108       
+PG04   9816.015147  15047.327095 -19623.561879    116.284425  4  6  4  95       
+PG05  26244.771375  -1933.730604  -3939.995353    -11.026409  8  6  5  89       
+PG06 -21587.158037  -9980.540608  12162.930848    587.697308  6  5  5 126       
+PG07  -5396.913529  25347.321755   5357.259673     -1.535849  2  6  4  98       
+PG08   2448.990472  20561.259236  16296.251262      5.985640  8  4  4  43       
+PG09  14680.138141 -17955.984637  12363.071528     15.897530  6  2  3 120       
+PG10  22078.460566   6469.809527 -13750.036558    -46.012470  4  5  4 107       
+PG11 -10833.259051  21631.307647  10283.299510    -72.900906  4  5  3 109       
+PG12  20066.848090 -11965.963979 -12442.397764    -97.916947  7  6  6 125       
+PG13    452.122332  20049.424969 -17534.418649    302.415111  4  2  5 104       
+PG14 -15622.645418 -21557.072963    984.783373     63.405338  5  4  6 112       
+PG15  16390.130515  -3496.827154  20646.641063   -246.410952  8  7  3  86       
+PG16 -25102.262038  -2304.113283  -8775.470115    -85.785804  9  7  7 116       
+PG17  14748.975917  22005.628746   3238.206287    159.790360  7  7  6 129       
+PG18   2030.131939 -16114.737716  21246.942454     78.299284  5  7  6 111       
+PG19 -16026.643085   3037.333075  21046.387957    -46.580924  5  5  5 138       
+PG20 -18219.109139  13954.965901 -13459.774658     53.888672  5  5  6 110       
+PG21   2090.015622 -24662.283736   9070.595209    -71.106934  2  7  4 119       
+PG22 -11343.275093 -13346.554429  20157.870649    168.409869  4  5  5 119       
+PG23  -7655.180381  13796.341501 -21338.817226    364.684095  5  5  4 127       
+PG24 -10213.009089 -13649.493610  20522.151087    301.015550  4  6  6 108       
+PG25  20668.243265 -12194.410365 -11488.232146     -2.451233 15 14 13 142       
+PG26  16262.807551   -586.306971  20524.197200    -74.970361  5  7  6 106       
+PG27  15980.782012 -13638.683396  16821.386584    166.389433  5  1  2  71       
+PG28   8504.340712  13727.643634  21614.953840    -11.812439  2  4  5  91       
+PG29   -175.664719 -19944.236877 -17469.328541    131.669560  5  5  6  87       
+PG30   8945.080517 -16096.474257 -19524.971232    257.030449 10  7  7 116       
+PG31 -10319.668035 -12568.164147 -20758.304479    -27.207405  7  7  6 130       
+PG32 -23961.204896   7582.228685  -7692.672600    -28.693661  6  4  6  99       
+*  2010  7  2 11 45  0.00000000
+PG01 -19697.372586  -6933.644893 -16638.867207   -136.807428 14 11 14 154       
+PG02  15229.590416   3746.612911 -21440.097940    269.516245  5  4  6  97       
+PG03 -22599.418256  -6543.376020  12277.199617    576.163107  6  3  4 118       
+PG04   8990.450223  17044.665991 -18298.756207    116.291762  4  6  4  91       
+PG05  25704.716528  -1563.232988  -6698.605936    -11.028923  8  6  5 115       
+PG06 -22265.689830 -11041.752458   9763.314285    587.685098  6  4  5 125       
+PG07  -5761.332827  25704.907492   2516.422653     -1.536040  2  7  5 104       
+PG08   1646.788520  22133.400746  14155.285841      5.985103  8  4  4  64       
+PG09  14384.162334 -16347.655217  14636.730572     15.898271  6  3  3 112       
+PG10  20487.556902   6950.525941 -15817.451800    -46.012780  4  4  4  95       
+PG11 -11135.099863  20231.808564  12540.925111    -72.903391  4  6  3  93       
+PG12  21373.141330 -12019.862780  -9964.788078    -97.913171  7  6  6 120       
+PG13   -892.551915  18473.253801 -19187.770311    302.414429  5  2  5  88       
+PG14 -15325.695907 -21463.508831   3864.346236     63.408948  4  5  6 101       
+PG15  17887.016735  -1748.535637  19609.782350   -246.405295  8  7  3  88       
+PG16 -24008.222236  -2685.220466 -11320.436862    -85.789129  8  7  7 145       
+PG17  14236.483230  21767.416252   6015.749952    159.791968  7  7  6 128       
+PG18   4356.194468 -16464.445038  20576.204230     78.301311  5  7  6 102       
+PG19 -17398.236418   1133.516715  20153.162461    -46.583441  5  5  5 126       
+PG20 -19638.586746  14031.362870 -11161.186984     53.888258  5  5  6  95       
+PG21   2703.835126 -25367.848244   6432.060945    -71.109054  3  8  3 101       
+PG22  -9072.143930 -13852.711720  20948.724710    168.409900  4  5  5 109       
+PG23  -9324.804486  11982.583405 -21794.828664    364.682945  6  5  4 120       
+PG24  -9309.960769 -15730.203735  19451.214546    301.019586  4  6  6 103       
+PG25  21853.349609 -12236.199866  -8971.559802     -2.452831 14 14 14 138       
+PG26  17682.078331   1321.705743  19349.904700    -74.975823  5  6  6  96       
+PG27  15597.959560 -11764.816663  18590.462740    166.391135  5  1  1  93       
+PG28   6150.519785  14163.429980  22112.067271    -11.811352  2  3  5 106       
+PG29   1285.790735 -18426.038140 -19010.237286    131.671732  4  5  6 100       
+PG30  10990.497247 -16489.767111 -18063.507763    257.032580  9  7  7 113       
+PG31  -9497.017547 -14775.914124 -19663.651898    -27.205180  6  7  6 130       
+PG32 -24759.741902   7398.288926  -4946.244277    -28.701175  6  5  6  94       
+*  2010  7  2 12  0  0.00000000
+PG01 -17837.381261  -7604.636030 -18354.054885   -136.811165 14 10 14 149       
+PG02  14666.681774   6131.426086 -21324.194336    269.519450  5  4  6 101       
+PG03 -23474.582665  -7565.917573   9921.491362    576.167137  7  3  5 116       
+PG04   8303.556516  18921.513273 -16659.577780    116.298874  3  6  4 101       
+PG05  24890.595615  -1083.668160  -9342.556545    -11.031585  8  6  4 103       
+PG06 -22787.529224 -11884.309517   7198.329633    587.673115  6  4  6 120       
+PG07  -6022.614733  25766.324040   -368.206017     -1.536338  2  7  5  97       
+PG08   1015.904368  23503.247453  11764.145631      5.984974  8  4  4  55       
+PG09  14121.364864 -14480.779300  16649.074356     15.899578  6  3  3 115       
+PG10  18713.193342   7565.741258 -17619.881992    -46.014147  4  4  4 114       
+PG11 -11485.835037  18602.345655  14575.736623    -72.905755  4  6  3 118       
+PG12  22392.481238 -12069.043091  -7313.895352    -97.909601  8  6  6 117       
+PG13  -2436.043806  16851.304104 -20514.269643    302.413762  6  3  5  94       
+PG14 -14806.616523 -21149.973180   6678.113948     63.412419  4  4  6 117       
+PG15  19372.462702   -173.777028  18236.983082   -246.399804  8  7  4 110       
+PG16 -22667.629204  -3192.227936 -13673.143598    -85.792488  9  7  7 122       
+PG17  13499.588544  21335.552359   8691.330991    159.793650  8  7  6 124       
+PG18   6575.239712 -16904.792369  19557.331117     78.303618  6  6  5 115       
+PG19 -18787.180654   -603.346414  18916.567596    -46.585981  6  5  5 132       
+PG20 -20796.034688  14096.572013  -8671.203319     53.887831  5  5  6 113       
+PG21   3206.133900 -25806.177812   3679.684128    -71.111469  3  8  1 121       
+PG22  -6761.046630 -14484.770725  21384.849374    168.409447  5  5  5 124       
+PG23 -11107.634130  10240.879725 -21875.911966    364.681455  7  4  5 128       
+PG24  -8556.477999 -17720.448414  18050.484983    301.023201  4  6  6 111       
+PG25  22753.584035 -12257.874881  -6301.242490     -2.453800 14 14 14 146       
+PG26  19099.115455   3025.451118  17830.531079    -74.981422  5  6  6 107       
+PG27  15284.238569  -9702.091874  20053.937589    166.392951  5  2  1 104       
+PG28   3788.303148  14737.028202  22245.739303    -11.810294  3  2  5 100       
+PG29   2932.399648 -16871.978303 -20222.010023    131.674269  4  5  6  84       
+PG30  12844.073320 -16934.128045 -16299.938105    257.035377  9  6  6 116       
+PG31  -8831.684511 -16884.815545 -18223.140764    -27.203261  6  6  6 135       
+PG32 -25251.032509   7199.782364  -2112.216007    -28.708794  7  6  6 114       
+*  2010  7  2 12 15  0.00000000
+PG01 -15850.082661  -8432.218758 -19758.316099   -136.814792 15 10 13 127       
+PG02  14227.871895   8503.302216 -20842.903585    269.522033  5  4  5 103       
+PG03 -24168.566087  -8387.898514   7395.455385    576.171676  7  3  5 119       
+PG04   7745.019983  20634.936134 -14733.160697    116.306142  4  6  4  88       
+PG05  23829.012140   -466.914097 -11826.578728    -11.033854  7  6  4  90       
+PG06 -23117.553824 -12520.158387   4511.249036    587.661004  6  3  6 128       
+PG07  -6217.056363  25519.633138  -3246.429005     -1.536615  2  7  5  89       
+PG08    535.484366  24630.260839   9164.569927      5.983914  8  3  4  71       
+PG09  13926.138893 -12386.145265  18362.848917     15.900462  6  3  3 126       
+PG10  16795.858042   8329.145426 -19126.921844    -46.014983  3  4  4 108       
+PG11 -11908.938025  16772.752920  16351.501689    -72.907891  4  6  3 122       
+PG12  23114.675172 -12074.460490  -4535.810213    -97.905647  8  6  6 116       
+PG13  -4161.704885  15229.618063 -21491.703674    302.413024  6  3  6  96       
+PG14 -14045.766635 -20651.459887   9378.329297     63.416340  4  4  6 115       
+PG15  20803.767004   1211.520492  16551.990074   -246.393917  8  7  4  99       
+PG16 -21114.986257  -3848.747358 -15793.257234    -85.795880  9  8  7 121       
+PG17  12524.694900  20746.132747  11219.690456    159.795574  7  7  6 121       
+PG18   8648.385019 -17412.415673  18206.208198     78.305427  7  6  5 103       
+PG19 -20153.062503  -2151.495874  17358.355190    -46.588456  6  6  5 133       
+PG20 -21679.847797  14114.157756  -6032.286292     53.887116  5  5  6 110       
+PG21   3626.380254 -25956.245869    861.850727    -71.114155  3  8  1 121       
+PG22  -4455.339661 -15236.896680  21458.698308    168.408463  5  5  5 117       
+PG23 -12969.332040   8606.831054 -21581.674477    364.680241  7  4  5 121       
+PG24  -7947.488389 -19576.034353  16344.075138    301.025539  4  7  6  97       
+PG25  23362.448878 -12221.236187  -3522.987371     -2.455139 13 15 14 148       
+PG26  20468.806240   4505.451617  15995.233444    -74.986944  5  5  7  95       
+PG27  15067.178076  -7487.337788  21189.501314    166.397308  5  2  1  79       
+PG28   1463.781387  15439.054721  22013.044451    -11.809342  2  2  5 104       
+PG29   4744.547385 -15325.138024 -21083.403731    131.676736  4  5  6  92       
+PG30  14477.520060 -17396.011503 -14262.859595    257.037132  8  6  6 113       
+PG31  -8316.349355 -18846.595379 -16462.093271    -27.200943  5  5  6 133       
+PG32 -25434.449325   6949.399903    759.106483    -28.716454  7  6  6 111       
+*  2010  7  2 12 30  0.00000000
+PG01 -13781.351139  -9419.592648 -20827.763598   -136.818398 15 10 12 101       
+PG02  13914.943664  10815.855737 -20005.772326    269.525042  4  4  5  92       
+PG03 -24649.238212  -9025.389890   4743.094388    576.177052  7  3  5 115       
+PG04   7297.542182  22145.717069 -12551.815016    116.313634  3  6  4  83       
+PG05  22553.036784    309.467392 -14108.118035    -11.036216  6  6  4  97       
+PG06 -23224.978750 -12968.110600   1747.526353    587.648818  6  2  6 121       
+PG07  -6382.830193  24961.921740  -6068.180522     -1.536641  3  7  5  94       
+PG08    177.809927  25480.469761   6402.294439      5.984484  8  3  4  64       
+PG09  13827.610785 -10102.299233  19746.085750     15.902039  5  4  3 109       
+PG10  14779.051685   9246.979703 -20312.936473    -46.016976  3  3  5 105       
+PG11 -12422.730175  14778.501029  17836.734675    -72.909920  5  5  3 119       
+PG12  23538.640221 -11996.942408  -1678.854172    -97.902004  8  6  6 116       
+PG13  -6044.748595  13651.399316 -22103.770466    302.412611  7  3  5  95       
+PG14 -13031.388077 -20007.290902  11919.266752     63.420058  4  3  6 120       
+PG15  22137.368414   2399.565678  14583.830285   -246.388116  8  7  4  96       
+PG16 -19390.158812  -4671.554299 -17644.224870    -85.799147  9  8  6 112       
+PG17  11306.095385  20038.412012  13558.070187    159.797589  7  6  6 125       
+PG18  10541.718127 -17958.171324  16544.451990     78.307590  7  6  5 115       
+PG19 -21453.450508  -3497.127435  15505.581033    -46.590918  7  6  5 137       
+PG20 -22286.694799  14047.306440  -3289.594930     53.886725  5  5  5 101       
+PG21   3997.327422 -25805.216457  -1971.359035    -71.116411  3  8  2 124       
+PG22  -2199.067132 -16095.778252  21168.760000    168.407820  5  4  4 119       
+PG23 -14870.438174   7109.636395 -20918.127157    364.678921  8  3  6 120       
+PG24  -7470.408304 -21255.625790  14361.141905    301.028270  5  7  6 104       
+PG25  23682.164162 -12088.547070   -684.370224     -2.456401 13 15 13 145       
+PG26  21745.202208   5751.622109  13878.492250    -74.992245  5  4  7 116       
+PG27  14967.765518  -5161.925943  21980.127566    166.400403  5  3  2  93       
+PG28   -779.019511  16252.406724  21416.825816    -11.808336  4  1  5  96       
+PG29   6694.965328 -13825.492871 -21579.260269    131.679316  4  5  6 111       
+PG30  15869.648651 -17838.220899 -11985.563600    257.040554  8  6  5 119       
+PG31  -7935.642418 -20616.553184 -14411.581781    -27.198538  4  5  6 140       
+PG32 -25318.531795   6611.068634   3617.125638    -28.723938  6  6  6 112       
+*  2010  7  2 12 45  0.00000000
+PG01 -11677.939722 -10561.797883 -21544.085935   -136.821880 15 11 11  58       
+PG02  13721.971511  13023.994268 -18828.284071    269.527753  4  4  5  92       
+PG03 -24889.758882  -9500.800572   2010.102512    576.181548  7  3  6 124       
+PG04   6937.633313  23419.788903 -10152.531411    116.320773  3  6  4  91       
+PG05  21100.972951   1261.169687 -16148.053496    -11.038795  6  5  4 100       
+PG06 -23084.617132 -13252.965956  -1045.932090    587.636486  6  2  7 124       
+PG07  -6558.287060  24099.465532  -8784.426095     -1.536587  5  6  5  94       
+PG08    -90.405035  26027.821455   3526.194673      5.983502  8  3  4  83       
+PG09  13848.305312  -7674.215769  20772.832365     15.901901  5  4  3 102       
+PG10  12707.792241  10317.637401 -21157.480891    -46.017137  3  3  5 110       
+PG11 -13039.488974  12659.423707  19005.303903    -72.912385  5  5  3 126       
+PG12  23672.326358 -11798.893141   1207.288260    -97.898336  7  6  6 117       
+PG13  -8053.030006  12155.458171 -22340.324296    302.412120  7  3  6 106       
+PG14 -11760.207003 -19259.528304  14257.969859     63.423956  5  3  6 114       
+PG15  23330.467973   3390.797370  12366.309863   -246.382829  8  7  5  92       
+PG16 -17536.954712  -5669.743734 -19193.906368    -85.802131  9  8  6 103       
+PG17   9846.365258  19253.246559  15666.898323    159.799364  7  5  6 129       
+PG18  12227.438842 -18508.239516  14599.150389     78.309594  8  6  5 110       
+PG19 -22645.469972  -4634.692504  13390.124721    -46.593548  7  6  5 133       
+PG20 -22621.540356  13860.403248   -490.225248     53.886243  5  5  6 100       
+PG21   4353.487879 -25349.073557  -4769.141273    -71.119171  4  8  4 123       
+PG22    -33.479347 -17041.054560  20519.599576    168.408217  5  4  3 113       
+PG23 -16767.770388   5771.153546 -19897.517369    364.677642  8  3  6 116       
+PG24  -7105.784525 -22722.176536  12135.397632    301.029684  5  7  5 104       
+PG25  23723.476817 -11824.153807   2165.974587     -2.457429 12 15 13 152       
+PG26  22883.323781   6763.329767  11519.320039    -74.997848  5  4  7  99       
+PG27  14999.675003  -2770.422548  22414.209228    166.403010  4  4  2 104       
+PG28  -2899.578417  17152.804781  20465.718416    -11.807396  4     5  94       
+PG29   8749.598760 -12408.435165 -21700.789847    131.681919  5  6  5 110       
+PG30  17007.042526 -18221.359424  -9505.580872    257.042544  8  7  5 122       
+PG31  -7666.917027 -22155.197573 -12107.840574    -27.196318  4  4  7 136       
+PG32 -24920.507931   6151.576251   6411.903554    -28.731465  6  7  6 111       
+*  2010  7  2 13  0  0.00000000
+PG01  -9585.846280 -11845.754811 -21894.856692   -136.825272 15 11  8  30       
+PG02  13635.678508  15085.437546 -17331.522348    269.530788  3  4  4  77       
+PG03 -24869.585364  -9841.767564   -756.919235    576.187560  7  3  6 109       
+PG04   6636.666630  24429.495720  -7576.385358    116.328066  4  5  4 104       
+PG05  19514.934427   2396.340071 -17911.361159    -11.040985  5  5  4  97       
+PG06 -22677.949355 -13404.409864  -3821.530559    587.624654  6  1  7 126       
+PG07  -6780.258359  22947.541096 -11348.040228     -1.536983  5  6  6 101       
+PG08   -306.474775  26255.224658    587.349726      5.983242  8  3  4  81       
+PG09  14003.091966  -5151.682955  21423.756951     15.903729  5  4  4  91       
+PG10  10627.067209  11531.557996 -21645.652070    -46.018438  3  3  5 110       
+PG11 -13764.819343  10458.275305  19836.920795    -72.914888  6  5  3 125       
+PG12  23532.293532 -11445.942346   4072.461492    -97.894702  7  6  6 121       
+PG13 -10148.105376  10774.837370 -22197.523958    302.411777  8  3  6  97       
+PG14 -10237.720581 -18451.301293  16354.938985     63.427491  5  2  5 123       
+PG15  24342.631868   4193.661277   9937.437093   -246.376834  8  7  5  88       
+PG16 -15601.557932  -6844.176986 -20415.145598    -85.805861 10  8  5 107       
+PG17   8156.449436  18431.491257  17510.425232    159.800980  6  5  6 121       
+PG18  13684.786941 -19025.436350  12402.501707     78.312073  8  6  4 111       
+PG19 -23687.397890  -5566.885778  11048.142769    -46.596028  7  7  5 125       
+PG20 -22697.356054  13520.580172   2317.592999     53.885835  5  5  6 106       
+PG21   4729.512090 -24592.899622  -7480.987322    -71.121992  4  8  5 121       
+PG22   2004.344333 -18046.019531  19521.808580    168.406803  6  4  2 117       
+PG23 -18615.964632   4605.254741 -18538.063240    364.676383  8  3  6 108       
+PG24  -6828.197532 -23944.208984   9704.555991    301.031977  5  7  5 109       
+PG25  23505.152693 -11396.034295   4979.184016     -2.458484 12 15 13 142       
+PG26  23840.897055   7549.073056   8960.419320    -75.003454  5  3  7  96       
+PG27  15168.793899   -359.152063  22485.635088    166.404731  4  4  3  79       
+PG28  -4862.207333  18109.606508  19174.103539    -11.806445  5     5 102       
+PG29  10868.749252 -11103.485379 -21445.739764    131.684510  5  5  5  94       
+PG30  17884.455752 -18505.393709  -6864.148457    257.045467  8  7  5 116       
+PG31  -7481.324828 -23429.679326  -9591.575781    -27.194032  4  4  7 138       
+PG32 -24265.486514   5542.060735   9095.070369    -28.739098  6  7  6 108       
+*  2010  7  2 13 15  0.00000000
+PG01  -7548.713524 -13250.617032 -21873.754979   -136.829178 15 11  4           
+PG02  13636.076336  16962.120054 -15541.755610    269.533699  3  3  5  88       
+PG03 -24575.241173 -10079.873352  -3511.231431    576.191649  7  4  6 112       
+PG04   6362.156248  25154.626043  -4867.847771    116.335459  4  5  5 106       
+PG05  17839.288804   3715.069657 -19367.710957    -11.043492  4  4  5 105       
+PG06 -21993.958784 -13455.724026  -6531.770591    587.612237  5  2  7 123       
+PG07  -7082.426486  21529.895022 -13714.644356     -1.537122  6  6  6  93       
+PG08   -510.026619  26155.236858  -2361.950386      5.983366  8  3  4  85       
+PG09  14298.465824  -2587.470515  21686.604195     15.907079  5  5  4  97       
+PG10   8580.287090  12871.421489 -21768.367792    -46.018999  4  3  5 111       
+PG11 -14597.314593   8219.182035  20317.499802    -72.917136  6  4  3 120       
+PG12  23142.960705 -10908.470177   6866.936718    -97.890968  7  6  5 128       
+PG13 -12286.532201   9535.667778 -21677.883411    302.411191  8  4  6  88       
+PG14  -8478.159182 -17625.110261  18174.760948     63.431056  5  2  5 118       
+PG15  25137.314789   4824.080567   7338.778761   -246.371534  7  7  6  78       
+PG16 -13630.872490  -8187.244876 -21286.269474    -85.809166  9  8  5 106       
+PG17   6255.441678  17612.408448  19057.301909    159.802962  6  5  6 126       
+PG18  14900.716159 -19470.689486   9991.351549     78.313677  8  6  4 114       
+PG19 -24540.219736  -6304.325227   8519.464030    -46.598800  8  7  5 130       
+PG20 -22534.529182  12999.173673   5085.330073     53.885316  5  5  5 106       
+PG21   5158.544052 -23550.782316 -10057.722833    -71.124147  5  7  6 111       
+PG22   3882.718081 -19078.579564  18191.861779    168.406078  6  4  2 119       
+PG23 -20369.095738   3617.496820 -16863.597596    364.674821  8  4  6 113       
+PG24  -6607.392029 -24896.894587   7109.720153    301.035181  5  7  5 110       
+PG25  23053.170806 -10777.214434   7707.002067     -2.460359 11 14 12 138       
+PG26  24579.954963   8125.809225   6247.315021    -75.008848  5  3  7 105       
+PG27  15473.026726   2025.282481  22193.812613    166.408334  4  5  3  99       
+PG28  -6637.221684  19086.869628  17561.989047    -11.805194  5     5  93       
+PG29  13008.447696  -9933.244463 -20818.444300    131.686794  6  5  5 103       
+PG30  18504.917184 -18651.275715  -4105.599704    257.048806  8  7  5 113       
+PG31  -7345.146662 -24414.962716  -6907.190136    -27.191490  4  3  7 141       
+PG32 -23385.361287   4759.306521  11620.671053    -28.746662  6  7  6 120       
+*  2010  7  2 13 30  0.00000000
+PG01  -5606.321160 -14748.426927 -21480.693082   -136.832625 15 12  3 157       
+PG02  13697.359163  18621.429077 -13489.954035    269.536567  2  3  4 103       
+PG03 -24000.824513 -10249.242074  -6206.698279    576.196075  7  4  7 119       
+PG04   6079.209743  25583.172220  -2074.012274    116.342915  4  5  5 111       
+PG05  16119.025412   5209.195223 -20491.987117    -11.045704  4  3  5 100       
+PG06 -21029.699460 -13442.357423  -9130.049948    587.600020  5  3  8 108       
+PG07  -7493.829428  19877.892282 -15843.388753     -1.537053  6  6  6 107       
+PG08   -741.185166  25730.363806  -5269.228203      5.982984  7  3  3  97       
+PG09  14732.200455    -35.362375  21556.484477     15.908621  5  5  4  84       
+PG10   6607.794645  14312.640053 -21522.566376    -46.020685  5  3  6 118       
+PG11 -15528.520024   5986.053512  20439.382456    -72.919514  6  4  2 122       
+PG12  22535.558281 -10162.947490   9542.297751    -97.887466  7  5  5 124       
+PG13 -14421.362181   8456.294853 -20790.224917    302.410571  8  5  6 109       
+PG14  -6504.126153 -16821.170257  19686.673024     63.434836  5     4 125       
+PG15  25683.246605   5304.641680   4614.760261   -246.365704  7  7  6  90       
+PG16 -11670.837908  -9682.960544 -21791.504347    -85.812149  9  8  4 106       
+PG17   4170.062566  16832.147366  20281.093360    159.805068  5  5  7 127       
+PG18  15870.282248 -19804.623783   7406.628756     78.316137  8  6  4 110       
+PG19 -25169.092034  -6864.939107   5846.936516    -46.601095  8  8  5 125       
+PG20 -22159.990206  12273.033320   7765.005914     53.884847  5  5  5  95       
+PG21   5670.629467 -22245.346579 -12452.536285    -71.126040  5  7  7 111       
+PG22   5576.372429 -20102.431211  16551.880856    168.405275  7  5  2 120       
+PG23 -21982.318170   2805.113313 -14903.130180    364.673425  8  5  6 118       
+PG24  -6409.592621 -25562.897448   4394.721368    301.039028  5  7  4  99       
+PG25  22399.650714  -9946.996764  10302.607098     -2.461560 10 14 11 132       
+PG26  25068.245111   8517.972414   3427.483996    -75.014157  5  4  7 126       
+PG27  15902.378199   4337.477649  21543.640554    166.411383  4  5  4  92       
+PG28  -8201.909795  20044.634239  15654.810204    -11.804321  6  1  5  92       
+PG29  15122.004665  -8912.628784 -19829.754179    131.689239  6  5  5 102       
+PG30  18879.529835 -18622.563776  -1276.680909    257.052551  8  7  5 111       
+PG31  -7221.321444 -25094.688340  -4101.941325    -27.189172  4  3  7 140       
+PG32 -22317.479061   3786.798933  13945.935797    -28.754550  6  7  6 113       
+*  2010  7  2 13 45  0.00000000
+PG01  -3793.225714 -16305.051695 -20721.847918   -136.836224 15 12  8 164       
+PG02  13789.014509  20037.237015 -11211.248105    269.539445  2  3  4  88       
+PG03 -23148.244302 -10385.068150  -8798.495036    576.201592  6  5  6 116       
+PG04   5752.097982  25711.780241    756.247472    116.350361  4  5  5 102       
+PG05  14398.109431   6862.421926 -21264.723361    -11.048488  5  3  5 100       
+PG06 -19790.570413 -13400.410725 -11571.461401    587.587966  5  4  8 113       
+PG07  -8037.559389  18029.379127 -17697.663670     -1.537192  7  6  6 106       
+PG08  -1038.736044  24992.957663  -8082.846090      5.984110  7  3  3 100       
+PG09  15293.391743   2451.856838  21035.985110     15.910665  4  5  4  79       
+PG10   4745.483683  15824.133819 -20911.321347    -46.022033  5  3  5 118       
+PG11 -16543.198130   3801.022004  20201.423437    -72.921615  7  3  3  97       
+PG12  21746.827296  -9193.037457  12052.297320    -97.883661  7  4  5 120       
+PG13 -16503.772811   7546.707080 -19549.535678    302.410011  8  5  7  93       
+PG14  -4345.928602 -16075.854328  20865.054686     63.438749  5     3 125       
+PG15  25955.630336   5663.527313   1811.920430   -246.360139  7  7  6  73       
+PG16  -9764.779782 -11307.383230 -21921.299857    -85.815359  9  8  4 102       
+PG17   1933.853836  16122.349679  21160.719975    159.806785  5  5  7 123       
+PG18  16596.723063 -19989.196504   4692.684593     78.318306  8  7  5 111       
+PG19 -25544.658465  -7273.084662   3075.734614    -46.603969  8  8  5 122       
+PG20 -21606.091298  11325.627714  10310.040040     53.884532  5  5  6  97       
+PG21   6291.251560 -20706.928102 -14621.965026    -71.128025  5  6  7  97       
+PG22   7067.238594 -21078.417223  14629.305919    168.405029  7  5  2 102       
+PG23 -23413.466591   2157.324141 -12690.337198    364.672006  8  6  6 112       
+PG24  -6198.956168 -25932.950813   1605.416363    301.042366  5  7  5  98       
+PG25  21581.554239  -8891.952935  12721.416454     -2.462342 10 13 10 164       
+PG26  25280.398014   8756.234066    549.500633    -75.019498  5  4  7 110       
+PG27  16439.310421   6534.662381  20545.433636    166.413447  3  5  4  93       
+PG28  -9541.263274  20940.385779  13483.145542    -11.803668  6  3  5  98       
+PG29  17161.677300  -8048.418011 -18496.846456    131.691707  7  5  5 105       
+PG30  19026.965677 -18386.981026   1574.199526    257.055156  8  7  4  98       
+PG31  -7071.107506 -25461.694653  -1225.053994    -27.186871  4  1  7 138       
+PG32 -21103.131100   2615.500640  16031.963038    -28.762234  6  7  6  98       
+*  2010  7  2 14  0  0.00000000
+PG01  -2137.598750 -17881.367554 -19609.593846   -136.839725 15 13 10 165       
+PG02  13877.107657  21190.694756  -8744.338415    269.542258  1  3  4  95       
+PG03 -22027.181259 -10522.131101 -11243.774597    576.205204  6  5  6 115       
+PG04   5345.877937  25545.866479   3573.173844    116.357644  4  5  5 116       
+PG05  12717.884553   8650.763818 -21672.445342    -11.050787  5  3  5 109       
+PG06 -18290.281812 -13365.091596 -13813.577916    587.575743  5  4  7 112       
+PG07  -8729.706835  16027.306991 -19245.726995     -1.537493  7  6  6  98       
+PG08  -1438.350369  23964.718976 -10753.010117      5.983267  7  3  3 108       
+PG09  15962.891452   4824.368821  20135.099544 999999.999999
+PG10   3023.578616  17369.367481 -19943.865295    -46.022908  6  4  6 108       
+PG11 -17619.880742   1702.974194  19608.940911    -72.923814  7  3  3  67       
+PG12  20817.518735  -7990.415042  14353.667460    -97.880276  7  3  5 109       
+PG13 -18484.778431   6808.286786 -17976.729832    302.409466  7  6  6  80       
+PG14  -2040.623290 -15420.293408  21689.841151     63.442429  5     3 117       
+PG15  25937.106475   5933.237792  -1021.867307   -246.354300  6  7  7  77       
+PG16  -7951.858932 -13029.361651 -21672.551337    -85.818638  8  8  4 103       
+PG17   -413.883364  15508.932672  21680.820351    159.808334  5  5  7 125       
+PG18  17091.220385 -19989.316851   1896.542824     78.320312  8  7  5 107       
+PG19 -25644.172696  -7558.432111    252.635728    -46.606263  8  8  5 107       
+PG20 -20909.278736  10147.901389  12676.085349     53.883645  5  4  6 107       
+PG21   7040.064306 -18972.423079 -16526.807670    -71.130371  6  6  7 102       
+PG22   8344.963681 -21966.012125  12456.476901    168.404190  7  6  3 103       
+PG23 -24624.558570   1655.947515 -10262.987434    364.670553  7  7  6 108       
+PG24  -5939.107541 -26006.145572  -1211.047612    301.045392  5  7  5  99       
+PG25  20639.211551  -7606.640548  14921.854473     -2.463526 10 13 10 136       
+PG26  25198.821692   8876.063624  -2337.786249    -75.025025  5  4  7  97       
+PG27  17059.362744   8578.043036  19214.799932    166.415723  3  6  4 102       
+PG28 -10648.436082  21730.652169  11082.342867    -11.802201  7  4  5  77       
+PG29  19080.387123  -7339.133562 -16842.918261    131.694070  7  5  5 115       
+PG30  18972.667692 -17917.848937   4397.780791    257.057272  8  7  5 103       
+PG31  -6855.806092 -25518.180436   1673.193887    -27.184663  4     7 136       
+PG32 -19785.931436   1244.326729  17844.307868    -28.770060  6  7  5 106       
+*  2010  7  2 14 15  0.00000000
+PG01   -660.307646 -19434.650403 -18162.335429   -136.843226 14 13 12 162       
+PG02  13925.691398  22070.761758  -6130.865569    269.545211     3  4  94       
+PG03 -20654.780574 -10693.348712 -13502.288643    576.209510  6  6  7 110       
+PG04   4828.000251  25099.391900   6327.055503    116.365253  4  5  5 108       
+PG05  11115.584903  10543.287073 -21707.914017    -11.053202  5  3  5 109       
+PG06 -16550.509561 -13369.200790 -15817.210011    587.563223  5  5  7 104       
+PG07  -9578.590940  13918.173001 -20461.237927     -1.537438  7  6  7 126       
+PG08  -1970.947740  22675.826313 -13232.724600      5.983508  6  3  3 101       
+PG09  16714.109337   7037.152137  18870.977925     15.914835  4  6  4 140       
+PG10   1465.621696  18907.614552 -18635.517666    -46.024088  5  5  5 102       
+PG11 -18731.681022   -273.765425  18673.537409    -72.926308  7  3  3  74       
+PG12  19790.753942  -6555.272591  16406.868981    -97.876422  7  3  5 114       
+PG13 -20316.958658   6233.892391 -16098.318489    302.408630  7  6  6 101       
+PG14    369.188379 -14879.183824  22146.853555     63.446530  5     3 123       
+PG15  25618.447344   6149.149838  -3838.195470   -246.348550  6  7  6  94       
+PG16  -6265.680084 -14811.572901 -21048.713040    -85.821631  8  7  5 110       
+PG17  -2829.369586  15011.095649  21832.029496    159.810224  4  6  7 115       
+PG18  17372.346118 -19774.382432   -932.928111     78.322266  8  7  5  95       
+PG19 -25452.387981  -7754.655386  -2574.724694    -46.608966  7  8  5 104       
+PG20 -20108.610855   8738.845835  14821.829222     53.883550  5  4  6 103       
+PG21   7929.883309 -17083.866049 -18132.934204    -71.132873  6  5  7 109       
+PG22   9407.135426 -22724.882862  10070.128382    168.403356  7  6  4 110       
+PG23 -25583.146062   1276.288266  -7662.314224    364.669342  7  7  6 124       
+PG24  -5594.702415 -25789.919734  -4006.990862    301.048290  5  7  5  83       
+PG25  19614.728489  -6094.015467  16866.070441     -2.464657 11 13 10 139       
+PG26  24814.300732   8916.150872  -5186.033827    -75.030044  5  4  7 102       
+PG27  17732.016511  10434.020440  17572.469987    166.417984  3  6  4 102       
+PG28 -11524.907778  22372.681424   8492.051680    -11.801321  7  5  5  96       
+PG29  20833.420915  -6775.251767 -14896.770320    131.696521  7  5  5 104       
+PG30  18747.783023 -17195.335630   7144.806607    257.060504  8  7  5  99       
+PG31  -6538.475162 -25275.505981   4542.389836    -27.182601  3  2  7 119       
+PG32 -18410.147156   -319.692361  19353.472008    -28.777988  6  7  5  87       
+*  2010  7  2 14 30  0.00000000
+PG01    625.725223 -20920.122980 -16404.239916   -136.847112 14 13 13 157       
+PG02  13898.289668  22674.457517  -3414.748502    269.547807     3  3 100       
+PG03 -19055.090891 -10928.417705 -15536.960051    576.214870  6  6  6 124       
+PG04   4169.832563  24394.299254   8969.170487    116.372605  4  5  5 105       
+PG05   9623.013034  12503.129220 -21370.265108    -11.055636  5  3  5 111       
+PG06 -14600.246954 -13441.709015 -17547.120584    587.550639  4  5  7 117       
+PG07 -10584.305386  11750.339326 -21323.688558     -1.537560  7  7  7 113       
+PG08  -2661.268296  21163.734356 -15478.673686      5.985674  6  3  3  96       
+PG09  17514.143963   9051.594061  17267.509690     15.915701  3  6  4 142       
+PG10     87.708711  20395.406832 -17007.512032    -46.024579  5  5  5 106       
+PG11 -19847.327517  -2100.548686  17412.800888    -72.928713  7  3  3  98       
+PG12  18710.312005  -4896.492728  18176.766866    -97.872944  7  2  5 110       
+PG13 -21956.141192   5808.269390 -13945.991426    302.408012  7  7  6  92       
+PG14   2836.773535 -14469.846220  22228.041184     63.449999  6  2  3 117       
+PG15  24998.955109   6347.967771  -6588.932435   -246.342897  5  6  6 108       
+PG16  -4733.116002 -16611.820680 -20059.796166    -85.824830  7  7  6 107       
+PG17  -5265.802695  14640.587622  21611.166908    159.812244  4  6  6 116       
+PG18  17465.209313 -19319.666158  -3745.905862     78.324602  8  7  5  89       
+PG19 -24962.181604  -7897.977519  -5358.610727    -46.611585  7  8  5 112       
+PG20 -19244.180093   7105.759022  16709.745450     53.882819  5  4  6  65       
+PG21   8965.981458 -15086.801664 -19411.969395    -71.135214  6  5  7 117       
+PG22  10259.205583 -23316.466176   7510.802946    168.402589  7  6  4 100       
+PG23 -26263.468225    988.267674  -4932.342442    364.668023  7  7  5 119       
+PG24  -5132.959432 -25299.748284  -6734.972750    301.052124  5  7  6  97       
+PG25  18550.336694  -4365.522334  18520.593892     -2.465735 12 12  9 134       
+PG26  24126.289635   8916.751963  -7948.135201    -75.035568  5  4  7 114       
+PG27  18421.780790  12075.241397  15644.075312    166.421833  2  6  4 105       
+PG28 -12180.335727  22826.139885   5755.660154    -11.800524  7  5  4 110       
+PG29  22380.047550  -6339.742276 -12692.288486    131.699053  8  5  5 114       
+PG30  18387.863062 -16207.463273   9766.914804    257.064171  7  7  6 110       
+PG31  -6085.563509 -24753.645997   7332.891290    -27.180490  3  2  6 145       
+PG32 -17019.044424  -2061.558453  20535.294416    -28.785660  6  7  5 110       
+*  2010  7  2 14 45  0.00000000
+PG01   1715.858754 -22292.601941 -14364.870736 999999.999999
+PG02  13759.402082  23006.828514   -641.498946    269.550753     4  3 107       
+PG03 -17258.271821 -11252.587010 -17314.404207    576.218855  6  6  6 130       
+PG04   3348.032126  23459.633970  11452.719472    116.379659  4  5  5 113       
+PG05   8265.434764  14488.757064 -20665.041275    -11.058093  5  4  5 109       
+PG06 -12474.874135 -13606.482266 -18972.682272    587.538270  4  5  7 111       
+PG07 -11738.595566   9572.297547 -21818.727598     -1.538000  6  7  7 113       
+PG08  -3526.713533  19471.695895 -17452.009637      5.986081  6  4  3 114       
+PG09  18325.186419  10836.813952  15354.755262     15.917676  3  7  4 142       
+PG10  -1101.993913  21788.118343 -15086.719660    -46.025288  5  5  5 114       
+PG11 -20932.374028  -3755.274763  15849.898350    -72.930902  7  3  3 118       
+PG12  17618.912128  -3031.483238  19633.220418    -97.869256  7  2  4 119       
+PG13 -23362.977190   5508.775623 -11556.115032    302.407487  7  7  6 112       
+PG14   5312.839029 -14201.571013  21931.631847     63.453695  6  3  3 110       
+PG15  24086.548054   6566.126196  -9227.029181   -246.337115  5  5  6 107       
+PG16  -3373.395579 -18384.545394 -18722.247655    -85.828104  7  7  6 109       
+PG17  -7674.936396  14401.265487  21021.329675    159.813945  5  6  6 104       
+PG18  17400.334225 -18607.491134  -6492.549442     78.326331  7  7  5  97       
+PG19 -24174.891281  -8025.623575  -8051.947010    -46.614214  6  7  5 131       
+PG20 -18355.502157   5264.180291  18306.781230     53.883097  6  3  6 112       
+PG21  10145.720620 -13028.526311 -20341.830597    -71.137755  6  5  6 113       
+PG22  10914.112159 -23705.502518   4822.189933    168.401970  7  7  4 104       
+PG23 -26647.365460    757.751936  -2119.179670    364.666647  6  8  5 131       
+PG24  -4525.104684 -24558.543337  -9348.566421    301.054105  4  6  6  92       
+PG25  17486.750408  -2440.858534  19856.915645     -2.467417 13 12  9 124       
+PG26  23142.901003   8918.019715 -10578.894114    -75.040868  4  4  7 105       
+PG27  19089.469164  13481.450413  13459.872675    166.425013  2  6  4  84       
+PG28 -12632.091831  23054.766816   2919.637460    -11.799422  7  6  4  83       
+PG29  23684.987060  -6008.909009 -10267.833700    131.701345  8  6  5 109       
+PG30  17931.377597 -14950.826381  12217.541937    257.068325  7  6  7 102       
+PG31  -5468.399977 -23980.321287   9996.697560    -27.178182  4  3  6 120       
+PG32 -15653.310420  -3958.750991  21371.244016    -28.793219  6  6  6 106       
+*  2010  7  2 15  0  0.00000000
+PG01   2613.749724 -23508.183488 -12078.724821 999999.999999
+PG02  13475.976338  23080.633906   2142.480626    269.553656     3  3  97       
+PG03 -15299.598653 -11685.603625 -18805.397414    576.223634  5  6  6 114       
+PG04   2345.707189  22330.384046  13733.726090    116.386742  4  5  5  89       
+PG05   7060.733601  16455.416558 -19604.115299    -11.060581  4  5  5 119       
+PG06 -10214.977739 -13881.208628 -20068.462717    587.525969  4  5  7 104       
+PG07 -13025.069963   7430.945474 -21938.372883     -1.538025  6  7  7 100       
+PG08  -4576.502138  17647.074398 -19119.031587      5.987693  6  4  2  98       
+PG09  19106.128803  12370.644435  13168.249147     15.918276  2  7  4 135       
+PG10  -2103.427256  23041.626150 -12905.267908    -46.025449  5  6  5 103       
+PG11 -21950.533084  -5222.989056  14013.076314    -72.933379  7  3  4  92       
+PG12  16556.558304   -985.682034  20751.579145    -97.865660  7  3  4 112       
+PG13 -24504.350688   5306.394913  -8969.152175    302.407072  6  8  5  90       
+PG14   7747.204625 -14075.275604  21262.187149     63.457824  6  4  4 111       
+PG15  22897.531171   6838.205168 -11707.310351   -246.331416  4  4  6  94       
+PG16  -2197.494658 -20082.489118 -17058.708100    -85.831171  6  6  7  99       
+PG17 -10008.724874  14288.961657  20071.886565    159.815665  6  7  5 113       
+PG18  17212.312767 -17628.138597  -9123.957551     78.328695  7  7  5 104       
+PG19 -23100.350428  -8174.237320 -10609.073981    -46.616683  6  7  6 109       
+PG20 -17479.937224   3237.500756  19584.964525     53.882594  6  4  6  79       
+PG21  11458.533218 -10956.280948 -20907.107540    -71.139801  6  6  6 112       
+PG22  11391.612254 -23861.466688   2050.398378    168.401560  6  7  5 102       
+PG23 -26724.923008    548.030012    729.719469    364.665209  6  7  5 121       
+PG24  -3747.673971 -23595.784876 -11803.126068    301.056197  4  6  6  94       
+PG25  16461.593651   -347.419364  20851.984261     -2.469167 14 12  9 118       
+PG26  21880.598726   8958.375560 -13035.642335    -75.045811  4  3  7 108       
+PG27  19693.631790  14640.111526  11054.409722    166.426935  2  6  4  92       
+PG28 -12904.491498  23027.918741     32.785494    -11.798584  7  6  4  99       
+PG29  24719.674383  -5753.498757  -7665.552667    131.703948  7  6  6 109       
+PG30  17418.100099 -13430.983065  14452.822856    257.071798  7  5  8  92       
+PG31  -4664.480018 -22989.848734  12488.273277    -27.175997  4  4  6 111       
+PG32 -14349.606014  -5981.947350  21848.617743    -28.801135  5  6  5 103       
+*  2010  7  2 15 15  0.00000000
+PG01   3331.046492 -24525.903530  -9584.678498 999999.999999
+PG02  13018.796896  22915.762289   4890.608621    269.556784  2  4  3  97       
+PG03 -13218.298523 -12240.865189 -19985.290822    576.226481  5  5  5 116       
+PG04   1153.315612  21046.087256  15771.881765    116.394277  3  5  4 102       
+PG05   6018.857745  18356.720182 -18205.504276    -11.062927  5  5  5 109       
+PG06  -7864.963891 -14276.572452 -20814.723767    587.513601  4  4  6 119       
+PG07 -14419.735378   5369.942336 -21681.111493     -1.538260  5  7  7 116       
+PG08  -5811.171801  15739.521445 -20451.742961      5.986998  6  4  2 103       
+PG09  19814.301407  13640.235202  10748.200371     15.920352  2  7  3 135       
+PG10  -2924.500949  24113.985376 -10500.054148    -46.026431  5  6  4 115       
+PG11 -22865.077457  -6496.193094  11935.083598    -72.935705  6  3  4  97       
+PG12  15559.010212   1208.246843  21513.077594    -97.861869  6  3  4 113       
+PG13 -25354.568890   5167.002508  -6229.010871    302.406153  6  8  5 103       
+PG14  10090.518130 -14083.487689  20230.560130     63.461274  6  4  4 118       
+PG15  21456.058856   7195.418497 -13987.237166   -246.325652  5  3  6 119       
+PG16  -1207.856753 -21658.450863 -15097.649839    -85.834509  6  7  7 111       
+PG17 -12220.973428  14291.669196  18778.370088    159.817630  6  7  5 114       
+PG18  16938.286267 -16380.444596 -11593.126242     78.330964  7  7  5  62       
+PG19 -21756.619447  -8378.319454 -12986.487815    -46.619457  5  6  6 109       
+PG20 -16651.207097   1056.262719  20521.918729     53.882240  6  4  6  79       
+PG21  12886.249852  -8915.477064 -21099.278463    -71.142350  6  6  4 117       
+PG22  11717.348682 -23759.838085   -756.825192    168.400641  6  7  5  89       
+PG23 -26494.821808    321.386777   3566.306841    364.663491  5  7  5 130       
+PG24  -2783.622674 -22446.412238 -14056.535584    301.059235  3  6  6  92       
+PG25  15507.958791   1880.555408  21488.609009     -2.470150 14 12  9 104       
+PG26  20363.614727   9072.976009 -15278.799575    -75.051377  4  3  6 104       
+PG27  20192.101214  15546.775129   8466.127008    166.429296  2  6  4  93       
+PG28 -13027.735545  22721.937259  -2854.592020    -11.797479  7  6  5 116       
+PG29  25463.268704  -5540.031799  -4930.623092    131.706221  7  6  6 110       
+PG30  16887.429185 -11662.494031  16432.463120    257.075599  7  5  8  92       
+PG31  -3658.501456 -21821.759335  14765.309538    -27.173737  5  5  6 110       
+PG32 -13139.297135  -8095.986806  21960.648327    -28.809222  5  6  5 109       
+*  2010  7  2 15 30  0.00000000
+PG01   3886.768883 -25309.308084  -6925.348659 999999.999999
+PG02  12363.741294  22538.400399   7556.838655    269.559384  3  4  3  77       
+PG03 -11056.256904 -12924.806914 -20834.368233    576.230822  5  5  5 120       
+PG04   -230.739077  19649.264826  17531.313967    116.401620  4  5  4  77       
+PG05   5141.581645  20146.311668 -16493.076687    -11.065768  5  6  6 108       
+PG06  -5471.516989 -14795.712523 -21197.821835    587.501124  4  4  6 114       
+PG07 -15891.833266   3428.204327 -21051.888387     -1.538437  5  8  7 106       
+PG08  -7222.441866  13799.096941 -21428.280312      5.987987  6  5  2 109       
+PG09  20407.259076  14642.263583   8138.618230     15.921075  1  7  4 135       
+PG10  -3580.636909  24967.052883  -7912.158544    -46.026218  4  6  4  95       
+PG11 -23640.253345  -7574.860872   9652.532324    -72.937900  6  4  4  85       
+PG12  14656.438459   3511.493556  21905.124524    -97.858140  6  3  3 123       
+PG13 -25896.287509   5052.836025  -3382.329914    302.405592  5  8  4 103       
+PG14  12295.950169 -14210.657488  18853.753682     63.465027  5  5  4 117       
+PG15  19793.308952   7664.233353 -16027.629996   -246.319763  5  2  6  73       
+PG16   -398.457623 -23067.062486 -12872.899233    -85.837704  6  7  8  97       
+PG17 -14268.933602  14390.040702  17162.264804    159.819070  6  7  4 106       
+PG18  16616.320687 -14872.054432 -13855.880835     78.332830  7  7  4  92       
+PG19 -20169.420690  -8668.744887 -15143.555280    -46.621752  4  5  7  96       
+PG20 -15898.068579  -1242.825380  21101.273482     53.881617  7  4  5  75       
+PG21  14403.752219  -6948.033678 -20916.763684    -71.144703  6  6  3 118       
+PG22  11921.684546 -23383.158546  -3550.921494    168.400190  6  7  5 101       
+PG23 -25964.384306     40.714300   6342.703189    364.662380  5  7  5 126       
+PG24  -1623.199384 -21149.515591 -16069.927030    301.062374  2  5  6 104       
+PG25  14653.152508   4203.101769  21755.762019     -2.471107 15 12  9  60       
+PG26  18623.114912   9292.321081 -17272.377120    -75.056100  4  3  6  99       
+PG27  20543.605056  16205.170633   5736.891574    166.433164  1  6  3  87       
+PG28 -13036.599110  22121.277443  -5691.590748    -11.796366  6  7  4 111       
+PG29  25903.369787  -5332.300236  -2110.448519    131.708881  7  7  6  97       
+PG30  16376.716510  -9668.598973  18120.560986    257.079212  7  4  8  83       
+PG31  -2443.112440 -20519.241820  16789.411490    -27.171381  5  5  6 113       
+PG32 -12047.404975 -10261.039932  21706.526855    -28.817160  5  6  5 102       
+*  2010  7  2 15 45  0.00000000
+PG01   4306.395817 -25827.871834  -4146.377992   -136.864844  8 12 15 171       
+PG02  11492.859587  21979.982612  10096.369751    269.561879  3  4  3  97       
+PG03  -8856.636875 -13736.543470 -21338.145745    576.234148  5  5  5 117       
+PG04  -1799.840325  18183.748569  18981.259260    116.408990  3  5  4  91       
+PG05   4422.591939  21779.544385 -14496.156070    -11.068343  5  6  6 104       
+PG06  -3081.964041 -15433.989740 -21210.498354    587.489233  4  3  5 108       
+PG07 -17404.943193   1638.596193 -20061.986302     -1.538863  4  8  7 104       
+PG08  -8793.435689  11874.409792 -22033.210733      5.989591  6  5  3 107       
+PG09  20844.538339  15382.755285   5386.391644     15.922778  2  7  4 132       
+PG10  -4094.008440  25567.993779  -5186.161969    -46.026020  4  6  3  98       
+PG11 -24242.650394  -8466.168698   7205.212862    -72.940290  6  4  5 116       
+PG12  13872.314325   5880.416275  21921.483885    -97.854539  5  3  3 124       
+PG13 -26121.134384   4924.117433   -477.710973    302.404897  4  8  3 108       
+PG14  14320.806246 -14433.789875  17154.679129     63.468618  5  5  5 111       
+PG15  17946.398233   8265.174686 -17793.338791   -246.314006  5  2  5  86       
+PG16    244.786499 -24266.513584 -10423.050218    -85.840782  6  8  8 102       
+PG17 -16114.782245  14558.185389  15250.691647    159.820887  6  8  4 111       
+PG18  16283.745690 -13119.319365 -15871.756839     78.334924  6  7  3  98       
+PG19 -18371.295140  -9071.414545 -17043.193510    -46.624643  4  4  7  98       
+PG20 -15243.196972  -3618.120134  21312.962900     53.881399  7  4  5  91       
+PG21  15979.915737  -5090.895059 -20364.823740    -71.146986  6  6    108       
+PG22  12038.349828 -22721.833112  -6283.371429    168.399098  6  7  5 107       
+PG23 -25149.313246   -328.897243   9011.960357    364.660830  5  6  5 131       
+PG24   -264.547305 -19746.874497 -17808.357060    301.064438  2  5  6 111       
+PG25  13917.677901   6575.876309  21648.774085     -2.472150 15 12 10  85       
+PG26  16696.145916   9641.046077 -18984.427197    -75.061077  4  3  5 105       
+PG27  20709.393821  16627.012964   2911.457937    166.436904  1  6  3  85       
+PG28 -12968.914659  21219.340731  -8427.660556    -11.795817  6  6  4 118       
+PG29  26036.414637  -5092.973309    746.181423    131.711390  6  7  6 106       
+PG30  15919.673406  -7480.536132  19486.355561    257.082785  7  4  8  90       
+PG31  -1019.346759 -19127.474479  18526.703562    -27.169048  5  6  6 108       
+PG32 -11091.806672 -12433.939825  21091.345365    -28.825142  5  6  6 117       
+*  2010  7  2 16  0  0.00000000
+PG01   4620.694135 -26058.207547  -1295.655221 999999.999999
+PG02  10395.237971  21275.957291  12466.345334    269.564737  3  4  4  71       
+PG03  -6662.456304 -14667.778952 -21487.610726    576.238795  5  4  5 114       
+PG04  -3539.230999  16692.972988  20096.625583    116.416315  2  5  4  79       
+PG05   3847.895082  23215.108680 -12249.027029    -11.070980  5  7  6 104       
+PG06   -742.609252 -16179.077190 -20852.051388    587.477136  4  3  5 100       
+PG07 -18918.309705     26.866390 -18728.801299     -1.538721  4  8  6 112       
+PG08 -10499.246457  10010.852979 -22257.698993      5.990770  6  6  3 120       
+PG09  21089.311826  15876.536232   2540.349241     15.924372  2  7  3 126       
+PG10  -4492.500421  25890.607509  -2369.378573    -46.027386  4  6  2 105       
+PG11 -24642.477385  -9183.956351   4635.377726    -72.942352  6  4  5 115       
+PG12  13222.574485   8268.037282  21562.347016    -97.850467  5  4  3 121       
+PG13 -26030.005363   4740.765111   2435.091968    302.404380  3  8  3 109       
+PG14  16127.995740 -14723.375495  15161.815659     63.472349  5  6  5 112       
+PG15  15957.079215   9011.861280 -19253.850157   -246.308342  5  1  5  97       
+PG16    743.281738 -25220.154596  -7790.779273    -85.844198  6  8  8 106       
+PG17 -17726.926987  14764.736984  13075.989880    159.822945  6  8  4 105       
+PG18  15975.530610 -11146.836693 -17604.805597     78.337055  6  7  3  77       
+PG19 -16400.508927  -9606.093105 -18652.504404    -46.627164  4  4  7 104       
+PG20 -14702.324887  -6024.471784  21153.404961     53.880978  7  5  5 100       
+PG21  17578.794097  -3374.787447 -19455.314381    -71.148810  6  6  1 114       
+PG22  12102.952494 -21774.638549  -8906.561357    168.398661  5  7  5 118       
+PG23 -24073.131955   -818.647030  11528.814120    364.659481  5  6  5 132       
+PG24   1285.993051 -18281.397129 -19241.429302    301.067973  2  5  5 109       
+PG25  13314.492328   8951.674652  21169.420350     -2.474436 15 13 10  43       
+PG26  14624.399036  10136.931635 -20387.440245    -75.066187  5  3  5  88       
+PG27  20654.828106  16831.519175     36.853691    166.439667  2  5  3  93       
+PG28 -12863.908101  20018.966511 -11013.592913    -11.794896  6  7  4 146       
+PG29  25867.740827  -4785.245182   3589.949184    131.713829  6  7  7 106       
+PG30  15544.927022  -5136.527492  20504.878597    257.085343  7  4  8  87       
+PG31    603.265811 -17691.910312  19948.345986    -27.166787  5  6  6  79       
+PG32 -10282.709193 -14569.627749  20125.964558    -28.832943  5  6  6 110       
+*  2010  7  2 16 15  0.00000000
+PG01   4864.333046 -25985.016298   1577.516668 999999.999999
+PG02   9067.614223  20464.412307  14626.533606    269.567688  4  5  4  72       
+PG03  -4515.169619 -15702.990200 -21279.396913    576.243129  5  4  4 115       
+PG04  -5426.421419  15218.304796  20858.431956    116.423818  2  5  4  98       
+PG05   3396.531285  24416.544906  -9790.351192    -11.073577  5  6  6 103       
+PG06   1502.894228 -17011.372090 -20128.382116    587.464466  3  3  4 113       
+PG07 -20388.340987  -1389.136474 -17075.519753     -1.538937  3  8  6 104       
+PG08 -12307.816744   8249.000225 -22099.548917      5.990569  6  6  3 104       
+PG09  21109.874901  16146.351689   -349.675061     15.927195  3  7  4 131       
+PG10  -4808.428920  25916.415771    488.984223    -46.027547  3  6  1 116       
+PG11 -24814.697774  -9747.946667   1987.008301    -72.944815  6  5  5 115       
+PG12  12715.090205  10625.663936  20834.297247    -97.846944  4  4  4 123       
+PG13 -25633.018296   4464.130711   5306.013594    302.404073  2  8  2 107       
+PG14  17687.301688 -15044.588523  12908.772732     63.476176  4  6  5 105       
+PG15  13870.266619   9910.311835 -20383.820551   -246.302639  6  3  5 112       
+PG16   1124.719425 -25897.911632  -5022.074949    -85.847322  6  8  8 112       
+PG17 -19081.086146  14974.154017  10675.200310    159.824446  6  9  5 111       
+PG18  15722.769245  -8986.651247 -19024.302563     78.339230  6  6  3  90       
+PG19 -14299.747067 -10285.478297 -19943.353195    -46.629672  4  5  7 108       
+PG20 -14283.670883  -8414.793452  20625.558634     53.880367  7  5  4 101       
+PG21  19160.989050  -1823.259365 -18206.314625    -71.151436  5  6  3 106       
+PG22  12151.413111 -20548.915701 -11374.643733    168.397698  5  6  5 115       
+PG23 -22766.344884  -1454.645122  13850.418185    364.657996  6  6  5 128       
+PG24   3013.895675 -16795.518343 -20343.850726    301.071249     5  5  96       
+PG25  12848.569858  11282.065595  20325.894083     -2.475889 15 14 10  46       
+PG26  12452.831620  10790.160288 -21458.692096    -75.071355  5  3  4 106       
+PG27  20350.866677  16844.640929  -2838.310790    166.441765  3  5  4  94       
+PG28 -12760.456631  18532.549978 -13402.516027    -11.793815  6  7  5 129       
+PG29  25411.316089  -4374.459527   6371.869716    131.715987  5  7  6 105       
+PG30  15274.791392  -2680.468336  21157.489541    257.087924  7  4  8  85       
+PG31   2406.913951 -16256.580509  21030.958408    -27.164611  5  6  6  88       
+PG32  -9622.410140 -16622.663378  18826.811293    -28.840856  5  5  6 111       
+*  2010  7  2 16 30  0.00000000
+PG01   5074.338056 -25601.738030   4423.289350 999999.999999
+PG02   7514.720328  19584.607271  16539.981359    269.570432  4  5  5  79       
+PG03  -2453.301449 -16819.880599 -20715.891749    576.247995  4  4  5 124       
+PG04  -7431.913844  13797.479659  21254.117791    116.431080     5  4 110       
+PG05   3041.567240  25353.582873  -7162.502670    -11.076030  5  7  6  98       
+PG06   3615.069216 -17904.715248 -19051.912809    587.452140  3  3  4 117       
+PG07 -21770.221845  -2599.939102 -15130.703787     -1.539113  3  8  6 114       
+PG08 -14181.090665   6623.222194 -21563.126281      5.989857  6  6  4  96       
+PG09  20880.910086  16221.701036  -3233.749554     15.927995  3  7  4 132       
+PG10  -5077.070025  25635.462995   3338.722328    -46.028332  4  6    109       
+PG11 -24739.985980 -10182.758472   -694.923052    -72.947175  6  5  5 112       
+PG12  12349.458692  12904.573086  19750.169657    -97.842967  3  4  4 125       
+PG13 -24949.123803   4058.693519   8085.535205    302.403570  2  8  1 112       
+PG14  18976.401617 -15358.708082  10433.759322     63.479953  4  6  5 100       
+PG15  11732.448516  10958.549473 -21163.526036   -246.296919  6  3  5 106       
+PG16   1421.781004 -26277.453853  -2165.397690    -85.850761  6  9  8 106       
+PG17 -20161.098692  15148.204039   8089.455708    159.826378  6  9  5 109       
+PG18  15551.340453  -6677.152351 -20105.339346     78.341192  6  6  3  97       
+PG19 -12114.640214 -11114.539824 -20892.880689    -46.632437  4  5  7 105       
+PG20 -13987.680324 -10741.708404  19738.858113     53.879888  6  6  4 100       
+PG21  20685.143282   -452.035184 -16641.646680    -71.154153  5  6  4 116       
+PG22  12218.386046 -19060.434383 -13644.375330    168.397091  5  6  5 116       
+PG23 -21265.346981  -2256.719630  15937.049706    364.656674  6  6  4 134       
+PG24   4896.779532 -15329.617400 -21095.910393    301.072974  2  5  4 105       
+PG25  12516.785330  13519.078480  19132.668684     -2.477482 15 14 11  70       
+PG26  10228.189130  11602.840876 -22180.542327    -75.076691  6  4  4  97       
+PG27  19775.395814  16698.029135  -5664.606177    166.443399  3  5  4  71       
+PG28 -12695.343855  16781.770224 -15550.870068    -11.792697  6  7  6 112       
+PG29  24689.146970  -3829.646800   9044.137455    131.718635  4  6  6 102       
+PG30  15124.309975   -160.374581  21432.276625    257.091438  7  4  7  51       
+PG31   4366.032008 -14862.478835  21756.948353    -27.162293  5  7  6  83       
+PG32  -9105.350184 -18548.748819  17215.609961    -28.848705  4  5  6  99       
+*  2010  7  2 16 45  0.00000000
+PG01   5288.445616 -24910.873515   7192.158780   -136.879031 12 10 15 169       
+PG02   5749.336275  18675.463872  18173.632684    269.573188  3  5  5 103       
+PG03   -511.178714 -17990.093143 -19805.271466    576.252930  4  4  4 115       
+PG04  -9520.210620  12463.210058  21277.718141    116.438218     5  5  96       
+PG05   2751.328859  26003.254900  -4410.834338    -11.078442  5  7  6  91       
+PG06   5559.973594 -18827.390351 -17641.376217    587.439942  3  3  4 108       
+PG07 -23019.579866  -3604.595803 -12927.793154     -1.539283  3  8  6 116       
+PG08 -16076.388474   5160.569288 -20659.172463      5.990038  6  7  4  98       
+PG09  20384.487143  16137.445419  -6062.707708     15.929881  4  7  5 125       
+PG10  -5335.057402  25046.791306   6129.569418    -46.029396  3  6    108       
+PG11 -24405.473068 -10516.753842  -3365.184493    -72.949711  5  5  5 123       
+PG12  12117.121993  15057.695813  18328.810144    -97.839469  3  4  5 127       
+PG13 -24005.384651   3493.645551  10725.545069    302.402833  2  7  2 102       
+PG14  19981.598099 -15624.710960   7778.965694     63.483608  4  7  6 102       
+PG15   9590.041904  12146.521948 -21579.220037   -246.291298  6  4  4 131       
+PG16   1670.638526 -26345.064378    729.212062    -85.854056  6  9  8 109       
+PG17 -20959.429740  15247.574937   5363.286736    159.828212  5  9  5 110       
+PG18  15480.803044  -4261.714580 -20829.284795     78.343609  5  6  3 112       
+PG19  -9892.177125 -12090.156829 -21483.938769    -46.634777  5  6  6 103       
+PG20 -13807.087766 -12959.209792  18509.026342     53.879851  6  6  4 109       
+PG21  22109.492192    731.303517 -14790.307856    -71.156870  4  6  5 122       
+PG22  12335.731836 -17332.932927 -15675.915200    168.396654  4  5  5 108       
+PG23 -19611.119550  -3237.455278  17752.776315    364.655144  6  6  4 134       
+PG24   6905.049677 -13920.516541 -21483.869553    301.075371  2  5  4 109       
+PG25  12308.124420  15616.879099  17610.250051     -2.478986 15 15 11  47       
+PG26   7997.473218  12568.815174 -22540.684125    -75.081940  6  4  4 107       
+PG27  18914.341396  16427.758372  -8392.615337    166.445584  4  5  4  81       
+PG28 -12701.590895  14796.930859 -17419.333240    -11.791470  6  7  6 114       
+PG29  23730.391740  -3124.914161  11560.944945    131.720941  3  5  6  87       
+PG30  15100.614029   2373.346377  21324.310970    257.094961  7  4  7  68       
+PG31   6448.117013 -13546.084960  22114.743872    -27.159786  5  7  6  93       
+PG32  -8718.452996 -20306.215878  15319.051226    -28.856710  4  5  6 112       
+*  2010  7  2 17  0  0.00000000
+PG01   5543.424736 -23923.961886   9835.857872 999999.999999
+PG02   3792.048412  17774.068251  19498.903396    269.576016  4  4  5  99       
+PG03   1282.194067 -19180.163050 -18561.458930    576.257724  4  4  4 121       
+PG04 -11651.061483  11242.019370  20929.905188    116.445435     5  4  99       
+PG05   2490.825513  26350.738222  -1582.887852    -11.081191  4  7  6 112       
+PG06   7310.337729 -19743.363071 -15921.479566    587.427487  2  4  3 119       
+PG07 -24094.142199  -4410.514553 -10504.532418     -1.539279  3  8  7 119       
+PG08 -17947.946949   3879.956016 -19404.519421      5.989884  6  7  5  94       
+PG09  19610.769643  15932.251019  -8788.953060     15.931665  5  6  5 123       
+PG10  -5618.715212  24158.565382   8812.148076    -46.031337  3  6  2 111       
+PG11 -23805.258743 -10780.765044  -5979.000330    -72.951905  5  5  5 118       
+PG12  12001.806666  17041.239981  16594.739184    -97.835639  2  5  5 131       
+PG13 -22835.948650   2744.303781  13180.185818    302.402369  3  7  2 100       
+PG14  20698.228006 -15800.975563   4989.865539     63.487210  3  7  6  99       
+PG15   7487.755024  13456.342840 -21623.391843   -246.285663  6  5  5 115       
+PG16   1909.313239 -26096.178258   3611.057918    -85.857182  6  8  7 112       
+PG17 -21477.348449  15233.550171   2543.854188    159.830015  5  9  6 120       
+PG18  15523.571965  -1787.142248 -21184.105061     78.345699  5  6  4 113       
+PG19  -7679.060903 -13201.072310 -21705.439139    -46.637211  5  6  6 107       
+PG20 -13727.296847 -15024.267051  16957.772711     53.878885  6  7  4  86       
+PG21  23393.411417   1727.308721 -12685.834772    -71.158411  3  6  6 113       
+PG22  12531.103938 -15397.348152 -17433.564764    168.395970  4  5  4 115       
+PG23 -17847.758252  -4401.501605  19266.074493    364.653759  7  6  2 128       
+PG24   9002.828710 -12600.119624 -21500.253054    301.077370  2  5  3 116       
+PG25  12204.211410  17533.369762  15784.823430     -2.480375 14 15 11  69       
+PG26   5806.402659  13673.753895 -22532.344720    -75.087304  6  4  4  96       
+PG27  17762.508918  16072.850431 -10973.821280    166.448398  4  4  4  75       
+PG28 -12806.940952  12615.934521 -18973.669259    -11.790976  5  7  6 120       
+PG29  22570.213949  -2240.634437  13879.259223    131.723438  2  5  6 102       
+PG30  15202.626461   4869.726557  20835.745583    257.098235  6  5  6  45       
+PG31   8614.802754 -12338.078494  22098.931048    -27.157673  6  7  6  93       
+PG32  -8441.739984 -21857.427458  13168.401021    -28.864471  5  5  7 102       
+*  2010  7  2 17 15  0.00000000
+PG01   5873.433992 -22661.211916  12308.233856 999999.999999
+PG02   1670.715747  16914.240168  20492.201341    269.578694  3  4  5  81       
+PG03   2904.074692 -20352.681868 -17003.999073    576.261561  3  4  3 125       
+PG04 -13780.896214  10153.346237  20217.899965    116.452785     5  5  97       
+PG05   2223.309337  26389.893079   1272.438291    -11.083523  4  7  6  95       
+PG06   8846.433595 -20613.709322 -13922.449811    587.415583  2  4  3 106       
+PG07 -24955.321192  -5032.965734  -7902.333002     -1.539511  2  8  7 109       
+PG08 -19748.564995   2791.669379 -17821.717213      5.990056  6  7  5  85       
+PG09  18558.411742  15646.933064 -11367.196437     15.934910  5  6  5 122       
+PG10  -5962.397305  22987.837782  11338.915020    -46.032108  3  6  2 111       
+PG11 -22940.675221 -11006.749109  -8492.742700    -72.954610  5  5  5 116       
+PG12  11980.265664  18816.190891  14577.726709    -97.832165  2  5  5 126       
+PG13 -21480.752405   1793.291705  15406.672947    302.401616  3  7  2 100       
+PG14  21130.731337 -15847.031436   2114.448364     63.490948  3  7  5 108       
+PG15   5467.018918  14862.846760 -21294.920009   -246.280186  6  6  5 110       
+PG16   2175.961055 -25535.565312   6429.723156    -85.860617  6  8  7 110       
+PG17 -21724.768211  15069.680871   -319.879293    159.831728  5  9  5 117       
+PG18  15684.409067    698.014161 -21164.537612     78.347649  5  6  5 112       
+PG19  -5520.070484 -14428.171275 -21552.605906    -46.639661  6  6  6 108       
+PG20 -13727.060599 -16898.315813  15112.382300     53.878998  6  7  3  93       
+PG21  24498.900638   2544.342013 -10365.619260    -71.160777  4  6  6  94       
+PG22  12826.708918 -13290.764682 -18886.433491    168.395039  4  5  4 118       
+PG23 -16020.885638  -5745.180111  20450.388852    364.652401  7  6    133       
+PG24  11149.146402 -11394.245605 -21144.033337    301.079811  3  5  2 117       
+PG25  12180.133779  19231.651988  13687.800771     -2.481706 14 15 12  15       
+PG26   3697.914530  14895.541937 -22154.434055    -75.092694  6  5  4 109       
+PG27  16324.103439  15673.647831 -13361.536510    166.450038  5  4  4  97       
+PG28 -13032.569383  10282.931851 -20185.468476    -11.789956  5  8  6 113       
+PG29  21248.422599  -1164.388819  15959.543416    131.725584     4  5 101       
+PG30  15421.124349   7279.090232  19975.756513    257.101264  6  5  5  81       
+PG31  10823.149933 -11262.287723  21710.297958    -27.155490  6  7  6  97       
+PG32  -8249.199012 -23170.046683  10799.052236    -28.872186  5  5  7 100       
+*  2010  7  2 17 30  0.00000000
+PG01   6308.481589 -21150.799714  14566.091797 999999.999999
+PG02   -580.342098  16125.222860  21135.382266    269.581811  2  4  5  97       
+PG03   4338.701492 -21467.636825 -15157.846899    576.266114  3  4  3 114       
+PG04 -15864.382367   9208.950667  19155.261519    116.459924  2  5  5  94       
+PG05   1911.907552  26123.474728   4105.747310    -11.086423  3  7  5  96       
+PG06  10156.640384 -21398.173645 -11679.469928    587.403171  3  4  3 108       
+PG07 -25569.670135  -5494.293946  -5165.580182     -1.539590  3  8  7 117       
+PG08 -21431.292323   1897.211214 -15938.585428      5.990230  6  7  6  83       
+PG09  17234.641137  15322.765310 -13755.119523     15.937292  5  6  5 114       
+PG10  -6396.904366  21559.961373  13665.077087    -46.033293  3  6  3 108       
+PG11 -21820.297161 -11226.419062 -10864.592616    -72.956861  5  5  5  96       
+PG12  12023.292924  20349.635201  12312.285494    -97.828556  2  6  5 123       
+PG13 -19984.004520    631.440689  17366.068357    302.401153  4  6    107       
+PG14  21292.373515 -15725.285514   -797.605791     63.494566  3  7  5 107       
+PG15   3564.548557  16334.439347 -20599.116416   -246.274097  6  6  5 114       
+PG16   2507.156678 -24677.150962   9135.997151    -85.863925  6  8  6 130       
+PG17 -21719.752657  14723.386650  -3178.022674    159.833380  5  9  5 122       
+PG18  15960.246605   3145.196772 -20772.119119     78.349916  5  5  6 115       
+PG19  -3456.489994 -15745.077155 -21027.123613    -46.642051  6  5  6 112       
+PG20 -13779.432917 -18548.573372  13005.206238     53.878496  6  7  2  96       
+PG21  25391.950041   3197.960390  -7870.193810    -71.163733  4  6  6  86       
+PG22  13238.292271 -11055.124637 -20009.015072    168.394485  4  5  3 120       
+PG23 -14176.005699  -7256.409428  21284.621919    364.651105  6  6    133       
+PG24  13299.344313 -10321.704886 -20420.700046    301.083694  3  6  2 122       
+PG25  12205.531148  20681.295557  11355.276467     -2.482535 13 15 12  35       
+PG26   1710.752953  16204.945149 -21411.637890    -75.098105  6  5  4 107       
+PG27  14612.891459  15270.098703 -15511.853512    166.453769  5  4  4  99       
+PG28 -13392.081236   7846.702447 -21032.757960    -11.788731  5  8  5 109       
+PG29  19807.952478    108.371983  17766.412458    131.728200     3  5  99       
+PG30  15739.156184   9554.848036  18760.328914    257.103933  6  5  4  65       
+PG31  13027.104674 -10334.908141  20955.787464    -27.153332  6  6  6 105       
+PG32  -8109.878467 -24218.131024   8250.021272    -28.879906  5  4  7  93       
+*  2010  7  2 17 45  0.00000000
+PG01   6873.052407 -19427.859503  16569.986149 999999.999999
+PG02  -2921.411165  15430.544696  21416.130554    269.584544  3  4  5 104       
+PG03   5577.759015 -22483.881586 -13053.063673    576.271416  3  5  3 123       
+PG04 -17856.044161   8412.639814  17761.563335    116.467250  3  5  5 115       
+PG05   1521.262598  25563.010614   6868.013227    -11.088662  2  7  5 110       
+PG06  11237.684514 -22056.793029  -9232.019002    587.390905  3  5  3 110       
+PG07 -25910.155334  -5822.863964  -2340.895669     -1.539547  3  8  7 115       
+PG08 -22951.099724   1189.472375 -13787.699601      5.991255  6  7  6  94       
+PG09  15655.035416  14999.817003 -15913.961922     15.938958  5  5  5 109       
+PG10  -6948.048003  19907.671545  15749.454927    -46.033664  2  6  4 110       
+PG11 -20459.700243 -11469.900342 -13055.164732    -72.958796  5  6  4 110       
+PG12  12096.971372  21615.859996   9837.091233    -97.824809  3  6  6 124       
+PG13 -18392.506311   -741.627916  19023.993097    302.400632  4  7    121       
+PG14  21204.628800 -15402.655858  -3695.795203     63.498383  3  6  5  99       
+PG15   1811.089366  17834.211134 -19547.658562   -246.268886  5  6  5 109       
+PG16   2936.247907 -23543.483744  11682.772311    -85.867271  6  7  6 145       
+PG17 -21487.705004  14167.418802  -5980.657932    159.834906  4  9  5 112       
+PG18  16340.346076   5507.560662 -20015.071811     78.352138  6  4  7 104       
+PG19  -1524.667467 -17119.048339 -20137.173721    -46.644534  6  5  5 104       
+PG20 -13852.951152 -19949.129360  10673.064680     53.877953  5  8  2 109       
+PG21  26043.743142   3710.045668  -5242.502276    -71.166170  4  6  6  65       
+PG22  13774.392698  -8735.749117 -20781.661071    168.394130  4  5  3 121       
+PG23 -12356.861214  -8914.956284  21753.544097    364.649792  6  7  2 132       
+PG24  15406.642684  -9393.657588 -19342.210356    301.085283  3  5  3 125       
+PG25  12245.905652  21859.365138   8827.401075     -2.483145 13 15 12  39       
+PG26   -121.808308  17566.543099 -20314.450086    -75.103267  5  5  4 110       
+PG27  12651.980173  14900.023146 -17384.591378    166.458003  5  4  4  96       
+PG28 -13890.844523   5358.839797 -21500.460541    -11.787806  4  8  5 100       
+PG29  18293.243647   1573.972369  19269.213363    131.730680     2  5 102       
+PG30  16132.793048  11655.155108  17211.896078    257.107144  5  6  4  86       
+PG31  15179.072632  -9564.016166  19848.361690    -27.150880  6  6  6  97       
+PG32  -7989.170999 -24983.013575   5563.391629    -28.887581  5  4  7 100       
+*  2010  7  2 18  0  0.00000000
+PG01   7584.959269 -17533.207223  18284.943228 999999.999999
+PG02  -5308.669439  14847.099034  21328.254160    269.587507  2  4  5  91       
+PG03   6620.567954 -23360.687827 -10724.418091    576.275778  3  5  3 123       
+PG04 -19711.878030   7760.317801  16061.968855    116.474882  4  5  5  94       
+PG05   1019.114426  24728.347314   9511.444080    -11.091260  2  7  5  88       
+PG06  12094.545975 -22551.518781  -6623.131308    587.378899  4  5  3 108       
+PG07 -25957.197610  -6051.781380    523.633312     -1.539755  3  8  7 108       
+PG08 -24266.472121    653.225372 -11405.823078      5.992080  6  6  6 104       
+PG09  13843.008850  14715.374788 -17809.031328     15.940950  5  5  6 128       
+PG10  -7635.424529  18069.876119  17555.272665    -46.033683  2  6  4 106       
+PG11 -18880.978980 -11764.459094 -15028.091066    -72.961267  4  5  4 108       
+PG12  12164.106716  22597.187247   7194.338277    -97.821094  4  7  6 127       
+PG13 -16753.875462  -2317.266551  20351.264158    302.400154  4  7     98       
+PG14  20896.246326 -14852.046022  -6529.693001     63.502296  2  6  4 111       
+PG15    230.398167  19321.273795 -18158.409543   -246.263177  5  6  5  90       
+PG16   3491.848063 -22164.873197  14025.892455    -85.870471  6  7  6 112       
+PG17 -21060.271833  13381.124452  -8678.750812    159.836914  4  9  5 115       
+PG18  16806.779928   7741.604920 -18908.057003     78.354361  6  4  7  78       
+PG19    245.239289 -18512.144310 -18897.354323    -46.647245  6  5  5 125       
+PG20 -13913.000886 -21081.770839   8156.575369     53.877230  5  8  2 104       
+PG21  26431.658106   4107.718539  -2527.169122    -71.168613  5  6  6  84       
+PG22  14435.896454  -6379.730982 -21190.941537    168.393173  5  6  2 106       
+PG23 -10603.855830 -10693.008116  21848.113891    364.648700  6  7  3 123       
+PG24  17423.809211  -8613.281900 -17926.817615    301.088390  3  5  3 110       
+PG25  12264.102055  22751.165132   6147.684162     -2.483616 12 14 13  65       
+PG26  -1773.065198  18939.904306 -18879.137528    -75.108499  5  5  5  95       
+PG27  10473.205823  14597.437054 -18944.209726    166.461705  4  3  4  88       
+PG28 -14525.690705   2871.822423 -21580.688743    -11.787107  4  8  5  83       
+PG29  16748.582115   3220.474649  20442.522129    131.733254     2  5 106       
+PG30  16572.177534  13544.363478  15358.844257    257.110153  5  6  4  89       
+PG31  17231.552622  -8949.393166  18406.781389    -27.148519  6  5  6  96       
+PG32  -7850.244742 -25453.939556   2783.706981    -28.895449  5  3  7 107       
+*  2010  7  2 18 15  0.00000000
+PG01   8454.466513 -15511.848055  19681.099074 999999.999999
+PG02  -7695.649462  14384.481932  20871.883334    269.590596  2  3  5  87       
+PG03   7473.985196 -24059.321531  -8210.890979    576.279949  4  5  3 136       
+PG04 -21390.902295   7240.350728  14086.719282    116.482322  4  5  5  92       
+PG05    377.761534  23646.885048  11990.322946    -11.093814  2  7  5  96       
+PG06  12740.037345 -22847.769481  -3898.591534    587.366675  4  5  3 109       
+PG07 -25699.444734  -6217.436546   3379.247170     -1.539716  3  8  7 116       
+PG08 -25340.869866    265.911894  -8833.294057      5.991919  6  6  7 111       
+PG09  11829.035102  14502.501156 -19410.138319     15.943365  5  5  6 122       
+PG10  -8471.451830  16090.204147  19050.854007    -46.034675  2  7  4 107       
+PG11 -17112.041802 -12133.346011 -16750.559537    -72.963353  4  5  4 113       
+PG12  12185.792796  23284.513586   4429.040607    -97.817345  5  7  6 123       
+PG13 -15114.742711  -4077.924023  21324.441323    302.399609  4  7  2 105       
+PG14  20402.033595 -14053.598624  -9249.853986     63.505807  2  5  4 116       
+PG15  -1161.501195  20752.268025 -16455.127292   -246.257546  4  6  5  87       
+PG16   4196.527939 -20578.235476  16124.935363    -85.873913  7  7  6 119       
+PG17 -20474.004765  12351.457865 -11225.051466    159.838396  4  9  4 120       
+PG18  17335.209778   9808.649683 -17471.807876     78.356270  7  5  7  96       
+PG19   1830.278064 -19882.619236 -17328.480114    -46.649770  5  6  5 125       
+PG20 -13923.307177 -21936.512077   5499.421876     53.876859  5  8  1 102       
+PG21  26540.038545   4422.083367    230.221961    -71.171071  5  5  6  88       
+PG22  15215.910535  -4034.263991 -21229.884843    168.392583  5  6  3 115       
+PG23  -8952.601828 -12556.050858  21565.699172    364.646872  6  8  4 129       
+PG24  19304.864044  -7975.768298 -16198.778629    301.091557  2  5  3 122       
+PG25  12221.899314  23350.674414   3362.238753     -2.485025 11 14 13  89       
+PG26  -3223.763644  20280.972208 -17127.630154    -75.113953  5  6  5  86       
+PG27   8116.141587  14391.011714 -20160.658348    166.466091  4  3  3  96       
+PG28 -15284.995286    437.059099 -21272.866110    -11.785998  4  8  5  99       
+PG29  15216.464541   5027.960421  21266.550878    131.735630  1  2  5  89       
+PG30  17022.820958  15194.209739  13234.900058    257.112598  4  6  5  83       
+PG31  19138.772136  -8482.664352  16655.303706    -27.146274  6  4  6 111       
+PG32  -7655.574265 -25628.433033    -42.683157    -28.903185  4  3  7 116       
+*  2010  7  2 18 30  0.00000000
+PG01   9483.722411 -13411.328123  20734.239174 999999.999999
+PG02 -10034.825258  14044.618740  20053.563636    269.593549  2  2  5  76       
+PG03   8152.010200 -24544.584040  -5555.084450    576.284153  4  5  3 124       
+PG04 -22856.582950   6834.225933  11870.547624    116.489707  5  5  5  90       
+PG05   -424.657787  22352.530084  14261.810892    -11.096330  2  6  6 109       
+PG06  13194.075679 -22915.851558  -1106.084622    587.354157  5  5  3 116       
+PG07 -25134.246079  -6357.926720   6177.317846     -1.540102  3  7  7 113       
+PG08 -26144.009506     -1.307370  -6113.376619      5.992160  6  6  7 102       
+PG09   9649.638272  14388.774152 -20691.958429     15.946060  5  4  6 124       
+PG10  -9460.710620  14015.375682  20210.208255    -46.034630  2  6  4 108       
+PG11 -15185.708189 -12594.795198 -18193.803500    -72.965878  4  5  4 110       
+PG12  12123.049535  23677.536001   1588.288293    -97.813919  5  7  6 125       
+PG13 -13518.993531  -5997.625200  21926.271628    302.399288  4  7  3 110       
+PG14  19761.404502 -12995.674814 -11808.713353     63.509348  2  5  3 102       
+PG15  -2356.757813  22082.985078 -14467.066798   -246.251978  4  6  5  97       
+PG16   5065.759421 -18825.695859  17943.914522    -85.877216  7  7  7 123       
+PG17 -19768.834249  11073.695427 -13574.965321    159.840384  3  8  4 119       
+PG18  17895.922912  11676.103172 -15732.656136     78.358400  7  5  7  93       
+PG19   3215.435785 -21186.490448 -15457.262210    -46.652288  4  6  5 105       
+PG20 -13847.492246 -22511.811336   2747.576331     53.876151  5  8  1  91       
+PG21  26360.713887   4686.852948   2983.831645    -71.173178  6  6  6  87       
+PG22  16099.959921  -1744.975882 -20898.092142    168.391279  5  6  4 118       
+PG23  -7432.651085 -14464.023254  20910.191356    364.645721  6  8  5 127       
+PG24  21006.752762  -7468.641971 -14187.942908    301.095690  2  6  4 124       
+PG25  12081.650852  23660.654710    518.980991     -2.486412 11 13 13 100       
+PG26  -4462.724340  21543.621901 -15087.327940    -75.119316  5  6  5  97       
+PG27   5626.755449  14302.745329 -21010.129996    166.470336  4  3  3  86       
+PG28 -16149.132173  -1897.003578 -20583.675425    -11.785039  4  8  5  97       
+PG29  13736.048180   6969.119038  21727.460403    131.737964  2  2  6  89       
+PG30  17447.089199  16584.692545  10878.420216    257.115296  4  7  5  70       
+PG31  20858.267232  -8147.746585  14623.302063    -27.144125  6  2  6  97       
+PG32  -7368.518968 -25512.376873  -2868.321095    -28.910856  4  3  7  96       
+*  2010  7  2 18 45  0.00000000
+PG01  10666.524055 -11279.997061  21426.229031 999999.999999
+PG02 -12279.264764  13821.700221  18886.235036    269.596456  2  2  5 104       
+PG03   8675.105342 -24786.256196  -2802.539425    576.289024  4  6  3 122       
+PG04 -24078.084082   6517.473880   9452.033138    116.497064  5  6  5  88       
+PG05  -1403.115274  20884.406596  16286.696877    -11.098573  2  6  6 115       
+PG06  13482.680281 -22732.190306   1705.680698    587.341956  5  5  3 118       
+PG07 -24267.811520  -6511.415771   8870.151876     -1.540174  4  7  7 115       
+PG08 -26652.922114   -182.280833  -3291.583750      5.992746  5  5  7 110       
+PG09   7346.190175  14395.245664 -21634.324840     15.949257  5  4  6 127       
+PG10 -10599.617402  11893.462223  21013.493397    -46.035700  3  7  4 100       
+PG11 -13138.638663 -13161.212475 -19333.538599    -72.967809  4  5  4 106       
+PG12  11938.471897  23784.655425  -1279.529827    -97.810290  6  7  6 127       
+PG13 -12006.125529  -8042.791449  22146.021004    302.398686  4  8  4  96       
+PG14  19016.749366 -11675.517054 -14161.458379     63.512986  2  5  3  84       
+PG15  -3355.811400  23270.038870 -12228.481222   -246.246174  4  6  5 105       
+PG16   6107.151701 -16953.006553  19451.887759    -85.880707  7  6  6 117       
+PG17 -18986.417942   9551.823164 -15687.374970    159.842094  3  8  4 115       
+PG18  18455.079259  13318.473614 -13721.968810     78.360607  7  6  7  95       
+PG19   4394.057927 -22379.220834 -13315.870337    -46.654809  3  7  5 114       
+PG20 -13650.637738 -22814.469528    -51.508289     53.876153  6  8  2  80       
+PG21  25893.258219   4936.903827   5688.244496    -71.175142  5  6  6  94       
+PG22  17066.500284    445.667439 -20201.724913    168.391546  6  6  5 119       
+PG23  -6066.460970 -16372.707493  19892.005790    364.644243  6  8  6 130       
+PG24  22490.919420  -7072.402020 -11929.230265    301.098126  2  6  4 122       
+PG25  11807.908974  23692.429199  -2333.200605     -2.487323 11 12 13  69       
+PG26  -5487.181767  22681.339735 -12790.816739    -75.124182  4  6  5 100       
+PG27   3055.768414  14346.915719 -21475.684782    166.474139  4  3  3  80       
+PG28 -17091.277017  -4086.627573 -19526.840022    -11.784141  5  8  5  98       
+PG29  12341.743598   9010.120474  21817.574716    131.740312  2  1  6  94       
+PG30  17805.810571  17704.609736   8331.605421    257.117469  4  7  5  84       
+PG31  22352.351173  -7921.588766  12344.812204    -27.141809  5  2  7 136       
+PG32  -6954.893331 -25119.797797  -5645.376538    -28.918484  4  4  7 114       
+*  2010  7  2 19  0  0.00000000
+PG01  11988.424182  -9165.251632  21745.327307 999999.999999
+PG02 -14384.284180  13702.436952  17389.090896    269.599044  1  2  5  84       
+PG03   9069.249906 -24760.384573     -0.968822    576.293764  5  6  3 123       
+PG04 -25031.299564   6260.812119   6872.910092    116.504299  5  6  5  89       
+PG05  -2564.915510  19285.378967  18030.080809    -11.101282  2  5  6 109       
+PG06  13636.740393 -22280.322891   4487.855583    587.330018  6  5  4 104       
+PG07 -23115.047960  -6714.493139  11411.780905     -1.540237  4  7  7 114       
+PG08 -26852.755126   -314.418531   -414.979569      5.991258  5  5  7  95       
+PG09   4963.555945  14535.647843 -22222.455042     15.951680  4  3  5 133       
+PG10 -11876.441233   9772.111636  21447.347431    -46.036783  4  7  4 103       
+PG11 -11010.133562 -13838.581543 -20150.343165    -72.970280  5  5  4 113       
+PG12  11597.827729  23622.561881  -4125.525981    -97.806600  6  6  5 125       
+PG13 -10609.788038 -10173.371135  21979.685031    302.398086  4  8  5 112       
+PG14  18211.692563 -10099.565413 -16266.854280     63.516596  2  5  2 104       
+PG15  -4167.182566  24272.522992  -9778.030046   -246.240725  5  6  5  98       
+PG16   7320.008192 -15007.844750  20623.463288    -85.883865  7  6  6 118       
+PG17 -18168.431819   7798.579517 -17525.395014    159.843627  2  8  4 117       
+PG18  18976.114146  14718.093061 -11475.512272     78.362443  7  6  7  89       
+PG19   5367.933981 -23417.448025 -10941.383064    -46.657291  1  7  5 122       
+PG20 -13300.790373 -22859.217994  -2849.721267     53.875446  6  7  2 106       
+PG21  25144.985011   5206.812605   8299.120046    -71.177434  5  6  6  97       
+PG22  18087.724267   2499.822872 -19153.367286    168.390772  6  6  5 117       
+PG23  -4868.638824 -18235.305447  18527.963629    364.642869  6  9  6 123       
+PG24  23724.715220  -6761.452381  -9462.006208    301.101795  3  6  4 119       
+PG25  11368.969546  23465.340759  -5145.291353     -2.487631 11 12 13 101       
+PG26  -6302.814979  23648.970406 -10275.485536    -75.129067  4  6  5 100       
+PG27    456.781841  14529.371709 -21547.717816    166.477701  4  3  2  99       
+PG28 -18078.518173  -6094.309202 -18122.750480    -11.783302  5  8  6  36       
+PG29  11062.001936  11111.739569  21535.495560    131.743014  3     6 103       
+PG30  18059.935840  18551.740868   5639.660698    257.121275  5  7  5  51       
+PG31  23589.419709  -7775.178637   9858.008826    -27.139651  4  3  7 138       
+PG32  -6384.471672 -24472.358079  -8326.413011    -28.926043  4  4  7 104       
+*  2010  7  2 19 15  0.00000000
+PG01  13427.175081  -7111.830966  21686.376196 999999.999999
+PG02 -16309.038322  13666.627844  15587.313152    269.601830  2  2  5  74       
+PG03   9364.759548 -24450.352396   2800.582476    576.297346  5  6  3 120       
+PG04 -25699.632059   6031.463852   4177.344152    116.512210  5  6  5 113       
+PG05  -3909.222612  17600.442920  19461.977483    -11.103743  3  5  6 107       
+PG06  13690.605683 -21551.615580   7192.323544    587.318324  6  5  4 114       
+PG07 -21699.078584  -7000.593968  13758.728002     -1.540443  5  7  7 116       
+PG08 -26737.292103   -437.120381   2468.532633      5.992043  4  4  6 104       
+PG09   2548.633011  14815.869346 -22447.114513     15.953571  4  3  5 131       
+PG10 -13271.660955   7696.811866  21505.083351    -46.037326  4  7  3  92       
+PG11  -8840.840735 -14626.109756 -20629.978139    -72.972472  6  5  3 119       
+PG12  11071.544051  23215.516371  -6901.124137    -97.803125  7  7  5 127       
+PG13  -9356.563191 -12344.236464  21430.073373    302.397656  5  8  5  88       
+PG14  17389.308654  -8283.411877 -18088.006090     63.520457  2  5  2  89       
+PG15  -4806.943665  25053.587084  -7158.104486   -246.235164  5  5  5  93       
+PG16   8695.218692 -13038.059419  21439.196587    -85.886964  7  6  6 119       
+PG17 -17354.874486   5835.150818 -19057.043504    159.845703  3  7  4 127       
+PG18  19421.238029  15865.532954  -9032.760636     78.364668  7  6  7  73       
+PG19   6147.042981 -24260.689966  -8375.134953    -46.660041  2  7  5 126       
+PG20 -12770.352859 -22668.014582  -5599.118065     53.875117  6  8  2 109       
+PG21  24130.683022   5529.422231  10773.812444    -71.180213  5  6  7  95       
+PG22  19130.627254   4385.538701 -17771.767749    168.390122  6  6  6 120       
+PG23  -3845.498455 -20004.141037  16841.052735    364.641510  6  8  6 114       
+PG24  24682.584673  -6505.286750  -6829.367470    301.104136  2  6  4 121       
+PG25  10738.276274  23005.911738  -7868.996948     -2.489012 10 12 14 142       
+PG26  -6923.457211  24404.469768  -7583.039281    -75.134285  5  6  6  90       
+PG27  -2115.742163  14847.204583 -21224.247180    166.482325  4  3  2  90       
+PG28 -19073.220304  -7890.022605 -16397.954012    -11.782263  5  7  6  49       
+PG29   9918.341030  13230.689674  20886.116147    131.745230  4     6  93       
+PG30  18172.180643  19132.676784   2849.924566    257.125357  6  6  6  51       
+PG31  24545.046016  -7674.780625   7204.617726    -27.137604  4  4  7 143       
+PG32  -5632.370024 -23598.565751 -10865.176136    -28.933721  4  5  7 135       
+*  2010  7  2 19 30  0.00000000
+PG01  14953.490700  -5160.231280  21250.866728 999999.999999
+PG02 -18017.981481  13688.025151  13511.683136    269.604673     2  6  93       
+PG03   9594.914713 -23847.684231   5552.635939    576.302269  5  6  3 117       
+PG04 -26074.495376   5794.598713   1411.188848    116.519681  5  6  5 105       
+PG05  -5426.909507  15875.048769  20557.830859    -11.106105  4  4  6 101       
+PG06  13680.558705 -20545.679406   9772.544503    587.305503  6  5  4 113       
+PG07 -20050.461451  -7398.540405  15870.738187     -1.540441  6  7  7 118       
+PG08 -26309.173844   -590.134889   5310.930373      5.992585  4  4  6  88       
+PG09    148.830437  15233.715133 -22304.719728     15.956636  4  2  5 128       
+PG10 -14758.644603   5709.264569  21186.747351    -46.039712  5  7  4  88       
+PG11  -6671.415524 -15516.127854 -20763.642172    -72.974746  6  5  3 130       
+PG12  10336.025153  22594.355878  -9558.869504    -97.799539  7  6  5 129       
+PG13  -8265.037926 -14506.791520  20506.765336    302.396960  5  8  6  90       
+PG14  16590.370109  -6251.392408 -19593.039746     63.524122  2  5  2  97       
+PG15  -5297.891124  25581.869783  -4414.082364   -246.229280  5  5  6  98       
+PG16  10215.487619 -11089.935897  21885.874351    -85.890305  7  5  6 112       
+PG17 -16582.454587   3690.531695 -20255.815894    159.847319  4  7  4 116       
+PG18  19752.972871  16759.704019  -6436.165016     78.366798  7  7  8 123       
+PG19   6748.967525 -24872.956296  -5661.972708    -46.662606  4  8  5 113       
+PG20 -12037.307162 -22269.077973  -8252.731105     53.874828  6  7  3 116       
+PG21  22872.105999   5934.484791  13071.956793    -71.182458  5  6  7  80       
+PG22  20158.288029   6077.781837 -16081.467640    168.389327  6  6  6 122       
+PG23  -2994.950022 -21632.422506  14860.067918    364.639977  7  9  6 123       
+PG24  25346.980264  -6269.878677  -4077.352600    301.108021  3  6  4 126       
+PG25   9895.629591  22346.738797 -10457.575331     -2.490382 11 11 14 133       
+PG26  -7370.482641  24910.596762  -4758.903975    -75.139681  5  6  6  93       
+PG27  -4608.552771  15288.821452 -20511.006579    166.485380  4  3  3  87       
+PG28 -20034.575575  -9452.134796 -14384.527638    -11.781093  6  7  7  59       
+PG29   8924.645739  15321.116177  19880.534558    131.747497  4  3  6  90       
+PG30  18108.583948  19462.312658     10.988047    257.127831  6  6  5  73       
+PG31  25202.824976  -7583.361157   4429.269111    -27.135277  4  4  7 140       
+PG32  -4680.249709 -22532.725732 -13217.392706    -28.941486  4  5  6 142       
+*  2010  7  2 19 45  0.00000000
+PG01  16532.095016  -3345.302313  20446.879614 999999.999999
+PG02 -19482.136734  13735.464944  11198.071033    269.607676     3  6  88       
+PG03   9794.451849 -22952.543034   8206.217315    576.307773  5  6  4 115       
+PG04 -26155.526715   5514.840551  -1378.766478    116.526801  5  6  5 108       
+PG05  -7100.735588  14153.422386  21298.930077    -11.108460  5  4  7 111       
+PG06  13643.232054 -19270.471224  12184.354878    587.293440  6  5  4 105       
+PG07 -18206.135129  -7931.259937  17711.461810     -1.540505  6  7  6 114       
+PG08 -25579.813675   -811.904908   8064.793994      5.992642  4  3  6  98       
+PG09  -2189.463565  15778.955748 -21797.381887     15.959029  4  2  5 130       
+PG10 -16304.619122   3845.933526  20499.043662    -46.040297  5  7  4  91       
+PG11  -4541.178454 -16494.250143 -20548.157181    -72.976794  7  5  3 127       
+PG12   9374.751730  21795.258218 -12053.224667    -97.796047  7  6  5 122       
+PG13  -7345.204366 -16610.727434  19225.937014    302.396569  6  8  6  98       
+PG14  15851.698673  -4035.831788 -20755.687452     63.527705  3  6  2  94       
+PG15  -5668.452345  25832.730939  -1593.526339   -246.223732  6  5  6 106       
+PG16  11855.885789  -9206.545088  21956.684354    -85.893306  6  5  5 115       
+PG17 -15883.127145   1400.576775 -21101.150125    159.849237  4  7  5 123       
+PG18  19935.665886  17407.645356  -3730.399071     78.368806  7  7  8 101       
+PG19   7197.999172 -25224.198013  -2849.435312    -46.665372  5  7  5 120       
+PG20 -11086.224345 -21695.699702 -10765.354435     53.874121  6  7  3 107       
+PG21  21397.235357   6447.423899  15156.020915    -71.184941  4  6  7  75       
+PG22  21131.311285   7559.185326 -14112.326198    168.388970  6  6  6 114       
+PG23  -2306.731282 -23075.994407  12619.133833    364.638614  7  9  5 124       
+PG24  25708.968025  -6019.219002  -1254.094665    301.110622  3  6  4 125       
+PG25   8828.152879  21525.166539 -12866.639351     -2.491287 12  9 15  39       
+PG26  -7671.881358  25136.475154  -1851.524139    -75.145150  6  6  6 106       
+PG27  -6971.635624  15834.420706 -19421.335767    166.488494  5  3  4  90       
+PG28 -20920.271341 -10767.963167 -12119.358532    -11.779930  6  7  7  80       
+PG29   8086.767726  17336.194753  18535.868418    131.750026  5  4  5  86       
+PG30  17839.922336  19563.034168  -2828.177282    257.131050  7  6  5  68       
+PG31  25554.934516  -7462.150795   1578.798534    -27.132993  3  4  7 143       
+PG32  -3517.291293 -21313.664910 -15341.567356    -28.949043  5  5  6 110       
+*  2010  7  2 20  0  0.00000000
+PG01  18123.013299  -1695.079619  19288.905083 999999.999999
+PG02 -20680.118193  13774.219493   8686.810841    269.610552  1  3  6  75       
+PG03   9997.979668 -21773.890393  10713.812211    576.311437  6  6  4 119       
+PG04 -25950.505654   5157.786096  -4145.546914    116.534203  4  6  5  99       
+PG05  -8905.845605  12476.949174  21672.720638    -11.110864  5  3  7 102       
+PG06  13614.033790 -17742.079937  14386.710115    587.280904  7  5  4 102       
+PG07 -16208.129264  -8614.730569  19249.079711     -1.540610  7  7  6 115       
+PG08 -24569.009145  -1137.957528  10684.024738      5.992893  4  3  6 113       
+PG09  -4422.378038  16433.664185 -20932.891608     15.961139  5  2  5 134       
+PG10 -17871.886817   2136.823549  19455.132907    -46.040864  6  7  4  98       
+PG11  -2486.817011 -17539.793265 -19986.079333    -72.979057  7  4  3 115       
+PG12   8179.117959  20858.312269 -14341.339864    -97.792349  7  6  5 121       
+PG13  -6598.212313 -18605.854260  17610.063474    302.395964  7  8  7  94       
+PG14  15204.688087  -1675.971017 -21555.764699     63.531696  3  6  2  96       
+PG15  -5951.371123  25789.233662   1254.659206   -246.218109  5  5  6 104       
+PG16  13584.700913  -7426.239279  21651.272415    -85.896622  6  5  4 120       
+PG17 -15282.837976   -993.217096 -21578.774382    159.850830  5  6  5 120       
+PG18  19936.924502  17824.018772   -961.594772     78.371022  6  7  8  76       
+PG19   7523.971695 -25291.534204     13.124317    -46.667752  6  7  5 125       
+PG20  -9909.023843 -20984.881008 -13094.290341     53.873561  6  7  3  97       
+PG21  19739.341017   7088.255687  16991.821501    -71.187259  4  6  7  88       
+PG22  22009.372967   8820.489725 -11898.953949    168.387688  6  6  7 115       
+PG23  -1762.973931 -24295.007924  10157.117102    364.637284  8  8  6 126       
+PG24  25768.499624  -5716.936456   1591.065279    301.115222  3  6  4 119       
+PG25   7530.978338  20581.791832 -15054.916238     -2.491860 12  9 15 127       
+PG26  -7861.047354  25058.955910   1088.442773    -75.150633  6  7  6 111       
+PG27  -9160.093429  16456.847600 -17975.871261    166.492108  4  3  5  84       
+PG28 -21688.201067 -11833.963754  -9643.355896    -11.779006  7  7  7  44       
+PG29   7402.438969  19229.775335  16874.973596    131.752429  5  5  6  91       
+PG30  17342.928164  19463.637382  -5619.065454    257.135278  7  7  5  69       
+PG31  25602.391039  -7272.286983  -1298.497005    -27.130809  3  5  7 136       
+PG32  -2140.894067 -19983.274308 -17199.761516    -28.956536  5  6  6  99       
+*  2010  7  2 20 15  0.00000000
+PG01  19683.053440   -229.896487  17797.547694 999999.999999
+PG02 -21598.860117  13767.516986   6021.971702    269.613196  2  3  6  85       
+PG03  10238.388420 -20329.295316  13030.314892    576.315088  6  6  4 114       
+PG04 -25474.986864   4691.479388  -6842.731176    116.541650  4  6  5 104       
+PG05 -10810.569981  10882.683410  21673.006249    -11.113568  6  3  7 101       
+PG06  13625.642856 -15984.210024  16342.358292    587.268853  7  6  4  99       
+PG07 -14102.086971  -9457.194628  20456.859555     -1.540451  7  7  5 115       
+PG08 -23304.261948  -1599.394136  13124.552578      5.993090  4  3  6 112       
+PG09  -6509.972652  17172.830759 -19724.643763     15.964572  5  3  5 133       
+PG10 -19419.235726    604.534433  18074.313674    -46.042354  6  7  4 110       
+PG11   -541.177457 -18626.443091 -19085.730284    -72.981067  7  4  3 120       
+PG12   6748.972835  19825.946945 -16383.785118    -97.788619  7  6  6 123       
+PG13  -6016.482849 -20443.935965  15687.502385    302.395428  7  8  7 105       
+PG14  14674.058567    783.379542 -21979.529117     63.535510  3  6  2 102       
+PG15  -6182.224635  25442.836804   4081.096280   -246.212196  5  5  6  96       
+PG16  15364.550991  -5781.349518  20975.689659    -85.899775  6  5  4 122       
+PG17 -14800.525899  -3445.147965 -21680.932205    159.852747  6  6  5 123       
+PG18  19728.921404  18030.334322   1823.419354     78.373218  6  7  7  97       
+PG19   7760.870789 -25060.203857   2875.456606    -46.670323  6  7  4 125       
+PG20  -8505.454816 -20175.847497 -15200.047163     53.873057  6  7  3 107       
+PG21  17935.870805   7870.702610  18549.003464    -71.189841  4  7  7 110       
+PG22  22752.806120   9860.664758  -9480.067780    168.387508  6  6  7 115       
+PG23  -1339.084345 -25255.440267   7516.937524    364.635930  8  8  6 123       
+PG24  25534.340860  -5327.933785   4408.484358    301.117952  4  5  4 120       
+PG25   6007.625862  19558.857434 -16984.951063     -2.493277 12  9 15           
+PG26  -7975.318703  24663.714539   4009.025356    -75.156240  6  6  6 113       
+PG27 -11135.792252  17122.787196 -16202.049234    166.495074  4  3  5  93       
+PG28 -22298.146861 -12655.555283  -7000.618329    -11.778152  7  7  7  83       
+PG29   6861.501843  20958.011084  14926.070761    131.754856  6  6  5 112       
+PG30  16601.269563  19198.031551  -8314.442391    257.138418  7  7  5 131       
+PG31  25354.986315  -6976.477229  -4153.639097    -27.128456  4  5  7 141       
+PG32   -557.064946 -18584.920613 -18758.337597    -28.964093  6  6  6 134       
+*  2010  7  2 20 30  0.00000000
+PG01  21167.417516   1038.192604  15999.124357 999999.999999
+PG02 -22234.018958  13678.165231   3250.540324    269.616329  3  3  6  93       
+PG03  10545.322596 -18644.392947  15113.944326    576.319797  6  6  4 119       
+PG04 -24751.662916   4087.789506  -9425.171541    116.548995  4  5  5 101       
+PG05 -12777.495163   9402.039960  21300.038943    -11.115889  7  4  7 110       
+PG06  13706.632032 -14027.385941  18018.435637    587.256678  7  6  4 108       
+PG07 -11935.653313 -10458.673409  21313.633338     -1.540683  8  8  5 122       
+PG08 -21819.827145  -2221.534145  15345.027088      5.992215  5  3  5 112       
+PG09  -8417.522853  17965.238763 -18191.500449     15.966315  5  3  4 126       
+PG10 -20903.484588   -736.378207  16381.599235    -46.044223  6  7  5 111       
+PG11   1267.809134 -19723.150559 -17861.143513    -72.983829  7  4  3 126       
+PG12   5092.842760  18741.277834 -18145.231967    -97.785211  6  7  6 131       
+PG13  -5584.176947 -22080.454932  13491.968239    302.394792  7  7  7 116       
+PG14  14276.893396   3293.406678 -22019.914310     63.539408  4  7  2 108       
+PG15  -6397.831929  24793.770148   6836.809503   -246.206713  5  4  6 105       
+PG16  17153.715641  -4297.130686  19942.234945    -85.902799  6  5  4 119       
+PG17 -14447.421114  -5906.906543 -21406.482730    159.854527  6  5  5 125       
+PG18  19289.524920  18053.941431   4577.866981     78.375270  6  7  7 103       
+PG19   7945.278811 -24524.202578   5687.350747    -46.672936  6  7  4 124       
+PG20  -6883.282821 -19308.498345 -17046.978813     53.872854  6  7  3 112       
+PG21  16027.203435   8801.528948  19801.480795    -71.192238  5  7  6 109       
+PG22  23324.164175  10686.710719  -6897.782078    168.386754  5  6  7 127       
+PG23  -1004.904166 -25930.399202   4744.791432    364.634429  8  8  6 128       
+PG24  25023.661163  -4819.971488   7149.123849    301.120759  4  5  4 117       
+PG25   4270.060120  18498.597175 -18623.742409     -2.493688 12 10 15           
+PG26  -8054.322992  23946.024964   6857.915315    -75.161567  6  6  5 108       
+PG27 -12868.697434  17794.233952 -14133.441021    166.498162  4  3  6  89       
+PG28 -22713.366804 -13246.599135  -4237.579194    -11.777152  7  7  7  92       
+PG29   6446.447028  22480.912014  12722.284807    131.757012  6  6  5 108       
+PG30  15606.261070  18803.779976 -10869.101097    257.142732  8  7  5 166       
+PG31  24830.904354  -6540.620548  -6937.774119    -27.126164  5  6  7 135       
+PG32   1219.528382 -17161.786996 -19988.649918    -28.971989  6  6  6 122       
+*  2010  7  2 20 45  0.00000000
+PG01  22531.379327   2105.658033  13925.165699 999999.999999
+PG02 -22590.028557  13470.210140    421.532749    269.619231  4  4  5  80       
+PG03  10943.786236 -16752.011405  16927.101189    576.323785  6  6  4 113       
+PG04 -23809.482243   3323.643264 -11849.687152    116.556041  3  5  5  95       
+PG05 -14764.762157   8059.717862  20560.497099    -11.118589  7  4  7 100       
+PG06  13880.269714 -11907.910976  19386.977022    587.244519  7  6  5 107       
+PG07  -9756.789735 -11610.803869  21804.186837     -1.540617  8  7  4 119       
+PG08 -20155.521764  -3022.761873  17307.483870      5.993040  5  3  5  99       
+PG09 -10116.634274  18774.576168 -16357.589219     15.967862  5  4  5 135       
+PG10 -22281.099293  -1879.716739  14407.202914    -46.045336  6  6  5 107       
+PG11   2918.025703 -20795.228702 -16331.921038    -72.985748  7  3  3 129       
+PG12   3227.824099  17646.434008 -19595.072925    -97.781624  6  7  6 127       
+PG13  -5277.998251 -23476.235536  11061.908780    302.394066  8  7  7 118       
+PG14  14021.995815   5803.016919 -21676.634986     63.543198  5  7  2 113       
+PG15  -6634.618181  23851.077500   9474.093336   -246.200905  5  4  5 100       
+PG16  18907.633124  -2990.990142  18569.198658    -85.905686  6  5  4 126       
+PG17 -14226.665304  -8329.270085 -20760.876862    159.856434  6  5  5 120       
+PG18  18603.217571  17926.826653   7255.750917     78.377224  6  7  7 102       
+PG19   8114.720291 -23686.577735   8399.566883    -46.675429  7  6  4 120       
+PG20  -5058.175971 -18421.848465 -18603.857687     53.872153  6  7  3 117       
+PG21  14055.304012   9880.120969  20727.836444    -71.194695  5  7  6  93       
+PG22  23689.700617  11313.151819  -4196.851011    168.386264  5  6  7 120       
+PG23   -726.103553 -26301.157154   1889.303186    364.633202  8  7  6 129       
+PG24  24261.302978  -4165.133948   9765.435518    301.123791  5  5  4 123       
+PG25   2338.423609  17441.596745 -19943.299895     -2.494723 11 10 16           
+PG26  -8138.193697  22911.162750   9583.501602    -75.166817  7  7  5 108       
+PG27 -14337.841376  18430.163518 -11808.948639    166.501566  4  4  6  94       
+PG28 -22902.027701 -13628.568372  -1402.150240    -11.775862  7  7  7  87       
+PG29   6133.239213  23763.765352  10301.103271    131.759431  6  7  6 114       
+PG30  14357.284967  18320.537636 -13240.557228    257.146795  8  8  5  80       
+PG31  24056.028365  -5935.325068  -9602.994235    -27.123929  5  6  7 132       
+PG32   3165.852254 -15755.208721 -20867.663115    -28.979483  7  6  5 132       
+*  2010  7  2 21  0  0.00000000
+PG01  23731.961945   2977.405028  11611.832402 999999.999999
+PG02 -22679.804291  13110.557263  -2414.943445    269.622167  5  4  5  85       
+PG03  11452.945078 -14691.001206  18437.140599    576.329069  7  6  5 122       
+PG04 -22682.554943   2382.070022 -14075.724053    116.563125  3  5  5 114       
+PG05 -16727.542901   6872.895923  19467.352965    -11.121123  7  5  7 109       
+PG06  14163.543794  -9666.622537  20425.336570    587.232187  8  6  5 102       
+PG07  -7612.077717 -12897.006684  21919.552758     -1.540790  8  7  4 127       
+PG08 -18355.331250  -4013.620467  18977.978302      5.994527  6  3  4 112       
+PG09 -11586.147677  19560.751260 -14252.032970     15.969940  5  4  5 130       
+PG10 -23509.816831  -2827.624983  12185.946475    -46.046072  6  6  6  95       
+PG11   4393.856822 -21805.614876 -14522.996519    -72.988041  7  3  4 126       
+PG12   1179.146857  16580.929061 -20707.967414    -97.777794  6  7  6 129       
+PG13  -5068.295446 -24598.862579   8439.797349    302.393453  8  6  7 121       
+PG14  13909.590648   8260.645563 -20956.162877     63.546930  5  7  2 103       
+PG15  -6927.000647  22632.326307  11947.353582   -246.195426  5  4  5 106       
+PG16  20580.505756  -1872.024706  16880.515064    -85.909231  6  5  5 133       
+PG17 -14133.265416 -10663.824896 -19756.012921    159.858153  6  5  4 128       
+PG18  17661.773786  17684.264234   9812.550950     78.379560  6  7  7  99       
+PG19   8305.978119 -22559.370551  10964.743966    -46.678143  7  6  5 109       
+PG20  -3053.295664 -17552.521648 -19844.373889     53.872027  5  7  4 116       
+PG21  12062.324195  11098.328281  21311.677710    -71.197157  6  7  5 107       
+PG22  23820.708272  11761.245543  -1423.877112    168.385202  4  5  7 125       
+PG23   -465.749331 -26357.870566   -999.376740    364.631681  7  7  6 130       
+PG24  23278.763223  -3341.118420  12212.209934    301.127835  6  5  5 129       
+PG25    240.455856  16425.233215 -20921.114729     -2.496220 10 11 16  60       
+PG26  -8265.733441  21574.405507  12135.935292    -75.172392  7  7  4 112       
+PG27 -15531.886668  18988.323778  -9271.892657    166.505850  4  4  6  96       
+PG28 -22838.433208 -13829.449336   1457.119166    -11.774888  8  6  7  17       
+PG29   5892.399795  24778.369315   7703.761073    131.761965  7  7  6 117       
+PG30  12861.914411  17788.445181 -15389.678940    257.149946  7  8  6 163       
+PG31  23062.959659  -5137.261997 -12103.160543    -27.121805  6  7  7 138       
+PG32   5251.147610 -14403.072004 -21378.478808    -28.987130  7  7  5 131       
+*  2010  7  2 21 15  0.00000000
+PG01  24729.550319   3666.355331   9099.259270 999999.999999
+PG02 -22524.108017  12570.485633  -5208.653284    269.624936  5  5  5  98       
+PG03  12085.181110 -12504.816661  19617.037686    576.332928  7  6  5 118       
+PG04 -21408.885674   1253.022322 -16065.975847    116.570471  3  4  4 112       
+PG05 -18619.637454   5850.729667  18039.633093    -11.123355  8  5  7 110       
+PG06  14566.441737  -7347.492369  21116.515350    587.219197  8  6  5 109       
+PG07  -5545.076086 -14292.982379  21657.200544     -1.540909  8  7  3 117       
+PG08 -16465.859847  -5196.189727  20327.177403      5.994795  6  3  4  97       
+PG09 -12812.800447  20281.372978 -11908.607581     15.972319  5  5  6 129       
+PG10 -24550.214398  -3590.249401   9756.606239    -46.046874  5  6  7  87       
+PG11   5686.635374 -22716.254779 -12464.302032    -72.990334  7  3  4 125       
+PG12  -1020.576990  15580.139151 -21464.303576    -97.774457  6  6  6 123       
+PG13  -4920.417556 -25423.839283   5671.356498    302.392915  8  6  8 110       
+PG14  13931.380442  10616.079567 -19871.575968     63.550683  6  6  1 103       
+PG15  -7305.861113  21162.995901  14213.907150   -246.189621  6  4  5 111       
+PG16  22126.953463   -940.879056  14905.331182    -85.912411  7  5  6 118       
+PG17 -14154.379300 -12864.649869 -18409.977816    159.860175  7  5  4 109       
+PG18  16464.676510  17363.369034  12205.886681     78.381724  6  7  6  98       
+PG19   8553.451086 -21163.208969  13338.263232    -46.680768  7  6  5 122       
+PG20   -898.607549 -16733.350275 -20747.554783     53.871753  5  7  4 117       
+PG21  10089.191620  12440.575909  21541.942437    -71.199571  6  7  5  93       
+PG22  23694.667952  12057.942627   1373.498826    168.384424  4  5  7 116       
+PG23   -185.982146 -26099.953609  -3870.506798    364.630358  7  6  6 127       
+PG24  22112.930530  -2332.295489  14447.370023    301.130045  6  5  4 123       
+PG25  -1989.379174  15482.252892 -21540.535931     -2.497982  9 12 16   3       
+PG26  -8472.606870  19960.616613  14468.194463    -75.178047  7  7  4 112       
+PG27 -16449.270566  19427.059062  -6569.027343    166.510546  3  4  7 100       
+PG28 -22504.007798 -13882.427045   4291.852908    -11.773923  8  6  7  84       
+PG29   5690.306121  25504.033428   4974.560114    131.764272  7  7  6 125       
+PG30  11135.740275  17246.538167 -17281.247168    257.153478  7  8  7  86       
+PG31  21889.781717  -4130.300836 -14394.714484    -27.119455  7  7  7 145       
+PG32   7437.898853 -13138.344550 -21510.752175    -28.994784  7  7  5 130       
+*  2010  7  2 21 30  0.00000000
+PG01  25489.377467   4192.720880   6430.840494 999999.999999
+PG02 -22150.601288  11826.987927  -7910.200619    269.627636  6  5  5  96       
+PG03  12845.443294 -10239.911099  20445.926660    576.337502  8  6  5 122       
+PG04 -20028.978206    -66.056443 -17786.959181    116.578061  4  4  4 113       
+PG05 -20395.130695   4994.167175  16302.076873    -11.125917  8  6  7 109       
+PG06  15091.510795  -4996.124733  21449.394789    587.206391  8  6  4 110       
+PG07  -3594.795168 -15767.519592  21021.117228     -1.541029  9  7  2 126       
+PG08 -14534.677580  -6563.776147  21330.899716      5.994214  7  4  4 114       
+PG09 -13791.616719  20893.350016  -9365.323510     15.974955  5  5  6 135       
+PG10 -25367.165345  -4185.098011   7161.211475    -46.046800  5  6  7  95       
+PG11   6794.826503 -23489.558410 -10190.337503    -72.992815  7  4  5 135       
+PG12  -3332.394680  14673.947491 -21850.566420    -97.770717  6  6  6 139       
+PG13  -4796.265584 -25935.440678   2804.729409    302.392452  8  5  8 112       
+PG14  14070.951141  12822.221883 -18442.286460     63.554344  6  7  1  96       
+PG15  -7797.165808  19475.569332  16234.725216   -246.183862  6  4  5 110       
+PG16  23503.654438   -189.926903  12677.500617    -85.915540  7  5  7 115       
+PG17 -14269.918084 -14889.896183 -16746.681902    159.861790  7  5  4 116       
+PG18  15019.261234  17001.603222  14396.140456     78.383881  5  7  6  74       
+PG19   8887.620999 -19526.570128  15479.048942    -46.683320  7  5  5 133       
+PG20   1370.061727 -15992.132964 -21298.099931     53.871062  5  7  4 102       
+PG21   8174.234705  13884.249066  21413.150039    -71.201940  6  7  4  83       
+PG22  23296.164403  12234.641155   4147.412109    168.384089  4  5  7 110       
+PG23    150.268191 -25536.090379  -6673.701061    364.629015  7  5  7 137       
+PG24  20804.631402  -1130.499842  16432.695141    301.132075  7  5  4 118       
+PG25  -4311.024298  14639.541724 -21791.046598     -2.499455  8 12 16  88       
+PG26  -8789.648292  18103.418966  16537.115321    -75.183358  7  6  4 111       
+PG27 -17097.938705  19707.083677  -3749.518283    166.514190  3  4  7 106       
+PG28 -21888.008141 -13824.410582   7054.618000    -11.773088  8  6  7 104       
+PG29   5490.658379  25928.306810   2160.133431    131.766667  7  7  6 121       
+PG30   9201.913345  16731.227366 -18884.444155    257.157763  7  9  7  62       
+PG31  20578.613286  -2906.377626 -16437.462576    -27.117319  7  7  7 137       
+PG32   9683.098059 -11987.802787 -21260.982013    -29.002455  7  7  6 128       
+*  2010  7  2 21 45  0.00000000
+PG01  25982.828630   4583.001331   3652.469981 999999.999999
+PG02 -21592.628608  10863.878891 -10471.972147    269.630589  6  5  5  77       
+PG03  13730.923940  -7944.016851  20909.498603    576.340937  8  6  5 113       
+PG04 -18584.360221  -1569.937884 -19209.538428    116.585433  4  3  4 110       
+PG05 -22010.045235   4296.089020  14284.699859    -11.128452  8  6  7 103       
+PG06  15733.711768  -2658.208168  21418.875728    587.193875  8  6  4 110       
+PG07  -1794.347209 -17283.587122  20021.775399     -1.541285  8  6  2 127       
+PG08 -12608.621739  -8100.933568  21970.592256      5.994494  7  4  4  97       
+PG09 -14526.005494  21354.556706  -6663.928245     15.976332  5  5  6 132       
+PG10 -25931.129633  -4636.127678   4444.308994    -46.047562  6  6  7 105       
+PG11   7723.936284 -24089.873239  -7739.644030    -72.994860  7  4  5 122       
+PG12  -5712.306058  13885.608968 -21859.604024    -97.766905  6  6  6 136       
+PG13  -4655.976559 -26127.231062   -110.383701    302.391784  8  4  8 114       
+PG14  14304.507916  14836.728159 -16693.655376     63.558285  6  6  2 114       
+PG15  -8420.787445  17608.365402  17975.106413   -246.177903  6  4  4 116       
+PG16  24670.913207    396.235194  10235.011144    -85.918935  8  5  7 118       
+PG17 -14453.437843 -16703.203541 -14795.397386    159.863928  7  5  4 120       
+PG18  13340.584780  16635.288550  16347.036364     78.386020  5  7  6  93       
+PG19   9333.692013 -17684.745119  17350.290367    -46.685867  7  5  5 129       
+PG20   3712.187522 -15350.595549 -21486.627478     53.870839  6  7  5  98       
+PG21   6351.889553  15400.344514  20925.590171    -71.204481  6  7  4  76       
+PG22  22617.537100  12325.785216   6850.579177    168.383407  4  6  6 108       
+PG23    577.601700 -24683.885580  -9359.865828    364.627593  6  5  7 124       
+PG24  19397.045245    264.478072  18134.463337    301.134883  7  5  4 125       
+PG25  -6680.176098  13917.134815 -21668.436193     -2.501239  7 13 16 110       
+PG26  -9241.366708  16043.987146  18304.354641    -75.188933  7  6  3 121       
+PG27 -17494.695867  19793.127776   -863.915755    166.514882  4  4  7  89       
+PG28 -20987.944588 -13694.457216   9699.645355    -11.772297  8  6  7 103       
+PG29   5256.058572  26047.405645   -691.335177    131.769192  7  7  6 106       
+PG30   7090.422526  16274.901814 -20173.269376    257.162071  7  9  8  75       
+PG31  19174.003693  -1466.057221 -18195.318812    -27.114944  7  7  7 140       
+PG32  11939.756968 -10971.013997 -20632.660758    -29.010159  7  7  6 130       
+*  2010  7  2 22  0  0.00000000
+PG01  26188.515539   4868.747229    811.750636 999999.999999
+PG02 -20887.784582   9672.624925 -12849.035944    269.633650  6  5  5 105       
+PG03  14731.074305  -5664.386194  21000.248512    576.344873  8  6  5 113       
+PG04 -17116.079634  -3245.599740 -20309.393934    116.593002  5  3  3 113       
+PG05 -23423.927675   3741.765067  12022.270018    -11.130818  8  6  7 110       
+PG06  16480.569014   -377.977042  21025.924196    587.180852  8  6  4 103       
+PG07   -169.826384 -18799.669912  18675.986274     -1.541481  8  6  2 130       
+PG08 -10732.114363  -9783.821753  22233.732950      5.994677  8  3  4 102       
+PG09 -15027.554684  21625.508592  -3849.327815     15.978482  5  5  7 130       
+PG10 -26219.234048  -4972.599355   1652.206999    -46.048295  6  6  7  73       
+PG11   8486.143010 -24484.916823  -5154.185009    -72.997217  7  4  6 125       
+PG12  -8112.761633  13230.880540 -21490.785001    -97.763261  6  5  6 139       
+PG13  -4459.671488 -26002.228158  -3023.606858    302.391178  8  2  8 103       
+PG14  14601.908646  16623.452818 -14656.503970     63.561849  7  7  2 106       
+PG15  -9189.575590  15604.157610  19405.268429   -246.172361  7  4  4 111       
+PG16  25594.099632    840.002348   7619.355047    -85.922338  8  5  8 134       
+PG17 -14673.282262 -18274.900769 -12590.211522    159.865488  8  5  4 121       
+PG18  11451.024763  16298.174974  18026.171677     78.388179  6  7  6  96       
+PG19   9910.456558 -15678.550694  18920.071723    -46.688306  7  5  5 128       
+PG20   6083.887791 -14823.593380 -21309.828930     53.870364  6  7  5 114       
+PG21   4651.535021  16954.373883  20085.440728    -71.207043  7  7  5 101       
+PG22  21659.243876  12367.363421   9437.080740    168.382441  4  6  6 107       
+PG23   1126.572306 -23569.169414 -11882.104884    364.626012  6  5  7 118       
+PG24  17934.052327   1844.716314  19524.002017    301.138345  7  5  3 123       
+PG25  -9049.796753  13327.502386 -21174.866560     -2.502120  8 13 16 114       
+PG26  -9844.723123  13829.507379  19737.249543    -75.193768  7  6  2 100       
+PG27 -17664.218192  19655.389210   2036.846478    166.517658  5  4  7  78       
+PG28 -19809.706137 -13532.154219  12183.496008    -11.771177  8  6  7  91       
+PG29   4949.641224  25866.322078  -3530.924100    131.771509  7  7  6 105       
+PG30   4837.137524  15904.700657 -21126.882960    257.164561  7  9  8  63       
+PG31  17721.231193    181.238299 -19636.988694    -27.112787  8  7  7 138       
+PG32  14158.606154 -10099.621425 -19636.274825    -29.017854  7  7  6 136       
+*  2010  7  2 22 15  0.00000000
+PG01  26093.082317   5085.138778  -2042.813750 999999.999999
+PG02 -20076.328055   8252.860845 -14999.973285    269.636167  7  5  5  87       
+PG03  15827.956607  -3446.070486  20717.567644    576.348384  8  5  5 119       
+PG04 -15663.224892  -5072.504819 -21067.428086    116.600061  6  2  3  93       
+PG05 -24601.308187   3309.608883   9553.706324    -11.133372  8  6  7  96       
+PG06  17312.608983   1803.262144  20277.525808    587.168480  9  6  4 114       
+PG07   1260.536640 -20271.298814  17006.637973     -1.541419  8  6  3 133       
+PG08  -8945.558946 -11580.898050  22114.146649      5.994470  8  4  5 106       
+PG09 -15315.518911  21670.986863   -968.927537     15.979065  6  6  7 134       
+PG10 -26216.106221  -5227.747964  -1167.789813    -46.049529  6  5  7 101       
+PG11   9099.660211 -24647.110309  -2478.642037    -72.999238  6  4  6 125       
+PG12 -10484.309107  12717.453140 -20750.042214    -97.759536  6  5  6 134       
+PG13  -4169.197140 -25572.710874  -5884.770272    302.390724  8  1  8 110       
+PG14  14927.950922  18153.650099 -12366.533838     63.565697  7  6  3 107       
+PG15 -10108.711278  13508.634682  20500.848343   -246.166532  7  5  4 107       
+PG16  26244.907451   1169.715188   4874.851342    -85.925500  8  5  8 120       
+PG17 -14893.928962 -19582.947870 -10169.406711    159.867441  8  5  5 118       
+PG18   9379.623829  16020.114171  19405.497383     78.390264  6  7  6  81       
+PG19  10629.431777 -13552.842319  20161.899730    -46.690790  7  5  6 130       
+PG20   8439.392811 -14418.584261 -20770.530167     53.870054  6  7  6 121       
+PG21   3096.500075  18507.495370  18904.806107    -71.209124  7  6  5  81       
+PG22  20429.926414  12395.365235  11863.111597    168.381383  5  6  6 107       
+PG23   1822.282649 -22224.987354 -14196.573394    364.624823  6  6  7 121       
+PG24  16458.580063   3594.305522  20578.139796    301.142255  8  5  3 115       
+PG25 -11371.733646  12875.138822 -20318.830967     -2.503693  9 14 16 128       
+PG26 -10608.242286  11511.373657  20809.543728    -75.198908  8  6  2 124       
+PG27 -17637.783956  19270.738075   4902.402108    166.521435  6  5  7  69       
+PG28 -18367.392288 -13376.015809  14465.669565    -11.770183  8  6  6  94       
+PG29   4536.692878  25398.608680  -6309.806454    131.773859  7  7  6 111       
+PG30   2482.650969  15641.493243 -21729.877069    257.167538  7  9  8  79       
+PG31  16264.570540   2017.350229 -20736.578968    -27.110444  8  7  7 143       
+PG32  16289.910408  -9376.967361 -18289.150289    -29.025419  7  6  6 130       
+*  2010  7  2 22 30  0.00000000
+PG01  25691.715116   5269.436175  -4862.630777 999999.999999
+PG02 -19199.512265   6612.574371 -16887.625335    269.639085  7  5  5 104       
+PG03  16996.913620  -1330.311631  20067.682853    576.353725  9  5  5 124       
+PG04 -14261.521481  -7023.160898 -21470.103266    116.607528  6  1  3 116       
+PG05 -25512.978392   2972.199280   6921.410134    -11.136054  8  6  6 109       
+PG06  18204.069593   3848.487681  19186.551359    587.156061  9  6  5 110       
+PG07   2486.911007 -21652.715621  15042.321449     -1.541587  7  6  4 135       
+PG08  -7283.879012 -13453.924576  21612.222925      5.993025  8  4  5 103       
+PG09 -15416.009831  21461.548804   1928.105180     15.981274  6  7  7 125       
+PG10 -25914.436044  -5437.318794  -3968.143092    -46.049344  6  6  7 105       
+PG11   9587.852047 -24554.756033    240.364160    -73.001414  6  5  6 119       
+PG12 -12777.325658  12344.709251 -19649.799682    -97.756140  6  4  7 144       
+PG13  -3749.792859 -24859.681765  -8644.776704    302.390286  8  2  8 112       
+PG14  15243.859112  19406.886291  -9863.668993     63.569500  7  6  4 115       
+PG15 -11175.370284  11368.763113  21243.304051   -246.161020  7  5  4 119       
+PG16  26602.387588   1418.392747   2047.929138    -85.929214  8  5  9 124       
+PG17 -15077.485270 -20613.587238  -7574.780240    159.869117  8  5  5 127       
+PG18   7161.200527  15825.882968  20461.744355     78.392808  6  8  7  97       
+PG19  11494.298298 -11354.890006  21055.121594    -46.693365  7  5  6 134       
+PG20  10732.590918 -14135.391717 -19877.657423     53.869609  7  7  6 115       
+PG21   1703.283990  20017.841274  17401.666279    -71.211549  7  6  5  93       
+PG22  18946.177569  12444.253617  14087.686944    168.381286  5  6  5 108       
+PG23   2683.207228 -20690.318676 -16263.262437    364.623271  6  6  6 116       
+PG24  15011.011610   5489.804065  21279.554847    301.144617  8  5  4 124       
+PG25 -13598.385717  12556.469927 -19115.007137     -2.505707 10 14 17 136       
+PG26 -11531.504103   9143.203476  21501.954523    -75.204117  8  6  2 112       
+PG27 -17451.788378  18623.635257   7683.833668    166.524672  6  5  7  89       
+PG28 -16682.864218 -13261.949427  16509.153454    -11.769265  8  6  6 116       
+PG29   3986.197267  24665.844912  -8980.088441    131.776127  7  7  5 103       
+PG30     70.960433  15499.099758 -21972.475905    257.169601  7  9  9  72       
+PG31  14845.598806   4015.854002 -21474.117784    -27.108290  8  7  7 135       
+PG32  18285.322329  -8798.073838 -16615.144103    -29.032908  7  6  6 131       
+*  2010  7  2 22 45  0.00000000
+PG01  24988.338852   5459.361444  -7599.823385 999999.999999
+PG02 -18297.902399   4767.953968 -18479.739741    269.642146  7  5  5 106       
+PG03  18207.522582    646.886925  19063.449778    576.358527  9  6  6 117       
+PG04 -12942.055051  -9063.945302 -21509.705602    116.614445  7  2  2 103       
+PG05 -26137.039604   2697.528536   4170.540735    -11.138300  8  6  6 105       
+PG06  19123.853599   5726.155390  17771.536748    587.143798  9  6  5 116       
+PG07   3508.070241 -22898.608535  12816.848930     -1.541616  6  5  4 131       
+PG08  -5775.258250 -15359.260360  20735.024498      5.992643  8  4  6 114       
+PG09 -15360.909629  20974.861628   4791.649864     15.983427  7  7  7 124       
+PG10 -25315.248127  -5638.025523  -6701.832000    -46.050906  7  5  7 108       
+PG11   9978.133115 -24193.006860   2955.114160    -73.004346  5  5  6 116       
+PG12 -14943.769111  12103.817562 -18208.781890    -97.752158  6  5  7 139       
+PG13  -3171.617671 -23892.008556 -11256.437115    302.389580  7  4  7 122       
+PG14  15508.910891  20371.631428  -7191.334073     63.573199  8  6  4 103       
+PG15 -12378.707095   9231.115279  21620.211287   -246.155214  8  6  5 106       
+PG16  26653.719479   1622.291654   -813.618549    -85.932602  9  4  9 115       
+PG17 -15185.274489 -21361.683289  -4850.916633    159.871015  9  5  6 127       
+PG18   4835.255794  15734.197224  21176.791517     78.394896  7  8  7  94       
+PG19  12500.660202  -9132.682485  21585.229171    -46.695668  8  5  6 132       
+PG20  12918.594232 -13966.267925 -18646.107827     53.869376  8  7  7 112       
+PG21    481.024723  21441.999864  15599.727432    -71.213975  7  6  5 100       
+PG22  17232.021332  12545.510907  16073.296185    168.380457  6  7  6  97       
+PG23   3720.290936 -19008.578633 -18046.698657    364.621869  7  7  6 115       
+PG24  13627.716939   7500.983660  21617.017379    301.148926  8  5  4 115       
+PG25 -15684.353784  12360.081369 -17584.006825     -2.507416 11 15 17 129       
+PG26 -12605.039943   6778.766807  21802.561876    -75.209573  8  6  3 115       
+PG27 -17146.112269  17706.741009  10334.470741    166.526521  7  6  7  89       
+PG28 -14785.035815 -13221.841244  18280.912720    -11.768427  8  6  6 109       
+PG29   3272.245139  23696.804320 -11495.639165    131.778501  7  7  5 123       
+PG30  -2351.964999  15483.776844 -21850.664860    257.172008  8  9  9  71       
+PG31  13501.608409   6142.866812 -21835.971191    -27.106010  8  7  7 137       
+PG32  20099.693090  -8349.983756 -14644.186640    -29.040642  6  6  6 132       
+*  2010  7  2 23  0  0.00000000
+PG01  23995.496087   5691.473267 -10208.013631 999999.999999
+PG02 -17409.750823   2742.910500 -19749.505943    269.644926  7  5  6 107       
+PG03  19424.787771   2455.952577  17724.011245    576.362640  9  6  6 124       
+PG04 -11730.168238 -11156.168629 -21184.528299    116.621667  8  2  3  95       
+PG05 -26459.682307   2450.428404   1348.247183    -11.140758  8  6  6 103       
+PG06  20036.690912   7411.185650  16056.380790    587.131279  9  5  5 120       
+PG07   4331.255632 -23965.849614  10368.672264     -1.541716  6  5  5 128       
+PG08  -4440.136300 -17249.395206  19496.276474      5.994645  8  4  6 126       
+PG09 -15186.540599  20196.799907   7571.503948     15.986809  7  8  7 134       
+PG10 -24427.879037  -5865.986374  -9323.084150    -46.051563  7  6  6  98       
+PG11  10300.695162 -23554.582153   5617.674855    -73.006203  5  5  6 121       
+PG12 -16938.879547  11978.162683 -16451.707018    -97.748519  6  5  8 138       
+PG13  -2411.079394 -22705.281137 -13675.261857    302.389292  7  5  7 111       
+PG14  15682.138304  21045.511742  -4395.683339     63.576934  8  6  5 114       
+PG15 -13700.159012   7140.227451  21625.452735   -246.149568  8  6  5 104       
+PG16  26394.692794   1819.344655  -3661.401036    -85.935720  9  4 10 109       
+PG17 -15179.451424 -21830.741637  -2044.425541    159.872924  9  5  6 128       
+PG18   2444.710494  15756.950992  21537.971872     78.396983  7  7  7  88       
+PG19  13636.131673  -6933.226596  21744.047954    -46.698281  8  5  7 136       
+PG20  14955.267240 -13896.254907 -17096.525133     53.868630  8  6  7 107       
+PG21   -568.756273  22736.601770  13528.165926    -71.216351  7  6  5  94       
+PG22  15318.126200  12726.311457  17786.496423    168.379864  6  7  6 102       
+PG23   4936.357602 -17225.967307 -19516.546457    364.620396  8  7  6 126       
+PG24  12339.760517   9591.834208  21585.526001    301.151929  9  5  4 120       
+PG25 -17588.012690  12267.259102 -15752.026032     -2.508333 11 15 18 121       
+PG26 -13810.637466   4469.926243  21707.008524    -75.215428  8  6  5 112       
+PG27 -16762.414816  16521.203820  12810.596758    166.528972  8  6  7  94       
+PG28 -12708.932006 -13282.305431  19752.320922    -11.767489  9  5  6 124       
+PG29   2375.252435  22526.352944 -13812.897149    131.780991  7  7  5 122       
+PG30  -4739.685913  15593.984448 -21366.248954    257.174557  8  9  9  60       
+PG31  12264.193194   8358.164282 -21815.143705    -27.103468  8  7  6 138       
+PG32  21692.760586  -8012.447951 -12411.686681    -29.048171  6  6  6 135       
+*  2010  7  2 23 15  0.00000000
+PG01  22733.914649   5999.595848 -12643.075442 999999.999999
+PG02 -16569.495863    568.296840 -20675.971969    269.647599  8  5  6 104       
+PG03  20610.516761   4074.654775  16074.335904    576.367630  9  6  7 120       
+PG04 -10644.573268 -13257.343360 -20498.968423    116.628715  8  3  3  98       
+PG05 -26475.667965   2194.118522  -1497.130925    -11.143611  8  6  5  92       
+PG06  20904.467789   8885.710423  14069.964899    587.118741  9  6  6 121       
+PG07   4971.702828 -24815.164831   7740.210992     -1.541800  6  5  6 127       
+PG08  -3290.506023 -19074.670287  17916.228575      5.994481  8  4  7 110       
+PG09 -14932.135851  19122.252596  10218.301672     15.988583  8  8  7 128       
+PG10 -23269.662999  -6155.194482 -11788.078783    -46.052090  8  7  6 103       
+PG11  10587.112236 -22640.195024   8180.809461    -73.008727  4  6  7 121       
+PG12 -18722.764232  11944.094261 -14408.868149    -97.744768  6  6  9 139       
+PG13  -1451.916051 -21340.430637 -15860.195245    302.388382  8  6  7 118       
+PG14  15724.036645  21435.217534  -1524.795254     63.580705  8  6  5 125       
+PG15 -15114.057427   5137.050098  21259.297800   -246.144015  8  7  6 116       
+PG16  25829.881940   2047.535728  -6447.206672    -85.939177 10  4 10 120       
+PG17 -15024.585845 -22032.610930    796.842151    159.874399 10  5  6 130       
+PG18     34.515105  15898.709277  21538.311846     78.399319  7  7  8  86       
+PG19  14880.742798  -4800.907300  21529.812014    -46.700778  8  6  8 128       
+PG20  16804.662004 -13903.831764 -15254.982304     53.868646  8  6  8  97       
+PG21  -1452.113531  23859.953779  11221.259050    -71.218745  7  6  5 103       
+PG22  13240.781970  13008.369302  19198.438867    168.378702  7  7  5  97       
+PG23   6325.849549 -15389.733365 -20648.103258    364.618862  8  8  6 125       
+PG24  11171.831893  11721.787503  21186.339509    301.155057  9  6  5 124       
+PG25 -19272.946027  12252.820719 -13650.401501     -2.509924 11 16 18  81       
+PG26 -15122.036020   2264.684419  21218.508997    -75.220418  8  6  6 117       
+PG27 -16342.418288  15076.632730  15072.060932    166.531674  8  6  6  95       
+PG28 -10494.547819 -13463.635703  20899.532919    -11.766540  9  5  6 126       
+PG29   1282.937302  21194.120212 -15891.638786    131.783437  7  8  5 118       
+PG30  -7046.811953  15820.441670 -20526.840240    257.177586  8  9  9  85       
+PG31  11158.067295  10616.564667 -21411.453057    -27.101391  8  7  6 134       
+PG32  23030.640780  -7758.927050  -9957.815051    -29.055760  6  6  5 134       
+*  2010  7  2 23 30  0.00000000
+PG01  21231.781495   6413.360101 -14863.846227 999999.999999
+PG02 -15806.442812  -1719.138360 -21244.339262    269.650459  8  6  6  99       
+PG03  21724.818999   5488.704636  14144.654726    576.373178  9  6  8 119       
+PG04  -9696.715945 -15322.614947 -19463.531290    116.636071  9  4  4  97       
+PG05 -26188.495499   1891.817325  -4316.880730    -11.145843  8  6  5 105       
+PG06  21687.675108  10139.554154  11845.699067    587.106345  9  6  7 124       
+PG07   5451.849831 -25412.669484   4977.102343     -1.542052  6  5  6 129       
+PG08  -2329.547253 -20785.120368  16021.385313      5.995026  8  3  7 104       
+PG09 -14638.167576  17755.594620  12684.462715     15.990764  8  9  7 138       
+PG10 -21865.339297  -6536.076530 -14055.615466    -46.053237  8  7  5 105       
+PG11  10868.882717 -21458.667556  10598.890809    -73.010837  4  7  7 121       
+PG12 -20261.802759  11971.966697 -12115.609025    -97.741001  6  6  9 141       
+PG13   -285.990097 -19842.165419 -17774.283056    302.387767  8  7  7 130       
+PG14  15598.215299  21556.074316   1372.152848     63.584458  9  6  5 118       
+PG15 -16588.521607   3257.548778  20528.373430   -246.138156  8  7  8 118       
+PG16  24972.506295   2343.271364  -9123.780166    -85.942438 10  4 10 126       
+PG17 -14689.154709 -21986.881898   3624.587765    159.876532 10  5  7 133       
+PG18  -2349.822665  16156.475119  21176.698838     78.401257  8  7  8  89       
+PG19  16207.644770  -2775.969695  20947.128241    -46.703479  8  6  8 131       
+PG20  18434.306541 -13961.825145 -13152.573788     53.868170  8  6  8  91       
+PG21  -2182.332767  24773.657177   8717.898795    -71.221143  8  7  5 100       
+PG22  11040.677856  13407.002522  20285.322398    168.378508  8  7  6 110       
+PG23   7874.905080 -13546.422913 -21422.681554    364.617800  9  8  5 129       
+PG24  10141.436228  13847.112120  20426.907196    301.158749  9  6  5 116       
+PG25 -20709.189326  12286.205580 -11315.080573     -2.511588 10 16 19  33       
+PG26 -16505.974718    205.427233  20347.673484    -75.225205  8  6  7 117       
+PG27 -15926.247460  13390.767502  17082.795846    166.534908  8  7  6 100       
+PG28  -8185.546436 -13778.991113  21703.800214    -11.765743  9  4  6 110       
+PG29     -8.984517  19742.992868 -17695.694233    131.785875  8  8  6 121       
+PG30  -9230.489200  16146.470691 -19345.773346    257.180609  9  9 10  61       
+PG31  10200.167430  12869.526846 -20631.572141    -27.099083  8  7  6 135       
+PG32  24087.057652  -7557.861953  -7326.687285    -29.063434  6  6  5 132       
+*  2010  7  2 23 45  0.00000000
+PG01  19523.750800   6956.910951 -16832.788197 999999.999999
+PG02 -15143.676380  -4078.016700 -21446.135596    269.653442  8  6  6 109       
+PG03  22727.662398   6692.027191  11969.814518    576.377917  9  6  8 115       
+PG04  -8890.418601 -17306.305973 -18094.737216    116.643313  9  4  5 109       
+PG05 -25610.246651   1508.353408  -7062.738248    -11.148656  8  6  5 105       
+PG06  22346.923746  11170.431476   9420.999079    587.093198  9  6  7 128       
+PG07   5800.257885 -25731.206615   2127.387405     -1.542070  7  6  6 130       
+PG08  -1551.618965 -22332.364649  13844.102493      5.996146  8  4  8 113       
+PG09 -14344.598948  16110.790075  14925.148424     15.992113  9  9  7 133       
+PG10 -20246.203470  -7034.190099 -16087.742177    -46.054807  8  8  4 107       
+PG11  11175.970865 -20026.724366  12828.794821    -73.013319  4  7  7 124       
+PG12 -21529.816107  12027.428529  -9611.703427    -97.737189  7  7 10 135       
+PG13   1086.232621 -18257.284700 -19385.264158    302.387417  8  8  6 130       
+PG14  15272.928043  21431.297578   4245.715942     63.587831  9  6  5 111       
+PG15 -18086.599730   1531.507538  19445.528162   -246.132432  8  8  8 121       
+PG16  23843.980185   2739.808027 -11645.590533    -85.945559 11  5 10 128       
+PG17 -14146.888118 -21720.008859   6390.856142    159.878187 10  6  7 130       
+PG18  -4663.742858  16519.743393  20457.971510     78.403498  8  7  8 106       
+PG19  17584.083732   -893.178296  20006.834977    -46.705731  8  6  9 134       
+PG20  19818.297670 -14038.550196 -10824.921699     53.867421  7  6  9  79       
+PG21  -2779.285456  25444.144315   6060.988430    -71.223250  8  7  5 107       
+PG22   8761.526479  13930.447992  21028.769338    168.378080  8  7  6 117       
+PG23   9561.766930 -11740.182608 -21827.874534    364.616222  9  9  5 129       
+PG24   9258.371553  15922.426418  19320.701991    301.160972  9  6  5 125       
+PG25 -21874.234732  12332.781728  -8786.012880     -2.513046 10 17 19  85       
+PG26 -17923.538294  -1672.561316  19112.160047    -75.230626  8  7  8 120       
+PG27 -15550.879878  11488.870342  18811.244183    166.537079  9  8  6 109       
+PG28  -5827.838481 -14233.841018  22151.729087    -11.764771  9  4  7 114       
+PG29  -1496.415706  18217.489926 -19193.596796    131.787999  9  8  6 119       
+PG30 -11251.805841  16548.619143 -17841.947852    257.184033  9  9 10  47       
+PG31   9399.077727  15066.898298 -19488.934497    -27.096744  8  7  6 132       
+PG32  24844.260123  -7374.154317  -4565.469008    -29.071129  6  6  5 127       
+EOF
diff --git a/test/data/tle/RFC_854_telnet.txt b/test/data/tle/RFC_854_telnet.txt
new file mode 100644
index 0000000..e794bf7
--- /dev/null
+++ b/test/data/tle/RFC_854_telnet.txt
@@ -0,0 +1,854 @@
+
+Network Working Group                                          J. Postel
+Request for Comments: 854                                    J. Reynolds
+                                                                     ISI
+Obsoletes: NIC 18639                                            May 1983
+
+                     TELNET PROTOCOL SPECIFICATION
+
+
+This RFC specifies a standard for the ARPA Internet community.  Hosts on
+the ARPA Internet are expected to adopt and implement this standard.
+
+INTRODUCTION
+
+   The purpose of the TELNET Protocol is to provide a fairly general,
+   bi-directional, eight-bit byte oriented communications facility.  Its
+   primary goal is to allow a standard method of interfacing terminal
+   devices and terminal-oriented processes to each other.  It is
+   envisioned that the protocol may also be used for terminal-terminal
+   communication ("linking") and process-process communication
+   (distributed computation).
+
+GENERAL CONSIDERATIONS
+
+   A TELNET connection is a Transmission Control Protocol (TCP)
+   connection used to transmit data with interspersed TELNET control
+   information.
+
+   The TELNET Protocol is built upon three main ideas:  first, the
+   concept of a "Network Virtual Terminal"; second, the principle of
+   negotiated options; and third, a symmetric view of terminals and
+   processes.
+
+   1.  When a TELNET connection is first established, each end is
+   assumed to originate and terminate at a "Network Virtual Terminal",
+   or NVT.  An NVT is an imaginary device which provides a standard,
+   network-wide, intermediate representation of a canonical terminal.
+   This eliminates the need for "server" and "user" hosts to keep
+   information about the characteristics of each other's terminals and
+   terminal handling conventions.  All hosts, both user and server, map
+   their local device characteristics and conventions so as to appear to
+   be dealing with an NVT over the network, and each can assume a
+   similar mapping by the other party.  The NVT is intended to strike a
+   balance between being overly restricted (not providing hosts a rich
+   enough vocabulary for mapping into their local character sets), and
+   being overly inclusive (penalizing users with modest terminals).
+
+      NOTE:  The "user" host is the host to which the physical terminal
+      is normally attached, and the "server" host is the host which is
+      normally providing some service.  As an alternate point of view,
+
+
+
+
+Postel & Reynolds                                               [Page 1]
+

+
+
+RFC 854                                                         May 1983
+
+
+      applicable even in terminal-to-terminal or process-to-process
+      communications, the "user" host is the host which initiated the
+      communication.
+
+   2.  The principle of negotiated options takes cognizance of the fact
+   that many hosts will wish to provide additional services over and
+   above those available within an NVT, and many users will have
+   sophisticated terminals and would like to have elegant, rather than
+   minimal, services.  Independent of, but structured within the TELNET
+   Protocol are various "options" that will be sanctioned and may be
+   used with the "DO, DON'T, WILL, WON'T" structure (discussed below) to
+   allow a user and server to agree to use a more elaborate (or perhaps
+   just different) set of conventions for their TELNET connection.  Such
+   options could include changing the character set, the echo mode, etc.
+
+   The basic strategy for setting up the use of options is to have
+   either party (or both) initiate a request that some option take
+   effect.  The other party may then either accept or reject the
+   request.  If the request is accepted the option immediately takes
+   effect; if it is rejected the associated aspect of the connection
+   remains as specified for an NVT.  Clearly, a party may always refuse
+   a request to enable, and must never refuse a request to disable some
+   option since all parties must be prepared to support the NVT.
+
+   The syntax of option negotiation has been set up so that if both
+   parties request an option simultaneously, each will see the other's
+   request as the positive acknowledgment of its own.
+
+   3.  The symmetry of the negotiation syntax can potentially lead to
+   nonterminating acknowledgment loops -- each party seeing the incoming
+   commands not as acknowledgments but as new requests which must be
+   acknowledged.  To prevent such loops, the following rules prevail:
+
+      a. Parties may only request a change in option status; i.e., a
+      party may not send out a "request" merely to announce what mode it
+      is in.
+
+      b. If a party receives what appears to be a request to enter some
+      mode it is already in, the request should not be acknowledged.
+      This non-response is essential to prevent endless loops in the
+      negotiation.  It is required that a response be sent to requests
+      for a change of mode -- even if the mode is not changed.
+
+      c. Whenever one party sends an option command to a second party,
+      whether as a request or an acknowledgment, and use of the option
+      will have any effect on the processing of the data being sent from
+      the first party to the second, then the command must be inserted
+      in the data stream at the point where it is desired that it take
+
+
+Postel & Reynolds                                               [Page 2]
+

+
+
+RFC 854                                                         May 1983
+
+
+      effect.  (It should be noted that some time will elapse between
+      the transmission of a request and the receipt of an
+      acknowledgment, which may be negative.  Thus, a host may wish to
+      buffer data, after requesting an option, until it learns whether
+      the request is accepted or rejected, in order to hide the
+      "uncertainty period" from the user.)
+
+   Option requests are likely to flurry back and forth when a TELNET
+   connection is first established, as each party attempts to get the
+   best possible service from the other party.  Beyond that, however,
+   options can be used to dynamically modify the characteristics of the
+   connection to suit changing local conditions.  For example, the NVT,
+   as will be explained later, uses a transmission discipline well
+   suited to the many "line at a time" applications such as BASIC, but
+   poorly suited to the many "character at a time" applications such as
+   NLS.  A server might elect to devote the extra processor overhead
+   required for a "character at a time" discipline when it was suitable
+   for the local process and would negotiate an appropriate option.
+   However, rather than then being permanently burdened with the extra
+   processing overhead, it could switch (i.e., negotiate) back to NVT
+   when the detailed control was no longer necessary.
+
+   It is possible for requests initiated by processes to stimulate a
+   nonterminating request loop if the process responds to a rejection by
+   merely re-requesting the option.  To prevent such loops from
+   occurring, rejected requests should not be repeated until something
+   changes.  Operationally, this can mean the process is running a
+   different program, or the user has given another command, or whatever
+   makes sense in the context of the given process and the given option.
+   A good rule of thumb is that a re-request should only occur as a
+   result of subsequent information from the other end of the connection
+   or when demanded by local human intervention.
+
+   Option designers should not feel constrained by the somewhat limited
+   syntax available for option negotiation.  The intent of the simple
+   syntax is to make it easy to have options -- since it is
+   correspondingly easy to profess ignorance about them.  If some
+   particular option requires a richer negotiation structure than
+   possible within "DO, DON'T, WILL, WON'T", the proper tack is to use
+   "DO, DON'T, WILL, WON'T" to establish that both parties understand
+   the option, and once this is accomplished a more exotic syntax can be
+   used freely.  For example, a party might send a request to alter
+   (establish) line length.  If it is accepted, then a different syntax
+   can be used for actually negotiating the line length -- such a
+   "sub-negotiation" might include fields for minimum allowable, maximum
+   allowable and desired line lengths.  The important concept is that
+
+
+
+
+Postel & Reynolds                                               [Page 3]
+

+
+
+RFC 854                                                         May 1983
+
+
+   such expanded negotiations should never begin until some prior
+   (standard) negotiation has established that both parties are capable
+   of parsing the expanded syntax.
+
+   In summary, WILL XXX is sent, by either party, to indicate that
+   party's desire (offer) to begin performing option XXX, DO XXX and
+   DON'T XXX being its positive and negative acknowledgments; similarly,
+   DO XXX is sent to indicate a desire (request) that the other party
+   (i.e., the recipient of the DO) begin performing option XXX, WILL XXX
+   and WON'T XXX being the positive and negative acknowledgments.  Since
+   the NVT is what is left when no options are enabled, the DON'T and
+   WON'T responses are guaranteed to leave the connection in a state
+   which both ends can handle.  Thus, all hosts may implement their
+   TELNET processes to be totally unaware of options that are not
+   supported, simply returning a rejection to (i.e., refusing) any
+   option request that cannot be understood.
+
+   As much as possible, the TELNET protocol has been made server-user
+   symmetrical so that it easily and naturally covers the user-user
+   (linking) and server-server (cooperating processes) cases.  It is
+   hoped, but not absolutely required, that options will further this
+   intent.  In any case, it is explicitly acknowledged that symmetry is
+   an operating principle rather than an ironclad rule.
+
+   A companion document, "TELNET Option Specifications," should be
+   consulted for information about the procedure for establishing new
+   options.
+
+THE NETWORK VIRTUAL TERMINAL
+
+   The Network Virtual Terminal (NVT) is a bi-directional character
+   device.  The NVT has a printer and a keyboard.  The printer responds
+   to incoming data and the keyboard produces outgoing data which is
+   sent over the TELNET connection and, if "echoes" are desired, to the
+   NVT's printer as well.  "Echoes" will not be expected to traverse the
+   network (although options exist to enable a "remote" echoing mode of
+   operation, no host is required to implement this option).  The code
+   set is seven-bit USASCII in an eight-bit field, except as modified
+   herein.  Any code conversion and timing considerations are local
+   problems and do not affect the NVT.
+
+   TRANSMISSION OF DATA
+
+      Although a TELNET connection through the network is intrinsically
+      full duplex, the NVT is to be viewed as a half-duplex device
+      operating in a line-buffered mode.  That is, unless and until
+
+
+
+
+Postel & Reynolds                                               [Page 4]
+

+
+
+RFC 854                                                         May 1983
+
+
+      options are negotiated to the contrary, the following default
+      conditions pertain to the transmission of data over the TELNET
+      connection:
+
+         1)  Insofar as the availability of local buffer space permits,
+         data should be accumulated in the host where it is generated
+         until a complete line of data is ready for transmission, or
+         until some locally-defined explicit signal to transmit occurs.
+         This signal could be generated either by a process or by a
+         human user.
+
+         The motivation for this rule is the high cost, to some hosts,
+         of processing network input interrupts, coupled with the
+         default NVT specification that "echoes" do not traverse the
+         network.  Thus, it is reasonable to buffer some amount of data
+         at its source.  Many systems take some processing action at the
+         end of each input line (even line printers or card punches
+         frequently tend to work this way), so the transmission should
+         be triggered at the end of a line.  On the other hand, a user
+         or process may sometimes find it necessary or desirable to
+         provide data which does not terminate at the end of a line;
+         therefore implementers are cautioned to provide methods of
+         locally signaling that all buffered data should be transmitted
+         immediately.
+
+         2)  When a process has completed sending data to an NVT printer
+         and has no queued input from the NVT keyboard for further
+         processing (i.e., when a process at one end of a TELNET
+         connection cannot proceed without input from the other end),
+         the process must transmit the TELNET Go Ahead (GA) command.
+
+         This rule is not intended to require that the TELNET GA command
+         be sent from a terminal at the end of each line, since server
+         hosts do not normally require a special signal (in addition to
+         end-of-line or other locally-defined characters) in order to
+         commence processing.  Rather, the TELNET GA is designed to help
+         a user's local host operate a physically half duplex terminal
+         which has a "lockable" keyboard such as the IBM 2741.  A
+         description of this type of terminal may help to explain the
+         proper use of the GA command.
+
+         The terminal-computer connection is always under control of
+         either the user or the computer.  Neither can unilaterally
+         seize control from the other; rather the controlling end must
+         relinguish its control explicitly.  At the terminal end, the
+         hardware is constructed so as to relinquish control each time
+         that a "line" is terminated (i.e., when the "New Line" key is
+         typed by the user).  When this occurs, the attached (local)
+
+
+Postel & Reynolds                                               [Page 5]
+

+
+
+RFC 854                                                         May 1983
+
+
+         computer processes the input data, decides if output should be
+         generated, and if not returns control to the terminal.  If
+         output should be generated, control is retained by the computer
+         until all output has been transmitted.
+
+         The difficulties of using this type of terminal through the
+         network should be obvious.  The "local" computer is no longer
+         able to decide whether to retain control after seeing an
+         end-of-line signal or not; this decision can only be made by
+         the "remote" computer which is processing the data.  Therefore,
+         the TELNET GA command provides a mechanism whereby the "remote"
+         (server) computer can signal the "local" (user) computer that
+         it is time to pass control to the user of the terminal.  It
+         should be transmitted at those times, and only at those times,
+         when the user should be given control of the terminal.  Note
+         that premature transmission of the GA command may result in the
+         blocking of output, since the user is likely to assume that the
+         transmitting system has paused, and therefore he will fail to
+         turn the line around manually.
+
+      The foregoing, of course, does not apply to the user-to-server
+      direction of communication.  In this direction, GAs may be sent at
+      any time, but need not ever be sent.  Also, if the TELNET
+      connection is being used for process-to-process communication, GAs
+      need not be sent in either direction.  Finally, for
+      terminal-to-terminal communication, GAs may be required in
+      neither, one, or both directions.  If a host plans to support
+      terminal-to-terminal communication it is suggested that the host
+      provide the user with a means of manually signaling that it is
+      time for a GA to be sent over the TELNET connection; this,
+      however, is not a requirement on the implementer of a TELNET
+      process.
+
+      Note that the symmetry of the TELNET model requires that there is
+      an NVT at each end of the TELNET connection, at least
+      conceptually.
+
+   STANDARD REPRESENTATION OF CONTROL FUNCTIONS
+
+      As stated in the Introduction to this document, the primary goal
+      of the TELNET protocol is the provision of a standard interfacing
+      of terminal devices and terminal-oriented processes through the
+      network.  Early experiences with this type of interconnection have
+      shown that certain functions are implemented by most servers, but
+      that the methods of invoking these functions differ widely.  For a
+      human user who interacts with several server systems, these
+      differences are highly frustrating.  TELNET, therefore, defines a
+      standard representation for five of these functions, as described
+
+
+Postel & Reynolds                                               [Page 6]
+

+
+
+RFC 854                                                         May 1983
+
+
+      below.  These standard representations have standard, but not
+      required, meanings (with the exception that the Interrupt Process
+      (IP) function may be required by other protocols which use
+      TELNET); that is, a system which does not provide the function to
+      local users need not provide it to network users and may treat the
+      standard representation for the function as a No-operation.  On
+      the other hand, a system which does provide the function to a
+      local user is obliged to provide the same function to a network
+      user who transmits the standard representation for the function.
+
+      Interrupt Process (IP)
+
+         Many systems provide a function which suspends, interrupts,
+         aborts, or terminates the operation of a user process.  This
+         function is frequently used when a user believes his process is
+         in an unending loop, or when an unwanted process has been
+         inadvertently activated.  IP is the standard representation for
+         invoking this function.  It should be noted by implementers
+         that IP may be required by other protocols which use TELNET,
+         and therefore should be implemented if these other protocols
+         are to be supported.
+
+      Abort Output (AO)
+
+         Many systems provide a function which allows a process, which
+         is generating output, to run to completion (or to reach the
+         same stopping point it would reach if running to completion)
+         but without sending the output to the user's terminal.
+         Further, this function typically clears any output already
+         produced but not yet actually printed (or displayed) on the
+         user's terminal.  AO is the standard representation for
+         invoking this function.  For example, some subsystem might
+         normally accept a user's command, send a long text string to
+         the user's terminal in response, and finally signal readiness
+         to accept the next command by sending a "prompt" character
+         (preceded by <CR><LF>) to the user's terminal.  If the AO were
+         received during the transmission of the text string, a
+         reasonable implementation would be to suppress the remainder of
+         the text string, but transmit the prompt character and the
+         preceding <CR><LF>.  (This is possibly in distinction to the
+         action which might be taken if an IP were received; the IP
+         might cause suppression of the text string and an exit from the
+         subsystem.)
+
+         It should be noted, by server systems which provide this
+         function, that there may be buffers external to the system (in
+
+
+
+
+Postel & Reynolds                                               [Page 7]
+

+
+
+RFC 854                                                         May 1983
+
+
+         the network and the user's local host) which should be cleared;
+         the appropriate way to do this is to transmit the "Synch"
+         signal (described below) to the user system.
+
+      Are You There (AYT)
+
+         Many systems provide a function which provides the user with
+         some visible (e.g., printable) evidence that the system is
+         still up and running.  This function may be invoked by the user
+         when the system is unexpectedly "silent" for a long time,
+         because of the unanticipated (by the user) length of a
+         computation, an unusually heavy system load, etc.  AYT is the
+         standard representation for invoking this function.
+
+      Erase Character (EC)
+
+         Many systems provide a function which deletes the last
+         preceding undeleted character or "print position"* from the
+         stream of data being supplied by the user.  This function is
+         typically used to edit keyboard input when typing mistakes are
+         made.  EC is the standard representation for invoking this
+         function.
+
+            *NOTE:  A "print position" may contain several characters
+            which are the result of overstrikes, or of sequences such as
+            <char1> BS <char2>...
+
+      Erase Line (EL)
+
+         Many systems provide a function which deletes all the data in
+         the current "line" of input.  This function is typically used
+         to edit keyboard input.  EL is the standard representation for
+         invoking this function.
+
+   THE TELNET "SYNCH" SIGNAL
+
+      Most time-sharing systems provide mechanisms which allow a
+      terminal user to regain control of a "runaway" process; the IP and
+      AO functions described above are examples of these mechanisms.
+      Such systems, when used locally, have access to all of the signals
+      supplied by the user, whether these are normal characters or
+      special "out of band" signals such as those supplied by the
+      teletype "BREAK" key or the IBM 2741 "ATTN" key.  This is not
+      necessarily true when terminals are connected to the system
+      through the network; the network's flow control mechanisms may
+      cause such a signal to be buffered elsewhere, for example in the
+      user's host.
+
+
+
+Postel & Reynolds                                               [Page 8]
+

+
+
+RFC 854                                                         May 1983
+
+
+      To counter this problem, the TELNET "Synch" mechanism is
+      introduced.  A Synch signal consists of a TCP Urgent notification,
+      coupled with the TELNET command DATA MARK.  The Urgent
+      notification, which is not subject to the flow control pertaining
+      to the TELNET connection, is used to invoke special handling of
+      the data stream by the process which receives it.  In this mode,
+      the data stream is immediately scanned for "interesting" signals
+      as defined below, discarding intervening data.  The TELNET command
+      DATA MARK (DM) is the synchronizing mark in the data stream which
+      indicates that any special signal has already occurred and the
+      recipient can return to normal processing of the data stream.
+
+         The Synch is sent via the TCP send operation with the Urgent
+         flag set and the DM as the last (or only) data octet.
+
+      When several Synchs are sent in rapid succession, the Urgent
+      notifications may be merged.  It is not possible to count Urgents
+      since the number received will be less than or equal the number
+      sent.  When in normal mode, a DM is a no operation; when in urgent
+      mode, it signals the end of the urgent processing.
+
+         If TCP indicates the end of Urgent data before the DM is found,
+         TELNET should continue the special handling of the data stream
+         until the DM is found.
+
+         If TCP indicates more Urgent data after the DM is found, it can
+         only be because of a subsequent Synch.  TELNET should continue
+         the special handling of the data stream until another DM is
+         found.
+
+      "Interesting" signals are defined to be:  the TELNET standard
+      representations of IP, AO, and AYT (but not EC or EL); the local
+      analogs of these standard representations (if any); all other
+      TELNET commands; other site-defined signals which can be acted on
+      without delaying the scan of the data stream.
+
+      Since one effect of the SYNCH mechanism is the discarding of
+      essentially all characters (except TELNET commands) between the
+      sender of the Synch and its recipient, this mechanism is specified
+      as the standard way to clear the data path when that is desired.
+      For example, if a user at a terminal causes an AO to be
+      transmitted, the server which receives the AO (if it provides that
+      function at all) should return a Synch to the user.
+
+      Finally, just as the TCP Urgent notification is needed at the
+      TELNET level as an out-of-band signal, so other protocols which
+      make use of TELNET may require a TELNET command which can be
+      viewed as an out-of-band signal at a different level.
+
+
+Postel & Reynolds                                               [Page 9]
+

+
+
+RFC 854                                                         May 1983
+
+
+      By convention the sequence [IP, Synch] is to be used as such a
+      signal.  For example, suppose that some other protocol, which uses
+      TELNET, defines the character string STOP analogously to the
+      TELNET command AO.  Imagine that a user of this protocol wishes a
+      server to process the STOP string, but the connection is blocked
+      because the server is processing other commands.  The user should
+      instruct his system to:
+
+         1. Send the TELNET IP character;
+
+         2. Send the TELNET SYNC sequence, that is:
+
+            Send the Data Mark (DM) as the only character
+            in a TCP urgent mode send operation.
+
+         3. Send the character string STOP; and
+
+         4. Send the other protocol's analog of the TELNET DM, if any.
+
+      The user (or process acting on his behalf) must transmit the
+      TELNET SYNCH sequence of step 2 above to ensure that the TELNET IP
+      gets through to the server's TELNET interpreter.
+
+         The Urgent should wake up the TELNET process; the IP should
+         wake up the next higher level process.
+
+   THE NVT PRINTER AND KEYBOARD
+
+      The NVT printer has an unspecified carriage width and page length
+      and can produce representations of all 95 USASCII graphics (codes
+      32 through 126).  Of the 33 USASCII control codes (0 through 31
+      and 127), and the 128 uncovered codes (128 through 255), the
+      following have specified meaning to the NVT printer:
+
+         NAME                  CODE         MEANING
+
+         NULL (NUL)              0      No Operation
+         Line Feed (LF)         10      Moves the printer to the
+                                        next print line, keeping the
+                                        same horizontal position.
+         Carriage Return (CR)   13      Moves the printer to the left
+                                        margin of the current line.
+
+
+
+
+
+
+
+
+Postel & Reynolds                                              [Page 10]
+

+
+
+RFC 854                                                         May 1983
+
+
+         In addition, the following codes shall have defined, but not
+         required, effects on the NVT printer.  Neither end of a TELNET
+         connection may assume that the other party will take, or will
+         have taken, any particular action upon receipt or transmission
+         of these:
+
+         BELL (BEL)              7      Produces an audible or
+                                        visible signal (which does
+                                        NOT move the print head).
+         Back Space (BS)         8      Moves the print head one
+                                        character position towards
+                                        the left margin.
+         Horizontal Tab (HT)     9      Moves the printer to the
+                                        next horizontal tab stop.
+                                        It remains unspecified how
+                                        either party determines or
+                                        establishes where such tab
+                                        stops are located.
+         Vertical Tab (VT)       11     Moves the printer to the
+                                        next vertical tab stop.  It
+                                        remains unspecified how
+                                        either party determines or
+                                        establishes where such tab
+                                        stops are located.
+         Form Feed (FF)          12     Moves the printer to the top
+                                        of the next page, keeping
+                                        the same horizontal position.
+
+      All remaining codes do not cause the NVT printer to take any
+      action.
+
+      The sequence "CR LF", as defined, will cause the NVT to be
+      positioned at the left margin of the next print line (as would,
+      for example, the sequence "LF CR").  However, many systems and
+      terminals do not treat CR and LF independently, and will have to
+      go to some effort to simulate their effect.  (For example, some
+      terminals do not have a CR independent of the LF, but on such
+      terminals it may be possible to simulate a CR by backspacing.)
+      Therefore, the sequence "CR LF" must be treated as a single "new
+      line" character and used whenever their combined action is
+      intended; the sequence "CR NUL" must be used where a carriage
+      return alone is actually desired; and the CR character must be
+      avoided in other contexts.  This rule gives assurance to systems
+      which must decide whether to perform a "new line" function or a
+      multiple-backspace that the TELNET stream contains a character
+      following a CR that will allow a rational decision.
+
+         Note that "CR LF" or "CR NUL" is required in both directions
+
+
+Postel & Reynolds                                              [Page 11]
+

+
+
+RFC 854                                                         May 1983
+
+
+         (in the default ASCII mode), to preserve the symmetry of the
+         NVT model.  Even though it may be known in some situations
+         (e.g., with remote echo and suppress go ahead options in
+         effect) that characters are not being sent to an actual
+         printer, nonetheless, for the sake of consistency, the protocol
+         requires that a NUL be inserted following a CR not followed by
+         a LF in the data stream.  The converse of this is that a NUL
+         received in the data stream after a CR (in the absence of
+         options negotiations which explicitly specify otherwise) should
+         be stripped out prior to applying the NVT to local character
+         set mapping.
+
+      The NVT keyboard has keys, or key combinations, or key sequences,
+      for generating all 128 USASCII codes.  Note that although many
+      have no effect on the NVT printer, the NVT keyboard is capable of
+      generating them.
+
+      In addition to these codes, the NVT keyboard shall be capable of
+      generating the following additional codes which, except as noted,
+      have defined, but not reguired, meanings.  The actual code
+      assignments for these "characters" are in the TELNET Command
+      section, because they are viewed as being, in some sense, generic
+      and should be available even when the data stream is interpreted
+      as being some other character set.
+
+      Synch
+
+         This key allows the user to clear his data path to the other
+         party.  The activation of this key causes a DM (see command
+         section) to be sent in the data stream and a TCP Urgent
+         notification is associated with it.  The pair DM-Urgent is to
+         have required meaning as defined previously.
+
+      Break (BRK)
+
+         This code is provided because it is a signal outside the
+         USASCII set which is currently given local meaning within many
+         systems.  It is intended to indicate that the Break Key or the
+         Attention Key was hit.  Note, however, that this is intended to
+         provide a 129th code for systems which require it, not as a
+         synonym for the IP standard representation.
+
+      Interrupt Process (IP)
+
+         Suspend, interrupt, abort or terminate the process to which the
+         NVT is connected.  Also, part of the out-of-band signal for
+         other protocols which use TELNET.
+
+
+
+Postel & Reynolds                                              [Page 12]
+

+
+
+RFC 854                                                         May 1983
+
+
+      Abort Output (AO)
+
+         Allow the current process to (appear to) run to completion, but
+         do not send its output to the user.  Also, send a Synch to the
+         user.
+
+      Are You There (AYT)
+
+         Send back to the NVT some visible (i.e., printable) evidence
+         that the AYT was received.
+
+      Erase Character (EC)
+
+         The recipient should delete the last preceding undeleted
+         character or "print position" from the data stream.
+
+      Erase Line (EL)
+
+         The recipient should delete characters from the data stream
+         back to, but not including, the last "CR LF" sequence sent over
+         the TELNET connection.
+
+      The spirit of these "extra" keys, and also the printer format
+      effectors, is that they should represent a natural extension of
+      the mapping that already must be done from "NVT" into "local".
+      Just as the NVT data byte 68 (104 octal) should be mapped into
+      whatever the local code for "uppercase D" is, so the EC character
+      should be mapped into whatever the local "Erase Character"
+      function is.  Further, just as the mapping for 124 (174 octal) is
+      somewhat arbitrary in an environment that has no "vertical bar"
+      character, the EL character may have a somewhat arbitrary mapping
+      (or none at all) if there is no local "Erase Line" facility.
+      Similarly for format effectors:  if the terminal actually does
+      have a "Vertical Tab", then the mapping for VT is obvious, and
+      only when the terminal does not have a vertical tab should the
+      effect of VT be unpredictable.
+
+TELNET COMMAND STRUCTURE
+
+   All TELNET commands consist of at least a two byte sequence:  the
+   "Interpret as Command" (IAC) escape character followed by the code
+   for the command.  The commands dealing with option negotiation are
+   three byte sequences, the third byte being the code for the option
+   referenced.  This format was chosen so that as more comprehensive use
+   of the "data space" is made -- by negotiations from the basic NVT, of
+   course -- collisions of data bytes with reserved command values will
+   be minimized, all such collisions requiring the inconvenience, and
+
+
+
+Postel & Reynolds                                              [Page 13]
+

+
+
+RFC 854                                                         May 1983
+
+
+   inefficiency, of "escaping" the data bytes into the stream.  With the
+   current set-up, only the IAC need be doubled to be sent as data, and
+   the other 255 codes may be passed transparently.
+
+   The following are the defined TELNET commands.  Note that these codes
+   and code sequences have the indicated meaning only when immediately
+   preceded by an IAC.
+
+      NAME               CODE              MEANING
+
+      SE                  240    End of subnegotiation parameters.
+      NOP                 241    No operation.
+      Data Mark           242    The data stream portion of a Synch.
+                                 This should always be accompanied
+                                 by a TCP Urgent notification.
+      Break               243    NVT character BRK.
+      Interrupt Process   244    The function IP.
+      Abort output        245    The function AO.
+      Are You There       246    The function AYT.
+      Erase character     247    The function EC.
+      Erase Line          248    The function EL.
+      Go ahead            249    The GA signal.
+      SB                  250    Indicates that what follows is
+                                 subnegotiation of the indicated
+                                 option.
+      WILL (option code)  251    Indicates the desire to begin
+                                 performing, or confirmation that
+                                 you are now performing, the
+                                 indicated option.
+      WON'T (option code) 252    Indicates the refusal to perform,
+                                 or continue performing, the
+                                 indicated option.
+      DO (option code)    253    Indicates the request that the
+                                 other party perform, or
+                                 confirmation that you are expecting
+                                 the other party to perform, the
+                                 indicated option.
+      DON'T (option code) 254    Indicates the demand that the
+                                 other party stop performing,
+                                 or confirmation that you are no
+                                 longer expecting the other party
+                                 to perform, the indicated option.
+      IAC                 255    Data Byte 255.
+
+
+
+
+
+
+
+Postel & Reynolds                                              [Page 14]
+

+
+
+RFC 854                                                         May 1983
+
+
+CONNECTION ESTABLISHMENT
+
+   The TELNET TCP connection is established between the user's port U
+   and the server's port L.  The server listens on its well known port L
+   for such connections.  Since a TCP connection is full duplex and
+   identified by the pair of ports, the server can engage in many
+   simultaneous connections involving its port L and different user
+   ports U.
+
+   Port Assignment
+
+      When used for remote user access to service hosts (i.e., remote
+      terminal access) this protocol is assigned server port 23
+      (27 octal).  That is L=23.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Postel & Reynolds                                              [Page 15]
+

diff --git a/test/data/tle/TLE_GNSS_20121101.txt b/test/data/tle/TLE_GNSS_20121101.txt
new file mode 100644
index 0000000..6342a4a
--- /dev/null
+++ b/test/data/tle/TLE_GNSS_20121101.txt
@@ -0,0 +1,294 @@
+#
+# TLE data for GNSS satellites based on 2012/11/01 TLE
+# satellite common name should be Gnn, Rnn, Enn, Jnn, Cnn, 1nn
+#
+G32
+1 20959U 90103A   12305.07451262 -.00000021  00000-0  10000-3 0  7565
+2 20959  54.4624 233.1521 0118917 330.7963  28.5681  2.00577377160619
+G26
+1 22014U 92039A   12306.37087390 -.00000046  00000-0  10000-3 0  5510
+2 22014  56.2365 293.2228 0206081  69.0979 293.0930  2.00565595142373
+G27
+1 22108U 92058A   12306.47856067 -.00000074  00000-0  10000-3 0  4757
+2 22108  56.2590 346.1330 0220845 301.3501  56.5741  2.00564854147550
+G09
+1 22700U 93042A   12306.00006975 -.00000075  00000-0  10000-3 0  7948
+2 22700  56.4096 347.7175 0170373  94.8130 267.1984  2.00565512141709
+G30
+1 22779U 93054A   12303.25095910 -.00000082  00000-0  10000-3 0  4707
+2 22779  55.1025  42.4705 0108381  92.5728 268.6699  2.00557245140408
+G04
+1 22877U 93068A   12305.64139148  .00000042  00000-0  10000-3 0  1531
+2 22877  53.7259 168.0244 0101717  52.3111 308.7074  2.00562505139348
+G06
+1 23027U 94016A   12306.34174545  .00000020  00000-0  10000-3 0  1144
+2 23027  53.8212 104.6690 0074156 334.2459  25.3848  2.00561786136663
+G03
+1 23833U 96019A   12305.36438265  .00000009  00000-0  10000-3 0  3102
+2 23833  53.4345 100.2483 0156318  71.4031 290.2822  2.00554412121623
+G10
+1 23953U 96041A   12306.22097770 -.00000012  00000-0  10000-3 0  7983
+2 23953  54.1338 229.1958 0116846  43.4387 317.4992  2.00556786119431
+G13
+1 24876U 97035A   12305.73289218 -.00000050  00000-0  10000-3 0  2681
+2 24876  56.3796 293.6251 0045793 121.0726 239.3734  2.00571956111953
+G08
+1 25030U 97067A   12305.86451251 -.00000076  00000-0  10000-3 0  2140
+2 25030  57.1970 354.1001 0128241 194.2008 165.4976  2.00567759109859
+G11
+1 25933U 99055A   12305.48417972  .00000041  00000-0  10000-3 0  7068
+2 25933  50.9008 151.9262 0134533  63.3683 298.0899  2.00561805 95769
+G20
+1 26360U 00025A   12305.60454368 -.00000012  00000-0  10000-3 0  7942
+2 26360  53.2387 225.3681 0049625  72.3303 288.2416  2.00570460 91463
+G28
+1 26407U 00040A   12305.44874163 -.00000056  00000-0  10000-3 0  7478
+2 26407  56.2023  51.1454 0184334 256.2732 101.6732  2.00568582 90138
+G14
+1 26605U 00071A   12306.03946028 -.00000048  00000-0  10000-3 0  7637
+2 26605  55.9660 292.0214 0070564 244.3671 114.8905  2.00565896 87746
+G18
+1 26690U 01004A   12305.91186406 -.00000014  00000-0  10000-3 0  6407
+2 26690  53.2061 228.4249 0138366 238.1729 120.4995  2.00555450 86158
+G16
+1 27663U 03005A   12305.78537772 -.00000054  00000-0  10000-3 0   657
+2 27663  56.2960  50.7599 0065043 359.7799   0.2188  2.00552862 71508
+G21
+1 27704U 03010A   12304.83053808  .00000045  00000-0  10000-3 0  9554
+2 27704  53.3631 168.3413 0195570 233.9168 124.3565  2.00550017 70270
+G22
+1 28129U 03058A   12304.96349695 -.00000019  00000-0  10000-3 0  5293
+2 28129  53.0757 228.6380 0064627 245.9711 113.3725  2.00562945 64986
+G19
+1 28190U 04009A   12304.90523588  .00000030  00000-0  10000-3 0  5233
+2 28190  55.0767 113.3342 0085567  13.8713 346.3777  2.00568529 63152
+G23
+1 28361U 04023A   12306.18434140 -.00000048  00000-0  10000-3 0  3414
+2 28361  54.9072 288.8646 0082868 194.5690 165.1797  2.00575167 61261
+G02
+1 28474U 04045A   12305.69106062  .00000042  00000-0  10000-3 0  2284
+2 28474  53.7814 167.0621 0115930 204.6228 154.9133  2.00551422 58618
+G17
+1 28874U 05038A   12305.54226125  .00000027  00000-0  10000-3 0  4889
+2 28874  55.2320 110.2949 0078222 229.5727 129.7504  2.00554645 52038
+G31
+1 29486U 06042A   12306.64897784 -.00000013  00000-0  10000-3 0  8714
+2 29486  56.2030 349.3094 0080996 310.1609  49.2024  2.00553990 44755
+G12
+1 29601U 06052A   12305.59848721 -.00000057  00000-0  10000-3 0  9083
+2 29601  56.2461  49.7185 0039560   5.2043 354.8437  2.00561210 43643
+G15
+1 32260U 07047A   12305.90806696 -.00000051  00000-0  00000+0 0  6135
+2 32260  54.0594 286.6957 0050607 359.7059   0.2737  2.00566470 37044
+G29
+1 32384U 07062A   12306.22097950  .00000000  00000-0  10000-3 0  6554
+2 32384  55.2628 110.7598 0019725 293.9115  65.8973  2.00555394 35778
+G07
+1 32711U 08012A   12305.81762270 -.00000077  00000-0  10000-3 0  4139
+2 32711  55.9134 349.1355 0060756 192.9715 166.9328  2.00558624 33970
+G05
+1 35752U 09043A   12305.78517096 -.00000012  00000-0  10000-3 0  1644
+2 35752  54.4300 228.0298 0029751  10.4811 349.6052  2.00552172 23558
+G25
+1 36585U 10022A   12306.13952409 -.00000056  00000-0  10000-3 0  9847
+2 36585  55.6069  47.6405 0016443  36.6277 323.4960  2.00567183 17800
+G01
+1 37753U 11036A   12306.51228065  .00000000  00000-0  10000-3 0  4424
+2 37753  55.0089 168.0119 0013035  22.4442 337.7173  2.00558669  9494
+G24
+1 38833U 12053A   12305.40600466 -.00000081  00000-0  00000+0 0   139
+2 38833  54.9711 347.7090 0003555 277.1770  83.2268  1.97903949   531
+
+R08
+1 28509U 04053B   12306.74145465 -.00000000  00000-0  10000-3 0  1777
+2 28509  63.2836 237.3508 0004791 174.9346 213.8520  2.13100546 61108
+R17
+1 28915U 05050A   12305.72049255  .00000056  00000-0  00000+0 0  9316
+2 28915  64.9197 122.8094 0015594 354.5117 314.1813  2.13102080 53320
+R15
+1 29670U 06062A   12306.73470679 -.00000053  00000-0  10000-3 0  6375
+2 29670  65.8812   1.4831 0020134 342.5508  97.7450  2.13105179 45550
+R10
+1 29671U 06062B   12306.04121391 -.00000054  00000-0  10000-3 0  6566
+2 29671  65.8970   1.5595 0019233 171.3762 327.3932  2.13103094 45542
+R14
+1 29672U 06062C   12306.73472777 -.00000053  00000-0  10000-3 0  6592
+2 29672  65.8823   1.4887 0018707 170.5609 320.0732  2.13103124 45552
+R19
+1 32275U 07052A   12306.14231785  .00000056  00000-0  10000-3 0  3838
+2 32275  64.9331 122.5417 0001118 180.4125   1.8611  2.13096403 39053
+R20
+1 32276U 07052B   12306.15572678  .00000057  00000-0  10000-3 0  3672
+2 32276  64.9453 122.5852 0011610 349.1079 157.4345  2.13098101 39051
+R13
+1 32393U 07065A   12305.14515091 -.00000055  00000-0  00000+0 0  2178
+2 32393  65.5056   1.4844 0004972 146.1704 248.0630  2.13102898 37743
+R14S
+1 32394U 07065B   12306.73472777 -.00000054  00000-0  10000-3 0  1328
+2 32394  65.5090   1.4248 0017537 356.3258 133.2471  2.13103846 37719
+R11
+1 32395U 07065C   12306.04300251 -.00000054  00000-0  10000-3 0  1364
+2 32395  65.5182   1.4756 0014921 348.8193 105.8725  2.13102996 37693
+R18
+1 33378U 08046A   12306.71163618  .00000058  00000-0  10000-3 0  1671
+2 33378  64.8481 122.0251 0022701 337.5886 328.3774  2.13103798 31925
+R21
+1 33379U 08046B   12306.45871293  .00000057  00000-0  10000-3 0  1521
+2 33379  64.8565 122.0811 0020755 177.6659 159.5956  2.13101659 31929
+R22M
+1 33380U 08046C   12306.67750395  .00000058  00000-0  10000-3 0  1583
+2 33380  64.8645 122.0952 0023647 328.0569 133.5206  2.13102736 31928
+R03M
+1 33466U 08067A   12306.64943653 -.00000001  00000-0  00000+0 0   931
+2 33466  64.1251 241.4253 0005495 263.3750 278.5351  2.13102088 29987
+R08M
+1 33467U 08067B   12306.49143235 -.00000002  00000-0  10000-3 0   973
+2 33467  64.1136 241.4001 0005413 278.5234 277.5993  2.13101969 30009
+R02
+1 33468U 08067C   12306.11156473 -.00000005  00000-0  10000-3 0   907
+2 33468  64.1177 241.4209 0006320 298.9824 233.6586  2.13101702 29985
+R01
+1 36111U 09070A   12306.76065814 -.00000001  00000-0  00000+0 0  8379
+2 36111  64.3534 241.5867 0006263 308.2119  49.1416  2.13101969 22431
+R06
+1 36112U 09070B   12306.74108801 -.00000001  00000-0  00000+0 0  8215
+2 36112  64.3354 241.5440 0006210 172.8974 304.3043  2.13101639 22442
+R05
+1 36113U 09070C   12305.00372219 -.00000014  00000-0  10000-3 0  8275
+2 36113  64.3412 241.6005 0001895 309.9410 319.9293  2.13101989 22401
+R22
+1 36400U 10007A   12306.67357080  .00000058  00000-0  10000-3 0  7646
+2 36400  64.8330 121.8503 0030010 357.7983 100.0837  2.13102576 20799
+R24
+1 36401U 10007B   12306.64832911  .00000058  00000-0  10000-3 0  7634
+2 36401  64.8262 121.8441 0007506  95.6950 253.1321  2.13102643 20783
+R23
+1 36402U 10007C   12305.14101134  .00000056  00000-0  10000-3 0  7699
+2 36402  64.8159 121.8888 0002655 127.3123 188.9672  2.13102267 20752
+R16
+1 37137U 10041A   12306.20285227 -.00000055  00000-0  10000-3 0  6348
+2 37137  65.0840   2.2403 0023127 158.1369 191.5783  2.13102502 16855
+R12
+1 37138U 10041B   12306.41815853 -.00000055  00000-0  00000+0 0  6396
+2 37138  65.1006   2.2803 0037290 169.7307 166.0604  2.13102904 16856
+R09
+1 37139U 10041C   12306.37914065 -.00000055  00000-0  00000+0 0  6274
+2 37139  65.1021   2.2699 0018315  12.5394  67.9139  2.13102743 16869
+R21T
+1 37372U 11009A   12305.30780642  .00000055  00000-0  10000-3 0  4971
+2 37372  64.8267 121.8165 0004817 220.2309 332.2358  2.13109559 13048
+R04
+1 37829U 11055A   12306.12075527 -.00000004  00000-0  00000+0 0  3248
+2 37829  64.6737 241.4750 0009727 267.1501 184.8044  2.13101938  8425
+R03
+1 37867U 11064A   12305.19785595 -.00000011  00000-0  00000+0 0  2943
+2 37867  64.6546 241.6223 0018308 261.9410 247.1571  2.13102077  7756
+R07
+1 37868U 11064B   12305.74218890 -.00000007  00000-0  00000+0 0  2961
+2 37868  64.6630 241.6301 0016356 263.4076 123.2991  2.13101981  7724
+R02S
+1 37869U 11064C   12306.11014344 -.00000004  00000-0  10000-3 0  2841
+2 37869  64.6695 241.6027 0022284 280.0531 254.1124  2.13102241  7732
+R17
+1 37938U 11071A   12305.71131964  .00000055  00000-0  00000+0 0  2748
+2 37938  64.8455 121.9906 0010984 231.0237  72.5268  2.13102546  7339
+
+E11
+1 37846U 11060A   12304.67814544  .00000050  00000-0  00000+0 0  1441
+2 37846 054.8017 119.2651 0000721 312.3383 047.6828 01.70474482  6393
+E12
+1 37847U 11060B   12304.02585424  .00000051  00000-0  10000-3 0  1449
+2 37847 054.8014 119.2820 0001911 264.4524 095.5571 01.70474781  6383
+E13
+1 38857U 12055A   12304.71911195 -.00000032  00000-0  10000-3 0   135
+2 38857 055.3326 239.0484 0002766 248.5282 111.4336 01.70461238   314
+E14
+1 38858U 12055B   12304.67766338 -.00000032  00000-0  10000-3 0    93
+2 38858 055.3338 239.0495 0013245 345.8801 014.0750 01.70870026   319
+
+J01
+1 37158U 10045A   12305.75600874 -.00000160  00000-0  10000-3 0  4135
+2 37158  40.6715 183.9122 0747760 270.2174 352.3545  1.00247632  7851
+
+C30
+1 31115U 07011A   12305.47965455 -.00000082  00000-0  10000-3 0  7247
+2 31115 056.8052 023.0849 0007803 193.2966 344.0554 01.86196970 37854
+#C02
+#1 34779U 09018A   12305.02753027  .00000125  00000-0  10000-3 0  7995
+#2 34779 002.0706 070.3152 0057227 166.6379 193.4069 01.00283352 13185
+C01
+1 36287U 10001A   12305.64713947 -.00000285  00000-0  10000-3 0  7987
+2 36287 001.6358 007.2981 0003405 178.6543 227.3838 01.00270819 10286
+C03
+1 36590U 10024A   12304.91063206 -.00000179  00000-0  10000-3 0  6378
+2 36590 001.2278 009.7921 0002352 164.3191 277.3031 01.00269368  8871
+C06
+1 36828U 10036A   12305.82407127 -.00000138  00000-0  10000-3 0  5879
+2 36828 054.6536 210.2992 0029045 182.0592 062.7644 01.00295325  8318
+C04
+1 37210U 10057A   12305.60606766 -.00000114  00000-0  10000-3 0  5418
+2 37210 000.5420 335.6328 0005905 156.5772 286.2285 01.00273667  7404
+C07
+1 37256U 10068A   12305.51941821 -.00000223  00000-0  10000-3 0  4863
+2 37256 054.8249 330.7030 0021194 193.4795 181.7629 01.00254924  6904
+C08
+1 37384U 11013A   12305.83973339 -.00000137  00000-0  10000-3 0  4022
+2 37384 055.8778 090.6579 0026177 174.1760 199.0001 01.00264554  5789
+C09
+1 37763U 11038A   12305.88979828 -.00000084  00000-0  10000-3 0  2584
+2 37763 054.9733 212.4127 0020073 179.7308 063.8734 01.00284834  4741
+C10
+1 37948U 11073A   12305.91219615 -.00000165  00000-0  10000-3 0  2347
+2 37948 054.9491 330.1033 0021942 188.3721 305.4510 01.00279605  3502
+C05
+1 38091U 12008A   12305.97894051  .00000054  00000-0  00000+0 0  1941
+2 38091 001.4646 307.2859 0001981 290.0338 214.5882 01.00267843  2588
+C11
+1 38250U 12018A   12305.06953396  .00000030  00000-0  10000-3 0  1744
+2 38250 055.2267 111.1680 0025472 179.6578 107.7816 01.86233819  3596
+C12
+1 38251U 12018B   12305.38583691  .00000029  00000-0  10000-3 0  1745
+2 38251 055.1585 110.6911 0028982 174.3738 010.4879 01.86232765  3609
+C13
+1 38774U 12050A   12305.18268633 -.00000019  00000-0  00000+0 0   356
+2 38774 054.9826 230.9332 0022697 180.9635 017.9031 01.86233574   982
+C14
+1 38775U 12050B   12305.14201933 -.00000018  00000-0  00000+0 0   509
+2 38775 055.0837 230.4483 0015767 206.1055 010.5401 01.86233661   972
+#C31
+#1 38953U 12059A   12300.25514122  .00000222 -46166-6  00000+0 0    67
+#2 38953 020.4816 265.7024 7253735 180.8816 143.5227 02.36940818    17
+C02 # Beidou G6
+1 38953U 12059A   12324.97714303 -.00000153  00000-0  00000+0 0   160
+2 38953   1.8034 276.5575 0002397 308.0145 266.9752  1.00271423   350
+
+120
+1 24307U 96053A   12305.71345297  .00000000  00000-0  10000-3 0  4414
+2 24307   0.0780 288.6472 0006411 257.3813  95.7442  1.00267177 59018
+124
+1 26863U 01029A   12304.22525264  .00000117  00000-0  10000-3 0  3857
+2 26863  10.1891  52.6906 0003617 189.5612 259.2113  1.00270328 42499
+129
+1 28622U 05006A   12305.77202766 -.00000281  00000-0  10000-3 0  7779
+2 28622   0.0215 315.8515 0000905  32.5224 110.0735  1.00271155 28111
+138
+1 28868U 05036A   12306.15639029 -.00000075  00000-0  10000-3 0   665
+2 28868   0.0166 280.0531 0002668 289.1908 140.6349  1.00272961 26255
+135
+1 28884U 05041A   12306.54854172  .00000078  00000-0  10000-3 0  4026
+2 28884   0.0355  66.8036 0001297 169.9335 228.9983  1.00272080 25849
+126
+1 28899U 05044A   12304.20096036  .00000131  00000-0  10000-3 0  4382
+2 28899   2.2531 343.4609 0002979 237.8988 275.0034  1.00274074 25599
+137
+1 28937U 06004A   12306.77661497 -.00000242  00000-0  10000-3 0  2680
+2 28937   0.0022 299.9294 0002680 279.3153 246.8568  1.00272932 24602
+133
+1 33278U 08039A   12306.37312432 -.00000144  00000-0  10000-3 0  9107
+2 33278   3.0082 344.5638 0002847 225.7251 227.4608  1.00271150 15446
+127
+1 37605U 11022A   12306.81236069  .00000084  00000-0  10000-3 0  3332
+2 37605   0.1127  82.2616 0007187 166.6394 140.1449  1.00274174  5360
+140
+1 37951U 11074B   12305.49605597 -.00000270  00000-0  00000+0 0  2187
+2 37951   4.1904 263.7076 0005516 352.1931  57.7477  1.00271294  3283
diff --git a/test/data/tle/brdc3050.12g b/test/data/tle/brdc3050.12g
new file mode 100644
index 0000000..ef149e5
--- /dev/null
+++ b/test/data/tle/brdc3050.12g
@@ -0,0 +1,4577 @@
+     2.10           G: GLONASS NAV DATA                     RINEX VERSION / TYPE
+teqc  2009Oct19     IGN                 20121101 00:57:14UTCPGM / RUN BY / DATE
+    16                                                      LEAP SECONDS
+  2012    10    30    1.597218215466D-07                    CORR TO SYSTEM TIME
+                                                            END OF HEADER
+ 3 12 10 31  0 15  0.0-1.236097887158D-04 0.000000000000D+00 1.077000000000D+04
+   -2.380982128906D+04 2.289457321167D-01-3.725290298462D-09 0.000000000000D+00
+   -8.908935546875D+03 2.536134719849D-01 9.313225746155D-10 5.000000000000D+00
+    2.209434082031D+03 3.556049346924D+00-1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  0 15  0.0 2.330075949430D-05 0.000000000000D+00 1.077000000000D+04
+   -2.079326220703D+04-1.964067459106D+00-4.656612873077D-09 0.000000000000D+00
+    5.603735351562D+02-5.023946762085D-01 0.000000000000D+00 6.000000000000D+00
+   -1.474711718750D+04 2.746641159058D+00-9.313225746155D-10 0.000000000000D+00
+14 12 10 31  0 15  0.0 2.414733171463D-05-2.728484105319D-12 1.077000000000D+04
+   -1.356804052734D+04 2.261318206787D+00-3.725290298462D-09 0.000000000000D+00
+   -8.031269531250D+02-1.909220695496D+00 0.000000000000D+00-7.000000000000D+00
+   -2.157855859375D+04-1.359522819519D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  0 15  0.0 1.120381057262D-06 0.000000000000D+00 1.077000000000D+04
+   -2.023188525391D+04 8.688211441040D-01-3.725290298462D-09 0.000000000000D+00
+    1.397876464844D+04-4.567584991455D-01-9.313225746155D-10 0.000000000000D+00
+   -6.942317871094D+03-3.437607765198D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  0 15  0.0-3.408258780837D-04-1.818989403546D-12 1.077000000000D+04
+   -1.369663330078D+04 2.190186500549D+00-9.313225746155D-10 0.000000000000D+00
+   -1.313359277344D+04 8.062601089478D-01 9.313225746155D-10-4.000000000000D+00
+    1.704475439453D+04 2.383445739746D+00-2.793967723846D-09 0.000000000000D+00
+24 12 10 31  0 15  0.0-8.167885243893D-05-0.000000000000D+00 1.077000000000D+04
+   -6.479766601562D+03-2.560358047485D-01-9.313225746155D-10 0.000000000000D+00
+   -2.447561669922D+04-3.792705535889D-01 1.862645149231D-09 2.000000000000D+00
+    3.057646972656D+03-3.545591354370D+00-0.000000000000D+00 0.000000000000D+00
+16 12 10 31  0 15  0.0-1.347623765469D-05-0.000000000000D+00 1.227000000000D+04
+   -1.435335595703D+04-9.051733016968D-01-1.862645149231D-09 0.000000000000D+00
+    1.859090966797D+04 1.016177177429D+00-1.862645149231D-09-1.000000000000D+00
+    9.796279785156D+03-3.253947257996D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  0 15  0.0-1.723123714328D-04 0.000000000000D+00 1.239000000000D+04
+   -5.540433105469D+03-2.983477592468D+00-2.793967723846D-09 0.000000000000D+00
+    9.756876953125D+03-9.632749557495D-01-9.313225746155D-10 1.000000000000D+00
+   -2.291265478516D+04 3.120069503784D-01 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  0 15  0.0 4.523061215878D-05 9.094947017729D-13 1.242000000000D+04
+   -1.159486132812D+04-6.101293563843D-01-0.000000000000D+00 0.000000000000D+00
+   -1.285110058594D+04-2.492451667786D+00 9.313225746155D-10 4.000000000000D+00
+    1.873909667969D+04-2.091603279114D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31  0 15  0.0-1.033786684275D-04 1.818989403546D-12 0.000000000000D+00
+    1.470344091797D+04 8.475542068481D-01 1.862645149231D-09 0.000000000000D+00
+   -1.868330664062D+04-9.937362670898D-01 1.862645149231D-09-1.000000000000D+00
+   -9.498166503906D+03 3.259133338928D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  0 15  0.0-1.596445217729D-04 1.818989403546D-12 0.000000000000D+00
+    2.092193554688D+04 1.928675651550D+00 5.587935447693D-09 0.000000000000D+00
+   -2.260909179688D+03 4.129400253296D-01 0.000000000000D+00 6.000000000000D+00
+    1.439020947266D+04-2.739249229431D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  0 15  0.0-5.633290857077D-05 0.000000000000D+00 0.000000000000D+00
+    2.020671533203D+04-1.042448043823D+00 4.656612873077D-09 0.000000000000D+00
+   -1.270779589844D+04 6.667566299438D-01 9.313225746155D-10 0.000000000000D+00
+    8.894585449219D+03 3.327929496765D+00 9.313225746155D-10 0.000000000000D+00
+10 12 10 31  0 15  0.0-5.780253559351D-05 9.094947017729D-13 0.000000000000D+00
+    1.363796337891D+04-2.266948699951D+00 4.656612873077D-09 0.000000000000D+00
+    7.258232421875D+02 1.900676727295D+00-0.000000000000D+00-7.000000000000D+00
+    2.155127685547D+04 1.361518859863D+00-0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  0 15  0.0-4.106201231480D-05-9.094947017729D-13 0.000000000000D+00
+    2.381977929688D+04-2.242212295532D-01 4.656612873077D-09 0.000000000000D+00
+    8.864251953125D+03-2.509002685547D-01-9.313225746155D-10 5.000000000000D+00
+   -2.089140625000D+03-3.559404373169D+00 2.793967723846D-09 0.000000000000D+00
+ 1 12 10 31  0 15  0.0-1.759855076671D-04 0.000000000000D+00 0.000000000000D+00
+    5.416847656250D+03 2.984502792358D+00 2.793967723846D-09 0.000000000000D+00
+   -9.795950195312D+03 9.660949707031D-01 9.313225746155D-10 1.000000000000D+00
+    2.292654296875D+04-2.906579971313D-01-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  0 15  0.0-2.351962029934D-05 0.000000000000D+00 0.000000000000D+00
+   -1.480131835938D+02-2.189563751221D+00 1.862645149231D-09 0.000000000000D+00
+    1.347265869141D+04 2.007629394531D+00-9.313225746155D-10-2.000000000000D+00
+    2.166133349609D+04-1.254594802856D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  0 15  0.0 6.270129233599D-05 9.094947017729D-13 3.000000000000D+01
+    9.786462402344D+03 5.962772369385D-01 0.000000000000D+00 0.000000000000D+00
+   -5.795826660156D+03 3.069073677063D+00 0.000000000000D+00-3.000000000000D+00
+   -2.284787109375D+04-5.101585388184D-01 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  0 15  0.0-3.670472651720D-04-9.094947017729D-13 3.000000000000D+01
+    1.453364257813D+02 2.156267166138D+00-1.862645149231D-09 0.000000000000D+00
+   -1.342531689453D+04-2.045801162720D+00 9.313225746155D-10-2.000000000000D+00
+   -2.170585009766D+04 1.278804779053D+00 9.313225746155D-10 0.000000000000D+00
+23 12 10 31  0 15  0.0-4.420923069119D-04-2.728484105319D-12 3.000000000000D+01
+    2.145820800781D+03 2.343358993530D-01-9.313225746155D-10 0.000000000000D+00
+   -2.146862060547D+04 1.853080749512D+00 1.862645149231D-09 3.000000000000D+00
+   -1.361440039063D+04-2.888604164124D+00 9.313225746155D-10 0.000000000000D+00
+21 12 10 31  0 15  0.0-7.934868335724D-07 9.094947017729D-13 3.000000000000D+01
+    1.155848632813D+04 6.093025207520D-01 0.000000000000D+00 0.000000000000D+00
+    1.312469482422D+04 2.472773551941D+00-9.313225746155D-10 4.000000000000D+00
+   -1.862208544922D+04 2.112836837769D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  0 15  0.0 2.073869109154D-05 0.000000000000D+00 3.000000000000D+01
+    1.309354833984D+04-2.247096061707D+00 0.000000000000D+00 0.000000000000D+00
+    1.313312890625D+04-8.366975784302D-01-9.313225746155D-10-4.000000000000D+00
+   -1.751111816406D+04-2.311670303345D+00 2.793967723846D-09 0.000000000000D+00
+18 12 10 31  0 15  0.0-3.922730684280D-05-9.094947017729D-13 1.077000000000D+04
+   -9.732939453125D+03-5.924072265625D-01 0.000000000000D+00 0.000000000000D+00
+    5.994384765625D+03-3.064035415649D+00-0.000000000000D+00-3.000000000000D+00
+    2.281063720703D+04 5.619010925293D-01-2.793967723846D-09 0.000000000000D+00
+19 12 10 31  0 15  0.0-3.826618194580D-05-9.094947017729D-13 1.077000000000D+04
+   -1.926948242188D+03-1.837997436523D-01 0.000000000000D+00 0.000000000000D+00
+    2.192933349609D+04-1.763134002686D+00-1.862645149231D-09 3.000000000000D+00
+    1.288552246094D+04 2.970630645752D+00-9.313225746155D-10 0.000000000000D+00
+20 12 10 31  0 15  0.0-1.018121838570D-05-1.818989403546D-12 1.221000000000D+04
+    6.915085937500D+03 2.982864379883D-01 0.000000000000D+00 0.000000000000D+00
+    2.404140820312D+04 6.193284988403D-01-2.793967723846D-09 2.000000000000D+00
+   -4.844995605469D+03 3.504528045654D+00 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  0 45  0.0 2.330169081688D-05 0.000000000000D+00 1.257000000000D+04
+   -2.374726269531D+04-1.283044815063D+00-4.656612873077D-09 0.000000000000D+00
+    6.068115234375D+01-7.989692687988D-02 9.313225746155D-10 6.000000000000D+00
+   -9.296381347656D+03 3.270332336426D+00-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  0 45  0.0-1.236079260707D-04 0.000000000000D+00 1.257000000000D+04
+   -2.261202880859D+04 1.100064277649D+00-2.793967723846D-09 0.000000000000D+00
+   -8.311363281250D+03 3.686943054199D-01 9.313225746155D-10 5.000000000000D+00
+    8.442449218750D+03 3.324668884277D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31  0 45  0.0 1.121312379837D-06 0.000000000000D+00 1.257000000000D+04
+   -1.824158447266D+04 1.299283981323D+00-4.656612873077D-09 0.000000000000D+00
+    1.250301953125D+04-1.193692207336D+00-0.000000000000D+00 0.000000000000D+00
+   -1.278332958984D+04-3.010391235352D+00-0.000000000000D+00 0.000000000000D+00
+14 12 10 31  0 45  0.0 2.414267510176D-05-1.818989403546D-12 1.257000000000D+04
+   -9.620147949219D+03 2.081595420837D+00-3.725290298462D-09 0.000000000000D+00
+   -4.703585449219D+03-2.394847869873D+00 9.313225746155D-10-7.000000000000D+00
+   -2.315992675781D+04-3.864097595215D-01 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31  0 45  0.0-1.723114401102D-04 0.000000000000D+00 1.257000000000D+04
+   -1.087950292969D+04-2.897974014282D+00-3.725290298462D-09 0.000000000000D+00
+    8.447247558594D+03-4.882793426514D-01-0.000000000000D+00 1.000000000000D+00
+   -2.147309570312D+04 1.277157783508D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  0 45  0.0-8.167978376150D-05-0.000000000000D+00 1.257000000000D+04
+   -6.760368652344D+03-1.612663269043D-02-9.313225746155D-10 0.000000000000D+00
+   -2.436729980469D+04 4.883337020874D-01 2.793967723846D-09 2.000000000000D+00
+   -3.360199218750D+03-3.539027214050D+00-0.000000000000D+00 0.000000000000D+00
+17 12 10 31  0 45  0.0 4.523340612650D-05 9.094947017729D-13 1.257000000000D+04
+   -1.286802441406D+04-7.670965194702D-01-0.000000000000D+00 0.000000000000D+00
+   -1.674494482422D+04-1.805168151855D+00 1.862645149231D-09 4.000000000000D+00
+    1.429841601562D+04-2.810544967651D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31  0 45  0.0-1.347623765469D-05-0.000000000000D+00 1.257000000000D+04
+   -1.532660644531D+04-1.933670043945D-01-2.793967723846D-09 0.000000000000D+00
+    1.999100390625D+04 5.003347396851D-01-9.313225746155D-10-1.000000000000D+00
+    3.633973144531D+03-3.548270225525D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31  0 45  0.0-1.033730804920D-04 1.818989403546D-12 1.800000000000D+03
+    1.557945312500D+04 1.436510086060D-01 3.725290298462D-09 0.000000000000D+00
+   -2.004108007812D+04-4.764957427979D-01 9.313225746155D-10-1.000000000000D+00
+   -3.343500000000D+03 3.535462379456D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  0 45  0.0-1.596407964826D-04 1.818989403546D-12 1.800000000000D+03
+    2.379282226562D+04 1.229611396790D+00 5.587935447693D-09 0.000000000000D+00
+   -1.859089843750D+03 6.194591522217D-02-0.000000000000D+00 6.000000000000D+00
+    8.966086425781D+03-3.248352050781D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31  0 45  0.0-5.633197724819D-05 0.000000000000D+00 1.800000000000D+03
+    1.795064355469D+04-1.419353485107D+00 4.656612873077D-09 0.000000000000D+00
+   -1.085497363281D+04 1.397945404053D+00 0.000000000000D+00 0.000000000000D+00
+    1.446196826172D+04 2.817795753479D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  0 45  0.0-5.780067294836D-05 0.000000000000D+00 1.800000000000D+03
+    9.676459472656D+03-2.091065406799D+00 3.725290298462D-09 0.000000000000D+00
+    4.615012695312D+03 2.391036033630D+00-9.313225746155D-10-7.000000000000D+00
+    2.313751855469D+04 3.892745971680D-01-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  0 45  0.0-1.759855076671D-04 0.000000000000D+00 1.800000000000D+03
+    1.076225292969D+04 2.904001235962D+00 4.656612873077D-09 0.000000000000D+00
+   -8.480842773438D+03 4.912681579590D-01 0.000000000000D+00 1.000000000000D+00
+    2.152460693359D+04-1.256902694702D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  0 45  0.0-4.106480628252D-05-9.094947017729D-13 1.800000000000D+03
+    2.262826367188D+04-1.098217964172D+00 2.793967723846D-09 0.000000000000D+00
+    8.271029296875D+03-3.665952682495D-01-9.313225746155D-10 5.000000000000D+00
+   -8.332296386719D+03-3.332286834717D+00 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31  0 45  0.0 2.073962241411D-05 0.000000000000D+00 1.830000000000D+03
+    8.514003906250D+03-2.804554939270D+00-9.313225746155D-10 0.000000000000D+00
+    1.182274023437D+04-5.873966217041D-01-9.313225746155D-10-4.000000000000D+00
+   -2.094143310547D+04-1.475138664246D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31  0 45  0.0 6.270408630371D-05 9.094947017729D-13 1.830000000000D+03
+    1.127285205078D+04 1.041708946228D+00 0.000000000000D+00 0.000000000000D+00
+   -3.293002929688D+02 2.954646110535D+00 0.000000000000D+00-3.000000000000D+00
+   -2.287196630859D+04 4.839715957642D-01 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  0 45  0.0-3.670491278172D-04-9.094947017729D-13 1.830000000000D+03
+    3.498686523438D+03 1.551924705505D+00 0.000000000000D+00 0.000000000000D+00
+   -1.712878027344D+04-2.021867752075D+00 1.862645149231D-09-2.000000000000D+00
+   -1.859614208984D+04 2.154030799866D+00 1.862645149231D-09 0.000000000000D+00
+23 12 10 31  0 45  0.0-4.420988261700D-04-2.728484105319D-12 1.830000000000D+03
+    2.981598144531D+03 7.132282257080D-01 0.000000000000D+00 0.000000000000D+00
+   -1.761051220703D+04 2.390951156616D+00 1.862645149231D-09 3.000000000000D+00
+   -1.822072998047D+04-2.196381568909D+00 1.862645149231D-09 0.000000000000D+00
+21 12 10 31  0 45  0.0-7.897615432739D-07 9.094947017729D-13 1.830000000000D+03
+    1.282851464844D+04 7.644634246826D-01 0.000000000000D+00 0.000000000000D+00
+    1.697837988281D+04 1.780872344971D+00-1.862645149231D-09 4.000000000000D+00
+   -1.415149951172D+04 2.822278022766D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31  0 45  0.0-3.922916948795D-05-9.094947017729D-13 1.257000000000D+04
+   -1.121366796875D+04-1.039980888367D+00-0.000000000000D+00 0.000000000000D+00
+    5.300668945312D+02-2.957100868225D+00 0.000000000000D+00-3.000000000000D+00
+    2.292854248047D+04-4.314546585083D-01-2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31  0 45  0.0-2.351868897676D-05 0.000000000000D+00 1.257000000000D+04
+   -3.568947753906D+03-1.592956542969D+00 0.000000000000D+00 0.000000000000D+00
+    1.711463476562D+04 1.992547988892D+00-1.862645149231D-09-2.000000000000D+00
+    1.859553271484D+04-2.129537582397D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31  0 45  0.0-3.826804459095D-05-9.094947017729D-13 1.257000000000D+04
+   -2.660540039062D+03-6.522541046143D-01 0.000000000000D+00 0.000000000000D+00
+    1.820411718750D+04-2.334510803223D+00-1.862645149231D-09 3.000000000000D+00
+    1.766534472656D+04 2.305773735046D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  0 45  0.0-3.408305346966D-04-1.818989403546D-12 1.257000000000D+04
+   -9.206356933594D+03 2.763403892517D+00 0.000000000000D+00 0.000000000000D+00
+   -1.186516503906D+04 5.707778930664D-01 9.313225746155D-10-4.000000000000D+00
+    2.062063867188D+04 1.564020156860D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31  0 45  0.0-1.018587499857D-05-1.818989403546D-12 1.413000000000D+04
+    7.313001953125D+03 1.029405593872D-01 0.000000000000D+00 0.000000000000D+00
+    2.435763574219D+04-2.611970901489D-01-2.793967723846D-09 2.000000000000D+00
+    1.569315429688D+03 3.576046943665D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  1 15  0.0-1.759855076671D-04 0.000000000000D+00 3.630000000000D+03
+    1.569211132813D+04 2.526464462280D+00 4.656612873077D-09 0.000000000000D+00
+   -8.008835449219D+03 4.709434509277D-02 0.000000000000D+00 1.000000000000D+00
+    1.846019921875D+04-2.125889778137D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31  1 15  0.0-3.826990723610D-05-9.094947017729D-13 3.630000000000D+03
+   -4.320391601562D+03-1.195694923401D+00 0.000000000000D+00 0.000000000000D+00
+    1.369100390625D+04-2.630843162537D+00-9.313225746155D-10 3.000000000000D+00
+    2.107897607422D+04 1.462494850159D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  1 15  0.0-1.596370711923D-04 1.818989403546D-12 3.630000000000D+03
+    2.526348583984D+04 3.895454406738D-01 4.656612873077D-09 0.000000000000D+00
+   -1.917477539063D+03-8.962249755859D-02-1.862645149231D-09 6.000000000000D+00
+    2.847505371094D+03-3.505844116211D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31  1 15  0.0-5.779974162579D-05 0.000000000000D+00 3.630000000000D+03
+    6.246695312500D+03-1.688765525818D+00 1.862645149231D-09 0.000000000000D+00
+    9.199861328125D+03 2.659685134888D+00-1.862645149231D-09-7.000000000000D+00
+    2.293362255859D+04-6.146116256714D-01-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  1 15  0.0-3.408342599869D-04-1.818989403546D-12 3.630000000000D+03
+   -3.899129882813D+03 3.086628913879D+00 1.862645149231D-09 0.000000000000D+00
+   -1.117121679688D+04 1.821594238281D-01 9.313225746155D-10-4.000000000000D+00
+    2.260271923828D+04 6.240568161011D-01-1.862645149231D-09 0.000000000000D+00
+18 12 10 31  1 15  0.0-3.923103213310D-05 0.000000000000D+00 3.630000000000D+03
+   -1.340010351563D+04-1.360302925110D+00 0.000000000000D+00 0.000000000000D+00
+   -4.482287109375D+03-2.570095062256D+00 9.313225746155D-10-3.000000000000D+00
+    2.127837158203D+04-1.389964103699D+00-2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31  1 15  0.0-2.351682633162D-05 9.094947017729D-13 3.630000000000D+03
+   -5.849797363281D+03-9.417247772217D-01-9.313225746155D-10 0.000000000000D+00
+    2.047437402344D+04 1.693271636963D+00-9.313225746155D-10-2.000000000000D+00
+    1.409454492188D+04-2.839010238647D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  1 15  0.0-5.633197724819D-05 0.000000000000D+00 3.630000000000D+03
+    1.526432080078D+04-1.519065856934D+00 4.656612873077D-09 0.000000000000D+00
+   -7.688744140625D+03 2.106529235840D+00-9.313225746155D-10 0.000000000000D+00
+    1.890749414062D+04 2.089637756348D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  1 15  0.0-1.018960028887D-05-1.818989403546D-12 3.690000000000D+03
+    7.149270507813D+03-3.183059692383D-01 0.000000000000D+00 0.000000000000D+00
+    2.315986035156D+04-1.044379234314D+00-2.793967723846D-09 2.000000000000D+00
+    7.861878417969D+03 3.370140075684D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  1 15  0.0-1.033684238791D-04 1.818989403546D-12 1.437000000000D+04
+    1.531322851562D+04-4.068279266357D-01 4.656612873077D-09 0.000000000000D+00
+   -2.028139257812D+04 2.350769042969D-01 0.000000000000D+00-1.000000000000D+00
+    3.066859375000D+03 3.541403770447D+00 9.313225746155D-10 0.000000000000D+00
+24 12 10 31  1 15  0.0-8.168071508408D-05-0.000000000000D+00 1.437000000000D+04
+   -6.408789550781D+03 4.374761581421D-01-0.000000000000D+00 0.000000000000D+00
+   -2.279128662109D+04 1.233879089355D+00 1.862645149231D-09 2.000000000000D+00
+   -9.518325195312D+03-3.258967399597D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  1 15  0.0 4.523526877165D-05 9.094947017729D-13 1.437000000000D+04
+   -1.420900195312D+04-6.798505783081D-01-0.000000000000D+00 0.000000000000D+00
+   -1.927779443359D+04-9.985780715942D-01 1.862645149231D-09 4.000000000000D+00
+    8.751627441406D+03-3.312561035156D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  1 15  0.0-3.670519217849D-04-9.094947017729D-13 1.446000000000D+04
+    5.702510253906D+03 8.981142044067D-01 9.313225746155D-10 0.000000000000D+00
+   -2.053003271484D+04-1.709511756897D+00 1.862645149231D-09-2.000000000000D+00
+   -1.405130810547D+04 2.863071441650D+00 1.862645149231D-09 0.000000000000D+00
+23 12 10 31  1 15  0.0-4.421053454280D-04-2.728484105319D-12 1.458000000000D+04
+    4.750902832031D+03 1.254076004028D+00-0.000000000000D+00 0.000000000000D+00
+   -1.302993408203D+04 2.649085998535D+00 9.313225746155D-10 3.000000000000D+00
+   -2.141951220703D+04-1.334823608398D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  1 15  0.0 2.330262213945D-05 0.000000000000D+00 1.437000000000D+04
+   -2.531386865234D+04-4.389801025391D-01-3.725290298462D-09 0.000000000000D+00
+    1.540903320312D+02 1.461124420166D-01 1.862645149231D-09 6.000000000000D+00
+   -3.126254882812D+03 3.540798187256D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31  1 15  0.0-1.236069947481D-04 0.000000000000D+00 1.437000000000D+04
+   -1.989139990234D+04 1.901815414429D+00-9.313225746155D-10 0.000000000000D+00
+   -7.728662597656D+03 2.402353286743D-01 9.313225746155D-10 5.000000000000D+00
+    1.402418017578D+04 2.837178230286D+00-2.793967723846D-09 0.000000000000D+00
+15 12 10 31  1 15  0.0 1.122243702412D-06 0.000000000000D+00 1.437000000000D+04
+   -1.571915429688D+04 1.456833839417D+00-4.656612873077D-09 0.000000000000D+00
+    9.677635742188D+03-1.936825752258D+00 0.000000000000D+00 0.000000000000D+00
+   -1.763993359375D+04-2.350784301758D+00-0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  1 15  0.0-1.723114401102D-04 0.000000000000D+00 1.437000000000D+04
+   -1.579411962891D+04-2.515641212463D+00-4.656612873077D-09 0.000000000000D+00
+    7.979550781250D+03-4.555320739746D-02 9.313225746155D-10 1.000000000000D+00
+   -1.837412646484D+04 2.143830299377D+00-0.000000000000D+00 0.000000000000D+00
+14 12 10 31  1 15  0.0 2.413801848888D-05-1.818989403546D-12 1.437000000000D+04
+   -6.210353027344D+03 1.676283836365D+00-1.862645149231D-09 0.000000000000D+00
+   -9.290771972656D+03-2.658587455750D+00 1.862645149231D-09-7.000000000000D+00
+   -2.295261669922D+04 6.150112152100D-01 9.313225746155D-10 0.000000000000D+00
+16 12 10 31  1 15  0.0-1.347251236439D-05-0.000000000000D+00 1.437000000000D+04
+   -1.514062597656D+04 3.675270080566D-01-3.725290298462D-09 0.000000000000D+00
+    2.027250292969D+04-2.136487960815D-01-0.000000000000D+00-1.000000000000D+00
+   -2.811278808594D+03-3.566310882568D+00-9.313225746155D-10 0.000000000000D+00
+21 12 10 31  1 15  0.0-7.869675755501D-07 1.818989403546D-12 1.563000000000D+04
+    1.416356054688D+04 6.760873794556D-01 0.000000000000D+00 0.000000000000D+00
+    1.946623242188D+04 9.734783172607D-01-2.793967723846D-09 4.000000000000D+00
+   -8.592703613281D+03 3.314247131348D+00 9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  1 15  0.0-4.106760025024D-05-9.094947017729D-13 3.630000000000D+03
+    1.990687646484D+04-1.904702186584D+00 9.313225746155D-10 0.000000000000D+00
+    7.691710449219D+03-2.384738922119D-01-1.862645149231D-09 5.000000000000D+00
+   -1.392989501953D+04-2.846720695496D+00 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31  1 15  0.0 2.074055373669D-05 0.000000000000D+00 3.930000000000D+03
+    3.151334960938D+03-3.106329917908D+00-2.793967723846D-09 0.000000000000D+00
+    1.110863867188D+04-1.887435913086D-01 0.000000000000D+00-4.000000000000D+00
+   -2.275338964844D+04-5.251817703247D-01 9.313225746155D-10 0.000000000000D+00
+22 12 10 31  1 15  0.0 6.270594894886D-05 0.000000000000D+00 3.930000000000D+03
+    1.345728857422D+04 1.355626106262D+00 0.000000000000D+00 0.000000000000D+00
+    4.672369140625D+03 2.560765266418D+00-9.313225746155D-10-3.000000000000D+00
+   -2.112663232422D+04 1.443069458008D+00 2.793967723846D-09 0.000000000000D+00
+12 12 10 31  1 45  0.0-1.033646985888D-04 1.818989403546D-12 1.617000000000D+04
+    1.425071484375D+04-7.322692871094D-01 4.656612873077D-09 0.000000000000D+00
+   -1.913290234375D+04 1.049137115479D+00-0.000000000000D+00-1.000000000000D+00
+    9.242416992188D+03 3.276134490967D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31  1 45  0.0-5.633104592562D-05 0.000000000000D+00 1.617000000000D+04
+    1.264018945312D+04-1.356629371643D+00 3.725290298462D-09 0.000000000000D+00
+   -3.353880371094D+03 2.678385734558D+00-1.862645149231D-09 0.000000000000D+00
+    2.188780322266D+04 1.200457572937D+00-0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  1 45  0.0-1.759845763445D-04 0.000000000000D+00 1.617000000000D+04
+    1.970497851562D+04 1.895979881287D+00 4.656612873077D-09 0.000000000000D+00
+   -8.232684082031D+03-2.668886184692D-01-1.862645149231D-09 1.000000000000D+00
+    1.397020751953D+04-2.830630302429D+00 9.313225746155D-10 0.000000000000D+00
+13 12 10 31  1 45  0.0-3.670537844300D-04-9.094947017729D-13 1.617000000000D+04
+    6.770281738281D+03 3.077630996704D-01 2.793967723846D-09 0.000000000000D+00
+   -2.312142382812D+04-1.129322052002D+00 9.313225746155D-10-2.000000000000D+00
+   -8.421945800781D+03 3.351247787476D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  1 45  0.0-1.596333459020D-04 1.818989403546D-12 1.617000000000D+04
+    2.517536621094D+04-4.833927154541D-01 3.725290298462D-09 0.000000000000D+00
+   -2.041903320312D+03-9.616851806641D-03-1.862645149231D-09 6.000000000000D+00
+   -3.491607910156D+03-3.491809844971D+00 2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31  1 45  0.0-3.408389165998D-04-1.818989403546D-12 1.617000000000D+04
+    1.726293457031D+03 3.112681388855D+00 3.725290298462D-09 0.000000000000D+00
+   -1.124397705078D+04-2.637615203857D-01-0.000000000000D+00-4.000000000000D+00
+    2.283842724609D+04-3.638114929199D-01-9.313225746155D-10 0.000000000000D+00
+17 12 10 31  1 45  0.0 4.523806273937D-05 9.094947017729D-13 1.617000000000D+04
+   -1.516137548828D+04-3.373060226440D-01-0.000000000000D+00 0.000000000000D+00
+   -2.033717626953D+04-1.874837875366D-01 2.793967723846D-09 4.000000000000D+00
+    2.527311523438D+03-3.558386802673D+00-0.000000000000D+00 0.000000000000D+00
+24 12 10 31  1 45  0.0-8.168164640665D-05-0.000000000000D+00 1.617000000000D+04
+   -5.099762207031D+03 1.032946586609D+00-0.000000000000D+00 0.000000000000D+00
+   -2.005449316406D+04 1.765379905701D+00 1.862645149231D-09 2.000000000000D+00
+   -1.494124951172D+04-2.727503776550D+00 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  1 45  0.0 2.330448478460D-05 0.000000000000D+00 1.617000000000D+04
+   -2.529488769531D+04 4.593000411987D-01-2.793967723846D-09 0.000000000000D+00
+    4.424555664062D+02 1.332454681396D-01 1.862645149231D-09 6.000000000000D+00
+    3.285706542969D+03 3.537337303162D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  1 45  0.0-1.723114401102D-04 0.000000000000D+00 1.617000000000D+04
+   -1.978372509766D+04-1.881134986877D+00-4.656612873077D-09 0.000000000000D+00
+    8.203803710938D+03 2.655963897705D-01 1.862645149231D-09 1.000000000000D+00
+   -1.385485888672D+04 2.845009803772D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  1 45  0.0 1.123175024986D-06 0.000000000000D+00 1.617000000000D+04
+   -1.315914550781D+04 1.345645904541D+00-3.725290298462D-09 0.000000000000D+00
+    5.596907714844D+03-2.569642066956D+00 9.313225746155D-10 0.000000000000D+00
+   -2.113653027344D+04-1.508947372437D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  1 45  0.0-1.236051321030D-04 0.000000000000D+00 1.617000000000D+04
+   -1.587185400391D+04 2.527194023132D+00 0.000000000000D+00 0.000000000000D+00
+   -7.569203125000D+03-9.144401550293D-02 9.313225746155D-10 5.000000000000D+00
+    1.852508642578D+04 2.131570816040D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31  1 45  0.0-1.347251236439D-05 0.000000000000D+00 1.617000000000D+04
+   -1.413963720703D+04 7.029542922974D-01-4.656612873077D-09 0.000000000000D+00
+    1.915885888672D+04-1.031957626343D+00 0.000000000000D+00-1.000000000000D+00
+   -9.037958984375D+03-3.307110786438D+00-9.313225746155D-10 0.000000000000D+00
+14 12 10 31  1 45  0.0 2.413336187601D-05-1.818989403546D-12 1.617000000000D+04
+   -3.666124511719D+03 1.137272834778D+00-9.313225746155D-10 0.000000000000D+00
+   -1.410275976562D+04-2.637577056885D+00 1.862645149231D-09-7.000000000000D+00
+   -2.097523193359D+04 1.567661285400D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31  1 45  0.0-3.923196345568D-05-0.000000000000D+00 1.617000000000D+04
+   -1.598323583984D+04-1.469270706177D+00-0.000000000000D+00 0.000000000000D+00
+   -8.594817871094D+03-1.971681594849D+00 1.862645149231D-09-3.000000000000D+00
+    1.798977734375D+04-2.240253448486D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  1 45  0.0-5.780067294836D-05 0.000000000000D+00 1.620000000000D+04
+    3.678527832031D+03-1.151090621948D+00 0.000000000000D+00 0.000000000000D+00
+    1.401716259766D+04 2.641972541809D+00-1.862645149231D-09-7.000000000000D+00
+    2.095268750000D+04-1.572318077087D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  1 45  0.0-2.351496368647D-05 9.094947017729D-13 1.620000000000D+04
+   -6.993960449219D+03-3.480081558228D-01-2.793967723846D-09 0.000000000000D+00
+    2.305021826172D+04 1.128483772278D+00-9.313225746155D-10-2.000000000000D+00
+    8.507168945312D+03-3.328935623169D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31  1 45  0.0-7.832422852516D-07 1.818989403546D-12 1.620000000000D+04
+    1.510920410156D+04 3.338623046875D-01 0.000000000000D+00 0.000000000000D+00
+    2.048208935547D+04 1.646203994751D-01-2.793967723846D-09 4.000000000000D+00
+   -2.373505371094D+03 3.551375389099D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  1 45  0.0-1.019332557917D-05-1.818989403546D-12 1.620000000000D+04
+    6.069626464844D+03-9.009361267090D-01 0.000000000000D+00 0.000000000000D+00
+    2.071641357422D+04-1.631122589111D+00-1.862645149231D-09 2.000000000000D+00
+    1.354463134766D+04 2.902939796448D+00-9.313225746155D-10 0.000000000000D+00
+19 12 10 31  1 45  0.0-3.827176988125D-05-9.094947017729D-13 1.620000000000D+04
+   -6.944777832031D+03-1.705428123474D+00 0.000000000000D+00 0.000000000000D+00
+    8.913145507812D+03-2.628652572632D+00 0.000000000000D+00 3.000000000000D+00
+    2.286221093750D+04 5.059871673584D-01-2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31  1 45  0.0-4.107039421797D-05-9.094947017729D-13 5.430000000000D+03
+    1.587748681641D+04-2.535157203674D+00 0.000000000000D+00 0.000000000000D+00
+    7.535682617188D+03 9.363079071045D-02-9.313225746155D-10 5.000000000000D+00
+   -1.844748095703D+04-2.140057563782D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31  1 45  0.0 6.270688027143D-05 0.000000000000D+00 5.550000000000D+03
+    1.602296435547D+04 1.453845977783D+00 0.000000000000D+00 0.000000000000D+00
+    8.762396484375D+03 1.956171035767D+00-9.313225746155D-10-3.000000000000D+00
+   -1.774294335938D+04 2.292390823364D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  1 45  0.0 2.074148505926D-05 0.000000000000D+00 5.430000000000D+03
+   -2.487739257813D+03-3.107895851135D+00-2.793967723846D-09 0.000000000000D+00
+    1.117449023438D+04 2.616510391235D-01 0.000000000000D+00-4.000000000000D+00
+   -2.280801269531D+04 4.648017883301D-01 9.313225746155D-10 0.000000000000D+00
+23 12 10 31  1 45  0.0-4.421118646860D-04-2.728484105319D-12 5.430000000000D+03
+    7.468041015625D+03 1.748022079468D+00 0.000000000000D+00 0.000000000000D+00
+   -8.253024414062D+03 2.610088348389D+00 0.000000000000D+00 3.000000000000D+00
+   -2.296427539063D+04-3.704948425293D-01 2.793967723846D-09 0.000000000000D+00
+ 1 12 10 31  2 15  0.0-1.759836450219D-04 0.000000000000D+00 7.230000000000D+03
+    2.241478125000D+04 1.094921112061D+00 4.656612873077D-09 0.000000000000D+00
+   -8.845787109375D+03-3.757343292236D-01-2.793967723846D-09 1.000000000000D+00
+    8.401423339844D+03-3.316782951355D+00 9.313225746155D-10 0.000000000000D+00
+20 12 10 31  2 15  0.0-1.019705086946D-05-1.818989403546D-12 7.230000000000D+03
+    3.866376953125D+03-1.548913002014D+00 0.000000000000D+00 0.000000000000D+00
+    1.744603955078D+04-1.955643653870D+00-1.862645149231D-09 2.000000000000D+00
+    1.817727832031D+04 2.211020469666D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31  2 15  0.0-3.827456384897D-05-9.094947017729D-13 7.230000000000D+03
+   -1.037526708984D+04-2.074736595154D+00 0.000000000000D+00 0.000000000000D+00
+    4.393988281250D+03-2.351008415222D+00 0.000000000000D+00 3.000000000000D+00
+    2.287691552734D+04-4.897727966309D-01-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31  2 15  0.0-1.236042007804D-04 9.094947017729D-13 7.230000000000D+03
+   -1.094853906250D+04 2.895503997803D+00 9.313225746155D-10 0.000000000000D+00
+   -8.133875976562D+03-5.490074157715D-01 0.000000000000D+00 5.000000000000D+00
+    2.159940527344D+04 1.262326240540D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  2 15  0.0-5.779974162579D-05 0.000000000000D+00 7.230000000000D+03
+    2.117598144531D+03-5.887250900269D-01-9.313225746155D-10 0.000000000000D+00
+    1.852584570313D+04 2.317373275757D+00-9.313225746155D-10-7.000000000000D+00
+    1.734597167969D+04-2.409172058105D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  2 15  0.0-3.408426418900D-04-1.818989403546D-12 7.230000000000D+03
+    7.125745605469D+03 2.838966369629D+00 4.656612873077D-09 0.000000000000D+00
+   -1.209145996094D+04-6.611299514771D-01-9.313225746155D-10-4.000000000000D+00
+    2.131003613281D+04-1.323358535767D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  2 15  0.0-1.033600419760D-04 1.818989403546D-12 7.230000000000D+03
+    1.283187792969D+04-8.012075424194D-01 4.656612873077D-09 0.000000000000D+00
+   -1.651008496094D+04 1.853805541992D+00-9.313225746155D-10-1.000000000000D+00
+    1.470946630859D+04 2.759047508240D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  2 15  0.0-5.632918328047D-05 0.000000000000D+00 7.230000000000D+03
+    1.050313037109D+04-9.908599853516D-01 2.793967723846D-09 0.000000000000D+00
+    1.813243652344D+03 3.017738342285D+00-1.862645149231D-09 0.000000000000D+00
+    2.317395361328D+04 2.195243835449D-01-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  2 15  0.0-2.350937575102D-05 9.094947017729D-13 7.230000000000D+03
+   -7.196409667969D+03 9.044170379639D-02-3.725290298462D-09 0.000000000000D+00
+    2.441420947266D+04 3.603353500366D-01 0.000000000000D+00-2.000000000000D+00
+    2.264762207031D+03-3.562216758728D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31  2 15  0.0-1.347251236439D-05 0.000000000000D+00 7.230000000000D+03
+   -1.276609033203D+04 7.797908782959D-01-4.656612873077D-09 0.000000000000D+00
+    1.656328906250D+04-1.840490341187D+00 1.862645149231D-09-1.000000000000D+00
+   -1.456270800781D+04-2.791633605957D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  2 15  0.0-7.804483175278D-07 9.094947017729D-13 7.230000000000D+03
+    1.523307861328D+04-2.276573181152D-01 0.000000000000D+00 0.000000000000D+00
+    2.012486621094D+04-5.349483489990D-01-2.793967723846D-09 4.000000000000D+00
+    4.028079101563D+03 3.515585899353D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  2 15  0.0-3.923568874598D-05 0.000000000000D+00 7.230000000000D+03
+   -1.853216503906D+04-1.317528724670D+00 0.000000000000D+00 0.000000000000D+00
+   -1.151241552734D+04-1.260526657104D+00 1.862645149231D-09-3.000000000000D+00
+    1.331754003906D+04-2.917522430420D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  2 15  0.0-1.596296206117D-04 1.818989403546D-12 7.230000000000D+03
+    2.357153857422D+04-1.276341438293D+00 1.862645149231D-09 0.000000000000D+00
+   -1.818966796875D+03 2.908668518066D-01-1.862645149231D-09 6.000000000000D+00
+   -9.560422363281D+03-3.207501411438D+00 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  2 15  0.0-3.670556470752D-04-9.094947017729D-13 1.797000000000D+04
+    6.907878417969D+03-1.212816238403D-01 3.725290298462D-09 0.000000000000D+00
+   -2.447296484375D+04-3.459138870239D-01 0.000000000000D+00-2.000000000000D+00
+   -2.142390625000D+03 3.580801963806D+00 1.862645149231D-09 0.000000000000D+00
+17 12 10 31  2 15  0.0 4.523992538452D-05 9.094947017729D-13 1.797000000000D+04
+   -1.528999218750D+04 2.260494232178D-01 0.000000000000D+00 0.000000000000D+00
+   -2.001778466797D+04 5.159044265747D-01 2.793967723846D-09 4.000000000000D+00
+   -3.892761230469D+03-3.528597831726D+00-0.000000000000D+00 0.000000000000D+00
+24 12 10 31  2 15  0.0-8.168257772923D-05-0.000000000000D+00 1.797000000000D+04
+   -2.664738769531D+03 1.670432090759D+00 0.000000000000D+00 0.000000000000D+00
+   -1.659895410156D+04 2.026663780212D+00 9.313225746155D-10 2.000000000000D+00
+   -1.921099365234D+04-1.986002922058D+00 1.862645149231D-09 0.000000000000D+00
+14 12 10 31  2 15  0.0 2.412963658571D-05-1.818989403546D-12 1.818000000000D+04
+   -2.130044921875D+03 5.751342773438D-01 0.000000000000D+00 0.000000000000D+00
+   -1.860279736328D+04-2.312748908997D+00 9.313225746155D-10-7.000000000000D+00
+   -1.738226269531D+04 2.398586273193D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  2 15  0.0 2.330634742975D-05 0.000000000000D+00 1.797000000000D+04
+   -2.369846533203D+04 1.294471740723D+00-1.862645149231D-09 0.000000000000D+00
+    4.907319335938D+02-1.165313720703D-01 1.862645149231D-09 6.000000000000D+00
+    9.443709472656D+03 3.260505676270D+00-2.793967723846D-09 0.000000000000D+00
+ 5 12 10 31  2 15  0.0-1.723105087876D-04 0.000000000000D+00 1.797000000000D+04
+   -2.246415185547D+04-1.077390670776D+00-3.725290298462D-09 0.000000000000D+00
+    8.811280761719D+03 3.706684112549D-01 2.793967723846D-09 1.000000000000D+00
+   -8.264320800781D+03 3.326376914978D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  2 15  0.0 1.124106347561D-06 0.000000000000D+00 1.797000000000D+04
+   -1.100724951172D+04 1.014994621277D+00-2.793967723846D-09 0.000000000000D+00
+    5.556157226562D+02-2.989003181458D+00 1.862645149231D-09 0.000000000000D+00
+   -2.300124023438D+04-5.492534637451D-01 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31  2 15  0.0 2.074241638184D-05 0.000000000000D+00 1.860000000000D+04
+   -7.856372558594D+03-2.809792518616D+00-3.725290298462D-09 0.000000000000D+00
+    1.201752539062D+04 6.572713851929D-01 9.313225746155D-10-4.000000000000D+00
+   -2.110193408203D+04 1.418500900269D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  2 15  0.0 6.270781159401D-05 0.000000000000D+00 8.280000000000D+03
+    1.853154052734D+04 1.287594795227D+00 0.000000000000D+00 0.000000000000D+00
+    1.164759130859D+04 1.240408897400D+00-1.862645149231D-09-3.000000000000D+00
+   -1.298026123047D+04 2.965107917786D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  2 15  0.0-4.107318818569D-05-9.094947017729D-13 7.230000000000D+03
+    1.093615673828D+04-2.907212257385D+00-1.862645149231D-09 0.000000000000D+00
+    8.105180664062D+03 5.522422790527D-01 0.000000000000D+00 5.000000000000D+00
+   -2.153402685547D+04-1.267043113708D+00 1.862645149231D-09 0.000000000000D+00
+23 12 10 31  2 15  0.0-4.421174526215D-04-2.728484105319D-12 7.230000000000D+03
+    1.095247363281D+04 2.090539932251D+00 0.000000000000D+00 0.000000000000D+00
+   -3.795501464844D+03 2.302673339844D+00 0.000000000000D+00 3.000000000000D+00
+   -2.273620263672D+04 6.222467422485D-01 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  2 45  0.0-3.670584410429D-04-9.094947017729D-13 1.977000000000D+04
+    6.471255371094D+03-3.224496841431D-01 4.656612873077D-09 0.000000000000D+00
+   -2.430361865234D+04 5.420255661011D-01-9.313225746155D-10-2.000000000000D+00
+    4.302598144531D+03 3.533836364746D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31  2 45  0.0-1.033563166857D-04 1.818989403546D-12 1.977000000000D+04
+    1.151302636719D+04-6.271600723267D-01 3.725290298462D-09 0.000000000000D+00
+   -1.253371972656D+04 2.534819602966D+00-2.793967723846D-09-1.000000000000D+00
+    1.904661865234D+04 2.028569221497D+00-0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  2 45  0.0-3.408472985029D-04-1.818989403546D-12 1.977000000000D+04
+    1.179133691406D+04 2.307819366455D+00 4.656612873077D-09 0.000000000000D+00
+   -1.353580566406D+04-9.122848510742D-01-2.793967723846D-09-4.000000000000D+00
+    1.813588037109D+04-2.180599212646D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  2 45  0.0-1.759827136993D-04 0.000000000000D+00 1.977000000000D+04
+    2.360869970703D+04 2.308073043823D-01 3.725290298462D-09 0.000000000000D+00
+   -9.438868164062D+03-2.419824600220D-01-3.725290298462D-09 1.000000000000D+00
+    2.183856933594D+03-3.546821594238D+00 1.862645149231D-09 0.000000000000D+00
+14 12 10 31  2 45  0.0 2.412591129541D-05-1.818989403546D-12 1.977000000000D+04
+   -1.542806152344D+03 1.004219055176D-01 1.862645149231D-09 0.000000000000D+00
+   -2.226239550781D+04-1.712283134460D+00 9.313225746155D-10-7.000000000000D+00
+   -1.245168505859D+04 3.044380187988D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31  2 45  0.0-1.236023381352D-04 9.094947017729D-13 1.977000000000D+04
+   -5.628224609375D+03 2.965048789978D+00 2.793967723846D-09 0.000000000000D+00
+   -9.560655761719D+03-1.031392097473D+00-0.000000000000D+00 5.000000000000D+00
+    2.301118457031D+04 2.961988449097D-01-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  2 45  0.0-1.596258953214D-04 1.818989403546D-12 1.980000000000D+04
+    2.068881787109D+04-1.889815330505D+00 0.000000000000D+00 0.000000000000D+00
+   -8.933256835938D+02 7.593364715576D-01-1.862645149231D-09 6.000000000000D+00
+   -1.488942236328D+04-2.675184249878D+00 2.793967723846D-09 0.000000000000D+00
+ 5 12 10 31  2 45  0.0-1.723105087876D-04 0.000000000000D+00 1.977000000000D+04
+   -2.362541992188D+04-2.123870849609D-01-2.793967723846D-09 0.000000000000D+00
+    9.391578613281D+03 2.328624725342D-01 2.793967723846D-09 1.000000000000D+00
+   -2.034613281250D+03 3.550559997559D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31  2 45  0.0 4.524271935225D-05 9.094947017729D-13 1.977000000000D+04
+   -1.425946191406D+04 9.353322982788D-01 0.000000000000D+00 0.000000000000D+00
+   -1.860009619141D+04 1.020210266113D+00 1.862645149231D-09 4.000000000000D+00
+   -1.001107763672D+04-3.225258827209D+00 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  2 45  0.0 2.330727875233D-05 9.094947017729D-13 1.977000000000D+04
+   -2.073741845703D+04 1.959526062012D+00-0.000000000000D+00 0.000000000000D+00
+   -9.238916015625D+01-5.572967529297D-01 1.862645149231D-09 6.000000000000D+00
+    1.487212060547D+04 2.731984138489D+00-2.793967723846D-09 0.000000000000D+00
+18 12 10 31  2 45  0.0-3.923662006855D-05-0.000000000000D+00 1.977000000000D+04
+   -2.056541796875D+04-8.991155624390D-01 0.000000000000D+00 0.000000000000D+00
+   -1.313261181641D+04-5.490465164185D-01 1.862645149231D-09-3.000000000000D+00
+    7.621755371094D+03-3.370268821716D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  2 45  0.0 1.124106347561D-06 0.000000000000D+00 1.977000000000D+04
+   -9.585839843750D+03 5.506219863892D-01-1.862645149231D-09 0.000000000000D+00
+   -4.990949218750D+03-3.122224807739D+00 1.862645149231D-09 0.000000000000D+00
+   -2.308734716797D+04 4.544715881348D-01 9.313225746155D-10 0.000000000000D+00
+16 12 10 31  2 45  0.0-1.347158104181D-05 0.000000000000D+00 1.977000000000D+04
+   -1.148051708984D+04 6.112232208252D-01-3.725290298462D-09 0.000000000000D+00
+    1.260870117188D+04-2.523599624634D+00 1.862645149231D-09-1.000000000000D+00
+   -1.895832080078D+04-2.060845375061D+00-0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  2 45  0.0 2.074427902699D-05 0.000000000000D+00 1.977000000000D+04
+   -1.244968212891D+04-2.257447242737D+00-3.725290298462D-09 0.000000000000D+00
+    1.344899951172D+04 9.010028839111D-01 2.793967723846D-09-4.000000000000D+00
+   -1.776739794922D+04 2.262506484985D+00-0.000000000000D+00 0.000000000000D+00
+19 12 10 31  2 45  0.0-3.827642649412D-05-9.094947017729D-13 2.127000000000D+04
+   -1.427693505859D+04-2.217081069946D+00 0.000000000000D+00 0.000000000000D+00
+    5.762407226562D+02-1.863208770752D+00 9.313225746155D-10 3.000000000000D+00
+    2.112176074219D+04-1.447742462158D+00-2.793967723846D-09 0.000000000000D+00
+10 12 10 31  2 45  0.0-5.779974162579D-05 0.000000000000D+00 1.980000000000D+04
+    1.506689453125D+03-1.131143569946D-01-1.862645149231D-09 0.000000000000D+00
+    2.219132373047D+04 1.713644981384D+00 0.000000000000D+00-7.000000000000D+00
+    1.239181054688D+04-3.059605598450D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31  2 45  0.0-7.776543498039D-07 9.094947017729D-13 1.980000000000D+04
+    1.420202197266D+04-9.342527389526D-01-9.313225746155D-10 0.000000000000D+00
+    1.867646582031D+04-1.035394668579D+00-1.862645149231D-09 4.000000000000D+00
+    1.011997070312D+04 3.209431648254D+00-9.313225746155D-10 0.000000000000D+00
+20 12 10 31  2 45  0.0-1.020077615976D-05-1.818989403546D-12 1.980000000000D+04
+    5.212875976562D+02-2.150753974915D+00 0.000000000000D+00 0.000000000000D+00
+    1.384771728516D+04-1.995706558228D+00-9.313225746155D-10 2.000000000000D+00
+    2.140162890625D+04 1.348413467407D+00-2.793967723846D-09 0.000000000000D+00
+11 12 10 31  2 45  0.0-5.632825195789D-05 0.000000000000D+00 1.980000000000D+04
+    9.140283203125D+03-5.136890411377D-01 9.313225746155D-10 0.000000000000D+00
+    7.332623535156D+03 3.063008308411D+00-1.862645149231D-09 0.000000000000D+00
+    2.266863183594D+04-7.771444320679D-01-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  2 45  0.0 6.270874291658D-05 0.000000000000D+00 2.022000000000D+04
+    2.049616308594D+04 8.526821136475D-01-9.313225746155D-10 0.000000000000D+00
+    1.322958984375D+04 5.273561477661D-01-1.862645149231D-09-3.000000000000D+00
+   -7.206917968750D+03 3.407829284668D+00 9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  2 45  0.0-2.350658178329D-05 9.094947017729D-13 9.030000000000D+03
+   -6.802792968750D+03 3.062610626221D-01-3.725290298462D-09 0.000000000000D+00
+    2.428259033203D+04-5.152378082275D-01 9.313225746155D-10-2.000000000000D+00
+   -4.151924316406D+03-3.521389961243D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  2 45  0.0-4.107598215342D-05-9.094947017729D-13 9.030000000000D+03
+    5.593250976562D+03-2.977962493896D+00-2.793967723846D-09 0.000000000000D+00
+    9.538748535156D+03 1.035615921021D+00 0.000000000000D+00 5.000000000000D+00
+   -2.294958154297D+04-2.955331802368D-01 9.313225746155D-10 0.000000000000D+00
+23 12 10 31  2 45  0.0-4.421239718795D-04-2.728484105319D-12 9.060000000000D+03
+    1.485292285156D+04 2.199189186096D+00 0.000000000000D+00 0.000000000000D+00
+   -8.331250000000D+01 1.796390533447D+00-9.313225746155D-10 3.000000000000D+00
+   -2.075310449219D+04 1.566918373108D+00 2.793967723846D-09 0.000000000000D+00
+24 12 10 31  2 45  0.0-8.168350905180D-05 0.000000000000D+00 9.030000000000D+03
+    8.720859375000D+02 2.238645553589D+00 0.000000000000D+00 0.000000000000D+00
+   -1.292868212891D+04 2.005864143372D+00 9.313225746155D-10 2.000000000000D+00
+   -2.199900830078D+04-1.091806411743D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31  3 15  0.0-1.759817823768D-04 0.000000000000D+00 1.083000000000D+04
+    2.327732128906D+04-5.809440612793D-01 1.862645149231D-09 0.000000000000D+00
+   -9.574473632812D+03 1.277093887329D-01-3.725290298462D-09 1.000000000000D+00
+   -4.202355957031D+03-3.502941131592D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31  3 15  0.0-1.020357012749D-05-1.818989403546D-12 1.083000000000D+04
+   -3.783276367188D+03-2.598222732544D+00 0.000000000000D+00 0.000000000000D+00
+    1.041848486328D+04-1.775533676147D+00 0.000000000000D+00 2.000000000000D+00
+    2.296927539063D+04 3.822479248047D-01-2.793967723846D-09 0.000000000000D+00
+19 12 10 31  3 15  0.0-3.827922046185D-05-9.094947017729D-13 1.083000000000D+04
+   -1.818881689453D+04-2.081028938293D+00 0.000000000000D+00 0.000000000000D+00
+   -2.244937500000D+03-1.261532783508D+00 9.313225746155D-10 3.000000000000D+00
+    1.773238330078D+04-2.293768882751D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31  3 15  0.0-7.739290595055D-07 9.094947017729D-13 1.083000000000D+04
+    1.184378417969D+04-1.683763504028D+00-9.313225746155D-10 0.000000000000D+00
+    1.655063818359D+04-1.282003402710D+00-1.862645149231D-09 4.000000000000D+00
+    1.543325878906D+04 2.655956268311D+00-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  3 15  0.0-1.236004754901D-04 0.000000000000D+00 1.083000000000D+04
+   -4.523364257813D+02 2.739480972290D+00 2.793967723846D-09 0.000000000000D+00
+   -1.179697656250D+04-1.430991172791D+00-1.862645149231D-09 5.000000000000D+00
+    2.265196630859D+04-6.927957534790D-01-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  3 15  0.0-3.408519551158D-04-1.818989403546D-12 1.083000000000D+04
+    1.532712402344D+04 1.599564552307D+00 3.725290298462D-09 0.000000000000D+00
+   -1.524361328125D+04-9.446048736572D-01-3.725290298462D-09-4.000000000000D+00
+    1.356118212891D+04-2.869436264038D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31  3 15  0.0-1.033535227180D-04 9.094947017729D-13 1.083000000000D+04
+    1.068693750000D+04-2.661781311035D-01 2.793967723846D-09 0.000000000000D+00
+   -7.518597167969D+03 2.993815422058D+00-2.793967723846D-09-1.000000000000D+00
+    2.191698486328D+04 1.139634132385D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  3 15  0.0-5.632638931274D-05 9.094947017729D-13 1.083000000000D+04
+    8.655256835937D+03-3.411769866943D-02 0.000000000000D+00 0.000000000000D+00
+    1.265233203125D+04 2.796980857849D+00-1.862645149231D-09 0.000000000000D+00
+    2.041300683594D+04-1.712693214417D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  3 15  0.0-5.779881030321D-05 0.000000000000D+00 1.083000000000D+04
+    1.601757324219D+03 1.826190948486D-01-2.793967723846D-09 0.000000000000D+00
+    2.457010644531D+04 9.029369354248D-01 0.000000000000D+00-7.000000000000D+00
+    6.474296386719D+03-3.472491264343D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  3 15  0.0 6.270874291658D-05 0.000000000000D+00 1.083000000000D+04
+    2.146442724609D+04 1.911840438843D-01-9.313225746155D-10 0.000000000000D+00
+    1.361368847656D+04-7.378673553467D-02-2.793967723846D-09-3.000000000000D+00
+   -8.717333984375D+02 3.585167884827D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  3 15  0.0-2.350471913815D-05 9.094947017729D-13 1.083000000000D+04
+   -6.244038574219D+03 2.733402252197D-01-3.725290298462D-09 0.000000000000D+00
+    2.256362255859D+04-1.383678436279D+00 1.862645149231D-09-2.000000000000D+00
+   -1.024937939453D+04-3.209815979004D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  3 15  0.0-3.670603036880D-04-9.094947017729D-13 1.083000000000D+04
+    5.899322265625D+03-2.714166641235D-01 4.656612873077D-09 0.000000000000D+00
+   -2.252922753906D+04 1.417383193970D+00-1.862645149231D-09-2.000000000000D+00
+    1.041512988281D+04 3.213764190674D+00 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  3 15  0.0 2.330914139748D-05 9.094947017729D-13 1.089000000000D+04
+   -1.679485205078D+04 2.374799728394D+00 9.313225746155D-10 0.000000000000D+00
+   -1.581328613281D+03-1.106957435608D+00 9.313225746155D-10 6.000000000000D+00
+    1.915213183594D+04 1.992805480957D+00-1.862645149231D-09 0.000000000000D+00
+14 12 10 31  3 15  0.0 2.412218600512D-05-1.818989403546D-12 2.157000000000D+04
+   -1.660163574219D+03-1.948394775391D-01 2.793967723846D-09 0.000000000000D+00
+   -2.464372412109D+04-9.074144363403D-01-0.000000000000D+00-7.000000000000D+00
+   -6.563456054688D+03 3.455834388733D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31  3 15  0.0-3.923755139112D-05-0.000000000000D+00 2.157000000000D+04
+   -2.163156738281D+04-2.530145645142D-01 9.313225746155D-10 0.000000000000D+00
+   -1.355394921875D+04 5.490303039551D-02 2.793967723846D-09-3.000000000000D+00
+    1.340358398438D+03-3.564031600952D+00-0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  3 15  0.0-1.723105087876D-04 0.000000000000D+00 2.157000000000D+04
+   -2.326160546875D+04 5.982198715210D-01-1.862645149231D-09 0.000000000000D+00
+    9.507454589844D+03-1.403522491455D-01 2.793967723846D-09 1.000000000000D+00
+    4.352472167969D+03 3.500088691711D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31  3 15  0.0 4.524458199739D-05 9.094947017729D-13 2.157000000000D+04
+   -1.189695068359D+04 1.687301635742D+00 0.000000000000D+00 0.000000000000D+00
+   -1.649886132812D+04 1.269637107849D+00 1.862645149231D-09 4.000000000000D+00
+   -1.535324316406D+04-2.671830177307D+00 9.313225746155D-10 0.000000000000D+00
+15 12 10 31  3 15  0.0 1.124106347561D-06-0.000000000000D+00 2.157000000000D+04
+   -9.040818847656D+03 6.001091003418D-02-0.000000000000D+00 0.000000000000D+00
+   -1.049375927734D+04-2.939357757568D+00 1.862645149231D-09 0.000000000000D+00
+   -2.138537890625D+04 1.424538612366D+00 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31  3 15  0.0 2.074521034956D-05 0.000000000000D+00 2.157000000000D+04
+   -1.587987060547D+04-1.533727645874D+00-3.725290298462D-09 0.000000000000D+00
+    1.512661718750D+04 9.218482971191D-01 3.725290298462D-09-4.000000000000D+00
+   -1.306196435547D+04 2.931875228882D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31  3 15  0.0-1.347064971924D-05 0.000000000000D+00 2.157000000000D+04
+   -1.067972119141D+04 2.537231445312D-01-2.793967723846D-09 0.000000000000D+00
+    7.613236328125D+03-2.982996940613D+00 2.793967723846D-09-1.000000000000D+00
+   -2.188679394531D+04-1.172189712524D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  3 15  0.0-1.596221700311D-04 1.818989403546D-12 1.080000000000D+04
+    1.691887207031D+04-2.253539085388D+00-9.313225746155D-10 0.000000000000D+00
+    9.647792968750D+02 1.310743331909D+00-9.313225746155D-10 6.000000000000D+00
+   -1.906683398438D+04-1.936313629150D+00 2.793967723846D-09 0.000000000000D+00
+23 12 10 31  3 15  0.0-4.421304911375D-04-2.728484105319D-12 1.146000000000D+04
+    1.870061523438D+04 2.027789115906D+00-9.313225746155D-10 0.000000000000D+00
+    2.611017578125D+03 1.189715385437D+00-9.313225746155D-10 3.000000000000D+00
+   -1.716799511719D+04 2.390736579895D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31  3 15  0.0-8.168444037437D-05 0.000000000000D+00 1.083000000000D+04
+    5.289794921875D+03 2.633372306824D+00 0.000000000000D+00 0.000000000000D+00
+   -9.527730468750D+03 1.736585617065D+00 0.000000000000D+00 2.000000000000D+00
+   -2.309107177734D+04-1.137828826904D-01 2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31  3 15  0.0-4.107970744371D-05-9.094947017729D-13 1.083000000000D+04
+    3.951918945312D+02-2.750757217407D+00-2.793967723846D-09 0.000000000000D+00
+    1.178293115234D+04 1.435288429260D+00 1.862645149231D-09 5.000000000000D+00
+   -2.258418359375D+04 6.988544464111D-01 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  3 45  0.0-3.408556804061D-04-1.818989403546D-12 2.337000000000D+04
+    1.750646142578D+04 8.193931579590D-01 2.793967723846D-09 0.000000000000D+00
+   -1.678324658203D+04-7.232007980347D-01-4.656612873077D-09-4.000000000000D+00
+    7.939188476562D+03-3.336714744568D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31  3 45  0.0-3.670630976558D-04-9.094947017729D-13 2.337000000000D+04
+    5.633248535156D+03 1.000022888184D-02 3.725290298462D-09 0.000000000000D+00
+   -1.927905468750D+04 2.163363456726D+00-2.793967723846D-09-2.000000000000D+00
+    1.572260546875D+04 2.645102500916D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  3 45  0.0 2.411846071482D-05-1.818989403546D-12 2.337000000000D+04
+   -2.100776855469D+03-2.524976730347D-01 3.725290298462D-09 0.000000000000D+00
+   -2.546802050781D+04-1.296997070312D-03-9.313225746155D-10-7.000000000000D+00
+   -1.705317382812D+02 3.601546287537D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31  3 45  0.0-1.235986128449D-04 0.000000000000D+00 2.337000000000D+04
+    4.084924804688D+03 2.266844749451D+00 3.725290298462D-09 0.000000000000D+00
+   -1.460444531250D+04-1.651915550232D+00-2.793967723846D-09 5.000000000000D+00
+    2.054893896484D+04-1.628890991211D+00-0.000000000000D+00 0.000000000000D+00
+12 12 10 31  3 45  0.0-1.033516600728D-04 9.094947017729D-13 2.337000000000D+04
+    1.061384521484D+04 1.926240921021D-01 9.313225746155D-10 0.000000000000D+00
+   -1.929947753906D+03 3.164333343506D+00-2.793967723846D-09-1.000000000000D+00
+    2.309465527344D+04 1.598863601685D-01-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  3 45  0.0-1.759817823768D-04 0.000000000000D+00 2.337000000000D+04
+    2.161215576172D+04-1.235533714294D+00 0.000000000000D+00 0.000000000000D+00
+   -8.866841308594D+03 6.833181381226D-01-2.793967723846D-09 1.000000000000D+00
+   -1.026394335938D+04-3.188450813293D+00 2.793967723846D-09 0.000000000000D+00
+18 12 10 31  3 45  0.0-3.923848271370D-05-0.000000000000D+00 2.337000000000D+04
+   -2.138600683594D+04 5.426063537598D-01 9.313225746155D-10 0.000000000000D+00
+   -1.305172509766D+04 4.654617309570D-01 1.862645149231D-09-3.000000000000D+00
+   -5.044009765625D+03-3.483910560608D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  3 45  0.0-1.723105087876D-04 0.000000000000D+00 2.337000000000D+04
+   -2.156785937500D+04 1.249716758728D+00-9.313225746155D-10 0.000000000000D+00
+    8.774866210938D+03-6.981115341187D-01 2.793967723846D-09 1.000000000000D+00
+    1.040278857422D+04 3.178798675537D+00-2.793967723846D-09 0.000000000000D+00
+17 12 10 31  3 45  0.0 4.524737596512D-05 9.094947017729D-13 2.337000000000D+04
+   -8.228527343750D+03 2.367274284363D+00 0.000000000000D+00 0.000000000000D+00
+   -1.419014746094D+04 1.252709388733D+00 9.313225746155D-10 4.000000000000D+00
+   -1.950510205078D+04-1.911338806152D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  3 45  0.0 2.074707299471D-05 0.000000000000D+00 2.337000000000D+04
+   -1.793222705078D+04-7.454385757446D-01-2.793967723846D-09 0.000000000000D+00
+    1.661350927734D+04 6.873025894165D-01 3.725290298462D-09-4.000000000000D+00
+   -7.348706054688D+03 3.375061988831D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  3 45  0.0 1.124106347561D-06-0.000000000000D+00 2.337000000000D+04
+   -9.318762207031D+03-3.460769653320D-01 9.313225746155D-10 0.000000000000D+00
+   -1.539295458984D+04-2.458568572998D+00 9.313225746155D-10 0.000000000000D+00
+   -1.802469189453D+04 2.285401344299D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31  3 45  0.0-3.828108310699D-05-9.094947017729D-13 2.337000000000D+04
+   -2.159636962891D+04-1.659430503845D+00 9.313225746155D-10 0.000000000000D+00
+   -3.963599609375D+03-6.569261550903D-01 1.862645149231D-09 3.000000000000D+00
+    1.297094433594D+04-2.962339401245D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31  3 45  0.0-1.346971839666D-05 0.000000000000D+00 2.337000000000D+04
+   -1.062714111328D+04-2.032327651978D-01-9.313225746155D-10 0.000000000000D+00
+    2.044058593750D+03-3.153632164001D+00 2.793967723846D-09-1.000000000000D+00
+   -2.312486718750D+04-1.948490142822D-01 9.313225746155D-10 0.000000000000D+00
+22 12 10 31  3 45  0.0 6.270967423916D-05 0.000000000000D+00 2.340000000000D+04
+    2.109717626953D+04-6.148185729980D-01-9.313225746155D-10 0.000000000000D+00
+    1.308360400391D+04-4.767875671387D-01-1.862645149231D-09-3.000000000000D+00
+    5.531441894531D+03 3.482853889465D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  3 45  0.0-5.779881030321D-05 0.000000000000D+00 2.340000000000D+04
+    2.020010742188D+03 2.396860122681D-01-3.725290298462D-09 0.000000000000D+00
+    2.538048339844D+04-9.585380554199D-03 1.862645149231D-09-7.000000000000D+00
+    5.327734375000D+01-3.615368843079D+00-9.313225746155D-10 0.000000000000D+00
+21 12 10 31  3 45  0.0-7.720664143562D-07 9.094947017729D-13 2.340000000000D+04
+    8.183089355469D+03-2.362482070923D+00-9.313225746155D-10 0.000000000000D+00
+    1.422115527344D+04-1.263640403748D+00-9.313225746155D-10 4.000000000000D+00
+    1.955785351562D+04 1.897084236145D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  3 45  0.0-5.632452666759D-05 9.094947017729D-13 2.340000000000D+04
+    8.954087402344D+03 3.405113220215D-01-9.313225746155D-10 0.000000000000D+00
+    1.723213134766D+04 2.249691009521D+00-9.313225746155D-10 0.000000000000D+00
+    1.658291796875D+04-2.515291213989D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31  3 45  0.0-1.021288335323D-05-9.094947017729D-13 2.340000000000D+04
+   -8.686855957031D+03-2.804488182068D+00 0.000000000000D+00 0.000000000000D+00
+    7.573044433594D+03-1.360960960388D+00 0.000000000000D+00 2.000000000000D+00
+    2.276049365234D+04-6.125679016113D-01-2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31  3 45  0.0 2.331100404263D-05 9.094947017729D-13 2.418000000000D+04
+   -1.236285351562D+04 2.500438690186D+00 1.862645149231D-09 0.000000000000D+00
+   -4.080218750000D+03-1.661095619202D+00 0.000000000000D+00 6.000000000000D+00
+    2.195387109375D+04 1.100106239319D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  3 45  0.0-2.350192517042D-05 9.094947017729D-13 1.263000000000D+04
+   -5.957367187500D+03 1.084423065186D-02-2.793967723846D-09 0.000000000000D+00
+    1.937500146484D+04-2.129967689514D+00 2.793967723846D-09-2.000000000000D+00
+   -1.555875634766D+04-2.651360511780D+00 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  3 45  0.0-4.421360790730D-04-2.728484105319D-12 1.374000000000D+04
+    2.198300732422D+04 1.574678421021D+00-9.313225746155D-10 0.000000000000D+00
+    4.206043457031D+03 5.934648513794D-01-1.862645149231D-09 3.000000000000D+00
+   -1.225738330078D+04 3.030147552490D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  3 45  0.0-4.108250141144D-05-9.094947017729D-13 2.463000000000D+04
+   -4.159174804688D+03-2.274310112000D+00-2.793967723846D-09 0.000000000000D+00
+    1.459712060547D+04 1.654829978943D+00 2.793967723846D-09 5.000000000000D+00
+   -2.046649853516D+04 1.638731956482D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  3 45  0.0-8.168444037437D-05 0.000000000000D+00 1.263000000000D+04
+    1.019949316406D+04 2.774831771851D+00 0.000000000000D+00 0.000000000000D+00
+   -6.782925292969D+03 1.291625976563D+00 0.000000000000D+00 2.000000000000D+00
+   -2.240341064453D+04 8.729114532471D-01 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31  3 45  0.0-1.596184447408D-04 1.818989403546D-12 1.263000000000D+04
+    1.274491308594D+04-2.337376594543D+00-1.862645149231D-09 0.000000000000D+00
+    3.813176269531D+03 1.841830253601D+00 0.000000000000D+00 6.000000000000D+00
+   -2.177038964844D+04-1.048220634460D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  4 15  0.0-1.021567732096D-05-9.094947017729D-13 1.443000000000D+04
+   -1.370330810547D+04-2.718730926514D+00 0.000000000000D+00 0.000000000000D+00
+    5.578479003906D+03-8.477497100830D-01 9.313225746155D-10 2.000000000000D+00
+    2.079302392578D+04-1.559194564819D+00-2.793967723846D-09 0.000000000000D+00
+21 12 10 31  4 15  0.0-7.692724466324D-07 9.094947017729D-13 1.443000000000D+04
+    3.445905273438D+03-2.863603591919D+00 0.000000000000D+00 0.000000000000D+00
+    1.214103417969D+04-1.014099121094D+00 0.000000000000D+00 4.000000000000D+00
+    2.217397216797D+04 9.906234741211D-01-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31  4 15  0.0-1.236032694578D-04 0.000000000000D+00 1.443000000000D+04
+    7.610222656250D+03 1.631500244141D+00 2.793967723846D-09 0.000000000000D+00
+   -1.759519189453D+04-1.626399993896D+00-4.656612873077D-09 5.000000000000D+00
+    1.686302050781D+04-2.440196037292D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  4 15  0.0 2.331286668777D-05 9.094947017729D-13 1.443000000000D+04
+   -7.964448242187D+03 2.342287063599D+00 1.862645149231D-09 0.000000000000D+00
+   -7.498176269531D+03-2.110537528992D+00-1.862645149231D-09 6.000000000000D+00
+    2.306156298828D+04 1.227054595947D-01-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  4 15  0.0-3.408594056964D-04-1.818989403546D-12 1.443000000000D+04
+    1.830176708984D+04 8.024024963379D-02 1.862645149231D-09 0.000000000000D+00
+   -1.769957666016D+04-2.573375701904D-01-4.656612873077D-09-4.000000000000D+00
+    1.704013671875D+03-3.546320915222D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31  4 15  0.0 6.270967423916D-05 0.000000000000D+00 1.443000000000D+04
+    1.922951513672D+04-1.456461906433D+00-9.313225746155D-10 0.000000000000D+00
+    1.204640722656D+04-6.327362060547D-01-1.862645149231D-09-3.000000000000D+00
+    1.150319042969D+04 3.109021186829D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  4 15  0.0-3.670658916235D-04-9.094947017729D-13 1.443000000000D+04
+    6.035728515625D+03 4.576950073242D-01 2.793967723846D-09 0.000000000000D+00
+   -1.487807617188D+04 2.682263374329D+00-3.725290298462D-09-2.000000000000D+00
+    1.981429150391D+04 1.871633529663D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  4 15  0.0-1.033497974277D-04 0.000000000000D+00 1.443000000000D+04
+    1.137482031250D+04 6.421642303467D-01 0.000000000000D+00 0.000000000000D+00
+    3.684873046875D+03 3.022906303406D+00-2.793967723846D-09-1.000000000000D+00
+    2.248331982422D+04-8.352146148682D-01-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  4 15  0.0-5.633104592562D-05 9.094947017729D-13 1.443000000000D+04
+    9.764989746094D+03 5.228109359741D-01-1.862645149231D-09 0.000000000000D+00
+    2.062532519531D+04 1.493623733521D+00 0.000000000000D+00 0.000000000000D+00
+    1.147487841797D+04-3.123526573181D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  4 15  0.0-5.779787898064D-05 0.000000000000D+00 1.443000000000D+04
+    2.311872070313D+03 4.375839233398D-02-2.793967723846D-09 0.000000000000D+00
+    2.454728710938D+04-9.027538299561D-01 2.793967723846D-09-7.000000000000D+00
+   -6.371922363281D+03-3.477144241333D+00-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31  4 15  0.0 2.074800431728D-05 0.000000000000D+00 1.443000000000D+04
+   -1.859298339844D+04-5.972862243652D-03-9.313225746155D-10 0.000000000000D+00
+    1.745399169922D+04 2.093648910522D-01 3.725290298462D-09-4.000000000000D+00
+   -1.068379394531D+03 3.557856559753D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  4 15  0.0-1.723095774651D-04 0.000000000000D+00 1.443000000000D+04
+   -1.890509570313D+04 1.665118217468D+00 0.000000000000D+00 0.000000000000D+00
+    6.934727050781D+03-1.354365348816D+00 1.862645149231D-09 1.000000000000D+00
+    1.564818896484D+04 2.611554145813D+00-2.793967723846D-09 0.000000000000D+00
+23 12 10 31  4 15  0.0-4.421425983310D-04-2.728484105319D-12 1.443000000000D+04
+    2.422593017578D+04 8.836832046509D-01-1.862645149231D-09 0.000000000000D+00
+    4.817006835937D+03 1.122694015503D-01-1.862645149231D-09 3.000000000000D+00
+   -6.400137207031D+03 3.435709953308D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31  4 15  0.0 2.411566674709D-05-1.818989403546D-12 2.517000000000D+04
+   -2.416916015625D+03-5.799198150635D-02 3.725290298462D-09 0.000000000000D+00
+   -2.465898144531D+04 8.872814178467D-01-2.793967723846D-09-7.000000000000D+00
+    6.235478027344D+03 3.470242500305D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  4 15  0.0-1.759808510542D-04 0.000000000000D+00 2.517000000000D+04
+    1.897097167969D+04-1.655514717102D+00-0.000000000000D+00 0.000000000000D+00
+   -7.053757324219D+03 1.339484214783D+00-1.862645149231D-09 1.000000000000D+00
+   -1.553254345703D+04-2.627541542053D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31  4 15  0.0 1.123175024986D-06-0.000000000000D+00 2.604000000000D+04
+   -1.017837988281D+04-5.727415084839D-01 1.862645149231D-09 0.000000000000D+00
+   -1.920338281250D+04-1.743613243103D+00 0.000000000000D+00 0.000000000000D+00
+   -1.326417626953D+04 2.969648361206D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31  4 15  0.0-3.924034535885D-05-0.000000000000D+00 2.517000000000D+04
+   -1.965136865234D+04 1.382565498352D+00 9.313225746155D-10 0.000000000000D+00
+   -1.202526708984D+04 6.325397491455D-01 1.862645149231D-09-3.000000000000D+00
+   -1.104045410156D+04-3.135701179504D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31  4 15  0.0-3.828294575214D-05-9.094947017729D-13 2.517000000000D+04
+   -2.401400390625D+04-9.912681579590D-01 9.313225746155D-10 0.000000000000D+00
+   -4.672728027344D+03-1.563339233398D-01 1.862645149231D-09 3.000000000000D+00
+    7.205859375000D+03-3.401679992676D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31  4 15  0.0-1.346785575151D-05 9.094947017729D-13 2.517000000000D+04
+   -1.140692285156D+04-6.528310775757D-01-0.000000000000D+00 0.000000000000D+00
+   -3.552710449219D+03-3.013972282410D+00 2.793967723846D-09-1.000000000000D+00
+   -2.258028515625D+04 7.957496643066D-01 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  4 15  0.0 4.524923861027D-05 9.094947017729D-13 2.517000000000D+04
+   -3.482796386719D+03 2.868049621582D+00 0.000000000000D+00 0.000000000000D+00
+   -1.212926074219D+04 1.003527641296D+00 9.313225746155D-10 4.000000000000D+00
+   -2.214509814453D+04-1.002958297729D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  4 15  0.0-4.108529537916D-05-9.094947017729D-13 2.673000000000D+04
+   -7.693723144531D+03-1.634292602539D+00-2.793967723846D-09 0.000000000000D+00
+    1.759082666016D+04 1.626605987549D+00 3.725290298462D-09 5.000000000000D+00
+   -1.676148339844D+04 2.451056480408D+00-0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  4 15  0.0-2.350006252527D-05 9.094947017729D-13 2.517000000000D+04
+   -6.306794921875D+03-4.202384948730D-01-2.793967723846D-09 0.000000000000D+00
+    1.502804589844D+04-2.656874656677D+00 3.725290298462D-09-2.000000000000D+00
+   -1.967137841797D+04-1.888597488403D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  4 15  0.0-1.596137881279D-04 1.818989403546D-12 1.443000000000D+04
+    8.664537109375D+03-2.155581474304D+00-1.862645149231D-09 0.000000000000D+00
+    7.520392089844D+03 2.248525619507D+00 9.313225746155D-10 6.000000000000D+00
+   -2.279199658203D+04-7.960796356201D-02 9.313225746155D-10 0.000000000000D+00
+24 12 10 31  4 15  0.0-8.168537169695D-05 0.000000000000D+00 1.506000000000D+04
+    1.510115478516D+04 2.621105194092D+00-9.313225746155D-10 0.000000000000D+00
+   -4.923866699219D+03 7.703456878662D-01-9.313225746155D-10 2.000000000000D+00
+   -1.998896191406D+04 1.792490959167D+00 2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31  4 45  0.0-1.236023381352D-04 0.000000000000D+00 2.697000000000D+04
+    9.924644531250D+03 9.401874542236D-01 1.862645149231D-09 0.000000000000D+00
+   -2.029404833984D+04-1.326700210571D+00-4.656612873077D-09 5.000000000000D+00
+    1.187695751953D+04-3.064101219177D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31  4 45  0.0 2.411101013422D-05-1.818989403546D-12 2.697000000000D+04
+   -2.176350097656D+03 3.571147918701D-01 2.793967723846D-09 0.000000000000D+00
+   -2.235413183594D+04 1.642715454102D+00-3.725290298462D-09-7.000000000000D+00
+    1.216156494141D+04 3.071661949158D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  4 45  0.0-3.408640623093D-04-1.818989403546D-12 2.697000000000D+04
+    1.788188623047D+04-5.155696868896D-01 0.000000000000D+00 0.000000000000D+00
+   -1.759377099609D+04 4.004802703857D-01-3.725290298462D-09-4.000000000000D+00
+   -4.662773437500D+03-3.481986045837D+00 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  4 45  0.0-3.670677542686D-04-9.094947017729D-13 2.697000000000D+04
+    7.323770507812D+03 9.762439727783D-01 9.313225746155D-10 0.000000000000D+00
+   -9.797830566406D+03 2.911145210266D+00-3.725290298462D-09-2.000000000000D+00
+    2.237319384766D+04 9.530582427979D-01-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  4 45  0.0 2.331472933292D-05 9.094947017729D-13 2.697000000000D+04
+   -4.071651367188D+03 1.950285911560D+00 1.862645149231D-09 0.000000000000D+00
+   -1.155740820312D+04-2.359752655029D+00-2.793967723846D-09 6.000000000000D+00
+    2.238991894531D+04-8.641557693481D-01-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  4 45  0.0 1.122243702412D-06-0.000000000000D+00 2.697000000000D+04
+   -1.123461083984D+04-5.575208663940D-01 2.793967723846D-09 0.000000000000D+00
+   -2.158859912109D+04-8.937101364136D-01-9.313225746155D-10 0.000000000000D+00
+   -7.472573730469D+03 3.423476219177D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31  4 45  0.0-1.759799197316D-04 0.000000000000D+00 2.697000000000D+04
+    1.581674121094D+04-1.802968978882D+00-9.313225746155D-10 0.000000000000D+00
+   -4.048317382812D+03 1.989493370056D+00-0.000000000000D+00 1.000000000000D+00
+   -1.960085595703D+04-1.863432884216D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31  4 45  0.0-8.168630301952D-05-0.000000000000D+00 2.781000000000D+04
+    1.945939062500D+04 2.175448417664D+00-9.313225746155D-10 0.000000000000D+00
+   -3.989889160156D+03 2.817525863647D-01-9.313225746155D-10 2.000000000000D+00
+   -1.603335888672D+04 2.574230194092D+00 1.862645149231D-09 0.000000000000D+00
+23 12 10 31  4 45  0.0-4.421491175890D-04-2.728484105319D-12 2.808000000000D+04
+    2.507068017578D+04 3.759574890137D-02-1.862645149231D-09 0.000000000000D+00
+    4.728596191406D+03-1.728839874268D-01-1.862645149231D-09 3.000000000000D+00
+   -4.844531250000D+01 3.575933456421D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31  4 45  0.0-3.828480839729D-05-9.094947017729D-13 2.697000000000D+04
+   -2.506402441406D+04-1.558694839478D-01 1.862645149231D-09 0.000000000000D+00
+   -4.640561035156D+03 1.552219390869D-01 1.862645149231D-09 3.000000000000D+00
+    8.832441406250D+02-3.577797889709D+00-0.000000000000D+00 0.000000000000D+00
+18 12 10 31  4 45  0.0-3.924220800400D-05-9.094947017729D-13 2.697000000000D+04
+   -1.645166943359D+04 2.151301383972D+00 9.313225746155D-10 0.000000000000D+00
+   -1.092541943359D+04 5.497322082520D-01 9.313225746155D-10-3.000000000000D+00
+   -1.618700146484D+04-2.545564651489D+00 9.313225746155D-10 0.000000000000D+00
+16 12 10 31  4 45  0.0-1.346599310637D-05 9.094947017729D-13 2.697000000000D+04
+   -1.290905615234D+04-9.892835617065D-01 9.313225746155D-10 0.000000000000D+00
+   -8.634263671875D+03-2.589119911194D+00 1.862645149231D-09-1.000000000000D+00
+   -2.029786132812D+04 1.723699569702D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  4 45  0.0 2.074893563986D-05 0.000000000000D+00 2.697000000000D+04
+   -1.804456689453D+04 5.830526351929D-01-0.000000000000D+00 0.000000000000D+00
+    1.725355273438D+04-4.568471908569D-01 3.725290298462D-09-4.000000000000D+00
+    5.294382812500D+03 3.466035842896D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  4 45  0.0-1.723095774651D-04 0.000000000000D+00 2.697000000000D+04
+   -1.573829248047D+04 1.807296752930D+00 9.313225746155D-10 0.000000000000D+00
+    3.904233398438D+03-2.002038955688D+00 0.000000000000D+00 1.000000000000D+00
+    1.968286181641D+04 1.842298507690D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31  4 45  0.0-1.021847128868D-05-9.094947017729D-13 2.697000000000D+04
+   -1.829445458984D+04-2.334814071655D+00 9.313225746155D-10 0.000000000000D+00
+    4.514726074219D+03-3.450565338135D-01 9.313225746155D-10 2.000000000000D+00
+    1.722022119141D+04-2.384757041931D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  4 45  0.0-4.108808934689D-05-9.094947017729D-13 2.697000000000D+04
+   -1.000928710938D+04-9.388532638550D-01-1.862645149231D-09 0.000000000000D+00
+    2.028717480469D+04 1.323730468750D+00 4.656612873077D-09 5.000000000000D+00
+   -1.175729492188D+04 3.072885513306D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  4 45  0.0-2.349819988012D-05 9.094947017729D-13 2.718000000000D+04
+   -7.516218750000D+03-9.274339675903D-01-9.313225746155D-10 0.000000000000D+00
+    9.981188476562D+03-2.900359153748D+00 3.725290298462D-09-2.000000000000D+00
+   -2.226978710938D+04-9.796819686890D-01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  4 45  0.0 6.271060556173D-05 0.000000000000D+00 2.700000000000D+04
+    1.590339306641D+04-2.215997695923D+00-9.313225746155D-10 0.000000000000D+00
+    1.095714160156D+04-5.379123687744D-01-9.313225746155D-10-3.000000000000D+00
+    1.657852001953D+04 2.493502616882D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31  4 45  0.0-1.033488661051D-04 0.000000000000D+00 2.700000000000D+04
+    1.285567968750D+04 9.757566452026D-01-9.313225746155D-10 0.000000000000D+00
+    8.778706054688D+03 2.593283653259D+00-9.313225746155D-10-1.000000000000D+00
+    2.012528369141D+04-1.768115043640D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31  4 45  0.0-7.674098014832D-07 9.094947017729D-13 2.700000000000D+04
+   -1.969122070312D+03-3.104756355286D+00 0.000000000000D+00 0.000000000000D+00
+    1.066604541016D+04-6.060447692871D-01 0.000000000000D+00 4.000000000000D+00
+    2.307709814453D+04 6.047248840332D-03-2.793967723846D-09 0.000000000000D+00
+11 12 10 31  4 45  0.0-5.632918328047D-05 9.094947017729D-13 2.700000000000D+04
+    1.068837988281D+04 4.602251052856D-01-2.793967723846D-09 0.000000000000D+00
+    2.254560058594D+04 6.320772171021D-01 9.313225746155D-10 0.000000000000D+00
+    5.483071289062D+03-3.490965843201D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  4 45  0.0-5.779787898064D-05 0.000000000000D+00 1.623000000000D+04
+    2.044479980469D+03-3.725290298462D-01-2.793967723846D-09 0.000000000000D+00
+    2.221311669922D+04-1.659113883972D+00 3.725290298462D-09-7.000000000000D+00
+   -1.230203955078D+04-3.068964004517D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  4 45  0.0-1.596100628376D-04 1.818989403546D-12 1.647000000000D+04
+    5.111492187500D+03-1.763734817505D+00-1.862645149231D-09 0.000000000000D+00
+    1.178020800781D+04 2.443524360657D+00 2.793967723846D-09 6.000000000000D+00
+   -2.205351074219D+04 8.947744369507D-01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  4 45  0.0 4.525203257799D-05 9.094947017729D-13 1.623000000000D+04
+    1.938951171875D+03 3.107646942139D+00 0.000000000000D+00 0.000000000000D+00
+   -1.067337548828D+04 5.953588485718D-01 0.000000000000D+00 4.000000000000D+00
+   -2.306927197266D+04-1.730918884277D-02 2.793967723846D-09 0.000000000000D+00
+ 5 12 10 31  5 15  0.0-1.723095774651D-04 0.000000000000D+00 1.803000000000D+04
+   -1.255872558594D+04 1.684450149536D+00 9.313225746155D-10 0.000000000000D+00
+   -2.009511718750D+02-2.530793190002D+00-9.313225746155D-10 1.000000000000D+00
+    2.219478173828D+04 9.306097030640D-01-1.862645149231D-09 0.000000000000D+00
+23 12 10 31  5 15  0.0-4.421556368470D-04-2.728484105319D-12 1.803000000000D+04
+    2.433330419922D+04-8.548145294189D-01-1.862645149231D-09 0.000000000000D+00
+    4.339473632813D+03-2.181310653687D-01-1.862645149231D-09 3.000000000000D+00
+    6.306959960938D+03 3.439772605896D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  5 15  0.0-7.627531886101D-07 0.000000000000D+00 1.803000000000D+04
+   -7.547786621094D+03-3.041751861572D+00 0.000000000000D+00 0.000000000000D+00
+    9.995163574219D+03-1.384925842285D-01 0.000000000000D+00 4.000000000000D+00
+    2.219443261719D+04-9.806890487671D-01-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31  5 15  0.0-1.236014068127D-04 0.000000000000D+00 1.803000000000D+04
+    1.102853173828D+04 3.044729232788D-01 9.313225746155D-10 0.000000000000D+00
+   -2.221652050781D+04-7.704906463623D-01-5.587935447693D-09 5.000000000000D+00
+    5.974169921875D+03-3.452088356018D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  5 15  0.0 2.331659197807D-05 9.094947017729D-13 1.803000000000D+04
+   -1.033000976563D+03 1.409690856934D+00 1.862645149231D-09 0.000000000000D+00
+   -1.583290869141D+04-2.343073844910D+00-4.656612873077D-09 6.000000000000D+00
+    1.999060839844D+04-1.784510612488D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  5 15  0.0 2.410728484392D-05-1.818989403546D-12 1.803000000000D+04
+   -1.041904296875D+03 9.202270507812D-01 1.862645149231D-09 0.000000000000D+00
+   -1.888228955078D+04 2.170914649963D+00-4.656612873077D-09-7.000000000000D+00
+    1.715079736328D+04 2.435919761658D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  5 15  0.0 6.271153688431D-05 0.000000000000D+00 1.803000000000D+04
+    1.136608740234D+04-2.786216735840D+00-9.313225746155D-10 0.000000000000D+00
+    1.023625683594D+04-2.338056564331D-01-9.313225746155D-10-3.000000000000D+00
+    2.036384082031D+04 1.685219764709D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31  5 15  0.0-3.670705482364D-04-9.094947017729D-13 1.803000000000D+04
+    9.526357910156D+03 1.455175399780D+00 0.000000000000D+00 0.000000000000D+00
+   -4.583841796875D+03 2.831823348999D+00-3.725290298462D-09-2.000000000000D+00
+    2.320072949219D+04-3.960704803467D-02-9.313225746155D-10 0.000000000000D+00
+12 12 10 31  5 15  0.0-1.033507287502D-04 0.000000000000D+00 1.803000000000D+04
+    1.476466699219D+04 1.105734825134D+00-1.862645149231D-09 0.000000000000D+00
+    1.288756396484D+04 1.942892074585D+00 0.000000000000D+00-1.000000000000D+00
+    1.619972119141D+04-2.565328598022D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31  5 15  0.0-5.779694765806D-05 0.000000000000D+00 1.803000000000D+04
+    8.823710937500D+02-9.351615905762D-01-1.862645149231D-09 0.000000000000D+00
+    1.871415527344D+04-2.183962821960D+00 3.725290298462D-09-7.000000000000D+00
+   -1.727727832031D+04-2.423213005066D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  5 15  0.0 2.074986696243D-05 0.000000000000D+00 1.803000000000D+04
+   -1.662915136719D+04 9.481706619263D-01 0.000000000000D+00 0.000000000000D+00
+    1.574977099609D+04-1.221656799316D+00 2.793967723846D-09-4.000000000000D+00
+    1.124830175781D+04 3.106496810913D+00-2.793967723846D-09 0.000000000000D+00
+11 12 10 31  5 15  0.0-5.632638931274D-05 9.094947017729D-13 1.803000000000D+04
+    1.126874169922D+04 1.440944671631D-01-2.793967723846D-09 0.000000000000D+00
+    2.290813330078D+04-2.174081802368D-01 2.793967723846D-09 0.000000000000D+00
+   -9.308920898438D+02-3.589584350586D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  5 15  0.0-4.108995199203D-05-9.094947017729D-13 1.803000000000D+04
+   -1.110814013672D+04-3.005008697510D-01-9.313225746155D-10 0.000000000000D+00
+    2.220195410156D+04 7.651567459106D-01 4.656612873077D-09 5.000000000000D+00
+   -5.842526367188D+03 3.456292152405D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  5 15  0.0-3.408677875996D-04-1.818989403546D-12 2.877000000000D+04
+    1.657763671875D+04-8.928442001343D-01-0.000000000000D+00 0.000000000000D+00
+   -1.619480175781D+04 1.162657737732D+00-2.793967723846D-09-4.000000000000D+00
+   -1.066927197266D+04-3.148579597473D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31  5 15  0.0 1.121312379837D-06-0.000000000000D+00 2.877000000000D+04
+   -1.202803369141D+04-2.815389633179D-01 2.793967723846D-09 0.000000000000D+00
+   -2.241091015625D+04-2.742004394531D-02-2.793967723846D-09 0.000000000000D+00
+   -1.099785156250D+03 3.611141204834D+00 9.313225746155D-10 0.000000000000D+00
+24 12 10 31  5 15  0.0-8.168630301952D-05-0.000000000000D+00 2.877000000000D+04
+    2.278590039062D+04 1.486297607422D+00-1.862645149231D-09 0.000000000000D+00
+   -3.829297363281D+03-7.394981384277D-02-9.313225746155D-10 2.000000000000D+00
+   -1.084093017578D+04 3.157815933228D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31  5 15  0.0-3.828760236502D-05-9.094947017729D-13 2.877000000000D+04
+   -2.453886767578D+04 7.396087646484D-01 1.862645149231D-09 0.000000000000D+00
+   -4.257610351562D+03 2.288131713867D-01 1.862645149231D-09 3.000000000000D+00
+   -5.507715332031D+03-3.477143287659D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  5 15  0.0-3.924407064915D-05-9.094947017729D-13 2.877000000000D+04
+   -1.201442089844D+04 2.741339683533D+00 9.313225746155D-10 0.000000000000D+00
+   -1.017413183594D+04 2.550449371338D-01 9.313225746155D-10-3.000000000000D+00
+   -2.008584619141D+04-1.758213996887D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31  5 15  0.0-1.346319913864D-05 9.094947017729D-13 2.877000000000D+04
+   -1.484772265625D+04-1.125852584839D+00 1.862645149231D-09 0.000000000000D+00
+   -1.274219335938D+04-1.946412086487D+00 0.000000000000D+00-1.000000000000D+00
+   -1.645520703125D+04 2.518262863159D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  5 15  0.0-1.022126525640D-05-9.094947017729D-13 2.877000000000D+04
+   -2.195286621094D+04-1.692627906799D+00 1.862645149231D-09 0.000000000000D+00
+    4.267121093750D+03 4.315853118896D-02 9.313225746155D-10 2.000000000000D+00
+    1.231885156250D+04-3.025876045227D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  5 15  0.0-2.349633723497D-05 0.000000000000D+00 2.877000000000D+04
+   -9.626147949219D+03-1.402362823486D+00-0.000000000000D+00 0.000000000000D+00
+    4.770216308594D+03-2.839651107788D+00 2.793967723846D-09-2.000000000000D+00
+   -2.315210107422D+04 5.911827087402D-03 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  5 15  0.0 4.525389522314D-05 9.094947017729D-13 3.042000000000D+04
+    7.521187988281D+03 3.042901992798D+00-0.000000000000D+00 0.000000000000D+00
+   -1.002185888672D+04 1.276750564575D-01-0.000000000000D+00 4.000000000000D+00
+   -2.220694921875D+04 9.691143035889D-01 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31  5 15  0.0-1.596054062247D-04 1.818989403546D-12 1.803000000000D+04
+    2.389201660156D+03-1.248935699463D+00-1.862645149231D-09 0.000000000000D+00
+    1.615579785156D+04 2.371120452881D+00 3.725290298462D-09 6.000000000000D+00
+   -1.961250439453D+04 1.799844741821D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  5 15  0.0-1.759799197316D-04 0.000000000000D+00 1.803000000000D+04
+    1.264034277344D+04-1.685130119324D+00-1.862645149231D-09 0.000000000000D+00
+    3.816113281250D+01 2.522906303406D+00 9.313225746155D-10 1.000000000000D+00
+   -2.215411816406D+04-9.550600051880D-01 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31  5 45  0.0-1.236004754901D-04 0.000000000000D+00 3.057000000000D+04
+    1.111352197266D+04-1.776266098022D-01-0.000000000000D+00 0.000000000000D+00
+   -2.294983886719D+04-1.881790161133D-02-4.656612873077D-09 5.000000000000D+00
+   -3.902504882812D+02-3.573584556580D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  5 45  0.0 2.331659197807D-05 0.000000000000D+00 3.057000000000D+04
+    9.776606445312D+02 8.265724182129D-01 9.313225746155D-10 0.000000000000D+00
+   -1.981734814453D+04-2.036079406738D+00-5.587935447693D-09 6.000000000000D+00
+    1.604835546875D+04-2.567427635193D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  5 45  0.0 2.410262823105D-05-1.818989403546D-12 3.057000000000D+04
+    1.164494140625D+03 1.529632568359D+00 9.313225746155D-10 0.000000000000D+00
+   -1.471071289062D+04 2.414200782776D+00-4.656612873077D-09-7.000000000000D+00
+    2.081729687500D+04 1.611371040344D+00-0.000000000000D+00 0.000000000000D+00
+15 12 10 31  5 45  0.0 1.120381057262D-06-0.000000000000D+00 3.057000000000D+04
+   -1.210787158203D+04 2.267808914185D-01 1.862645149231D-09 0.000000000000D+00
+   -2.174896972656D+04 7.367706298828D-01-3.725290298462D-09 0.000000000000D+00
+    5.358568847656D+03 3.517945289612D+00 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  5 45  0.0-3.408724442124D-04-1.818989403546D-12 3.057000000000D+04
+    1.482132373047D+04-1.015507698059D+00-9.313225746155D-10 0.000000000000D+00
+   -1.341070605469D+04 1.920548439026D+00-9.313225746155D-10-4.000000000000D+00
+   -1.585122656250D+04-2.571753501892D+00 2.793967723846D-09 0.000000000000D+00
+24 12 10 31  5 45  0.0-8.168723434210D-05-0.000000000000D+00 3.057000000000D+04
+    2.471522851562D+04 6.399164199829D-01-1.862645149231D-09 0.000000000000D+00
+   -4.130930664062D+03-2.223329544067D-01-9.313225746155D-10 2.000000000000D+00
+   -4.811653808594D+03 3.497976303101D+00 9.313225746155D-10 0.000000000000D+00
+23 12 10 31  5 45  0.0-4.421621561050D-04-3.637978807092D-12 3.057000000000D+04
+    2.203621191406D+04-1.676133155823D+00-1.862645149231D-09 0.000000000000D+00
+    4.087865234375D+03-2.398014068604D-02-9.313225746155D-10 3.000000000000D+00
+    1.217468066406D+04 3.037549018860D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  5 45  0.0-3.670733422041D-04-9.094947017729D-13 3.057000000000D+04
+    1.247419775391D+04 1.787852287292D+00-9.313225746155D-10 0.000000000000D+00
+    2.284663085938D+02 2.473490715027D+00-1.862645149231D-09-2.000000000000D+00
+    2.223227050781D+04-1.029507637024D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31  5 45  0.0 4.525668919086D-05 9.094947017729D-13 3.084000000000D+04
+    1.271155810547D+04 2.676643371582D+00-9.313225746155D-10 0.000000000000D+00
+   -1.018422216797D+04-2.911376953125D-01-0.000000000000D+00 4.000000000000D+00
+   -1.962594824219D+04 1.879930496216D+00 2.793967723846D-09 0.000000000000D+00
+ 5 12 10 31  5 45  0.0-1.723095774651D-04 0.000000000000D+00 3.198000000000D+04
+   -9.803116699219D+03 1.348020553589D+00 9.313225746155D-10 0.000000000000D+00
+   -5.077503417969D+03-2.845409393311D+00-2.793967723846D-09 1.000000000000D+00
+    2.298982421875D+04-5.294609069824D-02-9.313225746155D-10 0.000000000000D+00
+19 12 10 31  5 45  0.0-3.828946501017D-05-9.094947017729D-13 3.057000000000D+04
+   -2.243625634766D+04 1.577327728271D+00 1.862645149231D-09 0.000000000000D+00
+   -3.963392089844D+03 5.966377258301D-02 9.313225746155D-10 3.000000000000D+00
+   -1.147274023438D+04-3.107639312744D+00 9.313225746155D-10 0.000000000000D+00
+16 12 10 31  5 45  0.0-1.346133649349D-05 9.094947017729D-13 3.057000000000D+04
+   -1.680957324219D+04-1.009633064270D+00 1.862645149231D-09 0.000000000000D+00
+   -1.556939990234D+04-1.184307098389D+00-9.313225746155D-10-1.000000000000D+00
+   -1.134869238281D+04 3.119026184082D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  5 45  0.0-1.022405922413D-05-9.094947017729D-13 3.057000000000D+04
+   -2.428025341797D+04-8.719310760498D-01 1.862645149231D-09 0.000000000000D+00
+    4.551964355469D+03 2.357273101807D-01 9.313225746155D-10 2.000000000000D+00
+    6.467565917969D+03-3.433435440063D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  5 45  0.0-2.349447458982D-05 0.000000000000D+00 3.057000000000D+04
+   -1.248136816406D+04-1.739062309265D+00 9.313225746155D-10 0.000000000000D+00
+   -7.356884765625D+01-2.500395774841D+00 1.862645149231D-09-2.000000000000D+00
+   -2.224788427734D+04 9.925203323364D-01 9.313225746155D-10 0.000000000000D+00
+18 12 10 31  5 45  0.0-3.924593329430D-05-9.094947017729D-13 3.057000000000D+04
+   -6.740096679688D+03 3.070612907410D+00 0.000000000000D+00 0.000000000000D+00
+   -1.008940283203D+04-1.757030487061D-01 0.000000000000D+00-3.000000000000D+00
+   -2.243406103516D+04-8.337154388428D-01 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31  5 45  0.0 2.075079828501D-05 0.000000000000D+00 3.057000000000D+04
+   -1.478659277344D+04 1.055747032166D+00 9.313225746155D-10 0.000000000000D+00
+    1.286230273438D+04-1.975196838379D+00 9.313225746155D-10-4.000000000000D+00
+    1.633328857422D+04 2.506779670715D+00-2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31  5 45  0.0-4.109274595976D-05-9.094947017729D-13 3.057000000000D+04
+   -1.118488232422D+04 1.825666427612D-01 0.000000000000D+00 0.000000000000D+00
+    2.292496582031D+04 1.309776306152D-02 3.725290298462D-09 5.000000000000D+00
+    5.243408203125D+02 3.572041511536D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  5 45  0.0 6.271619349718D-05 9.094947017729D-13 3.060000000000D+04
+    6.034906738281D+03-3.088003158569D+00 0.000000000000D+00 0.000000000000D+00
+    1.019413232422D+04 2.006578445435D-01 0.000000000000D+00-3.000000000000D+00
+    2.256773779297D+04 7.479686737061D-01-2.793967723846D-09 0.000000000000D+00
+12 12 10 31  5 45  0.0-1.033507287502D-04 0.000000000000D+00 3.060000000000D+04
+    1.668146484375D+04 9.791297912598D-01-1.862645149231D-09 0.000000000000D+00
+    1.570044287109D+04 1.171925544739D+00 9.313225746155D-10-1.000000000000D+00
+    1.100983056641D+04-3.163516044617D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  5 45  0.0-5.632452666759D-05 9.094947017729D-13 3.060000000000D+04
+    1.107639453125D+04-3.885555267334D-01-1.862645149231D-09 0.000000000000D+00
+    2.183841845703D+04-9.418468475342D-01 3.725290298462D-09 0.000000000000D+00
+   -7.273184570312D+03-3.411833763123D+00-9.313225746155D-10 0.000000000000D+00
+21 12 10 31  5 45  0.0-7.618218660355D-07 0.000000000000D+00 3.060000000000D+04
+   -1.273698095703D+04-2.676233291626D+00 9.313225746155D-10 0.000000000000D+00
+    1.013796533203D+04 2.801990509033D-01 9.313225746155D-10 4.000000000000D+00
+    1.959140917969D+04-1.892950057983D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31  5 45  0.0-1.596007496119D-04 1.818989403546D-12 2.061000000000D+04
+    6.268466796875D+02-7.148981094360D-01-9.313225746155D-10 0.000000000000D+00
+    2.014624951172D+04 2.016898155212D+00 4.656612873077D-09 6.000000000000D+00
+   -1.565768945313D+04 2.565905570984D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  5 45  0.0-5.779508501291D-05 0.000000000000D+00 1.986000000000D+04
+   -1.348483398438D+03-1.541377067566D+00 0.000000000000D+00 0.000000000000D+00
+    1.452481250000D+04-2.420454978943D+00 3.725290298462D-09-7.000000000000D+00
+   -2.091328173828D+04-1.590731620789D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  5 45  0.0-1.759799197316D-04 0.000000000000D+00 1.986000000000D+04
+    9.879838867188D+03-1.352514266968D+00-9.313225746155D-10 0.000000000000D+00
+    4.906075195312D+03 2.843914985657D+00 1.862645149231D-09 1.000000000000D+00
+   -2.299447119141D+04 2.745342254639D-02 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31  6 15  0.0-1.723095774651D-04 0.000000000000D+00 2.163000000000D+04
+   -7.783125488281D+03 8.834524154663D-01 9.313225746155D-10 0.000000000000D+00
+   -1.027659912109D+04-2.881744384766D+00-3.725290298462D-09 1.000000000000D+00
+    2.200671435547D+04-1.032282829285D+00-9.313225746155D-10 0.000000000000D+00
+24 12 10 31  6 15  0.0-8.168909698725D-05 0.000000000000D+00 2.163000000000D+04
+    2.506143701172D+04-2.531747817993D-01-2.793967723846D-09 0.000000000000D+00
+   -4.482829101563D+03-1.274623870850D-01-9.313225746155D-10 2.000000000000D+00
+    1.589311523437D+03 3.568048477173D+00 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  6 15  0.0-4.421686753631D-04-3.637978807092D-12 2.163000000000D+04
+    1.840677197266D+04-2.319139480591D+00-1.862645149231D-09 0.000000000000D+00
+    4.370717773437D+03 3.648834228516D-01 0.000000000000D+00 3.000000000000D+00
+    1.710069726563D+04 2.400210380554D+00-1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  6 15  0.0 2.331845462322D-05 0.000000000000D+00 2.163000000000D+04
+    1.982872070312D+03 3.099536895752D-01 0.000000000000D+00 0.000000000000D+00
+   -2.300062744141D+04-1.460270881653D+00-5.587935447693D-09 6.000000000000D+00
+    1.086693066406D+04-3.152419090271D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31  6 15  0.0 2.409797161818D-05-1.818989403546D-12 2.163000000000D+04
+    4.424036132812D+03 2.071372032166D+00 0.000000000000D+00 0.000000000000D+00
+   -1.037043359375D+04 2.360307693481D+00-3.725290298462D-09-7.000000000000D+00
+    2.287609667969D+04 6.610956192017D-01-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31  6 15  0.0 2.075172960758D-05 0.000000000000D+00 2.163000000000D+04
+   -1.297711279297D+04 9.170150756836D-01 9.313225746155D-10 0.000000000000D+00
+    8.713496093750D+03-2.605224609375D+00 0.000000000000D+00-4.000000000000D+00
+    2.015596630859D+04 1.712999343872D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  6 15  0.0 6.271898746490D-05 9.094947017729D-13 2.163000000000D+04
+    4.342749023438D+02-3.083044052124D+00 0.000000000000D+00 0.000000000000D+00
+    1.097557617188D+04 6.631860733032D-01 0.000000000000D+00-3.000000000000D+00
+    2.302307763672D+04-2.449131011963D-01-2.793967723846D-09 0.000000000000D+00
+13 12 10 31  6 15  0.0-3.670779988170D-04-9.094947017729D-13 2.163000000000D+04
+    1.582343554688D+04 1.889797210693D+00-1.862645149231D-09 0.000000000000D+00
+    4.195549316406D+03 1.907556533813D+00-9.313225746155D-10-2.000000000000D+00
+    1.954231982422D+04-1.939916610718D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31  6 15  0.0-1.033507287502D-04 0.000000000000D+00 2.163000000000D+04
+    1.812960742187D+04 5.875768661499D-01-1.862645149231D-09 0.000000000000D+00
+    1.710404248047D+04 3.967580795288D-01 2.793967723846D-09-1.000000000000D+00
+    4.959533203125D+03-3.514918327332D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  6 15  0.0-5.632266402245D-05 9.094947017729D-13 2.163000000000D+04
+    9.785632324219D+03-1.060783386230D+00-9.313225746155D-10 0.000000000000D+00
+    1.964753125000D+04-1.450794219971D+00 4.656612873077D-09 0.000000000000D+00
+   -1.305536767578D+04-2.971214294434D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  6 15  0.0-7.608905434608D-07 0.000000000000D+00 2.163000000000D+04
+   -1.702851855469D+04-2.055848121643D+00 1.862645149231D-09 0.000000000000D+00
+    1.091462841797D+04 5.510425567627D-01 9.313225746155D-10 4.000000000000D+00
+    1.546750585938D+04-2.659428596497D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  6 15  0.0-4.109460860491D-05-9.094947017729D-13 2.163000000000D+04
+   -1.058558007813D+04 4.425716400146D-01 9.313225746155D-10 0.000000000000D+00
+    2.219003759766D+04-8.367938995361D-01 2.793967723846D-09 5.000000000000D+00
+    6.850767089844D+03 3.411749839783D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  6 15  0.0-1.595970243216D-04 1.818989403546D-12 2.163000000000D+04
+   -2.349365234375D+02-2.644119262695D-01 0.000000000000D+00 0.000000000000D+00
+    2.326461718750D+04 1.410676002502D+00 4.656612873077D-09 6.000000000000D+00
+   -1.049436523438D+04 3.133940696716D+00-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  6 15  0.0-1.236004754901D-04 0.000000000000D+00 3.237000000000D+04
+    1.052306152344D+04-4.378099441528D-01-9.313225746155D-10 0.000000000000D+00
+   -2.222367968750D+04 8.331813812256D-01-2.793967723846D-09 5.000000000000D+00
+   -6.724362792969D+03-3.418519973755D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31  6 15  0.0 1.119449734688D-06-0.000000000000D+00 3.237000000000D+04
+   -1.111437744141D+04 8.961124420166D-01 9.313225746155D-10 0.000000000000D+00
+   -1.987993457031D+04 1.299835205078D+00-4.656612873077D-09 0.000000000000D+00
+    1.140039843750D+04 3.151441574097D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  6 15  0.0 4.525948315859D-05 9.094947017729D-13 3.237000000000D+04
+    1.700448876953D+04 2.057313919067D+00-1.862645149231D-09 0.000000000000D+00
+   -1.098092431641D+04-5.624761581421D-01-0.000000000000D+00 4.000000000000D+00
+   -1.552700439453D+04 2.644792556763D+00 1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31  6 15  0.0-3.408761695027D-04-1.818989403546D-12 3.237000000000D+04
+    1.307036083984D+04-8.920316696167D-01-9.313225746155D-10 0.000000000000D+00
+   -9.350943847656D+03 2.562084197998D+00 0.000000000000D+00-4.000000000000D+00
+   -1.980790869141D+04-1.795985221863D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31  6 15  0.0-3.829132765532D-05-9.094947017729D-13 3.237000000000D+04
+   -1.896142333984D+04 2.247696876526D+00 1.862645149231D-09 0.000000000000D+00
+   -4.165252441406D+03-3.122520446777D-01 9.313225746155D-10 3.000000000000D+00
+   -1.655077392578D+04-2.498023986816D+00 9.313225746155D-10 0.000000000000D+00
+20 12 10 31  6 15  0.0-1.022592186928D-05-9.094947017729D-13 3.237000000000D+04
+   -2.504870312500D+04 2.027797698975D-02 1.862645149231D-09 0.000000000000D+00
+    4.970654296875D+03 1.879835128784D-01 9.313225746155D-10 2.000000000000D+00
+    1.177304687500D+02-3.576265335083D+00-0.000000000000D+00 0.000000000000D+00
+16 12 10 31  6 15  0.0-1.345854252577D-05 9.094947017729D-13 3.237000000000D+04
+   -1.832389892578D+04-6.307802200317D-01 1.862645149231D-09 0.000000000000D+00
+   -1.700228417969D+04-4.164037704468D-01-2.793967723846D-09-1.000000000000D+00
+   -5.370786132812D+03 3.480274200439D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  6 15  0.0-2.349354326725D-05 0.000000000000D+00 3.237000000000D+04
+   -1.575185351562D+04-1.852101325989D+00 9.313225746155D-10 0.000000000000D+00
+   -4.104059570312D+03-1.950271606445D+00 9.313225746155D-10-2.000000000000D+00
+   -1.962423925781D+04 1.903956413269D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31  6 15  0.0-3.924872726202D-05-9.094947017729D-13 3.237000000000D+04
+   -1.143595214844D+03 3.095813751221D+00 0.000000000000D+00 0.000000000000D+00
+   -1.082804736328D+04-6.418294906616D-01 0.000000000000D+00-3.000000000000D+00
+   -2.304742724609D+04 1.569185256958D-01 2.793967723846D-09 0.000000000000D+00
+10 12 10 31  6 15  0.0-5.779415369034D-05 9.094947017729D-13 3.393000000000D+04
+   -4.624152832031D+03-2.077141761780D+00 0.000000000000D+00 0.000000000000D+00
+    1.018070410156D+04-2.358242034912D+00 3.725290298462D-09-7.000000000000D+00
+   -2.293073583984D+04-6.365909576416D-01 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  6 15  0.0-1.759789884090D-04 0.000000000000D+00 2.187000000000D+04
+    7.849690429688D+03-8.899002075195D-01-9.313225746155D-10 0.000000000000D+00
+    1.010888818359D+04 2.887400627136D+00 3.725290298462D-09 1.000000000000D+00
+   -2.205636279297D+04 1.008173942566D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  6 45  0.0 2.331938594580D-05 0.000000000000D+00 3.417000000000D+04
+    2.190232910156D+03-4.648876190186D-02-9.313225746155D-10 0.000000000000D+00
+   -2.495110986328D+04-6.802330017090D-01-4.656612873077D-09 6.000000000000D+00
+    4.846004394531D+03-3.494112968445D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31  6 45  0.0-8.169002830982D-05-0.000000000000D+00 3.417000000000D+04
+    2.384631884766D+04-1.075812339783D+00-2.793967723846D-09 0.000000000000D+00
+   -4.448268066406D+03 2.018022537231D-01-0.000000000000D+00 2.000000000000D+00
+    7.867313964844D+03 3.362162590027D+00-0.000000000000D+00 0.000000000000D+00
+14 12 10 31  6 45  0.0 2.409331500530D-05-2.728484105319D-12 3.417000000000D+04
+    8.516053222656D+03 2.438324928284D+00-9.313225746155D-10 0.000000000000D+00
+   -6.371892089844D+03 2.043994903564D+00-2.793967723846D-09-7.000000000000D+00
+    2.316558935547D+04-3.417835235596D-01-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  6 45  0.0-1.236004754901D-04 0.000000000000D+00 3.417000000000D+04
+    9.687890625000D+03-4.487295150757D-01-9.313225746155D-10 0.000000000000D+00
+   -1.995867578125D+04 1.671343803406D+00-1.862645149231D-09 5.000000000000D+00
+   -1.253741992188D+04-2.998317718506D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31  6 45  0.0 1.119449734688D-06-0.000000000000D+00 3.417000000000D+04
+   -8.846449218750D+03 1.623992919922D+00 0.000000000000D+00 0.000000000000D+00
+   -1.722930175781D+04 1.598207473755D+00-4.656612873077D-09 0.000000000000D+00
+    1.655685302734D+04 2.540736198425D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  6 45  0.0 4.526227712631D-05 9.094947017729D-13 3.417000000000D+04
+    2.001728125000D+04 1.271118164062D+00-1.862645149231D-09 0.000000000000D+00
+   -1.207674267578D+04-6.144924163818D-01-0.000000000000D+00 4.000000000000D+00
+   -1.022792773438D+04 3.204802513123D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31  6 45  0.0-1.723160967231D-04 0.000000000000D+00 3.417000000000D+04
+   -6.636834960938D+03 3.953456878662D-01 0.000000000000D+00 0.000000000000D+00
+   -1.527057031250D+04-2.617620468140D+00-4.656612873077D-09 1.000000000000D+00
+    1.932169384766D+04-1.931680679321D+00-0.000000000000D+00 0.000000000000D+00
+23 12 10 31  6 45  0.0-4.421761259437D-04-3.637978807092D-12 3.417000000000D+04
+    1.384301513672D+04-2.704000473022D+00-9.313225746155D-10 0.000000000000D+00
+    5.470011230469D+03 8.672533035278D-01-0.000000000000D+00 3.000000000000D+00
+    2.070359960938D+04 1.576963424683D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31  6 45  0.0-3.670807927847D-04-9.094947017729D-13 3.417000000000D+04
+    1.910954394531D+04 1.713416099548D+00-1.862645149231D-09 0.000000000000D+00
+    7.031759765625D+03 1.235548973083D+00 0.000000000000D+00-2.000000000000D+00
+    1.533887939453D+04-2.700202941895D+00-1.862645149231D-09 0.000000000000D+00
+18 12 10 31  6 45  0.0-3.925152122974D-05-9.094947017729D-13 3.567000000000D+04
+    4.223014648438D+03 2.819538116455D+00-0.000000000000D+00 0.000000000000D+00
+   -1.235599316406D+04-1.035004615784D+00-0.000000000000D+00-3.000000000000D+00
+   -2.187544921875D+04 1.137070655823D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31  6 45  0.0-1.022871583700D-05-9.094947017729D-13 3.417000000000D+04
+   -2.423482763672D+04 8.668136596680D-01 1.862645149231D-09 0.000000000000D+00
+    5.083272460938D+03-1.006402969360D-01 9.313225746155D-10 2.000000000000D+00
+   -6.241182617188D+03-3.443461418152D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  6 45  0.0-2.349261194468D-05 0.000000000000D+00 3.417000000000D+04
+   -1.898383300781D+04-1.691493034363D+00 1.862645149231D-09 0.000000000000D+00
+   -7.026808593750D+03-1.287739753723D+00-0.000000000000D+00-2.000000000000D+00
+   -1.548148437500D+04 2.669356346130D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31  6 45  0.0-3.829319030046D-05-9.094947017729D-13 3.417000000000D+04
+   -1.449603662109D+04 2.666913986206D+00 9.313225746155D-10 0.000000000000D+00
+   -5.162989257812D+03-8.091506958008D-01 0.000000000000D+00 3.000000000000D+00
+   -2.034961767578D+04-1.695560455322D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31  6 45  0.0-1.345667988062D-05 9.094947017729D-13 3.417000000000D+04
+   -1.894322802734D+04-2.470207214355D-02 9.313225746155D-10 0.000000000000D+00
+   -1.713166357422D+04 2.468585968018D-01-3.725290298462D-09-1.000000000000D+00
+    1.019568847656D+03 3.574321746826D+00 9.313225746155D-10 0.000000000000D+00
+21 12 10 31  6 45  0.0-7.599592208862D-07 0.000000000000D+00 3.417000000000D+04
+   -2.003633398438D+04-1.266800880432D+00 1.862645149231D-09 0.000000000000D+00
+    1.198879296875D+04 6.016893386841D-01 9.313225746155D-10 4.000000000000D+00
+    1.014140087891D+04-3.219891548157D+00-9.313225746155D-10 0.000000000000D+00
+10 12 10 31  6 45  0.0-5.779229104519D-05 9.094947017729D-13 3.417000000000D+04
+   -8.719786132812D+03-2.436439514160D+00 9.313225746155D-10 0.000000000000D+00
+    6.192994628906D+03-2.034308433533D+00 2.793967723846D-09-7.000000000000D+00
+   -2.317637988281D+04 3.651580810547D-01 9.313225746155D-10 0.000000000000D+00
+22 12 10 31  6 45  0.0 6.272085011005D-05 9.094947017729D-13 3.420000000000D+04
+   -4.884060058594D+03-2.779620170593D+00 0.000000000000D+00 0.000000000000D+00
+    1.253349707031D+04 1.045984268188D+00 0.000000000000D+00-3.000000000000D+00
+    2.169889257812D+04-1.216472625732D+00-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31  6 45  0.0 2.075266093016D-05 0.000000000000D+00 3.420000000000D+04
+   -1.160159375000D+04 5.856456756592D-01 9.313225746155D-10 0.000000000000D+00
+    3.616024902344D+03-3.015447616577D+00-1.862645149231D-09-4.000000000000D+00
+    2.242014501953D+04 7.863340377808D-01-1.862645149231D-09 0.000000000000D+00
+12 12 10 31  6 45  0.0-1.033507287502D-04 0.000000000000D+00 3.420000000000D+04
+    1.866004541016D+04-3.040790557861D-02-9.313225746155D-10 0.000000000000D+00
+    1.719456640625D+04-2.695074081421D-01 3.725290298462D-09-1.000000000000D+00
+   -1.478553710938D+03-3.591531753540D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  6 45  0.0-4.109647125006D-05-9.094947017729D-13 3.420000000000D+04
+   -9.742274414062D+03 4.530286788940D-01 9.313225746155D-10 0.000000000000D+00
+    1.992206054688D+04-1.670771598816D+00 1.862645149231D-09 5.000000000000D+00
+    1.264837353516D+04 2.988360404968D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31  6 45  0.0-1.595923677087D-04 1.818989403546D-12 2.343000000000D+04
+   -4.265737304687D+02 1.795196533203D-02 0.000000000000D+00 0.000000000000D+00
+    2.511474804687D+04 6.222162246704D-01 4.656612873077D-09 6.000000000000D+00
+   -4.520986328125D+03 3.460126876831D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31  6 45  0.0-5.632080137730D-05 9.094947017729D-13 2.343000000000D+04
+    7.236297851562D+03-1.768114089966D+00 0.000000000000D+00 0.000000000000D+00
+    1.677794970703D+04-1.690624237061D+00 4.656612873077D-09 0.000000000000D+00
+   -1.783161865234D+04-2.301290512085D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  6 45  0.0-3.408808261156D-04-1.818989403546D-12 2.502000000000D+04
+    1.172776562500D+04-5.734319686890D-01-9.313225746155D-10 0.000000000000D+00
+   -4.315971679688D+03 2.990054130554D+00 1.862645149231D-09-4.000000000000D+00
+   -2.223311669922D+04-8.811502456665D-01 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31  6 45  0.0-1.759789884090D-04 0.000000000000D+00 2.343000000000D+04
+    6.691616210937D+03-4.016456604004D-01 0.000000000000D+00 0.000000000000D+00
+    1.511926269531D+04 2.630028724670D+00 4.656612873077D-09 1.000000000000D+00
+   -1.941177734375D+04 1.911207199097D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  7 15  0.0-1.723160967231D-04 0.000000000000D+00 2.523000000000D+04
+   -6.310181640625D+03-1.050376892090D-02-9.313225746155D-10 0.000000000000D+00
+   -1.953317529297D+04-2.076846122742D+00-5.587935447693D-09 1.000000000000D+00
+    1.514257421875D+04-2.681617736816D+00 9.313225746155D-10 0.000000000000D+00
+24 12 10 31  7 15  0.0-8.169189095497D-05 0.000000000000D+00 2.523000000000D+04
+    2.129439013672D+04-1.722973823547D+00-1.862645149231D-09 0.000000000000D+00
+   -3.646462890625D+03 7.130041122437D-01 0.000000000000D+00 2.000000000000D+00
+    1.353642480469D+04 2.895839691162D+00-9.313225746155D-10 0.000000000000D+00
+23 12 10 31  7 15  0.0-4.421835765243D-04-3.637978807092D-12 2.523000000000D+04
+    8.852043945312D+03-2.790975570679D+00 0.000000000000D+00 0.000000000000D+00
+    7.498691406250D+03 1.379224777222D+00 0.000000000000D+00 3.000000000000D+00
+    2.270422607422D+04 6.314735412598D-01-2.793967723846D-09 0.000000000000D+00
+14 12 10 31  7 15  0.0 2.408772706985D-05-2.728484105319D-12 2.523000000000D+04
+    1.304708251953D+04 2.548406600952D+00-1.862645149231D-09 0.000000000000D+00
+   -3.124677734375D+03 1.540924072266D+00-9.313225746155D-10-7.000000000000D+00
+    2.166071972656D+04-1.319639205933D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  7 15  0.0 2.075359225273D-05 0.000000000000D+00 2.523000000000D+04
+   -1.093278173828D+04 1.482305526733D-01 0.000000000000D+00 0.000000000000D+00
+   -1.970648437500D+03-3.141336441040D+00-2.793967723846D-09-4.000000000000D+00
+    2.294987792969D+04-2.016506195068D-01-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  7 15  0.0-3.670835867524D-04-9.094947017729D-13 2.523000000000D+04
+    2.182253417969D+04 1.256621360779D+00-9.313225746155D-10 0.000000000000D+00
+    8.648766601562D+03 5.720691680908D-01 1.862645149231D-09-2.000000000000D+00
+    9.947395996094D+03-3.251361846924D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31  7 15  0.0 1.119449734688D-06 0.000000000000D+00 2.523000000000D+04
+   -5.302892578125D+03 2.293905258179D+00-9.313225746155D-10 0.000000000000D+00
+   -1.429709619141D+04 1.613677978516D+00-4.656612873077D-09 0.000000000000D+00
+    2.042912158203D+04 1.733988761902D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  7 15  0.0-1.033497974277D-04 0.000000000000D+00 2.523000000000D+04
+    1.793140185547D+04-7.953367233276D-01 0.000000000000D+00 0.000000000000D+00
+    1.625447216797D+04-7.359457015991D-01 4.656612873077D-09-1.000000000000D+00
+   -7.801169433594D+03-3.387553215027D+00-9.313225746155D-10 0.000000000000D+00
+21 12 10 31  7 15  0.0-7.590278983116D-07 0.000000000000D+00 2.523000000000D+04
+   -2.155416308594D+04-4.199085235596D-01 2.793967723846D-09 0.000000000000D+00
+    1.292795361328D+04 3.992986679077D-01 0.000000000000D+00 4.000000000000D+00
+    4.026422851562D+03-3.530143737793D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31  7 15  0.0-4.109833389521D-05 0.000000000000D+00 2.523000000000D+04
+   -9.094042480469D+03 2.326211929321D-01 9.313225746155D-10 0.000000000000D+00
+    1.625330908203D+04-2.375292778015D+00 0.000000000000D+00 5.000000000000D+00
+    1.747051269531D+04 2.334972381592D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31  7 15  0.0-1.595886424184D-04 1.818989403546D-12 2.523000000000D+04
+   -3.033105468750D+02 8.004951477051D-02 9.313225746155D-10 0.000000000000D+00
+    2.545429492187D+04-2.496232986450D-01 3.725290298462D-09 6.000000000000D+00
+    1.801415527344D+03 3.519210815430D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31  7 15  0.0 4.526507109404D-05 9.094947017729D-13 2.532000000000D+04
+    2.154625537109D+04 4.280281066895D-01-2.793967723846D-09 0.000000000000D+00
+   -1.304099462891D+04-4.145364761353D-01 0.000000000000D+00 4.000000000000D+00
+   -4.138790039063D+03 3.517000198364D+00 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  7 15  0.0 2.332124859095D-05 0.000000000000D+00 3.597000000000D+04
+    1.950030273438D+03-1.801481246948D-01-1.862645149231D-09 0.000000000000D+00
+   -2.538519482422D+04 2.063217163086D-01-3.725290298462D-09 6.000000000000D+00
+   -1.549465332031D+03-3.565826416016D+00 2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31  7 15  0.0-1.236004754901D-04-0.000000000000D+00 3.597000000000D+04
+    9.047262695312D+03-2.283678054810D-01-9.313225746155D-10 0.000000000000D+00
+   -1.628438818359D+04 2.380876541138D+00-0.000000000000D+00 5.000000000000D+00
+   -1.737816650391D+04-2.345169067383D+00 2.793967723846D-09 0.000000000000D+00
+18 12 10 31  7 15  0.0-3.925524652004D-05-1.818989403546D-12 3.597000000000D+04
+    8.853992675781D+03 2.289965629578D+00-9.313225746155D-10 0.000000000000D+00
+   -1.445135156250D+04-1.257947921753D+00-0.000000000000D+00-3.000000000000D+00
+   -1.900617822266D+04 2.030427932739D+00 2.793967723846D-09 0.000000000000D+00
+16 12 10 31  7 15  0.0-1.345388591290D-05 9.094947017729D-13 3.732000000000D+04
+   -1.832121337891D+04 7.330999374390D-01 0.000000000000D+00 0.000000000000D+00
+   -1.623083740234D+04 7.159090042114D-01-4.656612873077D-09-1.000000000000D+00
+    7.331490234375D+03 3.393599510193D+00 9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31  7 15  0.0-2.349261194468D-05 0.000000000000D+00 3.597000000000D+04
+   -2.167289160156D+04-1.251904487610D+00 9.313225746155D-10 0.000000000000D+00
+   -8.740291015625D+03-6.256704330444D-01-1.862645149231D-09-2.000000000000D+00
+   -1.013846972656D+04 3.228767395020D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  7 15  0.0-1.023150980473D-05-9.094947017729D-13 3.597000000000D+04
+   -2.202133105469D+04 1.558959960938D+00 1.862645149231D-09 0.000000000000D+00
+    4.489336425781D+03-5.863513946533D-01 0.000000000000D+00 2.000000000000D+00
+   -1.211904736328D+04-3.045201301575D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31  7 15  0.0-3.829505294561D-05-9.094947017729D-13 3.597000000000D+04
+   -9.539006347656D+03 2.790236473083D+00 0.000000000000D+00 0.000000000000D+00
+   -7.091946289062D+03-1.328726768494D+00 0.000000000000D+00 3.000000000000D+00
+   -2.257612451172D+04-7.623214721680D-01 2.793967723846D-09 0.000000000000D+00
+10 12 10 31  7 15  0.0-5.778949707747D-05 9.094947017729D-13 3.597000000000D+04
+   -1.324057128906D+04-2.539135932922D+00 1.862645149231D-09 0.000000000000D+00
+    2.968359375000D+03-1.526009559631D+00 9.313225746155D-10-7.000000000000D+00
+   -2.163399267578D+04 1.337285995483D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  7 15  0.0-1.759789884090D-04 0.000000000000D+00 2.580000000000D+04
+    6.355203125000D+03 6.231307983398D-03 9.313225746155D-10 0.000000000000D+00
+    1.940924414063D+04 2.094532966614D+00 4.656612873077D-09 1.000000000000D+00
+   -1.526485302734D+04 2.666565895081D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  7 15  0.0-3.408854827285D-04-1.818989403546D-12 2.523000000000D+04
+    1.107279248047D+04-1.441602706909D-01 0.000000000000D+00 0.000000000000D+00
+    1.244403808594D+03 3.138032913208D+00 2.793967723846D-09-4.000000000000D+00
+   -2.293890380859D+04 1.020812988281D-01 9.313225746155D-10 0.000000000000D+00
+11 12 10 31  7 15  0.0-5.631893873215D-05 9.094947017729D-13 2.523000000000D+04
+    3.468521484375D+03-2.395564079285D+00 9.313225746155D-10 0.000000000000D+00
+    1.372883789063D+04-1.652759552002D+00 3.725290298462D-09 0.000000000000D+00
+   -2.123284960938D+04-1.453227996826D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  7 45  0.0 2.332217991352D-05 0.000000000000D+00 3.777000000000D+04
+    1.688897460938D+03-7.001304626465D-02-1.862645149231D-09 0.000000000000D+00
+   -2.421367871094D+04 1.084024429321D+00-2.793967723846D-09 6.000000000000D+00
+   -7.825047851562D+03-3.361723899841D+00 2.793967723846D-09 0.000000000000D+00
+17 12 10 31  7 45  0.0 4.526879638433D-05 9.094947017729D-13 3.777000000000D+04
+    2.159386328125D+04-3.560256958008D-01-2.793967723846D-09 0.000000000000D+00
+   -1.342444189453D+04 2.499866485596D-02-0.000000000000D+00 4.000000000000D+00
+    2.269889648438D+03 3.557600021362D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  7 45  0.0-8.169282227755D-05-9.094947017729D-13 3.777000000000D+04
+    1.779536474609D+04-2.118612289429D+00-1.862645149231D-09 0.000000000000D+00
+   -1.824361328125D+03 1.318663597107D+00-0.000000000000D+00 2.000000000000D+00
+    1.815720996094D+04 2.204898834229D+00-1.862645149231D-09 0.000000000000D+00
+14 12 10 31  7 45  0.0 2.408307045698D-05-2.728484105319D-12 3.777000000000D+04
+    1.750956445312D+04 2.358834266663D+00-1.862645149231D-09 0.000000000000D+00
+   -8.746406250000D+02 9.547424316406D-01 0.000000000000D+00-7.000000000000D+00
+    1.847572802734D+04-2.196345329285D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31  7 45  0.0 1.119449734688D-06 0.000000000000D+00 3.777000000000D+04
+   -6.903422851562D+02 2.794704437256D+00-1.862645149231D-09 0.000000000000D+00
+   -1.157306787109D+04 1.375552177429D+00-3.725290298462D-09 0.000000000000D+00
+    2.271929687500D+04 7.943773269653D-01-9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31  7 45  0.0-1.723151654005D-04 0.000000000000D+00 3.777000000000D+04
+   -6.571296386719D+03-2.451934814453D-01-1.862645149231D-09 0.000000000000D+00
+   -2.262033984375D+04-1.325702667236D+00-4.656612873077D-09 1.000000000000D+00
+    9.792642578125D+03-3.224142074585D+00 9.313225746155D-10 0.000000000000D+00
+18 12 10 31  7 45  0.0-3.925897181034D-05-1.818989403546D-12 3.777000000000D+04
+    1.236596679688D+04 1.592990875244D+00-1.862645149231D-09 0.000000000000D+00
+   -1.674011816406D+04-1.241460800171D+00 0.000000000000D+00-3.000000000000D+00
+   -1.466020800781D+04 2.767025947571D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31  7 45  0.0-1.236004754901D-04-0.000000000000D+00 3.777000000000D+04
+    8.969177246094D+03 1.632699966431D-01-9.313225746155D-10 0.000000000000D+00
+   -1.152344531250D+04 2.865016937256D+00 9.313225746155D-10 5.000000000000D+00
+   -2.087029833984D+04-1.509622573853D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31  7 45  0.0-1.345202326775D-05 9.094947017729D-13 3.777000000000D+04
+   -1.627509521484D+04 1.538787841797D+00-0.000000000000D+00 0.000000000000D+00
+   -1.470445019531D+04 9.363470077515D-01-4.656612873077D-09-1.000000000000D+00
+    1.307919335938D+04 2.951331138611D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  7 45  0.0 2.075359225273D-05 0.000000000000D+00 3.885000000000D+04
+   -1.106889257812D+04-2.907381057739D-01-0.000000000000D+00 0.000000000000D+00
+   -7.507990234375D+03-2.960804939270D+00-4.656612873077D-09-4.000000000000D+00
+    2.170330468750D+04-1.174500465393D+00-0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  7 45  0.0-2.349168062210D-05 0.000000000000D+00 3.777000000000D+04
+   -2.334716259766D+04-5.744819641113D-01 9.313225746155D-10 0.000000000000D+00
+   -9.345024414062D+03-7.250308990479D-02-2.793967723846D-09-2.000000000000D+00
+   -4.008404296875D+03 3.538030624390D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  7 45  0.0-1.023430377245D-05-9.094947017729D-13 3.777000000000D+04
+   -1.876578662109D+04 2.013731956482D+00 1.862645149231D-09 0.000000000000D+00
+    2.902279296875D+03-1.188128471375D+00 0.000000000000D+00 2.000000000000D+00
+   -1.706256250000D+04-2.411971092224D+00 9.313225746155D-10 0.000000000000D+00
+10 12 10 31  7 45  0.0-5.778763443232D-05 9.094947017729D-13 3.777000000000D+04
+   -1.768133691406D+04-2.344511032104D+00 1.862645149231D-09 0.000000000000D+00
+    7.476166992188D+02-9.375944137573D-01-0.000000000000D+00-7.000000000000D+00
+   -1.842480468750D+04 2.205265045166D+00 1.862645149231D-09 0.000000000000D+00
+21 12 10 31  7 45  0.0-7.590278983116D-07 0.000000000000D+00 3.777000000000D+04
+   -2.158393457031D+04 3.675355911255D-01 2.793967723846D-09 0.000000000000D+00
+    1.328124853516D+04-4.329299926758D-02 0.000000000000D+00 4.000000000000D+00
+   -2.401872558594D+03-3.565727233887D+00-0.000000000000D+00 0.000000000000D+00
+19 12 10 31  7 45  0.0-3.829691559076D-05-9.094947017729D-13 3.777000000000D+04
+   -4.628966308594D+03 2.618795394897D+00-0.000000000000D+00 0.000000000000D+00
+   -9.894119140625D+03-1.761551856995D+00 0.000000000000D+00 3.000000000000D+00
+   -2.305866064453D+04 2.296257019043D-01 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  7 45  0.0-3.670863807201D-04-9.094947017729D-13 3.780000000000D+04
+    2.349100634766D+04 5.638923645020D-01 0.000000000000D+00 0.000000000000D+00
+    9.161938964844D+03 2.565193176270D-02 2.793967723846D-09-2.000000000000D+00
+    3.785492187500D+03-3.550658226013D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  7 45  0.0-1.595839858055D-04 1.818989403546D-12 3.780000000000D+04
+   -2.780043945312D+02-8.907032012939D-02 1.862645149231D-09 0.000000000000D+00
+    2.423353759766D+04-1.092555046082D+00 2.793967723846D-09 6.000000000000D+00
+    7.984667968750D+03 3.306490898132D+00-2.793967723846D-09 0.000000000000D+00
+23 12 10 31  7 45  0.0-4.421900957823D-04-3.637978807092D-12 3.780000000000D+04
+    3.971278320312D+03-2.586513519287D+00 0.000000000000D+00 0.000000000000D+00
+    1.037536376953D+04 1.791898727417D+00 0.000000000000D+00 3.000000000000D+00
+    2.294739599609D+04-3.630666732788D-01-2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31  7 45  0.0-4.110019654036D-05 0.000000000000D+00 3.780000000000D+04
+   -9.007876464844D+03-1.584644317627D-01 9.313225746155D-10 0.000000000000D+00
+    1.150645019531D+04-2.855216026306D+00-9.313225746155D-10 5.000000000000D+00
+    2.094633837891D+04 1.502146720886D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31  7 45  0.0 6.272736936808D-05 1.818989403546D-12 3.783000000000D+04
+   -1.282003125000D+04-1.524867057800D+00 1.862645149231D-09 1.400000000000D+01
+    1.690421435547D+04 1.222670555115D+00 0.000000000000D+00-3.000000000000D+00
+    1.426503613281D+04-2.805229187012D+00-1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31  7 45  0.0-1.759789884090D-04 0.000000000000D+00 2.703000000000D+04
+    6.611460937500D+03 2.442150115967D-01 1.862645149231D-09 0.000000000000D+00
+    2.253135498047D+04 1.346430778503D+00 4.656612873077D-09 1.000000000000D+00
+   -9.936238769531D+03 3.215633392334D+00-9.313225746155D-10 0.000000000000D+00
+12 12 10 31  7 45  0.0-1.033497974277D-04 0.000000000000D+00 2.703000000000D+04
+    1.577289990234D+04-1.599811553955D+00 0.000000000000D+00 0.000000000000D+00
+    1.469824218750D+04-9.488039016724D-01 4.656612873077D-09-1.000000000000D+00
+   -1.351505468750D+04-2.919795036316D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  7 45  0.0-3.408901393414D-04-1.818989403546D-12 2.703000000000D+04
+    1.121328613281D+04 2.925739288330D-01 0.000000000000D+00 0.000000000000D+00
+    6.797198242187D+03 2.981323242188D+00 3.725290298462D-09-4.000000000000D+00
+   -2.187021142578D+04 1.077683448792D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  7 45  0.0-5.631707608700D-05 0.000000000000D+00 2.703000000000D+04
+   -1.275312500000D+03-2.836533546448D+00 1.862645149231D-09 0.000000000000D+00
+    1.097304248047D+04-1.374517440796D+00 2.793967723846D-09 0.000000000000D+00
+   -2.299516552734D+04-4.920139312744D-01 9.313225746155D-10 0.000000000000D+00
+24 12 10 31  8 15  0.0-8.169468492270D-05-9.094947017729D-13 2.883000000000D+04
+    1.384025976563D+04-2.227704048157D+00-9.313225746155D-10 0.000000000000D+00
+    1.092683105469D+03 1.910839080811D+00 0.000000000000D+00 2.000000000000D+00
+    2.137105712891D+04 1.342741012573D+00-1.862645149231D-09 0.000000000000D+00
+23 12 10 31  8 15  0.0-4.421966150403D-04-3.637978807092D-12 2.883000000000D+04
+   -3.144877929688D+02-2.141745567322D+00 9.313225746155D-10 0.000000000000D+00
+    1.383217333984D+04 2.010006904602D+00 0.000000000000D+00 3.000000000000D+00
+    2.141402636719D+04-1.329612731934D+00-2.793967723846D-09 0.000000000000D+00
+17 12 10 31  8 15  0.0 4.527159035206D-05 9.094947017729D-13 2.883000000000D+04
+    2.036251074219D+04-9.778242111206D-01-2.793967723846D-09 0.000000000000D+00
+   -1.283999853516D+04 6.483621597290D-01 0.000000000000D+00 4.000000000000D+00
+    8.503471191406D+03 3.323745727539D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  8 15  0.0-4.110112786293D-05 0.000000000000D+00 2.883000000000D+04
+   -9.712542968750D+03-6.290769577026D-01 0.000000000000D+00 0.000000000000D+00
+    6.147131835938D+03-3.048942565918D+00-1.862645149231D-09 5.000000000000D+00
+    2.280885742187D+04 5.539722442627D-01-1.862645149231D-09 0.000000000000D+00
+14 12 10 31  8 15  0.0 2.407748252153D-05-2.728484105319D-12 2.883000000000D+04
+    2.136076416016D+04 1.873995780945D+00-9.313225746155D-10 0.000000000000D+00
+    3.311118164063D+02 3.994445800781D-01 9.313225746155D-10-7.000000000000D+00
+    1.385598535156D+04-2.903306961060D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  8 15  0.0 2.075452357531D-05 0.000000000000D+00 2.883000000000D+04
+   -1.191739355469D+04-6.269159317017D-01-1.862645149231D-09 0.000000000000D+00
+   -1.245930517578D+04-2.497981071472D+00-4.656612873077D-09-4.000000000000D+00
+    1.877615234375D+04-2.056789398193D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  8 15  0.0-3.670891746879D-04-9.094947017729D-13 2.883000000000D+04
+    2.376103271484D+04-2.804594039917D-01 0.000000000000D+00 0.000000000000D+00
+    8.862779296875D+03-3.192825317383D-01 3.725290298462D-09-2.000000000000D+00
+   -2.669556152344D+03-3.574982643127D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31  8 15  0.0-1.345016062260D-05 0.000000000000D+00 2.883000000000D+04
+   -1.282238916016D+04 2.276687622070D+00-1.862645149231D-09 0.000000000000D+00
+   -1.301647265625D+04 8.975133895874D-01-4.656612873077D-09-1.000000000000D+00
+    1.781892285156D+04 2.280730247498D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  8 15  0.0 1.120381057262D-06 0.000000000000D+00 2.883000000000D+04
+    4.603399414062D+03 3.039063453674D+00-1.862645149231D-09 0.000000000000D+00
+   -9.455256347656D+03 9.548292160034D-01-1.862645149231D-09 0.000000000000D+00
+    2.325291748047D+04-2.050361633301D-01-9.313225746155D-10 0.000000000000D+00
+22 12 10 31  8 15  0.0 6.273109465837D-05 1.818989403546D-12 2.883000000000D+04
+   -1.488530078125D+04-7.715263366699D-01 1.862645149231D-09 0.000000000000D+00
+    1.887751953125D+04 9.260025024414D-01 0.000000000000D+00-3.000000000000D+00
+    8.732831542969D+03-3.301939010620D+00-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  8 15  0.0-1.759780570865D-04 0.000000000000D+00 2.883000000000D+04
+    7.097011230469D+03 2.546825408936D-01 1.862645149231D-09 0.000000000000D+00
+    2.418726513672D+04 4.836826324463D-01 3.725290298462D-09 1.000000000000D+00
+   -3.838321777344D+03 3.515770912170D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31  8 15  0.0-7.580965757370D-07 0.000000000000D+00 2.883000000000D+04
+   -2.033003271484D+04 9.909973144531D-01 2.793967723846D-09 0.000000000000D+00
+    1.266137890625D+04-6.692352294922D-01 0.000000000000D+00 4.000000000000D+00
+   -8.643348144531D+03-3.323976516724D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  8 15  0.0-1.595802605152D-04 1.818989403546D-12 2.883000000000D+04
+   -7.442016601563D+02-4.573020935059D-01 1.862645149231D-09 0.000000000000D+00
+    2.160358154297D+04-1.798745155334D+00 9.313225746155D-10 6.000000000000D+00
+    1.355105468750D+04 2.838220596313D+00-2.793967723846D-09 0.000000000000D+00
+18 12 10 31  8 15  0.0-3.926269710064D-05-1.818989403546D-12 3.957000000000D+04
+    1.455386669922D+04 8.380460739136D-01-1.862645149231D-09 0.000000000000D+00
+   -1.875881005859D+04-9.568815231323D-01 0.000000000000D+00-3.000000000000D+00
+   -9.174042480469D+03 3.288928985596D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  8 15  0.0-1.723151654005D-04 0.000000000000D+00 3.957000000000D+04
+   -7.055250976562D+03-2.519330978394D-01-2.793967723846D-09 0.000000000000D+00
+   -2.423811181641D+04-4.624576568604D-01-4.656612873077D-09 1.000000000000D+00
+    3.685639160156D+03-3.517355918884D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31  8 15  0.0 2.332311123610D-05 0.000000000000D+00 3.957000000000D+04
+    1.830624023438D+03 2.597923278809D-01-1.862645149231D-09 0.000000000000D+00
+   -2.155714355469D+04 1.838317871094D+00-9.313225746155D-10 6.000000000000D+00
+   -1.349510791016D+04-2.897363662720D+00 2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31  8 15  0.0-2.349168062210D-05 0.000000000000D+00 3.957000000000D+04
+   -2.364674560547D+04 2.591371536255D-01-0.000000000000D+00 0.000000000000D+00
+   -9.118907226562D+03 2.859115600586D-01-4.656612873077D-09-2.000000000000D+00
+    2.433118652344D+03 3.572487831116D+00 9.313225746155D-10 0.000000000000D+00
+10 12 10 31  8 15  0.0-5.778484046459D-05 9.094947017729D-13 3.957000000000D+04
+   -2.150492285156D+04-1.858299255371D+00 9.313225746155D-10 0.000000000000D+00
+   -4.271870117188D+02-3.825216293335D-01-9.313225746155D-10-7.000000000000D+00
+   -1.379755371094D+04 2.902825355530D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  8 15  0.0-1.023709774017D-05-9.094947017729D-13 3.957000000000D+04
+   -1.494178564453D+04 2.186899185181D+00 9.313225746155D-10 0.000000000000D+00
+    2.052451171875D+02-1.801065444946D+00 0.000000000000D+00 2.000000000000D+00
+   -2.068998095703D+04-1.592286109924D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31  8 15  0.0-3.829877823591D-05-9.094947017729D-13 4.041000000000D+04
+   -2.611791992188D+02 2.198891639709D+00-0.000000000000D+00 0.000000000000D+00
+   -1.332214843750D+04-2.009699821472D+00 0.000000000000D+00 3.000000000000D+00
+   -2.176019091797D+04 1.203756332397D+00 2.793967723846D-09 0.000000000000D+00
+11 12 10 31  8 15  0.0-5.631614476442D-05 0.000000000000D+00 4.104000000000D+04
+   -6.581987792969D+03-3.010500907898D+00 1.862645149231D-09 0.000000000000D+00
+    8.879428710938D+03-9.324035644531D-01 1.862645149231D-09 0.000000000000D+00
+   -2.298051074219D+04 5.083990097046D-01 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  8 15  0.0-3.408947959542D-04-1.818989403546D-12 3.024000000000D+04
+    1.206769775391D+04 6.326217651367D-01 1.862645149231D-09 0.000000000000D+00
+    1.180618359375D+04 2.541086196899D+00 3.725290298462D-09-4.000000000000D+00
+   -1.910926025391D+04 1.970137596130D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  8 15  0.0-1.033479347825D-04 0.000000000000D+00 3.024000000000D+04
+    1.221900146484D+04-2.326407432556D+00 1.862645149231D-09 0.000000000000D+00
+    1.299676123047D+04-8.999261856079D-01 3.725290298462D-09-1.000000000000D+00
+   -1.817648681641D+04-2.226051330566D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  8 15  0.0-1.236004754901D-04 0.000000000000D+00 2.883000000000D+04
+    9.683180664062D+03 6.346158981323D-01 0.000000000000D+00 0.000000000000D+00
+   -6.144247070312D+03 3.060790061951D+00 2.793967723846D-09 5.000000000000D+00
+   -2.274215820312D+04-5.566387176514D-01 9.313225746155D-10 0.000000000000D+00
+18 12 10 31  8 45  0.0-3.926642239094D-05-1.818989403546D-12 4.137000000000D+04
+    1.541730371094D+04 1.399202346802D-01-2.793967723846D-09 0.000000000000D+00
+   -2.003365478516D+04-4.217386245728D-01 0.000000000000D+00-3.000000000000D+00
+   -2.973960937500D+03 3.555021286011D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  8 45  0.0 4.527531564236D-05 1.818989403546D-12 4.137000000000D+04
+    1.821630859375D+04-1.363321304321D+00-1.862645149231D-09 0.000000000000D+00
+   -1.103375390625D+04 1.365358352661D+00 0.000000000000D+00 4.000000000000D+00
+    1.408122558594D+04 2.833640098572D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  8 45  0.0 1.120381057262D-06 0.000000000000D+00 4.137000000000D+04
+    1.006602783203D+04 2.977901458740D+00-1.862645149231D-09 0.000000000000D+00
+   -8.185472656250D+03 4.515161514282D-01-9.313225746155D-10 0.000000000000D+00
+    2.199162744141D+04-1.187073707581D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  8 45  0.0-1.723151654005D-04 0.000000000000D+00 4.137000000000D+04
+   -7.331645019531D+03-1.584339141846D-02-2.793967723846D-09 0.000000000000D+00
+   -2.428667773438D+04 3.983783721924D-01-2.793967723846D-09 1.000000000000D+00
+   -2.706265625000D+03-3.538658142090D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31  8 45  0.0 2.332404255867D-05 0.000000000000D+00 4.137000000000D+04
+    2.717452636719D+03 7.440805435181D-01-9.313225746155D-10 0.000000000000D+00
+   -1.772769921875D+04 2.373843193054D+00 0.000000000000D+00 6.000000000000D+00
+   -1.812052734375D+04-2.208543777466D+00 2.793967723846D-09 0.000000000000D+00
+14 12 10 31  8 45  0.0 2.407189458609D-05-2.728484105319D-12 4.137000000000D+04
+    2.410895996094D+04 1.145510673523D+00-0.000000000000D+00 0.000000000000D+00
+    6.453979492188D+02-2.004337310791D-02 2.793967723846D-09-7.000000000000D+00
+    8.159331542969D+03-3.385011672974D+00-1.862645149231D-09 0.000000000000D+00
+24 12 10 31  8 45  0.0-8.169654756784D-05-9.094947017729D-13 4.137000000000D+04
+    9.941711914062D+03-2.061486244202D+00-0.000000000000D+00 0.000000000000D+00
+    4.980065917969D+03 2.379247665405D+00 0.000000000000D+00 2.000000000000D+00
+    2.292829052734D+04 3.762149810791D-01-2.793967723846D-09 0.000000000000D+00
+16 12 10 31  8 45  0.0-1.344922930002D-05 0.000000000000D+00 4.137000000000D+04
+   -8.185523437500D+03 2.837918281555D+00-2.793967723846D-09 0.000000000000D+00
+   -1.160907080078D+04 6.338958740234D-01-3.725290298462D-09-1.000000000000D+00
+    2.118308203125D+04 1.432703971863D+00-0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  8 45  0.0 2.075638622046D-05 0.000000000000D+00 4.137000000000D+04
+   -1.321175048828D+04-7.741565704346D-01-2.793967723846D-09 0.000000000000D+00
+   -1.637061376953D+04-1.819388389587D+00-4.656612873077D-09-4.000000000000D+00
+    1.439455664062D+04-2.779998779297D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31  8 45  0.0-3.830064088106D-05-9.094947017729D-13 4.137000000000D+04
+    3.187538085938D+03 1.613927841187D+00-9.313225746155D-10 0.000000000000D+00
+   -1.697560742188D+04-2.003506660461D+00 0.000000000000D+00 3.000000000000D+00
+   -1.878105078125D+04 2.084939002991D+00 2.793967723846D-09 0.000000000000D+00
+10 12 10 31  8 45  0.0-5.778204649687D-05 9.094947017729D-13 4.137000000000D+04
+   -2.422649658203D+04-1.132181167603D+00 0.000000000000D+00 0.000000000000D+00
+   -7.122246093750D+02 3.553295135498D-02-2.793967723846D-09-7.000000000000D+00
+   -8.109108398438D+03 3.376830101013D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  8 45  0.0-2.349168062210D-05 0.000000000000D+00 4.137000000000D+04
+   -2.238587695312D+04 1.139738082886D+00-9.313225746155D-10 0.000000000000D+00
+   -8.462849121094D+03 4.006795883179D-01-4.656612873077D-09-2.000000000000D+00
+    8.685420410156D+03 3.329135894775D+00 9.313225746155D-10 0.000000000000D+00
+21 12 10 31  8 45  0.0-7.571652531624D-07 0.000000000000D+00 4.137000000000D+04
+   -1.816043603516D+04 1.375722885132D+00 1.862645149231D-09 0.000000000000D+00
+    1.081657080078D+04-1.386898994446D+00-0.000000000000D+00 4.000000000000D+00
+   -1.421295947266D+04-2.824197769165D+00 9.313225746155D-10 0.000000000000D+00
+20 12 10 31  8 45  0.0-1.023989170790D-05-9.094947017729D-13 4.137000000000D+04
+   -1.106210302734D+04 2.079662322998D+00 9.313225746155D-10 0.000000000000D+00
+   -3.521170898438D+03-2.313771247864D+00 0.000000000000D+00 2.000000000000D+00
+   -2.272046972656D+04-6.490526199341D-01 2.793967723846D-09 0.000000000000D+00
+11 12 10 31  8 45  0.0-5.631521344185D-05 0.000000000000D+00 4.137000000000D+04
+   -1.192745410156D+04-2.876626014709D+00 1.862645149231D-09 0.000000000000D+00
+    7.653390625000D+03-4.289073944092D-01 0.000000000000D+00 0.000000000000D+00
+   -2.118785693359D+04 1.470685958862D+00 9.313225746155D-10 0.000000000000D+00
+22 12 10 31  8 45  0.0 6.273481994867D-05 1.818989403546D-12 4.137000000000D+04
+   -1.563682812500D+04-8.317852020264D-02 2.793967723846D-09 0.000000000000D+00
+    2.008990039062D+04 3.842296600342D-01-0.000000000000D+00-3.000000000000D+00
+    2.530649414062D+03-3.544970512390D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31  8 45  0.0-3.670910373330D-04-9.094947017729D-13 4.140000000000D+04
+    2.245664990234D+04-1.165690422058D+00 9.313225746155D-10 0.000000000000D+00
+    8.162182617188D+03-4.163303375244D-01 3.725290298462D-09-2.000000000000D+00
+   -8.918015625000D+03-3.322649002075D+00-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31  8 45  0.0-1.759780570865D-04 0.000000000000D+00 4.140000000000D+04
+    7.381459960938D+03 2.191066741943D-02 2.793967723846D-09 0.000000000000D+00
+    2.427267089844D+04-3.790273666382D-01 2.793967723846D-09 1.000000000000D+00
+    2.556779785156D+03 3.543693542480D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  8 45  0.0-1.595756039023D-04 1.818989403546D-12 4.140000000000D+04
+   -2.002410644531D+03-9.548454284668D-01 9.313225746155D-10 0.000000000000D+00
+    1.789252587891D+04-2.282014846802D+00 0.000000000000D+00 6.000000000000D+00
+    1.807018896484D+04 2.150399208069D+00-2.793967723846D-09 0.000000000000D+00
+23 12 10 31  8 45  0.0-4.422040656209D-04-3.637978807092D-12 4.140000000000D+04
+   -3.646561035156D+03-1.543623924255D+00 9.313225746155D-10 0.000000000000D+00
+    1.745468115234D+04 1.968350410461D+00 0.000000000000D+00 3.000000000000D+00
+    1.822269140625D+04-2.193258285522D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  8 45  0.0-4.110299050808D-05 0.000000000000D+00 4.140000000000D+04
+   -1.125631445312D+04-1.072717666626D+00-9.313225746155D-10 0.000000000000D+00
+    7.139448242188D+02-2.938082695007D+00-3.725290298462D-09 5.000000000000D+00
+    2.291501367188D+04-4.368028640747D-01-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  8 45  0.0-1.236004754901D-04 0.000000000000D+00 3.144000000000D+04
+    1.123720654297D+04 1.078412055969D+00 9.313225746155D-10 0.000000000000D+00
+   -6.899726562500D+02 2.949208259583D+00 2.793967723846D-09 5.000000000000D+00
+   -2.284820996094D+04 4.395446777344D-01 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31  8 45  0.0-3.408985212445D-04-1.818989403546D-12 3.189000000000D+04
+    1.337980517578D+04 7.889003753662D-01 2.793967723846D-09 0.000000000000D+00
+    1.581253076172D+04 1.880981445312D+00 3.725290298462D-09-4.000000000000D+00
+   -1.486934179688D+04 2.710280418396D+00-9.313225746155D-10 0.000000000000D+00
+12 12 10 31  8 45  0.0-1.033470034599D-04 9.094947017729D-13 3.189000000000D+04
+    7.509886230469D+03-2.867174148560D+00 1.862645149231D-09 0.000000000000D+00
+    1.159359228516D+04-6.272230148315D-01 3.725290298462D-09-1.000000000000D+00
+   -2.142618554688D+04-1.361646652222D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  9 15  0.0-8.170306682587D-05-9.094947017729D-13 3.243000000000D+04
+    6.551773925781D+03-1.674987792969D+00 0.000000000000D+00 0.000000000000D+00
+    9.526669433594D+03 2.629917144775D+00 0.000000000000D+00 2.000000000000D+00
+    2.270779980469D+04-6.196165084839D-01-2.793967723846D-09 0.000000000000D+00
+23 12 10 31  9 15  0.0-4.422105848789D-04-3.637978807092D-12 3.243000000000D+04
+   -5.844282714844D+03-9.001855850220D-01 1.862645149231D-09 0.000000000000D+00
+    2.074724755859D+04 1.643288612366D+00 0.000000000000D+00 3.000000000000D+00
+    1.362047021484D+04-2.887060165405D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31  9 15  0.0 4.527810961008D-05 1.818989403546D-12 3.243000000000D+04
+    1.561724755859D+04-1.479210853577D+00-1.862645149231D-09 0.000000000000D+00
+   -7.934484375000D+03 2.065999984741D+00 0.000000000000D+00 4.000000000000D+00
+    1.857317138672D+04 2.125092506409D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31  9 15  0.0-4.110857844353D-05 0.000000000000D+00 3.243000000000D+04
+   -1.349549462891D+04-1.385666847229D+00-1.862645149231D-09 0.000000000000D+00
+   -4.262872070313D+03-2.550133705139D+00-3.725290298462D-09 5.000000000000D+00
+    2.125643310547D+04-1.394216537476D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  9 15  0.0-1.595718786120D-04 1.818989403546D-12 3.243000000000D+04
+   -4.201975097656D+03-1.485933303833D+00 0.000000000000D+00 0.000000000000D+00
+    1.355349316406D+04-2.491475105286D+00-9.313225746155D-10 6.000000000000D+00
+    2.119230322266D+04 1.296030998230D+00-1.862645149231D-09 0.000000000000D+00
+14 12 10 31  9 15  0.0 2.406537532806D-05-2.728484105319D-12 3.243000000000D+04
+    2.539248193359D+04 2.643318176270D-01 0.000000000000D+00 0.000000000000D+00
+    3.880170898437D+02-2.257986068726D-01 3.725290298462D-09-7.000000000000D+00
+    1.828233886719D+03-3.603595733643D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31  9 15  0.0-1.344829797745D-05 0.000000000000D+00 3.243000000000D+04
+   -2.763264648438D+03 3.138155937195D+00-2.793967723846D-09 0.000000000000D+00
+   -1.082571777344D+04 2.190608978271D-01-1.862645149231D-09-1.000000000000D+00
+    2.290897753906D+04 4.721889495850D-01-9.313225746155D-10 0.000000000000D+00
+15 12 10 31  9 15  0.0 1.122243702412D-06 0.000000000000D+00 3.243000000000D+04
+    1.513792431641D+04 2.608464241028D+00-9.313225746155D-10 0.000000000000D+00
+   -7.812182128906D+03-2.269077301025D-02 9.313225746155D-10 0.000000000000D+00
+    1.903525292969D+04-2.076356887817D+00-1.862645149231D-09 0.000000000000D+00
+18 12 10 31  9 15  0.0-3.927014768124D-05-1.818989403546D-12 3.252000000000D+04
+    1.515292724609D+04-4.003276824951D-01-2.793967723846D-09 0.000000000000D+00
+   -2.016293554688D+04 3.024625778198D-01 9.313225746155D-10-3.000000000000D+00
+    3.457587402344D+03 3.544444084167D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  9 15  0.0-1.759780570865D-04 0.000000000000D+00 3.243000000000D+04
+    7.046585449219D+03-4.250020980835D-01 2.793967723846D-09 0.000000000000D+00
+    2.289094580078D+04-1.128781318665D+00 9.313225746155D-10 1.000000000000D+00
+    8.753956542969D+03 3.297306060791D+00-2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31  9 15  0.0-3.409031778574D-04-1.818989403546D-12 3.243000000000D+04
+    1.476370361328D+04 7.065486907959D-01 2.793967723846D-09 0.000000000000D+00
+    1.850295849609D+04 1.096840858459D+00 3.725290298462D-09-4.000000000000D+00
+   -9.478413085937D+03 3.240703582764D+00-9.313225746155D-10 0.000000000000D+00
+22 12 10 31  9 15  0.0 6.273947656155D-05 1.818989403546D-12 3.243000000000D+04
+   -1.528284082031D+04 4.427127838135D-01 2.793967723846D-09 0.000000000000D+00
+    2.015027441406D+04-3.405561447144D-01 0.000000000000D+00-3.000000000000D+00
+   -3.865560058594D+03-3.516182899475D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31  9 15  0.0-3.830250352621D-05-9.094947017729D-13 4.317000000000D+04
+    5.513659179688D+03 9.703044891357D-01-1.862645149231D-09 0.000000000000D+00
+   -2.036368261719D+04-1.713727951050D+00 9.313225746155D-10 3.000000000000D+00
+   -1.435122851562D+04 2.805173873901D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31  9 15  0.0 2.075638622046D-05 0.000000000000D+00 4.317000000000D+04
+   -1.455838232422D+04-6.795578002930D-01-3.725290298462D-09 0.000000000000D+00
+   -1.893820214844D+04-1.023160934448D+00-3.725290298462D-09-4.000000000000D+00
+    8.897675292969D+03-3.287905693054D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31  9 15  0.0-1.723142340779D-04 0.000000000000D+00 4.317000000000D+04
+   -6.983646484375D+03 4.332914352417D-01-2.793967723846D-09 0.000000000000D+00
+   -2.287322460938D+04 1.144442558289D+00-9.313225746155D-10 1.000000000000D+00
+   -8.889018554688D+03-3.286488533020D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31  9 15  0.0 2.332590520382D-05 0.000000000000D+00 4.317000000000D+04
+    4.545155273438D+03 1.287631988525D+00-0.000000000000D+00 0.000000000000D+00
+   -1.318001513672D+04 2.629688262939D+00 1.862645149231D-09 6.000000000000D+00
+   -2.134289160156D+04-1.348550796509D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31  9 15  0.0-5.777925252914D-05 9.094947017729D-13 4.317000000000D+04
+   -2.549015771484D+04-2.558441162109D-01-0.000000000000D+00 0.000000000000D+00
+   -4.282890625000D+02 2.399024963379D-01-3.725290298462D-09-7.000000000000D+00
+   -1.797170410156D+03 3.591153144836D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  9 15  0.0-2.349168062210D-05 0.000000000000D+00 4.317000000000D+04
+   -1.958716210938D+04 1.948208808899D+00-2.793967723846D-09 0.000000000000D+00
+   -7.825902832031D+03 2.679224014282D-01-4.656612873077D-09-2.000000000000D+00
+    1.426230664062D+04 2.826971054077D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  9 15  0.0-7.553026080132D-07 0.000000000000D+00 4.317000000000D+04
+   -1.554149072266D+04 1.488593101501D+00 1.862645149231D-09 0.000000000000D+00
+    7.680203613281D+03-2.085091590881D+00-0.000000000000D+00 4.000000000000D+00
+   -1.867905029297D+04-2.105974197388D+00 1.862645149231D-09 0.000000000000D+00
+11 12 10 31  9 15  0.0-5.631428211927D-05 0.000000000000D+00 4.317000000000D+04
+   -1.675581201172D+04-2.440947532654D+00 1.862645149231D-09 0.000000000000D+00
+    7.305433593750D+03 2.506732940674D-02-0.000000000000D+00 0.000000000000D+00
+   -1.775393359375D+04 2.320104598999D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31  9 15  0.0-1.024268567562D-05-1.818989403546D-12 4.317000000000D+04
+   -7.596467285156D+03 1.737890243530D+00 0.000000000000D+00 0.000000000000D+00
+   -8.004039062500D+03-2.626971244812D+00 0.000000000000D+00 2.000000000000D+00
+   -2.299590234375D+04 3.451557159424D-01 2.793967723846D-09 0.000000000000D+00
+13 12 10 31  9 15  0.0-3.670938313007D-04-9.094947017729D-13 3.243000000000D+04
+    1.961184179688D+04-1.972459793091D+00 1.862645149231D-09 0.000000000000D+00
+    7.514205078125D+03-2.645578384399D-01 3.725290298462D-09-2.000000000000D+00
+   -1.447658203125D+04-2.813466072083D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  9 15  0.0-1.033442094922D-04 9.094947017729D-13 3.276000000000D+04
+    2.057958984375D+03-3.141332626343D+00 2.793967723846D-09 0.000000000000D+00
+    1.082761572266D+04-2.072687149048D-01 1.862645149231D-09-1.000000000000D+00
+   -2.301670898438D+04-3.946361541748D-01 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  9 15  0.0-1.236014068127D-04 0.000000000000D+00 3.276000000000D+04
+    1.348588574219D+04 1.390293121338D+00 1.862645149231D-09 0.000000000000D+00
+    4.304361328125D+03 2.558155059814D+00 3.725290298462D-09 5.000000000000D+00
+   -2.118050781250D+04 1.401307106018D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  9 45  0.0-3.927294164896D-05-1.818989403546D-12 4.497000000000D+04
+    1.411408300781D+04-7.120685577393D-01-1.862645149231D-09 0.000000000000D+00
+   -1.888841015625D+04 1.119997978210D+00 9.313225746155D-10-3.000000000000D+00
+    9.620259277344D+03 3.258305549622D+00-0.000000000000D+00 0.000000000000D+00
+15 12 10 31  9 45  0.0 1.137144863605D-06 0.000000000000D+00 4.497000000000D+04
+    1.929718212891D+04 1.974845886230D+00-0.000000000000D+00 0.000000000000D+00
+   -8.186588378906D+03-3.634634017944D-01 1.862645149231D-09 0.000000000000D+00
+    1.461340625000D+04-2.804949760437D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31  9 45  0.0-3.830436617136D-05-9.094947017729D-13 4.497000000000D+04
+    6.712672851562D+03 3.796234130859D-01-1.862645149231D-09 0.000000000000D+00
+   -2.298399414062D+04-1.157054901123D+00 9.313225746155D-10 3.000000000000D+00
+   -8.812720214844D+03 3.308811187744D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31  9 45  0.0 4.528183490038D-05 9.094947017729D-13 4.497000000000D+04
+    1.304644726562D+04-1.337725639343D+00-9.313225746155D-10 0.000000000000D+00
+   -3.673389648438D+03 2.638478279114D+00 0.000000000000D+00 4.000000000000D+00
+    2.163294042969D+04 1.252603530884D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31  9 45  0.0-1.344829797745D-05 0.000000000000D+00 4.497000000000D+04
+    2.926802246094D+03 3.131575584412D+00-2.793967723846D-09 0.000000000000D+00
+   -1.085137548828D+04-2.469978332520D-01-9.313225746155D-10-1.000000000000D+00
+    2.285987500000D+04-5.266847610474D-01-9.313225746155D-10 0.000000000000D+00
+14 12 10 31  9 45  0.0 2.405978739262D-05-2.728484105319D-12 4.497000000000D+04
+    2.503825000000D+04-6.538200378418D-01 1.862645149231D-09 0.000000000000D+00
+   -1.571728515625D+01-1.802082061768D-01 3.725290298462D-09-7.000000000000D+00
+   -4.645046875000D+03-3.541981697083D+00-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31  9 45  0.0 2.075731754303D-05 0.000000000000D+00 4.497000000000D+04
+   -1.550602246094D+04-3.329315185547D-01-3.725290298462D-09 0.000000000000D+00
+   -2.005170849609D+04-2.230272293091D-01-2.793967723846D-09-4.000000000000D+00
+    2.711362304688D+03-3.541040420532D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31  9 45  0.0-1.723142340779D-04 0.000000000000D+00 4.497000000000D+04
+   -5.685199218750D+03 1.025789260864D+00-1.862645149231D-09 0.000000000000D+00
+   -2.029159130859D+04 1.683509826660D+00-0.000000000000D+00 1.000000000000D+00
+   -1.438489160156D+04-2.780424118042D+00 2.793967723846D-09 0.000000000000D+00
+10 12 10 31  9 45  0.0-5.777645856142D-05 9.094947017729D-13 4.497000000000D+04
+   -2.512545556641D+04 6.570920944214D-01-1.862645149231D-09 0.000000000000D+00
+    1.044921875000D-01 1.936292648315D-01-3.725290298462D-09-7.000000000000D+00
+    4.652940429688D+03 3.529341697693D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31  9 45  0.0-5.631335079670D-05 0.000000000000D+00 4.497000000000D+04
+   -2.056448193359D+04-1.755932807922D+00 0.000000000000D+00 0.000000000000D+00
+    7.653181152344D+03 3.292417526245D-01-1.862645149231D-09 0.000000000000D+00
+   -1.294325488281D+04 2.990362167358D+00 1.862645149231D-09 0.000000000000D+00
+21 12 10 31  9 45  0.0-7.543712854385D-07 9.094947017729D-13 4.497000000000D+04
+   -1.295755664062D+04 1.342840194702D+00 9.313225746155D-10 0.000000000000D+00
+    3.389632324219D+03-2.651565551758D+00-0.000000000000D+00 4.000000000000D+00
+   -2.169704785156D+04-1.225797653198D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31  9 45  0.0-2.349168062210D-05 0.000000000000D+00 4.497000000000D+04
+   -1.548189746094D+04 2.574991226196D+00-2.793967723846D-09 0.000000000000D+00
+   -7.622732910156D+03-7.088565826416D-02-3.725290298462D-09-2.000000000000D+00
+    1.873055175781D+04 2.105445861816D+00-0.000000000000D+00 0.000000000000D+00
+20 12 10 31  9 45  0.0-1.024641096592D-05-1.818989403546D-12 4.497000000000D+04
+   -4.897416503906D+03 1.244015693665D+00-0.000000000000D+00 0.000000000000D+00
+   -1.281549853516D+04-2.670283317566D+00 0.000000000000D+00 2.000000000000D+00
+   -2.149339990234D+04 1.313600540161D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31  9 45  0.0 6.274320185184D-05 1.818989403546D-12 4.497000000000D+04
+   -1.418153613281D+04 7.392072677612D-01 1.862645149231D-09 0.000000000000D+00
+    1.881052050781D+04-1.153704643250D+00-9.313225746155D-10-3.000000000000D+00
+   -9.965438964844D+03-3.217794418335D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  9 45  0.0-4.110950976610D-05-9.094947017729D-13 4.497000000000D+04
+   -1.611565039062D+04-1.484694480896D+00-3.725290298462D-09 0.000000000000D+00
+   -8.340883789062D+03-1.953780174255D+00-3.725290298462D-09 5.000000000000D+00
+    1.796012255859D+04-2.244750976562D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  9 45  0.0-1.759780570865D-04 0.000000000000D+00 4.500000000000D+04
+    5.763938964844D+03-1.016793251038D+00 1.862645149231D-09 0.000000000000D+00
+    2.033334521484D+04-1.672571182251D+00 0.000000000000D+00 1.000000000000D+00
+    1.427364208984D+04 2.795852661133D+00-2.793967723846D-09 0.000000000000D+00
+24 12 10 31  9 45  0.0-8.170492947102D-05-9.094947017729D-13 4.500000000000D+04
+    3.990871093750D+03-1.157267570496D+00 9.313225746155D-10 0.000000000000D+00
+    1.427927539062D+04 2.601232528687D+00 0.000000000000D+00 2.000000000000D+00
+    2.072659667969D+04-1.567363739014D+00-2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31  9 45  0.0-3.409078344703D-04-1.818989403546D-12 4.500000000000D+04
+    1.577157714844D+04 3.727140426636D-01 3.725290298462D-09 0.000000000000D+00
+    1.975419921875D+04 3.010435104370D-01 1.862645149231D-09-4.000000000000D+00
+   -3.353726074219D+03 3.520256996155D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31  9 45  0.0-1.595681533217D-04 1.818989403546D-12 4.500000000000D+04
+   -7.308377929688D+03-1.944972038269D+00-9.313225746155D-10 0.000000000000D+00
+    9.093046386719D+03-2.419372558594D+00-1.862645149231D-09 6.000000000000D+00
+    2.267538281250D+04 3.410644531250D-01-1.862645149231D-09 0.000000000000D+00
+23 12 10 31  9 45  0.0-4.422171041369D-04-3.637978807092D-12 4.500000000000D+04
+   -6.926936523438D+03-3.223953247070D-01 1.862645149231D-09 0.000000000000D+00
+    2.321312109375D+04 1.057360649109D+00-9.313225746155D-10 3.000000000000D+00
+    7.963781250000D+03-3.357271194458D+00-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31  9 45  0.0-1.236014068127D-04 0.000000000000D+00 3.423000000000D+04
+    1.611238476562D+04 1.486924171448D+00 2.793967723846D-09 0.000000000000D+00
+    8.393005371094D+03 1.957493782043D+00 2.793967723846D-09 5.000000000000D+00
+   -1.786923388672D+04 2.253815650940D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  9 45  0.0-3.670966252685D-04-9.094947017729D-13 3.489000000000D+04
+    1.546865429688D+04-2.592085838318D+00 2.793967723846D-09 0.000000000000D+00
+    7.333259765625D+03 9.175205230713D-02 2.793967723846D-09-2.000000000000D+00
+   -1.891585009766D+04-2.087103843689D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  9 45  0.0-1.033414155245D-04 1.818989403546D-12 3.423000000000D+04
+   -3.613609863281D+03-3.108229637146D+00 2.793967723846D-09 0.000000000000D+00
+    1.087505712891D+04 2.584953308105D-01 9.313225746155D-10-1.000000000000D+00
+   -2.283037500000D+04 5.998344421387D-01 9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31  9 45  0.0 2.332683652639D-05 0.000000000000D+00 3.423000000000D+04
+    7.322928222656D+03 1.781343460083D+00 9.313225746155D-10 0.000000000000D+00
+   -8.439724609375D+03 2.588934898376D+00 1.862645149231D-09 6.000000000000D+00
+   -2.291241992188D+04-3.840141296387D-01 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 10 15  0.0-1.759771257639D-04 0.000000000000D+00 3.603000000000D+04
+    3.357733398437D+03-1.655489921570D+00 9.313225746155D-10 0.000000000000D+00
+    1.702914453125D+04-1.952086448669D+00-9.313225746155D-10 1.000000000000D+00
+    1.868905957031D+04 2.078350067139D+00-2.793967723846D-09 0.000000000000D+00
+24 12 10 31 10 15  0.0-8.170679211617D-05-9.094947017729D-13 3.603000000000D+04
+    2.399735351563D+03-6.160135269165D-01 9.313225746155D-10 0.000000000000D+00
+    1.871142236328D+04 2.274662017822D+00-9.313225746155D-10 2.000000000000D+00
+    1.713851269531D+04-2.393396377563D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31 10 15  0.0 4.528462886810D-05 9.094947017729D-13 3.603000000000D+04
+    1.092349804688D+04-9.939270019531D-01 0.000000000000D+00 0.000000000000D+00
+    1.429301757813D+03 2.987496376038D+00 0.000000000000D+00 4.000000000000D+00
+    2.302425341797D+04 2.832164764404D-01-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 10 15  0.0-1.595644280314D-04 1.818989403546D-12 3.603000000000D+04
+   -1.110162548828D+04-2.234436988831D+00-1.862645149231D-09 0.000000000000D+00
+    4.991783203125D+03-2.101819992065D+00-2.793967723846D-09 6.000000000000D+00
+    2.240403027344D+04-6.406707763672D-01-9.313225746155D-10 0.000000000000D+00
+18 12 10 31 10 15  0.0-3.927666693926D-05-9.094947017729D-13 3.603000000000D+04
+    1.274479638672D+04-7.665176391602D-01-1.862645149231D-09 0.000000000000D+00
+   -1.614353857422D+04 1.916549682617D+00 9.313225746155D-10-3.000000000000D+00
+    1.503549267578D+04 2.719509124756D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 10 15  0.0-2.349074929953D-05 0.000000000000D+00 3.603000000000D+04
+   -1.047633837891D+04 2.937914848328D+00-3.725290298462D-09 0.000000000000D+00
+   -8.157586914063D+03-5.363712310791D-01-1.862645149231D-09-2.000000000000D+00
+    2.174402978516D+04 1.221208572388D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 10 15  0.0-1.344829797745D-05 0.000000000000D+00 3.603000000000D+04
+    8.325643554687D+03 2.818636894226D+00-1.862645149231D-09 0.000000000000D+00
+   -1.167991308594D+04-6.550569534302D-01 0.000000000000D+00-1.000000000000D+00
+    2.103654101563D+04-1.486265182495D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31 10 15  0.0 1.139007508755D-06 9.094947017729D-13 3.603000000000D+04
+    2.213866796875D+04 1.160950660706D+00 0.000000000000D+00 0.000000000000D+00
+   -8.992219726562D+03-4.914903640747D-01 2.793967723846D-09 0.000000000000D+00
+    9.067468261719D+03-3.317368507385D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 10 15  0.0-4.111137241125D-05-9.094947017729D-13 3.603000000000D+04
+   -1.868215673828D+04-1.321476936340D+00-4.656612873077D-09 0.000000000000D+00
+   -1.123028564453D+04-1.247567176819D+00-2.793967723846D-09 5.000000000000D+00
+    1.327904882813D+04-2.922857284546D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 10 15  0.0 2.405419945717D-05-2.728484105319D-12 3.603000000000D+04
+    2.308983886719D+04-1.487257957458D+00 2.793967723846D-09 0.000000000000D+00
+   -1.144658203125D+02 1.076278686523D-01 2.793967723846D-09-7.000000000000D+00
+   -1.075740527344D+04-3.205269813538D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 10 15  0.0-3.409124910831D-04-1.818989403546D-12 3.603000000000D+04
+    1.597289990234D+04-1.807184219360D-01 3.725290298462D-09 0.000000000000D+00
+    1.964649462891D+04-3.957901000977D-01 9.313225746155D-10-4.000000000000D+00
+    3.030575195313D+03 3.527297019958D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31 10 15  0.0 6.274692714214D-05 1.818989403546D-12 3.603000000000D+04
+   -1.277581933594D+04 7.803516387939D-01 1.862645149231D-09 0.000000000000D+00
+    1.601131689453D+04-1.942893981934D+00-9.313225746155D-10-3.000000000000D+00
+   -1.530092773438D+04-2.672215461731D+00 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 10 15  0.0-4.422236233950D-04-3.637978807092D-12 3.603000000000D+04
+   -7.102142089844D+03 9.440612792969D-02 1.862645149231D-09 0.000000000000D+00
+    2.443594287109D+04 2.762098312378D-01-9.313225746155D-10 3.000000000000D+00
+    1.690666503906D+03-3.567543029785D+00-9.313225746155D-10 0.000000000000D+00
+19 12 10 31 10 15  0.0-3.830622881651D-05-9.094947017729D-13 4.677000000000D+04
+    6.971603027344D+03-5.990028381348D-02-1.862645149231D-09 0.000000000000D+00
+   -2.440458691406D+04-3.940706253052D-01 9.313225746155D-10 3.000000000000D+00
+   -2.593262207031D+03 3.556857109070D+00 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 10 15  0.0 2.075731754303D-05 0.000000000000D+00 4.677000000000D+04
+   -1.562578857422D+04 2.309226989746D-01-3.725290298462D-09 0.000000000000D+00
+   -1.980564453125D+04 4.702463150024D-01-9.313225746155D-10-4.000000000000D+00
+   -3.685021972656D+03-3.519818305969D+00 2.793967723846D-09 0.000000000000D+00
+ 5 12 10 31 10 15  0.0-1.723142340779D-04 0.000000000000D+00 4.677000000000D+04
+   -3.263400878906D+03 1.663546562195D+00-0.000000000000D+00 0.000000000000D+00
+   -1.697217285156D+04 1.958086967468D+00 9.313225746155D-10 1.000000000000D+00
+   -1.876936669922D+04-2.059619903564D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31 10 15  0.0-1.025013625622D-05-1.818989403546D-12 4.755000000000D+04
+   -3.146441894531D+03 7.029085159302D-01-9.313225746155D-10 0.000000000000D+00
+   -1.743658203125D+04-2.414380073547D+00 9.313225746155D-10 2.000000000000D+00
+   -1.832757226562D+04 2.181243896484D+00 2.793967723846D-09 0.000000000000D+00
+11 12 10 31 10 15  0.0-5.631335079670D-05 0.000000000000D+00 4.677000000000D+04
+   -2.298152929688D+04-9.123239517212D-01-0.000000000000D+00 0.000000000000D+00
+    8.356606445312D+03 4.113054275513D-01-2.793967723846D-09 0.000000000000D+00
+   -7.128008789062D+03 3.428930282593D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 10 15  0.0-5.777366459370D-05 9.094947017729D-13 4.677000000000D+04
+   -2.317468408203D+04 1.487036705017D+00-2.793967723846D-09 0.000000000000D+00
+    1.228247070312D+02-9.438705444336D-02-3.725290298462D-09-7.000000000000D+00
+    1.074504003906D+04 3.195859909058D+00 9.313225746155D-10 0.000000000000D+00
+21 12 10 31 10 15  0.0-7.525086402893D-07 9.094947017729D-13 4.677000000000D+04
+   -1.082925048828D+04 9.948978424072D-01 0.000000000000D+00 0.000000000000D+00
+   -1.728930664062D+03-2.991667747498D+00 0.000000000000D+00 4.000000000000D+00
+   -2.303584619141D+04-2.523889541626D-01 2.793967723846D-09 0.000000000000D+00
+12 12 10 31 10 15  0.0-1.033376902342D-04 1.818989403546D-12 4.719000000000D+04
+   -8.949788574219D+03-2.773522377014D+00 1.862645149231D-09 0.000000000000D+00
+    1.172027490234D+04 6.614398956299D-01-0.000000000000D+00-1.000000000000D+00
+   -2.088672265625D+04 1.545425415039D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 10 15  0.0-1.236014068127D-04 0.000000000000D+00 3.636000000000D+04
+    1.868012988281D+04 1.320590019226D+00 3.725290298462D-09 0.000000000000D+00
+    1.128530371094D+04 1.247228622437D+00 2.793967723846D-09 5.000000000000D+00
+   -1.317228515625D+04 2.930938720703D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 10 15  0.0 2.332776784897D-05 0.000000000000D+00 3.603000000000D+04
+    1.086497314453D+04 2.120791435242D+00 1.862645149231D-09 0.000000000000D+00
+   -4.021035644531D+03 2.280927658081D+00 2.793967723846D-09 6.000000000000D+00
+   -2.270743408203D+04 6.102914810181D-01 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 10 15  0.0-3.670984879136D-04-9.094947017729D-13 3.603000000000D+04
+    1.044179003906D+04-2.944009780884D+00 3.725290298462D-09 0.000000000000D+00
+    7.918715820312D+03 5.709428787231D-01 1.862645149231D-09-2.000000000000D+00
+   -2.189340966797D+04-1.199911117554D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 10 45  0.0-3.830809146166D-05-9.094947017729D-13 4.857000000000D+04
+    6.629684570312D+03-2.797317504883D-01-1.862645149231D-09 0.000000000000D+00
+   -2.433555566406D+04 4.800710678101D-01 1.862645149231D-09 3.000000000000D+00
+    3.826607421875D+03 3.530024528503D+00-0.000000000000D+00 0.000000000000D+00
+18 12 10 31 10 45  0.0-3.927946090698D-05-9.094947017729D-13 4.857000000000D+04
+    1.149950683594D+04-5.809297561646D-01-9.313225746155D-10 0.000000000000D+00
+   -1.207028906250D+04 2.577982902527D+00 9.313225746155D-10-3.000000000000D+00
+    1.928417285156D+04 1.970724105835D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31 10 45  0.0 1.140870153904D-06 9.094947017729D-13 4.857000000000D+04
+    2.343445166016D+04 2.770986557007D-01 1.862645149231D-09 0.000000000000D+00
+   -9.802862304688D+03-3.659105300903D-01 2.793967723846D-09 0.000000000000D+00
+    2.824367675781D+03-3.574621200562D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 10 45  0.0-1.344829797745D-05-0.000000000000D+00 4.857000000000D+04
+    1.291744384766D+04 2.246273040771D+00-9.313225746155D-10 0.000000000000D+00
+   -1.311451318359D+04-9.055957794189D-01 9.313225746155D-10-1.000000000000D+00
+    1.757810449219D+04-2.331496238708D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 10 45  0.0-2.349074929953D-05 0.000000000000D+00 4.857000000000D+04
+   -5.089624023438D+03 2.995403289795D+00-3.725290298462D-09 0.000000000000D+00
+   -9.567782226562D+03-1.025171279907D+00-9.313225746155D-10-2.000000000000D+00
+    2.307064794922D+04 2.434463500977D-01-9.313225746155D-10 0.000000000000D+00
+20 12 10 31 10 45  0.0-1.025386154652D-05-1.818989403546D-12 4.857000000000D+04
+   -2.329332519531D+03 2.240076065063D-01-9.313225746155D-10 0.000000000000D+00
+   -2.133716796875D+04-1.876484870911D+00 9.313225746155D-10 2.000000000000D+00
+   -1.374215527344D+04 2.880595207214D+00 1.862645149231D-09 0.000000000000D+00
+11 12 10 31 10 45  0.0-5.631241947412D-05 0.000000000000D+00 4.857000000000D+04
+   -2.382225683594D+04-2.456951141357D-02-1.862645149231D-09 0.000000000000D+00
+    8.980660156250D+03 2.395811080933D-01-2.793967723846D-09 0.000000000000D+00
+   -7.592260742188D+02 3.601338386536D+00 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 10 45  0.0 2.075824886560D-05 0.000000000000D+00 4.857000000000D+04
+   -1.458847607422D+04 9.375457763672D-01-2.793967723846D-09 0.000000000000D+00
+   -1.847753955078D+04 9.668598175049D-01-0.000000000000D+00-4.000000000000D+00
+   -9.796041503906D+03-3.226074218750D+00 2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 10 45  0.0-4.111416637897D-05-9.094947017729D-13 4.857000000000D+04
+   -2.071189843750D+04-8.913526535034D-01-4.656612873077D-09 0.000000000000D+00
+   -1.283364550781D+04-5.437288284302D-01-1.862645149231D-09 5.000000000000D+00
+    7.573187011719D+03-3.375958442688D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 10 45  0.0-5.777180194855D-05 9.094947017729D-13 4.857000000000D+04
+   -1.988649365234D+04 2.127378463745D+00-3.725290298462D-09 0.000000000000D+00
+   -4.534619140625D+02-5.708112716675D-01-2.793967723846D-09-7.000000000000D+00
+    1.600973339844D+04 2.615841865540D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 10 45  0.0-7.497146725655D-07 9.094947017729D-13 4.857000000000D+04
+   -9.444001464844D+03 5.340785980225D-01-0.000000000000D+00 0.000000000000D+00
+   -7.206798339844D+03-3.043954849243D+00 0.000000000000D+00 4.000000000000D+00
+   -2.259495947266D+04 7.388067245483D-01 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 10 45  0.0 6.275065243244D-05 1.818989403546D-12 4.857000000000D+04
+   -1.151501171875D+04 5.850000381470D-01 9.313225746155D-10 0.000000000000D+00
+    1.189815039062D+04-2.595951080322D+00-9.313225746155D-10-3.000000000000D+00
+   -1.946141259766D+04-1.920496940613D+00 1.862645149231D-09 0.000000000000D+00
+12 12 10 31 10 45  0.0-1.033339649439D-04 1.818989403546D-12 4.857000000000D+04
+   -1.344694287109D+04-2.187808990479D+00 9.313225746155D-10 0.000000000000D+00
+    1.315962841797D+04 9.043092727661D-01-9.313225746155D-10-1.000000000000D+00
+   -1.733945849609D+04 2.370315551758D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 10 45  0.0-1.595532521605D-04 1.818989403546D-12 4.947000000000D+04
+   -1.520617773438D+04-2.281551361084D+00-3.725290298462D-09 0.000000000000D+00
+    1.630163574219D+03-1.612327575684D+00-2.793967723846D-09 6.000000000000D+00
+    2.039858740234D+04-1.573163986206D+00-0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 10 45  0.0-1.759771257639D-04 0.000000000000D+00 4.860000000000D+04
+   -1.576220703125D+02-2.230724334717D+00 0.000000000000D+00 0.000000000000D+00
+    1.347412646484D+04-1.952654838562D+00-9.313225746155D-10 1.000000000000D+00
+    2.165922949219D+04 1.200476646423D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31 10 45  0.0 4.528369754553D-05 9.094947017729D-13 4.860000000000D+04
+    9.537182128906D+03-5.359516143799D-01 0.000000000000D+00 0.000000000000D+00
+    6.908818359375D+03 3.050005912781D+00 0.000000000000D+00 4.000000000000D+00
+    2.263906347656D+04-7.085342407227D-01-2.793967723846D-09 0.000000000000D+00
+24 12 10 31 10 45  0.0-8.170865476131D-05 0.000000000000D+00 4.860000000000D+04
+    1.722245605469D+03-1.591005325317D-01 1.862645149231D-09 0.000000000000D+00
+    2.230534228516D+04 1.678346633911D+00-9.313225746155D-10 2.000000000000D+00
+    1.222213964844D+04-3.033638000488D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31 10 45  0.0-3.409171476960D-04-1.818989403546D-12 4.860000000000D+04
+    1.503174169922D+04-8.819341659546D-01 2.793967723846D-09 0.000000000000D+00
+    1.844397705078D+04-9.027528762817D-01 0.000000000000D+00-4.000000000000D+00
+    9.180338867188D+03 3.261379241943D+00-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31 10 45  0.0-1.236004754901D-04 0.000000000000D+00 4.908000000000D+04
+    2.070569873047D+04 8.877849578857D-01 4.656612873077D-09 0.000000000000D+00
+    1.288541650391D+04 5.407562255859D-01 1.862645149231D-09 5.000000000000D+00
+   -7.454793457031D+03 3.380434036255D+00-9.313225746155D-10 0.000000000000D+00
+14 12 10 31 10 45  0.0 2.404861152172D-05-2.728484105319D-12 3.780000000000D+04
+    1.980031591797D+04-2.128095626831D+00 3.725290298462D-09 0.000000000000D+00
+    4.853168945312D+02 5.835390090942D-01 2.793967723846D-09-7.000000000000D+00
+   -1.603463525391D+04-2.620234489441D+00-0.000000000000D+00 0.000000000000D+00
+23 12 10 31 10 45  0.0-4.422301426530D-04-2.728484105319D-12 4.857000000000D+04
+   -6.722850585938D+03 2.863426208496D-01 1.862645149231D-09 0.000000000000D+00
+    2.414908544922D+04-6.016759872437D-01-9.313225746155D-10 3.000000000000D+00
+   -4.713298828125D+03-3.501749038696D+00-0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 10 45  0.0 2.332869917154D-05 0.000000000000D+00 4.857000000000D+04
+    1.481534570312D+04 2.224103927612D+00 3.725290298462D-09 0.000000000000D+00
+   -3.471860351562D+02 1.775896072388D+00 1.862645149231D-09 6.000000000000D+00
+   -2.074384130859D+04 1.557270050049D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 10 45  0.0-3.671012818813D-04-9.094947017729D-13 3.783000000000D+04
+    5.055578613281D+03-2.988600730896D+00 3.725290298462D-09 0.000000000000D+00
+    9.399531250000D+03 1.068081855774D+00 9.313225746155D-10-2.000000000000D+00
+   -2.318005175781D+04-2.204904556274D-01 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 10 45  0.0-1.723133027554D-04 0.000000000000D+00 3.783000000000D+04
+    2.644394531250D+02 2.236298561096D+00 0.000000000000D+00 0.000000000000D+00
+   -1.341045849609D+04 1.954233169556D+00 1.862645149231D-09 1.000000000000D+00
+   -2.170384179688D+04-1.179759025574D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 11 15  0.0-1.759761944413D-04 0.000000000000D+00 3.963000000000D+04
+   -4.571708496094D+03-2.638152122498D+00-1.862645149231D-09 0.000000000000D+00
+    1.014937451172D+04-1.704919815063D+00-1.862645149231D-09 1.000000000000D+00
+    2.295518701172D+04 2.301940917969D-01-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 11 15  0.0-3.830995410681D-05-9.094947017729D-13 3.963000000000D+04
+    6.113840820313D+03-2.523231506348D-01-1.862645149231D-09 0.000000000000D+00
+   -2.267839550781D+04 1.350733757019D+00 1.862645149231D-09 3.000000000000D+00
+    9.950645996094D+03 3.230272293091D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 11 15  0.0 4.528649151325D-05 9.094947017729D-13 3.963000000000D+04
+    8.998956054687D+03-6.982707977295D-02 9.313225746155D-10 0.000000000000D+00
+    1.222432177734D+04 2.805759429932D+00 0.000000000000D+00 4.000000000000D+00
+    2.050603076172D+04-1.646250724792D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 11 15  0.0-1.595495268703D-04 1.818989403546D-12 3.963000000000D+04
+   -1.914768603516D+04-2.050953865051D+00-4.656612873077D-09 0.000000000000D+00
+   -7.682280273437D+02-1.049165725708D+00-1.862645149231D-09 6.000000000000D+00
+    1.681375927734D+04-2.384105682373D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 11 15  0.0-5.776900798082D-05 9.094947017729D-13 3.963000000000D+04
+   -1.567676513672D+04 2.501409530640D+00-4.656612873077D-09 0.000000000000D+00
+   -1.992169921875D+03-1.146645545959D+00-1.862645149231D-09-7.000000000000D+00
+    2.004025146484D+04 1.833319664001D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 11 15  0.0-3.409218043089D-04-1.818989403546D-12 3.963000000000D+04
+    1.276914306641D+04-1.630731582642D+00 1.862645149231D-09 0.000000000000D+00
+    1.654534960938D+04-1.163237571716D+00 0.000000000000D+00-4.000000000000D+00
+    1.461982763672D+04 2.743266105652D+00-2.793967723846D-09 0.000000000000D+00
+18 12 10 31 11 15  0.0-3.928225487471D-05-9.094947017729D-13 3.963000000000D+04
+    1.076234765625D+04-2.149200439453D-01 0.000000000000D+00 0.000000000000D+00
+   -7.001735351563D+03 3.009024620056D+00 9.313225746155D-10-3.000000000000D+00
+    2.203916259766D+04 1.070758819580D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 11 15  0.0-2.348981797695D-05 0.000000000000D+00 3.963000000000D+04
+    1.261523437500D+02 2.752838134766D+00-2.793967723846D-09 0.000000000000D+00
+   -1.179627148438D+04-1.427853584290D+00 0.000000000000D+00-2.000000000000D+00
+    2.260997851563D+04-7.517175674438D-01-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 11 15  0.0-1.345574855804D-05 0.000000000000D+00 3.963000000000D+04
+    1.630758837891D+04 1.500361442566D+00 0.000000000000D+00 0.000000000000D+00
+   -1.480131542969D+04-9.262599945068D-01 1.862645149231D-09-1.000000000000D+00
+    1.275189941406D+04-2.995964050293D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31 11 15  0.0 1.142732799053D-06 9.094947017729D-13 3.963000000000D+04
+    2.316594775391D+04-5.575590133667D-01 2.793967723846D-09 0.000000000000D+00
+   -1.015920800781D+04 8.618354797363D-03 2.793967723846D-09 0.000000000000D+00
+   -3.635861328125D+03-3.557059288025D+00-9.313225746155D-10 0.000000000000D+00
+24 12 10 31 11 15  0.0-8.170958608389D-05 0.000000000000D+00 3.963000000000D+04
+    1.721879882812D+03 1.237926483154D-01 1.862645149231D-09 0.000000000000D+00
+    2.463338134766D+04 8.829488754272D-01-1.862645149231D-09 2.000000000000D+00
+    6.358965332031D+03-3.438586235046D+00-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 11 15  0.0-1.236004754901D-04 0.000000000000D+00 3.963000000000D+04
+    2.174058447266D+04 2.303514480591D-01 3.725290298462D-09 0.000000000000D+00
+    1.329955126953D+04-5.396461486816D-02 0.000000000000D+00 5.000000000000D+00
+   -1.160313476563D+03 3.567966461182D+00-1.862645149231D-09 0.000000000000D+00
+23 12 10 31 11 15  0.0-4.422366619110D-04-2.728484105319D-12 3.963000000000D+04
+   -6.220315429688D+03 2.314786911011D-01 1.862645149231D-09 0.000000000000D+00
+    2.228125488281D+04-1.460700988770D+00-9.313225746155D-10 3.000000000000D+00
+   -1.075275683594D+04-3.165208816528D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 11 15  0.0-1.723133027554D-04 0.000000000000D+00 3.963000000000D+04
+    4.685349121094D+03 2.639979362488D+00 1.862645149231D-09 0.000000000000D+00
+   -1.008607519531D+04 1.703146934509D+00 1.862645149231D-09 1.000000000000D+00
+   -2.296166699219D+04-2.087459564209D-01 9.313225746155D-10 0.000000000000D+00
+20 12 10 31 11 15  0.0-1.025758683681D-05-1.818989403546D-12 3.963000000000D+04
+   -2.244852050781D+03-9.732532501221D-02-9.313225746155D-10 0.000000000000D+00
+   -2.405898681641D+04-1.118204116821D+00 1.862645149231D-09 2.000000000000D+00
+   -8.091515625000D+03 3.357048034668D+00 9.313225746155D-10 0.000000000000D+00
+21 12 10 31 11 15  0.0-7.478520274162D-07 9.094947017729D-13 3.963000000000D+04
+   -8.910349121094D+03 6.691932678223D-02 0.000000000000D+00 0.000000000000D+00
+   -1.250264257813D+04-2.790273666382D+00 9.313225746155D-10 4.000000000000D+00
+   -2.041134619141D+04 1.671497344971D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31 11 15  0.0 2.332963049412D-05 0.000000000000D+00 3.963000000000D+04
+    1.870207031250D+04 2.046147346497D+00 4.656612873077D-09 0.000000000000D+00
+    2.313139648438D+03 1.172850608826D+00 1.862645149231D-09 6.000000000000D+00
+   -1.717389355469D+04 2.383514404297D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 11 15  0.0 2.404302358627D-05-2.728484105319D-12 3.963000000000D+04
+    1.559116552734D+04-2.499614715576D+00 3.725290298462D-09 0.000000000000D+00
+    2.045600585938D+03 1.157633781433D+00 9.313225746155D-10-7.000000000000D+00
+   -2.006862304687D+04-1.833008766174D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 11 15  0.0 2.075824886560D-05 0.000000000000D+00 3.963000000000D+04
+   -1.222598095703D+04 1.684868812561D+00-9.313225746155D-10 0.000000000000D+00
+   -1.647650488281D+04 1.212370872498D+00 9.313225746155D-10-4.000000000000D+00
+   -1.514881347656D+04-2.682854652405D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 11 15  0.0 6.275344640017D-05 9.094947017729D-13 3.963000000000D+04
+   -1.077623876953D+04 2.133398056030D-01 9.313225746155D-10 0.000000000000D+00
+    6.804704589844D+03-3.018789291382D+00 0.000000000000D+00-3.000000000000D+00
+   -2.212489550781D+04-1.019472122192D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 11 15  0.0-3.671031445265D-04-9.094947017729D-13 3.963000000000D+04
+   -1.362583007813D+02-2.733213424683D+00 2.793967723846D-09 0.000000000000D+00
+    1.170814599609D+04 1.472908020020D+00 0.000000000000D+00-2.000000000000D+00
+   -2.267714599609D+04 7.756071090698D-01 9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31 11 15  0.0-4.111602902412D-05-9.094947017729D-13 5.037000000000D+04
+   -2.175444189453D+04-2.349290847778D-01-4.656612873077D-09 0.000000000000D+00
+   -1.325410644531D+04 5.020809173584D-02-9.313225746155D-10 5.000000000000D+00
+    1.282293945312D+03-3.568577766418D+00 1.862645149231D-09 0.000000000000D+00
+11 12 10 31 11 15  0.0-5.631241947412D-05 0.000000000000D+00 5.037000000000D+04
+   -2.311552685547D+04 7.877616882324D-01-2.793967723846D-09 0.000000000000D+00
+    9.074764160156D+03-1.711950302124D-01-2.793967723846D-09 0.000000000000D+00
+    5.668536132812D+03 3.494034767151D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31 11 15  0.0-1.033293083310D-04 1.818989403546D-12 5.037000000000D+04
+   -1.672706103516D+04-1.438120841980D+00-0.000000000000D+00 0.000000000000D+00
+    1.483726171875D+04 9.176454544067D-01-1.862645149231D-09-1.000000000000D+00
+   -1.246358105469D+04 3.012352943420D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31 11 45  0.0-3.831274807453D-05-9.094947017729D-13 5.217000000000D+04
+    5.859820800781D+03 4.481315612793D-03-9.313225746155D-10 0.000000000000D+00
+   -1.954481298828D+04 2.102161407471D+00 1.862645149231D-09 3.000000000000D+00
+    1.530529394531D+04 2.680685043335D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 11 45  0.0-1.345574855804D-05-0.000000000000D+00 5.217000000000D+04
+    1.828091015625D+04 6.916170120239D-01 1.862645149231D-09 0.000000000000D+00
+   -1.629083886719D+04-6.848134994507D-01 1.862645149231D-09-1.000000000000D+00
+    6.932847167969D+03-3.427367210388D+00-1.862645149231D-09 0.000000000000D+00
+15 12 10 31 11 45  0.0 1.144595444202D-06 0.000000000000D+00 5.217000000000D+04
+    2.152272705078D+04-1.234000205994D+00 3.725290298462D-09 0.000000000000D+00
+   -9.651555664062D+03 5.823459625244D-01 1.862645149231D-09 0.000000000000D+00
+   -9.816429687500D+03-3.265834808350D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 11 45  0.0-2.348795533180D-05 0.000000000000D+00 5.217000000000D+04
+    4.670349609375D+03 2.261112213135D+00-9.313225746155D-10 0.000000000000D+00
+   -1.459779931641D+04-1.647778511047D+00 9.313225746155D-10-2.000000000000D+00
+    2.040034521484D+04-1.687252998352D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 11 45  0.0-1.026131212711D-05-1.818989403546D-12 5.217000000000D+04
+   -2.545328613281D+03-1.961116790771D-01-9.313225746155D-10 0.000000000000D+00
+   -2.528793603516D+04-2.359695434570D-01 1.862645149231D-09 2.000000000000D+00
+   -1.813322753906D+03 3.573282241821D+00 9.313225746155D-10 0.000000000000D+00
+18 12 10 31 11 45  0.0-3.928504884243D-05-9.094947017729D-13 5.217000000000D+04
+    1.077965234375D+04 2.403211593628D-01-0.000000000000D+00 0.000000000000D+00
+   -1.413529296875D+03 3.148681640625D+00 0.000000000000D+00-3.000000000000D+00
+    2.309014599609D+04 8.972358703613D-02-2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 11 45  0.0-4.111882299185D-05-9.094947017729D-13 5.217000000000D+04
+   -2.146929736328D+04 5.678234100342D-01-3.725290298462D-09 0.000000000000D+00
+   -1.277067626953D+04 4.490804672241D-01 0.000000000000D+00 5.000000000000D+00
+   -5.107684570312D+03-3.485237121582D+00 2.793967723846D-09 0.000000000000D+00
+11 12 10 31 11 45  0.0-5.631148815155D-05 0.000000000000D+00 5.217000000000D+04
+   -2.109535058594D+04 1.419433593750D+00-4.656612873077D-09 0.000000000000D+00
+    8.255625976562D+03-7.620172500610D-01-1.862645149231D-09 0.000000000000D+00
+    1.165613232422D+04 3.115507125854D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 11 45  0.0 2.075918018818D-05 0.000000000000D+00 5.217000000000D+04
+   -8.566476074219D+03 2.359907150269D+00-0.000000000000D+00 0.000000000000D+00
+   -1.427099267578D+04 1.196093559265D+00 9.313225746155D-10-4.000000000000D+00
+   -1.932972900391D+04-1.932521820068D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 11 45  0.0-1.595458015800D-04 1.818989403546D-12 5.217000000000D+04
+   -2.242725927734D+04-1.551239013672D+00-5.587935447693D-09 0.000000000000D+00
+   -2.166642578125D+03-5.186805725098D-01-9.313225746155D-10 6.000000000000D+00
+    1.192679736328D+04-3.010541915894D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31 11 45  0.0-1.033246517181D-04 1.818989403546D-12 5.217000000000D+04
+   -1.859128808594D+04-6.337785720825D-01-9.313225746155D-10 0.000000000000D+00
+    1.630656298828D+04 6.715230941772D-01-1.862645149231D-09-1.000000000000D+00
+   -6.633945800781D+03 3.423377037048D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31 11 45  0.0 6.275624036789D-05 9.094947017729D-13 5.217000000000D+04
+   -1.079833984375D+04-2.433738708496D-01 0.000000000000D+00 0.000000000000D+00
+    1.205984863281D+03-3.150642395020D+00-0.000000000000D+00-3.000000000000D+00
+   -2.308294970703D+04-3.773975372314D-02 2.793967723846D-09 0.000000000000D+00
+21 12 10 31 11 45  0.0-7.441267371178D-07 9.094947017729D-13 5.217000000000D+04
+   -9.143233886719D+03-3.011226654053D-01-9.313225746155D-10 0.000000000000D+00
+   -1.708420898438D+04-2.258723258972D+00 9.313225746155D-10 4.000000000000D+00
+   -1.665569580078D+04 2.474320411682D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 11 45  0.0-1.759752631187D-04 0.000000000000D+00 5.220000000000D+04
+   -9.505019531250D+03-2.796925544739D+00-2.793967723846D-09 0.000000000000D+00
+    7.443871582031D+03-1.279014587402D+00-1.862645149231D-09 1.000000000000D+00
+    2.247743701172D+04-7.575330734253D-01-9.313225746155D-10 0.000000000000D+00
+17 12 10 31 11 45  0.0 4.528928548098D-05 9.094947017729D-13 5.220000000000D+04
+    9.226860351562D+03 2.986841201782D-01 9.313225746155D-10 0.000000000000D+00
+    1.684035644531D+04 2.280966758728D+00-9.313225746155D-10 4.000000000000D+00
+    1.678864990234D+04-2.457474708557D+00-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 11 45  0.0-8.171144872904D-05 0.000000000000D+00 5.220000000000D+04
+    2.028846679688D+03 1.763906478882D-01 1.862645149231D-09 0.000000000000D+00
+    2.542538623047D+04-9.563446044922D-03-1.862645149231D-09 2.000000000000D+00
+    3.477050781250D+00-3.577157020569D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 11 45  0.0-3.409255295992D-04-1.818989403546D-12 5.220000000000D+04
+    9.200034667969D+03-2.314867973328D+00 0.000000000000D+00 0.000000000000D+00
+    1.441323632812D+04-1.163716316223D+00-9.313225746155D-10-4.000000000000D+00
+    1.892861865234D+04 2.013240814209D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 11 45  0.0-1.235995441675D-04 0.000000000000D+00 5.220000000000D+04
+    2.144809423828D+04-5.709838867188D-01 3.725290298462D-09 0.000000000000D+00
+    1.280982373047D+04-4.521398544312D-01 0.000000000000D+00 5.000000000000D+00
+    5.223946777344D+03 3.479654312134D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31 11 45  0.0-5.776714533567D-05 0.000000000000D+00 5.241000000000D+04
+   -1.106298388672D+04 2.574442863464D+00-3.725290298462D-09 0.000000000000D+00
+   -4.575152343750D+03-1.712001800537D+00 0.000000000000D+00-7.000000000000D+00
+    2.252380908203D+04 9.080505371094D-01-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 11 45  0.0 2.333056181669D-05 0.000000000000D+00 4.140000000000D+04
+    2.201162011719D+04 1.586645126343D+00 4.656612873077D-09 0.000000000000D+00
+    3.882993164062D+03 5.827684402466D-01 9.313225746155D-10 6.000000000000D+00
+   -1.227431445312D+04 3.025034904480D+00-9.313225746155D-10 0.000000000000D+00
+14 12 10 31 11 45  0.0 2.403836697340D-05-1.818989403546D-12 5.217000000000D+04
+    1.098438720703D+04-2.568286895752D+00 3.725290298462D-09 0.000000000000D+00
+    4.645609375000D+03 1.719691276550D+00 0.000000000000D+00-7.000000000000D+00
+   -2.254892285156D+04-9.052267074585D-01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 11 45  0.0-4.422431811690D-04-2.728484105319D-12 5.217000000000D+04
+   -6.024416992188D+03-4.680347442627D-02 9.313225746155D-10 0.000000000000D+00
+    1.897075390625D+04-2.186745643616D+00-9.313225746155D-10 3.000000000000D+00
+   -1.596098779297D+04-2.584199905396D+00 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 11 45  0.0-3.671050071716D-04-9.094947017729D-13 5.217000000000D+04
+   -4.634900390625D+03-2.230583190918D+00 1.862645149231D-09 0.000000000000D+00
+    1.458794677734D+04 1.688670158386D+00-9.313225746155D-10-2.000000000000D+00
+   -2.042398681641D+04 1.711660385132D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 11 45  0.0-1.723133027554D-04 0.000000000000D+00 5.325000000000D+04
+    9.617892578125D+03 2.794137954712D+00 2.793967723846D-09 0.000000000000D+00
+   -7.385720214844D+03 1.275326728821D+00 9.313225746155D-10 1.000000000000D+00
+   -2.244555908203D+04 7.785053253174D-01 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 12 15  0.0-1.759752631187D-04 0.000000000000D+00 4.323000000000D+04
+   -1.446430615234D+04-2.663331031799D+00-4.656612873077D-09 0.000000000000D+00
+    5.593646484375D+03-7.722597122192D-01-9.313225746155D-10 1.000000000000D+00
+    2.026341699219D+04-1.686501502991D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 12 15  0.0-3.831461071968D-05-9.094947017729D-13 4.323000000000D+04
+    6.232251464844D+03 4.306659698486D-01-9.313225746155D-10 0.000000000000D+00
+   -1.524179589844D+04 2.636084556580D+00 9.313225746155D-10 3.000000000000D+00
+    1.947634912109D+04 1.923702239990D+00-1.862645149231D-09 0.000000000000D+00
+17 12 10 31 12 15  0.0 4.529207944870D-05 9.094947017729D-13 4.323000000000D+04
+    9.962553222656D+03 4.822263717651D-01 9.313225746155D-10 0.000000000000D+00
+    2.030808203125D+04 1.544386863708D+00-1.862645149231D-09 4.000000000000D+00
+    1.177307421875D+04-3.079267501831D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 12 15  0.0-1.235976815224D-04 0.000000000000D+00 4.323000000000D+04
+    1.966253466797D+04-1.409536361694D+00 1.862645149231D-09 0.000000000000D+00
+    1.181945068359D+04-6.058158874512D-01-9.313225746155D-10 5.000000000000D+00
+    1.120500390625D+04 3.122970581055D+00-2.793967723846D-09 0.000000000000D+00
+10 12 10 31 12 15  0.0-5.776621401310D-05 0.000000000000D+00 4.323000000000D+04
+   -6.582695312500D+03 2.359127998352D+00-3.725290298462D-09 0.000000000000D+00
+   -8.081327148437D+03-2.154500961304D+00 0.000000000000D+00-7.000000000000D+00
+    2.326610937500D+04-8.889293670654D-02-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 12 15  0.0-3.409329801798D-04-1.818989403546D-12 4.323000000000D+04
+    4.538444335938D+03-2.828442573547D+00-9.313225746155D-10 0.000000000000D+00
+    1.249410888672D+04-9.352836608887D-01-9.313225746155D-10-4.000000000000D+00
+    2.177406884766D+04 1.127907752991D+00-1.862645149231D-09 0.000000000000D+00
+18 12 10 31 12 15  0.0-3.928691148758D-05-9.094947017729D-13 4.323000000000D+04
+    1.161690429688D+04 6.779928207397D-01 0.000000000000D+00 0.000000000000D+00
+    4.147513183594D+03 2.979908943176D+00 0.000000000000D+00-3.000000000000D+00
+    2.235903369141D+04-8.965396881104D-01-2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31 12 15  0.0-2.348609268665D-05 9.094947017729D-13 4.323000000000D+04
+    8.168721679687D+03 1.607736587524D+00 0.000000000000D+00 0.000000000000D+00
+   -1.757744238281D+04-1.617715835571D+00 1.862645149231D-09-2.000000000000D+00
+    1.661504296875D+04-2.491185188293D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31 12 15  0.0-1.345667988062D-05 0.000000000000D+00 4.323000000000D+04
+    1.883031640625D+04-6.272125244141D-02 2.793967723846D-09 0.000000000000D+00
+   -1.711689062500D+04-1.952934265137D-01 1.862645149231D-09-1.000000000000D+00
+    5.739545898437D+02-3.591856956482D+00-9.313225746155D-10 0.000000000000D+00
+12 12 10 31 12 15  0.0-1.033199951053D-04 1.818989403546D-12 4.323000000000D+04
+   -1.904461767578D+04 1.110935211182D-01-2.793967723846D-09 0.000000000000D+00
+    1.710712890625D+04 1.808309555054D-01-1.862645149231D-09-1.000000000000D+00
+   -2.969458007812D+02 3.572519302368D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31 12 15  0.0-5.631148815155D-05 0.000000000000D+00 4.323000000000D+04
+   -1.815918847656D+04 1.796532630920D+00-4.656612873077D-09 0.000000000000D+00
+    6.279218750000D+03-1.439334869385D+00-9.313225746155D-10 0.000000000000D+00
+    1.673913378906D+04 2.495568275452D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 12 15  0.0-8.171238005161D-05 0.000000000000D+00 4.323000000000D+04
+    2.209761718750D+03-1.468276977539D-02 9.313225746155D-10 0.000000000000D+00
+    2.461089648437D+04-8.823022842407D-01-1.862645149231D-09 2.000000000000D+00
+   -6.352351562500D+03-3.439039230347D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 12 15  0.0-1.026503741741D-05-1.818989403546D-12 5.397000000000D+04
+   -2.802340820312D+03-4.892635345459D-02-9.313225746155D-10 0.000000000000D+00
+   -2.490359619141D+04 6.543779373169D-01 1.862645149231D-09 2.000000000000D+00
+    4.605542480469D+03 3.512317657471D+00-0.000000000000D+00 0.000000000000D+00
+15 12 10 31 12 15  0.0 1.145526766777D-06 0.000000000000D+00 5.397000000000D+04
+    1.886826660156D+04-1.670606613159D+00 4.656612873077D-09 0.000000000000D+00
+   -7.994963378906D+03 1.268280029297D+00 9.313225746155D-10 0.000000000000D+00
+   -1.524144091797D+04-2.722878456116D+00-0.000000000000D+00 0.000000000000D+00
+21 12 10 31 12 15  0.0-7.413327693939D-07 9.094947017729D-13 5.400000000000D+04
+   -9.882363281250D+03-4.835977554321D-01-9.313225746155D-10 0.000000000000D+00
+   -2.050860156250D+04-1.519138336182D+00 1.862645149231D-09 4.000000000000D+00
+   -1.161870556641D+04 3.086117744446D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 12 15  0.0-4.112161695957D-05-9.094947017729D-13 5.397000000000D+04
+   -1.968636181641D+04 1.410105705261D+00-1.862645149231D-09 0.000000000000D+00
+   -1.178466650391D+04 6.040401458740D-01 9.313225746155D-10 5.000000000000D+00
+   -1.110209619141D+04-3.131835937500D+00 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 12 15  0.0-1.595420762897D-04 1.818989403546D-12 5.397000000000D+04
+   -2.460104833984D+04-8.342256546021D-01-5.587935447693D-09 0.000000000000D+00
+   -2.713483398438D+03-1.173105239868D-01-0.000000000000D+00 6.000000000000D+00
+    6.116066406250D+03-3.403822898865D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31 12 15  0.0 6.275903433561D-05 9.094947017729D-13 5.397000000000D+04
+   -1.163925439453D+04-6.782951354980D-01-0.000000000000D+00 0.000000000000D+00
+   -4.351614746094D+03-2.974089622498D+00 0.000000000000D+00-3.000000000000D+00
+   -2.225754199219D+04 9.493131637573D-01 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 12 15  0.0 2.076011151075D-05 0.000000000000D+00 5.397000000000D+04
+   -3.837401367188D+03 2.857316970825D+00 9.313225746155D-10 0.000000000000D+00
+   -1.230796289062D+04 9.521274566650D-01 9.313225746155D-10-4.000000000000D+00
+   -2.201635449219D+04-1.033342361450D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 12 15  0.0-3.671078011394D-04-9.094947017729D-13 5.475000000000D+04
+   -8.071053710938D+03-1.569847106934D+00 0.000000000000D+00 0.000000000000D+00
+    1.763308593750D+04 1.648734092712D+00-1.862645149231D-09-2.000000000000D+00
+   -1.659463964844D+04 2.515601158142D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 12 15  0.0 2.333149313927D-05 0.000000000000D+00 5.448000000000D+04
+    2.427143310547D+04 8.908567428589D-01 4.656612873077D-09 0.000000000000D+00
+    4.481924316406D+03 1.098918914795D-01 0.000000000000D+00 6.000000000000D+00
+   -6.424725585938D+03 3.432239532471D+00-1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 12 15  0.0-1.723123714328D-04 0.000000000000D+00 4.482000000000D+04
+    1.456768310547D+04 2.655548095703D+00 4.656612873077D-09 0.000000000000D+00
+   -5.542651855469D+03 7.682676315308D-01 9.313225746155D-10 1.000000000000D+00
+   -2.019511474609D+04 1.705798149109D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 12 15  0.0 2.403371036053D-05-1.818989403546D-12 5.397000000000D+04
+    6.519317871094D+03-2.348504066467D+00 2.793967723846D-09 0.000000000000D+00
+    8.161834472656D+03 2.157912254333D+00-0.000000000000D+00-7.000000000000D+00
+   -2.328628466797D+04 9.098720550537D-02 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 12 15  0.0-4.422497004271D-04-2.728484105319D-12 5.397000000000D+04
+   -6.484807128906D+03-4.840669631958D-01 9.313225746155D-10 0.000000000000D+00
+    1.454606396484D+04-2.685485839844D+00-9.313225746155D-10 3.000000000000D+00
+   -1.993594921875D+04-1.803828239441D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31 12 45  0.0-1.345667988062D-05-0.000000000000D+00 5.577000000000D+04
+    1.815099755859D+04-6.582756042480D-01 3.725290298462D-09 0.000000000000D+00
+   -1.687945117188D+04 4.837751388550D-01 9.313225746155D-10-1.000000000000D+00
+   -5.829678710938D+03-3.476828575134D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 12 45  0.0-2.348423004150D-05 9.094947017729D-13 5.577000000000D+04
+    1.042674755859D+04 9.020681381226D-01 9.313225746155D-10 0.000000000000D+00
+   -2.025494433594D+04-1.311491966248D+00 1.862645149231D-09-2.000000000000D+00
+    1.154823144531D+04-3.102039337158D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 12 45  0.0-3.831647336483D-05-9.094947017729D-13 5.577000000000D+04
+    7.457060546875D+03 9.343729019165D-01-0.000000000000D+00 0.000000000000D+00
+   -1.022532226562D+04 2.887466430664D+00 9.313225746155D-10 3.000000000000D+00
+    2.214105419922D+04 1.017829895020D+00-2.793967723846D-09 0.000000000000D+00
+20 12 10 31 12 45  0.0-1.026969403028D-05-1.818989403546D-12 5.577000000000D+04
+   -2.586368164062D+03 3.219900131226D-01-9.313225746155D-10 0.000000000000D+00
+   -2.299760449219D+04 1.436292648315D+00 1.862645149231D-09 2.000000000000D+00
+    1.066712695312D+04 3.178915977478D+00-0.000000000000D+00 0.000000000000D+00
+10 12 10 31 12 45  0.0-5.776528269053D-05 0.000000000000D+00 5.577000000000D+04
+   -2.709309082031D+03 1.913027763367D+00-1.862645149231D-09 0.000000000000D+00
+   -1.219946582031D+04-2.378304481506D+00 9.313225746155D-10-7.000000000000D+00
+    2.220701318359D+04-1.080470085144D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 12 45  0.0-7.385388016701D-07 1.818989403546D-12 5.577000000000D+04
+   -1.074030175781D+04-4.277200698853D-01-9.313225746155D-10 0.000000000000D+00
+   -2.248821435547D+04-6.718931198120D-01 1.862645149231D-09 4.000000000000D+00
+   -5.688542968750D+03 3.460405349731D+00 9.313225746155D-10 0.000000000000D+00
+15 12 10 31 12 45  0.0 1.146458089352D-06 0.000000000000D+00 5.577000000000D+04
+    1.567822363281D+04-1.825992584229D+00 4.656612873077D-09 0.000000000000D+00
+   -5.084429199219D+03 1.956231117249D+00 0.000000000000D+00 0.000000000000D+00
+   -1.949212695312D+04-1.969358444214D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 12 45  0.0-1.723123714328D-04 0.000000000000D+00 5.646000000000D+04
+    1.900223779297D+04 2.225777626038D+00 4.656612873077D-09 0.000000000000D+00
+   -4.602661621094D+03 2.897567749023D-01-0.000000000000D+00 1.000000000000D+00
+   -1.638385205078D+04 2.501485824585D+00-0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 12 45  0.0 2.333335578442D-05 0.000000000000D+00 5.664000000000D+04
+    2.512676025391D+04 4.268932342529D-02 3.725290298462D-09 0.000000000000D+00
+    4.397721191406D+03-1.657333374023D-01-9.313225746155D-10 6.000000000000D+00
+   -7.806201171875D+01 3.573788642883D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 12 45  0.0-1.595383509994D-04 1.818989403546D-12 5.577000000000D+04
+   -2.535191845703D+04 1.298046112061D-02-4.656612873077D-09 0.000000000000D+00
+   -2.709374023438D+03 8.466434478760D-02 0.000000000000D+00 6.000000000000D+00
+   -1.683583984375D+02-3.533449172974D+00 2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 12 45  0.0-4.112441092730D-05-9.094947017729D-13 5.577000000000D+04
+   -1.643927685547D+04 2.175434112549D+00-9.313225746155D-10 0.000000000000D+00
+   -1.074617675781D+04 5.104446411133D-01 9.313225746155D-10 5.000000000000D+00
+   -1.623606298828D+04-2.535361289978D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 12 45  0.0 6.275996565819D-05 0.000000000000D+00 5.577000000000D+04
+   -1.316421191406D+04-9.872713088989D-01-0.000000000000D+00 0.000000000000D+00
+   -9.332265136719D+03-2.518179893494D+00 9.313225746155D-10-3.000000000000D+00
+   -1.970824316406D+04 1.865159988403D+00 2.793967723846D-09 0.000000000000D+00
+12 12 10 31 12 45  0.0-1.033153384924D-04 1.818989403546D-12 5.577000000000D+04
+   -1.828812890625D+04 6.956605911255D-01-3.725290298462D-09 0.000000000000D+00
+    1.684478027344D+04-4.966621398926D-01-9.313225746155D-10-1.000000000000D+00
+    6.062720703125D+03 3.448339462280D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 12 45  0.0-1.759743317962D-04 0.000000000000D+00 5.577000000000D+04
+   -1.891727099609D+04-2.238369941711D+00-5.587935447693D-09 0.000000000000D+00
+    4.647403320312D+03-2.924594879150D-01-0.000000000000D+00 1.000000000000D+00
+    1.648446191406D+04-2.485093116760D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 12 45  0.0-5.631055682898D-05 0.000000000000D+00 5.577000000000D+04
+   -1.480011376953D+04 1.888108253479D+00-4.656612873077D-09 0.000000000000D+00
+    3.089602050781D+03-2.090679168701D+00 0.000000000000D+00 0.000000000000D+00
+    2.052421923828D+04 1.682864189148D+00-0.000000000000D+00 0.000000000000D+00
+23 12 10 31 12 45  0.0-4.422562196851D-04-2.728484105319D-12 5.577000000000D+04
+   -7.806116210938D+03-9.859590530396D-01 0.000000000000D+00 0.000000000000D+00
+    9.475989257812D+03-2.897418975830D+00-9.313225746155D-10 3.000000000000D+00
+   -2.237116552734D+04-8.844728469849D-01 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 12 45  0.0-3.671096637845D-04-9.094947017729D-13 5.577000000000D+04
+   -1.025783642578D+04-8.617000579834D-01-9.313225746155D-10 0.000000000000D+00
+    2.035411669922D+04 1.328262329102D+00-1.862645149231D-09-2.000000000000D+00
+   -1.148455517578D+04 3.125486373901D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 12 45  0.0-3.928784281015D-05 0.000000000000D+00 5.580000000000D+04
+    1.314705957031D+04 9.940853118896D-01 0.000000000000D+00 0.000000000000D+00
+    9.145831542969D+03 2.532023429871D+00-9.313225746155D-10-3.000000000000D+00
+    1.990502050781D+04-1.812304496765D+00-2.793967723846D-09 0.000000000000D+00
+17 12 10 31 12 45  0.0 4.529394209385D-05 9.094947017729D-13 5.580000000000D+04
+    1.081871777344D+04 4.269733428955D-01 9.313225746155D-10 0.000000000000D+00
+    2.233301367188D+04 6.964454650879D-01-1.862645149231D-09 4.000000000000D+00
+    5.846405761719D+03-3.463148117065D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 12 45  0.0-3.409367054701D-04-1.818989403546D-12 5.580000000000D+04
+   -8.299545898438D+02-3.089282035828D+00-2.793967723846D-09 0.000000000000D+00
+    1.114220947266D+04-5.477571487427D-01-9.313225746155D-10-4.000000000000D+00
+    2.293685937500D+04 1.557521820068D-01-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 12 45  0.0-1.235967501998D-04 0.000000000000D+00 5.580000000000D+04
+    1.642090380859D+04-2.169853210449D+00 9.313225746155D-10 0.000000000000D+00
+    1.077871435547D+04-5.112819671631D-01-9.313225746155D-10 5.000000000000D+00
+    1.632207421875D+04 2.525956153870D+00-2.793967723846D-09 0.000000000000D+00
+24 12 10 31 12 45  0.0-8.171331137419D-05-0.000000000000D+00 5.577000000000D+04
+    1.848019531250D+03-4.176864624023D-01 9.313225746155D-10 0.000000000000D+00
+    2.232922802734D+04-1.622238159180D+00-1.862645149231D-09 2.000000000000D+00
+   -1.221732421875D+04-3.035378456116D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 12 45  0.0 2.402998507023D-05-1.818989403546D-12 5.577000000000D+04
+    2.668078613281D+03-1.899374961853D+00 1.862645149231D-09 0.000000000000D+00
+    1.228243945312D+04 2.377840042114D+00-9.313225746155D-10-7.000000000000D+00
+   -2.222648339844D+04 1.078710556030D+00 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 12 45  0.0 2.076104283333D-05 0.000000000000D+00 4.503000000000D+04
+    1.564258300781D+03 3.096680641174D+00 2.793967723846D-09 0.000000000000D+00
+   -1.093700585938D+04 5.529098510742D-01 9.313225746155D-10-4.000000000000D+00
+   -2.300208398438D+04-5.490016937256D-02 9.313225746155D-10 0.000000000000D+00
+19 12 10 31 13 15  0.0-3.831833600998D-05-9.094947017729D-13 4.683000000000D+04
+    9.577659667969D+03 1.407602310181D+00 0.000000000000D+00 0.000000000000D+00
+   -5.030304199219D+03 2.834792137146D+00 0.000000000000D+00 3.000000000000D+00
+    2.309310937500D+04 3.311729431152D-02-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31 13 15  0.0-1.235948875546D-04 0.000000000000D+00 4.683000000000D+04
+    1.196194287109D+04-2.746276855469D+00 0.000000000000D+00 0.000000000000D+00
+    1.010420849609D+04-2.090454101563D-01-9.313225746155D-10 5.000000000000D+00
+    2.018172558594D+04 1.734899520874D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31 13 15  0.0-5.776435136795D-05 0.000000000000D+00 4.683000000000D+04
+    2.209179687500D+02 1.328775405884D+00 0.000000000000D+00 0.000000000000D+00
+   -1.647344238281D+04-2.320643424988D+00 1.862645149231D-09-7.000000000000D+00
+    1.942601025391D+04-1.989594459534D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31 13 15  0.0-3.409413620830D-04-1.818989403546D-12 4.683000000000D+04
+   -6.403451660156D+03-3.052439689636D+00-3.725290298462D-09 0.000000000000D+00
+    1.056010986328D+04-9.735202789307D-02 0.000000000000D+00-4.000000000000D+00
+    2.232770410156D+04-8.281621932983D-01-9.313225746155D-10 0.000000000000D+00
+18 12 10 31 13 15  0.0-3.928970545530D-05 0.000000000000D+00 4.683000000000D+04
+    1.507188232422D+04 1.105147361755D+00 0.000000000000D+00 0.000000000000D+00
+    1.313708105469D+04 1.875617980957D+00-1.862645149231D-09-3.000000000000D+00
+    1.591922167969D+04-2.587633132935D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 13 15  0.0-2.348143607378D-05 9.094947017729D-13 4.683000000000D+04
+    1.145292968750D+04 2.571716308594D-01 2.793967723846D-09 0.000000000000D+00
+   -2.214405712891D+04-7.488040924072D-01 9.313225746155D-10-2.000000000000D+00
+    5.591773925781D+03-3.473395347595D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 13 15  0.0-3.671115264297D-04-9.094947017729D-13 4.683000000000D+04
+   -1.121341015625D+04-2.200880050659D-01-2.793967723846D-09 0.000000000000D+00
+    2.225867382813D+04 7.490177154541D-01-9.313225746155D-10-2.000000000000D+00
+   -5.487950195313D+03 3.494226455688D+00 1.862645149231D-09 0.000000000000D+00
+12 12 10 31 13 15  0.0-1.033106818795D-04 1.818989403546D-12 4.683000000000D+04
+   -1.668024072266D+04 1.048265457153D+00-4.656612873077D-09 0.000000000000D+00
+    1.526175488281D+04-1.269139289856D+00 0.000000000000D+00-1.000000000000D+00
+    1.195799462891D+04 3.059690475464D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 13 15  0.0 4.529673606157D-05 9.094947017729D-13 4.683000000000D+04
+    1.134901074219D+04 1.221904754639D-01 9.313225746155D-10 0.000000000000D+00
+    2.281810546875D+04-1.469058990479D-01-2.793967723846D-09 4.000000000000D+00
+   -5.330107421875D+02-3.578983306885D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 13 15  0.0-8.171424269676D-05 0.000000000000D+00 4.686000000000D+04
+    6.212485351563D+02-9.611539840698D-01 9.313225746155D-10 0.000000000000D+00
+    1.890592919922D+04-2.138256072998D+00-1.862645149231D-09 2.000000000000D+00
+   -1.713897705078D+04-2.397760391235D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31 13 15  0.0-5.630962550640D-05 0.000000000000D+00 4.698000000000D+04
+   -1.152439648438D+04 1.710509300232D+00-3.725290298462D-09 0.000000000000D+00
+   -1.163724121094D+03-2.603489875793D+00 9.313225746155D-10 0.000000000000D+00
+    2.271967333984D+04 7.408704757690D-01-9.313225746155D-10 0.000000000000D+00
+20 12 10 31 13 15  0.0-1.027341932058D-05-1.818989403546D-12 4.683000000000D+04
+   -1.546835449219D+03 8.524122238159D-01 0.000000000000D+00 0.000000000000D+00
+   -1.985775097656D+04 2.011344909668D+00 1.862645149231D-09 2.000000000000D+00
+    1.590146337891D+04 2.599199295044D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 13 15  0.0 2.333428710699D-05 0.000000000000D+00 4.683000000000D+04
+    2.439907177734D+04-8.486156463623D-01 2.793967723846D-09 0.000000000000D+00
+    4.030062988281D+03-2.015714645386D-01-9.313225746155D-10 6.000000000000D+00
+    6.274674804688D+03 3.438992500305D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31 13 15  0.0-1.345667988062D-05 0.000000000000D+00 5.757000000000D+04
+    1.660129638672D+04-1.020635604858D+00 4.656612873077D-09 0.000000000000D+00
+   -1.531731494141D+04 1.258819580078D+00 0.000000000000D+00-1.000000000000D+00
+   -1.178024121094D+04-3.091870307922D+00-0.000000000000D+00 0.000000000000D+00
+21 12 10 31 13 15  0.0-7.348135113716D-07 9.094947017729D-13 5.757000000000D+04
+   -1.127219140625D+04-1.234235763550D-01-0.000000000000D+00 0.000000000000D+00
+   -2.293182958984D+04 1.681251525879D-01 2.793967723846D-09 4.000000000000D+00
+    6.787690429688D+02 3.568731307983D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 13 15  0.0-1.723123714328D-04 0.000000000000D+00 5.757000000000D+04
+    2.243297167969D+04 1.551445007324D+00 4.656612873077D-09 0.000000000000D+00
+   -4.422059570312D+03-6.049728393555D-02-9.313225746155D-10 1.000000000000D+00
+   -1.130597656250D+04 3.103989601135D+00-9.313225746155D-10 0.000000000000D+00
+ 8 12 10 31 13 15  0.0-1.595346257091D-04 1.818989403546D-12 5.757000000000D+04
+   -2.454126025391D+04 8.818111419678D-01-3.725290298462D-09 0.000000000000D+00
+   -2.548610839844D+03 5.491447448730D-02 9.313225746155D-10 6.000000000000D+00
+   -6.439762695312D+03-3.389477729797D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 13 15  0.0 6.276182830334D-05 0.000000000000D+00 5.757000000000D+04
+   -1.506710742188D+04-1.086919784546D+00-0.000000000000D+00 0.000000000000D+00
+   -1.329145996094D+04-1.853972434998D+00 1.862645149231D-09-3.000000000000D+00
+   -1.562892773438D+04 2.638095855713D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 13 15  0.0-4.112720489502D-05-9.094947017729D-13 5.757000000000D+04
+   -1.196587109375D+04 2.756551742554D+00 9.313225746155D-10 0.000000000000D+00
+   -1.007296337891D+04 2.082977294922D-01 9.313225746155D-10 5.000000000000D+00
+   -2.011088085938D+04-1.741882324219D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 13 15  0.0-1.759734004736D-04 0.000000000000D+00 5.757000000000D+04
+   -2.237443945312D+04-1.568037033081D+00-5.587935447693D-09 0.000000000000D+00
+    4.464156250000D+03 6.045722961426D-02 9.313225746155D-10 1.000000000000D+00
+    1.143254394531D+04-3.091745376587D+00 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 13 15  0.0-4.422627389431D-04-2.728484105319D-12 5.757000000000D+04
+   -1.000805810547D+04-1.444341659546D+00 0.000000000000D+00 0.000000000000D+00
+    4.297628906250D+03-2.807135581970D+00-0.000000000000D+00 3.000000000000D+00
+   -2.307912988281D+04 1.029119491577D-01 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 13 15  0.0 2.076290547848D-05 0.000000000000D+00 5.916000000000D+04
+    7.129531250000D+03 3.035715103149D+00 3.725290298462D-09 0.000000000000D+00
+   -1.035201123047D+04 9.644603729248D-02 0.000000000000D+00-4.000000000000D+00
+   -2.221173632812D+04 9.273014068604D-01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 13 15  0.0 2.402532845736D-05-1.818989403546D-12 5.757000000000D+04
+   -2.364609375000D+02-1.314247131348D+00 9.313225746155D-10 0.000000000000D+00
+    1.655350732422D+04 2.318334579468D+00-1.862645149231D-09-7.000000000000D+00
+   -1.945365478516D+04 1.982110977173D+00 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 13 15  0.0 1.147389411926D-06 0.000000000000D+00 5.757000000000D+04
+    1.246126757812D+04-1.705289840698D+00 3.725290298462D-09 0.000000000000D+00
+   -1.020834472656D+03 2.530812263489D+00-9.313225746155D-10 0.000000000000D+00
+   -2.223902246094D+04-1.062726974487D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 13 45  0.0-2.347957342863D-05 9.094947017729D-13 5.937000000000D+04
+    1.144860644531D+04-2.287025451660D-01 3.725290298462D-09 0.000000000000D+00
+   -2.283377343750D+04 7.526397705078D-03 0.000000000000D+00-2.000000000000D+00
+   -7.950771484375D+02-3.577247619629D+00-9.313225746155D-10 0.000000000000D+00
+10 12 10 31 13 45  0.0-5.776528269053D-05 0.000000000000D+00 5.937000000000D+04
+    2.058583496094D+03 7.183723449707D-01 9.313225746155D-10 0.000000000000D+00
+   -2.037282470703D+04-1.963026046753D+00 9.313225746155D-10-7.000000000000D+00
+    1.513681689453D+04-2.745206832886D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 13 45  0.0-1.027714461088D-05-1.818989403546D-12 5.937000000000D+04
+    5.210981445312D+02 1.446959495544D+00-0.000000000000D+00 0.000000000000D+00
+   -1.592051074219D+04 2.314973831177D+00 9.313225746155D-10 2.000000000000D+00
+    1.990334179688D+04 1.818501472473D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 13 45  0.0-3.832112997770D-05-9.094947017729D-13 5.937000000000D+04
+    1.244231347656D+04 1.744668960571D+00 0.000000000000D+00 0.000000000000D+00
+   -1.882817382812D+02 2.503201484680D+00-0.000000000000D+00 3.000000000000D+00
+    2.225867041016D+04-9.542646408081D-01-2.793967723846D-09 0.000000000000D+00
+21 12 10 31 13 45  0.0-7.320195436478D-07 9.094947017729D-13 5.937000000000D+04
+   -1.105557470703D+04 3.946199417114D-01-0.000000000000D+00 0.000000000000D+00
+   -2.195440625000D+04 8.897991180420D-01 2.793967723846D-09 4.000000000000D+00
+    6.993888671875D+03 3.402754783630D+00-0.000000000000D+00 0.000000000000D+00
+16 12 10 31 13 45  0.0-1.345574855804D-05 0.000000000000D+00 5.937000000000D+04
+    1.463712646484D+04-1.117217063904D+00 4.656612873077D-09 0.000000000000D+00
+   -1.235801757812D+04 2.016638755798D+00-9.313225746155D-10-1.000000000000D+00
+   -1.681657177734D+04-2.467801094055D+00-0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 13 45  0.0-1.723123714328D-04 0.000000000000D+00 5.937000000000D+04
+    2.449091796875D+04 7.170772552490D-01 3.725290298462D-09 0.000000000000D+00
+   -4.697940429688D+03-2.078552246094D-01-1.862645149231D-09 1.000000000000D+00
+   -5.353805664062D+03 3.466589927673D+00-1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 13 45  0.0 2.333614975214D-05 0.000000000000D+00 5.937000000000D+04
+    2.211632714844D+04-1.665986061096D+00 1.862645149231D-09 0.000000000000D+00
+    3.815688476562D+03 4.730224609375D-04-1.862645149231D-09 6.000000000000D+00
+    1.214252050781D+04 3.038567543030D+00-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 13 45  0.0 2.076383680105D-05 0.000000000000D+00 5.958000000000D+04
+    1.231341210938D+04 2.677236557007D+00 4.656612873077D-09 0.000000000000D+00
+   -1.055996972656D+04-3.106298446655D-01-9.313225746155D-10-4.000000000000D+00
+   -1.970704443359D+04 1.837615013123D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 13 45  0.0-5.630869418383D-05 0.000000000000D+00 6.033000000000D+04
+   -8.768419433594D+03 1.323796272278D+00-2.793967723846D-09 0.000000000000D+00
+   -6.142844238281D+03-2.883941650391D+00 1.862645149231D-09 0.000000000000D+00
+    2.315761962891D+04-2.572107315063D-01-9.313225746155D-10 0.000000000000D+00
+ 8 12 10 31 13 45  0.0-1.595309004188D-04 1.818989403546D-12 5.937000000000D+04
+   -2.223228027344D+04 1.659646987915D+00-1.862645149231D-09 0.000000000000D+00
+   -2.644987304688D+03-1.956071853638D-01 1.862645149231D-09 6.000000000000D+00
+   -1.221272705078D+04-2.983271598816D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 13 45  0.0 6.276182830334D-05 0.000000000000D+00 5.937000000000D+04
+   -1.692196093750D+04-9.294815063477D-01-0.000000000000D+00 0.000000000000D+00
+   -1.594226171875D+04-1.083064079285D+00 1.862645149231D-09-3.000000000000D+00
+   -1.033380859375D+04 3.207045555115D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 13 45  0.0-1.759734004736D-04 0.000000000000D+00 5.937000000000D+04
+   -2.446482714844D+04-7.362470626831D-01-4.656612873077D-09 0.000000000000D+00
+    4.743102050781D+03 2.114057540894D-01 1.862645149231D-09 1.000000000000D+00
+    5.497792480469D+03-3.459661483765D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 13 45  0.0-4.112999886274D-05-9.094947017729D-13 5.937000000000D+04
+   -6.675347167969D+03 3.072934150696D+00 1.862645149231D-09 0.000000000000D+00
+   -1.007541162109D+04-2.248764038086D-01 0.000000000000D+00 5.000000000000D+00
+   -2.242537304688D+04-8.129835128784D-01 1.862645149231D-09 0.000000000000D+00
+23 12 10 31 13 45  0.0-4.422683268785D-04-2.728484105319D-12 5.937000000000D+04
+   -1.291708935547D+04-1.755723953247D+00 0.000000000000D+00 0.000000000000D+00
+   -4.659873046875D+02-2.445384025574D+00 0.000000000000D+00 3.000000000000D+00
+   -2.200553417969D+04 1.082232475281D+00 2.793967723846D-09 0.000000000000D+00
+17 12 10 31 13 45  0.0 4.529859870672D-05 9.094947017729D-13 5.937000000000D+04
+    1.112887451172D+04-3.974418640137D-01 0.000000000000D+00 0.000000000000D+00
+    2.187497558594D+04-8.729476928711D-01-2.793967723846D-09 4.000000000000D+00
+   -6.871084960938D+03-3.417469024658D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 13 45  0.0 2.402160316706D-05-1.818989403546D-12 5.937000000000D+04
+   -2.048618652344D+03-7.047834396362D-01-0.000000000000D+00 0.000000000000D+00
+    2.044939843750D+04 1.962019920349D+00-1.862645149231D-09-7.000000000000D+00
+   -1.518314501953D+04 2.732137680054D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31 13 45  0.0-8.171517401934D-05-0.000000000000D+00 5.937000000000D+04
+   -1.637147460938D+03-1.545933723450D+00 0.000000000000D+00 0.000000000000D+00
+    1.479969189453D+04-2.375477790833D+00-9.313225746155D-10 2.000000000000D+00
+   -2.073827880859D+04-1.575642585754D+00 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 13 45  0.0 1.148320734501D-06 0.000000000000D+00 5.937000000000D+04
+    9.675385742188D+03-1.358813285828D+00 2.793967723846D-09 0.000000000000D+00
+    3.896931152344D+03 2.890501976013D+00-1.862645149231D-09 0.000000000000D+00
+   -2.326765380859D+04-7.250690460205D-02 9.313225746155D-10 0.000000000000D+00
+18 12 10 31 13 45  0.0-3.929063677788D-05-0.000000000000D+00 5.937000000000D+04
+    1.697251757812D+04 9.625644683838D-01 0.000000000000D+00 0.000000000000D+00
+    1.583279638672D+04 1.110897064209D+00-1.862645149231D-09-3.000000000000D+00
+    1.070951708984D+04-3.163517951965D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 13 45  0.0-3.671143203974D-04-9.094947017729D-13 5.937000000000D+04
+   -1.114978222656D+04 2.565517425537D-01-3.725290298462D-09 0.000000000000D+00
+    2.293392236328D+04-2.351379394531D-02-9.313225746155D-10-2.000000000000D+00
+    9.323974609375D+02 3.593229293823D+00 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 13 45  0.0-1.235939562321D-04 0.000000000000D+00 4.863000000000D+04
+    6.692813476562D+03-3.059857368469D+00-1.862645149231D-09 0.000000000000D+00
+    1.010481835938D+04 2.235069274902D-01 0.000000000000D+00 5.000000000000D+00
+    2.248762304688D+04 8.106975555420D-01-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31 13 45  0.0-3.409450873733D-04-1.818989403546D-12 4.863000000000D+04
+   -1.163903759766D+04-2.717622756958D+00-4.656612873077D-09 0.000000000000D+00
+    1.076571582031D+04 3.099622726440D-01 0.000000000000D+00-4.000000000000D+00
+    1.999405273438D+04-1.747947692871D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 13 45  0.0-1.033069565892D-04 1.818989403546D-12 4.956000000000D+04
+   -1.467322363281D+04 1.137655258179D+00-4.656612873077D-09 0.000000000000D+00
+    1.228573242188D+04-2.025127410889D+00 0.000000000000D+00-1.000000000000D+00
+    1.693576513672D+04 2.435247421265D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 14 15  0.0-1.027993857861D-05-1.818989403546D-12 5.043000000000D+04
+    3.634384277344D+03 1.995238304138D+00 0.000000000000D+00 0.000000000000D+00
+   -1.170005029297D+04 2.326508522034D+00 9.313225746155D-10 2.000000000000D+00
+    2.236378808594D+04 8.976936340332D-01-2.793967723846D-09 0.000000000000D+00
+19 12 10 31 14 15  0.0-3.832299262285D-05-9.094947017729D-13 5.043000000000D+04
+    1.572491357422D+04 1.860345840454D+00 0.000000000000D+00 0.000000000000D+00
+    3.853611816406D+03 1.959972381592D+00-9.313225746155D-10 3.000000000000D+00
+    1.970211621094D+04-1.867905616760D+00-2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31 14 15  0.0-1.235920935869D-04 0.000000000000D+00 5.043000000000D+04
+    1.128911132813D+03-3.070892333984D+00-2.793967723846D-09 0.000000000000D+00
+    1.092662597656D+04 6.855010986328D-01 0.000000000000D+00 5.000000000000D+00
+    2.306277880859D+04-1.757764816284D-01-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 14 15  0.0 2.333801239729D-05 9.094947017729D-13 5.043000000000D+04
+    1.851013134766D+04-2.303287506104D+00 0.000000000000D+00 0.000000000000D+00
+    4.147758789063D+03 3.946170806885D-01-9.313225746155D-10 6.000000000000D+00
+    1.707249511719D+04 2.403709411621D+00-2.793967723846D-09 0.000000000000D+00
+10 12 10 31 14 15  0.0-5.776435136795D-05 0.000000000000D+00 5.043000000000D+04
+    2.859167480469D+03 1.941814422607D-01 1.862645149231D-09 0.000000000000D+00
+   -2.337728271484D+04-1.335149765015D+00 9.313225746155D-10-7.000000000000D+00
+    9.671291503906D+03-3.287998199463D+00-1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31 14 15  0.0-3.409497439861D-04-1.818989403546D-12 5.043000000000D+04
+   -1.603405322266D+04-2.129356384277D+00-4.656612873077D-09 0.000000000000D+00
+    1.159110302734D+04 5.766830444336D-01 1.862645149231D-09-4.000000000000D+00
+    1.611632666016D+04-2.532691955566D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 14 15  0.0-3.929249942303D-05 0.000000000000D+00 5.043000000000D+04
+    1.838085791016D+04 5.610761642456D-01 0.000000000000D+00 0.000000000000D+00
+    1.713952978516D+04 3.513717651367D-01-2.793967723846D-09-3.000000000000D+00
+    4.676868652344D+03-3.496170997620D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 14 15  0.0-5.630683153868D-05 9.094947017729D-13 5.043000000000D+04
+   -6.828770507813D+03 8.209171295166D-01-9.313225746155D-10 0.000000000000D+00
+   -1.136994287109D+04-2.872616767883D+00 1.862645149231D-09 0.000000000000D+00
+    2.180639843750D+04-1.234218597412D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 14 15  0.0-3.671161830425D-04-9.094947017729D-13 5.043000000000D+04
+   -1.042974853516D+04 5.014314651489D-01-4.656612873077D-09 0.000000000000D+00
+    2.211712939453D+04-8.902616500854D-01 0.000000000000D+00-2.000000000000D+00
+    7.280693359375D+03 3.414651870728D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31 14 15  0.0-1.033041626215D-04 9.094947017729D-13 5.043000000000D+04
+   -1.273513916016D+04 9.777317047119D-01-3.725290298462D-09 0.000000000000D+00
+    8.049558593750D+03-2.651234626770D+00 1.862645149231D-09-1.000000000000D+00
+    2.061111328125D+04 1.621685028076D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 14 15  0.0 4.530139267445D-05 9.094947017729D-13 5.046000000000D+04
+    9.833583496094D+03-1.057186126709D+00 0.000000000000D+00 0.000000000000D+00
+    1.980137011719D+04-1.390421867371D+00-1.862645149231D-09 4.000000000000D+00
+   -1.267648876953D+04-2.990970611572D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 14 15  0.0 2.401787787676D-05-1.818989403546D-12 5.052000000000D+04
+   -2.826229003906D+03-1.822566986084D-01-1.862645149231D-09 0.000000000000D+00
+    2.345564013672D+04 1.338590621948D+00-9.313225746155D-10-7.000000000000D+00
+   -9.744611328125D+03 3.271613121033D+00 1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31 14 15  0.0 2.076476812363D-05 0.000000000000D+00 5.043000000000D+04
+    1.661685205078D+04 2.068802833557D+00 4.656612873077D-09 0.000000000000D+00
+   -1.138193017578D+04-5.713539123535D-01-1.862645149231D-09-4.000000000000D+00
+   -1.568170654297D+04 2.605990409851D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 14 15  0.0 6.276275962591D-05 0.000000000000D+00 5.043000000000D+04
+   -1.825614990234D+04-5.117902755737D-01 0.000000000000D+00 0.000000000000D+00
+   -1.719584472656D+04-3.208980560303D-01 2.793967723846D-09-3.000000000000D+00
+   -4.233546386719D+03 3.526690483093D+00 9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 14 15  0.0-2.347677946091D-05 9.094947017729D-13 5.043000000000D+04
+    1.076637646484D+04-4.880275726318D-01 3.725290298462D-09 0.000000000000D+00
+   -2.205810400391D+04 8.613386154175D-01 0.000000000000D+00-2.000000000000D+00
+   -7.120823730469D+03-3.405979156494D+00-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 14 15  0.0-1.345481723547D-05 0.000000000000D+00 5.043000000000D+04
+    1.273133300781D+04-9.619073867798D-01 3.725290298462D-09 0.000000000000D+00
+   -8.136591796875D+03 2.643104553223D+00-1.862645149231D-09-1.000000000000D+00
+   -2.055016601563D+04-1.653947830200D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 14 15  0.0 1.148320734501D-06 0.000000000000D+00 5.043000000000D+04
+    7.653415039063D+03-8.732728958130D-01 1.862645149231D-09 0.000000000000D+00
+    9.212779296875D+03 2.964663505554D+00-1.862645149231D-09 0.000000000000D+00
+   -2.249571240234D+04 9.249038696289D-01 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 14 15  0.0-1.723114401102D-04 0.000000000000D+00 5.043000000000D+04
+    2.498370947266D+04-1.682844161987D-01 2.793967723846D-09 0.000000000000D+00
+   -5.025624023438D+03-1.155271530151D-01-1.862645149231D-09 1.000000000000D+00
+    1.012470214844D+03 3.561094284058D+00-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 14 15  0.0-8.171610534191D-05 0.000000000000D+00 5.043000000000D+04
+   -4.902622558594D+03-2.061816215515D+00 0.000000000000D+00 0.000000000000D+00
+    1.052861914062D+04-2.323562622070D+00 0.000000000000D+00 2.000000000000D+00
+   -2.273846972656D+04-6.324634552002D-01 2.793967723846D-09 0.000000000000D+00
+23 12 10 31 14 15  0.0-4.422748461366D-04-2.728484105319D-12 5.043000000000D+04
+   -1.619103173828D+04-1.838954925537D+00 0.000000000000D+00 0.000000000000D+00
+   -4.385151855469D+03-1.883604049683D+00 9.313225746155D-10 3.000000000000D+00
+   -1.923332519531D+04 1.978048324585D+00 2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 14 15  0.0-4.113372415304D-05-9.094947017729D-13 5.043000000000D+04
+   -1.087488281250D+03 3.083930969238D+00 2.793967723846D-09 0.000000000000D+00
+   -1.090034326172D+04-6.875419616699D-01 0.000000000000D+00 5.000000000000D+00
+   -2.299962695313D+04 1.790752410889D-01 9.313225746155D-10 0.000000000000D+00
+21 12 10 31 14 15  0.0-7.282942533493D-07 9.094947017729D-13 6.117000000000D+04
+   -9.767199707031D+03 1.052326202393D+00-0.000000000000D+00 0.000000000000D+00
+   -1.985412695312D+04 1.403390884399D+00 1.862645149231D-09 4.000000000000D+00
+    1.277114599609D+04 2.974881172180D+00-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 14 15  0.0-1.759724691510D-04 0.000000000000D+00 6.117000000000D+04
+   -2.499302929688D+04 1.484603881836D-01-3.725290298462D-09 0.000000000000D+00
+    5.080664550781D+03 1.229333877563D-01 1.862645149231D-09 1.000000000000D+00
+   -8.615224609375D+02-3.560416221619D+00 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 14 15  0.0-1.595271751285D-04 1.818989403546D-12 6.117000000000D+04
+   -1.868089306641D+04 2.247888565063D+00-0.000000000000D+00 0.000000000000D+00
+   -3.354583007812D+03-6.146726608276D-01 9.313225746155D-10 6.000000000000D+00
+   -1.704086865234D+04-2.346543312073D+00 2.793967723846D-09 0.000000000000D+00
+10 12 10 31 14 45  0.0-5.776435136795D-05 0.000000000000D+00 6.297000000000D+04
+    2.866250488281D+03-1.501674652100D-01 2.793967723846D-09 0.000000000000D+00
+   -2.506078271484D+04-5.107364654541D-01-0.000000000000D+00-7.000000000000D+00
+    3.453737792969D+03-3.575275421143D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 14 45  0.0-2.347491681576D-05 9.094947017729D-13 6.297000000000D+04
+    9.844202636719D+03-4.947366714478D-01 3.725290298462D-09 0.000000000000D+00
+   -1.974302783203D+04 1.698363304138D+00-9.313225746155D-10-2.000000000000D+00
+   -1.289907324219D+04-2.972830772400D+00-0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 14 45  0.0-1.723114401102D-04 0.000000000000D+00 6.297000000000D+04
+    2.392438671875D+04-9.885540008545D-01 1.862645149231D-09 0.000000000000D+00
+   -4.973629394531D+03 2.090139389038D-01-1.862645149231D-09 1.000000000000D+00
+    7.300395507812D+03 3.380087852478D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 14 45  0.0-7.255002856255D-07 9.094947017729D-13 6.297000000000D+04
+   -7.244169433594D+03 1.748039245605D+00 0.000000000000D+00 0.000000000000D+00
+   -1.706048242188D+04 1.654670715332D+00 1.862645149231D-09 4.000000000000D+00
+    1.756535498047D+04 2.317423820496D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 14 45  0.0-1.028366386890D-05-9.094947017729D-13 6.297000000000D+04
+    7.611701660156D+03 2.390497207642D+00 0.000000000000D+00 0.000000000000D+00
+   -7.705651855469D+03 2.071835517883D+00 0.000000000000D+00 2.000000000000D+00
+    2.309379101562D+04-9.169197082520D-02-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 14 45  0.0 2.076663076878D-05 0.000000000000D+00 6.297000000000D+04
+    1.966146240234D+04 1.295100212097D+00 3.725290298462D-09 0.000000000000D+00
+   -1.248585253906D+04-6.150732040405D-01-2.793967723846D-09-4.000000000000D+00
+   -1.044643505859D+04 3.173292160034D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 14 45  0.0-5.630776286125D-05 9.094947017729D-13 6.297000000000D+04
+   -5.816959472656D+03 3.115682601929D-01 0.000000000000D+00 0.000000000000D+00
+   -1.629921240234D+04-2.554472923279D+00 1.862645149231D-09 0.000000000000D+00
+    1.877233837891D+04-2.114975929260D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 14 45  0.0-3.832485526800D-05-9.094947017729D-13 6.297000000000D+04
+    1.897584082031D+04 1.704668045044D+00-0.000000000000D+00 0.000000000000D+00
+    6.799136718750D+03 1.303091049194D+00-1.862645149231D-09 3.000000000000D+00
+    1.562112402344D+04-2.637068748474D+00-1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 14 45  0.0 2.334080636501D-05 9.094947017729D-13 6.297000000000D+04
+    1.398031738281D+04-2.682244300842D+00-9.313225746155D-10 0.000000000000D+00
+    5.302977539062D+03 8.991260528564D-01-9.313225746155D-10 6.000000000000D+00
+    2.068443212891D+04 1.583590507507D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 14 45  0.0-4.113651812077D-05-9.094947017729D-13 6.438000000000D+04
+    4.246110839844D+03 2.795312881470D+00 3.725290298462D-09 0.000000000000D+00
+   -1.250324902344D+04-1.071769714355D+00-9.313225746155D-10 5.000000000000D+00
+   -2.178916406250D+04 1.157071113586D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 14 45  0.0-1.033013686538D-04 9.094947017729D-13 6.300000000000D+04
+   -1.126976074219D+04 6.249818801880D-01-2.793967723846D-09 0.000000000000D+00
+    2.878061523438D+03-3.050488471985D+00 2.793967723846D-09-1.000000000000D+00
+    2.269706298828D+04 6.805286407471D-01-9.313225746155D-10 0.000000000000D+00
+18 12 10 31 14 45  0.0-3.929343074560D-05 0.000000000000D+00 6.300000000000D+04
+    1.885995751953D+04-5.981349945068D-02 0.000000000000D+00 0.000000000000D+00
+    1.716641552734D+04-2.944469451904D-01-2.793967723846D-09-3.000000000000D+00
+   -1.715119140625D+03-3.560207366943D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 14 45  0.0-1.235920935869D-04 0.000000000000D+00 6.300000000000D+04
+   -4.183411132812D+03-2.785123825073D+00-3.725290298462D-09 0.000000000000D+00
+    1.252575195312D+04 1.069787025452D+00 9.313225746155D-10 5.000000000000D+00
+    2.186281347656D+04-1.148971557617D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31 14 45  0.0-3.671189770103D-04-9.094947017729D-13 6.300000000000D+04
+   -9.499201171875D+03 4.902639389038D-01-4.656612873077D-09 0.000000000000D+00
+    1.974261328125D+04-1.734320640564D+00 9.313225746155D-10-2.000000000000D+00
+    1.306632714844D+04 2.972069740295D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 14 45  0.0 4.530325531960D-05 9.094947017729D-13 6.297000000000D+04
+    7.300274414062D+03-1.754442214966D+00 0.000000000000D+00 0.000000000000D+00
+    1.702860449219D+04-1.644169807434D+00-1.862645149231D-09 4.000000000000D+00
+   -1.749907958984D+04-2.332585334778D+00 1.862645149231D-09 0.000000000000D+00
+14 12 10 31 14 45  0.0 2.401508390903D-05-1.818989403546D-12 6.297000000000D+04
+   -2.813050781250D+03 1.609172821045D-01-2.793967723846D-09 0.000000000000D+00
+    2.515086767578D+04 5.204668045044D-01-0.000000000000D+00-7.000000000000D+00
+   -3.556721679688D+03 3.559420585632D+00 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 14 45  0.0 1.148320734501D-06-0.000000000000D+00 6.297000000000D+04
+    6.550162109375D+03-3.568983078003D-01 0.000000000000D+00 0.000000000000D+00
+    1.438085156250D+04 2.725681304932D+00-1.862645149231D-09 0.000000000000D+00
+   -1.998024169922D+04 1.852076530457D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31 14 45  0.0-8.171610534191D-05-0.000000000000D+00 6.297000000000D+04
+   -8.956170898438D+03-2.406014442444D+00 0.000000000000D+00 0.000000000000D+00
+    6.588042968750D+03-2.017681121826D+00-0.000000000000D+00 2.000000000000D+00
+   -2.298596484375D+04 3.592309951782D-01 2.793967723846D-09 0.000000000000D+00
+16 12 10 31 14 45  0.0-1.345388591290D-05 0.000000000000D+00 6.297000000000D+04
+    1.129180029297D+04-6.118144989014D-01 2.793967723846D-09 0.000000000000D+00
+   -2.980118164062D+03 3.041914939880D+00-1.862645149231D-09-1.000000000000D+00
+   -2.269493164062D+04-7.139825820923D-01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 14 45  0.0-3.409534692764D-04-1.818989403546D-12 6.297000000000D+04
+   -1.920147802734D+04-1.369853019714D+00-4.656612873077D-09 0.000000000000D+00
+    1.271329199219D+04 6.305532455444D-01 2.793967723846D-09-4.000000000000D+00
+    1.099400683594D+04-3.121868133545D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 14 45  0.0-1.759715378284D-04 0.000000000000D+00 6.297000000000D+04
+   -2.396835253906D+04 9.702472686768D-01-1.862645149231D-09 0.000000000000D+00
+    5.045125488281D+03-1.982965469360D-01 2.793967723846D-09 1.000000000000D+00
+   -7.154275878906D+03-3.386169433594D+00 2.793967723846D-09 0.000000000000D+00
+23 12 10 31 14 45  0.0-4.422813653946D-04-2.728484105319D-12 6.297000000000D+04
+   -1.937267333984D+04-1.649274826050D+00 0.000000000000D+00 0.000000000000D+00
+   -7.186751464844D+03-1.221879959106D+00 1.862645149231D-09 3.000000000000D+00
+   -1.497632910156D+04 2.721309661865D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31 14 45  0.0 6.276275962591D-05 0.000000000000D+00 6.297000000000D+04
+   -1.863315576172D+04 1.233081817627D-01 0.000000000000D+00 0.000000000000D+00
+   -1.716930371094D+04 3.223915100098D-01 2.793967723846D-09-3.000000000000D+00
+    2.196873046875D+03 3.571405410767D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 14 45  0.0-1.595225185156D-04 1.818989403546D-12 6.297000000000D+04
+   -1.429578808594D+04 2.577658653259D+00 9.313225746155D-10 0.000000000000D+00
+   -4.908582519531D+03-1.117752075195D+00 9.313225746155D-10 6.000000000000D+00
+   -2.055138720703D+04-1.528787612915D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 15 15  0.0-1.723114401102D-04 0.000000000000D+00 5.403000000000D+04
+    2.152724267578D+04-1.639241218567D+00 9.313225746155D-10 0.000000000000D+00
+   -4.163550292969D+03 7.150764465332D-01-1.862645149231D-09 1.000000000000D+00
+    1.302344921875D+04 2.937539100647D+00-2.793967723846D-09 0.000000000000D+00
+20 12 10 31 15 15  0.0-1.028645783663D-05-9.094947017729D-13 5.403000000000D+04
+    1.209659667969D+04 2.547688484192D+00 0.000000000000D+00 0.000000000000D+00
+   -4.361333984375D+03 1.618350028992D+00 0.000000000000D+00 2.000000000000D+00
+    2.203850878906D+04-1.073086738586D+00-2.793967723846D-09 0.000000000000D+00
+19 12 10 31 15 15  0.0-3.833230584860D-05-9.094947017729D-13 5.403000000000D+04
+    2.169454638672D+04 1.271929740906D+00 0.000000000000D+00 0.000000000000D+00
+    8.543996582031D+03 6.448202133179D-01-1.862645149231D-09 3.000000000000D+00
+    1.033141503906D+04-3.202187538147D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 15 15  0.0-7.236376404762D-07 9.094947017729D-13 5.403000000000D+04
+   -3.519259765625D+03 2.369002342224D+00 0.000000000000D+00 0.000000000000D+00
+   -1.406184082031D+04 1.633271217346D+00 9.313225746155D-10 4.000000000000D+00
+    2.100579882813D+04 1.480316162109D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 15 15  0.0-1.235911622643D-04 0.000000000000D+00 5.403000000000D+04
+   -8.748764160156D+03-2.252635955811D+00-3.725290298462D-09 0.000000000000D+00
+    1.467355615234D+04 1.281198501587D+00 2.793967723846D-09 5.000000000000D+00
+    1.897935205078D+04-2.034265518188D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 15 15  0.0 2.334266901016D-05 9.094947017729D-13 5.403000000000D+04
+    9.032869628906D+03-2.764730453491D+00-1.862645149231D-09 0.000000000000D+00
+    7.388667968750D+03 1.410243988037D+00 0.000000000000D+00 6.000000000000D+00
+    2.270005810547D+04 6.415128707886D-01-1.862645149231D-09 0.000000000000D+00
+12 12 10 31 15 15  0.0-1.032995060086D-04 9.094947017729D-13 5.403000000000D+04
+   -1.054758349609D+04 1.688747406006D-01-1.862645149231D-09 0.000000000000D+00
+   -2.756474609375D+03-3.158342361450D+00 2.793967723846D-09-1.000000000000D+00
+    2.302757177734D+04-3.161926269531D-01-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 15 15  0.0-5.630590021610D-05 9.094947017729D-13 5.403000000000D+04
+   -5.645971679688D+03-9.654426574707D-02 1.862645149231D-09 0.000000000000D+00
+   -2.040031103516D+04-1.961537361145D+00 9.313225746155D-10 0.000000000000D+00
+    1.429099511719D+04-2.831978797913D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 15 15  0.0-3.671208396554D-04-9.094947017729D-13 5.421000000000D+04
+   -8.806123046875D+03 2.449903488159D-01-3.725290298462D-09 0.000000000000D+00
+    1.595715380859D+04-2.439751625061D+00 2.793967723846D-09-2.000000000000D+00
+    1.784178369141D+04 2.299489974976D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 15 15  0.0 2.401135861874D-05-1.818989403546D-12 5.403000000000D+04
+   -2.390410156250D+03 2.664375305176D-01-3.725290298462D-09 0.000000000000D+00
+    2.527453613281D+04-3.884534835815D-01 0.000000000000D+00-7.000000000000D+00
+    2.904664550781D+03 3.573526382446D+00 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 15 15  0.0-3.409571945667D-04-1.818989403546D-12 5.403000000000D+04
+   -2.092661914063D+04-5.457553863525D-01-3.725290298462D-09 0.000000000000D+00
+    1.371181933594D+04 4.371318817139D-01 3.725290298462D-09-4.000000000000D+00
+    5.022611816406D+03-3.469985008240D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 15 15  0.0-3.929436206818D-05 0.000000000000D+00 5.403000000000D+04
+    1.808037255859D+04-8.217258453369D-01 0.000000000000D+00 0.000000000000D+00
+    1.620014746094D+04-7.404489517212D-01-2.793967723846D-09-3.000000000000D+00
+   -7.975224121094D+03-3.350520133972D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 15 15  0.0-5.776435136795D-05 0.000000000000D+00 6.477000000000D+04
+    2.462762695312D+03-2.557039260864D-01 3.725290298462D-09 0.000000000000D+00
+   -2.516136474609D+04 4.041090011597D-01-9.313225746155D-10-7.000000000000D+00
+   -3.032428222656D+03-3.584507942200D+00-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 15 15  0.0 2.076756209135D-05 0.000000000000D+00 6.477000000000D+04
+    2.124483593750D+04 4.643087387085D-01 2.793967723846D-09 0.000000000000D+00
+   -1.344583593750D+04-4.097089767456D-01-2.793967723846D-09-4.000000000000D+00
+   -4.405115234375D+03 3.495793342590D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 15 15  0.0-2.347212284803D-05 9.094947017729D-13 6.477000000000D+04
+    9.126182617188D+03-2.681035995483D-01 3.725290298462D-09 0.000000000000D+00
+   -1.602296923828D+04 2.404388427734D+00-1.862645149231D-09-2.000000000000D+00
+   -1.768537988281D+04-2.310875892639D+00-0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 15 15  0.0-4.113931208849D-05-9.094947017729D-13 6.477000000000D+04
+    8.825752929688D+03 2.258132934570D+00 3.725290298462D-09 0.000000000000D+00
+   -1.465369824219D+04-1.281955718994D+00-2.793967723846D-09 5.000000000000D+00
+   -1.888839648438D+04 2.044931411743D+00-0.000000000000D+00 0.000000000000D+00
+22 12 10 31 15 15  0.0 6.276369094849D-05 0.000000000000D+00 6.534000000000D+04
+   -1.773065673828D+04 8.934907913208D-01 0.000000000000D+00 0.000000000000D+00
+   -1.615924707031D+04 7.602834701538D-01 2.793967723846D-09-3.000000000000D+00
+    8.455913085938D+03 3.337540626526D+00-0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 15 15  0.0-1.759715378284D-04 0.000000000000D+00 6.477000000000D+04
+   -2.160122119141D+04 1.624512672424D+00-0.000000000000D+00 0.000000000000D+00
+    4.256342773438D+03-7.024230957031D-01 1.862645149231D-09 1.000000000000D+00
+   -1.289434423828D+04-2.950287818909D+00 2.793967723846D-09 0.000000000000D+00
+23 12 10 31 15 15  0.0-4.422878846526D-04-2.728484105319D-12 6.477000000000D+04
+   -2.196358740234D+04-1.186410903931D+00 0.000000000000D+00 0.000000000000D+00
+   -8.791316406250D+03-5.722599029541D-01 1.862645149231D-09 3.000000000000D+00
+   -9.562906250000D+03 3.254622459412D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 15 15  0.0-1.595187932253D-04 1.818989403546D-12 6.477000000000D+04
+   -9.574361816406D+03 2.620538711548D+00 1.862645149231D-09 0.000000000000D+00
+   -7.367459472656D+03-1.602429389954D+00-0.000000000000D+00 6.000000000000D+00
+   -2.247372314453D+04-5.933609008789D-01 1.862645149231D-09 0.000000000000D+00
+24 12 10 31 15 15  0.0-8.171703666449D-05-0.000000000000D+00 6.477000000000D+04
+   -1.341363623047D+04-2.500443458557D+00 0.000000000000D+00 0.000000000000D+00
+    3.373335937500D+03-1.532079696655D+00 0.000000000000D+00 2.000000000000D+00
+   -2.146187597656D+04 1.323267936707D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31 15 15  0.0 1.147389411926D-06 0.000000000000D+00 5.493000000000D+04
+    6.320033203125D+03 7.911586761475D-02-9.313225746155D-10 0.000000000000D+00
+    1.884876513672D+04 2.194129943848D+00-9.313225746155D-10 0.000000000000D+00
+   -1.591404150391D+04 2.636603355408D+00 1.862645149231D-09 0.000000000000D+00
+17 12 10 31 15 15  0.0 4.530511796474D-05 9.094947017729D-13 6.477000000000D+04
+    3.563341308594D+03-2.375720977783D+00-0.000000000000D+00 0.000000000000D+00
+    1.404783154297D+04-1.623686790466D+00-9.313225746155D-10 4.000000000000D+00
+   -2.096511425781D+04-1.493536949158D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31 15 15  0.0-1.345202326775D-05 9.094947017729D-13 6.477000000000D+04
+    1.059207958984D+04-1.568365097046D-01 1.862645149231D-09 0.000000000000D+00
+    2.639133300781D+03 3.150258064270D+00-2.793967723846D-09-1.000000000000D+00
+   -2.308848291016D+04 2.792310714722D-01 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 15 45  0.0 2.076849341393D-05 0.000000000000D+00 6.657000000000D+04
+    2.136752001953D+04-3.093242645264D-01 1.862645149231D-09 0.000000000000D+00
+   -1.381788867188D+04 3.239059448242D-02-2.793967723846D-09-4.000000000000D+00
+    1.976150390625D+03 3.548542022705D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31 15 45  0.0-5.776342004538D-05 0.000000000000D+00 6.657000000000D+04
+    2.098566894531D+03-1.080827713013D-01 3.725290298462D-09 0.000000000000D+00
+   -2.362462060547D+04 1.288056373596D+00-1.862645149231D-09-7.000000000000D+00
+   -9.282913085938D+03-3.315184593201D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 15 45  0.0-5.630403757095D-05 9.094947017729D-13 6.657000000000D+04
+   -6.050575195312D+03-3.159408569336D-01 2.793967723846D-09 0.000000000000D+00
+   -2.323973339844D+04-1.167943000793D+00-0.000000000000D+00 0.000000000000D+00
+    8.708683105469D+03-3.330432891846D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 15 45  0.0-4.114210605621D-05-9.094947017729D-13 6.657000000000D+04
+    1.227842431641D+04 1.560092926025D+00 2.793967723846D-09 0.000000000000D+00
+   -1.697306152344D+04-1.251482009888D+00-2.793967723846D-09 5.000000000000D+00
+   -1.452309667969D+04 2.773737907410D+00-9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 15 45  0.0-1.723114401102D-04 0.000000000000D+00 6.657000000000D+04
+    1.817140820312D+04-2.044150352478D+00-0.000000000000D+00 0.000000000000D+00
+   -2.341353515625D+03 1.317105293274D+00-9.313225746155D-10 1.000000000000D+00
+    1.773881689453D+04 2.267721176147D+00-2.793967723846D-09 0.000000000000D+00
+21 12 10 31 15 45  0.0-7.217749953270D-07 9.094947017729D-13 6.657000000000D+04
+    1.175656250000D+03 2.809843063354D+00 0.000000000000D+00 0.000000000000D+00
+   -1.132429150391D+04 1.373887062073D+00 0.000000000000D+00 4.000000000000D+00
+    2.282488427734D+04 5.275058746338D-01-2.793967723846D-09 0.000000000000D+00
+20 12 10 31 15 45  0.0-1.029018312693D-05-9.094947017729D-13 6.657000000000D+04
+    1.661029052734D+04 2.417913436890D+00-0.000000000000D+00 0.000000000000D+00
+   -1.940909667969D+03 1.063107490540D+00-9.313225746155D-10 2.000000000000D+00
+    1.928101416016D+04-1.970810890198D+00-2.793967723846D-09 0.000000000000D+00
+22 12 10 31 15 45  0.0 6.276369094849D-05 0.000000000000D+00 6.657000000000D+04
+   -1.540041357422D+04 1.690358161926D+00 9.313225746155D-10 0.000000000000D+00
+   -1.458565673828D+04 9.441022872925D-01 1.862645149231D-09-3.000000000000D+00
+    1.405565136719D+04 2.843761444092D+00-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 15 45  0.0-2.347026020288D-05 9.094947017729D-13 6.657000000000D+04
+    8.983054687500D+03 1.308393478394D-01 2.793967723846D-09 0.000000000000D+00
+   -1.122407958984D+04 2.883473396301D+00-2.793967723846D-09-2.000000000000D+00
+   -2.111093310547D+04-1.470561027527D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 15 45  0.0-1.032976433635D-04 0.000000000000D+00 6.723000000000D+04
+   -1.065948486328D+04-2.833747863770D-01-0.000000000000D+00 0.000000000000D+00
+   -8.303485839844D+03-2.953666687012D+00 1.862645149231D-09-1.000000000000D+00
+    2.157177001953D+04-1.291272163391D+00-1.862645149231D-09 0.000000000000D+00
+23 12 10 31 15 45  0.0-4.422934725881D-04-2.728484105319D-12 6.657000000000D+04
+   -2.350605615234D+04-4.953632354736D-01 9.313225746155D-10 0.000000000000D+00
+   -9.317905273438D+03-4.018688201904D-02 2.793967723846D-09 3.000000000000D+00
+   -3.410829589844D+03 3.536684036255D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 15 45  0.0-1.759706065059D-04 0.000000000000D+00 6.657000000000D+04
+   -1.826746044922D+04 2.034546852112D+00 0.000000000000D+00 0.000000000000D+00
+    2.457175292969D+03-1.304550170898D+00 9.313225746155D-10 1.000000000000D+00
+   -1.763811376953D+04-2.286334991455D+00 2.793967723846D-09 0.000000000000D+00
+24 12 10 31 15 45  0.0-8.171796798706D-05-0.000000000000D+00 6.657000000000D+04
+   -1.778294140625D+04-2.305032730103D+00 0.000000000000D+00 0.000000000000D+00
+    1.120234863281D+03-9.673299789429D-01 9.313225746155D-10 2.000000000000D+00
+   -1.828339355469D+04 2.185574531555D+00 2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31 15 45  0.0-3.409618511796D-04-1.818989403546D-12 6.657000000000D+04
+   -2.119597949219D+04 2.290859222412D-01-1.862645149231D-09 0.000000000000D+00
+    1.414350244141D+04 6.065368652344D-03 3.725290298462D-09-4.000000000000D+00
+   -1.336722167969D+03-3.550103187561D+00 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 15 45  0.0-1.595141366124D-04 1.818989403546D-12 6.657000000000D+04
+   -5.025166992188D+03 2.392620086670D+00 2.793967723846D-09 0.000000000000D+00
+   -1.060420312500D+04-1.965808868408D+00-1.862645149231D-09 6.000000000000D+00
+   -2.266017919922D+04 3.874654769897D-01 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 15 45  0.0 2.400763332844D-05-1.818989403546D-12 6.660000000000D+04
+   -2.006160644531D+03 1.197147369385D-01-3.725290298462D-09 0.000000000000D+00
+    2.376943750000D+04-1.269163131714D+00 1.862645149231D-09-7.000000000000D+00
+    9.142551757812D+03 3.312631607056D+00 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 15 45  0.0-3.671236336231D-04-9.094947017729D-13 6.660000000000D+04
+   -8.719842773438D+03-1.702375411987D-01-2.793967723846D-09 0.000000000000D+00
+    1.110115673828D+04-2.910300254822D+00 2.793967723846D-09-2.000000000000D+00
+    2.123732421875D+04 1.448766708374D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 15 45  0.0-1.235902309418D-04 0.000000000000D+00 6.660000000000D+04
+   -1.219614257812D+04-1.559638023376D+00-3.725290298462D-09 0.000000000000D+00
+    1.699341796875D+04 1.252896308899D+00 3.725290298462D-09 5.000000000000D+00
+    1.463330810547D+04-2.763532638550D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31 15 45  0.0-3.833416849375D-05-9.094947017729D-13 6.660000000000D+04
+    2.341185791016D+04 6.023302078247D-01-9.313225746155D-10 0.000000000000D+00
+    9.184805175781D+03 9.298133850098D-02-1.862645149231D-09 3.000000000000D+00
+    4.242314941406D+03-3.519511222839D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 15 45  0.0 2.334360033274D-05 9.094947017729D-13 6.660000000000D+04
+    4.201436035156D+03-2.558468818665D+00-2.793967723846D-09 0.000000000000D+00
+    1.031862890625D+04 1.819791793823D+00 9.313225746155D-10 6.000000000000D+00
+    2.296416894531D+04-3.499555587769D-01-9.313225746155D-10 0.000000000000D+00
+15 12 10 31 15 45  0.0 1.147389411926D-06 0.000000000000D+00 5.583000000000D+04
+    6.729097656250D+03 3.397703170776D-01-1.862645149231D-09 0.000000000000D+00
+    2.214304931641D+04 1.435983657837D+00 0.000000000000D+00 0.000000000000D+00
+   -1.061131494141D+04 3.216918945313D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 15 45  0.0-3.929622471333D-05-9.094947017729D-13 6.657000000000D+04
+    1.587991455078D+04-1.619687080383D+00-0.000000000000D+00 0.000000000000D+00
+    1.465159375000D+04-9.366207122803D-01-1.862645149231D-09-3.000000000000D+00
+   -1.362173291016D+04-2.882731437683D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31 15 45  0.0 4.530698060989D-05 9.094947017729D-13 6.657000000000D+04
+   -1.142916992188D+03-2.815533638000D+00 0.000000000000D+00 0.000000000000D+00
+    1.132755664062D+04-1.364161491394D+00-0.000000000000D+00 4.000000000000D+00
+   -2.280639697266D+04-5.390939712524D-01 2.793967723846D-09 0.000000000000D+00
+16 12 10 31 15 45  0.0-1.345016062260D-05 9.094947017729D-13 6.657000000000D+04
+    1.072592626953D+04 2.960815429688D-01 0.000000000000D+00 0.000000000000D+00
+    8.174028320312D+03 2.948876380920D+00-1.862645149231D-09-1.000000000000D+00
+   -2.170362353516D+04 1.249313354492D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 16 15  0.0-1.723114401102D-04 0.000000000000D+00 5.763000000000D+04
+    1.433825097656D+04-2.167359352112D+00-9.313225746155D-10 0.000000000000D+00
+    5.719692382813D+02 1.908938407898D+00 0.000000000000D+00 1.000000000000D+00
+    2.108174218750D+04 1.422522544861D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 16 15  0.0-1.029297709465D-05-9.094947017729D-13 5.763000000000D+04
+    2.062541455078D+04 1.996910095215D+00-9.313225746155D-10 0.000000000000D+00
+   -5.290209960938D+02 5.162162780762D-01-1.862645149231D-09 2.000000000000D+00
+    1.503543798828D+04-2.715850830078D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 16 15  0.0-3.833696246147D-05-9.094947017729D-13 5.763000000000D+04
+    2.376833154297D+04-2.240161895752D-01-9.313225746155D-10 0.000000000000D+00
+    8.994623046875D+03-2.669420242310D-01-1.862645149231D-09 3.000000000000D+00
+   -2.175007812500D+03-3.564521789551D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 16 15  0.0-7.199123501778D-07 0.000000000000D+00 5.763000000000D+04
+    6.439023925781D+03 2.990077972412D+00 0.000000000000D+00 0.000000000000D+00
+   -9.215038085937D+03 9.500761032104D-01 0.000000000000D+00 4.000000000000D+00
+    2.287927246094D+04-4.677572250366D-01-2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31 16 15  0.0 2.334546297789D-05 9.094947017729D-13 5.763000000000D+04
+   -3.472656250000D+01-2.115250587463D+00-2.793967723846D-09 0.000000000000D+00
+    1.382181982422D+04 2.033533096313D+00 2.793967723846D-09 6.000000000000D+00
+    2.145641064453D+04-1.314504623413D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 16 15  0.0 2.077035605907D-05 0.000000000000D+00 5.763000000000D+04
+    2.022730419922D+04-9.238710403442D-01 9.313225746155D-10 0.000000000000D+00
+   -1.321962890625D+04 6.559972763062D-01-2.793967723846D-09-4.000000000000D+00
+    8.204819824219D+03 3.327307701111D+00-2.793967723846D-09 0.000000000000D+00
+22 12 10 31 16 15  0.0 6.276462227106D-05 0.000000000000D+00 5.763000000000D+04
+   -1.169949951172D+04 2.397390365601D+00 9.313225746155D-10 0.000000000000D+00
+   -1.291576123047D+04 8.706598281860D-01 9.313225746155D-10-3.000000000000D+00
+    1.856076220703D+04 2.129413604736D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 16 15  0.0-3.671264275908D-04-9.094947017729D-13 5.763000000000D+04
+   -9.464103515625D+03-6.601724624634D-01-1.862645149231D-09 0.000000000000D+00
+    5.658530273438D+03-3.084952354431D+00 3.725290298462D-09-2.000000000000D+00
+    2.298971142578D+04 4.856185913086D-01-9.313225746155D-10 0.000000000000D+00
+12 12 10 31 16 15  0.0-1.032967120409D-04 0.000000000000D+00 5.763000000000D+04
+   -1.150112548828D+04-6.252651214600D-01 9.313225746155D-10 0.000000000000D+00
+   -1.321705566406D+04-2.462779045105D+00 9.313225746155D-10-1.000000000000D+00
+    1.843795458984D+04-2.168315887451D+00-1.862645149231D-09 0.000000000000D+00
+14 12 10 31 16 15  0.0 2.400297671556D-05-1.818989403546D-12 5.763000000000D+04
+   -2.092704589844D+03-2.477340698242D-01-3.725290298462D-09 0.000000000000D+00
+    2.079208300781D+04-2.006396293640D+00 2.793967723846D-09-7.000000000000D+00
+    1.467650683594D+04 2.796339035034D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 16 15  0.0-3.409655764699D-04-1.818989403546D-12 5.763000000000D+04
+   -2.019363818359D+04 8.519878387451D-01-9.313225746155D-10 0.000000000000D+00
+    1.362194287109D+04-6.100072860718D-01 2.793967723846D-09-4.000000000000D+00
+   -7.592761230469D+03-3.355940818787D+00 2.793967723846D-09 0.000000000000D+00
+15 12 10 31 16 15  0.0 1.146458089352D-06 0.000000000000D+00 5.763000000000D+04
+    7.399712402344D+03 3.627510070801D-01-2.793967723846D-09 0.000000000000D+00
+    2.394255468750D+04 5.522165298462D-01 0.000000000000D+00 0.000000000000D+00
+   -4.483467773438D+03 3.547337532043D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 16 15  0.0-1.235892996192D-04 0.000000000000D+00 5.763000000000D+04
+   -1.433203173828D+04-8.144102096558D-01-2.793967723846D-09 0.000000000000D+00
+    1.902319042969D+04 9.581527709961D-01 4.656612873077D-09 5.000000000000D+00
+    9.158452636719D+03-3.280310630798D+00 9.313225746155D-10 0.000000000000D+00
+10 12 10 31 16 15  0.0-5.776248872280D-05 0.000000000000D+00 5.763000000000D+04
+    2.206854980469D+03 2.601251602173D-01 2.793967723846D-09 0.000000000000D+00
+   -2.061346337891D+04 2.024295806885D+00-2.793967723846D-09-7.000000000000D+00
+   -1.481244384766D+04-2.788789749146D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 16 15  0.0-3.929808735847D-05-9.094947017729D-13 5.763000000000D+04
+    1.229695556641D+04-2.338849067688D+00 0.000000000000D+00 0.000000000000D+00
+    1.298278808594D+04-8.768472671509D-01-1.862645149231D-09-3.000000000000D+00
+   -1.821903076172D+04-2.192143440247D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 16 15  0.0-2.346839755774D-05 9.094947017729D-13 5.763000000000D+04
+    9.645514648437D+03 6.097660064697D-01 1.862645149231D-09 0.000000000000D+00
+   -5.816926269531D+03 3.073270797729D+00-2.793967723846D-09-2.000000000000D+00
+   -2.291067871094D+04-5.160150527954D-01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 16 15  0.0-1.344829797745D-05 9.094947017729D-13 5.763000000000D+04
+    1.159295751953D+04 6.412963867188D-01-9.313225746155D-10 0.000000000000D+00
+    1.308473535156D+04 2.464999198914D+00-1.862645149231D-09-1.000000000000D+00
+   -1.864946582031D+04 2.122135162354D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 16 15  0.0-1.759706065059D-04 0.000000000000D+00 5.763000000000D+04
+   -1.444638183594D+04 2.163576126099D+00 9.313225746155D-10 0.000000000000D+00
+   -4.353994140625D+02-1.898835182190D+00 0.000000000000D+00 1.000000000000D+00
+   -2.101874023438D+04-1.445494651794D+00 1.862645149231D-09 0.000000000000D+00
+24 12 10 31 16 15  0.0-8.171889930964D-05 0.000000000000D+00 5.763000000000D+04
+   -2.153999267578D+04-1.824882507324D+00 9.313225746155D-10 0.000000000000D+00
+   -1.276962890625D+02-4.333419799805D-01 1.862645149231D-09 2.000000000000D+00
+   -1.369494531250D+04 2.879747390747D+00 1.862645149231D-09 0.000000000000D+00
+17 12 10 31 16 15  0.0 4.530977457762D-05 9.094947017729D-13 5.763000000000D+04
+   -6.414982421875D+03-2.994013786316D+00 0.000000000000D+00 0.000000000000D+00
+    9.236247070312D+03-9.398593902588D-01 0.000000000000D+00 4.000000000000D+00
+   -2.288104150391D+04 4.565992355347D-01 2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 16 15  0.0-4.114490002394D-05-9.094947017729D-13 5.763000000000D+04
+    1.441131835938D+04 8.108987808228D-01 2.793967723846D-09 0.000000000000D+00
+   -1.899818750000D+04-9.544858932495D-01-3.725290298462D-09 5.000000000000D+00
+   -9.032525878906D+03 3.287137985229D+00-9.313225746155D-10 0.000000000000D+00
+ 8 12 10 31 16 15  0.0-1.595104113221D-04 1.818989403546D-12 5.763000000000D+04
+   -1.089636718750D+03 1.951250076294D+00 2.793967723846D-09 0.000000000000D+00
+   -1.431942480469D+04-2.122022628784D+00-2.793967723846D-09 6.000000000000D+00
+   -2.109703125000D+04 1.338064193726D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 16 15  0.0-5.630124360323D-05 9.094947017729D-13 6.837000000000D+04
+   -6.637744628906D+03-2.941427230835D-01 2.793967723846D-09 0.000000000000D+00
+   -2.454691796875D+04-2.781667709351D-01-9.313225746155D-10 0.000000000000D+00
+    2.455777343750D+03-3.572311401367D+00-9.313225746155D-10 0.000000000000D+00
+23 12 10 31 16 15  0.0-4.422999918461D-04-2.728484105319D-12 5.808000000000D+04
+   -2.365959765625D+04 3.403129577637D-01 9.313225746155D-10 0.000000000000D+00
+   -9.056130371094D+03 2.929248809814D-01 1.862645149231D-09 3.000000000000D+00
+    3.004785644531D+03 3.545507431030D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 16 45  0.0-4.114769399166D-05-9.094947017729D-13 7.017000000000D+04
+    1.523537939453D+04 1.240653991699D-01 1.862645149231D-09 0.000000000000D+00
+   -2.026029492188D+04-4.107561111450D-01-3.725290298462D-09 5.000000000000D+00
+   -2.842693359375D+03 3.545718193054D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31 16 45  0.0 2.077128738165D-05 0.000000000000D+00 7.017000000000D+04
+    1.818183007812D+04-1.306041717529D+00-0.000000000000D+00 0.000000000000D+00
+   -1.140063183594D+04 1.371711730957D+00-1.862645149231D-09-4.000000000000D+00
+    1.379978955078D+04 2.848959922791D+00-2.793967723846D-09 0.000000000000D+00
+21 12 10 31 16 45  0.0-7.180497050285D-07 0.000000000000D+00 7.017000000000D+04
+    1.175746435547D+04 2.867757797241D+00-0.000000000000D+00 0.000000000000D+00
+   -7.943010742188D+03 4.615850448608D-01-0.000000000000D+00 4.000000000000D+00
+    2.116174511719D+04-1.428447723389D+00-2.793967723846D-09 0.000000000000D+00
+11 12 10 31 16 45  0.0-5.629938095808D-05 9.094947017729D-13 7.017000000000D+04
+   -6.958714355469D+03-2.260208129883D-02 2.793967723846D-09 0.000000000000D+00
+   -2.425443505859D+04 5.896129608154D-01-2.793967723846D-09 0.000000000000D+00
+   -3.986194824219D+03-3.539157867432D+00-9.313225746155D-10 0.000000000000D+00
+10 12 10 31 16 45  0.0-5.776155740023D-05 0.000000000000D+00 7.017000000000D+04
+    3.123722656250D+03 7.752056121826D-01 1.862645149231D-09 0.000000000000D+00
+   -1.648258251953D+04 2.519457817078D+00-3.725290298462D-09-7.000000000000D+00
+   -1.919294091797D+04-2.046927452087D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 16 45  0.0 6.276648491621D-05 0.000000000000D+00 7.017000000000D+04
+   -6.887486816406D+03 2.909265518188D+00 0.000000000000D+00 0.000000000000D+00
+   -1.158115966797D+04 5.820217132568D-01 9.313225746155D-10-3.000000000000D+00
+    2.162290820312D+04 1.251100540161D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 16 45  0.0-1.029577106237D-05-9.094947017729D-13 7.017000000000D+04
+    2.364854931641D+04 1.326219558716D+00-9.313225746155D-10 0.000000000000D+00
+   -1.431787109375D+01 8.223247528076D-02-1.862645149231D-09 2.000000000000D+00
+    9.630170898438D+03-3.251070022583D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31 16 45  0.0-1.032967120409D-04 0.000000000000D+00 7.017000000000D+04
+   -1.279121679688D+04-7.696361541748D-01 1.862645149231D-09 0.000000000000D+00
+   -1.703906689453D+04-1.755624771118D+00 0.000000000000D+00-1.000000000000D+00
+    1.386654931641D+04-2.877931594849D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 16 45  0.0-1.595057547092D-04 1.818989403546D-12 7.017000000000D+04
+    1.924121093750D+03 1.385077476501D+00 2.793967723846D-09 0.000000000000D+00
+   -1.808588085938D+04-2.016964912415D+00-3.725290298462D-09 6.000000000000D+00
+   -1.790537646484D+04 2.185215950012D+00-0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 16 45  0.0-1.723114401102D-04 0.000000000000D+00 7.017000000000D+04
+    1.053304492188D+04-2.018486976624D+00-1.862645149231D-09 0.000000000000D+00
+    4.458997070312D+03 2.381587028503D+00 9.313225746155D-10 1.000000000000D+00
+    2.279376318359D+04 4.673862457275D-01-1.862645149231D-09 0.000000000000D+00
+15 12 10 31 16 45  0.0 1.145526766777D-06 0.000000000000D+00 7.020000000000D+04
+    7.880251464844D+03 1.294164657593D-01-2.793967723846D-09 0.000000000000D+00
+    2.412745410156D+04-3.375377655029D-01 1.862645149231D-09 0.000000000000D+00
+    1.993122070312D+03 3.601861000061D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 16 45  0.0 2.399925142527D-05-1.818989403546D-12 7.020000000000D+04
+   -2.987593750000D+03-7.635192871094D-01-2.793967723846D-09 0.000000000000D+00
+    1.668917236328D+04-2.506945610046D+00 3.725290298462D-09-7.000000000000D+00
+    1.907928417969D+04 2.063793182373D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 16 45  0.0-3.671292215586D-04-9.094947017729D-13 7.020000000000D+04
+   -1.107521826172D+04-1.114838600159D+00 0.000000000000D+00 0.000000000000D+00
+    1.834223632812D+02-2.947728157043D+00 2.793967723846D-09-2.000000000000D+00
+    2.296274511719D+04-5.154380798340D-01-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 16 45  0.0 2.334732562304D-05 9.094947017729D-13 7.020000000000D+04
+   -3.323025390625D+03-1.521996498108D+00-2.793967723846D-09 0.000000000000D+00
+    1.748252392578D+04 1.987305641174D+00 3.725290298462D-09 6.000000000000D+00
+    1.829282714844D+04-2.177853584290D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 16 45  0.0-3.833882510662D-05-9.094947017729D-13 7.020000000000D+04
+    2.257556591797D+04-1.099744796753D+00-9.313225746155D-10 0.000000000000D+00
+    8.369312500000D+03-3.858766555786D-01-1.862645149231D-09 3.000000000000D+00
+   -8.424118652344D+03-3.333846092224D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 16 45  0.0-1.235883682966D-04 0.000000000000D+00 5.943000000000D+04
+   -1.516458154297D+04-1.296443939209D-01-1.862645149231D-09 0.000000000000D+00
+    2.029320019531D+04 4.155960083008D-01 4.656612873077D-09 5.000000000000D+00
+    2.976311523437D+03-3.544204711914D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31 16 45  0.0-1.344550400972D-05 9.094947017729D-13 6.057000000000D+04
+    1.291745019531D+04 7.924289703369D-01-1.862645149231D-09 0.000000000000D+00
+    1.691940771484D+04 1.767805099487D+00 0.000000000000D+00-1.000000000000D+00
+   -1.416240429687D+04 2.831265449524D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 16 45  0.0-3.929995000362D-05-9.094947017729D-13 7.017000000000D+04
+    7.571603515625D+03-2.872984886169D+00-0.000000000000D+00 0.000000000000D+00
+    1.162625244141D+04-5.995092391968D-01-9.313225746155D-10-3.000000000000D+00
+   -2.141099804688D+04-1.331253051758D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 16 45  0.0-2.346653491259D-05 0.000000000000D+00 7.017000000000D+04
+    1.116137109375D+04 1.060716629028D+00 0.000000000000D+00 0.000000000000D+00
+   -3.460996093750D+02 2.954994201660D+00-2.793967723846D-09-2.000000000000D+00
+   -2.294383691406D+04 4.796619415283D-01 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 16 45  0.0-4.423065111041D-04-3.637978807092D-12 5.952000000000D+04
+   -2.225937744141D+04 1.211636543274D+00 9.313225746155D-10 0.000000000000D+00
+   -8.410057617188D+03 3.830814361572D-01 1.862645149231D-09 3.000000000000D+00
+    9.188086914062D+03 3.280198097229D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 16 45  0.0-1.759706065059D-04 0.000000000000D+00 5.943000000000D+04
+   -1.064291552734D+04 2.020197868347D+00 1.862645149231D-09 0.000000000000D+00
+   -4.308135253906D+03-2.376138687134D+00-9.313225746155D-10 1.000000000000D+00
+   -2.277451318359D+04-4.926462173462D-01 1.862645149231D-09 0.000000000000D+00
+17 12 10 31 16 45  0.0 4.531163722277D-05 9.094947017729D-13 5.943000000000D+04
+   -1.173912207031D+04-2.870317459106D+00 0.000000000000D+00 0.000000000000D+00
+    7.982967285156D+03-4.510097503662D-01 0.000000000000D+00 4.000000000000D+00
+   -2.118426806641D+04 1.416347503662D+00 2.793967723846D-09 0.000000000000D+00
+14 12 10 31 17 15  0.0 2.399459481239D-05-1.818989403546D-12 6.123000000000D+04
+   -4.869892578125D+03-1.326426506042D+00-9.313225746155D-10 0.000000000000D+00
+    1.194382226563D+04-2.714478492737D+00 3.725290298462D-09-7.000000000000D+00
+    2.200967871094D+04 1.170865058899D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31 17 15  0.0-3.671310842037D-04-9.094947017729D-13 6.123000000000D+04
+   -1.339241455078D+04-1.428421974182D+00 0.000000000000D+00 0.000000000000D+00
+   -4.784183105469D+03-2.530090332031D+00 1.862645149231D-09-2.000000000000D+00
+    2.115797558594D+04-1.476858139038D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31 17 15  0.0-1.344364136457D-05 9.094947017729D-13 6.123000000000D+04
+    1.429692138672D+04 6.970577239990D-01-1.862645149231D-09 0.000000000000D+00
+    1.938049951172D+04 9.572219848633D-01 9.313225746155D-10-1.000000000000D+00
+   -8.587802734375D+03 3.322793960571D+00 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 17 15  0.0 1.145526766777D-06 0.000000000000D+00 6.123000000000D+04
+    7.728069824219D+03-3.317079544067D-01-2.793967723846D-09 0.000000000000D+00
+    2.279550146484D+04-1.114504814148D+00 2.793967723846D-09 0.000000000000D+00
+    8.314759277344D+03 3.376342773438D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 17 15  0.0-1.723142340779D-04 0.000000000000D+00 6.123000000000D+04
+    7.203911132813D+03-1.650409698486D+00-1.862645149231D-09 0.000000000000D+00
+    9.017441894531D+03 2.641567230225D+00 2.793967723846D-09 1.000000000000D+00
+    2.274266113281D+04-5.237760543823D-01-9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 17 15  0.0-1.235874369740D-04 0.000000000000D+00 6.123000000000D+04
+   -1.489485400391D+04 3.959760665894D-01 0.000000000000D+00 0.000000000000D+00
+    2.040700146484D+04-3.130416870117D-01 3.725290298462D-09 5.000000000000D+00
+   -3.435895019531D+03-3.534163475037D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31 17 15  0.0 2.334918826818D-05 0.000000000000D+00 6.123000000000D+04
+   -5.488300781250D+03-8.861408233643D-01-1.862645149231D-09 0.000000000000D+00
+    2.080549707031D+04 1.658265113831D+00 4.656612873077D-09 6.000000000000D+00
+    1.371707812500D+04-2.873396873474D+00 9.313225746155D-10 0.000000000000D+00
+20 12 10 31 17 15  0.0-1.029856503010D-05-9.094947017729D-13 6.123000000000D+04
+    2.529805908203D+04 4.868621826172D-01-9.313225746155D-10 0.000000000000D+00
+   -1.156088867188D+02-1.573705673218D-01-1.862645149231D-09 2.000000000000D+00
+    3.482449218750D+03-3.535500526428D+00-9.313225746155D-10 0.000000000000D+00
+21 12 10 31 17 15  0.0-7.171183824539D-07 0.000000000000D+00 6.123000000000D+04
+    1.658291308594D+04 2.446935653687D+00-9.313225746155D-10 0.000000000000D+00
+   -7.526651855469D+03 1.723289489746D-02-9.313225746155D-10 4.000000000000D+00
+    1.780267675781D+04-2.279717445374D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 17 15  0.0-4.114955663681D-05-9.094947017729D-13 6.123000000000D+04
+    1.495520312500D+04-4.017343521118D-01 0.000000000000D+00 0.000000000000D+00
+   -2.036579394531D+04 3.170461654663D-01-3.725290298462D-09 5.000000000000D+00
+    3.567041992188D+03 3.529984474182D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31 17 15  0.0 2.077221870422D-05 0.000000000000D+00 6.123000000000D+04
+    1.568575537109D+04-1.422744750977D+00-9.313225746155D-10 0.000000000000D+00
+   -8.291623535156D+03 2.070433616638D+00-9.313225746155D-10-4.000000000000D+00
+    1.832849365234D+04 2.150218009949D+00-2.793967723846D-09 0.000000000000D+00
+22 12 10 31 17 15  0.0 6.276834756136D-05 9.094947017729D-13 6.123000000000D+04
+   -1.390146972656D+03 3.149195671082D+00 0.000000000000D+00 0.000000000000D+00
+   -1.090246777344D+04 1.575260162354D-01 0.000000000000D+00-3.000000000000D+00
+    2.300763867187D+04 2.778720855713D-01-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 17 15  0.0-1.595010980964D-04 1.818989403546D-12 7.197000000000D+04
+    3.884756835938D+03 7.990493774414D-01 1.862645149231D-09 0.000000000000D+00
+   -2.141514941406D+04-1.637823104858D+00-4.656612873077D-09 6.000000000000D+00
+   -1.333172802734D+04 2.863677978516D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 17 15  0.0-5.629751831293D-05 9.094947017729D-13 7.197000000000D+04
+   -6.590670410156D+03 4.616613388062D-01 2.793967723846D-09 0.000000000000D+00
+   -2.250582324219D+04 1.322323799133D+00-3.725290298462D-09 0.000000000000D+00
+   -1.012124267578D+04-3.233457565308D+00-9.313225746155D-10 0.000000000000D+00
+12 12 10 31 17 15  0.0-1.032967120409D-04 0.000000000000D+00 7.197000000000D+04
+   -1.412104199219D+04-6.642379760742D-01 1.862645149231D-09 0.000000000000D+00
+   -1.946863574219D+04-9.345521926880D-01-9.313225746155D-10-1.000000000000D+00
+    8.212139648438D+03-3.363579750061D+00-1.862645149231D-09 0.000000000000D+00
+10 12 10 31 17 15  0.0-5.776062607765D-05 0.000000000000D+00 7.197000000000D+04
+    5.024677734375D+03 1.335048675537D+00 9.313225746155D-10 0.000000000000D+00
+   -1.172204394531D+04 2.718491554260D+00-3.725290298462D-09-7.000000000000D+00
+   -2.208678857422D+04-1.147805213928D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 17 15  0.0-3.834068775177D-05-9.094947017729D-13 6.120000000000D+04
+    1.985023779297D+04-1.907463073730D+00-9.313225746155D-10 0.000000000000D+00
+    7.753832031250D+03-2.590599060059D-01-1.862645149231D-09 3.000000000000D+00
+   -1.402183789062D+04-2.845481872559D+00 9.313225746155D-10 0.000000000000D+00
+18 12 10 31 17 15  0.0-3.930274397135D-05-9.094947017729D-13 6.165000000000D+04
+    2.114211425781D+03-3.141784667969D+00 0.000000000000D+00 0.000000000000D+00
+    1.090992626953D+04-1.807270050049D-01 0.000000000000D+00-3.000000000000D+00
+   -2.294872216797D+04-3.659496307373D-01 2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31 17 15  0.0-2.346560359001D-05 0.000000000000D+00 6.165000000000D+04
+    1.338375097656D+04 1.378470420837D+00 0.000000000000D+00 0.000000000000D+00
+    4.652012207031D+03 2.556411743164D+00-1.862645149231D-09-2.000000000000D+00
+   -2.120524609375D+04 1.439829826355D+00 9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 17 15  0.0-1.759696751833D-04 0.000000000000D+00 6.123000000000D+04
+   -7.306658203125D+03 1.656331062317D+00 1.862645149231D-09 0.000000000000D+00
+   -8.862211914062D+03-2.642350196838D+00-2.793967723846D-09 1.000000000000D+00
+   -2.276915527344D+04 4.986171722412D-01 9.313225746155D-10 0.000000000000D+00
+17 12 10 31 17 15  0.0 4.531443119049D-05 9.094947017729D-13 6.123000000000D+04
+   -1.656897509766D+04-2.449582099915D+00 9.313225746155D-10 0.000000000000D+00
+    7.585838378906D+03-6.441116333008D-03 9.313225746155D-10 4.000000000000D+00
+   -1.784846923828D+04 2.265925407410D+00 2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31 17 15  0.0-3.409748896956D-04-1.818989403546D-12 6.279000000000D+04
+   -1.585962890625D+04 1.381277084351D+00 9.313225746155D-10 0.000000000000D+00
+    8.862511230469D+03-2.027276992798D+00 9.313225746155D-10-4.000000000000D+00
+   -1.790636425781D+04-2.224405288696D+00 2.793967723846D-09 0.000000000000D+00
+23 12 10 31 17 15  0.0-4.423130303621D-04-3.637978807092D-12 6.282000000000D+04
+   -1.934672460938D+04 2.001631736755D+00 9.313225746155D-10 0.000000000000D+00
+   -7.823393066406D+03 2.308139801025D-01 1.862645149231D-09 3.000000000000D+00
+    1.466081591797D+04 2.761082649231D+00-9.313225746155D-10 0.000000000000D+00
+24 12 10 31 17 15  0.0-8.172076195478D-05 0.000000000000D+00 6.273000000000D+04
+   -2.544759667969D+04-2.482290267944D-01 1.862645149231D-09 0.000000000000D+00
+   -3.634697265625D+02 1.652917861938D-01 1.862645149231D-09 2.000000000000D+00
+   -1.782920410156D+03 3.565868377686D+00 9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31 17 45  0.0-4.115141928196D-05-9.094947017729D-13 7.377000000000D+04
+    1.392729589844D+04-6.986799240112D-01-0.000000000000D+00 0.000000000000D+00
+   -1.906548046875D+04 1.133334159851D+00-2.793967723846D-09 5.000000000000D+00
+    9.701316894531D+03 3.241733551025D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 17 45  0.0-1.594973728061D-04 1.818989403546D-12 7.377000000000D+04
+    4.851366699219D+03 2.968320846558D-01 9.313225746155D-10 0.000000000000D+00
+   -2.383554052734D+04-1.015854835510D+00-4.656612873077D-09 6.000000000000D+00
+   -7.729066406250D+03 3.321155548096D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 17 45  0.0-7.161870598793D-07 0.000000000000D+00 7.377000000000D+04
+    2.041654541016D+04 1.777601242065D+00-9.313225746155D-10 0.000000000000D+00
+   -7.794454101562D+03-2.838382720947D-01-9.313225746155D-10 4.000000000000D+00
+    1.306072167969D+04-2.954845428467D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31 17 45  0.0 2.077315002680D-05 0.000000000000D+00 7.377000000000D+04
+    1.321290478516D+04-1.285966873169D+00-9.313225746155D-10 0.000000000000D+00
+   -4.024175292969D+03 2.641207695007D+00 0.000000000000D+00-4.000000000000D+00
+    2.144035009766D+04 1.284873962402D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31 17 45  0.0 6.277021020651D-05 9.094947017729D-13 7.377000000000D+04
+    4.263999511719D+03 3.081344604492D+00-0.000000000000D+00 0.000000000000D+00
+   -1.103423828125D+04-3.004131317139D-01-0.000000000000D+00-3.000000000000D+00
+    2.261177050781D+04-7.144613265991D-01-2.793967723846D-09 0.000000000000D+00
+11 12 10 31 17 45  0.0-5.629472434521D-05 9.094947017729D-13 7.377000000000D+04
+   -5.214557128906D+03 1.081962585449D+00 1.862645149231D-09 0.000000000000D+00
+   -1.962987744141D+04 1.829955101013D+00-3.725290298462D-09 0.000000000000D+00
+   -1.547668212891D+04-2.678465843201D+00-0.000000000000D+00 0.000000000000D+00
+20 12 10 31 17 45  0.0-1.030042767525D-05-9.094947017729D-13 7.377000000000D+04
+    2.536450390625D+04-4.134168624878D-01-1.862645149231D-09 0.000000000000D+00
+   -4.364575195312D+02-1.578168869019D-01-1.862645149231D-09 2.000000000000D+00
+   -2.933693359375D+03-3.547404289246D+00-0.000000000000D+00 0.000000000000D+00
+12 12 10 31 17 45  0.0-1.032967120409D-04 0.000000000000D+00 7.377000000000D+04
+   -1.502707470703D+04-3.014307022095D-01 1.862645149231D-09 0.000000000000D+00
+   -2.040592138672D+04-1.174535751343D-01-1.862645149231D-09-1.000000000000D+00
+    1.915743164062D+03-3.586472511292D+00-9.313225746155D-10 0.000000000000D+00
+15 12 10 31 17 45  0.0 1.144595444202D-06 0.000000000000D+00 7.380000000000D+04
+    6.591453613281D+03-9.495372772217D-01-1.862645149231D-09 0.000000000000D+00
+    2.024278906250D+04-1.680109977722D+00 4.656612873077D-09 0.000000000000D+00
+    1.399032373047D+04 2.888794898987D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 17 45  0.0-1.723133027554D-04 0.000000000000D+00 7.380000000000D+04
+    4.671447265625D+03-1.149845123291D+00-1.862645149231D-09 0.000000000000D+00
+    1.380288818359D+04 2.626727104187D+00 3.725290298462D-09 1.000000000000D+00
+    2.093260937500D+04-1.474310874939D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 17 45  0.0 2.398993819952D-05-2.728484105319D-12 7.380000000000D+04
+   -7.723004882812D+03-1.823368072510D+00 0.000000000000D+00 0.000000000000D+00
+    7.100171875000D+03-2.618412017822D+00 3.725290298462D-09-7.000000000000D+00
+    2.323911962891D+04 1.860551834106D-01-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 17 45  0.0-1.344084739685D-05 9.094947017729D-13 7.380000000000D+04
+    1.527241357422D+04 3.458137512207D-01-2.793967723846D-09 0.000000000000D+00
+    2.036622900391D+04 1.478891372681D-01 1.862645149231D-09-1.000000000000D+00
+   -2.353785644531D+03 3.559236526489D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 17 45  0.0 2.335105091333D-05 0.000000000000D+00 7.380000000000D+04
+   -6.553899902344D+03-3.176975250244D-01-9.313225746155D-10 0.000000000000D+00
+    2.329550146484D+04 1.069387435913D+00 5.587935447693D-09 6.000000000000D+00
+    8.081920410156D+03-3.347308158875D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 17 45  0.0-3.671338781714D-04-9.094947017729D-13 6.303000000000D+04
+   -1.608210693359D+04-1.517546653748D+00 9.313225746155D-10 0.000000000000D+00
+   -8.800166503906D+03-1.905572891235D+00 9.313225746155D-10-2.000000000000D+00
+    1.771474902344D+04-2.324085235596D+00-1.862645149231D-09 0.000000000000D+00
+23 12 10 31 17 45  0.0-4.423204809427D-04-3.637978807092D-12 6.369000000000D+04
+   -1.516655810547D+04 2.604153633118D+00 9.313225746155D-10 0.000000000000D+00
+   -7.698510253906D+03-1.191883087158D-01 9.313225746155D-10 3.000000000000D+00
+    1.899937890625D+04 2.028183937073D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 17 45  0.0-1.235874369740D-04 0.000000000000D+00 6.303000000000D+04
+   -1.387651904297D+04 6.939172744751D-01 0.000000000000D+00 0.000000000000D+00
+    1.911144531250D+04-1.132394790649D+00 2.793967723846D-09 5.000000000000D+00
+   -9.581958007813D+03-3.250312805176D+00 2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31 17 45  0.0-2.346467226744D-05 0.000000000000D+00 6.312000000000D+04
+    1.599258203125D+04 1.478633880615D+00-9.313225746155D-10 0.000000000000D+00
+    8.730036132812D+03 1.947290420532D+00-9.313225746155D-10-2.000000000000D+00
+   -1.782654296875D+04 2.290110588074D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31 17 45  0.0-3.834255039692D-05-9.094947017729D-13 6.312000000000D+04
+    1.581515380859D+04-2.538653373718D+00-9.313225746155D-10 0.000000000000D+00
+    7.560927246094D+03 7.352733612061D-02-9.313225746155D-10 3.000000000000D+00
+   -1.853564990234D+04-2.137348175049D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 17 45  0.0-5.775876343250D-05 9.094947017729D-13 6.303000000000D+04
+    7.888786132813D+03 1.826652526855D+00 0.000000000000D+00 0.000000000000D+00
+   -6.879669433594D+03 2.613038063049D+00-3.725290298462D-09-7.000000000000D+00
+   -2.327258251953D+04-1.614627838135D-01 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 17 45  0.0-3.409786149859D-04-1.818989403546D-12 6.303000000000D+04
+   -1.344609423828D+04 1.261321067810D+00 9.313225746155D-10 0.000000000000D+00
+    4.663172363281D+03-2.609799385071D+00 0.000000000000D+00-4.000000000000D+00
+   -2.116637988281D+04-1.374279022217D+00 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 17 45  0.0-3.930553793907D-05-9.094947017729D-13 6.303000000000D+04
+   -3.553995117188D+03-3.104110717773D+00 0.000000000000D+00 0.000000000000D+00
+    1.100018017578D+04 2.787113189697D-01 0.000000000000D+00-3.000000000000D+00
+   -2.271034277344D+04 6.293792724609D-01 2.793967723846D-09 0.000000000000D+00
+ 1 12 10 31 17 45  0.0-1.759696751833D-04 0.000000000000D+00 6.303000000000D+04
+   -4.761184082031D+03 1.158020019531D+00 9.313225746155D-10 0.000000000000D+00
+   -1.365520361328D+04-2.634332656860D+00-3.725290298462D-09 1.000000000000D+00
+   -2.100249121094D+04 1.451642036438D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 17 45  0.0-8.172169327736D-05 0.000000000000D+00 6.369000000000D+04
+   -2.508300537109D+04 6.494112014771D-01 1.862645149231D-09 0.000000000000D+00
+   -7.049414062500D+01 1.191921234131D-01 1.862645149231D-09 2.000000000000D+00
+    4.621631835938D+03 3.504079818726D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 18 15  0.0-1.723133027554D-04 0.000000000000D+00 6.483000000000D+04
+    3.080619628906D+03-6.223897933960D-01-9.313225746155D-10 0.000000000000D+00
+    1.829577246094D+04 2.316969871521D+00 4.656612873077D-09 1.000000000000D+00
+    1.750378710938D+04-2.310733795166D+00 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 18 15  0.0-4.423270002007D-04-3.637978807092D-12 6.483000000000D+04
+   -1.013200390625D+04 2.940999031067D+00 9.313225746155D-10 0.000000000000D+00
+   -8.322946289062D+03-5.858869552612D-01 0.000000000000D+00 3.000000000000D+00
+    2.186773974609D+04 1.138134956360D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 18 15  0.0-7.199123501778D-07 0.000000000000D+00 6.483000000000D+04
+    2.288560058594D+04 9.479560852051D-01-1.862645149231D-09 0.000000000000D+00
+   -8.418353027344D+03-3.693981170654D-01-9.313225746155D-10 4.000000000000D+00
+    7.303178710938D+03-3.400672912598D+00-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31 18 15  0.0-4.115328192711D-05-9.094947017729D-13 6.483000000000D+04
+    1.259394921875D+04-7.405090332031D-01-9.313225746155D-10 0.000000000000D+00
+   -1.630057519531D+04 1.925007820129D+00-9.313225746155D-10 5.000000000000D+00
+    1.508704638672D+04 2.703731536865D+00-2.793967723846D-09 0.000000000000D+00
+14 12 10 31 18 15  0.0 2.398341894150D-05-2.728484105319D-12 6.483000000000D+04
+   -1.133042480469D+04-2.148510932922D+00 9.313225746155D-10 0.000000000000D+00
+    2.678568847656D+03-2.255347251892D+00 2.793967723846D-09-7.000000000000D+00
+    2.266991064453D+04-8.146438598633D-01-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 18 15  0.0 2.077408134937D-05 0.000000000000D+00 6.483000000000D+04
+    1.117635644531D+04-9.501657485962D-01-9.313225746155D-10 0.000000000000D+00
+    1.082585937500D+03 2.989513397217D+00 1.862645149231D-09-4.000000000000D+00
+    2.289397851563D+04 3.196916580200D-01-1.862645149231D-09 0.000000000000D+00
+22 12 10 31 18 15  0.0 6.277300417423D-05 9.094947017729D-13 6.483000000000D+04
+    9.523512207031D+03 2.716367721558D+00-9.313225746155D-10 0.000000000000D+00
+   -1.193918261719D+04-6.841831207275D-01 0.000000000000D+00-3.000000000000D+00
+    2.047015576172D+04-1.649338722229D+00-2.793967723846D-09 0.000000000000D+00
+15 12 10 31 18 15  0.0 1.144595444202D-06 0.000000000000D+00 6.483000000000D+04
+    4.276478515625D+03-1.622334480286D+00-9.313225746155D-10 0.000000000000D+00
+    1.691237207031D+04-1.971823692322D+00 4.656612873077D-09 0.000000000000D+00
+    1.858000341797D+04 2.177800178528D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 18 15  0.0-1.343898475170D-05 9.094947017729D-13 6.483000000000D+04
+    1.540897070313D+04-2.255439758301D-01-1.862645149231D-09 0.000000000000D+00
+    1.998070605469D+04-5.491561889648D-01 3.725290298462D-09-1.000000000000D+00
+    4.061002929688D+03 3.522297859192D+00 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 18 15  0.0-1.235874369740D-04 0.000000000000D+00 6.483000000000D+04
+   -1.255063525391D+04 7.369356155396D-01 9.313225746155D-10 0.000000000000D+00
+    1.634421972656D+04-1.928684234619D+00 1.862645149231D-09 5.000000000000D+00
+   -1.498523193359D+04-2.714149475098D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31 18 15  0.0 2.335198223591D-05 0.000000000000D+00 6.483000000000D+04
+   -6.729674804687D+03 8.904266357422D-02 0.000000000000D+00 0.000000000000D+00
+    2.453817773438D+04 2.864322662354D-01 4.656612873077D-09 6.000000000000D+00
+    1.822262207031D+03-3.562736511230D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31 18 15  0.0-1.030322164297D-05-9.094947017729D-13 6.483000000000D+04
+    2.384380273437D+04-1.257261276245D+00-1.862645149231D-09 0.000000000000D+00
+   -5.389799804687D+02 8.151435852051D-02-9.313225746155D-10 2.000000000000D+00
+   -9.123733886719D+03-3.285891532898D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 18 15  0.0-5.775690078735D-05 9.094947017729D-13 6.483000000000D+04
+    1.149635498047D+04 2.145353317261D+00 0.000000000000D+00 0.000000000000D+00
+   -2.475263671875D+03 2.242018699646D+00-2.793967723846D-09-7.000000000000D+00
+   -2.266149853516D+04 8.357973098755D-01 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 18 15  0.0-3.409832715988D-04-1.818989403546D-12 6.483000000000D+04
+   -1.144048388672D+04 9.398155212402D-01 9.313225746155D-10 0.000000000000D+00
+   -4.022597656250D+02-2.975871086121D+00-1.862645149231D-09-4.000000000000D+00
+   -2.278970263672D+04-4.176559448242D-01 1.862645149231D-09 0.000000000000D+00
+18 12 10 31 18 15  0.0-3.930926322937D-05-1.818989403546D-12 6.483000000000D+04
+   -8.878777832031D+03-2.764974594116D+00 9.313225746155D-10 0.000000000000D+00
+    1.187256347656D+04 6.706647872925D-01 0.000000000000D+00-3.000000000000D+00
+   -2.071134472656D+04 1.577503204346D+00 2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31 18 15  0.0-2.346374094486D-05 0.000000000000D+00 6.483000000000D+04
+    1.854612548828D+04 1.312472343445D+00-1.862645149231D-09 0.000000000000D+00
+    1.159584619141D+04 1.227958679199D+00 0.000000000000D+00-2.000000000000D+00
+   -1.306685498047D+04 2.964162826538D+00 1.862645149231D-09 0.000000000000D+00
+11 12 10 31 18 15  0.0-5.629286170006D-05 9.094947017729D-13 6.483000000000D+04
+   -2.676084472656D+03 1.734455108643D+00 0.000000000000D+00 0.000000000000D+00
+   -1.608562548828D+04 2.059728622437D+00-4.656612873077D-09 0.000000000000D+00
+   -1.963922021484D+04-1.916510581970D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 18 15  0.0-1.759696751833D-04 0.000000000000D+00 6.483000000000D+04
+   -3.155264160156D+03 6.306257247925D-01 9.313225746155D-10 0.000000000000D+00
+   -1.816759521484D+04-2.330856323242D+00-4.656612873077D-09 1.000000000000D+00
+   -1.761064208984D+04 2.292624473572D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 18 15  0.0-3.834441304207D-05-9.094947017729D-13 6.483000000000D+04
+    1.086712988281D+04-2.911112785339D+00-9.313225746155D-10 0.000000000000D+00
+    8.095911621094D+03 5.342588424683D-01-9.313225746155D-10 3.000000000000D+00
+   -2.161707421875D+04-1.264280319214D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 18 15  0.0-1.594927161932D-04 1.818989403546D-12 6.483000000000D+04
+    5.055373535156D+03-3.646469116211D-02 0.000000000000D+00 0.000000000000D+00
+   -2.496846484375D+04-2.219209671021D-01-4.656612873077D-09 6.000000000000D+00
+   -1.529759277344D+03 3.522307395935D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 18 15  0.0-3.671366721392D-04-9.094947017729D-13 6.483000000000D+04
+   -1.869216601563D+04-1.335855484009D+00 1.862645149231D-09 0.000000000000D+00
+   -1.158184521484D+04-1.177484512329D+00-9.313225746155D-10-2.000000000000D+00
+    1.289951416016D+04-2.991374969482D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31 18 15  0.0-1.032967120409D-04 0.000000000000D+00 7.557000000000D+04
+   -1.507429589844D+04 2.798271179199D-01 1.862645149231D-09 0.000000000000D+00
+   -1.996262841797D+04 5.818281173706D-01-3.725290298462D-09-1.000000000000D+00
+   -4.530470214844D+03-3.528978347778D+00-9.313225746155D-10 0.000000000000D+00
+24 12 10 31 18 15  0.0-8.172355592251D-05 0.000000000000D+00 6.483000000000D+04
+   -2.315889306641D+04 1.465526580811D+00 1.862645149231D-09 0.000000000000D+00
+   -7.534912109375D+01-1.603803634644D-01 9.313225746155D-10 2.000000000000D+00
+    1.066860839844D+04 3.171073913574D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 18 45  0.0-1.594880595803D-04 1.818989403546D-12 7.737000000000D+04
+    4.853742187500D+03-1.484193801880D-01-0.000000000000D+00 0.000000000000D+00
+   -2.459069287109D+04 6.445159912109D-01-3.725290298462D-09 6.000000000000D+00
+    4.787639160156D+03 3.451494216919D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 18 45  0.0-4.115514457226D-05-0.000000000000D+00 7.737000000000D+04
+    1.140397558594D+04-5.462265014648D-01-9.313225746155D-10 0.000000000000D+00
+   -1.221801513672D+04 2.579717636108D+00-0.000000000000D+00 5.000000000000D+00
+    1.930967431641D+04 1.957798957825D+00-2.793967723846D-09 0.000000000000D+00
+22 12 10 31 18 45  0.0 6.277579814196D-05 1.818989403546D-12 7.737000000000D+04
+    1.389695166016D+04 2.109299659729D+00-9.313225746155D-10 0.000000000000D+00
+   -1.339560400391D+04-8.994646072388D-01-9.313225746155D-10-3.000000000000D+00
+    1.675171093750D+04-2.455298423767D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 18 45  0.0-7.189810276031D-07 0.000000000000D+00 7.737000000000D+04
+    2.380022119141D+04 7.022857666016D-02-1.862645149231D-09 0.000000000000D+00
+   -8.974491210938D+03-2.068510055542D-01-9.313225746155D-10 4.000000000000D+00
+    9.774096679688D+02-3.582024574280D+00-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 18 45  0.0 2.077408134937D-05 0.000000000000D+00 7.737000000000D+04
+    9.859731933594D+03-5.025911331177D-01-9.313225746155D-10 0.000000000000D+00
+    6.566291503906D+03 3.052968978882D+00 2.793967723846D-09-4.000000000000D+00
+    2.257606201172D+04-6.707172393799D-01-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 18 45  0.0-1.759696751833D-04 0.000000000000D+00 7.737000000000D+04
+   -2.444015625000D+03 1.808519363403D-01-0.000000000000D+00 0.000000000000D+00
+   -2.188299951172D+04-1.756679534912D+00-4.656612873077D-09 1.000000000000D+00
+   -1.285567626953D+04 2.956345558167D+00-9.313225746155D-10 0.000000000000D+00
+23 12 10 31 18 45  0.0-4.423335194588D-04-3.637978807092D-12 7.737000000000D+04
+   -4.761951171875D+03 2.974440574646D+00 0.000000000000D+00 0.000000000000D+00
+   -9.815746093750D+03-1.065832138062D+00 0.000000000000D+00 3.000000000000D+00
+    2.304355664062D+04 1.598052978516D-01-2.793967723846D-09 0.000000000000D+00
+15 12 10 31 18 45  0.0 1.144595444202D-06 0.000000000000D+00 7.740000000000D+04
+    7.873476562500D+02-2.234832763672D+00 0.000000000000D+00 0.000000000000D+00
+    1.331963378906D+04-1.972802162170D+00 4.656612873077D-09 0.000000000000D+00
+    2.172961083984D+04 1.299242019653D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 18 45  0.0-1.723133027554D-04 0.000000000000D+00 7.740000000000D+04
+    2.382750488281D+03-1.745042800903D-01 0.000000000000D+00 0.000000000000D+00
+    2.198163232422D+04 1.738069534302D+00 5.587935447693D-09 1.000000000000D+00
+    1.272150244141D+04-2.968399047852D+00 9.313225746155D-10 0.000000000000D+00
+16 12 10 31 18 45  0.0-1.343712210655D-05 9.094947017729D-13 7.740000000000D+04
+    1.437316699219D+04-9.414339065552D-01-9.313225746155D-10 0.000000000000D+00
+    1.851120556641D+04-1.044177055359D+00 4.656612873077D-09-1.000000000000D+00
+    1.016343603516D+04 3.214303016663D+00 9.313225746155D-10 0.000000000000D+00
+14 12 10 31 18 45  0.0 2.397783100605D-05-2.728484105319D-12 7.740000000000D+04
+   -1.530550292969D+04-2.221422195435D+00 9.313225746155D-10 0.000000000000D+00
+   -9.047944335938D+02-1.702750205994D+00 9.313225746155D-10-7.000000000000D+00
+    2.034356103516D+04-1.753558158875D+00-1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 18 45  0.0-2.346374094486D-05 0.000000000000D+00 7.785000000000D+04
+    2.055430810547D+04 8.759307861328D-01-1.862645149231D-09 0.000000000000D+00
+    1.315327001953D+04 5.127639770508D-01 1.862645149231D-09-2.000000000000D+00
+   -7.293444824219D+03 3.408999443054D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 18 45  0.0 2.335384488106D-05 0.000000000000D+00 6.663000000000D+04
+   -6.368960937500D+03 2.711830139160D-01 9.313225746155D-10 0.000000000000D+00
+    2.426890917969D+04-5.921907424927D-01 3.725290298462D-09 6.000000000000D+00
+   -4.578240722656D+03-3.502736091614D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31 18 45  0.0-1.030601561069D-05-9.094947017729D-13 7.737000000000D+04
+    2.093773974609D+04-1.936368942261D+00-1.862645149231D-09 0.000000000000D+00
+   -2.456738281250D+01 5.169811248779D-01-9.313225746155D-10 2.000000000000D+00
+   -1.461047607422D+04-2.770984649658D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31 18 45  0.0-3.834627568722D-05-9.094947017729D-13 7.737000000000D+04
+    5.517001953125D+03-2.982048988342D+00-0.000000000000D+00 0.000000000000D+00
+    9.500158691406D+03 1.021256446838D+00-0.000000000000D+00 3.000000000000D+00
+   -2.302843212891D+04-2.937536239624D-01 2.793967723846D-09 0.000000000000D+00
+10 12 10 31 18 45  0.0-5.775410681963D-05 9.094947017729D-13 7.737000000000D+04
+    1.546036181641D+04 2.212566375732D+00-9.313225746155D-10 0.000000000000D+00
+    1.079149902344D+03 1.684485435486D+00-9.313225746155D-10-7.000000000000D+00
+   -2.030327148438D+04 1.767308235168D+00 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 18 45  0.0-1.235874369740D-04-0.000000000000D+00 7.737000000000D+04
+   -1.136641015625D+04 5.432853698730D-01 9.313225746155D-10 0.000000000000D+00
+    1.225064013672D+04-2.588179588318D+00-0.000000000000D+00 5.000000000000D+00
+   -1.922596289062D+04-1.966993331909D+00 2.793967723846D-09 0.000000000000D+00
+24 12 10 31 18 45  0.0-8.172541856766D-05-9.094947017729D-13 6.831000000000D+04
+   -1.991932568359D+04 2.095622062683D+00 1.862645149231D-09 0.000000000000D+00
+   -7.572846679687D+02-6.211395263672D-01 9.313225746155D-10 2.000000000000D+00
+    1.588962744141D+04 2.592267036438D+00-9.313225746155D-10 0.000000000000D+00
+13 12 10 31 18 45  0.0-3.671394661070D-04-9.094947017730D-13 6.681000000000D+04
+   -2.072720947270D+04-8.824443817140D-01 1.862645149230D-09 0.000000000000D+00
+   -1.304665332030D+04-4.617424011230D-01-1.862645149230D-09 2.540000000000D+02
+    7.085191894530D+03-3.426953315730D+00-1.862645149230D-09 0.000000000000D+00
+ 2 12 10 31 18 45  0.0-3.409879282117D-04-1.818989403546D-12 6.663000000000D+04
+   -1.013300976563D+04 5.018558502197D-01 9.313225746155D-10 0.000000000000D+00
+   -5.880661621094D+03-3.061200141907D+00-2.793967723846D-09-4.000000000000D+00
+   -2.265034814453D+04 5.715341567993D-01 9.313225746155D-10 0.000000000000D+00
+18 12 10 31 18 45  0.0-3.931205719709D-05-1.818989403546D-12 6.663000000000D+04
+   -1.335662744141D+04-2.174988746643D+00 9.313225746155D-10 0.000000000000D+00
+    1.331543847656D+04 8.983583450317D-01 0.000000000000D+00-3.000000000000D+00
+   -1.710426123047D+04 2.404386520386D+00 1.862645149231D-09 0.000000000000D+00
+12 12 10 31 18 45  0.0-1.032957807183D-04 0.000000000000D+00 6.663000000000D+04
+   -1.393571289063D+04 1.000133514404D+00 9.313225746155D-10 0.000000000000D+00
+   -1.843734277344D+04 1.072393417358D+00-3.725290298462D-09-1.000000000000D+00
+   -1.062291796875D+04-3.196126937866D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 18 45  0.0-5.629193037748D-05 0.000000000000D+00 6.663000000000D+04
+    9.802622070312D+02 2.305215835571D+00 0.000000000000D+00 0.000000000000D+00
+   -1.238697460938D+04 2.004200935364D+00-3.725290298462D-09 0.000000000000D+00
+   -2.228667480469D+04-1.005871772766D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 19 15  0.0 2.077501267195D-05 0.000000000000D+00 6.843000000000D+04
+    9.371137695312D+03-4.815101623535D-02 0.000000000000D+00 0.000000000000D+00
+    1.188958105469D+04 2.811841964722D+00 4.656612873077D-09-4.000000000000D+00
+    2.051036767578D+04-1.609638214111D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 19 15  0.0-2.346374094486D-05 0.000000000000D+00 6.843000000000D+04
+    2.156176220703D+04 2.112312316895D-01-9.313225746155D-10 0.000000000000D+00
+    1.351039941406D+04-8.887672424316D-02 2.793967723846D-09-2.000000000000D+00
+   -9.535634765625D+02 3.589359283447D+00 9.313225746155D-10 0.000000000000D+00
+16 12 10 31 19 15  0.0-1.343525946140D-05 0.000000000000D+00 6.843000000000D+04
+    1.199497216797D+04-1.698332786560D+00 0.000000000000D+00 0.000000000000D+00
+    1.637629980469D+04-1.282976150513D+00 4.656612873077D-09-1.000000000000D+00
+    1.548322509766D+04 2.658172607422D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 19 15  0.0 1.146458089352D-06 0.000000000000D+00 6.843000000000D+04
+   -3.666578125000D+03-2.677588462830D+00 9.313225746155D-10 0.000000000000D+00
+    9.967129882812D+03-1.713782310486D+00 3.725290298462D-09 0.000000000000D+00
+    2.319773632813D+04 3.216915130615D-01-9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 19 15  0.0-1.723133027554D-04 0.000000000000D+00 6.843000000000D+04
+    2.350453125000D+03 1.045618057251D-01 9.313225746155D-10 0.000000000000D+00
+    2.443145410156D+04 9.579591751099D-01 4.656612873077D-09 1.000000000000D+00
+    6.955651855469D+03-3.396496772766D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 19 15  0.0 2.335477620363D-05 0.000000000000D+00 6.843000000000D+04
+   -5.901758300781D+03 2.076253890991D-01 9.313225746155D-10 0.000000000000D+00
+    2.241818701172D+04-1.451038360596D+00 1.862645149231D-09 6.000000000000D+00
+   -1.062452783203D+04-3.171679496765D+00 2.793967723846D-09 0.000000000000D+00
+23 12 10 31 19 15  0.0-4.423400387168D-04-3.637978807092D-12 6.843000000000D+04
+    3.982138671875D+02 2.713122367859D+00 0.000000000000D+00 0.000000000000D+00
+   -1.210274365234D+04-1.450920104980D+00 0.000000000000D+00 3.000000000000D+00
+    2.243550683594D+04-8.310441970825D-01-2.793967723846D-09 0.000000000000D+00
+21 12 10 31 19 15  0.0-7.180497050285D-07 0.000000000000D+00 6.843000000000D+04
+    2.318063037109D+04-7.376155853271D-01-1.862645149231D-09 0.000000000000D+00
+   -9.021066894531D+03 1.907911300659D-01-9.313225746155D-10 4.000000000000D+00
+   -5.424435546875D+03-3.484664916992D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 19 15  0.0-4.115700721741D-05 0.000000000000D+00 6.843000000000D+04
+    1.073356787109D+04-1.762676239014D-01-9.313225746155D-10 0.000000000000D+00
+   -7.152555664063D+03 3.003971099854D+00 9.313225746155D-10 5.000000000000D+00
+    2.204466699219D+04 1.061486244202D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31 19 15  0.0 6.278138607740D-05 1.818989403546D-12 6.843000000000D+04
+    1.702542480469D+04 1.350317955017D+00-1.862645149231D-09 0.000000000000D+00
+   -1.503636425781D+04-8.813037872314D-01-9.313225746155D-10-3.000000000000D+00
+    1.174538964844D+04-3.071241378784D+00-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 19 15  0.0-8.172634989023D-05-9.094947017729D-13 6.843000000000D+04
+   -1.577206396484D+04 2.464776992798D+00 9.313225746155D-10 0.000000000000D+00
+   -2.368356445313D+03-1.176056861877D+00 0.000000000000D+00 2.000000000000D+00
+    1.987973876953D+04 1.812274932861D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 19 15  0.0-1.594843342900D-04 1.818989403546D-12 6.843000000000D+04
+    4.661397460937D+03-2.794456481934D-02-9.313225746155D-10 0.000000000000D+00
+   -2.267219189453D+04 1.471150398254D+00-1.862645149231D-09 6.000000000000D+00
+    1.073520849609D+04 3.114021301270D+00-2.793967723846D-09 0.000000000000D+00
+14 12 10 31 19 15  0.0 2.397224307060D-05-2.728484105319D-12 6.843000000000D+04
+   -1.915070312500D+04-2.001197814941D+00 1.862645149231D-09 0.000000000000D+00
+   -3.400544921875D+03-1.065846443176D+00 0.000000000000D+00-7.000000000000D+00
+    1.643834423828D+04-2.557411193848D+00-1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 19 15  0.0-1.759696751833D-04 0.000000000000D+00 7.917000000000D+04
+   -2.403042968750D+03-1.014242172241D-01-9.313225746155D-10 0.000000000000D+00
+   -2.436891601562D+04-9.790458679199D-01-4.656612873077D-09 1.000000000000D+00
+   -7.105434082031D+03 3.391273498535D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 19 15  0.0-1.030880957842D-05-9.094947017729D-13 6.840000000000D+04
+    1.702174414062D+04-2.368687629700D+00-9.313225746155D-10 0.000000000000D+00
+    1.391929687500D+03 1.067938804626D+00-9.313225746155D-10 2.000000000000D+00
+   -1.897056494141D+04-2.042108535767D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 19 15  0.0-5.775224417448D-05 9.094947017729D-13 6.876000000000D+04
+    1.928628222656D+04 1.989167213440D+00-1.862645149231D-09 0.000000000000D+00
+    3.540152343750D+03 1.046030044556D+00-0.000000000000D+00-7.000000000000D+00
+   -1.638160986328D+04 2.561809539795D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31 19 15  0.0-3.834813833237D-05-9.094947017729D-13 7.917000000000D+04
+    3.116474609375D+02-2.754698753357D+00 0.000000000000D+00 0.000000000000D+00
+    1.172274121094D+04 1.425830841064D+00-0.000000000000D+00 3.000000000000D+00
+   -2.266101855469D+04 6.993284225464D-01 2.793967723846D-09 0.000000000000D+00
+17 12 10 31 19 15  0.0 4.532560706139D-05 9.094947017729D-13 6.933000000000D+04
+   -2.322982568359D+04 7.216978073120D-01 2.793967723846D-09 0.000000000000D+00
+    9.173872070312D+03-1.738033294678D-01 9.313225746155D-10 4.000000000000D+00
+    5.287325683594D+03 3.479969978333D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 19 15  0.0-3.931578248739D-05-1.818989403546D-12 7.005000000000D+04
+   -1.661061474609D+04-1.422250747681D+00 1.862645149231D-09 0.000000000000D+00
+    1.496620117188D+04 8.933477401733D-01 0.000000000000D+00-3.000000000000D+00
+   -1.216753417969D+04 3.045123100281D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 19 15  0.0-3.671422600746D-04-9.094947017729D-13 6.843000000000D+04
+   -2.173236328125D+04-2.027034759521D-01 9.313225746155D-10 0.000000000000D+00
+   -1.331762353516D+04 1.323270797729D-01-2.793967723846D-09-2.000000000000D+00
+    7.221669921875D+02-3.597089767456D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 19 15  0.0-3.409925848246D-04-1.818989403546D-12 6.843000000000D+04
+   -9.641520507812D+03 5.105495452881D-02 0.000000000000D+00 0.000000000000D+00
+   -1.123977294922D+04-2.843412399292D+00-3.725290298462D-09-4.000000000000D+00
+   -2.075862060547D+04 1.516767501831D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 19 15  0.0-1.032948493958D-04 0.000000000000D+00 6.843000000000D+04
+   -1.145416699219D+04 1.752868652344D+00 0.000000000000D+00 0.000000000000D+00
+   -1.626006445312D+04 1.301100730896D+00-4.656612873077D-09-1.000000000000D+00
+   -1.588718310547D+04-2.615028381348D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 19 15  0.0-5.629006773233D-05 0.000000000000D+00 6.843000000000D+04
+    5.510058105469D+03 2.689152717590D+00-9.313225746155D-10 0.000000000000D+00
+   -9.019340820312D+03 1.701941490173D+00-2.793967723846D-09 0.000000000000D+00
+   -2.321296435547D+04-1.645851135254D-02 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 19 15  0.0-1.235874369740D-04 0.000000000000D+00 6.843000000000D+04
+   -1.070129492188D+04 1.732263565063D-01 9.313225746155D-10 0.000000000000D+00
+    7.166591308594D+03-3.015812873840D+00-9.313225746155D-10 5.000000000000D+00
+   -2.197435156250D+04-1.066818237305D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 19 45  0.0-1.594796776772D-04 1.818989403546D-12 8.097000000000D+04
+    4.874186035156D+03 2.929973602295D-01-9.313225746155D-10 0.000000000000D+00
+   -1.938321923828D+04 2.150756835938D+00-9.313225746155D-10 6.000000000000D+00
+    1.585327783203D+04 2.535777091980D+00-2.793967723846D-09 0.000000000000D+00
+22 12 10 31 19 45  0.0 6.278511136770D-05 1.818989403546D-12 8.097000000000D+04
+    1.873323828125D+04 5.499982833862D-01-1.862645149231D-09 0.000000000000D+00
+   -1.641260742188D+04-6.051845550537D-01-0.000000000000D+00-3.000000000000D+00
+    5.837439941406D+03-3.450794219971D+00-9.313225746155D-10 0.000000000000D+00
+ 1 12 10 31 19 45  0.0-1.759696751833D-04 0.000000000000D+00 8.097000000000D+04
+   -2.673135253906D+03-1.584491729736D-01-9.313225746155D-10 0.000000000000D+00
+   -2.534467187500D+04-9.713935852051D-02-3.725290298462D-09 1.000000000000D+00
+   -8.050454101562D+02 3.563635826111D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 19 45  0.0-4.115793853998D-05-0.000000000000D+00 8.097000000000D+04
+    1.082039843750D+04 2.781543731689D-01-0.000000000000D+00 0.000000000000D+00
+   -1.578657714844D+03 3.138134956360D+00 2.793967723846D-09 5.000000000000D+00
+    2.308198779297D+04 8.365058898926D-02-1.862645149231D-09 0.000000000000D+00
+23 12 10 31 19 45  0.0-4.423474892974D-04-3.637978807092D-12 8.097000000000D+04
+    4.859677246094D+03 2.210330009460D+00-9.313225746155D-10 0.000000000000D+00
+   -1.492502490234D+04-1.646982192993D+00-0.000000000000D+00 3.000000000000D+00
+    2.009045361328D+04-1.757636070251D+00-2.793967723846D-09 0.000000000000D+00
+21 12 10 31 19 45  0.0-7.180497050285D-07 0.000000000000D+00 8.097000000000D+04
+    2.125002050781D+04-1.371135711670D+00-1.862645149231D-09 0.000000000000D+00
+   -8.179924804688D+03 7.667942047119D-01-9.313225746155D-10 4.000000000000D+00
+   -1.140445166016D+04-3.116473197937D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 19 45  0.0 2.077501267195D-05 0.000000000000D+00 8.100000000000D+04
+    9.627446289062D+03 3.086833953857D-01 9.313225746155D-10 0.000000000000D+00
+    1.652119580078D+04 2.292605400085D+00 4.656612873077D-09-4.000000000000D+00
+    1.685616357422D+04-2.424215316772D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 19 45  0.0 1.147389411926D-06 0.000000000000D+00 8.100000000000D+04
+   -8.698149902344D+03-2.865283966064D+00 1.862645149231D-09 0.000000000000D+00
+    7.263237304688D+03-1.267039299011D+00 1.862645149231D-09 0.000000000000D+00
+    2.287373242188D+04-6.790952682495D-01-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 19 45  0.0-2.346374094486D-05 0.000000000000D+00 8.100000000000D+04
+    2.122664892578D+04-5.993700027466D-01 0.000000000000D+00 0.000000000000D+00
+    1.295399707031D+04-4.906501770020D-01 3.725290298462D-09-2.000000000000D+00
+    5.460405273438D+03 3.490724563599D+00 9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 19 45  0.0-1.723133027554D-04 0.000000000000D+00 8.100000000000D+04
+    2.622873535156D+03 1.578912734985D-01 1.862645149231D-09 0.000000000000D+00
+    2.536889013672D+04 7.605552673340D-02 4.656612873077D-09 1.000000000000D+00
+    6.520917968750D+02-3.561985969543D+00 1.862645149231D-09 0.000000000000D+00
+16 12 10 31 19 45  0.0-1.343339681625D-05 0.000000000000D+00 8.100000000000D+04
+    8.303635253906D+03-2.381372451782D+00 9.313225746155D-10 0.000000000000D+00
+    1.405325488281D+04-1.255374908447D+00 4.656612873077D-09-1.000000000000D+00
+    1.960884960938D+04 1.895907402039D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 19 45  0.0-8.172821253538D-05-9.094947017729D-13 8.139000000000D+04
+   -1.122371826172D+04 2.539533615112D+00 9.313225746155D-10 0.000000000000D+00
+   -4.983362792969D+03-1.718030929565D+00 0.000000000000D+00 2.000000000000D+00
+    2.232911669922D+04 8.914880752563D-01-2.793967723846D-09 0.000000000000D+00
+10 12 10 31 19 45  0.0-5.774945020676D-05 9.094947017729D-13 7.020000000000D+04
+    2.245039599609D+04 1.482375144958D+00-9.313225746155D-10 0.000000000000D+00
+    4.865160156250D+03 4.410629272461D-01 9.313225746155D-10-7.000000000000D+00
+   -1.119961279297D+04 3.158723831177D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31 19 45  0.0-3.835093230009D-05-9.094947017729D-13 8.097000000000D+04
+   -4.249211914062D+03-2.277434349060D+00 9.313225746155D-10 0.000000000000D+00
+    1.452497558594D+04 1.651082038879D+00-0.000000000000D+00 3.000000000000D+00
+   -2.054335937500D+04 1.638368606567D+00 2.793967723846D-09 0.000000000000D+00
+ 4 12 10 31 19 45  0.0 2.335570752621D-05 0.000000000000D+00 8.097000000000D+04
+   -5.755313964844D+03-7.754611968994D-02 9.313225746155D-10 0.000000000000D+00
+    1.912582031250D+04-2.176147460938D+00 0.000000000000D+00 6.000000000000D+00
+   -1.584852441406D+04-2.594994544983D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31 19 45  0.0-1.031160354614D-05-9.094947017729D-13 8.097000000000D+04
+    1.258520751953D+04-2.511317253113D+00-9.313225746155D-10 0.000000000000D+00
+    3.826916992188D+03 1.630192756653D+00-0.000000000000D+00 2.000000000000D+00
+   -2.186696777344D+04-1.155146598816D+00 1.862645149231D-09 0.000000000000D+00
+11 12 10 31 19 45  0.0-5.628913640976D-05 0.000000000000D+00 8.139000000000D+04
+    1.050113134766D+04 2.807648658752D+00-1.862645149231D-09 0.000000000000D+00
+   -6.361925292969D+03 1.230661392212D+00-1.862645149231D-09 0.000000000000D+00
+   -2.234441992188D+04 9.754438400269D-01 9.313225746155D-10 0.000000000000D+00
+17 12 10 31 19 45  0.0 4.532933235168D-05 9.094947017729D-13 7.023000000000D+04
+   -2.132907666016D+04 1.354338645935D+00 1.862645149231D-09 0.000000000000D+00
+    8.365057128906D+03-7.480955123901D-01 0.000000000000D+00 4.000000000000D+00
+    1.126663134766D+04 3.120687484741D+00-9.313225746155D-10 0.000000000000D+00
+14 12 10 31 19 45  0.0 2.396665513515D-05-2.728484105319D-12 7.023000000000D+04
+   -2.233674365234D+04-1.494115829468D+00 9.313225746155D-10 0.000000000000D+00
+   -4.760575195312D+03-4.598379135132D-01-1.862645149231D-09-7.000000000000D+00
+    1.125603564453D+04-3.163188934326D+00-1.862645149231D-09 0.000000000000D+00
+18 12 10 31 19 45  0.0-3.932043910027D-05-1.818989403546D-12 7.023000000000D+04
+   -1.844567822266D+04-6.179218292236D-01 2.793967723846D-09 0.000000000000D+00
+    1.637423437500D+04 6.278123855591D-01 0.000000000000D+00-3.000000000000D+00
+   -6.284160644531D+03 3.449254035950D+00 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 19 45  0.0-3.671441227198D-04-9.094947017729D-13 7.023000000000D+04
+   -2.137147167969D+04 6.186103820801D-01 0.000000000000D+00 0.000000000000D+00
+   -1.269490869141D+04 5.199832916260D-01-3.725290298462D-09-2.000000000000D+00
+   -5.696801757812D+03-3.488741874695D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 19 45  0.0-3.409972414374D-04-1.818989403546D-12 7.023000000000D+04
+   -9.894003906250D+03-3.083238601685D-01-9.313225746155D-10 0.000000000000D+00
+   -1.594830273438D+04-2.345991134644D+00-4.656612873077D-09-4.000000000000D+00
+   -1.726046777344D+04 2.344834327698D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 19 45  0.0-1.032939180732D-04 9.094947017729D-13 7.023000000000D+04
+   -7.675710449219D+03 2.422070503235D+00-9.313225746155D-10 0.000000000000D+00
+   -1.391577783203D+04 1.260712623596D+00-3.725290298462D-09-1.000000000000D+00
+   -1.991575244141D+04-1.832336425781D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 19 45  0.0-1.235883682966D-04 0.000000000000D+00 7.023000000000D+04
+   -1.079397412109D+04-2.816057205200D-01 0.000000000000D+00 0.000000000000D+00
+    1.570202148437D+03-3.150803565979D+00-2.793967723846D-09 5.000000000000D+00
+   -2.301660644531D+04-8.369350433350D-02 9.313225746155D-10 0.000000000000D+00
+24 12 10 31 20 15  0.0-8.173007518053D-05-9.094947017729D-13 7.203000000000D+04
+   -6.799454101563D+03 2.332930564880D+00 0.000000000000D+00 0.000000000000D+00
+   -8.479752441406D+03-2.138046264648D+00 0.000000000000D+00 2.000000000000D+00
+    2.304738427734D+04-9.863376617432D-02-2.793967723846D-09 0.000000000000D+00
+23 12 10 31 20 15  0.0-4.423530772328D-04-3.637978807092D-12 7.203000000000D+04
+    8.263415039062D+03 1.554932594299D+00-1.862645149231D-09 0.000000000000D+00
+   -1.787927783203D+04-1.590123176575D+00 0.000000000000D+00 3.000000000000D+00
+    1.618987988281D+04-2.548148155212D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 20 15  0.0-4.115980118513D-05 0.000000000000D+00 7.203000000000D+04
+    1.172175585937D+04 7.107334136963D-01 0.000000000000D+00 0.000000000000D+00
+    3.959981933594D+03 2.965947151184D+00 3.725290298462D-09 5.000000000000D+00
+    2.234187255859D+04-9.007282257080D-01-9.313225746155D-10 0.000000000000D+00
+ 8 12 10 31 20 15  0.0-1.594759523869D-04 1.818989403546D-12 7.203000000000D+04
+    5.795295898437D+03 7.449102401733D-01-9.313225746155D-10 0.000000000000D+00
+   -1.506941748047D+04 2.598325729370D+00 0.000000000000D+00 6.000000000000D+00
+    1.974594335938D+04 1.761273384094D+00-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 20 15  0.0 2.077501267195D-05 0.000000000000D+00 7.203000000000D+04
+    1.037155175781D+04 4.819116592407D-01 1.862645149231D-09 0.000000000000D+00
+    2.001664160156D+04 1.563898086548D+00 4.656612873077D-09-4.000000000000D+00
+    1.189607421875D+04-3.051148414612D+00 9.313225746155D-10 0.000000000000D+00
+22 12 10 31 20 15  0.0 6.278976798058D-05 1.818989403546D-12 7.203000000000D+04
+    1.904883154297D+04-1.784915924072D-01-2.793967723846D-09 0.000000000000D+00
+   -1.707159423828D+04-9.143257141113D-02 0.000000000000D+00-3.000000000000D+00
+   -5.181850585938D+02-3.565542221069D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 20 15  0.0-2.346374094486D-05 0.000000000000D+00 7.203000000000D+04
+    1.938181005859D+04-1.446695327759D+00 0.000000000000D+00 0.000000000000D+00
+    1.189426025391D+04-6.436281204224D-01 4.656612873077D-09-2.000000000000D+00
+    1.144973144531D+04 3.120626449585D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 20 15  0.0-1.343246549368D-05 0.000000000000D+00 7.203000000000D+04
+    3.531375488281D+03-2.883025169373D+00 1.862645149231D-09 0.000000000000D+00
+    1.199652587891D+04-9.964761734009D-01 3.725290298462D-09-1.000000000000D+00
+    2.221943701172D+04 9.856176376343D-01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 20 15  0.0 1.148320734501D-06 0.000000000000D+00 7.203000000000D+04
+   -1.379944677734D+04-2.750958442688D+00 1.862645149231D-09 0.000000000000D+00
+    5.458053710938D+03-7.335681915283D-01 0.000000000000D+00 0.000000000000D+00
+    2.078537255859D+04-1.626067161560D+00-1.862645149231D-09 0.000000000000D+00
+18 12 10 31 20 15  0.0-3.932416439056D-05-1.818989403546D-12 7.203000000000D+04
+   -1.887400830078D+04 1.221055984497D-01 2.793967723846D-09 0.000000000000D+00
+    1.708005664063D+04 1.199798583984D-01 0.000000000000D+00-3.000000000000D+00
+    8.829833984375D+01 3.584970474243D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 20 15  0.0-1.723123714328D-04 0.000000000000D+00 7.203000000000D+04
+    2.773562500000D+03-2.942848205566D-02 1.862645149231D-09 0.000000000000D+00
+    2.471326611328D+04-7.925901412964D-01 2.793967723846D-09 1.000000000000D+00
+   -5.701875000000D+03-3.452155113220D+00 2.793967723846D-09 0.000000000000D+00
+17 12 10 31 20 15  0.0 4.533212631941D-05 9.094947017729D-13 7.203000000000D+04
+   -1.850231982422D+04 1.741521835327D+00 1.862645149231D-09 0.000000000000D+00
+    6.426721191406D+03-1.411740303040D+00 0.000000000000D+00 4.000000000000D+00
+    1.637708984375D+04 2.520839691162D+00-9.313225746155D-10 0.000000000000D+00
+10 12 10 31 20 15  0.0-5.774665623903D-05 9.094947017729D-13 7.203000000000D+04
+    2.448377294922D+04 7.450952529907D-01-9.313225746155D-10 0.000000000000D+00
+    5.211183593750D+03-2.615928649902D-02 2.793967723846D-09-7.000000000000D+00
+   -5.156402832031D+03 3.512590408325D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 20 15  0.0-1.759687438607D-04 0.000000000000D+00 8.277000000000D+04
+   -2.827940917969D+03 2.553653717041D-02-1.862645149231D-09 0.000000000000D+00
+   -2.472526953125D+04 7.737646102905D-01-2.793967723846D-09 1.000000000000D+00
+    5.557675292969D+03 3.460091590881D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 20 15  0.0-7.171183824539D-07 0.000000000000D+00 8.277000000000D+04
+    1.839440625000D+04-1.756313323975D+00-1.862645149231D-09 0.000000000000D+00
+   -6.207837890625D+03 1.430100440979D+00-0.000000000000D+00 4.000000000000D+00
+   -1.649842285156D+04-2.506723403931D+00 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 20 15  0.0-3.410018980503D-04-1.818989403546D-12 8.346000000000D+04
+   -1.064380761719D+04-4.893407821655D-01-1.862645149231D-09 0.000000000000D+00
+   -1.955637011719D+04-1.634698867798D+00-4.656612873077D-09-4.000000000000D+00
+   -1.242631982422D+04 2.991535186768D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 20 15  0.0-5.628820508718D-05 0.000000000000D+00 7.344000000000D+04
+    1.543416650391D+04 2.622033119202D+00-1.862645149231D-09 0.000000000000D+00
+   -4.628438964844D+03 6.938610076904D-01-0.000000000000D+00 0.000000000000D+00
+   -1.974608740234D+04 1.892992019653D+00 9.313225746155D-10 0.000000000000D+00
+19 12 10 31 20 15  0.0-3.835279494524D-05-9.094947017729D-13 8.277000000000D+04
+   -7.787856933594D+03-1.635510444641D+00 1.862645149231D-09 0.000000000000D+00
+    1.751715673828D+04 1.628576278687D+00-0.000000000000D+00 3.000000000000D+00
+   -1.683897363281D+04 2.450931549072D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 20 15  0.0 2.335663884878D-05 0.000000000000D+00 8.277000000000D+04
+   -6.275489746094D+03-5.193128585815D-01 9.313225746155D-10 0.000000000000D+00
+    1.472149316406D+04-2.673385620117D+00-9.313225746155D-10 6.000000000000D+00
+   -1.984554492188D+04-1.817230224609D+00 1.862645149231D-09 0.000000000000D+00
+20 12 10 31 20 15  0.0-1.031439751387D-05-9.094947017729D-13 8.277000000000D+04
+    8.154064941406D+03-2.367030143738D+00-0.000000000000D+00 0.000000000000D+00
+    7.200966796875D+03 2.093441963196D+00-0.000000000000D+00 2.000000000000D+00
+   -2.307498486328D+04-1.782436370850D-01 2.793967723846D-09 0.000000000000D+00
+14 12 10 31 20 15  0.0 2.396106719971D-05-2.728484105319D-12 7.203000000000D+04
+   -2.438856103516D+04-7.534208297729D-01 9.313225746155D-10 0.000000000000D+00
+   -5.138470703125D+03 9.590148925781D-03-2.793967723846D-09-7.000000000000D+00
+    5.198666015625D+03-3.523280143738D+00-1.862645149231D-09 0.000000000000D+00
+12 12 10 31 20 15  0.0-1.032920554280D-04 9.094947017729D-13 7.203000000000D+04
+   -2.848960937500D+03 2.901794433594D+00-1.862645149231D-09 0.000000000000D+00
+   -1.186043066406D+04 9.900808334351D-01-3.725290298462D-09-1.000000000000D+00
+   -2.239965869141D+04-9.100914001465D-01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 20 15  0.0-1.235883682966D-04 0.000000000000D+00 7.203000000000D+04
+   -1.170165380859D+04-7.141780853271D-01 0.000000000000D+00 0.000000000000D+00
+   -3.989842285156D+03-2.976622581482D+00-3.725290298462D-09 5.000000000000D+00
+   -2.227183300781D+04 9.057741165161D-01 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 20 15  0.0-3.671469166875D-04-9.094947017729D-13 7.308000000000D+04
+   -1.948660791016D+04 1.470919609070D+00 0.000000000000D+00 0.000000000000D+00
+   -1.159828027344D+04 6.548671722412D-01-4.656612873077D-09-2.000000000000D+00
+   -1.167497021484D+04-3.110542297363D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 20 45  0.0-1.759687438607D-04 0.000000000000D+00 8.457000000000D+04
+   -2.453176757812D+03 4.215431213379D-01-1.862645149231D-09 0.000000000000D+00
+   -2.263383349609D+04 1.520843505859D+00-1.862645149231D-09 1.000000000000D+00
+    1.149020214844D+04 3.088778495789D+00-2.793967723846D-09 0.000000000000D+00
+23 12 10 31 20 45  0.0-4.423595964909D-04-3.637978807092D-12 8.457000000000D+04
+    1.043155810547D+04 8.564929962158D-01-1.862645149231D-09 0.000000000000D+00
+   -2.048339990234D+04-1.258048057556D+00-0.000000000000D+00 3.000000000000D+00
+    1.103583691406D+04-3.141317367554D+00-1.862645149231D-09 0.000000000000D+00
+22 12 10 31 20 45  0.0 6.279349327087D-05 1.818989403546D-12 8.457000000000D+04
+    1.819302880859D+04-7.374296188354D-01-2.793967723846D-09 0.000000000000D+00
+   -1.663588085938D+04 5.976991653442D-01-0.000000000000D+00-3.000000000000D+00
+   -6.834100097656D+03-3.406960487366D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 20 45  0.0-1.594722270966D-04 1.818989403546D-12 8.457000000000D+04
+    7.577522460938D+03 1.232596397400D+00-0.000000000000D+00 0.000000000000D+00
+   -1.019891845703D+04 2.764583587646D+00 1.862645149231D-09 6.000000000000D+00
+    2.211173291016D+04 8.502454757690D-01-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 20 45  0.0-8.173193782568D-05-9.094947017729D-13 8.457000000000D+04
+   -2.960574707031D+03 1.901802062988D+00-0.000000000000D+00 0.000000000000D+00
+   -1.255109326172D+04-2.343775749207D+00-0.000000000000D+00 2.000000000000D+00
+    2.197860253906D+04-1.081161499023D+00-2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31 20 45  0.0-3.410065546632D-04-1.818989403546D-12 8.457000000000D+04
+   -1.151502685547D+04-4.374475479126D-01-2.793967723846D-09 0.000000000000D+00
+   -2.176307861328D+04-8.070507049561D-01-3.725290298462D-09-4.000000000000D+00
+   -6.630229003906D+03 3.406695365906D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31 20 45  0.0-5.628727376461D-05 0.000000000000D+00 8.535000000000D+04
+    1.976201367188D+04 2.140598297119D+00-9.313225746155D-10 0.000000000000D+00
+   -3.836141113281D+03 2.031612396240D-01 9.313225746155D-10 0.000000000000D+00
+   -1.561734814453D+04 2.664749145508D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 20 45  0.0-5.774386227131D-05 9.094947017729D-13 8.550000000000D+04
+    2.504828466797D+04-1.321468353271D-01-0.000000000000D+00 0.000000000000D+00
+    4.900614257812D+03-2.786912918091D-01 3.725290298462D-09-7.000000000000D+00
+    1.283259765625D+03 3.596389770508D+00 9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 20 45  0.0 2.077501267195D-05 0.000000000000D+00 8.460000000000D+04
+    1.121973535156D+04 4.189395904541D-01 2.793967723846D-09 0.000000000000D+00
+    2.208512548828D+04 7.255287170410D-01 4.656612873077D-09-4.000000000000D+00
+    6.014233398438D+03-3.441698074341D+00 1.862645149231D-09 0.000000000000D+00
+ 9 12 10 31 20 45  0.0-2.346374094486D-05 0.000000000000D+00 8.460000000000D+04
+    1.606770800781D+04-2.212434768677D+00 1.862645149231D-09 0.000000000000D+00
+    1.078933837891D+04-5.441474914551D-01 4.656612873077D-09-2.000000000000D+00
+    1.654881005859D+04 2.508090019226D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 20 45  0.0-1.343339681625D-05 0.000000000000D+00 8.460000000000D+04
+   -1.916158203125D+03-3.120838165283D+00 1.862645149231D-09 0.000000000000D+00
+    1.056076220703D+04-5.804367065430D-01 2.793967723846D-09-1.000000000000D+00
+    2.311010888672D+04-2.725601196289D-03-9.313225746155D-10 0.000000000000D+00
+ 7 12 10 31 20 45  0.0-4.116166383028D-05-9.094947017729D-13 8.460000000000D+04
+    1.330355761719D+04 1.018216133118D+00 9.313225746155D-10 0.000000000000D+00
+    8.931885742188D+03 2.517045974731D+00 4.656612873077D-09 5.000000000000D+00
+    1.988084814453D+04-1.816142082214D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 20 45  0.0 4.533585160971D-05 9.094947017729D-13 8.568000000000D+04
+   -1.522723876953D+04 1.850860595703D+00 9.313225746155D-10 0.000000000000D+00
+    3.294609863281D+03-2.055641174316D+00 0.000000000000D+00 4.000000000000D+00
+    2.022473095703D+04 1.726620674133D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 20 45  0.0-7.152557373047D-07 0.000000000000D+00 7.380000000000D+04
+    1.509641992188D+04-1.861194610596D+00-1.862645149231D-09 0.000000000000D+00
+   -3.045227050781D+03 2.070617675781D+00-0.000000000000D+00 4.000000000000D+00
+   -2.031230126953D+04-1.703549385071D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 20 45  0.0-1.723123714328D-04 0.000000000000D+00 8.457000000000D+04
+    2.389532714844D+03-4.277286529541D-01 1.862645149231D-09 0.000000000000D+00
+    2.259129248047D+04-1.535728454590D+00 9.313225746155D-10 1.000000000000D+00
+   -1.161520654297D+04-3.075584411621D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31 20 45  0.0-1.031812280416D-05-1.818989403546D-12 8.457000000000D+04
+    4.208284667969D+03-1.983338356018D+00 0.000000000000D+00 0.000000000000D+00
+    1.124462792969D+04 2.359882354736D+00-0.000000000000D+00 2.000000000000D+00
+   -2.249981689453D+04 8.133277893066D-01 2.793967723846D-09 0.000000000000D+00
+19 12 10 31 20 45  0.0-3.835465759039D-05-9.094947017729D-13 8.457000000000D+04
+   -1.010290527344D+04-9.368429183960D-01 1.862645149231D-09 0.000000000000D+00
+    2.022148730469D+04 1.330358505249D+00-0.000000000000D+00 3.000000000000D+00
+   -1.183382714844D+04 3.074280738831D+00 1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 20 45  0.0 2.335757017136D-05 0.000000000000D+00 8.457000000000D+04
+   -7.662198730469D+03-1.022883415222D+00 0.000000000000D+00 0.000000000000D+00
+    9.674770996094D+03-2.883566856384D+00-1.862645149231D-09 6.000000000000D+00
+   -2.230581445312D+04-8.986043930054D-01 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 20 45  0.0 1.149252057080D-06 0.000000000000D+00 7.470000000000D+04
+   -1.841901220700D+04-2.333899497990D+00 1.862645149230D-09 0.000000000000D+00
+    4.606868652340D+03-2.257022857670D-01 0.000000000000D+00 0.000000000000D+00
+    1.709588378910D+04-2.446715354920D+00-1.862645149230D-09 0.000000000000D+00
+18 12 10 31 20 45  0.0-3.932788968086D-05-1.818989403546D-12 7.383000000000D+04
+   -1.810620703125D+04 6.963415145874D-01 2.793967723846D-09 0.000000000000D+00
+    1.669719042969D+04-5.683279037476D-01 0.000000000000D+00-3.000000000000D+00
+    6.453933105469D+03 3.441767692566D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 20 45  0.0-3.671497106552D-04-9.094947017729D-13 7.383000000000D+04
+   -1.612890722656D+04 2.235701560974D+00-1.862645149231D-09 0.000000000000D+00
+   -1.049040039063D+04 5.362682342529D-01-3.725290298462D-09-2.000000000000D+00
+   -1.675020068359D+04-2.492043495178D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 20 45  0.0-1.032892614603D-04 9.094947017729D-13 7.383000000000D+04
+    2.609155761719D+03 3.113562583923D+00-1.862645149231D-09 0.000000000000D+00
+   -1.044374267578D+04 5.665254592896D-01-1.862645149231D-09-1.000000000000D+00
+   -2.315155615234D+04 7.955169677734D-02 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 20 45  0.0-1.235883682966D-04 0.000000000000D+00 7.383000000000D+04
+   -1.328893066406D+04-1.020668029785D+00-1.862645149231D-09 0.000000000000D+00
+   -8.977492675781D+03-2.523619651794D+00-3.725290298462D-09 5.000000000000D+00
+   -1.979836669922D+04 1.824522972107D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 21 15  0.0-1.759687438607D-04 0.000000000000D+00 7.563000000000D+04
+   -1.223942382813D+03 9.606571197510D-01-9.313225746155D-10 0.000000000000D+00
+   -1.938061425781D+04 2.051816940308D+00 0.000000000000D+00 1.000000000000D+00
+    1.653360693359D+04 2.478634834290D+00-2.793967723846D-09 0.000000000000D+00
+24 12 10 31 21 15  0.0-8.173380047083D-05-9.094947017729D-13 7.563000000000D+04
+   -3.365722656250D+01 1.336813926697D+00-9.313225746155D-10 0.000000000000D+00
+   -1.675205517578D+04-2.275487899780D+00 0.000000000000D+00 2.000000000000D+00
+    1.920570605469D+04-1.979739189148D+00-2.793967723846D-09 0.000000000000D+00
+23 12 10 31 21 15  0.0-4.423661157489D-04-3.637978807092D-12 7.563000000000D+04
+    1.138850488281D+04 2.270298004150D-01-2.793967723846D-09 0.000000000000D+00
+   -2.225647558594D+04-6.744680404663D-01 0.000000000000D+00 3.000000000000D+00
+    5.027480468750D+03-3.491221427917D+00-9.313225746155D-10 0.000000000000D+00
+17 12 10 31 21 15  0.0 4.533864557743D-05 9.094947017729D-13 7.563000000000D+04
+   -1.199880615234D+04 1.695681571960D+00 9.313225746155D-10 0.000000000000D+00
+   -8.951049804687D+02-2.569314956665D+00 0.000000000000D+00 4.000000000000D+00
+    2.251272412109D+04 7.990798950195D-01-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 21 15  0.0-4.116445779800D-05-9.094947017729D-13 7.563000000000D+04
+    1.526204882813D+04 1.118080139160D+00 2.793967723846D-09 0.000000000000D+00
+    1.289712548828D+04 1.862114906311D+00 4.656612873077D-09 5.000000000000D+00
+    1.588758740234D+04-2.592195510864D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 21 15  0.0-1.594685018063D-04 1.818989403546D-12 7.563000000000D+04
+    1.019112597656D+04 1.651370048523D+00 0.000000000000D+00 0.000000000000D+00
+   -5.290122558594D+03 2.643658638000D+00 2.793967723846D-09 6.000000000000D+00
+    2.276703271484D+04-1.269302368164D-01-9.313225746155D-10 0.000000000000D+00
+10 12 10 31 21 15  0.0-5.774106830359D-05 9.094947017729D-13 7.563000000000D+04
+    2.399232958984D+04-1.035391807556D+00 9.313225746155D-10 0.000000000000D+00
+    4.359867187500D+03-2.794961929321D-01 3.725290298462D-09-7.000000000000D+00
+    7.624193847656D+03 3.403552055359D+00 9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 21 15  0.0-2.346280962229D-05 0.000000000000D+00 7.563000000000D+04
+    1.153139453125D+04-2.788544654846D+00 2.793967723846D-09 0.000000000000D+00
+    1.006254150391D+04-2.339315414429D-01 3.725290298462D-09-2.000000000000D+00
+    2.036196386719D+04 1.701246261597D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 21 15  0.0-1.343246549368D-05 0.000000000000D+00 7.563000000000D+04
+   -7.518269042969D+03-3.051278114319D+00 1.862645149231D-09 0.000000000000D+00
+    9.941171386719D+03-1.076726913452D-01 9.313225746155D-10-1.000000000000D+00
+    2.220870800781D+04-9.925756454468D-01-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 21 15  0.0 2.077594399452D-05 0.000000000000D+00 7.563000000000D+04
+    1.173117333984D+04 1.098918914795D-01 2.793967723846D-09 0.000000000000D+00
+    2.263170947266D+04-1.076889038086D-01 2.793967723846D-09-4.000000000000D+00
+   -3.336010742188D+02-3.565553665161D+00 2.793967723846D-09 0.000000000000D+00
+18 12 10 31 21 15  0.0-3.933068364859D-05-1.818989403546D-12 7.563000000000D+04
+   -1.650980371094D+04 1.034308433533D+00 2.793967723846D-09 0.000000000000D+00
+    1.498270312500D+04-1.341649055481D+00 0.000000000000D+00-3.000000000000D+00
+    1.231785351563D+04 3.031262397766D+00-9.313225746155D-10 0.000000000000D+00
+ 5 12 10 31 21 15  0.0-1.723123714328D-04 0.000000000000D+00 7.563000000000D+04
+    1.148184082031D+03-9.676666259766D-01 9.313225746155D-10 0.000000000000D+00
+    1.931558105469D+04-2.061836242676D+00 0.000000000000D+00 1.000000000000D+00
+   -1.663106933594D+04-2.461448669434D+00 2.793967723846D-09 0.000000000000D+00
+19 12 10 31 21 15  0.0-3.835652023554D-05-9.094947017729D-13 7.563000000000D+04
+   -1.119434228516D+04-2.941236495972D-01 2.793967723846D-09 0.000000000000D+00
+    2.215085302734D+04 7.742996215820D-01 0.000000000000D+00 3.000000000000D+00
+   -5.914386230469D+03 3.460208892822D+00 9.313225746155D-10 0.000000000000D+00
+22 12 10 31 21 15  0.0 6.279721856117D-05 1.818989403546D-12 8.637000000000D+04
+    1.653677832031D+04-1.059946060181D+00-1.862645149231D-09 0.000000000000D+00
+   -1.487098535156D+04 1.367733001709D+00 0.000000000000D+00-3.000000000000D+00
+   -1.262600976562D+04-2.986984252930D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 21 15  0.0-3.410112112761D-04-1.818989403546D-12 8.637000000000D+04
+   -1.207044628906D+04-1.401166915894D-01-2.793967723846D-09 0.000000000000D+00
+   -2.246009277344D+04 2.344417572021D-02-2.793967723846D-09-4.000000000000D+00
+   -3.208720703125D+02 3.558121681213D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31 21 15  0.0-5.628727376461D-05 0.000000000000D+00 8.637000000000D+04
+    2.299479052734D+04 1.417901992798D+00-9.313225746155D-10 0.000000000000D+00
+   -3.808431152344D+03-1.407871246338D-01 1.862645149231D-09 0.000000000000D+00
+   -1.027700244141D+04 3.230358123779D+00 1.862645149231D-09 0.000000000000D+00
+12 12 10 31 21 15  0.0-1.032855361700D-04 1.818989403546D-12 1.500000000000D+03
+    8.175160644531D+03 3.019059181213D+00-1.862645149231D-09 0.000000000000D+00
+   -9.851703613281D+03 9.193038940430D-02-9.313225746155D-10-1.000000000000D+00
+   -2.211873291016D+04 1.060145378113D+00 9.313225746155D-10 0.000000000000D+00
+20 12 10 31 21 15  0.0-1.032184809446D-05-1.818989403546D-12 8.637000000000D+04
+    1.107754394531D+03-1.444218635559D+00 9.313225746155D-10 0.000000000000D+00
+    1.553645068359D+04 2.360901832581D+00-0.000000000000D+00 2.000000000000D+00
+   -2.018429687500D+04 1.742897033691D+00 2.793967723846D-09 0.000000000000D+00
+21 12 10 31 21 15  0.0-7.133930921555D-07 9.094947017729D-13 8.637000000000D+04
+    1.185442773438D+04-1.700339317322D+00-9.313225746155D-10 0.000000000000D+00
+    1.165958007812D+03 2.577699661255D+00-0.000000000000D+00 4.000000000000D+00
+   -2.255272363281D+04-7.699079513550D-01 1.862645149231D-09 0.000000000000D+00
+15 12 10 31 21 15  0.0 1.151114702225D-06 9.094947017729D-13 7.563000000000D+04
+   -2.204657714844D+04-1.659996986389D+00 9.313225746155D-10 0.000000000000D+00
+    4.566859375000D+03 1.519136428833D-01-1.862645149231D-09 0.000000000000D+00
+    1.209083154297D+04-3.078457832336D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 21 15  0.0-3.671515733004D-04-9.094947017729D-13 7.563000000000D+04
+   -1.155554003906D+04 2.805692672729D+00-1.862645149231D-09 0.000000000000D+00
+   -9.793857910156D+03 2.086963653564D-01-3.725290298462D-09-2.000000000000D+00
+   -2.053069824219D+04-1.681324958801D+00 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 21 15  0.0-1.235883682966D-04 0.000000000000D+00 7.563000000000D+04
+   -1.525015039063D+04-1.118526458740D+00-2.793967723846D-09 0.000000000000D+00
+   -1.295022753906D+04-1.863883972168D+00-3.725290298462D-09 5.000000000000D+00
+   -1.578904736328D+04 2.601157188416D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 21 15  0.0 2.335850149393D-05 0.000000000000D+00 7.563000000000D+04
+   -9.929851562500D+03-1.479927062988D+00-9.313225746155D-10 0.000000000000D+00
+    4.522769042969D+03-2.791799545288D+00-2.793967723846D-09 6.000000000000D+00
+   -2.303861230469D+04 8.968544006348D-02 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 21 45  0.0-4.423726350069D-04-3.637978807092D-12 1.770000000000D+03
+    1.134845312500D+04-2.375383377075D-01-2.793967723846D-09 0.000000000000D+00
+   -2.279978759766D+04 9.417438507080D-02 0.000000000000D+00 3.000000000000D+00
+   -1.369985351562D+03-3.570875167847D+00-0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 21 45  0.0-1.759678125381D-04 0.000000000000D+00 1.770000000000D+03
+    1.032938964844D+03 1.545613288879D+00-9.313225746155D-10 0.000000000000D+00
+   -1.541211230469D+04 2.309585571289D+00 9.313225746155D-10 1.000000000000D+00
+    2.029814111328D+04 1.677073478699D+00-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 21 45  0.0-8.173659443855D-05-9.094947017729D-13 1.770000000000D+03
+    1.837014648438D+03 7.469196319580D-01-1.862645149231D-09 0.000000000000D+00
+   -2.056752880859D+04-1.916577339172D+00 0.000000000000D+00 2.000000000000D+00
+    1.494401611328D+04-2.724596977234D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 21 45  0.0-1.594647765160D-04 1.818989403546D-12 1.770000000000D+03
+    1.342282275391D+04 1.904940605164D+00 1.862645149231D-09 0.000000000000D+00
+   -8.319746093750D+02 2.273622512817D+00 3.725290298462D-09 6.000000000000D+00
+    2.166046630859D+04-1.094653129578D+00-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 21 45  0.0-5.628727376461D-05 0.000000000000D+00 1.770000000000D+03
+    2.477668066406D+04 5.463571548462D-01 0.000000000000D+00 0.000000000000D+00
+   -4.210649902344D+03-2.655830383301D-01 2.793967723846D-09 0.000000000000D+00
+   -4.138782226562D+03 3.545422554016D+00 9.313225746155D-10 0.000000000000D+00
+22 12 10 31 21 45  0.0 6.280094385147D-05 1.818989403546D-12 1.770000000000D+03
+    1.453537548828D+04-1.120402336121D+00-1.862645149231D-09 0.000000000000D+00
+   -1.173055712891D+04 2.106927871704D+00 0.000000000000D+00-3.000000000000D+00
+   -1.744898632812D+04-2.337166786194D+00 9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 21 45  0.0-3.410149365664D-04-1.818989403546D-12 1.770000000000D+03
+   -1.189059912109D+04 3.706111907959D-01-2.793967723846D-09 0.000000000000D+00
+   -2.174406054688D+04 7.456598281860D-01-1.862645149231D-09-4.000000000000D+00
+    6.013329589844D+03 3.434137344360D+00-2.793967723846D-09 0.000000000000D+00
+10 12 10 31 21 45  0.0-5.773827433586D-05 9.094947017729D-13 1.770000000000D+03
+    2.137718505859D+04-1.845243453979D+00 1.862645149231D-09 0.000000000000D+00
+    4.041034667969D+03-3.746318817139D-02 3.725290298462D-09-7.000000000000D+00
+    1.337831103516D+04 2.948494911194D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 21 45  0.0-1.032818108797D-04 1.818989403546D-12 1.920000000000D+03
+    1.329777929688D+04 2.626091003418D+00-1.862645149231D-09 0.000000000000D+00
+   -1.007792773438D+04-3.249492645264D-01 0.000000000000D+00-1.000000000000D+00
+   -1.938553027344D+04 1.956812858582D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31 21 45  0.0 4.534237086773D-05 9.094947017729D-13 2.850000000000D+03
+   -9.248472167969D+03 1.332143783569D+00 0.000000000000D+00 0.000000000000D+00
+   -5.819984863281D+03-2.859196662903D+00-0.000000000000D+00 4.000000000000D+00
+    2.306409765625D+04-1.904993057251D-01-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 21 45  0.0 2.077594399452D-05 0.000000000000D+00 1.800000000000D+03
+    1.148785693359D+04-4.103002548218D-01 2.793967723846D-09 0.000000000000D+00
+    2.176769677734D+04-8.245563507080D-01 1.862645149231D-09-4.000000000000D+00
+   -6.655613769531D+03-3.413226127625D+00 2.793967723846D-09 0.000000000000D+00
+ 9 12 10 31 21 45  0.0-2.346280962229D-05 0.000000000000D+00 1.800000000000D+03
+    6.191617675781D+03-3.094930648804D+00 2.793967723846D-09 0.000000000000D+00
+    1.002643212891D+04 2.075567245483D-01 2.793967723846D-09-2.000000000000D+00
+    2.259446630859D+04 7.633552551270D-01-9.313225746155D-10 0.000000000000D+00
+16 12 10 31 21 45  0.0-1.343246549368D-05 0.000000000000D+00 1.800000000000D+03
+   -1.271717333984D+04-2.677320480347D+00 1.862645149231D-09 0.000000000000D+00
+    1.014135253906D+04 3.124532699585D-01 0.000000000000D+00-1.000000000000D+00
+    1.958235839844D+04-1.906743049622D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 21 45  0.0-4.116632044315D-05-9.094947017729D-13 1.800000000000D+03
+    1.717470068359D+04 9.628524780273D-01 3.725290298462D-09 0.000000000000D+00
+    1.557176611328D+04 1.101414680481D+00 3.725290298462D-09 5.000000000000D+00
+    1.066884179688D+04-3.168927192688D+00 9.313225746155D-10 0.000000000000D+00
+18 12 10 31 21 45  0.0-3.933440893888D-05-9.094947017729D-13 2.400000000000D+03
+   -1.454234228516D+04 1.107770919800D+00 1.862645149231D-09 0.000000000000D+00
+    1.188429687500D+04-2.086594581604D+00 0.000000000000D+00-3.000000000000D+00
+    1.722532910156D+04 2.386124610901D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 21 45  0.0-1.032557338476D-05-1.818989403546D-12 1.770000000000D+03
+   -9.612578125000D+02-8.558340072632D-01 1.862645149231D-09 0.000000000000D+00
+    1.956723339844D+04 2.069100379944D+00-0.000000000000D+00 2.000000000000D+00
+   -1.630608593750D+04 2.538307189941D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 21 45  0.0-1.723114401102D-04 0.000000000000D+00 1.770000000000D+03
+   -1.120839355469D+03-1.551823616028D+00 0.000000000000D+00 0.000000000000D+00
+    1.533358740234D+04-2.314593315125D+00-9.313225746155D-10 1.000000000000D+00
+   -2.036207373047D+04-1.657226562500D+00 1.862645149231D-09 0.000000000000D+00
+21 12 10 31 21 45  0.0-7.115304470062D-07 9.094947017729D-13 1.770000000000D+03
+    9.100692871094D+03-1.331437110901D+00-0.000000000000D+00 0.000000000000D+00
+    6.098131835938D+03 2.858650207520D+00-0.000000000000D+00 4.000000000000D+00
+   -2.304919238281D+04 2.215614318848D-01 2.793967723846D-09 0.000000000000D+00
+19 12 10 31 21 45  0.0-3.835838288069D-05-9.094947017729D-13 1.770000000000D+03
+   -1.125525292969D+04 1.937799453735D-01 2.793967723846D-09 0.000000000000D+00
+    2.289043701172D+04 2.185344696045D-02-9.313225746155D-10 3.000000000000D+00
+    4.620996093750D+02 3.578791618347D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 21 45  0.0 1.152977347374D-06 9.094947017729D-13 7.743000000000D+04
+   -2.429155908203D+04-8.145713806152D-01 0.000000000000D+00 0.000000000000D+00
+    5.027198242188D+03 3.199071884155D-01-2.793967723846D-09 0.000000000000D+00
+    6.155986328125D+03-3.473218917847D+00-1.862645149231D-09 0.000000000000D+00
+13 12 10 31 21 45  0.0-3.671543672681D-04-9.094947017729D-13 7.743000000000D+04
+   -6.193330078125D+03 3.102223396301D+00-2.793967723846D-09 0.000000000000D+00
+   -9.815918945312D+03-2.461338043213D-01-1.862645149231D-09-2.000000000000D+00
+   -2.272511425781D+04-7.411766052246D-01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 21 45  0.0-1.235883682966D-04 0.000000000000D+00 7.743000000000D+04
+   -1.716144677734D+04-9.609222412109D-01-2.793967723846D-09 0.000000000000D+00
+   -1.562424804687D+04-1.099203109741D+00-2.793967723846D-09 5.000000000000D+00
+   -1.055585937500D+04 3.175564765930D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 21 45  0.0 2.335943281651D-05 0.000000000000D+00 7.743000000000D+04
+   -1.289957031250D+04-1.787137031555D+00-1.862645149231D-09 0.000000000000D+00
+   -2.125776367187D+02-2.429537773132D+00-2.793967723846D-09 6.000000000000D+00
+   -2.198713525391D+04 1.071013450623D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 21 45  0.0 2.394337207079D-05-2.728484105319D-12 7.872000000000D+04
+   -2.128982421875D+04 1.848483085632D+00-1.862645149231D-09 0.000000000000D+00
+   -4.044542968750D+03 2.475166320801D-02-3.725290298462D-09-7.000000000000D+00
+   -1.339757812500D+04-2.955628395081D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 22 15  0.0-1.759678125381D-04 0.000000000000D+00 7.923000000000D+04
+    4.302084472656D+03 2.067152976990D+00 0.000000000000D+00 0.000000000000D+00
+   -1.123885400391D+04 2.280984878540D+00 1.862645149231D-09 1.000000000000D+00
+    2.249330175781D+04 7.462253570557D-01-1.862645149231D-09 0.000000000000D+00
+24 12 10 31 22 15  0.0-8.173845708370D-05 0.000000000000D+00 7.923000000000D+04
+    2.705929199219D+03 2.408523559570D-01-1.862645149231D-09 0.000000000000D+00
+   -2.349443017578D+04-1.296925544739D+00 0.000000000000D+00 2.000000000000D+00
+    9.524350585937D+03-3.258024215698D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 22 15  0.0-4.116911441088D-05-9.094947017729D-13 7.923000000000D+04
+    1.857206298828D+04 5.487337112427D-01 3.725290298462D-09 0.000000000000D+00
+    1.686699267578D+04 3.484964370728D-01 2.793967723846D-09 5.000000000000D+00
+    4.626354980469D+03-3.501445770264D+00 1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 22 15  0.0-1.594610512257D-04 1.818989403546D-12 7.923000000000D+04
+    1.690625195312D+04 1.922019004822D+00 2.793967723846D-09 0.000000000000D+00
+    2.790161621094D+03 1.729824066162D+00 3.725290298462D-09 6.000000000000D+00
+    1.887707226563D+04-1.977938652039D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 22 15  0.0-5.773641169071D-05 9.094947017729D-13 7.923000000000D+04
+    1.746961718750D+04-2.455853462219D+00 2.793967723846D-09 0.000000000000D+00
+    4.339469726563D+03 3.941497802734D-01 3.725290298462D-09-7.000000000000D+00
+    1.810174609375D+04 2.265646934509D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 22 15  0.0-2.346187829971D-05 0.000000000000D+00 7.923000000000D+04
+    5.759560546875D+02-3.092397689819D+00 2.793967723846D-09 0.000000000000D+00
+    1.082672314453D+04 6.771459579468D-01 9.313225746155D-10-2.000000000000D+00
+    2.307526269531D+04-2.323637008667D-01-9.313225746155D-10 0.000000000000D+00
+11 12 10 31 22 15  0.0-5.628634244204D-05 0.000000000000D+00 7.923000000000D+04
+    2.494157324219D+04-3.585453033447D-01 9.313225746155D-10 0.000000000000D+00
+   -4.613128417969D+03-1.396198272705D-01 3.725290298462D-09 0.000000000000D+00
+    2.320887207031D+03 3.585165023804D+00 9.313225746155D-10 0.000000000000D+00
+17 12 10 31 22 15  0.0 4.534516483545D-05 9.094947017729D-13 7.926000000000D+04
+   -7.275009765625D+03 8.493394851685D-01 0.000000000000D+00 0.000000000000D+00
+   -1.101644531250D+04-2.864260673523D+00 0.000000000000D+00 4.000000000000D+00
+    2.183540722656D+04-1.165974617004D+00-2.793967723846D-09 0.000000000000D+00
+18 12 10 31 22 15  0.0-3.933720290661D-05-9.094947017729D-13 7.923000000000D+04
+   -1.267062353516D+04 9.346818923950D-01 9.313225746155D-10 0.000000000000D+00
+    7.555930175781D+03-2.690587043762D+00 0.000000000000D+00-3.000000000000D+00
+    2.079737109375D+04 1.557240486145D+00-1.862645149231D-09 0.000000000000D+00
+ 6 12 10 31 22 15  0.0 2.077687531710D-05 0.000000000000D+00 7.923000000000D+04
+    1.017138525391D+04-1.067413330078D+00 1.862645149231D-09 0.000000000000D+00
+    1.978762548828D+04-1.335446357727D+00 0.000000000000D+00-4.000000000000D+00
+   -1.246232275391D+04-2.996768951416D+00 2.793967723846D-09 0.000000000000D+00
+16 12 10 31 22 15  0.0-1.343339681625D-05 0.000000000000D+00 7.923000000000D+04
+   -1.700285009766D+04-2.048388481140D+00 9.313225746155D-10 0.000000000000D+00
+    1.097425585937D+04 5.806007385254D-01-9.313225746155D-10-1.000000000000D+00
+    1.543307617187D+04-2.673553466797D+00-1.862645149231D-09 0.000000000000D+00
+20 12 10 31 22 15  0.0-1.032929867506D-05-1.818989403546D-12 7.923000000000D+04
+   -2.010221191406D+03-3.285779953003D-01 1.862645149231D-09 0.000000000000D+00
+    2.282008251953D+04 1.503582954407D+00-9.313225746155D-10 2.000000000000D+00
+   -1.116438427734D+04 3.137569427490D+00 1.862645149231D-09 0.000000000000D+00
+19 12 10 31 22 15  0.0-3.836024552584D-05-9.094947017729D-13 7.923000000000D+04
+   -1.063175146484D+04 4.580602645874D-01 2.793967723846D-09 0.000000000000D+00
+    2.216863574219D+04-8.314313888550D-01-9.313225746155D-10 3.000000000000D+00
+    6.802852050781D+03 3.420742988586D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 22 15  0.0 2.393778413534D-05-2.728484105319D-12 7.923000000000D+04
+   -1.737699218750D+04 2.457918167114D+00-2.793967723846D-09 0.000000000000D+00
+   -4.365234375000D+03-4.060583114624D-01-2.793967723846D-09-7.000000000000D+00
+   -1.812920068359D+04-2.267655372620D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 22 15  0.0 6.280466914177D-05 9.094947017729D-13 7.923000000000D+04
+    1.264983496094D+04-9.380912780762D-01-9.313225746155D-10 0.000000000000D+00
+   -7.371612304687D+03 2.704139709473D+00 0.000000000000D+00-3.000000000000D+00
+   -2.093101708984D+04-1.506499290466D+00 1.862645149231D-09 0.000000000000D+00
+13 12 10 31 22 15  0.0-3.671562299132D-04-9.094947017729D-13 7.923000000000D+04
+   -5.750537109375D+02 3.087825775146D+00-2.793967723846D-09 0.000000000000D+00
+   -1.069355859375D+04-7.234916687012D-01-9.313225746155D-10-2.000000000000D+00
+   -2.316475195313D+04 2.557983398438D-01 9.313225746155D-10 0.000000000000D+00
+12 12 10 31 22 15  0.0-1.032780855894D-04 1.818989403546D-12 7.923000000000D+04
+    1.748072607422D+04 1.987078666687D+00-9.313225746155D-10 0.000000000000D+00
+   -1.092804101563D+04-5.869798660278D-01 9.313225746155D-10-1.000000000000D+00
+   -1.516549462891D+04 2.701732635498D+00 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 22 15  0.0-1.723114401102D-04 0.000000000000D+00 7.923000000000D+04
+   -4.399268554687D+03-2.071016311646D+00 0.000000000000D+00 0.000000000000D+00
+    1.115546923828D+04-2.281514167786D+00-1.862645149231D-09 1.000000000000D+00
+   -2.252008935547D+04-7.250099182129D-01 1.862645149231D-09 0.000000000000D+00
+23 12 10 31 22 15  0.0-4.423791542649D-04-2.728484105319D-12 7.923000000000D+04
+    1.067160253906D+04-4.731492996216D-01-2.793967723846D-09 0.000000000000D+00
+   -2.186532080078D+04 9.491338729858D-01 9.313225746155D-10 3.000000000000D+00
+   -7.661503906250D+03-3.374307632446D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 22 15  0.0-7.096678018570D-07 9.094947017729D-13 7.923000000000D+04
+    7.132227050781D+03-8.448200225830D-01 0.000000000000D+00 0.000000000000D+00
+    1.128495361328D+04 2.854163169861D+00 0.000000000000D+00 4.000000000000D+00
+   -2.176639501953D+04 1.194275856018D+00 2.793967723846D-09 0.000000000000D+00
+ 3 12 10 31 22 15  0.0-1.235883682966D-04 0.000000000000D+00 7.923000000000D+04
+   -1.855364013672D+04-5.451364517212D-01-3.725290298462D-09 0.000000000000D+00
+   -1.691328417969D+04-3.441915512085D-01-1.862645149231D-09 5.000000000000D+00
+   -4.505231445313D+03 3.503596305847D+00-1.862645149231D-09 0.000000000000D+00
+ 4 12 10 31 22 15  0.0 2.336129546165D-05 0.000000000000D+00 7.923000000000D+04
+   -1.622459960938D+04-1.864026069641D+00-2.793967723846D-09 0.000000000000D+00
+   -4.104016601562D+03-1.868992805481D+00-2.793967723846D-09 6.000000000000D+00
+   -1.923292285156D+04 1.969296455383D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 22 15  0.0-3.410195931792D-04-1.818989403546D-12 3.570000000000D+03
+   -1.065061718750D+04 1.023101806641D+00-1.862645149231D-09 0.000000000000D+00
+   -1.989588476562D+04 1.268777847290D+00-0.000000000000D+00-4.000000000000D+00
+    1.188220458984D+04 3.044484138489D+00-2.793967723846D-09 0.000000000000D+00
+15 12 10 31 22 15  0.0 1.154839992523D-06 9.094947017729D-13 7.923000000000D+04
+   -2.494271044922D+04 9.111118316650D-02-9.313225746155D-10 0.000000000000D+00
+    5.567351562500D+03 2.374916076660D-01-2.793967723846D-09 0.000000000000D+00
+   -2.521230468750D+02-3.600934982300D+00-9.313225746155D-10 0.000000000000D+00
+24 12 10 31 22 45  0.0-8.173938840628D-05-0.000000000000D+00 5.370000000000D+03
+    2.809156738281D+03-9.123802185059D-02-1.862645149231D-09 0.000000000000D+00
+   -2.512257910156D+04-4.885177612305D-01 9.313225746155D-10 2.000000000000D+00
+    3.367067871094D+03-3.538887977600D+00-9.313225746155D-10 0.000000000000D+00
+23 12 10 31 22 45  0.0-4.423856735229D-04-2.728484105319D-12 5.370000000000D+03
+    9.796541015625D+03-4.579286575317D-01-1.862645149231D-09 0.000000000000D+00
+   -1.940028759766D+04 1.775196075439D+00 9.313225746155D-10 3.000000000000D+00
+   -1.336062207031D+04-2.916971206665D+00 9.313225746155D-10 0.000000000000D+00
+11 12 10 31 22 45  0.0-5.628634244204D-05 0.000000000000D+00 5.370000000000D+03
+    2.353812304688D+04-1.176951408386D+00 2.793967723846D-09 0.000000000000D+00
+   -4.570790039062D+03 2.223320007324D-01 3.725290298462D-09 0.000000000000D+00
+    8.600315917969D+03 3.346487045288D+00 9.313225746155D-10 0.000000000000D+00
+12 12 10 31 22 45  0.0-1.032734289765D-04 1.818989403546D-12 5.370000000000D+03
+    2.035626025391D+04 1.190473556519D+00-0.000000000000D+00 0.000000000000D+00
+   -1.205582470703D+04-6.249732971191D-01 1.862645149231D-09-1.000000000000D+00
+   -9.784247070312D+03 3.238924980164D+00 1.862645149231D-09 0.000000000000D+00
+ 1 12 10 31 22 45  0.0-1.759668812156D-04 0.000000000000D+00 5.370000000000D+03
+    8.374442871094D+03 2.422424316406D+00 1.862645149231D-09 0.000000000000D+00
+   -7.353855957031D+03 1.998242378235D+00 1.862645149231D-09 1.000000000000D+00
+    2.295008789062D+04-2.419195175171D-01-9.313225746155D-10 0.000000000000D+00
+ 2 12 10 31 22 45  0.0-3.410242497921D-04-1.818989403546D-12 5.370000000000D+03
+   -8.181875000000D+03 1.717795372009D+00-9.313225746155D-10 0.000000000000D+00
+   -1.733043115234D+04 1.536752700806D+00 0.000000000000D+00-4.000000000000D+00
+    1.683191357422D+04 2.419511795044D+00-2.793967723846D-09 0.000000000000D+00
+17 12 10 31 22 45  0.0 4.534795880318D-05 9.094947017729D-13 5.370000000000D+03
+   -6.198355468750D+03 3.540067672729D-01-9.313225746155D-10 0.000000000000D+00
+   -1.594864843750D+04-2.566446304321D+00 0.000000000000D+00 4.000000000000D+00
+    1.892033349609D+04-2.052100181580D+00-2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 22 45  0.0-1.594573259354D-04 1.818989403546D-12 5.370000000000D+03
+    2.017904248047D+04 1.668841362000D+00 3.725290298462D-09 0.000000000000D+00
+    5.350882812500D+03 1.112102508545D+00 2.793967723846D-09 6.000000000000D+00
+    1.463190576172D+04-2.708254814148D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 22 45  0.0-5.773454904556D-05 9.094947017729D-13 5.370000000000D+03
+    1.270178466797D+04-2.791782379150D+00 3.725290298462D-09 0.000000000000D+00
+    5.520918945312D+03 9.266376495361D-01 1.862645149231D-09-7.000000000000D+00
+    2.142888085938D+04 1.406994819641D+00-0.000000000000D+00 0.000000000000D+00
+13 12 10 31 22 45  0.0-3.671580925584D-04-9.094947017729D-13 6.990000000000D+03
+    4.741122558594D+03 2.772102355957D+00-2.793967723846D-09 0.000000000000D+00
+   -1.236787207031D+04-1.113625526428D+00-0.000000000000D+00-2.000000000000D+00
+   -2.181628125000D+04 1.232759475708D+00 9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 22 45  0.0-2.346094697714D-05 0.000000000000D+00 5.400000000000D+03
+   -4.759420410156D+03-2.788749694824D+00 2.793967723846D-09 0.000000000000D+00
+    1.241539990234D+04 1.065916061401D+00 0.000000000000D+00-2.000000000000D+00
+    2.176968701172D+04-1.208598136902D+00-9.313225746155D-10 0.000000000000D+00
+18 12 10 31 22 45  0.0-3.933906555176D-05-9.094947017729D-13 5.400000000000D+03
+   -1.128990625000D+04 5.752944946289D-01 0.000000000000D+00 0.000000000000D+00
+    2.339409179688D+03-3.060381889343D+00 0.000000000000D+00-3.000000000000D+00
+    2.275987988281D+04 6.094589233398D-01-2.793967723846D-09 0.000000000000D+00
+ 7 12 10 31 22 45  0.0-4.117097705603D-05-9.094947017729D-13 5.400000000000D+03
+    1.901878564453D+04-8.298587799072D-02 3.725290298462D-09 0.000000000000D+00
+    1.689650830078D+04-2.882747650146D-01 1.862645149231D-09 5.000000000000D+00
+   -1.773666015625D+03-3.563508033752D+00 2.793967723846D-09 0.000000000000D+00
+19 12 10 31 22 45  0.0-3.836210817099D-05-9.094947017729D-13 5.400000000000D+03
+   -9.757874511719D+03 4.711599349976D-01 1.862645149231D-09 0.000000000000D+00
+    1.990543066406D+04-1.671120643616D+00-9.313225746155D-10 3.000000000000D+00
+    1.261764697266D+04 2.998174667358D+00-9.313225746155D-10 0.000000000000D+00
+ 6 12 10 31 22 45  0.0 2.077780663967D-05 0.000000000000D+00 5.370000000000D+03
+    7.623627441406D+03-1.760077476501D+00 9.313225746155D-10 0.000000000000D+00
+    1.711685009766D+04-1.586567878723D+00-0.000000000000D+00-4.000000000000D+00
+   -1.730468066406D+04-2.348745346069D+00 2.793967723846D-09 0.000000000000D+00
+21 12 10 31 22 45  0.0-7.068738341331D-07 9.094947017729D-13 5.370000000000D+03
+    6.065600097656D+03-3.477220535278D-01 9.313225746155D-10 0.000000000000D+00
+    1.619129443359D+04 2.548200607300D+00-9.313225746155D-10 4.000000000000D+00
+   -1.880599462891D+04 2.073587417603D+00 2.793967723846D-09 0.000000000000D+00
+20 12 10 31 22 45  0.0-1.033302396536D-05-1.818989403546D-12 5.370000000000D+03
+   -2.239010253906D+03 4.160404205322D-02 1.862645149231D-09 0.000000000000D+00
+    2.485312890625D+04 7.275581359863D-01-9.313225746155D-10 2.000000000000D+00
+   -5.157025878906D+03 3.493818283081D+00 9.313225746155D-10 0.000000000000D+00
+22 12 10 31 22 45  0.0 6.280746310949D-05 9.094947017729D-13 5.370000000000D+03
+    1.126815869141D+04-5.736484527588D-01-9.313225746155D-10 0.000000000000D+00
+   -2.137085449219D+03 3.066780090332D+00 0.000000000000D+00-3.000000000000D+00
+   -2.280148046875D+04-5.579795837402D-01 1.862645149231D-09 0.000000000000D+00
+ 5 12 10 31 22 45  0.0-1.723114401102D-04 0.000000000000D+00 5.370000000000D+03
+   -8.475470703125D+03-2.422643661499D+00-1.862645149231D-09 0.000000000000D+00
+    7.272789062500D+03-1.995347023010D+00-1.862645149231D-09 1.000000000000D+00
+   -2.293838281250D+04 2.632741928101D-01 9.313225746155D-10 0.000000000000D+00
+16 12 10 31 22 45  0.0-1.343339681625D-05 0.000000000000D+00 8.103000000000D+04
+   -1.999072070313D+04-1.252532005310D+00 0.000000000000D+00 0.000000000000D+00
+    1.209635595703D+04 6.248502731323D-01-1.862645149231D-09-1.000000000000D+00
+    1.008250927734D+04-3.232676506042D+00-1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 22 45  0.0-1.235874369740D-04 0.000000000000D+00 8.220000000000D+04
+   -1.899364892580D+04 8.649158477780D-02-3.725290298460D-09 0.000000000000D+00
+   -1.693478222660D+04 2.925510406490D-01-9.313225746150D-10 5.000000000000D+00
+    1.893936523440D+03 3.560421943660D+00-1.862645149230D-09 0.000000000000D+00
+ 1 12 10 31 23 15  0.0-1.759668812156D-04 0.000000000000D+00 8.283000000000D+04
+    1.287484667969D+04 2.532358169556D+00 2.793967723846D-09 0.000000000000D+00
+   -4.155246093750D+03 1.532974243164D+00 1.862645149231D-09 1.000000000000D+00
+    2.163381787109D+04-1.211072921753D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 23 15  0.0 4.535354673862D-05 9.094947017729D-13 8.283000000000D+04
+   -5.944014160156D+03-4.767894744873D-02-9.313225746155D-10 0.000000000000D+00
+   -2.009007861328D+04-1.994117736816D+00 9.313225746155D-10 4.000000000000D+00
+    1.454285546875D+04-2.780280113220D+00-1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 23 15  0.0-4.117377102375D-05-9.094947017729D-13 8.283000000000D+04
+    1.819038671875D+04-8.520231246948D-01 2.793967723846D-09 0.000000000000D+00
+    1.595095458984D+04-7.233791351318D-01 0.000000000000D+00 5.000000000000D+00
+   -8.036333496094D+03-3.349728584290D+00 2.793967723846D-09 0.000000000000D+00
+ 8 12 10 31 23 15  0.0-1.594331115484D-04 1.818989403546D-12 8.283000000000D+04
+    2.275711718750D+04 1.155518531799D+00 4.656612873077D-09 0.000000000000D+00
+    6.814102050781D+03 5.279855728149D-01 1.862645149231D-09 6.000000000000D+00
+    9.253499023437D+03-3.228885650635D+00 9.313225746155D-10 0.000000000000D+00
+10 12 10 31 23 15  0.0-5.773268640041D-05 0.000000000000D+00 8.283000000000D+04
+    7.604786621094D+03-2.820014953613D+00 3.725290298462D-09 0.000000000000D+00
+    7.670374023437D+03 1.450730323792D+00 9.313225746155D-10-7.000000000000D+00
+    2.310071875000D+04 4.382896423340D-01-9.313225746155D-10 0.000000000000D+00
+ 9 12 10 31 23 15  0.0-2.345908433199D-05 0.000000000000D+00 8.283000000000D+04
+   -9.314000488281D+03-2.237096786499D+00 9.313225746155D-10 0.000000000000D+00
+    1.455740722656D+04 1.277999877930D+00-9.313225746155D-10-2.000000000000D+00
+    1.878136621094D+04-2.089999198914D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31 23 15  0.0-5.628541111946D-05 0.000000000000D+00 8.283000000000D+04
+    2.081996728516D+04-1.804080963135D+00 3.725290298462D-09 0.000000000000D+00
+   -3.705729003906D+03 7.614641189575D-01 2.793967723846D-09 0.000000000000D+00
+    1.421207373047D+04 2.848218917847D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 23 15  0.0-3.934185951948D-05-9.094947017729D-13 8.286000000000D+04
+   -1.065669140625D+04 1.212120056152D-01 0.000000000000D+00 0.000000000000D+00
+   -3.284809082031D+03-3.137283325195D+00 0.000000000000D+00-3.000000000000D+00
+    2.296416259766D+04-3.836584091187D-01-2.793967723846D-09 0.000000000000D+00
+ 2 12 10 31 23 15  0.0-3.410289064050D-04-1.818989403546D-12 8.292000000000D+04
+   -4.508026855469D+03 2.343597412109D+00 0.000000000000D+00 0.000000000000D+00
+   -1.452517431641D+04 1.536916732788D+00 9.313225746155D-10-4.000000000000D+00
+    2.048008203125D+04 1.607747077942D+00-1.862645149231D-09 0.000000000000D+00
+19 12 10 31 23 15  0.0-3.836490213871D-05-9.094947017729D-13 8.289000000000D+04
+   -9.076380859375D+03 2.510194778442D-01 9.313225746155D-10 0.000000000000D+00
+    1.623007958984D+04-2.382296562195D+00-9.313225746155D-10 3.000000000000D+00
+    1.745676269531D+04 2.343685150146D+00-1.862645149231D-09 0.000000000000D+00
+16 12 10 31 23 15  0.0-1.343432813883D-05 0.000000000000D+00 8.283000000000D+04
+   -2.147909179688D+04-4.020843505859D-01-9.313225746155D-10 0.000000000000D+00
+    1.306941210937D+04 4.134969711304D-01-2.793967723846D-09-1.000000000000D+00
+    3.946846191406D+03-3.540130615234D+00-9.313225746155D-10 0.000000000000D+00
+20 12 10 31 23 15  0.0-1.033674925566D-05-1.818989403546D-12 8.283000000000D+04
+   -1.994692382812D+03 1.894617080688D-01 1.862645149231D-09 0.000000000000D+00
+    2.537112109375D+04-1.614503860474D-01-1.862645149231D-09 2.000000000000D+00
+    1.250361816406D+03 3.579114913940D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 23 15  0.0-8.174125105143D-05-0.000000000000D+00 7.170000000000D+03
+    2.516614746094D+03-1.928873062134D-01-1.862645149231D-09 0.000000000000D+00
+   -2.520117333984D+04 4.059400558472D-01 9.313225746155D-10 2.000000000000D+00
+   -3.050837890625D+03-3.545792579651D+00-0.000000000000D+00 0.000000000000D+00
+12 12 10 31 23 15  0.0-1.032687723637D-04 1.818989403546D-12 7.170000000000D+03
+    2.173798242188D+04 3.466024398804D-01 9.313225746155D-10 0.000000000000D+00
+   -1.302484423828D+04-4.093198776245D-01 2.793967723846D-09-1.000000000000D+00
+   -3.654543457031D+03 3.528109550476D+00 9.313225746155D-10 0.000000000000D+00
+23 12 10 31 23 15  0.0-4.423921927810D-04-2.728484105319D-12 7.170000000000D+03
+    9.160285156250D+03-2.153911590576D-01-1.862645149231D-09 0.000000000000D+00
+   -1.556023046875D+04 2.459259986877D+00 9.313225746155D-10 3.000000000000D+00
+   -1.802714501953D+04-2.234461784363D+00 9.313225746155D-10 0.000000000000D+00
+13 12 10 31 23 15  0.0-3.671608865261D-04-9.094947017729D-13 7.170000000000D+03
+    9.255903320312D+03 2.209921836853D+00-9.313225746155D-10 0.000000000000D+00
+   -1.459207324219D+04-1.320564270020D+00 9.313225746155D-10-2.000000000000D+00
+   -1.878410937500D+04 2.114481925964D+00 9.313225746155D-10 0.000000000000D+00
+ 3 12 10 31 23 15  0.0-1.235865056515D-04 0.000000000000D+00 8.400000000000D+03
+   -1.816070898438D+04 8.531913757324D-01-2.793967723846D-09 0.000000000000D+00
+   -1.598277685547D+04 7.260980606079D-01-0.000000000000D+00 5.000000000000D+00
+    8.146892089844D+03 3.342302322388D+00-2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 23 15  0.0 2.077873796225D-05 0.000000000000D+00 7.170000000000D+03
+    3.881001953125D+03-2.376525878906D+00-0.000000000000D+00 0.000000000000D+00
+    1.423861181641D+04-1.568165779114D+00-9.313225746155D-10-4.000000000000D+00
+   -2.080884179688D+04-1.519582748413D+00 1.862645149231D-09 0.000000000000D+00
+21 12 10 31 23 15  0.0-7.040798664093D-07 9.094947017729D-13 7.170000000000D+03
+    5.822821777344D+03 5.402183532715D-02 9.313225746155D-10 0.000000000000D+00
+    2.029475488281D+04 1.970779418945D+00-9.313225746155D-10 4.000000000000D+00
+   -1.439804589844D+04 2.792375564575D+00 1.862645149231D-09 0.000000000000D+00
+22 12 10 31 23 15  0.0 6.281025707722D-05 9.094947017729D-13 7.170000000000D+03
+    1.063933984375D+04-1.186628341675D-01-0.000000000000D+00 0.000000000000D+00
+    3.491861816406D+03 3.136014938354D+00-0.000000000000D+00-3.000000000000D+00
+   -2.291244531250D+04 4.358949661255D-01 2.793967723846D-09 0.000000000000D+00
+12 12 10 31 23 45  0.0-1.032641157508D-04 1.818989403546D-12 8.970000000000D+03
+    2.164478125000D+04-4.298124313354D-01 2.793967723846D-09 0.000000000000D+00
+   -1.338540234375D+04 4.483890533447D-02 2.793967723846D-09-1.000000000000D+00
+    2.754645019531D+03 3.547466278076D+00 9.313225746155D-10 0.000000000000D+00
+24 12 10 31 23 45  0.0-8.174218237400D-05-0.000000000000D+00 8.970000000000D+03
+    2.262008300781D+03-5.066013336182D-02-1.862645149231D-09 0.000000000000D+00
+   -2.367982617188D+04 1.269499778748D+00 9.313225746155D-10 2.000000000000D+00
+   -9.232933105469D+03-3.278656959534D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 23 45  0.0 4.535634070635D-05 9.094947017729D-13 8.970000000000D+03
+   -6.260632324219D+03-2.682352066040D-01-1.862645149231D-09 0.000000000000D+00
+   -2.300453857422D+04-1.217962265015D+00 9.313225746155D-10 4.000000000000D+00
+    9.040397460938D+03-3.293892860413D+00-1.862645149231D-09 0.000000000000D+00
+11 12 10 31 23 45  0.0-5.628541111946D-05 0.000000000000D+00 8.970000000000D+03
+    1.720278662109D+04-2.167096138000D+00 4.656612873077D-09 0.000000000000D+00
+   -1.778611816406D+03 1.384816169739D+00 1.862645149231D-09 0.000000000000D+00
+    1.872130957031D+04 2.129538536072D+00-0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 23 45  0.0-1.759659498930D-04 0.000000000000D+00 8.970000000000D+03
+    1.731774365234D+04 2.355167388916D+00 4.656612873077D-09 0.000000000000D+00
+   -1.885734375000D+03 9.837408065796D-01 1.862645149231D-09 1.000000000000D+00
+    1.864661035156D+04-2.086496353149D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 23 45  0.0-3.671627491713D-04-9.094947017729D-13 8.970000000000D+03
+    1.260313525391D+04 1.492283821106D+00-0.000000000000D+00 0.000000000000D+00
+   -1.697173242188D+04-1.278642654419D+00 1.862645149231D-09-2.000000000000D+00
+   -1.430228369141D+04 2.833064079285D+00 1.862645149231D-09 0.000000000000D+00
+ 2 12 10 31 23 45  0.0-3.410326316953D-04-1.818989403546D-12 8.970000000000D+03
+    1.506826171875D+02 2.796230316162D+00 9.313225746155D-10 0.000000000000D+00
+   -1.193976953125D+04 1.301328659058D+00 9.313225746155D-10-4.000000000000D+00
+    2.254525585938D+04 6.720571517944D-01-1.862645149231D-09 0.000000000000D+00
+23 12 10 31 23 45  0.0-4.423987120390D-04-2.728484105319D-12 8.970000000000D+03
+    9.119446777344D+03 1.899919509888D-01-9.313225746155D-10 0.000000000000D+00
+   -1.068852246094D+04 2.908570289612D+00 0.000000000000D+00 3.000000000000D+00
+   -2.130105126953D+04-1.379673957825D+00 1.862645149231D-09 0.000000000000D+00
+ 3 12 10 31 23 45  0.0-1.235846430063D-04 0.000000000000D+00 8.970000000000D+03
+   -1.590466406250D+04 1.648770332336D+00-1.862645149231D-09 0.000000000000D+00
+   -1.447229052734D+04 9.087219238281D-01 0.000000000000D+00 5.000000000000D+00
+    1.377132910156D+04 2.866683006287D+00-2.793967723846D-09 0.000000000000D+00
+18 12 10 31 23 45  0.0-3.934465348721D-05-0.000000000000D+00 9.510000000000D+03
+   -1.084614501953D+04-3.206462860107D-01-0.000000000000D+00 0.000000000000D+00
+   -8.769299316406D+03-2.906573295593D+00 0.000000000000D+00-3.000000000000D+00
+    2.139747460938D+04-1.345597267151D+00-2.793967723846D-09 0.000000000000D+00
+20 12 10 31 23 45  0.0-1.034047454596D-05-1.818989403546D-12 9.000000000000D+03
+   -1.705385742188D+03 9.147644042969D-02 1.862645149231D-09 0.000000000000D+00
+    2.427386621094D+04-1.047192573547D+00-1.862645149231D-09 2.000000000000D+00
+    7.560746582031D+03 3.386744499207D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 23 45  0.0-2.345722168684D-05 9.094947017729D-13 9.000000000000D+03
+   -1.271733886719D+04-1.526787757874D+00 0.000000000000D+00 0.000000000000D+00
+    1.686956103516D+04 1.247079849243D+00-1.862645149231D-09-2.000000000000D+00
+    1.434341552734D+04-2.808955192566D+00-1.862645149231D-09 0.000000000000D+00
+ 8 12 10 31 23 45  0.0-1.594293862581D-04 1.818989403546D-12 9.000000000000D+03
+    2.421392822266D+04 4.350795745850D-01 4.656612873077D-09 0.000000000000D+00
+    7.330657714844D+03 7.468318939209D-02 9.313225746155D-10 6.000000000000D+00
+    3.158373535156D+03-3.499417304993D+00 1.862645149231D-09 0.000000000000D+00
+10 12 10 31 23 45  0.0-5.773082375526D-05 0.000000000000D+00 9.000000000000D+03
+    2.726524414062D+03-2.555117607117D+00 2.793967723846D-09 0.000000000000D+00
+    1.067133984375D+04 1.855048179626D+00 0.000000000000D+00-7.000000000000D+00
+    2.298540136719D+04-5.658464431763D-01-9.313225746155D-10 0.000000000000D+00
+19 12 10 31 23 45  0.0-3.836676478386D-05-9.094947017729D-13 9.000000000000D+03
+   -8.958768554688D+03-1.423158645630D-01 9.313225746155D-10 0.000000000000D+00
+    1.146506494141D+04-2.868117332458D+00-9.313225746155D-10 3.000000000000D+00
+    2.094581689453D+04 1.507843017578D+00-1.862645149231D-09 0.000000000000D+00
+21 12 10 31 23 45  0.0-7.003545761108D-07 9.094947017729D-13 8.970000000000D+03
+    6.150236816406D+03 2.738456726074D-01 1.862645149231D-09 0.000000000000D+00
+    2.316545947266D+04 1.193315505981D+00-1.862645149231D-09 4.000000000000D+00
+   -8.882895507812D+03 3.295964241028D+00 1.862645149231D-09 0.000000000000D+00
+ 7 12 10 31 23 45  0.0-4.117656499147D-05-9.094947017729D-13 8.970000000000D+03
+    1.593286767578D+04-1.651808738708D+00 1.862645149231D-09 0.000000000000D+00
+    1.444352294922D+04-9.080305099487D-01-0.000000000000D+00 5.000000000000D+00
+   -1.367641210938D+04-2.876174926758D+00 2.793967723846D-09 0.000000000000D+00
+22 12 10 31 23 45  0.0 6.281211972237D-05 9.094947017729D-13 8.970000000000D+03
+    1.083107080078D+04 3.199224472046D-01 0.000000000000D+00 0.000000000000D+00
+    8.966482421875D+03 2.896693229675D+00-0.000000000000D+00-3.000000000000D+00
+   -2.125107617188D+04 1.398462295532D+00 2.793967723846D-09 0.000000000000D+00
+ 6 12 10 31 23 45  0.0 2.077966928482D-05 0.000000000000D+00 8.970000000000D+03
+   -8.234155273438D+02-2.813084602356D+00-1.862645149231D-09 0.000000000000D+00
+    1.161288623047D+04-1.315343856812D+00-9.313225746155D-10-4.000000000000D+00
+   -2.270488232422D+04-5.735578536987D-01 1.862645149231D-09 0.000000000000D+00
+16 12 10 31 23 45  0.0-1.343432813883D-05 0.000000000000D+00 8.463000000000D+04
+   -2.147663037109D+04 3.848152160645D-01-2.793967723846D-09 0.000000000000D+00
+    1.343934667969D+04-3.901672363281D-02-1.862645149231D-09-1.000000000000D+00
+   -2.496123046875D+03-3.571927070618D+00-9.313225746155D-10 0.000000000000D+00
+ 4 12 10 31 23 45  0.0 2.336408942938D-05 0.000000000000D+00 8.535000000000D+04
+   -2.361783935547D+04-5.009136199951D-01-3.725290298462D-09 0.000000000000D+00
+   -8.996780761719D+03-4.344749450684D-02-9.313225746155D-10 6.000000000000D+00
+   -3.440166503906D+03 3.533806800842D+00-1.862645149231D-09 0.000000000000D+00
+ 1 12 11  1  0 15  0.0-1.759650185704D-04 0.000000000000D+00 3.000000000000D+01
+    2.118200000000D+04 1.893750190735D+00 4.656612873077D-09 0.000000000000D+00
+   -5.987612304688D+02 4.592590332031D-01 9.313225746155D-10 1.000000000000D+00
+    1.421940966797D+04-2.800707817078D+00 9.313225746155D-10 0.000000000000D+00
+20 12 11  1  0 15  0.0-1.034419983625D-05-1.818989403546D-12 3.000000000000D+01
+   -1.800445312500D+03-2.301998138428D-01 9.313225746155D-10 0.000000000000D+00
+    2.167329882813D+04-1.813452720642D+00-1.862645149231D-09 2.000000000000D+00
+    1.328466894531D+04 2.931778907776D+00-9.313225746155D-10 0.000000000000D+00
+19 12 11  1  0 15  0.0-3.836862742901D-05-9.094947017729D-13 3.000000000000D+01
+   -9.637946777344D+03-6.171598434448D-01 0.000000000000D+00 0.000000000000D+00
+    6.078852539062D+03-3.065435409546D+00 0.000000000000D+00 3.000000000000D+00
+    2.281477294922D+04 5.552663803101D-01-2.793967723846D-09 0.000000000000D+00
+ 8 12 11  1  0 15  0.0-1.594256609678D-04 1.818989403546D-12 3.000000000000D+01
+    2.425140380859D+04-4.046506881714D-01 3.725290298462D-09 0.000000000000D+00
+    7.204643066406D+03-1.771163940430D-01 0.000000000000D+00 6.000000000000D+00
+   -3.181356933594D+03-3.498918533325D+00 2.793967723846D-09 0.000000000000D+00
+10 12 11  1  0 15  0.0-5.772989243269D-05 0.000000000000D+00 3.000000000000D+01
+   -1.452765625000D+03-2.056622505188D+00 1.862645149231D-09 0.000000000000D+00
+    1.421933105469D+04 2.045139312744D+00-9.313225746155D-10-7.000000000000D+00
+    2.108915966797D+04-1.527595520020D+00-9.313225746155D-10 0.000000000000D+00
+ 2 12 11  1  0 15  0.0-3.410372883081D-04-1.818989403546D-12 3.000000000000D+01
+    5.405626464844D+03 2.995510101318D+00 2.793967723846D-09 0.000000000000D+00
+   -9.939958007812D+03 9.006862640381D-01 9.313225746155D-10-4.000000000000D+00
+    2.286844287109D+04-3.152427673340D-01-9.313225746155D-10 0.000000000000D+00
+12 12 11  1  0 15  0.0-1.032594591379D-04 1.818989403546D-12 3.000000000000D+01
+    2.029236816406D+04-1.037712097168D+00 3.725290298462D-09 0.000000000000D+00
+   -1.275434765625D+04 6.796445846558D-01 1.862645149231D-09-1.000000000000D+00
+    8.952937500000D+03 3.295177459717D+00 9.313225746155D-10 0.000000000000D+00
+11 12 11  1  0 15  0.0-5.628447979689D-05 0.000000000000D+00 3.000000000000D+01
+    1.319555175781D+04-2.236510276794D+00 4.656612873077D-09 0.000000000000D+00
+    1.263284667969D+03 1.980974197388D+00 0.000000000000D+00 0.000000000000D+00
+    2.177967529297D+04 1.246719360352D+00 0.000000000000D+00 0.000000000000D+00
+18 12 11  1  0 15  0.0-3.934651613235D-05 0.000000000000D+00 3.000000000000D+01
+   -1.174095166016D+04-6.464328765869D-01-9.313225746155D-10 0.000000000000D+00
+   -1.358196044922D+04-2.399735450745D+00 9.313225746155D-10-3.000000000000D+00
+    1.818308154297D+04-2.202701568604D+00-1.862645149231D-09 0.000000000000D+00
diff --git a/test/data/tle/brdc3050.12n b/test/data/tle/brdc3050.12n
new file mode 100644
index 0000000..5ddf567
--- /dev/null
+++ b/test/data/tle/brdc3050.12n
@@ -0,0 +1,3392 @@
+     2              NAVIGATION DATA                         RINEX VERSION / TYPE
+CCRINEXN V1.6.0 UX  CDDIS               01-NOV-12 00:33     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+    0.1676D-07 -0.7451D-08 -0.1192D-06  0.1192D-06          ION ALPHA           
+    0.1188D+06 -0.6554D+05 -0.3277D+06  0.3277D+06          ION BETA            
+   -0.186264514923D-08-0.444089209850D-14   405504      688 DELTA-UTC: A0,A1,T,W
+    16                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 1 12 10 31  0  0  0.0 0.280183739960D-03 0.170530256582D-11 0.000000000000D+00
+    0.160000000000D+02-0.343750000000D+02 0.477555606394D-08-0.712852183121D+00
+   -0.175461173058D-05 0.135910103563D-02 0.710599124432D-05 0.515370994186D+04
+    0.259200000000D+06 0.204890966415D-07 0.229351786584D+01 0.149011611938D-07
+    0.960012929923D+00 0.242218750000D+03 0.504015801138D+00-0.808212236712D-08
+   -0.432160858377D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.160000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  0  0  0.0 0.121764373034D-03 0.511590769747D-11 0.000000000000D+00
+    0.810000000000D+02 0.363437500000D+02 0.542272587830D-08 0.469218512789D+00
+    0.190921127796D-05 0.158741930500D-01 0.676698982716D-05 0.515374541473D+04
+    0.259200000000D+06-0.266358256340D-06 0.110945430246D+01 0.186264514923D-07
+    0.932221186137D+00 0.236750000000D+03 0.124973086188D+01-0.869857661635D-08
+    0.410731394326D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.810000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  0  0  0.0 0.318237580359D-04 0.111413100967D-10 0.000000000000D+00
+    0.950000000000D+02-0.367187500000D+02 0.527843415368D-08-0.271015978604D+01
+   -0.219233334064D-05 0.103743607178D-01 0.700168311596D-05 0.515367907715D+04
+    0.259200000000D+06 0.154599547386D-06 0.229311880373D+01-0.149011611938D-06
+    0.937586316771D+00 0.230906250000D+03 0.924555036046D+00-0.821462788651D-08
+   -0.398588031363D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.950000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  0  0  0.0 0.470958184451D-03-0.100044417195D-10 0.000000000000D+00
+    0.300000000000D+02 0.365937500000D+02 0.522343186262D-08 0.235383712937D+01
+    0.185146927834D-05 0.737562263385D-02 0.606849789619D-05 0.515368153572D+04
+    0.259200000000D+06 0.279396772385D-07 0.118733776714D+01 0.147148966789D-06
+    0.938936294648D+00 0.248875000000D+03-0.421489328517D+00-0.833034699239D-08
+    0.422874757288D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.300000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  0  0  0.0 0.139736104757D-03 0.454747350886D-11 0.000000000000D+00
+    0.870000000000D+02-0.108718750000D+03 0.421124684391D-08-0.108025239634D+01
+   -0.572577118874D-05 0.605409906711D-02 0.444054603577D-05 0.515371803093D+04
+    0.259200000000D+06 0.558793544769D-07-0.828821123955D+00-0.102445483208D-06
+    0.975798389462D+00 0.302000000000D+03-0.294465127168D+01-0.807855078978D-08
+   -0.392516349881D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.870000000000D+02
+    0.252090000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  0  0  0.0 0.262120738626D-05 0.113686837722D-12 0.000000000000D+00
+    0.900000000000D+02-0.120343750000D+03 0.361800784741D-08-0.171269766887D+01
+   -0.636838376522D-05 0.127694682451D-01 0.572763383388D-05 0.515364101601D+04
+    0.259200000000D+06 0.223517417908D-07-0.742116001390D+00-0.134110450745D-06
+    0.998278242593D+00 0.285875000000D+03-0.290700055137D+01-0.774175104643D-08
+   -0.272154193457D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.900000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  0  0  0.0 0.196242239326D-03 0.272848410532D-11 0.000000000000D+00
+    0.600000000000D+02-0.101343750000D+03 0.411302846700D-08-0.165177277920D+01
+   -0.503286719322D-05 0.172243178822D-01 0.408478081226D-05 0.515365859222D+04
+    0.259200000000D+06 0.484287738800D-07-0.853429531668D+00 0.488013029099D-06
+    0.984458842548D+00 0.311281250000D+03 0.164723815301D+01-0.802747723379D-08
+   -0.464305054455D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.600000000000D+02
+    0.257070000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  0  0  0.0-0.569061376154D-04-0.125055521494D-11 0.000000000000D+00
+    0.172000000000D+03 0.873437500000D+02 0.456233289662D-08 0.270834647421D+01
+    0.443868339062D-05 0.118659363361D-01 0.118054449558D-04 0.515374198151D+04
+    0.259200000000D+06-0.428408384323D-07-0.292240577510D+01-0.203028321266D-06
+    0.945305743413D+00 0.142468750000D+03 0.768757202532D+00-0.775318009393D-08
+   -0.678599694973D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.172000000000D+03
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  0  0  0.0-0.318224076182D-03-0.386535248253D-11 0.000000000000D+00
+    0.590000000000D+02-0.275937500000D+02 0.671170814101D-08-0.909638919964D+00
+   -0.113993883133D-05 0.136984874261D-01 0.461190938950D-05 0.515367073441D+04
+    0.259200000000D+06-0.745058059692D-08 0.201199772010D+01 0.288709998131D-06
+    0.888060063449D+00 0.252062500000D+03 0.111305819676D+01-0.924574226513D-08
+   -0.246438836595D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.590000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  0  0  0.0 0.170691404492D-03-0.261479726760D-11 0.000000000000D+00
+    0.690000000000D+02 0.670625000000D+02 0.426303471536D-08 0.125541225931D+01
+    0.326521694660D-05 0.478426145855D-02 0.198557972908D-05 0.515359896469D+04
+    0.259200000000D+06 0.707805156708D-07-0.179818827538D+01-0.128522515297D-06
+    0.983714637103D+00 0.350312500000D+03 0.208076486595D+01-0.818569811004D-08
+    0.140362989539D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.690000000000D+02
+    0.254670000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  0  0  0.0 0.215857755393D-03 0.682121026330D-12 0.000000000000D+00
+    0.850000000000D+02 0.706875000000D+02 0.443161329855D-08 0.148228971132D+01
+    0.357255339623D-05 0.685229036026D-02 0.275485217571D-05 0.515366146469D+04
+    0.259200000000D+06-0.193715095520D-06-0.182599735036D+01-0.186264514923D-07
+    0.976495146622D+00 0.336812500000D+03-0.203032765793D+01-0.827641599699D-08
+    0.151077719779D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.850000000000D+02
+    0.252000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  0  0  0.0-0.984896905720D-04-0.909494701773D-12 0.000000000000D+00
+    0.470000000000D+02 0.968750000000D+02 0.520450250271D-08 0.107452998015D+01
+    0.517815351486D-05 0.483956595417D-02 0.244751572609D-05 0.515365937996D+04
+    0.259200000000D+06 0.391155481338D-07-0.191903744071D+01-0.111758708954D-07
+    0.943291397382D+00 0.317968750000D+03 0.461826472584D-01-0.867714715229D-08
+    0.132862677121D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.470000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31  0  0  0.0-0.248813070357D-03-0.568434188608D-12 0.000000000000D+00
+    0.340000000000D+02-0.412812500000D+02 0.366729561473D-08 0.263966280393D+01
+   -0.215694308281D-05 0.655630801339D-02 0.116396695375D-04 0.515377824402D+04
+    0.259200000000D+06-0.614672899246D-07 0.246221323718D+00 0.111758708954D-07
+    0.982791582608D+00 0.168343750000D+03 0.278689624541D-01-0.746031075189D-08
+    0.233581158164D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.340000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  0  0  0.0 0.830749049783D-04-0.352429196937D-11 0.000000000000D+00
+    0.830000000000D+02 0.261250000000D+02 0.474376902559D-08 0.172867966706D+01
+    0.137649476528D-05 0.766528863460D-02 0.581890344620D-05 0.515374686050D+04
+    0.259200000000D+06-0.193715095520D-06 0.128501485869D+01-0.204890966415D-07
+    0.963492062180D+00 0.266343750000D+03-0.229289677665D+01-0.815962559544D-08
+    0.455376111100D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.830000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  0  0  0.0 0.222255475819D-03 0.181898940355D-11 0.000000000000D+00
+    0.190000000000D+02 0.720000000000D+02 0.490520432145D-08-0.309467794750D+01
+    0.364147126675D-05 0.136157213710D-01 0.110846012831D-04 0.515374945450D+04
+    0.259200000000D+06 0.856816768646D-07-0.293602073527D+01-0.208616256714D-06
+    0.929097967220D+00 0.145875000000D+03-0.213877835846D+01-0.791140097018D-08
+   -0.903609067516D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.190000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31  0  0  0.0-0.317744445056D-03-0.352429196937D-11 0.000000000000D+00
+    0.102000000000D+03 0.271250000000D+02 0.483555856328D-08 0.929114517212D+00
+    0.144727528095D-05 0.864607060794D-02 0.528246164322D-05 0.515362584305D+04
+    0.259200000000D+06-0.186264514923D-08 0.133760825582D+01 0.162050127983D-06
+    0.960780072461D+00 0.277281250000D+03 0.267303608782D+00-0.821534220198D-08
+    0.295012288446D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.102000000000D+03
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  0  0  0.0 0.719702802598D-04 0.102318153950D-11 0.000000000000D+00
+    0.310000000000D+02 0.702812500000D+02 0.503949562951D-08-0.260205527921D+01
+    0.361539423466D-05 0.520140992012D-02 0.107269734144D-04 0.515361387253D+04
+    0.259200000000D+06 0.117346644402D-06-0.298960350974D+01 0.000000000000D+00
+    0.929698183490D+00 0.156531250000D+03 0.127395644003D+01-0.807497921244D-08
+   -0.717887045734D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.310000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  0  0  0.0-0.259192194790D-03-0.238742359215D-11 0.000000000000D+00
+    0.300000000000D+02-0.395937500000D+02 0.531593571577D-08-0.197379456975D+01
+   -0.220909714699D-05 0.194291882217D-01 0.612065196037D-05 0.515377515602D+04
+    0.259200000000D+06 0.245869159698D-06 0.229810383752D+01-0.100582838059D-06
+    0.931329021158D+00 0.237718750000D+03-0.220749532329D+01-0.815855412224D-08
+   -0.218580533328D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.300000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  0  0  0.0 0.150317326188D-03 0.795807864051D-12 0.000000000000D+00
+    0.270000000000D+02 0.684062500000D+02 0.505699635848D-08 0.245720996811D+01
+    0.356137752533D-05 0.622099824250D-02 0.110100954771D-04 0.515367915153D+04
+    0.259200000000D+06 0.502914190292D-07-0.293297318579D+01-0.987201929092D-07
+    0.926830733855D+00 0.149687500000D+03-0.201089096113D+01-0.806640742682D-08
+   -0.682171272314D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.270000000000D+02
+    0.257208000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  0  0  0.0 0.148953404278D-03-0.386535248253D-11 0.000000000000D+00
+    0.690000000000D+02 0.776875000000D+02 0.488234622646D-08 0.552307353064D+00
+    0.405870378017D-05 0.822876079474D-02 0.214390456677D-05 0.515356899452D+04
+    0.259200000000D+06 0.102445483208D-06-0.188096894319D+01 0.894069671631D-07
+    0.958092371570D+00 0.332468750000D+03-0.291793702265D+01-0.853642700502D-08
+    0.114290474943D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.690000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  0  0  0.0 0.329222530127D-05 0.159161572810D-11 0.000000000000D+00
+    0.990000000000D+02-0.113312500000D+03 0.453876048616D-08 0.251457281172D+01
+   -0.586546957493D-05 0.127636012621D-03 0.359676778317D-05 0.517666273308D+04
+    0.259200000000D+06 0.111758708954D-07-0.853991990023D+00 0.409781932831D-07
+    0.959330494732D+00 0.304375000000D+03-0.127593515376D+01-0.811355224773D-08
+   -0.406445501515D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02 0.465661287308D-08 0.990000000000D+02
+    0.254670000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31  0  0  0.0 0.488269142806D-04 0.170530256582D-11 0.000000000000D+00
+    0.350000000000D+02-0.558750000000D+02 0.387516141603D-08-0.251702141913D+01
+   -0.276975333691D-05 0.182793091517D-02 0.111795961857D-04 0.515364176178D+04
+    0.259200000000D+06-0.447034835815D-07 0.192119666830D+00 0.353902578354D-07
+    0.970883337280D+00 0.170031250000D+03 0.723051590915D+00-0.756210070613D-08
+    0.242867259253D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.350000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31  0  0  0.0-0.227442011237D-03 0.135287336889D-10 0.000000000000D+00
+    0.550000000000D+02 0.705000000000D+02 0.447411493627D-08 0.399475719081D+00
+    0.386312603950D-05 0.208267301787D-01 0.277534127235D-05 0.515365873528D+04
+    0.259200000000D+06-0.264495611191D-06-0.180480338174D+01 0.707805156708D-07
+    0.981219116835D+00 0.337062500000D+03 0.121056496660D+01-0.863893127474D-08
+    0.660741808263D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.550000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31  0  0  0.0-0.217175111175D-03 0.284217094304D-11 0.000000000000D+00
+    0.124000000000D+03-0.470000000000D+02 0.502913805521D-08 0.246644873758D+01
+   -0.245869159699D-05 0.561740645207D-02 0.112093985081D-04 0.515360397911D+04
+    0.259200000000D+06 0.335276126862D-07 0.207748844293D+00-0.968575477600D-07
+    0.975759522655D+00 0.172125000000D+03 0.882205460907D+00-0.753995692661D-08
+    0.256082095419D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.124000000000D+03
+    0.254280000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  0  0  0.0 0.200050417334D-03 0.363797880709D-11 0.000000000000D+00
+    0.750000000000D+02-0.595937500000D+02 0.354764777377D-08 0.240674853417D+01
+   -0.308081507683D-05 0.182371160481D-01 0.123474746942D-04 0.515363869476D+04
+    0.259200000000D+06 0.203028321266D-06 0.252734545145D+00-0.150874257088D-06
+    0.981186226048D+00 0.147062500000D+03-0.181649965755D+01-0.716351267477D-08
+    0.312155859687D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.750000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31  0  0  0.0 0.371811445802D-03 0.409272615798D-11 0.000000000000D+00
+    0.420000000000D+02 0.258125000000D+02 0.466483716633D-08-0.174391474903D+01
+    0.141002237797D-05 0.175909057725D-02 0.589154660702D-05 0.515375277329D+04
+    0.259200000000D+06-0.223517417908D-07 0.129367875695D+01 0.260770320892D-07
+    0.964070210331D+00 0.267593750000D+03-0.108128783660D+01-0.808069373619D-08
+    0.455733268834D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.420000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  0  0  0.0-0.341379549354D-03 0.160298441187D-10 0.000000000000D+00
+    0.530000000000D+02-0.641562500000D+02 0.410159941951D-08 0.159667769999D+01
+   -0.350922346115D-05 0.110284567345D-01 0.108033418655D-04 0.515373913383D+04
+    0.259200000000D+06 0.113621354103D-06 0.998568175401D-01-0.281259417534D-06
+    0.962052670750D+00 0.173437500000D+03 0.161433120351D+01-0.776210903728D-08
+    0.154292141173D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.800000000000D+01 0.000000000000D+00-0.465661287308D-08 0.530000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  0  0  0.0 0.283898320049D-03 0.227373675443D-11 0.000000000000D+00
+    0.610000000000D+02-0.963437500000D+02 0.415981613018D-08-0.109031399433D+01
+   -0.503100454807D-05 0.794942898210D-02 0.473111867905D-05 0.515375594711D+04
+    0.259200000000D+06-0.838190317154D-07-0.825212007038D+00-0.521540641785D-07
+    0.980834817033D+00 0.301031250000D+03-0.853944806526D+00-0.814141055100D-08
+   -0.290012080167D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.135041773319D-07 0.610000000000D+02
+    0.252018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31  0  0  0.0-0.503328628838D-03-0.363797880709D-11 0.000000000000D+00
+    0.160000000000D+02 0.816875000000D+02 0.467983779117D-08-0.470179575358D+00
+    0.421330332756D-05 0.118043969851D-01 0.101905316114D-04 0.515354753494D+04
+    0.259200000000D+06 0.558793544769D-07-0.285417039559D+01-0.219792127609D-06
+    0.951028762325D+00 0.181531250000D+03-0.481960640441D+00-0.812498129523D-08
+    0.692886004340D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.160000000000D+02
+    0.252000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  1 59 44.0-0.341245438904D-03 0.167119651451D-10 0.000000000000D+00
+    0.105000000000D+03-0.739375000000D+02 0.408909889881D-08 0.264458549109D+01
+   -0.372715294361D-05 0.110292553436D-01 0.107903033495D-04 0.515373654366D+04
+    0.266384000000D+06 0.128522515297D-06 0.998028139192D-01 0.931322574615D-08
+    0.962054259479D+00 0.170906250000D+03 0.161422782055D+01-0.753567103380D-08
+    0.517878714584D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.105000000000D+03
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  2  0  0.0 0.280196312815D-03 0.170530256582D-11 0.000000000000D+00
+    0.220000000000D+02-0.322187500000D+02 0.474448334106D-08 0.337478491437D+00
+   -0.168755650520D-05 0.135984690860D-02 0.689923763275D-05 0.515371141434D+04
+    0.266400000000D+06 0.372529029846D-08 0.229345957001D+01 0.558793544769D-08
+    0.960009749539D+00 0.247406250000D+03 0.503845068358D+00-0.810033741157D-08
+   -0.428946438769D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.220000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  2  0  0.0 0.407517421991D-03 0.113686837722D-11 0.000000000000D+00
+    0.320000000000D+02-0.302812500000D+02 0.529022035891D-08 0.133992680688D+01
+   -0.164471566677D-05 0.115498933010D-01 0.676140189171D-05 0.515377590942D+04
+    0.266400000000D+06-0.689178705216D-07 0.227636619881D+01 0.162050127983D-06
+    0.938517326614D+00 0.236531250000D+03-0.272693793936D+01-0.842642242289D-08
+   -0.572881005651D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.320000000000D+02
+    0.259560000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  2  0  0.0 0.121801160276D-03 0.511590769747D-11 0.000000000000D+00
+    0.850000000000D+02 0.292500000000D+02 0.534415117678D-08 0.151930747232D+01
+    0.129081308842D-05 0.158748829272D-01 0.692717730999D-05 0.515374750710D+04
+    0.266400000000D+06-0.292435288429D-06 0.110939128580D+01-0.296160578728D-06
+    0.932224839044D+00 0.233531250000D+03 0.124978496645D+01-0.851535469870D-08
+    0.493234830925D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.850000000000D+02
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  2  0  0.0 0.319043174386D-04 0.111413100967D-10 0.000000000000D+00
+    0.101000000000D+03-0.317500000000D+02 0.518700177373D-08-0.166006024669D+01
+   -0.163540244103D-05 0.103749035625D-01 0.631064176559D-05 0.515367715454D+04
+    0.266400000000D+06 0.178813934326D-06 0.229305936975D+01-0.186264514923D-07
+    0.937583821032D+00 0.236312500000D+03 0.924638927083D+00-0.822534261854D-08
+   -0.336442585613D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.101000000000D+03
+    0.259200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  2  0  0.0-0.363262835890D-03-0.261479726760D-11 0.000000000000D+00
+    0.230000000000D+02 0.845937500000D+02 0.449090134978D-08-0.281321334876D+01
+    0.433810055256D-05 0.301935535390D-02 0.117160379887D-04 0.515378787613D+04
+    0.266400000000D+06-0.540167093277D-07-0.294310519841D+01-0.502914190292D-07
+    0.950450464957D+00 0.150968750000D+03 0.251256471235D+00-0.785318425950D-08
+   -0.785747015231D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.230000000000D+02
+    0.259200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  2  0  0.0 0.470885541290D-03-0.100044417195D-10 0.000000000000D+00
+    0.330000000000D+02 0.354687500000D+02 0.511985611970D-08-0.287918577248D+01
+    0.196695327759D-05 0.737555243541D-02 0.621937215328D-05 0.515368171883D+04
+    0.266400000000D+06-0.745058059692D-07 0.118727767193D+01 0.540167093277D-07
+    0.938939975350D+00 0.247406250000D+03-0.421470828455D+00-0.823927177017D-08
+    0.496449250533D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.330000000000D+02
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  2  0  0.0 0.139768235385D-03 0.454747350886D-11 0.000000000000D+00
+    0.900000000000D+02-0.101156250000D+03 0.433339478900D-08-0.302115361003D-01
+   -0.544823706150D-05 0.605382141657D-02 0.425614416599D-05 0.515371689796D+04
+    0.266400000000D+06 0.353902578354D-07-0.828879418315D+00 0.242143869400D-07
+    0.975794900403D+00 0.303125000000D+03-0.294453936576D+01-0.819141263379D-08
+   -0.437518224390D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.900000000000D+02
+    0.259200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  2  0  0.0 0.262260437012D-05 0.113686837722D-12 0.000000000000D+00
+    0.910000000000D+02-0.101000000000D+03 0.377980030100D-08-0.662708499372D+00
+   -0.539422035217D-05 0.127683610190D-01 0.538676977158D-05 0.515363555908D+04
+    0.266400000000D+06 0.223517417908D-06-0.742171271898D+00-0.167638063431D-07
+    0.998275420624D+00 0.292343750000D+03-0.290679371085D+01-0.787961393183D-08
+   -0.410017078857D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.910000000000D+02
+    0.260160000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  2  0  0.0 0.196262262762D-03 0.272848410532D-11 0.000000000000D+00
+    0.680000000000D+02-0.990625000000D+02 0.427767821165D-08-0.601580354785D+00
+   -0.512227416038D-05 0.172245058929D-01 0.426918268204D-05 0.515365886879D+04
+    0.266400000000D+06-0.182539224625D-06-0.853490210585D+00 0.689178705216D-07
+    0.984454303113D+00 0.310000000000D+03 0.164723439916D+01-0.844249470333D-08
+   -0.324299226362D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.680000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+10 12 10 31  2  0  0.0-0.569145195186D-04-0.125055521494D-11 0.000000000000D+00
+    0.173000000000D+03 0.784375000000D+02 0.458483383388D-08-0.252477129788D+01
+    0.373274087906D-05 0.118673439138D-01 0.111926347017D-04 0.515373922730D+04
+    0.266400000000D+06 0.135973095894D-06-0.292246231981D+01-0.193715095520D-06
+    0.945305297223D+00 0.154812500000D+03 0.768829381447D+00-0.782068290569D-08
+    0.317870383435D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.173000000000D+03
+    0.259200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  2  0  0.0-0.318252015859D-03-0.386535248253D-11 0.000000000000D+00
+    0.600000000000D+02-0.235625000000D+02 0.665920595409D-08 0.140575486253D+00
+   -0.124238431454D-05 0.136990286410D-01 0.467151403427D-05 0.515367186546D+04
+    0.266400000000D+06-0.152736902237D-06 0.201193056777D+01 0.158324837685D-06
+    0.888058101676D+00 0.252625000000D+03 0.111304192618D+01-0.931717381197D-08
+   -0.258939357292D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.600000000000D+02
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  2  0  0.0 0.990321859717D-04 0.204636307899D-11 0.000000000000D+00
+    0.250000000000D+02-0.589375000000D+02 0.373194097847D-08-0.355728463233D+00
+   -0.316090881825D-05 0.400524062570D-02 0.119078904390D-04 0.515369371986D+04
+    0.266400000000D+06 0.894069671631D-07 0.227922351481D+00 0.316649675369D-07
+    0.982029144816D+00 0.162000000000D+03 0.146252600259D+00-0.758174412141D-08
+    0.172864347836D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.250000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+13 12 10 31  2  0  0.0 0.170672312379D-03-0.261479726760D-11 0.000000000000D+00
+    0.700000000000D+02 0.682812500000D+02 0.430410785480D-08 0.230561221190D+01
+    0.363029539585D-05 0.478410837240D-02 0.206008553505D-05 0.515359925079D+04
+    0.266400000000D+06 0.113621354103D-06-0.179824677162D+01-0.353902578354D-07
+    0.983715750384D+00 0.348625000000D+03 0.208078972531D+01-0.813319592311D-08
+    0.130005415247D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.700000000000D+02
+    0.259230000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  2  0  0.0 0.215862877667D-03 0.682121026330D-12 0.000000000000D+00
+    0.860000000000D+02 0.760000000000D+02 0.439411160381D-08 0.253245824774D+01
+    0.382214784622D-05 0.685183168389D-02 0.238791108131D-05 0.515366205978D+04
+    0.266400000000D+06-0.391155481338D-07-0.182605638642D+01-0.109896063805D-06
+    0.976497057193D+00 0.339187500000D+03-0.203030827719D+01-0.811855245601D-08
+    0.173578658819D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.860000000000D+02
+    0.260298000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  2  0  0.0-0.984957441688D-04-0.909494701773D-12 0.000000000000D+00
+    0.490000000000D+02 0.101500000000D+03 0.527807699595D-08 0.212483103794D+01
+    0.535696744919D-05 0.483985117171D-02 0.257976353169D-05 0.515365840721D+04
+    0.266400000000D+06-0.447034835815D-07-0.191910056270D+01 0.128522515297D-06
+    0.943292816412D+00 0.321156250000D+03 0.460768329308D-01-0.865143179543D-08
+    0.263582407837D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.490000000000D+02
+    0.262650000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31  2  0  0.0-0.248817726970D-03-0.568434188608D-12 0.000000000000D+00
+    0.540000000000D+02-0.445312500000D+02 0.365693804043D-08-0.259344767697D+01
+   -0.232644379139D-05 0.655578658916D-02 0.114254653454D-04 0.515377920532D+04
+    0.266400000000D+06-0.614672899246D-07 0.246167583422D+00-0.242143869400D-07
+    0.982793263501D+00 0.172468750000D+03 0.279043650717D-01-0.746673959110D-08
+    0.241795786051D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.540000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  2  0  0.0 0.830497592688D-04-0.352429196937D-11 0.000000000000D+00
+    0.840000000000D+02 0.276562500000D+02 0.459983445871D-08 0.277883462468D+01
+    0.145100057125D-05 0.766527815722D-02 0.590644776821D-05 0.515374666977D+04
+    0.266400000000D+06 0.316649675369D-07 0.128495688910D+01-0.875443220139D-07
+    0.963496475804D+00 0.265843750000D+03-0.229291424828D+01-0.793033033009D-08
+    0.473233997810D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.840000000000D+02
+    0.259200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  2  0  0.0 0.222268514335D-03 0.181898940355D-11 0.000000000000D+00
+    0.200000000000D+02 0.785312500000D+02 0.490091833782D-08-0.204455695152D+01
+    0.396370887756D-05 0.136152533814D-01 0.111497938633D-04 0.515374996948D+04
+    0.266400000000D+06 0.163912773132D-06-0.293607847372D+01-0.521540641785D-07
+    0.929097834094D+00 0.143906250000D+03-0.213876228977D+01-0.793283039258D-08
+    0.342871425696D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.200000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+19 12 10 31  2  0  0.0-0.317769590765D-03-0.352429196937D-11 0.000000000000D+00
+    0.110000000000D+03 0.264687500000D+02 0.480091426306D-08 0.197921364695D+01
+    0.136904418468D-05 0.864628935233D-02 0.571273267269D-05 0.515362772369D+04
+    0.266400000000D+06-0.128522515297D-06 0.133754905006D+01 0.130385160446D-06
+    0.960782179063D+00 0.270125000000D+03 0.267416170088D+00-0.817462622028D-08
+    0.317870383435D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.110000000000D+03
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  2  0  0.0 0.719781965017D-04 0.102318153949D-11 0.000000000000D+00
+    0.330000000000D+02 0.623437500000D+02 0.500842290663D-08-0.155163305817D+01
+    0.335089862347D-05 0.520109909121D-02 0.106282532215D-04 0.515361586761D+04
+    0.266400000000D+06 0.102445483208D-06-0.298966155394D+01 0.102445483208D-06
+    0.929697476900D+00 0.159781250000D+03 0.127375491136D+01-0.813141013444D-08
+   -0.892894335490D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.330000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  2  0  0.0-0.259209424257D-03-0.238742359215D-11 0.000000000000D+00
+    0.370000000000D+02-0.280312500000D+02 0.548201395390D-08-0.923750940197D+00
+   -0.109337270260D-05 0.194292570232D-01 0.653229653835D-05 0.515377213097D+04
+    0.266400000000D+06 0.210478901863D-06 0.229804516866D+01 0.409781932831D-06
+    0.931325011299D+00 0.235812500000D+03-0.220741350082D+01-0.861035864830D-08
+   -0.412517187076D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.370000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+22 12 10 31  2  0  0.0 0.150322914124D-03 0.795807864051D-12 0.000000000000D+00
+    0.280000000000D+02 0.750000000000D+02 0.497377860642D-08-0.277577302095D+01
+    0.375881791115D-05 0.621971511282D-02 0.113248825073D-04 0.515368147659D+04
+    0.266400000000D+06 0.800937414169D-07-0.293303120219D+01-0.353902578354D-07
+    0.926830267184D+00 0.141718750000D+03-0.201091240312D+01-0.805604985253D-08
+   -0.525021869268D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.280000000000D+02
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  2  0  0.0 0.148925464600D-03-0.386535248253D-11 0.000000000000D+00
+    0.700000000000D+02 0.819375000000D+02 0.491091884520D-08 0.160241434598D+01
+    0.442564487457D-05 0.822934159078D-02 0.285916030407D-05 0.515357144165D+04
+    0.266400000000D+06 0.260770320892D-07-0.188103033454D+01 0.180676579475D-06
+    0.958093158620D+00 0.324375000000D+03-0.291779709746D+01-0.850892585949D-08
+    0.136077096729D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.700000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  2  0  0.0 0.330386683345D-05 0.159161572810D-11 0.000000000000D+00
+    0.100000000000D+03-0.109312500000D+03 0.452483133453D-08-0.273436965683D+01
+   -0.566430389881D-05 0.127772451378D-03 0.360980629921D-05 0.517666252136D+04
+    0.266400000000D+06-0.465661287308D-07-0.854050530153D+00 0.558793544769D-07
+    0.959327658133D+00 0.303531250000D+03-0.127392594989D+01-0.809426573009D-08
+   -0.376087094109D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.630000000000D+02 0.465661287308D-08 0.100000000000D+03
+    0.259200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 12 10 31  2  0  0.0 0.488394871354D-04 0.170530256582D-11 0.000000000000D+00
+    0.370000000000D+02-0.665625000000D+02 0.386837541908D-08-0.146564768837D+01
+   -0.342912971973D-05 0.182708527427D-02 0.119507312775D-04 0.515364612198D+04
+    0.266400000000D+06 0.521540641785D-07 0.192065651505D+00-0.484287738800D-07
+    0.970884611481D+00 0.157312500000D+03 0.721872102974D+00-0.759888795276D-08
+    0.141791620476D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.370000000000D+02
+    0.259218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31  2  0  0.0-0.227344688028D-03 0.135287336889D-10 0.000000000000D+00
+    0.560000000000D+02 0.760625000000D+02 0.451875965305D-08 0.144969961671D+01
+    0.358745455742D-05 0.208260962972D-01 0.273063778877D-05 0.515365694427D+04
+    0.266400000000D+06-0.450760126114D-06-0.180486625357D+01-0.290572643280D-06
+    0.981220610474D+00 0.341000000000D+03 0.121053243131D+01-0.840785022071D-08
+    0.222866426138D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.560000000000D+02
+    0.262740000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31  2  0  0.0-0.217154622078D-03 0.284217094304D-11 0.000000000000D+00
+    0.125000000000D+03-0.575000000000D+02 0.505735351622D-08-0.276647117337D+01
+   -0.290945172310D-05 0.561884790659D-02 0.112466514111D-04 0.515360125732D+04
+    0.266400000000D+06 0.260770320892D-07 0.207695106923D+00-0.130385160446D-07
+    0.975761461021D+00 0.171156250000D+03 0.882168010204D+00-0.747674000766D-08
+    0.222509268404D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.125000000000D+03
+    0.259650000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  2  0  0.0 0.200076494366D-03 0.363797880709D-11 0.000000000000D+00
+    0.820000000000D+02-0.520312500000D+02 0.351550357769D-08-0.282627458712D+01
+   -0.271014869213D-05 0.182367810048D-01 0.121667981148D-04 0.515363949585D+04
+    0.266400000000D+06 0.160187482834D-06 0.252683293273D+00-0.633299350738D-07
+    0.981188427739D+00 0.150812500000D+03-0.181646766500D+01-0.712922553229D-08
+    0.302869758598D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.820000000000D+02
+    0.259200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31  2  0  0.0 0.371840782464D-03 0.409272615798D-11 0.000000000000D+00
+    0.430000000000D+02 0.234375000000D+02 0.467519474063D-08-0.693967315118D+00
+    0.130385160446D-05 0.175905856304D-02 0.596977770328D-05 0.515375216865D+04
+    0.266400000000D+06-0.558793544769D-07 0.129362064984D+01 0.111758708954D-07
+    0.964073479953D+00 0.266593750000D+03-0.108110137306D+01-0.807462205471D-08
+    0.438589697593D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.430000000000D+02
+    0.259860000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  2  0  0.0 0.283915083855D-03 0.227373675443D-11 0.000000000000D+00
+    0.630000000000D+02-0.950625000000D+02 0.422446168007D-08-0.402734164294D-01
+   -0.502169132233D-05 0.794847751968D-02 0.433251261711D-05 0.515375370026D+04
+    0.266400000000D+06 0.186264514923D-07-0.825270219474D+00-0.139698386192D-06
+    0.980832397366D+00 0.309406250000D+03-0.853856648157D+00-0.817426906255D-08
+   -0.385016037463D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.135041773319D-07 0.630000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 12 10 31  2  0  0.0-0.503354705870D-03-0.363797880709D-11 0.000000000000D+00
+    0.250000000000D+02 0.745312500000D+02 0.466590863954D-08 0.580117267756D+00
+    0.388175249100D-05 0.118048834847D-01 0.103041529655D-04 0.515354841614D+04
+    0.266400000000D+06 0.176951289177D-06-0.285422889622D+01-0.154599547386D-06
+    0.951029145610D+00 0.178312500000D+03-0.481999273182D+00-0.812105256015D-08
+    0.367872466222D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.250000000000D+02
+    0.263508000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  3 59 44.0 0.407525338233D-03 0.113686837722D-11 0.000000000000D+00
+    0.100000000000D+02-0.349687500000D+02 0.511021286088D-08 0.238765977488D+01
+   -0.175274908543D-05 0.115497477818D-01 0.677071511745D-05 0.515377715492D+04
+    0.273584000000D+06-0.266358256340D-06 0.227630513807D+01-0.745058059692D-07
+    0.938514487090D+00 0.235281250000D+03-0.272688091335D+01-0.821391357104D-08
+   -0.404302555110D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.100000000000D+02
+    0.267450000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  3 59 44.0-0.569261610508D-04-0.125055521494D-11 0.000000000000D+00
+    0.100000000000D+02 0.748437500000D+02 0.457519057505D-08-0.147702716489D+01
+    0.381097197533D-05 0.118684991030D-01 0.103153288364D-04 0.515373700905D+04
+    0.273584000000D+06 0.264495611191D-06-0.292251843442D+01-0.912696123123D-07
+    0.945305523975D+00 0.168031250000D+03 0.768894365731D+00-0.787639951223D-08
+    0.142863093678D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.100000000000D+02
+    0.271950000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  3 59 44.0 0.215867999941D-03 0.682121026330D-12 0.000000000000D+00
+    0.400000000000D+01 0.830000000000D+02 0.446482895100D-08-0.270293235338D+01
+    0.434555113316D-05 0.685111875646D-02 0.236555933952D-05 0.515366346741D+04
+    0.273584000000D+06 0.147148966789D-06-0.182611571799D+01-0.782310962677D-07
+    0.976498452817D+00 0.341156250000D+03-0.203024984531D+01-0.820176992988D-08
+    0.306441344522D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.400000000000D+01
+    0.273584000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+19 12 10 31  3 59 44.0-0.317794736475D-03-0.352429196937D-11 0.000000000000D+00
+    0.500000000000D+01 0.270625000000D+02 0.470483883257D-08 0.302710474322D+01
+    0.139512121677D-05 0.864659401123D-02 0.586733222008D-05 0.515362712097D+04
+    0.273584000000D+06-0.800937414169D-07 0.133749051432D+01-0.651925802231D-07
+    0.960785499887D+00 0.267687500000D+03 0.267402292847D+00-0.800140471920D-08
+    0.384301721995D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.500000000000D+01
+    0.267066000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  3 59 44.0 0.200094655156D-03 0.363797880709D-11 0.000000000000D+00
+    0.250000000000D+02-0.371250000000D+02 0.372479800993D-08-0.177850111385D+01
+   -0.196136534214D-05 0.182390676346D-01 0.114385038614D-04 0.515363439560D+04
+    0.273584000000D+06 0.409781932831D-06 0.252632794804D+00 0.182539224625D-06
+    0.981189554186D+00 0.167093750000D+03-0.181637797057D+01-0.733244828305D-08
+    0.133576992589D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.250000000000D+02
+    0.272340000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  3 59 44.0 0.283929519355D-03 0.227373675443D-11 0.000000000000D+00
+    0.200000000000D+02-0.103375000000D+03 0.421874715632D-08 0.100741403141D+01
+   -0.558979809284D-05 0.795005983673D-02 0.362657010555D-05 0.515375713158D+04
+    0.273584000000D+06 0.119209289551D-06-0.825328908822D+00-0.100582838059D-06
+    0.980829686579D+00 0.319125000000D+03-0.853748892537D+00-0.814748223248D-08
+   -0.403588239642D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.200000000000D+02
+    0.272298000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31  4  0  0.0 0.280209351331D-03 0.170530256582D-11 0.000000000000D+00
+    0.410000000000D+02-0.316875000000D+02 0.471305346045D-08 0.138774544860D+01
+   -0.172294676304D-05 0.135980895720D-02 0.670924782753D-05 0.515371115685D+04
+    0.273600000000D+06 0.186264514923D-08 0.229340128443D+01-0.372529029846D-08
+    0.960006642302D+00 0.248687500000D+03 0.503737440012D+00-0.809962309610D-08
+   -0.436089593453D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.410000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  4  0  0.0 0.407525803894D-03 0.113686837722D-11 0.000000000000D+00
+    0.330000000000D+02-0.349687500000D+02 0.511021286088D-08 0.238999328282D+01
+   -0.175274908543D-05 0.115497476654D-01 0.677071511745D-05 0.515377715683D+04
+    0.273600000000D+06-0.266358256340D-06 0.227630500202D+01-0.745058059692D-07
+    0.938514488553D+00 0.235281250000D+03-0.272688081973D+01-0.821391357104D-08
+   -0.404302555110D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.330000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  4  0  0.0 0.121838413179D-03 0.511590769747D-11 0.000000000000D+00
+    0.860000000000D+02 0.285000000000D+02 0.516628662515D-08 0.256946976647D+01
+    0.137463212013D-05 0.158750665141D-01 0.672601163387D-05 0.515374678802D+04
+    0.273600000000D+06 0.160187482834D-06 0.110933220585D+01-0.152736902237D-06
+    0.932230320598D+00 0.230968750000D+03 0.124976361808D+01-0.805569269479D-08
+    0.456447584303D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.860000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  4  0  0.0 0.319848768413D-04 0.111413100967D-10 0.000000000000D+00
+    0.102000000000D+03-0.304687500000D+02 0.521807449660D-08-0.609868139730D+00
+   -0.132620334625D-05 0.103750883136D-01 0.664219260216D-05 0.515367744255D+04
+    0.273600000000D+06-0.111758708954D-07 0.229299959785D+01 0.171363353729D-06
+    0.937580020371D+00 0.238250000000D+03 0.924630347068D+00-0.849356807692D-08
+   -0.391444876679D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.102000000000D+03
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  4  0  0.0-0.363281928003D-03-0.261479726760D-11 0.000000000000D+00
+    0.290000000000D+02 0.722187500000D+02 0.450518765915D-08-0.176378915676D+01
+    0.344030559063D-05 0.302083371207D-02 0.108182430267D-04 0.515378310394D+04
+    0.273600000000D+06 0.186264514923D-07-0.294316218784D+01-0.540167093277D-07
+    0.950449989509D+00 0.164875000000D+03 0.251944548902D+00-0.788854287519D-08
+   -0.289297764699D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.290000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  4  0  0.0 0.470813363790D-03-0.101181285572D-10 0.000000000000D+00
+    0.340000000000D+02 0.286875000000D+02 0.516807241382D-08-0.182913576168D+01
+    0.153668224812D-05 0.737645511981D-02 0.672042369842D-05 0.515367923737D+04
+    0.273600000000D+06-0.102445483208D-06 0.118721780494D+01-0.465661287308D-07
+    0.938943278619D+00 0.240781250000D+03-0.421339546186D+00-0.832891836145D-08
+    0.529664919813D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.340000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  4  0  0.0 0.139800831675D-03 0.454747350886D-11 0.000000000000D+00
+    0.111000000000D+03-0.919062500000D+02 0.437661087484D-08 0.101986837235D+01
+   -0.466592609882D-05 0.605521327816D-02 0.393576920033D-05 0.515371962357D+04
+    0.273600000000D+06 0.484287738800D-07-0.828938546538D+00 0.931322574616D-08
+    0.975791722945D+00 0.309062500000D+03-0.294446713125D+01-0.820891336276D-08
+   -0.424303388225D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.111000000000D+03
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  4  0  0.0 0.262353569269D-05 0.113686837722D-12 0.000000000000D+00
+    0.960000000000D+02-0.947500000000D+02 0.379587239904D-08 0.387484564333D+00
+   -0.502727925777D-05 0.127699368168D-01 0.481866300106D-05 0.515363853073D+04
+    0.273600000000D+06 0.100582838059D-06-0.742228376905D+00 0.949949026108D-07
+    0.998271971063D+00 0.302375000000D+03-0.290678835657D+01-0.796818904991D-08
+   -0.436089593453D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.419095158577D-08 0.960000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  4  0  0.0 0.196282286197D-03 0.272848410532D-11 0.000000000000D+00
+    0.690000000000D+02-0.961250000000D+02 0.432768026525D-08 0.448617795486D+00
+   -0.507012009621D-05 0.172240926186D-01 0.429339706898D-05 0.515365808868D+04
+    0.273600000000D+06-0.201165676117D-06-0.853550611546D+00-0.372529029846D-07
+    0.984451671324D+00 0.312718750000D+03 0.164722436062D+01-0.843785147038D-08
+   -0.402159608705D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.558793544769D-08 0.690000000000D+02
+    0.269310000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  4  0  0.0-0.569233670831D-04-0.125055521494D-11 0.000000000000D+00
+    0.174000000000D+03 0.748437500000D+02 0.457519057505D-08-0.147469313761D+01
+    0.381097197533D-05 0.118685042253D-01 0.103153288364D-04 0.515373699951D+04
+    0.273600000000D+06 0.264495611191D-06-0.292251856316D+01-0.912696123123D-07
+    0.945305551771D+00 0.168031250000D+03 0.768894032186D+00-0.787639951223D-08
+    0.139291516337D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.174000000000D+03
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  4  0  0.0-0.318280421197D-03-0.386535248253D-11 0.000000000000D+00
+    0.720000000000D+02-0.244062500000D+02 0.665599153448D-08 0.119076310498D+01
+   -0.137463212013D-05 0.136991536710D-01 0.477768480778D-05 0.515367221832D+04
+    0.273600000000D+06-0.229105353355D-06 0.201186377971D+01 0.558793544769D-08
+    0.888055863411D+00 0.251718750000D+03 0.111305149806D+01-0.928538677363D-08
+   -0.316798910232D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.720000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  4  0  0.0 0.990466214716D-04 0.204636307899D-11 0.000000000000D+00
+    0.390000000000D+02-0.553437500000D+02 0.376694262257D-08 0.694364174072D+00
+   -0.289827585220D-05 0.400526227895D-02 0.118501484394D-04 0.515369385147D+04
+    0.273600000000D+06 0.447034835815D-07 0.227867831450D+00 0.875443220139D-07
+    0.982030379519D+00 0.159937500000D+03 0.146323415735D+00-0.756960101855D-08
+    0.152506352502D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.390000000000D+02
+    0.267750000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  4  0  0.0 0.170653220266D-03-0.261479726760D-11 0.000000000000D+00
+    0.730000000000D+02 0.690625000000D+02 0.432339437244D-08-0.292740014377D+01
+    0.365823507309D-05 0.478378112894D-02 0.245124101639D-05 0.515359997749D+04
+    0.273600000000D+06 0.372529029846D-08-0.179830603005D+01 0.121071934700D-06
+    0.983717339113D+00 0.345250000000D+03 0.208084183884D+01-0.809569436102D-08
+    0.282868925483D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.730000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  4  0  0.0 0.215867999941D-03 0.682121026330D-12 0.000000000000D+00
+    0.109000000000D+03 0.830000000000D+02 0.446447167745D-08-0.270059815640D+01
+    0.434555113316D-05 0.685111829080D-02 0.236742198467D-05 0.515366345787D+04
+    0.273600000000D+06 0.147148966789D-06-0.182611589207D+01-0.782310962677D-07
+    0.976498468909D+00 0.341156250000D+03-0.203025023299D+01-0.820141305035D-08
+    0.306441335940D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.884756445885D-08 0.109000000000D+03
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  4  0  0.0-0.985022634268D-04-0.909494701773D-12 0.000000000000D+00
+    0.500000000000D+02 0.997500000000D+02 0.517057251796D-08-0.310818686220D+01
+    0.525079667568D-05 0.483957363758D-02 0.257417559624D-05 0.515365896797D+04
+    0.273600000000D+06-0.484287738800D-07-0.191916276744D+01-0.502914190292D-07
+    0.943295626678D+00 0.322843750000D+03 0.461049297354D-01-0.849928260066D-08
+    0.334299639207D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.500000000000D+02
+    0.267390000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31  4  0  0.0-0.248821917921D-03-0.568434188608D-12 0.000000000000D+00
+    0.560000000000D+02-0.525000000000D+02 0.370051123077D-08-0.154345324243D+01
+   -0.273063778877D-05 0.655647553503D-02 0.113509595394D-04 0.515377732658D+04
+    0.273600000000D+06-0.204890966415D-07 0.246113541765D+00-0.670552253723D-07
+    0.982795052650D+00 0.173781250000D+03 0.280212741700D-01-0.749388373578D-08
+    0.261082294672D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.560000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  4  0  0.0 0.830246135592D-04-0.352429196937D-11 0.000000000000D+00
+    0.860000000000D+02 0.277500000000D+02 0.460912055980D-08-0.245422104215D+01
+    0.151060521603D-05 0.766530202236D-02 0.594556331634D-05 0.515374661064D+04
+    0.273600000000D+06 0.931322574616D-08 0.128490002547D+01-0.670552253723D-07
+    0.963499866848D+00 0.266625000000D+03-0.229290714874D+01-0.790961518151D-08
+    0.453947480163D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.860000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  4  0  0.0 0.222282018512D-03 0.181898940355D-11 0.000000000000D+00
+    0.430000000000D+02 0.801562500000D+02 0.498485031031D-08-0.994411131295D+00
+    0.439397990704D-05 0.136155959917D-01 0.111404806375D-04 0.515375020409D+04
+    0.273600000000D+06 0.968575477600D-07-0.293613555239D+01 0.299885869026D-06
+    0.929096385805D+00 0.148906250000D+03-0.213877108630D+01-0.825320078945D-08
+   -0.932181692948D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.430000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+19 12 10 31  4  0  0.0-0.317794270813D-03-0.352429196937D-11 0.000000000000D+00
+    0.111000000000D+03 0.270625000000D+02 0.470483883257D-08 0.302943871491D+01
+    0.139512121677D-05 0.864659599028D-02 0.586733222008D-05 0.515362711716D+04
+    0.273600000000D+06-0.800937414169D-07 0.133749038265D+01-0.651925802231D-07
+    0.960785482332D+00 0.267687500000D+03 0.267402143630D+00-0.800140471920D-08
+    0.384658879729D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.144354999065D-07 0.111000000000D+03
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  4  0  0.0 0.719856470823D-04 0.102318153950D-11 0.000000000000D+00
+    0.480000000000D+02 0.565937500000D+02 0.504628162646D-08-0.501561347906D+00
+    0.296533107758D-05 0.520042411517D-02 0.110939145088D-04 0.515361396027D+04
+    0.273600000000D+06-0.204890966415D-07-0.298972065144D+01 0.856816768646D-07
+    0.929696395804D+00 0.154562500000D+03 0.127390356139D+01-0.823677166603D-08
+   -0.846463830045D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.480000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  4  0  0.0-0.259226188064D-03-0.238742359215D-11 0.000000000000D+00
+    0.390000000000D+02-0.284687500000D+02 0.545879880945D-08 0.126376930026D+00
+   -0.136345624924D-05 0.194292074302D-01 0.679679214954D-05 0.515377204513D+04
+    0.273600000000D+06-0.121071934700D-06 0.229798240947D+01 0.365078449249D-06
+    0.931321561738D+00 0.236000000000D+03-0.220741365443D+01-0.871822029173D-08
+   -0.453590322429D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.390000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  4  0  0.0 0.150328967720D-03 0.795807864051D-12 0.000000000000D+00
+    0.290000000000D+02 0.794062500000D+02 0.495556351510D-08-0.172566187188D+01
+    0.412389636040D-05 0.621973711532D-02 0.112894922495D-04 0.515368084717D+04
+    0.273600000000D+06 0.113621354103D-06-0.293308915715D+01 0.260770320892D-07
+    0.926829882436D+00 0.140437500000D+03-0.201084439645D+01-0.808176547906D-08
+   -0.589310267252D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.290000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+23 12 10 31  4  0  0.0 0.148897524923D-03-0.386535248253D-11 0.000000000000D+00
+    0.710000000000D+02 0.877812500000D+02 0.485163066132D-08 0.265273468795D+01
+    0.457838177681D-05 0.822990771849D-02 0.303797423840D-05 0.515356991005D+04
+    0.273600000000D+06-0.188127160072D-06-0.188109201702D+01-0.298023223877D-07
+    0.958095516844D+00 0.322062500000D+03-0.291787042476D+01-0.830284584686D-08
+    0.307512809143D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.710000000000D+02
+    0.272736000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  4  0  0.0 0.331550836563D-05 0.159161572810D-11 0.000000000000D+00
+    0.101000000000D+03-0.100812500000D+03 0.454626079858D-08-0.170349742096D+01
+   -0.527687370777D-05 0.128668616526D-03 0.372529029846D-05 0.517666045189D+04
+    0.273600000000D+06-0.558793544769D-07-0.854108757218D+00-0.130385160446D-07
+    0.959325228226D+00 0.300375000000D+03-0.126854473301D+01-0.805104964425D-08
+   -0.353228999120D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02 0.465661287308D-08 0.101000000000D+03
+    0.266460000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31  4  0  0.0 0.488520599902D-04 0.170530256582D-11 0.000000000000D+00
+    0.660000000000D+02-0.666562500000D+02 0.401088140478D-08-0.415623151367D+00
+   -0.355578958988D-05 0.182671402581D-02 0.118799507618D-04 0.515364525223D+04
+    0.273600000000D+06 0.558793544769D-08 0.192010730635D+00 0.670552253723D-07
+    0.970885054745D+00 0.153375000000D+03 0.722041181193D+00-0.769889219043D-08
+    0.108575953783D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.660000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+26 12 10 31  4  0  0.0-0.227246899158D-03 0.135287336889D-10 0.000000000000D+00
+    0.610000000000D+02 0.770000000000D+02 0.422803325741D-08 0.249983320548D+01
+    0.362470746040D-05 0.208256370388D-01 0.195577740669D-05 0.515365924835D+04
+    0.273600000000D+06 0.178813934326D-06-0.180492435336D+01-0.260770320892D-06
+    0.981224964118D+00 0.350187500000D+03 0.121058799879D+01-0.782246869436D-08
+    0.219294848796D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.610000000000D+02
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31  4  0  0.0-0.217133667320D-03 0.284217094304D-11 0.000000000000D+00
+    0.126000000000D+03-0.644687500000D+02 0.503985278724D-08-0.171599296791D+01
+   -0.330246984959D-05 0.561792799272D-02 0.118054449558D-04 0.515360439491D+04
+    0.273600000000D+06 0.113621354103D-06 0.207641567048D+00-0.484287738800D-07
+    0.975762822998D+00 0.161093750000D+03 0.881917813177D+00-0.750816988827D-08
+    0.157149403046D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.126000000000D+03
+    0.266400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  4  0  0.0 0.200102571398D-03 0.363797880709D-11 0.000000000000D+00
+    0.830000000000D+02-0.371250000000D+02 0.372515516767D-08-0.177616756787D+01
+   -0.196136534214D-05 0.182390735717D-01 0.114385038614D-04 0.515363439751D+04
+    0.273600000000D+06 0.409781932831D-06 0.252632674845D+00 0.182539224625D-06
+    0.981189557112D+00 0.167093750000D+03-0.181637780379D+01-0.733280544078D-08
+    0.133576992589D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.107102096081D-07 0.830000000000D+02
+    0.266400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 12 10 31  4  0  0.0 0.371869653463D-03 0.409272615798D-11 0.000000000000D+00
+    0.480000000000D+02 0.246875000000D+02 0.472698261208D-08 0.356198421277D+00
+    0.127404928207D-05 0.175895576831D-02 0.606290996075D-05 0.515375199318D+04
+    0.273600000000D+06 0.242143869400D-07 0.129356283824D+01-0.465661287308D-07
+    0.964076269738D+00 0.266468750000D+03-0.108113316812D+01-0.810569477758D-08
+    0.361086469272D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.480000000000D+02
+    0.270630000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  4  0  0.0-0.341124832630D-03 0.167119651451D-10 0.000000000000D+00
+    0.107000000000D+03-0.787500000000D+02 0.403231092960D-08-0.258610546229D+01
+   -0.396370887756D-05 0.110274135368D-01 0.114366412163D-04 0.515373997116D+04
+    0.273600000000D+06 0.128522515297D-06 0.997482865737D-01 0.558793544769D-07
+    0.962054755408D+00 0.158031250000D+03 0.161420558713D+01-0.753567075407D-08
+    0.817891240845D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.570000000000D+01 0.000000000000D+00-0.465661287308D-08 0.107000000000D+03
+    0.266400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  4  0  0.0 0.283931382000D-03 0.227373675443D-11 0.000000000000D+00
+    0.101000000000D+03-0.103375000000D+03 0.421874715632D-08 0.100974730675D+01
+   -0.558979809284D-05 0.795005913824D-02 0.362657010555D-05 0.515375712967D+04
+    0.273600000000D+06 0.119209289551D-06-0.825329044873D+00-0.100582838059D-06
+    0.980829661710D+00 0.319125000000D+03-0.853748526807D+00-0.814748223248D-08
+   -0.403588239642D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.135041773319D-07 0.101000000000D+03
+    0.270198000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31  4  0  0.0-0.503381248563D-03-0.363797880709D-11 0.000000000000D+00
+    0.260000000000D+02 0.821875000000D+02 0.446411451972D-08 0.163029499862D+01
+    0.423565506935D-05 0.118045151466D-01 0.106897205114D-04 0.515354974937D+04
+    0.273600000000D+06 0.931322574615D-07-0.285428490696D+01 0.186264514923D-06
+    0.951029957529D+00 0.168781250000D+03-0.481919334949D+00-0.781389690874D-08
+   -0.134648465792D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.260000000000D+02
+    0.266418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  5 59 44.0 0.407533254474D-03 0.113686837722D-11 0.000000000000D+00
+    0.130000000000D+02-0.344375000000D+02 0.504485299552D-08-0.284540948538D+01
+   -0.175088644028D-05 0.115495158825D-01 0.671669840813D-05 0.515377759361D+04
+    0.280784000000D+06-0.122934579849D-06 0.227624639020D+01-0.163912773132D-06
+    0.938512011832D+00 0.237000000000D+03-0.272687547715D+01-0.813462455405D-08
+   -0.380730144653D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.130000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  5 59 44.0 0.139831565321D-03 0.454747350886D-11 0.000000000000D+00
+    0.100000000000D+01-0.925312500000D+02 0.444804237887D-08 0.206781971160D+01
+   -0.474043190479D-05 0.605500524398D-02 0.388920307159D-05 0.515371811676D+04
+    0.280784000000D+06-0.670552253723D-07-0.828998093155D+00 0.119209289551D-06
+    0.975789168690D+00 0.315562500000D+03-0.294459896065D+01-0.816998291242D-08
+   -0.298941010834D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.100000000000D+01
+    0.276810000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  5 59 44.0 0.261887907982D-05 0.113686837722D-12 0.000000000000D+00
+    0.110000000000D+02-0.965937500000D+02 0.391802034413D-08 0.143541941210D+01
+   -0.481121242046D-05 0.127695995616D-01 0.478327274323D-05 0.515363678551D+04
+    0.280784000000D+06 0.260770320892D-07-0.742285217125D+00 0.158324837685D-06
+    0.998268736551D+00 0.309968750000D+03-0.290685928176D+01-0.792925885689D-08
+   -0.461804950315D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.110000000000D+02
+    0.273930000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  5 59 44.0 0.196301378310D-03 0.272848410532D-11 0.000000000000D+00
+    0.260000000000D+02-0.957187500000D+02 0.416981654674D-08 0.149644855371D+01
+   -0.533834099770D-05 0.172240566462D-01 0.388361513615D-05 0.515365872765D+04
+    0.280784000000D+06 0.391155481338D-07-0.853611117838D+00-0.454485416412D-06
+    0.984451011548D+00 0.317281250000D+03 0.164724925217D+01-0.801390523989D-08
+   -0.261082303697D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.260000000000D+02
+    0.278220000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  5 59 44.0-0.569350086153D-04-0.125055521494D-11 0.000000000000D+00
+    0.250000000000D+02 0.661250000000D+02 0.463090718159D-08-0.426809430532D+00
+    0.359304249287D-05 0.118685322814D-01 0.105276703834D-04 0.515373843956D+04
+    0.280784000000D+06 0.614672899246D-07-0.292257582031D+01 0.186264514923D-06
+    0.945304017169D+00 0.170281250000D+03 0.768818064313D+00-0.817962642856D-08
+   -0.617882880159D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.250000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  5 59 44.0 0.215872656554D-03 0.682121026330D-12 0.000000000000D+00
+    0.280000000000D+02 0.809687500000D+02 0.444554215662D-08-0.165272379737D+01
+    0.435858964920D-05 0.685130688362D-02 0.221282243729D-05 0.515366349220D+04
+    0.280784000000D+06 0.124797224999D-06-0.182617485499D+01 0.316649675369D-07
+    0.976500882724D+00 0.344093750000D+03-0.203027132680D+01-0.821284196206D-08
+    0.341442790708D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.280000000000D+02
+    0.280784000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+19 12 10 31  5 59 44.0-0.317819416523D-03-0.352429196937D-11 0.000000000000D+00
+    0.600000000000D+01 0.206562500000D+02 0.475876965043D-08-0.220590921727D+01
+    0.107660889625D-05 0.864745303988D-02 0.596791505814D-05 0.515362539291D+04
+    0.280784000000D+06-0.931322574616D-08 0.133743254326D+01-0.109896063805D-06
+    0.960788231155D+00 0.265875000000D+03 0.267442523095D+00-0.804426364730D-08
+    0.425374861428D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.600000000000D+01
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  5 59 44.0 0.148868653923D-03-0.386535248253D-11 0.000000000000D+00
+    0.150000000000D+02 0.919062500000D+02 0.481627204563D-08-0.258251182012D+01
+    0.467710196972D-05 0.822950957809D-02 0.311248004436D-05 0.515357066536D+04
+    0.280784000000D+06-0.126659870148D-06-0.188115182111D+01-0.158324837685D-06
+    0.958097703906D+00 0.323156250000D+03-0.291789643545D+01-0.833463288520D-08
+    0.346800159904D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.150000000000D+02
+    0.279936000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  5 59 44.0 0.200120732188D-03 0.363797880709D-11 0.000000000000D+00
+    0.260000000000D+02-0.400312500000D+02 0.391409160906D-08-0.728184495007D+00
+   -0.207684934139D-05 0.182393994182D-01 0.109355896711D-04 0.515363847923D+04
+    0.280784000000D+06-0.199303030968D-06 0.252577705698D+00 0.199303030968D-06
+    0.981187784055D+00 0.182937500000D+03-0.181649633819D+01-0.792854454142D-08
+    0.140005831805D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.260000000000D+02
+    0.275340000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  5 59 44.0-0.340980011970D-03 0.177351466846D-10 0.000000000000D+00
+    0.100000000000D+01-0.779375000000D+02 0.419624621907D-08-0.153833962252D+01
+   -0.394880771637D-05 0.110274371691D-01 0.116452574730D-04 0.515373927498D+04
+    0.280784000000D+06-0.521540641785D-07 0.996940488859D-01 0.312924385071D-06
+    0.962054032726D+00 0.154250000000D+03 0.161424310366D+01-0.779639617977D-08
+    0.114290474943D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.100000000000D+01
+    0.279048000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  5 59 44.0 0.283945817500D-03 0.227373675443D-11 0.000000000000D+00
+    0.210000000000D+02-0.108312500000D+03 0.429946478420D-08 0.205762724681D+01
+   -0.540539622307D-05 0.795004994143D-02 0.356882810593D-05 0.515375587082D+04
+    0.280784000000D+06 0.122934579849D-06-0.825386831600D+00 0.242143869400D-07
+    0.980826927516D+00 0.318375000000D+03-0.853833924650D+00-0.805855027153D-08
+   -0.445018549788D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.210000000000D+02
+    0.280784000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 1 12 10 31  6  0  0.0 0.280221924186D-03 0.170530256582D-11 0.000000000000D+00
+    0.420000000000D+02-0.276562500000D+02 0.469376694281D-08 0.243830282864D+01
+   -0.139884650707D-05 0.135999463964D-02 0.675581395626D-05 0.515371007347D+04
+    0.280800000000D+06 0.558793544769D-08 0.229334295204D+01-0.186264514923D-07
+    0.960003554081D+00 0.248281250000D+03 0.503339776454D+00-0.808890836407D-08
+   -0.431803700643D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.420000000000D+02
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  6  0  0.0 0.121875200421D-03 0.511590769747D-11 0.000000000000D+00
+    0.890000000000D+02 0.300000000000D+02 0.520593124165D-08-0.266357699265D+01
+    0.157952308655D-05 0.158748155227D-01 0.686198472977D-05 0.515374725723D+04
+    0.280800000000D+06 0.227242708206D-06 0.110927374618D+01-0.335276126862D-07
+    0.932233755529D+00 0.229875000000D+03 0.124976619867D+01-0.807247868551D-08
+    0.540379629932D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.890000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  6  0  0.0 0.320654362440D-04 0.111413100967D-10 0.000000000000D+00
+    0.103000000000D+03-0.321250000000D+02 0.519093050881D-08 0.440325061489D+00
+   -0.146776437759D-05 0.103748155525D-01 0.663846731186D-05 0.515367694092D+04
+    0.280800000000D+06-0.176951289177D-06 0.229293889845D+01 0.126659870148D-06
+    0.937577141348D+00 0.240281250000D+03 0.924620431410D+00-0.845142346428D-08
+   -0.476448417418D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.103000000000D+03
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  6  0  0.0-0.363301020116D-03-0.261479726760D-11 0.000000000000D+00
+    0.300000000000D+02 0.639062500000D+02 0.440054044303D-08-0.713414384001D+00
+    0.338256359100D-05 0.302145385649D-02 0.105630606413D-04 0.515378488541D+04
+    0.280800000000D+06 0.707805156708D-07-0.294321885251D+01-0.149011611938D-07
+    0.950449568188D+00 0.166625000000D+03 0.251683053758D+00-0.792675875275D-08
+   -0.639312344211D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.300000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  6  0  0.0 0.470740720630D-03-0.101181285572D-10 0.000000000000D+00
+    0.350000000000D+02 0.262187500000D+02 0.518878762179D-08-0.779006068661D+00
+    0.139698386192D-05 0.737647037022D-02 0.662356615067D-05 0.515367852402D+04
+    0.280800000000D+06-0.447034835815D-07 0.118715810032D+01-0.173225998878D-06
+    0.938946972487D+00 0.242656250000D+03-0.421286810915D+00-0.834713365094D-08
+    0.457519050423D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.350000000000D+02
+    0.273720000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  6  0  0.0 0.139833427966D-03 0.454747350886D-11 0.000000000000D+00
+    0.112000000000D+03-0.925312500000D+02 0.444768526394D-08 0.207015353846D+01
+   -0.474043190479D-05 0.605500407983D-02 0.388920307159D-05 0.515371810722D+04
+    0.280800000000D+06-0.670552253723D-07-0.828998223355D+00 0.119209289551D-06
+    0.975789159912D+00 0.315562500000D+03-0.294459907330D+01-0.816998316973D-08
+   -0.298941023522D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.111758708954D-07 0.112000000000D+03
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  6  0  0.0 0.262446701527D-05 0.113686837722D-12 0.000000000000D+00
+    0.172000000000D+03-0.966250000000D+02 0.391802034413D-08 0.143775300050D+01
+   -0.481121242046D-05 0.127696063137D-01 0.478327274323D-05 0.515363678551D+04
+    0.280800000000D+06 0.260770320892D-07-0.742285359028D+00 0.156462192535D-06
+    0.998268732163D+00 0.309968750000D+03-0.290685914571D+01-0.792890169915D-08
+   -0.461804950315D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.419095158577D-08 0.172000000000D+03
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  6  0  0.0 0.196301843971D-03 0.272848410532D-11 0.000000000000D+00
+    0.700000000000D+02-0.957187500000D+02 0.416945938901D-08 0.149878221818D+01
+   -0.533834099770D-05 0.172240547836D-01 0.388361513615D-05 0.515365872574D+04
+    0.280800000000D+06 0.391155481338D-07-0.853611253889D+00-0.454485416412D-06
+    0.984451014473D+00 0.317281250000D+03 0.164724936335D+01-0.801390523989D-08
+   -0.261082303697D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.700000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  6  0  0.0-0.318308360875D-03-0.386535248253D-11 0.000000000000D+00
+    0.730000000000D+02-0.274375000000D+02 0.643383942381D-08 0.224091038081D+01
+   -0.164471566677D-05 0.136990940664D-01 0.436976552010D-05 0.515367347336D+04
+    0.280800000000D+06 0.782310962677D-07 0.201179760022D+01-0.268220901489D-06
+    0.888055646899D+00 0.255468750000D+03 0.111310066088D+01-0.887036948649D-08
+   -0.231438211759D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.730000000000D+02
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  6  0  0.0 0.990610569716D-04 0.204636307899D-11 0.000000000000D+00
+    0.420000000000D+02-0.527500000000D+02 0.378444335154D-08 0.174471893119D+01
+   -0.275298953056D-05 0.400533422362D-02 0.115577131510D-04 0.515369253540D+04
+    0.280800000000D+06-0.260770320892D-07 0.227813653742D+00 0.745058059692D-07
+    0.982031320175D+00 0.166437500000D+03 0.146131739819D+00-0.754567145036D-08
+    0.114647632677D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.420000000000D+02
+    0.280410000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  6  0  0.0 0.170634128153D-03-0.261479726760D-11 0.000000000000D+00
+    0.770000000000D+02 0.742812500000D+02 0.432732310752D-08-0.187732323869D+01
+    0.403076410294D-05 0.478462059982D-02 0.292621552944D-05 0.515359791183D+04
+    0.280800000000D+06-0.912696123123D-07-0.179836436976D+01 0.102445483208D-06
+    0.983719254073D+00 0.339343750000D+03 0.208099015972D+01-0.813462455405D-08
+    0.293940815243D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.770000000000D+02
+    0.274788000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31  6  0  0.0-0.985087826848D-04-0.909494701773D-12 0.000000000000D+00
+    0.610000000000D+02 0.875937500000D+02 0.516700094062D-08-0.205818631120D+01
+    0.437907874584D-05 0.484115839936D-02 0.292249023914D-05 0.515365550613D+04
+    0.280800000000D+06-0.130385160446D-07-0.191922406078D+01-0.689178705216D-07
+    0.943298031715D+00 0.317593750000D+03 0.463001137284D-01-0.851178312136D-08
+    0.350371737246D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.610000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31  6  0  0.0-0.248826108873D-03-0.568434188608D-12 0.000000000000D+00
+    0.580000000000D+02-0.624062500000D+02 0.370729735799D-08-0.493119699089D+00
+   -0.327639281750D-05 0.655722862575D-02 0.116713345051D-04 0.515378043556D+04
+    0.280800000000D+06 0.122934579849D-06 0.246059930207D+00-0.223517417908D-07
+    0.982796325389D+00 0.167375000000D+03 0.277979407072D-01-0.757960183506D-08
+    0.161435295687D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.580000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  6  0  0.0 0.829990021884D-04-0.352429196937D-11 0.000000000000D+00
+    0.870000000000D+02 0.246562500000D+02 0.469305262734D-08-0.140402899078D+01
+    0.127591192722D-05 0.766521319747D-02 0.608526170254D-05 0.515374741364D+04
+    0.280800000000D+06 0.221654772759D-06 0.128484364022D+01-0.111758708954D-07
+    0.963502380142D+00 0.265781250000D+03-0.229296260943D+01-0.802604860285D-08
+    0.313584490624D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.870000000000D+02
+    0.273600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  6  0  0.0 0.222295057028D-03 0.181898940355D-11 0.000000000000D+00
+    0.490000000000D+02 0.725312500000D+02 0.500735142239D-08 0.557315890101D-01
+    0.380538403988D-05 0.136147494195D-01 0.111516565085D-04 0.515374880600D+04
+    0.280800000000D+06-0.987201929092D-07-0.293619576317D+01 0.214204192162D-06
+    0.929095332504D+00 0.152218750000D+03-0.213877620212D+01-0.836392022308D-08
+   -0.950039560910D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.490000000000D+02
+    0.280800000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+20 12 10 31  6  0  0.0 0.719930976629D-04 0.102318153950D-11 0.000000000000D+00
+    0.610000000000D+02 0.608437500000D+02 0.487806033365D-08 0.548600157730D+00
+    0.300630927086D-05 0.520245044026D-02 0.115036964416D-04 0.515361782646D+04
+    0.280800000000D+06-0.987201929092D-07-0.298977932762D+01-0.130385160446D-07
+    0.929695537071D+00 0.140281250000D+03 0.127396151343D+01-0.820855620503D-08
+   -0.182150444440D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.610000000000D+02
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  6  0  0.0-0.259243417531D-03-0.238742359215D-11 0.000000000000D+00
+    0.570000000000D+02-0.313437500000D+02 0.544808407743D-08 0.117647362839D+01
+   -0.157020986080D-05 0.194296863629D-01 0.723078846932D-05 0.515377348518D+04
+    0.280800000000D+06-0.307336449623D-06 0.229792080453D+01 0.102445483208D-06
+    0.931317374867D+00 0.231062500000D+03-0.220738365875D+01-0.866071789652D-08
+   -0.645026867958D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.570000000000D+02
+    0.277920000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  6  0  0.0 0.150334555656D-03 0.795807864051D-12 0.000000000000D+00
+    0.400000000000D+02 0.803437500000D+02 0.496306373776D-08-0.675354324590D+00
+    0.423379242420D-05 0.622018380091D-02 0.112075358629D-04 0.515368255234D+04
+    0.280800000000D+06-0.353902578354D-07-0.293314785820D+01 0.949949026108D-07
+    0.926828643345D+00 0.147218750000D+03-0.201097265779D+01-0.824998647175D-08
+   -0.764317567570D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.400000000000D+02
+    0.280800000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+23 12 10 31  6  0  0.0 0.148869585246D-03-0.386535248253D-11 0.000000000000D+00
+    0.720000000000D+02 0.919062500000D+02 0.481627204563D-08-0.258017785575D+01
+    0.467710196972D-05 0.822950783186D-02 0.311248004436D-05 0.515357066345D+04
+    0.280800000000D+06-0.126659870148D-06-0.188115196740D+01-0.158324837685D-06
+    0.958097715610D+00 0.323156250000D+03-0.291789648519D+01-0.833427572747D-08
+    0.346800159904D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.720000000000D+02
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  6  0  0.0 0.332714989781D-05 0.159161572810D-11 0.000000000000D+00
+    0.102000000000D+03-0.938125000000D+02 0.460126308965D-08-0.658990139047D+00
+   -0.476650893688D-05 0.128892366774D-03 0.350922346115D-05 0.517666247559D+04
+    0.280800000000D+06 0.223517417908D-07-0.854167448028D+00-0.968575477600D-07
+    0.959322571567D+00 0.304781250000D+03-0.127679876405D+01-0.813569602725D-08
+   -0.287869133762D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.630000000000D+02 0.465661287308D-08 0.102000000000D+03
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31  6  0  0.0 0.488641671836D-04 0.170530256582D-11 0.000000000000D+00
+    0.720000000000D+02-0.606562500000D+02 0.403302513454D-08 0.634593320490D+00
+   -0.312738120556D-05 0.182752090041D-02 0.117868185043D-04 0.515364674950D+04
+    0.280800000000D+06 0.372529029846D-08 0.191955062213D+00 0.204890966415D-07
+    0.970885812537D+00 0.154750000000D+03 0.722018908266D+00-0.772496463293D-08
+    0.119290683221D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.720000000000D+02
+    0.277290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+26 12 10 31  6  0  0.0-0.227149110287D-03 0.135287336889D-10 0.000000000000D+00
+    0.620000000000D+02 0.748437500000D+02 0.429696470011D-08-0.273315928230D+01
+    0.367127358913D-05 0.208258460043D-01 0.200420618057D-05 0.515365886879D+04
+    0.280800000000D+06 0.346451997757D-06-0.180498147739D+01-0.763684511185D-07
+    0.981226743027D+00 0.350375000000D+03 0.121058367879D+01-0.786461330700D-08
+    0.365015204348D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.620000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31  6  0  0.0-0.217113178223D-03 0.284217094304D-11 0.000000000000D+00
+    0.127000000000D+03-0.650625000000D+02 0.520307387177D-08-0.665800463045D+00
+   -0.342912971973D-05 0.561768456828D-02 0.117924064398D-04 0.515360388756D+04
+    0.280800000000D+06-0.745058059692D-08 0.207587229881D+00 0.117346644402D-06
+    0.975762907847D+00 0.158093750000D+03 0.881952617461D+00-0.770282085341D-08
+    0.105718689322D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.127000000000D+03
+    0.278340000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31  6  0  0.0 0.371898990124D-03 0.409272615798D-11 0.000000000000D+00
+    0.650000000000D+02 0.262500000000D+02 0.476555564738D-08 0.140638815392D+01
+    0.127032399178D-05 0.175877858419D-02 0.596046447754D-05 0.515375163841D+04
+    0.280800000000D+06 0.614672899246D-07 0.129350451024D+01-0.130385160446D-07
+    0.964078897139D+00 0.265687500000D+03-0.108118798659D+01-0.809140846821D-08
+    0.351800368183D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.650000000000D+02
+    0.273600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  6  0  0.0-0.341004692018D-03 0.167119651451D-10 0.000000000000D+00
+    0.138000000000D+03-0.779375000000D+02 0.419624621907D-08-0.153600603704D+01
+   -0.394880771637D-05 0.110274407780D-01 0.116452574730D-04 0.515373927307D+04
+    0.280800000000D+06-0.521540641785D-07 0.996939303895D-01 0.312924385071D-06
+    0.962054034189D+00 0.154250000000D+03 0.161424316510D+01-0.779639617977D-08
+    0.114290474943D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.800000000000D+01 0.000000000000D+00-0.465661287308D-08 0.138000000000D+03
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31  6  0  0.0-0.503407325596D-03-0.363797880709D-11 0.000000000000D+00
+    0.500000000000D+02 0.885937500000D+02 0.429589322691D-08 0.268032194651D+01
+    0.454671680927D-05 0.118036222411D-01 0.115279108286D-04 0.515355482674D+04
+    0.280800000000D+06-0.502914190292D-07-0.285434141802D+01 0.234693288803D-06
+    0.951029141221D+00 0.147093750000D+03-0.481692961543D+00-0.777139513837D-08
+   -0.678599694973D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.500000000000D+02
+    0.273618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31  7 59 44.0 0.139864161611D-03 0.454747350886D-11 0.000000000000D+00
+    0.200000000000D+01-0.998437500000D+02 0.436196740774D-08 0.311784955168D+01
+   -0.510551035404D-05 0.605413562153D-02 0.367127358913D-05 0.515372022057D+04
+    0.287984000000D+06-0.726431608200D-07-0.829056811761D+00-0.186264514923D-08
+    0.975787563869D+00 0.320125000000D+03-0.294447662705D+01-0.808355099806D-08
+   -0.256796410887D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.200000000000D+01
+    0.285888000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31  7 59 44.0 0.261981040239D-05 0.113686837722D-12 0.000000000000D+00
+    0.410000000000D+02-0.109812500000D+03 0.381230158553D-08 0.248550579397D+01
+   -0.562518835068D-05 0.127686156193D-01 0.482238829136D-05 0.515363996124D+04
+    0.287984000000D+06-0.225380063057D-06-0.742342910225D+00 0.745058059692D-08
+    0.998266647504D+00 0.311562500000D+03-0.290674669559D+01-0.775103714545D-08
+   -0.278940204268D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.410000000000D+02
+    0.280800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31  7 59 44.0 0.196321401745D-03 0.272848410532D-11 0.000000000000D+00
+    0.270000000000D+02-0.931250000000D+02 0.410481383912D-08 0.254659910940D+01
+   -0.486522912979D-05 0.172239583917D-01 0.348314642906D-05 0.515365985298D+04
+    0.287984000000D+06 0.201165676117D-06-0.853666920848D+00-0.149011611938D-06
+    0.984449828047D+00 0.321781250000D+03 0.164728487130D+01-0.775960893314D-08
+   -0.337871216549D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.270000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  7 59 44.0 0.170612707734D-03-0.261479726760D-11 0.000000000000D+00
+    0.500000000000D+01 0.800937500000D+02 0.427160650098D-08-0.829272366888D+00
+    0.394508242607D-05 0.478485005442D-02 0.293925404549D-05 0.515359941292D+04
+    0.287984000000D+06-0.540167093277D-07-0.179842376716D+01-0.391155481338D-07
+    0.983721209994D+00 0.339187500000D+03 0.208083106884D+01-0.824641492485D-08
+    0.361443627006D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.500000000000D+01
+    0.287706000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31  7 59 44.0 0.148840714246D-03-0.386535248253D-11 0.000000000000D+00
+    0.160000000000D+02 0.935625000000D+02 0.476448417418D-08-0.153230250047D+01
+    0.458769500256D-05 0.822944974061D-02 0.261887907982D-05 0.515357021904D+04
+    0.287984000000D+06 0.428408384323D-07-0.188121276482D+01-0.121071934700D-06
+    0.958100559523D+00 0.326125000000D+03-0.291785958747D+01-0.839749264642D-08
+    0.457876215239D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.160000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  7 59 44.0 0.333972275257D-05 0.159161572810D-11 0.000000000000D+00
+    0.000000000000D+00-0.920937500000D+02 0.470341020163D-08 0.372586238798D+00
+   -0.471435487270D-05 0.127473147586D-03 0.322796404362D-05 0.517665974236D+04
+    0.287984000000D+06 0.335276126862D-07-0.854226302686D+00 0.745058059692D-08
+    0.959320861416D+00 0.315125000000D+03-0.127442334935D+01-0.813712465819D-08
+   -0.211080220910D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.000000000000D+00
+    0.285240000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  7 59 44.0-0.340852886438D-03 0.177351466846D-10 0.000000000000D+00
+    0.200000000000D+01-0.726562500000D+02 0.431232249909D-08-0.488142851783D+00
+   -0.368058681488D-05 0.110278455540D-01 0.115949660540D-04 0.515374070740D+04
+    0.287984000000D+06-0.115483999252D-06 0.996360119998D-01 0.149011611938D-07
+    0.962053545575D+00 0.156125000000D+03 0.161418535936D+01-0.804747823935D-08
+    0.117147735956D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.200000000000D+01
+    0.287984000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 1 12 10 31  8  0  0.0 0.280234497040D-03 0.170530256582D-11 0.000000000000D+00
+    0.430000000000D+02-0.292812500000D+02 0.465947980032D-08-0.279465859992D+01
+   -0.147521495819D-05 0.136039895006D-02 0.693649053574D-05 0.515370929146D+04
+    0.288000000000D+06 0.298023223877D-07 0.229328508339D+01 0.447034835815D-07
+    0.960000651652D+00 0.245843750000D+03 0.503275848396D+00-0.802533428739D-08
+   -0.453233164695D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.430000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31  8  0  0.0 0.407541636378D-03 0.113686837722D-11 0.000000000000D+00
+    0.930000000000D+02-0.378125000000D+02 0.513199948266D-08-0.179303634312D+01
+   -0.191293656826D-05 0.115501845721D-01 0.639073550701D-05 0.515377544212D+04
+    0.288000000000D+06 0.204890966415D-07 0.227618694892D+01-0.191852450371D-06
+    0.938509491225D+00 0.244968750000D+03-0.272679280326D+01-0.819534136886D-08
+   -0.310012913282D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.930000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31  8  0  0.0 0.121912453324D-03 0.511590769747D-11 0.000000000000D+00
+    0.900000000000D+02 0.348437500000D+02 0.530414951055D-08-0.161347133245D+01
+    0.197440385818D-05 0.158752053976D-01 0.678934156895D-05 0.515374597359D+04
+    0.288000000000D+06 0.359490513802D-06 0.110921612038D+01 0.240281224251D-06
+    0.932236801325D+00 0.231375000000D+03 0.124980151644D+01-0.825962976102D-08
+    0.424303388225D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.900000000000D+02
+    0.287760000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31  8  0  0.0 0.321459956467D-04 0.111413100967D-10 0.000000000000D+00
+    0.105000000000D+03-0.334687500000D+02 0.528557730837D-08 0.149050405339D+01
+   -0.179186463356D-05 0.103747021640D-01 0.688061118126D-05 0.515367690086D+04
+    0.288000000000D+06-0.163912773132D-06 0.229287838484D+01-0.447034835815D-07
+    0.937573223654D+00 0.241468750000D+03 0.924625522364D+00-0.844463746733D-08
+   -0.561094800422D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.105000000000D+03
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31  8  0  0.0-0.363320112228D-03-0.261479726760D-11 0.000000000000D+00
+    0.310000000000D+02 0.598125000000D+02 0.438375402952D-08 0.336741711764D+00
+    0.321678817272D-05 0.302086467855D-02 0.108592212200D-04 0.515378384399D+04
+    0.288000000000D+06 0.670552253723D-07-0.294327588145D+01 0.484287738800D-07
+    0.950449104443D+00 0.163062500000D+03 0.251638943852D+00-0.791604402072D-08
+   -0.792890169915D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.310000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31  8  0  0.0 0.470668543130D-03-0.101181285572D-10 0.000000000000D+00
+    0.380000000000D+02 0.268437500000D+02 0.533129349835D-08 0.271173681027D+00
+    0.119023025036D-05 0.737637793645D-02 0.651367008686D-05 0.515367833519D+04
+    0.288000000000D+06 0.104308128357D-06 0.118709814701D+01-0.465661287308D-07
+    0.938949359970D+00 0.242593750000D+03-0.421283618828D+00-0.847713882114D-08
+    0.350014579512D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.380000000000D+02
+    0.286380000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31  8  0  0.0-0.569438561797D-04-0.125055521494D-11 0.000000000000D+00
+    0.450000000000D+02 0.702500000000D+02 0.453804617069D-08 0.625605391730D+00
+    0.376254320145D-05 0.118693242548D-01 0.110249966383D-04 0.515374011612D+04
+    0.288000000000D+06-0.175088644028D-06-0.292263384841D+01 0.167638063431D-06
+    0.945303486130D+00 0.159937500000D+03 0.768878637899D+00-0.808497962900D-08
+   -0.202865593023D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.450000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31  8  0  0.0-0.318336300552D-03-0.386535248253D-11 0.000000000000D+00
+    0.910000000000D+02-0.293750000000D+02 0.644062542076D-08-0.299207348600D+01
+   -0.149756669998D-05 0.136993416818D-01 0.431388616562D-05 0.515367298889D+04
+    0.288000000000D+06 0.132247805595D-06 0.201173458356D+01-0.109896063805D-06
+    0.888054144482D+00 0.255406250000D+03 0.111309393000D+01-0.877250826732D-08
+   -0.257153568621D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.910000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31  8  0  0.0 0.990759581327D-04 0.204636307899D-11 0.000000000000D+00
+    0.430000000000D+02-0.519062500000D+02 0.376194241429D-08 0.279494162337D+01
+   -0.278092920780D-05 0.400512036867D-02 0.113118439913D-04 0.515369245338D+04
+    0.288000000000D+06-0.856816768646D-07 0.227759209782D+00-0.111758708954D-07
+    0.982032633875D+00 0.171062500000D+03 0.146073708785D+00-0.747031116845D-08
+    0.170364239211D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.430000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  8  0  0.0 0.170615036041D-03-0.261479726760D-11 0.000000000000D+00
+    0.970000000000D+02 0.800937500000D+02 0.427160650098D-08-0.826938205021D+00
+    0.394508242607D-05 0.478485017084D-02 0.293925404549D-05 0.515359941101D+04
+    0.288000000000D+06-0.540167093277D-07-0.179842390028D+01-0.391155481338D-07
+    0.983721215846D+00 0.339187500000D+03 0.208083074846D+01-0.824641492485D-08
+    0.361086469272D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.970000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31  8  0  0.0 0.215877778828D-03 0.682121026330D-12 0.000000000000D+00
+    0.370000000000D+02 0.770000000000D+02 0.447482939592D-08-0.600301672220D+00
+    0.416673719883D-05 0.685067404993D-02 0.278651714325D-05 0.515366181946D+04
+    0.288000000000D+06 0.745058059692D-08-0.182623450986D+01 0.931322574615D-07
+    0.976502766963D+00 0.337656250000D+03-0.203017285047D+01-0.832748980884D-08
+    0.327513655085D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.370000000000D+02
+    0.288000000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+15 12 10 31  8  0  0.0-0.985148362815D-04-0.909494701773D-12 0.000000000000D+00
+    0.620000000000D+02 0.845937500000D+02 0.504521015325D-08-0.100772996612D+01
+    0.429153442383D-05 0.484131078701D-02 0.299885869026D-05 0.515365789223D+04
+    0.288000000000D+06 0.353902578354D-07-0.191928530292D+01-0.782310962677D-07
+    0.943300536231D+00 0.308843750000D+03 0.460393880796D-01-0.852642658846D-08
+    0.334656796942D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.620000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31  8  0  0.0-0.248830765486D-03-0.568434188608D-12 0.000000000000D+00
+    0.590000000000D+02-0.615937500000D+02 0.380551565786D-08 0.556980067015D+00
+   -0.316463410854D-05 0.655665574595D-02 0.116247683763D-04 0.515377935409D+04
+    0.288000000000D+06 0.819563865662D-07 0.246005247792D+00 0.465661287308D-07
+    0.982797302618D+00 0.163125000000D+03 0.278087633752D-01-0.760710258064D-08
+    0.145006040084D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.590000000000D+02
+    0.282318000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31  8  0  0.0 0.829738564789D-04-0.352429196937D-11 0.000000000000D+00
+    0.880000000000D+02 0.230000000000D+02 0.483948729836D-08-0.353910227222D+00
+    0.121258199215D-05 0.766492984258D-02 0.614300370216D-05 0.515374685478D+04
+    0.288000000000D+06 0.130385160446D-07 0.128478512203D+01 0.894069671631D-07
+    0.963503540236D+00 0.263625000000D+03-0.229294380508D+01-0.824677208259D-08
+    0.289654922433D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.880000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31  8  0  0.0 0.222308561206D-03 0.181898940355D-11 0.000000000000D+00
+    0.540000000000D+02 0.650937500000D+02 0.493806283299D-08 0.110584268542D+01
+    0.343285501003D-05 0.136144141434D-01 0.108983367681D-04 0.515374866867D+04
+    0.288000000000D+06-0.206753611565D-06-0.293625526883D+01 0.558793544769D-07
+    0.929094099264D+00 0.153093750000D+03-0.213874871389D+01-0.833141846559D-08
+   -0.212151694112D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.540000000000D+02
+    0.281640000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31  8  0  0.0-0.317844562232D-03-0.352429196937D-11 0.000000000000D+00
+    0.700000000000D+01 0.210000000000D+02 0.478877071330D-08-0.115339961840D+01
+    0.110082328320D-05 0.864751008339D-02 0.582262873650D-05 0.515362478256D+04
+    0.288000000000D+06 0.139698386192D-06 0.133737485601D+01-0.163912773132D-06
+    0.960791053124D+00 0.268125000000D+03 0.267478901479D+00-0.809283751124D-08
+    0.338942679479D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.700000000000D+01
+    0.280800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31  8  0  0.0 0.720010139048D-04 0.102318153950D-11 0.000000000000D+00
+    0.640000000000D+02 0.649062500000D+02 0.482270088485D-08 0.159893105026D+01
+    0.333972275257D-05 0.520237069577D-02 0.116154551506D-04 0.515361677933D+04
+    0.288000000000D+06-0.819563865662D-07-0.298983853923D+01-0.126659870148D-06
+    0.929694483770D+00 0.137187500000D+03 0.127384829235D+01-0.814105339327D-08
+   -0.158220876249D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.640000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31  8  0  0.0-0.259260646999D-03-0.238742359215D-11 0.000000000000D+00
+    0.720000000000D+02-0.390312500000D+02 0.524343269573D-08 0.222653653774D+01
+   -0.234320759773D-05 0.194296054542D-01 0.671111047268D-05 0.515377576065D+04
+    0.288000000000D+06-0.968575477600D-07 0.229785861442D+01-0.394880771637D-06
+    0.931315341411D+00 0.235031250000D+03-0.220732063332D+01-0.817498337801D-08
+   -0.473233997810D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.720000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31  8  0  0.0 0.150340609253D-03 0.795807864051D-12 0.000000000000D+00
+    0.420000000000D+02 0.686562500000D+02 0.498699344258D-08 0.374815870780D+00
+    0.355578958988D-05 0.621819286607D-02 0.107455998659D-04 0.515367879295D+04
+    0.288000000000D+06-0.119209289551D-06-0.293320693522D+01 0.447034835815D-07
+    0.926828033308D+00 0.155875000000D+03-0.201096339313D+01-0.822641409174D-08
+   -0.132148361653D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.420000000000D+02
+    0.287850000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  8  0  0.0 0.333879143000D-05 0.159161572810D-11 0.000000000000D+00
+    0.103000000000D+03-0.920937500000D+02 0.470305304389D-08 0.374932447796D+00
+   -0.471435487270D-05 0.127485254780D-03 0.322796404362D-05 0.517665975761D+04
+    0.288000000000D+06 0.335276126862D-07-0.854226429960D+00 0.745058059692D-08
+    0.959320867268D+00 0.315093750000D+03-0.127446689750D+01-0.813712465819D-08
+   -0.211080220910D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.630000000000D+02 0.465661287308D-08 0.103000000000D+03
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31  8  0  0.0 0.488767400384D-04 0.170530256582D-11 0.000000000000D+00
+    0.730000000000D+02-0.529062500000D+02 0.410231373498D-08 0.168583662771D+01
+   -0.276602804661D-05 0.182658550330D-02 0.111777335405D-04 0.515364272881D+04
+    0.288000000000D+06-0.484287738800D-07 0.191899266518D+00 0.447034835815D-07
+    0.970886861449D+00 0.167906250000D+03 0.720971233631D+00-0.770460664208D-08
+    0.161792453591D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.730000000000D+02
+    0.285090000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31  8  0  0.0-0.227051321417D-03 0.135287336889D-10 0.000000000000D+00
+    0.640000000000D+02 0.704375000000D+02 0.417553107049D-08-0.168294485268D+01
+    0.400841236115D-05 0.208252002485D-01 0.208802521229D-05 0.515366040230D+04
+    0.288000000000D+06 0.415369868278D-06-0.180503794310D+01 0.149011611938D-06
+    0.981229301670D+00 0.345093750000D+03 0.121055633539D+01-0.794925969000D-08
+    0.346443002170D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.640000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31  8  0  0.0-0.217092223465D-03 0.284217094304D-11 0.000000000000D+00
+    0.128000000000D+03-0.601562500000D+02 0.526093342471D-08 0.384452571524D+00
+   -0.297278165817D-05 0.561835442204D-02 0.117160379887D-04 0.515360517502D+04
+    0.288000000000D+06-0.242143869400D-07 0.207531368355D+00 0.484287738800D-07
+    0.975763589567D+00 0.159187500000D+03 0.881927981920D+00-0.774925135885D-08
+    0.123576576032D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.128000000000D+03
+    0.284370000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31  8  0  0.0 0.200146809220D-03 0.363797880709D-11 0.000000000000D+00
+    0.290000000000D+02-0.490312500000D+02 0.400516683128D-08 0.324318109654D+00
+   -0.241585075855D-05 0.182384649525D-01 0.110771507025D-04 0.515363649559D+04
+    0.288000000000D+06-0.216066837311D-06 0.252520378327D+00 0.484287738800D-07
+    0.981188759822D+00 0.183312500000D+03-0.181646571932D+01-0.795318842508D-08
+    0.103932900651D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.290000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31  8  0  0.0 0.371927861124D-03 0.409272615798D-11 0.000000000000D+00
+    0.660000000000D+02 0.297812500000D+02 0.472412535021D-08 0.245625570518D+01
+    0.148080289364D-05 0.175856403075D-02 0.600330531597D-05 0.515375261498D+04
+    0.288000000000D+06 0.000000000000D+00 0.129344680982D+01 0.428408384323D-07
+    0.964081441153D+00 0.264687500000D+03-0.108092109474D+01-0.803426323074D-08
+    0.302512600864D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.660000000000D+02
+    0.280800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31  8  0  0.0 0.283962115645D-03 0.227373675443D-11 0.000000000000D+00
+    0.220000000000D+02-0.107000000000D+03 0.428196407528D-08 0.311003975620D+01
+   -0.532902777195D-05 0.794973992743D-02 0.388920307159D-05 0.515375674248D+04
+    0.288000000000D+06-0.353902578354D-07-0.825445829623D+00 0.204890966415D-06
+    0.980824434703D+00 0.314187500000D+03-0.853783664637D+00-0.800783355841D-08
+   -0.261439461432D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.220000000000D+02
+    0.286530000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 12 10 31  8  0  0.0-0.503433402628D-03-0.363797880709D-11 0.000000000000D+00
+    0.540000000000D+02 0.958437500000D+02 0.422267589140D-08-0.255257295732D+01
+    0.506266951561D-05 0.118041059468D-01 0.115949660540D-04 0.515355397987D+04
+    0.288000000000D+06-0.152736902237D-06-0.285439734684D+01 0.128522515297D-06
+    0.951028984689D+00 0.150281250000D+03-0.481730677033D+00-0.773603652269D-08
+   -0.225009372544D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.540000000000D+02
+    0.280818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31  9 59 44.0 0.170593615621D-03-0.261479726760D-11 0.000000000000D+00
+    0.600000000000D+01 0.819687500000D+02 0.420517516242D-08 0.220930714880D+00
+    0.413320958614D-05 0.478439463768D-02 0.244379043579D-05 0.515359853554D+04
+    0.295184000000D+06-0.745058059692D-08-0.179848298608D+01-0.707805156708D-07
+    0.983723670622D+00 0.342031250000D+03 0.208085234406D+01-0.826177270742D-08
+    0.323584907182D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.600000000000D+01
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31  9 59 44.0 0.335136428475D-05 0.159161572810D-11 0.000000000000D+00
+    0.100000000000D+01-0.985312500000D+02 0.466519432407D-08 0.140075863741D+01
+   -0.501237809658D-05 0.128294690512D-03 0.292994081974D-05 0.517666224289D+04
+    0.295184000000D+06 0.149011611938D-07-0.854284914499D+00 0.335276126862D-07
+    0.959319205393D+00 0.322156250000D+03-0.126634137942D+01-0.816355433052D-08
+   -0.217866217860D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.100000000000D+01
+    0.289338000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31  9 59 44.0-0.340715982020D-03 0.179625203600D-10 0.000000000000D+00
+    0.260000000000D+02-0.700000000000D+02 0.443482758551D-08 0.562005851857D+00
+   -0.359490513802D-05 0.110256421613D-01 0.110436230898D-04 0.515373645782D+04
+    0.295184000000D+06-0.126659870148D-06 0.995782442907D-01-0.335276126862D-07
+    0.962054238998D+00 0.171437500000D+03 0.161417675155D+01-0.804390648956D-08
+    0.853606984729D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.260000000000D+02
+    0.292410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 10  0  0.0 0.280247069895D-03 0.170530256582D-11 0.000000000000D+00
+    0.103000000000D+03-0.299375000000D+02 0.467126604065D-08-0.174465014917D+01
+   -0.149011611939D-05 0.136056821793D-02 0.690110027790D-05 0.515370878601D+04
+    0.295200000000D+06-0.223517417908D-07 0.229322780283D+01-0.353902578354D-07
+    0.959997159667D+00 0.247625000000D+03 0.503427495947D+00-0.800676236423D-08
+   -0.531807875515D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.103000000000D+03
+    0.288030000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 10  0  0.0 0.407549552620D-03 0.113686837722D-11 0.000000000000D+00
+    0.940000000000D+02-0.295625000000D+02 0.535200864693D-08-0.743020440252D+00
+   -0.158138573170D-05 0.115499866661D-01 0.622496008873D-05 0.515377303696D+04
+    0.295200000000D+06 0.311061739922D-06 0.227612864724D+01 0.633299350738D-07
+    0.938505623269D+00 0.249156250000D+03-0.272668480772D+01-0.846428114271D-08
+   -0.535736601294D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.940000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 10  0  0.0 0.121949240565D-03 0.511590769747D-11 0.000000000000D+00
+    0.910000000000D+02 0.336562500000D+02 0.557558932357D-08-0.563348284003D+00
+    0.192411243916D-05 0.158749774564D-01 0.705756247044D-05 0.515374519920D+04
+    0.295200000000D+06-0.135973095894D-06 0.110915440572D+01 0.186264514923D-06
+    0.932237737592D+00 0.229093750000D+03 0.124982219186D+01-0.875893668706D-08
+    0.449304426997D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.910000000000D+02
+    0.295200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 4 12 10 31 10  0  0.0 0.322265550494D-04 0.111413100967D-10 0.000000000000D+00
+    0.114000000000D+03-0.349687500000D+02 0.523343227918D-08 0.254066834295D+01
+   -0.200793147087D-05 0.103746844688D-01 0.648573040962D-05 0.515367726326D+04
+    0.295200000000D+06 0.521540641785D-07 0.229281813164D+01-0.156462192535D-06
+    0.937570354871D+00 0.242312500000D+03 0.924645482419D+00-0.820998483596D-08
+   -0.528593446610D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.114000000000D+03
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 10  0  0.0-0.363339204341D-03-0.261479726760D-11 0.000000000000D+00
+    0.320000000000D+02 0.668437500000D+02 0.431196532495D-08 0.138633381457D+01
+    0.363774597645D-05 0.302177586127D-02 0.115260481834D-04 0.515378722382D+04
+    0.295200000000D+06-0.912696123123D-07-0.294333189658D+01 0.111758708954D-07
+    0.950448314467D+00 0.151406250000D+03 0.252158137867D+00-0.784425531615D-08
+   -0.200722646618D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.320000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 10  0  0.0 0.470595899969D-03-0.101181285572D-10 0.000000000000D+00
+    0.410000000000D+02 0.315312500000D+02 0.534665112184D-08 0.132127450775D+01
+    0.170059502125D-05 0.737683440093D-02 0.605359673500D-05 0.515367977905D+04
+    0.295200000000D+06 0.111758708954D-06 0.118703779872D+01 0.856816768646D-07
+    0.938952181939D+00 0.245406250000D+03-0.421200934698D+00-0.836641955715D-08
+    0.302155439558D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.410000000000D+02
+    0.295200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 7 12 10 31 10  0  0.0 0.139896292239D-03 0.454747350886D-11 0.000000000000D+00
+    0.600000000000D+01-0.105531250000D+03 0.438482550272D-08-0.211289377709D+01
+   -0.559911131859D-05 0.605497020297D-02 0.381842255592D-05 0.515371861649D+04
+    0.295200000000D+06 0.111758708954D-07-0.829115844894D+00-0.894069671631D-07
+    0.975785613799D+00 0.316562500000D+03-0.294443252446D+01-0.816534011919D-08
+   -0.191436545529D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.600000000000D+01
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 10  0  0.0 0.262120738626D-05 0.113686837722D-12 0.000000000000D+00
+    0.420000000000D+02-0.116000000000D+03 0.382944522605D-08-0.274517034151D+01
+   -0.595301389694D-05 0.127692850074D-01 0.495277345181D-05 0.515363880539D+04
+    0.295200000000D+06-0.160187482834D-06-0.742398755659D+00-0.117346644402D-06
+    0.998264830560D+00 0.308125000000D+03-0.290672568077D+01-0.773103631441D-08
+   -0.248938940735D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.420000000000D+02
+    0.288102000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 10  0  0.0 0.196341425180D-03 0.272848410532D-11 0.000000000000D+00
+    0.280000000000D+02-0.932500000000D+02 0.411195699380D-08-0.268406185854D+01
+   -0.477395951748D-05 0.172246948350D-01 0.314228236675D-05 0.515365848923D+04
+    0.295200000000D+06 0.217929482460D-06-0.853724018541D+00 0.111758708954D-06
+    0.984448148617D+00 0.327125000000D+03 0.164728180941D+01-0.776389482595D-08
+   -0.136077096729D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.280000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 10  0  0.0-0.569527037442D-04-0.125055521494D-11 0.000000000000D+00
+    0.470000000000D+02 0.699375000000D+02 0.449161566525D-08 0.167564319887D+01
+    0.363774597645D-05 0.118705438217D-01 0.118017196655D-04 0.515374314499D+04
+    0.295200000000D+06-0.244006514549D-06-0.292269198185D+01 0.279396772385D-07
+    0.945301827181D+00 0.145250000000D+03 0.768979334939D+00-0.804676375144D-08
+   -0.223937899341D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.470000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 10  0  0.0-0.318364240229D-03-0.386535248253D-11 0.000000000000D+00
+    0.930000000000D+02-0.263750000000D+02 0.645848330747D-08-0.194190922422D+01
+   -0.128708779812D-05 0.136997217778D-01 0.408664345741D-05 0.515367193794D+04
+    0.295200000000D+06 0.230967998505D-06 0.201167140745D+01-0.521540641785D-07
+    0.888052372889D+00 0.258500000000D+03 0.111312504919D+01-0.880786688301D-08
+   -0.261082303697D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.930000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 10  0  0.0 0.990903936326D-04 0.204636307899D-11 0.000000000000D+00
+    0.440000000000D+02-0.559375000000D+02 0.381087302387D-08-0.243815907061D+01
+   -0.295974314213D-05 0.400514248759D-02 0.111721456051D-04 0.515369230652D+04
+    0.295200000000D+06-0.726431608200D-07 0.227705021834D+00-0.119209289551D-06
+    0.982033671084D+00 0.173437500000D+03 0.146152985778D+00-0.753924261114D-08
+    0.206794328100D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.440000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 10  0  0.0 0.215882901102D-03 0.682121026330D-12 0.000000000000D+00
+    0.380000000000D+02 0.772187500000D+02 0.434553815196D-08 0.449837003117D+00
+    0.386871397495D-05 0.685116811656D-02 0.292435288429D-05 0.515366271401D+04
+    0.295200000000D+06-0.108033418655D-06-0.182629388239D+01 0.596046447754D-07
+    0.976505012542D+00 0.331250000000D+03-0.203012415578D+01-0.828177354054D-08
+    0.246438836595D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.380000000000D+02
+    0.290010000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 10  0  0.0-0.985213555396D-04-0.909494701773D-12 0.000000000000D+00
+    0.970000000000D+02 0.875000000000D+02 0.505592488528D-08 0.424166528581D-01
+    0.461004674435D-05 0.484063278418D-02 0.329315662384D-05 0.515365655327D+04
+    0.295200000000D+06 0.502914190292D-07-0.191934672792D+01-0.745058059692D-08
+    0.943302600408D+00 0.304312500000D+03 0.460872869434D-01-0.858250035273D-08
+    0.305012705003D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.970000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 10  0  0.0-0.248834956437D-03-0.568434188608D-12 0.000000000000D+00
+    0.600000000000D+02-0.580312500000D+02 0.384873155568D-08 0.160707334800D+01
+   -0.276789069176D-05 0.655697204638D-02 0.116918236017D-04 0.515377982140D+04
+    0.295200000000D+06 0.391155481338D-07 0.245950716057D+00 0.912696123123D-07
+    0.982798295940D+00 0.164656250000D+03 0.278263213180D-01-0.758245910504D-08
+    0.131076885457D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.600000000000D+02
+    0.295200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+17 12 10 31 10  0  0.0 0.829487107694D-04-0.352429196937D-11 0.000000000000D+00
+    0.900000000000D+02 0.243750000000D+02 0.484198740250D-08 0.696198600198D+00
+    0.136345624924D-05 0.766529107932D-02 0.634416937828D-05 0.515374760818D+04
+    0.295200000000D+06-0.223517417908D-07 0.128472588263D+01 0.745058059692D-07
+    0.963505589784D+00 0.260218750000D+03-0.229291419854D+01-0.823605735056D-08
+    0.267511142913D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.900000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 10  0  0.0 0.222321599722D-03 0.181898940355D-11 0.000000000000D+00
+    0.550000000000D+02 0.616875000000D+02 0.477555606394D-08 0.215597245889D+01
+    0.313296914101D-05 0.136147761950D-01 0.109504908323D-04 0.515374881363D+04
+    0.295200000000D+06-0.707805156708D-07-0.293631516069D+01-0.312924385071D-06
+    0.929094431347D+00 0.148968750000D+03-0.213874085948D+01-0.798318967475D-08
+   -0.853606984729D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.550000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 10  0  0.0-0.317869707942D-03-0.352429196937D-11 0.000000000000D+00
+    0.800000000000D+01 0.219062500000D+02 0.495270630010D-08-0.103197360253D+00
+    0.107102096081D-05 0.864742952399D-02 0.567734241486D-05 0.515362453842D+04
+    0.295200000000D+06 0.100582838059D-06 0.133731635392D+01 0.726431608200D-07
+    0.960792280512D+00 0.267906250000D+03 0.267489754868D+00-0.830284584686D-08
+    0.255367779950D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.800000000000D+01
+    0.294018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 10  0  0.0 0.720084644854D-04 0.102318153950D-11 0.000000000000D+00
+    0.660000000000D+02 0.689375000000D+02 0.469698136241D-08 0.264905974996D+01
+    0.354833900928D-05 0.520192889962D-02 0.114459544420D-04 0.515361794090D+04
+    0.295200000000D+06 0.707805156708D-07-0.298989614310D+01-0.186264514923D-07
+    0.929694046357D+00 0.140156250000D+03 0.127393664089D+01-0.795461705601D-08
+   -0.190007914592D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.660000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 10  0  0.0-0.259277410805D-03-0.238742359215D-11 0.000000000000D+00
+    0.730000000000D+02-0.377187500000D+02 0.524557564214D-08-0.300653116159D+01
+   -0.207126140594D-05 0.194293952081D-01 0.646151602268D-05 0.515377620125D+04
+    0.295200000000D+06 0.100582838059D-06 0.229780045903D+01-0.292435288429D-06
+    0.931312266357D+00 0.236187500000D+03-0.220731482553D+01-0.808140805165D-08
+   -0.463947896721D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.730000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 10  0  0.0 0.150346197188D-03 0.795807864051D-12 0.000000000000D+00
+    0.500000000000D+02 0.628125000000D+02 0.494484882994D-08 0.142489066048D+01
+    0.327453017235D-05 0.621843175031D-02 0.107008963823D-04 0.515368004608D+04
+    0.295200000000D+06-0.117346644402D-06-0.293326613220D+01-0.484287738800D-07
+    0.926826956600D+00 0.155656250000D+03-0.201085728183D+01-0.820748473183D-08
+   -0.150363406097D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.500000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 10  0  0.0 0.148812774569D-03-0.386535248253D-11 0.000000000000D+00
+    0.290000000000D+02 0.921875000000D+02 0.473948313278D-08-0.479712561062D+00
+    0.488758087158D-05 0.822964368854D-02 0.249035656452D-05 0.515357054329D+04
+    0.295200000000D+06 0.160187482834D-06-0.188127311165D+01 0.931322574616D-08
+    0.958103081593D+00 0.327875000000D+03-0.291787017899D+01-0.852321216885D-08
+    0.359657838335D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.290000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 10  0  0.0 0.488893128932D-04 0.170530256582D-11 0.000000000000D+00
+    0.740000000000D+02-0.552500000000D+02 0.404088260469D-08 0.273566924157D+01
+   -0.289641320705D-05 0.182608084287D-02 0.109281390905D-04 0.515364429092D+04
+    0.295200000000D+06-0.409781932831D-07 0.191843914086D+00-0.521540641785D-07
+    0.970888378495D+00 0.173531250000D+03 0.721334830217D+00-0.764960435101D-08
+    0.188936441390D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.740000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 10  0  0.0-0.226953532547D-03 0.135287336889D-10 0.000000000000D+00
+    0.650000000000D+02 0.722187500000D+02 0.441696969880D-08-0.632832997017D+00
+    0.412762165070D-05 0.208246845286D-01 0.323727726936D-05 0.515365719605D+04
+    0.295200000000D+06-0.169500708580D-06-0.180509737122D+01 0.255182385445D-06
+    0.981228992995D+00 0.333312500000D+03 0.121063303618D+01-0.854357015971D-08
+    0.330370904131D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.650000000000D+02
+    0.288000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 10  0  0.0-0.217071734369D-03 0.284217094304D-11 0.000000000000D+00
+    0.129000000000D+03-0.556250000000D+02 0.533807949530D-08 0.143490907166D+01
+   -0.282004475594D-05 0.561730843037D-02 0.113360583782D-04 0.515360204887D+04
+    0.295200000000D+06-0.121071934700D-06 0.207475323963D+00 0.633299350738D-07
+    0.975764682367D+00 0.170093750000D+03 0.881701134528D+00-0.771389274317D-08
+    0.181793286706D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.129000000000D+03
+    0.293640000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 10  0  0.0 0.200172420591D-03 0.363797880709D-11 0.000000000000D+00
+    0.380000000000D+02-0.744062500000D+02 0.382515930042D-08 0.137435768985D+01
+   -0.394135713577D-05 0.182412605500D-01 0.117663294077D-04 0.515364418411D+04
+    0.295200000000D+06-0.379979610443D-06 0.252462522843D+00-0.268220901489D-06
+    0.981190527027D+00 0.170781250000D+03-0.181630795677D+01-0.773817987465D-08
+    0.252867671247D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.380000000000D+02
+    0.288000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+29 12 10 31 10  0  0.0 0.371957197785D-03 0.409272615798D-11 0.000000000000D+00
+    0.820000000000D+02 0.254687500000D+02 0.469090968093D-08-0.277688468800D+01
+    0.124797224998D-05 0.175759242848D-02 0.629201531410D-05 0.515375447273D+04
+    0.295200000000D+06-0.335276126862D-07 0.129338891045D+01 0.316649675369D-07
+    0.964083661863D+00 0.259156250000D+03-0.108083250042D+01-0.802104839458D-08
+    0.315370279295D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.820000000000D+02
+    0.290790000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 10  0  0.0-0.340725295246D-03 0.177351466846D-10 0.000000000000D+00
+    0.250000000000D+02-0.700000000000D+02 0.443482758551D-08 0.564339345170D+00
+   -0.359490513802D-05 0.110256370390D-01 0.110436230898D-04 0.515373646355D+04
+    0.295200000000D+06-0.126659870148D-06 0.995781023877D-01-0.335276126862D-07
+    0.962054246312D+00 0.171437500000D+03 0.161417689930D+01-0.804390648956D-08
+    0.853606984729D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.570000000000D+01 0.000000000000D+00-0.465661287308D-08 0.250000000000D+02
+    0.292020000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 10  0  0.0 0.283978879452D-03 0.227373675443D-11 0.000000000000D+00
+    0.230000000000D+02-0.973437500000D+02 0.429875048878D-08-0.212308504521D+01
+   -0.481121242046D-05 0.795119395480D-02 0.431947410107D-05 0.515375386429D+04
+    0.295200000000D+06-0.147148966789D-06-0.825503475910D+00 0.122934579849D-06
+    0.980822736255D+00 0.307906250000D+03-0.853714487629D+00-0.800104756146D-08
+   -0.225366530278D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.230000000000D+02
+    0.293100000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 10  0  0.0-0.503459479660D-03-0.363797880709D-11 0.000000000000D+00
+    0.550000000000D+02 0.824062500000D+02 0.432339437244D-08-0.150245747216D+01
+    0.420399010181D-05 0.118039734662D-01 0.113379210234D-04 0.515355137062D+04
+    0.295200000000D+06-0.154599547386D-06-0.285445460838D+01-0.117346644402D-06
+    0.951028412688D+00 0.158937500000D+03-0.481593731809D+00-0.793425906517D-08
+    0.742888087128D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.550000000000D+02
+    0.288018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 11 59 44.0 0.323145650327D-04 0.112549969344D-10 0.000000000000D+00
+    0.100000000000D+02-0.339375000000D+02 0.526950527657D-08-0.269466473476D+01
+   -0.181049108505D-05 0.103745218366D-01 0.646151602268D-05 0.515367754936D+04
+    0.302384000000D+06 0.147148966789D-06 0.229275899318D+01-0.106170773506D-06
+    0.937566598098D+00 0.241750000000D+03 0.924643593791D+00-0.822141377199D-08
+   -0.485377349424D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.100000000000D+02
+    0.298590000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 11 59 44.0-0.318393111229D-03-0.386535248253D-11 0.000000000000D+00
+    0.300000000000D+02-0.209062500000D+02 0.675492417557D-08-0.894114386493D+00
+   -0.935047864914D-06 0.136996960500D-01 0.436417758465D-05 0.515367016411D+04
+    0.302384000000D+06-0.465661287308D-07 0.201160750718D+01 0.309199094772D-06
+    0.888048178703D+00 0.254406250000D+03 0.111319337185D+01-0.927288645869D-08
+   -0.372158359685D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.300000000000D+02
+    0.302384000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+29 12 10 31 11 59 44.0 0.371987465769D-03 0.409272615798D-11 0.000000000000D+00
+    0.500000000000D+01 0.243437500000D+02 0.473448292450D-08-0.172919406710D+01
+    0.117160379887D-05 0.175759964623D-02 0.630319118500D-05 0.515375419235D+04
+    0.302384000000D+06-0.875443220139D-07 0.129333122174D+01 0.745058059692D-08
+    0.964085787483D+00 0.257500000000D+03-0.108072391825D+01-0.805676416800D-08
+    0.321441960777D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.500000000000D+01
+    0.301200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 11 59 44.0-0.340586528182D-03 0.179625203600D-10 0.000000000000D+00
+    0.640000000000D+02-0.757187500000D+02 0.429017870316D-08 0.161203812624D+01
+   -0.405125319958D-05 0.110261309892D-01 0.105034559965D-04 0.515373890495D+04
+    0.302384000000D+06 0.745058059692D-07 0.995205394871D-01-0.288709998131D-06
+    0.962056328045D+00 0.178781250000D+03 0.161428574187D+01-0.775568019807D-08
+    0.163221084528D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.640000000000D+02
+    0.296730000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 12  0  0.0 0.280259642750D-03 0.170530256582D-11 0.000000000000D+00
+    0.104000000000D+03-0.312187500000D+02 0.475912680816D-08-0.694367050169D+00
+   -0.176019966602D-05 0.136073073372D-02 0.675581395626D-05 0.515370918846D+04
+    0.302400000000D+06 0.316649675369D-07 0.229317026187D+01 0.428408384323D-07
+    0.959992864539D+00 0.249218750000D+03 0.503305027760D+00-0.807962226298D-08
+   -0.584310053145D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.104000000000D+03
+    0.300900000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 12  0  0.0 0.407557468861D-03 0.113686837722D-11 0.000000000000D+00
+    0.960000000000D+02-0.288750000000D+02 0.542272587830D-08 0.307107547005D+00
+   -0.148266553879D-05 0.115501435939D-01 0.610575079918D-05 0.515377333260D+04
+    0.302400000000D+06 0.139698386192D-06 0.227606725296D+01 0.186264514923D-06
+    0.938501254996D+00 0.250156250000D+03-0.272668638621D+01-0.855678499587D-08
+   -0.568237955106D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.960000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 12  0  0.0 0.121986493468D-03 0.511590769747D-11 0.000000000000D+00
+    0.940000000000D+02 0.324062500000D+02 0.558023243908D-08 0.486784261707D+00
+    0.189431011677D-05 0.158752176212D-01 0.731833279133D-05 0.515374565315D+04
+    0.302400000000D+06-0.212341547012D-06 0.110909182501D+01 0.596046447754D-07
+    0.932240784851D+00 0.225906250000D+03 0.124983432091D+01-0.873929259804D-08
+    0.355371945525D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.000000000000D+00-0.465661287308D-08 0.940000000000D+02
+    0.300720000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 12  0  0.0 0.323071144521D-04 0.111413100967D-10 0.000000000000D+00
+    0.115000000000D+03-0.339375000000D+02 0.526950521033D-08-0.269233132190D+01
+   -0.181049108505D-05 0.103745271917D-01 0.646151602268D-05 0.515367755508D+04
+    0.302400000000D+06 0.147148966789D-06 0.229275886444D+01-0.106170773506D-06
+    0.937566586394D+00 0.241750000000D+03 0.924643914170D+00-0.822141388346D-08
+   -0.485020203038D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.651925802231D-08 0.115000000000D+03
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 12  0  0.0-0.363358296454D-03-0.261479726760D-11 0.000000000000D+00
+    0.330000000000D+02 0.718750000000D+02 0.439446876155D-08 0.243656900447D+01
+    0.369362533093D-05 0.302221172024D-02 0.117588788271D-04 0.515378629112D+04
+    0.302400000000D+06-0.279396772385D-07-0.294338824087D+01-0.186264514923D-07
+    0.950446583835D+00 0.148812500000D+03 0.252033077389D+00-0.786675625340D-08
+   -0.245724521127D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.330000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 12  0  0.0 0.470523256809D-03-0.101181285572D-10 0.000000000000D+00
+    0.420000000000D+02 0.341875000000D+02 0.535879464388D-08 0.237130686697D+01
+    0.191479921341D-05 0.737654475961D-02 0.666640698910D-05 0.515368194199D+04
+    0.302400000000D+06 0.372529029846D-07 0.118697723391D+01 0.214204192162D-06
+    0.938954503590D+00 0.237750000000D+03-0.421050552571D+00-0.834641909043D-08
+    0.382515933324D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.420000000000D+02
+    0.297930000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 12  0  0.0 0.139928888529D-03 0.454747350886D-11 0.000000000000D+00
+    0.190000000000D+02-0.100250000000D+03 0.431339395589D-08-0.106279351652D+01
+   -0.525638461113D-05 0.605465425178D-02 0.345334410667D-05 0.515371802330D+04
+    0.302400000000D+06 0.484287738800D-07-0.829174799030D+00-0.372529029846D-07
+    0.975784406892D+00 0.316843750000D+03-0.294438075911D+01-0.817605485122D-08
+   -0.163221084528D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.190000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 12  0  0.0 0.262213870883D-05 0.113686837722D-12 0.000000000000D+00
+    0.440000000000D+02-0.113531250000D+03 0.374265589664D-08-0.169492502969D+01
+   -0.617094337940D-05 0.127689893125D-01 0.482425093651D-05 0.515364003754D+04
+    0.302400000000D+06 0.745058059692D-07-0.742455837260D+00-0.119209289551D-06
+    0.998263367642D+00 0.303156250000D+03-0.290677360450D+01-0.783746931920D-08
+   -0.875036448780D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.440000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 12  0  0.0 0.196360982954D-03 0.272848410532D-11 0.000000000000D+00
+    0.290000000000D+02-0.902500000000D+02 0.418981737985D-08-0.163389619968D+01
+   -0.424869358540D-05 0.172249622410D-01 0.343844294548D-05 0.515365762138D+04
+    0.302400000000D+06 0.447034835815D-07-0.853779871290D+00 0.463798642158D-06
+    0.984445608991D+00 0.325625000000D+03 0.164730334795D+01-0.806926468869D-08
+   -0.233938315898D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.290000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 12  0  0.0-0.569615513086D-04-0.125055521494D-11 0.000000000000D+00
+    0.480000000000D+02 0.774687500000D+02 0.437089635109D-08 0.272584324654D+01
+    0.391900539398D-05 0.118705554633D-01 0.117365270853D-04 0.515374202919D+04
+    0.302400000000D+06 0.149011611938D-07-0.292274912343D+01-0.182539224625D-06
+    0.945301869606D+00 0.143281250000D+03 0.768918220073D+00-0.773353641855D-08
+   -0.164292557730D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.480000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 12  0  0.0-0.318392179906D-03-0.386535248253D-11 0.000000000000D+00
+    0.940000000000D+02-0.209062500000D+02 0.675492422685D-08-0.891780414805D+00
+   -0.933185219765D-06 0.136996943038D-01 0.436417758465D-05 0.515367015457D+04
+    0.302400000000D+06-0.465661287308D-07 0.201160736089D+01 0.309199094772D-06
+    0.888048172851D+00 0.254406250000D+03 0.111319324019D+01-0.927288625293D-08
+   -0.371801201298D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.116415321827D-07 0.940000000000D+02
+    0.298068000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 12  0  0.0 0.991052947938D-04 0.204636307899D-11 0.000000000000D+00
+    0.830000000000D+02-0.625625000000D+02 0.389980529969D-08-0.138809807476D+01
+   -0.322051346302D-05 0.400567764882D-02 0.112671405077D-04 0.515369123077D+04
+    0.302400000000D+06 0.502914190292D-07 0.227650004411D+00-0.465661287308D-07
+    0.982035502658D+00 0.175125000000D+03 0.146257856524D+00-0.758067290831D-08
+    0.307155651409D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.830000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 12  0  0.0 0.170574523509D-03-0.261479726760D-11 0.000000000000D+00
+    0.250000000000D+02 0.800000000000D+02 0.410445668138D-08 0.127345467522D+01
+    0.411458313465D-05 0.478465692140D-02 0.244565308094D-05 0.515359910584D+04
+    0.302400000000D+06 0.130385160446D-06-0.179854242005D+01-0.115483999252D-06
+    0.983726581829D+00 0.343312500000D+03 0.208088631009D+01-0.814069623553D-08
+    0.335371112410D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.250000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 12  0  0.0 0.215888023376D-03 0.682121026330D-12 0.000000000000D+00
+    0.440000000000D+02 0.794062500000D+02 0.426124892669D-08 0.150004120402D+01
+    0.411458313465D-05 0.685153296217D-02 0.303611159325D-05 0.515366290474D+04
+    0.302400000000D+06-0.186264514923D-06-0.182635369965D+01-0.391155481338D-07
+    0.976507013814D+00 0.326125000000D+03-0.203014265292D+01-0.821998525252D-08
+    0.288940606965D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.440000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 12  0  0.0-0.985278747976D-04-0.909494701773D-12 0.000000000000D+00
+    0.980000000000D+02 0.105687500000D+03 0.494520598768D-08 0.109228116272D+01
+    0.551715493202D-05 0.484260276426D-02 0.319257378578D-05 0.515366134071D+04
+    0.302400000000D+06 0.111758708954D-07-0.191940811489D+01 0.502914190292D-07
+    0.943304876709D+00 0.306250000000D+03 0.464163996236D-01-0.853071248127D-08
+    0.269654089318D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.980000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 12  0  0.0-0.248839613050D-03-0.568434188608D-12 0.000000000000D+00
+    0.670000000000D+02-0.543125000000D+02 0.385551774065D-08 0.265730203230D+01
+   -0.274181365967D-05 0.655717332847D-02 0.115018337965D-04 0.515377840614D+04
+    0.302400000000D+06-0.139698386192D-06 0.245895698634D+00 0.279396772385D-07
+    0.982800029498D+00 0.170031250000D+03 0.277100807732D-01-0.747388274579D-08
+    0.255724937684D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.670000000000D+02
+    0.301770000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 12  0  0.0 0.829235650599D-04-0.352429196937D-11 0.000000000000D+00
+    0.930000000000D+02 0.247812500000D+02 0.481341499992D-08 0.174632685078D+01
+    0.123679637909D-05 0.766547385137D-02 0.652112066746D-05 0.515374785805D+04
+    0.302400000000D+06-0.206753611565D-06 0.128466610487D+01-0.931322574616D-08
+    0.963508196704D+00 0.257906250000D+03-0.229290428874D+01-0.812462452870D-08
+    0.389301924031D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.930000000000D+02
+    0.295200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 12  0  0.0 0.222335103899D-03 0.181898940355D-11 0.000000000000D+00
+    0.560000000000D+02 0.631562500000D+02 0.467483758289D-08-0.307705325176D+01
+    0.323355197906D-05 0.136147402227D-01 0.111218541861D-04 0.515374860763D+04
+    0.302400000000D+06 0.577419996262D-07-0.293637123142D+01-0.113621354103D-06
+    0.929094342109D+00 0.144687500000D+03-0.213876396042D+01-0.779532470656D-08
+   -0.137862885400D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.560000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 12  0  0.0-0.317894387990D-03-0.352429196937D-11 0.000000000000D+00
+    0.900000000000D+01 0.273437500000D+02 0.497199303950D-08 0.946969041770D+00
+    0.162981450558D-05 0.864807062317D-02 0.564567744732D-05 0.515362598228D+04
+    0.302400000000D+06 0.279396772385D-07 0.133725700187D+01 0.121071934700D-06
+    0.960794157436D+00 0.267281250000D+03 0.267537071490D+00-0.825212964628D-08
+    0.208937270263D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.900000000000D+01
+    0.302400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+20 12 10 31 12  0  0.0 0.720163807273D-04 0.102318153950D-11 0.000000000000D+00
+    0.740000000000D+02 0.613750000000D+02 0.479234247744D-08-0.258393611424D+01
+    0.322423875332D-05 0.520425743889D-02 0.108089298010D-04 0.515361357880D+04
+    0.302400000000D+06 0.335276126862D-07-0.298995312814D+01-0.409781932831D-07
+    0.929692576125D+00 0.155250000000D+03 0.127396490447D+01-0.793925927345D-08
+   -0.227152318949D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.740000000000D+02
+    0.295290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 12  0  0.0-0.259294640273D-03-0.238742359215D-11 0.000000000000D+00
+    0.740000000000D+02-0.351562500000D+02 0.528093425782D-08-0.195645239714D+01
+   -0.191479921341D-05 0.194302910240D-01 0.590644776821D-05 0.515377389526D+04
+    0.302400000000D+06 0.240281224251D-06 0.229774154293D+01-0.156462192535D-06
+    0.931309444388D+00 0.245156250000D+03-0.220726911227D+01-0.811926677148D-08
+   -0.358229207399D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.740000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 12  0  0.0 0.150352250785D-03 0.795807864051D-12 0.000000000000D+00
+    0.510000000000D+02 0.608125000000D+02 0.487377444084D-08 0.247519694235D+01
+    0.314600765705D-05 0.621894851793D-02 0.109635293484D-04 0.515367831612D+04
+    0.302400000000D+06 0.800937414169D-07-0.293332457432D+01-0.689178705216D-07
+    0.926826801531D+00 0.148781250000D+03-0.201098338391D+01-0.800747640068D-08
+   -0.143577409147D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.510000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 12  0  0.0 0.148784834892D-03-0.386535248253D-11 0.000000000000D+00
+    0.320000000000D+02 0.877812500000D+02 0.468412368398D-08 0.570546595819D+00
+    0.465661287308D-05 0.822867453098D-02 0.285729765892D-05 0.515356869316D+04
+    0.302400000000D+06 0.147148966789D-06-0.188133386225D+01 0.199303030968D-06
+    0.958105969394D+00 0.322406250000D+03-0.291788364808D+01-0.840927885165D-08
+    0.299655338990D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.320000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 12  0  0.0 0.336300581694D-05 0.159161572810D-11 0.000000000000D+00
+    0.200000000000D+01-0.102343750000D+03 0.462554981557D-08 0.244328744990D+01
+   -0.543147325516D-05 0.128474086523D-03 0.299513339996D-05 0.517666122627D+04
+    0.302400000000D+06 0.204890966415D-07-0.854343817432D+00 0.316649675369D-07
+    0.959317640070D+00 0.321031250000D+03-0.127031371257D+01-0.816284001505D-08
+   -0.216794744657D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.200000000000D+01
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 12  0  0.0 0.489018857479D-04 0.170530256582D-11 0.000000000000D+00
+    0.105000000000D+03-0.660625000000D+02 0.410659962779D-08-0.249744670187D+01
+   -0.343844294548D-05 0.182758725714D-02 0.108722597361D-04 0.515364142609D+04
+    0.302400000000D+06 0.353902578354D-07 0.191788519230D+00-0.484287738800D-07
+    0.970889753638D+00 0.175500000000D+03 0.721462032407D+00-0.768031991615D-08
+    0.233224000430D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.105000000000D+03
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 12  0  0.0-0.226855743676D-03 0.135287336889D-10 0.000000000000D+00
+    0.690000000000D+02 0.817187500000D+02 0.424767693279D-08 0.417367215968D+00
+    0.422447919846D-05 0.208262702217D-01 0.332295894623D-05 0.515366033173D+04
+    0.302400000000D+06-0.312924385071D-06-0.180515830176D+01 0.372529029846D-07
+    0.981231162502D+00 0.327656250000D+03 0.121062110609D+01-0.851928343378D-08
+    0.188936441390D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.690000000000D+02
+    0.295218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 12  0  0.0-0.217051245272D-03 0.284217094304D-11 0.000000000000D+00
+    0.130000000000D+03-0.588125000000D+02 0.522414617809D-08 0.248499733338D+01
+   -0.303611159325D-05 0.561695429496D-02 0.110343098640D-04 0.515360367584D+04
+    0.302400000000D+06-0.186264514923D-07 0.207420071010D+00-0.102445483208D-06
+    0.975766989389D+00 0.175562500000D+03 0.881842821070D+00-0.753495671833D-08
+    0.233581158164D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02-0.190921127796D-07 0.130000000000D+03
+    0.295500000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 12  0  0.0 0.200198497623D-03 0.363797880709D-11 0.000000000000D+00
+    0.460000000000D+02-0.760312500000D+02 0.374087010797D-08 0.242467891980D+01
+   -0.392459332943D-05 0.182419535704D-01 0.121053308248D-04 0.515363971138D+04
+    0.302400000000D+06 0.165775418282D-06 0.252409116093D+00-0.195577740669D-06
+    0.981194740231D+00 0.153250000000D+03-0.181643423001D+01-0.721458623076D-08
+    0.235724104569D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.460000000000D+02
+    0.301242000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31 12  0  0.0 0.371986068785D-03 0.409272615798D-11 0.000000000000D+00
+    0.830000000000D+02 0.243437500000D+02 0.473412576677D-08-0.172685971359D+01
+    0.117160379887D-05 0.175760185812D-02 0.630319118500D-05 0.515375418663D+04
+    0.302400000000D+06-0.875443220139D-07 0.129333107691D+01 0.745058059692D-08
+    0.964085793334D+00 0.257500000000D+03-0.108072464532D+01-0.805676416800D-08
+    0.321799118511D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.931322574616D-08 0.830000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 12  0  0.0 0.283995177597D-03 0.227373675443D-11 0.000000000000D+00
+    0.390000000000D+02-0.874375000000D+02 0.423910514717D-08-0.107277504315D+01
+   -0.476278364658D-05 0.795106904115D-02 0.423006713390D-05 0.515375657654D+04
+    0.302400000000D+06-0.931322574615D-07-0.825562541228D+00-0.949949026108D-07
+    0.980820831536D+00 0.311218750000D+03-0.853894833244D+00-0.817641200895D-08
+   -0.120719314158D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.390000000000D+02
+    0.295200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 12  0  0.0-0.503485556692D-03-0.363797880709D-11 0.000000000000D+00
+    0.560000000000D+02 0.740000000000D+02 0.443411327004D-08-0.452398517083D+00
+    0.380538403988D-05 0.118033711333D-01 0.104382634163D-04 0.515354701233D+04
+    0.302400000000D+06 0.614672899246D-07-0.285451102289D+01-0.292435288429D-06
+    0.951028428780D+00 0.176812500000D+03-0.481396195444D+00-0.800211903466D-08
+   -0.985755346381D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.560000000000D+02
+    0.301950000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 13 59 44.0 0.323951244354D-04 0.112549969344D-10 0.000000000000D+00
+    0.430000000000D+02-0.293125000000D+02 0.527271959427D-08-0.164455309561D+01
+   -0.148080289364D-05 0.103749458212D-01 0.613369047642D-05 0.515367593384D+04
+    0.309584000000D+06 0.193715095520D-06 0.229269969379D+01-0.372529029846D-08
+    0.937563293366D+00 0.246000000000D+03 0.924716334467D+00-0.824391488408D-08
+   -0.460376320399D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.430000000000D+02
+    0.302400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 13 59 44.0-0.318421516567D-03-0.386535248253D-11 0.000000000000D+00
+    0.310000000000D+02-0.174687500000D+02 0.682778455996D-08 0.156094472338D+00
+   -0.730156898499D-06 0.137001472758D-01 0.441633164883D-05 0.515367105675D+04
+    0.309584000000D+06-0.115483999252D-06 0.201153964095D+01 0.119209289551D-06
+    0.888045286514D+00 0.254093750000D+03 0.111318408964D+01-0.940324884624D-08
+   -0.333585326029D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.310000000000D+02
+    0.309584000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+13 12 10 31 13 59 44.0 0.170554034412D-03-0.272848410532D-11 0.000000000000D+00
+    0.760000000000D+02 0.783125000000D+02 0.404552565524D-08 0.232140405415D+01
+    0.414811074734D-05 0.478456332348D-02 0.258721411228D-05 0.515359863472D+04
+    0.309584000000D+06 0.223517417908D-07-0.179859939194D+01 0.856816768646D-07
+    0.983729184361D+00 0.340843750000D+03 0.208082624706D+01-0.796854620765D-08
+    0.216794744657D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.760000000000D+02
+    0.308946000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 13 59 44.0-0.985339283943D-04-0.909494701773D-12 0.000000000000D+00
+    0.400000000000D+01 0.112156250000D+03 0.499520807047D-08 0.214026494071D+01
+    0.578351318836D-05 0.484301324468D-02 0.316277146339D-05 0.515366016579D+04
+    0.309584000000D+06-0.223517417908D-07-0.191946936727D+01 0.353902578354D-07
+    0.943306769725D+00 0.309687500000D+03 0.462905316150D-01-0.852106922245D-08
+    0.266082511976D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.400000000000D+01
+    0.307536000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 13 59 44.0 0.828988850117D-04-0.352429196937D-11 0.000000000000D+00
+    0.300000000000D+01 0.261250000000D+02 0.476091259683D-08 0.279415099807D+01
+    0.128708779812D-05 0.766549457330D-02 0.635534524918D-05 0.515374761200D+04
+    0.309584000000D+06-0.186264514923D-07 0.128460842494D+01-0.102445483208D-06
+    0.963511949089D+00 0.257031250000D+03-0.229292430731D+01-0.793533053837D-08
+    0.411802867528D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.300000000000D+01
+    0.303618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 13 59 44.0 0.222347211093D-03 0.181898940355D-11 0.000000000000D+00
+    0.210000000000D+02 0.683750000000D+02 0.475162649574D-08-0.202927941422D+01
+    0.346265733242D-05 0.136146924924D-01 0.112764537334D-04 0.515374828339D+04
+    0.309584000000D+06 0.156462192535D-06-0.293642701102D+01-0.175088644028D-06
+    0.929093240531D+00 0.145906250000D+03-0.213873546570D+01-0.782389732530D-08
+   -0.194293807403D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.210000000000D+02
+    0.305790000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 13 59 44.0 0.720233656466D-04 0.102318153950D-11 0.000000000000D+00
+    0.120000000000D+02 0.540937500000D+02 0.488234608298D-08-0.153586393211D+01
+    0.273995101452D-05 0.520396255888D-02 0.106692314148D-04 0.515361546135D+04
+    0.309584000000D+06 0.124797224999D-06-0.299000987913D+01 0.135973095894D-06
+    0.929690096478D+00 0.158218750000D+03 0.127377802400D+01-0.809105138444D-08
+   -0.328227944824D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.120000000000D+02
+    0.309584000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+29 12 10 31 13 59 44.0 0.372016802430D-03 0.409272615798D-11 0.000000000000D+00
+    0.600000000000D+01 0.216875000000D+02 0.486020244694D-08-0.679262627272D+00
+    0.123865902424D-05 0.175750290509D-02 0.637583434582D-05 0.515375349617D+04
+    0.309584000000D+06 0.633299350738D-07 0.129327211400D+01-0.745058059692D-07
+    0.964088095968D+00 0.257281250000D+03-0.108052102175D+01-0.816712590786D-08
+    0.431089385175D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.600000000000D+01
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 14  0  0.0 0.280272215605D-03 0.170530256582D-11 0.000000000000D+00
+    0.105000000000D+03-0.288750000000D+02 0.486555995494D-08 0.355907816989D+00
+   -0.145845115185D-05 0.136136880610D-02 0.629760324955D-05 0.515371043205D+04
+    0.309600000000D+06-0.149011611938D-07 0.229311158130D+01-0.335276126862D-07
+    0.959988367529D+00 0.253281250000D+03 0.503191165920D+00-0.816569745155D-08
+   -0.559308988013D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.105000000000D+03
+    0.309600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 2 12 10 31 14  0  0.0 0.407565385103D-03 0.113686837722D-11 0.000000000000D+00
+    0.970000000000D+02-0.268750000000D+02 0.539843915237D-08 0.135718532691D+01
+   -0.127591192722D-05 0.115505560534D-01 0.646337866783D-05 0.515377465820D+04
+    0.309600000000D+06-0.447034835815D-07 0.227600659599D+01 0.186264514923D-06
+    0.938496825280D+00 0.245687500000D+03-0.272663846248D+01-0.848178187169D-08
+   -0.669313593883D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.970000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 14  0  0.0 0.122023280710D-03 0.511590769747D-11 0.000000000000D+00
+    0.960000000000D+02 0.236562500000D+02 0.548308553538D-08 0.153686113753D+01
+    0.102631747723D-05 0.158759996993D-01 0.749714672566D-05 0.515374816704D+04
+    0.309600000000D+06-0.340864062309D-06 0.110902828316D+01-0.318512320519D-06
+    0.932244693768D+00 0.222812500000D+03 0.124990165464D+01-0.846499545818D-08
+    0.524664711534D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.960000000000D+02
+    0.305310000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 14  0  0.0-0.363377388567D-03-0.261479726760D-11 0.000000000000D+00
+    0.930000000000D+02 0.753437500000D+02 0.436982487789D-08-0.279647315231D+01
+    0.384449958801D-05 0.302164314780D-02 0.115651637316D-04 0.515378730202D+04
+    0.309600000000D+06-0.372529029846D-08-0.294344479875D+01-0.223517417908D-07
+    0.950444910257D+00 0.152312500000D+03 0.252000983892D+00-0.784639826255D-08
+   -0.245010205658D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.930000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 14  0  0.0 0.470450613648D-03-0.101181285572D-10 0.000000000000D+00
+    0.430000000000D+02 0.325000000000D+02 0.526164774018D-08-0.286171895486D+01
+    0.181049108505D-05 0.737641309388D-02 0.680051743984D-05 0.515368224716D+04
+    0.309600000000D+06-0.119209289551D-06 0.118691696168D+01 0.447034835815D-07
+    0.938958334972D+00 0.236250000000D+03-0.421028240145D+00-0.818926968738D-08
+    0.503592405217D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.430000000000D+02
+    0.303660000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 14  0  0.0 0.139961484820D-03 0.454747350886D-11 0.000000000000D+00
+    0.200000000000D+02-0.910312500000D+02 0.431839408677D-08-0.127841602144D-01
+   -0.467523932457D-05 0.605398253538D-02 0.369548797607D-05 0.515371607399D+04
+    0.309600000000D+06 0.651925802231D-07-0.829233713667D+00 0.204890966415D-07
+    0.975782986398D+00 0.315062500000D+03-0.294423669532D+01-0.821248491434D-08
+   -0.185007703601D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.200000000000D+02
+    0.309600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 8 12 10 31 14  0  0.0 0.262307003140D-05 0.113686837722D-12 0.000000000000D+00
+    0.450000000000D+02-0.940312500000D+02 0.380015841017D-08-0.644925612449D+00
+   -0.485964119434D-05 0.127677874407D-01 0.446103513241D-05 0.515363471603D+04
+    0.309600000000D+06 0.221654772759D-06-0.742511928465D+00 0.000000000000D+00
+    0.998262106607D+00 0.307468750000D+03-0.290657591599D+01-0.794818788563D-08
+   -0.186793497336D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.450000000000D+02
+    0.309600000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 9 12 10 31 14  0  0.0 0.196381006390D-03 0.272848410532D-11 0.000000000000D+00
+    0.300000000000D+02-0.880937500000D+02 0.422660462648D-08-0.583700182347D+00
+   -0.467523932457D-05 0.172251486220D-01 0.378489494324D-05 0.515365799522D+04
+    0.309600000000D+06-0.193715095520D-06-0.853840497541D+00 0.104308128357D-06
+    0.984442889426D+00 0.324906250000D+03 0.164729655562D+01-0.842713673836D-08
+   -0.122862260564D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.300000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 14  0  0.0-0.569703988731D-04-0.125055521494D-11 0.000000000000D+00
+    0.540000000000D+02 0.688437500000D+02 0.441911263138D-08-0.250727340641D+01
+    0.347942113876D-05 0.118719486054D-01 0.111870467663D-04 0.515373929024D+04
+    0.309600000000D+06 0.912696123123D-07-0.292280488402D+01-0.130385160446D-06
+    0.945300727067D+00 0.155156250000D+03 0.768987781828D+00-0.773746489102D-08
+   -0.131076885457D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.540000000000D+02
+    0.302400000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 14  0  0.0 0.991197302938D-04 0.204636307899D-11 0.000000000000D+00
+    0.840000000000D+02-0.715625000000D+02 0.387051836548D-08-0.337656958665D+00
+   -0.361725687981D-05 0.400621059816D-02 0.114887952805D-04 0.515369348144D+04
+    0.309600000000D+06 0.689178705216D-07 0.227595479991D+00 0.931322574616D-08
+    0.982037481986D+00 0.171625000000D+03 0.145981189457D+00-0.762210320548D-08
+    0.281797452281D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.840000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 14  0  0.0 0.170555431396D-03-0.261479726760D-11 0.000000000000D+00
+    0.260000000000D+02 0.783125000000D+02 0.404552565524D-08 0.232373714370D+01
+    0.414811074734D-05 0.478456378914D-02 0.258721411228D-05 0.515359863472D+04
+    0.309600000000D+06 0.223517417908D-07-0.179859951043D+01 0.856816768646D-07
+    0.983729188749D+00 0.340843750000D+03 0.208082697413D+01-0.796854620765D-08
+    0.216794744657D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.260000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 14  0  0.0 0.215892679989D-03 0.682121026330D-12 0.000000000000D+00
+    0.450000000000D+02 0.855312500000D+02 0.413695803519D-08 0.255024607201D+01
+    0.441446900368D-05 0.685114657972D-02 0.305660068989D-05 0.515366300201D+04
+    0.309600000000D+06 0.149011611938D-07-0.182641215347D+01-0.912696123123D-07
+    0.976510085942D+00 0.326437500000D+03-0.203016182885D+01-0.801926260591D-08
+    0.301798285396D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.450000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 14  0  0.0-0.985339283943D-04-0.909494701773D-12 0.000000000000D+00
+    0.990000000000D+02 0.112156250000D+03 0.499556522820D-08 0.214259865053D+01
+    0.578351318836D-05 0.484301219694D-02 0.316277146339D-05 0.515366016960D+04
+    0.309600000000D+06-0.223517417908D-07-0.191946949894D+01 0.353902578354D-07
+    0.943306769725D+00 0.309687500000D+03 0.462904687095D-01-0.852106922245D-08
+    0.266082511976D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.990000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 14  0  0.0-0.248843804002D-03-0.568434188608D-12 0.000000000000D+00
+    0.680000000000D+02-0.560000000000D+02 0.379908681864D-08-0.257579242965D+01
+   -0.291131436825D-05 0.655636214651D-02 0.113118439913D-04 0.515377990532D+04
+    0.309600000000D+06-0.124797224999D-06 0.245841882267D+00-0.614672899246D-07
+    0.982801941532D+00 0.176187500000D+03 0.277305382196D-01-0.747459706126D-08
+    0.276797244002D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.680000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 14  0  0.0 0.828984193504D-04-0.352429196937D-11 0.000000000000D+00
+    0.940000000000D+02 0.261250000000D+02 0.476055543910D-08 0.279648465231D+01
+    0.128708779812D-05 0.766549201217D-02 0.635534524918D-05 0.515374761200D+04
+    0.309600000000D+06-0.186264514923D-07 0.128460827426D+01-0.102445483208D-06
+    0.963511965181D+00 0.257031250000D+03-0.229292438338D+01-0.793533053837D-08
+    0.412160025262D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.107102096081D-07 0.940000000000D+02
+    0.303468000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 14  0  0.0 0.222348142415D-03 0.181898940355D-11 0.000000000000D+00
+    0.570000000000D+02 0.683750000000D+02 0.475198365348D-08-0.202694550397D+01
+    0.346265733242D-05 0.136146954028D-01 0.112764537334D-04 0.515374828339D+04
+    0.309600000000D+06 0.156462192535D-06-0.293642712659D+01-0.175088644028D-06
+    0.929093241994D+00 0.145906250000D+03-0.213873576999D+01-0.782389732530D-08
+   -0.193936649668D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.570000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 14  0  0.0-0.317919533700D-03-0.352429196937D-11 0.000000000000D+00
+    0.390000000000D+02 0.254062500000D+02 0.496663545173D-08 0.199705108755D+01
+    0.142864882946D-05 0.864823535085D-02 0.630319118500D-05 0.515362814522D+04
+    0.309600000000D+06-0.176951289177D-06 0.133719696371D+01 0.199303030968D-06
+    0.960796144079D+00 0.259437500000D+03 0.267668102137D+00-0.818248369043D-08
+    0.350371737246D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.390000000000D+02
+    0.304410000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 14  0  0.0 0.720238313079D-04 0.102318153950D-11 0.000000000000D+00
+    0.750000000000D+02 0.540937500000D+02 0.488234622646D-08-0.153352849165D+01
+    0.273995101452D-05 0.520396023057D-02 0.106692314148D-04 0.515361546135D+04
+    0.309600000000D+06 0.124797224999D-06-0.299000998884D+01 0.135973095894D-06
+    0.929690086238D+00 0.158218750000D+03 0.127377641040D+01-0.809105131048D-08
+   -0.327870799992D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.750000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 14  0  0.0-0.259311404079D-03-0.238742359215D-11 0.000000000000D+00
+    0.960000000000D+02-0.259062500000D+02 0.556737476065D-08-0.906391573910D+00
+   -0.120699405670D-05 0.194303129101D-01 0.614486634731D-05 0.515377146721D+04
+    0.309600000000D+06 0.165775418282D-06 0.229768310228D+01 0.426545739174D-06
+    0.931304011110D+00 0.243437500000D+03-0.220720395975D+01-0.865143179543D-08
+   -0.576095425258D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.960000000000D+02
+    0.304470000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 14  0  0.0 0.150357838720D-03 0.795807864051D-12 0.000000000000D+00
+    0.540000000000D+02 0.650937500000D+02 0.480877173322D-08-0.275778556248D+01
+    0.336952507496D-05 0.621803756803D-02 0.113043934107D-04 0.515367996216D+04
+    0.309600000000D+06-0.242143869400D-07-0.293338142771D+01-0.260770320892D-07
+    0.926825699953D+00 0.142562500000D+03-0.201100628881D+01-0.793640201157D-08
+   -0.218937691062D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.540000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 14  0  0.0 0.148756429553D-03-0.386535248253D-11 0.000000000000D+00
+    0.370000000000D+02 0.901562500000D+02 0.461697802995D-08 0.162063466443D+01
+    0.479444861412D-05 0.822914962191D-02 0.344030559063D-05 0.515357129288D+04
+    0.309600000000D+06-0.745058059692D-07-0.188139313530D+01 0.113621354103D-06
+    0.958107584455D+00 0.312656250000D+03-0.291772684374D+01-0.832713257278D-08
+    0.138934358602D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.370000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 14  0  0.0 0.337464734912D-05 0.159161572810D-11 0.000000000000D+00
+    0.300000000000D+01-0.100156250000D+03 0.451125934063D-08-0.280527991037D+01
+   -0.524520874023D-05 0.128301093355D-03 0.269897282124D-05 0.517666160774D+04
+    0.309600000000D+06-0.186264514923D-07-0.854402669164D+00 0.465661287308D-07
+    0.959316130339D+00 0.318781250000D+03-0.126867855198D+01-0.815105380982D-08
+   -0.196793911542D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.300000000000D+01
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 14  0  0.0 0.489144586027D-04 0.170530256582D-11 0.000000000000D+00
+    0.106000000000D+03-0.775312500000D+02 0.405409744086D-08-0.144619788237D+01
+   -0.400654971600D-05 0.182704429608D-02 0.113863497973D-04 0.515364516258D+04
+    0.309600000000D+06 0.316649675369D-07 0.191733136078D+00-0.186264514923D-07
+    0.970891542787D+00 0.166343750000D+03 0.720409955852D+00-0.767889128522D-08
+    0.252867675811D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.106000000000D+03
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 14  0  0.0-0.226757954806D-03 0.135287336889D-10 0.000000000000D+00
+    0.720000000000D+02 0.885937500000D+02 0.427053502778D-08 0.146759559305D+01
+    0.422820448875D-05 0.208255619509D-01 0.314973294735D-05 0.515365823555D+04
+    0.309600000000D+06-0.374391674995D-06-0.180522004421D+01-0.305473804474D-06
+    0.981233046741D+00 0.331750000000D+03 0.121058120353D+01-0.834963351004D-08
+    0.262868092368D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.720000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 14  0  0.0-0.217030290514D-03 0.284217094304D-11 0.000000000000D+00
+    0.131000000000D+03-0.672500000000D+02 0.521986028528D-08-0.274794553807D+01
+   -0.365450978279D-05 0.561811693478D-02 0.109933316708D-04 0.515360150147D+04
+    0.309600000000D+06 0.558793544769D-07 0.207365678253D+00-0.931322574615D-07
+    0.975768690763D+00 0.176156250000D+03 0.881829789396D+00-0.754924302770D-08
+    0.264296723305D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02-0.190921127796D-07 0.131000000000D+03
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 14  0  0.0 0.200224574655D-03 0.363797880709D-11 0.000000000000D+00
+    0.490000000000D+02-0.668437500000D+02 0.368443918597D-08-0.280834412395D+01
+   -0.358372926712D-05 0.182412494905D-01 0.118743628264D-04 0.515364115715D+04
+    0.309600000000D+06 0.281259417534D-06 0.252356513948D+00-0.298023223877D-07
+    0.981196618618D+00 0.154406250000D+03-0.181640129387D+01-0.724423032270D-08
+    0.357157734196D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.490000000000D+02
+    0.302418000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 14  0  0.0-0.340456608683D-03 0.179625203600D-10 0.000000000000D+00
+    0.660000000000D+02-0.825937500000D+02 0.423410493889D-08 0.266457558199D+01
+   -0.438839197159D-05 0.110267327400D-01 0.104531645775D-04 0.515373718452D+04
+    0.309600000000D+06 0.132247805595D-06 0.994658322026D-01-0.707805156708D-07
+    0.962057846554D+00 0.178281250000D+03 0.161422115989D+01-0.759710216409D-08
+    0.105361531588D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.570000000000D+01 0.000000000000D+00-0.465661287308D-08 0.660000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 14  0  0.0 0.284011941403D-03 0.227373675443D-11 0.000000000000D+00
+    0.470000000000D+02-0.848437500000D+02 0.420838958203D-08-0.227241150992D-01
+   -0.455789268017D-05 0.795007823035D-02 0.349059700966D-05 0.515375435638D+04
+    0.309600000000D+06 0.149011611938D-07-0.825621138411D+00-0.145286321640D-06
+    0.980819743125D+00 0.319156250000D+03-0.853817204959D+00-0.821141346690D-08
+   -0.190365072327D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.470000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 14  0  0.0-0.503512099385D-03-0.363797880709D-11 0.000000000000D+00
+    0.590000000000D+02 0.666875000000D+02 0.452590280773D-08 0.597891541017D+00
+    0.328943133354D-05 0.118039587978D-01 0.102985650301D-04 0.515354807091D+04
+    0.309600000000D+06 0.191852450371D-06-0.285456870868D+01-0.122934579849D-06
+    0.951027122394D+00 0.174968750000D+03-0.481429231060D+00-0.807712215884D-08
+   -0.171078554680D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.590000000000D+02
+    0.302400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 15 59 44.0 0.470370054245D-03-0.101181285572D-10 0.000000000000D+00
+    0.000000000000D+00 0.257187500000D+02 0.531807866218D-08-0.181400100518D+01
+    0.125356018543D-05 0.737729610410D-02 0.734440982342D-05 0.515367978668D+04
+    0.316784000000D+06-0.130385160446D-06 0.118685717222D+01-0.147148966789D-06
+    0.938961519745D+00 0.229812500000D+03-0.420897750778D+00-0.834284751309D-08
+    0.571095216979D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.000000000000D+00
+    0.313350000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 15 59 44.0 0.170534942299D-03-0.272848410532D-11 0.000000000000D+00
+    0.810000000000D+02 0.770625000000D+02 0.404231123563D-08-0.291164878339D+01
+    0.404566526413D-05 0.478361116257D-02 0.308081507683D-05 0.515360057640D+04
+    0.316784000000D+06 0.186264514923D-07-0.179865661983D+01 0.447034835815D-07
+    0.983730591688D+00 0.333187500000D+03 0.208091630722D+01-0.796854620765D-08
+    0.187507810453D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.810000000000D+02
+    0.314610000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 15 59 44.0-0.985404476523D-04-0.909494701773D-12 0.000000000000D+00
+    0.500000000000D+01 0.111000000000D+03 0.492306220816D-08-0.309274478464D+01
+    0.576674938202D-05 0.484264257830D-02 0.311620533466D-05 0.515366083336D+04
+    0.316784000000D+06-0.186264514923D-08-0.191953067671D+01-0.298023223877D-07
+    0.943309040174D+00 0.312656250000D+03 0.463073668763D-01-0.845785230350D-08
+    0.289654922433D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.500000000000D+01
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 15 59 44.0 0.828737393022D-04-0.352429196937D-11 0.000000000000D+00
+    0.400000000000D+01 0.271562500000D+02 0.480841455541D-08-0.243889585321D+01
+    0.141933560371D-05 0.766534486320D-02 0.638514757156D-05 0.515374789619D+04
+    0.316784000000D+06 0.117346644402D-06 0.128455056945D+01-0.670552253723D-07
+    0.963515029994D+00 0.256812500000D+03-0.229292492758D+01-0.799104693527D-08
+    0.507163977481D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.400000000000D+01
+    0.316784000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+18 12 10 31 15 59 44.0 0.222360249609D-03 0.181898940355D-11 0.000000000000D+00
+    0.220000000000D+02 0.685000000000D+02 0.498056460336D-08-0.979117161028D+00
+    0.355578958988D-05 0.136149947066D-01 0.110957771540D-04 0.515374894142D+04
+    0.316784000000D+06 0.102445483208D-06-0.293648334068D+01 0.309199094772D-06
+    0.929089397446D+00 0.151125000000D+03-0.213876070104D+01-0.827177312398D-08
+   -0.381444460121D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.220000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 15 59 44.0 0.720308162272D-04 0.102318153950D-11 0.000000000000D+00
+    0.130000000000D+02 0.488125000000D+02 0.503378110576D-08-0.485757306382D+00
+    0.254064798355D-05 0.520337210037D-02 0.107511878014D-04 0.515361392403D+04
+    0.316784000000D+06-0.409781932831D-07-0.299006899711D+01 0.782310962677D-07
+    0.929687096033D+00 0.154531250000D+03 0.127389144697D+01-0.825248660634D-08
+   -0.311798701953D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.130000000000D+02
+    0.313530000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 15 59 44.0 0.489261001349D-04 0.170530256582D-11 0.000000000000D+00
+    0.100000000000D+02-0.799062500000D+02 0.405195449445D-08-0.398366692589D+00
+   -0.407360494137D-05 0.182672077790D-02 0.116284936666D-04 0.515364472198D+04
+    0.316784000000D+06 0.335276126862D-07 0.191677913846D+00 0.447034835815D-07
+    0.970893144682D+00 0.163250000000D+03 0.720439768660D+00-0.770817821942D-08
+    0.235366946835D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.100000000000D+02
+    0.310128000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 15 59 44.0-0.226660165936D-03 0.135287336889D-10 0.000000000000D+00
+    0.400000000000D+01 0.889687500000D+02 0.397266547746D-08 0.251539185566D+01
+    0.431016087532D-05 0.208251361037D-01 0.238232314587D-05 0.515366054344D+04
+    0.316784000000D+06 0.244006514549D-06-0.180527748131D+01-0.189989805222D-06
+    0.981237671025D+00 0.341156250000D+03 0.121063758001D+01-0.775460872486D-08
+    0.237509893240D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.400000000000D+01
+    0.311268000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 15 59 44.0-0.340339727700D-03 0.173940861714D-10 0.000000000000D+00
+    0.300000000000D+01-0.881562500000D+02 0.409874215763D-08-0.257077598554D+01
+   -0.458769500256D-05 0.110251551960D-01 0.106636434794D-04 0.515374013710D+04
+    0.316784000000D+06 0.128522515297D-06 0.994107533369D-01 0.558793544769D-07
+    0.962058986167D+00 0.167437500000D+03 0.161419302797D+01-0.759495921768D-08
+    0.198222542479D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.300000000000D+01
+    0.313200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 15 59 44.0-0.503535382450D-03-0.363797880709D-11 0.000000000000D+00
+    0.200000000000D+01 0.737812500000D+02 0.440446917811D-08 0.164573703960D+01
+    0.391900539398D-05 0.118036677595D-01 0.105742365122D-04 0.515354944992D+04
+    0.316784000000D+06 0.614672899246D-07-0.285462430688D+01 0.203028321266D-06
+    0.951026371917D+00 0.166625000000D+03-0.481351665680D+00-0.777960976626D-08
+   -0.352514683652D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.200000000000D+01
+    0.315510000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 16  0  0.0 0.280284788460D-03 0.170530256582D-11 0.000000000000D+00
+    0.176000000000D+03-0.284062500000D+02 0.493199115151D-08 0.140622999492D+01
+   -0.135600566864D-05 0.136128498707D-02 0.638142228126D-05 0.515371001053D+04
+    0.316800000000D+06 0.353902578354D-07 0.229305218098D+01 0.745058059692D-07
+    0.959984623921D+00 0.255156250000D+03 0.503030521423D+00-0.818462663684D-08
+   -0.460376319379D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.176000000000D+03
+    0.313050000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 16  0  0.0 0.407573301345D-03 0.113686837722D-11 0.000000000000D+00
+    0.990000000000D+02-0.322500000000D+02 0.528021994235D-08 0.240724568347D+01
+   -0.174902379513D-05 0.115503576817D-01 0.651180744171D-05 0.515377610016D+04
+    0.316800000000D+06-0.266358256340D-06 0.227594495740D+01-0.763684511185D-07
+    0.938493495678D+00 0.244625000000D+03-0.272657339334D+01-0.823962892790D-08
+   -0.478234206089D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.990000000000D+02
+    0.316218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 16  0  0.0 0.122060067952D-03 0.511590769747D-11 0.000000000000D+00
+    0.970000000000D+02 0.229062500000D+02 0.530522098375D-08 0.258702401831D+01
+    0.102818012237D-05 0.158761831699D-01 0.735186040401D-05 0.515374744797D+04
+    0.316800000000D+06 0.111758708954D-06 0.110896944898D+01-0.219792127609D-06
+    0.932250277726D+00 0.220250000000D+03 0.124988037211D+01-0.803962059675D-08
+    0.500377985609D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.465661287308D-08 0.970000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 16  0  0.0 0.324761494994D-04 0.112549969344D-10 0.000000000000D+00
+    0.440000000000D+02-0.276562500000D+02 0.542629745564D-08-0.592040661601D+00
+   -0.132247805595D-05 0.103750313865D-01 0.619888305664D-05 0.515367586899D+04
+    0.316800000000D+06-0.521540641785D-07 0.229263953567D+01 0.175088644028D-06
+    0.937558426237D+00 0.246625000000D+03 0.924723031706D+00-0.855249910306D-08
+   -0.511449875369D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.440000000000D+02
+    0.312318000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 16  0  0.0-0.363396015018D-03-0.261479726760D-11 0.000000000000D+00
+    0.990000000000D+02 0.634062500000D+02 0.445089964885D-08-0.174703736083D+01
+    0.324845314026D-05 0.302307831589D-02 0.108797103167D-04 0.515378262520D+04
+    0.316800000000D+06 0.558793544769D-08-0.294350133907D+01-0.353902578354D-07
+    0.950443157681D+00 0.166031250000D+03 0.252677024669D+00-0.785139864235D-08
+   -0.242867254086D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.990000000000D+02
+    0.309600000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 16  0  0.0 0.470378436148D-03-0.101181285572D-10 0.000000000000D+00
+    0.460000000000D+02 0.257187500000D+02 0.531772150445D-08-0.181166784541D+01
+    0.125356018543D-05 0.737729982939D-02 0.734440982342D-05 0.515367978668D+04
+    0.316800000000D+06-0.130385160446D-06 0.118685704934D+01-0.147148966789D-06
+    0.938961531448D+00 0.229812500000D+03-0.420897178777D+00-0.834284751309D-08
+    0.571095216979D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.460000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 16  0  0.0 0.139993615449D-03 0.454747350886D-11 0.000000000000D+00
+    0.210000000000D+02-0.822187500000D+02 0.422803325741D-08 0.103729021987D+01
+   -0.423379242420D-05 0.605523574632D-02 0.352226197720D-05 0.515371859550D+04
+    0.316800000000D+06-0.204890966415D-07-0.829292114820D+00 0.106170773506D-06
+    0.975781738529D+00 0.319437500000D+03-0.294415915920D+01-0.812819571483D-08
+   -0.253581991279D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.210000000000D+02
+    0.311340000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 16  0  0.0 0.262400135398D-05 0.113686837722D-12 0.000000000000D+00
+    0.730000000000D+02-0.876875000000D+02 0.370444001908D-08 0.405260531654D+00
+   -0.454112887383D-05 0.127690018853D-01 0.435486435890D-05 0.515363699532D+04
+    0.316800000000D+06 0.163912773132D-06-0.742569173912D+00 0.165775418282D-06
+    0.998260598338D+00 0.314625000000D+03-0.290656318275D+01-0.795283126734D-08
+   -0.228580949885D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.730000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 16  0  0.0 0.196401029825D-03 0.272848410532D-11 0.000000000000D+00
+    0.340000000000D+02-0.856250000000D+02 0.418624580251D-08 0.466497011176D+00
+   -0.466592609882D-05 0.172249996103D-01 0.354833900928D-05 0.515365773201D+04
+    0.316800000000D+06-0.188127160072D-06-0.853900317724D+00-0.113621354103D-06
+    0.984441367992D+00 0.325843750000D+03 0.164728691060D+01-0.842927968476D-08
+   -0.296440919383D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.340000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 16  0  0.0-0.569792464375D-04-0.125055521494D-11 0.000000000000D+00
+    0.570000000000D+02 0.667812500000D+02 0.450661629009D-08-0.145720534174D+01
+    0.342540442944D-05 0.118730637478D-01 0.105295330286D-04 0.515373693848D+04
+    0.316800000000D+06 0.298023223877D-06-0.292286015306D+01-0.838190317154D-07
+    0.945299388497D+00 0.168375000000D+03 0.769061270055D+00-0.782925469131D-08
+   -0.232866842696D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.279396772385D-08 0.570000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 16  0  0.0-0.318449456245D-03-0.386535248253D-11 0.000000000000D+00
+    0.320000000000D+02-0.185000000000D+02 0.686100007391D-08 0.120861267024D+01
+   -0.983476638794D-06 0.137003792915D-01 0.480748713017D-05 0.515367164803D+04
+    0.316800000000D+06-0.290572643280D-06 0.201147149384D+01 0.633299350738D-07
+    0.888043043860D+00 0.252218750000D+03 0.111319908016D+01-0.933038864814D-08
+   -0.268225458381D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.320000000000D+02
+    0.315150000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 16  0  0.0 0.991346314549D-04 0.204636307899D-11 0.000000000000D+00
+    0.860000000000D+02-0.695000000000D+02 0.381123018161D-08 0.712451113889D+00
+   -0.363960862160D-05 0.400589348283D-02 0.118017196655D-04 0.515369297409D+04
+    0.316800000000D+06 0.577419996262D-07 0.227540894129D+00 0.856816768646D-07
+    0.982039642716D+00 0.167468750000D+03 0.146037527895D+00-0.757174396496D-08
+    0.254653464482D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.860000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 16  0  0.0 0.215897802263D-03 0.682121026330D-12 0.000000000000D+00
+    0.460000000000D+02 0.934062500000D+02 0.415731602604D-08-0.268282094413D+01
+    0.492483377457D-05 0.685038953088D-02 0.307522714138D-05 0.515366447258D+04
+    0.316800000000D+06 0.316649675369D-07-0.182646994605D+01-0.800937414169D-07
+    0.976512273004D+00 0.328843750000D+03-0.203009634278D+01-0.802319134098D-08
+    0.311441544219D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.460000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 16  0  0.0-0.248847994953D-03-0.568434188608D-12 0.000000000000D+00
+    0.690000000000D+02-0.628750000000D+02 0.377480009272D-08-0.152580208835D+01
+   -0.354461371899D-05 0.655694457237D-02 0.109653919935D-04 0.515377807808D+04
+    0.316800000000D+06-0.186264514923D-08 0.245787289090D+00-0.968575477600D-07
+    0.982804090558D+00 0.178718750000D+03 0.278519604202D-01-0.753852829568D-08
+    0.355371945525D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.690000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 16  0  0.0-0.317944679409D-03-0.352429196937D-11 0.000000000000D+00
+    0.630000000000D+02 0.253125000000D+02 0.485341644999D-08 0.304727002589D+01
+    0.133924186230D-05 0.864852860104D-02 0.642798841000D-05 0.515362762070D+04
+    0.316800000000D+06-0.124797224999D-06 0.133713833873D+01-0.800937414169D-07
+    0.960800066162D+00 0.256875000000D+03 0.267661106462D+00-0.794783105907D-08
+    0.444661379074D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.630000000000D+02
+    0.310050000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 16  0  0.0-0.259328633547D-03-0.238742359215D-11 0.000000000000D+00
+    0.970000000000D+02-0.252500000000D+02 0.567273629224D-08 0.143739470846D+00
+   -0.116601586342D-05 0.194303827593D-01 0.623054802418D-05 0.515377160072D+04
+    0.316800000000D+06-0.108033418655D-06 0.229761934978D+01 0.251457095146D-06
+    0.931299228831D+00 0.243843750000D+03-0.220720563333D+01-0.885465454619D-08
+   -0.555380276675D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.970000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 16  0  0.0 0.150363892317D-03 0.795807864051D-12 0.000000000000D+00
+    0.680000000000D+02 0.672187500000D+02 0.490591863692D-08-0.170763507701D+01
+    0.337325036526D-05 0.621798215434D-02 0.114683061838D-04 0.515367977905D+04
+    0.316800000000D+06 0.163912773132D-06-0.293343803532D+01-0.130385160446D-07
+    0.926823426579D+00 0.141343750000D+03-0.201097792722D+01-0.803390607301D-08
+   -0.349657421778D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.680000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 16  0  0.0 0.148728489876D-03-0.386535248253D-11 0.000000000000D+00
+    0.380000000000D+02 0.946250000000D+02 0.462090676503D-08 0.267092783708D+01
+    0.481493771076D-05 0.822969595902D-02 0.362843275070D-05 0.515357010651D+04
+    0.316800000000D+06-0.149011611938D-06-0.188145329196D+01-0.279396772385D-07
+    0.958109258033D+00 0.308937500000D+03-0.291777536874D+01-0.821319925557D-08
+    0.217151902391D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.380000000000D+02
+    0.311460000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 16  0  0.0 0.338628888130D-05 0.159161572810D-11 0.000000000000D+00
+    0.450000000000D+02-0.910312500000D+02 0.445697136503D-08-0.177611194919D+01
+   -0.460073351860D-05 0.129343243316D-03 0.308267772198D-05 0.517665900230D+04
+    0.316800000000D+06 0.186264514923D-08-0.854461310235D+00-0.223517417908D-07
+    0.959315077038D+00 0.314156250000D+03-0.126159284243D+01-0.808712257540D-08
+   -0.172864343351D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.450000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 16  0  0.0 0.489270314574D-04 0.170530256582D-11 0.000000000000D+00
+    0.107000000000D+03-0.799062500000D+02 0.405195449445D-08-0.396033878069D+00
+   -0.407546758652D-05 0.182671693619D-02 0.116284936666D-04 0.515364472008D+04
+    0.316800000000D+06 0.335276126862D-07 0.191677782183D+00 0.447034835815D-07
+    0.970893165163D+00 0.163250000000D+03 0.720440754666D+00-0.770817821942D-08
+    0.235009789101D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.107000000000D+03
+    0.309648000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 16  0  0.0-0.226660165936D-03 0.135287336889D-10 0.000000000000D+00
+    0.990000000000D+02 0.889687500000D+02 0.397302263520D-08 0.251772554355D+01
+    0.431016087532D-05 0.208251343574D-01 0.238232314587D-05 0.515366054153D+04
+    0.316800000000D+06 0.244006514549D-06-0.180527760858D+01-0.189989805222D-06
+    0.981237654933D+00 0.341156250000D+03 0.121063763560D+01-0.775460872486D-08
+    0.237509893240D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.605359673500D-08 0.990000000000D+02
+    0.309618000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 16  0  0.0-0.217009801418D-03 0.284217094304D-11 0.000000000000D+00
+    0.132000000000D+03-0.754375000000D+02 0.512271338157D-08-0.169747008583D+01
+   -0.395439565182D-05 0.561736489181D-02 0.112056732178D-04 0.515360441971D+04
+    0.316800000000D+06 0.108033418655D-06 0.207311272330D+00-0.428408384323D-07
+    0.975770690572D+00 0.167656250000D+03 0.881583502749D+00-0.756852954535D-08
+    0.272868508926D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02-0.190921127796D-07 0.132000000000D+03
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 16  0  0.0 0.200250186026D-03 0.363797880709D-11 0.000000000000D+00
+    0.500000000000D+02-0.465625000000D+02 0.378694364756D-08-0.175826906068D+01
+   -0.227428972721D-05 0.182438937482D-01 0.110194087028D-04 0.515363481522D+04
+    0.316800000000D+06 0.359490513802D-06 0.252304656427D+00 0.217929482460D-06
+    0.981198852494D+00 0.170656250000D+03-0.181627897782D+01-0.736423544367D-08
+    0.305012709534D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.500000000000D+02
+    0.316800000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+29 12 10 31 16  0  0.0 0.372045673430D-03 0.409272615798D-11 0.000000000000D+00
+    0.700000000000D+01 0.237812500000D+02 0.489698969356D-08 0.373191749369D+00
+    0.128336250782D-05 0.175711559132D-02 0.644661486149D-05 0.515375275993D+04
+    0.316800000000D+06-0.111758708954D-07 0.129321280730D+01 0.931322574616D-08
+    0.964091659636D+00 0.259093750000D+03-0.108050655788D+01-0.813855328913D-08
+    0.520378818724D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.700000000000D+01
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 16  0  0.0-0.340327154845D-03 0.179625203600D-10 0.000000000000D+00
+    0.139000000000D+03-0.881562500000D+02 0.409874215763D-08-0.256844267948D+01
+   -0.458769500256D-05 0.110251526348D-01 0.106636434794D-04 0.515374013138D+04
+    0.316800000000D+06 0.128522515297D-06 0.994106509326D-01 0.558793544769D-07
+    0.962058994944D+00 0.167437500000D+03 0.161419336883D+01-0.759495921768D-08
+    0.198222542479D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.800000000000D+01 0.000000000000D+00-0.465661287308D-08 0.139000000000D+03
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 16  0  0.0 0.284028239548D-03 0.227373675443D-11 0.000000000000D+00
+    0.640000000000D+02-0.911875000000D+02 0.410159941951D-08 0.102728840696D+01
+   -0.477954745293D-05 0.795150746126D-02 0.303424894810D-05 0.515375759315D+04
+    0.316800000000D+06 0.135973095894D-06-0.825680199340D+00-0.113621354103D-06
+    0.980818514274D+00 0.329437500000D+03-0.853701558359D+00-0.816284001505D-08
+   -0.205722854897D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.640000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 16  0  0.0-0.503538176417D-03-0.363797880709D-11 0.000000000000D+00
+    0.640000000000D+02 0.737812500000D+02 0.440446917811D-08 0.164807098934D+01
+    0.391900539398D-05 0.118036678759D-01 0.105742365122D-04 0.515354944229D+04
+    0.316800000000D+06 0.614672899246D-07-0.285462443854D+01 0.203028321266D-06
+    0.951026364603D+00 0.166625000000D+03-0.481351667143D+00-0.777960976626D-08
+   -0.352514683652D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.640000000000D+02
+    0.309600000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 17 59 28.0-0.340229831636D-03 0.162572177942D-10 0.000000000000D+00
+    0.490000000000D+02-0.898750000000D+02 0.412767193410D-08-0.152298306570D+01
+   -0.437721610069D-05 0.110249758000D-01 0.110678374767D-04 0.515374009132D+04
+    0.323968000000D+06-0.335276126862D-07 0.993560987175D-01 0.277534127235D-06
+    0.962059293380D+00 0.164875000000D+03 0.161420322890D+01-0.781925427476D-08
+    0.139648674071D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.490000000000D+02
+    0.321960000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 17 59 44.0 0.280296895653D-03 0.170530256582D-11 0.000000000000D+00
+    0.170000000000D+02-0.233750000000D+02 0.492163357722D-08 0.245454899912D+01
+   -0.118836760521D-05 0.136153807398D-02 0.644847750664D-05 0.515370863915D+04
+    0.323984000000D+06-0.465661287308D-07 0.229299330291D+01-0.223517417908D-07
+    0.959981940930D+00 0.254281250000D+03 0.502540209800D+00-0.809247994142D-08
+   -0.389659088008D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.170000000000D+02
+    0.323040000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 17 59 44.0 0.122088007629D-03 0.511590769747D-11 0.000000000000D+00
+    0.400000000000D+01 0.250000000000D+02 0.530200656414D-08-0.264835633213D+01
+    0.108219683170D-05 0.158758258913D-01 0.732392072678D-05 0.515374809837D+04
+    0.323984000000D+06 0.292435288429D-06 0.110891043487D+01-0.242143869400D-07
+    0.932254259789D+00 0.218531250000D+03 0.124988369732D+01-0.810140888477D-08
+    0.690028742467D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.400000000000D+01
+    0.320430000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 17 59 44.0 0.470296945423D-03-0.101181285572D-10 0.000000000000D+00
+    0.600000000000D+01 0.231875000000D+02 0.531414992710D-08-0.763884150727D+00
+    0.105611979961D-05 0.737727130763D-02 0.703707337380D-05 0.515367887497D+04
+    0.323984000000D+06 0.745058059692D-08 0.118679655475D+01-0.134110450745D-06
+    0.938965914351D+00 0.232500000000D+03-0.420831046102D+00-0.838784938759D-08
+    0.628597612185D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.600000000000D+01
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 17 59 44.0-0.259344000369D-03-0.238742359215D-11 0.000000000000D+00
+    0.200000000000D+01-0.278750000000D+02 0.572309533098D-08 0.119151026990D+01
+   -0.135973095894D-05 0.194307314232D-01 0.684149563313D-05 0.515377271462D+04
+    0.323984000000D+06-0.311061739922D-06 0.229755596739D+01 0.178813934326D-06
+    0.931294973202D+00 0.240093750000D+03-0.220718066132D+01-0.879250894314D-08
+   -0.571452385412D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.200000000000D+01
+    0.322290000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 17 59 44.0 0.150370411575D-03 0.795807864051D-12 0.000000000000D+00
+    0.300000000000D+02 0.681875000000D+02 0.505913930489D-08-0.659645059676D+00
+    0.343658030033D-05 0.621847133152D-02 0.109821557999D-04 0.515368169784D+04
+    0.323984000000D+06-0.782310962677D-07-0.293349657838D+01 0.577419996262D-07
+    0.926819662490D+00 0.148781250000D+03-0.201112162235D+01-0.829713132311D-08
+   -0.367158150754D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.300000000000D+02
+    0.319500000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 17 59 44.0-0.226562377065D-03 0.135287336889D-10 0.000000000000D+00
+    0.160000000000D+02 0.845937500000D+02 0.405838340711D-08-0.271759802812D+01
+    0.439770519733D-05 0.208255805774D-01 0.253506004810D-05 0.515365972328D+04
+    0.323984000000D+06 0.247731804848D-06-0.180533319947D+01-0.484287738800D-07
+    0.981239394342D+00 0.341531250000D+03 0.121062795693D+01-0.773067920790D-08
+    0.267868310866D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.160000000000D+02
+    0.316800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 17 59 44.0-0.216986984014D-03 0.284217094304D-11 0.000000000000D+00
+    0.250000000000D+02-0.785000000000D+02 0.514021411055D-08-0.649542881805D+00
+   -0.395998358727D-05 0.561720412225D-02 0.114496797323D-04 0.515360464287D+04
+    0.323984000000D+06 0.223517417908D-07 0.207256673301D+00 0.856816768646D-07
+    0.975771897479D+00 0.166375000000D+03 0.881549628881D+00-0.771067832356D-08
+    0.233938315898D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.250000000000D+02
+    0.316950000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 17 59 44.0-0.340214930475D-03 0.172803993337D-10 0.000000000000D+00
+    0.290000000000D+02-0.898750000000D+02 0.412767193410D-08-0.152064944803D+01
+   -0.437721610069D-05 0.110249844147D-01 0.110678374767D-04 0.515374009895D+04
+    0.323984000000D+06-0.335276126862D-07 0.993559612032D-01 0.277534127235D-06
+    0.962059288991D+00 0.164875000000D+03 0.161420323183D+01-0.781925427476D-08
+    0.139648674071D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.290000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 17 59 44.0-0.503561459482D-03-0.363797880709D-11 0.000000000000D+00
+    0.300000000000D+01 0.781562500000D+02 0.433018036939D-08 0.269577591174D+01
+    0.406056642532D-05 0.118026866112D-01 0.117402523756D-04 0.515355439186D+04
+    0.323984000000D+06-0.838190317154D-07-0.285468050927D+01 0.223517417908D-06
+    0.951023928844D+00 0.145750000000D+03-0.481136948805D+00-0.773532220722D-08
+   -0.299655338990D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.300000000000D+01
+    0.320460000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 18  0  0.0 0.280297826976D-03 0.170530256582D-11 0.000000000000D+00
+    0.177000000000D+03-0.233750000000D+02 0.492127641949D-08 0.245688556456D+01
+   -0.118836760521D-05 0.136154377833D-02 0.644661486149D-05 0.515370864868D+04
+    0.324000000000D+06-0.465661287308D-07 0.229299312297D+01-0.223517417908D-07
+    0.959981926301D+00 0.254281250000D+03 0.502537297130D+00-0.809247994142D-08
+   -0.389659088008D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.177000000000D+03
+    0.316800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 18  0  0.0 0.407581683248D-03 0.113686837722D-11 0.000000000000D+00
+    0.105000000000D+03-0.318125000000D+02 0.532379318593D-08-0.282582111031D+01
+   -0.166334211826D-05 0.115501314867D-01 0.622496008873D-05 0.515377654266D+04
+    0.324000000000D+06-0.158324837685D-06 0.227588565655D+01-0.230967998505D-06
+    0.938490212890D+00 0.246156250000D+03-0.272656809465D+01-0.823462871963D-08
+   -0.435018120251D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.105000000000D+03
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 18  0  0.0 0.122097320855D-03 0.511590769747D-11 0.000000000000D+00
+    0.980000000000D+02 0.250000000000D+02 0.530200656414D-08-0.264602279054D+01
+    0.108219683170D-05 0.158758275211D-01 0.732392072678D-05 0.515374810219D+04
+    0.324000000000D+06 0.292435288429D-06 0.110891031198D+01-0.242143869400D-07
+    0.932254274418D+00 0.218531250000D+03 0.124988374268D+01-0.810140888477D-08
+    0.689671584733D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.980000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 18  0  0.0 0.325571745634D-04 0.112549969344D-10 0.000000000000D+00
+    0.450000000000D+02-0.278750000000D+02 0.549022871610D-08 0.458150111174D+00
+   -0.119395554066D-05 0.103749780683D-01 0.622682273388D-05 0.515367576981D+04
+    0.324000000000D+06-0.763684511185D-07 0.229257756061D+01 0.819563865662D-07
+    0.937554694333D+00 0.247406250000D+03 0.924718669284D+00-0.859678639387D-08
+   -0.502878072517D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.450000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 5 12 10 31 18  0  0.0-0.363415107131D-03-0.261479726760D-11 0.000000000000D+00
+    0.100000000000D+03 0.563750000000D+02 0.446125714149D-08-0.696720150974D+00
+    0.288523733616D-05 0.302364840172D-02 0.107400119305D-04 0.515378407669D+04
+    0.324000000000D+06 0.838190317154D-07-0.294355766727D+01 0.931322574616D-08
+    0.950441054005D+00 0.168531250000D+03 0.252473414268D+00-0.790747201052D-08
+   -0.298941010834D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.100000000000D+03
+    0.316800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 18  0  0.0 0.140026211739D-03 0.454747350886D-11 0.000000000000D+00
+    0.220000000000D+02-0.814687500000D+02 0.425982029576D-08 0.208756331690D+01
+   -0.420957803726D-05 0.605513993651D-02 0.331178307533D-05 0.515371721458D+04
+    0.324000000000D+06-0.540167093277D-07-0.829350507195D+00 0.521540641785D-07
+    0.975779762127D+00 0.324843750000D+03-0.294428027419D+01-0.811712382507D-08
+   -0.277511559470D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.220000000000D+02
+    0.322680000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 18  0  0.0 0.262539833784D-05 0.113686837722D-12 0.000000000000D+00
+    0.740000000000D+02-0.878750000000D+02 0.370872591189D-08 0.145550173707D+01
+   -0.444054603577D-05 0.127688860521D-01 0.426173210144D-05 0.515363601875D+04
+    0.324000000000D+06-0.875443220139D-07-0.742624924258D+00 0.132247805595D-06
+    0.998258519531D+00 0.319750000000D+03-0.290660753112D+01-0.784139805427D-08
+   -0.410374236591D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.419095158577D-08 0.740000000000D+02
+    0.317370000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 18  0  0.0 0.196421053261D-03 0.272848410532D-11 0.000000000000D+00
+    0.350000000000D+02-0.861875000000D+02 0.400302388487D-08 0.151665467812D+01
+   -0.480189919472D-05 0.172250661999D-01 0.320933759212D-05 0.515365864563D+04
+    0.324000000000D+06 0.987201929092D-07-0.853960864978D+00-0.450760126114D-06
+    0.984441132462D+00 0.330500000000D+03 0.164731750022D+01-0.805390690612D-08
+   -0.193936649668D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.558793544769D-08 0.350000000000D+02
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 18  0  0.0-0.569876283407D-04-0.125055521494D-11 0.000000000000D+00
+    0.580000000000D+02 0.591250000000D+02 0.471233896349D-08-0.407003525399D+00
+    0.309944152832D-05 0.118730074028D-01 0.104010105133D-04 0.515373794937D+04
+    0.324000000000D+06 0.167638063431D-07-0.292291740144D+01 0.201165676117D-06
+    0.945295795570D+00 0.169750000000D+03 0.769001106086D+00-0.819998469126D-08
+   -0.309655745490D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.580000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+11 12 10 31 18  0  0.0-0.318477861583D-03-0.386535248253D-11 0.000000000000D+00
+    0.330000000000D+02-0.205625000000D+02 0.663634785910D-08 0.225877289875D+01
+   -0.129081308842D-05 0.137003164273D-01 0.437162816525D-05 0.515367262268D+04
+    0.324000000000D+06 0.260770320892D-07 0.201140512856D+01-0.273808836937D-06
+    0.888043466643D+00 0.255312500000D+03 0.111323727695D+01-0.886644075142D-08
+   -0.163578242262D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.330000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 18  0  0.0 0.991490669548D-04 0.204636307899D-11 0.000000000000D+00
+    0.870000000000D+02-0.655000000000D+02 0.371836917072D-08 0.176275900496D+01
+   -0.358186662197D-05 0.400609173812D-02 0.111870467663D-04 0.515369205856D+04
+    0.324000000000D+06-0.130385160446D-07 0.227486763234D+00 0.540167093277D-07
+    0.982041288499D+00 0.172593750000D+03 0.145892947701D+00-0.754852871223D-08
+    0.204294223960D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.870000000000D+02
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 18  0  0.0 0.170515850186D-03-0.272848410532D-11 0.000000000000D+00
+    0.890000000000D+02 0.822187500000D+02 0.415017287136D-08-0.185924964507D+01
+    0.426918268204D-05 0.478446180932D-02 0.337883830071D-05 0.515359844780D+04
+    0.324000000000D+06-0.894069671631D-07-0.179871428513D+01 0.106170773506D-06
+    0.983731380201D+00 0.326781250000D+03 0.208107412829D+01-0.808105089392D-08
+    0.170007081477D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.890000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 18  0  0.0 0.215902924538D-03 0.682121026330D-12 0.000000000000D+00
+    0.490000000000D+02 0.934062500000D+02 0.426267755763D-08-0.163265871728D+01
+    0.486336648464D-05 0.685089174658D-02 0.290013849735D-05 0.515366370964D+04
+    0.324000000000D+06 0.219792127609D-06-0.182652722075D+01 0.372529029846D-08
+    0.976513814920D+00 0.334656250000D+03-0.203007404498D+01-0.813783897366D-08
+    0.187150652719D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.490000000000D+02
+    0.316800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 18  0  0.0-0.985469669104D-04-0.909494701773D-12 0.000000000000D+00
+    0.600000000000D+01 0.947500000000D+02 0.496627829400D-08-0.204048948921D+01
+    0.494718551636D-05 0.484459823929D-02 0.339001417160D-05 0.515365641403D+04
+    0.324000000000D+06-0.242143869400D-07-0.191959135270D+01 0.186264514923D-07
+    0.943311212607D+00 0.307750000000D+03 0.465788244921D-01-0.841320758672D-08
+    0.261796619166D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.600000000000D+01
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 18  0  0.0-0.248852651566D-03-0.568434188608D-12 0.000000000000D+00
+    0.960000000000D+02-0.749062500000D+02 0.366908140340D-08-0.475446481283D+00
+   -0.382214784622D-05 0.655790278688D-02 0.111144036055D-04 0.515378162766D+04
+    0.324000000000D+06 0.113621354103D-06 0.245733281080D+00-0.409781932831D-07
+    0.982806163513D+00 0.172906250000D+03 0.276062618659D-01-0.761317426212D-08
+    0.276797244002D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.960000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 18  0  0.0 0.828481279314D-04-0.352429196937D-11 0.000000000000D+00
+    0.180000000000D+02 0.225000000000D+02 0.477805617294D-08-0.138633499661D+01
+    0.128708779812D-05 0.766513671260D-02 0.646896660328D-05 0.515374925041D+04
+    0.324000000000D+06 0.137835741043D-06 0.128449293633D+01 0.316649675369D-07
+    0.963518728251D+00 0.254500000000D+03-0.229301504041D+01-0.802176280956D-08
+    0.509664088710D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.180000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+18 12 10 31 18  0  0.0 0.222373288125D-03 0.181898940355D-11 0.000000000000D+00
+    0.230000000000D+02 0.635937500000D+02 0.511235580728D-08 0.733662121115D-01
+    0.340677797794D-05 0.136144607095D-01 0.109113752842D-04 0.515374812508D+04
+    0.324000000000D+06-0.707805156708D-07-0.293654421417D+01 0.150874257088D-06
+    0.929086171711D+00 0.154687500000D+03-0.213877164367D+01-0.843535136624D-08
+   -0.351443210449D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.230000000000D+02
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 18  0  0.0-0.317969359457D-03-0.352429196937D-11 0.000000000000D+00
+    0.650000000000D+02 0.199062500000D+02 0.488306054193D-08-0.218573727979D+01
+    0.815838575363D-06 0.864925445057D-02 0.653415918350D-05 0.515362615585D+04
+    0.324000000000D+06 0.260770320892D-07 0.133708009997D+01-0.203028321266D-06
+    0.960803147068D+00 0.255375000000D+03 0.267695533313D+00-0.806569311135D-08
+    0.547522806523D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.650000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 18  0  0.0 0.720387324691D-04 0.102318153950D-11 0.000000000000D+00
+    0.140000000000D+02 0.510312500000D+02 0.498735060031D-08 0.566736342295D+00
+    0.268965959549D-05 0.520493241493D-02 0.113751739264D-04 0.515361691093D+04
+    0.324000000000D+06-0.949949026108D-07-0.299012812972D+01 0.111758708954D-07
+    0.929684670515D+00 0.142937500000D+03 0.127395182013D+01-0.823391440416D-08
+   -0.377158567311D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.140000000000D+02
+    0.316800000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 18  0  0.0-0.259345863014D-03-0.238742359215D-11 0.000000000000D+00
+    0.980000000000D+02-0.278750000000D+02 0.572273837502D-08 0.119384394462D+01
+   -0.135973095894D-05 0.194307320053D-01 0.684149563313D-05 0.515377271271D+04
+    0.324000000000D+06-0.311061739922D-06 0.229755581524D+01 0.178813934326D-06
+    0.931294965888D+00 0.240093750000D+03-0.220718070082D+01-0.879250910044D-08
+   -0.571452374714D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.980000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 18  0  0.0 0.150369480252D-03 0.795807864051D-12 0.000000000000D+00
+    0.720000000000D+02 0.681875000000D+02 0.505878214715D-08-0.657310587670D+00
+    0.343658030033D-05 0.621847051662D-02 0.109821557999D-04 0.515368169975D+04
+    0.324000000000D+06-0.782310962677D-07-0.293349671443D+01 0.577419996262D-07
+    0.926819666879D+00 0.148781250000D+03-0.201112242257D+01-0.829713132311D-08
+   -0.367158150754D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.172294676304D-07 0.720000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 18  0  0.0 0.148700550199D-03-0.386535248253D-11 0.000000000000D+00
+    0.390000000000D+02 0.998750000000D+02 0.462483550011D-08-0.256197790258D+01
+    0.506080687046D-05 0.822919060010D-02 0.355951488018D-05 0.515357107544D+04
+    0.324000000000D+06-0.106170773506D-06-0.188151261767D+01-0.130385160446D-06
+    0.958110770691D+00 0.310093750000D+03-0.291780986434D+01-0.824784355579D-08
+    0.249653256203D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.390000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 18  0  0.0 0.339793041348D-05 0.159161572810D-11 0.000000000000D+00
+    0.460000000000D+02-0.830000000000D+02 0.439661170795D-08-0.731079301210D+00
+   -0.418163836002D-05 0.129697378725D-03 0.296719372273D-05 0.517666125870D+04
+    0.324000000000D+06-0.353902578354D-07-0.854519183274D+00 0.298023223877D-07
+    0.959313902315D+00 0.317156250000D+03-0.127037261989D+01-0.804283501636D-08
+   -0.205008539429D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.460000000000D+02
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 18  0  0.0 0.489386729896D-04 0.170530256582D-11 0.000000000000D+00
+    0.210000000000D+02-0.729062500000D+02 0.394837875154D-08 0.654110447057D+00
+   -0.398606061935D-05 0.182767573278D-02 0.115633010864D-04 0.515364652443D+04
+    0.324000000000D+06-0.167638063431D-07 0.191622428289D+00 0.279396772385D-07
+    0.970894827038D+00 0.162812500000D+03 0.720490676746D+00-0.769603485646D-08
+    0.209294432239D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.210000000000D+02
+    0.316818000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 18  0  0.0-0.216989312321D-03 0.284217094304D-11 0.000000000000D+00
+    0.152000000000D+03-0.785000000000D+02 0.514057126828D-08-0.647209486507D+00
+   -0.395998358727D-05 0.561720447149D-02 0.114496797323D-04 0.515360464096D+04
+    0.324000000000D+06 0.223517417908D-07 0.207256559193D+00 0.856816768646D-07
+    0.975771879924D+00 0.166375000000D+03 0.881550038498D+00-0.771067832356D-08
+    0.233581158164D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.630000000000D+02-0.190921127796D-07 0.152000000000D+03
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 18  0  0.0 0.200276263058D-03 0.363797880709D-11 0.000000000000D+00
+    0.510000000000D+02-0.481562500000D+02 0.384301701573D-08-0.707955941138D+00
+   -0.239536166191D-05 0.182443169178D-01 0.109095126390D-04 0.515363883591D+04
+    0.324000000000D+06-0.184401869774D-06 0.252249542452D+00 0.244006514549D-06
+    0.981198638908D+00 0.186281250000D+03-0.181639398220D+01-0.788925724748D-08
+    0.308941427995D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.510000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+29 12 10 31 18  0  0.0 0.372075010091D-03 0.409272615798D-11 0.000000000000D+00
+    0.800000000000D+01 0.253750000000D+02 0.484305887570D-08 0.142347464356D+01
+    0.137649476528D-05 0.175684911665D-02 0.664219260216D-05 0.515375206184D+04
+    0.324000000000D+06 0.596046447754D-07 0.129315439298D+01-0.204890966415D-07
+    0.964095796768D+00 0.256906250000D+03-0.108065400832D+01-0.806105006081D-08
+    0.530022077547D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.800000000000D+01
+    0.316962000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 18  0  0.0 0.284044537693D-03 0.227373675443D-11 0.000000000000D+00
+    0.650000000000D+02-0.959062500000D+02 0.407302680077D-08 0.207749173889D+01
+   -0.481307506561D-05 0.795163994189D-02 0.298395752907D-05 0.515375645638D+04
+    0.324000000000D+06 0.465661287308D-07-0.825737493064D+00 0.949949026108D-07
+    0.980817260553D+00 0.330781250000D+03-0.853778722899D+00-0.798997567170D-08
+   -0.317156067966D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.650000000000D+02
+    0.316800000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 19 59 28.0-0.340112950653D-03 0.162572177942D-10 0.000000000000D+00
+    0.141000000000D+03-0.833437500000D+02 0.411088552060D-08-0.472779477757D+00
+   -0.433810055256D-05 0.110255235340D-01 0.111758708954D-04 0.515374182320D+04
+    0.331168000000D+06-0.145286321640D-06 0.992985387427D-01 0.763684511185D-07
+    0.962059896102D+00 0.166281250000D+03 0.161413698066D+01-0.798390399022D-08
+    0.189293599124D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.400000000000D+01 0.000000000000D+00-0.465661287308D-08 0.141000000000D+03
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 19 59 44.0 0.280309468508D-03 0.170530256582D-11 0.000000000000D+00
+    0.180000000000D+02-0.249687500000D+02 0.490091842864D-08-0.277839963038D+01
+   -0.137090682983D-05 0.136196811218D-02 0.668130815029D-05 0.515370780373D+04
+    0.331184000000D+06-0.130385160446D-07 0.229293503196D+01-0.502914190292D-07
+    0.959979164311D+00 0.251625000000D+03 0.502466212478D+00-0.809355141462D-08
+   -0.378944355982D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.180000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 3 12 10 31 19 59 44.0 0.122124794871D-03 0.511590769747D-11 0.000000000000D+00
+    0.250000000000D+02 0.292500000000D+02 0.528200573103D-08-0.159824702634D+01
+    0.178813934326D-05 0.158761721104D-01 0.723078846932D-05 0.515374694824D+04
+    0.331184000000D+06 0.340864062309D-06 0.110885240822D+01 0.229105353355D-06
+    0.932258758262D+00 0.219718750000D+03 0.124991534902D+01-0.823784313923D-08
+    0.630383400856D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.250000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 19 59 44.0 0.991630367935D-04 0.204636307899D-11 0.000000000000D+00
+    0.260000000000D+02-0.630000000000D+02 0.364193741560D-08 0.281069613049D+01
+   -0.323168933392D-05 0.400595390238D-02 0.109393149614D-04 0.515369161224D+04
+    0.331184000000D+06-0.428408384323D-07 0.227432472881D+00-0.372529029846D-08
+    0.982043071796D+00 0.178000000000D+03 0.145786492615D+00-0.749852662945D-08
+    0.238581366443D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.260000000000D+02
+    0.325398000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 19 59 44.0 0.215908978134D-03 0.682121026330D-12 0.000000000000D+00
+    0.000000000000D+00 0.877812500000D+02 0.439054002647D-08-0.584872920385D+00
+    0.461563467979D-05 0.685024296399D-02 0.312551856041D-05 0.515366237640D+04
+    0.331184000000D+06 0.372529029846D-07-0.182658632557D+01 0.968575477600D-07
+    0.976514246481D+00 0.329687500000D+03-0.203000802056D+01-0.831784647169D-08
+    0.166078346401D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.000000000000D+00
+    0.328956000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 19 59 44.0-0.248856376857D-03-0.568434188608D-12 0.000000000000D+00
+    0.100000000000D+01-0.745000000000D+02 0.363265131451D-08 0.572322442316D+00
+   -0.377185642719D-05 0.655742688104D-02 0.114217400551D-04 0.515378073883D+04
+    0.331184000000D+06 0.128522515297D-06 0.245678742032D+00 0.689178705216D-07
+    0.982808237931D+00 0.169281250000D+03 0.276127206492D-01-0.757567270003D-08
+    0.250367571672D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.100000000000D+01
+    0.325680000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 19 59 44.0-0.259361229837D-03-0.238742359215D-11 0.000000000000D+00
+    0.800000000000D+01-0.354687500000D+02 0.545272712797D-08 0.224157566621D+01
+   -0.208057463169D-05 0.194306399208D-01 0.634975731373D-05 0.515377497292D+04
+    0.331184000000D+06-0.108033418655D-06 0.229749292001D+01-0.413507223129D-06
+    0.931293997436D+00 0.244312500000D+03-0.220711777486D+01-0.822212819893D-08
+   -0.358943522867D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.800000000000D+01
+    0.328836000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 19 59 44.0 0.150376465172D-03 0.795807864051D-12 0.000000000000D+00
+    0.310000000000D+02 0.601562500000D+02 0.519307345521D-08 0.390548317094D+00
+    0.322982668877D-05 0.621694198344D-02 0.106636434794D-04 0.515367883110D+04
+    0.331184000000D+06-0.186264514923D-08-0.293355693545D+01 0.167638063431D-07
+    0.926817076051D+00 0.156968750000D+03-0.201113385966D+01-0.835320508738D-08
+   -0.310012913282D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.310000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 20  0  0.0 0.407589599490D-03 0.113686837722D-11 0.000000000000D+00
+    0.106000000000D+03-0.330937500000D+02 0.540772537860D-08-0.177574369467D+01
+   -0.171922147274D-05 0.115504576825D-01 0.596791505814D-05 0.515377538490D+04
+    0.331200000000D+06 0.132247805595D-06 0.227582456655D+01-0.119209289551D-06
+    0.938487665950D+00 0.250812500000D+03-0.272652034354D+01-0.834820479412D-08
+   -0.209294429010D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.106000000000D+03
+    0.331200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 4 12 10 31 20  0  0.0 0.326377339661D-04 0.112549969344D-10 0.000000000000D+00
+    0.460000000000D+02-0.305000000000D+02 0.551451541599D-08 0.150830132079D+01
+   -0.155903398991D-05 0.103751248680D-01 0.655092298984D-05 0.515367650795D+04
+    0.331200000000D+06-0.251457095146D-06 0.229251523884D+01 0.260770320892D-07
+    0.937551468599D+00 0.246062500000D+03 0.924754477130D+00-0.851249743683D-08
+   -0.407516974718D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.460000000000D+02
+    0.328230000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 20  0  0.0-0.363434199244D-03-0.261479726760D-11 0.000000000000D+00
+    0.101000000000D+03 0.517812500000D+02 0.457983362560D-08 0.353446360768D+00
+    0.273808836937D-05 0.302302080672D-02 0.106617808342D-04 0.515378296280D+04
+    0.331200000000D+06 0.186264514923D-07-0.294361484396D+01 0.298023223877D-07
+    0.950438621172D+00 0.164968750000D+03 0.252420329360D+00-0.796604610351D-08
+   -0.303226916332D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.101000000000D+03
+    0.325128000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 6 12 10 31 20  0  0.0 0.470223836601D-03-0.101181285572D-10 0.000000000000D+00
+    0.700000000000D+01 0.225000000000D+02 0.531807866218D-08 0.288634535793D+00
+    0.113621354103D-05 0.737737957388D-02 0.701844692230D-05 0.515367908096D+04
+    0.331200000000D+06 0.949949026108D-07 0.118673608796D+01-0.745058059692D-07
+    0.938970003207D+00 0.232906250000D+03-0.420832740161D+00-0.844785188694D-08
+    0.573952478853D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.700000000000D+01
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 20  0  0.0 0.140058342367D-03 0.454747350886D-11 0.000000000000D+00
+    0.760000000000D+02-0.865000000000D+02 0.422231873367D-08 0.313762467409D+01
+   -0.448524951935D-05 0.605431012809D-02 0.302866101265D-05 0.515371906853D+04
+    0.331200000000D+06-0.596046447754D-07-0.829408915662D+00 0.111758708954D-07
+    0.975777933479D+00 0.330031250000D+03-0.294418993315D+01-0.809140846821D-08
+   -0.263582407837D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.760000000000D+02
+    0.329460000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 20  0  0.0 0.262632966042D-05 0.113686837722D-12 0.000000000000D+00
+    0.750000000000D+02-0.980000000000D+02 0.366193824871D-08 0.250561527654D+01
+   -0.513158738613D-05 0.127680903533D-01 0.422075390816D-05 0.515363845635D+04
+    0.331200000000D+06-0.178813934326D-06-0.742681657684D+00 0.186264514923D-08
+    0.998256107179D+00 0.321656250000D+03-0.290652316171D+01-0.774317967737D-08
+   -0.334656796942D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.750000000000D+02
+    0.329640000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 20  0  0.0 0.196441076696D-03 0.272848410532D-11 0.000000000000D+00
+    0.360000000000D+02-0.828750000000D+02 0.391480592452D-08 0.256680386744D+01
+   -0.417605042458D-05 0.172248898307D-01 0.284239649773D-05 0.515365983772D+04
+    0.331200000000D+06 0.186264514923D-06-0.854016261297D+00-0.335276126862D-07
+    0.984440572164D+00 0.334187500000D+03 0.164735306669D+01-0.771317842770D-08
+   -0.332156692802D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.360000000000D+02
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 20  0  0.0-0.569964759052D-04-0.125055521494D-11 0.000000000000D+00
+    0.600000000000D+02 0.601562500000D+02 0.474984052090D-08 0.643085442907D+00
+    0.343658030033D-05 0.118733652634D-01 0.108964741230D-04 0.515373878670D+04
+    0.331200000000D+06-0.119209289551D-06-0.292297607323D+01 0.145286321640D-06
+    0.945293495863D+00 0.160437500000D+03 0.769055699262D+00-0.816855472152D-08
+   -0.382515935593D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.600000000000D+02
+    0.331200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+11 12 10 31 20  0  0.0-0.318505801261D-03-0.386535248253D-11 0.000000000000D+00
+    0.440000000000D+02-0.221562500000D+02 0.665420574581D-08-0.297421358668D+01
+   -0.132247805595D-05 0.137005333090D-01 0.428408384323D-05 0.515367223167D+04
+    0.331200000000D+06 0.184401869774D-06 0.201134126048D+01-0.197440385819D-06
+    0.888042369455D+00 0.256031250000D+03 0.111323544245D+01-0.886501212048D-08
+   -0.111076055335D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.440000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+12 12 10 31 20  0  0.0 0.991635024548D-04 0.204636307899D-11 0.000000000000D+00
+    0.880000000000D+02-0.630000000000D+02 0.364193741560D-08 0.281302946873D+01
+   -0.323168933392D-05 0.400595751125D-02 0.109393149614D-04 0.515369161606D+04
+    0.331200000000D+06-0.428408384323D-07 0.227432345607D+00-0.372529029846D-08
+    0.982043074722D+00 0.178000000000D+03 0.145786880289D+00-0.749852662945D-08
+    0.238581366443D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.880000000000D+02
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 20  0  0.0 0.170496292412D-03-0.272848410532D-11 0.000000000000D+00
+    0.100000000000D+03 0.905625000000D+02 0.415017287136D-08-0.808794381098D+00
+    0.462308526039D-05 0.478479464073D-02 0.338815152645D-05 0.515360062790D+04
+    0.331200000000D+06-0.726431608200D-07-0.179877327584D+01-0.204890966415D-07
+    0.983732477389D+00 0.326468750000D+03 0.208084281168D+01-0.817391190481D-08
+    0.221437795202D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.100000000000D+03
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 20  0  0.0 0.215907581151D-03 0.682121026330D-12 0.000000000000D+00
+    0.530000000000D+02 0.877812500000D+02 0.439054002647D-08-0.582539510457D+00
+    0.461563467979D-05 0.685023935512D-02 0.312551856041D-05 0.515366238213D+04
+    0.331200000000D+06 0.372529029846D-07-0.182658644845D+01 0.968575477600D-07
+    0.976514253795D+00 0.329687500000D+03-0.203000775870D+01-0.831784647169D-08
+    0.166078346401D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.530000000000D+02
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 20  0  0.0-0.985530205071D-04-0.909494701773D-12 0.000000000000D+00
+    0.320000000000D+02 0.903750000000D+02 0.492734830715D-08-0.990032149350D+00
+    0.473298132420D-05 0.484484259505D-02 0.377558171749D-05 0.515365883636D+04
+    0.331200000000D+06 0.391155481338D-07-0.191965140402D+01-0.968575477600D-07
+    0.943312709172D+00 0.299125000000D+03 0.463151759330D-01-0.843427994113D-08
+    0.155006452118D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.320000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 20  0  0.0-0.248856842518D-03-0.568434188608D-12 0.000000000000D+00
+    0.169000000000D+03-0.745000000000D+02 0.363265131451D-08 0.574656352561D+00
+   -0.377185642719D-05 0.655742676463D-02 0.114217400551D-04 0.515378074074D+04
+    0.331200000000D+06 0.128522515297D-06 0.245678620609D+00 0.689178705216D-07
+    0.982808235005D+00 0.169281250000D+03 0.276124119735D-01-0.757602985777D-08
+    0.250010413937D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.977888703346D-08 0.169000000000D+03
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 20  0  0.0 0.828229822218D-04-0.352429196937D-11 0.000000000000D+00
+    0.190000000000D+02 0.207812500000D+02 0.481055772994D-08-0.336212261230D+00
+    0.120326876640D-05 0.766488478985D-02 0.679865479469D-05 0.515374878311D+04
+    0.331200000000D+06-0.745058059692D-08 0.128443467269D+01 0.894069671631D-07
+    0.963521673105D+00 0.252718750000D+03-0.229300109734D+01-0.816998291242D-08
+    0.496449270582D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.190000000000D+02
+    0.331200000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+18 12 10 31 20  0  0.0 0.222386792302D-03 0.181898940355D-11 0.000000000000D+00
+    0.240000000000D+02 0.571875000000D+02 0.511306996742D-08 0.112347701154D+01
+    0.307336449623D-05 0.136142808478D-01 0.110212713480D-04 0.515374827385D+04
+    0.331200000000D+06-0.203028321266D-06-0.293660484335D+01 0.115483999252D-06
+    0.929083500423D+00 0.154656250000D+03-0.213874222146D+01-0.839534930463D-08
+   -0.354300477845D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.240000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 20  0  0.0-0.317994505167D-03-0.352429196937D-11 0.000000000000D+00
+    0.670000000000D+02 0.202500000000D+02 0.483663003648D-08-0.113556368607D+01
+    0.949949026108D-06 0.864932104014D-02 0.612065196037D-05 0.515362550545D+04
+    0.331200000000D+06 0.141561031342D-06 0.133702190947D+01-0.137835741043D-06
+    0.960807253479D+00 0.257781250000D+03 0.267734612244D+00-0.810176604250D-08
+    0.557880380814D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.670000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 20  0  0.0 0.720461830497D-04 0.102318153950D-11 0.000000000000D+00
+    0.490000000000D+02 0.550000000000D+02 0.498056460336D-08 0.161707274271D+01
+    0.273622572422D-05 0.520488002803D-02 0.115279108286D-04 0.515361584282D+04
+    0.331200000000D+06-0.117346644402D-06-0.299018758856D+01-0.134110450745D-06
+    0.929682474675D+00 0.139343750000D+03 0.127383472817D+01-0.812891003030D-08
+   -0.321441960777D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.490000000000D+02
+    0.326520000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 20  0  0.0 0.148672610521D-03-0.386535248253D-11 0.000000000000D+00
+    0.730000000000D+02 0.102875000000D+03 0.463983612494D-08-0.151175051736D+01
+    0.520050525665D-05 0.822899106424D-02 0.342540442944D-05 0.515357101822D+04
+    0.331200000000D+06 0.372529029846D-08-0.188157242908D+01-0.156462192535D-06
+    0.958112742704D+00 0.312093750000D+03-0.291779291644D+01-0.828713090655D-08
+    0.286083345091D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.730000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 20  0  0.0 0.340957194567D-05 0.159161572810D-11 0.000000000000D+00
+    0.470000000000D+02-0.807187500000D+02 0.447411493627D-08 0.304391554741D+00
+   -0.411830842495D-05 0.128844869323D-03 0.283308327198D-05 0.517665964127D+04
+    0.331200000000D+06 0.242143869400D-07-0.854576668640D+00-0.670552253723D-07
+    0.959312116092D+00 0.323031250000D+03-0.126959097691D+01-0.806176437627D-08
+   -0.292869342041D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02 0.465661287308D-08 0.470000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 20  0  0.0 0.489512458444D-04 0.170530256582D-11 0.000000000000D+00
+    0.240000000000D+02-0.636562500000D+02 0.395195032888D-08 0.170539517973D+01
+   -0.336766242981D-05 0.182683451567D-02 0.107139348984D-04 0.515364244080D+04
+    0.331200000000D+06 0.186264514923D-08 0.191567116819D+00 0.111758708954D-07
+    0.970896218273D+00 0.175187500000D+03 0.719400555544D+00-0.770389232661D-08
+    0.186436337250D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.240000000000D+02
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 20  0  0.0-0.226464588195D-03 0.135287336889D-10 0.000000000000D+00
+    0.170000000000D+02 0.787500000000D+02 0.404588281297D-08-0.166504307148D+01
+    0.436976552010D-05 0.208247418050D-01 0.278651714325D-05 0.515366175270D+04
+    0.331200000000D+06 0.435858964920D-06-0.180538848314D+01 0.182539224625D-06
+    0.981240650989D+00 0.335000000000D+03 0.121059136789D+01-0.788675708652D-08
+    0.154292141173D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.170000000000D+02
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+27 12 10 31 20  0  0.0-0.216966029257D-03 0.284217094304D-11 0.000000000000D+00
+    0.260000000000D+02-0.717812500000D+02 0.506628245957D-08 0.403037346752D+00
+   -0.374205410480D-05 0.561813253444D-02 0.114589929581D-04 0.515360641480D+04
+    0.331200000000D+06-0.726431608200D-07 0.207201303315D+00 0.856816768646D-07
+    0.975773569594D+00 0.166687500000D+03 0.881529921911D+00-0.768210570482D-08
+    0.187507810453D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.260000000000D+02
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 20  0  0.0 0.200301874429D-03 0.363797880709D-11 0.000000000000D+00
+    0.520000000000D+02-0.590937500000D+02 0.384015995808D-08 0.342209590449D+00
+   -0.308267772198D-05 0.182430142304D-01 0.107437372208D-04 0.515363616371D+04
+    0.331200000000D+06-0.318512320519D-06 0.252193389804D+00 0.223517417908D-07
+    0.981200624087D+00 0.188812500000D+03-0.181636125380D+01-0.786354183379D-08
+    0.160363822654D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.520000000000D+02
+    0.329430000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31 20  0  0.0 0.372103881091D-03 0.409272615798D-11 0.000000000000D+00
+    0.900000000000D+01 0.278437500000D+02 0.472983987396D-08 0.247342513204D+01
+    0.121071934700D-05 0.175665877760D-02 0.661239027977D-05 0.515375276184D+04
+    0.331200000000D+06 0.186264514923D-07 0.129309680814D+01 0.335276126862D-07
+    0.964099622299D+00 0.255593750000D+03-0.108046983717D+01-0.801461955536D-08
+    0.494306304127D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.900000000000D+01
+    0.324018000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 20  0  0.0 0.284061301500D-03 0.227373675443D-11 0.000000000000D+00
+    0.690000000000D+02-0.949375000000D+02 0.410731394325D-08 0.312760530762D+01
+   -0.479444861412D-05 0.795162410941D-02 0.320933759212D-05 0.515375657654D+04
+    0.331200000000D+06 0.372529029846D-08-0.825795041335D+00 0.894069671631D-07
+    0.980814978401D+00 0.329781250000D+03-0.853765141168D+00-0.797676083553D-08
+   -0.308227124611D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.690000000000D+02
+    0.324000000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 20  0  0.0-0.503587536514D-03-0.363797880709D-11 0.000000000000D+00
+    0.400000000000D+01 0.851875000000D+02 0.434839541384D-08-0.253479154356D+01
+    0.434368848801D-05 0.118032343453D-01 0.116825103760D-04 0.515355344391D+04
+    0.331200000000D+06-0.214204192162D-06-0.285473631959D+01 0.124797224999D-06
+    0.951021964145D+00 0.147468750000D+03-0.481167485757D+00-0.772853621027D-08
+   -0.257867884090D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.400000000000D+01
+    0.324000000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 21 59 44.0 0.407596584409D-03 0.113686837722D-11 0.000000000000D+00
+    0.140000000000D+02-0.256562500000D+02 0.549630030378D-08-0.728044436693D+00
+   -0.122003257275D-05 0.115502150729D-01 0.584870576859D-05 0.515377330399D+04
+    0.338384000000D+06 0.227242708206D-06 0.227576491314D+01 0.707805156708D-07
+    0.938485468647D+00 0.253281250000D+03-0.272642753163D+01-0.849142534065D-08
+   -0.301798280811D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.140000000000D+02
+    0.338384000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 5 12 10 31 21 59 44.0-0.363452825695D-03-0.261479726760D-11 0.000000000000D+00
+    0.800000000000D+01 0.568125000000D+02 0.459054838586D-08 0.140075415796D+01
+    0.320561230183D-05 0.302373536397D-02 0.113695859909D-04 0.515378589821D+04
+    0.338384000000D+06 0.372529029846D-08-0.294367201187D+01 0.447034835815D-07
+    0.950436429721D+00 0.153750000000D+03 0.252893110836D+00-0.795854582236D-08
+   -0.306084185775D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.800000000000D+01
+    0.338384000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+12 12 10 31 21 59 44.0 0.991779379547D-04 0.204636307899D-11 0.000000000000D+00
+    0.270000000000D+02-0.663437500000D+02 0.361622205873D-08-0.242240303035D+01
+   -0.340677797794D-05 0.400575704407D-02 0.108145177364D-04 0.515369185829D+04
+    0.338384000000D+06-0.316649675369D-07 0.227378549721D+00-0.186264514923D-08
+    0.982044836075D+00 0.182000000000D+03 0.145863332388D+00-0.748745473969D-08
+    0.237509893240D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.121071934700D-07 0.270000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+14 12 10 31 21 59 44.0 0.215914100409D-03 0.682121026330D-12 0.000000000000D+00
+    0.120000000000D+02 0.858437500000D+02 0.435803867266D-08 0.465251984504D+00
+    0.452995300293D-05 0.685050350148D-02 0.343471765518D-05 0.515366282654D+04
+    0.338384000000D+06-0.726431608200D-07-0.182664563080D+01 0.707805156708D-07
+    0.976515324652D+00 0.323187500000D+03-0.202994592116D+01-0.827213028172D-08
+    0.882179603464D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.884756445885D-08 0.120000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+16 12 10 31 21 59 44.0-0.248860567808D-03-0.568434188608D-12 0.000000000000D+00
+    0.130000000000D+02-0.702187500000D+02 0.359979280296D-08 0.162240898364D+01
+   -0.350736081600D-05 0.655780162197D-02 0.114180147648D-04 0.515378129578D+04
+    0.338384000000D+06-0.521540641785D-07 0.245625288468D+00 0.558793544769D-07
+    0.982809776921D+00 0.170937500000D+03 0.276341684912D-01-0.749245494797D-08
+    0.122147945095D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.977888703346D-08 0.130000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 21 59 44.0-0.318021047860D-03-0.352429196937D-11 0.000000000000D+00
+    0.100000000000D+02 0.200937500000D+02 0.485591655413D-08-0.876799394900D-01
+    0.114180147648D-05 0.864945212379D-02 0.622868537903D-05 0.515362575150D+04
+    0.338384000000D+06 0.124797224999D-06 0.133696352295D+01 0.465661287308D-07
+    0.960810343162D+00 0.258906250000D+03 0.267729557862D+00-0.825427239501D-08
+    0.493234830925D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.100000000000D+02
+    0.336120000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 1 12 10 31 22  0  0.0 0.280322041363D-03 0.170530256582D-11 0.000000000000D+00
+    0.190000000000D+02-0.260625000000D+02 0.489806116676D-08-0.172618822834D+01
+   -0.146962702274D-05 0.136226986069D-02 0.641867518425D-05 0.515370687294D+04
+    0.338400000000D+06 0.260770320892D-07 0.229287632213D+01-0.745058059692D-08
+    0.959976577872D+00 0.254937500000D+03 0.502751714107D+00-0.810712340852D-08
+   -0.333228166005D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.838190317154D-08 0.190000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 22  0  0.0 0.407597515732D-03 0.113686837722D-11 0.000000000000D+00
+    0.107000000000D+03-0.256562500000D+02 0.549630030378D-08-0.725710652259D+00
+   -0.122003257275D-05 0.115502133267D-01 0.584870576859D-05 0.515377329063D+04
+    0.338400000000D+06 0.227242708206D-06 0.227576477856D+01 0.707805156708D-07
+    0.938485443777D+00 0.253281250000D+03-0.272642763843D+01-0.849142534065D-08
+   -0.301798280811D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.107000000000D+03
+    0.338400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 3 12 10 31 22  0  0.0 0.122162047774D-03 0.511590769747D-11 0.000000000000D+00
+    0.270000000000D+02 0.290000000000D+02 0.540022494104D-08-0.545770122225D+00
+    0.167079269886D-05 0.158761473140D-01 0.774487853050D-05 0.515374694443D+04
+    0.338400000000D+06-0.100582838059D-06 0.110879099638D+01 0.214204192162D-06
+    0.932261476364D+00 0.220031250000D+03 0.124991430596D+01-0.866393231613D-08
+    0.643241079287D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.465661287308D-08 0.270000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 4 12 10 31 22  0  0.0 0.327187590301D-04 0.112549969344D-10 0.000000000000D+00
+    0.470000000000D+02-0.318125000000D+02 0.538665294715D-08 0.255846111189D+01
+   -0.174902379513D-05 0.103750469862D-01 0.623799860477D-05 0.515367702293D+04
+    0.338400000000D+06 0.372529029846D-08 0.229245470622D+01-0.171363353729D-06
+    0.937550131492D+00 0.247687500000D+03 0.924780591681D+00-0.820427031222D-08
+   -0.351443210449D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.651925802231D-08 0.470000000000D+02
+    0.333870000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 22  0  0.0-0.363453291357D-03-0.261479726760D-11 0.000000000000D+00
+    0.103000000000D+03 0.568125000000D+02 0.459054838586D-08 0.140308831983D+01
+    0.320561230183D-05 0.302373163868D-02 0.113695859909D-04 0.515378590202D+04
+    0.338400000000D+06 0.372529029846D-08-0.294367213329D+01 0.447034835815D-07
+    0.950436420943D+00 0.153750000000D+03 0.252892531521D+00-0.795854582236D-08
+   -0.306084185775D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.102445483208D-07 0.103000000000D+03
+    0.338400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+ 6 12 10 31 22  0  0.0 0.470151193440D-03-0.101181285572D-10 0.000000000000D+00
+    0.800000000000D+01 0.283125000000D+02 0.519021619334D-08 0.133871373912D+01
+    0.144913792610D-05 0.737795315217D-02 0.680610537529D-05 0.515368089676D+04
+    0.338400000000D+06 0.119209289551D-06 0.118667642431D+01 0.130385160446D-06
+    0.938974643583D+00 0.236375000000D+03-0.420729746340D+00-0.826427281156D-08
+    0.498592196938D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.512227416039D-08 0.800000000000D+01
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 7 12 10 31 22  0  0.0 0.140090938658D-03 0.454747350886D-11 0.000000000000D+00
+    0.770000000000D+02-0.919687500000D+02 0.425267714107D-08-0.209546590820D+01
+   -0.480748713017D-05 0.605500058737D-02 0.309012830257D-05 0.515371763229D+04
+    0.338400000000D+06-0.465661287308D-07-0.829467455792D+00-0.335276126862D-07
+    0.975775990724D+00 0.328625000000D+03-0.294413291445D+01-0.812426697976D-08
+   -0.243938732456D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.770000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 8 12 10 31 22  0  0.0 0.262726098299D-05 0.113686837722D-12 0.000000000000D+00
+    0.760000000000D+02-0.102906250000D+03 0.371765485525D-08-0.272739677630D+01
+   -0.535510480404D-05 0.127682890743D-01 0.404380261898D-05 0.515363816452D+04
+    0.338400000000D+06-0.145286321640D-06-0.742737454842D+00-0.968575477600D-07
+    0.998253724086D+00 0.321531250000D+03-0.290650022607D+01-0.775353725166D-08
+   -0.310012913282D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.419095158577D-08 0.760000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 9 12 10 31 22  0  0.0 0.196460634470D-03 0.272848410532D-11 0.000000000000D+00
+    0.380000000000D+02-0.819687500000D+02 0.393980696592D-08-0.266619843944D+01
+   -0.405684113502D-05 0.172251812182D-01 0.280141830444D-05 0.515365930557D+04
+    0.338400000000D+06 0.195577740669D-06-0.854072198895D+00 0.707805156708D-07
+    0.984438472877D+00 0.336218750000D+03 0.164735555950D+01-0.771567853184D-08
+   -0.257510726355D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.558793544769D-08 0.380000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+10 12 10 31 22  0  0.0-0.570053234696D-04-0.125055521494D-11 0.000000000000D+00
+    0.630000000000D+02 0.584375000000D+02 0.471769651100D-08 0.169311951667D+01
+    0.311061739922D-05 0.118745088112D-01 0.117979943752D-04 0.515374186516D+04
+    0.338400000000D+06-0.320374965668D-06-0.292303531117D+01 0.558793544769D-07
+    0.945291153731D+00 0.146312500000D+03 0.769163030636D+00-0.806997900416D-08
+   -0.283583240952D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.280000000000D+01 0.000000000000D+00-0.279396772385D-08 0.630000000000D+02
+    0.336810000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+11 12 10 31 22  0  0.0-0.318533740938D-03-0.386535248253D-11 0.000000000000D+00
+    0.470000000000D+02-0.192812500000D+02 0.660813239810D-08-0.192405358053D+01
+   -0.994652509689D-06 0.137011031620D-01 0.379607081413D-05 0.515367079544D+04
+    0.338400000000D+06 0.223517417908D-06 0.201127692573D+01-0.279396772385D-07
+    0.888042095889D+00 0.260625000000D+03 0.111327317988D+01-0.887679832571D-08
+   -0.157149403046D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.116415321827D-07 0.470000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+13 12 10 31 22  0  0.0 0.170477200300D-03-0.272848410532D-11 0.000000000000D+00
+    0.101000000000D+03 0.927500000000D+02 0.417731685916D-08 0.241413708239D+00
+    0.469386577606D-05 0.478434527758D-02 0.325962901115D-05 0.515359977722D+04
+    0.338400000000D+06-0.260770320892D-07-0.179883188765D+01-0.782310962677D-07
+    0.983733827662D+00 0.329062500000D+03 0.208085773199D+01-0.818926968738D-08
+    0.165006873199D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.101000000000D+03
+    0.331200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+15 12 10 31 22  0  0.0-0.985595397651D-04-0.909494701773D-12 0.000000000000D+00
+    0.330000000000D+02 0.935000000000D+02 0.507449708746D-08 0.601096975930D-01
+    0.475160777569D-05 0.484394573141D-02 0.388734042644D-05 0.515365710449D+04
+    0.338400000000D+06 0.372529029846D-07-0.191971220582D+01 0.204890966415D-07
+    0.943313227045D+00 0.292812500000D+03 0.463668622916D-01-0.853642700502D-08
+    0.109647424398D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.330000000000D+02
+    0.336708000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+17 12 10 31 22  0  0.0 0.827978365123D-04-0.352429196937D-11 0.000000000000D+00
+    0.200000000000D+02 0.211875000000D+02 0.472555398115D-08 0.713895311005D+00
+    0.996515154839D-06 0.766512670089D-02 0.682473182678D-05 0.515374932289D+04
+    0.338400000000D+06-0.614672899246D-07 0.128437610184D+01 0.689178705216D-07
+    0.963525191423D+00 0.249500000000D+03-0.229297190481D+01-0.815033949435D-08
+    0.459304846176D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.200000000000D+02
+    0.333720000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+18 12 10 31 22  0  0.0 0.222399830818D-03 0.181898940355D-11 0.000000000000D+00
+    0.250000000000D+02 0.522500000000D+02 0.495913513931D-08 0.217358663772D+01
+    0.254437327385D-05 0.136145827128D-01 0.108852982521D-04 0.515374896622D+04
+    0.338400000000D+06-0.763684511185D-07-0.293666513312D+01-0.299885869026D-06
+    0.929083106898D+00 0.152250000000D+03-0.213871273781D+01-0.800140471920D-08
+   -0.204651381694D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.250000000000D+02
+    0.335658000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 22  0  0.0-0.318019650877D-03-0.352429196937D-11 0.000000000000D+00
+    0.790000000000D+02 0.200937500000D+02 0.485591655413D-08-0.853459795055D-01
+    0.114180147648D-05 0.864945340436D-02 0.622868537903D-05 0.515362575722D+04
+    0.338400000000D+06 0.124797224999D-06 0.133696338836D+01 0.465661287308D-07
+    0.960810369494D+00 0.258906250000D+03 0.267729363294D+00-0.825427239501D-08
+    0.493234830925D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.790000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+20 12 10 31 22  0  0.0 0.720540992916D-04 0.102318153950D-11 0.000000000000D+00
+    0.510000000000D+02 0.594687500000D+02 0.492841957417D-08 0.266722658412D+01
+    0.297464430332D-05 0.520443229470D-02 0.113341957331D-04 0.515361682510D+04
+    0.338400000000D+06 0.167638063431D-07-0.299024556400D+01-0.124797224999D-06
+    0.929680584585D+00 0.141125000000D+03 0.127390015864D+01-0.802926302246D-08
+   -0.321441960777D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.791624188423D-08 0.510000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+21 12 10 31 22  0  0.0-0.259377993643D-03-0.238742359215D-11 0.000000000000D+00
+    0.900000000000D+01-0.341562500000D+02 0.544236955368D-08-0.298915404718D+01
+   -0.195391476154D-05 0.194304549368D-01 0.617466866970D-05 0.515377533722D+04
+    0.338400000000D+06 0.135973095894D-06 0.229743399367D+01-0.353902578354D-06
+    0.931291664082D+00 0.244906250000D+03-0.220711422143D+01-0.816855453880D-08
+   -0.319299014371D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.111758708954D-07 0.900000000000D+01
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+22 12 10 31 22  0  0.0 0.150382053107D-03 0.795807864051D-12 0.000000000000D+00
+    0.320000000000D+02 0.545937500000D+02 0.515235765164D-08 0.144296685078D+01
+    0.285543501377D-05 0.621708470862D-02 0.107027590275D-04 0.515367990494D+04
+    0.338400000000D+06-0.156462192535D-06-0.293361764948D+01-0.242143869400D-07
+    0.926815431732D+00 0.157750000000D+03-0.201103571395D+01-0.826284374256D-08
+   -0.201794123078D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.172294676304D-07 0.320000000000D+02
+    0.331200000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+23 12 10 31 22  0  0.0 0.148644670844D-03-0.386535248253D-11 0.000000000000D+00
+    0.740000000000D+02 0.100343750000D+03 0.471769651100D-08-0.461480369573D+00
+    0.510551035404D-05 0.822931085713D-02 0.326894223690D-05 0.515357167435D+04
+    0.338400000000D+06 0.154599547386D-06-0.188163178405D+01 0.167638063431D-07
+    0.958113734563D+00 0.314500000000D+03-0.291781879985D+01-0.845570935709D-08
+    0.155006456641D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.204890966415D-07 0.740000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+24 12 10 31 22  0  0.0 0.342121347785D-05 0.159161572810D-11 0.000000000000D+00
+    0.820000000000D+02-0.849375000000D+02 0.456769026263D-08 0.133380821785D+01
+   -0.452809035778D-05 0.129432766698D-03 0.234507024288D-05 0.517666162682D+04
+    0.338400000000D+06 0.111758708954D-07-0.854634768431D+00 0.614672899246D-07
+    0.959309346788D+00 0.329781250000D+03-0.126275419896D+01-0.817426906255D-08
+   -0.341085636157D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.290000000000D+01 0.630000000000D+02 0.465661287308D-08 0.820000000000D+02
+    0.336120000000D+06 0.000000000000D+00 0.000000000000D+00 0.000000000000D+00
+25 12 10 31 22  0  0.0 0.489638186991D-04 0.170530256582D-11 0.000000000000D+00
+    0.250000000000D+02-0.657812500000D+02 0.385766068705D-08 0.275515453797D+01
+   -0.338815152645D-05 0.182615127414D-02 0.104866921902D-04 0.515364440346D+04
+    0.338400000000D+06 0.223517417908D-07 0.191511738056D+00-0.353902578354D-07
+    0.970897786521D+00 0.182562500000D+03 0.719836260824D+00-0.766531929132D-08
+    0.199651173416D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00 0.512227416039D-08 0.250000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+26 12 10 31 22  0  0.0-0.226366799325D-03 0.135287336889D-10 0.000000000000D+00
+    0.200000000000D+02 0.800937500000D+02 0.443054171129D-08-0.614947076774D+00
+    0.447221100330D-05 0.208240536740D-01 0.363774597645D-05 0.515365786743D+04
+    0.338400000000D+06-0.203028321266D-06-0.180544772840D+01 0.234693288803D-06
+    0.981238787231D+00 0.320812500000D+03 0.121068292315D+01-0.853178416804D-08
+    0.153934989755D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.605359673500D-08 0.200000000000D+02
+    0.338400000000D+06 0.000000000000D+00 0.499063314480-269 0.664593648549-315
+27 12 10 31 22  0  0.0-0.216945540160D-03 0.284217094304D-11 0.000000000000D+00
+    0.270000000000D+02-0.652187500000D+02 0.512699927438D-08 0.145353141902D+01
+   -0.342354178429D-05 0.561705464497D-02 0.108927488327D-04 0.515360291672D+04
+    0.338400000000D+06-0.707805156708D-07 0.207146271262D+00-0.745058059692D-08
+    0.975774603878D+00 0.178093750000D+03 0.881262917418D+00-0.768282002029D-08
+    0.126790995640D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.630000000000D+02-0.190921127796D-07 0.270000000000D+02
+    0.334770000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+28 12 10 31 22  0  0.0 0.200327951461D-03 0.363797880709D-11 0.000000000000D+00
+    0.530000000000D+02-0.856250000000D+02 0.365122351669D-08 0.139224090808D+01
+   -0.450760126114D-05 0.182457860792D-01 0.112783163786D-04 0.515364400482D+04
+    0.338400000000D+06-0.333413481712D-06 0.252136463273D+00-0.290572643280D-06
+    0.981202193798D+00 0.177500000000D+03-0.181619658043D+01-0.771675000504D-08
+    0.212151694112D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.107102096081D-07 0.530000000000D+02
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+29 12 10 31 22  0  0.0 0.372133217752D-03 0.409272615798D-11 0.000000000000D+00
+    0.440000000000D+02 0.237812500000D+02 0.461304929488D-08-0.275969210901D+01
+    0.119954347610D-05 0.175579846837D-02 0.657513737678D-05 0.515375439835D+04
+    0.338400000000D+06-0.111758708954D-07 0.129303902726D+01 0.353902578354D-07
+    0.964103262039D+00 0.250937500000D+03-0.108040467295D+01-0.800247619240D-08
+    0.512521348571D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.931322574616D-08 0.440000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+30 12 10 31 22  0  0.0-0.339996069670D-03 0.162572177942D-10 0.000000000000D+00
+    0.142000000000D+03-0.786562500000D+02 0.422410452234D-08 0.582046708947D+00
+   -0.415928661823D-05 0.110232100123D-01 0.105015933514D-04 0.515373736382D+04
+    0.338400000000D+06-0.987201929092D-07 0.992416224519D-01-0.122934579849D-06
+    0.962060588062D+00 0.182000000000D+03 0.161411550356D+01-0.799997608826D-08
+    0.207151485834D-10 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.570000000000D+01 0.000000000000D+00-0.465661287308D-08 0.142000000000D+03
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+31 12 10 31 22  0  0.0 0.284077599645D-03 0.227373675443D-11 0.000000000000D+00
+    0.810000000000D+02-0.859687500000D+02 0.420338937375D-08-0.210553565903D+01
+   -0.435486435890D-05 0.795309350360D-02 0.361911952496D-05 0.515375357246D+04
+    0.338400000000D+06-0.102445483208D-06-0.825852574977D+00 0.126659870148D-06
+    0.980812348074D+00 0.322062500000D+03-0.853680875624D+00-0.806390732268D-08
+   -0.316441752498D-09 0.100000000000D+01 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.135041773319D-07 0.810000000000D+02
+    0.331218000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+32 12 10 31 22  0  0.0-0.503613613546D-03-0.363797880709D-11 0.000000000000D+00
+    0.500000000000D+01 0.735937500000D+02 0.455304679553D-08-0.148465790944D+01
+    0.371597707272D-05 0.118029912701D-01 0.113341957331D-04 0.515355122948D+04
+    0.338400000000D+06-0.931322574615D-07-0.285479455105D+01-0.258907675743D-06
+    0.951019532775D+00 0.156781250000D+03-0.481046853532D+00-0.804997817105D-08
+   -0.650027076237D-10 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.325962901115D-08 0.500000000000D+01
+    0.331200000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 2 12 10 31 23 59 44.0 0.407604500651D-03 0.113686837722D-11 0.000000000000D+00
+    0.340000000000D+02-0.246875000000D+02 0.546308470226D-08 0.322081685344D+00
+   -0.125356018543D-05 0.115503659472D-01 0.600703060627D-05 0.515377358627D+04
+    0.345584000000D+06 0.108033418655D-06 0.227570357006D+01 0.186264514923D-06
+    0.938483012407D+00 0.254000000000D+03-0.272642672264D+01-0.853249826994D-08
+   -0.334299639207D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.176951289177D-07 0.340000000000D+02
+    0.345090000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+ 5 12 10 31 23 59 44.0-0.363471917808D-03-0.261479726760D-11 0.000000000000D+00
+    0.240000000000D+02 0.594375000000D+02 0.460233456285D-08 0.245087965094D+01
+    0.314414501190D-05 0.302406644914D-02 0.116489827633D-04 0.515378562164D+04
+    0.345584000000D+06-0.108033418655D-06-0.294372959086D+01-0.149011611938D-07
+    0.950434738588D+00 0.149968750000D+03 0.252880538518D+00-0.788068540504D-08
+   -0.226438003480D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.102445483208D-07 0.240000000000D+02
+    0.345210000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
+19 12 10 31 23 59 44.0-0.318045727909D-03-0.352429196937D-11 0.000000000000D+00
+    0.110000000000D+02 0.269687500000D+02 0.473841165958D-08 0.962474516344D+00
+    0.143609941006D-05 0.865029694978D-02 0.626035034657D-05 0.515362762833D+04
+    0.345584000000D+06-0.242143869400D-07 0.133690520518D+01 0.171363353729D-06
+    0.960814012160D+00 0.258625000000D+03 0.267786482931D+00-0.812462413749D-08
+    0.383587406527D-09 0.000000000000D+00 0.171200000000D+04 0.000000000000D+00
+    0.200000000000D+01 0.000000000000D+00-0.144354999065D-07 0.110000000000D+02
+    0.338400000000D+06 0.400000000000D+01 0.000000000000D+00 0.000000000000D+00
diff --git a/test/data/tle/brdc3050.12q b/test/data/tle/brdc3050.12q
new file mode 100644
index 0000000..834f8b6
--- /dev/null
+++ b/test/data/tle/brdc3050.12q
@@ -0,0 +1,775 @@
+     2.12           N                   J                   RINEX VERSION / TYPE
+RDE                 MCS                 20121031 235008 UTC PGM / RUN BY / DATE
+QZSA   4.6566D-08 -1.2095D-07  6.0392D-08  4.2292D-08       IONOSPHERIC CORR
+QZSB   1.9251D+05 -5.1109D+05  6.6402D+05 -1.9868D+05       IONOSPHERIC CORR
+QZUT  0.0000000000D+00 1.776356839D-15 503808 1712          TIME SYSTEM CORR
+    16                                                      LEAP SECONDS
+                                                            END OF HEADER
+J 1 12 10 31  0  0  0.0-1.735473051667D-05-6.707523425575D-12-5.551115123126D-17
+     1.140000000000D+02-3.955937500000D+02 1.463632394736D-09 1.386260055707D+00
+    -1.261383295059D-05 7.455442450009D-02 1.136027276516D-05 6.493972862244D+03
+     2.592000000000D+05 1.674517989159D-06 2.570642008575D+00-9.126961231232D-08
+     7.102120621774D-01-1.490625000000D+02-1.569323159512D+00-1.584708866628D-09
+    -9.539683080377D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.140000000000D+02
+     2.556540000000D+05 2.000000000000D+00
+J 1 12 10 31  0  0  0.0-1.735519617796D-05-6.934897101019D-12-8.326672684689D-17
+     1.140000000000D+02-3.955937500000D+02 1.463632394736D-09 1.386260055707D+00
+    -1.261383295059D-05 7.455442450009D-02 1.136027276516D-05 6.493972862244D+03
+     2.592000000000D+05 1.674517989159D-06 2.570642008575D+00-9.126961231232D-08
+     7.102120621774D-01-1.490625000000D+02-1.569323159512D+00-1.584708866628D-09
+    -9.539683080377D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.700000000000D+02
+     2.565540000000D+05 2.000000000000D+00
+J 1 12 10 31  0  0  0.0-1.735519617796D-05-6.934897101019D-12-8.326672684689D-17
+     1.140000000000D+02-3.955937500000D+02 1.463632394736D-09 1.386260055707D+00
+    -1.261383295059D-05 7.455442450009D-02 1.136027276516D-05 6.493972862244D+03
+     2.592000000000D+05 1.674517989159D-06 2.570642008575D+00-9.126961231232D-08
+     7.102120621774D-01-1.490625000000D+02-1.569323159512D+00-1.584708866628D-09
+    -9.539683080377D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.260000000000D+02
+     2.574540000000D+05 2.000000000000D+00
+J 1 12 10 31  0  0  0.0-1.735379919410D-05-6.480149750132D-12-2.775557561563D-17
+     1.140000000000D+02-3.955937500000D+02 1.463632394736D-09 1.386260055707D+00
+    -1.261383295059D-05 7.455442450009D-02 1.136027276516D-05 6.493972862244D+03
+     2.592000000000D+05 1.674517989159D-06 2.570642008575D+00-9.126961231232D-08
+     7.102120621774D-01-1.490625000000D+02-1.569323159512D+00-1.584708866628D-09
+    -9.539683080377D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.820000000000D+02
+     2.583540000000D+05 2.000000000000D+00
+J 1 12 10 31  1  0  0.0-1.737615093589D-05-6.366462912410D-12 0.000000000000D+00
+     1.150000000000D+02-4.244062500000D+02 1.715428597344D-09 1.648784692946D+00
+    -1.323036849499D-05 7.455537607893D-02 1.247227191925D-05 6.493959636688D+03
+     2.628000000000D+05 9.890645742416D-07 2.570636003296D+00 8.922070264816D-07
+     7.102079572293D-01-2.027500000000D+02-1.569396217640D+00-1.681141454861D-09
+    -1.115403603894D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.150000000000D+02
+     2.592540000000D+05 2.000000000000D+00
+J 1 12 10 31  1  0  0.0-1.737615093589D-05-6.252776074689D-12 0.000000000000D+00
+     1.150000000000D+02-4.244062500000D+02 1.715428597344D-09 1.648784692946D+00
+    -1.323036849499D-05 7.455537607893D-02 1.247227191925D-05 6.493959636688D+03
+     2.628000000000D+05 9.890645742416D-07 2.570636003296D+00 8.922070264816D-07
+     7.102079572293D-01-2.027500000000D+02-1.569396217640D+00-1.681141454861D-09
+    -1.115403603894D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.710000000000D+02
+     2.601540000000D+05 2.000000000000D+00
+J 1 12 10 31  1  0  0.0-1.737661659718D-05-6.366462912410D-12 0.000000000000D+00
+     1.150000000000D+02-4.244062500000D+02 1.715428597344D-09 1.648784692946D+00
+    -1.323036849499D-05 7.455537607893D-02 1.247227191925D-05 6.493959636688D+03
+     2.628000000000D+05 9.890645742416D-07 2.570636003296D+00 8.922070264816D-07
+     7.102079572293D-01-2.027500000000D+02-1.569396217640D+00-1.681141454861D-09
+    -1.115403603894D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.270000000000D+02
+     2.610540000000D+05 2.000000000000D+00
+J 1 12 10 31  1  0  0.0-1.737661659718D-05-6.366462912410D-12 0.000000000000D+00
+     1.150000000000D+02-4.244062500000D+02 1.715428597344D-09 1.648784692946D+00
+    -1.323036849499D-05 7.455537607893D-02 1.247227191925D-05 6.493959636688D+03
+     2.628000000000D+05 9.890645742416D-07 2.570636003296D+00 8.922070264816D-07
+     7.102079572293D-01-2.027500000000D+02-1.569396217640D+00-1.681141454861D-09
+    -1.115403603894D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.830000000000D+02
+     2.619540000000D+05 2.000000000000D+00
+J 1 12 10 31  2  0  0.0-1.739989966154D-05-6.593836587854D-12-2.775557561563D-17
+     1.160000000000D+02-4.973437500000D+02 2.198663011711D-09 1.911330027550D+00
+    -1.486949622631D-05 7.455836387817D-02 1.343898475170D-05 6.493942626953D+03
+     2.664000000000D+05 5.215406417847D-08 2.570627800715D+00 7.115304470062D-07
+     7.102019183034D-01-2.500000000000D+02-1.569485767245D+00-2.005440677511D-09
+    -1.158262531998D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.160000000000D+02
+     2.628540000000D+05 2.000000000000D+00
+J 1 12 10 31  2  0  0.0-1.739989966154D-05-6.593836587854D-12-2.775557561563D-17
+     1.160000000000D+02-4.973437500000D+02 2.198663011711D-09 1.911330027550D+00
+    -1.486949622631D-05 7.455836387817D-02 1.343898475170D-05 6.493942626953D+03
+     2.664000000000D+05 5.215406417847D-08 2.570627800715D+00 7.115304470062D-07
+     7.102019183034D-01-2.500000000000D+02-1.569485767245D+00-2.005440677511D-09
+    -1.158262531998D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.720000000000D+02
+     2.637540000000D+05 2.000000000000D+00
+J 1 12 10 31  2  0  0.0-1.739989966154D-05-6.480149750132D-12 0.000000000000D+00
+     1.160000000000D+02-4.973437500000D+02 2.198663011711D-09 1.911330027550D+00
+    -1.486949622631D-05 7.455836387817D-02 1.343898475170D-05 6.493942626953D+03
+     2.664000000000D+05 5.215406417847D-08 2.570627800715D+00 7.115304470062D-07
+     7.102019183034D-01-2.500000000000D+02-1.569485767245D+00-2.005440677511D-09
+    -1.158262531998D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.280000000000D+02
+     2.646540000000D+05 2.000000000000D+00
+J 1 12 10 31  2  0  0.0-1.739989966154D-05-6.593836587854D-12-2.775557561563D-17
+     1.160000000000D+02-4.973437500000D+02 2.198663011711D-09 1.911330027550D+00
+    -1.486949622631D-05 7.455836387817D-02 1.343898475170D-05 6.493942626953D+03
+     2.664000000000D+05 5.215406417847D-08 2.570627800715D+00 7.115304470062D-07
+     7.102019183034D-01-2.500000000000D+02-1.569485767245D+00-2.005440677511D-09
+    -1.158262531998D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.840000000000D+02
+     2.655540000000D+05 2.000000000000D+00
+J 1 12 10 31  3  0  0.0-1.742364838719D-05-6.707523425575D-12-2.775557561563D-17
+     1.170000000000D+02-5.651250000000D+02 2.702612574662D-09 2.173845515700D+00
+    -1.641549170017D-05 7.456158986315D-02 1.347437500954D-05 6.493930913925D+03
+     2.700000000000D+05 1.247972249985D-07 2.570616170516D+00-1.341104507446D-07
+     7.101953000620D-01-2.564375000000D+02-1.569539781106D+00-2.431172696673D-09
+    -1.011470703243D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.170000000000D+02
+     2.664540000000D+05 2.000000000000D+00
+J 1 12 10 31  3  0  0.0-1.742225140333D-05-6.366462912410D-12 0.000000000000D+00
+     1.170000000000D+02-5.651250000000D+02 2.702612574662D-09 2.173845515700D+00
+    -1.641549170017D-05 7.456158986315D-02 1.347437500954D-05 6.493930913925D+03
+     2.700000000000D+05 1.247972249985D-07 2.570616170516D+00-1.341104507446D-07
+     7.101953000620D-01-2.564375000000D+02-1.569539781106D+00-2.431172696673D-09
+    -1.011470703243D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.730000000000D+02
+     2.673540000000D+05 2.000000000000D+00
+J 1 12 10 31  3  0  0.0-1.742178574204D-05-6.139089236967D-12 2.775557561563D-17
+     1.170000000000D+02-5.651250000000D+02 2.702612574662D-09 2.173845515700D+00
+    -1.641549170017D-05 7.456158986315D-02 1.347437500954D-05 6.493930913925D+03
+     2.700000000000D+05 1.247972249985D-07 2.570616170516D+00-1.341104507446D-07
+     7.101953000620D-01-2.564375000000D+02-1.569539781106D+00-2.431172696673D-09
+    -1.011470703243D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.290000000000D+02
+     2.682540000000D+05 2.000000000000D+00
+J 1 12 10 31  3  0  0.0-1.742225140333D-05-6.252776074689D-12 2.775557561563D-17
+     1.170000000000D+02-5.651250000000D+02 2.702612574662D-09 2.173845515700D+00
+    -1.641549170017D-05 7.456158986315D-02 1.347437500954D-05 6.493930913925D+03
+     2.700000000000D+05 1.247972249985D-07 2.570616170516D+00-1.341104507446D-07
+     7.101953000620D-01-2.564375000000D+02-1.569539781106D+00-2.431172696673D-09
+    -1.011470703243D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.850000000000D+02
+     2.691540000000D+05 2.000000000000D+00
+J 1 12 10 31  4  0  0.0-1.744553446770D-05-6.366462912410D-12 0.000000000000D+00
+     1.180000000000D+02-5.779375000000D+02 2.877262706684D-09 2.436314923393D+00
+    -1.679174602032D-05 7.456224085763D-02 1.330487430096D-05 6.493929119110D+03
+     2.736000000000D+05 7.618218660355D-07 2.570604202383D+00-1.825392246246D-07
+     7.101904417111D-01-2.522187500000D+02-1.569545645945D+00-2.626537977278D-09
+    -8.221771041194D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.180000000000D+02
+     2.700540000000D+05 2.000000000000D+00
+J 1 12 10 31  4  0  0.0-1.744553446770D-05-6.480149750132D-12 0.000000000000D+00
+     1.180000000000D+02-5.779375000000D+02 2.877262706684D-09 2.436314923393D+00
+    -1.679174602032D-05 7.456224085763D-02 1.330487430096D-05 6.493929119110D+03
+     2.736000000000D+05 7.618218660355D-07 2.570604202383D+00-1.825392246246D-07
+     7.101904417111D-01-2.522187500000D+02-1.569545645945D+00-2.626537977278D-09
+    -8.221771041194D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.740000000000D+02
+     2.709540000000D+05 2.000000000000D+00
+J 1 12 10 31  4  0  0.0-1.744506880641D-05-6.366462912410D-12 0.000000000000D+00
+     1.180000000000D+02-5.779375000000D+02 2.877262706684D-09 2.436314923393D+00
+    -1.679174602032D-05 7.456224085763D-02 1.330487430096D-05 6.493929119110D+03
+     2.736000000000D+05 7.618218660355D-07 2.570604202383D+00-1.825392246246D-07
+     7.101904417111D-01-2.522187500000D+02-1.569545645945D+00-2.626537977278D-09
+    -8.221771041194D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.300000000000D+02
+     2.718540000000D+05 2.000000000000D+00
+J 1 12 10 31  4  0  0.0-1.744460314512D-05-6.139089236967D-12 2.775557561563D-17
+     1.180000000000D+02-5.779375000000D+02 2.877262706684D-09 2.436314923393D+00
+    -1.679174602032D-05 7.456224085763D-02 1.330487430096D-05 6.493929119110D+03
+     2.736000000000D+05 7.618218660355D-07 2.570604202383D+00-1.825392246246D-07
+     7.101904417111D-01-2.522187500000D+02-1.569545645945D+00-2.626537977278D-09
+    -8.221771041194D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.860000000000D+02
+     2.727540000000D+05 2.000000000000D+00
+J 1 12 10 31  5  0  0.0-1.746555790305D-05-5.798028723802D-12 2.775557561563D-17
+     1.190000000000D+02-5.453437500000D+02 2.664039539369D-09 2.698756743377D+00
+    -1.624226570129D-05 7.455903547816D-02 1.388415694237D-05 6.493936540604D+03
+     2.772000000000D+05 5.438923835754D-07 2.570595914952D+00 1.080334186554D-07
+     7.101874251740D-01-2.847500000000D+02-1.569526840133D+00-2.534034124121D-09
+    -8.468209877789D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.190000000000D+02
+     2.736540000000D+05 2.000000000000D+00
+J 1 12 10 31  5  0  0.0-1.746602356434D-05-5.798028723802D-12 2.775557561563D-17
+     1.190000000000D+02-5.453437500000D+02 2.664039539369D-09 2.698756743377D+00
+    -1.624226570129D-05 7.455903547816D-02 1.388415694237D-05 6.493936540604D+03
+     2.772000000000D+05 5.438923835754D-07 2.570595914952D+00 1.080334186554D-07
+     7.101874251740D-01-2.847500000000D+02-1.569526840133D+00-2.534034124121D-09
+    -8.468209877789D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.750000000000D+02
+     2.745540000000D+05 2.000000000000D+00
+J 1 12 10 31  5  0  0.0-1.746602356434D-05-5.798028723802D-12 2.775557561563D-17
+     1.190000000000D+02-5.453437500000D+02 2.664039539369D-09 2.698756743377D+00
+    -1.624226570129D-05 7.455903547816D-02 1.388415694237D-05 6.493936540604D+03
+     2.772000000000D+05 5.438923835754D-07 2.570595914952D+00 1.080334186554D-07
+     7.101874251740D-01-2.847500000000D+02-1.569526840133D+00-2.534034124121D-09
+    -8.468209877789D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.310000000000D+02
+     2.754540000000D+05 2.000000000000D+00
+J 1 12 10 31  5  0  0.0-1.746602356434D-05-5.798028723802D-12 2.775557561563D-17
+     1.190000000000D+02-5.453437500000D+02 2.664039539369D-09 2.698756743377D+00
+    -1.624226570129D-05 7.455903547816D-02 1.388415694237D-05 6.493936540604D+03
+     2.772000000000D+05 5.438923835754D-07 2.570595914952D+00 1.080334186554D-07
+     7.101874251740D-01-2.847500000000D+02-1.569526840133D+00-2.534034124121D-09
+    -8.468209877789D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.870000000000D+02
+     2.763540000000D+05 2.000000000000D+00
+J 1 12 10 31  6  0  0.0-1.748604699969D-05-5.456968210638D-12 2.775557561563D-17
+     1.200000000000D+02-5.175625000000D+02 2.392599661380D-09 2.961200368601D+00
+    -1.575797796249D-05 7.455355930142D-02 1.506321132183D-05 6.493948305130D+03
+     2.808000000000D+05 2.197921276093D-07 2.570588834429D+00-7.078051567078D-08
+     7.101843296394D-01-3.519062500000D+02-1.569512449408D+00-2.464031208219D-09
+    -9.596828317849D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.200000000000D+02
+     2.772540000000D+05 2.000000000000D+00
+J 1 12 10 31  6  0  0.0-1.748651266098D-05-5.684341886081D-12 2.775557561563D-17
+     1.200000000000D+02-5.175625000000D+02 2.392599661380D-09 2.961200368601D+00
+    -1.575797796249D-05 7.455355930142D-02 1.506321132183D-05 6.493948305130D+03
+     2.808000000000D+05 2.197921276093D-07 2.570588834429D+00-7.078051567078D-08
+     7.101843296394D-01-3.519062500000D+02-1.569512449408D+00-2.464031208219D-09
+    -9.596828317849D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.760000000000D+02
+     2.781540000000D+05 2.000000000000D+00
+J 1 12 10 31  6  0  0.0-1.748744398355D-05-5.911715561524D-12 0.000000000000D+00
+     1.200000000000D+02-5.175625000000D+02 2.392599661380D-09 2.961200368601D+00
+    -1.575797796249D-05 7.455355930142D-02 1.506321132183D-05 6.493948305130D+03
+     2.808000000000D+05 2.197921276093D-07 2.570588834429D+00-7.078051567078D-08
+     7.101843296394D-01-3.519062500000D+02-1.569512449408D+00-2.464031208219D-09
+    -9.596828317849D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.320000000000D+02
+     2.790540000000D+05 2.000000000000D+00
+J 1 12 10 31  6  0  0.0-1.748744398355D-05-6.025402399246D-12 0.000000000000D+00
+     1.200000000000D+02-5.175625000000D+02 2.392599661380D-09 2.961200368601D+00
+    -1.575797796249D-05 7.455355930142D-02 1.506321132183D-05 6.493948305130D+03
+     2.808000000000D+05 2.197921276093D-07 2.570588834429D+00-7.078051567078D-08
+     7.101843296394D-01-3.519062500000D+02-1.569512449408D+00-2.464031208219D-09
+    -9.596828317849D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.880000000000D+02
+     2.799540000000D+05 2.000000000000D+00
+J 1 12 10 31  7  0  0.0-1.750933006406D-05-6.139089236967D-12 0.000000000000D+00
+     1.210000000000D+02-5.176875000000D+02 2.230450050055D-09-3.059527841341D+00
+    -1.575239002705D-05 7.454973447602D-02 1.583993434906D-05 6.493956348419D+03
+     2.844000000000D+05 1.844018697739D-07 2.570579757022D+00-3.352761268616D-08
+     7.101808522831D-01-4.012500000000D+02-1.569512253377D+00-2.456888053535D-09
+    -9.461108378854D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.210000000000D+02
+     2.808540000000D+05 2.000000000000D+00
+J 1 12 10 31  7  0  0.0-1.750933006406D-05-6.025402399246D-12 0.000000000000D+00
+     1.210000000000D+02-5.176875000000D+02 2.230450050055D-09-3.059527841341D+00
+    -1.575239002705D-05 7.454973447602D-02 1.583993434906D-05 6.493956348419D+03
+     2.844000000000D+05 1.844018697739D-07 2.570579757022D+00-3.352761268616D-08
+     7.101808522831D-01-4.012500000000D+02-1.569512253377D+00-2.456888053535D-09
+    -9.461108378854D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.770000000000D+02
+     2.817540000000D+05 2.000000000000D+00
+J 1 12 10 31  7  0  0.0-1.750886440277D-05-5.911715561524D-12 0.000000000000D+00
+     1.210000000000D+02-5.176875000000D+02 2.230450050055D-09-3.059527841341D+00
+    -1.575239002705D-05 7.454973447602D-02 1.583993434906D-05 6.493956348419D+03
+     2.844000000000D+05 1.844018697739D-07 2.570579757022D+00-3.352761268616D-08
+     7.101808522831D-01-4.012500000000D+02-1.569512253377D+00-2.456888053535D-09
+    -9.461108378854D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.330000000000D+02
+     2.826540000000D+05 2.000000000000D+00
+J 1 12 10 31  7  0  0.0-1.750886440277D-05-5.911715561524D-12 0.000000000000D+00
+     1.210000000000D+02-5.176875000000D+02 2.230450050055D-09-3.059527841341D+00
+    -1.575239002705D-05 7.454973447602D-02 1.583993434906D-05 6.493956348419D+03
+     2.844000000000D+05 1.844018697739D-07 2.570579757022D+00-3.352761268616D-08
+     7.101808522831D-01-4.012500000000D+02-1.569512253377D+00-2.456888053535D-09
+    -9.461108378854D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.890000000000D+02
+     2.835540000000D+05 2.000000000000D+00
+J 1 12 10 31  8  0  0.0-1.753028482199D-05-5.911715561524D-12 0.000000000000D+00
+     1.220000000000D+02-5.118437500000D+02 2.186519648748D-09-2.797075536623D+00
+    -1.553632318974D-05 7.455060840584D-02 1.551210880280D-05 6.493954282761D+03
+     2.880000000000D+05-5.587935447693D-08 2.570569504892D+00 8.754432201385D-08
+     7.101775972904D-01-3.933437500000D+02-1.569507428673D+00-2.403314393405D-09
+    -8.636074012861D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.220000000000D+02
+     2.844540000000D+05 2.000000000000D+00
+J 1 12 10 31  8  0  0.0-1.753075048327D-05-6.025402399246D-12 0.000000000000D+00
+     1.220000000000D+02-5.118437500000D+02 2.186519648748D-09-2.797075536623D+00
+    -1.553632318974D-05 7.455060840584D-02 1.551210880280D-05 6.493954282761D+03
+     2.880000000000D+05-5.587935447693D-08 2.570569504892D+00 8.754432201385D-08
+     7.101775972904D-01-3.933437500000D+02-1.569507428673D+00-2.403314393405D-09
+    -8.636074012861D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.780000000000D+02
+     2.853540000000D+05 2.000000000000D+00
+J 1 12 10 31  8  0  0.0-1.753121614456D-05-6.139089236967D-12 0.000000000000D+00
+     1.220000000000D+02-5.118437500000D+02 2.186519648748D-09-2.797075536623D+00
+    -1.553632318974D-05 7.455060840584D-02 1.551210880280D-05 6.493954282761D+03
+     2.880000000000D+05-5.587935447693D-08 2.570569504892D+00 8.754432201385D-08
+     7.101775972904D-01-3.933437500000D+02-1.569507428673D+00-2.403314393405D-09
+    -8.636074012861D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.340000000000D+02
+     2.862540000000D+05 2.000000000000D+00
+J 1 12 10 31  8  0  0.0-1.753121614456D-05-6.252776074689D-12-2.775557561563D-17
+     1.220000000000D+02-5.118437500000D+02 2.186519648748D-09-2.797075536623D+00
+    -1.553632318974D-05 7.455060840584D-02 1.551210880280D-05 6.493954282761D+03
+     2.880000000000D+05-5.587935447693D-08 2.570569504892D+00 8.754432201385D-08
+     7.101775972904D-01-3.933437500000D+02-1.569507428673D+00-2.403314393405D-09
+    -8.636074012861D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.900000000000D+02
+     2.871540000000D+05 2.000000000000D+00
+J 1 12 10 31  9  0  0.0-1.755449920893D-05-6.593836587854D-12-2.775557561563D-17
+     1.230000000000D+02-4.545937500000D+02 2.278309186437D-09-2.534655430733D+00
+    -1.417100429535D-05 7.455604686402D-02 1.448951661587D-05 6.493941009521D+03
+     2.916000000000D+05-2.700835466385D-07 2.570559704804D+00-1.173466444016D-07
+     7.101746451217D-01-3.477812500000D+02-1.569469623944D+00-2.315810748527D-09
+    -8.211056309168D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.230000000000D+02
+     2.880540000000D+05 2.000000000000D+00
+J 1 12 10 31  9  0  0.0-1.755403354764D-05-6.480149750132D-12-2.775557561563D-17
+     1.230000000000D+02-4.545937500000D+02 2.278309186437D-09-2.534655430733D+00
+    -1.417100429535D-05 7.455604686402D-02 1.448951661587D-05 6.493941009521D+03
+     2.916000000000D+05-2.700835466385D-07 2.570559704804D+00-1.173466444016D-07
+     7.101746451217D-01-3.477812500000D+02-1.569469623944D+00-2.315810748527D-09
+    -8.211056309168D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.790000000000D+02
+     2.889540000000D+05 2.000000000000D+00
+J 1 12 10 31  9  0  0.0-1.755356788635D-05-6.139089236967D-12 0.000000000000D+00
+     1.230000000000D+02-4.545937500000D+02 2.278309186437D-09-2.534655430733D+00
+    -1.417100429535D-05 7.455604686402D-02 1.448951661587D-05 6.493941009521D+03
+     2.916000000000D+05-2.700835466385D-07 2.570559704804D+00-1.173466444016D-07
+     7.101746451217D-01-3.477812500000D+02-1.569469623944D+00-2.315810748527D-09
+    -8.211056309168D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.350000000000D+02
+     2.898540000000D+05 2.000000000000D+00
+J 1 12 10 31  9  0  0.0-1.755310222507D-05-5.911715561524D-12 2.775557561563D-17
+     1.230000000000D+02-4.545937500000D+02 2.278309186437D-09-2.534655430733D+00
+    -1.417100429535D-05 7.455604686402D-02 1.448951661587D-05 6.493941009521D+03
+     2.916000000000D+05-2.700835466385D-07 2.570559704804D+00-1.173466444016D-07
+     7.101746451217D-01-3.477812500000D+02-1.569469623944D+00-2.315810748527D-09
+    -8.211056309168D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.910000000000D+02
+     2.907540000000D+05 2.000000000000D+00
+J 1 12 10 31 10  0  0.0-1.757359132171D-05-5.684341886081D-12 2.775557561563D-17
+     1.240000000000D+02-3.557812500000D+02 2.320096641338D-09-2.272270389525D+00
+    -1.187063753605D-05 7.456283073407D-02 1.406483352184D-05 6.493921516418D+03
+     2.952000000000D+05-4.172325134277D-07 2.570548713900D+00-7.525086402893D-07
+     7.101727023665D-01-3.235625000000D+02-1.569392835374D+00-2.071872016071D-09
+    -7.396736675201D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.240000000000D+02
+     2.916540000000D+05 2.000000000000D+00
+J 1 12 10 31 10  0  0.0-1.757405698299D-05-5.684341886081D-12 2.775557561563D-17
+     1.240000000000D+02-3.557812500000D+02 2.320096641338D-09-2.272270389525D+00
+    -1.187063753605D-05 7.456283073407D-02 1.406483352184D-05 6.493921516418D+03
+     2.952000000000D+05-4.172325134277D-07 2.570548713900D+00-7.525086402893D-07
+     7.101727023665D-01-3.235625000000D+02-1.569392835374D+00-2.071872016071D-09
+    -7.396736675201D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.800000000000D+02
+     2.925540000000D+05 2.000000000000D+00
+J 1 12 10 31 10  0  0.0-1.757452264428D-05-5.911715561524D-12 0.000000000000D+00
+     1.240000000000D+02-3.557812500000D+02 2.320096641338D-09-2.272270389525D+00
+    -1.187063753605D-05 7.456283073407D-02 1.406483352184D-05 6.493921516418D+03
+     2.952000000000D+05-4.172325134277D-07 2.570548713900D+00-7.525086402893D-07
+     7.101727023665D-01-3.235625000000D+02-1.569392835374D+00-2.071872016071D-09
+    -7.396736675201D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.360000000000D+02
+     2.934540000000D+05 2.000000000000D+00
+J 1 12 10 31 10  0  0.0-1.757498830557D-05-6.025402399246D-12 0.000000000000D+00
+     1.240000000000D+02-3.557812500000D+02 2.320096641338D-09-2.272270389525D+00
+    -1.187063753605D-05 7.456283073407D-02 1.406483352184D-05 6.493921516418D+03
+     2.952000000000D+05-4.172325134277D-07 2.570548713900D+00-7.525086402893D-07
+     7.101727023665D-01-3.235625000000D+02-1.569392835374D+00-2.071872016071D-09
+    -7.396736675201D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.920000000000D+02
+     2.943540000000D+05 2.000000000000D+00
+J 1 12 10 31 11  0  0.0-1.759780570865D-05-6.480149750132D-12-2.775557561563D-17
+     1.250000000000D+02-2.760937500000D+02 2.196877223040D-09-2.009886227532D+00
+    -1.000612974167D-05 7.456738688052D-02 1.469999551773D-05 6.493904663086D+03
+     2.988000000000D+05 2.551823854446D-07 2.570538281832D+00-1.596286892891D-06
+     7.101720352758D-01-3.415312500000D+02-1.569312203718D+00-1.681855770329D-09
+    -7.186013612025D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.250000000000D+02
+     2.952540000000D+05 2.000000000000D+00
+J 1 12 10 31 11  0  0.0-1.759827136993D-05-6.480149750132D-12-2.775557561563D-17
+     1.250000000000D+02-2.760937500000D+02 2.196877223040D-09-2.009886227532D+00
+    -1.000612974167D-05 7.456738688052D-02 1.469999551773D-05 6.493904663086D+03
+     2.988000000000D+05 2.551823854446D-07 2.570538281832D+00-1.596286892891D-06
+     7.101720352758D-01-3.415312500000D+02-1.569312203718D+00-1.681855770329D-09
+    -7.186013612025D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.810000000000D+02
+     2.961540000000D+05 2.000000000000D+00
+J 1 12 10 31 11  0  0.0-1.759827136993D-05-6.593836587854D-12-2.775557561563D-17
+     1.250000000000D+02-2.760937500000D+02 2.196877223040D-09-2.009886227532D+00
+    -1.000612974167D-05 7.456738688052D-02 1.469999551773D-05 6.493904663086D+03
+     2.988000000000D+05 2.551823854446D-07 2.570538281832D+00-1.596286892891D-06
+     7.101720352758D-01-3.415312500000D+02-1.569312203718D+00-1.681855770329D-09
+    -7.186013612025D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.370000000000D+02
+     2.970540000000D+05 2.000000000000D+00
+J 1 12 10 31 11  0  0.0-1.759827136993D-05-6.480149750132D-12-2.775557561563D-17
+     1.250000000000D+02-2.760937500000D+02 2.196877223040D-09-2.009886227532D+00
+    -1.000612974167D-05 7.456738688052D-02 1.469999551773D-05 6.493904663086D+03
+     2.988000000000D+05 2.551823854446D-07 2.570538281832D+00-1.596286892891D-06
+     7.101720352758D-01-3.415312500000D+02-1.569312203718D+00-1.681855770329D-09
+    -7.186013612025D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.930000000000D+02
+     2.979540000000D+05 2.000000000000D+00
+J 1 12 10 31 12  0  0.0-1.762155443430D-05-6.707523425575D-12-2.775557561563D-17
+     1.260000000000D+02-2.557187500000D+02 2.101873265744D-09-1.747451311058D+00
+    -9.460374712944D-06 7.456847862341D-02 1.524575054646D-05 6.493899196625D+03
+     3.024000000000D+05 1.545995473862D-06 2.570531514373D+00-1.203268766403D-06
+     7.101700515589D-01-3.563437500000D+02-1.569283467618D+00-1.513277319789D-09
+    -8.732506601094D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.260000000000D+02
+     2.988540000000D+05 2.000000000000D+00
+J 1 12 10 31 12  0  0.0-1.762155443430D-05-6.593836587854D-12-2.775557561563D-17
+     1.260000000000D+02-2.557187500000D+02 2.101873265744D-09-1.747451311058D+00
+    -9.460374712944D-06 7.456847862341D-02 1.524575054646D-05 6.493899196625D+03
+     3.024000000000D+05 1.545995473862D-06 2.570531514373D+00-1.203268766403D-06
+     7.101700515589D-01-3.563437500000D+02-1.569283467618D+00-1.513277319789D-09
+    -8.732506601094D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.820000000000D+02
+     2.997540000000D+05 2.000000000000D+00
+J 1 12 10 31 12  0  0.0-1.762202009559D-05-6.707523425575D-12-2.775557561563D-17
+     1.260000000000D+02-2.557187500000D+02 2.101873265744D-09-1.747451311058D+00
+    -9.460374712944D-06 7.456847862341D-02 1.524575054646D-05 6.493899196625D+03
+     3.024000000000D+05 1.545995473862D-06 2.570531514373D+00-1.203268766403D-06
+     7.101700515589D-01-3.563437500000D+02-1.569283467618D+00-1.513277319789D-09
+    -8.732506601094D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.380000000000D+02
+     3.006540000000D+05 2.000000000000D+00
+J 1 12 10 31 12  0  0.0-1.762202009559D-05-6.707523425575D-12-2.775557561563D-17
+     1.260000000000D+02-2.557187500000D+02 2.101873265744D-09-1.747451311058D+00
+    -9.460374712944D-06 7.456847862341D-02 1.524575054646D-05 6.493899196625D+03
+     3.024000000000D+05 1.545995473862D-06 2.570531514373D+00-1.203268766403D-06
+     7.101700515589D-01-3.563437500000D+02-1.569283467618D+00-1.513277319789D-09
+    -8.732506601094D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.940000000000D+02
+     3.015540000000D+05 2.000000000000D+00
+J 1 12 10 31 13  0  0.0-1.764576882124D-05-6.707523425575D-12-2.775557561563D-17
+     1.270000000000D+02-2.642812500000D+02 2.220092475763D-09-1.484941575103D+00
+    -9.460374712944D-06 7.456805009861D-02 1.451931893826D-05 6.493907777786D+03
+     3.060000000000D+05 1.654028892517D-06 2.570526337106D+00 2.905726432800D-07
+     7.101641457586D-01-3.190625000000D+02-1.569331762933D+00-1.833290649629D-09
+    -1.085045196488D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.270000000000D+02
+     3.024540000000D+05 2.000000000000D+00
+J 1 12 10 31 13  0  0.0-1.764530315995D-05-6.593836587854D-12 0.000000000000D+00
+     1.270000000000D+02-2.642812500000D+02 2.220092475763D-09-1.484941575103D+00
+    -9.460374712944D-06 7.456805009861D-02 1.451931893826D-05 6.493907777786D+03
+     3.060000000000D+05 1.654028892517D-06 2.570526337106D+00 2.905726432800D-07
+     7.101641457586D-01-3.190625000000D+02-1.569331762933D+00-1.833290649629D-09
+    -1.085045196488D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.830000000000D+02
+     3.033540000000D+05 2.000000000000D+00
+J 1 12 10 31 13  0  0.0-1.764437183738D-05-6.366462912410D-12 0.000000000000D+00
+     1.270000000000D+02-2.642812500000D+02 2.220092475763D-09-1.484941575103D+00
+    -9.460374712944D-06 7.456805009861D-02 1.451931893826D-05 6.493907777786D+03
+     3.060000000000D+05 1.654028892517D-06 2.570526337106D+00 2.905726432800D-07
+     7.101641457586D-01-3.190625000000D+02-1.569331762933D+00-1.833290649629D-09
+    -1.085045196488D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.390000000000D+02
+     3.042540000000D+05 2.000000000000D+00
+J 1 12 10 31 13  0  0.0-1.764390617609D-05-6.139089236967D-12 2.775557561563D-17
+     1.270000000000D+02-2.642812500000D+02 2.220092475763D-09-1.484941575103D+00
+    -9.460374712944D-06 7.456805009861D-02 1.451931893826D-05 6.493907777786D+03
+     3.060000000000D+05 1.654028892517D-06 2.570526337106D+00 2.905726432800D-07
+     7.101641457586D-01-3.190625000000D+02-1.569331762933D+00-1.833290649629D-09
+    -1.085045196488D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.950000000000D+02
+     3.051540000000D+05 2.000000000000D+00
+J 1 12 10 31 14  0  0.0-1.766532659531D-05-5.798028723802D-12 5.551115123126D-17
+     1.280000000000D+02-2.459375000000D+02 2.505461505386D-09-1.222387565394D+00
+    -8.746981620789D-06 7.456881797407D-02 1.298077404499D-05 6.493924892426D+03
+     3.096000000000D+05 4.470348358154D-07 2.570517915086D+00 9.350478649139D-07
+     7.101553755647D-01-2.475000000000D+02-1.569424583622D+00-2.496175404296D-09
+    -1.152905165985D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.280000000000D+02
+     3.060540000000D+05 2.000000000000D+00
+J 1 12 10 31 14  0  0.0-1.766579225659D-05-5.911715561524D-12 2.775557561563D-17
+     1.280000000000D+02-2.459375000000D+02 2.505461505386D-09-1.222387565394D+00
+    -8.746981620789D-06 7.456881797407D-02 1.298077404499D-05 6.493924892426D+03
+     3.096000000000D+05 4.470348358154D-07 2.570517915086D+00 9.350478649139D-07
+     7.101553755647D-01-2.475000000000D+02-1.569424583622D+00-2.496175404296D-09
+    -1.152905165985D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.840000000000D+02
+     3.069540000000D+05 2.000000000000D+00
+J 1 12 10 31 14  0  0.0-1.766625791788D-05-6.025402399246D-12 2.775557561563D-17
+     1.280000000000D+02-2.459375000000D+02 2.505461505386D-09-1.222387565394D+00
+    -8.746981620789D-06 7.456881797407D-02 1.298077404499D-05 6.493924892426D+03
+     3.096000000000D+05 4.470348358154D-07 2.570517915086D+00 9.350478649139D-07
+     7.101553755647D-01-2.475000000000D+02-1.569424583622D+00-2.496175404296D-09
+    -1.152905165985D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.400000000000D+02
+     3.078540000000D+05 2.000000000000D+00
+J 1 12 10 31 14  0  0.0-1.766625791788D-05-6.025402399246D-12 2.775557561563D-17
+     1.280000000000D+02-2.459375000000D+02 2.505461505386D-09-1.222387565394D+00
+    -8.746981620789D-06 7.456881797407D-02 1.298077404499D-05 6.493924892426D+03
+     3.096000000000D+05 4.470348358154D-07 2.570517915086D+00 9.350478649139D-07
+     7.101553755647D-01-2.475000000000D+02-1.569424583622D+00-2.496175404296D-09
+    -1.152905165985D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.960000000000D+02
+     3.087540000000D+05 2.000000000000D+00
+J 1 12 10 31 15  0  0.0-1.768767833710D-05-5.911715561524D-12 2.775557561563D-17
+     1.290000000000D+02-2.006250000000D+02 2.759757812133D-09-9.598505752749D-01
+    -7.471069693565D-06 7.457106141374D-02 1.202523708344D-05 6.493940347672D+03
+     3.132000000000D+05-2.756714820862D-07 2.570505209643D+00 3.557652235031D-07
+     7.101474904363D-01-2.011875000000D+02-1.569499798092D+00-3.082628403846D-09
+    -1.039329006511D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.290000000000D+02
+     3.096540000000D+05 2.000000000000D+00
+J 1 12 10 31 15  0  0.0-1.768767833710D-05-6.025402399246D-12 2.775557561563D-17
+     1.290000000000D+02-2.006250000000D+02 2.759757812133D-09-9.598505752749D-01
+    -7.471069693565D-06 7.457106141374D-02 1.202523708344D-05 6.493940347672D+03
+     3.132000000000D+05-2.756714820862D-07 2.570505209643D+00 3.557652235031D-07
+     7.101474904363D-01-2.011875000000D+02-1.569499798092D+00-3.082628403846D-09
+    -1.039329006511D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.850000000000D+02
+     3.105540000000D+05 2.000000000000D+00
+J 1 12 10 31 15  0  0.0-1.768814399838D-05-6.139089236967D-12 0.000000000000D+00
+     1.290000000000D+02-2.006250000000D+02 2.759757812133D-09-9.598505752749D-01
+    -7.471069693565D-06 7.457106141374D-02 1.202523708344D-05 6.493940347672D+03
+     3.132000000000D+05-2.756714820862D-07 2.570505209643D+00 3.557652235031D-07
+     7.101474904363D-01-2.011875000000D+02-1.569499798092D+00-3.082628403846D-09
+    -1.039329006511D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.410000000000D+02
+     3.114540000000D+05 2.000000000000D+00
+J 1 12 10 31 15  0  0.0-1.768860965967D-05-6.252776074689D-12 0.000000000000D+00
+     1.290000000000D+02-2.006250000000D+02 2.759757812133D-09-9.598505752749D-01
+    -7.471069693565D-06 7.457106141374D-02 1.202523708344D-05 6.493940347672D+03
+     3.132000000000D+05-2.756714820862D-07 2.570505209643D+00 3.557652235031D-07
+     7.101474904363D-01-2.011875000000D+02-1.569499798092D+00-3.082628403846D-09
+    -1.039329006511D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.970000000000D+02
+     3.123540000000D+05 2.000000000000D+00
+J 1 12 10 31 16  0  0.0-1.771189272404D-05-6.480149750132D-12-2.775557561563D-17
+     1.300000000000D+02-1.802812500000D+02 2.859761977708D-09-6.973690121957D-01
+    -6.912276148796D-06 7.457222242374D-02 1.193396747112D-05 6.493945436478D+03
+     3.168000000000D+05-1.527369022369D-07 2.570491938050D+00 2.421438694000D-08
+     7.101426189191D-01-1.949375000000D+02-1.569520507160D+00-3.294422940225D-09
+    -9.225384274285D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.300000000000D+02
+     3.132540000000D+05 2.000000000000D+00
+J 1 12 10 31 16  0  0.0-1.771235838532D-05-6.593836587854D-12-2.775557561563D-17
+     1.300000000000D+02-1.802812500000D+02 2.859761977708D-09-6.973690121957D-01
+    -6.912276148796D-06 7.457222242374D-02 1.193396747112D-05 6.493945436478D+03
+     3.168000000000D+05-1.527369022369D-07 2.570491938050D+00 2.421438694000D-08
+     7.101426189191D-01-1.949375000000D+02-1.569520507160D+00-3.294422940225D-09
+    -9.225384274285D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.860000000000D+02
+     3.141540000000D+05 2.000000000000D+00
+J 1 12 10 31 16  0  0.0-1.771189272404D-05-6.593836587854D-12-2.775557561563D-17
+     1.300000000000D+02-1.802812500000D+02 2.859761977708D-09-6.973690121957D-01
+    -6.912276148796D-06 7.457222242374D-02 1.193396747112D-05 6.493945436478D+03
+     3.168000000000D+05-1.527369022369D-07 2.570491938050D+00 2.421438694000D-08
+     7.101426189191D-01-1.949375000000D+02-1.569520507160D+00-3.294422940225D-09
+    -9.225384274285D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.420000000000D+02
+     3.150540000000D+05 2.000000000000D+00
+J 1 12 10 31 16  0  0.0-1.771142706275D-05-6.366462912410D-12 0.000000000000D+00
+     1.300000000000D+02-1.802812500000D+02 2.859761977708D-09-6.973690121957D-01
+    -6.912276148796D-06 7.457222242374D-02 1.193396747112D-05 6.493945436478D+03
+     3.168000000000D+05-1.527369022369D-07 2.570491938050D+00 2.421438694000D-08
+     7.101426189191D-01-1.949375000000D+02-1.569520507160D+00-3.294422940225D-09
+    -9.225384274285D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.980000000000D+02
+     3.159540000000D+05 2.000000000000D+00
+J 1 12 10 31 17  0  0.0-1.773331314325D-05-6.139089236967D-12 0.000000000000D+00
+     1.310000000000D+02-2.052187500000D+02 2.924407527598D-09-4.349295723796D-01
+    -7.502734661102D-06 7.456973230001D-02 1.165270805359D-05 6.493937534332D+03
+     3.204000000000D+05-1.639127731323D-07 2.570480345887D+00 8.940696716309D-08
+     7.101393332051D-01-1.838437500000D+02-1.569500153581D+00-3.270850529768D-09
+    -9.289672666440D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.310000000000D+02
+     3.168540000000D+05 2.000000000000D+00
+J 1 12 10 31 17  0  0.0-1.773377880454D-05-6.139089236967D-12 0.000000000000D+00
+     1.310000000000D+02-2.052187500000D+02 2.924407527598D-09-4.349295723796D-01
+    -7.502734661102D-06 7.456973230001D-02 1.165270805359D-05 6.493937534332D+03
+     3.204000000000D+05-1.639127731323D-07 2.570480345887D+00 8.940696716309D-08
+     7.101393332051D-01-1.838437500000D+02-1.569500153581D+00-3.270850529768D-09
+    -9.289672666440D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.870000000000D+02
+     3.177540000000D+05 2.000000000000D+00
+J 1 12 10 31 17  0  0.0-1.773377880454D-05-6.252776074689D-12 0.000000000000D+00
+     1.310000000000D+02-2.052187500000D+02 2.924407527598D-09-4.349295723796D-01
+    -7.502734661102D-06 7.456973230001D-02 1.165270805359D-05 6.493937534332D+03
+     3.204000000000D+05-1.639127731323D-07 2.570480345887D+00 8.940696716309D-08
+     7.101393332051D-01-1.838437500000D+02-1.569500153581D+00-3.270850529768D-09
+    -9.289672666440D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.430000000000D+02
+     3.186540000000D+05 2.000000000000D+00
+J 1 12 10 31 17  0  0.0-1.773377880454D-05-6.252776074689D-12 0.000000000000D+00
+     1.310000000000D+02-2.052187500000D+02 2.924407527598D-09-4.349295723796D-01
+    -7.502734661102D-06 7.456973230001D-02 1.165270805359D-05 6.493937534332D+03
+     3.204000000000D+05-1.639127731323D-07 2.570480345887D+00 8.940696716309D-08
+     7.101393332051D-01-1.838437500000D+02-1.569500153581D+00-3.270850529768D-09
+    -9.289672666440D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 8.990000000000D+02
+     3.195540000000D+05 2.000000000000D+00
+J 1 12 10 31 18  0  0.0-1.775519922376D-05-5.911715561524D-12 2.775557561563D-17
+     1.320000000000D+02-2.328437500000D+02 3.052269996440D-09-1.724882805092D-01
+    -8.180737495422D-06 7.456440862734D-02 1.059100031853D-05 6.493922378540D+03
+     3.240000000000D+05-2.551823854446D-07 2.570469303781D+00 3.911554813385D-08
+     7.101360255473D-01-1.414375000000D+02-1.569480440760D+00-3.243706541969D-09
+    -9.807551381024D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.320000000000D+02
+     3.204540000000D+05 2.000000000000D+00
+J 1 12 10 31 18  0  0.0-1.775519922376D-05-5.911715561524D-12 2.775557561563D-17
+     1.320000000000D+02-2.328437500000D+02 3.052269996440D-09-1.724882805092D-01
+    -8.180737495422D-06 7.456440862734D-02 1.059100031853D-05 6.493922378540D+03
+     3.240000000000D+05-2.551823854446D-07 2.570469303781D+00 3.911554813385D-08
+     7.101360255473D-01-1.414375000000D+02-1.569480440760D+00-3.243706541969D-09
+    -9.807551381024D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.880000000000D+02
+     3.213540000000D+05 2.000000000000D+00
+J 1 12 10 31 18  0  0.0-1.775473356247D-05-5.798028723802D-12 2.775557561563D-17
+     1.320000000000D+02-2.328437500000D+02 3.052269996440D-09-1.724882805092D-01
+    -8.180737495422D-06 7.456440862734D-02 1.059100031853D-05 6.493922378540D+03
+     3.240000000000D+05-2.551823854446D-07 2.570469303781D+00 3.911554813385D-08
+     7.101360255473D-01-1.414375000000D+02-1.569480440760D+00-3.243706541969D-09
+    -9.807551381024D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.440000000000D+02
+     3.222540000000D+05 2.000000000000D+00
+J 1 12 10 31 18  0  0.0-1.775566488504D-05-6.139089236967D-12 0.000000000000D+00
+     1.320000000000D+02-2.328437500000D+02 3.052269996440D-09-1.724882805092D-01
+    -8.180737495422D-06 7.456440862734D-02 1.059100031853D-05 6.493922378540D+03
+     3.240000000000D+05-2.551823854446D-07 2.570469303781D+00 3.911554813385D-08
+     7.101360255473D-01-1.414375000000D+02-1.569480440760D+00-3.243706541969D-09
+    -9.807551381024D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.000000000000D+02
+     3.231540000000D+05 2.000000000000D+00
+J 1 12 10 31 19  0  0.0-1.777941361070D-05-6.593836587854D-12-2.775557561563D-17
+     1.330000000000D+02-2.320625000000D+02 3.160845947635D-09 8.997587823363D-02
+    -8.165836334229D-06 7.456045213621D-02 9.737908840179D-06 6.493911470413D+03
+     3.276000000000D+05-2.607703208923D-07 2.570458027609D+00-2.235174179077D-08
+     7.101324501755D-01-1.057812500000D+02-1.569481238050D+00-3.241920753298D-09
+    -1.013256491914D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.330000000000D+02
+     3.240540000000D+05 2.000000000000D+00
+J 1 12 10 31 19  0  0.0-1.777941361070D-05-6.593836587854D-12-2.775557561563D-17
+     1.330000000000D+02-2.320625000000D+02 3.160845947635D-09 8.997587823363D-02
+    -8.165836334229D-06 7.456045213621D-02 9.737908840179D-06 6.493911470413D+03
+     3.276000000000D+05-2.607703208923D-07 2.570458027609D+00-2.235174179077D-08
+     7.101324501755D-01-1.057812500000D+02-1.569481238050D+00-3.241920753298D-09
+    -1.013256491914D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.890000000000D+02
+     3.249540000000D+05 2.000000000000D+00
+J 1 12 10 31 19  0  0.0-1.777848228812D-05-6.366462912410D-12 0.000000000000D+00
+     1.330000000000D+02-2.320625000000D+02 3.160845947635D-09 8.997587823363D-02
+    -8.165836334229D-06 7.456045213621D-02 9.737908840179D-06 6.493911470413D+03
+     3.276000000000D+05-2.607703208923D-07 2.570458027609D+00-2.235174179077D-08
+     7.101324501755D-01-1.057812500000D+02-1.569481238050D+00-3.241920753298D-09
+    -1.013256491914D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.450000000000D+02
+     3.258540000000D+05 2.000000000000D+00
+J 1 12 10 31 19  0  0.0-1.777801662683D-05-6.139089236967D-12 2.775557561563D-17
+     1.330000000000D+02-2.320625000000D+02 3.160845947635D-09 8.997587823363D-02
+    -8.165836334229D-06 7.456045213621D-02 9.737908840179D-06 6.493911470413D+03
+     3.276000000000D+05-2.607703208923D-07 2.570458027609D+00-2.235174179077D-08
+     7.101324501755D-01-1.057812500000D+02-1.569481238050D+00-3.241920753298D-09
+    -1.013256491914D-09 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.010000000000D+02
+     3.267540000000D+05 2.000000000000D+00
+J 1 12 10 31 20  0  0.0-1.779990270734D-05-5.911715561524D-12 2.775557561563D-17
+     1.340000000000D+02-2.386250000000D+02 3.104772183367D-09 3.524355633730D-01
+    -8.422881364822D-06 7.456120778807D-02 9.929761290550D-06 6.493913833618D+03
+     3.312000000000D+05-4.824250936508D-07 2.570445041285D+00-5.029141902924D-08
+     7.101290050035D-01-1.094687500000D+02-1.569474956280D+00-3.161917420838D-09
+    -9.261100047704D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.340000000000D+02
+     3.276540000000D+05 2.000000000000D+00
+J 1 12 10 31 20  0  0.0-1.779990270734D-05-5.911715561524D-12 2.775557561563D-17
+     1.340000000000D+02-2.386250000000D+02 3.104772183367D-09 3.524355633730D-01
+    -8.422881364822D-06 7.456120778807D-02 9.929761290550D-06 6.493913833618D+03
+     3.312000000000D+05-4.824250936508D-07 2.570445041285D+00-5.029141902924D-08
+     7.101290050035D-01-1.094687500000D+02-1.569474956280D+00-3.161917420838D-09
+    -9.261100047704D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.900000000000D+02
+     3.285540000000D+05 2.000000000000D+00
+J 1 12 10 31 20  0  0.0-1.780036836863D-05-6.139089236967D-12 0.000000000000D+00
+     1.340000000000D+02-2.386250000000D+02 3.104772183367D-09 3.524355633730D-01
+    -8.422881364822D-06 7.456120778807D-02 9.929761290550D-06 6.493913833618D+03
+     3.312000000000D+05-4.824250936508D-07 2.570445041285D+00-5.029141902924D-08
+     7.101290050035D-01-1.094687500000D+02-1.569474956280D+00-3.161917420838D-09
+    -9.261100047704D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.460000000000D+02
+     3.294540000000D+05 2.000000000000D+00
+J 1 12 10 31 20  0  0.0-1.780036836863D-05-6.139089236967D-12 0.000000000000D+00
+     1.340000000000D+02-2.386250000000D+02 3.104772183367D-09 3.524355633730D-01
+    -8.422881364822D-06 7.456120778807D-02 9.929761290550D-06 6.493913833618D+03
+     3.312000000000D+05-4.824250936508D-07 2.570445041285D+00-5.029141902924D-08
+     7.101290050035D-01-1.094687500000D+02-1.569474956280D+00-3.161917420838D-09
+    -9.261100047704D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.020000000000D+02
+     3.303540000000D+05 2.000000000000D+00
+J 1 12 10 31 21  0  0.0-1.782178878784D-05-5.911715561524D-12 0.000000000000D+00
+     1.350000000000D+02-2.892500000000D+02 2.720113303637D-09 6.148520851144D-01
+    -9.901821613312D-06 7.456589874346D-02 1.013651490211D-05 6.493929965973D+03
+     3.348000000000D+05-8.512288331985D-07 2.570429480225D+00-7.525086402893D-07
+     7.101272582793D-01-1.172187500000D+02-1.569424248614D+00-2.778330014311D-09
+    -7.107438910502D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.350000000000D+02
+     3.312540000000D+05 2.000000000000D+00
+J 1 12 10 31 21  0  0.0-1.782132312655D-05-5.798028723802D-12 2.775557561563D-17
+     1.350000000000D+02-2.892500000000D+02 2.720113303637D-09 6.148520851144D-01
+    -9.901821613312D-06 7.456589874346D-02 1.013651490211D-05 6.493929965973D+03
+     3.348000000000D+05-8.512288331985D-07 2.570429480225D+00-7.525086402893D-07
+     7.101272582793D-01-1.172187500000D+02-1.569424248614D+00-2.778330014311D-09
+    -7.107438910502D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.910000000000D+02
+     3.321540000000D+05 2.000000000000D+00
+J 1 12 10 31 21  0  0.0-1.782132312655D-05-5.798028723802D-12 2.775557561563D-17
+     1.350000000000D+02-2.892500000000D+02 2.720113303637D-09 6.148520851144D-01
+    -9.901821613312D-06 7.456589874346D-02 1.013651490211D-05 6.493929965973D+03
+     3.348000000000D+05-8.512288331985D-07 2.570429480225D+00-7.525086402893D-07
+     7.101272582793D-01-1.172187500000D+02-1.569424248614D+00-2.778330014311D-09
+    -7.107438910502D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.470000000000D+02
+     3.330540000000D+05 2.000000000000D+00
+J 1 12 10 31 21  0  0.0-1.782132312655D-05-5.911715561524D-12 2.775557561563D-17
+     1.350000000000D+02-2.892500000000D+02 2.720113303637D-09 6.148520851144D-01
+    -9.901821613312D-06 7.456589874346D-02 1.013651490211D-05 6.493929965973D+03
+     3.348000000000D+05-8.512288331985D-07 2.570429480225D+00-7.525086402893D-07
+     7.101272582793D-01-1.172187500000D+02-1.569424248614D+00-2.778330014311D-09
+    -7.107438910502D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.030000000000D+02
+     3.339540000000D+05 2.000000000000D+00
+J 1 12 10 31 22  0  0.0-1.784227788448D-05-5.684341886081D-12 2.775557561563D-17
+     1.360000000000D+02-3.513437500000D+02 2.172590497115D-09 8.772312848899D-01
+    -1.163221895695D-05 7.457047130447D-02 9.225681424141D-06 6.493950296402D+03
+     3.384000000000D+05-7.264316082001D-08 2.570415602984D+00-1.689419150352D-06
+     7.101274645507D-01-8.700000000000D+01-1.569340003550D+00-2.233307311928D-09
+    -6.260975080457D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.360000000000D+02
+     3.348540000000D+05 2.000000000000D+00
+J 1 12 10 31 22  0  0.0-1.784181222320D-05-5.684341886081D-12 2.775557561563D-17
+     1.360000000000D+02-3.513437500000D+02 2.172590497115D-09 8.772312848899D-01
+    -1.163221895695D-05 7.457047130447D-02 9.225681424141D-06 6.493950296402D+03
+     3.384000000000D+05-7.264316082001D-08 2.570415602984D+00-1.689419150352D-06
+     7.101274645507D-01-8.700000000000D+01-1.569340003550D+00-2.233307311928D-09
+    -6.260975080457D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.920000000000D+02
+     3.357540000000D+05 2.000000000000D+00
+J 1 12 10 31 22  0  0.0-1.784181222320D-05-5.684341886081D-12 2.775557561563D-17
+     1.360000000000D+02-3.513437500000D+02 2.172590497115D-09 8.772312848899D-01
+    -1.163221895695D-05 7.457047130447D-02 9.225681424141D-06 6.493950296402D+03
+     3.384000000000D+05-7.264316082001D-08 2.570415602984D+00-1.689419150352D-06
+     7.101274645507D-01-8.700000000000D+01-1.569340003550D+00-2.233307311928D-09
+    -6.260975080457D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.480000000000D+02
+     3.366540000000D+05 2.000000000000D+00
+J 1 12 10 31 22  0  0.0-1.784227788448D-05-5.684341886081D-12 2.775557561563D-17
+     1.360000000000D+02-3.513437500000D+02 2.172590497115D-09 8.772312848899D-01
+    -1.163221895695D-05 7.457047130447D-02 9.225681424141D-06 6.493950296402D+03
+     3.384000000000D+05-7.264316082001D-08 2.570415602984D+00-1.689419150352D-06
+     7.101274645507D-01-8.700000000000D+01-1.569340003550D+00-2.233307311928D-09
+    -6.260975080457D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.040000000000D+02
+     3.375540000000D+05 2.000000000000D+00
+J 1 12 10 31 23  0  0.0-1.786323264241D-05-5.684341886081D-12 0.000000000000D+00
+     1.370000000000D+02-3.773125000000D+02 1.761859102789D-09 1.139621481420D+00
+    -1.234188675880D-05 7.457239064388D-02 7.916241884232D-06 6.493963977814D+03
+     3.420000000000D+05 1.328065991402D-06 2.570405978446D+00-1.367181539536D-06
+     7.101276927659D-01-4.306250000000D+01-1.569272836593D+00-1.813646974248D-09
+    -7.303875664310D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 1.370000000000D+02
+     3.384540000000D+05 2.000000000000D+00
+J 1 12 10 31 23  0  0.0-1.786276698112D-05-5.684341886081D-12 0.000000000000D+00
+     1.370000000000D+02-3.773125000000D+02 1.761859102789D-09 1.139621481420D+00
+    -1.234188675880D-05 7.457239064388D-02 7.916241884232D-06 6.493963977814D+03
+     3.420000000000D+05 1.328065991402D-06 2.570405978446D+00-1.367181539536D-06
+     7.101276927659D-01-4.306250000000D+01-1.569272836593D+00-1.813646974248D-09
+    -7.303875664310D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 3.930000000000D+02
+     3.393540000000D+05 2.000000000000D+00
+J 1 12 10 31 23  0  0.0-1.786276698112D-05-5.684341886081D-12 0.000000000000D+00
+     1.370000000000D+02-3.773125000000D+02 1.761859102789D-09 1.139621481420D+00
+    -1.234188675880D-05 7.457239064388D-02 7.916241884232D-06 6.493963977814D+03
+     3.420000000000D+05 1.328065991402D-06 2.570405978446D+00-1.367181539536D-06
+     7.101276927659D-01-4.306250000000D+01-1.569272836593D+00-1.813646974248D-09
+    -7.303875664310D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 6.490000000000D+02
+     3.402540000000D+05 2.000000000000D+00
+J 1 12 10 31 23  0  0.0-1.786276698112D-05-5.684341886081D-12 0.000000000000D+00
+     1.370000000000D+02-3.773125000000D+02 1.761859102789D-09 1.139621481420D+00
+    -1.234188675880D-05 7.457239064388D-02 7.916241884232D-06 6.493963977814D+03
+     3.420000000000D+05 1.328065991402D-06 2.570405978446D+00-1.367181539536D-06
+     7.101276927659D-01-4.306250000000D+01-1.569272836593D+00-1.813646974248D-09
+    -7.303875664310D-10 2.000000000000D+00 1.712000000000D+03 1.000000000000D+00
+     0.000000000000D+00 1.000000000000D+00-4.190951585770D-09 9.050000000000D+02
+     3.411540000000D+05 2.000000000000D+00
diff --git a/test/data/tle/igs17127.erp b/test/data/tle/igs17127.erp
new file mode 100644
index 0000000..f4b4291
--- /dev/null
+++ b/test/data/tle/igs17127.erp
@@ -0,0 +1,11 @@
+version 2
+EOP  SOLUTION
+  MJD         X        Y     UT1-UTC    LOD   Xsig   Ysig   UTsig LODsig  Nr Nf Nt     Xrt    Yrt  Xrtsig Yrtsig   dpsi    deps
+               10**-6"        .1us    .1us/d    10**-6"     .1us  .1us/d                10**-6"/d    10**-6"/d        10**-6
+56228.50   145507   311622   3469742  10253      4      5       0      8   0  0  0    -996    163      13     14      0       0
+56229.50   144461   311497   3460025   9177      4      5       0      8   0  0  0    -812    -69      14     14      0       0
+56230.50   144028   311300   3451192   8620      4      5       0      8   0  0  0    -363    116      14     14      0       0
+56231.50   143704   311395   3443190   7572      4      5       0      9   0  0  0    -595    162      14     14      0       0
+56232.50   142911   311249   3435848   7208      4      5       0      8   0  0  0    -936     43      14     13      0       0
+56233.50   142007   311221   3428848   6896      4      5       0      8   0  0  0    -964     58      14     13      0       0
+56234.50   141038   310783   3421755   7498      4      5       0      8   0  0  0    -851   -602      14     14      0       0
diff --git a/test/data/tle/prn_name.txt b/test/data/tle/prn_name.txt
new file mode 100644
index 0000000..6106a59
--- /dev/null
+++ b/test/data/tle/prn_name.txt
@@ -0,0 +1,109 @@
+#
+# Satellite Name of Navigation Satellites
+#
+#ID  SATELLITE NAME  # COMMENT
+
+G01  GPS BIIF-2      # PRN 01
+G02  GPS BIIR-13     # PRN 02
+G03  GPS BIIA-25     # PRN 03
+G04  GPS BIIA-23     # PRN 04
+G05  GPS BIIRM-8     # PRN 05
+G06  GPS BIIA-24     # PRN 06
+G07  GPS BIIRM-6     # PRN 07
+G08  GPS BIIA-28     # PRN 08
+G09  GPS BIIA-21     # PRN 09
+G10  GPS BIIA-26     # PRN 10
+G11  GPS BIIR-3      # PRN 11
+G12  GPS BIIRM-3     # PRN 12
+G13  GPS BIIR-2      # PRN 13
+G14  GPS BIIR-6      # PRN 14
+G15  GPS BIIRM-4     # PRN 15
+G16  GPS BIIR-8      # PRN 16
+G17  GPS BIIRM-1     # PRN 17
+G18  GPS BIIR-7      # PRN 18
+G19  GPS BIIR-11     # PRN 19
+G20  GPS BIIR-4      # PRN 20
+G21  GPS BIIR-9      # PRN 21
+G22  GPS BIIR-10     # PRN 22
+G23  GPS BIIR-12     # PRN 23
+G24  GPS BIIF-3      # PRN 24
+G25  GPS BIIF-1      # PRN 25
+G26  GPS BIIA-14     # PRN 26
+G27  GPS BIIA-15     # PRN 27
+G28  GPS BIIR-5      # PRN 28
+G29  GPS BIIRM-5     # PRN 29
+G30  GPS BIIA-22     # PRN 30
+G31  GPS BIIRM-2     # PRN 31
+G32  GPS BIIA-10     # PRN 32
+
+R01  COSMOS 2456     # 730
+R02  COSMOS 2448     # 728
+R03  COSMOS 2476     # 744
+R04  COSMOS 2474     # 742
+R05  COSMOS 2458     # 734
+R06  COSMOS 2457     # 733
+R07  COSMOS 2477     # 745
+R08  COSMOS 2413     # 712
+R09  COSMOS 2464     # 736
+R10  COSMOS 2426     # 717
+R11  COSMOS 2436     # 723
+R12  COSMOS 2465     # 737
+R13  COSMOS 2434     # 721
+R14  COSMOS 2424     # 715
+R15  COSMOS 2425     # 716
+R16  COSMOS 2466     # 738
+R17  COSMOS 2478     # 746
+R18  COSMOS 2442     # 724
+R19  COSMOS 2433     # 720
+R20  COSMOS 2432     # 719
+R21  COSMOS 2443     # 725
+R22  COSMOS 2459     # 731
+R23  COSMOS 2460     # 732
+R24  COSMOS 2461     # 735
+#R21 COSMOS 2471     # 701K (test)
+#R14 COSMOS 2435     # 722 (spares)
+#R02 COSMOS 2475     # 743 (spares)
+#R17 COSMOS 2419     # 714 (spares)
+#R03 COSMOS 2447     # 727 (maintenance)
+#R22 COSMOS 2444     # 726 (maintenance)
+#R08 COSMOS 2449     # 729 (maintenance)
+
+E11  GALILEO-PFM     # GSAT0101
+E12  GALILEO-FM2     # GSAT0102
+E??  GALILEO-FM3     # GSAT0103
+E??  GALILEO-FM4     # GSAT0104
+
+J01  QZS-1           # PRN 193,183
+
+C01  BEIDOU G1
+C02  BEIDOU G2
+C03  BEIDOU G3
+C04  BEIDOU G4
+C05  BEIDOU G5
+C06  BEIDOU IGSO 1
+C07  BEIDOU IGSO 2
+C08  BEIDOU IGSO 3
+C09  BEIDOU IGSO 4
+C10  BEIDOU IGSO 5
+C11  BEIDOU M3
+C12  BEIDOU M4
+C13  BEIDOU M5
+C14  BEIDOU M6
+C??  BEIDOU G6
+C30  BEIDOU M1
+
+120  AOR-E          # EGNOS/PRN 120
+120  INTELSAT 3-F2  # EGNOS/PRN 120
+124  ARTEMIS        # EGNOS/PRN 124
+126  IOR-W          # EGNOS/PRN 126
+126  INMARSAT 4-F2  # EGNOS/PRN 126
+127  GSAT 8         # GAGAN/PRN 127
+129  MTSAT-1R       # MSAS /PRN 129
+133  AMR            # WAAS /PRN 133
+135  CRW            # WAAS /PRN 135
+135  GALAXY 15      # WAAS /PRN 135
+135  CRW            # WAAS /PRN 135
+137  MTSAT-2        # MSAS /PRN 137
+138  CRE            # WAAS /PRN 138
+138  ANIK F1-R      # WAAS /PRN 138
+140  LUCH 5A        # SDCM /PRN 140
diff --git a/test/data/tle/tle_nav.txt b/test/data/tle/tle_nav.txt
new file mode 100644
index 0000000..155be01
--- /dev/null
+++ b/test/data/tle/tle_nav.txt
@@ -0,0 +1,339 @@
+NAVSTAR 13 (USA 35)
+1 19802U 89013A   12304.51466476 -.00000053  00000-0  10000-3 0  4516
+2 19802 054.8641 263.3650 0041798 123.7305 236.6381 01.85321459166915
+NAVSTAR 14 (USA 38)
+1 20061U 89044A   12305.21438131 -.00000056  00000-0  10000-3 0  1424
+2 20061 054.8306 057.2212 0023318 108.3192 251.9232 01.88857040167815
+NAVSTAR 15 (USA 42)
+1 20185U 89064A   12304.82069631 -.00000048  00000-0  10000-3 0  8961
+2 20185 054.6302 260.4406 0015073 257.9063 101.8960 01.86085068163588
+NAVSTAR 16 (USA 47)
+1 20302U 89085A   12305.29148036 -.00000086  00000-0  10000-3 0   957
+2 20302 055.8474 000.3387 0006145 358.4776 001.5845 01.89423066164260
+NAVSTAR 17 (USA 49)
+1 20361U 89097A   12304.20628721  .00000031  00000-0  10000-3 0  5975
+2 20361 053.9389 187.6676 0018716 243.1232 116.7796 01.89174719155175
+NAVSTAR 18 (USA 50)
+1 20452U 90008A   12305.04590430 -.00000065  00000-0  10000-3 0  4526
+2 20452 056.0513 308.4649 0012863 220.9475 138.9694 01.89596314161888
+NAVSTAR 19 (USA 54)
+1 20533U 90025A   12305.40826198 -.00000040  00000-0  10000-3 0  3227
+2 20533 054.7766 067.0748 0043348 126.1412 234.2420 01.91037980160014
+NAVSTAR 20 (USA 63)
+1 20724U 90068A   12305.12871679 -.00000038  00000-0  10000-3 0  5600
+2 20724 054.0435 249.6969 0046487 256.0000 103.4664 01.87182058156764
+NAVSTAR 21 (USA 64)
+1 20830U 90088A   12304.79349194  .00000036  00000-0  10000-3 0  5139
+2 20830 053.9693 183.3259 0016952 184.3368 175.7489 01.87754512159418
+NAVSTAR 22 (USA 66)
+1 20959U 90103A   12305.07451262 -.00000021  00000-0  10000-3 0  7565
+2 20959 054.4624 233.1521 0118917 330.7963 028.5681 02.00577377160619
+NAVSTAR 23 (USA 71)
+1 21552U 91047A   12304.82702246  .00000046  00000-0  10000-3 0  7045
+2 21552 054.3183 172.8338 0024980 048.2401 312.0775 01.91859152155888
+NAVSTAR 24 (USA 79)
+1 21890U 92009A   12305.32606427 -.00000081  00000-0  10000-3 0  6734
+2 21890 055.9339 347.3356 0035299 316.7995 042.9875 01.91830141150767
+NAVSTAR 25 (USA 80)
+1 21930U 92019A   12305.04982848  .00000036  00000-0  10000-3 0  9421
+2 21930 054.3129 117.9500 0027723 249.8125 109.9128 01.87660381148032
+NAVSTAR 26 (USA 83)
+1 22014U 92039A   12304.37656673 -.00000058  00000-0  10000-3 0  5506
+2 22014 056.2378 293.3014 0206084 069.0737 293.1178 02.00565591142333
+NAVSTAR 27 (USA 84)
+1 22108U 92058A   12304.98282566 -.00000076  00000-0  10000-3 0  4749
+2 22108 056.2591 346.1920 0220793 301.3272 056.5956 02.00564773147528
+NAVSTAR 28 (USA 85)
+1 22231U 92079A   12304.09743826 -.00000059  00000-0  10000-3 0  4091
+2 22231 056.1323 293.9895 0092734 255.0763 103.8889 02.00551046146089
+NAVSTAR 29 (USA 87)
+1 22275U 92089A   12304.94277823 -.00000062  00000-0  10000-3 0  2264
+2 22275 056.0585 300.0620 0039941 358.0168 001.9672 01.88249274143274
+NAVSTAR 30 (USA 88)
+1 22446U 93007A   12305.38934838 -.00000052  00000-0  10000-3 0  3721
+2 22446 054.7657 059.1252 0022902 300.1665 059.5945 01.88092836140449
+NAVSTAR 31 (USA 90)
+1 22581U 93017A   12304.95204984  .00000032  00000-0  10000-3 0  1226
+2 22581 053.7543 116.1131 0001502 344.9697 015.0468 01.88946970140631
+NAVSTAR 32 (USA 91)
+1 22657U 93032A   12304.73878056  .00000014  00000-0  10000-3 0  7440
+2 22657 053.9526 103.4746 0087592 306.3795 052.8181 02.00569288138875
+NAVSTAR 33 (USA 92)
+1 22700U 93042A   12304.50433750 -.00000077  00000-0  10000-3 0  7937
+2 22700 056.4101 347.7766 0170399 094.8015 267.2101 02.00565475141678
+NAVSTAR 34 (USA 94)
+1 22779U 93054A   12303.25095910 -.00000082  00000-0  10000-3 0  4695
+2 22779 055.1025 042.4705 0108381 092.5728 268.6699 02.00557245140408
+NAVSTAR 35 (USA 96)
+1 22877U 93068A   12304.64423401  .00000047  00000-0  10000-3 0  1522
+2 22877 053.7256 168.0651 0101752 052.2674 308.7518 02.00562544139323
+NAVSTAR 36 (USA 100)
+1 23027U 94016A   12304.34742700  .00000016  00000-0  10000-3 0  1130
+2 23027 053.8204 104.7513 0074159 334.2071 025.4279 02.00561797136629
+NAVSTAR 37 (USA 117)
+1 23833U 96019A   12304.86578195  .00000008  00000-0  10000-3 0  3090
+2 23833 053.4341 100.2692 0156250 071.3879 290.2967 02.00554436121610
+NAVSTAR 38 (USA 126)
+1 23953U 96041A   12304.72517569 -.00000020  00000-0  10000-3 0  7977
+2 23953 054.1344 229.2572 0116758 043.4075 317.5174 02.00556826119402
+NAVSTAR 39 (USA 128)
+1 24320U 96056A   12304.74977691 -.00000071  00000-0  10000-3 0  5536
+2 24320 055.4383 047.6800 0028340 120.7992 239.4794 01.86497263117679
+NAVSTAR 43 (USA 132)
+1 24876U 97035A   12305.23433187 -.00000053  00000-0  10000-3 0  2674
+2 24876 056.3799 293.6446 0045804 121.1019 239.3435 02.00571926111945
+NAVSTAR 44 (USA 135)
+1 25030U 97067A   12304.36880062 -.00000078  00000-0  10000-3 0  2131
+2 25030 057.1975 354.1572 0128240 194.1556 165.5487 02.00567720109826
+NAVSTAR 46 (USA 145)
+1 25933U 99055A   12304.98560676  .00000044  00000-0  10000-3 0  7054
+2 25933 050.9006 151.9481 0134505 063.3570 298.1030 02.00561815 95752
+NAVSTAR 47 (USA 150)
+1 26360U 00025A   12305.10598597 -.00000015  00000-0  10000-3 0  7932
+2 26360 053.2389 225.3890 0049621 072.3198 288.2520 02.00570446 91454
+NAVSTAR 48 (USA 151)
+1 26407U 00040A   12304.45159763 -.00000064  00000-0  10000-3 0  7468
+2 26407 056.2017 051.1846 0184317 256.2454 101.6984 02.00568595 90119
+NAVSTAR 49 (USA 154)
+1 26605U 00071A   12305.04230526 -.00000055  00000-0  10000-3 0  7623
+2 26605 055.9667 292.0609 0070584 244.3473 114.9096 02.00565928 87729
+NAVSTAR 50 (USA 156)
+1 26690U 01004A   12304.91466316 -.00000019  00000-0  10000-3 0  6390
+2 26690 053.2065 228.4665 0138358 238.1720 120.4940 02.00555476 86132
+NAVSTAR 51 (USA 166)
+1 27663U 03005A   12305.28676306 -.00000058  00000-0  10000-3 0   642
+2 27663 056.2958 050.7795 0065004 359.8099 000.1860 02.00552901 71492
+NAVSTAR 52 (USA 168)
+1 27704U 03010A   12304.83053808  .00000045  00000-0  10000-3 0  9554
+2 27704 053.3631 168.3413 0195570 233.9168 124.3565 02.00550017 70270
+NAVSTAR 53 (USA 175)
+1 28129U 03058A   12304.96349459 -.00000019  00000-0  10000-3 0  5280
+2 28129 053.0757 228.6377 0064636 246.0142 113.3274 02.00562945 64981
+NAVSTAR 54 (USA 177)
+1 28190U 04009A   12304.90523203  .00000030  00000-0  10000-3 0  5226
+2 28190 055.0765 113.3340 0085522 013.8756 346.3711 02.00568544 63151
+NAVSTAR 55 (USA 178)
+1 28361U 04023A   12304.68869144 -.00000058  00000-0  10000-3 0  3403
+2 28361 054.9081 288.9253 0082993 194.5316 165.2181 02.00575135 61230
+NAVSTAR 56 (USA 180)
+1 28474U 04045A   12304.69384574  .00000047  00000-0  10000-3 0  2273
+2 28474 053.7816 167.1027 0115963 204.5690 154.9684 02.00551480 58591
+NAVSTAR 57 (USA 183)
+1 28874U 05038A   12305.04366000  .00000026  00000-0  10000-3 0  4879
+2 28874 055.2317 110.3148 0078125 229.5753 129.7502 02.00554682 52025
+COSMOS 1946 (GLONASS)
+1 19163U 88043A   12305.32305476 -.00000012  00000-0  10000-3 0  1275
+2 19163 064.3862 244.1930 0004542 169.1146 190.8912 02.13102602189675
+COSMOS 1948 (GLONASS)
+1 19165U 88043C   12304.44812615 -.00000021  00000-0  10000-3 0  5833
+2 19165 064.3675 244.0518 0004302 295.5119 064.4348 02.13103178190274
+COSMOS 1972 (GLONASS)
+1 19503U 88085C   12303.51243515  .00000066  00000-0  10000-3 0  4061
+2 19503 064.6473 123.3276 0003196 221.2565 138.7609 02.13102370187746
+COSMOS 1987 (GLONASS)
+1 19749U 89001A   12303.11158057 -.00000035  00000-0  10000-3 0  6401
+2 19749 064.3171 243.3389 0007727 261.0272 098.8712 02.13103255185246
+COSMOS 1988 (GLONASS)
+1 19750U 89001B   12304.11344429 -.00000024  00000-0  10000-3 0  5445
+2 19750 064.3387 243.5226 0011171 219.3589 140.5500 02.13102063185284
+HIPPARCOS
+1 20169U 89062B   12304.75209476  .00000025  00000-0  10516-2 0  5801
+2 20169 006.6930 083.6288 7205163 152.1686 280.5195 02.26023685156671
+COSMOS 2079 (GLONASS)
+1 20619U 90045A   12304.82016245  .00000053  00000-0  10000-3 0  3563
+2 20619 064.2632 119.4707 0039902 203.4816 156.3633 02.13103242174736
+COSMOS 2080 (GLONASS)
+1 20620U 90045B   12305.40564573  .00000052  00000-0  10000-3 0  2885
+2 20620 064.2594 119.4173 0017118 036.4037 323.7379 02.13103314174788
+COSMOS 2081 (GLONASS)
+1 20621U 90045C   12305.44896373  .00000052  00000-0  10000-3 0  8994
+2 20621 064.2779 119.6003 0026670 211.9423 147.9213 02.13104920174787
+COSMOS 2109 (GLONASS)
+1 21006U 90110A   12305.10798128 -.00000013  00000-0  10000-3 0  9086
+2 21006 064.2756 242.3535 0073491 184.0457 175.8928 02.13102024170449
+COSMOS 2110 (GLONASS)
+1 21007U 90110B   12303.90525636 -.00000026  00000-0  10000-3 0   215
+2 21007 064.3014 242.6640 0040388 181.9241 178.0514 02.13101224170407
+COSMOS 2111 (GLONASS)
+1 21008U 90110C   12303.86484881 -.00000026  00000-0  10000-3 0  2994
+2 21008 064.2783 242.4472 0011032 247.0318 112.8403 02.13099184170150
+COSMOS 2139 (GLONASS)
+1 21216U 91025A   12304.57607117  .00000051  00000-0  10000-3 0  6002
+2 21216 064.0241 117.1222 0013979 211.6272 148.3130 02.13103390167946
+COSMOS 2140 (GLONASS)
+1 21217U 91025B   12305.62694871  .00000049  00000-0  10000-3 0  9373
+2 21217 064.0155 117.0244 0021549 222.9062 136.9461 02.13101366167950
+COSMOS 2141 (GLONASS)
+1 21218U 91025C   12305.21988171  .00000049  00000-0  10000-3 0  4441
+2 21218 064.0115 116.9721 0005522 263.4231 096.5354 02.13103656167952
+COSMOS 2177 (GLONASS)
+1 21853U 92005A   12304.09130092 -.00000023  00000-0  10000-3 0  1373
+2 21853 064.2075 241.6027 0009422 198.9106 161.0458 02.13102079161534
+COSMOS 2178 (GLONASS)
+1 21854U 92005B   12304.75087259 -.00000016  00000-0  10000-3 0  4176
+2 21854 064.2135 241.6070 0023803 010.9623 349.0843 02.13106385161536
+COSMOS 2179 (GLONASS)
+1 21855U 92005C   12304.91634789 -.00000015  00000-0  10000-3 0  3326
+2 21855 064.2127 241.6108 0007136 223.0825 136.8587 02.13102983161528
+COSMOS 2206 (GLONASS)
+1 22056U 92047A   12304.72501948  .00000048  00000-0  10000-3 0  3274
+2 22056 063.8647 115.8891 0007899 246.3922 113.5460 02.13105064157617
+COSMOS 2204 (GLONASS)
+1 22057U 92047B   12304.59538354  .00000049  00000-0  10000-3 0  2888
+2 22057 063.8741 116.0122 0003750 037.8636 322.1849 02.13102750157584
+COSMOS 2205 (GLONASS)
+1 22058U 92047C   12304.51959842  .00000049  00000-0  10000-3 0  1788
+2 22058 063.8708 115.9796 0011060 235.9137 124.0034 02.13103170157631
+COSMOS 2234 (GLONASS)
+1 22512U 93010A   12304.07917405 -.00000024  00000-0  00000+0 0  8285
+2 22512 064.2257 241.6019 0015984 198.0434 161.8927 02.13103467153100
+COSMOS 2236 (GLONASS)
+1 22513U 93010B   12305.40177064 -.00000010  00000-0  10000-3 0   285
+2 22513 064.2169 241.5034 0003465 155.2437 204.7733 02.13104619153324
+COSMOS 2235 (GLONASS)
+1 22514U 93010C   12303.40047499 -.00000031  00000-0  10000-3 0   555
+2 22514 064.2429 241.7480 0009804 177.6218 182.3721 02.13102149153288
+COSMOS 2276 (GLONASS)
+1 23043U 94021A   12304.36881100  .00000049  00000-0  10000-3 0  5774
+2 23043 063.7494 115.3627 0010879 174.5283 185.5057 02.13100444144422
+COSMOS 2277 (GLONASS)
+1 23044U 94021B   12305.16503641  .00000047  00000-0  10000-3 0  4288
+2 23044 063.7406 115.2619 0047751 203.5773 156.2220 02.13103029144443
+COSMOS 2275 (GLONASS)
+1 23045U 94021C   12305.35170849  .00000047  00000-0  10000-3 0  6259
+2 23045 063.7323 115.1964 0022220 033.4355 326.7217 02.13102630144441
+COSMOS 2287 (GLONASS)
+1 23203U 94050A   12304.17108588 -.00000056  00000-0  10000-3 0  3895
+2 23203 066.6183 004.9061 0007856 077.9718 282.1863 02.13099823141819
+COSMOS 2289 (GLONASS)
+1 23204U 94050B   12303.42247860 -.00000059  00000-0  10000-3 0  5873
+2 23204 066.6074 004.8641 0009056 331.7481 028.2693 02.13101754141798
+COSMOS 2288 (GLONASS)
+1 23205U 94050C   12303.78212004 -.00000057  00000-0  10000-3 0  5536
+2 23205 066.6134 004.8888 0000845 271.1474 088.9110 02.13101910141808
+COSMOS 2295 (GLONASS)
+1 23396U 94076A   12304.07837625 -.00000023  00000-0  10000-3 0  3823
+2 23396 064.1494 241.1108 0035193 186.5214 173.4260 02.13102940139657
+COSMOS 2296 (GLONASS)
+1 23397U 94076B   12305.25309633 -.00000011  00000-0  10000-3 0  4770
+2 23397 064.1368 240.9917 0010945 285.1919 074.6875 02.13100261139679
+COSMOS 2294 (GLONASS)
+1 23398U 94076C   12304.17404961 -.00000022  00000-0  10000-3 0  4773
+2 23398 064.1262 240.9308 0003094 324.7379 035.2356 02.13102216139662
+COSMOS 2307 (GLONASS)
+1 23511U 95009A   12301.16809387  .00000076  00000-0  10000-3 0  3759
+2 23511 063.7584 115.8367 0007580 158.3735 201.6962 02.13105294137329
+COSMOS 2308 (GLONASS)
+1 23512U 95009B   12304.72657941  .00000048  00000-0  10000-3 0  4628
+2 23512 063.7494 115.6537 0004191 326.4333 033.5613 02.13099441137392
+COSMOS 2309 (GLONASS)
+1 23513U 95009C   12304.37617429  .00000049  00000-0  10000-3 0  3818
+2 23513 063.7510 115.7983 0028853 209.6720 150.1871 02.13052358137366
+COSMOS 2316 (GLONASS)
+1 23620U 95037A   12303.83425854 -.00000057  00000-0  10000-3 0  4289
+2 23620 066.6716 005.1842 0014060 151.4258 208.7201 02.13101531134414
+COSMOS 2317 (GLONASS)
+1 23621U 95037B   12303.07232404 -.00000060  00000-0  10000-3 0  4861
+2 23621 066.6822 005.2907 0011517 174.3146 185.7631 02.13101347134393
+COSMOS 2318 (GLONASS)
+1 23622U 95037C   12304.53945388 -.00000055  00000-0  10000-3 0  4343
+2 23622 066.6741 005.1781 0024882 124.7872 235.5156 02.13101277134429
+COSMOS 2325 (GLONASS)
+1 23734U 95068A   12303.24286917 -.00000059  00000-0  10000-3 0  3583
+2 23734 066.6758 005.1516 0017536 270.7410 089.1243 02.13102033131366
+COSMOS 2324 (GLONASS)
+1 23735U 95068B   12303.35923555 -.00000059  00000-0  10000-3 0  5731
+2 23735 066.6721 005.1058 0008276 200.4774 159.5550 02.13101912131360
+COSMOS 2323 (GLONASS)
+1 23736U 95068C   12304.41698375 -.00000055  00000-0  10000-3 0  3878
+2 23736 066.6640 005.0264 0007542 196.2750 163.7694 02.13101702131385
+COSMOS 2364 (GLONASS)
+1 25593U 98077A   12304.89231558 -.00000012  00000-0  10000-3 0  4551
+2 25593 063.4009 236.6142 0018319 038.4351 321.6999 02.13103029107679
+COSMOS 2363 (GLONASS)
+1 25594U 98077B   12304.34988055 -.00000018  00000-0  10000-3 0  7091
+2 25594 063.3954 236.5990 0015026 033.9811 326.1162 02.13103525107663
+COSMOS 2362 (GLONASS)
+1 25595U 98077C   12303.35004363 -.00000029  00000-0  10000-3 0  6476
+2 25595 063.4085 236.6888 0003154 202.1446 157.8382 02.13103727107645
+COSMOS 2394 (GLONASS)
+1 27617U 02060A   12306.07469950  .00000056  00000-0  10000-3 0  3060
+2 27617 064.7846 123.1758 0000646 144.1004 215.9336 02.13102456 76722
+COSMOS 2396 (GLONASS)
+1 27618U 02060B   12305.03209548  .00000057  00000-0  10000-3 0  3219
+2 27618 064.7867 123.1853 0014876 147.5835 212.5424 02.13100704 76681
+COSMOS 2395 (GLONASS)
+1 27619U 02060C   12304.60557072  .00000059  00000-0  10000-3 0  3380
+2 27619 064.7953 123.2823 0006195 276.7131 083.2522 02.13103287 76675
+COSMOS 2074
+1 20577U 90036A   12306.22549129  .00000061  00000-0  48553-4 0  4299
+2 20577 082.9444 189.8385 0028474 042.2620 318.0721 13.74486084130367
+COSMOS 2142
+1 21230U 91029A   12306.12596652  .00000071  00000-0  60293-4 0  2992
+2 21230 082.9540 306.6507 0038888 012.7640 347.4489 13.72985993 79696
+COSMOS 2173
+1 21796U 91081A   12305.38419797  .00000070  00000-0  57042-4 0   757
+2 21796 082.9513 253.9498 0048162 200.2603 159.6642 13.75328956 50512
+COSMOS 2180
+1 21875U 92008A   12305.13241391  .00000077  00000-0  65969-4 0   373
+2 21875 082.9253 308.8081 0038412 138.7779 221.6288 13.73606044 37724
+COSMOS 2184
+1 21937U 92020A   12306.21651359  .00000066  00000-0  55033-4 0  8428
+2 21937 082.9333 195.1266 0032565 310.6035 049.2285 13.73027252 29677
+COSMOS 2218
+1 22207U 92073A   12305.53064656  .00000039  00000-0  25335-4 0  6238
+2 22207 082.9209 220.0261 0033010 144.7947 215.5399 13.72761661  2355
+COSMOS 2233
+1 22487U 93008A   12305.49540404  .00000101  00000-0  88597-4 0  6714
+2 22487 082.9404 273.1850 0038047 341.1911 018.7837 13.75630436986016
+COSMOS 2239
+1 22590U 93020A   12305.24812653  .00000029  00000-0  14055-4 0   636
+2 22590 082.9282 235.9969 0023696 139.2396 221.0536 13.75255688982900
+COSMOS 2266
+1 22888U 93070A   12306.12325425  .00000081  00000-0  68524-4 0  4727
+2 22888 082.9522 162.8701 0049491 031.4505 328.9591 13.74776186950469
+COSMOS 2279
+1 23092U 94024A   12305.56873594  .00000085  00000-0  70501-4 0  3931
+2 23092 082.9470 306.7200 0036396 127.2680 233.1805 13.76212833929670
+COSMOS 2310
+1 23526U 95012A   12306.17954181  .00000059  00000-0  48628-4 0  2554
+2 23526 082.9444 214.3030 0023717 064.6646 295.6967 13.71707428881894
+COSMOS 2327
+1 23773U 96004A   12305.22517825  .00000077  00000-0  63884-4 0  3951
+2 23773 082.9845 187.4492 0049309 103.6472 257.0181 13.74324787842175
+COSMOS 2334
+1 24304U 96052A   12305.23579979  .00000088  00000-0  78384-4 0  2675
+2 24304 082.9355 163.0127 0031422 070.0323 290.4210 13.73411542809639
+COSMOS 2336
+1 24677U 96071A   12305.24828323  .00000048  00000-0  36200-4 0   743
+2 24677 082.9370 272.4394 0025302 043.0033 317.3092 13.71419927794079
+COSMOS 2341
+1 24772U 97017A   12306.24400266  .00000050  00000-0  39095-4 0  2833
+2 24772 082.9238 199.1984 0026828 015.7036 344.4943 13.71426005777994
+COSMOS 1791
+1 17066U 86086A   12305.67022417  .00000045  00000-0  30696-4 0   536
+2 17066 082.9481 350.4868 0042537 101.5168 259.0767 13.75606955303921
+NADEZHDA 2
+1 20508U 90017A   12305.55915993  .00000092  00000-0  81661-4 0  3855
+2 20508 082.9568 149.3593 0042840 271.2020 088.4229 13.74103458137045
+COSMOS 2123
+1 21089U 91007A   12305.89000483  .00000043  00000-0  29276-4 0  2440
+2 21089 082.9195 071.7540 0030024 132.6493 227.7200 13.74536855 90531
+NADEZHDA 3
+1 21152U 91019A   12305.84978713  .00000056  00000-0  43864-4 0  8808
+2 21152 082.9256 033.7307 0040117 257.3860 102.2807 13.74085613 84945
+COSMOS 2181
+1 21902U 92012A   12305.23169316  .00000056  00000-0  44619-4 0   181
+2 21902 082.9443 018.1219 0027172 220.7077 139.2041 13.72271705 33980
+COSMOS 2230
+1 22307U 93001A   12306.24287313  .00000061  00000-0  49253-4 0  8509
+2 22307 082.9417 006.6111 0024290 336.6013 023.4031 13.73388888984271
+NADEZHDA 4
+1 23179U 94041A   12305.56854424  .00000091  00000-0  77589-4 0  5333
+2 23179 082.9448 121.4215 0034997 333.5170 026.4193 13.76398829919256
+TSIKADA
+1 23463U 95002A   12305.90410944  .00000080  00000-0  70794-4 0  4709
+2 23463 082.9226 094.7150 0037669 279.5749 080.1149 13.72348072890107
+COSMOS 2315
+1 23603U 95032A   12306.20502607  .00000074  00000-0  64565-4 0  2070
+2 23603 082.9047 344.3875 0031169 359.3300 000.7808 13.72710850868170
diff --git a/test/data/tle/tle_sgp4.txt b/test/data/tle/tle_sgp4.txt
new file mode 100644
index 0000000..03a84ad
--- /dev/null
+++ b/test/data/tle/tle_sgp4.txt
@@ -0,0 +1,3 @@
+TEST_SAT
+1 88888U          80275.98708465  .00073094  13844-3  66816-4 0   8 7
+2 88888  72.8435 115.9689 0086731  52.6988 110.5714 16.05824518 105 8
diff --git a/test/utest/figtest1.jpg b/test/utest/figtest1.jpg
new file mode 100644
index 0000000..d9d731b
Binary files /dev/null and b/test/utest/figtest1.jpg differ
diff --git a/test/utest/figtest2.jpg b/test/utest/figtest2.jpg
new file mode 100644
index 0000000..e5822a6
Binary files /dev/null and b/test/utest/figtest2.jpg differ
diff --git a/test/utest/figtest3.jpg b/test/utest/figtest3.jpg
new file mode 100644
index 0000000..23df63c
Binary files /dev/null and b/test/utest/figtest3.jpg differ
diff --git a/test/utest/makefile b/test/utest/makefile
new file mode 100644
index 0000000..899de61
--- /dev/null
+++ b/test/utest/makefile
@@ -0,0 +1,94 @@
+# makefile for rtklib unit test
+
+SRC    = ../../src
+#CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DENAGLO
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAGLO -DENAQZS
+LDLIBS = -lm -llapack -lblas
+CC = gcc
+
+BIN    = t_matrix t_time t_coord t_rinex t_lambda t_atmos t_misc t_preceph t_gloeph \
+t_geoid t_ppp t_ionex t_stec t_tle
+
+all        : $(BIN)
+t_matrix   : t_matrix.o rtkcmn.o preceph.o
+t_time     : t_time.o rtkcmn.o preceph.o
+t_coord    : t_coord.o rtkcmn.o geoid.o preceph.o
+t_rinex    : t_rinex.o rtkcmn.o rinex.o preceph.o
+t_lambda   : t_lambda.o rtkcmn.o lambda.o preceph.o
+t_atmos    : t_atmos.o rtkcmn.o preceph.o
+t_misc     : t_misc.o rtkcmn.o preceph.o
+t_preceph  : t_preceph.o rtkcmn.o preceph.o rinex.o ephemeris.o sbas.o qzslex.o
+t_gloeph   : t_gloeph.o rtkcmn.o rinex.o ephemeris.o sbas.o preceph.o qzslex.o
+t_geoid    : t_geoid.o rtkcmn.o preceph.o geoid.o
+t_ppp      : t_ppp.o rtkcmn.o ephemeris.o preceph.o sbas.o ionex.o pntpos.o ppp.o ppp_ar.o
+t_ppp      : stec.o lambda.o qzslex.o
+t_ionex    : t_ionex.o rtkcmn.o preceph.o ionex.o
+t_stec     : t_stec.o rtkcmn.o preceph.o stec.o
+t_tle      : t_tle.o rtkcmn.o rinex.o ephemeris.o sbas.o preceph.o tle.o qzslex.o
+
+rtkcmn.o   : $(SRC)/rtklib.h $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rtklib.h $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+rtkpos.o   : $(SRC)/rtklib.h $(SRC)/rtkpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkpos.c
+lambda.o   : $(SRC)/rtklib.h $(SRC)/lambda.c
+	$(CC) -c $(CFLAGS) $(SRC)/lambda.c
+geoid.o    : $(SRC)/rtklib.h $(SRC)/geoid.c
+	$(CC) -c $(CFLAGS) $(SRC)/geoid.c
+ephemeris.o: $(SRC)/rtklib.h $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+sbas.o     : $(SRC)/rtklib.h $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+preceph.o  : $(SRC)/rtklib.h $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+ppp.o      : $(SRC)/rtklib.h $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/rtklib.h $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+pntpos.o   : $(SRC)/rtklib.h $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ionex.o    : $(SRC)/rtklib.h $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+stec.o     : $(SRC)/rtklib.h $(SRC)/stec.c
+	$(CC) -c $(CFLAGS) $(SRC)/stec.c
+tle.o      : $(SRC)/rtklib.h $(SRC)/tle.c
+	$(CC) -c $(CFLAGS) $(SRC)/tle.c
+qzslex.o   : $(SRC)/rtklib.h $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+
+utest : utest1 utest2 utest3 utest4 utest5 utest6 utest7 utest8
+utest : utest9 utest10 utest11 utest12 utest14
+
+utest1 :
+	./t_matrix  > utest1.out
+utest2 :
+	./t_time    > utest2.out
+utest3 :
+	./t_coord   > utest3.out
+utest4 :
+	./t_rinex   > utest4.out
+utest5 :
+	./t_lambda  > utest5.out
+utest6 :
+	./t_atmos   > utest6.out
+utest7 :
+	./t_misc    > utest7.out
+utest8 :
+	./t_preceph > utest8.out
+utest9 :
+	./t_gloeph  > utest9.out
+utest10 :
+#	./t_geoid   > utest10.out
+utest11 :
+	./t_ppp     > utest11.out
+utest12 :
+	./t_ionex   > utest12.out
+utest13 :
+	./t_stec    > utest13.out
+utest14 :
+	./t_tle     > utest14.out
+
+clean :
+	rm -f *.o *.out *.exe $(BIN) *.stackdump gmon.out
+
diff --git a/test/utest/plotigp.m b/test/utest/plotigp.m
new file mode 100644
index 0000000..ac620e6
--- /dev/null
+++ b/test/utest/plotigp.m
@@ -0,0 +1,46 @@
+function plotigp
+
+figure
+
+mesh=readmesh;
+
+gmt('mmap','proj','eq','cent',[135,35],'scale',10,'pos',[0,0,1,1]);
+gmt('mcoast');
+gmt('mgrid','gint',2,'lint',10,'color',[.5 .5 .5]);
+
+for i=1:size(mesh,1)
+    gmt('mplot',mesh(i,1),mesh(i,2),'r','marker','.','markersize',10);
+end
+plotarea([36,138],15);
+
+% plot ipp area ----------------------------------------------------------------
+function plotarea(pos,elmask)
+posp=[];
+for az=0:3:360
+    posp=[posp;igppos(pos*pi/180,[az,elmask]*pi/180)*180/pi];
+end
+gmt('mplot',pos(2),pos(1),'b','marker','.','markersize',10);
+gmt('mplot',posp(:,2),posp(:,1),'b');
+
+% read mesh data ---------------------------------------------------------------
+function mesh=readmesh
+mesh=[];
+fp=fopen('../../nicttec/vtec/2011/001.txt','r');
+while 1
+    s=fgets(fp); if ~ischar(s), break; end
+    v=sscanf(s,' Mesh %d: (%f, %f)');
+    if length(v)<2, continue; end
+    mesh=[mesh;v(2:3)'];
+end
+fclose(fp);
+
+% igp position -----------------------------------------------------------------
+function posp=igppos(pos,azel)
+re=6380; hion=350;
+rp=re/(re+hion)*cos(azel(2));
+ap=pi/2-azel(2)-asin(rp);
+sinap=sin(ap);
+tanap=tan(ap);
+cosaz=cos(azel(1));
+posp(1)=asin(sin(pos(1))*cos(ap)+cos(pos(1))*sinap*cosaz);
+posp(2)=pos(2)+asin(sinap*sin(azel(1))/cos(posp(1)));  
diff --git a/test/utest/t_atmos.c b/test/utest/t_atmos.c
new file mode 100644
index 0000000..89dbf44
--- /dev/null
+++ b/test/utest/t_atmos.c
@@ -0,0 +1,150 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : atomospheric models
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* ionmodel() */
+void utest1(void)
+{
+    double e1[]={2007,1,16, 1,0,0};
+    double e2[]={2007,1,16,13,0,0};
+    double e3[]={2007,1,16,22,0,0};
+    double ion1[]={
+         0.2E-7,-0.8e-8,-0.5e-7, 0.1e-6, 0.2E+6, 0.2e+6,-0.1e+6,-0.1e+7
+    };
+    double ion2[]={
+         0.2E-7,-0.8e-8,-0.5e-7, 0.1e-6, 0.2E+6, 0.2e+6,-0.1e+6,-0.1e+7
+    };
+    double pos1 []={ 35*D2R, 140*D2R, 100.0};
+    double pos2 []={-80*D2R,-170*D2R,1000.0};
+    double pos3 []={ 10*D2R,  30*D2R,   0.0};
+    double azel1[]={ 60*D2R, 75*D2R};
+    double azel2[]={190*D2R,  3*D2R};
+    double azel3[]={350*D2R, 60*D2R};
+    double azel4[]={  0*D2R, 90*D2R};
+    gtime_t t1=epoch2time(e1),t2=epoch2time(e2),t3=epoch2time(e3);
+    double dion;
+    
+    dion=ionmodel(t1,ion1,pos1,azel1);
+        assert(fabs(dion-6.73590532099438)<1e-8);
+    
+    dion=ionmodel(t1,ion1,pos2,azel1);
+        assert(fabs(dion-3.56895382197387)<1e-8);
+    
+    dion=ionmodel(t1,ion1,pos3,azel1);
+        assert(fabs(dion-3.80716435655161)<1e-8);
+    
+    dion=ionmodel(t2,ion1,pos1,azel1);
+        assert(fabs(dion-5.21796954585452)<1e-8);
+    
+    dion=ionmodel(t3,ion1,pos1,azel1);
+        assert(fabs(dion-5.90190539264777)<1e-8);
+    
+    dion=ionmodel(t1,ion1,pos1,azel2);
+        assert(fabs(dion-21.6345415123632)<1e-8);
+    
+    dion=ionmodel(t1,ion1,pos1,azel3);
+        assert(fabs(dion-7.33844278822561)<1e-8);
+    
+    dion=ionmodel(t1,ion1,pos1,azel4);
+        assert(fabs(dion-6.58339711400694)<1e-8);
+    
+    dion=ionmodel(t1,ion2,pos1,azel1);
+        assert(fabs(dion-6.73590532099438)<1e-8);
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* ionmapf() */
+void utest2(void)
+{
+    printf("%s utest2 : OK\n",__FILE__);
+}
+/* tropmodel */
+void utest3(void)
+{
+    gtime_t time={0};
+    double pos1 []={ 35*D2R, 140*D2R, 100.0};
+    double pos2 []={-80*D2R,-170*D2R,1000.0};
+    double pos3 []={-80*D2R,-170*D2R,100000.0};
+    double pos4 []={-80*D2R,-170*D2R,-200.0};
+    double azel1[]={ 60*D2R, 75*D2R};
+    double azel2[]={190*D2R,  3*D2R};
+    double azel3[]={190*D2R,-10*D2R};
+    double dtrp;
+    
+    dtrp=tropmodel(time,pos1,azel1,0.5);
+        assert(fabs(dtrp-2.44799870144088)<1e-8);
+    
+    dtrp=tropmodel(time,pos1,azel2,0.5);
+        assert(fabs(dtrp-45.1808916506163)<1e-8);
+    
+    dtrp=tropmodel(time,pos2,azel1,0.5);
+        assert(fabs(dtrp-2.17295817298152)<1e-8);
+    
+    dtrp=tropmodel(time,pos1,azel3,0.0);
+        assert(fabs(dtrp-0.00000000000000)<1e-8);
+    
+    dtrp=tropmodel(time,pos3,azel1,0.0);
+        assert(fabs(dtrp-0.00000000000000)<1e-8);
+    
+    dtrp=tropmodel(time,pos4,azel1,0.0);
+        assert(fabs(dtrp-0.00000000000000)<1e-8);
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+void utest4(void)
+{
+    double mapfd,mapfw;
+    double e1[]={2007,1,16,6,0,0},e2[]={2030,12,31,23,59,59};
+    double pos1 []={ 35*D2R, 140*D2R, 100.0};
+    double pos2 []={-80*D2R,-170*D2R,1000.0};
+    double pos3 []={ 10*D2R,  30*D2R,   0.0};
+    double azel1[]={ 60*D2R, 75*D2R};
+    double azel2[]={190*D2R,  3*D2R};
+    double azel3[]={350*D2R, 60*D2R};
+    double azel4[]={  0*D2R, 90*D2R};
+    gtime_t t1=epoch2time(e1),t2=epoch2time(e2);
+
+    mapfd=tropmapf(t1,pos1,azel1,&mapfw);
+        assert(fabs(mapfd-1.035184526466435)<1e-8);
+        assert(fabs(mapfw-1.035233787448654)<1e-8);
+    
+    mapfd=tropmapf(t1,pos1,azel2,&mapfw);
+        assert(fabs(mapfd-14.643271711748200)<1e-8);
+        assert(fabs(mapfw-16.455045694559484)<1e-8);
+    
+    mapfd=tropmapf(t1,pos1,azel3,&mapfw);
+        assert(fabs(mapfd-1.154226397147367)<1e-8);
+        assert(fabs(mapfw-1.154481126139610)<1e-8);
+    
+    mapfd=tropmapf(t1,pos1,azel4,&mapfw);
+        assert(fabs(mapfd-1.000000000000000)<1e-8);
+        assert(fabs(mapfw-1.000000000000000)<1e-8);
+    
+    mapfd=tropmapf(t2,pos1,azel1,&mapfw);
+        assert(fabs(mapfd-1.035184415128022)<1e-8);
+        assert(fabs(mapfw-1.035233787448654)<1e-8);
+    
+    mapfd=tropmapf(t1,pos2,azel1,&mapfw);
+        assert(fabs(mapfd-1.035186155749051)<1e-8);
+        assert(fabs(mapfw-1.035230548304367)<1e-8);
+    
+    mapfd=tropmapf(t1,pos3,azel1,&mapfw);
+        assert(fabs(mapfd-1.035181919429758)<1e-8);
+        assert(fabs(mapfw-1.035233200318210)<1e-8);
+    
+    mapfd=tropmapf(t1,pos1,azel1,NULL);
+        assert(fabs(mapfd-1.035184526466435)<1e-8);
+    
+    printf("%s utest4 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    return 0;
+}
diff --git a/test/utest/t_coord.c b/test/utest/t_coord.c
new file mode 100644
index 0000000..dae7135
--- /dev/null
+++ b/test/utest/t_coord.c
@@ -0,0 +1,94 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : coordinates functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <math.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* ecef2pos() */
+void utest1(void)
+{
+    double r1[]={       0.0,       0.0,      0.0};
+    double r2[]={10000000.0,       0.0,      0.0};
+    double r3[]={       0.0,10000000.0,      0.0};
+    double r4[]={       0.0,     0.0, 10000000.0};
+    double r5[]={       0.0,     0.0,-10000000.0};
+    double r6[]={-3.5173197701E+06,4.1316679161E+06, 3.3412651227E+06};
+    double r7[]={-3.5173197701E+06,4.1316679161E+06,-3.3412651227E+06};
+    double pos[3];
+    ecef2pos(r1,pos);
+        assert(pos[2]<0.0);
+    ecef2pos(r2,pos);
+        assert(pos[0]==0&&pos[1]==0&&pos[2]>0.0);
+    ecef2pos(r3,pos);
+        assert(pos[0]==0&&fabs(pos[1]-PI/2)<1E-6&&pos[2]>0.0);
+    ecef2pos(r4,pos);
+        assert(fabs(pos[0]-PI/2)<1E-6&&pos[2]>0.0);
+    ecef2pos(r5,pos);
+        assert(fabs(pos[0]+PI/2)<1E-6&&pos[2]>0.0);
+    ecef2pos(r6,pos);
+        assert(fabs(pos[0]*R2D-3.1796021375E+01)<1E-7&&
+               fabs(pos[1]*R2D-1.3040799917E+02)<1E-7&&
+               fabs(pos[2]-6.8863206206E+01)<1E-4);
+    ecef2pos(r7,pos);
+        assert(fabs(pos[0]*R2D+3.1796021375E+01)<1E-7&&
+               fabs(pos[1]*R2D-1.3040799917E+02)<1E-7&&
+               fabs(pos[2]-6.8863206206E+01)<1E-4);
+    
+    printf("%s utset1 : OK\n",__FILE__);
+}
+/* pos2ecef() */
+void utest2(void)
+{
+    double lat,lon,h,pos[3],posi[3];
+    double r[3];
+    for (lat=-90.0;lat<=90.0;lat+=5.0) {
+        for (lon=-180.0;lon<180.0;lon+=5.0) {
+            for (h=-10.0;h<10000.0;h+=100.0) {
+                pos[0]=lat*D2R; pos[1]=lon*D2R; pos[2]=h;
+                pos2ecef(pos,r);
+                ecef2pos(r,posi);
+                assert(fabs(lat-posi[0]*R2D)<1E-7&&
+                       (lat==-90.0||lat==90.0?1:fabs(lon-posi[1]*R2D)<1E-7)&&
+                       fabs(h-posi[2])<1E-4);
+            }
+        }
+    }
+    
+    printf("%s utset2 : OK\n",__FILE__);
+}
+/* ecef2enu(), enu2ecef() */
+void utest3(void)
+{
+    double pos1[]={ 0.000*D2R,  0.000*D2R,0.0};
+    double pos2[]={35.000*D2R,140.000*D2R,0.0};
+    double r1[]={1.0,0.0,0.0};
+    double r2[]={0.0,1.0,0.0};
+    double r3[]={0.0,0.0,1.0};
+    double r4[]={0.3,0.4,0.5};
+    double e[3],r[3];
+    ecef2enu(pos1,r1,e);
+        assert(e[0]==0.0&&e[1]==0.0&&e[2]==1.0);
+    ecef2enu(pos1,r2,e);
+        assert(e[0]==1.0&&e[1]==0.0&&e[2]==0.0);
+    ecef2enu(pos1,r3,e);
+        assert(e[0]==0.0&&e[1]==1.0&&e[2]==0.0);
+    ecef2enu(pos2,r4,e);
+        assert(fabs(e[0]+0.499254)<1E-6&&
+               fabs(e[1]-0.393916)<1E-6&&
+               fabs(e[2]-0.309152)<1E-6);
+    enu2ecef(pos2,e,r);
+        assert(fabs(r[0]-r4[0])<1E-6&&
+               fabs(r[1]-r4[1])<1E-6&&
+               fabs(r[2]-r4[2])<1E-6);
+
+    printf("%s utset3 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    return 0;
+}
diff --git a/test/utest/t_corrperf.c b/test/utest/t_corrperf.c
new file mode 100644
index 0000000..b802378
--- /dev/null
+++ b/test/utest/t_corrperf.c
@@ -0,0 +1,43 @@
+/* correlator performence test */
+#include <stdio.h>
+#include "sdr.h"
+
+int main(int argc, char **argc)
+{
+	double f_s[]={38.192e6,16.368e6,8.184e6};
+	double taums[]={1,2,4,8,16};
+	double tau,ns,crate,coff,freq,phi0,ti;
+	double I[3],Q[3];
+	char *data;
+	int i,j,k,dtype,sat,s,nc,nt,n;
+	
+	dtype=1;
+	sat  =1;
+	freq =9.548e6;
+	crate=1023000;
+	coff =1234.5;
+	s    =20;
+	
+	for (i=0;i<4;i++) for (j=0;j<5;j++) {
+		
+		printf('sampling rate=%.3fMHz\n',f_s/1e6);
+		
+		tau  =taums[j]*1e-3;
+		ns   =tau*f_s[i];
+		if (dtype) nt=ns*2; else nt=ns;
+		phi0 =0.1234;
+		data=int8((rand(1,nt)-0.5)*4);
+		ti   =1/f_s;
+		n    =100000/taums;
+		
+		tic,
+		for (k=0;k<n;k++) {
+			correlator(data,dtype,ti,freq,phi0,sat,0,crate,coff,s,1,I,Q);
+		}
+		t=toc;
+		
+		printf("tau=%2.0fms: ns=%7d time=%5.3fms rate=%.1fMsps\n",...
+	           taums,ns,t/n*1e3,n*ns/t/1e6);
+	}
+	return 0;
+}
diff --git a/test/utest/t_filter.c b/test/utest/t_filter.c
new file mode 100644
index 0000000..8e8584d
--- /dev/null
+++ b/test/utest/t_filter.c
@@ -0,0 +1,28 @@
+#include <stdout.h>
+
+static void printmat(const double *A, int n, int m)
+{
+	int i,j;
+	for (i=0;i<n;i++) {
+		for (j=0;j<m;j++) printf("%14.10f ",A[i+j*n]);
+		printf("\n");
+	}
+}
+void dbout1(double *x, double *y, double *P, double *H, double *R, int n, int m)
+{
+	printf("x=[\n"); printmat(x,n,1); printf("];\n");
+	printf("y=[\n"); printmat(y,m,1); printf("];\n");
+	printf("P=[\n"); printmat(P,n,n); printf("];\n");
+	printf("H=[\n"); printmat(H,m,n); printf("];\n");
+	printf("R=[\n"); printmat(R,m,m); printf("];\n");
+}
+void dbout2(double *x, double *P, int n)
+{
+	printf("xu=[\n"); printmat(x,n,1); printf("];\n");
+	printf("Pu=[\n"); printmat(P,n,n); printf("];\n");
+	printf("K=P*H'/(H*P*H'+R);\n");
+	
+	printf("xd=x+K*y;\n");
+	printf("Pd=P-K*H*P\n");
+	printf("xu-xd,Pu-Pd\n");
+}
diff --git a/test/utest/t_geoid.c b/test/utest/t_geoid.c
new file mode 100644
index 0000000..541f1d8
--- /dev/null
+++ b/test/utest/t_geoid.c
@@ -0,0 +1,172 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : geoid functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <math.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* latitude, longitude, geoid height (m) */
+/* reference : http://sps.unavco.org/geoid */
+static double poss[][3]={
+    { 90.001*D2R,  80.000*D2R,  0.000},
+    {-90.001*D2R,  80.000*D2R,  0.000},
+    { 30.000*D2R, 360.000*D2R,  0.000},
+    {-30.000*D2R,-360.001*D2R,  0.000},
+    {-90.000*D2R, 359.999*D2R,-29.534},
+    { 90.000*D2R,  80.000*D2R, 13.606},
+    {-90.000*D2R, -60.000*D2R,-29.534},
+    { 30.000*D2R,-360.000*D2R, 35.387},
+    {-30.000*D2R, 359.999*D2R, 21.409},
+    { 10.000*D2R,  45.000*D2R,-20.486},
+    {-60.123*D2R, 135.123*D2R,-33.152},
+    { 19.999*D2R, 135.000*D2R, 41.602},
+    { 50.001*D2R, 135.000*D2R, 20.555},
+    { 35.000*D2R, 119.999*D2R,  4.386},
+    { 35.000*D2R, 150.001*D2R, 14.779},
+    { 20.000*D2R, 120.000*D2R, 21.269},
+    { 50.000*D2R, 150.000*D2R, 20.277},
+    { 35.000*D2R, 135.000*D2R, 36.355},
+    { 45.402*D2R, 141.750*D2R, 27.229}, /* wakkanai */
+    { 24.454*D2R, 122.942*D2R, 21.652}, /* ishigaki */
+    { 33.120*D2R, 139.797*D2R, 43.170}, /* hachijo */
+    { 30.000*D2R, 135.000*D2R, 36.017}, /* taiheiyo */
+    {0,0,0}
+};
+#define DATADIR "../../../../data/geoiddata/"
+static char *file1=DATADIR "WW15MGH.DAC";
+static char *file2=DATADIR "Und_min1x1_egm2008_isw=82_WGS84_TideFree_SE";
+static char *file3=DATADIR "Und_min2.5x2.5_egm2008_isw=82_WGS84_TideFree_SE";
+static char *file4=DATADIR "gsigeome.ver4";
+
+/* opengeoid(), closegeoid() */
+void utest1(void)
+{
+    int ret;
+    
+    ret=opengeoid(10,file1);
+        assert(ret==0); /* no model */
+    ret=opengeoid(GEOID_EGM96_M150,"../../../geoiddata/WW15MGH.DAA");
+        assert(ret==0); /* no file */
+    ret=opengeoid(GEOID_EMBEDDED,"");
+        assert(ret==1);
+    closegeoid();
+    ret=opengeoid(GEOID_EGM96_M150,file1);
+        assert(ret==1);
+    closegeoid();
+    ret=opengeoid(GEOID_EGM2008_M10,file2);
+        assert(ret==1);
+    closegeoid();
+    ret=opengeoid(GEOID_EGM2008_M25,file3);
+        assert(ret==1);
+    closegeoid();
+    ret=opengeoid(GEOID_GSI2000_M15,file4);
+        assert(ret==1);
+    closegeoid();
+    
+    printf("%s utset1 : OK\n",__FILE__);
+}
+/* print difference */
+void printgeoid(const double *pos, double *h, int n)
+{
+    int i;
+    printf("%7.3f %8.3f %9.4f: ",pos[0]*R2D,pos[1]*R2D,pos[2]);
+    for (i=0;i<n;i++) printf(" %9.4f",h[i]);
+    printf(" :");
+    for (i=1;i<n;i++) printf(" %9.4f",h[i]!=0.0?h[i]-h[0]:0.0);
+    printf("\n");
+}
+/* geoidh() (1) */
+void utest2(void)
+{
+    double h[64][6]={{0}};
+    int i,j=0;
+    
+    opengeoid(GEOID_EGM96_M150,file1); /* reference */
+    for (i=0;poss[i][0]!=0.0;i++) {
+        h[i][j]=geoidh(poss[i]);
+    }
+    j++;
+    closegeoid();
+    
+    opengeoid(GEOID_EMBEDDED,"");
+    for (i=0;poss[i][0]!=0.0;i++) {
+        h[i][j]=geoidh(poss[i]);
+    }
+    j++;
+    closegeoid();
+    
+    opengeoid(GEOID_EGM2008_M10,file2);
+    for (i=0;poss[i][0]!=0.0;i++) {
+        h[i][j]=geoidh(poss[i]);
+    }
+    j++;
+    closegeoid();
+    
+    opengeoid(GEOID_EGM2008_M25,file3);
+    for (i=0;poss[i][0]!=0.0;i++) {
+        h[i][j]=geoidh(poss[i]);
+    }
+    j++;
+    closegeoid();
+    
+    opengeoid(GEOID_GSI2000_M15,file4);
+    for (i=0;poss[i][0]!=0.0;i++) {
+        h[i][j]=geoidh(poss[i]);
+    }
+    j++;
+    closegeoid();
+    
+    for (i=0;poss[i][0]!=0.0;i++) {
+        printgeoid(poss[i],h[i],5);
+        
+        assert(fabs(h[i][0]-poss[i][2])<1.0);
+    }
+    printf("%s utset2 : OK\n",__FILE__);
+}
+/* geoidh() (2) */
+void utest3(void)
+{
+    double pos[3],h[6],dhmax[6],dh;
+    int i,j,k,nlat=113,nlon=237;
+    
+    for (i=0;i<=nlat;i++) for (j=0;j<=nlon;j++) {
+        pos[0]=(90.0-i*180.0/nlat)*D2R;
+        pos[1]=j*360.0/nlon*D2R;
+        pos[2]=0.0;
+        opengeoid(GEOID_EGM96_M150,file1); /* reference */
+        h[0]=geoidh(pos);
+        closegeoid();
+        opengeoid(GEOID_EMBEDDED,"");
+        h[1]=geoidh(pos);
+        closegeoid();
+        opengeoid(GEOID_EGM2008_M10,file2);
+        h[2]=geoidh(pos);
+        closegeoid();
+        opengeoid(GEOID_EGM2008_M25,file3);
+        h[3]=geoidh(pos);
+        closegeoid();
+        opengeoid(GEOID_GSI2000_M15,file4);
+        h[4]=geoidh(pos);
+        closegeoid();
+        printgeoid(pos,h,5);
+        for (k=1;k<5;k++) {
+            dh=h[k]!=0.0?h[k]-h[0]:0.0;
+            if (fabs(dh)>fabs(dhmax[k])) dhmax[k]=dh;
+        }
+    }
+    printf("max difference                                                                 :");
+    for (i=1;i<5;i++) {
+        printf(" %9.4f",dhmax[i]);
+        assert(fabs(dhmax[i])<10.0);
+    }
+    printf("\n");
+    printf("%s utset3 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    return 0;
+}
diff --git a/test/utest/t_gloeph.c b/test/utest/t_gloeph.c
new file mode 100644
index 0000000..74cdb5b
--- /dev/null
+++ b/test/utest/t_gloeph.c
@@ -0,0 +1,214 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : glonass ephemeris function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+static void dumpgeph(geph_t *geph, int n)
+{
+    char s1[64],s2[64];
+    int i;
+    for (i=0;i<n;i++) {
+        time2str(geph[i].toe,s1,0);
+        time2str(geph[i].tof,s2,0);
+        printf("(%3d) sat=%2d frq=%2d svh=%d age=%d toe=%s %s "
+               "pos=%13.3f %13.3f %13.3f vel=%9.3f %9.3f %9.3f "
+               "acc=%10.3E %10.3E %10.3E taun=%12.5E gamn=%12.5E\n",
+            i+1,geph[i].sat,geph[i].frq,geph[i].svh,geph[i].age,s1,s2,
+            geph[i].pos[0],geph[i].pos[1],geph[i].pos[2],
+            geph[i].vel[0],geph[i].vel[1],geph[i].vel[2],
+            geph[i].acc[0],geph[i].acc[1],geph[i].acc[2],
+            geph[i].taun,geph[i].gamn);
+    }
+}
+/* readrnx() */
+void utest1(void)
+{
+    char file1[]="../data/rinex/brdd0910.09g";
+    char file2[]="../data/rinex/brdc0910.09g";
+    nav_t nav={0};
+    
+    readrnx(file1,1,"",NULL,&nav,NULL);
+        assert(nav.ng==0);
+    readrnx(file2,1,"",NULL,&nav,NULL);
+        assert(nav.ng>0);
+    dumpgeph(nav.geph,nav.ng);
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* readsp3() */
+void utest2(void)
+{
+    char *file1="../data/sp3/igl15253.sp4";
+    char *file2="../data/sp3/igl15253.sp3";
+    nav_t nav={0};
+    double tow,*pos;
+    int i,week,sat;
+    
+    sat=satno(SYS_GLO,13);
+    
+    readsp3(file1,&nav,0);
+        assert(nav.ne<=0);
+    readsp3(file2,&nav,0);
+        assert(nav.ne>0);
+    
+    for (i=0;i<nav.ne;i++) {
+        tow=time2gpst(nav.peph[i].time,&week);
+        pos=nav.peph[i].pos[sat-1];
+        printf("%4d %6.0f %2d %13.3f %13.3f %13.3f %10.3f\n",
+               week,tow,sat,pos[0],pos[1],pos[2],pos[3]*1E9);
+        assert(norm(pos,4)>0.0);
+    }
+    printf("\n");
+    
+    printf("%s utest2 : OK\n",__FILE__);
+}
+/* broadcast ephemeris */
+void utest3(void)
+{
+    gtime_t time;
+    char file[]="../data/rinex/brdc0910.09g";
+    nav_t nav={0};
+    double ep[]={2009,4,1,0,0,0};
+    double tspan=86400.0,tint=30.0,tow;
+    double rs[6],dts[2];
+    double var;
+    int i,sat,week,svh;
+    
+    sat=satno(SYS_GLO,7);
+    
+    readrnx(file,1,"",NULL,&nav,NULL);
+    
+    for (i=0;i<tspan/tint;i++) {
+        time=timeadd(epoch2time(ep),tint*i);
+        satpos(time,time,sat,EPHOPT_BRDC,&nav,rs,dts,&var,&svh);
+        tow=time2gpst(time,&week);
+        printf("%4d %6.0f %2d %13.3f %13.3f %13.3f %10.3f\n",
+               week,tow,sat,rs[0],rs[1],rs[2],dts[0]*1E9);
+        assert(norm(rs,3)>0.0);
+        assert(norm(rs+3,3)>0.0);
+        assert(dts[0]!=0.0);
+        assert(dts[1]!=0.0);
+    }
+    printf("\n");
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+/* precise ephemeris */
+void utest4(void)
+{
+    gtime_t time;
+    char *file="../data/sp3/igl15253.sp3";
+    nav_t nav={0};
+    double ep[]={2009,4,1,0,0,0};
+    double tspan=86400.0,tint=30.0,tow;
+    double rs[6],dts[2];
+    double var;
+    int i,sat,week,svh;
+    
+    sat=satno(SYS_GLO,7);
+    
+    readsp3(file,&nav,0);
+    
+    for (i=0;i<tspan/tint;i++) {
+        time=timeadd(epoch2time(ep),tint*i);
+        satpos(time,time,sat,EPHOPT_PREC,&nav,rs,dts,&var,&svh);
+        tow=time2gpst(time,&week);
+        printf("%4d %6.0f %2d %13.3f %13.3f %13.3f %10.3f\n",
+               week,tow,sat,rs[0],rs[1],rs[2],dts[0]*1E9);
+        assert(norm(rs,3)>0.0);
+        assert(norm(rs+3,3)>0.0);
+        assert(dts[0]!=0.0);
+    }
+    printf("\n");
+    
+    printf("%s utest4 : OK\n",__FILE__);
+}
+/* readsap() */
+void utest5(void)
+{
+    char *file="../../data/igs05.atx",id[32];
+    double ep[]={2009,4,1,0,0,0};
+    gtime_t time=epoch2time(ep);
+    nav_t nav={0};
+    int i,stat;
+    
+    stat=readsap(file,time,&nav);
+    
+    for (i=0;i<MAXSAT;i++) {
+        satno2id(i+1,id);
+        printf("%2d %-4s %8.3f %8.3f %8.3f\n",i+1,id,
+               nav.pcvs[i].off[0][0],nav.pcvs[i].off[0][1],nav.pcvs[i].off[0][2]);
+    }
+    printf("\n");
+    
+    printf("%s utest5 : OK\n",__FILE__);
+}
+/* satpos() */
+void utest6(void)
+{
+    FILE *fp;
+    char *file1="../data/rinex/brdc0910.09g";
+    char *file2="../data/sp3/igl15253.sp3";
+    char *file3="../../data/igs05.atx";
+/*
+    char *file4="../data/esa15253.sp3";
+    char *file5="../data/esa15253.clk";
+*/
+    char *outfile="testgloeph.out";
+    double ep[]={2009,4,1,0,0,0};
+    double tspan=86400.0,tint=30.0,tow;
+    double rs1[6],dts1[2],rs2[6],dts2[2],dr[3],ddts;
+    double var1,var2;
+    gtime_t time=epoch2time(ep);
+    nav_t nav={0};
+    int i,j,sat,week,svh1,svh2;
+    
+    readrnx(file1,1,"",NULL,&nav,NULL);
+    readsp3(file2,&nav,0);
+/*
+    readsp3(file4,&nav,0);
+    readrnxc(file5,&nav);
+*/
+    readsap(file3,time,&nav);
+    
+/*
+    sat=satno(SYS_GLO,21);
+*/
+    sat=satno(SYS_GLO,22);
+    
+    fp=fopen(outfile,"w");
+    
+    for (i=0;i<tspan/tint;i++) {
+        time=timeadd(epoch2time(ep),tint*i);
+        tow=time2gpst(time,&week);
+        satpos(time,time,sat,EPHOPT_BRDC,&nav,rs1,dts1,&var1,&svh1);
+        satpos(time,time,sat,EPHOPT_PREC,&nav,rs2,dts2,&var2,&svh2);
+        
+        if (norm(rs1,3)<=0.0||norm(rs2,3)<=0.0) continue;
+        
+        for (j=0;j<3;j++) dr[j]=rs1[j]-rs2[j];
+        ddts=dts1[0]-dts2[0];
+        fprintf(fp,"%4d %6.0f %2d %8.3f %8.3f %8.3f %10.3f\n",week,tow,sat,
+                dr[0],dr[1],dr[2],ddts*1E9);
+        
+        assert(norm(dr,3)<10.0);
+    }
+    fclose(fp);
+    
+    printf("output to: %s\n",outfile);
+    
+    printf("%s utest6 : OK\n",__FILE__);
+}
+/* unit test main */
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    utest5();
+    utest6();
+    return 0;
+}
diff --git a/test/utest/t_ionex.c b/test/utest/t_ionex.c
new file mode 100644
index 0000000..f22c6bd
--- /dev/null
+++ b/test/utest/t_ionex.c
@@ -0,0 +1,233 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : ionex function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+static void dumptec(const tec_t *tec, int n, int level)
+{
+    const tec_t *p;
+    char s[64];
+    int i,j,k,m;
+    
+    for (i=0;i<n;i++) {
+        p=tec+i;
+        time2str(p->time,s,3);
+        printf("(%2d) time =%s ndata=%d %d %d\n",i+1,s,p->ndata[0],p->ndata[1],p->ndata[2]);
+        if (level<1) continue;
+        printf("lats =%6.1f %6.1f %6.1f\n",p->lats[0],p->lats[1],p->lats[2]);
+        printf("lons =%6.1f %6.1f %6.1f\n",p->lons[0],p->lons[1],p->lons[2]);
+        printf("hgts =%6.1f %6.1f %6.1f\n",p->hgts[0],p->hgts[1],p->hgts[2]);
+        printf("data =\n");
+        for (j=0;j<p->ndata[2];j++) { /* hgt */
+            for (k=0;k<p->ndata[0];k++) { /* lat */
+                printf("lat=%.1f lon=%.1f:%.1f hgt=%.1f\n",p->lats[0]+k*p->lats[2],
+                       p->lons[0],p->lons[1],p->hgts[0]+j*p->hgts[2]);
+                for (m=0;m<p->ndata[1];m++) { /* lon */
+                    if (m>0&&m%16==0) printf("\n");
+                    printf("%5.1f ",p->data[k+p->ndata[0]*(m+p->ndata[1]*j)]);
+                }
+                printf("\n");
+            }
+            printf("\n");
+        }
+        printf("rms  =\n");
+        for (j=0;j<p->ndata[2];j++) { /* hgt */
+            for (k=0;k<p->ndata[0];k++) { /* lat */
+                printf("lat=%.1f lon=%.1f:%.1f hgt=%.1f\n",p->lats[0]+k*p->lats[2],
+                       p->lons[0],p->lons[1],p->hgts[0]+j*p->hgts[2]);
+                for (m=0;m<p->ndata[1];m++) { /* lon */
+                    if (m>0&&m%16==0) printf("\n");
+                    printf("%5.1f ",p->rms[k+p->ndata[0]*(m+p->ndata[1]*j)]);
+                }
+                printf("\n");
+            }
+            printf("\n");
+        }
+    }
+}
+static void dumpdcb(const nav_t *nav)
+{
+    int i;
+    printf("dcbs=\n");
+    for (i=0;i<MAXSAT;i++) {
+        printf("%3d: P1-P2=%6.3f\n",i+1,nav->cbias[i][0]/CLIGHT*1E9); /* ns */
+    }
+}
+/* readtec() */
+void utest1(void)
+{
+    char *file1="../data/sp3/igrg3380.10j";
+    char *file2="../data/sp3/igrg3380.10i";
+    char *file3="../data/sp3/igrg33*0.10i";
+    nav_t nav={0};
+    
+    printf("file=%s\n",file1);
+    readtec(file1,&nav,0);
+        assert(nav.nt==0);
+    
+    printf("file=%s\n",file2);
+    readtec(file2,&nav,0);
+        assert(nav.nt==13);
+    dumptec(nav.tec,nav.nt,1);
+    
+    printf("file=%s\n",file3);
+    readtec(file3,&nav,0);
+        assert(nav.nt==25);
+    dumptec(nav.tec,nav.nt,0);
+    
+    dumptec(nav.tec   ,1,1);
+    dumptec(nav.tec+12,1,1);
+    dumpdcb(&nav);
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* iontec() 1 */
+void utest2(void)
+{
+    char *file3="../data/sp3/igrg33*0.10i";
+    nav_t nav={0};
+    gtime_t time1,time2,time3,time4;
+    double ep1  []={2010,12, 4, 0, 0, 0};
+    double ep2  []={2010,12, 5,23,59,59};
+    double ep3  []={2010,12, 3,23,59,59}; /* error */
+    double ep4  []={2010,12, 6, 0, 0, 0}; /* error */
+    double pos1 []={ 45.1*D2R, 135.7*D2R,0.0};
+    double pos2 []={-45.1*D2R,-170.7*D2R,0.0};
+    double pos3 []={-45.1*D2R, 189.3*D2R,0.0};
+    double pos4 []={ 87.6*D2R,   0.0*D2R,0.0}; /* out of grid */
+    double pos5 []={-87.6*D2R,   0.0*D2R,0.0}; /* out of grid */
+    double azel1[]={  0.0,90.0*D2R};
+    double azel2[]={120.0,30.0*D2R};
+    double azel3[]={  0.0,-0.1*D2R}; /* error */
+    double delay1,var1,delay2=0,var2;
+    int stat;
+    
+    time1=epoch2time(ep1);
+    time2=epoch2time(ep2);
+    time3=epoch2time(ep3);
+    time4=epoch2time(ep4);
+    
+    readtec(file3,&nav,0);
+    stat=iontec(time1,&nav,pos1,azel1,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time2,&nav,pos1,azel1,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time3,&nav,pos1,azel1,1,&delay1,&var1);
+        assert(stat==0);
+    stat=iontec(time4,&nav,pos1,azel1,1,&delay1,&var1);
+        assert(stat==0);
+    stat=iontec(time1,&nav,pos2,azel1,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time1,&nav,pos3,azel1,1,&delay2,&var2);
+        assert(stat==1);
+        assert(fabs(delay1-delay2)<1E-4);
+        assert(fabs(var1-var2)<1E-8);
+    stat=iontec(time1,&nav,pos4,azel1,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time1,&nav,pos5,azel1,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time1,&nav,pos1,azel2,1,&delay1,&var1);
+        assert(stat==1);
+    stat=iontec(time1,&nav,pos1,azel3,1,&delay1,&var1);
+        assert(stat==1&&delay1==0.0);
+    
+    printf("%s utest2 : OK\n",__FILE__);
+}
+/* iontec() 2 */
+void utest3(void)
+{
+    FILE *fp;
+    char *file3="../data/sp3/igrg33*0.10i";
+    nav_t nav={0};
+    gtime_t time1;
+    double ep1[]={2010,12, 5, 0, 0, 0};
+    double delay,var,pos[3]={0},azel[]={0.0,PI/2};
+    int i,j;
+    
+    time1=epoch2time(ep1);
+    readtec(file3,&nav,0);
+    
+    fp=fopen("testionex3.m","w");
+        assert(fp);
+    
+    fprintf(fp,"tec=[\n");
+    for (i=90;i>=-90;i-=2) {
+        for (j=0;j<=360;j+=2) {
+            pos[0]=i*D2R;
+            pos[1]=j*D2R;
+            if (iontec(time1,&nav,pos,azel,1,&delay,&var)) {
+                fprintf(fp,"%4.2f ",delay);
+            }
+            else {
+                fprintf(fp," nan ");
+            }
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"];\n");
+    fclose(fp);
+    
+    fp=fopen("testionex3.m","a");
+        assert(fp);
+    
+    fprintf(fp,"rms=[\n");
+    for (i=90;i>=-90;i-=2) {
+        for (j=0;j<=360;j+=2) {
+            pos[0]=i*D2R;
+            pos[1]=j*D2R;
+            if (iontec(time1,&nav,pos,azel,1,&delay,&var)) {
+                fprintf(fp,"%4.2f ",sqrt(var));
+            }
+            else {
+                fprintf(fp," nan ");
+            }
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"];\n");
+    fclose(fp);
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+/* iontec() 3 */
+void utest4(void)
+{
+    FILE *fp;
+    char *file3="../data/sp3/igrg33*0.10i";
+    nav_t nav={0};
+    gtime_t time1;
+    double ep1[]={2010,12, 3,12, 0, 0};
+    double delay,var,pos[3]={25*D2R,135*D2R,0};
+    double azel[]={75*D2R,90*D2R};
+    int i;
+    
+    time1=epoch2time(ep1);
+    readtec(file3,&nav,0);
+    
+    fp=fopen("testionex4.m","w");
+        assert(fp);
+    
+    fprintf(fp,"tec=[\n");
+    for (i=0;i<=86400*3;i+=30) {
+        if (iontec(timeadd(time1,i),&nav,pos,azel,1,&delay,&var)) {
+            fprintf(fp,"%6d %5.3f %5.3f\n",i,delay,sqrt(var));
+        }
+        else {
+            fprintf(fp,"%6d  nan   nan\n",i);
+        }
+    }
+    fprintf(fp,"];\n");
+    fclose(fp);
+    
+    printf("%s utest4 : OK\n",__FILE__);
+}
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    return 0;
+}
diff --git a/test/utest/t_lambda.c b/test/utest/t_lambda.c
new file mode 100644
index 0000000..5943232
--- /dev/null
+++ b/test/utest/t_lambda.c
@@ -0,0 +1,114 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : lambda/mlambda integer least square
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+static double a1[]={
+  1585184.171,
+ -6716599.430,
+  3915742.905,
+  7627233.455,
+  9565990.879,
+989457273.200
+};
+static double Q1[]={
+0.227134,   0.112202,   0.112202,   0.112202,   0.112202,   0.103473,
+0.112202,   0.227134,   0.112202,   0.112202,   0.112202,   0.103473,
+0.112202,   0.112202,   0.227134,   0.112202,   0.112202,   0.103473,
+0.112202,   0.112202,   0.112202,   0.227134,   0.112202,   0.103473,
+0.112202,   0.112202,   0.112202,   0.112202,   0.227134,   0.103473,
+0.103473,   0.103473,   0.103473,   0.103473,   0.103473,   0.434339
+};
+static double F1[]={
+  1585184.000000,  1585184.000000,
+ -6716599.000000, -6716600.000000,
+  3915743.000000,  3915743.000000,
+  7627234.000000,  7627233.000000,
+  9565991.000000,  9565991.000000,
+989457273.000000,989457273.000000
+};
+static double s1[]={
+        3.507984,        3.708456, 
+};
+static double a2[]={
+-13324172.755747,
+-10668894.713608,
+ -7157225.010770,
+ -6149367.974367,
+ -7454133.571066,
+ -5969200.494550,
+  8336734.058423,
+  6186974.084502,
+-17549093.883655,
+-13970158.922370
+};
+static double Q2[]={
+        0.446320,        0.223160,        0.223160,        0.223160,        0.223160,        0.572775,        0.286388,        0.286388,        0.286388,        0.286388,
+        0.223160,        0.446320,        0.223160,        0.223160,        0.223160,        0.286388,        0.572775,        0.286388,        0.286388,        0.286388,
+        0.223160,        0.223160,        0.446320,        0.223160,        0.223160,        0.286388,        0.286388,        0.572775,        0.286388,        0.286388,
+        0.223160,        0.223160,        0.223160,        0.446320,        0.223160,        0.286388,        0.286388,        0.286388,        0.572775,        0.286388,
+        0.223160,        0.223160,        0.223160,        0.223160,        0.446320,        0.286388,        0.286388,        0.286388,        0.286388,        0.572775,
+        0.572775,        0.286388,        0.286388,        0.286388,        0.286388,        0.735063,        0.367531,        0.367531,        0.367531,        0.367531,
+        0.286388,        0.572775,        0.286388,        0.286388,        0.286388,        0.367531,        0.735063,        0.367531,        0.367531,        0.367531,
+        0.286388,        0.286388,        0.572775,        0.286388,        0.286388,        0.367531,        0.367531,        0.735063,        0.367531,        0.367531,
+        0.286388,        0.286388,        0.286388,        0.572775,        0.286388,        0.367531,        0.367531,        0.367531,        0.735063,        0.367531,
+        0.286388,        0.286388,        0.286388,        0.286388,        0.572775,        0.367531,        0.367531,        0.367531,        0.367531,        0.735063 
+};
+static double F2[]={
+-13324188.000000,-13324188.000000,
+-10668901.000000,-10668908.000000,
+ -7157236.000000, -7157236.000000,
+ -6149379.000000, -6149379.000000,
+ -7454143.000000, -7454143.000000,
+ -5969220.000000, -5969220.000000,
+  8336726.000000,  8336717.000000,
+  6186960.000000,  6186960.000000,
+-17549108.000000,-17549108.000000,
+-13970171.000000,-13970171.000000 
+};
+static double s2[]={
+     1506.435789,     1612.811795
+};
+
+void utest1(void)
+{
+    int i,j,n,m,info;
+    double F[6*2],s[2];
+    
+    n=6; m=2;
+    info=lambda(n,m,a1,Q1,F,s);
+    assert(info==0);
+
+    for (j=0;j<m;j++) {
+        for (i=0;i<n;i++) {
+            assert(fabs(F[i+j*n]-F1[j+i*m])<1E-4);
+        }
+        assert(fabs(s[j]-s1[j])<1E-4);
+    }
+    printf("%s utest1 : OK\n",__FILE__);
+}
+void utest2(void)
+{
+    int i,j,n,m,info;
+    double F[10*2],s[2];
+    
+    n=10; m=2;
+    info=lambda(n,m,a2,Q2,F,s);
+    assert(info==0);
+    
+    for (j=0;j<m;j++) {
+        for (i=0;i<n;i++) {
+            assert(fabs(F[i+j*n]-F2[j+i*m])<1E-4);
+        }
+        assert(fabs(s[j]-s2[j])<1E-4);
+    }
+    printf("%s utest2 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    return 0;
+}
diff --git a/test/utest/t_matrix.c b/test/utest/t_matrix.c
new file mode 100644
index 0000000..25bf7ab
--- /dev/null
+++ b/test/utest/t_matrix.c
@@ -0,0 +1,189 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : matrix and vector functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+void dbout1(double *x, double *y, double *P, double *H, double *R, int n, int m)
+{
+    printf("x=[\n"); matprint(x,n,1,8,4); printf("];\n");
+    printf("y=[\n"); matprint(y,m,1,8,4); printf("];\n");
+    printf("P=[\n"); matprint(P,n,n,8,4); printf("];\n");
+    printf("H=[\n"); matprint(H,m,n,8,4); printf("];\n");
+    printf("R=[\n"); matprint(R,m,m,8,4); printf("];\n");
+}
+void dbout2(double *x, double *P, int n)
+{
+    printf("xu=[\n"); matprint(x,n,1,8,4); printf("];\n");
+    printf("Pu=[\n"); matprint(P,n,n,8,4); printf("];\n");
+    printf("K=P*H'/(H*P*H'+R);\n");
+    
+    printf("xd=x+K*y;\n");
+    printf("Pd=P-K*H*P\n");
+    printf("xu-xd,Pu-Pd\n");
+}
+/* mat(),imat(),zeros(),eye()  */
+void utest1(void)
+{
+    int i,j,n=100,m=200,*b;
+    double *a;
+    a=mat(0,0); assert(a==NULL);
+    a=mat(0,1); assert(a==NULL);
+    a=mat(1,0); assert(a==NULL);
+    a=mat(1,1); assert(a!=NULL);
+    free(a);
+/*  a=mat(1000000,1000000); assert(a==NULL); */
+    a=zeros(0,m); assert(a==NULL);
+    a=zeros(n,0); assert(a==NULL);
+    a=zeros(n,m); assert(a!=NULL);
+    for (i=0;i<n;i++) for (j=0;j<m;j++) assert(a[i+j*n]==0.0);
+    free(a);
+/*  a=zeros(10000000,1000000); assert(a==NULL); */
+    a=eye(0); assert(a==NULL);
+    a=eye(n); assert(a!=NULL);
+    for (i=0;i<n;i++) for (j=0;j<n;j++) assert(a[i+j*n]==(i==j?1.0:0.0));
+    free(a);
+/*  a=eye(1000000); assert(a==NULL); */
+    b=imat(0,m); assert(b==NULL);
+    b=imat(n,0); assert(b==NULL);
+    b=imat(n,m); assert(b!=NULL);
+    free(b);
+/*
+    a=imat(1000000,1000000); assert(a==NULL);
+*/
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* dot() */
+void utest2(void)
+{
+    int i;
+    double a[]={1.0,2.0,3.0,4.0,5.0,6.0};
+    double b[]={7.0,8.0,9.0,1.4,1.6,7.8};
+    double c,d;
+    for (i=0,d=0.0;i<6;i++) d+=a[i]*b[i];
+    c=dot(a,b,0); assert(c==0.0);
+    c=dot(a,b,6); assert(fabs(c-d)<1E-14);
+    for (i=0,d=0.0;i<6;i++) d+=a[i]*a[i]; d=sqrt(d);
+    c=norm(a,6);  assert(fabs(c-d)<1E-14);
+    for (i=0,d=0.0;i<6;i++) d+=b[i]*b[i]; d=sqrt(d);
+    c=norm(b,6);  assert(fabs(c-d)<1E-14);
+
+    printf("%s utest2 : OK\n",__FILE__);
+}
+static double A[]={
+         0.935469699107605,        0.893649530913534,
+         0.916904439913408,       0.0578913047842686,
+         0.410270206990945,           0.352868132217
+};
+static double B[]={
+         0.813166497303758,         0.13889088195695,
+       0.00986130066092356,        0.202765218560273
+};
+static double AB[]={
+         0.769505165266963,        0.311129254005026,
+          0.74616685532878,        0.139088009397138,
+         0.337097725912365,        0.128532174841568
+};
+static double ABT[]={
+         0.884812390066127,        0.190425990414052,
+         0.753636546145776,       0.0207802134266434,
+         0.382628153265035,       0.0755951818152924
+};
+static double invB[]={
+          1.24006142464565,       -0.849421938204008,
+       -0.0603092514252338,         4.97312316323555
+};
+/* matmul() */
+void utest3(void)
+{
+    int i,j;
+    double C[6];
+    matmul("TT",3,2,2,1.0,A,B,0.0,C);
+    for (i=0;i<3;i++) for (j=0;j<2;j++) assert(fabs(C[i+j*3]-AB[j+i*2])<1E-9);
+    
+    matmul("NN",2,3,2,1.0,B,A,0.0,C);
+    for (i=0;i<2;i++) for (j=0;j<3;j++) assert(fabs(C[i+j*2]-AB[i+j*2])<1E-9);
+    
+    matmul("TN",3,2,2,1.0,A,B,0.0,C);
+    for (i=0;i<3;i++) for (j=0;j<2;j++) assert(fabs(C[i+j*3]-ABT[j+i*2])<1E-9);
+    
+    matmul("TN",2,3,2,1.0,B,A,0.0,C);
+    for (i=0;i<2;i++) for (j=0;j<3;j++) assert(fabs(C[i+j*2]-ABT[i+j*2])<1E-9);
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+/* matinv() */
+void utest4(void)
+{
+    int i,j;
+    double C[4];
+    memcpy(C,B,sizeof(double)*4);
+    matinv(B,2);
+    for (i=0;i<2;i++) for (j=0;j<2;j++) assert(fabs(B[i+j*2]-invB[i+j*2])<1E-9);
+    matinv(B,2);
+    for (i=0;i<2;i++) for (j=0;j<2;j++) assert(fabs(B[i+j*2]-C[i+j*2])<1E-9);
+    
+    printf("%s utest4 : OK\n",__FILE__);
+}
+static double H[]={
+    0.123, 0.345, 0.567,
+    0.890,-0.135, 0.791,
+    1.020, 2.489, 0.111,
+    0.321,-1.002, 5.678
+};
+static double y[]={
+    0.3456,
+    1.5678,
+    0.1047,
+    0.1047
+};
+static double xs[]={
+    1.77586016656388,
+   -0.64484683008484,
+   -0.18684144028875
+};
+static double Qs[]={
+    1.41343666098904, -0.56122396983116, -0.20536436422033,
+   -0.56122396983117,  0.37710272892140,  0.10628198948746,
+   -0.20536436422033,  0.10628198948746,  0.06392702788446
+};
+/* lsq() */
+void utest5(void)
+{
+    int i;
+    double x[3],Q[9];
+    lsq(H,y,3,4,x,Q);
+    for (i=0;i<3;i++) assert(fabs(x[i]-xs[i])<1E-9);
+    for (i=0;i<9;i++) assert(fabs(Q[i]-Qs[i])<1E-9);
+    
+    printf("%s utest5 : OK\n",__FILE__);
+}
+/* matcpy() */
+void utest6(void)
+{
+    double *a=mat(100,200),*b=zeros(100,200),c=0.0;
+    int i,j;
+    for (i=0;i<100;i++) {
+        for (j=0;j<200;j++) {
+            a[i+j*100]=(c+=1.0);
+        }
+    }
+    matcpy(b,a,100,200);
+    for (i=0,c=0.0;i<100;i++) {
+        for (j=0;j<200;j++) {
+            assert(a[i+j*100]==b[i+j*100]);
+        }
+    }
+    free(a); free(b);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    utest5();
+    utest6();
+    return 0;
+}
diff --git a/test/utest/t_misc.c b/test/utest/t_misc.c
new file mode 100644
index 0000000..c74d1f2
--- /dev/null
+++ b/test/utest/t_misc.c
@@ -0,0 +1,192 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : misc functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* expath() */
+static void utest11(const char *path)
+{
+    char s[32][256],*paths[32];
+    int i,n;
+    for (i=0;i<32;i++) paths[i]=s[i];
+    n=expath(path,paths,32);
+    printf("\npath =%s\n",path);
+    printf("paths=\n");
+    for (i=0;i<n;i++) printf("%s\n",paths[i]);
+}
+void utest1(void)
+{
+    utest11("");
+    utest11("*");
+    utest11("*.*");
+    utest11("*.c");
+    utest11("*.c*");
+    utest11("t_*.*");
+    utest11("t_misc.c");
+    utest11("t*misc.c");
+    utest11("t_m*sc.c");
+    utest11("t_m*sc*c");
+    utest11("t_m*sc*c*");
+    utest11("*.");
+    utest11(".*");
+    utest11("t_misc");
+    utest11("_misc.c");
+    utest11("c:\\*");
+    utest11("c:\\windows*");
+    utest11("c:\\windows\\*");
+}
+/* reppath() */
+void utest2(void)
+{
+    gtime_t t0={0},t1,t2;
+    double ep1[]={1990, 1, 1, 0, 0, 0.00000};
+    double ep2[]={2010,12,31,23,59,59.99999};
+    char path0[]="01234567890123456789";
+    char path1[]="abcde_%Y/%m/%d_%h:%M:%S_%Y%m%d%h%M%S";
+    char path2[]="abcde_%y%n_%W%D%H_%ha%hb%hc";
+    char path3[]="rover %r %r base %b %b";
+    char path4[]="%a %b %c";
+    char rpath[1024];
+    char rov[]="RRRRRRRR",base[]="BBBBBBBB";
+    int stat;
+    
+    t1=epoch2time(ep1);
+    t2=epoch2time(ep2);
+    
+    stat=reppath(path0,rpath,t1,"","");
+        assert(stat==0);
+    stat=strcmp(rpath,path0);
+        assert(stat==0);
+    stat=reppath(path0,rpath,t0,rov,base);
+        assert(stat==0);
+    stat=strcmp(rpath,path0);
+        assert(stat==0);
+    stat=reppath(path0,rpath,t1,rov,base);
+        assert(stat==0);
+    stat=strcmp(rpath,path0);
+        assert(stat==0);
+    stat=reppath(path1,rpath,t1,"","");
+        assert(stat==1);
+    stat=strcmp(rpath,"abcde_1990/01/01_00:00:00_19900101000000");
+        assert(stat==0);
+    stat=reppath(path2,rpath,t2,rov,base);
+        assert(stat==1);
+    stat=strcmp(rpath,"abcde_10365_16165x_211812");
+        assert(stat==0);
+    stat=reppath(path3,rpath,t0,rov,base);
+        assert(stat==1);
+    stat=strcmp(rpath,"rover RRRRRRRR RRRRRRRR base BBBBBBBB BBBBBBBB");
+        assert(stat==0);
+    stat=reppath(path4,rpath,t1,rov,"");
+        assert(stat==0);
+    stat=strcmp(rpath,"%a %b %c");
+        assert(stat==0);
+    
+    printf("%s utset2 : OK\n",__FILE__);
+}
+/* reppaths() */
+void utest3(void)
+{
+    gtime_t t0={0},t1,t2,t3,t4;
+    double ep1[]={2010, 7,31,21,36,50.00000};
+    double ep2[]={2010, 8, 1, 4, 0, 0.00000};
+    double ep3[]={2010, 8,31, 0, 0, 0.00000};
+    double ep4[]={2012, 1,31, 0, 0, 0.00000};
+    char path0[]="01234567890123456789";
+    char path1[]="abcde_%Y/%m/%d_%h:%M:%S_%Y%m%d%h%M%S";
+    char path2[]="%r_%b_%r_%b_%y%n_%W%D%H_%ha%hb%hc";
+    char path4[]="YEAR=%Y GPSWEEK=%W";
+    char *paths[100];
+    int i,n,stat;
+    
+    t1=epoch2time(ep1);
+    t2=epoch2time(ep2);
+    t3=epoch2time(ep3);
+    t4=epoch2time(ep4);
+    
+    for (i=0;i<100;i++) paths[i]=(char *)malloc(1024);
+    
+    n=reppaths(path1,paths,10,t0,t1,"ROV","BASE");
+        assert(n==0);
+    n=reppaths(path1,paths,10,t1,t0,"ROV","BASE");
+        assert(n==0);
+    n=reppaths(path1,paths, 0,t1,t2,"ROV","BASE");
+        assert(n==0);
+    n=reppaths(path1,paths,10,t2,t1,"ROV","BASE");
+        assert(n==0);
+    n=reppaths(path0,paths,10,t1,t2,"ROV","BASE");
+        assert(n==1);
+    stat=strcmp(paths[0],path0);
+        assert(stat==0);
+    n=reppaths(path1,paths,100,t1,t2,"ROV","BASE");
+        for (i=0;i<n;i++) printf("paths[%2d]=%s\n",i,paths[i]);
+        printf("\n");
+        assert(n==27);
+    stat=strcmp(paths[ 0],"abcde_2010/07/31_21:30:00_20100731213000");
+        assert(stat==0);
+    stat=strcmp(paths[26],"abcde_2010/08/01_04:00:00_20100801040000");
+        assert(stat==0);
+    n=reppaths(path2,paths,100,t1,t3,"ROV","BASE");
+        for (i=0;i<n;i++) printf("paths[%2d]=%s\n",i,paths[i]);
+        printf("\n");
+        assert(n==100);
+    stat=strcmp(paths[ 0],"ROV_BASE_ROV_BASE_10212_15946v_211812");
+        assert(stat==0);
+    stat=strcmp(paths[99],"ROV_BASE_ROV_BASE_10217_15954a_000000");
+        assert(stat==0);
+    n=reppaths(path4,paths,100,t1,t4,"ROV","BASE");
+        for (i=0;i<n;i++) printf("paths[%2d]=%s\n",i,paths[i]);
+        printf("\n");
+        assert(n==81);
+    stat=strcmp(paths[ 0],"YEAR=2010 GPSWEEK=1594");
+        assert(stat==0);
+    stat=strcmp(paths[80],"YEAR=2012 GPSWEEK=1673");
+        assert(stat==0);
+    
+    for (i=0;i<100;i++) free(paths[i]);
+    
+    printf("%s utset3 : OK\n",__FILE__);
+}
+/* getbitu(),getbits(),setbitu(),setbits() */
+void utest4(void)
+{
+    unsigned char buff[1024]={0};
+    unsigned int vu;
+    int vs;
+    
+    setbitu(buff,  0, 8,     1); vu=getbitu(buff,  0, 8); assert(vu==     1);
+    setbitu(buff,  4, 8,   255); vu=getbitu(buff,  4, 8); assert(vu==   255);
+    setbitu(buff, 13, 8,     1); vu=getbitu(buff, 13, 8); assert(vu==     1);
+    setbitu(buff, 29, 8,   255); vu=getbitu(buff, 29, 8); assert(vu==   255);
+    setbitu(buff, 99,10,  1023); vu=getbitu(buff, 99,10); assert(vu==  1023);
+    setbitu(buff,666,31,123456); vu=getbitu(buff,666,31); assert(vu==123456);
+    setbitu(buff,777,32,789012); vu=getbitu(buff,777,32); assert(vu==789012);
+    
+    setbits(buff,100, 8,     1); vs=getbitu(buff,100, 8); assert(vs==     1);
+    setbits(buff,104, 8,   127); vs=getbitu(buff,104, 8); assert(vs==   127);
+    setbits(buff,113, 8,     1); vs=getbitu(buff,113, 8); assert(vs==     1);
+    setbits(buff,129, 8,   127); vs=getbitu(buff,129, 8); assert(vs==   127);
+    setbits(buff,199,10,   511); vs=getbitu(buff,199,10); assert(vs==   511);
+    setbits(buff,766,31,123456); vs=getbitu(buff,766,31); assert(vs==123456);
+    setbits(buff,877,32,789012); vs=getbitu(buff,877,32); assert(vs==789012);
+    
+    setbits(buff,200, 8,    -1); vs=getbits(buff,200, 8); assert(vs==    -1);
+    setbits(buff,204, 8,  -127); vs=getbits(buff,204, 8); assert(vs==  -127);
+    setbits(buff,213, 8,    -3); vu=getbits(buff,213, 8); assert(vu==    -3);
+    setbits(buff,229, 8,  -126); vu=getbits(buff,229, 8); assert(vu==  -126);
+    setbits(buff,299,24,-99999); vu=getbits(buff,299,24); assert(vu==-99999);
+    setbits(buff,866,31,-12345); vs=getbits(buff,866,31); assert(vs==-12345);
+    setbits(buff,977,32,-67890); vs=getbits(buff,977,32); assert(vs==-67890);
+    
+    printf("%s utset4 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    return 0;
+}
diff --git a/test/utest/t_ppp.c b/test/utest/t_ppp.c
new file mode 100644
index 0000000..fd4c2d2
--- /dev/null
+++ b/test/utest/t_ppp.c
@@ -0,0 +1,80 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : ppp functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <math.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* eci2ecef() */
+void utest1(void)
+{
+    double ep1[]={1999,3,4,0,0,0};
+    double gmst,U[9];
+    double U1[]={
+        -0.947378027425279,        0.320116956820115,   -8.43090456427539e-005,
+         -0.32011695222455,       -0.947378030590727,   -6.36592598714651e-005,
+      -0.00010025094616549,   -3.33206293083182e-005,        0.999999994419742
+    };
+    double erpv[5]={0.06740*D2R/3600,0.24713*D2R/3600,0.649232};
+    int i,j;
+    
+    eci2ecef(epoch2time(ep1),erpv,U,&gmst);
+    
+    for (i=0;i<3;i++) for (j=0;j<3;j++) {
+        printf("U(%d,%d)=%15.12f %15.12f %15.12f\n",i,j,
+               U[i+j*3],U1[j+i*3],U[i+j*3]-U1[j+i*3]);
+        assert(fabs(U[i+j*3]-U1[j+i*3])<1E-11);
+    }
+    printf("%s utset1 : OK\n",__FILE__);
+}
+/* sunmoonpos() */
+void utest2(void)
+{
+    double ep1[]={2010,12,31,8,9,10}; /* utc */
+    double rs[]={70842740307.0837,115293403265.153,-57704700666.9715}; /* de405 */
+    double rm[]={350588081.147922,29854134.6432052,-136870369.169738};
+    double rsun[3],rmoon[3],erpv[5]={0};
+    int i;
+    
+    sunmoonpos(epoch2time(ep1),erpv,rsun,rmoon,NULL);
+    printf("X_sun =%15.0f %15.0f %7.4f\n",rsun [0],rs[0],(rsun [0]-rs[0])/rsun [0]);
+    printf("Y_sun =%15.0f %15.0f %7.4f\n",rsun [1],rs[1],(rsun [1]-rs[1])/rsun [1]);
+    printf("Z_sun =%15.0f %15.0f %7.4f\n",rsun [2],rs[2],(rsun [2]-rs[2])/rsun [2]);
+    printf("X_moon=%15.0f %15.0f %7.4f\n",rmoon[0],rm[0],(rmoon[0]-rm[0])/rmoon[0]);
+    printf("Y_moon=%15.0f %15.0f %7.4f\n",rmoon[1],rm[1],(rmoon[1]-rm[1])/rmoon[1]);
+    printf("Z_moon=%15.0f %15.0f %7.4f\n",rmoon[2],rm[2],(rmoon[2]-rm[2])/rmoon[2]);
+    
+    for (i=0;i<3;i++) {
+        assert(fabs((rsun [i]-rs[i])/rsun [i])<0.03);
+        assert(fabs((rmoon[i]-rm[i])/rmoon[i])<0.03);
+    }
+    printf("%s utset2 : OK\n",__FILE__);
+}
+/* tidedisp() */
+void utest3(void)
+{
+    double ep1[]={2010,6,7,1,2,3};
+    double rr[]={-3957198.431,3310198.621,3737713.474}; /* TSKB */
+    double dp[]={-0.05294,0.075607,0.03644};
+    double dr[3]={0};
+    int i;
+    
+    tidedisp(epoch2time(ep1),rr,1,NULL,NULL,dr);
+    
+    printf("X_disp=%8.5f %8.5f %8.5f\n",dr[0],dp[0],dr[0]-dp[0]);
+    printf("Y_disp=%8.5f %8.5f %8.5f\n",dr[1],dp[1],dr[1]-dp[1]);
+    printf("Z_disp=%8.5f %8.5f %8.5f\n",dr[2],dp[2],dr[2]-dp[2]);
+    
+    for (i=0;i<3;i++) {
+        assert(fabs(dr[i]-dp[i])<0.001);
+    }
+    printf("%s utset3 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    return 0;
+}
diff --git a/test/utest/t_preceph.c b/test/utest/t_preceph.c
new file mode 100644
index 0000000..839468f
--- /dev/null
+++ b/test/utest/t_preceph.c
@@ -0,0 +1,209 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : precise ephemeris function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+static void dumpeph(peph_t *peph, int n)
+{
+    char s[64];
+    int i,j;
+    for (i=0;i<n;i++) {
+        time2str(peph[i].time,s,3);
+        printf("time=%s\n",s);
+        for (j=0;j<MAXSAT;j++) {
+            printf("%03d: %14.3f %14.3f %14.3f : %5.3f %5.3f %5.3f\n",
+                   j+1,peph[i].pos[j][0],peph[i].pos[j][1],peph[i].pos[j][2],
+                   peph[i].std[j][0],peph[i].std[j][1],peph[i].std[j][2]);
+        }
+    }
+}
+static void dumpclk(pclk_t *pclk, int n)
+{
+    char s[64];
+    int i,j;
+    for (i=0;i<n;i++) {
+        time2str(pclk[i].time,s,3);
+        printf("time=%s\n",s);
+        for (j=0;j<MAXSAT;j++) {
+            printf("%03d: %14.3f : %5.3f\n",
+                   j+1,pclk[i].clk[j][0]*1E9,pclk[i].std[j][0]*1E9);
+        }
+    }
+}
+/* readsp3() */
+void utest1(void)
+{
+    char *file1="../data/sp3/igs15904.sp4";
+    char *file2="../data/sp3/igs15904.sp3";
+    char *file3="../data/sp3/igs1590*.sp3";
+    nav_t nav={0};
+    
+    printf("file=%s\n",file1);
+    readsp3(file1,&nav,0);
+        assert(nav.ne==0);
+    
+    printf("file=%s\n",file2);
+    readsp3(file2,&nav,0);
+        assert(nav.ne==96);
+    dumpeph(nav.peph,nav.ne);
+    
+    printf("file=%s\n",file3);
+    readsp3(file3,&nav,0);
+        assert(nav.ne==192);
+    dumpeph(nav.peph,nav.ne);
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* readsap() */
+void utest2(void)
+{
+    double ep1[]={2008,3,1,0,0,0};
+    double ep2[]={2006,11,4,23,59,59};
+    char *file1="../data/sp3/igs06.atx";
+    char *file2="../../data/igs05.atx";
+    pcvs_t pcvs={0};
+    pcv_t *pcv;
+    gtime_t time;
+    int i,stat;
+    
+    printf("file=%s\n",file1);
+    stat=readpcv(file1,&pcvs);
+        assert(!stat);
+    stat=readpcv(file2,&pcvs);
+        assert(stat);
+    
+    time=epoch2time(ep1);
+    for (i=0;i<MAXSAT;i++) {
+        if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+        printf("PRN%02d : %7.4f %7.4f %7.4f\n",i+1,pcv->off[0][0],pcv->off[0][1],pcv->off[0][2]);
+    }
+    time=epoch2time(ep2);
+    for (i=0;i<MAXSAT;i++) {
+        if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+        printf("PRN%02d : %7.4f %7.4f %7.4f\n",i+1,pcv->off[0][0],pcv->off[0][1],pcv->off[0][2]);
+    }
+    
+    printf("%s utest2 : OK\n",__FILE__);
+}
+/* readrnxc() */
+void utest3(void)
+{
+    char *file1="../data/sp3/igs15904.cls";
+    char *file2="../data/sp3/igs15904.clk";
+    char *file3="../data/sp3/igs1590*.clk";
+    nav_t nav={0};
+    
+    printf("file=%s\n",file1);
+    readrnxc(file1,&nav);
+        assert(nav.nc==0);
+    
+    printf("file=%s\n",file2);
+    readrnxc(file2,&nav);
+        assert(nav.nc>0);
+    dumpclk(nav.pclk,nav.nc);
+    free(nav.pclk); nav.pclk=NULL; nav.nc=nav.ncmax=0;
+    
+    printf("file=%s\n",file3);
+    readrnxc(file3,&nav);
+        assert(nav.nc>0);
+    dumpclk(nav.pclk,nav.nc);
+    free(nav.pclk); nav.pclk=NULL; nav.nc=nav.ncmax=0;
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+/* peph2pos() */
+void utest4(void)
+{
+    FILE *fp;
+    char *file1="../data/sp3/igs1590*.sp3"; /* 2010/7/1 */
+    char *file2="../data/sp3/igs1590*.clk"; /* 2010/7/1 */
+    nav_t nav={0};
+    int i,j,stat,sat;
+    double ep[]={2010,7,1,0,0,0};
+    double rs[6]={0},dts[2]={0};
+    double var;
+    gtime_t t,time;
+    
+    time=epoch2time(ep);
+    
+    readsp3(file1,&nav,0);
+        assert(nav.ne>0);
+    readrnxc(file2,&nav);
+        assert(nav.nc>0);
+    stat=peph2pos(time,0,&nav,0,rs,dts,&var);
+        assert(!stat);
+    stat=peph2pos(time,160,&nav,0,rs,dts,&var);
+        assert(!stat);
+    
+    fp=fopen("testpeph1.out","w");
+    
+    sat=4;
+    
+    for (i=0;i<86400*2;i+=30) {
+        t=timeadd(time,(double)i);
+        for (j=0;j<6;j++) rs [j]=0.0;
+        for (j=0;j<2;j++) dts[j]=0.0;
+        peph2pos(t,sat,&nav,0,rs,dts,&var);
+        fprintf(fp,"%02d %6d %14.3f %14.3f %14.3f %14.3f %10.3f %10.3f %10.3f %10.3f\n",
+                sat,i,rs[0],rs[1],rs[2],dts[0]*1E9,rs[3],rs[4],rs[5],dts[1]*1E9);
+    }
+    fclose(fp);
+    printf("%s utest4 : OK\n",__FILE__);
+}
+/* satpos() */
+void utest5(void)
+{
+    FILE *fp;
+    char *file1="../data/sp3/igs1590*.sp3"; /* 2010/7/1 */
+    char *file2="../data/sp3/igs1590*.clk"; /* 2010/7/1 */
+    char *file3="../../data/igs05.atx";
+    char *file4="../data/rinex/brdc*.10n";
+    pcvs_t pcvs={0};
+    pcv_t *pcv;
+    nav_t nav={0};
+    int i,stat,sat,svh;
+    double ep[]={2010,7,1,0,0,0};
+    double rs1[6]={0},dts1[2]={0},rs2[6]={0},dts2[2]={0};
+    double var;
+    gtime_t t,time;
+    
+    time=epoch2time(ep);
+    
+    readsp3(file1,&nav,0);
+        assert(nav.ne>0);
+    readrnxc(file2,&nav);
+        assert(nav.nc>0);
+    stat=readpcv(file3,&pcvs);
+        assert(stat);
+    readrnx(file4,1,"",NULL,&nav,NULL);
+        assert(nav.n>0);
+    for (i=0;i<MAXSAT;i++) {
+        if (!(pcv=searchpcv(i+1,"",time,&pcvs))) continue;
+        nav.pcvs[i]=*pcv;
+    }
+    fp=fopen("testpeph2.out","w");
+    
+    sat=3;
+    
+    for (i=0;i<86400*2;i+=30) {
+        t=timeadd(time,(double)i);
+        satpos(t,t,sat,EPHOPT_BRDC,&nav,rs1,dts1,&var,&svh);
+        satpos(t,t,sat,EPHOPT_PREC,&nav,rs2,dts2,&var,&svh);
+        fprintf(fp,"%02d %6d %14.3f %14.3f %14.3f %14.3f %14.3f %14.3f %14.3f %14.3f\n",
+                sat,i,
+                rs1[0],rs1[1],rs1[2],dts1[0]*1E9,rs2[0],rs2[1],rs2[2],dts2[0]*1E9);
+    }
+    fclose(fp);
+    printf("%s utest4 : OK\n",__FILE__);
+}
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    utest5();
+    return 0;
+}
diff --git a/test/utest/t_rinex.c b/test/utest/t_rinex.c
new file mode 100644
index 0000000..fb4d50b
--- /dev/null
+++ b/test/utest/t_rinex.c
@@ -0,0 +1,216 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : rinex function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+static void dumpobs(obs_t *obs)
+{
+    gtime_t time={0};
+    int i;
+    char str[64];
+    printf("obs : n=%d\n",obs->n);
+    for (i=0;i<obs->n;i++) {
+        time2str(obs->data[i].time,str,3);
+        printf("%s : %2d %2d %13.3f %13.3f %13.3f %13.3f  %d %d\n",str,obs->data[i].sat,
+               obs->data[i].rcv,obs->data[i].L[0],obs->data[i].L[1],
+               obs->data[i].P[0],obs->data[i].P[1],obs->data[i].LLI[0],obs->data[i].LLI[1]);
+        
+        assert(1<=obs->data[i].sat&&obs->data[i].sat<=32);
+        assert(timediff(obs->data[i].time,time)>=-DTTOL);
+        
+        time=obs->data[i].time;
+    }
+}
+static void dumpnav(nav_t *nav)
+{
+    int i;
+    char str[64],s1[64],s2[64];
+    printf("nav : n=%d\n",nav->n);
+    for (i=0;i<nav->n;i++) {
+        time2str(nav->eph[i].toe,str,3);
+        time2str(nav->eph[i].toc,s1,0);
+        time2str(nav->eph[i].ttr,s2,0);
+        printf("%s : %2d    %s %s %3d %3d %2d\n",str,nav->eph[i].sat,s1,s2,
+               nav->eph[i].iode,nav->eph[i].iodc,nav->eph[i].svh);
+        
+        assert(nav->eph[i].iode==(nav->eph[i].iodc&0xFF));
+    }
+}
+static void dumpsta(sta_t *sta)
+{
+    printf("name    = %s\n",sta->name);
+    printf("marker  = %s\n",sta->marker);
+    printf("antdes  = %s\n",sta->antdes);
+    printf("antsno  = %s\n",sta->antsno);
+    printf("rectype = %s\n",sta->rectype);
+    printf("recver  = %s\n",sta->recver);
+    printf("recsno  = %s\n",sta->recsno);
+    printf("antsetup= %d\n",sta->antsetup);
+    printf("itrf    = %d\n",sta->itrf);
+    printf("deltype = %d\n",sta->deltype);
+    printf("pos     = %.3f %.3f %.3f\n",sta->pos[0],sta->pos[1],sta->pos[2]);
+    printf("del     = %.3f %.3f %.3f\n",sta->del[0],sta->del[1],sta->del[2]);
+    printf("hgt     = %.3f\n",sta->hgt);
+}
+/* readrnx(), sortobs(), uniqnav()  */
+void utest1(void)
+{
+    char file1[]="abc.00o";
+    char file2[]="bcd.00n";
+    char file3[]="../data/rinex/07590920.05o";
+    char file4[]="../data/rinex/07590920.05n";
+    char file5[]="../data/rinex/30400920.05o";
+    char file6[]="../data/rinex/30400920.05n";
+    obs_t obs={0};
+    nav_t nav={0};
+    sta_t sta={""};
+    int n,stat;
+    
+    stat=readrnx(file1,1,"",&obs,&nav,&sta);
+        assert(stat==0&&obs.n==0&&nav.n==0&&nav.ng==0&&nav.ns==0);
+    stat=readrnx(file2,1,"",&obs,&nav,&sta);
+        assert(stat==0&&obs.n==0&&nav.n==0&&nav.ng==0&&nav.ns==0);
+    stat=readrnx(file3,1,"",&obs,&nav,&sta);
+        assert(stat==1);
+    stat=readrnx(file4,1,"",&obs,&nav,&sta);
+        assert(stat==1);
+    stat=readrnx(file5,2,"",&obs,&nav,&sta);
+        assert(stat==1);
+    stat=readrnx(file6,2,"",&obs,&nav,&sta);
+        assert(stat==1);
+    n=sortobs(&obs);
+        assert(n==171);
+    uniqnav(&nav);
+        assert(nav.n==167);
+    dumpobs(&obs); dumpnav(&nav); dumpsta(&sta);
+        assert(obs.data&&obs.n>0&&nav.eph&&nav.n>0);
+    free(obs.data);
+    free(nav.eph);
+    free(nav.geph);
+    free(nav.seph);
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* readrnxt() */
+void utest2(void)
+{
+    gtime_t t0={0},ts,te;
+    double ep1[]={2005,4,2,1,0,0},ep2[]={2005,4,2,2,0,0};
+    char file1[]="../data/rinex/07590920.05o";
+    char file2[]="../data/rinex/07590920.05n";
+    int n;
+    obs_t obs={0};
+    nav_t nav={0};
+    sta_t sta={""};
+    
+    ts=epoch2time(ep1);
+    te=epoch2time(ep2);
+    n=readrnxt(file1,1,ts,te,0.0,"",&obs,&nav,&sta);
+    printf("\n\nn=%d\n",n);
+    n=readrnxt(file2,1,ts,te,0.0,"",&obs,&nav,&sta);
+    dumpobs(&obs);
+    free(obs.data); obs.data=NULL; obs.n=obs.nmax=0;
+    n=readrnxt(file1,1,t0,t0,240.0,"",&obs,&nav,&sta);
+    printf("\n\nn=%d\n",n);
+    dumpobs(&obs);
+    free(obs.data);
+    
+    printf("%s utset2 : OK\n",__FILE__);
+}
+static rnxopt_t opt1={{0}};
+static rnxopt_t opt2= {
+    {0},{0},0.0,0.0,2.10,SYS_ALL,OBSTYPE_ALL,FREQTYPE_ALL,{{0}},
+    "STAID",
+    "RROG567890123456789012345678901",
+    "RUNBY67890123456789012345678901",
+    "MARKER789012345678901234567890123456789012345678901234567890123",
+    "MARKNO7890123456789012345678901",
+    "MARKTY7890123456789012345678901",
+    {"OBSERVER90123456789012345678901",
+     "AGENCY7890123456789012345678901"},
+    {"RCV1567890123456789012345678901",
+     "RCV2567890123456789012345678901",
+     "RCV3567890123456789012345678901"},
+    {"ANT1567890123456789012345678901",
+     "ANT2567890123456789012345678901",
+     "ANT3567890123456789012345678901"},
+    {12345678.123,99999999.999,100000000.000},
+    {123.0345,890123.9012,34567.0001},
+    {"COMMENT1 012345678901234567890123456789012345678901234567890123",
+     "COMMENT2 012345678901234567890123456789012345678901234567890123",
+     "COMMENT3 012345678901234567890123456789012345678901234567890123",
+     "COMMENT4 012345678901234567890123456789012345678901234567890123",
+     "COMMENT5 012345678901234567890123456789012345678901234567890123"},
+     "",{0},1,1,1,1,1,
+    {0},{0},{0}
+};
+/* outrneobsh() */
+void utest3(void)
+{
+    nav_t nav={0};
+    
+    outrnxobsh(stdout,&opt1,&nav);
+    outrnxobsh(stdout,&opt2,&nav);
+    
+    printf("%s utest3 : OK\n",__FILE__);
+}
+/* outrneobsb() */
+void utest4(void)
+{
+    char file[]="../data/rinex/07590920.05o";
+    obs_t obs={0};
+    int i,j;
+    
+    readrnx(file,1,"",&obs,NULL,NULL);
+    outrnxobsb(stdout,&opt2,obs.data,8,9);
+    outrnxobsb(stdout,&opt2,obs.data,8,0);
+    
+    for (i=j=0;i<obs.n;i=j) {
+        while (j<obs.n&&timediff(obs.data[j].time,obs.data[i].time)<=0.0) j++;
+        outrnxobsb(stdout,&opt2,obs.data+i,j-i,0);
+    }
+    printf("%s utest4 : OK\n",__FILE__);
+}
+/* outrnxnavh() */
+void utest5(void)
+{
+    char file1[]="../data/rinex/07590920.05n";
+    double ion[]={1E9,2E-4,3E8,4E3,-4E-3,-5E99,-6E-33,-9E-123};
+    double utc[]={1E9,2E4,3E2,-9999};
+    nav_t nav={0};
+    int i;
+    for (i=0;i<8;i++) nav.ion_gps[i]=ion[i];
+    for (i=0;i<4;i++) nav.utc_gps[i]=utc[i];
+    nav.leaps=14;
+
+    readrnx(file1,1,"",NULL,&nav,NULL);
+
+    outrnxnavh(stdout,&opt1,&nav);
+    outrnxnavh(stdout,&opt2,&nav);
+    
+    printf("%s utest5 : OK\n",__FILE__);
+}
+/* outrnxnavb() */
+void utest6(void)
+{
+    char file[]="../data/rinex/07590920.05n";
+    nav_t nav={0};
+    int i;
+    readrnx(file,1,"",NULL,&nav,NULL);
+    for (i=0;i<nav.n;i++) {
+        outrnxnavb(stdout,&opt2,nav.eph+i);
+    }
+    printf("%s utest6 : OK\n",__FILE__);
+}
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    utest5();
+    utest6();
+    return 0;
+}
diff --git a/test/utest/t_stec.c b/test/utest/t_stec.c
new file mode 100644
index 0000000..7c4fcb4
--- /dev/null
+++ b/test/utest/t_stec.c
@@ -0,0 +1,85 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : stec function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* dump stec data ------------------------------------------------------------*/
+void dump_stec(const nav_t *nav)
+{
+    int i;
+    
+    printf("nav.nn=%d\n",nav->nn);
+    
+    for (i=0;i<nav->nn;i++) {
+        printf("(%6d) %s %2d %8.3f %8.3f\n",i+1,time_str(nav->stec->data[i].time,0),
+               nav->stec->data[i].sat,nav->stec->data[i].iono,nav->stec->data[i].rms);
+    }
+}
+/* stec_read() ---------------------------------------------------------------*/
+void utest1(void)
+{
+    char *file1="../../util/geniono/iono.txt";
+    char *file2="../../util/geniono/iono.stec";
+    nav_t nav={0};
+    
+    printf("file=%s\n",file1);
+    stec_read(file1,&nav);
+        assert(nav.nn==0);
+    
+    printf("file=%s\n",file2);
+    stec_read(file2,&nav);
+        assert(nav.nn>0);
+    
+#if 0
+    dump_stec(&nav);
+#endif
+    
+    printf("%s utest1 : OK\n",__FILE__);
+}
+/* stec_ion() ----------------------------------------------------------------*/
+void utest2(void)
+{
+    char *file1="../../util/geniono/iono.stec";
+    nav_t nav={0};
+    gtime_t time1,time2,time3,time4,time5;
+    double ep1  []={2012, 1,29, 0, 0, 0}; /* error */
+    double ep2  []={2012, 1,29, 0,24,29};
+    double ep3  []={2012, 1,29, 3,24,45};
+    double ep4  []={2012, 1,29,15, 0, 0};
+    double ep5  []={2012, 1,29,23,59,59};
+    double pos1 []={ 35.6*D2R, 139.6*D2R,0.0};
+    double azel1[]={0.0,0.0};
+    double delay,rate,var;
+    int sat1=32;
+    int stat,brk;
+    
+    time1=epoch2time(ep1);
+    time2=epoch2time(ep2);
+    time3=epoch2time(ep3);
+    time4=epoch2time(ep4);
+    time5=epoch2time(ep5);
+    
+    stec_read(file1,&nav);
+    
+    stat=stec_ion(time1,&nav,sat1,pos1,azel1,&delay,&rate,&var,&brk);
+        assert(stat==1);
+    stat=stec_ion(time2,&nav,sat1,pos1,azel1,&delay,&rate,&var,&brk);
+        assert(stat==1);
+    stat=stec_ion(time3,&nav,sat1,pos1,azel1,&delay,&rate,&var,&brk);
+        assert(stat==1);
+    stat=stec_ion(time4,&nav,sat1,pos1,azel1,&delay,&rate,&var,&brk);
+        assert(stat==1);
+    stat=stec_ion(time5,&nav,sat1,pos1,azel1,&delay,&rate,&var,&brk);
+        assert(stat==1);
+    
+    printf("%s utest2 : OK\n",__FILE__);
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    return 0;
+}
diff --git a/test/utest/t_time.c b/test/utest/t_time.c
new file mode 100644
index 0000000..f981b4b
--- /dev/null
+++ b/test/utest/t_time.c
@@ -0,0 +1,286 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : time and string functions
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+/* str2num() */
+void utest1(void)
+{
+    double a;
+    char s1[30]="123456789012345678901234567890";
+    char s2[30]="....3D45......................";
+    char s3[30]="...  3456.789 ................";
+    a=str2num(s1,0,0);   assert(fabs(a-0.0     )<1E-15);
+    a=str2num(s1,30,10); assert(fabs(a-0.0     )<1E-15);
+    a=str2num(s1,10,0);  assert(fabs(a-0.0     )<1E-15);
+    a=str2num(s1,-1,10); assert(fabs(a-0.0     )<1E-15);
+    a=str2num(s1,0,3);   assert(fabs(a-123.0   )<1E-13);
+    a=str2num(s1,10,6);  assert(fabs(a-123456.0)<1E-10);
+    a=str2num(s1,28,10); assert(fabs(a-90.0    )<1E-14);
+    a=str2num(s2,4,4);   assert(fabs(a-3E45    )<1E+30);
+    a=str2num(s3,4,8);   assert(fabs(a-3456.78 )<1E-12);
+    
+    printf("%s utset1 : OK\n",__FILE__);
+}
+/* str2time() */
+void utest2(void)
+{
+    char s1[30]="....2004 1 1 0 1 2.345........";
+    char s2[30]="....  00 2 3 23 59 59.999.....";
+    char s3[30]="....  80 10 30 6 58 9.........";
+    char s4[30]="....  37 12 31 1 2 3 .........";
+    int s;
+    gtime_t t;
+    double ep[6];
+    s=str2time(s1,0,0,&t);   assert(s<0);
+    s=str2time(s1,30,10,&t); assert(s<0);
+    s=str2time(s1,10,0,&t);  assert(s<0);
+    s=str2time(s1,-1,10,&t); assert(s<0);
+    s=str2time(s1,4,17,&t); time2epoch(t,ep);
+        assert(!s&&ep[0]==2004&&ep[1]==1&&ep[2]==1&&ep[3]==0&&ep[4]==1&&fabs(ep[5]-2.34)<1E-15);
+    s=str2time(s2,4,21,&t); time2epoch(t,ep);
+        assert(!s&&ep[0]==2000&&ep[1]==2&&ep[2]==3&&ep[3]==23&&ep[4]==59&&fabs(ep[5]-59.999)<1E-14);
+    s=str2time(s3,4,20,&t); time2epoch(t,ep);
+        assert(!s&&ep[0]==1980&&ep[1]==10&&ep[2]==30&&ep[3]==6&&ep[4]==58&&ep[5]==9);
+    s=str2time(s4,4,20,&t); time2epoch(t,ep);
+        assert(!s&&ep[0]==2037&&ep[1]==12&&ep[2]==31&&ep[3]==1&&ep[4]==2&&ep[5]==3);
+    
+    printf("%s utset2 : OK\n",__FILE__);
+}
+/* epoch2time(),time2epoch() */
+void utest3(void)
+{
+    double ep0[]={1980, 1, 6, 0, 0, 0.000000};
+    double ep1[]={2004, 2,28, 2, 0,59.999999};
+    double ep2[]={2004, 2,29, 2, 0,30.000000};
+    double ep3[]={2004,12,31,23,59,59.999999};
+    double ep4[]={2037,10, 1, 0, 0, 0.000000};
+    int year,month,day,mday[]={31,28,31,30,31,30,31,31,30,31,30,31};
+    gtime_t t;
+    double ep[6];
+    
+    t=epoch2time(ep0); time2epoch(t,ep);
+        assert(ep[0]==1980&&ep[1]==1&&ep[2]==6&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=epoch2time(ep1); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==2&&ep[2]==28&&ep[3]==2&&ep[4]==0&&fabs(ep[5]-59.999999)<1E-14);
+    t=epoch2time(ep2); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==2&&ep[2]==29&&ep[3]==2&&ep[4]==0&&ep[5]==30.0);
+    t=epoch2time(ep3); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==12&&ep[2]==31&&ep[3]==23&&ep[4]==59&&fabs(ep[5]-59.999999)<1E-14);
+    t=epoch2time(ep4); time2epoch(t,ep);
+        assert(ep[0]==2037&&ep[1]==10&&ep[2]==1&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    
+    for (year=1970;year<=2037;year++) {
+        mday[1]=year%4==0?29:28;
+        for (month=1;month<=12;month++) {
+            for (day=1;day<=mday[month-1];day++) {
+                if (year==1970&&month==1&&day==1) continue;
+                ep0[0]=year; ep0[1]=month; ep0[2]=day;
+                t=epoch2time(ep0); time2epoch(t,ep);
+                /* fprintf(stderr,"ep=%.0f %2.0f %2.0f : %.0f %2.0f %2.0f\n",
+                        ep0[0],ep0[1],ep0[2],ep[0],ep[1],ep[2]); */
+                assert(ep[0]==ep0[0]&&ep[1]==ep0[1]&&ep[2]==ep0[2]);
+                assert(ep[3]==0.0&&ep[4]==0.0&&ep[5]==0.0);
+            }
+        }
+    }
+    printf("%s utset3 : OK\n",__FILE__);
+}
+/* gpst2time(), time2gpst() */
+void utest4(void)
+{
+    gtime_t t;
+    double ep[6];
+    int w,week;
+    double time,tt;
+    t=gpst2time(0,0.0); time2epoch(t,ep);
+        assert(ep[0]==1980&&ep[1]==1&&ep[2]==6&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2time(1400,86400.0); time2epoch(t,ep);
+        assert(ep[0]==2006&&ep[1]==11&&ep[2]==6&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2time(1400,86400.0*7-1.0); time2epoch(t,ep);
+        assert(ep[0]==2006&&ep[1]==11&&ep[2]==11&&ep[3]==23&&ep[4]==59&&ep[5]==59.0);
+    t=gpst2time(1400,86400.0*7); time2epoch(t,ep);
+        assert(ep[0]==2006&&ep[1]==11&&ep[2]==12&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2time(1401,0.0); time2epoch(t,ep);
+        assert(ep[0]==2006&&ep[1]==11&&ep[2]==12&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    for (w=1000;w<1100;w++) {
+        for (time=0.0;time<86400.0*7;time+=3600.0) {
+            t=gpst2time(w,time); tt=time2gpst(t,&week);
+            assert(tt==time&&week==w);
+        }
+    }
+    
+    printf("%s utset4 : OK\n",__FILE__);
+}
+/* timeadd() */
+void utest5(void)
+{
+    double ep0[]={2003,12,31,23,59,59.000000};
+    double ep1[]={2004, 1, 1, 0, 0, 1.000000};
+    double ep2[]={2004, 2,28, 0, 0, 0.000000};
+    double ep3[]={2004, 2,29, 0, 0, 0.000000};
+    gtime_t t;
+    double ep[6];
+    t=timeadd(epoch2time(ep0),3.0); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==1&&ep[2]==1&&ep[3]==0&&ep[4]==0&&ep[5]==2.0);
+    t=timeadd(epoch2time(ep1),-3.0); time2epoch(t,ep);
+        assert(ep[0]==2003&&ep[1]==12&&ep[2]==31&&ep[3]==23&&ep[4]==59&&ep[5]==58.0);
+    t=timeadd(epoch2time(ep2),86400.0); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==2&&ep[2]==29&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=timeadd(epoch2time(ep2),86400.0*2); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==3&&ep[2]==1&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=timeadd(epoch2time(ep3),86400.0*2); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==3&&ep[2]==2&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    
+    printf("%s utset5 : OK\n",__FILE__);
+}
+/* timediff() */
+void utest6(void)
+{
+    double ep0[]={2003,12,31,23,59,59.000000};
+    double ep1[]={2004, 1, 1, 0, 0, 1.000000};
+    double ep2[]={2004, 2,28, 0, 0, 0.000000};
+    double ep3[]={2004, 2,29, 0, 0, 0.000000};
+    double ep4[]={2004, 3, 1, 0, 0, 0.000000};
+    double sec;
+    sec=timediff(epoch2time(ep1),epoch2time(ep0));
+        assert(sec==2.0);
+    sec=timediff(epoch2time(ep0),epoch2time(ep1));
+        assert(sec==-2.0);
+    sec=timediff(epoch2time(ep3),epoch2time(ep2));
+        assert(sec==86400.0);
+    sec=timediff(epoch2time(ep4),epoch2time(ep2));
+        assert(sec==86400.0*2);
+    sec=timediff(epoch2time(ep3),epoch2time(ep4));
+        assert(sec==-86400.0);
+    
+    printf("%s utset6 : OK\n",__FILE__);
+}
+/* gpst2utc() */
+void utest7(void)
+{
+    double ep0[]={1980, 1, 6, 0, 0, 0.000000};
+    double ep1[]={1992, 7, 1, 0, 0, 6.999999};
+    double ep2[]={1992, 7, 1, 0, 0, 7.000000};
+    double ep3[]={1992, 7, 1, 0, 0, 8.000000};
+    double ep4[]={2004,12,31,23,59,59.999999};
+    double ep5[]={2006, 1, 1, 0, 0, 0.000000};
+    double ep6[]={2038, 1, 1, 0, 0, 0.000000};
+    gtime_t t;
+    double ep[6];
+    t=gpst2utc(epoch2time(ep0)); time2epoch(t,ep);
+        assert(ep[0]==1980&&ep[1]==1&&ep[2]==6&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2utc(epoch2time(ep1)); time2epoch(t,ep);
+        assert(ep[0]==1992&&ep[1]==6&&ep[2]==30&&ep[3]==23&&ep[4]==59&&fabs(ep[5]-59.999999)<1E-14);
+    t=gpst2utc(epoch2time(ep2)); time2epoch(t,ep);
+        assert(ep[0]==1992&&ep[1]==7&&ep[2]==1&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2utc(epoch2time(ep3)); time2epoch(t,ep);
+        assert(ep[0]==1992&&ep[1]==7&&ep[2]==1&&ep[3]==0&&ep[4]==0&&ep[5]==0.0);
+    t=gpst2utc(epoch2time(ep4)); time2epoch(t,ep);
+        assert(ep[0]==2004&&ep[1]==12&&ep[2]==31&&ep[3]==23&&ep[4]==59&&fabs(ep[5]-46.999999)<1E-14);
+    t=gpst2utc(epoch2time(ep5)); time2epoch(t,ep);
+        assert(ep[0]==2005&&ep[1]==12&&ep[2]==31&&ep[3]==23&&ep[4]==59&&ep[5]==47.0);
+    t=gpst2utc(epoch2time(ep6)); time2epoch(t,ep);
+        assert(ep[0]==2037&&ep[1]==12&&ep[2]==31&&ep[3]==23&&ep[4]==59&&ep[5]==44.0);
+
+    printf("%s utset7 : OK\n",__FILE__);
+}
+/* utc2gpst(), gpst2utc() */
+void utest8(void)
+{
+    double ep0[]={1980, 1, 6, 0, 0, 0.000000};
+    double ep1[]={2010,12,31,23,59,59.999999};
+    gtime_t t0,t1,t2,t3;
+    t0=epoch2time(ep0);
+    t1=epoch2time(ep1);
+    while (t0.time<t1.time) {
+        t2=utc2gpst(t0); t3=gpst2utc(t2); assert(t0.time==t3.time&&t0.sec==t3.sec);
+        t0.time+=86400.0;
+    }
+    
+    printf("%s utset8 : OK\n",__FILE__);
+}
+/* time2str() */
+void utest9(void)
+{
+    double ep0[]={1970,12,31,23,59,59.1234567890123456};
+    double ep1[]={2004, 1, 1, 0, 0, 0.0000000000000000};
+    double ep2[]={2006, 2,28,23,59,59.9999995000000000};
+    char s[128];
+    int ret;
+    time2str(epoch2time(ep0),s,0);
+        ret=strcmp(s,"1970/12/31 23:59:59");
+        assert(!ret);
+    time2str(epoch2time(ep0),s,-1);
+        ret=strcmp(s,"1970/12/31 23:59:59");
+        assert(!ret);
+    time2str(epoch2time(ep0),s,10);
+        ret=strcmp(s,"1970/12/31 23:59:59.1234567890");
+        assert(!ret);
+    time2str(epoch2time(ep1),s,0);
+        ret=strcmp(s,"2004/01/01 00:00:00");
+        assert(!ret);
+    time2str(epoch2time(ep1),s,16);
+        ret=strcmp(s,"2004/01/01 00:00:00.000000000000");
+        assert(!ret);
+    time2str(epoch2time(ep2),s,0);
+        ret=strcmp(s,"2006/03/01 00:00:00");
+        assert(!ret);
+    time2str(epoch2time(ep2),s,6);
+        ret=strcmp(s,"2006/03/01 00:00:00.000000");
+        assert(!ret);
+    time2str(epoch2time(ep2),s,7);
+        ret=strcmp(s,"2006/02/28 23:59:59.9999995");
+        assert(!ret);
+    
+    printf("%s utset9 : OK\n",__FILE__);
+}
+/* timeget() */
+void utest10(void)
+{
+    char s1[64],s2[64];
+    gtime_t time1,time2;
+    int i,j;
+    time1=timeget();
+    for (i=0;i<2000000000;i++) j=1;
+    time2=timeget();
+    time2str(time1,s1,6);
+    time2str(time2,s2,6);
+    assert(timediff(time1,time2)<=0.0);
+    
+    printf("%s utset10 : OK\n",__FILE__);
+}
+/* time2doy() */
+void utest11(void)
+{
+    double ep1[]={2004,1,1,0,0,0};
+    double ep2[]={2004,12,31,0,0,0};
+    double ep3[]={2005,12,31,12,0,0};
+    double doy1,doy2,doy3;
+    doy1=time2doy(epoch2time(ep1));
+    doy2=time2doy(epoch2time(ep2));
+    doy3=time2doy(epoch2time(ep3));
+    assert(fabs(doy1-1.0)<1E-6);
+    assert(fabs(doy2-366.0)<1E-6);
+    assert(fabs(doy3-365.5)<1E-6);
+    
+    printf("%s utset11 : OK\n",__FILE__);
+}
+int main(void)
+{
+    utest1();
+    utest2();
+    utest3();
+    utest4();
+    utest5();
+    utest6();
+    utest7();
+    utest8();
+    utest9();
+    utest10();
+    utest11();
+    return 0;
+}
diff --git a/test/utest/t_tle.c b/test/utest/t_tle.c
new file mode 100644
index 0000000..04e8d71
--- /dev/null
+++ b/test/utest/t_tle.c
@@ -0,0 +1,148 @@
+/*------------------------------------------------------------------------------
+* rtklib unit test driver : norad two line element function
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <assert.h>
+#include "../../src/rtklib.h"
+
+#define OUT stdout
+
+/* dump tle ------------------------------------------------------------------*/
+static void dumptle(FILE *fp, const tle_t *tle)
+{
+    int i;
+    
+    for (i=0;i<tle->n;i++) {
+        fprintf(fp,"(%2d) name = %s\n",     i+1,tle->data[i].name );
+        fprintf(fp,"(%2d) satno= %s\n",     i+1,tle->data[i].satno);
+        fprintf(fp,"(%2d) class= %c\n",     i+1,tle->data[i].satclass);
+        fprintf(fp,"(%2d) desig= %s\n",     i+1,tle->data[i].desig);
+        fprintf(fp,"(%2d) epoch= %s\n",     i+1,time_str(tle->data[i].epoch,0));
+        fprintf(fp,"(%2d) etype= %d\n",     i+1,tle->data[i].etype);
+        fprintf(fp,"(%2d) eleno= %d\n",     i+1,tle->data[i].eleno);
+        fprintf(fp,"(%2d) ndot = %19.12e\n",i+1,tle->data[i].ndot );
+        fprintf(fp,"(%2d) nddot= %19.12e\n",i+1,tle->data[i].nddot);
+        fprintf(fp,"(%2d) bstar= %19.12e\n",i+1,tle->data[i].bstar);
+        fprintf(fp,"(%2d) inc  = %19.12e\n",i+1,tle->data[i].inc  );
+        fprintf(fp,"(%2d) OMG  = %19.12e\n",i+1,tle->data[i].OMG  );
+        fprintf(fp,"(%2d) ecc  = %19.12e\n",i+1,tle->data[i].ecc  );
+        fprintf(fp,"(%2d) omg  = %19.12e\n",i+1,tle->data[i].omg  );
+        fprintf(fp,"(%2d) M    = %19.12e\n",i+1,tle->data[i].M    );
+        fprintf(fp,"(%2d) n    = %19.12e\n",i+1,tle->data[i].n    );
+        fprintf(fp,"(%2d) rev  = %d\n",     i+1,tle->data[i].rev  );
+    }
+}
+/* tle_read() ----------------------------------------------------------------*/
+static void utest1(void)
+{
+    const char *file1="../data/tle/tle_sgp4.err";
+    const char *file2="../data/tle/tle_sgp4.txt";
+    const char *file3="../data/tle/tle_nav.txt";
+    tle_t tle={0};
+    int stat;
+    
+    stat=tle_read(file1,&tle);
+        assert(!stat);
+    
+    stat=tle_read(file2,&tle);
+        assert(stat);
+        assert(tle.n==1);
+    
+    stat=tle_read(file3,&tle);
+        assert(stat);
+        assert(tle.n==114);
+#if 0
+    dumptle(OUT,&tle);
+#endif
+    
+    fprintf(OUT,"%s utest1 : OK\n",__FILE__);
+}
+/* tle_pos() -----------------------------------------------------------------*/
+static void utest2(void)
+{
+    const char *file2="../data/tle/tle_sgp4.txt";
+    const double ep0[6]={1980,1,1};
+    tle_t tle={0};
+    gtime_t epoch;
+    double min,rs[6];
+    int i,stat;
+    
+    epoch=utc2gpst(timeadd(epoch2time(ep0),274.98708465*86400.0));
+    
+    stat=tle_read(file2,&tle);
+        assert(stat);
+    
+    stat=tle_pos(epoch,"TEST_ERR","","",&tle,NULL,rs);
+        assert(!stat);
+    
+    for (i=0;i<5;i++) {
+        min=360.0*i;
+        
+        stat=tle_pos(timeadd(epoch,min*60.0),"TEST_SAT","","",&tle,NULL,rs);
+            assert(stat);
+        
+        fprintf(OUT,"%4.0f: %14.8f %14.8f %14.8f  %11.8f %11.8f %11.8f\n",min,
+                rs[0]/1e3,rs[1]/1e3,rs[2]/1e3,rs[3]/1e3,rs[4]/1e3,rs[5]/1e3);
+    }
+    fprintf(OUT,"%s utest2 : OK\n",__FILE__);
+}
+/* tle_pos() accuracy --------------------------------------------------------*/
+static void utest3(void)
+{
+    const char *file1="../data/tle/brdc3050.12*";
+    const char *file2="../data/tle/TLE_GNSS_20121101.txt";
+    const char *file3="../data/tle/igs17127.erp";
+    const double ep[6]={2012,10,31,0,0,0};
+    nav_t nav={0};
+    erp_t erp={0};
+    tle_t tle={0};
+    gtime_t time;
+    char sat[32];
+    double rs1[6],rs2[6],ds[6],dts[2],var;
+    int i,j,k,stat,svh;
+    
+    readrnx(file1,0,"",NULL,&nav,NULL);
+        assert(nav.n>0);
+    
+    stat=readerp(file3,&erp);
+        assert(stat);
+    
+    stat=tle_read(file2,&tle);
+        assert(stat);
+    
+    for (i=0;i<MAXSAT;i++) {
+        satno2id(i+1,sat);
+        
+        fprintf(OUT,"SAT=%s\n",sat);
+        
+        for (j=0;j<96;j++) {
+            time=timeadd(epoch2time(ep),900.0*j);
+            
+            if (!satpos(time,time,i+1,EPHOPT_BRDC,&nav,rs1,dts,&var,&svh)) continue;
+            
+            if (satsys(i+1,NULL)==SYS_QZS) svh&=0xFE;
+            
+            if (svh) continue;
+            
+            stat=tle_pos(time,sat,"","",&tle,&erp,rs2);
+                assert(stat);
+            
+            for (k=0;k<3;k++) ds[k]=rs2[k]-rs1[k];
+            
+            fprintf(OUT,"%6.0f %11.3f %11.3f %11.3f %11.3f\n",900.0*j,
+                    ds[0]/1e3,ds[1]/1e3,ds[2]/1e3,norm(ds,3)/1e3);
+                
+                assert(norm(ds,3)/1e3<300.0);
+        }
+        fprintf(OUT,"\n");
+    }
+    fprintf(OUT,"%s utest3 : OK\n",__FILE__);
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    utest1();
+    utest2();
+    utest3();
+    return 0;
+}
diff --git a/test/utest/testgloeph.m b/test/utest/testgloeph.m
new file mode 100644
index 0000000..37480ce
--- /dev/null
+++ b/test/utest/testgloeph.m
@@ -0,0 +1,28 @@
+function testgloeph
+
+C=299792458.0;
+td=caltomjd([2009,4,1]);
+time=0:30:86400*2-30;
+
+err=textread('testgloeph.out');
+
+sat=sprintf('SAT%02d',err(1,3));
+
+time=err(:,2);
+dpos=err(:,4:7);
+dpos(:,4)=dpos(:,4)-mean(dpos(:,4));
+
+figure('color','w'), hold on, box on, grid on
+plot(time/3600,dpos)
+plot(time(31:60:end)/3600,dpos(31:60:end,:),'.')
+
+xlabel('time (hr)');
+ylabel('error (m)');
+xlim(time([1,end])/3600);
+ylim([-10,10]);
+legend({'x','y','z','clk'})
+text(0.02,0.95,sprintf('STD: X=%.4f Y=%.4f Z=%.4f CLK=%.4fm',...
+     std(dpos(~isnan(dpos(:,1)),1:3)),std(dpos(~isnan(dpos(:,4)),4))),...
+     'units','normalized')
+title(sprintf('testgloeph: brdc-prec ephemeris %s',sat));
+moveax
diff --git a/test/utest/testionex.m b/test/utest/testionex.m
new file mode 100644
index 0000000..4bb097e
--- /dev/null
+++ b/test/utest/testionex.m
@@ -0,0 +1,8866 @@
+function testionex
+
+[tec,rms]=testdata1;
+
+range=0:0.01:10;
+
+figure
+[c,h]=contourf(0:2:360,90:-2:-90,tec,range);
+set(h,'edgecolor','none');
+caxis(range([1,end]));
+title('vertical iono delay');
+
+figure
+[c,h]=contourf(0:2:360,90:-2:-90,sqrt(rms),range);
+set(h,'edgecolor','none');
+caxis(range([1,end]));
+title('vertical iono delay std');
+
+tec=testdata2;
+
+figure, hold on, box on, grid on
+gray=[.5 .5 .5];
+time=0:30:86400*2-30;
+plot(tec(:,1)/3600,tec(:,2),'.');
+plot(tec(:,1)/3600,tec(:,2)-tec(:,3),'-','color',gray);
+plot(tec(:,1)/3600,tec(:,2)+tec(:,3),'-','color',gray);
+xlim(tec([1,end],1)/3600);
+ylim([0,10]);
+xlabel('time (hr)');
+ylabel('iono delay (m)');
+
+% test data 1 for tec
+function [tec,rms]=testdata1
+tec=[
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+0.68 0.68 0.68 0.68 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.71 0.71 0.71 0.72 0.72 0.72 0.72 0.72 0.72 0.72 0.73 0.73 0.73 0.73 0.73 0.73 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.75 0.75 0.75 0.75 0.74 0.74 0.74 0.74 0.75 0.75 0.75 0.75 0.75 0.76 0.76 0.76 0.76 0.76 0.77 0.77 0.77 0.77 0.78 0.78 0.79 0.79 0.79 0.79 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.82 0.82 0.82 0.83 0.83 0.84 0.84 0.85 0.85 0.85 0.85 0.85 0.85 0.85 0.86 0.86 0.87 0. [...]
+0.62 0.62 0.62 0.63 0.63 0.63 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.65 0.65 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.67 0.67 0.67 0.67 0.67 0.67 0.67 0.68 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.71 0.71 0.71 0.71 0.71 0.71 0.72 0.72 0.72 0.73 0.73 0.73 0.74 0.74 0.74 0.75 0.75 0.76 0.76 0.77 0.77 0.78 0.78 0.79 0.80 0.81 0.81 0.81 0.82 0.83 0.84 0.84 0.85 0.86 0.86 0.87 0.87 0.87 0.87 0.87 0.88 0.88 0.88 0.89 0.89 0. [...]
+0.56 0.57 0.57 0.57 0.57 0.57 0.58 0.59 0.59 0.59 0.59 0.60 0.60 0.60 0.61 0.61 0.61 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.63 0.63 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.66 0.66 0.67 0.67 0.67 0.67 0.67 0.67 0.68 0.68 0.69 0.69 0.69 0.69 0.70 0.71 0.71 0.72 0.73 0.73 0.74 0.75 0.75 0.77 0.78 0.79 0.80 0.81 0.82 0.83 0.84 0.85 0.85 0.86 0.87 0.87 0.88 0.89 0.89 0.89 0.89 0.89 0.90 0.90 0.90 0. [...]
+0.54 0.53 0.52 0.52 0.53 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.59 0.59 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.61 0.62 0.62 0.62 0.62 0.63 0.63 0.63 0.63 0.64 0.64 0.65 0.66 0.66 0.67 0.68 0.68 0.69 0.69 0.70 0.71 0.71 0.73 0.74 0.75 0.77 0.78 0.79 0.79 0.80 0.82 0.83 0.83 0.84 0.85 0.86 0.88 0.88 0.88 0.88 0.90 0.91 0.91 0.91 0. [...]
+0.50 0.50 0.49 0.49 0.50 0.50 0.50 0.51 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.54 0.55 0.55 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.54 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.56 0.57 0.57 0.58 0.58 0.58 0.58 0.59 0.59 0.60 0.60 0.61 0.62 0.62 0.63 0.64 0.64 0.65 0.67 0.68 0.69 0.70 0.71 0.72 0.73 0.74 0.75 0.77 0.78 0.79 0.80 0.82 0.83 0.85 0.86 0.88 0.89 0.90 0.91 0.92 0.94 0.95 0.96 0.97 0. [...]
+0.47 0.47 0.48 0.48 0.47 0.47 0.47 0.48 0.48 0.48 0.48 0.49 0.49 0.49 0.50 0.50 0.50 0.50 0.50 0.51 0.52 0.52 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.52 0.52 0.51 0.51 0.50 0.50 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.54 0.55 0.56 0.56 0.57 0.57 0.58 0.59 0.60 0.61 0.62 0.63 0.65 0.66 0.67 0.68 0.69 0.70 0.72 0.73 0.74 0.76 0.77 0.79 0.81 0.82 0.84 0.86 0.88 0.90 0.92 0.93 0.95 0.97 0.98 1.00 1.02 1.03 1.05 1. [...]
+0.45 0.45 0.46 0.46 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.46 0.47 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.49 0.50 0.51 0.51 0.51 0.51 0.51 0.51 0.52 0.52 0.52 0.52 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.50 0.49 0.49 0.48 0.48 0.48 0.48 0.49 0.50 0.50 0.50 0.51 0.51 0.51 0.52 0.52 0.52 0.53 0.54 0.54 0.55 0.56 0.57 0.57 0.59 0.60 0.61 0.63 0.64 0.66 0.67 0.68 0.69 0.70 0.72 0.74 0.76 0.77 0.79 0.81 0.84 0.86 0.88 0.91 0.93 0.95 0.97 0.99 1.01 1.03 1.05 1.07 1.09 1.11 1.13 1.15 1. [...]
+0.44 0.44 0.44 0.44 0.44 0.44 0.43 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.43 0.44 0.44 0.45 0.46 0.46 0.47 0.47 0.47 0.48 0.49 0.49 0.49 0.49 0.50 0.51 0.51 0.52 0.52 0.51 0.51 0.51 0.50 0.50 0.50 0.50 0.49 0.49 0.48 0.48 0.47 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.50 0.50 0.51 0.52 0.53 0.53 0.54 0.55 0.56 0.56 0.57 0.59 0.60 0.61 0.63 0.64 0.65 0.67 0.69 0.71 0.72 0.74 0.75 0.77 0.79 0.82 0.83 0.85 0.89 0.92 0.95 0.98 1.00 1.03 1.06 1.08 1.10 1.12 1.14 1.16 1.18 1.20 1.22 1.24 1.26 1. [...]
+0.44 0.43 0.43 0.42 0.42 0.42 0.42 0.41 0.40 0.40 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.42 0.43 0.43 0.44 0.44 0.45 0.46 0.47 0.49 0.49 0.50 0.51 0.51 0.52 0.52 0.52 0.52 0.52 0.52 0.51 0.51 0.50 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.50 0.50 0.51 0.52 0.52 0.53 0.54 0.55 0.56 0.57 0.59 0.60 0.61 0.63 0.64 0.65 0.67 0.68 0.69 0.71 0.73 0.75 0.77 0.79 0.81 0.82 0.84 0.87 0.90 0.92 0.94 0.96 0.99 1.02 1.06 1.09 1.12 1.15 1.19 1.21 1.23 1.25 1.28 1.30 1.32 1.33 1.35 1.37 1.39 1. [...]
+0.43 0.42 0.42 0.42 0.41 0.41 0.40 0.40 0.39 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.39 0.40 0.42 0.43 0.44 0.45 0.46 0.47 0.49 0.50 0.51 0.52 0.53 0.54 0.55 0.55 0.55 0.55 0.55 0.55 0.54 0.53 0.53 0.52 0.51 0.51 0.51 0.51 0.51 0.51 0.52 0.52 0.53 0.54 0.54 0.55 0.57 0.58 0.59 0.60 0.62 0.64 0.65 0.67 0.68 0.70 0.72 0.73 0.75 0.77 0.79 0.81 0.82 0.84 0.86 0.88 0.90 0.92 0.95 0.97 1.00 1.03 1.05 1.08 1.10 1.13 1.17 1.20 1.22 1.25 1.28 1.32 1.34 1.37 1.39 1.41 1.43 1.45 1.47 1.49 1.50 1.52 1. [...]
+0.43 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.40 0.39 0.38 0.38 0.38 0.38 0.38 0.38 0.40 0.41 0.42 0.44 0.46 0.47 0.48 0.50 0.52 0.54 0.56 0.58 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.58 0.57 0.57 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.56 0.57 0.57 0.58 0.59 0.60 0.62 0.63 0.65 0.66 0.68 0.69 0.71 0.73 0.76 0.78 0.80 0.82 0.83 0.85 0.87 0.90 0.92 0.94 0.97 0.99 1.01 1.04 1.06 1.08 1.10 1.13 1.16 1.19 1.22 1.24 1.28 1.31 1.34 1.36 1.39 1.43 1.46 1.49 1.51 1.54 1.56 1.58 1.60 1.62 1.63 1.64 1.64 1. [...]
+0.45 0.45 0.46 0.46 0.45 0.45 0.44 0.43 0.42 0.42 0.41 0.41 0.41 0.41 0.41 0.42 0.43 0.45 0.46 0.48 0.50 0.52 0.54 0.56 0.58 0.61 0.62 0.64 0.65 0.65 0.66 0.65 0.65 0.65 0.64 0.63 0.62 0.62 0.61 0.60 0.59 0.59 0.59 0.60 0.60 0.61 0.62 0.63 0.64 0.65 0.67 0.69 0.70 0.72 0.74 0.75 0.78 0.80 0.82 0.85 0.87 0.90 0.92 0.94 0.96 0.98 1.01 1.04 1.06 1.09 1.12 1.15 1.17 1.20 1.22 1.25 1.28 1.31 1.34 1.36 1.39 1.42 1.45 1.48 1.51 1.53 1.57 1.60 1.63 1.65 1.67 1.70 1.72 1.74 1.75 1.76 1.76 1.76 1. [...]
+0.48 0.49 0.50 0.50 0.50 0.50 0.49 0.48 0.47 0.47 0.46 0.46 0.46 0.47 0.47 0.48 0.50 0.52 0.54 0.55 0.57 0.60 0.63 0.65 0.67 0.69 0.70 0.72 0.72 0.73 0.73 0.73 0.72 0.71 0.71 0.70 0.69 0.67 0.66 0.65 0.65 0.64 0.64 0.65 0.65 0.66 0.67 0.69 0.70 0.71 0.73 0.75 0.77 0.79 0.81 0.83 0.86 0.88 0.91 0.94 0.96 0.99 1.02 1.04 1.07 1.10 1.13 1.15 1.19 1.22 1.25 1.28 1.30 1.33 1.37 1.40 1.43 1.46 1.48 1.51 1.53 1.56 1.59 1.62 1.64 1.67 1.70 1.72 1.75 1.77 1.79 1.82 1.84 1.86 1.86 1.87 1.87 1.87 1. [...]
+0.52 0.53 0.55 0.56 0.56 0.57 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.56 0.57 0.58 0.60 0.62 0.65 0.67 0.70 0.72 0.74 0.76 0.78 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.80 0.79 0.78 0.76 0.75 0.74 0.72 0.71 0.70 0.69 0.69 0.69 0.69 0.70 0.72 0.74 0.75 0.77 0.78 0.81 0.83 0.85 0.87 0.89 0.93 0.96 0.99 1.01 1.04 1.07 1.10 1.14 1.17 1.20 1.24 1.28 1.32 1.35 1.38 1.41 1.45 1.47 1.50 1.53 1.55 1.58 1.60 1.63 1.66 1.68 1.71 1.73 1.76 1.79 1.81 1.84 1.86 1.87 1.88 1.90 1.92 1.93 1.93 1.93 1.93 1.93 1. [...]
+0.61 0.62 0.64 0.65 0.66 0.67 0.68 0.68 0.68 0.67 0.67 0.67 0.68 0.69 0.71 0.73 0.74 0.76 0.77 0.79 0.82 0.84 0.86 0.89 0.91 0.93 0.92 0.92 0.92 0.92 0.92 0.90 0.89 0.88 0.87 0.85 0.83 0.81 0.79 0.78 0.76 0.76 0.75 0.75 0.76 0.76 0.78 0.79 0.81 0.82 0.83 0.86 0.88 0.91 0.93 0.96 0.99 1.02 1.05 1.09 1.12 1.15 1.19 1.23 1.26 1.29 1.33 1.37 1.41 1.45 1.48 1.52 1.55 1.58 1.61 1.64 1.67 1.70 1.72 1.75 1.77 1.79 1.81 1.84 1.86 1.89 1.91 1.92 1.94 1.95 1.96 1.97 1.98 1.98 1.98 1.97 1.97 1.96 1. [...]
+0.71 0.73 0.75 0.77 0.79 0.81 0.82 0.83 0.83 0.83 0.83 0.84 0.84 0.85 0.86 0.88 0.89 0.91 0.92 0.94 0.96 0.98 1.01 1.02 1.03 1.05 1.04 1.02 1.01 1.00 0.99 0.98 0.96 0.95 0.93 0.92 0.89 0.87 0.85 0.84 0.82 0.82 0.81 0.82 0.82 0.83 0.84 0.85 0.86 0.86 0.87 0.90 0.93 0.95 0.98 1.00 1.04 1.07 1.10 1.14 1.18 1.21 1.25 1.29 1.33 1.36 1.41 1.45 1.49 1.53 1.57 1.60 1.64 1.68 1.71 1.74 1.77 1.79 1.82 1.84 1.87 1.89 1.90 1.92 1.94 1.96 1.98 2.00 2.01 2.02 2.03 2.03 2.03 2.02 2.02 2.01 2.00 2.00 1. [...]
+0.82 0.85 0.88 0.90 0.93 0.95 0.96 0.98 0.99 1.00 1.00 1.01 1.01 1.02 1.03 1.04 1.05 1.06 1.08 1.09 1.11 1.13 1.14 1.15 1.15 1.16 1.14 1.12 1.10 1.08 1.06 1.04 1.02 1.00 0.98 0.96 0.94 0.93 0.91 0.89 0.87 0.87 0.87 0.87 0.88 0.89 0.89 0.90 0.91 0.91 0.92 0.94 0.97 0.99 1.02 1.04 1.07 1.11 1.14 1.18 1.22 1.26 1.30 1.34 1.38 1.42 1.47 1.51 1.55 1.59 1.63 1.68 1.72 1.75 1.79 1.82 1.84 1.87 1.90 1.92 1.95 1.96 1.98 2.00 2.02 2.04 2.05 2.06 2.08 2.08 2.09 2.08 2.08 2.07 2.06 2.06 2.05 2.04 2. [...]
+0.94 0.97 1.00 1.03 1.06 1.09 1.11 1.13 1.14 1.15 1.16 1.16 1.17 1.17 1.18 1.19 1.20 1.21 1.22 1.24 1.25 1.26 1.27 1.28 1.27 1.26 1.24 1.22 1.19 1.16 1.12 1.09 1.07 1.04 1.02 1.00 0.99 0.97 0.96 0.94 0.92 0.92 0.92 0.92 0.93 0.94 0.94 0.95 0.95 0.96 0.96 0.98 1.00 1.03 1.05 1.08 1.11 1.15 1.18 1.22 1.26 1.31 1.35 1.39 1.43 1.47 1.51 1.55 1.59 1.64 1.69 1.73 1.77 1.81 1.85 1.88 1.91 1.93 1.96 1.99 2.01 2.03 2.05 2.07 2.09 2.11 2.12 2.13 2.13 2.14 2.15 2.14 2.13 2.13 2.12 2.11 2.10 2.09 2. [...]
+1.07 1.10 1.12 1.15 1.19 1.22 1.24 1.26 1.27 1.29 1.30 1.31 1.31 1.32 1.32 1.32 1.33 1.34 1.35 1.37 1.38 1.39 1.39 1.39 1.38 1.36 1.34 1.31 1.28 1.23 1.19 1.15 1.12 1.09 1.07 1.04 1.02 1.00 0.98 0.97 0.96 0.95 0.95 0.95 0.96 0.97 0.97 0.97 0.98 0.98 0.99 1.01 1.03 1.06 1.09 1.12 1.15 1.19 1.22 1.27 1.32 1.35 1.39 1.43 1.47 1.51 1.56 1.60 1.65 1.69 1.74 1.78 1.82 1.85 1.89 1.93 1.96 2.00 2.02 2.04 2.06 2.08 2.10 2.12 2.15 2.18 2.19 2.20 2.21 2.22 2.22 2.22 2.21 2.21 2.20 2.19 2.17 2.15 2. [...]
+1.16 1.19 1.22 1.26 1.29 1.32 1.34 1.36 1.38 1.39 1.40 1.41 1.42 1.42 1.43 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50 1.49 1.48 1.47 1.44 1.41 1.37 1.32 1.28 1.23 1.19 1.15 1.11 1.08 1.06 1.04 1.02 1.00 0.98 0.98 0.98 0.98 0.98 0.99 0.99 0.99 0.99 1.00 1.00 1.03 1.05 1.08 1.12 1.16 1.20 1.23 1.28 1.32 1.37 1.41 1.45 1.49 1.53 1.58 1.62 1.66 1.70 1.75 1.80 1.84 1.88 1.92 1.95 1.98 2.01 2.04 2.06 2.08 2.10 2.13 2.15 2.18 2.20 2.23 2.25 2.27 2.29 2.30 2.30 2.30 2.30 2.30 2.29 2.28 2.26 2.23 2. [...]
+1.23 1.27 1.30 1.33 1.36 1.40 1.42 1.44 1.45 1.46 1.48 1.48 1.48 1.49 1.49 1.50 1.51 1.52 1.53 1.55 1.56 1.57 1.57 1.57 1.57 1.56 1.53 1.49 1.45 1.40 1.35 1.30 1.25 1.20 1.17 1.13 1.11 1.09 1.07 1.05 1.03 1.03 1.02 1.02 1.01 1.01 1.01 1.01 1.02 1.03 1.05 1.08 1.11 1.14 1.18 1.22 1.26 1.30 1.35 1.39 1.43 1.47 1.51 1.55 1.59 1.63 1.68 1.72 1.77 1.82 1.87 1.91 1.95 1.99 2.02 2.05 2.07 2.09 2.11 2.13 2.15 2.17 2.19 2.22 2.26 2.29 2.32 2.34 2.36 2.38 2.39 2.39 2.40 2.40 2.39 2.38 2.36 2.33 2. [...]
+1.29 1.32 1.35 1.38 1.41 1.44 1.45 1.47 1.49 1.50 1.52 1.52 1.52 1.52 1.53 1.53 1.55 1.56 1.58 1.60 1.61 1.62 1.62 1.63 1.63 1.63 1.59 1.55 1.51 1.46 1.41 1.35 1.30 1.26 1.21 1.17 1.15 1.13 1.12 1.10 1.08 1.07 1.06 1.06 1.05 1.04 1.05 1.05 1.06 1.08 1.10 1.14 1.17 1.21 1.25 1.30 1.34 1.39 1.43 1.46 1.50 1.54 1.58 1.62 1.66 1.70 1.74 1.79 1.84 1.89 1.93 1.98 2.02 2.05 2.08 2.11 2.13 2.15 2.17 2.18 2.20 2.22 2.24 2.27 2.31 2.35 2.38 2.41 2.44 2.46 2.48 2.49 2.50 2.50 2.49 2.48 2.46 2.43 2. [...]
+1.34 1.37 1.39 1.41 1.43 1.45 1.46 1.48 1.50 1.51 1.52 1.52 1.52 1.53 1.53 1.54 1.56 1.58 1.60 1.62 1.63 1.64 1.65 1.66 1.66 1.66 1.63 1.60 1.56 1.50 1.45 1.40 1.35 1.30 1.26 1.21 1.19 1.17 1.15 1.14 1.13 1.11 1.10 1.09 1.08 1.08 1.09 1.09 1.11 1.14 1.17 1.21 1.25 1.29 1.34 1.39 1.43 1.47 1.51 1.55 1.58 1.62 1.66 1.69 1.73 1.77 1.81 1.86 1.90 1.95 1.99 2.03 2.07 2.11 2.14 2.17 2.19 2.21 2.23 2.23 2.24 2.27 2.29 2.33 2.36 2.40 2.44 2.49 2.52 2.54 2.57 2.58 2.59 2.59 2.58 2.57 2.54 2.51 2. [...]
+1.38 1.40 1.42 1.43 1.44 1.45 1.46 1.48 1.49 1.49 1.49 1.50 1.51 1.51 1.52 1.53 1.55 1.57 1.58 1.59 1.61 1.63 1.65 1.66 1.67 1.67 1.65 1.62 1.58 1.53 1.48 1.43 1.37 1.33 1.29 1.25 1.22 1.20 1.18 1.17 1.15 1.14 1.13 1.12 1.11 1.10 1.12 1.13 1.15 1.19 1.22 1.27 1.32 1.37 1.43 1.48 1.52 1.56 1.59 1.63 1.67 1.70 1.74 1.77 1.80 1.83 1.87 1.91 1.95 2.00 2.05 2.08 2.12 2.16 2.19 2.22 2.24 2.26 2.28 2.30 2.32 2.34 2.36 2.39 2.43 2.47 2.52 2.57 2.61 2.63 2.65 2.66 2.67 2.67 2.66 2.65 2.61 2.57 2. [...]
+1.42 1.43 1.44 1.44 1.44 1.45 1.45 1.46 1.47 1.46 1.45 1.46 1.46 1.46 1.48 1.49 1.51 1.53 1.55 1.56 1.58 1.61 1.63 1.64 1.65 1.65 1.63 1.60 1.57 1.52 1.48 1.43 1.37 1.33 1.29 1.25 1.23 1.21 1.19 1.17 1.15 1.13 1.12 1.11 1.11 1.10 1.12 1.14 1.17 1.21 1.26 1.32 1.38 1.44 1.50 1.56 1.60 1.64 1.68 1.72 1.75 1.78 1.80 1.83 1.86 1.89 1.93 1.96 2.01 2.05 2.10 2.14 2.18 2.21 2.25 2.29 2.31 2.34 2.36 2.39 2.41 2.43 2.45 2.48 2.53 2.57 2.61 2.66 2.69 2.71 2.72 2.73 2.73 2.72 2.70 2.69 2.65 2.61 2. [...]
+1.45 1.45 1.45 1.45 1.44 1.44 1.44 1.44 1.44 1.43 1.42 1.41 1.41 1.41 1.43 1.44 1.45 1.47 1.49 1.52 1.55 1.57 1.60 1.61 1.62 1.62 1.60 1.58 1.55 1.50 1.46 1.41 1.37 1.33 1.29 1.25 1.23 1.20 1.18 1.16 1.13 1.12 1.10 1.10 1.10 1.10 1.13 1.16 1.20 1.26 1.32 1.38 1.45 1.51 1.57 1.63 1.68 1.73 1.77 1.79 1.82 1.84 1.86 1.88 1.91 1.93 1.97 2.01 2.05 2.09 2.14 2.19 2.23 2.28 2.33 2.37 2.40 2.43 2.46 2.49 2.52 2.55 2.58 2.61 2.65 2.70 2.73 2.77 2.79 2.81 2.82 2.81 2.81 2.79 2.76 2.73 2.69 2.64 2. [...]
+1.49 1.48 1.48 1.47 1.45 1.43 1.42 1.42 1.41 1.40 1.39 1.38 1.37 1.37 1.38 1.39 1.41 1.42 1.44 1.47 1.51 1.53 1.56 1.57 1.58 1.58 1.56 1.54 1.51 1.47 1.43 1.39 1.35 1.31 1.27 1.24 1.21 1.18 1.15 1.13 1.11 1.10 1.09 1.09 1.10 1.11 1.15 1.19 1.24 1.31 1.38 1.45 1.52 1.58 1.65 1.71 1.76 1.81 1.85 1.87 1.89 1.91 1.92 1.94 1.96 1.98 2.02 2.06 2.10 2.15 2.19 2.25 2.31 2.36 2.42 2.47 2.51 2.55 2.58 2.62 2.66 2.70 2.74 2.77 2.82 2.86 2.89 2.92 2.94 2.95 2.95 2.93 2.92 2.89 2.84 2.80 2.74 2.68 2. [...]
+1.54 1.52 1.50 1.48 1.46 1.43 1.41 1.40 1.39 1.38 1.38 1.37 1.35 1.35 1.35 1.36 1.37 1.38 1.41 1.44 1.47 1.49 1.52 1.53 1.53 1.53 1.51 1.49 1.46 1.43 1.40 1.36 1.31 1.27 1.24 1.20 1.17 1.14 1.12 1.10 1.08 1.07 1.07 1.08 1.10 1.12 1.17 1.22 1.28 1.36 1.44 1.51 1.59 1.66 1.72 1.79 1.83 1.88 1.91 1.94 1.96 1.98 1.99 2.01 2.03 2.05 2.09 2.13 2.17 2.22 2.27 2.33 2.40 2.46 2.52 2.58 2.63 2.68 2.73 2.78 2.83 2.88 2.93 2.98 3.02 3.07 3.10 3.14 3.15 3.14 3.14 3.11 3.08 3.03 2.96 2.90 2.83 2.76 2. [...]
+1.58 1.55 1.52 1.49 1.46 1.43 1.41 1.39 1.38 1.37 1.36 1.36 1.35 1.34 1.34 1.33 1.34 1.36 1.38 1.40 1.43 1.45 1.47 1.48 1.48 1.48 1.46 1.44 1.41 1.38 1.35 1.31 1.27 1.23 1.19 1.15 1.13 1.10 1.08 1.06 1.04 1.05 1.05 1.07 1.09 1.12 1.19 1.25 1.32 1.40 1.48 1.56 1.65 1.72 1.79 1.85 1.90 1.94 1.98 2.00 2.03 2.04 2.06 2.07 2.09 2.11 2.16 2.20 2.25 2.31 2.37 2.44 2.51 2.58 2.66 2.73 2.79 2.84 2.91 2.98 3.05 3.11 3.17 3.22 3.28 3.33 3.37 3.41 3.42 3.42 3.41 3.36 3.32 3.25 3.16 3.07 2.98 2.90 2. [...]
+1.63 1.59 1.54 1.51 1.47 1.44 1.42 1.40 1.39 1.38 1.38 1.37 1.35 1.34 1.34 1.33 1.34 1.35 1.36 1.38 1.40 1.42 1.43 1.44 1.43 1.43 1.41 1.39 1.36 1.32 1.28 1.24 1.20 1.17 1.13 1.10 1.07 1.05 1.03 1.02 1.01 1.02 1.03 1.05 1.08 1.12 1.19 1.26 1.34 1.43 1.52 1.60 1.69 1.76 1.83 1.90 1.95 2.00 2.04 2.07 2.09 2.11 2.12 2.14 2.16 2.18 2.23 2.29 2.35 2.43 2.50 2.58 2.66 2.75 2.83 2.91 2.99 3.07 3.15 3.24 3.33 3.40 3.47 3.54 3.61 3.68 3.72 3.77 3.79 3.78 3.77 3.71 3.64 3.56 3.46 3.35 3.26 3.16 3. [...]
+1.69 1.64 1.58 1.54 1.50 1.46 1.45 1.43 1.41 1.40 1.39 1.38 1.36 1.35 1.34 1.33 1.33 1.34 1.35 1.36 1.38 1.39 1.40 1.40 1.39 1.38 1.36 1.34 1.31 1.27 1.23 1.18 1.14 1.10 1.07 1.04 1.02 1.00 0.98 0.97 0.97 0.98 1.00 1.02 1.07 1.11 1.18 1.25 1.34 1.44 1.54 1.63 1.72 1.80 1.87 1.95 2.00 2.06 2.10 2.14 2.17 2.19 2.20 2.23 2.25 2.28 2.34 2.40 2.48 2.56 2.64 2.73 2.82 2.92 3.01 3.11 3.21 3.31 3.41 3.52 3.63 3.72 3.81 3.90 3.99 4.08 4.14 4.19 4.22 4.21 4.21 4.14 4.08 3.99 3.87 3.76 3.66 3.56 3. [...]
+1.74 1.68 1.63 1.58 1.53 1.49 1.47 1.45 1.43 1.42 1.41 1.40 1.38 1.37 1.35 1.34 1.34 1.33 1.34 1.34 1.35 1.36 1.36 1.36 1.35 1.34 1.32 1.29 1.25 1.21 1.17 1.13 1.08 1.05 1.01 0.98 0.96 0.94 0.93 0.93 0.92 0.94 0.97 1.00 1.05 1.10 1.17 1.25 1.34 1.45 1.56 1.65 1.75 1.84 1.91 1.98 2.05 2.11 2.17 2.21 2.25 2.28 2.30 2.33 2.37 2.40 2.47 2.54 2.62 2.70 2.79 2.89 2.99 3.10 3.21 3.33 3.45 3.57 3.69 3.81 3.94 4.06 4.18 4.30 4.41 4.52 4.59 4.67 4.70 4.70 4.71 4.66 4.61 4.54 4.43 4.32 4.21 4.10 3. [...]
+1.78 1.73 1.68 1.62 1.57 1.52 1.49 1.47 1.45 1.44 1.43 1.42 1.40 1.39 1.37 1.35 1.34 1.33 1.33 1.33 1.32 1.33 1.34 1.33 1.32 1.31 1.27 1.24 1.20 1.16 1.11 1.07 1.03 1.00 0.96 0.93 0.91 0.90 0.89 0.89 0.89 0.91 0.94 0.98 1.03 1.09 1.17 1.26 1.36 1.47 1.58 1.68 1.78 1.87 1.95 2.03 2.10 2.17 2.24 2.29 2.34 2.38 2.42 2.46 2.50 2.54 2.61 2.68 2.76 2.86 2.95 3.06 3.16 3.28 3.41 3.54 3.68 3.82 3.96 4.11 4.25 4.40 4.56 4.71 4.84 4.98 5.06 5.15 5.21 5.23 5.25 5.23 5.21 5.17 5.09 5.02 4.88 4.75 4. [...]
+1.82 1.77 1.71 1.66 1.61 1.56 1.53 1.51 1.48 1.46 1.45 1.43 1.41 1.39 1.37 1.35 1.33 1.32 1.31 1.31 1.30 1.30 1.30 1.29 1.28 1.27 1.23 1.20 1.16 1.12 1.07 1.03 0.99 0.96 0.93 0.89 0.88 0.87 0.86 0.87 0.88 0.90 0.92 0.96 1.02 1.09 1.19 1.28 1.39 1.50 1.61 1.71 1.82 1.91 1.99 2.08 2.16 2.23 2.31 2.37 2.44 2.49 2.54 2.59 2.63 2.68 2.76 2.84 2.92 3.02 3.12 3.23 3.35 3.48 3.61 3.75 3.91 4.06 4.22 4.38 4.55 4.73 4.92 5.09 5.24 5.39 5.49 5.60 5.68 5.73 5.78 5.79 5.81 5.80 5.76 5.73 5.61 5.50 5. [...]
+1.84 1.80 1.75 1.70 1.66 1.61 1.58 1.55 1.52 1.49 1.46 1.43 1.41 1.38 1.36 1.33 1.32 1.31 1.30 1.28 1.27 1.27 1.26 1.26 1.25 1.24 1.20 1.17 1.13 1.09 1.05 1.00 0.96 0.92 0.90 0.88 0.87 0.85 0.85 0.86 0.86 0.89 0.92 0.97 1.04 1.10 1.21 1.32 1.43 1.54 1.65 1.76 1.86 1.96 2.05 2.14 2.23 2.31 2.39 2.47 2.55 2.61 2.68 2.74 2.79 2.85 2.93 3.00 3.09 3.19 3.29 3.42 3.55 3.69 3.82 3.96 4.11 4.26 4.42 4.59 4.75 4.96 5.16 5.35 5.52 5.69 5.80 5.92 6.01 6.08 6.16 6.21 6.26 6.29 6.29 6.30 6.24 6.18 6. [...]
+1.85 1.81 1.77 1.73 1.69 1.65 1.62 1.58 1.54 1.51 1.47 1.44 1.41 1.38 1.35 1.32 1.30 1.29 1.27 1.26 1.25 1.24 1.24 1.24 1.22 1.21 1.18 1.14 1.11 1.06 1.02 0.98 0.94 0.91 0.89 0.87 0.86 0.86 0.86 0.87 0.88 0.91 0.94 0.99 1.05 1.12 1.24 1.35 1.47 1.59 1.70 1.82 1.93 2.03 2.13 2.23 2.32 2.41 2.50 2.60 2.69 2.76 2.83 2.90 2.96 3.02 3.09 3.16 3.25 3.35 3.46 3.60 3.74 3.87 4.01 4.15 4.29 4.43 4.58 4.74 4.89 5.09 5.29 5.48 5.66 5.84 5.96 6.08 6.19 6.28 6.38 6.45 6.52 6.58 6.64 6.69 6.68 6.68 6. [...]
+1.84 1.81 1.78 1.75 1.72 1.69 1.65 1.61 1.57 1.53 1.49 1.45 1.42 1.38 1.35 1.32 1.29 1.27 1.25 1.24 1.23 1.22 1.22 1.21 1.20 1.19 1.16 1.13 1.09 1.05 1.01 0.97 0.93 0.90 0.88 0.87 0.87 0.87 0.87 0.89 0.90 0.93 0.96 1.01 1.08 1.16 1.27 1.39 1.51 1.64 1.77 1.88 2.00 2.11 2.21 2.32 2.42 2.52 2.63 2.73 2.83 2.91 2.99 3.06 3.12 3.17 3.24 3.32 3.41 3.52 3.62 3.77 3.91 4.05 4.19 4.32 4.45 4.57 4.70 4.84 4.98 5.16 5.34 5.51 5.68 5.86 5.98 6.10 6.21 6.31 6.41 6.49 6.58 6.67 6.76 6.86 6.90 6.95 6. [...]
+1.83 1.81 1.80 1.77 1.74 1.71 1.67 1.63 1.59 1.55 1.51 1.47 1.42 1.38 1.35 1.32 1.29 1.26 1.24 1.23 1.21 1.21 1.20 1.20 1.18 1.17 1.14 1.12 1.08 1.05 1.01 0.97 0.93 0.91 0.89 0.88 0.88 0.88 0.89 0.90 0.91 0.95 0.98 1.03 1.11 1.19 1.31 1.43 1.56 1.69 1.83 1.95 2.07 2.19 2.30 2.41 2.52 2.63 2.74 2.86 2.97 3.05 3.13 3.20 3.26 3.31 3.38 3.45 3.55 3.66 3.78 3.92 4.07 4.20 4.34 4.47 4.57 4.68 4.79 4.90 5.02 5.17 5.31 5.46 5.61 5.75 5.86 5.97 6.07 6.17 6.26 6.35 6.44 6.54 6.67 6.80 6.89 6.98 7. [...]
+1.82 1.81 1.81 1.79 1.76 1.74 1.70 1.66 1.62 1.57 1.53 1.48 1.44 1.39 1.35 1.32 1.29 1.26 1.24 1.22 1.20 1.20 1.20 1.20 1.18 1.17 1.14 1.12 1.08 1.05 1.01 0.97 0.94 0.92 0.91 0.89 0.89 0.89 0.90 0.91 0.93 0.96 0.99 1.05 1.12 1.20 1.33 1.46 1.60 1.74 1.88 2.01 2.14 2.27 2.38 2.50 2.61 2.72 2.84 2.96 3.09 3.16 3.24 3.31 3.37 3.43 3.50 3.57 3.66 3.78 3.90 4.04 4.18 4.31 4.43 4.55 4.65 4.75 4.85 4.94 5.03 5.14 5.25 5.36 5.47 5.57 5.65 5.74 5.82 5.89 5.96 6.04 6.13 6.24 6.37 6.51 6.63 6.76 6. [...]
+1.82 1.82 1.82 1.80 1.78 1.76 1.72 1.69 1.64 1.59 1.54 1.49 1.45 1.41 1.37 1.34 1.31 1.28 1.26 1.24 1.23 1.22 1.22 1.21 1.20 1.18 1.16 1.13 1.10 1.06 1.02 0.99 0.95 0.93 0.91 0.89 0.90 0.90 0.91 0.93 0.94 0.97 1.00 1.06 1.14 1.21 1.35 1.48 1.63 1.77 1.92 2.06 2.20 2.33 2.46 2.58 2.69 2.81 2.93 3.04 3.16 3.25 3.33 3.40 3.45 3.50 3.58 3.65 3.74 3.85 3.96 4.10 4.24 4.37 4.50 4.62 4.72 4.81 4.90 4.97 5.05 5.12 5.19 5.27 5.33 5.40 5.43 5.46 5.49 5.52 5.56 5.63 5.70 5.81 5.94 6.07 6.21 6.35 6. [...]
+1.83 1.82 1.81 1.80 1.78 1.76 1.73 1.69 1.65 1.60 1.55 1.51 1.47 1.43 1.40 1.37 1.34 1.32 1.30 1.29 1.28 1.27 1.26 1.25 1.24 1.22 1.19 1.16 1.13 1.09 1.04 1.01 0.98 0.95 0.93 0.91 0.92 0.92 0.93 0.94 0.95 0.98 1.02 1.08 1.16 1.25 1.38 1.52 1.66 1.82 1.97 2.12 2.26 2.40 2.52 2.64 2.75 2.87 2.99 3.10 3.21 3.30 3.38 3.45 3.51 3.56 3.63 3.70 3.78 3.89 3.99 4.12 4.26 4.40 4.53 4.66 4.76 4.86 4.95 5.02 5.09 5.14 5.19 5.22 5.25 5.27 5.25 5.23 5.22 5.21 5.20 5.25 5.31 5.39 5.51 5.63 5.76 5.90 6. [...]
+1.84 1.83 1.81 1.79 1.77 1.75 1.72 1.69 1.65 1.61 1.57 1.53 1.49 1.46 1.43 1.40 1.39 1.37 1.36 1.36 1.35 1.34 1.33 1.31 1.30 1.28 1.25 1.22 1.18 1.13 1.08 1.05 1.02 0.99 0.97 0.95 0.95 0.95 0.95 0.96 0.97 1.00 1.04 1.10 1.19 1.29 1.42 1.56 1.71 1.86 2.02 2.17 2.32 2.45 2.57 2.68 2.80 2.91 3.02 3.13 3.23 3.31 3.38 3.45 3.51 3.57 3.63 3.70 3.78 3.89 3.99 4.12 4.26 4.40 4.54 4.68 4.79 4.91 5.00 5.08 5.16 5.20 5.23 5.25 5.24 5.23 5.17 5.12 5.06 5.01 4.96 4.98 5.00 5.05 5.15 5.24 5.37 5.49 5. [...]
+1.86 1.84 1.82 1.80 1.78 1.76 1.72 1.69 1.66 1.62 1.58 1.55 1.52 1.49 1.47 1.45 1.44 1.44 1.43 1.43 1.43 1.42 1.41 1.39 1.37 1.35 1.32 1.28 1.24 1.19 1.14 1.10 1.07 1.04 1.01 0.99 0.98 0.98 0.98 0.99 1.00 1.03 1.06 1.13 1.22 1.32 1.46 1.59 1.74 1.90 2.07 2.21 2.35 2.48 2.59 2.71 2.82 2.93 3.03 3.13 3.22 3.28 3.34 3.40 3.45 3.51 3.58 3.65 3.74 3.85 3.97 4.10 4.24 4.39 4.54 4.69 4.82 4.95 5.07 5.16 5.26 5.30 5.33 5.34 5.31 5.29 5.21 5.13 5.04 4.96 4.88 4.86 4.84 4.86 4.92 4.98 5.09 5.20 5. [...]
+1.90 1.87 1.83 1.81 1.79 1.77 1.74 1.70 1.67 1.64 1.61 1.58 1.56 1.54 1.53 1.53 1.53 1.53 1.52 1.52 1.51 1.50 1.48 1.46 1.44 1.41 1.38 1.35 1.31 1.26 1.22 1.17 1.13 1.09 1.07 1.04 1.03 1.01 1.01 1.02 1.02 1.06 1.09 1.15 1.25 1.35 1.48 1.62 1.77 1.92 2.08 2.22 2.36 2.49 2.59 2.70 2.80 2.90 3.00 3.09 3.18 3.22 3.26 3.30 3.35 3.39 3.48 3.58 3.68 3.80 3.91 4.06 4.21 4.37 4.53 4.69 4.85 5.00 5.14 5.26 5.37 5.43 5.49 5.51 5.48 5.46 5.36 5.27 5.18 5.08 4.98 4.93 4.87 4.85 4.88 4.90 4.98 5.06 5. [...]
+1.94 1.91 1.87 1.85 1.82 1.80 1.76 1.72 1.69 1.65 1.62 1.61 1.60 1.59 1.59 1.59 1.60 1.61 1.61 1.61 1.60 1.58 1.55 1.53 1.50 1.48 1.44 1.40 1.36 1.32 1.28 1.23 1.18 1.14 1.11 1.08 1.06 1.04 1.04 1.04 1.05 1.09 1.12 1.19 1.27 1.36 1.49 1.62 1.76 1.91 2.07 2.20 2.33 2.45 2.55 2.66 2.76 2.85 2.95 3.03 3.12 3.15 3.17 3.21 3.25 3.29 3.40 3.50 3.62 3.74 3.86 4.02 4.17 4.33 4.51 4.68 4.86 5.03 5.20 5.34 5.49 5.58 5.67 5.72 5.72 5.73 5.66 5.59 5.50 5.41 5.31 5.24 5.16 5.12 5.12 5.11 5.15 5.19 5. [...]
+1.99 1.95 1.92 1.89 1.86 1.83 1.79 1.75 1.72 1.69 1.66 1.66 1.66 1.66 1.66 1.67 1.68 1.69 1.70 1.69 1.68 1.66 1.63 1.60 1.58 1.55 1.51 1.47 1.43 1.39 1.35 1.30 1.24 1.20 1.16 1.12 1.10 1.08 1.07 1.08 1.08 1.12 1.15 1.21 1.29 1.37 1.50 1.62 1.75 1.89 2.03 2.16 2.28 2.39 2.49 2.59 2.68 2.78 2.86 2.94 3.02 3.06 3.10 3.14 3.19 3.24 3.35 3.45 3.56 3.69 3.81 3.96 4.11 4.28 4.46 4.64 4.83 5.03 5.22 5.40 5.58 5.71 5.84 5.93 5.98 6.02 5.99 5.95 5.90 5.83 5.76 5.68 5.59 5.53 5.50 5.47 5.48 5.50 5. [...]
+2.06 2.02 1.98 1.95 1.91 1.88 1.84 1.79 1.76 1.73 1.71 1.71 1.71 1.72 1.73 1.74 1.75 1.76 1.77 1.76 1.75 1.72 1.70 1.67 1.65 1.62 1.58 1.54 1.50 1.45 1.41 1.35 1.30 1.25 1.21 1.16 1.14 1.11 1.10 1.11 1.12 1.15 1.18 1.24 1.31 1.39 1.50 1.62 1.74 1.87 2.01 2.12 2.23 2.33 2.42 2.51 2.60 2.68 2.76 2.84 2.92 2.97 3.03 3.09 3.15 3.22 3.31 3.41 3.51 3.63 3.75 3.89 4.04 4.20 4.38 4.57 4.78 4.99 5.21 5.42 5.63 5.81 5.98 6.12 6.21 6.31 6.32 6.34 6.34 6.30 6.27 6.18 6.10 6.03 5.98 5.93 5.93 5.93 5. [...]
+2.15 2.10 2.05 2.01 1.97 1.93 1.88 1.83 1.80 1.77 1.74 1.75 1.76 1.77 1.79 1.80 1.81 1.82 1.82 1.81 1.80 1.78 1.75 1.73 1.70 1.66 1.63 1.59 1.55 1.50 1.45 1.40 1.35 1.30 1.25 1.20 1.17 1.14 1.13 1.13 1.14 1.17 1.21 1.26 1.33 1.40 1.51 1.62 1.74 1.87 2.00 2.10 2.20 2.29 2.36 2.44 2.51 2.59 2.67 2.74 2.82 2.89 2.95 3.02 3.11 3.19 3.28 3.37 3.46 3.57 3.68 3.82 3.95 4.11 4.29 4.47 4.69 4.91 5.15 5.39 5.64 5.85 6.07 6.25 6.40 6.55 6.63 6.71 6.75 6.75 6.75 6.69 6.63 6.57 6.51 6.46 6.44 6.43 6. [...]
+2.24 2.18 2.12 2.07 2.02 1.96 1.92 1.87 1.83 1.80 1.77 1.78 1.80 1.82 1.84 1.87 1.87 1.87 1.86 1.85 1.83 1.81 1.78 1.75 1.72 1.69 1.66 1.62 1.58 1.54 1.49 1.44 1.39 1.33 1.28 1.22 1.19 1.15 1.14 1.15 1.15 1.20 1.24 1.30 1.36 1.43 1.53 1.64 1.75 1.88 2.01 2.10 2.20 2.27 2.33 2.39 2.45 2.52 2.58 2.66 2.73 2.80 2.87 2.95 3.04 3.13 3.22 3.30 3.39 3.49 3.59 3.72 3.86 4.01 4.18 4.35 4.58 4.81 5.05 5.32 5.59 5.83 6.08 6.31 6.51 6.72 6.85 6.98 7.07 7.11 7.14 7.11 7.08 7.04 7.00 6.97 6.94 6.91 6. [...]
+2.32 2.26 2.20 2.14 2.07 2.00 1.95 1.89 1.85 1.82 1.78 1.80 1.82 1.85 1.89 1.93 1.92 1.91 1.89 1.86 1.83 1.81 1.78 1.75 1.72 1.69 1.66 1.63 1.60 1.57 1.53 1.48 1.42 1.36 1.29 1.23 1.19 1.16 1.14 1.15 1.17 1.22 1.27 1.33 1.41 1.48 1.58 1.69 1.80 1.91 2.03 2.11 2.19 2.25 2.30 2.35 2.40 2.46 2.51 2.58 2.64 2.71 2.79 2.87 2.96 3.06 3.14 3.21 3.30 3.39 3.48 3.61 3.74 3.88 4.05 4.21 4.43 4.64 4.89 5.16 5.43 5.71 6.00 6.25 6.49 6.72 6.90 7.08 7.21 7.30 7.39 7.39 7.39 7.38 7.35 7.33 7.29 7.25 7. [...]
+2.38 2.31 2.25 2.18 2.10 2.02 1.96 1.90 1.85 1.82 1.79 1.81 1.83 1.86 1.91 1.97 1.95 1.93 1.90 1.87 1.83 1.80 1.78 1.74 1.71 1.68 1.65 1.63 1.60 1.57 1.54 1.48 1.43 1.36 1.30 1.23 1.20 1.16 1.15 1.17 1.18 1.24 1.30 1.37 1.46 1.54 1.64 1.73 1.84 1.94 2.05 2.12 2.19 2.25 2.29 2.33 2.37 2.42 2.47 2.52 2.58 2.65 2.72 2.79 2.88 2.97 3.05 3.12 3.21 3.29 3.38 3.50 3.61 3.74 3.90 4.05 4.25 4.46 4.70 4.96 5.23 5.52 5.82 6.09 6.35 6.61 6.81 7.01 7.18 7.31 7.44 7.47 7.50 7.50 7.48 7.47 7.42 7.37 7. [...]
+2.40 2.33 2.26 2.19 2.11 2.03 1.97 1.90 1.86 1.83 1.79 1.81 1.82 1.85 1.91 1.96 1.94 1.92 1.89 1.86 1.83 1.79 1.76 1.72 1.69 1.66 1.64 1.61 1.59 1.56 1.54 1.48 1.42 1.36 1.29 1.23 1.20 1.17 1.16 1.18 1.20 1.27 1.34 1.42 1.51 1.61 1.70 1.79 1.88 1.98 2.08 2.14 2.21 2.26 2.30 2.33 2.37 2.40 2.44 2.49 2.54 2.61 2.67 2.74 2.82 2.90 2.97 3.04 3.12 3.20 3.28 3.39 3.49 3.61 3.75 3.88 4.08 4.27 4.49 4.75 5.00 5.29 5.57 5.85 6.12 6.38 6.61 6.83 7.01 7.16 7.31 7.35 7.39 7.41 7.40 7.39 7.34 7.28 7. [...]
+2.37 2.30 2.23 2.16 2.09 2.02 1.96 1.91 1.86 1.83 1.80 1.81 1.81 1.84 1.88 1.92 1.91 1.90 1.87 1.84 1.81 1.77 1.73 1.70 1.66 1.63 1.61 1.59 1.57 1.54 1.52 1.46 1.40 1.34 1.28 1.22 1.19 1.17 1.18 1.21 1.24 1.32 1.39 1.48 1.58 1.67 1.76 1.85 1.94 2.02 2.11 2.17 2.23 2.28 2.32 2.36 2.38 2.41 2.45 2.49 2.54 2.59 2.65 2.71 2.78 2.85 2.92 2.98 3.05 3.12 3.20 3.29 3.38 3.48 3.61 3.73 3.91 4.08 4.29 4.53 4.76 5.03 5.29 5.55 5.82 6.08 6.31 6.54 6.73 6.87 7.02 7.06 7.10 7.12 7.12 7.12 7.06 7.00 6. [...]
+2.31 2.24 2.18 2.11 2.06 2.00 1.94 1.88 1.84 1.81 1.79 1.80 1.81 1.83 1.85 1.87 1.86 1.85 1.83 1.79 1.75 1.72 1.69 1.66 1.62 1.59 1.57 1.55 1.53 1.50 1.48 1.43 1.37 1.32 1.27 1.22 1.20 1.19 1.20 1.24 1.28 1.37 1.45 1.54 1.64 1.74 1.83 1.92 2.00 2.08 2.16 2.21 2.26 2.31 2.34 2.37 2.40 2.42 2.46 2.50 2.55 2.60 2.65 2.71 2.78 2.84 2.89 2.95 3.00 3.07 3.13 3.21 3.29 3.38 3.48 3.59 3.74 3.90 4.09 4.30 4.51 4.75 4.98 5.22 5.47 5.72 5.93 6.14 6.32 6.45 6.58 6.62 6.67 6.69 6.68 6.67 6.62 6.57 6. [...]
+2.23 2.16 2.10 2.04 1.99 1.95 1.89 1.84 1.80 1.77 1.75 1.76 1.77 1.78 1.79 1.80 1.80 1.79 1.77 1.73 1.69 1.65 1.61 1.58 1.55 1.53 1.51 1.49 1.46 1.44 1.41 1.37 1.33 1.29 1.25 1.20 1.21 1.21 1.24 1.29 1.33 1.42 1.51 1.61 1.70 1.80 1.89 1.97 2.05 2.12 2.19 2.24 2.30 2.34 2.36 2.38 2.40 2.43 2.46 2.51 2.56 2.60 2.65 2.70 2.76 2.82 2.87 2.92 2.97 3.02 3.07 3.14 3.21 3.30 3.39 3.48 3.62 3.75 3.91 4.10 4.28 4.49 4.70 4.91 5.12 5.34 5.52 5.69 5.84 5.95 6.06 6.10 6.15 6.16 6.13 6.10 6.05 6.00 5. [...]
+2.13 2.07 2.00 1.95 1.90 1.85 1.81 1.77 1.74 1.73 1.71 1.72 1.73 1.74 1.75 1.76 1.74 1.73 1.70 1.66 1.61 1.57 1.53 1.50 1.47 1.45 1.44 1.42 1.40 1.38 1.36 1.33 1.30 1.27 1.24 1.21 1.23 1.24 1.27 1.33 1.39 1.48 1.57 1.66 1.75 1.85 1.93 2.01 2.08 2.15 2.21 2.26 2.31 2.35 2.38 2.41 2.42 2.44 2.47 2.52 2.57 2.60 2.64 2.68 2.72 2.77 2.82 2.87 2.91 2.96 3.00 3.08 3.15 3.23 3.31 3.40 3.51 3.62 3.76 3.92 4.08 4.26 4.44 4.62 4.79 4.96 5.10 5.25 5.36 5.44 5.53 5.56 5.59 5.58 5.55 5.51 5.46 5.41 5. [...]
+2.01 1.95 1.89 1.84 1.79 1.75 1.72 1.70 1.68 1.67 1.66 1.67 1.69 1.70 1.71 1.72 1.70 1.68 1.65 1.60 1.55 1.50 1.46 1.42 1.40 1.38 1.37 1.35 1.34 1.33 1.31 1.29 1.28 1.26 1.25 1.24 1.26 1.28 1.32 1.38 1.45 1.53 1.62 1.71 1.79 1.88 1.95 2.03 2.09 2.15 2.21 2.26 2.30 2.34 2.38 2.42 2.44 2.46 2.48 2.52 2.56 2.59 2.62 2.65 2.68 2.71 2.75 2.80 2.84 2.89 2.93 3.00 3.08 3.15 3.24 3.33 3.42 3.51 3.63 3.77 3.91 4.06 4.22 4.36 4.49 4.62 4.72 4.82 4.90 4.96 5.01 5.02 5.03 5.01 4.98 4.95 4.90 4.85 4. [...]
+1.86 1.82 1.77 1.73 1.69 1.66 1.64 1.62 1.61 1.61 1.62 1.64 1.66 1.67 1.68 1.68 1.66 1.64 1.60 1.55 1.50 1.45 1.41 1.37 1.34 1.32 1.31 1.30 1.29 1.28 1.28 1.28 1.27 1.27 1.28 1.28 1.31 1.34 1.38 1.45 1.51 1.59 1.67 1.75 1.83 1.90 1.96 2.02 2.08 2.13 2.18 2.22 2.27 2.32 2.36 2.41 2.44 2.47 2.49 2.52 2.55 2.57 2.60 2.62 2.63 2.65 2.69 2.72 2.76 2.81 2.85 2.93 3.00 3.08 3.17 3.26 3.35 3.43 3.54 3.66 3.78 3.91 4.03 4.14 4.23 4.32 4.38 4.45 4.49 4.52 4.54 4.53 4.51 4.49 4.46 4.44 4.39 4.35 4. [...]
+1.72 1.69 1.66 1.63 1.61 1.59 1.58 1.57 1.57 1.58 1.59 1.61 1.63 1.64 1.65 1.66 1.63 1.60 1.57 1.51 1.46 1.41 1.36 1.32 1.29 1.27 1.26 1.25 1.25 1.26 1.27 1.28 1.29 1.31 1.33 1.35 1.38 1.41 1.46 1.52 1.58 1.65 1.72 1.78 1.84 1.90 1.95 1.99 2.04 2.08 2.13 2.17 2.22 2.27 2.32 2.37 2.41 2.45 2.48 2.51 2.53 2.55 2.57 2.59 2.60 2.61 2.63 2.65 2.69 2.73 2.78 2.85 2.92 3.00 3.09 3.18 3.28 3.38 3.48 3.58 3.69 3.78 3.88 3.96 4.01 4.06 4.10 4.14 4.15 4.15 4.14 4.11 4.09 4.06 4.03 3.99 3.96 3.93 3. [...]
+1.62 1.60 1.58 1.57 1.55 1.54 1.54 1.53 1.54 1.56 1.58 1.60 1.62 1.63 1.62 1.62 1.59 1.57 1.53 1.47 1.42 1.38 1.33 1.30 1.27 1.25 1.25 1.25 1.26 1.28 1.29 1.32 1.34 1.37 1.40 1.44 1.48 1.51 1.56 1.61 1.67 1.71 1.76 1.80 1.84 1.87 1.91 1.94 1.98 2.01 2.05 2.09 2.14 2.19 2.24 2.29 2.34 2.38 2.42 2.45 2.48 2.51 2.53 2.55 2.56 2.58 2.59 2.60 2.63 2.66 2.70 2.76 2.83 2.91 3.00 3.09 3.19 3.29 3.38 3.48 3.58 3.65 3.71 3.77 3.81 3.85 3.87 3.89 3.89 3.86 3.84 3.82 3.79 3.76 3.73 3.70 3.67 3.64 3. [...]
+1.55 1.55 1.54 1.53 1.52 1.51 1.51 1.51 1.53 1.55 1.57 1.58 1.59 1.59 1.58 1.58 1.55 1.52 1.48 1.44 1.39 1.35 1.31 1.28 1.27 1.25 1.26 1.27 1.28 1.31 1.34 1.37 1.41 1.44 1.49 1.53 1.57 1.62 1.66 1.70 1.74 1.77 1.80 1.83 1.85 1.87 1.89 1.91 1.93 1.96 1.99 2.03 2.07 2.12 2.17 2.21 2.26 2.31 2.35 2.39 2.42 2.45 2.47 2.49 2.50 2.52 2.53 2.54 2.56 2.59 2.61 2.68 2.74 2.82 2.90 2.99 3.08 3.18 3.27 3.36 3.45 3.50 3.55 3.59 3.62 3.65 3.65 3.66 3.65 3.63 3.61 3.58 3.55 3.52 3.49 3.46 3.44 3.42 3. [...]
+1.53 1.53 1.52 1.52 1.51 1.50 1.50 1.51 1.52 1.54 1.56 1.56 1.57 1.56 1.55 1.55 1.51 1.48 1.45 1.41 1.37 1.33 1.30 1.28 1.27 1.26 1.28 1.29 1.32 1.35 1.39 1.43 1.48 1.52 1.57 1.61 1.66 1.70 1.74 1.77 1.80 1.82 1.84 1.85 1.86 1.87 1.88 1.88 1.90 1.93 1.95 1.99 2.03 2.07 2.12 2.16 2.21 2.26 2.30 2.33 2.37 2.39 2.41 2.43 2.44 2.46 2.47 2.48 2.50 2.52 2.54 2.60 2.66 2.73 2.81 2.89 2.98 3.06 3.14 3.22 3.29 3.34 3.38 3.41 3.44 3.46 3.45 3.45 3.44 3.43 3.42 3.39 3.36 3.33 3.30 3.27 3.27 3.26 3. [...]
+1.55 1.54 1.53 1.52 1.52 1.52 1.52 1.52 1.53 1.55 1.56 1.56 1.56 1.55 1.54 1.52 1.49 1.46 1.42 1.39 1.35 1.32 1.30 1.29 1.29 1.29 1.31 1.33 1.36 1.40 1.44 1.49 1.55 1.59 1.64 1.69 1.72 1.76 1.80 1.83 1.86 1.86 1.87 1.87 1.87 1.87 1.87 1.87 1.88 1.90 1.93 1.97 2.01 2.05 2.09 2.14 2.18 2.22 2.26 2.29 2.33 2.34 2.36 2.37 2.39 2.41 2.41 2.42 2.44 2.46 2.49 2.54 2.58 2.64 2.71 2.79 2.87 2.94 3.01 3.07 3.12 3.16 3.20 3.22 3.24 3.26 3.26 3.27 3.26 3.25 3.24 3.22 3.21 3.19 3.16 3.14 3.14 3.14 3. [...]
+1.59 1.58 1.57 1.56 1.56 1.56 1.56 1.56 1.56 1.57 1.58 1.57 1.56 1.55 1.53 1.51 1.48 1.45 1.41 1.38 1.35 1.33 1.31 1.30 1.31 1.32 1.35 1.38 1.41 1.45 1.48 1.54 1.59 1.65 1.69 1.74 1.78 1.82 1.84 1.86 1.88 1.88 1.88 1.88 1.87 1.87 1.87 1.87 1.88 1.90 1.92 1.95 1.99 2.04 2.08 2.13 2.17 2.21 2.24 2.26 2.29 2.31 2.33 2.34 2.35 2.35 2.36 2.37 2.38 2.41 2.44 2.47 2.50 2.55 2.62 2.70 2.75 2.81 2.86 2.91 2.96 2.98 3.01 3.03 3.05 3.07 3.08 3.08 3.09 3.09 3.09 3.08 3.07 3.06 3.04 3.02 3.03 3.05 3. [...]
+1.66 1.64 1.62 1.61 1.61 1.61 1.61 1.61 1.61 1.61 1.61 1.60 1.58 1.56 1.53 1.50 1.47 1.44 1.42 1.40 1.37 1.36 1.35 1.34 1.35 1.35 1.38 1.41 1.44 1.49 1.53 1.58 1.64 1.69 1.74 1.79 1.82 1.86 1.88 1.90 1.91 1.91 1.91 1.91 1.90 1.89 1.89 1.89 1.91 1.93 1.95 1.99 2.02 2.06 2.10 2.14 2.17 2.21 2.23 2.26 2.28 2.29 2.31 2.32 2.32 2.33 2.33 2.33 2.34 2.36 2.38 2.42 2.45 2.49 2.54 2.59 2.63 2.68 2.71 2.74 2.77 2.80 2.83 2.85 2.87 2.89 2.89 2.90 2.91 2.91 2.92 2.91 2.91 2.91 2.91 2.92 2.92 2.93 2. [...]
+1.74 1.72 1.69 1.68 1.68 1.67 1.67 1.67 1.67 1.67 1.66 1.64 1.62 1.59 1.56 1.52 1.49 1.46 1.44 1.42 1.40 1.39 1.38 1.38 1.39 1.39 1.42 1.45 1.48 1.53 1.57 1.62 1.68 1.73 1.77 1.82 1.85 1.89 1.91 1.93 1.95 1.95 1.95 1.94 1.94 1.94 1.94 1.94 1.95 1.98 2.00 2.04 2.07 2.10 2.13 2.16 2.19 2.21 2.23 2.25 2.26 2.27 2.28 2.29 2.30 2.30 2.30 2.30 2.31 2.33 2.34 2.37 2.39 2.42 2.45 2.49 2.52 2.55 2.58 2.60 2.62 2.64 2.66 2.68 2.70 2.71 2.72 2.73 2.73 2.74 2.75 2.75 2.76 2.76 2.77 2.78 2.79 2.80 2. [...]
+1.83 1.80 1.77 1.76 1.75 1.74 1.74 1.74 1.74 1.73 1.71 1.69 1.67 1.64 1.60 1.57 1.54 1.51 1.48 1.46 1.45 1.44 1.43 1.43 1.43 1.44 1.46 1.49 1.52 1.56 1.60 1.66 1.71 1.76 1.81 1.85 1.89 1.92 1.95 1.96 1.98 1.99 1.99 1.99 1.99 2.00 2.00 2.00 2.02 2.04 2.06 2.09 2.12 2.14 2.17 2.19 2.20 2.22 2.23 2.24 2.25 2.26 2.26 2.27 2.27 2.27 2.27 2.28 2.28 2.30 2.31 2.33 2.34 2.36 2.38 2.40 2.42 2.44 2.46 2.48 2.50 2.51 2.53 2.54 2.55 2.56 2.57 2.57 2.58 2.58 2.58 2.59 2.59 2.60 2.61 2.63 2.64 2.65 2. [...]
+1.90 1.88 1.85 1.83 1.83 1.82 1.82 1.82 1.81 1.79 1.77 1.75 1.73 1.70 1.67 1.63 1.60 1.58 1.55 1.53 1.51 1.50 1.49 1.48 1.49 1.49 1.51 1.53 1.56 1.60 1.64 1.70 1.75 1.80 1.85 1.89 1.93 1.96 1.99 2.01 2.03 2.03 2.04 2.05 2.06 2.06 2.07 2.08 2.09 2.11 2.13 2.14 2.16 2.18 2.19 2.21 2.21 2.22 2.23 2.23 2.23 2.24 2.24 2.24 2.24 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.31 2.32 2.33 2.34 2.36 2.37 2.38 2.39 2.40 2.41 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.44 2.46 2.47 2.48 2. [...]
+1.96 1.95 1.93 1.91 1.91 1.90 1.89 1.87 1.86 1.85 1.83 1.82 1.80 1.77 1.75 1.72 1.69 1.66 1.63 1.60 1.58 1.57 1.56 1.56 1.56 1.56 1.58 1.60 1.63 1.67 1.70 1.75 1.80 1.84 1.89 1.93 1.97 2.01 2.04 2.06 2.08 2.09 2.10 2.11 2.12 2.13 2.13 2.14 2.15 2.17 2.19 2.20 2.21 2.21 2.21 2.21 2.21 2.22 2.22 2.21 2.21 2.21 2.21 2.21 2.21 2.21 2.21 2.22 2.23 2.23 2.24 2.25 2.27 2.28 2.29 2.31 2.31 2.32 2.33 2.33 2.34 2.34 2.35 2.35 2.34 2.34 2.33 2.31 2.30 2.30 2.29 2.28 2.28 2.27 2.27 2.27 2.29 2.31 2. [...]
+2.04 2.02 1.99 1.98 1.97 1.96 1.95 1.93 1.91 1.90 1.89 1.87 1.86 1.84 1.82 1.80 1.78 1.75 1.73 1.70 1.68 1.66 1.65 1.63 1.63 1.62 1.64 1.66 1.69 1.73 1.77 1.82 1.86 1.90 1.94 1.98 2.02 2.06 2.09 2.12 2.14 2.16 2.17 2.18 2.19 2.19 2.20 2.21 2.21 2.22 2.23 2.23 2.22 2.22 2.22 2.22 2.21 2.20 2.20 2.19 2.18 2.18 2.17 2.17 2.18 2.18 2.18 2.18 2.19 2.21 2.23 2.24 2.25 2.27 2.28 2.29 2.30 2.31 2.31 2.31 2.31 2.31 2.31 2.31 2.30 2.29 2.27 2.26 2.25 2.23 2.21 2.19 2.18 2.17 2.16 2.16 2.16 2.16 2. [...]
+2.11 2.08 2.06 2.04 2.03 2.02 2.00 1.99 1.97 1.96 1.95 1.94 1.92 1.91 1.90 1.89 1.87 1.85 1.83 1.80 1.78 1.76 1.74 1.72 1.71 1.70 1.71 1.73 1.76 1.80 1.83 1.88 1.92 1.96 2.00 2.05 2.08 2.12 2.15 2.17 2.20 2.21 2.22 2.23 2.23 2.24 2.24 2.24 2.25 2.25 2.25 2.24 2.23 2.22 2.21 2.21 2.19 2.18 2.17 2.16 2.15 2.14 2.13 2.13 2.14 2.15 2.15 2.16 2.18 2.20 2.21 2.23 2.25 2.27 2.28 2.30 2.30 2.30 2.31 2.31 2.31 2.30 2.29 2.28 2.27 2.26 2.25 2.24 2.22 2.20 2.17 2.15 2.12 2.10 2.09 2.08 2.07 2.06 2. [...]
+2.20 2.17 2.14 2.12 2.10 2.08 2.07 2.05 2.04 2.02 2.01 2.00 1.99 1.98 1.98 1.97 1.95 1.94 1.92 1.90 1.89 1.86 1.83 1.82 1.80 1.79 1.80 1.82 1.84 1.88 1.91 1.95 1.99 2.02 2.06 2.10 2.13 2.16 2.19 2.22 2.24 2.25 2.26 2.27 2.27 2.27 2.27 2.26 2.26 2.26 2.25 2.24 2.22 2.21 2.19 2.18 2.16 2.15 2.13 2.12 2.11 2.10 2.09 2.10 2.10 2.11 2.13 2.15 2.16 2.19 2.21 2.23 2.25 2.27 2.29 2.31 2.32 2.32 2.32 2.32 2.32 2.31 2.29 2.28 2.28 2.27 2.25 2.24 2.22 2.20 2.17 2.14 2.11 2.09 2.07 2.05 2.04 2.03 2. [...]
+2.29 2.26 2.23 2.20 2.18 2.16 2.14 2.12 2.10 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.03 2.02 2.01 2.00 1.98 1.96 1.93 1.92 1.90 1.89 1.90 1.91 1.94 1.97 2.00 2.03 2.06 2.09 2.12 2.15 2.18 2.20 2.23 2.25 2.28 2.28 2.29 2.29 2.29 2.29 2.28 2.27 2.26 2.25 2.24 2.22 2.21 2.19 2.17 2.15 2.13 2.11 2.10 2.08 2.07 2.07 2.06 2.07 2.08 2.09 2.11 2.13 2.16 2.18 2.21 2.24 2.27 2.29 2.31 2.33 2.34 2.36 2.36 2.36 2.35 2.34 2.33 2.32 2.31 2.31 2.29 2.27 2.25 2.23 2.21 2.19 2.16 2.14 2.11 2.08 2.07 2.05 2. [...]
+2.35 2.33 2.32 2.29 2.27 2.24 2.22 2.20 2.19 2.17 2.16 2.15 2.13 2.12 2.12 2.11 2.10 2.10 2.09 2.08 2.06 2.04 2.02 2.01 1.99 1.98 1.99 1.99 2.01 2.05 2.08 2.10 2.12 2.14 2.17 2.19 2.21 2.23 2.25 2.27 2.29 2.29 2.29 2.29 2.29 2.29 2.28 2.26 2.25 2.24 2.22 2.21 2.19 2.17 2.15 2.13 2.11 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.07 2.08 2.10 2.13 2.16 2.19 2.22 2.26 2.29 2.32 2.34 2.37 2.38 2.40 2.40 2.40 2.40 2.40 2.39 2.38 2.38 2.37 2.36 2.34 2.33 2.32 2.31 2.28 2.25 2.23 2.20 2.18 2.15 2.12 2. [...]
+2.42 2.40 2.38 2.36 2.34 2.32 2.30 2.28 2.27 2.26 2.25 2.24 2.22 2.21 2.20 2.19 2.18 2.17 2.15 2.14 2.13 2.11 2.10 2.09 2.08 2.07 2.07 2.07 2.08 2.10 2.12 2.13 2.15 2.16 2.18 2.21 2.21 2.22 2.23 2.25 2.26 2.27 2.27 2.27 2.27 2.26 2.25 2.24 2.22 2.21 2.20 2.18 2.16 2.14 2.12 2.10 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.05 2.07 2.08 2.11 2.14 2.17 2.21 2.24 2.28 2.32 2.36 2.38 2.41 2.43 2.46 2.47 2.47 2.47 2.47 2.48 2.48 2.48 2.47 2.47 2.46 2.45 2.44 2.42 2.40 2.38 2.36 2.33 2.31 2.28 2.25 2. [...]
+2.46 2.45 2.43 2.41 2.39 2.38 2.36 2.34 2.33 2.32 2.31 2.30 2.29 2.28 2.26 2.24 2.22 2.20 2.18 2.17 2.15 2.15 2.14 2.14 2.13 2.12 2.12 2.12 2.12 2.13 2.14 2.14 2.15 2.15 2.16 2.17 2.18 2.18 2.19 2.20 2.21 2.21 2.22 2.22 2.22 2.22 2.21 2.20 2.19 2.18 2.16 2.15 2.13 2.12 2.10 2.08 2.08 2.07 2.06 2.05 2.05 2.05 2.05 2.06 2.08 2.10 2.13 2.17 2.21 2.24 2.28 2.33 2.37 2.41 2.44 2.47 2.49 2.52 2.54 2.54 2.55 2.56 2.57 2.58 2.58 2.59 2.59 2.59 2.59 2.58 2.57 2.55 2.53 2.51 2.49 2.46 2.44 2.41 2. [...]
+2.48 2.46 2.45 2.43 2.42 2.40 2.38 2.36 2.35 2.34 2.33 2.32 2.31 2.29 2.27 2.24 2.22 2.20 2.18 2.16 2.15 2.14 2.14 2.14 2.13 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.11 2.11 2.11 2.12 2.12 2.13 2.13 2.14 2.14 2.15 2.15 2.16 2.16 2.16 2.15 2.14 2.13 2.12 2.11 2.11 2.10 2.08 2.08 2.08 2.07 2.07 2.06 2.07 2.07 2.09 2.11 2.14 2.18 2.22 2.26 2.30 2.34 2.39 2.43 2.47 2.50 2.53 2.56 2.58 2.61 2.63 2.64 2.66 2.68 2.69 2.70 2.71 2.72 2.72 2.73 2.72 2.72 2.70 2.69 2.67 2.65 2.63 2.61 2.59 2. [...]
+2.47 2.45 2.43 2.42 2.40 2.39 2.37 2.35 2.34 2.32 2.31 2.29 2.27 2.25 2.23 2.21 2.19 2.17 2.15 2.13 2.11 2.11 2.10 2.09 2.08 2.08 2.08 2.08 2.08 2.08 2.08 2.07 2.06 2.06 2.05 2.04 2.04 2.04 2.04 2.04 2.04 2.04 2.05 2.06 2.07 2.09 2.10 2.11 2.11 2.11 2.10 2.11 2.11 2.11 2.10 2.10 2.10 2.10 2.10 2.10 2.09 2.10 2.11 2.13 2.16 2.20 2.24 2.29 2.33 2.38 2.42 2.46 2.50 2.53 2.56 2.59 2.62 2.65 2.68 2.70 2.73 2.76 2.79 2.81 2.82 2.84 2.84 2.85 2.85 2.85 2.85 2.85 2.84 2.83 2.81 2.80 2.78 2.76 2. [...]
+2.42 2.41 2.39 2.38 2.36 2.34 2.33 2.31 2.29 2.27 2.24 2.22 2.20 2.19 2.17 2.16 2.14 2.12 2.10 2.08 2.06 2.05 2.04 2.03 2.02 2.01 2.01 2.00 2.00 2.00 2.00 2.00 2.00 1.99 1.98 1.96 1.96 1.95 1.95 1.94 1.93 1.94 1.95 1.96 1.98 2.00 2.02 2.05 2.07 2.07 2.08 2.09 2.10 2.11 2.12 2.13 2.13 2.13 2.13 2.14 2.14 2.16 2.17 2.20 2.23 2.27 2.32 2.36 2.41 2.45 2.48 2.52 2.56 2.59 2.62 2.65 2.68 2.71 2.74 2.78 2.81 2.84 2.87 2.90 2.92 2.94 2.95 2.96 2.97 2.97 2.97 2.97 2.97 2.96 2.95 2.94 2.92 2.90 2. [...]
+2.33 2.32 2.30 2.29 2.27 2.26 2.25 2.23 2.21 2.18 2.15 2.14 2.12 2.10 2.09 2.07 2.05 2.03 2.01 1.99 1.97 1.96 1.95 1.94 1.93 1.92 1.92 1.91 1.90 1.90 1.89 1.90 1.90 1.90 1.90 1.90 1.89 1.89 1.88 1.86 1.84 1.84 1.84 1.86 1.88 1.91 1.94 1.97 2.00 2.03 2.07 2.08 2.10 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.18 2.21 2.24 2.27 2.30 2.34 2.38 2.43 2.47 2.50 2.54 2.56 2.59 2.62 2.65 2.67 2.71 2.74 2.78 2.82 2.86 2.90 2.94 2.96 2.98 3.00 3.02 3.03 3.04 3.04 3.05 3.05 3.05 3.05 3.05 3.04 3.03 3.01 3. [...]
+2.23 2.21 2.19 2.18 2.17 2.16 2.15 2.13 2.11 2.09 2.07 2.05 2.03 2.01 1.99 1.98 1.96 1.94 1.92 1.91 1.89 1.88 1.86 1.85 1.84 1.83 1.83 1.82 1.81 1.81 1.80 1.80 1.80 1.81 1.81 1.81 1.81 1.81 1.81 1.80 1.80 1.80 1.79 1.79 1.80 1.81 1.84 1.87 1.91 1.96 2.01 2.05 2.08 2.11 2.13 2.15 2.17 2.18 2.19 2.21 2.22 2.26 2.29 2.33 2.36 2.39 2.43 2.46 2.49 2.51 2.54 2.57 2.59 2.62 2.66 2.69 2.73 2.77 2.81 2.85 2.89 2.92 2.96 2.98 3.01 3.03 3.04 3.06 3.07 3.08 3.09 3.09 3.10 3.10 3.09 3.09 3.08 3.08 3. [...]
+2.12 2.10 2.08 2.07 2.06 2.05 2.04 2.02 2.00 1.99 1.98 1.96 1.94 1.92 1.91 1.89 1.87 1.85 1.84 1.83 1.81 1.80 1.79 1.78 1.77 1.76 1.75 1.74 1.73 1.73 1.72 1.72 1.72 1.72 1.72 1.71 1.72 1.73 1.73 1.74 1.75 1.75 1.75 1.75 1.75 1.75 1.77 1.80 1.83 1.87 1.91 1.97 2.02 2.07 2.10 2.14 2.16 2.17 2.19 2.22 2.25 2.28 2.31 2.34 2.37 2.39 2.42 2.45 2.48 2.51 2.53 2.56 2.59 2.62 2.66 2.70 2.74 2.79 2.83 2.86 2.89 2.92 2.94 2.96 2.99 3.02 3.03 3.04 3.06 3.07 3.08 3.09 3.09 3.10 3.10 3.09 3.09 3.09 3. [...]
+2.01 2.00 1.98 1.97 1.96 1.95 1.93 1.92 1.91 1.89 1.88 1.87 1.86 1.84 1.83 1.82 1.80 1.78 1.77 1.76 1.75 1.74 1.73 1.73 1.72 1.71 1.70 1.69 1.69 1.68 1.67 1.67 1.67 1.67 1.67 1.66 1.67 1.68 1.68 1.69 1.70 1.71 1.72 1.73 1.74 1.75 1.76 1.78 1.79 1.81 1.83 1.89 1.96 2.02 2.07 2.12 2.14 2.15 2.18 2.23 2.27 2.29 2.30 2.32 2.34 2.36 2.40 2.43 2.46 2.50 2.54 2.57 2.60 2.63 2.67 2.70 2.74 2.78 2.81 2.83 2.86 2.88 2.90 2.92 2.94 2.97 2.98 2.99 3.01 3.02 3.03 3.04 3.05 3.05 3.06 3.06 3.06 3.06 3. [...]
+1.93 1.92 1.91 1.89 1.88 1.87 1.85 1.84 1.83 1.82 1.80 1.80 1.79 1.78 1.77 1.75 1.75 1.74 1.73 1.73 1.72 1.71 1.70 1.69 1.69 1.69 1.69 1.69 1.69 1.68 1.67 1.67 1.67 1.68 1.68 1.69 1.70 1.70 1.71 1.71 1.72 1.73 1.73 1.75 1.77 1.79 1.81 1.83 1.85 1.89 1.93 1.98 2.02 2.07 2.11 2.16 2.17 2.17 2.19 2.22 2.26 2.29 2.32 2.35 2.38 2.40 2.44 2.47 2.50 2.52 2.55 2.58 2.60 2.62 2.64 2.66 2.70 2.73 2.75 2.77 2.79 2.81 2.83 2.85 2.87 2.89 2.90 2.92 2.93 2.94 2.96 2.96 2.97 2.97 2.97 2.97 2.98 2.98 2. [...]
+1.92 1.90 1.88 1.87 1.85 1.84 1.83 1.82 1.80 1.80 1.79 1.78 1.78 1.77 1.76 1.75 1.75 1.74 1.74 1.74 1.73 1.73 1.72 1.72 1.72 1.73 1.73 1.73 1.73 1.73 1.72 1.73 1.73 1.74 1.75 1.77 1.77 1.78 1.79 1.81 1.83 1.84 1.85 1.87 1.89 1.92 1.94 1.97 1.99 2.03 2.06 2.09 2.12 2.15 2.17 2.20 2.21 2.22 2.23 2.25 2.26 2.28 2.30 2.32 2.34 2.35 2.38 2.41 2.43 2.45 2.47 2.49 2.51 2.53 2.55 2.57 2.59 2.62 2.64 2.66 2.68 2.69 2.70 2.72 2.73 2.75 2.76 2.77 2.79 2.80 2.81 2.81 2.81 2.82 2.82 2.83 2.83 2.83 2. [...]
+1.95 1.93 1.92 1.91 1.90 1.88 1.87 1.86 1.85 1.85 1.84 1.84 1.83 1.83 1.82 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.82 1.82 1.82 1.82 1.82 1.83 1.83 1.84 1.85 1.85 1.86 1.88 1.89 1.91 1.92 1.93 1.94 1.95 1.97 1.99 2.02 2.03 2.05 2.07 2.09 2.11 2.13 2.15 2.17 2.19 2.21 2.22 2.23 2.25 2.26 2.27 2.28 2.29 2.30 2.32 2.33 2.34 2.36 2.37 2.39 2.40 2.41 2.43 2.44 2.46 2.47 2.49 2.50 2.52 2.53 2.55 2.55 2.56 2.57 2.58 2.59 2.60 2.61 2.62 2.63 2.64 2.64 2.65 2.65 2.66 2.67 2.67 2.67 2. [...]
+2.01 2.01 2.00 2.00 1.98 1.97 1.97 1.96 1.95 1.95 1.95 1.94 1.94 1.94 1.93 1.93 1.93 1.93 1.93 1.93 1.93 1.93 1.94 1.94 1.94 1.94 1.94 1.94 1.95 1.95 1.95 1.96 1.97 1.97 1.98 1.99 2.00 2.01 2.02 2.03 2.03 2.04 2.05 2.07 2.08 2.09 2.10 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.21 2.22 2.23 2.25 2.26 2.27 2.27 2.28 2.29 2.30 2.31 2.32 2.32 2.33 2.34 2.35 2.36 2.36 2.37 2.38 2.39 2.40 2.41 2.42 2.43 2.44 2.44 2.44 2.45 2.46 2.47 2.48 2.48 2.48 2.49 2.50 2.50 2.51 2.52 2.52 2.52 2.52 2.52 2. [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+];
+rms=[
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.12 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0. [...]
+0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.11 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0. [...]
+0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.11 0.11 0.10 0.09 0.09 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.09 0. [...]
+0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.09 0.10 0.10 0.10 0.10 0.11 0.11 0.11 0.11 0.12 0.13 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.14 0.13 0.13 0.13 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0. [...]
+0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.07 0.07 0.07 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.14 0.13 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.04 0. [...]
+0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.09 0.10 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.10 0.10 0.09 0.09 0.08 0.08 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.03 0.03 0.02 0. [...]
+0.06 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.08 0.08 0.08 0.09 0.09 0.09 0.10 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.11 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.03 0.03 0.02 0. [...]
+0.07 0.07 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.11 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.03 0. [...]
+0.08 0.08 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.07 0.08 0.08 0.09 0.10 0.10 0.10 0.10 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.15 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.05 0.04 0. [...]
+0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.07 0.07 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.21 0.21 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.17 0.16 0.16 0.15 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.08 0.08 0. [...]
+0.11 0.11 0.11 0.11 0.11 0.11 0.10 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.12 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.23 0.23 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.16 0.15 0.15 0.14 0.13 0.12 0.11 0.11 0.10 0.10 0.10 0.10 0. [...]
+0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.17 0.16 0.15 0.14 0.14 0.13 0.13 0.13 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.22 0.21 0.21 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.11 0.10 0.11 0.12 0. [...]
+0.13 0.12 0.12 0.12 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.14 0.16 0.17 0.18 0.20 0.21 0.22 0.23 0.23 0.24 0.25 0.25 0.24 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.17 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.23 0.23 0.23 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.18 0.17 0.15 0.14 0.13 0.13 0.12 0.13 0.13 0. [...]
+0.11 0.12 0.13 0.13 0.13 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.18 0.19 0.21 0.23 0.25 0.25 0.26 0.27 0.27 0.27 0.27 0.26 0.25 0.25 0.24 0.22 0.21 0.20 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0.15 0.15 0. [...]
+0.11 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.17 0.18 0.20 0.22 0.24 0.25 0.26 0.27 0.29 0.29 0.29 0.29 0.28 0.27 0.26 0.25 0.24 0.22 0.21 0.20 0.19 0.17 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.20 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0. [...]
+0.11 0.12 0.13 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.21 0.23 0.25 0.26 0.26 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.28 0.26 0.25 0.24 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.15 0.16 0.16 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.15 0. [...]
+0.12 0.13 0.15 0.16 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.20 0.21 0.22 0.23 0.25 0.27 0.27 0.28 0.29 0.30 0.31 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.22 0.20 0.19 0.18 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.16 0.14 0.13 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.19 0.20 0.20 0.20 0.20 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.20 0.20 0.20 0.19 0.18 0.17 0.15 0. [...]
+0.13 0.14 0.16 0.17 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.29 0.30 0.30 0.31 0.31 0.31 0.30 0.29 0.27 0.26 0.25 0.23 0.21 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.20 0.21 0.21 0.19 0.18 0.17 0.16 0. [...]
+0.13 0.14 0.16 0.17 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.23 0.24 0.25 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.30 0.31 0.31 0.31 0.31 0.30 0.30 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0. [...]
+0.13 0.15 0.17 0.18 0.20 0.22 0.23 0.24 0.24 0.25 0.25 0.25 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.29 0.30 0.30 0.30 0.28 0.27 0.26 0.25 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.17 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.23 0.22 0.21 0.19 0. [...]
+0.14 0.16 0.17 0.19 0.21 0.23 0.24 0.25 0.25 0.26 0.26 0.26 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.27 0.26 0.24 0.22 0.21 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.18 0.18 0.18 0.17 0.17 0.16 0.15 0.14 0.13 0.13 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.18 0.19 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.25 0.25 0.24 0.23 0. [...]
+0.15 0.16 0.17 0.19 0.20 0.22 0.23 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.28 0.28 0.27 0.26 0.24 0.23 0.21 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.18 0.18 0.19 0.18 0.18 0.17 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.21 0.21 0.22 0.23 0.24 0.24 0.23 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.22 0.23 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.26 0. [...]
+0.15 0.16 0.17 0.18 0.19 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.23 0.23 0.24 0.24 0.24 0.25 0.26 0.26 0.27 0.28 0.28 0.28 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.17 0.15 0.14 0.13 0.13 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.19 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.19 0.20 0.21 0.23 0.24 0.25 0.26 0.26 0.26 0.25 0.25 0.25 0.25 0.25 0.24 0.23 0.24 0.24 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.30 0.29 0.28 0. [...]
+0.16 0.16 0.16 0.17 0.18 0.19 0.19 0.19 0.20 0.20 0.21 0.20 0.20 0.20 0.20 0.21 0.22 0.22 0.23 0.25 0.26 0.27 0.29 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.16 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.17 0.18 0.19 0.20 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.28 0.27 0.27 0.26 0.27 0.27 0.27 0.27 0.26 0.26 0.26 0.27 0.28 0.29 0.30 0.31 0.31 0.31 0.31 0.30 0.30 0. [...]
+0.16 0.16 0.15 0.15 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.26 0.27 0.29 0.29 0.28 0.27 0.26 0.25 0.23 0.21 0.19 0.18 0.17 0.15 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.18 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.24 0.24 0.22 0.21 0.20 0.19 0.19 0.19 0.19 0.20 0.21 0.22 0.24 0.26 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.29 0.28 0.28 0.28 0.27 0.27 0.28 0.28 0.29 0.30 0.31 0.31 0.32 0.32 0.32 0.32 0.31 0.30 0. [...]
+0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.18 0.19 0.21 0.24 0.26 0.27 0.29 0.29 0.29 0.29 0.27 0.25 0.23 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.18 0.20 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.21 0.20 0.20 0.20 0.21 0.22 0.24 0.25 0.27 0.28 0.30 0.31 0.31 0.31 0.31 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.30 0.31 0.32 0.33 0.33 0.33 0.33 0.33 0.32 0.31 0.30 0. [...]
+0.19 0.17 0.15 0.14 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.16 0.18 0.21 0.23 0.25 0.27 0.28 0.29 0.29 0.29 0.28 0.26 0.24 0.22 0.20 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.27 0.28 0.29 0.30 0.30 0.29 0.28 0.27 0.25 0.24 0.22 0.21 0.21 0.21 0.21 0.22 0.24 0.25 0.27 0.28 0.30 0.31 0.31 0.31 0.31 0.31 0.30 0.30 0.30 0.30 0.30 0.30 0.31 0.31 0.32 0.33 0.35 0.35 0.35 0.35 0.34 0.33 0.32 0.31 0. [...]
+0.20 0.18 0.16 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.18 0.20 0.22 0.24 0.25 0.27 0.28 0.28 0.29 0.28 0.26 0.25 0.23 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0.16 0.18 0.20 0.22 0.25 0.27 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.27 0.25 0.23 0.22 0.21 0.20 0.19 0.20 0.21 0.22 0.24 0.26 0.28 0.29 0.31 0.32 0.32 0.33 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.34 0.35 0.36 0.36 0.37 0.37 0.36 0.35 0.33 0.32 0. [...]
+0.21 0.19 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.25 0.27 0.28 0.28 0.28 0.26 0.25 0.23 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.15 0.17 0.19 0.21 0.24 0.26 0.28 0.29 0.29 0.29 0.29 0.29 0.28 0.28 0.26 0.24 0.22 0.21 0.19 0.19 0.18 0.19 0.20 0.21 0.23 0.25 0.27 0.29 0.31 0.32 0.33 0.34 0.35 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.36 0.36 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.36 0.35 0. [...]
+0.24 0.22 0.20 0.18 0.17 0.16 0.15 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.20 0.21 0.23 0.24 0.25 0.25 0.25 0.24 0.23 0.22 0.20 0.18 0.17 0.16 0.14 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.13 0.15 0.18 0.20 0.22 0.24 0.25 0.27 0.28 0.28 0.28 0.28 0.28 0.27 0.26 0.25 0.24 0.22 0.21 0.19 0.18 0.18 0.17 0.17 0.19 0.20 0.22 0.25 0.27 0.29 0.31 0.33 0.36 0.37 0.38 0.40 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.42 0.41 0.41 0.42 0.42 0.42 0.42 0.41 0.40 0.39 0. [...]
+0.25 0.24 0.22 0.21 0.19 0.17 0.16 0.15 0.13 0.12 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.16 0.18 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.22 0.21 0.20 0.18 0.17 0.15 0.14 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.10 0.11 0.11 0.12 0.14 0.15 0.18 0.20 0.22 0.23 0.24 0.25 0.25 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.18 0.19 0.22 0.25 0.28 0.30 0.33 0.35 0.38 0.40 0.42 0.44 0.47 0.50 0.52 0.53 0.54 0.53 0.51 0.50 0.49 0.48 0.48 0.48 0.48 0.47 0.47 0.45 0.43 0. [...]
+0.26 0.25 0.23 0.22 0.20 0.19 0.17 0.16 0.15 0.13 0.12 0.12 0.11 0.12 0.12 0.12 0.13 0.14 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.20 0.19 0.19 0.18 0.16 0.15 0.13 0.12 0.10 0.10 0.09 0.09 0.09 0.09 0.10 0.10 0.12 0.14 0.15 0.17 0.18 0.20 0.22 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.22 0.21 0.21 0.20 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.18 0.20 0.24 0.27 0.30 0.33 0.35 0.38 0.41 0.44 0.46 0.48 0.51 0.55 0.57 0.59 0.60 0.59 0.58 0.57 0.56 0.55 0.54 0.53 0.52 0.52 0.51 0.49 0.47 0. [...]
+0.26 0.24 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.13 0.12 0.12 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.16 0.15 0.14 0.12 0.11 0.10 0.09 0.08 0.08 0.08 0.09 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.21 0.23 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.16 0.19 0.21 0.25 0.29 0.33 0.35 0.38 0.41 0.44 0.47 0.50 0.52 0.55 0.57 0.59 0.61 0.64 0.63 0.63 0.62 0.62 0.61 0.59 0.57 0.55 0.54 0.52 0.52 0.51 0. [...]
+0.24 0.24 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.15 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.14 0.12 0.10 0.09 0.08 0.08 0.07 0.06 0.07 0.08 0.09 0.11 0.13 0.16 0.18 0.20 0.21 0.23 0.23 0.24 0.24 0.23 0.23 0.21 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.18 0.20 0.23 0.27 0.32 0.35 0.38 0.41 0.43 0.46 0.48 0.51 0.54 0.55 0.56 0.58 0.62 0.65 0.66 0.66 0.66 0.65 0.63 0.61 0.59 0.57 0.56 0.54 0.54 0.54 0. [...]
+0.23 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.12 0.13 0.13 0.13 0.12 0.11 0.10 0.08 0.07 0.06 0.06 0.06 0.06 0.08 0.09 0.10 0.12 0.14 0.17 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.21 0.20 0.18 0.16 0.15 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.18 0.21 0.24 0.28 0.32 0.36 0.39 0.42 0.44 0.47 0.49 0.51 0.52 0.53 0.53 0.54 0.57 0.60 0.62 0.64 0.65 0.65 0.65 0.63 0.61 0.59 0.58 0.57 0.56 0.55 0. [...]
+0.22 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.12 0.12 0.11 0.09 0.07 0.06 0.05 0.05 0.05 0.06 0.07 0.09 0.11 0.13 0.16 0.18 0.20 0.21 0.22 0.23 0.22 0.22 0.21 0.19 0.18 0.16 0.14 0.12 0.11 0.10 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.18 0.21 0.24 0.28 0.31 0.35 0.39 0.42 0.45 0.47 0.49 0.49 0.50 0.49 0.48 0.49 0.50 0.52 0.55 0.58 0.59 0.60 0.60 0.60 0.59 0.59 0.59 0.59 0.59 0.58 0. [...]
+0.22 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.11 0.10 0.09 0.09 0.08 0.08 0.09 0.09 0.11 0.12 0.13 0.14 0.14 0.14 0.13 0.12 0.10 0.08 0.07 0.05 0.05 0.05 0.06 0.07 0.09 0.12 0.14 0.17 0.19 0.21 0.22 0.22 0.23 0.22 0.21 0.19 0.18 0.16 0.14 0.12 0.11 0.10 0.10 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.21 0.23 0.27 0.30 0.34 0.38 0.42 0.44 0.47 0.48 0.48 0.47 0.46 0.44 0.44 0.44 0.44 0.46 0.48 0.50 0.50 0.51 0.52 0.53 0.55 0.56 0.57 0.57 0.57 0. [...]
+0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.17 0.16 0.14 0.13 0.12 0.11 0.11 0.09 0.08 0.09 0.09 0.10 0.11 0.13 0.14 0.16 0.17 0.17 0.18 0.17 0.16 0.15 0.13 0.11 0.09 0.07 0.06 0.07 0.07 0.09 0.11 0.13 0.16 0.18 0.20 0.22 0.23 0.23 0.23 0.21 0.20 0.19 0.17 0.15 0.14 0.13 0.12 0.11 0.11 0.12 0.13 0.15 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.18 0.18 0.19 0.20 0.21 0.25 0.29 0.32 0.36 0.40 0.43 0.45 0.46 0.46 0.45 0.43 0.41 0.40 0.39 0.38 0.38 0.38 0.39 0.39 0.39 0.41 0.43 0.45 0.48 0.51 0.52 0.53 0. [...]
+0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.10 0.10 0.10 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.23 0.22 0.20 0.17 0.15 0.13 0.11 0.10 0.10 0.10 0.12 0.14 0.16 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.21 0.20 0.19 0.17 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.19 0.20 0.21 0.24 0.28 0.31 0.35 0.39 0.42 0.44 0.45 0.44 0.44 0.41 0.39 0.37 0.35 0.34 0.32 0.30 0.29 0.28 0.28 0.29 0.30 0.32 0.36 0.39 0.42 0.45 0. [...]
+0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.11 0.12 0.13 0.14 0.15 0.17 0.19 0.22 0.24 0.26 0.28 0.30 0.30 0.31 0.29 0.27 0.25 0.22 0.19 0.17 0.15 0.14 0.14 0.14 0.15 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.23 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.21 0.20 0.20 0.20 0.21 0.24 0.27 0.30 0.34 0.38 0.40 0.43 0.44 0.44 0.44 0.41 0.39 0.36 0.35 0.33 0.31 0.29 0.27 0.25 0.22 0.22 0.21 0.22 0.24 0.26 0.29 0.32 0. [...]
+0.27 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.17 0.16 0.14 0.14 0.13 0.14 0.16 0.18 0.20 0.22 0.25 0.28 0.31 0.33 0.35 0.36 0.36 0.35 0.33 0.32 0.29 0.26 0.22 0.20 0.18 0.17 0.17 0.17 0.17 0.18 0.20 0.22 0.24 0.24 0.24 0.24 0.23 0.23 0.21 0.20 0.20 0.20 0.20 0.21 0.21 0.22 0.24 0.25 0.26 0.28 0.29 0.30 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.21 0.21 0.21 0.22 0.25 0.27 0.30 0.34 0.37 0.40 0.42 0.43 0.43 0.44 0.42 0.40 0.38 0.36 0.33 0.32 0.30 0.27 0.25 0.22 0.20 0.17 0.16 0.16 0.16 0.19 0.22 0. [...]
+0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.17 0.16 0.16 0.16 0.17 0.19 0.21 0.24 0.27 0.30 0.33 0.36 0.38 0.39 0.40 0.39 0.39 0.36 0.34 0.32 0.29 0.26 0.23 0.20 0.19 0.19 0.19 0.19 0.20 0.22 0.23 0.25 0.25 0.25 0.25 0.24 0.23 0.21 0.20 0.20 0.21 0.22 0.23 0.25 0.26 0.28 0.30 0.31 0.32 0.33 0.33 0.34 0.33 0.32 0.31 0.29 0.27 0.26 0.24 0.23 0.23 0.23 0.26 0.29 0.31 0.34 0.37 0.39 0.41 0.43 0.44 0.44 0.43 0.41 0.39 0.37 0.35 0.33 0.30 0.28 0.25 0.23 0.20 0.17 0.15 0.14 0.13 0.14 0.15 0. [...]
+0.28 0.27 0.27 0.26 0.25 0.25 0.23 0.22 0.21 0.19 0.18 0.18 0.18 0.20 0.22 0.25 0.28 0.32 0.34 0.37 0.39 0.40 0.42 0.42 0.41 0.40 0.38 0.35 0.33 0.30 0.28 0.25 0.22 0.21 0.20 0.20 0.21 0.22 0.23 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.21 0.20 0.20 0.22 0.23 0.25 0.27 0.29 0.31 0.33 0.34 0.35 0.36 0.36 0.36 0.35 0.35 0.34 0.33 0.31 0.30 0.28 0.27 0.26 0.25 0.28 0.30 0.32 0.35 0.38 0.40 0.42 0.43 0.44 0.45 0.44 0.42 0.40 0.38 0.36 0.33 0.30 0.28 0.25 0.22 0.21 0.19 0.18 0.17 0.17 0.16 0.15 0. [...]
+0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.20 0.21 0.22 0.25 0.28 0.31 0.34 0.37 0.39 0.41 0.41 0.42 0.42 0.40 0.39 0.37 0.35 0.33 0.30 0.28 0.25 0.22 0.21 0.21 0.21 0.22 0.22 0.23 0.25 0.26 0.26 0.26 0.25 0.23 0.21 0.21 0.21 0.22 0.23 0.24 0.27 0.30 0.32 0.34 0.36 0.36 0.37 0.37 0.36 0.36 0.37 0.38 0.39 0.39 0.39 0.36 0.34 0.32 0.31 0.29 0.31 0.32 0.34 0.36 0.39 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.41 0.38 0.36 0.32 0.29 0.26 0.24 0.21 0.20 0.19 0.18 0.19 0.19 0.19 0.18 0. [...]
+0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.23 0.22 0.22 0.21 0.21 0.22 0.24 0.26 0.29 0.32 0.34 0.36 0.38 0.39 0.39 0.40 0.39 0.38 0.36 0.34 0.32 0.30 0.28 0.26 0.25 0.23 0.22 0.22 0.21 0.22 0.23 0.24 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.22 0.21 0.22 0.24 0.26 0.28 0.31 0.33 0.34 0.36 0.36 0.36 0.35 0.34 0.33 0.35 0.37 0.39 0.41 0.43 0.40 0.38 0.36 0.34 0.33 0.33 0.34 0.35 0.37 0.39 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.41 0.38 0.36 0.32 0.28 0.25 0.22 0.20 0.20 0.20 0.21 0.22 0.23 0.23 0.23 0. [...]
+0.27 0.27 0.27 0.26 0.26 0.26 0.25 0.23 0.22 0.21 0.20 0.21 0.21 0.23 0.26 0.28 0.30 0.33 0.34 0.35 0.36 0.36 0.35 0.34 0.33 0.32 0.30 0.29 0.27 0.26 0.24 0.24 0.23 0.23 0.22 0.22 0.23 0.24 0.25 0.26 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.21 0.22 0.24 0.26 0.28 0.30 0.32 0.33 0.35 0.34 0.33 0.32 0.31 0.30 0.32 0.33 0.36 0.38 0.41 0.39 0.38 0.37 0.37 0.36 0.36 0.35 0.36 0.37 0.39 0.40 0.41 0.42 0.43 0.44 0.42 0.41 0.39 0.38 0.36 0.32 0.29 0.26 0.23 0.20 0.22 0.23 0.25 0.27 0.29 0.29 0.29 0. [...]
+0.25 0.25 0.25 0.25 0.25 0.25 0.23 0.22 0.21 0.20 0.19 0.19 0.20 0.22 0.24 0.27 0.29 0.30 0.31 0.32 0.32 0.31 0.30 0.29 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.26 0.25 0.24 0.22 0.21 0.21 0.21 0.21 0.23 0.25 0.26 0.28 0.30 0.31 0.32 0.31 0.30 0.28 0.27 0.26 0.27 0.29 0.31 0.33 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.38 0.39 0.39 0.40 0.39 0.38 0.36 0.35 0.34 0.31 0.28 0.25 0.24 0.22 0.24 0.27 0.30 0.32 0.35 0.35 0.35 0. [...]
+0.22 0.23 0.23 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.18 0.19 0.20 0.23 0.25 0.27 0.28 0.28 0.28 0.28 0.26 0.24 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.23 0.23 0.24 0.25 0.25 0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.20 0.20 0.21 0.22 0.23 0.24 0.26 0.27 0.28 0.27 0.25 0.24 0.23 0.22 0.22 0.23 0.25 0.27 0.30 0.32 0.34 0.36 0.37 0.37 0.37 0.37 0.37 0.36 0.35 0.35 0.34 0.34 0.34 0.34 0.34 0.33 0.32 0.31 0.30 0.27 0.25 0.24 0.23 0.23 0.27 0.31 0.34 0.37 0.39 0.39 0.39 0. [...]
+0.19 0.20 0.21 0.21 0.20 0.19 0.19 0.18 0.17 0.16 0.15 0.16 0.17 0.19 0.21 0.23 0.24 0.25 0.25 0.24 0.23 0.21 0.20 0.19 0.18 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.19 0.20 0.21 0.22 0.23 0.21 0.20 0.19 0.19 0.18 0.19 0.19 0.21 0.23 0.26 0.29 0.32 0.35 0.36 0.37 0.37 0.36 0.35 0.33 0.31 0.30 0.30 0.29 0.28 0.28 0.28 0.28 0.27 0.26 0.24 0.23 0.22 0.22 0.23 0.24 0.29 0.33 0.37 0.39 0.41 0.40 0.39 0. [...]
+0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.20 0.19 0.18 0.16 0.15 0.14 0.14 0.15 0.16 0.17 0.19 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.17 0.16 0.15 0.16 0.17 0.18 0.18 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0.16 0.17 0.20 0.23 0.27 0.31 0.34 0.36 0.37 0.36 0.35 0.33 0.31 0.28 0.27 0.25 0.24 0.23 0.22 0.22 0.21 0.21 0.21 0.20 0.21 0.21 0.22 0.23 0.24 0.28 0.32 0.35 0.37 0.39 0.39 0.38 0. [...]
+0.16 0.17 0.18 0.19 0.19 0.19 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.17 0.16 0.15 0.13 0.13 0.13 0.13 0.15 0.16 0.18 0.20 0.22 0.23 0.24 0.25 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.22 0.22 0.21 0.20 0.19 0.17 0.16 0.15 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.15 0.18 0.21 0.25 0.29 0.32 0.33 0.35 0.34 0.33 0.31 0.28 0.26 0.23 0.21 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.22 0.23 0.27 0.31 0.34 0.35 0.37 0.36 0.36 0. [...]
+0.18 0.19 0.20 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.16 0.17 0.17 0.17 0.15 0.14 0.13 0.12 0.12 0.12 0.13 0.15 0.17 0.20 0.22 0.24 0.25 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.20 0.20 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.13 0.12 0.12 0.12 0.13 0.15 0.18 0.21 0.25 0.28 0.31 0.33 0.32 0.30 0.28 0.26 0.23 0.21 0.18 0.17 0.16 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.22 0.23 0.27 0.31 0.33 0.34 0.34 0.34 0.33 0. [...]
+0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.19 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.16 0.16 0.16 0.14 0.13 0.13 0.12 0.12 0.13 0.14 0.16 0.19 0.21 0.24 0.26 0.27 0.27 0.27 0.26 0.24 0.23 0.23 0.21 0.20 0.19 0.19 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.10 0.09 0.10 0.12 0.14 0.17 0.21 0.24 0.27 0.30 0.29 0.27 0.26 0.23 0.21 0.19 0.17 0.16 0.16 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.22 0.24 0.25 0.28 0.31 0.32 0.32 0.32 0.30 0.29 0. [...]
+0.23 0.23 0.23 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.17 0.17 0.16 0.15 0.15 0.14 0.13 0.14 0.15 0.16 0.19 0.21 0.24 0.26 0.28 0.28 0.28 0.27 0.26 0.24 0.22 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.14 0.15 0.14 0.13 0.12 0.10 0.08 0.07 0.07 0.07 0.08 0.10 0.13 0.16 0.19 0.22 0.24 0.24 0.24 0.24 0.22 0.21 0.20 0.19 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.24 0.26 0.28 0.30 0.32 0.32 0.31 0.29 0.27 0.25 0. [...]
+0.21 0.22 0.22 0.22 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.15 0.15 0.15 0.16 0.18 0.20 0.23 0.25 0.27 0.29 0.29 0.29 0.28 0.25 0.23 0.21 0.19 0.18 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.14 0.15 0.15 0.15 0.14 0.11 0.08 0.07 0.06 0.06 0.07 0.08 0.10 0.12 0.14 0.17 0.19 0.20 0.20 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.29 0.29 0.30 0.29 0.28 0.27 0.25 0.23 0. [...]
+0.19 0.19 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.20 0.19 0.18 0.18 0.17 0.17 0.19 0.20 0.22 0.24 0.26 0.28 0.29 0.29 0.28 0.27 0.24 0.22 0.20 0.19 0.18 0.17 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.13 0.14 0.15 0.16 0.15 0.13 0.10 0.09 0.07 0.07 0.07 0.07 0.08 0.09 0.11 0.13 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.23 0.24 0.25 0.27 0.29 0.30 0.30 0.30 0.29 0.28 0.26 0.24 0.21 0. [...]
+0.17 0.16 0.16 0.16 0.15 0.15 0.15 0.14 0.14 0.15 0.16 0.18 0.19 0.21 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.19 0.19 0.20 0.20 0.22 0.24 0.26 0.27 0.29 0.28 0.27 0.26 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.18 0.18 0.19 0.19 0.19 0.18 0.17 0.16 0.16 0.15 0.14 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.13 0.12 0.11 0.10 0.09 0.08 0.07 0.08 0.08 0.09 0.11 0.12 0.14 0.15 0.16 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.22 0.21 0.22 0.23 0.24 0.25 0.27 0.29 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.14 0.13 0.13 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.17 0.19 0.20 0.22 0.23 0.25 0.25 0.24 0.24 0.22 0.21 0.20 0.20 0.19 0.19 0.19 0.21 0.23 0.25 0.26 0.27 0.26 0.26 0.24 0.23 0.21 0.20 0.19 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.13 0.14 0.14 0.14 0.15 0.15 0.14 0.14 0.13 0.12 0.11 0.10 0.09 0.09 0.08 0.09 0.10 0.11 0.12 0.14 0.15 0.16 0.18 0.20 0.23 0.24 0.24 0.24 0.23 0.22 0.22 0.23 0.23 0.24 0.26 0.27 0.29 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.11 0.11 0.10 0.10 0.10 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.25 0.26 0.25 0.25 0.24 0.22 0.21 0.20 0.19 0.18 0.19 0.19 0.21 0.22 0.23 0.24 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.18 0.18 0.17 0.15 0.14 0.13 0.11 0.10 0.09 0.08 0.09 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.26 0.27 0.28 0.30 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.10 0.09 0.09 0.09 0.09 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.25 0.26 0.27 0.27 0.26 0.25 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.18 0.18 0.19 0.20 0.20 0.20 0.20 0.20 0.19 0.18 0.19 0.19 0.20 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.18 0.18 0.17 0.16 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.19 0.18 0.16 0.14 0.13 0.11 0.10 0.09 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.28 0.29 0.29 0.30 0.31 0.30 0.30 0.29 0.27 0.26 0.23 0.21 0. [...]
+0.10 0.09 0.09 0.09 0.09 0.10 0.12 0.14 0.16 0.18 0.20 0.23 0.25 0.27 0.28 0.30 0.29 0.27 0.26 0.24 0.22 0.20 0.18 0.16 0.15 0.14 0.15 0.15 0.15 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.18 0.17 0.18 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.20 0.19 0.17 0.15 0.13 0.12 0.11 0.11 0.11 0.12 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.29 0.29 0.30 0.30 0.30 0.30 0.31 0.31 0.30 0.30 0.28 0.27 0.25 0.22 0.20 0. [...]
+0.10 0.10 0.10 0.10 0.10 0.10 0.13 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.31 0.32 0.31 0.29 0.27 0.25 0.23 0.20 0.17 0.15 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.21 0.20 0.19 0.18 0.18 0.18 0.18 0.19 0.20 0.22 0.24 0.24 0.25 0.25 0.24 0.22 0.21 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.13 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.26 0.28 0.29 0.29 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.31 0.30 0.30 0.28 0.26 0.24 0.22 0.20 0. [...]
+0.12 0.11 0.11 0.11 0.11 0.12 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.32 0.33 0.34 0.32 0.30 0.28 0.25 0.22 0.19 0.16 0.13 0.11 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.12 0.13 0.14 0.16 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.21 0.21 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.25 0.26 0.25 0.24 0.22 0.20 0.18 0.16 0.14 0.13 0.12 0.12 0.13 0.14 0.16 0.17 0.19 0.21 0.23 0.25 0.26 0.28 0.29 0.30 0.31 0.32 0.32 0.32 0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.21 0. [...]
+0.13 0.13 0.13 0.13 0.14 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.33 0.34 0.34 0.34 0.32 0.30 0.28 0.24 0.21 0.18 0.15 0.12 0.10 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.25 0.26 0.25 0.25 0.23 0.21 0.19 0.18 0.16 0.14 0.14 0.13 0.14 0.14 0.15 0.17 0.18 0.20 0.22 0.24 0.26 0.28 0.29 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.31 0.31 0.30 0.28 0.27 0.27 0.26 0.24 0.22 0. [...]
+0.17 0.17 0.17 0.17 0.18 0.19 0.21 0.24 0.26 0.28 0.30 0.32 0.34 0.35 0.35 0.34 0.32 0.29 0.26 0.23 0.20 0.17 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.24 0.23 0.22 0.20 0.18 0.17 0.15 0.14 0.14 0.13 0.14 0.14 0.15 0.17 0.18 0.20 0.22 0.23 0.25 0.26 0.27 0.28 0.29 0.29 0.30 0.30 0.30 0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.25 0.24 0.23 0. [...]
+0.22 0.22 0.22 0.22 0.23 0.23 0.25 0.26 0.28 0.29 0.31 0.32 0.33 0.33 0.33 0.32 0.30 0.28 0.25 0.22 0.19 0.17 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.12 0.12 0.12 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.23 0.23 0.23 0.23 0.23 0.22 0.21 0.19 0.17 0.16 0.15 0.14 0.14 0.13 0.13 0.14 0.14 0.16 0.17 0.19 0.21 0.22 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.24 0.23 0.23 0.22 0. [...]
+0.27 0.27 0.26 0.26 0.27 0.27 0.28 0.28 0.29 0.29 0.30 0.31 0.31 0.31 0.30 0.29 0.27 0.25 0.23 0.21 0.19 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.23 0.22 0.22 0.21 0.21 0.19 0.18 0.16 0.15 0.14 0.14 0.13 0.12 0.13 0.13 0.14 0.15 0.16 0.18 0.20 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.23 0.22 0.22 0.22 0.21 0.21 0.21 0.21 0.21 0. [...]
+0.32 0.31 0.31 0.30 0.30 0.30 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.27 0.25 0.24 0.22 0.21 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.17 0.16 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.18 0.16 0.14 0.14 0.13 0.12 0.12 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0. [...]
+0.36 0.35 0.34 0.34 0.33 0.32 0.31 0.30 0.29 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.20 0.21 0.23 0.23 0.23 0.22 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0. [...]
+0.38 0.38 0.37 0.36 0.35 0.34 0.32 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.24 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0.20 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.11 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.17 0.18 0.19 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.35 0.33 0.32 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.24 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.23 0.23 0.23 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.27 0.26 0.26 0.24 0.23 0.22 0.20 0.19 0.17 0.15 0.14 0.12 0.11 0.11 0.11 0.12 0.13 0.14 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.18 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.17 0.18 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.36 0.34 0.32 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.27 0.27 0.27 0.28 0.28 0.28 0.29 0.29 0.29 0.29 0.29 0.30 0.30 0.31 0.31 0.31 0.31 0.30 0.29 0.28 0.27 0.26 0.25 0.23 0.21 0.19 0.18 0.16 0.14 0.13 0.13 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.20 0.19 0.18 0.17 0.15 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.16 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.35 0.33 0.32 0.30 0.29 0.27 0.26 0.25 0.24 0.23 0.22 0.22 0.22 0.22 0.21 0.20 0.21 0.21 0.21 0.22 0.23 0.24 0.26 0.27 0.28 0.30 0.31 0.31 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.33 0.33 0.34 0.35 0.35 0.35 0.35 0.34 0.32 0.32 0.31 0.30 0.28 0.26 0.24 0.22 0.20 0.19 0.18 0.17 0.16 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.22 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0. [...]
+0.37 0.37 0.37 0.37 0.35 0.34 0.32 0.30 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.19 0.19 0.19 0.19 0.18 0.19 0.19 0.20 0.22 0.24 0.26 0.27 0.29 0.31 0.32 0.34 0.35 0.36 0.36 0.36 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.39 0.39 0.38 0.37 0.37 0.36 0.35 0.35 0.34 0.32 0.30 0.28 0.26 0.24 0.23 0.22 0.20 0.19 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.22 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.13 0. [...]
+0.35 0.35 0.35 0.34 0.33 0.32 0.30 0.29 0.27 0.26 0.25 0.23 0.21 0.20 0.19 0.18 0.18 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.35 0.36 0.37 0.38 0.38 0.38 0.38 0.38 0.39 0.39 0.39 0.40 0.40 0.40 0.40 0.40 0.40 0.40 0.41 0.41 0.41 0.42 0.41 0.41 0.40 0.39 0.39 0.38 0.37 0.37 0.35 0.33 0.31 0.30 0.28 0.27 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.24 0.25 0.26 0.26 0.27 0.28 0.28 0.28 0.28 0.28 0.26 0.25 0.24 0.22 0.21 0.19 0.17 0.16 0.16 0.15 0.14 0.14 0.14 0.14 0. [...]
+0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.18 0.20 0.21 0.23 0.24 0.26 0.28 0.30 0.32 0.33 0.34 0.36 0.37 0.37 0.38 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.40 0.41 0.41 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.39 0.38 0.37 0.36 0.34 0.33 0.32 0.31 0.30 0.29 0.29 0.28 0.27 0.27 0.27 0.28 0.28 0.29 0.30 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0. [...]
+0.30 0.29 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.17 0.18 0.20 0.21 0.22 0.24 0.25 0.27 0.29 0.30 0.31 0.32 0.34 0.35 0.35 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.39 0.38 0.37 0.35 0.34 0.34 0.33 0.33 0.32 0.32 0.32 0.31 0.31 0.32 0.32 0.33 0.33 0.34 0.35 0.35 0.36 0.36 0.36 0.35 0.35 0.34 0.33 0.32 0.31 0.30 0.29 0.28 0.27 0.26 0.26 0.25 0.24 0.24 0.23 0. [...]
+0.27 0.27 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.21 0.22 0.24 0.25 0.26 0.27 0.28 0.29 0.31 0.31 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.33 0.34 0.34 0.35 0.36 0.37 0.39 0.40 0.41 0.42 0.42 0.42 0.42 0.42 0.42 0.41 0.41 0.40 0.39 0.39 0.38 0.37 0.36 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.36 0.36 0.37 0.38 0.39 0.39 0.40 0.40 0.40 0.41 0.40 0.40 0.40 0.39 0.39 0.38 0.38 0.37 0.36 0.34 0.34 0.33 0.32 0.32 0.31 0.31 0.30 0. [...]
+0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.25 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.28 0.28 0.28 0.28 0.28 0.30 0.31 0.33 0.35 0.36 0.38 0.39 0.40 0.40 0.41 0.41 0.41 0.41 0.41 0.40 0.39 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.39 0.39 0.39 0.39 0.40 0.40 0.41 0.43 0.44 0.44 0.45 0.46 0.46 0.47 0.46 0.46 0.45 0.45 0.45 0.45 0.44 0.44 0.43 0.42 0.42 0.41 0.40 0.40 0.39 0.38 0.38 0. [...]
+0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.20 0.20 0.21 0.21 0.21 0.21 0.22 0.22 0.22 0.22 0.23 0.24 0.24 0.27 0.29 0.32 0.34 0.36 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.38 0.37 0.37 0.37 0.38 0.38 0.39 0.40 0.41 0.42 0.42 0.43 0.44 0.44 0.45 0.46 0.48 0.49 0.50 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.50 0.50 0.49 0.49 0.48 0.47 0.47 0.46 0.45 0.45 0.44 0. [...]
+0.26 0.26 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.21 0.23 0.26 0.29 0.32 0.34 0.36 0.37 0.38 0.39 0.38 0.37 0.37 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.51 0.52 0.52 0.53 0.54 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.56 0.56 0.55 0.55 0.55 0.54 0.53 0.53 0.52 0.51 0.51 0. [...]
+0.27 0.27 0.27 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.13 0.13 0.13 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.17 0.19 0.20 0.22 0.25 0.28 0.30 0.33 0.35 0.36 0.36 0.35 0.36 0.36 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.43 0.44 0.45 0.47 0.48 0.49 0.51 0.53 0.53 0.54 0.55 0.56 0.57 0.57 0.58 0.58 0.59 0.60 0.60 0.60 0.60 0.60 0.60 0.59 0.59 0.58 0.58 0.57 0.57 0.56 0. [...]
+0.28 0.28 0.28 0.27 0.27 0.26 0.26 0.25 0.25 0.25 0.25 0.24 0.24 0.23 0.22 0.22 0.21 0.21 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.18 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.23 0.26 0.29 0.31 0.34 0.34 0.34 0.35 0.36 0.38 0.38 0.38 0.38 0.39 0.40 0.41 0.42 0.43 0.45 0.46 0.47 0.48 0.50 0.52 0.53 0.54 0.55 0.56 0.56 0.57 0.58 0.59 0.60 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.61 0.61 0.60 0.60 0.60 0. [...]
+0.29 0.29 0.28 0.28 0.28 0.28 0.28 0.28 0.27 0.27 0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.21 0.22 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.36 0.39 0.38 0.36 0.36 0.38 0.39 0.40 0.40 0.41 0.42 0.42 0.44 0.45 0.46 0.46 0.47 0.48 0.50 0.51 0.51 0.52 0.53 0.55 0.56 0.56 0.57 0.57 0.58 0.59 0.59 0.60 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0. [...]
+0.31 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.29 0.28 0.28 0.28 0.29 0.30 0.30 0.30 0.31 0.32 0.33 0.33 0.34 0.35 0.37 0.39 0.40 0.41 0.42 0.43 0.44 0.43 0.43 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.49 0.50 0.51 0.51 0.52 0.53 0.54 0.54 0.55 0.56 0.56 0.57 0.57 0.58 0.58 0.58 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0. [...]
+0.34 0.34 0.33 0.33 0.33 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.34 0.34 0.34 0.34 0.33 0.33 0.33 0.33 0.34 0.34 0.34 0.34 0.34 0.34 0.35 0.35 0.36 0.36 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.40 0.41 0.42 0.42 0.43 0.43 0.44 0.44 0.45 0.45 0.45 0.45 0.45 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.45 0.45 0.46 0.46 0.46 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.50 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0. [...]
+0.37 0.37 0.37 0.37 0.36 0.36 0.36 0.37 0.37 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.41 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.43 0.43 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.46 0.46 0.46 0.46 0.46 0.47 0.47 0.47 0.47 0.47 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0. [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+];
+
+% test data 1 for tec
+function tec=testdata2
+
+tec=[
+     0  nan   nan
+    30  nan   nan
+    60  nan   nan
+    90  nan   nan
+   120  nan   nan
+   150  nan   nan
+   180  nan   nan
+   210  nan   nan
+   240  nan   nan
+   270  nan   nan
+   300  nan   nan
+   330  nan   nan
+   360  nan   nan
+   390  nan   nan
+   420  nan   nan
+   450  nan   nan
+   480  nan   nan
+   510  nan   nan
+   540  nan   nan
+   570  nan   nan
+   600  nan   nan
+   630  nan   nan
+   660  nan   nan
+   690  nan   nan
+   720  nan   nan
+   750  nan   nan
+   780  nan   nan
+   810  nan   nan
+   840  nan   nan
+   870  nan   nan
+   900  nan   nan
+   930  nan   nan
+   960  nan   nan
+   990  nan   nan
+  1020  nan   nan
+  1050  nan   nan
+  1080  nan   nan
+  1110  nan   nan
+  1140  nan   nan
+  1170  nan   nan
+  1200  nan   nan
+  1230  nan   nan
+  1260  nan   nan
+  1290  nan   nan
+  1320  nan   nan
+  1350  nan   nan
+  1380  nan   nan
+  1410  nan   nan
+  1440  nan   nan
+  1470  nan   nan
+  1500  nan   nan
+  1530  nan   nan
+  1560  nan   nan
+  1590  nan   nan
+  1620  nan   nan
+  1650  nan   nan
+  1680  nan   nan
+  1710  nan   nan
+  1740  nan   nan
+  1770  nan   nan
+  1800  nan   nan
+  1830  nan   nan
+  1860  nan   nan
+  1890  nan   nan
+  1920  nan   nan
+  1950  nan   nan
+  1980  nan   nan
+  2010  nan   nan
+  2040  nan   nan
+  2070  nan   nan
+  2100  nan   nan
+  2130  nan   nan
+  2160  nan   nan
+  2190  nan   nan
+  2220  nan   nan
+  2250  nan   nan
+  2280  nan   nan
+  2310  nan   nan
+  2340  nan   nan
+  2370  nan   nan
+  2400  nan   nan
+  2430  nan   nan
+  2460  nan   nan
+  2490  nan   nan
+  2520  nan   nan
+  2550  nan   nan
+  2580  nan   nan
+  2610  nan   nan
+  2640  nan   nan
+  2670  nan   nan
+  2700  nan   nan
+  2730  nan   nan
+  2760  nan   nan
+  2790  nan   nan
+  2820  nan   nan
+  2850  nan   nan
+  2880  nan   nan
+  2910  nan   nan
+  2940  nan   nan
+  2970  nan   nan
+  3000  nan   nan
+  3030  nan   nan
+  3060  nan   nan
+  3090  nan   nan
+  3120  nan   nan
+  3150  nan   nan
+  3180  nan   nan
+  3210  nan   nan
+  3240  nan   nan
+  3270  nan   nan
+  3300  nan   nan
+  3330  nan   nan
+  3360  nan   nan
+  3390  nan   nan
+  3420  nan   nan
+  3450  nan   nan
+  3480  nan   nan
+  3510  nan   nan
+  3540  nan   nan
+  3570  nan   nan
+  3600  nan   nan
+  3630  nan   nan
+  3660  nan   nan
+  3690  nan   nan
+  3720  nan   nan
+  3750  nan   nan
+  3780  nan   nan
+  3810  nan   nan
+  3840  nan   nan
+  3870  nan   nan
+  3900  nan   nan
+  3930  nan   nan
+  3960  nan   nan
+  3990  nan   nan
+  4020  nan   nan
+  4050  nan   nan
+  4080  nan   nan
+  4110  nan   nan
+  4140  nan   nan
+  4170  nan   nan
+  4200  nan   nan
+  4230  nan   nan
+  4260  nan   nan
+  4290  nan   nan
+  4320  nan   nan
+  4350  nan   nan
+  4380  nan   nan
+  4410  nan   nan
+  4440  nan   nan
+  4470  nan   nan
+  4500  nan   nan
+  4530  nan   nan
+  4560  nan   nan
+  4590  nan   nan
+  4620  nan   nan
+  4650  nan   nan
+  4680  nan   nan
+  4710  nan   nan
+  4740  nan   nan
+  4770  nan   nan
+  4800  nan   nan
+  4830  nan   nan
+  4860  nan   nan
+  4890  nan   nan
+  4920  nan   nan
+  4950  nan   nan
+  4980  nan   nan
+  5010  nan   nan
+  5040  nan   nan
+  5070  nan   nan
+  5100  nan   nan
+  5130  nan   nan
+  5160  nan   nan
+  5190  nan   nan
+  5220  nan   nan
+  5250  nan   nan
+  5280  nan   nan
+  5310  nan   nan
+  5340  nan   nan
+  5370  nan   nan
+  5400  nan   nan
+  5430  nan   nan
+  5460  nan   nan
+  5490  nan   nan
+  5520  nan   nan
+  5550  nan   nan
+  5580  nan   nan
+  5610  nan   nan
+  5640  nan   nan
+  5670  nan   nan
+  5700  nan   nan
+  5730  nan   nan
+  5760  nan   nan
+  5790  nan   nan
+  5820  nan   nan
+  5850  nan   nan
+  5880  nan   nan
+  5910  nan   nan
+  5940  nan   nan
+  5970  nan   nan
+  6000  nan   nan
+  6030  nan   nan
+  6060  nan   nan
+  6090  nan   nan
+  6120  nan   nan
+  6150  nan   nan
+  6180  nan   nan
+  6210  nan   nan
+  6240  nan   nan
+  6270  nan   nan
+  6300  nan   nan
+  6330  nan   nan
+  6360  nan   nan
+  6390  nan   nan
+  6420  nan   nan
+  6450  nan   nan
+  6480  nan   nan
+  6510  nan   nan
+  6540  nan   nan
+  6570  nan   nan
+  6600  nan   nan
+  6630  nan   nan
+  6660  nan   nan
+  6690  nan   nan
+  6720  nan   nan
+  6750  nan   nan
+  6780  nan   nan
+  6810  nan   nan
+  6840  nan   nan
+  6870  nan   nan
+  6900  nan   nan
+  6930  nan   nan
+  6960  nan   nan
+  6990  nan   nan
+  7020  nan   nan
+  7050  nan   nan
+  7080  nan   nan
+  7110  nan   nan
+  7140  nan   nan
+  7170  nan   nan
+  7200  nan   nan
+  7230  nan   nan
+  7260  nan   nan
+  7290  nan   nan
+  7320  nan   nan
+  7350  nan   nan
+  7380  nan   nan
+  7410  nan   nan
+  7440  nan   nan
+  7470  nan   nan
+  7500  nan   nan
+  7530  nan   nan
+  7560  nan   nan
+  7590  nan   nan
+  7620  nan   nan
+  7650  nan   nan
+  7680  nan   nan
+  7710  nan   nan
+  7740  nan   nan
+  7770  nan   nan
+  7800  nan   nan
+  7830  nan   nan
+  7860  nan   nan
+  7890  nan   nan
+  7920  nan   nan
+  7950  nan   nan
+  7980  nan   nan
+  8010  nan   nan
+  8040  nan   nan
+  8070  nan   nan
+  8100  nan   nan
+  8130  nan   nan
+  8160  nan   nan
+  8190  nan   nan
+  8220  nan   nan
+  8250  nan   nan
+  8280  nan   nan
+  8310  nan   nan
+  8340  nan   nan
+  8370  nan   nan
+  8400  nan   nan
+  8430  nan   nan
+  8460  nan   nan
+  8490  nan   nan
+  8520  nan   nan
+  8550  nan   nan
+  8580  nan   nan
+  8610  nan   nan
+  8640  nan   nan
+  8670  nan   nan
+  8700  nan   nan
+  8730  nan   nan
+  8760  nan   nan
+  8790  nan   nan
+  8820  nan   nan
+  8850  nan   nan
+  8880  nan   nan
+  8910  nan   nan
+  8940  nan   nan
+  8970  nan   nan
+  9000  nan   nan
+  9030  nan   nan
+  9060  nan   nan
+  9090  nan   nan
+  9120  nan   nan
+  9150  nan   nan
+  9180  nan   nan
+  9210  nan   nan
+  9240  nan   nan
+  9270  nan   nan
+  9300  nan   nan
+  9330  nan   nan
+  9360  nan   nan
+  9390  nan   nan
+  9420  nan   nan
+  9450  nan   nan
+  9480  nan   nan
+  9510  nan   nan
+  9540  nan   nan
+  9570  nan   nan
+  9600  nan   nan
+  9630  nan   nan
+  9660  nan   nan
+  9690  nan   nan
+  9720  nan   nan
+  9750  nan   nan
+  9780  nan   nan
+  9810  nan   nan
+  9840  nan   nan
+  9870  nan   nan
+  9900  nan   nan
+  9930  nan   nan
+  9960  nan   nan
+  9990  nan   nan
+ 10020  nan   nan
+ 10050  nan   nan
+ 10080  nan   nan
+ 10110  nan   nan
+ 10140  nan   nan
+ 10170  nan   nan
+ 10200  nan   nan
+ 10230  nan   nan
+ 10260  nan   nan
+ 10290  nan   nan
+ 10320  nan   nan
+ 10350  nan   nan
+ 10380  nan   nan
+ 10410  nan   nan
+ 10440  nan   nan
+ 10470  nan   nan
+ 10500  nan   nan
+ 10530  nan   nan
+ 10560  nan   nan
+ 10590  nan   nan
+ 10620  nan   nan
+ 10650  nan   nan
+ 10680  nan   nan
+ 10710  nan   nan
+ 10740  nan   nan
+ 10770  nan   nan
+ 10800  nan   nan
+ 10830  nan   nan
+ 10860  nan   nan
+ 10890  nan   nan
+ 10920  nan   nan
+ 10950  nan   nan
+ 10980  nan   nan
+ 11010  nan   nan
+ 11040  nan   nan
+ 11070  nan   nan
+ 11100  nan   nan
+ 11130  nan   nan
+ 11160  nan   nan
+ 11190  nan   nan
+ 11220  nan   nan
+ 11250  nan   nan
+ 11280  nan   nan
+ 11310  nan   nan
+ 11340  nan   nan
+ 11370  nan   nan
+ 11400  nan   nan
+ 11430  nan   nan
+ 11460  nan   nan
+ 11490  nan   nan
+ 11520  nan   nan
+ 11550  nan   nan
+ 11580  nan   nan
+ 11610  nan   nan
+ 11640  nan   nan
+ 11670  nan   nan
+ 11700  nan   nan
+ 11730  nan   nan
+ 11760  nan   nan
+ 11790  nan   nan
+ 11820  nan   nan
+ 11850  nan   nan
+ 11880  nan   nan
+ 11910  nan   nan
+ 11940  nan   nan
+ 11970  nan   nan
+ 12000  nan   nan
+ 12030  nan   nan
+ 12060  nan   nan
+ 12090  nan   nan
+ 12120  nan   nan
+ 12150  nan   nan
+ 12180  nan   nan
+ 12210  nan   nan
+ 12240  nan   nan
+ 12270  nan   nan
+ 12300  nan   nan
+ 12330  nan   nan
+ 12360  nan   nan
+ 12390  nan   nan
+ 12420  nan   nan
+ 12450  nan   nan
+ 12480  nan   nan
+ 12510  nan   nan
+ 12540  nan   nan
+ 12570  nan   nan
+ 12600  nan   nan
+ 12630  nan   nan
+ 12660  nan   nan
+ 12690  nan   nan
+ 12720  nan   nan
+ 12750  nan   nan
+ 12780  nan   nan
+ 12810  nan   nan
+ 12840  nan   nan
+ 12870  nan   nan
+ 12900  nan   nan
+ 12930  nan   nan
+ 12960  nan   nan
+ 12990  nan   nan
+ 13020  nan   nan
+ 13050  nan   nan
+ 13080  nan   nan
+ 13110  nan   nan
+ 13140  nan   nan
+ 13170  nan   nan
+ 13200  nan   nan
+ 13230  nan   nan
+ 13260  nan   nan
+ 13290  nan   nan
+ 13320  nan   nan
+ 13350  nan   nan
+ 13380  nan   nan
+ 13410  nan   nan
+ 13440  nan   nan
+ 13470  nan   nan
+ 13500  nan   nan
+ 13530  nan   nan
+ 13560  nan   nan
+ 13590  nan   nan
+ 13620  nan   nan
+ 13650  nan   nan
+ 13680  nan   nan
+ 13710  nan   nan
+ 13740  nan   nan
+ 13770  nan   nan
+ 13800  nan   nan
+ 13830  nan   nan
+ 13860  nan   nan
+ 13890  nan   nan
+ 13920  nan   nan
+ 13950  nan   nan
+ 13980  nan   nan
+ 14010  nan   nan
+ 14040  nan   nan
+ 14070  nan   nan
+ 14100  nan   nan
+ 14130  nan   nan
+ 14160  nan   nan
+ 14190  nan   nan
+ 14220  nan   nan
+ 14250  nan   nan
+ 14280  nan   nan
+ 14310  nan   nan
+ 14340  nan   nan
+ 14370  nan   nan
+ 14400  nan   nan
+ 14430  nan   nan
+ 14460  nan   nan
+ 14490  nan   nan
+ 14520  nan   nan
+ 14550  nan   nan
+ 14580  nan   nan
+ 14610  nan   nan
+ 14640  nan   nan
+ 14670  nan   nan
+ 14700  nan   nan
+ 14730  nan   nan
+ 14760  nan   nan
+ 14790  nan   nan
+ 14820  nan   nan
+ 14850  nan   nan
+ 14880  nan   nan
+ 14910  nan   nan
+ 14940  nan   nan
+ 14970  nan   nan
+ 15000  nan   nan
+ 15030  nan   nan
+ 15060  nan   nan
+ 15090  nan   nan
+ 15120  nan   nan
+ 15150  nan   nan
+ 15180  nan   nan
+ 15210  nan   nan
+ 15240  nan   nan
+ 15270  nan   nan
+ 15300  nan   nan
+ 15330  nan   nan
+ 15360  nan   nan
+ 15390  nan   nan
+ 15420  nan   nan
+ 15450  nan   nan
+ 15480  nan   nan
+ 15510  nan   nan
+ 15540  nan   nan
+ 15570  nan   nan
+ 15600  nan   nan
+ 15630  nan   nan
+ 15660  nan   nan
+ 15690  nan   nan
+ 15720  nan   nan
+ 15750  nan   nan
+ 15780  nan   nan
+ 15810  nan   nan
+ 15840  nan   nan
+ 15870  nan   nan
+ 15900  nan   nan
+ 15930  nan   nan
+ 15960  nan   nan
+ 15990  nan   nan
+ 16020  nan   nan
+ 16050  nan   nan
+ 16080  nan   nan
+ 16110  nan   nan
+ 16140  nan   nan
+ 16170  nan   nan
+ 16200  nan   nan
+ 16230  nan   nan
+ 16260  nan   nan
+ 16290  nan   nan
+ 16320  nan   nan
+ 16350  nan   nan
+ 16380  nan   nan
+ 16410  nan   nan
+ 16440  nan   nan
+ 16470  nan   nan
+ 16500  nan   nan
+ 16530  nan   nan
+ 16560  nan   nan
+ 16590  nan   nan
+ 16620  nan   nan
+ 16650  nan   nan
+ 16680  nan   nan
+ 16710  nan   nan
+ 16740  nan   nan
+ 16770  nan   nan
+ 16800  nan   nan
+ 16830  nan   nan
+ 16860  nan   nan
+ 16890  nan   nan
+ 16920  nan   nan
+ 16950  nan   nan
+ 16980  nan   nan
+ 17010  nan   nan
+ 17040  nan   nan
+ 17070  nan   nan
+ 17100  nan   nan
+ 17130  nan   nan
+ 17160  nan   nan
+ 17190  nan   nan
+ 17220  nan   nan
+ 17250  nan   nan
+ 17280  nan   nan
+ 17310  nan   nan
+ 17340  nan   nan
+ 17370  nan   nan
+ 17400  nan   nan
+ 17430  nan   nan
+ 17460  nan   nan
+ 17490  nan   nan
+ 17520  nan   nan
+ 17550  nan   nan
+ 17580  nan   nan
+ 17610  nan   nan
+ 17640  nan   nan
+ 17670  nan   nan
+ 17700  nan   nan
+ 17730  nan   nan
+ 17760  nan   nan
+ 17790  nan   nan
+ 17820  nan   nan
+ 17850  nan   nan
+ 17880  nan   nan
+ 17910  nan   nan
+ 17940  nan   nan
+ 17970  nan   nan
+ 18000  nan   nan
+ 18030  nan   nan
+ 18060  nan   nan
+ 18090  nan   nan
+ 18120  nan   nan
+ 18150  nan   nan
+ 18180  nan   nan
+ 18210  nan   nan
+ 18240  nan   nan
+ 18270  nan   nan
+ 18300  nan   nan
+ 18330  nan   nan
+ 18360  nan   nan
+ 18390  nan   nan
+ 18420  nan   nan
+ 18450  nan   nan
+ 18480  nan   nan
+ 18510  nan   nan
+ 18540  nan   nan
+ 18570  nan   nan
+ 18600  nan   nan
+ 18630  nan   nan
+ 18660  nan   nan
+ 18690  nan   nan
+ 18720  nan   nan
+ 18750  nan   nan
+ 18780  nan   nan
+ 18810  nan   nan
+ 18840  nan   nan
+ 18870  nan   nan
+ 18900  nan   nan
+ 18930  nan   nan
+ 18960  nan   nan
+ 18990  nan   nan
+ 19020  nan   nan
+ 19050  nan   nan
+ 19080  nan   nan
+ 19110  nan   nan
+ 19140  nan   nan
+ 19170  nan   nan
+ 19200  nan   nan
+ 19230  nan   nan
+ 19260  nan   nan
+ 19290  nan   nan
+ 19320  nan   nan
+ 19350  nan   nan
+ 19380  nan   nan
+ 19410  nan   nan
+ 19440  nan   nan
+ 19470  nan   nan
+ 19500  nan   nan
+ 19530  nan   nan
+ 19560  nan   nan
+ 19590  nan   nan
+ 19620  nan   nan
+ 19650  nan   nan
+ 19680  nan   nan
+ 19710  nan   nan
+ 19740  nan   nan
+ 19770  nan   nan
+ 19800  nan   nan
+ 19830  nan   nan
+ 19860  nan   nan
+ 19890  nan   nan
+ 19920  nan   nan
+ 19950  nan   nan
+ 19980  nan   nan
+ 20010  nan   nan
+ 20040  nan   nan
+ 20070  nan   nan
+ 20100  nan   nan
+ 20130  nan   nan
+ 20160  nan   nan
+ 20190  nan   nan
+ 20220  nan   nan
+ 20250  nan   nan
+ 20280  nan   nan
+ 20310  nan   nan
+ 20340  nan   nan
+ 20370  nan   nan
+ 20400  nan   nan
+ 20430  nan   nan
+ 20460  nan   nan
+ 20490  nan   nan
+ 20520  nan   nan
+ 20550  nan   nan
+ 20580  nan   nan
+ 20610  nan   nan
+ 20640  nan   nan
+ 20670  nan   nan
+ 20700  nan   nan
+ 20730  nan   nan
+ 20760  nan   nan
+ 20790  nan   nan
+ 20820  nan   nan
+ 20850  nan   nan
+ 20880  nan   nan
+ 20910  nan   nan
+ 20940  nan   nan
+ 20970  nan   nan
+ 21000  nan   nan
+ 21030  nan   nan
+ 21060  nan   nan
+ 21090  nan   nan
+ 21120  nan   nan
+ 21150  nan   nan
+ 21180  nan   nan
+ 21210  nan   nan
+ 21240  nan   nan
+ 21270  nan   nan
+ 21300  nan   nan
+ 21330  nan   nan
+ 21360  nan   nan
+ 21390  nan   nan
+ 21420  nan   nan
+ 21450  nan   nan
+ 21480  nan   nan
+ 21510  nan   nan
+ 21540  nan   nan
+ 21570  nan   nan
+ 21600  nan   nan
+ 21630  nan   nan
+ 21660  nan   nan
+ 21690  nan   nan
+ 21720  nan   nan
+ 21750  nan   nan
+ 21780  nan   nan
+ 21810  nan   nan
+ 21840  nan   nan
+ 21870  nan   nan
+ 21900  nan   nan
+ 21930  nan   nan
+ 21960  nan   nan
+ 21990  nan   nan
+ 22020  nan   nan
+ 22050  nan   nan
+ 22080  nan   nan
+ 22110  nan   nan
+ 22140  nan   nan
+ 22170  nan   nan
+ 22200  nan   nan
+ 22230  nan   nan
+ 22260  nan   nan
+ 22290  nan   nan
+ 22320  nan   nan
+ 22350  nan   nan
+ 22380  nan   nan
+ 22410  nan   nan
+ 22440  nan   nan
+ 22470  nan   nan
+ 22500  nan   nan
+ 22530  nan   nan
+ 22560  nan   nan
+ 22590  nan   nan
+ 22620  nan   nan
+ 22650  nan   nan
+ 22680  nan   nan
+ 22710  nan   nan
+ 22740  nan   nan
+ 22770  nan   nan
+ 22800  nan   nan
+ 22830  nan   nan
+ 22860  nan   nan
+ 22890  nan   nan
+ 22920  nan   nan
+ 22950  nan   nan
+ 22980  nan   nan
+ 23010  nan   nan
+ 23040  nan   nan
+ 23070  nan   nan
+ 23100  nan   nan
+ 23130  nan   nan
+ 23160  nan   nan
+ 23190  nan   nan
+ 23220  nan   nan
+ 23250  nan   nan
+ 23280  nan   nan
+ 23310  nan   nan
+ 23340  nan   nan
+ 23370  nan   nan
+ 23400  nan   nan
+ 23430  nan   nan
+ 23460  nan   nan
+ 23490  nan   nan
+ 23520  nan   nan
+ 23550  nan   nan
+ 23580  nan   nan
+ 23610  nan   nan
+ 23640  nan   nan
+ 23670  nan   nan
+ 23700  nan   nan
+ 23730  nan   nan
+ 23760  nan   nan
+ 23790  nan   nan
+ 23820  nan   nan
+ 23850  nan   nan
+ 23880  nan   nan
+ 23910  nan   nan
+ 23940  nan   nan
+ 23970  nan   nan
+ 24000  nan   nan
+ 24030  nan   nan
+ 24060  nan   nan
+ 24090  nan   nan
+ 24120  nan   nan
+ 24150  nan   nan
+ 24180  nan   nan
+ 24210  nan   nan
+ 24240  nan   nan
+ 24270  nan   nan
+ 24300  nan   nan
+ 24330  nan   nan
+ 24360  nan   nan
+ 24390  nan   nan
+ 24420  nan   nan
+ 24450  nan   nan
+ 24480  nan   nan
+ 24510  nan   nan
+ 24540  nan   nan
+ 24570  nan   nan
+ 24600  nan   nan
+ 24630  nan   nan
+ 24660  nan   nan
+ 24690  nan   nan
+ 24720  nan   nan
+ 24750  nan   nan
+ 24780  nan   nan
+ 24810  nan   nan
+ 24840  nan   nan
+ 24870  nan   nan
+ 24900  nan   nan
+ 24930  nan   nan
+ 24960  nan   nan
+ 24990  nan   nan
+ 25020  nan   nan
+ 25050  nan   nan
+ 25080  nan   nan
+ 25110  nan   nan
+ 25140  nan   nan
+ 25170  nan   nan
+ 25200  nan   nan
+ 25230  nan   nan
+ 25260  nan   nan
+ 25290  nan   nan
+ 25320  nan   nan
+ 25350  nan   nan
+ 25380  nan   nan
+ 25410  nan   nan
+ 25440  nan   nan
+ 25470  nan   nan
+ 25500  nan   nan
+ 25530  nan   nan
+ 25560  nan   nan
+ 25590  nan   nan
+ 25620  nan   nan
+ 25650  nan   nan
+ 25680  nan   nan
+ 25710  nan   nan
+ 25740  nan   nan
+ 25770  nan   nan
+ 25800  nan   nan
+ 25830  nan   nan
+ 25860  nan   nan
+ 25890  nan   nan
+ 25920  nan   nan
+ 25950  nan   nan
+ 25980  nan   nan
+ 26010  nan   nan
+ 26040  nan   nan
+ 26070  nan   nan
+ 26100  nan   nan
+ 26130  nan   nan
+ 26160  nan   nan
+ 26190  nan   nan
+ 26220  nan   nan
+ 26250  nan   nan
+ 26280  nan   nan
+ 26310  nan   nan
+ 26340  nan   nan
+ 26370  nan   nan
+ 26400  nan   nan
+ 26430  nan   nan
+ 26460  nan   nan
+ 26490  nan   nan
+ 26520  nan   nan
+ 26550  nan   nan
+ 26580  nan   nan
+ 26610  nan   nan
+ 26640  nan   nan
+ 26670  nan   nan
+ 26700  nan   nan
+ 26730  nan   nan
+ 26760  nan   nan
+ 26790  nan   nan
+ 26820  nan   nan
+ 26850  nan   nan
+ 26880  nan   nan
+ 26910  nan   nan
+ 26940  nan   nan
+ 26970  nan   nan
+ 27000  nan   nan
+ 27030  nan   nan
+ 27060  nan   nan
+ 27090  nan   nan
+ 27120  nan   nan
+ 27150  nan   nan
+ 27180  nan   nan
+ 27210  nan   nan
+ 27240  nan   nan
+ 27270  nan   nan
+ 27300  nan   nan
+ 27330  nan   nan
+ 27360  nan   nan
+ 27390  nan   nan
+ 27420  nan   nan
+ 27450  nan   nan
+ 27480  nan   nan
+ 27510  nan   nan
+ 27540  nan   nan
+ 27570  nan   nan
+ 27600  nan   nan
+ 27630  nan   nan
+ 27660  nan   nan
+ 27690  nan   nan
+ 27720  nan   nan
+ 27750  nan   nan
+ 27780  nan   nan
+ 27810  nan   nan
+ 27840  nan   nan
+ 27870  nan   nan
+ 27900  nan   nan
+ 27930  nan   nan
+ 27960  nan   nan
+ 27990  nan   nan
+ 28020  nan   nan
+ 28050  nan   nan
+ 28080  nan   nan
+ 28110  nan   nan
+ 28140  nan   nan
+ 28170  nan   nan
+ 28200  nan   nan
+ 28230  nan   nan
+ 28260  nan   nan
+ 28290  nan   nan
+ 28320  nan   nan
+ 28350  nan   nan
+ 28380  nan   nan
+ 28410  nan   nan
+ 28440  nan   nan
+ 28470  nan   nan
+ 28500  nan   nan
+ 28530  nan   nan
+ 28560  nan   nan
+ 28590  nan   nan
+ 28620  nan   nan
+ 28650  nan   nan
+ 28680  nan   nan
+ 28710  nan   nan
+ 28740  nan   nan
+ 28770  nan   nan
+ 28800  nan   nan
+ 28830  nan   nan
+ 28860  nan   nan
+ 28890  nan   nan
+ 28920  nan   nan
+ 28950  nan   nan
+ 28980  nan   nan
+ 29010  nan   nan
+ 29040  nan   nan
+ 29070  nan   nan
+ 29100  nan   nan
+ 29130  nan   nan
+ 29160  nan   nan
+ 29190  nan   nan
+ 29220  nan   nan
+ 29250  nan   nan
+ 29280  nan   nan
+ 29310  nan   nan
+ 29340  nan   nan
+ 29370  nan   nan
+ 29400  nan   nan
+ 29430  nan   nan
+ 29460  nan   nan
+ 29490  nan   nan
+ 29520  nan   nan
+ 29550  nan   nan
+ 29580  nan   nan
+ 29610  nan   nan
+ 29640  nan   nan
+ 29670  nan   nan
+ 29700  nan   nan
+ 29730  nan   nan
+ 29760  nan   nan
+ 29790  nan   nan
+ 29820  nan   nan
+ 29850  nan   nan
+ 29880  nan   nan
+ 29910  nan   nan
+ 29940  nan   nan
+ 29970  nan   nan
+ 30000  nan   nan
+ 30030  nan   nan
+ 30060  nan   nan
+ 30090  nan   nan
+ 30120  nan   nan
+ 30150  nan   nan
+ 30180  nan   nan
+ 30210  nan   nan
+ 30240  nan   nan
+ 30270  nan   nan
+ 30300  nan   nan
+ 30330  nan   nan
+ 30360  nan   nan
+ 30390  nan   nan
+ 30420  nan   nan
+ 30450  nan   nan
+ 30480  nan   nan
+ 30510  nan   nan
+ 30540  nan   nan
+ 30570  nan   nan
+ 30600  nan   nan
+ 30630  nan   nan
+ 30660  nan   nan
+ 30690  nan   nan
+ 30720  nan   nan
+ 30750  nan   nan
+ 30780  nan   nan
+ 30810  nan   nan
+ 30840  nan   nan
+ 30870  nan   nan
+ 30900  nan   nan
+ 30930  nan   nan
+ 30960  nan   nan
+ 30990  nan   nan
+ 31020  nan   nan
+ 31050  nan   nan
+ 31080  nan   nan
+ 31110  nan   nan
+ 31140  nan   nan
+ 31170  nan   nan
+ 31200  nan   nan
+ 31230  nan   nan
+ 31260  nan   nan
+ 31290  nan   nan
+ 31320  nan   nan
+ 31350  nan   nan
+ 31380  nan   nan
+ 31410  nan   nan
+ 31440  nan   nan
+ 31470  nan   nan
+ 31500  nan   nan
+ 31530  nan   nan
+ 31560  nan   nan
+ 31590  nan   nan
+ 31620  nan   nan
+ 31650  nan   nan
+ 31680  nan   nan
+ 31710  nan   nan
+ 31740  nan   nan
+ 31770  nan   nan
+ 31800  nan   nan
+ 31830  nan   nan
+ 31860  nan   nan
+ 31890  nan   nan
+ 31920  nan   nan
+ 31950  nan   nan
+ 31980  nan   nan
+ 32010  nan   nan
+ 32040  nan   nan
+ 32070  nan   nan
+ 32100  nan   nan
+ 32130  nan   nan
+ 32160  nan   nan
+ 32190  nan   nan
+ 32220  nan   nan
+ 32250  nan   nan
+ 32280  nan   nan
+ 32310  nan   nan
+ 32340  nan   nan
+ 32370  nan   nan
+ 32400  nan   nan
+ 32430  nan   nan
+ 32460  nan   nan
+ 32490  nan   nan
+ 32520  nan   nan
+ 32550  nan   nan
+ 32580  nan   nan
+ 32610  nan   nan
+ 32640  nan   nan
+ 32670  nan   nan
+ 32700  nan   nan
+ 32730  nan   nan
+ 32760  nan   nan
+ 32790  nan   nan
+ 32820  nan   nan
+ 32850  nan   nan
+ 32880  nan   nan
+ 32910  nan   nan
+ 32940  nan   nan
+ 32970  nan   nan
+ 33000  nan   nan
+ 33030  nan   nan
+ 33060  nan   nan
+ 33090  nan   nan
+ 33120  nan   nan
+ 33150  nan   nan
+ 33180  nan   nan
+ 33210  nan   nan
+ 33240  nan   nan
+ 33270  nan   nan
+ 33300  nan   nan
+ 33330  nan   nan
+ 33360  nan   nan
+ 33390  nan   nan
+ 33420  nan   nan
+ 33450  nan   nan
+ 33480  nan   nan
+ 33510  nan   nan
+ 33540  nan   nan
+ 33570  nan   nan
+ 33600  nan   nan
+ 33630  nan   nan
+ 33660  nan   nan
+ 33690  nan   nan
+ 33720  nan   nan
+ 33750  nan   nan
+ 33780  nan   nan
+ 33810  nan   nan
+ 33840  nan   nan
+ 33870  nan   nan
+ 33900  nan   nan
+ 33930  nan   nan
+ 33960  nan   nan
+ 33990  nan   nan
+ 34020  nan   nan
+ 34050  nan   nan
+ 34080  nan   nan
+ 34110  nan   nan
+ 34140  nan   nan
+ 34170  nan   nan
+ 34200  nan   nan
+ 34230  nan   nan
+ 34260  nan   nan
+ 34290  nan   nan
+ 34320  nan   nan
+ 34350  nan   nan
+ 34380  nan   nan
+ 34410  nan   nan
+ 34440  nan   nan
+ 34470  nan   nan
+ 34500  nan   nan
+ 34530  nan   nan
+ 34560  nan   nan
+ 34590  nan   nan
+ 34620  nan   nan
+ 34650  nan   nan
+ 34680  nan   nan
+ 34710  nan   nan
+ 34740  nan   nan
+ 34770  nan   nan
+ 34800  nan   nan
+ 34830  nan   nan
+ 34860  nan   nan
+ 34890  nan   nan
+ 34920  nan   nan
+ 34950  nan   nan
+ 34980  nan   nan
+ 35010  nan   nan
+ 35040  nan   nan
+ 35070  nan   nan
+ 35100  nan   nan
+ 35130  nan   nan
+ 35160  nan   nan
+ 35190  nan   nan
+ 35220  nan   nan
+ 35250  nan   nan
+ 35280  nan   nan
+ 35310  nan   nan
+ 35340  nan   nan
+ 35370  nan   nan
+ 35400  nan   nan
+ 35430  nan   nan
+ 35460  nan   nan
+ 35490  nan   nan
+ 35520  nan   nan
+ 35550  nan   nan
+ 35580  nan   nan
+ 35610  nan   nan
+ 35640  nan   nan
+ 35670  nan   nan
+ 35700  nan   nan
+ 35730  nan   nan
+ 35760  nan   nan
+ 35790  nan   nan
+ 35820  nan   nan
+ 35850  nan   nan
+ 35880  nan   nan
+ 35910  nan   nan
+ 35940  nan   nan
+ 35970  nan   nan
+ 36000  nan   nan
+ 36030  nan   nan
+ 36060  nan   nan
+ 36090  nan   nan
+ 36120  nan   nan
+ 36150  nan   nan
+ 36180  nan   nan
+ 36210  nan   nan
+ 36240  nan   nan
+ 36270  nan   nan
+ 36300  nan   nan
+ 36330  nan   nan
+ 36360  nan   nan
+ 36390  nan   nan
+ 36420  nan   nan
+ 36450  nan   nan
+ 36480  nan   nan
+ 36510  nan   nan
+ 36540  nan   nan
+ 36570  nan   nan
+ 36600  nan   nan
+ 36630  nan   nan
+ 36660  nan   nan
+ 36690  nan   nan
+ 36720  nan   nan
+ 36750  nan   nan
+ 36780  nan   nan
+ 36810  nan   nan
+ 36840  nan   nan
+ 36870  nan   nan
+ 36900  nan   nan
+ 36930  nan   nan
+ 36960  nan   nan
+ 36990  nan   nan
+ 37020  nan   nan
+ 37050  nan   nan
+ 37080  nan   nan
+ 37110  nan   nan
+ 37140  nan   nan
+ 37170  nan   nan
+ 37200  nan   nan
+ 37230  nan   nan
+ 37260  nan   nan
+ 37290  nan   nan
+ 37320  nan   nan
+ 37350  nan   nan
+ 37380  nan   nan
+ 37410  nan   nan
+ 37440  nan   nan
+ 37470  nan   nan
+ 37500  nan   nan
+ 37530  nan   nan
+ 37560  nan   nan
+ 37590  nan   nan
+ 37620  nan   nan
+ 37650  nan   nan
+ 37680  nan   nan
+ 37710  nan   nan
+ 37740  nan   nan
+ 37770  nan   nan
+ 37800  nan   nan
+ 37830  nan   nan
+ 37860  nan   nan
+ 37890  nan   nan
+ 37920  nan   nan
+ 37950  nan   nan
+ 37980  nan   nan
+ 38010  nan   nan
+ 38040  nan   nan
+ 38070  nan   nan
+ 38100  nan   nan
+ 38130  nan   nan
+ 38160  nan   nan
+ 38190  nan   nan
+ 38220  nan   nan
+ 38250  nan   nan
+ 38280  nan   nan
+ 38310  nan   nan
+ 38340  nan   nan
+ 38370  nan   nan
+ 38400  nan   nan
+ 38430  nan   nan
+ 38460  nan   nan
+ 38490  nan   nan
+ 38520  nan   nan
+ 38550  nan   nan
+ 38580  nan   nan
+ 38610  nan   nan
+ 38640  nan   nan
+ 38670  nan   nan
+ 38700  nan   nan
+ 38730  nan   nan
+ 38760  nan   nan
+ 38790  nan   nan
+ 38820  nan   nan
+ 38850  nan   nan
+ 38880  nan   nan
+ 38910  nan   nan
+ 38940  nan   nan
+ 38970  nan   nan
+ 39000  nan   nan
+ 39030  nan   nan
+ 39060  nan   nan
+ 39090  nan   nan
+ 39120  nan   nan
+ 39150  nan   nan
+ 39180  nan   nan
+ 39210  nan   nan
+ 39240  nan   nan
+ 39270  nan   nan
+ 39300  nan   nan
+ 39330  nan   nan
+ 39360  nan   nan
+ 39390  nan   nan
+ 39420  nan   nan
+ 39450  nan   nan
+ 39480  nan   nan
+ 39510  nan   nan
+ 39540  nan   nan
+ 39570  nan   nan
+ 39600  nan   nan
+ 39630  nan   nan
+ 39660  nan   nan
+ 39690  nan   nan
+ 39720  nan   nan
+ 39750  nan   nan
+ 39780  nan   nan
+ 39810  nan   nan
+ 39840  nan   nan
+ 39870  nan   nan
+ 39900  nan   nan
+ 39930  nan   nan
+ 39960  nan   nan
+ 39990  nan   nan
+ 40020  nan   nan
+ 40050  nan   nan
+ 40080  nan   nan
+ 40110  nan   nan
+ 40140  nan   nan
+ 40170  nan   nan
+ 40200  nan   nan
+ 40230  nan   nan
+ 40260  nan   nan
+ 40290  nan   nan
+ 40320  nan   nan
+ 40350  nan   nan
+ 40380  nan   nan
+ 40410  nan   nan
+ 40440  nan   nan
+ 40470  nan   nan
+ 40500  nan   nan
+ 40530  nan   nan
+ 40560  nan   nan
+ 40590  nan   nan
+ 40620  nan   nan
+ 40650  nan   nan
+ 40680  nan   nan
+ 40710  nan   nan
+ 40740  nan   nan
+ 40770  nan   nan
+ 40800  nan   nan
+ 40830  nan   nan
+ 40860  nan   nan
+ 40890  nan   nan
+ 40920  nan   nan
+ 40950  nan   nan
+ 40980  nan   nan
+ 41010  nan   nan
+ 41040  nan   nan
+ 41070  nan   nan
+ 41100  nan   nan
+ 41130  nan   nan
+ 41160  nan   nan
+ 41190  nan   nan
+ 41220  nan   nan
+ 41250  nan   nan
+ 41280  nan   nan
+ 41310  nan   nan
+ 41340  nan   nan
+ 41370  nan   nan
+ 41400  nan   nan
+ 41430  nan   nan
+ 41460  nan   nan
+ 41490  nan   nan
+ 41520  nan   nan
+ 41550  nan   nan
+ 41580  nan   nan
+ 41610  nan   nan
+ 41640  nan   nan
+ 41670  nan   nan
+ 41700  nan   nan
+ 41730  nan   nan
+ 41760  nan   nan
+ 41790  nan   nan
+ 41820  nan   nan
+ 41850  nan   nan
+ 41880  nan   nan
+ 41910  nan   nan
+ 41940  nan   nan
+ 41970  nan   nan
+ 42000  nan   nan
+ 42030  nan   nan
+ 42060  nan   nan
+ 42090  nan   nan
+ 42120  nan   nan
+ 42150  nan   nan
+ 42180  nan   nan
+ 42210  nan   nan
+ 42240  nan   nan
+ 42270  nan   nan
+ 42300  nan   nan
+ 42330  nan   nan
+ 42360  nan   nan
+ 42390  nan   nan
+ 42420  nan   nan
+ 42450  nan   nan
+ 42480  nan   nan
+ 42510  nan   nan
+ 42540  nan   nan
+ 42570  nan   nan
+ 42600  nan   nan
+ 42630  nan   nan
+ 42660  nan   nan
+ 42690  nan   nan
+ 42720  nan   nan
+ 42750  nan   nan
+ 42780  nan   nan
+ 42810  nan   nan
+ 42840  nan   nan
+ 42870  nan   nan
+ 42900  nan   nan
+ 42930  nan   nan
+ 42960  nan   nan
+ 42990  nan   nan
+ 43020  nan   nan
+ 43050  nan   nan
+ 43080  nan   nan
+ 43110  nan   nan
+ 43140  nan   nan
+ 43170  nan   nan
+ 43200 2.858 0.146
+ 43230 2.864 0.149
+ 43260 2.871 0.151
+ 43290 2.877 0.154
+ 43320 2.884 0.156
+ 43350 2.890 0.159
+ 43380 2.897 0.161
+ 43410 2.903 0.164
+ 43440 2.909 0.166
+ 43470 2.916 0.169
+ 43500 2.922 0.171
+ 43530 2.928 0.174
+ 43560 2.934 0.176
+ 43590 2.940 0.178
+ 43620 2.947 0.181
+ 43650 2.953 0.183
+ 43680 2.959 0.185
+ 43710 2.965 0.188
+ 43740 2.971 0.190
+ 43770 2.977 0.192
+ 43800 2.983 0.195
+ 43830 2.989 0.197
+ 43860 2.995 0.199
+ 43890 3.001 0.202
+ 43920 3.006 0.204
+ 43950 3.012 0.206
+ 43980 3.018 0.209
+ 44010 3.024 0.211
+ 44040 3.030 0.213
+ 44070 3.035 0.215
+ 44100 3.041 0.218
+ 44130 3.047 0.220
+ 44160 3.052 0.222
+ 44190 3.058 0.224
+ 44220 3.063 0.226
+ 44250 3.069 0.229
+ 44280 3.074 0.231
+ 44310 3.080 0.233
+ 44340 3.085 0.235
+ 44370 3.091 0.237
+ 44400 3.096 0.239
+ 44430 3.101 0.242
+ 44460 3.106 0.244
+ 44490 3.111 0.246
+ 44520 3.115 0.249
+ 44550 3.120 0.251
+ 44580 3.125 0.253
+ 44610 3.130 0.256
+ 44640 3.134 0.258
+ 44670 3.139 0.260
+ 44700 3.144 0.263
+ 44730 3.148 0.265
+ 44760 3.153 0.267
+ 44790 3.158 0.269
+ 44820 3.162 0.271
+ 44850 3.167 0.274
+ 44880 3.171 0.276
+ 44910 3.175 0.278
+ 44940 3.180 0.280
+ 44970 3.184 0.282
+ 45000 3.189 0.284
+ 45030 3.193 0.287
+ 45060 3.197 0.289
+ 45090 3.201 0.291
+ 45120 3.206 0.293
+ 45150 3.210 0.295
+ 45180 3.214 0.297
+ 45210 3.218 0.299
+ 45240 3.222 0.301
+ 45270 3.226 0.303
+ 45300 3.230 0.305
+ 45330 3.234 0.307
+ 45360 3.238 0.309
+ 45390 3.242 0.311
+ 45420 3.246 0.313
+ 45450 3.250 0.315
+ 45480 3.254 0.317
+ 45510 3.258 0.319
+ 45540 3.262 0.321
+ 45570 3.265 0.323
+ 45600 3.269 0.325
+ 45630 3.273 0.327
+ 45660 3.277 0.328
+ 45690 3.280 0.330
+ 45720 3.284 0.332
+ 45750 3.287 0.333
+ 45780 3.291 0.335
+ 45810 3.295 0.337
+ 45840 3.298 0.339
+ 45870 3.302 0.340
+ 45900 3.305 0.342
+ 45930 3.309 0.344
+ 45960 3.312 0.345
+ 45990 3.316 0.347
+ 46020 3.319 0.349
+ 46050 3.323 0.350
+ 46080 3.326 0.352
+ 46110 3.329 0.354
+ 46140 3.333 0.355
+ 46170 3.336 0.357
+ 46200 3.339 0.359
+ 46230 3.343 0.360
+ 46260 3.346 0.362
+ 46290 3.349 0.364
+ 46320 3.353 0.365
+ 46350 3.356 0.367
+ 46380 3.359 0.368
+ 46410 3.362 0.370
+ 46440 3.365 0.372
+ 46470 3.368 0.373
+ 46500 3.372 0.375
+ 46530 3.375 0.376
+ 46560 3.378 0.378
+ 46590 3.381 0.379
+ 46620 3.384 0.381
+ 46650 3.387 0.382
+ 46680 3.390 0.384
+ 46710 3.393 0.385
+ 46740 3.396 0.387
+ 46770 3.399 0.389
+ 46800 3.402 0.390
+ 46830 3.405 0.391
+ 46860 3.408 0.391
+ 46890 3.412 0.392
+ 46920 3.415 0.393
+ 46950 3.418 0.393
+ 46980 3.421 0.394
+ 47010 3.425 0.395
+ 47040 3.428 0.395
+ 47070 3.431 0.396
+ 47100 3.435 0.397
+ 47130 3.438 0.397
+ 47160 3.441 0.398
+ 47190 3.444 0.399
+ 47220 3.447 0.399
+ 47250 3.451 0.400
+ 47280 3.454 0.401
+ 47310 3.457 0.402
+ 47340 3.460 0.402
+ 47370 3.463 0.403
+ 47400 3.467 0.404
+ 47430 3.470 0.404
+ 47460 3.473 0.405
+ 47490 3.476 0.406
+ 47520 3.479 0.406
+ 47550 3.482 0.407
+ 47580 3.486 0.408
+ 47610 3.489 0.408
+ 47640 3.492 0.409
+ 47670 3.495 0.410
+ 47700 3.498 0.410
+ 47730 3.501 0.411
+ 47760 3.504 0.412
+ 47790 3.507 0.412
+ 47820 3.511 0.413
+ 47850 3.514 0.414
+ 47880 3.517 0.414
+ 47910 3.520 0.415
+ 47940 3.523 0.416
+ 47970 3.526 0.416
+ 48000 3.529 0.417
+ 48030 3.534 0.418
+ 48060 3.539 0.418
+ 48090 3.543 0.419
+ 48120 3.548 0.419
+ 48150 3.553 0.420
+ 48180 3.558 0.420
+ 48210 3.563 0.421
+ 48240 3.568 0.421
+ 48270 3.573 0.422
+ 48300 3.578 0.423
+ 48330 3.583 0.423
+ 48360 3.588 0.424
+ 48390 3.593 0.424
+ 48420 3.598 0.425
+ 48450 3.603 0.425
+ 48480 3.608 0.426
+ 48510 3.613 0.427
+ 48540 3.619 0.427
+ 48570 3.624 0.428
+ 48600 3.629 0.428
+ 48630 3.634 0.429
+ 48660 3.639 0.430
+ 48690 3.645 0.430
+ 48720 3.650 0.431
+ 48750 3.655 0.431
+ 48780 3.661 0.432
+ 48810 3.666 0.433
+ 48840 3.671 0.433
+ 48870 3.677 0.434
+ 48900 3.682 0.435
+ 48930 3.688 0.435
+ 48960 3.693 0.436
+ 48990 3.698 0.437
+ 49020 3.704 0.437
+ 49050 3.709 0.438
+ 49080 3.715 0.438
+ 49110 3.721 0.439
+ 49140 3.726 0.440
+ 49170 3.732 0.440
+ 49200 3.737 0.441
+ 49230 3.745 0.442
+ 49260 3.752 0.443
+ 49290 3.760 0.444
+ 49320 3.767 0.445
+ 49350 3.775 0.447
+ 49380 3.783 0.448
+ 49410 3.791 0.449
+ 49440 3.798 0.450
+ 49470 3.806 0.451
+ 49500 3.814 0.452
+ 49530 3.822 0.453
+ 49560 3.830 0.454
+ 49590 3.838 0.455
+ 49620 3.846 0.457
+ 49650 3.855 0.458
+ 49680 3.863 0.459
+ 49710 3.871 0.460
+ 49740 3.879 0.461
+ 49770 3.888 0.462
+ 49800 3.896 0.463
+ 49830 3.905 0.465
+ 49860 3.913 0.466
+ 49890 3.922 0.467
+ 49920 3.930 0.468
+ 49950 3.939 0.469
+ 49980 3.948 0.470
+ 50010 3.957 0.472
+ 50040 3.966 0.473
+ 50070 3.974 0.474
+ 50100 3.983 0.475
+ 50130 3.992 0.476
+ 50160 4.001 0.477
+ 50190 4.010 0.479
+ 50220 4.020 0.480
+ 50250 4.029 0.481
+ 50280 4.038 0.482
+ 50310 4.047 0.483
+ 50340 4.057 0.485
+ 50370 4.066 0.486
+ 50400 4.076 0.487
+ 50430 4.086 0.488
+ 50460 4.096 0.490
+ 50490 4.107 0.491
+ 50520 4.117 0.492
+ 50550 4.128 0.494
+ 50580 4.138 0.495
+ 50610 4.148 0.496
+ 50640 4.158 0.497
+ 50670 4.168 0.499
+ 50700 4.179 0.500
+ 50730 4.189 0.501
+ 50760 4.199 0.502
+ 50790 4.209 0.504
+ 50820 4.219 0.505
+ 50850 4.229 0.506
+ 50880 4.239 0.507
+ 50910 4.248 0.508
+ 50940 4.258 0.510
+ 50970 4.268 0.511
+ 51000 4.278 0.512
+ 51030 4.288 0.513
+ 51060 4.297 0.515
+ 51090 4.307 0.516
+ 51120 4.317 0.517
+ 51150 4.326 0.518
+ 51180 4.336 0.519
+ 51210 4.345 0.521
+ 51240 4.355 0.522
+ 51270 4.364 0.523
+ 51300 4.373 0.524
+ 51330 4.383 0.525
+ 51360 4.392 0.527
+ 51390 4.401 0.528
+ 51420 4.411 0.529
+ 51450 4.420 0.530
+ 51480 4.429 0.531
+ 51510 4.438 0.532
+ 51540 4.447 0.534
+ 51570 4.456 0.535
+ 51600 4.465 0.536
+ 51630 4.472 0.537
+ 51660 4.479 0.538
+ 51690 4.486 0.539
+ 51720 4.493 0.540
+ 51750 4.500 0.542
+ 51780 4.507 0.543
+ 51810 4.514 0.544
+ 51840 4.520 0.545
+ 51870 4.527 0.546
+ 51900 4.534 0.547
+ 51930 4.541 0.548
+ 51960 4.548 0.549
+ 51990 4.554 0.550
+ 52020 4.561 0.552
+ 52050 4.568 0.553
+ 52080 4.575 0.554
+ 52110 4.581 0.555
+ 52140 4.588 0.556
+ 52170 4.595 0.557
+ 52200 4.601 0.558
+ 52230 4.608 0.559
+ 52260 4.614 0.560
+ 52290 4.621 0.561
+ 52320 4.628 0.562
+ 52350 4.634 0.564
+ 52380 4.641 0.565
+ 52410 4.647 0.566
+ 52440 4.654 0.567
+ 52470 4.660 0.568
+ 52500 4.667 0.569
+ 52530 4.673 0.570
+ 52560 4.680 0.571
+ 52590 4.686 0.572
+ 52620 4.692 0.573
+ 52650 4.699 0.574
+ 52680 4.705 0.575
+ 52710 4.711 0.576
+ 52740 4.718 0.577
+ 52770 4.724 0.578
+ 52800 4.730 0.579
+ 52830 4.735 0.578
+ 52860 4.740 0.577
+ 52890 4.745 0.577
+ 52920 4.750 0.576
+ 52950 4.754 0.575
+ 52980 4.759 0.574
+ 53010 4.764 0.573
+ 53040 4.768 0.572
+ 53070 4.773 0.572
+ 53100 4.778 0.571
+ 53130 4.782 0.570
+ 53160 4.787 0.569
+ 53190 4.792 0.569
+ 53220 4.796 0.568
+ 53250 4.801 0.567
+ 53280 4.806 0.566
+ 53310 4.810 0.566
+ 53340 4.815 0.565
+ 53370 4.819 0.564
+ 53400 4.824 0.564
+ 53430 4.828 0.563
+ 53460 4.833 0.562
+ 53490 4.837 0.562
+ 53520 4.842 0.561
+ 53550 4.846 0.560
+ 53580 4.851 0.560
+ 53610 4.855 0.559
+ 53640 4.860 0.559
+ 53670 4.864 0.558
+ 53700 4.868 0.557
+ 53730 4.873 0.557
+ 53760 4.877 0.556
+ 53790 4.882 0.556
+ 53820 4.886 0.555
+ 53850 4.890 0.555
+ 53880 4.895 0.554
+ 53910 4.899 0.554
+ 53940 4.903 0.553
+ 53970 4.907 0.553
+ 54000 4.912 0.552
+ 54030 4.914 0.552
+ 54060 4.916 0.551
+ 54090 4.919 0.551
+ 54120 4.921 0.550
+ 54150 4.923 0.550
+ 54180 4.926 0.550
+ 54210 4.928 0.549
+ 54240 4.930 0.549
+ 54270 4.933 0.548
+ 54300 4.935 0.548
+ 54330 4.938 0.547
+ 54360 4.940 0.547
+ 54390 4.943 0.547
+ 54420 4.945 0.546
+ 54450 4.948 0.546
+ 54480 4.950 0.545
+ 54510 4.953 0.545
+ 54540 4.955 0.544
+ 54570 4.958 0.544
+ 54600 4.960 0.544
+ 54630 4.963 0.543
+ 54660 4.966 0.543
+ 54690 4.968 0.542
+ 54720 4.971 0.542
+ 54750 4.974 0.542
+ 54780 4.977 0.541
+ 54810 4.979 0.541
+ 54840 4.982 0.541
+ 54870 4.985 0.540
+ 54900 4.988 0.540
+ 54930 4.991 0.539
+ 54960 4.994 0.539
+ 54990 4.996 0.539
+ 55020 4.999 0.538
+ 55050 5.002 0.538
+ 55080 5.005 0.538
+ 55110 5.008 0.537
+ 55140 5.011 0.537
+ 55170 5.014 0.537
+ 55200 5.017 0.536
+ 55230 5.018 0.536
+ 55260 5.018 0.535
+ 55290 5.018 0.535
+ 55320 5.018 0.534
+ 55350 5.019 0.534
+ 55380 5.019 0.533
+ 55410 5.019 0.533
+ 55440 5.020 0.532
+ 55470 5.020 0.532
+ 55500 5.021 0.531
+ 55530 5.021 0.531
+ 55560 5.022 0.530
+ 55590 5.023 0.530
+ 55620 5.023 0.529
+ 55650 5.024 0.529
+ 55680 5.024 0.528
+ 55710 5.025 0.528
+ 55740 5.026 0.527
+ 55770 5.027 0.527
+ 55800 5.027 0.526
+ 55830 5.028 0.525
+ 55860 5.029 0.525
+ 55890 5.030 0.524
+ 55920 5.031 0.524
+ 55950 5.032 0.523
+ 55980 5.033 0.523
+ 56010 5.034 0.522
+ 56040 5.035 0.521
+ 56070 5.036 0.521
+ 56100 5.037 0.520
+ 56130 5.038 0.520
+ 56160 5.039 0.519
+ 56190 5.041 0.519
+ 56220 5.042 0.518
+ 56250 5.043 0.517
+ 56280 5.044 0.517
+ 56310 5.046 0.516
+ 56340 5.047 0.516
+ 56370 5.048 0.515
+ 56400 5.050 0.514
+ 56430 5.050 0.513
+ 56460 5.050 0.511
+ 56490 5.050 0.510
+ 56520 5.051 0.509
+ 56550 5.051 0.507
+ 56580 5.051 0.506
+ 56610 5.052 0.504
+ 56640 5.052 0.503
+ 56670 5.052 0.501
+ 56700 5.053 0.500
+ 56730 5.053 0.498
+ 56760 5.054 0.497
+ 56790 5.054 0.495
+ 56820 5.055 0.494
+ 56850 5.056 0.493
+ 56880 5.056 0.491
+ 56910 5.057 0.490
+ 56940 5.058 0.488
+ 56970 5.058 0.487
+ 57000 5.059 0.485
+ 57030 5.060 0.484
+ 57060 5.061 0.482
+ 57090 5.062 0.481
+ 57120 5.063 0.479
+ 57150 5.064 0.478
+ 57180 5.065 0.476
+ 57210 5.066 0.475
+ 57240 5.067 0.473
+ 57270 5.068 0.472
+ 57300 5.069 0.470
+ 57330 5.070 0.469
+ 57360 5.071 0.467
+ 57390 5.073 0.465
+ 57420 5.074 0.464
+ 57450 5.075 0.462
+ 57480 5.077 0.461
+ 57510 5.078 0.459
+ 57540 5.079 0.458
+ 57570 5.081 0.456
+ 57600 5.082 0.455
+ 57630 5.079 0.453
+ 57660 5.076 0.452
+ 57690 5.073 0.450
+ 57720 5.070 0.449
+ 57750 5.067 0.447
+ 57780 5.064 0.446
+ 57810 5.061 0.444
+ 57840 5.058 0.443
+ 57870 5.055 0.441
+ 57900 5.052 0.440
+ 57930 5.050 0.438
+ 57960 5.047 0.437
+ 57990 5.044 0.435
+ 58020 5.041 0.434
+ 58050 5.039 0.432
+ 58080 5.036 0.431
+ 58110 5.033 0.429
+ 58140 5.031 0.428
+ 58170 5.028 0.426
+ 58200 5.025 0.425
+ 58230 5.023 0.423
+ 58260 5.020 0.422
+ 58290 5.018 0.420
+ 58320 5.015 0.419
+ 58350 5.013 0.417
+ 58380 5.010 0.415
+ 58410 5.008 0.414
+ 58440 5.006 0.412
+ 58470 5.003 0.411
+ 58500 5.001 0.409
+ 58530 4.999 0.408
+ 58560 4.997 0.406
+ 58590 4.994 0.405
+ 58620 4.992 0.403
+ 58650 4.990 0.401
+ 58680 4.988 0.400
+ 58710 4.986 0.398
+ 58740 4.984 0.397
+ 58770 4.981 0.395
+ 58800 4.979 0.394
+ 58830 4.975 0.392
+ 58860 4.971 0.391
+ 58890 4.967 0.390
+ 58920 4.962 0.389
+ 58950 4.958 0.388
+ 58980 4.954 0.386
+ 59010 4.950 0.385
+ 59040 4.946 0.384
+ 59070 4.942 0.383
+ 59100 4.938 0.382
+ 59130 4.934 0.380
+ 59160 4.930 0.379
+ 59190 4.926 0.378
+ 59220 4.922 0.377
+ 59250 4.918 0.376
+ 59280 4.914 0.374
+ 59310 4.911 0.373
+ 59340 4.907 0.372
+ 59370 4.903 0.371
+ 59400 4.900 0.369
+ 59430 4.896 0.368
+ 59460 4.892 0.367
+ 59490 4.889 0.366
+ 59520 4.885 0.364
+ 59550 4.882 0.363
+ 59580 4.878 0.362
+ 59610 4.875 0.361
+ 59640 4.871 0.359
+ 59670 4.868 0.358
+ 59700 4.865 0.357
+ 59730 4.861 0.356
+ 59760 4.858 0.354
+ 59790 4.855 0.353
+ 59820 4.852 0.352
+ 59850 4.849 0.351
+ 59880 4.845 0.349
+ 59910 4.842 0.348
+ 59940 4.839 0.347
+ 59970 4.836 0.345
+ 60000 4.833 0.344
+ 60030 4.831 0.343
+ 60060 4.828 0.341
+ 60090 4.826 0.339
+ 60120 4.823 0.338
+ 60150 4.820 0.336
+ 60180 4.818 0.335
+ 60210 4.815 0.333
+ 60240 4.813 0.332
+ 60270 4.810 0.331
+ 60300 4.808 0.329
+ 60330 4.805 0.328
+ 60360 4.803 0.326
+ 60390 4.800 0.325
+ 60420 4.798 0.324
+ 60450 4.795 0.322
+ 60480 4.793 0.321
+ 60510 4.790 0.319
+ 60540 4.788 0.318
+ 60570 4.785 0.317
+ 60600 4.783 0.316
+ 60630 4.780 0.314
+ 60660 4.778 0.313
+ 60690 4.775 0.312
+ 60720 4.773 0.311
+ 60750 4.770 0.309
+ 60780 4.768 0.308
+ 60810 4.765 0.307
+ 60840 4.763 0.306
+ 60870 4.760 0.305
+ 60900 4.758 0.303
+ 60930 4.755 0.302
+ 60960 4.753 0.301
+ 60990 4.750 0.300
+ 61020 4.748 0.299
+ 61050 4.745 0.298
+ 61080 4.743 0.297
+ 61110 4.740 0.296
+ 61140 4.738 0.295
+ 61170 4.736 0.294
+ 61200 4.733 0.293
+ 61230 4.729 0.293
+ 61260 4.724 0.293
+ 61290 4.720 0.294
+ 61320 4.715 0.294
+ 61350 4.711 0.294
+ 61380 4.707 0.294
+ 61410 4.702 0.295
+ 61440 4.698 0.295
+ 61470 4.694 0.295
+ 61500 4.690 0.295
+ 61530 4.685 0.296
+ 61560 4.681 0.296
+ 61590 4.677 0.296
+ 61620 4.673 0.296
+ 61650 4.669 0.296
+ 61680 4.665 0.297
+ 61710 4.661 0.297
+ 61740 4.657 0.297
+ 61770 4.653 0.297
+ 61800 4.649 0.297
+ 61830 4.645 0.297
+ 61860 4.641 0.298
+ 61890 4.637 0.298
+ 61920 4.633 0.298
+ 61950 4.629 0.298
+ 61980 4.625 0.298
+ 62010 4.621 0.298
+ 62040 4.617 0.298
+ 62070 4.614 0.299
+ 62100 4.610 0.299
+ 62130 4.606 0.299
+ 62160 4.602 0.299
+ 62190 4.599 0.299
+ 62220 4.595 0.299
+ 62250 4.591 0.299
+ 62280 4.588 0.299
+ 62310 4.584 0.299
+ 62340 4.581 0.299
+ 62370 4.577 0.299
+ 62400 4.573 0.299
+ 62430 4.570 0.300
+ 62460 4.566 0.300
+ 62490 4.562 0.301
+ 62520 4.558 0.301
+ 62550 4.554 0.302
+ 62580 4.550 0.302
+ 62610 4.546 0.303
+ 62640 4.543 0.303
+ 62670 4.539 0.304
+ 62700 4.535 0.305
+ 62730 4.531 0.305
+ 62760 4.527 0.306
+ 62790 4.524 0.306
+ 62820 4.520 0.307
+ 62850 4.516 0.307
+ 62880 4.512 0.308
+ 62910 4.509 0.308
+ 62940 4.505 0.309
+ 62970 4.501 0.309
+ 63000 4.498 0.310
+ 63030 4.494 0.310
+ 63060 4.490 0.311
+ 63090 4.487 0.311
+ 63120 4.483 0.312
+ 63150 4.480 0.312
+ 63180 4.476 0.313
+ 63210 4.472 0.313
+ 63240 4.469 0.314
+ 63270 4.465 0.315
+ 63300 4.462 0.315
+ 63330 4.458 0.316
+ 63360 4.455 0.316
+ 63390 4.451 0.317
+ 63420 4.448 0.317
+ 63450 4.444 0.318
+ 63480 4.441 0.318
+ 63510 4.438 0.319
+ 63540 4.434 0.319
+ 63570 4.431 0.320
+ 63600 4.427 0.320
+ 63630 4.426 0.320
+ 63660 4.424 0.319
+ 63690 4.423 0.318
+ 63720 4.422 0.318
+ 63750 4.420 0.317
+ 63780 4.419 0.316
+ 63810 4.417 0.316
+ 63840 4.416 0.315
+ 63870 4.415 0.315
+ 63900 4.413 0.314
+ 63930 4.412 0.313
+ 63960 4.411 0.313
+ 63990 4.410 0.312
+ 64020 4.409 0.311
+ 64050 4.407 0.311
+ 64080 4.406 0.310
+ 64110 4.405 0.309
+ 64140 4.404 0.309
+ 64170 4.403 0.308
+ 64200 4.402 0.307
+ 64230 4.401 0.306
+ 64260 4.400 0.306
+ 64290 4.398 0.305
+ 64320 4.397 0.304
+ 64350 4.396 0.304
+ 64380 4.396 0.303
+ 64410 4.395 0.302
+ 64440 4.394 0.301
+ 64470 4.393 0.301
+ 64500 4.392 0.300
+ 64530 4.391 0.299
+ 64560 4.390 0.298
+ 64590 4.389 0.298
+ 64620 4.388 0.297
+ 64650 4.388 0.296
+ 64680 4.387 0.295
+ 64710 4.386 0.295
+ 64740 4.385 0.294
+ 64770 4.385 0.293
+ 64800 4.384 0.292
+ 64830 4.380 0.293
+ 64860 4.376 0.294
+ 64890 4.372 0.296
+ 64920 4.368 0.297
+ 64950 4.364 0.298
+ 64980 4.360 0.299
+ 65010 4.356 0.300
+ 65040 4.352 0.301
+ 65070 4.348 0.301
+ 65100 4.344 0.302
+ 65130 4.340 0.303
+ 65160 4.336 0.304
+ 65190 4.332 0.305
+ 65220 4.329 0.306
+ 65250 4.325 0.307
+ 65280 4.321 0.308
+ 65310 4.317 0.308
+ 65340 4.314 0.309
+ 65370 4.310 0.310
+ 65400 4.306 0.311
+ 65430 4.303 0.311
+ 65460 4.299 0.312
+ 65490 4.295 0.313
+ 65520 4.292 0.313
+ 65550 4.288 0.314
+ 65580 4.285 0.315
+ 65610 4.281 0.315
+ 65640 4.278 0.316
+ 65670 4.274 0.317
+ 65700 4.271 0.317
+ 65730 4.267 0.318
+ 65760 4.264 0.318
+ 65790 4.261 0.319
+ 65820 4.257 0.319
+ 65850 4.254 0.320
+ 65880 4.251 0.320
+ 65910 4.248 0.321
+ 65940 4.244 0.321
+ 65970 4.241 0.322
+ 66000 4.238 0.322
+ 66030 4.233 0.322
+ 66060 4.229 0.323
+ 66090 4.224 0.323
+ 66120 4.219 0.323
+ 66150 4.215 0.324
+ 66180 4.210 0.324
+ 66210 4.206 0.324
+ 66240 4.201 0.325
+ 66270 4.196 0.325
+ 66300 4.192 0.325
+ 66330 4.187 0.326
+ 66360 4.182 0.326
+ 66390 4.178 0.327
+ 66420 4.173 0.327
+ 66450 4.168 0.327
+ 66480 4.163 0.328
+ 66510 4.159 0.328
+ 66540 4.154 0.328
+ 66570 4.149 0.329
+ 66600 4.145 0.329
+ 66630 4.140 0.329
+ 66660 4.135 0.330
+ 66690 4.130 0.330
+ 66720 4.126 0.330
+ 66750 4.121 0.331
+ 66780 4.116 0.331
+ 66810 4.111 0.331
+ 66840 4.106 0.332
+ 66870 4.102 0.332
+ 66900 4.097 0.332
+ 66930 4.092 0.333
+ 66960 4.087 0.333
+ 66990 4.082 0.333
+ 67020 4.078 0.334
+ 67050 4.073 0.334
+ 67080 4.068 0.334
+ 67110 4.063 0.335
+ 67140 4.058 0.335
+ 67170 4.053 0.335
+ 67200 4.048 0.336
+ 67230 4.042 0.335
+ 67260 4.036 0.335
+ 67290 4.029 0.335
+ 67320 4.023 0.335
+ 67350 4.017 0.335
+ 67380 4.010 0.334
+ 67410 4.004 0.334
+ 67440 3.998 0.334
+ 67470 3.991 0.334
+ 67500 3.985 0.334
+ 67530 3.978 0.333
+ 67560 3.972 0.333
+ 67590 3.966 0.333
+ 67620 3.959 0.333
+ 67650 3.953 0.332
+ 67680 3.946 0.332
+ 67710 3.940 0.332
+ 67740 3.933 0.332
+ 67770 3.927 0.331
+ 67800 3.921 0.331
+ 67830 3.914 0.331
+ 67860 3.908 0.331
+ 67890 3.901 0.330
+ 67920 3.895 0.330
+ 67950 3.888 0.330
+ 67980 3.882 0.329
+ 68010 3.876 0.329
+ 68040 3.869 0.329
+ 68070 3.863 0.329
+ 68100 3.856 0.328
+ 68130 3.850 0.328
+ 68160 3.843 0.328
+ 68190 3.837 0.327
+ 68220 3.830 0.327
+ 68250 3.824 0.327
+ 68280 3.817 0.326
+ 68310 3.811 0.326
+ 68340 3.804 0.326
+ 68370 3.798 0.325
+ 68400 3.791 0.325
+ 68430 3.784 0.325
+ 68460 3.776 0.325
+ 68490 3.768 0.325
+ 68520 3.760 0.325
+ 68550 3.753 0.324
+ 68580 3.745 0.324
+ 68610 3.737 0.324
+ 68640 3.729 0.324
+ 68670 3.722 0.324
+ 68700 3.714 0.324
+ 68730 3.706 0.324
+ 68760 3.698 0.324
+ 68790 3.690 0.323
+ 68820 3.682 0.323
+ 68850 3.675 0.323
+ 68880 3.667 0.323
+ 68910 3.659 0.323
+ 68940 3.651 0.323
+ 68970 3.643 0.323
+ 69000 3.635 0.322
+ 69030 3.627 0.322
+ 69060 3.619 0.322
+ 69090 3.611 0.322
+ 69120 3.603 0.322
+ 69150 3.595 0.322
+ 69180 3.587 0.322
+ 69210 3.579 0.321
+ 69240 3.571 0.321
+ 69270 3.563 0.321
+ 69300 3.555 0.321
+ 69330 3.547 0.321
+ 69360 3.539 0.321
+ 69390 3.531 0.321
+ 69420 3.523 0.321
+ 69450 3.515 0.320
+ 69480 3.507 0.320
+ 69510 3.499 0.320
+ 69540 3.491 0.320
+ 69570 3.483 0.320
+ 69600 3.475 0.320
+ 69630 3.467 0.320
+ 69660 3.458 0.320
+ 69690 3.450 0.320
+ 69720 3.442 0.320
+ 69750 3.433 0.320
+ 69780 3.425 0.320
+ 69810 3.416 0.320
+ 69840 3.408 0.320
+ 69870 3.399 0.320
+ 69900 3.391 0.320
+ 69930 3.382 0.320
+ 69960 3.374 0.320
+ 69990 3.365 0.320
+ 70020 3.357 0.320
+ 70050 3.348 0.320
+ 70080 3.339 0.320
+ 70110 3.331 0.320
+ 70140 3.322 0.321
+ 70170 3.313 0.321
+ 70200 3.304 0.321
+ 70230 3.295 0.321
+ 70260 3.287 0.321
+ 70290 3.278 0.321
+ 70320 3.269 0.321
+ 70350 3.260 0.321
+ 70380 3.251 0.322
+ 70410 3.242 0.322
+ 70440 3.233 0.322
+ 70470 3.224 0.322
+ 70500 3.215 0.322
+ 70530 3.206 0.323
+ 70560 3.197 0.323
+ 70590 3.188 0.323
+ 70620 3.178 0.323
+ 70650 3.169 0.323
+ 70680 3.160 0.324
+ 70710 3.151 0.324
+ 70740 3.142 0.324
+ 70770 3.132 0.324
+ 70800 3.123 0.325
+ 70830 3.116 0.324
+ 70860 3.109 0.324
+ 70890 3.102 0.323
+ 70920 3.095 0.323
+ 70950 3.088 0.322
+ 70980 3.080 0.322
+ 71010 3.073 0.322
+ 71040 3.066 0.321
+ 71070 3.059 0.321
+ 71100 3.052 0.320
+ 71130 3.044 0.320
+ 71160 3.037 0.319
+ 71190 3.030 0.319
+ 71220 3.022 0.318
+ 71250 3.015 0.318
+ 71280 3.008 0.318
+ 71310 3.000 0.317
+ 71340 2.993 0.317
+ 71370 2.986 0.316
+ 71400 2.978 0.316
+ 71430 2.971 0.316
+ 71460 2.963 0.315
+ 71490 2.956 0.315
+ 71520 2.948 0.314
+ 71550 2.941 0.314
+ 71580 2.933 0.314
+ 71610 2.926 0.313
+ 71640 2.918 0.313
+ 71670 2.910 0.312
+ 71700 2.903 0.312
+ 71730 2.895 0.312
+ 71760 2.887 0.311
+ 71790 2.880 0.311
+ 71820 2.872 0.311
+ 71850 2.864 0.310
+ 71880 2.857 0.310
+ 71910 2.849 0.310
+ 71940 2.841 0.309
+ 71970 2.833 0.309
+ 72000 2.825 0.309
+ 72030 2.817 0.310
+ 72060 2.809 0.311
+ 72090 2.801 0.312
+ 72120 2.793 0.313
+ 72150 2.785 0.314
+ 72180 2.777 0.315
+ 72210 2.769 0.316
+ 72240 2.761 0.317
+ 72270 2.753 0.318
+ 72300 2.745 0.320
+ 72330 2.737 0.321
+ 72360 2.729 0.322
+ 72390 2.721 0.323
+ 72420 2.714 0.324
+ 72450 2.706 0.325
+ 72480 2.698 0.326
+ 72510 2.690 0.327
+ 72540 2.682 0.328
+ 72570 2.675 0.328
+ 72600 2.667 0.329
+ 72630 2.659 0.330
+ 72660 2.652 0.331
+ 72690 2.644 0.332
+ 72720 2.636 0.333
+ 72750 2.629 0.334
+ 72780 2.621 0.335
+ 72810 2.613 0.336
+ 72840 2.606 0.337
+ 72870 2.598 0.337
+ 72900 2.591 0.338
+ 72930 2.583 0.339
+ 72960 2.576 0.340
+ 72990 2.568 0.341
+ 73020 2.561 0.342
+ 73050 2.554 0.342
+ 73080 2.546 0.343
+ 73110 2.539 0.344
+ 73140 2.531 0.345
+ 73170 2.524 0.346
+ 73200 2.517 0.346
+ 73230 2.512 0.346
+ 73260 2.507 0.346
+ 73290 2.502 0.346
+ 73320 2.496 0.346
+ 73350 2.491 0.346
+ 73380 2.486 0.346
+ 73410 2.481 0.346
+ 73440 2.476 0.346
+ 73470 2.471 0.345
+ 73500 2.466 0.345
+ 73530 2.460 0.345
+ 73560 2.455 0.345
+ 73590 2.450 0.345
+ 73620 2.445 0.345
+ 73650 2.440 0.345
+ 73680 2.434 0.344
+ 73710 2.429 0.344
+ 73740 2.424 0.344
+ 73770 2.419 0.344
+ 73800 2.413 0.344
+ 73830 2.408 0.343
+ 73860 2.403 0.343
+ 73890 2.397 0.343
+ 73920 2.392 0.343
+ 73950 2.387 0.342
+ 73980 2.381 0.342
+ 74010 2.376 0.342
+ 74040 2.371 0.342
+ 74070 2.365 0.341
+ 74100 2.360 0.341
+ 74130 2.355 0.341
+ 74160 2.349 0.340
+ 74190 2.344 0.340
+ 74220 2.338 0.340
+ 74250 2.333 0.339
+ 74280 2.328 0.339
+ 74310 2.322 0.339
+ 74340 2.317 0.338
+ 74370 2.311 0.338
+ 74400 2.306 0.338
+ 74430 2.302 0.337
+ 74460 2.299 0.336
+ 74490 2.295 0.336
+ 74520 2.292 0.335
+ 74550 2.288 0.334
+ 74580 2.284 0.334
+ 74610 2.281 0.333
+ 74640 2.277 0.332
+ 74670 2.273 0.332
+ 74700 2.270 0.331
+ 74730 2.266 0.330
+ 74760 2.262 0.330
+ 74790 2.258 0.329
+ 74820 2.254 0.328
+ 74850 2.251 0.328
+ 74880 2.247 0.327
+ 74910 2.243 0.326
+ 74940 2.239 0.326
+ 74970 2.235 0.325
+ 75000 2.231 0.324
+ 75030 2.227 0.324
+ 75060 2.222 0.323
+ 75090 2.218 0.322
+ 75120 2.214 0.322
+ 75150 2.210 0.321
+ 75180 2.206 0.321
+ 75210 2.201 0.320
+ 75240 2.197 0.319
+ 75270 2.193 0.319
+ 75300 2.188 0.318
+ 75330 2.184 0.318
+ 75360 2.180 0.317
+ 75390 2.175 0.316
+ 75420 2.171 0.316
+ 75450 2.166 0.315
+ 75480 2.162 0.315
+ 75510 2.157 0.314
+ 75540 2.153 0.313
+ 75570 2.148 0.313
+ 75600 2.143 0.312
+ 75630 2.140 0.312
+ 75660 2.138 0.311
+ 75690 2.135 0.310
+ 75720 2.132 0.309
+ 75750 2.129 0.309
+ 75780 2.126 0.308
+ 75810 2.123 0.307
+ 75840 2.120 0.306
+ 75870 2.117 0.306
+ 75900 2.114 0.305
+ 75930 2.111 0.304
+ 75960 2.108 0.303
+ 75990 2.105 0.302
+ 76020 2.102 0.302
+ 76050 2.098 0.301
+ 76080 2.095 0.300
+ 76110 2.092 0.299
+ 76140 2.089 0.298
+ 76170 2.086 0.297
+ 76200 2.082 0.296
+ 76230 2.079 0.296
+ 76260 2.076 0.295
+ 76290 2.073 0.294
+ 76320 2.069 0.293
+ 76350 2.066 0.292
+ 76380 2.063 0.291
+ 76410 2.059 0.290
+ 76440 2.056 0.289
+ 76470 2.052 0.288
+ 76500 2.049 0.287
+ 76530 2.045 0.286
+ 76560 2.042 0.285
+ 76590 2.038 0.284
+ 76620 2.035 0.283
+ 76650 2.031 0.282
+ 76680 2.028 0.281
+ 76710 2.024 0.280
+ 76740 2.021 0.279
+ 76770 2.017 0.278
+ 76800 2.013 0.277
+ 76830 2.012 0.277
+ 76860 2.010 0.276
+ 76890 2.009 0.276
+ 76920 2.007 0.275
+ 76950 2.006 0.275
+ 76980 2.004 0.275
+ 77010 2.003 0.274
+ 77040 2.001 0.274
+ 77070 1.999 0.273
+ 77100 1.998 0.273
+ 77130 1.996 0.272
+ 77160 1.995 0.272
+ 77190 1.993 0.272
+ 77220 1.991 0.271
+ 77250 1.990 0.271
+ 77280 1.988 0.270
+ 77310 1.986 0.270
+ 77340 1.984 0.269
+ 77370 1.983 0.269
+ 77400 1.981 0.268
+ 77430 1.979 0.268
+ 77460 1.977 0.267
+ 77490 1.976 0.267
+ 77520 1.974 0.266
+ 77550 1.972 0.266
+ 77580 1.970 0.265
+ 77610 1.968 0.265
+ 77640 1.966 0.264
+ 77670 1.965 0.264
+ 77700 1.963 0.263
+ 77730 1.961 0.262
+ 77760 1.959 0.262
+ 77790 1.957 0.261
+ 77820 1.955 0.261
+ 77850 1.953 0.260
+ 77880 1.951 0.260
+ 77910 1.949 0.259
+ 77940 1.947 0.258
+ 77970 1.945 0.258
+ 78000 1.943 0.257
+ 78030 1.941 0.257
+ 78060 1.940 0.257
+ 78090 1.938 0.256
+ 78120 1.937 0.256
+ 78150 1.935 0.256
+ 78180 1.933 0.255
+ 78210 1.932 0.255
+ 78240 1.930 0.255
+ 78270 1.928 0.255
+ 78300 1.927 0.254
+ 78330 1.925 0.254
+ 78360 1.923 0.254
+ 78390 1.921 0.253
+ 78420 1.920 0.253
+ 78450 1.918 0.253
+ 78480 1.916 0.252
+ 78510 1.914 0.252
+ 78540 1.912 0.252
+ 78570 1.910 0.251
+ 78600 1.909 0.251
+ 78630 1.907 0.251
+ 78660 1.905 0.250
+ 78690 1.903 0.250
+ 78720 1.901 0.250
+ 78750 1.899 0.249
+ 78780 1.897 0.249
+ 78810 1.895 0.249
+ 78840 1.893 0.248
+ 78870 1.891 0.248
+ 78900 1.889 0.247
+ 78930 1.887 0.247
+ 78960 1.885 0.247
+ 78990 1.882 0.246
+ 79020 1.880 0.246
+ 79050 1.878 0.246
+ 79080 1.876 0.245
+ 79110 1.874 0.245
+ 79140 1.872 0.244
+ 79170 1.870 0.244
+ 79200 1.867 0.244
+ 79230 1.866 0.244
+ 79260 1.865 0.244
+ 79290 1.864 0.244
+ 79320 1.863 0.244
+ 79350 1.863 0.245
+ 79380 1.862 0.245
+ 79410 1.861 0.245
+ 79440 1.860 0.245
+ 79470 1.859 0.246
+ 79500 1.858 0.246
+ 79530 1.858 0.246
+ 79560 1.857 0.246
+ 79590 1.856 0.247
+ 79620 1.855 0.247
+ 79650 1.855 0.247
+ 79680 1.854 0.248
+ 79710 1.853 0.248
+ 79740 1.853 0.248
+ 79770 1.852 0.249
+ 79800 1.852 0.249
+ 79830 1.851 0.249
+ 79860 1.851 0.250
+ 79890 1.850 0.250
+ 79920 1.850 0.250
+ 79950 1.849 0.251
+ 79980 1.849 0.251
+ 80010 1.849 0.252
+ 80040 1.848 0.252
+ 80070 1.848 0.252
+ 80100 1.847 0.253
+ 80130 1.847 0.253
+ 80160 1.847 0.254
+ 80190 1.847 0.254
+ 80220 1.846 0.255
+ 80250 1.846 0.255
+ 80280 1.846 0.256
+ 80310 1.846 0.256
+ 80340 1.846 0.256
+ 80370 1.846 0.257
+ 80400 1.846 0.258
+ 80430 1.845 0.258
+ 80460 1.845 0.258
+ 80490 1.845 0.258
+ 80520 1.844 0.259
+ 80550 1.844 0.259
+ 80580 1.844 0.259
+ 80610 1.843 0.260
+ 80640 1.843 0.260
+ 80670 1.843 0.260
+ 80700 1.843 0.261
+ 80730 1.843 0.261
+ 80760 1.843 0.261
+ 80790 1.843 0.261
+ 80820 1.843 0.262
+ 80850 1.843 0.262
+ 80880 1.843 0.262
+ 80910 1.843 0.263
+ 80940 1.843 0.263
+ 80970 1.843 0.263
+ 81000 1.843 0.263
+ 81030 1.843 0.264
+ 81060 1.843 0.264
+ 81090 1.843 0.264
+ 81120 1.844 0.265
+ 81150 1.844 0.265
+ 81180 1.844 0.265
+ 81210 1.845 0.265
+ 81240 1.845 0.266
+ 81270 1.845 0.266
+ 81300 1.846 0.266
+ 81330 1.846 0.266
+ 81360 1.846 0.267
+ 81390 1.847 0.267
+ 81420 1.847 0.267
+ 81450 1.848 0.267
+ 81480 1.849 0.268
+ 81510 1.849 0.268
+ 81540 1.850 0.268
+ 81570 1.850 0.269
+ 81600 1.851 0.269
+ 81630 1.852 0.269
+ 81660 1.853 0.269
+ 81690 1.854 0.270
+ 81720 1.855 0.270
+ 81750 1.857 0.270
+ 81780 1.858 0.270
+ 81810 1.859 0.270
+ 81840 1.860 0.271
+ 81870 1.861 0.271
+ 81900 1.862 0.271
+ 81930 1.863 0.271
+ 81960 1.865 0.272
+ 81990 1.866 0.272
+ 82020 1.867 0.272
+ 82050 1.868 0.272
+ 82080 1.869 0.273
+ 82110 1.870 0.273
+ 82140 1.872 0.273
+ 82170 1.873 0.273
+ 82200 1.874 0.274
+ 82230 1.875 0.274
+ 82260 1.876 0.274
+ 82290 1.878 0.274
+ 82320 1.879 0.274
+ 82350 1.880 0.275
+ 82380 1.881 0.275
+ 82410 1.883 0.275
+ 82440 1.884 0.275
+ 82470 1.885 0.275
+ 82500 1.887 0.276
+ 82530 1.888 0.276
+ 82560 1.889 0.276
+ 82590 1.890 0.276
+ 82620 1.892 0.277
+ 82650 1.893 0.277
+ 82680 1.894 0.277
+ 82710 1.896 0.277
+ 82740 1.897 0.277
+ 82770 1.898 0.278
+ 82800 1.900 0.278
+ 82830 1.900 0.278
+ 82860 1.901 0.278
+ 82890 1.902 0.278
+ 82920 1.903 0.278
+ 82950 1.903 0.278
+ 82980 1.904 0.278
+ 83010 1.905 0.278
+ 83040 1.905 0.278
+ 83070 1.906 0.278
+ 83100 1.907 0.278
+ 83130 1.907 0.278
+ 83160 1.908 0.278
+ 83190 1.909 0.278
+ 83220 1.909 0.278
+ 83250 1.910 0.278
+ 83280 1.910 0.278
+ 83310 1.911 0.278
+ 83340 1.912 0.278
+ 83370 1.912 0.278
+ 83400 1.913 0.278
+ 83430 1.913 0.278
+ 83460 1.914 0.278
+ 83490 1.914 0.278
+ 83520 1.915 0.278
+ 83550 1.915 0.278
+ 83580 1.916 0.278
+ 83610 1.916 0.278
+ 83640 1.917 0.278
+ 83670 1.917 0.277
+ 83700 1.918 0.277
+ 83730 1.918 0.277
+ 83760 1.918 0.277
+ 83790 1.919 0.277
+ 83820 1.919 0.277
+ 83850 1.920 0.277
+ 83880 1.920 0.277
+ 83910 1.920 0.276
+ 83940 1.921 0.276
+ 83970 1.921 0.276
+ 84000 1.921 0.276
+ 84030 1.921 0.276
+ 84060 1.921 0.277
+ 84090 1.921 0.277
+ 84120 1.920 0.278
+ 84150 1.920 0.278
+ 84180 1.920 0.278
+ 84210 1.919 0.279
+ 84240 1.919 0.279
+ 84270 1.918 0.280
+ 84300 1.918 0.280
+ 84330 1.918 0.281
+ 84360 1.917 0.281
+ 84390 1.916 0.281
+ 84420 1.916 0.282
+ 84450 1.915 0.282
+ 84480 1.915 0.283
+ 84510 1.914 0.283
+ 84540 1.913 0.284
+ 84570 1.913 0.284
+ 84600 1.912 0.284
+ 84630 1.911 0.285
+ 84660 1.910 0.285
+ 84690 1.910 0.286
+ 84720 1.909 0.286
+ 84750 1.908 0.286
+ 84780 1.907 0.287
+ 84810 1.906 0.287
+ 84840 1.905 0.288
+ 84870 1.904 0.288
+ 84900 1.903 0.289
+ 84930 1.902 0.289
+ 84960 1.901 0.289
+ 84990 1.900 0.290
+ 85020 1.899 0.290
+ 85050 1.898 0.291
+ 85080 1.897 0.291
+ 85110 1.895 0.291
+ 85140 1.894 0.292
+ 85170 1.893 0.292
+ 85200 1.892 0.293
+ 85230 1.891 0.292
+ 85260 1.890 0.292
+ 85290 1.889 0.292
+ 85320 1.887 0.292
+ 85350 1.886 0.291
+ 85380 1.885 0.291
+ 85410 1.884 0.291
+ 85440 1.883 0.291
+ 85470 1.882 0.290
+ 85500 1.880 0.290
+ 85530 1.879 0.290
+ 85560 1.878 0.289
+ 85590 1.877 0.289
+ 85620 1.875 0.289
+ 85650 1.874 0.288
+ 85680 1.873 0.288
+ 85710 1.871 0.288
+ 85740 1.870 0.287
+ 85770 1.869 0.287
+ 85800 1.867 0.286
+ 85830 1.866 0.286
+ 85860 1.864 0.286
+ 85890 1.863 0.285
+ 85920 1.861 0.285
+ 85950 1.860 0.284
+ 85980 1.858 0.284
+ 86010 1.857 0.283
+ 86040 1.855 0.283
+ 86070 1.854 0.282
+ 86100 1.852 0.282
+ 86130 1.850 0.281
+ 86160 1.849 0.281
+ 86190 1.847 0.280
+ 86220 1.845 0.280
+ 86250 1.844 0.279
+ 86280 1.842 0.278
+ 86310 1.840 0.278
+ 86340 1.838 0.277
+ 86370 1.837 0.277
+ 86400 1.835 0.276
+ 86430 1.832 0.276
+ 86460 1.830 0.276
+ 86490 1.828 0.276
+ 86520 1.825 0.276
+ 86550 1.823 0.276
+ 86580 1.821 0.276
+ 86610 1.818 0.277
+ 86640 1.816 0.277
+ 86670 1.814 0.277
+ 86700 1.811 0.277
+ 86730 1.809 0.277
+ 86760 1.807 0.277
+ 86790 1.804 0.277
+ 86820 1.802 0.277
+ 86850 1.800 0.277
+ 86880 1.797 0.277
+ 86910 1.795 0.277
+ 86940 1.793 0.277
+ 86970 1.790 0.277
+ 87000 1.788 0.277
+ 87030 1.786 0.277
+ 87060 1.784 0.277
+ 87090 1.781 0.278
+ 87120 1.779 0.278
+ 87150 1.777 0.278
+ 87180 1.774 0.278
+ 87210 1.772 0.278
+ 87240 1.770 0.278
+ 87270 1.768 0.278
+ 87300 1.765 0.278
+ 87330 1.763 0.278
+ 87360 1.761 0.278
+ 87390 1.759 0.278
+ 87420 1.756 0.278
+ 87450 1.754 0.278
+ 87480 1.752 0.278
+ 87510 1.750 0.278
+ 87540 1.747 0.278
+ 87570 1.745 0.278
+ 87600 1.743 0.278
+ 87630 1.741 0.279
+ 87660 1.739 0.279
+ 87690 1.737 0.279
+ 87720 1.736 0.279
+ 87750 1.734 0.280
+ 87780 1.732 0.280
+ 87810 1.730 0.280
+ 87840 1.728 0.280
+ 87870 1.726 0.281
+ 87900 1.725 0.281
+ 87930 1.723 0.281
+ 87960 1.721 0.281
+ 87990 1.719 0.281
+ 88020 1.718 0.281
+ 88050 1.716 0.282
+ 88080 1.714 0.282
+ 88110 1.712 0.282
+ 88140 1.710 0.282
+ 88170 1.709 0.282
+ 88200 1.707 0.282
+ 88230 1.705 0.282
+ 88260 1.703 0.283
+ 88290 1.702 0.283
+ 88320 1.700 0.283
+ 88350 1.698 0.283
+ 88380 1.696 0.283
+ 88410 1.695 0.283
+ 88440 1.693 0.283
+ 88470 1.691 0.283
+ 88500 1.690 0.283
+ 88530 1.688 0.283
+ 88560 1.686 0.283
+ 88590 1.684 0.283
+ 88620 1.683 0.283
+ 88650 1.681 0.283
+ 88680 1.679 0.283
+ 88710 1.678 0.283
+ 88740 1.676 0.283
+ 88770 1.674 0.283
+ 88800 1.672 0.283
+ 88830 1.671 0.283
+ 88860 1.669 0.283
+ 88890 1.667 0.282
+ 88920 1.665 0.282
+ 88950 1.663 0.282
+ 88980 1.661 0.281
+ 89010 1.660 0.281
+ 89040 1.658 0.281
+ 89070 1.656 0.280
+ 89100 1.654 0.280
+ 89130 1.652 0.280
+ 89160 1.651 0.279
+ 89190 1.649 0.279
+ 89220 1.647 0.279
+ 89250 1.645 0.278
+ 89280 1.643 0.278
+ 89310 1.641 0.278
+ 89340 1.640 0.277
+ 89370 1.638 0.277
+ 89400 1.636 0.277
+ 89430 1.634 0.276
+ 89460 1.632 0.276
+ 89490 1.630 0.276
+ 89520 1.629 0.275
+ 89550 1.627 0.275
+ 89580 1.625 0.275
+ 89610 1.623 0.274
+ 89640 1.621 0.274
+ 89670 1.619 0.273
+ 89700 1.618 0.273
+ 89730 1.616 0.273
+ 89760 1.614 0.272
+ 89790 1.612 0.272
+ 89820 1.610 0.271
+ 89850 1.609 0.271
+ 89880 1.607 0.271
+ 89910 1.605 0.270
+ 89940 1.603 0.270
+ 89970 1.601 0.269
+ 90000 1.599 0.269
+ 90030 1.598 0.269
+ 90060 1.596 0.269
+ 90090 1.594 0.269
+ 90120 1.592 0.269
+ 90150 1.590 0.269
+ 90180 1.588 0.269
+ 90210 1.586 0.269
+ 90240 1.585 0.269
+ 90270 1.583 0.269
+ 90300 1.581 0.269
+ 90330 1.579 0.269
+ 90360 1.577 0.269
+ 90390 1.575 0.268
+ 90420 1.573 0.268
+ 90450 1.571 0.268
+ 90480 1.569 0.268
+ 90510 1.567 0.268
+ 90540 1.565 0.268
+ 90570 1.563 0.268
+ 90600 1.561 0.268
+ 90630 1.560 0.268
+ 90660 1.558 0.268
+ 90690 1.556 0.268
+ 90720 1.554 0.268
+ 90750 1.552 0.268
+ 90780 1.550 0.267
+ 90810 1.548 0.267
+ 90840 1.546 0.267
+ 90870 1.544 0.267
+ 90900 1.542 0.267
+ 90930 1.539 0.267
+ 90960 1.537 0.267
+ 90990 1.535 0.267
+ 91020 1.533 0.266
+ 91050 1.531 0.266
+ 91080 1.529 0.266
+ 91110 1.527 0.266
+ 91140 1.525 0.266
+ 91170 1.523 0.266
+ 91200 1.521 0.266
+ 91230 1.520 0.266
+ 91260 1.519 0.266
+ 91290 1.517 0.267
+ 91320 1.516 0.267
+ 91350 1.515 0.268
+ 91380 1.514 0.268
+ 91410 1.513 0.269
+ 91440 1.512 0.269
+ 91470 1.511 0.270
+ 91500 1.509 0.270
+ 91530 1.508 0.270
+ 91560 1.507 0.271
+ 91590 1.506 0.271
+ 91620 1.505 0.272
+ 91650 1.504 0.272
+ 91680 1.502 0.273
+ 91710 1.501 0.273
+ 91740 1.500 0.274
+ 91770 1.499 0.274
+ 91800 1.498 0.275
+ 91830 1.497 0.275
+ 91860 1.496 0.276
+ 91890 1.494 0.276
+ 91920 1.493 0.277
+ 91950 1.492 0.277
+ 91980 1.491 0.277
+ 92010 1.490 0.278
+ 92040 1.489 0.278
+ 92070 1.488 0.279
+ 92100 1.486 0.279
+ 92130 1.485 0.280
+ 92160 1.484 0.281
+ 92190 1.483 0.281
+ 92220 1.482 0.282
+ 92250 1.481 0.282
+ 92280 1.479 0.283
+ 92310 1.478 0.283
+ 92340 1.477 0.284
+ 92370 1.476 0.284
+ 92400 1.475 0.285
+ 92430 1.474 0.285
+ 92460 1.474 0.285
+ 92490 1.474 0.285
+ 92520 1.473 0.285
+ 92550 1.473 0.285
+ 92580 1.473 0.286
+ 92610 1.472 0.286
+ 92640 1.472 0.286
+ 92670 1.471 0.286
+ 92700 1.471 0.286
+ 92730 1.471 0.286
+ 92760 1.470 0.287
+ 92790 1.470 0.287
+ 92820 1.470 0.287
+ 92850 1.469 0.287
+ 92880 1.469 0.287
+ 92910 1.468 0.287
+ 92940 1.468 0.288
+ 92970 1.468 0.288
+ 93000 1.467 0.288
+ 93030 1.467 0.288
+ 93060 1.467 0.288
+ 93090 1.466 0.289
+ 93120 1.466 0.289
+ 93150 1.466 0.289
+ 93180 1.465 0.289
+ 93210 1.465 0.289
+ 93240 1.465 0.290
+ 93270 1.465 0.290
+ 93300 1.464 0.290
+ 93330 1.464 0.290
+ 93360 1.464 0.290
+ 93390 1.463 0.291
+ 93420 1.463 0.291
+ 93450 1.463 0.291
+ 93480 1.462 0.291
+ 93510 1.462 0.292
+ 93540 1.462 0.292
+ 93570 1.462 0.292
+ 93600 1.461 0.292
+ 93630 1.461 0.292
+ 93660 1.461 0.293
+ 93690 1.461 0.293
+ 93720 1.460 0.293
+ 93750 1.460 0.293
+ 93780 1.460 0.294
+ 93810 1.460 0.294
+ 93840 1.459 0.294
+ 93870 1.459 0.294
+ 93900 1.459 0.294
+ 93930 1.459 0.295
+ 93960 1.458 0.295
+ 93990 1.458 0.295
+ 94020 1.458 0.295
+ 94050 1.458 0.296
+ 94080 1.457 0.296
+ 94110 1.457 0.296
+ 94140 1.457 0.296
+ 94170 1.457 0.296
+ 94200 1.457 0.297
+ 94230 1.456 0.297
+ 94260 1.456 0.297
+ 94290 1.456 0.297
+ 94320 1.456 0.298
+ 94350 1.456 0.298
+ 94380 1.455 0.298
+ 94410 1.455 0.298
+ 94440 1.455 0.298
+ 94470 1.455 0.299
+ 94500 1.455 0.299
+ 94530 1.455 0.299
+ 94560 1.454 0.299
+ 94590 1.454 0.299
+ 94620 1.454 0.300
+ 94650 1.454 0.300
+ 94680 1.454 0.300
+ 94710 1.454 0.300
+ 94740 1.454 0.301
+ 94770 1.453 0.301
+ 94800 1.453 0.301
+ 94830 1.453 0.301
+ 94860 1.453 0.301
+ 94890 1.454 0.301
+ 94920 1.454 0.301
+ 94950 1.454 0.300
+ 94980 1.454 0.300
+ 95010 1.454 0.300
+ 95040 1.454 0.300
+ 95070 1.454 0.300
+ 95100 1.454 0.300
+ 95130 1.455 0.300
+ 95160 1.455 0.300
+ 95190 1.455 0.300
+ 95220 1.455 0.300
+ 95250 1.455 0.300
+ 95280 1.455 0.300
+ 95310 1.455 0.300
+ 95340 1.455 0.299
+ 95370 1.455 0.299
+ 95400 1.455 0.299
+ 95430 1.455 0.299
+ 95460 1.455 0.299
+ 95490 1.455 0.299
+ 95520 1.456 0.299
+ 95550 1.456 0.299
+ 95580 1.456 0.299
+ 95610 1.456 0.299
+ 95640 1.456 0.299
+ 95670 1.456 0.299
+ 95700 1.456 0.299
+ 95730 1.456 0.299
+ 95760 1.456 0.299
+ 95790 1.456 0.299
+ 95820 1.456 0.299
+ 95850 1.456 0.299
+ 95880 1.456 0.299
+ 95910 1.456 0.299
+ 95940 1.456 0.299
+ 95970 1.456 0.299
+ 96000 1.456 0.299
+ 96030 1.456 0.300
+ 96060 1.456 0.300
+ 96090 1.456 0.300
+ 96120 1.455 0.300
+ 96150 1.455 0.301
+ 96180 1.455 0.301
+ 96210 1.455 0.301
+ 96240 1.455 0.301
+ 96270 1.455 0.302
+ 96300 1.455 0.302
+ 96330 1.455 0.302
+ 96360 1.455 0.303
+ 96390 1.454 0.303
+ 96420 1.454 0.303
+ 96450 1.454 0.303
+ 96480 1.454 0.304
+ 96510 1.454 0.304
+ 96540 1.454 0.304
+ 96570 1.454 0.305
+ 96600 1.454 0.305
+ 96630 1.454 0.305
+ 96660 1.454 0.305
+ 96690 1.454 0.306
+ 96720 1.454 0.306
+ 96750 1.454 0.306
+ 96780 1.454 0.306
+ 96810 1.454 0.307
+ 96840 1.453 0.307
+ 96870 1.453 0.307
+ 96900 1.453 0.308
+ 96930 1.453 0.308
+ 96960 1.453 0.308
+ 96990 1.453 0.308
+ 97020 1.453 0.309
+ 97050 1.453 0.309
+ 97080 1.453 0.309
+ 97110 1.453 0.309
+ 97140 1.453 0.310
+ 97170 1.453 0.310
+ 97200 1.453 0.310
+ 97230 1.453 0.310
+ 97260 1.453 0.310
+ 97290 1.453 0.310
+ 97320 1.452 0.311
+ 97350 1.452 0.311
+ 97380 1.452 0.311
+ 97410 1.452 0.311
+ 97440 1.452 0.311
+ 97470 1.451 0.311
+ 97500 1.451 0.311
+ 97530 1.451 0.311
+ 97560 1.451 0.312
+ 97590 1.451 0.312
+ 97620 1.450 0.312
+ 97650 1.450 0.312
+ 97680 1.450 0.312
+ 97710 1.450 0.312
+ 97740 1.450 0.312
+ 97770 1.449 0.312
+ 97800 1.449 0.313
+ 97830 1.449 0.313
+ 97860 1.449 0.313
+ 97890 1.449 0.313
+ 97920 1.448 0.313
+ 97950 1.448 0.313
+ 97980 1.448 0.314
+ 98010 1.448 0.314
+ 98040 1.448 0.314
+ 98070 1.447 0.314
+ 98100 1.447 0.314
+ 98130 1.447 0.314
+ 98160 1.447 0.315
+ 98190 1.447 0.315
+ 98220 1.446 0.315
+ 98250 1.446 0.315
+ 98280 1.446 0.315
+ 98310 1.446 0.316
+ 98340 1.446 0.316
+ 98370 1.445 0.316
+ 98400 1.445 0.316
+ 98430 1.445 0.316
+ 98460 1.445 0.316
+ 98490 1.445 0.316
+ 98520 1.444 0.316
+ 98550 1.444 0.316
+ 98580 1.444 0.316
+ 98610 1.444 0.316
+ 98640 1.444 0.316
+ 98670 1.444 0.316
+ 98700 1.444 0.316
+ 98730 1.443 0.316
+ 98760 1.443 0.316
+ 98790 1.443 0.316
+ 98820 1.443 0.316
+ 98850 1.443 0.316
+ 98880 1.443 0.316
+ 98910 1.443 0.316
+ 98940 1.443 0.316
+ 98970 1.443 0.316
+ 99000 1.443 0.316
+ 99030 1.443 0.316
+ 99060 1.443 0.316
+ 99090 1.443 0.316
+ 99120 1.443 0.316
+ 99150 1.443 0.316
+ 99180 1.443 0.316
+ 99210 1.443 0.316
+ 99240 1.443 0.316
+ 99270 1.443 0.316
+ 99300 1.444 0.316
+ 99330 1.444 0.316
+ 99360 1.444 0.316
+ 99390 1.444 0.315
+ 99420 1.444 0.315
+ 99450 1.444 0.315
+ 99480 1.444 0.315
+ 99510 1.445 0.315
+ 99540 1.445 0.315
+ 99570 1.445 0.315
+ 99600 1.445 0.315
+ 99630 1.444 0.315
+ 99660 1.443 0.315
+ 99690 1.443 0.314
+ 99720 1.442 0.314
+ 99750 1.441 0.314
+ 99780 1.440 0.314
+ 99810 1.439 0.314
+ 99840 1.439 0.314
+ 99870 1.438 0.313
+ 99900 1.437 0.313
+ 99930 1.436 0.313
+ 99960 1.435 0.313
+ 99990 1.435 0.313
+100020 1.434 0.313
+100050 1.433 0.313
+100080 1.432 0.312
+100110 1.431 0.312
+100140 1.431 0.312
+100170 1.430 0.312
+100200 1.429 0.312
+100230 1.428 0.312
+100260 1.427 0.311
+100290 1.426 0.311
+100320 1.426 0.311
+100350 1.425 0.311
+100380 1.424 0.311
+100410 1.423 0.311
+100440 1.422 0.310
+100470 1.422 0.310
+100500 1.421 0.310
+100530 1.420 0.310
+100560 1.419 0.310
+100590 1.418 0.310
+100620 1.418 0.309
+100650 1.417 0.309
+100680 1.416 0.309
+100710 1.415 0.309
+100740 1.414 0.309
+100770 1.413 0.309
+100800 1.413 0.309
+100830 1.411 0.308
+100860 1.410 0.307
+100890 1.408 0.307
+100920 1.406 0.306
+100950 1.405 0.306
+100980 1.403 0.306
+101010 1.402 0.305
+101040 1.401 0.305
+101070 1.399 0.304
+101100 1.398 0.304
+101130 1.396 0.303
+101160 1.395 0.303
+101190 1.393 0.302
+101220 1.392 0.302
+101250 1.390 0.301
+101280 1.389 0.301
+101310 1.388 0.300
+101340 1.386 0.300
+101370 1.385 0.299
+101400 1.384 0.299
+101430 1.382 0.299
+101460 1.381 0.298
+101490 1.380 0.298
+101520 1.378 0.297
+101550 1.377 0.297
+101580 1.376 0.297
+101610 1.374 0.296
+101640 1.373 0.296
+101670 1.372 0.295
+101700 1.371 0.295
+101730 1.369 0.295
+101760 1.368 0.294
+101790 1.367 0.294
+101820 1.366 0.293
+101850 1.364 0.293
+101880 1.363 0.293
+101910 1.362 0.292
+101940 1.361 0.292
+101970 1.360 0.291
+102000 1.359 0.291
+102030 1.358 0.291
+102060 1.357 0.290
+102090 1.356 0.290
+102120 1.356 0.289
+102150 1.355 0.289
+102180 1.354 0.288
+102210 1.354 0.288
+102240 1.353 0.288
+102270 1.352 0.287
+102300 1.352 0.287
+102330 1.351 0.286
+102360 1.350 0.286
+102390 1.350 0.285
+102420 1.349 0.285
+102450 1.348 0.285
+102480 1.348 0.284
+102510 1.347 0.284
+102540 1.347 0.283
+102570 1.346 0.283
+102600 1.346 0.282
+102630 1.345 0.282
+102660 1.345 0.281
+102690 1.344 0.281
+102720 1.344 0.281
+102750 1.343 0.280
+102780 1.343 0.280
+102810 1.342 0.279
+102840 1.342 0.279
+102870 1.341 0.278
+102900 1.341 0.278
+102930 1.340 0.277
+102960 1.340 0.277
+102990 1.339 0.276
+103020 1.339 0.276
+103050 1.339 0.276
+103080 1.338 0.275
+103110 1.338 0.275
+103140 1.338 0.274
+103170 1.337 0.274
+103200 1.337 0.273
+103230 1.336 0.273
+103260 1.336 0.273
+103290 1.335 0.273
+103320 1.335 0.273
+103350 1.335 0.273
+103380 1.334 0.273
+103410 1.334 0.273
+103440 1.333 0.273
+103470 1.333 0.273
+103500 1.332 0.273
+103530 1.332 0.273
+103560 1.332 0.273
+103590 1.331 0.273
+103620 1.331 0.273
+103650 1.331 0.273
+103680 1.330 0.272
+103710 1.330 0.272
+103740 1.329 0.272
+103770 1.329 0.272
+103800 1.329 0.272
+103830 1.328 0.272
+103860 1.328 0.272
+103890 1.328 0.272
+103920 1.327 0.272
+103950 1.327 0.272
+103980 1.327 0.272
+104010 1.327 0.272
+104040 1.326 0.272
+104070 1.326 0.272
+104100 1.326 0.272
+104130 1.325 0.272
+104160 1.325 0.271
+104190 1.325 0.271
+104220 1.325 0.271
+104250 1.324 0.271
+104280 1.324 0.271
+104310 1.324 0.271
+104340 1.324 0.271
+104370 1.324 0.271
+104400 1.323 0.271
+104430 1.324 0.271
+104460 1.325 0.272
+104490 1.326 0.272
+104520 1.327 0.272
+104550 1.327 0.272
+104580 1.328 0.273
+104610 1.329 0.273
+104640 1.330 0.273
+104670 1.331 0.273
+104700 1.331 0.273
+104730 1.332 0.274
+104760 1.333 0.274
+104790 1.334 0.274
+104820 1.334 0.274
+104850 1.335 0.274
+104880 1.336 0.275
+104910 1.337 0.275
+104940 1.337 0.275
+104970 1.338 0.275
+105000 1.339 0.275
+105030 1.340 0.275
+105060 1.340 0.275
+105090 1.341 0.276
+105120 1.342 0.276
+105150 1.343 0.276
+105180 1.343 0.276
+105210 1.344 0.276
+105240 1.345 0.276
+105270 1.345 0.276
+105300 1.346 0.276
+105330 1.347 0.276
+105360 1.348 0.277
+105390 1.348 0.277
+105420 1.349 0.277
+105450 1.350 0.277
+105480 1.350 0.277
+105510 1.351 0.277
+105540 1.352 0.277
+105570 1.352 0.277
+105600 1.353 0.277
+105630 1.354 0.277
+105660 1.354 0.278
+105690 1.355 0.278
+105720 1.355 0.278
+105750 1.356 0.279
+105780 1.356 0.279
+105810 1.357 0.279
+105840 1.357 0.279
+105870 1.358 0.280
+105900 1.359 0.280
+105930 1.359 0.280
+105960 1.360 0.281
+105990 1.360 0.281
+106020 1.361 0.281
+106050 1.361 0.281
+106080 1.362 0.282
+106110 1.362 0.282
+106140 1.363 0.282
+106170 1.363 0.282
+106200 1.364 0.283
+106230 1.364 0.283
+106260 1.365 0.283
+106290 1.366 0.283
+106320 1.366 0.284
+106350 1.367 0.284
+106380 1.367 0.284
+106410 1.368 0.284
+106440 1.368 0.285
+106470 1.369 0.285
+106500 1.369 0.285
+106530 1.370 0.285
+106560 1.370 0.285
+106590 1.371 0.286
+106620 1.372 0.286
+106650 1.372 0.286
+106680 1.373 0.286
+106710 1.373 0.287
+106740 1.374 0.287
+106770 1.374 0.287
+106800 1.375 0.287
+106830 1.375 0.288
+106860 1.376 0.288
+106890 1.376 0.289
+106920 1.377 0.289
+106950 1.377 0.290
+106980 1.378 0.291
+107010 1.378 0.291
+107040 1.379 0.292
+107070 1.379 0.292
+107100 1.380 0.293
+107130 1.380 0.293
+107160 1.381 0.294
+107190 1.381 0.295
+107220 1.382 0.295
+107250 1.382 0.296
+107280 1.383 0.296
+107310 1.383 0.297
+107340 1.384 0.297
+107370 1.384 0.298
+107400 1.385 0.298
+107430 1.385 0.299
+107460 1.386 0.299
+107490 1.387 0.300
+107520 1.387 0.301
+107550 1.388 0.301
+107580 1.388 0.302
+107610 1.389 0.302
+107640 1.389 0.303
+107670 1.390 0.303
+107700 1.390 0.304
+107730 1.391 0.304
+107760 1.392 0.305
+107790 1.392 0.305
+107820 1.393 0.306
+107850 1.393 0.306
+107880 1.394 0.307
+107910 1.395 0.307
+107940 1.395 0.308
+107970 1.396 0.308
+108000 1.396 0.309
+108030 1.396 0.309
+108060 1.395 0.310
+108090 1.394 0.310
+108120 1.393 0.311
+108150 1.392 0.311
+108180 1.391 0.312
+108210 1.390 0.312
+108240 1.389 0.313
+108270 1.388 0.313
+108300 1.388 0.314
+108330 1.387 0.314
+108360 1.386 0.315
+108390 1.385 0.315
+108420 1.384 0.315
+108450 1.383 0.316
+108480 1.382 0.316
+108510 1.381 0.317
+108540 1.381 0.317
+108570 1.380 0.318
+108600 1.379 0.318
+108630 1.378 0.318
+108660 1.377 0.319
+108690 1.376 0.319
+108720 1.375 0.320
+108750 1.374 0.320
+108780 1.374 0.320
+108810 1.373 0.321
+108840 1.372 0.321
+108870 1.371 0.321
+108900 1.370 0.322
+108930 1.369 0.322
+108960 1.368 0.322
+108990 1.367 0.323
+109020 1.366 0.323
+109050 1.366 0.323
+109080 1.365 0.324
+109110 1.364 0.324
+109140 1.363 0.324
+109170 1.362 0.324
+109200 1.361 0.325
+109230 1.360 0.325
+109260 1.359 0.325
+109290 1.358 0.326
+109320 1.357 0.326
+109350 1.356 0.326
+109380 1.355 0.327
+109410 1.354 0.327
+109440 1.353 0.327
+109470 1.352 0.328
+109500 1.351 0.328
+109530 1.350 0.328
+109560 1.349 0.329
+109590 1.348 0.329
+109620 1.347 0.329
+109650 1.346 0.329
+109680 1.345 0.330
+109710 1.344 0.330
+109740 1.343 0.330
+109770 1.342 0.331
+109800 1.342 0.331
+109830 1.341 0.331
+109860 1.340 0.331
+109890 1.339 0.332
+109920 1.338 0.332
+109950 1.337 0.332
+109980 1.337 0.332
+110010 1.336 0.333
+110040 1.335 0.333
+110070 1.334 0.333
+110100 1.333 0.333
+110130 1.333 0.334
+110160 1.332 0.334
+110190 1.331 0.334
+110220 1.330 0.334
+110250 1.330 0.335
+110280 1.329 0.335
+110310 1.328 0.335
+110340 1.327 0.335
+110370 1.327 0.335
+110400 1.326 0.336
+110430 1.325 0.335
+110460 1.324 0.335
+110490 1.322 0.334
+110520 1.321 0.334
+110550 1.320 0.333
+110580 1.319 0.333
+110610 1.318 0.332
+110640 1.317 0.332
+110670 1.315 0.331
+110700 1.314 0.331
+110730 1.313 0.330
+110760 1.312 0.330
+110790 1.311 0.330
+110820 1.310 0.329
+110850 1.309 0.329
+110880 1.307 0.328
+110910 1.306 0.328
+110940 1.305 0.327
+110970 1.304 0.327
+111000 1.303 0.326
+111030 1.302 0.326
+111060 1.301 0.325
+111090 1.300 0.325
+111120 1.299 0.324
+111150 1.298 0.324
+111180 1.297 0.323
+111210 1.296 0.323
+111240 1.295 0.322
+111270 1.294 0.322
+111300 1.293 0.321
+111330 1.292 0.321
+111360 1.291 0.321
+111390 1.290 0.320
+111420 1.289 0.320
+111450 1.288 0.319
+111480 1.287 0.319
+111510 1.286 0.318
+111540 1.285 0.318
+111570 1.284 0.317
+111600 1.283 0.317
+111630 1.282 0.316
+111660 1.282 0.315
+111690 1.281 0.315
+111720 1.281 0.314
+111750 1.280 0.313
+111780 1.280 0.313
+111810 1.279 0.312
+111840 1.279 0.311
+111870 1.278 0.311
+111900 1.278 0.310
+111930 1.277 0.309
+111960 1.277 0.309
+111990 1.276 0.308
+112020 1.276 0.308
+112050 1.275 0.307
+112080 1.275 0.306
+112110 1.275 0.306
+112140 1.274 0.305
+112170 1.274 0.304
+112200 1.273 0.304
+112230 1.273 0.303
+112260 1.272 0.303
+112290 1.272 0.302
+112320 1.272 0.301
+112350 1.271 0.301
+112380 1.271 0.300
+112410 1.271 0.300
+112440 1.270 0.299
+112470 1.270 0.298
+112500 1.270 0.298
+112530 1.269 0.297
+112560 1.269 0.297
+112590 1.269 0.296
+112620 1.268 0.296
+112650 1.268 0.295
+112680 1.268 0.294
+112710 1.267 0.294
+112740 1.267 0.293
+112770 1.267 0.293
+112800 1.267 0.292
+112830 1.266 0.292
+112860 1.265 0.291
+112890 1.264 0.291
+112920 1.263 0.290
+112950 1.262 0.290
+112980 1.261 0.289
+113010 1.260 0.289
+113040 1.259 0.288
+113070 1.258 0.288
+113100 1.257 0.287
+113130 1.256 0.287
+113160 1.255 0.286
+113190 1.254 0.286
+113220 1.254 0.285
+113250 1.253 0.285
+113280 1.252 0.284
+113310 1.251 0.284
+113340 1.250 0.283
+113370 1.249 0.283
+113400 1.248 0.282
+113430 1.247 0.282
+113460 1.246 0.281
+113490 1.246 0.281
+113520 1.245 0.280
+113550 1.244 0.280
+113580 1.243 0.279
+113610 1.242 0.279
+113640 1.241 0.278
+113670 1.240 0.278
+113700 1.240 0.278
+113730 1.239 0.277
+113760 1.238 0.277
+113790 1.237 0.276
+113820 1.236 0.276
+113850 1.235 0.275
+113880 1.235 0.275
+113910 1.234 0.275
+113940 1.233 0.274
+113970 1.232 0.274
+114000 1.231 0.273
+114030 1.230 0.273
+114060 1.228 0.273
+114090 1.227 0.273
+114120 1.225 0.273
+114150 1.224 0.273
+114180 1.222 0.273
+114210 1.220 0.273
+114240 1.219 0.274
+114270 1.217 0.274
+114300 1.216 0.274
+114330 1.214 0.274
+114360 1.213 0.274
+114390 1.211 0.274
+114420 1.210 0.274
+114450 1.208 0.274
+114480 1.206 0.274
+114510 1.205 0.274
+114540 1.203 0.274
+114570 1.202 0.274
+114600 1.200 0.274
+114630 1.199 0.274
+114660 1.197 0.274
+114690 1.196 0.274
+114720 1.194 0.274
+114750 1.192 0.274
+114780 1.191 0.275
+114810 1.189 0.275
+114840 1.188 0.275
+114870 1.186 0.275
+114900 1.185 0.275
+114930 1.183 0.275
+114960 1.182 0.275
+114990 1.180 0.275
+115020 1.178 0.275
+115050 1.177 0.275
+115080 1.175 0.276
+115110 1.174 0.276
+115140 1.172 0.276
+115170 1.171 0.276
+115200 1.169 0.276
+115230 1.168 0.276
+115260 1.168 0.276
+115290 1.167 0.275
+115320 1.166 0.275
+115350 1.166 0.275
+115380 1.165 0.274
+115410 1.165 0.274
+115440 1.164 0.274
+115470 1.163 0.274
+115500 1.163 0.273
+115530 1.162 0.273
+115560 1.162 0.273
+115590 1.161 0.273
+115620 1.161 0.272
+115650 1.160 0.272
+115680 1.160 0.272
+115710 1.159 0.272
+115740 1.159 0.271
+115770 1.158 0.271
+115800 1.158 0.271
+115830 1.157 0.271
+115860 1.157 0.270
+115890 1.156 0.270
+115920 1.156 0.270
+115950 1.155 0.269
+115980 1.155 0.269
+116010 1.155 0.269
+116040 1.154 0.269
+116070 1.154 0.268
+116100 1.153 0.268
+116130 1.153 0.268
+116160 1.153 0.268
+116190 1.152 0.267
+116220 1.152 0.267
+116250 1.152 0.267
+116280 1.151 0.267
+116310 1.151 0.266
+116340 1.151 0.266
+116370 1.150 0.266
+116400 1.150 0.265
+116430 1.151 0.266
+116460 1.152 0.266
+116490 1.153 0.266
+116520 1.154 0.266
+116550 1.155 0.266
+116580 1.156 0.266
+116610 1.156 0.266
+116640 1.157 0.266
+116670 1.158 0.266
+116700 1.159 0.266
+116730 1.160 0.266
+116760 1.161 0.266
+116790 1.162 0.266
+116820 1.163 0.266
+116850 1.164 0.266
+116880 1.165 0.266
+116910 1.166 0.266
+116940 1.167 0.266
+116970 1.168 0.266
+117000 1.169 0.266
+117030 1.170 0.266
+117060 1.171 0.266
+117090 1.172 0.266
+117120 1.173 0.266
+117150 1.174 0.266
+117180 1.175 0.266
+117210 1.176 0.266
+117240 1.177 0.266
+117270 1.178 0.266
+117300 1.180 0.266
+117330 1.181 0.266
+117360 1.182 0.266
+117390 1.183 0.266
+117420 1.184 0.266
+117450 1.185 0.266
+117480 1.186 0.266
+117510 1.187 0.266
+117540 1.188 0.265
+117570 1.190 0.265
+117600 1.191 0.265
+117630 1.194 0.265
+117660 1.196 0.265
+117690 1.199 0.266
+117720 1.202 0.266
+117750 1.205 0.266
+117780 1.207 0.266
+117810 1.210 0.266
+117840 1.213 0.266
+117870 1.216 0.266
+117900 1.218 0.266
+117930 1.221 0.266
+117960 1.224 0.266
+117990 1.227 0.266
+118020 1.229 0.266
+118050 1.232 0.266
+118080 1.235 0.266
+118110 1.237 0.266
+118140 1.240 0.267
+118170 1.243 0.267
+118200 1.246 0.267
+118230 1.248 0.267
+118260 1.251 0.267
+118290 1.254 0.267
+118320 1.256 0.267
+118350 1.259 0.267
+118380 1.262 0.267
+118410 1.264 0.267
+118440 1.267 0.267
+118470 1.270 0.267
+118500 1.272 0.267
+118530 1.275 0.267
+118560 1.278 0.267
+118590 1.280 0.268
+118620 1.283 0.268
+118650 1.286 0.268
+118680 1.288 0.268
+118710 1.291 0.268
+118740 1.294 0.268
+118770 1.296 0.268
+118800 1.299 0.268
+118830 1.303 0.268
+118860 1.307 0.269
+118890 1.311 0.269
+118920 1.315 0.269
+118950 1.319 0.269
+118980 1.323 0.270
+119010 1.327 0.270
+119040 1.331 0.270
+119070 1.336 0.270
+119100 1.340 0.271
+119130 1.344 0.271
+119160 1.348 0.271
+119190 1.352 0.271
+119220 1.356 0.271
+119250 1.360 0.272
+119280 1.364 0.272
+119310 1.368 0.272
+119340 1.372 0.272
+119370 1.376 0.272
+119400 1.380 0.273
+119430 1.384 0.273
+119460 1.388 0.273
+119490 1.392 0.273
+119520 1.396 0.273
+119550 1.400 0.274
+119580 1.405 0.274
+119610 1.409 0.274
+119640 1.413 0.274
+119670 1.417 0.274
+119700 1.421 0.275
+119730 1.425 0.275
+119760 1.429 0.275
+119790 1.433 0.275
+119820 1.437 0.275
+119850 1.441 0.275
+119880 1.445 0.275
+119910 1.449 0.276
+119940 1.453 0.276
+119970 1.457 0.276
+120000 1.461 0.276
+120030 1.467 0.276
+120060 1.472 0.277
+120090 1.477 0.277
+120120 1.482 0.277
+120150 1.488 0.277
+120180 1.493 0.278
+120210 1.498 0.278
+120240 1.503 0.278
+120270 1.508 0.279
+120300 1.514 0.279
+120330 1.519 0.279
+120360 1.524 0.280
+120390 1.529 0.280
+120420 1.534 0.280
+120450 1.539 0.280
+120480 1.544 0.281
+120510 1.550 0.281
+120540 1.555 0.281
+120570 1.560 0.282
+120600 1.565 0.282
+120630 1.570 0.282
+120660 1.575 0.283
+120690 1.580 0.283
+120720 1.585 0.284
+120750 1.590 0.284
+120780 1.595 0.284
+120810 1.600 0.285
+120840 1.605 0.285
+120870 1.610 0.285
+120900 1.615 0.286
+120930 1.620 0.286
+120960 1.625 0.286
+120990 1.630 0.287
+121020 1.635 0.287
+121050 1.640 0.288
+121080 1.645 0.288
+121110 1.650 0.288
+121140 1.655 0.289
+121170 1.659 0.289
+121200 1.664 0.290
+121230 1.670 0.290
+121260 1.675 0.290
+121290 1.680 0.291
+121320 1.685 0.291
+121350 1.690 0.292
+121380 1.695 0.292
+121410 1.701 0.293
+121440 1.706 0.293
+121470 1.711 0.293
+121500 1.716 0.294
+121530 1.721 0.294
+121560 1.726 0.295
+121590 1.731 0.295
+121620 1.737 0.296
+121650 1.742 0.296
+121680 1.747 0.297
+121710 1.752 0.297
+121740 1.757 0.297
+121770 1.762 0.298
+121800 1.767 0.298
+121830 1.772 0.299
+121860 1.777 0.299
+121890 1.782 0.300
+121920 1.787 0.300
+121950 1.792 0.301
+121980 1.797 0.301
+122010 1.803 0.302
+122040 1.808 0.302
+122070 1.813 0.303
+122100 1.818 0.303
+122130 1.823 0.304
+122160 1.828 0.304
+122190 1.833 0.305
+122220 1.838 0.305
+122250 1.843 0.306
+122280 1.847 0.306
+122310 1.852 0.307
+122340 1.857 0.307
+122370 1.862 0.308
+122400 1.867 0.309
+122430 1.872 0.308
+122460 1.876 0.308
+122490 1.881 0.308
+122520 1.885 0.308
+122550 1.890 0.307
+122580 1.894 0.307
+122610 1.899 0.307
+122640 1.903 0.307
+122670 1.908 0.306
+122700 1.912 0.306
+122730 1.917 0.306
+122760 1.921 0.306
+122790 1.926 0.305
+122820 1.930 0.305
+122850 1.935 0.305
+122880 1.939 0.305
+122910 1.944 0.304
+122940 1.948 0.304
+122970 1.953 0.304
+123000 1.957 0.304
+123030 1.962 0.303
+123060 1.966 0.303
+123090 1.971 0.303
+123120 1.975 0.303
+123150 1.980 0.302
+123180 1.984 0.302
+123210 1.988 0.302
+123240 1.993 0.302
+123270 1.997 0.301
+123300 2.002 0.301
+123330 2.006 0.301
+123360 2.011 0.301
+123390 2.015 0.300
+123420 2.019 0.300
+123450 2.024 0.300
+123480 2.028 0.300
+123510 2.033 0.299
+123540 2.037 0.299
+123570 2.041 0.299
+123600 2.046 0.299
+123630 2.050 0.298
+123660 2.054 0.297
+123690 2.058 0.297
+123720 2.062 0.296
+123750 2.065 0.295
+123780 2.069 0.295
+123810 2.073 0.294
+123840 2.077 0.293
+123870 2.081 0.293
+123900 2.085 0.292
+123930 2.089 0.291
+123960 2.092 0.291
+123990 2.096 0.290
+124020 2.100 0.289
+124050 2.104 0.289
+124080 2.108 0.288
+124110 2.112 0.288
+124140 2.115 0.287
+124170 2.119 0.286
+124200 2.123 0.286
+124230 2.127 0.285
+124260 2.131 0.284
+124290 2.134 0.284
+124320 2.138 0.283
+124350 2.142 0.282
+124380 2.146 0.282
+124410 2.149 0.281
+124440 2.153 0.280
+124470 2.157 0.280
+124500 2.161 0.279
+124530 2.164 0.278
+124560 2.168 0.278
+124590 2.172 0.277
+124620 2.175 0.276
+124650 2.179 0.276
+124680 2.183 0.275
+124710 2.186 0.274
+124740 2.190 0.274
+124770 2.194 0.273
+124800 2.197 0.272
+124830 2.200 0.272
+124860 2.202 0.272
+124890 2.204 0.271
+124920 2.206 0.271
+124950 2.208 0.270
+124980 2.210 0.270
+125010 2.213 0.270
+125040 2.215 0.269
+125070 2.217 0.269
+125100 2.219 0.268
+125130 2.221 0.268
+125160 2.223 0.268
+125190 2.225 0.267
+125220 2.227 0.267
+125250 2.230 0.266
+125280 2.232 0.266
+125310 2.234 0.266
+125340 2.236 0.265
+125370 2.238 0.265
+125400 2.240 0.264
+125430 2.242 0.264
+125460 2.244 0.263
+125490 2.246 0.263
+125520 2.248 0.263
+125550 2.251 0.262
+125580 2.253 0.262
+125610 2.255 0.261
+125640 2.257 0.261
+125670 2.259 0.260
+125700 2.261 0.260
+125730 2.263 0.259
+125760 2.265 0.259
+125790 2.267 0.258
+125820 2.269 0.258
+125850 2.271 0.257
+125880 2.273 0.257
+125910 2.275 0.256
+125940 2.277 0.256
+125970 2.279 0.255
+126000 2.281 0.255
+126030 2.283 0.254
+126060 2.285 0.253
+126090 2.287 0.252
+126120 2.288 0.251
+126150 2.290 0.250
+126180 2.292 0.249
+126210 2.294 0.249
+126240 2.295 0.248
+126270 2.297 0.247
+126300 2.299 0.246
+126330 2.300 0.245
+126360 2.302 0.244
+126390 2.303 0.243
+126420 2.305 0.242
+126450 2.306 0.241
+126480 2.308 0.240
+126510 2.309 0.239
+126540 2.311 0.238
+126570 2.312 0.237
+126600 2.314 0.236
+126630 2.315 0.235
+126660 2.317 0.234
+126690 2.318 0.233
+126720 2.319 0.232
+126750 2.321 0.231
+126780 2.322 0.230
+126810 2.323 0.229
+126840 2.325 0.228
+126870 2.326 0.227
+126900 2.327 0.226
+126930 2.328 0.225
+126960 2.329 0.224
+126990 2.331 0.223
+127020 2.332 0.222
+127050 2.333 0.221
+127080 2.334 0.220
+127110 2.335 0.219
+127140 2.336 0.218
+127170 2.337 0.217
+127200 2.338 0.216
+127230 2.340 0.216
+127260 2.343 0.215
+127290 2.345 0.215
+127320 2.347 0.214
+127350 2.349 0.214
+127380 2.351 0.213
+127410 2.353 0.212
+127440 2.355 0.212
+127470 2.357 0.211
+127500 2.359 0.211
+127530 2.361 0.210
+127560 2.363 0.210
+127590 2.365 0.209
+127620 2.366 0.209
+127650 2.368 0.208
+127680 2.370 0.207
+127710 2.372 0.207
+127740 2.373 0.206
+127770 2.375 0.206
+127800 2.377 0.205
+127830 2.378 0.204
+127860 2.380 0.204
+127890 2.381 0.203
+127920 2.383 0.202
+127950 2.384 0.202
+127980 2.386 0.201
+128010 2.387 0.200
+128040 2.389 0.200
+128070 2.390 0.199
+128100 2.391 0.198
+128130 2.393 0.197
+128160 2.394 0.197
+128190 2.395 0.196
+128220 2.396 0.195
+128250 2.398 0.194
+128280 2.399 0.194
+128310 2.400 0.193
+128340 2.401 0.192
+128370 2.402 0.191
+128400 2.403 0.190
+128430 2.406 0.189
+128460 2.409 0.189
+128490 2.412 0.188
+128520 2.415 0.187
+128550 2.418 0.186
+128580 2.421 0.185
+128610 2.424 0.184
+128640 2.426 0.183
+128670 2.429 0.182
+128700 2.432 0.181
+128730 2.435 0.180
+128760 2.437 0.179
+128790 2.440 0.179
+128820 2.443 0.178
+128850 2.445 0.177
+128880 2.448 0.175
+128910 2.450 0.174
+128940 2.453 0.173
+128970 2.455 0.172
+129000 2.458 0.171
+129030 2.460 0.170
+129060 2.463 0.169
+129090 2.465 0.168
+129120 2.467 0.167
+129150 2.470 0.166
+129180 2.472 0.164
+129210 2.474 0.163
+129240 2.476 0.162
+129270 2.479 0.161
+129300 2.481 0.160
+129330 2.483 0.158
+129360 2.485 0.157
+129390 2.487 0.156
+129420 2.489 0.154
+129450 2.491 0.153
+129480 2.493 0.152
+129510 2.495 0.150
+129540 2.497 0.149
+129570 2.499 0.148
+129600 2.501 0.146
+129630 2.507 0.148
+129660 2.513 0.150
+129690 2.520 0.152
+129720 2.526 0.153
+129750 2.532 0.155
+129780 2.539 0.157
+129810 2.545 0.159
+129840 2.551 0.161
+129870 2.557 0.162
+129900 2.564 0.164
+129930 2.570 0.166
+129960 2.576 0.167
+129990 2.582 0.169
+130020 2.588 0.171
+130050 2.594 0.173
+130080 2.600 0.174
+130110 2.606 0.176
+130140 2.612 0.177
+130170 2.618 0.179
+130200 2.624 0.181
+130230 2.630 0.182
+130260 2.636 0.184
+130290 2.642 0.185
+130320 2.648 0.187
+130350 2.654 0.188
+130380 2.660 0.190
+130410 2.665 0.192
+130440 2.671 0.193
+130470 2.677 0.195
+130500 2.683 0.196
+130530 2.688 0.198
+130560 2.694 0.199
+130590 2.700 0.201
+130620 2.705 0.202
+130650 2.711 0.203
+130680 2.717 0.205
+130710 2.722 0.206
+130740 2.728 0.208
+130770 2.733 0.209
+130800 2.739 0.211
+130830 2.745 0.212
+130860 2.751 0.214
+130890 2.758 0.216
+130920 2.764 0.218
+130950 2.770 0.220
+130980 2.776 0.222
+131010 2.783 0.224
+131040 2.789 0.226
+131070 2.795 0.227
+131100 2.801 0.229
+131130 2.807 0.231
+131160 2.814 0.233
+131190 2.820 0.234
+131220 2.826 0.236
+131250 2.832 0.238
+131280 2.838 0.240
+131310 2.844 0.241
+131340 2.850 0.243
+131370 2.856 0.245
+131400 2.862 0.246
+131430 2.868 0.248
+131460 2.874 0.249
+131490 2.880 0.251
+131520 2.885 0.253
+131550 2.891 0.254
+131580 2.897 0.256
+131610 2.903 0.257
+131640 2.909 0.259
+131670 2.915 0.260
+131700 2.920 0.262
+131730 2.926 0.263
+131760 2.932 0.265
+131790 2.937 0.266
+131820 2.943 0.268
+131850 2.949 0.269
+131880 2.954 0.271
+131910 2.960 0.272
+131940 2.966 0.273
+131970 2.971 0.275
+132000 2.977 0.276
+132030 2.983 0.277
+132060 2.988 0.278
+132090 2.994 0.280
+132120 3.000 0.281
+132150 3.006 0.282
+132180 3.011 0.283
+132210 3.017 0.284
+132240 3.023 0.285
+132270 3.028 0.287
+132300 3.034 0.288
+132330 3.039 0.289
+132360 3.045 0.290
+132390 3.050 0.291
+132420 3.056 0.292
+132450 3.061 0.293
+132480 3.067 0.294
+132510 3.072 0.295
+132540 3.078 0.297
+132570 3.083 0.298
+132600 3.088 0.299
+132630 3.094 0.300
+132660 3.099 0.301
+132690 3.104 0.302
+132720 3.110 0.303
+132750 3.115 0.304
+132780 3.120 0.305
+132810 3.125 0.306
+132840 3.130 0.307
+132870 3.136 0.308
+132900 3.141 0.309
+132930 3.146 0.309
+132960 3.151 0.310
+132990 3.156 0.311
+133020 3.161 0.312
+133050 3.166 0.313
+133080 3.171 0.314
+133110 3.176 0.315
+133140 3.181 0.316
+133170 3.186 0.317
+133200 3.191 0.318
+133230 3.196 0.319
+133260 3.201 0.320
+133290 3.206 0.321
+133320 3.212 0.322
+133350 3.217 0.323
+133380 3.222 0.324
+133410 3.227 0.325
+133440 3.232 0.326
+133470 3.237 0.327
+133500 3.242 0.328
+133530 3.247 0.329
+133560 3.252 0.330
+133590 3.257 0.331
+133620 3.262 0.332
+133650 3.267 0.332
+133680 3.272 0.333
+133710 3.277 0.334
+133740 3.282 0.335
+133770 3.287 0.336
+133800 3.291 0.337
+133830 3.296 0.338
+133860 3.301 0.339
+133890 3.306 0.340
+133920 3.310 0.341
+133950 3.315 0.342
+133980 3.320 0.342
+134010 3.324 0.343
+134040 3.329 0.344
+134070 3.334 0.345
+134100 3.338 0.346
+134130 3.343 0.347
+134160 3.347 0.348
+134190 3.352 0.348
+134220 3.356 0.349
+134250 3.361 0.350
+134280 3.365 0.351
+134310 3.370 0.352
+134340 3.374 0.352
+134370 3.378 0.353
+134400 3.383 0.354
+134430 3.388 0.354
+134460 3.393 0.355
+134490 3.398 0.355
+134520 3.403 0.355
+134550 3.408 0.356
+134580 3.412 0.356
+134610 3.417 0.356
+134640 3.422 0.357
+134670 3.427 0.357
+134700 3.432 0.357
+134730 3.437 0.357
+134760 3.441 0.358
+134790 3.446 0.358
+134820 3.451 0.358
+134850 3.456 0.359
+134880 3.460 0.359
+134910 3.465 0.359
+134940 3.470 0.359
+134970 3.474 0.359
+135000 3.479 0.360
+135030 3.483 0.360
+135060 3.488 0.360
+135090 3.493 0.360
+135120 3.497 0.361
+135150 3.502 0.361
+135180 3.506 0.361
+135210 3.511 0.361
+135240 3.515 0.361
+135270 3.519 0.361
+135300 3.524 0.361
+135330 3.528 0.362
+135360 3.533 0.362
+135390 3.537 0.362
+135420 3.541 0.362
+135450 3.546 0.362
+135480 3.550 0.362
+135510 3.554 0.362
+135540 3.558 0.362
+135570 3.563 0.362
+135600 3.567 0.362
+135630 3.573 0.363
+135660 3.578 0.364
+135690 3.584 0.364
+135720 3.590 0.365
+135750 3.596 0.365
+135780 3.601 0.366
+135810 3.607 0.366
+135840 3.613 0.367
+135870 3.619 0.367
+135900 3.624 0.368
+135930 3.630 0.368
+135960 3.636 0.369
+135990 3.642 0.369
+136020 3.648 0.370
+136050 3.653 0.370
+136080 3.659 0.370
+136110 3.665 0.371
+136140 3.671 0.371
+136170 3.677 0.371
+136200 3.682 0.372
+136230 3.688 0.372
+136260 3.694 0.372
+136290 3.700 0.372
+136320 3.706 0.373
+136350 3.712 0.373
+136380 3.717 0.373
+136410 3.723 0.373
+136440 3.729 0.373
+136470 3.735 0.373
+136500 3.741 0.374
+136530 3.747 0.374
+136560 3.753 0.374
+136590 3.758 0.374
+136620 3.764 0.374
+136650 3.770 0.374
+136680 3.776 0.374
+136710 3.782 0.374
+136740 3.788 0.374
+136770 3.794 0.374
+136800 3.800 0.373
+136830 3.808 0.374
+136860 3.816 0.374
+136890 3.825 0.374
+136920 3.833 0.375
+136950 3.841 0.375
+136980 3.849 0.376
+137010 3.858 0.376
+137040 3.866 0.376
+137070 3.874 0.377
+137100 3.882 0.377
+137130 3.891 0.377
+137160 3.899 0.378
+137190 3.907 0.378
+137220 3.915 0.379
+137250 3.923 0.379
+137280 3.931 0.379
+137310 3.939 0.380
+137340 3.947 0.380
+137370 3.955 0.381
+137400 3.963 0.381
+137430 3.971 0.381
+137460 3.979 0.382
+137490 3.987 0.382
+137520 3.995 0.383
+137550 4.003 0.383
+137580 4.011 0.383
+137610 4.019 0.384
+137640 4.026 0.384
+137670 4.034 0.385
+137700 4.042 0.385
+137730 4.050 0.386
+137760 4.058 0.386
+137790 4.065 0.386
+137820 4.073 0.387
+137850 4.081 0.387
+137880 4.088 0.388
+137910 4.096 0.388
+137940 4.104 0.389
+137970 4.111 0.389
+138000 4.119 0.390
+138030 4.126 0.391
+138060 4.132 0.392
+138090 4.139 0.393
+138120 4.146 0.394
+138150 4.153 0.395
+138180 4.159 0.396
+138210 4.166 0.397
+138240 4.173 0.398
+138270 4.180 0.398
+138300 4.187 0.399
+138330 4.193 0.400
+138360 4.200 0.401
+138390 4.207 0.402
+138420 4.214 0.403
+138450 4.220 0.404
+138480 4.227 0.405
+138510 4.234 0.406
+138540 4.241 0.406
+138570 4.247 0.407
+138600 4.254 0.408
+138630 4.261 0.409
+138660 4.268 0.410
+138690 4.274 0.411
+138720 4.281 0.411
+138750 4.288 0.412
+138780 4.295 0.413
+138810 4.302 0.414
+138840 4.308 0.414
+138870 4.315 0.415
+138900 4.322 0.416
+138930 4.329 0.417
+138960 4.335 0.417
+138990 4.342 0.418
+139020 4.349 0.419
+139050 4.356 0.419
+139080 4.362 0.420
+139110 4.369 0.421
+139140 4.376 0.421
+139170 4.383 0.422
+139200 4.389 0.423
+139230 4.396 0.422
+139260 4.404 0.421
+139290 4.411 0.421
+139320 4.418 0.420
+139350 4.424 0.419
+139380 4.431 0.418
+139410 4.438 0.418
+139440 4.445 0.417
+139470 4.452 0.416
+139500 4.459 0.416
+139530 4.466 0.415
+139560 4.473 0.415
+139590 4.480 0.414
+139620 4.487 0.414
+139650 4.493 0.413
+139680 4.500 0.413
+139710 4.507 0.412
+139740 4.514 0.412
+139770 4.521 0.411
+139800 4.527 0.411
+139830 4.534 0.410
+139860 4.541 0.410
+139890 4.548 0.410
+139920 4.554 0.409
+139950 4.561 0.409
+139980 4.568 0.409
+140010 4.575 0.408
+140040 4.581 0.408
+140070 4.588 0.408
+140100 4.594 0.407
+140130 4.601 0.407
+140160 4.608 0.407
+140190 4.614 0.407
+140220 4.621 0.407
+140250 4.627 0.407
+140280 4.634 0.407
+140310 4.641 0.406
+140340 4.647 0.406
+140370 4.654 0.406
+140400 4.660 0.406
+140430 4.664 0.406
+140460 4.667 0.407
+140490 4.671 0.407
+140520 4.675 0.407
+140550 4.678 0.407
+140580 4.682 0.407
+140610 4.686 0.407
+140640 4.689 0.407
+140670 4.693 0.407
+140700 4.697 0.408
+140730 4.700 0.408
+140760 4.704 0.408
+140790 4.708 0.408
+140820 4.711 0.408
+140850 4.715 0.408
+140880 4.719 0.408
+140910 4.722 0.409
+140940 4.726 0.409
+140970 4.730 0.409
+141000 4.733 0.409
+141030 4.737 0.409
+141060 4.740 0.409
+141090 4.744 0.409
+141120 4.748 0.409
+141150 4.751 0.410
+141180 4.755 0.410
+141210 4.759 0.410
+141240 4.762 0.410
+141270 4.766 0.410
+141300 4.770 0.410
+141330 4.773 0.410
+141360 4.777 0.411
+141390 4.781 0.411
+141420 4.784 0.411
+141450 4.788 0.411
+141480 4.792 0.411
+141510 4.795 0.411
+141540 4.799 0.411
+141570 4.803 0.411
+141600 4.806 0.412
+141630 4.807 0.411
+141660 4.808 0.411
+141690 4.810 0.411
+141720 4.811 0.411
+141750 4.812 0.411
+141780 4.813 0.410
+141810 4.814 0.410
+141840 4.815 0.410
+141870 4.817 0.410
+141900 4.818 0.409
+141930 4.819 0.409
+141960 4.820 0.409
+141990 4.821 0.408
+142020 4.823 0.408
+142050 4.824 0.408
+142080 4.825 0.407
+142110 4.827 0.407
+142140 4.828 0.407
+142170 4.829 0.406
+142200 4.831 0.406
+142230 4.832 0.406
+142260 4.833 0.405
+142290 4.835 0.405
+142320 4.836 0.404
+142350 4.838 0.404
+142380 4.839 0.403
+142410 4.840 0.403
+142440 4.842 0.402
+142470 4.843 0.402
+142500 4.845 0.401
+142530 4.846 0.401
+142560 4.848 0.400
+142590 4.849 0.400
+142620 4.851 0.399
+142650 4.852 0.398
+142680 4.854 0.398
+142710 4.856 0.397
+142740 4.857 0.397
+142770 4.859 0.396
+142800 4.860 0.395
+142830 4.860 0.394
+142860 4.859 0.394
+142890 4.859 0.393
+142920 4.858 0.392
+142950 4.857 0.391
+142980 4.857 0.390
+143010 4.856 0.389
+143040 4.856 0.388
+143070 4.855 0.387
+143100 4.854 0.386
+143130 4.854 0.385
+143160 4.853 0.384
+143190 4.853 0.384
+143220 4.852 0.383
+143250 4.852 0.382
+143280 4.851 0.381
+143310 4.850 0.380
+143340 4.850 0.379
+143370 4.849 0.378
+143400 4.849 0.377
+143430 4.848 0.376
+143460 4.848 0.375
+143490 4.847 0.374
+143520 4.847 0.373
+143550 4.846 0.372
+143580 4.846 0.371
+143610 4.845 0.370
+143640 4.845 0.369
+143670 4.844 0.368
+143700 4.844 0.367
+143730 4.843 0.366
+143760 4.843 0.365
+143790 4.842 0.364
+143820 4.842 0.363
+143850 4.841 0.362
+143880 4.841 0.361
+143910 4.840 0.360
+143940 4.840 0.359
+143970 4.839 0.358
+144000 4.839 0.357
+144030 4.836 0.356
+144060 4.832 0.355
+144090 4.829 0.355
+144120 4.826 0.354
+144150 4.823 0.353
+144180 4.820 0.352
+144210 4.817 0.351
+144240 4.814 0.350
+144270 4.812 0.349
+144300 4.809 0.349
+144330 4.806 0.348
+144360 4.803 0.347
+144390 4.801 0.346
+144420 4.798 0.345
+144450 4.795 0.344
+144480 4.793 0.344
+144510 4.790 0.343
+144540 4.787 0.342
+144570 4.785 0.341
+144600 4.783 0.340
+144630 4.780 0.340
+144660 4.778 0.339
+144690 4.775 0.338
+144720 4.773 0.337
+144750 4.771 0.336
+144780 4.769 0.335
+144810 4.766 0.335
+144840 4.764 0.334
+144870 4.762 0.333
+144900 4.760 0.332
+144930 4.758 0.332
+144960 4.756 0.331
+144990 4.754 0.330
+145020 4.752 0.329
+145050 4.750 0.329
+145080 4.748 0.328
+145110 4.747 0.327
+145140 4.745 0.326
+145170 4.743 0.325
+145200 4.741 0.325
+145230 4.738 0.324
+145260 4.735 0.324
+145290 4.732 0.323
+145320 4.728 0.323
+145350 4.725 0.322
+145380 4.722 0.322
+145410 4.719 0.321
+145440 4.717 0.321
+145470 4.714 0.320
+145500 4.711 0.320
+145530 4.708 0.319
+145560 4.706 0.319
+145590 4.703 0.318
+145620 4.700 0.318
+145650 4.698 0.317
+145680 4.696 0.317
+145710 4.693 0.316
+145740 4.691 0.316
+145770 4.689 0.315
+145800 4.686 0.315
+145830 4.684 0.314
+145860 4.682 0.314
+145890 4.680 0.313
+145920 4.678 0.312
+145950 4.676 0.312
+145980 4.675 0.311
+146010 4.673 0.311
+146040 4.671 0.310
+146070 4.669 0.310
+146100 4.668 0.309
+146130 4.666 0.308
+146160 4.665 0.308
+146190 4.663 0.307
+146220 4.662 0.307
+146250 4.660 0.306
+146280 4.659 0.306
+146310 4.658 0.305
+146340 4.657 0.304
+146370 4.656 0.304
+146400 4.655 0.303
+146430 4.654 0.302
+146460 4.652 0.302
+146490 4.651 0.301
+146520 4.650 0.300
+146550 4.649 0.299
+146580 4.648 0.299
+146610 4.647 0.298
+146640 4.646 0.297
+146670 4.645 0.297
+146700 4.644 0.296
+146730 4.643 0.295
+146760 4.642 0.294
+146790 4.641 0.294
+146820 4.640 0.293
+146850 4.639 0.292
+146880 4.638 0.292
+146910 4.637 0.291
+146940 4.636 0.290
+146970 4.635 0.290
+147000 4.634 0.289
+147030 4.634 0.288
+147060 4.633 0.288
+147090 4.632 0.287
+147120 4.631 0.286
+147150 4.630 0.286
+147180 4.629 0.285
+147210 4.629 0.284
+147240 4.628 0.284
+147270 4.627 0.283
+147300 4.626 0.282
+147330 4.626 0.282
+147360 4.625 0.281
+147390 4.624 0.280
+147420 4.623 0.280
+147450 4.623 0.279
+147480 4.622 0.278
+147510 4.621 0.278
+147540 4.621 0.277
+147570 4.620 0.277
+147600 4.619 0.276
+147630 4.616 0.277
+147660 4.613 0.278
+147690 4.610 0.278
+147720 4.607 0.279
+147750 4.604 0.280
+147780 4.601 0.281
+147810 4.598 0.282
+147840 4.595 0.282
+147870 4.592 0.283
+147900 4.589 0.284
+147930 4.586 0.285
+147960 4.583 0.285
+147990 4.580 0.286
+148020 4.578 0.287
+148050 4.575 0.288
+148080 4.572 0.288
+148110 4.570 0.289
+148140 4.567 0.290
+148170 4.565 0.290
+148200 4.562 0.291
+148230 4.560 0.292
+148260 4.557 0.292
+148290 4.555 0.293
+148320 4.552 0.294
+148350 4.550 0.294
+148380 4.548 0.295
+148410 4.545 0.296
+148440 4.543 0.296
+148470 4.541 0.297
+148500 4.539 0.298
+148530 4.537 0.298
+148560 4.535 0.299
+148590 4.533 0.299
+148620 4.531 0.300
+148650 4.529 0.301
+148680 4.527 0.301
+148710 4.525 0.302
+148740 4.523 0.302
+148770 4.521 0.303
+148800 4.519 0.303
+148830 4.516 0.305
+148860 4.513 0.306
+148890 4.510 0.308
+148920 4.507 0.309
+148950 4.504 0.311
+148980 4.501 0.312
+149010 4.498 0.314
+149040 4.495 0.315
+149070 4.492 0.317
+149100 4.489 0.318
+149130 4.486 0.320
+149160 4.483 0.321
+149190 4.481 0.323
+149220 4.478 0.324
+149250 4.475 0.326
+149280 4.472 0.327
+149310 4.469 0.329
+149340 4.467 0.330
+149370 4.464 0.332
+149400 4.461 0.333
+149430 4.458 0.335
+149460 4.456 0.336
+149490 4.453 0.338
+149520 4.451 0.339
+149550 4.448 0.341
+149580 4.445 0.342
+149610 4.443 0.344
+149640 4.440 0.345
+149670 4.438 0.347
+149700 4.435 0.348
+149730 4.433 0.349
+149760 4.430 0.351
+149790 4.428 0.352
+149820 4.425 0.354
+149850 4.423 0.355
+149880 4.420 0.357
+149910 4.418 0.358
+149940 4.416 0.360
+149970 4.413 0.361
+150000 4.411 0.363
+150030 4.410 0.363
+150060 4.409 0.363
+150090 4.409 0.363
+150120 4.408 0.363
+150150 4.407 0.362
+150180 4.406 0.362
+150210 4.406 0.362
+150240 4.405 0.362
+150270 4.404 0.362
+150300 4.404 0.362
+150330 4.403 0.362
+150360 4.403 0.362
+150390 4.402 0.362
+150420 4.402 0.362
+150450 4.401 0.361
+150480 4.401 0.361
+150510 4.401 0.361
+150540 4.400 0.361
+150570 4.400 0.361
+150600 4.400 0.361
+150630 4.399 0.361
+150660 4.399 0.360
+150690 4.399 0.360
+150720 4.399 0.360
+150750 4.399 0.360
+150780 4.399 0.360
+150810 4.398 0.360
+150840 4.398 0.360
+150870 4.398 0.359
+150900 4.398 0.359
+150930 4.398 0.359
+150960 4.399 0.359
+150990 4.399 0.359
+151020 4.399 0.358
+151050 4.399 0.358
+151080 4.399 0.358
+151110 4.399 0.358
+151140 4.400 0.358
+151170 4.400 0.357
+151200 4.400 0.357
+151230 4.395 0.358
+151260 4.390 0.359
+151290 4.384 0.360
+151320 4.379 0.361
+151350 4.374 0.362
+151380 4.369 0.363
+151410 4.364 0.364
+151440 4.359 0.365
+151470 4.354 0.366
+151500 4.349 0.367
+151530 4.344 0.368
+151560 4.339 0.369
+151590 4.334 0.370
+151620 4.329 0.371
+151650 4.324 0.372
+151680 4.320 0.373
+151710 4.315 0.374
+151740 4.310 0.375
+151770 4.305 0.376
+151800 4.301 0.377
+151830 4.296 0.377
+151860 4.292 0.378
+151890 4.287 0.379
+151920 4.283 0.380
+151950 4.278 0.381
+151980 4.274 0.382
+152010 4.270 0.383
+152040 4.265 0.384
+152070 4.261 0.385
+152100 4.257 0.385
+152130 4.252 0.386
+152160 4.248 0.387
+152190 4.244 0.388
+152220 4.240 0.389
+152250 4.236 0.390
+152280 4.232 0.390
+152310 4.228 0.391
+152340 4.224 0.392
+152370 4.220 0.393
+152400 4.216 0.394
+152430 4.211 0.393
+152460 4.205 0.393
+152490 4.200 0.393
+152520 4.195 0.393
+152550 4.189 0.393
+152580 4.184 0.392
+152610 4.179 0.392
+152640 4.174 0.392
+152670 4.168 0.392
+152700 4.163 0.392
+152730 4.158 0.392
+152760 4.153 0.392
+152790 4.148 0.391
+152820 4.142 0.391
+152850 4.137 0.391
+152880 4.132 0.391
+152910 4.127 0.391
+152940 4.122 0.391
+152970 4.117 0.391
+153000 4.112 0.391
+153030 4.107 0.391
+153060 4.102 0.391
+153090 4.097 0.390
+153120 4.092 0.390
+153150 4.087 0.390
+153180 4.082 0.390
+153210 4.078 0.390
+153240 4.073 0.390
+153270 4.068 0.390
+153300 4.063 0.390
+153330 4.058 0.390
+153360 4.053 0.390
+153390 4.049 0.390
+153420 4.044 0.390
+153450 4.039 0.390
+153480 4.035 0.390
+153510 4.030 0.390
+153540 4.025 0.390
+153570 4.021 0.390
+153600 4.016 0.390
+153630 4.011 0.389
+153660 4.005 0.389
+153690 4.000 0.388
+153720 3.995 0.387
+153750 3.989 0.386
+153780 3.984 0.385
+153810 3.979 0.384
+153840 3.973 0.383
+153870 3.968 0.383
+153900 3.963 0.382
+153930 3.958 0.381
+153960 3.953 0.380
+153990 3.947 0.379
+154020 3.942 0.378
+154050 3.937 0.377
+154080 3.932 0.377
+154110 3.927 0.376
+154140 3.922 0.375
+154170 3.917 0.374
+154200 3.912 0.373
+154230 3.907 0.372
+154260 3.902 0.372
+154290 3.897 0.371
+154320 3.892 0.370
+154350 3.887 0.369
+154380 3.882 0.368
+154410 3.877 0.368
+154440 3.872 0.367
+154470 3.868 0.366
+154500 3.863 0.365
+154530 3.858 0.364
+154560 3.853 0.364
+154590 3.848 0.363
+154620 3.844 0.362
+154650 3.839 0.361
+154680 3.834 0.361
+154710 3.830 0.360
+154740 3.825 0.359
+154770 3.820 0.358
+154800 3.816 0.358
+154830 3.809 0.356
+154860 3.802 0.355
+154890 3.795 0.354
+154920 3.788 0.353
+154950 3.781 0.352
+154980 3.774 0.351
+155010 3.767 0.350
+155040 3.760 0.348
+155070 3.753 0.347
+155100 3.746 0.346
+155130 3.739 0.345
+155160 3.732 0.344
+155190 3.725 0.342
+155220 3.719 0.341
+155250 3.712 0.340
+155280 3.705 0.339
+155310 3.698 0.338
+155340 3.691 0.337
+155370 3.685 0.335
+155400 3.678 0.334
+155430 3.671 0.333
+155460 3.664 0.332
+155490 3.658 0.331
+155520 3.651 0.329
+155550 3.644 0.328
+155580 3.637 0.327
+155610 3.631 0.326
+155640 3.624 0.324
+155670 3.617 0.323
+155700 3.611 0.322
+155730 3.604 0.321
+155760 3.598 0.319
+155790 3.591 0.318
+155820 3.584 0.317
+155850 3.578 0.316
+155880 3.571 0.314
+155910 3.565 0.313
+155940 3.558 0.312
+155970 3.552 0.311
+156000 3.545 0.309
+156030 3.539 0.308
+156060 3.532 0.307
+156090 3.526 0.305
+156120 3.520 0.304
+156150 3.513 0.303
+156180 3.507 0.302
+156210 3.500 0.300
+156240 3.494 0.299
+156270 3.487 0.298
+156300 3.481 0.297
+156330 3.475 0.295
+156360 3.468 0.294
+156390 3.462 0.293
+156420 3.455 0.292
+156450 3.449 0.290
+156480 3.442 0.289
+156510 3.436 0.288
+156540 3.429 0.287
+156570 3.422 0.286
+156600 3.416 0.284
+156630 3.409 0.283
+156660 3.403 0.282
+156690 3.396 0.281
+156720 3.390 0.280
+156750 3.383 0.279
+156780 3.376 0.278
+156810 3.370 0.276
+156840 3.363 0.275
+156870 3.356 0.274
+156900 3.350 0.273
+156930 3.343 0.272
+156960 3.336 0.271
+156990 3.330 0.270
+157020 3.323 0.269
+157050 3.316 0.268
+157080 3.310 0.267
+157110 3.303 0.266
+157140 3.296 0.265
+157170 3.289 0.264
+157200 3.283 0.263
+157230 3.276 0.262
+157260 3.269 0.261
+157290 3.262 0.260
+157320 3.255 0.259
+157350 3.248 0.258
+157380 3.241 0.258
+157410 3.234 0.257
+157440 3.227 0.256
+157470 3.220 0.255
+157500 3.212 0.254
+157530 3.205 0.253
+157560 3.198 0.253
+157590 3.191 0.252
+157620 3.184 0.251
+157650 3.176 0.250
+157680 3.169 0.249
+157710 3.162 0.248
+157740 3.155 0.247
+157770 3.147 0.247
+157800 3.140 0.246
+157830 3.132 0.245
+157860 3.125 0.244
+157890 3.118 0.243
+157920 3.110 0.242
+157950 3.103 0.241
+157980 3.095 0.240
+158010 3.088 0.239
+158040 3.080 0.239
+158070 3.073 0.238
+158100 3.065 0.237
+158130 3.057 0.236
+158160 3.050 0.235
+158190 3.042 0.234
+158220 3.034 0.233
+158250 3.027 0.232
+158280 3.019 0.231
+158310 3.011 0.230
+158340 3.003 0.229
+158370 2.995 0.228
+158400 2.988 0.227
+158430 2.979 0.228
+158460 2.970 0.228
+158490 2.961 0.228
+158520 2.953 0.228
+158550 2.944 0.228
+158580 2.935 0.228
+158610 2.927 0.229
+158640 2.918 0.229
+158670 2.909 0.229
+158700 2.901 0.229
+158730 2.892 0.229
+158760 2.884 0.229
+158790 2.875 0.230
+158820 2.867 0.230
+158850 2.858 0.230
+158880 2.850 0.230
+158910 2.842 0.230
+158940 2.833 0.230
+158970 2.825 0.231
+159000 2.816 0.231
+159030 2.808 0.231
+159060 2.800 0.231
+159090 2.792 0.231
+159120 2.783 0.231
+159150 2.775 0.232
+159180 2.767 0.232
+159210 2.759 0.232
+159240 2.751 0.232
+159270 2.743 0.232
+159300 2.734 0.232
+159330 2.726 0.233
+159360 2.718 0.233
+159390 2.710 0.233
+159420 2.702 0.233
+159450 2.694 0.233
+159480 2.686 0.233
+159510 2.678 0.233
+159540 2.671 0.234
+159570 2.663 0.234
+159600 2.655 0.234
+159630 2.649 0.234
+159660 2.642 0.235
+159690 2.636 0.235
+159720 2.630 0.235
+159750 2.624 0.236
+159780 2.617 0.236
+159810 2.611 0.236
+159840 2.605 0.236
+159870 2.599 0.237
+159900 2.593 0.237
+159930 2.587 0.237
+159960 2.581 0.237
+159990 2.575 0.238
+160020 2.569 0.238
+160050 2.563 0.238
+160080 2.557 0.238
+160110 2.551 0.239
+160140 2.545 0.239
+160170 2.539 0.239
+160200 2.533 0.239
+160230 2.527 0.239
+160260 2.521 0.240
+160290 2.515 0.240
+160320 2.510 0.240
+160350 2.504 0.240
+160380 2.498 0.240
+160410 2.492 0.240
+160440 2.487 0.240
+160470 2.481 0.240
+160500 2.475 0.241
+160530 2.469 0.241
+160560 2.464 0.241
+160590 2.458 0.241
+160620 2.453 0.241
+160650 2.447 0.241
+160680 2.441 0.241
+160710 2.436 0.241
+160740 2.430 0.241
+160770 2.425 0.241
+160800 2.419 0.241
+160830 2.416 0.241
+160860 2.413 0.241
+160890 2.409 0.241
+160920 2.406 0.241
+160950 2.403 0.241
+160980 2.400 0.241
+161010 2.396 0.241
+161040 2.393 0.241
+161070 2.390 0.241
+161100 2.386 0.241
+161130 2.383 0.241
+161160 2.380 0.241
+161190 2.377 0.241
+161220 2.373 0.240
+161250 2.370 0.240
+161280 2.367 0.240
+161310 2.363 0.240
+161340 2.360 0.240
+161370 2.357 0.240
+161400 2.354 0.240
+161430 2.350 0.240
+161460 2.347 0.240
+161490 2.344 0.240
+161520 2.341 0.240
+161550 2.338 0.240
+161580 2.334 0.240
+161610 2.331 0.240
+161640 2.328 0.240
+161670 2.325 0.240
+161700 2.321 0.240
+161730 2.318 0.239
+161760 2.315 0.239
+161790 2.312 0.239
+161820 2.309 0.239
+161850 2.305 0.239
+161880 2.302 0.239
+161910 2.299 0.239
+161940 2.296 0.239
+161970 2.293 0.239
+162000 2.289 0.239
+162030 2.287 0.239
+162060 2.285 0.239
+162090 2.282 0.240
+162120 2.280 0.240
+162150 2.277 0.240
+162180 2.275 0.240
+162210 2.273 0.241
+162240 2.270 0.241
+162270 2.268 0.241
+162300 2.265 0.241
+162330 2.263 0.241
+162360 2.260 0.242
+162390 2.258 0.242
+162420 2.255 0.242
+162450 2.253 0.242
+162480 2.250 0.242
+162510 2.248 0.243
+162540 2.245 0.243
+162570 2.243 0.243
+162600 2.240 0.243
+162630 2.237 0.243
+162660 2.235 0.243
+162690 2.232 0.243
+162720 2.230 0.243
+162750 2.227 0.244
+162780 2.224 0.244
+162810 2.222 0.244
+162840 2.219 0.244
+162870 2.217 0.244
+162900 2.214 0.244
+162930 2.211 0.244
+162960 2.208 0.244
+162990 2.206 0.244
+163020 2.203 0.244
+163050 2.200 0.244
+163080 2.198 0.244
+163110 2.195 0.245
+163140 2.192 0.245
+163170 2.189 0.245
+163200 2.187 0.245
+163230 2.184 0.245
+163260 2.182 0.245
+163290 2.180 0.246
+163320 2.177 0.246
+163350 2.175 0.246
+163380 2.173 0.246
+163410 2.170 0.247
+163440 2.168 0.247
+163470 2.166 0.247
+163500 2.163 0.248
+163530 2.161 0.248
+163560 2.158 0.248
+163590 2.156 0.248
+163620 2.153 0.249
+163650 2.150 0.249
+163680 2.148 0.249
+163710 2.145 0.249
+163740 2.143 0.250
+163770 2.140 0.250
+163800 2.137 0.250
+163830 2.135 0.251
+163860 2.132 0.251
+163890 2.129 0.251
+163920 2.126 0.251
+163950 2.123 0.251
+163980 2.121 0.252
+164010 2.118 0.252
+164040 2.115 0.252
+164070 2.112 0.252
+164100 2.109 0.253
+164130 2.106 0.253
+164160 2.103 0.253
+164190 2.100 0.253
+164220 2.097 0.253
+164250 2.094 0.254
+164280 2.091 0.254
+164310 2.088 0.254
+164340 2.085 0.254
+164370 2.082 0.254
+164400 2.078 0.255
+164430 2.076 0.254
+164460 2.074 0.254
+164490 2.072 0.253
+164520 2.070 0.253
+164550 2.068 0.252
+164580 2.066 0.252
+164610 2.064 0.251
+164640 2.061 0.250
+164670 2.059 0.250
+164700 2.057 0.249
+164730 2.055 0.249
+164760 2.053 0.248
+164790 2.050 0.247
+164820 2.048 0.247
+164850 2.046 0.246
+164880 2.043 0.246
+164910 2.041 0.245
+164940 2.039 0.244
+164970 2.036 0.244
+165000 2.034 0.243
+165030 2.031 0.242
+165060 2.029 0.242
+165090 2.026 0.241
+165120 2.024 0.240
+165150 2.021 0.239
+165180 2.019 0.239
+165210 2.016 0.238
+165240 2.014 0.237
+165270 2.011 0.236
+165300 2.008 0.236
+165330 2.006 0.235
+165360 2.003 0.234
+165390 2.000 0.233
+165420 1.998 0.232
+165450 1.995 0.232
+165480 1.992 0.231
+165510 1.989 0.230
+165540 1.987 0.229
+165570 1.984 0.228
+165600 1.981 0.227
+165630 1.978 0.228
+165660 1.975 0.228
+165690 1.972 0.228
+165720 1.968 0.228
+165750 1.965 0.228
+165780 1.962 0.229
+165810 1.960 0.229
+165840 1.957 0.229
+165870 1.954 0.229
+165900 1.951 0.229
+165930 1.948 0.230
+165960 1.945 0.230
+165990 1.942 0.230
+166020 1.940 0.230
+166050 1.937 0.231
+166080 1.934 0.231
+166110 1.932 0.231
+166140 1.929 0.231
+166170 1.927 0.232
+166200 1.924 0.232
+166230 1.922 0.232
+166260 1.919 0.232
+166290 1.917 0.233
+166320 1.914 0.233
+166350 1.912 0.233
+166380 1.910 0.233
+166410 1.907 0.234
+166440 1.905 0.234
+166470 1.903 0.234
+166500 1.901 0.235
+166530 1.899 0.235
+166560 1.897 0.235
+166590 1.894 0.235
+166620 1.892 0.236
+166650 1.890 0.236
+166680 1.888 0.236
+166710 1.886 0.237
+166740 1.885 0.237
+166770 1.883 0.237
+166800 1.881 0.238
+166830 1.880 0.238
+166860 1.878 0.238
+166890 1.877 0.238
+166920 1.876 0.237
+166950 1.875 0.237
+166980 1.874 0.237
+167010 1.873 0.237
+167040 1.872 0.237
+167070 1.871 0.237
+167100 1.870 0.237
+167130 1.869 0.237
+167160 1.868 0.237
+167190 1.867 0.237
+167220 1.866 0.237
+167250 1.865 0.237
+167280 1.864 0.237
+167310 1.864 0.237
+167340 1.863 0.237
+167370 1.862 0.237
+167400 1.861 0.237
+167430 1.860 0.237
+167460 1.860 0.237
+167490 1.859 0.237
+167520 1.858 0.237
+167550 1.858 0.237
+167580 1.857 0.237
+167610 1.857 0.237
+167640 1.856 0.237
+167670 1.855 0.237
+167700 1.855 0.237
+167730 1.854 0.237
+167760 1.854 0.237
+167790 1.854 0.237
+167820 1.853 0.237
+167850 1.853 0.237
+167880 1.852 0.237
+167910 1.852 0.237
+167940 1.852 0.237
+167970 1.851 0.237
+168000 1.851 0.238
+168030 1.851 0.238
+168060 1.850 0.238
+168090 1.850 0.238
+168120 1.849 0.239
+168150 1.849 0.239
+168180 1.849 0.239
+168210 1.848 0.239
+168240 1.848 0.240
+168270 1.847 0.240
+168300 1.847 0.240
+168330 1.847 0.240
+168360 1.846 0.240
+168390 1.846 0.241
+168420 1.845 0.241
+168450 1.845 0.241
+168480 1.845 0.241
+168510 1.844 0.242
+168540 1.844 0.242
+168570 1.843 0.242
+168600 1.843 0.242
+168630 1.843 0.243
+168660 1.842 0.243
+168690 1.842 0.243
+168720 1.841 0.243
+168750 1.841 0.243
+168780 1.840 0.244
+168810 1.840 0.244
+168840 1.840 0.244
+168870 1.839 0.244
+168900 1.839 0.245
+168930 1.838 0.245
+168960 1.838 0.245
+168990 1.838 0.245
+169020 1.837 0.245
+169050 1.837 0.246
+169080 1.836 0.246
+169110 1.836 0.246
+169140 1.836 0.246
+169170 1.835 0.246
+169200 1.835 0.247
+169230 1.835 0.247
+169260 1.835 0.247
+169290 1.835 0.247
+169320 1.835 0.248
+169350 1.835 0.248
+169380 1.835 0.248
+169410 1.834 0.249
+169440 1.834 0.249
+169470 1.834 0.249
+169500 1.834 0.250
+169530 1.834 0.250
+169560 1.834 0.250
+169590 1.834 0.250
+169620 1.833 0.251
+169650 1.833 0.251
+169680 1.833 0.251
+169710 1.833 0.251
+169740 1.833 0.252
+169770 1.832 0.252
+169800 1.832 0.252
+169830 1.832 0.252
+169860 1.832 0.253
+169890 1.831 0.253
+169920 1.831 0.253
+169950 1.831 0.253
+169980 1.830 0.254
+170010 1.830 0.254
+170040 1.830 0.254
+170070 1.829 0.254
+170100 1.829 0.254
+170130 1.828 0.255
+170160 1.828 0.255
+170190 1.827 0.255
+170220 1.827 0.255
+170250 1.827 0.255
+170280 1.826 0.256
+170310 1.826 0.256
+170340 1.825 0.256
+170370 1.825 0.256
+170400 1.824 0.256
+170430 1.824 0.257
+170460 1.823 0.257
+170490 1.823 0.257
+170520 1.822 0.257
+170550 1.822 0.258
+170580 1.821 0.258
+170610 1.820 0.258
+170640 1.820 0.258
+170670 1.819 0.258
+170700 1.819 0.259
+170730 1.818 0.259
+170760 1.817 0.259
+170790 1.816 0.259
+170820 1.816 0.259
+170850 1.815 0.260
+170880 1.814 0.260
+170910 1.813 0.260
+170940 1.812 0.260
+170970 1.811 0.260
+171000 1.810 0.260
+171030 1.809 0.261
+171060 1.809 0.261
+171090 1.807 0.261
+171120 1.806 0.261
+171150 1.805 0.261
+171180 1.804 0.261
+171210 1.803 0.261
+171240 1.802 0.261
+171270 1.801 0.262
+171300 1.800 0.262
+171330 1.798 0.262
+171360 1.797 0.262
+171390 1.796 0.262
+171420 1.795 0.262
+171450 1.793 0.262
+171480 1.792 0.262
+171510 1.790 0.262
+171540 1.789 0.262
+171570 1.788 0.262
+171600 1.786 0.262
+171630 1.786 0.262
+171660 1.785 0.262
+171690 1.785 0.263
+171720 1.784 0.263
+171750 1.784 0.263
+171780 1.783 0.263
+171810 1.782 0.263
+171840 1.782 0.263
+171870 1.781 0.263
+171900 1.781 0.263
+171930 1.780 0.263
+171960 1.779 0.263
+171990 1.779 0.263
+172020 1.778 0.263
+172050 1.777 0.263
+172080 1.776 0.263
+172110 1.776 0.263
+172140 1.775 0.263
+172170 1.774 0.263
+172200 1.773 0.263
+172230 1.772 0.263
+172260 1.772 0.262
+172290 1.771 0.262
+172320 1.770 0.262
+172350 1.769 0.262
+172380 1.768 0.262
+172410 1.767 0.262
+172440 1.766 0.262
+172470 1.765 0.262
+172500 1.764 0.262
+172530 1.763 0.261
+172560 1.762 0.261
+172590 1.761 0.261
+172620 1.760 0.261
+172650 1.759 0.261
+172680 1.758 0.261
+172710 1.757 0.260
+172740 1.756 0.260
+172770 1.755 0.260
+172800 1.754 0.260
+172830 1.752 0.260
+172860 1.751 0.260
+172890 1.750 0.260
+172920 1.748 0.261
+172950 1.747 0.261
+172980 1.745 0.261
+173010 1.744 0.261
+173040 1.743 0.261
+173070 1.741 0.262
+173100 1.740 0.262
+173130 1.739 0.262
+173160 1.737 0.262
+173190 1.736 0.262
+173220 1.734 0.262
+173250 1.733 0.263
+173280 1.732 0.263
+173310 1.730 0.263
+173340 1.729 0.263
+173370 1.727 0.263
+173400 1.726 0.263
+173430 1.724 0.264
+173460 1.723 0.264
+173490 1.722 0.264
+173520 1.720 0.264
+173550 1.719 0.264
+173580 1.717 0.264
+173610 1.716 0.264
+173640 1.714 0.264
+173670 1.713 0.265
+173700 1.712 0.265
+173730 1.710 0.265
+173760 1.709 0.265
+173790 1.707 0.265
+173820 1.706 0.265
+173850 1.704 0.265
+173880 1.703 0.265
+173910 1.701 0.265
+173940 1.700 0.265
+173970 1.698 0.265
+174000 1.697 0.265
+174030 1.695 0.266
+174060 1.694 0.266
+174090 1.692 0.266
+174120 1.691 0.266
+174150 1.689 0.266
+174180 1.688 0.266
+174210 1.686 0.266
+174240 1.685 0.267
+174270 1.683 0.267
+174300 1.682 0.267
+174330 1.680 0.267
+174360 1.679 0.267
+174390 1.677 0.267
+174420 1.676 0.267
+174450 1.674 0.268
+174480 1.673 0.268
+174510 1.671 0.268
+174540 1.669 0.268
+174570 1.668 0.268
+174600 1.666 0.268
+174630 1.665 0.268
+174660 1.663 0.269
+174690 1.662 0.269
+174720 1.660 0.269
+174750 1.659 0.269
+174780 1.657 0.269
+174810 1.655 0.269
+174840 1.654 0.269
+174870 1.652 0.270
+174900 1.651 0.270
+174930 1.649 0.270
+174960 1.647 0.270
+174990 1.646 0.270
+175020 1.644 0.270
+175050 1.643 0.270
+175080 1.641 0.271
+175110 1.639 0.271
+175140 1.638 0.271
+175170 1.636 0.271
+175200 1.635 0.271
+175230 1.633 0.271
+175260 1.632 0.271
+175290 1.630 0.271
+175320 1.629 0.271
+175350 1.627 0.270
+175380 1.626 0.270
+175410 1.624 0.270
+175440 1.623 0.270
+175470 1.621 0.270
+175500 1.620 0.270
+175530 1.618 0.270
+175560 1.617 0.270
+175590 1.615 0.270
+175620 1.614 0.270
+175650 1.612 0.270
+175680 1.611 0.270
+175710 1.609 0.270
+175740 1.608 0.269
+175770 1.606 0.269
+175800 1.605 0.269
+175830 1.603 0.269
+175860 1.602 0.269
+175890 1.600 0.269
+175920 1.599 0.269
+175950 1.597 0.269
+175980 1.596 0.269
+176010 1.594 0.269
+176040 1.593 0.269
+176070 1.591 0.269
+176100 1.590 0.269
+176130 1.588 0.269
+176160 1.587 0.269
+176190 1.585 0.269
+176220 1.584 0.269
+176250 1.582 0.269
+176280 1.581 0.269
+176310 1.579 0.269
+176340 1.578 0.269
+176370 1.577 0.269
+176400 1.575 0.269
+176430 1.573 0.269
+176460 1.571 0.270
+176490 1.569 0.270
+176520 1.567 0.271
+176550 1.566 0.271
+176580 1.564 0.272
+176610 1.562 0.272
+176640 1.560 0.273
+176670 1.558 0.273
+176700 1.556 0.273
+176730 1.555 0.274
+176760 1.553 0.274
+176790 1.551 0.275
+176820 1.549 0.275
+176850 1.547 0.276
+176880 1.546 0.276
+176910 1.544 0.277
+176940 1.542 0.277
+176970 1.540 0.278
+177000 1.538 0.278
+177030 1.537 0.279
+177060 1.535 0.279
+177090 1.533 0.280
+177120 1.531 0.280
+177150 1.530 0.281
+177180 1.528 0.281
+177210 1.526 0.282
+177240 1.525 0.282
+177270 1.523 0.283
+177300 1.521 0.283
+177330 1.520 0.284
+177360 1.518 0.284
+177390 1.516 0.285
+177420 1.515 0.285
+177450 1.513 0.286
+177480 1.511 0.286
+177510 1.510 0.287
+177540 1.508 0.287
+177570 1.506 0.288
+177600 1.505 0.288
+177630 1.504 0.289
+177660 1.504 0.289
+177690 1.503 0.289
+177720 1.503 0.290
+177750 1.502 0.290
+177780 1.502 0.290
+177810 1.501 0.290
+177840 1.501 0.291
+177870 1.501 0.291
+177900 1.500 0.291
+177930 1.500 0.291
+177960 1.500 0.292
+177990 1.499 0.292
+178020 1.499 0.292
+178050 1.499 0.292
+178080 1.499 0.293
+178110 1.498 0.293
+178140 1.498 0.293
+178170 1.498 0.293
+178200 1.498 0.294
+178230 1.498 0.294
+178260 1.498 0.294
+178290 1.498 0.294
+178320 1.498 0.295
+178350 1.497 0.295
+178380 1.497 0.295
+178410 1.497 0.295
+178440 1.497 0.296
+178470 1.497 0.296
+178500 1.498 0.296
+178530 1.498 0.296
+178560 1.498 0.297
+178590 1.498 0.297
+178620 1.498 0.297
+178650 1.498 0.297
+178680 1.498 0.298
+178710 1.499 0.298
+178740 1.499 0.298
+178770 1.499 0.298
+178800 1.499 0.299
+178830 1.500 0.299
+178860 1.500 0.299
+178890 1.501 0.299
+178920 1.501 0.299
+178950 1.502 0.300
+178980 1.503 0.300
+179010 1.503 0.300
+179040 1.504 0.300
+179070 1.504 0.301
+179100 1.505 0.301
+179130 1.506 0.301
+179160 1.506 0.301
+179190 1.507 0.301
+179220 1.507 0.302
+179250 1.508 0.302
+179280 1.509 0.302
+179310 1.509 0.302
+179340 1.510 0.303
+179370 1.511 0.303
+179400 1.511 0.303
+179430 1.512 0.303
+179460 1.513 0.304
+179490 1.513 0.304
+179520 1.514 0.304
+179550 1.515 0.304
+179580 1.516 0.305
+179610 1.516 0.305
+179640 1.517 0.305
+179670 1.518 0.305
+179700 1.519 0.306
+179730 1.519 0.306
+179760 1.520 0.306
+179790 1.521 0.307
+179820 1.522 0.307
+179850 1.522 0.307
+179880 1.523 0.307
+179910 1.524 0.308
+179940 1.525 0.308
+179970 1.525 0.308
+180000 1.526 0.309
+180030 1.526 0.308
+180060 1.525 0.308
+180090 1.525 0.308
+180120 1.524 0.307
+180150 1.523 0.307
+180180 1.523 0.307
+180210 1.522 0.307
+180240 1.522 0.306
+180270 1.521 0.306
+180300 1.521 0.306
+180330 1.520 0.306
+180360 1.519 0.305
+180390 1.519 0.305
+180420 1.518 0.305
+180450 1.518 0.305
+180480 1.517 0.304
+180510 1.517 0.304
+180540 1.516 0.304
+180570 1.516 0.303
+180600 1.515 0.303
+180630 1.515 0.303
+180660 1.515 0.303
+180690 1.514 0.302
+180720 1.514 0.302
+180750 1.513 0.302
+180780 1.513 0.302
+180810 1.512 0.301
+180840 1.512 0.301
+180870 1.511 0.301
+180900 1.511 0.301
+180930 1.511 0.300
+180960 1.510 0.300
+180990 1.510 0.300
+181020 1.510 0.300
+181050 1.509 0.299
+181080 1.509 0.299
+181110 1.508 0.299
+181140 1.508 0.298
+181170 1.508 0.298
+181200 1.507 0.298
+181230 1.507 0.297
+181260 1.506 0.297
+181290 1.506 0.296
+181320 1.505 0.296
+181350 1.505 0.295
+181380 1.505 0.295
+181410 1.504 0.294
+181440 1.504 0.294
+181470 1.503 0.294
+181500 1.503 0.293
+181530 1.502 0.293
+181560 1.502 0.292
+181590 1.501 0.292
+181620 1.501 0.291
+181650 1.500 0.291
+181680 1.500 0.291
+181710 1.499 0.290
+181740 1.499 0.290
+181770 1.498 0.289
+181800 1.498 0.289
+181830 1.497 0.289
+181860 1.497 0.288
+181890 1.496 0.288
+181920 1.496 0.288
+181950 1.496 0.287
+181980 1.495 0.287
+182010 1.495 0.287
+182040 1.494 0.286
+182070 1.494 0.286
+182100 1.493 0.286
+182130 1.493 0.285
+182160 1.492 0.285
+182190 1.492 0.285
+182220 1.491 0.285
+182250 1.491 0.284
+182280 1.490 0.284
+182310 1.490 0.284
+182340 1.489 0.284
+182370 1.489 0.283
+182400 1.488 0.283
+182430 1.487 0.283
+182460 1.486 0.282
+182490 1.485 0.282
+182520 1.484 0.282
+182550 1.483 0.281
+182580 1.482 0.281
+182610 1.480 0.281
+182640 1.479 0.280
+182670 1.478 0.280
+182700 1.477 0.280
+182730 1.476 0.279
+182760 1.475 0.279
+182790 1.474 0.279
+182820 1.473 0.278
+182850 1.472 0.278
+182880 1.470 0.278
+182910 1.469 0.277
+182940 1.468 0.277
+182970 1.467 0.277
+183000 1.466 0.276
+183030 1.465 0.276
+183060 1.464 0.276
+183090 1.463 0.275
+183120 1.462 0.275
+183150 1.461 0.275
+183180 1.460 0.275
+183210 1.459 0.274
+183240 1.458 0.274
+183270 1.456 0.274
+183300 1.455 0.274
+183330 1.454 0.273
+183360 1.453 0.273
+183390 1.452 0.273
+183420 1.451 0.272
+183450 1.450 0.272
+183480 1.449 0.272
+183510 1.448 0.272
+183540 1.447 0.271
+183570 1.446 0.271
+183600 1.445 0.271
+183630 1.444 0.271
+183660 1.443 0.271
+183690 1.441 0.270
+183720 1.440 0.270
+183750 1.439 0.270
+183780 1.438 0.270
+183810 1.437 0.269
+183840 1.436 0.269
+183870 1.434 0.269
+183900 1.433 0.269
+183930 1.432 0.269
+183960 1.431 0.268
+183990 1.430 0.268
+184020 1.429 0.268
+184050 1.428 0.268
+184080 1.426 0.268
+184110 1.425 0.267
+184140 1.424 0.267
+184170 1.423 0.267
+184200 1.422 0.267
+184230 1.421 0.267
+184260 1.420 0.266
+184290 1.419 0.266
+184320 1.418 0.266
+184350 1.417 0.266
+184380 1.416 0.266
+184410 1.415 0.266
+184440 1.414 0.266
+184470 1.413 0.265
+184500 1.412 0.265
+184530 1.411 0.265
+184560 1.410 0.265
+184590 1.409 0.265
+184620 1.408 0.265
+184650 1.407 0.264
+184680 1.406 0.264
+184710 1.405 0.264
+184740 1.404 0.264
+184770 1.403 0.264
+184800 1.402 0.264
+184830 1.400 0.264
+184860 1.399 0.263
+184890 1.397 0.263
+184920 1.396 0.263
+184950 1.395 0.263
+184980 1.393 0.262
+185010 1.392 0.262
+185040 1.390 0.262
+185070 1.389 0.262
+185100 1.387 0.261
+185130 1.386 0.261
+185160 1.385 0.261
+185190 1.383 0.260
+185220 1.382 0.260
+185250 1.381 0.260
+185280 1.379 0.259
+185310 1.378 0.259
+185340 1.377 0.259
+185370 1.375 0.258
+185400 1.374 0.258
+185430 1.373 0.258
+185460 1.372 0.257
+185490 1.370 0.257
+185520 1.369 0.257
+185550 1.368 0.256
+185580 1.367 0.256
+185610 1.365 0.256
+185640 1.364 0.255
+185670 1.363 0.255
+185700 1.362 0.254
+185730 1.361 0.254
+185760 1.359 0.254
+185790 1.358 0.253
+185820 1.357 0.253
+185850 1.356 0.252
+185880 1.355 0.252
+185910 1.354 0.251
+185940 1.353 0.251
+185970 1.351 0.251
+186000 1.350 0.250
+186030 1.349 0.250
+186060 1.349 0.249
+186090 1.348 0.249
+186120 1.347 0.248
+186150 1.346 0.248
+186180 1.345 0.247
+186210 1.344 0.247
+186240 1.343 0.246
+186270 1.342 0.246
+186300 1.341 0.245
+186330 1.340 0.245
+186360 1.339 0.244
+186390 1.338 0.244
+186420 1.337 0.243
+186450 1.337 0.243
+186480 1.336 0.242
+186510 1.335 0.242
+186540 1.334 0.241
+186570 1.333 0.240
+186600 1.332 0.240
+186630 1.331 0.239
+186660 1.330 0.239
+186690 1.330 0.238
+186720 1.329 0.238
+186750 1.328 0.237
+186780 1.327 0.236
+186810 1.326 0.236
+186840 1.325 0.235
+186870 1.324 0.235
+186900 1.324 0.234
+186930 1.323 0.233
+186960 1.322 0.233
+186990 1.321 0.232
+187020 1.320 0.231
+187050 1.319 0.231
+187080 1.318 0.230
+187110 1.318 0.229
+187140 1.317 0.229
+187170 1.316 0.228
+187200 1.315 0.227
+187230 1.314 0.227
+187260 1.312 0.227
+187290 1.311 0.226
+187320 1.310 0.226
+187350 1.308 0.226
+187380 1.307 0.225
+187410 1.306 0.225
+187440 1.304 0.225
+187470 1.303 0.224
+187500 1.302 0.224
+187530 1.300 0.224
+187560 1.299 0.223
+187590 1.298 0.223
+187620 1.296 0.223
+187650 1.295 0.222
+187680 1.294 0.222
+187710 1.293 0.222
+187740 1.291 0.222
+187770 1.290 0.221
+187800 1.289 0.221
+187830 1.288 0.221
+187860 1.286 0.220
+187890 1.285 0.220
+187920 1.284 0.220
+187950 1.283 0.219
+187980 1.282 0.219
+188010 1.281 0.219
+188040 1.279 0.218
+188070 1.278 0.218
+188100 1.277 0.218
+188130 1.276 0.217
+188160 1.275 0.217
+188190 1.274 0.217
+188220 1.273 0.216
+188250 1.272 0.216
+188280 1.271 0.216
+188310 1.270 0.215
+188340 1.269 0.215
+188370 1.268 0.215
+188400 1.267 0.214
+188430 1.266 0.215
+188460 1.266 0.215
+188490 1.266 0.215
+188520 1.265 0.216
+188550 1.265 0.216
+188580 1.265 0.216
+188610 1.264 0.217
+188640 1.264 0.217
+188670 1.264 0.217
+188700 1.263 0.218
+188730 1.263 0.218
+188760 1.263 0.218
+188790 1.262 0.219
+188820 1.262 0.219
+188850 1.262 0.219
+188880 1.262 0.219
+188910 1.261 0.220
+188940 1.261 0.220
+188970 1.261 0.220
+189000 1.260 0.221
+189030 1.260 0.221
+189060 1.260 0.221
+189090 1.260 0.221
+189120 1.259 0.222
+189150 1.259 0.222
+189180 1.259 0.222
+189210 1.259 0.222
+189240 1.258 0.223
+189270 1.258 0.223
+189300 1.258 0.223
+189330 1.258 0.223
+189360 1.257 0.224
+189390 1.257 0.224
+189420 1.257 0.224
+189450 1.257 0.224
+189480 1.257 0.224
+189510 1.256 0.225
+189540 1.256 0.225
+189570 1.256 0.225
+189600 1.256 0.225
+189630 1.256 0.226
+189660 1.256 0.226
+189690 1.256 0.227
+189720 1.257 0.228
+189750 1.257 0.228
+189780 1.257 0.229
+189810 1.257 0.229
+189840 1.257 0.230
+189870 1.258 0.230
+189900 1.258 0.231
+189930 1.258 0.231
+189960 1.258 0.232
+189990 1.259 0.232
+190020 1.259 0.233
+190050 1.259 0.234
+190080 1.259 0.234
+190110 1.260 0.235
+190140 1.260 0.235
+190170 1.260 0.236
+190200 1.260 0.236
+190230 1.261 0.237
+190260 1.261 0.237
+190290 1.261 0.238
+190320 1.262 0.238
+190350 1.262 0.239
+190380 1.262 0.239
+190410 1.262 0.240
+190440 1.263 0.240
+190470 1.263 0.241
+190500 1.263 0.241
+190530 1.264 0.242
+190560 1.264 0.242
+190590 1.264 0.243
+190620 1.265 0.243
+190650 1.265 0.243
+190680 1.265 0.244
+190710 1.266 0.244
+190740 1.266 0.245
+190770 1.266 0.245
+190800 1.267 0.246
+190830 1.267 0.246
+190860 1.268 0.247
+190890 1.269 0.247
+190920 1.270 0.247
+190950 1.270 0.248
+190980 1.271 0.248
+191010 1.272 0.249
+191040 1.273 0.249
+191070 1.273 0.250
+191100 1.274 0.250
+191130 1.275 0.250
+191160 1.276 0.251
+191190 1.276 0.251
+191220 1.277 0.252
+191250 1.278 0.252
+191280 1.279 0.252
+191310 1.280 0.253
+191340 1.280 0.253
+191370 1.281 0.254
+191400 1.282 0.254
+191430 1.283 0.254
+191460 1.284 0.255
+191490 1.285 0.255
+191520 1.285 0.255
+191550 1.286 0.256
+191580 1.287 0.256
+191610 1.288 0.256
+191640 1.289 0.257
+191670 1.290 0.257
+191700 1.290 0.258
+191730 1.291 0.258
+191760 1.292 0.258
+191790 1.293 0.259
+191820 1.294 0.259
+191850 1.295 0.259
+191880 1.295 0.260
+191910 1.296 0.260
+191940 1.297 0.260
+191970 1.298 0.260
+192000 1.299 0.261
+192030 1.300 0.261
+192060 1.301 0.262
+192090 1.302 0.262
+192120 1.303 0.262
+192150 1.303 0.263
+192180 1.304 0.263
+192210 1.305 0.264
+192240 1.306 0.264
+192270 1.307 0.264
+192300 1.308 0.265
+192330 1.309 0.265
+192360 1.310 0.266
+192390 1.311 0.266
+192420 1.312 0.266
+192450 1.313 0.267
+192480 1.313 0.267
+192510 1.314 0.267
+192540 1.315 0.268
+192570 1.316 0.268
+192600 1.317 0.268
+192630 1.318 0.269
+192660 1.319 0.269
+192690 1.320 0.269
+192720 1.321 0.269
+192750 1.322 0.270
+192780 1.323 0.270
+192810 1.324 0.270
+192840 1.325 0.271
+192870 1.326 0.271
+192900 1.327 0.271
+192930 1.328 0.271
+192960 1.329 0.272
+192990 1.330 0.272
+193020 1.331 0.272
+193050 1.332 0.272
+193080 1.333 0.273
+193110 1.334 0.273
+193140 1.335 0.273
+193170 1.336 0.273
+193200 1.337 0.273
+193230 1.338 0.274
+193260 1.338 0.274
+193290 1.339 0.275
+193320 1.340 0.275
+193350 1.340 0.276
+193380 1.341 0.276
+193410 1.342 0.277
+193440 1.342 0.277
+193470 1.343 0.278
+193500 1.344 0.278
+193530 1.344 0.279
+193560 1.345 0.279
+193590 1.346 0.280
+193620 1.346 0.280
+193650 1.347 0.280
+193680 1.348 0.281
+193710 1.348 0.281
+193740 1.349 0.282
+193770 1.350 0.282
+193800 1.350 0.283
+193830 1.351 0.283
+193860 1.352 0.284
+193890 1.352 0.284
+193920 1.353 0.285
+193950 1.354 0.285
+193980 1.354 0.286
+194010 1.355 0.286
+194040 1.356 0.287
+194070 1.356 0.287
+194100 1.357 0.288
+194130 1.358 0.288
+194160 1.359 0.288
+194190 1.359 0.289
+194220 1.360 0.289
+194250 1.361 0.290
+194280 1.361 0.290
+194310 1.362 0.291
+194340 1.363 0.291
+194370 1.363 0.292
+194400 1.364 0.292
+194430 1.363 0.292
+194460 1.362 0.292
+194490 1.362 0.292
+194520 1.361 0.293
+194550 1.360 0.293
+194580 1.359 0.293
+194610 1.359 0.293
+194640 1.358 0.293
+194670 1.357 0.293
+194700 1.356 0.293
+194730 1.356 0.293
+194760 1.355 0.293
+194790 1.354 0.293
+194820 1.354 0.293
+194850 1.353 0.293
+194880 1.352 0.293
+194910 1.351 0.293
+194940 1.351 0.294
+194970 1.350 0.294
+195000 1.349 0.294
+195030 1.348 0.294
+195060 1.348 0.294
+195090 1.347 0.294
+195120 1.346 0.294
+195150 1.345 0.294
+195180 1.345 0.294
+195210 1.344 0.294
+195240 1.343 0.294
+195270 1.342 0.294
+195300 1.342 0.294
+195330 1.341 0.294
+195360 1.340 0.294
+195390 1.339 0.295
+195420 1.339 0.295
+195450 1.338 0.295
+195480 1.337 0.295
+195510 1.336 0.295
+195540 1.336 0.295
+195570 1.335 0.295
+195600 1.334 0.295
+195630 1.333 0.295
+195660 1.331 0.294
+195690 1.330 0.294
+195720 1.328 0.294
+195750 1.327 0.293
+195780 1.325 0.293
+195810 1.324 0.293
+195840 1.322 0.292
+195870 1.321 0.292
+195900 1.319 0.292
+195930 1.318 0.291
+195960 1.317 0.291
+195990 1.315 0.291
+196020 1.314 0.290
+196050 1.312 0.290
+196080 1.311 0.290
+196110 1.309 0.289
+196140 1.308 0.289
+196170 1.306 0.289
+196200 1.305 0.288
+196230 1.304 0.288
+196260 1.302 0.288
+196290 1.301 0.287
+196320 1.299 0.287
+196350 1.298 0.287
+196380 1.297 0.286
+196410 1.295 0.286
+196440 1.294 0.286
+196470 1.292 0.285
+196500 1.291 0.285
+196530 1.290 0.285
+196560 1.288 0.284
+196590 1.287 0.284
+196620 1.286 0.284
+196650 1.284 0.283
+196680 1.283 0.283
+196710 1.281 0.283
+196740 1.280 0.282
+196770 1.279 0.282
+196800 1.277 0.282
+196830 1.276 0.281
+196860 1.275 0.280
+196890 1.273 0.279
+196920 1.272 0.279
+196950 1.271 0.278
+196980 1.269 0.277
+197010 1.268 0.276
+197040 1.267 0.276
+197070 1.266 0.275
+197100 1.264 0.274
+197130 1.263 0.273
+197160 1.262 0.273
+197190 1.261 0.272
+197220 1.260 0.271
+197250 1.259 0.270
+197280 1.257 0.270
+197310 1.256 0.269
+197340 1.255 0.268
+197370 1.254 0.267
+197400 1.253 0.267
+197430 1.252 0.266
+197460 1.251 0.265
+197490 1.250 0.264
+197520 1.249 0.264
+197550 1.248 0.263
+197580 1.247 0.262
+197610 1.246 0.261
+197640 1.245 0.261
+197670 1.244 0.260
+197700 1.243 0.259
+197730 1.242 0.259
+197760 1.241 0.258
+197790 1.240 0.257
+197820 1.239 0.256
+197850 1.238 0.256
+197880 1.237 0.255
+197910 1.237 0.254
+197940 1.236 0.253
+197970 1.235 0.253
+198000 1.234 0.252
+198030 1.233 0.251
+198060 1.232 0.251
+198090 1.231 0.250
+198120 1.230 0.250
+198150 1.229 0.249
+198180 1.228 0.249
+198210 1.227 0.248
+198240 1.226 0.248
+198270 1.225 0.247
+198300 1.224 0.247
+198330 1.223 0.246
+198360 1.223 0.246
+198390 1.222 0.245
+198420 1.221 0.245
+198450 1.220 0.244
+198480 1.219 0.244
+198510 1.218 0.243
+198540 1.217 0.243
+198570 1.217 0.242
+198600 1.216 0.242
+198630 1.215 0.241
+198660 1.214 0.241
+198690 1.213 0.240
+198720 1.213 0.240
+198750 1.212 0.240
+198780 1.211 0.239
+198810 1.210 0.239
+198840 1.210 0.238
+198870 1.209 0.238
+198900 1.208 0.237
+198930 1.207 0.237
+198960 1.207 0.237
+198990 1.206 0.236
+199020 1.205 0.236
+199050 1.205 0.235
+199080 1.204 0.235
+199110 1.203 0.234
+199140 1.203 0.234
+199170 1.202 0.234
+199200 1.202 0.233
+199230 1.201 0.233
+199260 1.200 0.233
+199290 1.199 0.233
+199320 1.199 0.233
+199350 1.198 0.233
+199380 1.197 0.233
+199410 1.196 0.233
+199440 1.196 0.233
+199470 1.195 0.233
+199500 1.194 0.233
+199530 1.194 0.234
+199560 1.193 0.234
+199590 1.192 0.234
+199620 1.191 0.234
+199650 1.191 0.234
+199680 1.190 0.234
+199710 1.189 0.234
+199740 1.189 0.234
+199770 1.188 0.234
+199800 1.187 0.234
+199830 1.187 0.234
+199860 1.186 0.234
+199890 1.185 0.234
+199920 1.185 0.234
+199950 1.184 0.234
+199980 1.183 0.235
+200010 1.183 0.235
+200040 1.182 0.235
+200070 1.181 0.235
+200100 1.181 0.235
+200130 1.180 0.235
+200160 1.179 0.235
+200190 1.179 0.235
+200220 1.178 0.235
+200250 1.178 0.236
+200280 1.177 0.236
+200310 1.176 0.236
+200340 1.176 0.236
+200370 1.175 0.236
+200400 1.174 0.236
+200430 1.174 0.237
+200460 1.174 0.237
+200490 1.174 0.238
+200520 1.174 0.238
+200550 1.174 0.239
+200580 1.173 0.239
+200610 1.173 0.240
+200640 1.173 0.241
+200670 1.173 0.241
+200700 1.173 0.242
+200730 1.172 0.242
+200760 1.172 0.243
+200790 1.172 0.243
+200820 1.172 0.244
+200850 1.172 0.245
+200880 1.172 0.245
+200910 1.172 0.246
+200940 1.171 0.246
+200970 1.171 0.247
+201000 1.171 0.247
+201030 1.171 0.248
+201060 1.171 0.249
+201090 1.171 0.249
+201120 1.171 0.250
+201150 1.170 0.250
+201180 1.170 0.251
+201210 1.170 0.252
+201240 1.170 0.252
+201270 1.170 0.253
+201300 1.170 0.253
+201330 1.170 0.254
+201360 1.170 0.255
+201390 1.170 0.255
+201420 1.170 0.256
+201450 1.169 0.257
+201480 1.169 0.257
+201510 1.169 0.258
+201540 1.169 0.259
+201570 1.169 0.259
+201600 1.169 0.260
+201630 1.169 0.260
+201660 1.169 0.261
+201690 1.168 0.261
+201720 1.168 0.262
+201750 1.168 0.262
+201780 1.168 0.263
+201810 1.168 0.263
+201840 1.168 0.264
+201870 1.167 0.264
+201900 1.167 0.265
+201930 1.167 0.265
+201960 1.167 0.266
+201990 1.167 0.266
+202020 1.167 0.267
+202050 1.166 0.267
+202080 1.166 0.268
+202110 1.166 0.268
+202140 1.166 0.268
+202170 1.166 0.269
+202200 1.166 0.269
+202230 1.166 0.270
+202260 1.165 0.270
+202290 1.165 0.270
+202320 1.165 0.271
+202350 1.165 0.271
+202380 1.165 0.272
+202410 1.165 0.272
+202440 1.165 0.272
+202470 1.165 0.273
+202500 1.165 0.273
+202530 1.164 0.273
+202560 1.164 0.274
+202590 1.164 0.274
+202620 1.164 0.274
+202650 1.164 0.275
+202680 1.164 0.275
+202710 1.164 0.275
+202740 1.164 0.275
+202770 1.164 0.276
+202800 1.164 0.276
+202830 1.165 0.276
+202860 1.167 0.276
+202890 1.168 0.276
+202920 1.169 0.276
+202950 1.171 0.276
+202980 1.172 0.276
+203010 1.174 0.276
+203040 1.175 0.276
+203070 1.176 0.276
+203100 1.178 0.276
+203130 1.179 0.276
+203160 1.180 0.276
+203190 1.182 0.276
+203220 1.183 0.276
+203250 1.185 0.276
+203280 1.186 0.276
+203310 1.187 0.276
+203340 1.189 0.276
+203370 1.190 0.276
+203400 1.191 0.276
+203430 1.193 0.276
+203460 1.194 0.276
+203490 1.195 0.276
+203520 1.197 0.276
+203550 1.198 0.276
+203580 1.199 0.276
+203610 1.201 0.276
+203640 1.202 0.276
+203670 1.203 0.276
+203700 1.205 0.276
+203730 1.206 0.276
+203760 1.207 0.276
+203790 1.209 0.276
+203820 1.210 0.276
+203850 1.211 0.276
+203880 1.213 0.276
+203910 1.214 0.276
+203940 1.215 0.276
+203970 1.217 0.276
+204000 1.218 0.276
+204030 1.220 0.276
+204060 1.222 0.277
+204090 1.224 0.277
+204120 1.226 0.278
+204150 1.228 0.278
+204180 1.229 0.278
+204210 1.231 0.279
+204240 1.233 0.279
+204270 1.235 0.280
+204300 1.237 0.280
+204330 1.239 0.280
+204360 1.241 0.281
+204390 1.243 0.281
+204420 1.245 0.282
+204450 1.246 0.282
+204480 1.248 0.283
+204510 1.250 0.283
+204540 1.252 0.283
+204570 1.254 0.284
+204600 1.256 0.284
+204630 1.258 0.285
+204660 1.259 0.285
+204690 1.261 0.285
+204720 1.263 0.286
+204750 1.265 0.286
+204780 1.267 0.287
+204810 1.268 0.287
+204840 1.270 0.287
+204870 1.272 0.288
+204900 1.274 0.288
+204930 1.275 0.289
+204960 1.277 0.289
+204990 1.279 0.289
+205020 1.281 0.290
+205050 1.282 0.290
+205080 1.284 0.291
+205110 1.286 0.291
+205140 1.287 0.291
+205170 1.289 0.292
+205200 1.291 0.292
+205230 1.294 0.292
+205260 1.297 0.293
+205290 1.300 0.293
+205320 1.302 0.293
+205350 1.305 0.293
+205380 1.308 0.293
+205410 1.311 0.294
+205440 1.314 0.294
+205470 1.317 0.294
+205500 1.320 0.294
+205530 1.323 0.294
+205560 1.326 0.294
+205590 1.329 0.295
+205620 1.332 0.295
+205650 1.334 0.295
+205680 1.337 0.295
+205710 1.340 0.295
+205740 1.343 0.295
+205770 1.346 0.296
+205800 1.349 0.296
+205830 1.352 0.296
+205860 1.355 0.296
+205890 1.358 0.296
+205920 1.361 0.296
+205950 1.364 0.296
+205980 1.366 0.296
+206010 1.369 0.297
+206040 1.372 0.297
+206070 1.375 0.297
+206100 1.378 0.297
+206130 1.381 0.297
+206160 1.384 0.297
+206190 1.387 0.297
+206220 1.390 0.297
+206250 1.393 0.297
+206280 1.396 0.297
+206310 1.399 0.298
+206340 1.401 0.298
+206370 1.404 0.298
+206400 1.407 0.298
+206430 1.412 0.298
+206460 1.416 0.297
+206490 1.420 0.297
+206520 1.425 0.297
+206550 1.429 0.297
+206580 1.433 0.297
+206610 1.438 0.296
+206640 1.442 0.296
+206670 1.447 0.296
+206700 1.451 0.296
+206730 1.455 0.296
+206760 1.460 0.296
+206790 1.464 0.295
+206820 1.468 0.295
+206850 1.472 0.295
+206880 1.477 0.295
+206910 1.481 0.295
+206940 1.485 0.295
+206970 1.490 0.294
+207000 1.494 0.294
+207030 1.498 0.294
+207060 1.502 0.294
+207090 1.507 0.294
+207120 1.511 0.294
+207150 1.515 0.294
+207180 1.519 0.294
+207210 1.523 0.293
+207240 1.528 0.293
+207270 1.532 0.293
+207300 1.536 0.293
+207330 1.540 0.293
+207360 1.544 0.293
+207390 1.549 0.293
+207420 1.553 0.293
+207450 1.557 0.293
+207480 1.561 0.293
+207510 1.565 0.292
+207540 1.569 0.292
+207570 1.574 0.292
+207600 1.578 0.292
+207630 1.582 0.292
+207660 1.587 0.292
+207690 1.591 0.292
+207720 1.596 0.292
+207750 1.600 0.292
+207780 1.605 0.292
+207810 1.609 0.292
+207840 1.614 0.292
+207870 1.618 0.292
+207900 1.623 0.292
+207930 1.627 0.292
+207960 1.632 0.292
+207990 1.636 0.292
+208020 1.641 0.292
+208050 1.645 0.292
+208080 1.649 0.292
+208110 1.654 0.292
+208140 1.658 0.292
+208170 1.663 0.292
+208200 1.667 0.292
+208230 1.671 0.292
+208260 1.676 0.292
+208290 1.680 0.292
+208320 1.685 0.292
+208350 1.689 0.292
+208380 1.693 0.292
+208410 1.698 0.292
+208440 1.702 0.292
+208470 1.706 0.292
+208500 1.711 0.292
+208530 1.715 0.292
+208560 1.719 0.292
+208590 1.724 0.292
+208620 1.728 0.292
+208650 1.732 0.292
+208680 1.737 0.292
+208710 1.741 0.292
+208740 1.745 0.292
+208770 1.749 0.292
+208800 1.754 0.292
+208830 1.759 0.292
+208860 1.764 0.292
+208890 1.769 0.292
+208920 1.775 0.292
+208950 1.780 0.292
+208980 1.785 0.292
+209010 1.791 0.291
+209040 1.796 0.291
+209070 1.801 0.291
+209100 1.806 0.291
+209130 1.812 0.291
+209160 1.817 0.291
+209190 1.822 0.291
+209220 1.828 0.291
+209250 1.833 0.291
+209280 1.838 0.291
+209310 1.843 0.291
+209340 1.849 0.290
+209370 1.854 0.290
+209400 1.859 0.290
+209430 1.864 0.290
+209460 1.870 0.290
+209490 1.875 0.290
+209520 1.880 0.290
+209550 1.886 0.290
+209580 1.891 0.290
+209610 1.896 0.290
+209640 1.901 0.290
+209670 1.907 0.290
+209700 1.912 0.290
+209730 1.917 0.290
+209760 1.922 0.290
+209790 1.928 0.290
+209820 1.933 0.290
+209850 1.938 0.290
+209880 1.944 0.290
+209910 1.949 0.290
+209940 1.954 0.290
+209970 1.959 0.290
+210000 1.965 0.290
+210030 1.969 0.289
+210060 1.973 0.289
+210090 1.978 0.288
+210120 1.982 0.288
+210150 1.987 0.288
+210180 1.991 0.287
+210210 1.995 0.287
+210240 2.000 0.286
+210270 2.004 0.286
+210300 2.009 0.286
+210330 2.013 0.285
+210360 2.017 0.285
+210390 2.022 0.285
+210420 2.026 0.284
+210450 2.030 0.284
+210480 2.035 0.284
+210510 2.039 0.283
+210540 2.043 0.283
+210570 2.048 0.282
+210600 2.052 0.282
+210630 2.056 0.282
+210660 2.061 0.281
+210690 2.065 0.281
+210720 2.069 0.281
+210750 2.074 0.280
+210780 2.078 0.280
+210810 2.082 0.280
+210840 2.087 0.280
+210870 2.091 0.279
+210900 2.095 0.279
+210930 2.099 0.279
+210960 2.104 0.278
+210990 2.108 0.278
+211020 2.112 0.278
+211050 2.117 0.277
+211080 2.121 0.277
+211110 2.125 0.277
+211140 2.129 0.277
+211170 2.134 0.276
+211200 2.138 0.276
+211230 2.141 0.276
+211260 2.144 0.276
+211290 2.147 0.276
+211320 2.149 0.275
+211350 2.152 0.275
+211380 2.155 0.275
+211410 2.158 0.275
+211440 2.161 0.275
+211470 2.164 0.275
+211500 2.167 0.275
+211530 2.169 0.274
+211560 2.172 0.274
+211590 2.175 0.274
+211620 2.178 0.274
+211650 2.181 0.274
+211680 2.184 0.273
+211710 2.186 0.273
+211740 2.189 0.273
+211770 2.192 0.273
+211800 2.195 0.273
+211830 2.198 0.272
+211860 2.200 0.272
+211890 2.203 0.272
+211920 2.206 0.272
+211950 2.209 0.272
+211980 2.211 0.271
+212010 2.214 0.271
+212040 2.217 0.271
+212070 2.219 0.271
+212100 2.222 0.271
+212130 2.225 0.270
+212160 2.228 0.270
+212190 2.230 0.270
+212220 2.233 0.270
+212250 2.236 0.269
+212280 2.238 0.269
+212310 2.241 0.269
+212340 2.244 0.269
+212370 2.246 0.268
+212400 2.249 0.268
+212430 2.253 0.268
+212460 2.256 0.268
+212490 2.260 0.268
+212520 2.263 0.268
+212550 2.267 0.268
+212580 2.271 0.268
+212610 2.274 0.268
+212640 2.278 0.267
+212670 2.281 0.267
+212700 2.285 0.267
+212730 2.288 0.267
+212760 2.292 0.267
+212790 2.295 0.267
+212820 2.299 0.267
+212850 2.303 0.267
+212880 2.306 0.267
+212910 2.309 0.267
+212940 2.313 0.267
+212970 2.316 0.267
+213000 2.320 0.267
+213030 2.323 0.267
+213060 2.327 0.267
+213090 2.330 0.266
+213120 2.334 0.266
+213150 2.337 0.266
+213180 2.340 0.266
+213210 2.344 0.266
+213240 2.347 0.266
+213270 2.351 0.266
+213300 2.354 0.266
+213330 2.357 0.266
+213360 2.361 0.266
+213390 2.364 0.266
+213420 2.367 0.266
+213450 2.371 0.266
+213480 2.374 0.266
+213510 2.377 0.266
+213540 2.380 0.265
+213570 2.384 0.265
+213600 2.387 0.265
+213630 2.392 0.265
+213660 2.397 0.265
+213690 2.402 0.266
+213720 2.407 0.266
+213750 2.412 0.266
+213780 2.417 0.266
+213810 2.422 0.266
+213840 2.427 0.266
+213870 2.432 0.266
+213900 2.437 0.266
+213930 2.442 0.266
+213960 2.447 0.266
+213990 2.452 0.266
+214020 2.457 0.266
+214050 2.462 0.266
+214080 2.467 0.266
+214110 2.471 0.266
+214140 2.476 0.266
+214170 2.481 0.266
+214200 2.486 0.266
+214230 2.491 0.266
+214260 2.496 0.266
+214290 2.501 0.266
+214320 2.506 0.266
+214350 2.511 0.266
+214380 2.516 0.266
+214410 2.521 0.266
+214440 2.526 0.266
+214470 2.531 0.266
+214500 2.536 0.266
+214530 2.540 0.266
+214560 2.545 0.266
+214590 2.550 0.266
+214620 2.555 0.266
+214650 2.560 0.266
+214680 2.565 0.266
+214710 2.570 0.266
+214740 2.575 0.266
+214770 2.580 0.266
+214800 2.584 0.265
+214830 2.590 0.265
+214860 2.596 0.265
+214890 2.602 0.265
+214920 2.609 0.265
+214950 2.615 0.265
+214980 2.621 0.265
+215010 2.627 0.265
+215040 2.633 0.265
+215070 2.639 0.265
+215100 2.645 0.265
+215130 2.651 0.265
+215160 2.657 0.265
+215190 2.663 0.265
+215220 2.669 0.265
+215250 2.675 0.265
+215280 2.681 0.265
+215310 2.687 0.265
+215340 2.693 0.264
+215370 2.699 0.264
+215400 2.705 0.264
+215430 2.711 0.264
+215460 2.717 0.264
+215490 2.723 0.264
+215520 2.729 0.264
+215550 2.735 0.263
+215580 2.741 0.263
+215610 2.747 0.263
+215640 2.753 0.263
+215670 2.759 0.263
+215700 2.765 0.262
+215730 2.771 0.262
+215760 2.777 0.262
+215790 2.783 0.262
+215820 2.789 0.261
+215850 2.795 0.261
+215880 2.801 0.261
+215910 2.807 0.261
+215940 2.813 0.260
+215970 2.819 0.260
+216000  nan   nan
+216030  nan   nan
+216060  nan   nan
+216090  nan   nan
+216120  nan   nan
+216150  nan   nan
+216180  nan   nan
+216210  nan   nan
+216240  nan   nan
+216270  nan   nan
+216300  nan   nan
+216330  nan   nan
+216360  nan   nan
+216390  nan   nan
+216420  nan   nan
+216450  nan   nan
+216480  nan   nan
+216510  nan   nan
+216540  nan   nan
+216570  nan   nan
+216600  nan   nan
+216630  nan   nan
+216660  nan   nan
+216690  nan   nan
+216720  nan   nan
+216750  nan   nan
+216780  nan   nan
+216810  nan   nan
+216840  nan   nan
+216870  nan   nan
+216900  nan   nan
+216930  nan   nan
+216960  nan   nan
+216990  nan   nan
+217020  nan   nan
+217050  nan   nan
+217080  nan   nan
+217110  nan   nan
+217140  nan   nan
+217170  nan   nan
+217200  nan   nan
+217230  nan   nan
+217260  nan   nan
+217290  nan   nan
+217320  nan   nan
+217350  nan   nan
+217380  nan   nan
+217410  nan   nan
+217440  nan   nan
+217470  nan   nan
+217500  nan   nan
+217530  nan   nan
+217560  nan   nan
+217590  nan   nan
+217620  nan   nan
+217650  nan   nan
+217680  nan   nan
+217710  nan   nan
+217740  nan   nan
+217770  nan   nan
+217800  nan   nan
+217830  nan   nan
+217860  nan   nan
+217890  nan   nan
+217920  nan   nan
+217950  nan   nan
+217980  nan   nan
+218010  nan   nan
+218040  nan   nan
+218070  nan   nan
+218100  nan   nan
+218130  nan   nan
+218160  nan   nan
+218190  nan   nan
+218220  nan   nan
+218250  nan   nan
+218280  nan   nan
+218310  nan   nan
+218340  nan   nan
+218370  nan   nan
+218400  nan   nan
+218430  nan   nan
+218460  nan   nan
+218490  nan   nan
+218520  nan   nan
+218550  nan   nan
+218580  nan   nan
+218610  nan   nan
+218640  nan   nan
+218670  nan   nan
+218700  nan   nan
+218730  nan   nan
+218760  nan   nan
+218790  nan   nan
+218820  nan   nan
+218850  nan   nan
+218880  nan   nan
+218910  nan   nan
+218940  nan   nan
+218970  nan   nan
+219000  nan   nan
+219030  nan   nan
+219060  nan   nan
+219090  nan   nan
+219120  nan   nan
+219150  nan   nan
+219180  nan   nan
+219210  nan   nan
+219240  nan   nan
+219270  nan   nan
+219300  nan   nan
+219330  nan   nan
+219360  nan   nan
+219390  nan   nan
+219420  nan   nan
+219450  nan   nan
+219480  nan   nan
+219510  nan   nan
+219540  nan   nan
+219570  nan   nan
+219600  nan   nan
+219630  nan   nan
+219660  nan   nan
+219690  nan   nan
+219720  nan   nan
+219750  nan   nan
+219780  nan   nan
+219810  nan   nan
+219840  nan   nan
+219870  nan   nan
+219900  nan   nan
+219930  nan   nan
+219960  nan   nan
+219990  nan   nan
+220020  nan   nan
+220050  nan   nan
+220080  nan   nan
+220110  nan   nan
+220140  nan   nan
+220170  nan   nan
+220200  nan   nan
+220230  nan   nan
+220260  nan   nan
+220290  nan   nan
+220320  nan   nan
+220350  nan   nan
+220380  nan   nan
+220410  nan   nan
+220440  nan   nan
+220470  nan   nan
+220500  nan   nan
+220530  nan   nan
+220560  nan   nan
+220590  nan   nan
+220620  nan   nan
+220650  nan   nan
+220680  nan   nan
+220710  nan   nan
+220740  nan   nan
+220770  nan   nan
+220800  nan   nan
+220830  nan   nan
+220860  nan   nan
+220890  nan   nan
+220920  nan   nan
+220950  nan   nan
+220980  nan   nan
+221010  nan   nan
+221040  nan   nan
+221070  nan   nan
+221100  nan   nan
+221130  nan   nan
+221160  nan   nan
+221190  nan   nan
+221220  nan   nan
+221250  nan   nan
+221280  nan   nan
+221310  nan   nan
+221340  nan   nan
+221370  nan   nan
+221400  nan   nan
+221430  nan   nan
+221460  nan   nan
+221490  nan   nan
+221520  nan   nan
+221550  nan   nan
+221580  nan   nan
+221610  nan   nan
+221640  nan   nan
+221670  nan   nan
+221700  nan   nan
+221730  nan   nan
+221760  nan   nan
+221790  nan   nan
+221820  nan   nan
+221850  nan   nan
+221880  nan   nan
+221910  nan   nan
+221940  nan   nan
+221970  nan   nan
+222000  nan   nan
+222030  nan   nan
+222060  nan   nan
+222090  nan   nan
+222120  nan   nan
+222150  nan   nan
+222180  nan   nan
+222210  nan   nan
+222240  nan   nan
+222270  nan   nan
+222300  nan   nan
+222330  nan   nan
+222360  nan   nan
+222390  nan   nan
+222420  nan   nan
+222450  nan   nan
+222480  nan   nan
+222510  nan   nan
+222540  nan   nan
+222570  nan   nan
+222600  nan   nan
+222630  nan   nan
+222660  nan   nan
+222690  nan   nan
+222720  nan   nan
+222750  nan   nan
+222780  nan   nan
+222810  nan   nan
+222840  nan   nan
+222870  nan   nan
+222900  nan   nan
+222930  nan   nan
+222960  nan   nan
+222990  nan   nan
+223020  nan   nan
+223050  nan   nan
+223080  nan   nan
+223110  nan   nan
+223140  nan   nan
+223170  nan   nan
+223200  nan   nan
+223230  nan   nan
+223260  nan   nan
+223290  nan   nan
+223320  nan   nan
+223350  nan   nan
+223380  nan   nan
+223410  nan   nan
+223440  nan   nan
+223470  nan   nan
+223500  nan   nan
+223530  nan   nan
+223560  nan   nan
+223590  nan   nan
+223620  nan   nan
+223650  nan   nan
+223680  nan   nan
+223710  nan   nan
+223740  nan   nan
+223770  nan   nan
+223800  nan   nan
+223830  nan   nan
+223860  nan   nan
+223890  nan   nan
+223920  nan   nan
+223950  nan   nan
+223980  nan   nan
+224010  nan   nan
+224040  nan   nan
+224070  nan   nan
+224100  nan   nan
+224130  nan   nan
+224160  nan   nan
+224190  nan   nan
+224220  nan   nan
+224250  nan   nan
+224280  nan   nan
+224310  nan   nan
+224340  nan   nan
+224370  nan   nan
+224400  nan   nan
+224430  nan   nan
+224460  nan   nan
+224490  nan   nan
+224520  nan   nan
+224550  nan   nan
+224580  nan   nan
+224610  nan   nan
+224640  nan   nan
+224670  nan   nan
+224700  nan   nan
+224730  nan   nan
+224760  nan   nan
+224790  nan   nan
+224820  nan   nan
+224850  nan   nan
+224880  nan   nan
+224910  nan   nan
+224940  nan   nan
+224970  nan   nan
+225000  nan   nan
+225030  nan   nan
+225060  nan   nan
+225090  nan   nan
+225120  nan   nan
+225150  nan   nan
+225180  nan   nan
+225210  nan   nan
+225240  nan   nan
+225270  nan   nan
+225300  nan   nan
+225330  nan   nan
+225360  nan   nan
+225390  nan   nan
+225420  nan   nan
+225450  nan   nan
+225480  nan   nan
+225510  nan   nan
+225540  nan   nan
+225570  nan   nan
+225600  nan   nan
+225630  nan   nan
+225660  nan   nan
+225690  nan   nan
+225720  nan   nan
+225750  nan   nan
+225780  nan   nan
+225810  nan   nan
+225840  nan   nan
+225870  nan   nan
+225900  nan   nan
+225930  nan   nan
+225960  nan   nan
+225990  nan   nan
+226020  nan   nan
+226050  nan   nan
+226080  nan   nan
+226110  nan   nan
+226140  nan   nan
+226170  nan   nan
+226200  nan   nan
+226230  nan   nan
+226260  nan   nan
+226290  nan   nan
+226320  nan   nan
+226350  nan   nan
+226380  nan   nan
+226410  nan   nan
+226440  nan   nan
+226470  nan   nan
+226500  nan   nan
+226530  nan   nan
+226560  nan   nan
+226590  nan   nan
+226620  nan   nan
+226650  nan   nan
+226680  nan   nan
+226710  nan   nan
+226740  nan   nan
+226770  nan   nan
+226800  nan   nan
+226830  nan   nan
+226860  nan   nan
+226890  nan   nan
+226920  nan   nan
+226950  nan   nan
+226980  nan   nan
+227010  nan   nan
+227040  nan   nan
+227070  nan   nan
+227100  nan   nan
+227130  nan   nan
+227160  nan   nan
+227190  nan   nan
+227220  nan   nan
+227250  nan   nan
+227280  nan   nan
+227310  nan   nan
+227340  nan   nan
+227370  nan   nan
+227400  nan   nan
+227430  nan   nan
+227460  nan   nan
+227490  nan   nan
+227520  nan   nan
+227550  nan   nan
+227580  nan   nan
+227610  nan   nan
+227640  nan   nan
+227670  nan   nan
+227700  nan   nan
+227730  nan   nan
+227760  nan   nan
+227790  nan   nan
+227820  nan   nan
+227850  nan   nan
+227880  nan   nan
+227910  nan   nan
+227940  nan   nan
+227970  nan   nan
+228000  nan   nan
+228030  nan   nan
+228060  nan   nan
+228090  nan   nan
+228120  nan   nan
+228150  nan   nan
+228180  nan   nan
+228210  nan   nan
+228240  nan   nan
+228270  nan   nan
+228300  nan   nan
+228330  nan   nan
+228360  nan   nan
+228390  nan   nan
+228420  nan   nan
+228450  nan   nan
+228480  nan   nan
+228510  nan   nan
+228540  nan   nan
+228570  nan   nan
+228600  nan   nan
+228630  nan   nan
+228660  nan   nan
+228690  nan   nan
+228720  nan   nan
+228750  nan   nan
+228780  nan   nan
+228810  nan   nan
+228840  nan   nan
+228870  nan   nan
+228900  nan   nan
+228930  nan   nan
+228960  nan   nan
+228990  nan   nan
+229020  nan   nan
+229050  nan   nan
+229080  nan   nan
+229110  nan   nan
+229140  nan   nan
+229170  nan   nan
+229200  nan   nan
+229230  nan   nan
+229260  nan   nan
+229290  nan   nan
+229320  nan   nan
+229350  nan   nan
+229380  nan   nan
+229410  nan   nan
+229440  nan   nan
+229470  nan   nan
+229500  nan   nan
+229530  nan   nan
+229560  nan   nan
+229590  nan   nan
+229620  nan   nan
+229650  nan   nan
+229680  nan   nan
+229710  nan   nan
+229740  nan   nan
+229770  nan   nan
+229800  nan   nan
+229830  nan   nan
+229860  nan   nan
+229890  nan   nan
+229920  nan   nan
+229950  nan   nan
+229980  nan   nan
+230010  nan   nan
+230040  nan   nan
+230070  nan   nan
+230100  nan   nan
+230130  nan   nan
+230160  nan   nan
+230190  nan   nan
+230220  nan   nan
+230250  nan   nan
+230280  nan   nan
+230310  nan   nan
+230340  nan   nan
+230370  nan   nan
+230400  nan   nan
+230430  nan   nan
+230460  nan   nan
+230490  nan   nan
+230520  nan   nan
+230550  nan   nan
+230580  nan   nan
+230610  nan   nan
+230640  nan   nan
+230670  nan   nan
+230700  nan   nan
+230730  nan   nan
+230760  nan   nan
+230790  nan   nan
+230820  nan   nan
+230850  nan   nan
+230880  nan   nan
+230910  nan   nan
+230940  nan   nan
+230970  nan   nan
+231000  nan   nan
+231030  nan   nan
+231060  nan   nan
+231090  nan   nan
+231120  nan   nan
+231150  nan   nan
+231180  nan   nan
+231210  nan   nan
+231240  nan   nan
+231270  nan   nan
+231300  nan   nan
+231330  nan   nan
+231360  nan   nan
+231390  nan   nan
+231420  nan   nan
+231450  nan   nan
+231480  nan   nan
+231510  nan   nan
+231540  nan   nan
+231570  nan   nan
+231600  nan   nan
+231630  nan   nan
+231660  nan   nan
+231690  nan   nan
+231720  nan   nan
+231750  nan   nan
+231780  nan   nan
+231810  nan   nan
+231840  nan   nan
+231870  nan   nan
+231900  nan   nan
+231930  nan   nan
+231960  nan   nan
+231990  nan   nan
+232020  nan   nan
+232050  nan   nan
+232080  nan   nan
+232110  nan   nan
+232140  nan   nan
+232170  nan   nan
+232200  nan   nan
+232230  nan   nan
+232260  nan   nan
+232290  nan   nan
+232320  nan   nan
+232350  nan   nan
+232380  nan   nan
+232410  nan   nan
+232440  nan   nan
+232470  nan   nan
+232500  nan   nan
+232530  nan   nan
+232560  nan   nan
+232590  nan   nan
+232620  nan   nan
+232650  nan   nan
+232680  nan   nan
+232710  nan   nan
+232740  nan   nan
+232770  nan   nan
+232800  nan   nan
+232830  nan   nan
+232860  nan   nan
+232890  nan   nan
+232920  nan   nan
+232950  nan   nan
+232980  nan   nan
+233010  nan   nan
+233040  nan   nan
+233070  nan   nan
+233100  nan   nan
+233130  nan   nan
+233160  nan   nan
+233190  nan   nan
+233220  nan   nan
+233250  nan   nan
+233280  nan   nan
+233310  nan   nan
+233340  nan   nan
+233370  nan   nan
+233400  nan   nan
+233430  nan   nan
+233460  nan   nan
+233490  nan   nan
+233520  nan   nan
+233550  nan   nan
+233580  nan   nan
+233610  nan   nan
+233640  nan   nan
+233670  nan   nan
+233700  nan   nan
+233730  nan   nan
+233760  nan   nan
+233790  nan   nan
+233820  nan   nan
+233850  nan   nan
+233880  nan   nan
+233910  nan   nan
+233940  nan   nan
+233970  nan   nan
+234000  nan   nan
+234030  nan   nan
+234060  nan   nan
+234090  nan   nan
+234120  nan   nan
+234150  nan   nan
+234180  nan   nan
+234210  nan   nan
+234240  nan   nan
+234270  nan   nan
+234300  nan   nan
+234330  nan   nan
+234360  nan   nan
+234390  nan   nan
+234420  nan   nan
+234450  nan   nan
+234480  nan   nan
+234510  nan   nan
+234540  nan   nan
+234570  nan   nan
+234600  nan   nan
+234630  nan   nan
+234660  nan   nan
+234690  nan   nan
+234720  nan   nan
+234750  nan   nan
+234780  nan   nan
+234810  nan   nan
+234840  nan   nan
+234870  nan   nan
+234900  nan   nan
+234930  nan   nan
+234960  nan   nan
+234990  nan   nan
+235020  nan   nan
+235050  nan   nan
+235080  nan   nan
+235110  nan   nan
+235140  nan   nan
+235170  nan   nan
+235200  nan   nan
+235230  nan   nan
+235260  nan   nan
+235290  nan   nan
+235320  nan   nan
+235350  nan   nan
+235380  nan   nan
+235410  nan   nan
+235440  nan   nan
+235470  nan   nan
+235500  nan   nan
+235530  nan   nan
+235560  nan   nan
+235590  nan   nan
+235620  nan   nan
+235650  nan   nan
+235680  nan   nan
+235710  nan   nan
+235740  nan   nan
+235770  nan   nan
+235800  nan   nan
+235830  nan   nan
+235860  nan   nan
+235890  nan   nan
+235920  nan   nan
+235950  nan   nan
+235980  nan   nan
+236010  nan   nan
+236040  nan   nan
+236070  nan   nan
+236100  nan   nan
+236130  nan   nan
+236160  nan   nan
+236190  nan   nan
+236220  nan   nan
+236250  nan   nan
+236280  nan   nan
+236310  nan   nan
+236340  nan   nan
+236370  nan   nan
+236400  nan   nan
+236430  nan   nan
+236460  nan   nan
+236490  nan   nan
+236520  nan   nan
+236550  nan   nan
+236580  nan   nan
+236610  nan   nan
+236640  nan   nan
+236670  nan   nan
+236700  nan   nan
+236730  nan   nan
+236760  nan   nan
+236790  nan   nan
+236820  nan   nan
+236850  nan   nan
+236880  nan   nan
+236910  nan   nan
+236940  nan   nan
+236970  nan   nan
+237000  nan   nan
+237030  nan   nan
+237060  nan   nan
+237090  nan   nan
+237120  nan   nan
+237150  nan   nan
+237180  nan   nan
+237210  nan   nan
+237240  nan   nan
+237270  nan   nan
+237300  nan   nan
+237330  nan   nan
+237360  nan   nan
+237390  nan   nan
+237420  nan   nan
+237450  nan   nan
+237480  nan   nan
+237510  nan   nan
+237540  nan   nan
+237570  nan   nan
+237600  nan   nan
+237630  nan   nan
+237660  nan   nan
+237690  nan   nan
+237720  nan   nan
+237750  nan   nan
+237780  nan   nan
+237810  nan   nan
+237840  nan   nan
+237870  nan   nan
+237900  nan   nan
+237930  nan   nan
+237960  nan   nan
+237990  nan   nan
+238020  nan   nan
+238050  nan   nan
+238080  nan   nan
+238110  nan   nan
+238140  nan   nan
+238170  nan   nan
+238200  nan   nan
+238230  nan   nan
+238260  nan   nan
+238290  nan   nan
+238320  nan   nan
+238350  nan   nan
+238380  nan   nan
+238410  nan   nan
+238440  nan   nan
+238470  nan   nan
+238500  nan   nan
+238530  nan   nan
+238560  nan   nan
+238590  nan   nan
+238620  nan   nan
+238650  nan   nan
+238680  nan   nan
+238710  nan   nan
+238740  nan   nan
+238770  nan   nan
+238800  nan   nan
+238830  nan   nan
+238860  nan   nan
+238890  nan   nan
+238920  nan   nan
+238950  nan   nan
+238980  nan   nan
+239010  nan   nan
+239040  nan   nan
+239070  nan   nan
+239100  nan   nan
+239130  nan   nan
+239160  nan   nan
+239190  nan   nan
+239220  nan   nan
+239250  nan   nan
+239280  nan   nan
+239310  nan   nan
+239340  nan   nan
+239370  nan   nan
+239400  nan   nan
+239430  nan   nan
+239460  nan   nan
+239490  nan   nan
+239520  nan   nan
+239550  nan   nan
+239580  nan   nan
+239610  nan   nan
+239640  nan   nan
+239670  nan   nan
+239700  nan   nan
+239730  nan   nan
+239760  nan   nan
+239790  nan   nan
+239820  nan   nan
+239850  nan   nan
+239880  nan   nan
+239910  nan   nan
+239940  nan   nan
+239970  nan   nan
+240000  nan   nan
+240030  nan   nan
+240060  nan   nan
+240090  nan   nan
+240120  nan   nan
+240150  nan   nan
+240180  nan   nan
+240210  nan   nan
+240240  nan   nan
+240270  nan   nan
+240300  nan   nan
+240330  nan   nan
+240360  nan   nan
+240390  nan   nan
+240420  nan   nan
+240450  nan   nan
+240480  nan   nan
+240510  nan   nan
+240540  nan   nan
+240570  nan   nan
+240600  nan   nan
+240630  nan   nan
+240660  nan   nan
+240690  nan   nan
+240720  nan   nan
+240750  nan   nan
+240780  nan   nan
+240810  nan   nan
+240840  nan   nan
+240870  nan   nan
+240900  nan   nan
+240930  nan   nan
+240960  nan   nan
+240990  nan   nan
+241020  nan   nan
+241050  nan   nan
+241080  nan   nan
+241110  nan   nan
+241140  nan   nan
+241170  nan   nan
+241200  nan   nan
+241230  nan   nan
+241260  nan   nan
+241290  nan   nan
+241320  nan   nan
+241350  nan   nan
+241380  nan   nan
+241410  nan   nan
+241440  nan   nan
+241470  nan   nan
+241500  nan   nan
+241530  nan   nan
+241560  nan   nan
+241590  nan   nan
+241620  nan   nan
+241650  nan   nan
+241680  nan   nan
+241710  nan   nan
+241740  nan   nan
+241770  nan   nan
+241800  nan   nan
+241830  nan   nan
+241860  nan   nan
+241890  nan   nan
+241920  nan   nan
+241950  nan   nan
+241980  nan   nan
+242010  nan   nan
+242040  nan   nan
+242070  nan   nan
+242100  nan   nan
+242130  nan   nan
+242160  nan   nan
+242190  nan   nan
+242220  nan   nan
+242250  nan   nan
+242280  nan   nan
+242310  nan   nan
+242340  nan   nan
+242370  nan   nan
+242400  nan   nan
+242430  nan   nan
+242460  nan   nan
+242490  nan   nan
+242520  nan   nan
+242550  nan   nan
+242580  nan   nan
+242610  nan   nan
+242640  nan   nan
+242670  nan   nan
+242700  nan   nan
+242730  nan   nan
+242760  nan   nan
+242790  nan   nan
+242820  nan   nan
+242850  nan   nan
+242880  nan   nan
+242910  nan   nan
+242940  nan   nan
+242970  nan   nan
+243000  nan   nan
+243030  nan   nan
+243060  nan   nan
+243090  nan   nan
+243120  nan   nan
+243150  nan   nan
+243180  nan   nan
+243210  nan   nan
+243240  nan   nan
+243270  nan   nan
+243300  nan   nan
+243330  nan   nan
+243360  nan   nan
+243390  nan   nan
+243420  nan   nan
+243450  nan   nan
+243480  nan   nan
+243510  nan   nan
+243540  nan   nan
+243570  nan   nan
+243600  nan   nan
+243630  nan   nan
+243660  nan   nan
+243690  nan   nan
+243720  nan   nan
+243750  nan   nan
+243780  nan   nan
+243810  nan   nan
+243840  nan   nan
+243870  nan   nan
+243900  nan   nan
+243930  nan   nan
+243960  nan   nan
+243990  nan   nan
+244020  nan   nan
+244050  nan   nan
+244080  nan   nan
+244110  nan   nan
+244140  nan   nan
+244170  nan   nan
+244200  nan   nan
+244230  nan   nan
+244260  nan   nan
+244290  nan   nan
+244320  nan   nan
+244350  nan   nan
+244380  nan   nan
+244410  nan   nan
+244440  nan   nan
+244470  nan   nan
+244500  nan   nan
+244530  nan   nan
+244560  nan   nan
+244590  nan   nan
+244620  nan   nan
+244650  nan   nan
+244680  nan   nan
+244710  nan   nan
+244740  nan   nan
+244770  nan   nan
+244800  nan   nan
+244830  nan   nan
+244860  nan   nan
+244890  nan   nan
+244920  nan   nan
+244950  nan   nan
+244980  nan   nan
+245010  nan   nan
+245040  nan   nan
+245070  nan   nan
+245100  nan   nan
+245130  nan   nan
+245160  nan   nan
+245190  nan   nan
+245220  nan   nan
+245250  nan   nan
+245280  nan   nan
+245310  nan   nan
+245340  nan   nan
+245370  nan   nan
+245400  nan   nan
+245430  nan   nan
+245460  nan   nan
+245490  nan   nan
+245520  nan   nan
+245550  nan   nan
+245580  nan   nan
+245610  nan   nan
+245640  nan   nan
+245670  nan   nan
+245700  nan   nan
+245730  nan   nan
+245760  nan   nan
+245790  nan   nan
+245820  nan   nan
+245850  nan   nan
+245880  nan   nan
+245910  nan   nan
+245940  nan   nan
+245970  nan   nan
+246000  nan   nan
+246030  nan   nan
+246060  nan   nan
+246090  nan   nan
+246120  nan   nan
+246150  nan   nan
+246180  nan   nan
+246210  nan   nan
+246240  nan   nan
+246270  nan   nan
+246300  nan   nan
+246330  nan   nan
+246360  nan   nan
+246390  nan   nan
+246420  nan   nan
+246450  nan   nan
+246480  nan   nan
+246510  nan   nan
+246540  nan   nan
+246570  nan   nan
+246600  nan   nan
+246630  nan   nan
+246660  nan   nan
+246690  nan   nan
+246720  nan   nan
+246750  nan   nan
+246780  nan   nan
+246810  nan   nan
+246840  nan   nan
+246870  nan   nan
+246900  nan   nan
+246930  nan   nan
+246960  nan   nan
+246990  nan   nan
+247020  nan   nan
+247050  nan   nan
+247080  nan   nan
+247110  nan   nan
+247140  nan   nan
+247170  nan   nan
+247200  nan   nan
+247230  nan   nan
+247260  nan   nan
+247290  nan   nan
+247320  nan   nan
+247350  nan   nan
+247380  nan   nan
+247410  nan   nan
+247440  nan   nan
+247470  nan   nan
+247500  nan   nan
+247530  nan   nan
+247560  nan   nan
+247590  nan   nan
+247620  nan   nan
+247650  nan   nan
+247680  nan   nan
+247710  nan   nan
+247740  nan   nan
+247770  nan   nan
+247800  nan   nan
+247830  nan   nan
+247860  nan   nan
+247890  nan   nan
+247920  nan   nan
+247950  nan   nan
+247980  nan   nan
+248010  nan   nan
+248040  nan   nan
+248070  nan   nan
+248100  nan   nan
+248130  nan   nan
+248160  nan   nan
+248190  nan   nan
+248220  nan   nan
+248250  nan   nan
+248280  nan   nan
+248310  nan   nan
+248340  nan   nan
+248370  nan   nan
+248400  nan   nan
+248430  nan   nan
+248460  nan   nan
+248490  nan   nan
+248520  nan   nan
+248550  nan   nan
+248580  nan   nan
+248610  nan   nan
+248640  nan   nan
+248670  nan   nan
+248700  nan   nan
+248730  nan   nan
+248760  nan   nan
+248790  nan   nan
+248820  nan   nan
+248850  nan   nan
+248880  nan   nan
+248910  nan   nan
+248940  nan   nan
+248970  nan   nan
+249000  nan   nan
+249030  nan   nan
+249060  nan   nan
+249090  nan   nan
+249120  nan   nan
+249150  nan   nan
+249180  nan   nan
+249210  nan   nan
+249240  nan   nan
+249270  nan   nan
+249300  nan   nan
+249330  nan   nan
+249360  nan   nan
+249390  nan   nan
+249420  nan   nan
+249450  nan   nan
+249480  nan   nan
+249510  nan   nan
+249540  nan   nan
+249570  nan   nan
+249600  nan   nan
+249630  nan   nan
+249660  nan   nan
+249690  nan   nan
+249720  nan   nan
+249750  nan   nan
+249780  nan   nan
+249810  nan   nan
+249840  nan   nan
+249870  nan   nan
+249900  nan   nan
+249930  nan   nan
+249960  nan   nan
+249990  nan   nan
+250020  nan   nan
+250050  nan   nan
+250080  nan   nan
+250110  nan   nan
+250140  nan   nan
+250170  nan   nan
+250200  nan   nan
+250230  nan   nan
+250260  nan   nan
+250290  nan   nan
+250320  nan   nan
+250350  nan   nan
+250380  nan   nan
+250410  nan   nan
+250440  nan   nan
+250470  nan   nan
+250500  nan   nan
+250530  nan   nan
+250560  nan   nan
+250590  nan   nan
+250620  nan   nan
+250650  nan   nan
+250680  nan   nan
+250710  nan   nan
+250740  nan   nan
+250770  nan   nan
+250800  nan   nan
+250830  nan   nan
+250860  nan   nan
+250890  nan   nan
+250920  nan   nan
+250950  nan   nan
+250980  nan   nan
+251010  nan   nan
+251040  nan   nan
+251070  nan   nan
+251100  nan   nan
+251130  nan   nan
+251160  nan   nan
+251190  nan   nan
+251220  nan   nan
+251250  nan   nan
+251280  nan   nan
+251310  nan   nan
+251340  nan   nan
+251370  nan   nan
+251400  nan   nan
+251430  nan   nan
+251460  nan   nan
+251490  nan   nan
+251520  nan   nan
+251550  nan   nan
+251580  nan   nan
+251610  nan   nan
+251640  nan   nan
+251670  nan   nan
+251700  nan   nan
+251730  nan   nan
+251760  nan   nan
+251790  nan   nan
+251820  nan   nan
+251850  nan   nan
+251880  nan   nan
+251910  nan   nan
+251940  nan   nan
+251970  nan   nan
+252000  nan   nan
+252030  nan   nan
+252060  nan   nan
+252090  nan   nan
+252120  nan   nan
+252150  nan   nan
+252180  nan   nan
+252210  nan   nan
+252240  nan   nan
+252270  nan   nan
+252300  nan   nan
+252330  nan   nan
+252360  nan   nan
+252390  nan   nan
+252420  nan   nan
+252450  nan   nan
+252480  nan   nan
+252510  nan   nan
+252540  nan   nan
+252570  nan   nan
+252600  nan   nan
+252630  nan   nan
+252660  nan   nan
+252690  nan   nan
+252720  nan   nan
+252750  nan   nan
+252780  nan   nan
+252810  nan   nan
+252840  nan   nan
+252870  nan   nan
+252900  nan   nan
+252930  nan   nan
+252960  nan   nan
+252990  nan   nan
+253020  nan   nan
+253050  nan   nan
+253080  nan   nan
+253110  nan   nan
+253140  nan   nan
+253170  nan   nan
+253200  nan   nan
+253230  nan   nan
+253260  nan   nan
+253290  nan   nan
+253320  nan   nan
+253350  nan   nan
+253380  nan   nan
+253410  nan   nan
+253440  nan   nan
+253470  nan   nan
+253500  nan   nan
+253530  nan   nan
+253560  nan   nan
+253590  nan   nan
+253620  nan   nan
+253650  nan   nan
+253680  nan   nan
+253710  nan   nan
+253740  nan   nan
+253770  nan   nan
+253800  nan   nan
+253830  nan   nan
+253860  nan   nan
+253890  nan   nan
+253920  nan   nan
+253950  nan   nan
+253980  nan   nan
+254010  nan   nan
+254040  nan   nan
+254070  nan   nan
+254100  nan   nan
+254130  nan   nan
+254160  nan   nan
+254190  nan   nan
+254220  nan   nan
+254250  nan   nan
+254280  nan   nan
+254310  nan   nan
+254340  nan   nan
+254370  nan   nan
+254400  nan   nan
+254430  nan   nan
+254460  nan   nan
+254490  nan   nan
+254520  nan   nan
+254550  nan   nan
+254580  nan   nan
+254610  nan   nan
+254640  nan   nan
+254670  nan   nan
+254700  nan   nan
+254730  nan   nan
+254760  nan   nan
+254790  nan   nan
+254820  nan   nan
+254850  nan   nan
+254880  nan   nan
+254910  nan   nan
+254940  nan   nan
+254970  nan   nan
+255000  nan   nan
+255030  nan   nan
+255060  nan   nan
+255090  nan   nan
+255120  nan   nan
+255150  nan   nan
+255180  nan   nan
+255210  nan   nan
+255240  nan   nan
+255270  nan   nan
+255300  nan   nan
+255330  nan   nan
+255360  nan   nan
+255390  nan   nan
+255420  nan   nan
+255450  nan   nan
+255480  nan   nan
+255510  nan   nan
+255540  nan   nan
+255570  nan   nan
+255600  nan   nan
+255630  nan   nan
+255660  nan   nan
+255690  nan   nan
+255720  nan   nan
+255750  nan   nan
+255780  nan   nan
+255810  nan   nan
+255840  nan   nan
+255870  nan   nan
+255900  nan   nan
+255930  nan   nan
+255960  nan   nan
+255990  nan   nan
+256020  nan   nan
+256050  nan   nan
+256080  nan   nan
+256110  nan   nan
+256140  nan   nan
+256170  nan   nan
+256200  nan   nan
+256230  nan   nan
+256260  nan   nan
+256290  nan   nan
+256320  nan   nan
+256350  nan   nan
+256380  nan   nan
+256410  nan   nan
+256440  nan   nan
+256470  nan   nan
+256500  nan   nan
+256530  nan   nan
+256560  nan   nan
+256590  nan   nan
+256620  nan   nan
+256650  nan   nan
+256680  nan   nan
+256710  nan   nan
+256740  nan   nan
+256770  nan   nan
+256800  nan   nan
+256830  nan   nan
+256860  nan   nan
+256890  nan   nan
+256920  nan   nan
+256950  nan   nan
+256980  nan   nan
+257010  nan   nan
+257040  nan   nan
+257070  nan   nan
+257100  nan   nan
+257130  nan   nan
+257160  nan   nan
+257190  nan   nan
+257220  nan   nan
+257250  nan   nan
+257280  nan   nan
+257310  nan   nan
+257340  nan   nan
+257370  nan   nan
+257400  nan   nan
+257430  nan   nan
+257460  nan   nan
+257490  nan   nan
+257520  nan   nan
+257550  nan   nan
+257580  nan   nan
+257610  nan   nan
+257640  nan   nan
+257670  nan   nan
+257700  nan   nan
+257730  nan   nan
+257760  nan   nan
+257790  nan   nan
+257820  nan   nan
+257850  nan   nan
+257880  nan   nan
+257910  nan   nan
+257940  nan   nan
+257970  nan   nan
+258000  nan   nan
+258030  nan   nan
+258060  nan   nan
+258090  nan   nan
+258120  nan   nan
+258150  nan   nan
+258180  nan   nan
+258210  nan   nan
+258240  nan   nan
+258270  nan   nan
+258300  nan   nan
+258330  nan   nan
+258360  nan   nan
+258390  nan   nan
+258420  nan   nan
+258450  nan   nan
+258480  nan   nan
+258510  nan   nan
+258540  nan   nan
+258570  nan   nan
+258600  nan   nan
+258630  nan   nan
+258660  nan   nan
+258690  nan   nan
+258720  nan   nan
+258750  nan   nan
+258780  nan   nan
+258810  nan   nan
+258840  nan   nan
+258870  nan   nan
+258900  nan   nan
+258930  nan   nan
+258960  nan   nan
+258990  nan   nan
+259020  nan   nan
+259050  nan   nan
+259080  nan   nan
+259110  nan   nan
+259140  nan   nan
+259170  nan   nan
+259200  nan   nan
+];
diff --git a/test/utest/testionex3.m b/test/utest/testionex3.m
new file mode 100644
index 0000000..6944568
--- /dev/null
+++ b/test/utest/testionex3.m
@@ -0,0 +1,186 @@
+tec=[
+0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.74 0.74 0.74 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.77 0.77 0.77 0.77 0.77 0.76 0.76 0.76 0.77 0.77 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.79 0.79 0.79 0.80 0.80 0.80 0.80 0.80 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.82 0.82 0.82 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0. [...]
+0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.73 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.75 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.78 0.78 0.76 0.76 0.76 0.76 0.76 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.80 0.80 0.80 0.80 0.80 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0.83 0. [...]
+0.68 0.68 0.68 0.68 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.71 0.71 0.71 0.72 0.72 0.72 0.72 0.72 0.72 0.72 0.73 0.73 0.73 0.73 0.73 0.73 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.75 0.75 0.75 0.75 0.74 0.74 0.74 0.74 0.75 0.75 0.75 0.75 0.75 0.76 0.76 0.76 0.76 0.76 0.77 0.77 0.77 0.77 0.78 0.78 0.79 0.79 0.79 0.79 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.82 0.82 0.82 0.83 0.83 0.84 0.84 0.85 0.85 0.85 0.85 0.85 0.85 0.85 0.86 0.86 0.87 0. [...]
+0.62 0.62 0.62 0.63 0.63 0.63 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.65 0.65 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.67 0.67 0.67 0.67 0.67 0.67 0.67 0.68 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.70 0.71 0.71 0.71 0.71 0.71 0.71 0.72 0.72 0.72 0.73 0.73 0.73 0.74 0.74 0.74 0.75 0.75 0.76 0.76 0.77 0.77 0.78 0.78 0.79 0.80 0.81 0.81 0.81 0.82 0.83 0.84 0.84 0.85 0.86 0.86 0.87 0.87 0.87 0.87 0.87 0.88 0.88 0.88 0.89 0.89 0. [...]
+0.56 0.57 0.57 0.57 0.57 0.57 0.58 0.59 0.59 0.59 0.59 0.60 0.60 0.60 0.61 0.61 0.61 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.63 0.63 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.65 0.66 0.66 0.67 0.67 0.67 0.67 0.67 0.67 0.68 0.68 0.69 0.69 0.69 0.69 0.70 0.71 0.71 0.72 0.73 0.73 0.74 0.75 0.75 0.77 0.78 0.79 0.80 0.81 0.82 0.83 0.84 0.85 0.85 0.86 0.87 0.87 0.88 0.89 0.89 0.89 0.89 0.89 0.90 0.90 0.90 0. [...]
+0.54 0.53 0.52 0.52 0.53 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.57 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.58 0.59 0.59 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.60 0.61 0.62 0.62 0.62 0.62 0.63 0.63 0.63 0.63 0.64 0.64 0.65 0.66 0.66 0.67 0.68 0.68 0.69 0.69 0.70 0.71 0.71 0.73 0.74 0.75 0.77 0.78 0.79 0.79 0.80 0.82 0.83 0.83 0.84 0.85 0.86 0.88 0.88 0.88 0.88 0.90 0.91 0.91 0.91 0. [...]
+0.50 0.50 0.49 0.49 0.50 0.50 0.50 0.51 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.54 0.55 0.55 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.54 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.56 0.57 0.57 0.58 0.58 0.58 0.58 0.59 0.59 0.60 0.60 0.61 0.62 0.62 0.63 0.64 0.64 0.65 0.67 0.68 0.69 0.70 0.71 0.72 0.73 0.74 0.75 0.77 0.78 0.79 0.80 0.82 0.83 0.85 0.86 0.88 0.89 0.90 0.91 0.92 0.94 0.95 0.96 0.97 0. [...]
+0.47 0.47 0.48 0.48 0.47 0.47 0.47 0.48 0.48 0.48 0.48 0.49 0.49 0.49 0.50 0.50 0.50 0.50 0.50 0.51 0.52 0.52 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.53 0.52 0.52 0.51 0.51 0.50 0.50 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.54 0.55 0.56 0.56 0.57 0.57 0.58 0.59 0.60 0.61 0.62 0.63 0.65 0.66 0.67 0.68 0.69 0.70 0.72 0.73 0.74 0.76 0.77 0.79 0.81 0.82 0.84 0.86 0.88 0.90 0.92 0.93 0.95 0.97 0.98 1.00 1.02 1.03 1.05 1. [...]
+0.45 0.45 0.46 0.46 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.46 0.47 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.49 0.50 0.51 0.51 0.51 0.51 0.51 0.51 0.52 0.52 0.52 0.52 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.50 0.49 0.49 0.48 0.48 0.48 0.48 0.49 0.50 0.50 0.50 0.51 0.51 0.51 0.52 0.52 0.52 0.53 0.54 0.54 0.55 0.56 0.57 0.57 0.59 0.60 0.61 0.63 0.64 0.66 0.67 0.68 0.69 0.70 0.72 0.74 0.76 0.77 0.79 0.81 0.84 0.86 0.88 0.91 0.93 0.95 0.97 0.99 1.01 1.03 1.05 1.07 1.09 1.11 1.13 1.15 1. [...]
+0.44 0.44 0.44 0.44 0.44 0.44 0.43 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.43 0.44 0.44 0.45 0.46 0.46 0.47 0.47 0.47 0.48 0.49 0.49 0.49 0.49 0.50 0.51 0.51 0.52 0.52 0.51 0.51 0.51 0.50 0.50 0.50 0.50 0.49 0.49 0.48 0.48 0.47 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.50 0.50 0.51 0.52 0.53 0.53 0.54 0.55 0.56 0.56 0.57 0.59 0.60 0.61 0.63 0.64 0.65 0.67 0.69 0.71 0.72 0.74 0.75 0.77 0.79 0.82 0.83 0.85 0.89 0.92 0.95 0.98 1.00 1.03 1.06 1.08 1.10 1.12 1.14 1.16 1.18 1.20 1.22 1.24 1.26 1. [...]
+0.44 0.43 0.43 0.42 0.42 0.42 0.42 0.41 0.40 0.40 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.42 0.43 0.43 0.44 0.44 0.45 0.46 0.47 0.49 0.49 0.50 0.51 0.51 0.52 0.52 0.52 0.52 0.52 0.52 0.51 0.51 0.50 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0.50 0.50 0.51 0.52 0.52 0.53 0.54 0.55 0.56 0.57 0.59 0.60 0.61 0.63 0.64 0.65 0.67 0.68 0.69 0.71 0.73 0.75 0.77 0.79 0.81 0.82 0.84 0.87 0.90 0.92 0.94 0.96 0.99 1.02 1.06 1.09 1.12 1.15 1.19 1.21 1.23 1.25 1.28 1.30 1.32 1.33 1.35 1.37 1.39 1. [...]
+0.43 0.42 0.42 0.42 0.41 0.41 0.40 0.40 0.39 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.39 0.40 0.42 0.43 0.44 0.45 0.46 0.47 0.49 0.50 0.51 0.52 0.53 0.54 0.55 0.55 0.55 0.55 0.55 0.55 0.54 0.53 0.53 0.52 0.51 0.51 0.51 0.51 0.51 0.51 0.52 0.52 0.53 0.54 0.54 0.55 0.57 0.58 0.59 0.60 0.62 0.64 0.65 0.67 0.68 0.70 0.72 0.73 0.75 0.77 0.79 0.81 0.82 0.84 0.86 0.88 0.90 0.92 0.95 0.97 1.00 1.03 1.05 1.08 1.10 1.13 1.17 1.20 1.22 1.25 1.28 1.32 1.34 1.37 1.39 1.41 1.43 1.45 1.47 1.49 1.50 1.52 1. [...]
+0.43 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.40 0.39 0.38 0.38 0.38 0.38 0.38 0.38 0.40 0.41 0.42 0.44 0.46 0.47 0.48 0.50 0.52 0.54 0.56 0.58 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.58 0.57 0.57 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.56 0.57 0.57 0.58 0.59 0.60 0.62 0.63 0.65 0.66 0.68 0.69 0.71 0.73 0.76 0.78 0.80 0.82 0.83 0.85 0.87 0.90 0.92 0.94 0.97 0.99 1.01 1.04 1.06 1.08 1.10 1.13 1.16 1.19 1.22 1.24 1.28 1.31 1.34 1.36 1.39 1.43 1.46 1.49 1.51 1.54 1.56 1.58 1.60 1.62 1.63 1.64 1.64 1. [...]
+0.45 0.45 0.46 0.46 0.45 0.45 0.44 0.43 0.42 0.42 0.41 0.41 0.41 0.41 0.41 0.42 0.43 0.45 0.46 0.48 0.50 0.52 0.54 0.56 0.58 0.61 0.62 0.64 0.65 0.65 0.66 0.65 0.65 0.65 0.64 0.63 0.62 0.62 0.61 0.60 0.59 0.59 0.59 0.60 0.60 0.61 0.62 0.63 0.64 0.65 0.67 0.69 0.70 0.72 0.74 0.75 0.78 0.80 0.82 0.85 0.87 0.90 0.92 0.94 0.96 0.98 1.01 1.04 1.06 1.09 1.12 1.15 1.17 1.20 1.22 1.25 1.28 1.31 1.34 1.36 1.39 1.42 1.45 1.48 1.51 1.53 1.57 1.60 1.63 1.65 1.67 1.70 1.72 1.74 1.75 1.76 1.76 1.76 1. [...]
+0.48 0.49 0.50 0.50 0.50 0.50 0.49 0.48 0.47 0.47 0.46 0.46 0.46 0.47 0.47 0.48 0.50 0.52 0.54 0.55 0.57 0.60 0.63 0.65 0.67 0.69 0.70 0.72 0.72 0.73 0.73 0.73 0.72 0.71 0.71 0.70 0.69 0.67 0.66 0.65 0.65 0.64 0.64 0.65 0.65 0.66 0.67 0.69 0.70 0.71 0.73 0.75 0.77 0.79 0.81 0.83 0.86 0.88 0.91 0.94 0.96 0.99 1.02 1.04 1.07 1.10 1.13 1.15 1.19 1.22 1.25 1.28 1.30 1.33 1.37 1.40 1.43 1.46 1.48 1.51 1.53 1.56 1.59 1.62 1.64 1.67 1.70 1.72 1.75 1.77 1.79 1.82 1.84 1.86 1.86 1.87 1.87 1.87 1. [...]
+0.52 0.53 0.55 0.56 0.56 0.57 0.56 0.56 0.55 0.55 0.55 0.55 0.55 0.56 0.57 0.58 0.60 0.62 0.65 0.67 0.70 0.72 0.74 0.76 0.78 0.80 0.80 0.81 0.81 0.81 0.81 0.81 0.80 0.79 0.78 0.76 0.75 0.74 0.72 0.71 0.70 0.69 0.69 0.69 0.69 0.70 0.72 0.74 0.75 0.77 0.78 0.81 0.83 0.85 0.87 0.89 0.93 0.96 0.99 1.01 1.04 1.07 1.10 1.14 1.17 1.20 1.24 1.28 1.32 1.35 1.38 1.41 1.45 1.47 1.50 1.53 1.55 1.58 1.60 1.63 1.66 1.68 1.71 1.73 1.76 1.79 1.81 1.84 1.86 1.87 1.88 1.90 1.92 1.93 1.93 1.93 1.93 1.93 1. [...]
+0.61 0.62 0.64 0.65 0.66 0.67 0.68 0.68 0.68 0.67 0.67 0.67 0.68 0.69 0.71 0.73 0.74 0.76 0.77 0.79 0.82 0.84 0.86 0.89 0.91 0.93 0.92 0.92 0.92 0.92 0.92 0.90 0.89 0.88 0.87 0.85 0.83 0.81 0.79 0.78 0.76 0.76 0.75 0.75 0.76 0.76 0.78 0.79 0.81 0.82 0.83 0.86 0.88 0.91 0.93 0.96 0.99 1.02 1.05 1.09 1.12 1.15 1.19 1.23 1.26 1.29 1.33 1.37 1.41 1.45 1.48 1.52 1.55 1.58 1.61 1.64 1.67 1.70 1.72 1.75 1.77 1.79 1.81 1.84 1.86 1.89 1.91 1.92 1.94 1.95 1.96 1.97 1.98 1.98 1.98 1.97 1.97 1.96 1. [...]
+0.71 0.73 0.75 0.77 0.79 0.81 0.82 0.83 0.83 0.83 0.83 0.84 0.84 0.85 0.86 0.88 0.89 0.91 0.92 0.94 0.96 0.98 1.01 1.02 1.03 1.05 1.04 1.02 1.01 1.00 0.99 0.98 0.96 0.95 0.93 0.92 0.89 0.87 0.85 0.84 0.82 0.82 0.81 0.82 0.82 0.83 0.84 0.85 0.86 0.86 0.87 0.90 0.93 0.95 0.98 1.00 1.04 1.07 1.10 1.14 1.18 1.21 1.25 1.29 1.33 1.36 1.41 1.45 1.49 1.53 1.57 1.60 1.64 1.68 1.71 1.74 1.77 1.79 1.82 1.84 1.87 1.89 1.90 1.92 1.94 1.96 1.98 2.00 2.01 2.02 2.03 2.03 2.03 2.02 2.02 2.01 2.00 2.00 1. [...]
+0.82 0.85 0.88 0.90 0.93 0.95 0.96 0.98 0.99 1.00 1.00 1.01 1.01 1.02 1.03 1.04 1.05 1.06 1.08 1.09 1.11 1.13 1.14 1.15 1.15 1.16 1.14 1.12 1.10 1.08 1.06 1.04 1.02 1.00 0.98 0.96 0.94 0.93 0.91 0.89 0.87 0.87 0.87 0.87 0.88 0.89 0.89 0.90 0.91 0.91 0.92 0.94 0.97 0.99 1.02 1.04 1.07 1.11 1.14 1.18 1.22 1.26 1.30 1.34 1.38 1.42 1.47 1.51 1.55 1.59 1.63 1.68 1.72 1.75 1.79 1.82 1.84 1.87 1.90 1.92 1.95 1.96 1.98 2.00 2.02 2.04 2.05 2.06 2.08 2.08 2.09 2.08 2.08 2.07 2.06 2.06 2.05 2.04 2. [...]
+0.94 0.97 1.00 1.03 1.06 1.09 1.11 1.13 1.14 1.15 1.16 1.16 1.17 1.17 1.18 1.19 1.20 1.21 1.22 1.24 1.25 1.26 1.27 1.28 1.27 1.26 1.24 1.22 1.19 1.16 1.12 1.09 1.07 1.04 1.02 1.00 0.99 0.97 0.96 0.94 0.92 0.92 0.92 0.92 0.93 0.94 0.94 0.95 0.95 0.96 0.96 0.98 1.00 1.03 1.05 1.08 1.11 1.15 1.18 1.22 1.26 1.31 1.35 1.39 1.43 1.47 1.51 1.55 1.59 1.64 1.69 1.73 1.77 1.81 1.85 1.88 1.91 1.93 1.96 1.99 2.01 2.03 2.05 2.07 2.09 2.11 2.12 2.13 2.13 2.14 2.15 2.14 2.13 2.13 2.12 2.11 2.10 2.09 2. [...]
+1.07 1.10 1.12 1.15 1.19 1.22 1.24 1.26 1.27 1.29 1.30 1.31 1.31 1.32 1.32 1.32 1.33 1.34 1.35 1.37 1.38 1.39 1.39 1.39 1.38 1.36 1.34 1.31 1.28 1.23 1.19 1.15 1.12 1.09 1.07 1.04 1.02 1.00 0.98 0.97 0.96 0.95 0.95 0.95 0.96 0.97 0.97 0.97 0.98 0.98 0.99 1.01 1.03 1.06 1.09 1.12 1.15 1.19 1.22 1.27 1.32 1.35 1.39 1.43 1.47 1.51 1.56 1.60 1.65 1.69 1.74 1.78 1.82 1.85 1.89 1.93 1.96 2.00 2.02 2.04 2.06 2.08 2.10 2.12 2.15 2.18 2.19 2.20 2.21 2.22 2.22 2.22 2.21 2.21 2.20 2.19 2.17 2.15 2. [...]
+1.16 1.19 1.22 1.26 1.29 1.32 1.34 1.36 1.38 1.39 1.40 1.41 1.42 1.42 1.43 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50 1.49 1.48 1.47 1.44 1.41 1.37 1.32 1.28 1.23 1.19 1.15 1.11 1.08 1.06 1.04 1.02 1.00 0.98 0.98 0.98 0.98 0.98 0.99 0.99 0.99 0.99 1.00 1.00 1.03 1.05 1.08 1.12 1.16 1.20 1.23 1.28 1.32 1.37 1.41 1.45 1.49 1.53 1.58 1.62 1.66 1.70 1.75 1.80 1.84 1.88 1.92 1.95 1.98 2.01 2.04 2.06 2.08 2.10 2.13 2.15 2.18 2.20 2.23 2.25 2.27 2.29 2.30 2.30 2.30 2.30 2.30 2.29 2.28 2.26 2.23 2. [...]
+1.23 1.27 1.30 1.33 1.36 1.40 1.42 1.44 1.45 1.46 1.48 1.48 1.48 1.49 1.49 1.50 1.51 1.52 1.53 1.55 1.56 1.57 1.57 1.57 1.57 1.56 1.53 1.49 1.45 1.40 1.35 1.30 1.25 1.20 1.17 1.13 1.11 1.09 1.07 1.05 1.03 1.03 1.02 1.02 1.01 1.01 1.01 1.01 1.02 1.03 1.05 1.08 1.11 1.14 1.18 1.22 1.26 1.30 1.35 1.39 1.43 1.47 1.51 1.55 1.59 1.63 1.68 1.72 1.77 1.82 1.87 1.91 1.95 1.99 2.02 2.05 2.07 2.09 2.11 2.13 2.15 2.17 2.19 2.22 2.26 2.29 2.32 2.34 2.36 2.38 2.39 2.39 2.40 2.40 2.39 2.38 2.36 2.33 2. [...]
+1.29 1.32 1.35 1.38 1.41 1.44 1.45 1.47 1.49 1.50 1.52 1.52 1.52 1.52 1.53 1.53 1.55 1.56 1.58 1.60 1.61 1.62 1.62 1.63 1.63 1.63 1.59 1.55 1.51 1.46 1.41 1.35 1.30 1.26 1.21 1.17 1.15 1.13 1.12 1.10 1.08 1.07 1.06 1.06 1.05 1.04 1.05 1.05 1.06 1.08 1.10 1.14 1.17 1.21 1.25 1.30 1.34 1.39 1.43 1.46 1.50 1.54 1.58 1.62 1.66 1.70 1.74 1.79 1.84 1.89 1.93 1.98 2.02 2.05 2.08 2.11 2.13 2.15 2.17 2.18 2.20 2.22 2.24 2.27 2.31 2.35 2.38 2.41 2.44 2.46 2.48 2.49 2.50 2.50 2.49 2.48 2.46 2.43 2. [...]
+1.34 1.37 1.39 1.41 1.43 1.45 1.46 1.48 1.50 1.51 1.52 1.52 1.52 1.53 1.53 1.54 1.56 1.58 1.60 1.62 1.63 1.64 1.65 1.66 1.66 1.66 1.63 1.60 1.56 1.50 1.45 1.40 1.35 1.30 1.26 1.21 1.19 1.17 1.15 1.14 1.13 1.11 1.10 1.09 1.08 1.08 1.09 1.09 1.11 1.14 1.17 1.21 1.25 1.29 1.34 1.39 1.43 1.47 1.51 1.55 1.58 1.62 1.66 1.69 1.73 1.77 1.81 1.86 1.90 1.95 1.99 2.03 2.07 2.11 2.14 2.17 2.19 2.21 2.23 2.23 2.24 2.27 2.29 2.33 2.36 2.40 2.44 2.49 2.52 2.54 2.57 2.58 2.59 2.59 2.58 2.57 2.54 2.51 2. [...]
+1.38 1.40 1.42 1.43 1.44 1.45 1.46 1.48 1.49 1.49 1.49 1.50 1.51 1.51 1.52 1.53 1.55 1.57 1.58 1.59 1.61 1.63 1.65 1.66 1.67 1.67 1.65 1.62 1.58 1.53 1.48 1.43 1.37 1.33 1.29 1.25 1.22 1.20 1.18 1.17 1.15 1.14 1.13 1.12 1.11 1.10 1.12 1.13 1.15 1.19 1.22 1.27 1.32 1.37 1.43 1.48 1.52 1.56 1.59 1.63 1.67 1.70 1.74 1.77 1.80 1.83 1.87 1.91 1.95 2.00 2.05 2.08 2.12 2.16 2.19 2.22 2.24 2.26 2.28 2.30 2.32 2.34 2.36 2.39 2.43 2.47 2.52 2.57 2.61 2.63 2.65 2.66 2.67 2.67 2.66 2.65 2.61 2.57 2. [...]
+1.42 1.43 1.44 1.44 1.44 1.45 1.45 1.46 1.47 1.46 1.45 1.46 1.46 1.46 1.48 1.49 1.51 1.53 1.55 1.56 1.58 1.61 1.63 1.64 1.65 1.65 1.63 1.60 1.57 1.52 1.48 1.43 1.37 1.33 1.29 1.25 1.23 1.21 1.19 1.17 1.15 1.13 1.12 1.11 1.11 1.10 1.12 1.14 1.17 1.21 1.26 1.32 1.38 1.44 1.50 1.56 1.60 1.64 1.68 1.72 1.75 1.78 1.80 1.83 1.86 1.89 1.93 1.96 2.01 2.05 2.10 2.14 2.18 2.21 2.25 2.29 2.31 2.34 2.36 2.39 2.41 2.43 2.45 2.48 2.53 2.57 2.61 2.66 2.69 2.71 2.72 2.73 2.73 2.72 2.70 2.69 2.65 2.61 2. [...]
+1.45 1.45 1.45 1.45 1.44 1.44 1.44 1.44 1.44 1.43 1.42 1.41 1.41 1.41 1.43 1.44 1.45 1.47 1.49 1.52 1.55 1.57 1.60 1.61 1.62 1.62 1.60 1.58 1.55 1.50 1.46 1.41 1.37 1.33 1.29 1.25 1.23 1.20 1.18 1.16 1.13 1.12 1.10 1.10 1.10 1.10 1.13 1.16 1.20 1.26 1.32 1.38 1.45 1.51 1.57 1.63 1.68 1.73 1.77 1.79 1.82 1.84 1.86 1.88 1.91 1.93 1.97 2.01 2.05 2.09 2.14 2.19 2.23 2.28 2.33 2.37 2.40 2.43 2.46 2.49 2.52 2.55 2.58 2.61 2.65 2.70 2.73 2.77 2.79 2.81 2.82 2.81 2.81 2.79 2.76 2.73 2.69 2.64 2. [...]
+1.49 1.48 1.48 1.47 1.45 1.43 1.42 1.42 1.41 1.40 1.39 1.38 1.37 1.37 1.38 1.39 1.41 1.42 1.44 1.47 1.51 1.53 1.56 1.57 1.58 1.58 1.56 1.54 1.51 1.47 1.43 1.39 1.35 1.31 1.27 1.24 1.21 1.18 1.15 1.13 1.11 1.10 1.09 1.09 1.10 1.11 1.15 1.19 1.24 1.31 1.38 1.45 1.52 1.58 1.65 1.71 1.76 1.81 1.85 1.87 1.89 1.91 1.92 1.94 1.96 1.98 2.02 2.06 2.10 2.15 2.19 2.25 2.31 2.36 2.42 2.47 2.51 2.55 2.58 2.62 2.66 2.70 2.74 2.77 2.82 2.86 2.89 2.92 2.94 2.95 2.95 2.93 2.92 2.89 2.84 2.80 2.74 2.68 2. [...]
+1.54 1.52 1.50 1.48 1.46 1.43 1.41 1.40 1.39 1.38 1.38 1.37 1.35 1.35 1.35 1.36 1.37 1.38 1.41 1.44 1.47 1.49 1.52 1.53 1.53 1.53 1.51 1.49 1.46 1.43 1.40 1.36 1.31 1.27 1.24 1.20 1.17 1.14 1.12 1.10 1.08 1.07 1.07 1.08 1.10 1.12 1.17 1.22 1.28 1.36 1.44 1.51 1.59 1.66 1.72 1.79 1.83 1.88 1.91 1.94 1.96 1.98 1.99 2.01 2.03 2.05 2.09 2.13 2.17 2.22 2.27 2.33 2.40 2.46 2.52 2.58 2.63 2.68 2.73 2.78 2.83 2.88 2.93 2.98 3.02 3.07 3.10 3.14 3.15 3.14 3.14 3.11 3.08 3.03 2.96 2.90 2.83 2.76 2. [...]
+1.58 1.55 1.52 1.49 1.46 1.43 1.41 1.39 1.38 1.37 1.36 1.36 1.35 1.34 1.34 1.33 1.34 1.36 1.38 1.40 1.43 1.45 1.47 1.48 1.48 1.48 1.46 1.44 1.41 1.38 1.35 1.31 1.27 1.23 1.19 1.15 1.13 1.10 1.08 1.06 1.04 1.05 1.05 1.07 1.09 1.12 1.19 1.25 1.32 1.40 1.48 1.56 1.65 1.72 1.79 1.85 1.90 1.94 1.98 2.00 2.03 2.04 2.06 2.07 2.09 2.11 2.16 2.20 2.25 2.31 2.37 2.44 2.51 2.58 2.66 2.73 2.79 2.84 2.91 2.98 3.05 3.11 3.17 3.22 3.28 3.33 3.37 3.41 3.42 3.42 3.41 3.36 3.32 3.25 3.16 3.07 2.98 2.90 2. [...]
+1.63 1.59 1.54 1.51 1.47 1.44 1.42 1.40 1.39 1.38 1.38 1.37 1.35 1.34 1.34 1.33 1.34 1.35 1.36 1.38 1.40 1.42 1.43 1.44 1.43 1.43 1.41 1.39 1.36 1.32 1.28 1.24 1.20 1.17 1.13 1.10 1.07 1.05 1.03 1.02 1.01 1.02 1.03 1.05 1.08 1.12 1.19 1.26 1.34 1.43 1.52 1.60 1.69 1.76 1.83 1.90 1.95 2.00 2.04 2.07 2.09 2.11 2.12 2.14 2.16 2.18 2.23 2.29 2.35 2.43 2.50 2.58 2.66 2.75 2.83 2.91 2.99 3.07 3.15 3.24 3.33 3.40 3.47 3.54 3.61 3.68 3.72 3.77 3.79 3.78 3.77 3.71 3.64 3.56 3.46 3.35 3.26 3.16 3. [...]
+1.69 1.64 1.58 1.54 1.50 1.46 1.45 1.43 1.41 1.40 1.39 1.38 1.36 1.35 1.34 1.33 1.33 1.34 1.35 1.36 1.38 1.39 1.40 1.40 1.39 1.38 1.36 1.34 1.31 1.27 1.23 1.18 1.14 1.10 1.07 1.04 1.02 1.00 0.98 0.97 0.97 0.98 1.00 1.02 1.07 1.11 1.18 1.25 1.34 1.44 1.54 1.63 1.72 1.80 1.87 1.95 2.00 2.06 2.10 2.14 2.17 2.19 2.20 2.23 2.25 2.28 2.34 2.40 2.48 2.56 2.64 2.73 2.82 2.92 3.01 3.11 3.21 3.31 3.41 3.52 3.63 3.72 3.81 3.90 3.99 4.08 4.14 4.19 4.22 4.21 4.21 4.14 4.08 3.99 3.87 3.76 3.66 3.56 3. [...]
+1.74 1.68 1.63 1.58 1.53 1.49 1.47 1.45 1.43 1.42 1.41 1.40 1.38 1.37 1.35 1.34 1.34 1.33 1.34 1.34 1.35 1.36 1.36 1.36 1.35 1.34 1.32 1.29 1.25 1.21 1.17 1.13 1.08 1.05 1.01 0.98 0.96 0.94 0.93 0.93 0.92 0.94 0.97 1.00 1.05 1.10 1.17 1.25 1.34 1.45 1.56 1.65 1.75 1.84 1.91 1.98 2.05 2.11 2.17 2.21 2.25 2.28 2.30 2.33 2.37 2.40 2.47 2.54 2.62 2.70 2.79 2.89 2.99 3.10 3.21 3.33 3.45 3.57 3.69 3.81 3.94 4.06 4.18 4.30 4.41 4.52 4.59 4.67 4.70 4.70 4.71 4.66 4.61 4.54 4.43 4.32 4.21 4.10 3. [...]
+1.78 1.73 1.68 1.62 1.57 1.52 1.49 1.47 1.45 1.44 1.43 1.42 1.40 1.39 1.37 1.35 1.34 1.33 1.33 1.33 1.32 1.33 1.34 1.33 1.32 1.31 1.27 1.24 1.20 1.16 1.11 1.07 1.03 1.00 0.96 0.93 0.91 0.90 0.89 0.89 0.89 0.91 0.94 0.98 1.03 1.09 1.17 1.26 1.36 1.47 1.58 1.68 1.78 1.87 1.95 2.03 2.10 2.17 2.24 2.29 2.34 2.38 2.42 2.46 2.50 2.54 2.61 2.68 2.76 2.86 2.95 3.06 3.16 3.28 3.41 3.54 3.68 3.82 3.96 4.11 4.25 4.40 4.56 4.71 4.84 4.98 5.06 5.15 5.21 5.23 5.25 5.23 5.21 5.17 5.09 5.02 4.88 4.75 4. [...]
+1.82 1.77 1.71 1.66 1.61 1.56 1.53 1.51 1.48 1.46 1.45 1.43 1.41 1.39 1.37 1.35 1.33 1.32 1.31 1.31 1.30 1.30 1.30 1.29 1.28 1.27 1.23 1.20 1.16 1.12 1.07 1.03 0.99 0.96 0.93 0.89 0.88 0.87 0.86 0.87 0.88 0.90 0.92 0.96 1.02 1.09 1.19 1.28 1.39 1.50 1.61 1.71 1.82 1.91 1.99 2.08 2.16 2.23 2.31 2.37 2.44 2.49 2.54 2.59 2.63 2.68 2.76 2.84 2.92 3.02 3.12 3.23 3.35 3.48 3.61 3.75 3.91 4.06 4.22 4.38 4.55 4.73 4.92 5.09 5.24 5.39 5.49 5.60 5.68 5.73 5.78 5.79 5.81 5.80 5.76 5.73 5.61 5.50 5. [...]
+1.84 1.80 1.75 1.70 1.66 1.61 1.58 1.55 1.52 1.49 1.46 1.43 1.41 1.38 1.36 1.33 1.32 1.31 1.30 1.28 1.27 1.27 1.26 1.26 1.25 1.24 1.20 1.17 1.13 1.09 1.05 1.00 0.96 0.92 0.90 0.88 0.87 0.85 0.85 0.86 0.86 0.89 0.92 0.97 1.04 1.10 1.21 1.32 1.43 1.54 1.65 1.76 1.86 1.96 2.05 2.14 2.23 2.31 2.39 2.47 2.55 2.61 2.68 2.74 2.79 2.85 2.93 3.00 3.09 3.19 3.29 3.42 3.55 3.69 3.82 3.96 4.11 4.26 4.42 4.59 4.75 4.96 5.16 5.35 5.52 5.69 5.80 5.92 6.01 6.08 6.16 6.21 6.26 6.29 6.29 6.30 6.24 6.18 6. [...]
+1.85 1.81 1.77 1.73 1.69 1.65 1.62 1.58 1.54 1.51 1.47 1.44 1.41 1.38 1.35 1.32 1.30 1.29 1.27 1.26 1.25 1.24 1.24 1.24 1.22 1.21 1.18 1.14 1.11 1.06 1.02 0.98 0.94 0.91 0.89 0.87 0.86 0.86 0.86 0.87 0.88 0.91 0.94 0.99 1.05 1.12 1.24 1.35 1.47 1.59 1.70 1.82 1.93 2.03 2.13 2.23 2.32 2.41 2.50 2.60 2.69 2.76 2.83 2.90 2.96 3.02 3.09 3.16 3.25 3.35 3.46 3.60 3.74 3.87 4.01 4.15 4.29 4.43 4.58 4.74 4.89 5.09 5.29 5.48 5.66 5.84 5.96 6.08 6.19 6.28 6.38 6.45 6.52 6.58 6.64 6.69 6.68 6.68 6. [...]
+1.84 1.81 1.78 1.75 1.72 1.69 1.65 1.61 1.57 1.53 1.49 1.45 1.42 1.38 1.35 1.32 1.29 1.27 1.25 1.24 1.23 1.22 1.22 1.21 1.20 1.19 1.16 1.13 1.09 1.05 1.01 0.97 0.93 0.90 0.88 0.87 0.87 0.87 0.87 0.89 0.90 0.93 0.96 1.01 1.08 1.16 1.27 1.39 1.51 1.64 1.77 1.88 2.00 2.11 2.21 2.32 2.42 2.52 2.63 2.73 2.83 2.91 2.99 3.06 3.12 3.17 3.24 3.32 3.41 3.52 3.62 3.77 3.91 4.05 4.19 4.32 4.45 4.57 4.70 4.84 4.98 5.16 5.34 5.51 5.68 5.86 5.98 6.10 6.21 6.31 6.41 6.49 6.58 6.67 6.76 6.86 6.90 6.95 6. [...]
+1.83 1.81 1.80 1.77 1.74 1.71 1.67 1.63 1.59 1.55 1.51 1.47 1.42 1.38 1.35 1.32 1.29 1.26 1.24 1.23 1.21 1.21 1.20 1.20 1.18 1.17 1.14 1.12 1.08 1.05 1.01 0.97 0.93 0.91 0.89 0.88 0.88 0.88 0.89 0.90 0.91 0.95 0.98 1.03 1.11 1.19 1.31 1.43 1.56 1.69 1.83 1.95 2.07 2.19 2.30 2.41 2.52 2.63 2.74 2.86 2.97 3.05 3.13 3.20 3.26 3.31 3.38 3.45 3.55 3.66 3.78 3.92 4.07 4.20 4.34 4.47 4.57 4.68 4.79 4.90 5.02 5.17 5.31 5.46 5.61 5.75 5.86 5.97 6.07 6.17 6.26 6.35 6.44 6.54 6.67 6.80 6.89 6.98 7. [...]
+1.82 1.81 1.81 1.79 1.76 1.74 1.70 1.66 1.62 1.57 1.53 1.48 1.44 1.39 1.35 1.32 1.29 1.26 1.24 1.22 1.20 1.20 1.20 1.20 1.18 1.17 1.14 1.12 1.08 1.05 1.01 0.97 0.94 0.92 0.91 0.89 0.89 0.89 0.90 0.91 0.93 0.96 0.99 1.05 1.12 1.20 1.33 1.46 1.60 1.74 1.88 2.01 2.14 2.27 2.38 2.50 2.61 2.72 2.84 2.96 3.09 3.16 3.24 3.31 3.37 3.43 3.50 3.57 3.66 3.78 3.90 4.04 4.18 4.31 4.43 4.55 4.65 4.75 4.85 4.94 5.03 5.14 5.25 5.36 5.47 5.57 5.65 5.74 5.82 5.89 5.96 6.04 6.13 6.24 6.37 6.51 6.63 6.76 6. [...]
+1.82 1.82 1.82 1.80 1.78 1.76 1.72 1.69 1.64 1.59 1.54 1.49 1.45 1.41 1.37 1.34 1.31 1.28 1.26 1.24 1.23 1.22 1.22 1.21 1.20 1.18 1.16 1.13 1.10 1.06 1.02 0.99 0.95 0.93 0.91 0.89 0.90 0.90 0.91 0.93 0.94 0.97 1.00 1.06 1.14 1.21 1.35 1.48 1.63 1.77 1.92 2.06 2.20 2.33 2.46 2.58 2.69 2.81 2.93 3.04 3.16 3.25 3.33 3.40 3.45 3.50 3.58 3.65 3.74 3.85 3.96 4.10 4.24 4.37 4.50 4.62 4.72 4.81 4.90 4.97 5.05 5.12 5.19 5.27 5.33 5.40 5.43 5.46 5.49 5.52 5.56 5.63 5.70 5.81 5.94 6.07 6.21 6.35 6. [...]
+1.83 1.82 1.81 1.80 1.78 1.76 1.73 1.69 1.65 1.60 1.55 1.51 1.47 1.43 1.40 1.37 1.34 1.32 1.30 1.29 1.28 1.27 1.26 1.25 1.24 1.22 1.19 1.16 1.13 1.09 1.04 1.01 0.98 0.95 0.93 0.91 0.92 0.92 0.93 0.94 0.95 0.98 1.02 1.08 1.16 1.25 1.38 1.52 1.66 1.82 1.97 2.12 2.26 2.40 2.52 2.64 2.75 2.87 2.99 3.10 3.21 3.30 3.38 3.45 3.51 3.56 3.63 3.70 3.78 3.89 3.99 4.12 4.26 4.40 4.53 4.66 4.76 4.86 4.95 5.02 5.09 5.14 5.19 5.22 5.25 5.27 5.25 5.23 5.22 5.21 5.20 5.25 5.31 5.39 5.51 5.63 5.76 5.90 6. [...]
+1.84 1.83 1.81 1.79 1.77 1.75 1.72 1.69 1.65 1.61 1.57 1.53 1.49 1.46 1.43 1.40 1.39 1.37 1.36 1.36 1.35 1.34 1.33 1.31 1.30 1.28 1.25 1.22 1.18 1.13 1.08 1.05 1.02 0.99 0.97 0.95 0.95 0.95 0.95 0.96 0.97 1.00 1.04 1.10 1.19 1.29 1.42 1.56 1.71 1.86 2.02 2.17 2.32 2.45 2.57 2.68 2.80 2.91 3.02 3.13 3.23 3.31 3.38 3.45 3.51 3.57 3.63 3.70 3.78 3.89 3.99 4.12 4.26 4.40 4.54 4.68 4.79 4.91 5.00 5.08 5.16 5.20 5.23 5.25 5.24 5.23 5.17 5.12 5.06 5.01 4.96 4.98 5.00 5.05 5.15 5.24 5.37 5.49 5. [...]
+1.86 1.84 1.82 1.80 1.78 1.76 1.72 1.69 1.66 1.62 1.58 1.55 1.52 1.49 1.47 1.45 1.44 1.44 1.43 1.43 1.43 1.42 1.41 1.39 1.37 1.35 1.32 1.28 1.24 1.19 1.14 1.10 1.07 1.04 1.01 0.99 0.98 0.98 0.98 0.99 1.00 1.03 1.06 1.13 1.22 1.32 1.46 1.59 1.74 1.90 2.07 2.21 2.35 2.48 2.59 2.71 2.82 2.93 3.03 3.13 3.22 3.28 3.34 3.40 3.45 3.51 3.58 3.65 3.74 3.85 3.97 4.10 4.24 4.39 4.54 4.69 4.82 4.95 5.07 5.16 5.26 5.30 5.33 5.34 5.31 5.29 5.21 5.13 5.04 4.96 4.88 4.86 4.84 4.86 4.92 4.98 5.09 5.20 5. [...]
+1.90 1.87 1.83 1.81 1.79 1.77 1.74 1.70 1.67 1.64 1.61 1.58 1.56 1.54 1.53 1.53 1.53 1.53 1.52 1.52 1.51 1.50 1.48 1.46 1.44 1.41 1.38 1.35 1.31 1.26 1.22 1.17 1.13 1.09 1.07 1.04 1.03 1.01 1.01 1.02 1.02 1.06 1.09 1.15 1.25 1.35 1.48 1.62 1.77 1.92 2.08 2.22 2.36 2.49 2.59 2.70 2.80 2.90 3.00 3.09 3.18 3.22 3.26 3.30 3.35 3.39 3.48 3.58 3.68 3.80 3.91 4.06 4.21 4.37 4.53 4.69 4.85 5.00 5.14 5.26 5.37 5.43 5.49 5.51 5.48 5.46 5.36 5.27 5.18 5.08 4.98 4.93 4.87 4.85 4.88 4.90 4.98 5.06 5. [...]
+1.94 1.91 1.87 1.85 1.82 1.80 1.76 1.72 1.69 1.65 1.62 1.61 1.60 1.59 1.59 1.59 1.60 1.61 1.61 1.61 1.60 1.58 1.55 1.53 1.50 1.48 1.44 1.40 1.36 1.32 1.28 1.23 1.18 1.14 1.11 1.08 1.06 1.04 1.04 1.04 1.05 1.09 1.12 1.19 1.27 1.36 1.49 1.62 1.76 1.91 2.07 2.20 2.33 2.45 2.55 2.66 2.76 2.85 2.95 3.03 3.12 3.15 3.17 3.21 3.25 3.29 3.40 3.50 3.62 3.74 3.86 4.02 4.17 4.33 4.51 4.68 4.86 5.03 5.20 5.34 5.49 5.58 5.67 5.72 5.72 5.73 5.66 5.59 5.50 5.41 5.31 5.24 5.16 5.12 5.12 5.11 5.15 5.19 5. [...]
+1.99 1.95 1.92 1.89 1.86 1.83 1.79 1.75 1.72 1.69 1.66 1.66 1.66 1.66 1.66 1.67 1.68 1.69 1.70 1.69 1.68 1.66 1.63 1.60 1.58 1.55 1.51 1.47 1.43 1.39 1.35 1.30 1.24 1.20 1.16 1.12 1.10 1.08 1.07 1.08 1.08 1.12 1.15 1.21 1.29 1.37 1.50 1.62 1.75 1.89 2.03 2.16 2.28 2.39 2.49 2.59 2.68 2.78 2.86 2.94 3.02 3.06 3.10 3.14 3.19 3.24 3.35 3.45 3.56 3.69 3.81 3.96 4.11 4.28 4.46 4.64 4.83 5.03 5.22 5.40 5.58 5.71 5.84 5.93 5.98 6.02 5.99 5.95 5.90 5.83 5.76 5.68 5.59 5.53 5.50 5.47 5.48 5.50 5. [...]
+2.06 2.02 1.98 1.95 1.91 1.88 1.84 1.79 1.76 1.73 1.71 1.71 1.71 1.72 1.73 1.74 1.75 1.76 1.77 1.76 1.75 1.72 1.70 1.67 1.65 1.62 1.58 1.54 1.50 1.45 1.41 1.35 1.30 1.25 1.21 1.16 1.14 1.11 1.10 1.11 1.12 1.15 1.18 1.24 1.31 1.39 1.50 1.62 1.74 1.87 2.01 2.12 2.23 2.33 2.42 2.51 2.60 2.68 2.76 2.84 2.92 2.97 3.03 3.09 3.15 3.22 3.31 3.41 3.51 3.63 3.75 3.89 4.04 4.20 4.38 4.57 4.78 4.99 5.21 5.42 5.63 5.81 5.98 6.12 6.21 6.31 6.32 6.34 6.34 6.30 6.27 6.18 6.10 6.03 5.98 5.93 5.93 5.93 5. [...]
+2.15 2.10 2.05 2.01 1.97 1.93 1.88 1.83 1.80 1.77 1.74 1.75 1.76 1.77 1.79 1.80 1.81 1.82 1.82 1.81 1.80 1.78 1.75 1.73 1.70 1.66 1.63 1.59 1.55 1.50 1.45 1.40 1.35 1.30 1.25 1.20 1.17 1.14 1.13 1.13 1.14 1.17 1.21 1.26 1.33 1.40 1.51 1.62 1.74 1.87 2.00 2.10 2.20 2.29 2.36 2.44 2.51 2.59 2.67 2.74 2.82 2.89 2.95 3.02 3.11 3.19 3.28 3.37 3.46 3.57 3.68 3.82 3.95 4.11 4.29 4.47 4.69 4.91 5.15 5.39 5.64 5.85 6.07 6.25 6.40 6.55 6.63 6.71 6.75 6.75 6.75 6.69 6.63 6.57 6.51 6.46 6.44 6.43 6. [...]
+2.24 2.18 2.12 2.07 2.02 1.96 1.92 1.87 1.83 1.80 1.77 1.78 1.80 1.82 1.84 1.87 1.87 1.87 1.86 1.85 1.83 1.81 1.78 1.75 1.72 1.69 1.66 1.62 1.58 1.54 1.49 1.44 1.39 1.33 1.28 1.22 1.19 1.15 1.14 1.15 1.15 1.20 1.24 1.30 1.36 1.43 1.53 1.64 1.75 1.88 2.01 2.10 2.20 2.27 2.33 2.39 2.45 2.52 2.58 2.66 2.73 2.80 2.87 2.95 3.04 3.13 3.22 3.30 3.39 3.49 3.59 3.72 3.86 4.01 4.18 4.35 4.58 4.81 5.05 5.32 5.59 5.83 6.08 6.31 6.51 6.72 6.85 6.98 7.07 7.11 7.14 7.11 7.08 7.04 7.00 6.97 6.94 6.91 6. [...]
+2.32 2.26 2.20 2.14 2.07 2.00 1.95 1.89 1.85 1.82 1.78 1.80 1.82 1.85 1.89 1.93 1.92 1.91 1.89 1.86 1.83 1.81 1.78 1.75 1.72 1.69 1.66 1.63 1.60 1.57 1.53 1.48 1.42 1.36 1.29 1.23 1.19 1.16 1.14 1.15 1.17 1.22 1.27 1.33 1.41 1.48 1.58 1.69 1.80 1.91 2.03 2.11 2.19 2.25 2.30 2.35 2.40 2.46 2.51 2.58 2.64 2.71 2.79 2.87 2.96 3.06 3.14 3.21 3.30 3.39 3.48 3.61 3.74 3.88 4.05 4.21 4.43 4.64 4.89 5.16 5.43 5.71 6.00 6.25 6.49 6.72 6.90 7.08 7.21 7.30 7.39 7.39 7.39 7.38 7.35 7.33 7.29 7.25 7. [...]
+2.38 2.31 2.25 2.18 2.10 2.02 1.96 1.90 1.85 1.82 1.79 1.81 1.83 1.86 1.91 1.97 1.95 1.93 1.90 1.87 1.83 1.80 1.78 1.74 1.71 1.68 1.65 1.63 1.60 1.57 1.54 1.48 1.43 1.36 1.30 1.23 1.20 1.16 1.15 1.17 1.18 1.24 1.30 1.37 1.46 1.54 1.64 1.73 1.84 1.94 2.05 2.12 2.19 2.25 2.29 2.33 2.37 2.42 2.47 2.52 2.58 2.65 2.72 2.79 2.88 2.97 3.05 3.12 3.21 3.29 3.38 3.50 3.61 3.74 3.90 4.05 4.25 4.46 4.70 4.96 5.23 5.52 5.82 6.09 6.35 6.61 6.81 7.01 7.18 7.31 7.44 7.47 7.50 7.50 7.48 7.47 7.42 7.37 7. [...]
+2.40 2.33 2.26 2.19 2.11 2.03 1.97 1.90 1.86 1.83 1.79 1.81 1.82 1.85 1.91 1.96 1.94 1.92 1.89 1.86 1.83 1.79 1.76 1.72 1.69 1.66 1.64 1.61 1.59 1.56 1.54 1.48 1.42 1.36 1.29 1.23 1.20 1.17 1.16 1.18 1.20 1.27 1.34 1.42 1.51 1.61 1.70 1.79 1.88 1.98 2.08 2.14 2.21 2.26 2.30 2.33 2.37 2.40 2.44 2.49 2.54 2.61 2.67 2.74 2.82 2.90 2.97 3.04 3.12 3.20 3.28 3.39 3.49 3.61 3.75 3.88 4.08 4.27 4.49 4.75 5.00 5.29 5.57 5.85 6.12 6.38 6.61 6.83 7.01 7.16 7.31 7.35 7.39 7.41 7.40 7.39 7.34 7.28 7. [...]
+2.37 2.30 2.23 2.16 2.09 2.02 1.96 1.91 1.86 1.83 1.80 1.81 1.81 1.84 1.88 1.92 1.91 1.90 1.87 1.84 1.81 1.77 1.73 1.70 1.66 1.63 1.61 1.59 1.57 1.54 1.52 1.46 1.40 1.34 1.28 1.22 1.19 1.17 1.18 1.21 1.24 1.32 1.39 1.48 1.58 1.67 1.76 1.85 1.94 2.02 2.11 2.17 2.23 2.28 2.32 2.36 2.38 2.41 2.45 2.49 2.54 2.59 2.65 2.71 2.78 2.85 2.92 2.98 3.05 3.12 3.20 3.29 3.38 3.48 3.61 3.73 3.91 4.08 4.29 4.53 4.76 5.03 5.29 5.55 5.82 6.08 6.31 6.54 6.73 6.87 7.02 7.06 7.10 7.12 7.12 7.12 7.06 7.00 6. [...]
+2.31 2.24 2.18 2.11 2.06 2.00 1.94 1.88 1.84 1.81 1.79 1.80 1.81 1.83 1.85 1.87 1.86 1.85 1.83 1.79 1.75 1.72 1.69 1.66 1.62 1.59 1.57 1.55 1.53 1.50 1.48 1.43 1.37 1.32 1.27 1.22 1.20 1.19 1.20 1.24 1.28 1.37 1.45 1.54 1.64 1.74 1.83 1.92 2.00 2.08 2.16 2.21 2.26 2.31 2.34 2.37 2.40 2.42 2.46 2.50 2.55 2.60 2.65 2.71 2.78 2.84 2.89 2.95 3.00 3.07 3.13 3.21 3.29 3.38 3.48 3.59 3.74 3.90 4.09 4.30 4.51 4.75 4.98 5.22 5.47 5.72 5.93 6.14 6.32 6.45 6.58 6.62 6.67 6.69 6.68 6.67 6.62 6.57 6. [...]
+2.23 2.16 2.10 2.04 1.99 1.95 1.89 1.84 1.80 1.77 1.75 1.76 1.77 1.78 1.79 1.80 1.80 1.79 1.77 1.73 1.69 1.65 1.61 1.58 1.55 1.53 1.51 1.49 1.46 1.44 1.41 1.37 1.33 1.29 1.25 1.20 1.21 1.21 1.24 1.29 1.33 1.42 1.51 1.61 1.70 1.80 1.89 1.97 2.05 2.12 2.19 2.24 2.30 2.34 2.36 2.38 2.40 2.43 2.46 2.51 2.56 2.60 2.65 2.70 2.76 2.82 2.87 2.92 2.97 3.02 3.07 3.14 3.21 3.30 3.39 3.48 3.62 3.75 3.91 4.10 4.28 4.49 4.70 4.91 5.12 5.34 5.52 5.69 5.84 5.95 6.06 6.10 6.15 6.16 6.13 6.10 6.05 6.00 5. [...]
+2.13 2.07 2.00 1.95 1.90 1.85 1.81 1.77 1.74 1.73 1.71 1.72 1.73 1.74 1.75 1.76 1.74 1.73 1.70 1.66 1.61 1.57 1.53 1.50 1.47 1.45 1.44 1.42 1.40 1.38 1.36 1.33 1.30 1.27 1.24 1.21 1.23 1.24 1.27 1.33 1.39 1.48 1.57 1.66 1.75 1.85 1.93 2.01 2.08 2.15 2.21 2.26 2.31 2.35 2.38 2.41 2.42 2.44 2.47 2.52 2.57 2.60 2.64 2.68 2.72 2.77 2.82 2.87 2.91 2.96 3.00 3.08 3.15 3.23 3.31 3.40 3.51 3.62 3.76 3.92 4.08 4.26 4.44 4.62 4.79 4.96 5.10 5.25 5.36 5.44 5.53 5.56 5.59 5.58 5.55 5.51 5.46 5.41 5. [...]
+2.01 1.95 1.89 1.84 1.79 1.75 1.72 1.70 1.68 1.67 1.66 1.67 1.69 1.70 1.71 1.72 1.70 1.68 1.65 1.60 1.55 1.50 1.46 1.42 1.40 1.38 1.37 1.35 1.34 1.33 1.31 1.29 1.28 1.26 1.25 1.24 1.26 1.28 1.32 1.38 1.45 1.53 1.62 1.71 1.79 1.88 1.95 2.03 2.09 2.15 2.21 2.26 2.30 2.34 2.38 2.42 2.44 2.46 2.48 2.52 2.56 2.59 2.62 2.65 2.68 2.71 2.75 2.80 2.84 2.89 2.93 3.00 3.08 3.15 3.24 3.33 3.42 3.51 3.63 3.77 3.91 4.06 4.22 4.36 4.49 4.62 4.72 4.82 4.90 4.96 5.01 5.02 5.03 5.01 4.98 4.95 4.90 4.85 4. [...]
+1.86 1.82 1.77 1.73 1.69 1.66 1.64 1.62 1.61 1.61 1.62 1.64 1.66 1.67 1.68 1.68 1.66 1.64 1.60 1.55 1.50 1.45 1.41 1.37 1.34 1.32 1.31 1.30 1.29 1.28 1.28 1.28 1.27 1.27 1.28 1.28 1.31 1.34 1.38 1.45 1.51 1.59 1.67 1.75 1.83 1.90 1.96 2.02 2.08 2.13 2.18 2.22 2.27 2.32 2.36 2.41 2.44 2.47 2.49 2.52 2.55 2.57 2.60 2.62 2.63 2.65 2.69 2.72 2.76 2.81 2.85 2.93 3.00 3.08 3.17 3.26 3.35 3.43 3.54 3.66 3.78 3.91 4.03 4.14 4.23 4.32 4.38 4.45 4.49 4.52 4.54 4.53 4.51 4.49 4.46 4.44 4.39 4.35 4. [...]
+1.72 1.69 1.66 1.63 1.61 1.59 1.58 1.57 1.57 1.58 1.59 1.61 1.63 1.64 1.65 1.66 1.63 1.60 1.57 1.51 1.46 1.41 1.36 1.32 1.29 1.27 1.26 1.25 1.25 1.26 1.27 1.28 1.29 1.31 1.33 1.35 1.38 1.41 1.46 1.52 1.58 1.65 1.72 1.78 1.84 1.90 1.95 1.99 2.04 2.08 2.13 2.17 2.22 2.27 2.32 2.37 2.41 2.45 2.48 2.51 2.53 2.55 2.57 2.59 2.60 2.61 2.63 2.65 2.69 2.73 2.78 2.85 2.92 3.00 3.09 3.18 3.28 3.38 3.48 3.58 3.69 3.78 3.88 3.96 4.01 4.06 4.10 4.14 4.15 4.15 4.14 4.11 4.09 4.06 4.03 3.99 3.96 3.93 3. [...]
+1.62 1.60 1.58 1.57 1.55 1.54 1.54 1.53 1.54 1.56 1.58 1.60 1.62 1.63 1.62 1.62 1.59 1.57 1.53 1.47 1.42 1.38 1.33 1.30 1.27 1.25 1.25 1.25 1.26 1.28 1.29 1.32 1.34 1.37 1.40 1.44 1.48 1.51 1.56 1.61 1.67 1.71 1.76 1.80 1.84 1.87 1.91 1.94 1.98 2.01 2.05 2.09 2.14 2.19 2.24 2.29 2.34 2.38 2.42 2.45 2.48 2.51 2.53 2.55 2.56 2.58 2.59 2.60 2.63 2.66 2.70 2.76 2.83 2.91 3.00 3.09 3.19 3.29 3.38 3.48 3.58 3.65 3.71 3.77 3.81 3.85 3.87 3.89 3.89 3.86 3.84 3.82 3.79 3.76 3.73 3.70 3.67 3.64 3. [...]
+1.55 1.55 1.54 1.53 1.52 1.51 1.51 1.51 1.53 1.55 1.57 1.58 1.59 1.59 1.58 1.58 1.55 1.52 1.48 1.44 1.39 1.35 1.31 1.28 1.27 1.25 1.26 1.27 1.28 1.31 1.34 1.37 1.41 1.44 1.49 1.53 1.57 1.62 1.66 1.70 1.74 1.77 1.80 1.83 1.85 1.87 1.89 1.91 1.93 1.96 1.99 2.03 2.07 2.12 2.17 2.21 2.26 2.31 2.35 2.39 2.42 2.45 2.47 2.49 2.50 2.52 2.53 2.54 2.56 2.59 2.61 2.68 2.74 2.82 2.90 2.99 3.08 3.18 3.27 3.36 3.45 3.50 3.55 3.59 3.62 3.65 3.65 3.66 3.65 3.63 3.61 3.58 3.55 3.52 3.49 3.46 3.44 3.42 3. [...]
+1.53 1.53 1.52 1.52 1.51 1.50 1.50 1.51 1.52 1.54 1.56 1.56 1.57 1.56 1.55 1.55 1.51 1.48 1.45 1.41 1.37 1.33 1.30 1.28 1.27 1.26 1.28 1.29 1.32 1.35 1.39 1.43 1.48 1.52 1.57 1.61 1.66 1.70 1.74 1.77 1.80 1.82 1.84 1.85 1.86 1.87 1.88 1.88 1.90 1.93 1.95 1.99 2.03 2.07 2.12 2.16 2.21 2.26 2.30 2.33 2.37 2.39 2.41 2.43 2.44 2.46 2.47 2.48 2.50 2.52 2.54 2.60 2.66 2.73 2.81 2.89 2.98 3.06 3.14 3.22 3.29 3.34 3.38 3.41 3.44 3.46 3.45 3.45 3.44 3.43 3.42 3.39 3.36 3.33 3.30 3.27 3.27 3.26 3. [...]
+1.55 1.54 1.53 1.52 1.52 1.52 1.52 1.52 1.53 1.55 1.56 1.56 1.56 1.55 1.54 1.52 1.49 1.46 1.42 1.39 1.35 1.32 1.30 1.29 1.29 1.29 1.31 1.33 1.36 1.40 1.44 1.49 1.55 1.59 1.64 1.69 1.72 1.76 1.80 1.83 1.86 1.86 1.87 1.87 1.87 1.87 1.87 1.87 1.88 1.90 1.93 1.97 2.01 2.05 2.09 2.14 2.18 2.22 2.26 2.29 2.33 2.34 2.36 2.37 2.39 2.41 2.41 2.42 2.44 2.46 2.49 2.54 2.58 2.64 2.71 2.79 2.87 2.94 3.01 3.07 3.12 3.16 3.20 3.22 3.24 3.26 3.26 3.27 3.26 3.25 3.24 3.22 3.21 3.19 3.16 3.14 3.14 3.14 3. [...]
+1.59 1.58 1.57 1.56 1.56 1.56 1.56 1.56 1.56 1.57 1.58 1.57 1.56 1.55 1.53 1.51 1.48 1.45 1.41 1.38 1.35 1.33 1.31 1.30 1.31 1.32 1.35 1.38 1.41 1.45 1.48 1.54 1.59 1.65 1.69 1.74 1.78 1.82 1.84 1.86 1.88 1.88 1.88 1.88 1.87 1.87 1.87 1.87 1.88 1.90 1.92 1.95 1.99 2.04 2.08 2.13 2.17 2.21 2.24 2.26 2.29 2.31 2.33 2.34 2.35 2.35 2.36 2.37 2.38 2.41 2.44 2.47 2.50 2.55 2.62 2.70 2.75 2.81 2.86 2.91 2.96 2.98 3.01 3.03 3.05 3.07 3.08 3.08 3.09 3.09 3.09 3.08 3.07 3.06 3.04 3.02 3.03 3.05 3. [...]
+1.66 1.64 1.62 1.61 1.61 1.61 1.61 1.61 1.61 1.61 1.61 1.60 1.58 1.56 1.53 1.50 1.47 1.44 1.42 1.40 1.37 1.36 1.35 1.34 1.35 1.35 1.38 1.41 1.44 1.49 1.53 1.58 1.64 1.69 1.74 1.79 1.82 1.86 1.88 1.90 1.91 1.91 1.91 1.91 1.90 1.89 1.89 1.89 1.91 1.93 1.95 1.99 2.02 2.06 2.10 2.14 2.17 2.21 2.23 2.26 2.28 2.29 2.31 2.32 2.32 2.33 2.33 2.33 2.34 2.36 2.38 2.42 2.45 2.49 2.54 2.59 2.63 2.68 2.71 2.74 2.77 2.80 2.83 2.85 2.87 2.89 2.89 2.90 2.91 2.91 2.92 2.91 2.91 2.91 2.91 2.92 2.92 2.93 2. [...]
+1.74 1.72 1.69 1.68 1.68 1.67 1.67 1.67 1.67 1.67 1.66 1.64 1.62 1.59 1.56 1.52 1.49 1.46 1.44 1.42 1.40 1.39 1.38 1.38 1.39 1.39 1.42 1.45 1.48 1.53 1.57 1.62 1.68 1.73 1.77 1.82 1.85 1.89 1.91 1.93 1.95 1.95 1.95 1.94 1.94 1.94 1.94 1.94 1.95 1.98 2.00 2.04 2.07 2.10 2.13 2.16 2.19 2.21 2.23 2.25 2.26 2.27 2.28 2.29 2.30 2.30 2.30 2.30 2.31 2.33 2.34 2.37 2.39 2.42 2.45 2.49 2.52 2.55 2.58 2.60 2.62 2.64 2.66 2.68 2.70 2.71 2.72 2.73 2.73 2.74 2.75 2.75 2.76 2.76 2.77 2.78 2.79 2.80 2. [...]
+1.83 1.80 1.77 1.76 1.75 1.74 1.74 1.74 1.74 1.73 1.71 1.69 1.67 1.64 1.60 1.57 1.54 1.51 1.48 1.46 1.45 1.44 1.43 1.43 1.43 1.44 1.46 1.49 1.52 1.56 1.60 1.66 1.71 1.76 1.81 1.85 1.89 1.92 1.95 1.96 1.98 1.99 1.99 1.99 1.99 2.00 2.00 2.00 2.02 2.04 2.06 2.09 2.12 2.14 2.17 2.19 2.20 2.22 2.23 2.24 2.25 2.26 2.26 2.27 2.27 2.27 2.27 2.28 2.28 2.30 2.31 2.33 2.34 2.36 2.38 2.40 2.42 2.44 2.46 2.48 2.50 2.51 2.53 2.54 2.55 2.56 2.57 2.57 2.58 2.58 2.58 2.59 2.59 2.60 2.61 2.63 2.64 2.65 2. [...]
+1.90 1.88 1.85 1.83 1.83 1.82 1.82 1.82 1.81 1.79 1.77 1.75 1.73 1.70 1.67 1.63 1.60 1.58 1.55 1.53 1.51 1.50 1.49 1.48 1.49 1.49 1.51 1.53 1.56 1.60 1.64 1.70 1.75 1.80 1.85 1.89 1.93 1.96 1.99 2.01 2.03 2.03 2.04 2.05 2.06 2.06 2.07 2.08 2.09 2.11 2.13 2.14 2.16 2.18 2.19 2.21 2.21 2.22 2.23 2.23 2.23 2.24 2.24 2.24 2.24 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.31 2.32 2.33 2.34 2.36 2.37 2.38 2.39 2.40 2.41 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.43 2.44 2.46 2.47 2.48 2. [...]
+1.96 1.95 1.93 1.91 1.91 1.90 1.89 1.87 1.86 1.85 1.83 1.82 1.80 1.77 1.75 1.72 1.69 1.66 1.63 1.60 1.58 1.57 1.56 1.56 1.56 1.56 1.58 1.60 1.63 1.67 1.70 1.75 1.80 1.84 1.89 1.93 1.97 2.01 2.04 2.06 2.08 2.09 2.10 2.11 2.12 2.13 2.13 2.14 2.15 2.17 2.19 2.20 2.21 2.21 2.21 2.21 2.21 2.22 2.22 2.21 2.21 2.21 2.21 2.21 2.21 2.21 2.21 2.22 2.23 2.23 2.24 2.25 2.27 2.28 2.29 2.31 2.31 2.32 2.33 2.33 2.34 2.34 2.35 2.35 2.34 2.34 2.33 2.31 2.30 2.30 2.29 2.28 2.28 2.27 2.27 2.27 2.29 2.31 2. [...]
+2.04 2.02 1.99 1.98 1.97 1.96 1.95 1.93 1.91 1.90 1.89 1.87 1.86 1.84 1.82 1.80 1.78 1.75 1.73 1.70 1.68 1.66 1.65 1.63 1.63 1.62 1.64 1.66 1.69 1.73 1.77 1.82 1.86 1.90 1.94 1.98 2.02 2.06 2.09 2.12 2.14 2.16 2.17 2.18 2.19 2.19 2.20 2.21 2.21 2.22 2.23 2.23 2.22 2.22 2.22 2.22 2.21 2.20 2.20 2.19 2.18 2.18 2.17 2.17 2.18 2.18 2.18 2.18 2.19 2.21 2.23 2.24 2.25 2.27 2.28 2.29 2.30 2.31 2.31 2.31 2.31 2.31 2.31 2.31 2.30 2.29 2.27 2.26 2.25 2.23 2.21 2.19 2.18 2.17 2.16 2.16 2.16 2.16 2. [...]
+2.11 2.08 2.06 2.04 2.03 2.02 2.00 1.99 1.97 1.96 1.95 1.94 1.92 1.91 1.90 1.89 1.87 1.85 1.83 1.80 1.78 1.76 1.74 1.72 1.71 1.70 1.71 1.73 1.76 1.80 1.83 1.88 1.92 1.96 2.00 2.05 2.08 2.12 2.15 2.17 2.20 2.21 2.22 2.23 2.23 2.24 2.24 2.24 2.25 2.25 2.25 2.24 2.23 2.22 2.21 2.21 2.19 2.18 2.17 2.16 2.15 2.14 2.13 2.13 2.14 2.15 2.15 2.16 2.18 2.20 2.21 2.23 2.25 2.27 2.28 2.30 2.30 2.30 2.31 2.31 2.31 2.30 2.29 2.28 2.27 2.26 2.25 2.24 2.22 2.20 2.17 2.15 2.12 2.10 2.09 2.08 2.07 2.06 2. [...]
+2.20 2.17 2.14 2.12 2.10 2.08 2.07 2.05 2.04 2.02 2.01 2.00 1.99 1.98 1.98 1.97 1.95 1.94 1.92 1.90 1.89 1.86 1.83 1.82 1.80 1.79 1.80 1.82 1.84 1.88 1.91 1.95 1.99 2.02 2.06 2.10 2.13 2.16 2.19 2.22 2.24 2.25 2.26 2.27 2.27 2.27 2.27 2.26 2.26 2.26 2.25 2.24 2.22 2.21 2.19 2.18 2.16 2.15 2.13 2.12 2.11 2.10 2.09 2.10 2.10 2.11 2.13 2.15 2.16 2.19 2.21 2.23 2.25 2.27 2.29 2.31 2.32 2.32 2.32 2.32 2.32 2.31 2.29 2.28 2.28 2.27 2.25 2.24 2.22 2.20 2.17 2.14 2.11 2.09 2.07 2.05 2.04 2.03 2. [...]
+2.29 2.26 2.23 2.20 2.18 2.16 2.14 2.12 2.10 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.03 2.02 2.01 2.00 1.98 1.96 1.93 1.92 1.90 1.89 1.90 1.91 1.94 1.97 2.00 2.03 2.06 2.09 2.12 2.15 2.18 2.20 2.23 2.25 2.28 2.28 2.29 2.29 2.29 2.29 2.28 2.27 2.26 2.25 2.24 2.22 2.21 2.19 2.17 2.15 2.13 2.11 2.10 2.08 2.07 2.07 2.06 2.07 2.08 2.09 2.11 2.13 2.16 2.18 2.21 2.24 2.27 2.29 2.31 2.33 2.34 2.36 2.36 2.36 2.35 2.34 2.33 2.32 2.31 2.31 2.29 2.27 2.25 2.23 2.21 2.19 2.16 2.14 2.11 2.08 2.07 2.05 2. [...]
+2.35 2.33 2.32 2.29 2.27 2.24 2.22 2.20 2.19 2.17 2.16 2.15 2.13 2.12 2.12 2.11 2.10 2.10 2.09 2.08 2.06 2.04 2.02 2.01 1.99 1.98 1.99 1.99 2.01 2.05 2.08 2.10 2.12 2.14 2.17 2.19 2.21 2.23 2.25 2.27 2.29 2.29 2.29 2.29 2.29 2.29 2.28 2.26 2.25 2.24 2.22 2.21 2.19 2.17 2.15 2.13 2.11 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.07 2.08 2.10 2.13 2.16 2.19 2.22 2.26 2.29 2.32 2.34 2.37 2.38 2.40 2.40 2.40 2.40 2.40 2.39 2.38 2.38 2.37 2.36 2.34 2.33 2.32 2.31 2.28 2.25 2.23 2.20 2.18 2.15 2.12 2. [...]
+2.42 2.40 2.38 2.36 2.34 2.32 2.30 2.28 2.27 2.26 2.25 2.24 2.22 2.21 2.20 2.19 2.18 2.17 2.15 2.14 2.13 2.11 2.10 2.09 2.08 2.07 2.07 2.07 2.08 2.10 2.12 2.13 2.15 2.16 2.18 2.21 2.21 2.22 2.23 2.25 2.26 2.27 2.27 2.27 2.27 2.26 2.25 2.24 2.22 2.21 2.20 2.18 2.16 2.14 2.12 2.10 2.09 2.07 2.06 2.05 2.05 2.05 2.05 2.05 2.07 2.08 2.11 2.14 2.17 2.21 2.24 2.28 2.32 2.36 2.38 2.41 2.43 2.46 2.47 2.47 2.47 2.47 2.48 2.48 2.48 2.47 2.47 2.46 2.45 2.44 2.42 2.40 2.38 2.36 2.33 2.31 2.28 2.25 2. [...]
+2.46 2.45 2.43 2.41 2.39 2.38 2.36 2.34 2.33 2.32 2.31 2.30 2.29 2.28 2.26 2.24 2.22 2.20 2.18 2.17 2.15 2.15 2.14 2.14 2.13 2.12 2.12 2.12 2.12 2.13 2.14 2.14 2.15 2.15 2.16 2.17 2.18 2.18 2.19 2.20 2.21 2.21 2.22 2.22 2.22 2.22 2.21 2.20 2.19 2.18 2.16 2.15 2.13 2.12 2.10 2.08 2.08 2.07 2.06 2.05 2.05 2.05 2.05 2.06 2.08 2.10 2.13 2.17 2.21 2.24 2.28 2.33 2.37 2.41 2.44 2.47 2.49 2.52 2.54 2.54 2.55 2.56 2.57 2.58 2.58 2.59 2.59 2.59 2.59 2.58 2.57 2.55 2.53 2.51 2.49 2.46 2.44 2.41 2. [...]
+2.48 2.46 2.45 2.43 2.42 2.40 2.38 2.36 2.35 2.34 2.33 2.32 2.31 2.29 2.27 2.24 2.22 2.20 2.18 2.16 2.15 2.14 2.14 2.14 2.13 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.12 2.11 2.11 2.11 2.12 2.12 2.13 2.13 2.14 2.14 2.15 2.15 2.16 2.16 2.16 2.15 2.14 2.13 2.12 2.11 2.11 2.10 2.08 2.08 2.08 2.07 2.07 2.06 2.07 2.07 2.09 2.11 2.14 2.18 2.22 2.26 2.30 2.34 2.39 2.43 2.47 2.50 2.53 2.56 2.58 2.61 2.63 2.64 2.66 2.68 2.69 2.70 2.71 2.72 2.72 2.73 2.72 2.72 2.70 2.69 2.67 2.65 2.63 2.61 2.59 2. [...]
+2.47 2.45 2.43 2.42 2.40 2.39 2.37 2.35 2.34 2.32 2.31 2.29 2.27 2.25 2.23 2.21 2.19 2.17 2.15 2.13 2.11 2.11 2.10 2.09 2.08 2.08 2.08 2.08 2.08 2.08 2.08 2.07 2.06 2.06 2.05 2.04 2.04 2.04 2.04 2.04 2.04 2.04 2.05 2.06 2.07 2.09 2.10 2.11 2.11 2.11 2.10 2.11 2.11 2.11 2.10 2.10 2.10 2.10 2.10 2.10 2.09 2.10 2.11 2.13 2.16 2.20 2.24 2.29 2.33 2.38 2.42 2.46 2.50 2.53 2.56 2.59 2.62 2.65 2.68 2.70 2.73 2.76 2.79 2.81 2.82 2.84 2.84 2.85 2.85 2.85 2.85 2.85 2.84 2.83 2.81 2.80 2.78 2.76 2. [...]
+2.42 2.41 2.39 2.38 2.36 2.34 2.33 2.31 2.29 2.27 2.24 2.22 2.20 2.19 2.17 2.16 2.14 2.12 2.10 2.08 2.06 2.05 2.04 2.03 2.02 2.01 2.01 2.00 2.00 2.00 2.00 2.00 2.00 1.99 1.98 1.96 1.96 1.95 1.95 1.94 1.93 1.94 1.95 1.96 1.98 2.00 2.02 2.05 2.07 2.07 2.08 2.09 2.10 2.11 2.12 2.13 2.13 2.13 2.13 2.14 2.14 2.16 2.17 2.20 2.23 2.27 2.32 2.36 2.41 2.45 2.48 2.52 2.56 2.59 2.62 2.65 2.68 2.71 2.74 2.78 2.81 2.84 2.87 2.90 2.92 2.94 2.95 2.96 2.97 2.97 2.97 2.97 2.97 2.96 2.95 2.94 2.92 2.90 2. [...]
+2.33 2.32 2.30 2.29 2.27 2.26 2.25 2.23 2.21 2.18 2.15 2.14 2.12 2.10 2.09 2.07 2.05 2.03 2.01 1.99 1.97 1.96 1.95 1.94 1.93 1.92 1.92 1.91 1.90 1.90 1.89 1.90 1.90 1.90 1.90 1.90 1.89 1.89 1.88 1.86 1.84 1.84 1.84 1.86 1.88 1.91 1.94 1.97 2.00 2.03 2.07 2.08 2.10 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.18 2.21 2.24 2.27 2.30 2.34 2.38 2.43 2.47 2.50 2.54 2.56 2.59 2.62 2.65 2.67 2.71 2.74 2.78 2.82 2.86 2.90 2.94 2.96 2.98 3.00 3.02 3.03 3.04 3.04 3.05 3.05 3.05 3.05 3.05 3.04 3.03 3.01 3. [...]
+2.23 2.21 2.19 2.18 2.17 2.16 2.15 2.13 2.11 2.09 2.07 2.05 2.03 2.01 1.99 1.98 1.96 1.94 1.92 1.91 1.89 1.88 1.86 1.85 1.84 1.83 1.83 1.82 1.81 1.81 1.80 1.80 1.80 1.81 1.81 1.81 1.81 1.81 1.81 1.80 1.80 1.80 1.79 1.79 1.80 1.81 1.84 1.87 1.91 1.96 2.01 2.05 2.08 2.11 2.13 2.15 2.17 2.18 2.19 2.21 2.22 2.26 2.29 2.33 2.36 2.39 2.43 2.46 2.49 2.51 2.54 2.57 2.59 2.62 2.66 2.69 2.73 2.77 2.81 2.85 2.89 2.92 2.96 2.98 3.01 3.03 3.04 3.06 3.07 3.08 3.09 3.09 3.10 3.10 3.09 3.09 3.08 3.08 3. [...]
+2.12 2.10 2.08 2.07 2.06 2.05 2.04 2.02 2.00 1.99 1.98 1.96 1.94 1.92 1.91 1.89 1.87 1.85 1.84 1.83 1.81 1.80 1.79 1.78 1.77 1.76 1.75 1.74 1.73 1.73 1.72 1.72 1.72 1.72 1.72 1.71 1.72 1.73 1.73 1.74 1.75 1.75 1.75 1.75 1.75 1.75 1.77 1.80 1.83 1.87 1.91 1.97 2.02 2.07 2.10 2.14 2.16 2.17 2.19 2.22 2.25 2.28 2.31 2.34 2.37 2.39 2.42 2.45 2.48 2.51 2.53 2.56 2.59 2.62 2.66 2.70 2.74 2.79 2.83 2.86 2.89 2.92 2.94 2.96 2.99 3.02 3.03 3.04 3.06 3.07 3.08 3.09 3.09 3.10 3.10 3.09 3.09 3.09 3. [...]
+2.01 2.00 1.98 1.97 1.96 1.95 1.93 1.92 1.91 1.89 1.88 1.87 1.86 1.84 1.83 1.82 1.80 1.78 1.77 1.76 1.75 1.74 1.73 1.73 1.72 1.71 1.70 1.69 1.69 1.68 1.67 1.67 1.67 1.67 1.67 1.66 1.67 1.68 1.68 1.69 1.70 1.71 1.72 1.73 1.74 1.75 1.76 1.78 1.79 1.81 1.83 1.89 1.96 2.02 2.07 2.12 2.14 2.15 2.18 2.23 2.27 2.29 2.30 2.32 2.34 2.36 2.40 2.43 2.46 2.50 2.54 2.57 2.60 2.63 2.67 2.70 2.74 2.78 2.81 2.83 2.86 2.88 2.90 2.92 2.94 2.97 2.98 2.99 3.01 3.02 3.03 3.04 3.05 3.05 3.06 3.06 3.06 3.06 3. [...]
+1.93 1.92 1.91 1.89 1.88 1.87 1.85 1.84 1.83 1.82 1.80 1.80 1.79 1.78 1.77 1.75 1.75 1.74 1.73 1.73 1.72 1.71 1.70 1.69 1.69 1.69 1.69 1.69 1.69 1.68 1.67 1.67 1.67 1.68 1.68 1.69 1.70 1.70 1.71 1.71 1.72 1.73 1.73 1.75 1.77 1.79 1.81 1.83 1.85 1.89 1.93 1.98 2.02 2.07 2.11 2.16 2.17 2.17 2.19 2.22 2.26 2.29 2.32 2.35 2.38 2.40 2.44 2.47 2.50 2.52 2.55 2.58 2.60 2.62 2.64 2.66 2.70 2.73 2.75 2.77 2.79 2.81 2.83 2.85 2.87 2.89 2.90 2.92 2.93 2.94 2.96 2.96 2.97 2.97 2.97 2.97 2.98 2.98 2. [...]
+1.92 1.90 1.88 1.87 1.85 1.84 1.83 1.82 1.80 1.80 1.79 1.78 1.78 1.77 1.76 1.75 1.75 1.74 1.74 1.74 1.73 1.73 1.72 1.72 1.72 1.73 1.73 1.73 1.73 1.73 1.72 1.73 1.73 1.74 1.75 1.77 1.77 1.78 1.79 1.81 1.83 1.84 1.85 1.87 1.89 1.92 1.94 1.97 1.99 2.03 2.06 2.09 2.12 2.15 2.17 2.20 2.21 2.22 2.23 2.25 2.26 2.28 2.30 2.32 2.34 2.35 2.38 2.41 2.43 2.45 2.47 2.49 2.51 2.53 2.55 2.57 2.59 2.62 2.64 2.66 2.68 2.69 2.70 2.72 2.73 2.75 2.76 2.77 2.79 2.80 2.81 2.81 2.81 2.82 2.82 2.83 2.83 2.83 2. [...]
+1.95 1.93 1.92 1.91 1.90 1.88 1.87 1.86 1.85 1.85 1.84 1.84 1.83 1.83 1.82 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.81 1.82 1.82 1.82 1.82 1.82 1.83 1.83 1.84 1.85 1.85 1.86 1.88 1.89 1.91 1.92 1.93 1.94 1.95 1.97 1.99 2.02 2.03 2.05 2.07 2.09 2.11 2.13 2.15 2.17 2.19 2.21 2.22 2.23 2.25 2.26 2.27 2.28 2.29 2.30 2.32 2.33 2.34 2.36 2.37 2.39 2.40 2.41 2.43 2.44 2.46 2.47 2.49 2.50 2.52 2.53 2.55 2.55 2.56 2.57 2.58 2.59 2.60 2.61 2.62 2.63 2.64 2.64 2.65 2.65 2.66 2.67 2.67 2.67 2. [...]
+2.01 2.01 2.00 2.00 1.98 1.97 1.97 1.96 1.95 1.95 1.95 1.94 1.94 1.94 1.93 1.93 1.93 1.93 1.93 1.93 1.93 1.93 1.94 1.94 1.94 1.94 1.94 1.94 1.95 1.95 1.95 1.96 1.97 1.97 1.98 1.99 2.00 2.01 2.02 2.03 2.03 2.04 2.05 2.07 2.08 2.09 2.10 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.21 2.22 2.23 2.25 2.26 2.27 2.27 2.28 2.29 2.30 2.31 2.32 2.32 2.33 2.34 2.35 2.36 2.36 2.37 2.38 2.39 2.40 2.41 2.42 2.43 2.44 2.44 2.44 2.45 2.46 2.47 2.48 2.48 2.48 2.49 2.50 2.50 2.51 2.52 2.52 2.52 2.52 2.52 2. [...]
+2.08 2.08 2.08 2.08 2.06 2.06 2.06 2.06 2.06 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.05 2.06 2.06 2.06 2.06 2.06 2.08 2.08 2.09 2.09 2.09 2.09 2.09 2.11 2.11 2.11 2.13 2.13 2.14 2.14 2.14 2.16 2.16 2.18 2.18 2.18 2.19 2.19 2.21 2.21 2.21 2.24 2.24 2.26 2.26 2.26 2.27 2.27 2.29 2.29 2.29 2.31 2.31 2.32 2.32 2.32 2.34 2.34 2.35 2.35 2.35 2.37 2.37 2.37 2.37 2.37 2.39 2.39 2.40 2.40 2.40 2.40 2.40 2.42 2.42 2.42 2.44 2.44 2.44 2.44 2.44 2.44 2. [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+];
+rms=[
+0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0. [...]
+0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.15 0.15 0.13 0.13 0.13 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.16 0.16 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0. [...]
+0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.12 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0. [...]
+0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.11 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0. [...]
+0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.11 0.11 0.10 0.09 0.09 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.08 0.09 0. [...]
+0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.09 0.10 0.10 0.10 0.10 0.11 0.11 0.11 0.11 0.12 0.13 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.14 0.13 0.13 0.13 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0. [...]
+0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.07 0.07 0.07 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.14 0.13 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.04 0. [...]
+0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.09 0.10 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.10 0.10 0.09 0.09 0.08 0.08 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.03 0.03 0.02 0. [...]
+0.06 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.08 0.08 0.08 0.09 0.09 0.09 0.10 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.11 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.03 0.03 0.02 0. [...]
+0.07 0.07 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.06 0.06 0.07 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.11 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.17 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.05 0.05 0.05 0.05 0.05 0.05 0.04 0.04 0.04 0.03 0. [...]
+0.08 0.08 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.07 0.08 0.08 0.09 0.10 0.10 0.10 0.10 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.15 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.08 0.08 0.07 0.06 0.06 0.06 0.06 0.06 0.06 0.05 0.04 0. [...]
+0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.07 0.07 0.07 0.07 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.21 0.21 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.17 0.16 0.16 0.15 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.08 0.08 0. [...]
+0.11 0.11 0.11 0.11 0.11 0.11 0.10 0.09 0.09 0.09 0.08 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.12 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.23 0.23 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.16 0.15 0.15 0.14 0.13 0.12 0.11 0.11 0.10 0.10 0.10 0.10 0. [...]
+0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.17 0.16 0.15 0.14 0.14 0.13 0.13 0.13 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.22 0.21 0.21 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.11 0.10 0.11 0.12 0. [...]
+0.13 0.12 0.12 0.12 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.14 0.16 0.17 0.18 0.20 0.21 0.22 0.23 0.23 0.24 0.25 0.25 0.24 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.17 0.16 0.15 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.23 0.23 0.23 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.18 0.17 0.15 0.14 0.13 0.13 0.12 0.13 0.13 0. [...]
+0.11 0.12 0.13 0.13 0.13 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.18 0.19 0.21 0.23 0.25 0.25 0.26 0.27 0.27 0.27 0.27 0.26 0.25 0.25 0.24 0.22 0.21 0.20 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0.15 0.15 0. [...]
+0.11 0.12 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.17 0.18 0.20 0.22 0.24 0.25 0.26 0.27 0.29 0.29 0.29 0.29 0.28 0.27 0.26 0.25 0.24 0.22 0.21 0.20 0.19 0.17 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.20 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.21 0.21 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0. [...]
+0.11 0.12 0.13 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.21 0.23 0.25 0.26 0.26 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.28 0.26 0.25 0.24 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.15 0.16 0.16 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.13 0.13 0.13 0.14 0.14 0.15 0.16 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.15 0. [...]
+0.12 0.13 0.15 0.16 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.20 0.21 0.22 0.23 0.25 0.27 0.27 0.28 0.29 0.30 0.31 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.22 0.20 0.19 0.18 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.16 0.14 0.13 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.19 0.20 0.20 0.20 0.20 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.20 0.20 0.20 0.19 0.18 0.17 0.15 0. [...]
+0.13 0.14 0.16 0.17 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.29 0.30 0.30 0.31 0.31 0.31 0.30 0.29 0.27 0.26 0.25 0.23 0.21 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.20 0.21 0.21 0.19 0.18 0.17 0.16 0. [...]
+0.13 0.14 0.16 0.17 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.23 0.24 0.25 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.30 0.31 0.31 0.31 0.31 0.30 0.30 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0. [...]
+0.13 0.15 0.17 0.18 0.20 0.22 0.23 0.24 0.24 0.25 0.25 0.25 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.29 0.30 0.30 0.30 0.28 0.27 0.26 0.25 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.17 0.16 0.17 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.23 0.22 0.21 0.19 0. [...]
+0.14 0.16 0.17 0.19 0.21 0.23 0.24 0.25 0.25 0.26 0.26 0.26 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.27 0.26 0.24 0.22 0.21 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.18 0.18 0.18 0.17 0.17 0.16 0.15 0.14 0.13 0.13 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.18 0.19 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.25 0.25 0.24 0.23 0. [...]
+0.15 0.16 0.17 0.19 0.20 0.22 0.23 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.29 0.28 0.28 0.27 0.26 0.24 0.23 0.21 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.18 0.18 0.18 0.19 0.18 0.18 0.17 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.21 0.21 0.22 0.23 0.24 0.24 0.23 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.22 0.23 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.26 0. [...]
+0.15 0.16 0.17 0.18 0.19 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.23 0.23 0.24 0.24 0.24 0.25 0.26 0.26 0.27 0.28 0.28 0.28 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.17 0.15 0.14 0.13 0.13 0.13 0.12 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.19 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.19 0.20 0.21 0.23 0.24 0.25 0.26 0.26 0.26 0.25 0.25 0.25 0.25 0.25 0.24 0.23 0.24 0.24 0.25 0.26 0.27 0.27 0.28 0.29 0.29 0.30 0.29 0.28 0. [...]
+0.16 0.16 0.16 0.17 0.18 0.19 0.19 0.19 0.20 0.20 0.21 0.20 0.20 0.20 0.20 0.21 0.22 0.22 0.23 0.25 0.26 0.27 0.29 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.18 0.16 0.14 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.17 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.17 0.18 0.19 0.20 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.28 0.27 0.27 0.26 0.27 0.27 0.27 0.27 0.26 0.26 0.26 0.27 0.28 0.29 0.30 0.31 0.31 0.31 0.31 0.30 0.30 0. [...]
+0.16 0.16 0.15 0.15 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.26 0.27 0.29 0.29 0.28 0.27 0.26 0.25 0.23 0.21 0.19 0.18 0.17 0.15 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.18 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.24 0.24 0.22 0.21 0.20 0.19 0.19 0.19 0.19 0.20 0.21 0.22 0.24 0.26 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.29 0.28 0.28 0.28 0.27 0.27 0.28 0.28 0.29 0.30 0.31 0.31 0.32 0.32 0.32 0.32 0.31 0.30 0. [...]
+0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.18 0.19 0.21 0.24 0.26 0.27 0.29 0.29 0.29 0.29 0.27 0.25 0.23 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.13 0.15 0.16 0.18 0.20 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.21 0.20 0.20 0.20 0.21 0.22 0.24 0.25 0.27 0.28 0.30 0.31 0.31 0.31 0.31 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.30 0.31 0.32 0.33 0.33 0.33 0.33 0.33 0.32 0.31 0.30 0. [...]
+0.19 0.17 0.15 0.14 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.16 0.18 0.21 0.23 0.25 0.27 0.28 0.29 0.29 0.29 0.28 0.26 0.24 0.22 0.20 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.27 0.28 0.29 0.30 0.30 0.29 0.28 0.27 0.25 0.24 0.22 0.21 0.21 0.21 0.21 0.22 0.24 0.25 0.27 0.28 0.30 0.31 0.31 0.31 0.31 0.31 0.30 0.30 0.30 0.30 0.30 0.30 0.31 0.31 0.32 0.33 0.35 0.35 0.35 0.35 0.34 0.33 0.32 0.31 0. [...]
+0.20 0.18 0.16 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.18 0.20 0.22 0.24 0.25 0.27 0.28 0.28 0.29 0.28 0.26 0.25 0.23 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0.16 0.18 0.20 0.22 0.25 0.27 0.28 0.29 0.30 0.30 0.30 0.30 0.29 0.27 0.25 0.23 0.22 0.21 0.20 0.19 0.20 0.21 0.22 0.24 0.26 0.28 0.29 0.31 0.32 0.32 0.33 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.34 0.35 0.36 0.36 0.37 0.37 0.36 0.35 0.33 0.32 0. [...]
+0.21 0.19 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.25 0.27 0.28 0.28 0.28 0.26 0.25 0.23 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.15 0.17 0.19 0.21 0.24 0.26 0.28 0.29 0.29 0.29 0.29 0.29 0.28 0.28 0.26 0.24 0.22 0.21 0.19 0.19 0.18 0.19 0.20 0.21 0.23 0.25 0.27 0.29 0.31 0.32 0.33 0.34 0.35 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.36 0.36 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.36 0.35 0. [...]
+0.24 0.22 0.20 0.18 0.17 0.16 0.15 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.20 0.21 0.23 0.24 0.25 0.25 0.25 0.24 0.23 0.22 0.20 0.18 0.17 0.16 0.14 0.13 0.12 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.13 0.15 0.18 0.20 0.22 0.24 0.25 0.27 0.28 0.28 0.28 0.28 0.28 0.27 0.26 0.25 0.24 0.22 0.21 0.19 0.18 0.18 0.17 0.17 0.19 0.20 0.22 0.25 0.27 0.29 0.31 0.33 0.36 0.37 0.38 0.40 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.42 0.41 0.41 0.42 0.42 0.42 0.42 0.41 0.40 0.39 0. [...]
+0.25 0.24 0.22 0.21 0.19 0.17 0.16 0.15 0.13 0.12 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.16 0.18 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.22 0.21 0.20 0.18 0.17 0.15 0.14 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.10 0.11 0.11 0.12 0.14 0.15 0.18 0.20 0.22 0.23 0.24 0.25 0.25 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.18 0.19 0.22 0.25 0.28 0.30 0.33 0.35 0.38 0.40 0.42 0.44 0.47 0.50 0.52 0.53 0.54 0.53 0.51 0.50 0.49 0.48 0.48 0.48 0.48 0.47 0.47 0.45 0.43 0. [...]
+0.26 0.25 0.23 0.22 0.20 0.19 0.17 0.16 0.15 0.13 0.12 0.12 0.11 0.12 0.12 0.12 0.13 0.14 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.20 0.19 0.19 0.18 0.16 0.15 0.13 0.12 0.10 0.10 0.09 0.09 0.09 0.09 0.10 0.10 0.12 0.14 0.15 0.17 0.18 0.20 0.22 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.22 0.21 0.21 0.20 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.18 0.20 0.24 0.27 0.30 0.33 0.35 0.38 0.41 0.44 0.46 0.48 0.51 0.55 0.57 0.59 0.60 0.59 0.58 0.57 0.56 0.55 0.54 0.53 0.52 0.52 0.51 0.49 0.47 0. [...]
+0.26 0.24 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.14 0.13 0.13 0.12 0.12 0.11 0.11 0.12 0.12 0.13 0.14 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.16 0.15 0.14 0.12 0.11 0.10 0.09 0.08 0.08 0.08 0.09 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.21 0.23 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.16 0.19 0.21 0.25 0.29 0.33 0.35 0.38 0.41 0.44 0.47 0.50 0.52 0.55 0.57 0.59 0.61 0.64 0.63 0.63 0.62 0.62 0.61 0.59 0.57 0.55 0.54 0.52 0.52 0.51 0. [...]
+0.24 0.24 0.23 0.22 0.21 0.19 0.18 0.17 0.16 0.15 0.15 0.14 0.13 0.13 0.12 0.11 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.14 0.12 0.10 0.09 0.08 0.08 0.07 0.06 0.07 0.08 0.09 0.11 0.13 0.16 0.18 0.20 0.21 0.23 0.23 0.24 0.24 0.23 0.23 0.21 0.19 0.17 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.18 0.20 0.23 0.27 0.32 0.35 0.38 0.41 0.43 0.46 0.48 0.51 0.54 0.55 0.56 0.58 0.62 0.65 0.66 0.66 0.66 0.65 0.63 0.61 0.59 0.57 0.56 0.54 0.54 0.54 0. [...]
+0.23 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.11 0.10 0.10 0.10 0.10 0.10 0.10 0.11 0.12 0.12 0.13 0.13 0.13 0.12 0.11 0.10 0.08 0.07 0.06 0.06 0.06 0.06 0.08 0.09 0.10 0.12 0.14 0.17 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.21 0.20 0.18 0.16 0.15 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.18 0.21 0.24 0.28 0.32 0.36 0.39 0.42 0.44 0.47 0.49 0.51 0.52 0.53 0.53 0.54 0.57 0.60 0.62 0.64 0.65 0.65 0.65 0.63 0.61 0.59 0.58 0.57 0.56 0.55 0. [...]
+0.22 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.15 0.13 0.12 0.11 0.10 0.10 0.09 0.09 0.09 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.12 0.12 0.11 0.09 0.07 0.06 0.05 0.05 0.05 0.06 0.07 0.09 0.11 0.13 0.16 0.18 0.20 0.21 0.22 0.23 0.22 0.22 0.21 0.19 0.18 0.16 0.14 0.12 0.11 0.10 0.11 0.11 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.18 0.21 0.24 0.28 0.31 0.35 0.39 0.42 0.45 0.47 0.49 0.49 0.50 0.49 0.48 0.49 0.50 0.52 0.55 0.58 0.59 0.60 0.60 0.60 0.59 0.59 0.59 0.59 0.59 0.58 0. [...]
+0.22 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.11 0.10 0.09 0.09 0.08 0.08 0.09 0.09 0.11 0.12 0.13 0.14 0.14 0.14 0.13 0.12 0.10 0.08 0.07 0.05 0.05 0.05 0.06 0.07 0.09 0.12 0.14 0.17 0.19 0.21 0.22 0.22 0.23 0.22 0.21 0.19 0.18 0.16 0.14 0.12 0.11 0.10 0.10 0.11 0.12 0.12 0.13 0.14 0.15 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.21 0.23 0.27 0.30 0.34 0.38 0.42 0.44 0.47 0.48 0.48 0.47 0.46 0.44 0.44 0.44 0.44 0.46 0.48 0.50 0.50 0.51 0.52 0.53 0.55 0.56 0.57 0.57 0.57 0. [...]
+0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.17 0.16 0.14 0.13 0.12 0.11 0.11 0.09 0.08 0.09 0.09 0.10 0.11 0.13 0.14 0.16 0.17 0.17 0.18 0.17 0.16 0.15 0.13 0.11 0.09 0.07 0.06 0.07 0.07 0.09 0.11 0.13 0.16 0.18 0.20 0.22 0.23 0.23 0.23 0.21 0.20 0.19 0.17 0.15 0.14 0.13 0.12 0.11 0.11 0.12 0.13 0.15 0.16 0.17 0.18 0.19 0.19 0.19 0.19 0.18 0.18 0.19 0.20 0.21 0.25 0.29 0.32 0.36 0.40 0.43 0.45 0.46 0.46 0.45 0.43 0.41 0.40 0.39 0.38 0.38 0.38 0.39 0.39 0.39 0.41 0.43 0.45 0.48 0.51 0.52 0.53 0. [...]
+0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.10 0.10 0.10 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.23 0.22 0.20 0.17 0.15 0.13 0.11 0.10 0.10 0.10 0.12 0.14 0.16 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.21 0.20 0.19 0.17 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.19 0.20 0.21 0.24 0.28 0.31 0.35 0.39 0.42 0.44 0.45 0.44 0.44 0.41 0.39 0.37 0.35 0.34 0.32 0.30 0.29 0.28 0.28 0.29 0.30 0.32 0.36 0.39 0.42 0.45 0. [...]
+0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.11 0.12 0.13 0.14 0.15 0.17 0.19 0.22 0.24 0.26 0.28 0.30 0.30 0.31 0.29 0.27 0.25 0.22 0.19 0.17 0.15 0.14 0.14 0.14 0.15 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.23 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.21 0.20 0.20 0.20 0.21 0.24 0.27 0.30 0.34 0.38 0.40 0.43 0.44 0.44 0.44 0.41 0.39 0.36 0.35 0.33 0.31 0.29 0.27 0.25 0.22 0.22 0.21 0.22 0.24 0.26 0.29 0.32 0. [...]
+0.27 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.17 0.16 0.14 0.14 0.13 0.14 0.16 0.18 0.20 0.22 0.25 0.28 0.31 0.33 0.35 0.36 0.36 0.35 0.33 0.32 0.29 0.26 0.22 0.20 0.18 0.17 0.17 0.17 0.17 0.18 0.20 0.22 0.24 0.24 0.24 0.24 0.23 0.23 0.21 0.20 0.20 0.20 0.20 0.21 0.21 0.22 0.24 0.25 0.26 0.28 0.29 0.30 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.21 0.21 0.21 0.22 0.25 0.27 0.30 0.34 0.37 0.40 0.42 0.43 0.43 0.44 0.42 0.40 0.38 0.36 0.33 0.32 0.30 0.27 0.25 0.22 0.20 0.17 0.16 0.16 0.16 0.19 0.22 0. [...]
+0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.17 0.16 0.16 0.16 0.17 0.19 0.21 0.24 0.27 0.30 0.33 0.36 0.38 0.39 0.40 0.39 0.39 0.36 0.34 0.32 0.29 0.26 0.23 0.20 0.19 0.19 0.19 0.19 0.20 0.22 0.23 0.25 0.25 0.25 0.25 0.24 0.23 0.21 0.20 0.20 0.21 0.22 0.23 0.25 0.26 0.28 0.30 0.31 0.32 0.33 0.33 0.34 0.33 0.32 0.31 0.29 0.27 0.26 0.24 0.23 0.23 0.23 0.26 0.29 0.31 0.34 0.37 0.39 0.41 0.43 0.44 0.44 0.43 0.41 0.39 0.37 0.35 0.33 0.30 0.28 0.25 0.23 0.20 0.17 0.15 0.14 0.13 0.14 0.15 0. [...]
+0.28 0.27 0.27 0.26 0.25 0.25 0.23 0.22 0.21 0.19 0.18 0.18 0.18 0.20 0.22 0.25 0.28 0.32 0.34 0.37 0.39 0.40 0.42 0.42 0.41 0.40 0.38 0.35 0.33 0.30 0.28 0.25 0.22 0.21 0.20 0.20 0.21 0.22 0.23 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.21 0.20 0.20 0.22 0.23 0.25 0.27 0.29 0.31 0.33 0.34 0.35 0.36 0.36 0.36 0.35 0.35 0.34 0.33 0.31 0.30 0.28 0.27 0.26 0.25 0.28 0.30 0.32 0.35 0.38 0.40 0.42 0.43 0.44 0.45 0.44 0.42 0.40 0.38 0.36 0.33 0.30 0.28 0.25 0.22 0.21 0.19 0.18 0.17 0.17 0.16 0.15 0. [...]
+0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.20 0.21 0.22 0.25 0.28 0.31 0.34 0.37 0.39 0.41 0.41 0.42 0.42 0.40 0.39 0.37 0.35 0.33 0.30 0.28 0.25 0.22 0.21 0.21 0.21 0.22 0.22 0.23 0.25 0.26 0.26 0.26 0.25 0.23 0.21 0.21 0.21 0.22 0.23 0.24 0.27 0.30 0.32 0.34 0.36 0.36 0.37 0.37 0.36 0.36 0.37 0.38 0.39 0.39 0.39 0.36 0.34 0.32 0.31 0.29 0.31 0.32 0.34 0.36 0.39 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.41 0.38 0.36 0.32 0.29 0.26 0.24 0.21 0.20 0.19 0.18 0.19 0.19 0.19 0.18 0. [...]
+0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.23 0.22 0.22 0.21 0.21 0.22 0.24 0.26 0.29 0.32 0.34 0.36 0.38 0.39 0.39 0.40 0.39 0.38 0.36 0.34 0.32 0.30 0.28 0.26 0.25 0.23 0.22 0.22 0.21 0.22 0.23 0.24 0.25 0.26 0.26 0.26 0.25 0.24 0.22 0.22 0.21 0.22 0.24 0.26 0.28 0.31 0.33 0.34 0.36 0.36 0.36 0.35 0.34 0.33 0.35 0.37 0.39 0.41 0.43 0.40 0.38 0.36 0.34 0.33 0.33 0.34 0.35 0.37 0.39 0.41 0.43 0.44 0.45 0.45 0.44 0.43 0.41 0.38 0.36 0.32 0.28 0.25 0.22 0.20 0.20 0.20 0.21 0.22 0.23 0.23 0.23 0. [...]
+0.27 0.27 0.27 0.26 0.26 0.26 0.25 0.23 0.22 0.21 0.20 0.21 0.21 0.23 0.26 0.28 0.30 0.33 0.34 0.35 0.36 0.36 0.35 0.34 0.33 0.32 0.30 0.29 0.27 0.26 0.24 0.24 0.23 0.23 0.22 0.22 0.23 0.24 0.25 0.26 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.21 0.22 0.24 0.26 0.28 0.30 0.32 0.33 0.35 0.34 0.33 0.32 0.31 0.30 0.32 0.33 0.36 0.38 0.41 0.39 0.38 0.37 0.37 0.36 0.36 0.35 0.36 0.37 0.39 0.40 0.41 0.42 0.43 0.44 0.42 0.41 0.39 0.38 0.36 0.32 0.29 0.26 0.23 0.20 0.22 0.23 0.25 0.27 0.29 0.29 0.29 0. [...]
+0.25 0.25 0.25 0.25 0.25 0.25 0.23 0.22 0.21 0.20 0.19 0.19 0.20 0.22 0.24 0.27 0.29 0.30 0.31 0.32 0.32 0.31 0.30 0.29 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.26 0.25 0.24 0.22 0.21 0.21 0.21 0.21 0.23 0.25 0.26 0.28 0.30 0.31 0.32 0.31 0.30 0.28 0.27 0.26 0.27 0.29 0.31 0.33 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.38 0.39 0.39 0.40 0.39 0.38 0.36 0.35 0.34 0.31 0.28 0.25 0.24 0.22 0.24 0.27 0.30 0.32 0.35 0.35 0.35 0. [...]
+0.22 0.23 0.23 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.18 0.19 0.20 0.23 0.25 0.27 0.28 0.28 0.28 0.28 0.26 0.24 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.23 0.23 0.24 0.25 0.25 0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.20 0.20 0.21 0.22 0.23 0.24 0.26 0.27 0.28 0.27 0.25 0.24 0.23 0.22 0.22 0.23 0.25 0.27 0.30 0.32 0.34 0.36 0.37 0.37 0.37 0.37 0.37 0.36 0.35 0.35 0.34 0.34 0.34 0.34 0.34 0.33 0.32 0.31 0.30 0.27 0.25 0.24 0.23 0.23 0.27 0.31 0.34 0.37 0.39 0.39 0.39 0. [...]
+0.19 0.20 0.21 0.21 0.20 0.19 0.19 0.18 0.17 0.16 0.15 0.16 0.17 0.19 0.21 0.23 0.24 0.25 0.25 0.24 0.23 0.21 0.20 0.19 0.18 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.19 0.20 0.21 0.22 0.23 0.21 0.20 0.19 0.19 0.18 0.19 0.19 0.21 0.23 0.26 0.29 0.32 0.35 0.36 0.37 0.37 0.36 0.35 0.33 0.31 0.30 0.30 0.29 0.28 0.28 0.28 0.28 0.27 0.26 0.24 0.23 0.22 0.22 0.23 0.24 0.29 0.33 0.37 0.39 0.41 0.40 0.39 0. [...]
+0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.20 0.19 0.18 0.16 0.15 0.14 0.14 0.15 0.16 0.17 0.19 0.21 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.17 0.16 0.15 0.16 0.17 0.18 0.18 0.19 0.18 0.17 0.17 0.16 0.15 0.15 0.16 0.17 0.20 0.23 0.27 0.31 0.34 0.36 0.37 0.36 0.35 0.33 0.31 0.28 0.27 0.25 0.24 0.23 0.22 0.22 0.21 0.21 0.21 0.20 0.21 0.21 0.22 0.23 0.24 0.28 0.32 0.35 0.37 0.39 0.39 0.38 0. [...]
+0.16 0.17 0.18 0.19 0.19 0.19 0.18 0.18 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.17 0.16 0.15 0.13 0.13 0.13 0.13 0.15 0.16 0.18 0.20 0.22 0.23 0.24 0.25 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.22 0.22 0.21 0.20 0.19 0.17 0.16 0.15 0.14 0.14 0.14 0.15 0.15 0.16 0.16 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.15 0.18 0.21 0.25 0.29 0.32 0.33 0.35 0.34 0.33 0.31 0.28 0.26 0.23 0.21 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.22 0.23 0.27 0.31 0.34 0.35 0.37 0.36 0.36 0. [...]
+0.18 0.19 0.20 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.18 0.17 0.16 0.17 0.17 0.17 0.15 0.14 0.13 0.12 0.12 0.12 0.13 0.15 0.17 0.20 0.22 0.24 0.25 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.20 0.20 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.13 0.12 0.12 0.12 0.13 0.15 0.18 0.21 0.25 0.28 0.31 0.33 0.32 0.30 0.28 0.26 0.23 0.21 0.18 0.17 0.16 0.16 0.16 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.22 0.23 0.27 0.31 0.33 0.34 0.34 0.34 0.33 0. [...]
+0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.19 0.18 0.18 0.18 0.18 0.17 0.17 0.17 0.16 0.16 0.16 0.14 0.13 0.13 0.12 0.12 0.13 0.14 0.16 0.19 0.21 0.24 0.26 0.27 0.27 0.27 0.26 0.24 0.23 0.23 0.21 0.20 0.19 0.19 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.13 0.13 0.13 0.13 0.13 0.12 0.11 0.10 0.09 0.10 0.12 0.14 0.17 0.21 0.24 0.27 0.30 0.29 0.27 0.26 0.23 0.21 0.19 0.17 0.16 0.16 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.21 0.22 0.24 0.25 0.28 0.31 0.32 0.32 0.32 0.30 0.29 0. [...]
+0.23 0.23 0.23 0.22 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.17 0.17 0.16 0.15 0.15 0.14 0.13 0.14 0.15 0.16 0.19 0.21 0.24 0.26 0.28 0.28 0.28 0.27 0.26 0.24 0.22 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.14 0.15 0.14 0.13 0.12 0.10 0.08 0.07 0.07 0.07 0.08 0.10 0.13 0.16 0.19 0.22 0.24 0.24 0.24 0.24 0.22 0.21 0.20 0.19 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.23 0.23 0.23 0.24 0.26 0.28 0.30 0.32 0.32 0.31 0.29 0.27 0.25 0. [...]
+0.21 0.22 0.22 0.22 0.20 0.19 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.18 0.17 0.16 0.15 0.15 0.15 0.16 0.18 0.20 0.23 0.25 0.27 0.29 0.29 0.29 0.28 0.25 0.23 0.21 0.19 0.18 0.17 0.17 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.14 0.15 0.15 0.15 0.14 0.11 0.08 0.07 0.06 0.06 0.07 0.08 0.10 0.12 0.14 0.17 0.19 0.20 0.20 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.20 0.21 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.29 0.29 0.30 0.29 0.28 0.27 0.25 0.23 0. [...]
+0.19 0.19 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.20 0.19 0.18 0.18 0.17 0.17 0.19 0.20 0.22 0.24 0.26 0.28 0.29 0.29 0.28 0.27 0.24 0.22 0.20 0.19 0.18 0.17 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.16 0.16 0.15 0.15 0.14 0.13 0.13 0.13 0.14 0.15 0.16 0.15 0.13 0.10 0.09 0.07 0.07 0.07 0.07 0.08 0.09 0.11 0.13 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.23 0.24 0.25 0.27 0.29 0.30 0.30 0.30 0.29 0.28 0.26 0.24 0.21 0. [...]
+0.17 0.16 0.16 0.16 0.15 0.15 0.15 0.14 0.14 0.15 0.16 0.18 0.19 0.21 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.19 0.19 0.20 0.20 0.22 0.24 0.26 0.27 0.29 0.28 0.27 0.26 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.18 0.18 0.19 0.19 0.19 0.18 0.17 0.16 0.16 0.15 0.14 0.13 0.13 0.13 0.13 0.14 0.15 0.15 0.13 0.12 0.11 0.10 0.09 0.08 0.07 0.08 0.08 0.09 0.11 0.12 0.14 0.15 0.16 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.22 0.21 0.22 0.23 0.24 0.25 0.27 0.29 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.14 0.13 0.13 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.17 0.19 0.20 0.22 0.23 0.25 0.25 0.24 0.24 0.22 0.21 0.20 0.20 0.19 0.19 0.19 0.21 0.23 0.25 0.26 0.27 0.26 0.26 0.24 0.23 0.21 0.20 0.19 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.14 0.13 0.14 0.14 0.14 0.15 0.15 0.14 0.14 0.13 0.12 0.11 0.10 0.09 0.09 0.08 0.09 0.10 0.11 0.12 0.14 0.15 0.16 0.18 0.20 0.23 0.24 0.24 0.24 0.23 0.22 0.22 0.23 0.23 0.24 0.26 0.27 0.29 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.11 0.11 0.10 0.10 0.10 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.25 0.26 0.25 0.25 0.24 0.22 0.21 0.20 0.19 0.18 0.19 0.19 0.21 0.22 0.23 0.24 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.18 0.18 0.17 0.15 0.14 0.13 0.11 0.10 0.09 0.08 0.09 0.10 0.11 0.12 0.14 0.16 0.18 0.20 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.24 0.26 0.27 0.28 0.30 0.31 0.31 0.31 0.30 0.28 0.26 0.23 0.21 0. [...]
+0.10 0.09 0.09 0.09 0.09 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.25 0.26 0.27 0.27 0.26 0.25 0.23 0.21 0.20 0.19 0.18 0.17 0.17 0.18 0.18 0.19 0.20 0.20 0.20 0.20 0.20 0.19 0.18 0.19 0.19 0.20 0.20 0.21 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.19 0.18 0.18 0.17 0.16 0.16 0.17 0.18 0.19 0.20 0.20 0.20 0.20 0.19 0.18 0.16 0.14 0.13 0.11 0.10 0.09 0.10 0.10 0.12 0.13 0.15 0.17 0.19 0.21 0.23 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.28 0.29 0.29 0.30 0.31 0.30 0.30 0.29 0.27 0.26 0.23 0.21 0. [...]
+0.10 0.09 0.09 0.09 0.09 0.10 0.12 0.14 0.16 0.18 0.20 0.23 0.25 0.27 0.28 0.30 0.29 0.27 0.26 0.24 0.22 0.20 0.18 0.16 0.15 0.14 0.15 0.15 0.15 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.23 0.23 0.22 0.21 0.20 0.19 0.18 0.18 0.17 0.18 0.18 0.19 0.21 0.22 0.23 0.23 0.23 0.22 0.20 0.19 0.17 0.15 0.13 0.12 0.11 0.11 0.11 0.12 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.26 0.27 0.28 0.28 0.29 0.29 0.30 0.30 0.30 0.30 0.31 0.31 0.30 0.30 0.28 0.27 0.25 0.22 0.20 0. [...]
+0.10 0.10 0.10 0.10 0.10 0.10 0.13 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.31 0.32 0.31 0.29 0.27 0.25 0.23 0.20 0.17 0.15 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.21 0.20 0.19 0.18 0.18 0.18 0.18 0.19 0.20 0.22 0.24 0.24 0.25 0.25 0.24 0.22 0.21 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.13 0.14 0.16 0.18 0.19 0.21 0.23 0.25 0.26 0.28 0.29 0.29 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.31 0.30 0.30 0.28 0.26 0.24 0.22 0.20 0. [...]
+0.12 0.11 0.11 0.11 0.11 0.12 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.32 0.33 0.34 0.32 0.30 0.28 0.25 0.22 0.19 0.16 0.13 0.11 0.09 0.09 0.09 0.09 0.10 0.10 0.11 0.12 0.13 0.14 0.16 0.16 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.21 0.21 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.25 0.26 0.25 0.24 0.22 0.20 0.18 0.16 0.14 0.13 0.12 0.12 0.13 0.14 0.16 0.17 0.19 0.21 0.23 0.25 0.26 0.28 0.29 0.30 0.31 0.32 0.32 0.32 0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.21 0. [...]
+0.13 0.13 0.13 0.13 0.14 0.15 0.17 0.20 0.22 0.25 0.28 0.30 0.33 0.34 0.34 0.34 0.32 0.30 0.28 0.24 0.21 0.18 0.15 0.12 0.10 0.08 0.08 0.08 0.08 0.09 0.10 0.10 0.11 0.12 0.12 0.13 0.14 0.16 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.20 0.21 0.22 0.24 0.25 0.25 0.26 0.25 0.25 0.23 0.21 0.19 0.18 0.16 0.14 0.14 0.13 0.14 0.14 0.15 0.17 0.18 0.20 0.22 0.24 0.26 0.28 0.29 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.31 0.31 0.30 0.28 0.27 0.27 0.26 0.24 0.22 0. [...]
+0.17 0.17 0.17 0.17 0.18 0.19 0.21 0.24 0.26 0.28 0.30 0.32 0.34 0.35 0.35 0.34 0.32 0.29 0.26 0.23 0.20 0.17 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.15 0.15 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.24 0.24 0.25 0.25 0.24 0.23 0.22 0.20 0.18 0.17 0.15 0.14 0.14 0.13 0.14 0.14 0.15 0.17 0.18 0.20 0.22 0.23 0.25 0.26 0.27 0.28 0.29 0.29 0.30 0.30 0.30 0.29 0.29 0.28 0.27 0.27 0.26 0.25 0.25 0.24 0.23 0. [...]
+0.22 0.22 0.22 0.22 0.23 0.23 0.25 0.26 0.28 0.29 0.31 0.32 0.33 0.33 0.33 0.32 0.30 0.28 0.25 0.22 0.19 0.17 0.15 0.14 0.14 0.13 0.13 0.13 0.13 0.13 0.12 0.12 0.12 0.11 0.11 0.11 0.12 0.12 0.12 0.13 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.23 0.23 0.23 0.23 0.23 0.22 0.21 0.19 0.17 0.16 0.15 0.14 0.14 0.13 0.13 0.14 0.14 0.16 0.17 0.19 0.21 0.22 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.24 0.23 0.23 0.22 0. [...]
+0.27 0.27 0.26 0.26 0.27 0.27 0.28 0.28 0.29 0.29 0.30 0.31 0.31 0.31 0.30 0.29 0.27 0.25 0.23 0.21 0.19 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.15 0.14 0.14 0.13 0.13 0.12 0.12 0.12 0.12 0.12 0.13 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.23 0.22 0.22 0.21 0.21 0.19 0.18 0.16 0.15 0.14 0.14 0.13 0.12 0.13 0.13 0.14 0.15 0.16 0.18 0.20 0.21 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.23 0.22 0.22 0.22 0.21 0.21 0.21 0.21 0.21 0. [...]
+0.32 0.31 0.31 0.30 0.30 0.30 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.27 0.25 0.24 0.22 0.21 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.18 0.18 0.18 0.17 0.17 0.16 0.16 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.16 0.17 0.16 0.15 0.15 0.16 0.17 0.17 0.18 0.19 0.20 0.21 0.22 0.22 0.22 0.22 0.21 0.20 0.20 0.18 0.16 0.14 0.14 0.13 0.12 0.12 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.19 0.19 0.20 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0. [...]
+0.36 0.35 0.34 0.34 0.33 0.32 0.31 0.30 0.29 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0.18 0.18 0.17 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.20 0.21 0.23 0.23 0.23 0.22 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.19 0.19 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0. [...]
+0.38 0.38 0.37 0.36 0.35 0.34 0.32 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.24 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.21 0.21 0.21 0.20 0.20 0.20 0.20 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.19 0.20 0.20 0.20 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.22 0.21 0.20 0.19 0.17 0.15 0.13 0.12 0.12 0.11 0.11 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.16 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.15 0.15 0.16 0.17 0.18 0.19 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.35 0.33 0.32 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.24 0.23 0.23 0.23 0.23 0.23 0.23 0.23 0.22 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.23 0.23 0.23 0.23 0.23 0.22 0.23 0.23 0.24 0.24 0.24 0.24 0.24 0.24 0.25 0.26 0.26 0.27 0.27 0.27 0.27 0.27 0.26 0.26 0.24 0.23 0.22 0.20 0.19 0.17 0.15 0.14 0.12 0.11 0.11 0.11 0.12 0.13 0.14 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.18 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.12 0.12 0.12 0.13 0.13 0.14 0.15 0.17 0.18 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.36 0.34 0.32 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.23 0.23 0.22 0.22 0.22 0.22 0.22 0.23 0.23 0.24 0.25 0.26 0.27 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.27 0.27 0.27 0.28 0.28 0.28 0.29 0.29 0.29 0.29 0.29 0.30 0.30 0.31 0.31 0.31 0.31 0.30 0.29 0.28 0.27 0.26 0.25 0.23 0.21 0.19 0.18 0.16 0.14 0.13 0.13 0.13 0.13 0.14 0.15 0.16 0.17 0.18 0.18 0.19 0.19 0.20 0.20 0.19 0.18 0.17 0.15 0.14 0.13 0.12 0.11 0.11 0.11 0.11 0.11 0.12 0.13 0.15 0.16 0. [...]
+0.39 0.38 0.38 0.37 0.36 0.35 0.33 0.32 0.30 0.29 0.27 0.26 0.25 0.24 0.23 0.22 0.22 0.22 0.22 0.21 0.20 0.21 0.21 0.21 0.22 0.23 0.24 0.26 0.27 0.28 0.30 0.31 0.31 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.33 0.33 0.34 0.35 0.35 0.35 0.35 0.34 0.32 0.32 0.31 0.30 0.28 0.26 0.24 0.22 0.20 0.19 0.18 0.17 0.16 0.15 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.22 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.10 0.10 0.10 0.10 0.11 0.11 0.13 0.14 0. [...]
+0.37 0.37 0.37 0.37 0.35 0.34 0.32 0.30 0.29 0.27 0.26 0.25 0.23 0.22 0.21 0.19 0.19 0.19 0.19 0.19 0.18 0.19 0.19 0.20 0.22 0.24 0.26 0.27 0.29 0.31 0.32 0.34 0.35 0.36 0.36 0.36 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.39 0.39 0.38 0.37 0.37 0.36 0.35 0.35 0.34 0.32 0.30 0.28 0.26 0.24 0.23 0.22 0.20 0.19 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.24 0.24 0.24 0.22 0.21 0.19 0.17 0.16 0.14 0.13 0.12 0.12 0.11 0.11 0.11 0.12 0.13 0. [...]
+0.35 0.35 0.35 0.34 0.33 0.32 0.30 0.29 0.27 0.26 0.25 0.23 0.21 0.20 0.19 0.18 0.18 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.35 0.36 0.37 0.38 0.38 0.38 0.38 0.38 0.39 0.39 0.39 0.40 0.40 0.40 0.40 0.40 0.40 0.40 0.41 0.41 0.41 0.42 0.41 0.41 0.40 0.39 0.39 0.38 0.37 0.37 0.35 0.33 0.31 0.30 0.28 0.27 0.26 0.25 0.24 0.23 0.23 0.23 0.24 0.24 0.25 0.26 0.26 0.27 0.28 0.28 0.28 0.28 0.28 0.26 0.25 0.24 0.22 0.21 0.19 0.17 0.16 0.16 0.15 0.14 0.14 0.14 0.14 0. [...]
+0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.24 0.23 0.22 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.18 0.20 0.21 0.23 0.24 0.26 0.28 0.30 0.32 0.33 0.34 0.36 0.37 0.37 0.38 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.40 0.41 0.41 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.39 0.38 0.37 0.36 0.34 0.33 0.32 0.31 0.30 0.29 0.29 0.28 0.27 0.27 0.27 0.28 0.28 0.29 0.30 0.30 0.31 0.32 0.32 0.32 0.31 0.31 0.30 0.29 0.28 0.26 0.25 0.23 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.18 0. [...]
+0.30 0.29 0.28 0.28 0.27 0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.16 0.15 0.16 0.16 0.17 0.18 0.20 0.21 0.22 0.24 0.25 0.27 0.29 0.30 0.31 0.32 0.34 0.35 0.35 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.43 0.42 0.42 0.41 0.40 0.39 0.38 0.37 0.35 0.34 0.34 0.33 0.33 0.32 0.32 0.32 0.31 0.31 0.32 0.32 0.33 0.33 0.34 0.35 0.35 0.36 0.36 0.36 0.35 0.35 0.34 0.33 0.32 0.31 0.30 0.29 0.28 0.27 0.26 0.26 0.25 0.24 0.24 0.23 0. [...]
+0.27 0.27 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.21 0.22 0.24 0.25 0.26 0.27 0.28 0.29 0.31 0.31 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.33 0.34 0.34 0.35 0.36 0.37 0.39 0.40 0.41 0.42 0.42 0.42 0.42 0.42 0.42 0.41 0.41 0.40 0.39 0.39 0.38 0.37 0.36 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.36 0.36 0.37 0.38 0.39 0.39 0.40 0.40 0.40 0.41 0.40 0.40 0.40 0.39 0.39 0.38 0.38 0.37 0.36 0.34 0.34 0.33 0.32 0.32 0.31 0.31 0.30 0. [...]
+0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.21 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.18 0.19 0.19 0.20 0.20 0.21 0.22 0.22 0.23 0.24 0.24 0.25 0.26 0.26 0.26 0.26 0.27 0.27 0.28 0.28 0.28 0.28 0.28 0.28 0.30 0.31 0.33 0.35 0.36 0.38 0.39 0.40 0.40 0.41 0.41 0.41 0.41 0.41 0.40 0.39 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.39 0.39 0.39 0.39 0.40 0.40 0.41 0.43 0.44 0.44 0.45 0.46 0.46 0.47 0.46 0.46 0.45 0.45 0.45 0.45 0.44 0.44 0.43 0.42 0.42 0.41 0.40 0.40 0.39 0.38 0.38 0. [...]
+0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.23 0.22 0.22 0.21 0.20 0.19 0.19 0.18 0.18 0.17 0.16 0.16 0.16 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.17 0.18 0.19 0.19 0.19 0.19 0.20 0.20 0.21 0.21 0.21 0.21 0.22 0.22 0.22 0.22 0.23 0.24 0.24 0.27 0.29 0.32 0.34 0.36 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.38 0.37 0.37 0.37 0.38 0.38 0.39 0.40 0.41 0.42 0.42 0.43 0.44 0.44 0.45 0.46 0.48 0.49 0.50 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.50 0.50 0.49 0.49 0.48 0.47 0.47 0.46 0.45 0.45 0.44 0. [...]
+0.26 0.26 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.16 0.17 0.17 0.17 0.18 0.18 0.18 0.18 0.18 0.18 0.19 0.19 0.21 0.23 0.26 0.29 0.32 0.34 0.36 0.37 0.38 0.39 0.38 0.37 0.37 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.51 0.52 0.52 0.53 0.54 0.55 0.55 0.55 0.55 0.55 0.56 0.56 0.56 0.56 0.55 0.55 0.55 0.54 0.53 0.53 0.52 0.51 0.51 0. [...]
+0.27 0.27 0.27 0.26 0.26 0.26 0.25 0.25 0.24 0.23 0.22 0.22 0.21 0.20 0.20 0.19 0.19 0.18 0.17 0.17 0.16 0.16 0.15 0.15 0.15 0.14 0.14 0.14 0.14 0.14 0.14 0.13 0.13 0.13 0.14 0.14 0.14 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.16 0.17 0.19 0.20 0.22 0.25 0.28 0.30 0.33 0.35 0.36 0.36 0.35 0.36 0.36 0.37 0.38 0.38 0.39 0.39 0.40 0.41 0.42 0.43 0.44 0.45 0.47 0.48 0.49 0.51 0.53 0.53 0.54 0.55 0.56 0.57 0.57 0.58 0.58 0.59 0.60 0.60 0.60 0.60 0.60 0.60 0.59 0.59 0.58 0.58 0.57 0.57 0.56 0. [...]
+0.28 0.28 0.28 0.27 0.27 0.26 0.26 0.25 0.25 0.25 0.25 0.24 0.24 0.23 0.22 0.22 0.21 0.21 0.20 0.19 0.19 0.18 0.18 0.17 0.17 0.18 0.17 0.16 0.16 0.16 0.16 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.15 0.16 0.16 0.17 0.17 0.17 0.17 0.18 0.19 0.20 0.23 0.26 0.29 0.31 0.34 0.34 0.34 0.35 0.36 0.38 0.38 0.38 0.38 0.39 0.40 0.41 0.42 0.43 0.45 0.46 0.47 0.48 0.50 0.52 0.53 0.54 0.55 0.56 0.56 0.57 0.58 0.59 0.60 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.61 0.61 0.60 0.60 0.60 0. [...]
+0.29 0.29 0.28 0.28 0.28 0.28 0.28 0.28 0.27 0.27 0.26 0.26 0.26 0.26 0.25 0.24 0.24 0.24 0.24 0.23 0.23 0.22 0.21 0.21 0.22 0.23 0.22 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.21 0.22 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.36 0.39 0.38 0.36 0.36 0.38 0.39 0.40 0.40 0.41 0.42 0.42 0.44 0.45 0.46 0.46 0.47 0.48 0.50 0.51 0.51 0.52 0.53 0.55 0.56 0.56 0.57 0.57 0.58 0.59 0.59 0.60 0.61 0.61 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0.62 0. [...]
+0.31 0.30 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.29 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.28 0.29 0.28 0.28 0.28 0.29 0.30 0.30 0.30 0.31 0.32 0.33 0.33 0.34 0.35 0.37 0.39 0.40 0.41 0.42 0.43 0.44 0.43 0.43 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.49 0.50 0.51 0.51 0.52 0.53 0.54 0.54 0.55 0.56 0.56 0.57 0.57 0.58 0.58 0.58 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0. [...]
+0.34 0.34 0.33 0.33 0.33 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.32 0.33 0.33 0.33 0.33 0.33 0.34 0.34 0.34 0.34 0.33 0.33 0.33 0.33 0.34 0.34 0.34 0.34 0.34 0.34 0.35 0.35 0.36 0.36 0.37 0.37 0.38 0.38 0.39 0.39 0.40 0.40 0.41 0.42 0.42 0.43 0.43 0.44 0.44 0.45 0.45 0.45 0.45 0.45 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.45 0.45 0.46 0.46 0.46 0.47 0.47 0.48 0.48 0.49 0.49 0.49 0.50 0.51 0.51 0.51 0.52 0.52 0.53 0.53 0.53 0.53 0.53 0.54 0.54 0.54 0.55 0.55 0.55 0.55 0.55 0. [...]
+0.37 0.37 0.37 0.37 0.36 0.36 0.36 0.37 0.37 0.36 0.36 0.36 0.37 0.37 0.37 0.37 0.37 0.37 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.38 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.40 0.41 0.41 0.42 0.42 0.42 0.43 0.43 0.43 0.43 0.43 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.46 0.46 0.46 0.46 0.46 0.47 0.47 0.47 0.47 0.47 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.49 0.49 0.49 0.49 0.49 0.49 0.49 0. [...]
+0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.41 0.41 0.39 0.39 0.39 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.41 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.44 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0.45 0. [...]
+ nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  nan  n [...]
+];
diff --git a/test/utest/testionex4.m b/test/utest/testionex4.m
new file mode 100644
index 0000000..7a26e28
--- /dev/null
+++ b/test/utest/testionex4.m
@@ -0,0 +1,8643 @@
+tec=[
+     0  nan   nan
+    30  nan   nan
+    60  nan   nan
+    90  nan   nan
+   120  nan   nan
+   150  nan   nan
+   180  nan   nan
+   210  nan   nan
+   240  nan   nan
+   270  nan   nan
+   300  nan   nan
+   330  nan   nan
+   360  nan   nan
+   390  nan   nan
+   420  nan   nan
+   450  nan   nan
+   480  nan   nan
+   510  nan   nan
+   540  nan   nan
+   570  nan   nan
+   600  nan   nan
+   630  nan   nan
+   660  nan   nan
+   690  nan   nan
+   720  nan   nan
+   750  nan   nan
+   780  nan   nan
+   810  nan   nan
+   840  nan   nan
+   870  nan   nan
+   900  nan   nan
+   930  nan   nan
+   960  nan   nan
+   990  nan   nan
+  1020  nan   nan
+  1050  nan   nan
+  1080  nan   nan
+  1110  nan   nan
+  1140  nan   nan
+  1170  nan   nan
+  1200  nan   nan
+  1230  nan   nan
+  1260  nan   nan
+  1290  nan   nan
+  1320  nan   nan
+  1350  nan   nan
+  1380  nan   nan
+  1410  nan   nan
+  1440  nan   nan
+  1470  nan   nan
+  1500  nan   nan
+  1530  nan   nan
+  1560  nan   nan
+  1590  nan   nan
+  1620  nan   nan
+  1650  nan   nan
+  1680  nan   nan
+  1710  nan   nan
+  1740  nan   nan
+  1770  nan   nan
+  1800  nan   nan
+  1830  nan   nan
+  1860  nan   nan
+  1890  nan   nan
+  1920  nan   nan
+  1950  nan   nan
+  1980  nan   nan
+  2010  nan   nan
+  2040  nan   nan
+  2070  nan   nan
+  2100  nan   nan
+  2130  nan   nan
+  2160  nan   nan
+  2190  nan   nan
+  2220  nan   nan
+  2250  nan   nan
+  2280  nan   nan
+  2310  nan   nan
+  2340  nan   nan
+  2370  nan   nan
+  2400  nan   nan
+  2430  nan   nan
+  2460  nan   nan
+  2490  nan   nan
+  2520  nan   nan
+  2550  nan   nan
+  2580  nan   nan
+  2610  nan   nan
+  2640  nan   nan
+  2670  nan   nan
+  2700  nan   nan
+  2730  nan   nan
+  2760  nan   nan
+  2790  nan   nan
+  2820  nan   nan
+  2850  nan   nan
+  2880  nan   nan
+  2910  nan   nan
+  2940  nan   nan
+  2970  nan   nan
+  3000  nan   nan
+  3030  nan   nan
+  3060  nan   nan
+  3090  nan   nan
+  3120  nan   nan
+  3150  nan   nan
+  3180  nan   nan
+  3210  nan   nan
+  3240  nan   nan
+  3270  nan   nan
+  3300  nan   nan
+  3330  nan   nan
+  3360  nan   nan
+  3390  nan   nan
+  3420  nan   nan
+  3450  nan   nan
+  3480  nan   nan
+  3510  nan   nan
+  3540  nan   nan
+  3570  nan   nan
+  3600  nan   nan
+  3630  nan   nan
+  3660  nan   nan
+  3690  nan   nan
+  3720  nan   nan
+  3750  nan   nan
+  3780  nan   nan
+  3810  nan   nan
+  3840  nan   nan
+  3870  nan   nan
+  3900  nan   nan
+  3930  nan   nan
+  3960  nan   nan
+  3990  nan   nan
+  4020  nan   nan
+  4050  nan   nan
+  4080  nan   nan
+  4110  nan   nan
+  4140  nan   nan
+  4170  nan   nan
+  4200  nan   nan
+  4230  nan   nan
+  4260  nan   nan
+  4290  nan   nan
+  4320  nan   nan
+  4350  nan   nan
+  4380  nan   nan
+  4410  nan   nan
+  4440  nan   nan
+  4470  nan   nan
+  4500  nan   nan
+  4530  nan   nan
+  4560  nan   nan
+  4590  nan   nan
+  4620  nan   nan
+  4650  nan   nan
+  4680  nan   nan
+  4710  nan   nan
+  4740  nan   nan
+  4770  nan   nan
+  4800  nan   nan
+  4830  nan   nan
+  4860  nan   nan
+  4890  nan   nan
+  4920  nan   nan
+  4950  nan   nan
+  4980  nan   nan
+  5010  nan   nan
+  5040  nan   nan
+  5070  nan   nan
+  5100  nan   nan
+  5130  nan   nan
+  5160  nan   nan
+  5190  nan   nan
+  5220  nan   nan
+  5250  nan   nan
+  5280  nan   nan
+  5310  nan   nan
+  5340  nan   nan
+  5370  nan   nan
+  5400  nan   nan
+  5430  nan   nan
+  5460  nan   nan
+  5490  nan   nan
+  5520  nan   nan
+  5550  nan   nan
+  5580  nan   nan
+  5610  nan   nan
+  5640  nan   nan
+  5670  nan   nan
+  5700  nan   nan
+  5730  nan   nan
+  5760  nan   nan
+  5790  nan   nan
+  5820  nan   nan
+  5850  nan   nan
+  5880  nan   nan
+  5910  nan   nan
+  5940  nan   nan
+  5970  nan   nan
+  6000  nan   nan
+  6030  nan   nan
+  6060  nan   nan
+  6090  nan   nan
+  6120  nan   nan
+  6150  nan   nan
+  6180  nan   nan
+  6210  nan   nan
+  6240  nan   nan
+  6270  nan   nan
+  6300  nan   nan
+  6330  nan   nan
+  6360  nan   nan
+  6390  nan   nan
+  6420  nan   nan
+  6450  nan   nan
+  6480  nan   nan
+  6510  nan   nan
+  6540  nan   nan
+  6570  nan   nan
+  6600  nan   nan
+  6630  nan   nan
+  6660  nan   nan
+  6690  nan   nan
+  6720  nan   nan
+  6750  nan   nan
+  6780  nan   nan
+  6810  nan   nan
+  6840  nan   nan
+  6870  nan   nan
+  6900  nan   nan
+  6930  nan   nan
+  6960  nan   nan
+  6990  nan   nan
+  7020  nan   nan
+  7050  nan   nan
+  7080  nan   nan
+  7110  nan   nan
+  7140  nan   nan
+  7170  nan   nan
+  7200  nan   nan
+  7230  nan   nan
+  7260  nan   nan
+  7290  nan   nan
+  7320  nan   nan
+  7350  nan   nan
+  7380  nan   nan
+  7410  nan   nan
+  7440  nan   nan
+  7470  nan   nan
+  7500  nan   nan
+  7530  nan   nan
+  7560  nan   nan
+  7590  nan   nan
+  7620  nan   nan
+  7650  nan   nan
+  7680  nan   nan
+  7710  nan   nan
+  7740  nan   nan
+  7770  nan   nan
+  7800  nan   nan
+  7830  nan   nan
+  7860  nan   nan
+  7890  nan   nan
+  7920  nan   nan
+  7950  nan   nan
+  7980  nan   nan
+  8010  nan   nan
+  8040  nan   nan
+  8070  nan   nan
+  8100  nan   nan
+  8130  nan   nan
+  8160  nan   nan
+  8190  nan   nan
+  8220  nan   nan
+  8250  nan   nan
+  8280  nan   nan
+  8310  nan   nan
+  8340  nan   nan
+  8370  nan   nan
+  8400  nan   nan
+  8430  nan   nan
+  8460  nan   nan
+  8490  nan   nan
+  8520  nan   nan
+  8550  nan   nan
+  8580  nan   nan
+  8610  nan   nan
+  8640  nan   nan
+  8670  nan   nan
+  8700  nan   nan
+  8730  nan   nan
+  8760  nan   nan
+  8790  nan   nan
+  8820  nan   nan
+  8850  nan   nan
+  8880  nan   nan
+  8910  nan   nan
+  8940  nan   nan
+  8970  nan   nan
+  9000  nan   nan
+  9030  nan   nan
+  9060  nan   nan
+  9090  nan   nan
+  9120  nan   nan
+  9150  nan   nan
+  9180  nan   nan
+  9210  nan   nan
+  9240  nan   nan
+  9270  nan   nan
+  9300  nan   nan
+  9330  nan   nan
+  9360  nan   nan
+  9390  nan   nan
+  9420  nan   nan
+  9450  nan   nan
+  9480  nan   nan
+  9510  nan   nan
+  9540  nan   nan
+  9570  nan   nan
+  9600  nan   nan
+  9630  nan   nan
+  9660  nan   nan
+  9690  nan   nan
+  9720  nan   nan
+  9750  nan   nan
+  9780  nan   nan
+  9810  nan   nan
+  9840  nan   nan
+  9870  nan   nan
+  9900  nan   nan
+  9930  nan   nan
+  9960  nan   nan
+  9990  nan   nan
+ 10020  nan   nan
+ 10050  nan   nan
+ 10080  nan   nan
+ 10110  nan   nan
+ 10140  nan   nan
+ 10170  nan   nan
+ 10200  nan   nan
+ 10230  nan   nan
+ 10260  nan   nan
+ 10290  nan   nan
+ 10320  nan   nan
+ 10350  nan   nan
+ 10380  nan   nan
+ 10410  nan   nan
+ 10440  nan   nan
+ 10470  nan   nan
+ 10500  nan   nan
+ 10530  nan   nan
+ 10560  nan   nan
+ 10590  nan   nan
+ 10620  nan   nan
+ 10650  nan   nan
+ 10680  nan   nan
+ 10710  nan   nan
+ 10740  nan   nan
+ 10770  nan   nan
+ 10800  nan   nan
+ 10830  nan   nan
+ 10860  nan   nan
+ 10890  nan   nan
+ 10920  nan   nan
+ 10950  nan   nan
+ 10980  nan   nan
+ 11010  nan   nan
+ 11040  nan   nan
+ 11070  nan   nan
+ 11100  nan   nan
+ 11130  nan   nan
+ 11160  nan   nan
+ 11190  nan   nan
+ 11220  nan   nan
+ 11250  nan   nan
+ 11280  nan   nan
+ 11310  nan   nan
+ 11340  nan   nan
+ 11370  nan   nan
+ 11400  nan   nan
+ 11430  nan   nan
+ 11460  nan   nan
+ 11490  nan   nan
+ 11520  nan   nan
+ 11550  nan   nan
+ 11580  nan   nan
+ 11610  nan   nan
+ 11640  nan   nan
+ 11670  nan   nan
+ 11700  nan   nan
+ 11730  nan   nan
+ 11760  nan   nan
+ 11790  nan   nan
+ 11820  nan   nan
+ 11850  nan   nan
+ 11880  nan   nan
+ 11910  nan   nan
+ 11940  nan   nan
+ 11970  nan   nan
+ 12000  nan   nan
+ 12030  nan   nan
+ 12060  nan   nan
+ 12090  nan   nan
+ 12120  nan   nan
+ 12150  nan   nan
+ 12180  nan   nan
+ 12210  nan   nan
+ 12240  nan   nan
+ 12270  nan   nan
+ 12300  nan   nan
+ 12330  nan   nan
+ 12360  nan   nan
+ 12390  nan   nan
+ 12420  nan   nan
+ 12450  nan   nan
+ 12480  nan   nan
+ 12510  nan   nan
+ 12540  nan   nan
+ 12570  nan   nan
+ 12600  nan   nan
+ 12630  nan   nan
+ 12660  nan   nan
+ 12690  nan   nan
+ 12720  nan   nan
+ 12750  nan   nan
+ 12780  nan   nan
+ 12810  nan   nan
+ 12840  nan   nan
+ 12870  nan   nan
+ 12900  nan   nan
+ 12930  nan   nan
+ 12960  nan   nan
+ 12990  nan   nan
+ 13020  nan   nan
+ 13050  nan   nan
+ 13080  nan   nan
+ 13110  nan   nan
+ 13140  nan   nan
+ 13170  nan   nan
+ 13200  nan   nan
+ 13230  nan   nan
+ 13260  nan   nan
+ 13290  nan   nan
+ 13320  nan   nan
+ 13350  nan   nan
+ 13380  nan   nan
+ 13410  nan   nan
+ 13440  nan   nan
+ 13470  nan   nan
+ 13500  nan   nan
+ 13530  nan   nan
+ 13560  nan   nan
+ 13590  nan   nan
+ 13620  nan   nan
+ 13650  nan   nan
+ 13680  nan   nan
+ 13710  nan   nan
+ 13740  nan   nan
+ 13770  nan   nan
+ 13800  nan   nan
+ 13830  nan   nan
+ 13860  nan   nan
+ 13890  nan   nan
+ 13920  nan   nan
+ 13950  nan   nan
+ 13980  nan   nan
+ 14010  nan   nan
+ 14040  nan   nan
+ 14070  nan   nan
+ 14100  nan   nan
+ 14130  nan   nan
+ 14160  nan   nan
+ 14190  nan   nan
+ 14220  nan   nan
+ 14250  nan   nan
+ 14280  nan   nan
+ 14310  nan   nan
+ 14340  nan   nan
+ 14370  nan   nan
+ 14400  nan   nan
+ 14430  nan   nan
+ 14460  nan   nan
+ 14490  nan   nan
+ 14520  nan   nan
+ 14550  nan   nan
+ 14580  nan   nan
+ 14610  nan   nan
+ 14640  nan   nan
+ 14670  nan   nan
+ 14700  nan   nan
+ 14730  nan   nan
+ 14760  nan   nan
+ 14790  nan   nan
+ 14820  nan   nan
+ 14850  nan   nan
+ 14880  nan   nan
+ 14910  nan   nan
+ 14940  nan   nan
+ 14970  nan   nan
+ 15000  nan   nan
+ 15030  nan   nan
+ 15060  nan   nan
+ 15090  nan   nan
+ 15120  nan   nan
+ 15150  nan   nan
+ 15180  nan   nan
+ 15210  nan   nan
+ 15240  nan   nan
+ 15270  nan   nan
+ 15300  nan   nan
+ 15330  nan   nan
+ 15360  nan   nan
+ 15390  nan   nan
+ 15420  nan   nan
+ 15450  nan   nan
+ 15480  nan   nan
+ 15510  nan   nan
+ 15540  nan   nan
+ 15570  nan   nan
+ 15600  nan   nan
+ 15630  nan   nan
+ 15660  nan   nan
+ 15690  nan   nan
+ 15720  nan   nan
+ 15750  nan   nan
+ 15780  nan   nan
+ 15810  nan   nan
+ 15840  nan   nan
+ 15870  nan   nan
+ 15900  nan   nan
+ 15930  nan   nan
+ 15960  nan   nan
+ 15990  nan   nan
+ 16020  nan   nan
+ 16050  nan   nan
+ 16080  nan   nan
+ 16110  nan   nan
+ 16140  nan   nan
+ 16170  nan   nan
+ 16200  nan   nan
+ 16230  nan   nan
+ 16260  nan   nan
+ 16290  nan   nan
+ 16320  nan   nan
+ 16350  nan   nan
+ 16380  nan   nan
+ 16410  nan   nan
+ 16440  nan   nan
+ 16470  nan   nan
+ 16500  nan   nan
+ 16530  nan   nan
+ 16560  nan   nan
+ 16590  nan   nan
+ 16620  nan   nan
+ 16650  nan   nan
+ 16680  nan   nan
+ 16710  nan   nan
+ 16740  nan   nan
+ 16770  nan   nan
+ 16800  nan   nan
+ 16830  nan   nan
+ 16860  nan   nan
+ 16890  nan   nan
+ 16920  nan   nan
+ 16950  nan   nan
+ 16980  nan   nan
+ 17010  nan   nan
+ 17040  nan   nan
+ 17070  nan   nan
+ 17100  nan   nan
+ 17130  nan   nan
+ 17160  nan   nan
+ 17190  nan   nan
+ 17220  nan   nan
+ 17250  nan   nan
+ 17280  nan   nan
+ 17310  nan   nan
+ 17340  nan   nan
+ 17370  nan   nan
+ 17400  nan   nan
+ 17430  nan   nan
+ 17460  nan   nan
+ 17490  nan   nan
+ 17520  nan   nan
+ 17550  nan   nan
+ 17580  nan   nan
+ 17610  nan   nan
+ 17640  nan   nan
+ 17670  nan   nan
+ 17700  nan   nan
+ 17730  nan   nan
+ 17760  nan   nan
+ 17790  nan   nan
+ 17820  nan   nan
+ 17850  nan   nan
+ 17880  nan   nan
+ 17910  nan   nan
+ 17940  nan   nan
+ 17970  nan   nan
+ 18000  nan   nan
+ 18030  nan   nan
+ 18060  nan   nan
+ 18090  nan   nan
+ 18120  nan   nan
+ 18150  nan   nan
+ 18180  nan   nan
+ 18210  nan   nan
+ 18240  nan   nan
+ 18270  nan   nan
+ 18300  nan   nan
+ 18330  nan   nan
+ 18360  nan   nan
+ 18390  nan   nan
+ 18420  nan   nan
+ 18450  nan   nan
+ 18480  nan   nan
+ 18510  nan   nan
+ 18540  nan   nan
+ 18570  nan   nan
+ 18600  nan   nan
+ 18630  nan   nan
+ 18660  nan   nan
+ 18690  nan   nan
+ 18720  nan   nan
+ 18750  nan   nan
+ 18780  nan   nan
+ 18810  nan   nan
+ 18840  nan   nan
+ 18870  nan   nan
+ 18900  nan   nan
+ 18930  nan   nan
+ 18960  nan   nan
+ 18990  nan   nan
+ 19020  nan   nan
+ 19050  nan   nan
+ 19080  nan   nan
+ 19110  nan   nan
+ 19140  nan   nan
+ 19170  nan   nan
+ 19200  nan   nan
+ 19230  nan   nan
+ 19260  nan   nan
+ 19290  nan   nan
+ 19320  nan   nan
+ 19350  nan   nan
+ 19380  nan   nan
+ 19410  nan   nan
+ 19440  nan   nan
+ 19470  nan   nan
+ 19500  nan   nan
+ 19530  nan   nan
+ 19560  nan   nan
+ 19590  nan   nan
+ 19620  nan   nan
+ 19650  nan   nan
+ 19680  nan   nan
+ 19710  nan   nan
+ 19740  nan   nan
+ 19770  nan   nan
+ 19800  nan   nan
+ 19830  nan   nan
+ 19860  nan   nan
+ 19890  nan   nan
+ 19920  nan   nan
+ 19950  nan   nan
+ 19980  nan   nan
+ 20010  nan   nan
+ 20040  nan   nan
+ 20070  nan   nan
+ 20100  nan   nan
+ 20130  nan   nan
+ 20160  nan   nan
+ 20190  nan   nan
+ 20220  nan   nan
+ 20250  nan   nan
+ 20280  nan   nan
+ 20310  nan   nan
+ 20340  nan   nan
+ 20370  nan   nan
+ 20400  nan   nan
+ 20430  nan   nan
+ 20460  nan   nan
+ 20490  nan   nan
+ 20520  nan   nan
+ 20550  nan   nan
+ 20580  nan   nan
+ 20610  nan   nan
+ 20640  nan   nan
+ 20670  nan   nan
+ 20700  nan   nan
+ 20730  nan   nan
+ 20760  nan   nan
+ 20790  nan   nan
+ 20820  nan   nan
+ 20850  nan   nan
+ 20880  nan   nan
+ 20910  nan   nan
+ 20940  nan   nan
+ 20970  nan   nan
+ 21000  nan   nan
+ 21030  nan   nan
+ 21060  nan   nan
+ 21090  nan   nan
+ 21120  nan   nan
+ 21150  nan   nan
+ 21180  nan   nan
+ 21210  nan   nan
+ 21240  nan   nan
+ 21270  nan   nan
+ 21300  nan   nan
+ 21330  nan   nan
+ 21360  nan   nan
+ 21390  nan   nan
+ 21420  nan   nan
+ 21450  nan   nan
+ 21480  nan   nan
+ 21510  nan   nan
+ 21540  nan   nan
+ 21570  nan   nan
+ 21600  nan   nan
+ 21630  nan   nan
+ 21660  nan   nan
+ 21690  nan   nan
+ 21720  nan   nan
+ 21750  nan   nan
+ 21780  nan   nan
+ 21810  nan   nan
+ 21840  nan   nan
+ 21870  nan   nan
+ 21900  nan   nan
+ 21930  nan   nan
+ 21960  nan   nan
+ 21990  nan   nan
+ 22020  nan   nan
+ 22050  nan   nan
+ 22080  nan   nan
+ 22110  nan   nan
+ 22140  nan   nan
+ 22170  nan   nan
+ 22200  nan   nan
+ 22230  nan   nan
+ 22260  nan   nan
+ 22290  nan   nan
+ 22320  nan   nan
+ 22350  nan   nan
+ 22380  nan   nan
+ 22410  nan   nan
+ 22440  nan   nan
+ 22470  nan   nan
+ 22500  nan   nan
+ 22530  nan   nan
+ 22560  nan   nan
+ 22590  nan   nan
+ 22620  nan   nan
+ 22650  nan   nan
+ 22680  nan   nan
+ 22710  nan   nan
+ 22740  nan   nan
+ 22770  nan   nan
+ 22800  nan   nan
+ 22830  nan   nan
+ 22860  nan   nan
+ 22890  nan   nan
+ 22920  nan   nan
+ 22950  nan   nan
+ 22980  nan   nan
+ 23010  nan   nan
+ 23040  nan   nan
+ 23070  nan   nan
+ 23100  nan   nan
+ 23130  nan   nan
+ 23160  nan   nan
+ 23190  nan   nan
+ 23220  nan   nan
+ 23250  nan   nan
+ 23280  nan   nan
+ 23310  nan   nan
+ 23340  nan   nan
+ 23370  nan   nan
+ 23400  nan   nan
+ 23430  nan   nan
+ 23460  nan   nan
+ 23490  nan   nan
+ 23520  nan   nan
+ 23550  nan   nan
+ 23580  nan   nan
+ 23610  nan   nan
+ 23640  nan   nan
+ 23670  nan   nan
+ 23700  nan   nan
+ 23730  nan   nan
+ 23760  nan   nan
+ 23790  nan   nan
+ 23820  nan   nan
+ 23850  nan   nan
+ 23880  nan   nan
+ 23910  nan   nan
+ 23940  nan   nan
+ 23970  nan   nan
+ 24000  nan   nan
+ 24030  nan   nan
+ 24060  nan   nan
+ 24090  nan   nan
+ 24120  nan   nan
+ 24150  nan   nan
+ 24180  nan   nan
+ 24210  nan   nan
+ 24240  nan   nan
+ 24270  nan   nan
+ 24300  nan   nan
+ 24330  nan   nan
+ 24360  nan   nan
+ 24390  nan   nan
+ 24420  nan   nan
+ 24450  nan   nan
+ 24480  nan   nan
+ 24510  nan   nan
+ 24540  nan   nan
+ 24570  nan   nan
+ 24600  nan   nan
+ 24630  nan   nan
+ 24660  nan   nan
+ 24690  nan   nan
+ 24720  nan   nan
+ 24750  nan   nan
+ 24780  nan   nan
+ 24810  nan   nan
+ 24840  nan   nan
+ 24870  nan   nan
+ 24900  nan   nan
+ 24930  nan   nan
+ 24960  nan   nan
+ 24990  nan   nan
+ 25020  nan   nan
+ 25050  nan   nan
+ 25080  nan   nan
+ 25110  nan   nan
+ 25140  nan   nan
+ 25170  nan   nan
+ 25200  nan   nan
+ 25230  nan   nan
+ 25260  nan   nan
+ 25290  nan   nan
+ 25320  nan   nan
+ 25350  nan   nan
+ 25380  nan   nan
+ 25410  nan   nan
+ 25440  nan   nan
+ 25470  nan   nan
+ 25500  nan   nan
+ 25530  nan   nan
+ 25560  nan   nan
+ 25590  nan   nan
+ 25620  nan   nan
+ 25650  nan   nan
+ 25680  nan   nan
+ 25710  nan   nan
+ 25740  nan   nan
+ 25770  nan   nan
+ 25800  nan   nan
+ 25830  nan   nan
+ 25860  nan   nan
+ 25890  nan   nan
+ 25920  nan   nan
+ 25950  nan   nan
+ 25980  nan   nan
+ 26010  nan   nan
+ 26040  nan   nan
+ 26070  nan   nan
+ 26100  nan   nan
+ 26130  nan   nan
+ 26160  nan   nan
+ 26190  nan   nan
+ 26220  nan   nan
+ 26250  nan   nan
+ 26280  nan   nan
+ 26310  nan   nan
+ 26340  nan   nan
+ 26370  nan   nan
+ 26400  nan   nan
+ 26430  nan   nan
+ 26460  nan   nan
+ 26490  nan   nan
+ 26520  nan   nan
+ 26550  nan   nan
+ 26580  nan   nan
+ 26610  nan   nan
+ 26640  nan   nan
+ 26670  nan   nan
+ 26700  nan   nan
+ 26730  nan   nan
+ 26760  nan   nan
+ 26790  nan   nan
+ 26820  nan   nan
+ 26850  nan   nan
+ 26880  nan   nan
+ 26910  nan   nan
+ 26940  nan   nan
+ 26970  nan   nan
+ 27000  nan   nan
+ 27030  nan   nan
+ 27060  nan   nan
+ 27090  nan   nan
+ 27120  nan   nan
+ 27150  nan   nan
+ 27180  nan   nan
+ 27210  nan   nan
+ 27240  nan   nan
+ 27270  nan   nan
+ 27300  nan   nan
+ 27330  nan   nan
+ 27360  nan   nan
+ 27390  nan   nan
+ 27420  nan   nan
+ 27450  nan   nan
+ 27480  nan   nan
+ 27510  nan   nan
+ 27540  nan   nan
+ 27570  nan   nan
+ 27600  nan   nan
+ 27630  nan   nan
+ 27660  nan   nan
+ 27690  nan   nan
+ 27720  nan   nan
+ 27750  nan   nan
+ 27780  nan   nan
+ 27810  nan   nan
+ 27840  nan   nan
+ 27870  nan   nan
+ 27900  nan   nan
+ 27930  nan   nan
+ 27960  nan   nan
+ 27990  nan   nan
+ 28020  nan   nan
+ 28050  nan   nan
+ 28080  nan   nan
+ 28110  nan   nan
+ 28140  nan   nan
+ 28170  nan   nan
+ 28200  nan   nan
+ 28230  nan   nan
+ 28260  nan   nan
+ 28290  nan   nan
+ 28320  nan   nan
+ 28350  nan   nan
+ 28380  nan   nan
+ 28410  nan   nan
+ 28440  nan   nan
+ 28470  nan   nan
+ 28500  nan   nan
+ 28530  nan   nan
+ 28560  nan   nan
+ 28590  nan   nan
+ 28620  nan   nan
+ 28650  nan   nan
+ 28680  nan   nan
+ 28710  nan   nan
+ 28740  nan   nan
+ 28770  nan   nan
+ 28800  nan   nan
+ 28830  nan   nan
+ 28860  nan   nan
+ 28890  nan   nan
+ 28920  nan   nan
+ 28950  nan   nan
+ 28980  nan   nan
+ 29010  nan   nan
+ 29040  nan   nan
+ 29070  nan   nan
+ 29100  nan   nan
+ 29130  nan   nan
+ 29160  nan   nan
+ 29190  nan   nan
+ 29220  nan   nan
+ 29250  nan   nan
+ 29280  nan   nan
+ 29310  nan   nan
+ 29340  nan   nan
+ 29370  nan   nan
+ 29400  nan   nan
+ 29430  nan   nan
+ 29460  nan   nan
+ 29490  nan   nan
+ 29520  nan   nan
+ 29550  nan   nan
+ 29580  nan   nan
+ 29610  nan   nan
+ 29640  nan   nan
+ 29670  nan   nan
+ 29700  nan   nan
+ 29730  nan   nan
+ 29760  nan   nan
+ 29790  nan   nan
+ 29820  nan   nan
+ 29850  nan   nan
+ 29880  nan   nan
+ 29910  nan   nan
+ 29940  nan   nan
+ 29970  nan   nan
+ 30000  nan   nan
+ 30030  nan   nan
+ 30060  nan   nan
+ 30090  nan   nan
+ 30120  nan   nan
+ 30150  nan   nan
+ 30180  nan   nan
+ 30210  nan   nan
+ 30240  nan   nan
+ 30270  nan   nan
+ 30300  nan   nan
+ 30330  nan   nan
+ 30360  nan   nan
+ 30390  nan   nan
+ 30420  nan   nan
+ 30450  nan   nan
+ 30480  nan   nan
+ 30510  nan   nan
+ 30540  nan   nan
+ 30570  nan   nan
+ 30600  nan   nan
+ 30630  nan   nan
+ 30660  nan   nan
+ 30690  nan   nan
+ 30720  nan   nan
+ 30750  nan   nan
+ 30780  nan   nan
+ 30810  nan   nan
+ 30840  nan   nan
+ 30870  nan   nan
+ 30900  nan   nan
+ 30930  nan   nan
+ 30960  nan   nan
+ 30990  nan   nan
+ 31020  nan   nan
+ 31050  nan   nan
+ 31080  nan   nan
+ 31110  nan   nan
+ 31140  nan   nan
+ 31170  nan   nan
+ 31200  nan   nan
+ 31230  nan   nan
+ 31260  nan   nan
+ 31290  nan   nan
+ 31320  nan   nan
+ 31350  nan   nan
+ 31380  nan   nan
+ 31410  nan   nan
+ 31440  nan   nan
+ 31470  nan   nan
+ 31500  nan   nan
+ 31530  nan   nan
+ 31560  nan   nan
+ 31590  nan   nan
+ 31620  nan   nan
+ 31650  nan   nan
+ 31680  nan   nan
+ 31710  nan   nan
+ 31740  nan   nan
+ 31770  nan   nan
+ 31800  nan   nan
+ 31830  nan   nan
+ 31860  nan   nan
+ 31890  nan   nan
+ 31920  nan   nan
+ 31950  nan   nan
+ 31980  nan   nan
+ 32010  nan   nan
+ 32040  nan   nan
+ 32070  nan   nan
+ 32100  nan   nan
+ 32130  nan   nan
+ 32160  nan   nan
+ 32190  nan   nan
+ 32220  nan   nan
+ 32250  nan   nan
+ 32280  nan   nan
+ 32310  nan   nan
+ 32340  nan   nan
+ 32370  nan   nan
+ 32400  nan   nan
+ 32430  nan   nan
+ 32460  nan   nan
+ 32490  nan   nan
+ 32520  nan   nan
+ 32550  nan   nan
+ 32580  nan   nan
+ 32610  nan   nan
+ 32640  nan   nan
+ 32670  nan   nan
+ 32700  nan   nan
+ 32730  nan   nan
+ 32760  nan   nan
+ 32790  nan   nan
+ 32820  nan   nan
+ 32850  nan   nan
+ 32880  nan   nan
+ 32910  nan   nan
+ 32940  nan   nan
+ 32970  nan   nan
+ 33000  nan   nan
+ 33030  nan   nan
+ 33060  nan   nan
+ 33090  nan   nan
+ 33120  nan   nan
+ 33150  nan   nan
+ 33180  nan   nan
+ 33210  nan   nan
+ 33240  nan   nan
+ 33270  nan   nan
+ 33300  nan   nan
+ 33330  nan   nan
+ 33360  nan   nan
+ 33390  nan   nan
+ 33420  nan   nan
+ 33450  nan   nan
+ 33480  nan   nan
+ 33510  nan   nan
+ 33540  nan   nan
+ 33570  nan   nan
+ 33600  nan   nan
+ 33630  nan   nan
+ 33660  nan   nan
+ 33690  nan   nan
+ 33720  nan   nan
+ 33750  nan   nan
+ 33780  nan   nan
+ 33810  nan   nan
+ 33840  nan   nan
+ 33870  nan   nan
+ 33900  nan   nan
+ 33930  nan   nan
+ 33960  nan   nan
+ 33990  nan   nan
+ 34020  nan   nan
+ 34050  nan   nan
+ 34080  nan   nan
+ 34110  nan   nan
+ 34140  nan   nan
+ 34170  nan   nan
+ 34200  nan   nan
+ 34230  nan   nan
+ 34260  nan   nan
+ 34290  nan   nan
+ 34320  nan   nan
+ 34350  nan   nan
+ 34380  nan   nan
+ 34410  nan   nan
+ 34440  nan   nan
+ 34470  nan   nan
+ 34500  nan   nan
+ 34530  nan   nan
+ 34560  nan   nan
+ 34590  nan   nan
+ 34620  nan   nan
+ 34650  nan   nan
+ 34680  nan   nan
+ 34710  nan   nan
+ 34740  nan   nan
+ 34770  nan   nan
+ 34800  nan   nan
+ 34830  nan   nan
+ 34860  nan   nan
+ 34890  nan   nan
+ 34920  nan   nan
+ 34950  nan   nan
+ 34980  nan   nan
+ 35010  nan   nan
+ 35040  nan   nan
+ 35070  nan   nan
+ 35100  nan   nan
+ 35130  nan   nan
+ 35160  nan   nan
+ 35190  nan   nan
+ 35220  nan   nan
+ 35250  nan   nan
+ 35280  nan   nan
+ 35310  nan   nan
+ 35340  nan   nan
+ 35370  nan   nan
+ 35400  nan   nan
+ 35430  nan   nan
+ 35460  nan   nan
+ 35490  nan   nan
+ 35520  nan   nan
+ 35550  nan   nan
+ 35580  nan   nan
+ 35610  nan   nan
+ 35640  nan   nan
+ 35670  nan   nan
+ 35700  nan   nan
+ 35730  nan   nan
+ 35760  nan   nan
+ 35790  nan   nan
+ 35820  nan   nan
+ 35850  nan   nan
+ 35880  nan   nan
+ 35910  nan   nan
+ 35940  nan   nan
+ 35970  nan   nan
+ 36000  nan   nan
+ 36030  nan   nan
+ 36060  nan   nan
+ 36090  nan   nan
+ 36120  nan   nan
+ 36150  nan   nan
+ 36180  nan   nan
+ 36210  nan   nan
+ 36240  nan   nan
+ 36270  nan   nan
+ 36300  nan   nan
+ 36330  nan   nan
+ 36360  nan   nan
+ 36390  nan   nan
+ 36420  nan   nan
+ 36450  nan   nan
+ 36480  nan   nan
+ 36510  nan   nan
+ 36540  nan   nan
+ 36570  nan   nan
+ 36600  nan   nan
+ 36630  nan   nan
+ 36660  nan   nan
+ 36690  nan   nan
+ 36720  nan   nan
+ 36750  nan   nan
+ 36780  nan   nan
+ 36810  nan   nan
+ 36840  nan   nan
+ 36870  nan   nan
+ 36900  nan   nan
+ 36930  nan   nan
+ 36960  nan   nan
+ 36990  nan   nan
+ 37020  nan   nan
+ 37050  nan   nan
+ 37080  nan   nan
+ 37110  nan   nan
+ 37140  nan   nan
+ 37170  nan   nan
+ 37200  nan   nan
+ 37230  nan   nan
+ 37260  nan   nan
+ 37290  nan   nan
+ 37320  nan   nan
+ 37350  nan   nan
+ 37380  nan   nan
+ 37410  nan   nan
+ 37440  nan   nan
+ 37470  nan   nan
+ 37500  nan   nan
+ 37530  nan   nan
+ 37560  nan   nan
+ 37590  nan   nan
+ 37620  nan   nan
+ 37650  nan   nan
+ 37680  nan   nan
+ 37710  nan   nan
+ 37740  nan   nan
+ 37770  nan   nan
+ 37800  nan   nan
+ 37830  nan   nan
+ 37860  nan   nan
+ 37890  nan   nan
+ 37920  nan   nan
+ 37950  nan   nan
+ 37980  nan   nan
+ 38010  nan   nan
+ 38040  nan   nan
+ 38070  nan   nan
+ 38100  nan   nan
+ 38130  nan   nan
+ 38160  nan   nan
+ 38190  nan   nan
+ 38220  nan   nan
+ 38250  nan   nan
+ 38280  nan   nan
+ 38310  nan   nan
+ 38340  nan   nan
+ 38370  nan   nan
+ 38400  nan   nan
+ 38430  nan   nan
+ 38460  nan   nan
+ 38490  nan   nan
+ 38520  nan   nan
+ 38550  nan   nan
+ 38580  nan   nan
+ 38610  nan   nan
+ 38640  nan   nan
+ 38670  nan   nan
+ 38700  nan   nan
+ 38730  nan   nan
+ 38760  nan   nan
+ 38790  nan   nan
+ 38820  nan   nan
+ 38850  nan   nan
+ 38880  nan   nan
+ 38910  nan   nan
+ 38940  nan   nan
+ 38970  nan   nan
+ 39000  nan   nan
+ 39030  nan   nan
+ 39060  nan   nan
+ 39090  nan   nan
+ 39120  nan   nan
+ 39150  nan   nan
+ 39180  nan   nan
+ 39210  nan   nan
+ 39240  nan   nan
+ 39270  nan   nan
+ 39300  nan   nan
+ 39330  nan   nan
+ 39360  nan   nan
+ 39390  nan   nan
+ 39420  nan   nan
+ 39450  nan   nan
+ 39480  nan   nan
+ 39510  nan   nan
+ 39540  nan   nan
+ 39570  nan   nan
+ 39600  nan   nan
+ 39630  nan   nan
+ 39660  nan   nan
+ 39690  nan   nan
+ 39720  nan   nan
+ 39750  nan   nan
+ 39780  nan   nan
+ 39810  nan   nan
+ 39840  nan   nan
+ 39870  nan   nan
+ 39900  nan   nan
+ 39930  nan   nan
+ 39960  nan   nan
+ 39990  nan   nan
+ 40020  nan   nan
+ 40050  nan   nan
+ 40080  nan   nan
+ 40110  nan   nan
+ 40140  nan   nan
+ 40170  nan   nan
+ 40200  nan   nan
+ 40230  nan   nan
+ 40260  nan   nan
+ 40290  nan   nan
+ 40320  nan   nan
+ 40350  nan   nan
+ 40380  nan   nan
+ 40410  nan   nan
+ 40440  nan   nan
+ 40470  nan   nan
+ 40500  nan   nan
+ 40530  nan   nan
+ 40560  nan   nan
+ 40590  nan   nan
+ 40620  nan   nan
+ 40650  nan   nan
+ 40680  nan   nan
+ 40710  nan   nan
+ 40740  nan   nan
+ 40770  nan   nan
+ 40800  nan   nan
+ 40830  nan   nan
+ 40860  nan   nan
+ 40890  nan   nan
+ 40920  nan   nan
+ 40950  nan   nan
+ 40980  nan   nan
+ 41010  nan   nan
+ 41040  nan   nan
+ 41070  nan   nan
+ 41100  nan   nan
+ 41130  nan   nan
+ 41160  nan   nan
+ 41190  nan   nan
+ 41220  nan   nan
+ 41250  nan   nan
+ 41280  nan   nan
+ 41310  nan   nan
+ 41340  nan   nan
+ 41370  nan   nan
+ 41400  nan   nan
+ 41430  nan   nan
+ 41460  nan   nan
+ 41490  nan   nan
+ 41520  nan   nan
+ 41550  nan   nan
+ 41580  nan   nan
+ 41610  nan   nan
+ 41640  nan   nan
+ 41670  nan   nan
+ 41700  nan   nan
+ 41730  nan   nan
+ 41760  nan   nan
+ 41790  nan   nan
+ 41820  nan   nan
+ 41850  nan   nan
+ 41880  nan   nan
+ 41910  nan   nan
+ 41940  nan   nan
+ 41970  nan   nan
+ 42000  nan   nan
+ 42030  nan   nan
+ 42060  nan   nan
+ 42090  nan   nan
+ 42120  nan   nan
+ 42150  nan   nan
+ 42180  nan   nan
+ 42210  nan   nan
+ 42240  nan   nan
+ 42270  nan   nan
+ 42300  nan   nan
+ 42330  nan   nan
+ 42360  nan   nan
+ 42390  nan   nan
+ 42420  nan   nan
+ 42450  nan   nan
+ 42480  nan   nan
+ 42510  nan   nan
+ 42540  nan   nan
+ 42570  nan   nan
+ 42600  nan   nan
+ 42630  nan   nan
+ 42660  nan   nan
+ 42690  nan   nan
+ 42720  nan   nan
+ 42750  nan   nan
+ 42780  nan   nan
+ 42810  nan   nan
+ 42840  nan   nan
+ 42870  nan   nan
+ 42900  nan   nan
+ 42930  nan   nan
+ 42960  nan   nan
+ 42990  nan   nan
+ 43020  nan   nan
+ 43050  nan   nan
+ 43080  nan   nan
+ 43110  nan   nan
+ 43140  nan   nan
+ 43170  nan   nan
+ 43200 2.858 0.146
+ 43230 2.864 0.149
+ 43260 2.871 0.151
+ 43290 2.877 0.154
+ 43320 2.884 0.156
+ 43350 2.890 0.159
+ 43380 2.897 0.161
+ 43410 2.903 0.164
+ 43440 2.909 0.166
+ 43470 2.916 0.169
+ 43500 2.922 0.171
+ 43530 2.928 0.174
+ 43560 2.934 0.176
+ 43590 2.940 0.178
+ 43620 2.947 0.181
+ 43650 2.953 0.183
+ 43680 2.959 0.185
+ 43710 2.965 0.188
+ 43740 2.971 0.190
+ 43770 2.977 0.192
+ 43800 2.983 0.195
+ 43830 2.989 0.197
+ 43860 2.995 0.199
+ 43890 3.001 0.202
+ 43920 3.006 0.204
+ 43950 3.012 0.206
+ 43980 3.018 0.209
+ 44010 3.024 0.211
+ 44040 3.030 0.213
+ 44070 3.035 0.215
+ 44100 3.041 0.218
+ 44130 3.047 0.220
+ 44160 3.052 0.222
+ 44190 3.058 0.224
+ 44220 3.063 0.226
+ 44250 3.069 0.229
+ 44280 3.074 0.231
+ 44310 3.080 0.233
+ 44340 3.085 0.235
+ 44370 3.091 0.237
+ 44400 3.096 0.239
+ 44430 3.101 0.242
+ 44460 3.106 0.244
+ 44490 3.111 0.246
+ 44520 3.115 0.249
+ 44550 3.120 0.251
+ 44580 3.125 0.253
+ 44610 3.130 0.256
+ 44640 3.134 0.258
+ 44670 3.139 0.260
+ 44700 3.144 0.263
+ 44730 3.148 0.265
+ 44760 3.153 0.267
+ 44790 3.158 0.269
+ 44820 3.162 0.271
+ 44850 3.167 0.274
+ 44880 3.171 0.276
+ 44910 3.175 0.278
+ 44940 3.180 0.280
+ 44970 3.184 0.282
+ 45000 3.189 0.284
+ 45030 3.193 0.287
+ 45060 3.197 0.289
+ 45090 3.201 0.291
+ 45120 3.206 0.293
+ 45150 3.210 0.295
+ 45180 3.214 0.297
+ 45210 3.218 0.299
+ 45240 3.222 0.301
+ 45270 3.226 0.303
+ 45300 3.230 0.305
+ 45330 3.234 0.307
+ 45360 3.238 0.309
+ 45390 3.242 0.311
+ 45420 3.246 0.313
+ 45450 3.250 0.315
+ 45480 3.254 0.317
+ 45510 3.258 0.319
+ 45540 3.262 0.321
+ 45570 3.265 0.323
+ 45600 3.269 0.325
+ 45630 3.273 0.327
+ 45660 3.277 0.328
+ 45690 3.280 0.330
+ 45720 3.284 0.332
+ 45750 3.287 0.333
+ 45780 3.291 0.335
+ 45810 3.295 0.337
+ 45840 3.298 0.339
+ 45870 3.302 0.340
+ 45900 3.305 0.342
+ 45930 3.309 0.344
+ 45960 3.312 0.345
+ 45990 3.316 0.347
+ 46020 3.319 0.349
+ 46050 3.323 0.350
+ 46080 3.326 0.352
+ 46110 3.329 0.354
+ 46140 3.333 0.355
+ 46170 3.336 0.357
+ 46200 3.339 0.359
+ 46230 3.343 0.360
+ 46260 3.346 0.362
+ 46290 3.349 0.364
+ 46320 3.353 0.365
+ 46350 3.356 0.367
+ 46380 3.359 0.368
+ 46410 3.362 0.370
+ 46440 3.365 0.372
+ 46470 3.368 0.373
+ 46500 3.372 0.375
+ 46530 3.375 0.376
+ 46560 3.378 0.378
+ 46590 3.381 0.379
+ 46620 3.384 0.381
+ 46650 3.387 0.382
+ 46680 3.390 0.384
+ 46710 3.393 0.385
+ 46740 3.396 0.387
+ 46770 3.399 0.389
+ 46800 3.402 0.390
+ 46830 3.405 0.391
+ 46860 3.408 0.391
+ 46890 3.412 0.392
+ 46920 3.415 0.393
+ 46950 3.418 0.393
+ 46980 3.421 0.394
+ 47010 3.425 0.395
+ 47040 3.428 0.395
+ 47070 3.431 0.396
+ 47100 3.435 0.397
+ 47130 3.438 0.397
+ 47160 3.441 0.398
+ 47190 3.444 0.399
+ 47220 3.447 0.399
+ 47250 3.451 0.400
+ 47280 3.454 0.401
+ 47310 3.457 0.402
+ 47340 3.460 0.402
+ 47370 3.463 0.403
+ 47400 3.467 0.404
+ 47430 3.470 0.404
+ 47460 3.473 0.405
+ 47490 3.476 0.406
+ 47520 3.479 0.406
+ 47550 3.482 0.407
+ 47580 3.486 0.408
+ 47610 3.489 0.408
+ 47640 3.492 0.409
+ 47670 3.495 0.410
+ 47700 3.498 0.410
+ 47730 3.501 0.411
+ 47760 3.504 0.412
+ 47790 3.507 0.412
+ 47820 3.511 0.413
+ 47850 3.514 0.414
+ 47880 3.517 0.414
+ 47910 3.520 0.415
+ 47940 3.523 0.416
+ 47970 3.526 0.416
+ 48000 3.529 0.417
+ 48030 3.534 0.418
+ 48060 3.539 0.418
+ 48090 3.543 0.419
+ 48120 3.548 0.419
+ 48150 3.553 0.420
+ 48180 3.558 0.420
+ 48210 3.563 0.421
+ 48240 3.568 0.421
+ 48270 3.573 0.422
+ 48300 3.578 0.423
+ 48330 3.583 0.423
+ 48360 3.588 0.424
+ 48390 3.593 0.424
+ 48420 3.598 0.425
+ 48450 3.603 0.425
+ 48480 3.608 0.426
+ 48510 3.613 0.427
+ 48540 3.619 0.427
+ 48570 3.624 0.428
+ 48600 3.629 0.428
+ 48630 3.634 0.429
+ 48660 3.639 0.430
+ 48690 3.645 0.430
+ 48720 3.650 0.431
+ 48750 3.655 0.431
+ 48780 3.661 0.432
+ 48810 3.666 0.433
+ 48840 3.671 0.433
+ 48870 3.677 0.434
+ 48900 3.682 0.435
+ 48930 3.688 0.435
+ 48960 3.693 0.436
+ 48990 3.698 0.437
+ 49020 3.704 0.437
+ 49050 3.709 0.438
+ 49080 3.715 0.438
+ 49110 3.721 0.439
+ 49140 3.726 0.440
+ 49170 3.732 0.440
+ 49200 3.737 0.441
+ 49230 3.745 0.442
+ 49260 3.752 0.443
+ 49290 3.760 0.444
+ 49320 3.767 0.445
+ 49350 3.775 0.447
+ 49380 3.783 0.448
+ 49410 3.791 0.449
+ 49440 3.798 0.450
+ 49470 3.806 0.451
+ 49500 3.814 0.452
+ 49530 3.822 0.453
+ 49560 3.830 0.454
+ 49590 3.838 0.455
+ 49620 3.846 0.457
+ 49650 3.855 0.458
+ 49680 3.863 0.459
+ 49710 3.871 0.460
+ 49740 3.879 0.461
+ 49770 3.888 0.462
+ 49800 3.896 0.463
+ 49830 3.905 0.465
+ 49860 3.913 0.466
+ 49890 3.922 0.467
+ 49920 3.930 0.468
+ 49950 3.939 0.469
+ 49980 3.948 0.470
+ 50010 3.957 0.472
+ 50040 3.966 0.473
+ 50070 3.974 0.474
+ 50100 3.983 0.475
+ 50130 3.992 0.476
+ 50160 4.001 0.477
+ 50190 4.010 0.479
+ 50220 4.020 0.480
+ 50250 4.029 0.481
+ 50280 4.038 0.482
+ 50310 4.047 0.483
+ 50340 4.057 0.485
+ 50370 4.066 0.486
+ 50400 4.076 0.487
+ 50430 4.086 0.488
+ 50460 4.096 0.490
+ 50490 4.107 0.491
+ 50520 4.117 0.492
+ 50550 4.128 0.494
+ 50580 4.138 0.495
+ 50610 4.148 0.496
+ 50640 4.158 0.497
+ 50670 4.168 0.499
+ 50700 4.179 0.500
+ 50730 4.189 0.501
+ 50760 4.199 0.502
+ 50790 4.209 0.504
+ 50820 4.219 0.505
+ 50850 4.229 0.506
+ 50880 4.239 0.507
+ 50910 4.248 0.508
+ 50940 4.258 0.510
+ 50970 4.268 0.511
+ 51000 4.278 0.512
+ 51030 4.288 0.513
+ 51060 4.297 0.515
+ 51090 4.307 0.516
+ 51120 4.317 0.517
+ 51150 4.326 0.518
+ 51180 4.336 0.519
+ 51210 4.345 0.521
+ 51240 4.355 0.522
+ 51270 4.364 0.523
+ 51300 4.373 0.524
+ 51330 4.383 0.525
+ 51360 4.392 0.527
+ 51390 4.401 0.528
+ 51420 4.411 0.529
+ 51450 4.420 0.530
+ 51480 4.429 0.531
+ 51510 4.438 0.532
+ 51540 4.447 0.534
+ 51570 4.456 0.535
+ 51600 4.465 0.536
+ 51630 4.472 0.537
+ 51660 4.479 0.538
+ 51690 4.486 0.539
+ 51720 4.493 0.540
+ 51750 4.500 0.542
+ 51780 4.507 0.543
+ 51810 4.514 0.544
+ 51840 4.520 0.545
+ 51870 4.527 0.546
+ 51900 4.534 0.547
+ 51930 4.541 0.548
+ 51960 4.548 0.549
+ 51990 4.554 0.550
+ 52020 4.561 0.552
+ 52050 4.568 0.553
+ 52080 4.575 0.554
+ 52110 4.581 0.555
+ 52140 4.588 0.556
+ 52170 4.595 0.557
+ 52200 4.601 0.558
+ 52230 4.608 0.559
+ 52260 4.614 0.560
+ 52290 4.621 0.561
+ 52320 4.628 0.562
+ 52350 4.634 0.564
+ 52380 4.641 0.565
+ 52410 4.647 0.566
+ 52440 4.654 0.567
+ 52470 4.660 0.568
+ 52500 4.667 0.569
+ 52530 4.673 0.570
+ 52560 4.680 0.571
+ 52590 4.686 0.572
+ 52620 4.692 0.573
+ 52650 4.699 0.574
+ 52680 4.705 0.575
+ 52710 4.711 0.576
+ 52740 4.718 0.577
+ 52770 4.724 0.578
+ 52800 4.730 0.579
+ 52830 4.735 0.578
+ 52860 4.740 0.577
+ 52890 4.745 0.577
+ 52920 4.750 0.576
+ 52950 4.754 0.575
+ 52980 4.759 0.574
+ 53010 4.764 0.573
+ 53040 4.768 0.572
+ 53070 4.773 0.572
+ 53100 4.778 0.571
+ 53130 4.782 0.570
+ 53160 4.787 0.569
+ 53190 4.792 0.569
+ 53220 4.796 0.568
+ 53250 4.801 0.567
+ 53280 4.806 0.566
+ 53310 4.810 0.566
+ 53340 4.815 0.565
+ 53370 4.819 0.564
+ 53400 4.824 0.564
+ 53430 4.828 0.563
+ 53460 4.833 0.562
+ 53490 4.837 0.562
+ 53520 4.842 0.561
+ 53550 4.846 0.560
+ 53580 4.851 0.560
+ 53610 4.855 0.559
+ 53640 4.860 0.559
+ 53670 4.864 0.558
+ 53700 4.868 0.557
+ 53730 4.873 0.557
+ 53760 4.877 0.556
+ 53790 4.882 0.556
+ 53820 4.886 0.555
+ 53850 4.890 0.555
+ 53880 4.895 0.554
+ 53910 4.899 0.554
+ 53940 4.903 0.553
+ 53970 4.907 0.553
+ 54000 4.912 0.552
+ 54030 4.914 0.552
+ 54060 4.916 0.551
+ 54090 4.919 0.551
+ 54120 4.921 0.550
+ 54150 4.923 0.550
+ 54180 4.926 0.550
+ 54210 4.928 0.549
+ 54240 4.930 0.549
+ 54270 4.933 0.548
+ 54300 4.935 0.548
+ 54330 4.938 0.547
+ 54360 4.940 0.547
+ 54390 4.943 0.547
+ 54420 4.945 0.546
+ 54450 4.948 0.546
+ 54480 4.950 0.545
+ 54510 4.953 0.545
+ 54540 4.955 0.544
+ 54570 4.958 0.544
+ 54600 4.960 0.544
+ 54630 4.963 0.543
+ 54660 4.966 0.543
+ 54690 4.968 0.542
+ 54720 4.971 0.542
+ 54750 4.974 0.542
+ 54780 4.977 0.541
+ 54810 4.979 0.541
+ 54840 4.982 0.541
+ 54870 4.985 0.540
+ 54900 4.988 0.540
+ 54930 4.991 0.539
+ 54960 4.994 0.539
+ 54990 4.996 0.539
+ 55020 4.999 0.538
+ 55050 5.002 0.538
+ 55080 5.005 0.538
+ 55110 5.008 0.537
+ 55140 5.011 0.537
+ 55170 5.014 0.537
+ 55200 5.017 0.536
+ 55230 5.018 0.536
+ 55260 5.018 0.535
+ 55290 5.018 0.535
+ 55320 5.018 0.534
+ 55350 5.019 0.534
+ 55380 5.019 0.533
+ 55410 5.019 0.533
+ 55440 5.020 0.532
+ 55470 5.020 0.532
+ 55500 5.021 0.531
+ 55530 5.021 0.531
+ 55560 5.022 0.530
+ 55590 5.023 0.530
+ 55620 5.023 0.529
+ 55650 5.024 0.529
+ 55680 5.024 0.528
+ 55710 5.025 0.528
+ 55740 5.026 0.527
+ 55770 5.027 0.527
+ 55800 5.027 0.526
+ 55830 5.028 0.525
+ 55860 5.029 0.525
+ 55890 5.030 0.524
+ 55920 5.031 0.524
+ 55950 5.032 0.523
+ 55980 5.033 0.523
+ 56010 5.034 0.522
+ 56040 5.035 0.521
+ 56070 5.036 0.521
+ 56100 5.037 0.520
+ 56130 5.038 0.520
+ 56160 5.039 0.519
+ 56190 5.041 0.519
+ 56220 5.042 0.518
+ 56250 5.043 0.517
+ 56280 5.044 0.517
+ 56310 5.046 0.516
+ 56340 5.047 0.516
+ 56370 5.048 0.515
+ 56400 5.050 0.514
+ 56430 5.050 0.513
+ 56460 5.050 0.511
+ 56490 5.050 0.510
+ 56520 5.051 0.509
+ 56550 5.051 0.507
+ 56580 5.051 0.506
+ 56610 5.052 0.504
+ 56640 5.052 0.503
+ 56670 5.052 0.501
+ 56700 5.053 0.500
+ 56730 5.053 0.498
+ 56760 5.054 0.497
+ 56790 5.054 0.495
+ 56820 5.055 0.494
+ 56850 5.056 0.493
+ 56880 5.056 0.491
+ 56910 5.057 0.490
+ 56940 5.058 0.488
+ 56970 5.058 0.487
+ 57000 5.059 0.485
+ 57030 5.060 0.484
+ 57060 5.061 0.482
+ 57090 5.062 0.481
+ 57120 5.063 0.479
+ 57150 5.064 0.478
+ 57180 5.065 0.476
+ 57210 5.066 0.475
+ 57240 5.067 0.473
+ 57270 5.068 0.472
+ 57300 5.069 0.470
+ 57330 5.070 0.469
+ 57360 5.071 0.467
+ 57390 5.073 0.465
+ 57420 5.074 0.464
+ 57450 5.075 0.462
+ 57480 5.077 0.461
+ 57510 5.078 0.459
+ 57540 5.079 0.458
+ 57570 5.081 0.456
+ 57600 5.082 0.455
+ 57630 5.079 0.453
+ 57660 5.076 0.452
+ 57690 5.073 0.450
+ 57720 5.070 0.449
+ 57750 5.067 0.447
+ 57780 5.064 0.446
+ 57810 5.061 0.444
+ 57840 5.058 0.443
+ 57870 5.055 0.441
+ 57900 5.052 0.440
+ 57930 5.050 0.438
+ 57960 5.047 0.437
+ 57990 5.044 0.435
+ 58020 5.041 0.434
+ 58050 5.039 0.432
+ 58080 5.036 0.431
+ 58110 5.033 0.429
+ 58140 5.031 0.428
+ 58170 5.028 0.426
+ 58200 5.025 0.425
+ 58230 5.023 0.423
+ 58260 5.020 0.422
+ 58290 5.018 0.420
+ 58320 5.015 0.419
+ 58350 5.013 0.417
+ 58380 5.010 0.415
+ 58410 5.008 0.414
+ 58440 5.006 0.412
+ 58470 5.003 0.411
+ 58500 5.001 0.409
+ 58530 4.999 0.408
+ 58560 4.997 0.406
+ 58590 4.994 0.405
+ 58620 4.992 0.403
+ 58650 4.990 0.401
+ 58680 4.988 0.400
+ 58710 4.986 0.398
+ 58740 4.984 0.397
+ 58770 4.981 0.395
+ 58800 4.979 0.394
+ 58830 4.975 0.392
+ 58860 4.971 0.391
+ 58890 4.967 0.390
+ 58920 4.962 0.389
+ 58950 4.958 0.388
+ 58980 4.954 0.386
+ 59010 4.950 0.385
+ 59040 4.946 0.384
+ 59070 4.942 0.383
+ 59100 4.938 0.382
+ 59130 4.934 0.380
+ 59160 4.930 0.379
+ 59190 4.926 0.378
+ 59220 4.922 0.377
+ 59250 4.918 0.376
+ 59280 4.914 0.374
+ 59310 4.911 0.373
+ 59340 4.907 0.372
+ 59370 4.903 0.371
+ 59400 4.900 0.369
+ 59430 4.896 0.368
+ 59460 4.892 0.367
+ 59490 4.889 0.366
+ 59520 4.885 0.364
+ 59550 4.882 0.363
+ 59580 4.878 0.362
+ 59610 4.875 0.361
+ 59640 4.871 0.359
+ 59670 4.868 0.358
+ 59700 4.865 0.357
+ 59730 4.861 0.356
+ 59760 4.858 0.354
+ 59790 4.855 0.353
+ 59820 4.852 0.352
+ 59850 4.849 0.351
+ 59880 4.845 0.349
+ 59910 4.842 0.348
+ 59940 4.839 0.347
+ 59970 4.836 0.345
+ 60000 4.833 0.344
+ 60030 4.831 0.343
+ 60060 4.828 0.341
+ 60090 4.826 0.339
+ 60120 4.823 0.338
+ 60150 4.820 0.336
+ 60180 4.818 0.335
+ 60210 4.815 0.333
+ 60240 4.813 0.332
+ 60270 4.810 0.331
+ 60300 4.808 0.329
+ 60330 4.805 0.328
+ 60360 4.803 0.326
+ 60390 4.800 0.325
+ 60420 4.798 0.324
+ 60450 4.795 0.322
+ 60480 4.793 0.321
+ 60510 4.790 0.319
+ 60540 4.788 0.318
+ 60570 4.785 0.317
+ 60600 4.783 0.316
+ 60630 4.780 0.314
+ 60660 4.778 0.313
+ 60690 4.775 0.312
+ 60720 4.773 0.311
+ 60750 4.770 0.309
+ 60780 4.768 0.308
+ 60810 4.765 0.307
+ 60840 4.763 0.306
+ 60870 4.760 0.305
+ 60900 4.758 0.303
+ 60930 4.755 0.302
+ 60960 4.753 0.301
+ 60990 4.750 0.300
+ 61020 4.748 0.299
+ 61050 4.745 0.298
+ 61080 4.743 0.297
+ 61110 4.740 0.296
+ 61140 4.738 0.295
+ 61170 4.736 0.294
+ 61200 4.733 0.293
+ 61230 4.729 0.293
+ 61260 4.724 0.293
+ 61290 4.720 0.294
+ 61320 4.715 0.294
+ 61350 4.711 0.294
+ 61380 4.707 0.294
+ 61410 4.702 0.295
+ 61440 4.698 0.295
+ 61470 4.694 0.295
+ 61500 4.690 0.295
+ 61530 4.685 0.296
+ 61560 4.681 0.296
+ 61590 4.677 0.296
+ 61620 4.673 0.296
+ 61650 4.669 0.296
+ 61680 4.665 0.297
+ 61710 4.661 0.297
+ 61740 4.657 0.297
+ 61770 4.653 0.297
+ 61800 4.649 0.297
+ 61830 4.645 0.297
+ 61860 4.641 0.298
+ 61890 4.637 0.298
+ 61920 4.633 0.298
+ 61950 4.629 0.298
+ 61980 4.625 0.298
+ 62010 4.621 0.298
+ 62040 4.617 0.298
+ 62070 4.614 0.299
+ 62100 4.610 0.299
+ 62130 4.606 0.299
+ 62160 4.602 0.299
+ 62190 4.599 0.299
+ 62220 4.595 0.299
+ 62250 4.591 0.299
+ 62280 4.588 0.299
+ 62310 4.584 0.299
+ 62340 4.581 0.299
+ 62370 4.577 0.299
+ 62400 4.573 0.299
+ 62430 4.570 0.300
+ 62460 4.566 0.300
+ 62490 4.562 0.301
+ 62520 4.558 0.301
+ 62550 4.554 0.302
+ 62580 4.550 0.302
+ 62610 4.546 0.303
+ 62640 4.543 0.303
+ 62670 4.539 0.304
+ 62700 4.535 0.305
+ 62730 4.531 0.305
+ 62760 4.527 0.306
+ 62790 4.524 0.306
+ 62820 4.520 0.307
+ 62850 4.516 0.307
+ 62880 4.512 0.308
+ 62910 4.509 0.308
+ 62940 4.505 0.309
+ 62970 4.501 0.309
+ 63000 4.498 0.310
+ 63030 4.494 0.310
+ 63060 4.490 0.311
+ 63090 4.487 0.311
+ 63120 4.483 0.312
+ 63150 4.480 0.312
+ 63180 4.476 0.313
+ 63210 4.472 0.313
+ 63240 4.469 0.314
+ 63270 4.465 0.315
+ 63300 4.462 0.315
+ 63330 4.458 0.316
+ 63360 4.455 0.316
+ 63390 4.451 0.317
+ 63420 4.448 0.317
+ 63450 4.444 0.318
+ 63480 4.441 0.318
+ 63510 4.438 0.319
+ 63540 4.434 0.319
+ 63570 4.431 0.320
+ 63600 4.427 0.320
+ 63630 4.426 0.320
+ 63660 4.424 0.319
+ 63690 4.423 0.318
+ 63720 4.422 0.318
+ 63750 4.420 0.317
+ 63780 4.419 0.316
+ 63810 4.417 0.316
+ 63840 4.416 0.315
+ 63870 4.415 0.315
+ 63900 4.413 0.314
+ 63930 4.412 0.313
+ 63960 4.411 0.313
+ 63990 4.410 0.312
+ 64020 4.409 0.311
+ 64050 4.407 0.311
+ 64080 4.406 0.310
+ 64110 4.405 0.309
+ 64140 4.404 0.309
+ 64170 4.403 0.308
+ 64200 4.402 0.307
+ 64230 4.401 0.306
+ 64260 4.400 0.306
+ 64290 4.398 0.305
+ 64320 4.397 0.304
+ 64350 4.396 0.304
+ 64380 4.396 0.303
+ 64410 4.395 0.302
+ 64440 4.394 0.301
+ 64470 4.393 0.301
+ 64500 4.392 0.300
+ 64530 4.391 0.299
+ 64560 4.390 0.298
+ 64590 4.389 0.298
+ 64620 4.388 0.297
+ 64650 4.388 0.296
+ 64680 4.387 0.295
+ 64710 4.386 0.295
+ 64740 4.385 0.294
+ 64770 4.385 0.293
+ 64800 4.384 0.292
+ 64830 4.380 0.293
+ 64860 4.376 0.294
+ 64890 4.372 0.296
+ 64920 4.368 0.297
+ 64950 4.364 0.298
+ 64980 4.360 0.299
+ 65010 4.356 0.300
+ 65040 4.352 0.301
+ 65070 4.348 0.301
+ 65100 4.344 0.302
+ 65130 4.340 0.303
+ 65160 4.336 0.304
+ 65190 4.332 0.305
+ 65220 4.329 0.306
+ 65250 4.325 0.307
+ 65280 4.321 0.308
+ 65310 4.317 0.308
+ 65340 4.314 0.309
+ 65370 4.310 0.310
+ 65400 4.306 0.311
+ 65430 4.303 0.311
+ 65460 4.299 0.312
+ 65490 4.295 0.313
+ 65520 4.292 0.313
+ 65550 4.288 0.314
+ 65580 4.285 0.315
+ 65610 4.281 0.315
+ 65640 4.278 0.316
+ 65670 4.274 0.317
+ 65700 4.271 0.317
+ 65730 4.267 0.318
+ 65760 4.264 0.318
+ 65790 4.261 0.319
+ 65820 4.257 0.319
+ 65850 4.254 0.320
+ 65880 4.251 0.320
+ 65910 4.248 0.321
+ 65940 4.244 0.321
+ 65970 4.241 0.322
+ 66000 4.238 0.322
+ 66030 4.233 0.322
+ 66060 4.229 0.323
+ 66090 4.224 0.323
+ 66120 4.219 0.323
+ 66150 4.215 0.324
+ 66180 4.210 0.324
+ 66210 4.206 0.324
+ 66240 4.201 0.325
+ 66270 4.196 0.325
+ 66300 4.192 0.325
+ 66330 4.187 0.326
+ 66360 4.182 0.326
+ 66390 4.178 0.327
+ 66420 4.173 0.327
+ 66450 4.168 0.327
+ 66480 4.163 0.328
+ 66510 4.159 0.328
+ 66540 4.154 0.328
+ 66570 4.149 0.329
+ 66600 4.145 0.329
+ 66630 4.140 0.329
+ 66660 4.135 0.330
+ 66690 4.130 0.330
+ 66720 4.126 0.330
+ 66750 4.121 0.331
+ 66780 4.116 0.331
+ 66810 4.111 0.331
+ 66840 4.106 0.332
+ 66870 4.102 0.332
+ 66900 4.097 0.332
+ 66930 4.092 0.333
+ 66960 4.087 0.333
+ 66990 4.082 0.333
+ 67020 4.078 0.334
+ 67050 4.073 0.334
+ 67080 4.068 0.334
+ 67110 4.063 0.335
+ 67140 4.058 0.335
+ 67170 4.053 0.335
+ 67200 4.048 0.336
+ 67230 4.042 0.335
+ 67260 4.036 0.335
+ 67290 4.029 0.335
+ 67320 4.023 0.335
+ 67350 4.017 0.335
+ 67380 4.010 0.334
+ 67410 4.004 0.334
+ 67440 3.998 0.334
+ 67470 3.991 0.334
+ 67500 3.985 0.334
+ 67530 3.978 0.333
+ 67560 3.972 0.333
+ 67590 3.966 0.333
+ 67620 3.959 0.333
+ 67650 3.953 0.332
+ 67680 3.946 0.332
+ 67710 3.940 0.332
+ 67740 3.933 0.332
+ 67770 3.927 0.331
+ 67800 3.921 0.331
+ 67830 3.914 0.331
+ 67860 3.908 0.331
+ 67890 3.901 0.330
+ 67920 3.895 0.330
+ 67950 3.888 0.330
+ 67980 3.882 0.329
+ 68010 3.876 0.329
+ 68040 3.869 0.329
+ 68070 3.863 0.329
+ 68100 3.856 0.328
+ 68130 3.850 0.328
+ 68160 3.843 0.328
+ 68190 3.837 0.327
+ 68220 3.830 0.327
+ 68250 3.824 0.327
+ 68280 3.817 0.326
+ 68310 3.811 0.326
+ 68340 3.804 0.326
+ 68370 3.798 0.325
+ 68400 3.791 0.325
+ 68430 3.784 0.325
+ 68460 3.776 0.325
+ 68490 3.768 0.325
+ 68520 3.760 0.325
+ 68550 3.753 0.324
+ 68580 3.745 0.324
+ 68610 3.737 0.324
+ 68640 3.729 0.324
+ 68670 3.722 0.324
+ 68700 3.714 0.324
+ 68730 3.706 0.324
+ 68760 3.698 0.324
+ 68790 3.690 0.323
+ 68820 3.682 0.323
+ 68850 3.675 0.323
+ 68880 3.667 0.323
+ 68910 3.659 0.323
+ 68940 3.651 0.323
+ 68970 3.643 0.323
+ 69000 3.635 0.322
+ 69030 3.627 0.322
+ 69060 3.619 0.322
+ 69090 3.611 0.322
+ 69120 3.603 0.322
+ 69150 3.595 0.322
+ 69180 3.587 0.322
+ 69210 3.579 0.321
+ 69240 3.571 0.321
+ 69270 3.563 0.321
+ 69300 3.555 0.321
+ 69330 3.547 0.321
+ 69360 3.539 0.321
+ 69390 3.531 0.321
+ 69420 3.523 0.321
+ 69450 3.515 0.320
+ 69480 3.507 0.320
+ 69510 3.499 0.320
+ 69540 3.491 0.320
+ 69570 3.483 0.320
+ 69600 3.475 0.320
+ 69630 3.467 0.320
+ 69660 3.458 0.320
+ 69690 3.450 0.320
+ 69720 3.442 0.320
+ 69750 3.433 0.320
+ 69780 3.425 0.320
+ 69810 3.416 0.320
+ 69840 3.408 0.320
+ 69870 3.399 0.320
+ 69900 3.391 0.320
+ 69930 3.382 0.320
+ 69960 3.374 0.320
+ 69990 3.365 0.320
+ 70020 3.357 0.320
+ 70050 3.348 0.320
+ 70080 3.339 0.320
+ 70110 3.331 0.320
+ 70140 3.322 0.321
+ 70170 3.313 0.321
+ 70200 3.304 0.321
+ 70230 3.295 0.321
+ 70260 3.287 0.321
+ 70290 3.278 0.321
+ 70320 3.269 0.321
+ 70350 3.260 0.321
+ 70380 3.251 0.322
+ 70410 3.242 0.322
+ 70440 3.233 0.322
+ 70470 3.224 0.322
+ 70500 3.215 0.322
+ 70530 3.206 0.323
+ 70560 3.197 0.323
+ 70590 3.188 0.323
+ 70620 3.178 0.323
+ 70650 3.169 0.323
+ 70680 3.160 0.324
+ 70710 3.151 0.324
+ 70740 3.142 0.324
+ 70770 3.132 0.324
+ 70800 3.123 0.325
+ 70830 3.116 0.324
+ 70860 3.109 0.324
+ 70890 3.102 0.323
+ 70920 3.095 0.323
+ 70950 3.088 0.322
+ 70980 3.080 0.322
+ 71010 3.073 0.322
+ 71040 3.066 0.321
+ 71070 3.059 0.321
+ 71100 3.052 0.320
+ 71130 3.044 0.320
+ 71160 3.037 0.319
+ 71190 3.030 0.319
+ 71220 3.022 0.318
+ 71250 3.015 0.318
+ 71280 3.008 0.318
+ 71310 3.000 0.317
+ 71340 2.993 0.317
+ 71370 2.986 0.316
+ 71400 2.978 0.316
+ 71430 2.971 0.316
+ 71460 2.963 0.315
+ 71490 2.956 0.315
+ 71520 2.948 0.314
+ 71550 2.941 0.314
+ 71580 2.933 0.314
+ 71610 2.926 0.313
+ 71640 2.918 0.313
+ 71670 2.910 0.312
+ 71700 2.903 0.312
+ 71730 2.895 0.312
+ 71760 2.887 0.311
+ 71790 2.880 0.311
+ 71820 2.872 0.311
+ 71850 2.864 0.310
+ 71880 2.857 0.310
+ 71910 2.849 0.310
+ 71940 2.841 0.309
+ 71970 2.833 0.309
+ 72000 2.825 0.309
+ 72030 2.817 0.310
+ 72060 2.809 0.311
+ 72090 2.801 0.312
+ 72120 2.793 0.313
+ 72150 2.785 0.314
+ 72180 2.777 0.315
+ 72210 2.769 0.316
+ 72240 2.761 0.317
+ 72270 2.753 0.318
+ 72300 2.745 0.320
+ 72330 2.737 0.321
+ 72360 2.729 0.322
+ 72390 2.721 0.323
+ 72420 2.714 0.324
+ 72450 2.706 0.325
+ 72480 2.698 0.326
+ 72510 2.690 0.327
+ 72540 2.682 0.328
+ 72570 2.675 0.328
+ 72600 2.667 0.329
+ 72630 2.659 0.330
+ 72660 2.652 0.331
+ 72690 2.644 0.332
+ 72720 2.636 0.333
+ 72750 2.629 0.334
+ 72780 2.621 0.335
+ 72810 2.613 0.336
+ 72840 2.606 0.337
+ 72870 2.598 0.337
+ 72900 2.591 0.338
+ 72930 2.583 0.339
+ 72960 2.576 0.340
+ 72990 2.568 0.341
+ 73020 2.561 0.342
+ 73050 2.554 0.342
+ 73080 2.546 0.343
+ 73110 2.539 0.344
+ 73140 2.531 0.345
+ 73170 2.524 0.346
+ 73200 2.517 0.346
+ 73230 2.512 0.346
+ 73260 2.507 0.346
+ 73290 2.502 0.346
+ 73320 2.496 0.346
+ 73350 2.491 0.346
+ 73380 2.486 0.346
+ 73410 2.481 0.346
+ 73440 2.476 0.346
+ 73470 2.471 0.345
+ 73500 2.466 0.345
+ 73530 2.460 0.345
+ 73560 2.455 0.345
+ 73590 2.450 0.345
+ 73620 2.445 0.345
+ 73650 2.440 0.345
+ 73680 2.434 0.344
+ 73710 2.429 0.344
+ 73740 2.424 0.344
+ 73770 2.419 0.344
+ 73800 2.413 0.344
+ 73830 2.408 0.343
+ 73860 2.403 0.343
+ 73890 2.397 0.343
+ 73920 2.392 0.343
+ 73950 2.387 0.342
+ 73980 2.381 0.342
+ 74010 2.376 0.342
+ 74040 2.371 0.342
+ 74070 2.365 0.341
+ 74100 2.360 0.341
+ 74130 2.355 0.341
+ 74160 2.349 0.340
+ 74190 2.344 0.340
+ 74220 2.338 0.340
+ 74250 2.333 0.339
+ 74280 2.328 0.339
+ 74310 2.322 0.339
+ 74340 2.317 0.338
+ 74370 2.311 0.338
+ 74400 2.306 0.338
+ 74430 2.302 0.337
+ 74460 2.299 0.336
+ 74490 2.295 0.336
+ 74520 2.292 0.335
+ 74550 2.288 0.334
+ 74580 2.284 0.334
+ 74610 2.281 0.333
+ 74640 2.277 0.332
+ 74670 2.273 0.332
+ 74700 2.270 0.331
+ 74730 2.266 0.330
+ 74760 2.262 0.330
+ 74790 2.258 0.329
+ 74820 2.254 0.328
+ 74850 2.251 0.328
+ 74880 2.247 0.327
+ 74910 2.243 0.326
+ 74940 2.239 0.326
+ 74970 2.235 0.325
+ 75000 2.231 0.324
+ 75030 2.227 0.324
+ 75060 2.222 0.323
+ 75090 2.218 0.322
+ 75120 2.214 0.322
+ 75150 2.210 0.321
+ 75180 2.206 0.321
+ 75210 2.201 0.320
+ 75240 2.197 0.319
+ 75270 2.193 0.319
+ 75300 2.188 0.318
+ 75330 2.184 0.318
+ 75360 2.180 0.317
+ 75390 2.175 0.316
+ 75420 2.171 0.316
+ 75450 2.166 0.315
+ 75480 2.162 0.315
+ 75510 2.157 0.314
+ 75540 2.153 0.313
+ 75570 2.148 0.313
+ 75600 2.143 0.312
+ 75630 2.140 0.312
+ 75660 2.138 0.311
+ 75690 2.135 0.310
+ 75720 2.132 0.309
+ 75750 2.129 0.309
+ 75780 2.126 0.308
+ 75810 2.123 0.307
+ 75840 2.120 0.306
+ 75870 2.117 0.306
+ 75900 2.114 0.305
+ 75930 2.111 0.304
+ 75960 2.108 0.303
+ 75990 2.105 0.302
+ 76020 2.102 0.302
+ 76050 2.098 0.301
+ 76080 2.095 0.300
+ 76110 2.092 0.299
+ 76140 2.089 0.298
+ 76170 2.086 0.297
+ 76200 2.082 0.296
+ 76230 2.079 0.296
+ 76260 2.076 0.295
+ 76290 2.073 0.294
+ 76320 2.069 0.293
+ 76350 2.066 0.292
+ 76380 2.063 0.291
+ 76410 2.059 0.290
+ 76440 2.056 0.289
+ 76470 2.052 0.288
+ 76500 2.049 0.287
+ 76530 2.045 0.286
+ 76560 2.042 0.285
+ 76590 2.038 0.284
+ 76620 2.035 0.283
+ 76650 2.031 0.282
+ 76680 2.028 0.281
+ 76710 2.024 0.280
+ 76740 2.021 0.279
+ 76770 2.017 0.278
+ 76800 2.013 0.277
+ 76830 2.012 0.277
+ 76860 2.010 0.276
+ 76890 2.009 0.276
+ 76920 2.007 0.275
+ 76950 2.006 0.275
+ 76980 2.004 0.275
+ 77010 2.003 0.274
+ 77040 2.001 0.274
+ 77070 1.999 0.273
+ 77100 1.998 0.273
+ 77130 1.996 0.272
+ 77160 1.995 0.272
+ 77190 1.993 0.272
+ 77220 1.991 0.271
+ 77250 1.990 0.271
+ 77280 1.988 0.270
+ 77310 1.986 0.270
+ 77340 1.984 0.269
+ 77370 1.983 0.269
+ 77400 1.981 0.268
+ 77430 1.979 0.268
+ 77460 1.977 0.267
+ 77490 1.976 0.267
+ 77520 1.974 0.266
+ 77550 1.972 0.266
+ 77580 1.970 0.265
+ 77610 1.968 0.265
+ 77640 1.966 0.264
+ 77670 1.965 0.264
+ 77700 1.963 0.263
+ 77730 1.961 0.262
+ 77760 1.959 0.262
+ 77790 1.957 0.261
+ 77820 1.955 0.261
+ 77850 1.953 0.260
+ 77880 1.951 0.260
+ 77910 1.949 0.259
+ 77940 1.947 0.258
+ 77970 1.945 0.258
+ 78000 1.943 0.257
+ 78030 1.941 0.257
+ 78060 1.940 0.257
+ 78090 1.938 0.256
+ 78120 1.937 0.256
+ 78150 1.935 0.256
+ 78180 1.933 0.255
+ 78210 1.932 0.255
+ 78240 1.930 0.255
+ 78270 1.928 0.255
+ 78300 1.927 0.254
+ 78330 1.925 0.254
+ 78360 1.923 0.254
+ 78390 1.921 0.253
+ 78420 1.920 0.253
+ 78450 1.918 0.253
+ 78480 1.916 0.252
+ 78510 1.914 0.252
+ 78540 1.912 0.252
+ 78570 1.910 0.251
+ 78600 1.909 0.251
+ 78630 1.907 0.251
+ 78660 1.905 0.250
+ 78690 1.903 0.250
+ 78720 1.901 0.250
+ 78750 1.899 0.249
+ 78780 1.897 0.249
+ 78810 1.895 0.249
+ 78840 1.893 0.248
+ 78870 1.891 0.248
+ 78900 1.889 0.247
+ 78930 1.887 0.247
+ 78960 1.885 0.247
+ 78990 1.882 0.246
+ 79020 1.880 0.246
+ 79050 1.878 0.246
+ 79080 1.876 0.245
+ 79110 1.874 0.245
+ 79140 1.872 0.244
+ 79170 1.870 0.244
+ 79200 1.867 0.244
+ 79230 1.866 0.244
+ 79260 1.865 0.244
+ 79290 1.864 0.244
+ 79320 1.863 0.244
+ 79350 1.863 0.245
+ 79380 1.862 0.245
+ 79410 1.861 0.245
+ 79440 1.860 0.245
+ 79470 1.859 0.246
+ 79500 1.858 0.246
+ 79530 1.858 0.246
+ 79560 1.857 0.246
+ 79590 1.856 0.247
+ 79620 1.855 0.247
+ 79650 1.855 0.247
+ 79680 1.854 0.248
+ 79710 1.853 0.248
+ 79740 1.853 0.248
+ 79770 1.852 0.249
+ 79800 1.852 0.249
+ 79830 1.851 0.249
+ 79860 1.851 0.250
+ 79890 1.850 0.250
+ 79920 1.850 0.250
+ 79950 1.849 0.251
+ 79980 1.849 0.251
+ 80010 1.849 0.252
+ 80040 1.848 0.252
+ 80070 1.848 0.252
+ 80100 1.847 0.253
+ 80130 1.847 0.253
+ 80160 1.847 0.254
+ 80190 1.847 0.254
+ 80220 1.846 0.255
+ 80250 1.846 0.255
+ 80280 1.846 0.256
+ 80310 1.846 0.256
+ 80340 1.846 0.256
+ 80370 1.846 0.257
+ 80400 1.846 0.258
+ 80430 1.845 0.258
+ 80460 1.845 0.258
+ 80490 1.845 0.258
+ 80520 1.844 0.259
+ 80550 1.844 0.259
+ 80580 1.844 0.259
+ 80610 1.843 0.260
+ 80640 1.843 0.260
+ 80670 1.843 0.260
+ 80700 1.843 0.261
+ 80730 1.843 0.261
+ 80760 1.843 0.261
+ 80790 1.843 0.261
+ 80820 1.843 0.262
+ 80850 1.843 0.262
+ 80880 1.843 0.262
+ 80910 1.843 0.263
+ 80940 1.843 0.263
+ 80970 1.843 0.263
+ 81000 1.843 0.263
+ 81030 1.843 0.264
+ 81060 1.843 0.264
+ 81090 1.843 0.264
+ 81120 1.844 0.265
+ 81150 1.844 0.265
+ 81180 1.844 0.265
+ 81210 1.845 0.265
+ 81240 1.845 0.266
+ 81270 1.845 0.266
+ 81300 1.846 0.266
+ 81330 1.846 0.266
+ 81360 1.846 0.267
+ 81390 1.847 0.267
+ 81420 1.847 0.267
+ 81450 1.848 0.267
+ 81480 1.849 0.268
+ 81510 1.849 0.268
+ 81540 1.850 0.268
+ 81570 1.850 0.269
+ 81600 1.851 0.269
+ 81630 1.852 0.269
+ 81660 1.853 0.269
+ 81690 1.854 0.270
+ 81720 1.855 0.270
+ 81750 1.857 0.270
+ 81780 1.858 0.270
+ 81810 1.859 0.270
+ 81840 1.860 0.271
+ 81870 1.861 0.271
+ 81900 1.862 0.271
+ 81930 1.863 0.271
+ 81960 1.865 0.272
+ 81990 1.866 0.272
+ 82020 1.867 0.272
+ 82050 1.868 0.272
+ 82080 1.869 0.273
+ 82110 1.870 0.273
+ 82140 1.872 0.273
+ 82170 1.873 0.273
+ 82200 1.874 0.274
+ 82230 1.875 0.274
+ 82260 1.876 0.274
+ 82290 1.878 0.274
+ 82320 1.879 0.274
+ 82350 1.880 0.275
+ 82380 1.881 0.275
+ 82410 1.883 0.275
+ 82440 1.884 0.275
+ 82470 1.885 0.275
+ 82500 1.887 0.276
+ 82530 1.888 0.276
+ 82560 1.889 0.276
+ 82590 1.890 0.276
+ 82620 1.892 0.277
+ 82650 1.893 0.277
+ 82680 1.894 0.277
+ 82710 1.896 0.277
+ 82740 1.897 0.277
+ 82770 1.898 0.278
+ 82800 1.900 0.278
+ 82830 1.900 0.278
+ 82860 1.901 0.278
+ 82890 1.902 0.278
+ 82920 1.903 0.278
+ 82950 1.903 0.278
+ 82980 1.904 0.278
+ 83010 1.905 0.278
+ 83040 1.905 0.278
+ 83070 1.906 0.278
+ 83100 1.907 0.278
+ 83130 1.907 0.278
+ 83160 1.908 0.278
+ 83190 1.909 0.278
+ 83220 1.909 0.278
+ 83250 1.910 0.278
+ 83280 1.910 0.278
+ 83310 1.911 0.278
+ 83340 1.912 0.278
+ 83370 1.912 0.278
+ 83400 1.913 0.278
+ 83430 1.913 0.278
+ 83460 1.914 0.278
+ 83490 1.914 0.278
+ 83520 1.915 0.278
+ 83550 1.915 0.278
+ 83580 1.916 0.278
+ 83610 1.916 0.278
+ 83640 1.917 0.278
+ 83670 1.917 0.277
+ 83700 1.918 0.277
+ 83730 1.918 0.277
+ 83760 1.918 0.277
+ 83790 1.919 0.277
+ 83820 1.919 0.277
+ 83850 1.920 0.277
+ 83880 1.920 0.277
+ 83910 1.920 0.276
+ 83940 1.921 0.276
+ 83970 1.921 0.276
+ 84000 1.921 0.276
+ 84030 1.921 0.276
+ 84060 1.921 0.277
+ 84090 1.921 0.277
+ 84120 1.920 0.278
+ 84150 1.920 0.278
+ 84180 1.920 0.278
+ 84210 1.919 0.279
+ 84240 1.919 0.279
+ 84270 1.918 0.280
+ 84300 1.918 0.280
+ 84330 1.918 0.281
+ 84360 1.917 0.281
+ 84390 1.916 0.281
+ 84420 1.916 0.282
+ 84450 1.915 0.282
+ 84480 1.915 0.283
+ 84510 1.914 0.283
+ 84540 1.913 0.284
+ 84570 1.913 0.284
+ 84600 1.912 0.284
+ 84630 1.911 0.285
+ 84660 1.910 0.285
+ 84690 1.910 0.286
+ 84720 1.909 0.286
+ 84750 1.908 0.286
+ 84780 1.907 0.287
+ 84810 1.906 0.287
+ 84840 1.905 0.288
+ 84870 1.904 0.288
+ 84900 1.903 0.289
+ 84930 1.902 0.289
+ 84960 1.901 0.289
+ 84990 1.900 0.290
+ 85020 1.899 0.290
+ 85050 1.898 0.291
+ 85080 1.897 0.291
+ 85110 1.895 0.291
+ 85140 1.894 0.292
+ 85170 1.893 0.292
+ 85200 1.892 0.293
+ 85230 1.891 0.292
+ 85260 1.890 0.292
+ 85290 1.889 0.292
+ 85320 1.887 0.292
+ 85350 1.886 0.291
+ 85380 1.885 0.291
+ 85410 1.884 0.291
+ 85440 1.883 0.291
+ 85470 1.882 0.290
+ 85500 1.880 0.290
+ 85530 1.879 0.290
+ 85560 1.878 0.289
+ 85590 1.877 0.289
+ 85620 1.875 0.289
+ 85650 1.874 0.288
+ 85680 1.873 0.288
+ 85710 1.871 0.288
+ 85740 1.870 0.287
+ 85770 1.869 0.287
+ 85800 1.867 0.286
+ 85830 1.866 0.286
+ 85860 1.864 0.286
+ 85890 1.863 0.285
+ 85920 1.861 0.285
+ 85950 1.860 0.284
+ 85980 1.858 0.284
+ 86010 1.857 0.283
+ 86040 1.855 0.283
+ 86070 1.854 0.282
+ 86100 1.852 0.282
+ 86130 1.850 0.281
+ 86160 1.849 0.281
+ 86190 1.847 0.280
+ 86220 1.845 0.280
+ 86250 1.844 0.279
+ 86280 1.842 0.278
+ 86310 1.840 0.278
+ 86340 1.838 0.277
+ 86370 1.837 0.277
+ 86400 1.835 0.276
+ 86430 1.832 0.276
+ 86460 1.830 0.276
+ 86490 1.828 0.276
+ 86520 1.825 0.276
+ 86550 1.823 0.276
+ 86580 1.821 0.276
+ 86610 1.818 0.277
+ 86640 1.816 0.277
+ 86670 1.814 0.277
+ 86700 1.811 0.277
+ 86730 1.809 0.277
+ 86760 1.807 0.277
+ 86790 1.804 0.277
+ 86820 1.802 0.277
+ 86850 1.800 0.277
+ 86880 1.797 0.277
+ 86910 1.795 0.277
+ 86940 1.793 0.277
+ 86970 1.790 0.277
+ 87000 1.788 0.277
+ 87030 1.786 0.277
+ 87060 1.784 0.277
+ 87090 1.781 0.278
+ 87120 1.779 0.278
+ 87150 1.777 0.278
+ 87180 1.774 0.278
+ 87210 1.772 0.278
+ 87240 1.770 0.278
+ 87270 1.768 0.278
+ 87300 1.765 0.278
+ 87330 1.763 0.278
+ 87360 1.761 0.278
+ 87390 1.759 0.278
+ 87420 1.756 0.278
+ 87450 1.754 0.278
+ 87480 1.752 0.278
+ 87510 1.750 0.278
+ 87540 1.747 0.278
+ 87570 1.745 0.278
+ 87600 1.743 0.278
+ 87630 1.741 0.279
+ 87660 1.739 0.279
+ 87690 1.737 0.279
+ 87720 1.736 0.279
+ 87750 1.734 0.280
+ 87780 1.732 0.280
+ 87810 1.730 0.280
+ 87840 1.728 0.280
+ 87870 1.726 0.281
+ 87900 1.725 0.281
+ 87930 1.723 0.281
+ 87960 1.721 0.281
+ 87990 1.719 0.281
+ 88020 1.718 0.281
+ 88050 1.716 0.282
+ 88080 1.714 0.282
+ 88110 1.712 0.282
+ 88140 1.710 0.282
+ 88170 1.709 0.282
+ 88200 1.707 0.282
+ 88230 1.705 0.282
+ 88260 1.703 0.283
+ 88290 1.702 0.283
+ 88320 1.700 0.283
+ 88350 1.698 0.283
+ 88380 1.696 0.283
+ 88410 1.695 0.283
+ 88440 1.693 0.283
+ 88470 1.691 0.283
+ 88500 1.690 0.283
+ 88530 1.688 0.283
+ 88560 1.686 0.283
+ 88590 1.684 0.283
+ 88620 1.683 0.283
+ 88650 1.681 0.283
+ 88680 1.679 0.283
+ 88710 1.678 0.283
+ 88740 1.676 0.283
+ 88770 1.674 0.283
+ 88800 1.672 0.283
+ 88830 1.671 0.283
+ 88860 1.669 0.283
+ 88890 1.667 0.282
+ 88920 1.665 0.282
+ 88950 1.663 0.282
+ 88980 1.661 0.281
+ 89010 1.660 0.281
+ 89040 1.658 0.281
+ 89070 1.656 0.280
+ 89100 1.654 0.280
+ 89130 1.652 0.280
+ 89160 1.651 0.279
+ 89190 1.649 0.279
+ 89220 1.647 0.279
+ 89250 1.645 0.278
+ 89280 1.643 0.278
+ 89310 1.641 0.278
+ 89340 1.640 0.277
+ 89370 1.638 0.277
+ 89400 1.636 0.277
+ 89430 1.634 0.276
+ 89460 1.632 0.276
+ 89490 1.630 0.276
+ 89520 1.629 0.275
+ 89550 1.627 0.275
+ 89580 1.625 0.275
+ 89610 1.623 0.274
+ 89640 1.621 0.274
+ 89670 1.619 0.273
+ 89700 1.618 0.273
+ 89730 1.616 0.273
+ 89760 1.614 0.272
+ 89790 1.612 0.272
+ 89820 1.610 0.271
+ 89850 1.609 0.271
+ 89880 1.607 0.271
+ 89910 1.605 0.270
+ 89940 1.603 0.270
+ 89970 1.601 0.269
+ 90000 1.599 0.269
+ 90030 1.598 0.269
+ 90060 1.596 0.269
+ 90090 1.594 0.269
+ 90120 1.592 0.269
+ 90150 1.590 0.269
+ 90180 1.588 0.269
+ 90210 1.586 0.269
+ 90240 1.585 0.269
+ 90270 1.583 0.269
+ 90300 1.581 0.269
+ 90330 1.579 0.269
+ 90360 1.577 0.269
+ 90390 1.575 0.268
+ 90420 1.573 0.268
+ 90450 1.571 0.268
+ 90480 1.569 0.268
+ 90510 1.567 0.268
+ 90540 1.565 0.268
+ 90570 1.563 0.268
+ 90600 1.561 0.268
+ 90630 1.560 0.268
+ 90660 1.558 0.268
+ 90690 1.556 0.268
+ 90720 1.554 0.268
+ 90750 1.552 0.268
+ 90780 1.550 0.267
+ 90810 1.548 0.267
+ 90840 1.546 0.267
+ 90870 1.544 0.267
+ 90900 1.542 0.267
+ 90930 1.539 0.267
+ 90960 1.537 0.267
+ 90990 1.535 0.267
+ 91020 1.533 0.266
+ 91050 1.531 0.266
+ 91080 1.529 0.266
+ 91110 1.527 0.266
+ 91140 1.525 0.266
+ 91170 1.523 0.266
+ 91200 1.521 0.266
+ 91230 1.520 0.266
+ 91260 1.519 0.266
+ 91290 1.517 0.267
+ 91320 1.516 0.267
+ 91350 1.515 0.268
+ 91380 1.514 0.268
+ 91410 1.513 0.269
+ 91440 1.512 0.269
+ 91470 1.511 0.270
+ 91500 1.509 0.270
+ 91530 1.508 0.270
+ 91560 1.507 0.271
+ 91590 1.506 0.271
+ 91620 1.505 0.272
+ 91650 1.504 0.272
+ 91680 1.502 0.273
+ 91710 1.501 0.273
+ 91740 1.500 0.274
+ 91770 1.499 0.274
+ 91800 1.498 0.275
+ 91830 1.497 0.275
+ 91860 1.496 0.276
+ 91890 1.494 0.276
+ 91920 1.493 0.277
+ 91950 1.492 0.277
+ 91980 1.491 0.277
+ 92010 1.490 0.278
+ 92040 1.489 0.278
+ 92070 1.488 0.279
+ 92100 1.486 0.279
+ 92130 1.485 0.280
+ 92160 1.484 0.281
+ 92190 1.483 0.281
+ 92220 1.482 0.282
+ 92250 1.481 0.282
+ 92280 1.479 0.283
+ 92310 1.478 0.283
+ 92340 1.477 0.284
+ 92370 1.476 0.284
+ 92400 1.475 0.285
+ 92430 1.474 0.285
+ 92460 1.474 0.285
+ 92490 1.474 0.285
+ 92520 1.473 0.285
+ 92550 1.473 0.285
+ 92580 1.473 0.286
+ 92610 1.472 0.286
+ 92640 1.472 0.286
+ 92670 1.471 0.286
+ 92700 1.471 0.286
+ 92730 1.471 0.286
+ 92760 1.470 0.287
+ 92790 1.470 0.287
+ 92820 1.470 0.287
+ 92850 1.469 0.287
+ 92880 1.469 0.287
+ 92910 1.468 0.287
+ 92940 1.468 0.288
+ 92970 1.468 0.288
+ 93000 1.467 0.288
+ 93030 1.467 0.288
+ 93060 1.467 0.288
+ 93090 1.466 0.289
+ 93120 1.466 0.289
+ 93150 1.466 0.289
+ 93180 1.465 0.289
+ 93210 1.465 0.289
+ 93240 1.465 0.290
+ 93270 1.465 0.290
+ 93300 1.464 0.290
+ 93330 1.464 0.290
+ 93360 1.464 0.290
+ 93390 1.463 0.291
+ 93420 1.463 0.291
+ 93450 1.463 0.291
+ 93480 1.462 0.291
+ 93510 1.462 0.292
+ 93540 1.462 0.292
+ 93570 1.462 0.292
+ 93600 1.461 0.292
+ 93630 1.461 0.292
+ 93660 1.461 0.293
+ 93690 1.461 0.293
+ 93720 1.460 0.293
+ 93750 1.460 0.293
+ 93780 1.460 0.294
+ 93810 1.460 0.294
+ 93840 1.459 0.294
+ 93870 1.459 0.294
+ 93900 1.459 0.294
+ 93930 1.459 0.295
+ 93960 1.458 0.295
+ 93990 1.458 0.295
+ 94020 1.458 0.295
+ 94050 1.458 0.296
+ 94080 1.457 0.296
+ 94110 1.457 0.296
+ 94140 1.457 0.296
+ 94170 1.457 0.296
+ 94200 1.457 0.297
+ 94230 1.456 0.297
+ 94260 1.456 0.297
+ 94290 1.456 0.297
+ 94320 1.456 0.298
+ 94350 1.456 0.298
+ 94380 1.455 0.298
+ 94410 1.455 0.298
+ 94440 1.455 0.298
+ 94470 1.455 0.299
+ 94500 1.455 0.299
+ 94530 1.455 0.299
+ 94560 1.454 0.299
+ 94590 1.454 0.299
+ 94620 1.454 0.300
+ 94650 1.454 0.300
+ 94680 1.454 0.300
+ 94710 1.454 0.300
+ 94740 1.454 0.301
+ 94770 1.453 0.301
+ 94800 1.453 0.301
+ 94830 1.453 0.301
+ 94860 1.453 0.301
+ 94890 1.454 0.301
+ 94920 1.454 0.301
+ 94950 1.454 0.300
+ 94980 1.454 0.300
+ 95010 1.454 0.300
+ 95040 1.454 0.300
+ 95070 1.454 0.300
+ 95100 1.454 0.300
+ 95130 1.455 0.300
+ 95160 1.455 0.300
+ 95190 1.455 0.300
+ 95220 1.455 0.300
+ 95250 1.455 0.300
+ 95280 1.455 0.300
+ 95310 1.455 0.300
+ 95340 1.455 0.299
+ 95370 1.455 0.299
+ 95400 1.455 0.299
+ 95430 1.455 0.299
+ 95460 1.455 0.299
+ 95490 1.455 0.299
+ 95520 1.456 0.299
+ 95550 1.456 0.299
+ 95580 1.456 0.299
+ 95610 1.456 0.299
+ 95640 1.456 0.299
+ 95670 1.456 0.299
+ 95700 1.456 0.299
+ 95730 1.456 0.299
+ 95760 1.456 0.299
+ 95790 1.456 0.299
+ 95820 1.456 0.299
+ 95850 1.456 0.299
+ 95880 1.456 0.299
+ 95910 1.456 0.299
+ 95940 1.456 0.299
+ 95970 1.456 0.299
+ 96000 1.456 0.299
+ 96030 1.456 0.300
+ 96060 1.456 0.300
+ 96090 1.456 0.300
+ 96120 1.455 0.300
+ 96150 1.455 0.301
+ 96180 1.455 0.301
+ 96210 1.455 0.301
+ 96240 1.455 0.301
+ 96270 1.455 0.302
+ 96300 1.455 0.302
+ 96330 1.455 0.302
+ 96360 1.455 0.303
+ 96390 1.454 0.303
+ 96420 1.454 0.303
+ 96450 1.454 0.303
+ 96480 1.454 0.304
+ 96510 1.454 0.304
+ 96540 1.454 0.304
+ 96570 1.454 0.305
+ 96600 1.454 0.305
+ 96630 1.454 0.305
+ 96660 1.454 0.305
+ 96690 1.454 0.306
+ 96720 1.454 0.306
+ 96750 1.454 0.306
+ 96780 1.454 0.306
+ 96810 1.454 0.307
+ 96840 1.453 0.307
+ 96870 1.453 0.307
+ 96900 1.453 0.308
+ 96930 1.453 0.308
+ 96960 1.453 0.308
+ 96990 1.453 0.308
+ 97020 1.453 0.309
+ 97050 1.453 0.309
+ 97080 1.453 0.309
+ 97110 1.453 0.309
+ 97140 1.453 0.310
+ 97170 1.453 0.310
+ 97200 1.453 0.310
+ 97230 1.453 0.310
+ 97260 1.453 0.310
+ 97290 1.453 0.310
+ 97320 1.452 0.311
+ 97350 1.452 0.311
+ 97380 1.452 0.311
+ 97410 1.452 0.311
+ 97440 1.452 0.311
+ 97470 1.451 0.311
+ 97500 1.451 0.311
+ 97530 1.451 0.311
+ 97560 1.451 0.312
+ 97590 1.451 0.312
+ 97620 1.450 0.312
+ 97650 1.450 0.312
+ 97680 1.450 0.312
+ 97710 1.450 0.312
+ 97740 1.450 0.312
+ 97770 1.449 0.312
+ 97800 1.449 0.313
+ 97830 1.449 0.313
+ 97860 1.449 0.313
+ 97890 1.449 0.313
+ 97920 1.448 0.313
+ 97950 1.448 0.313
+ 97980 1.448 0.314
+ 98010 1.448 0.314
+ 98040 1.448 0.314
+ 98070 1.447 0.314
+ 98100 1.447 0.314
+ 98130 1.447 0.314
+ 98160 1.447 0.315
+ 98190 1.447 0.315
+ 98220 1.446 0.315
+ 98250 1.446 0.315
+ 98280 1.446 0.315
+ 98310 1.446 0.316
+ 98340 1.446 0.316
+ 98370 1.445 0.316
+ 98400 1.445 0.316
+ 98430 1.445 0.316
+ 98460 1.445 0.316
+ 98490 1.445 0.316
+ 98520 1.444 0.316
+ 98550 1.444 0.316
+ 98580 1.444 0.316
+ 98610 1.444 0.316
+ 98640 1.444 0.316
+ 98670 1.444 0.316
+ 98700 1.444 0.316
+ 98730 1.443 0.316
+ 98760 1.443 0.316
+ 98790 1.443 0.316
+ 98820 1.443 0.316
+ 98850 1.443 0.316
+ 98880 1.443 0.316
+ 98910 1.443 0.316
+ 98940 1.443 0.316
+ 98970 1.443 0.316
+ 99000 1.443 0.316
+ 99030 1.443 0.316
+ 99060 1.443 0.316
+ 99090 1.443 0.316
+ 99120 1.443 0.316
+ 99150 1.443 0.316
+ 99180 1.443 0.316
+ 99210 1.443 0.316
+ 99240 1.443 0.316
+ 99270 1.443 0.316
+ 99300 1.444 0.316
+ 99330 1.444 0.316
+ 99360 1.444 0.316
+ 99390 1.444 0.315
+ 99420 1.444 0.315
+ 99450 1.444 0.315
+ 99480 1.444 0.315
+ 99510 1.445 0.315
+ 99540 1.445 0.315
+ 99570 1.445 0.315
+ 99600 1.445 0.315
+ 99630 1.444 0.315
+ 99660 1.443 0.315
+ 99690 1.443 0.314
+ 99720 1.442 0.314
+ 99750 1.441 0.314
+ 99780 1.440 0.314
+ 99810 1.439 0.314
+ 99840 1.439 0.314
+ 99870 1.438 0.313
+ 99900 1.437 0.313
+ 99930 1.436 0.313
+ 99960 1.435 0.313
+ 99990 1.435 0.313
+100020 1.434 0.313
+100050 1.433 0.313
+100080 1.432 0.312
+100110 1.431 0.312
+100140 1.431 0.312
+100170 1.430 0.312
+100200 1.429 0.312
+100230 1.428 0.312
+100260 1.427 0.311
+100290 1.426 0.311
+100320 1.426 0.311
+100350 1.425 0.311
+100380 1.424 0.311
+100410 1.423 0.311
+100440 1.422 0.310
+100470 1.422 0.310
+100500 1.421 0.310
+100530 1.420 0.310
+100560 1.419 0.310
+100590 1.418 0.310
+100620 1.418 0.309
+100650 1.417 0.309
+100680 1.416 0.309
+100710 1.415 0.309
+100740 1.414 0.309
+100770 1.413 0.309
+100800 1.413 0.309
+100830 1.411 0.308
+100860 1.410 0.307
+100890 1.408 0.307
+100920 1.406 0.306
+100950 1.405 0.306
+100980 1.403 0.306
+101010 1.402 0.305
+101040 1.401 0.305
+101070 1.399 0.304
+101100 1.398 0.304
+101130 1.396 0.303
+101160 1.395 0.303
+101190 1.393 0.302
+101220 1.392 0.302
+101250 1.390 0.301
+101280 1.389 0.301
+101310 1.388 0.300
+101340 1.386 0.300
+101370 1.385 0.299
+101400 1.384 0.299
+101430 1.382 0.299
+101460 1.381 0.298
+101490 1.380 0.298
+101520 1.378 0.297
+101550 1.377 0.297
+101580 1.376 0.297
+101610 1.374 0.296
+101640 1.373 0.296
+101670 1.372 0.295
+101700 1.371 0.295
+101730 1.369 0.295
+101760 1.368 0.294
+101790 1.367 0.294
+101820 1.366 0.293
+101850 1.364 0.293
+101880 1.363 0.293
+101910 1.362 0.292
+101940 1.361 0.292
+101970 1.360 0.291
+102000 1.359 0.291
+102030 1.358 0.291
+102060 1.357 0.290
+102090 1.356 0.290
+102120 1.356 0.289
+102150 1.355 0.289
+102180 1.354 0.288
+102210 1.354 0.288
+102240 1.353 0.288
+102270 1.352 0.287
+102300 1.352 0.287
+102330 1.351 0.286
+102360 1.350 0.286
+102390 1.350 0.285
+102420 1.349 0.285
+102450 1.348 0.285
+102480 1.348 0.284
+102510 1.347 0.284
+102540 1.347 0.283
+102570 1.346 0.283
+102600 1.346 0.282
+102630 1.345 0.282
+102660 1.345 0.281
+102690 1.344 0.281
+102720 1.344 0.281
+102750 1.343 0.280
+102780 1.343 0.280
+102810 1.342 0.279
+102840 1.342 0.279
+102870 1.341 0.278
+102900 1.341 0.278
+102930 1.340 0.277
+102960 1.340 0.277
+102990 1.339 0.276
+103020 1.339 0.276
+103050 1.339 0.276
+103080 1.338 0.275
+103110 1.338 0.275
+103140 1.338 0.274
+103170 1.337 0.274
+103200 1.337 0.273
+103230 1.336 0.273
+103260 1.336 0.273
+103290 1.335 0.273
+103320 1.335 0.273
+103350 1.335 0.273
+103380 1.334 0.273
+103410 1.334 0.273
+103440 1.333 0.273
+103470 1.333 0.273
+103500 1.332 0.273
+103530 1.332 0.273
+103560 1.332 0.273
+103590 1.331 0.273
+103620 1.331 0.273
+103650 1.331 0.273
+103680 1.330 0.272
+103710 1.330 0.272
+103740 1.329 0.272
+103770 1.329 0.272
+103800 1.329 0.272
+103830 1.328 0.272
+103860 1.328 0.272
+103890 1.328 0.272
+103920 1.327 0.272
+103950 1.327 0.272
+103980 1.327 0.272
+104010 1.327 0.272
+104040 1.326 0.272
+104070 1.326 0.272
+104100 1.326 0.272
+104130 1.325 0.272
+104160 1.325 0.271
+104190 1.325 0.271
+104220 1.325 0.271
+104250 1.324 0.271
+104280 1.324 0.271
+104310 1.324 0.271
+104340 1.324 0.271
+104370 1.324 0.271
+104400 1.323 0.271
+104430 1.324 0.271
+104460 1.325 0.272
+104490 1.326 0.272
+104520 1.327 0.272
+104550 1.327 0.272
+104580 1.328 0.273
+104610 1.329 0.273
+104640 1.330 0.273
+104670 1.331 0.273
+104700 1.331 0.273
+104730 1.332 0.274
+104760 1.333 0.274
+104790 1.334 0.274
+104820 1.334 0.274
+104850 1.335 0.274
+104880 1.336 0.275
+104910 1.337 0.275
+104940 1.337 0.275
+104970 1.338 0.275
+105000 1.339 0.275
+105030 1.340 0.275
+105060 1.340 0.275
+105090 1.341 0.276
+105120 1.342 0.276
+105150 1.343 0.276
+105180 1.343 0.276
+105210 1.344 0.276
+105240 1.345 0.276
+105270 1.345 0.276
+105300 1.346 0.276
+105330 1.347 0.276
+105360 1.348 0.277
+105390 1.348 0.277
+105420 1.349 0.277
+105450 1.350 0.277
+105480 1.350 0.277
+105510 1.351 0.277
+105540 1.352 0.277
+105570 1.352 0.277
+105600 1.353 0.277
+105630 1.354 0.277
+105660 1.354 0.278
+105690 1.355 0.278
+105720 1.355 0.278
+105750 1.356 0.279
+105780 1.356 0.279
+105810 1.357 0.279
+105840 1.357 0.279
+105870 1.358 0.280
+105900 1.359 0.280
+105930 1.359 0.280
+105960 1.360 0.281
+105990 1.360 0.281
+106020 1.361 0.281
+106050 1.361 0.281
+106080 1.362 0.282
+106110 1.362 0.282
+106140 1.363 0.282
+106170 1.363 0.282
+106200 1.364 0.283
+106230 1.364 0.283
+106260 1.365 0.283
+106290 1.366 0.283
+106320 1.366 0.284
+106350 1.367 0.284
+106380 1.367 0.284
+106410 1.368 0.284
+106440 1.368 0.285
+106470 1.369 0.285
+106500 1.369 0.285
+106530 1.370 0.285
+106560 1.370 0.285
+106590 1.371 0.286
+106620 1.372 0.286
+106650 1.372 0.286
+106680 1.373 0.286
+106710 1.373 0.287
+106740 1.374 0.287
+106770 1.374 0.287
+106800 1.375 0.287
+106830 1.375 0.288
+106860 1.376 0.288
+106890 1.376 0.289
+106920 1.377 0.289
+106950 1.377 0.290
+106980 1.378 0.291
+107010 1.378 0.291
+107040 1.379 0.292
+107070 1.379 0.292
+107100 1.380 0.293
+107130 1.380 0.293
+107160 1.381 0.294
+107190 1.381 0.295
+107220 1.382 0.295
+107250 1.382 0.296
+107280 1.383 0.296
+107310 1.383 0.297
+107340 1.384 0.297
+107370 1.384 0.298
+107400 1.385 0.298
+107430 1.385 0.299
+107460 1.386 0.299
+107490 1.387 0.300
+107520 1.387 0.301
+107550 1.388 0.301
+107580 1.388 0.302
+107610 1.389 0.302
+107640 1.389 0.303
+107670 1.390 0.303
+107700 1.390 0.304
+107730 1.391 0.304
+107760 1.392 0.305
+107790 1.392 0.305
+107820 1.393 0.306
+107850 1.393 0.306
+107880 1.394 0.307
+107910 1.395 0.307
+107940 1.395 0.308
+107970 1.396 0.308
+108000 1.396 0.309
+108030 1.396 0.309
+108060 1.395 0.310
+108090 1.394 0.310
+108120 1.393 0.311
+108150 1.392 0.311
+108180 1.391 0.312
+108210 1.390 0.312
+108240 1.389 0.313
+108270 1.388 0.313
+108300 1.388 0.314
+108330 1.387 0.314
+108360 1.386 0.315
+108390 1.385 0.315
+108420 1.384 0.315
+108450 1.383 0.316
+108480 1.382 0.316
+108510 1.381 0.317
+108540 1.381 0.317
+108570 1.380 0.318
+108600 1.379 0.318
+108630 1.378 0.318
+108660 1.377 0.319
+108690 1.376 0.319
+108720 1.375 0.320
+108750 1.374 0.320
+108780 1.374 0.320
+108810 1.373 0.321
+108840 1.372 0.321
+108870 1.371 0.321
+108900 1.370 0.322
+108930 1.369 0.322
+108960 1.368 0.322
+108990 1.367 0.323
+109020 1.366 0.323
+109050 1.366 0.323
+109080 1.365 0.324
+109110 1.364 0.324
+109140 1.363 0.324
+109170 1.362 0.324
+109200 1.361 0.325
+109230 1.360 0.325
+109260 1.359 0.325
+109290 1.358 0.326
+109320 1.357 0.326
+109350 1.356 0.326
+109380 1.355 0.327
+109410 1.354 0.327
+109440 1.353 0.327
+109470 1.352 0.328
+109500 1.351 0.328
+109530 1.350 0.328
+109560 1.349 0.329
+109590 1.348 0.329
+109620 1.347 0.329
+109650 1.346 0.329
+109680 1.345 0.330
+109710 1.344 0.330
+109740 1.343 0.330
+109770 1.342 0.331
+109800 1.342 0.331
+109830 1.341 0.331
+109860 1.340 0.331
+109890 1.339 0.332
+109920 1.338 0.332
+109950 1.337 0.332
+109980 1.337 0.332
+110010 1.336 0.333
+110040 1.335 0.333
+110070 1.334 0.333
+110100 1.333 0.333
+110130 1.333 0.334
+110160 1.332 0.334
+110190 1.331 0.334
+110220 1.330 0.334
+110250 1.330 0.335
+110280 1.329 0.335
+110310 1.328 0.335
+110340 1.327 0.335
+110370 1.327 0.335
+110400 1.326 0.336
+110430 1.325 0.335
+110460 1.324 0.335
+110490 1.322 0.334
+110520 1.321 0.334
+110550 1.320 0.333
+110580 1.319 0.333
+110610 1.318 0.332
+110640 1.317 0.332
+110670 1.315 0.331
+110700 1.314 0.331
+110730 1.313 0.330
+110760 1.312 0.330
+110790 1.311 0.330
+110820 1.310 0.329
+110850 1.309 0.329
+110880 1.307 0.328
+110910 1.306 0.328
+110940 1.305 0.327
+110970 1.304 0.327
+111000 1.303 0.326
+111030 1.302 0.326
+111060 1.301 0.325
+111090 1.300 0.325
+111120 1.299 0.324
+111150 1.298 0.324
+111180 1.297 0.323
+111210 1.296 0.323
+111240 1.295 0.322
+111270 1.294 0.322
+111300 1.293 0.321
+111330 1.292 0.321
+111360 1.291 0.321
+111390 1.290 0.320
+111420 1.289 0.320
+111450 1.288 0.319
+111480 1.287 0.319
+111510 1.286 0.318
+111540 1.285 0.318
+111570 1.284 0.317
+111600 1.283 0.317
+111630 1.282 0.316
+111660 1.282 0.315
+111690 1.281 0.315
+111720 1.281 0.314
+111750 1.280 0.313
+111780 1.280 0.313
+111810 1.279 0.312
+111840 1.279 0.311
+111870 1.278 0.311
+111900 1.278 0.310
+111930 1.277 0.309
+111960 1.277 0.309
+111990 1.276 0.308
+112020 1.276 0.308
+112050 1.275 0.307
+112080 1.275 0.306
+112110 1.275 0.306
+112140 1.274 0.305
+112170 1.274 0.304
+112200 1.273 0.304
+112230 1.273 0.303
+112260 1.272 0.303
+112290 1.272 0.302
+112320 1.272 0.301
+112350 1.271 0.301
+112380 1.271 0.300
+112410 1.271 0.300
+112440 1.270 0.299
+112470 1.270 0.298
+112500 1.270 0.298
+112530 1.269 0.297
+112560 1.269 0.297
+112590 1.269 0.296
+112620 1.268 0.296
+112650 1.268 0.295
+112680 1.268 0.294
+112710 1.267 0.294
+112740 1.267 0.293
+112770 1.267 0.293
+112800 1.267 0.292
+112830 1.266 0.292
+112860 1.265 0.291
+112890 1.264 0.291
+112920 1.263 0.290
+112950 1.262 0.290
+112980 1.261 0.289
+113010 1.260 0.289
+113040 1.259 0.288
+113070 1.258 0.288
+113100 1.257 0.287
+113130 1.256 0.287
+113160 1.255 0.286
+113190 1.254 0.286
+113220 1.254 0.285
+113250 1.253 0.285
+113280 1.252 0.284
+113310 1.251 0.284
+113340 1.250 0.283
+113370 1.249 0.283
+113400 1.248 0.282
+113430 1.247 0.282
+113460 1.246 0.281
+113490 1.246 0.281
+113520 1.245 0.280
+113550 1.244 0.280
+113580 1.243 0.279
+113610 1.242 0.279
+113640 1.241 0.278
+113670 1.240 0.278
+113700 1.240 0.278
+113730 1.239 0.277
+113760 1.238 0.277
+113790 1.237 0.276
+113820 1.236 0.276
+113850 1.235 0.275
+113880 1.235 0.275
+113910 1.234 0.275
+113940 1.233 0.274
+113970 1.232 0.274
+114000 1.231 0.273
+114030 1.230 0.273
+114060 1.228 0.273
+114090 1.227 0.273
+114120 1.225 0.273
+114150 1.224 0.273
+114180 1.222 0.273
+114210 1.220 0.273
+114240 1.219 0.274
+114270 1.217 0.274
+114300 1.216 0.274
+114330 1.214 0.274
+114360 1.213 0.274
+114390 1.211 0.274
+114420 1.210 0.274
+114450 1.208 0.274
+114480 1.206 0.274
+114510 1.205 0.274
+114540 1.203 0.274
+114570 1.202 0.274
+114600 1.200 0.274
+114630 1.199 0.274
+114660 1.197 0.274
+114690 1.196 0.274
+114720 1.194 0.274
+114750 1.192 0.274
+114780 1.191 0.275
+114810 1.189 0.275
+114840 1.188 0.275
+114870 1.186 0.275
+114900 1.185 0.275
+114930 1.183 0.275
+114960 1.182 0.275
+114990 1.180 0.275
+115020 1.178 0.275
+115050 1.177 0.275
+115080 1.175 0.276
+115110 1.174 0.276
+115140 1.172 0.276
+115170 1.171 0.276
+115200 1.169 0.276
+115230 1.168 0.276
+115260 1.168 0.276
+115290 1.167 0.275
+115320 1.166 0.275
+115350 1.166 0.275
+115380 1.165 0.274
+115410 1.165 0.274
+115440 1.164 0.274
+115470 1.163 0.274
+115500 1.163 0.273
+115530 1.162 0.273
+115560 1.162 0.273
+115590 1.161 0.273
+115620 1.161 0.272
+115650 1.160 0.272
+115680 1.160 0.272
+115710 1.159 0.272
+115740 1.159 0.271
+115770 1.158 0.271
+115800 1.158 0.271
+115830 1.157 0.271
+115860 1.157 0.270
+115890 1.156 0.270
+115920 1.156 0.270
+115950 1.155 0.269
+115980 1.155 0.269
+116010 1.155 0.269
+116040 1.154 0.269
+116070 1.154 0.268
+116100 1.153 0.268
+116130 1.153 0.268
+116160 1.153 0.268
+116190 1.152 0.267
+116220 1.152 0.267
+116250 1.152 0.267
+116280 1.151 0.267
+116310 1.151 0.266
+116340 1.151 0.266
+116370 1.150 0.266
+116400 1.150 0.265
+116430 1.151 0.266
+116460 1.152 0.266
+116490 1.153 0.266
+116520 1.154 0.266
+116550 1.155 0.266
+116580 1.156 0.266
+116610 1.156 0.266
+116640 1.157 0.266
+116670 1.158 0.266
+116700 1.159 0.266
+116730 1.160 0.266
+116760 1.161 0.266
+116790 1.162 0.266
+116820 1.163 0.266
+116850 1.164 0.266
+116880 1.165 0.266
+116910 1.166 0.266
+116940 1.167 0.266
+116970 1.168 0.266
+117000 1.169 0.266
+117030 1.170 0.266
+117060 1.171 0.266
+117090 1.172 0.266
+117120 1.173 0.266
+117150 1.174 0.266
+117180 1.175 0.266
+117210 1.176 0.266
+117240 1.177 0.266
+117270 1.178 0.266
+117300 1.180 0.266
+117330 1.181 0.266
+117360 1.182 0.266
+117390 1.183 0.266
+117420 1.184 0.266
+117450 1.185 0.266
+117480 1.186 0.266
+117510 1.187 0.266
+117540 1.188 0.265
+117570 1.190 0.265
+117600 1.191 0.265
+117630 1.194 0.265
+117660 1.196 0.265
+117690 1.199 0.266
+117720 1.202 0.266
+117750 1.205 0.266
+117780 1.207 0.266
+117810 1.210 0.266
+117840 1.213 0.266
+117870 1.216 0.266
+117900 1.218 0.266
+117930 1.221 0.266
+117960 1.224 0.266
+117990 1.227 0.266
+118020 1.229 0.266
+118050 1.232 0.266
+118080 1.235 0.266
+118110 1.237 0.266
+118140 1.240 0.267
+118170 1.243 0.267
+118200 1.246 0.267
+118230 1.248 0.267
+118260 1.251 0.267
+118290 1.254 0.267
+118320 1.256 0.267
+118350 1.259 0.267
+118380 1.262 0.267
+118410 1.264 0.267
+118440 1.267 0.267
+118470 1.270 0.267
+118500 1.272 0.267
+118530 1.275 0.267
+118560 1.278 0.267
+118590 1.280 0.268
+118620 1.283 0.268
+118650 1.286 0.268
+118680 1.288 0.268
+118710 1.291 0.268
+118740 1.294 0.268
+118770 1.296 0.268
+118800 1.299 0.268
+118830 1.303 0.268
+118860 1.307 0.269
+118890 1.311 0.269
+118920 1.315 0.269
+118950 1.319 0.269
+118980 1.323 0.270
+119010 1.327 0.270
+119040 1.331 0.270
+119070 1.336 0.270
+119100 1.340 0.271
+119130 1.344 0.271
+119160 1.348 0.271
+119190 1.352 0.271
+119220 1.356 0.271
+119250 1.360 0.272
+119280 1.364 0.272
+119310 1.368 0.272
+119340 1.372 0.272
+119370 1.376 0.272
+119400 1.380 0.273
+119430 1.384 0.273
+119460 1.388 0.273
+119490 1.392 0.273
+119520 1.396 0.273
+119550 1.400 0.274
+119580 1.405 0.274
+119610 1.409 0.274
+119640 1.413 0.274
+119670 1.417 0.274
+119700 1.421 0.275
+119730 1.425 0.275
+119760 1.429 0.275
+119790 1.433 0.275
+119820 1.437 0.275
+119850 1.441 0.275
+119880 1.445 0.275
+119910 1.449 0.276
+119940 1.453 0.276
+119970 1.457 0.276
+120000 1.461 0.276
+120030 1.467 0.276
+120060 1.472 0.277
+120090 1.477 0.277
+120120 1.482 0.277
+120150 1.488 0.277
+120180 1.493 0.278
+120210 1.498 0.278
+120240 1.503 0.278
+120270 1.508 0.279
+120300 1.514 0.279
+120330 1.519 0.279
+120360 1.524 0.280
+120390 1.529 0.280
+120420 1.534 0.280
+120450 1.539 0.280
+120480 1.544 0.281
+120510 1.550 0.281
+120540 1.555 0.281
+120570 1.560 0.282
+120600 1.565 0.282
+120630 1.570 0.282
+120660 1.575 0.283
+120690 1.580 0.283
+120720 1.585 0.284
+120750 1.590 0.284
+120780 1.595 0.284
+120810 1.600 0.285
+120840 1.605 0.285
+120870 1.610 0.285
+120900 1.615 0.286
+120930 1.620 0.286
+120960 1.625 0.286
+120990 1.630 0.287
+121020 1.635 0.287
+121050 1.640 0.288
+121080 1.645 0.288
+121110 1.650 0.288
+121140 1.655 0.289
+121170 1.659 0.289
+121200 1.664 0.290
+121230 1.670 0.290
+121260 1.675 0.290
+121290 1.680 0.291
+121320 1.685 0.291
+121350 1.690 0.292
+121380 1.695 0.292
+121410 1.701 0.293
+121440 1.706 0.293
+121470 1.711 0.293
+121500 1.716 0.294
+121530 1.721 0.294
+121560 1.726 0.295
+121590 1.731 0.295
+121620 1.737 0.296
+121650 1.742 0.296
+121680 1.747 0.297
+121710 1.752 0.297
+121740 1.757 0.297
+121770 1.762 0.298
+121800 1.767 0.298
+121830 1.772 0.299
+121860 1.777 0.299
+121890 1.782 0.300
+121920 1.787 0.300
+121950 1.792 0.301
+121980 1.797 0.301
+122010 1.803 0.302
+122040 1.808 0.302
+122070 1.813 0.303
+122100 1.818 0.303
+122130 1.823 0.304
+122160 1.828 0.304
+122190 1.833 0.305
+122220 1.838 0.305
+122250 1.843 0.306
+122280 1.847 0.306
+122310 1.852 0.307
+122340 1.857 0.307
+122370 1.862 0.308
+122400 1.867 0.309
+122430 1.872 0.308
+122460 1.876 0.308
+122490 1.881 0.308
+122520 1.885 0.308
+122550 1.890 0.307
+122580 1.894 0.307
+122610 1.899 0.307
+122640 1.903 0.307
+122670 1.908 0.306
+122700 1.912 0.306
+122730 1.917 0.306
+122760 1.921 0.306
+122790 1.926 0.305
+122820 1.930 0.305
+122850 1.935 0.305
+122880 1.939 0.305
+122910 1.944 0.304
+122940 1.948 0.304
+122970 1.953 0.304
+123000 1.957 0.304
+123030 1.962 0.303
+123060 1.966 0.303
+123090 1.971 0.303
+123120 1.975 0.303
+123150 1.980 0.302
+123180 1.984 0.302
+123210 1.988 0.302
+123240 1.993 0.302
+123270 1.997 0.301
+123300 2.002 0.301
+123330 2.006 0.301
+123360 2.011 0.301
+123390 2.015 0.300
+123420 2.019 0.300
+123450 2.024 0.300
+123480 2.028 0.300
+123510 2.033 0.299
+123540 2.037 0.299
+123570 2.041 0.299
+123600 2.046 0.299
+123630 2.050 0.298
+123660 2.054 0.297
+123690 2.058 0.297
+123720 2.062 0.296
+123750 2.065 0.295
+123780 2.069 0.295
+123810 2.073 0.294
+123840 2.077 0.293
+123870 2.081 0.293
+123900 2.085 0.292
+123930 2.089 0.291
+123960 2.092 0.291
+123990 2.096 0.290
+124020 2.100 0.289
+124050 2.104 0.289
+124080 2.108 0.288
+124110 2.112 0.288
+124140 2.115 0.287
+124170 2.119 0.286
+124200 2.123 0.286
+124230 2.127 0.285
+124260 2.131 0.284
+124290 2.134 0.284
+124320 2.138 0.283
+124350 2.142 0.282
+124380 2.146 0.282
+124410 2.149 0.281
+124440 2.153 0.280
+124470 2.157 0.280
+124500 2.161 0.279
+124530 2.164 0.278
+124560 2.168 0.278
+124590 2.172 0.277
+124620 2.175 0.276
+124650 2.179 0.276
+124680 2.183 0.275
+124710 2.186 0.274
+124740 2.190 0.274
+124770 2.194 0.273
+124800 2.197 0.272
+124830 2.200 0.272
+124860 2.202 0.272
+124890 2.204 0.271
+124920 2.206 0.271
+124950 2.208 0.270
+124980 2.210 0.270
+125010 2.213 0.270
+125040 2.215 0.269
+125070 2.217 0.269
+125100 2.219 0.268
+125130 2.221 0.268
+125160 2.223 0.268
+125190 2.225 0.267
+125220 2.227 0.267
+125250 2.230 0.266
+125280 2.232 0.266
+125310 2.234 0.266
+125340 2.236 0.265
+125370 2.238 0.265
+125400 2.240 0.264
+125430 2.242 0.264
+125460 2.244 0.263
+125490 2.246 0.263
+125520 2.248 0.263
+125550 2.251 0.262
+125580 2.253 0.262
+125610 2.255 0.261
+125640 2.257 0.261
+125670 2.259 0.260
+125700 2.261 0.260
+125730 2.263 0.259
+125760 2.265 0.259
+125790 2.267 0.258
+125820 2.269 0.258
+125850 2.271 0.257
+125880 2.273 0.257
+125910 2.275 0.256
+125940 2.277 0.256
+125970 2.279 0.255
+126000 2.281 0.255
+126030 2.283 0.254
+126060 2.285 0.253
+126090 2.287 0.252
+126120 2.288 0.251
+126150 2.290 0.250
+126180 2.292 0.249
+126210 2.294 0.249
+126240 2.295 0.248
+126270 2.297 0.247
+126300 2.299 0.246
+126330 2.300 0.245
+126360 2.302 0.244
+126390 2.303 0.243
+126420 2.305 0.242
+126450 2.306 0.241
+126480 2.308 0.240
+126510 2.309 0.239
+126540 2.311 0.238
+126570 2.312 0.237
+126600 2.314 0.236
+126630 2.315 0.235
+126660 2.317 0.234
+126690 2.318 0.233
+126720 2.319 0.232
+126750 2.321 0.231
+126780 2.322 0.230
+126810 2.323 0.229
+126840 2.325 0.228
+126870 2.326 0.227
+126900 2.327 0.226
+126930 2.328 0.225
+126960 2.329 0.224
+126990 2.331 0.223
+127020 2.332 0.222
+127050 2.333 0.221
+127080 2.334 0.220
+127110 2.335 0.219
+127140 2.336 0.218
+127170 2.337 0.217
+127200 2.338 0.216
+127230 2.340 0.216
+127260 2.343 0.215
+127290 2.345 0.215
+127320 2.347 0.214
+127350 2.349 0.214
+127380 2.351 0.213
+127410 2.353 0.212
+127440 2.355 0.212
+127470 2.357 0.211
+127500 2.359 0.211
+127530 2.361 0.210
+127560 2.363 0.210
+127590 2.365 0.209
+127620 2.366 0.209
+127650 2.368 0.208
+127680 2.370 0.207
+127710 2.372 0.207
+127740 2.373 0.206
+127770 2.375 0.206
+127800 2.377 0.205
+127830 2.378 0.204
+127860 2.380 0.204
+127890 2.381 0.203
+127920 2.383 0.202
+127950 2.384 0.202
+127980 2.386 0.201
+128010 2.387 0.200
+128040 2.389 0.200
+128070 2.390 0.199
+128100 2.391 0.198
+128130 2.393 0.197
+128160 2.394 0.197
+128190 2.395 0.196
+128220 2.396 0.195
+128250 2.398 0.194
+128280 2.399 0.194
+128310 2.400 0.193
+128340 2.401 0.192
+128370 2.402 0.191
+128400 2.403 0.190
+128430 2.406 0.189
+128460 2.409 0.189
+128490 2.412 0.188
+128520 2.415 0.187
+128550 2.418 0.186
+128580 2.421 0.185
+128610 2.424 0.184
+128640 2.426 0.183
+128670 2.429 0.182
+128700 2.432 0.181
+128730 2.435 0.180
+128760 2.437 0.179
+128790 2.440 0.179
+128820 2.443 0.178
+128850 2.445 0.177
+128880 2.448 0.175
+128910 2.450 0.174
+128940 2.453 0.173
+128970 2.455 0.172
+129000 2.458 0.171
+129030 2.460 0.170
+129060 2.463 0.169
+129090 2.465 0.168
+129120 2.467 0.167
+129150 2.470 0.166
+129180 2.472 0.164
+129210 2.474 0.163
+129240 2.476 0.162
+129270 2.479 0.161
+129300 2.481 0.160
+129330 2.483 0.158
+129360 2.485 0.157
+129390 2.487 0.156
+129420 2.489 0.154
+129450 2.491 0.153
+129480 2.493 0.152
+129510 2.495 0.150
+129540 2.497 0.149
+129570 2.499 0.148
+129600 2.501 0.146
+129630 2.507 0.148
+129660 2.513 0.150
+129690 2.520 0.152
+129720 2.526 0.153
+129750 2.532 0.155
+129780 2.539 0.157
+129810 2.545 0.159
+129840 2.551 0.161
+129870 2.557 0.162
+129900 2.564 0.164
+129930 2.570 0.166
+129960 2.576 0.167
+129990 2.582 0.169
+130020 2.588 0.171
+130050 2.594 0.173
+130080 2.600 0.174
+130110 2.606 0.176
+130140 2.612 0.177
+130170 2.618 0.179
+130200 2.624 0.181
+130230 2.630 0.182
+130260 2.636 0.184
+130290 2.642 0.185
+130320 2.648 0.187
+130350 2.654 0.188
+130380 2.660 0.190
+130410 2.665 0.192
+130440 2.671 0.193
+130470 2.677 0.195
+130500 2.683 0.196
+130530 2.688 0.198
+130560 2.694 0.199
+130590 2.700 0.201
+130620 2.705 0.202
+130650 2.711 0.203
+130680 2.717 0.205
+130710 2.722 0.206
+130740 2.728 0.208
+130770 2.733 0.209
+130800 2.739 0.211
+130830 2.745 0.212
+130860 2.751 0.214
+130890 2.758 0.216
+130920 2.764 0.218
+130950 2.770 0.220
+130980 2.776 0.222
+131010 2.783 0.224
+131040 2.789 0.226
+131070 2.795 0.227
+131100 2.801 0.229
+131130 2.807 0.231
+131160 2.814 0.233
+131190 2.820 0.234
+131220 2.826 0.236
+131250 2.832 0.238
+131280 2.838 0.240
+131310 2.844 0.241
+131340 2.850 0.243
+131370 2.856 0.245
+131400 2.862 0.246
+131430 2.868 0.248
+131460 2.874 0.249
+131490 2.880 0.251
+131520 2.885 0.253
+131550 2.891 0.254
+131580 2.897 0.256
+131610 2.903 0.257
+131640 2.909 0.259
+131670 2.915 0.260
+131700 2.920 0.262
+131730 2.926 0.263
+131760 2.932 0.265
+131790 2.937 0.266
+131820 2.943 0.268
+131850 2.949 0.269
+131880 2.954 0.271
+131910 2.960 0.272
+131940 2.966 0.273
+131970 2.971 0.275
+132000 2.977 0.276
+132030 2.983 0.277
+132060 2.988 0.278
+132090 2.994 0.280
+132120 3.000 0.281
+132150 3.006 0.282
+132180 3.011 0.283
+132210 3.017 0.284
+132240 3.023 0.285
+132270 3.028 0.287
+132300 3.034 0.288
+132330 3.039 0.289
+132360 3.045 0.290
+132390 3.050 0.291
+132420 3.056 0.292
+132450 3.061 0.293
+132480 3.067 0.294
+132510 3.072 0.295
+132540 3.078 0.297
+132570 3.083 0.298
+132600 3.088 0.299
+132630 3.094 0.300
+132660 3.099 0.301
+132690 3.104 0.302
+132720 3.110 0.303
+132750 3.115 0.304
+132780 3.120 0.305
+132810 3.125 0.306
+132840 3.130 0.307
+132870 3.136 0.308
+132900 3.141 0.309
+132930 3.146 0.309
+132960 3.151 0.310
+132990 3.156 0.311
+133020 3.161 0.312
+133050 3.166 0.313
+133080 3.171 0.314
+133110 3.176 0.315
+133140 3.181 0.316
+133170 3.186 0.317
+133200 3.191 0.318
+133230 3.196 0.319
+133260 3.201 0.320
+133290 3.206 0.321
+133320 3.212 0.322
+133350 3.217 0.323
+133380 3.222 0.324
+133410 3.227 0.325
+133440 3.232 0.326
+133470 3.237 0.327
+133500 3.242 0.328
+133530 3.247 0.329
+133560 3.252 0.330
+133590 3.257 0.331
+133620 3.262 0.332
+133650 3.267 0.332
+133680 3.272 0.333
+133710 3.277 0.334
+133740 3.282 0.335
+133770 3.287 0.336
+133800 3.291 0.337
+133830 3.296 0.338
+133860 3.301 0.339
+133890 3.306 0.340
+133920 3.310 0.341
+133950 3.315 0.342
+133980 3.320 0.342
+134010 3.324 0.343
+134040 3.329 0.344
+134070 3.334 0.345
+134100 3.338 0.346
+134130 3.343 0.347
+134160 3.347 0.348
+134190 3.352 0.348
+134220 3.356 0.349
+134250 3.361 0.350
+134280 3.365 0.351
+134310 3.370 0.352
+134340 3.374 0.352
+134370 3.378 0.353
+134400 3.383 0.354
+134430 3.388 0.354
+134460 3.393 0.355
+134490 3.398 0.355
+134520 3.403 0.355
+134550 3.408 0.356
+134580 3.412 0.356
+134610 3.417 0.356
+134640 3.422 0.357
+134670 3.427 0.357
+134700 3.432 0.357
+134730 3.437 0.357
+134760 3.441 0.358
+134790 3.446 0.358
+134820 3.451 0.358
+134850 3.456 0.359
+134880 3.460 0.359
+134910 3.465 0.359
+134940 3.470 0.359
+134970 3.474 0.359
+135000 3.479 0.360
+135030 3.483 0.360
+135060 3.488 0.360
+135090 3.493 0.360
+135120 3.497 0.361
+135150 3.502 0.361
+135180 3.506 0.361
+135210 3.511 0.361
+135240 3.515 0.361
+135270 3.519 0.361
+135300 3.524 0.361
+135330 3.528 0.362
+135360 3.533 0.362
+135390 3.537 0.362
+135420 3.541 0.362
+135450 3.546 0.362
+135480 3.550 0.362
+135510 3.554 0.362
+135540 3.558 0.362
+135570 3.563 0.362
+135600 3.567 0.362
+135630 3.573 0.363
+135660 3.578 0.364
+135690 3.584 0.364
+135720 3.590 0.365
+135750 3.596 0.365
+135780 3.601 0.366
+135810 3.607 0.366
+135840 3.613 0.367
+135870 3.619 0.367
+135900 3.624 0.368
+135930 3.630 0.368
+135960 3.636 0.369
+135990 3.642 0.369
+136020 3.648 0.370
+136050 3.653 0.370
+136080 3.659 0.370
+136110 3.665 0.371
+136140 3.671 0.371
+136170 3.677 0.371
+136200 3.682 0.372
+136230 3.688 0.372
+136260 3.694 0.372
+136290 3.700 0.372
+136320 3.706 0.373
+136350 3.712 0.373
+136380 3.717 0.373
+136410 3.723 0.373
+136440 3.729 0.373
+136470 3.735 0.373
+136500 3.741 0.374
+136530 3.747 0.374
+136560 3.753 0.374
+136590 3.758 0.374
+136620 3.764 0.374
+136650 3.770 0.374
+136680 3.776 0.374
+136710 3.782 0.374
+136740 3.788 0.374
+136770 3.794 0.374
+136800 3.800 0.373
+136830 3.808 0.374
+136860 3.816 0.374
+136890 3.825 0.374
+136920 3.833 0.375
+136950 3.841 0.375
+136980 3.849 0.376
+137010 3.858 0.376
+137040 3.866 0.376
+137070 3.874 0.377
+137100 3.882 0.377
+137130 3.891 0.377
+137160 3.899 0.378
+137190 3.907 0.378
+137220 3.915 0.379
+137250 3.923 0.379
+137280 3.931 0.379
+137310 3.939 0.380
+137340 3.947 0.380
+137370 3.955 0.381
+137400 3.963 0.381
+137430 3.971 0.381
+137460 3.979 0.382
+137490 3.987 0.382
+137520 3.995 0.383
+137550 4.003 0.383
+137580 4.011 0.383
+137610 4.019 0.384
+137640 4.026 0.384
+137670 4.034 0.385
+137700 4.042 0.385
+137730 4.050 0.386
+137760 4.058 0.386
+137790 4.065 0.386
+137820 4.073 0.387
+137850 4.081 0.387
+137880 4.088 0.388
+137910 4.096 0.388
+137940 4.104 0.389
+137970 4.111 0.389
+138000 4.119 0.390
+138030 4.126 0.391
+138060 4.132 0.392
+138090 4.139 0.393
+138120 4.146 0.394
+138150 4.153 0.395
+138180 4.159 0.396
+138210 4.166 0.397
+138240 4.173 0.398
+138270 4.180 0.398
+138300 4.187 0.399
+138330 4.193 0.400
+138360 4.200 0.401
+138390 4.207 0.402
+138420 4.214 0.403
+138450 4.220 0.404
+138480 4.227 0.405
+138510 4.234 0.406
+138540 4.241 0.406
+138570 4.247 0.407
+138600 4.254 0.408
+138630 4.261 0.409
+138660 4.268 0.410
+138690 4.274 0.411
+138720 4.281 0.411
+138750 4.288 0.412
+138780 4.295 0.413
+138810 4.302 0.414
+138840 4.308 0.414
+138870 4.315 0.415
+138900 4.322 0.416
+138930 4.329 0.417
+138960 4.335 0.417
+138990 4.342 0.418
+139020 4.349 0.419
+139050 4.356 0.419
+139080 4.362 0.420
+139110 4.369 0.421
+139140 4.376 0.421
+139170 4.383 0.422
+139200 4.389 0.423
+139230 4.396 0.422
+139260 4.404 0.421
+139290 4.411 0.421
+139320 4.418 0.420
+139350 4.424 0.419
+139380 4.431 0.418
+139410 4.438 0.418
+139440 4.445 0.417
+139470 4.452 0.416
+139500 4.459 0.416
+139530 4.466 0.415
+139560 4.473 0.415
+139590 4.480 0.414
+139620 4.487 0.414
+139650 4.493 0.413
+139680 4.500 0.413
+139710 4.507 0.412
+139740 4.514 0.412
+139770 4.521 0.411
+139800 4.527 0.411
+139830 4.534 0.410
+139860 4.541 0.410
+139890 4.548 0.410
+139920 4.554 0.409
+139950 4.561 0.409
+139980 4.568 0.409
+140010 4.575 0.408
+140040 4.581 0.408
+140070 4.588 0.408
+140100 4.594 0.407
+140130 4.601 0.407
+140160 4.608 0.407
+140190 4.614 0.407
+140220 4.621 0.407
+140250 4.627 0.407
+140280 4.634 0.407
+140310 4.641 0.406
+140340 4.647 0.406
+140370 4.654 0.406
+140400 4.660 0.406
+140430 4.664 0.406
+140460 4.667 0.407
+140490 4.671 0.407
+140520 4.675 0.407
+140550 4.678 0.407
+140580 4.682 0.407
+140610 4.686 0.407
+140640 4.689 0.407
+140670 4.693 0.407
+140700 4.697 0.408
+140730 4.700 0.408
+140760 4.704 0.408
+140790 4.708 0.408
+140820 4.711 0.408
+140850 4.715 0.408
+140880 4.719 0.408
+140910 4.722 0.409
+140940 4.726 0.409
+140970 4.730 0.409
+141000 4.733 0.409
+141030 4.737 0.409
+141060 4.740 0.409
+141090 4.744 0.409
+141120 4.748 0.409
+141150 4.751 0.410
+141180 4.755 0.410
+141210 4.759 0.410
+141240 4.762 0.410
+141270 4.766 0.410
+141300 4.770 0.410
+141330 4.773 0.410
+141360 4.777 0.411
+141390 4.781 0.411
+141420 4.784 0.411
+141450 4.788 0.411
+141480 4.792 0.411
+141510 4.795 0.411
+141540 4.799 0.411
+141570 4.803 0.411
+141600 4.806 0.412
+141630 4.807 0.411
+141660 4.808 0.411
+141690 4.810 0.411
+141720 4.811 0.411
+141750 4.812 0.411
+141780 4.813 0.410
+141810 4.814 0.410
+141840 4.815 0.410
+141870 4.817 0.410
+141900 4.818 0.409
+141930 4.819 0.409
+141960 4.820 0.409
+141990 4.821 0.408
+142020 4.823 0.408
+142050 4.824 0.408
+142080 4.825 0.407
+142110 4.827 0.407
+142140 4.828 0.407
+142170 4.829 0.406
+142200 4.831 0.406
+142230 4.832 0.406
+142260 4.833 0.405
+142290 4.835 0.405
+142320 4.836 0.404
+142350 4.838 0.404
+142380 4.839 0.403
+142410 4.840 0.403
+142440 4.842 0.402
+142470 4.843 0.402
+142500 4.845 0.401
+142530 4.846 0.401
+142560 4.848 0.400
+142590 4.849 0.400
+142620 4.851 0.399
+142650 4.852 0.398
+142680 4.854 0.398
+142710 4.856 0.397
+142740 4.857 0.397
+142770 4.859 0.396
+142800 4.860 0.395
+142830 4.860 0.394
+142860 4.859 0.394
+142890 4.859 0.393
+142920 4.858 0.392
+142950 4.857 0.391
+142980 4.857 0.390
+143010 4.856 0.389
+143040 4.856 0.388
+143070 4.855 0.387
+143100 4.854 0.386
+143130 4.854 0.385
+143160 4.853 0.384
+143190 4.853 0.384
+143220 4.852 0.383
+143250 4.852 0.382
+143280 4.851 0.381
+143310 4.850 0.380
+143340 4.850 0.379
+143370 4.849 0.378
+143400 4.849 0.377
+143430 4.848 0.376
+143460 4.848 0.375
+143490 4.847 0.374
+143520 4.847 0.373
+143550 4.846 0.372
+143580 4.846 0.371
+143610 4.845 0.370
+143640 4.845 0.369
+143670 4.844 0.368
+143700 4.844 0.367
+143730 4.843 0.366
+143760 4.843 0.365
+143790 4.842 0.364
+143820 4.842 0.363
+143850 4.841 0.362
+143880 4.841 0.361
+143910 4.840 0.360
+143940 4.840 0.359
+143970 4.839 0.358
+144000 4.839 0.357
+144030 4.836 0.356
+144060 4.832 0.355
+144090 4.829 0.355
+144120 4.826 0.354
+144150 4.823 0.353
+144180 4.820 0.352
+144210 4.817 0.351
+144240 4.814 0.350
+144270 4.812 0.349
+144300 4.809 0.349
+144330 4.806 0.348
+144360 4.803 0.347
+144390 4.801 0.346
+144420 4.798 0.345
+144450 4.795 0.344
+144480 4.793 0.344
+144510 4.790 0.343
+144540 4.787 0.342
+144570 4.785 0.341
+144600 4.783 0.340
+144630 4.780 0.340
+144660 4.778 0.339
+144690 4.775 0.338
+144720 4.773 0.337
+144750 4.771 0.336
+144780 4.769 0.335
+144810 4.766 0.335
+144840 4.764 0.334
+144870 4.762 0.333
+144900 4.760 0.332
+144930 4.758 0.332
+144960 4.756 0.331
+144990 4.754 0.330
+145020 4.752 0.329
+145050 4.750 0.329
+145080 4.748 0.328
+145110 4.747 0.327
+145140 4.745 0.326
+145170 4.743 0.325
+145200 4.741 0.325
+145230 4.738 0.324
+145260 4.735 0.324
+145290 4.732 0.323
+145320 4.728 0.323
+145350 4.725 0.322
+145380 4.722 0.322
+145410 4.719 0.321
+145440 4.717 0.321
+145470 4.714 0.320
+145500 4.711 0.320
+145530 4.708 0.319
+145560 4.706 0.319
+145590 4.703 0.318
+145620 4.700 0.318
+145650 4.698 0.317
+145680 4.696 0.317
+145710 4.693 0.316
+145740 4.691 0.316
+145770 4.689 0.315
+145800 4.686 0.315
+145830 4.684 0.314
+145860 4.682 0.314
+145890 4.680 0.313
+145920 4.678 0.312
+145950 4.676 0.312
+145980 4.675 0.311
+146010 4.673 0.311
+146040 4.671 0.310
+146070 4.669 0.310
+146100 4.668 0.309
+146130 4.666 0.308
+146160 4.665 0.308
+146190 4.663 0.307
+146220 4.662 0.307
+146250 4.660 0.306
+146280 4.659 0.306
+146310 4.658 0.305
+146340 4.657 0.304
+146370 4.656 0.304
+146400 4.655 0.303
+146430 4.654 0.302
+146460 4.652 0.302
+146490 4.651 0.301
+146520 4.650 0.300
+146550 4.649 0.299
+146580 4.648 0.299
+146610 4.647 0.298
+146640 4.646 0.297
+146670 4.645 0.297
+146700 4.644 0.296
+146730 4.643 0.295
+146760 4.642 0.294
+146790 4.641 0.294
+146820 4.640 0.293
+146850 4.639 0.292
+146880 4.638 0.292
+146910 4.637 0.291
+146940 4.636 0.290
+146970 4.635 0.290
+147000 4.634 0.289
+147030 4.634 0.288
+147060 4.633 0.288
+147090 4.632 0.287
+147120 4.631 0.286
+147150 4.630 0.286
+147180 4.629 0.285
+147210 4.629 0.284
+147240 4.628 0.284
+147270 4.627 0.283
+147300 4.626 0.282
+147330 4.626 0.282
+147360 4.625 0.281
+147390 4.624 0.280
+147420 4.623 0.280
+147450 4.623 0.279
+147480 4.622 0.278
+147510 4.621 0.278
+147540 4.621 0.277
+147570 4.620 0.277
+147600 4.619 0.276
+147630 4.616 0.277
+147660 4.613 0.278
+147690 4.610 0.278
+147720 4.607 0.279
+147750 4.604 0.280
+147780 4.601 0.281
+147810 4.598 0.282
+147840 4.595 0.282
+147870 4.592 0.283
+147900 4.589 0.284
+147930 4.586 0.285
+147960 4.583 0.285
+147990 4.580 0.286
+148020 4.578 0.287
+148050 4.575 0.288
+148080 4.572 0.288
+148110 4.570 0.289
+148140 4.567 0.290
+148170 4.565 0.290
+148200 4.562 0.291
+148230 4.560 0.292
+148260 4.557 0.292
+148290 4.555 0.293
+148320 4.552 0.294
+148350 4.550 0.294
+148380 4.548 0.295
+148410 4.545 0.296
+148440 4.543 0.296
+148470 4.541 0.297
+148500 4.539 0.298
+148530 4.537 0.298
+148560 4.535 0.299
+148590 4.533 0.299
+148620 4.531 0.300
+148650 4.529 0.301
+148680 4.527 0.301
+148710 4.525 0.302
+148740 4.523 0.302
+148770 4.521 0.303
+148800 4.519 0.303
+148830 4.516 0.305
+148860 4.513 0.306
+148890 4.510 0.308
+148920 4.507 0.309
+148950 4.504 0.311
+148980 4.501 0.312
+149010 4.498 0.314
+149040 4.495 0.315
+149070 4.492 0.317
+149100 4.489 0.318
+149130 4.486 0.320
+149160 4.483 0.321
+149190 4.481 0.323
+149220 4.478 0.324
+149250 4.475 0.326
+149280 4.472 0.327
+149310 4.469 0.329
+149340 4.467 0.330
+149370 4.464 0.332
+149400 4.461 0.333
+149430 4.458 0.335
+149460 4.456 0.336
+149490 4.453 0.338
+149520 4.451 0.339
+149550 4.448 0.341
+149580 4.445 0.342
+149610 4.443 0.344
+149640 4.440 0.345
+149670 4.438 0.347
+149700 4.435 0.348
+149730 4.433 0.349
+149760 4.430 0.351
+149790 4.428 0.352
+149820 4.425 0.354
+149850 4.423 0.355
+149880 4.420 0.357
+149910 4.418 0.358
+149940 4.416 0.360
+149970 4.413 0.361
+150000 4.411 0.363
+150030 4.410 0.363
+150060 4.409 0.363
+150090 4.409 0.363
+150120 4.408 0.363
+150150 4.407 0.362
+150180 4.406 0.362
+150210 4.406 0.362
+150240 4.405 0.362
+150270 4.404 0.362
+150300 4.404 0.362
+150330 4.403 0.362
+150360 4.403 0.362
+150390 4.402 0.362
+150420 4.402 0.362
+150450 4.401 0.361
+150480 4.401 0.361
+150510 4.401 0.361
+150540 4.400 0.361
+150570 4.400 0.361
+150600 4.400 0.361
+150630 4.399 0.361
+150660 4.399 0.360
+150690 4.399 0.360
+150720 4.399 0.360
+150750 4.399 0.360
+150780 4.399 0.360
+150810 4.398 0.360
+150840 4.398 0.360
+150870 4.398 0.359
+150900 4.398 0.359
+150930 4.398 0.359
+150960 4.399 0.359
+150990 4.399 0.359
+151020 4.399 0.358
+151050 4.399 0.358
+151080 4.399 0.358
+151110 4.399 0.358
+151140 4.400 0.358
+151170 4.400 0.357
+151200 4.400 0.357
+151230 4.395 0.358
+151260 4.390 0.359
+151290 4.384 0.360
+151320 4.379 0.361
+151350 4.374 0.362
+151380 4.369 0.363
+151410 4.364 0.364
+151440 4.359 0.365
+151470 4.354 0.366
+151500 4.349 0.367
+151530 4.344 0.368
+151560 4.339 0.369
+151590 4.334 0.370
+151620 4.329 0.371
+151650 4.324 0.372
+151680 4.320 0.373
+151710 4.315 0.374
+151740 4.310 0.375
+151770 4.305 0.376
+151800 4.301 0.377
+151830 4.296 0.377
+151860 4.292 0.378
+151890 4.287 0.379
+151920 4.283 0.380
+151950 4.278 0.381
+151980 4.274 0.382
+152010 4.270 0.383
+152040 4.265 0.384
+152070 4.261 0.385
+152100 4.257 0.385
+152130 4.252 0.386
+152160 4.248 0.387
+152190 4.244 0.388
+152220 4.240 0.389
+152250 4.236 0.390
+152280 4.232 0.390
+152310 4.228 0.391
+152340 4.224 0.392
+152370 4.220 0.393
+152400 4.216 0.394
+152430 4.211 0.393
+152460 4.205 0.393
+152490 4.200 0.393
+152520 4.195 0.393
+152550 4.189 0.393
+152580 4.184 0.392
+152610 4.179 0.392
+152640 4.174 0.392
+152670 4.168 0.392
+152700 4.163 0.392
+152730 4.158 0.392
+152760 4.153 0.392
+152790 4.148 0.391
+152820 4.142 0.391
+152850 4.137 0.391
+152880 4.132 0.391
+152910 4.127 0.391
+152940 4.122 0.391
+152970 4.117 0.391
+153000 4.112 0.391
+153030 4.107 0.391
+153060 4.102 0.391
+153090 4.097 0.390
+153120 4.092 0.390
+153150 4.087 0.390
+153180 4.082 0.390
+153210 4.078 0.390
+153240 4.073 0.390
+153270 4.068 0.390
+153300 4.063 0.390
+153330 4.058 0.390
+153360 4.053 0.390
+153390 4.049 0.390
+153420 4.044 0.390
+153450 4.039 0.390
+153480 4.035 0.390
+153510 4.030 0.390
+153540 4.025 0.390
+153570 4.021 0.390
+153600 4.016 0.390
+153630 4.011 0.389
+153660 4.005 0.389
+153690 4.000 0.388
+153720 3.995 0.387
+153750 3.989 0.386
+153780 3.984 0.385
+153810 3.979 0.384
+153840 3.973 0.383
+153870 3.968 0.383
+153900 3.963 0.382
+153930 3.958 0.381
+153960 3.953 0.380
+153990 3.947 0.379
+154020 3.942 0.378
+154050 3.937 0.377
+154080 3.932 0.377
+154110 3.927 0.376
+154140 3.922 0.375
+154170 3.917 0.374
+154200 3.912 0.373
+154230 3.907 0.372
+154260 3.902 0.372
+154290 3.897 0.371
+154320 3.892 0.370
+154350 3.887 0.369
+154380 3.882 0.368
+154410 3.877 0.368
+154440 3.872 0.367
+154470 3.868 0.366
+154500 3.863 0.365
+154530 3.858 0.364
+154560 3.853 0.364
+154590 3.848 0.363
+154620 3.844 0.362
+154650 3.839 0.361
+154680 3.834 0.361
+154710 3.830 0.360
+154740 3.825 0.359
+154770 3.820 0.358
+154800 3.816 0.358
+154830 3.809 0.356
+154860 3.802 0.355
+154890 3.795 0.354
+154920 3.788 0.353
+154950 3.781 0.352
+154980 3.774 0.351
+155010 3.767 0.350
+155040 3.760 0.348
+155070 3.753 0.347
+155100 3.746 0.346
+155130 3.739 0.345
+155160 3.732 0.344
+155190 3.725 0.342
+155220 3.719 0.341
+155250 3.712 0.340
+155280 3.705 0.339
+155310 3.698 0.338
+155340 3.691 0.337
+155370 3.685 0.335
+155400 3.678 0.334
+155430 3.671 0.333
+155460 3.664 0.332
+155490 3.658 0.331
+155520 3.651 0.329
+155550 3.644 0.328
+155580 3.637 0.327
+155610 3.631 0.326
+155640 3.624 0.324
+155670 3.617 0.323
+155700 3.611 0.322
+155730 3.604 0.321
+155760 3.598 0.319
+155790 3.591 0.318
+155820 3.584 0.317
+155850 3.578 0.316
+155880 3.571 0.314
+155910 3.565 0.313
+155940 3.558 0.312
+155970 3.552 0.311
+156000 3.545 0.309
+156030 3.539 0.308
+156060 3.532 0.307
+156090 3.526 0.305
+156120 3.520 0.304
+156150 3.513 0.303
+156180 3.507 0.302
+156210 3.500 0.300
+156240 3.494 0.299
+156270 3.487 0.298
+156300 3.481 0.297
+156330 3.475 0.295
+156360 3.468 0.294
+156390 3.462 0.293
+156420 3.455 0.292
+156450 3.449 0.290
+156480 3.442 0.289
+156510 3.436 0.288
+156540 3.429 0.287
+156570 3.422 0.286
+156600 3.416 0.284
+156630 3.409 0.283
+156660 3.403 0.282
+156690 3.396 0.281
+156720 3.390 0.280
+156750 3.383 0.279
+156780 3.376 0.278
+156810 3.370 0.276
+156840 3.363 0.275
+156870 3.356 0.274
+156900 3.350 0.273
+156930 3.343 0.272
+156960 3.336 0.271
+156990 3.330 0.270
+157020 3.323 0.269
+157050 3.316 0.268
+157080 3.310 0.267
+157110 3.303 0.266
+157140 3.296 0.265
+157170 3.289 0.264
+157200 3.283 0.263
+157230 3.276 0.262
+157260 3.269 0.261
+157290 3.262 0.260
+157320 3.255 0.259
+157350 3.248 0.258
+157380 3.241 0.258
+157410 3.234 0.257
+157440 3.227 0.256
+157470 3.220 0.255
+157500 3.212 0.254
+157530 3.205 0.253
+157560 3.198 0.253
+157590 3.191 0.252
+157620 3.184 0.251
+157650 3.176 0.250
+157680 3.169 0.249
+157710 3.162 0.248
+157740 3.155 0.247
+157770 3.147 0.247
+157800 3.140 0.246
+157830 3.132 0.245
+157860 3.125 0.244
+157890 3.118 0.243
+157920 3.110 0.242
+157950 3.103 0.241
+157980 3.095 0.240
+158010 3.088 0.239
+158040 3.080 0.239
+158070 3.073 0.238
+158100 3.065 0.237
+158130 3.057 0.236
+158160 3.050 0.235
+158190 3.042 0.234
+158220 3.034 0.233
+158250 3.027 0.232
+158280 3.019 0.231
+158310 3.011 0.230
+158340 3.003 0.229
+158370 2.995 0.228
+158400 2.988 0.227
+158430 2.979 0.228
+158460 2.970 0.228
+158490 2.961 0.228
+158520 2.953 0.228
+158550 2.944 0.228
+158580 2.935 0.228
+158610 2.927 0.229
+158640 2.918 0.229
+158670 2.909 0.229
+158700 2.901 0.229
+158730 2.892 0.229
+158760 2.884 0.229
+158790 2.875 0.230
+158820 2.867 0.230
+158850 2.858 0.230
+158880 2.850 0.230
+158910 2.842 0.230
+158940 2.833 0.230
+158970 2.825 0.231
+159000 2.816 0.231
+159030 2.808 0.231
+159060 2.800 0.231
+159090 2.792 0.231
+159120 2.783 0.231
+159150 2.775 0.232
+159180 2.767 0.232
+159210 2.759 0.232
+159240 2.751 0.232
+159270 2.743 0.232
+159300 2.734 0.232
+159330 2.726 0.233
+159360 2.718 0.233
+159390 2.710 0.233
+159420 2.702 0.233
+159450 2.694 0.233
+159480 2.686 0.233
+159510 2.678 0.233
+159540 2.671 0.234
+159570 2.663 0.234
+159600 2.655 0.234
+159630 2.649 0.234
+159660 2.642 0.235
+159690 2.636 0.235
+159720 2.630 0.235
+159750 2.624 0.236
+159780 2.617 0.236
+159810 2.611 0.236
+159840 2.605 0.236
+159870 2.599 0.237
+159900 2.593 0.237
+159930 2.587 0.237
+159960 2.581 0.237
+159990 2.575 0.238
+160020 2.569 0.238
+160050 2.563 0.238
+160080 2.557 0.238
+160110 2.551 0.239
+160140 2.545 0.239
+160170 2.539 0.239
+160200 2.533 0.239
+160230 2.527 0.239
+160260 2.521 0.240
+160290 2.515 0.240
+160320 2.510 0.240
+160350 2.504 0.240
+160380 2.498 0.240
+160410 2.492 0.240
+160440 2.487 0.240
+160470 2.481 0.240
+160500 2.475 0.241
+160530 2.469 0.241
+160560 2.464 0.241
+160590 2.458 0.241
+160620 2.453 0.241
+160650 2.447 0.241
+160680 2.441 0.241
+160710 2.436 0.241
+160740 2.430 0.241
+160770 2.425 0.241
+160800 2.419 0.241
+160830 2.416 0.241
+160860 2.413 0.241
+160890 2.409 0.241
+160920 2.406 0.241
+160950 2.403 0.241
+160980 2.400 0.241
+161010 2.396 0.241
+161040 2.393 0.241
+161070 2.390 0.241
+161100 2.386 0.241
+161130 2.383 0.241
+161160 2.380 0.241
+161190 2.377 0.241
+161220 2.373 0.240
+161250 2.370 0.240
+161280 2.367 0.240
+161310 2.363 0.240
+161340 2.360 0.240
+161370 2.357 0.240
+161400 2.354 0.240
+161430 2.350 0.240
+161460 2.347 0.240
+161490 2.344 0.240
+161520 2.341 0.240
+161550 2.338 0.240
+161580 2.334 0.240
+161610 2.331 0.240
+161640 2.328 0.240
+161670 2.325 0.240
+161700 2.321 0.240
+161730 2.318 0.239
+161760 2.315 0.239
+161790 2.312 0.239
+161820 2.309 0.239
+161850 2.305 0.239
+161880 2.302 0.239
+161910 2.299 0.239
+161940 2.296 0.239
+161970 2.293 0.239
+162000 2.289 0.239
+162030 2.287 0.239
+162060 2.285 0.239
+162090 2.282 0.240
+162120 2.280 0.240
+162150 2.277 0.240
+162180 2.275 0.240
+162210 2.273 0.241
+162240 2.270 0.241
+162270 2.268 0.241
+162300 2.265 0.241
+162330 2.263 0.241
+162360 2.260 0.242
+162390 2.258 0.242
+162420 2.255 0.242
+162450 2.253 0.242
+162480 2.250 0.242
+162510 2.248 0.243
+162540 2.245 0.243
+162570 2.243 0.243
+162600 2.240 0.243
+162630 2.237 0.243
+162660 2.235 0.243
+162690 2.232 0.243
+162720 2.230 0.243
+162750 2.227 0.244
+162780 2.224 0.244
+162810 2.222 0.244
+162840 2.219 0.244
+162870 2.217 0.244
+162900 2.214 0.244
+162930 2.211 0.244
+162960 2.208 0.244
+162990 2.206 0.244
+163020 2.203 0.244
+163050 2.200 0.244
+163080 2.198 0.244
+163110 2.195 0.245
+163140 2.192 0.245
+163170 2.189 0.245
+163200 2.187 0.245
+163230 2.184 0.245
+163260 2.182 0.245
+163290 2.180 0.246
+163320 2.177 0.246
+163350 2.175 0.246
+163380 2.173 0.246
+163410 2.170 0.247
+163440 2.168 0.247
+163470 2.166 0.247
+163500 2.163 0.248
+163530 2.161 0.248
+163560 2.158 0.248
+163590 2.156 0.248
+163620 2.153 0.249
+163650 2.150 0.249
+163680 2.148 0.249
+163710 2.145 0.249
+163740 2.143 0.250
+163770 2.140 0.250
+163800 2.137 0.250
+163830 2.135 0.251
+163860 2.132 0.251
+163890 2.129 0.251
+163920 2.126 0.251
+163950 2.123 0.251
+163980 2.121 0.252
+164010 2.118 0.252
+164040 2.115 0.252
+164070 2.112 0.252
+164100 2.109 0.253
+164130 2.106 0.253
+164160 2.103 0.253
+164190 2.100 0.253
+164220 2.097 0.253
+164250 2.094 0.254
+164280 2.091 0.254
+164310 2.088 0.254
+164340 2.085 0.254
+164370 2.082 0.254
+164400 2.078 0.255
+164430 2.076 0.254
+164460 2.074 0.254
+164490 2.072 0.253
+164520 2.070 0.253
+164550 2.068 0.252
+164580 2.066 0.252
+164610 2.064 0.251
+164640 2.061 0.250
+164670 2.059 0.250
+164700 2.057 0.249
+164730 2.055 0.249
+164760 2.053 0.248
+164790 2.050 0.247
+164820 2.048 0.247
+164850 2.046 0.246
+164880 2.043 0.246
+164910 2.041 0.245
+164940 2.039 0.244
+164970 2.036 0.244
+165000 2.034 0.243
+165030 2.031 0.242
+165060 2.029 0.242
+165090 2.026 0.241
+165120 2.024 0.240
+165150 2.021 0.239
+165180 2.019 0.239
+165210 2.016 0.238
+165240 2.014 0.237
+165270 2.011 0.236
+165300 2.008 0.236
+165330 2.006 0.235
+165360 2.003 0.234
+165390 2.000 0.233
+165420 1.998 0.232
+165450 1.995 0.232
+165480 1.992 0.231
+165510 1.989 0.230
+165540 1.987 0.229
+165570 1.984 0.228
+165600 1.981 0.227
+165630 1.978 0.228
+165660 1.975 0.228
+165690 1.972 0.228
+165720 1.968 0.228
+165750 1.965 0.228
+165780 1.962 0.229
+165810 1.960 0.229
+165840 1.957 0.229
+165870 1.954 0.229
+165900 1.951 0.229
+165930 1.948 0.230
+165960 1.945 0.230
+165990 1.942 0.230
+166020 1.940 0.230
+166050 1.937 0.231
+166080 1.934 0.231
+166110 1.932 0.231
+166140 1.929 0.231
+166170 1.927 0.232
+166200 1.924 0.232
+166230 1.922 0.232
+166260 1.919 0.232
+166290 1.917 0.233
+166320 1.914 0.233
+166350 1.912 0.233
+166380 1.910 0.233
+166410 1.907 0.234
+166440 1.905 0.234
+166470 1.903 0.234
+166500 1.901 0.235
+166530 1.899 0.235
+166560 1.897 0.235
+166590 1.894 0.235
+166620 1.892 0.236
+166650 1.890 0.236
+166680 1.888 0.236
+166710 1.886 0.237
+166740 1.885 0.237
+166770 1.883 0.237
+166800 1.881 0.238
+166830 1.880 0.238
+166860 1.878 0.238
+166890 1.877 0.238
+166920 1.876 0.237
+166950 1.875 0.237
+166980 1.874 0.237
+167010 1.873 0.237
+167040 1.872 0.237
+167070 1.871 0.237
+167100 1.870 0.237
+167130 1.869 0.237
+167160 1.868 0.237
+167190 1.867 0.237
+167220 1.866 0.237
+167250 1.865 0.237
+167280 1.864 0.237
+167310 1.864 0.237
+167340 1.863 0.237
+167370 1.862 0.237
+167400 1.861 0.237
+167430 1.860 0.237
+167460 1.860 0.237
+167490 1.859 0.237
+167520 1.858 0.237
+167550 1.858 0.237
+167580 1.857 0.237
+167610 1.857 0.237
+167640 1.856 0.237
+167670 1.855 0.237
+167700 1.855 0.237
+167730 1.854 0.237
+167760 1.854 0.237
+167790 1.854 0.237
+167820 1.853 0.237
+167850 1.853 0.237
+167880 1.852 0.237
+167910 1.852 0.237
+167940 1.852 0.237
+167970 1.851 0.237
+168000 1.851 0.238
+168030 1.851 0.238
+168060 1.850 0.238
+168090 1.850 0.238
+168120 1.849 0.239
+168150 1.849 0.239
+168180 1.849 0.239
+168210 1.848 0.239
+168240 1.848 0.240
+168270 1.847 0.240
+168300 1.847 0.240
+168330 1.847 0.240
+168360 1.846 0.240
+168390 1.846 0.241
+168420 1.845 0.241
+168450 1.845 0.241
+168480 1.845 0.241
+168510 1.844 0.242
+168540 1.844 0.242
+168570 1.843 0.242
+168600 1.843 0.242
+168630 1.843 0.243
+168660 1.842 0.243
+168690 1.842 0.243
+168720 1.841 0.243
+168750 1.841 0.243
+168780 1.840 0.244
+168810 1.840 0.244
+168840 1.840 0.244
+168870 1.839 0.244
+168900 1.839 0.245
+168930 1.838 0.245
+168960 1.838 0.245
+168990 1.838 0.245
+169020 1.837 0.245
+169050 1.837 0.246
+169080 1.836 0.246
+169110 1.836 0.246
+169140 1.836 0.246
+169170 1.835 0.246
+169200 1.835 0.247
+169230 1.835 0.247
+169260 1.835 0.247
+169290 1.835 0.247
+169320 1.835 0.248
+169350 1.835 0.248
+169380 1.835 0.248
+169410 1.834 0.249
+169440 1.834 0.249
+169470 1.834 0.249
+169500 1.834 0.250
+169530 1.834 0.250
+169560 1.834 0.250
+169590 1.834 0.250
+169620 1.833 0.251
+169650 1.833 0.251
+169680 1.833 0.251
+169710 1.833 0.251
+169740 1.833 0.252
+169770 1.832 0.252
+169800 1.832 0.252
+169830 1.832 0.252
+169860 1.832 0.253
+169890 1.831 0.253
+169920 1.831 0.253
+169950 1.831 0.253
+169980 1.830 0.254
+170010 1.830 0.254
+170040 1.830 0.254
+170070 1.829 0.254
+170100 1.829 0.254
+170130 1.828 0.255
+170160 1.828 0.255
+170190 1.827 0.255
+170220 1.827 0.255
+170250 1.827 0.255
+170280 1.826 0.256
+170310 1.826 0.256
+170340 1.825 0.256
+170370 1.825 0.256
+170400 1.824 0.256
+170430 1.824 0.257
+170460 1.823 0.257
+170490 1.823 0.257
+170520 1.822 0.257
+170550 1.822 0.258
+170580 1.821 0.258
+170610 1.820 0.258
+170640 1.820 0.258
+170670 1.819 0.258
+170700 1.819 0.259
+170730 1.818 0.259
+170760 1.817 0.259
+170790 1.816 0.259
+170820 1.816 0.259
+170850 1.815 0.260
+170880 1.814 0.260
+170910 1.813 0.260
+170940 1.812 0.260
+170970 1.811 0.260
+171000 1.810 0.260
+171030 1.809 0.261
+171060 1.809 0.261
+171090 1.807 0.261
+171120 1.806 0.261
+171150 1.805 0.261
+171180 1.804 0.261
+171210 1.803 0.261
+171240 1.802 0.261
+171270 1.801 0.262
+171300 1.800 0.262
+171330 1.798 0.262
+171360 1.797 0.262
+171390 1.796 0.262
+171420 1.795 0.262
+171450 1.793 0.262
+171480 1.792 0.262
+171510 1.790 0.262
+171540 1.789 0.262
+171570 1.788 0.262
+171600 1.786 0.262
+171630 1.786 0.262
+171660 1.785 0.262
+171690 1.785 0.263
+171720 1.784 0.263
+171750 1.784 0.263
+171780 1.783 0.263
+171810 1.782 0.263
+171840 1.782 0.263
+171870 1.781 0.263
+171900 1.781 0.263
+171930 1.780 0.263
+171960 1.779 0.263
+171990 1.779 0.263
+172020 1.778 0.263
+172050 1.777 0.263
+172080 1.776 0.263
+172110 1.776 0.263
+172140 1.775 0.263
+172170 1.774 0.263
+172200 1.773 0.263
+172230 1.772 0.263
+172260 1.772 0.262
+172290 1.771 0.262
+172320 1.770 0.262
+172350 1.769 0.262
+172380 1.768 0.262
+172410 1.767 0.262
+172440 1.766 0.262
+172470 1.765 0.262
+172500 1.764 0.262
+172530 1.763 0.261
+172560 1.762 0.261
+172590 1.761 0.261
+172620 1.760 0.261
+172650 1.759 0.261
+172680 1.758 0.261
+172710 1.757 0.260
+172740 1.756 0.260
+172770 1.755 0.260
+172800 1.754 0.260
+172830 1.752 0.260
+172860 1.751 0.260
+172890 1.750 0.260
+172920 1.748 0.261
+172950 1.747 0.261
+172980 1.745 0.261
+173010 1.744 0.261
+173040 1.743 0.261
+173070 1.741 0.262
+173100 1.740 0.262
+173130 1.739 0.262
+173160 1.737 0.262
+173190 1.736 0.262
+173220 1.734 0.262
+173250 1.733 0.263
+173280 1.732 0.263
+173310 1.730 0.263
+173340 1.729 0.263
+173370 1.727 0.263
+173400 1.726 0.263
+173430 1.724 0.264
+173460 1.723 0.264
+173490 1.722 0.264
+173520 1.720 0.264
+173550 1.719 0.264
+173580 1.717 0.264
+173610 1.716 0.264
+173640 1.714 0.264
+173670 1.713 0.265
+173700 1.712 0.265
+173730 1.710 0.265
+173760 1.709 0.265
+173790 1.707 0.265
+173820 1.706 0.265
+173850 1.704 0.265
+173880 1.703 0.265
+173910 1.701 0.265
+173940 1.700 0.265
+173970 1.698 0.265
+174000 1.697 0.265
+174030 1.695 0.266
+174060 1.694 0.266
+174090 1.692 0.266
+174120 1.691 0.266
+174150 1.689 0.266
+174180 1.688 0.266
+174210 1.686 0.266
+174240 1.685 0.267
+174270 1.683 0.267
+174300 1.682 0.267
+174330 1.680 0.267
+174360 1.679 0.267
+174390 1.677 0.267
+174420 1.676 0.267
+174450 1.674 0.268
+174480 1.673 0.268
+174510 1.671 0.268
+174540 1.669 0.268
+174570 1.668 0.268
+174600 1.666 0.268
+174630 1.665 0.268
+174660 1.663 0.269
+174690 1.662 0.269
+174720 1.660 0.269
+174750 1.659 0.269
+174780 1.657 0.269
+174810 1.655 0.269
+174840 1.654 0.269
+174870 1.652 0.270
+174900 1.651 0.270
+174930 1.649 0.270
+174960 1.647 0.270
+174990 1.646 0.270
+175020 1.644 0.270
+175050 1.643 0.270
+175080 1.641 0.271
+175110 1.639 0.271
+175140 1.638 0.271
+175170 1.636 0.271
+175200 1.635 0.271
+175230 1.633 0.271
+175260 1.632 0.271
+175290 1.630 0.271
+175320 1.629 0.271
+175350 1.627 0.270
+175380 1.626 0.270
+175410 1.624 0.270
+175440 1.623 0.270
+175470 1.621 0.270
+175500 1.620 0.270
+175530 1.618 0.270
+175560 1.617 0.270
+175590 1.615 0.270
+175620 1.614 0.270
+175650 1.612 0.270
+175680 1.611 0.270
+175710 1.609 0.270
+175740 1.608 0.269
+175770 1.606 0.269
+175800 1.605 0.269
+175830 1.603 0.269
+175860 1.602 0.269
+175890 1.600 0.269
+175920 1.599 0.269
+175950 1.597 0.269
+175980 1.596 0.269
+176010 1.594 0.269
+176040 1.593 0.269
+176070 1.591 0.269
+176100 1.590 0.269
+176130 1.588 0.269
+176160 1.587 0.269
+176190 1.585 0.269
+176220 1.584 0.269
+176250 1.582 0.269
+176280 1.581 0.269
+176310 1.579 0.269
+176340 1.578 0.269
+176370 1.577 0.269
+176400 1.575 0.269
+176430 1.573 0.269
+176460 1.571 0.270
+176490 1.569 0.270
+176520 1.567 0.271
+176550 1.566 0.271
+176580 1.564 0.272
+176610 1.562 0.272
+176640 1.560 0.273
+176670 1.558 0.273
+176700 1.556 0.273
+176730 1.555 0.274
+176760 1.553 0.274
+176790 1.551 0.275
+176820 1.549 0.275
+176850 1.547 0.276
+176880 1.546 0.276
+176910 1.544 0.277
+176940 1.542 0.277
+176970 1.540 0.278
+177000 1.538 0.278
+177030 1.537 0.279
+177060 1.535 0.279
+177090 1.533 0.280
+177120 1.531 0.280
+177150 1.530 0.281
+177180 1.528 0.281
+177210 1.526 0.282
+177240 1.525 0.282
+177270 1.523 0.283
+177300 1.521 0.283
+177330 1.520 0.284
+177360 1.518 0.284
+177390 1.516 0.285
+177420 1.515 0.285
+177450 1.513 0.286
+177480 1.511 0.286
+177510 1.510 0.287
+177540 1.508 0.287
+177570 1.506 0.288
+177600 1.505 0.288
+177630 1.504 0.289
+177660 1.504 0.289
+177690 1.503 0.289
+177720 1.503 0.290
+177750 1.502 0.290
+177780 1.502 0.290
+177810 1.501 0.290
+177840 1.501 0.291
+177870 1.501 0.291
+177900 1.500 0.291
+177930 1.500 0.291
+177960 1.500 0.292
+177990 1.499 0.292
+178020 1.499 0.292
+178050 1.499 0.292
+178080 1.499 0.293
+178110 1.498 0.293
+178140 1.498 0.293
+178170 1.498 0.293
+178200 1.498 0.294
+178230 1.498 0.294
+178260 1.498 0.294
+178290 1.498 0.294
+178320 1.498 0.295
+178350 1.497 0.295
+178380 1.497 0.295
+178410 1.497 0.295
+178440 1.497 0.296
+178470 1.497 0.296
+178500 1.498 0.296
+178530 1.498 0.296
+178560 1.498 0.297
+178590 1.498 0.297
+178620 1.498 0.297
+178650 1.498 0.297
+178680 1.498 0.298
+178710 1.499 0.298
+178740 1.499 0.298
+178770 1.499 0.298
+178800 1.499 0.299
+178830 1.500 0.299
+178860 1.500 0.299
+178890 1.501 0.299
+178920 1.501 0.299
+178950 1.502 0.300
+178980 1.503 0.300
+179010 1.503 0.300
+179040 1.504 0.300
+179070 1.504 0.301
+179100 1.505 0.301
+179130 1.506 0.301
+179160 1.506 0.301
+179190 1.507 0.301
+179220 1.507 0.302
+179250 1.508 0.302
+179280 1.509 0.302
+179310 1.509 0.302
+179340 1.510 0.303
+179370 1.511 0.303
+179400 1.511 0.303
+179430 1.512 0.303
+179460 1.513 0.304
+179490 1.513 0.304
+179520 1.514 0.304
+179550 1.515 0.304
+179580 1.516 0.305
+179610 1.516 0.305
+179640 1.517 0.305
+179670 1.518 0.305
+179700 1.519 0.306
+179730 1.519 0.306
+179760 1.520 0.306
+179790 1.521 0.307
+179820 1.522 0.307
+179850 1.522 0.307
+179880 1.523 0.307
+179910 1.524 0.308
+179940 1.525 0.308
+179970 1.525 0.308
+180000 1.526 0.309
+180030 1.526 0.308
+180060 1.525 0.308
+180090 1.525 0.308
+180120 1.524 0.307
+180150 1.523 0.307
+180180 1.523 0.307
+180210 1.522 0.307
+180240 1.522 0.306
+180270 1.521 0.306
+180300 1.521 0.306
+180330 1.520 0.306
+180360 1.519 0.305
+180390 1.519 0.305
+180420 1.518 0.305
+180450 1.518 0.305
+180480 1.517 0.304
+180510 1.517 0.304
+180540 1.516 0.304
+180570 1.516 0.303
+180600 1.515 0.303
+180630 1.515 0.303
+180660 1.515 0.303
+180690 1.514 0.302
+180720 1.514 0.302
+180750 1.513 0.302
+180780 1.513 0.302
+180810 1.512 0.301
+180840 1.512 0.301
+180870 1.511 0.301
+180900 1.511 0.301
+180930 1.511 0.300
+180960 1.510 0.300
+180990 1.510 0.300
+181020 1.510 0.300
+181050 1.509 0.299
+181080 1.509 0.299
+181110 1.508 0.299
+181140 1.508 0.298
+181170 1.508 0.298
+181200 1.507 0.298
+181230 1.507 0.297
+181260 1.506 0.297
+181290 1.506 0.296
+181320 1.505 0.296
+181350 1.505 0.295
+181380 1.505 0.295
+181410 1.504 0.294
+181440 1.504 0.294
+181470 1.503 0.294
+181500 1.503 0.293
+181530 1.502 0.293
+181560 1.502 0.292
+181590 1.501 0.292
+181620 1.501 0.291
+181650 1.500 0.291
+181680 1.500 0.291
+181710 1.499 0.290
+181740 1.499 0.290
+181770 1.498 0.289
+181800 1.498 0.289
+181830 1.497 0.289
+181860 1.497 0.288
+181890 1.496 0.288
+181920 1.496 0.288
+181950 1.496 0.287
+181980 1.495 0.287
+182010 1.495 0.287
+182040 1.494 0.286
+182070 1.494 0.286
+182100 1.493 0.286
+182130 1.493 0.285
+182160 1.492 0.285
+182190 1.492 0.285
+182220 1.491 0.285
+182250 1.491 0.284
+182280 1.490 0.284
+182310 1.490 0.284
+182340 1.489 0.284
+182370 1.489 0.283
+182400 1.488 0.283
+182430 1.487 0.283
+182460 1.486 0.282
+182490 1.485 0.282
+182520 1.484 0.282
+182550 1.483 0.281
+182580 1.482 0.281
+182610 1.480 0.281
+182640 1.479 0.280
+182670 1.478 0.280
+182700 1.477 0.280
+182730 1.476 0.279
+182760 1.475 0.279
+182790 1.474 0.279
+182820 1.473 0.278
+182850 1.472 0.278
+182880 1.470 0.278
+182910 1.469 0.277
+182940 1.468 0.277
+182970 1.467 0.277
+183000 1.466 0.276
+183030 1.465 0.276
+183060 1.464 0.276
+183090 1.463 0.275
+183120 1.462 0.275
+183150 1.461 0.275
+183180 1.460 0.275
+183210 1.459 0.274
+183240 1.458 0.274
+183270 1.456 0.274
+183300 1.455 0.274
+183330 1.454 0.273
+183360 1.453 0.273
+183390 1.452 0.273
+183420 1.451 0.272
+183450 1.450 0.272
+183480 1.449 0.272
+183510 1.448 0.272
+183540 1.447 0.271
+183570 1.446 0.271
+183600 1.445 0.271
+183630 1.444 0.271
+183660 1.443 0.271
+183690 1.441 0.270
+183720 1.440 0.270
+183750 1.439 0.270
+183780 1.438 0.270
+183810 1.437 0.269
+183840 1.436 0.269
+183870 1.434 0.269
+183900 1.433 0.269
+183930 1.432 0.269
+183960 1.431 0.268
+183990 1.430 0.268
+184020 1.429 0.268
+184050 1.428 0.268
+184080 1.426 0.268
+184110 1.425 0.267
+184140 1.424 0.267
+184170 1.423 0.267
+184200 1.422 0.267
+184230 1.421 0.267
+184260 1.420 0.266
+184290 1.419 0.266
+184320 1.418 0.266
+184350 1.417 0.266
+184380 1.416 0.266
+184410 1.415 0.266
+184440 1.414 0.266
+184470 1.413 0.265
+184500 1.412 0.265
+184530 1.411 0.265
+184560 1.410 0.265
+184590 1.409 0.265
+184620 1.408 0.265
+184650 1.407 0.264
+184680 1.406 0.264
+184710 1.405 0.264
+184740 1.404 0.264
+184770 1.403 0.264
+184800 1.402 0.264
+184830 1.400 0.264
+184860 1.399 0.263
+184890 1.397 0.263
+184920 1.396 0.263
+184950 1.395 0.263
+184980 1.393 0.262
+185010 1.392 0.262
+185040 1.390 0.262
+185070 1.389 0.262
+185100 1.387 0.261
+185130 1.386 0.261
+185160 1.385 0.261
+185190 1.383 0.260
+185220 1.382 0.260
+185250 1.381 0.260
+185280 1.379 0.259
+185310 1.378 0.259
+185340 1.377 0.259
+185370 1.375 0.258
+185400 1.374 0.258
+185430 1.373 0.258
+185460 1.372 0.257
+185490 1.370 0.257
+185520 1.369 0.257
+185550 1.368 0.256
+185580 1.367 0.256
+185610 1.365 0.256
+185640 1.364 0.255
+185670 1.363 0.255
+185700 1.362 0.254
+185730 1.361 0.254
+185760 1.359 0.254
+185790 1.358 0.253
+185820 1.357 0.253
+185850 1.356 0.252
+185880 1.355 0.252
+185910 1.354 0.251
+185940 1.353 0.251
+185970 1.351 0.251
+186000 1.350 0.250
+186030 1.349 0.250
+186060 1.349 0.249
+186090 1.348 0.249
+186120 1.347 0.248
+186150 1.346 0.248
+186180 1.345 0.247
+186210 1.344 0.247
+186240 1.343 0.246
+186270 1.342 0.246
+186300 1.341 0.245
+186330 1.340 0.245
+186360 1.339 0.244
+186390 1.338 0.244
+186420 1.337 0.243
+186450 1.337 0.243
+186480 1.336 0.242
+186510 1.335 0.242
+186540 1.334 0.241
+186570 1.333 0.240
+186600 1.332 0.240
+186630 1.331 0.239
+186660 1.330 0.239
+186690 1.330 0.238
+186720 1.329 0.238
+186750 1.328 0.237
+186780 1.327 0.236
+186810 1.326 0.236
+186840 1.325 0.235
+186870 1.324 0.235
+186900 1.324 0.234
+186930 1.323 0.233
+186960 1.322 0.233
+186990 1.321 0.232
+187020 1.320 0.231
+187050 1.319 0.231
+187080 1.318 0.230
+187110 1.318 0.229
+187140 1.317 0.229
+187170 1.316 0.228
+187200 1.315 0.227
+187230 1.314 0.227
+187260 1.312 0.227
+187290 1.311 0.226
+187320 1.310 0.226
+187350 1.308 0.226
+187380 1.307 0.225
+187410 1.306 0.225
+187440 1.304 0.225
+187470 1.303 0.224
+187500 1.302 0.224
+187530 1.300 0.224
+187560 1.299 0.223
+187590 1.298 0.223
+187620 1.296 0.223
+187650 1.295 0.222
+187680 1.294 0.222
+187710 1.293 0.222
+187740 1.291 0.222
+187770 1.290 0.221
+187800 1.289 0.221
+187830 1.288 0.221
+187860 1.286 0.220
+187890 1.285 0.220
+187920 1.284 0.220
+187950 1.283 0.219
+187980 1.282 0.219
+188010 1.281 0.219
+188040 1.279 0.218
+188070 1.278 0.218
+188100 1.277 0.218
+188130 1.276 0.217
+188160 1.275 0.217
+188190 1.274 0.217
+188220 1.273 0.216
+188250 1.272 0.216
+188280 1.271 0.216
+188310 1.270 0.215
+188340 1.269 0.215
+188370 1.268 0.215
+188400 1.267 0.214
+188430 1.266 0.215
+188460 1.266 0.215
+188490 1.266 0.215
+188520 1.265 0.216
+188550 1.265 0.216
+188580 1.265 0.216
+188610 1.264 0.217
+188640 1.264 0.217
+188670 1.264 0.217
+188700 1.263 0.218
+188730 1.263 0.218
+188760 1.263 0.218
+188790 1.262 0.219
+188820 1.262 0.219
+188850 1.262 0.219
+188880 1.262 0.219
+188910 1.261 0.220
+188940 1.261 0.220
+188970 1.261 0.220
+189000 1.260 0.221
+189030 1.260 0.221
+189060 1.260 0.221
+189090 1.260 0.221
+189120 1.259 0.222
+189150 1.259 0.222
+189180 1.259 0.222
+189210 1.259 0.222
+189240 1.258 0.223
+189270 1.258 0.223
+189300 1.258 0.223
+189330 1.258 0.223
+189360 1.257 0.224
+189390 1.257 0.224
+189420 1.257 0.224
+189450 1.257 0.224
+189480 1.257 0.224
+189510 1.256 0.225
+189540 1.256 0.225
+189570 1.256 0.225
+189600 1.256 0.225
+189630 1.256 0.226
+189660 1.256 0.226
+189690 1.256 0.227
+189720 1.257 0.228
+189750 1.257 0.228
+189780 1.257 0.229
+189810 1.257 0.229
+189840 1.257 0.230
+189870 1.258 0.230
+189900 1.258 0.231
+189930 1.258 0.231
+189960 1.258 0.232
+189990 1.259 0.232
+190020 1.259 0.233
+190050 1.259 0.234
+190080 1.259 0.234
+190110 1.260 0.235
+190140 1.260 0.235
+190170 1.260 0.236
+190200 1.260 0.236
+190230 1.261 0.237
+190260 1.261 0.237
+190290 1.261 0.238
+190320 1.262 0.238
+190350 1.262 0.239
+190380 1.262 0.239
+190410 1.262 0.240
+190440 1.263 0.240
+190470 1.263 0.241
+190500 1.263 0.241
+190530 1.264 0.242
+190560 1.264 0.242
+190590 1.264 0.243
+190620 1.265 0.243
+190650 1.265 0.243
+190680 1.265 0.244
+190710 1.266 0.244
+190740 1.266 0.245
+190770 1.266 0.245
+190800 1.267 0.246
+190830 1.267 0.246
+190860 1.268 0.247
+190890 1.269 0.247
+190920 1.270 0.247
+190950 1.270 0.248
+190980 1.271 0.248
+191010 1.272 0.249
+191040 1.273 0.249
+191070 1.273 0.250
+191100 1.274 0.250
+191130 1.275 0.250
+191160 1.276 0.251
+191190 1.276 0.251
+191220 1.277 0.252
+191250 1.278 0.252
+191280 1.279 0.252
+191310 1.280 0.253
+191340 1.280 0.253
+191370 1.281 0.254
+191400 1.282 0.254
+191430 1.283 0.254
+191460 1.284 0.255
+191490 1.285 0.255
+191520 1.285 0.255
+191550 1.286 0.256
+191580 1.287 0.256
+191610 1.288 0.256
+191640 1.289 0.257
+191670 1.290 0.257
+191700 1.290 0.258
+191730 1.291 0.258
+191760 1.292 0.258
+191790 1.293 0.259
+191820 1.294 0.259
+191850 1.295 0.259
+191880 1.295 0.260
+191910 1.296 0.260
+191940 1.297 0.260
+191970 1.298 0.260
+192000 1.299 0.261
+192030 1.300 0.261
+192060 1.301 0.262
+192090 1.302 0.262
+192120 1.303 0.262
+192150 1.303 0.263
+192180 1.304 0.263
+192210 1.305 0.264
+192240 1.306 0.264
+192270 1.307 0.264
+192300 1.308 0.265
+192330 1.309 0.265
+192360 1.310 0.266
+192390 1.311 0.266
+192420 1.312 0.266
+192450 1.313 0.267
+192480 1.313 0.267
+192510 1.314 0.267
+192540 1.315 0.268
+192570 1.316 0.268
+192600 1.317 0.268
+192630 1.318 0.269
+192660 1.319 0.269
+192690 1.320 0.269
+192720 1.321 0.269
+192750 1.322 0.270
+192780 1.323 0.270
+192810 1.324 0.270
+192840 1.325 0.271
+192870 1.326 0.271
+192900 1.327 0.271
+192930 1.328 0.271
+192960 1.329 0.272
+192990 1.330 0.272
+193020 1.331 0.272
+193050 1.332 0.272
+193080 1.333 0.273
+193110 1.334 0.273
+193140 1.335 0.273
+193170 1.336 0.273
+193200 1.337 0.273
+193230 1.338 0.274
+193260 1.338 0.274
+193290 1.339 0.275
+193320 1.340 0.275
+193350 1.340 0.276
+193380 1.341 0.276
+193410 1.342 0.277
+193440 1.342 0.277
+193470 1.343 0.278
+193500 1.344 0.278
+193530 1.344 0.279
+193560 1.345 0.279
+193590 1.346 0.280
+193620 1.346 0.280
+193650 1.347 0.280
+193680 1.348 0.281
+193710 1.348 0.281
+193740 1.349 0.282
+193770 1.350 0.282
+193800 1.350 0.283
+193830 1.351 0.283
+193860 1.352 0.284
+193890 1.352 0.284
+193920 1.353 0.285
+193950 1.354 0.285
+193980 1.354 0.286
+194010 1.355 0.286
+194040 1.356 0.287
+194070 1.356 0.287
+194100 1.357 0.288
+194130 1.358 0.288
+194160 1.359 0.288
+194190 1.359 0.289
+194220 1.360 0.289
+194250 1.361 0.290
+194280 1.361 0.290
+194310 1.362 0.291
+194340 1.363 0.291
+194370 1.363 0.292
+194400 1.364 0.292
+194430 1.363 0.292
+194460 1.362 0.292
+194490 1.362 0.292
+194520 1.361 0.293
+194550 1.360 0.293
+194580 1.359 0.293
+194610 1.359 0.293
+194640 1.358 0.293
+194670 1.357 0.293
+194700 1.356 0.293
+194730 1.356 0.293
+194760 1.355 0.293
+194790 1.354 0.293
+194820 1.354 0.293
+194850 1.353 0.293
+194880 1.352 0.293
+194910 1.351 0.293
+194940 1.351 0.294
+194970 1.350 0.294
+195000 1.349 0.294
+195030 1.348 0.294
+195060 1.348 0.294
+195090 1.347 0.294
+195120 1.346 0.294
+195150 1.345 0.294
+195180 1.345 0.294
+195210 1.344 0.294
+195240 1.343 0.294
+195270 1.342 0.294
+195300 1.342 0.294
+195330 1.341 0.294
+195360 1.340 0.294
+195390 1.339 0.295
+195420 1.339 0.295
+195450 1.338 0.295
+195480 1.337 0.295
+195510 1.336 0.295
+195540 1.336 0.295
+195570 1.335 0.295
+195600 1.334 0.295
+195630 1.333 0.295
+195660 1.331 0.294
+195690 1.330 0.294
+195720 1.328 0.294
+195750 1.327 0.293
+195780 1.325 0.293
+195810 1.324 0.293
+195840 1.322 0.292
+195870 1.321 0.292
+195900 1.319 0.292
+195930 1.318 0.291
+195960 1.317 0.291
+195990 1.315 0.291
+196020 1.314 0.290
+196050 1.312 0.290
+196080 1.311 0.290
+196110 1.309 0.289
+196140 1.308 0.289
+196170 1.306 0.289
+196200 1.305 0.288
+196230 1.304 0.288
+196260 1.302 0.288
+196290 1.301 0.287
+196320 1.299 0.287
+196350 1.298 0.287
+196380 1.297 0.286
+196410 1.295 0.286
+196440 1.294 0.286
+196470 1.292 0.285
+196500 1.291 0.285
+196530 1.290 0.285
+196560 1.288 0.284
+196590 1.287 0.284
+196620 1.286 0.284
+196650 1.284 0.283
+196680 1.283 0.283
+196710 1.281 0.283
+196740 1.280 0.282
+196770 1.279 0.282
+196800 1.277 0.282
+196830 1.276 0.281
+196860 1.275 0.280
+196890 1.273 0.279
+196920 1.272 0.279
+196950 1.271 0.278
+196980 1.269 0.277
+197010 1.268 0.276
+197040 1.267 0.276
+197070 1.266 0.275
+197100 1.264 0.274
+197130 1.263 0.273
+197160 1.262 0.273
+197190 1.261 0.272
+197220 1.260 0.271
+197250 1.259 0.270
+197280 1.257 0.270
+197310 1.256 0.269
+197340 1.255 0.268
+197370 1.254 0.267
+197400 1.253 0.267
+197430 1.252 0.266
+197460 1.251 0.265
+197490 1.250 0.264
+197520 1.249 0.264
+197550 1.248 0.263
+197580 1.247 0.262
+197610 1.246 0.261
+197640 1.245 0.261
+197670 1.244 0.260
+197700 1.243 0.259
+197730 1.242 0.259
+197760 1.241 0.258
+197790 1.240 0.257
+197820 1.239 0.256
+197850 1.238 0.256
+197880 1.237 0.255
+197910 1.237 0.254
+197940 1.236 0.253
+197970 1.235 0.253
+198000 1.234 0.252
+198030 1.233 0.251
+198060 1.232 0.251
+198090 1.231 0.250
+198120 1.230 0.250
+198150 1.229 0.249
+198180 1.228 0.249
+198210 1.227 0.248
+198240 1.226 0.248
+198270 1.225 0.247
+198300 1.224 0.247
+198330 1.223 0.246
+198360 1.223 0.246
+198390 1.222 0.245
+198420 1.221 0.245
+198450 1.220 0.244
+198480 1.219 0.244
+198510 1.218 0.243
+198540 1.217 0.243
+198570 1.217 0.242
+198600 1.216 0.242
+198630 1.215 0.241
+198660 1.214 0.241
+198690 1.213 0.240
+198720 1.213 0.240
+198750 1.212 0.240
+198780 1.211 0.239
+198810 1.210 0.239
+198840 1.210 0.238
+198870 1.209 0.238
+198900 1.208 0.237
+198930 1.207 0.237
+198960 1.207 0.237
+198990 1.206 0.236
+199020 1.205 0.236
+199050 1.205 0.235
+199080 1.204 0.235
+199110 1.203 0.234
+199140 1.203 0.234
+199170 1.202 0.234
+199200 1.202 0.233
+199230 1.201 0.233
+199260 1.200 0.233
+199290 1.199 0.233
+199320 1.199 0.233
+199350 1.198 0.233
+199380 1.197 0.233
+199410 1.196 0.233
+199440 1.196 0.233
+199470 1.195 0.233
+199500 1.194 0.233
+199530 1.194 0.234
+199560 1.193 0.234
+199590 1.192 0.234
+199620 1.191 0.234
+199650 1.191 0.234
+199680 1.190 0.234
+199710 1.189 0.234
+199740 1.189 0.234
+199770 1.188 0.234
+199800 1.187 0.234
+199830 1.187 0.234
+199860 1.186 0.234
+199890 1.185 0.234
+199920 1.185 0.234
+199950 1.184 0.234
+199980 1.183 0.235
+200010 1.183 0.235
+200040 1.182 0.235
+200070 1.181 0.235
+200100 1.181 0.235
+200130 1.180 0.235
+200160 1.179 0.235
+200190 1.179 0.235
+200220 1.178 0.235
+200250 1.178 0.236
+200280 1.177 0.236
+200310 1.176 0.236
+200340 1.176 0.236
+200370 1.175 0.236
+200400 1.174 0.236
+200430 1.174 0.237
+200460 1.174 0.237
+200490 1.174 0.238
+200520 1.174 0.238
+200550 1.174 0.239
+200580 1.173 0.239
+200610 1.173 0.240
+200640 1.173 0.241
+200670 1.173 0.241
+200700 1.173 0.242
+200730 1.172 0.242
+200760 1.172 0.243
+200790 1.172 0.243
+200820 1.172 0.244
+200850 1.172 0.245
+200880 1.172 0.245
+200910 1.172 0.246
+200940 1.171 0.246
+200970 1.171 0.247
+201000 1.171 0.247
+201030 1.171 0.248
+201060 1.171 0.249
+201090 1.171 0.249
+201120 1.171 0.250
+201150 1.170 0.250
+201180 1.170 0.251
+201210 1.170 0.252
+201240 1.170 0.252
+201270 1.170 0.253
+201300 1.170 0.253
+201330 1.170 0.254
+201360 1.170 0.255
+201390 1.170 0.255
+201420 1.170 0.256
+201450 1.169 0.257
+201480 1.169 0.257
+201510 1.169 0.258
+201540 1.169 0.259
+201570 1.169 0.259
+201600 1.169 0.260
+201630 1.169 0.260
+201660 1.169 0.261
+201690 1.168 0.261
+201720 1.168 0.262
+201750 1.168 0.262
+201780 1.168 0.263
+201810 1.168 0.263
+201840 1.168 0.264
+201870 1.167 0.264
+201900 1.167 0.265
+201930 1.167 0.265
+201960 1.167 0.266
+201990 1.167 0.266
+202020 1.167 0.267
+202050 1.166 0.267
+202080 1.166 0.268
+202110 1.166 0.268
+202140 1.166 0.268
+202170 1.166 0.269
+202200 1.166 0.269
+202230 1.166 0.270
+202260 1.165 0.270
+202290 1.165 0.270
+202320 1.165 0.271
+202350 1.165 0.271
+202380 1.165 0.272
+202410 1.165 0.272
+202440 1.165 0.272
+202470 1.165 0.273
+202500 1.165 0.273
+202530 1.164 0.273
+202560 1.164 0.274
+202590 1.164 0.274
+202620 1.164 0.274
+202650 1.164 0.275
+202680 1.164 0.275
+202710 1.164 0.275
+202740 1.164 0.275
+202770 1.164 0.276
+202800 1.164 0.276
+202830 1.165 0.276
+202860 1.167 0.276
+202890 1.168 0.276
+202920 1.169 0.276
+202950 1.171 0.276
+202980 1.172 0.276
+203010 1.174 0.276
+203040 1.175 0.276
+203070 1.176 0.276
+203100 1.178 0.276
+203130 1.179 0.276
+203160 1.180 0.276
+203190 1.182 0.276
+203220 1.183 0.276
+203250 1.185 0.276
+203280 1.186 0.276
+203310 1.187 0.276
+203340 1.189 0.276
+203370 1.190 0.276
+203400 1.191 0.276
+203430 1.193 0.276
+203460 1.194 0.276
+203490 1.195 0.276
+203520 1.197 0.276
+203550 1.198 0.276
+203580 1.199 0.276
+203610 1.201 0.276
+203640 1.202 0.276
+203670 1.203 0.276
+203700 1.205 0.276
+203730 1.206 0.276
+203760 1.207 0.276
+203790 1.209 0.276
+203820 1.210 0.276
+203850 1.211 0.276
+203880 1.213 0.276
+203910 1.214 0.276
+203940 1.215 0.276
+203970 1.217 0.276
+204000 1.218 0.276
+204030 1.220 0.276
+204060 1.222 0.277
+204090 1.224 0.277
+204120 1.226 0.278
+204150 1.228 0.278
+204180 1.229 0.278
+204210 1.231 0.279
+204240 1.233 0.279
+204270 1.235 0.280
+204300 1.237 0.280
+204330 1.239 0.280
+204360 1.241 0.281
+204390 1.243 0.281
+204420 1.245 0.282
+204450 1.246 0.282
+204480 1.248 0.283
+204510 1.250 0.283
+204540 1.252 0.283
+204570 1.254 0.284
+204600 1.256 0.284
+204630 1.258 0.285
+204660 1.259 0.285
+204690 1.261 0.285
+204720 1.263 0.286
+204750 1.265 0.286
+204780 1.267 0.287
+204810 1.268 0.287
+204840 1.270 0.287
+204870 1.272 0.288
+204900 1.274 0.288
+204930 1.275 0.289
+204960 1.277 0.289
+204990 1.279 0.289
+205020 1.281 0.290
+205050 1.282 0.290
+205080 1.284 0.291
+205110 1.286 0.291
+205140 1.287 0.291
+205170 1.289 0.292
+205200 1.291 0.292
+205230 1.294 0.292
+205260 1.297 0.293
+205290 1.300 0.293
+205320 1.302 0.293
+205350 1.305 0.293
+205380 1.308 0.293
+205410 1.311 0.294
+205440 1.314 0.294
+205470 1.317 0.294
+205500 1.320 0.294
+205530 1.323 0.294
+205560 1.326 0.294
+205590 1.329 0.295
+205620 1.332 0.295
+205650 1.334 0.295
+205680 1.337 0.295
+205710 1.340 0.295
+205740 1.343 0.295
+205770 1.346 0.296
+205800 1.349 0.296
+205830 1.352 0.296
+205860 1.355 0.296
+205890 1.358 0.296
+205920 1.361 0.296
+205950 1.364 0.296
+205980 1.366 0.296
+206010 1.369 0.297
+206040 1.372 0.297
+206070 1.375 0.297
+206100 1.378 0.297
+206130 1.381 0.297
+206160 1.384 0.297
+206190 1.387 0.297
+206220 1.390 0.297
+206250 1.393 0.297
+206280 1.396 0.297
+206310 1.399 0.298
+206340 1.401 0.298
+206370 1.404 0.298
+206400 1.407 0.298
+206430 1.412 0.298
+206460 1.416 0.297
+206490 1.420 0.297
+206520 1.425 0.297
+206550 1.429 0.297
+206580 1.433 0.297
+206610 1.438 0.296
+206640 1.442 0.296
+206670 1.447 0.296
+206700 1.451 0.296
+206730 1.455 0.296
+206760 1.460 0.296
+206790 1.464 0.295
+206820 1.468 0.295
+206850 1.472 0.295
+206880 1.477 0.295
+206910 1.481 0.295
+206940 1.485 0.295
+206970 1.490 0.294
+207000 1.494 0.294
+207030 1.498 0.294
+207060 1.502 0.294
+207090 1.507 0.294
+207120 1.511 0.294
+207150 1.515 0.294
+207180 1.519 0.294
+207210 1.523 0.293
+207240 1.528 0.293
+207270 1.532 0.293
+207300 1.536 0.293
+207330 1.540 0.293
+207360 1.544 0.293
+207390 1.549 0.293
+207420 1.553 0.293
+207450 1.557 0.293
+207480 1.561 0.293
+207510 1.565 0.292
+207540 1.569 0.292
+207570 1.574 0.292
+207600 1.578 0.292
+207630 1.582 0.292
+207660 1.587 0.292
+207690 1.591 0.292
+207720 1.596 0.292
+207750 1.600 0.292
+207780 1.605 0.292
+207810 1.609 0.292
+207840 1.614 0.292
+207870 1.618 0.292
+207900 1.623 0.292
+207930 1.627 0.292
+207960 1.632 0.292
+207990 1.636 0.292
+208020 1.641 0.292
+208050 1.645 0.292
+208080 1.649 0.292
+208110 1.654 0.292
+208140 1.658 0.292
+208170 1.663 0.292
+208200 1.667 0.292
+208230 1.671 0.292
+208260 1.676 0.292
+208290 1.680 0.292
+208320 1.685 0.292
+208350 1.689 0.292
+208380 1.693 0.292
+208410 1.698 0.292
+208440 1.702 0.292
+208470 1.706 0.292
+208500 1.711 0.292
+208530 1.715 0.292
+208560 1.719 0.292
+208590 1.724 0.292
+208620 1.728 0.292
+208650 1.732 0.292
+208680 1.737 0.292
+208710 1.741 0.292
+208740 1.745 0.292
+208770 1.749 0.292
+208800 1.754 0.292
+208830 1.759 0.292
+208860 1.764 0.292
+208890 1.769 0.292
+208920 1.775 0.292
+208950 1.780 0.292
+208980 1.785 0.292
+209010 1.791 0.291
+209040 1.796 0.291
+209070 1.801 0.291
+209100 1.806 0.291
+209130 1.812 0.291
+209160 1.817 0.291
+209190 1.822 0.291
+209220 1.828 0.291
+209250 1.833 0.291
+209280 1.838 0.291
+209310 1.843 0.291
+209340 1.849 0.290
+209370 1.854 0.290
+209400 1.859 0.290
+209430 1.864 0.290
+209460 1.870 0.290
+209490 1.875 0.290
+209520 1.880 0.290
+209550 1.886 0.290
+209580 1.891 0.290
+209610 1.896 0.290
+209640 1.901 0.290
+209670 1.907 0.290
+209700 1.912 0.290
+209730 1.917 0.290
+209760 1.922 0.290
+209790 1.928 0.290
+209820 1.933 0.290
+209850 1.938 0.290
+209880 1.944 0.290
+209910 1.949 0.290
+209940 1.954 0.290
+209970 1.959 0.290
+210000 1.965 0.290
+210030 1.969 0.289
+210060 1.973 0.289
+210090 1.978 0.288
+210120 1.982 0.288
+210150 1.987 0.288
+210180 1.991 0.287
+210210 1.995 0.287
+210240 2.000 0.286
+210270 2.004 0.286
+210300 2.009 0.286
+210330 2.013 0.285
+210360 2.017 0.285
+210390 2.022 0.285
+210420 2.026 0.284
+210450 2.030 0.284
+210480 2.035 0.284
+210510 2.039 0.283
+210540 2.043 0.283
+210570 2.048 0.282
+210600 2.052 0.282
+210630 2.056 0.282
+210660 2.061 0.281
+210690 2.065 0.281
+210720 2.069 0.281
+210750 2.074 0.280
+210780 2.078 0.280
+210810 2.082 0.280
+210840 2.087 0.280
+210870 2.091 0.279
+210900 2.095 0.279
+210930 2.099 0.279
+210960 2.104 0.278
+210990 2.108 0.278
+211020 2.112 0.278
+211050 2.117 0.277
+211080 2.121 0.277
+211110 2.125 0.277
+211140 2.129 0.277
+211170 2.134 0.276
+211200 2.138 0.276
+211230 2.141 0.276
+211260 2.144 0.276
+211290 2.147 0.276
+211320 2.149 0.275
+211350 2.152 0.275
+211380 2.155 0.275
+211410 2.158 0.275
+211440 2.161 0.275
+211470 2.164 0.275
+211500 2.167 0.275
+211530 2.169 0.274
+211560 2.172 0.274
+211590 2.175 0.274
+211620 2.178 0.274
+211650 2.181 0.274
+211680 2.184 0.273
+211710 2.186 0.273
+211740 2.189 0.273
+211770 2.192 0.273
+211800 2.195 0.273
+211830 2.198 0.272
+211860 2.200 0.272
+211890 2.203 0.272
+211920 2.206 0.272
+211950 2.209 0.272
+211980 2.211 0.271
+212010 2.214 0.271
+212040 2.217 0.271
+212070 2.219 0.271
+212100 2.222 0.271
+212130 2.225 0.270
+212160 2.228 0.270
+212190 2.230 0.270
+212220 2.233 0.270
+212250 2.236 0.269
+212280 2.238 0.269
+212310 2.241 0.269
+212340 2.244 0.269
+212370 2.246 0.268
+212400 2.249 0.268
+212430 2.253 0.268
+212460 2.256 0.268
+212490 2.260 0.268
+212520 2.263 0.268
+212550 2.267 0.268
+212580 2.271 0.268
+212610 2.274 0.268
+212640 2.278 0.267
+212670 2.281 0.267
+212700 2.285 0.267
+212730 2.288 0.267
+212760 2.292 0.267
+212790 2.295 0.267
+212820 2.299 0.267
+212850 2.303 0.267
+212880 2.306 0.267
+212910 2.309 0.267
+212940 2.313 0.267
+212970 2.316 0.267
+213000 2.320 0.267
+213030 2.323 0.267
+213060 2.327 0.267
+213090 2.330 0.266
+213120 2.334 0.266
+213150 2.337 0.266
+213180 2.340 0.266
+213210 2.344 0.266
+213240 2.347 0.266
+213270 2.351 0.266
+213300 2.354 0.266
+213330 2.357 0.266
+213360 2.361 0.266
+213390 2.364 0.266
+213420 2.367 0.266
+213450 2.371 0.266
+213480 2.374 0.266
+213510 2.377 0.266
+213540 2.380 0.265
+213570 2.384 0.265
+213600 2.387 0.265
+213630 2.392 0.265
+213660 2.397 0.265
+213690 2.402 0.266
+213720 2.407 0.266
+213750 2.412 0.266
+213780 2.417 0.266
+213810 2.422 0.266
+213840 2.427 0.266
+213870 2.432 0.266
+213900 2.437 0.266
+213930 2.442 0.266
+213960 2.447 0.266
+213990 2.452 0.266
+214020 2.457 0.266
+214050 2.462 0.266
+214080 2.467 0.266
+214110 2.471 0.266
+214140 2.476 0.266
+214170 2.481 0.266
+214200 2.486 0.266
+214230 2.491 0.266
+214260 2.496 0.266
+214290 2.501 0.266
+214320 2.506 0.266
+214350 2.511 0.266
+214380 2.516 0.266
+214410 2.521 0.266
+214440 2.526 0.266
+214470 2.531 0.266
+214500 2.536 0.266
+214530 2.540 0.266
+214560 2.545 0.266
+214590 2.550 0.266
+214620 2.555 0.266
+214650 2.560 0.266
+214680 2.565 0.266
+214710 2.570 0.266
+214740 2.575 0.266
+214770 2.580 0.266
+214800 2.584 0.265
+214830 2.590 0.265
+214860 2.596 0.265
+214890 2.602 0.265
+214920 2.609 0.265
+214950 2.615 0.265
+214980 2.621 0.265
+215010 2.627 0.265
+215040 2.633 0.265
+215070 2.639 0.265
+215100 2.645 0.265
+215130 2.651 0.265
+215160 2.657 0.265
+215190 2.663 0.265
+215220 2.669 0.265
+215250 2.675 0.265
+215280 2.681 0.265
+215310 2.687 0.265
+215340 2.693 0.264
+215370 2.699 0.264
+215400 2.705 0.264
+215430 2.711 0.264
+215460 2.717 0.264
+215490 2.723 0.264
+215520 2.729 0.264
+215550 2.735 0.263
+215580 2.741 0.263
+215610 2.747 0.263
+215640 2.753 0.263
+215670 2.759 0.263
+215700 2.765 0.262
+215730 2.771 0.262
+215760 2.777 0.262
+215790 2.783 0.262
+215820 2.789 0.261
+215850 2.795 0.261
+215880 2.801 0.261
+215910 2.807 0.261
+215940 2.813 0.260
+215970 2.819 0.260
+216000  nan   nan
+216030  nan   nan
+216060  nan   nan
+216090  nan   nan
+216120  nan   nan
+216150  nan   nan
+216180  nan   nan
+216210  nan   nan
+216240  nan   nan
+216270  nan   nan
+216300  nan   nan
+216330  nan   nan
+216360  nan   nan
+216390  nan   nan
+216420  nan   nan
+216450  nan   nan
+216480  nan   nan
+216510  nan   nan
+216540  nan   nan
+216570  nan   nan
+216600  nan   nan
+216630  nan   nan
+216660  nan   nan
+216690  nan   nan
+216720  nan   nan
+216750  nan   nan
+216780  nan   nan
+216810  nan   nan
+216840  nan   nan
+216870  nan   nan
+216900  nan   nan
+216930  nan   nan
+216960  nan   nan
+216990  nan   nan
+217020  nan   nan
+217050  nan   nan
+217080  nan   nan
+217110  nan   nan
+217140  nan   nan
+217170  nan   nan
+217200  nan   nan
+217230  nan   nan
+217260  nan   nan
+217290  nan   nan
+217320  nan   nan
+217350  nan   nan
+217380  nan   nan
+217410  nan   nan
+217440  nan   nan
+217470  nan   nan
+217500  nan   nan
+217530  nan   nan
+217560  nan   nan
+217590  nan   nan
+217620  nan   nan
+217650  nan   nan
+217680  nan   nan
+217710  nan   nan
+217740  nan   nan
+217770  nan   nan
+217800  nan   nan
+217830  nan   nan
+217860  nan   nan
+217890  nan   nan
+217920  nan   nan
+217950  nan   nan
+217980  nan   nan
+218010  nan   nan
+218040  nan   nan
+218070  nan   nan
+218100  nan   nan
+218130  nan   nan
+218160  nan   nan
+218190  nan   nan
+218220  nan   nan
+218250  nan   nan
+218280  nan   nan
+218310  nan   nan
+218340  nan   nan
+218370  nan   nan
+218400  nan   nan
+218430  nan   nan
+218460  nan   nan
+218490  nan   nan
+218520  nan   nan
+218550  nan   nan
+218580  nan   nan
+218610  nan   nan
+218640  nan   nan
+218670  nan   nan
+218700  nan   nan
+218730  nan   nan
+218760  nan   nan
+218790  nan   nan
+218820  nan   nan
+218850  nan   nan
+218880  nan   nan
+218910  nan   nan
+218940  nan   nan
+218970  nan   nan
+219000  nan   nan
+219030  nan   nan
+219060  nan   nan
+219090  nan   nan
+219120  nan   nan
+219150  nan   nan
+219180  nan   nan
+219210  nan   nan
+219240  nan   nan
+219270  nan   nan
+219300  nan   nan
+219330  nan   nan
+219360  nan   nan
+219390  nan   nan
+219420  nan   nan
+219450  nan   nan
+219480  nan   nan
+219510  nan   nan
+219540  nan   nan
+219570  nan   nan
+219600  nan   nan
+219630  nan   nan
+219660  nan   nan
+219690  nan   nan
+219720  nan   nan
+219750  nan   nan
+219780  nan   nan
+219810  nan   nan
+219840  nan   nan
+219870  nan   nan
+219900  nan   nan
+219930  nan   nan
+219960  nan   nan
+219990  nan   nan
+220020  nan   nan
+220050  nan   nan
+220080  nan   nan
+220110  nan   nan
+220140  nan   nan
+220170  nan   nan
+220200  nan   nan
+220230  nan   nan
+220260  nan   nan
+220290  nan   nan
+220320  nan   nan
+220350  nan   nan
+220380  nan   nan
+220410  nan   nan
+220440  nan   nan
+220470  nan   nan
+220500  nan   nan
+220530  nan   nan
+220560  nan   nan
+220590  nan   nan
+220620  nan   nan
+220650  nan   nan
+220680  nan   nan
+220710  nan   nan
+220740  nan   nan
+220770  nan   nan
+220800  nan   nan
+220830  nan   nan
+220860  nan   nan
+220890  nan   nan
+220920  nan   nan
+220950  nan   nan
+220980  nan   nan
+221010  nan   nan
+221040  nan   nan
+221070  nan   nan
+221100  nan   nan
+221130  nan   nan
+221160  nan   nan
+221190  nan   nan
+221220  nan   nan
+221250  nan   nan
+221280  nan   nan
+221310  nan   nan
+221340  nan   nan
+221370  nan   nan
+221400  nan   nan
+221430  nan   nan
+221460  nan   nan
+221490  nan   nan
+221520  nan   nan
+221550  nan   nan
+221580  nan   nan
+221610  nan   nan
+221640  nan   nan
+221670  nan   nan
+221700  nan   nan
+221730  nan   nan
+221760  nan   nan
+221790  nan   nan
+221820  nan   nan
+221850  nan   nan
+221880  nan   nan
+221910  nan   nan
+221940  nan   nan
+221970  nan   nan
+222000  nan   nan
+222030  nan   nan
+222060  nan   nan
+222090  nan   nan
+222120  nan   nan
+222150  nan   nan
+222180  nan   nan
+222210  nan   nan
+222240  nan   nan
+222270  nan   nan
+222300  nan   nan
+222330  nan   nan
+222360  nan   nan
+222390  nan   nan
+222420  nan   nan
+222450  nan   nan
+222480  nan   nan
+222510  nan   nan
+222540  nan   nan
+222570  nan   nan
+222600  nan   nan
+222630  nan   nan
+222660  nan   nan
+222690  nan   nan
+222720  nan   nan
+222750  nan   nan
+222780  nan   nan
+222810  nan   nan
+222840  nan   nan
+222870  nan   nan
+222900  nan   nan
+222930  nan   nan
+222960  nan   nan
+222990  nan   nan
+223020  nan   nan
+223050  nan   nan
+223080  nan   nan
+223110  nan   nan
+223140  nan   nan
+223170  nan   nan
+223200  nan   nan
+223230  nan   nan
+223260  nan   nan
+223290  nan   nan
+223320  nan   nan
+223350  nan   nan
+223380  nan   nan
+223410  nan   nan
+223440  nan   nan
+223470  nan   nan
+223500  nan   nan
+223530  nan   nan
+223560  nan   nan
+223590  nan   nan
+223620  nan   nan
+223650  nan   nan
+223680  nan   nan
+223710  nan   nan
+223740  nan   nan
+223770  nan   nan
+223800  nan   nan
+223830  nan   nan
+223860  nan   nan
+223890  nan   nan
+223920  nan   nan
+223950  nan   nan
+223980  nan   nan
+224010  nan   nan
+224040  nan   nan
+224070  nan   nan
+224100  nan   nan
+224130  nan   nan
+224160  nan   nan
+224190  nan   nan
+224220  nan   nan
+224250  nan   nan
+224280  nan   nan
+224310  nan   nan
+224340  nan   nan
+224370  nan   nan
+224400  nan   nan
+224430  nan   nan
+224460  nan   nan
+224490  nan   nan
+224520  nan   nan
+224550  nan   nan
+224580  nan   nan
+224610  nan   nan
+224640  nan   nan
+224670  nan   nan
+224700  nan   nan
+224730  nan   nan
+224760  nan   nan
+224790  nan   nan
+224820  nan   nan
+224850  nan   nan
+224880  nan   nan
+224910  nan   nan
+224940  nan   nan
+224970  nan   nan
+225000  nan   nan
+225030  nan   nan
+225060  nan   nan
+225090  nan   nan
+225120  nan   nan
+225150  nan   nan
+225180  nan   nan
+225210  nan   nan
+225240  nan   nan
+225270  nan   nan
+225300  nan   nan
+225330  nan   nan
+225360  nan   nan
+225390  nan   nan
+225420  nan   nan
+225450  nan   nan
+225480  nan   nan
+225510  nan   nan
+225540  nan   nan
+225570  nan   nan
+225600  nan   nan
+225630  nan   nan
+225660  nan   nan
+225690  nan   nan
+225720  nan   nan
+225750  nan   nan
+225780  nan   nan
+225810  nan   nan
+225840  nan   nan
+225870  nan   nan
+225900  nan   nan
+225930  nan   nan
+225960  nan   nan
+225990  nan   nan
+226020  nan   nan
+226050  nan   nan
+226080  nan   nan
+226110  nan   nan
+226140  nan   nan
+226170  nan   nan
+226200  nan   nan
+226230  nan   nan
+226260  nan   nan
+226290  nan   nan
+226320  nan   nan
+226350  nan   nan
+226380  nan   nan
+226410  nan   nan
+226440  nan   nan
+226470  nan   nan
+226500  nan   nan
+226530  nan   nan
+226560  nan   nan
+226590  nan   nan
+226620  nan   nan
+226650  nan   nan
+226680  nan   nan
+226710  nan   nan
+226740  nan   nan
+226770  nan   nan
+226800  nan   nan
+226830  nan   nan
+226860  nan   nan
+226890  nan   nan
+226920  nan   nan
+226950  nan   nan
+226980  nan   nan
+227010  nan   nan
+227040  nan   nan
+227070  nan   nan
+227100  nan   nan
+227130  nan   nan
+227160  nan   nan
+227190  nan   nan
+227220  nan   nan
+227250  nan   nan
+227280  nan   nan
+227310  nan   nan
+227340  nan   nan
+227370  nan   nan
+227400  nan   nan
+227430  nan   nan
+227460  nan   nan
+227490  nan   nan
+227520  nan   nan
+227550  nan   nan
+227580  nan   nan
+227610  nan   nan
+227640  nan   nan
+227670  nan   nan
+227700  nan   nan
+227730  nan   nan
+227760  nan   nan
+227790  nan   nan
+227820  nan   nan
+227850  nan   nan
+227880  nan   nan
+227910  nan   nan
+227940  nan   nan
+227970  nan   nan
+228000  nan   nan
+228030  nan   nan
+228060  nan   nan
+228090  nan   nan
+228120  nan   nan
+228150  nan   nan
+228180  nan   nan
+228210  nan   nan
+228240  nan   nan
+228270  nan   nan
+228300  nan   nan
+228330  nan   nan
+228360  nan   nan
+228390  nan   nan
+228420  nan   nan
+228450  nan   nan
+228480  nan   nan
+228510  nan   nan
+228540  nan   nan
+228570  nan   nan
+228600  nan   nan
+228630  nan   nan
+228660  nan   nan
+228690  nan   nan
+228720  nan   nan
+228750  nan   nan
+228780  nan   nan
+228810  nan   nan
+228840  nan   nan
+228870  nan   nan
+228900  nan   nan
+228930  nan   nan
+228960  nan   nan
+228990  nan   nan
+229020  nan   nan
+229050  nan   nan
+229080  nan   nan
+229110  nan   nan
+229140  nan   nan
+229170  nan   nan
+229200  nan   nan
+229230  nan   nan
+229260  nan   nan
+229290  nan   nan
+229320  nan   nan
+229350  nan   nan
+229380  nan   nan
+229410  nan   nan
+229440  nan   nan
+229470  nan   nan
+229500  nan   nan
+229530  nan   nan
+229560  nan   nan
+229590  nan   nan
+229620  nan   nan
+229650  nan   nan
+229680  nan   nan
+229710  nan   nan
+229740  nan   nan
+229770  nan   nan
+229800  nan   nan
+229830  nan   nan
+229860  nan   nan
+229890  nan   nan
+229920  nan   nan
+229950  nan   nan
+229980  nan   nan
+230010  nan   nan
+230040  nan   nan
+230070  nan   nan
+230100  nan   nan
+230130  nan   nan
+230160  nan   nan
+230190  nan   nan
+230220  nan   nan
+230250  nan   nan
+230280  nan   nan
+230310  nan   nan
+230340  nan   nan
+230370  nan   nan
+230400  nan   nan
+230430  nan   nan
+230460  nan   nan
+230490  nan   nan
+230520  nan   nan
+230550  nan   nan
+230580  nan   nan
+230610  nan   nan
+230640  nan   nan
+230670  nan   nan
+230700  nan   nan
+230730  nan   nan
+230760  nan   nan
+230790  nan   nan
+230820  nan   nan
+230850  nan   nan
+230880  nan   nan
+230910  nan   nan
+230940  nan   nan
+230970  nan   nan
+231000  nan   nan
+231030  nan   nan
+231060  nan   nan
+231090  nan   nan
+231120  nan   nan
+231150  nan   nan
+231180  nan   nan
+231210  nan   nan
+231240  nan   nan
+231270  nan   nan
+231300  nan   nan
+231330  nan   nan
+231360  nan   nan
+231390  nan   nan
+231420  nan   nan
+231450  nan   nan
+231480  nan   nan
+231510  nan   nan
+231540  nan   nan
+231570  nan   nan
+231600  nan   nan
+231630  nan   nan
+231660  nan   nan
+231690  nan   nan
+231720  nan   nan
+231750  nan   nan
+231780  nan   nan
+231810  nan   nan
+231840  nan   nan
+231870  nan   nan
+231900  nan   nan
+231930  nan   nan
+231960  nan   nan
+231990  nan   nan
+232020  nan   nan
+232050  nan   nan
+232080  nan   nan
+232110  nan   nan
+232140  nan   nan
+232170  nan   nan
+232200  nan   nan
+232230  nan   nan
+232260  nan   nan
+232290  nan   nan
+232320  nan   nan
+232350  nan   nan
+232380  nan   nan
+232410  nan   nan
+232440  nan   nan
+232470  nan   nan
+232500  nan   nan
+232530  nan   nan
+232560  nan   nan
+232590  nan   nan
+232620  nan   nan
+232650  nan   nan
+232680  nan   nan
+232710  nan   nan
+232740  nan   nan
+232770  nan   nan
+232800  nan   nan
+232830  nan   nan
+232860  nan   nan
+232890  nan   nan
+232920  nan   nan
+232950  nan   nan
+232980  nan   nan
+233010  nan   nan
+233040  nan   nan
+233070  nan   nan
+233100  nan   nan
+233130  nan   nan
+233160  nan   nan
+233190  nan   nan
+233220  nan   nan
+233250  nan   nan
+233280  nan   nan
+233310  nan   nan
+233340  nan   nan
+233370  nan   nan
+233400  nan   nan
+233430  nan   nan
+233460  nan   nan
+233490  nan   nan
+233520  nan   nan
+233550  nan   nan
+233580  nan   nan
+233610  nan   nan
+233640  nan   nan
+233670  nan   nan
+233700  nan   nan
+233730  nan   nan
+233760  nan   nan
+233790  nan   nan
+233820  nan   nan
+233850  nan   nan
+233880  nan   nan
+233910  nan   nan
+233940  nan   nan
+233970  nan   nan
+234000  nan   nan
+234030  nan   nan
+234060  nan   nan
+234090  nan   nan
+234120  nan   nan
+234150  nan   nan
+234180  nan   nan
+234210  nan   nan
+234240  nan   nan
+234270  nan   nan
+234300  nan   nan
+234330  nan   nan
+234360  nan   nan
+234390  nan   nan
+234420  nan   nan
+234450  nan   nan
+234480  nan   nan
+234510  nan   nan
+234540  nan   nan
+234570  nan   nan
+234600  nan   nan
+234630  nan   nan
+234660  nan   nan
+234690  nan   nan
+234720  nan   nan
+234750  nan   nan
+234780  nan   nan
+234810  nan   nan
+234840  nan   nan
+234870  nan   nan
+234900  nan   nan
+234930  nan   nan
+234960  nan   nan
+234990  nan   nan
+235020  nan   nan
+235050  nan   nan
+235080  nan   nan
+235110  nan   nan
+235140  nan   nan
+235170  nan   nan
+235200  nan   nan
+235230  nan   nan
+235260  nan   nan
+235290  nan   nan
+235320  nan   nan
+235350  nan   nan
+235380  nan   nan
+235410  nan   nan
+235440  nan   nan
+235470  nan   nan
+235500  nan   nan
+235530  nan   nan
+235560  nan   nan
+235590  nan   nan
+235620  nan   nan
+235650  nan   nan
+235680  nan   nan
+235710  nan   nan
+235740  nan   nan
+235770  nan   nan
+235800  nan   nan
+235830  nan   nan
+235860  nan   nan
+235890  nan   nan
+235920  nan   nan
+235950  nan   nan
+235980  nan   nan
+236010  nan   nan
+236040  nan   nan
+236070  nan   nan
+236100  nan   nan
+236130  nan   nan
+236160  nan   nan
+236190  nan   nan
+236220  nan   nan
+236250  nan   nan
+236280  nan   nan
+236310  nan   nan
+236340  nan   nan
+236370  nan   nan
+236400  nan   nan
+236430  nan   nan
+236460  nan   nan
+236490  nan   nan
+236520  nan   nan
+236550  nan   nan
+236580  nan   nan
+236610  nan   nan
+236640  nan   nan
+236670  nan   nan
+236700  nan   nan
+236730  nan   nan
+236760  nan   nan
+236790  nan   nan
+236820  nan   nan
+236850  nan   nan
+236880  nan   nan
+236910  nan   nan
+236940  nan   nan
+236970  nan   nan
+237000  nan   nan
+237030  nan   nan
+237060  nan   nan
+237090  nan   nan
+237120  nan   nan
+237150  nan   nan
+237180  nan   nan
+237210  nan   nan
+237240  nan   nan
+237270  nan   nan
+237300  nan   nan
+237330  nan   nan
+237360  nan   nan
+237390  nan   nan
+237420  nan   nan
+237450  nan   nan
+237480  nan   nan
+237510  nan   nan
+237540  nan   nan
+237570  nan   nan
+237600  nan   nan
+237630  nan   nan
+237660  nan   nan
+237690  nan   nan
+237720  nan   nan
+237750  nan   nan
+237780  nan   nan
+237810  nan   nan
+237840  nan   nan
+237870  nan   nan
+237900  nan   nan
+237930  nan   nan
+237960  nan   nan
+237990  nan   nan
+238020  nan   nan
+238050  nan   nan
+238080  nan   nan
+238110  nan   nan
+238140  nan   nan
+238170  nan   nan
+238200  nan   nan
+238230  nan   nan
+238260  nan   nan
+238290  nan   nan
+238320  nan   nan
+238350  nan   nan
+238380  nan   nan
+238410  nan   nan
+238440  nan   nan
+238470  nan   nan
+238500  nan   nan
+238530  nan   nan
+238560  nan   nan
+238590  nan   nan
+238620  nan   nan
+238650  nan   nan
+238680  nan   nan
+238710  nan   nan
+238740  nan   nan
+238770  nan   nan
+238800  nan   nan
+238830  nan   nan
+238860  nan   nan
+238890  nan   nan
+238920  nan   nan
+238950  nan   nan
+238980  nan   nan
+239010  nan   nan
+239040  nan   nan
+239070  nan   nan
+239100  nan   nan
+239130  nan   nan
+239160  nan   nan
+239190  nan   nan
+239220  nan   nan
+239250  nan   nan
+239280  nan   nan
+239310  nan   nan
+239340  nan   nan
+239370  nan   nan
+239400  nan   nan
+239430  nan   nan
+239460  nan   nan
+239490  nan   nan
+239520  nan   nan
+239550  nan   nan
+239580  nan   nan
+239610  nan   nan
+239640  nan   nan
+239670  nan   nan
+239700  nan   nan
+239730  nan   nan
+239760  nan   nan
+239790  nan   nan
+239820  nan   nan
+239850  nan   nan
+239880  nan   nan
+239910  nan   nan
+239940  nan   nan
+239970  nan   nan
+240000  nan   nan
+240030  nan   nan
+240060  nan   nan
+240090  nan   nan
+240120  nan   nan
+240150  nan   nan
+240180  nan   nan
+240210  nan   nan
+240240  nan   nan
+240270  nan   nan
+240300  nan   nan
+240330  nan   nan
+240360  nan   nan
+240390  nan   nan
+240420  nan   nan
+240450  nan   nan
+240480  nan   nan
+240510  nan   nan
+240540  nan   nan
+240570  nan   nan
+240600  nan   nan
+240630  nan   nan
+240660  nan   nan
+240690  nan   nan
+240720  nan   nan
+240750  nan   nan
+240780  nan   nan
+240810  nan   nan
+240840  nan   nan
+240870  nan   nan
+240900  nan   nan
+240930  nan   nan
+240960  nan   nan
+240990  nan   nan
+241020  nan   nan
+241050  nan   nan
+241080  nan   nan
+241110  nan   nan
+241140  nan   nan
+241170  nan   nan
+241200  nan   nan
+241230  nan   nan
+241260  nan   nan
+241290  nan   nan
+241320  nan   nan
+241350  nan   nan
+241380  nan   nan
+241410  nan   nan
+241440  nan   nan
+241470  nan   nan
+241500  nan   nan
+241530  nan   nan
+241560  nan   nan
+241590  nan   nan
+241620  nan   nan
+241650  nan   nan
+241680  nan   nan
+241710  nan   nan
+241740  nan   nan
+241770  nan   nan
+241800  nan   nan
+241830  nan   nan
+241860  nan   nan
+241890  nan   nan
+241920  nan   nan
+241950  nan   nan
+241980  nan   nan
+242010  nan   nan
+242040  nan   nan
+242070  nan   nan
+242100  nan   nan
+242130  nan   nan
+242160  nan   nan
+242190  nan   nan
+242220  nan   nan
+242250  nan   nan
+242280  nan   nan
+242310  nan   nan
+242340  nan   nan
+242370  nan   nan
+242400  nan   nan
+242430  nan   nan
+242460  nan   nan
+242490  nan   nan
+242520  nan   nan
+242550  nan   nan
+242580  nan   nan
+242610  nan   nan
+242640  nan   nan
+242670  nan   nan
+242700  nan   nan
+242730  nan   nan
+242760  nan   nan
+242790  nan   nan
+242820  nan   nan
+242850  nan   nan
+242880  nan   nan
+242910  nan   nan
+242940  nan   nan
+242970  nan   nan
+243000  nan   nan
+243030  nan   nan
+243060  nan   nan
+243090  nan   nan
+243120  nan   nan
+243150  nan   nan
+243180  nan   nan
+243210  nan   nan
+243240  nan   nan
+243270  nan   nan
+243300  nan   nan
+243330  nan   nan
+243360  nan   nan
+243390  nan   nan
+243420  nan   nan
+243450  nan   nan
+243480  nan   nan
+243510  nan   nan
+243540  nan   nan
+243570  nan   nan
+243600  nan   nan
+243630  nan   nan
+243660  nan   nan
+243690  nan   nan
+243720  nan   nan
+243750  nan   nan
+243780  nan   nan
+243810  nan   nan
+243840  nan   nan
+243870  nan   nan
+243900  nan   nan
+243930  nan   nan
+243960  nan   nan
+243990  nan   nan
+244020  nan   nan
+244050  nan   nan
+244080  nan   nan
+244110  nan   nan
+244140  nan   nan
+244170  nan   nan
+244200  nan   nan
+244230  nan   nan
+244260  nan   nan
+244290  nan   nan
+244320  nan   nan
+244350  nan   nan
+244380  nan   nan
+244410  nan   nan
+244440  nan   nan
+244470  nan   nan
+244500  nan   nan
+244530  nan   nan
+244560  nan   nan
+244590  nan   nan
+244620  nan   nan
+244650  nan   nan
+244680  nan   nan
+244710  nan   nan
+244740  nan   nan
+244770  nan   nan
+244800  nan   nan
+244830  nan   nan
+244860  nan   nan
+244890  nan   nan
+244920  nan   nan
+244950  nan   nan
+244980  nan   nan
+245010  nan   nan
+245040  nan   nan
+245070  nan   nan
+245100  nan   nan
+245130  nan   nan
+245160  nan   nan
+245190  nan   nan
+245220  nan   nan
+245250  nan   nan
+245280  nan   nan
+245310  nan   nan
+245340  nan   nan
+245370  nan   nan
+245400  nan   nan
+245430  nan   nan
+245460  nan   nan
+245490  nan   nan
+245520  nan   nan
+245550  nan   nan
+245580  nan   nan
+245610  nan   nan
+245640  nan   nan
+245670  nan   nan
+245700  nan   nan
+245730  nan   nan
+245760  nan   nan
+245790  nan   nan
+245820  nan   nan
+245850  nan   nan
+245880  nan   nan
+245910  nan   nan
+245940  nan   nan
+245970  nan   nan
+246000  nan   nan
+246030  nan   nan
+246060  nan   nan
+246090  nan   nan
+246120  nan   nan
+246150  nan   nan
+246180  nan   nan
+246210  nan   nan
+246240  nan   nan
+246270  nan   nan
+246300  nan   nan
+246330  nan   nan
+246360  nan   nan
+246390  nan   nan
+246420  nan   nan
+246450  nan   nan
+246480  nan   nan
+246510  nan   nan
+246540  nan   nan
+246570  nan   nan
+246600  nan   nan
+246630  nan   nan
+246660  nan   nan
+246690  nan   nan
+246720  nan   nan
+246750  nan   nan
+246780  nan   nan
+246810  nan   nan
+246840  nan   nan
+246870  nan   nan
+246900  nan   nan
+246930  nan   nan
+246960  nan   nan
+246990  nan   nan
+247020  nan   nan
+247050  nan   nan
+247080  nan   nan
+247110  nan   nan
+247140  nan   nan
+247170  nan   nan
+247200  nan   nan
+247230  nan   nan
+247260  nan   nan
+247290  nan   nan
+247320  nan   nan
+247350  nan   nan
+247380  nan   nan
+247410  nan   nan
+247440  nan   nan
+247470  nan   nan
+247500  nan   nan
+247530  nan   nan
+247560  nan   nan
+247590  nan   nan
+247620  nan   nan
+247650  nan   nan
+247680  nan   nan
+247710  nan   nan
+247740  nan   nan
+247770  nan   nan
+247800  nan   nan
+247830  nan   nan
+247860  nan   nan
+247890  nan   nan
+247920  nan   nan
+247950  nan   nan
+247980  nan   nan
+248010  nan   nan
+248040  nan   nan
+248070  nan   nan
+248100  nan   nan
+248130  nan   nan
+248160  nan   nan
+248190  nan   nan
+248220  nan   nan
+248250  nan   nan
+248280  nan   nan
+248310  nan   nan
+248340  nan   nan
+248370  nan   nan
+248400  nan   nan
+248430  nan   nan
+248460  nan   nan
+248490  nan   nan
+248520  nan   nan
+248550  nan   nan
+248580  nan   nan
+248610  nan   nan
+248640  nan   nan
+248670  nan   nan
+248700  nan   nan
+248730  nan   nan
+248760  nan   nan
+248790  nan   nan
+248820  nan   nan
+248850  nan   nan
+248880  nan   nan
+248910  nan   nan
+248940  nan   nan
+248970  nan   nan
+249000  nan   nan
+249030  nan   nan
+249060  nan   nan
+249090  nan   nan
+249120  nan   nan
+249150  nan   nan
+249180  nan   nan
+249210  nan   nan
+249240  nan   nan
+249270  nan   nan
+249300  nan   nan
+249330  nan   nan
+249360  nan   nan
+249390  nan   nan
+249420  nan   nan
+249450  nan   nan
+249480  nan   nan
+249510  nan   nan
+249540  nan   nan
+249570  nan   nan
+249600  nan   nan
+249630  nan   nan
+249660  nan   nan
+249690  nan   nan
+249720  nan   nan
+249750  nan   nan
+249780  nan   nan
+249810  nan   nan
+249840  nan   nan
+249870  nan   nan
+249900  nan   nan
+249930  nan   nan
+249960  nan   nan
+249990  nan   nan
+250020  nan   nan
+250050  nan   nan
+250080  nan   nan
+250110  nan   nan
+250140  nan   nan
+250170  nan   nan
+250200  nan   nan
+250230  nan   nan
+250260  nan   nan
+250290  nan   nan
+250320  nan   nan
+250350  nan   nan
+250380  nan   nan
+250410  nan   nan
+250440  nan   nan
+250470  nan   nan
+250500  nan   nan
+250530  nan   nan
+250560  nan   nan
+250590  nan   nan
+250620  nan   nan
+250650  nan   nan
+250680  nan   nan
+250710  nan   nan
+250740  nan   nan
+250770  nan   nan
+250800  nan   nan
+250830  nan   nan
+250860  nan   nan
+250890  nan   nan
+250920  nan   nan
+250950  nan   nan
+250980  nan   nan
+251010  nan   nan
+251040  nan   nan
+251070  nan   nan
+251100  nan   nan
+251130  nan   nan
+251160  nan   nan
+251190  nan   nan
+251220  nan   nan
+251250  nan   nan
+251280  nan   nan
+251310  nan   nan
+251340  nan   nan
+251370  nan   nan
+251400  nan   nan
+251430  nan   nan
+251460  nan   nan
+251490  nan   nan
+251520  nan   nan
+251550  nan   nan
+251580  nan   nan
+251610  nan   nan
+251640  nan   nan
+251670  nan   nan
+251700  nan   nan
+251730  nan   nan
+251760  nan   nan
+251790  nan   nan
+251820  nan   nan
+251850  nan   nan
+251880  nan   nan
+251910  nan   nan
+251940  nan   nan
+251970  nan   nan
+252000  nan   nan
+252030  nan   nan
+252060  nan   nan
+252090  nan   nan
+252120  nan   nan
+252150  nan   nan
+252180  nan   nan
+252210  nan   nan
+252240  nan   nan
+252270  nan   nan
+252300  nan   nan
+252330  nan   nan
+252360  nan   nan
+252390  nan   nan
+252420  nan   nan
+252450  nan   nan
+252480  nan   nan
+252510  nan   nan
+252540  nan   nan
+252570  nan   nan
+252600  nan   nan
+252630  nan   nan
+252660  nan   nan
+252690  nan   nan
+252720  nan   nan
+252750  nan   nan
+252780  nan   nan
+252810  nan   nan
+252840  nan   nan
+252870  nan   nan
+252900  nan   nan
+252930  nan   nan
+252960  nan   nan
+252990  nan   nan
+253020  nan   nan
+253050  nan   nan
+253080  nan   nan
+253110  nan   nan
+253140  nan   nan
+253170  nan   nan
+253200  nan   nan
+253230  nan   nan
+253260  nan   nan
+253290  nan   nan
+253320  nan   nan
+253350  nan   nan
+253380  nan   nan
+253410  nan   nan
+253440  nan   nan
+253470  nan   nan
+253500  nan   nan
+253530  nan   nan
+253560  nan   nan
+253590  nan   nan
+253620  nan   nan
+253650  nan   nan
+253680  nan   nan
+253710  nan   nan
+253740  nan   nan
+253770  nan   nan
+253800  nan   nan
+253830  nan   nan
+253860  nan   nan
+253890  nan   nan
+253920  nan   nan
+253950  nan   nan
+253980  nan   nan
+254010  nan   nan
+254040  nan   nan
+254070  nan   nan
+254100  nan   nan
+254130  nan   nan
+254160  nan   nan
+254190  nan   nan
+254220  nan   nan
+254250  nan   nan
+254280  nan   nan
+254310  nan   nan
+254340  nan   nan
+254370  nan   nan
+254400  nan   nan
+254430  nan   nan
+254460  nan   nan
+254490  nan   nan
+254520  nan   nan
+254550  nan   nan
+254580  nan   nan
+254610  nan   nan
+254640  nan   nan
+254670  nan   nan
+254700  nan   nan
+254730  nan   nan
+254760  nan   nan
+254790  nan   nan
+254820  nan   nan
+254850  nan   nan
+254880  nan   nan
+254910  nan   nan
+254940  nan   nan
+254970  nan   nan
+255000  nan   nan
+255030  nan   nan
+255060  nan   nan
+255090  nan   nan
+255120  nan   nan
+255150  nan   nan
+255180  nan   nan
+255210  nan   nan
+255240  nan   nan
+255270  nan   nan
+255300  nan   nan
+255330  nan   nan
+255360  nan   nan
+255390  nan   nan
+255420  nan   nan
+255450  nan   nan
+255480  nan   nan
+255510  nan   nan
+255540  nan   nan
+255570  nan   nan
+255600  nan   nan
+255630  nan   nan
+255660  nan   nan
+255690  nan   nan
+255720  nan   nan
+255750  nan   nan
+255780  nan   nan
+255810  nan   nan
+255840  nan   nan
+255870  nan   nan
+255900  nan   nan
+255930  nan   nan
+255960  nan   nan
+255990  nan   nan
+256020  nan   nan
+256050  nan   nan
+256080  nan   nan
+256110  nan   nan
+256140  nan   nan
+256170  nan   nan
+256200  nan   nan
+256230  nan   nan
+256260  nan   nan
+256290  nan   nan
+256320  nan   nan
+256350  nan   nan
+256380  nan   nan
+256410  nan   nan
+256440  nan   nan
+256470  nan   nan
+256500  nan   nan
+256530  nan   nan
+256560  nan   nan
+256590  nan   nan
+256620  nan   nan
+256650  nan   nan
+256680  nan   nan
+256710  nan   nan
+256740  nan   nan
+256770  nan   nan
+256800  nan   nan
+256830  nan   nan
+256860  nan   nan
+256890  nan   nan
+256920  nan   nan
+256950  nan   nan
+256980  nan   nan
+257010  nan   nan
+257040  nan   nan
+257070  nan   nan
+257100  nan   nan
+257130  nan   nan
+257160  nan   nan
+257190  nan   nan
+257220  nan   nan
+257250  nan   nan
+257280  nan   nan
+257310  nan   nan
+257340  nan   nan
+257370  nan   nan
+257400  nan   nan
+257430  nan   nan
+257460  nan   nan
+257490  nan   nan
+257520  nan   nan
+257550  nan   nan
+257580  nan   nan
+257610  nan   nan
+257640  nan   nan
+257670  nan   nan
+257700  nan   nan
+257730  nan   nan
+257760  nan   nan
+257790  nan   nan
+257820  nan   nan
+257850  nan   nan
+257880  nan   nan
+257910  nan   nan
+257940  nan   nan
+257970  nan   nan
+258000  nan   nan
+258030  nan   nan
+258060  nan   nan
+258090  nan   nan
+258120  nan   nan
+258150  nan   nan
+258180  nan   nan
+258210  nan   nan
+258240  nan   nan
+258270  nan   nan
+258300  nan   nan
+258330  nan   nan
+258360  nan   nan
+258390  nan   nan
+258420  nan   nan
+258450  nan   nan
+258480  nan   nan
+258510  nan   nan
+258540  nan   nan
+258570  nan   nan
+258600  nan   nan
+258630  nan   nan
+258660  nan   nan
+258690  nan   nan
+258720  nan   nan
+258750  nan   nan
+258780  nan   nan
+258810  nan   nan
+258840  nan   nan
+258870  nan   nan
+258900  nan   nan
+258930  nan   nan
+258960  nan   nan
+258990  nan   nan
+259020  nan   nan
+259050  nan   nan
+259080  nan   nan
+259110  nan   nan
+259140  nan   nan
+259170  nan   nan
+259200  nan   nan
+];
diff --git a/test/utest/testionppp.m b/test/utest/testionppp.m
new file mode 100644
index 0000000..17dfbad
--- /dev/null
+++ b/test/utest/testionppp.m
@@ -0,0 +1,42 @@
+function testionppp
+%
+% test RTCA/DO229C bug (A.4.4.10.1 A-22,23)
+%
+
+az=0:0.1:360;
+
+figure, axes, hold on, box on, grid on;
+
+pos=[80,0];
+for i=1:length(az), posp(i,:)=ionppp(pos,[az(i),0]); end
+plot(posp(:,2),posp(:,1),'.');
+
+pos=[-75,170];
+for i=1:length(az), posp(i,:)=ionppp(pos,[az(i),0]); end
+plot(posp(:,2),posp(:,1),'.');
+
+xlim([-180,180]);
+ylim([-90,90]);
+
+% pierce point -----------------------------------------------------------------
+function posp=ionppp(pos,azel)
+re=6378; hion=350;
+pos=pos*pi/180;
+azel=azel*pi/180;
+
+rp=re/(re+hion)*cos(azel(2));
+ap=pi/2-azel(2)-asin(rp);
+posp(1)=asin(sin(pos(1))*cos(ap)+cos(pos(1))*sin(ap)*cos(azel(1)));
+
+%if (pos(1)> 70.0*pi/180& tan(ap)*cos(azel(1))>tan(pi/2-pos(1)))|...
+%   (pos(1)>-70.0*pi/180&-tan(ap)*cos(azel(1))>tan(pi/2-pos(1))) % DO229C
+
+if (pos(1)> 70.0*pi/180& tan(ap)*cos(azel(1))>tan(pi/2-pos(1)))|...
+   (pos(1)<-70.0*pi/180&-tan(ap)*cos(azel(1))>tan(pi/2+pos(1))) % corrected
+
+    posp(2)=pos(2)+pi-asin(sin(ap)*sin(azel(1))/cos(posp(1)));
+else
+    posp(2)=pos(2)+asin(sin(ap)*sin(azel(1))/cos(posp(1)));
+end
+posp=posp*180/pi;
+if posp(2)>180, posp(2)=posp(2)-360; end
diff --git a/test/utest/testpeph1.m b/test/utest/testpeph1.m
new file mode 100644
index 0000000..d7136f2
--- /dev/null
+++ b/test/utest/testpeph1.m
@@ -0,0 +1,32 @@
+function testpeph1
+
+C=299792458.0;
+dirs='../data/sp3';
+td=caltomjd([2010,7,1]);
+time=0:30:86400*2-30;
+
+ephs=textread('testpeph1.out');
+ephs(ephs==0)=nan;
+
+sat=sprintf('GPS%02d',ephs(1,1));
+
+ephr=readeph(td,time,{sat},dirs,'igs',24,'interp');
+clkr=readclk(td,time,{sat},dirs,'igs',24,'interp');
+
+for i=1:length(time)
+    clkr(i,1)=clkr(i,1)-2*ephr(i,1:3)*ephr(i,4:6)'/C^2;
+end
+dpos=ephs(:,3:6)-[ephr(:,1:3),clkr(:,1)*1E9];
+
+figure('color','w'), hold on, box on, grid on
+plot(time/3600,dpos)
+xlabel('time (hr)');
+ylabel('error (m)');
+xlim(time([1,end])/3600);
+ylim([-0.05,0.05]);
+legend({'x','y','z','clk'})
+text(0.02,0.95,sprintf('STD: X=%.4f Y=%.4f Z=%.4f CLK=%.4fm',...
+     std(dpos(~isnan(dpos(:,1)),1:3)),std(dpos(~isnan(dpos(:,4)),4))),...
+     'units','normalized')
+title(sprintf('testpeph: interpolation error %s',sat));
+moveax
diff --git a/test/utest/testpeph2.m b/test/utest/testpeph2.m
new file mode 100644
index 0000000..ee87c58
--- /dev/null
+++ b/test/utest/testpeph2.m
@@ -0,0 +1,32 @@
+function testpeph2
+
+C=299792458.0;
+dirs='../data/sp3';
+td=caltomjd([2010,4,1]);
+time=0:30:86400*2-30;
+
+ephs=textread('testpeph2.out');
+ephs(ephs==0)=nan;
+
+sat=sprintf('GPS%02d',ephs(1,1));
+
+ephr=readeph(td,time,{sat},dirs,'igs',24,'interp');
+clkr=readclk(td,time,{sat},dirs,'igs',24,'interp');
+
+for i=1:length(time)
+    clkr(i,1)=clkr(i,1)-2*ephr(i,1:3)*ephr(i,4:6)'/C^2;
+end
+dpos=ephs(:,3:6)-ephs(:,7:10);
+
+figure('color','w'), hold on, box on, grid on
+plot(time/3600,dpos)
+xlabel('time (hr)');
+ylabel('error (m)');
+xlim(time([1,end])/3600);
+ylim([-10,10]);
+legend({'x','y','z','clk'})
+text(0.02,0.95,sprintf('STD: X=%.4f Y=%.4f Z=%.4f CLK=%.4fm',...
+     std(dpos(~isnan(dpos(:,1)),1:3)),std(dpos(~isnan(dpos(:,4)),4))),...
+     'units','normalized')
+title(sprintf('testpeph: brdc-prec ephemeris %s',sat));
+moveax
diff --git a/test/utest/utest_eph.m b/test/utest/utest_eph.m
new file mode 100644
index 0000000..8476ada
--- /dev/null
+++ b/test/utest/utest_eph.m
@@ -0,0 +1,9 @@
+function utest_eph
+% matlab script for rtklib unit test
+% after executing utest for rtklib, execute it
+% need gt 0.6.4
+
+testpeph1
+testpeph2
+testgloeph
+
diff --git a/util/data/COD.EPH_U b/util/data/COD.EPH_U
new file mode 100644
index 0000000..53a29df
--- /dev/null
+++ b/util/data/COD.EPH_U
@@ -0,0 +1,10775 @@
+#cP2011  9 11  0  0  0.00000000     192 d+D   IGS08 EXT AIUB
+## 1653      0.00000000   900.00000000 55815 0.0000000000000
++   55   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02
++        R03R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20
++        R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++        36  7  5  5  5  5  7  5  7  5  7  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5 12  5  5 12  7  5  6  6
+++        36 36  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6
+++         6  6  6  6  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Ultra-rapid GNSS orbits starting year-day 11254 00 hour  
+/* Observed/predicted: 21/27 hours (data used up to 254U)   
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:BRD
+*  2011  9 11  0  0  0.00000000
+PG01  19935.128671  13465.314421 -11261.763596     -2.032146
+PG02   1423.617878 -15798.590214  21402.164207    355.457887
+PG03  -7323.449617  22970.293132 -11239.546789    766.616155
+PG04  17932.278537  -8437.113528  17618.555597    227.600336
+PG05   -821.003240 -25285.225361   7886.485018   -216.478660
+PG06 -12692.231912  21949.350419  -7332.404470    -73.913197
+PG07  25958.253892   5642.423594  -2587.836372     26.157126
+PG08  24096.689965    919.072941 -11728.411958      9.098090
+PG09 -16617.168149 -14684.961275 -15149.883411    104.807863
+PG10  11444.567493 -13138.450601  19716.809486    -12.769364
+PG11  15333.395287  14017.804641 -17065.074611   -184.796751
+PG12 -11969.983408 -21737.067003   9713.733578     21.556432
+PG13  17834.027522   1867.543460  19487.497593    252.135098
+PG14 -21522.757823  14646.201439  -4669.177704    171.585765
+PG15  -4302.959654 -16468.233887 -20338.286718   -106.830434
+PG16   1211.672349  25584.337832   6426.172764   -197.016634
+PG17  21083.661686 -15273.951022  -4427.017551    175.659079
+PG18 -16468.882387  -4438.907746 -20102.080250    156.694442
+PG19    294.316935  17701.343745 -19709.229865   -182.481687
+PG20  14061.198862  19998.414811  10316.738463     52.793417
+PG21 -26067.016055  -3449.091257  -5146.811640   -170.612861
+PG22 -12835.642027  11148.509961 -20201.711179    144.643288
+PG23  11689.310410   9778.479647  21786.967175    277.000945
+PG24  18106.227140  15322.432634 -12216.442793    422.847923
+PG25 -15925.681121 -11699.418042  17730.045216     18.141640
+PG26   7906.452683 -20172.271526 -15680.531269   -152.967815
+PG27 -12053.646854 -14998.501226 -17827.830403    303.989029
+PG28  13349.952284  -6821.047768 -21376.844078     66.517889
+PG29 -18128.005162  -1775.664479  19383.152016    238.749097
+PG30 -16672.006083  -4932.497474  19720.383035     86.935637
+PG31 -14665.677855   9794.074249  20127.431306    139.537733
+PG32   7548.659216  25348.539078   4556.158625   -326.538924
+PR01 -10806.032955   2714.935584 -22936.750839   -181.039751
+PR02  -5681.467264  20259.829208 -14415.536957   -253.813460
+PR03   7861.314166  13789.634754  19978.353454     59.274598
+PR04   6828.423240 -15411.056779  19142.247844 999999.999999
+PR05  10825.077713  -2590.931795  22949.954356   -169.846492
+PR06   5945.759042 -19754.778761  15018.842020    -67.102029
+PR07  -4771.895261 -24873.092777  -3160.049239   -205.449669
+PR08  -9467.002866 -15989.748780 -17464.512240    -35.283679
+PR09   9266.568235  -7141.361332 -22680.376883    -41.373286
+PR10  -7693.651821 -13747.400412 -20050.004906    -88.733251
+PR11 -21209.304536 -13140.085334  -5486.955823    -74.680247
+PR12 -21583.429442  -4382.334800  12677.571669   -151.603078
+PR13  -9407.736888   6939.968683  22648.082670   -318.952619
+PR15  22061.444428  12294.715959   3214.082886     66.675861
+PR16  21697.574966   4344.340482 -12821.081893    -32.007785
+PR17  -4043.626607  14199.172980 -20778.497735   -258.363227
+PR18  12673.566111   3887.903229 -21795.461192    -34.938904
+PR19  21743.634624  -8378.079725 -10379.072938   -174.973368
+PR20  18172.723960 -16174.914510   7771.821445    -79.463991
+PR21   4177.424062 -14384.027375  20611.451912    -74.467984
+PR22 -12162.526608  -4309.548743  21974.487204     18.185604
+PR23 -21671.393049   8628.886331  10317.666568   -317.352896
+PR24 -18350.714630  16255.859051  -7076.339671    -47.456183
+*  2011  9 11  0 15  0.00000000
+PG01  18502.780291  13348.590704 -13603.724641     -2.033681
+PG02   3806.963958 -15254.636066  21461.274841    355.459626
+PG03  -8229.016733  23673.638202  -8758.166148    766.620657
+PG04  19784.657643  -7800.177200  15896.200822    227.610363
+PG05   -271.009080 -24347.349924  10462.801763   -216.483469
+PG06 -13403.628722  22272.557113  -4624.934788    -73.904910
+PG07  26038.389953   5864.223412    278.524896     26.158763
+PG08  25184.263467   1386.019067  -9172.188884      9.098090
+PG09 -14880.229871 -14416.826634 -17156.080755    104.810012
+PG10  12177.784977 -10884.425824  20653.127354    -12.770489
+PG11  13350.262724  14275.309420 -18457.735151   -184.799821
+PG12 -12045.771741 -22704.045273   7055.102101     21.558581
+PG13  16148.144713   3458.598920  20687.214721    252.133461
+PG14 -21136.925166  14010.482133  -7462.020658    171.587402
+PG15  -2678.048416 -18062.987621 -19217.955250   -106.829001
+PG16    780.336846  24770.850471   9142.474601   -197.018578
+PG17  20780.093821 -14604.974554  -7193.736124    175.657647
+PG18 -16980.388644  -6693.499102 -19076.197406    156.696079
+PG19  -1433.915063  19043.226570 -18327.328528   -182.485370
+PG20  14112.949017  21096.601339   7789.757205     52.793826
+PG21 -26457.924737  -3844.808855  -2427.840591   -170.615112
+PG22 -13557.439247   8858.584063 -20857.938011    144.642878
+PG23   9941.786454  11547.533922  21756.533938    276.998182
+PG24  16587.267158  15086.361252 -14428.370031    422.850788
+PG25 -16347.047370 -13587.153186  15912.478671     18.143277
+PG26   9184.569041 -21121.460280 -13461.968473   -152.979173
+PG27  -9844.562491 -14666.648298 -19311.371458    303.992508
+PG28  13998.547562  -4331.766269 -21626.430486     66.520651
+PG29 -16568.344419  -3429.671727  20530.781767    238.751962
+PG30 -17404.235876  -7068.510472  18419.716980     86.930931
+PG31 -16753.030283   9179.676789  18744.460784    139.542644
+PG32   7380.429496  25717.952993   1770.231509   -326.544961
+PR01 -11073.879508   -106.905935 -22968.304440   -181.039717
+PR02  -5774.967511  18335.008672 -16761.313753   -253.815751
+PR03   5561.384313  12658.163910  21437.244209     59.276858
+PR04   8592.290712 -16795.968176  17163.022950 999999.999999
+PR05  11095.929172    229.110042  22965.741693   -169.846628
+PR06   6037.698956 -17760.626099  17295.780375    -67.101938
+PR07  -4882.160937 -25051.399675      9.184970   -205.449206
+PR08  -9748.637378 -17990.122212 -15221.057566    -35.283188
+PR09  11767.418058  -6013.581811 -21823.899738    -41.373029
+PR10  -5387.648926 -12618.880147 -21501.083755    -88.732516
+PR11 -20496.156188 -12614.723046  -8563.119290    -74.679921
+PR12 -22910.047153  -4855.718460   9857.642925   -151.602165
+PR13 -11936.428609   5865.804618  21741.151114   -318.954045
+PR15  21600.324527  11868.122649   6392.285262     66.677095
+PR16  23031.166489   4800.866130 -10027.453547    -32.007224
+PR17  -6028.036221  15669.366965 -19172.655259   -258.361745
+PR18  10411.060246   5442.679066 -22634.532850    -34.939122
+PR19  20473.896609  -7660.550569 -13147.650144   -174.974301
+PR20  18708.557066 -16746.838415   4675.383940    -79.464105
+PR21   6127.848707 -15864.213308  18964.901211    -74.469198
+PR22  -9897.907220  -5891.874693  22743.233891     18.186760
+PR23 -20417.358026   7896.449026  13087.082912   -317.355907
+PR24 -18812.422110  16774.631136  -3953.439874    -47.457437
+*  2011  9 11  0 30  0.00000000
+PG01  16818.104241  13264.221569 -15711.645937     -2.035215
+PG02   6205.108709 -14829.068084  21152.931301    355.461366
+PG03  -8948.648610  24177.191118  -6125.904247    766.625159
+PG04  21456.081817  -7293.840185  13899.986874    227.620390
+PG05    421.311629 -23173.539092  12857.855967   -216.488278
+PG06 -13909.214970  22380.863212  -1836.424832    -73.896622
+PG07  25813.330269   6021.204056   3140.162662     26.160400
+PG08  26011.523669   1709.939317  -6462.932239      9.098090
+PG09 -12929.504407 -14213.960018 -18878.078228    104.812160
+PG10  13047.027463  -8590.079161  21224.736987    -12.771615
+PG11  11242.693175  14625.866242 -19544.048532   -184.802890
+PG12 -12075.568350 -23374.551535   4276.292535     21.560730
+PG13  14471.394205   5225.335268  21527.340619    252.131824
+PG14 -20572.353901  13127.677578 -10124.573117    171.589039
+PG15  -1225.719328 -19624.715790 -17765.050567   -106.827569
+PG16    214.546215  23695.582128  11698.846563   -197.020522
+PG17  20305.234684 -13691.348030  -9834.347542    175.656214
+PG18 -17552.957000  -8788.270658 -17716.100610    156.697716
+PG19  -2969.252754  20350.013024 -16626.787848   -182.489054
+PG20  14108.137017  21918.525370   5128.543036     52.794236
+PG21 -26567.808933  -4160.014643    331.645561   -170.617363
+PG22 -14401.861622   6554.421426 -21149.001789    144.642469
+PG23   8303.167933  13389.894432  21351.817137    276.995420
+PG24  14827.669072  14873.704121 -16394.830970    422.853653
+PG25 -16789.690216 -15242.250776  13820.839870     18.144914
+PG26  10228.798462 -21954.972236 -11014.815640   -152.990530
+PG27  -7463.632799 -14435.474623 -20447.608701    303.995987
+PG28  14778.909511  -1876.593666 -21484.977672     66.523414
+PG29 -15023.860885  -5243.657420  21326.884292    238.754827
+PG30 -18170.896399  -9011.142799  16792.932651     86.926224
+PG31 -18701.230726   8715.414516  17046.211658    139.547556
+PG32   7149.600607  25793.498791  -1045.285178   -326.550998
+PR01 -11541.442413  -2878.790932 -22553.331989   -181.039682
+PR02  -6050.628554  16156.580428 -18781.380073   -253.818042
+PR03   3036.771284  11652.118118  22479.856016     59.279118
+PR04  10046.740460 -18137.882668  14850.315158 999999.999999
+PR05  11565.985449   2996.986411  22535.474850   -169.846764
+PR06   6316.478241 -15522.133745  19237.068511    -67.101847
+PR07  -4916.543426 -24841.489860   3178.240092   -205.448743
+PR08 -10124.653097 -19674.531569 -12681.742097    -35.282697
+PR09  14223.013075  -5120.565033 -20543.845867    -41.372773
+PR10  -2859.998563 -11616.888244 -22534.504019    -88.731782
+PR11 -19400.496708 -12018.195177 -11473.649562    -74.679596
+PR12 -23931.561116  -5100.106245   6843.981918   -151.601252
+PR13 -14409.225017   5031.239708  20410.929888   -318.955472
+PR15  20747.360097  11346.826482   9445.626813     66.678329
+PR16  24064.364225   5029.825928  -7040.532349    -32.006663
+PR17  -7727.309493  17143.503433 -17193.409964   -258.360264
+PR18   8208.992231   7208.375582 -23033.711554    -34.939340
+PR19  19007.841819  -6647.196279 -15660.872470   -174.975235
+PR20  18900.614954 -17114.125804   1488.461210    -79.464219
+PR21   7790.675079 -17340.345301  16948.510532    -74.470412
+PR22  -7704.448502  -7677.798959  23069.577345     18.187915
+PR23 -18969.703336   6866.774782  15602.183689   -317.358919
+PR24 -18935.311544  17077.882083   -753.784531    -47.458690
+*  2011  9 11  0 45  0.00000000
+PG01  14909.295206  13244.643024 -17549.298962     -2.036750
+PG02   8571.045038 -14525.163430  20480.930540    355.463105
+PG03  -9500.505569  24448.754504  -3387.507586    766.629661
+PG04  22910.403219  -6898.973087  11665.205680    227.630418
+PG05   1275.613816 -21799.270670  15030.247168   -216.493087
+PG06 -14232.607557  22247.856187    984.229885    -73.888334
+PG07  25279.910301   6151.695065   5948.543089     26.162037
+PG08  26552.395625   1922.802326  -3646.062917      9.098090
+PG09 -10800.349574 -14105.607658 -20288.637628    104.814309
+PG10  14043.379330  -6303.785494  21422.502366    -12.772740
+PG11   9049.331139  15078.769079 -20305.711487   -184.805960
+PG12 -12020.085368 -23748.760336   1424.657867     21.562878
+PG13  12846.761234   7140.479939  21992.856348    252.130187
+PG14 -19869.078425  11988.230043 -12610.100960    171.590676
+PG15     42.384562 -21109.221216 -16004.349303   -106.826136
+PG16   -510.393220  22392.585099  14050.839251   -197.022466
+PG17  19697.771588 -12525.003668 -12302.425045    175.654782
+PG18 -18157.234570 -10690.100933 -16047.036124    156.699353
+PG19  -4298.963194  21577.460899 -14636.421080   -182.492737
+PG20  14010.926308  22463.998120   2379.104363     52.794645
+PG21 -26389.298218  -4428.591557   3085.671552   -170.619614
+PG22 -15356.773958   4281.897358 -21070.064893    144.642060
+PG23   6801.166955  15264.928751  20578.686169    276.992657
+PG24  12854.475584  14716.478633 -18081.774562    422.856518
+PG25 -17215.983881 -16643.061622  11491.241123     18.146551
+PG26  11042.602515 -22628.751873  -8379.162121   -153.001887
+PG27  -4957.291704 -14326.119583 -21213.902662    303.999465
+PG28  15673.144936    494.364577 -20955.986076     66.526176
+PG29 -13533.736232  -7189.809322  21758.038365    238.757691
+PG30 -18935.290713 -10732.621987  14869.601351     86.921517
+PG31 -20467.098136   8385.970405  15061.228463    139.552467
+PG32   6820.587926  25583.448819  -3843.234671   -326.557034
+PR01 -12190.630418  -5533.617430 -21699.854216   -181.039648
+PR02  -6533.743501  13783.126511 -20436.435762   -253.820333
+PR03    344.820815  10812.307831  23085.582693     59.281379
+PR04  11179.418611 -19374.921782  12249.011707 999999.999999
+PR05  12216.871849   5645.798330  21667.508324   -169.846900
+PR06   6806.026186 -13099.221970  20804.935077    -67.101755
+PR07  -4824.565886 -24259.793950   6285.649737   -205.448280
+PR08 -10545.555690 -21008.320013  -9895.944986    -35.282205
+PR09  16564.904546  -4465.291985 -18864.719903    -41.372516
+PR10   -168.347632 -10782.152593 -23130.583391    -88.731048
+PR11 -17933.263151 -11409.012108 -14162.213656    -74.679270
+PR12 -24604.664559  -5154.676880   3695.793697   -151.600339
+PR13 -16756.988552   4437.053714  18683.283550   -318.956898
+PR15  19507.149889  10790.063139  12314.530953     66.679562
+PR16  24754.217913   5070.073688  -3917.869962    -32.006102
+PR17  -9119.058688  18560.028126 -14879.111708   -258.358782
+PR18   6125.764026   9146.308068 -22984.799462    -34.939558
+PR19  17407.017914  -5331.617951 -17869.959187   -174.976168
+PR20  18776.124666 -17227.848679  -1727.268232    -79.464333
+PR21   9145.089156 -18750.559094  14601.388111    -74.471627
+PR22  -5639.766659  -9627.278783  22947.765514     18.189071
+PR23 -17389.788997   5534.039138  17814.066844   -317.361930
+PR24 -18748.825306  17118.296644   2460.508389    -47.459943
+*  2011  9 11  1  0  0.00000000
+PG01  12811.368891  13317.297643 -19085.111194     -2.038285
+PG02  10857.914868 -14338.497240  19455.371518    355.464845
+PG03  -9908.676178  24461.889237   -590.104572    766.634163
+PG04  24117.346906  -6590.578400   9230.954461    227.640445
+PG05   2304.478270 -20264.778142  16942.492493   -216.497896
+PG06 -14402.950199  21853.893704   3787.707085    -73.880046
+PG07  24443.819369   6294.170533   8656.007608     26.163674
+PG08  26788.632970   2060.863902   -768.572806      9.098090
+PG09  -8533.321474 -14114.680974 -21365.631048    104.816458
+PG10  15150.179914  -4071.967614  21244.052460    -12.773866
+PG11   6810.635447  15636.690154 -20729.587234   -184.809029
+PG12 -11841.685759 -23835.613879  -1451.236491     21.565027
+PG13  11312.585712   9169.420312  22075.307760    252.128550
+PG14 -19069.761832  10591.513827 -14874.898391    171.592313
+PG15   1122.777452 -22472.298148 -13966.058394   -106.824704
+PG16  -1412.247957  20901.755387  16157.752264   -197.024410
+PG17  18998.771827 -11106.571355 -14554.567986    175.653349
+PG18 -18759.714114 -12372.894674 -14099.448537    156.700990
+PG19  -5418.726531  22681.215675 -12390.314651   -182.496421
+PG20  13787.183036  22741.038326   -411.196941     52.795054
+PG21 -25922.799155  -4685.457325   5788.805121   -170.621865
+PG22 -16402.813984   2084.364132 -20622.868238    144.641650
+PG23   5456.298016  17128.227266  19449.436751    276.989895
+PG24  10701.451694  14641.967816 -19459.728660    422.859383
+PG25 -17586.227753 -17776.329800   8963.865529     18.148188
+PG26  11637.724054 -23101.517062  -5598.978059   -153.013245
+PG27  -2376.572446 -14351.888533 -21594.420950    304.002944
+PG28  16655.791459   2735.230243 -20050.225583     66.528939
+PG29 -12132.317819  -9233.811422  21817.042235    238.760556
+PG30 -19657.871270 -12213.403501  12684.491186     86.916811
+PG31 -22012.081877   8168.911829  12822.786737    139.557378
+PG32   6360.618522  25103.956463  -6576.432788   -326.563071
+PR01 -12992.098529  -8009.166392 -20424.424877   -181.039614
+PR02  -7238.394393  11278.786273 -21694.268738   -253.822625
+PR03  -2449.827275  10169.036404  23242.282690     59.283639
+PR04  11990.922213 -20446.019340   9409.627093 999999.999999
+PR05  13019.004403   8113.600582  20378.694107   -169.847035
+PR06   7518.857633 -10557.017142  21968.833169    -67.101664
+PR07  -4560.604000 -23334.671766   9271.132061   -205.447816
+PR08 -10957.416293 -21968.954672  -6917.830122    -35.281714
+PR09  18726.710753  -4038.305914 -16818.826079    -41.372260
+PR10   2622.610148 -10144.792358 -23278.144099    -88.730314
+PR11 -16118.525826 -10843.561858 -16576.735413    -74.678944
+PR12 -24897.190177  -5066.512416    474.964008   -151.599426
+PR13 -18913.210274   4071.464945  16591.835524   -318.958325
+PR15  17897.949732  10256.122988  14943.089245     66.680796
+PR16  25068.475029   4968.223098   -719.648728    -32.005541
+PR17 -10193.721332  19856.152560 -12274.706943   -258.357300
+PR18   4212.324634  11207.923547 -22488.317396    -34.939776
+PR19  15735.006620  -3720.212253 -19732.044842   -174.977101
+PR20  18372.963778 -17047.160773  -4909.569080    -79.464447
+PR21  10183.144277 -20032.100822  11969.176381    -74.472841
+PR22  -3753.532162 -11690.837289  22380.753126     18.190227
+PR23 -15740.913944   3905.209624  19679.719050   -317.364941
+PR24 -18292.754027  16857.091325   5626.990876    -47.461196
+*  2011  9 11  1 15  0.00000000
+PG01  10564.974671  13503.461059 -20292.705265     -2.039820
+PG02  13020.635410 -14257.119479  18092.583487    355.466584
+PG03 -10202.094100  24197.087158   2217.598584    766.638665
+PG04  25053.519296  -6338.963477   6639.422339    227.650472
+PG05   3512.731284 -18613.535084  18561.678241   -216.502705
+PG06 -14453.565241  21186.965548   6525.161596    -73.871759
+PG07  23319.451918   6485.605907  11216.548593     26.165311
+PG08  26710.460516   2163.134007   2121.686582      9.098090
+PG09  -6172.833690 -14256.893208 -22092.284295    104.818607
+PG10  16343.633154  -1937.454762  20693.747102    -12.774991
+PG11   4567.568022  16295.478605 -20807.931502   -184.812099
+PG12 -11505.986673 -23652.380900  -4302.414894     21.567176
+PG13   9901.155159  11271.376061  21772.981729    252.126913
+PG14 -18217.945930   8946.076524 -16879.105572    171.593950
+PG15   2020.085971 -23671.401043 -11685.302710   -106.823271
+PG16  -2500.979755  19267.292041  17983.349747   -197.026354
+PG17  18249.977624  -9445.558199 -16551.213875    175.651917
+PG18 -19324.127664 -13818.328310 -11908.340033    156.702627
+PG19  -6332.638711  23618.545266  -9927.255372   -182.500104
+PG20  13405.948317  22765.411797  -3194.463574     52.795463
+PG21 -25176.441977  -4965.096836   8396.807260   -170.624116
+PG22 -17514.092636      1.143416 -19815.674175    144.641241
+PG23   4281.199528  18933.187601  17982.650197    276.987132
+PG24   8408.001783  14671.561157 -20504.334819    422.862248
+PG25 -17860.282834 -18637.523304   6282.269360     18.149825
+PG26  12033.670692 -23336.468624  -2721.466020   -153.024602
+PG27    224.753987 -14517.575576 -21580.610172    304.006423
+PG28  17694.866235   4805.990308 -18785.425549     66.531702
+PG29 -10847.906292 -11335.990611  21503.022466    238.763421
+PG30 -20297.878153 -13442.691122  10276.847426     86.912104
+PG31 -23303.589960   8035.672741  10368.379432    139.562289
+PG32   5741.172640  24378.465909  -9198.412931   -326.569108
+PR01 -13906.489295 -10250.446070 -18751.812021   -181.039580
+PR02  -8166.671130   8710.759105 -22530.384436   -253.824916
+PR03  -5277.677942   9740.836235  22946.543279     59.285900
+PR04  12494.516663 -21293.535202   6387.323281 999999.999999
+PR05  13932.842049  10345.730009  18694.055863   -169.847171
+PR06   8455.361833  -7963.324063  22706.039595    -67.101573
+PR07  -4086.065511 -22105.205305  12076.756219   -205.447353
+PR08 -11304.333236 -22546.788484  -3805.289633    -35.281223
+PR09  20646.733861  -3818.289364 -14445.666223    -41.372003
+PR10   5443.588519  -9723.104550 -22974.698445    -88.729580
+PR11 -13992.692491 -10373.588911 -18670.395730    -74.678619
+PR12 -24789.501197  -4888.318633  -2755.202149   -151.598513
+PR13 -20816.633358   3910.825400  14177.311199   -318.959751
+PR15  15951.073608   9799.700665  17280.162044     66.682030
+PR16  24986.946026   4776.455777   2492.452704    -32.004980
+PR17 -10954.710188  20970.518052  -9430.867057   -258.355818
+PR18   2510.211587  13336.644364 -21553.528053    -34.939995
+PR19  14054.777482  -1832.166016 -21211.007658   -174.978035
+PR20  17737.903435 -16541.198365  -7996.842624    -79.464561
+PR21  10909.843792 -21123.996230   9103.162245    -74.474055
+PR22  -2085.615173 -13811.482510  21380.099025     18.191382
+PR23 -14085.675618   2000.021788  21162.854214   -317.367952
+PR24 -17615.400180  16265.849713   8684.100858    -47.462449
+*  2011  9 11  1 30  0.00000000
+PG01   8214.998762  13817.318121 -21151.348536     -2.041354
+PG02  15017.483465 -14262.042265  16414.938709    355.468323
+PG03 -10413.243543  23642.701374   4986.189074    766.643167
+PG04  25703.155560  -6111.082933   3935.146886    227.660499
+PG05   4897.073147 -16890.628793  19860.026179   -216.507514
+PG06 -14420.454481  20243.257412   9149.107878    -73.863471
+PG07  21929.444414   6759.893120  13586.562035     26.166948
+PG08  26316.923711   2269.751775   4976.719029      9.098090
+PG09  -3765.700390 -14540.165240 -22457.354015    104.820755
+PG10  17593.710479     61.991146  19782.510069    -12.776117
+PG11   2360.262560  17044.214245 -20538.553086   -184.815168
+PG12 -10983.346089 -23223.912302  -7080.300258     21.569324
+PG13   8637.545598  13400.827310  21090.956300    252.125275
+PG14 -17356.273021   7069.516219 -18587.456567    171.595587
+PG15   2746.681111 -24667.267020  -9201.518083   -106.821839
+PG16  -3778.187066  17536.007524  19496.481379   -197.028298
+PG17  17492.085013  -7560.174084 -18257.375433    175.650484
+PG18 -19812.938613 -15016.283724  -9512.569406    156.704264
+PG19  -7052.875529  24350.036936  -7290.055413   -182.503787
+PG20  12840.787573  22559.887555  -5923.078686     52.795873
+PG21 -24165.769912  -5300.134214  10867.243902   -170.626367
+PG22 -18659.165467  -1933.810160 -18663.084583    144.640832
+PG23   3280.266424  20632.712043  16202.934518    276.984369
+PG24   6017.869052  14819.822951 -21196.809199    422.865112
+PG25 -17999.234346 -19230.834238   3492.628212     18.151462
+PG26  12256.881207 -23302.883774    203.692290   -153.035959
+PG27   2792.188883 -14819.164489 -21171.497497    304.009902
+PG28  18753.191648   6673.863955 -17185.811891     66.534464
+PG29  -9701.786370 -13452.672591  20821.439295    238.766286
+PG30 -20815.021652 -14418.600192   7689.598520     86.907397
+PG31 -24316.110929   7952.771380   7739.140120    139.567201
+PG32   4939.288744  23436.856824 -11664.183996   -326.575145
+PR01 -14886.115076 -12211.735395 -16714.518565   -181.039546
+PR02  -9308.408227   6146.691481 -22928.485242   -253.827207
+PR03  -8067.033648   9533.716189  22203.775296     59.288160
+PR04  12715.325230 -21865.745899   3240.837219 999999.999999
+PR05  14910.575966  12296.830890  16646.304853   -169.847307
+PR06   9603.613601  -5385.996827  23002.104038    -67.101482
+PR07  -3371.277242 -20619.562647  14648.064039   -205.446890
+PR08 -11530.988570 -22745.295762   -618.814943    -35.280731
+PR09  22270.403439  -3773.154255 -11791.192086    -41.371746
+PR10   8223.349548  -9522.866059 -22226.467904    -88.728846
+PR11 -11603.211037 -10043.879294 -20402.535116    -74.678293
+PR12 -24275.360419  -4675.906643  -5931.270441   -151.597600
+PR13 -22413.671114   3920.828619  11486.740051   -318.961177
+PR15  13709.755959   9469.416120  19280.377976     66.683264
+PR16  24502.392544   4550.098336   5656.425220    -32.004419
+PR17 -11418.016218  21845.823812  -6402.997933   -258.354336
+PR18   1049.995886  15470.071980 -20198.286367    -34.940213
+PR19  12426.088151    301.086723 -22278.166290   -174.978968
+PR20  16924.495700 -15690.578578 -10929.308643    -79.464675
+PR21  11342.675879 -21969.669067   6059.268759    -74.475270
+PR22   -664.660186 -15926.946327  19965.700494     18.192538
+PR23 -12483.378376   -149.582479  22234.620774   -317.370963
+PR24 -16771.396862  15327.936603  11572.364108    -47.463703
+*  2011  9 11  1 45  0.00000000
+PG01   5809.011138  14265.324579 -21646.305816     -2.042889
+PG02  16811.574543 -14328.025084  14450.545937    355.470063
+PG03 -10576.701748  22795.587144   7666.469531    766.647669
+PG04  26058.583674  -5871.996387   1164.254124    227.670526
+PG05   6446.029802 -15141.087271  20815.364959   -216.512323
+PG06 -14340.712232  19027.396315  11614.263070    -73.855183
+PG07  20303.913750   7146.373168  15725.566810     26.168585
+PG08  25615.934612   2420.324524   7749.096496      9.098090
+PG09  -1359.610953 -14964.315564 -22455.241836    104.822904
+PG10  18865.304985   1894.925228  18527.539055    -12.777242
+PG11    226.717730  17865.517825 -19924.904810   -184.818238
+PG12 -10250.176625 -22581.621461  -9737.517760     21.571473
+PG13   7538.757754  15509.142605  20041.022405    252.123638
+PG14 -16524.753070   4987.997167 -19969.940320    171.597224
+PG15   3322.000718 -25425.427044  -6557.760170   -106.820406
+PG16  -5236.885579  15755.558582  20671.598566   -197.030242
+PG17  16763.078566  -5476.809432 -19643.285949    175.649052
+PG18 -20188.870940 -15964.962826  -6954.109083    156.705901
+PG19  -7599.028703  24841.185702  -4524.786849   -182.507471
+PG20  12070.965991  22153.242084  -8550.506175     52.796282
+PG21 -22913.186578  -5719.990470  13160.057827   -170.628618
+PG22 -19802.234170  -3693.022136 -17185.740127    144.640423
+PG23   2449.612744  22180.952476  14140.547215    276.981607
+PG24   3577.662929  15093.827118 -21524.319106    422.867977
+PG25 -17967.015724 -19568.849906    642.940165     18.153100
+PG26  12339.595445 -22977.522429   3125.187679   -153.047317
+PG27   5272.572444 -15243.930918 -20373.803272    304.013381
+PG28  19789.933202   8314.344891 -15281.511736     66.537227
+PG29  -8707.536309 -15537.696280  19783.989071    238.769151
+PG30 -21171.137993 -15147.964770   4968.509945     86.902691
+PG31 -25032.088777   7883.220606   4979.208467    139.572112
+PG32   3938.680801  22314.349369 -13930.991416   -326.581181
+PR01 -15877.010663 -13858.241748 -14352.151089   -181.039511
+PR02 -10641.451682   3652.056828 -22880.790544   -253.829498
+PR03 -10746.751570   9540.954238  21028.134414     59.290420
+PR04  12689.025525 -22119.106594     31.336547 999999.999999
+PR05  15898.185294  13932.494013  14275.206627   -169.847443
+PR06  10939.716422  -2890.316857  22851.139021    -67.101390
+PR07  -2396.999162 -18933.001049  16935.125322   -205.446427
+PR08 -11585.190658 -22580.772641   2579.682253    -35.280240
+PR09  23552.443262  -3861.600447  -8906.924725    -41.371490
+PR10  10891.422470  -9537.177264 -21048.237651    -88.728112
+PR11  -9006.822493  -9890.248796 -21739.441743    -74.677967
+PR12 -23362.239790  -4485.548278  -8990.965469   -151.596687
+PR13 -23660.517881   4058.178093   8572.532572   -318.962604
+PR15  11227.524711   9305.613241  20905.012492     66.684497
+PR16  23620.900681   4345.068398   8711.106161    -32.003858
+PR17 -11611.281248  22431.306434  -3250.150282   -258.352854
+PR18   -149.802643  17542.460386 -18448.717412    -34.940431
+PR19  10903.039705   2636.923511 -22912.832059   -174.979902
+PR20  15990.693486 -14488.431777 -13650.153701    -79.464789
+PR21  11510.620239 -22519.395768   2896.948615    -74.476484
+PR22    492.855574 -17972.149237  18165.372699     18.193694
+PR23 -10987.599448  -2500.532245  22874.164140   -317.373975
+PR24 -15819.273941  14039.429405  14235.558023    -47.464956
+*  2011  9 11  2  0  0.00000000
+PG01   3395.615344  14845.879049 -21769.089497     -2.044424
+PG02  18372.175370 -14424.632444  12232.823872    355.471391
+PG03 -10727.576602  21661.417040  10210.410681    766.652171
+PG04  26120.393721  -5586.385037  -1626.305728    227.680895
+PG05   8140.229020 -13408.225136  21411.499087   -216.517132
+PG06 -14250.916247  17552.371100  13878.334288    -73.846895
+PG07  18479.423757   7668.541389  17596.880218     26.170164
+PG08  24624.013334   2652.287392  10392.664543      9.098090
+PG09    998.415394 -15521.041333 -22086.047960    104.825053
+PG10  20119.585568   3537.200043  16951.904878    -12.778677
+PG11  -1798.440233  18736.111129 -18976.100330   -184.821307
+PG12  -9290.036603 -21762.227078 -12228.681579     21.573622
+PG13   6613.183854  17546.341958  18641.477775    252.122059
+PG14 -15759.148293   2735.422199 -21002.359439    171.598862
+PG15   3771.589124 -25917.544748  -3799.941885   -106.818974
+PG16  -6861.633535  13972.669050  21489.158610   -197.032467
+PG17  16096.691285  -3229.186518 -20684.938799    175.647438
+PG18 -20416.415469 -16670.688101  -4277.277341    156.707538
+PG19  -7997.139026  25063.806842  -1679.940845   -182.511154
+PG20  11082.406535  21579.052070 -11032.062870     52.796677
+PG21 -21447.183193  -6249.668492  15238.100445   -170.630869
+PG22 -20904.527954  -5256.345763 -15409.909352    144.640013
+PG23   1777.370077  23535.033458  11830.902632    276.979059
+PG24   1135.267752  15492.788145 -21480.265327    422.870842
+PG25 -17731.930903 -19671.908732  -2217.800092     18.154737
+PG26  12318.462863 -22345.778134   5991.021365   -153.058674
+PG27   7616.108991 -15770.947740 -19201.853968    304.016859
+PG28  20762.277018   9711.882759 -13107.849657     66.539989
+PG29  -7870.641103 -17544.030218  18408.405655    238.772016
+PG30 -21331.750491 -15645.805070   2161.307985     86.897984
+PG31 -25442.518171   7788.081037   2135.044214    139.577023
+PG32   2730.621188  21050.204482 -15959.069681   -326.586887
+PR01 -16821.269754 -15167.304474 -11710.648908   -181.039477
+PR02 -12132.445836   1287.637035 -22388.191076   -253.831789
+PR03 -13248.990406   9743.446210  19442.268336     59.292681
+PR04  12460.108669 -22020.188265  -3178.773834 999999.999999
+PR05  16837.772964  15230.442004  11626.810390   -169.847579
+PR06  12428.664813   -536.486726  22255.944475    -67.101299
+PR07  -1155.500668 -17105.592516  18893.506359   -205.445964
+PR08 -11420.294723 -22081.516053   5728.075642    -35.279749
+PR09  24458.668701  -4035.077850  -5848.956958    -41.371233
+PR10  13380.789446  -9746.850897 -19463.051098    -88.727377
+PR11  -6267.434683  -9937.918967 -22655.010017    -74.677642
+PR12 -22071.058508  -4371.323011 -11874.427564   -151.595774
+PR13 -24524.864044   4272.644377   5491.450577   -318.964030
+PR15   8566.155176   9338.529402  22122.728826     66.685731
+PR16  22361.721958   4215.295312  11597.346258    -32.003297
+PR17 -11572.379997  22684.963964    -33.853043   -258.351372
+PR18  -1083.282150  19487.356003 -16338.725961    -34.940649
+PR19   9531.888787   5123.064837 -23102.706545   -174.980835
+PR20  14996.302359 -12940.923838 -16106.624328    -79.464903
+PR21  11452.669503 -22732.490029   -321.997429    -74.477698
+PR22   1383.045842 -19881.788659  16014.283785     18.194850
+PR23  -9644.014386  -5000.176641  23069.033414   -317.376986
+PR24 -14818.874621  12409.525601  16621.813799    -47.466209
+*  2011  9 11  2 15  0.00000000
+PG01   1022.763855  15549.318061 -21517.603190     -2.045959
+PG02  19675.793107 -14517.525915   9799.957265    355.473130
+PG03 -10899.904976  20254.647276  12572.111090    766.656673
+PG04  25897.311765  -5220.070236  -4389.515854    227.690922
+PG05   9952.989630 -11732.072645  21638.470140   -216.521941
+PG06 -14185.561723  15839.134840  15902.736233    -73.838607
+PG07  16497.716259   8342.974923  19168.239672     26.171801
+PG08  23365.733252   2999.339647  12863.234967      9.098090
+PG09   3263.546647 -16194.189421 -21355.565666    104.827201
+PG10  21315.493053   4972.644190  15084.054126    -12.779802
+PG11  -3685.081817  19627.611944 -17706.852017   -184.824377
+PG12  -8094.456399 -20806.305252 -14511.153029     21.575770
+PG13   5860.426577  19462.924312  16916.796717    252.120422
+PG14 -15089.542299    352.294830 -21666.774267    171.600499
+PG15   4125.892398 -26122.528485   -976.013975   -106.817542
+PG16  -8628.993438  12231.414827  21935.912708   -197.034411
+PG17  15521.053250   -857.219672 -21364.510076    175.646006
+PG18 -20463.256545 -17147.406073  -1527.961203    156.709175
+PG19  -8278.465366  24997.211739   1194.470708   -182.514838
+PG20   9868.395631  20874.323291 -13325.651254     52.797086
+PG21 -19801.372732  -6908.702485  17067.623612   -170.633120
+PG22 -21925.807773  -6611.513365 -13366.978566    144.639604
+PG23   1244.313644  24656.683252   9313.969975    276.976296
+PG24  -1261.808295  16008.007062 -21064.461388    422.873707
+PG25 -17268.015831 -19567.167093  -5040.441901     18.156374
+PG26  12232.939489 -21402.512086   8749.511201   -153.070031
+PG27   9778.252730 -16371.973439 -17677.293860    304.020338
+PG28  21627.170964  10860.185971 -10704.561326     66.542752
+PG29  -7188.423203 -19425.430786  16718.163948    238.774881
+PG30 -21267.474725 -15934.485463   -683.205506     86.893277
+PG31 -25547.236359   7628.101519   -745.303320    139.581934
+PG32   1314.549149  19686.263267 -17712.373026   -326.592924
+PR01 -17659.566584 -16129.094574  -8841.388284   -181.039443
+PR02 -13738.108268   -892.789921 -21460.234432   -253.834080
+PR03 -15511.831545  10110.597813  17476.892898     59.294941
+PR04  12079.775559 -21547.207496  -6327.070560 999999.999999
+PR05  17670.083417  16181.212376   8752.555682   -169.847715
+PR06  14025.691479   1622.656318  21227.963778    -67.101208
+PR07    348.847582 -15199.766631  20485.133086   -205.445500
+PR08 -10997.398451 -21286.516882   8765.232707    -35.279257
+PR09  24967.337002  -4240.069150  -2676.857928    -41.370976
+PR10  15630.429305 -10121.327541 -17501.751600    -88.726643
+PR11  -3453.702541 -10200.349749 -23131.256889    -74.677316
+PR12 -20435.363528  -4382.573773 -14525.409798   -151.594861
+PR13 -24987.143210   4509.422383   2303.491753   -318.965457
+PR15   5793.292186   9586.912628  22910.168142     66.686965
+PR16  20756.586124   4210.222983  14259.145344    -32.002736
+PR17 -11347.572700  22575.428269   3183.105856   -258.349891
+PR18  -1757.182303  21240.292741 -13909.345599    -34.940867
+PR19   8349.207277   7699.515311 -22844.117386   -174.981768
+PR20  14000.370519 -11067.244953 -18251.044542    -79.465017
+PR21  11215.929635 -22579.122308  -3534.651978    -74.478912
+PR22   2014.508422 -21592.944486  13554.258164     18.196005
+PR23  -8488.572901  -7588.242271  22815.424620   -317.379997
+PR24 -13828.732007  10460.407090  18684.634768    -47.467462
+*  2011  9 11  2 30  0.00000000
+PG01  -1263.897099  16358.234571 -20896.176575     -2.047494
+PG02  20706.992212 -14569.940963   7194.242111    355.474870
+PG03 -11125.081905  18598.127603  14708.738016    766.661175
+PG04  25405.787775  -4741.478749  -7079.034262    227.700949
+PG05  11851.200101 -10147.948190  21492.707047   -216.526750
+PG06 -14175.600335  13915.908686  17653.227736    -73.830320
+PG07  14404.251877   9178.524319  20412.360628     26.173438
+PG08  21872.887276   3490.011617  15119.260038      9.098090
+PG09   5394.579595 -16960.308780 -20275.216955    104.829350
+PG10  22411.316538   6193.419973  12957.230507    -12.780928
+PG11  -5408.544012  20507.540647 -16137.325117   -184.827446
+PG12  -6663.467506 -19756.704550 -16545.758535     21.577919
+PG13   5271.476909  21211.685907  14897.182383    252.118785
+PG14 -14539.152814  -2115.682593 -21951.822766    171.602136
+PG15   4418.857978 -26027.371151   1864.895051   -106.816109
+PG16 -10508.308409  10571.637184  22005.076431   -197.036355
+PG17  15057.583912   1594.368102 -21670.656617    175.644573
+PG18 -20301.567904 -17415.920697   1247.156454    156.710812
+PG19  -8478.040394  24629.095926   4047.851017   -182.518521
+PG20   8430.011396  20078.008593 -15392.442587     52.797495
+PG21 -18013.362779  -7710.303764  18618.731625   -170.635371
+PG22 -22825.932187  -7754.373540 -11092.855248    144.639195
+PG23    824.793719  25513.704776   6633.571414    276.973534
+PG24  -3568.081243  16623.139394 -20283.202192    422.876572
+PG25 -16556.186534 -19287.414133  -7776.519668     18.158011
+PG26  12123.536514 -20152.519606  11350.342526   -153.081389
+PG27  11721.362472 -17012.681916 -15828.603287    304.023817
+PG28  22343.054135  11762.146402  -8114.950783     66.545515
+PG29  -6650.292741 -21138.080510  14742.089938    238.777746
+PG30 -20955.215118 -16042.604944  -3516.028124     86.888571
+PG31 -25354.898299   7365.387426  -3612.962134    139.586846
+PG32   -301.626658  18265.377229 -19159.269345   -326.598961
+PR01 -18333.755944 -16746.782179  -5800.179263   -181.039409
+PR02 -15406.940115  -2844.460436 -20114.941776   -253.836372
+PR03 -17481.663746  10601.723539  15170.203784     59.297201
+PR04  11603.560109 -20691.083433  -9352.331531 999999.999999
+PR05  18337.096117  16788.310732   5708.273435   -169.847851
+PR06  15678.044235   3543.612200  19787.071276    -67.101117
+PR07   2099.492753 -13277.772985  21679.032243   -205.445037
+PR08 -10287.219358 -20243.723277  11632.202064    -35.278766
+PR09  25069.991322  -4420.595711    547.498499    -41.370720
+PR10  17587.616647 -10620.077816 -15202.380736    -88.725909
+PR11   -636.413312 -10678.578999 -23158.685417    -74.676990
+PR12 -18499.991042  -4561.583093 -16892.389158   -151.593948
+PR13 -25041.259498   4711.687498   -929.288837   -318.966883
+PR15   2979.841125  10057.143356  23252.379143     66.688199
+PR16  18848.511368   4372.499566  16644.735717    -32.002175
+PR17 -10989.308328  22083.404471   6337.925602   -258.348409
+PR18  -2190.362540  22741.427436 -11207.939093    -34.941085
+PR19   7380.465606  10300.834959 -22142.088110   -174.982702
+PR20  13058.625867  -8899.063540 -20041.738550    -79.465131
+PR21  10853.382202 -22041.695029  -6678.235751    -74.480127
+PR22   2407.696500 -23047.595884  10832.962224     18.197161
+PR23  -7546.101124 -10199.118295  22118.255756   -317.383008
+PR24 -12903.517077   8226.565228  20383.810333    -47.468715
+*  2011  9 11  2 45  0.00000000
+PG01  -3422.590471  17248.107850 -19915.490993     -2.049028
+PG02  21458.900125 -14544.289201   4461.330480    355.476609
+PG03 -11430.391664  16722.364023  16581.421939    766.665677
+PG04  24669.316478  -4123.002725  -9649.910702    227.710977
+PG05  13796.451628  -8685.228484  20977.064371   -216.531559
+PG06 -14247.140528  11817.218120  19100.458408    -73.822032
+PG07  12246.613187  10175.802072  21307.421144     26.175076
+PG08  20183.401395   4146.412722  17122.482181      9.098090
+PG09   7355.260435 -17789.467786 -18861.928486    104.831499
+PG10  23366.287112   7200.054267  10608.830665    -12.782053
+PG11  -6950.407910  21340.506997 -14292.903934   -184.830516
+PG12  -5005.812556 -18656.883172 -18297.456159     21.580068
+PG13   4829.242728  22749.456262  12618.011030    252.117148
+PG14 -14123.436384  -4619.217115 -21852.910040    171.603773
+PG15   4686.395711 -25627.683454   4673.362252   -106.814677
+PG16 -12462.759436   9027.543997  21696.383913   -197.038299
+PG17  14720.171936   4077.614508 -21598.685135    175.643141
+PG18 -19909.133377 -17502.892144   4001.354027    156.712450
+PG19  -8633.073763  23956.100505   6829.969946   -182.522205
+PG20   6776.259794  19229.471175 -17197.501387     52.797905
+PG21 -16123.502790  -8660.729231  19865.793141   -170.637622
+PG22 -23566.422096  -8688.809186  -8627.299108    144.638786
+PG23    487.936471  26081.223841   3836.593122    276.970771
+PG24  -5741.672164  17314.779332 -19149.216285    422.879437
+PG25 -15585.129387 -18869.681141 -10379.079978     18.159648
+PG26  12029.994918 -18610.593433  13745.634702   -153.092746
+PG27  13416.046054 -17654.173308 -13690.440632    304.027296
+PG28  22871.503740  12429.402924  -5385.016510     66.548277
+PG29  -6238.307483 -22642.145249  12513.882954    238.780611
+PG30 -20379.110773 -16003.671042  -6288.804686     86.883864
+PG31 -24882.632333   6965.035245  -6419.031565    139.591757
+PG32  -2101.552405  16829.787582 -20273.181047   -326.604997
+PR01 -18789.441258 -17036.165812  -2646.175036   -181.039375
+PR02 -17081.300765  -4533.250547 -18378.459053   -253.838663
+PR03 -19115.229770  11167.893866  12567.134341     59.299462
+PR04  11088.780925 -19455.976482 -12195.731984 999999.999999
+PR05  18784.585352  17067.828626   2553.100817   -169.847986
+PR06  17327.119321   5193.793147  17961.194528    -67.101025
+PR07   4068.134974 -11399.168861  22451.936205   -205.444574
+PR08  -9271.574201 -19007.948057  14273.356399    -35.278275
+PR09  24771.760868  -4520.838838   3761.157390    -41.370463
+PR10  19209.883906 -11194.431751 -12609.444816    -88.725175
+PR11   2114.216590 -11361.098381 -22736.487641    -74.676665
+PR12 -16319.270185  -4941.569831 -18929.568870   -151.593035
+PR13 -24694.765042   4823.240791  -4143.996152   -318.968309
+PR15    197.237371  10742.895858  23143.080921     66.689432
+PR16  16690.158338   4735.951857  18707.592362    -32.001614
+PR17 -10553.773776  21202.614924   9369.038838   -258.346927
+PR18  -2412.756736  23938.002477  -8287.265528    -34.941303
+PR19   6639.098048  12858.647144 -21010.240788   -174.983635
+PR20  12221.067235  -6479.465893 -21443.841032    -79.465245
+PR21  10421.406259 -21115.713734  -9691.358354    -74.481341
+PR22   2593.797791 -24194.947605   7902.988198     18.198317
+PR23  -6829.388411 -12764.374684  20991.072174   -317.386020
+PR24 -12091.666487   5753.613275  21686.207011    -47.469968
+*  2011  9 11  3  0  0.00000000
+PG01  -5416.819968  18188.220714 -18592.396985     -2.050563
+PG02  21933.375874 -14403.819273   1649.389491    355.478349
+PG03 -11837.709015  14664.460670  18156.077493    766.670179
+PG04  23717.518474  -3342.207064 -12059.271983    227.721004
+PG05  15746.381269  -7366.362402  20100.749562   -216.536368
+PG06 -14420.357577   9582.702200  20220.419245    -73.813744
+PG07  10072.828459  11326.990482  21837.463988     26.176713
+PG08  18340.029913   4983.206274  18838.552286      9.098090
+PG09   9115.441916 -18646.312938 -17137.945837    104.833647
+PG10  24142.127678   8001.149678   8079.709940    -12.783179
+PG11  -8299.051809  22089.538035 -12203.866531   -184.833586
+PG12  -3138.826001 -17549.230554 -19735.939814     21.582217
+PG13   4509.405150  24038.682121  10119.180234    252.115511
+PG14 -13849.520556  -7107.173779 -21372.264875    171.605410
+PG15   4964.763186 -24927.898878   7400.558873   -106.813244
+PG16 -14450.659638   7626.549713  21016.029198   -197.040243
+PG17  14514.673633   6543.008779 -21150.591674    175.641708
+PG18 -19270.255970 -17439.643076   6688.603163    156.714087
+PG19  -8781.270593  22984.022387   9491.908936   -182.525888
+PG20   4923.914761  18366.950701 -18710.343521     52.798314
+PG21 -14173.544650  -9758.892915  20787.812096   -170.639873
+PG22 -24111.962816  -9426.344318  -6013.195699    144.638376
+PG23    199.065876  26342.660612    972.125132    276.968009
+PG24  -7745.757866  18053.341348 -17681.498205    422.882302
+PG25 -14351.899221 -18353.699796 -12803.480994     18.161285
+PG26  11989.468464 -16801.166665  15890.990462   -153.104103
+PG27  14842.132924 -18254.690423 -11302.833184    304.030775
+PG28  23178.735910  12881.575325  -2562.569320     66.551040
+PG29  -5928.021164 -23903.191949  10071.556991    238.783476
+PG30 -19531.199987 -15854.614584  -8954.633455     86.879158
+PG31 -24155.385180   6396.671597  -9115.392964    139.596668
+PG32  -4060.788967  15419.516378 -21033.155800   -326.611034
+PR01 -18978.401650 -17024.780297    559.284461   -181.039340
+PR02 -18699.760349  -5936.848980 -16284.549190   -253.840954
+PR03 -20381.247422  11754.152255   9718.473667     59.301722
+PR04  10591.930163 -17859.285269 -14801.992974 999999.999999
+PR05  18964.538042  17047.543181   -651.669003   -169.848122
+PR06  18910.862401   6552.636561  15785.777772    -67.100934
+PR07   6215.662241  -9618.436728  22788.739765   -205.444111
+PR08  -7944.397559 -17638.508883  16637.468884    -35.277783
+PR09  24091.102938  -4487.762866   6901.332817    -41.370206
+PR10  20466.567872 -11789.758716  -9773.063182    -88.724441
+PR11   4731.222282 -12224.272964 -21872.581516    -74.676339
+PR12 -13954.849360  -5545.091399 -20597.752518   -151.592122
+PR13 -23968.481322   4791.129913  -7278.126681   -318.969736
+PR15  -2485.292338  11625.351408  22584.756261     66.690666
+PR16  14341.793333   5323.931235  20407.350205    -32.001053
+PR17 -10098.295441  19940.206765  12217.331732   -258.345445
+PR18  -2463.849161  24786.529219  -5204.433141    -34.941521
+PR19   6126.088212  15304.279904 -19470.533359   -174.984569
+PR20  11529.810660  -3861.423367 -22429.979469    -79.465359
+PR21   9977.168025 -19810.116574 -12515.238089    -74.482555
+PR22   2613.170604 -24993.472400   4820.853058     18.199473
+PR23  -6338.796326 -15215.409433  19455.784005   -317.389031
+PR24 -11433.291008   3096.634603  22566.420712    -47.471222
+*  2011  9 11  3 15  0.00000000
+PG01  -7216.576859  19142.829016 -16949.626775     -2.052098
+PG02  22140.830196 -14114.265253  -1191.807333    355.480088
+PG03 -12362.432079  12466.783689  19404.124945    766.674681
+PG04  22585.016222  -2382.842809 -14266.969520    227.731031
+PG05  17656.172947  -6206.164616  18879.142034   -216.541177
+PG06 -14708.652531   7255.744082  20994.793394    -73.805456
+PG07   7929.677909  12615.979707  21992.707775     26.178350
+PG08  16388.874474   6006.850491  20237.608976      9.098090
+PG09  10652.038080 -19491.338155 -15130.583266    104.835796
+PG10  24704.501378   8612.794800   5413.452912    -12.784304
+PG11  -9449.954264  22717.501110  -9904.965945   -184.836655
+PG12  -1087.987328 -16473.436802 -20836.170825     21.584365
+PG13   4281.566127  25048.796220   7444.375261    252.113874
+PG14 -13715.984756  -9528.393213 -20518.864032    171.607047
+PG15   5288.941389 -23941.142212   9999.126137   -106.811812
+PG16 -16426.933505   6388.394531  19976.500072   -197.042187
+PG17  14438.747126   8941.235171 -20334.973814    175.640276
+PG18 -18376.427379 -17260.819289   9264.268050    156.715724
+PG19  -8959.136925  21727.664374  11986.977018   -182.529572
+PG20   2897.068967  17526.088976 -19905.421202     52.798723
+PG21 -12205.257892 -10996.234723  21368.755653   -170.642124
+PG22 -24431.785512  -9985.459755  -3295.787849    144.637967
+PG23    -78.712032  26290.381524  -1909.451406    276.965246
+PG24  -9549.832343  18804.207820 -15905.019932    422.885167
+PG25 -12862.202138 -17780.269134 -15008.150886     18.162922
+PG26  12034.800867 -14757.539214  17746.492821   -153.115461
+PG27  15989.234541 -18771.455586  -8710.248308    304.034254
+PG28  23236.906472  13145.211786    303.637842     66.553802
+PG29  -5689.588070 -24893.413559   7456.809172    238.786341
+PG30 -18411.784869 -15634.206310 -11468.819272     86.874451
+PG31 -23204.976464   5635.836952 -11655.525255    139.601580
+PG32  -6147.502770  14070.834402 -21424.349843   -326.617071
+PR01 -18860.774748 -16750.522200   3753.871559   -181.039306
+PR02 -20199.631551  -7045.429866 -13873.934891   -253.843245
+PR03 -21261.535348  12302.006836   6679.862581     59.303982
+PR04  10166.110863 -15931.101346 -17120.459323 999999.999999
+PR05  18837.327062  16765.537297  -3843.779562   -169.848258
+PR06  20366.336770   7612.209366  13303.096314    -67.100843
+PR07   8493.547857  -7982.830667  22682.799814   -205.443648
+PR08  -6312.256148 -16196.700770  18678.702401    -35.277292
+PR09  23058.996899  -4273.625964   9906.657649    -41.369950
+PR10  21339.879038 -12347.907244  -6748.013676    -88.723707
+PR11   7153.438153 -13233.289256 -20583.479560    -74.676013
+PR12 -11473.240785  -6382.917409 -21865.074497   -151.591209
+PR13 -22895.581532   4568.133601 -10270.789105   -318.971162
+PR15  -5003.363733  12673.952047  21588.575867     66.691900
+PR16  11868.942704   6148.103323  21710.609725    -32.000492
+PR17  -9678.705887  18316.605448  14827.311936   -258.343963
+PR18  -2390.737887  25254.597417  -2019.759876    -34.941739
+PR19   5830.091267  17571.431795 -17552.836380   -174.985502
+PR20  11017.281175  -1105.848459 -22980.815116    -79.465473
+PR21   9575.992025 -18147.048311 -15094.864719    -74.483770
+PR22   2513.403191 -25412.587870   1645.930239     18.200628
+PR23  -6062.405512 -17486.114886  17542.240536   -317.392042
+PR24 -10958.453456    318.134712  23007.277141    -47.472475
+*  2011  9 11  3 30  0.00000000
+PG01  -8799.296403  20072.538514 -15015.406344     -2.053633
+PG02  22099.701593 -13645.410543  -4011.834917    355.481827
+PG03 -13012.697836  10175.404446  20303.089355    766.679183
+PG04  21310.145604  -1235.632196 -16236.183628    227.741058
+PG05  19480.158382  -5211.414103  17333.508634   -216.545986
+PG06 -15118.088717   4881.976653  21411.205483    -73.797169
+PG07   5861.046078  14018.834637  21769.759520     26.179987
+PG08  14377.775763   7215.137488  21294.810119      9.098090
+PG09  11949.742354 -20282.327025 -12871.905607    104.837945
+PG10  25024.306881   9057.702743   2655.622528    -12.785430
+PG11 -10405.729681  23188.570257  -7434.917808   -184.839725
+PG12   1113.839117 -15464.972114 -21578.827129     21.586514
+PG13   4110.638909  25757.317016   4640.269508    252.112236
+PG14 -13712.996073 -11833.504561 -19308.228374    171.608684
+PG15   5691.066871 -22688.767405  12424.020479   -106.810379
+PG16 -18344.723184   5324.571812  18596.311161   -197.044131
+PG17  14482.025102  11224.899353 -19166.821027    175.638843
+PG18 -17226.738900 -17002.954644  11685.766163    156.717361
+PG19  -9200.344139  20210.332093  14271.576618   -182.533255
+PG20    726.412217  16738.569301 -20762.529216     52.799132
+PG21 -10259.042839 -12356.853784  21597.836008   -170.644375
+PG22 -24500.875907 -10390.648656   -521.880139    144.637558
+PG23   -382.829145  25926.002496  -4757.408839    276.962483
+PG24 -11130.726436  19529.099365 -13850.323398    422.888032
+PG25 -11130.352020 -17189.594391 -16955.292862     18.164559
+PG26  12192.981396 -12520.713935  19277.613958   -153.126818
+PG27  16856.875409 -19162.538544  -5960.580419    304.037732
+PG28  23025.168860  13252.501804   3164.751437     66.556565
+PG29  -5489.082023 -25592.614530   4714.324679    238.789205
+PG30 -17029.489392 -15381.437377 -13789.564711     86.869744
+PG31 -22068.894275   4665.158467 -13995.312333    139.606491
+PG32  -8323.468734  12814.870251 -21438.407081   -326.623108
+PR01 -18406.902398 -16259.852145   6875.488305   -181.039272
+PR02 -21519.574423  -7861.798031 -11193.504691   -253.845536
+PR03 -21751.595213  12752.089192   3510.688302     59.306243
+PR04   9858.631810 -13713.144072 -19106.085717 999999.999999
+PR05  18373.547831  16268.399495  -6961.222696   -169.848394
+PR06  21632.350747   8377.278892  10561.434719    -67.100751
+PR07  10845.653816  -6530.541391  22136.071783   -205.443184
+PR08  -4394.336662 -14743.207179  20357.492858    -35.276800
+PR09  21717.624176  -3838.269100  12718.406109    -41.369693
+PR10  21825.451300 -12809.803702  -3592.692348    -88.722972
+PR11   9327.806914 -14343.594114 -18893.989926    -74.675688
+PR12  -8943.189345  -7453.419247 -22707.575391   -151.590296
+PR13 -21520.174046   4115.003869 -13063.889599   -318.972589
+PR15  -7299.856408  13847.661371  20174.157067     66.693134
+PR16   9339.833996   7207.735625  22591.613853    -31.999931
+PR17  -9346.789438  16364.820775  17148.200022   -258.342481
+PR18  -2245.870212  25322.232000   1204.433716    -34.941957
+PR19   5728.087092  19598.752070 -15294.356988   -174.986435
+PR20  10704.826509   1720.681631 -23085.431651    -79.465587
+PR21   9268.827635 -16161.089297 -17380.080807    -74.484984
+PR22   2347.077400 -25433.900839  -1560.667173     18.201784
+PR23  -5976.693507 -19515.452360  15287.649582   -317.395053
+PR24 -10685.889232  -2514.318082  23000.170318    -47.473728
+*  2011  9 11  3 45  0.00000000
+PG01 -10150.527869  20935.836242 -12822.973431     -2.055167
+PG02  21835.608690 -12972.498038  -6760.593942    355.483567
+PG03 -13788.917747   7838.390926  20837.058832    766.683685
+PG04  19933.548532    101.201310 -17933.979652    227.751085
+PG05  21173.456707  -4380.770675  15490.621673   -216.550795
+PG06 -15647.123355   2507.720361  21463.369789    -73.788881
+PG07   3906.383110  15504.576802  21171.722073     26.181624
+PG08  12354.632430   8597.053175  21990.807016      9.098090
+PG09  13001.480531 -20975.923947 -10398.338704    104.840093
+PG10  25078.775998   9364.115862   -146.999702    -12.786555
+PG11 -11175.888709  23469.680007  -4835.796781   -184.842794
+PG12   3427.451748 -14553.734816 -21950.661358     21.588663
+PG13   3958.423251  26150.637041   1755.676144    252.110599
+PG14 -13822.791134 -13976.661364 -17762.097856    171.610321
+PG15   6198.984087 -21199.584102  14633.311504   -106.808947
+PG16 -20157.060422   4438.080544  16899.644209   -197.046075
+PG17  14626.614945  13350.169948 -17667.191166    175.637411
+PG18 -15828.023552 -16702.991628  13913.186036    156.718998
+PG19  -9534.221282  18463.000232  16305.999772   -182.536939
+PG20  -1551.736052  16030.919161 -21267.127709     52.799542
+PG21  -8372.585878 -13817.906835  21469.741565   -170.646626
+PG22 -24300.965851 -10671.252340   2260.968866    144.637148
+PG23   -749.550796  25260.329524  -7521.627490    276.959721
+PG24 -12473.342290  20187.614311 -11552.999172    422.890897
+PG25  -9178.902085 -16619.661711 -18611.525410     18.166196
+PG26  12483.856284 -10137.890331  20456.002565   -153.138175
+PG27  17454.200798 -19388.667623  -3104.090776    304.041211
+PG28  22530.458011  13239.812194   5972.617110     66.559328
+PG29  -5289.979646 -25988.919078   1891.028544    238.792070
+PG30 -15401.015519 -15133.924501 -15878.592963     86.865038
+PG31 -20788.873801   3475.262896 -16093.828204    139.611402
+PG32 -10545.352162  11676.421416 -21073.718610   -326.629144
+PR01 -17598.760741 -15605.651193   9863.477995   -181.039238
+PR02 -22602.164579  -8401.002010  -8295.397685   -253.847827
+PR03 -21860.625488  13046.864946    272.901245     59.308503
+PR04   9708.862068 -11257.219940 -20720.311721 999999.999999
+PR05  17555.440017  15609.080169  -9943.445091   -169.848530
+PR06  22652.033293   8864.847959   7614.144597    -67.100660
+PR07  13210.366456  -5289.256211  21159.079702   -205.442721
+PR08  -2221.906878 -13335.558120  21641.310127    -35.276309
+PR09  20118.590802  -3151.083140  15281.662775    -41.369437
+PR10  21932.350554 -13118.102277   -368.005799    -88.722238
+PR11  11211.353582 -15502.766055 -16836.753812    -74.675362
+PR12  -6432.977418  -8742.497415 -23109.614872   -151.589383
+PR13 -19895.447956   3402.370601 -15603.258402   -318.974015
+PR15  -9327.024785  15096.678007  18369.163383     66.694367
+PR16   6822.728974   8489.517044  23032.781151    -31.999370
+PR17  -9147.916657  14129.235514  19134.922152   -258.340999
+PR18  -2084.549375  24982.738323   4405.072853    -34.942175
+PR19   5786.536341  21332.228444 -12738.920643   -174.987369
+PR20  10601.811744   4548.441418 -22741.563213    -79.465701
+PR21   9099.920165 -13897.973436 -19326.559623    -74.486198
+PR22   2169.329058 -25051.969676  -4737.232726     18.202940
+PR23  -6047.714144 -21249.827942  12735.852944   -317.398065
+PR24 -10622.223729  -5330.665300  22545.232469    -47.474981
+*  2011  9 11  4  0  0.00000000
+PG01 -11264.293053  21690.717391 -10410.009366     -2.056702
+PG02  21380.214564 -12077.423725  -9389.285543    355.484895
+PG03 -14683.655182   5504.023960  20996.988629    766.688492
+PG04  18496.695513   1621.676364 -19331.811281    227.761455
+PG05  22693.590434  -3705.010478  13382.287020   -216.555316
+PG06 -16286.640586    178.411436  21151.139094    -73.780306
+PG07   2099.334699  17036.255140  20208.191306     26.183261
+PG08  10365.706061  10132.970760  22312.150770      9.098090
+PG09  13808.577087 -21529.284206  -7750.205129    104.842242
+PG10  24852.337473   9564.521549  -2947.171386    -12.787525
+PG11 -11776.326269  23531.908461  -2152.347128   -184.845864
+PG12   5808.609689 -13762.920851 -21944.760018     21.590811
+PG13   3785.300272  26224.470730  -1159.331270    252.108555
+PG14 -14020.480958 -15917.132207 -15907.995036    171.611958
+PG15   6834.976166 -19508.804822  16588.917311   -106.807798
+PG16 -21818.541553   3723.507450  14915.904226   -197.048019
+PG17  14847.901995  15278.272271 -15862.783147    175.635978
+PG18 -14194.727927 -16396.808816  15909.858668    156.720635
+PG19  -9984.437924  16523.184785  18055.137808   -182.540622
+PG20  -3896.605145  15423.519869 -21410.577677     52.799951
+PG21  -6579.601260 -15350.264593  20984.811577   -170.649029
+PG22 -23821.272468 -10860.124267   5005.252672    144.636739
+PG23  -1212.319495  24312.938789 -10153.537499    276.957173
+PG24 -13571.070489  20738.875494  -9053.059660    422.893762
+PG25  -7037.965140 -16104.711166 -19948.447485     18.167833
+PG26  12919.161227  -7660.683383  21260.120344   -153.149478
+PG27  17799.288644 -19414.903054   -192.336201    304.044690
+PG28  21747.980963  13146.106745   8680.528031     66.562090
+PG29  -5054.751248 -26079.174465   -964.704211    238.794833
+PG30 -13550.612426 -14926.397128 -17701.698316     86.860331
+PG31 -19409.310520   2065.389115 -17914.084868    139.616313
+PG32 -12766.222780  10673.021536 -20335.549595   -326.635181
+PR01 -16430.913832 -14844.823026  12659.806568   -181.039203
+PR02 -23396.316482  -8689.432447  -5235.984932   -253.850118
+PR03 -21610.966912  13133.278318  -2970.220626     59.310763
+PR04   9746.436126  -8623.270518 -21931.808868 999999.999999
+PR05  16377.833714  14844.495440 -12732.525941   -169.848666
+PR06  23375.248641   9103.174615   4518.600519    -67.100569
+PR07  15522.976585  -4275.173895  19770.719809   -205.442258
+PR08    162.728346 -12025.741351  22505.282632    -35.275818
+PR09  18320.769070  -2192.568116  17546.412978    -41.369180
+PR10  21682.542461 -13219.776585   2863.784208    -88.721504
+PR11  12772.741395 -16652.741740 -14451.626428    -74.675037
+PR12  -4007.777999 -10224.045393 -23064.118464   -151.588470
+PR13 -18081.459816   2412.227964 -17839.695805   -318.975441
+PR15 -11048.214026  16364.529120  16208.753996     66.695601
+PR16   4383.259135   9967.921034  23025.082621    -31.998809
+PR17  -9118.968932  11663.928808  20748.984269   -258.339518
+PR18  -1962.321942  24242.999598   7519.590659    -34.942393
+PR19   5962.990339  22727.283360  -9936.124021   -174.988302
+PR20  10705.234128   7307.210606 -21955.656277    -79.465815
+PR21   9104.785985 -11412.850956 -20896.660472    -74.487413
+PR22   2035.305408 -24274.554063  -7822.622945     18.204096
+PR23  -6232.727969 -22645.170495   9936.471897   -317.401076
+PR24 -10761.719722  -8061.037288  21651.331862    -47.476234
+*  2011  9 11  4 15  0.00000000
+PG01 -12143.120047  22296.344931  -7817.994170     -2.058237
+PG02  20769.852325 -10949.660694 -11851.358054    355.486634
+PG03 -15681.849316   3219.018369  20780.843785    766.692994
+PG04  17040.389168   3312.080009 -20405.966447    227.771482
+PG05  24002.016718  -3167.569361  11044.791044   -216.560125
+PG06 -17020.281104  -2062.922214  20480.457276    -73.772018
+PG07    466.594994  18572.267691  18895.139580     26.184898
+PG08   8453.973761  11795.179308  22251.619692      9.098090
+PG09  14380.621283 -21901.747985  -4971.182788    104.844391
+PG10  24337.219895   9694.228964  -5697.935084    -12.788650
+PG11 -12228.551317  23351.731613    568.783842   -184.848933
+PG12   8209.533920 -13108.159721 -21560.697322     21.592960
+PG13   3551.977717  25983.946750  -4054.311189    252.106918
+PG14 -14275.142762 -17620.684994 -13778.688906    171.613595
+PG15   7614.724647 -17656.755881  18257.263601   -106.806366
+PG16 -23286.943925   3167.431282  12679.200752   -197.049963
+PG17  15115.619976  16976.778472 -13785.417571    175.634546
+PG18 -12348.520638 -16117.805076  17642.879862    156.722272
+PG19 -10567.930992  14433.570193  19489.090612   -182.544305
+PG20  -6264.319884  14929.859364 -21190.286180     52.800360
+PG21  -4908.703025 -16919.411274  20149.147074   -170.651280
+PG22 -23058.959773 -10992.175493   7664.308206    144.636330
+PG23  -1800.217330  23111.414385 -12607.025871    276.954410
+PG24 -14425.870823  21143.216954  -6394.218411    422.896626
+PG25  -4744.247998 -15673.866642 -20943.119617     18.169470
+PG26  13501.923702  -5143.150885  21675.704667   -153.160835
+PG27  17918.111464 -19212.102443   2722.880044    304.048169
+PG28  20681.406152  13011.310523  11243.915313     66.564853
+PG29  -4746.498263 -25869.032909  -3803.867592    238.797698
+PG30 -11509.283081 -14789.319017 -19229.221899     86.855624
+PG31 -17975.567236    443.670529 -19423.727370    139.621225
+PG32 -14937.241881   9814.308295 -19236.023685   -326.641218
+PR01 -14910.950211 -14035.744142  15210.190461   -181.039169
+PR02 -23859.459480  -8763.445274  -2074.767746   -253.852410
+PR03 -21037.004598  12965.215696  -6155.333064     59.313024
+PR04   9989.885530  -5877.090299 -22717.085703 999999.999999
+PR05  14848.579466  14032.980337 -15274.302519   -169.848801
+PR06  23760.747244   9130.318972   1335.074930    -67.100478
+PR07  17718.205712  -3492.515382  17997.900789   -205.441795
+PR08   2707.733620 -10858.066033  22932.674221    -35.275326
+PR09  16387.851321   -955.416681  19468.531527    -41.368923
+PR10  21109.841506 -13068.545388   6040.243287    -88.720770
+PR11  13993.343668 -17732.304674 -11784.912108    -74.674711
+PR12  -1727.164490 -11860.926468 -22572.657966   -151.587557
+PR13 -16142.655363   1138.940020 -19729.917732   -318.976868
+PR15 -12439.112918  17590.456021  13734.894537     66.696835
+PR16   2081.875163  11606.101172  22568.252288    -31.998248
+PR17  -9286.641221   9030.606156  21959.211142   -258.338036
+PR18  -1932.360317  23123.214400  10487.176362    -34.942611
+PR19   6208.086629  23750.491606  -6940.375011   -174.989236
+PR20  10999.875647   9928.955470 -20742.762856    -79.465929
+PR21   9308.577262  -8768.170826 -22060.145459    -74.488627
+PR22   1997.623861 -23122.341974 -10757.404156     18.205251
+PR23  -6482.214041 -23668.625211   6943.939368   -317.404087
+PR24 -11086.565286 -10638.426925  20335.898634    -47.477488
+*  2011  9 11  4 30  0.00000000
+PG01 -12797.751563  22714.677755  -5091.495720     -2.059772
+PG02  20043.972340  -9586.873038 -14103.401451    355.488374
+PG03 -16761.373089   1026.827988  20193.579289    766.697496
+PG04  15603.300380   5151.277481 -21137.951185    227.781509
+PG05  25065.516433  -2745.371411   8518.276191   -216.564934
+PG06 -17825.053128  -4177.083053  19463.219652    -73.763730
+PG07   -972.971026  20067.885738  17254.684054     26.186535
+PG08   6657.590552  13548.736719  21808.456333      9.098090
+PG09  14735.028954 -22056.479534  -2107.685547    104.846539
+PG10  23533.776190   9789.859910  -8353.344009    -12.789776
+PG11 -12558.684075  22912.093677   3279.877277   -184.852003
+PG12  10580.556090 -12596.952117 -20804.578699     21.595109
+PG13   3221.215266  25443.344444  -6879.341998    252.105281
+PG14 -14551.151616 -19060.713208 -11411.572511    171.615232
+PG15   8546.538915 -15687.404260  19609.855073   -106.804933
+PG16 -24524.725326   2749.130427  10227.763747   -197.051907
+PG17  15395.142883  18420.647568 -11471.438121    175.633113
+PG18 -10317.652098 -15895.587775  19083.581199    156.723909
+PG19 -11294.117648  12240.449897  20583.664942   -182.547989
+PG20  -8609.367421  14556.055695 -20609.759060     52.800770
+PG21  -3382.448589 -18486.564295  18974.649794   -170.653531
+PG22 -22019.308392 -11102.858223  10193.080664    144.635921
+PG23  -2536.611986  21690.276828 -14839.287874    276.951648
+PG24 -15048.011945  21363.840449  -3623.090083    422.899491
+PG25  -2339.836216 -15349.975071 -21578.453293     18.171108
+PG26  14226.264078  -2639.723340  21696.042209   -153.172193
+PG27  17843.208296 -18758.122225   5590.506719    304.051648
+PG28  19342.753995  12874.678156  13620.976767     66.567615
+PG29  -4330.573887 -25372.707767  -6577.659565    238.800563
+PG30  -9313.760323 -14747.690282 -20436.451794     86.850918
+PG31 -16532.240032  -1372.930121 -20595.660298    139.626136
+PG32 -17009.453780   9101.723967 -17793.959183   -326.647255
+PR01 -13059.383745 -13235.670443  17465.148879   -181.039135
+PR02 -23959.374623  -8667.569230   1126.785120   -253.854701
+PR03 -20183.575515  12505.681322  -9220.285128     59.315284
+PR04  10445.754723  -3087.809305 -23060.939573 999999.999999
+PR05  12988.443278  13231.699241 -17519.421650   -169.848937
+PR06  23777.961418   8992.279871  -1874.445152    -67.100386
+PR07  19732.773530  -2933.550544  15875.026884   -205.441331
+PR08   5353.650512  -9867.367456  22915.204794    -35.274835
+PR09  14385.721095    554.925347  21010.649333    -41.368667
+PR10  20258.384511 -12627.031360   9099.952945    -88.720036
+PR11  14867.785786 -18679.731275  -8888.467459    -74.674385
+PR12    357.122833 -13606.419217 -21645.368410   -151.586644
+PR13 -14145.230526   -410.276627 -21237.383455   -318.978294
+PR15 -13488.494949  18711.992427  10995.542794     66.698069
+PR16    -28.482118  13357.285094  21670.824810    -31.997687
+PR17  -9666.194270   6296.223965  22742.336816   -258.336554
+PR18  -2042.954645  21656.086847  13249.982429    -34.942830
+PR19   6467.845649  24380.847673  -3809.838096   -174.990169
+PR20  11458.988401  12350.427274 -19126.265584    -79.466043
+PR21   9724.904465  -6031.273191 -22794.745194    -74.489841
+PR22   2103.936404 -21628.164264 -13484.970367     18.206407
+PR23  -6742.177234 -24299.792161   3816.437784   -317.407098
+PR24 -11567.689793 -13001.246734  18624.582036    -47.478741
+*  2011  9 11  4 45  0.00000000
+PG01 -13246.539624  22912.004200  -2277.404959     -2.061307
+PG02  19243.479486  -7995.193706 -16105.967199    355.490113
+PG03 -17893.896736  -1033.891941  19246.962807    766.701998
+PG04  14220.587987   7111.297110 -21514.806595    227.791537
+PG05  25857.389220  -2409.909383   5846.055838   -216.569743
+PG06 -18672.199782  -6129.974118  18117.045769    -73.755442
+PG07  -2208.899087  21476.922859  15314.740624     26.188172
+PG08   5008.522316  15352.623890  20988.502853      9.098090
+PG09  14896.306058 -21962.010204    791.832891    104.848688
+PG10  22450.521729   9887.808498 -10869.160466    -12.790901
+PG11 -12796.257549  22203.243706   5933.023529   -184.855072
+PG12  12871.853052 -12228.433177 -19688.970755     21.597257
+PG13   2759.461317  24625.488212  -9585.888740    252.103644
+PG14 -14809.696103 -20219.063829  -8847.968918    171.616870
+PG15   9630.884802 -13646.759400  20623.749906   -106.803501
+PG16 -25500.352967   2441.564526   7603.303741   -197.053851
+PG17  15648.944959  19592.979561  -8961.047278    175.631681
+PG18  -8136.087554 -15754.808549  20207.947426    156.725546
+PG19 -12164.423354   9992.045461  21320.754771   -182.551672
+PG20 -10886.131344  14300.669206 -19678.559761     52.801179
+PG21  -2016.592186 -20009.982957  17478.980080   -170.655782
+PG22 -20715.589867 -11226.645249  12548.851288    144.635511
+PG23  -3438.042750  20089.648801 -16811.604014    276.948885
+PG24 -15455.479950  21368.372316   -788.328197    422.902356
+PG25    129.225328 -15148.699454 -21843.502414     18.172745
+PG26  15077.602809   -203.135062  21322.047137   -153.183550
+PG27  17612.136371 -18038.714904   8361.169527    304.055126
+PG28  17752.000761  12773.222138  15773.242490     66.570378
+PG29  -3776.123743 -24612.412053  -9238.319003    238.803428
+PG30  -7005.290995 -14820.068631 -21303.947574     86.846211
+PG31 -15121.451482  -3359.037434 -21408.590369    139.631047
+PG32 -18935.605936   8528.565960 -16034.555885   -326.653291
+PR01 -10909.022586 -12498.210011  19380.960197   -181.039101
+PR02 -23675.614615  -8452.374882   4306.438158   -253.856992
+PR03 -19103.951554  11728.591065 -12105.350105     59.317544
+PR04  11108.238309   -325.244813 -22956.746985 999999.999999
+PR05  10830.470147  12494.123104 -19424.296710   -169.849073
+PR06  23408.369029   8740.801742  -5047.475556    -67.100295
+PR07  21507.899674  -2579.139434  13443.333208   -205.440868
+PR08   8035.627923  -9077.627042  22453.208971    -35.274344
+PR09  12379.754276   2320.245577  22142.880579    -41.368410
+PR10  19180.691172 -11868.562324  11983.683609    -88.719302
+PR11  15403.933834 -19435.481904  -5818.689579    -74.674060
+PR12   2203.065721 -15406.068932 -20300.707088   -151.585731
+PR13 -12154.442044  -2215.413311 -22332.990609   -318.979721
+PR15 -14198.419878  19667.628393   8043.724858     66.699302
+PR16  -1904.390322  15166.610979  20349.996843    -31.997126
+PR17 -10260.707918   3530.408854  23083.436507   -258.335072
+PR18  -2335.223009  19885.505922  15754.265031    -34.943048
+PR19   6686.171176  24610.530009   -605.305425   -174.991102
+PR20  12045.485342  14515.569672 -17137.438490    -79.466157
+PR21  10355.164700  -3271.793511 -23086.564435    -74.491055
+PR22   2394.699977 -19835.727518 -15952.613092     18.207563
+PR23  -6956.652608 -24531.458392    614.763586   -317.410110
+PR24 -12166.073033 -15095.662942  16550.745860    -47.479994
+*  2011  9 11  5  0  0.00000000
+PG01 -13514.550510  22860.321307    575.869743     -2.062841
+PG02  18409.033130  -6189.156131 -17824.294116    355.491853
+PG03 -19046.014356  -2930.600707  17959.250510    766.706500
+PG04  12922.650852   9158.172786 -21529.353822    227.801564
+PG05  26358.410092  -2128.534561   3073.879830   -216.574552
+PG06 -19528.289365  -7893.673505  16464.969828    -73.747155
+PG07  -3239.365983  22753.484405  13108.566812     26.189809
+PG08   3531.406152  17161.164062  19804.224228      9.098090
+PG09  14895.031390 -21593.623680   3677.647731    104.850837
+PG10  21103.887597  10022.724063 -13203.520843    -12.792027
+PG11 -12972.870264  21223.297234   8481.033144   -184.858142
+PG12  15035.200859 -11993.472825 -18232.716408     21.599406
+PG13   2138.337347  23560.826988 -12127.633159    252.102007
+PG14 -15010.415962 -21086.539114  -6132.380829    171.618507
+PG15  10860.229423 -11581.213182  21281.930412   -106.802068
+PG16 -26189.415180   2212.591602   4850.325967   -197.055796
+PG17  15838.170176  20485.459491  -6297.590206    175.630249
+PG18  -5842.442062 -15714.185537  20996.977763    156.727183
+PG19 -13172.140340   7736.773057  21688.600017   -182.555356
+PG20 -13050.437564  14154.811198 -18412.173731     52.801588
+PG21   -819.581538 -21446.426642  15685.424465   -170.658033
+PG22 -19168.652793 -11395.562103  14691.918692    144.635102
+PG23  -4513.391685  18353.715495 -18490.026370    276.946123
+PG24 -15673.080348  21130.255078   2060.280055    422.905221
+PG25   2614.502704 -15077.900499 -21733.652045     18.174382
+PG26  16033.259342   2117.546314  20562.146325   -153.194907
+PG27  17265.777158 -17048.098201  10988.005728    304.058605
+PG28  15936.416054  12740.252459  17666.077371     66.573140
+PG29  -3057.485998 -23617.499567 -11739.950308    238.806293
+PG30  -4628.271861 -15017.840441 -21817.789902     86.841504
+PG31 -13781.240086  -5481.620995 -21847.470580    139.635958
+PG32 -20671.919003   8080.388672 -13988.936677   -326.659328
+PR01  -8503.832414 -11870.968684  20920.504352   -181.039067
+PR02 -23000.446920  -8172.096548   7402.403511   -253.859283
+PR03 -17857.486521  10620.107364 -14754.401704     59.319805
+PR04  11959.354965   2342.768134 -22406.587458 999999.999999
+PR05   8418.841992  11867.679920 -20951.951742   -169.849209
+PR06  22646.367063   8430.946048  -8122.261511    -67.100204
+PR07  22991.635035  -2399.764789  10750.085692   -205.440405
+PR08  10685.883889  -8501.064541  21555.629964    -35.273852
+PR09  10432.165287   4310.099136  22843.396452    -41.368153
+PR10  17935.391171 -10778.538700  14635.530628    -88.718568
+PR11  15622.329919 -19944.821794  -2635.409303    -74.673734
+PR12   3779.839377 -17199.866717 -18565.062469   -151.584818
+PR13 -10231.979523  -4244.270393 -22995.625351   -318.981147
+PR15 -14583.889967  20399.449726   4936.518955     66.700536
+PR16  -3513.547510  16973.331076  18631.312571    -31.996565
+PR17 -11060.865476    802.779831  22976.193304   -258.333590
+PR18  -2841.138487  17864.772441  17951.434215    -34.943266
+PR19   6807.448423  24445.130193   2610.984419   -174.992036
+PR20  12713.587317  16377.634364 -14814.850599    -79.466271
+PR21  11188.402081   -558.987060 -22930.322111    -74.492270
+PR22   2901.245276 -17797.915073 -18112.524453     18.208719
+PR23  -7070.300056 -24369.793400  -2598.858974   -317.413121
+PR24 -12834.491535 -16877.609380  14154.812149    -47.481247
+*  2011  9 11  5 15  0.00000000
+PG01 -13632.415142  22538.506023   3419.235242     -2.064376
+PG02  17579.383131  -4191.285320 -19228.924656    355.493592
+PG03 -20180.579746  -4637.914543  16354.731153    766.711002
+PG04  11734.057470  11253.017852 -21180.361761    227.811591
+PG05  26557.512331  -1865.905876    249.162603   -216.579361
+PG06 -20356.487760  -9447.276654  14535.054292    -73.738867
+PG07  -4071.086839  23853.728518  10674.199611     26.191446
+PG08   2242.688429  18925.659188  18274.610229      9.098090
+PG09  14766.587760 -20934.523846   6499.596967    104.852985
+PG10  19517.699610  10226.070134 -15317.561797    -12.793152
+PG11 -13120.745548  19978.492529  10878.356479   -184.861211
+PG12  17025.680401 -11875.111433 -16460.636113     21.601555
+PG13   1335.912938  22286.237826 -14461.253172    252.100370
+PG14 -15113.096170 -21663.057785  -3311.699234    171.620144
+PG15  12219.206647  -9535.882884  21573.565354   -106.800636
+PG16 -26575.477081   2026.374434   2015.408094   -197.057740
+PG17  15924.249745  21098.479512  -3526.800505    175.628816
+PG18  -3478.751894 -15785.745470  21436.988299    156.728820
+PG19 -14302.617790   5521.526474  21681.923307   -182.559039
+PG20 -15061.055716  14102.546258 -16831.778775     52.801997
+PG21    207.675449 -22752.715250  13622.664088   -170.660284
+PG22 -17406.238076 -11637.825972  16586.225616    144.634693
+PG23  -5763.372208  16529.044856 -19845.961345    276.943360
+PG24 -15731.271428  20629.915179   4872.741402    422.908086
+PG25   5066.835138 -15137.330698 -21250.701288     18.176019
+PG26  17063.408086   4278.702416  19431.982453   -153.206265
+PG27  16846.572048 -15789.187645  13427.397833    304.062084
+PG28  13929.661312  12804.073309  19269.121713     66.575903
+PG29  -2155.395286 -22423.340547 -14039.321265    238.809158
+PG30  -2228.784612 -15344.763858 -21969.756057     86.836798
+PG31 -12544.112403  -7701.069052 -21903.832902    139.640870
+PG32 -22179.729070   7735.741250 -11693.553201   -326.665365
+PR01  -5897.341115 -11393.467367  22053.975577   -181.039032
+PR02 -21939.280269  -7882.108904  10354.544877   -253.861574
+PR03 -16507.029461   9179.458746 -17116.011349     59.322065
+PR04  12969.650700   4852.957233 -21421.198933 999999.999999
+PR05   5807.276858  11391.677404 -22072.736677   -169.849345
+PR06  21499.617861   8118.531804 -11038.988278    -67.100113
+PR07  24140.924783  -2357.011582   7847.660922   -205.439942
+PR08  13236.297878  -8137.739655  20239.848775    -35.273361
+PR09   8599.510606   6482.867109  23098.835127    -41.367897
+PR10  16584.711328  -9355.308191  17003.992219    -88.717833
+PR11  15555.098161 -20160.259158    599.288080    -74.673408
+PR12   5068.811247 -18924.665896 -16472.222799   -151.583905
+PR13  -8433.507513  -6453.574070 -23212.558448   -318.982573
+PR15 -14671.977267  20855.643938   1733.965627     66.701770
+PR16  -4835.898511  18713.290103  16548.177749    -31.996004
+PR17 -12045.276596  -1819.715433  22422.996527   -258.332108
+PR18  -3581.957101  15654.451236  19798.992998    -34.943484
+PR19   6779.129379  23903.337589   5776.556778   -174.992969
+PR20  13410.857639  17900.916043 -12203.622799    -79.466385
+PR21  12201.703781   2040.915362 -22329.423595    -74.493484
+PR22   3644.224971 -15574.723408 -19922.715709     18.209874
+PR23  -7030.978598 -23834.000535  -5761.991114   -317.416132
+PR24 -13519.627516 -18314.397701  11483.466275    -47.482500
+*  2011  9 11  5 30  0.00000000
+PG01 -13634.969966  21933.232495   6203.758900     -2.065911
+PG02  16789.812042  -2031.369277 -20296.200184    355.495331
+PG03 -21258.189794  -6138.338109  14463.157019    766.715504
+PG04  10672.693264  13353.296020 -20472.632069    227.821618
+PG05  26452.171634  -1585.542406  -2579.813833   -216.584170
+PG06 -21117.966327 -10777.478185  12359.932471    -73.730579
+PG07  -4718.871186  24737.568103   8053.796983     26.193084
+PG08   1150.081717  20596.183988  16424.949323      9.098090
+PG09  14549.682721 -19976.730241   9207.969135    104.855134
+PG10  17722.402220  10524.809151 -17176.002765    -12.794278
+PG11 -13271.258731  18483.124192  13081.988361   -184.864281
+PG12  18803.267852 -11849.315611 -14403.118356     21.603703
+PG13    337.723663  20843.602573 -16547.139639    252.098732
+PG14 -15079.351129 -21957.474576   -434.386280    171.621781
+PG15  13685.094892  -7553.020879  21494.161676   -106.799203
+PG16 -26650.650582   1844.923720   -853.548885   -197.059684
+PG17  15870.505728  21440.939280   -696.021158    175.627384
+PG18  -1089.121970 -15974.312604  21519.852037    156.730458
+PG19 -15533.771559   3390.043298  21301.947247   -182.562723
+PG20 -16881.100805  14121.574779 -14963.922830     52.802407
+PG21   1071.755430 -23887.337588  11324.436235   -170.662535
+PG22 -15462.049878 -11976.640838  18199.924057    144.634284
+PG23  -7180.353179  14662.837775 -20856.639246    276.940597
+PG24 -15664.778713  19855.658013   7599.785264    422.910951
+PG25   7438.026668 -15318.652850 -20402.838638     18.177656
+PG26  18132.339521   6243.681956  17953.953033   -153.217622
+PG27  16396.760110 -14273.498564  15639.601313    304.065563
+PG28  11770.682555  12986.876294  20556.671728     66.578666
+PG29  -1057.941974 -21069.974242 -16096.619812    238.812022
+PG30    146.920445 -15796.797317 -21757.422236     86.832091
+PG31 -11435.818949  -9972.539400 -21575.998578    139.645781
+PG32 -23426.929480   7467.209650  -9189.469948   -326.671402
+PR01  -3150.650951 -11095.418250  22759.452520   -181.038998
+PR02 -20510.556663  -7636.365975  13105.547012   -253.863865
+PR03 -15116.215977   7419.209930 -19144.444715     59.324325
+PR04  14099.401994   7148.998122 -20019.765896 999999.999999
+PR05   3057.035306  11095.585215 -22764.900237   -169.849481
+PR06  19988.853312   7857.555005 -13740.951283    -67.100021
+PR07  24923.316225  -2405.430344   4792.523768   -205.439479
+PR08  15621.027143  -7975.679177  18531.351667    -35.272870
+PR09   6930.454328   8787.293829  22904.541382    -41.367640
+PR10  15191.826406  -7610.508627  19042.968994    -88.717099
+PR11  15244.368300 -20043.695165   3822.290282    -74.673083
+PR12   6064.031354 -20516.736914 -14062.715754   -151.582992
+PR13  -6806.478617  -8790.562911 -22979.680862   -318.984000
+PR15 -14500.459716  20992.769345  -1502.075959     66.703004
+PR16  -5864.236652  20321.573577  14141.210579    -31.995443
+PR17 -13181.323400  -4275.340472  21434.871780   -258.330626
+PR18  -4567.112630  13319.941432  21261.347669    -34.943702
+PR19   6554.195351  23016.092865   8829.916559   -174.993903
+PR20  14080.538421  19062.033270  -9354.551653    -79.466500
+PR21  13361.113031   4467.212026 -21295.866190    -74.494698
+PR22   4632.507627 -13230.916036 -21347.834287     18.211030
+PR23  -6792.190608 -22955.439789  -8813.195720   -317.419143
+PR24 -14164.450445 -19385.857478   8588.739358    -47.483753
+*  2011  9 11  5 45  0.00000000
+PG01 -13559.741507  21039.599389   8881.511715     -2.067446
+PG02  16070.747276    254.554666 -21008.628104    355.497071
+PG03 -22238.749359  -7422.663109  12319.082688    766.720006
+PG04   9749.159295  15414.247290 -19416.996165    227.831645
+PG05  26048.477628  -1251.419730  -5364.709475   -216.588979
+PG06 -21773.394273 -11878.873963   9976.286176    -73.722291
+PG07  -5204.853905  25370.244541   5292.894482     26.194721
+PG08    252.370242  22123.468977  14286.470674      9.098090
+PG09  14284.711280 -18721.653776  11754.429441    104.857283
+PG10  15754.054374  10940.258191 -18747.680152    -12.795403
+PG11 -13453.496683  16759.151421  15052.333274   -184.867351
+PG12  20334.246809 -11886.025881 -12095.605101     21.605852
+PG13   -862.505217  19278.214428 -18350.040107    252.097095
+PG14 -14874.234425 -21987.069971   2450.352966    171.623418
+PG15  15228.586853  -5670.551370  21045.605517   -106.797771
+PG16 -26415.859134   1629.721260  -3708.087019   -197.061628
+PG17  15643.680638  21529.736595   2146.586556    175.625951
+PG18   1281.706697 -16277.264361  21243.172497    156.732095
+PG19 -16836.888758   1381.415885  20556.297153   -182.566406
+PG20 -18479.282737  14184.171830 -12840.111822     52.802816
+PG21   1786.367177 -24812.047645   8829.083502   -170.664786
+PG22 -13374.617051 -12429.192179  19505.872699    144.633874
+PG23  -8748.522042  12801.179743 -21505.464567    276.937835
+PG24 -15511.049487  18804.253490  10193.772625    422.913816
+PG25   9682.503467 -15605.782695 -19204.509799     18.179293
+PG26  19199.961138   7983.993389  16156.609017   -153.228979
+PG27  15956.684527 -12520.735717  17589.265953    304.069042
+PG28   9502.435500  13303.862836  21508.001658     66.581428
+PG29    238.752462 -19600.589796 -17876.155782    238.814887
+PG30   2453.941314 -16362.218000 -21184.193198     86.827385
+PG31 -10474.406544 -12247.535870 -20869.157695    139.650692
+PG32 -24389.148719   7242.716730  -6521.545696   -326.677439
+PR01   -330.140412 -10995.431793  23023.315554   -181.038964
+PR02 -18745.113576  -7484.911530  15602.027771   -253.866157
+PR03 -13746.753471   5364.972431 -20800.538424     59.326586
+PR04  15300.268388   9183.606121 -18229.544477 999999.999999
+PR05    234.616220  10997.748804 -23015.009836   -169.849617
+PR06  18147.145487   7697.697438 -16175.662142    -67.099930
+PR07  25318.239412  -2494.704524   1644.123069   -205.439015
+PR08  17779.039438  -7991.523936  16463.241839    -35.272378
+PR09   5463.888510  11164.437317  22264.632905    -41.367384
+PR10  13818.183309  -5568.861554  20712.665797    -88.716365
+PR11  14740.284868 -19568.192629   6970.707785    -74.672757
+PR12   6772.198591 -21914.357290 -11383.031994   -151.582079
+PR13  -5388.307112 -11194.978807 -22301.575307   -318.985426
+PR15 -14116.023614  20777.693603  -4709.104814     66.704237
+PR16  -6604.254501  21735.212758  11457.441780    -31.994882
+PR17 -14426.492874  -6509.882132  20031.245848   -258.329145
+PR18  -5793.623527  10928.868775  22310.474965    -34.943920
+PR19   6093.391813  21825.246159  11711.745043   -174.994836
+PR20  14664.089474  19850.700837  -6323.117025    -79.466614
+PR21  14623.018997   6666.993328 -19849.981832    -74.495913
+PR22   5862.566125 -10833.488931 -22359.863566     18.212186
+PR23  -6315.291951 -21776.259738 -11693.232232   -317.422155
+PR24 -14710.769640 -20084.959577   5526.986551    -47.485007
+*  2011  9 11  6  0  0.00000000
+PG01 -13445.333959  19861.442350  11406.394642     -2.068980
+PG02  15446.597744   2625.452654 -21355.118061    355.498810
+PG03 -23083.050685  -8490.027871   9961.133514    766.724814
+PG04   8966.448185  17390.420360 -18030.219257    227.841672
+PG05  25360.890513   -829.549064  -8057.935897   -216.593788
+PG06 -22284.461798 -12753.973754   7424.264775    -73.714182
+PG07  -5557.430922  25723.708362   2439.590939     26.197173
+PG08   -460.420376  23460.796919  11895.854067      9.098556
+PG09  14012.023131 -17180.315975  14092.964882    104.859471
+PG10  13653.131386  11487.155539 -20006.028686    -12.796529
+PG11 -13692.914001  14835.493544  16754.006805   -184.870420
+PG12  21592.385523 -11950.455777  -9577.980264     21.608001
+PG13  -2262.454585  17637.076516 -19839.621160    252.095458
+PG14 -14467.713732 -21776.734141   5293.396131    171.625055
+PG15  16814.819818  -3920.788657  20236.094334   -106.796622
+PG16 -25880.788103   1343.363759  -6499.965558   -197.063572
+PG17  15215.336740  21388.971262   4952.834263    175.624620
+PG18   3589.822459 -16684.565675  20610.386220    156.733673
+PG19 -18177.691748   -471.198750  19458.796159   -182.569958
+PG20 -19830.956296  14258.348726 -10496.311599     52.803225
+PG21   2371.704875 -25493.384913   6178.988071   -170.667190
+PG22 -11185.986683 -13005.877255  20482.061459    144.633465
+PG23 -10444.376433  10987.363658 -21782.244316    276.935072
+PG24 -15308.612964  17481.188993  12609.564943    422.916681
+PG25  11758.874267 -15975.542949 -17676.179602     18.180930
+PG26  20223.464151   9480.131060  14073.940264   -153.240282
+PG27  15563.226607 -10558.098797  19245.854343    304.072630
+PG28   7170.484790  13762.621390  22107.628995     66.584191
+PG29   1730.172415 -18059.893869 -19346.994456    238.817651
+PG30   4650.191533 -17022.025930 -20259.259449     86.822678
+PG31  -9669.588745 -14475.648264 -19795.312885    139.655604
+PG32 -25050.613463   7027.021690  -3737.534795   -326.683475
+PR01   2495.049519 -11100.208145  22840.504092   -181.038930
+PR02 -16685.043263  -7471.566556  17795.571139   -253.868448
+PR03 -12455.815357   3054.569388 -22052.441032     59.328846
+PR04  16517.325321  10920.248758 -16085.331761 999999.999999
+PR05  -2590.763043  11104.588790 -22818.210765   -169.849752
+PR06  16018.674723   7682.031188 -18295.868734    -67.099839
+PR07  25317.806420  -2572.029001  -1536.272552   -205.438552
+PR08  19656.457708  -8151.668160  14075.604024    -35.271887
+PR09   4227.485202  13549.950150  21191.893954    -41.367127
+PR10  12520.909984  -3267.421587  21980.378051    -88.715631
+PR11  14098.688041 -18719.286630   9983.119576    -74.672431
+PR12   7212.108110 -23060.332565  -8484.746619   -151.581166
+PR13  -4204.977336 -13601.380678 -21191.423042   -318.986852
+PR15 -13572.107643  20189.121426  -7825.166868     66.705471
+PR16  -7074.041445  22895.829725   8549.379989    -31.994321
+PR17 -15730.138593  -8478.641219  18239.552496   -258.327663
+PR18  -7246.035005   8548.410205  22926.435372    -34.944138
+PR19   5367.140192  20381.776509  14366.054257   -174.995769
+PR20  15103.821336  20269.960722  -3168.393093    -79.466728
+PR21  15935.964118   8597.072291 -18020.023692    -74.497127
+PR22   7318.389819  -8449.049765 -22938.691156     18.213342
+PR23  -5571.373982 -20347.596991 -14346.206705   -317.425166
+PR24 -15101.849081 -20417.898202   2357.781819    -47.486260
+*  2011  9 11  6 15  0.00000000
+PG01 -13329.782873  18411.318870  13734.933687     -2.070515
+PG02  14934.858136   5036.731494 -21331.088346    355.500550
+PG03 -23754.302763  -9347.646528   7431.225673    766.729316
+PG04   8319.914032  19237.257679 -16334.807147    227.851700
+PG05  24411.692181   -289.478845 -10613.453272   -216.598597
+PG06 -22615.379200 -13412.924558   4746.852326    -73.705894
+PG07  -5809.942260  25777.749466   -456.320632     26.198810
+PG08  -1006.488722  24565.833418   9294.611930      9.098556
+PG09  13770.164950 -15373.188652  16180.825195    104.861620
+PG10  11463.173047  12172.971277 -20929.505214    -12.797654
+PG11 -14010.146572  12747.040457  18156.550489   -184.873490
+PG12  22559.831525 -12004.591281  -6893.871714     21.610149
+PG13  -3851.139759  15967.157567 -20990.942836    252.093821
+PG14 -13835.956671 -21357.879784   8046.513789    171.626692
+PG15  18404.625630  -2329.383742  19079.963687   -106.795190
+PG16 -25063.522527    951.167195  -9181.933339   -197.065516
+PG17  14563.074441  21048.894845   7675.286711    175.623188
+PG18   5793.592015 -17179.085539  19630.788953    156.735310
+PG19 -19517.617000  -2141.625032  18029.161147   -182.573641
+PG20 -20918.930753  14309.194858  -7972.369424     52.803634
+PG21   2853.522737 -25904.053526   3419.892596   -170.669441
+PG22  -8940.296842 -13709.798551  21111.958685    144.633056
+PG23 -12237.520508   9260.348779 -21683.294756    276.932310
+PG24 -15095.414948  15900.581134  14805.334621    422.919546
+PG25  13631.334767 -16398.604113 -15843.991299     18.182567
+PG26  21159.077880  10722.013209  11744.576850   -153.251639
+PG27  15248.417180  -8419.339828  20583.963644    304.076109
+PG28   4821.521902  14362.777792  22345.523558     66.586953
+PG29   3403.373847 -16492.428188 -20483.509791    238.820516
+PG30   6697.768825 -17750.620696 -18997.481769     86.817971
+PG31  -9022.462715 -16606.385371 -18373.085500    139.660515
+PG32 -25404.661105   6783.351090   -887.133389   -326.689512
+PR01   5255.641310 -11404.246345  22214.609571   -181.038895
+PR02 -14382.097042  -7631.891709  19643.661483   -253.870739
+PR03 -11293.653472    536.691285 -22876.205735     59.331107
+PR04  17691.392023  12334.409041 -13628.789439 999999.999999
+PR05  -5349.798358  11410.319391 -22178.319911   -169.849888
+PR06  13657.047358   7845.016419 -20060.469470    -67.099748
+PR07  24927.095577  -2584.597741  -4686.775221   -205.438089
+PR08  21208.619825  -8413.843279  11414.733516    -35.271396
+PR09   3236.738203  15876.594592  19707.500399    -41.366870
+PR10  11350.417468   -754.309044  22821.146577    -88.714897
+PR11  13378.566534 -17495.780091  12800.788464    -74.672106
+PR12   7413.605052 -23904.347378  -5423.553560   -151.580253
+PR13  -3270.143111 -15941.686057 -19670.747977   -318.988279
+PR15 -12926.478074  19218.647817 -10790.034224     66.706705
+PR16  -7303.050189  23752.108069   5473.962121    -31.993760
+PR17 -17035.597351 -10148.021767  16094.687881   -258.326181
+PR18  -8896.896517   6242.662411  23097.725263    -34.944356
+PR19   4357.044840  18743.647605  16741.276127   -174.996703
+PR20  15345.509425  20335.861839     48.115170    -79.466842
+PR21  17242.792699  10225.505695 -15841.605872    -74.498341
+PR22   8971.928607  -6141.217668 -23072.533118     18.214497
+PR23  -4542.737429 -18727.419518 -16720.654568   -317.428177
+PR24 -15284.973097 -20403.629888   -857.248466    -47.487513
+*  2011  9 11  6 30  0.00000000
+PG01 -13248.939360  16710.165569  15827.029857     -2.072050
+PG02  14545.511296   7441.799484 -20938.447086    355.502289
+PG03 -24219.551177 -10010.229767   4773.758557    766.733818
+PG04   7797.542839  20912.675409 -14358.712743    227.861727
+PG05  23230.152528    394.338625 -12987.542474   -216.603406
+PG06 -22734.297774 -13872.954534   1989.189925    -73.697606
+PG07  -5999.156041  25520.829576  -3344.258915     26.200447
+PG08  -1411.374559  25402.312321   6528.352327      9.098556
+PG09  13594.173395 -13329.647063  17979.433448    104.863768
+PG10   9229.323344  12997.487609 -21501.949983    -12.798780
+PG11 -14420.036314  10533.419579  19235.039731   -184.876559
+PG12  23227.687021 -12008.830781  -4089.879568     21.612298
+PG13  -5609.171639  14313.670255 -21784.840227    252.092184
+PG14 -12962.381418 -20767.127753  10663.152726    171.628329
+PG15  19955.951489   -914.536860  17597.413778   -106.793757
+PG16 -23989.884692    422.672941 -11708.489755   -197.067460
+PG17  13671.526428  20544.647405  10268.020742    175.621755
+PG18   7855.042599 -17737.190189  18319.480056    156.736947
+PG19 -20815.257315  -3611.436232  16292.608971   -182.577325
+PG20 -21734.006605  14300.349845  -5311.362185     52.804044
+PG21   3261.959794 -26024.096696    600.114063   -170.671692
+PG22  -6682.279602 -14536.538759  21384.777155    144.632646
+PG23 -14091.730541   7653.413644 -21211.429779    276.929547
+PG24 -14907.196036  14084.752373  16743.300798    422.922411
+PG25  15270.862539 -16840.676286 -13739.328231     18.184204
+PG26  21963.834132  11709.029456   9210.935107   -153.262997
+PG27  15038.265640  -6143.614087  21583.558449    304.079588
+PG28   2501.848225  15095.929657  22217.260235     66.589716
+PG29   5237.282163 -14940.902578 -21265.846425    238.823381
+PG30   8564.178968 -18516.729398 -17419.202501     86.813265
+PG31  -8525.586070 -18591.025729 -16627.386472    139.665426
+PG32 -25453.883056   6475.088232   1979.002994   -326.695549
+PR01   7884.851118 -11890.083072  21157.802800   -181.038861
+PR02 -11895.701323  -7991.510724  21110.501444   -253.873030
+PR03 -10301.527593  -2130.899721 -23256.225554     59.333367
+PR04  18761.556821  13414.348143 -10907.634755 999999.999999
+PR05  -7975.733945  11897.197708 -21107.752274   -169.850024
+PR06  11123.234035   8210.877140 -21435.304400    -67.099656
+PR07  24163.908839  -2482.093922  -7746.090314   -205.437626
+PR08  22401.767933  -8729.079527   8532.243833    -35.270904
+PR09   2494.531553  18076.886513  17840.583430    -41.366614
+PR10  10348.296109   1913.024923  23218.266928    -88.714163
+PR11  12639.392649 -15909.989784  15368.820394    -74.671780
+PR12   7416.088942 -24405.052715  -2258.228950   -151.579340
+PR13  -2584.754244 -18147.836333 -17769.002858   -318.989705
+PR15 -12238.635763  17871.292385 -13546.353557     66.707939
+PR16  -7330.577851  24261.981987   2291.411442    -31.993199
+PR17 -18282.571929 -11496.655801  13638.326813   -258.324699
+PR18 -10707.752420   4070.162931  22821.463979    -34.944574
+PR19   3056.930588  16973.390132  18791.265056   -174.997636
+PR20  15340.876778  20076.602472   3263.686048    -79.466956
+PR21  18483.050984  11532.646105 -13357.007716    -74.499556
+PR22  10784.055300  -3968.150458 -22758.203568     18.215653
+PR23  -3223.895555 -16978.104965 -18770.535191   -317.431188
+PR24 -15213.853841 -20072.890700  -4055.629537    -47.488766
+*  2011  9 11  6 45  0.00000000
+PG01 -13234.948032  14786.640506  17646.650977     -2.073585
+PG02  14280.745741   9793.687314 -20185.455687    355.504028
+PG03 -24450.936316 -10499.130534   2034.798415    766.738320
+PG04   7380.518936  22378.578778 -12134.940787    227.871754
+PG05  21851.442141   1241.367949 -15139.540292   -216.608214
+PG06 -22614.600628 -14157.557113   -802.139083    -73.689318
+PG07  -6163.615810  24950.581903  -6173.777783     26.202084
+PG08  -1706.759747  25941.500593   3645.936592      9.098556
+PG09  13513.996047 -11087.047425  19455.238270    104.865917
+PG10   6996.811084  13952.666315 -21712.880075    -12.799905
+PG11 -14930.911063   8237.572620  19970.568111   -184.879629
+PG12  23596.241296 -11923.699506  -1214.745479     21.614447
+PG13  -7509.338972  12718.435850 -22208.209027    252.090547
+PG14 -11838.435104 -20044.816691  13099.181865    171.629966
+PG15  21425.396952    313.496961  15814.142119   -106.792325
+PG16 -22692.494446   -267.000057 -14036.624566   -197.069404
+PG17  12533.092588  19914.829097  12687.353713    175.620323
+PG18   9741.127602 -18329.597910  16697.219669    156.738584
+PG19 -22027.911200  -4870.419711  14279.383109   -182.581008
+PG20 -22275.216783  14195.550251  -2558.880096     52.804453
+PG21   3630.157028 -25841.808033  -2230.337706   -170.673943
+PG22  -4455.747630 -15474.225965  21295.655605    144.632237
+PG23 -15966.244692   6193.051414 -20375.836373    276.926785
+PG24 -14775.979390  12063.492532  18390.376870    422.925276
+PG25  16656.156830 -17263.906470 -11398.284497     18.185841
+PG26  22597.268311  12449.713023   6518.335556   -153.274354
+PG27  14951.837181  -3774.169752  22230.123357    304.083066
+PG28    255.870735  15945.868074  21724.114151     66.592479
+PG29   7203.312651 -13444.608694 -21680.281222    238.826246
+PG30  10223.372665 -19284.556356 -15549.982817     86.808558
+PG31  -8163.411410 -20384.409259 -14588.957915    139.670337
+PG32 -25209.897642   6067.446191   4810.244098   -326.701586
+PR01  10320.915476 -12529.050664  19690.597236   -181.038827
+PR02  -9290.667952  -8564.865359  22167.698395   -253.875321
+PR03  -9510.036658  -4883.540981 -23185.505144     59.335627
+PR04  19667.793866  14161.337050  -7974.714199 999999.999999
+PR05 -10406.892386  12536.293453 -19627.281648   -169.850160
+PR06   8483.215092   8792.423354 -22393.808574    -67.099565
+PR07  23058.012899  -2219.075692 -10654.716338   -205.437163
+PR08  23214.297164  -9043.962647   5484.069669    -35.270413
+PR09   1991.249368  20085.757985  15627.642064    -41.366357
+PR10   9545.595338   4669.931754  23163.641722    -88.713429
+PR11  11938.454478 -13987.432007  17637.243741    -74.671454
+PR12   7266.630490 -24531.805785    950.459725   -151.578427
+PR13  -2137.224421 -20154.476284 -15523.005045   -318.991132
+PR15 -11567.162456  16165.491258 -16040.742855     66.709172
+PR16  -7203.828850  24394.448827   -935.971596    -31.992638
+PR17 -19409.680669 -12516.019875  10918.113315   -258.323217
+PR18 -12630.602601   2081.664751  22103.415175    -34.944792
+PR19   1473.366009  15135.512316  20476.194441   -174.998570
+PR20  15049.838210  19531.172565   6415.620352    -79.467070
+PR21  19595.539081  12511.684472 -10614.356232    -74.500770
+PR22  12706.011103  -1980.302156 -22001.221524     18.216809
+PR23  -1622.063843 -15163.855787 -20456.119406   -317.434200
+PR24 -14850.778420 -19466.734869  -7175.255726    -47.490019
+*  2011  9 11  7  0  0.00000000
+PG01 -13314.878227  12676.175337  19162.453353     -2.075119
+PG02  14134.992075  12046.665333 -19086.484129    355.505768
+PG03 -24426.746727 -10841.257015   -738.730186    766.742822
+PG04   7044.071282  23602.253403  -9701.051427    227.881781
+PG05  20315.332023   2264.044358 -17032.526238   -216.613023
+PG06 -22236.015552 -14295.443992  -3579.852723    -73.681031
+PG07  -6341.919571  24073.957029  -8895.487592     26.203721
+PG08  -1929.001294  26163.375437    698.549891      9.098556
+PG09  13553.114928  -8689.458429  20580.479074    104.868066
+PG10   4809.423391  15022.811701 -21557.709339    -12.801031
+PG11 -15544.151357   5904.204513  20350.595746   -184.882698
+PG12  23674.850341 -11711.568915   1681.520717     21.616595
+PG13  -9517.488517  11218.394776 -22254.193144    252.088910
+PG14 -10464.073397 -19233.393248  15313.591636    171.631603
+PG15  22769.808724   1352.593467  13760.889817   -106.790892
+PG16 -21209.584922  -1136.007875 -16126.526648   -197.071348
+PG17  11148.390186  19199.959636  14892.532796    175.618890
+PG18  11424.827861 -18922.470835  14790.193640    156.740221
+PG19 -23113.180594  -5916.728095  12024.211147   -182.584692
+PG20 -22549.760562  13960.191203    237.743542     52.804862
+PG21   3992.721260 -25354.330178  -5020.719612   -170.676194
+PG22  -2302.118296 -16503.887708  20845.753019    144.631828
+PG23 -17817.224327   4898.145400 -19191.844536    276.924022
+PG24 -14728.728301   9873.037961  19718.719104    422.928140
+PG25  17774.287140 -17628.427625  -8861.052886     18.187478
+PG26  23022.991429  12961.067979   3714.116982   -153.285711
+PG27  15000.599416  -1356.923471  22514.743850    304.086545
+PG28  -1875.342166  16889.082195  20873.095807     66.595241
+PG29   9266.291013 -12037.976770 -21719.476853    238.829111
+PG30  11656.558297 -20015.117624 -13420.265143     86.803851
+PG31  -7913.060430 -21946.595054 -12293.795314    139.675249
+PG32 -24692.768561   5529.052177   7556.946664   -326.707622
+PR01  12509.410855 -13282.522582  17841.452694   -181.038793
+PR02  -6634.693873  -9354.454214  22794.807050   -253.877612
+PR03  -8937.918715  -7652.125324 -22665.766513     59.337888
+PR04  20353.561282  14589.348832  -4886.977760 999999.999999
+PR05 -12588.995327  13288.746935 -17765.639812   -169.850296
+PR06   5805.431299   9590.368868 -22917.515998    -67.099474
+PR07  21649.896581  -1757.155312 -13356.107948   -205.436699
+PR08  23637.511640  -9303.090390   2329.384010    -35.269922
+PR09   1705.418956  21843.128232  13111.817264    -41.366100
+PR10   8961.560848   7447.011287  22657.967182    -88.712694
+PR11  11328.299894 -11765.961382  19561.986574    -74.671129
+PR12   7017.777539 -24265.992393   4140.881168   -151.577514
+PR13  -1904.132600 -21901.537765 -12976.231943   -318.992558
+PR15 -10967.116596  14132.545098 -18224.816442     66.710406
+PR16  -6975.645259  24130.926796  -4145.058956    -31.992077
+PR17 -20357.067891 -13210.520505   7986.740972   -258.321735
+PR18 -14609.770857    318.253805  20957.844705    -34.945010
+PR19   -374.350814  13293.847281  21763.329837   -174.999503
+PR20  14442.408946  18747.554625   9442.479945    -79.467184
+PR21  20520.909301  13168.663731  -7666.702037    -74.501984
+PR22  14681.278357   -218.505233 -20815.749488     18.217964
+PR23    242.884943 -13348.059458 -21744.753397   -317.437211
+PR24 -14168.404808 -18634.658188 -10155.597212    -47.491273
+*  2011  9 11  7 15  0.00000000
+PG01 -13509.562069  10419.773331  20348.322568     -2.076654
+PG02  14095.269338  14157.795900 -17661.669229    355.507507
+PG03 -24132.234315 -11067.801809  -3499.831166    766.747324
+PG04   6758.571886  24557.575804  -7098.565808    227.891808
+PG05  18664.728937   3467.097366 -18633.949993   -216.617832
+PG06 -21585.507674 -14319.304085  -6296.733789    -73.672743
+PG07  -6571.001786  22907.008994 -11461.954447     26.205358
+PG08  -2117.458409  26057.458393  -2261.292899      9.098556
+PG09  13727.440279  -6186.094798  21333.836741    104.870214
+PG10   2708.025426  16185.027824 -21037.888873    -12.802156
+PG11 -16254.061989   3578.172452  20369.154282   -184.885768
+PG12  23481.468405 -11338.311032   4548.539435     21.618744
+PG13 -11593.669438   9844.316709 -21922.273683    252.087273
+PG14  -8847.925536 -18375.742747  17269.138683    171.633240
+PG15  23947.873176   2208.631532  11472.909896   -106.789460
+PG16 -19583.615215  -2194.883032 -17942.251584   -197.073292
+PG17   9526.403780  18440.881908  16846.377298    175.617458
+PG18  12886.044604 -19478.709515  12629.682176    156.741858
+PG19 -24030.557717  -6756.715891   9565.703565   -182.588375
+PG20 -22572.630133  13562.841660   3030.244313     52.805272
+PG21   4384.100564 -24567.903536  -7720.570168   -170.678445
+PG22   -259.028220 -17600.082546  20042.253446    144.631419
+PG23 -19599.329108   3779.450791 -17680.600317    276.921259
+PG24 -14786.225478   7554.812020  20706.168665    422.931005
+PG25  18621.025509 -17893.999637  -6171.239939     18.189115
+PG26  23210.076974  13267.593818    846.767273   -153.297069
+PG27  15188.050734   1061.030337  22434.123420    304.090024
+PG28  -3855.397827  17895.534336  19676.922642     66.598004
+PG29  11385.639396 -10749.332236 -21382.621944    238.831976
+PG30  12852.759719 -20667.716559 -11064.960228     86.799145
+PG31  -7745.404415 -23244.316199  -9782.463692    139.680160
+PG32 -23930.100419   4833.376930  10171.370312   -326.713659
+PR01  14405.271022 -14103.594203  15646.226804   -181.038759
+PR02  -3995.753497 -10350.587400  22979.718597   -253.879903
+PR03  -8591.366696 -10365.740120 -21707.389001     59.340148
+PR04  20768.271396  14724.225758  -1704.373601 999999.999999
+PR05 -14477.179183  14107.462616 -15558.961618   -169.850432
+PR06   3158.145887  10593.173015 -22996.405540    -67.099382
+PR07  19989.097518  -1066.878401 -15797.778754   -205.436236
+PR08  23675.856091  -9451.624808   -870.549729    -35.269430
+PR09   1604.857024  23296.277019  10342.042836    -41.365844
+PR10   8602.884262  10172.769857  21710.748049    -88.711960
+PR11  10854.401643  -9294.399674  21105.732534    -74.670803
+PR12   6725.139157 -23601.877817   7251.686288   -151.576601
+PR13  -1851.428011 -23336.621004 -10177.988737   -318.993984
+PR15 -10487.586986  11815.543818 -20056.119287     66.711640
+PR16  -6702.004782  23466.099778  -7273.157399    -31.991516
+PR17 -21068.966981 -13597.047351   4900.940348   -258.320253
+PR18 -16584.102665  -1190.116114  19407.220019    -34.945228
+PR19  -2454.744626  11508.948286  22627.664010   -175.000436
+PR20  13500.195301  17780.561057  12285.299550    -79.467298
+PR21  21204.203778  13521.965262  -4571.005815    -74.503198
+PR22  16647.805888   1287.540377 -19224.361369     18.219120
+PR23   2338.999116 -11590.703907 -22611.484969   -317.440222
+PR24 -13151.130792 -17632.386648 -12938.872268    -47.492526
+*  2011  9 11  7 30  0.00000000
+PG01 -13832.684871   8062.599065  21183.824117     -2.078189
+PG02  14141.820799  16088.364315 -15936.487848    355.509247
+PG03 -23560.168406 -11212.840326  -6202.190821    766.751826
+PG04   6490.847338  25225.991375  -4372.279809    227.901836
+PG05  16944.101215   4847.171418 -19916.189315   -216.622641
+PG06 -20657.916762 -14264.412883  -8906.403137    -73.664455
+PG07  -6884.489362  21474.330814 -13828.558377     26.206995
+PG08  -2312.686331  25623.266498  -5180.780398      9.098556
+PG09  14044.531044  -3629.517597  21700.944963    104.872363
+PG10    729.179358  17409.958825 -20160.962010    -12.803282
+PG11 -17048.051657   1302.884907  20026.906188   -184.888837
+PG12  23041.850635 -10774.820277   7336.466594     21.620893
+PG13 -13693.499190   8619.756133 -21218.259740    252.085636
+PG14  -7007.140242 -17513.521449  18932.928806    171.634878
+PG15  24921.647168   2895.059603   8989.366833   -106.788027
+PG16 -17859.729257  -3445.920662 -19452.337914   -197.075236
+PG17   7684.329740  17677.167514  18515.866791    175.616025
+PG18  14112.245708 -19959.407021  10251.629694    156.743496
+PG19 -24742.943429  -7404.472173   6945.704099   -182.592059
+PG20 -22365.941872  12976.652776   5770.266593     52.805681
+PG21   4836.943481 -23497.743460 -10280.752310   -170.680696
+PG22   1640.911605 -18731.787981  18898.279696    144.631009
+PG23 -21267.345296   2839.396440 -15868.651642    276.918497
+PG24 -14962.215796   5153.979175  21336.582418    422.933870
+PG25  19200.849524 -18021.678479  -3375.119415     18.190753
+PG26  23134.217691  13400.058549  -2034.912505   -153.308426
+PG27  15509.634519   3432.929182  21990.543814    304.093503
+PG28  -5653.764588  18929.685283  18153.922478     66.600766
+PG29  13516.782628  -9599.901289 -20675.454469    238.834840
+PG30  13809.095787 -21201.510805  -8522.958967     86.794438
+PG31  -7626.404407 -24252.171585  -7099.324142    139.685071
+PG32 -22955.856221   3959.951759  12608.527869   -326.719696
+PR01  15974.419549 -14939.128676  13147.484310   -181.038724
+PR02  -1439.491207 -11531.667527  22718.889622   -253.882195
+PR03  -8463.885427 -12954.381084 -20329.186658     59.342408
+PR04  20869.528941  14602.357429   1511.315374 999999.999999
+PR05 -16037.622802  14939.167216 -13050.086270   -169.850568
+PR06    606.826920  11777.412535 -22629.083282    -67.099291
+PR07  18132.169250   -129.222940 -17932.322068   -205.435773
+PR08  23346.613411  -9437.832017  -4053.568249    -35.268939
+PR09   1648.268135  24401.923318   7372.090221    -41.365587
+PR10   8463.499009  12776.380837  20340.138389    -88.711226
+PR11  10553.142704  -6630.713083  22238.638920    -74.670477
+PR12   6444.845845 -22546.950372  10222.954039   -151.575688
+PR13  -1936.087977 -24417.075039  -7182.463495   -318.995411
+PR15 -10169.506567   9267.809937 -21498.953035     66.712874
+PR16  -6439.396342  22408.214055 -10259.256021    -31.990955
+PR17 -21496.110029 -13704.014724   1720.392273   -258.318772
+PR18 -18489.401172  -2425.614166  17481.758541    -34.945446
+PR19  -4725.231578   9835.640613  23052.401848   -175.001370
+PR20  12217.403133  16689.401302  14888.746635    -79.467412
+PR21  21597.226939  13601.291374  -1387.053676    -74.504413
+PR22  18540.496258   2520.305693 -17257.640699     18.220276
+PR23   4623.336504  -9945.955568 -23039.540885   -317.443233
+PR24 -11795.978440 -16519.424571 -15471.162307    -47.493779
+*  2011  9 11  7 45  0.00000000
+PG01 -14290.163578   5652.413523  21654.556175     -2.079724
+PG02  14249.008582  17805.138369 -13941.257300    355.510986
+PG03 -22711.115973 -11311.853372  -8800.890285    766.756328
+PG04   6205.654159  25597.215790  -1569.495188    227.911863
+PG05  15197.854096   6392.759614 -20857.029072   -216.627450
+PG06 -19456.312508 -14167.142749 -11364.092233    -73.656167
+PG07  -7311.199175  19808.163355 -15954.292641     26.208632
+PG08  -2554.576905  24870.358421  -8007.849407      9.098556
+PG09  14503.183441  -1073.679716  21674.741858    104.874512
+PG10  -1096.086273  18662.791124 -18940.527955    -12.804407
+PG11 -17907.109595   -881.221292  19331.061000   -184.891907
+PG12  22388.459507  -9998.340780   9996.887333     21.623041
+PG13 -15769.700653   7560.290143 -20154.182291    252.083999
+PG14  -4966.918941 -16685.550841  20276.931954    171.636515
+PG15  25657.970390   3432.174645   6352.677090   -106.786595
+PG16 -16084.116219  -4882.875658 -20630.361821   -197.077180
+PG17   5647.120546  16945.581718  19872.668335    175.614593
+PG18  15098.834420 -20325.411044   7696.115468    156.745133
+PG19 -25218.042898  -7881.070304   4208.601614   -182.595742
+PG20 -21957.996273  12180.602037   8410.216347     52.806090
+PG21   5380.518112 -22167.542171 -12654.493212   -170.682947
+PG22   3371.174414 -19863.514388  17432.714995    144.630600
+PG23 -22777.806316   2072.208424 -13787.457050    276.915734
+PG24 -15262.842710   2717.871111  21600.050607    422.936735
+PG25  19526.615792 -17975.448347   -520.836726     18.192390
+PG26  22778.619049  13394.077202  -4882.598469   -153.319783
+PG27  15952.935851   5713.825328  21191.773831    304.096982
+PG28  -7246.763078  19951.741440  16327.863520     66.603529
+PG29  15612.720401  -8603.104607 -19610.167320    238.837705
+PG30  14530.766953 -21577.116329  -5836.570096     86.789731
+PG31  -7518.653086 -24953.506537  -4291.689479    139.689982
+PG32 -21808.952146   2895.327119  14826.954132   -326.725733
+PR01  17194.950626 -15732.082246  10393.676940   -181.038690
+PR02    973.278858 -12864.985591  22017.406992   -253.884486
+PR03  -8536.693029 -15351.630186 -18558.028785     59.344669
+PR04  20625.042774  14268.926627   4697.670410 999999.999999
+PR05 -17248.720031  15726.745893 -10287.727854   -169.850703
+PR06  -1788.342304  13108.667743 -21822.798814    -67.099200
+PR07  16140.374748   1063.345978 -19718.329736   -205.435310
+PR08  22679.080839  -9215.501330  -7157.818219    -35.268448
+PR09   1787.226165  25127.924681   4259.525981    -41.365330
+PR10   8524.933002  15190.432500  18572.609210    -88.710492
+PR11  10450.206813  -3839.815285  22938.903850    -74.670152
+PR12   6230.989178 -21121.741503  12997.318076   -151.574775
+PR13  -2108.158940 -25111.690880  -4047.686866   -318.996837
+PR15 -10043.818279   6550.922275 -22525.077840     66.714107
+PR16  -6242.187994  20978.815883 -13045.232143    -31.990394
+PR17 -21597.884312 -13569.932796  -1493.413020   -258.317290
+PR18 -20261.001208  -3383.011794  15218.834666    -34.945664
+PR19  -7133.660580   8320.832127  23029.286051   -175.002303
+PR20  10601.320695  15535.083517  17202.205609    -79.467526
+PR21  21660.655115  13446.187308   1823.679128    -74.505627
+PR22  20293.851681   3474.952124 -14953.613794     18.221432
+PR23   7043.518542  -8460.000318 -23020.646846   -317.446245
+PR24 -10112.957022 -15356.466030 -17703.448545    -47.495032
+*  2011  9 11  8  0  0.00000000
+PG01 -14879.837713   3237.914410  21752.398464     -2.081040
+PG02  14386.428210  19281.414424 -11710.575102    355.512726
+PG03 -21593.445225 -11400.228730 -11253.070354    766.760830
+PG04   5867.260094  25669.625795   1260.819190    227.922574
+PG05  13468.715854   8084.454898 -21440.052995   -216.631684
+PG06 -17992.050858 -14063.429145 -13627.403337    -73.647880
+PG07  -7873.838175  17947.215055 -17802.488178     26.210269
+PG08  -2880.528834  23817.972763 -10692.212596      9.098556
+PG09  15093.410912   1428.095348  21255.647287    104.876701
+PG10  -2743.309273  19904.486179 -17396.108692    -12.805533
+PG11 -18806.554609  -2938.062734  18295.155714   -184.895471
+PG12  21559.119914  -8993.545389  12483.680106     21.624379
+PG13 -17773.754379   6673.065185 -18748.093357    252.082362
+PG14  -2759.753489 -15926.331716  21278.423769    171.638094
+PG15  26129.707063   3846.142316   3607.800991   -106.785446
+PG16 -14302.332326  -6490.986215 -21455.420028   -197.079124
+PG17   3446.744388  16278.663138  20893.596438    175.612979
+PG18  15849.219008 -20538.935706   5006.727414    156.747177
+PG19 -25429.589443  -8213.564933   1400.613160   -182.599295
+PG20 -21382.101717  11160.521542  10904.110643     52.806499
+PG21   6039.266572 -20608.610944 -14798.388130   -170.685817
+PG22   4912.150199 -20956.606050  15669.932519    144.630191
+PG23 -24090.546193   1464.345481 -11472.827763    276.912972
+PG24 -15686.396195    294.346947  21493.002035    422.939193
+PG25  19618.916354 -17723.752778   2342.421934     18.192455
+PG26  22134.607801  13288.555456  -7649.180231   -153.331552
+PG27  16498.150354   7861.997832  20050.930536    304.101035
+PG28  -8618.325654  20919.087458  14227.705286     66.607259
+PG29  17625.704201  -7764.167004 -18205.197358    238.840570
+PG30  15030.743741 -21758.190841  -3050.886359     86.801592
+PG31  -7383.052083 -25340.947989  -1408.929490    139.695127
+PG32 -20531.692126   1633.739393  16789.380980   -326.731770
+PR01  18057.809889 -16424.011633   7438.209092   -181.038656
+PR02   3188.863186 -14307.998969  20888.887785   -253.886777
+PR03  -8779.647624 -17497.188982 -16428.311867     59.346929
+PR04  20014.130312  13775.797623   7792.847744 999999.999999
+PR05 -18101.748987  16411.758126  -7325.530881   -169.850839
+PR06  -3974.722765  14542.885688 -20593.296012    -67.099109
+PR07  14077.203649   2506.310638 -21121.191419   -205.434847
+PR08  21713.259452  -8746.140590 -10122.961463    -35.267956
+PR09   1968.454173  25454.528703   1064.602095    -41.365074
+PR10   8757.204949  17353.547516  16442.447577    -88.709758
+PR11  10559.441177   -991.088930  23193.172712    -74.669826
+PR12   6133.145683 -19359.126763  15521.054960   -151.573862
+PR13  -2313.094935 -25401.936646   -834.415713   -318.998264
+PR15 -10130.070858   3732.399191 -23114.275989     66.715341
+PR16  -6160.101295  19211.943433 -15576.990320    -31.989833
+PR17 -21344.146252 -13241.568982  -4678.349936   -258.315808
+PR18 -21836.375997  -4069.634113  12662.257113    -34.945883
+PR19  -9620.264205   7001.673524  22558.757482   -175.003237
+PR20   8672.255286  14377.762187  19180.764436    -79.467640
+PR21  21365.796246  13104.164760   4999.195723    -74.506841
+PR22  21844.666975   4159.307236 -12357.026410     18.222587
+PR23   9539.686328  -7169.236405 -22555.184526   -317.449256
+PR24  -8124.889309 -14202.778563 -19592.550905    -47.496285
+*  2011  9 11  8 15  0.00000000
+PG01 -15591.485197    867.044965  21475.652972     -2.082575
+PG02  14520.197604  20497.816936  -9282.709680    355.514465
+PG03 -20223.058915 -11511.794727 -13518.544585    766.765332
+PG04   5441.066963  25450.317589   4068.920265    227.932601
+PG05  11796.195804   9895.511209 -21654.940932   -216.636493
+PG06 -16284.524965 -13987.250548 -15657.045123    -73.639592
+PG07  -8587.958144  15935.241587 -19341.449559     26.211907
+PG08  -3323.729135  22494.275228 -13186.341458      9.098556
+PG09  15796.818874   3825.108763  20451.558219    104.878850
+PG10  -4195.386623  21093.203034 -15552.914795    -12.806658
+PG11 -19717.020288  -4837.095231  16938.710453   -184.898541
+PG12  20595.477933  -7753.322961  14753.834062     21.626528
+PG13 -19657.605988   5956.668347 -17023.773413    252.080724
+PG14   -424.395537 -15264.731427  21920.348835    171.639731
+PG15  26316.771292   4167.796403    801.496640   -106.784014
+PG16 -12557.646343  -8247.327504 -21912.531020   -197.081068
+PG17   1121.185179  15703.469703  21560.999795    175.611547
+PG18  16374.572839 -20565.159777   2229.844583    156.748814
+PG19 -25358.353902  -8433.774755  -1430.952602   -182.602978
+PG20 -20675.207378   9909.866786  13208.407133     52.806909
+PG21   6831.565196 -18858.697207 -16673.335334   -170.688068
+PG22   6251.719937 -21970.683094  13639.433828    144.629782
+PG23 -25170.130279    995.225520  -8964.313438    276.910209
+PG24 -16223.377541  -2069.849476  21018.199544    422.942058
+PG25  19505.143022 -17240.864313   5165.281238     18.194092
+PG26  21201.945166  13124.058576 -10289.438196   -153.342909
+PG27  17118.808520   9840.252603  18586.295074    304.104514
+PG28  -9760.491713  21787.860363  11887.264878     66.610022
+PG29  19508.953514  -7080.058123 -16484.901549    238.843435
+PG30  15329.162440 -21712.937345   -213.083595     86.797193
+PG31  -7180.553286 -25416.575432   1498.452959    139.700038
+PG32 -19168.108768    177.465943  18463.310802   -326.737806
+PR01  18566.947645 -16957.658195   4338.406864   -181.038622
+PR02   5162.675763 -15810.038759  19355.216238   -253.889068
+PR03  -9152.659032 -19339.165126 -13981.293323     59.349189
+PR04  19028.750940  13179.136706  10736.777780 999999.999999
+PR05 -18601.010830  16937.027161  -4221.028929   -169.850975
+PR06  -5909.157034  16028.163383 -18964.501761    -67.099017
+PR07  12005.817385   4183.048710 -22113.759409   -205.434383
+PR08  20498.112246  -8000.853766 -12891.351564    -35.267465
+PR09   2136.306221  25375.126626  -2150.899943    -41.364817
+PR10   9120.227451  19212.763082  13991.095604    -88.709024
+PR11  10882.237982   1844.270574  22996.777571    -74.669500
+PR12   6194.087274 -17303.132588  17745.114738   -151.572949
+PR13  -2494.295111 -25282.682746   2395.038363   -318.999690
+PR15 -10435.505152    883.134875 -23254.765477     66.716575
+PR16  -6235.900662  17152.810002 -17805.511526    -31.989272
+PR17 -20716.617534 -12771.776663  -7772.843262   -258.314326
+PR18 -23157.670397  -4504.788297   9861.430127    -34.946101
+PR19 -12119.938843   5904.144544  21649.947212   -175.004170
+PR20   6462.926494  13274.144833  20786.084356    -79.467754
+PR21  20695.926738  12628.505100   8078.155516    -74.508056
+PR22  23134.654399   4593.295632  -9518.476415     18.223743
+PR23  12046.778434  -6098.893656 -21652.183010   -317.452267
+PR24  -5866.708428 -13113.668732 -21101.952072    -47.497539
+*  2011  9 11  8 30  0.00000000
+PG01 -16407.162793  -1414.664227  20829.074086     -2.084110
+PG02  14614.370443  21442.827882  -6698.952873    355.516204
+PG03 -18622.872045 -11677.435574 -15560.358191    766.769834
+PG04   4895.206949  24954.824834   6805.219106    227.942628
+PG05  10215.172961  11792.695339 -21497.665578   -216.641302
+PG06 -14360.615579 -13969.180506 -17417.530820    -73.631304
+PG07  -9461.205964  13819.443864 -20544.991352     26.213544
+PG08  -3911.621514  20935.249834 -15446.378759      9.098556
+PG09  16587.357316   6071.163882  19277.661966    104.880998
+PG10  -5443.092857  22185.861228 -13441.507139    -12.807784
+PG11 -20605.630682  -6554.259187  15286.773593   -184.901610
+PG12  19541.325986  -6279.242729  16768.203996     21.628676
+PG13 -21375.366770   5401.327377 -15010.350741    252.079087
+PG14   1995.406240 -14722.891631  22191.601342    171.641368
+PG15  26206.898335   4431.263396  -2018.453088   -106.782581
+PG16 -10889.471344 -10121.487090 -21992.945131   -197.083012
+PG17  -1286.782882  15240.536974  21863.069148    175.610114
+PG18  16693.286767 -20373.745498   -586.162500    156.750451
+PG19 -24992.904566  -8576.896306  -4238.442698   -182.606662
+PG20 -19876.398889   8430.192244  15282.796571     52.807318
+PG21   7768.751373 -16960.528920 -18245.371061   -170.690319
+PG22   7385.548088 -22865.172082  11375.398444    144.629372
+PG23 -25987.112977    638.212651  -6304.541722    276.907446
+PG24 -16856.874139  -4330.673685  20184.630342    422.944923
+PG25  19218.296080 -16508.038376   7899.034063     18.195729
+PG26  19988.844288  12941.164230 -12760.659785   -153.354267
+PG27  17782.732902  11617.072404  16821.083643    304.107993
+PG28 -10673.613655  22514.614007   9344.793757     66.612784
+PG29  21218.344091  -6539.765949 -14479.126102    238.846300
+PG30  15452.444258 -21415.468957   2628.340614     86.792793
+PG31  -6873.890963 -25191.724708   4379.753715    139.704950
+PG32 -17762.277874  -1463.138125  19821.483861   -326.743843
+PR01  18738.938809 -17279.500138   1154.409920   -181.038588
+PR02   6860.840277 -17314.375849  17446.122562   -253.891359
+PR03  -9607.525634 -20836.020028 -11264.299602     59.351450
+PR04  17674.024395  12536.865794  13472.329235 999999.999999
+PR05 -18763.433067  17249.193492  -1034.526532   -169.851111
+PR06  -7559.505751  17506.876762 -16968.058907    -67.098926
+PR07   9986.528903   6065.297350 -22676.866890   -205.433920
+PR08  19089.464238  -6961.820207 -15409.158517    -35.266973
+PR09   2235.346873  24896.479633  -5324.849707    -41.364561
+PR10   9565.657840  20725.570126  11266.341457    -88.708289
+PR11  11407.459050   4595.978377  22353.806605    -74.669175
+PR12   6447.774099 -15007.293626  19626.074964   -151.572036
+PR13  -2595.733263 -24762.386153   5578.013348   -319.001116
+PR15 -10954.671500  -1925.307043 -22943.454163     66.717809
+PR16  -6503.395815  14856.036898 -19687.792353    -31.988711
+PR17 -19709.805010 -12217.081942 -10717.043940   -258.312844
+PR18 -24174.057692  -4718.694790   6870.413683    -34.946319
+PR19 -14564.760047   5042.124496  20320.500344   -175.005103
+PR20   4017.341913  12275.067735  21987.136219    -79.467868
+PR21  19647.149551  12075.833429  11001.041349    -74.509270
+PR22  24112.886789   4807.847627  -6493.418884     18.224899
+PR23  14497.037019  -5262.135492 -20329.144884   -317.455278
+PR24  -3384.254290 -12138.135099 -22202.492019    -47.498792
+*  2011  9 11  8 45  0.00000000
+PG01 -17301.858309  -3565.657095  19823.787569     -2.085645
+PG02  14632.421086  22113.032263  -4002.944260    355.517944
+PG03 -16822.056042 -11923.833792 -17345.291404    766.774336
+PG04   4202.043640  24206.503163   9421.223538    227.952656
+PG05   8754.669540  13737.398965 -20970.584090   -216.646111
+PG06 -12253.857119 -14035.068843 -18877.825598    -73.623016
+PG07 -10492.897567  11648.749441 -21392.866510     26.215181
+PG08  -4664.627621  19183.285728 -17432.957841      9.098556
+PG09  17432.414881   8126.240405  17756.074621    104.883147
+PG10  -6485.298464  23139.787154 -11097.353573    -12.808909
+PG11 -21437.313979  -8072.651987  13369.372769   -184.904680
+PG12  18440.862038  -4581.678020  18492.188831     21.630825
+PG13 -22884.945556   4989.432037 -12741.837330    252.077450
+PG14   4452.356766 -14315.396328  22087.219274    171.643005
+PG15  25796.133283   4672.464278  -4804.029174   -106.781149
+PG16  -9331.943429 -12076.541246 -21694.354818   -197.084956
+PG17  -3731.003935  14903.087919  21794.060874    175.608682
+PG18  16830.128859 -19940.212475  -3391.800536    156.752088
+PG19 -24330.091320  -8679.999319  -6974.609212   -182.610345
+PG20 -19025.316658   6731.311831  17090.941649     52.807727
+PG21   8854.464346 -14960.153400 -19486.377261   -170.692570
+PG22   8317.079777 -23600.868641   8916.148423    144.628963
+PG23 -26519.079027    361.825755  -3538.521501    276.904684
+PG24 -17563.225851  -6448.248075  19007.297195    422.947788
+PG25  18795.583911 -15514.405345  10496.489075     18.197366
+PG26  18511.700798  12778.854562 -15023.194662   -153.365624
+PG27  18453.200045  13167.582241  14783.172715    304.111471
+PG28 -11366.256767  23058.016489   6642.461584     66.615547
+PG29  22714.002027  -6124.891618 -12222.676726    238.849165
+PG30  15432.165285 -20846.978816   5424.379467     86.788393
+PG31  -6429.233310 -24686.437494   7184.986479    139.709861
+PG32 -16356.671840  -3269.915225  20842.238516   -326.749880
+PR01  18602.086004 -17342.165094  -2051.992545   -181.038553
+PR02   8261.342329 -18760.560104  15198.611310   -253.893650
+PR03 -10090.119511 -21958.099431  -8329.823078     59.353710
+PR04  15968.211734  11906.056882  15946.415599 999999.999999
+PR05 -18617.654799  17301.124224   2172.073767   -169.851247
+PR06  -8905.721261  18918.066789 -14642.712480    -67.098835
+PR07   8074.421810   8114.114357 -22799.690481   -205.433457
+PR08  17547.633228  -5623.311763 -17627.419026    -35.266482
+PR09   2212.920575  24038.409960  -8395.951380    -41.364304
+PR10  10039.117797  21861.524064   8321.378209    -88.707555
+PR11  12111.905043   7197.337848  21277.003878    -74.668849
+PR12   6917.715274 -12532.623990  21126.999696   -151.571123
+PR13  -2564.568188 -23862.725283   8652.710724   -319.002543
+PR15 -11669.596920  -4623.431645 -22186.027734     66.719042
+PR16  -6985.840927  12383.512937 -21187.657137    -31.988150
+PR17 -18331.405497 -11635.128987 -13453.973261   -258.311362
+PR18 -24843.824159  -4750.967013   3746.899375    -34.946537
+PR19 -16886.628995   4416.985219  18596.234871   -175.006037
+PR20   1389.203075  11423.342736  22760.789985    -79.467982
+PR21  18228.736908  11503.564015  13711.294798    -74.510484
+PR22  24737.952116   4843.331656  -3341.063802     18.226055
+PR23  16822.639146  -4659.680250 -18611.710156   -317.458290
+PR24   -732.619176 -11316.805956 -22872.920873    -47.500045
+*  2011  9 11  9  0  0.00000000
+PG01 -18244.429579  -5549.758172  18477.099692     -2.087179
+PG02  14538.747166  22513.075717  -1239.976365    355.519683
+PG03 -14855.077739 -12272.379830 -18844.306798    766.778838
+PG04   3339.511797  23235.603225  11870.472379    227.962683
+PG05   7436.856812  15686.970180 -20082.421525   -216.650920
+PG06 -10003.346904 -14204.905355 -20011.929814    -73.614729
+PG07 -11673.930161   9472.045984 -21871.081249     26.216818
+PG08  -5595.174212  17285.524368 -19111.910287      9.098556
+PG09  18294.201038   9957.891000  15915.319054    104.885296
+PG10  -7328.873686  23914.381448  -8560.282011    -12.810035
+PG11 -22176.197699  -9382.907783  11220.889388   -184.907749
+PG12  17336.952503  -2679.585444  19896.321776     21.632974
+PG13 -24149.552152   4696.357882 -10256.586730    252.075813
+PG14   6897.202192 -14048.731230  21608.488743    171.644642
+PG15  25089.018930   4927.550059  -7507.769282   -106.779716
+PG16  -7912.703669 -14070.299415 -21020.997595   -197.086900
+PG17  -6163.483321  14696.524948  21354.431360    175.607249
+PG18  16815.140034 -19247.104588  -6137.374428    156.753725
+PG19 -23375.237002  -8780.458006  -9593.352278   -182.614029
+PG20 -18160.560482   4831.135009  18601.146316     52.808136
+PG21  10084.331002 -12905.148533 -20374.640452   -170.694821
+PG22   9057.239945 -24141.473070   6303.533384    144.628554
+PG23 -26751.432997    131.122607   -712.919284    276.901921
+PG24 -18312.954233  -8388.160553  17506.917480    422.950653
+PG25  18276.868495 -14257.564890  12912.793273     18.199004
+PG26  16794.553194  12672.998662 -17040.950720   -153.376981
+PG27  19090.273763  14474.299861  12504.776302    304.114950
+PG28 -11854.786513  23380.518299   3825.745819     66.618310
+PG29  23961.741243  -5810.540974  -9754.700119    238.852030
+PG30  15303.715541 -19996.663899   8126.368753     86.783994
+PG31  -5817.686967 -23928.584013   9865.770268    139.714772
+PG32 -14990.612684  -5217.474866  21509.765962   -326.755917
+PR01  18195.043977 -17106.600945  -5218.559316   -181.038519
+PR02   9354.684932 -20086.935568  12656.249696   -253.895942
+PR03 -10542.829013 -22688.685608  -5234.523933     59.355970
+PR04  13942.158941  11340.377399  18111.022620 999999.999999
+PR05 -18202.633260  17054.075972   5336.476145   -169.851383
+PR06  -9940.415612  20199.983492 -12033.560787    -67.098744
+PR07   6317.207389  10281.296645 -22479.950986   -205.432994
+PR08  15934.891068  -3992.203429 -19502.991736    -35.265991
+PR09   2021.603864  22832.970736 -11304.908799    -41.364047
+PR10  10482.686197  22603.357831   5213.749642    -88.706821
+PR11  12961.307765   9587.762504  19787.502978    -74.668523
+PR12   7615.769096  -9945.282019  22218.185922   -151.570210
+PR13  -2353.624100 -22617.699949  11559.395431   -319.003969
+PR15 -12550.497933  -7146.469635 -20996.867677     66.720276
+PR16  -7694.796270   9801.972240 -22276.429323    -31.987589
+PR17 -16602.177491 -11082.090392 -15930.614502   -258.309880
+PR18 -25136.096598  -4648.703292    551.119883    -34.946755
+PR19 -19019.940459   4017.722669  16510.641866   -175.006970
+PR20  -1360.091272  10751.964987  23092.247282    -79.468096
+PR21  16462.941811  10967.323083  16156.399018    -74.511698
+PR22  24979.724535   4747.578001   -123.189685     18.227210
+PR23  18958.345049  -4279.956781 -16533.164020   -317.461301
+PR24   2025.889749 -10680.246932 -23100.300699    -47.501298
+*  2011  9 11  9 15  0.00000000
+PG01 -19198.794111  -7337.369351  16812.199659     -2.088714
+PG02  14300.136661  22655.339676   1543.711110    355.521423
+PG03 -12760.566840 -12738.282998 -20032.940386    766.783340
+PG04   2292.235974  22078.068784  14109.437852    227.972710
+PG05   6276.332270  17596.215036 -18848.144721   -216.655729
+PG06  -7652.435580 -14491.913474 -20799.384965    -73.606441
+PG07 -12987.033493   7336.436254 -21972.093559     26.218455
+PG08  -6707.064010  15292.041300 -20454.848168      9.098556
+PG09  19131.349301  11542.301524  13789.662772    104.887444
+PG10  -7988.275136  24472.741467  -5873.834392    -12.811160
+PG11 -22787.027718 -10483.277929   8879.374685   -184.910819
+PG12  16269.467585   -599.949635  20956.762506     21.635122
+PG13 -25139.016665   4491.562697  -7596.680253    252.074176
+PG14   9280.398572 -13921.055589  20762.955559    171.646279
+PG15  24098.475413   5231.330007 -10083.553264   -106.778284
+PG16  -6651.932919 -16056.772819 -19983.645510   -197.088844
+PG17  -8536.010201  14618.225457  20550.877676    175.605817
+PG18  16682.307139 -18284.894616  -8773.940189    156.755362
+PG19 -22142.028756  -8914.374673 -12050.448348   -182.617712
+PG20 -17318.145158   2755.182753  19786.941004     52.808546
+PG21  11446.009482 -10842.790293 -20895.246660   -170.697072
+PG22   9623.842958 -24455.039537   3582.243418    144.628144
+PG23 -26677.910537    -90.791779   2124.682162    276.899159
+PG24 -19071.916894 -10122.549254  15709.537894    422.953518
+PG25  17703.017811 -12743.858275  15106.214540     18.200641
+PG26  14868.296537  12654.971419 -18781.833480   -153.388339
+PG27  19652.271480  15527.645751  10022.072055    304.118429
+PG28 -12162.648082  23449.925954    942.728673     66.621072
+PG29  24934.288225  -5566.476487  -7117.988600    238.854895
+PG30  15104.795469 -18862.359174  10686.863267     86.779594
+PG31  -5016.595506 -22952.699124  12376.168183    139.719683
+PG32 -13698.879026  -7274.029716  21814.263259   -326.761953
+PR01  17565.023548 -16543.912734  -8283.804856   -181.038485
+PR02  10144.021056 -21233.226971   9868.328917   -253.898233
+PR03 -10907.157470 -23024.529118  -2038.154713     59.358231
+PR04  11638.225624  10887.694235  19924.137140 999999.999999
+PR05 -17565.831102  16479.519310   8397.204196   -169.851518
+PR06 -10668.900979  21292.682094  -9191.185408    -67.098652
+PR07   4753.407642  12511.197347 -21723.949297   -205.432531
+PR08  14312.862396  -2087.954537 -20999.398599    -35.265499
+PR09   1621.438489  21323.129471 -13995.551131    -41.363791
+PR10  10837.557270  22947.549293   2004.205088    -88.706087
+PR11  13911.802444  11715.039170  17914.400950    -74.668198
+PR12   8541.437247  -7314.021687  22877.781052   -151.569297
+PR13  -1923.635516 -21072.233245  14241.558354   -319.005396
+PR15 -13557.011808  -9436.842477 -19398.798554     66.721510
+PR16  -8629.497916   7180.392648 -22933.451745    -31.987028
+PR17 -14555.283539 -10610.150452 -18098.931855   -258.308398
+PR18 -25032.142222  -4464.270287  -2655.288978    -34.946973
+PR19 -20904.161503   3821.620761  14104.236331   -175.007904
+PR20  -4163.760906  10282.755651  22975.310158    -79.468210
+PR21  14384.284041  10518.456079  18288.889215    -74.512913
+PR22  24820.673336   4573.580102   3097.100826     18.228366
+PR23  20844.054023  -4099.787094 -14133.797342   -317.464312
+PR24   4824.087658 -10247.708098 -22880.249463    -47.502551
+*  2011  9 11  9 30  0.00000000
+PG01 -20125.323435  -8906.411816  14857.760329     -2.090249
+PG02  13887.148389  22559.348512   4301.640578    355.523162
+PG03 -10580.049901 -13329.911329 -20891.636263    766.787842
+PG04   1052.377400  20774.109469  16098.372941    227.982737
+PG05   5279.696914  19419.012458 -17288.727103   -216.660538
+PG06  -5247.246414 -14901.913282 -21225.689810    -73.598153
+PG07 -14407.347351   5285.581966 -21694.895035     26.220092
+PG08  -7995.211412  13253.942168 -21439.612000      9.098556
+PG09  19900.665150  12864.974246  11418.340558    104.889593
+PG10  -8484.825610  24783.172184  -3084.529280    -12.812286
+PG11 -23236.554708 -11379.417579   6385.824984   -184.913888
+PG12  15273.754050   1623.083137  21655.684099     21.637271
+PG13 -25830.875181   4339.915755  -4807.248997    252.072539
+PG14  11553.802106 -13922.296971  19564.341706    171.647917
+PG15  22845.375422   5615.751871 -12487.369782   -106.776851
+PG16  -5561.680289 -17987.813281 -18599.477001   -197.090788
+PG17 -10801.801710  14657.651673  19396.280789    175.604384
+PG18  16468.066628 -17052.581332 -11254.266554    156.757000
+PG19 -20652.112243  -9115.052437 -14304.255263   -182.621396
+PG20 -16530.070009    535.800975  20627.570941     52.808955
+PG21  12919.584814  -8818.261366 -21040.304794   -170.699323
+PG22  10040.732517 -24515.281362    799.059290    144.627735
+PG23 -26300.794574   -341.187596   4926.534068    276.896396
+PG24 -19802.641891 -11630.936689  13646.073067    422.956382
+PG25  17114.229942 -10988.307008  17038.869960     18.202278
+PG26  12769.678711  12750.449131 -20218.131888   -153.399696
+PG27  20097.320680  16326.192451   7374.772483    304.121908
+PG28 -12319.355591  23240.815220  -1956.693314     66.623835
+PG29  25612.246460  -5358.482801  -4358.221325    238.857760
+PG30  14873.806914 -17450.848497  13060.520550     86.775194
+PG31  -4010.582938 -21798.582703  14673.462822    139.724595
+PG32 -12510.513507  -9402.461935  21751.989888   -326.767990
+PR01  16765.650987 -15636.787300 -11188.193549   -181.038451
+PR02  10644.758598 -22143.089574   6888.914036   -253.900524
+PR03 -11126.370446 -22975.838980   1197.573315     59.360491
+PR04   9108.742696  10587.937347  21350.559623 999999.999999
+PR05 -16761.061581  15560.546961  11294.797528   -169.851654
+PR06 -11108.702274  22140.563130  -6170.676407    -67.098561
+PR07   3410.938697  14742.866373 -20546.437427   -205.432067
+PR08  12739.970255     57.940107 -22087.535918    -35.265008
+PR09    981.852648  19561.019736 -16415.899084    -41.363534
+PR10  11046.748559  22904.318880  -1244.512172    -88.705353
+PR11  14911.817080  13537.240479  15694.181771    -74.667872
+PR12   9681.687789  -4707.533861  23092.256663   -151.568384
+PR13  -1245.160657 -19280.333204  16647.018423   -319.006822
+PR15 -14639.896839 -11446.332330 -17422.667250     66.722744
+PR16  -9776.759266   4587.323264 -23146.448805    -31.986467
+PR17 -12235.128672 -10265.166454 -19916.797664   -258.306917
+PR18 -24526.187358  -4252.869589  -5810.453720    -34.947191
+PR19 -22486.213608   3795.418755  11423.770955   -175.008837
+PR20  -6952.182382  10025.494861  22412.482418    -79.468324
+PR21  12038.337770  10201.723440  20067.271847    -74.514127
+PR22  24256.651581   4376.974548   6256.655480     18.229522
+PR23  22427.162200  -4085.566929 -11460.131493   -317.467323
+PR24   7592.453625 -10026.361919 -22217.023156    -47.503804
+*  2011  9 11  9 45  0.00000000
+PG01 -20982.388209 -10242.977518  12647.444001     -2.091784
+PG02  13275.358386  22250.931408   6987.802640    355.524901
+PG03  -8356.592164 -14048.381140 -21406.024251    766.792344
+PG04   -379.829527  19366.608535  17802.081839    227.992764
+PG05   4445.450005  21109.981012 -15430.806811   -216.665347
+PG06  -2835.078892 -15432.983346 -21282.615211    -73.589865
+PG07 -15903.299949   3358.199125 -21044.978027     26.221729
+PG08  -9445.747415  11221.453685 -22050.580505      9.098556
+PG09  20558.937652  13921.013274   8844.689713    104.891742
+PG10  -8845.710869  24820.520934   -241.044347    -12.813411
+PG11 -23494.835256 -12083.895428   3783.432789   -184.916958
+PG12  14379.304107   3949.347192  21981.549873     21.639420
+PG13 -26211.180105   4203.211169  -1935.740248    252.070902
+PG14  13672.319976 -14034.568145  18032.365177    171.649554
+PG15  21357.829813   6108.491781 -14678.052609   -106.775419
+PG16  -4645.515103 -19814.860231 -16891.829189   -197.092732
+PG17 -12917.108533  14796.774374  17909.548441    175.602952
+PG18  16209.701587 -15557.946688 -13533.780106    156.758637
+PG19 -18934.401557  -9411.572534 -16316.385639   -182.625079
+PG20 -15823.060722  -1788.898332  21108.376910     52.809364
+PG21  14478.293146  -6872.981382 -20808.998239   -170.701574
+PG22  10336.682759 -24302.679228  -1997.948633    144.627326
+PG23 -25630.829610   -656.120460   7645.472245    276.893633
+PG24 -20465.791493 -12900.786265  11351.776604    422.959247
+PG25  16548.394818  -9014.219260  18677.386686     18.203915
+PG26  10540.113177  12978.416257 -21326.853367   -153.411053
+PG27  20384.958334  16876.639260   4605.637359    304.125387
+PG28 -12359.221436  22735.720278  -4821.677644     66.626597
+PG29  25984.763558  -5149.890714  -1523.156684    238.860625
+PG30  14648.202483 -15777.830832  15204.972464     86.770795
+PG31  -2792.304723 -20509.723217  16718.856366    139.729506
+PG32 -11447.868185 -11561.577089  21325.234029   -326.774027
+PR01  15854.573271 -14380.444499 -13875.297092   -181.038416
+PR02  10883.655151 -22766.515559   3775.800217   -253.902815
+PR03 -11148.081744 -22565.732008   4410.161891     59.362751
+PR04   6414.062387  10471.312898  22362.585091 999999.999999
+PR05 -15846.083192  14292.805484  13972.968646   -169.851790
+PR06 -11288.563624  22694.750632  -3030.571019    -67.098470
+PR07   2306.151990  16912.425928 -18970.327606   -205.431604
+PR08  11269.035859   2403.007525 -22746.241329    -35.264517
+PR09     83.190313  17605.832835 -18519.152819    -41.363277
+PR10  11057.740821  22497.058280  -4468.916763    -88.704619
+PR11  15904.298919  15024.209772  13170.001178    -74.667546
+PR12  11011.320172  -2191.786587  22856.725825   -151.567471
+PR13   -300.081131 -17302.890622  18728.942533   -319.008248
+PR15 -15743.131768 -13137.865023 -15106.760326     66.723977
+PR16 -11111.405929   2088.251098 -22911.726771    -31.985906
+PR17  -9695.740876 -10084.605963 -21348.810548   -258.305435
+PR18 -23625.720619  -4069.988115  -8853.435696    -34.947409
+PR19 -23722.558950   3896.932220   8521.327766   -175.009770
+PR20  -9655.544695   9977.579322  21414.903172    -79.468438
+PR21   9480.068260  10053.281548  21456.835080    -74.515341
+PR22  23297.129343   4213.411048   9293.548142     18.230678
+PR23  23664.624355  -4194.894287  -8564.021793   -317.470335
+PR24  10261.772913 -10011.063149 -21123.434779    -47.505058
+*  2011  9 11 10  0  0.00000000
+PG01 -21727.994180 -11341.665765  10219.321664     -2.093147
+PG02  12446.429326  21761.169251   9557.352633    355.525874
+PG03  -6133.390983 -14887.409847 -21567.139424    766.796846
+PG04  -1995.875672  17899.433831  19190.593822    228.003133
+PG05   3764.206332  22626.133292 -13306.242581   -216.670156
+PG06   -462.758078 -16075.439285 -20968.407806    -73.581577
+PG07 -17437.750588   1586.760384 -20034.192144     26.223366
+PG08 -11036.481946   9242.087604 -22278.842795      9.098556
+PG09  21064.733796  14715.011296   6115.226916    104.894396
+PG10  -9102.730183  24567.276757   2606.666485    -12.814537
+PG11 -23536.400329 -12615.453282   1116.828820   -184.920151
+PG12  13608.670555   6334.029828  21929.277567     21.641608
+PG13 -26275.003027   4041.809298    968.861994    252.069265
+PG14  15595.461176 -14232.893756  16192.462541    171.651598
+PG15  19670.209060   6731.707731 -16617.975330   -106.773805
+PG16  -3898.519728 -21490.728069 -14889.831255   -197.094676
+PG17 -14842.721858  15010.798489  16115.356069    175.601337
+PG18  15943.701506 -13817.455924 -15571.467784    156.760681
+PG19 -17024.127412  -9827.528643 -18052.339851   -182.628763
+PG20 -15217.534740  -4176.326492  21221.060360     52.809774
+PG21  16089.535531  -5043.130611 -20207.471377   -170.703825
+PG22  10544.101625 -23805.345725  -4760.259346    144.624617
+PG23 -24686.837414  -1068.886644  10235.659558    276.890871
+PG24 -21021.700798 -13927.764143   8865.653200    422.962010
+PG25  16039.558012  -6852.478547  19993.483451     18.205028
+PG26   8224.346041  13350.411491 -22090.010356   -153.422356
+PG27  20477.722549  17193.505492   1759.923903    304.128975
+PG28 -12319.869386  21926.040576  -7601.368151     66.629145
+PG29  26049.876030  -4903.198331   1338.208686    238.863751
+PG30  14462.861389 -13867.534399  17081.663446     86.765736
+PG31  -1362.881301 -19131.608600  18478.086033    139.734708
+PG32 -10525.916000 -13707.498175  20542.195121   -326.779205
+PR01  14890.910368 -12783.073640 -16292.892336   -181.038382
+PR02  10897.441224 -23061.995822    589.395096   -253.905106
+PR03 -10926.670648 -21829.163885   7537.514637     59.365012
+PR04   3620.280763  10556.941100  22940.539700 999999.999999
+PR05 -14880.045751  12684.910262  16379.697333   -169.851926
+PR06 -11246.991278  22915.208994    168.274229    -67.098379
+PR07   1443.371533  18955.582847 -17026.245265   -205.431141
+PR08   9945.133099   4895.319285 -22962.705806    -35.264025
+PR09  -1082.215466  15521.435687 -20264.584063    -41.363021
+PR10  10824.935013  21761.215934  -7606.046148    -88.703885
+PR11  16829.184458  16158.559259  10390.846966    -74.667221
+PR12  12493.862747    172.524736  22175.093766   -151.566558
+PR13    917.377128 -15205.204807  20446.763056   -319.009675
+PR15 -16806.326754 -14486.829983 -12496.069212     66.725211
+PR16 -12597.223558   -256.886068 -22234.211323    -31.985345
+PR17  -6998.758423 -10095.846985 -22366.988755   -258.303953
+PR18 -22351.266815  -3968.837882 -11725.389859    -34.947627
+PR19 -24580.903730   4077.058462   5453.305163   -175.010704
+PR20 -12206.512873  10124.216931  20002.115198    -79.468552
+PR21   6771.783760  10099.034296  22430.334631    -74.516556
+PR22  21964.861382   4135.928623  12148.326790     18.231833
+PR23  24524.633879  -4378.577113  -5501.656255   -317.473346
+PR24  12765.772252 -10184.640331 -19620.611576    -47.506311
+*  2011  9 11 10 15  0.00000000
+PG01 -22321.445442 -12205.592655   7615.215747     -2.094682
+PG02  11388.966036  21125.163378  11967.291514    355.527613
+PG03  -3952.366091 -15833.438118 -21371.581580    766.801348
+PG04  -3779.119703  16415.724582  20239.724037    228.013160
+PG05   3219.228418  23928.453529 -10951.573916   -216.674965
+PG06   1825.005321 -16812.134194 -20287.874633    -73.573290
+PG07 -18969.350405     -3.548890 -18680.495836     26.225003
+PG08 -12737.697049   7358.949554 -22122.237523      9.098556
+PG09  21380.098897  15260.555339   3278.695315    104.896545
+PG10  -9290.849394  24014.383454   5408.303145    -12.815662
+PG11 -23341.250605 -12998.050251  -1568.671616   -184.923221
+PG12  12976.668051   8729.219811  21500.290503     21.643757
+PG13 -26026.608800   3816.344663   3856.851367    252.067628
+PG14  17288.729127 -14486.222917  14075.414829    171.653235
+PG15  17821.935875   7501.004884 -18273.693420   -106.772373
+PG16  -3307.626923 -22971.362799 -12627.922498   -197.096620
+PG17 -16545.323900  15269.166962  14043.785625    175.599905
+PG18  15704.157377 -11855.800162 -17330.710994    156.762318
+PG19 -14961.655459 -10379.965871 -19482.089661   -182.632446
+PG20 -14726.832074  -6580.886696  20963.827436     52.810183
+PG21  17716.129580  -3358.426692 -19248.563734   -170.706076
+PG22  10697.586365 -23019.608426  -7439.762872    144.624208
+PG23 -23495.047384  -1608.579010  12653.311828    276.888108
+PG24 -21431.934834 -14715.699770   6229.820570    422.964875
+PG25  15616.546952  -4540.541693  20964.462269     18.206665
+PG26   5869.018364  13870.034956 -22494.859618   -153.433713
+PG27  20342.682855  17298.543437  -1115.227638    304.132454
+PG28 -12240.587252  20812.616093 -10245.872498     66.631908
+PG29  25814.519567  -4581.724602   4176.498389    238.866616
+PG30  14348.561166 -11751.986577  18656.633342     86.761234
+PG31    267.997834 -17709.990989  19921.948186    139.739619
+PG32  -9751.846718 -15795.149225  19416.789287   -326.785242
+PR01  13932.662140 -10865.735358 -18393.977991   -181.038348
+PR02  10731.030364 -22998.345958  -2608.451269   -253.907397
+PR03 -10425.429432 -20811.385658  10519.121580     59.367272
+PR04    796.726440  10851.976194  23073.162904 999999.999999
+PR05 -13920.896039  10758.325424  18468.241103   -169.852062
+PR06 -11030.394759  22772.509797   3363.856582    -67.098287
+PR07    814.944970  20810.173867 -14751.934536   -205.430678
+PR08   8803.787489   7475.417073 -22732.722813    -35.263534
+PR09  -2509.470947  13373.812099 -21618.316512    -41.362764
+PR10  10311.819751  20742.688829 -10594.711266    -88.703150
+PR11  17626.009550  16936.142494   7410.590993    -74.666895
+PR12  14082.970375   2332.309443  21060.034659   -151.565645
+PR13   2400.146585 -13054.340549  21766.974650   -319.011101
+PR15 -17767.344080 -15481.880257  -9641.416547     66.726445
+PR16 -14188.377489  -2395.940550 -21127.324269    -31.984784
+PR17  -4211.105254 -10314.913240 -22951.325081   -258.302471
+PR18 -20735.639213  -3997.891501 -14370.688912    -34.947845
+PR19 -25041.447336   4282.080996   2279.320067   -175.011637
+PR20 -14542.790179  10439.148362  18201.673690    -79.468666
+PR21   3980.784887  10353.425820  22968.541043    -74.517770
+PR22  20295.004421   4192.453735  14765.205681     18.232989
+PR23  24987.850709  -4582.935282  -2332.468610   -317.476357
+PR24  15043.640496 -10518.706664 -17737.594629    -47.507564
+*  2011  9 11 10 30  0.00000000
+PG01 -22724.970313 -12846.073786   4879.977755     -2.096217
+PG02  10099.126834  20380.668663  14177.125042    355.529353
+PG03  -1852.792440 -16866.019787 -20821.611946    766.805850
+PG04  -5705.268183  14956.227310  20931.508424    228.023187
+PG05   2787.253464  24983.336468  -8407.394132   -216.679774
+PG06   3987.178414 -17619.072694 -19252.343311    -73.565002
+PG07 -20454.067599  -1395.584693 -17007.610213     26.226640
+PG08 -14513.231792   5609.255622 -21585.266813      9.098556
+PG09  21472.094389  15579.385750    385.108546    104.898693
+PG10  -9446.615478  23161.726791   8114.175860    -12.816788
+PG11 -22895.646192 -13259.732714  -4227.806543   -184.926290
+PG12  12489.888741  11085.571878  20702.457374     21.645906
+PG13 -25479.291468   3489.435425   6678.636281    252.065991
+PG14  18724.802498 -14758.692886  11716.878809    171.654872
+PG15  15856.092902   8424.653473 -19616.523111   -106.770940
+PG16  -2852.291052 -24217.496756 -10145.261698   -197.098565
+PG17 -17998.628704  15536.808097  11729.864033    175.598472
+PG18  15521.264097  -9705.098183 -18780.027218    156.763955
+PG19 -12791.114897 -11078.565710 -20580.603378   -182.636130
+PG20 -14356.742210  -8955.562900  20341.409477     52.810592
+PG21  19317.738291  -1841.199163 -17951.409132   -170.708327
+PG22  10832.388160 -21950.284402  -9989.627976    144.623798
+PG23 -22088.164477  -2298.796197  14857.398686    276.885346
+PG24 -21660.807610 -15276.248883   3488.829878    422.967740
+PG25  15301.813422  -2121.184434  21573.601664     18.208302
+PG26   3521.167038  14532.731744 -22534.094332   -153.445071
+PG27  19952.853894  17219.881136  -3971.473566    304.135933
+PG28 -12160.585510  19405.934017 -12707.261816     66.634670
+PG29  25294.206006  -4151.229516   6942.816309    238.869481
+PG30  14330.612584  -9469.963061  19901.222753     86.756732
+PG31   2082.298777 -16289.171643  21026.726814    139.744531
+PG32  -9124.956036 -17779.776622  17968.383880   -326.791279
+PR01  13034.179334  -8661.731550 -20137.690343   -181.038314
+PR02  10435.392060 -22556.119030  -5755.646193   -253.909688
+PR03  -9618.350789 -19565.988730  13297.217763     59.369532
+PR04  -1986.681228  11351.245806  22757.828027 999999.999999
+PR05 -13022.852601   8546.712742  20198.042159   -169.852198
+PR06 -10690.904826  22249.174287   6494.223023    -67.098196
+PR07    401.804735  22418.638588 -12191.527549   -205.430214
+PR08   7869.594659  10078.561690 -22060.769900    -35.263043
+PR09  -4181.077227  11228.431759 -22553.980404    -41.362507
+PR10   9492.755672  19495.791454 -13376.706166    -88.702416
+PR11  18236.550693  17365.983876   4286.950950    -74.666569
+PR12  15724.267600   4244.095834  19532.790785   -151.564732
+PR13   4128.367485 -10916.426778  22663.794456   -319.012528
+PR15 -18565.016872 -16125.177748  -6598.460416     66.727679
+PR16 -15831.244296  -4286.460245 -19612.703810    -31.984223
+PR17  -1402.448648 -10745.699049 -23090.192002   -258.300989
+PR18 -18822.698880  -4198.616356 -16737.992291    -34.948063
+PR19 -25097.625163   4456.174881   -938.953232   -175.012571
+PR20 -16609.474208  10885.863826  16048.603661    -79.468780
+PR21   1176.806635  10818.727154  23060.636672    -74.518984
+PR22  18333.723641   4423.530091  17093.175473     18.234145
+PR23  25048.125651  -4752.299466    882.013599   -317.479368
+PR24  17042.331543 -10974.956646 -15510.787609    -47.508817
+*  2011  9 11 10 45  0.00000000
+PG01 -22905.246499 -13281.993376   2060.713377     -2.097752
+PG02   8580.968050  19566.637814  16149.495035    355.531092
+PG03    129.979203 -17958.470151 -19925.183503    766.810352
+PG04  -7743.171440  13557.751223  21254.504255    228.033215
+PG05   2439.582932  25763.830533  -5717.646820   -216.684582
+PG06   5987.829413 -18466.316929 -17879.495243    -73.556714
+PG07 -21846.818165  -2580.683868 -15044.583349     26.228277
+PG08 -16321.809646   4023.108461 -20678.895179      9.098556
+PG09  21314.115084  15700.256001  -2515.184617    104.900842
+PG10  -9606.499309  22018.270035  10676.164959    -12.817913
+PG11 -22192.666551 -13431.375536  -6816.080093   -184.929360
+PG12  12146.548013  13354.023487  19549.924114     21.648054
+PG13 -24654.875258   3027.328366   9385.586616    252.064354
+PG14  19884.457340 -15011.098719   9156.827391    171.656509
+PG15  13817.896623   9503.091096 -20623.047006   -106.769508
+PG16  -2505.468194 -25196.133163  -7485.037523   -197.100509
+PG17 -19184.266653  15775.581187   9213.005084    175.597040
+PG18  15419.997635  -7403.790610 -19893.697912    156.765592
+PG19 -10558.884935 -11925.110388 -21328.303260   -182.639813
+PG20 -14105.345237 -11253.565498  19364.960366     52.811001
+PG21  20852.410184   -505.790463 -16340.920477   -170.710578
+PG22  10982.847629 -20610.631249 -12365.158262    144.623389
+PG23 -20504.206597  -3156.552826  16810.310762    276.882583
+PG24 -21676.808338 -15628.272909    688.953381    422.970605
+PG25  15110.537619    358.957162  21810.444591     18.209939
+PG26   1226.709275  15325.860286 -22205.987601   -153.456428
+PG27  19288.437060  16990.914829  -6760.009625    304.139411
+PG28 -12117.236272  17725.945276 -14940.565722     66.637433
+PG29  24512.381242  -3581.437015   9589.592628    238.872346
+PG30  14427.719596  -7065.655025  20792.679880     86.752230
+PG31   4054.183677 -14910.369680  21774.524223    139.749442
+PG32  -8636.827137 -19618.456329  16221.466899   -326.797315
+PR01  12243.805391  -6215.468226 -21490.100096   -181.038280
+PR02  10065.177633 -21728.544848  -8791.060538   -253.911980
+PR03  -8491.479168 -18152.618445  15817.894557     59.371793
+PR04  -4662.095864  12037.425331  22000.596945 999999.999999
+PR05 -12234.056183   6094.775794  21535.513458   -169.852334
+PR06 -10283.960312  21340.534664   9498.666339    -67.098105
+PR07    174.514450  23730.317797  -9394.691293   -205.429751
+PR08   7155.315693  12637.212487 -20959.921203    -35.262551
+PR09  -6067.417126   9147.654252 -23053.229106    -41.362251
+PR10   8354.300235  18080.890800 -15897.951346    -88.701682
+PR11  18607.387478  17469.670200   1080.381382    -74.666244
+PR12  17357.562587   5875.639769  17622.794161   -151.563819
+PR13   6069.983901  -8854.009860  23119.672398   -319.013954
+PR15 -19141.849043 -16432.072643  -3426.596364     66.728913
+PR16 -17466.579181  -5897.183816 -17719.775035    -31.983662
+PR17   1357.457175 -11379.718329 -22780.588119   -258.299507
+PR18 -16665.669937  -4603.502853 -18781.240101    -34.948281
+PR19 -24756.314160   4544.006185  -4138.984632   -175.013504
+PR20 -18361.110991  11419.262780  13584.716827    -79.468894
+PR21  -1570.642661  11484.849312  22704.453105    -74.520199
+PR22  16136.350399   4860.378909  19087.007633     18.235301
+PR23  24712.690545  -4831.600875   4079.363510   -317.482380
+PR24  18718.555017 -11506.894706 -12983.264138    -47.510070
+*  2011  9 11 11  0  0.00000000
+PG01 -22834.766097 -13538.885056   -794.031314     -2.099287
+PG02   6846.507381  18721.727042  17850.776045    355.532832
+PG03   1965.670187 -19078.755288 -18695.900592    766.814854
+PG04  -9855.899448  12251.807096  21203.952083    228.043242
+PG05   2143.391933  26250.635597  -2928.858174   -216.689391
+PG06   7797.351897 -19319.149937 -16193.072489    -73.548426
+PG07 -23103.140137  -3558.776271 -12825.274206     26.229915
+PG08 -18118.551614   2622.572368 -19420.245255      9.098556
+PG09  20886.940543  15657.550882  -5372.395002    104.902991
+PG10  -9805.237927  20601.827573  13048.659741    -12.819039
+PG11 -21232.525315 -13545.342637  -9290.442479   -184.932429
+PG12  11936.663441  15487.498805  18062.842879     21.650203
+PG13 -23582.896612   2401.414781  11930.875829    252.062716
+PG14  20757.192223 -15202.514936   6438.904977    171.658146
+PG15  11753.094079  10728.730779 -21275.537065   -106.768075
+PG16  -2234.866707 -25881.798356  -4693.692831   -197.102453
+PG17 -20092.374881  15945.866304   6536.361070    175.595607
+PG18  15419.026133  -4995.274751 -20652.265446    156.767229
+PG19  -8311.992677 -12913.250672 -21711.445882   -182.643496
+PG20 -13963.172169 -13429.968070  18051.834037     52.811411
+PG21  22278.163298    641.704121 -14447.182518   -170.712829
+PG22  11180.865215 -19021.972985 -14524.618301    144.622980
+PG23 -18785.151511  -4191.432036  18478.484309    276.879820
+PG24 -21453.883423 -15796.958223  -2122.551917    422.973470
+PG25  15050.028654   2850.993243  21670.976159     18.211576
+PG26   -971.043095  16229.046957 -21514.484391   -153.467785
+PG27  18337.836414  16648.981239  -9432.372011    304.142890
+PG28 -12144.371363  15801.487271 -16904.733295     66.640196
+PG29  23499.490731  -2847.401026  12071.400774    238.875211
+PG30  14651.117199  -4587.107093  21314.649888     86.747728
+PG31   6150.842920 -13610.233451  22153.493539    139.754353
+PG32  -8271.794993 -21271.536639  14205.256398   -326.803352
+PR01  11601.788568  -3580.857445 -22424.874808   -181.038245
+PR02   9676.199747 -20521.955281 -11655.717515   -253.914271
+PR03  -7043.767522 -16634.450182  18032.142772     59.374053
+PR04  -7166.320004  12881.740590  20816.107589 999999.999999
+PR05 -11594.494643   3456.646784  22454.688917   -169.852469
+PR06  -9865.765536  20055.077310  12318.898310    -67.098013
+PR07     94.755605  24703.481848  -6415.668177   -205.429288
+PR08   6661.486580  15083.634455 -19451.592542    -35.262060
+PR09  -8127.756023   7188.274331 -23106.107555    -41.361994
+PR10   6896.016951  16561.810134 -18109.547478    -88.700948
+PR11  18692.279545  17280.231240  -2147.085254    -74.665918
+PR12  18919.339511   7207.056291  15367.114975   -151.562906
+PR13   8181.863320  -6923.572338  23125.641160   -319.015380
+PR15 -19446.579775 -16430.230475   -187.779905     66.730146
+PR16 -19031.930017  -7209.067471 -15485.179427    -31.983101
+PR17   4001.432543 -12196.390551 -22028.219689   -258.298025
+PR18 -14325.077977  -5234.470628 -20460.552953    -34.948499
+PR19 -24037.492779   4493.314829  -7258.606246   -175.014437
+PR20 -19763.363735  11987.686258  10857.801218    -79.469008
+PR21  -4194.935984  12329.693580  21906.542431    -74.521413
+PR22  13765.172442   5523.372929  20708.132656     18.236456
+PR23  24001.806005  -4768.941893   7197.468623   -317.485391
+PR24  20040.372626 -12061.924019 -10203.945877    -47.511324
+*  2011  9 11 11 15  0.00000000
+PG01 -22492.987190 -13647.760851  -3635.108260     -2.100821
+PG02   4915.500532  17882.815136  19251.630399    355.534571
+PG03   3630.049525 -20190.597139 -17152.902949    766.819356
+PG04 -12002.050199  11063.484260  20781.799259    228.053269
+PG05   1863.206441  26432.815270    -89.319182   -216.694200
+PG06   9393.439009 -20139.450294 -14222.462322    -73.540139
+PG07 -24180.848611  -4338.169130 -10387.765921     26.231552
+PG08 -19856.613719   1421.073661 -17832.203068      9.098556
+PG09  20179.488753  15489.727095  -8138.131378    104.905139
+PG10 -10074.248755  18938.482904  15189.451995    -12.820164
+PG11 -20022.633345 -13634.116036 -11609.931247   -184.935499
+PG12  11842.557305  17442.536210  16267.004548     21.652352
+PG13 -22299.495805   1589.556519  14270.303619    252.061079
+PG14  21341.528651 -15292.008006   3609.705652    171.659783
+PG15   9706.342442  12086.084989 -21562.286526   -106.766643
+PG16  -2004.417628 -26257.508661  -1820.078400   -197.104397
+PG17 -20721.866610  16008.236886   3746.092917    175.594175
+PG18  15529.902745  -2526.340501 -21042.886660    156.768866
+PG19  -6096.480330 -14028.590812 -21722.416353   -182.647180
+PG20 -13913.676143 -15443.270381  16425.248067     52.811820
+PG21  23554.547615   1603.360620 -12304.775282   -170.715080
+PG22  11454.469942 -17213.012760 -16430.011583    144.622571
+PG23 -16975.440396  -5405.014009  19832.974200    276.877058
+PG24 -20972.527807 -15812.707641  -4898.195754    422.976335
+PG25  15119.444652   5305.472882  21157.688351     18.213213
+PG26  -3032.793028  17214.821012 -20469.237459   -153.479143
+PG27  17098.399209  16233.850449 -11941.287599    304.146369
+PG28 -12270.718719  13669.328471 -18563.529438     66.642958
+PG29  22291.790387  -1930.661581  14345.731352    238.878076
+PG30  15004.028218  -2084.490580  21457.530971     86.743226
+PG31   8333.585212 -12419.546716  22157.974069    139.759264
+PG32  -8007.675216 -22703.968777  11953.254428   -326.809389
+PR01  11138.552450   -819.323730 -22923.794047   -181.038211
+PR02   9322.872547 -18955.676597 -14293.940730   -253.916562
+PR03  -5287.400945 -15075.532047  19896.807712     59.376313
+PR04  -9443.187199  13845.170016  19227.295989 999999.999999
+PR05 -11134.289469    693.882384  22937.725579   -169.852605
+PR06  -9490.725535  18414.252518  14900.177539    -67.097922
+PR07    117.191149  25307.004959  -3312.228439   -205.428825
+PR08   6376.557313  17352.524838 -17565.123998    -35.261569
+PR09 -10311.718339   5399.309191 -22711.264754    -41.361738
+PR10   5130.735635  15003.113413 -19968.718878    -88.700214
+PR11  18454.259196  16840.557258  -5333.025982    -74.665593
+PR12  20345.423461   8231.423137  12809.745582   -151.561993
+PR13  10411.394563  -5173.320937  22681.498558   -319.016807
+PR15 -19436.501258 -16158.244529   3054.705602     66.731380
+PR16 -20464.199366  -8215.804273 -12952.074123    -31.982540
+PR17   6467.429138 -13163.854112 -20847.413929   -258.296544
+PR18 -11866.394656  -6101.721636 -21743.020073    -34.948718
+PR19 -22973.370064   4257.370751 -10237.222732   -175.015371
+PR20 -20794.228842  12535.236251   7920.698886    -79.469123
+PR21  -6634.865975  13320.027242  20682.078790    -74.522627
+PR22  11286.953075   6420.988512  21925.375315     18.237612
+PR23  22947.881326  -4518.038145  10175.739739   -317.488402
+PR24  20988.334082 -12583.708416  -7226.665966    -47.512577
+*  2011  9 11 11 30  0.00000000
+PG01 -21867.227052 -13643.734634  -6413.615699     -2.102356
+PG02   2814.934800  17083.588475  20327.513904    355.536310
+PG03   5105.700157 -21254.761336 -15320.669045    766.823858
+PG04 -14137.233811  10010.608656  19996.589195    228.063296
+PG05   1562.489268  26308.194801   2751.767019   -216.699009
+PG06  10761.766724 -20887.222165 -12002.166866    -73.531851
+PG07 -25041.610304  -4935.015003  -7773.718617     26.233189
+PG08 -21488.885415    423.139500 -15942.945735      9.098556
+PG09  19189.253825  15237.643312 -10766.170841    104.907288
+PG10 -10440.185645  17061.673784  17060.560676    -12.821290
+PG11 -18577.411669 -13728.941841 -13736.269217   -184.938568
+PG12  11839.661117  19180.779104  14193.382299     21.654500
+PG13 -20846.058397    577.167830  16363.083909    252.059442
+PG14  21644.971022 -15240.373353    717.984413    171.661421
+PG15   7719.632731  13552.203840 -21477.843356   -106.765210
+PG16  -1775.904310 -26315.410604   1085.445974   -197.106341
+PG17 -21080.364756  15925.148848    890.570218    175.592742
+PG18  15756.574073    -45.476687 -21059.535914    156.770504
+PG19  -3955.802164 -15249.092854 -21359.927761   -182.650863
+PG20 -13933.993389 -17256.826337  14513.841747     52.812229
+PG21  24644.125161   2389.031561  -9952.049994   -170.717331
+PG22  11826.546649 -15218.857707 -18047.792648    144.622161
+PG23 -15120.390782  -6790.605013  20849.966029    276.874295
+PG24 -20220.645690 -15709.844278  -7591.012254    422.979199
+PG25  15309.842998   7674.097898  20279.530931     18.214851
+PG26  -4924.545378  18249.516184 -19085.581315   -153.490500
+PG27  15576.838027  15786.090465 -14241.560136    304.149848
+PG28 -12518.552050  11372.870109 -19886.336544     66.645721
+PG29  20929.950154   -820.146596  16373.710219    238.880940
+PG30  15481.465597    391.714820  21218.685282     86.738724
+PG31  10559.143441 -11362.173685  21788.531664    139.764176
+PG32  -7816.731417 -23886.481497   9502.749454   -326.815426
+PR01  10873.397822   2002.503137 -22977.107216   -181.038177
+PR02   9055.721112 -17061.392230 -16654.438856   -253.918853
+PR03  -3247.570366 -13538.104183  21375.437502     59.378574
+PR04 -11445.652056  14880.096613  17264.957592 999999.999999
+PR05 -10872.415692  -2126.848881  22975.248360   -169.852741
+PR06  -9208.967299  16451.757439  17192.370221    -67.097831
+PR07    191.626932  25521.615798   -144.554278   -205.428362
+PR08   6277.553875  19383.550173 -15337.207964    -35.261077
+PR09 -12561.181667   3820.119165 -21876.004815    -41.361481
+PR10   3084.254000  13467.386198 -21439.629074    -88.699480
+PR11  17867.352445  16201.420237  -8415.821208    -74.665267
+PR12  21573.702782   8954.827915  10000.733276   -151.561080
+PR13  12698.498518  -3641.336421  21795.818202   -319.018233
+PR15 -19079.428831 -15663.793908   6237.509319     66.732614
+PR16 -21702.250121  -8923.817238 -10169.313399    -31.981979
+PR17   8700.875985 -14240.275387 -19260.863833   -258.295062
+PR18  -9357.484021  -7203.091137 -22603.359569    -34.948936
+PR19 -21607.020931   3797.198729 -13016.989953   -175.016304
+PR20 -21444.750491  13004.284826   4830.289011    -79.469237
+PR21  -8836.961011  14412.850681  19054.589784    -74.523841
+PR22   8770.286330   7549.278626  22715.534099     18.238768
+PR23  21594.103328  -4040.427795  12956.291262   -317.491413
+PR24  21556.105214 -13014.708533  -4109.134826    -47.513830
+*  2011  9 11 11 45  0.00000000
+PG01 -20953.262101 -13564.494229  -9081.741357     -2.103891
+PG02    578.252804  16353.243469  21059.123897    355.538050
+PG03   6382.544245 -22230.487276 -13228.733885    766.828360
+PG04 -16215.669309   9103.211680  18863.224073    228.073323
+PG05   1205.271174  25883.428303   5545.156291   -216.703818
+PG06  11896.357535 -21522.217675  -9571.168557    -73.523563
+PG07 -25652.380001  -5372.485966  -5027.672230     26.234826
+PG08 -22969.685735   -375.524235 -13785.404271      9.098556
+PG09  17922.422514  14942.846704 -13213.153550    104.909437
+PG10 -10923.700425  15010.982956  18628.966176    -12.822415
+PG11 -16917.863917 -13858.539743 -15634.415547   -184.941638
+PG12  11897.589544  20670.275408  11877.594820     21.656649
+PG13 -19267.657238   -641.992536  18172.582694    252.057805
+PG14  21683.623511 -15011.828040  -2186.186014    171.663058
+PG15   5830.818091  15097.413674 -21023.139169   -106.763778
+PG16  -1510.683396 -26057.066943   3971.943248   -197.108285
+PG17 -21183.798539  15662.577734  -1980.484817    175.591310
+PG18  16095.222619   2398.877657 -20703.055936    156.772141
+PG19  -1929.312138 -16545.790585 -20629.117975   -182.654547
+PG20 -13995.961235 -18840.081675  12351.139133     52.812638
+PG21  25513.814023   3015.660790  -7430.377561   -170.719582
+PG22  12313.775581 -13079.793833 -19349.496970    144.621752
+PG23 -13264.575919  -8333.281356  21511.217863    276.871533
+PG24 -19194.148406 -15525.174505 -10155.314399    422.982064
+PG25  15604.558278   9911.391918  19051.749812     18.216488
+PG26  -6618.727097  19294.417225 -17384.437100   -153.501857
+PG27  13789.301225  15345.363893 -16290.974545    304.153327
+PG28 -12902.619931   8960.558812 -20848.833621     66.648483
+PG29  19457.505107    487.214856  18120.749268    238.883805
+PG30  16070.390731   2792.552591  20602.497571     86.734222
+PG31  12781.147523 -10454.277820  21051.906990    139.769087
+PG32  -7666.847962 -24796.560585   6894.270891   -326.821462
+PR01  10813.690717   4815.313758 -22583.726963   -181.038143
+PR02   8919.066012 -14882.001599 -18691.305492   -253.921144
+PR03   -961.702150 -12080.006266  22439.007654     59.380834
+PR04 -13137.501872  15932.340969  14967.155626 999999.999999
+PR05 -10815.908730  -4936.292311  22566.531014   -169.852877
+PR06  -9064.051681  14212.320884  19150.923399    -67.097740
+PR07    265.379471  25340.672262   3025.922906   -205.427898
+PR08   6331.234326  21123.688209 -12811.173718    -35.260586
+PR09 -14812.512942   2478.940131 -20616.173734    -41.361224
+PR10    794.494834  12012.627996 -22494.054038    -88.698745
+PR11  16917.856661  15419.181691 -11335.833027    -74.664941
+PR12  22546.789911   9395.855308   6995.179465   -151.560167
+PR13  14977.968451  -2354.162714  20485.787727   -319.019660
+PR15 -18355.237819 -15001.427495   9298.474254     66.733848
+PR16 -22689.448701  -9351.728375  -7190.526659    -31.981418
+PR17  10656.716495 -15375.600498 -17299.207515   -258.293580
+PR18  -6865.955086  -8523.927286 -23024.436717    -34.949154
+PR19 -19990.585468   3083.477141 -15543.938670   -175.017238
+PR20 -21719.205544  13338.067951   1646.395433    -79.469351
+PR21 -10757.481484  15557.200520  17055.520765    -74.525056
+PR22   6282.900893   8891.886454  23063.795921     18.239923
+PR23  19992.631664  -3307.353668  15485.069398   -317.494425
+PR24  21750.561722 -13298.785591   -911.827553    -47.515083
+*  2011  9 11 12  0  0.00000000
+PG01 -19755.611093 -13448.682215 -11593.585869     -2.105255
+PG02  -1755.671077  15715.355241  21432.780810    355.539378
+PG03   7458.102698 -23077.013193 -10911.317089    766.832862
+PG04 -18191.827969   8343.325400  17402.611661    228.083692
+PG05    757.761409  25173.732301   8242.436364   -216.708053
+PG06  12799.609728 -22005.584061  -6972.205162    -73.513947
+PG07 -25986.646753  -5679.686984  -2196.309963     26.236463
+PG08 -24256.396527   -987.627379 -11396.673390      9.098556
+PG09  16393.676221  14645.880383 -15439.197788    104.911585
+PG10 -11538.464135  12830.686485  19867.235656    -12.813136
+PG11 -15070.925016 -14047.919510 -17273.067188   -184.944707
+PG12  11981.441485  21886.538718   9359.298492     21.659304
+PG13 -17611.354421  -2065.353816  19666.990735    252.054539
+PG14  21481.475084 -14575.590424  -5052.298137    171.664695
+PG15   4072.303638  16686.330430 -20205.509049   -106.762345
+PG16  -1171.424943 -25493.376270   6788.842937   -197.112095
+PG17 -21055.675927  15191.536036  -4816.893245    175.589877
+PG18  16534.445688   4760.061615 -19981.060058    156.773778
+PG19    -50.901196 -17883.791202 -19541.537143   -182.658230
+PG20 -14067.350292 -20169.574506   9974.929294     52.813441
+PG21  26136.051039   3506.346015  -4783.387210   -170.721833
+PG22  12925.829549 -10839.859695 -20312.274082    144.621357
+PG23 -11450.229844 -10010.251686  21804.422322    276.868770
+PG24 -17897.266007 -15296.461948 -12547.435865    422.984827
+PG25  15979.892652  11976.260830  17495.616121     18.218066
+PG26  -8095.098659  20307.121285 -15392.140394   -153.513215
+PG27  11761.070802  14948.724915 -18051.197136    304.157380
+PG28 -13429.407511   6484.079825 -21433.529137     66.651246
+PG29  17919.214165   1986.190688  19557.120034    238.886569
+PG30  16750.221576   5072.354987  19620.279491     86.730346
+PG31  14951.710703  -9703.839246  19960.875174    139.774289
+PG32  -7522.868667 -25419.200078   4170.999164   -326.827168
+PR01  10954.571016   7549.758970 -21751.254254   -181.038108
+PR02   8948.981460 -12470.021757 -20364.914634   -253.923435
+PR03   1521.828069 -10752.281690  23066.506836     59.383095
+PR04 -14494.619142  16943.490386  12378.487227 999999.999999
+PR05 -10959.591229  -7665.241707  21719.509993   -169.853013
+PR06  -9090.972809  11750.039277  20737.731931    -67.097648
+PR07    285.749832  24770.428071   6137.709909   -205.427435
+PR08   6495.689292  22529.277325 -10036.142382    -35.260095
+PR09 -16999.056368   1391.889447 -18955.881773    -41.360968
+PR10  -1689.844299  10689.864940 -23111.902093    -88.698011
+PR11  15605.121028  14553.282779 -14036.546295    -74.664616
+PR12  23214.503468   9584.536003   3852.126786   -151.559254
+PR13  17182.042577  -1325.894128  18776.877237   -319.021086
+PR15 -17256.900299 -14230.070480  12177.872394     66.735081
+PR16 -23376.042245  -9529.326774  -4073.108679    -31.980857
+PR17  12301.050816 -16513.677639 -15000.448407   -258.292098
+PR18  -4456.529735 -10037.508313 -22997.628393    -34.949372
+PR19 -18183.108293   2098.029749 -17769.021352   -175.018171
+PR20 -21634.752381  13483.255530  -1569.361071    -79.469465
+PR21 -12364.011585  16696.314345  14723.638528    -74.526270
+PR22   3889.026080  10420.596015  22963.981201     18.241079
+PR23  18202.436346  -2301.237439  17712.905969   -317.497436
+PR24  21591.344276 -13383.762828   2303.186066    -47.516336
+*  2011  9 11 12 15  0.00000000
+PG01 -18287.490368 -13334.248882 -13905.952074     -2.106789
+PG02  -4143.769738  15186.957004  21440.733962    355.541117
+PG03   8337.472198 -23755.143104  -8406.858404    766.837364
+PG04 -20022.057045   7725.105606  15641.209143    228.093719
+PG05    189.872739  24202.296128  10796.884524   -216.712862
+PG06  13481.991856 -22301.466831  -4250.970669    -73.505660
+PG07 -26025.444847  -5890.350397    672.306950     26.238100
+PG08 -25310.976374  -1433.584215  -8817.379287      9.098556
+PG09  14625.695601  14384.671565 -17408.434151    104.913734
+PG10 -12290.489887  10568.122674  20754.024648    -12.814261
+PG11 -13068.609492 -14317.343926 -18625.108364   -184.947777
+PG12  12053.277999  22813.333099   6681.518533     21.661452
+PG13 -15924.428987  -3681.412609  20819.916677    252.052902
+PG14  21069.377631 -13907.281179  -7830.315812    171.666332
+PG15   2469.949336  18279.111123 -19038.599457   -106.760913
+PG16   -723.798629 -24644.129785   9486.875735   -197.114039
+PG17 -20726.058617  14489.406543  -7568.936878    175.588445
+PG18  17055.757542   6994.827688 -18907.694141    156.775415
+PG19   1652.160949 -19223.530912 -18115.020824   -182.661914
+PG20 -14113.259852 -21229.661913   7426.577303     52.813850
+PG21  26489.737330   3889.194021  -2056.210049   -170.724084
+PG22  13664.863035  -8545.276475 -20919.311724    144.620948
+PG23  -9715.737895 -11791.529548  21723.479840    276.866008
+PG24 -16342.558837 -15060.868015 -14726.450345    422.987692
+PG25  16406.091162  13833.385064  15638.051120     18.219704
+PG26  -9341.418856  21243.075500 -13140.183611   -153.524572
+PG27   9525.882111  14628.989907 -19488.645528    304.160859
+PG28 -14096.767513   3996.412806 -21630.129342     66.654009
+PG29  16359.389465   3663.266148  20658.441831    238.889434
+PG30  17493.667754   7190.366578  18290.022784     86.725844
+PG31  17023.072623  -9110.485208  18534.020612    139.779200
+PG32  -7348.056544 -25747.398620   1378.134798   -326.833205
+PR01  11279.194037  10139.094723 -20495.834295   -181.038074
+PR02   9171.613943  -9885.597771 -21642.694162   -253.925727
+PR03   4145.447299  -9597.079361  23245.371020     59.385355
+PR04 -15505.742744  17853.426428   9549.220891 999999.999999
+PR05 -11286.331174 -10247.174430  20450.630960   -169.853149
+PR06  -9314.529850   9126.331748  21921.882385    -67.097557
+PR07    202.498875  23829.779918   9130.440923   -205.426972
+PR08   6722.318398  23567.688155  -7066.068757    -35.259603
+PR09 -19053.771469    562.488110 -16927.064355    -41.360711
+PR10  -4311.090974   9541.081334 -23281.572887    -88.697277
+PR11  13941.796397  13663.621201 -16465.651459    -74.664290
+PR12  23536.061645   9560.803512    633.359183   -151.558341
+PR13  19243.101385   -557.798551  16702.344021   -319.022512
+PR15 -15790.977041 -13410.361972  14819.587239     66.736315
+PR16 -23721.272616  -9496.078799   -877.139300    -31.980296
+PR17  13612.313828 -17594.661400 -12409.226120   -258.290616
+PR18  -2188.535299 -11705.983797 -22523.024343    -34.949590
+PR19 -16248.108896    834.846891 -19649.061867   -175.019104
+PR20 -21220.559190  13392.390095  -4754.744400    -79.469579
+PR21 -13636.578469  17770.066288  12104.284561    -74.527484
+PR22   1646.928954  12096.393444  22418.618053     18.242235
+PR23  16286.868287  -1016.682379  19596.477053   -317.500447
+PR24  21109.893149 -13223.835840   5473.446355    -47.517589
+*  2011  9 11 12 30  0.00000000
+PG01 -16570.442697 -13256.841744 -15979.086597     -2.108324
+PG02  -6540.197301  14777.868515  21081.382140    355.542857
+PG03   9033.012506 -24228.798005  -5757.459839    766.841866
+PG04 -21666.120460   7235.270630  13610.478391    228.103746
+PG05   -523.400467  22999.392713  13164.293487   -216.717671
+PG06  13961.416594 -22378.502079  -1455.260449    -73.497372
+PG07 -25758.093089  -6041.360910   3529.522428     26.239737
+PG08 -26101.304530  -1740.527835  -6091.015306      9.098556
+PG09  12648.393895  14193.054032 -19089.459946    104.915883
+PG10 -13177.785033   8271.952200  21274.444376    -12.815387
+PG11 -10946.988583 -14681.472589 -19668.005859   -184.950846
+PG12  12073.720679  23443.153792   3889.929685     21.663601
+PG13 -14252.600108  -5469.967712  21610.887322    252.051265
+PG14  20483.755436 -12990.086196 -10471.585309    171.667969
+PG15   1042.229726  19832.896868 -17542.163405   -106.759480
+PG16   -138.035537 -23537.224513  12018.978052   -197.115983
+PG17 -20230.279376  13541.034372 -10188.277656    175.587012
+PG18  17634.387333   9064.817738 -17503.270521    156.777052
+PG19   3160.131260 -20522.239477 -16373.445801   -182.665597
+PG20 -14097.619710 -22012.947155   4750.280441     52.814259
+PG21  26560.940620   4196.017984    705.260553   -170.726335
+PG22  14525.315032  -6242.798327 -21160.141602    144.620538
+PG23  -8094.270693 -13640.896301  21268.674551    276.863245
+PG24 -14550.625681 -14853.416314 -16654.858148    422.990557
+PG25  16848.563410  15454.390761  13511.153955     18.221341
+PG26 -10353.830706  22057.243733 -10664.865033   -153.535929
+PG27   7124.877290  14413.256868 -20575.299059    304.164338
+PG28 -14893.938320   1549.839612 -21435.730531     66.656771
+PG29  14820.259955   5496.984900  21406.077670    238.892299
+PG30  18267.854604   9112.156688  16636.009582     86.721342
+PG31  18949.241155  -8665.637347  16795.430967    139.784112
+PG32  -7105.625389 -25782.381906  -1437.769519   -326.839242
+PR01  11759.495122  12521.722402 -18841.845758   -181.038040
+PR02   9601.933030  -7194.204182 -22499.762263   -253.928018
+PR03   6844.532966  -8645.942232  22971.755822     59.387615
+PR04 -16172.696444  18602.944462   6534.321556 999999.999999
+PR05 -11767.820305 -12620.778118  18784.530790   -169.853285
+PR06  -9748.140553   6407.598260  22680.259313    -67.097466
+PR07    -29.780916  22549.505521  11946.045539   -205.426509
+PR08   6958.098271  24218.547949  -3958.688904    -35.259112
+PR09 -20911.912300    -18.279345 -14568.887476    -41.360454
+PR10  -7004.771399   8597.554233 -23000.151060    -88.696543
+PR11  11953.542797  12807.924046 -18576.049158    -74.663964
+PR12  23481.889606   9372.527562  -2597.857373   -151.557428
+PR13  21096.376599    -38.491703  14302.582947   -319.023939
+PR15 -13977.543780 -12601.939219  17172.218846     66.737549
+PR16 -23695.140331  -9299.241835   2335.748895    -31.979735
+PR17  14581.938318 -18557.597710  -9575.951148   -258.289134
+PR18   -113.626864 -13481.804265 -21609.458882    -34.949808
+PR19 -14250.984945   -699.407618 -21147.589928   -175.020038
+PR20 -20516.448594  13026.092020  -7848.096559    -79.469693
+PR21 -14568.250390  18717.570224   9248.491590    -74.528699
+PR22   -393.277018  13870.991435  21438.847819     18.243391
+PR23  14311.064820    539.038981  21099.147611   -317.503458
+PR24  20348.002539 -12781.729021   8537.319777    -47.518843
+*  2011  9 11 12 45  0.00000000
+PG01 -14633.653827 -13248.294460 -17777.361065     -2.109859
+PG02  -8897.869703  14490.304171  20359.399735    355.544596
+PG03   9563.747525 -24466.491012  -3008.236159    766.846368
+PG04 -23088.598480   6853.831523  11346.267983    228.113774
+PG05  -1400.806547  21601.225405  15303.749702   -216.722480
+PG06  14262.322026 -22211.136188   1365.919634    -73.489084
+PG07 -25182.635851  -6171.166313   6326.876004     26.241374
+PG08 -26602.311210  -1941.089465  -3263.254233      9.098556
+PG09  10497.912249  14099.471345 -20455.716479    104.918031
+PG10 -14190.344943   5990.383985  21420.288918    -12.816512
+PG11  -8745.030207 -15148.715395 -20384.147785   -184.953916
+PG12  12003.609944  23777.387352   1032.097367     21.665750
+PG13 -12638.316442  -7402.704647  22025.743354    252.049628
+PG14  19765.096127 -11815.630728 -12929.732110    171.669606
+PG15   -200.315365  21303.392648 -15741.744207   -106.758048
+PG16    609.699291 -22207.566936  14341.146807   -197.117927
+PG17 -19607.453223  12339.529850 -12628.858472    175.585580
+PG18  18240.333079  10937.822649 -15793.789380    156.778689
+PG19   4461.406733 -21735.558995 -14346.368076   -182.669281
+PG20 -13984.738171 -22520.394251   1992.284534     52.814668
+PG21  26343.338026   4460.928750   3455.082779   -170.728586
+PG22  15494.034046  -3978.050164 -21030.820422    144.620129
+PG23  -6612.615690 -15517.123036  20446.745131    276.860482
+PG24 -12549.515763 -14705.538279 -18299.229621    422.993422
+PG25  17269.303516  16818.755650  11151.640860     18.222978
+PG26 -11136.943709  22705.847482  -8006.837619   -153.547286
+PG27   4605.223053  14321.646662 -21289.418903    304.167816
+PG28 -15801.947021   -806.004358 -20854.831069     66.659534
+PG29  13340.430905   7458.597339  21787.432923    238.895164
+PG30  19035.685042  10810.762391  14688.292658     86.716840
+PG31  20687.575483  -8352.968979  14774.314567    139.789023
+PG32  -6760.290682 -25533.540413  -4229.509338   -326.845278
+PR01  12357.445103  14643.519282 -16821.428951   -181.038006
+PR02  10242.967864  -4464.132712 -22919.414359   -253.930309
+PR03   9549.869542  -7918.555979  22250.639686     59.389876
+PR04 -16510.075699  19136.354505   3392.382014 999999.999999
+PR05 -12365.840021 -14732.264852  16753.560964   -169.853420
+PR06 -10393.147579   3662.677066  22998.001948    -67.097375
+PR07   -449.497627  20971.024115  14529.873085   -205.426046
+PR08   7148.045370  24474.466989   -774.394237    -35.258621
+PR09 -22513.636022   -371.368161 -11927.006923    -41.360198
+PR10  -9702.066802   7878.657694 -22273.433460    -88.695809
+PR11   9678.204972  12039.225920 -20326.758027    -74.663639
+PR12  23034.961029   9073.212109  -5778.064115   -151.556515
+PR13  22682.557893    255.345850  11624.335186   -319.025365
+PR15 -11849.555568 -11860.785650  19190.088758     66.738783
+PR16 -23279.745190  -8991.659156   5503.535379    -31.979174
+PR17  15214.474721 -19343.079514  -6555.819880   -258.287652
+PR18   1726.164473 -15309.582288 -20274.369819    -34.950026
+PR19 -12256.357147  -2485.426029 -22235.544607   -175.020971
+PR20 -19571.115424  12354.938640 -10789.520672    -79.469807
+PR21 -15165.187678  19479.839277   6211.980584    -74.529913
+PR22  -2191.464089  15688.750697  20044.167223     18.244546
+PR23  12339.298938   2346.034217  22191.685667   -317.506470
+PR24  19355.955130 -12030.505547  11435.202076    -47.520096
+*  2011  9 11 13  0  0.00000000
+PG01 -12512.982828 -13335.274014 -19269.881491     -2.111394
+PG02 -11170.077031  14318.781919  19285.759796    355.546336
+PG03   9954.495154 -24442.665616   -206.578759    766.850870
+PG04 -24260.095727   6555.078548   8888.137450    228.123801
+PG05  -2453.910338  20048.556943  17178.349428   -216.727289
+PG06  14414.500791 -21780.719036   4163.259822    -73.480796
+PG07 -24305.969969  -6318.132946   9016.889911     26.243011
+PG08 -26796.858418  -2071.988490   -381.244939      9.098556
+PG09   8215.416034  14125.899315 -21485.792830    104.920180
+PG10 -15310.485080   3769.441463  21190.120839    -12.817638
+PG11  -6503.339991 -15720.818102 -20761.123164   -184.956986
+PG12  11805.660739  23826.146340  -1843.309405     21.667898
+PG13 -11119.180440  -9444.109695  22056.920762    252.047991
+PG14  18956.283299 -10384.525529 -15161.523743    171.671243
+PG15  -1255.316177  22646.522791 -13668.251429   -106.756616
+PG16   1536.179627 -20695.713915  16413.226549   -197.119871
+PG17 -18898.843396  10886.746387 -14847.764902    175.584148
+PG18  18839.622221  12588.780212 -13810.365013    156.780326
+PG19   5552.817282 -22819.254250 -12068.545486   -182.672964
+PG20 -13740.835141 -22761.129047   -799.924566     52.815078
+PG21  25838.392220   4718.872339   6147.947960   -170.730837
+PG22  16550.719722  -1793.920358 -20533.983135    144.619720
+PG23  -5290.254165 -17375.409185  19270.844243    276.857720
+PG24 -10373.862507 -14643.755393 -19630.794677    422.996287
+PG25  17628.452615  17914.415815   8600.205936     18.224615
+PG26 -11703.596941  23148.118959  -5210.552824   -153.558644
+PG27   2018.442427  14366.332354 -21616.147274    304.171295
+PG28 -16794.375659  -3025.946957 -19899.166426     66.662296
+PG29  11953.496935   9512.991227  21796.153145    238.898029
+PG30  19757.377876  12267.517000  12482.062253     86.712338
+PG31  22200.254997  -8149.155263  12504.545570    139.793934
+PG32  -6279.785368 -25018.080488  -6949.955754   -326.851315
+PR01  13026.743723  16459.862385 -14473.861723   -181.037972
+PR02  11085.562341  -1763.870313 -22893.451056   -253.932600
+PR03  12190.313264  -7422.012268  21095.753744     59.392136
+PR04 -16544.406547  19403.953100    184.481481 999999.999999
+PR05 -13033.961498 -16537.377251  14397.161229   -169.853556
+PR06 -11238.648103    960.206233  22868.802065    -67.097283
+PR07  -1086.188216  19144.730800  16831.751579   -205.425582
+PR08   7237.768685  24341.237333   2424.945558    -35.258129
+PR09 -23806.430820   -528.563571  -9052.693840    -41.359941
+PR10 -12332.451144   7391.183319 -21115.791612    -88.695075
+PR11   7164.488045  11403.557470 -21683.708777    -74.663313
+PR12  22191.615158   8719.461111  -8844.898524   -151.555602
+PR13  23950.187541    357.740420   8719.770893   -319.026792
+PR15  -9451.677218 -11236.756452  20834.124911     66.740016
+PR16 -22470.147089  -8629.326634   8564.988549    -31.978613
+PR17  15527.161926 -19895.859443  -3407.729366   -258.286171
+PR18   3299.974176 -17128.309203 -18543.484822    -34.950244
+PR19 -10325.466343  -4491.822289 -22891.833904   -175.021905
+PR20 -18439.991963  11360.938018 -13522.031460    -79.469921
+PR21 -15446.143999  20002.387028   3054.058486    -74.531127
+PR22  -3718.891373  17488.916633  18262.015182     18.245702
+PR23  10432.383218   4372.376792  22852.832219   -317.509481
+PR24  18190.315350 -10954.952715  14110.684502    -47.521349
+*  2011  9 11 13 15  0.00000000
+PG01 -10249.743310 -13538.138735 -20431.015664     -2.112929
+PG02 -13312.107793  14250.343320  17877.646559    355.548075
+PG03  10234.752881 -24138.838328   2598.658343    766.855372
+PG04 -25158.215936   6308.780241   6278.638941    228.133828
+PG05  -3686.453301  18385.175274  18755.839469   -216.732098
+PG06  14451.727899 -21076.327099   6888.048539    -73.472509
+PG07 -23143.652434  -6518.906891  11553.842222     26.244648
+PG08 -26676.343993  -2172.483815   2507.099829      9.098556
+PG09   5845.735385  14287.018112 -22163.660026    104.922329
+PG10 -16513.493048   1651.340448  20589.218312    -12.818763
+PG11  -4262.844717 -16392.695516 -20791.939187   -184.960055
+PG12  11446.053419  23607.785513  -4687.321793     21.670047
+PG13  -9726.571456 -11552.679384  21703.610503    252.046354
+PG14  18100.838510  -8706.559262 -17127.679105    171.672880
+PG15  -2128.483782  23820.097257 -11357.435084   -106.755183
+PG16   2650.281167 -19046.308406  18199.613316   -197.121815
+PG17 -18146.149812   9193.411336 -16806.027918    175.582715
+PG18  19395.722437  14000.478597 -11588.575637    156.781963
+PG19   6439.582398 -23730.946437  -9579.350546   -182.676648
+PG20 -13335.500663 -22751.938034  -3578.439577     52.815487
+PG21  25055.262529   5004.164827   8739.825744   -170.733088
+PG22  17668.662137    270.926890 -19678.768609    144.619311
+PG23  -4138.723314 -19168.985756  17760.382002    276.854957
+PG24  -8063.767474 -14688.549405 -20625.967604    422.999152
+PG25  17885.942750  18738.051119   5900.814964     18.226252
+PG26 -12074.298613  23347.998948  -2323.597741   -153.570001
+PG27   -581.472227  14550.911647 -21547.957305    304.174774
+PG28 -17838.451016  -5070.884214 -18587.377456     66.665059
+PG29  10686.860056  11619.869372  21432.219035    238.900894
+PG30  20392.114400  13472.534285  10056.919047     86.707836
+PG31  23455.582301  -8024.889420  10024.141590    139.798845
+PG32  -5636.285621 -24260.396208  -9552.802700   -326.857352
+PR01  13714.879451  17937.261669 -11844.794977   -181.037937
+PR02  12108.660142    840.523748 -22422.340630   -253.934891
+PR03  14695.554433  -7150.619538  19529.337543     59.394396
+PR04 -16312.812671  19364.261102  -3027.006092 999999.999999
+PR05 -13719.608421 -18003.003656  11761.095287   -169.853692
+PR06 -12261.855282  -1634.001751  22295.036673    -67.097192
+PR07  -1959.022666  17127.973896  18806.960889   -205.425119
+PR08   7176.003573  23837.496359   5577.187381    -35.257638
+PR09 -24747.259673   -530.903671  -6001.842502    -41.359685
+PR10 -14826.401893   7129.202201 -19549.873948    -88.694341
+PR11   4470.185956  10937.940937 -22620.409462    -74.662987
+PR12  20961.814733   8368.325259 -11738.353377   -151.554689
+PR13  24857.741993    311.738939   5645.464294   -319.028218
+PR15  -6838.630546 -10771.386835  22072.609695     66.741250
+PR16 -21274.709541  -8268.831681  11460.833648    -31.978052
+PR17  15548.967403 -20167.306980   -193.113997   -258.284689
+PR18   4589.171215 -18873.835503 -16450.339149    -34.950462
+PR19  -8513.731030  -6676.211057 -23103.740109   -175.022838
+PR20 -17182.849541  10038.534745 -15992.651605    -79.470035
+PR21 -15441.439272  20237.657777   -163.560307    -74.532342
+PR22  -4959.121700  19208.077463  16127.214688     18.246858
+PR23   8645.236934   6575.205013  23069.715876   -317.512492
+PR24  16911.474443  -9552.482194  16511.659584    -47.522602
+*  2011  9 11 13 30  0.00000000
+PG01  -7889.282025 -13870.051484 -21240.829892     -2.114463
+PG02 -15282.822456  14265.083102  16158.251768    355.549814
+PG03  10437.377963 -23544.492016   5358.037620    766.859874
+PG04 -25768.271944   6081.544802   3562.570743    228.143855
+PG05  -5094.025153  16656.257063  20009.171200   -216.736907
+PG06  14410.245908 -20095.284895   9493.050589    -73.464221
+PG07 -21719.395235  -6806.841730  13894.515538     26.246285
+PG08 -26241.010583  -2282.740723   5353.818431      9.098556
+PG09   3435.896062  14589.656104 -22478.839395    104.924478
+PG10 -17768.568761   -326.956958  19629.390569    -12.819889
+PG11  -2063.461766 -17152.520413 -20475.172484   -184.963125
+PG12  10895.899963  23148.117967  -7451.479918     21.672196
+PG13  -8484.523794 -13682.378864  20971.791615    252.044716
+PG14  17241.144957  -6800.526261 -18793.605675    171.674517
+PG15  -2833.198716  24785.422624  -8849.266521   -106.753751
+PG16   3952.467126 -17306.375193  19669.862418   -197.123759
+PG17 -17389.791436   7278.902810 -18469.349161    175.581283
+PG18  19871.042492  15163.946313  -9167.755495    156.783600
+PG19   7134.929756 -24431.799396  -6922.082463   -182.680331
+PG20 -12743.023112 -22516.487509  -6295.746309     52.815896
+PG21  24010.460349   5349.073367  11188.570450   -170.735339
+PG22  18815.747251   2183.360427 -18480.621126    144.618901
+PG23  -3161.292658 -20850.823021  15940.751092    276.852195
+PG24  -5663.472568 -14853.466062 -21266.796461    423.002016
+PG25  18003.157982  19295.039619   3099.944773     18.227889
+PG26 -12276.350538  23275.708845    604.072068   -153.581358
+PG27  -3140.082617  14870.161809 -21084.929614    304.178253
+PG28 -18896.403199  -6909.106039 -16944.528260     66.667822
+PG29   9560.796277  13735.130057  20701.937887    238.903758
+PG30  20899.721878  14424.834870   7456.074700     86.703334
+PG31  24429.073979  -7946.129138   7374.678819    139.803757
+PG32  -4807.692845 -23291.179097 -11993.325900   -326.863389
+PR01  14365.468456  19054.534814  -8985.362555   -181.037903
+PR02  13280.108465   3287.933089 -21515.212753   -253.937182
+PR03  16998.861763  -7086.271041  17581.723472     59.396657
+PR04 -15861.247654  18985.931937  -6179.630215 999999.999999
+PR05 -14366.395352 -19108.335775   8896.563040   -169.853828
+PR06 -13428.977839  -4059.463699  21287.732256    -67.097101
+PR07  -3075.748084  14982.759263  20417.101380   -205.424656
+PR08   6917.018916  22993.870145   8621.123483    -35.257146
+PR09 -25304.327698   -426.701241  -2833.879173    -41.359428
+PR10 -17118.073368   7074.471082 -17606.154799    -88.693606
+PR11   1660.033710  10668.776923 -23118.469041    -74.662662
+PR12  19368.835554   8074.647506 -14401.977337   -151.553776
+PR13  25375.312632    167.337637   2461.281931   -319.029644
+PR15  -4073.129314 -10496.075210  22881.777793     66.742484
+PR16 -19714.909203  -7964.770573  14134.890492    -31.977491
+PR17  15319.137995 -20117.603831   3025.271699   -258.283207
+PR18   5587.902879 -20481.510626 -14035.632456    -34.950680
+PR19  -6868.566493  -8986.756083 -22867.163687   -175.023771
+PR20 -15861.236241   8395.104327 -18153.433440    -79.470149
+PR21 -15191.448914  20147.180188  -3377.983607    -74.533556
+PR22  -5908.421138  20782.741936  13681.282206     18.248014
+PR23   7024.717835   8902.289458  22838.104302   -317.515503
+PR24  15581.051105  -7833.505174  18591.344143    -47.523855
+*  2011  9 11 13 45  0.00000000
+PG01  -5479.408963 -14336.382418 -21685.428005     -2.115998
+PG02 -17046.113154  14336.973872  14156.451459    355.551554
+PG03  10597.112066 -22657.674209   8022.465473    766.864376
+PG04 -26083.710154   5838.289234    786.215979    228.153882
+PG05  -6664.059636  14906.693415  20916.958596   -216.741716
+PG06  14327.171156 -18843.366389  11933.343562    -73.455933
+PG07 -20064.264737  -7210.551602  15998.910843     26.247923
+PG08 -25499.950429  -2442.169335   8111.612539      9.098556
+PG09   1033.588409  15032.519281 -22426.508304    104.926626
+PG10 -19040.009353  -2134.957474  18328.671822    -12.821014
+PG11     57.200788 -17982.068535 -19815.050227   -184.966194
+PG12  10132.530125  22479.360565 -10088.634913     21.674344
+PG13  -7408.905516 -15784.291852  19874.135801    252.043079
+PG14  16416.726452  -4693.694346 -20130.047581    171.676154
+PG15  -3389.793071  25508.793174  -6187.236765   -106.752318
+PG16   5434.614531 -15523.546558  20799.190309   -197.125703
+PG17 -16667.254278   5170.680769 -19808.732382    175.579850
+PG18  20228.461821  16078.522931  -6590.247438    156.785237
+PG19   7659.388437 -24888.087934  -4143.190585   -182.684014
+PG20 -11943.536995 -22084.295935  -8905.520789     52.816306
+PG21  22727.265232   5782.488729  13454.487563   -170.737590
+PG22  19955.686103   3916.861319 -16960.974073    144.618492
+PG23  -2352.972019 -22375.376495  13842.933798    276.849432
+PG24  -3219.867323 -15144.490086 -21541.326688    423.004881
+PG25  17944.548027  19599.084032    245.781525     18.229526
+PG26 -12342.680041  22909.126021   3520.996816   -153.592716
+PG27  -5604.571355  15310.197405 -20234.837960    304.181732
+PG28 -19927.026920  -8517.291264 -15001.494678     66.670584
+PG29   8587.804896  15812.398647  19617.832296    238.906623
+PG30  21242.322931  15132.117479   4725.502166     86.698832
+PG31  25104.299486  -7875.529260   4600.650205    139.808668
+PG32  -3778.721139 -22146.292463 -14229.143412   -326.869425
+PR01  14920.773455  19803.475087  -5951.182865   -181.037869
+PR02  14557.947393   5524.487524 -20189.683352   -253.939473
+PR03  19039.693018  -7199.355878  15290.756370     59.398917
+PR04 -15242.367942  18249.248734  -9212.084141 999999.999999
+PR05 -14916.642992 -19845.521221   5859.206344   -169.853964
+PR06 -14696.582196  -6263.303981  19866.360404    -67.097009
+PR07  -4432.118541  12773.276868  21630.841326   -205.424193
+PR08   6422.795202  21851.633557  11497.670319    -35.256655
+PR09 -25458.396160   -269.248643    389.406328    -41.359171
+PR10 -19147.824239   7197.363370 -15322.339473    -88.692872
+PR11  -1196.729904  10610.690714 -23167.968644    -74.662336
+PR12  17448.403953   7888.524186 -16783.990955   -151.552863
+PR13  25485.814988    -20.884989   -770.793289   -319.031071
+PR15  -1223.489582 -10430.716655  23246.253905     66.743718
+PR16 -17824.616234  -7767.251883  16535.159851    -31.976930
+PR17  14885.324140 -19717.582275   6184.598433   -258.281725
+PR18   6303.093228 -21888.869977 -11346.436190    -34.950898
+PR19  -5427.555616 -11364.124479 -22186.701314   -175.024705
+PR20 -14535.857297   6450.913677 -19962.386689    -79.470263
+PR21 -14744.675326  19703.350526  -6526.395729    -74.534770
+PR22  -6575.629336  22151.930870  10971.618756     18.249169
+PR23   5607.808820  11294.004472  22162.487612   -317.518515
+PR24  14259.257732  -5821.264549  20309.198880    -47.525109
+*  2011  9 11 14  0  0.00000000
+PG01  -3068.738735 -14934.424490 -21757.187190     -2.117533
+PG02 -18572.188596  14434.958736  11906.362889    355.552882
+PG03  10749.009588 -21485.265704  10544.147248    766.868703
+PG04 -26106.239506   5543.759568  -2003.421380    228.163909
+PG05  -8376.153976  13179.443328  21463.832963   -216.746237
+PG06  14238.886808 -17334.671616  14167.096464    -73.447358
+PG07 -18215.613594  -7752.644099  17830.916218     26.249327
+PG08 -24470.806196  -2687.791332  10734.551160      9.098556
+PG09  -1314.377043  15606.212075 -22007.545608    104.928775
+PG10 -20288.586408  -3749.577188  16710.906268    -12.821983
+PG11   2065.068611 -18857.311843 -18821.456444   -184.969264
+PG12   9140.548617  21638.847815 -12553.732422     21.676533
+PG13  -6506.931564 -17808.396448  18429.784520    252.041500
+PG14  15662.653258  -2420.932964 -21113.629601    171.676278
+PG15  -3824.554323  25962.801774  -3417.585311   -106.750886
+PG16   7080.184983 -13744.289350  21568.863718   -197.127927
+PG17 -16011.573767   2903.395746 -20801.007325    175.578418
+PG18  20432.829083  16751.617454  -3900.632950    156.787224
+PG19   8039.783725 -25072.581563  -1291.424738   -182.688236
+PG20 -10923.947933 -21489.500994 -11363.396601     52.817166
+PG21  21234.924155   6328.730496  15500.860095   -170.738902
+PG22  21049.416446   5452.331557 -15146.824831    144.618083
+PG23  -1700.855020 -23700.301560  11502.994238    276.845414
+PG24   -780.885457 -15559.719636 -21443.869188    423.007746
+PG25  17679.131728  19671.525949  -2612.608061     18.230639
+PG26 -12310.416447  22234.894939   6375.160885   -153.604073
+PG27  -7925.753785  15849.029764 -19013.034480    304.185211
+PG28 -20887.372181  -9881.138271 -12794.247774     66.673347
+PG29   7772.264081  17804.653208  18198.428160    238.909852
+PG30  21385.883584  15610.192893   1913.057837     86.694490
+PG31  25473.436584  -7774.010089   1748.773015    139.813579
+PG32  -2541.744388 -20865.446565 -16220.965901   -326.875132
+PR01  15324.295410  20188.985056  -2801.272031   -181.037835
+PR02  15892.131299   7505.559034 -18471.513721   -253.941765
+PR03  20766.060980  -7450.175287  12701.058632     59.401177
+PR04 -14513.137258  17147.146115 -12065.402644 999999.999999
+PR05 -15313.963956 -20219.784360   2708.027557   -169.854100
+PR06 -16013.381031  -8202.212601  18058.467952    -67.096918
+PR07  -6011.836114  10563.352253  22424.528638   -205.423730
+PR08   5664.881021  20460.944124  14151.014124    -35.256164
+PR09 -25203.585322   -114.304261   3605.082371    -41.358915
+PR10 -20864.496991   7458.284522 -12742.636939    -88.692138
+PR11  -4028.990081  10765.887694 -22767.672438    -74.662010
+PR12  15247.322743   7852.992016 -18838.294864   -151.551950
+PR13  25185.675825   -196.329065  -3987.878169   -319.032497
+PR15   1638.983846 -10582.842318  23159.323953     66.744951
+PR16 -15648.872070  -7719.590954  18614.837696    -31.976369
+PR17  14301.358902 -18950.126651   9223.209107   -258.280243
+PR18   6753.894555 -23038.253940  -8435.266903    -34.951116
+PR19  -4217.046712 -13743.766478 -21075.556758   -175.025638
+PR20 -13264.007225   4238.547250 -21384.294635    -79.470377
+PR21 -14155.485923  18890.767904  -9547.309141    -74.535984
+PR22  -6981.510055  23259.676975   8050.598323     18.250325
+PR23   4420.234804  13685.622307  21055.992078   -317.521526
+PR24  13002.343794  -3551.129317  21631.725926    -47.526362
+*  2011  9 11 14 15  0.00000000
+PG01   -705.006197 -15653.432836 -21454.886895     -2.119068
+PG02 -19838.628388  14524.272128   9446.784769    355.554621
+PG03  10926.836093 -20042.898391  12877.545957    766.873205
+PG04 -25845.665711   5164.045440  -4759.372487    228.173937
+PG05 -10202.698895  11513.978704  21640.689376   -216.751046
+PG06  14179.487637 -15591.187163  16156.276979    -73.439070
+PG07 -16215.782914  -8448.681572  19358.920320     26.250964
+PG08 -23179.177363  -3052.690753  13178.761123      9.098556
+PG09  -3563.579162  16293.547476 -21228.518091    104.930924
+PG10 -21473.056852  -5155.776875  14805.238582    -12.823109
+PG11   3930.706615 -19749.243958 -17509.858759   -184.972333
+PG12   7912.622547  20667.561933 -14804.565899     21.678682
+PG13  -5777.030781 -19705.395604  16664.002677    252.039863
+PG14  15008.140987    -23.536574 -21727.284982    171.677915
+PG15  -4168.490855  26127.417208   -588.474209   -106.749453
+PG16   8864.729665 -12012.203296  21966.472288   -197.129871
+PG17 -15450.014017    517.712348 -21429.235437    175.576985
+PG18  20452.373722  17198.172744  -1144.954852    156.788861
+PG19   8307.973987 -24965.684030   1583.069379   -182.691919
+PG20  -9678.601226 -20769.469838 -13627.691285     52.817575
+PG21  19567.661786   7006.521359  17294.435001   -170.741153
+PG22  22056.619060   6778.603356 -13070.212089    144.617674
+PG23  -1184.788043 -24788.066655   8961.462345    276.842651
+PG24   1606.149648 -16089.357512 -20975.164180    423.010611
+PG25  17181.832070  19540.375440  -5426.118250     18.232276
+PG26 -12219.263863  21249.213737   9115.006653   -153.615430
+PG27 -10059.937312  16457.504981 -17442.134174    304.188689
+PG28 -21734.488229 -10995.616053 -10363.058304     66.676109
+PG29   7110.404921  19665.883649  16467.945325    238.912717
+PG30  21301.599360  15882.112227   -932.403580     86.689988
+PG31  25537.521054  -7602.405178  -1132.747038    139.818490
+PG32  -1097.364000 -19490.719626 -17933.323067   -326.881169
+PR01  15523.327750  20228.671565    403.109786   -181.037800
+PR02  17226.610322   9197.367897 -16394.110242   -253.944056
+PR03  22136.553645  -7790.804107   9863.154799     59.403438
+PR04 -13732.264639  15685.712601 -14684.113289 999999.999999
+PR05 -15505.809516 -20249.011279   -495.758035   -169.854236
+PR06 -17322.373930  -9844.001631  15899.147948    -67.096827
+PR07  -7787.007379   8413.928648  22782.655041   -205.423266
+PR08   4625.849127  18878.724525  16529.691007    -35.255672
+PR09 -24547.630158    -17.469080   6750.324952    -41.358658
+PR10 -22227.357543   7809.511776  -9916.913602    -88.691404
+PR11  -6766.467006  11124.046532 -21925.072759    -74.661685
+PR12  12821.648139   8002.039882 -20525.350628   -151.551037
+PR13  24484.969825   -303.018044  -7127.420620   -319.033924
+PR15   4442.725823 -10947.298597  22623.036823     66.746185
+PR16 -13242.211954  -7856.293240  20333.237400    -31.975808
+PR17  13624.788285 -17811.077142  12081.840798   -258.278761
+PR18   6970.615242 -23879.245813  -5359.044256    -34.951334
+PR19  -3251.235843 -16058.426797 -19555.286250   -175.026572
+PR20 -12097.160721   1801.820302 -22391.403013    -79.470491
+PR21 -13481.616565  17707.063649 -12381.786423    -74.537199
+PR22  -7157.612002  24057.331788   4974.570448     18.251481
+PR23   3475.566918  16009.834885  19540.125709   -317.524537
+PR24  11860.224612  -1069.379144  22533.128336    -47.527615
+*  2011  9 11 14 30  0.00000000
+PG01   1566.579804 -16474.986697 -20783.728827     -2.120602
+PG02 -20831.158953  14567.937757   6820.527798    355.556361
+PG03  11161.507296 -18354.516904  14980.318427    766.877707
+PG04 -25319.441541   4668.034046  -7435.442200    228.183964
+PG05 -12109.793908   9944.880567  21444.821911   -216.755855
+PG06  14179.337846 -13642.051651  17867.276332    -73.430782
+PG07 -14110.620978  -9306.411636  20556.360768     26.252601
+PG08 -21657.750716  -3564.602472  15403.098379      9.098556
+PG09  -5673.413947  17070.136668 -20101.608016    104.933072
+PG10 -22551.745429  -6346.874767  12645.525273    -12.824234
+PG11   5630.264550 -20624.913385 -15901.150824   -184.975403
+PG12   6449.967940  19608.533715 -16802.488198     21.680830
+PG13  -5209.071604 -21428.528577  14607.715903    252.038226
+PG14  14475.400324   2452.208751 -21960.558009    171.679552
+PG15  -4455.909227  25990.783928   2250.876212   -106.748021
+PG16  10756.705194 -10366.455981  21986.083723   -197.131815
+PG17 -15002.997509  -1941.103394 -21682.990172    175.575553
+PG18  20259.980173  17439.864318   1630.054051    156.790498
+PG19   8499.382020 -24556.279020   4429.689416   -182.695603
+PG20  -8209.670310 -19963.306061 -15660.081792     52.817984
+PG21  17763.534074   7828.161704  18805.869778   -170.743404
+PG22  22937.287166   7892.632840 -10767.608529    144.617264
+PG23   -778.340399 -25607.397555   6262.619482    276.839889
+PG24   3896.167444 -16716.024328 -20142.433511    423.013476
+PG25  16434.591087  19239.094557  -8146.444230     18.233914
+PG26 -12109.735142  19958.247436  11690.489311   -153.626788
+PG27 -11970.537983  17100.576147 -15551.507821    304.192168
+PG28 -22427.145893 -11864.838502  -7751.648266     66.678872
+PG29   6590.604356  21352.722582  14455.895431    238.915582
+PG30  20967.067786  15977.032487  -3761.902360     86.685486
+PG31  25306.378597  -7323.128732  -3994.986922    139.823402
+PG32    545.332836 -18064.977397 -19335.251124   -326.887206
+PR01  15471.364337  19951.920155   3599.655808   -181.037766
+PR02  18501.684615  10578.132701 -13997.874153   -253.946347
+PR03  23121.921903  -8167.317637   6832.473067     59.405698
+PR04 -12957.585175  13884.151552 -17017.318229 999999.999999
+PR05 -15445.869250 -19962.817136  -3689.913391   -169.854371
+PR06 -18563.250524 -11168.695192  13430.360999    -67.096736
+PR07  -9719.098016   6380.684160  22698.163529   -205.422803
+PR08   3300.290161  17166.282961  18587.580864    -35.255181
+PR09 -23511.576662    -31.567337   9763.668170    -41.358401
+PR10 -23207.616977   8197.381214  -6899.743425    -88.690670
+PR11  -9342.398724  11662.756510 -20656.266988    -74.661359
+PR12  10234.498635   8359.028633 -21812.918585   -151.550124
+PR13  23407.001047   -288.213934 -10128.421466   -319.035350
+PR15   7118.641192 -11506.477020  21648.136952     66.747419
+PR16 -10666.598690  -8201.413193  21656.601198    -31.975247
+PR17  12914.259951 -16309.596734  14704.795909   -258.277279
+PR18   6993.170519 -24370.822873  -2177.955581    -34.951553
+PR19  -2531.770929 -18240.783974 -17655.383005   -175.027505
+PR20 -11078.822965   -805.778054 -22963.968178    -79.470605
+PR21 -12781.549196  16163.189178 -14974.606425    -74.538413
+PR22  -7144.689313  24505.586739   1802.794742     18.252637
+PR23   2774.850672  18199.398526  17644.360443   -317.527548
+PR24  10874.395886   1568.471404  22995.818266    -47.528868
+*  2011  9 11 14 45  0.00000000
+PG01   3704.882130 -17373.660145 -19755.247737     -2.122137
+PG02 -21544.113880  14528.383134   4073.646612    355.558100
+PG03  11479.639504 -16451.595691  16814.201412    766.882209
+PG04 -24551.953285   4028.752079  -9986.922126    228.193991
+PG05 -14058.411607   8500.639701  20879.946893   -216.760664
+PG06  14263.797227 -11522.558609  19271.443275    -73.422495
+PG07 -11947.871998 -10325.298314  21402.197887     26.254238
+PG08 -19945.182279  -4244.688219  17369.793841      9.098556
+PG09  -7608.395325  17905.240860 -18644.480743    104.935221
+PG10 -23484.135973  -7324.532759  10269.682661    -12.825360
+PG11   7146.225680 -21448.632049 -14021.406225   -184.978472
+PG12   4762.515135  18505.173874 -18513.070203     21.682979
+PG13  -4784.936227 -22935.290388  12296.941300    252.036589
+PG14  14078.784313   4956.656578 -21809.775656    171.681189
+PG15  -4722.861133  25549.711524   5051.072431   -106.746588
+PG16  12718.565083  -8840.413035  21628.282969   -197.133759
+PG17 -14683.327395  -4424.774125 -21558.508083    175.574120
+PG18  19834.281398  17504.069971   4377.725134    156.792135
+PG19   8651.382701 -23842.245049   7198.328323   -182.699286
+PG20  -6527.251955 -19110.309916 -17426.220144     52.818394
+PG21  15863.161356   8798.929975  20010.138893   -170.745655
+PG22  23653.286198   8799.374877  -8279.243162    144.616855
+PG23   -450.038078 -26134.491092   3453.698965    276.837126
+PG24   6047.916492 -17415.386030 -18959.315970    423.016341
+PG25  15427.221617  18805.182482 -10726.906175     18.235551
+PG26 -12021.322734  18378.134474  14054.143083   -153.638145
+PG27 -13629.377219  17738.847040 -13376.601635    304.195647
+PG28 -22927.468204 -12501.581001  -5006.314528     66.681635
+PG29   6193.985602  22825.986954  12196.592821    238.918447
+PG30  20367.206333  15928.871199  -6527.178452     86.680984
+PG31  24798.237795  -6901.800906  -6789.103190    139.828313
+PG32   2368.843642 -16630.250289 -20400.924864   -326.893242
+PR01  15130.258603  19398.489139   6726.229680   -181.037732
+PR02  19656.532301  11638.717078 -11329.413904   -253.948638
+PR03  23706.166359  -8522.287722   3668.244425     59.407958
+PR04 -12243.494776  11774.201605 -19019.685095 999999.999999
+PR05 -15096.221653 -19401.135960  -6812.390914   -169.854507
+PR06 -19674.954966 -12169.107577  10700.119745    -67.096644
+PR07 -11760.347339   4511.882974  22172.592793   -205.422340
+PR08   1695.301700  15386.771349  20284.796229    -35.254690
+PR09 -22128.930907   -204.145276  12586.228763    -41.358145
+PR10 -23789.474171   8564.731222  -3749.371404    -88.689936
+PR11 -11696.084918  12348.482625 -18985.666765    -74.661033
+PR12   7553.591421   8935.583150 -22676.641060   -151.549211
+PR13  21987.347932   -104.891367 -12932.622064   -319.036776
+PR15   9602.724907 -12231.082747  20253.831154     66.748653
+PR16  -7989.050844  -8767.360381  22558.783723    -31.974686
+PR17  12226.883282 -14467.985645  17041.037965   -258.275798
+PR18   6869.123843 -24483.126971   1045.748475    -34.951771
+PR19  -2047.893279 -20226.108485 -15412.708491   -175.028438
+PR20 -10242.729467  -3523.049653 -23090.653422    -79.470719
+PR21 -12111.877523  14283.150579 -17275.350106    -74.539627
+PR22  -6990.748239  24576.127045  -1403.674050     18.253792
+PR23   2306.772772  20189.791515  15405.558865   -317.530560
+PR24  10076.222158   4299.739813  23010.763663    -47.530121
+*  2011  9 11 15  0  0.00000000
+PG01   5674.222029 -18317.975996 -18387.114494     -2.123672
+PG02 -21980.554691  14369.103085   1254.588181    355.559840
+PG03  11902.279088 -14372.040174  18345.820459    766.886711
+PG04 -23573.571754   3224.549036 -12371.271161    228.204018
+PG05 -16005.765385   7202.706451  19956.115398   -216.765473
+PG06  14452.162970  -9272.938486  20345.521377    -73.414207
+PG07  -9775.493764 -11496.374666  21881.304786     26.255875
+PG08 -18084.766203  -5106.545091  19045.066888      9.098556
+PG09  -9339.286908  18762.860708 -16880.090352    104.937370
+PG10 -24232.410604  -8098.424811   7718.986895    -12.826485
+PG11   8467.927039 -22183.319030 -11901.540561   -184.981542
+PG12   2868.744383  17399.597463 -19906.695710     21.685128
+PG13  -4479.418367 -24188.990338   9772.123923    252.034952
+PG14  13824.266870   7438.562334 -21278.086121    171.682826
+PG15  -5005.523554  24809.833991   7763.435656   -106.745156
+PG16  14708.081730  -7460.513065  20900.099177   -197.135703
+PG17 -14495.731601  -6883.713362 -21058.710374    175.572688
+PG18  19160.536431  17422.653111   7052.181796    156.793772
+PG19   8801.615512 -22830.617048   9840.316639   -182.702970
+PG20  -4649.165723 -18248.449302 -18896.281705     52.818803
+PG21  13908.380243   9916.728434  20886.899012   -170.747906
+PG22  24169.842727   9511.348752  -5648.368296    144.616446
+PG23   -164.811170 -26353.945631    584.017756    276.834364
+PG24   8025.391984 -18157.075206 -17445.682366    423.019206
+PG25  14157.963017  18278.617520 -13123.243720     18.237188
+PG26 -11990.689493  16534.572131  16162.125554   -153.649502
+PG27 -15017.599877  18330.310265 -10958.109773    304.199126
+PG28 -23202.406972 -12926.472644  -2175.047160     66.684397
+PG29   5895.303239  24052.072697   9728.585520    238.921312
+PG30  19494.886416  15774.808028  -9181.493499     86.676482
+PG31  24039.034456  -6308.769316  -9467.144036    139.833224
+PG32   4347.656968 -15226.131237 -21110.217226   -326.899279
+PR01  14472.041843  18616.683878   9722.077774   -181.037698
+PR02  20631.804525  12382.747219  -8440.635389   -253.950929
+PR03  23887.076648  -8797.439754    432.322680     59.410219
+PR04 -11638.547749   9399.040242 -20652.327665 999999.999999
+PR05 -14429.144173 -18612.393075  -9802.539770   -169.854643
+PR06 -20598.303341 -12850.885793   7761.552108    -67.096553
+PR07 -13855.585247   2846.549703  21216.055358   -205.421877
+PR08   -169.548623  13602.587678  21588.449523    -35.254198
+PR09 -20444.296938   -575.197136  15162.878342    -41.357888
+PR10 -23970.637484   8853.500988   -526.608726    -88.689202
+PR11 -13775.185753  13138.019774 -16945.543283    -74.660708
+PR12   4848.611689   9730.999741 -23100.463348   -151.548298
+PR13  20272.413196    286.034799 -15485.634322   -319.038203
+PR15  11838.465265 -13081.407344  18467.395942     66.749886
+PR16  -5279.061926  -9554.206437  23021.792529    -31.974125
+PR17  11615.674512 -12320.951414  19045.189701   -258.274316
+PR18   6651.404832 -24198.777652   4249.000907    -34.951989
+PR19  -1777.109721 -21954.829482 -12870.780920   -175.029372
+PR20  -9611.471275  -6283.380634 -22768.765022    -79.470833
+PR21 -11524.774403  12103.202100 -19239.383972    -74.540842
+PR22  -6748.801172  24252.851924  -4583.131389     18.254948
+PR23   2048.358479  21921.773778  12867.256372   -317.533571
+PR24   9485.671409   7056.948176  22577.666560    -47.531375
+*  2011  9 11 15 15  0.00000000
+PG01   7445.554354 -19271.606420 -16702.834611     -2.125207
+PG02 -22152.042771  14056.300794  -1586.724634    355.561579
+PG03  12443.871225 -12158.816905  19547.396033    766.891213
+PG04 -22419.503353   2240.081456 -14548.757469    228.214045
+PG05 -17906.827460   6064.824374  18689.518087   -216.770282
+PG06  14756.864891  -6936.968967  21071.986143    -73.405919
+PG07  -7639.966463 -12802.426161  21984.765400     26.257512
+PG08 -16122.933653  -6155.485003  20399.698702      9.098556
+PG09 -10844.026381  19603.031589 -14836.420329    104.939518
+PG10 -24762.880033  -8685.607879   5037.340725    -12.827611
+PG11   9591.826756 -22791.932673  -9576.879888   -184.984611
+PG12    795.195175  16331.004730 -20959.082290     21.687276
+PG13  -4261.406438 -25160.087558   7077.393452    252.033315
+PG14  13709.271704   9846.904581 -20375.365468    171.684463
+PG15  -5338.578294  23785.432524  10340.874467   -106.743723
+PG16  16679.845997  -6245.426321  19814.825938   -197.137647
+PG17 -14436.743898  -9268.770730 -20193.097786    175.571255
+PG18  18231.265213  17230.607209   9609.033727    156.795409
+PG19   8986.293859 -21537.387807  12309.332928   -182.706653
+PG20  -2600.465821 -17412.898006 -20045.439511     52.819212
+PG21  11940.855957  11171.987519  21420.810896   -170.750157
+PG22  24456.905254  10047.916312  -2920.486404    144.616036
+PG23    114.404986 -26259.367249  -2295.941760    276.831601
+PG24   9799.066161 -18905.872982 -15627.329818    423.022071
+PG25  12633.719340  17700.216399 -15294.367687     18.238825
+PG26 -12049.965377  14461.987708  17975.204678   -153.660860
+PG27 -16126.176405  18832.193691  -8341.031841    304.202605
+PG28 -23225.012833 -13166.908597    693.337836     66.687160
+PG29   5664.079397  25004.149781   7094.014559    238.924177
+PG30  18351.266145  15553.694657 -11680.378870     86.671980
+PG31  23061.429082  -5520.467427 -11982.864572    139.838136
+PG32   6448.987905 -13888.259365 -21449.169042   -326.905316
+PR01  13480.323231  17661.189436  12529.012533   -181.037664
+PR02  21372.177943  12826.196505  -5387.727939   -253.953220
+PR03  23676.200433  -8936.354970  -2812.049241     59.412479
+PR04 -11183.318828   6811.715883 -21883.559355 999999.999999
+PR05 -13428.505516 -17651.337890 -12602.285454   -169.854779
+PR06 -21278.542923 -13232.015418   4671.861709    -67.096462
+PR07 -15944.377074   1413.042699  19847.049188   -205.421414
+PR08  -2262.785233  11872.830767  22473.284568    -35.253707
+PR09 -18511.561929  -1175.217526  17443.338183    -41.357631
+PR10 -23762.304530   9007.376371   2706.320818    -88.688467
+PR11 -15537.679434  13980.376316 -14575.415709    -74.660382
+PR12   2188.525376  10732.189398 -23076.888633   -151.547385
+PR13  18317.540656    913.822746 -17737.991189   -319.039629
+PR15  13778.933160 -14009.050917  16323.634226     66.751120
+PR16  -2605.916747 -10549.525808  23036.172826    -31.973564
+PR17  11127.196335  -9914.366256  20678.413583   -258.272834
+PR18   6395.804042 -23513.670930   7369.180485    -34.952207
+PR19  -1686.366353 -23374.903490 -10078.934150   -175.030305
+PR20  -9195.603925  -9017.269944 -22004.322346    -79.470947
+PR21 -11065.669353   9670.534021 -20828.721783    -74.542056
+PR22  -6474.420540  23532.611824  -7674.379280     18.256104
+PR23   1966.169093  23343.741747  10078.812617   -317.536582
+PR24   9110.549009   9770.402735  21704.969385    -47.532628
+*  2011  9 11 15 30  0.00000000
+PG01   8997.386887 -20194.774170 -14731.347134     -2.126741
+PG02 -22078.069074  13560.434519  -4399.852554    355.563318
+PG03  13111.517227  -9858.371842  20397.324515    766.895715
+PG04 -21128.482663   1067.064709 -16483.056502    228.224073
+PG05 -19715.938694   5092.671252  17102.187181   -216.775091
+PG06  15182.941245  -4560.468001  21439.280611    -73.397631
+PG07  -5584.656300 -14218.501711  21710.072985     26.259149
+PG08 -14107.631447  -7388.115759  21409.556629      9.098556
+PG09 -12108.408982  20383.286205 -12546.155906    104.941667
+PG10 -25047.254135  -9109.625839   2270.520662    -12.828736
+PG11  10521.502285 -23238.938620  -7086.635750   -184.987681
+PG12  -1424.334955  15334.180225 -21651.718555     21.689425
+PG13  -4095.302276 -25827.251133   4259.757168    252.031677
+PG14  13722.855839  12132.691674 -19117.996871    171.686101
+PG15  -5753.656938  22498.929518  12738.724570   -106.742291
+PG16  18586.885841  -5205.524533  18391.741775   -197.139591
+PG17 -14494.922822 -11532.950527 -18977.524585    175.569823
+PG18  17046.622902  16964.611543  12006.031922    156.797047
+PG19   9238.582952 -19986.958441  14562.261279   -182.710337
+PG20   -412.683714 -16634.694803 -20854.259130     52.819622
+PG21  10000.698552  12547.835278  21601.814639   -170.752408
+PG22  24490.325730  10434.304970   -142.552091    144.615627
+PG23    424.982308 -25853.624433  -5135.478987    276.828838
+PG24  11346.870217 -19623.106676 -13535.557636    423.024936
+PG25  10869.970668  17109.974274 -17203.056782     18.240462
+PG26 -12225.233639  12202.324661  19459.653007   -153.672217
+PG27 -16955.975112  19202.825738  -5573.651210    304.206083
+PG28 -22975.457470 -13255.735451   3550.035157     66.689922
+PG29   5465.948036  25663.112200   4337.911091    238.927041
+PG30  16945.816376  15304.434940 -13982.321072     86.667478
+PG31  21903.570450  -4520.555023 -14292.532094    139.843047
+PG32   8633.821960 -12646.953523 -21410.352346   -326.911353
+PR01  12151.211955  16590.654061  15092.543407   -181.037629
+PR02  21828.756632  12996.456108  -2230.066210   -253.955512
+PR03  23098.244280  -8887.100434  -6001.499958     59.414739
+PR04 -10908.619789   4073.173603 -22689.505248 999999.999999
+PR05 -12090.680697 -16576.628986 -15157.258359   -169.854915
+PR06 -21667.744301 -13341.811538   1491.206245    -67.096371
+PR07 -17963.407732    228.085530  18092.105712   -205.420950
+PR08  -4542.089422  10250.913205  22922.160891    -35.253216
+PR09 -16391.706676  -2023.664906  19383.173404    -41.357375
+PR10 -23188.600945   8974.373372   5886.962599    -88.687733
+PR11 -16953.395765  14819.008630 -11921.293163    -74.660056
+PR12   -361.053687  11914.154773 -22607.066492   -151.546472
+PR13  16184.778846   1796.437422 -19646.097638   -319.041056
+PR15  15388.473560 -14959.020514  13864.192710     66.752354
+PR16    -36.016432 -11728.780852  22601.226415    -31.973003
+PR17  10799.492319  -7303.565041  21909.157914   -258.271352
+PR18   6158.354474 -22437.229651  10345.361267    -34.952425
+PR19  -1733.673920 -24443.886317  -7091.362871   -175.031239
+PR20  -8993.278505 -11654.989361 -20811.959327    -79.471061
+PR21 -10771.234679   7041.511814 -22012.748398    -74.543270
+PR22  -6223.192915  22425.432485 -10617.874022     18.257260
+PR23   2017.947995  24413.779900   7094.448759   -317.539593
+PR24   8946.262991  12370.872979  20409.689161    -47.533881
+*  2011  9 11 15 45  0.00000000
+PG01  10316.409176 -21045.800583 -12506.530446     -2.128276
+PG02 -21785.164153  12857.601416  -7134.818388    355.565058
+PG03  13904.555914  -7518.906889  20880.616160    766.900217
+PG04 -19741.352555   -295.233238 -18141.800196    228.234100
+PG05 -21388.448686   4283.818978  15221.601915   -216.779900
+PG06  15727.811182  -2189.726917  21441.949959    -73.389344
+PG07  -3648.296439 -15712.736875  21061.222725     26.260786
+PG08 -12086.635620  -8792.245328  22056.059859      9.098556
+PG09 -13126.502499  21060.239587 -10046.284471    104.943816
+PG10 -25063.709356  -9399.385422   -534.583181    -12.829862
+PG11  11267.373180 -23491.757426  -4473.289555   -184.990751
+PG12  -3749.874631  14438.168122 -21972.209161     21.691574
+PG13  -3942.616251 -26178.104189   1368.246466    252.030040
+PG14  13846.236897  14250.681819 -17528.529875    171.687738
+PG15  -6277.914280  20980.074882  14915.539091   -106.740859
+PG16  20382.342299  -4342.677135  16655.738899   -197.141535
+PG17 -14651.395377 -13633.036407 -17433.859975    175.568391
+PG18  15614.504680  16661.549689  14203.680209    156.798684
+PG19   9587.114521 -18211.262338  16559.976762   -182.714020
+PG20   1877.170820 -15939.572320 -21309.009503     52.820031
+PG21   8125.127311  14020.531335  21425.353543   -170.754659
+PG22  24252.818553  10700.417114   2637.836215    144.615218
+PG23    802.897833 -25148.739530  -7884.629180    276.826076
+PG24  12654.885730 -20268.208330 -11206.630357    423.027801
+PG25   8890.360643  16545.449346 -18816.588011     18.242099
+PG26 -12535.282559   9803.494430  20588.016071   -153.683574
+PG27 -17517.413663  19403.432332  -2706.471184    304.209562
+PG28 -22441.778497 -13229.767781   6347.043538     66.692685
+PG29   5264.156154  26018.246337   1507.441872    238.929906
+PG30  15296.045847  15064.395851 -16049.378435     86.662976
+PG31  20607.648684  -3300.792723 -16355.707130    139.847958
+PG32  10858.232184 -11526.055808 -20993.112139   -326.917389
+PR01  10493.722133  15465.126154  17362.933257   -181.037595
+PR02  21961.221647  12930.932194    970.950143   -253.957803
+PR03  22189.933461  -8604.672347  -9073.789986     59.417000
+PR04 -10834.145650   1249.956333 -23054.561353 999999.999999
+PR05 -10424.949399 -15448.273731 -17417.849275   -169.855051
+PR06 -21726.924327 -13219.438553  -1718.483505    -67.096279
+PR07 -19849.006233   -703.703292  15985.280339   -205.420487
+PR08  -6955.823570   8782.431278  22926.382117    -35.252724
+PR09 -14150.335541  -3127.902801  20944.665959    -41.357118
+PR10 -22285.500945   8709.251683   8953.819953    -88.686999
+PR11 -18005.060478  15594.312670  -9034.783966    -74.659731
+PR12  -2740.335474  13240.976728 -21700.717709   -151.545559
+PR13  13940.385628   2939.566317 -21173.064600   -319.042482
+PR15  16643.932174 -15872.116627  11136.753471     66.753588
+PR16   2369.675872 -13056.238732  21725.057933    -31.972442
+PR17  10660.403145  -4551.256421  22713.754951   -258.269870
+PR18   5992.714403 -20992.095586  13119.522409    -34.952643
+PR19  -1870.115741 -25130.621629  -3966.072203   -175.032172
+PR20  -8990.411456 -14129.265302 -19214.657740    -79.471175
+PR21 -10667.764572   4279.542016 -22768.793102    -74.544484
+PR22  -6048.177687  20954.215881 -13356.845955     18.258415
+PR23   2154.644666  25101.323165   3972.189406   -317.542605
+PR24   8976.129962  14792.258646  18717.082847    -47.535134
+*  2011  9 11 16  0  0.00000000
+PG01  11397.807333 -21782.740737 -10066.623077     -2.129811
+PG02 -21305.726202  11930.696794  -9743.079405    355.566797
+PG03  14814.488454  -5188.592074  20989.177533    766.904559
+PG04 -18299.581097  -1839.773237 -19497.072732    228.244127
+PG05 -22882.323825   3628.011621  13080.205179   -216.784421
+PG06  16381.348593    130.058205  21080.677122    -73.380768
+PG07  -1863.644389 -17247.461410  20048.693518     26.262365
+PG08 -10105.859228 -10347.120589  22326.575849      9.098556
+PG09 -13900.773253  21591.245835  -7377.620864    104.945964
+PG10 -24797.718018  -9587.849794  -3330.723692    -12.830987
+PG11  11846.152757 -23522.133447  -1781.892075   -184.993820
+PG12  -6136.607305  13665.175631 -21914.519982     21.693722
+PG13  -3763.672887 -26209.624609  -1546.965255    252.027996
+PG14  14053.639194  16160.949111 -15635.229650    171.689375
+PG15  -6932.787595  19264.858268  16833.814276   -106.740277
+PG16  22021.140239  -3650.376811  14636.869021   -197.143760
+PG17 -14880.699532 -15531.060080 -15589.547242    175.566958
+PG18  13950.380759  16357.041879  16165.799999    156.800728
+PG19  10054.699902 -16248.601082  18268.042321   -182.717573
+PG20   4227.814033 -15346.998340 -21401.886039     52.820440
+PG21   6347.227670  15560.157289  20892.540582   -170.757063
+PG22  23734.663117  10879.474684   5373.241041    144.614372
+PG23   1281.089508 -24165.421241 -10495.101873    276.823528
+PG24  13717.715256 -20800.371341  -8681.136758    423.040707
+PG25   6725.975548  16040.254168 -20107.290720     18.243212
+PG26 -12990.685960   7317.563932  21339.726355   -153.695699
+PG27 -17829.720022  19399.785693    208.855159    304.213041
+PG28 -21620.329275 -13128.196666   9037.906584     66.694338
+PG29   5021.164576  26067.591463  -1348.885271    238.932669
+PG30  13426.941464  14867.906189 -17847.725121     86.658634
+PG31  19218.290471  -1861.611429 -18135.985163    139.854383
+PG32  13074.920957 -10542.038055 -20203.673940   -326.923426
+PR01   8529.643023  14343.453210  19296.159863   -181.037561
+PR02  21739.637127  12675.230390   4153.095768   -253.960094
+PR03  20998.381318  -8053.146836 -11969.044725     59.419260
+PR04 -10967.607146  -1588.323192 -22971.692720 999999.999999
+PR05  -8453.359972 -14325.030550 -19340.171369   -169.855186
+PR06 -21427.809140 -12912.022838  -4894.719968    -67.096188
+PR07 -21539.705312  -1389.763136  13567.494672   -205.420024
+PR08  -9444.952515   7503.379857  22485.862619    -35.252233
+PR09 -11855.031675  -4482.664304  22097.548957    -41.356862
+PR10 -21099.273558   8175.657388  11847.528515    -88.686265
+PR11 -18688.805491  16246.266825  -5972.089024    -74.659405
+PR12  -4897.565787  14667.265916 -20375.900835   -151.544646
+PR13  11652.178148   4336.158427 -22289.410818   -319.043908
+PR15  17535.369329 -16687.508205   8194.115154     66.754821
+PR16   4557.960683 -14486.384545  20424.444926    -31.971881
+PR17  10726.334726  -1725.135446  23076.860833   -258.268388
+PR18   5947.665407 -19213.277926  15637.692499    -34.952861
+PR19  -2042.152934 -25416.475417   -763.751949   -175.033105
+PR20  -9161.387066 -16377.871155 -17243.315911    -79.471289
+PR21 -10770.014046   1452.655348 -23082.543206    -74.545699
+PR22  -5997.474679  19153.928764 -15838.372053     18.259571
+PR23   2322.730054  25388.360594    772.730160   -317.545616
+PR24   9172.208011  16974.133428  16660.150455    -47.536387
+*  2011  9 11 16 15  0.00000000
+PG01  12245.253254 -22365.042613  -7453.569172     -2.131346
+PG02 -20676.618068  10770.297362 -12178.468272    355.568537
+PG03  15825.248965  -2913.793555  20721.931972    766.909061
+PG04 -16843.766459  -3551.809931 -20525.848250    228.254154
+PG05 -24159.662607   3107.748943  10714.840262   -216.789230
+PG06  17126.251096   2356.299880  20362.222631    -73.372481
+PG07   -256.369208 -18780.551723  18689.315747     26.264002
+PG08  -8207.716130 -12024.000411  22214.736276      9.098556
+PG09 -14441.910726  21936.070950  -4584.255334    104.948113
+PG10 -24242.613751  -9710.600259  -6071.040291    -12.832113
+PG11  12280.044337 -23307.367237    940.712741   -184.996890
+PG12  -8536.395988  13029.748291 -21479.117141     21.695871
+PG13  -3519.357480 -25928.189385  -4435.455385    252.026359
+PG14  14313.420999  17830.235613 -13471.528303    171.691012
+PG15  -7732.991032  17394.191668  18460.637289   -106.738845
+PG16  23461.592561  -3114.185380  12369.815496   -197.145704
+PG17 -15151.888112 -17195.559396 -13477.072566    175.565526
+PG18  12076.869555  16084.040797  17860.045644    156.802365
+PG19  10657.293505 -14142.242693  19657.303604   -182.721256
+PG20   6595.054592 -14869.464600 -21131.143076     52.820849
+PG21   4694.844047  17131.547622  20010.260094   -170.759314
+PG22  22934.126230  11006.552804   8017.174243    144.613963
+PG23   1887.939814 -22932.258367 -12921.181620    276.820765
+PG24  14538.514980 -21180.237203  -6003.256858    423.043572
+PG25   4414.341913  15622.711446 -21053.015416     18.244849
+PG26 -13593.258732   4798.763898  21701.540844   -153.707056
+PG27 -17919.850862  19163.636721   3120.568787    304.216520
+PG28 -20515.927187 -12990.951059  11578.395011     66.697100
+PG29   4700.286797  25817.977562  -4182.043393    238.935534
+PG30  11370.148906  14744.894835 -19348.120279     86.654132
+PG31  17780.856612   -212.348531 -19601.683392    139.859294
+PG32  15234.925896  -9703.414185 -19055.107804   -326.929463
+PR01   6292.879573  13280.752395  20854.764250   -181.037527
+PR02  21145.836395  12281.005574   7254.533850   -253.962385
+PR03  19579.039947  -7207.445588 -14630.933983     59.421520
+PR04 -11304.385605  -4371.635117 -22442.565241 999999.999999
+PR05  -6210.063803 -13261.883331 -20886.910123   -169.855322
+PR06 -20754.161889 -12472.439617  -7975.685431    -67.096097
+PR07 -22978.728942  -1849.029215  10885.742683   -205.419561
+PR08 -11945.283388   6438.785742  21609.129443    -35.251742
+PR09  -9572.650302  -6070.062540  22819.588135    -41.356605
+PR10 -19684.517804   7347.904565  14511.994585    -88.685531
+PR11 -19014.122879  16717.113178  -2792.899190    -74.659079
+PR12  -6790.892003  16140.016673 -18658.628220   -151.543733
+PR13   9386.838370   5966.505564 -22973.620383   -319.045335
+PR15  18066.234072 -17345.389189   5093.180946     66.756055
+PR16   6485.400245 -15965.773292  18724.531996    -31.971320
+PR17  11001.528596   1104.702055  22991.730568   -258.266906
+PR18   6064.833665 -17146.796440  17851.004725    -34.953079
+PR19  -2194.129003 -25296.064509   2453.402582   -175.034039
+PR20  -9470.264075 -18346.021830 -14936.159849    -79.471403
+PR21 -11080.544454  -1369.091378 -22948.292240    -74.546913
+PR22  -6112.001009  17070.309874 -18014.382688     18.260727
+PR23   2466.704369  25270.130086  -2441.746664   -317.548627
+PR24   9496.620504  18864.059263  14278.985845    -47.537640
+*  2011  9 11 16 30  0.00000000
+PG01  12870.569242 -22755.166081  -4712.299578     -2.132881
+PG02 -19937.594974   9375.229861 -14398.078437    355.570276
+PG03  16913.806211   -737.395950  20084.777893    766.913563
+PG04 -15412.181434  -5409.239619 -21210.365885    228.264181
+PG05 -25188.061378   2699.151184   8166.117613   -216.794039
+PG06  17938.687510   4450.423442  19299.272793    -73.364193
+PG07   1155.786196 -20266.978384  17006.023863     26.265639
+PG08  -6429.602906 -13787.050743  21720.661107      9.098556
+PG09 -14768.348059  22058.522582  -1712.923541    104.950262
+PG10 -23399.876843  -9804.319558  -8709.781270    -12.833238
+PG11  12595.709328 -22831.356750   3646.726971   -184.999959
+PG12 -10899.447538  12538.250907 -20672.995190     21.698020
+PG13  -3172.833390 -25349.264127  -7247.438109    252.024722
+PG14  14589.434534  19233.039227 -11075.391906    171.692649
+PG15  -8685.784415  15412.415655  19768.244890   -106.737412
+PG16  24666.879961  -2712.479680   9893.301352   -197.147648
+PG17 -15429.847163 -18602.580721 -11133.356476    175.564093
+PG18  10023.064801  15871.537605  19258.368129    156.804002
+PG19  11403.247076 -11938.841790  20704.371705   -182.724940
+PG20   8933.272936 -14512.049368 -20501.133612     52.821259
+PG21   3189.649751  18695.437037  18791.196299   -170.761565
+PG22  21857.591523  11117.059360  10524.857375    144.613553
+PG23   2645.951176 -21484.609891 -15120.570442    276.818003
+PG24  15128.686757 -21371.542175  -3219.951896    423.046437
+PG25   1998.180203  15314.725825 -21637.509933     18.246486
+PG26 -14335.913412   2301.413098  21667.788126   -153.718414
+PG27 -17821.129045  18673.876887   5977.794381    304.219999
+PG28 -19141.704280 -12857.071012  13927.126876     66.699863
+PG29   4267.302419  25284.737811  -6943.322425    238.938399
+PG30   9162.926460  14719.713906 -20526.301519     86.649630
+PG31  16339.707574   1628.864839 -20726.456845    139.864206
+PG32  17289.419890  -9010.488539 -17567.143651   -326.935500
+PR01   3828.290413  12326.058934  22008.570092   -181.037493
+PR02  20174.329347  11803.569121  10215.020998   -253.964676
+PR03  17993.321663  -6054.640952 -17007.773745     59.423781
+PR04 -11827.724381  -7032.200228 -21477.509008 999999.999999
+PR05  -3740.146927 -12307.694106 -22028.045118   -169.855458
+PR06 -19702.618410 -11956.869306 -10901.443984    -67.096006
+PR07 -24116.303193  -2110.880072   7992.175996   -205.419097
+PR08 -14389.932058   5601.815545  20313.159463    -35.251250
+PR09  -7366.664753  -7860.146105  23097.000031    -41.356348
+PR10 -18101.867140   6212.319886  16895.476396    -88.684797
+PR11 -19003.264188  16953.961928    440.781088    -74.658754
+PR12  -8389.810879  17600.785184 -16582.341200   -151.542820
+PR13   7207.285571   7798.862628 -23212.546528   -319.046761
+PR15  18252.993456 -17789.606494   1893.871941     66.757289
+PR16   8119.903306 -17435.243699  16658.353142    -31.970759
+PR17  11477.863377   3868.435604  22460.324731   -258.265425
+PR18   6376.732013 -14847.879124  19716.641908    -34.953297
+PR19  -2270.867323 -24777.448402   5622.900053   -175.034972
+PR20  -9872.436123 -19988.469962 -12338.007058    -79.471517
+PR21 -11589.600645  -4116.286463 -22369.020398    -74.548127
+PR22  -6423.569668  14758.146105 -19842.584676     18.261883
+PR23   2531.690197  24755.275379  -5608.784560   -317.551638
+PR24   9903.313803  20419.574844  11619.988185    -47.538894
+*  2011  9 11 16 45  0.00000000
+PG01  13293.081553 -22920.098867  -1889.960693     -2.134415
+PG02 -19129.632137   7752.801264 -16363.072008    355.572015
+PG03  18051.065849   1302.708578  19090.390760    766.918065
+PG04 -14039.408315  -7383.221373 -21538.437247    228.274208
+PG05 -25941.779557   2373.070519   5477.722373   -216.798848
+PG06  18789.197657   6379.113071  17910.200981    -73.355905
+PG07   2363.532533 -21660.490121  15027.494905     26.267277
+PG08  -4802.559234 -15594.536782  20851.079567      9.098556
+PG09 -14905.486013  21927.975198   1187.699822    104.952410
+PG10 -22279.132854  -9905.251506 -11202.997950    -12.834364
+PG11  12823.045445 -22085.398676   6288.284780   -185.003029
+PG12 -13176.053818  12188.676435 -19509.591444     21.700168
+PG13  -2691.161925 -24496.753408  -9934.627118    252.023085
+PG14  14842.561851  20352.398712  -8488.617917    171.694286
+PG15  -9790.544283  13365.688987  20734.484119   -106.735980
+PG16  25606.353612  -2417.466850   7249.442848   -197.149592
+PG17 -15676.774576 -19736.391363  -8599.081529    175.562661
+PG18   7823.639481  15743.421191  20337.424845    156.805639
+PG19  12292.882021  -9686.747502  21391.987231   -182.728623
+PG20  11196.960378 -14272.270404 -19522.255017     52.821668
+PG21   1846.431591  20209.791907  17253.779544   -170.763816
+PG22  20519.393823  11245.218326  12853.943644    144.613144
+PG23   3570.668160 -19863.239456 -17055.153502    276.815240
+PG24  15507.241650 -21342.654732   -380.094699    423.049302
+PG25   -476.038720  15130.914890 -21850.696908     18.248124
+PG26 -15202.922157   -122.142719  21240.419859   -153.729771
+PG27 -17571.670846  17917.391640   8731.453819    304.223478
+PG28 -17518.673500 -12763.148194  16046.124563     66.702626
+PG29   3691.982215  24491.105450  -9585.165292    238.941264
+PG30   6846.911273  14810.184718 -21363.302866     86.645128
+PG31  14936.505658   3635.567470 -21489.828549    139.869117
+PG32  19191.529036  -8455.455362 -15765.837515   -326.941536
+PR01   1190.071220  11520.250659  22735.261060   -181.037458
+PR02  18832.692692  11299.355818  12977.078912   -253.966967
+PR03  16305.994247  -4594.745506 -19053.528191     59.426041
+PR04 -12509.448483  -9507.062783 -20095.314286 999999.999999
+PR05  -1098.006638 -11503.132450 -22741.430109   -169.855594
+PR06 -18282.995145 -11422.228267 -13615.114126    -67.095914
+PR07 -24911.692973  -2213.639888   4943.086036   -205.418634
+PR08 -16711.914899   4993.394481  18623.054625    -35.250759
+PR09  -5294.676776  -9811.975134  22924.700032    -41.356092
+PR10 -16415.457247   4768.091835  18951.587946    -88.684062
+PR11 -18690.110744  16911.206563   3665.859534    -74.658428
+PR12  -9676.144186  18988.101882 -14187.255774   -151.541907
+PR13   5170.223829   9790.581231 -23001.655176   -319.048187
+PR15  18124.234056 -17970.150694  -1342.014385     66.758523
+PR16   9441.828286 -18832.400422  14266.190426    -31.970198
+PR17  12135.193624   6499.176029  21493.247756   -258.263943
+PR18   6905.205488 -12378.792685  21198.653558    -34.953515
+PR19  -2220.250963 -23881.776283   8683.169046   -175.035906
+PR20 -10316.676142 -21271.215220  -9499.396575    -79.471631
+PR21 -12275.522339  -6722.797559 -21356.308107    -74.549342
+PR22  -6953.350692  12279.185392 -21287.283618     18.263038
+PR23   2466.000325  23865.459261  -8666.869439   -317.554650
+PR24  10340.173444  21609.775697   8734.949904    -47.540147
+*  2011  9 11 17  0  0.00000000
+PG01  13538.688336 -22832.710536    964.895697     -2.135950
+PG02 -18293.225307   5918.682592 -18039.391234    355.573755
+PG03  19203.028956   3174.901707  17757.879949    766.922567
+PG04 -12755.112524  -9439.052646 -21503.681215    228.284236
+PG05 -26402.661091   2096.405555   2695.674164   -216.803657
+PG06  19643.809918   8115.356694  16218.747277    -73.347617
+PG07   3366.228011 -22915.369031  12787.676634     26.268914
+PG08  -3350.162882 -17400.274546  19619.337648      9.098556
+PG09 -14884.639358  21520.729139   4067.779221    104.954559
+PG10 -20897.867317 -10047.691279 -13509.204613    -12.835489
+PG11  12993.823251 -21068.709922   8818.365930   -185.006098
+PG12 -15318.343112  11970.792495 -18008.585484     21.702317
+PG13  -2046.761719 -23402.040791 -12451.059683    252.021448
+PG14  15032.363959  21180.349809  -5756.078347    171.695923
+PG15 -11038.652512  11300.325190  21343.168384   -106.734547
+PG16  26256.614907  -2196.429406   4483.058269   -197.151536
+PG17 -15853.759833 -20589.879562  -5917.970083    175.561228
+PG18   5517.756126  15717.528823  21078.932944    156.807276
+PG19  13318.393143  -7434.268163  21709.262525   -182.732307
+PG20  13342.262212 -14140.234658 -18210.800310     52.822077
+PG21    672.621774  21631.285271  15422.041010   -170.766067
+PG22  18941.367129  11422.613369  14965.192237    144.612735
+PG23   4669.889985 -18112.752861 -18691.672228    276.812478
+PG24  15699.861408 -21067.939003   2466.440016    423.052167
+PG25  -2959.680157  15078.032715 -21688.848033     18.249761
+PG26 -16170.566822  -2423.480692  20428.870243   -153.741128
+PG27 -17212.677875  16889.583657  11335.087533    304.226956
+PG28 -15675.031885 -12741.884317  17901.308784     66.705388
+PG29   2949.464791  23467.316933 -12061.989746    238.944129
+PG30   4466.742217  15026.896334 -21845.697827     86.640626
+PG31  13608.622559   5773.770188 -21877.619399    139.874028
+PG32  20898.089542  -8022.848458 -13683.093527   -326.947573
+PR01  -1560.249784  10894.335104  23020.805804   -181.037424
+PR02  17141.426544  10823.358286  15487.109700   -253.969258
+PR03  14582.461761  -2840.953707 -20728.692726     59.428301
+PR04 -13311.181901 -11740.462370 -18322.864193 999999.999999
+PR05   1654.660182 -10878.968230 -23013.220573   -169.855730
+PR06 -16518.056229 -10923.583970 -16063.978397    -67.095823
+PR07 -25334.878474  -2202.699861   1797.803197   -205.418171
+PR08 -18846.759107   4602.351306  16571.561019    -35.250268
+PR09  -3406.194891 -11875.171491  22306.377192    -41.355835
+PR10 -14690.261456   3027.586218  20640.206001    -88.683328
+PR11 -18118.563548  16552.645196   6819.405432    -74.658102
+PR12 -10644.506867  20240.019568 -11519.591503   -151.540994
+PR13   3323.964940  11889.709908 -22345.104533   -319.049614
+PR15  17719.274068 -17845.406327  -4551.979867     66.759756
+PR16  10444.557042 -20094.258608  11594.781125    -31.969637
+PR17  12942.209897   8935.492132  20109.520832   -258.262461
+PR18   7660.344906  -9806.399117  22268.630410    -34.953733
+PR19  -1995.675017 -22642.403962  11574.756372   -175.036839
+PR20 -10747.477917 -22172.754101  -6475.601913    -79.471745
+PR21 -13105.670153  -9128.261224 -19930.086545    -74.550556
+PR22  -7710.780979   9699.769091 -22320.089741     18.264194
+PR23   2223.570864  22634.449900 -11556.626091   -317.557661
+PR24  10751.408127  22416.420462   5680.039546    -47.541400
+*  2011  9 11 17 15  0.00000000
+PG01  13638.678591 -22472.891658   3803.147673     -2.137485
+PG02 -17466.737316   3896.454195 -19398.358547    355.575494
+PG03  20332.151801   4854.840812  16112.316198    766.927069
+PG04 -11582.999577 -11537.272111 -21105.680748    228.294263
+PG05 -26560.778159   1833.567840   -132.448900   -216.808466
+PG06  20465.334878   9639.254327  14253.622072    -73.339329
+PG07   4171.728542 -23988.187721  10325.211657     26.270551
+PG08  -2087.708500 -19155.292094  18045.283343      9.098556
+PG09 -14741.736637  20821.144456   6877.160307    104.956708
+PG10 -19280.868338 -10262.558806 -15589.998907    -12.836615
+PG11  13140.237318 -19788.640547  11191.714808   -185.009168
+PG12 -17281.973932  11866.621941 -16195.585046     21.704466
+PG13  -1218.651807 -22102.758996 -14753.868452    252.019811
+PG14  15118.777378  21718.039869  -2924.924060    171.697560
+PG15 -12413.705162   9261.140959  21584.324755   -106.733115
+PG16  26602.334679  -2013.152903   1640.941597   -197.153480
+PG17 -15922.403203 -21164.631847  -3136.025835    175.559796
+PG18   3147.818696  15804.920764  21469.963333    156.808913
+PG19  14464.083213  -5227.961763  21651.802079   -182.735990
+PG20  15328.468593 -14099.080398 -16588.715528     52.822486
+PG21   -331.897139  22916.867100  13325.367127   -170.768318
+PG22  17152.124820  11676.845267  16823.087064    144.612326
+PG23   5943.203720 -16279.904722 -20002.292337    276.809715
+PG24  15737.697667 -20528.886803   5269.704733    423.055032
+PG25  -5403.615608  15154.708249 -21154.652106     18.251398
+PG26 -17208.139943  -4559.851441  19249.735462   -153.752486
+PG27 -16786.668794  15594.559525  13745.573909    304.230435
+PG28 -13645.228981 -12820.812387  19462.930908     66.708151
+PG29   2021.430035  22249.454764 -14330.981498    238.946994
+PG30   2068.586992  15372.777990 -21965.768476     86.636124
+PG31  12387.718283   8003.069552 -21882.264963    139.878939
+PG32  22371.266367  -7690.323330 -11356.051669   -326.953610
+PR01  -4356.121654  10468.170158  22859.723213   -181.037390
+PR02  15133.283297  10426.637802  17696.433214   -253.971550
+PR03  12886.046518   -819.326835 -22001.041981     59.430562
+PR04 -14186.011304 -13685.907261 -16194.611200 999999.999999
+PR05   4451.174319 -10454.798951 -22838.140882   -169.855866
+PR06 -14442.749579 -10511.664883 -18200.508053    -67.095732
+PR07 -25367.800297  -2128.339330  -1382.464943   -205.417708
+PR08 -20735.023865   4406.082710  14198.440397    -35.249776
+PR09  -1740.772255 -13991.876792  21254.396296    -41.355578
+PR10 -12989.403980   1016.111375  21928.262447    -88.682594
+PR11 -17340.522350  15853.216030   9839.896253    -74.657777
+PR12 -11302.252638  21296.694152  -8630.697604   -151.540081
+PR13   1706.615448  14036.995147 -21255.659896   -319.051040
+PR15  17086.344193 -17384.068523  -7674.014352     66.760990
+PR16  11134.514436 -21159.936957   8696.389317    -31.969076
+PR17  13857.782297  11123.705080  18336.195313   -258.260979
+PR18   8639.912447  -7199.542050  22906.225546    -34.953951
+PR19  -1558.266909 -21103.517835  14241.484072   -175.037772
+PR20 -11107.594834 -22684.816922  -3325.546389    -79.471860
+PR21 -14037.825550 -11280.326990 -18118.231692    -74.551770
+PR22  -8692.971190   7088.278550 -22920.492874     18.265350
+PR23   1766.156166  21106.719310 -14221.970944   -317.560672
+PR24  11080.099527  22834.518132   2514.700100    -47.542653
+*  2011  9 11 17 30  0.00000000
+PG01  13628.348416 -21828.433514   6575.949070     -2.139020
+PG02 -16684.860097   1716.835364 -20417.154330    355.577234
+PG03  21398.844323   6326.145958  14184.148657    766.931571
+PG04 -10539.994707 -13634.954234 -20350.056283    228.304290
+PG05 -26414.773597   1548.043849  -2958.309670   -216.813275
+PG06  21214.787745  10938.562788  12048.039439    -73.331042
+PG07   4795.898120 -24839.497821   7682.766593     26.272188
+PG08  -1021.709992 -20809.639725  16155.023122      9.098556
+PG09 -14515.815975  19822.495330   9566.263940    104.958856
+PG10 -17459.417352 -10576.104421 -17410.637939    -12.837740
+PG11  13293.433988 -18260.562765  13365.741205   -185.012237
+PG12 -19027.704773  11851.240445 -14101.701797     21.706614
+PG13   -193.431940 -20641.340364 -16803.989069    252.018173
+PG14  15063.791883  21975.501707    -43.765323    171.699197
+PG15 -13892.031558   7289.879759  21454.330537   -106.731682
+PG16  26636.783576  -1829.483063  -1228.889415   -197.155424
+PG17 -15846.412584 -21470.689680   -300.752351    175.558363
+PG18    758.106311  16009.404911  21503.171795    156.810551
+PG19  15706.914428  -3111.018301  21221.703973   -182.739674
+PG20  17119.398197 -14125.696847 -14683.264797     52.822896
+PG21  -1174.696939  24025.374685  10998.146229   -170.770569
+PG22  15186.099836  12030.351846  18396.393009    144.611916
+PG23   7381.854332 -14411.844705 -20965.057679    276.806952
+PG24  15655.960035 -19714.970985   7980.606389    423.057896
+PG25  -7759.913498  15351.508828 -20257.175467     18.253035
+PG26 -18279.242635  -6495.655627  17726.291984   -153.763843
+PG27 -16335.722612  14044.987604  15923.742382    304.233914
+PG28 -11468.834437 -13021.219329  20705.945401     66.710913
+PG29    897.022031  20878.073737 -16352.844363    238.949858
+PG30   -301.376752  15842.957831 -21721.601373     86.631622
+PG31  11298.551487  10278.032497 -21503.008596    139.883851
+PG32  23579.962010  -7429.738033  -8826.356335   -326.959647
+PR01  -7128.490867  10249.670999  22255.183493   -181.037356
+PR02  12852.096782  10154.016837  19562.226551   -253.973841
+PR03  11275.386494   1432.063958 -22846.230051     59.432822
+PR04 -15080.526089 -15307.864117 -13751.907453 999999.999999
+PR05   7222.401714 -10238.264688 -22219.586164   -169.856002
+PR06 -12102.944303 -10230.570923 -19983.282873    -67.095640
+PR07 -25005.120405  -2043.340163  -4535.832953   -205.417245
+PR08 -22324.627992   4371.708867  11549.705500    -35.249285
+PR09   -326.579619 -16099.035145  19789.531057    -41.355322
+PR10 -11371.562636  -1228.860893  22790.405839    -88.681860
+PR11 -16413.541297  14800.271599  12668.435144    -74.657451
+PR12 -11668.902339  22102.894165  -5576.091203   -151.539168
+PR13    344.701333  16168.201052 -19754.445589   -319.052467
+PR15  16280.412937 -16566.646137 -10647.775992     66.762224
+PR16  11530.633222 -21973.282660   5627.761380    -31.968515
+PR17  14832.729907  13019.857681  16207.815235   -258.259497
+PR18   9829.301112  -4626.372483  23099.514615    -34.954169
+PR19   -878.779939 -19318.323632  16631.542316   -175.038706
+PR20 -11340.666857 -22812.560520   -110.642755    -79.471974
+PR21 -15022.004827 -13136.565827 -15956.010997    -74.552985
+PR22  -9884.638402   4512.498930 -23076.293934     18.266505
+PR23   1065.192230  19335.613415 -16611.198599   -317.563683
+PR24  11270.809002  22872.373038   -699.514975    -47.543906
+*  2011  9 11 17 45  0.00000000
+PG01  13545.468708 -20895.613761   9235.571213     -2.140554
+PG02 -15977.254839   -583.365413 -21079.165888    355.578973
+PG03  22363.040917   7580.752260  12008.532684    766.936073
+PG04  -9635.677901 -15687.152610 -19248.450435    228.314317
+PG05 -25971.889682   1203.992614  -5733.622275   -216.818084
+PG06  21852.888050  12008.958778   9639.186426    -73.322754
+PG07   5261.797350 -25435.381052   4906.278133     26.273825
+PG08   -149.754365 -22314.279325  13980.546247      9.098556
+PG09 -14247.370836  18527.499045  12087.016167    104.961005
+PG10 -15470.256128 -11008.791365 -18940.565405    -12.838866
+PG11  13482.080334 -16507.435419  15301.378272   -185.015307
+PG12 -20522.777371  11893.861151 -11763.023018     21.708763
+PG13   1034.035382 -19063.405270 -18566.793535    252.016536
+PG14  14833.045353  21971.100246   2838.156820    171.700834
+PG15 -15443.501624   5423.770316  20955.939234   -106.730250
+PG16  26362.055324  -1606.955146  -4077.961165   -197.157368
+PG17 -15593.118290 -21525.998914   2539.638718    175.556931
+PG18  -1606.666703  16327.330267  21176.963076    156.812188
+PG19  17017.350547  -1121.794732  20427.447586   -182.743357
+PG20  18684.622864 -14191.696076 -12526.605962     52.823305
+PG21  -1870.410968  24919.122435   8479.302300   -170.772820
+PG22  13082.380647  12499.432853  19658.643725    144.611507
+PG23   8968.953152 -12554.374823 -21564.224221    276.804190
+PG24  15492.353162 -18624.185210  10551.810770    423.060761
+PG25  -9983.486820  15651.326780 -19011.715019     18.254672
+PG26 -19343.312592  -8203.588534  15887.878015   -153.775200
+PG27 -15899.799230  12261.646843  17834.880435    304.237393
+PG28  -9189.243467 -13357.301705  21610.324130     66.713676
+PG29   -426.516409  19396.663018 -18092.493559    238.952723
+PG30  -2598.475534  16424.911549 -21117.110852     86.627120
+PG31  10358.072610  12549.798759 -20745.962948    139.888762
+PG32  24500.953480  -7208.484615  -6139.325182   -326.965684
+PR01  -9808.428194  10234.535735  21218.943592   -181.037321
+PR02  10351.160573  10042.050580  21048.348003   -253.976132
+PR03   9802.056462   3864.498971 -23248.233551     59.435083
+PR04 -15937.148901 -16582.994786 -11042.201724 999999.999999
+PR05   9899.387076 -10224.783153 -21169.557008   -169.856137
+PR06  -9553.722635 -10115.781316 -21377.788589    -67.095549
+PR07 -24254.466654  -2000.496817  -7600.950015   -205.416781
+PR08 -23572.887368   4457.671285   8676.733277    -35.248793
+PR09    820.529855 -18130.904268  17940.535538    -41.355065
+PR10  -9888.569689  -3658.989974  23209.518098    -88.681126
+PR11 -15398.262533  13394.336559  15249.913599    -74.657125
+PR12 -11775.080359  22610.338262  -2414.423764   -151.538255
+PR13   -747.714105  18216.652336 -17870.538711   -319.053893
+PR15  15360.746415 -15386.488327 -13415.741733     66.763458
+PR16  11663.288225 -22485.314164   2448.988015    -31.967954
+PR17  15811.941275  14591.279417  13765.740068   -258.258015
+PR18  11202.027280  -2151.724785  22845.191100    -34.954387
+PR19     60.920798 -17346.876024  18698.496723   -175.039639
+PR20 -11393.822628 -22574.208438   3106.418904    -79.472088
+PR21 -16002.610589 -14665.967008 -13485.394045    -74.554199
+PR22 -11258.571822   2037.007813 -22783.882260     18.267661
+PR23    103.249562  17381.170936 -18677.981147   -317.566695
+PR24  11272.130077  22551.087261  -3900.144466    -47.545160
+*  2011  9 11 18  0  0.00000000
+PG01  13428.664295 -19679.464735  11736.225867     -2.142042
+PG02 -15367.423305  -2962.532226 -21374.205432    355.580713
+PG03  23185.776728   8618.923518   9624.590374    766.940881
+PG04  -8871.998993 -17648.442788 -17818.419123    228.324344
+PG05 -25247.682622    767.817876  -8410.960737   -216.822893
+PG06  22341.582700  12854.011957   7067.634640    -73.314644
+PG07   5598.581817 -25748.798919   2044.130230     26.275869
+PG08    539.279169 -23622.976652  11559.217321      9.103213
+PG09 -13976.609513  16948.484452  14393.794224    104.963154
+PG10 -13354.364989 -11574.394098 -20153.885261    -12.839991
+PG11  13731.038357 -14559.058604  16963.873522   -185.018376
+PG12 -21742.057987  11959.164385  -9219.987596     21.710912
+PG13   2460.264861 -17416.051171 -20012.641218    252.014957
+PG14  14397.276014  21730.677476   5671.794767    171.702821
+PG15 -17032.588741   3694.273505  20098.198026   -106.729101
+PG16  25788.975258  -1308.435952  -6858.118657   -197.159592
+PG17 -15134.850184 -21355.576443   5337.017936    175.552443
+PG18  -3902.816969  16747.660129  20495.583167    156.814232
+PG19  18360.452849    707.444451  19283.674737   -182.746444
+PG20  20000.486594 -14264.602229 -10155.280957     52.823714
+PG21  -2440.048414  25565.406909   5811.713766   -170.775224
+PG22  10883.385460  13093.514673  20588.555907    144.610647
+PG23  10680.012365 -10750.286986 -21790.471931    276.801427
+PG24  15285.429003 -17263.248982  12938.604202    423.063524
+PG25 -12033.635476  16030.074742 -17439.545717     18.256309
+PG26 -20357.307339  -9665.414026  13769.165715   -153.786503
+PG27 -15515.194938  10272.695987  19449.138400    304.240872
+PG28  -6852.262341 -13835.579166  22161.313908     66.716224
+PG29  -1943.524516  17850.003293 -19519.679121    238.955588
+PG30  -4780.999186  17098.895696 -20161.989860     86.622618
+PG31   9574.839739  14767.837650 -19624.035156    139.893673
+PG32  25119.708516  -6991.010980  -3343.041200   -326.971058
+PR01 -12329.754487  10406.500541  19771.118413   -181.037287
+PR02   7691.222802  10117.362692  22126.030267   -253.978423
+PR03   8508.510551   6420.417570 -23199.631496     59.437343
+PR04 -16696.658533 -17500.889830  -8118.118338 999999.999999
+PR05  12415.985157 -10397.815698 -19708.428175   -169.856273
+PR06  -6857.298004 -10192.543712 -22357.077237    -67.095458
+PR07 -23136.150601  -2050.128895 -10518.200974   -205.416318
+PR08 -24448.177232   4615.705418   5635.272523    -35.248302
+PR09   1697.428268 -20021.689756  15743.563820    -41.354808
+PR10  -8583.311822  -6216.826327  23177.074727    -88.680392
+PR11 -14355.738451  11649.316178  17534.095205    -74.656800
+PR12 -11661.003575  22779.766838    793.607578   -151.537342
+PR13  -1569.383967  20115.896132 -15640.412030   -319.055319
+PR15  14388.303636 -13850.290707 -15924.307178     66.764691
+PR16  11572.747318 -22656.375569   -777.702266    -31.967393
+PR17  16736.756885  15817.685123  11057.341043   -258.256533
+PR18  12720.733483    165.349602  22148.595806    -34.954606
+PR19   1266.843814 -15253.640072  20402.190544   -175.040573
+PR20 -11220.144384 -22000.154290   6262.909779    -79.472202
+PR21 -16920.830791 -15849.964574 -10754.240673    -74.555413
+PR22 -12776.616960   -279.303795 -22048.350529     18.268817
+PR23  -1124.986172  15307.682757 -20382.261320   -317.569706
+PR24  11039.078104  21903.543165  -7025.036774    -47.546413
+*  2011  9 11 18 15  0.00000000
+PG01  13315.767935 -18193.713403  14034.855018     -2.143577
+PG02 -14871.851803  -5375.699771 -21298.598686    355.582452
+PG03  23830.705387   9448.937694   7074.625556    766.945383
+PG04  -8243.288230 -19474.510058 -16083.224977    228.334371
+PG05 -24265.433680    209.654701 -10944.553353   -216.827702
+PG06  22645.537529  13484.869495   4376.700854    -73.306357
+PG07   5840.154526 -25760.684841   -853.721142     26.277507
+PG08   1064.636616 -24694.117034   8933.141833      9.103315
+PG09 -13741.699764  15107.178908  16444.364925    104.965302
+PG10 -11155.593230 -12279.344641 -21029.777172    -12.841117
+PG11  14060.204381 -12451.048070  18323.490280   -185.021446
+PG12 -22668.890377  12008.819994  -6516.677133     21.713060
+PG13   4073.121596 -15746.107565 -21117.341166    252.013320
+PG14  13733.578890  21286.431788   8409.101567    171.704458
+PG15 -18619.645988   2126.063286  18896.260506   -106.727669
+PG16  24936.697258   -899.718471  -9522.296930   -197.161536
+PG17 -14450.127463 -20990.427965   8044.115925    175.551011
+PG18  -6089.134857  17252.327255  19469.134543    156.815869
+PG19  19697.184350   2351.537293  17810.872851   -182.750127
+PG20  21050.879145 -14309.214512  -7609.626636     52.824124
+PG21  -2910.033042  25937.861888   3041.519466   -170.777475
+PG22   8633.422391  13814.681279  21170.365668    144.610238
+PG23  12483.780059  -9037.844993 -21640.995364    276.798665
+PG24  15072.923391 -15647.471450  15099.694330    423.066389
+PG25 -13875.424844  16457.663459 -15567.566002     18.257946
+PG26 -21277.464415 -10872.348945  11409.353272   -153.797860
+PG27 -15213.181410   8112.700072  20741.838525    304.244350
+PG28  -4504.618808 -14454.582980  22349.637943     66.718987
+PG29  -3639.934262  16282.482624 -20609.527444    238.958453
+PG30  -6811.556383  17838.651756 -18871.588092     86.618116
+PG31   8948.783643  16881.787974 -18156.714606    139.898584
+PG32  25430.847676  -6740.464431   -487.393360   -326.977095
+PR01 -14631.557620  10738.113114  17939.792170   -181.037253
+PR02   4938.180559  10395.415035  22774.430346   -253.980714
+PR03   7426.429605   9035.596003 -22701.719142     59.439603
+PR04 -17300.798899 -18064.269360  -5036.435770 999999.999999
+PR05  14711.381205 -10729.652832 -17864.555528   -169.856409
+PR06  -4080.646151 -10474.711940 -22902.278618    -67.095367
+PR07 -21682.370704  -2237.702853 -13230.871683   -205.415855
+PR08 -24931.149802   4793.104613   2484.364714    -35.247811
+PR09   2313.579695 -21708.192684  13241.450600    -41.354552
+PR10  -7488.018321  -8837.966386  22693.339596    -88.679658
+PR11 -13344.757717   9592.146529  19476.598368    -74.656474
+PR12 -11374.584575  22582.664112   3986.386239   -151.536429
+PR13  -2131.689529  21802.373040 -13107.235986   -319.056746
+PR15  13423.075041 -11978.058289 -18124.815680     66.765925
+PR16  11307.208062 -22457.909194  -3989.191444    -31.966832
+PR17  17547.514116  16691.764345   8135.086466   -258.255052
+PR18  14338.657657   2273.790960  21023.582678    -34.954824
+PR19   2732.371752 -13104.886569  21709.524296   -175.041506
+PR20 -10780.889151 -21131.567128   9297.301492    -79.472316
+PR21 -17717.185651 -16682.953784  -7815.381805    -74.556627
+PR22 -14391.141761  -2385.474629 -20883.441618     18.269973
+PR23  -2612.247410  13181.093866 -21691.022783   -317.572717
+PR24  10535.215694  20972.910527 -10013.557711    -47.547666
+*  2011  9 11 18 30  0.00000000
+PG01  13242.213565 -16460.394683  16091.873699     -2.145111
+PG02 -14499.456420  -7776.126340 -20855.149177    355.584191
+PG03  24265.499636  10086.467896   4403.313856    766.949885
+PG04  -7736.567418 -21123.724180 -14071.530164    228.344399
+PG05 -23055.279101   -495.286285 -13291.050509   -216.832511
+PG06  22733.543426  13919.663315   1611.763853    -73.298069
+PG07   6023.627332 -25460.732935  -3736.657470     26.279144
+PG08   1452.761423 -25492.365445   6148.414205      9.103417
+PG09 -13577.074698  13034.109088  18200.788943    104.967451
+PG10  -8919.187727 -13122.351545 -21552.848738    -12.842242
+PG11  14483.566287 -10223.572759  19356.099693   -185.024516
+PG12 -23295.625482  12003.141507  -3700.035237     21.715209
+PG13   5852.126241 -14098.422304 -21862.521095    252.011683
+PG14  12826.421425  20675.576671  11003.809686    171.706095
+PG15 -20162.346054    736.277911  17371.099981   -106.726236
+PG16  23832.002992   -351.010679 -12025.279787   -197.163480
+PG17 -13524.618836 -20466.258981  10615.278618    175.549578
+PG18  -8128.253573  17816.864168  18113.508846    156.817506
+PG19  20985.869958   3793.151886  16034.969752   -182.753811
+PG20  21827.733002 -14289.093092  -4933.113439     52.824533
+PG21  -3310.997065  26017.600452    217.318831   -170.779726
+PG22   6377.187071  14657.488470  21394.083240    144.609828
+PG23  14343.338976  -7449.467606 -21119.476459    276.795902
+PG24  14890.145690 -13800.282042  16997.934097    423.069254
+PG25 -15480.848055  16899.224871 -13427.846436     18.259583
+PG26 -22061.061230 -11825.058090   8851.305556   -153.809218
+PG27 -15018.867099   5821.456470  21693.696261    304.247829
+PG28  -2192.444086 -15204.829475  22171.640851     66.721749
+PG29  -5493.612704  14736.436682 -21342.990258    238.961318
+PG30  -8658.280716  18612.358696 -17266.716837     86.613614
+PG31   8471.333421  18843.305295 -16369.725957    139.903496
+PG32  25438.235976  -6420.383223   2376.907664   -326.983132
+PR01 -16660.497202  11191.991698  15760.477064   -181.037219
+PR02   2160.569149  10879.762733  22981.026383   -253.983005
+PR03   6575.539225  11641.604724 -21764.455986     59.441864
+PR04 -17694.864064 -18288.643936  -1856.984681 999999.999999
+PR05  16732.396526 -11182.686087 -15673.728425   -169.856545
+PR06  -1292.947747 -10964.080604 -23002.954096    -67.095275
+PR07 -19935.934869  -2601.664616 -15686.255207   -205.415392
+PR08 -25015.456034   4935.179504   -714.801202    -35.247319
+PR09   2690.375029 -23132.360761  10482.867754    -41.354295
+PR10  -6623.010916 -11453.514973  21767.388351    -88.678923
+PR11 -12419.289442   7261.901404  21039.758483    -74.656148
+PR12 -10969.226052  22002.560507   7102.521795   -151.535515
+PR13  -2457.918787  23217.987101 -10320.052333   -319.058172
+PR15  12521.474629  -9802.524458 -19974.497622     66.767159
+PR16  10920.506989 -21873.769923  -7122.734462    -31.966271
+PR17  18186.148738  17219.239337   5055.533231   -258.253570
+PR18  16001.506372   4132.394266  19492.225820    -34.955042
+PR19   4438.299146 -10966.030133  22595.097942   -175.042439
+PR20 -10047.370303 -20018.559184  12150.479788    -79.472430
+PR21 -18334.117003 -17172.278642  -4725.609946    -74.557842
+PR22 -16046.927341  -4240.385634 -19311.324870     18.271128
+PR23  -4338.752012  11066.356185 -22578.923401   -317.575728
+PR24   9734.424024  19810.742584 -12807.764921    -47.548919
+*  2011  9 11 18 45  0.00000000
+PG01  13239.531671 -14509.152466  17871.852955     -2.146646
+PG02 -14251.344724 -10116.918021 -20052.985992    355.585931
+PG03  24463.083837  10553.693606   1656.886434    766.954387
+PG04  -7332.155552 -22558.641355 -11816.987386    228.354426
+PG05 -21653.091405  -1365.568675 -15410.254023   -216.837319
+PG06  22579.785601  14182.660925  -1180.454757    -73.289781
+PG07   6187.654747 -24847.850286  -6554.322114     26.280781
+PG08   1736.056235 -25990.096474   3254.262660      9.103519
+PG09 -13511.877033  10767.629107  19630.262786    104.969600
+PG10  -6690.269465 -14094.307698 -21713.419130    -12.843368
+PG11  15008.521012  -7919.910201  20043.647152   -185.027585
+PG12 -23623.805946  11902.805436   -819.029941     21.717358
+PG13   7769.078821 -12514.242490 -22235.899990    252.010046
+PG14  11668.382698  19938.830814  13412.171117    171.707732
+PG15 -21617.229546   -465.933033  15549.129879   -106.724804
+PG16  22508.327683    361.736688 -14324.436087   -197.165424
+PG17 -12351.839420 -19822.027724  13007.190707    175.548146
+PG18  -9987.894945  18411.292283  16450.231616    156.819143
+PG19  22183.755899   5023.209405  13986.850268   -182.757494
+PG20  22331.222503 -14168.111485  -2171.620939     52.824942
+PG21  -3676.374021  25794.086628  -2610.721286   -170.781977
+PG22   4158.251178  15609.068738  21255.662799    144.609419
+PG23  16217.422708  -6010.659831 -20235.945319    276.793140
+PG24  14768.486940 -11752.449885  18600.955739    423.072119
+PG25 -16829.727571  17316.533732 -11057.088369     18.261220
+PG26 -22668.102151 -12533.277264   6140.670189   -153.820575
+PG27 -14950.310295   3442.666050  22290.962447    304.251308
+PG28     40.226047 -16069.080667  21629.375833     66.724512
+PG29  -7475.024568  13250.578321 -21707.192026    238.964183
+PG30 -10295.845599  19383.803727 -15373.379720     86.609112
+PG31   8125.898296  20607.839810 -14294.554038    139.908407
+PG32  25154.705360  -5996.361534   5199.312399   -326.989168
+PR01 -18372.802405  11722.516748  13275.429255   -181.037185
+PR02   -573.050427  11561.825666  22741.854544   -253.985297
+PR03   5962.944428  14168.443818 -20406.250954     59.444124
+PR04 -17830.150191 -18201.450922   1358.513217 999999.999999
+PR05  18435.483939 -11711.112627 -13178.477704   -169.856681
+PR06   1437.051698 -11650.243791 -22657.287050    -67.095184
+PR07 -17948.556559  -3171.575704 -17836.677018   -205.414929
+PR08 -24707.941012   4987.808436  -3900.077820    -35.246828
+PR09   2859.966048 -24243.637845   7521.373923    -41.354039
+PR10  -5995.969548 -13992.754039  20416.957745    -88.678189
+PR11 -11626.154154   4708.394113  22193.353040    -74.655823
+PR12 -10501.395560  21035.861279  10081.996332   -151.534602
+PR13  -2582.042525  24312.468270  -7332.834332   -319.059599
+PR15  11733.894112  -7368.047321 -21437.302222     66.768393
+PR16  10469.602606 -20901.025390 -10117.208204    -31.965710
+PR17  18598.744869  17418.391355   1878.243260   -258.252088
+PR18  17649.653589   5711.252917  17584.375034    -34.955260
+PR19   6353.407008  -8899.020994  23041.703474   -175.043373
+PR20  -9002.418301 -18717.995090  14766.907547    -79.472544
+PR21 -18718.513124 -17337.693062  -1544.597642    -74.559056
+PR22 -17683.407162  -5814.259687 -17362.202546     18.272284
+PR23  -6272.802503   9024.842174 -23028.780079   -317.578740
+PR24   8622.245321  18474.742316 -15353.526201    -47.550172
+*  2011  9 11 19  0  0.00000000
+PG01  13334.005654 -12376.254728  19344.131132     -2.148181
+PG02 -14120.895851 -12352.640567 -18907.304859    355.587670
+PG03  24402.656474  10878.185553  -1117.676399    766.958889
+PG04  -7004.551237 -23747.374289  -9357.729978    228.364453
+PG05 -20099.153852  -2412.618562 -17265.796570   -216.842128
+PG06  22164.928793  14303.189702  -3952.637380    -73.281493
+PG07   6370.709083 -23930.253676  -9257.539819     26.282418
+PG08   1951.384348 -26168.528344    302.109750      9.103622
+PG09 -13568.615672   8352.608136  20705.869918    104.971749
+PG10  -4512.310230 -15178.494031 -21507.728429    -12.844493
+PG11  15635.482236  -5584.883082  20374.481452   -185.030655
+PG12 -23663.997597  11670.565907   2076.224194     21.719507
+PG13   9788.976509 -11029.748860 -22231.462601    252.008409
+PG14  10260.591040  19118.796764  15593.649797    171.709369
+PG15 -22941.302915  -1479.551417  13461.738874   -106.723371
+PG16  21004.546334   1255.713375 -16380.423659   -197.167368
+PG17 -10933.560130 -19098.393569  15179.558859    175.546713
+PG18 -11641.944560  19001.243862  14506.214147    156.820780
+PG19  23248.609411   6040.992333  11701.805089   -182.761178
+PG20  22569.654955 -13912.015431    627.338962     52.825351
+PG21  -4040.846646  25265.688503  -5391.835091   -170.784228
+PG22   2017.595785  16649.524038  20757.084726    144.609010
+PG23  18061.895872  -4739.228585 -19006.536514    276.790377
+PG24  14734.105673  -9541.026384  19881.704577    423.074984
+PG25 -17910.321409  17669.573052  -8496.001131     18.262857
+PG26 -23062.868249 -13015.096494   3324.992804   -153.831932
+PG27 -15017.903786   1022.496793  22525.494929    304.254787
+PG28   2152.883582 -17022.886528  20730.631411     66.727274
+PG29  -9548.190933  11858.578232 -21695.668509    238.967048
+PG30 -11706.251497  20113.733580 -13222.428535     86.604610
+PG31   7888.685382  22136.270625 -11967.850931    139.913318
+PG32  24601.426213  -5437.616149   7930.389213   -326.995205
+PR01 -19735.880764  12277.884188  10532.834703   -181.037150
+PR02  -3196.698391  12421.185897  22061.581971   -253.987588
+PR03   5583.005398  16547.248545 -18653.590414     59.446384
+PR04 -17666.170764 -17840.703615   4547.642836 999999.999999
+PR05  19788.330590 -12263.000725 -10427.252236   -169.856817
+PR06   4043.655882 -12510.983113 -21872.107336    -67.095093
+PR07 -15778.796483  -3966.632323 -19640.419151   -205.414465
+PR08 -24028.304524   4899.970433  -7009.568751    -35.246337
+PR09   2863.650271 -25001.015432   4414.375814    -41.353782
+PR10  -5601.746806 -16385.906843  18668.121685    -88.677455
+PR11 -11003.019810   1990.333564  22915.176350    -74.655497
+PR12 -10028.078910  19692.165590  12867.292526   -151.533689
+PR13  -2547.039518  25045.429130  -4203.450662   -319.061025
+PR15  11102.521237  -4729.026205 -22484.605868     66.769626
+PR16  10011.942536 -19550.208945 -12914.320114    -31.965149
+PR17  18737.927543  17319.076568  -1335.355186   -258.250606
+PR18  19220.573785   6992.727272  15337.069460    -34.955478
+PR19   8435.551372  -6959.898977  23040.658630   -175.044306
+PR20  -7641.357768 -17291.036941  17095.713218    -79.472658
+PR21 -18824.064779 -17210.319404   1666.236681    -74.560270
+PR22 -19237.162372  -7089.683059 -15073.750931     18.273440
+PR23  -8371.893061   7111.926192 -23031.896582   -317.581751
+PR24   7196.740091  17026.293618 -17601.560427    -47.551425
+*  2011  9 11 19 15  0.00000000
+PG01  13545.541760 -10103.360209  20483.342919     -2.149716
+PG02 -14094.148370 -14440.858221 -17439.013825    355.589410
+PG03  24070.470748  11091.613821  -3873.428106    766.963391
+PG04  -6723.562589 -24664.774069  -6735.764691    228.374480
+PG05 -18436.677634  -3640.087017 -18825.760323   -216.846937
+PG06  21476.977065  14314.372795  -6657.635727    -73.273206
+PG07   6609.368346 -22725.206862 -11799.211533     26.284055
+PG08   2138.374362 -26018.507581  -2655.428551      9.103724
+PG09 -13762.101002   5838.827970  21407.213730    104.973897
+PG10  -2425.662858 -16351.076567 -20938.066677    -12.845619
+PG11  16357.794187  -3263.245431  20343.539933   -185.033724
+PG12 -23435.274632  11272.894821   4935.366587     21.721655
+PG13  11871.190392  -9674.796347 -21849.535314    252.006772
+PG14   8612.845837  18258.288293  17511.558337    171.711006
+PG15 -24093.625932  -2311.520508  11144.749287   -106.721939
+PG16  19363.563045   2340.386965 -18157.850747   -197.169312
+PG17  -9279.915523 -18336.117525  17095.746911    175.545281
+PG18 -13071.312902  19549.281342  12313.408618    156.822417
+PG19  24140.299590   6853.938929   9218.922323   -182.764861
+PG20  22559.055357 -13489.926927   3415.438713     52.825761
+PG21  -4438.715685  24439.877523  -8075.678219   -170.786479
+PG22     -7.757813  17752.593763  19906.348122    144.608601
+PG23  19831.339968  -3644.807175 -17453.149765    276.787614
+PG24  14806.842003  -7208.056038  20818.865369    423.077849
+PG25 -18719.610513  17918.182852  -5788.607816     18.264494
+PG26 -23215.275097 -13295.947147    452.851578   -153.843290
+PG27 -15224.042293  -1391.912317  22394.767440    304.258266
+PG28   4109.867364 -18035.395507  19488.894023     66.730037
+PG29 -11671.907855  10587.852594 -21308.491330    238.969913
+PG30 -12879.355400  20761.341877 -10849.143709     86.600108
+PG31   7729.818262  23396.328366  -9430.739087    139.918230
+PG32  23806.961444  -4718.389645  10522.732150   -327.001242
+PR01 -20729.471713  12802.434031   7585.880042   -181.037116
+PR02  -5649.470589  13426.398715  20953.414756   -253.989879
+PR03   5417.756651  18712.954670 -16540.517118     59.448645
+PR04 -17172.541359 -17253.210867   7648.506491 999999.999999
+PR05  20771.001812 -12782.628944  -7473.479654   -169.856953
+PR06   6466.698394 -13513.168299 -20662.750136    -67.095002
+PR07 -13489.736601  -4994.630391 -21062.525617   -205.414002
+PR08 -23008.240832   4626.152743  -9982.834614    -35.245845
+PR09   2749.876327 -25374.702405   1222.021296    -41.353525
+PR10  -5422.740462 -18566.881591  16554.798460    -88.676721
+PR11 -10576.806585   -826.887396  23191.453964    -74.655172
+PR12  -9604.215837  17994.060044  15404.484192   -151.532776
+PR13  -2402.841280  25388.029855   -992.552274   -319.062451
+PR15  10659.514029  -1947.900905 -23095.782850     66.770860
+PR16   9602.829400 -17845.016448 -15459.751118    -31.964588
+PR17  18564.998547  16961.273632  -4523.140396   -258.249124
+PR18  20651.409294   7971.901518  12793.820923    -34.955696
+PR19  10633.221373  -5196.611236  22591.975512   -175.045239
+PR20  -5972.459102 -15800.530478  19091.682720    -79.472772
+PR21 -18613.355087 -16831.148396   4844.895142    -74.561485
+PR22 -20644.568642  -8062.102846 -12490.404450     18.274596
+PR23 -10584.278996   5374.833360 -22588.228608   -317.584762
+PR24   5468.823158  15527.861384 -19508.381648    -47.552679
+*  2011  9 11 19 30  0.00000000
+PG01  13886.796845  -7736.083640  21269.857077     -2.151251
+PG02 -14150.473929 -16343.543767 -15674.295582    355.591149
+PG03  23460.351699  11228.332646  -6564.204611    766.967893
+PG04  -6455.644130 -25293.373031  -3996.273654    228.384507
+PG05 -16710.217334  -5043.512391 -20063.224756   -216.851746
+PG06  20511.874102  14251.721981  -9249.244617    -73.264918
+PG07   6936.687635 -21258.409669 -14135.165604     26.285692
+PG08   2337.602022 -25540.906677  -5565.579280      9.103826
+PG09 -14098.713506   3279.157347  21720.908097    104.976046
+PG10   -466.197921 -17581.884256 -20012.816632    -12.846744
+PG11  17161.952879   -998.088270  19952.387983   -185.036794
+PG12 -22964.379542  10681.480640   7708.695454     21.723804
+PG13  13970.857388  -8471.905589 -21096.763930    252.005134
+PG14   6743.420459  17398.667631  19133.632124    171.712644
+PG15 -25036.829510  -2976.270872   8637.808018   -106.720506
+PG16  17630.753546   3616.929012 -19625.884775   -197.171256
+PG17  -7409.206335 -17574.472661  18723.355913    175.543848
+PG18 -14264.545062  20016.369540   9908.364225    156.824055
+PG19  24822.302128   7477.136014   6580.432014   -182.768545
+PG20  22322.458434 -12875.733193   6144.377714     52.826170
+PG21  -4902.262698  23333.054645 -10613.372031   -170.788730
+PG22  -1885.970179  18886.575468  18717.372046    144.608191
+PG23  21480.684170  -2728.700770 -15603.024732    276.784852
+PG24  14999.400182  -4799.108766  21397.176976    423.080713
+PG25 -19263.256052  18023.728134  -2981.491133     18.266132
+PG26 -23101.995266 -13407.345059  -2426.973076   -153.854647
+PG27 -15563.075747  -3753.960005  21901.822435    304.261745
+PG28   5881.524341 -19070.411843  17923.241816     66.732800
+PG29 -13801.178336   9458.605592 -20552.275496    238.972778
+PG30 -13813.120110  21285.842444  -8292.739558     86.595606
+PG31   7614.708031  24363.747537  -6728.027193    139.923141
+PG32  22806.049646  -3819.134129  12931.800761   -327.007279
+PR01 -21346.297406  13239.156443   4491.725860   -181.037082
+PR02  -7877.818199  14536.283654  19438.842772   -253.992170
+PR03   5437.849827  20606.815456 -14107.970419     59.450905
+PR04 -16330.454059 -16492.442905  10600.924123 999999.999999
+PR05  21376.578819 -13213.000132  -4374.529268   -169.857088
+PR06   8653.788592 -14614.132261 -19052.752510    -67.094910
+PR07 -11146.483961  -6251.420448 -22075.474028   -205.413539
+PR08 -21690.093696   4128.530134 -12762.071588    -35.245354
+PR09   2571.954817 -25347.345356  -1993.954765    -41.353269
+PR10  -5429.809496 -20475.878512  14118.097352    -88.675987
+PR11 -10362.566269  -3673.678490  23017.090283    -74.654846
+PR12  -9280.223155  15976.391378  17644.270121   -151.531863
+PR13  -2203.982862  25324.181412   2237.596941   -319.063878
+PR15  10425.608434    907.186284 -23258.626584     66.772094
+PR16   9292.899098 -15821.462123 -17704.209766    -31.964027
+PR17  18051.726682  16393.224058  -7623.482847   -258.247642
+PR18  21881.566727   8656.513140  10003.780436    -34.955914
+PR19  12887.502857  -3647.184104  21704.360940   -175.046173
+PR20  -4016.845431 -14308.343937  20716.135345    -79.472886
+PR21 -18059.596524 -16249.143015   7929.978246    -74.562699
+PR22 -21844.481824  -8739.776866  -9662.495118     18.275751
+PR23 -12850.944417   3850.844346 -21706.383342   -317.587773
+PR24   3462.064393  14040.369382 -21037.129109    -47.553932
+*  2011  9 11 19 45  0.00000000
+PG01  14362.598211  -5322.414240  21690.115380     -2.152785
+PG02 -14263.504809 -18028.310901 -13644.098702    355.592888
+PG03  22573.938547  11323.896945  -9145.330566    766.972395
+PG04  -6165.390122 -25624.045802  -1186.835258    228.394535
+PG05 -14964.044116  -6610.296997 -20956.734375   -216.856555
+PG06  19273.818626  14151.638729 -11682.973488    -73.256630
+PG07   7380.720864 -19563.064771 -16224.947802     26.287329
+PG08   2588.729862 -24746.615181  -8376.456620      9.103929
+PG09 -14576.044752    727.583002  21640.905869    104.978195
+PG10   1335.902424 -18835.444955 -18746.404377    -12.847870
+PG11  18028.121742   1170.667667  19209.116191   -185.039863
+PG12 -22284.592279   9874.524760  10348.058571     21.725953
+PG13  16040.436172  -7435.540878 -19985.994784    252.003497
+PG14   4678.554213  16578.252743  20432.534681    171.714281
+PG15 -25738.507638  -3494.962134   5983.719861   -106.719074
+PG16  15852.317009   5077.954858 -20758.798215   -197.173200
+PG17  -5347.403365 -16849.721729  20034.742377    175.542416
+PG18 -15218.149352  20363.448234   7331.684251    156.825692
+PG19  25263.074341   7932.532385   3831.013509   -182.772228
+PG20  21888.933555 -12049.303874   8766.735607     52.826579
+PG21  -5460.183099  21970.002179 -12958.540544   -170.790981
+PG22  -3591.413729  20015.466787  17209.804627    144.607782
+PG23  22966.820185  -1984.052973 -13488.240118    276.782089
+PG24  15316.828101  -2361.692861  21607.633845    423.083578
+PG25 -19555.228115  17950.720882   -122.992043     18.267769
+PG26 -22707.313897 -13385.447128  -5266.281873   -153.866004
+PG27 -16021.544037  -6019.058398  21055.173105    304.265223
+PG28   7445.171433 -20087.670244  16058.164235     66.735562
+PG29 -15888.802308   8483.164517 -19440.069149    238.975643
+PG30 -14513.569628  21648.073777  -5595.795568     86.591104
+PG31   7505.617508  25023.102213  -3907.357841    139.928052
+PG32  21638.173832  -2727.431119  15116.676458   -327.013315
+PR01 -21592.184194  13532.269645   1310.401825   -181.037048
+PR02  -9837.519503  15701.641916  17547.226060   -253.994461
+PR03   5603.979187  22178.668433 -11403.000164     59.453165
+PR04 -15133.678836 -15616.133806  13347.599596 999999.999999
+PR05  21611.264128 -13498.423769  -1190.597202   -169.857224
+PR06  10562.231167 -15763.462950 -17073.393795    -67.094819
+PR07  -8813.608576  -7720.875675 -22659.701196   -205.413076
+PR08 -20125.083092   3378.822605 -15293.239121    -35.244863
+PR09   2385.571286 -24914.750384  -5171.410448    -41.353012
+PR10  -5583.695352 -22061.749320  11405.516604    -88.675253
+PR11 -10362.881582  -6478.909565  22395.746280    -74.654520
+PR12  -9099.708064  13685.043701  19542.932247   -151.530950
+PR13  -2007.058715  24851.235921   5424.323420   -319.065304
+PR15  10409.219357   3764.971348 -22969.611791     66.773328
+PR16   9125.819084 -13526.531736 -19604.377285    -31.963466
+PR17  17181.717659  15669.243079 -10576.421927   -258.246160
+PR18  22855.236428   9066.360464   7020.802919    -34.956132
+PR19  15134.366530  -2338.324524  20395.048505   -175.047106
+PR20  -1807.859014 -12872.772452  21937.667034    -79.473000
+PR21 -17147.942584 -15519.024927  10861.853023    -74.563913
+PR22 -22780.846619  -9143.176255  -6645.263524     18.276907
+PR23 -15107.887306   2565.929588 -20403.453598   -317.590785
+PR24   1211.962151  12620.665115 -22158.268421    -47.555185
+*  2011  9 11 20  0  0.00000000
+PG01  14969.678375  -2911.047868  21736.866948     -2.154320
+PG02 -14402.275463 -19469.427977 -11383.569868    355.594628
+PG03  21420.650747  11413.565227 -11574.277298    766.976897
+PG04  -5817.125435 -25656.356011   1643.422943    228.410587
+PG05 -13240.538036  -8320.000914 -21490.678156   -216.861364
+PG06  17775.279366  14049.878924 -13916.803961    -73.248055
+PG07   7963.252799 -17678.661371 -18032.534452     26.288908
+PG08   2928.687662 -23656.124038 -11038.085273      9.103678
+PG09 -15182.931423  -1762.813479  21168.651599    104.970299
+PG10   2957.146515 -20072.246920 -17159.152543    -12.848995
+PG11  18930.915381   3207.630031  18128.102928   -185.034238
+PG12 -21434.355026   8837.782974  12807.711995     21.728101
+PG13  18031.370346  -6571.699796 -18536.061478    252.001860
+PG14   2451.651919  15830.851922  21386.288882    171.716325
+PG15 -26172.432022  -3894.470655   3227.733619   -106.717926
+PG16  14073.597419   6707.590995 -21536.441366   -197.175425
+PG17  -3127.369570 -16193.716897  21007.468414    175.540801
+PG18 -15936.624704  20553.045960   4627.386840    156.827737
+PG19  25437.252158   8247.904287   1017.075280   -182.775781
+PG20  21292.379196 -10997.485837  11236.819977     52.827876
+PG21  -6136.164499  20382.979469 -15068.306906   -170.793232
+PG22  -5105.471783  21100.288566  15408.740138    144.607387
+PG23  24250.142204  -1396.322079 -11145.147512    276.779290
+PG24  15756.309856     56.389085  21447.575243    423.086341
+PG25 -19617.120056  17668.332415   2737.624938     18.269406
+PG26 -22023.697312 -13269.481292  -8018.185099   -153.877362
+PG27 -16578.681978  -8146.032107  19868.658217    304.268702
+PG28   8785.820798 -21044.290508  13923.301766     66.738110
+PG29 -17887.062687   7665.633606 -17991.127143    238.978508
+PG30 -14994.446541  21812.076790  -2803.616454     86.586602
+PG31   7363.351474  25368.292800  -1018.307618    139.932963
+PG32  20345.979042  -1438.616054  17040.723867   -327.019021
+PR01 -21485.650033  13629.760833  -1896.355185   -181.037013
+PR02 -11495.263058  16867.328838  15315.230323   -253.996752
+PR03   5868.729533  23388.860340  -8477.868644     59.455426
+PR04 -13589.049088 -14683.722003  15835.230379 999999.999999
+PR05  21493.950898 -13587.057155   2016.464379   -169.857360
+PR06  12160.541394 -16905.137074 -14763.088744    -67.094728
+PR07  -6552.621868  -9375.374576 -22803.973402   -205.412613
+PR08 -18371.178206   2359.751809 -17527.114338    -35.244371
+PR09   2246.205559 -24086.077792  -8248.980728    -41.352755
+PR10  -5836.887925 -23284.007925   8470.008352    -88.674519
+PR11 -10567.808596  -9172.628799  21339.747482    -74.654195
+PR12  -9097.467685  11175.265894  21063.199657   -151.530037
+PR13  -1868.091061  23980.134322   8505.757954   -319.066731
+PR15  10606.074918   6553.786951 -22233.990757     66.774561
+PR16   9136.303593 -11016.392437 -21123.726295    -31.962905
+PR17  15951.306019  14847.292119 -13324.812131   -258.244679
+PR18  23523.732180   9232.214536   3902.426772    -34.956350
+PR19  17307.185924  -1284.508623  18689.465384   -175.048040
+PR20    610.085855 -11546.117379  22732.747413    -79.473114
+PR21 -15876.318723 -14698.835044  13583.790353    -74.565128
+PR22 -23405.114566  -9303.865110  -3497.761354     18.278063
+PR23 -17288.627983   1533.868738 -18704.689577   -317.593796
+PR24  -1235.280773  11319.176770 -22850.151592    -47.556438
+*  2011  9 11 20 15  0.00000000
+PG01  15696.735448   -549.696482  21409.293985     -2.155855
+PG02 -14532.531818 -20648.581383  -8931.438615    355.596367
+PG03  20017.385328  11530.841533 -13811.268591    766.981399
+PG04  -5376.528895 -25398.568655   4444.723104    228.420716
+PG05 -11578.660382 -10144.943854 -21655.573588   -216.866173
+PG06  16036.704662  13980.039237 -15911.921097    -73.239767
+PG07   8698.792036 -15649.526297 -19526.955374     26.290545
+PG08   3389.974723 -22298.722440 -13503.375511      9.103780
+PG09 -15899.883011  -4141.840157  20313.051882    104.972448
+PG10   4381.490158 -21250.183789 -15277.031910    -12.850121
+PG11  19840.413751   5083.090222  16729.653972   -185.037308
+PG12 -20455.708827   7565.310200  15045.129826     21.730250
+PG13  19895.798504  -5877.828625 -16771.480298    252.000223
+PG14    102.219538  15184.478353  21978.629276    171.717962
+PG15 -26319.544769  -4206.162316    416.791760   -106.716494
+PG16  12337.436969   8481.872167 -21944.632185   -197.177369
+PG17   -787.826775 -15632.672478  21624.677858    175.539369
+PG18 -16432.177994  20550.871267   1842.175507    156.829374
+PG19  25326.627415   8455.612434  -1813.983615   -182.779464
+PG20  20570.133502  -9714.833172  13511.491687     52.828285
+PG21  -6947.679720  18610.499600 -16904.216594   -170.795483
+PG22  -6417.075573  22100.542106  13344.345181    144.606978
+PG23  25295.956958   -944.044816  -8613.750303    276.776527
+PG24  16307.274943   2408.678341  20920.665337    423.089206
+PG25 -19477.175108  17151.736364   5551.025143     18.271043
+PG26 -21052.065638 -13100.109926 -10637.771611   -153.888719
+PG27 -17207.177014 -10098.399903  18361.251734    304.272181
+PG28   9896.637094 -21896.367070  11553.100314     66.740873
+PG29 -19749.441670   7001.879924 -16230.572394    238.981372
+PG30 -15276.577875  21746.586541     36.474369     86.582100
+PG31   7149.001047  25402.667272   1888.539080    139.937875
+PG32  18973.605615     43.910608  18672.149672   -327.025058
+PR01 -21056.975513  13485.782547  -5066.297542   -181.036979
+PR02 -12829.777633  17974.595177  12786.121801   -253.999043
+PR03   6178.769238  24209.752505  -5389.056712     59.457686
+PR04 -11716.410100 -13753.736813  18015.539225 999999.999999
+PR05  21055.274945 -13433.297447   5184.350973   -169.857496
+PR06  13429.494873 -17979.906598 -12166.644911    -67.094637
+PR07  -4419.599963 -11176.778409 -22505.595117   -205.412149
+PR08 -16490.706124   1066.033331 -19420.252330    -35.243880
+PR09   2206.565179 -22883.502592 -11167.243998    -41.352499
+PR10  -6135.856005 -24114.405892   5368.929516    -88.673784
+PR11 -10955.362553 -11688.729388  19869.825598    -74.653869
+PR12  -9297.860465   8509.613422  22175.000846   -151.529124
+PR13  -1839.922218  22735.004087  11422.036885   -319.068157
+PR15  10999.401711   9204.306832 -21065.719720     66.775795
+PR16   9348.528173  -8354.236524 -22233.199323    -31.962344
+PR17  14369.930835  13986.413793 -15815.417720   -258.243197
+PR18  23847.555613   9194.281512    708.786144    -34.956568
+PR19  19339.380768   -487.594524  16620.740102   -175.048973
+PR20   3183.114964 -10372.541726  23086.160320    -79.473228
+PR21 -14255.736584 -13847.369081  16043.050838    -74.566342
+PR22 -23678.365075  -9262.905052   -281.668630     18.279219
+PR23 -19326.837603    755.890929 -16643.014148   -317.596807
+PR24  -3824.428592  10177.858906 -23099.426381    -47.557691
+*  2011  9 11 20 30  0.00000000
+PG01  16524.817127   1716.560653  20713.026748     -2.157390
+PG02 -14618.157768 -21555.366316  -6329.365314    355.598107
+PG03  18387.961229  11706.105613 -15819.832038    766.985901
+PG04  -4812.220702 -24867.322127   7167.568670    228.430846
+PG05 -10012.564283 -12051.094233 -21448.249512   -216.870982
+PG06  14085.933057  13972.123511 -17633.405431    -73.231479
+PG07   9593.864158 -13523.201999 -20682.815903     26.292182
+PG08   3999.158597 -20711.344715 -15729.024494      9.103883
+PG09 -16699.883505  -6364.049324  19090.264138    104.974596
+PG10   5600.815056 -22326.132489 -13131.308651    -12.851246
+PG11  20723.359994   6773.933121  15039.533695   -185.040377
+PG12 -19392.605617   6059.879044  17021.749485     21.732399
+PG13  21588.249129  -5343.066172 -14722.058144    251.998586
+PG14  -2325.426767  14660.291020  22199.271249    171.719599
+PG15 -26168.692537  -4464.497227  -2401.245346   -106.715061
+PG16  10682.623932  10369.458146 -21975.453808   -197.179313
+PG17   1627.897684 -15186.155838  21875.392744    175.537936
+PG18 -16724.134929  20327.315452   -975.370923    156.831011
+PG19  24920.871610   8591.196671  -4614.521623   -182.783148
+PG20  19761.455573  -8204.040246  15550.950898     52.828695
+PG21  -7905.053716  16695.841668 -18433.056712   -170.797734
+PG22  -7522.957064  22975.747562  11051.396442    144.606568
+PG23  26075.714480   -599.855776  -5937.037765    276.773765
+PG24  16951.815531   4651.631147  20036.768896    423.092071
+PG25 -19169.063207  16383.228967   8268.660729     18.272680
+PG26 -19801.770415 -12917.784902 -13082.716651   -153.900076
+PG27 -17874.156245 -11845.501394  16556.827565    304.275660
+PG28  10779.102576 -22600.641416   8986.375502     66.743635
+PG29 -21432.300000   6479.851284 -14188.951191    238.984237
+PG30 -15386.966805  21426.379283   2875.901070     86.577598
+PG31   6825.669064  25138.776052   4762.521315    139.942786
+PG32  17565.005277   1708.690460  19984.455076   -327.031095
+PR01 -20346.797746  13062.802766  -8137.874667   -181.036945
+PR02 -13832.462928  18963.599581  10008.934432   -254.001335
+PR03   6477.297161  24626.745824  -2196.191674     59.459946
+PR04  -9548.031601 -12881.241053  19846.208126 999999.999999
+PR05  20336.189968 -12999.922768   8251.518573   -169.857632
+PR06  14362.669770 -18927.838454  -9334.398174    -67.094545
+PR07  -2463.049699 -13077.862840 -21770.452954   -205.411686
+PR08 -14547.796664   -495.138416 -20935.833446    -35.243389
+PR09   2314.139715 -21341.355383 -13869.850204    -41.352242
+PR10  -6423.545550 -24538.004738   2162.900545    -88.673050
+PR11 -11492.524680 -13967.455294  18014.700072    -74.653543
+PR12  -9713.620880   5755.585342  22856.087783   -151.528211
+PR13  -1969.741633  21152.222700  14116.466980   -319.069583
+PR15  11560.655797  11652.202517 -19487.214512     66.777029
+PR16   9775.008023  -5607.850739 -22911.736654    -31.961783
+PR17  12459.978008  13144.136027 -17999.935655   -258.241715
+PR18  23798.100757   9000.279649  -2498.525160    -34.956786
+PR19  21167.075852     63.025414  14229.060395   -175.049906
+PR20   5849.903595  -9386.290525  22991.280780    -79.473342
+PR21 -12310.076356 -13021.594316  18191.899274    -74.567556
+PR22 -23573.035717  -9068.854068   2939.948433     18.280374
+PR23 -21158.978110    220.849940 -14258.390353   -317.599818
+PR24  -6493.263151   9228.511286 -22901.288086    -47.558945
+*  2011  9 11 20 45  0.00000000
+PG01  17428.013747   3846.821046  19660.047412     -2.158924
+PG02 -14622.665790 -22187.492490  -3621.262301    355.599846
+PG03  16562.333645  11965.376004 -17567.294733    766.990403
+PG04  -4097.245418 -24086.968831   9763.687260    228.440975
+PG05  -8570.397047 -13999.213493 -20871.923338   -216.875791
+PG06  11957.322669  14051.245796 -19050.872431    -73.223191
+PG07  10646.631386 -11348.717183 -21480.709987     26.293819
+PG08   4775.634652 -18937.120803 -17676.321677      9.103985
+PG09 -17549.528219  -8390.377861  17523.312208    104.976745
+PG10   6615.104570 -23257.606315 -10758.086568    -12.852372
+PG11  21544.488695   8264.270357  13088.404487   -185.043447
+PG12 -18289.163769   4333.056343  18703.638771     21.734547
+PG13  23067.258575  -4948.807035 -12422.417675    251.996949
+PG14  -4783.632874  14271.800648  22044.093241    171.721236
+PG15 -25717.075021  -4705.519151  -5178.389238   -106.713629
+PG16   9142.495246  12332.647732 -21627.451209   -197.181257
+PG17   4073.301136 -14866.334535  21754.724810    175.536504
+PG18 -16838.061404  19858.801542  -3775.675333    156.832648
+PG19  24217.981006   8691.859401  -7337.403663   -182.786831
+PG20  18905.938031  -6476.057570  17319.467154     52.829104
+PG21  -9010.849699  14685.367515 -19627.544776   -170.799985
+PG22  -8427.605429  23687.006434   8568.734063    144.606159
+PG23  26568.017145   -331.722539  -3160.284142    276.771002
+PG24  17665.391884   6746.065448  18811.728787    423.094936
+PG25 -18730.455863  15353.081925  10843.615727     18.274317
+PG26 -18290.287160 -12761.149160 -15313.828829   -153.911433
+PG27 -18542.373918 -13363.434668  14483.878343    304.279139
+PG28  11442.874609 -23116.199240   6265.783743     66.746398
+PG29 -22896.453355   6080.212846 -11901.690903    238.987102
+PG30 -15357.638740  20833.419066   5665.651905     86.573096
+PG31   6360.105555  24597.775474   7553.817568    139.947697
+PG32  16162.304838   3536.524453  20956.781187   -327.037131
+PR01 -19404.286427  12333.417188 -11051.428512   -181.036911
+PR02 -14507.495637  19775.987188   7037.524752   -254.003626
+PR03   6706.641953  24638.783801   1039.083965     59.462207
+PR04  -7127.507982 -12115.437246  21291.696757 999999.999999
+PR05  19386.126592 -12259.891124  11158.381580   -169.857768
+PR06  14966.460399 -19690.901432  -6321.242646    -67.094454
+PR07   -722.104822 -15024.144415 -20612.894686   -205.411223
+PR08 -12605.770607  -2304.134437 -22044.381004    -35.242897
+PR09   2608.977535 -19504.779181 -16304.590468    -41.351986
+PR10  -6642.037205 -24553.698948  -1085.403521    -88.672316
+PR11 -12136.726087 -15957.643673  15810.508696    -74.653218
+PR12 -10345.171553   2983.050986  23092.516930   -151.527298
+PR13  -2296.852925  19278.985069  16536.630985   -319.071010
+PR15  12250.770966  13840.601345 -17528.937970     66.778263
+PR16  10415.984480  -2847.013013 -23146.646327    -31.961222
+PR17  10256.093731  12373.953285 -19835.927740   -258.240233
+PR18  23358.928466   8703.210524  -5657.618236    -34.957004
+PR19  22731.664558    389.740306  11560.893313   -175.050840
+PR20   8543.999230  -8610.349088  22450.184673    -79.473456
+PR21 -10075.343727 -12274.154831  19988.528769    -74.568770
+PR22 -23074.184998  -8775.447475   6103.911070     18.281530
+PR23 -22726.844247    -94.073846 -11597.052660   -317.602830
+PR24  -9174.929980   8491.539736 -22259.569637    -47.560198
+*  2011  9 11 21  0  0.00000000
+PG01  18374.433842   5805.739559  18268.484406     -2.160459
+PG02 -14510.697806 -22550.702159   -852.597058    355.601585
+PG03  14575.607502  12329.245336 -19025.222901    766.994905
+PG04  -3210.385108 -23088.608447  12186.962027    228.451105
+PG05  -7273.340647 -15946.213719 -19936.169797   -216.880600
+PG06   9690.628292  14236.522723 -20139.046027    -73.214904
+PG07  11846.851466  -9174.819053 -21907.519217     26.295456
+PG08   5730.697595 -17023.696583 -19311.840455      9.104087
+PG09 -18410.440275 -10189.501046  15641.543967    104.978894
+PG10   7432.303783 -24004.420100  -8197.746187    -12.853497
+PG11  22267.927805   9545.779281  10911.192139   -185.046516
+PG12 -17187.936864   2404.935764  20062.073126     21.736696
+PG13  24296.852839  -4669.563916  -9911.445216    251.995312
+PG14  -7223.008619  14024.370423  21515.228675    171.722873
+PG15 -24970.390982  -4965.286617  -7867.315829   -106.712196
+PG16   7743.749350  14328.655700 -20905.719623   -197.183201
+PG17   6500.262737 -14677.509226  21263.997121    175.535071
+PG18 -16804.625727  19128.918189  -6509.088987    156.834285
+PG19  23224.427403   8794.892536  -9936.742593   -182.790515
+PG20  18041.914842  -4549.883108  18786.037852     52.829513
+PG21 -10259.603086  12626.721985 -20466.866167   -170.802236
+PG22  -9142.925972  24198.528911   5938.636378    144.605750
+PG23  26759.372799   -104.349675   -330.322142    276.768240
+PG24  18417.795835   8658.431957  17267.052413    423.097801
+PG25 -18201.455003  14060.093456  13231.423951     18.275954
+PG26 -16542.640589 -12665.535250 -17295.538191   -153.922791
+PG27 -19171.565326 -14635.775251  12175.185866    304.282617
+PG28  11905.330540 -23406.129581   3437.199091     66.749160
+PG29 -24108.584125   5777.276219  -9408.470413    238.989967
+PG30 -15224.281142  19957.753432   8357.133831     86.568594
+PG31   5724.187713  23808.509180  10214.327616    139.952608
+PG32  14804.277455   5501.081226  21574.149340   -327.043168
+PR01 -18284.978971  11281.746179 -13750.353310   -181.036877
+PR02 -14871.407234  20357.426236   3929.532218   -254.005917
+PR03   6810.905914  24258.313128   4254.282843     59.464467
+PR04  -4508.190898 -11497.537884  22323.930020 999999.999999
+PR05  18260.813389 -11197.720290  13848.472145   -169.857904
+PR06  15259.562942 -20215.492139  -3185.573112    -67.094363
+PR07    774.874177 -16956.026176 -19055.446112   -205.410760
+PR08 -10724.580735  -4329.464097 -22724.335554    -35.242406
+PR09   3121.777480 -17427.957166 -18424.389276    -41.351729
+PR10  -6735.247225 -24174.167649  -4312.503597    -88.671582
+PR11 -12837.745196 -17618.613048  13300.098959    -74.652892
+PR12 -11180.466856    261.570826  22878.974389   -151.526385
+PR13  -2850.776430  17171.433885  18635.412029   -319.072436
+PR15  13021.873528  15722.242273 -15228.825061     66.779497
+PR16  11259.342452   -140.824313 -22933.812369    -31.960661
+PR17   7803.995250  11722.989922 -21287.644502   -258.238751
+PR18  22526.557596   8358.916544  -8707.481698    -34.957222
+PR19  23982.169976    525.534215   8668.082413   -175.051773
+PR20  11196.361087  -8055.593263  21473.590531    -79.473570
+PR21  -7598.429321 -11651.069269  21397.876953    -74.569985
+PR22 -22180.231611  -8439.063391   9148.204269     18.282686
+PR23 -23979.901991   -222.174780  -8710.616061   -317.605841
+PR24 -11800.484191   7975.209548 -21186.668555    -47.561451
+*  2011  9 11 21 15  0.00000000
+PG01  19327.424635   7564.692944  16562.300617     -2.161994               P   P
+PG02 -14249.483303 -22658.407145   1930.314496    355.603325               P   P
+PG03  12466.884389  12812.021099 -20169.805278    766.999407               P   P
+PG04  -2137.243849 -21908.852232  14394.328003    228.461234               P   P
+PG05  -6134.928031 -17846.677972 -18656.780102   -216.885409               P   P
+PG06   7329.665652  14540.201691 -20878.253109    -73.206616               P   P
+PG07  13176.174623  -7048.236456 -21956.595276     26.297093               P   P
+PG08   6866.960538 -15021.399286 -20608.002874      9.104190               P   P
+PG09 -19240.898185 -11738.843337  13479.951983    104.981042               P   P
+PG10   8067.863017 -24530.301298  -5494.285576    -12.854623               P   P
+PG11  22858.616512  10617.742600   8546.395214   -185.049586               P   P
+PG12 -16128.264060    303.538361  21074.013784     21.738845               P   P
+PG13  25247.838194  -4474.097791  -7231.667961    251.993675               P   P
+PG14  -9594.102844  13915.031222  20621.064772    171.724510               P   P
+PG15 -23942.675934  -5278.304831 -10422.148980   -106.710764               P   P
+PG16   6505.517834  16311.107281 -19821.878854   -197.185145               P   P
+PG17   8860.672570 -14615.952208  20410.771429    175.533639               P   P
+PG18 -16658.244950  18129.284382  -9126.847090    156.835922               P   P
+PG19  21955.008722   8936.104515 -12368.624782   -182.794198               P   P
+PG20  17204.928987  -2452.035067  19924.960730     52.829922               P   P
+PG21 -11637.913583  10567.001032 -20937.046190   -170.804487               P   P
+PG22  -9687.611544  24479.066787   3206.123658    144.605341               P   P
+PG23  26644.666827    119.300317   2505.200107    276.765477               P   P
+PG24  19174.333449  10361.865561  15429.514957    423.100666               P   P
+PG25 -17622.937506  12511.814916  15390.844871     18.277591               P   P
+PG26 -14590.586848 -12661.606118 -18996.328101   -153.934148               P   P
+PG27 -19719.928125 -15654.051467   9667.439903    304.286096               P   P
+PG28  12190.806462 -23439.080472    548.997950     66.751923               P   P
+PG29 -25042.433493   5540.183151  -6752.515427    238.992832               P   P
+PG30 -15024.726388  18798.115546  10903.050307     86.564092               P   P
+PG31   4896.186613  22806.309188  12698.503594    139.957520               P   P
+PG32  13524.974775   7569.767380  21827.600360   -327.049205               P   P
+PR01 -17048.365949   9904.356230 -16182.196834   -181.036842               P   P
+PR02 -14952.151829  20659.995956    745.264631   -254.008208               P   P
+PR03   6738.543524  23510.703193   7387.261258     59.466727               P   P
+PR04  -1751.218395 -11058.989047  22922.841795 999999.999999               P   P
+PR05  17019.852131  -9810.389483  16269.538109   -169.858039               P   P
+PR06  15271.955811 -20454.794276     11.840091    -67.094271               P   P
+PR07   2011.239988 -18811.173491 -17128.371448   -205.410296               P   P
+PR08  -8958.412677  -6528.854032 -22962.474639    -35.241915               P   P
+PR09   3872.374992 -15171.983575 -20188.201677    -41.351472               P   P
+PR10  -6651.554131 -23425.257903  -7455.381529    -88.670848               P   P
+PR11 -13539.938295 -18921.621086  10532.194119    -74.652566               P   P
+PR12 -12195.380133  -2342.277968  22218.934852   -151.525472               P   P
+PR13  -3649.768775  14892.430365  20371.916555   -319.073863               P   P
+PR15  13819.392418  17261.237903 -12631.555289     66.780730               P   P
+PR16  12281.059472   2444.915324 -22277.740253    -31.960100               P   P
+PR17   5158.825717  11229.943455 -22326.725012   -258.237269               P   P
+PR18  21310.739046   8023.525673 -11589.141562    -34.957441               P   P
+PR19  24877.304779    512.348349   5606.839419   -175.052707               P   P
+PR20  13738.011443  -7720.465021  20080.635934    -79.473684               P   P
+PR21  -4935.418907 -11189.717681  22392.318342    -74.571199               P   P
+PR22 -20903.137594  -8116.084741  12013.226761     18.283842               P   P
+PR23 -24877.325866   -205.577448  -5655.079602   -317.608852               P   P
+PR24 -14301.532391   7675.421758 -19703.312047    -47.562704               P   P
+*  2011  9 11 21 30  0.00000000
+PG01  20246.990322   9102.684060  14570.880711     -2.163529               P   P
+PG02 -13810.204045 -22531.060508   4681.017261    355.605064               P   P
+PG03  10277.981479  13421.098601 -20982.179977    767.003909               P   P
+PG04   -871.054487 -20588.369585  16346.610339    228.471364               P   P
+PG05  -5160.662607 -19654.485933 -17055.512226   -216.890218               P   P
+PG06   4920.811626  14967.063017 -21254.826563    -73.198328               P   P
+PG07  14608.764038  -5012.040846 -21627.825845     26.298731               P   P
+PG08   8178.140515 -12981.327999 -21543.509233      9.104292               P   P
+PG09 -19997.597273 -13025.208150  11078.382631    104.983191               P   P
+PG10   8543.977016 -24804.380393  -2694.571148    -12.855748               P   P
+PG11  23283.683052  11486.795852   6035.355989   -185.052655               P   P
+PG12 -15144.766353  -1936.093841  21722.479881     21.740993               P   P
+PG13  25898.852078  -4326.774839  -4428.568083    251.992038               P   P
+PG14 -11849.091794  13932.620334  19376.146032    171.726148               P   P
+PG15 -22655.836784  -5676.017594 -12799.223624   -106.709331               P   P
+PG16   5438.735372  18231.695047 -18393.929574   -197.187089               P   P
+PG17  11108.074038 -14670.060871  19208.777597    175.532206               P   P
+PG18 -16435.569914  16860.101331 -11582.029659    156.837560               P   P
+PG19  20432.403629   9148.304076 -14591.811358   -182.797882               P   P
+PG20  16426.322456   -215.725612  20716.307836     52.830332               P   P
+PG21 -13124.887125   8550.972193 -21031.150097   -170.806738               P   P
+PG22 -10086.247819  24503.194920    418.200605    144.604931               P   P
+PG23  26227.337652    376.424487   5298.569813    276.762714               P   P
+PG24  19897.180882  11836.981745  13330.687730    423.103530               P   P
+PG25 -17034.880530  10724.443184  17284.583325     18.279228               P   P
+PG26 -12471.582681 -12774.177675 -20389.113926   -153.945505               P   P
+PG27 -20145.687566 -16417.956825   7000.801573    304.289575               P   P
+PG28  12329.548991 -23190.645328  -2348.742568     66.754686               P   P
+PG29 -25679.727563   5334.295822  -3979.832274    238.995697               P   P
+PG30 -14797.335547  17362.200338  13258.284771     86.559590               P   P
+PG31   3861.773159  21631.568790  14964.115938    139.962431               P   P
+PG32  12352.565263   9704.822464  21714.238158   -327.055242               P   P
+PR01 -15755.328559   8210.665719 -18299.681528   -181.036808               P   P
+PR02 -14787.703783  20644.324949  -2453.469925   -254.010499               P   P
+PR03   6444.767173  22433.147815  10377.404395     59.468988               P   P
+PR04   1076.778631 -10820.121806  23076.764702 999999.999999               P   P
+PR05  15724.149800  -8107.723857  18374.558029   -169.858175               P   P
+PR06  15043.418164 -20370.872249   3209.022444    -67.094180               P   P
+PR07   2982.500728 -20527.021620 -14869.085748   -205.409833               P   P
+PR08  -7353.545703  -8850.788991 -22754.170014    -35.241423               P   P
+PR09   4868.686303 -12802.464264 -21561.799479    -41.351216               P   P
+PR10  -6346.236922 -22344.827478 -10452.732109    -88.670114               P   P
+PR11 -14184.709313 -19850.833734   7560.450173    -74.652241               P   P
+PR12 -13354.623635  -4767.459231  21124.646969   -151.524559               P   P
+PR13  -4699.823563  12509.058012  21712.277368   -319.075289               P   P
+PR15  14584.475786  18434.367190  -9787.685516     66.781964               P   P
+PR16  13446.165369   4850.180402 -21191.441368    -31.959539               P   P
+PR17   2383.118790  10923.394278 -22932.758902   -258.235787               P   P
+PR18  19734.199576   7750.889160 -14246.787519    -34.957659               P   P
+PR19  25387.143455    399.061974   2436.650019   -175.053640               P   P
+PR20  16102.689508  -7591.184701  18298.493935    -79.473798               P   P
+PR21  -2149.521451 -10917.202612  22952.218771    -74.572413               P   P
+PR22 -19268.027808  -7860.274234  14642.986536     18.284997               P   P
+PR23 -25389.649813    -93.215971  -2489.743199   -317.611863               P   P
+PR24 -16612.862651   7576.021134 -17838.164216    -47.563957               P   P
+*  2011  9 11 21 45  0.00000000
+PG01  21091.353242  10406.951605  12328.524554     -2.165064               P   P
+PG02 -13169.218443 -22195.286707   7353.622099    355.606804               P   P
+PG03   8052.064170  14156.585888 -21448.704253    767.008411               P   P
+PG04    586.829199 -19170.278471  18009.282811    228.481493               P   P
+PG05  -4347.956597 -21324.482810 -15159.734974   -216.895027               P   P
+PG06   2511.396834  15514.124052 -21261.405597    -73.190040               P   P
+PG07  16112.212825  -3104.166776 -20927.586271     26.300368               P   P
+PG08   9649.212572 -10953.449892 -22103.629303      9.104394               P   P
+PG09 -20637.463670 -14045.008586   8480.661730    104.985340               P   P
+PG10   8888.545400 -24802.496631    152.489812    -12.856874               P   P
+PG11  23513.730352  12166.401102   3421.509378   -185.055725               P   P
+PG12 -14266.046347  -4273.074424  21996.809970     21.743142               P   P
+PG13  26237.133774  -4189.100326  -1549.842476    251.990401               P   P
+PG14 -13943.419825  14058.241276  17800.980938    171.727785               P   P
+PG15 -21138.899745  -6185.416500 -14957.817039   -106.707899               P   P
+PG16   4545.836199  20041.935292 -16645.989978   -197.189033               P   P
+PG17  13199.259345 -14820.824054  17677.742388    175.530774               P   P
+PG18 -16173.872892  15330.361136 -13830.502324    156.839197               P   P
+PG19  18686.444381   9459.895973 -16568.406595   -182.801565               P   P
+PG20  15732.006118   2120.232588  21146.290665     52.830741               P   P
+PG21 -14692.902000   6619.427019 -20749.311849   -170.808989               P   P
+PG22 -10368.184791  24252.388802  -2376.950734    144.604522               P   P
+PG23  25519.250228    702.792471   8002.759461    276.759952               P   P
+PG24  20546.862101  13072.392352  11006.400190    423.106395               P   P
+PG25 -16474.733531   8722.382038  18879.940047     18.280865               P   P
+PG26 -10227.576069 -13021.256722 -21451.571337   -153.956863               P   P
+PG27 -20408.697956 -16935.286415   4218.407427    304.293054               P   P
+PG28  12356.412380 -22644.516957  -5205.122579     66.757448               P   P
+PG29 -26010.802095   5122.737589  -1138.394926    238.998562               P   P
+PG30 -14579.347469  15666.594641  15380.770157     86.555088               P   P
+PG31   2614.727406  20328.147034  16972.942580    139.967342               P   P
+PG32  11308.414980  11864.595218  21237.183951   -327.061278               P   P
+PR01 -14465.536030   6222.816323 -20061.625562   -181.036774               P   P
+PR02 -14424.244549  20281.389393  -5604.562038   -254.012790               P   P
+PR03   5893.679245  21073.093641  13166.786679     59.471248               P   P
+PR04   3906.198530 -10789.287957  22782.658539 999999.999999               P   P
+PR05  14433.315644  -6112.244567  20122.653632   -169.858311               P   P
+PR06  14621.649246 -19936.410982   6343.990629    -67.094089               P   P
+PR07   3696.247750 -22043.311059 -12321.430493   -205.409370               P   P
+PR08  -5946.562483 -11236.451235 -22103.477477    -35.240932               P   P
+PR09   6106.155847 -10386.944378 -22518.432266    -41.350959               P   P
+PR10  -5783.619228 -20981.098462 -13246.175378    -88.669379               P   P
+PR11 -14713.115268 -20403.767688   4442.421640    -74.651915               P   P
+PR12 -14613.167078  -6960.810092  19616.941210   -151.523646               P   P
+PR13  -5994.197111  10089.963328  22630.320798   -319.076715               P   P
+PR15  15256.611212  19231.843031  -6752.659776     66.783198               P   P
+PR16  14710.171009   7022.944184 -19696.160767    -31.958978               P   P
+PR17   -455.545128  10820.553558 -23093.699093   -258.234305               P   P
+PR18  17831.863652   7590.118833 -16628.845083    -34.957877               P   P
+PR19  25494.336690    239.178283   -780.884744   -175.054573               P   P
+PR20  18229.398973  -7642.488964  16161.837631    -79.473912               P   P
+PR21    691.301899 -10849.154559  23066.340080    -74.573628               P   P
+PR22 -17312.263279  -7720.277683  16986.215562     18.286153               P   P
+PR23 -25499.962182     61.477298    723.941540   -317.614875               P   P
+PR24 -18674.954943   7649.622824 -15627.282059    -47.565211               P   P
+*  2011  9 11 22  0  0.00000000
+PG01  21818.597394  11473.262554   9873.855389     -2.149027               P   P
+PG02 -12309.103469 -21682.801476   9903.500568    355.605502               P   P
+PG03   5832.236437  15011.193189 -21561.165917    767.012913               P   P
+PG04   2226.777451 -17698.448732  19353.127317    228.491612               P   P
+PG05  -3686.391636 -22814.127107 -13001.970566   -216.899836               P   P
+PG06    148.052649  16170.661455 -20897.123693    -73.181753               P   P
+PG07  17648.719493  -1356.146414 -19868.581259     26.302005               P   P
+PG08  11256.918527  -8984.779547 -22280.356341      9.104497               P   P
+PG09 -21119.440250 -14804.100835   5733.665753    104.987528               P   P
+PG10   9133.892910 -24508.260776   2996.839660    -12.863893               P   P
+PG11  23523.983031  12676.074799    749.624776   -185.058452               P   P
+PG12 -13513.640374  -6662.072390  21892.810722     21.745916               P   P
+PG13  26258.984115  -4021.372551   1355.381985    251.988415               P   P
+PG14 -15837.332024  14266.030816  15921.751400    171.729364               P   P
+PG15 -19426.998370  -6827.820651 -16860.837002   -106.706466               P   P
+PG16   3820.792745  21694.955465 -14607.913819   -197.190977               P   P
+PG17  15095.758194 -15042.587703  15843.116157    175.529160               P   P
+PG18 -15909.407850  13557.697295 -15831.810907    156.840834               P   P
+PG19  16753.131771   9893.640475 -18264.484702   -182.805117               P   P
+PG20  15141.459525   4512.743796  21207.508731     52.831136               P   P
+PG21 -16308.658184   4807.735826 -20098.599178   -170.811240               P   P
+PG22 -10566.216839  23715.852747  -5130.813966    144.603662               P   P
+PG23  24540.272149   1131.212187  10572.167511    276.757404               P   P
+PG24  21083.793595  14064.925101   8496.144284    423.109625               P   P
+PG25 -15975.900972   6537.488808  20149.381274     18.282502               P   P
+PG26  -7903.656578 -13413.321549 -22166.416335   -153.968220               P   P
+PG27 -20472.029132 -17221.591538   1365.810874    304.296147               P   P
+PG28  12309.346272 -21793.351989  -7969.359027     66.759530               P   P
+PG29 -26034.902477   4868.022295   1722.699264    239.001427               P   P
+PG30 -14405.261580  13736.355408  17232.323164     86.550586               P   P
+PG31   1157.328020  18941.669413  18691.372467    139.972661               P   P
+PG32  10406.437549  14004.953078  20405.447674   -327.067315               P   P
+PR01 -13234.912487   3975.013861 -21433.745831   -181.036740               P   P
+PR02 -13914.015551  19553.894517  -8646.807421   -254.015082               P   P
+PR03   5060.040485  19486.259035  15701.285867     59.473508               P   P
+PR04   6667.115990 -10962.516414  22046.172970 999999.999999               P   P
+PR05  13203.132843  -3858.489601  21479.882159   -169.858447               P   P
+PR06  14060.067891 -19136.028384   9355.949111    -67.093998               P   P
+PR07   4171.573600 -23304.545410  -9534.826028   -205.408907               P   P
+PR08  -4762.982067 -13621.978334 -21023.057590    -35.240441               P   P
+PR09   7567.731744  -7992.267615 -23039.350957    -41.350702               P   P
+PR10  -4938.827199 -19390.594117 -15781.403803    -88.668645               P   P
+PR11 -15068.498466 -20591.189810   1238.455610    -74.651589               P   P
+PR12 -15918.098480  -8879.047266  17724.860120   -151.522733               P   P
+PR13  -7513.481081   7702.644271  23108.084528   -319.078142               P   P
+PR15  15776.337148  19657.521225  -3585.715839     66.784432               P   P
+PR16  16020.905932   8921.065264 -17820.954779    -31.958417               P   P
+PR17  -3287.095997  10926.503194 -22806.116200   -258.232824               P   P
+PR18  15649.582779   7583.326963 -18688.973627    -34.958095               P   P
+PR19  25194.816889     88.313933  -3983.248584   -175.055507               P   P
+PR20  20064.744983  -7838.861796  13712.163618    -79.474026               P   P
+PR21   3516.911839 -10989.033921  22732.085613    -74.574842               P   P
+PR22 -15084.010086  -7737.364578  18997.379898     18.287309               P   P
+PR23 -25204.594324    203.075630   3923.564230   -317.617886               P   P
+PR24 -20436.268894   7858.923233 -13113.429556    -47.566464               P   P
+*  2011  9 11 22 15  0.00000000
+PG01  22388.330441  12305.876726   7249.152975     -2.150562               P   P
+PG02 -11219.478042 -21029.159145  12287.963163    355.607241               P   P
+PG03   3660.134283  15970.391924 -21316.934379    767.017415               P   P
+PG04   4031.073644 -16215.791196  20354.778314    228.501741               P   P
+PG05  -3158.292299 -24085.053042 -10619.342530   -216.904645               P   P
+PG06  -2124.922128  16918.555005 -20167.676621    -73.173465               P   P
+PG07  19176.474561    207.896656 -18469.582555     26.303642               P   P
+PG08  12970.602027  -7117.712215 -22072.428933      9.104599               P   P
+PG09 -21406.168748 -15317.240366   2886.367034    104.989677               P   P
+PG10   9315.299711 -23913.825415   5788.205405    -12.865019               P   P
+PG11  23295.256328  13040.405546  -1934.946097   -185.061522               P   P
+PG12 -12901.261322  -9054.880169  21412.792715     21.748065               P   P
+PG13  25969.894456  -3784.394728   4237.366502    251.986778               P   P
+PG14 -17497.241056  14524.207809  13769.925743    171.731001               P   P
+PG15 -17560.138250  -7617.874232 -18475.455859   -106.705034               P   P
+PG16   3249.498204  23147.241387 -12314.793799   -197.192921               P   P
+PG17  16765.162386 -15304.094635  13735.697568    175.527728               P   P
+PG18 -15675.816085  11567.878985 -17550.004146    156.842471               P   P
+PG19  14673.425181  10465.623554 -19650.666041   -182.808800               P   P
+PG20  14667.001100   6915.918045  20899.076545     52.831545               P   P
+PG21 -17934.456778   3144.662472 -19092.728390   -170.813491               P   P
+PG22 -10715.122331  22891.062235  -7795.401871    144.603253               P   P
+PG23  23317.566996   1690.103576  12963.341393    276.754641               P   P
+PG24  21469.839531  14819.541682   5842.429851    423.112490               P   P
+PG25 -15566.395334   4208.034954  21071.017238     18.284140               P   P
+PG26  -5546.606767 -13952.866093 -22521.638132   -153.979577               P   P
+PG27 -20303.484099 -17299.554862  -1509.641163    304.299626               P   P
+PG28  12227.731489 -20639.297876 -10591.767591     66.762293               P   P
+PG29 -25760.148615   4533.707065   4554.089165    239.004292               P   P
+PG30 -14305.323685  11604.245464  18779.421144     86.546084               P   P
+PG31   -499.588374  17517.791439  20090.916995    139.977572               P   P
+PG32   9652.730392  16080.774142  19233.723154   -327.073352               P   P
+PR01 -12113.279816   1512.364575 -22389.327237   -181.036705               P   P
+PR02 -13312.928032  18457.180100 -11521.097146   -254.017373               P   P
+PR03   3930.599114  17734.324316  17931.629951     59.475769               P   P
+PR04   9291.945220 -11323.704879  20881.543009 999999.999999               P   P
+PR05  12083.210930  -1391.832717  22419.893536   -169.858583               P   P
+PR06  13415.384819 -17967.104570  12186.464977    -67.093906               P   P
+PR07   4438.005823 -24262.269623  -6563.316848   -205.408444               P   P
+PR08  -3816.372509 -15940.945755 -19533.928845    -35.239949               P   P
+PR09   9224.372850  -5681.974629 -23114.183675    -41.350446               P   P
+PR10  -3799.086221 -17635.748905 -18009.240917    -88.667911               P   P
+PR11 -15199.035603 -20436.479331  -1989.465222    -74.651264               P   P
+PR12 -17210.850572 -10490.359580  15485.115098   -151.521820               P   P
+PR13  -9226.220808   5410.799646  23136.175556   -319.079568               P   P
+PR15  16087.928489  19728.541425   -348.711093     66.785665               P   P
+PR16  17320.688600  10513.762241 -15602.127152    -31.957856               P   P
+PR17  -6041.640212  11233.961524 -22075.288272   -258.231342               P   P
+PR18  13242.422057   7763.663984 -20386.971265    -34.958313               P   P
+PR19  24497.965243      1.599299  -7108.227734   -175.056440               P   P
+PR20  21564.965160  -8136.205689  10996.987441    -79.474140               P   P
+PR21   6257.662737 -11327.961158  21955.579824    -74.576056               P   P
+PR22 -12640.367334  -7943.503399  20637.564567     18.288464               P   P
+PR23 -24513.273385    276.748016   7046.968980   -317.620897               P   P
+PR24 -21855.214501   8158.440534 -10345.261841    -47.567717               P   P
+*  2011  9 11 22 30  0.00000000
+PG01  22763.299555  12917.185672   4499.623280     -2.152096               P   P
+PG02  -9897.578653 -20272.370517  14466.914977    355.608981               P   P
+PG03   1574.567981  17012.840648 -20719.048483    767.021917               P   P
+PG04   5974.438879 -14762.605726  20997.139978    228.511871               P   P
+PG05  -2739.590716 -25104.486176  -8052.937780   -216.909454               P   P
+PG06  -4267.109288  17732.942859 -19085.265500    -73.165177               P   P
+PG07  20651.203839   1571.959649 -16755.069942     26.305279               P   P
+PG08  14753.329243  -5388.572493 -21485.228854      9.104701               P   P
+PG09 -21465.500711 -15607.197096    -11.120688    104.991825               P   P
+PG10   9469.401981 -23020.324991   8477.057003    -12.866144               P   P
+PG11  22814.715590  13287.903644  -4587.004205   -185.064591               P   P
+PG12 -12434.358714 -11402.089084  20565.495222     21.750214               P   P
+PG13  25384.337228  -3441.179587   7046.599495    251.985141               P   P
+PG14 -18896.875442  14796.367569  11381.777479    171.732638               P   P
+PG15 -15581.783397  -8562.801558 -19773.679984   -106.703601               P   P
+PG16   2810.480478  24360.273271  -9806.357359   -197.194865               P   P
+PG17  18182.233798 -15569.762120  11391.158336    175.526295               P   P
+PG18 -15502.648812   9393.968140 -18954.360784    156.844108               P   P
+PG19  12491.849019  11184.478064 -20702.633618   -182.812484               P   P
+PG20  14313.357680   9282.671770  20226.626932     52.831954               P   P
+PG21 -19529.647921   1651.481792 -17751.646803   -170.815742               P   P
+PG22 -10850.120533  21783.994908 -10324.123598    144.602843               P   P
+PG23  21884.629072   2402.232363  15135.674313    276.751879               P   P
+PG24  21669.821014  15348.959672   3090.099787    423.115355               P   P
+PG25 -15267.713225   1777.420400  21628.981119     18.285777               P   P
+PG26  -3203.398201 -14634.222012 -22510.684721   -153.990935               P   P
+PG27 -19876.992442 -17198.097521  -4359.496681    304.303105               P   P
+PG28  12150.631494 -19194.147443 -13024.763295     66.765056               P   P
+PG29 -25203.167678   4086.002965   7307.008900    239.007157               P   P
+PG30 -14304.181680   9309.651846  19993.899617     86.541582               P   P
+PG31  -2336.895505  16100.491200  21148.625407    139.982484               P   P
+PG32   9045.504583  18047.469624  17742.113228   -327.079389               P   P
+PR01 -11142.275590  -1110.746034 -22909.745264   -181.036671               P   P
+PR02 -12678.031147  16999.610699 -14171.568226   -254.019664               P   P
+PR03   2504.922744  15882.387963  19814.356925     59.478029               P   P
+PR04  11718.009605 -11845.339081  19311.318869 999999.999999               P   P
+PR05  11114.917306   1233.151237  22924.440000   -169.858719               P   P
+PR06  12745.049949 -16440.091965  14780.598489    -67.093815               P   P
+PR07   4534.002491 -24877.073764  -3464.527807   -205.407980               P   P
+PR08  -3107.979322 -18126.971139 -17665.057993    -35.239458               P   P
+PR09  11036.069272  -3513.846861 -22741.155993    -41.350189               P   P
+PR10  -2364.502019 -15782.294969 -19886.590631    -88.667177               P   P
+PR11 -15060.097485 -19974.480695  -5178.909069    -74.650938               P   P
+PR12 -18429.698805 -11775.516033  12941.378234   -151.520907               P   P
+PR13 -11090.055037   3271.850026  22713.960843   -319.080995               P   P
+PR15  16141.939807  19474.415452   2895.107458     66.786899               P   P
+PR16  18548.740001  11782.619074 -13082.534382    -31.957295               P   P
+PR17  -8652.126121  11723.586688 -20915.122401   -258.229860               P   P
+PR18  10672.572015   8153.737748 -21689.568834    -34.958531               P   P
+PR19  23426.233460     31.100265 -10095.122181   -175.057374               P   P
+PR20  22697.572007  -8483.882045   8068.926347    -79.474254               P   P
+PR21   8847.062139 -11845.084929  20751.578244    -74.577271               P   P
+PR22 -10045.136428  -8359.853505  21875.216208     18.289620               P   P
+PR23 -23448.732381    230.825320  10033.464120   -317.623908               P   P
+PR24 -22901.724063   8496.612218  -7376.393953    -47.568970               P   P
+*  2011  9 11 22 45  0.00000000
+PG01  22910.898150  13327.040713   1672.617441     -2.153631               P   P
+PG02  -8348.565642 -19451.438747  16403.482540    355.610720               P   P
+PG03   -389.741824  18111.067452 -19776.237401    767.026419               P   P
+PG04   8024.868303 -13375.057883  21269.668143    228.522000               P   P
+PG05  -2400.948621 -25846.456113  -5347.093665   -216.914263               P   P
+PG06  -6243.370715  18583.164773 -17668.412772    -73.156889               P   P
+PG07  22027.808854   2728.555749 -14754.783925     26.306916               P   P
+PG08  16563.244786  -3826.428603 -20530.565410      9.104804               P   P
+PG09 -21271.780954 -15703.578721  -2908.473164    104.993974               P   P
+PG10   9632.530313 -21837.961816  11015.565722    -12.867270               P   P
+PG11  22076.403353  13449.728367  -7162.211906   -185.067661               P   P
+PG12 -12110.010092 -13654.808212  19365.903681     21.752363               P   P
+PG13  24525.222966  -2958.580679   9734.643486    251.983504               P   P
+PG14 -20018.163438  15042.975382   8797.813899    171.734275               P   P
+PG15 -13537.316255  -9661.950053 -20732.844681   -106.702169               P   P
+PG16   2475.920674  25301.982916  -7126.265014   -197.196809               P   P
+PG17  19329.750296 -15801.150775   8849.472137    175.524863               P   P
+PG18 -15414.073233   7075.174740 -20020.000327    156.845745               P   P
+PG19  10254.963948  12050.888142 -21401.580572   -182.816167               P   P
+PG20  14077.549767  11566.376209  19202.191505     52.832364               P   P
+PG21 -21052.180871    341.426140 -16101.003765   -170.817993               P   P
+PG22 -11005.308068  20409.037059 -12672.637770    144.602434               P   P
+PG23  20280.092563   3283.650821  17052.067220    276.749116               P   P
+PG24  21652.924998  15672.993580    285.613681    423.118220               P   P
+PG25 -15093.978520   -707.308977  21813.701892     18.287414               P   P
+PG26   -919.677337 -15443.666176 -22132.599543   -154.002292               P   P
+PG27 -19173.824182 -16951.239393  -7134.949830    304.306583               P   P
+PG28  12115.034716 -17479.101702 -15223.852645     66.767818               P   P
+PG29 -24388.410699   3495.280026   9934.130803    239.010022               P   P
+PG30 -14419.772236   6897.226994  20853.549511     86.537080               P   P
+PG31  -4327.758978  14730.454009  21847.402250    139.987395               P   P
+PG32   8575.306341  19862.485146  15955.790473   -327.085425               P   P
+PR01 -10353.633489  -3832.665569 -22984.831634   -181.036637               P   P
+PR02 -12064.945597  15202.432847 -16546.691876   -254.021955               P   P
+PR03    795.695322  13996.293478  21312.668716     59.480289               P   P
+PR04  13889.911848 -12489.709769  17365.934767 999999.999999               P   P
+PR05  10329.674252   3954.707557  22983.728718   -169.858854               P   P
+PR06  12104.682151 -14578.291922  17087.967623    -67.093724               P   P
+PR07   4505.073570 -25120.238713   -298.551058   -205.407517               P   P
+PR08  -2626.884244 -20116.331933 -15452.795372    -35.238966               P   P
+PR09  12953.337131  -1537.696643 -21927.149959    -41.349932               P   P
+PR10   -648.294197 -13896.536940 -21377.259421    -88.666443               P   P
+PR11 -14616.320886 -19249.895680  -8268.189156    -74.650612               P   P
+PR12 -19512.423574 -12728.439427  10143.422176   -151.519994               P   P
+PR13 -13053.330734   1334.733710  21849.586385   -319.082421               P   P
+PR15  15897.495603  18935.602578   6082.362763     66.788133               P   P
+PR16  19643.741816  12722.082568 -10310.772629    -31.956734               P   P
+PR17 -11056.898743  12364.807040 -19347.907804   -258.228378               P   P
+PR18   8006.969616   8764.482834 -22571.096789    -34.958749               P   P
+PR19  22014.236256    223.371400 -12885.926395   -175.058307               P   P
+PR20  23442.540056  -8827.034786   4984.686530    -79.474368               P   P
+PR21  11224.307457 -12508.475291  19143.207223    -74.578485               P   P
+PR22  -7366.328343  -8995.736352  22686.730472     18.290776               P   P
+PR23 -22045.793459     19.233130  12825.004462   -317.626920               P   P
+PR24 -23558.359761   8818.161844  -4264.371037    -47.570223               P   P
+*  2011  9 11 23  0  0.00000000
+PG01  22804.504781  13561.796996  -1183.186251     -2.155166               P   P
+PG02  -6585.547029 -18604.863700  18064.605120    355.612460               P   P
+PG03  -2203.290765  19232.390379 -18502.870188    767.030921               P   P
+PG04  10144.741645 -12083.847110  21168.513417    228.532130               P   P
+PG05  -2109.092683 -26292.757798  -2548.622687   -216.919072               P   P
+PG06  -8025.041434  19433.957087 -15941.652199    -73.148602               P   P
+PG07  23262.042192   3678.781162 -12503.199350     26.308553               P   P
+PG08  18355.105313  -2452.209987 -19226.358257      9.104906               P   P
+PG09 -20806.859996 -15641.420837  -5756.043539    104.996123               P   P
+PG10   9839.057580 -20385.730043  13358.538173    -12.868395               P   P
+PG11  21081.519877  13558.341292  -9617.767943   -185.070730               P   P
+PG12 -11917.145009 -15766.361646  17834.965071     21.754511               P   P
+PG13  23423.041529  -2308.786161  12254.975458    251.981867               P   P
+PG14 -20851.815529  15223.004128   6062.120545    171.735912               P   P
+PG15 -11472.428576 -10906.641066 -21336.025243   -106.700737               P   P
+PG16   2212.936000  25947.970946  -4321.324450   -197.198754               P   P
+PG17  20199.053131 -15958.569509   6154.254319    175.523430               P   P
+PG18 -15427.819874   4655.460415 -20728.360817    156.847382               P   P
+PG19   8009.757199  13057.399550 -21734.579362   -182.819851               P   P
+PG20  13949.095628  13722.487800  17843.961930     52.832773               P   P
+PG21 -22460.188916   -780.528642 -14171.532718   -170.820244               P   P
+PG22 -11212.138999  18788.565813 -14799.673130    144.602025               P   P
+PG23  18546.356227   4342.885909  18679.546997    276.746354               P   P
+PG24  21393.962080  15817.639813  -2523.691255    423.121085               P   P
+PG25 -15051.385875  -3197.083582  21622.066480     18.289051               P   P
+PG26   1261.712446 -16359.814028 -21392.106080   -154.013649               P   P
+PG27 -18183.570808 -16596.744163  -9787.649287    304.310062               P   P
+PG28  12154.166844 -15524.139853 -17148.587601     66.770581               P   P
+PG29 -23347.181274   2737.407783  12390.377361    239.012886               P   P
+PG30 -14662.490221   4415.306883  21342.595408     86.532578               P   P
+PG31  -6438.505480  13443.607165  22176.226690    139.992306               P   P
+PG32   8225.519247  21486.730749  13904.598599   -327.091462               P   P
+PR01  -9767.898432  -6586.795545 -22613.075823   -181.036603               P   P
+PR02 -11525.371573  13099.103927 -18600.277991   -254.024246               P   P
+PR03  -1171.536776  12139.937470  22397.162142     59.482550               P   P
+PR04  15761.606593 -13210.576740  15083.124304 999999.999999               P   P
+PR05   9747.692434   6706.226238  22596.610831   -169.858990               P   P
+PR06  11545.589693 -12417.105687  19063.726063    -67.093633               P   P
+PR07   4401.607831 -24974.954964   2873.214977   -205.407054               P   P
+PR08  -2350.686488 -21850.487270 -12940.166159    -35.238475               P   P
+PR09  14919.128574    206.504995 -20687.598900    -41.349676               P   P
+PR10   1323.526061 -12042.630559 -22452.636797    -88.665709               P   P
+PR11 -13843.305977 -18315.282208 -11197.543328    -74.650287               P   P
+PR12 -20399.020703 -13356.218953   7146.125454   -151.519081               P   P
+PR13 -15057.126307   -361.930233  20559.823846   -319.083847               P   P
+PR15  15324.227922  18161.633878   9150.809619     66.789367               P   P
+PR16  20546.434681  13339.433594  -7340.260405    -31.956173               P   P
+PR17 -13202.037221  13117.145672 -17403.903204   -258.226896               P   P
+PR18   5314.724964   9594.530256 -23014.010755    -34.958967               P   P
+PR19  20307.352968    617.244652 -15426.456205   -175.059240               P   P
+PR20  23792.989768  -9109.099551   1803.973862    -79.474483               P   P
+PR21  13336.593454 -13276.506589  17161.536293    -74.579699               P   P
+PR22  -4673.515769  -9848.127249  23056.875043     18.291932               P   P
+PR23 -20349.962472   -396.312449  15367.322604   -317.629931               P   P
+PR24 -23820.910183   9066.635584  -1069.559138    -47.571476               P   P
+*  2011  9 11 23 15  0.00000000
+PG01  22424.601957  13653.111496  -4018.622978     -2.156701               P   P
+PG02  -4629.315558 -17769.166991  19421.583337    355.614199               P   P
+PG03  -3842.739715  20340.049539 -16918.829071    767.035423               P   P
+PG04  12292.159021 -10913.119597  20696.526189    228.542259               P   P
+PG05  -1828.310021 -26433.622698    294.010932   -216.923881               P   P
+PG06  -9590.866382  20246.851890 -13935.097354    -73.140314               P   P
+PG07  24312.155090   4432.055211 -10038.929768     26.310190               P   P
+PG08  20081.929025  -1278.152746 -17596.231492      9.105008               P   P
+PG09 -20060.805508 -15459.608478  -8505.692040    104.998271               P   P
+PG10  10119.828597 -18690.786183  15464.301687    -12.869521               P   P
+PG11  19838.451686  13646.134813 -11913.042992   -185.073800               P   P
+PG12 -11837.090356 -17693.900782  15999.207782     21.756660               P   P
+PG13  22114.717644  -1470.615029  14563.805777    251.980230               P   P
+PG14 -21397.579373  15295.653988   3221.629776    171.737549               P   P
+PG15  -9431.503456 -12280.337072 -21572.355881   -106.699304               P   P
+PG16   1985.074994  26282.432491  -1440.636286   -197.200698               P   P
+PG17  20790.270481 -16002.754351   3352.021547    175.521998               P   P
+PG18 -15554.417188   2181.952217 -21067.531917    156.849019               P   P
+PG19   5802.010318  14188.548118 -21694.863614   -182.823534               P   P
+PG20  13910.524093  15710.096079  16175.938318     52.833182               P   P
+PG21 -23713.544123  -1717.542873 -11998.366963   -170.822495               P   P
+PG22 -11498.011754  16952.220794 -16667.798543    144.601616               P   P
+PG23  16728.071542   5580.407245  19989.831798    276.743591               P   P
+PG24  20874.427591  15813.939072  -5290.353118    423.123950               P   P
+PG25 -15137.966051  -5642.509646  21057.468655     18.290688               P   P
+PG26   3302.126200 -17354.291853 -20299.635698   -154.025007               P   P
+PG27 -16904.844571 -16174.591366 -12270.554286    304.313541               P   P
+PG28  12295.951951 -13367.014814 -18763.450795     66.773343               P   P
+PG29 -22116.415530   1794.879380  14633.688340    239.015751               P   P
+PG30 -15034.680495   1914.171569  21452.039298     86.528076               P   P
+PG31  -8629.744640  12269.855987  22130.274924    139.997217               P   P
+PG32   7973.127863  22885.892431  11622.598947   -327.097499               P   P
+PR01  -9393.630279  -9304.125013 -21801.658347   -181.036569               P   P
+PR02 -11104.776629  10734.119526 -20292.376088   -254.026537               P   P
+PR03  -3359.162685  10372.670870  23046.421741     59.484810               P   P
+PR04  17298.089712 -13955.210238  12507.193023 999999.999999               P   P
+PR05   9377.193473   9418.774124  21770.603494   -169.859126               P   P
+PR06  11112.485868 -10002.789355  20669.435770    -67.093541               P   P
+PR07   4276.497368 -24437.063377   5989.252354   -205.406591               P   P
+PR08  -2246.676581 -23278.398901 -10176.031261    -35.237984               P   P
+PR09  16871.080420   1690.084701 -19046.217807    -41.349419               P   P
+PR10   3513.018951 -10279.979200 -23092.222916    -88.664975               P   P
+PR11 -12728.868088 -17228.743336 -13910.277455    -74.649961               P   P
+PR12 -21034.340965 -13678.560237   4008.364612   -151.518168               P   P
+PR13 -17037.599159  -1791.235265  18869.747218   -319.085274               P   P
+PR15  14403.777084  17208.867473  12040.571685     66.790600               P   P
+PR16  21202.150479  13654.234714  -4228.232731    -31.955612               P   P
+PR17 -15043.376943  13931.984875 -15120.764722   -258.225414               P   P
+PR18   2664.459002  10630.107501 -23009.263741    -34.959185               P   P
+PR19  18359.897222   1241.947648 -17667.399854   -175.060174               P   P
+PR20  23755.340885  -9274.393287  -1411.651639    -79.474597               P   P
+PR21  15141.093042 -14099.673385  14844.989497    -74.580913               P   P
+PR22  -2035.142005 -10901.686091  22979.043181     18.293087               P   P
+PR23 -18415.593546  -1044.439943  17610.986917   -317.632942               P   P
+PR24 -23698.450274   9187.001478   2146.022469    -47.572730               P   P
+*  2011  9 11 23 30  0.00000000
+PG01  21759.631185  13636.542469  -6784.889852     -2.158235               P   P
+PG02  -2507.803950 -16977.490189  20450.577338    355.615938               P   P
+PG03  -5291.649799  21394.516840 -15049.301375    767.039925               P   P
+PG04  14422.444236  -9879.667063  19863.128222    228.552389               P   P
+PG05  -1522.044106 -26268.072653   3131.547365   -216.928690               P   P
+PG06 -10927.641637  20981.723405 -11683.896455    -73.132026               P   P
+PG07  25140.456417   5005.546493  -7404.072753     26.311827               P   P
+PG08  21696.697495   -307.584367 -15669.031886      9.105111               P   P
+PG09 -19032.296304 -15199.196298 -11111.546459    105.000420               P   P
+PG10  10500.740823 -16787.491170  17295.517752    -12.870646               P   P
+PG11  18362.550829  13744.084122 -14010.171359   -185.076869               P   P
+PG12 -11844.413848 -19399.872091  13890.273666     21.758809               P   P
+PG13  20642.222531   -430.562501  16620.860378    251.978592               P   P
+PG14 -21664.153170  15222.087441    325.323917    171.739187               P   P
+PG15  -7456.049862 -13759.121918 -21437.249285   -106.697872               P   P
+PG16   1753.963333  26298.751712   1465.310316   -197.202642               P   P
+PG17  21112.204272 -15896.554409    491.383161    175.520565               P   P
+PG18 -15796.745238   -296.763131 -21032.436943    156.850656               P   P
+PG19   3674.704954  15421.306935 -21282.014069   -182.827218               P   P
+PG20  13938.173269  17493.328504  14227.473408     52.833591               P   P
+PG21 -24775.322043  -2480.476934  -9620.310732   -170.824746               P   P
+PG22 -11885.022301  14935.892398 -18244.124865    144.601206               P   P
+PG23  14870.547775   6988.398168  20959.834211    276.740828               P   P
+PG24  20083.327006  15696.657349  -7967.543062    423.126814               P   P
+PG25 -15343.681834  -7995.580778  20129.744203     18.292325               P   P
+PG26   5168.384278 -18392.673226 -18871.292620   -154.036364               P   P
+PG27 -15345.654176 -15725.327874 -14538.824431    304.317020               P   P
+PG28  12561.696502 -11051.912126 -20038.642122     66.776106               P   P
+PG29 -20737.261799    657.676080  16625.730443    239.018616               P   P
+PG30 -15530.477067   -555.777979  21179.858375     86.523574               P   P
+PG31 -10857.700422  11232.063975  21710.947951    140.002129               P   P
+PG32   7789.715673  24031.581949   9147.565982   -327.103536               P   P
+PR01  -9227.129471 -11915.872319 -20566.314865   -181.036534               P   P
+PR02 -10840.361544   8161.387115 -21590.055118   -254.028828               P   P
+PR03  -5718.819507   8746.901952  23247.461584     59.487071               P   P
+PR04  18476.634171 -14666.723965   9688.161558 999999.999999               P   P
+PR05   9214.153677  12023.730301  20521.744479   -169.859262               P   P
+PR06  10841.496258  -7390.763051  21873.817264    -67.093450               P   P
+PR07   4182.660306 -23515.286550   8989.113264   -205.406128               P   P
+PR08  -2273.452120 -24358.554296  -7214.134219    -35.237492               P   P
+PR09  18744.010024   2896.645871 -17034.571981    -41.349163               P   P
+PR10   5871.681985  -8660.856164 -23283.995541    -88.664240               P   P
+PR11 -11273.790754 -16051.402487 -16353.851612    -74.649635               P   P
+PR12 -21370.541823 -13726.696803    791.817964   -151.517255               P   P
+PR13 -18928.559454  -2938.879099  16812.245401   -319.086700               P   P
+PR15  13130.790550  16137.972483  14695.327194     66.791834               P   P
+PR16  21563.174996  13697.277668  -1034.663875    -31.955051               P   P
+PR17 -16548.130856  14754.697169 -12542.823845   -258.223932               P   P
+PR18    121.662009  11845.476814 -22556.515578    -34.959403               P   P
+PR19  16232.931516   2115.631628 -19565.272894   -175.061107               P   P
+PR20  23348.929691  -9270.675698  -4599.956277    -79.474711               P   P
+PR21  16606.526986 -14922.763645  12238.605672    -74.582128               P   P
+PR22    484.101212 -12129.322316  22455.336352     18.294243               P   P
+PR23 -16303.700392  -1942.668506  19512.365344   -317.635953               P   P
+PR24 -23212.861514   9128.201238   5319.904938    -47.573983               P   P
+*  2011  9 11 23 45  0.00000000
+PG01  20806.550859  13550.005445  -9434.387271     -2.159770               P   P
+PG02   -255.272862 -16258.317392  21133.046110    355.617678               P   P
+PG03  -6540.972632  22354.941888 -12924.485295    767.044427               P   P
+PG04  16489.751886  -8992.439304  18684.058965    228.562518               P   P
+PG05  -1154.526953 -25803.941822   5914.803553   -216.933499               P   P
+PG06 -12030.533222  21598.417697  -9227.584726    -73.123738               P   P
+PG07  25714.726033   5423.309178  -4643.506692     26.313464               P   P
+PG08  23154.046861    464.953359 -13478.283882      9.105213               P   P
+PG09 -17728.695379 -14901.694198 -13530.686240    105.002569               P   P
+PG10  11001.538622 -14716.164418  18819.902286    -12.871772               P   P
+PG11  16675.675544  13880.468857 -15874.595368   -185.079939               P   P
+PG12 -11908.031695 -20853.286647  11544.370962     21.760957               P   P
+PG13  19050.993589    816.449687  18390.110818    251.976955               P   P
+PG14 -21668.756679  14967.110586  -2576.614159    171.740824               P   P
+PG15  -5583.249728 -15312.478597 -20932.510920   -106.696439               P   P
+PG16   1481.031586  25999.739615   4345.572226   -197.204586               P   P
+PG17  21181.880940 -15606.556395  -2377.821418    175.519133               P   P
+PG18 -16149.924690  -2732.389630 -20624.862867    156.852293               P   P
+PG19   1666.527490  16725.840892 -20502.040911   -182.830901               P   P
+PG20  14003.240936  19042.557961  12032.723333     52.834001               P   P
+PG21 -25613.123657  -3087.169461  -7079.085356   -170.826997               P   P
+PG22 -12388.936405  12780.466148 -19500.922468    144.600797               P   P
+PG23  13018.131382   8550.842807  21572.092817    276.738066               P   P
+PG24  19017.734654  15502.833069 -10509.818536    423.129679               P   P
+PG25 -15650.850296 -10211.335773  18854.993875     18.293962               P   P
+PG26   6833.866398 -19435.656779 -17128.748770   -154.047721               P   P
+PG27 -13523.425128 -15288.360403 -16550.724825    304.320499               P   P
+PG28  12965.060853  -8627.828391 -20950.739299     66.778869               P   P
+PG29 -19253.515678   -676.160484  18332.538250    239.021481               P   P
+PG30 -16135.998434  -2945.848202  20531.050166     86.519072               P   P
+PG31 -13075.702515  10345.310707  20925.807694    140.007040               P   P
+PG32   7642.663330  24902.286549   6520.435392   -327.109573               P   P
+PR01  -9252.695986 -14356.125519 -18931.033389   -181.036500               P   P
+PR02 -10759.390398   5442.212979 -22468.046837   -254.031120               P   P
+PR03  -8193.167985   7306.002106  22996.005691     59.489331               P   P
+PR04  19287.521102 -15286.601365   6680.795587 999999.999999               P   P
+PR05   9242.579192  14455.415909  18874.282075   -169.859398               P   P
+PR06  10758.541936  -4643.543274  22653.362919    -67.093359               P   P
+PR07   4170.566510 -22230.940705  11814.589597   -205.405664               P   P
+PR08  -2382.906127 -25060.607372  -4112.052896    -35.237001               P   P
+PR09  20472.555645   3822.528184 -14691.489863    -41.348906               P   P
+PR10   8342.260533  -7228.350107 -23024.611865    -88.663506               P   P
+PR11  -9492.047440 -14844.769750 -18480.888951    -74.649310               P   P
+PR12 -21369.242596 -13541.811408  -2440.291400   -151.516342               P   P
+PR13 -20664.162046  -3803.517096  14427.379970   -319.088127               P   P
+PR15  11513.377059  15011.250937  17063.418357     66.793068               P   P
+PR16  21590.843812  13509.074223   2178.862835    -31.954490               P   P
+PR17 -17696.040878  15527.053249  -9720.228546   -258.222451               P   P
+PR18  -2253.817101  13203.896999 -21664.173033    -34.959621               P   P
+PR19  13991.818325   3244.371639 -21083.258662   -175.062041               P   P
+PR20  22605.106597  -9051.575229  -7699.226040    -79.474825               P   P
+PR21  17714.255048 -15687.297278   9393.161256    -74.583342               P   P
+PR22   2825.719165 -13493.266930  21496.477986     18.295399               P   P
+PR23 -14079.505961  -3096.427309  21034.476074   -317.638965               P   P
+PR24 -22397.831763   8845.545931   8390.385887    -47.575236               P   P
+*  2011  9 12  0  0  0.00000000
+PG01  19571.075126  13432.146428 -11921.538490     -2.161305               P   P
+PG02   2088.744596 -15634.370499  21456.119037    355.619417               P   P
+PG03  -7589.272004  23180.685932 -10579.205484    767.048929               P   P
+PG04  18448.711985  -8252.384150  17181.007598    228.572648               P   P
+PG05   -692.381859 -25057.565615   8595.545024   -216.938308               P   P
+PG06 -12903.060591  22058.397835  -6609.348387    -73.115450               P   P
+PG07  26009.431277   5715.163740  -1804.149682     26.315101               P   P
+PG08  24411.888220   1053.256058 -11061.593113      9.105315               P   P
+PG09 -16165.810154 -14607.382322 -15723.746563    105.004717               P   P
+PG10  11634.873767 -12521.603551  20010.834716    -12.872897               P   P
+PG11  14805.510004  14079.707415 -17475.559799   -185.083008               P   P
+PG12 -11992.536968 -22030.745561   9001.657515     21.763106               P   P
+PG13  17388.222526   2266.651306  19840.437195    251.975318               P   P
+PG14 -21436.372958  14500.732303  -5433.688091    171.742461               P   P
+PG15  -3844.674003 -16904.337456 -20066.343740   -106.695007               P   P
+PG16   1129.252395  25397.504989   7149.696168   -197.206530               P   P
+PG17  21023.780922 -15104.580168  -5205.422677    175.517700               P   P
+PG18 -16601.541348  -5078.641745 -19853.342590    156.853930               P   P
+PG19   -189.468912  18066.545024 -19367.356004   -182.834585               P   P
+PG20  14073.042519  20335.367400   9630.017381     52.834410               P   P
+PG21 -26200.210559  -3561.468995  -4418.567737   -170.829248               P   P
+PG22 -13018.424842  10530.373220 -20416.140193    144.600388               P   P
+PG23  11212.619233  10243.931077  21815.122802    276.735303               P   P
+PG24  17683.063593  15270.242908 -12873.862468    423.132544               P   P
+PG25 -16034.874394 -12249.399272  17255.297647     18.295599               P   P
+PG26   8279.391509 -20440.454025 -15099.060406   -154.059079               P   P
+PG27 -11464.645764 -14900.258134 -18268.523720    304.323978               P   P
+PG28  13511.369387  -6146.740837 -21483.209342     66.781631               P   P
+PG29 -17709.971117  -2200.269649  19725.076794    239.024346               P   P
+PG30 -16829.891124  -5210.807330  19517.523418     86.514570               P   P
+PG31 -15235.783654   9616.450903  19788.425011    140.011951               P   P
+PG32   7496.506906  25484.086309   3784.708194   -327.115609               P   P
+PR01  -9443.410486 -16564.371964 -16927.590089   -181.036466               P   P
+PR02 -10877.955788   2642.985385 -22909.240240   -254.033411               P   P
+PR03 -10718.060263   6082.603185  22296.599630     59.491591               P   P
+PR04  19734.235868 -15757.308313   3543.541181 999999.999999               P   P
+PR05   9435.300560  16653.609801  16860.205995   -169.859534               P   P
+PR06  10878.167301  -1828.382927  22992.801218    -67.093268               P   P
+PR07   4285.871097 -20617.139547  14410.839900   -205.405201               P   P
+PR08  -2522.502888 -25366.568437   -930.076622    -35.236510               P   P
+PR09  21993.851494   4476.726960 -12062.329111    -41.348649               P   P
+PR10  10860.926906  -6014.716519 -22319.443847    -88.662772               P   P
+PR11  -7410.480957 -13668.108538 -20250.088661    -74.648984               P   P
+PR12 -21003.287575 -13173.038113  -5624.484067   -151.515429               P   P
+PR13 -22181.603273  -4396.563458  11761.600578   -319.089553               P   P
+PR15   9572.997003  13889.913383  19098.861717     66.794302               P   P
+PR16  21257.284634  13137.952330   5350.318657    -31.953929               P   P
+PR17 -18480.010012  16189.804589  -6707.963797   -258.220969               P   P
+PR18  -4410.045350  14659.071615 -20349.257221    -34.959839               P   P
+PR19  11703.609946   4621.681724 -22191.918560   -175.062974               P   P
+PR20  21565.851875  -8578.777716 -10649.450622    -79.474939               P   P
+PR21  18458.841368 -16334.125877   6364.172638    -74.584556               P   P
+PR22   4939.584044 -14946.603657  20121.563512     18.296555               P   P
+PR23 -11809.832841  -4498.590929  22147.708528   -317.641976               P   P
+PR24 -21297.376259   8302.853050  11297.733784    -47.576489               P   P
+*  2011  9 12  0 15  0.00000000
+PG01  18067.584260  13320.696032 -14203.573190     -2.162840               P   P
+PG02   4480.708707 -15121.720889  21412.890391    355.621157               P   P
+PG03  -8442.661516  23832.890044  -8052.435844    767.053431               P   P
+PG04  20256.046124  -7652.614400  15381.143941    228.582777               P   P
+PG05   -106.132048 -24053.148879  11127.340242   -216.943116               P   P
+PG06 -13556.746432  22326.335794  -3875.216883    -73.107163               P   P
+PG07  26006.702715   5915.365158   1065.808801     26.316739               P   P
+PG08  25432.901497   1478.706507  -8460.009314      9.105418               P   P
+PG09 -14367.358386 -14353.714457 -17655.441589    105.006866               P   P
+PG10  12405.672258 -10251.434057  20847.841616    -12.874023               P   P
+PG11  12784.687351  14361.342729 -18786.554043   -185.086078               P   P
+PG12 -12059.697448 -22917.184626   6305.564380     21.765255               P   P
+PG13  15701.078435   3907.350515  20946.209655    251.973681               P   P
+PG14 -20998.687672  13799.536316  -8195.995903    171.744098               P   P
+PG15  -2265.218190 -18494.356706 -18853.240752   -106.693574               P   P
+PG16    664.814166  24512.964169   9828.650595   -197.208474               P   P
+PG17  20668.775429 -14368.981937  -7941.839943    175.516268               P   P
+PG18 -17132.190965  -7292.861541 -18732.898381    156.855568               P   P
+PG19  -1866.990796  19403.331289 -17896.630250   -182.838268               P   P
+PG20  14112.424706  21357.236295   7061.160457     52.834819               P   P
+PG21 -26516.418861  -3932.064778  -1684.035519   -170.831499               P   P
+PG22 -13774.594279   8232.005767 -20973.813880    144.599979               P   P
+PG23   9491.765255  12036.771913  21683.676571    276.732541               P   P
+PG24  16093.034350  15035.842184 -15019.198497    423.135409               P   P
+PG25 -16465.254818 -14075.346503  15358.325696     18.297236               P   P
+PG26   9493.846261 -21362.347459 -12814.398240   -154.070436               P   P
+PG27  -9204.135685 -14593.139235 -19659.356016    304.327456               P   P
+PG28  14197.293502  -3661.651246 -21626.753549     66.784394               P   P
+PG29 -16150.750766  -3900.035776  20779.717645    239.027211               P   P
+PG30 -17584.197011  -7310.490301  18157.838381     86.510068               P   P
+PG31 -17290.325910   9043.987676  18318.143398    140.016862               P   P
+PG32   7314.410624  25771.113501    985.814400   -327.121646               P   P
+PR01  -9762.404455 -18487.811890 -14594.932340   -181.036432               P   P
+PR02 -11200.231717   -167.350244 -22905.017394   -254.035702               P   P
+PR03 -13225.011460   5097.359341  21162.548912     59.493852               P   P
+PR04  19833.121288 -16024.881356    337.386294 999999.999999               P   P
+PR05   9755.252882  18565.846035  14518.628034   -169.859670               P   P
+PR06  11202.862737    985.284048  22885.402545    -67.093176               P   P
+PR07   4567.256049 -18717.522738  16727.451972   -205.404738               P   P
+PR08  -2637.744039 -25271.493820   2269.968954    -35.236018               P   P
+PR09  23250.124951   4880.274235  -9198.108360    -41.348393               P   P
+PR10  13359.737294  -5040.200688 -21182.448683    -88.662038               P   P
+PR11  -5067.951729 -12575.911923 -21627.025976    -74.648658               P   P
+PR12 -20258.039504 -12675.134860  -8698.314062   -151.514516               P   P
+PR13 -23423.708754  -4741.449842   8866.833509   -319.090979               P   P
+PR15   7343.794439  12831.425181  20762.239395     66.795535               P   P
+PR16  20546.733055  12637.835657   8418.406166    -31.953368               P   P
+PR17 -18906.187757  16685.330226  -3564.770817   -258.219487               P   P
+PR18  -6304.947829  16157.025291 -18637.098385    -34.960057               P   P
+PR19   9434.385772   6228.566205 -22869.758941   -175.063907               P   P
+PR20  20281.967094  -7823.885577 -13393.475991    -79.475053               P   P
+PR21  18848.069364 -16806.081782   3210.798171    -74.585771               P   P
+PR22   6785.742956 -16435.192821  18357.654564     18.297710               P   P
+PR23  -9560.443397  -6129.551617  22830.400696   -317.644987               P   P
+PR24 -19963.941586   7474.233029  13985.356563    -47.577742               P   P
+*  2011  9 12  0 30  0.00000000
+PG01  16318.709838  13250.868880 -16241.261527     -2.164375               P   P
+PG02   6874.507674 -14729.154903  21002.627306    355.622896               P   P
+PG03  -9114.452329  24276.019437  -5386.729020    767.057933               P   P
+PG04  21872.092352  -7178.887929  13316.562860    228.592907               P   P
+PG05    628.445522 -22821.838644  13466.380973   -216.947925               P   P
+PG06 -14010.448856  22371.584773  -1073.202004    -73.098875               P   P
+PG07  25697.033969   6061.108873   3917.692696     26.318376               P   P
+PG08  26185.853002   1769.254847  -5717.358347      9.105520               P   P
+PG09 -12364.166922 -14173.862518 -19295.008187    105.009015               P   P
+PG10  13310.833052  -7954.360254  21316.944989    -12.875148               P   P
+PG11  10649.745934  14739.213200 -19785.699749   -185.089147               P   P
+PG12 -12070.065842 -23506.311945   3502.070431     21.767403               P   P
+PG13  14034.935816   5717.216256  21687.775400    251.972044               P   P
+PG14 -20392.765844  12847.807723 -10815.140278    171.745735               P   P
+PG15   -862.300001 -20039.387436 -17313.764884   -106.692142               P   P
+PG16     58.661333  23375.010934  12335.724817   -197.210418               P   P
+PG17  20152.812058 -13385.708932 -10538.999385    175.514835               P   P
+PG18 -17716.315059  -9337.468003 -17284.659298    156.857205               P   P
+PG19  -3347.372217  20693.117390 -16114.533401   -182.841952               P   P
+PG20  14085.277318  22101.925132   4370.682812     52.835228               P   P
+PG21 -26548.827093  -4231.166584   1078.569538   -170.833750               P   P
+PG22 -14650.833866   5932.061543 -21164.355446    144.599569               P   P
+PG23   7887.938173  13892.393261  21178.905881    276.729778               P   P
+PG24  14269.340620  14834.237238 -16908.872003    423.138274               P   P
+PG25 -16906.842102 -15661.840243  13196.853313     18.298873               P   P
+PG26  10474.530745 -22156.370744 -10311.683166   -154.081793               P   P
+PG27  -6783.950993 -14393.216416 -20696.023088    304.330935               P   P
+PG28  15010.922583  -1224.594319 -21379.475442     66.787156               P   P
+PG29 -14617.679039  -5752.971898  21478.622040    239.030076               P   P
+PG30 -18365.504892  -9211.186082  16476.805166     86.505566               P   P
+PG31 -19193.697925   8618.262303  16539.762470    140.021774               P   P
+PG32   7059.704316  25765.736037  -1829.559752   -327.127683               P   P
+PR01 -10164.565394 -20083.359705 -11978.420740   -181.036398               P   P
+PR02 -11718.246121  -2919.919679 -22455.424042   -254.037993               P   P
+PR03 -15643.873052   4358.227031  19615.683266     59.496112               P   P
+PR04  19612.503107 -16041.381415  -2875.329093 999999.999999               P   P
+PR05  10157.187385  20149.398027  11895.024138   -169.859805               P   P
+PR06  11722.911584   3728.488190  22333.120037    -67.093085               P   P
+PR07   5044.571513 -16584.561385  18719.420624   -205.404275               P   P
+PR08  -2674.719727 -24783.646775   5425.925932    -35.235527               P   P
+PR09  24191.105604   5065.106450  -6154.520342    -41.348136               P   P
+PR10  15769.265184  -4312.377760 -19635.878730    -88.661304               P   P
+PR11  -2513.987888 -11615.593658 -22584.824062    -74.648333               P   P
+PR12 -19132.147472 -12105.930880 -11601.630062   -151.513603               P   P
+PR13 -24341.302815  -4872.374069   5799.461669   -319.092406               P   P
+PR15   4871.400151  11887.036509  22021.454241     66.796769               P   P
+PR16  19456.365601  12065.797730  11323.728064    -31.952807               P   P
+PR17 -18993.504884  16960.233809   -351.987055   -258.218005               P   P
+PR18  -7907.834413  17638.330827 -16560.861778    -34.960276               P   P
+PR19   7246.647535   8034.105713 -23103.644233   -175.064841               P   P
+PR20  18810.917350  -6769.868915 -15878.103877    -79.475167               P   P
+PR21  18902.405298 -17050.561762     -5.337215    -74.586985               P   P
+PR22   8335.793568 -17899.906248  16239.227660     18.298866               P   P
+PR23  -7393.440594  -7957.826659  23069.261669   -317.647998               P   P
+PR24 -18456.172219   6345.447929  16400.910928    -47.578996               P   P
+*  2011  9 12  0 45  0.00000000
+PG01  14354.610473  13253.870743 -17999.586194     -2.165909               P   P
+PG02   9223.011563 -14457.822499  20230.882064    355.624635               P   P
+PG03  -9624.516065  24479.323390  -2627.554750    767.062435               P   P
+PG04  23262.181655  -6810.374990  11023.657494    228.603036               P   P
+PG05   1529.175671 -21400.538562  15572.253019   -216.952734               P   P
+PG06 -14289.405848  22169.471062   1747.596323    -73.090587               P   P
+PG07  25079.680457   6190.930372   6703.129970     26.320013               P   P
+PG08  26646.694039   1958.169582  -2879.551980      9.105622               P   P
+PG09 -10193.137450 -14095.447506 -20616.572992    105.011163               P   P
+PG10  14339.268890  -5678.392316  21410.869932    -12.876274               P   P
+PG11   8439.953429  15220.836758 -20456.081613   -185.092217               P   P
+PG12 -11984.641429 -23800.723616    638.938976     21.769552               P   P
+PG13  12431.678184   7666.908460  22051.839705    251.970407               P   P
+PG14 -19659.517726  11638.364722 -13245.121941    171.747372               P   P
+PG15    354.648215 -21495.067372 -15474.217779   -106.690709               P   P
+PG16   -712.162611  22019.382325  14627.375910   -197.212362               P   P
+PG17  19515.402156 -12149.059211 -12951.230613    175.513403               P   P
+PG18 -18323.286459 -11181.183087 -15535.368335    156.858842               P   P
+PG19  -4620.145949  21891.461733 -14051.356236   -182.845635               P   P
+PG20  13956.082914  22571.546389   1605.051998     52.835638               P   P
+PG21 -26292.163058  -4493.085601   3823.351378   -170.836001               P   P
+PG22 -15632.984036   3675.885226 -20984.716641    144.599160               P   P
+PG23   6426.983668  15768.995944  20308.417991    276.727016               P   P
+PG24  12241.020677  14696.247027 -18510.086419    423.141139               P   P
+PG25 -17321.279725 -16989.497184  10808.188585     18.300510               P   P
+PG26  11227.197883 -22779.054999  -7632.120988   -154.093151               P   P
+PG27  -4251.959562 -14319.573883 -21357.698066    304.334414               P   P
+PG28  15932.218099   1115.298128 -20746.868483     66.789919               P   P
+PG29 -13148.759163  -7729.407886  21810.026157    239.032941               P   P
+PG30 -19136.333982 -10886.750278  14504.953374     86.501064               P   P
+PG31 -20903.825741   8321.952262  14483.145414    140.026685               P   P
+PG32   6697.432733  25478.455388  -4614.176302   -327.133720               P   P
+PR01 -10598.604585 -21319.249630  -9128.944713   -181.036363               P   P
+PR02 -12412.183138  -5548.542987 -21569.171528   -254.040284               P   P
+PR03 -17905.596639   3860.295094  17685.949387     59.498372               P   P
+PR04  19111.325206 -15767.108256  -6032.130464 999999.999999               P   P
+PR05  10589.741929  21372.867233   9040.352227   -169.859941               P   P
+PR06  12416.768995   6335.350989  21346.562077    -67.092994               P   P
+PR07   5737.355957 -14277.510531  20348.021768   -205.403812               P   P
+PR08  -2582.636082 -23924.123512   8476.513303    -35.235036               P   P
+PR09  24776.142730   5072.465896  -2990.845115    -41.347879               P   P
+PR10  18021.303368  -3826.034000 -17709.837801    -88.660570               P   P
+PR11    193.009434 -10825.490210 -23104.684789    -74.648007               P   P
+PR12 -17637.757216 -11523.662758 -14277.779509   -151.512690               P   P
+PR13 -24895.259271  -4832.593503   2619.216648   -319.093832               P   P
+PR15   2211.257440  11099.600288  22852.335347     66.798003               P   P
+PR16  17996.613099  11479.491582  14009.926866    -31.952246               P   P
+PR17 -18772.677526  16967.778622   2867.668957   -258.216523               P   P
+PR18  -9200.445286  19040.593851 -14160.912143    -34.960494               P   P
+PR19   5196.880311   9996.554369 -22889.048849   -175.065774               P   P
+PR20  17214.413738  -5412.046587 -18055.117581    -79.475281               P   P
+PR21  18653.933824 -17021.933017  -3221.369818    -74.588199               P   P
+PR22   9573.775261 -19279.079586  13807.489725     18.300022               P   P
+PR23  -5364.837713  -9941.176635  22859.631304   -317.651010               P   P
+PR24 -16836.433707   4914.782872  18497.329965    -47.580249               P   P
+*  2011  9 12  1  0  0.00000000
+PG01  12211.965794  13355.571508 -19448.341175     -2.167444               P   P
+PG02  11479.689973 -14301.188830  19109.500189    355.626375               P   P
+PG03  -9998.379479  24418.150108    177.447444    767.066937               P   P
+PG04  24397.816567  -6520.676346   8542.436789    228.613166               P   P
+PG05   2606.595598 -19830.512444  17408.642873   -216.957543               P   P
+PG06 -14424.033919  21702.352839   4537.897203    -73.082299               P   P
+PG07  24162.742672   6343.057806   9374.838404     26.321650               P   P
+PG08  26799.405845   2082.605840      6.117048      9.105725               P   P
+PG09  -7896.018913 -14139.494363 -21599.446468    105.013312               P   P
+PG10  15472.283761  -3469.123759  21129.110946    -12.877399               P   P
+PG11   6196.037501  15807.029550 -20786.018580   -185.095287               P   P
+PG12 -11766.520566 -23811.694229  -2235.072309     21.771701               P   P
+PG13  10928.145525   9720.033968  22031.731503    251.968770               P   P
+PG14 -18842.015113  10173.058048 -15443.196416    171.749009               P   P
+PG15   1384.370903 -22817.481652 -13366.201466   -106.689277               P   P
+PG16  -1663.424084  20487.268826  16664.005779   -197.214306               P   P
+PG17  18797.971988 -10662.112587 -15136.121369    175.511971               P   P
+PG18 -18918.694038 -12799.990715 -13516.796992    156.860479               P   P
+PG19  -5683.291319  22954.280954 -11742.517924   -182.849318               P   P
+PG20  13691.443068  22776.322862  -1188.137952     52.836047               P   P
+PG21 -25748.943764  -4752.768584   6505.136554   -170.838252               P   P
+PG22 -16699.820144   1505.873695 -20438.424836    144.598751               P   P
+PG23   5127.337896  17621.417708  19086.219694    276.724253               P   P
+PG24  10043.553951  14647.608821 -19794.784118    423.144004               P   P
+PG25 -17668.581579 -18047.451384   8233.523172     18.302148               P   P
+PG26  11765.772390 -23190.178329  -4820.631732   -154.104508               P   P
+PG27  -1660.138480 -14383.240675 -21630.506143    304.337893               P   P
+PG28  16933.826540   3313.589659 -19741.627794     66.792682               P   P
+PG29 -11776.811088  -9793.456750  21768.425217    239.035806               P   P
+PG30 -19856.687105 -12319.399468  12277.889895     86.496562               P   P
+PG31 -22383.642232   8130.859106  12182.754844    140.031596               P   P
+PG32   6195.862113  24927.518325  -7320.976082   -327.139756               P   P
+PR01 -11009.399436 -22176.178882  -6101.928968   -181.036329               P   P
+PR02 -13251.202837  -7992.243755 -20263.469784   -254.042575               P   P
+PR03 -19944.971805   3586.173368  15410.838510     59.500633               P   P
+PR04  18377.352807 -15172.481082  -9071.629509 999999.999999               P   P
+PR05  10997.782796  22217.310514   6010.062667   -169.860077               P   P
+PR06  13251.957835   8745.583595  19944.796088    -67.092902               P   P
+PR07   6653.798495 -11860.093252  21581.566058   -205.403348               P   P
+PR08  -2316.211458 -22725.960709  11362.517313    -35.234544               P   P
+PR09  24975.939536   4950.903531    231.215107    -41.347623               P   P
+PR10  20051.524394  -3563.591280 -15441.693029    -88.659835               P   P
+PR11   2987.933791 -10233.257610 -23176.267672    -74.647681               P   P
+PR12 -15800.157158 -10984.316881 -16674.729346   -151.511777               P   P
+PR13 -25058.146911  -4672.337001   -611.994578   -319.095259               P   P
+PR15   -573.457859  10501.769015  23239.083855     66.799237               P   P
+PR16  16190.938317  10934.561529  16424.774260    -31.951685               P   P
+PR17 -18284.723665  16670.054992   6031.342230   -258.215041               P   P
+PR18 -10177.469759  20301.089686 -11484.028167    -34.960712               P   P
+PR19   3333.379962  12064.903264 -22230.143405   -175.066708               P   P
+PR20  15555.836264  -3758.554586 -19882.214748    -79.475395               P   P
+PR21  18144.812012 -16683.656699  -6374.450885    -74.589413               P   P
+PR22  10496.543653 -20511.080568  11109.574534     18.301178               P   P
+PR23  -3522.397977 -12028.188854  22205.571976   -317.654021               P   P
+PR24 -15168.196946   3193.391442  20233.748284    -47.581502               P   P
+*  2011  9 12  1 15  0.00000000
+PG01   9932.727108  13575.395552 -20562.647248     -2.168979               P   P
+PG02  13600.233098 -14245.297476  17656.517109    355.628114               P   P
+PG03 -10266.079503  24075.058296   2979.291930    767.071439               P   P
+PG04  25257.611592  -6279.047506   5915.802475    228.623295               P   P
+PG05   3863.355933 -18155.832572  18943.967382   -216.962352               P   P
+PG06 -14448.533009  20960.403853   7249.138728    -73.074012               P   P
+PG07  22962.930427   6553.778697  11887.395982     26.323287               P   P
+PG08  26636.564759   2182.042112   2891.687930      9.105827               P   P
+PG09  -5518.030277 -14319.639980 -22228.347900    105.015461               P   P
+PG10  16684.266740  -1368.129855  20477.860448    -12.878525               P   P
+PG11   3958.864767  16491.773791 -20769.272268   -185.098356               P   P
+PG12 -11382.473989 -23558.650702  -5071.016528     21.773849               P   P
+PG13   9554.788605  11834.392336  21627.546402    251.967133               P   P
+PG14 -17983.726622   8462.914294 -17370.674708    171.750646               P   P
+PG15   2233.655709 -23964.825414 -11026.079290   -106.687844               P   P
+PG16  -2802.903753  18823.727597  18410.653108   -197.216250               P   P
+PG17  18042.146106  -8936.812674 -17055.310546    175.510538               P   P
+PG18 -19465.769566 -14177.797909 -11265.085981    156.862116               P   P
+PG19  -6543.144747  23839.581304  -9227.964651   -182.853002               P   P
+PG20  13261.522120  22734.046183  -3960.985411     52.836456               P   P
+PG21 -24929.351107  -5044.336152   9080.114283   -170.840503               P   P
+PG22 -17823.830173   -539.990561 -19535.491526    144.598341               P   P
+PG23   3999.430670  19402.754170  17532.544917    276.721490               P   P
+PG24   7717.712566  14707.878726 -20740.161034    423.146869               P   P
+PG25 -17908.782112 -18833.594301   5517.217791     18.303785               P   P
+PG26  12111.746571 -23354.450655  -1925.172347   -154.115865               P   P
+PG27    937.336755 -14586.613506 -21507.951964    304.341372               P   P
+PG28  17982.209265   5332.109867 -18383.296997     66.795444               P   P
+PG29 -10528.320802 -11904.222485  21354.654522    239.038671               P   P
+PG30 -20485.704872 -13500.159087   9835.564677     86.492060               P   P
+PG31 -23602.364053   8014.958046   9677.121767    140.036508               P   P
+PG32   5527.889187  24138.251222  -9903.828154   -327.145793               P   P
+PR01 -11340.510645 -22647.940965  -2956.250465   -181.036295               P   P
+PR02 -14194.744272 -10197.540460 -18563.694358   -254.044867               P   P
+PR03 -21703.221958   3506.924270  12834.658895     59.502893               P   P
+PR04  17465.020307 -14239.504685 -11934.723515 999999.999999               P   P
+PR05  11324.918535  22676.859560   2863.020563   -169.860213               P   P
+PR06  14186.444918  10906.754003  18154.986607    -67.092811               P   P
+PR07   7790.188253  -9398.012146  22396.017485   -205.402885               P   P
+PR08  -1837.839602 -21232.762607  14027.939655    -35.234053               P   P
+PR09  24773.828289   4753.968562   3448.755648    -41.347366               P   P
+PR10  21801.991371  -3496.054791 -12875.353721    -88.659101               P   P
+PR11   5801.426552  -9854.730885 -22797.908767    -74.647356               P   P
+PR12 -13656.878566 -10539.094393 -18746.079995   -151.510864               P   P
+PR13 -24815.400252  -4446.425597  -3831.304296   -319.096685               P   P
+PR15  -3414.235131  10114.644614  23174.552486     66.800470               P   P
+PR16  14075.083605  10482.145110  18521.189338    -31.951124               P   P
+PR17 -17579.056353  16039.785960   9077.288850   -258.213559               P   P
+PR18 -10846.515464  21359.439539  -8582.481996    -34.960930               P   P
+PR19   1694.436471  14180.845940 -21139.713763   -175.067641               P   P
+PR20  13897.604087  -1830.280159 -21323.829375    -79.475509               P   P
+PR21  17425.309470 -16010.036492  -9402.999032    -74.590628               P   P
+PR22  11113.617302 -21536.887802   8197.635695     18.302333               P   P
+PR23  -1903.833696 -14160.260661  21119.790638   -317.657032               P   P
+PR24 -13513.393980   1205.098500  21576.305995    -47.582755               P   P
+*  2011  9 12  1 30  0.00000000
+PG01   7562.672425  13925.472597 -21323.375770     -2.170514               P   P
+PG02  15544.113308 -14269.341966  15895.937995    355.629854               P   P
+PG03 -10460.819093  23440.672658   5728.533705    767.075941               P   P
+PG04  25827.965394  -6051.778074   3188.799771    228.633425               P   P
+PG05   5293.935751 -16421.734284  20151.915358   -216.967161               P   P
+PG06 -14399.357160  19942.092159   9834.351529    -73.065724               P   P
+PG07  21505.016004   6855.881431  14197.985398     26.324924               P   P
+PG08  26159.610529   2296.639950   5729.246706      9.105929               P   P
+PG09  -3106.380063 -14641.615302 -22493.565034    105.017610               P   P
+PG10  17943.668619    588.449762  19469.806835    -12.879650               P   P
+PG11   1768.111815  17262.341850 -20405.188862   -185.101426               P   P
+PG12 -10804.391573 -23068.349449  -7820.566122     21.775998               P   P
+PG13   8334.584990  13963.463400  20846.162711    251.965496               P   P
+PG14 -17126.744616   6527.914319 -18993.649469    171.752283               P   P
+PG15   2916.879119 -24899.002113  -8494.344865   -106.686412               P   P
+PG16  -4129.926612  17075.964807  19837.587763   -197.218194               P   P
+PG17  17288.034593  -6993.695131 -18675.201356    175.509106               P   P
+PG18 -19926.896172 -15306.780833  -8820.030788    156.863753               P   P
+PG19  -7213.973134  24509.132883  -6551.468887   -182.856685               P   P
+PG20  12641.353265  22469.259660  -6666.094045     52.836866               P   P
+PG21 -23850.853684  -5399.673609  11506.437458   -170.842754               P   P
+PG22 -18972.253422  -2429.419802 -18292.197351    144.597932               P   P
+PG23   3045.406031  21066.075543  15673.563868    276.718728               P   P
+PG24   5308.207254  14889.571541 -21329.104360    423.149734               P   P
+PG25 -18003.594723 -19354.483457   2706.035072     18.305422               P   P
+PG26  12293.263279 -23243.063004   1004.044207   -154.127222               P   P
+PG27   3486.127257 -14923.266081 -20991.170899    304.344850               P   P
+PG28  19039.032761   7140.237848 -16697.767234     66.798207               P   P
+PG29  -9422.543387 -14017.204084  20575.867021    239.041536               P   P
+PG30 -20983.349330 -14428.952987   7221.465974     86.487558               P   P
+PG31 -24536.550578   7939.672246   7008.252760    140.041419               P   P
+PG32   4672.299167  23142.135347 -12318.289586   -327.151830               P   P
+PR01 -11536.766862 -22741.523197    246.912537   -181.036261               P   P
+PR02 -15194.257262 -12120.425086 -16502.893661   -254.047158               P   P
+PR03 -23130.347318   3583.498041  10007.667032     59.505153               P   P
+PR04  16433.015422 -12962.758156 -14565.749366 999999.999999               P   P
+PR05  11516.079190  22758.807056   -339.639120   -169.860349               P   P
+PR06  15170.440402  12776.228408  16011.873780    -67.092720               P   P
+PR07   9130.875377  -6956.391139  22775.464944   -205.402422               P   P
+PR08  -1119.427914 -19496.905836  16421.081223    -35.233562               P   P
+PR09  24166.530042   4537.684350   6598.918033    -41.347109               P   P
+PR10  23223.417415  -3584.442879 -10060.430602    -88.658367               P   P
+PR11   8562.515803  -9693.294959 -21976.674028    -74.647030               P   P
+PR12 -11256.292011 -10232.107812 -20451.952854   -151.509951               P   P
+PR13 -24165.966506  -4211.704361  -6976.115300   -319.098111               P   P
+PR15  -6239.844008   9946.935623  22660.355693     66.801704               P   P
+PR16  11695.816070  10166.570342  20258.165745    -31.950563               P   P
+PR17 -16711.236518  15061.692810  11946.099847   -258.212078               P   P
+PR18 -11227.528925  22160.210558  -5513.002450    -34.961148               P   P
+PR19    306.947748  16281.064891 -19638.914438   -175.068574               P   P
+PR20  12298.602240    339.737973 -22351.827273    -79.475623               P   P
+PR21  16551.520321 -14987.516271 -12247.924270    -74.591842               P   P
+PR22  11446.506563 -22302.575000   5127.852954     18.303489               P   P
+PR23   -535.439430 -16273.900465  19623.392574   -317.660043               P   P
+PR24 -11929.856930  -1014.333134  22498.815335    -47.584008               P   P
+*  2011  9 12  1 45  0.00000000
+PG01   5149.820839  14410.081974 -21717.473901     -2.172048               P   P
+PG02  17276.024267 -14346.529453  13857.397817    355.631593               P   P
+PG03 -10617.475097  22514.238949   8376.200844    767.080443               P   P
+PG04  26103.445445  -5803.671217    407.854987    228.643554               P   P
+PG05   6884.682425 -14672.941626  21011.892071   -216.971970               P   P
+PG06 -14313.615133  18654.337367  12248.988259    -73.057436               P   P
+PG07  19820.995034   7277.229803  16267.102312     26.326561               P   P
+PG08  25378.809932   2465.582916   8471.637668      9.106031               P   P
+PG09   -708.730570 -15103.014313 -22391.051478    105.019758               P   P
+PG10  19214.216560   2371.090798  18123.812598    -12.880776               P   P
+PG11   -339.026953  18099.675822 -19698.770237   -185.104495               P   P
+PG12 -10010.539916 -22373.787631 -10436.813066     21.778147               P   P
+PG13   7282.261092  16058.078023  19701.128910    251.963859               P   P
+PG14 -16310.077301   4396.413534 -20283.629865    171.753920               P   P
+PG15   3455.248695 -25587.093410  -5814.910125   -106.684980               P   P
+PG16  -5635.234095  15291.557352  20920.798229   -197.220138               P   P
+PG17  16572.595667  -4861.272528 -19967.578598    175.507673               P   P
+PG18 -20265.137154 -16187.411820  -6224.330128    156.865390               P   P
+PG19  -7717.224702  24930.016636  -3759.842006   -182.860369               P   P
+PG20  11811.957886  22012.199561  -9257.366520     52.837275               P   P
+PG21 -22537.591987  -5847.119127  13744.783733   -170.845005               P   P
+PG22 -20108.336421  -4136.865498 -16730.760389    144.597523               P   P
+PG23   2259.175675  22566.172394  13540.974361    276.715965               P   P
+PG24   2862.175570  15197.576464 -21550.543032    423.152599               P   P
+PG25 -17918.013856 -19624.924596   -151.666765     18.307059               P   P
+PG26  12343.910510 -22835.030656   3915.425531   -154.138580               P   P
+PG27   5933.795932 -15378.162368 -20088.987593    304.348329               P   P
+PG28  20062.751975   8715.849337 -14716.649940     66.800969               P   P
+PG29  -8470.892591 -16085.843290  19445.408306    239.044400               P   P
+PG30 -21312.046282 -15114.338937   4481.767318     86.483056               P   P
+PG31 -25170.906217   7867.326942   4220.980992    140.046330               P   P
+PG32   3614.822513  21975.651253 -14522.365292   -327.157867               P   P
+PR01 -11546.806584 -22476.665247   3445.276318   -181.036226               P   P
+PR02 -16195.290038 -13727.947119 -14121.145762   -254.049449               P   P
+PR03 -24187.114524   3768.610187   6985.074839     59.507414               P   P
+PR04  15341.702391 -11349.863405 -16913.569136 999999.999999               P   P
+PR05  11520.051370  22483.156580  -3535.701143   -169.860485               P   P
+PR06  16148.545005  14322.705796  13557.101703    -67.092629               P   P
+PR07  10648.746896  -4597.253408  22712.437469   -205.401959               P   P
+PR08   -143.832791 -17577.397568  18495.540643    -35.233070               P   P
+PR09  23164.364785   4357.919989   9620.141023    -41.346853               P   P
+PR10  24277.082280  -3781.638503  -7051.290631    -88.657633               P   P
+PR11  11201.333018  -9739.794807 -20728.244468    -74.646704               P   P
+PR12  -8655.763479 -10098.406701 -21759.735457   -151.509038               P   P
+PR13 -23122.402053  -4024.395675  -9985.323765   -319.099538               P   P
+PR15  -8979.057983   9994.654337  21706.810591     66.802938               P   P
+PR16   9109.218696  10023.346151  21601.588949    -31.950002               P   P
+PR17 -15740.482821  13733.361297  14581.875479   -258.210596               P   P
+PR18 -11351.692627  22655.326957  -2335.643652    -34.961366               P   P
+PR19   -814.479466  18299.744648 -17756.860843   -175.069508               P   P
+PR20  10811.771838   2707.420893 -22946.061399    -79.475737               P   P
+PR21  15582.846865 -13615.470806 -14853.797486    -74.593056               P   P
+PR22  11527.555076 -22761.599855   1959.369551     18.304645               P   P
+PR23    568.784645 -18303.250881  17745.471425   -317.663055               P   P
+PR24 -10468.948100  -3418.442990  22983.276565    -47.585261               P   P
+*  2011  9 12  2  0  0.00000000
+PG01   2742.766636  15025.411870 -21738.186028     -2.173583               P   P
+PG02  18767.137172 -14445.207542  11575.701778    355.633333               P   P
+PG03 -10771.018544  21303.845606  10874.751466    767.084945               P   P
+PG04  26086.876654  -5499.566473  -2379.988005    228.653684               P   P
+PG05   8614.174138 -12952.029528  21509.359674   -216.976779               P   P
+PG06 -14227.466770  17112.343523  14451.693307    -73.049148               P   P
+PG07  17948.984535   7839.524438  18059.217057     26.328198               P   P
+PG08  24312.917170   2725.451386  11073.165865      9.106134               P   P
+PG09   1628.344655 -15693.354597 -21922.464042    105.021907               P   P
+PG10  20456.313322   3957.784442  16464.485413    -12.881901               P   P
+PG11  -2329.049978  18979.013631 -18660.669679   -185.107565               P   P
+PG12  -8986.584864 -21512.888908 -12875.048906     21.780295               P   P
+PG13   6403.851965  18068.205393  18212.423995    251.962222               P   P
+PG14 -15568.077035   2104.226424 -21218.070572    171.755557               P   P
+PG15   3875.771836 -26002.641115  -3034.325762   -106.683547               P   P
+PG16  -7301.200100  13516.685401  21642.365630   -197.222082               P   P
+PG17  15928.141724  -2575.101206 -20910.116693    175.506241               P   P
+PG18 -20445.725775 -16828.175921  -3522.814068    156.867027               P   P
+PG19  -8080.486165  25075.978207   -902.076110   -182.864052               P   P
+PG20  10761.236879  21397.537434 -11690.766798     52.837684               P   P
+PG21 -21019.550243  -6410.289834  15758.876467   -170.847256               P   P
+PG22 -21192.753731  -5644.287646 -14878.897058    144.597114               P   P
+PG23   1626.807381  23861.260520  11171.479053    276.713203               P   P
+PG24    427.567507  15628.875386 -21399.701366    423.155464               P   P
+PG25 -17621.798563 -19667.244687  -3006.765314     18.308696               P   P
+PG26  12301.266821 -22118.263314   6756.958304   -154.149937               P   P
+PG27   8231.804101 -15928.269727 -18817.773510    304.351808               P   P
+PG28  21010.312781  10045.896284 -12476.548057     66.803732               P   P
+PG29  -7676.639011 -18063.158328  17982.591266    239.047265               P   P
+PG30 -21438.219575 -15572.909428   1664.448189     86.478554               P   P
+PG31 -25498.795716   7758.731876   1362.267544    140.051241               P   P
+PG32   2348.945464  20678.929717 -16477.255791   -327.163904               P   P
+PR01 -11325.468856 -21884.898262   6576.668343   -181.036192               P   P
+PR02 -17139.844727 -14999.337463 -11464.777089   -254.051740               P   P
+PR03 -24846.607154   4008.980049   3825.953370     59.509674               P   P
+PR04  14250.493632  -9421.412865 -18932.565751 999999.999999               P   P
+PR05  11291.861380  21881.655821  -6663.080750   -169.860621               P   P
+PR06  17062.154584  15527.281682  10838.409180    -67.092537               P   P
+PR07  12306.199111  -2377.139859  22208.056677   -205.401496               P   P
+PR08   1094.168827 -15537.476879  20211.108615    -35.232579               P   P
+PR09  21790.901834   4267.771816  12453.387032    -41.346596               P   P
+PR10  24936.328554  -4034.584938  -3906.024300    -88.656899               P   P
+PR11  13651.795513  -9972.990303 -19076.633551    -74.646379               P   P
+PR12  -5919.451480 -10162.413993 -22644.672474   -151.508125               P   P
+PR13 -21710.415161  -3937.487143 -12800.509156   -319.100964               P   P
+PR15 -11563.374242  10241.363752  20332.711899     66.804172               P   P
+PR16   6378.595158  10077.532404  22524.926402    -31.949441               P   P
+PR17 -14727.046349  12065.571243  16933.325329   -258.209114               P   P
+PR18 -11259.846830  22806.187250    887.416533    -34.961584               P   P
+PR19  -1667.905129  20171.207338 -15530.067865   -175.070441               P   P
+PR20   9481.964222   5219.228568 -23094.775815    -79.475851               P   P
+PR21  14579.364303 -11906.455836 -17169.940748    -74.594271               P   P
+PR22  11398.343446 -22876.804948  -1246.820786     18.305801               P   P
+PR23   1407.483438 -20182.728804  15522.543263   -317.666066               P   P
+PR24  -9173.481158  -5951.769525  23020.232801    -47.586515               P   P
+*  2011  9 12  2 15  0.00000000
+PG01    388.996359  15759.643009 -21385.167915     -2.175118               P   P
+PG02  19996.119243 -14530.212908   9090.249774    355.635072               P   P
+PG03 -10954.914476  19826.292932  13179.030929    767.089447               P   P
+PG04  25789.136135  -5105.849283  -5127.821923    228.663813               P   P
+PG05  10453.890206 -11297.885898  21636.068806   -216.981588               P   P
+PG06 -14174.579679  15339.118004  16404.999501    -73.040861               P   P
+PG07  15931.897052   8557.298704  19543.379743     26.329835               P   P
+PG08  22988.541805   3108.688822  13490.285334      9.106236               P   P
+PG09   3860.862017 -16394.426318 -21095.141167    105.024056               P   P
+PG10  21628.561752   5334.629079  14521.656777    -12.883027               P   P
+PG11  -4173.234471  19870.744461 -17307.107379   -185.110634               P   P
+PG12  -7726.339437 -20527.012478 -15093.512985     21.782444               P   P
+PG13   5696.616520  19944.785166  16406.095195    251.960584               P   P
+PG14 -14929.070071   -306.587928 -21780.783161    171.757195               P   P
+PG15   4209.992527 -26126.688990   -200.949092   -106.682115               P   P
+PG16  -9102.378900  11794.445182  21990.720980   -197.224026               P   P
+PG17  15381.050259   -176.569030 -21486.768341    175.504808               P   P
+PG18 -20437.460774 -17244.996851   -761.666778    156.868664               P   P
+PG19  -8336.188459  24928.530218   1971.566462   -182.867736               P   P
+PG20   9484.601667  20662.972775 -13925.040028     52.838093               P   P
+PG21 -19331.543402  -7107.081543  17515.965737   -170.849507               P   P
+PG22 -22185.135192  -6941.621705 -12769.287109    144.596704               P   P
+PG23   1127.236388  24914.575053   8606.155573    276.710440               P   P
+PG24  -1948.511226  16172.579437 -20878.247351    423.158328               P   P
+PG25 -17090.780044 -19510.285035  -5810.216155     18.310333               P   P
+PG26  12205.251155 -21090.303335   9477.229242   -154.161294               P   P
+PG27  10337.342717 -16543.545728 -17201.104426    304.355287               P   P
+PG28  21838.897393  11126.606192 -10018.251779     66.806495               P   P
+PG29  -7034.927495 -19903.402822  16212.373931    239.050130               P   P
+PG30 -21333.657558 -15828.390662  -1181.590815     86.474052               P   P
+PG31 -25522.451472   7574.835339  -1519.539702    140.056153               P   P
+PG32    876.436488  19294.255408 -18148.079130   -327.169940               P   P
+PR01 -10835.930800 -21008.106160   9580.240327   -181.036158               P   P
+PR02 -17968.901086 -15926.626191  -8585.458224   -254.054031               P   P
+PR03 -25095.270367   4247.833287    592.056200     59.511934               P   P
+PR04  13215.281175  -7210.358548 -20583.529270 999999.999999               P   P
+PR05  10794.904974  20996.354431  -9661.031693   -169.860756               P   P
+PR06  17852.020313  16383.996694   7908.698440    -67.092446               P   P
+PR07  14056.567338   -344.966756  21272.023003   -205.401032               P   P
+PR08   2587.413123 -13442.059517  21534.541416    -35.232088               P   P
+PR09  20082.064675   4315.068858  15043.317509    -41.346340               P   P
+PR10  25187.576733  -4286.734378   -685.343709    -88.656165               P   P
+PR11  15854.143344 -10360.538283 -17053.740388    -74.646053               P   P
+PR12  -3115.840294 -10436.835632 -23090.294775   -151.507212               P   P
+PR13 -19967.875139  -3998.265445 -15367.067636   -319.102391               P   P
+PR15 -13929.618344  10658.961277  18564.947045     66.805405               P   P
+PR16   3572.072660  10342.560806  23009.775371    -31.948880               P   P
+PR17 -13729.563285  10082.075524  18954.771716   -258.207632               P   P
+PR18 -11000.505505  22585.395362   4093.121986    -34.961802               P   P
+PR19  -2263.893227  21832.561343 -13001.745090   -175.071375               P   P
+PR20   8344.148818   7814.143577 -22794.849729    -79.475965               P   P
+PR21  13599.180403  -9885.907468 -19151.416216    -74.595485               P   P
+PR22  11107.721909 -22622.049728  -4429.018189     18.306956               P   P
+PR23   1991.758196 -21849.672184  12997.835487   -317.669077               P   P
+PR24  -8076.020800  -8551.932942  22608.956683    -47.587768               P   P
+*  2011  9 12  2 30  0.00000000
+PG01  -1866.747368  16593.353723 -20664.491792     -2.176653               P   P
+PG02  20949.867957 -14564.389176   6444.352451    355.636811               P   P
+PG03 -11199.572069  18106.606676  15247.202784    767.093949               P   P
+PG04  25228.666241  -4591.892682  -7789.611657    228.673943               P   P
+PG05  12369.162410  -9744.332533  21390.178786   -216.986397               P   P
+PG06 -14184.706877  13364.699190  18075.941103    -73.032573               P   P
+PG07  13815.938282   9437.188706  20693.758936     26.331472               P   P
+PG08  21439.243984   3642.212684  15682.267337      9.106338               P   P
+PG09   5948.840958 -17180.918808 -19922.022365    105.026204               P   P
+PG10  22689.352214   6496.098134  12329.783658    -12.884152               P   P
+PG11  -5848.557130  20741.468010 -15659.701025   -185.113704               P   P
+PG12  -6232.207423 -19459.340830 -17054.097421     21.784593               P   P
+PG13   5149.310881  21641.530688  14313.780449    251.958947               P   P
+PG14 -14414.244144  -2789.189694 -21962.221272    171.758832               P   P
+PG15   4492.547317 -25948.541822   2635.924084   -106.680682               P   P
+PG16 -11006.359862  10163.306648  21960.785003   -197.225970               P   P
+PG17  14950.731738   2288.545420 -21688.027026    175.503376               P   P
+PG18 -20213.958079 -17460.401878   2012.343095    156.870301               P   P
+PG19  -8520.114831  24477.754926   4810.495346   -182.871419               P   P
+PG20   7985.322650  19847.730101 -15922.380183     52.838503               P   P
+PG21 -17512.052138  -7948.872579  18987.269529   -170.851758               P   P
+PG22 -23045.637728  -8026.928710 -10438.955865    144.596295               P   P
+PG23    733.273656  25695.786934   5889.729892    276.707677               P   P
+PG24  -4221.434868  16810.287192 -19994.328498    423.161193               P   P
+PG25 -16307.942569 -19188.154356  -8513.891426     18.311970               P   P
+PG26  12096.343603 -19758.685065  12026.483291   -154.172652               P   P
+PG27  12214.909381 -17188.251623 -15269.228348    304.358766               P   P
+PG28  22507.638254  11963.306341  -7385.884854     66.809257               P   P
+PG29  -6533.112558 -21563.688088  14164.945204    239.052995               P   P
+PG30 -20976.661069 -15910.483734  -4007.399442     86.469550               P   P
+PG31 -25252.862234   7278.389561  -4375.481234    140.061064               P   P
+PG32   -792.440107  17864.476935 -19504.551615   -327.175977               P   P
+PR01 -10051.500839 -19896.670813  12397.653525   -181.036124               P   P
+PR02 -18625.001624 -16514.729330  -5539.194523   -254.056322               P   P
+PR03 -24933.404865   4427.559280  -2653.412252     59.514195               P   P
+PR04  12286.036335  -4760.887320 -21834.416743 999999.999999               P   P
+PR05  10002.732974  19877.747835 -12471.327673   -169.860892               P   P
+PR06  18460.855699  16899.847458   4825.000062    -67.092355               P   P
+PR07  15845.954565   1459.788739  19922.435341   -205.400569               P   P
+PR08   4316.408570 -11355.132421  22440.199303    -35.231596               P   P
+PR09  18084.728337   4540.110839  17339.392086    -41.346083               P   P
+PR10  25030.817831  -4480.647850   2548.569092    -88.655431               P   P
+PR11  17757.224615 -10860.461902 -14698.745632    -74.645727               P   P
+PR12   -315.113842 -10922.085103 -23088.682541   -151.506299               P   P
+PR13 -17943.330473  -4246.100823 -17635.266995   -319.103817               P   P
+PR15 -16022.327885  11208.964134  16437.960150     66.806639               P   P
+PR16    760.000536  10819.559528  23046.255547    -31.948319               P   P
+PR17 -12802.499025   7818.838204  20607.036471   -258.206150               P   P
+PR18 -10627.553712  21978.030361   7218.800383    -34.962020               P   P
+PR19  -2624.818695  23226.252820 -10220.961730   -175.072308               P   P
+PR20   7422.049996  10425.979204 -22051.875803    -79.476079               P   P
+PR21  12695.903371  -7591.304678 -20759.894204    -74.596699               P   P
+PR22  10709.553236 -21983.407328  -7525.972926     18.308112               P   P
+PR23   2344.447484 -23246.882717  10220.444239   -317.672088               P   P
+PR24  -7197.632213 -11152.017852  21757.465162    -47.589021               P   P
+*  2011  9 12  2 45  0.00000000
+PG01  -3983.993203  17500.231013 -19588.542355     -2.178188               P   P
+PG02  21623.925570 -14510.212388   3684.450541    355.638551               P   P
+PG03 -11530.915720  16177.209962  17041.625923    767.098451               P   P
+PG04  24430.727145  -3931.380298 -10320.903290    228.684072               P   P
+PG05  14320.369672  -8318.957042  20776.265872   -216.991206               P   P
+PG06 -14282.439708  11225.126703  19436.574993    -73.024285               P   P
+PG07  11648.982524  10477.507416  21490.104414     26.333109               P   P
+PG08  19704.385421   4346.219267  17611.842257      9.106441               P   P
+PG09   7857.584135 -18021.306438 -18421.507524    105.028353               P   P
+PG10  23598.450283   7444.981788   9927.288916    -12.885278               P   P
+PG11  -7338.413271  21555.223976 -13745.207370   -185.116773               P   P
+PG12  -4515.303961 -18353.206395 -18722.997600     21.786741               P   P
+PG13   4742.807692  23116.630672  11972.125846    251.957310               P   P
+PG14 -14036.838992  -5293.611367 -21759.634326    171.760469               P   P
+PG15   4759.599390 -25466.210721   5426.946023   -106.679250               P   P
+PG16 -12974.892326   8655.773494  21553.992362   -197.227914               P   P
+PG17  14648.894926   4771.682400 -21511.060050    175.501943               P   P
+PG18 -19754.716514 -17502.463106   4752.613475    156.871938               P   P
+PG19  -8669.774225  23722.772154   7564.744100   -182.875103               P   P
+PG20   6274.583416  18991.017210 -17649.036790     52.838912               P   P
+PG21 -15601.942549  -8939.956411  20148.374655   -170.854009               P   P
+PG22 -23736.499014  -8906.227113  -7928.588125    144.595886               P   P
+PG23    412.871607  26182.181131   3069.766621    276.704915               P   P
+PG24  -6350.608067  17516.755118 -18762.490099    423.164058               P   P
+PG25 -15264.236078 -18738.790715 -11071.400572     18.313607               P   P
+PG26  12013.754040 -18140.884367  14357.688906   -154.184009               P   P
+PG27  13837.556286 -17822.527471 -13058.363316    304.362245               P   P
+PG28  22979.231233  12569.894051  -4626.026171     66.812020               P   P
+PG29  -6151.398886 -23005.508155  11875.224537    239.055860               P   P
+PG30 -20352.933131 -15853.500576  -6764.819278     86.465048               P   P
+PG31 -24709.343579   6835.565619  -7156.785518    140.065975               P   P
+PG32  -2639.041066  16431.383008 -20521.610809   -327.182014               P   P
+PR01  -8956.991261 -18607.280239  14974.212696   -181.036090               P   P
+PR02 -19054.788472 -16781.002240  -2385.231636   -254.058613               P   P
+PR03 -24375.089444   4492.407629  -5847.056724     59.516455               P   P
+PR04  11504.678707  -2126.828839 -22660.971215 999999.999999               P   P
+PR05   8900.416569  18582.585656 -15039.393873   -169.861028               P   P
+PR06  18835.879312  17094.259995   1647.354836    -67.092264               P   P
+PR07  17615.383562   3008.499858  18185.446870   -205.400106               P   P
+PR08   6249.918916  -9337.206134  22910.538206    -35.231105               P   P
+PR09  15854.869474   4973.736996  19296.868168    -41.345826               P   P
+PR10  24479.563143  -4560.638569   5733.242958    -88.654696               P   P
+PR11  19320.432866 -11423.046426 -12057.360329    -74.645402               P   P
+PR12   2413.520420 -11606.242237 -22640.561911   -151.505386               P   P
+PR13 -15694.098957  -4710.575722 -19561.202971   -319.105243               P   P
+PR15 -17795.818765  11844.240947  13993.076127     66.807873               P   P
+PR16  -1987.748068  11497.213521  22633.236296    -31.947758               P   P
+PR17 -11993.792544   5322.764773  21858.194023   -258.204668               P   P
+PR18 -10197.727630  20982.400042  10203.413973    -34.962238               P   P
+PR19  -2783.673860  24302.413525  -7241.697014   -175.073241               P   P
+PR20   6727.270669  12985.917623 -20880.069892    -79.476193               P   P
+PR21  11916.325575  -5070.831702 -21964.384074    -74.597914               P   P
+PR22  10260.258486 -20959.877203 -10478.034044     18.309268               P   P
+PR23   2498.909394 -24324.957840   7244.376768   -317.675100               P   P
+PR24  -6547.132501 -13683.156529  20482.362055    -47.590274               P   P
+*  2011  9 12  3  0  0.00000000
+PG01  -5927.901895  18448.060458 -18175.805387     -2.179722               P   P
+PG02  22022.551846 -14331.455747    859.253029    355.640290               P   P
+PG03 -11969.143889  14076.784513  18529.650901    767.102953               P   P
+PG04  23426.418416  -3103.464852 -12679.499729    228.694202               P   P
+PG05  16264.329377  -7042.199231  19805.221074   -216.996015               P   P
+PG06 -14486.182122   8961.197067  20464.404541    -73.015997               P   P
+PG07   9478.885381  11668.142261  21918.125075     26.334747               P   P
+PG08  17827.772720   5233.226596  19245.808163      9.106543               P   P
+PG09   9558.783106 -18878.968153 -16617.253836    105.030502               P   P
+PG10  24318.524240   8192.013017   7355.855832    -12.886403               P   P
+PG11  -8633.103775  22274.850755 -11595.171658   -185.119843               P   P
+PG12  -2595.246102 -17250.419961 -20071.297492     21.788890               P   P
+PG13   4451.034638  24334.281163   9422.110644    251.955673               P   P
+PG14 -13801.671550  -7768.532259 -21177.088101    171.762106               P   P
+PG15   5047.214754 -24686.526568   8123.603918   -106.677817               P   P
+PG16 -14965.234394   7297.293728  20778.204297   -197.229858               P   P
+PG17  14479.136943   7223.213261 -20959.712241    175.500511               P   P
+PG18 -19045.963294 -17403.558767   7413.432460    156.873576               P   P
+PG19  -8822.709185  22671.852059  10185.909446   -182.878786               P   P
+PG20   4371.239705  18130.502127 -19075.853281     52.839321               P   P
+PG21 -13643.110156 -10077.221846  20979.596245   -170.856260               P   P
+PG22 -24223.512201  -9593.017718  -5281.788756    144.595477               P   P
+PG23    130.595960  26359.545359    195.792900    276.702152               P   P
+PG24  -8300.869051  18260.857887 -17203.473028    423.166923               P   P
+PG25 -13959.089076 -18202.388402 -13438.879625     18.315244               P   P
+PG26  11993.622372 -16263.846682  16427.576686   -154.195366               P   P
+PG27  15187.753063 -18404.150352 -10609.852164    304.365723               P   P
+PG28  23221.387015  12967.988002  -1786.828929     66.814782               P   P
+PG29  -5863.762535 -24196.110325   9382.282728    239.058725               P   P
+PG30 -19456.182233 -15694.853078  -9407.281472     86.460546               P   P
+PG31 -23918.802000   6217.456368  -9815.682247    140.070886               P   P
+PG32  -4636.796789  15034.108297 -21179.963592   -327.188051               P   P
+PR01  -7549.611643 -17200.492958  17259.926579   -181.036055               P   P
+PR02 -19211.384300 -16754.279763    815.102308   -254.060905               P   P
+PR03 -23447.536508   4391.106314  -8926.552171     59.518715               P   P
+PR04  10903.303855    630.338008 -23047.188405 999999.999999               P   P
+PR05   7485.433810  17171.437416 -17315.366495   -169.861164               P   P
+PR06  18931.184617  16998.048871  -1562.364889    -67.092172               P   P
+PR07  19303.183151   4284.339906  16094.763000   -205.399643               P   P
+PR08   8346.046661  -7442.930427  22936.445896    -35.230613               P   P
+PR09  13455.348552   5635.809289  20877.680310    -41.345570               P   P
+PR10  23560.252772  -4475.348856   8807.106589    -88.653962               P   P
+PR11  20515.214363 -11993.081868  -9180.941290    -74.645076               P   P
+PR12   5004.448133 -12465.543257 -21755.237740   -151.504473               P   P
+PR13 -13284.010260  -5410.036292 -21107.639327   -319.106670               P   P
+PR15 -19215.851192  12511.116017  11277.698243     66.809107               P   P
+PR16  -4604.459147  12352.169884  21778.391491    -31.947197               P   P
+PR17 -11342.800411   2649.978770  22684.177096   -258.203186               P   P
+PR18  -9767.987718  19610.246470  12988.771975    -34.962456               P   P
+PR19  -2782.425410  25020.906666  -4121.794055   -175.074175               P   P
+PR20   6258.940137  15425.173812 -19302.012499    -79.476307               P   P
+PR21  11298.420534  -2381.597969 -22741.815142    -74.599128               P   P
+PR22   9816.266098 -19563.583671 -13228.270936     18.310424               P   P
+PR23   2497.357628 -25044.314130   4127.497507   -317.678111               P   P
+PR24  -6120.874841 -16077.205038  18808.511509    -47.591527               P   P
+*  2011  9 12  3 15  0.00000000
+PG01  -7670.409056  19399.957057 -16450.552417     -2.181257               P   P
+PG02  22158.447904 -13994.821886  -1981.186653    355.642030               P   P
+PG03 -12527.734646  11848.868169  19684.310247    767.107455               P   P
+PG04  22251.505970  -2093.722605 -14826.097011    228.704331               P   P
+PG05  18155.831367  -5926.725191  18494.040856   -217.000824               P   P
+PG06 -14807.382700   6617.054812  21142.703006    -73.007709               P   P
+PG07   7351.796328  12990.783749  21969.773729     26.336384               P   P
+PG08  15856.137035   6307.392894  20555.598071      9.106645               P   P
+PG09  11031.411746 -19713.508030 -14537.907364    105.032650               P   P
+PG10  24816.556299   8755.199784   4659.691349    -12.887529               P   P
+PG11  -9730.066372  22863.425629  -9245.483294   -185.122912               P   P
+PG12   -499.618546 -16189.664099 -21075.479615     21.791039               P   P
+PG13   4242.192287  25265.986895   6708.294519    251.954036               P   P
+PG14 -13705.013027 -10163.102105 -20225.353802    171.763743               P   P
+PG15   5389.746904 -23624.917227  10679.089084   -106.676385               P   P
+PG16 -16931.671802   6105.458305  19647.515385   -197.231802               P   P
+PG17  14436.871264   9594.186085 -20044.383612    175.499078               P   P
+PG18 -18081.253831 -17199.002412   9950.667465    156.875213               P   P
+PG19  -9014.810364  21342.168087  12628.055747   -182.882470               P   P
+PG20   2301.292708  17300.864941 -20178.730593     52.839730               P   P
+PG21 -11677.090174 -11350.093104  21466.293546   -170.858511               P   P
+PG22 -24477.365124 -10107.524909  -2544.305284    144.595067               P   P
+PG23   -150.757458  26222.730000  -2681.624935    276.699390               P   P
+PG24 -10043.687977  19006.803634 -15343.890907    423.169788               P   P
+PG25 -12400.601975 -17619.750746 -15575.735984     18.316881               P   P
+PG26  12067.336323 -14163.103522  18197.615827   -154.206724               P   P
+PG27  16257.830414 -18890.388702  -7969.207003    304.369202               P   P
+PG28  23208.069647  13185.806455   1082.843404     66.817545               P   P
+PG29  -5639.117960 -25109.659535   6728.692246    239.061590               P   P
+PG30 -18288.423119 -15473.456874 -11890.549602     86.456044               P   P
+PG31 -22914.715935   5401.408534 -12306.217099    140.075798               P   P
+PG32  -6751.991141  13707.634067 -21466.542049   -327.194087               P   P
+PR01  -5839.344997 -15738.161521  19210.474427   -181.036021               P   P
+PR02 -19056.516144 -16473.445000   3999.594630   -254.063196               P   P
+PR03 -22189.909636   4079.287814 -11831.878801     59.520976               P   P
+PR04  10502.843756   3443.797681 -22985.622600 999999.999999               P   P
+PR05   5768.039012  15706.118164 -19255.059737   -169.861300               P   P
+PR06  18709.835505  16651.907273  -4741.670327    -67.092081               P   P
+PR07  20847.509063   5282.731131  13690.990481   -205.399179               P   P
+PR08  10553.772963  -5718.971477  22517.416615    -35.230122               P   P
+PR09  10953.419150   6534.175237  22051.181658    -41.345313               P   P
+PR10  22311.146414  -4180.153094  11710.664079    -88.653228               P   P
+PR11  21326.080853 -12512.357482  -6125.489699    -74.644751               P   P
+PR12   7398.099857 -13465.377411 -20450.367783   -151.503560               P   P
+PR13 -10780.895437  -6350.627307 -22244.716515   -319.108096               P   P
+PR15 -20260.829114  13151.757824   8344.394471     66.810340               P   P
+PR16  -7029.132718  13349.974307  20498.078294    -31.946636               P   P
+PR17 -10878.626361   -136.282084  23069.224616   -258.201705               P   P
+PR18  -9392.899606  17886.395755  15520.678727    -34.962674               P   P
+PR19  -2669.991847  25352.984873   -921.837329   -175.075108               P   P
+PR20   6003.901802  17677.674863 -17348.225416    -79.476421               P   P
+PR21  10869.736302    412.508507 -23077.458240    -74.600342               P   P
+PR22   9431.468757 -17819.450707 -15723.548676     18.311579               P   P
+PR23   2388.822949 -25376.817103    930.398701   -317.681122               P   P
+PR24  -5903.073514 -18269.400493  16768.548799    -47.592781               P   P
+*  2011  9 12  3 30  0.00000000
+PG01  -9191.106734  20315.789798 -14442.426542     -2.182792               P   P
+PG02  22052.139992 -13471.471056  -4786.434235    355.643769               P   P
+PG03 -13212.745525   9540.249511  20484.880925    767.111957               P   P
+PG04  20945.096559   -894.871411 -16724.875947    228.714461               P   P
+PG05  19949.255542  -4977.111023  16865.515718   -217.005633               P   P
+PG06 -15250.050117   4238.673959  21460.735375    -72.999422               P   P
+PG07   5310.534744  14419.480381  21643.431403     26.338021               P   P
+PG08  13837.500633   7564.140103  21517.796994      9.106748               P   P
+PG09  12262.374611 -20482.237372 -12216.765753    105.034799               P   P
+PG10  25065.087646   9158.895101   1884.771477    -12.888654               P   P
+PG11 -10633.836389  23285.733395  -6735.838348   -185.125982               P   P
+PG12   1736.868064 -15205.013049 -21717.850156     21.793187               P   P
+PG13   4080.200035  25891.581073   3878.003389    251.952399               P   P
+PG14 -13734.819954 -12428.740116 -18921.670570    171.765380               P   P
+PG15   5818.295727 -22304.858066  13049.130918   -106.674952               P   P
+PG16 -18827.147792   5089.513673  18181.961544   -197.233746               P   P
+PG17  14509.592563  11838.035153 -18781.787139    175.497646               P   P
+PG18 -16861.809251 -16925.590454  12322.414448    156.876850               P   P
+PG19  -9278.709142  19759.201380  14848.563836   -182.886153               P   P
+PG20     97.096414  16532.477564 -20939.010593     52.840140               P   P
+PG21  -9743.677647 -12740.735323  21599.138499   -170.860762               P   P
+PG22 -24474.793833 -10475.687890    236.772396    144.594658               P   P
+PG23   -468.469068  25775.854068  -5511.830740    276.696627               P   P
+PG24 -11558.110225  19715.557819 -13215.789472    423.172653               P   P
+PG25 -10605.413274 -17030.632466 -17445.336514     18.318518               P   P
+PG26  12260.049645 -11881.509578  19634.893094   -154.218081               P   P
+PG27  17049.993761 -19239.863321  -5185.079589    304.372681               P   P
+PG28  22920.482538  13256.826110   3934.248540     66.820307               P   P
+PG29  -5442.686637 -25728.152144   3959.816739    239.064455               P   P
+PG30 -16859.970864 -15228.111780 -14173.399273     86.451542               P   P
+PG31 -21735.868145   4372.129947 -14585.054640    140.080709               P   P
+PG32  -8944.845568  12481.447327 -21374.850700   -327.200124               P   P
+PR01  -3848.790342 -14280.823789  20788.060208   -181.035987               P   P
+PR02 -18562.291922 -15985.588468   7106.362132   -254.065487               P   P
+PR03 -20651.655645   3521.618392 -14506.504884     59.523236               P   P
+PR04  10312.215690   6243.933904 -22477.526372 999999.999999               P   P
+PR05   3771.098555  14247.082353 -20820.821573   -169.861436               P   P
+PR06  18145.597804  16104.493222  -7828.682946    -67.091990               P   P
+PR07  22188.893723   6011.274555  11020.849809   -205.398716               P   P
+PR08  12814.890979  -4202.237962  21661.561071    -35.229631               P   P
+PR09   8418.070659   7664.154455  22794.733178    -41.345056               P   P
+PR10  20780.741029  -3639.285952  14387.635531    -88.652494               P   P
+PR11  21751.084078 -12922.301641  -2950.552669    -74.644425               P   P
+PR12   9543.140898 -14561.745383 -18751.585910   -151.502647               P   P
+PR13  -8253.927808  -7525.850636 -22950.516542   -319.109522               P   P
+PR15 -20922.485830  13706.752047   5249.889725     66.811574               P   P
+PR16  -9208.801383  14446.501490  18817.039920    -31.946075               P   P
+PR17 -10618.905248  -2968.061593  23006.164935   -258.200223               P   P
+PR18  -9122.136126  15847.868650  17749.993768    -34.962892               P   P
+PR19  -2499.927410  25282.490412   2296.024372   -175.076042               P   P
+PR20   5937.433664  19682.642941 -15056.590365    -79.476535               P   P
+PR21  10646.250804   3243.243668 -22965.182057    -74.601556               P   P
+PR22   9154.792487 -15764.364076 -17915.538399     18.312735               P   P
+PR23   2226.827354 -25306.948926  -2284.781922   -317.684133               P   P
+PR24  -5866.654945 -20200.888316  14402.238247    -47.594034               P   P
+*  2011  9 12  3 45  0.00000000
+PG01 -10477.830615  21153.745171 -12185.936172     -2.184327               P   P
+PG02  21731.047918 -12738.377370  -7506.653800    355.645508               P   P
+PG03 -14022.441042   7199.230984  20917.301710    767.116459               P   P
+PG04  19548.206313    492.772095 -18344.044312    228.724590               P   P
+PG05  21600.211297  -4189.846070  14947.823230   -217.010442               P   P
+PG06 -15810.566540   1872.287503  21413.879395    -72.991134               P   P
+PG07   3393.091612  15921.502625  20943.985019     26.339658               P   P
+PG08  11819.486175   8990.102755  22114.598932      9.106850               P   P
+PG09  13246.883572 -21141.772648  -9691.368562    105.036948               P   P
+PG10  25043.254973   9432.645021   -921.919027    -12.889780               P   P
+PG11 -11355.731989  23509.706683  -4109.111993   -185.129052               P   P
+PG12   4073.497215 -14324.636300 -21986.870766     21.795336               P   P
+PG13   3926.309902  26199.924661    980.471117    251.950762               P   P
+PG14 -13871.306429 -14520.837949 -17289.389203    171.767017               P   P
+PG15   6359.303107 -20757.018694  15192.779249   -106.673520               P   P
+PG16 -20604.942032   4250.201801  16407.137437   -197.235690               P   P
+PG17  14677.463485  13912.187588 -17194.595273    175.496214               P   P
+PG18 -15396.583876 -16620.119540  14489.603117    156.878487               P   P
+PG19  -9642.315886  17955.823135  16808.905401   -182.889836               P   P
+PG20  -2203.672081  15850.259576 -21343.774921     52.840549               P   P
+PG21  -7879.601797 -14224.523936  21374.332228   -170.863013               P   P
+PG22 -24199.508405 -10727.944613   3013.820648    144.594249               P   P
+PG23   -858.197095  25032.147571  -8245.031799    276.693864               P   P
+PG24 -12831.404197  20346.419548 -10856.094166    423.175518               P   P
+PG25  -8598.243360 -16472.135399 -19015.627913     18.320156               P   P
+PG26  12589.475345  -9467.654017  20712.861739   -154.229438               P   P
+PG27  17575.919085 -19414.328597  -2308.194547    304.376160               P   P
+PG28  22347.774015  13218.280325   6719.552090     66.823070               P   P
+PG29  -5237.515183 -26042.043925   1123.050407    239.067320               P   P
+PG30 -15189.135170 -14995.919158 -16218.228552     86.447040               P   P
+PG31 -20424.874176   3122.524966 -16612.255012    140.085620               P   P
+PG32 -11170.870527  11378.417792 -20905.190264   -327.206161               P   P
+PR01  -1612.477759 -12885.171395  21962.138597   -181.035953               P   P
+PR02 -17712.554198 -15343.836673  10075.056964   -254.067778               P   P
+PR03 -18890.424316   2693.539216 -16898.492955     59.525496               P   P
+PR04  10327.994624   8960.984159 -21532.821925 999999.999999               P   P
+PR05   1529.398852  12850.895289 -21982.262133   -169.861571               P   P
+PR06  17224.232656  15410.194405 -10763.347676    -67.091899               P   P
+PR07  23272.717653   6489.164486   8136.265932   -205.398253               P   P
+PR08  15066.253389  -2918.528838  20385.451585    -35.229139               P   P
+PR09   5917.317087   9008.570149  23094.129988    -41.344800               P   P
+PR10  19025.779497  -2827.605890  16786.041625    -88.651760               P   P
+PR11  21801.731380 -13166.653762    281.950065    -74.644099               P   P
+PR12  11398.313741 -15703.116759 -16691.983957   -151.501734               P   P
+PR13  -5770.925164  -8916.665509 -23211.474517   -319.110949               P   P
+PR15 -21206.029557  14117.752043   2053.982481     66.812808               P   P
+PR16 -11100.513704  15589.820614  16767.936332    -31.945514               P   P
+PR17 -10569.090539  -5775.272492  22496.530816   -258.198741               P   P
+PR18  -8998.207774  13542.491763  19633.582758    -34.963110               P   P
+PR19  -2327.911012  24806.546921   5469.286450   -175.076975               P   P
+PR20   6024.471770  21386.973518 -12471.619764    -79.476649               P   P
+PR21  10631.734610   6040.604683 -22407.541782    -74.602771               P   P
+PR22   9027.978378 -13445.852295 -19761.644810     18.313891               P   P
+PR23   2066.870461 -24832.465109  -5455.572892   -317.687145               P   P
+PR24  -5974.597508 -21821.013934  11755.691097    -47.595287               P   P
+*  2011  9 12  4  0  0.00000000
+PG01 -11526.930890  21871.969401  -9719.865019     -2.185861               P   P
+PG02  21228.277793 -11779.452729 -10093.577301    355.647248               P   P
+PG03 -14947.265003   4873.838514  20974.433798    767.120961               P   P
+PG04  18102.272985   2061.112146 -19656.324963    228.734720               P   P
+PG05  23067.136566  -3553.653289  12774.033356   -217.015251               P   P
+PG06 -16477.802199   -437.176989  21003.647974    -72.982846               P   P
+PG07   1631.315355  17458.486509  19882.793717     26.341295               P   P
+PG08   9847.628451  10563.411967  22334.193146      9.106952               P   P
+PG09  13988.543241 -21649.697828  -7003.012085    105.039096               P   P
+PG10  24737.584809   9609.860980  -3713.142010    -12.890905               P   P
+PG11 -11913.269775  23507.779598  -1410.647100   -185.132121               P   P
+PG12   6464.905001 -13569.736771 -21877.389583     21.797485               P   P
+PG13   3740.821673  26189.259748  -1934.045008    251.949125               P   P
+PG14 -14087.830766 -16400.300043 -15357.507394    171.768654               P   P
+PG15   7033.341596 -19018.141059  17073.120175   -106.672087               P   P
+PG16 -22220.336036   3579.929017  14353.732103   -197.237634               P   P
+PG17  14914.195679  15779.505958 -15310.985764    175.494781               P   P
+PG18 -13702.063511 -16317.924754  16416.554988    156.880124               P   P
+PG19 -10127.564243  15971.095092  18475.326809   -182.893520               P   P
+PG20  -4559.242071  15272.751833 -21386.055635     52.840958               P   P
+PG21  -6117.298867 -15770.768794  20793.763200   -170.865264               P   P
+PG22 -23642.858434 -10897.857956   5739.485367    144.593839               P   P
+PG23  -1352.346710  24013.436761 -10833.233420    276.691102               P   P
+PG24 -13859.385032  20858.686684  -8305.955209    423.178383               P   P
+PG25  -6411.132904 -15977.219168 -20259.679398     18.321793               P   P
+PG26  13065.015086  -6974.018252  21411.932574   -154.240796               P   P
+PG27  17855.963780 -19380.295449    609.719025    304.379639               P   P
+PG28  21487.446268  13109.557628   9392.560759     66.825833               P   P
+PG29  -4986.084914 -26050.567497  -1732.980990    239.070185               P   P
+PG30 -13301.631951 -14810.792715 -17991.595471     86.442538               P   P
+PG31 -19026.560685   1654.220340 -18352.009208    140.090532               P   P
+PG32 -13382.433853  10413.944407 -20064.745689   -327.212198               P   P
+PR01    824.316078 -11601.701123  22709.999515   -181.035918               P   P
+PR02 -16503.753709 -14604.942915  12848.040396   -254.070069               P   P
+PR03 -16969.666187   1582.545398 -18961.507255     59.527757               P   P
+PR04  10534.622166  11527.703205 -20169.904905 999999.999999               P   P
+PR05   -911.545666  11567.888009 -22716.840944   -169.861707               P   P
+PR06  15944.296387  14626.667622 -13488.607945    -67.091807               P   P
+PR07  24051.498113   6746.113270   5093.354914   -205.397790               P   P
+PR08  17242.241748  -1881.658110  18713.805102    -35.228648               P   P
+PR09   3515.546170  10538.323281  22943.857828    -41.344543               P   P
+PR10  17108.931252  -1731.918444  18859.211699    -88.651026               P   P
+PR11  21502.345705 -13194.053004   3508.950084    -74.643774               P   P
+PR12  12933.862383 -16832.608650 -14311.463447   -151.500821               P   P
+PR13  -3395.724287 -10492.126344 -23022.630185   -319.112375               P   P
+PR15 -21129.744598  14330.096805  -1181.594516     66.814042               P   P
+PR16 -12672.897232  16722.417437  14390.710777    -31.944953               P   P
+PR17 -10722.272975  -8488.368145  21550.505949   -258.197259               P   P
+PR18  -9054.517937  11027.070250  21135.141204    -34.963329               P   P
+PR19  -2209.147036  23935.713242   8536.304667   -175.077908               P   P
+PR20   6221.285190  22747.308492  -9643.592978    -79.476763               P   P
+PR21  10817.645040   8735.494355 -21415.700762    -74.603985               P   P
+PR22   9083.669386 -10920.337259 -21225.833778     18.315046               P   P
+PR23   1963.835468 -23964.512767  -8520.385972   -317.690156               P   P
+PR24  -6181.702067 -23089.283210   8880.459036    -47.596540               P   P
+*  2011  9 12  4 15  0.00000000
+PG01 -12343.216944  22430.225971  -7086.608139     -2.187396               P   P
+PG02  20581.191712 -10586.388547 -12501.439204    355.648987               P   P
+PG03 -15970.157563   2610.057875  20656.159026    767.125463               P   P
+PG04  16647.663181   3794.377488 -20639.385297    228.744849               P   P
+PG05  24312.796166  -3050.112480  10381.535153   -217.020060               P   P
+PG06 -17233.523435  -2647.598943  20237.616312    -72.974558               P   P
+PG07     49.834200  18987.815873  18477.540896     26.342932               P   P
+PG08   7963.750489  12254.312805  22171.068450      9.107055               P   P
+PG09  14499.134058 -21966.234928  -4196.186664    105.041245               P   P
+PG10  24142.521173   9726.367466  -6442.147016    -12.892031               P   P
+PG11 -12329.328016  23258.097150   1312.531342   -185.135191               P   P
+PG12   8862.627396 -12953.766097 -21390.765395     21.799634               P   P
+PG13   3484.829567  25867.205920  -4815.157114    251.947488               P   P
+PG14 -14352.057318 -18034.862555 -13160.108788    171.770291               P   P
+PG15   7854.144201 -17129.694726  18657.912341   -106.670655               P   P
+PG16 -23632.204104   3063.253118  12056.992184   -197.239578               P   P
+PG17  15188.186249  17409.513445 -13164.098891    175.493349               P   P
+PG18 -11801.803647 -16051.487883  18071.491696    156.881761               P   P
+PG19 -10749.412022  13848.839966  19819.429299   -182.897203               P   P
+PG20  -6925.134304  14811.441758 -21064.954881     52.841368               P   P
+PG21  -4483.826607 -17343.676010  19865.099530   -170.867515               P   P
+PG22 -22804.216011 -11020.638580   8367.467195    144.593430               P   P
+PG23  -1978.576074  22749.294560 -13231.132993    276.688339               P   P
+PG24 -14646.399105  21213.341245  -5610.002638    423.181248               P   P
+PG25  -4082.404385 -15573.383893 -21156.139069     18.323430               P   P
+PG26  13687.268382  -4454.967061  21719.886186   -154.252153               P   P
+PG27  17918.042724 -19110.429595   3516.965498    304.383117               P   P
+PG28  20345.462680  12970.561247  11909.396338     66.828595               P   P
+PG29  -4651.950943 -25761.726015  -4559.244769    239.073050               P   P
+PG30 -11229.738321 -14702.113935 -19464.680538     86.438036               P   P
+PG31 -17586.254695    -22.245067 -19773.317270    140.095443               P   P
+PG32 -15530.484046   9595.412733 -18867.529672   -327.218234               P   P
+PR01   3407.203120 -10472.646912  23017.200759   -181.035884               P   P
+PR02 -14945.305567 -13826.742938  15371.501346   -254.072360               P   P
+PR03 -14956.011846    188.949486 -20655.703048     59.530017               P   P
+PR04  10905.142671  13881.925701 -18415.284680 999999.999999               P   P
+PR05  -3497.135873  10440.093458 -23010.302120   -169.861843               P   P
+PR06  14317.412722  13812.258250 -15951.518892    -67.091716               P   P
+PR07  24486.898006   6820.832647   1951.326611   -205.397327               P   P
+PR08  19277.355880  -1093.092172  16679.009682    -35.228157               P   P
+PR09   1271.039576  12213.483848  22347.176373    -41.344287               P   P
+PR10  15096.239792   -351.801537  20566.695939    -88.650292               P   P
+PR11  20888.897443 -12960.431718   6667.479141    -74.643448               P   P
+PR12  14132.484937 -17890.395636 -11655.969890   -151.499908               P   P
+PR13  -1185.735348 -12210.531708 -22387.715638   -319.113802               P   P
+PR15 -20724.065782  14295.287821  -4394.348805     66.815275               P   P
+PR16 -13907.233794  17783.678282  11731.804124    -31.944392               P   P
+PR17 -11059.535647 -11040.988331  20186.705818   -258.195777               P   P
+PR18  -9313.824303   8365.200959  22225.876308    -34.963547               P   P
+PR19  -2195.788610  22693.592543  11437.494856   -175.078842               P   P
+PR20   6477.531458  23731.716160  -6627.574612    -79.476877               P   P
+PR21  11183.553195  11262.343231 -20009.188856    -74.605199               P   P
+PR22   9343.883009  -8251.022965 -22279.344167     18.316202               P   P
+PR23   1969.425281 -22727.205865 -11419.714185   -317.693167               P   P
+PR24  -6436.716984 -23976.909908   5832.521689    -47.597793               P   P
+*  2011  9 12  4 30  0.00000000
+PG01 -12939.578545  22791.504272  -4331.445176     -2.188931               P   P
+PG02  19829.817330  -9159.178668 -14687.852360    355.650727               P   P
+PG03 -17067.200103    450.175706  19969.316392    767.129965               P   P
+PG04  15222.226222   5669.507130 -21276.203378    228.754979               P   P
+PG05  25305.623274  -2654.560693   7811.394890   -217.024869               P   P
+PG06 -18053.076197  -4721.050238  19129.257982    -72.966271               P   P
+PG07  -1334.740917  20464.192165  16751.971106     26.344569               P   P
+PG08   6204.466085  14026.101046  21626.224110      9.107157               P   P
+PG09  14798.091651 -22055.863165  -1317.936102    105.043394               P   P
+PG10  23260.671653   9818.878782  -9063.390119    -12.893156               P   P
+PG11 -12631.086324  22745.526451   4012.562841   -185.138260               P   P
+PG12  11216.778847 -12481.949306 -20534.880444     21.801782               P   P
+PG13   3121.930274  25250.403114  -7613.230552    251.945851               P   P
+PG14 -14627.343766 -19400.142139 -10735.719693    171.771928               P   P
+PG15   8827.913065 -15136.363620  19920.132745   -106.669223               P   P
+PG16 -24804.472510   2677.666997   9556.122283   -197.241523               P   P
+PG17  15463.861575  18779.357893 -10791.419211    175.491916               P   P
+PG18  -9725.724340 -15849.162096  19426.991352    156.883398               P   P
+PG19 -11515.137357  11636.042424  20818.635985   -182.900887               P   P
+PG20  -9255.651861  14470.365293 -20385.671602     52.841777               P   P
+PG21  -2999.961199 -18903.522334  18601.806939   -170.869766               P   P
+PG22 -21691.064773 -11131.621622  10853.277223    144.593021               P   P
+PG23  -2758.502165  21275.893106 -15396.953155    276.685577               P   P
+PG24 -15204.968713  21374.684850  -2815.526629    423.184113               P   P
+PG25  -1655.385629 -15281.575373 -21689.596706     18.325067               P   P
+PG26  14447.944728  -1964.668997  21632.093467   -154.263510               P   P
+PG27  17796.232646 -18584.673153   6362.863139    304.386596               P   P
+PG28  18936.058806  12840.088281  14229.107390     66.831358               P   P
+PG29  -4201.347267 -25191.962107  -7307.138149    239.075914               P   P
+PG30  -9011.224618 -14693.576754 -20613.673560     86.433534               P   P
+PG31 -16148.050004  -1887.580592 -20850.593725    140.100354               P   P
+PG32 -17566.357438   8921.991334 -17334.177151   -327.224271               P   P
+PR01   6074.702664  -9530.278114  22877.841197   -181.035850               P   P
+PR02 -13059.412894 -13065.583402  17596.497936   -254.074652               P   P
+PR03 -12916.544448  -1473.901575 -21948.481611     59.532277               P   P
+PR04  11402.435005  15968.922302 -16303.068024 999999.999999               P   P
+PR05  -6165.715216   9499.549915 -22856.949463   -169.861979               P   P
+PR06  12368.005649  13023.409850 -18104.276650    -67.091625               P   P
+PR07  24551.369737   6759.137108  -1228.674710   -205.396863               P   P
+PR08  21108.816343   -542.114014  14320.502935    -35.227665               P   P
+PR09   -766.233162  13984.851975  21316.029714    -41.344030               P   P
+PR10  13054.441927   1300.104778  21875.063726    -88.649557               P   P
+PR11  20007.358493 -12431.109869   9695.916553    -74.643122               P   P
+PR12  14989.779719 -18816.252756  -8776.623546   -151.498995               P   P
+PR13    810.224033 -14021.037015 -21319.078212   -319.115228               P   P
+PR15 -20030.165206  13973.222015  -7522.216844     66.816509               P   P
+PR16 -14798.000622  18712.529044   8843.232750    -31.943831               P   P
+PR17 -11550.828394 -13372.470719  18431.798731   -258.194295               P   P
+PR18  -9787.169699   5624.819314  22885.035834    -34.963765               P   P
+PR19  -2334.493083  21115.912849  14116.492485   -175.079775               P   P
+PR20   6738.604726  24320.906411  -3482.334185    -79.476991               P   P
+PR21  11698.083496  13561.582561 -18215.503952    -74.606414               P   P
+PR22   9818.935646  -5505.505854 -22901.269470     18.317358               P   P
+PR23   2129.737955 -21156.675672 -14097.287219   -317.696178               P   P
+PR24  -6684.726262 -24467.886069   2671.188528    -47.599046               P   P
+*  2011  9 12  4 45  0.00000000
+PG01 -13336.298733  22923.516931  -1501.763094     -2.190466               P   P
+PG02  19015.167286  -7506.301777 -16614.603550    355.652466               P   P
+PG03 -18208.555354  -1568.703512  18927.483432    767.134467               P   P
+PG04  13859.945089   7656.807313 -21555.365832    228.765108               P   P
+PG05  26020.854031  -2337.233897   5107.656436   -217.029678               P   P
+PG06 -18906.317636  -6625.016232  17697.694791    -72.957983               P   P
+PG07  -2514.299315  21841.332132  14735.513230     26.346206               P   P
+PG08   4599.868639  15836.352659  20707.276214      9.107259               P   P
+PG09  14911.691552 -21888.825104   1582.858862    105.045542               P   P
+PG10  22102.766598   9923.459689 -11533.223709    -12.894282               P   P
+PG11 -12848.781476  21962.422004   6641.642422   -185.141330               P   P
+PG12  13477.798834 -12151.139534 -19324.039121     21.803931               P   P
+PG13   2619.824779  24363.818461 -10280.242292    251.944214               P   P
+PG14 -14874.296078 -20480.377590  -8126.598253    171.773565               P   P
+PG15   9952.933227 -13084.424622  20838.423514   -106.667790               P   P
+PG16 -25707.395071   2394.646895   6893.632121   -197.243467               P   P
+PG17  15703.173436  19874.482089  -8234.095461    175.490484               P   P
+PG18  -7509.185609 -15734.055394  20460.390665    156.885035               P   P
+PG19 -12423.955573   9381.147051  21456.539561   -182.904570               P   P
+PG20 -11505.423185  14246.000755 -19359.434121     52.842186               P   P
+PG21  -1679.513610 -20408.008618  17023.083165   -170.872017               P   P
+PG22 -20318.794474 -11264.754950  13154.952959    144.592612               P   P
+PG23  -3706.659990  19634.608050 -17293.195895    276.682814               P   P
+PG24 -15555.111112  21311.855490     28.399106    423.186978               P   P
+PG25    823.056799 -15115.354695 -21850.847188     18.326704               P   P
+PG26  15330.180026    444.955054  21151.540446   -154.274868               P   P
+PG27  17529.176321 -17791.053824   9098.645812    304.390075               P   P
+PG28  17281.271371  12754.283357  16314.217649     66.834120               P   P
+PG29  -3604.695133 -24365.513477  -9929.323276    239.078779               P   P
+PG30  -6688.103265 -14802.258584 -21420.084986     86.429032               P   P
+PG31 -14753.119553  -3914.254195 -21564.185089    140.105265               P   P
+PG32 -19443.592383   8384.780175 -15491.591064   -327.230308               P   P
+PR01   8760.560562  -8795.634125  22294.669957   -181.035816               P   P
+PR02 -10880.364971 -12373.831920  19479.902159   -254.076943               P   P
+PR03 -10916.080513  -3379.963631 -22815.097986     59.534538               P   P
+PR04  11980.887695  17743.452164 -13874.296104 999999.999999               P   P
+PR05  -8850.897622   8767.042069 -22259.756433   -169.862115               P   P
+PR06  10132.504110  12312.173989 -19905.143703    -67.091533               P   P
+PR07  24229.364078   6611.750782  -4384.768419   -205.396400               P   P
+PR08  22679.072109   -206.506715  11684.013629    -35.227174               P   P
+PR09  -2556.456729  15795.921856  19870.787717    -41.343773               P   P
+PR10  11048.269481   3198.359866  22758.571932    -88.648823               P   P
+PR11  18911.649700 -11582.499550  12535.208745    -74.642797               P   P
+PR12  15514.170005 -19552.128608  -5728.761593   -151.498082               P   P
+PR13   2553.727028 -15865.664577 -19837.440344   -319.116654               P   P
+PR15 -19098.110057  13334.087823 -10504.745322     66.817743               P   P
+PR16 -15352.854243  19450.114877   5781.549285    -31.943270               P   P
+PR17 -12156.323014 -15430.125811  16319.975456   -258.192813               P   P
+PR18 -10473.325031   2875.583244  23100.276349    -34.963983               P   P
+PR19  -2664.213838  19249.117330  16521.249222   -175.080709               P   P
+PR20   6948.175860  24508.929121   -269.188991    -79.477105               P   P
+PR21  12320.324389  15581.868108 -16069.565595    -74.607628               P   P
+PR22  10506.866686  -2753.202293 -23078.996535     18.318514               P   P
+PR23   2483.084467 -19299.636686 -16501.161683   -317.699190               P   P
+PR24  -6869.698473 -24559.531391   -542.062614    -47.600300               P   P
+*  2011  9 12  5  0  0.00000000
+PG01 -13560.085445  22800.027551   1353.758266     -2.192000               P   P
+PG02  18177.541731  -5644.557572 -18248.350286    355.654205               P   P
+PG03 -19359.656866  -3415.903303  17550.614398    767.138969               P   P
+PG04  12589.732445   9720.859760 -21471.292355    228.775238               P   P
+PG05  26441.413198  -2064.605192   2316.595495   -217.034487               P   P
+PG06 -19758.760158  -8333.410382  15967.365751    -72.949695               P   P
+PG07  -3489.377753  23073.727461  12462.794014     26.347843               P   P
+PG08   3172.461674  17638.406687  19428.449321      9.107362               P   P
+PG09  14871.959858 -21442.458418   4456.268017    105.047691               P   P
+PG10  20687.335492  10074.024045 -13810.551259    -12.895407               P   P
+PG11 -13014.328822  20909.106493   9152.936274   -185.144399               P   P
+PG12  15598.199455 -11950.010667 -17778.751870     21.806080               P   P
+PG13   1951.751729  23239.747602 -12770.598790    251.942576               P   P
+PG14 -15052.427899 -21268.840095  -5377.971443    171.775203               P   P
+PG15  11219.505074 -11020.081993  21397.433364   -106.666358               P   P
+PG16 -26318.600304   2180.924581   4114.640203   -197.245411               P   P
+PG17  15867.187836  20688.979484  -5536.212479    175.489051               P   P
+PG18  -5191.873731 -15723.110307  21154.130260    156.886672               P   P
+PG19 -13466.968197   7132.322533  21723.127970   -182.908254               P   P
+PG20 -13630.941336  14127.459456 -18003.338300     52.842595               P   P
+PG21   -528.897175 -21813.750721  15153.699632   -170.874268               P   P
+PG22 -18710.211152 -11451.155224  15233.725509    144.592202               P   P
+PG23  -4829.757003  17870.434447 -18887.302235    276.680051               P   P
+PG24 -15723.360318  21000.161671   2871.831132    423.189842               P   P
+PG25   3304.119300 -15080.364154 -21637.050191     18.328341               P   P
+PG26  16309.237137   2726.159479  20288.662301   -154.286225               P   P
+PG27  17158.361823 -16726.162134  11678.270852    304.393554               P   P
+PG28  15410.207696  12745.216667  18131.211552     66.836883               P   P
+PG29  -2837.955235 -23313.478658 -12380.546009    239.081644               P   P
+PG30  -4305.239133 -15037.946593 -21870.982448     86.424530               P   P
+PG31 -13438.142338  -6067.338533 -21900.785229    140.110177               P   P
+PG32 -21119.671545   7967.307728 -13372.444933   -327.236345               P   P
+PR01  11396.273566  -8277.747255  21279.029943   -181.035782               P   P
+PR02  -8453.339005 -11797.573544  20985.229808   -254.079234               P   P
+PR03  -9014.572506  -5491.370790 -23239.111938     59.536798               P   P
+PR04  12588.446650  19171.427293 -11176.147427 999999.999999               P   P
+PR05 -11484.100217   8251.331867 -21230.308975   -169.862251               P   P
+PR06   7658.051971  11723.925623 -21319.252669    -67.091442               P   P
+PR07  23518.052560   6431.912052  -7455.549913   -205.395937               P   P
+PR08  23938.109127    -53.726990   8820.680450    -35.226683               P   P
+PR09  -4071.373786  17585.165044  18039.825211    -41.343517               P   P
+PR10   9137.845575   5305.528195  23199.688978    -88.648089               P   P
+PR11  17661.270362 -10403.345739  15130.035203    -74.642471               P   P
+PR12  15726.312820 -20044.644800  -2570.907646   -151.497169               P   P
+PR13   4018.095192 -17681.628241 -17971.500948   -319.118081               P   P
+PR15 -17984.667679  12359.845074 -13284.243722     66.818977               P   P
+PR16 -15592.058493  19942.404046   2606.708661    -31.942709               P   P
+PR17 -12828.191113 -17171.183203  13892.278492   -258.191332               P   P
+PR18 -11358.765044    186.203180  22867.866632    -34.964201               P   P
+PR19  -3214.322491  17148.523269  18605.044944   -175.081642               P   P
+PR20   7050.815103  24303.325796   2949.205972    -79.477220               P   P
+PR21  13001.649802  17281.965432 -13613.032021    -74.608842               P   P
+PR22  11393.390302    -62.697247 -22808.490616     18.319669               P   P
+PR23   3058.141325 -17211.528526 -18584.725104   -317.702201               P   P
+PR24  -6937.087485 -24262.499810  -3744.786953    -47.601553               P   P
+*  2011  9 12  5 15  0.00000000
+PG01 -13642.859915  22401.957006   4185.983780     -2.193535               P   P
+PG02  17354.886770  -3598.566700 -19561.204401    355.655945               P   P
+PG03 -20482.591519  -5068.135790  15864.551423    767.143471               P   P
+PG04  11434.415665  11821.652785 -21024.381514    228.785367               P   P
+PG05  26558.518236  -1800.867655   -514.060288   -217.039296               P   P
+PG06 -20572.885436  -9827.348101  13967.620765    -72.941407               P   P
+PG07  -4268.963650  24118.396725   9973.048654     26.349480               P   P
+PG08   1936.379113  19383.050212  17810.444848      9.107464               P   P
+PG09  14715.342380 -20702.294679   7252.161596    105.049840               P   P
+PG10  19040.113529  10300.923550 -15857.441892    -12.896533               P   P
+PG11 -13159.866482  19594.040108  11501.499753   -185.147469               P   P
+PG12  17534.246184 -11859.582508 -15925.405796     21.808228               P   P
+PG13   1097.697705  21916.552370 -15041.899896    251.940939               P   P
+PG14 -15121.858366 -21767.901319  -2537.235290    171.776840               P   P
+PG15  12610.196376  -8987.822385  21588.049868   -106.664925               P   P
+PG16 -26623.873726   1999.935382   1266.143603   -197.247355               P   P
+PG17  15917.704698  21225.626831  -2744.028773    175.487619               P   P
+PG18  -2816.534379 -15826.411540  21496.040219    156.888309               P   P
+PG19 -14627.441673   4935.760804  21614.888473   -182.911937               P   P
+PG20 -15592.043274  14096.967349 -16340.091955     52.843005               P   P
+PG21    453.028882 -23077.858588  13023.741710   -170.876519               P   P
+PG22 -16894.782792 -11717.784726  17054.630168    144.591793               P   P
+PG23  -6126.251240  16030.281123 -20152.205402    276.677289               P   P
+PG24 -15741.533165  20422.177816   5664.886474    423.192707               P   P
+PG25   5738.737896 -15174.110143 -21051.783403     18.329978               P   P
+PG26  17353.550880   4837.091178  19060.999499   -154.297582               P   P
+PG27  16726.351649 -15395.292386  14059.124092    304.397033               P   P
+PG28  13358.084656  12839.630469  19650.958321     66.839646               P   P
+PG29  -1883.769818 -22072.627814 -14618.424053    239.084509               P   P
+PG30  -1908.869317 -15402.739577 -21959.153414     86.420028               P   P
+PG31 -12233.910194  -8305.663922 -21853.736107    140.115088               P   P
+PG32 -22557.615577   7646.356831 -11014.553020   -327.242382               P   P
+PR01  13913.715101  -7973.385292  19850.637009   -181.035747               P   P
+PR02  -5832.755124 -11374.590378  22083.340373   -254.081525               P   P
+PR03  -7264.740384  -7759.811070 -23212.675941     59.539059               P   P
+PR04  13168.948908  20231.120389  -8261.022002 999999.999999               P   P
+PR05 -13997.176505   7948.910678 -19788.582228   -169.862387               P   P
+PR06   5000.777329  11295.380155 -22319.273643    -67.091351               P   P
+PR07  22427.532608   6272.878744 -10381.292747   -205.395474               P   P
+PR08  24845.463400    -42.518978   5786.064319    -35.226191               P   P
+PR09  -5295.195004  19288.536716  15858.948896    -41.343260               P   P
+PR10   7376.284282   7573.499329  23189.462929    -88.647355               P   P
+PR11  16318.712088  -8895.449625  17429.896642    -74.642145               P   P
+PR12  15658.017239 -20247.421036    636.314631   -151.496256               P   P
+PR13   5189.260649 -19403.876880 -15757.385497   -319.119507               P   P
+PR15 -16750.848489  11045.226131 -15806.887254     66.820210               P   P
+PR16 -15547.382649  20142.602484   -619.135667    -31.942148               P   P
+PR17 -13512.729272 -18564.330984  11195.804223   -258.189850               P   P
+PR18 -12418.175239  -2378.172027  22192.725242    -34.964419               P   P
+PR19  -4003.141606  14876.126649  20327.395535   -175.082575               P   P
+PR20   6994.584108  23724.728039   6110.095835    -79.477334               P   P
+PR21  13687.874517  18632.221533 -10893.493952    -74.610057               P   P
+PR22  12452.381436   2500.877498 -22094.418359     18.320825               P   P
+PR23   3872.516254 -14954.311753 -20307.594625   -317.705212               P   P
+PR24  -6836.374052 -23600.244475  -6874.789966    -47.602806               P   P
+*  2011  9 12  5 30  0.00000000
+PG01 -13620.349310  21718.224941   6946.169287     -2.195070               P   P
+PG02  16581.277519  -1399.959276 -20531.192190    355.657684               P   P
+PG03 -21537.611830  -6510.143796  13900.428069    767.147973               P   P
+PG04  10409.949401  13915.898716 -20221.072419    228.795497               P   P
+PG05  26371.979756  -1509.504723  -3335.932997   -217.044104               P   P
+PG06 -21309.580374 -11095.654013  11732.244921    -72.933120               P   P
+PG07  -4869.960105  24936.559141   7309.437884     26.351117               P   P
+PG08    896.933599  21020.343408  15880.180054      9.107566               P   P
+PG09  14481.176562 -19662.871900   9921.110247    105.051988               P   P
+PG10  17193.199761  10629.675176 -17639.699981    -12.897658               P   P
+PG11 -13316.284893  18033.664917  13645.173839   -185.150538               P   P
+PG12  19247.505755 -11854.059616 -13795.825828     21.810377               P   P
+PG13     45.339311  20437.186103 -17055.637156    251.939302               P   P
+PG14 -15044.982241 -21988.761830    346.866652    171.778477               P   P
+PG15  14100.402240  -7028.853483  21407.520886   -106.663493               P   P
+PG16 -26617.648286   1813.388273  -1603.736594   -197.249299               P   P
+PG17  15818.846778  21495.597333     94.807091    175.486186               P   P
+PG18   -427.593502 -16046.746677  21479.562205    156.889946               P   P
+PG19 -15881.400100   2834.076697  21134.793320   -182.915621               P   P
+PG20 -17353.274557  14130.621271 -14397.667296     52.843414               P   P
+PG21   1274.823998 -24159.547517  10668.240379   -170.878770               P   P
+PG22 -14907.649408 -12086.296885  18587.053665    144.591384               P   P
+PG23  -7586.267362  14161.214280 -21066.768831    276.674526               P   P
+PG24 -15645.292226  19568.555250   8358.667941    423.195572               P   P
+PG25   8079.276818 -15386.071639 -20104.988069     18.331615               P   P
+PG26  18426.061468   6743.223806  17492.695855   -154.308939               P   P
+PG27  16275.032819 -13812.256795  16202.618342    304.400512               P   P
+PG28  11165.071821  13057.891691  20849.076395     66.842408               P   P
+PG29   -732.348544 -20684.003566 -16604.190218    239.087374               P   P
+PG30    454.917725 -15890.936969 -21683.194733     86.415526               P   P
+PG31 -11164.173528 -10583.235762 -21423.203589    140.119999               P   P
+PG32 -23727.357712   7393.083409  -8460.123746   -327.248418               P   P
+PR01  16247.754601  -7867.323626  18037.198963   -181.035713               P   P
+PR02  -3080.252580 -11132.708809  22752.994208   -254.083816               P   P
+PR03  -5710.028627 -10128.343709 -22736.657190     59.541319               P   P
+PR04  13664.643826  20913.866739  -5185.524296 999999.999999               P   P
+PR05 -16325.041410   7844.282581 -17962.555195   -169.862522               P   P
+PR06   2223.693346  11052.995106 -22885.933179    -67.091260               P   P
+PR07  20980.506647   6185.440829 -13105.116231   -205.395011               P   P
+PR08  25371.854220   -124.899853   2639.072943    -35.225700               P   P
+PR09  -6224.980944  20842.099771  13370.684478    -41.343003               P   P
+PR10   5807.594662   9945.270614  22727.724534    -88.646621               P   P
+PR11  14946.768173  -7073.843338  19390.103172    -74.641820               P   P
+PR12  15350.716668 -20123.131839   3831.306377   -151.495343               P   P
+PR13   6066.098389 -20967.751867 -13237.954660   -319.120934               P   P
+PR15 -15459.288065   9398.215023 -18023.749998     66.821444               P   P
+PR16 -15260.519087  20013.274000  -3832.878690    -31.941587               P   P
+PR17 -14152.742178 -19590.786880   8282.793248   -258.188368               P   P
+PR18 -13615.466349  -4758.406827  21088.294240    -34.964637               P   P
+PR19  -5036.950644  12498.143997  21654.838937   -175.083509               P   P
+PR20   6733.485297  22805.920311   9151.865534    -79.477448               P   P
+PR21  14321.653277  19615.564719  -7963.560320    -74.611271               P   P
+PR22  13646.880183   4878.327106 -20950.102956     18.321981               P   P
+PR23   4931.787641 -12594.009735 -21636.393607   -317.708223               P   P
+PR24  -6523.440152 -22607.965133  -9871.336210    -47.604059               P   P
+*  2011  9 12  5 45  0.00000000
+PG01 -13530.538675  20746.293333   9586.801678     -2.196605               P   P
+PG02  15885.587259    913.710017 -21142.585192    355.659424               P   P
+PG03 -22484.711390  -7735.006835  11693.986589    767.152475               P   P
+PG04   9524.887398  15958.493744 -19073.817023    228.805626               P   P
+PG05  25890.187548  -1154.887967  -6100.805276   -217.048913               P   P
+PG06 -21929.643145 -12135.085843   9298.919562    -72.924832               P   P
+PG07  -5316.332601  25495.161805   4518.283754     26.352755               P   P
+PG08     50.519004  22501.513817  13670.394716      9.107669               P   P
+PG09  14210.021499 -18328.216127  12415.318467    105.054137               P   P
+PG10  15183.995918  11079.871170 -19127.385173    -12.898784               P   P
+PG11 -13511.806385  16251.925818  15545.435423   -185.153608               P   P
+PG12  20706.199518 -11901.952176 -11426.732779     21.812526               P   P
+PG13  -1209.316896  18847.565074 -18777.816673    251.937665               P   P
+PG14 -14788.048741 -21950.855110   3225.072100    171.780114               P   P
+PG15  15659.189452  -5179.685225  20859.465559   -106.662060               P   P
+PG16 -26303.186063   1582.900386  -4446.524607   -197.251243               P   P
+PG17  15538.558567  21517.869364   2932.048726    175.484754               P   P
+PG18   1930.289111 -16379.437696  21103.903944    156.891584               P   P
+PG19 -17198.504209    864.867897  20292.172544   -182.919304               P   P
+PG20 -18885.088206  14199.393202 -12208.864410     52.843823               P   P
+PG21   1952.033210 -25021.720295   8126.690495   -170.881021               P   P
+PG22 -12788.434350 -12572.091968  19805.212222    144.590975               P   P
+PG23  -9191.850246  12308.721696 -21616.103816    276.671764               P   P
+PG24 -15472.566730  18438.515745  10906.163679    423.198437               P   P
+PG25  10281.165288 -15698.130519 -18812.807279     18.333252               P   P
+PG26  19485.768201   8418.453581  15613.863322   -154.320297               P   P
+PG27  15843.952630 -11998.894083  18074.686111    304.403990               P   P
+PG28   8874.978013  13413.181403  21706.239943     66.845171               P   P
+PG29    617.938332 -19191.365352 -18303.377003    239.090239               P   P
+PG30   2741.692908 -16489.217604 -21047.529604     86.411024               P   P
+PG31 -10244.775951 -12850.861730 -20616.220817    140.124910               P   P
+PG32 -24606.838913   7174.378096  -5754.916397   -327.254455               P   P
+PR01  18338.762595  -7933.134850  15873.881478   -181.035679               P   P
+PR02   -262.370720 -11088.583200  22981.257047   -254.086107               P   P
+PR03  -4382.971007 -12533.581846 -21820.593692     59.543579               P   P
+PR04  14018.795169  21224.231803  -2009.364683 999999.999999               P   P
+PR05 -18408.179648   7910.766379 -15787.670459   -169.862658               P   P
+PR06   -605.682056  11011.822779 -23008.375934    -67.091168               P   P
+PR07  19211.448780   6215.547059 -15574.095002   -205.394547               P   P
+PR08  25500.368759   -248.433115   -559.181691    -35.225209               P   P
+PR09  -6870.483411  22184.657265  10623.439011    -41.342747               P   P
+PR10   4464.978099  12357.120923  21823.119118    -88.645887               P   P
+PR11  13605.853632  -4966.408688  20972.642786    -74.641494               P   P
+PR12  14853.556970 -19645.211244   6952.638649   -151.494430               P   P
+PR13   6660.215862 -22311.648602 -10461.983896   -319.122360               P   P
+PR15 -14171.576529   7439.982544 -19891.749109     66.822678               P   P
+PR16 -14781.090974  19528.074280  -6971.726344    -31.941027               P   P
+PR17 -14690.084051 -20244.859003   5209.626064   -258.186886               P   P
+PR18 -14905.252102  -6903.569543  19576.253804    -34.964855               P   P
+PR19  -6309.507923  10082.393990  22561.584407   -175.084442               P   P
+PR20   6229.662756  21590.407556  12015.255290    -79.477562               P   P
+PR21  14845.023865  20227.993769  -4879.852829    -74.612485               P   P
+PR22  14930.576722   7018.635311 -19397.308751     18.323137               P   P
+PR23   6229.058436 -10198.098938 -22545.391837   -317.711235               P   P
+PR24  -5962.675416 -21331.083614 -12676.325874    -47.605312               P   P
+*  2011  9 12  6  0  0.00000000
+PG01 -13412.042799  19492.390435  12062.418221     -2.198140               P   P
+PG02  15290.394231   3300.271561 -21386.099972    355.661163               P   P
+PG03 -23285.196801  -8744.108973   9284.830933    767.156977               P   P
+PG04   8780.137027  17904.070106 -17600.958242    228.815756               P   P
+PG05  25129.783122   -703.841159  -8761.427742   -217.053722               P   P
+PG06 -22395.305105 -12950.267949   6708.626538    -72.916544               P   P
+PG07  -5637.970886  25768.197363   1648.238649     26.354392               P   P
+PG08   -615.121134  23780.843018  11219.126402      9.107771               P   P
+PG09  13941.911030 -16711.958763  14689.571022    105.056286               P   P
+PG10  13053.961735  11664.309719 -20295.278301    -12.899909               P   P
+PG11 -13770.678518  14279.484774  17168.177432   -185.156677               P   P
+PG12  21886.307872 -11967.435336  -8859.107044     21.814674               P   P
+PG13  -2661.618693  17194.849204 -20179.498673    251.936028               P   P
+PG14 -14322.590141 -21680.954206   6048.422650    171.781751               P   P
+PG15  17250.391094  -3470.906166  19953.777222   -106.660628               P   P
+PG16 -25692.445001   1271.636181  -7214.164549   -197.253187               P   P
+PG17  15049.960294  21318.356555   5719.641082    175.483321               P   P
+PG18   4213.685752 -16812.453040  20374.121204    156.893221               P   P
+PG19 -18543.178468   -940.512949  19102.481257   -182.922988               P   P
+PG20 -20164.831982  14270.346304  -9810.790202     52.844232               P   P
+PG21   2506.462781 -25632.455731   5442.454138   -170.883272               P   P
+PG22 -10579.900082 -13183.616730  20688.555471    144.590565               P   P
+PG23 -10917.541881  10515.066210 -21791.764973    276.669001               P   P
+PG24 -15261.898302  17040.008502  13263.101281    423.201302               P   P
+PG25  12304.420670 -16085.307674 -17197.319090     18.334889               P   P
+PG26  20489.427792   9845.820724  13459.841507   -154.331654               P   P
+PG27  15468.796567  -9984.303100  19646.170872    304.407469               P   P
+PG28   6533.823881  13910.944837  22208.428754     66.847933               P   P
+PG29   2160.284792 -17639.537248 -19686.429630    239.093104               P   P
+PG30   4910.137040 -17177.102096 -20062.352085     86.406522               P   P
+PG31  -9483.116054 -15057.924096 -19446.594922    140.129822               P   P
+PG32 -25182.776678   6954.409215  -2947.324453   -327.260492               P   P
+PR01  20134.898487  -8134.462171  13402.630712   -181.035645               P   P
+PR02   2551.969881 -11246.966555  22763.744855   -254.088398               P   P
+PR03  -3304.027780 -14908.149973 -20482.487318     59.545840               P   P
+PR04  14178.254053  21179.638481   1205.799316 999999.999999               P   P
+PR05 -20194.933662   8111.782150 -13306.148944   -169.862794               P   P
+PR06  -3417.889141  11174.861122 -22684.363173    -67.091077               P   P
+PR07  17165.294284   6402.146892 -17740.288615   -205.394084               P   P
+PR08  25227.147928   -358.693015  -3746.570740    -35.224717               P   P
+PR09  -7253.456453  23260.283949   7670.555335    -41.342490               P   P
+PR10   3369.591795  14741.086766  20492.964473    -88.645152               P   P
+PR11  12351.449898  -2612.956289  22146.913499    -74.641168               P   P
+PR12  14221.177525 -18799.135170   9940.199209   -151.493517               P   P
+PR13   6995.209465 -23379.571757  -7483.228807   -319.123786               P   P
+PR15 -12945.645724   5204.277229 -21374.482385     66.823912               P   P
+PR16 -14164.338310  18673.024172  -9974.445884    -31.940466               P   P
+PR17 -15068.252381 -20533.974983   2035.742718   -258.185404               P   P
+PR18 -16234.727511  -8772.774575  17686.084953    -34.965073               P   P
+PR19  -7802.109680   7695.627759  23030.012706   -175.085376               P   P
+PR20   5455.259676  20130.549580  14644.526655    -79.477676               P   P
+PR21  15201.988710  20478.538201  -1701.927560    -74.613699               P   P
+PR22  16249.717936   8880.868716 -17465.855925     18.324292               P   P
+PR23   7745.043715  -7832.855841 -23016.997827   -317.714246               P   P
+PR24  -5128.726623 -19823.312740 -15235.416304    -47.606566               P   P
+*  2011  9 12  6 15  0.00000000
+PG01 -13302.461718  17971.405826  14330.390795     -2.199674               P   P
+PG02  14811.165832   5714.418506 -21258.969045    355.662902               P   P
+PG03 -23903.192697  -9546.781039   6715.637114    767.161479               P   P
+PG04   8169.010603  19708.585550 -15826.509902    228.825885               P   P
+PG05  24115.031242   -127.110870 -11272.310498   -217.058531               P   P
+PG06 -22671.713801 -13553.337274   4005.002444    -72.908256               P   P
+PG07  -5869.311825  25737.757182  -1250.595758     26.356029               P   P
+PG08  -1120.263187  24817.465987   8569.059727      9.107873               P   P
+PG09  13714.602161 -14837.070724  16702.168287    105.058434               P   P
+PG10  10847.228535  12388.377498 -21123.288419    -12.901035               P   P
+PG11 -14112.040305  12152.659979  18484.396507   -185.159747               P   P
+PG12  22772.380901 -12011.893317  -6137.469065     21.816823               P   P
+PG13  -4298.286270  15525.697491 -21237.247665    251.934391               P   P
+PG14 -13626.647970 -21212.018370   8769.067774    171.783388               P   P
+PG15  18833.908158  -1926.199412  18706.422210   -106.659195               P   P
+PG16 -24805.635297    845.891359  -9859.790744   -197.255131               P   P
+PG17  14332.508299  20928.794374   8410.495692    175.481889               P   P
+PG18   6381.836446 -17326.801277  19301.121977    156.894858               P   P
+PG19 -19875.939646  -2557.931637  17586.970229   -182.926671               P   P
+PG20 -21177.485406  14308.018104  -7244.258702     52.844642               P   P
+PG21   2965.183633 -25966.338503   2662.051768   -170.885523               P   P
+PG22  -8326.496746 -13921.933175  21222.091927    144.590156               P   P
+PG23 -12731.254478   8817.791788 -21591.824718    276.666239               P   P
+PG24 -15050.780791  15389.526130  15388.738569    423.204167               P   P
+PG25  14115.000215 -16516.777098 -15286.168224     18.336526               P   P
+PG26  21393.318932  11017.840262  11070.381000   -154.343011               P   P
+PG27  15180.055628  -7803.839248  20893.123599    304.410948               P   P
+PG28   4188.345656  14548.618251  22347.122041     66.850696               P   P
+PG29   3879.504800 -16072.723334 -20729.235678    239.095969               P   P
+PG30   6923.382721 -17927.684015 -18743.498864     86.402020               P   P
+PG31  -8877.960811 -17154.225139 -17934.676424    140.134733               P   P
+PG32 -25451.076395   6696.277428    -87.411142   -327.266529               P   P
+PR01  21594.086641  -8426.722867  10671.365121   -181.035610               P   P
+PR02   5294.082646 -11600.498252  22104.704889   -254.090690               P   P
+PR03  -2480.940235 -17183.314889 -18748.439351     59.548100               P   P
+PR04  14095.893856  20809.470650   4397.559419 999999.999999               P   P
+PR05 -21643.476244   8402.567823 -10566.172535   -169.862930               P   P
+PR06  -6144.166220  11532.928979 -21920.305337    -67.090986               P   P
+PR07  14895.707212   6775.339578 -19561.671030   -205.393621               P   P
+PR08  24561.544168   -401.815303  -6861.157528    -35.224226               P   P
+PR09  -7406.468905  24020.652338   4569.277274    -41.342233               P   P
+PR10   2529.831950  17027.638333  18762.935370    -88.644418               P   P
+PR11  11231.782097    -63.804341  22890.305684    -74.640843               P   P
+PR12  13511.274719 -17583.227388  12736.321980   -151.492604               P   P
+PR13   7105.419542 -24123.477827  -4359.393299   -319.125213               P   P
+PR15 -11833.322694   2736.294419 -22442.943090     66.825146               P   P
+PR16 -13468.584237  17447.268369 -12782.577195    -31.939905               P   P
+PR17 -15234.926013 -20478.179915  -1177.493656   -258.183922               P   P
+PR18 -17545.869050 -10336.603691  15454.489846    -34.965291               P   P
+PR19  -9484.184784   5400.918780  23051.017798   -175.086309               P   P
+PR20   4393.852412  18485.342529  16988.555133    -79.477790               P   P
+PR21  15341.028141  20388.692790   1508.856998    -74.614914               P   P
+PR22  17545.357954  10435.661663 -15193.069524     18.325448               P   P
+PR23   9448.688861  -5560.770137 -23042.094447   -317.717257               P   P
+PR24  -4007.816561 -18144.400615 -17499.067125    -47.607819               P   P
+*  2011  9 12  6 30  0.00000000
+PG01 -13236.784167  16206.460030  16351.661343     -2.201209               P   P
+PG02  14455.746997   8109.290678 -20764.888403    355.664642               P   P
+PG03 -24307.022169 -10159.642479   4031.341321    767.165981               P   P
+PG04   7677.577122  21330.891678 -13779.835841    228.836015               P   P
+PG05  22876.914084    599.312652 -13590.486448   -217.063340               P   P
+PG06 -22728.323364 -13963.314309   1233.650130    -72.899968               P   P
+PG07  -6047.779470  25394.775867  -4127.581207     26.357666               P   P
+PG08  -1492.231549  25577.004500   5766.759746      9.107976               P   P
+PG09  13561.895283 -12735.211208  18415.823696    105.060583               P   P
+PG10   8609.117634  13249.707602 -21596.795887    -12.902160               P   P
+PG11 -14549.012741   9912.134982  19470.768775   -185.162817               P   P
+PG12  23358.021923 -11995.586541  -3309.089909     21.818972               P   P
+PG13  -6097.761174  13884.563445 -21933.488770    251.932754               P   P
+PG14 -12685.752987 -20581.825762  11341.038910    171.785025               P   P
+PG15  20367.167557   -561.632947  17139.140053   -106.657763               P   P
+PG16 -23670.480709    276.563366 -12338.484060   -197.257075               P   P
+PG17  13372.920614  20385.426326  10959.241993    175.480457               P   P
+PG18   8398.004009 -17897.198225  17901.587349    156.896495               P   P
+PG19 -21154.873853  -3971.159568  15772.269424   -182.930354               P   P
+PG20 -21916.116575  14275.919077  -4553.120366     52.845051               P   P
+PG21   3359.295094 -26005.567811   -165.651041   -170.887774               P   P
+PG22  -6072.855373 -14780.572188  21396.632344    144.589747               P   P
+PG23 -14595.401511   7248.437634 -21020.830585    276.663476               P   P
+PG24 -14874.062686  13511.589731  17246.575485    423.207032               P   P
+PG25  15685.929860 -16957.119370 -13112.101786     18.338164               P   P
+PG26  22154.996258  11936.444833   8488.779127   -154.354369               P   P
+PG27  15001.920621  -5497.916521  21797.012673    304.414427               P   P
+PG28   1884.476932  15315.641481  22119.435690     66.853459               P   P
+PG29   5752.418898 -14532.856320 -21413.560852    239.098834               P   P
+PG30   8750.202172 -18708.606707 -17112.247675     86.397518               P   P
+PG31  -8419.619917 -19091.829553 -16106.994583    140.139644               P   P
+PG32 -25416.871377   6363.708044   2774.076241   -327.272565               P   P
+PR01  22685.599133  -8759.169973   7733.051499   -181.035576               P   P
+PR02   7898.119241 -12130.017484  21016.931751   -254.092981               P   P
+PR03  -1908.626223 -19291.682375 -16652.136509     59.550360               P   P
+PR04  13732.803964  20153.691422   7503.967183 999999.999999               P   P
+PR05 -22723.385915   8732.253076  -7620.950069   -169.863066               P   P
+PR06  -8719.057882  12065.070031 -20731.128907    -67.090895               P   P
+PR07  12462.998980   7354.908988 -21002.942175   -205.393158               P   P
+PR08  23525.744071   -327.025709  -9842.404229    -35.223735               P   P
+PR09  -7371.270704  24427.057649   1379.645585    -41.341977               P   P
+PR10   1941.168373  19148.443554  16666.578945    -88.643684               P   P
+PR11  10285.826157   2622.082606  23188.624484    -74.640517               P   P
+PR12  12782.046439 -16008.953387  15286.879901   -151.491691               P   P
+PR13   7034.236321 -24505.307017  -1151.019696   -319.126639               P   P
+PR15 -10878.151565     91.067080 -23076.097814     66.826379               P   P
+PR16 -12752.592345  15863.288508 -15341.579578    -31.939344               P   P
+PR17 -15144.341950 -20109.125150  -4367.968531   -258.182440               P   P
+PR18 -18777.865497 -11578.051230  12924.681184    -34.965509               P   P
+PR19 -11314.401188   3255.220580  22624.183666   -175.087242               P   P
+PR20   3041.399724  16717.942657  19001.827312    -79.477904               P   P
+PR21  15217.441248  19991.350688   4690.505184    -74.616128               P   P
+PR22  18755.858812  11666.216535 -12623.071022     18.326604               P   P
+PR23  11298.293272  -3438.130835 -22620.212054   -317.720268               P   P
+PR24  -2598.576886 -16357.645394 -19423.489407    -47.609072               P   P
+*  2011  9 12  6 45  0.00000000
+PG01 -13245.901489  14228.164706  18091.415774     -2.202744               P   P
+PG02  14224.166095  10438.100838 -19913.849774    355.666381               P   P
+PG03 -24470.412801 -10605.678929   1278.324072    767.170483               P   P
+PG04   7285.306765  22734.221442 -11495.227182    228.846144               P   P
+PG05  21451.981914   1493.075082 -15676.234564   -217.068149               P   P
+PG06 -22540.141345 -14205.221180  -1558.584722    -72.891681               P   P
+PG07  -6212.106641  24739.435760  -6932.467830     26.359303               P   P
+PG08  -1764.122138  26032.961004   2861.804394      9.108078               P   P
+PG09  13512.103126 -10445.707055  19798.494966    105.062732               P   P
+PG10   6384.613738  14238.127829 -21706.926092    -12.903286               P   P
+PG11 -15088.054476   7601.493889  20110.098154   -185.165886               P   P
+PG12  23646.023927 -11879.374464   -423.147153     21.821120               P   P
+PG13  -8030.871237  12312.093300 -22256.767346    251.931117               P   P
+PG14 -11493.624711 -19831.445066  13720.983610    171.786662               P   P
+PG15  21806.680654    614.751554  15279.051742   -106.656330               P   P
+PG16 -22321.210379   -459.546091 -14608.004510   -197.259019               P   P
+PG17  12165.835369  19727.539247  13322.945638    175.479024               P   P
+PG18  10230.699107 -18492.989896  16197.803689    156.898132               P   P
+PG19 -22337.204889  -5172.254362  13689.894773   -182.934038               P   P
+PG20 -22382.039053  14138.089583  -1783.529641     52.845460               P   P
+PG21   3722.494573 -25740.788469  -2990.348128   -170.890025               P   P
+PG22  -3862.279364 -15745.678021  21208.947802    144.589337               P   P
+PG23 -16468.239341   5831.506074 -20089.651442    276.660713               P   P
+PG24 -14762.476796  11437.926872  18804.974343    423.209897               P   P
+PG25  16998.166922 -17367.766545 -10712.416090     18.339801               P   P
+PG26  22734.962223  12612.559155   5760.994557   -154.365726               P   P
+PG27  14951.431414  -3110.661075  22344.855868    304.417906               P   P
+PG28   -334.143977  16193.757379  21528.201391     66.856221               P   P
+PG29   7748.558513 -13058.044115 -21727.382084    239.101699               P   P
+PG30  10365.999781 -19483.254704 -15195.041515     86.393016               P   P
+PG31  -8090.474484 -20826.827194 -13995.765792    140.144555               P   P
+PG32 -25094.195249   5922.706556   5586.687058   -327.278602               P   P
+PR01  23391.179664  -9077.225320   4644.682526   -181.035542               P   P
+PR02  10303.556133 -12805.389136  19521.520122   -254.095272               P   P
+PR03  -1569.618155 -21169.849623 -14234.197670     59.552621               P   P
+PR04  13060.149333  19261.034985  10464.735195 999999.999999               P   P
+PR05 -23416.759607   9046.202699  -4527.684548   -169.863202               P   P
+PR06 -11082.884696  12739.467684 -19139.980750    -67.090803               P   P
+PR07   9931.785133   8149.306183 -22036.206378   -205.392695               P   P
+PR08  22153.871238    -89.038250 -12632.352293    -35.223243               P   P
+PR09  -7196.783253  24452.058735  -1836.654431    -41.341720               P   P
+PR10   1586.538628  21039.103570  14244.669007    -88.642950               P   P
+PR11   9541.728350   5379.316533  23036.345670    -74.640191               P   P
+PR12  12089.621699 -14100.686395  17542.321996   -151.490778               P   P
+PR13   6832.028126 -24498.619010   2079.678400   -319.128066               P   P
+PR15 -10113.575343  -2668.558122 -23261.315338     66.827613               P   P
+PR16 -12072.929451  13946.563555 -17601.890829    -31.938783               P   P
+PR17 -14759.411911 -19468.590733  -7474.001480   -258.180959               P   P
+PR18 -19869.679319 -12492.957476  10145.554073    -34.965727               P   P
+PR19 -13242.238822   1307.193318  21757.792934   -175.088176               P   P
+PR20   1406.666749  14893.038091  20645.322921    -79.478018               P   P
+PR21  14795.417195  19329.279756   7781.561858    -74.617342               P   P
+PR22  19819.535287  12568.774637  -9805.924521     18.327760               P   P
+PR23  13243.093634  -1512.884433 -21759.536169   -317.723280               P   P
+PR24   -912.360037 -14527.284632 -20971.481575    -47.610325               P   P
+*  2011  9 12  7  0  0.00000000
+PG01 -13355.290110  12073.601415  19519.684664     -2.204279               P   P
+PG02  14108.758486  12655.739995 -18721.867703    355.668121               P   P
+PG03 -24373.487714 -10913.099902  -1496.393717    767.174985               P   P
+PG04   6965.988886  23887.536874  -9011.379032    228.856274               P   P
+PG05  19881.003214   2564.581511 -17493.751739   -217.072958               P   P
+PG06 -22088.785505 -14308.977943  -4324.363458    -72.883393               P   P
+PG07  -6400.607526  23781.214467  -9616.311493     26.360940               P   P
+PG08  -1973.273416  26167.808563    -94.164580      9.108180               P   P
+PG09  13586.741638  -8014.197446  20824.120627    105.064881               P   P
+PG10   4216.845805  15335.905104 -21450.748063    -12.904411               P   P
+PG11 -15728.610724   5265.646838  20391.626142   -185.168956               P   P
+PG12  23648.153034 -11626.424159   2470.157185     21.823269               P   P
+PG13 -10061.785336  10843.685171 -22201.910363    251.929480               P   P
+PG14 -10052.566793 -19003.603686  15868.850847    171.788299               P   P
+PG15  23109.643236   1603.038730  13158.183854   -106.654898               P   P
+PG16 -20797.316284  -1378.645698 -16629.490162   -197.260963               P   P
+PG17  10714.179152  18995.901752  15461.785456    175.477592               P   P
+PG18  11854.728432 -19079.303950  14217.401343    156.899769               P   P
+PG19 -23380.894791  -6161.625134  11375.688610   -182.937721               P   P
+PG20 -22584.660244  13860.654833   1016.838179     52.845870               P   P
+PG21   4089.510625 -25171.597851  -5761.269722   -170.892276               P   P
+PG22  -1735.288069 -16796.439542  20661.839898    144.588928               P   P
+PG23 -18305.365162   4583.718835 -18815.220341    276.657951               P   P
+PG24 -14741.355328   9206.378483  20037.678637    423.212762               P   P
+PG25  18041.163496 -17708.582829  -8128.323298     18.341438               P   P
+PG26  23098.193544  13065.340037   2934.764104   -154.377083               P   P
+PG27  15037.899830   -688.463807  22529.282887    304.421384               P   P
+PG28  -2427.593669  17157.591542  20581.984891     66.858984               P   P
+PG29   9831.162125 -11681.175418 -21665.110998    239.104563               P   P
+PG30  11753.573489 -20212.121259 -13023.137908     86.388514               P   P
+PG31  -7865.837790 -22320.942625 -11638.285827    140.149467               P   P
+PG32 -24505.307156   5343.106406   8301.218477   -327.284639               P   P
+PR01  23705.662058  -9324.985471   1466.175184   -181.035508               P   P
+PR02  12457.461570 -13586.807612  17647.458748   -254.097563               P   P
+PR03  -1435.023054 -22760.905568 -11541.393633     59.554881               P   P
+PR04  12060.616869  18186.848599  13222.405439 999999.999999               P   P
+PR05 -23718.816400   9288.530009  -1346.461566   -169.863338               P   P
+PR06 -13183.973433  13514.832036 -17177.775946    -67.090712               P   P
+PR07   7368.478046   9155.122671 -22641.505294   -205.392231               P   P
+PR08  20490.606713    349.779070 -15176.753137    -35.222752               P   P
+PR09  -6936.799124  24080.668152  -5017.472150    -41.341464               P   P
+PR10   1437.285723  22641.743255  11544.411007    -88.642216               P   P
+PR11   9015.701831   8138.577331  22436.701673    -74.639866               P   P
+PR12  11485.581013 -11894.950649  19458.635680   -151.489865               P   P
+PR13   6553.779081 -24089.763354   5270.018301   -319.129492               P   P
+PR15  -9561.554737  -5474.278468 -22994.636846     66.828847               P   P
+PR16 -11481.446856  11734.694215 -19519.878133    -31.938222               P   P
+PR17 -14053.490229 -18606.603241 -10435.523799   -258.179477               P   P
+PR18 -20762.633511 -13089.915040   7170.755364    -34.965945               P   P
+PR19 -15209.964053   -404.611034  20468.667104   -175.089109               P   P
+PR20   -488.894119  13074.180144  21887.264996    -79.478132               P   P
+PR21  14049.750691  18453.205201  10722.281430    -74.618557               P   P
+PR22  20677.330287  13152.535436  -6796.653642     18.328915               P   P
+PR23  15225.241708    177.147043 -20476.749680   -317.726291               P   P
+PR24   1026.983029 -12715.867913 -22113.137119    -47.611578               P   P
+*  2011  9 12  7 15  0.00000000
+PG01 -13583.914178   9785.057805  20611.860358     -2.205813               P   P
+PG02  14094.595461  14720.301624 -17210.612876    355.669860               P   P
+PG03 -24003.511155 -11114.026850  -4245.929580    767.179487               P   P
+PG04   6688.892628  24766.681364  -6370.770563    228.866403               P   P
+PG05  18207.464756   3816.398204 -19011.762464   -217.077767               P   P
+PG06 -21363.310095 -14308.116273  -7016.621462    -72.875105               P   P
+PG07  -6649.472822  22538.573532 -12132.363818     26.362577               P   P
+PG08  -2159.550006  25973.725420  -3048.448845      9.108282               P   P
+PG09  13799.507806  -5490.996757  21473.234867    105.067029               P   P
+PG10   2145.628801  16518.282122 -20831.391966    -12.905537               P   P
+PG11 -16463.069352   2949.214651  20311.197053   -185.172025               P   P
+PG12  23384.587683 -11203.835036   5320.498852     21.825418               P   P
+PG13 -12149.221735   9508.260895 -21770.089149    251.927843               P   P
+PG14  -8373.545524 -18141.012933  17748.519657    171.789936               P   P
+PG15  24235.516850   2411.227206  10812.917170   -106.653466               P   P
+PG16 -19142.120059  -2489.128416 -18368.112240   -197.262907               P   P
+PG17   9029.232694  18231.162724  17339.681385    175.476159               P   P
+PG18  13252.023323 -19618.392913  11992.996186    156.901406               P   P
+PG19 -24246.217599  -6947.785015   8869.204227   -182.941405               P   P
+PG20 -22541.024534  13413.316560   3799.608126     52.846279               P   P
+PG21   4494.466518 -24306.695391  -8428.207782   -170.894527               P   P
+PG22    271.735196 -17905.794186  19764.120960    144.588519               P   P
+PG23 -20061.312480   3513.584499 -17220.183014    276.655188               P   P
+PG24 -14829.579585   6859.581029  20924.223601    423.215627               P   P
+PG25  18813.108696 -17939.519884  -5404.248153     18.343075               P   P
+PG26  23215.469109  13321.126985     58.741217   -154.388441               P   P
+PG27  15262.616206   1721.520276  22348.536143    304.424863               P   P
+PG28  -4360.963833  18175.497836  19295.039539     66.861746               P   P
+PG29  11958.425656 -10428.739299 -21227.702836    239.107428               P   P
+PG30  12903.615719 -20854.306983 -10632.182749     86.384012               P   P
+PG31  -7715.111063 -23542.924475  -9076.220219    140.154378               P   P
+PG32 -23679.705253   4599.944884  10870.614932   -327.290676               P   P
+PR01  23637.057693  -9447.794697  -1740.788871   -181.035474               P   P
+PR02  14316.450053 -14426.524204  15431.073062   -254.099854               P   P
+PR03  -1465.963193 -24016.677565  -8625.754179     59.557141               P   P
+PR04  10729.387013  16990.675921  15723.462133 999999.999999               P   P
+PR05 -23637.967397   9404.673615   1860.919304   -169.863473               P   P
+PR06 -14980.556793  14342.200472 -14882.597877    -67.090621               P   P
+PR07   4838.719777  10357.076492 -22807.195886   -205.391768               P   P
+PR08  18589.384697   1017.563853 -17426.126613    -35.222261               P   P
+PR09  -6647.487900  23311.043107  -8101.375953    -41.341207               P   P
+PR10   1454.599587  23907.345877   8618.513133    -88.641482               P   P
+PR11   8711.444296  10829.268886  21401.597832    -74.639540               P   P
+PR12  11014.670579  -9439.168068  20998.215773   -151.488952               P   P
+PR13   6256.535972 -23278.534349   8358.062341   -319.130918               P   P
+PR15  -9231.683439  -8254.931129 -22280.880487     66.830081               P   P
+PR16 -11022.986743   9276.030793 -21058.663372    -31.937661               P   P
+PR17 -13011.718932 -17579.227270 -13195.226648   -258.177995               P   P
+PR18 -21402.917947 -13389.654199   4057.666984    -34.966164               P   P
+PR19 -17154.923949  -1853.130118  18781.841338   -175.090043               P   P
+PR20  -2611.800114  11321.186735  22703.724424    -79.478246               P   P
+PR21  12967.129576  17419.577615  13455.767138    -74.619771               P   P
+PR22  21275.404559  13439.026041  -3654.148905     18.330071               P   P
+PR23  17182.095220   1605.615253 -18796.712447   -317.729302               P   P
+PR24   3183.850384 -10981.721634 -22826.411734    -47.612832               P   P
+*  2011  9 12  7 30  0.00000000
+PG01 -13943.391320   7408.569395  21349.121643     -2.207348               P   P
+PG02  14160.195115  16594.469902 -15406.963789    355.671600               P   P
+PG03 -23355.368464 -11243.065382  -6924.282806    767.183989               P   P
+PG04   6420.128233  25355.286620  -3618.955411    228.876533               P   P
+PG05  16475.977788   5242.956836 -20204.056369   -217.082576               P   P
+PG06 -20360.768690 -14238.356769  -9589.342240    -72.866817               P   P
+PG07  -6991.157797  21038.301618 -14436.916079     26.364214               P   P
+PG08  -2363.514009  25452.938812  -5948.332629      9.108385               P   P
+PG09  14155.597114  -2929.244396  21733.436991    105.069178               P   P
+PG10    206.119044  17754.292250 -19858.079471    -12.906662               P   P
+PG11 -17277.023449    694.942396  19871.277750   -185.175095               P   P
+PG12  22883.036505 -10584.113445   8078.335347     21.827566               P   P
+PG13 -14247.865091   8327.294142 -20968.784178    251.926206               P   P
+PG14  -6475.949903 -17284.711346  19328.364263    171.791573               P   P
+PG15  25147.532581   3054.715326   8283.369149   -106.652033               P   P
+PG16 -17401.200178  -3791.038024 -19793.676222   -197.264851               P   P
+PG17   7130.391574  17472.267711  18924.866299    175.474727               P   P
+PG18  14412.212366 -20071.123504   9561.732005    156.903043               P   P
+PG19 -24897.249462  -7546.804455   6213.044755   -182.945088               P   P
+PG20 -22275.066575  12770.721513   6516.550593     52.846688               P   P
+PG21   4969.248018 -23163.657692 -10942.561208   -170.896778               P   P
+PG22   2127.741592 -19041.380901  18530.502802    144.588110               P   P
+PG23 -21691.183261   2621.287667 -15332.461830    276.652426               P   P
+PG24 -15038.802891   4443.478263  21450.234693    423.218492               P   P
+PG25  19320.840233 -18022.282357  -2587.066466     18.344712               P   P
+PG26  23064.457589  13412.156437  -2818.328495   -154.399798               P   P
+PG27  15618.841640   4072.878930  21806.416304    304.428342               P   P
+PG28  -6105.497720  19210.647186  17687.190322     66.864509               P   P
+PG29  14084.959182  -9319.905360 -20422.648103    239.110293               P   P
+PG30  13814.932271 -21369.098873  -8061.709015     86.379510               P   P
+PG31  -7603.184297 -24469.657516  -6354.809817    140.159289               P   P
+PG32 -22652.876588   3674.612713  13250.797167   -327.296712               P   P
+PR01  23206.108367  -9394.776055  -4913.958629   -181.035439               P   P
+PR02  15848.244191 -15270.925903  12915.326612   -254.102145               P   P
+PR03  -1615.436526 -24899.633195  -5543.578460     59.559402               P   P
+PR04   9074.588802  15733.683509  17919.367570 999999.999999               P   P
+PR05 -23195.349189   9343.927971   5032.147179   -169.863609               P   P
+PR06 -16442.265374  15167.076370 -12298.961935    -67.090530               P   P
+PR07   2404.861279  11728.511767 -22530.167062   -205.391305               P   P
+PR08  16510.239082   1931.523127 -19336.726343    -35.221769               P   P
+PR09  -6384.812466  22154.649517 -11028.821159    -41.340950               P   P
+PR10   1591.400345  24797.731457   5524.142330    -88.640748               P   P
+PR11   8620.098750  13382.229840  19951.362046    -74.639214               P   P
+PR12  10712.806679  -6789.954803  22130.622589   -151.488039               P   P
+PR13   5996.772172 -22078.281754  11283.820295   -319.132345               P   P
+PR15  -9120.838911 -10939.221299 -21133.576175     66.831314               P   P
+PR16 -10733.409485   6627.864409 -22188.808811    -31.937100               P   P
+PR17 -11631.893004 -16446.122178 -15699.658652   -258.176513               P   P
+PR18 -21743.912602 -13423.933970    866.321096    -34.966382               P   P
+PR19 -19012.065062  -3023.682609  16730.079801   -175.090976               P   P
+PR20  -4917.704748   9687.726592  23079.068391    -79.478360               P   P
+PR21  11546.939694  16288.118429  15929.059889    -74.620985               P   P
+PR22  21567.527204  13460.947232   -439.988658     18.331227               P   P
+PR23  19048.727312   2758.507055 -16751.984076   -317.732313               P   P
+PR24   5512.131514  -9376.610471 -23097.540201    -47.614085               P   P
+*  2011  9 12  7 45  0.00000000
+PG01 -14437.454314   4992.322570  21718.758715     -2.208883               P   P
+PG02  14278.482050  18246.724094 -13342.489042    355.673339               P   P
+PG03 -22431.770496 -11335.816772  -9487.034397    767.188491               P   P
+PG04   6124.157251  25645.392726   -803.772551    228.886662               P   P
+PG05  14730.650194   6830.574160 -21049.944536   -217.087385               P   P
+PG06 -19086.489419 -14136.101805 -11998.327699    -72.858530               P   P
+PG07  -7452.929364  19314.539942 -16490.079660     26.365851               P   P
+PG08  -2624.565248  24617.661028  -8742.125782      9.108487               P   P
+PG09  14651.397319   -382.923096  21599.696562    105.071327               P   P
+PG10  -1572.366573  19007.828689 -18546.061217    -12.907788               P   P
+PG11 -18149.825484  -1457.791074  19080.835826   -185.178164               P   P
+PG12  22177.571103  -9746.437130  10695.793368     21.829715               P   P
+PG13 -16309.940128   7314.128968 -19811.653437    251.924568               P   P
+PG14  -4387.042657 -16472.486020  20581.749704    171.793211               P   P
+PG15  25814.061612   3555.506283   5612.720194   -106.650601               P   P
+PG16 -15620.736218  -5275.851824 -20881.158695   -197.266795               P   P
+PG17   5044.630000  16754.950272  20190.395162    175.473294               P   P
+PG18  15332.909519 -20398.558535   6964.724025    156.904680               P   P
+PG19 -25303.222126  -7981.488915   3452.166232   -182.948772               P   P
+PG20 -21816.601877  11913.650756   9120.434850     52.847097               P   P
+PG21   5541.951761 -21768.340605 -13258.369272   -170.899029               P   P
+PG22   3808.017443 -20166.709304  16981.393308    144.587700               P   P
+PG23 -23152.255984   1898.898342 -13184.745465    276.649663               P   P
+PG24 -15372.973520   2005.722245  21607.612858    423.221356               P   P
+PG25  19579.428602 -17921.938512    274.701746     18.346349               P   P
+PG26  22630.534718  13375.097566  -5648.383494   -154.411155               P   P
+PG27  16092.080553   6321.410411  20912.177616    304.431821               P   P
+PG28  -7639.521903  20222.329108  15783.642960     66.867272               P   P
+PG29  16163.393596  -8365.900729 -19263.846532    239.113158               P   P
+PG30  14494.366476 -21717.574582  -5354.561649     86.375008               P   P
+PG31  -7492.021585 -25086.952855  -3522.010829    140.164201               P   P
+PG32 -21464.840987   2555.734612  15401.405958   -327.302749               P   P
+PR01  22445.323428  -9121.213156  -7991.721521   -181.035405               P   P
+PR02  17032.779938 -16062.878767  10148.994057   -254.104437               P   P
+PR03  -1830.519148 -25384.359876  -2354.366263     59.561662               P   P
+PR04   7117.218265  14476.038685  19767.501156 999999.999999               P   P
+PR05 -22423.841001   9061.819977   8105.612845   -169.863745               P   P
+PR06 -17551.151404  15931.816321  -9476.956633    -67.090438               P   P
+PR07    123.591827  13232.390883 -21815.891637   -205.390842               P   P
+PR08  14317.390990   3096.963281 -20871.392926    -35.221278               P   P
+PR09  -6201.963361  20635.892798 -13743.280587    -41.340694               P   P
+PR10   1794.581799  25287.093480   2321.787033    -88.640013               P   P
+PR11   8720.756615  15732.387312  18114.334014    -74.638889               P   P
+PR12  10605.455993  -4011.033066  22833.212601   -151.487126               P   P
+PR13   5827.780339 -20515.471266  13990.416610   -319.133771               P   P
+PR15  -9213.385498 -13458.470064 -19574.729617     66.832548               P   P
+PR16 -10638.022931   3854.259000 -22888.852530    -31.936539               P   P
+PR17  -9924.808306 -15267.965338 -17900.252742   -258.175031               P   P
+PR18 -21748.232265 -13233.985504  -2341.734057    -34.966600               P   P
+PR19 -20716.571890  -3914.333455  14353.240593   -175.091909               P   P
+PR20  -7353.024987   8219.184539  23006.245545    -79.478474               P   P
+PR21   9801.551627  15119.243999  18094.156692    -74.622199               P   P
+PR22  21517.161560  13260.545919   2782.800694     18.332383               P   P
+PR23  20760.550796   3634.483509 -14382.198430   -317.735325               P   P
+PR24   7956.893930  -7943.691540 -22921.296010    -47.615338               P   P
+*  2011  9 12  8  0  0.00000000
+PG01 -15061.729888   2584.979776  21714.392879     -2.210418               P   P
+PG02  14417.955006  19652.319371 -11052.872258    355.675078               P   P
+PG03 -21243.182286 -11427.383189 -11891.998052    767.192993               P   P
+PG04   5765.391766  25637.750408   2025.508793    228.896792               P   P
+PG05  13013.486093   8557.788295 -21534.626479   -217.092194               P   P
+PG06 -17554.048472 -14036.899832 -14201.952812    -72.850242               P   P
+PG07  -8055.631001  17407.530879 -18256.487639     26.367488               P   P
+PG08  -2979.133421  23489.620157 -11380.182346      9.108589               P   P
+PG09  15274.576547   2095.164427  21074.481466    105.073475               P   P
+PG10  -3167.321254  20238.933904 -16916.456228    -12.908913               P   P
+PG11 -19055.405059  -3474.306518  17955.084576   -185.181234               P   P
+PG12  21307.221588  -8677.658384  13127.521828     21.831864               P   P
+PG13 -18286.884615   6473.612604 -18318.306786    251.922931               P   P
+PG14  -2141.122194 -15737.428702  21487.452637    171.794848               P   P
+PG15  26209.801972   3941.164023   2846.494173   -106.649168               P   P
+PG16 -13845.830912  -6926.591870 -21611.169836   -197.268739               P   P
+PG17   2805.685896  16110.352734  21114.585226    175.471862               P   P
+PG18  16019.699083 -20563.571478   4246.406767    156.906317               P   P
+PG19 -25439.692298  -8280.313546    633.154402   -182.952455               P   P
+PG20 -21200.092827  10829.980163  11565.874648     52.847507               P   P
+PG21   6235.488756 -20153.929096 -15333.300107   -170.901280               P   P
+PG22   5294.949246 -21242.504039  15142.601051    144.587291               P   P
+PG23 -24405.511078   1330.888590 -10813.914717    276.646900               P   P
+PG24 -15828.171955   -405.973757  21394.607866    423.224221               P   P
+PG25  19611.449851 -17608.412666   3131.730472     18.347986               P   P
+PG26  21907.311793  13249.469707  -8384.766815   -154.422513               P   P
+PG27  16660.621449   8426.508837  19680.376420    304.435300               P   P
+PG28  -8949.136780  21167.427484  13614.712373     66.870034               P   P
+PG29  18146.074625  -7569.708328 -17771.365257    239.116023               P   P
+PG30  14956.425581 -21864.173841  -2556.251570     86.370506               P   P
+PG31  -7342.362953 -25389.986017   -627.590127    140.169112               P   P
+PG32 -20158.552935   1239.751199  17286.449552   -327.308786               P   P
+PR01  21397.541639  -8590.681352 -10914.300041   -181.035371               P   P
+PR02  17862.809918 -16744.237699   7185.721093   -254.106728               P   P
+PR03  -2054.818264 -25458.561867    880.310857     59.563922               P   P
+PR04   4890.522478  13274.348795  21231.983740 999999.999999               P   P
+PR05 -21366.607290   8522.230381  11021.607976   -169.863881               P   P
+PR06 -18302.202980  16578.165937  -6471.278249    -67.090347               P   P
+PR07  -1956.184011  14822.737949 -20678.313280   -205.390378               P   P
+PR08  12076.678312   4506.828227 -22000.278319    -35.220786               P   P
+PR09  -6146.917755  18791.230644 -16192.317571    -41.340437               P   P
+PR10   2007.517489  25363.027624   -925.949060    -88.639279               P   P
+PR11   8981.479871  17821.244659  15926.303024    -74.638563               P   P
+PR12  10706.463153  -1170.840433  23091.626733   -151.486213               P   P
+PR13   5797.204584 -18628.711849  16425.199406   -319.135198               P   P
+PR15  -9481.923459 -15749.267593 -17634.417894     66.833782               P   P
+PR16 -10750.476908   1023.615558 -23145.686260    -31.935978               P   P
+PR17  -7914.075792 -14103.848709 -19754.263110   -258.173549               P   P
+PR18 -21389.408451 -12868.572298  -5504.597750    -34.966818               P   P
+PR19 -22206.514812  -4535.718742  11697.502280   -175.092843               P   P
+PR20  -9856.960650   6950.895699  22486.903941    -79.478588               P   P
+PR21   7756.074883  13971.474831  19908.939659    -74.623414               P   P
+PR22  21099.154074  12887.585265   5951.017356     18.333538               P   P
+PR23  22255.948290   4244.683161 -11733.301267   -317.738336               P   P
+PR24  10456.445188  -6715.845017 -22301.089427    -47.616591               P   P
+*  2011  9 12  8 15  0.00000000
+PG01 -15803.843613    233.990813  21336.087250     -2.211953               P   P
+PG02  14544.015482  20794.013592  -8577.291077    355.676818               P   P
+PG03 -19807.484685 -11550.918919 -14099.818577    767.197495               P   P
+PG04   5309.816959  25341.787279   4819.093599    228.906921               P   P
+PG05  11362.873541  10396.000908 -21649.460885   -217.097003               P   P
+PG06 -15784.938468 -13973.939273 -16161.892284    -72.841954               P   P
+PG07  -8812.714708  15362.141617 -19705.904537     26.369125               P   P
+PG08  -3459.002557  22099.207331 -13815.867250      9.108692               P   P
+PG09  16004.563559   4455.367503  20167.703264    105.075624               P   P
+PG10  -4563.768766  21405.266071 -14995.989238    -12.910039               P   P
+PG11 -19963.311174  -5325.748393  16515.106816   -185.184303               P   P
+PG12  20314.392275  -7373.005679  15331.493693     21.834012               P   P
+PG13 -20131.060945   5802.055044 -16513.989458    251.921294               P   P
+PG14    221.574814 -15106.678529  22030.002648    171.796485               P   P
+PG15  26316.737833   4243.560235     31.803985   -106.647736               P   P
+PG16 -12118.872552  -8718.265290 -21970.331691   -197.270683               P   P
+PG17    452.994991  15563.826537  21681.381425    175.470429               P   P
+PG18  16485.810323 -20532.429477   1453.792761    156.907954               P   P
+PG19 -25289.486246  -8476.155340  -2196.515622   -182.956139               P   P
+PG20 -20463.237911   9515.371012  13810.149084     52.847916               P   P
+PG21   7066.411286 -18359.674547 -17129.561602   -170.903531               P   P
+PG22   6578.523064 -22228.176341  13044.949267    144.586882               P   P
+PG23 -25417.019429    894.932914  -8260.414779    276.644138               P   P
+PG24 -16392.764310  -2745.467660  20815.783058    423.227086               P   P
+PG25  19445.975194 -17057.800467   5934.742543     18.349623               P   P
+PG26  20896.867754  13076.001318 -10982.886722   -154.433870               P   P
+PG27  17296.327534  10352.426791  18130.674599    304.438779               P   P
+PG28 -10028.635326  22002.024592  11215.465100     66.872797               P   P
+PG29  19986.777991  -6926.097979 -15971.085466    239.118888               P   P
+PG30  15222.616952 -21778.177736    285.756426     86.366004               P   P
+PG31  -7115.470489 -25383.368453   2277.802872    140.174023               P   P
+PG32 -18778.228481   -268.813970  18874.847827   -327.314823               P   P
+PR01  20114.078191  -7776.837404 -13624.913769   -181.035337               P   P
+PR02  18343.980371 -17258.417247   4082.988886   -254.109019               P   P
+PR03  -2231.073797 -25123.533692   4097.978528     59.566183               P   P
+PR04   2438.873727  12179.269099  22284.371734 999999.999999               P   P
+PR05 -20075.227585   7699.169458  13723.486893   -169.864017               P   P
+PR06 -18703.328641  17049.838033  -3340.177065    -67.090256               P   P
+PR07  -3795.135130  16446.473475 -19139.571113   -205.389915               P   P
+PR08   9852.934691   6141.766512 -22701.427369    -35.220295               P   P
+PR09  -6260.224366  16667.803869 -18328.582423    -41.340180               P   P
+PR10   2172.720009  25027.008398  -4155.596127    -88.638545               P   P
+PR11   9360.797500  19599.101705  13429.805856    -74.638237               P   P
+PR12  11017.379178   1660.067494  22900.123370   -151.485300               P   P
+PR13   5944.817208 -16467.289308  18540.769327   -319.136624               P   P
+PR15  -9888.554183 -17755.920294 -15350.222414     66.835016               P   P
+PR16 -11072.166162  -1793.930097 -22954.771548    -31.935417               P   P
+PR17  -5635.407329 -13008.756817 -21225.594721   -258.172067               P   P
+PR18 -20653.138554 -12381.747303  -8561.189436    -34.967036               P   P
+PR19 -23425.396723  -4910.338688   8814.466725   -175.093776               P   P
+PR20 -12363.821814   5906.820429  21531.341062    -79.478702               P   P
+PR21   5447.586751  12898.937380  21337.997942    -74.624628               P   P
+PR22  20300.951358  12397.002009   9002.560896     18.334694               P   P
+PR23  23478.798818   4611.998669  -8856.664990   -317.741347               P   P
+PR24  12944.686286  -5714.449315 -21248.902454    -47.617844               P   P
+*  2011  9 12  8 30  0.00000000
+PG01 -16643.847181  -2016.045368  20590.346505     -2.213487               P   P
+PG02  14620.406321  21662.519182  -5957.760814    355.678557               P   P
+PG03 -18149.385764 -11736.276233 -16074.515646    767.201997               P   P
+PG04   4726.568393  24775.234072   7527.595458    228.917051               P   P
+PG05   9812.218068  12310.402939 -21392.134456   -217.101812               P   P
+PG06 -13807.939558 -13976.630291 -17843.806187    -72.833666               P   P
+PG07  -9729.577538  13226.223391 -20813.733870     26.370763               P   P
+PG08  -4089.841287  20484.280294 -16006.446105      9.108794               P   P
+PG09  16813.397791   6653.017617  18896.481726    105.077773               P   P
+PG10  -5754.701456  22463.690904 -12816.623433    -12.911164               P   P
+PG11 -20839.931194  -6989.958350  14787.372457   -185.187373               P   P
+PG12  19243.161882  -5836.456135  17269.741359     21.836161               P   P
+PG13 -21797.444206   5287.516501 -14429.178654    251.919657               P   P
+PG14   2656.191715 -14600.396831  22199.939863    171.798122               P   P
+PG15  26124.836020   4497.460178  -2783.426752   -106.646303               P   P
+PG16 -10478.000043 -10618.622014 -21951.562998   -197.272627               P   P
+PG17  -1969.589659  15133.956462  21880.641364    175.468997               P   P
+PG18  16751.487185 -20276.278730  -1364.347664    156.909592               P   P
+PG19 -24843.386905  -8604.869607  -4989.228048   -182.959822               P   P
+PG20 -19645.439749   7973.660092  15813.981811     52.848325               P   P
+PG21   8044.020748 -16429.376191 -18614.704526   -170.905782               P   P
+PG22   7656.537451 -23083.369178  10723.801832    144.586473               P   P
+PG23 -26159.145390    562.959347  -5567.584026    276.641375               P   P
+PG24 -17047.861707  -4969.745524  19881.876517    423.229951               P   P
+PG25  19117.316892 -16253.454738   8635.365899     18.351260               P   P
+PG26  19609.687126  12894.988308 -13400.816148   -154.445227               P   P
+PG27  17965.653033  12069.378033  16287.598093    304.442257               P   P
+PG28 -10880.627052  22683.080427   8625.271098     66.875559               P   P
+PG29  21642.378500  -6421.988485 -13894.244020    239.121753               P   P
+PG30  15320.512683 -21435.037378   3122.814770     86.361502               P   P
+PG31  -6774.845680 -25080.853807   5143.566615    140.178934               P   P
+PG32 -17367.664126  -1957.405157  20140.869812   -327.320860               P   P
+PR01  18652.534723  -6664.790945 -16070.883992   -181.035303               P   P
+PR02  18494.379090 -17552.915192    901.002609   -254.111310               P   P
+PR03  -2303.800598 -24394.090087   7236.447746     59.568443               P   P
+PR04   -183.820562  11233.379279  22904.208001 999999.999999               P   P
+PR05 -18607.492659   6578.131024  16158.768019   -169.864153               P   P
+PR06 -18774.813934  17295.025058   -144.335018    -67.090164               P   P
+PR07  -5364.885675  18045.563975 -17229.567493   -205.389452               P   P
+PR08   7707.427321   7970.725810 -22961.205301    -35.219804               P   P
+PR09  -6573.106372  14321.640774 -20110.714726    -41.339924               P   P
+PR10   2234.537532  24294.293746  -7304.083170    -88.637811               P   P
+PR11   9809.612073  21026.917201  10673.298678    -74.637912               P   P
+PR12  11527.324071   4411.715083  22261.745611   -151.484387               P   P
+PR13   6300.634995 -14089.266295  20295.907875   -319.138050               P   P
+PR15 -10386.609470 -19432.588361 -12766.508568     66.836249               P   P
+PR16 -11592.163499  -4529.169101 -22320.193111    -31.934856               P   P
+PR17  -3135.400094 -12031.231105 -22285.509525   -258.170586               P   P
+PR18 -19538.049533 -11830.399352 -11452.409694    -34.967254               P   P
+PR19 -24324.491529  -5071.349629   5760.155497   -175.094710               P   P
+PR20 -14805.567641   5098.712997  20158.288242    -79.478816               P   P
+PR21   2923.864508  11949.062515  22353.326569    -74.625842               P   P
+PR22  19123.291724  11846.354576  11877.684130     18.335850               P   P
+PR23  24380.795327   4769.857818  -5808.096978   -317.744358               P   P
+PR24  15353.660466  -4948.650615 -19785.061797    -47.619097               P   P
+*  2011  9 12  8 45  0.00000000
+PG01 -17554.951812  -4124.905853  19490.005652     -2.215022               P   P
+PG02  14610.706971  22256.668997  -3238.452575    355.680297               P   P
+PG03 -16299.605871 -12008.789853 -17783.971806    767.206499               P   P
+PG04   3989.395720  23963.421843  10102.979266    228.927180               P   P
+PG05   8388.774679  14261.150445 -20766.724660   -217.106621               P   P
+PG06 -11658.212639 -14069.330635 -19217.971229    -72.825379               P   P
+PG07 -10803.227221  11048.872644 -21561.415882     26.372400               P   P
+PG08  -4890.001654  18688.678767 -17913.876441      9.108896               P   P
+PG09  17666.907879   8650.033619  17284.737871    105.079921               P   P
+PG10  -6741.213113  23371.940248 -10415.088288    -12.912290               P   P
+PG11 -21649.832634  -8452.069027  12803.166669   -185.190442               P   P
+PG12  18137.536735  -4080.764879  18909.012076     21.838310               P   P
+PG13 -23245.225183   4910.412215 -12099.098055    251.918020               P   P
+PG14   5114.744772 -14231.011543  21993.985130    171.799759               P   P
+PG15  25632.453968   4739.000798  -5551.254502   -106.644871               P   P
+PG16  -8955.730348 -12589.205850 -21554.262121   -197.274571               P   P
+PG17  -4415.248428  14831.845690  21708.334616    175.467564               P   P
+PG18  16843.071856 -19772.467382  -4158.371356    156.911229               P   P
+PG19 -24100.539665  -8703.762502  -7697.974819   -182.963506               P   P
+PG20 -18786.213119   6216.930830  17542.262058     52.848734               P   P
+PG21   9169.799613 -14409.677225 -19762.291954   -170.908033               P   P
+PG22   8534.519211 -23769.518493   8218.505541    144.586063               P   P
+PG23 -26611.522965    302.410261  -2780.949111    276.638613               P   P
+PG24 -17768.064140  -7040.346507  18609.565008    423.232816               P   P
+PG25  18663.579442 -15186.798496  11186.975797     18.352897               P   P
+PG26  18064.314917  12744.706046 -15599.831473   -154.456585               P   P
+PG27  18630.855604  13554.446860  14180.249193    304.445736               P   P
+PG28 -11515.853034  23170.128456   5887.262025     66.878322               P   P
+PG29  23074.407585  -6037.125582 -11576.878765    239.124618               P   P
+PG30  15282.572246 -20817.496694   5905.913495     86.357000               P   P
+PG31  -6287.847617 -24504.695877   7920.059886    140.183846               P   P
+PG32 -15968.611963  -3805.793417  21064.464255   -327.326896               P   P
+PR01  17074.364360  -5251.998599 -18204.659224   -181.035268               P   P
+PR02  18343.573736 -17581.682320  -2298.474557   -254.113601               P   P
+PR03  -2221.861280 -23297.954539  10235.000796     59.570703               P   P
+PR04  -2916.107225  10469.417259  23079.419164 999999.999999               P   P
+PR05 -17024.960034   5156.966746  18280.153391   -169.864289               P   P
+PR06 -18548.273448  17268.740247   3054.303962    -67.090073               P   P
+PR07  -6648.934025  19559.397124 -14985.387345   -205.388989               P   P
+PR08   5695.460343   9952.050955 -22774.562979    -35.219312               P   P
+PR09  -7105.961445  11815.507666 -21504.135355    -41.339667               P   P
+PR10   2141.770127  23193.262791 -10309.991323    -88.637077               P   P
+PR11  10273.435611  22077.738167   7710.218995    -74.637586               P   P
+PR12  12213.394559   7017.393321  21188.315254   -151.483474               P   P
+PR13   6883.455839 -11559.227246  21656.386676   -319.139477               P   P
+PR15 -10922.772372 -20745.022405  -9933.565098     66.837483               P   P
+PR16 -12287.683062  -7116.432565 -21254.551056    -31.934295               P   P
+PR17   -469.867224 -11211.318248 -22913.195503   -258.169104               P   P
+PR18 -18055.942801 -11271.690188 -14122.268575    -34.967472               P   P
+PR19 -24864.876192  -5060.906958   2593.919415   -175.095643               P   P
+PR20 -17114.451601   4525.816307  18394.534771    -79.478930               P   P
+PR21    241.670283  11160.577130  22934.887998    -74.627057               P   P
+PR22  17580.341108  11293.174673  14520.191897     18.337005               P   P
+PR23  24923.455953   4760.560704  -2646.760258   -317.747370               P   P
+PR24  17616.193215  -4415.156332 -17937.853701    -47.620351               P   P
+*  2011  9 12  9  0  0.00000000
+PG01 -18504.539674  -6058.097846  18054.009616     -2.216557               P   P
+PG02  14479.831593  22583.294882   -464.994598    355.682036               P   P
+PG03 -14293.866245 -12388.238556 -19200.364379    767.211001               P   P
+PG04   3077.948131  22938.276198  12499.489252    228.937310               P   P
+PG05   7112.723644  16204.747383 -19783.653753   -217.111430               P   P
+PG06  -9376.145073 -14270.267548 -20259.844301    -72.817091               P   P
+PG07 -12022.287665   8878.663334 -21936.710680     26.374037               P   P
+PG08  -5869.635646  16760.519316 -19505.483107      9.108999               P   P
+PG09  18526.161174  10416.231709  15362.631603    105.082070               P   P
+PG10  -7532.315266  24090.273789  -7832.304744    -12.913415               P   P
+PG11 -22357.170676  -9704.802084  10597.946489   -185.193512               P   P
+PG12  17039.726684  -2127.151269  20221.332172     21.840458               P   P
+PG13 -24439.269486   4644.412723  -9563.155910    251.916383               P   P
+PG14   7547.738337 -14002.759652  21415.119504    171.801396               P   P
+PG15  24846.443784   5004.118518  -8224.507691   -106.643438               P   P
+PG16  -7577.803064 -14586.663093 -20784.380891   -197.276515               P   P
+PG17  -6835.765550  14660.689965  21166.651513    175.466132               P   P
+PG18  16791.834407 -19005.645366  -6878.694306    156.912866               P   P
+PG19 -23068.562443  -8810.014699 -10277.095376   -182.967189               P   P
+PG20 -17923.597189   4265.259878  18964.691954     52.849144               P   P
+PG21  10437.193710 -12348.255667 -20552.415043   -170.910284               P   P
+PG22   9225.342282 -24251.371171   5571.754655    144.585654               P   P
+PG23 -26761.772128     77.665276     52.504297    276.635850               P   P
+PG24 -18522.457419  -8924.605437  17021.137943    423.235681               P   P
+PG25  18125.072974 -13857.832298  13545.507778     18.354534               P   P
+PG26  16286.747150  12659.924835 -17544.892747   -154.467942               P   P
+PG27  19251.370094  14792.275058  11841.970102    304.449215               P   P
+PG28 -11952.688505  23426.924575   3047.695402     66.881084               P   P
+PG29  24250.438357  -5745.047900  -9059.188107    239.127483               P   P
+PG30  15144.763624 -19916.459556   8586.537515     86.352498               P   P
+PG31  -5627.147376 -23684.689460  10559.477813    140.188757               P   P
+PG32 -14619.270204  -5786.723119  21631.485587   -327.332933               P   P
+PR01  15442.294008  -3548.641580 -19984.741574   -181.035234               P   P
+PR02  17931.181387 -17307.237969  -5453.319443   -254.115892               P   P
+PR03  -1940.862159 -21874.630498  13035.553364     59.572964               P   P
+PR04  -5691.294709   9908.943980  22806.551871 999999.999999               P   P
+PR05 -15390.371761   3446.242827  20046.446526   -169.864424               P   P
+PR06 -18065.142795  16934.888890   6193.728732    -67.089982               P   P
+PR07  -7643.072475  20927.283691 -12450.580075   -205.388526               P   P
+PR08   3864.243453  12035.040573 -22145.134922    -35.218821               P   P
+PR09  -7867.322051   9216.492377 -22481.713944    -41.339410               P   P
+PR10   1850.092294  21764.216615 -13114.768771    -88.636343               P   P
+PR11  10694.860481  22737.638786   4597.955493    -74.637260               P   P
+PR12  13041.604606   9416.222003  19700.249387   -151.482561               P   P
+PR13   7699.878946  -8945.761665  22595.641590   -319.140903               P   P
+PR15 -11439.499536 -21671.824513  -6906.619557     66.838717               P   P
+PR16 -13125.052108  -9496.050633 -19778.696117    -31.933734               P   P
+PR17   2298.218852 -10578.888635 -23096.186960   -258.167622               P   P
+PR18 -16231.507819 -10760.488193 -16518.960807    -34.967690               P   P
+PR19 -25019.070749  -4928.129993   -622.717401   -175.096576               P   P
+PR20 -19225.664142   4175.092965  16274.399688    -79.479044               P   P
+PR21  -2535.343484  10561.873813  23071.024447    -74.628271               P   P
+PR22  15699.268225  10792.338970  16878.560318     18.338161               P   P
+PR23  25079.744373   4633.243638    565.972861   -317.750381               P   P
+PR24  19668.515373  -4098.560531 -15742.987166    -47.621604               P   P
+*  2011  9 12  9 15  0.00000000
+PG01 -19455.414341  -7787.990136  16307.087308     -2.218092               P   P
+PG02  14195.477231  22656.826876   2316.235231    355.683775               P   P
+PG03 -12171.716144 -12888.016294 -20300.541102    767.215503               P   P
+PG04   1978.823851  21737.048783  14674.538841    228.947439               P   P
+PG05   5996.526468  18095.583693 -18459.533193   -217.116239               P   P
+PG06  -7005.989682 -14590.701193 -20950.545270    -72.808803               P   P
+PG07 -13367.341360   6761.919508 -21933.864636     26.375674               P   P
+PG08  -7030.162826  14750.345850 -20754.505352      9.109101               P   P
+PG09  19349.114244  11930.286096  13165.865638    105.084219               P   P
+PG10  -8144.437821  24583.077478  -5112.713038    -12.914541               P   P
+PG11 -22927.103855 -10748.467182   8210.643851   -185.196582               P   P
+PG12  15988.511705     -4.655746  21184.471078     21.842607               P   P
+PG13 -25351.378619   4457.607013  -6864.313378    251.914746               P   P
+PG14   9905.845176 -13911.546011  20472.570280    171.803033               P   P
+PG15  23781.948065   5326.985948 -10757.568142   -106.642006               P   P
+PG16  -6362.289609 -16564.261900 -19654.383725   -197.278459               P   P
+PG17  -9183.163557  14615.659303  20264.017100    175.464700               P   P
+PG18  16632.593418 -17968.588377  -9476.749381    156.914503               P   P
+PG19 -21763.355577  -8959.112853 -12682.999388   -182.970872               P   P
+PG20 -17092.636437   2146.147110  20056.346002     52.849553               P   P
+PG21  11831.752621 -10291.994626 -20972.042083   -170.912535               P   P
+PG22   9748.561363 -24498.400613   2828.885672    144.585245               P   P
+PG23 -26605.931422   -148.426220   2885.076091    276.633087               P   P
+PG24 -19275.823219 -10596.670190  15144.089317    423.238546               P   P
+PG25  17542.651174 -12275.315025  15670.226582     18.356172               P   P
+PG26  14309.582168  12670.573357 -19205.068127   -154.479299               P   P
+PG27  19785.304034  15775.502277   9309.954361    304.452694               P   P
+PG28 -12216.341164  23422.983572    155.227174     66.883847               P   P
+PG29  25145.244145  -5514.301568  -6384.817237    239.130348               P   P
+PG30  14945.033215 -18731.559578  11117.545654     86.347996               P   P
+PG31  -4771.962078 -22656.937337  13016.674996    140.193668               P   P
+PG32 -13352.941359  -7866.815716  21833.819505   -327.338970               P   P
+PR01  13817.712090  -1577.469255 -21376.495880   -181.035200               P   P
+PR02  17305.029807 -16702.441329  -8502.255546   -254.118183               P   P
+PR03  -1425.271588 -20173.800497  15583.771388     59.575224               P   P
+PR04  -8439.983750   9561.494820  22090.843448 999999.999999               P   P
+PR05 -13765.042942   1469.062982  21423.350969   -169.864560               P   P
+PR06 -17374.774098  16267.982195   9213.058035    -67.089891               P   P
+PR07  -8355.291719  22090.982133  -9674.317590   -205.388062               P   P
+PR08   2251.114068  14161.898030 -21085.168222    -35.218330               P   P
+PR09  -8853.320626   6593.418515 -23024.299428    -41.339154               P   P
+PR10   1324.177179  20057.695217 -15663.881744    -88.635608               P   P
+PR11  11016.161634  23006.131668   1396.745153    -74.636935               P   P
+PR12  13968.322904  11555.477939  17826.199307   -151.481648               P   P
+PR13   8743.851479  -6318.790261  23095.298086   -319.142330               P   P
+PR15 -11877.641251 -22205.179077  -3744.749452     66.839951               P   P
+PR16 -14061.149323 -11616.559314 -17921.314377    -31.933173               P   P
+PR17   5101.087635 -10152.396248 -22830.626910   -258.166140               P   P
+PR18 -14101.513396 -10346.905572 -18595.867865    -34.967908               P   P
+PR19 -24772.217144  -4726.775766  -3827.256126   -175.097510               P   P
+PR20 -21079.864221   4021.980844  13839.061866    -79.479158               P   P
+PR21  -5339.023880  10169.828247  22758.711425    -74.629485               P   P
+PR22  13519.278657  10393.575771  18906.952580     18.339317               P   P
+PR23  24835.230684   4441.556154   3767.712004   -317.753392               P   P
+PR24  21452.761541  -3972.187444 -13242.914744    -47.622857               P   P
+*  2011  9 12  9 30  0.00000000
+PG01 -20367.241966  -9294.678943  14279.325668     -2.219626               P   P
+PG02  13729.471854  22498.629889   5058.818442    355.685515               P   P
+PG03  -9975.237509 -13514.538605 -21066.339208    767.220005               P   P
+PG04    686.336114  20400.838824  16589.539370    228.957569               P   P
+PG05   5044.587843  19887.570526 -16816.899414   -217.121048               P   P
+PG06  -4594.346977 -15034.366469 -21277.246734    -72.800515               P   P
+PG07 -14811.592295   4741.094504 -21553.660403     26.377311               P   P
+PG08  -8364.105687  12709.216098 -21640.508032      9.109203               P   P
+PG09  20092.386276  13180.305013  10734.881600    105.086367               P   P
+PG10  -8600.628094  24820.332253  -2303.511939    -12.915666               P   P
+PG11 -23327.162238 -11590.670651   5682.932531   -185.199651               P   P
+PG12  15017.762711   2250.805927  21782.298533     21.844756               P   P
+PG13 -25961.305381   4313.886216  -4048.390880    251.913109               P   P
+PG14  12141.591908 -13945.125968  19181.701442    171.804670               P   P
+PG15  22461.894271   5738.516564 -13107.130492   -106.640573               P   P
+PG16  -5319.005101 -18473.566145 -18183.088367   -197.280403               P   P
+PG17 -11411.342756  14684.095017  19015.006720    175.463267               P   P
+PG18  16402.183629 -16662.703977 -11905.945956    156.916140               P   P
+PG19 -20208.617112  -9183.345467 -14874.863991   -182.974556               P   P
+PG20 -16323.992216   -106.349786  20798.130477     52.849962               P   P
+PG21  13331.617450  -8285.216102 -21015.195192   -170.914786               P   P
+PG22  10129.483165 -24486.063369     37.112319    144.584835               P   P
+PG23 -26148.592668   -412.958648   5669.102858    276.630325               P   P
+PG24 -19990.015365 -12038.259870  13010.635979    423.241411               P   P
+PG25  16956.039107 -10456.610089  17524.437028     18.357809               P   P
+PG26  12170.963366  12800.588849 -20553.905532   -154.490657               P   P
+PG27  20191.010736  16504.941245   6624.802326    304.456173               P   P
+PG28 -12337.766123  23134.937534  -2739.900970     66.886610               P   P
+PG29  25741.685625  -5309.854234  -3600.084776    239.133213               P   P
+PG30  14721.683093 -17271.401349  13454.053710     86.343494               P   P
+PG31  -3709.022619 -21462.396759  15249.921771    140.198579               P   P
+PG32 -12196.902181 -10007.692539  21669.413731   -327.345007               P   P
+PR01  12258.131283    626.886415 -22352.825831   -181.035166               P   P
+PR02  16518.988197 -15751.842803 -11386.044617   -254.120475               P   P
+PR03   -650.170939 -18253.317850  17830.121711     59.577484               P   P
+PR04 -11092.717406   9424.253058  20946.125336 999999.999999               P   P
+PR05 -12206.330454   -739.636018  22384.134337   -169.864696               P   P
+PR06 -16532.215083  15254.420994  12053.716956    -67.089799               P   P
+PR07  -8805.175613  22997.140609  -6710.444367   -205.387599               P   P
+PR08    882.186548  16269.995782 -19615.283750    -35.217838               P   P
+PR09 -10047.683833   4014.195283 -23121.103321    -41.338897               P   P
+PR10    539.431568  18132.384350 -17907.878075    -88.634874               P   P
+PR11  11181.921285  22896.035973  -1831.481687    -74.636609               P   P
+PR12  14942.149142  13392.588229  15602.515667   -151.480735               P   P
+PR13   9996.762373  -3746.845171  23145.537194   -319.143756               P   P
+PR15 -12179.146177 -22351.021469   -509.711546     66.841184               P   P
+PR16 -15045.249165 -13436.567475 -15718.370091    -31.932612               P   P
+PR17   7868.740473  -9938.133190 -22121.365055   -258.164658               P   P
+PR18 -11713.507013 -10074.042065 -20312.467782    -34.968126               P   P
+PR19 -24122.747081  -4512.720994  -6957.440655   -175.098443               P   P
+PR20 -22625.495857   4031.639715  11135.761421    -79.479272               P   P
+PR21  -8099.305564   9989.115858  22003.645628    -74.630700               P   P
+PR22  11090.151340  10139.214667  20566.110415     18.340473               P   P
+PR23  24188.743385   4241.149711   6896.261472   -317.756403               P   P
+PR24  22919.240621  -3999.417819 -10486.022786    -47.624110               P   P
+*  2011  9 12  9 45  0.00000000
+PG01 -21198.127372 -10566.555470  12005.650898     -2.221161               P   P
+PG02  13058.975905  22136.102753   7717.000030    355.687254               P   P
+PG03  -7747.669258 -14266.903131 -21484.847271    767.224507               P   P
+PG04   -797.039413  18972.967525  18210.646320    228.967698               P   P
+PG05   4253.237688  21535.810110 -14883.843911   -217.125857               P   P
+PG06  -2188.547907 -15597.219697 -21233.459661    -72.792227               P   P
+PG07 -16321.820815   2853.317658 -20803.353163     26.378948               P   P
+PG08  -9855.292663  10686.804485 -22149.654333      9.109306               P   P
+PG09  20713.073936  14164.006799   8113.976584    105.088516               P   P
+PG10  -8929.475657  24778.889657    546.178404    -12.916792               P   P
+PG11 -23528.516713 -12245.753684   3058.475214   -185.202721               P   P
+PG12  14155.173110   4597.652738  22005.030768     21.846905               P   P
+PG13 -26257.484344   4174.496980  -1163.321331    251.911472               P   P
+PG14  14210.988476 -14083.607882  17563.807215    171.806307               P   P
+PG15  20916.205453   6264.994201 -15232.928226   -106.639141               P   P
+PG16  -4449.249620 -20266.199959 -16395.386962   -197.282347               P   P
+PG17 -13477.665449  14846.018450  17440.160684    175.461835               P   P
+PG18  16137.835526 -15098.191483 -14122.605882    156.917777               P   P
+PG19 -18435.079025  -9510.417960 -16815.297005   -182.978239               P   P
+PG20 -15642.741601  -2452.742534  21177.132765     52.850372               P   P
+PG21  14908.328065  -6368.056917 -20682.956379   -170.917037               P   P
+PG22  10398.009091 -24196.845236  -2755.287287    144.584426               P   P
+PG23 -25402.733716   -751.387136   8357.707043    276.627562               P   P
+PG24 -20625.450412 -13239.139482  10657.170809    423.244276               P   P
+PG25  16402.216739  -8427.202106  19076.123982     18.359446               P   P
+PG26   9913.348386  13066.986711 -21569.754240   -154.502014               P   P
+PG27  20428.691808  16989.475771   3830.016837    304.459651               P   P
+PG28 -12352.331604  22547.653669  -5586.748857     66.889372               P   P
+PG29  26031.292686  -5094.651455   -753.164708    239.136077               P   P
+PG30  14511.720589 -15553.454459  15554.301735     86.338992               P   P
+PG31  -2433.240877 -20145.266017  17221.582368    140.203491               P   P
+PG32 -11171.520322 -12167.272453  21142.220290   -327.351043               P   P
+PR01  10814.832566   3019.098506 -22894.703929   -181.035131               P   P
+PR02  15630.559170 -14452.557235 -14048.639726   -254.122766               P   P
+PR03    397.436902 -16176.872593  19730.836529     59.579745               P   P
+PR04 -13582.641363   9482.259013  19394.560741 999999.999999               P   P
+PR05 -10765.287664  -3134.287919  22910.145386   -169.864832               P   P
+PR06 -15595.765104  13893.294297  14660.570162    -67.089708               P   P
+PR07  -9022.812870  23599.554514  -3616.437492   -205.387136               P   P
+PR08   -228.516080  18294.358977 -17764.074207    -35.217347               P   P
+PR09 -11422.258697   1543.210642 -22769.927684    -41.338641               P   P
+PR10   -516.731824  16052.703037 -19803.342389    -88.634140               P   P
+PR11  11141.566342  22432.809142  -5024.286904    -74.636283               P   P
+PR12  15906.150580  14896.701124  13072.548159   -151.479822               P   P
+PR13  11428.080921  -1294.417486  22745.294450   -319.145182               P   P
+PR15 -12289.733494 -22128.637048   2735.286025     66.842418               P   P
+PR16 -16021.195747 -14926.210422 -13212.417119    -31.932051               P   P
+PR17  10531.624071  -9930.011728 -20981.887743   -258.163176               P   P
+PR18  -9124.072762  -9976.030445 -21635.134918    -34.968344               P   P
+PR19 -23082.510700  -4341.359633  -9952.469698   -175.099377               P   P
+PR20 -23820.794902   4160.635337   8216.887591    -79.479386               P   P
+PR21 -10746.890943  10012.058569  20820.163292    -74.631914               P   P
+PR22   8470.342210  10062.275399  21824.104144     18.341628               P   P
+PR23  23152.484331   4087.084865   9890.830637   -317.759415               P   P
+PR24  24028.384306  -4135.442671  -7525.705496    -47.625363               P   P
+*  2011  9 12 10  0  0.00000000
+PG01 -21906.263928 -11600.553973   9525.225761     -2.222696               P   P
+PG02  12167.496038  21601.571861  10246.381247    355.688994               P   P
+PG03  -5531.995443 -15136.815786 -21548.608493    767.229009               P   P
+PG04  -2460.556213  17497.275060  19509.404152    228.977828               P   P
+PG05   3611.034906  22998.235718 -12693.542612   -217.130666               P   P
+PG06    165.000248 -16267.504690 -20819.205500    -72.783940               P   P
+PG07 -17859.590976   1129.161802 -19696.497616     26.380585               P   P
+PG08 -11479.412799   8729.598097 -22274.841705      9.109408               P   P
+PG09  21170.527489  14888.500359   5350.369225    105.090665               P   P
+PG10  -9163.803219  24443.497082   3386.214275    -12.917917               P   P
+PG11 -23507.103790 -12733.989148    382.165395   -185.205790               P   P
+PG12  13421.248623   6990.064635  21849.363728     21.849053               P   P
+PG13 -26237.448055   3999.706834   1741.639683    251.909835               P   P
+PG14  16075.041508 -14300.260030  15645.808392    171.807944               P   P
+PG15  19180.755537   6926.879906 -17098.415099   -106.637709               P   P
+PG16  -3745.892650 -21895.634006 -14321.848852   -197.284292               P   P
+PG17 -15344.425277  15074.936201  15565.696755    175.460402               P   P
+PG18  15875.537485 -13293.842934 -16086.849633    156.919414               P   P
+PG19 -16479.489526  -9962.238229 -18470.957346   -182.981923               P   P
+PG20 -15067.412406  -4849.456724  21186.853273     52.850781               P   P
+PG21  16527.907020  -4575.055591 -19983.311426   -170.919288               P   P
+PG22  10587.292950 -23621.052402  -5499.817389    144.584017               P   P
+PG23 -24389.255235  -1196.004711  10905.535735    276.624800               P   P
+PG24 -21142.657302 -14197.297002   8123.659474    423.247141               P   P
+PG25  15913.921701  -6219.902075  20298.509904     18.361083               P   P
+PG26   7582.143521  13479.176015 -22236.038438   -154.513371               P   P
+PG27  20461.977449  17245.676778    971.435867    304.463130               P   P
+PG28 -12298.282402  21655.055396  -8334.624396     66.892135               P   P
+PG29  26014.519385  -4831.252960   2106.760834    239.138942               P   P
+PG30  14349.248785 -13603.595948  17380.484169     86.334490               P   P
+PG31   -948.054902 -18751.276165  18898.706361    140.208402               P   P
+PG32 -10289.643143 -14301.195869  20262.055909   -327.357080               P   P
+PR01   9530.789189   5544.786756 -22991.544957   -181.035097               P   P
+PR02  14698.333757 -12814.620837 -16438.277078   -254.125057               P   P
+PR03   1717.818845 -14011.427025  21248.772877     59.582005               P   P
+PR04 -15848.064802   9709.146097  17466.220956 999999.999999               P   P
+PR05  -9484.602926  -5660.350562  22991.174437   -169.864968               P   P
+PR06 -14624.410712  12196.657817  16982.990153    -67.089617               P   P
+PR07  -9047.272405  23861.145093   -452.296455   -205.386673               P   P
+PR08  -1079.412740  20170.264819 -15567.546749    -35.216856               P   P
+PR09 -12938.051654   -761.125663 -21977.232072    -41.338384               P   P
+PR10  -1844.137747  13886.175346 -21313.724933    -88.633406               P   P
+PR11  10851.712574  21653.370891  -8119.918838    -74.635958               P   P
+PR12  16800.363301  16049.764623  10285.792513   -151.478909               P   P
+PR13  12996.514692    980.517419  21902.287422   -319.146609               P   P
+PR15 -12161.416252 -21569.707875   5926.842513     66.843652               P   P
+PR16 -16929.816806 -16068.133126 -10451.791330    -31.931490               P   P
+PR17  13023.297411 -10109.884794 -19434.079344   -258.161694               P   P
+PR18  -6396.716928 -10076.467216 -22537.813408    -34.968562               P   P
+PR19 -21676.360568  -4265.026889 -12754.179512   -175.100310               P   P
+PR20 -24635.403971   4358.989495   5138.970266    -79.479500               P   P
+PR21 -13215.911572  10219.010416  19230.988264    -74.633128               P   P
+PR22   5724.737779  10184.976252  22656.927986     18.342784               P   P
+PR23  21751.601069   4031.267210  12693.218060   -317.762426               P   P
+PR24  24752.292183  -4329.370976  -4419.339593    -47.626617               P   P
+*  2011  9 12 10 15  0.00000000
+PG01 -22451.593075 -12402.071502   6880.773354     -2.224231               P   P
+PG02  11045.675838  20931.017887  12604.595051    355.690733               P   P
+PG03  -3369.542737 -16108.786573 -21255.763291    767.233511               P   P
+PG04  -4285.432427  16016.413365  20463.274184    228.987957               P   P
+PG05   3099.381850  24237.157757 -10283.691652   -217.135475               P   P
+PG06   2422.439374 -17026.139768 -20041.067542    -72.775652               P   P
+PG07 -19382.661982   -408.324516 -18252.671903     26.382222               P   P
+PG08 -13204.891942   6879.255469 -22015.706551      9.109510               P   P
+PG09  21428.013368  15369.692456   2493.243489    105.092813               P   P
+PG10  -9339.175313  23807.524592   6166.367928    -12.919043               P   P
+PG11 -23244.567526 -13080.573719  -2300.623068   -185.208860               P   P
+PG12  12828.592146   9379.568926  21318.493534     21.851202               P   P
+PG13 -25907.910779   3750.518861   4616.735499    251.908198               P   P
+PG14  17701.094422 -14562.595036  13459.852408    171.809581               P   P
+PG15  17296.106954   7737.842519 -18671.391015   -106.636276               P   P
+PG16  -3193.800639 -23318.922051 -11998.209450   -197.286236               P   P
+PG17 -16980.144859  15338.915098  13423.120824    175.458970               P   P
+PG18  15648.453301 -11276.489432 -17763.407188    156.921051               P   P
+PG19 -14383.375635 -10553.918768 -19813.123639   -182.985606               P   P
+PG20 -14609.293283  -7250.339806  20827.315300     52.851190               P   P
+PG21  18152.165639  -2934.005939 -18930.845673   -170.921539               P   P
+PG22  10732.265736 -22757.312591  -8148.629631    144.583608               P   P
+PG23 -23136.237469  -1774.534808  13269.480607    276.622037               P   P
+PG24 -21503.829468 -14918.819132   5452.989504    423.250006               P   P
+PG25  15518.330094  -3873.771350  21170.519994     18.362720               P   P
+PG26   5224.244986  14038.540926 -22541.483664   -154.524728               P   P
+PG27  20259.430377  17297.139893  -1903.399769    304.466609               P   P
+PG28 -12215.060026  20460.600454 -10934.069479     66.894897               P   P
+PG29  25700.663462  -4483.483503   4930.361965    239.141807               P   P
+PG30  14263.967110 -11455.312192  18899.520633     86.329988               P   P
+PG31    734.556413 -17325.954633  20253.527371    140.213313               P   P
+PG32  -9556.274367 -16364.324076  19044.387045   -327.363117               P   P
+PR01   8438.957410   8142.545977 -22641.415588   -181.035063               P   P
+PR02  13779.417070 -10860.815339 -18508.485041   -254.127348               P   P
+PR03   3298.239661 -11824.526243  22354.149926     59.584265               P   P
+PR04 -17834.815861  10068.372981  15198.507818 999999.999999               P   P
+PR05  -8396.907590  -8256.341581  22625.650507   -169.865104               P   P
+PR06 -13675.248499  10189.279217  18975.839906    -67.089526               P   P
+PR07  -8924.707244  23755.576187   2720.616085   -205.386210               P   P
+PR08  -1681.183807  21835.849138 -13068.420901    -35.216364               P   P
+PR09 -14546.740322  -2848.588130 -20758.036357    -41.338127               P   P
+PR10  -3429.638041  11700.698164 -22410.029333    -88.632672               P   P
+PR11  10278.217528  20604.468877 -11058.493136    -74.635632               P   P
+PR12  17564.449568  16847.064239   7296.901974   -151.477996               P   P
+PR13  14651.639233   3028.693566  20632.870759   -319.148035               P   P
+PR15 -11754.766089 -20716.848708   9002.627008     66.844886               P   P
+PR16 -17711.478808 -16857.964878  -7489.698041    -31.930929               P   P
+PR17  15282.981284 -10448.393247 -17507.817707   -258.160212               P   P
+PR18  -3599.466126 -10387.296588 -23002.549946    -34.968780               P   P
+PR19 -19941.208455  -4330.559276 -15308.173912   -175.101243               P   P
+PR20 -25051.529587   4572.509505   1961.593998    -79.479614               P   P
+PR21 -15446.459611  10579.267898  17266.812461    -74.634342               P   P
+PR22   2922.155514  10517.723167  23048.931363     18.343940               P   P
+PR23  20023.233837   4120.021302  15248.945817   -317.765437               P   P
+PR24  25075.808418  -4526.602821  -1227.178576    -47.627870               P   P
+*  2011  9 12 10 30  0.00000000
+PG01 -22797.408966 -12984.563246   4117.839111     -2.225765               P   P
+PG02   9691.835333  20162.679403  14751.958135    355.692472               P   P
+PG03  -1298.632959 -17160.591351 -20610.128212    767.238013               P   P
+PG04  -6245.419506  14570.207595  21056.033852    228.998087               P   P
+PG05   2693.425986  25220.655096  -7695.858661   -217.140284               P   P
+PG06   4543.991927 -17847.413802 -18912.116842    -72.767364               P   P
+PG07 -20846.548382  -1744.286956 -16497.105925     26.383859               P   P
+PG08 -14994.048285   5171.188266 -21378.506186      9.109613               P   P
+PG09  21454.197214  15631.360004   -407.203829    105.094962               P   P
+PG10  -9492.286178  22873.357348   8837.287297    -12.920168               P   P
+PG11 -22728.988359 -13314.457880  -4944.767875   -185.211929               P   P
+PG12  12381.508547  11716.725519  20422.026344     21.853351               P   P
+PG13 -25284.513747   3390.370220   7412.549307    251.906560               P   P
+PG14  19063.942308 -14833.694083  11042.819670    171.811219               P   P
+PG15  15306.076661   8704.051453 -19924.561917   -106.634844               P   P
+PG16  -2770.593185 -24498.317113  -9464.752649   -197.288180               P   P
+PG17 -18360.650092  15601.889132  11048.738054    175.457537               P   P
+PG18  15485.466217  -9080.114223 -19122.330206    156.922688               P   P
+PG19 -12191.628344 -11293.034671 -20818.201858   -182.989290               P   P
+PG20 -14272.046230  -9608.272222  20105.051184     52.851599               P   P
+PG21  19740.169798  -1465.117896 -17546.310134   -170.923790               P   P
+PG22  10868.085984 -21612.762312 -10655.389404    144.583198               P   P
+PG23 -21677.942368  -2508.890467  15409.370512    276.619274               P   P
+PG24 -21674.323199 -15417.472432   2690.280384    423.252870               P   P
+PG25  15235.967043  -1432.805650  21677.146772     18.364357               P   P
+PG26   2886.530904  14738.301434 -22480.295811   -154.536086               P   P
+PG27  19795.917925  17173.557275  -4745.943647    304.470088               P   P
+PG28 -12141.548376  18977.382933 -13337.861073     66.897660               P   P
+PG29  25107.455144  -4018.032821   7669.018768    239.144672               P   P
+PG30  14279.848506  -9148.586908  20083.745474     86.325486               P   P
+PG31   2594.385060 -15912.926595  21263.865347    140.218225               P   P
+PG32  -8968.544645 -18312.261851  17510.045690   -327.369154               P   P
+PR01   7561.005382  10746.277848 -21851.075873   -181.035029               P   P
+PR02  12926.933450  -8625.965252 -20218.990565   -254.129639               P   P
+PR03   5113.241774  -9681.594765  23025.148857     59.586526               P   P
+PR04 -19498.294045  10514.900115  12635.432781 999999.999999               P   P
+PR05  -7523.523639 -10856.172465  21820.671510   -169.865239               P   P
+PR06 -12801.003461   7907.858918  20600.350986    -67.089434               P   P
+PR07  -8706.167398  23268.441111   5840.760349   -205.385746               P   P
+PR08  -2056.068477  23234.611178 -10315.295414    -35.215873               P   P
+PR09 -16192.597941  -4678.999159 -19135.659067    -41.337871               P   P
+PR10  -5247.454637   9561.819898 -23071.347905    -88.631938               P   P
+PR11   9397.856140  19340.654112 -13783.138473    -74.635307               P   P
+PR12  18140.394628  17297.195320   4164.584479   -151.477083               P   P
+PR13  16335.931880   4811.375640  18961.721103   -319.149462               P   P
+PR15 -11040.820804 -19621.696208  11902.617314     66.846119               P   P
+PR16 -18308.678591 -17304.267484  -4383.210126    -31.930368               P   P
+PR17  17257.883755 -10906.305738 -15240.409731   -258.158731               P   P
+PR18   -802.275469 -10908.197442 -23019.873779    -34.968999               P   P
+PR19 -17924.594490  -4577.094435 -17564.879491   -175.102177               P   P
+PR20 -25064.594377   4745.299257  -1253.745251    -79.479728               P   P
+PR21 -17386.882758  11052.468403  14965.714912    -74.635557               P   P
+PR22    132.697295  11058.619304  22993.080870     18.345096               P   P
+PR23  18015.076600   4391.906004  17508.321602   -317.768448               P   P
+PR24  24997.084281  -4671.367922   1988.812511    -47.629123               P   P
+*  2011  9 12 10 45  0.00000000
+PG01 -22911.845673 -13368.829996   1284.003891     -2.227300               P   P
+PG02   8112.238819  19335.581320  16652.093214    355.694212               P   P
+PG03    646.664523 -18263.988004 -19621.207356    767.242515               P   P
+PG04  -8307.678274  13194.155205  21278.039986    229.008216               P   P
+PG05   2363.213621  25923.756414  -4974.760641   -217.145092               P   P
+PG06   6495.335596 -18699.966013 -17451.711014    -72.759076               P   P
+PG07 -22206.168997  -2872.416036 -14460.222592     26.385496               P   P
+PG08 -16804.475757   3633.414417 -20375.888806      9.109715               P   P
+PG09  21224.392731  15703.938025  -3300.689197    105.097111               P   P
+PG10  -9659.295137  21652.431924  11351.452454    -12.921294               P   P
+PG11 -21955.377066 -13467.060167  -7506.102779   -185.214999               P   P
+PG12  12075.941706  13952.846683  19175.781524     21.855499               P   P
+PG13 -24391.238546   2886.748613  10080.851002    251.904923               P   P
+PG14  20146.676843 -15073.723276   8435.740383    171.812856               P   P
+PG15  13256.183328   9823.760746 -20836.023805   -106.633411               P   P
+PG16  -2447.699200 -25402.700257  -6765.597314   -197.290124               P   P
+PG17 -19469.876760  15825.150561   8483.068958    175.456105               P   P
+PG18  15409.914973  -6744.670054 -20139.585324    156.924325               P   P
+PG19  -9950.959649 -12179.168497 -21468.162721   -182.992973               P   P
+PG20 -14051.636031 -11876.817269  19032.965936     52.852009               P   P
+PG21  21249.798724   -180.509774 -15856.079153   -170.926041               P   P
+PG22  11028.578356 -20202.908817 -12976.125618    144.582789               P   P
+PG23 -20053.595275  -3414.146411  17288.628049    276.616512               P   P
+PG24 -21624.048231 -15714.006517   -117.836613    423.255735               P   P
+PG25  15079.889539   1055.570303  21809.707797     18.365994               P   P
+PG26    614.349435  15563.660011 -22052.290870   -154.547443               P   P
+PG27  19053.797116  16909.546335  -7507.403205    304.473567               P   P
+PG28 -12114.320903  17227.842332 -15501.999940     66.900423               P   P
+PG29  24260.332960  -3405.941668  10275.660878    239.147537               P   P
+PG30  14414.053374  -6728.516951  20911.495294     86.320984               P   P
+PG31   4603.616012 -14552.316597  21913.430774    140.223136               P   P
+PG32  -8515.972766 -20102.851860  15684.881509   -327.375190               P   P
+PR01   6906.533145  13287.729851 -20635.851519   -181.034995               P   P
+PR02  12187.716523  -6155.736173 -21536.505238   -254.131930               P   P
+PR03   7125.468868  -7643.331530  23248.362300     59.588786               P   P
+PR04 -20805.134239  10997.240034   9826.765870 999999.999999               P   P
+PR05  -6873.702649 -13391.684802  20591.866984   -169.865375               P   P
+PR06 -12047.747220   5399.757126  21824.880116    -67.089343               P   P
+PR07  -8445.214338  22397.969459   8847.609498   -205.385283               P   P
+PR08  -2236.670975  24317.711725  -7361.700263    -35.215382               P   P
+PR09 -17814.752753  -6223.672336 -17141.293821    -41.337614               P   P
+PR10  -7260.059852   7530.143269 -23285.236624    -88.631204               P   P
+PR11   8199.548404  17921.950152 -16241.086060    -74.634981               P   P
+PR12  18475.123713  17421.470759    950.410148   -151.476170               P   P
+PR13  17987.124652   6301.732067  16921.357555   -319.150888               P   P
+PR15 -10002.552042 -18342.634701  14570.288803     66.847353               P   P
+PR16 -18668.565350 -17427.959979  -1192.193834    -31.929807               P   P
+PR17  18905.203542 -11436.295786 -12675.876462   -258.157249               P   P
+PR18   1925.647101 -11626.502326 -22589.014363    -34.969217               P   P
+PR19 -15682.828620  -5034.204122 -19480.505631   -175.103110               P   P
+PR20 -24683.357883   4822.346394  -4444.819383    -79.479843               P   P
+PR21 -18995.745199  11590.418680  12372.429155    -74.636771               P   P
+PR22  -2574.933032  11793.512173  22491.051310     18.346251               P   P
+PR23  15783.511929   4875.864510  19427.407657   -317.771460               P   P
+PR24  24527.602020  -4709.322044   5166.159443    -47.630376               P   P
+*  2011  9 12 11  0  0.00000000
+PG01 -22769.189001 -13582.026166  -1571.937970     -2.228835               P   P
+PG02   6321.079088  18488.038939  18272.514814    355.695951               P   P
+PG03   2437.637399 -19385.667479 -18304.131813    767.247017               P   P
+PG04 -10433.923211  11918.124403  21126.353095    229.018346               P   P
+PG05   2075.050184  26329.364286  -2167.481331   -217.149901               P   P
+PG06   8248.764217 -19548.011697 -15685.167450    -72.750789               P   P
+PG07 -23417.522169  -3794.969084 -12177.101339     26.387133               P   P
+PG08 -18590.596969   2285.718674 -19026.563631      9.109817               P   P
+PG09  20721.534621  15623.082910  -6137.723120    105.099259               P   P
+PG10  -9874.181437  20164.910780  13664.104353    -12.922419               P   P
+PG11 -20925.920924 -13570.914186  -9942.087467   -185.218068               P   P
+PG12  11899.743351  16041.686404  17601.493550     21.857648               P   P
+PG13 -23259.508029   2212.662868  12575.435540    251.903286               P   P
+PG14  20941.225642 -15241.586060   5683.128271    171.814493               P   P
+PG15  11192.033451  11087.202796 -21389.661733   -106.631979               P   P
+PG16  -2191.671217 -26008.761972  -3947.901458   -197.292068               P   P
+PG17 -20300.374453  15968.968838   5770.177394    175.454672               P   P
+PG18  15438.578233  -4314.652728 -20797.512537    156.925962               P   P
+PG19  -7708.286401 -13203.763365 -21750.899539   -182.996657               P   P
+PG20 -13936.577928 -14011.843908  17630.082406     52.852418               P   P
+PG21  22639.329620    915.959839 -13891.522184   -170.928292               P   P
+PG22  11244.724597 -18551.168827 -15070.045508    144.582380               P   P
+PG23 -18305.988255  -4497.763376  18874.881156    276.613749               P   P
+PG24 -21328.700441 -15835.205394  -2923.960041    423.258600               P   P
+PG25  15055.173362   3542.139514  21565.992209     18.367631               P   P
+PG26  -1549.950612  16492.233587 -21262.972057   -154.558800               P   P
+PG27  18023.859912  16543.268389 -10139.555301    304.477045               P   P
+PG28 -12165.968564  15243.081159 -17386.657048     66.903185               P   P
+PG29  23191.436352  -2623.915916  12705.574162    239.150402               P   P
+PG30  14676.130975  -4243.711304  21367.575998     86.316482               P   P
+PG31   6727.732813 -13279.307658  22192.030844    140.228047               P   P
+PG32  -8181.005417 -21697.591037  13599.355293   -327.381227               P   P
+PR01   6472.816098  15699.136153 -19019.339087   -181.034960               P   P
+PR02  11600.281756  -3504.983117 -22435.375601   -254.134222               P   P
+PR03   9287.002522  -5763.312210  23019.082850     59.591047               P   P
+PR04 -21734.412927  11459.794887   6827.070608 999999.999999               P   P
+PR05  -6444.387176 -15795.283931  18963.095879   -169.865511               P   P
+PR06 -11452.912154   2721.278346  22625.529439    -67.089252               P   P
+PR07  -8195.437941  21155.223641  11682.820696   -205.384820               P   P
+PR08  -2264.327232  25045.968226  -4265.052481    -35.214890               P   P
+PR09 -19349.689719  -7466.374116 -14813.429578    -41.337357               P   P
+PR10  -9419.555536   5658.959055 -23047.925047    -88.630469               P   P
+PR11   6685.086818  16411.312563 -18384.682829    -74.634655               P   P
+PR12  18522.923098  17252.790476  -2282.443381   -151.475257               P   P
+PR13  19540.777362   7485.702905  14551.506804   -319.152314               P   P
+PR15  -8635.829871 -16942.257376  16953.728113     66.848587               P   P
+PR16 -18745.289224 -17261.243763   2021.819270    -31.929246               P   P
+PR17  20193.726143 -11985.081473  -9864.100612   -258.155767               P   P
+PR18   4518.489572 -12517.655304 -21717.949937    -34.969435               P   P
+PR19 -13278.782096  -5720.439516 -21017.890951   -175.104044               P   P
+PR20 -23929.501314   4752.077136  -7549.861419    -79.479957               P   P
+PR21 -20243.370615  12139.276318   9537.472418    -74.637985               P   P
+PR22  -5136.036939  12696.572524  21553.147663     18.347407               P   P
+PR23  13391.397452   5589.788161  20968.877465   -317.774471               P   P
+PR24  23691.658131  -4590.091002   8243.094748    -47.631629               P   P
+*  2011  9 12 11 15  0.00000000
+PG01 -22350.961713 -13656.427725  -4400.821218     -2.230370               P   P
+PG02   4340.175013  17656.189967  19585.171339    355.697691               P   P
+PG03   4051.852127 -20488.412294 -16679.522139    767.251519               P   P
+PG04 -12581.784612  10765.303637  20604.723957    229.028475               P   P
+PG05   1793.012978  26428.884762    677.357547   -217.154710               P   P
+PG06   9784.086420 -20352.764885 -13643.315889    -72.742501               P   P
+PG07 -24439.324773  -4522.466335  -9686.873768     26.388771               P   P
+PG08 -20305.323531   1139.143329 -17354.884028      9.109920               P   P
+PG09  19936.847508  15428.076170  -8870.430990    105.101408               P   P
+PG10 -10167.190658  18439.005765  15734.121628    -12.923545               P   P
+PG11 -19649.977757 -13658.297504 -12212.437318   -185.221138               P   P
+PG12  11833.260760  17941.036348  15726.419394     21.859797               P   P
+PG13 -21927.006539   1347.908403  14852.937846    251.901649               P   P
+PG14  21448.561424 -15296.648896   2832.239671    171.816130               P   P
+PG15   9157.706990  12476.798731 -21575.455593   -106.630546               P   P
+PG16  -1965.704361 -26301.885996  -1061.000322   -197.294012               P   P
+PG17 -20853.484073  15994.274422   2956.919981    175.453240               P   P
+PG18  15580.951539  -1837.494096 -21085.137713    156.927600               P   P
+PG19  -5509.099732 -14350.294902 -21660.497556   -183.000340               P   P
+PG20 -13908.491589 -15973.058409  15921.174626     52.852827               P   P
+PG21  23868.983642   1828.527560 -11688.312274   -170.930543               P   P
+PG22  11543.269713 -16688.099677 -16900.296365    144.581971               P   P
+PG23 -16479.953851  -5759.095965  20140.520588    276.610987               P   P
+PG24 -20770.791897 -15812.721588  -5680.672447    423.261465               P   P
+PG25  15158.723799   5977.597864  20950.293846     18.369268               P   P
+PG26  -3568.400204  17494.762901 -20123.549423   -154.570158               P   P
+PG27  16705.990506  16114.880880 -12595.607790    304.480524               P   P
+PG28 -12323.587069  13061.812070 -18957.047105     66.905948               P   P
+PG29  21938.355615  -1655.417828  14917.160787    239.153267               P   P
+PG30  15067.546478  -1744.539714  21443.594177     86.311980               P   P
+PG31   8926.670409 -12122.907948  22095.678974    140.232958               P   P
+PG32  -7939.815042 -23062.922230  11288.078091   -327.387264               P   P
+PR01   6245.082210  17915.850847 -17032.949439   -181.034926               P   P
+PR02  11193.167132   -735.716590 -22898.085048   -254.136513               P   P
+PR03  11541.159308  -4085.899727  22341.423058     59.593307               P   P
+PR04 -22278.346269  11845.382209   3694.643401 999999.999999               P   P
+PR05  -6220.503820 -18002.561161  16965.985007   -169.865647               P   P
+PR06 -11043.685178    -64.416934  22986.618248    -67.089161               P   P
+PR07  -8007.980941  19563.776117  14291.364634   -205.384357               P   P
+PR08  -2187.102319  25391.463288  -1085.536412    -35.214399               P   P
+PR09 -20733.890878  -8403.762351 -12197.123655    -41.337101               P   P
+PR10 -11669.492432   3992.206922 -22364.359761    -88.629735               P   P
+PR11   4869.331677  14871.983765 -20172.309561    -74.634330               P   P
+PR12  18247.557778  16834.023648  -5470.478537   -151.474344               P   P
+PR13  20932.962447   8362.326995  11898.325225   -319.153741               P   P
+PR15  -6949.843113 -15484.672765  19006.648865     66.849821               P   P
+PR16 -18502.079379 -16846.072135   5196.794774    -31.928685               P   P
+PR17  21104.944485 -12495.837067  -6859.852617   -258.154285               P   P
+PR18   6916.347251 -13546.192678 -20423.283512    -34.969653               P   P
+PR19 -10779.421035  -6642.350577 -22147.220277   -175.104977               P   P
+PR20 -22836.693629   4488.771509 -10508.750501    -79.480071               P   P
+PR21 -21112.900748  12641.991199   6516.153423    -74.639200               P   P
+PR22  -7492.346985  13731.377090  20198.063010     18.348563               P   P
+PR23  10905.596105   6539.555670  22102.743518   -317.777482               P   P
+PR24  22525.326846  -4269.653632  11159.763172    -47.632882               P   P
+*  2011  9 12 11 30  0.00000000
+PG01 -21646.739787 -13628.008675  -7153.958043     -2.231905               P   P
+PG02   2198.388749  16872.606877  20566.935553    355.699430               P   P
+PG03   5473.857136 -21532.427422 -14773.268798    767.256021               P   P
+PG04 -14706.329897   9751.441608  19723.447672    229.038605               P   P
+PG05   1480.555804  26222.536875   3510.455559   -217.159519               P   P
+PG06  11089.224320 -21073.999879 -11361.938645    -72.734213               P   P
+PG07 -25234.554542  -5073.075746  -7032.061671     26.390408               P   P
+PG08 -21901.760133    195.818809 -15390.356526      9.110022               P   P
+PG09  18870.196181  15160.136005 -11453.303537    105.103557               P   P
+PG10 -10563.441249  16509.977836  17524.822360    -12.924670               P   P
+PG11 -18143.821732 -13759.890498 -14279.708759   -185.224207               P   P
+PG12  11850.218584  19614.169584  13582.859208     21.861945               P   P
+PG13 -20436.262614    280.075325  16873.608937    251.900012               P   P
+PG14  21678.568747 -15200.472955    -67.731169    171.817767               P   P
+PG15   7194.203806  13967.680395 -21389.685649   -106.629114               P   P
+PG16  -1731.297128 -26276.697728   1844.503177   -197.295956               P   P
+PG17 -21139.177908  15864.340299     92.129061    175.451807               P   P
+PG18  15838.846534    638.154375 -20998.333575    156.929237               P   P
+PG19  -3395.880819 -15594.761105 -21197.406288   -183.004023               P   P
+PG20 -13942.936911 -17725.384988  13936.298319     52.853236               P   P
+PG21  24902.374224   2569.048386  -9285.692636   -170.932794               P   P
+PG22  11945.502046 -14650.351744 -18434.656829    144.581561               P   P
+PG23 -14620.763320  -7189.205957  21063.193975    276.608224               P   P
+PG24 -19940.440341 -15681.735230  -8341.298034    423.264330               P   P
+PG25  15379.417139   8314.262149  19973.330690     18.370905               P   P
+PG26  -5408.655889  18536.083369 -18650.895671   -154.581515               P   P
+PG27  15109.494008  15664.876953 -14831.092632    304.484003               P   P
+PG28 -12607.496434  10728.975004 -20184.199571     66.908710               P   P
+PG29  20542.688699   -491.492704  16872.640265    239.156132               P   P
+PG30  15581.557067    718.694539  21138.141753     86.307478               P   P
+PG31  11156.171178 -11104.966697  21626.610039    140.237870               P   P
+PG32  -7763.327726 -24171.358488   8789.299841   -327.393301               P   P
+PR01   6197.310762  19878.863981 -14715.297922   -181.034892               P   P
+PR02  10983.712028   2085.229845 -22915.597536   -254.138804               P   P
+PR03  13824.675908  -2644.551543  21228.262391     59.595567               P   P
+PR04 -22442.450945  12097.841686    490.378017 999999.999999               P   P
+PR05  -6175.774917 -19954.795951  14639.316739   -169.865783               P   P
+PR06 -10835.849171  -2889.688065  22900.996659    -67.089069               P   P
+PR07  -7929.175603  17658.879946  16622.591717   -205.383894               P   P
+PR08  -2057.504415  25338.699157   2115.069430    -35.213908               P   P
+PR09 -21906.503641  -9045.281832  -9343.139727    -41.336844               P   P
+PR10 -13947.053440   2562.845091 -21248.082794    -88.629001               P   P
+PR11   2779.864013  13364.852692 -21569.186870    -74.634004               P   P
+PR12  17623.992209  16215.976665  -8551.168238   -151.473431               P   P
+PR13  22102.948007   8943.515766   9013.493283   -319.155167               P   P
+PR15  -4966.958078 -14032.772346  20689.289173     66.851054               P   P
+PR16 -17912.964861 -16232.226733   8271.372006    -31.928124               P   P
+PR17  21633.655798 -12910.773469  -3721.714410   -258.152803               P   P
+PR18   9067.491055 -14667.208051 -18729.946117    -34.969871               P   P
+PR19  -8253.184567  -7794.021199 -22846.598826   -175.105910               P   P
+PR20 -21449.177594   3994.737432 -13264.166519    -79.480185               P   P
+PR21 -21600.823598  13040.901949   3367.478786    -74.640414               P   P
+PR22  -9594.173548  14852.446759  18452.480159     18.349719               P   P
+PR23   8394.353048   7718.589362  22806.942053   -317.780493               P   P
+PR24  21074.946650  -3712.461596  13859.392604    -47.634136               P   P
+*  2011  9 12 11 45  0.00000000
+PG01 -20654.667829 -13534.882068  -9783.977291     -2.233439               P   P
+PG02    -69.221617  16165.040537  21200.034994    355.701169               P   P
+PG03   6695.637567 -22476.801121 -12616.225832    767.260523               P   P
+PG04 -16761.679797   8884.403757  18499.093777    229.048734               P   P
+PG05   1102.141044  25719.329313   6282.706834   -217.164328               P   P
+PG06  12160.487196 -21671.687049  -8881.110110    -72.725925               P   P
+PG07 -25771.839388  -5471.712073  -4257.867998     26.392045               P   P
+PG08 -23334.889681   -550.868586 -13167.088213      9.110124               P   P
+PG09  17530.115321  14860.703229 -13843.870209    105.105705               P   P
+PG10 -11081.752506  14418.855435  19004.670009    -12.925796               P   P
+PG11 -16430.152574 -13903.510967 -16109.836917   -185.227277               P   P
+PG12  11918.859447  21031.079293  11207.599147     21.864094               P   P
+PG13 -18833.047439   -994.743671  18602.037881    251.898375               P   P
+PG14  21649.569362 -14918.482773  -2966.507463    171.819404               P   P
+PG15   5338.010610  15528.506856 -20835.032105   -106.627681               P   P
+PG16  -1449.984652 -25937.253672   4717.675492   -197.297900               P   P
+PG17 -21175.564846  15546.392605  -2774.256128    175.450375               P   P
+PG18  16206.326484   3064.172231 -20539.828968    156.930874               P   P
+PG19  -1406.623615 -16906.477030 -20368.507295   -183.007707               P   P
+PG20 -14010.495965 -19240.142270  11710.229618     52.853646               P   P
+PG21  25707.806129   3156.237978  -6725.720818   -170.935045               P   P
+PG22  12466.259007 -12479.383202 -19646.141782    144.581152               P   P
+PG23 -12772.507196  -8770.992527  21626.227000    276.605462               P   P
+PG24 -18835.888274 -15479.486417 -10860.654441    423.267195               P   P
+PG25  15698.566932  10507.715434  18652.052498     18.372542               P   P
+PG26  -7045.066924  19576.333495 -16867.430781   -154.592872               P   P
+PG27  13253.066356  15232.375123 -16804.771447    304.487482               P   P
+PG28 -13030.255866   8294.082749 -21045.600233     66.911473               P   P
+PG29  19048.461359    868.700308  18538.680381    239.158997               P   P
+PG30  16203.444199   3097.578897  20456.827626     86.302976               P   P
+PG31  13369.293865 -10239.471612  20793.204436    140.242781               P   P
+PG32  -7618.446154 -25002.402414   6144.351103   -327.399338               P   P
+PR01   6293.518320  21537.095419 -12111.452903   -181.034858               P   P
+PR02  10977.325872   4888.734168 -22487.536300   -254.141095               P   P
+PR03  16070.192582  -1460.596150  19701.020045     59.597828               P   P
+PR04 -22245.161226  12164.611970  -2723.422379 999999.999999               P   P
+PR05  -6274.014094 -21601.234209  12028.277473   -169.865919               P   P
+PR06 -10833.121341  -5684.980007  22370.194591    -67.088978               P   P
+PR07  -7998.392627  15486.166347  18631.214348   -205.383430               P   P
+PR08  -1930.013047  24885.249905   5274.595556    -35.213416               P   P
+PR09 -22811.923935  -9412.519837  -6306.966368    -41.336588               P   P
+PR10 -16185.510095   1391.693226 -19720.949235    -88.628267               P   P
+PR11    456.108210  11945.928634 -22548.053727    -74.633678               P   P
+PR12  16639.638921  15455.038282 -11464.219182   -151.472518               P   P
+PR13  22995.765356   9253.284556   5953.200435   -319.156594               P   P
+PR15  -2722.022639 -12645.575866  21969.173835     66.852288               P   P
+PR16 -16964.065507 -15475.079488  11186.033718    -31.927563               P   P
+PR17  21788.008777 -13173.776533   -510.922817   -258.151321               P   P
+PR18  10930.296326 -15828.241967 -16670.730872    -34.970089               P   P
+PR19  -5767.316313  -9157.140205 -23102.473084   -175.106844               P   P
+PR20 -19819.934265   3242.152016 -15762.692679    -79.480299               P   P
+PR21 -21716.948180  13280.375045    152.980831    -74.641628               P   P
+PR22 -11402.187460  16007.173567  16350.527189     18.350874               P   P
+PR23   5924.628474   9107.948151  23067.763464   -317.783505               P   P
+PR24  19395.192947  -2893.204771  16289.406830    -47.635389               P   P
+*  2011  9 12 12  0  0.00000000
+PG01 -19381.653423 -13415.666791 -12245.639931     -2.234974               P   P
+PG02  -2422.488814  15555.342892  21472.413354    355.702909               P   P
+PG03   7716.798841 -23281.046766 -10243.813912    767.265025               P   P
+PG04 -18702.653020   8164.056948  16954.123756    229.058864               P   P
+PG05    624.833414  24936.704943   8946.070488   -217.169137               P   P
+PG06  13002.509226 -22107.634727  -6244.449996    -72.717637               P   P
+PG07 -26026.643356  -5748.885785  -1411.431371     26.393682               P   P
+PG08 -24563.179822  -1115.786146 -10723.184194      9.110227               P   P
+PG09  15933.528361  14569.764920 -16003.292302    105.107854               P   P
+PG10 -11733.745112  12210.926820  20147.865944    -12.926921               P   P
+PG11 -14537.386826 -14112.966995 -17672.622965   -185.230346               P   P
+PG12  12003.298659  22169.467785   8641.285809     21.866243               P   P
+PG13 -17164.650358  -2471.577246  20007.804677    251.896738               P   P
+PG14  21387.521168 -14421.503691  -5813.620730    171.821041               P   P
+PG15   3619.844162  17122.546738 -19920.564625   -106.626249               P   P
+PG16  -1085.071668 -25296.863811   7508.195963   -197.299844               P   P
+PG17 -20988.077447  15013.083212  -5592.093197    175.448943               P   P
+PG18  16669.976137   5394.679840 -19719.071343    156.932511               P   P
+PG19    426.477361 -18249.149168 -19187.071119   -183.011390               P   P
+PG20 -14078.055758 -20495.971346   9281.824619     52.854055               P   P
+PG21  26259.382477   3614.674252  -4052.507284   -170.937296               P   P
+PG22  13113.200916 -10219.988497 -20513.506902    144.580743               P   P
+PG23 -10976.517752 -10479.639746  21818.962392    276.602699               P   P
+PG24 -17463.730870 -15243.733985 -13195.789065    423.270060               P   P
+PG25  16090.696263  12518.326821  17009.340361     18.374180               P   P
+PG26  -8459.522866  20572.368401 -14800.927311   -154.604230               P   P
+PG27  11164.388475  14853.428927 -18479.530144    304.490961               P   P
+PG28 -13596.022968   5809.368358 -21525.680983     66.914236               P   P
+PG29  17500.471770   2417.672921  19886.948586    239.161862               P   P
+PG30  16911.092313   5347.333945  19412.155178     86.298474               P   P
+PG31  15518.020878  -9532.149839  19609.824524    140.247692               P   P
+PG32  -7469.426560 -25543.229138   3397.041275   -327.405374               P   P
+PR01   6489.476977  22849.370770  -9272.057105   -181.034823               P   P
+PR02  11167.277540   7606.017922 -21622.194006   -254.143386               P   P
+PR03  18208.931899   -542.531594  17789.256040     59.600088               P   P
+PR04 -21716.918804  11999.167588  -5884.261993 999999.999999               P   P
+PR05  -6470.850507 -22901.048090   9183.581098   -169.866055               P   P
+PR06 -11027.017088  -8381.473395  21404.402466    -67.088887               P   P
+PR07  -8246.193453  13099.922605  20278.186425   -205.382967               P   P
+PR08  -1858.527067  24041.884274   8331.690939    -35.212925               P   P
+PR09 -23402.183719  -9538.047950  -3147.734703    -41.336331               P   P
+PR10 -18316.851081    486.793078 -17812.690838    -88.627533               P   P
+PR11  -2052.041977  10664.034143 -23089.705446    -74.633353               P   P
+PR12  15295.081519  14610.607410 -14152.779450   -151.471605               P   P
+PR13  23564.552191   9326.475551   2777.041027   -319.158020               P   P
+PR15   -261.146189 -11375.766641  22821.727479     66.853522               P   P
+PR16 -15654.397150 -14633.131946  13884.247670    -31.927002               P   P
+PR17  21588.998855 -13232.989240   2709.843419   -258.149839               P   P
+PR18  12474.749614 -16971.517438 -14285.665207    -34.970307               P   P
+PR19  -3385.259481 -10701.605941 -22909.890799   -175.107777               P   P
+PR20 -18008.501665   2214.491986 -17955.845371    -79.480413               P   P
+PR21 -21483.826918  13309.371874  -3064.508290    -74.642843               P   P
+PR22 -12888.769305  17138.054802  13933.099174     18.352030               P   P
+PR23   3559.497141  10676.954479  22880.120133   -317.786516               P   P
+PR24  17546.817609  -1798.145736  18402.457686    -47.636642               P   P
+*  2011  9 12 12 15  0.00000000
+PG01 -17843.232698 -13307.844084 -14496.616609     -2.236509               P   P
+PG02  -4817.428254  15058.611633  21378.013484    355.704648               P   P
+PG03   8544.464801 -23906.671186  -7695.530386    767.269527               P   P
+PG04 -20486.373677   7582.480025  15116.409323    229.068993               P   P
+PG05     19.791111  23899.867282  11454.421337   -217.173946               P   P
+PG06  13627.854878 -22347.068611  -3498.307252    -72.709350               P   P
+PG07 -25982.206509  -5939.345937   1458.945136     26.395319               P   P
+PG08 -25550.055855  -1521.266080  -8100.105794      9.110329               P   P
+PG09  14105.175216  14324.274059 -17896.875306    105.110003               P   P
+PG10 -12523.252389   9934.071790  20934.814897    -12.928047               P   P
+PG11 -12498.756191 -14407.066200 -18942.168888   -185.233416               P   P
+PG12  12065.040904  23015.450506   5927.742490     21.868391               P   P
+PG13 -15478.098578  -4136.549920  21066.049905    251.895101               P   P
+PG14  20924.919409 -13687.103864  -8559.320056    171.822678               P   P
+PG15   2063.620281  18708.986878 -18661.619487   -106.624816               P   P
+PG16   -603.292463 -24377.554738  10167.285615   -197.301788               P   P
+PG17 -20608.371310  14243.761719  -8311.956621    175.447510               P   P
+PG18  17209.488645   7587.636136 -18551.951965    156.934148               P   P
+PG19   2078.120910 -19582.192550 -17672.598835   -183.015074               P   P
+PG20 -14110.238992 -21479.481647   6693.313595     52.854464               P   P
+PG21  26537.886558   3973.604675  -1311.462426   -170.939547               P   P
+PG22  13886.384022  -7918.700122 -21021.641401    144.580333               P   P
+PG23  -9269.892866 -12283.370096  21637.007747    276.599936               P   P
+PG24 -15838.841830 -15011.196886 -15306.689969    423.272925               P   P
+PG25  16524.585381  14312.587667  15073.603881     18.375817               P   P
+PG26  -9642.045114  21479.337532 -12484.228065   -154.615587               P   P
+PG27   8879.343717  14559.430770 -19823.235494    304.494440               P   P
+PG28 -14300.289021   3327.818888 -21616.141267     66.916998               P   P
+PG29  15942.623018   4139.715440  20894.575941    239.164727               P   P
+PG30  17675.887945   7428.399003  18023.249748     86.293972               P   P
+PG31  17554.906762  -8980.384048  18096.567309    140.252603               P   P
+PG32  -7279.363504 -25789.108369    593.016900   -327.411411               P   P
+PR01   6734.791456  23785.996784  -6252.338920   -181.034789               P   P
+PR02  11535.014459  10171.266708 -20336.373878   -254.145677               P   P
+PR03  20173.460341    114.123135  15530.106733     59.602348               P   P
+PR04 -20898.774221  11563.211804  -8930.673570 999999.999999               P   P
+PR05  -6715.808490 -23824.895747   6160.484233   -169.866190               P   P
+PR06 -11397.245839 -10913.709364  20022.283173    -67.088795               P   P
+PR07  -8692.864485  10561.021093  21531.463142   -205.382504               P   P
+PR08  -1893.841076  22832.154367  11227.014803    -35.212433               P   P
+PR09 -23639.039774  -9463.798692     72.943465    -41.336074               P   P
+PR10 -20274.475076   -156.689843 -15560.334709    -88.626799               P   P
+PR11  -4686.039737   9558.813078 -23183.380276    -74.633027               P   P
+PR12  13604.242626  13742.417760 -16564.563960   -151.470692               P   P
+PR13  23772.572000   9207.028066   -453.156320   -319.159446               P   P
+PR15   2359.992018 -10267.519984  23230.728431     66.854756               P   P
+PR16 -13996.154740 -13765.433445  16313.558913    -31.926441               P   P
+PR17  21069.433330 -13043.225773   5877.707374   -258.148358               P   P
+PR18  13683.468409 -18036.426834 -11621.232374    -34.970525               P   P
+PR19  -1164.223043 -12386.639912 -22272.595431   -175.108711               P   P
+PR20 -16078.537719    907.491988 -19801.011909    -79.480527               P   P
+PR21 -20935.650944  13083.831918  -6222.109720    -74.644057               P   P
+PR22 -14038.874193  18185.140809  11247.060088     18.353186               P   P
+PR23   1355.722584  12384.329903  22247.646536   -317.789527               P   P
+PR24  15594.150359   -425.965044  20157.355749    -47.637895               P   P
+*  2011  9 12 12 30  0.00000000
+PG01 -16063.112105 -13246.168009 -16498.213911     -2.238044               P   P
+PG02  -7207.692190  14682.593261  20916.972584    355.706388               P   P
+PG03   9192.886004 -24318.710959  -5014.366159    767.274029               P   P
+PG04 -22073.779276   7124.484710  13018.666242    229.079123               P   P
+PG05   -736.405665  22640.815885  13764.364442   -217.178755               P   P
+PG06  14056.309997 -22360.082936   -690.893488    -72.701062               P   P
+PG07 -25630.204810  -6080.568166   4304.580232     26.396956               P   P
+PG08 -26265.191159  -1796.052342  -5341.999119      9.110431               P   P
+PG09  12076.777109  14156.716873 -19494.502052    105.112152               P   P
+PG10 -13446.065812   7637.004876  21352.454076    -12.929172               P   P
+PG11 -10351.243571 -14798.814330 -19897.257431   -185.236486               P   P
+PG12  12064.601151  23563.950295   3113.237927     21.870540               P   P
+PG13 -13818.391326  -5967.211886  21757.948243    251.893464               P   P
+PG14  20299.441692 -12700.683469 -11155.481201    171.824315               P   P
+PG15    685.690034  20244.418299 -17079.564142   -106.623384               P   P
+PG16     23.671486 -23209.196842  12648.600567   -197.303732               P   P
+PG17 -20072.979945  13225.491864 -10886.054004    175.446078               P   P
+PG18  17798.538456   9606.260299 -17060.407107    156.935785               P   P
+PG19   3530.728650 -20862.242830 -15850.545904   -183.018757               P   P
+PG20 -14070.924827 -22185.592495   3989.544548     52.854874               P   P
+PG21  26531.415026   4265.609573   1451.436903   -170.941798               P   P
+PG22  14778.150943  -5622.128777 -21161.840327    144.579924               P   P
+PG23  -7684.178471 -14144.480933  21082.383773    276.597174               P   P
+PG24 -13983.996796 -14816.035698 -17156.961079    423.275790               P   P
+PG25  16964.553296  15864.213550  12878.283412     18.377454               P   P
+PG26 -10591.092017  22252.377251  -9954.868399   -154.626944               P   P
+PG27   6440.875505  14375.684974 -20809.523836    304.497918               P   P
+PG28 -15130.002749    901.186016 -21316.091626     66.919761               P   P
+PG29  14416.306760   6011.322721  21544.527341    239.167591               P   P
+PG30  18463.898273   9307.793757  16315.445155     86.289470               P   P
+PG31  19434.709775  -8573.444532  16278.937461    140.257515               P   P
+PG32  -7011.732198 -25743.548649  -2220.915842   -327.417448               P   P
+PR01   6975.246379  24329.870381  -3111.033240   -181.034755               P   P
+PR02  12050.998069  12524.130527 -18655.064659   -254.147968               P   P
+PR03  21900.415822    526.416627  12967.564680     59.604609               P   P
+PR04 -19840.559486  10828.531548 -11803.419370 999999.999999               P   P
+PR05  -6954.654279 -24356.016079   3017.712306   -169.866326               P   P
+PR06 -11912.622932 -13222.080271  18250.618059    -67.088704               P   P
+PR07  -9347.395777   7934.584700  22366.626389   -205.382041               P   P
+PR08  -2081.257579  21291.467879  13904.387363    -35.211942               P   P
+PR09 -23495.672835  -9239.046017   3292.193260    -41.335818               P   P
+PR10 -21995.838018   -556.022257 -13007.488398    -88.626065               P   P
+PR11  -7380.871102   8659.137236 -22826.986268    -74.632701               P   P
+PR12  11593.992294  12907.876845 -18652.874241   -151.469779               P   P
+PR13  23594.824122   8945.871154  -3674.541879   -319.160873               P   P
+PR15   5078.234106  -9354.714510  23188.596580     66.855989               P   P
+PR16 -12014.458138 -12928.985219  18426.611928    -31.925880               P   P
+PR17  20272.411240 -12568.112705   8930.841915   -258.146876               P   P
+PR18  14552.189413 -18962.163856  -8729.457215    -34.970743               P   P
+PR19    846.980786 -14162.363742 -21202.953451   -175.109644               P   P
+PR20 -14095.228106   -670.411047 -21262.278338    -79.480641               P   P
+PR21 -20116.666720  12568.768207  -9258.151046    -74.645271               P   P
+PR22 -14850.380633  19088.595220   8344.340454     18.354342               P   P
+PR23   -638.393386  14179.792631  21182.629637   -317.792538               P   P
+PR24  13602.467111   1211.920336  21519.880710    -47.639148               P   P
+*  2011  9 12 12 45  0.00000000
+PG01 -14072.403873 -13261.191869 -18216.037027     -2.239578               P   P
+PG02  -9546.135933  14427.372657  20095.720477    355.708127               P   P
+PG03   9682.764755 -24487.176002  -2246.131992    767.278531               P   P
+PG04 -23430.973099   6768.419345  10697.819074    229.089252               P   P
+PG05  -1660.642238  21197.129279  15835.998011   -217.183564               P   P
+PG06  14313.890167 -22122.903504   2128.614175    -72.692774               P   P
+PG07 -24971.106305  -6211.144265   7077.204987     26.398593               P   P
+PG08 -26685.573489  -1974.024156  -2495.002418      9.110533               P   P
+PG09   9885.973492  14093.872225 -20770.989640    105.114300               P   P
+PG10 -14490.022759   5367.504943  21394.441286    -12.930298               P   P
+PG11  -8134.392080 -15294.830302 -20521.674843   -185.239555               P   P
+PG12  11963.168488  23818.768557    245.718585     21.872689               P   P
+PG13 -12226.818947  -7933.214494  22071.074618    251.891827               P   P
+PG14  19552.389906 -11456.263338 -13556.496182    171.825952               P   P
+PG15   -505.625675  21684.442786 -15201.451092   -106.621952               P   P
+PG16    817.878972 -21828.333159  14909.070786   -197.305676               P   P
+PG17 -19421.779490  11953.767619 -13269.118062    175.444645               P   P
+PG18  18405.897492  11420.223379 -15271.911312    156.937422               P   P
+PG19   4774.973575 -22044.806254 -13751.928584   -183.022441               P   P
+PG20 -13924.798929 -22617.560526   1217.191069     52.855283               P   P
+PG21  26235.748717   4525.173580   4190.353068   -170.944049               P   P
+PG22  15773.343127  -3375.309468 -20931.950993    144.579515               P   P
+PG23  -6244.262206 -16020.629512  20163.565658    276.594411               P   P
+PG24 -11929.204583 -14688.431262 -18714.451153    423.278655               P   P
+PG25  17371.922954  17154.970495  10461.266415     18.379091               P   P
+PG26 -11313.555126  22848.361323  -7254.596777   -154.638302               P   P
+PG27   3897.521051  14320.221641 -21418.490980    304.501397               P   P
+PG28 -16064.075042  -1421.935271 -20632.017163     66.922523               P   P
+PG29  12958.898860   8001.921721  21825.873365    239.170456               P   P
+PG30  19237.275600  10960.200055  14319.742826     86.284968               P   P
+PG31  21115.949484  -8293.027682  14187.444902    140.262426               P   P
+PG32  -6631.935191 -25418.155457  -4997.499639   -327.423485               P   P
+PR01   7155.323424  24477.075139     90.766707   -181.034721               P   P
+PR02  12676.020414  14612.000321 -16610.955406   -254.150260               P   P
+PR03  23333.084844    723.010573  10151.616443     59.606869               P   P
+PR04 -18598.709632   9778.434882 -14446.647875 999999.999999               P   P
+PR05  -7131.910075 -24490.812973   -183.682605   -169.866462               P   P
+PR06 -12532.459711 -15255.082704  16123.792994    -67.088613               P   P
+PR07 -10206.948205   5287.484863  22767.363658   -205.381578               P   P
+PR08  -2458.436224  19465.683105  16311.877177    -35.211451               P   P
+PR09 -22957.922486  -8918.076430   6447.124607    -41.335561               P   P
+PR10 -23424.947041   -739.937465 -10203.504678    -88.625330               P   P
+PR11 -10067.522099   7981.978794 -22027.162802    -74.632376               P   P
+PR12   9303.217069  12159.534624 -20377.492615   -151.468866               P   P
+PR13  23019.176483   8598.529541  -6824.475834   -319.162299               P   P
+PR15   7825.346323  -8659.599116  22696.511946     66.857223               P   P
+PR16  -9746.567207 -12176.238913  20182.082641    -31.925319               P   P
+PR17  19249.383999 -11781.864297  11809.695342   -258.145394               P   P
+PR18  15089.704009 -19690.387138  -5666.874621    -34.970961               P   P
+PR19   2609.738965 -15971.774414 -19721.715841   -175.110577               P   P
+PR20 -12122.646209  -2498.168270 -22311.131426    -79.480755               P   P
+PR21 -19079.183354  11739.983891 -12113.392370    -74.646485               P   P
+PR22 -15333.912984  19791.262561   5280.947437     18.355497               P   P
+PR23  -2384.796965  16006.050817  19705.770823   -317.795550               P   P
+PR24  11635.335996   3091.580702  22463.455144    -47.640402               P   P
+*  2011  9 12 13  0  0.00000000
+PG01 -11908.584344 -13377.967933 -19620.577662     -2.241113               P   P
+PG02 -11786.439696  14285.367474  18926.972599    355.709867               P   P
+PG03  10040.315132 -24388.339930    561.299825    767.283033               P   P
+PG04 -24530.372659   6487.217846   8194.312320    229.099382               P   P
+PG05  -2762.417519  19610.544099  17633.610391   -217.188373               P   P
+PG06  14431.609831 -21618.911286   4910.980440    -72.684486               P   P
+PG07 -24014.210688  -6369.133100   9729.747134     26.400230               P   P
+PG08 -26796.313571  -2092.743468    393.460295      9.110636               P   P
+PG09   7575.071351  14155.799398 -21706.373892    105.116449               P   P
+PG10 -15635.428998   3170.705235  21061.201953    -12.931423               P   P
+PG11  -5889.026172 -15894.998286 -20804.473654   -185.242625               P   P
+PG12  11724.250248  23792.331711  -2625.984160     21.874837               P   P
+PG13 -10739.434656  -9997.307397  21999.653817    251.890190               P   P
+PG14  18726.991517  -9956.937235 -15720.123588    171.827589               P   P
+PG15  -1510.183427  22985.337743 -13059.565376   -106.620519               P   P
+PG16   1794.074966 -20276.759819  16909.666831   -197.307620               P   P
+PG17 -18696.326362  10432.896770 -15419.253910    175.443213               P   P
+PG18  18996.742964  13006.567831 -13218.880617    156.939059               P   P
+PG19   5809.982602 -23085.983117 -11412.816162   -183.026124               P   P
+PG20 -13638.871827 -22786.695502  -1576.060502     52.855692               P   P
+PG21  25654.456407   4787.217373   6860.259776   -170.946300               P   P
+PG22  16849.826101  -1220.120554 -20336.391347    144.579106               P   P
+PG23  -4967.524133 -17866.321497  18895.411604    276.591649               P   P
+PG24  -9710.767160 -14653.314877 -19951.825755    423.281519               P   P
+PG25  17706.612502  18175.194744   7864.228444     18.380728               P   P
+PG26 -11824.433954  23227.645640  -4428.789550   -154.649659               P   P
+PG27   1301.675780  14402.914993 -21637.253107    304.504876               P   P
+PG28 -17074.237785  -3597.873395 -19577.566139     66.925286               P   P
+PG29  11602.423119  10074.872805  21733.960586    239.173321               P   P
+PG30  19955.824694  12368.721802  12072.160717     86.280466               P   P
+PG31  22562.335784  -8114.081034  11857.131403    140.267337               P   P
+PG32  -6108.798703 -24832.203752  -7689.759654   -327.429521               P   P
+PR01   7220.780814  24236.940744   3290.803515   -181.034687               P   P
+PR02  13362.946243  16391.966260 -14243.799304   -254.152551               P   P
+PR03  24423.718742    742.723088   7137.255471     59.609129               P   P
+PR04 -17233.825763   8408.709173 -16808.983120 999999.999999               P   P
+PR05  -7193.428531 -24238.904900  -3381.509737   -169.866598               P   P
+PR06 -13208.373574 -16971.238823  13683.133735    -67.088522               P   P
+PR07 -11256.832776   2685.775422  22725.790984   -205.381114               P   P
+PR08  -3053.571289  17409.285830  18402.804241    -35.210959               P   P
+PR09 -22025.003141  -8557.651359   9476.083780    -41.335304               P   P
+PR10 -24514.599661   -747.189676  -7202.541113    -88.624596               P   P
+PR11 -12675.626596   7531.796727 -20799.173980    -74.632050               P   P
+PR12   6781.393038  11542.789686 -21705.434711   -151.467953               P   P
+PR13  22046.973405   8222.545873  -9841.752142   -319.163726               P   P
+PR15  10530.632944  -8191.968689  21764.363973     66.858457               P   P
+PR16  -7240.594798 -11552.794840  21545.501444    -31.924758               P   P
+PR17  18057.880942 -10670.614958  14458.168697   -258.143912               P   P
+PR18  15317.243659 -20167.799972  -2493.402288    -34.971179               P   P
+PR19   4097.006048 -17753.036110 -17857.618150   -175.111511               P   P
+PR20 -10221.174429  -4542.742705 -22927.021142    -79.480869               P   P
+PR21 -17881.257695  10585.335583 -14732.199049    -74.647700               P   P
+PR22 -15512.147861  20241.138434   2115.905104     18.356653               P   P
+PR23  -3857.030727  17801.108704  17845.783816   -317.798561               P   P
+PR24   9752.052736   5177.331762  22969.668117    -47.641655               P   P
+*  2011  9 12 13 15  0.00000000
+PG01  -9614.215005 -13614.970980 -20687.717464     -2.242648               P   P
+PG02 -13884.725239  14241.634458  17429.610702    355.711606               P   P
+PG03  10296.088240 -24005.819555   3358.828582    767.287535               P   P
+PG04 -25351.615256   6249.648151   5551.382985    229.109511               P   P
+PG05  -4043.286404  17925.387022  19126.298466   -217.193182               P   P
+PG06  14444.065371 -20839.386107   7607.809311    -72.676199               P   P
+PG07 -22777.370259  -6590.433997  12217.098514     26.401867               P   P
+PG08 -26591.171085  -2191.878053   3275.392778      9.110738               P   P
+PG09   5189.651056  14355.082373 -22286.125236    105.118598               P   P
+PG10 -16855.793668   1087.513531  20359.839138    -12.932549               P   P
+PG11  -3655.926957 -16592.370342 -20740.172190   -185.245694               P   P
+PG12  11315.234624  23505.123059  -5452.960327     21.876986               P   P
+PG13  -9385.741033 -12116.619819  21544.686787    251.888552               P   P
+PG14  17866.629489  -8214.965937 -17608.280268    171.829227               P   P
+PG15  -2335.839398  24105.713819 -10690.872373   -106.619087               P   P
+PG16   2958.936733 -18599.917952  18616.079695   -197.309564               P   P
+PG17 -17938.136909   8676.034034 -17298.722033    175.441780               P   P
+PG18  19534.099136  14350.326008 -10938.004499    156.940696               P   P
+PG19   6643.201018 -23944.195498  -8873.715519   -183.029808               P   P
+PG20 -13183.906833 -22711.779002  -4342.329987     52.856101               P   P
+PG21  24798.735288   5085.640279   9417.576960   -170.948551               P   P
+PG22  17979.304977    806.160749 -19386.041379    144.578696               P   P
+PG23  -3863.281521 -19634.548508  17298.974532    276.588886               P   P
+PG24  -7370.099617 -14729.300019 -20847.071456    423.284384               P   P
+PG25  17928.790444  18923.987232   5131.910535     18.382365               P   P
+PG26 -12146.188202  23355.738698  -1525.759269   -154.661016               P   P
+PG27  -1292.339762  14624.957307 -21460.351226    304.508355               P   P
+PG28 -18126.212727  -5589.415345 -18173.175687     66.928048               P   P
+PG29  10372.432651  12188.706937  21270.478690    239.176186               P   P
+PG30  20578.663796  13525.296393   9612.992027     86.275964               P   P
+PG31  23744.018958  -8005.885544   9327.030954    140.272249               P   P
+PG32  -5415.963847 -24011.935051 -10251.754932   -327.435558               P   P
+PR01   7121.184966  23631.563609   6426.871754   -181.034652               P   P
+PR02  14058.806914  17832.376543 -11599.638726   -254.154842               P   P
+PR03  25135.489210    632.632750   3983.390392     59.611390               P   P
+PR04 -15808.082923   6728.058575 -18844.525072 999999.999999               P   P
+PR05  -7088.918140 -23622.638189  -6513.649949   -169.866734               P   P
+PR06 -13886.441653 -18340.605642  10976.103028    -67.088430               P   P
+PR07 -12471.004262    192.168254  22242.613352   -205.380651               P   P
+PR08  -3883.974540  15183.224475  20136.639786    -35.210468               P   P
+PR09 -20709.668897  -8214.370878  12319.881641    -41.335048               P   P
+PR10 -25228.277069   -624.689271  -4062.531238    -88.623862               P   P
+PR11 -15136.186061   7300.464203 -19166.634156    -74.631724               P   P
+PR12   4086.726893  11093.928812 -22611.548284   -151.467040               P   P
+PR13  20693.093364   7874.829706 -12667.790656   -319.165152               P   P
+PR15  13123.652967  -7948.879960  20410.534616     66.859691               P   P
+PR16  -4553.767311 -11095.397865  22489.949920    -31.924197               P   P
+PR17  16758.998266  -9233.251348  16824.720101   -258.142430               P   P
+PR18  15267.342237 -20348.533812    728.857972    -34.971397               P   P
+PR19   5294.182727 -19441.993598 -15646.826435   -175.112444               P   P
+PR20  -8445.093892  -6760.243090 -23097.772281    -79.480983               P   P
+PR21 -16584.157974   9105.489227 -17063.636417    -74.648914               P   P
+PR22 -15418.635282  20393.641793  -1089.856621     18.357809               P   P
+PR23  -5041.088713  19500.789349  15638.836144   -317.801572               P   P
+PR24   8005.273183   7422.996815  23028.638148    -47.642908               P   P
+*  2011  9 12 13 30  0.00000000
+PG01  -7235.474991 -13983.287422 -21399.138713     -2.244183               P   P
+PG02 -15801.104270  14274.482612  15628.446164    355.713345               P   P
+PG03  10483.604658 -23331.391712   6097.019176    767.292037               P   P
+PG04 -25882.192024   6021.708506   2814.308731    229.119641               P   P
+PG05  -5496.618365  16186.921607  20288.496672   -217.197991               P   P
+PG06  14387.892480 -19783.942359  10172.412648    -72.667911               P   P
+PG07 -21286.401710  -6907.243070  14496.855209     26.403504               P   P
+PG08 -26072.782175  -2311.555097   6102.941315      9.110840               P   P
+PG09   2777.075429  14696.350443 -22501.299701    105.120746               P   P
+PG10 -18118.841515   -846.775507  19303.914390    -12.933674               P   P
+PG11  -1474.505674 -17373.325658 -20328.887042   -185.248764               P   P
+PG12  10708.812937  22984.821568  -8187.029426     21.879135               P   P
+PG13  -8187.644828 -14244.176253  20713.949557    251.886915               P   P
+PG14  17013.073820  -6251.506408 -19187.756140    171.830864               P   P
+PG15  -2997.952299  25008.099345  -8136.375020   -106.617654               P   P
+PG16   4310.648670 -16845.163842  19999.301675   -197.311508               P   P
+PG17 -17186.980875   6704.860916 -18874.639044    175.440348               P   P
+PG18  19980.352226  15444.822214  -8469.525230    156.942333               P   P
+PG19   7289.920904 -24581.848208  -6178.857881   -183.033491               P   P
+PG20 -12535.703086 -22418.211573  -7034.354378     52.856511               P   P
+PG21  23686.999526   5451.921724  11820.766430   -170.950802               P   P
+PG22  19128.395575   2672.109306 -18098.011813    144.578287               P   P
+PG23  -2932.553838 -21278.512696  15401.195249    276.586123               P   P
+PG24  -4952.350769 -14927.859056 -21383.921605    423.287249               P   P
+PG25  18000.530089  19409.076610   2311.345802     18.384002               P   P
+PG26 -12307.779640  23204.826826   1404.039834   -154.672374               P   P
+PG27  -3830.324803  14978.722928 -20889.976806    304.511834               P   P
+PG28 -19181.132142  -7367.046967 -16445.552381     66.930811               P   P
+PG29   9287.150015  14298.552320  20443.424146    239.179051               P   P
+PG30  21065.907668  14430.747474   6985.995308     86.271462               P   P
+PG31  24638.616062  -7933.356942   6639.569066    140.277160               P   P
+PG32  -4533.119654 -22989.598812 -12639.338815   -327.441595               P   P
+PR01   6812.286205  22694.809701   9438.031711   -181.034618               P   P
+PR02  14707.157320  18913.932219  -8729.906589   -254.157133               P   P
+PR03  25443.998753    445.825762    751.671798     59.613650               P   P
+PR04 -14382.592428   4758.001424 -20513.741499 999999.999999               P   P
+PR05  -6774.311990 -22676.084882  -9519.264435   -169.866870               P   P
+PR06 -14509.606860 -19345.809114   8055.374864    -67.088339               P   P
+PR07 -13813.049830  -2136.344969  21327.118995   -205.380188               P   P
+PR08  -4955.123497  12852.493802  21479.785972    -35.209977               P   P
+PR09 -19037.819149  -7942.053388  14922.972106    -41.334791               P   P
+PR10 -25541.614351   -425.296846   -844.085574    -88.623128               P   P
+PR11 -17384.248645   7267.741329 -17161.069047    -74.631399               P   P
+PR12   1283.946262  10838.579870 -23078.950368   -151.466127               P   P
+PR13  18985.454916   7609.046376 -15247.773882   -319.166578               P   P
+PR15  15536.927805  -7914.916306  18661.521229     66.860924               P   P
+PR16  -1750.301755 -10830.317123  22996.615949    -31.923636               P   P
+PR17  15414.759640  -7481.708457  18863.373464   -258.140948               P   P
+PR18  14982.225416 -20196.231625   3936.864170    -34.971615               P   P
+PR19   6199.468944 -20974.802673 -13132.239260   -175.113378               P   P
+PR20  -6840.442789  -9097.523142 -22819.836519    -79.481097               P   P
+PR21 -15249.715793   7314.136577 -19062.464131    -74.650128               P   P
+PR22 -15096.184411  20213.596996  -4274.645262     18.358965               P   P
+PR23  -5935.743607  21041.368376  13127.844855   -317.804583               P   P
+PR24   6438.942356   9773.621207  22639.208257    -47.644161               P   P
+*  2011  9 12 13 45  0.00000000
+PG01  -4820.560919 -14486.101473 -21742.635660     -2.245717               P   P
+PG02 -17501.095820  14356.375266  13553.863353    355.715085               P   P
+PG03  10637.846687 -22365.504418   8727.039189    767.296539               P   P
+PG04 -26117.792637   5768.116217     29.644635    229.129770               P   P
+PG05  -7107.681342  14439.675071  21100.407833   -217.202800               P   P
+PG06  14300.162392 -18460.642049  12560.632421    -72.659623               P   P
+PG07 -19574.209074  -7346.650270  16530.019990     26.405141               P   P
+PG08 -25252.581920  -2490.701666   8829.105254      9.110943               P   P
+PG09    384.950109  15176.086834 -22348.627996    105.122895               P   P
+PG10 -19387.756270  -2603.623828  17913.110300    -12.934800               P   P
+PG11    618.479879 -18217.984518 -19576.394163   -185.251833               P   P
+PG12   9884.207767  22265.179716 -10781.538576     21.881283               P   P
+PG13  -7158.722791 -16330.586818  19521.863615    251.885278               P   P
+PG14  16204.788079  -4095.984980 -20430.835587    171.832501               P   P
+PG15  -3518.586300  25660.387889  -5440.391829   -106.616222               P   P
+PG16   5838.820268 -15059.987949  21036.099264   -197.313452               P   P
+PG17 -16479.259926   4548.924828 -20119.580514    175.438915               P   P
+PG18  20298.777323  16291.656197  -5856.482528    156.943970               P   P
+PG19   7772.490138 -24966.853243  -3375.400882   -183.037175               P   P
+PG20 -11676.185655 -21936.923744  -9606.277895     52.856920               P   P
+PG21  22344.234993   5913.825806  14030.887541   -170.953053               P   P
+PG22  20259.906094   4353.161099 -16495.297172    144.577878               P   P
+PG23  -2168.161683 -22753.370992  13234.478121    276.583361               P   P
+PG24  -2504.873449 -15252.780205 -21552.193491    423.290114               P   P
+PG25  17887.398906  19646.357403   -548.951225     18.385639               P   P
+PG26 -12343.430127  22755.083859   4308.900508   -154.683731               P   P
+PG27  -6260.260019  15448.036992 -19936.003030    304.515312               P   P
+PG28 -20197.142842  -8909.851610 -14427.029768     66.933574               P   P
+PG29   8356.897497  16357.697222  19266.961526    239.181916               P   P
+PG30  21380.302129  15094.484905   4237.538233     86.266960               P   P
+PG31  25231.976100  -7858.520322   3839.906745    140.282071               P   P
+PG32  -3447.028277 -21802.267552 -14810.917818   -327.447632               P   P
+PR01   6258.137196  21470.842483  12265.796524   -181.034584               P   P
+PR02  15250.595794  19630.273007  -5690.421647   -254.159424               P   P
+PR03  25338.280931    238.884485  -2494.737333     59.615910               P   P
+PR04 -13014.829887   2532.230958 -21784.234168 999999.999999               P   P
+PR05  -6213.878983 -21443.567765 -12339.977998   -169.867006               P   P
+PR06 -15020.233968 -19982.559810   4977.803991    -67.088248               P   P
+PR07 -15237.632490  -4250.626542  19997.007037   -205.379725               P   P
+PR08  -6260.215569  10483.567600  22406.221149    -35.209485               P   P
+PR09 -17047.561210  -7789.245182  17234.555556    -41.334534               P   P
+PR10 -25443.387383   -205.367731   2390.658089    -88.622394               P   P
+PR11 -19361.435878   7402.274659 -14821.319133    -74.631073               P   P
+PR12  -1558.166138  10790.639108 -23099.298560   -151.465214               P   P
+PR13  16963.992253   7473.156687 -17531.706314   -319.168005               P   P
+PR15  17708.529289  -8062.987572  16551.407854     66.862158               P   P
+PR16   1101.015064 -10772.180349  23055.194190    -31.923075               P   P
+PR17  14085.461704  -5440.717229  20534.611491   -258.139466               P   P
+PR18  14511.798206 -19685.740321   7067.895994    -34.971834               P   P
+PR19   6823.677882 -22290.568020 -10362.658712   -175.114311               P   P
+PR20  -5443.232778 -11494.182109 -22098.378968    -79.481211               P   P
+PR21 -13937.680239   5237.663849 -20690.010539    -74.651343               P   P
+PR22 -14594.880839  19676.844902  -7377.162001     18.360120               P   P
+PR23  -6552.333582  22362.208337  10361.639979   -317.807595               P   P
+PR24   5086.606665  12167.568085  21808.969223    -47.645414               P   P
+*  2011  9 12 14  0  0.00000000
+PG01  -2418.014941 -15118.498313 -21712.321506     -2.247252               P   P
+PG02 -18956.852758  14455.090309  11241.343653    355.716824               P   P
+PG03  10793.671842 -21117.451177  11201.617327    767.301041               P   P
+PG04 -26062.353666   5453.831994  -2755.539693    229.139900               P   P
+PG05  -8854.047021  12725.810334  21548.329176   -217.207609               P   P
+PG06  14216.782764 -16885.784122  14731.601257    -72.651335               P   P
+PG07 -17679.648617  -7929.430238  18281.656823     26.406779               P   P
+PG08 -24150.424484  -2765.428621  11408.437905      9.111045               P   P
+PG09  -1940.416219  15782.728938 -21830.544755    105.125044               P   P
+PG10 -20622.600726  -4162.109160  16212.787946    -12.935925               P   P
+PG11   2590.121393 -19100.866931 -18494.113922   -185.254903               P   P
+PG12   8828.160088  21384.682061 -13192.138863     21.883432               P   P
+PG13  -6303.828478 -18325.844768  17989.239581    251.883641               P   P
+PG14  15475.381392  -1785.138923 -21315.811224    171.834138               P   P
+PG15  -3925.445486  26037.090271  -2649.769234   -106.614789               P   P
+PG16   7524.747201 -13290.254152  21709.372020   -197.315396               P   P
+PG17 -15846.538545   2244.664811 -21012.072975    175.437483               P   P
+PG18  20455.018395  16900.378256  -3143.940057    156.945608               P   P
+PG19   8119.232725 -25073.952661   -512.562193   -183.040858               P   P
+PG20 -10594.262562 -21303.094527 -12014.409026     52.857329               P   P
+PG21  20801.144239   6494.248921  16012.112727   -170.955304               P   P
+PG22  21334.276004   5832.342678 -14606.322909    144.577469               P   P
+PG23  -1555.159888 -24017.928974  10836.153419    276.580598               P   P
+PG24    -75.600410 -15699.929988 -21348.027392    423.292979               P   P
+PG25  17559.921083  19659.122391  -3399.818367     18.387276               P   P
+PG26 -12291.136939  21995.699261   7136.830777   -154.695088               P   P
+PG27  -8534.287138  16008.841721 -18615.814623    304.518791               P   P
+PG28 -21131.118999 -10206.038403 -12154.827808     66.936336               P   P
+PG29   7583.838108  18319.230692  17761.184883    239.184781               P   P
+PG30  21488.743929  15533.872746   1415.716959     86.262458               P   P
+PG31  25518.654768  -7742.105668    975.235664    140.286982               P   P
+PG32  -2152.298242 -20490.464427 -16728.196606   -327.453669               P   P
+PR01   5432.863833  20012.238801  14855.269114   -181.034550               P   P
+PR02  15633.339885  19988.030512  -2540.297658   -254.161715               P   P
+PR03  24821.247609     69.226929  -5692.420876     59.618171               P   P
+PR04 -11756.237068     95.465391 -22631.364805 999999.999999               P   P
+PR05  -5381.987523 -19977.774988 -14921.013510   -169.867141               P   P
+PR06 -15362.706660 -20259.628928   1803.311304    -67.088157               P   P
+PR07 -16692.329904  -6111.193578  18278.051127   -205.379261               P   P
+PR08  -7780.247342   8141.786770  22897.998893    -35.208994               P   P
+PR09 -14787.769949  -7796.967936  19209.583785    -41.334278               P   P
+PR10 -24935.975571    -22.148853   5579.214631    -88.621660               P   P
+PR11 -21018.210718   7663.082367 -12192.795449    -74.630747               P   P
+PR12  -4369.390868  10951.713046 -22672.895763   -151.464301               P   P
+PR13  14679.144075   7507.211418 -19475.376110   -319.169431               P   P
+PR15  19584.442660  -8355.629121  14121.196000     66.863392               P   P
+PR16   3929.446212 -10923.314919  22664.121648    -31.922514               P   P
+PR17  12827.117590  -3147.014985  21806.135772   -258.137985               P   P
+PR18  13911.319254 -18804.338857  10060.806793    -34.972052               P   P
+PR19   7189.519582 -23333.878155  -7391.846019   -175.115244               P   P
+PR20  -4278.098295 -13884.885295 -20947.196231    -79.481325               P   P
+PR21 -12703.186888   2914.287781 -21914.910612    -74.652557               P   P
+PR22 -13969.816817  18771.417074 -10337.651168     18.361276               P   P
+PR23  -6914.019042  23408.282923   7394.012069   -317.810606               P   P
+PR24   3970.179731  14538.908209  20554.110536    -47.646668               P   P
+*  2011  9 12 14 15  0.00000000
+PG01    -75.044469 -15867.591990 -21308.727786     -2.248787               P   P
+PG02 -20148.143574  14535.095592   8730.874342    355.718564               P   P
+PG03  10984.215417 -19605.191447  13475.998608    767.305543               P   P
+PG04 -25727.814122   5045.563449  -5494.412274    229.150029               P   P
+PG05 -10706.300988  11083.606267  21624.869051   -217.212418               P   P
+PG06  14170.967401 -15083.382213  16648.428374    -72.643048               P   P
+PG07 -15646.175861  -8669.073566  19721.487393     26.408416               P   P
+PG08 -22793.912960  -3167.513330  13797.732415      9.111147               P   P
+PG09  -4155.503791  16497.055956 -20955.158904    105.127192               P   P
+PG10 -21781.853643  -5509.472823  14233.453987    -12.937051               P   P
+PG11   4412.425650 -19991.777575 -17099.015301   -185.257972               P   P
+PG12   7535.637138  20385.034310 -15377.528311     21.885581               P   P
+PG13  -5619.055680 -20181.158986  16142.899072    251.882004               P   P
+PG14  14852.270066    638.234958 -21827.378690    171.835775               P   P
+PG15  -4250.582778  26120.340021    186.956416   -106.613357               P   P
+PG16   9342.001675 -11578.528147  22008.394425   -197.317340               P   P
+PG17 -15314.287613   -165.835498 -21536.965387    175.436050               P   P
+PG18  20418.466788  17287.877254   -378.208491    156.947245               P   P
+PG19   8363.124350 -24885.782714   2359.296474   -183.044541               P   P
+PG20  -9286.417834 -20554.727512 -14217.933691     52.857738               P   P
+PG21  19093.110800   7210.245488  17732.203141   -170.957555               P   P
+PG22  22311.113099   7100.695474 -12464.398312    144.577059               P   P
+PG23  -1071.590861 -25036.214669   8247.833761    276.577836               P   P
+PG24   2288.613299 -16257.335160 -20774.019179    423.295844               P   P
+PG25  16994.856624  19477.019967  -6192.288305     18.388913               P   P
+PG26 -12191.000866  20925.567103   9836.581564   -154.706446               P   P
+PG27 -10610.510346  16630.231152 -16953.938519    304.522270               P   P
+PG28 -21940.407619 -11253.089964  -9670.240398     66.939099               P   P
+PG29   6962.036344  20137.700100  15951.782863    239.187646               P   P
+PG30  21363.627004  15773.299412  -1430.528299     86.257956               P   P
+PG31  25502.079165  -7545.207015  -1905.968023    140.291894               P   P
+PG32   -651.869055 -19096.650543 -18356.895068   -327.459705               P   P
+PR01   4322.013216  18377.772771  17156.206684   -181.034515               P   P
+PR02  15803.748465  20006.347772    659.211822   -254.164007               P   P
+PR03  23909.564678     -7.586721  -8778.971226     59.620431               P   P
+PR04 -10650.098018  -2498.165350 -23038.729221 999999.999999               P   P
+PR05  -4264.446400 -18337.543881 -17212.255394   -169.867277               P   P
+PR06 -15485.954482 -20198.286341  -1406.292401    -67.088065               P   P
+PR07 -18119.792252  -7689.611333  16203.604842   -205.378798               P   P
+PR08  -9484.616515   5888.810672  22945.591884    -35.208503               P   P
+PR09 -12316.206131  -7996.801535  20809.645653    -41.334021               P   P
+PR10 -24035.280740     68.863914   8659.940670    -88.620925               P   P
+PR11 -22315.790942   8001.462960  -9326.601147    -74.630422               P   P
+PR12  -7080.734599  11311.093194 -21808.630840   -151.463388               P   P
+PR13  12189.919499   7741.493421 -21041.201327   -319.170857               P   P
+PR15  21120.609025  -8746.744032  11418.008177     66.864626               P   P
+PR16   6665.014800 -11273.626546  21830.641115    -31.921953               P   P
+PR17  11689.106543   -648.052652  22653.480061   -258.136503               P   P
+PR18  13238.864131 -17552.449311  12857.238463    -34.972270               P   P
+PR19   7330.385178 -24057.131179  -4277.479725   -175.116178               P   P
+PR20  -3357.435772 -16201.909445 -19388.466079    -79.481439               P   P
+PR21 -11594.448448    392.696843 -22713.694431    -74.653771               P   P
+PR22 -13278.627239  17498.224286 -13099.023602     18.362432               P   P
+PR23  -7054.541983  24132.484831   4282.662481   -317.813617               P   P
+PR24   3099.212840  16820.004058  18899.101996    -47.647921               P   P
+*  2011  9 12 14 30  0.00000000
+PG01   2164.102748 -16712.973353 -20538.794593     -2.250322               P   P
+PG02 -21063.044273  14559.085559   6066.250427    355.720303               P   P
+PG03  11239.353077 -17854.816416  15508.869575    767.310045               P   P
+PG04 -25133.591639   4513.193567  -8141.111197    229.160159               P   P
+PG05 -12629.029385   9546.104246  21329.052054   -217.217227               P   P
+PG06  14191.834745 -13084.355149  18278.800572    -72.634760               P   P
+PG07 -13520.323166  -9571.096843  20824.419888     26.410053               P   P
+PG08 -21217.459829  -3723.033925  15956.686828      9.111250               P   P
+PG09  -6220.979340  17292.852093 -19736.164960    105.129341               P   P
+PG10 -22824.000938  -6641.342585  12010.152925    -12.938176               P   P
+PG11   6063.209685 -20856.890430 -15413.434597   -185.261042               P   P
+PG12   6010.232740  19309.539101 -17300.150042     21.887729               P   P
+PG13  -5092.059230 -21850.747677  14015.182537    251.880367               P   P
+PG14  14355.603880   3126.773541 -21956.904300    171.837412               P   P
+PG15  -4528.935721  25900.611176   3020.430551   -106.611924               P   P
+PG16  11257.325392  -9962.558810  21928.940426   -197.319284               P   P
+PG17 -14900.891268  -2636.315703 -21685.673779    175.434618               P   P
+PG18  20163.489685  17477.512320   2393.922170    156.948882               P   P
+PG19   8540.278388 -24393.632797   5189.614183   -183.048225               P   P
+PG20  -7757.019705 -19731.139100 -16179.574897     52.858148               P   P
+PG21  17259.016303   8072.261472  19162.944430   -170.959806               P   P
+PG22  23150.766531   8157.382331 -10107.088560    144.576650               P   P
+PG23   -689.530209 -25778.866109   5514.675458    276.575073               P   P
+PG24   4543.617872 -16905.585769 -19839.239646    423.298709               P   P
+PG25  16176.247498  19134.777743  -8878.425522     18.390550               P   P
+PG26 -12083.435203  19553.590924  12358.707728   -154.717803               P   P
+PG27 -12454.532321  17275.804612 -14981.487129    304.525749               P   P
+PG28 -22584.532725 -12057.536960  -7017.776886     66.941861               P   P
+PG29   6477.835878  21770.723736  13869.612454    239.190511               P   P
+PG30  20983.965498  15842.995035  -4252.282758     86.253454               P   P
+PG31  25194.393291  -7230.944682  -4754.722721    140.296805               P   P
+PG32   1042.820182 -17663.626624 -19667.421976   -327.465742               P   P
+PR01   2923.421313  16629.961359  19123.992236   -181.034481               P   P
+PR02  15716.682804  19715.886629   3845.909922   -254.166298               P   P
+PR03  22632.962736     59.536645 -11694.226262     59.622691               P   P
+PR04  -9729.778078  -5187.129617 -22998.470974 999999.999999               P   P
+PR05  -2859.365398 -16585.407258 -19169.221502   -169.867413               P   P
+PR06 -15345.801474 -19831.225390  -4588.520337    -67.087974               P   P
+PR07 -19460.129070  -8969.421308  13813.957738   -205.378335               P   P
+PR08 -11332.222254   3780.236740  22548.074484    -35.208011               P   P
+PR09  -9697.274022  -8409.384613  22003.715621    -41.333765               P   P
+PR10 -22770.104427     16.497916  11573.211301    -88.620191               P   P
+PR11 -23227.626253   8363.246812  -6278.535392    -74.630096               P   P
+PR12  -9627.029247  11846.259788 -20523.760366   -151.462475               P   P
+PR13   9561.621979   8195.085059 -22198.945418   -319.172284               P   P
+PR15  22284.565057  -9183.714506   8494.179402     66.865859               P   P
+PR16   9241.191493 -11801.023740  20570.688675    -31.921392               P   P
+PR17  10712.128076   1999.746093  23060.466193   -258.135021               P   P
+PR18  12552.688492 -15943.801078  15402.773367    -34.972488               P   P
+PR19   7288.683759 -24422.553494  -1080.036424   -175.117111               P   P
+PR20  -2681.069456 -18377.807820 -17452.332071    -79.481553               P   P
+PR21 -10650.763321  -2269.744037 -23071.216713    -74.654986               P   P
+PR22 -12578.932003  15871.229720 -15607.934679     18.363587               P   P
+PR23  -7016.541645  24497.619988   1088.077133   -317.816628               P   P
+PR24   2470.699666  18944.180201  16876.212256    -47.649174               P   P
+*  2011  9 12 14 45  0.00000000
+PG01   4259.646575 -17627.460931 -19415.751865     -2.251857               P   P
+PG02 -21698.306661  14489.616355   3294.281689    355.722042               P   P
+PG03  11584.293837 -15899.676373  17263.225999    767.314547               P   P
+PG04 -24305.801742   3831.083943 -10651.449494    229.170288               P   P
+PG05 -14582.043112   8139.972141  20666.312309   -217.222036               P   P
+PG06  14303.188407 -10925.465349  19595.490514    -72.626472               P   P
+PG07 -11350.063004 -10632.660131  21571.000600     26.411690               P   P
+PG08 -19461.107667  -4451.203752  17848.541902      9.111352               P   P
+PG09  -8102.954904  18137.825975 -18192.693937    105.131490               P   P
+PG10 -23709.118632  -7561.630088   9581.800285    -12.939302               P   P
+PG11   7526.789819 -21659.998469 -13464.804616   -185.264111               P   P
+PG12   4264.242953  18201.419158 -18926.834479     21.889878               P   P
+PG13  -4702.718975 -23293.521052  11643.353604    251.878730               P   P
+PG14  13997.500414   5630.220999 -21702.560807    171.839049               P   P
+PG15  -4796.748855  25377.119065   5801.367996   -106.610492               P   P
+PG16  13231.787036  -8473.968887  21473.292799   -197.321228               P   P
+PG17 -14616.955782  -5117.966380 -21456.296243    175.433186               P   P
+PG18  19670.467328  17498.026613   5125.930335    156.950519               P   P
+PG19   8688.306301 -23597.866020   7928.582295   -183.051908               P   P
+PG20  -6018.333818 -18871.415892 -17866.190347     52.858557               P   P
+PG21  15339.947477   9083.599624  20280.542139   -170.962057               P   P
+PG22  23815.873259   9009.476553  -7575.520459    144.576241               P   P
+PG23   -376.383539 -26224.273111   2684.558882    276.572310               P   P
+PG24   6649.502156 -17618.548082 -18559.135698    423.301574               P   P
+PG25  15096.190500  18670.742359 -11412.143477     18.392188               P   P
+PG26 -12007.333729  17898.575995  14656.631762   -154.729160               P   P
+PG27 -14040.652312  17905.271802 -12735.434799    304.529228               P   P
+PG28 -23026.789990 -12634.382703  -4244.282058     66.944624               P   P
+PG29   6110.539688  23180.498138  11550.187562    239.193376               P   P
+PG30  20336.254902  15777.649344  -7001.495276     86.248952               P   P
+PG31  24615.986231  -6766.068642  -7522.343504    140.301716               P   P
+PG32   2911.994136 -16232.909411 -20635.488532   -327.471779               P   P
+PR01   1247.563341  14832.475008  20720.494610   -181.034447               P   P
+PR02  15335.606180  19157.366036   6957.870183   -254.168589               P   P
+PR03  21033.013830    314.811011 -14381.455364     59.624952               P   P
+PR04  -9017.398899  -7904.817625 -22511.429048 999999.999999               P   P
+PR05  -1177.498503 -14785.005283 -20753.924645   -169.867549               P   P
+PR06 -14907.035810 -19201.021000  -7681.436422    -67.087883               P   P
+PR07 -20653.424930  -9946.565783  11155.554069   -205.377872               P   P
+PR08 -13273.019078   1863.486280  21713.140743    -35.207520               P   P
+PR09  -6999.514022  -9043.396668  22768.750689    -41.333508               P   P
+PR10 -21181.007886   -223.702115  14262.562918    -88.619457               P   P
+PR11 -23740.375627   8691.294559  -3107.999162    -74.629770               P   P
+PR12 -11949.363301  12523.889338 -18843.539011   -151.461562               P   P
+PR13   6863.325986   8874.920580 -22926.289449   -319.173710               P   P
+PR15  23056.614304  -9609.793769   5406.253704     66.867093               P   P
+PR16  11597.445963 -12472.372615  18908.605103    -31.920831               P   P
+PR17   9926.545418   4733.100070  23019.495557   -258.133539               P   P
+PR18  11908.605631 -14005.042486  17647.999279    -34.972706               P   P
+PR19   7113.802673 -24403.826296   2138.384121   -175.118045               P   P
+PR20  -2236.458484 -20348.083952 -15176.329762    -79.481667               P   P
+PR21  -9900.923954  -5009.148977 -22980.921320    -74.656200               P   P
+PR22 -11925.789341  13917.097542 -17815.798290     18.364743               P   P
+PR23  -6849.498892  24478.004066  -2127.653815   -317.819640               P   P
+PR24   2069.422184  20848.368015  14524.873917    -47.650427               P   P
+*  2011  9 12 15  0  0.00000000
+PG01   6177.608471 -18578.126117 -17958.893656     -2.253391               P   P
+PG02 -22059.382944  14290.770446    463.921008    355.723782               P   P
+PG03  12038.369382 -13779.202890  18707.156171    767.319049               P   P
+PG04 -23276.250651   2979.207750 -12983.585768    229.180418               P   P
+PG05 -16521.791744   6884.627890  19648.376655   -217.226845               P   P
+PG06  14522.524599  -8648.049081  20576.767143    -72.618184               P   P
+PG07  -9183.116927 -11842.509629  21947.779513     26.413327               P   P
+PG08 -17569.147708  -5363.449350  19440.684563      9.111454               P   P
+PG09  -9774.066697  18994.759696 -16349.101526    105.133638               P   P
+PG10 -24400.387605  -8282.114950   6990.471974    -12.940427               P   P
+PG11   8794.434858 -22363.886401 -11285.291405   -185.267181               P   P
+PG12   2318.411699  17102.150873 -20229.374934     21.892027               P   P
+PG13  -4424.118321 -24474.585637   9068.912860    251.877093               P   P
+PG14  13781.617258   8097.214250 -21069.330008    171.840686               P   P
+PG15  -5089.947191  24557.887836   8481.438481   -106.609059               P   P
+PG16  15222.156917  -7137.201861  20650.141575   -197.323172               P   P
+PG17 -14464.945846  -7561.150086 -20853.598857    175.431753               P   P
+PG18  18926.606010  17382.287480   7772.282037    156.952156               P   P
+PG19   8844.622243 -22507.983072  10528.080269   -183.055592               P   P
+PG20  -4090.241880 -18012.898660 -19249.300734     52.858966               P   P
+PG21  13377.833033  10240.134332  21065.975441   -170.964308               P   P
+PG22  24272.817522   9671.446539  -4913.636951    144.575831               P   P
+PG23    -96.381597 -26359.423515   -192.795135    276.569548               P   P
+PG24   8571.971326 -18364.363189 -16955.310896    423.304439               P   P
+PG25  13755.306968  18125.292417 -13749.988458     18.393825               P   P
+PG26 -11998.281993  15988.700178  16687.676074   -154.740517               P   P
+PG27 -15352.673124  18476.229438 -10257.755442    304.532707               P   P
+PG28 -23235.672002 -13006.214444  -1398.056469     66.947387               P   P
+PG29   5833.366759  24335.143595   9033.089775    239.196241               P   P
+PG30  19415.044428  15614.888939  -9631.771690     86.244450               P   P
+PG31  23794.716448  -6122.441790 -10161.256310    140.306627               P   P
+PG32   4928.039997 -14843.146753 -21242.644584   -327.477816               P   P
+PR01   -682.628405  13047.521854  21914.801038   -181.034413               P   P
+PR02  14634.332677  18379.694231   9934.643308   -254.170880               P   P
+PR03  19161.428328    793.460203 -16788.469986     59.627212               P   P
+PR04  -8523.004136 -10582.082657 -21587.117175 999999.999999               P   P
+PR05    757.945797 -12998.471306 -21935.607459   -169.867685               P   P
+PR06 -14145.111748 -18358.187681 -10624.869688    -67.087791               P   P
+PR07 -21642.277967 -10629.291695   8280.089013   -205.377409               P   P
+PR08 -15249.960600    176.043162  20456.957529    -35.207029               P   P
+PR09  -4292.936756  -9895.064429  23090.124900    -41.333251               P   P
+PR10 -19318.700254   -687.358576  16675.781011    -88.618723               P   P
+PR11 -23854.342601   8928.135160    123.174975    -74.629445               P   P
+PR12 -13997.249440  13301.320983 -16800.708042   -151.460649               P   P
+PR13   4165.210802   9775.362604 -23209.251364   -319.175137               P   P
+PR15  23430.483646  -9966.678536   2213.904046     66.868327               P   P
+PR16  13681.553935 -13244.943418  16876.674917    -31.920270               P   P
+PR17   9351.185864   7484.271511  22531.672411   -258.132057               P   P
+PR18  11357.491376 -11774.818057  19549.466174    -34.972924               P   P
+PR19   6859.778135 -23987.251001   5315.266508   -175.118978               P   P
+PR20  -1999.436950 -22053.762034 -12604.664467    -79.481781               P   P
+PR21  -9362.089237  -7757.536356 -22444.938116    -74.657414               P   P
+PR22 -11369.264732  11674.328359 -19679.718778     18.365899               P   P
+PR23  -6607.397457  24060.593962  -5302.046842   -317.822651               P   P
+PR24   1868.821685  22475.613969  11890.907868    -47.651680               P   P
+*  2011  9 12 15 15  0.00000000
+PG01   7890.921035 -19527.553372 -16193.249050     -2.254926               P   P
+PG02 -22160.101694  13929.778775  -2374.666382    355.725521               P   P
+PG03  12614.077327 -11537.474844  19814.515008    767.323551               P   P
+PG04 -22081.238904   1944.073794 -15098.654717    229.190547               P   P
+PG05 -18402.912397   5791.654428  18293.041291   -217.231654               P   P
+PG06  14860.301450  -6296.589373  21206.705352    -72.609896               P   P
+PG07  -7065.273089 -13181.251469  21947.581709     26.414964               P   P
+PG08 -15588.581220  -6462.768446  20705.208938      9.111557               P   P
+PG09 -11214.336945  19822.853900 -14234.690452    105.135787               P   P
+PG10 -24865.484800  -8821.738812   4280.664268    -12.941553               P   P
+PG11   9864.561091 -22931.777945  -8911.337190   -185.270251               P   P
+PG12    201.353218  16049.871457 -21185.026512     21.894176               P   P
+PG13  -4223.795845 -25366.510529   6336.835973    251.875456               P   P
+PG14  13703.077269  10477.107528 -20068.874337    171.842323               P   P
+PG15  -5442.527227  23459.482261  11014.132013   -106.607627               P   P
+PG16  17182.444123  -5968.761009  19474.377447   -197.325116               P   P
+PG17 -14439.159485  -9917.146056 -19888.876244    175.430321               P   P
+PG18  17926.502551  17165.901344  10289.114843    156.953793               P   P
+PG19   9044.764100 -21142.326872  12942.573780   -183.059275               P   P
+PG20  -1999.676788 -17189.748778 -20305.542469     52.859376               P   P
+PG21  11414.052668  11530.287528  21505.306775   -170.966559               P   P
+PG22  24493.047539  10164.360702  -2167.415698    144.575422               P   P
+PG23    187.788488 -26180.416390  -3066.753362    276.566785               P   P
+PG24  10283.512182 -19106.694703 -15055.185583    423.307304               P   P
+PG25  12162.891151  17539.186031 -15851.877191     18.395462               P   P
+PG26 -12086.897744  13860.576280  18414.028206   -154.751875               P   P
+PG27 -16384.286033  18946.021811  -7594.454691    304.536185               P   P
+PG28 -23186.074586 -13202.048449   1472.004072     66.950149               P   P
+PG29   5614.649127  25209.836980   6361.309899    239.199105               P   P
+PG30  18223.205788  15393.675663 -12099.112469     86.239948               P   P
+PG31  22764.857007  -5278.344736 -12625.811934    140.311539               P   P
+PG32   7056.331109 -13528.636452 -21476.720330   -327.483852               P   P
+PR01  -2832.472247  11333.314703  22683.808840   -181.034379               P   P
+PR02  13598.350819  17437.774697  12718.432971   -254.173171               P   P
+PR03  17077.946269   1519.997934 -18868.636514     59.629472               P   P
+PR04  -8244.249820 -13149.894895 -20243.535530 999999.999999               P   P
+PR05   2912.020278 -11283.900856 -22691.336762   -169.867821               P   P
+PR06 -13047.410991 -17358.920879 -13361.591715    -67.087700               P   P
+PR07 -22374.253911 -11037.538700   5243.499952   -205.376945               P   P
+PR08 -17201.253203  -1255.882463  18803.855310    -35.206537               P   P
+PR09  -1646.311154 -10948.212349  22961.894252    -41.332995               P   P
+PR10 -17242.019774  -1399.513903  18765.912438    -88.617989               P   P
+PR11 -23583.349448   9018.629898   3351.944967    -74.629119               P   P
+PR12 -15730.443960  14128.418854 -14434.853135   -151.459736               P   P
+PR13   1535.861175  10878.320062 -23042.445484   -319.176563               P   P
+PR15  23413.439338 -10197.154942  -1021.204668     66.869561               P   P
+PR16  15451.561115 -14068.288340  14514.500783    -31.919709               P   P
+PR17   8992.645950  10183.652558  21606.758643   -258.130575               P   P
+PR18  10943.022679  -9302.352449  21070.516612    -34.973142               P   P
+PR19   6582.775242 -23172.404013   8388.896045   -175.119911               P   P
+PR20  -1935.455942 -23443.745508  -9787.353779    -79.481895               P   P
+PR21  -9039.165190 -10445.422798 -21474.012734    -74.658628               P   P
+PR22 -10952.215871   9191.913533 -21163.323794     18.367055               P   P
+PR23  -6346.202082  23245.606605  -8373.442382   -317.825662               P   P
+PR24   1832.356484  23777.346329   9025.622434    -47.652933               P   P
+*  2011  9 12 15 30  0.00000000
+PG01   9380.271232 -20435.287096 -14149.155055     -2.256461               P   P
+PG02 -22022.006175  13378.529131  -5171.070185    355.727261               P   P
+PG03  13316.424222  -9221.590744  20565.467656    767.328053               P   P
+PG04 -20760.218593    719.410385 -16961.352311    229.200677               P   P
+PG05 -20179.853964   4864.526298  16623.847112   -217.236463               P   P
+PG06  15319.494381  -3917.187039  21475.394096    -72.601609               P   P
+PG07  -5038.775866 -14621.950152  21569.677396     26.416601               P   P
+PG08 -13567.475028  -7743.396301  21619.425884      9.111659               P   P
+PG09 -12411.786629  20579.228531 -11883.363500    105.137936               P   P
+PG10 -25077.801944  -9205.642316   1498.537717    -12.942678               P   P
+PG11  10742.655455 -23328.803982  -6383.110393   -185.273320               P   P
+PG12  -2051.329607  15077.920658 -21776.918964     21.896324               P   P
+PG13  -4065.217370 -25950.306136   3494.752633    251.873819               P   P
+PG14  13748.746933  12721.762516 -18719.282761    171.843960               P   P
+PG15  -5885.030983  22106.415211  13355.586727   -106.606195               P   P
+PG16  19065.536560  -4976.764884  17966.787440   -197.327061               P   P
+PG17 -14526.038548 -12139.849297 -18579.693308    175.428888               P   P
+PG18  16672.444910  16885.754021  12634.881196    156.955430               P   P
+PG19   9320.802096 -19527.441430  15129.954527   -183.062959               P   P
+PG20    220.204727 -16431.649575 -21017.039575     52.859785               P   P
+PG21   9488.061913  12935.270228  21589.943673   -170.968810               P   P
+PG22  24454.200276  10514.847746    615.933181    144.575013               P   P
+PG23    513.284729 -25692.619052  -5886.721354    276.564023               P   P
+PG24  11764.297042 -19806.177700 -12891.539877    423.310169               P   P
+PG25  10336.731353  16951.906765 -17681.776185     18.397099               P   P
+PG26 -12297.382565  11557.941117  19803.603920   -154.763232               P   P
+PG27 -17139.026061  19273.595904  -4794.532997    304.539664               P   P
+PG28 -22860.246066 -13255.963463   4317.234582     66.952912               P   P
+PG29   5419.223885  25787.688666   3580.530043    239.201970               P   P
+PG30  16771.895373  15152.687974 -14362.586474     86.235446               P   P
+PG31  21565.797599  -4219.548943 -14873.086297    140.316450               P   P
+PG32   9256.350639 -12318.012160 -21332.157184   -327.489889               P   P
+PR01  -5156.741410   9741.726069  23012.665651   -181.034344               P   P
+PR02  12225.665773  16390.079386  15255.217491   -254.175462               P   P
+PR03  14847.914342   2506.971410 -20581.771874     59.631733               P   P
+PR04  -8166.631417 -15541.998221 -18506.818615 999999.999999               P   P
+PR05   5239.252000  -9693.009293 -23006.446327   -169.867957               P   P
+PR06 -11614.009517 -16262.618444 -15838.433320    -67.087609               P   P
+PR07 -22804.151503 -11201.838181   2104.872745   -205.376482               P   P
+PR08 -19062.826685  -2418.210820  16785.862087    -35.206046               P   P
+PR09    875.479831 -12174.853642  22386.888551    -41.332738               P   P
+PR10 -15015.589947  -2373.326901  20492.182711    -88.617255               P   P
+PR11 -22954.055364   8912.547094   6515.307586    -74.628793               P   P
+PR12 -17120.347997  14949.752652 -11791.644110   -151.458823               P   P
+PR13   -960.354474  12153.902465 -22429.178269   -319.177989               P   P
+PR15  23025.858964 -10247.708017  -4236.588901     66.870794               P   P
+PR16  16877.319485 -14886.470765  11868.225030    -31.919148               P   P
+PR17   8845.127954  12762.430208  20262.962671   -258.129093               P   P
+PR18  10699.745085  -6645.602854  22181.974902    -34.973360               P   P
+PR19   6338.484598 -21972.252741  11299.559843   -175.120845               P   P
+PR20  -2001.274920 -24476.863736  -6779.251246    -79.482009               P   P
+PR21  -8924.716733 -13004.478789 -20087.272790    -74.659843               P   P
+PR22 -10708.386211   6527.559889 -22237.482104     18.368210               P   P
+PR23  -6121.261170  22046.599128 -11282.204320   -317.828673               P   P
+PR24   1915.287308  24715.305352   5984.805553    -47.654187               P   P
+*  2011  9 12 15 45  0.00000000
+PG01  10634.645560 -21259.409527 -11861.738471     -2.257996               P   P
+PG02 -21673.381930  12614.893686  -7875.614443    355.729000               P   P
+PG03  14142.599533  -6879.919904  20946.886096    767.332555               P   P
+PG04 -19354.351276   -693.414336 -18540.470880    229.210806               P   P
+PG05 -21808.514736   4098.656165  14669.660462   -217.241272               P   P
+PG06  15895.450509  -1555.987604  21379.043909    -72.593321               P   P
+PG07  -3140.849427 -16131.032735  20819.844571     26.418238               P   P
+PG08 -11553.267613  -9190.799332  22166.311113      9.111761               P   P
+PG09 -13362.773385  21220.532731  -9333.203701    105.140084               P   P
+PG10 -25017.450594  -9463.986042  -1308.843103    -12.943804               P   P
+PG11  11440.923368 -23523.434476  -3743.866251   -185.276390               P   P
+PG12  -4398.200460  14213.573542 -21994.375117     21.898473               P   P
+PG13  -3909.407275 -26216.078207    592.083760    251.872182               P   P
+PG14  13897.853069  14787.233000 -17044.699144    171.845597               P   P
+PG15  -6443.164824  20530.255451  15465.363009   -106.604762               P   P
+PG16  20824.881720  -4160.831169  16153.661086   -197.329005               P   P
+PG17 -14704.798031 -14187.358003 -16949.517062    175.427456               P   P
+PG18  15174.442365  16578.527935  14770.947259    156.957067               P   P
+PG19   9699.901718 -17697.113331  17052.303260   -183.066642               P   P
+PG20   2531.081818 -15762.689953 -21371.690459     52.860194               P   P
+PG21   7636.077251  14429.587156  21316.847750   -170.971061               P   P
+PG22  24140.993469  10753.856007   3388.775783    144.574604               P   P
+PG23    915.416818 -24910.460457  -8603.095460    276.561260               P   P
+PG24  13002.787352 -20422.011551 -10501.946004    423.313033               P   P
+PG25   8302.610318  16400.071623 -19208.311868     18.398736               P   P
+PG26 -12646.357749   9130.027595  20830.776099   -154.774589               P   P
+PG27 -17629.812774  19421.265418  -1908.916581    304.543143               P   P
+PG28 -22248.453185 -13205.581731   7089.980845     66.955674               P   P
+PG29   5209.967131  26060.329664    738.357115    239.204835               P   P
+PG30  15080.217876  14928.745343 -16384.935142     86.230944               P   P
+PG31  20240.549413  -2940.112374 -16863.652504    140.321361               P   P
+PG32  11483.076341 -11233.154777 -20810.213309   -327.495926               P   P
+PR01  -7601.315482   8316.228298  22895.050530   -181.034310               P   P
+PR02  10527.124256  15296.092193  17495.795583   -254.177753               P   P
+PR03  12539.652111   3754.220610 -21894.905524     59.633993               P   P
+PR04  -8264.237092 -17697.460261 -16410.726177 999999.999999               P   P
+PR05   7685.303115  -8269.075417 -22874.819924   -169.868092               P   P
+PR06  -9857.917095 -15129.288020 -18007.318369    -67.087518               P   P
+PR07 -22895.982936 -11161.770783  -1074.715147   -205.376019               P   P
+PR08 -20770.919707  -3309.334831  14442.088801    -35.205555               P   P
+PR09   3213.905993 -13536.295277  21376.630342    -41.332481               P   P
+PR10 -12707.246235  -3609.269669  21820.800281    -88.616521               P   P
+PR11 -22004.748009   8566.935950   9551.546584    -74.628468               P   P
+PR12 -18150.937467  15707.006735  -8921.970411   -151.457910               P   P
+PR13  -3265.721229  13561.583306 -21381.379241   -319.179416               P   P
+PR15  22300.277701 -10070.986260  -7370.134954     66.872028               P   P
+PR16  17941.529784 -15640.550090   8989.613842    -31.918587               P   P
+PR17   8890.811923  15155.220045  18526.568121   -258.127612               P   P
+PR18  10651.549215  -3869.059084  22862.683730    -34.973578               P   P
+PR19   6179.546331 -20412.727427  13990.708911   -175.121778               P   P
+PR20  -2147.030192 -25123.519487  -3638.970415    -79.482123               P   P
+PR21  -8999.411144 -15370.137174 -18311.836882    -74.661057               P   P
+PR22 -10660.887747   3745.553995 -22880.891890     18.369366               P   P
+PR23  -5984.744540  20490.007189 -13971.878020   -317.831685               P   P
+PR24   2066.813180  25263.056367   2827.630319    -47.655440               P   P
+*  2011  9 12 16  0  0.00000000
+PG01  11651.556831 -21958.188867  -9370.315222     -2.259530               P   P
+PG02 -21148.015252  11623.816624 -10440.323737    355.730739               P   P
+PG03  15081.995436  -4560.311015  20952.587825    767.337057               P   P
+PG04 -17905.016484  -2285.250406 -19809.379498    229.220936               P   P
+PG05 -23247.831331   3481.757249  12464.167347   -217.246081               P   P
+PG06  16576.043818    742.377810  20919.996168    -72.585033               P   P
+PG07  -1402.412980 -17669.467683  19710.319848     26.419875               P   P
+PG08  -9591.085928 -10782.004297  22334.881102      9.111864               P   P
+PG09 -14072.036163  21704.611742  -6625.978654    105.142233               P   P
+PG10 -24672.021045  -9630.602572  -4094.263526    -12.944929               P   P
+PG11  11977.668595 -23488.815766  -1039.224697   -185.279459               P   P
+PG12  -6793.376956  13477.014216 -21833.127639     21.900622               P   P
+PG13  -3716.671906 -26163.333631  -2320.845134    251.870544               P   P
+PG14  14122.909318  16635.278414 -15074.843666    171.847235               P   P
+PG15  -7136.618451  18768.472475  17307.149213   -106.603330               P   P
+PG16  22416.145718  -3512.288618  14066.316038   -197.330949               P   P
+PG17 -14948.344907 -16023.389047 -15027.249361    175.426023               P   P
+PG18  13449.987280  16279.247087  16662.144219    156.958704               P   P
+PG19  10203.100163 -15691.137783  18676.560280   -183.070326               P   P
+PG20   4890.723312 -15200.470964 -21363.366056     52.860603               P   P
+PG21   5889.865670  15981.794281  20688.684407   -170.973312               P   P
+PG22  23545.853669  10915.262237   6103.855944    144.574194               P   P
+PG23   1426.029902 -23856.869578 -11168.193196    276.558498               P   P
+PG24  13996.010228 -20913.632128  -7928.099701    423.315898               P   P
+PG25   6093.503495  15915.962178 -20405.301798     18.400373               P   P
+PG26 -13142.043422   6629.694361  21476.942482   -154.785947               P   P
+PG27 -17878.112014  19356.306646   1010.608631    304.546622               P   P
+PG28 -21349.349080 -13090.458617   9744.324896     66.958437               P   P
+PG29   4949.411149  26028.185744  -2116.480369    239.207700               P   P
+PG30  13174.609482  14755.331704 -18133.103490     86.226442               P   P
+PG31  18834.107697  -1442.861290 -18562.309407    140.326273               P   P
+PG32  13688.574337 -10288.379814 -19919.031984   -327.501963               P   P
+PR01 -10105.211151   7090.203670  22333.291205   -181.034276               P   P
+PR02   8526.208051  14213.730729  19396.736142   -254.180045               P   P
+PR03  10221.718951   5248.682935 -22782.894731     59.636253               P   P
+PR04  -8500.994692 -19563.010337 -13995.986884 999999.999999               P   P
+PR05  10189.011364  -7045.256280 -22299.009408   -169.868228               P   P
+PR06  -7804.779144 -14016.950508 -19826.194570    -67.087426               P   P
+PR07 -22624.584906 -10964.048969  -4233.391376   -205.375556               P   P
+PR08 -22264.672753  -3939.934672  11817.977316    -35.205063               P   P
+PR09   5318.977579 -14984.708762  19951.084478    -41.332225               P   P
+PR10 -10385.338879  -5094.861937  22725.631522    -88.615786               P   P
+PR11 -20783.660562   7948.196563  12401.454247    -74.628142               P   P
+PR12 -18819.187226  16341.519562  -5880.987237   -151.456997               P   P
+PR13  -5331.330985  15051.824486 -19919.368720   -319.180842               P   P
+PR15  21279.948552  -9628.018747 -10361.281177     66.873262               P   P
+PR16  18640.245280 -16271.214474   5935.023282    -31.918026               P   P
+PR17   9100.745234  17302.560949  16431.410632   -258.126130               P   P
+PR18  10810.618172  -1041.284556  23099.880457    -34.973796               P   P
+PR19   6153.111050 -18531.766206  16410.058351   -175.122712               P   P
+PR20  -2318.591744 -25366.866686   -427.730945    -79.482237               P   P
+PR21  -9232.972015 -17484.048342 -16182.275224    -74.662271               P   P
+PR22 -10821.138651    914.350423 -23080.526693     18.370522               P   P
+PR23  -5983.225171  18614.160978 -16390.284252   -317.834696               P   P
+PR24   2232.465874  25407.022845   -384.503968    -47.656693               P   P
+*  2011  9 12 16 15  0.00000000
+PG01  12436.944387 -22491.733947  -6717.717195     -2.261065               P   P
+PG02 -20483.736718  10398.113666 -12819.851079    355.732479               P   P
+PG03  16116.570021  -2308.338327  20583.411887    767.341559               P   P
+PG04 -16452.322275  -4039.308311 -20746.445088    229.231065               P   P
+PG05 -24461.259038   2994.505770  10045.290305   -217.250889               P   P
+PG06  17342.121925   2936.281289  20106.637612    -72.576745               P   P
+PG07    152.960882 -19194.175970  18259.634754     26.421512               P   P
+PG08  -7722.134976 -12486.259685  22120.485539      9.111966               P   P
+PG09 -14552.436759  21992.174053  -3806.567178    105.144382               P   P
+PG10 -24037.071934  -9741.531155  -6811.097259    -12.946055               P   P
+PG11  12376.424025 -23203.956016   1683.624368   -185.282529               P   P
+PG12  -9188.099387  12880.591696 -21295.428226     21.902770               P   P
+PG13  -3448.345048 -25800.928887  -5193.696539    251.868907               P   P
+PG14  14390.911611  18234.648727 -12844.439865    171.848872               P   P
+PG15  -7978.130791  16863.065465  18849.386200   -106.601897               P   P
+PG16  23798.789984  -3014.705021  11740.552492   -197.332893               P   P
+PG17 -15224.446231 -17618.469391 -12846.672822    175.424591               P   P
+PG18  11523.558653  16019.898663  18277.269535    156.960341               P   P
+PG19  10844.345351 -13553.862351  19975.090829   -183.074009               P   P
+PG20   7254.390504 -14755.468066 -20992.016680     52.861013               P   P
+PG21   4275.681565  17555.491126  19713.905600   -170.975563               P   P
+PG22  22669.259581  11034.384751   8715.077069    144.573785               P   P
+PG23   2072.034181 -22562.383145 -13537.140253    276.555735               P   P
+PG24  14749.494797 -21242.394440  -5215.063594    423.318763               P   P
+PG25   3748.505186  15526.235137 -21252.198448     18.402010               P   P
+PG26 -13783.821854   4111.401495  21730.912284   -154.797304               P   P
+PG27 -17912.770814  19052.321638   3912.428595    304.550101               P   P
+PG28 -20170.039757 -12950.441389  12236.750707     66.961200               P   P
+PG29   4601.382562  25700.426950  -4934.959354    239.210565               P   P
+PG30  11087.967574  14661.268544 -19578.696012     86.221940               P   P
+PG31  17391.733952    260.466753 -19938.750959    140.331184               P   P
+PG32  15823.738448  -9489.940359 -18673.564551   -327.507999               P   P
+PR01 -12602.908726   6085.693786  21338.315674   -181.034242               P   P
+PR02   6258.304368  13196.854929  20921.214137   -254.182336               P   P
+PR03   7960.196166   6964.749695 -23228.883426     59.638514               P   P
+PR04  -8832.359266 -21095.068694 -11309.507322 999999.999999               P   P
+PR05  12684.726327  -6043.342831 -21290.185692   -169.868364               P   P
+PR06  -5492.053366 -12979.149426 -21259.843497    -67.087335               P   P
+PR07 -21976.791519 -10660.306998  -7309.700935   -205.375093               P   P
+PR08 -23488.620606  -4332.273067   8964.424814    -35.204572               P   P
+PR09   7151.064809 -16465.099139  18138.245106    -41.331968               P   P
+PR10  -8116.023161  -6804.957524  23188.732129    -88.615052               P   P
+PR11 -19346.886988   7033.756448  15009.500604    -74.627816               P   P
+PR12 -19134.974736  16796.850653  -2727.088199   -151.456084               P   P
+PR13  -7118.864333  16568.094685 -18071.466781   -319.182269               P   P
+PR15  20016.975930  -8890.092206 -13152.172522     66.874496               P   P
+PR16  18982.815615 -16721.446882   2764.269431    -31.917465               P   P
+PR17   9436.210433  19153.169142  14018.213689   -258.124648               P   P
+PR18  11176.887303   1767.698902  22889.408690    -34.974014               P   P
+PR19   6298.641468 -16377.873018  18510.604024   -175.123645               P   P
+PR20  -2460.106930 -25203.467825   2791.849439    -79.482351               P   P
+PR21  -9585.601711 -19296.282778 -13739.933087    -74.663486               P   P
+PR22 -11188.303309  -1896.019382 -22831.928161     18.371678               P   P
+PR23  -6155.507392  16467.820333 -18490.527863   -317.837707               P   P
+PR24   2356.660230  25146.996941  -3589.171821    -47.657946               P   P
+*  2011  9 12 16 30  0.00000000
+PG01  13004.752146 -22823.591370  -3949.557870     -2.262600               P   P
+PG02 -19720.813953   8938.948845 -14972.343882    355.734218               P   P
+PG03  17221.534738   -165.662691  19847.133719    767.346061               P   P
+PG04 -15033.669360  -5931.582392 -21335.389549    229.241195               P   P
+PG05 -25418.088114   2611.476314   7454.538115   -217.255698               P   P
+PG06  18168.225108   4988.463916  18953.224411    -72.568458               P   P
+PG07   1509.802074 -20659.622024  16492.336948     26.423149               P   P
+PG08  -5982.222039 -14266.013634  21525.004860      9.112068               P   P
+PG09 -14824.398200  22048.398837   -922.308166    105.146530               P   P
+PG10 -23116.336968  -9833.488964  -9414.021607    -12.947180               P   P
+PG11  12664.863671 -22654.705499   4376.774769   -185.285598               P   P
+PG12 -11532.422419  12428.388710 -20390.044959     21.904919               P   P
+PG13  -3068.485505 -25146.666529  -7977.002279    251.867270               P   P
+PG14  14664.751689  19562.093438 -10392.561303    171.850509               P   P
+PG15  -8972.839049  14859.031653  20065.800107   -106.600465               P   P
+PG16  24937.508945  -2644.708009   9216.046020   -197.334837               P   P
+PG17 -15497.097355 -18950.861176 -10445.823134    175.423158               P   P
+PG18   9425.885219  15828.177139  19589.535914    156.961978               P   P
+PG19  11629.834472 -11332.570002  20926.136248   -183.077693               P   P
+PG20   9576.338533 -14430.672764 -20263.685720     52.861422               P   P
+PG21   2813.391361  19110.521558  18406.757051   -170.977814               P   P
+PG22  21519.790762  11146.458285  11178.252976    144.573376               P   P
+PG23   2874.142129 -21063.961530 -15668.694017    276.552972               P   P
+PG24  15276.869809 -21373.195472  -2410.438257    423.321628               P   P
+PG25   1311.522845  15250.861708 -21734.438542     18.403647               P   P
+PG26 -14562.205196   1629.128947  21589.100016   -154.808661               P   P
+PG27 -17768.589980  18490.318854   6746.071962    304.553579               P   P
+PG28 -18725.855649 -12824.055347  14526.747320     66.963962               P   P
+PG29   4132.597899  25094.593225  -7668.599626    239.213430               P   P
+PG30   8858.561372  14669.581509 -20698.356878     86.217438               P   P
+PG31  15957.224454   2149.430796 -20968.160727    140.336095               P   P
+PG32  17840.103039  -8835.871773 -17095.344069   -327.514036               P   P
+PR01 -15026.878748   5312.639197  19929.439325   -181.034208               P   P
+PR02   3769.483022  12292.966955  22039.717166   -254.184627               P   P
+PR03   5816.096880   8865.157732 -23224.598275     59.640774               P   P
+PR04  -9207.369484 -22261.383172  -8403.461427 999999.999999               P   P
+PR05  15104.845169  -5273.007572 -19867.923497   -169.868500               P   P
+PR06  -2967.695578 -12062.670950 -22280.554864    -67.087244               P   P
+PR07 -20952.118934 -10304.693291 -10243.809329   -205.374629               P   P
+PR08 -24394.980178  -4519.001539   5936.800907    -35.204081               P   P
+PR09   8682.276183 -17917.588359  15973.569816    -41.331711               P   P
+PR10  -5960.649619  -8702.574709  23200.723080    -88.614318               P   P
+PR11 -17755.985467   5813.281103  17324.925939    -74.627491               P   P
+PR12 -19120.468711  17021.271298    479.178789   -151.455171               P   P
+PR13  -8601.928753  18049.198354 -15873.450533   -319.183695               P   P
+PR15  18570.099356  -7840.209126 -15688.766494     66.875730               P   P
+PR16  18991.274184 -16939.108108   -460.572576    -31.916904               P   P
+PR17   9850.512575  20665.860239  11333.796619   -258.123166               P   P
+PR18  11738.035964   4489.074218  22235.763984    -34.974232               P   P
+PR19   6646.048157 -14008.248318  20251.535913   -175.124578               P   P
+PR20  -2516.621203 -24643.402785   5956.992016    -79.482466               P   P
+PR21 -10009.811465 -20767.192366 -11032.130309    -74.664700               P   P
+PR22 -11749.262073  -4616.612603 -22139.337075     18.372833               P   P
+PR23  -6530.793364  14108.290335 -20231.902024   -317.840718               P   P
+PR24   2385.291266  24496.107229  -6724.138560    -47.659199               P   P
+*  2011  9 12 16 45  0.00000000
+PG01  13376.201351 -22922.223103  -1113.449194     -2.264135               P   P
+PG02 -18900.264255   7255.969018 -16860.226799    355.735958               P   P
+PG03  18366.331567   1831.422423  18758.226199    767.350563               P   P
+PG04 -13682.419031  -7931.543283 -21565.577982    229.251324               P   P
+PG05 -26094.547037   2302.312888   4736.299289   -217.260507               P   P
+PG06  19023.549031   6867.231031  17479.620723    -72.560170               P   P
+PG07   2661.181077 -22019.523879  14438.598144     26.424787               P   P
+PG08  -4400.474972 -16078.180009  20556.941854      9.112171               P   P
+PG09 -14915.050613  21844.421933   1977.726002    105.148679               P   P
+PG10 -21921.644768  -9942.333760 -11859.702744    -12.948306               P   P
+PG11  12873.537055 -21834.485109   6992.499665   -185.288668               P   P
+PG12 -13776.965798  12116.122367 -19132.145345     21.907068               P   P
+PG13  -2545.459749 -24226.559041 -10623.017335    251.865633               P   P
+PG14  14904.789955  20603.059375  -7761.912744    171.852146               P   P
+PG15 -10117.935458  12802.735111  20935.835078   -106.599032               P   P
+PG16  25803.477708  -2373.065565   6535.688460   -197.336781               P   P
+PG17 -15728.034433 -20007.189474  -7866.301443    175.421726               P   P
+PG18   7192.992882  15726.392636  20576.965736    156.963616               P   P
+PG19  12557.675609  -9075.768418  21514.145282   -183.081376               P   P
+PG20  11811.362288 -14221.527446 -19190.429095     52.861831               P   P
+PG21   1515.822214  20604.348496  16787.200670   -170.980065               P   P
+PG22  20113.882603  11285.128221  13451.817714    144.572967               P   P
+PG23   3845.865492 -19403.563936 -17525.985809    276.550210               P   P
+PG24  15599.138758 -21275.968977    436.520960    423.324493               P   P
+PG25  -1170.211597  15102.336415 -21843.692318     18.405284               P   P
+PG26 -15459.205978   -765.663483  21055.523759   -154.820019               P   P
+PG27 -17484.706666  17659.477724   9463.099735    304.557058               P   P
+PG28 -17039.843799 -12746.971552  16577.348664     66.966725               P   P
+PG29   3514.154154  24235.909180 -10270.297465    239.216295               P   P
+PG30   6528.763878  14796.596802 -21474.074685     86.212936               P   P
+PG31  14571.234071   4195.443381 -21631.716473    140.341006               P   P
+PG32  19691.651982  -8316.188945 -15212.110691   -327.520073               P   P
+PR01 -17310.204784   4768.639811  18133.991626   -181.034173               P   P
+PR02   1114.830782  11541.198444  22730.609847   -254.186918               P   P
+PR03   3843.009789  10902.377474 -22770.478835     59.643035               P   P
+PR04  -9570.985752 -23042.205805  -5334.277840 999999.999999               P   P
+PR05  17382.443205  -4731.574843 -18059.823763   -169.868636               P   P
+PR06   -288.409537 -11305.569966 -22868.652952    -67.087153               P   P
+PR07 -19562.932414  -9951.368376 -12978.672364   -205.374166               P   P
+PR08 -24945.637661  -4541.528399   2793.876023    -35.203589               P   P
+PR09   9897.341405 -19279.916539  13499.273347    -41.331455               P   P
+PR10  -3973.363256 -10740.239440  22761.001945    -88.613584               P   P
+PR11 -16075.373005   4289.366492  19302.734329    -74.627165               P   P
+PR12 -18809.028279  16970.078224   3676.234958   -151.454258               P   P
+PR13  -9766.899021  19431.819097 -13367.869395   -319.185121               P   P
+PR15  17002.218315  -6474.064887 -17921.870298     66.876963               P   P
+PR16  18699.197119 -16879.324104  -3676.414056    -31.916343               P   P
+PR17  10291.110270  21811.061811   8430.169984   -258.121684               P   P
+PR18  12470.008720   7057.831203  21151.975513    -34.974450               P   P
+PR19   7214.238745 -11486.570334  21599.030562   -175.125512               P   P
+PR20  -2436.662611 -23709.824478   9005.997260    -79.482580               P   P
+PR21 -10452.581892 -21868.856002  -8111.251963    -74.665914               P   P
+PR22 -12479.116239  -7182.205530 -21015.656762     18.373989               P   P
+PR23  -7127.265227  11599.195987 -21580.671158   -317.843730               P   P
+PR24   2268.267353  23480.246213  -9728.570076    -47.660453               P   P
+*  2011  9 12 17  0  0.00000000
+PG01  13578.786602 -22762.306990   1741.816865     -2.265670               P   P
+PG02 -18062.160515   5367.092587 -18450.883573    355.737697               P   P
+PG03  19515.852362   3653.200343  17337.479424    767.355065               P   P
+PG04 -12426.712389 -10003.078252 -21432.232830    229.261454               P   P
+PG05 -26474.651792   2033.089887   1937.090997   -217.265316               P   P
+PG06  19873.114518   8547.435925  15710.957075    -72.551882               P   P
+PG07   3608.809311 -23228.615934  12133.713132     26.426424               P   P
+PG08  -2998.309118 -17875.651646  19231.397307      9.112273               P   P
+PG09 -14857.106752  21358.639231   4843.526066    105.150828               P   P
+PG10 -20472.557158 -10101.571866 -14107.445229    -12.949431               P   P
+PG11  13034.476552 -20744.725973   9484.168881   -185.291737               P   P
+PG12 -15874.656800  11931.382824 -17543.064628     21.909216               P   P
+PG13  -1853.348293 -23073.792158 -13086.531259    251.863996               P   P
+PG14  15070.523921  21352.054852  -4998.061278    171.853783               P   P
+PG15 -11402.643577  10740.240205  21444.980008   -106.597600               P   P
+PG16  26375.365957  -2165.984480   3744.886573   -197.338725               P   P
+PG17 -15878.331148 -20782.753567  -5152.540684    175.420293               P   P
+PG18   4865.067674  15730.580245  21222.728294    156.965253               P   P
+PG19  13617.881982  -6831.454947  21729.983211   -183.085059               P   P
+PG20  13916.330746 -14116.156841 -17790.140329     52.862240               P   P
+PG21    388.365745  21993.559800  14880.743020   -170.982316               P   P
+PG22  18475.299053  11481.020073  15497.485457    144.572557               P   P
+PG23   4992.812137 -17626.543871 -19077.166871    276.547447               P   P
+PG24  15743.662831 -20926.989201   3275.821386    423.327358               P   P
+PG25  -3647.757431  15085.185765 -21578.008604     18.406921               P   P
+PG26 -16449.087414  -3025.939852  20141.613907   -154.831376               P   P
+PG27 -17102.862335  16557.579800  12017.899522    304.560537               P   P
+PG28 -15142.004055 -12750.605293  18355.610637     66.969487               P   P
+PG29   2722.855507  23156.313138 -12695.141119    239.219160               P   P
+PG30   4143.650233  15051.295405 -21893.412485     86.208434               P   P
+PG31  13269.723704   6362.660076 -21916.990792    140.345918               P   P
+PG32  21336.544873  -7913.430485 -13057.295041   -327.526110               P   P
+PR01 -19389.194319   4439.245082  15986.789304   -181.034139               P   P
+PR02  -1643.588464  10970.668836  22980.545987   -254.189209               P   P
+PR03   2085.072234  13020.438427 -21875.641689     59.645295               P   P
+PR04  -9866.611011 -23430.960880  -2161.544763 999999.999999               P   P
+PR05  19453.890433  -4404.322579 -15900.980688   -169.868772               P   P
+PR06   2482.466418 -10735.584184 -23012.866100    -67.087061               P   P
+PR07 -17834.088527  -9652.015475 -15461.149021   -205.373703               P   P
+PR08 -25113.751266  -4448.017737   -403.318327    -35.203098               P   P
+PR09  10793.965593 -20490.056048  10763.495689    -41.331198               P   P
+PR10  -2199.012805 -12861.788367  21877.783283    -88.612850               P   P
+PR11 -14369.622788   2477.683866  20904.568374    -74.626839               P   P
+PR12 -18243.657145  16607.636142   6802.615314   -151.453344               P   P
+PR13 -10613.225993  20653.172102 -10603.230673   -319.186548               P   P
+PR15  15377.760062  -4800.501302 -19808.089969     66.878197               P   P
+PR16  18150.085232 -16506.573778  -6820.415207    -31.915782               P   P
+PR17  10702.000787  22571.855807   5363.535436   -258.120202               P   P
+PR18  13338.041667   9415.202127  19659.328328    -34.974668               P   P
+PR19   8010.142352  -8880.519180  22526.907398   -175.126445               P   P
+PR20  -2174.678387 -22437.980584  11879.462113    -79.482694               P   P
+PR21 -10857.763546 -22586.052000  -5033.747002    -74.667128               P   P
+PR22 -13342.211255  -9533.779565 -19482.246020     18.375145               P   P
+PR23  -7951.142661   9008.008562 -22510.718101   -317.846741               P   P
+PR24   1961.871853  22136.982998 -12544.211469    -47.661706               P   P
+*  2011  9 12 17 15  0.00000000
+PG01  13645.034598 -22325.809377   4567.107963     -2.267204               P   P
+PG02 -17244.002861   3297.964563 -19717.223973    355.739436               P   P
+PG03  20631.842945   5277.449911  15611.495963    767.359567               P   P
+PG04 -11288.484167 -12105.649879 -20936.568596    229.271583               P   P
+PG05 -26550.769964   1767.810238   -895.224485   -217.270125               P   P
+PG06  20679.101034  10011.218748  13677.214263    -72.543594               P   P
+PG07   4362.795479 -24244.394375   9617.496992     26.428061               P   P
+PG08  -1788.689729 -19609.007935  17569.921432      9.112375               P   P
+PG09 -14687.501359  20577.769430   7625.003473    105.152976               P   P
+PG10 -18795.740125 -10340.963168 -16119.800611    -12.950557               P   P
+PG11  13179.735828 -19394.994909  11807.165448   -185.294807               P   P
+PG12 -17782.396706  11854.202682 -15649.961215     21.911365               P   P
+PG13   -973.122345 -21727.430942 -15325.623972    251.862359               P   P
+PG14  15122.286040  21812.671243  -2148.632742    171.855420               P   P
+PG15 -12808.513307   8715.674401  21584.985734   -106.596167               P   P
+PG16  26640.082836  -1986.577792    890.828091   -197.340669               P   P
+PG17 -15910.017730 -21281.514952  -2351.039424    175.418861               P   P
+PG18   2485.170919  15849.841155  21515.416791    156.966890               P   P
+PG19  14792.694521  -4645.425673  21571.019663   -183.088743               P   P
+PG20  15851.653650 -14095.888851 -16086.282052     52.862650               P   P
+PG21   -571.139569  23235.455130  12718.161311   -170.984567               P   P
+PG22  16634.344285  11760.436600  17280.852833    144.572148               P   P
+PG23   6312.309390 -15779.932514 -20295.946484    276.544685               P   P
+PG24  15742.894896 -20309.928738   6057.663851    423.330223               P   P
+PG25  -6072.147273  15195.795806 -20941.853152     18.408558               P   P
+PG26 -17499.451374  -5110.770587  18865.846372   -154.842733               P   P
+PG27 -16665.630612  15191.104112  14368.376095    304.564016               P   P
+PG28 -13068.299215 -12860.888533  19833.026964     66.972250               P   P
+PG29   1742.323236  21893.236742 -14901.193692    239.222025               P   P
+PG30   1749.510697  15434.944538 -21949.663991     86.203932               P   P
+PG31  12082.596017   8609.170924 -21818.235589    140.350829               P   P
+PG32  22738.684386  -7603.527616 -10669.371056   -327.532147               P   P
+PR01 -21205.870074   4298.760903  13529.465715   -181.034105               P   P
+PR02  -4439.063876  10599.282779  22784.721366   -254.191500               P   P
+PR03    575.353669  15157.115721 -20557.681346     59.647555               P   P
+PR04 -10038.687392 -23434.377297   1053.146424 999999.999999               P   P
+PR05  21261.345576  -4265.302080 -13433.303256   -169.868907               P   P
+PR06   5277.348372 -10369.001680 -22710.533288    -67.086970               P   P
+PR07 -15802.067463  -9453.469971 -17643.035356   -205.373240               P   P
+PR08 -24884.901655  -4291.104405  -3592.675287    -35.202606               P   P
+PR09  11382.643581 -21488.829253   7819.361426    -41.330942               P   P
+PR10   -671.458703 -15004.558776  20567.965113    -88.612116               P   P
+PR11 -12700.779298    406.570950  22099.448311    -74.626514               P   P
+PR12 -17475.074865  15909.065352   9798.115855   -151.452431               P   P
+PR13 -11153.201819  21653.655494  -7633.070113   -319.187974               P   P
+PR15  13759.998791  -2841.415157 -21310.673680     66.879431               P   P
+PR16  17395.341071 -15796.387041  -9831.236770    -31.915221               P   P
+PR17  11026.259344  22944.509517   2193.208625   -258.118720               P   P
+PR18  14298.149154  11510.832943  17786.933288    -34.974887               P   P
+PR19   9028.251048  -6259.146598  23017.136507   -175.127379               P   P
+PR20  -1693.218459 -20873.743695  14521.449031    -79.482808               P   P
+PR21 -11168.617601 -22916.719066  -1859.053023    -74.668343               P   P
+PR22 -14293.638870 -11620.758041 -17568.542024     18.376301               P   P
+PR23  -8996.255619   6403.426064 -23004.043845   -317.849752               P   P
+PR24   1430.853243  20514.007925 -15116.511745    -47.662959               P   P
+*  2011  9 12 17 30  0.00000000
+PG01  13611.074196 -21602.787788   7313.797689     -2.268739               P   P
+PG02 -16479.223948   1081.104722 -20638.126190    355.741176               P   P
+PG03  21674.427995   6690.042367  13612.081287    767.364069               P   P
+PG04 -10282.708818 -14195.635506 -20085.841722    229.281713               P   P
+PG05 -26323.879046   1469.983086  -3712.243430   -217.274934               P   P
+PG06  21402.295248  11248.475979  11412.738660    -72.535307               P   P
+PG07   4941.065623 -25028.774886   6933.590322     26.429698               P   P
+PG08   -775.726696 -21228.353445  15600.235319      9.112478               P   P
+PG09 -14445.840210  19497.623850  10272.896022    105.155125               P   P
+PG10 -16924.089903 -10685.271146 -17863.130440    -12.951682               P   P
+PG11  13339.922380 -17802.794242  13919.777256   -185.297876               P   P
+PG12 -19462.585654  11857.936489 -13485.363345     21.913514               P   P
+PG13    106.452958 -20230.920965 -17302.354544    251.860722               P   P
+PG14  15022.905043  21997.266242    737.511586    171.857057               P   P
+PG15 -14310.021286   6769.683035  21353.971304   -106.594735               P   P
+PG16  26593.227131  -1796.446831  -1978.275329   -197.342613               P   P
+PG17 -15787.660812 -21515.767271    490.423689    175.417429               P   P
+PG18     97.848095  16085.939747  21449.261396    156.968527               P   P
+PG19  16057.215368  -2559.693481  21041.098630   -183.092426               P   P
+PG20  17582.626265 -14136.046925 -14107.525850     52.863059               P   P
+PG21  -1372.232676  24289.656944  10335.119995   -170.986818               P   P
+PG22  14626.843356  12144.229685  18771.937072    144.571739               P   P
+PG23   7793.366075 -13910.680990 -21162.014015    276.541922               P   P
+PG24  15632.918502 -19416.626506   8733.365628    423.333088               P   P
+PG25  -8396.072286  15422.565490 -19946.039272     18.410196               P   P
+PG26 -18572.606082  -6986.723333  17253.220828   -154.854091               P   P
+PG27 -16214.675395  13574.997961  16476.535279    304.567495               P   P
+PG28 -10859.474446 -13097.253070  20985.885661     66.975013               P   P
+PG29    563.843846  20488.181398 -16850.229272    239.224890               P   P
+PG30   -607.671643  15941.016952 -21641.936743     86.199430               P   P
+PG31  11032.577449  10888.449663 -21336.540435    140.355740               P   P
+PG32  23869.055506  -7356.959820  -8091.094638   -327.538183               P   P
+PR01 -22710.238823   4311.538703  10809.668719   -181.034071               P   P
+PR02  -7202.762477  10433.016198  22146.962870   -254.193792               P   P
+PR03   -665.286822  17246.387022 -18842.313292     59.649816               P   P
+PR04 -10035.258697 -23072.080413   4247.396272 999999.999999               P   P
+PR05  22755.024041  -4278.640664 -10704.703924   -169.869043               P   P
+PR06   8026.972867 -10210.028044 -21967.644852    -67.086879               P   P
+PR07 -13513.631910  -9395.568621 -19481.999243   -205.372777               P   P
+PR08 -24257.741045  -4125.422142  -6712.221174    -35.202115               P   P
+PR09  11685.945383 -22222.421147   4723.948855    -41.330685               P   P
+PR10    587.647927 -17101.875382  18856.821899    -88.611381               P   P
+PR11 -11125.804679  -1883.912898  22864.361898    -74.626188               P   P
+PR12 -16559.482542  14861.504044  12604.924378   -151.451518               P   P
+PR13 -11411.192027  22379.390119  -4514.924367   -319.189401               P   P
+PR15  12208.436911   -631.122505 -22400.233048     66.880665               P   P
+PR16  16491.930635 -14736.580414 -12650.253954    -31.914660               P   P
+PR17  11208.626548  22938.474639  -1019.514996   -258.117239               P   P
+PR18  15299.007766  13304.603811  15571.154049    -34.975105               P   P
+PR19  10250.698388  -3690.200402  23060.188327   -175.128312               P   P
+PR20   -964.771887 -19071.713168  16880.582746    -79.482922               P   P
+PR21 -11330.391189 -22871.888258   1351.533521    -74.669557               P   P
+PR22 -15281.157859 -13402.898340 -15311.517300     18.377456               P   P
+PR23 -10244.150494   3852.715985 -23051.110982   -317.852763               P   P
+PR24    650.155525  18667.175326 -17395.673114    -47.664212               P   P
+*  2011  9 12 17 45  0.00000000
+PG01  13515.073762 -20591.891991   9934.603724     -2.270274               P   P
+PG02 -15795.888103  -1245.211489 -21198.749406    355.742915               P   P
+PG03  22603.689877   7885.200925  11375.550897    767.368571               P   P
+PG04  -9416.909532 -16227.802636 -18893.310429    229.291842               P   P
+PG05 -25803.509767   1104.220602  -6465.831768   -217.279743               P   P
+PG06  22003.602380  12257.045005   8955.695163    -72.527019               P   P
+PG07   5368.468640 -25549.594865   4128.684994     26.431335               P   P
+PG08     45.374099 -22685.215731  13355.819955      9.112580               P   P
+PG09 -14172.715598  18123.540013  12739.704376    105.157274               P   P
+PG10 -14895.644292 -11153.201089 -19308.119072    -12.952808               P   P
+PG11  13542.788954 -15993.039550  15784.039223   -185.300946               P   P
+PG12 -20884.445078  11910.416996 -11086.613723     21.915662               P   P
+PG13   1388.221125 -18630.443870 -18983.373386    251.859085               P   P
+PG14  14739.267662  21926.325741   3611.103676    171.858694               P   P
+PG15 -15875.451596   4938.034266  20756.420027   -106.593302               P   P
+PG16  26239.227244  -1557.319813  -4813.958650   -197.344557               P   P
+PG17 -15479.845398 -21505.504790   3323.582405    175.415996               P   P
+PG18  -2252.323183  16433.173327  21024.274009    156.970164               P   P
+PG19  17380.323018   -611.073973  20150.396491   -183.096110               P   P
+PG20  19080.601599 -14206.985977 -11887.303694     52.863468               P   P
+PG21  -2031.356740  25119.683783   7771.673535   -170.989069               P   P
+PG22  12492.929638  12646.887458  19945.644245    144.571329               P   P
+PG23   9416.970973 -12063.932749 -21661.340176    276.539159               P   P
+PG24  15451.853993 -18247.534712  11256.254718    423.335953               P   P
+PG25 -10575.506914  15746.380403 -18607.551395     18.411833               P   P
+PG26 -19627.144079  -8628.909302  15334.609382   -154.865448               P   P
+PG27 -15789.102870  11732.145833  18308.962443    304.570974               P   P
+PG28  -8559.725749 -13471.854204  21795.567772     66.977775               P   P
+PG29   -813.079576  18985.146028 -18508.408604    239.227755               P   P
+PG30  -2883.727684  16555.399757 -20975.162720     86.194928               P   P
+PG31  10134.395049  13151.004505 -20479.857705    140.360651               P   P
+PG32  24706.777929  -7140.145479  -5368.648659   -327.544220               P   P
+PR01 -23862.243646   4433.692103   7880.142005   -181.034036               P   P
+PR02  -9866.344941  10465.720234  21079.652602   -254.196083               P   P
+PR03  -1628.824908  19221.058609 -16762.867082     59.652076               P   P
+PR04  -9810.390100 -22375.661186   7359.207708 999999.999999               P   P
+PR05  23895.145314  -4400.271740  -7768.169885   -169.869179               P   P
+PR06  10663.034234 -10250.678337 -20798.717435    -67.086788               P   P
+PR07 -11024.068811  -9509.309689 -20942.397983   -205.372313               P   P
+PR08 -23244.112948  -4005.050011  -9701.322819    -35.201624               P   P
+PR09  11737.305535 -22644.682875   1537.188849    -41.330428               P   P
+PR10   1569.562459 -19085.730323  16777.528124    -88.610647               P   P
+PR11  -9694.263506  -4343.427180  23184.694799    -74.625862               P   P
+PR12 -15556.112807  13464.891234  15168.715601   -151.450605               P   P
+PR13 -11422.366956  22784.541469  -1309.224414   -319.190827               P   P
+PR15  10776.357058   1784.798200 -23055.328095     66.881898               P   P
+PR16  15499.832373 -13327.978315 -15222.707034    -31.914099               P   P
+PR17  11198.036142  22575.855612  -4212.530609   -258.115757               P   P
+PR18  16284.158725  14768.027084  13054.902532    -34.975323               P   P
+PR19  11647.872512  -1237.514467  22655.218674   -175.129245               P   P
+PR20     26.822479 -17092.970192  18911.052575    -79.483036               P   P
+PR21 -11292.820600 -22475.089677   4536.021382    -74.670771               P   P
+PR22 -16247.453933 -14851.757244 -12754.978759     18.378612               P   P
+PR23 -11664.725711   1419.129837 -22651.024834   -317.855775               P   P
+PR24   -393.783779  16658.226997 -19337.605258    -47.665465               P   P
+*  2011  9 12 18  0  0.00000000
+PG01  13395.606972 -19300.543443  12384.403256     -2.271809               P   P
+PG02 -15215.634372  -3638.289379 -21390.715418    355.744655               P   P
+PG03  23381.235053   8865.423102   8941.976185    767.373073               P   P
+PG04  -8690.952464 -18156.869471 -17378.099796    229.301972               P   P
+PG05 -25007.376934    637.792886  -9108.931093   -217.284552               P   P
+PG06  22445.565975  13042.598146   6347.464238    -72.518731               P   P
+PG07   5675.602542 -25781.898032   1251.685309     26.432972               P   P
+PG08    687.993098 -23934.424943  10875.374326      9.112682               P   P
+PG09 -13907.954365  16470.447448  14980.638468    105.159422               P   P
+PG10 -12752.315899 -11756.563679 -20430.231726    -12.953933               P   P
+PG11  13811.947124 -13997.234160  17366.502148   -185.304016               P   P
+PG12 -22025.084486  11975.343126  -8495.221140     21.917811               P   P
+PG13   2866.363117 -16973.190910 -20340.450219    251.857448               P   P
+PG14  14243.722629  21627.532852   6423.289489    171.860331               P   P
+PG15 -17468.021328   3250.425745  19803.067880   -106.591870               P   P
+PG16  25591.166218  -1232.687111  -7568.278024   -197.346501               P   P
+PG17 -14960.504796 -21277.516570   6100.470718    175.414564               P   P
+PG18  -4522.197904  16878.523087  20246.319841    156.971801               P   P
+PG19  18725.829685   1170.010110  18915.175651   -183.099793               P   P
+PG20  20323.945223 -14275.334396  -9463.275544     52.863878               P   P
+PG21  -2571.096444  25694.421098   5071.654370   -170.991320               P   P
+PG22  10275.683041  13275.869332  20782.162738    144.570920               P   P
+PG23  11156.711638 -10281.394154 -21786.356078    276.536397               P   P
+PG24  15238.199141 -16811.827724  13582.516008    423.338818               P   P
+PG25 -12571.211736  16141.389119 -16949.263908     18.413470               P   P
+PG26 -20619.654166 -10021.651855  13146.003922   -154.876805               P   P
+PG27 -15423.962729   9692.568139  19837.200336    304.574452               P   P
+PG28  -6215.260461 -13989.057614  22248.789621     66.980538               P   P
+PG29  -2380.496487  17428.966768 -19846.881554    239.230619               P   P
+PG30  -5037.743657  17256.885686 -19960.036494     86.190426               P   P
+PG31   9394.284607  15346.164679 -19262.890755    140.365563               P   P
+PG32  25239.826821  -6917.004626  -2550.718067   -327.550257               P   P
+PR01 -24633.318612   4615.168556   4797.707029   -181.034002               P   P
+PR02 -12364.565137  10679.450734  19603.488541   -254.198374               P   P
+PR03  -2320.154558  21015.453007 -14359.639586     59.654336               P   P
+PR04  -9326.342390 -21387.262315  10328.188183 999999.999999               P   P
+PR05  24653.478599  -4580.018748  -4680.734639   -169.869315               P   P
+PR06  13120.784944 -10471.197170 -19226.506170    -67.086696               P   P
+PR07  -8395.087539  -9815.401728 -21995.963484   -205.371850               P   P
+PR08 -21868.636780  -3980.985964 -12501.869809    -35.201132               P   P
+PR09  11579.369222 -22719.131245  -1679.285673    -41.330172               P   P
+PR10   2278.589582 -20889.543573  14370.520294    -88.609913               P   P
+PR11  -8446.342135  -6913.225481  23054.494662    -74.625537               P   P
+PR12 -14524.663164  11732.234788  17439.691418   -151.449692               P   P
+PR13 -11230.985947  22833.326122   1921.869321   -319.192253               P   P
+PR15   9508.646911   4351.139539 -23262.903733     66.883132               P   P
+PR16  14479.384407 -11584.590821 -17498.765329    -31.913538               P   P
+PR17  10949.977629  21890.370102  -7324.109320   -258.114275               P   P
+PR18  17194.437373  15885.168358  10286.816163    -34.975541               P   P
+PR19  13179.538922   1041.427859  21810.085663   -175.130179               P   P
+PR20   1285.451302 -15002.581930  20573.500552    -79.483150               P   P
+PR21 -11012.458411 -21761.258894   7632.902066    -74.671986               P   P
+PR22 -17132.643636 -15951.665052  -9948.720697     18.379768               P   P
+PR23 -13217.370834   -840.504357 -21811.549227   -317.858786               P   P
+PR24  -1702.222507  14552.291731 -20904.767136    -47.666718               P   P
+*  2011  9 12 18 15  0.00000000
+PG01  13290.011025 -17744.785532  14621.011414     -2.273343               P   P
+PG02 -14752.901460  -6052.511163 -21212.161996    355.746394               P   P
+PG03  23971.685281   9641.080126   6354.390539    767.377575               P   P
+PG04  -8097.138848 -19939.094956 -15564.968239    229.312101               P   P
+PG05 -23960.711809     42.081534 -11596.347086   -217.289361               P   P
+PG06  22693.841344  13618.250253   3631.989909    -72.510443               P   P
+PG07   5897.408788 -25708.947827  -1647.178498     26.434609               P   P
+PG08   1173.419198 -24935.895424   8202.148550      9.112784               P   P
+PG09 -13688.871535  14562.548996  16954.549295    105.161571               P   P
+PG10 -10538.489777 -12499.694192 -21210.112985    -12.955059               P   P
+PG11  14165.761323 -11852.373934  18638.906263   -185.307085               P   P
+PG12 -22870.269171  12013.844710  -5756.130553     21.919960               P   P
+PG13   4526.460272 -15305.620027 -21350.911972    251.855811               P   P
+PG14  13515.275813  21134.582726   9126.429516    171.861968               P   P
+PG15 -19047.206617   1729.536202  18510.688472   -106.590438               P   P
+PG16  24670.297824   -789.373399 -10194.579815   -197.348445               P   P
+PG17 -14210.050764 -20864.242673   8774.195345    175.413131               P   P
+PG18  -6671.491231  17402.086095  19127.110434    156.973438               P   P
+PG19  20053.833269   2760.465031  17357.442692   -183.103477               P   P
+PG20  21298.735113 -14305.396431  -6876.719277     52.864287               P   P
+PG21  -3019.146726  25989.424708   2281.949419   -170.993571               P   P
+PG22   8019.667918  14031.212866  21267.277774    144.570511               P   P
+PG23  12979.684870  -8599.865640 -21536.011663    276.533634               P   P
+PG24  15029.173612 -15127.170475  15671.971734    423.341683               P   P
+PG25 -14350.057382  16576.052855 -14999.559199     18.415107               P   P
+PG26 -21506.488899 -11158.763750  10727.691266   -154.888163               P   P
+PG27 -15148.944529   7492.388347  21038.033210    304.577931               P   P
+PG28  -3872.795224 -14645.204731  22337.788974     66.983300               P   P
+PG29  -4122.109692  15863.633056 -20842.304677    239.233484               P   P
+PG30  -7033.388891  18017.931114 -18612.880600     86.185924               P   P
+PG31   8809.852587  17423.929964 -17706.845004    140.370474               P   P
+PG32  25465.393155  -6650.623299    312.479127   -327.556294               P   P
+PR01 -25007.481094   4802.088420   1622.164808   -181.033968               P   P
+PR02 -14637.746753  11045.309127  17747.086150   -254.200665               P   P
+PR03  -2756.629946  22568.048391 -11679.120617     59.656597               P   P
+PR04  -8555.408468 -20157.741270  13096.720104 999999.999999               P   P
+PR05  25014.422096  -4763.944410  -1502.369783   -169.869451               P   P
+PR06  15341.492383 -10840.988273 -17281.559980    -67.086605               P   P
+PR07  -5692.462096 -10323.262047 -22622.342493   -205.371387               P   P
+PR08 -20167.774129  -4098.755289 -15059.408110    -35.200641               P   P
+PR09  11261.965963 -22420.562076  -4863.318200    -41.329915               P   P
+PR10   2731.664908 -22450.886559  11682.708952    -88.609179               P   P
+PR11  -7411.284059  -9528.386545  22476.565477    -74.625211               P   P
+PR12 -13522.717316   9689.349110  19373.547277   -151.448779               P   P
+PR13 -10888.306498  22501.617836   5115.668045   -319.193680               P   P
+PR15   8439.988130   7005.110598 -23018.567993     66.884366               P   P
+PR16  13488.644127  -9533.242428 -19434.483919    -31.912977               P   P
+PR17  10428.595147  20925.845090 -10294.076631   -258.112793               P   P
+PR18  17970.529568  16653.055379   7320.331805    -34.975759               P   P
+PR19  14796.426682   3097.656299  20541.198161   -175.131112               P   P
+PR20   2802.327117 -12866.960717  21835.778448    -79.483264               P   P
+PR21 -10454.727674 -20775.188304  10582.319767    -74.673200               P   P
+PR22 -17876.915104 -16700.164670  -6947.547637     18.380924               P   P
+PR23 -14852.562376  -2877.912900 -20548.956719   -317.861797               P   P
+PR24  -3263.823607  12415.265029 -22066.881266    -47.667972               P   P
+*  2011  9 12 18 30  0.00000000
+PG01  13232.801492 -15948.809822  16605.909117     -2.274878               P   P
+PG02 -14414.459511  -8440.929564 -20667.673819    355.748134               P   P
+PG03  24344.036906  10229.720331   3657.975822    767.382077               P   P
+PG04  -7620.597170 -21533.839644 -13483.972896    229.322231               P   P
+PG05 -22695.321125   -706.123747 -13885.508124   -217.294170               P   P
+PG06  22718.569269  14003.893779    855.086061    -72.502155               P   P
+PG07   6071.592192 -25322.927057  -4517.265837     26.436246               P   P
+PG08   1529.834421 -25656.231111   5383.162870      9.112887               P   P
+PG09 -13548.606292  12432.617795  18624.818993    105.163720               P   P
+PG10  -8299.532607 -13379.149640 -21633.920638    -12.956184               P   P
+PG11  14616.473425  -9599.629073  19578.740507   -185.310155               P   P
+PG12 -23414.857277  11986.161327  -2916.925219     21.922108               P   P
+PG13   6345.886775 -13671.761546 -21997.986371    251.854174               P   P
+PG14  12540.533929  20485.790247  11674.867982    171.863605               P   P
+PG15 -20570.217698    390.355373  16901.780246   -106.589005               P   P
+PG16  23505.270407   -198.988905 -12648.254368   -197.350389               P   P
+PG17 -13216.263859 -20302.436500  11299.682963    175.411699               P   P
+PG18  -8664.118573  17977.778892  17684.112615    156.975075               P   P
+PG19  21322.210207   4145.172504  15504.520862   -183.107160               P   P
+PG20  21999.177930 -14260.662355  -4171.850804     52.864696               P   P
+PG21  -3407.047256  25987.994991   -548.326392   -170.995822               P   P
+PG22   5769.422853  14905.426903  21392.603338    144.570102               P   P
+PG23  14847.659206  -7049.987730 -20915.717661    276.530872               P   P
+PG24  14859.135440 -13219.158508  17488.781043    423.344547               P   P
+PG25 -15886.119031  17014.428417 -12791.850617     18.416744               P   P
+PG26 -22245.511340 -12043.438122   8123.384512   -154.899520               P   P
+PG27 -14987.305440   5172.611884  21893.685481    304.581410               P   P
+PG28  -1578.038440 -15428.664414  22060.454509     66.986063               P   P
+PG29  -6013.705960  14330.645842 -21477.263634    239.236349               P   P
+PG30  -8840.084916  18805.656800 -16955.437496     86.181422               P   P
+PG31   8370.299045  19336.806807 -15839.045703    140.375385               P   P
+PG32  25389.872191  -6304.945173   3170.178380   -327.562330               P   P
+PR01 -24981.916069   4939.252553  -1584.861392   -181.033934               P   P
+PR02 -16634.035329  11524.759318  15546.428203   -254.202956               P   P
+PR03  -2967.086724  23823.962111  -8773.105138     59.658857               P   P
+PR04  -7481.334009 -18744.487728  15611.076776 999999.999999               P   P
+PR05  24975.570800  -4896.865419   1705.181314   -169.869587               P   P
+PR06  17274.651429 -11320.013843 -15001.628635    -67.086514               P   P
+PR07  -2983.515314 -11030.506764 -22809.482273   -205.370924               P   P
+PR08 -18188.415351  -4396.256013 -17324.202536    -35.200150               P   P
+PR09  10839.796453 -21736.211329  -7953.413270    -41.329658               P   P
+PR10   2957.392858 -23714.052451   8766.555967    -88.608445               P   P
+PR11  -6606.304649 -12120.307860  21462.392077    -74.624886               P   P
+PR12 -12603.260601   7374.068260  20932.346133   -151.447866               P   P
+PR13 -10450.206408  21778.084844   8210.168715   -319.195106               P   P
+PR15   7593.486198   9678.712335 -22326.704872     66.885600               P   P
+PR16  12580.872481  -7212.669830 -20992.635520    -31.912416               P   P
+PR17   9608.434672  19734.311006 -13064.962474   -258.111311               P   P
+PR18  18555.549876  17081.560158   4212.672880    -34.975977               P   P
+PR19  16442.212267   4892.512948  18873.198547   -175.132046               P   P
+PR20   4556.130305 -10751.189805  22673.559765    -79.483378               P   P
+PR21  -9595.617201 -19569.587082  13327.212562    -74.674414               P   P
+PR22 -18423.191302 -17107.894971  -3810.186606     18.382079               P   P
+PR23 -16513.850521  -4655.143321 -18887.716044   -317.864808               P   P
+PR24  -5054.898102  10311.177532 -22801.507975    -47.669225               P   P
+*  2011  9 12 18 45  0.00000000
+PG01  13254.205830 -13944.175984  18304.907722     -2.276413               P   P
+PG02 -14199.260205 -10756.894903 -19768.099447    355.749873               P   P
+PG03  24472.839628  10655.113899    899.247238    767.386579               P   P
+PG04  -7239.966165 -22905.037639 -11170.033229    229.332360               P   P
+PG05 -21248.407916  -1623.535345 -15937.182261   -217.298979               P   P
+PG06  22495.599535  14225.284708  -1936.291060    -72.493868               P   P
+PG07   6236.931590 -24625.294341  -7308.450906     26.437883               P   P
+PG08   1791.000137 -26070.082143   2468.328022      9.112989               P   P
+PG09 -13514.617001  10120.928513  19960.180762    105.165869               P   P
+PG10  -6080.263972 -14383.697637 -21693.589401    -12.957310               P   P
+PG11  15169.597129  -7282.860333  20169.672533   -185.313224               P   P
+PG12 -23662.888085  11853.367388    -26.976338     21.924257               P   P
+PG13   8294.515225 -12111.634768 -22271.048551    251.852536               P   P
+PG14  11314.363974  19722.544237  14025.660854    171.865243               P   P
+PG15 -21993.566545   -760.185191  15004.162777   -106.587573               P   P
+PG16  22131.085368    560.794217 -14887.464744   -197.352333               P   P
+PG17 -11974.912880 -19631.683452  13634.393228    175.410266               P   P
+PG18 -10469.399038  18574.293730  15940.368073    156.976712               P   P
+PG19  22488.191660   5317.327724  13388.547185   -183.110844               P   P
+PG20  22427.723474 -14105.368795  -1395.083889     52.865105               P   P
+PG21  -3768.729975  25681.966552  -3368.745650   -170.998073               P   P
+PG22   3567.956082  15883.675589  21155.728476    144.569692               P   P
+PG23  16718.440991  -5655.246152 -19937.177383    276.528109               P   P
+PG24  14758.133417 -11120.455267  19002.046334    423.347412               P   P
+PG25 -17161.499592  17417.635315 -10364.017631     18.418381               P   P
+PG26 -22797.750530 -12687.775000   5379.336653   -154.910877               P   P
+PG27 -14955.056037   2777.763013  22391.943649    304.584889               P   P
+PG28    625.795235 -16320.171074  21420.396861     66.988825               P   P
+PG29  -8023.901580  12867.482271 -21740.591891    239.239214               P   P
+PG30 -10433.975244  19583.059500 -15014.587255     86.176920               P   P
+PG31   8056.992815  21041.554594 -13692.429985    140.380297               P   P
+PG32  25028.486178  -5846.416310   5972.046654   -327.568367               P   P
+PR01 -24567.027879   4972.712225  -4761.120190   -181.033900               P   P
+PR02 -18311.333151  12071.365356  13044.172850   -254.205247               P   P
+PR03  -2990.384729  24737.177065  -5697.707951     59.661117               P   P
+PR04  -6100.261651 -17208.987242  17822.462345 999999.999999               P   P
+PR05  24547.749145  -4924.925566   4879.605025   -169.869723               P   P
+PR06  18879.862424 -11860.604505 -12430.932793    -67.086422               P   P
+PR07   -334.549122 -11922.953616 -22553.855225   -205.370461               P   P
+PR08 -15986.045318  -4901.933345 -19252.207043    -35.199658               P   P
+PR09  10369.929575 -20666.416541 -10889.905779    -41.329402               P   P
+PR10   2994.582172 -24632.362606   5679.035731    -88.607711               P   P
+PR11  -6036.028169 -14619.358084  20031.897838    -74.624560               P   P
+PR12 -11812.393095   4834.961415  22085.282296   -151.446953               P   P
+PR13  -9974.619255  20664.809288  11145.257635   -319.196533               P   P
+PR15   6979.799991  12301.346390 -21200.417537     66.886833               P   P
+PR16  11802.248560  -4672.128978 -22143.403330    -31.911855               P   P
+PR17   8475.765911  18373.772739 -15583.101747   -258.109829               P   P
+PR18  18897.535702  17192.760754   1023.767412    -34.976195               P   P
+PR19  18055.818581   6399.014354  16838.485651   -175.132979               P   P
+PR20   6513.686286  -8716.427702  23070.796081    -79.483492               P   P
+PR21  -8422.946354 -18202.829388  15814.404185    -74.675629               P   P
+PR22 -18719.699319 -17197.922249   -598.111766     18.383235               P   P
+PR23 -18140.154671  -6145.895147 -16860.022377   -317.867820               P   P
+PR24  -7040.171632   8299.660620 -23094.469803    -47.670478               P   P
+*  2011  9 12 19  0  0.00000000
+PG01  13378.872948 -11768.754958  19688.738953     -2.277948               P   P
+PG02 -14098.603540 -12955.652695 -18530.264636    355.751612               P   P
+PG03  24339.155520  10946.084307  -1874.747922    767.391081               P   P
+PG04  -6928.347792 -24022.520988  -8662.394418    229.342490               P   P
+PG05 -19661.198237  -2719.527049 -17716.141318   -217.303788               P   P
+PG06  22007.518533  14312.911589  -4694.795561    -72.485580               P   P
+PG07   6431.551235 -23626.782387  -9972.037512     26.439520               P   P
+PG08   1994.698823 -26161.189821   -490.513028      9.113091               P   P
+PG09 -13607.407610   7673.860078  20935.440266    105.168017               P   P
+PG10  -3923.442415 -15494.601446 -21387.018714    -12.958435               P   P
+PG11  15823.608337  -4947.034728  20401.839049   -185.316294               P   P
+PG12 -23627.317637  11579.073386   2863.442902     21.926406               P   P
+PG13  10335.707737 -10659.832853 -22165.769291    251.850899               P   P
+PG14   9840.246143  18887.666318  16139.253899    171.866880               P   P
+PG15 -23274.667753  -1723.269289  12850.490051   -106.586140               P   P
+PG16  20587.826648   1505.188690 -16873.840463   -197.354277               P   P
+PG17 -10490.081918 -18892.830507  15738.989336    175.408834               P   P
+PG18 -12063.075832  19156.278828  13924.218855    156.978349               P   P
+PG19  23509.963835   6278.461732  11045.904653   -183.114527               P   P
+PG20  22594.870372 -13806.048599   1405.759076     52.865515               P   P
+PG21  -4138.938605  25072.168383  -6128.553479   -171.000324               P   P
+PG22   1455.300261  16944.247837  20560.275369    144.569283               P   P
+PG23  18547.389033  -4431.269160 -18618.116283    276.525346               P   P
+PG24  14750.652410  -8869.664252  20186.316964    423.350277               P   P
+PG25 -18166.849876  17745.450516  -7757.762125     18.420018               P   P
+PG26 -23128.903645 -13111.978941   2543.459287   -154.922235               P   P
+PG27 -15060.421634    354.427271  22526.209867    304.588368               P   P
+PG28   2699.390960 -17293.441591  20426.958333     66.991588               P   P
+PG29 -10115.175333  11506.227213 -21627.578987    239.242079               P   P
+PG30 -11798.660593  20310.395275 -12821.990235     86.172418               P   P
+PG31   7844.374570  22500.769217 -11304.924529    140.385208               P   P
+PG32  24404.563938  -5245.512772   8669.127614   -327.574404               P   P
+PR01 -23785.957124   4852.292352  -7844.939847   -181.033865               P   P
+PR02 -19638.837398  12632.877027  10288.832563   -254.207538               P   P
+PR03  -2873.533401  25272.420028  -2512.298389     59.663378               P   P
+PR04  -4421.158039 -15614.233431  19687.955836 999999.999999               P   P
+PR05  23754.507317  -4798.117742   7959.230449   -169.869858               P   P
+PR06  20128.297846 -12409.603701  -9619.310721    -67.086331               P   P
+PR07   2191.673168 -12975.137192 -21860.518915   -205.369997               P   P
+PR08 -13622.564834  -5633.361299 -20805.923783    -35.199167               P   P
+PR09   9909.213922 -19224.751515 -13616.093935    -41.329145               P   P
+PR10   2890.342527 -25170.109601   2480.501950    -88.606977               P   P
+PR11  -5692.467924 -16957.578502  18213.041606    -74.624234               P   P
+PR12 -11187.337070   2129.598279  22809.318618   -151.446040               P   P
+PR13  -9518.891610  19177.361266  13863.879981   -319.197959               P   P
+PR15   6596.809363  14802.550231 -19661.300719     66.888067               P   P
+PR16  11189.909062  -1969.571734 -22864.924029    -31.911294               P   P
+PR17   7029.422513  16905.749578 -17799.665054   -258.108347               P   P
+PR18  18951.754782  17019.809987  -2184.884140    -34.976413               P   P
+PR19  19573.933238   7602.720575  14476.586764   -175.133912               P   P
+PR20   8631.148995  -6817.499062  23020.010389    -79.483606               P   P
+PR21  -6937.145018 -16736.483295  17995.626343    -74.676843               P   P
+PR22 -18722.332592 -17004.548183   2625.692957     18.384391               P   P
+PR23 -19668.272746  -7336.360342 -14505.178895   -317.870831               P   P
+PR24  -9174.043450   6433.613212 -22940.118909    -47.671731               P   P
+*  2011  9 12 19 15  0.00000000
+PG01  13624.809328  -9465.435576  20733.559948     -2.279482               P   P
+PG02 -14096.607387 -14995.852195 -16976.593557    355.753352               P   P
+PG03  23931.269204  11135.177339  -4617.204838    767.395583               P   P
+PG04  -6654.497766 -24863.141476  -6003.994884    229.352619               P   P
+PG05 -17977.425125  -3995.575530 -19191.761396   -217.308597               P   P
+PG06  21244.441427  14300.687864  -7373.460440    -72.477292               P   P
+PG07   6691.224483 -22347.038331 -12461.643936     26.441157               P   P
+PG08   2180.998007 -25923.070429  -3440.598160      9.113194               P   P
+PG09 -13839.548992   5142.225101  21532.071889    105.170166               P   P
+PG10  -1868.319715 -16686.195932 -20718.178605    -12.959561               P   P
+PG11  16569.943509  -2636.609951  20271.991163   -185.319363               P   P
+PG12 -23329.412354  11131.033945   5704.060924     21.928554               P   P
+PG13  12427.555065  -9344.326738 -21684.164655    251.849262               P   P
+PG14   8130.309011  18023.735051  17980.103096    171.868517               P   P
+PG15 -24373.412629  -2507.941676  10477.689501   -106.584708               P   P
+PG16  18919.205944   2641.503120 -18573.126100   -197.356221               P   P
+PG17  -8774.193822 -18126.383804  17577.958537    175.407401               P   P
+PG18 -13428.111687  19685.704618  11668.935313    156.979986               P   P
+PG19  24348.233593   7038.152254   8516.599945   -183.118211               P   P
+PG20  22518.667917 -13333.008999   4182.272416     52.865924               P   P
+PG21  -4551.588352  24168.523274  -8777.697325   -171.002575               P   P
+PG22   -532.821405  18059.296820  19615.867199    144.568874               P   P
+PG23  20289.018629  -3385.438167 -16981.918443    276.522584               P   P
+PG24  14854.599428  -6509.983677  21021.983989    423.353142               P   P
+PG25 -18901.565541  17957.969085  -5017.896308     18.421655               P   P
+PG26 -23210.633245 -13343.274120   -335.534625   -154.933592               P   P
+PG27 -15303.588022  -2050.252790  22295.494725    304.591846               P   P
+PG28   4608.614189 -18316.055440  19095.157295     66.994351               P   P
+PG29 -12245.149769  10272.425624 -21140.063763    239.244944               P   P
+PG30 -12925.671022  20946.688830 -10413.654333     86.167916               P   P
+PG31   7701.148888  23684.238104  -8718.723476    140.390119               P   P
+PG32  23548.514718  -4478.088207  11214.732326   -327.580441               P   P
+PR01 -22673.582769   4533.960821 -10776.426010   -181.033831               P   P
+PR02 -20598.118136  13153.575838   7333.839195   -254.209830               P   P
+PR03  -2669.478081  25406.614964    721.626090     59.665638               P   P
+PR04  -2465.704715 -14022.097044  21171.341306 999999.999999               P   P
+PR05  22631.102618  -4472.647371  10884.229810   -169.869994               P   P
+PR06  21003.697893 -12910.756418  -6621.257707    -67.086240               P   P
+PR07   4538.289075 -14151.314825 -20743.011045   -205.369534               P   P
+PR08 -11163.858625  -6596.292402 -21955.134088    -35.198676               P   P
+PR09   9511.711352 -17437.628576 -16079.315626    -41.328889               P   P
+PR10   2697.825174 -25304.052832   -766.515817    -88.606242               P   P
+PR11  -5555.547783 -19071.322145  16041.262687    -74.623909               P   P
+PR12 -10754.824655   -677.568777  23089.681998   -151.445127               P   P
+PR13  -9137.173900  17344.322780  16313.152186   -319.199385               P   P
+PR15   6429.836589  17114.745224 -17739.044486     66.889301               P   P
+PR16  10770.392395    830.530356 -23143.673448    -31.910733               P   P
+PR17   5281.123833  15392.685709 -19671.600499   -258.106866               P   P
+PR18  18682.730861  16605.358070  -5351.371492    -34.976631               P   P
+PR19  20933.640779   8502.075973  11833.390569   -175.134846               P   P
+PR20  10855.640667  -5100.771548  22522.423328    -79.483720               P   P
+PR21  -5151.514031 -15232.722091  19828.452524    -74.678057               P   P
+PR22 -18396.701634 -16571.646298   5798.005550     18.385546               P   P
+PR23 -21035.499975  -8225.539370 -11868.840837   -317.873842               P   P
+PR24 -11402.286583   4757.165229 -22341.443077    -47.672984               P   P
+*  2011  9 12 19 30  0.00000000
+PG01  14002.583394  -7080.643963  21421.364758     -2.281017               P   P
+PG02 -14170.954944 -16840.911895 -15134.650079    355.755091               P   P
+PG03  23245.130479  11257.221775  -7282.298956    767.400085               P   P
+PG04  -6384.210330 -25411.640929  -3240.745300    229.362749               P   P
+PG05 -16241.726616  -5445.006707 -20338.549990   -217.313406               P   P
+PG06  20204.537054  14224.514605  -9926.471760    -72.469004               P   P
+PG07   7047.779760 -20813.921517 -14734.039205     26.442795               P   P
+PG08   2390.412541 -25359.304916  -6329.287459      9.113296               P   P
+PG09 -14215.045933   2579.396737  21738.666698    105.172315               P   P
+PG10     50.684173 -17926.739082 -19697.127605    -12.960686               P   P
+PG11  17393.303293   -393.957112  19783.494450   -185.322433               P   P
+PG12 -22797.825530  10482.597137   8445.510627     21.930703               P   P
+PG13  14524.317772  -8185.530483 -20834.547816    251.847625               P   P
+PG14   6205.046950  17171.436440  19517.230696    171.870154               P   P
+PG15 -25253.657897  -3130.554018   7926.336241   -106.583275               P   P
+PG16  17170.975546   3968.649358 -19955.774545   -197.358165               P   P
+PG17  -6847.729191 -17370.932112  19120.175621    175.405969               P   P
+PG18 -14555.223817  20123.369186   9212.244798    156.981624               P   P
+PG19  24967.702941   7613.437940   5843.596844   -183.121894               P   P
+PG20  22223.931136 -12661.678555   6886.314319     52.866333               P   P
+PG21  -5038.140101  22989.771892 -11267.872482   -171.004826               P   P
+PG22  -2366.169156  19195.824515  18338.004418    144.568465               P   P
+PG23  21898.633940  -2516.820589 -15057.179864    276.519821               P   P
+PG24  15080.567436  -4087.698836  21495.562461    423.356007               P   P
+PG25 -19373.653035  18017.266061  -2191.574073     18.423292               P   P
+PG26 -23021.619429 -13414.590737  -3208.949194   -154.944949               P   P
+PG27 -15676.732574  -4390.081766  21704.355582    304.595325               P   P
+PG28   6325.621619 -19350.574391  17445.562373     66.997113               P   P
+PG29 -14368.071601   9184.201028 -20286.410124    239.247809               P   P
+PG30 -13814.654319  21451.317668  -7829.427149     86.163414               P   P
+PG31   7591.713741  24570.011174  -5979.484036    140.395030               P   P
+PG32  22496.545908  -3526.488462  13565.257217   -327.586477               P   P
+PR01 -21275.051149   3981.943014 -13498.625967   -181.033797               P   P
+PR02 -21183.691738  13576.782751   4236.512614   -254.212121               P   P
+PR03  -2434.639183  25129.851425   3941.607392     59.667898               P   P
+PR04   -267.656124 -12490.761874  22243.808474 999999.999999               P   P
+PR05  21223.008970  -3913.036516  13597.782546   -169.870130               P   P
+PR06  21502.854633 -13307.241988  -3494.876158    -67.086149               P   P
+PR07   6656.446932 -15406.921023 -19223.081875   -205.369071               P   P
+PR08  -8677.211326  -7784.216575 -22677.487242    -35.198184               P   P
+PR09   9226.258969 -15343.384231 -18231.949125    -41.328632               P   P
+PR10   2473.706283 -25024.402187  -3998.559848    -88.605508               P   P
+PR11  -5594.140826 -20903.722261  13558.785342    -74.623583               P   P
+PR12 -10529.936834  -3517.622189  22920.204184   -151.444214               P   P
+PR13  -8877.955662  15206.279904  18445.395199   -319.200812               P   P
+PR15   6452.414059  19175.882650 -15470.874992     66.890535               P   P
+PR16  10558.549468   3659.624092 -22974.690666    -31.910172               P   P
+PR17   3255.262581  13895.338315 -21162.468852   -258.105384               P   P
+PR18  18065.903486  15999.594206  -8414.547172    -34.976849               P   P
+PR19  22075.058468   9108.208636   8960.255619   -175.135779               P   P
+PR20  13127.279167  -3602.405445  21587.911440    -79.483834               P   P
+PR21  -3091.952336 -13751.724774  21277.125585    -74.679271               P   P
+PR22 -17719.782491 -15950.600190   8856.643089     18.386702               P   P
+PR23 -22182.248076  -8825.020607  -9002.135970   -317.876853               P   P
+PR24 -13664.119876   3304.020817 -21310.008632    -47.674238               P   P
+*  2011  9 12 19 45  0.00000000
+PG01  14514.829390  -4662.732170  21740.295284     -2.282552               P   P
+PG02 -14293.885795 -18460.195178 -13036.611355    355.756831               P   P
+PG03  22284.520818  11347.836889  -9825.879520    767.404587               P   P
+PG04  -6081.844221 -25661.229769   -420.729707    229.372878               P   P
+PG05 -14498.018012  -7053.058422 -21136.590723   -217.318215               P   P
+PG06  18894.262739  14120.766199 -12309.937472    -72.460717               P   P
+PG07   7527.674070 -19062.488361 -16749.913678     26.444432               P   P
+PG08   2662.046924 -24483.419968  -9105.104716      9.113398               P   P
+PG09 -14729.084047     39.315905  21551.213961    105.174463               P   P
+PG10   1805.135657 -19179.513691 -18339.937009    -12.961812               P   P
+PG11  18272.244669   1742.111780  18946.188338   -185.325502               P   P
+PG12 -22067.394591   9613.936060  11040.213212     21.932852               P   P
+PG13  16578.016641  -7195.660878 -19631.384732    251.845988               P   P
+PG14   4092.730580  16368.000352  20724.711022    171.871791               P   P
+PG15 -25884.573933  -3613.933979   5239.972498   -106.581843               P   P
+PG16  15389.266122   5476.968334 -20997.474695   -197.360109               P   P
+PG17  -4738.650389 -16661.652962  20339.402829    175.404536               P   P
+PG18 -15443.131219  20430.488378   6595.761719    156.983261               P   P
+PG19  25338.400082   8027.960936   3072.115150   -183.125577               P   P
+PG20  21741.197792 -11773.767611   9470.860225     52.866742               P   P
+PG21  -5626.065517  21562.825524 -13553.551428   -171.007077               P   P
+PG22  -4020.957326  20316.877334  16747.848814    144.568055               P   P
+PG23  23333.928194  -1816.421810 -12877.188887    276.517059               P   P
+PG24  15431.401989  -1650.572442  21599.860553    423.358872               P   P
+PG25 -19599.269595  17888.994529    672.521119     18.424929               P   P
+PG26 -22548.338498 -13363.081152  -6028.874551   -154.956306               P   P
+PG27 -16164.334410  -6621.270359  20762.785242    304.598804               P   P
+PG28   7829.762170 -20355.870185  15504.090914     66.999876               P   P
+PG29 -16436.433902   8251.674829 -19081.365229    239.250674               P   P
+PG30 -14473.268900  21785.615546  -5112.414522     86.158912               P   P
+PG31   7477.765673  25145.144944  -3135.459299    140.399942               P   P
+PG32  21289.183333  -2380.392280  15680.914960   -327.592514               P   P
+PR01 -19643.893396   3170.491216 -15958.636600   -181.033763               P   P
+PR02 -21403.066190  13847.421966   1056.952437   -254.214412               P   P
+PR03  -2226.306395  24445.827609   7085.414539     59.670159               P   P
+PR04   2128.309833 -11072.334411  22884.510693 999999.999999               P   P
+PR05  19584.017430  -3093.878849  16047.180189   -169.870266               P   P
+PR06  21635.565433 -13544.244528   -300.756116    -67.086057               P   P
+PR07   8507.077543 -16690.409636 -17330.269469   -205.368608               P   P
+PR08  -6228.679050  -9178.448840 -22958.935705    -35.197693               P   P
+PR09   9094.260598 -12990.884840 -20032.320439    -41.328375               P   P
+PR10   2275.522973 -24335.247677  -7152.509127    -88.604774               P   P
+PR11  -5767.579652 -22406.889168  10813.796543    -74.623257               P   P
+PR12 -10515.446936  -6319.798816  22303.497288   -151.443301               P   P
+PR13  -8781.850006  12814.323834  20219.068150   -319.202238               P   P
+PR15   6627.567170  20931.875966 -12900.841409     66.891768               P   P
+PR16  10556.963225   6447.673714 -22361.639293    -31.909611               P   P
+PR17    988.164483  12470.251470 -22243.156167   -258.103902               P   P
+PR18  17088.852306  15257.987622 -11315.188487    -34.977067               P   P
+PR19  22943.864907   9444.198038   5913.011471   -175.136713               P   P
+PR20  15381.508366  -2347.046744  20234.799631    -79.483948               P   P
+PR21   -796.158885 -12349.173358  22313.262990    -74.680486               P   P
+PR22 -16681.090130 -15197.934699  11741.715461     18.387858               P   P
+PR23 -23054.555290  -9158.233138  -5960.677761   -317.879865               P   P
+PR24 -15894.567391   2096.248736 -19865.741251    -47.675491               P   P
+*  2011  9 12 20  0  0.00000000
+PG01  15156.070364  -2260.297612  21684.846306     -2.284087               P   P
+PG02 -14433.388720 -19829.957618 -10718.685681    355.758570               P   P
+PG03  21060.944803  11441.940996 -12206.113528    767.409089               P   P
+PG04  -5711.929044 -25613.844509   2406.657292    229.383008               P   P
+PG05 -12787.899869  -8797.258973 -21571.897765   -217.323024               P   P
+PG06  17328.296281  14024.755312 -14482.638986    -72.452429               P   P
+PG07   8150.791706 -17133.706833 -18474.568834     26.446069               P   P
+PG08   3031.800596 -23318.365559 -11718.750693      9.113501               P   P
+PG09 -15368.171904  -2425.530514  20973.204412    105.176612               P   P
+PG10   3373.526037 -20404.143919 -16668.516448    -12.962937               P   P
+PG11  19180.031965   3737.651526  17776.113697   -185.328572               P   P
+PG12 -21177.708435   8513.012922  13443.225215     21.935000               P   P
+PG13  18540.114385  -6378.413619 -18095.056172    251.844351               P   P
+PG14   1828.531647  15645.779054  21582.080786    171.873428               P   P
+PG15 -26241.802819  -3986.310100   2464.382762   -106.580410               P   P
+PG16  13618.910530   7148.385158 -21679.603458   -197.362053               P   P
+PG17  -2481.550152 -16028.955403  21214.719993    175.403104               P   P
+PG18 -16098.497095  20570.309956   3864.322636    156.984898               P   P
+PG19  25436.820385   8310.871525    248.904621   -183.129261               P   P
+PG20  21105.466894 -10658.193711  11890.845977     52.867152               P   P
+PG21  -6337.476996  19921.770875 -15592.963737   -171.009328               P   P
+PG22  -5480.584760  21382.910820  14871.915706    144.567646               P   P
+PG23  24556.493605  -1267.741835 -10479.344145    276.514296               P   P
+PG24  15902.083200    753.804239  21334.037084    423.361737               P   P
+PG25 -19601.954981  17543.857047   3525.017715     18.426566               P   P
+PG26 -21785.551168 -13228.525873  -8748.899325   -154.967664               P   P
+PG27 -16743.750594  -8703.806247  19486.054173    304.602283               P   P
+PG28   9108.232183 -21288.620625  13301.726071     67.002638               P   P
+PG29 -18402.676846   7476.709249 -17545.802336    239.253539               P   P
+PG30 -14916.779298  21914.436959  -2308.328499     86.154410               P   P
+PG31   7320.011922  25406.091643   -236.589152    140.404853               P   P
+PG32  19969.658706  -1037.350280  17526.367864   -327.598551               P   P
+PR01 -17839.810119   2085.233079 -18108.634231   -181.033728               P   P
+PR02 -21276.256701  13914.532415  -2143.125880   -254.216703               P   P
+PR03  -2099.996198  23371.748852  10092.230222     59.672419               P   P
+PR04   4668.202143  -9810.726818  23080.969780 999999.999999               P   P
+PR05  17774.007704  -2001.170512  18184.850353   -169.870402               P   P
+PR06  21424.058285 -13571.452949   2899.192591    -67.085966               P   P
+PR07  10062.255461 -17945.406861 -15101.326006   -205.368144               P   P
+PR08  -3880.525914 -10748.743132 -22794.008449    -35.197202               P   P
+PR09   9147.799422 -10437.708264 -21445.501096    -41.328119               P   P
+PR10   2158.978243 -23254.417309 -10166.833941    -88.604040               P   P
+PR11  -6027.573565 -23543.745915   7859.512958    -74.622932               P   P
+PR12 -10701.701055  -9014.204022  21250.956331   -151.442388               P   P
+PR13  -8879.721756  10228.122178  21599.583795   -319.203665               P   P
+PR15   6909.558979  22338.715733 -10078.961843     66.893002               P   P
+PR16  10755.897799   9125.814756 -21316.707450    -31.909050               P   P
+PR17  -1473.152153  11167.420774 -22892.449863   -258.102420               P   P
+PR18  15752.033624  14438.820952 -13997.127901    -34.977285               P   P
+PR19  23493.614934   9543.842873   2750.871983   -175.137646               P   P
+PR20  17551.634741  -1347.015730  18489.492962    -79.484062               P   P
+PR21   1687.661054 -11073.951195  22916.425443    -74.681700               P   P
+PR22 -15283.325373 -14372.744746  14396.827337     18.389014               P   P
+PR23 -23606.381927  -9259.204924  -2803.489934   -317.882876               P   P
+PR24 -18027.008679   1143.569082 -18036.548408    -47.676744               P   P
+*  2011  9 12 20 15  0.00000000
+PG01  15912.867502     79.502599  21255.961137     -2.285622               P   P
+PG02 -14554.548653 -20934.036793  -8220.485953    355.760309               P   P
+PG03  19593.256399  11572.312879 -14384.076753    767.413591               P   P
+PG04  -5240.785784 -25280.067835   5191.620240    229.393137               P   P
+PG05 -11149.162140 -10648.109189 -21636.673175   -217.327833               P   P
+PG06  15529.163231  13969.235406 -16406.753008    -72.444141               P   P
+PG07   8929.515868 -15072.953823 -19878.513615     26.447706               P   P
+PG08   3530.715903 -21895.613300 -14124.061030      9.113603               P   P
+PG09 -16110.673449  -4766.067523  20015.550624    105.178761               P   P
+PG10   4741.954880 -21558.082240 -14710.336924    -12.964063               P   P
+PG11  20085.706319   5564.675799  16295.121164   -185.331641               P   P
+PG12 -20171.503367   7176.237048  15613.032142     21.937149               P   P
+PG13  20363.227640  -5728.967112 -16251.529361    251.842714               P   P
+PG14   -546.606732  15031.018952  22074.669306    171.875065               P   P
+PG15 -26308.383615  -4280.033892   -353.164513   -106.578978               P   P
+PG16  11901.816318   8956.892481 -21989.592329   -197.363997               P   P
+PG17   -116.553735 -15497.308837  21730.879083    175.401672               P   P
+PG18 -16535.560902  20509.687130   1065.233380    156.986535               P   P
+PG19  25246.837656   8495.536262  -2578.497006   -183.132944               P   P
+PG20  20354.767675  -9311.732224  14103.983891     52.867561               P   P
+PG21  -7187.989521  18106.569046 -17348.994131   -171.011579               P   P
+PG22  -6736.096189  22353.274527  12741.675786    144.567237               P   P
+PG23  25533.187405   -847.611713  -7904.520378    276.511533               P   P
+PG24  16479.923186   3079.636811  20703.551064    423.364602               P   P
+PG25 -19411.584849  16958.892229   6316.712082     18.428204               P   P
+PG26 -20736.494142 -13051.689146 -11324.762927   -154.979021               P   P
+PG27 -17386.039222 -10602.696899  17894.507780    304.605762               P   P
+PG28  10156.455239 -22104.927107  10874.147138     67.005401               P   P
+PG29 -20220.900480   6852.983603 -15706.352881    239.256404               P   P
+PG30 -15167.362947  21807.623357    535.230268     86.149908               P   P
+PG31   7079.916930  25358.721013   2666.429347    140.409764               P   P
+PG32  18582.231447    496.992108  19071.257319   -327.604588               P   P
+PR01 -15926.216070    724.040924 -19906.806243   -181.033694               P   P
+PR02 -20834.792193  13733.620549  -5301.588086   -254.218994               P   P
+PR03  -2106.882861  21937.684369  12903.814577     59.674679               P   P
+PR04   7290.722330  -8739.901223  22829.320101 999999.999999               P   P
+PR05  15856.484343   -633.159772  19969.279972   -169.870538               P   P
+PR06  20901.913586 -13345.385215   6042.934408    -67.085875               P   P
+PR07  11306.094909 -19113.085260 -12579.506067   -205.367681               P   P
+PR08  -1688.831957 -12454.407391 -22185.917239    -35.196710               P   P
+PR09   9408.150564  -7747.974507 -22443.982027    -41.327862               P   P
+PR10   2175.332026 -21812.770489 -12982.813355    -88.603306               P   P
+PR11  -6320.451299 -24289.428250   4753.154903    -74.622606               P   P
+PR12 -11067.045150 -11534.506896  19782.584546   -151.441475               P   P
+PR13  -9191.239363   7513.639923  22559.989510   -319.205091               P   P
+PR15   7246.022721  23364.176514  -7060.244465     66.894236               P   P
+PR16  11133.776431  11628.955178 -19860.350511    -31.908489               P   P
+PR17  -4072.668479  10028.246161 -23097.466551   -258.100938               P   P
+PR18  14068.996417  13600.617619 -16408.331284    -34.977503               P   P
+PR19  23687.743130   9449.982135   -464.717941   -175.138579               P   P
+PR20  19571.465308   -602.022283  16385.955666    -79.484176               P   P
+PR21   4302.534941  -9966.138718  23074.536812    -74.682914               P   P
+PR22 -13542.467675 -13534.035176  16770.201873     18.390169               P   P
+PR23 -23801.594696  -9170.879146    408.137062   -317.885887               P   P
+PR24 -19995.815426    443.165127 -15857.789846    -47.677997               P   P
+*  2011  9 12 20 30  0.00000000
+PG01  16764.290373   2312.578133  20461.016195     -2.287156               P   P
+PG02 -14620.996328 -21764.265068  -5584.369198    355.762049               P   P
+PG03  17907.037866  11768.254166 -16324.289902    767.418093               P   P
+PG04  -4638.092688 -24678.709256   7884.899693    229.403267               P   P
+PG05  -9614.441600 -12570.044176 -21329.461708   -217.332642               P   P
+PG06  13526.568895  13982.998935 -18048.530583    -72.435853               P   P
+PG07   9868.109034 -12928.356837 -20937.957357     26.449343               P   P
+PG08   4183.541011 -20253.917680 -16278.884121      9.113705               P   P
+PG09 -16927.705620  -6938.436068  18696.327442    105.180909               P   P
+PG10   5904.527224 -22598.214092 -12498.049060    -12.965188               P   P
+PG11  20955.324761   7201.993865  14530.375387   -185.334711               P   P
+PG12 -19092.952709   5608.790978  17512.273677     21.939298               P   P
+PG13  22002.807104  -5234.313387 -14131.943320    251.841077               P   P
+PG14  -2987.314847  14542.869964  22193.844504    171.876702               P   P
+PG15 -26075.410764  -4530.147774  -3164.697542   -106.577545               P   P
+PG16  10275.448991  10869.348764 -21921.199340   -197.365941               P   P
+PG17   2311.987825 -15084.301301  21878.577592    175.400239               P   P
+PG18 -16775.467253  20220.545408  -1752.561033    156.988172               P   P
+PG19  24760.354154   8618.097238  -5362.513157   -183.136628               P   P
+PG20  19528.615569  -7739.363171  16071.534826     52.867970               P   P
+PG21  -8185.870246  16161.507452 -18789.968978   -171.013830               P   P
+PG22  -7786.355070  23187.762853  10393.069427    144.566827               P   P
+PG23  26237.306344   -527.275553  -5196.392099    276.508771               P   P
+PG24  17145.067095   5284.469453  19720.008490    423.367467               P   P
+PG25 -19063.086585  16118.525327   8999.423807     18.429841               P   P
+PG26 -19412.778573 -12872.681562 -13714.946605   -154.990378               P   P
+PG27 -18057.004452 -12289.047679  16013.318651    304.609241               P   P
+PG28  10978.164715 -22761.999748   8261.268766     67.008164               P   P
+PG29 -21848.522425   6366.400271 -13594.934573    239.259269               P   P
+PG30 -15253.148022  21441.312886   3369.548406     86.145406               P   P
+PG31   6721.410350  25017.978263   5523.071111    140.414675               P   P
+PG32  17170.511606   2208.988900  20290.626374   -327.610625               P   P
+PR01 -13967.647527   -902.616250 -21318.166315   -181.033660               P   P
+PR02 -20120.254647  13268.754365  -8357.087988   -254.221285               P   P
+PR03  -2291.410440  20185.407148  15465.624745     59.676940               P   P
+PR04   9929.583368  -7882.548241  22134.387179 999999.999999               P   P
+PR05  13895.980869    999.321355  21365.820061   -169.870674               P   P
+PR06  20112.527797 -12831.438653   9069.505554    -67.085784               P   P
+PR07  12235.144672 -20134.659666  -9813.730283   -205.367218               P   P
+PR08    298.628442 -14245.873989 -21146.493820    -35.196219               P   P
+PR09   9884.756254  -4989.912615 -23008.211054    -41.327605               P   P
+PR10   2368.991256 -20052.958798 -15545.689995    -88.602572               P   P
+PR11  -6589.634720 -24632.192357   1554.846576    -74.622280               P   P
+PR12 -11578.784947 -13820.502346  17926.640941   -151.440562               P   P
+PR13  -9723.912895   4740.604263  23081.500147   -319.206517               P   P
+PR15   7580.390988  23989.042025  -3903.603294     66.895470               P   P
+PR16  11658.165953  13898.219268 -18020.882967    -31.907928               P   P
+PR17  -6747.441363   9083.858752 -22853.922350   -258.099456               P   P
+PR18  12066.065985  12799.569671 -18501.904007    -34.977722               P   P
+PR19  23501.171228   9212.441391  -3671.279395   -175.139513               P   P
+PR20  21377.938021    -99.417261  13965.047856    -79.484290               P   P
+PR21   6984.838401  -9055.391245  22784.145691    -74.684129               P   P
+PR22 -11487.310775 -12738.088195  18815.702063     18.391325               P   P
+PR23 -23615.555862  -8943.060193   3611.835563   -317.888898               P   P
+PR24 -21738.966075    -19.972484 -13371.605124    -47.679250               P   P
+*  2011  9 12 20 45  0.00000000
+PG01  17682.690162   4399.410651  19313.694722     -2.288691               P   P
+PG02 -14596.407164 -22320.595617  -2854.751835    355.763788               P   P
+PG03  16033.756094  12054.395919 -17995.198946    767.422595               P   P
+PG04  -3878.328515 -23836.059375  10438.714344    229.413396               P   P
+PG05  -8210.084329 -14522.639877 -20655.199087   -217.337451               P   P
+PG06  11356.455933  14089.626976 -19378.919947    -72.427566               P   P
+PG07  10962.424715 -10749.047005 -21635.192051     26.450980               P   P
+PG08   5007.568857 -18437.797529 -18145.857849      9.113808               P   P
+PG09 -17784.357485  -8905.561779  17040.342759    105.183058               P   P
+PG10   6863.443354 -23482.520793 -10068.996588    -12.966314               P   P
+PG11  21753.314437   8635.764611  12513.772270   -185.337781               P   P
+PG12 -17985.918945   3824.612628  19108.387258     21.941446               P   P
+PG13  23418.724491  -4873.904071 -11772.112815    251.839440               P   P
+PG14  -5445.308999  14192.668905  21937.170989    171.878339               P   P
+PG15 -25542.401233  -4772.852948  -5922.332794   -106.576113               P   P
+PG16   8771.485274  12846.565804 -21474.678122   -197.367885               P   P
+PG17   4756.968079 -14799.963018  21654.645546    175.398807               P   P
+PG18 -16845.312302  19681.178265  -4539.369025    156.989809               P   P
+PG19  23977.666775   8715.934736  -8056.276116   -183.140311               P   P
+PG20  18666.416933  -5954.297519  17759.019867     52.868380               P   P
+PG21  -9331.516780  14133.476808 -19890.306016   -171.016081               P   P
+PG22  -8637.918622  23848.173942   7865.937989    144.566418               P   P
+PG23  26649.529370   -273.676157  -2400.724878    276.506008               P   P
+PG24  17871.274789   7330.587092  18400.912880    423.370332               P   P
+PG25 -18594.967892  15015.340767  11526.834807     18.431478               P   P
+PG26 -17834.007626 -12729.383430 -15881.204039   -155.001736               P   P
+PG27 -18718.433185 -13740.942363  13872.192334    304.612719               P   P
+PG28  11585.176274 -23219.850566   5506.686436     67.010926               P   P
+PG29 -23247.815465   5995.803491 -11248.184500    239.262133               P   P
+PG30 -15207.013096  20799.038845   6145.623991     86.140904               P   P
+PG31   6212.486790  24407.197123   8283.891634    140.419587               P   P
+PG32  15775.847576   4077.393814  21165.235552   -327.616661               P   P
+PR01 -12027.140850  -2771.854414 -22315.237327   -181.033626               P   P
+PR02 -19182.412897  12494.309373 -11250.260358   -254.223577               P   P
+PR03  -2689.186351  18166.763075  17727.869215     59.679200               P   P
+PR04  12516.046648  -7249.254595  21009.599090 999999.999999               P   P
+PR05  11955.440499   2873.058476  22347.356639   -169.870809               P   P
+PR06  19107.183468 -12005.579461  11920.191980    -67.085692               P   P
+PR07  12858.266907 -20953.900712  -6857.640218   -205.366755               P   P
+PR08   2044.149870 -16066.660320 -19695.959249    -35.195728               P   P
+PR09  10574.707613  -2233.262013 -23126.983563    -41.327349               P   P
+PR10   2775.402424 -18027.708860 -17805.738457    -88.601838               P   P
+PR11  -6778.239662 -24573.794041  -1673.536823    -74.621955               P   P
+PR12 -12194.641120 -15820.429783  15719.113833   -151.439649               P   P
+PR13 -10472.659954   1979.818450  23153.871920   -319.207944               P   P
+PR15   7854.516877  24207.795291   -670.690997     66.896703               P   P
+PR16  12287.225416  15883.136596 -15833.927910    -31.907367               P   P
+PR17  -9429.980127   8353.892547 -22166.239030   -258.097974               P   P
+PR18   9781.505045  12087.073051 -20237.005707    -34.977940               P   P
+PR19  22921.451381   8885.691994  -6806.516484   -175.140446               P   P
+PR20  22913.636300    185.032705  11273.732856    -79.484404               P   P
+PR21   9666.701748  -8359.768133  22050.521570    -74.685343               P   P
+PR22  -9158.462938 -12035.972734  20493.728745     18.392481               P   P
+PR23 -23036.249626  -8630.076453   6745.372880   -317.891910               P   P
+PR24 -23200.530371   -272.183791 -10626.109984    -47.680504               P   P
+*  2011  9 12 21  0  0.00000000
+PG01  18634.746222   6306.380453  17833.751704     -2.290226               P   P
+PG02 -14445.995589 -22610.941683    -77.409322    355.765528               P   P
+PG03  14009.727016  12449.687152 -19369.599324    767.427097               P   P
+PG04  -2942.029210 -22784.845812  12807.685313    229.423526               P   P
+PG05  -6955.257475 -16462.020066 -19625.151321   -217.342260               P   P
+PG06   9059.819444  14306.441518 -20374.119884    -72.419278               P   P
+PG07  12199.959538  -8583.392736 -21958.859548     26.452617               P   P
+PG08   6011.799269 -16495.806797 -19693.068510      9.113910               P   P
+PG09 -18641.171476 -10638.420089  15078.555574    105.185207               P   P
+PG10   7628.771366 -24171.736550  -7464.627714    -12.967439               P   P
+PG11  22443.884666   9859.753596  10281.287109   -185.340850               P   P
+PG12 -16892.238037   1846.035384  20374.159070     21.943595               P   P
+PG13  24576.708019  -4620.588051  -9211.956741    251.837803               P   P
+PG14  -7871.018873  13983.523997  21308.477046    171.879976               P   P
+PG15 -24717.356548  -5043.934968  -8579.066072   -106.574681               P   P
+PG16   7414.690257  14844.648198 -20656.837038   -197.369829               P   P
+PG17   7170.107794 -14646.382181  21062.141365    175.397374               P   P
+PG18 -16776.941653  18877.311966  -7245.689313    156.991446               P   P
+PG19  22907.536356   8826.088666 -10614.364936   -183.143995               P   P
+PG20  17805.886935  -3977.679239  19136.856233     52.868789               P   P
+PG21 -10617.287964  12070.154166 -20631.008236   -171.018332               P   P
+PG22  -9304.616901  24299.817190   5203.378363    144.566009               P   P
+PG23  26758.596688    -50.895888    435.356479    276.503246               P   P
+PG24  18626.950461   9186.228650  16769.326937    423.373197               P   P
+PG25 -18047.715888  13650.545374  13855.297081     18.433115               P   P
+PG26 -16027.132763 -12655.978012 -17789.033740   -155.013093               P   P
+PG27 -19329.487933 -14944.097627  11505.023958    304.616198               P   P
+PG28  11996.848306 -23442.931021   2657.027951     67.013689               P   P
+PG29 -24387.264887   5713.981452  -8706.808085    239.264998               P   P
+PG30 -15065.190155  19872.567836   8815.026411     86.136402               P   P
+PG31   5526.633561  23557.100944  10901.396805    140.424498               P   P
+PG32  14435.836876   6074.044408  21681.774546   -327.622698               P   P
+PR01 -10163.691721  -4849.083873 -22878.588726   -181.033592               P   P
+PR02 -18077.029638  11396.291636 -13924.876451   -254.225868               P   P
+PR03  -3325.246015  15941.634871  19646.476918     59.681460               P   P
+PR04  14981.572664  -6838.194251  19476.731923 999999.999999               P   P
+PR05  10093.682698   4953.181941  22894.835224   -169.870945               P   P
+PR06  17942.806542 -10855.599390  14539.665228    -67.085601               P   P
+PR07  13196.006357 -21519.560804  -3768.562298   -205.366292               P   P
+PR08   3521.428287 -17855.637911 -17862.529775    -35.195236               P   P
+PR09  11462.756654    453.386547 -22797.678196    -41.327092               P   P
+PR10   3419.336336 -15797.702144 -19719.226286    -88.601103               P   P
+PR11  -6831.694976 -24129.324750  -4869.553691    -74.621629               P   P
+PR12 -12864.639729 -17492.947425  13203.028427   -151.438736               P   P
+PR13 -11419.919080   -699.563837  22775.609584   -319.209370               P   P
+PR15   8011.373519  24028.743709   2575.326765     66.897937               P   P
+PR16  12971.558027  17543.489076 -13341.734588    -31.906806               P   P
+PR17 -12050.827044   7845.753528 -21047.482271   -258.096493               P   P
+PR18   7264.183444  11507.473495 -21579.655849    -34.978158               P   P
+PR19  21949.396798   8526.323121  -9809.529197   -175.141380               P   P
+PR20  24129.084286    285.881301   8364.170216    -79.484518               P   P
+PR21  12278.609586  -7885.064119  20887.581575    -74.686557               P   P
+PR22  -6606.856646 -11471.302733  21771.977937     18.393637               P   P
+PR23 -22064.897457  -8288.259165   9747.862330   -317.894921               P   P
+PR24 -24332.920771   -349.796019  -7674.475783    -47.681757               P   P
+*  2011  9 12 21 15  0.00000000
+PG01  19582.745593   8006.864090  16046.673907     -2.291761               P   P
+PG02 -14137.952318 -22650.738304   2701.231986    355.767267               P   P
+PG03  11874.923644  12966.596784 -20425.003856    767.431599               P   P
+PG04  -1816.801515 -21562.932855  14949.719118    229.433655               P   P
+PG05  -5861.345317 -18342.411118 -18256.744433   -217.347069               P   P
+PG06   6681.321599  14643.704811 -21016.050620    -72.410990               P   P
+PG07  13560.240753  -6477.282972 -21904.101912     26.454254               P   P
+PG08   7196.455450 -14478.671588 -20894.580098      9.114012               P   P
+PG09 -19455.815342 -12116.946088  12847.363682    105.187355               P   P
+PG10   8217.905213 -24630.932979  -4729.810131    -12.968565               P   P
+PG11  22992.439347  10875.291527   7872.271611   -185.343920               P   P
+PG12 -15850.103433   -296.898264  21288.173785     21.945744               P   P
+PG13  25449.573035  -4441.806853  -6494.857727    251.836166               P   P
+PG14 -10215.272045  13910.217392  20317.827837    171.881613               P   P
+PG15 -23616.516850  -5377.206338 -11089.551586   -106.573248               P   P
+PG16   6222.064789  16816.536622 -19480.983001   -197.371774               P   P
+PG17   9503.593599 -14617.630016  20110.352346    175.395942               P   P
+PG18 -16605.546329  17802.887996  -9823.170393    156.993083               P   P
+PG19  21566.956976   8983.695554 -12993.525169   -183.147678               P   P
+PG20  16981.544922  -1837.972900  20180.903543     52.869198               P   P
+PG21 -12027.692375  10018.176892 -20999.989829   -171.020583               P   P
+PG22  -9806.849062  24512.910440   2451.028954    144.565600               P   P
+PG23  26561.702603    178.300251   3264.113862    276.500483               P   P
+PG24  19376.379120  10826.569744  14853.453347    423.376061               P   P
+PG25 -17462.129631  12034.103149  15944.594412     18.434752               P   P
+PG26 -14025.574705 -12681.638361 -19408.096068   -155.024450               P   P
+PG27 -19848.215642 -15892.268074   8949.502233    304.619677               P   P
+PG28  12239.240180 -23401.648075   -238.786038     67.016451               P   P
+PG29 -25242.692668   5488.910906  -6014.856457    239.267863               P   P
+PG30 -14865.722138  18662.436905  11330.776510     86.131900               P   P
+PG31   4644.031251  22504.536612  13330.857810    140.429409               P   P
+PG32  13183.011202   8164.798613  21832.974236   -327.628735               P   P
+PR01  -8429.901128  -7089.218242 -22997.217815   -181.033557               P   P
+PR02 -16863.434136   9973.180731 -16328.939339   -254.228159               P   P
+PR03  -4212.763242  13575.583287  21183.962226     59.683721               P   P
+PR04  17260.476058  -6635.355742  17565.493604 999999.999999               P   P
+PR05   8363.061034   7194.390420  22997.629090   -169.871081               P   P
+PR06  16679.504861  -9381.885519  16877.054337    -67.085510               P   P
+PR07  13279.477527 -21787.610869   -606.400501   -205.365828               P   P
+PR08   4716.407999 -19549.515341 -15681.866805    -35.194745               P   P
+PR09  12521.860474   3005.202248 -22026.331738    -41.326835               P   P
+PR10   4313.637142 -13429.143081 -21249.249405    -88.600369               P   P
+PR11  -6700.270203 -23326.512022  -7971.390398    -74.621303               P   P
+PR12 -13533.357693 -18808.675207  10427.600983   -151.437823               P   P
+PR13 -12536.307088  -3232.690279  21954.002358   -319.210797               P   P
+PR15   7997.714632  23473.573500   5771.029178     66.899171               P   P
+PR16  13656.389617  18850.742930 -10592.376289    -31.906245               P   P
+PR17 -14541.235660   7554.418222 -19519.131282   -258.095011               P   P
+PR18   4571.808050  11096.118254 -22503.413745    -34.978376               P   P
+PR19  20599.172881   8190.434355 -12621.998078   -175.142313               P   P
+PR20  24984.728477    246.303761   5292.711491    -79.484632               P   P
+PR21  14752.086363  -7624.672864  19317.646870    -74.687772               P   P
+PR22  -3891.833396 -11078.339209  22626.044031     18.394792               P   P
+PR23 -20716.035538  -7973.344486  12560.949160   -317.897932               P   P
+PR24 -25098.816671   -297.354805  -4573.908627    -47.683010               P   P
+*  2011  9 12 21 30  0.00000000
+PG01  20486.046027   9482.061248  13983.240770     -2.293295               P   P
+PG02 -13644.774826 -22462.244472   5434.803603    355.769006               P   P
+PG03   9671.667247  13610.553867 -21143.954035    767.436101               P   P
+PG04   -498.047494 -20211.819135  16826.826502    229.443785               P   P
+PG05  -4931.653938 -20117.785696 -16573.285829   -217.351877               P   P
+PG06   4267.756908  15104.101348 -21292.730089    -72.402702               P   P
+PG07  15015.531079  -4472.525775 -21472.595615     26.455891               P   P
+PG08   8552.869170 -12437.374060 -21730.827068      9.114115               P   P
+PG09 -20184.865998 -13330.556493  10387.787298    105.189504               P   P
+PG10   8654.724113 -24830.964957  -1912.058903    -12.969690               P   P
+PG11  23366.934555  11690.944518   5328.717106   -185.346989               P   P
+PG12 -14892.612482  -2567.421115  21835.156778     21.947893               P   P
+PG13  26018.201172  -4301.004189  -3666.960901    251.834528               P   P
+PG14 -12430.975336  13959.431633  18981.402808    171.883251               P   P
+PG15 -22263.815335  -5803.025014 -13410.857453   -106.571816               P   P
+PG16   5202.299793  18713.697520 -17966.746608   -197.373718               P   P
+PG17  11711.713385 -14700.001320  18814.696356    175.394509               P   P
+PG18 -16368.114251  16460.522872 -12225.568461    156.994720               P   P
+PG19  19980.632215   9220.497515 -15153.361964   -183.151362               P   P
+PG20  16223.348619    429.940190  20872.908467     52.869607               P   P
+PG21 -13539.921405   8021.391262 -20992.229584   -171.022834               P   P
+PG22 -10170.621217  24463.810868   -343.702606    144.565190               P   P
+PG23  26064.589363    450.875332   6037.947176    276.497721               P   P
+PG24  20081.122271  12234.442139  12686.143134    423.378926               P   P
+PG25 -16877.651681  10184.535352  17758.644151     18.436389               P   P
+PG26 -11868.140355 -12829.405713 -20712.577876   -155.035808               P   P
+PG27 -20233.127761 -16587.384066   6246.656955    304.623156               P   P
+PG28  12343.990991 -23073.693438  -3130.365549     67.019214               P   P
+PG29 -25798.105011   5285.193879  -3218.946200    239.270728               P   P
+PG30 -14646.834394  17178.159660  13648.229101     86.127398               P   P
+PG31   3552.482625  21290.995760  15531.057512    140.434321               P   P
+PG32  12043.738652  10310.684504  21617.624728   -327.634772               P   P
+PR01  -6869.906289  -9438.333922 -22668.767493   -181.033523               P   P
+PR02 -15601.963052   8236.255653 -18415.697447   -254.230450               P   P
+PR03  -5352.263011  11137.261806  22310.168547     59.685981               P   P
+PR04  19292.475121  -6615.295911  15312.953426 999999.999999               P   P
+PR05   6807.409588   9542.620917  22653.744479   -169.871217               P   P
+PR06  15377.990978  -7597.669278  18886.933127    -67.085419               P   P
+PR07  13148.817438 -21723.193920   2567.521035   -205.365365               P   P
+PR08   5627.608994 -21085.431044 -13196.381577    -35.194253               P   P
+PR09  13714.237784   5363.570775 -20827.549966    -41.326579               P   P
+PR10   5458.487219 -10991.119279 -22366.427066    -88.599635               P   P
+PR11  -6341.406195 -22204.513864 -10919.043344    -74.620978               P   P
+PR12 -14142.426209 -19751.237578   7447.256562   -151.436910               P   P
+PR13 -13781.793649  -5561.477409  20704.987367   -319.212223               P   P
+PR15   7766.580257  22576.353023   8854.003152     66.900405               P   P
+PR16  14283.983965  19789.008984  -7638.842551    -31.905684               P   P
+PR17 -16835.836004   7462.771706 -17610.682329   -258.093529               P   P
+PR18   1768.782950  10877.796834 -22989.918547    -34.978594               P   P
+PR19  18897.844784   7931.059677 -15189.317310   -175.143246               P   P
+PR20  25452.524317    116.035339   2118.817568    -79.484746               P   P
+PR21  17022.356140  -7559.990400  17371.031209    -74.688986               P   P
+PR22  -1078.886835 -10880.514904  23039.859352     18.395948               P   P
+PR23 -19017.050100  -7737.909223  15129.947822   -317.900943               P   P
+PR24 -25472.680572   -165.504392  -1384.547156    -47.684263               P   P
+*  2011  9 12 21 45  0.00000000
+PG01  21302.665864  10721.519737  11678.993605     -2.294830               P   P
+PG02 -12944.445277 -22073.611712   8077.697773    355.770746               P   P
+PG03   7443.244107  14379.643922 -21514.273941    767.440603               P   P
+PG04   1010.633145 -18774.997263  18405.856041    229.453914               P   P
+PG05  -4161.436944 -21743.532398 -14603.580506   -217.356686               P   P
+PG06   1866.426258  15682.527391 -21198.544701    -72.394414               P   P
+PG07  16531.820691  -2605.422220 -20672.472452     26.457528               P   P
+PG08  10063.732383 -10421.263348 -22188.868573      9.114217               P   P
+PG09 -20785.623754 -14278.271145   7744.577105    105.191653               P   P
+PG10   8968.482554 -24749.715047    939.310061    -12.970816               P   P
+PG11  23539.130587  12321.917306   2694.500034   -185.350059               P   P
+PG12 -14046.530680  -4923.283926  22006.204911     21.950041               P   P
+PG13  26272.230062  -4159.197801   -776.420813    251.832891               P   P
+PG14 -14474.731936  14110.294570  17321.276087    171.884888               P   P
+PG15 -20690.052295  -6346.945160 -15503.186277   -106.570383               P   P
+PG16   4355.562548  20487.894597 -16139.787628   -197.375662               P   P
+PG17  13752.428131 -14872.565298  17196.522333    175.393077               P   P
+PG18 -16101.803089  14861.618994 -14409.678057    156.996357               P   P
+PG19  18180.175232   9563.477632 -17056.997960   -183.155045               P   P
+PG20  15555.522904   2785.922126  21200.838150     52.870017               P   P
+PG21 -15124.696826   6119.253157 -20609.754415   -171.025085               P   P
+PG22 -10426.361108  24136.028775  -3132.457787    144.564781               P   P
+PG23  25281.339284    801.942311   8710.142551    276.494958               P   P
+PG24  20701.520246  13400.767063  10304.340163    423.381791               P   P
+PG25 -16330.764308   8128.392796  19266.126397     18.438026               P   P
+PG26  -9597.771313 -13115.291282 -21681.507422   -155.047165               P   P
+PG27 -20444.802837 -17039.411223   3440.346231    304.626635               P   P
+PG28  12346.954701 -22445.124158  -5966.747574     67.021977               P   P
+PG29 -26046.230953   5065.628545   -367.436443    239.273593               P   P
+PG30 -14445.285470  15438.084141  15725.937872     86.122896               P   P
+PG31   2248.037335  19960.984645  17464.957403    140.439232               P   P
+PG32  11037.376756  12469.218429  21040.505823   -327.640808               P   P
+PR01  -5517.682690 -11835.712069 -21899.576002   -181.033489               P   P
+PR02 -14351.377271   6209.388342 -20144.556405   -254.232741               P   P
+PR03  -6731.372801   8695.710912  23002.875204     59.688242               P   P
+PR04  21025.029938  -6742.388189  12762.827600 999999.999999               P   P
+PR05   5460.362925  11937.096639  21869.858986   -169.871353               P   P
+PR06  14096.997191  -5528.742432  20530.203832    -67.085327               P   P
+PR07  12851.269728 -21302.213172   5691.643301   -205.364902               P   P
+PR08   6265.922352 -22403.547340 -10454.408014    -35.193762               P   P
+PR09  14992.896553   7478.294889 -19224.253960    -41.326322               P   P
+PR10   6841.217240  -8552.865204 -23049.444849    -88.598901               P   P
+PR11  -5721.751039 -20812.257203 -13655.466953    -74.620652               P   P
+PR12 -14633.182473 -20317.759451   4320.531301   -151.435997               P   P
+PR13 -15107.344448  -7636.791072  19052.842774   -319.213649               P   P
+PR15   7279.538647  21382.028532  11764.083975     66.901638               P   P
+PR16  14796.195789  20355.493494  -4538.041244    -31.905123               P   P
+PR17 -18875.175472   7542.472189 -15359.091999   -258.092047               P   P
+PR18  -1076.214095  10865.638372 -23029.276987    -34.978812               P   P
+PR19  16884.400114   7795.732306 -17461.654069   -175.144180               P   P
+PR20  25517.062533    -50.966007  -1096.082280    -79.484860               P   P
+PR21  19030.864927  -7661.343124  15085.467657    -74.690200               P   P
+PR22   1762.839208 -10889.441133  23005.964558     18.397104               P   P
+PR23 -17007.189258  -7628.949341  17404.908105   -317.903955               P   P
+PR24 -25441.801908     -8.606099   1831.700271    -47.685516               P   P
+*  2011  9 12 22  0  0.00000000
+PG01  21990.939050  11723.339040   9173.622190     -2.296365               P   P
+PG02 -12021.415399 -21517.752198  10585.758223    355.772485               P   P
+PG03   5232.492297  15264.571920 -21529.265358    767.445105               P   P
+PG04   2697.381370 -17296.245886  19659.124045    229.464044               P   P
+PG05  -3538.242160 -23178.086800 -12381.447388   -217.361495               P   P
+PG06   -476.517126  16366.200879 -20734.405471    -72.386127               P   P
+PG07  18070.065584   -905.567706 -19518.131959     26.459165               P   P
+PG08  11703.697275  -8476.269427 -22262.506434      9.114319               P   P
+PG09 -21217.877221 -14968.440947   4965.275728    105.193801               P   P
+PG10   9192.472800 -24373.080323   3774.084769    -12.971941               P   P
+PG11  23485.693831  12789.219723     14.624127   -185.353128               P   P
+PG12 -13331.319855  -7318.206978  21798.904273     21.952190               P   P
+PG13  26210.425686  -3976.655097   2127.393253    251.831254               P   P
+PG14 -16308.334459  14335.225666  15365.099724    171.886525               P   P
+PG15 -18931.818355  -7028.551998 -17330.549610   -106.568951               P   P
+PG16   3673.626970  22092.972647 -14031.382601   -197.377606               P   P
+PG17  15588.820778 -15108.009867  15282.808560    175.391644               P   P
+PG18 -15842.305663  13026.116150 -16336.209319    156.997994               P   P
+PG19  16203.059061  10033.672438 -18671.687189   -183.158729               P   P
+PG20  14995.630749   5185.948862  21159.095398     52.870426               P   P
+PG21 -16747.388257   4345.448101 -19861.462302   -171.027336               P   P
+PG22 -10607.554442  23520.981060  -5866.777379    144.564372               P   P
+PG23  24233.872512   1263.253723  11235.609035    276.492195               P   P
+PG24  21198.245673  14324.689769   7748.470474    423.384656               P   P
+PG25 -15853.513423   5899.420109  20441.029258     18.439663               P   P
+PG26  -7260.163112 -13547.627069 -22299.021438   -155.058522               P   P
+PG27 -20447.459618 -17265.927960    576.680326    304.630113               P   P
+PG28  12286.640406 -21511.139534  -8697.349224     67.024739               P   P
+PG29 -25988.732151   4792.851256   2490.421047    239.276458               P   P
+PG30 -14294.766021  13468.899589  17526.481190     86.118394               P   P
+PG31    735.292698  18560.308126  19100.276893    140.444143               P   P
+PG32  10175.700423  14595.842557  20112.236522   -327.646845               P   P
+PR01  -4395.787835 -14216.178859 -20704.557437   -181.033455               P   P
+PR02 -13166.363589   3928.311882 -21481.871336   -254.235032               P   P
+PR03  -8325.126460   6317.643617  23248.254438     59.690502               P   P
+PR04  22415.371798  -6972.512680   9964.634004 999999.999999               P   P
+PR05   4344.118943  14312.668329  20661.192430   -169.871489               P   P
+PR06  12890.791081  -3212.649921  21774.859983    -67.085236               P   P
+PR07  12438.981225 -20512.487531   8705.362823   -205.364439               P   P
+PR08   6653.883794 -23449.536789  -7509.259878    -35.193271               P   P
+PR09  16303.571591   9309.447469 -17247.264318    -41.326066               P   P
+PR10   8436.667468  -6181.043550 -23285.437600    -88.598167               P   P
+PR11  -4818.815752 -19206.389192 -16127.666447    -74.620326               P   P
+PR12 -14949.352559 -20518.792904   1108.883747   -151.435084               P   P
+PR13 -16456.964171  -9420.249012  17029.716152   -319.215076               P   P
+PR15   6508.566961  19944.478096  14444.547207     66.902872               P   P
+PR16  15137.056651  20560.421928  -1349.727531    -31.904562               P   P
+PR17 -20608.028506   7755.306826 -12808.069477   -258.090565               P   P
+PR18  -3892.840411  11060.514687 -22620.289167    -34.979030               P   P
+PR19  14608.287502   7824.293591 -19394.913652   -175.145113               P   P
+PR20  25176.188879   -199.034452  -4289.768397    -79.484974               P   P
+PR21  20727.558759  -7889.402323  12505.383089    -74.691414               P   P
+PR22   4563.192069 -11104.435127  22525.608101     18.398260               P   P
+PR23 -14736.091932  -7685.704311  19341.589094   -317.906966               P   P
+PR24 -25006.823709    117.804256   5012.356637    -47.686769               P   P
+*  2011  9 12 22 15  0.00000000
+PG01  22511.170994  12494.045312   6510.279376     -2.297900               P   P
+PG02 -10867.363995 -20831.045725  12916.952729    355.774225               P   P
+PG03   3080.404056  16248.894841 -21187.841818    767.449607               P   P
+PG04   4542.360527 -15817.927495  20564.925669    229.474173               P   P
+PG05  -3042.566575 -24384.460119  -9945.143147   -217.366304               P   P
+PG06  -2717.684149  17135.091426 -19907.782585    -72.377839               P   P
+PG07  19587.622802    605.076806 -18029.951696     26.460802               P   P
+PG08  13440.292807  -6643.288518 -21952.272821      9.114422               P   P
+PG09 -21445.545108 -15418.106983   2099.260627    105.195950               P   P
+PG10   9362.513116 -23695.655054   6542.100794    -12.973067               P   P
+PG11  23189.111101  13118.633995  -2665.528127   -185.356198               P   P
+PG12 -12758.465546  -9703.483733  21217.335336     21.954339               P   P
+PG13  25840.720757  -3714.609431   4994.722125    251.829617               P   P
+PG14 -17900.077356  14601.055318  13145.690936    171.888162               P   P
+PG15 -17030.205879  -7860.526112 -18861.385431   -106.567518               P   P
+PG16   3140.345910  23486.582220 -11677.899314   -197.379550               P   P
+PG17  17190.365928 -15373.751108  13105.759302    175.390212               P   P
+PG18 -15622.280713  10981.890321 -17970.586572    156.999631               P   P
+PG19  14091.352488  10645.206714 -19969.375941   -183.162412               P   P
+PG20  14553.923760   7583.636187  20748.611411     52.870835               P   P
+PG21 -18369.344727   2726.784440 -18762.799404   -171.029587               P   P
+PG22 -10749.255927  22618.450727  -8498.967752    144.563963               P   P
+PG23  22951.167674   1861.813892  13571.595323    276.489433               P   P
+PG24  21533.851389  15013.413084   5061.785190    423.387521               P   P
+PG25 -15472.218167   3537.443857  21263.100468     18.441300               P   P
+PG26  -4902.297206 -14126.684784 -22554.585127   -155.069880               P   P
+PG27 -20210.446237 -17291.425730  -2296.619571    304.633592               P   P
+PG28  12202.518109 -20276.509700 -11272.957176     67.027502               P   P
+PG29 -25636.077093   4430.984252   5305.342824    239.279323               P   P
+PG30 -14224.414919  11304.804749  19017.226640     86.113892               P   P
+PG31   -972.636218  17134.334545  20409.979206    140.449054               P   P
+PG32   9462.619136  16645.430568  18849.050037   -327.652882               P   P
+PR01  -3514.598792 -16512.647150 -19106.914994   -181.033420               P   P
+PR02 -12095.226466   1439.392492 -22401.604092   -254.237323               P   P
+PR03 -10096.811485   4064.835041  23041.167957     59.692762               P   P
+PR04  23432.139063  -7255.116533   6972.732068 999999.999999               P   P
+PR05   3468.695413  16602.352325  19051.212581   -169.871624               P   P
+PR06  11806.895716   -697.391257  22596.613633    -67.085145               P   P
+PR07  11966.604156 -19354.425298  11550.204184   -205.363976               P   P
+PR08   6824.457419 -24176.856347  -4418.190786    -35.192779               P   P
+PR09  17586.993131  10828.799068 -14934.728827    -41.325809               P   P
+PR10  10208.083319  -3937.156598 -23070.207483    -88.597433               P   P
+PR11  -3622.179754 -17448.925931 -18287.715253    -74.620001               P   P
+PR12 -15039.646373 -20377.678017  -2124.557412   -151.434171               P   P
+PR13 -17770.053376 -10885.570581  14674.997014   -319.216502               P   P
+PR15   5437.489542  18324.208388  16843.226635     66.904106               P   P
+PR16  15255.287389  20426.439111   1864.621971    -31.904001               P   P
+PR17 -21993.377136   8054.982089 -10007.230518   -258.089083               P   P
+PR18  -6611.775161  11450.977120 -21770.505533    -34.979248               P   P
+PR19  12127.531923   8047.038689 -20951.591895   -175.146046               P   P
+PR20  24441.091732   -273.383099  -7400.423796    -79.485088               P   P
+PR21  22072.820231  -8197.025893   9681.033731    -74.692629               P   P
+PR22   7253.680905 -11512.583685  21608.676446     18.399415               P   P
+PR23 -12261.894792  -7937.819939  20902.321792   -317.909977               P   P
+PR24 -24181.728815    159.612125   8095.592077    -47.688023               P   P
+*  2011  9 12 22 30  0.00000000
+PG01  22827.230797  13048.143483   3734.835617     -2.299435               P   P
+PG02  -9481.699930 -20051.929982  15032.021378    355.775964               P   P
+PG03   1024.789405  17309.519067 -20494.598511    767.454109               P   P
+PG04   6518.368568 -14379.364589  21107.916144    229.484303               P   P
+PG05  -2648.794414 -25331.605279  -7336.702921   -217.371113               P   P
+PG06  -4817.963481  17962.656688 -18732.614130    -72.369551               P   P
+PG07  21039.826440   1912.812040 -16233.903059     26.462440               P   P
+PG08  15235.114199  -4956.798646 -21265.296522      9.114524               P   P
+PG09 -21438.130348 -15652.030880   -803.206033    105.198099               P   P
+PG10   9515.324241 -22721.075106   9194.201957    -12.974192               P   P
+PG11  22638.387405  13339.526077  -5300.924148   -185.359267               P   P
+PG12 -12331.126743 -12029.674644  20271.967959     21.956487               P   P
+PG13  25179.914784  -3336.951368   7776.259211    251.827980               P   P
+PG14 -19225.837577  14870.378047  10700.526078    171.889799               P   P
+PG15 -15029.355623  -8847.974494 -20069.108256   -106.566086               P   P
+PG16   2732.449090  24631.774706  -9120.165997   -197.381494               P   P
+PG17  18533.969580 -15633.268650  10702.302409    175.388779               P   P
+PG18 -15469.919600   8763.823468 -19283.645225    157.001269               P   P
+PG19  11890.284846  11404.588883 -20927.201419   -183.166095               P   P
+PG20  14232.997912   9931.860137  19976.814804     52.871244               P   P
+PG21 -19949.377051   1282.397995 -17335.310238   -171.031838               P   P
+PG22 -10886.534239  21436.730171 -10982.966025    144.563553               P   P
+PG23  21468.232042   2618.664413  15678.377978    276.486670               P   P
+PG24  21674.256820  15481.738094   2289.665713    423.390386               P   P
+PG25 -15206.416706   1087.027188  21718.197441     18.442937               P   P
+PG26  -2570.929802 -14844.575386 -22443.164575   -155.081237               P   P
+PG27 -19709.589962 -17146.346021  -5130.927317    304.637071               P   P
+PG28  12133.260013 -18755.624842 -13646.728743     67.030264               P   P
+PG29 -25007.086274   3947.223744   8028.869910    239.282188               P   P
+PG30 -14257.518490   8986.365931  20171.012403     86.109390               P   P
+PG31  -2854.471424  15726.307036  21372.660522    140.453966               P   P
+PG32   8894.188176  18573.809433  17272.500393   -327.658919               P   P
+PR01  -2872.074855 -18658.753985 -17137.692121   -181.033386               P   P
+PR02 -11177.866958  -1202.044790 -22885.832634   -254.239615               P   P
+PR03 -11999.327691   1991.725171  22385.295272     59.695023               P   P
+PR04  24056.550942  -7535.557238   3845.266213 999999.999999               P   P
+PR05   2831.710330  18739.960321  17071.181207   -169.871760               P   P
+PR06  10884.110166   1960.317357  22979.374601    -67.085053               P   P
+PR07  11488.805260 -17841.186917  14170.952061   -205.363512               P   P
+PR08   6819.382348 -24548.713679  -1241.277608    -35.192288               P   P
+PR09  18781.392696  12020.759151 -12331.402393    -41.325552               P   P
+PR10  12108.506177  -1875.193287 -22408.275546    -88.596698               P   P
+PR11  -2134.194481 -15604.695557 -20093.678220    -74.619675               P   P
+PR12 -14860.149405 -19929.366888  -5316.280006   -151.433258               P   P
+PR13 -18983.979715 -12019.417656  12034.545670   -319.217929               P   P
+PR15   4062.912146  16585.794159  18913.535303     66.905340               P   P
+PR16  15106.633312  19987.510109   5042.970405    -31.903440               P   P
+PR17 -23001.977851   8389.272962  -7011.129111   -258.087601               P   P
+PR18  -9167.372604  12013.732880 -20496.111351    -34.979466               P   P
+PR19   9506.505154   8483.277389 -22101.498847   -175.146980               P   P
+PR20  23335.853843   -222.654185 -10367.820047    -79.485203               P   P
+PR21  23038.980250  -8531.448886   6667.518409    -74.693843               P   P
+PR22   9770.066803 -12089.336369  20273.459903     18.400571               P   P
+PR23  -9648.995759  -8403.928022  22056.743608   -317.912988               P   P
+PR24 -22993.285033     66.662638  11021.430412    -47.689276               P   P
+*  2011  9 12 22 45  0.00000000
+PG01  22908.017853  13407.364686    895.086437     -2.300969               P   P
+PG02  -7871.791268 -19219.422513  16895.094193    355.777703               P   P
+PG03   -900.954331  18417.449959 -19459.814117    767.458611               P   P
+PG04   8591.753143 -13015.362315  21279.355347    229.494432               P   P
+PG05  -2326.381679 -25995.566080  -4601.209237   -217.375922               P   P
+PG06  -6743.870315  18816.858046 -17229.087698    -72.361263               P   P
+PG07  22381.643925   3012.506349 -14161.081260     26.464077               P   P
+PG08  17045.232751  -3443.752278 -20215.058769      9.114626               P   P
+PG09 -21171.933561 -15701.448501  -3691.898296    105.200247               P   P
+PG10   9686.863103 -21462.004473  11683.194412    -12.975318               P   P
+PG11  21829.506530  13483.547783  -7847.581402   -185.362337               P   P
+PG12 -12044.118572 -14248.326623  18979.450344     21.958636               P   P
+PG13  24253.044174  -2811.829142  10423.997017    251.826343               P   P
+PG14 -20269.879898  15103.090691   8071.145873    171.891436               P   P
+PG15 -12974.892172  -9988.056012 -20932.582088   -106.564653               P   P
+PG16   2420.636199  25498.401639  -6402.746214   -197.383438               P   P
+PG17  19604.735743 -15847.617884   8113.492663    175.387347               P   P
+PG18 -15407.713417   6412.583939 -20252.207299    157.002906               P   P
+PG19   9646.689836  12310.296758 -21527.918870   -183.169779               P   P
+PG20  14027.767199  12184.407059  18857.478500     52.871654               P   P
+PG21 -21445.324098     23.290204 -15606.082399   -171.034089               P   P
+PG22 -11052.913936  19992.438652 -13275.186172    144.563144               P   P
+PG23  19824.856521   3547.888267  17519.912448    276.483908               P   P
+PG24  21590.119241  15751.330015   -521.100087    423.393251               P   P
+PG25 -15068.089406  -1404.057283  21798.529752     18.444574               P   P
+PG26   -311.083104 -15685.434879 -21965.349535   -155.092594               P   P
+PG27 -18928.352506 -16865.878136  -7877.479416    304.640550               P   P
+PG28  12114.993964 -16972.150533 -15775.176597     67.033027               P   P
+PG29 -24128.167729   3313.305901  10614.203785    239.285053               P   P
+PG30 -14410.452274   6559.107993  20966.724913     86.104888               P   P
+PG31  -4881.434193  14375.763176  21972.840946    140.458877               P   P
+PG32   8458.909319  20339.245955  15409.106078   -327.664956               P   P
+PR01  -2454.054505 -20591.484082 -14835.169917   -181.033352               P   P
+PR02 -10444.133776  -3933.768149 -22925.102613   -254.241906               P   P
+PR03 -13977.003361    143.335680  21293.089176     59.697283               P   P
+PR04  24283.069912  -7757.629250    643.033360 999999.999999               P   P
+PR05   2418.694298  20662.711777  14759.548873   -169.871896               P   P
+PR06  10150.913533   4697.149650  22915.572042    -67.084962               P   P
+PR07  11057.786998 -15998.328869  16516.720977   -205.363049               P   P
+PR08   6687.153438 -24539.642875   1959.750647    -35.191797               P   P
+PR09  19825.141536  12882.790172  -9487.791300    -41.325296               P   P
+PR10  14082.600446    -39.606990 -21312.768116    -88.595964               P   P
+PR11   -370.153944 -13738.681101 -21510.423473    -74.619349               P   P
+PR12 -14376.405269 -19218.764298  -8403.679379   -151.432345               P   P
+PR13 -20036.754581 -12821.692439   9159.793587   -319.219355               P   P
+PR15   2394.612601  14795.170668  20615.369279     66.906573               P   P
+PR16  14655.924987  19287.366392   8123.897013    -31.902879               P   P
+PR17 -23617.447485   8702.439177  -3878.185809   -258.086119               P   P
+PR18 -11500.170759  12714.643569 -18821.638377    -34.979684               P   P
+PR19   6813.443843   9140.370887 -22822.340250   -175.147913               P   P
+PR20  21896.486522     -1.325596 -13134.473865    -79.485317               P   P
+PR21  23611.339612  -8836.728800   3523.689363    -74.695057               P   P
+PR22  12054.767254 -12799.599574  18546.261705     18.401727               P   P
+PR23  -6965.566926  -9090.703523  22782.390444   -317.916000               P   P
+PR24 -21479.971429   -204.866845  13732.922313    -47.690529               P   P
+*  2011  9 12 23  0  0.00000000
+PG01  22728.745605  13599.638989  -1960.073195     -2.302504               P   P
+PG02  -6052.909838 -18371.625495  18474.271272    355.779443               P   P
+PG03  -2668.924351  19538.773009 -18099.380001    767.463113               P   P
+PG04  10723.588687 -11754.938156  21077.213301    229.504562               P   P
+PG05  -2041.240416 -26360.363418  -1786.002277   -217.380731               P   P
+PG06  -8468.674228  19661.416167 -15423.296889    -72.352976               P   P
+PG07  23569.349996   3907.572634 -11847.158890     26.465714               P   P
+PG08  18824.767017  -2122.780237 -18821.050916      9.114729               P   P
+PG09 -20630.985989 -15602.607571  -6517.499797    105.202396               P   P
+PG10   9910.685985 -19939.760481  13964.769651    -12.976443               P   P
+PG11  20765.642751  13583.278437 -10263.232084   -185.365406               P   P
+PG12 -11884.225745 -16313.653306  17362.297585     21.960785               P   P
+PG13  23092.443436  -2113.094983  12892.063220    251.824706               P   P
+PG14 -21025.352685  15258.058482   5302.478534    171.893073               P   P
+PG15 -10912.306457 -11269.918181 -21436.507185   -106.563221               P   P
+PG16   2170.921677  26064.259317  -3573.133399   -197.385382               P   P
+PG17  20396.426380 -15977.061653   5383.828214    175.385915               P   P
+PG18 -15451.475338   3973.171174 -20859.520235    157.004543               P   P
+PG19   7407.383974  13352.673598 -21760.247952   -183.173462               P   P
+PG20  13925.754642  14297.587602  17410.448922     52.872063               P   P
+PG21 -22815.635892  -1047.794196 -13607.108483   -171.036340               P   P
+PG22 -11278.878456  18310.017861 -15335.327668    144.562735               P   P
+PG23  18064.198522   4655.870911  19064.437899    276.481145               P   P
+PG24  21258.040463  15849.736596  -3323.061831    423.396116               P   P
+PG25 -15061.189538  -3886.477511  21502.790004     18.446212               P   P
+PG26   1835.414589 -16625.894776 -21127.423011   -155.103952               P   P
+PG27 -17858.738574 -16488.552243 -10488.197561    304.644029               P   P
+PG28  12179.648518 -14958.293303 -17619.107065     67.035790               P   P
+PG29 -23032.274268   2506.793544  13017.007539    239.287918               P   P
+PG30 -14691.914803   4071.894869  21389.754553     86.100386               P   P
+PG31  -7018.186344  13117.119331  22201.157555    140.463788               P   P
+PG32   8138.307747  21903.848620  13289.935650   -327.670992               P   P
+PR01  -2235.073381 -22253.669726 -12244.122234   -181.033318               P   P
+PR02  -9912.615745  -6688.984208 -22518.614229   -254.244197               P   P
+PR03 -15967.794955  -1446.410798  19785.557063     59.699543               P   P
+PR04  24119.524894  -7866.166356  -2571.703069 999999.999999               P   P
+PR05   2203.920931  22313.720363  12161.209864   -169.872032               P   P
+PR06   9624.319747   7445.558465  22406.311588    -67.084871               P   P
+PR07  10720.925484 -13862.942426  18541.942094   -205.362586               P   P
+PR08   6480.722580 -24136.623307   5122.715142    -35.191305               P   P
+PR09  20659.410130  13425.275527  -6459.177178    -41.325039               P   P
+PR10  16068.840259   1536.295261 -19805.142124    -88.595230               P   P
+PR11   1642.077121 -11913.372739 -22510.307511    -74.619024               P   P
+PR12 -13565.097502 -18298.660093 -11326.323726   -151.431432               P   P
+PR13 -20869.701541 -13305.280742   6106.733289   -319.220781               P   P
+PR15    455.372140  13016.894822  21915.876859     66.907807               P   P
+PR16  13878.778103  18377.560352  11047.767604    -31.902318               P   P
+PR17 -23836.821139   8937.804685   -669.534556   -258.084638               P   P
+PR18 -13559.149384  13510.205951 -16779.507111    -34.979902               P   P
+PR19   4117.817994  10013.285256 -23100.146154   -175.148847               P   P
+PR20  20169.485818    428.127540 -15646.752696    -79.485431               P   P
+PR21  23788.655986  -9056.339881    310.983322    -74.696272               P   P
+PR22  14058.978613 -13599.282586  16460.860413     18.402883               P   P
+PR23  -4280.920199  -9992.439801  23065.134962   -317.919011               P   P
+PR24 -19690.430011   -690.361775  16177.261441    -47.691782               P   P
+*  2011  9 12 23 15  0.00000000
+PG01  22271.992400  13657.834169  -4781.493082     -2.304039               P   P
+PG02  -4047.889465 -17544.265724  19742.158143    355.781182               P   P
+PG03  -4257.606147  20635.838092 -16434.651758    767.467615               P   P
+PG04  12871.063864 -10620.308781  20506.138437    229.514691               P   P
+PG05  -1757.267569 -26418.582834   1060.153937   -217.385540               P   P
+PG06  -9973.258983  20457.256079 -13346.778090    -72.344688               P   P
+PG07  24562.156004   4609.620701  -9331.773031     26.467351               P   P
+PG08  20526.552812  -1003.727881 -17108.346837      9.114831               P   P
+PG09 -19807.675608 -15395.154889  -9232.415558    105.204545               P   P
+PG10  10216.412983 -18183.590791  15998.372273    -12.977569               P   P
+PG11  19457.120483  13670.855057 -12507.946991   -185.368476               P   P
+PG12 -11830.832165 -18184.113610  15448.486695     21.962933               P   P
+PG13  21736.530866  -1221.538863  15137.531279    251.823069               P   P
+PG14 -21494.451093  15294.845489   2442.089619    171.894710               P   P
+PG15  -8885.346157 -12674.950591 -21571.712585   -106.561788               P   P
+PG16   1946.176316  26315.930083   -680.881601   -197.387326               P   P
+PG17  20911.592642 -15982.757724   2560.489988    175.384482               P   P
+PG18 -15609.660490   1493.289250 -21095.548711    157.006180               P   P
+PG19   5217.538800  14514.143562 -21619.129381   -183.177146               P   P
+PG20  13907.686953  16231.750966  15661.264477     52.872472               P   P
+PG21 -24020.909730  -1936.158863 -11374.587693   -171.038591               P   P
+PG22 -11590.496641  16420.923085 -17127.128625    144.562325               P   P
+PG23  16231.242297   5940.848425  20285.026694    276.478382               P   P
+PG24  20661.565075  15809.194836  -6068.861848    423.398981               P   P
+PG25 -15181.499525  -6311.051513  20836.171115     18.447849               P   P
+PG26   3831.293552 -17635.828227 -19941.372556   -155.115309               P   P
+PG27 -16501.910392 -16054.672783 -12916.555485    304.647508               P   P
+PG28  12353.467642 -12753.700153 -19144.481407     67.038552               P   P
+PG29 -21757.624266   1512.133816  15196.158684    239.290783               P   P
+PG30 -15102.490167   1575.167055  21432.314541     86.095884               P   P
+PG31  -9224.013245  11978.468726  22054.461049    140.468699               P   P
+PG32   7907.763621  23234.838530  10950.139585   -327.677029               P   P
+PR01  -2179.667837 -23596.262430  -9414.942812   -181.033284               P   P
+PR02  -9589.926281  -9398.879642 -21674.240605   -254.246488               P   P
+PR03 -17905.779519  -2755.897186  17891.870372     59.701804               P   P
+PR04  23586.690155  -7809.608728  -5736.429081 999999.999999               P   P
+PR05   2151.719451  23644.250914   9326.631345   -169.872168               P   P
+PR06   9309.231589  10136.349387  21461.364297    -67.084780               P   P
+PR07  10518.624912 -11482.321960  20207.248091   -205.362123               P   P
+PR08   6255.018830 -23339.694640   8186.196916    -35.190814               P   P
+PR09  21230.735285  13670.845749  -3304.539136    -41.324782               P   P
+PR10  18001.965174   2831.488813 -17914.756021    -88.594496               P   P
+PR11   3862.964695 -10186.238859 -23073.720344    -74.618698               P   P
+PR12 -12415.257656 -17227.346370 -14027.165090   -151.430519               P   P
+PR13 -21430.003136 -13495.253135   2934.818209   -319.222208               P   P
+PR15  -1719.744399  11311.491114  22790.079322     66.909041               P   P
+PR16  12762.859939  17315.207490  13757.877976    -31.901757               P   P
+PR17 -23670.557876   9040.388929   2552.188101   -258.083156               P   P
+PR18 -15303.641067  14349.453751 -14409.406747    -34.980120               P   P
+PR19   1487.658561  11084.680719 -22929.538928   -175.149780               P   P
+PR20  18209.969960   1093.407423 -17855.908602    -79.485545               P   P
+PR21  23583.075132  -9135.803698  -2907.802359    -74.697486               P   P
+PR22  15744.432738 -14437.228830  14057.837845     18.404038               P   P
+PR23  -1662.834984 -11091.160617  22899.462610   -317.922022               P   P
+PR24 -17681.507172  -1415.023698  18306.821053    -47.693035               P   P
+*  2011  9 12 23 30  0.00000000
+PG01  21528.478352  13618.310267  -7520.615774     -2.305574               P   P
+PG02  -1886.505436 -16769.322134  20676.348396    355.782922               P   P
+PG03  -5652.544321  21668.610713 -14492.218046    767.472117               P   P
+PG04  14989.019691  -9626.171767  19577.294280    229.524821               P   P
+PG05  -1437.957184 -26171.639468   3887.933707   -217.390349               P   P
+PG06 -11246.678206  21164.082674 -11035.936300    -72.336400               P   P
+PG07  25323.734521   5137.801204  -6657.856184     26.468988               P   P
+PG08  22103.848424    -87.531511 -15107.102917      9.114933               P   P
+PG09 -18703.053584 -15120.440512 -11791.512283    105.206693               P   P
+PG10  10628.361516 -16229.631616  17747.989712    -12.978694               P   P
+PG11  17921.126826  13776.638944 -14544.714501   -185.371546               P   P
+PG12 -11856.840439 -19823.830426  13270.966104     21.965082               P   P
+PG13  20228.363327   -125.858547  17121.190228    251.821432               P   P
+PG14 -21688.237190  15175.441769   -460.630300    171.896347               P   P
+PG15  -6934.475166 -14177.348326 -21335.347522   -106.560356               P   P
+PG16   1707.801788  26249.284210   2223.308870   -197.389270               P   P
+PG17  21161.368195 -15828.434522   -307.483478    175.383050               P   P
+PG18 -15883.010981   -978.378789 -20957.114597    157.007817               P   P
+PG19   3119.107711  15769.744008 -21105.883506   -183.180829               P   P
+PG20  13948.366738  17952.640344  13640.672608     52.872882               P   P
+PG21 -25025.321162  -2654.638902  -8948.188290   -171.040842               P   P
+PG22 -12008.230687  14362.540555 -18619.046242    144.561916               P   P
+PG23  14371.191414   7392.763287  21160.069171    276.475620               P   P
+PG24  19791.933411  15665.269133  -8711.992556    423.401846               P   P
+PG25 -15416.817917  -8630.450654  19810.270087     18.449486               P   P
+PG26   5645.066523 -18679.354873 -18424.836816   -155.126666               P   P
+PG27 -14868.468795 -15604.647297 -15118.474992    304.650986               P   P
+PG28  12655.766968 -10404.034986 -20323.170737     67.041315               P   P
+PG29 -20346.236604    321.446362  17114.441348    239.293647               P   P
+PG30 -15634.561143   -880.888847  21093.612356     86.091382               P   P
+PG31 -11454.203535  10980.633680  21535.818517    140.473611               P   P
+PG32   7737.569221  24305.647444   8428.432128   -327.683066               P   P
+PR01  -2244.108068 -24580.281163  -6402.661484   -181.033249               P   P
+PR02  -9470.509781 -11995.254053 -20408.377089   -254.248779               P   P
+PR03 -19723.835522  -3776.492253  15648.808086     59.704064               P   P
+PR04  22717.337873  -7542.424963  -8789.601607 999999.999999               P   P
+PR05   2218.213367  24615.652724   6310.873407   -169.872304               P   P
+PR06   9198.321489  12701.332636  20098.986820    -67.084688               P   P
+PR07  10482.479199  -8912.217024  21480.239126   -205.361660               P   P
+PR08   6064.393101 -22162.042239  11090.730100    -35.190323               P   P
+PR09  21493.384326  13653.190618    -85.395271    -41.324526               P   P
+PR10  19815.603683   3837.849017 -15678.295277    -88.593762               P   P
+PR11   6242.701898  -8607.420697 -23189.479720    -74.618372               P   P
+PR12 -10928.948614 -16066.025795 -16453.669450   -151.429606               P   P
+PR13 -21673.017709 -13427.559337   -294.205150   -319.223634               P   P
+PR15  -4084.627940   9732.993735  23221.332838     66.910275               P   P
+PR16  11308.667121  16160.508757  16201.549070    -31.901196               P   P
+PR17 -23141.993826   8959.475895   5724.085869   -258.081674               P   P
+PR18 -16704.813362  15176.200397 -11757.523799    -34.980338               P   P
+PR19  -1013.045715  12325.533470 -22313.835894   -175.150713               P   P
+PR20  16079.474495   2010.981835 -19719.020959    -79.485659               P   P
+PR21  23019.509469  -9025.241395  -6069.762105    -74.698700               P   P
+PR22  17084.719524 -15257.450527  11383.786432     18.405194               P   P
+PR23    825.041324 -12357.265009  22288.580084   -317.925033               P   P
+PR24 -15515.966729  -2392.557410  20080.090141    -47.694289               P   P
+*  2011  9 12 23 45  0.00000000
+PG01  20497.537885  13519.346785 -10130.313379     -2.307108               P   P
+PG02    395.407669 -16073.791401  21259.845030    355.784661               P   P
+PG03  -6846.761395  22596.146852 -12303.582076    767.476619               P   P
+PG04  17031.573594  -8779.306247  18308.073576    229.534950               P   P
+PG05  -1048.031174 -25629.709470   6648.323557   -217.395158               P   P
+PG06 -12286.383717  21742.021335  -8531.372037    -72.328112               P   P
+PG07  25823.583657   5517.868156  -3870.921600     26.470625               P   P
+PG08  23512.012617    633.569332 -12851.998051      9.115035               P   P
+PG09 -17326.820855 -14819.805158 -14152.780961    105.208842               P   P
+PG10  11164.408984 -14119.591479  19182.843502    -12.979820               P   P
+PG11  16181.189713  13927.964069 -16339.971448   -185.374615               P   P
+PG12 -11929.844578 -21203.797674  10867.088526     21.967231               P   P
+PG13  18614.014572   1176.675485  18808.258288    251.819795               P   P
+PG14 -21626.119946  14865.918132  -3355.326695    171.897984               P   P
+PG15  -5095.461471 -15744.966640 -20730.966218   -106.558924               P   P
+PG16   1417.468126  25869.620819   5088.530564   -197.391214               P   P
+PG17  21164.929192 -15481.986522  -3170.070736    175.381617               P   P
+PG18 -16264.537909  -3393.920387 -20447.885571    157.009454               P   P
+PG19   1149.367855  17087.959896 -20228.263371   -183.184513               P   P
+PG20  14017.785114  19432.537497  11384.056723     52.873291               P   P
+PG21 -25797.899355  -3222.807991  -6370.290067   -171.043093               P   P
+PG22 -12545.976146  12176.873558 -19784.848815    144.561507               P   P
+PG23  12527.851536   8993.437758  21673.684291    276.472857               P   P
+PG24  18648.560609  15455.369953 -11207.546587    423.404711               P   P
+PG25 -15747.469284 -10800.831344  18442.880351     18.451123               P   P
+PG26   7252.068167 -19716.079305 -16600.979807   -155.138023               P   P
+PG27 -12978.372374 -15177.274553 -17053.231476    304.654465               P   P
+PG28  13097.992946  -7959.292664 -21133.578189     67.044077               P   P
+PG29 -18842.337012  -1064.987677  18739.167006    239.296512               P   P
+PG30 -16272.578281  -3248.159512  20379.867846     86.086880               P   P
+PG31 -13661.574593  10136.502933  20654.425485    140.478522               P   P
+PG32   7594.175825  25096.806143   5766.526728   -327.689103               P   P
+PR01  -2378.486543 -25178.355326  -3265.868905   -181.033215               P   P
+PR02  -9536.977854 -14413.134929 -18745.624169   -254.251070               P   P
+PR03 -21356.398833  -4512.674974  13100.044035     59.706324               P   P
+PR04  21554.804660  -7027.285499 -11671.850947 999999.999999               P   P
+PR05   2353.411149  25200.888326   3172.518985   -169.872440               P   P
+PR06   9272.444544  15075.943307  18345.575381    -67.084597               P   P
+PR07  10633.818685  -6214.739820  22336.115045   -205.361196               P   P
+PR08   5960.096098 -20629.549555  13779.955169    -35.189831               P   P
+PR09  21411.413785  13415.407281   3135.412743    -41.324269               P   P
+PR10  21444.956906   4560.227897 -13139.063697    -88.593028               P   P
+PR11   8723.045139  -7217.746473 -22855.065965    -74.618047               P   P
+PR12  -9121.395947 -14876.125495 -18558.842198   -151.428693               P   P
+PR13 -21564.267785 -13147.272831  -3517.508818   -319.225061               P   P
+PR15  -6583.830812   8326.786913  23201.624624     66.911508               P   P
+PR16   9529.778993  14974.155166  18331.152996    -31.900635               P   P
+PR17 -22286.266382   8651.009399   8784.251110   -258.080192               P   P
+PR18 -17746.657819  15931.527041  -8875.634153    -34.980557               P   P
+PR19  -3326.774992  13696.264559 -21264.984804   -175.151647               P   P
+PR20  13843.495822   3185.146601 -21199.830040    -79.485773               P   P
+PR21  22134.491311  -8681.736348  -9113.135872    -74.699914               P   P
+PR22  18066.124926 -16001.573459   8490.411524     18.406350               P   P
+PR23   3125.612269 -13750.678674  21244.354100   -317.928044               P   P
+PR24 -13259.970401  -3624.349195  21462.490118    -47.695542               P   P
+EOF
diff --git a/util/data/COD16510.EPH_R b/util/data/COD16510.EPH_R
new file mode 100644
index 0000000..ad85e35
--- /dev/null
+++ b/util/data/COD16510.EPH_R
@@ -0,0 +1,5399 @@
+#cP2011  8 28  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651      0.00000000   900.00000000 55801 0.0000000000000
++   55   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02
++        R03R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20
++        R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++        10  5  5  5  5  5  5  9  5  5  5  5  5  5  5  5  5
+++         5  6  5  5  5  5  5  5  5 10  5  5 10  5  5  5  5
+++         6 10  5  5  5  5  5  5  5  5  5  5  5  6  6  6  7
+++         6  6  6  6  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11240      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  8 28  0  0  0.00000000
+PG01  22830.653446  13536.358596   -912.040959     -8.600198
+PG02  -6915.091273 -18706.537330  17838.046618    353.253115
+PG03  -2030.231699  19115.508981 -18644.195640    760.527707
+PG04  10009.070550 -12164.969046  21186.905526    214.097771
+PG05  -2018.611373 -26290.301551  -2655.522537   -210.037610
+PG06  -7951.570207  19359.332299 -16067.546821    -85.305888
+PG07  23137.468439   3540.102339 -12768.218313     24.000006
+PG08  18341.444662  -2395.333183 -19247.510646      9.018670
+PG09 -20868.747210 -15645.558498  -5494.543599    101.914868
+PG10   9757.528452 -20620.906601  13057.353990    -11.291233
+PG11  21208.283922  13540.173863  -9352.791378   -180.724772
+PG12 -11930.679124 -15585.352445  17984.588616     18.622670
+PG13  23483.867622  -2298.843594  12129.973571    254.339906
+PG14 -20845.307799  15169.516257   6217.448875    169.287820
+PG15 -11655.250045 -10782.176695 -21302.434751   -108.800752
+PG16   1906.336798  26006.961959  -4100.763939   -194.319422
+PG17  19983.107144 -16046.886877   6630.248459    177.543768
+PG18 -15405.478729   5040.730330 -20651.994998    154.432635
+PG19   8149.703769  12987.477413 -21723.605037   -177.581367
+PG20  14019.300761  13319.645556  18090.199888     52.228245
+PG21 -22383.363903   -773.131707 -14288.374974   -167.551421
+PG22 -11221.545957  18906.222191 -14642.278321    144.979504
+PG23  18593.686930   4358.001286  18627.023437    280.670645
+PG24  21715.823007  15489.486042  -1671.883513    418.996727
+PG25 -15063.923512  -2760.955544  21673.006806     16.000426
+PG26   1047.361311 -16260.550087 -21484.767273   -137.782488
+PG27 -18345.023736 -16605.394471  -9481.912083    299.263141
+PG28  12178.693993 -15639.726361 -17029.349879     62.916872
+PG29 -23398.343194   2690.479815  12303.349412    234.844842
+PG30 -15236.154291   -505.431827  21390.114195     91.687172
+PG31  -6401.205246  13474.683139  22167.082861    132.800484
+PG32   8386.414061  21175.603417  14281.140104   -318.376754
+PR01  -2284.917712 -21721.605058 -13157.160595 999999.999999
+PR02 -10065.512710  -5757.388542 -22707.706124 999999.999999
+PR03 -15311.815345   -945.531306  20327.392520 999999.999999
+PR04  24201.863813  -7923.851824  -1326.022137 999999.999999
+PR05   2254.384733  21782.263361  13079.398466 999999.999999
+PR06   9775.147702   6517.749464  22629.834838 999999.999999
+PR07  10822.910730 -14642.173200  17873.387881 999999.999999
+PR08   6558.607230 -24319.290099   4048.153404 999999.999999
+PR09  20404.624943  13280.187862  -7492.746584 999999.999999
+PR10  15411.090053   1034.065792 -20351.977387 999999.999999
+PR11    948.094429 -12523.338966 -22220.600928 999999.999999
+PR12 -13869.511497 -18634.184626 -10364.759622 999999.999999
+PR13 -20618.036237 -13181.093035   7140.307428 999999.999999
+PR15   1076.613987  13581.393915  21544.387381 999999.999999
+PR16  14166.991493  18708.329213  10089.110260 999999.999999
+PR17 -23811.010563   8861.486206  -1730.642696 999999.999999
+PR18 -12907.945684  13230.566192 -17499.872971 999999.999999
+PR19   5011.307005   9693.885246 -23057.997405 999999.999999
+PR20  20772.962126    259.569905 -14841.109635 999999.999999
+PR21  23773.819792  -8994.789807   1393.428830 999999.999999
+PR22  13417.991219 -13321.045087  17205.331794 999999.999999
+PR23  -5171.420558  -9664.790668  23024.367603 999999.999999
+PR24 -20319.302574   -498.348334  15389.951766 999999.999999
+*  2011  8 28  0 15  0.00000000
+PG01  22476.903408  13640.570706  -3751.203252     -8.602665
+PG02  -4982.104874 -17873.900440  19240.570380    353.254391
+PG03  -3688.379747  20226.745029 -17089.643177    760.532416
+PG04  12153.748063 -10982.145654  20741.811175    214.108391
+PG05  -1737.738463 -26441.739252    186.300127   -210.042539
+PG06  -9534.058805  20173.415930 -14078.439341    -85.297150
+PG07  24211.151815   4313.642082 -10326.237503     24.001719
+PG08  20063.656404  -1210.310863 -17622.517147      9.018771
+PG09 -20148.955783 -15473.948309  -8254.792453    101.917799
+PG10  10030.463719 -18957.608978  15197.316868    -11.292445
+PG11  19991.588570  13629.354915 -11667.354028   -180.727872
+PG12 -11840.934279 -17530.816166  16175.391361     18.624829
+PG13  22182.549367  -1473.592021  14451.657536    254.337065
+PG14 -21406.866447  15249.029464   3380.719711    169.289438
+PG15  -9609.737456 -12144.729731 -21572.940381   -108.799234
+PG16   1675.639691  26314.454585  -1216.525008   -194.321208
+PG17  20621.407610 -16117.458287   3842.882325    177.542771
+PG18 -15522.313993   2572.245283 -21043.765086    154.434309
+PG19   5935.817568  14107.917895 -21710.393199   -177.585012
+PG20  13975.809762  15337.724423  16471.262756     52.228670
+PG21 -23643.824541  -1723.873787 -12128.646544   -167.553528
+PG22 -11497.520584  17085.053288 -16532.049136    144.979307
+PG23  16772.484013   5582.576195  19950.105633    280.667906
+PG24  21276.854610  15533.999363  -4456.178103    418.999857
+PG25 -15140.472943  -5215.799999  21165.060606     16.002030
+PG26   3102.570289 -17250.894418 -20425.541240   -137.793745
+PG27 -17098.592815 -16192.310135 -11987.100503    299.267288
+PG28  12309.450217 -13494.814181 -18665.549989     62.920097
+PG29 -22170.660871   1759.614332  14555.743841    234.847770
+PG30 -15536.586290  -2991.077091  20974.250042     91.685034
+PG31  -8586.103226  12289.209806  22135.476685    132.805487
+PG32   8126.369984  22617.419348  12036.446418   -318.382858
+PR01  -2178.517702 -23178.112985 -10403.065359 999999.999999
+PR02  -9671.250360  -8490.481955 -22010.674517 999999.999999
+PR03 -17274.046698  -2350.511545  18558.685028 999999.999999
+PR04  23808.660771  -7936.472899  -4517.808966 999999.999999
+PR05   2151.308017  23227.380869  10319.358133 999999.999999
+PR06   9387.921011   9235.915194  21830.950065 999999.999999
+PR07  10569.479300 -12341.356934  19668.682658 999999.999999
+PR08   6332.791850 -23656.474565   7152.612318 999999.999999
+PR09  21068.866653  13623.072194  -4374.142409 999999.999999
+PR10  17368.562389   2424.930395 -18586.268543 999999.999999
+PR11   3103.460080 -10757.601942 -22931.900186 999999.999999
+PR12 -12833.954883 -17607.674412 -13145.769777 999999.999999
+PR13 -21274.080950 -13466.514318   4001.791591 999999.999999
+PR15  -1026.212655  11844.610098  22555.776336 999999.999999
+PR16  13164.682782  17690.845758  12876.380383 999999.999999
+PR17 -23769.843102   9014.282633   1494.155146 999999.999999
+PR18 -14761.639865  14061.444304 -15234.002602 999999.999999
+PR19   2351.236304  10701.516448 -23037.124591 999999.999999
+PR20  18883.750485    843.201549 -17156.608014 999999.999999
+PR21  23694.125100  -9127.771466  -1830.593714 999999.999999
+PR22  15214.220369 -14152.833874  14904.463354 999999.999999
+PR23  -2523.606365 -10700.063138  23008.773417 999999.999999
+PR24 -18377.291018  -1139.968525  17630.679257 999999.999999
+*  2011  8 28  0 30  0.00000000
+PG01  21838.822628  13633.537085  -6525.789433     -8.602808
+PG02  -2879.549525 -17081.266760  20318.250034    353.256285
+PG03  -5157.207616  21288.791197 -15246.751663    760.535987
+PG04  14284.778644  -9935.559468  19934.518725    214.118820
+PG05  -1433.940766 -26286.553085   3024.892415   -210.047460
+PG06 -10887.875505  20912.638009 -11842.148012    -85.288097
+PG07  25066.776499   4905.543719  -7708.757594     24.003108
+PG08  21675.477978   -229.138947 -15700.023087      9.018942
+PG09 -19146.533265 -15219.994639 -10875.426023    101.920264
+PG10  10400.919847 -17081.205407  17067.503893    -11.293444
+PG11  18540.034185  13725.491428 -13787.795908   -180.730867
+PG12 -11841.090898 -19257.915372  14090.018698     18.627152
+PG13  20714.236242   -447.144612  16523.375229    254.335762
+PG14 -21688.060920  15184.949510    485.422307    169.291035
+PG15  -7626.134104 -13615.010102 -21472.082291   -108.797714
+PG16   1442.233613  26303.673550   1689.045669   -194.323331
+PG17  20989.039006 -16042.371752    988.586663    177.541211
+PG18 -15754.996758     92.002094 -21061.574564    154.435944
+PG19   3799.361886  15331.995256 -21323.751198   -177.588938
+PG20  14001.984165  17156.653445  14566.705935     52.228951
+PG21 -24715.209898  -2499.345580  -9761.742929   -167.555688
+PG22 -11872.854841  15080.728219 -18132.397138    144.978711
+PG23  14909.760164   6978.110154  20933.527357    280.665299
+PG24  20567.149127  15457.850552  -7165.116957    419.003132
+PG25 -15337.799498  -7585.027199  20292.122215     16.003655
+PG26   4986.412851 -18288.700591 -19028.549377   -137.805482
+PG27 -15570.233075 -15747.902221 -14282.736745    299.271182
+PG28  12562.639072 -11188.663350 -19963.924763     62.922301
+PG29 -20792.313733    634.786848  16558.209244    234.850749
+PG30 -15948.339403  -5389.554866  20185.541278     91.682686
+PG31 -10809.859400  11238.740513  21730.372023    132.810448
+PG32   7939.301160  23809.850441   9591.863918   -318.388944
+PR01  -2207.744305 -24288.082939  -7446.663359 999999.999999
+PR02  -9483.591742 -11133.029412 -20885.627301 999999.999999
+PR03 -19138.652778  -3468.128804  16427.597752 999999.999999
+PR04  23065.477602  -7754.022443  -7621.744955 999999.999999
+PR05   2182.772376  24325.297702   7358.839314 999999.999999
+PR06   9208.793681  11851.173170  20607.478605 999999.999999
+PR07  10472.306739  -9830.712553  21082.165658 999999.999999
+PR08   6123.648534 -22606.923376  10118.193131 999999.999999
+PR09  21438.936603  13690.329165  -1170.166263 999999.999999
+PR10  19228.730383   3528.413445 -16461.496315 999999.999999
+PR11   5435.312957  -9124.158060 -23198.449390 999999.999999
+PR12 -11459.969563 -16470.340742 -15669.599255 999999.999999
+PR13 -21626.862391 -13481.177660    785.401961 999999.999999
+PR15  -3334.532576  10218.083096  23128.581363 999999.999999
+PR16  11822.635817  16560.573708  15414.328140 999999.999999
+PR17 -23357.150143   8999.802300   4689.782519 999999.999999
+PR18 -16280.112791  14899.093261 -12670.204904 999999.999999
+PR19   -200.112773  11889.656705 -22568.979575 999999.999999
+PR20  16802.397816   1675.053884 -19139.628185 999999.999999
+PR21  23246.660585  -9086.756439  -5018.843149 999999.999999
+PR22  16672.766800 -14986.208812  12316.231596 999999.999999
+PR23     14.642499 -11913.962418  22545.947291 999999.999999
+PR24 -16257.037349  -2031.264575  19528.338566 999999.999999
+*  2011  8 28  0 45  0.00000000
+PG01  20912.564931  13553.002735  -9188.047130     -8.604552
+PG02   -640.931684 -16357.747822  21051.747540    353.257720
+PG03  -6426.905276  22260.834797 -13145.256469    760.539143
+PG04  16356.389549  -9034.797039  18780.310469    214.128612
+PG05  -1071.359628 -25832.111225   5811.058628   -210.052244
+PG06 -12007.546168  21536.793976  -9397.949746    -85.279166
+PG07  25671.481430   5339.173043  -4960.373668     24.004376
+PG08  23131.501532    553.296989 -13513.466255      9.019417
+PG09 -17868.055388 -14925.216861 -13313.237416    101.921702
+PG10  10889.437588 -15031.339618  18634.919044    -11.295200
+PG11  16874.797410  13857.200225 -15679.159343   -180.733998
+PG12 -11900.539241 -20735.032436  11764.281883     18.629714
+PG13  19124.268907    786.122972  18308.830123    254.334054
+PG14 -21705.604614  14941.780021  -2418.286306    169.292625
+PG15  -5742.101453 -15163.061738 -21001.082197   -108.796215
+PG16   1167.582026  25977.728584   4565.008135   -194.325275
+PG17  21101.845237 -15787.530478  -1882.950619    177.539709
+PG18 -16099.610371  -2351.568948 -20706.251404    154.437675
+PG19   1779.435862  16630.358640 -20569.236879   -177.592650
+PG20  14069.656564  18745.820020  12409.931901     52.229811
+PG21 -25564.796778  -3116.915889  -7229.222535   -167.558223
+PG22 -12363.905370  12933.772828 -19415.167063    144.978702
+PG23  13050.022646   8529.031564  21559.594678    280.662628
+PG24  19581.798596  15297.599595  -9752.749359    419.007779
+PG25 -15639.182638  -9823.184740  19069.350127     16.005296
+PG26   6671.602538 -19335.037117 -17314.935245   -137.816614
+PG27 -13776.366939 -15311.758808 -16326.663203    299.274142
+PG28  12952.531740  -8769.964247 -20900.619611     62.924659
+PG29 -19307.034713   -686.424016  18276.608672    234.853431
+PG30 -16451.765743  -7655.281360  19038.464518     91.680479
+PG31 -13025.948434  10338.809108  20959.094500    132.815336
+PG32   7793.102429  24730.278374   6987.819658   -318.395356
+PR01  -2324.535977 -25020.035828  -4345.455591 999999.999999
+PR02  -9489.112544 -13618.663965 -19354.427879 999999.999999
+PR03 -20839.274708  -4298.505221  13975.605483 999999.999999
+PR04  22011.893816  -7335.863859 -10577.470189 999999.999999
+PR05   2300.613197  25044.850846   4255.354461 999999.999999
+PR06   9222.561061  14297.425318  18983.102937 999999.999999
+PR07  10556.449125  -7170.385954  22086.312980 999999.999999
+PR08   5983.778541 -21192.249903  12887.347949 999999.999999
+PR09  21475.404531  13522.069067   2056.655601 999999.999999
+PR10  20926.002962   4345.040576 -14018.820241 999999.999999
+PR11   7888.047751  -7667.137774 -23014.806739 999999.999999
+PR12  -9758.357251 -15283.801610 -17887.302926 999999.999999
+PR13 -21638.331165 -13267.300867  -2446.268952 999999.999999
+PR15  -5795.715379   8750.199709  23252.032770 999999.999999
+PR16  10150.042890  15378.305452  17653.524257 999999.999999
+PR17 -22604.331860   8771.517565   7793.858848 999999.999999
+PR18 -17442.981673  15685.196208  -9858.521362 999999.999999
+PR19  -2582.771151  13222.085089 -21662.647086 999999.999999
+PR20  14593.384186   2763.568781 -20751.588012 999999.999999
+PR21  22464.218957  -8826.222140  -8109.032415 999999.999999
+PR22  17775.574050 -15763.302008   9490.708893 999999.999999
+PR23   2383.779589 -13269.765553  21644.876943 999999.999999
+PR24 -14023.867028  -3177.834943  21045.944729 999999.999999
+*  2011  8 28  1  0  0.00000000
+PG01  19703.030775  13437.596082 -11692.169792     -8.606541
+PG02   1694.821921 -15726.824561  21427.349862    353.259066
+PG03  -7495.271805  23102.122063 -10819.566961    760.544785
+PG04  18323.151521  -8281.448084  17300.444031    214.138683
+PG05   -616.435608 -25094.308359   8496.518889   -210.057102
+PG06 -12895.968893  22007.172466  -6788.823108    -85.270544
+PG07  25998.974250   5643.788099  -2127.808608     24.006373
+PG08  24389.528355   1150.467618 -11100.376526      9.017910
+PG09 -16328.571660 -14630.054979 -15528.521488    101.923968
+PG10  11509.563429 -12852.325942  19872.152491    -11.296494
+PG11  15022.966932  14049.357162 -17310.235542   -180.737007
+PG12 -11984.219596 -21938.054103   9237.998137     18.631938
+PG13  17459.854901   2222.992858  19776.610609    254.332706
+PG14 -21484.040648  14489.133262  -5279.889683    169.294521
+PG15  -3989.795719 -16753.264858 -20167.563043   -108.794417
+PG16    814.719640  25349.019135   7360.985194   -194.327288
+PG17  20983.252881 -15323.865674  -4721.554534    177.538511
+PG18 -16544.656205  -4711.831453 -19985.392910    154.439522
+PG19    -90.402333  17967.795429 -19458.820876   -177.595678
+PG20  14146.587243  20081.697219  10038.625937     52.229728
+PG21 -26165.443773  -3600.035849  -4574.844051   -167.560379
+PG22 -12979.988067  10688.388697 -20357.846447    144.978734
+PG23  11235.313697  10211.936708  21816.584121    280.659970
+PG24  18324.199701  15090.901487 -12175.025859    419.010942
+PG25 -16020.876262 -11889.206480  17517.931186     16.006910
+PG26   8138.224873 -20347.345084 -15311.249927   -137.827465
+PG27 -11742.536919 -14920.808977 -18080.626140    299.276987
+PG28  13485.106625  -6290.526150 -21458.637704     62.927546
+PG29 -17759.644831  -2198.127274  19681.717646    234.856818
+PG30 -17020.508051  -9747.669120  17554.008536     91.678158
+PG31 -15186.459333   9596.743360  19834.986148    132.821007
+PG32   7652.615255  25363.587235   4267.417388   -318.401674
+PR01  -2476.179932 -25354.866422  -1159.754481 999999.999999
+PR02  -9663.058922 -15885.909169 -17446.845891 999999.999999
+PR03 -22312.933528  -4854.639283  11250.520287 999999.999999
+PR04  20696.933997  -6650.763701 -13327.511390 999999.999999
+PR05   2452.074480  25367.247750   1069.196930 999999.999999
+PR06   9402.755080  16513.856802  16989.329566 999999.999999
+PR07  10835.989447  -4425.380400  22661.532660 999999.999999
+PR08   5961.095077 -19446.190296  15406.359957 999999.999999
+PR09  21149.775889  13166.489465   5243.297140 999999.999999
+PR10  22398.122443   4888.056726 -11305.478565 999999.999999
+PR11  10399.052859  -6420.265011 -22384.253671 999999.999999
+PR12  -7752.853144 -14108.124946 -19756.085275 999999.999999
+PR13 -21281.694624 -12874.841097  -5630.369840 999999.999999
+PR15  -8349.179865   7479.452233  22924.099865 999999.999999
+PR16   8169.046139  14203.589916  19550.225206 999999.999999
+PR17 -21553.601001   8291.016281  10745.823842 999999.999999
+PR18 -18243.059556  16360.444452  -6853.912250 999999.999999
+PR19  -4744.710491  14653.030721 -20335.712441 999999.999999
+PR20  12323.428488   4104.669707 -21961.054384 999999.999999
+PR21  21390.188444  -8309.023544 -11040.836721 999999.999999
+PR22  18517.553469 -16425.543828   6482.436411 999999.999999
+PR23   4532.269019 -14721.297953  20323.071170 999999.999999
+PR24 -11744.751984  -4572.702876  22153.912744 999999.999999
+*  2011  8 28  1 15  0.00000000
+PG01  18223.808337  13325.182454 -13995.084883     -8.608413
+PG02   4084.605969 -15205.429138  21437.275648    353.260803
+PG03  -8367.681786  23773.527295  -8308.297275    760.548365
+PG04  20141.597759  -7669.246608  15521.690913    214.148670
+PG05    -39.424026 -24096.951511  11034.763940   -210.061906
+PG06 -13564.088234  22288.153914  -4060.644097    -85.262262
+PG07  26030.534396   5853.228014    740.852776     24.007632
+PG08  25412.068099   1583.461804  -8501.740215      9.018236
+PG09 -14551.097363 -14372.263671 -17485.604874    101.925601
+PG10  12267.177358 -10591.516808  20757.881347    -11.296555
+PG11  13016.686851  14322.064523 -18654.013856   -180.740256
+PG12 -12054.106261 -22851.142336   6554.319745     18.633804
+PG13  15768.290345   3851.310172  20900.776989    254.331435
+PG14 -21054.698174  13803.116645  -8049.419514    169.296067
+PG15  -2394.780896 -18345.597347 -18985.451525   -108.793013
+PG16    349.923636  24438.735448  10028.092761   -194.329340
+PG17  20663.248487 -14628.671858  -7477.479560    177.537177
+PG18 -17071.559157  -6945.576805 -18913.127652    154.441111
+PG19  -1783.281375  19304.501652 -18010.751757   -177.599988
+PG20  14197.859032  21148.572454   7494.069058     52.230379
+PG21 -26496.521402  -3977.083178  -1843.811547   -167.562344
+PG22 -13722.882509   8390.877161 -20943.983074    144.978322
+PG23   9503.708079  11996.287383  21699.007457    280.657283
+PG24  16806.093471  14874.947785 -14390.522969    419.013795
+PG25 -16453.085045 -13747.803305  15664.706801     16.008479
+PG26   9374.391180 -21280.983265 -13049.190874   -137.839042
+PG27  -9502.713656 -14607.696658 -19511.145550    299.279560
+PG28  14157.703803  -3803.328455 -21628.195959     62.929883
+PG29 -16194.382576  -3886.166126  20749.702795    234.859244
+PG30 -17622.615089 -11632.529376  15759.221331     91.675642
+PG31 -17243.740070   9011.520674  18377.172421    132.825666
+PG32   7481.086973  25702.663076   1475.808015   -318.407892
+PR01  -2607.787135 -25286.580919   2048.494799 999999.999999
+PR02  -9970.520482 -17880.527173 -15199.978104 999999.999999
+PR03 -23502.649632  -5161.602557   8305.548944 999999.999999
+PR04  19176.981515  -5678.468558 -15818.403832 999999.999999
+PR05   2582.282116  25286.793430  -2137.732417 999999.999999
+PR06   9712.892347  18447.266547  14664.881840 999999.999999
+PR07  11313.346168  -1663.088378  22796.550922 999999.999999
+PR08   6096.588984 -17413.324743  17626.381647 999999.999999
+PR09  20445.851369  12677.618233   8327.485737 999999.999999
+PR10  23588.704641   5182.612611  -8373.887116 999999.999999
+PR11  12901.105223  -5405.579951 -21318.753468 999999.999999
+PR12  -5479.346478 -12999.245632 -21240.108129 999999.999999
+PR13 -20542.678123 -12359.168171  -8705.019437 999999.999999
+PR15 -10928.711108   6432.969294  22151.501950 999999.999999
+PR16   5914.097465  13092.181257  21067.241006 999999.999999
+PR17 -20256.137255   7529.881365  13488.136162 999999.999999
+PR18 -18686.438736  16867.194438  -3715.161738 999999.999999
+PR19  -6643.761835  16129.034598 -18613.922474 999999.999999
+PR20  10058.839138   5681.694444 -22744.361818 999999.999999
+PR21  20076.654110  -7508.219804 -13757.090223 999999.999999
+PR22  18906.559515 -16916.231339   3349.390541 999999.999999
+PR23   6418.486670 -16214.812141  18606.220294 999999.999999
+PR24  -9485.641115  -6196.381844  22830.639136 999999.999999
+*  2011  8 28  1 30  0.00000000
+PG01  16496.788455  13251.256843 -16057.193831     -8.611566
+PG02   6482.552731 -14803.276353  21079.896335    353.261909
+PG03  -9056.761466  24239.103864  -5653.703439    760.552697
+PG04  21771.756667  -7184.526378  13475.787649    214.158539
+PG05    684.240974 -22870.848787  13381.876615   -210.066667
+PG06 -14030.249971  22348.694273  -1261.327642    -85.253582
+PG07  25755.743631   6004.433919   3596.947503     24.009340
+PG08  26167.663965   1879.977741  -5761.333229      9.018061
+PG09 -12565.835871 -14185.442867 -19153.296448    101.928224
+PG10  13160.150107  -8297.562535  21277.236363    -11.297230
+PG11  10892.129443  14689.800145 -19688.076836   -180.743178
+PG12 -12070.809217 -23467.200357   3759.013258     18.636208
+PG13  14095.182295   5650.244512  21661.354130    254.329219
+PG14 -20454.383088  12867.476904 -10678.366292    169.297505
+PG15   -975.200442 -19897.085438 -17474.768040   -108.791584
+PG16   -255.750007  23276.020512  12519.835918   -194.331163
+PG17  20177.098030 -13686.701342 -10102.328763    177.535889
+PG18 -17655.468509  -9014.498075 -17509.749594    154.442672
+PG19  -3279.906971  20597.558553 -16249.303445   -177.603397
+PG20  14187.378958  21938.976905   4820.395660     52.231011
+PG21 -26544.598066  -4280.051929    917.962971   -167.564848
+PG22 -14586.650976   6087.986987 -21163.483514    144.978301
+PG23   7887.958747  13845.397332  21207.778045    280.654478
+PG24  15047.301399  14684.926734 -16361.136905    419.018896
+PG25 -16901.186824 -15370.632628  13541.701968     16.010001
+PG26  10376.612116 -22090.900272 -10565.246998   -137.850132
+PG27  -7098.238123 -14399.305701 -20590.324525    299.282745
+PG28  14959.066742  -1360.529678 -21406.904643     62.932563
+PG29 -14653.272781  -5728.484515  21462.507699    234.862403
+PG30 -18221.893390 -13283.202990  13686.634769     91.673302
+PG31 -19152.036448   8573.940382  16610.248722    132.830739
+PG32   7241.702531  25748.619629  -1340.477450   -318.414207
+PR01  -2664.861886 -24822.502032   5216.924407 999999.999999
+PR02 -10368.047106 -19557.573649 -12657.525607 999999.999999
+PR03 -24359.828951  -5255.219174   5198.237896 999999.999999
+PR04  17513.402724  -4410.821201 -18001.733700 999999.999999
+PR05   2636.809977  24811.086931  -5303.130281 999999.999999
+PR06  10108.161632  20054.090626  12054.949191 999999.999999
+PR07  11979.088953   1049.271891  22488.638268 999999.999999
+PR08   6422.396392 -15147.362292  19504.377041 999999.999999
+PR09  19360.580555  12112.817488  11248.942708 999999.999999
+PR10  24449.553985   5264.457018  -5280.643091 999999.999999
+PR11  15324.975665  -4632.664382 -19838.741709 999999.999999
+PR12  -2984.595735 -12006.591042 -22311.149106 999999.999999
+PR13 -19420.274101 -11778.524203 -11610.512696 999999.999999
+PR15 -13465.016370   5625.542339  20949.551364 999999.999999
+PR16   3430.804466  12093.656962  22174.683106 999999.999999
+PR17 -18769.882573   6471.147872  15967.407808 999999.999999
+PR18 -18792.018217  17152.071715   -503.702018 999999.999999
+PR19  -8249.118774  17591.153154 -16530.688864 999999.999999
+PR20   7862.894392   7465.864498 -23086.084134 999999.999999
+PR21  18582.151719  -6408.468109 -16204.914240 999999.999999
+PR22  18962.844860 -17183.031712    151.890629 999999.999999
+PR23   8012.202219 -17691.204119  16527.697261 999999.999999
+PR24  -7308.849557  -8017.479051  23062.926703 999999.999999
+*  2011  8 28  1 45  0.00000000
+PG01  14551.468035  13247.438719 -17843.051104     -8.614580
+PG02   8841.574321 -14522.475145  20359.862395    353.263352
+PG03  -9581.778616  24467.556531  -2901.028752    760.556678
+PG04  23178.540845  -6806.965739  11198.814807    214.168685
+PG05   1572.788674 -21452.637498  15497.304335   -210.071459
+PG06 -14319.265330  22163.632460   1560.065385    -85.244861
+PG07  25172.917682   6135.857317   6392.025376     24.010761
+PG08  26632.000857   2073.083175  -2925.031585      9.017762
+PG09 -10409.164820 -14097.750852 -20505.260982    101.930657
+PG10  14178.341969  -6018.637854  21422.028661    -11.298746
+PG11   8688.331531  15160.776959 -20394.938669   -180.746401
+PG12 -11995.232848 -23788.017900    899.699713     18.638270
+PG13  12482.742617   7590.900790  22044.718180    254.328126
+PG14 -19723.854189  11674.452070 -13120.573808    169.299257
+PG15    258.758728 -21363.388603 -15661.305493   -108.790033
+PG16  -1025.128691  21896.828985  14792.951254   -194.333367
+PG17  19563.859841 -12490.969973 -12549.955096    177.534436
+PG18 -18266.314304 -10886.447165 -15801.239785    154.444563
+PG19  -4569.157585  21802.559939 -14204.404631   -177.606800
+PG20  14079.426482  22453.802333   2063.810768     52.231254
+PG21 -26303.866028  -4543.139582   3664.570788   -167.567310
+PG22 -15557.779698   3825.252984 -21012.786623    144.978112
+PG23   6414.344433  15717.675143  20350.271115    280.651683
+PG24  13075.164237  14552.559402 -18052.735852    419.023469
+PG25 -17327.152881 -16737.202523  11185.565711     16.011505
+PG26  11149.866485 -22733.378399  -7900.243212   -137.861324
+PG27  -4576.429291 -14315.509102 -21296.567241    299.285399
+PG28  15869.767908    988.474376 -20799.766923     62.935005
+PG29 -13174.596386  -7695.799210  21808.141066    234.865080
+PG30 -18779.434233 -14681.376183  11373.584926     91.670968
+PG31 -20869.067765   8267.104948  14563.890671    132.835744
+PG32   6899.136196  25510.739227  -4134.227935   -318.420553
+PR01  -2595.856139 -23982.933455   8283.961059 999999.999999
+PR02 -10805.640831 -20883.074148  -9868.941270 999999.999999
+PR03 -24846.312908  -5180.285542   1989.327830 999999.999999
+PR04  15769.982097  -2852.367817 -19835.080367 999999.999999
+PR05   2564.229489  23960.679023  -8365.503876 999999.999999
+PR06  10537.479242  21302.033656   9210.307022 999999.999999
+PR07  12812.270365   3647.209631  21743.670576 999999.999999
+PR08   6960.249947 -12709.060691  21003.950227 999999.999999
+PR09  17904.371499  11530.156663  13950.584394 999999.999999
+PR10  24942.658977   5178.190072  -2085.451397 999999.999999
+PR11  17602.137531  -4098.403133 -17972.750704 999999.999999
+PR12   -324.496233 -11171.013710 -22949.101314 999999.999999
+PR13 -17926.947779 -11191.378260 -14290.480368 999999.999999
+PR15 -15888.413832   5059.185167  19341.833529 999999.999999
+PR16    774.306333  11249.306362  22850.576166 999999.999999
+PR17 -17157.072782   5110.274903  18135.450808 999999.999999
+PR18 -18590.496272  17168.408220   2717.617968 999999.999999
+PR19  -9542.363623  18977.411823 -14126.442976 999999.999999
+PR20   5793.360741   9417.274228 -22979.349367 999999.999999
+PR21  16969.171763  -5006.924987 -18336.753681 999999.999999
+PR22  18718.019580 -17180.318474  -3048.533230 999999.999999
+PR23   9295.581154 -19088.474621  14127.908807 999999.999999
+PR24  -5270.615979  -9993.812924  22846.244040 999999.999999
+*  2011  8 28  2  0  0.00000000
+PG01  12423.968577  13340.127517 -19321.970880     -8.616163
+PG02  11114.975869 -14357.441235  19288.126097    353.264987
+PG03  -9967.761576  24433.574160    -97.762735    760.560980
+PG04  24332.942203  -6510.586293   8730.519285    214.178286
+PG05   2637.206676 -19883.398543  17344.568125   -210.076417
+PG06 -14461.225831  21714.768223   4354.235240    -85.236378
+PG07  24289.223273   6285.815010   9078.636424     24.012199
+PG08  26788.761398   2199.790866    -40.106920      9.019079
+PG09  -8122.425339 -14130.838036 -21520.319605    101.932361
+PG10  15303.939642  -3800.709823  21190.835183    -11.300656
+PG11   6445.932799  15736.535256 -20762.324233   -180.749491
+PG12 -11790.229293 -23824.091330  -1974.932848     18.640459
+PG13  10968.222123   9637.258031  22043.867785    254.326092
+PG14 -18906.145700  10225.293032 -15333.097742    169.301284
+PG15   1305.087470 -22700.457360 -13576.200676   -108.788530
+PG16  -1973.838361  20342.531899  16808.177983   -194.335391
+PG17  18864.751856 -11043.238208 -14777.324319    177.532873
+PG18 -18870.069713 -12536.429799 -13818.693146    154.446268
+PG19  -5648.357920  22875.327101 -11911.152891   -177.610676
+PG20  13840.187182  22702.104265   -728.218052     52.231520
+PG21 -25776.300875  -4801.283620   6350.785216   -167.569092
+PG22 -16615.636132   1645.393044 -20494.909129    144.978014
+PG23   5101.766645  17568.080290  19140.271785    280.648818
+PG24  10923.700476  14504.767502 -19435.759964    419.026097
+PG25 -17691.110431 -17835.476709   8636.933064     16.013013
+PG26  11707.350208 -23167.786826  -5098.779800   -137.872966
+PG27  -1988.907548 -14368.208375 -21615.174914    299.288692
+PG28  16862.995370   3198.855365 -19819.002141     62.937722
+PG29 -11791.518245  -9752.551561  21780.863900    234.868275
+PG30 -19255.248185 -15817.552382   8861.448743     91.668651
+PG31 -22357.484054   8067.192244  12272.392526    132.840687
+PG32   6421.068786  25006.126847  -6858.279706   -318.426643
+PR01  -2354.599535 -22800.298460  11190.026000 999999.999999
+PR02 -11229.038008 -21835.252235  -6888.464151 999999.999999
+PR03 -24936.003568  -4988.408000  -1258.457545 999999.999999
+PR04  14010.276492  -1020.429794 -21282.840226 999999.999999
+PR05   2318.534082  22768.205739 -11265.367632 999999.999999
+PR06  10945.824844  22171.239592   6186.324384 999999.999999
+PR07  13781.260679   6071.398916  20576.023447 999999.999999
+PR08   7720.378919 -10163.867682  22096.044832 999999.999999
+PR09  16100.841835  10985.768772  16379.657883 999999.999999
+PR10  25041.786109   4975.150296   1150.007436 999999.999999
+PR11  19667.466185  -3787.292769 -15756.873345 999999.999999
+PR12   2438.024184 -10523.115058 -23142.308678 999999.999999
+PR13 -16088.291359 -10653.788671 -16692.979273 999999.999999
+PR15 -18131.543238   4723.241593  17359.731765 999999.999999
+PR16  -1992.756222  10590.380075  23081.319659 999999.999999
+PR17 -15481.611732   3455.590962  19950.215107 999999.999999
+PR18 -18122.872814  16878.406432   5885.791966 999999.999999
+PR19 -10517.974772  20225.406120 -11447.854201 999999.999999
+PR20   3900.252496  11486.361000 -22425.990810 999999.999999
+PR21  15301.521491  -3313.617010 -20111.300817 999999.999999
+PR22  18213.558103 -16871.245370  -6190.293094 999999.999999
+PR23  10263.665951 -20344.331972  11453.509082 999999.999999
+PR24  -3418.930051 -12073.998649  22184.814699 999999.999999
+*  2011  8 28  2 15  0.00000000
+PG01  10155.807328  13549.371123 -20468.551228     -8.617241
+PG02  13258.079717 -14295.121067  17881.853395    353.266288
+PG03 -10244.375051  24118.964149   2707.177373    760.564995
+PG04  25212.992215  -6264.961345   6113.594977    214.188368
+PG05   3880.624390 -18207.112240  18891.895204   -210.081217
+PG06 -14490.120187  20991.667577   7072.544283    -85.228040
+PG07  23120.475934   6490.851640  11611.104252     24.013833
+PG08  26630.203292   2299.500293   2845.486336      9.020732
+PG09  -5750.557615 -14299.031325 -22182.681007    101.933750
+PG10  16512.112631  -1685.918150  20588.945842    -11.301568
+PG11   4205.857527  16411.783048 -20783.385551   -180.752490
+PG12 -11422.184271 -23594.126102  -4815.933056     18.642401
+PG13   9582.548459  11747.401001  21658.572593    254.324822
+PG14 -18044.804341   8530.430007 -17277.008992    169.302718
+PG15   2169.850840 -23866.199050 -11255.404383   -108.787142
+PG16  -3109.514751  18658.325999  18530.942800   -194.337465
+PG17  18121.440796  -9354.145344 -16745.319683    177.531659
+PG18 -19430.163026 -13947.305949 -11597.668879    154.447943
+PG19  -6523.215280  23773.642789  -9409.219376   -177.614131
+PG20  13439.212240  22700.602724  -3507.779381     52.231863
+PG21 -24971.556492  -5088.698614   8932.703831   -167.571926
+PG22 -17733.222585   -413.171927 -19619.363753    144.977918
+PG23   3961.134998  19349.739436  17597.806426    280.646286
+PG24   8632.511947  14562.524776 -20485.758209    419.028536
+PG25 -17952.986144 -18662.158320   5939.720001     16.014538
+PG26  12069.901628 -23358.276582  -2208.565059   -137.884110
+PG27    610.298206 -14560.717672 -21538.791401    299.292479
+PG28  17905.659753   5231.940910 -18483.703493     62.940113
+PG29 -10530.923817 -11858.102900  21381.273827    234.871123
+PG30 -19609.936493 -16691.167728   6194.818881     91.666116
+PG31 -23586.153576   7944.491286   9774.138488    132.845767
+PG32   5779.615426  24259.084583  -9466.264307   -318.432863
+PR01  -1902.501530 -21317.789551  13878.693904 999999.999999
+PR02 -11582.184551 -22405.258613  -3774.059912 999999.999999
+PR03 -24615.993963  -4735.553007  -4481.662364 999999.999999
+PR04  12294.999762   1055.363939 -22316.916302 999999.999999
+PR05   1861.335203  21277.034382 -13946.400077 999999.999999
+PR06  11276.758044  22654.952764   3041.879107 999999.999999
+PR07  14845.051773   8269.899514  19008.301123 999999.999999
+PR08   8700.904717  -7579.381407  22759.501673 999999.999999
+PR09  13986.021417  10531.304590  18488.787191 999999.999999
+PR10  24733.606465   4711.023245   4363.247715 999999.999999
+PR11  21461.816455  -3672.285589 -13234.075102 999999.999999
+PR12   5235.391514 -10082.026193 -22887.734893 999999.999999
+PR13 -13942.141784 -10216.884726 -18771.492450 999999.999999
+PR15 -20131.987388   4595.033642  15041.807154 999999.999999
+PR16  -4802.595224  10136.776388  22861.987910 999999.999999
+PR17 -13806.400220   1528.194237  21376.599465 999999.999999
+PR18 -17438.527943  16254.936119   8938.916265 999999.999999
+PR19 -11183.295048  21274.941375  -8546.926459 999999.999999
+PR20   2223.925967  13615.797407 -21436.530029 999999.999999
+PR21  13641.657818  -1351.265918 -21494.288634 999999.999999
+PR22  17498.915427 -16229.472974  -9212.897299 999999.999999
+PR23  10924.317493 -21398.827110   8556.490911 999999.999999
+PR24  -1791.720588 -14199.436008  21091.534254 999999.999999
+*  2011  8 28  2 30  0.00000000
+PG01   7792.467942  13887.991297 -21263.107147     -8.617296
+PG02  15229.797890 -14315.525163  16164.219285    353.268038
+PG03 -10444.592086  23513.535028   5464.329552    760.568948
+PG04  25804.456422  -6036.583672   3392.936070    214.198815
+PG05   5298.009411 -16469.016803  20112.764059   -210.085929
+PG06 -14442.312376  19992.165019   9667.892591    -85.219345
+PG07  21690.625207   6784.170683  13946.274774     24.015460
+PG08  26157.440472   2412.359951   5683.826147      9.020495
+PG09  -3340.628918 -14608.790826 -22482.107138    101.935039
+PG10  17771.957216    288.867810  19628.179219    -11.301865
+PG11   2007.983402  17174.492511 -20456.851908   -180.755582
+PG12 -10862.475704 -23124.240478  -7574.894489     18.644718
+PG13   8349.223283  13874.997060  20895.394539    254.323126
+PG14 -17182.113501   6609.274208 -18918.123308    169.304564
+PG15   2866.762757 -24822.085462  -8739.058724   -108.785616
+PG16  -4431.340750  16891.513926  19931.946252   -194.339369
+PG17  17374.324626  -7442.989673 -18419.469901    177.530211
+PG18 -19908.979055 -15110.176729  -9177.483261    154.449607
+PG19  -7207.417894  24458.933179  -6742.153323   -177.618087
+PG20  12850.747801  22472.903029  -6227.333065     52.232405
+PG21 -23906.605302  -5437.462332  11368.351938   -167.574120
+PG22 -18878.194100  -2317.616454 -18401.953459    144.977679
+PG23   2995.069257  21015.662078  15748.855261    280.643524
+PG24   6245.473794  14739.938117 -21183.851262    419.030870
+PG25 -18074.166578 -19222.642838   3140.363785     16.016129
+PG26  12265.112196 -23275.346523    720.356252   -137.895151
+PG27   3166.777033 -14887.531435 -21067.674628    299.296306
+PG28  18959.766094   7056.520495 -16819.346771     62.942610
+PG29  -9412.507497 -13968.128701  20616.286134    234.873917
+PG30 -19806.329195 -17310.353689   3420.638953     91.663817
+PG31 -24531.234677   7864.664888   7111.011938    132.850953
+PG32   4952.609967  23300.223510 -11913.368652   -318.438969
+PR01  -1210.431847 -19587.586607  16297.787915 999999.999999
+PR02 -11809.798825 -22597.371478   -586.288257 999999.999999
+PR03 -23887.155263  -4479.416976  -7617.362027 999999.999999
+PR04  10679.547337   3334.065315 -22917.260663 999999.999999
+PR05   1163.736287  19539.479108 -16356.538130 999999.999999
+PR06  11475.008000  22759.641569   -161.797820 999999.999999
+PR07  15954.976193  10200.069168  17070.904455 999999.999999
+PR08   9887.757589  -5022.734752  22981.464509 999999.999999
+PR09  11607.040296  10211.594938  20236.907923 999999.999999
+PR10  24018.307921   4443.270908   7492.166577 999999.999999
+PR11  22934.369354  -3716.134142 -10453.366234 999999.999999
+PR12   7997.954073  -9854.691702 -22190.967274 999999.999999
+PR13 -11537.199456  -9924.573866 -20485.820506 999999.999999
+PR15 -21834.697547   4641.020565  12433.045997 999999.999999
+PR16  -7584.857629   9896.222587  22196.460082 999999.999999
+PR17 -12190.733046   -638.687362  22387.120331 999999.999999
+PR18 -16592.961522  15282.885810  11817.422389 999999.999999
+PR19 -11557.963413  22070.600259  -5479.989969 999999.999999
+PR20    793.588010  15742.728569 -20029.990702 999999.999999
+PR21  12048.104371    845.423341 -22459.139324 999999.999999
+PR22  16629.329624 -15240.476929 -12058.086374 999999.999999
+PR23  11297.620507 -22196.909764   5493.172326 999999.999999
+PR24   -415.479598 -16306.616658  19587.716889 999999.999999
+*  2011  8 28  2 45  0.00000000
+PG01   5381.825221  14360.999961 -21692.005408     -8.620024
+PG02  16994.089605 -14392.556342  14164.083473    353.269447
+PG03 -10603.212541  22615.681951   8124.617178    760.572698
+PG04  26101.242943  -5790.337984    614.876247    214.208922
+PG05   6876.188284 -14713.934141  20986.352787   -210.090932
+PG06 -14354.944786  18722.545107  12095.550382    -85.210446
+PG07  20030.945042   7194.192525  16044.229842     24.016921
+PG08  25380.419719   2577.606413   8427.734802      9.021723
+PG09   -940.301925 -15058.452360 -22414.016537    101.937883
+PG10  19047.684483   2093.260490  18326.576885    -11.302815
+PG11   -110.157725  18006.252582 -19787.109359   -180.758460
+PG12 -10088.750111 -22446.900225 -10204.756708     18.646740
+PG13   7283.523825  15970.959964  19767.580273    254.321423
+PG14 -16357.378082   4489.660648 -20227.640406    169.306450
+PG15   3416.455013 -25534.637856  -6070.792579   -108.783853
+PG16  -5929.925760  15089.725613  20987.641370   -194.341422
+PG17  16660.879995  -5337.162790 -19770.583929    177.529019
+PG18 -20269.388665 -16024.452118  -6600.462970    154.451460
+PG19  -7721.908717  24897.827467  -3956.598976   -177.621736
+PG20  12054.884181  22048.469405  -8840.508305     52.232234
+PG21 -22605.140517  -5876.195975  13618.246224   -167.576210
+PG22 -20014.097655  -4041.776781 -16864.448394    144.977527
+PG23   2197.934383  22520.488756  13624.946806    280.640927
+PG24   3809.255020  15043.596949 -21517.109900    419.033489
+PG25 -18019.110872 -19530.643293    287.022128     16.017630
+PG26  12326.145649 -22897.209507   3636.471093   -137.906309
+PG27   5627.802555 -15334.495191 -20209.776475    299.298887
+PG28  19983.983976   8649.818336 -14857.171480     62.945436
+PG29  -8448.145904 -16036.159356  19499.012426    234.876904
+PG30 -19811.023554 -17691.365169    587.320736     91.661673
+PG31 -25176.992929   7790.194793   4327.748342    132.856043
+PG32   3924.695236  22165.339637 -14157.097149   -318.445067
+PR01   -260.199380 -17668.718938  18400.389521 999999.999999
+PR02 -11859.912941 -22428.660638   2612.879905 999999.999999
+PR03 -22764.156334  -4276.730467 -10604.411878 999999.999999
+PR04   9211.764181   5764.875665 -23072.259613 999999.999999
+PR05    207.804824  17614.661163 -18448.987439 999999.999999
+PR06  11489.025096  22504.580116  -3362.325025 999999.999999
+PR07  17056.769739  11830.087917  14801.445572 999999.999999
+PR08  11255.118581  -2558.011436  22757.626622 999999.999999
+PR09   9020.358212  10062.621758  21590.071277 999999.999999
+PR10  22909.666595   4228.488572  10476.228090 999999.999999
+PR11  24044.648346  -3873.179838  -7468.849603 999999.999999
+PR12  10656.627177  -9835.681008 -21066.059617 999999.999999
+PR13  -8931.205957  -9811.570446 -21802.847941 999999.999999
+PR15 -23194.124248   4818.418253   9583.989568 999999.999999
+PR16 -10269.328417   9863.988590  21097.374938 999999.999999
+PR17 -10687.873726  -3000.848507  22962.426957 999999.999999
+PR18 -15645.293130  13960.011141  14465.255979 999999.999999
+PR19 -11672.834743  22564.129997  -2306.607731 999999.999999
+PR20   -373.718175  17801.262469 -18233.545392 999999.999999
+PR21  10573.061270   3230.980277 -22987.456922 999999.999999
+PR22  15663.399976 -13902.383086 -14670.931304 999999.999999
+PR23  11414.779317 -22690.797891   2323.098348 999999.999999
+PR24    695.620999 -18329.654339  17702.676504 999999.999999
+*  2011  8 28  3  0  0.00000000
+PG01   2972.483835  14965.329042 -21747.895830     -8.622023
+PG02  18521.243000 -14495.105270  11915.546119    353.271038
+PG03 -10755.287843  21432.640886  10640.305571    760.577710
+PG04  26105.515657  -5491.021439  -2173.574295    214.219023
+PG05   8594.190366 -12984.628381  21497.883750   -210.095522
+PG06 -14264.332256  17197.399472  14313.931506    -85.201812
+PG07  18178.957627   7743.294089  17868.955470     24.018492
+PG08  24317.593777   2831.936860  11031.482277      9.021438
+PG09   1403.708232 -15638.261257 -21979.527567    101.940164
+PG10  20299.999958   3704.290678  16707.988929    -11.303599
+PG11  -2114.602367  18882.869706 -18784.205018   -180.761387
+PG12  -9085.968134 -21599.623857 -12660.587378     18.648947
+PG13   6392.041312  17985.234317  18294.826125    254.319767
+PG14 -15605.341276   2206.953409 -21182.678026    169.308008
+PG15   3845.469461 -25976.729337  -3296.948154   -108.782595
+PG16  -7587.528666  13299.152233  21680.598465   -194.343529
+PG17  16014.143406  -3071.261169 -20775.278790    177.527642
+PG18 -20476.246755 -16697.606565  -3911.175810    154.452778
+PG19  -8093.862695  25063.528711  -1101.440634   -177.625327
+PG20  11038.482321  21461.392925 -11302.872395     52.233032
+PG21 -21096.763175  -6428.879428  15645.918420   -167.579007
+PG22 -21101.780981  -5566.944913 -15034.154670    144.977349
+PG23   1556.211340  23822.201932  11262.637804    280.638204
+PG24   1371.723115  15472.220023 -21478.839024    419.035535
+PG25 -17756.853059 -19607.503501  -2571.254927     16.019169
+PG26  12290.303576 -22210.891379   6487.749872   -137.917679
+PG27   7944.341229 -15879.377631 -18980.621939    299.303248
+PG28  20935.342490   9998.100736 -12633.458795     62.948143
+PG29  -7641.578742 -18015.210223  18048.539083    234.879925
+PG30 -19595.763033 -17857.705863  -2256.136601     91.659395
+PG31 -25516.332705   7681.958062   1471.238168    132.860780
+PG32   2688.173085  20894.090093 -16158.024015   -318.451322
+PR01    954.433302 -15624.661299  20145.744005 999999.999999
+PR02 -11686.284189 -21928.130634   5761.271949 999999.999999
+PR03 -21274.916052  -4180.613938 -13384.654610 999999.999999
+PR04   7930.048975   8289.033862 -22778.954747 999999.999999
+PR05  -1012.420419  15566.103605 -20183.129257 999999.999999
+PR06  11273.385165  21920.906310  -6497.396140 999999.999999
+PR07  18092.891126  13140.031209  12244.019963 999999.999999
+PR08  12766.369081   -243.800019  22092.313827 999999.999999
+PR09   6289.611217  10109.884819  22522.101534 999999.999999
+PR10  21434.573047   4119.799190  13257.621965 999999.999999
+PR11  24764.118929  -4091.509764  -4338.662454 999999.999999
+PR12  13145.506789 -10007.530076 -19535.220703 999999.999999
+PR13  -6188.756673  -9901.828203 -22697.170932 999999.999999
+PR15 -24175.967319   5077.210004   6549.762568 999999.999999
+PR16 -12788.641454  10023.147533  19585.908841 999999.999999
+PR17  -9342.907886  -5504.721914  23091.654531 999999.999999
+PR18 -14655.631608  12297.244514  16830.977185 999999.999999
+PR19 -11568.434066  22716.548466    911.582076 999999.999999
+PR20  -1273.607078  19725.110036 -16082.000625 999999.999999
+PR21   9260.306904   5750.839890 -23069.356663 999999.999999
+PR22  14660.539336 -12226.293356 -17000.875263 999999.999999
+PR23  11316.551785 -22842.060246   -892.120296 999999.999999
+PR24   1540.084182 -20202.932003  15473.150646 999999.999999
+*  2011  8 28  3 15  0.00000000
+PG01    612.094181  15689.884414 -21429.835343     -8.622570
+PG02  19788.925383 -14588.373418   9457.386951    353.272691
+PG03 -10934.518731  19980.391141  12965.960766    760.583201
+PG04  25827.513266  -5104.855558  -4925.483415    214.228742
+PG05  10423.900644 -11320.260676  21638.859658   -210.100433
+PG06 -14204.411748  15439.168758  16285.294629    -85.193229
+PG07  16177.128735   8446.778380  19388.954509     24.020356
+PG08  22995.301216   3207.970768  13451.475579      9.021033
+PG09   3647.140093 -16330.695007 -21185.442747    101.943691
+PG10  21487.616155   5107.038656  14801.565011    -11.303637
+PG11  -3976.057654  19775.200355 -17463.771256   -180.764676
+PG12  -7847.178832 -20623.506435 -14900.333775     18.650797
+PG13   5672.574734  19868.628988  16502.920015    254.318268
+PG14 -14954.798893   -197.150693 -21766.689121    169.309391
+PG15   4185.013831 -26128.651597   -465.753534   -108.781137
+PG16  -9378.612037  11562.862021  21999.752886   -194.345500
+PG17  15461.388716   -685.911991 -21416.389699    177.526555
+PG18 -20497.802740 -17144.640950  -1155.654046    154.454343
+PG19  -8355.408847  24936.936803   1773.105802   -177.629189
+PG20   9795.843838  20749.002231 -13572.658819     52.233313
+PG21 -19415.982031  -7113.837678  17418.399127   -167.581296
+PG22 -22100.913010  -6882.362111 -12943.386318    144.977237
+PG23   1049.192373  24883.729356   8702.885582    280.635680
+PG24  -1019.707918  16016.617968 -21068.758390    419.037878
+PG25 -17262.335760 -19481.227029  -5385.366114     16.020755
+PG26  12197.389683 -21213.002855   9222.662725   -137.928966
+PG27  10072.904891 -16492.819996 -17402.987605    299.306214
+PG28  21770.973922  11096.903902 -10188.732315     62.950733
+PG29  -6988.408454 -19859.440288  16289.608981    234.882676
+PG30 -19138.605812 -17838.993649  -5061.007298     91.656880
+PG31 -25551.021673   7500.878254  -1410.212894    132.866027
+PG32   1243.575116  19528.514540 -17880.522153   -318.457344
+PR01   2427.242968 -13520.764688  21500.044449 999999.999999
+PR02 -11250.573852 -21135.380077   8797.725485 999999.999999
+PR03 -19459.513386  -4238.099307 -15904.061250 999999.999999
+PR04   6861.873010  10842.046030 -22043.096096 999999.999999
+PR05  -2490.430279  13459.161188 -21525.306538 999999.999999
+PR06  10790.943065  21050.197214  -9506.002657 999999.999999
+PR07  19005.001028  14122.447340   9448.349671 999999.999999
+PR08  14375.509164   1869.013759  20998.402401 999999.999999
+PR09   3483.167170  10367.233251  23015.094696 999999.999999
+PR10  19632.030872   4164.394177  15782.375515 999999.999999
+PR11  25077.302652  -4315.389485  -1123.833262 999999.999999
+PR12  15404.347453 -10341.594855 -17628.357136 999999.999999
+PR13  -3378.838958 -10207.441387 -23151.575821 999999.999999
+PR15 -24758.474620   5362.463924   3389.018320 999999.999999
+PR16 -15080.883591  10345.374341  17691.379232 999999.999999
+PR17  -8190.963737  -8089.388606  22772.610447 999999.999999
+PR18 -13682.428155  10318.454248  18868.760246 999999.999999
+PR19 -11293.011244  22499.879986   4112.065093 999999.999999
+PR20  -1914.303508  21450.264621 -13617.128975 999999.999999
+PR21   8143.477717   8343.396088 -22703.627055 999999.999999
+PR22  13678.404711 -10236.086244 -19002.700448 999999.999999
+PR23  11051.288806 -22623.323980  -4090.008459 999999.999999
+PR24   2128.900724 -21863.754791  12942.578666 999999.999999
+*  2011  8 28  3 30  0.00000000
+PG01  -1654.290679  16515.922029 -20743.302897     -8.623177
+PG02  20782.954364 -14635.372156   6832.394949    353.274149
+PG03 -11171.696584  18283.201672  15059.384088    760.586792
+PG04  25285.085488  -4600.934855  -7594.733880    214.238230
+PG05  12330.995347  -9754.999552  21407.188385   -210.105153
+PG06 -14205.308629  13477.391428  17976.361242    -85.184546
+PG07  14071.381182   9312.114459  20577.793821     24.021880
+PG08  21446.872427   3732.854091  15646.928273      9.022032
+PG09   5749.608165 -17111.064680 -20044.174222    101.947349
+PG10  22568.835915   6294.942698  12641.166305    -11.303408
+PG11  -5670.842318  20650.190636 -15846.865144   -180.767598
+PG12  -6373.992105 -19561.616757 -16885.532157     18.652942
+PG13   5114.383556  21574.625625  14423.267715    254.316730
+PG14 -14427.468270  -2676.071188 -21969.753452    169.311522
+PG15   4469.531525 -25978.902437   2373.542331   -108.779692
+PG16 -11270.702177   9919.262424  21940.535353   -194.347770
+PG17  15023.054570   1773.637780 -21683.255103    177.525469
+PG18 -20306.973301 -17387.279226   1619.376396    154.456142
+PG19  -8542.150239  24507.474688   4616.434158   -177.632712
+PG20   8329.100932  19950.370579 -15611.444621     52.233825
+PG21 -17601.058880  -7942.929205  18906.661850   -167.583237
+PG22 -22971.554227  -7985.396245 -10628.853500    144.977159
+PG23    649.975343  25674.372684   5990.323219    280.632700
+PG24  -3319.723204  16659.977871 -20293.072484    419.039476
+PG25 -16517.523683 -19185.260341  -8106.998636     16.022316
+PG26  12087.938199 -19910.136050  11791.235604   -137.940419
+PG27  11977.157628 -17139.617737 -15506.388996    299.310773
+PG28  22449.831561  11950.885943  -7566.907683     62.953243
+PG29  -6476.418187 -21525.777664  14252.211142    234.885877
+PG30 -18424.842298 -17669.617341  -7779.664307     91.654580
+PG31 -25291.596976   7209.591318  -4267.658023    132.870908
+PG32   -400.076089  18111.454557 -19293.453364   -318.463307
+PR01   4139.567994 -11421.629233  22437.079865 999999.999999
+PR02 -10524.200693 -20098.834807  11663.278606 999999.999999
+PR03 -17368.603498  -4487.923668 -18113.782557 999999.999999
+PR04   6022.774773  13356.164586 -20879.026683 999999.999999
+PR05  -4207.276090  11358.392782 -22449.474387 999999.999999
+PR06  10014.643271  19942.623104 -12329.629234 999999.999999
+PR07  19736.495663  14782.415539   6468.814120 999999.999999
+PR08  16028.986477   3739.125765  19497.073322 999999.999999
+PR09    671.493776  10836.210581  23059.749611 999999.999999
+PR10  17551.666984   4401.324003  18001.397986 999999.999999
+PR11  24982.357239  -4487.867248   2112.922907 999999.999999
+PR12  17380.806469 -10799.377747 -15382.481061 999999.999999
+PR13   -572.197312 -10728.059771 -23157.360393 999999.999999
+PR15 -24933.237379   5616.859975    162.820036 999999.999999
+PR16 -17091.981042  10792.249761  15450.679899 999999.999999
+PR17  -7255.871948 -10688.898624  22011.792153 999999.999999
+PR18 -12779.926571   8059.665284  20539.272903 999999.999999
+PR19 -10900.278977  21898.447110   7232.667455 999999.999999
+PR20  -2316.055544  22917.607995 -10886.860261 999999.999999
+PR21   7244.795346  10942.351200 -21897.723978 999999.999999
+PR22  12770.411376  -7967.696864 -20637.402461 999999.999999
+PR23  10672.663345 -22019.535025  -7208.443885 999999.999999
+PR24   2484.829692 -23254.897391  10160.248550 999999.999999
+*  2011  8 28  3 45  0.00000000
+PG01  -3785.754742  17417.731919 -19700.105070     -8.624038
+PG02  21497.753039 -14598.537288   4086.599778    353.275642
+PG03 -11493.259247  16372.833578  16882.495095    760.591816
+PG04  24502.966888  -3952.560937 -10136.734523    214.248527
+PG05  14276.123400  -8316.839341  20807.195932   -210.109981
+PG06 -14292.074386  11347.692399  19358.842366    -85.175523
+PG07  11909.480096  10338.479010  21414.576427     24.023211
+PG08  19711.489784   4427.055539  17580.503875      9.021886
+PG09   7675.896501 -17948.377491 -18573.609266    101.948618
+PG10  23503.143815   7269.781111  10264.713978    -11.304461
+PG11  -7181.629532  21472.090180 -13959.718917   -180.770603
+PG12  -4676.729422 -18457.327747 -18581.963812     18.655217
+PG13   4698.787882  23061.089457  12092.313600    254.315053
+PG14 -14037.157547  -5179.986335 -21788.738280    169.313067
+PG15   4735.143675 -25524.661871   5171.554755   -108.778108
+PG16 -13225.518211   8400.765754  21504.886917   -194.349578
+PG17  14711.964114   4259.110533 -21571.872726    177.524274
+PG18 -19882.434121 -17452.936302   4367.249698    154.457794
+PG19  -8691.544335  23773.581725   7378.500307   -177.636228
+PG20   6648.312886  19104.775789 -17384.768186     52.233988
+PG21 -15692.735665  -8920.961620  20086.026867   -167.585108
+PG22 -23675.714236  -8881.400533  -8130.981252    144.976710
+PG23    326.718227  26171.000283   3172.451138    280.630045
+PG24  -5486.682149  17378.463461 -19164.423802    419.042251
+PG25 -15512.253925 -18757.077946 -10689.452279     16.023963
+PG26  12001.382632 -18318.853087  14146.116503   -137.951521
+PG27  13629.200543 -17780.271117 -13326.395450    299.315946
+PG28  22934.311995  12573.323154  -4814.415809     62.955745
+PG29  -6086.195714 -22975.451277  11971.084233    234.888835
+PG30 -17447.632419 -17387.242068 -10366.356421     91.652497
+PG31 -24756.952892   6774.064361  -7052.308163    132.876105
+PG32  -2225.334747  16684.930026 -20370.803477   -318.469259
+PR01   6060.859540  -9388.528410  22938.735751 999999.999999
+PR02  -9489.790252 -18873.630276  14302.314949 999999.999999
+PR03 -15061.408915  -4958.688917 -19971.090386 999999.999999
+PR04   5415.871141  15763.014043 -19309.400996 999999.999999
+PR05  -6132.130305   9324.985720 -22937.702736 999999.999999
+PR06   8928.909895  18654.759474 -14913.397267 999999.999999
+PR07  20234.987401  15137.083018   3363.387572 999999.999999
+PR08  17667.860288   5336.286441  17617.407138 999999.999999
+PR09  -2075.549965  11505.939624  22655.526671 999999.999999
+PR10  15251.812998   4859.632260  19871.437367 999999.999999
+PR11  24491.097469  -4553.437131   5308.445458 999999.999999
+PR12  19032.366473 -11334.270010 -12840.994789 999999.999999
+PR13   2161.366286 -11450.841365 -22714.492893 999999.999999
+PR15 -24705.450521   5783.321331  -3066.521571 999999.999999
+PR16 -18777.765807  11317.014894  12907.558304 999999.999999
+PR17  -6549.318250 -13234.805525  20824.238195 999999.999999
+PR18 -11995.818824   5567.776427  21810.419644 999999.999999
+PR19 -10446.930450  20909.663326  10212.766081 999999.999999
+PR20  -2510.032611  24075.332518  -7944.347067 999999.999999
+PR21   6574.291154  13479.263723 -20667.599211 999999.999999
+PR22  11983.433155  -5467.902091 -21872.955771 999999.999999
+PR23  10237.186055 -21028.717912 -10186.866365 999999.999999
+PR24   2641.178666 -24326.938775   7180.329504 999999.999999
+*  2011  8 28  4  0  0.00000000
+PG01  -5746.897162  18363.603917 -18318.173963     -8.625481
+PG02  21936.465526 -14441.391403   1268.420121    353.277183
+PG03 -11920.028694  14287.428315  18402.135752    760.595578
+PG04  23511.817027  -3138.415823 -12509.098753    214.259115
+PG05  16216.287495  -7026.670745  19849.528892   -210.115069
+PG06 -14483.642499   9090.553767  20409.868306    -85.166432
+PG07   9739.349062  11516.619997  21884.329562     24.025046
+PG08  17832.838235   5303.399380  19218.926023      9.020310
+PG09   9397.081608 -18806.435630 -16796.913651    101.950569
+PG10  24252.744748   8041.336645   7713.489604    -11.304962
+PG11  -8497.960220  22203.799920 -11833.398265   -180.773615
+PG12  -2774.244751 -17352.642704 -19960.246957     18.657485
+PG13   4400.090068  24291.813806   9550.868467    254.313156
+PG14 -13789.267950  -7657.601519 -21227.326248    169.314842
+PG15   5018.027119 -24771.937451   7879.650569   -108.776791
+PG16 -15200.323798   7032.706275  20701.162729   -194.351363
+PG17  14532.866316   6720.900067 -21084.926125    177.523046
+PG18 -19209.495374 -17373.500049   7042.087773    154.459215
+PG19  -8841.212636  22742.852724  10010.762983   -177.639985
+PG20   4771.266637  18250.170636 -18862.679725     52.234803
+PG21 -13732.882782 -10045.353732  20936.523755   -167.587736
+PG22 -24178.835486  -9583.263957  -5493.173768    144.976594
+PG23     44.102871  26358.952355    298.761814    280.627326
+PG24  -7484.060311  18142.111436 -17701.725993    419.044603
+PG25 -14244.790235 -18236.624695 -13088.434163     16.025566
+PG26  11974.248189 -16465.253210  16243.618342   -137.962771
+PG27  15010.476314 -18372.727324 -10903.798928    299.320971
+PG28  23191.720151  12985.284508  -1979.322151     62.958483
+PG29  -5792.039624 -24175.371325   9485.141011    234.891711
+PG30 -16208.345214 -17031.223705 -12777.927225     91.650320
+PG31 -23973.621209   6165.105747  -9716.344935    132.881123
+PG32  -4206.735748  15288.535759 -21092.245164   -318.475259
+PR01   8149.739255  -7476.991245  22995.338272 999999.999999
+PR02  -8142.158335 -17519.233143  16663.641203 999999.999999
+PR03 -12603.372285  -5667.464597 -21440.191471 999999.999999
+PR04   5031.904437  17996.254913 -17364.742874 999999.999999
+PR05  -8223.354447   7414.339065 -22980.521981 999999.999999
+PR06   7530.556707  17247.150546 -17207.133843 999999.999999
+PR07  20454.626813  15214.701393    192.504337 999999.999999
+PR08  19230.211193   6642.307722  15395.826619 999999.999999
+PR09  -4691.385558  12353.550249  21810.632833 999999.999999
+PR10  12797.235038   5556.913200  21355.930959 999999.999999
+PR11  23628.455590  -4460.645826   8400.379588 999999.999999
+PR12  20327.861868 -11893.637179 -10052.865659 999999.999999
+PR13   4755.646492 -12350.944418 -21831.606531 999999.999999
+PR15 -24093.628042   5807.640562  -6236.633327 999999.999999
+PR16 -20105.633175  11866.701063  10111.749224 999999.999999
+PR17  -6070.521291 -15658.809807  19233.216973 999999.999999
+PR18 -11369.204115   2898.830073  22657.936263 999999.999999
+PR19  -9990.042219  19544.292621  12994.468578 999999.999999
+PR20  -2536.755696  24881.076255  -4846.922879 999999.999999
+PR21   6129.557205  15886.189069 -19037.368660 999999.999999
+PR22  11355.784665  -2792.656518 -22684.955067 999999.999999
+PR23   9801.613324 -19662.202773 -12967.454789 999999.999999
+PR24   2640.136981 -25040.286268   4060.809735 999999.999999
+*  2011  8 28  4 15  0.00000000
+PG01  -7508.996571  19317.038087 -16621.260684     -8.625275
+PG02  22110.723930 -14130.182630  -1572.252268    353.278557
+PG03 -12466.190303  12070.127350  19590.770497    760.600294
+PG04  22347.062744  -2143.534374 -14672.284389    214.269128
+PG05  18106.371182  -5897.637426  18550.949670   -210.119624
+PG06 -14792.039577   6749.917148  21112.318198    -85.157853
+PG07   7607.379581  12829.051190  21978.300247     24.026445
+PG08  15857.590106   6366.372623  20533.547400      9.019146
+PG09  10891.446479 -19645.139327 -14742.269950    101.953711
+PG10  24783.992941   8626.763700   5031.402209    -11.305752
+PG11  -9616.502512  22808.306621  -9503.366743   -180.776352
+PG12   -693.419760 -16286.580723 -20996.354227     18.659391
+PG13   4186.778542  25237.836914   6843.359135    254.311626
+PG14 -13680.647233 -10057.971554 -20295.911950    169.316689
+PG15   5352.794515 -23735.373106  10450.819396   -108.775324
+PG16 -17149.447521   5832.545923  19543.930494   -194.353585
+PG17  14482.314235   9109.817437 -20231.684481    177.521987
+PG18 -18280.734338 -17183.974802   9599.494429    154.460659
+PG19  -9027.251630  21431.816920  12467.090935   -177.643737
+PG20   2722.989566  17421.720271 -20020.217861     52.235110
+PG21 -11763.110444 -11306.056905  21443.210328   -167.589917
+PG22 -24451.146139 -10110.675547  -2761.039537    144.976196
+PG23   -235.052794  26232.618458  -2580.183162    280.624560
+PG24  -9281.699145  18915.991821 -15929.875923    419.047894
+PG25 -12722.059831 -17664.675674 -15262.810988     16.027183
+PG26  12038.453833 -14384.126266  18044.703038   -137.974288
+PG27  16112.257142 -18874.227820  -8283.669124    299.325818
+PG28  23195.525250  13214.529416    889.538544     62.961189
+PG29  -5563.113527 -25099.306413   6836.822053    234.894490
+PG30 -14716.594873 -16640.993591 -14974.468472     91.648014
+PG31 -22974.766991   5359.707480 -12213.735471    132.886026
+PG32  -6311.528102  13957.923535 -21443.611098   -318.481401
+PR01  10355.520123  -5734.642302  22605.836131 999999.999999
+PR02  -6488.786813 -16096.902672  18701.476282 999999.999999
+PR03 -10063.570722  -6618.891664 -22492.899320 999999.999999
+PR04   4849.822204  19994.175343 -15082.851346 999999.999999
+PR05 -10430.030818   5673.905925 -22577.105248 999999.999999
+PR06   5829.178307  15781.728050 -19166.345017 999999.999999
+PR07  20358.167080  15053.204208  -2982.125395 999999.999999
+PR08  20653.696473   7651.562860  12875.397220 999999.999999
+PR09  -7115.239095  13345.129968  20541.835232 999999.999999
+PR10  10256.604231   6498.355707  22425.732610 999999.999999
+PR11  22431.404377  -4164.530062  11328.411358 999999.999999
+PR12  21248.550418 -12421.161612  -7071.705627 999999.999999
+PR13   7150.534826 -13392.538053 -20525.830037 999999.999999
+PR15 -23128.785537   5640.991462  -9286.265930 999999.999999
+PR16 -21055.718828  12384.542863   7117.982633 999999.999999
+PR17  -5806.446315 -17895.402386  17269.760587 999999.999999
+PR18 -10928.935558    115.908636  23065.826704 999999.999999
+PR19  -9584.472732  17826.164316  15523.739424 999999.999999
+PR20  -2444.127029  25303.679656  -1654.973755 999999.999999
+PR21   5896.030833  18098.304865 -17038.828228 999999.999999
+PR22  10915.570799     -5.043650 -23057.118899 999999.999999
+PR23   9420.358015 -17944.309897 -15496.248936 999999.999999
+PR24   2530.734159 -25366.804093    862.360869 999999.999999
+*  2011  8 28  4 30  0.00000000
+PG01  -9050.917684  20238.153379 -14638.529465     -8.626585
+PG02  22040.073728 -13635.428092  -4385.011034    353.280057
+PG03 -13138.562526   9767.482932  20427.060165    760.604774
+PG04  21047.584205   -960.042788 -16590.189446    214.279234
+PG05  19900.753216  -4934.801224  16934.029371   -210.124650
+PG06 -15221.878237   4371.672198  21455.048229    -85.149551
+PG07   5556.797500  14250.574112  21694.150922     24.028027
+PG08  13833.774432   7611.736531  21500.868462      9.018592
+PG09  12145.152530 -20421.955381 -12442.547291    101.958093
+PG10  25068.660592   9049.688910   2264.235515    -11.305888
+PG11 -10541.041502  23250.151472  -7008.956685   -180.779549
+PG12   1531.650492 -15293.682974 -21672.046198     18.661707
+PG13   4022.963069  25878.479537   4017.016067    254.309923
+PG14 -13699.797369 -12332.303426 -19011.371902    169.318240
+PG15   5770.942583 -22437.729727  12840.511455   -108.774091
+PG16 -19025.912899   4809.394162  18053.670877   -194.355419
+PG17  14548.881285  11378.810954 -19027.781272    177.520598
+PG18 -17096.367353 -16921.036613  11997.210479    154.462632
+PG19  -9282.616733  19865.367097  14704.615511   -177.647378
+PG20    534.992813  16650.460311 -20837.806760     52.235390
+PG21  -9823.386596 -12685.741794  21596.444524   -167.592554
+PG22 -24468.831316 -10489.135463     18.407575    144.976131
+PG23   -548.102045  25795.661551  -5413.702518    280.621811
+PG24 -10856.811563  19661.588486 -13879.346686    419.050907
+PG25 -10959.563476 -17081.177060 -17175.306469     16.028815
+PG26  12219.807463 -12117.722690  19515.871404   -137.985527
+PG27  16935.703019 -19243.171504  -5514.330771    299.330879
+PG28  22926.367085  13294.181940   3743.396031     62.963720
+PG29  -5364.804548 -25728.812584   4071.388264    234.897268
+PG30 -12989.978312 -16254.473246 -16919.902851     91.645715
+PG31 -21798.933602   4342.165537 -14501.035902    132.891371
+PG32  -8500.717178  12723.433706 -21417.260767   -318.487494
+PR01  12620.127963  -4199.388180  21777.817204 999999.999999
+PR02  -4549.771244 -14667.098873  20376.333394 999999.999999
+PR03  -7512.000702  -7804.823187 -23109.153277 999999.999999
+PR04   4837.864193  21702.103074 -12508.065776 999999.999999
+PR05 -12693.895081   4141.383943 -21735.284007 999999.999999
+PR06   3847.005714  14319.194638 -20753.074718 999999.999999
+PR07  19918.682547  14698.386903  -6098.725099 999999.999999
+PR08  21878.144703   8370.959111  10104.998106 999999.999999
+PR09  -9294.413716  14437.155235  18874.108994 999999.999999
+PR10   7699.811371   7676.316846  23059.701461 999999.999999
+PR11  20947.389277  -3628.779015  14035.460415 999999.999999
+PR12  21788.689274 -12859.346628  -3954.771059 999999.999999
+PR13   9294.264172 -14530.289594 -18822.457578 999999.999999
+PR15 -21853.123598   5242.221900 -12156.460186 999999.999999
+PR16 -21621.545004  12812.569353   3984.887073 999999.999999
+PR17  -5732.543078 -19884.399866  14972.053629 999999.999999
+PR18 -10692.421330  -2713.253427  23026.636676 999999.999999
+PR19  -9280.366950  15791.354527  17751.450305 999999.999999
+PR20  -2285.144114  25324.488377   1569.253315 999999.999999
+PR21   5847.797993  20056.413714 -14710.827668 999999.999999
+PR22  10679.474437   2827.077008 -22981.643875 999999.999999
+PR23   9143.012683 -15911.504880 -17724.194193 999999.999999
+PR24   2366.511462 -25290.978296  -2352.848122 999999.999999
+*  2011  8 28  4 45  0.00000000
+PG01 -10359.726101  21085.240353 -12404.059036     -8.627359
+PG02  21751.080412 -12933.293670  -7119.912249    353.281427
+PG03 -13936.191658   7427.730559  20896.292207    760.609260
+PG04  19654.290887    412.362033 -18230.699000    214.288977
+PG05  21554.947495  -4135.126593  15026.744787   -210.129347
+PG06 -15770.147096   2002.088674  21433.019181    -85.140763
+PG07   3626.148874  15749.111425  21036.048812     24.029444
+PG08  11809.086555   9026.463173  22102.996070      9.016264
+PG09  13152.642102 -21093.505970  -9934.898967    101.960339
+PG10  25085.002758   9339.084201   -541.112319    -11.306322
+PG11 -11282.193309  23496.876238  -4392.749525   -180.782467
+PG12   3860.753378 -14402.697563 -21975.212306     18.663629
+PG13   3869.981588  26202.063693   1121.016369    254.308117
+PG14 -13827.424693 -14435.667727 -17396.715477    169.320129
+PG15   6299.431374 -20909.059114  15007.425387   -108.772468
+PG16 -20783.116131   3963.855226  16256.388070   -194.357462
+PG17  14713.702569  13484.593002 -17494.880002    177.519178
+PG18 -15664.352221 -16621.551639  14195.725527    154.464137
+PG19  -9635.647164  18075.864325  16684.509776   -177.651078
+PG20  -1755.727190  15962.124573 -21301.569201     52.236009
+PG21  -7950.705735 -14160.249459  21392.104403   -167.594461
+PG22 -24214.979905 -10748.754822   2797.556708    144.975673
+PG23   -930.868196  25060.878234  -8151.949005    280.618853
+PG24 -12194.700473  20338.345746 -11585.666667    419.053432
+PG25  -8980.961897 -16523.631843 -18793.132733     16.030401
+PG26  12536.769810  -9714.191644  20629.925939   -137.997604
+PG27  17491.500236 -19440.906775  -2646.300111    299.336178
+PG28  22372.783773  13261.239824   6534.334552     62.966249
+PG29  -5160.234463 -26053.878428   1236.162767    234.899961
+PG30 -11053.529471 -15906.575451 -18582.493101     91.643428
+PG31 -20488.581164   3104.930731 -16538.169186    132.896211
+PG32 -10730.380682  11608.936553 -21012.325792   -318.493584
+PR01  14880.344542  -2898.024742  20527.359895 999999.999999
+PR02  -2357.241917 -13286.946094  21655.778622 999999.999999
+PR03  -5016.846657  -9204.515163 -23277.377164 999999.999999
+PR04   4955.109854  23074.537720  -9690.404366 999999.999999
+PR05 -14951.590173   2843.328479 -20471.396767 999999.999999
+PR06   1618.232248  12916.482246 -21936.633191 999999.999999
+PR07  19120.867856  14201.767518  -9096.662318 999999.999999
+PR08  22848.081162   8819.385201   7138.379036 999999.999999
+PR09 -11186.217867  15578.341414  16840.127937 999999.999999
+PR10   5195.236345   9070.446389  23245.139298 999999.999999
+PR11  19232.337197  -2827.528097  16468.805408 999999.999999
+PR12  21955.594013 -13152.080645   -761.899040 999999.999999
+PR13  11145.306241 -15711.266983 -16754.464026 999999.999999
+PR15 -20318.265985   4579.831898 -14791.672116 999999.999999
+PR16 -21810.108521  13094.260150    773.812449 999999.999999
+PR17  -5813.974920 -21573.268167  12384.689159 999999.999999
+PR18 -10664.927363  -5518.842370  22541.561788 999999.999999
+PR19  -9120.872929  13486.867920  19634.334150 999999.999999
+PR20  -2115.396837  24938.146178   4762.880615 999999.999999
+PR21   5948.879489  21709.221797 -12098.514915 999999.999999
+PR22  10652.036052   5633.632904 -22459.399870 999999.999999
+PR23   9012.090076 -13611.059593 -19608.089200 999999.999999
+PR24   2203.006542 -24810.569779  -5522.363701 999999.999999
+*  2011  8 28  5  0  0.00000000
+PG01 -11430.988256  21816.398110  -9956.259531     -8.627852
+PG02  21276.155277 -12006.748760  -9728.444871    353.282985
+PG03 -14850.290362   5099.000710  20990.655114    760.613282
+PG04  18208.636932   1966.208981 -19566.178398    214.299314
+PG05  23027.206279  -3487.782708  12861.987308   -210.133940
+PG06 -16426.301950   -313.749799  21047.325413    -85.132302
+PG07   1847.964319  17286.823456  20014.644175     24.031209
+PG08   9829.197733  10589.007196  22328.031291      9.015751
+PG09  13916.751301 -21617.226854  -7260.284773    101.963694
+PG10  24818.583632   9527.957993  -3337.385559    -11.306738
+PG11 -11856.848135  23520.388576  -1699.871577   -180.785034
+PG12   6248.896968 -13635.494560 -21900.111596     18.666007
+PG13   3688.112398  26206.286403  -1794.399942    254.306643
+PG14 -14037.306666 -16328.551874 -15480.626918    169.321728
+PG15   6959.451626 -19185.605366  16914.231035   -108.770765
+PG16 -22376.489067   3288.203842  14183.139461   -194.359282
+PG17  14951.315458  15389.111404 -15660.237214    177.518174
+PG18 -14000.220825 -16321.108805  16158.843091    154.465733
+PG19 -10108.792670  16101.957690  18372.677860   -177.654636
+PG20  -4107.892754  15376.185198 -21403.551844     52.236231
+PG21  -6177.853058 -15699.298264  20831.750044   -167.596455
+PG22 -23680.273520 -10922.893289   5529.004053    144.975674
+PG23  -1416.007404  24049.700970 -10746.844805    280.616385
+PG24 -13289.158812  20905.318888  -9088.793133    419.055305
+PG25  -6817.353971 -16025.592399 -20088.545481     16.032059
+PG26  12999.549701  -7225.758084  21366.578177   -138.009081
+PG27  17799.111015 -19433.373146    268.783684    299.341710
+PG28  21531.643914  13154.979099   9216.029936     62.969100
+PG29  -4911.865794 -26073.260844  -1620.266118    234.902778
+PG30  -8938.914536 -15627.843030 -19935.275936     91.641113
+PG31 -19088.471778   1649.151890 -18289.162084    132.901243
+PG32 -12953.209739  10630.936514 -20234.821031   -318.499500
+PR01  17070.279925  -1845.321807  18878.722130 999999.999999
+PR02     45.718095 -12007.858008  22515.052083 999999.999999
+PR03  -2641.846034 -10785.357534 -22994.673093 999999.999999
+PR04   5153.420280  24076.914823  -6684.592605 999999.999999
+PR05 -17137.148425   1794.245378 -18809.973659 999999.999999
+PR06   -812.162108  11624.391950 -22694.181700 999999.999999
+PR07  17961.862037  13618.219931 -11917.635261 999999.999999
+PR08  23515.078052   9026.657342   4033.120890 999999.999999
+PR09 -12759.471685  16711.832138  14479.609669 999999.999999
+PR10   2807.085593  10648.360655  22978.066174 999999.999999
+PR11  17348.327687  -1746.706771  18581.118843 999999.999999
+PR12  21769.179307 -13247.157481   2445.602594 999999.999999
+PR13  12673.844746 -16877.177528 -14361.874273 999999.999999
+PR15 -18583.124647   3633.553788 -17140.836437 999999.999999
+PR16 -21641.408056  13177.150338  -2452.401678 999999.999999
+PR17  -6007.285936 -22919.140010   9557.806267 999999.999999
+PR18 -10839.407387  -8231.616440  21620.390984 999999.999999
+PR19  -9140.167085  10968.874407  21135.824425 999999.999999
+PR20  -1990.455887  24152.843795   7863.642595 999999.999999
+PR21   6154.944681  23015.301172  -9252.465431 999999.999999
+PR22  10825.459049   8345.007403 -21499.959232 999999.999999
+PR23   9061.076270 -11099.274803 -21111.418446 999999.999999
+PR24   2095.158709 -23936.728799  -8584.662971 999999.999999
+*  2011  8 28  5 15  0.00000000
+PG01 -12268.745663  22391.192239  -7337.214633     -8.629668
+PG02  20652.151473 -10846.444850 -12164.469519    353.284503
+PG03 -15864.521487   2827.549952  20709.351027    760.618533
+PG04  16751.127072   3686.333061 -20573.908229    214.309474
+PG05  24280.026256  -2974.749593  10476.992725   -210.138824
+PG06 -17172.651275  -2533.453531  20305.128587    -85.123602
+PG07    247.654952  18821.468018  18646.934328     24.032512
+PG08   7936.126719  12269.911546  22170.375089      9.016027
+PG09  14448.521265 -21953.039201  -4462.915873    101.966636
+PG10  24262.838499   9651.915119  -6077.714853    -11.308779
+PG11 -12287.358506  23298.188774   1022.785392   -180.788352
+PG12   8647.842026 -13006.254555 -21447.507062     18.668138
+PG13   3438.321915  25898.236598  -4678.822506    254.304932
+PG14 -14297.436842 -17978.195784 -13296.910531    169.323811
+PG15   7765.429166 -17308.478541  18528.213949   -108.769282
+PG16 -23765.086652   2766.878603  11869.493772   -194.361566
+PG17  15230.762078  17060.810639 -13556.174608    177.516897
+PG18 -12126.649992 -16052.616289  17854.196471    154.467532
+PG19 -10717.593449  13987.170018  19740.341430   -177.658547
+PG20  -6477.311183  14905.140258 -21141.859793     52.236548
+PG21  -4532.307219 -17267.430103  19922.719905   -167.599033
+PG22 -22863.394444 -11046.688561   8166.339833    144.975334
+PG23  -2031.505052  22791.363935 -13152.976801    280.613650
+PG24 -14142.532835  21322.860970  -6432.391932    419.057055
+PG25  -4506.273667 -15615.317731 -21039.314120     16.033718
+PG26  13609.576115  -4706.724478  21712.878908   -138.020390
+PG27  17885.682813 -19192.524655   3179.199768    299.345577
+PG28  20408.277267  13015.315056  11744.427955     62.971406
+PG29  -4583.141092 -25794.497569  -4448.868199    234.905683
+PG30  -6683.399956 -15443.270475 -20956.420469     91.638781
+PG31 -17643.962233    -15.115943 -19722.825670    132.906567
+PG32 -15120.214572   9797.982239 -19097.612104   -318.505458
+PR01  19123.972135  -1043.622151  16863.873760 999999.999999
+PR02   2606.613531 -10873.422818  22937.540557 999999.999999
+PR03   -443.858386 -12504.113254 -22266.849231 999999.999999
+PR04   5379.691975  24686.928520  -3549.000421 999999.999999
+PR05 -19184.599248    996.200168 -16783.262699 999999.999999
+PR06  -3390.038893  10485.513642 -23011.163309 999999.999999
+PR07  16451.562151  13003.481037 -14506.811721 999999.999999
+PR08  23839.830512   9032.008716    849.519653 999999.999999
+PR09 -13995.531966  17777.635138  11838.529097 999999.999999
+PR10    592.908761  12366.840927  22263.326858 999999.999999
+PR11  15361.026355   -384.882498  20331.390509 999999.999999
+PR12  21260.999995 -13098.650515   5606.093689 999999.999999
+PR13  13862.764389 -17966.850227 -11690.997830 999999.999999
+PR15 -16711.478868   2395.467289 -19158.348930 999999.999999
+PR16 -21147.432948  13015.270430  -5630.685010 999999.999999
+PR17  -6262.435387 -23890.444504   6546.125470 999999.999999
+PR18 -11196.864180 -10785.527394  20281.288941 999999.999999
+PR19  -9361.871753   8300.573886  22226.763671 999999.999999
+PR20  -1963.265445  22990.013205  10811.115377 999999.999999
+PR21   6415.380088  23944.656720  -6227.712798 999999.999999
+PR22  11179.952937  10894.705049 -20121.455871 999999.999999
+PR23   9312.878362  -8439.338210 -22205.054392 999999.999999
+PR24   2094.745363 -22693.567071 -11480.347311 999999.999999
+*  2011  8 28  5 30  0.00000000
+PG01 -12885.165041  22772.269595  -4591.959976     -8.632667
+PG02  19918.792066  -9451.279627 -14385.101608    353.286111
+PG03 -16955.611809    656.089564  20058.546733    760.623238
+PG04  15319.864783   5550.238495 -21236.456287    214.319320
+PG05  25281.500928  -2571.703276   7912.701899   -210.143843
+PG06 -17985.018880  -4618.722626  19219.500264    -85.115120
+PG07  -1157.315148  20307.953330  16956.012370     24.034113
+PG08   6166.735497  14032.733577  21630.940446      9.016320
+PG09  14766.705473 -22064.975623  -1589.621601    101.968813
+PG10  23419.355247   9747.639017  -8716.340159    -11.309374
+PG11 -12600.500400  22814.403400   3727.405900   -180.791203
+PG12  11007.770908 -12520.964050 -20624.688901     18.670345
+PG13   3083.977794  25294.057918  -7482.554725    254.303302
+PG14 -14571.399027 -19359.660562 -10883.852714    169.325446
+PG15   8724.305264 -15322.154144  19821.830556   -108.767679
+PG16 -24913.041692   2377.271023   9354.927183   -194.363686
+PG17  15516.906873  18475.637614 -11219.473173    177.515549
+PG18 -10072.786375 -15845.008625  19253.713062    154.469118
+PG19 -11469.952831  11778.309634  20764.513553   -177.662124
+PG20  -8818.354178  14554.075146 -20520.698367     52.237016
+PG21  -3035.322744 -18825.171341  18678.153113   -167.601010
+PG22 -21771.140213 -11155.534712  10664.906677    144.974961
+PG23  -2799.368993  21321.768825 -15328.431324    280.610912
+PG24 -14765.444713  21554.275822  -3663.037886    419.058993
+PG25  -2090.443280 -15314.646779 -21629.099363     16.035347
+PG26  14359.372201  -2211.392505  21663.457587   -138.031882
+PG27  17784.679282 -18697.481722   6034.132003    299.348643
+PG28  19016.308353  12881.178418  14078.360682     62.973948
+PG29  -4140.091931 -25233.594694  -7201.007671    234.908669
+PG30  -4328.631449 -15371.346355 -21629.511538     91.636397
+PG31 -16199.270178  -1869.052882 -20813.363714    132.911891
+PG32 -17182.524826   9110.412627 -17620.234131   -318.511484
+PR01  20978.006814   -482.970386  14521.880930 999999.999999
+PR02   5265.472970  -9917.636271  22915.093283 999999.999999
+PR03   1529.263267 -14308.612608 -21108.283136 999999.999999
+PR04   5578.326660  24895.357995   -344.508647 999999.999999
+PR05 -21030.594232    438.958999 -14430.606483 999999.999999
+PR06  -6054.114308   9532.511592 -22881.572577 999999.999999
+PR07  14612.412847  12411.638346 -16813.897535 999999.999999
+PR08  23793.870579   8882.186651  -2350.584588 999999.999999
+PR09 -14888.796455  18715.201846   8968.216524 999999.999999
+PR10  -1398.601078  14173.509190  21114.523814 999999.999999
+PR11  13336.990058   1246.435154  21685.721408 999999.999999
+PR12  20472.830831 -12669.043827   8658.750283 999999.999999
+PR13  14708.115556 -18918.858544  -8793.542435 999999.999999
+PR15 -14769.367644    870.601061 -20804.949472 999999.999999
+PR16 -20370.659383  12571.315311  -8698.994927 999999.999999
+PR17  -6525.113666 -24468.083026   3407.899850 999999.999999
+PR18 -11707.224120 -13120.206134  18550.423565 999999.999999
+PR19  -9797.932008   5549.777469  22885.967939 999999.999999
+PR20  -2081.652816  21483.480673  13547.907155 999999.999999
+PR21   6675.626080  24479.834885  -3082.698262 999999.999999
+PR22  11684.603803  13221.902059 -18350.273323 999999.999999
+PR23   9778.731981  -5698.906618 -22867.816256 999999.999999
+PR24   2247.958452 -21117.206275 -14153.291101 999999.999999
+*  2011  8 28  5 45  0.00000000
+PG01 -13299.878380  22926.867278  -1767.710109     -8.634811
+PG02  19116.999224  -7828.623189 -16351.517003    353.287436
+PG03 -18094.264525  -1377.716263  19051.169180    760.627413
+PG04  13949.193404   7528.734382 -21541.981568    214.329101
+PG05  26006.468858  -2249.144681   5213.063161   -210.148585
+PG06 -18833.657039  -6536.582095  17809.178162    -85.106508
+PG07  -2357.945145  21700.025074  14970.701904     24.035825
+PG08   4551.409362  15835.265194  20717.259763      9.015119
+PG09  14896.981156 -21922.698995   1310.860020    101.970721
+PG10  22297.868912   9851.350908 -11209.305537    -11.311112
+PG11 -12826.245919  22060.577451   6366.138394   -180.794389
+PG12  13279.030360 -12177.239463 -19445.383771     18.672498
+PG13   2592.459688  24418.274174 -10157.472922    254.301657
+PG14 -14819.913355 -20456.592248  -8283.515553    169.327272
+PG15   9835.120243 -13272.858429  20773.165078   -108.766091
+PG16 -25790.835287   2090.778309   6682.167175   -194.366018
+PG17  15771.915053  19617.757530  -8690.702925    177.514122
+PG18  -7873.348401 -15722.107354  20334.024800    154.470597
+PG19 -12365.729061   9523.774304  21428.353697   -177.665775
+PG20 -11085.497037  14320.514432 -19550.320781     52.237787
+PG21  -1701.229550 -20330.375489  17116.928602   -167.604023
+PG22 -20418.243388 -11283.567136  12982.518983    144.974690
+PG23  -3734.573663  19682.099814 -17235.550173    280.608162
+PG24 -15176.185202  21567.367912   -829.353110    419.063166
+PG25    383.670222 -15138.130998 -21847.732229     16.036962
+PG26  15232.834635    207.996259  21220.566089   -138.043075
+PG27  17534.303564 -17935.374045   8784.578649    299.352665
+PG28  17377.206724  12788.961834  16180.099605     62.976513
+PG29  -3552.854819 -24414.399828  -9829.278272    234.911081
+PG30  -1919.267325 -15423.346540 -21943.758687     91.634145
+PG31 -14795.782504  -3885.565930 -21540.893658    132.916876
+PG32 -19093.208168   8560.454170 -15828.561276   -318.517417
+PR01  22574.048437   -141.765352  11898.153749 999999.999999
+PR02   7957.100762  -9163.555447  22448.175465 999999.999999
+PR03   3240.413612 -16139.831678 -19541.625061 999999.999999
+PR04   5693.812272  24706.363619   2866.673019 999999.999999
+PR05 -22616.940507    100.654474 -11797.680949 999999.999999
+PR06  -8738.273856   8786.846318 -22308.060098 999999.999999
+PR07  12478.680441  11892.705003 -18794.113516 999999.999999
+PR08  23360.846198   8629.238288  -5505.010652 999999.999999
+PR09 -15446.669852  19466.042700   5924.358404 999999.999999
+PR10  -3129.430404  16008.913172  19553.775808 999999.999999
+PR11  11340.958235   3123.042849  22617.973186 999999.999999
+PR12  19454.841361 -11931.032517  11544.704251 999999.999999
+PR13  15219.035984 -19674.174419  -5725.622769 999999.999999
+PR15 -12822.402306   -923.006870 -22048.488927 999999.999999
+PR16 -19362.121254  11818.448543 -11597.547031 999999.999999
+PR17  -6739.242799 -24646.104089    203.801320 999999.999999
+PR18 -12330.686438 -15183.212557  16461.447135 999999.999999
+PR19 -10447.999323   2786.305397  23100.636529 999999.999999
+PR20  -2386.062275  19678.115251  16020.784818 999999.999999
+PR21   6879.684230  24616.529881    121.841675 999999.999999
+PR22  12298.738808  15273.774200 -16220.564485 999999.999999
+PR23  10457.614472  -2947.512187 -23086.875417 999999.999999
+PR24   2593.223476 -19254.343772 -16551.723414 999999.999999
+*  2011  8 28  6  0  0.00000000
+PG01 -13539.039039  22828.157114   1086.952809     -8.634772
+PG02  18287.197390  -5994.198558 -18029.661539    353.288685
+PG03 -19246.325859  -3242.520616  17706.556986    760.632149
+PG04  12668.478441   9586.823836 -21484.465136    214.339414
+PG05  26437.415168  -1973.727961   2424.287931   -210.153389
+PG06 -19684.375187  -8260.413852  16098.241289    -85.097858
+PG07  -3353.879529  22952.022224  12725.081537     24.037604
+PG08   3112.976954  17631.008093  19443.477351      9.015894
+PG09  14870.884362 -21502.852611   4188.663427    101.973733
+PG10  20915.972155   9997.300401 -13515.119796    -11.311607
+PG11 -12996.396105  21036.185458   8892.009320   -180.797477
+PG12  15413.881587 -11964.488833 -17929.549161     18.674843
+PG13   1936.605005  23302.807284 -12657.845560    254.299629
+PG14 -15002.491376 -21261.655535  -5540.977202    169.328900
+PG15  11088.915285 -11206.903192  21366.281763   -108.764824
+PG16 -26376.338346   1874.078946   3896.493678   -194.367956
+PG17  15956.832764  20479.957260  -6013.502055    177.512780
+PG18  -5567.534777 -15701.673432  21076.822241    154.472455
+PG19 -13396.658672   7271.816287  21721.401045   -177.669469
+PG20 -13234.862018  14194.570494 -18246.881347     52.237476
+PG21   -536.981731 -21739.706496  15263.511813   -167.605893
+PG22 -18826.905624 -11462.210567  15080.134228    144.974207
+PG23  -4844.297557  17917.247020 -18841.592622    280.605685
+PG24 -15399.801645  21335.823810   2018.897577    419.066335
+PG25   2867.441643 -15092.459489 -21691.389916     16.038600
+PG26  16205.900143   2503.204506  20393.930817   -138.054491
+PG27  17175.788854 -16901.853289  11384.169800    299.358422
+PG28  15519.575622  12771.087063  18015.845900     62.979164
+PG29  -2797.034268 -23367.683664 -12288.323007    234.913988
+PG30    498.486976 -15602.899942 -21894.131673     91.631745
+PG31 -13470.474597  -6030.117451 -21891.866023    132.921922
+PG32 -20809.028332   8132.668592 -13754.331835   -318.523467
+PR01  23861.178110     12.092198   9043.571142 999999.999999
+PR02  10613.552516  -8622.428577  21545.857005 999999.999999
+PR03   4664.520019 -17934.268615 -17597.348108 999999.999999
+PR04   5673.305551  24137.240906   6022.213474 999999.999999
+PR05 -23892.936835    -51.052543  -8935.610546 999999.999999
+PR06 -11374.092977   8257.984628 -21301.870877 999999.999999
+PR07  10095.241829  11490.385140 -20409.061957 999999.999999
+PR08  22537.310572   8328.078966  -8552.447587 999999.999999
+PR09 -15688.996235  19976.269151   2765.920255 999999.999999
+PR10  -4573.613717  17808.934560  17611.304872 999999.999999
+PR11   9433.244490   5208.833361  23110.261445 999999.999999
+PR12  18263.438625 -10868.916792  14208.154972 999999.999999
+PR13  15417.133169 -20178.742547  -2546.682486 999999.999999
+PR15 -10933.109988  -2954.795474 -22864.564955 999999.999999
+PR16 -18179.141109  10741.664978 -14269.991754 999999.999999
+PR17  -6849.556993 -24431.850349  -3004.237658 999999.999999
+PR18 -13019.489598 -16931.959960  14054.841658 999999.999999
+PR19 -11299.348398     79.309194  22866.599492 999999.999999
+PR20  -2907.610457  17628.030958  18181.713932 999999.999999
+PR21   6972.690971  24363.663447   3324.029667 999999.999999
+PR22  12973.729603  17007.502440 -13773.609499 999999.999999
+PR23  11336.188502   -253.899607 -22858.000264 999999.999999
+PR24   3159.353017 -17160.396345 -18629.222293 999999.999999
+*  2011  8 28  6 15  0.00000000
+PG01 -13634.130956  22456.373207   3922.914610     -8.634730
+PG02  17467.663278  -3971.624567 -19390.849501    353.290365
+PG03 -20374.150410  -4914.283103  16049.983752    760.635651
+PG04  11501.075496  11684.818794 -21063.862454    214.349082
+PG05  26565.093018  -1709.736733   -405.928440   -210.158393
+PG06 -20499.842197  -9770.750584  14115.709485    -85.089279
+PG07  -4153.246481  24020.632206  10257.905671     24.039113
+PG08   1865.918703  19370.853061  17830.218480      9.015785
+PG09  14724.500032 -20790.182602   6993.640209    101.976808
+PG10  19298.553606  10216.339955 -15595.377637    -11.312590
+PG11 -13143.130454  19748.833342  11259.841577   -180.800356
+PG12  17368.189700 -11864.407055 -16103.054158     18.677116
+PG13   1095.934588  21985.728938 -14941.099065    254.298202
+PG14 -15079.134229 -21776.625640  -2703.534406    169.330879
+PG15  12468.954566  -9169.034907  21591.468258   -108.763337
+PG16 -26655.587937   1690.583006   1045.007128   -194.369857
+PG17  16033.207249  21063.725838  -3233.819162    177.511369
+PG18  -3197.774864 -15794.683880  21469.149317    154.474041
+PG19 -14546.610026   5068.837335  21639.686390   -177.673366
+PG20 -15225.709563  14159.384670 -16632.194704     52.238168
+PG21    458.019071 -23010.213830  13147.700318   -167.608358
+PG22 -17026.065137 -11718.843464  16922.468267    144.974202
+PG23  -6127.483208  16074.105113 -20119.291283    280.602942
+PG24 -15466.919930  20840.367116   4831.733568    419.069465
+PG25   5311.757219 -15176.198900 -21162.665505     16.040166
+PG26  17247.561189   4631.740535  19200.425392   -138.065547
+PG27  16751.631136 -15601.269757  13789.882959    299.362033
+PG28  13478.207612  12854.737397  19556.159143     62.981780
+PG29  -1854.858690 -22129.964166 -14535.624015    234.916850
+PG30   2878.393803 -15905.839816 -21481.423164     91.629437
+PG31 -12254.506002  -8261.862380 -21859.369607    132.926901
+PG32 -22292.065311   7804.733162 -11434.538851   -318.529543
+PR01  24797.940688     19.605432   6013.499184 999999.999999
+PR02  13166.732560  -8293.336361  20225.636839 999999.999999
+PR03   5789.321380 -19626.519711 -15313.154463 999999.999999
+PR04   5469.106616  23217.643117   9060.869440 999999.999999
+PR05 -24817.414822    -57.364852  -5899.976613 999999.999999
+PR06 -13893.459860   7943.129282 -19882.618477 999999.999999
+PR07   7515.938839  11240.123991 -21627.466293 999999.999999
+PR08  21332.987618   8033.946777 -11433.650244 999999.999999
+PR09 -15646.984428  20198.956868   -445.987672 999999.999999
+PR10  -5718.088637  19507.419563  15324.858068 999999.999999
+PR11   7667.337484   7457.093132  23153.284747 999999.999999
+PR12  16958.864011  -9479.529924  16597.433723 999999.999999
+PR13  15335.353563 -20385.866868    681.650384 999999.999999
+PR15  -9158.417742  -5182.697108 -23237.013811 999999.999999
+PR16 -16882.820621   9338.654442 -16664.512889 999999.999999
+PR17  -6804.155544 -23845.572326  -6154.205690 999999.999999
+PR18 -13720.020701 -18335.237768  11377.140946 999999.999999
+PR19 -12327.331066  -2505.371377  22188.398299 999999.999999
+PR20  -3666.546324  15394.419664  19988.791426 999999.999999
+PR21   6903.450657  23742.935459   6462.023221 999999.999999
+PR22  13655.159715  18391.869284 -11057.022220 999999.999999
+PR23  12389.278715   2316.596291 -22185.636238 999999.999999
+PR24   3964.112349 -14897.299777 -20345.603216 999999.999999
+*  2011  8 28  6 30  0.00000000
+PG01 -13620.577610  21799.678434   6691.374510     -8.636183
+PG02  16692.991899  -1791.644128 -20412.240317    353.291672
+PG03 -21438.102653  -6376.943503  14112.072282    760.639760
+PG04  10463.522902  13779.644511 -20286.171732    214.359087
+PG05  26388.842296  -1420.651388  -3229.208161   -210.163128
+PG06 -21241.014679 -11055.804864  11895.073194    -85.080569
+PG07  -4772.156877  24866.574886   7611.930856     24.040542
+PG08    815.902451  21004.901473  15904.328898      9.015473
+PG09  14496.950286 -19778.378789   9676.255238    101.980265
+PG10  17476.984534  10534.632354 -17415.336384    -11.314362
+PG11 -13297.535225  18214.136261  13427.153518   -180.803020
+PG12  19102.986133 -11851.787040 -13997.250276     18.679474
+PG13     57.612704  20509.796796 -16968.518576    254.296427
+PG14 -15012.007778 -22012.139852    180.117750    169.332427
+PG15  13951.257232  -7200.861613  21445.368195   -108.761555
+PG16 -26623.271634   1502.003377  -1824.127028   -194.372065
+PG17  15964.685144  21379.013830   -399.131917    177.510397
+PG18   -808.361290 -16004.858708  21503.635193    154.476025
+PG19 -15792.152270   2957.779399  21185.725697   -177.676752
+PG20 -17021.822373  14191.846009 -14733.402740     52.238428
+PG21   1291.809001 -24100.943640  10804.261111   -167.610898
+PG22 -15050.425786 -12075.627189  18478.547774    144.973934
+PG23  -7574.734523  14199.817665 -21047.293179    280.600274
+PG24 -15412.350567  20069.638645   7559.886493    419.071966
+PG25   7668.704662 -15379.858359 -20270.530071     16.041870
+PG26  18321.176132   6558.322544  17663.583074   -138.076997
+PG27  16303.835574 -14046.521180  15962.652573    299.365397
+PG28  11292.941520  13060.793506  20776.326186     62.984505
+PG29   -716.082477 -20742.117813 -16532.248245    234.919774
+PG30   5175.697207 -16320.344846 -20712.238973     91.626909
+PG31 -11172.052040 -10535.052353 -21443.312097    132.931974
+PG32 -23511.126035   7548.520026  -8910.701280   -318.535568
+PR01  25354.015754    -71.291643   2866.721437 999999.999999
+PR02  15551.006716  -8163.359033  18513.106139 999999.999999
+PR03   6615.611538 -21151.949422 -12733.249126 999999.999999
+PR04   5040.920501  21988.305591  11923.672790 999999.999999
+PR05 -25360.399771     33.636879  -2749.738123 999999.999999
+PR06 -16231.192554   7827.478040 -18077.899782 999999.999999
+PR07   4801.566702  11167.524810 -22425.770230 999999.999999
+PR08  19770.501443   7799.851708 -14092.595263 999999.999999
+PR09 -15361.673383  20096.232486  -3649.280602 999999.999999
+PR10  -6563.000524  21038.920555  12738.974319 999999.999999
+PR11   6087.810561   9812.252424  22746.484527 999999.999999
+PR12  15602.641125  -7772.658152  18666.001599 999999.999999
+PR13  15016.386023 -20258.308614   3896.752995 999999.999999
+PR15  -7547.381909  -7554.645174 -23158.247431 999999.999999
+PR16 -15535.399382   7620.131414 -18734.826381 999999.999999
+PR17  -6556.921572 -22919.525319  -9185.195833 999999.999999
+PR18 -14375.180348 -19374.272691   8480.043661 999999.999999
+PR19 -13496.348759  -4907.707456  21079.198231 999999.999999
+PR20  -4671.181021  13043.107019  21407.053021 999999.999999
+PR21   6626.822680  22787.864123   9475.190529 999999.999999
+PR22  14285.264021  19408.375509  -8123.819737 999999.999999
+PR23  13580.861897   4704.524767 -21082.819731 999999.999999
+PR24   5013.257237 -12531.056109 -21667.685605 999999.999999
+*  2011  8 28  6 45  0.00000000
+PG01 -13536.205200  20854.735809   9344.685624     -8.637291
+PG02  15992.740958    508.925865 -21077.187105    353.293256
+PG03 -22398.128225  -7622.760784  11928.120765    760.644831
+PG04   9564.991422  15826.290417 -19163.412996    214.369079
+PG05  25916.594058  -1070.747361  -5997.302294   -210.167681
+PG06 -21868.639706 -12111.716073   9473.759522    -85.071769
+PG07  -5233.882504  25456.146766   4833.159580     24.042171
+PG08    -40.327245  22484.358351  13698.481943      9.016635
+PG09  14228.735305 -18470.588259  12188.518128    101.982477
+PG10  15488.082005  10972.535788 -18944.443698    -11.315819
+PG11 -13488.175173  16455.272422  15355.014050   -180.806089
+PG12  20585.841948 -11895.616257 -11648.438446     18.681515
+PG13  -1182.893335  18920.833235 -18705.873864    254.295005
+PG14 -14767.030755 -21987.123121   3060.714467    169.334399
+PG15  15505.416817  -5339.416980  20931.003200   -108.760037
+PG16 -26282.903172   1269.990242  -4662.447901   -194.374080
+PG17  15718.529061  21443.685059   2442.345194    177.509161
+PG18   1555.990769 -16328.456891  21178.659068    154.477706
+PG19 -17103.412899    976.671194  20368.400708   -177.680433
+PG20 -18592.730597  14263.562377 -12582.551994     52.239288
+PG21   1979.449691 -24974.524976   8272.454636   -167.612990
+PG22 -12939.283880 -12548.542056  19722.193939    144.973728
+PG23  -9168.551918  12340.038537 -21610.480831    280.597349
+PG24 -15273.538264  19020.765796  10155.708405    419.072961
+PG25   9893.219921 -15686.277334 -19030.187386     16.043504
+PG26  19386.006611   8256.008774  15812.973341   -138.088385
+PG27  15872.241861 -12258.593614  17867.873932    299.368324
+PG28   9007.359515  13403.004055  21656.671955     62.987014
+PG29    621.402907 -19247.830916 -18243.535197    234.922740
+PG30   7348.585575 -16827.365467 -19598.915755     91.624449
+PG31 -10239.421832 -12800.652778 -20650.468465    132.937190
+PG32 -24442.883578   7331.426370  -6228.035070   -318.541651
+PR01  25511.442481   -208.002617   -335.698353 999999.999999
+PR02  17705.723062  -8208.261558  16441.456520 999999.999999
+PR03   7156.939771 -22449.345020  -9907.494546 999999.999999
+PR04   4357.809636  20499.325713  14555.072851 999999.999999
+PR05 -25504.321493    169.273065    453.914271 999999.999999
+PR06 -18327.543002   7884.999919 -15922.757973 999999.999999
+PR07   2017.580273  11287.198830 -22788.585606 999999.999999
+PR08  17884.580288   7674.128060 -16477.574492 999999.999999
+PR09 -14882.003274  19640.997883  -6782.083670 999999.999999
+PR10  -7121.443188  22341.431862   9904.110253 999999.999999
+PR11   4728.625806  12212.014318  21898.034534 999999.999999
+PR12  14254.978425  -5770.930487  20373.362182 999999.999999
+PR13  14510.666576 -19770.006876   7036.219462 999999.999999
+PR15  -6139.257739 -10010.513754 -22629.427694 999999.999999
+PR16 -14197.595223   5609.618754 -20441.060741 999999.999999
+PR17  -6069.705467 -21696.586767 -12038.569094 999999.999999
+PR18 -14926.905269 -20043.287006   5419.433090 999999.999999
+PR19 -14761.303240  -7075.733339  19560.534069 999999.999999
+PR20  -5917.332553  10641.934880  22409.140463 999999.999999
+PR21   6105.863123  21542.355102  12305.265307 999999.999999
+PR22  14805.535349  20051.827376  -5031.373228 999999.999999
+PR23  14865.529802   6858.543794 -19570.927466 999999.999999
+PR24   6300.084234 -10129.130337 -22569.923823 999999.999999
+*  2011  8 28  7  0  0.00000000
+PG01 -13419.620182  19626.962020  11837.175981     -8.639119
+PG02  15390.306389   2888.475713 -21375.454851    353.294886
+PG03 -23215.328392  -8652.313990   9537.362801    760.649321
+PG04   8807.015243  17779.357599 -17713.513000    214.378883
+PG05  25164.560903   -626.663223  -8662.899183   -210.172749
+PG06 -22344.777925 -12942.507237   6892.540902    -85.062558
+PG07  -5567.745627  25762.561732   1970.015905     24.043516
+PG08   -714.693843  23763.420151  11250.654214      9.017210
+PG09  13959.990980 -16879.567199  14484.929845    101.985406
+PG10  13372.883683  11543.705452 -20156.811669    -11.316685
+PG11 -13739.772609  14502.228131  17008.829795   -180.809242
+PG12  21791.996832 -11960.416128  -9097.240697     18.683759
+PG13  -2621.476710  17266.009543 -20123.962523    254.293406
+PG14 -14315.316580 -21727.913880   5889.244666    169.335858
+PG15  17095.674946  -3615.914919  20057.686412   -108.758490
+PG16 -25646.683353    957.769089  -7421.973338   -194.376253
+PG17  15266.996764  21282.684963   5242.452145    177.507812
+PG18   3851.610080 -16754.352187  20498.443120    154.479433
+PG19 -18445.186572   -842.616969  19202.733858   -177.683945
+PG20 -19914.731488  14342.049003 -10216.085751     52.239446
+PG21   2542.323725 -25598.666648   5595.443889   -167.615381
+PG22 -10735.195470 -13146.664767  20632.432395    144.973353
+PG23 -10883.891694  10537.279096 -21800.171493    280.594699
+PG24 -15088.920722  17699.598708  12574.040082    419.075245
+PG25  11944.628448 -16071.322023 -17462.823034     16.045047
+PG26  20398.906966   9706.955605  13683.470316   -138.099519
+PG27  15492.985856 -10265.824051  19475.805435    299.371083
+PG28   6667.366734  13887.415337  22182.813447     62.989636
+PG29   2151.274829 -17691.950656 -19639.713725    234.925456
+PG30   9359.554072 -17401.322118 -18159.365735     91.622099
+PG31  -9464.501669 -15008.108590 -19494.392768    132.942162
+PG32 -25072.695902   7117.895368  -3434.547080   -318.547811
+PR01  25265.346810   -335.736400  -3531.599327 999999.999999
+PR02  19577.536919  -8393.667859  14050.842146 999999.999999
+PR03   7438.782678 -23463.447231  -6890.461368 999999.999999
+PR04   3399.754314  18808.070904  16904.011603 999999.999999
+PR05 -25244.724145    294.740294   3648.748432 999999.999999
+PR06 -20130.485237   8079.695056 -13459.003980 999999.999999
+PR07   -768.386954  11602.096078 -22708.981261 999999.999999
+PR08  15720.767582   7698.194469 -18542.204114 999999.999999
+PR09 -14262.573691  18818.221079  -9783.908989 999999.999999
+PR10  -7418.646711  23359.002246   6875.642559 999999.999999
+PR11   3611.901123  14589.773369  20624.661639 999999.999999
+PR12  12972.233347  -3509.177468  21685.870815 999999.999999
+PR13  13874.068409 -18907.348171  10039.071441 999999.999999
+PR15  -4961.990742 -12484.411454 -21660.472481 999999.999999
+PR16 -12926.038632   3342.696896 -21750.503654 999999.999999
+PR17  -5314.181408 -20228.450935 -14659.076706 999999.999999
+PR18 -15318.744906 -20349.532795   2254.320816 999999.999999
+PR19 -16069.465281  -8967.459112  17661.893774 999999.999999
+PR20  -7388.308132   8258.080254  22975.816812 999999.999999
+PR21   5313.631238  20058.858119  14897.459711 999999.999999
+PR22  15159.384793  20330.367334  -1840.261945 999999.999999
+PR23  16190.364072   8737.303900 -17679.265863 999999.999999
+PR24   7805.512494  -7757.803969 -23034.891699 999999.999999
+*  2011  8 28  7 15  0.00000000
+PG01 -13308.564605  18130.452751  14125.935708     -8.640721
+PG02  14902.070250   5302.059489 -21303.309901    353.296128
+PG03 -23853.473897  -9474.176023   6982.182878    760.652944
+PG04   8183.519168  19594.648067 -15960.091941    214.389042
+PG05  24156.625097    -58.878688 -11180.417466   -210.177683
+PG06 -22634.292238 -13559.753695   4194.893122    -85.053835
+PG07  -5807.764555  25767.032602   -927.530546     24.045213
+PG08  -1227.171059  24801.077597   8603.475289      9.016045
+PG09  13728.735009 -15027.450653  16523.420649    101.986725
+PG10  11175.275443  12254.443767 -21031.632502    -11.316109
+PG11 -14072.053467  12390.764283  18359.041875   -180.811954
+PG12  22705.197921 -12007.771459  -6387.887492     18.685899
+PG13  -4245.388083  15592.100864 -21199.064305    254.291810
+PG14 -13634.416093 -21267.126755   8617.756701    169.337738
+PG15  18682.206781  -2054.740095  18840.831309   -108.756838
+PG16 -24735.050928    531.722418 -10055.969118   -194.378278
+PG17  14588.533128  20926.959470   7953.862564    177.506185
+PG18   6037.311978 -17264.391019  19473.068318    154.481047
+PG19 -19778.249196  -2475.366990  17709.566122   -177.687784
+PG20 -20971.663766  14392.090934  -7674.256528     52.240079
+PG21   3007.156144 -25947.499554   2819.591154   -167.617831
+PG22  -8482.532120 -13871.713138  21193.824996    144.973205
+PG23 -12689.023230   8829.404816 -21614.195665    280.591728
+PG24 -14896.265494  16120.605400  14773.021034    419.079016
+PG25  13788.022502 -16504.863981 -15595.251441     16.046558
+PG26  21316.087293  10902.785465  11314.442173   -138.110807
+PG27  15197.145667  -8102.921777  20761.875667    299.375047
+PG28   4319.698542  14512.076820  22345.857495     62.992177
+PG29   3858.816077 -16118.799792 -20696.435936    234.928178
+PG30  11176.620524 -18011.053661 -16416.847695     91.619895
+PG31  -8846.548996 -17107.186994 -17995.192598    132.947344
+PG32 -25395.070650   6871.059192   -580.077138   -318.553888
+PR01  24624.140104   -400.069581  -6658.929383 999999.999999
+PR02  21122.444184  -8676.674578  11387.607376 999999.999999
+PR03   7497.223082 -24147.253252  -3740.392233 999999.999999
+PR04   2158.754716  16976.802449  18924.911080 999999.999999
+PR05 -24590.445204    355.677188   6772.701688 999999.999999
+PR06 -21597.693915   8367.284606 -10734.409180 999999.999999
+PR07  -3489.088480  12103.344523 -22188.608241 999999.999999
+PR08  13333.693490   7904.617022 -20246.329552 999999.999999
+PR09 -13561.182726  17625.740679 -12596.804100 999999.999999
+PR10  -7490.647616  24044.111392   3712.767522 999999.999999
+PR11   2747.189176  16877.223080  18951.302968 999999.999999
+PR12  11804.543412  -1033.279603  22577.423333 999999.999999
+PR13  13165.374389 -17669.930101  12846.943825 999999.999999
+PR15  -4031.194208 -14907.236178 -20269.891168 999999.999999
+PR16 -11770.908436    865.752255 -22638.202709 999999.999999
+PR17  -4273.298614 -18573.475292 -16995.920481 999999.999999
+PR18 -15498.385885 -20312.801838   -954.267330 999999.999999
+PR19 -17362.683302 -10552.364926  15420.147874 999999.999999
+PR20  -9055.424201   5955.422687  23096.321279 999999.999999
+PR21   4234.584458  18396.186365  17201.514988 999999.999999
+PR22  15294.739022  20264.945813   1386.944858 999999.999999
+PR23  17497.145455  10310.914012 -15444.507796 999999.999999
+PR24   9498.694113  -5479.594292 -23053.612309 999999.999999
+*  2011  8 28  7 30  0.00000000
+PG01 -13238.313556  16387.582083  16171.556729     -8.641543
+PG02  14536.849415   7702.965956 -20863.485736    353.297801
+PG03 -24280.399988 -10104.284408   4307.307633    760.658605
+PG04   7681.146492  21230.737542 -13932.149203    214.398911
+PG05  22923.447472    656.954080 -13506.771353   -210.182498
+PG06 -22706.248175 -13981.975382   1426.309879    -85.044929
+PG07  -5991.110459  25459.548189  -3808.874060     24.046559
+PG08  -1604.822657  25562.754806   5803.461651      9.014978
+PG09  13569.177682 -12945.136300  18266.252782    101.988019
+PG10   8940.517876  13103.323762 -21553.530769    -11.317691
+PG11 -14498.812635  10161.147997  19381.712726   -180.814731
+PG12  23318.214092 -11997.988738  -3567.433857     18.687924
+PG13  -6033.563984  13943.777137 -21913.302155    254.290318
+PG14 -12709.316681 -20642.297677  11200.135029    169.339183
+PG15  20222.568204   -672.710207  17301.661157   -108.755455
+PG16 -23575.938893    -37.142966 -12519.703551   -194.380507
+PG17  13668.732511  20412.166546  10530.840690    177.505002
+PG18   8075.766812 -17834.025482  18118.407602    154.482643
+PG19 -21060.824809  -3904.722940  15915.147408   -177.691556
+PG20 -21755.405487  14377.228564  -5000.466285     52.240197
+PG21   3404.793637 -26002.701697     -6.350138   -167.619944
+PG22  -6225.976708 -14717.874739  21396.719762    144.972908
+PG23 -14546.646385   7248.337076 -21056.858674    280.589099
+PG24 -14731.053802  14306.432647  16714.825070    419.082297
+PG25  15395.422073 -16952.003795 -13459.466011     16.048064
+PG26  22094.872935  11844.565494   8748.890173   -138.122170
+PG27  15009.610763  -5809.790693  21706.903305    299.378584
+PG28   2010.402146  15267.032048  22142.541924     62.994895
+PG29   5721.282879 -14570.520743 -21395.217663    234.930984
+PG30  12774.352324 -18620.986019 -14399.663377     91.617529
+PG31  -8376.347140 -19049.821217 -16179.169291    132.952574
+PG32 -25413.759628   6554.430439   2284.685299   -318.559932
+PR01  23609.180518   -349.494667  -9656.950287 999999.999999
+PR02  22307.438935  -9007.836453   8503.394164 999999.999999
+PR03   7377.191489 -24463.997646   -518.096964 999999.999999
+PR04    639.427284  15070.114595  20578.554213 999999.999999
+PR05 -23563.255994    300.711756   9765.088595 999999.999999
+PR06 -22698.132063   8697.259275  -7801.784472 999999.999999
+PR07  -6080.209471  12770.603725 -21237.659723 999999.999999
+PR08  10784.978807   8315.558095 -21556.808397 999999.999999
+PR09 -12836.249326  16074.550618 -15166.451341 999999.999999
+PR10  -7382.499427  24359.707636    477.321098 999999.999999
+PR11   2131.295450  19007.044016  16910.607193 999999.999999
+PR12  10793.724295   1601.452622  23030.008531 999999.999999
+PR13  12443.638828 -16070.785257  15405.222258 999999.999999
+PR15  -3349.657337 -17209.385760 -18484.450451 999999.999999
+PR16 -10773.866118  -1765.720943 -23087.411556 999999.999999
+PR17  -2942.265373 -16794.267097 -19003.731598 999999.999999
+PR18 -15420.020351 -19964.431874  -4144.443685 999999.999999
+PR19 -18579.839614 -11812.415653  12878.835191 999999.999999
+PR20 -10879.041602   3792.069115  22768.558433 999999.999999
+PR21   2865.502176  16617.087941  19172.670472 999999.999999
+PR22  15166.459989  19888.256704   4586.950924 999999.999999
+PR23  18724.805409  11561.929379 -12909.986962 999999.999999
+PR24  11338.128328  -3350.845068 -22625.727491 999999.999999
+*  2011  8 28  7 45  0.00000000
+PG01 -13240.177396  14428.290815  17938.812173     -8.642701
+PG02  14295.660086  10044.340279 -20065.032765    353.299380
+PG03 -24469.231973 -10565.044029   1558.991331    760.663365
+PG04   7279.880786  22650.471991 -11663.647041    214.408897
+PG05  21501.330422   1538.877034 -15602.096258   -210.187631
+PG06 -22535.174686 -14233.774033  -1366.418414    -85.036356
+PG07  -6156.439041  24839.313267  -6623.696477     24.048077
+PG08  -1880.536226  26021.710992   2900.149785      9.015180
+PG09  13510.174457 -10671.296511  19680.859608    101.991043
+PG10   6713.721549  14081.101647 -21712.846857    -11.319043
+PG11 -15027.240528   7856.704417  20058.987039   -180.817880
+PG12  23633.004413 -11891.816396   -684.919338     18.690198
+PG13  -7957.272476  12361.992942 -22254.907018    254.288181
+PG14 -11533.162791 -19894.363840  13592.837682    169.340764
+PG15  21673.249207    521.364785  15466.825611   -108.753938
+PG16 -22203.761856   -771.897580 -14771.177699   -194.382546
+PG17  12501.037727  19777.229132  12929.966802    177.503927
+PG18   9934.744612 -18433.205070  16455.970975    154.484189
+PG19 -22250.148454  -5122.095968  13850.649586   -177.694996
+PG20 -22266.074209  14261.309819  -2240.543336     52.241076
+PG21   3768.786228 -25754.349015  -2832.135517   -167.621986
+PG22  -4009.012808 -15671.926288  21237.415782    144.972437
+PG23 -16415.222275   5819.006324 -20138.791257    280.586567
+PG24 -14624.977026  12287.153266  18366.307912    419.085252
+PG25  16746.675069 -17374.493008 -11092.099174     16.049599
+PG26  22695.388194  12542.415117   6032.564042   -138.133392
+PG27  14948.203065  -3430.198100  22297.238457    299.381026
+PG28   -216.659878  16134.596676  21575.318574     62.997483
+PG29   7708.591999 -13085.513933 -21723.776563    234.933918
+PG30  14134.666989 -19192.483470 -12140.778565     91.615327
+PG31  -8036.715026 -20791.878620 -14078.330837    132.957767
+PG32 -25141.484174   6133.567395   5109.183655   -318.565814
+PR01  22253.910814   -137.845815 -12467.418419 999999.999999
+PR02  23111.726660  -9333.439702   5454.145794 999999.999999
+PR03   7130.343351 -24388.729499   2714.201316 999999.999999
+PR04  -1140.930633  13152.295816  21832.842516 999999.999999
+PR05 -22196.978836     83.881723  12567.781662 999999.999999
+PR06 -23413.182968   9015.200168  -4717.962909 999999.999999
+PR07  -8482.785975  13572.917674 -19874.667031 999999.999999
+PR08   8140.858341   8941.677160 -22448.156150 999999.999999
+PR09 -12144.225690  14188.552988 -17443.198697 999999.999999
+PR10  -7146.101957  24280.818780  -2767.455072 999999.999999
+PR11   1748.640161  20915.561487  14542.290487 999999.999999
+PR12   9971.525068   4332.305225  23034.110457 999999.999999
+PR13  11765.550044 -14136.054070  17664.110007 999999.999999
+PR15  -2907.406255 -19323.511794 -16338.674760 999999.999999
+PR16  -9966.372443  -4489.193437 -23089.876032 999999.999999
+PR17  -1329.022863 -14955.109479 -20643.449494 999999.999999
+PR18 -15046.460154 -19345.850165  -7254.629460 999999.999999
+PR19 -19659.451262 -12742.554568  10087.318381 999999.999999
+PR20 -12810.071958   1818.137859  21999.119763 999999.999999
+PR21   1215.897493  14785.668910  20772.532746 999999.999999
+PR22  14738.480013  19243.183242   7697.012410 999999.999999
+PR23  19812.017822  12485.821331 -10124.862771 999999.999999
+PR24  13273.234234  -1419.587067 -21759.504287 999999.999999
+*  2011  8 28  8  0  0.00000000
+PG01 -13340.167315  12289.090655  19397.263725     -8.644723
+PG02  14171.800043  12280.793168 -18923.061873    353.300786
+PG03 -24399.399793 -10884.205339  -1215.788425    760.669038
+PG04   6953.943239  23822.328704  -9192.993380    214.419171
+PG05  19930.877531   2597.734550 -17430.423298   -210.192209
+PG06 -22102.138378 -14344.745639  -4135.953070    -85.027314
+PG07  -6342.166016  23914.833023  -9322.885169     24.049577
+PG08  -2091.502572  26160.140080    -54.852062      9.015497
+PG09  13573.894019  -8251.051766  20740.592585    101.992436
+PG10   4538.323420  15170.925472 -21505.845864    -11.320791
+PG11 -15657.540297   5522.252150  20379.415400   -180.820674
+PG12  23660.533562 -11652.157211   2209.511531     18.692531
+PG13  -9981.050680  10882.534760 -22218.384770    254.286295
+PG14 -10107.673322 -19066.035921  15755.585492    169.342894
+PG15  22991.274476   1526.812554  13367.932156   -108.752490
+PG16 -20658.169759  -1688.608833 -16771.821208   -194.384700
+PG17  11087.151405  19062.783071  15110.822532    177.502325
+PG18  11588.188567 -19027.501038  14512.657610    154.486073
+PG19 -23304.066075  -6127.254390  11551.612552   -177.698675
+PG20 -22511.919236  14010.049064    558.033227     52.241506
+PG21   4133.828146 -25201.444721  -5607.002985   -167.624421
+PG22  -1872.461583 -16713.640560  20718.240413    144.972287
+PG23 -18250.463563   4558.591879 -18876.696800    280.583673
+PG24 -14604.605623  10099.233169  19699.556206    419.089029
+PG25  17830.062121 -17732.299604  -8533.800852     16.051094
+PG26  23082.100002  13014.775190   3213.077415   -138.144836
+PG27  15023.069712  -1010.337296  22524.833899    299.383780
+PG28  -2321.236538  17089.917628  20652.375536     63.000159
+PG29   9784.301722 -11697.031833 -21676.260725    234.936921
+PG30  15247.375367 -19685.338076  -9677.368624     91.613110
+PG31  -7803.350438 -22294.779313 -11729.788248    132.962732
+PG32 -24599.309482   5577.641481   7843.950931   -318.571732
+PR01  20602.508367    273.501194 -15035.717896 999999.999999
+PR02  23527.442643  -9597.967570   2299.025771 999999.999999
+PR03   6812.660227 -23909.420330   5894.048525 999999.999999
+PR04  -3152.811741  11284.722141  22663.416417 999999.999999
+PR05 -20536.117913   -333.175254  15126.341699 999999.999999
+PR06 -23737.279838   9265.274337  -1542.705037 999999.999999
+PR07 -10645.399564  14470.030685 -18126.136071 999999.999999
+PR08   5469.622672   9781.530649 -22903.042300 999999.999999
+PR09 -11537.106703  12003.788247 -19383.003921 999999.999999
+PR10  -6837.744346  23795.666530  -5958.174866 999999.999999
+PR11   1572.146318  22545.263299  11892.360193 999999.999999
+PR12   9358.317130   7091.513727  22588.948884 999999.999999
+PR13  11182.905447 -11904.118438  19579.602950 999999.999999
+PR15  -2682.316889 -21187.201026 -13874.189138 999999.999999
+PR16  -9368.453373  -7237.461691 -22645.957867 999999.999999
+PR17    545.813380 -13119.333112 -21883.084094 999999.999999
+PR18 -14350.908840 -18506.713954 -10224.723045 999999.999999
+PR19 -20542.306145 -13350.656402   7099.825401 999999.999999
+PR20 -14791.891914     73.892097  20803.138684 999999.999999
+PR21   -692.103026  12964.773910  21969.828264 999999.999999
+PR22  13985.557844  18380.823015  10656.204523 999999.999999
+PR23  20699.822371  13090.910040  -7143.171298 999999.999999
+PR24  15246.317807    276.244238 -20471.678247 999999.999999
+*  2011  8 28  8 15  0.00000000
+PG01 -13557.876413  10011.822068  20521.786513     -8.647587
+PG02  14151.237957  14369.936962 -17458.392882    353.302385
+PG03 -24057.410044 -11093.567750  -3970.111387    760.673422
+PG04   6672.935498  24721.585878  -6562.427530    214.429324
+PG05  18255.499962   3836.558500 -18960.291898   -210.197413
+PG06 -21395.590136 -14348.206700  -6835.173644    -85.018534
+PG07  -6584.757839  22703.638623 -11859.425735     24.051135
+PG08  -2277.505517  25969.916481  -3008.870151      9.014809
+PG09  13774.767813  -5734.356614  21425.348880    101.993816
+PG10   2454.617799  16348.837128 -20934.846008    -11.321369
+PG11 -16382.851093   3202.490723  20338.134168   -180.823642
+PG12  23420.241628 -11245.703066   5065.510535     18.694791
+PG13 -12063.898636   9534.777754 -21804.584814    254.285795
+PG14  -8443.242326 -18200.122922  17651.995181    169.344500
+PG15  24135.791028   2350.915193  11041.000943   -108.751042
+PG16 -18982.611757  -2795.520516 -18487.143670   -194.386344
+PG17   9437.145568  18309.576726  17036.628307    177.500869
+PG18  13017.074070 -19579.427831  12320.411099    154.487637
+PG19 -24182.612439  -6928.100663   9057.333674   -177.702285
+PG20 -22508.907557  13592.531402   3346.949251     52.241922
+PG21   4534.124493 -24352.092967  -8280.696129   -167.626744
+PG22    146.881318 -17816.467623  19847.536665    144.971973
+PG23 -20006.925794   3476.071735 -17293.004138    280.581185
+PG24 -14690.281898   7784.262244  20692.330354    419.091330
+PG25  18642.582627 -17985.256533  -5828.545347     16.052651
+PG26  23225.167379  13287.382895    339.043211   -138.156240
+PG27  15236.358476   1402.668372  22387.253958    299.387098
+PG28  -4267.999368  18101.799466  19387.594846     63.002765
+PG29  11906.849755 -10431.984143 -21253.362787    234.939993
+PG30  16110.444118 -20059.346755  -7050.289109     91.610657
+PG31  -7645.970521 -23526.897973  -9175.049495    132.968144
+PG32 -23815.701360   4860.841634  10441.518159   -318.577691
+PR01  18708.103543    913.748657 -17311.923821 999999.999999
+PR02  23559.845619  -9746.653839   -900.727520 999999.999999
+PR03   6481.874358 -23027.556135   8959.949230 999999.999999
+PR04  -5355.487002   9523.390859  23054.126730 999999.999999
+PR05 -18634.061340   -979.354825  17391.075633 999999.999999
+PR06 -23678.007613   9392.799972   1662.452457 999999.999999
+PR07 -12526.057775  15414.111052 -16026.031320 999999.999999
+PR08   2838.984583  10821.496893 -22912.627271 999999.999999
+PR09 -11060.139340   9567.173086 -20948.275232 999999.999999
+PR10  -6515.469385  22906.236955  -9032.568792 999999.999999
+PR11   1564.614486  23847.074243   9012.221403 999999.999999
+PR12   8962.276040   9808.847664  21702.549079 999999.999999
+PR13  10740.306325  -9424.230620  21114.353289 999999.999999
+PR15  -2641.254896 -22745.470761 -11138.916001 999999.999999
+PR16  -8987.963080  -9941.199294 -21764.596435 999999.999999
+PR17   2649.544778 -11346.742039 -22698.346569 999999.999999
+PR18 -13318.316898 -17502.723863 -12997.245139 999999.999999
+PR19 -21174.023349 -13656.942848   3974.395391 999999.999999
+PR20 -16762.585305  -1411.701945  19203.983038 999999.999999
+PR21  -2824.409945  11213.432469  22741.024564 999999.999999
+PR22  12894.578437  17358.179644  13406.646745 999999.999999
+PR23  21334.169376  13397.763870  -4022.780154 999999.999999
+PR24  17194.852820   1710.161245 -18787.136254 999999.999999
+*  2011  8 28  8 30  0.00000000
+PG01 -13905.620117   7642.213079  21293.002534     -8.648157
+PG02  14213.287831  16273.793140 -15697.119792    353.303640
+PG03 -23437.354206 -11227.561599  -6657.861148    760.679071
+PG04   6403.186846  25331.250249  -3817.315590    214.439074
+PG05  16519.825565   5250.254891 -20165.290450   -210.202359
+PG06 -20411.950398 -14279.780041  -9417.952492    -85.009692
+PG07  -6917.108195  21231.665686 -14189.250600     24.052606
+PG08  -2479.096898  25452.951266  -5909.203364      9.014905
+PG09  14118.775034  -3174.165673  21722.055471    101.996041
+PG10    498.394752  17584.554930 -20008.260539    -11.323050
+PG11 -17189.478224    940.409701  19936.900177   -180.826692
+PG12  22939.189987 -10644.425362   7833.430543     18.696930
+PG13 -14160.685185   8340.696241 -21020.670876    254.283995
+PG14  -6558.720605 -17337.870831  19250.149380    169.346162
+PG15  25069.583639   3008.422219   8525.852305   -108.749453
+PG16 -17222.761338  -4092.525522 -19887.331283   -194.388792
+PG17   7569.265663  17556.880194  18674.825710    177.499417
+PG18  14210.015929 -20049.916983   9915.775544    154.489402
+PG19 -24849.510042  -7540.147872   6410.210722   -177.706099
+PG20 -22280.017156  12982.602146   6077.897456     52.241731
+PG21   5001.757065 -23223.298739 -10804.508600   -167.629114
+PG22   2017.459437 -18948.467530  18639.559216    144.971940
+PG23 -21639.639070   2572.093605 -15415.435597    280.578357
+PG24 -14895.277757   5387.501630  21328.396496    419.094146
+PG25  19189.910835 -18094.729197  -3022.878072     16.054156
+PG26  23101.553758  13392.004868  -2540.755298   -138.167353
+PG27  15582.178742   3762.272997  21887.627618    299.390852
+PG28  -6027.692851  19133.776044  17800.440916     63.005175
+PG29  14031.000658  -9310.001294 -20462.316676    234.942631
+PG30  16729.962880 -20275.920662  -4303.473287     91.608167
+PG31  -7529.700166 -24464.691209  -6459.228012    132.973041
+PG32 -22825.311786   3963.559639  12857.255351   -318.583661
+PR01  16630.640747   1801.196802 -19251.774810 999999.999999
+PR02  23226.978658  -9728.016145  -4082.988312 999999.999999
+PR03   6194.823654 -21758.187679  11852.541989 999999.999999
+PR04  -7698.471293   7916.696859  22997.348474 999999.999999
+PR05 -16550.929803  -1872.622282  19318.001218 999999.999999
+PR06 -23255.673083   9346.773201   4835.382988 999999.999999
+PR07 -14093.683770  16351.810140 -13615.117243 999999.999999
+PR08    313.479440  12036.229974 -22476.733856 999999.999999
+PR09 -10749.826858   6934.795997 -22108.593611 999999.999999
+PR10  -6236.374082  21628.283241 -11930.717896 999999.999999
+PR11   1680.524956  24782.294205   5957.683619 999999.999999
+PR12   8779.095132  12414.320211  20391.635236 999999.999999
+PR13  10473.170329  -6754.693078  22238.404723 999999.999999
+PR15  -2741.694940 -23952.971747  -8186.140700 999999.999999
+PR16  -8820.371160 -12531.594852 -20463.111612 999999.999999
+PR17   4938.492311  -9691.200350 -23073.135953 999999.999999
+PR18 -11946.262101 -16393.199698 -15518.439940 999999.999999
+PR19 -21507.429546 -13692.886107    771.749472 999999.999999
+PR20 -18657.420044  -2621.934713  17232.791903 999999.999999
+PR21  -5136.128392   9584.476903  23070.807252 999999.999999
+PR22  11465.339793  16235.623228  15894.659334 999999.999999
+PR23  21668.278922  13438.091196   -824.267198 999999.999999
+PR24  19053.982153   2867.992054 -16738.444225 999999.999999
+*  2011  8 28  8 45  0.00000000
+PG01 -14387.869649   5228.294021  21697.615204     -8.650301
+PG02  14331.536806  17960.022355 -13670.104987    353.305183
+PG03 -22541.142057 -11321.763648  -9234.429277    760.683949
+PG04   6109.254612  25642.700457  -1005.365638    214.449438
+PG05  14768.070520   6825.605644 -21024.515871   -210.207163
+PG06 -19155.908200 -14175.891662 -11839.926419    -85.000697
+PG07  -7367.066787  19532.312011 -16272.026034     24.054360
+PG08  -2735.737732  24621.141266  -8704.165181      9.015215
+PG09  14603.101334   -624.460268  21624.990266    101.997781
+PG10  -1300.263268  18842.513891 -18740.547342    -11.324459
+PG11 -18057.416743  -1224.213116  19183.983714   -180.829687
+PG12  22250.918308  -9826.860449  10465.215285     18.698892
+PG13 -16223.714266   7314.162756 -19879.995407    254.282240
+PG14  -4480.886893 -16517.375243  20523.097417    169.347561
+PG15  25760.461857   3520.780065   5865.436940   -108.748122
+PG16 -15424.859537  -5570.955044 -20947.778526   -194.390754
+PG17   5509.435751  16840.961477  19997.598035    177.498360
+PG18  15163.594114 -20399.890892   7339.352493    154.491333
+PG19 -25273.535635  -7985.718418   3655.048179   -177.709701
+PG20 -21854.263185  12160.084821   8703.430327     52.242420
+PG21   5565.125563 -21840.394249 -13132.318384   -167.631613
+PG22   3713.974943 -20073.462377  17114.278320    144.971540
+PG23 -23105.719241   1839.166473 -13276.500466    280.575618
+PG24 -15225.247010   2956.306079  21597.745728    419.097249
+PG25  19486.023455 -18025.236755   -165.114920     16.055653
+PG26  22695.871062  13364.986163  -5378.146039   -138.178739
+PG27  16046.843539   6023.981492  21034.550988    299.391975
+PG28  -7578.082937  20145.397430  15915.774337     63.007782
+PG29  16109.446734  -8342.793263 -19316.776438    234.945494
+PG30  17119.811299 -20299.668288  -1483.260194     91.605901
+PG31  -7416.648301 -25093.505139  -3630.185044    132.978132
+PG32 -21667.549691   2873.312023  15050.129407   -318.589676
+PR01  14434.471403   2942.227438 -20817.535722 999999.999999
+PR02  22558.811474  -9496.261555  -7185.949929 999999.999999
+PR03   6004.847276 -20129.435158  14515.738781 999999.999999
+PR04 -10123.406820   6503.543725  22494.131143 999999.999999
+PR05 -14351.161853  -3019.014538  20869.699970 999999.999999
+PR06 -22502.361506   9082.249922   7914.568586 999999.999999
+PR07 -15329.154758  17226.570682 -10940.169633 999999.999999
+PR08  -2047.992665  13389.624032 -21603.849928 999999.999999
+PR09 -10632.310790   4169.838580 -22841.303448 999999.999999
+PR10  -6053.963699  19990.761922 -14596.234345 999999.999999
+PR11   1868.190614  25324.120766   2787.886400 999999.999999
+PR12   8792.247347  14840.909317  18681.345603 999999.999999
+PR13  10406.146409  -3960.664036  22929.784255 999999.999999
+PR15  -2933.750517 -24775.803723  -5073.464219 999999.999999
+PR16  -8849.079801 -14942.969466 -18766.853225 999999.999999
+PR17   7359.567626  -8198.480193 -22999.871251 999999.999999
+PR18 -10245.315874 -15238.518334 -17739.312042 999999.999999
+PR19 -21504.650923 -13499.647691  -2445.891304 999999.999999
+PR20 -20411.457075  -3552.793617  14927.866200 999999.999999
+PR21  -7573.177698   8122.431237  22952.402215 999999.999999
+PR22   9710.793419  15074.231371  18071.825961 999999.999999
+PR23  21664.714486  13253.171867   2390.255180 999999.999999
+PR24  20759.136567   3748.228296 -14365.227792 999999.999999
+*  2011  8 28  9  0  0.00000000
+PG01 -15001.000901   2818.728642  21728.639327     -8.650207
+PG02  14474.986491  19402.936274 -11412.414299    353.306632
+PG03 -21378.459004 -11411.400692 -11657.371385    760.689237
+PG04   5755.518386  25656.014368   1824.223976    214.459294
+PG05  13042.434963   8541.587406 -21522.943943   -210.212027
+PG06 -17640.418900 -14072.234396 -14059.253717    -84.992113
+PG07  -7956.180042  17645.214048 -18071.862128     24.055682
+PG08  -3083.988506  23495.913042 -11344.101250      9.016486
+PG09  15216.191054   1861.774979  21135.926862    102.000511
+PG10  -2917.979846  20083.130879 -17152.061060    -11.324565
+PG11 -18961.141867  -3256.162796  18093.927702   -180.832642
+PG12  21394.059607  -8779.137955  12915.256264     18.701317
+PG13 -18204.394666   6460.560181 -18401.879846    254.280499
+PG14  -2243.627795 -15772.125054  21449.281548    169.349318
+PG15  26182.467379   3915.108674   3105.119160   -108.746601
+PG16 -13634.036961  -7213.696507 -21649.544746   -194.392908
+PG17   3290.481643  16193.684600  20982.322797    177.496837
+PG18  15882.378072 -20591.877224   4635.161441    154.492965
+PG19 -25429.706399  -8292.896826    838.336362   -177.713556
+PG20 -21265.493641  11111.777018  11177.807812     52.242131
+PG21   6247.539013 -20236.111348 -15221.578867   -167.633851
+PG22   5218.175425 -21152.367466  15297.091682    144.971379
+PG23 -24365.900026   1262.160348 -10912.924206    280.572977
+PG24 -15677.989477    538.483408  21496.701176    419.101073
+PG25  19552.513160 -17745.963568   2695.491983     16.057221
+PG26  22000.935974  13245.675106  -8126.294515   -138.190443
+PG27  16609.381300   8146.745506  19841.942644    299.394153
+PG28  -8904.666817  21093.694214  13763.585387     63.010863
+PG29  18094.500072  -7533.828863 -17836.578957    234.948712
+PG30  17301.031830 -20099.892153   1362.341162     91.603398
+PG31  -7267.604405 -25408.032304   -737.626504    132.983003
+PG32 -20385.000166   1585.366879  16983.367494   -318.595477
+PR01  12185.779296   4330.795603 -21978.733814 999999.999999
+PR02  21595.900234  -9013.461953 -10149.326618 999999.999999
+PR03   5959.330813 -18181.465534  16897.807362 999999.999999
+PR04 -12566.287313   5311.867662  21554.182454 999999.999999
+PR05 -12100.936700  -4412.150692  22016.042094 999999.999999
+PR06 -21460.519241   8562.481950  10840.287805 999999.999999
+PR07 -16225.847442  17981.087576  -8053.071714 999999.999999
+PR08  -4194.381340  14836.248053 -20310.962456 999999.999999
+PR09 -10722.198573   1340.205706 -23131.960391 999999.999999
+PR10  -6015.673457  18034.728264 -16977.364359 999999.999999
+PR11   2072.169539  25458.694388   -435.835865 999999.999999
+PR12   8973.787897  17027.174617  16604.771412 999999.999999
+PR13  10552.000000  -1111.679214  23174.938660 999999.999999
+PR15  -3162.527168 -25192.865115  -1861.664234 999999.999999
+PR16  -9046.255216 -17115.268536 -16708.704721 999999.999999
+PR17   9852.250293  -6904.461182 -22479.661352 999999.999999
+PR18  -8238.877332 -14097.519502 -19616.579520 999999.999999
+PR19 -21138.831943 -13126.119327  -5616.017516 999999.999999
+PR20 -21962.183587  -4212.868134  12333.924993 999999.999999
+PR21 -10074.309183   6861.759837  22387.735125 999999.999999
+PR22   7656.729364  13933.126984  19895.940364 999999.999999
+PR23  21297.083058  12891.894976   5558.347291 999999.999999
+PR24  22248.662848   4361.839109 -11713.416698 999999.999999
+*  2011  8 28  9 15  0.00000000
+PG01 -15733.368853    461.125215  21385.522530     -8.652284
+PG02  14609.361708  20584.259430  -8962.704330    353.308097
+PG03 -19966.455058 -11529.893770 -13887.011296    760.693581
+PG04   5307.802693  25379.961203   4621.666738    214.469334
+PG05  11381.583432  10369.997284 -21651.703479   -210.216607
+PG06 -15886.396251 -14002.256453 -16037.344153    -84.983657
+PG07  -8698.693976  15614.792897 -19557.932511     24.057333
+PG08  -3555.828986  22107.382974 -13782.355292      9.017613
+PG09  15938.192647   4234.532678  20264.096594    102.003008
+PG10  -4338.837129  21264.252446 -15268.803511    -11.325568
+PG11 -19870.628310  -5125.934510  16687.184716   -180.835923
+PG12  20410.769957  -7495.710751  15141.199892     18.703425
+PG13 -20054.952655   5776.720368 -16611.303726    254.278917
+PG14    113.144415 -15129.729592  22012.883825    169.350991
+PG15  26316.857314   4222.964754    291.924051   -108.744927
+PG16 -11892.677259  -8995.640555 -21979.725834   -194.395110
+PG17    951.098448  15641.280593  21611.950246    177.495593
+PG18  16378.640853 -20591.600110   1849.909956    154.494637
+PG19 -25300.244451  -8494.276473  -1992.487523   -177.717172
+PG20 -20551.001019   9832.181677  13457.823041     52.243012
+PG21   7066.026107 -18449.338446 -17034.234012   -167.635886
+PG22   6519.377287 -22144.654075  13218.445554    144.970888
+PG23 -25385.931411    819.091333  -8365.023623    280.570330
+PG24 -16243.531624  -1819.346001  21027.915625    419.103963
+PG25  19417.614561 -17232.101107   5509.607496     16.058803
+PG26  21018.029812  13074.784114 -10740.370595   -138.201992
+PG27  17242.299742  10094.241108  18328.853707    299.397242
+PG28 -10001.112930  21934.773684  11378.641811     63.013296
+PG29  19939.809554  -6878.347842 -16047.394705    234.951596
+PG30  17300.925404 -19651.939593   4184.443379     91.600951
+PG31  -7043.783180 -25412.402557   2167.824324    132.988147
+PG32 -19021.758805    103.057500  18625.018311   -318.601779
+PR01   9949.945593   5948.452070 -22712.753977 999999.999999
+PR02  20387.621176  -8251.406326 -12915.527042 999999.999999
+PR03   6097.504402 -15964.982517  18952.376043 999999.999999
+PR04 -14959.931730   4357.635216  20195.685558 999999.999999
+PR05  -9865.541919  -6033.272775  22734.769659 999999.999999
+PR06 -20181.121619   7760.716879  13555.770266 999999.999999
+PR07 -16789.669105  18559.818054  -5009.812091 999999.999999
+PR08  -6084.365429  16323.191352 -18623.226024 999999.999999
+PR09 -11021.886780  -1484.040183 -22974.627322 999999.999999
+PR10  -6160.664000  15811.739615 -19027.991490 999999.999999
+PR11   2235.835901  25185.623877  -3651.128880 999999.999999
+PR12   9285.666333  18919.657217  14202.326059 999999.999999
+PR13  10911.016449   1721.007677  22969.006588 999999.999999
+PR15  -3370.697375 -25196.678159   1386.511678 999999.999999
+PR16  -9374.137163 -18996.328068 -14328.450745 999999.999999
+PR17  12350.891514  -5833.757101 -21522.307797 999999.999999
+PR18  -5962.478100 -13024.987053 -21113.524681 999999.999999
+PR19 -20395.407879 -12626.649531  -8677.048423 999999.999999
+PR20 -23252.061802  -4622.725896   9501.241641 999999.999999
+PR21 -12573.440880   5825.550097  21387.423075 999999.999999
+PR22   5340.921235  12866.928033  21331.818333 999999.999999
+PR23  20551.289269  12408.486286   8618.457109 999999.999999
+PR24  23466.352280   4731.559413  -8834.366250 999999.999999
+*  2011  8 28  9 30  0.00000000
+PG01 -16565.705012  -1799.607890  20674.156037     -8.654323
+PG02  14698.536227  21493.618847  -6362.572707    353.309516
+PG03 -18329.181434 -11707.492033 -15886.991004    760.698754
+PG04   4734.959645  24831.653351   7337.521152    214.479307
+PG05   9819.268168  12276.363701 -21408.248623   -210.221480
+PG06 -13922.105840 -13995.733269 -17739.548813    -84.974900
+PG07  -9600.857926  13488.629456 -20704.993187     24.058892
+PG08  -4177.181140  20493.172754 -15976.158344      9.017510
+PG09  16741.776674   6448.629117  19025.969107    102.005730
+PG10  -5554.849162  22342.734556 -13122.069786    -11.327219
+PG11 -20752.551601  -6810.634407  14989.646409   -180.839014
+PG12  19345.036701  -5979.757797  17104.689360     18.705955
+PG13 -21730.125310   5251.191177 -14538.506475    254.277053
+PG14   2544.798094 -14610.875212  22204.089323    169.353057
+PG15  26152.827091   4478.938913  -2526.240275   -108.743557
+PG16 -10238.884379 -10884.445128 -21931.731747   -194.396757
+PG17  -1465.402114  15203.336591  21875.302262    177.494428
+PG18  16671.766808 -20369.482138   -967.816805    154.496221
+PG19 -24875.286250  -8625.546538  -4789.787548   -177.721103
+PG20 -19750.004510   8323.941675  15503.589103     52.243334
+PG21   8030.422762 -16523.617644 -18537.527291   -167.637743
+PG22   7614.704049 -23009.890641  10913.367581    144.970845
+PG23 -26137.795374    482.159631  -5676.038047    280.567448
+PG24 -16904.516282  -4073.328232  20200.264240    419.106819
+PG25  19114.980641 -16465.967053   8228.670458     16.060384
+PG26  19756.863437  12892.744587 -13178.154010   -138.212869
+PG27  17912.578410  11835.990640  16519.232909    299.401393
+PG28 -10869.407502  22625.495354   8800.046293     63.015942
+PG29  21602.035462  -6363.704746 -13980.272967    234.954383
+PG30  17151.898408 -18938.351078   6934.117246     91.598422
+PG31  -6708.544429 -25119.908575   5035.557084    132.993011
+PG32 -17621.748309  -1562.221952  19948.407291   -318.607833
+PR01   7788.963386   7764.897216 -23005.281479 999999.999999
+PR02  18990.052365  -7193.050537 -15430.776232 999999.999999
+PR03   6448.587227 -13539.289368  20639.341441 999999.999999
+PR04 -17236.605573   3644.356086  18444.952714 999999.999999
+PR05  -7706.795556  -7851.815967  23011.927117 999999.999999
+PR06 -18721.502540   6661.584964  16008.295624 999999.999999
+PR07 -17038.574236  18911.435887  -1869.403547 999999.999999
+PR08  -7687.820228  17792.242537 -16573.472244 999999.999999
+PR09 -11521.409911  -4233.336978 -22372.011699 999999.999999
+PR10  -6517.984034  13381.836201 -20708.520996 999999.999999
+PR11   2304.001430  24517.971148  -6795.811238 999999.999999
+PR12   9681.493506  20474.957563  11520.955496 999999.999999
+PR13  11470.948793   4467.155247  22315.920476 999999.999999
+PR15  -3501.185365 -24793.653439   4607.594958 999999.999999
+PR16  -9786.771378 -20543.824950 -11672.020154 999999.999999
+PR17  14787.250341  -4998.828404 -20146.138466 999999.999999
+PR18  -3462.582906 -12069.310971 -22200.725396 999999.999999
+PR19 -19272.877025 -12058.552817 -11569.530334 999999.999999
+PR20 -24230.888178  -4813.787649   6484.676060 999999.999999
+PR21 -15002.213912   5024.685811  19970.596260 999999.999999
+PR22   2811.770029  11923.418183  22351.960141 999999.999999
+PR23  19426.289687  11860.021787  11511.118901 999999.999999
+PR24  24363.763996   4890.682409  -5783.871719 999999.999999
+*  2011  8 28  9 45  0.00000000
+PG01 -17471.822847  -3922.799535  19606.774508     -8.655380
+PG02  14706.022490  22128.748982  -3655.881026    353.311022
+PG03 -16496.797830 -11970.040821 -17624.765284    760.703156
+PG04   4010.343126  24035.867842   9923.633511    214.489406
+PG05   8383.148216  14221.109558 -20796.425083   -210.226448
+PG06 -11782.278303 -14077.479230 -19135.796465    -84.966006
+PG07 -10660.555095  11315.734436 -21493.792628     24.060416
+PG08  -4966.698264  18696.935202 -17887.419859      9.016309
+PG09  17593.286677   8465.332854  17444.860135    102.007863
+PG10  -6566.132199  23276.096410 -10747.989376    -11.328388
+PG11 -21571.618180  -8294.603814  13032.081937   -180.841988
+PG12  18240.933418  -4243.244587  18772.027648     18.708101
+PG13 -23188.772857   4864.822208 -12218.506520    254.275331
+PG14   5003.466882 -14228.549553  22019.261951    169.354772
+PG15  25687.946275   4719.139791  -5301.373971   -108.742197
+PG16  -8705.113286 -12841.592371 -21505.461533   -194.399061
+PG17  -3912.521421  14892.041135  21767.286364    177.493354
+PG18  16787.369936 -19901.991886  -3768.433599    154.497709
+PG19 -24153.312223  -8723.970598  -7506.477909   -177.724605
+PG20 -18902.063267   6597.957376  17279.270334     52.243812
+PG21   9142.781103 -14505.451739 -19704.678329   -167.640553
+PG22   8509.027970 -23709.305140   8420.915516    144.970664
+PG23 -26600.697102    218.999929  -2891.426212    280.564635
+PG24 -17636.882583  -6183.835778  19028.638254    419.109538
+PG25  18682.257511 -15437.856872  10805.739081     16.062002
+PG26  18235.257547  12738.110647 -15400.579049   -138.223981
+PG27  18582.860902  13348.294885  14441.645465    299.404647
+PG28 -11519.692878  23125.167400   6070.700586     63.018458
+PG29  23042.416012  -5970.030118 -11671.090154    234.957430
+PG30  16890.100549 -17949.754980   9563.259869     91.595910
+PG31  -6229.017562 -24552.382066   7815.887446    132.998075
+PG32 -16227.082086  -3391.331009  20932.485048   -318.613762
+PR01   5759.009342   9739.044522 -22850.583585 999999.999999
+PR02  17463.592720  -5833.502002 -17646.163868 999999.999999
+PR03   7030.358056 -10970.002540  21925.661255 999999.999999
+PR04 -19330.681574   3163.130867  16335.921431 999999.999999
+PR05  -5680.629566  -9826.485532  22842.131159 999999.999999
+PR06 -17142.936392   5262.013394  18150.215844 999999.999999
+PR07 -17001.587980  18991.126481   1307.256738 999999.999999
+PR08  -8986.812308  19182.310671 -14201.569507 999999.999999
+PR09 -12198.823330  -6841.264984 -21335.440012 999999.999999
+PR10  -7105.177046  10811.186111 -21986.629258 999999.999999
+PR11   2225.477747  23481.696462  -9809.063085 999999.999999
+PR12  10108.687861  21661.399805   8613.205224 999999.999999
+PR13  12207.512896   7060.222071  21228.335751 999999.999999
+PR15  -3499.844954 -24003.782331   7738.660246 999999.999999
+PR16 -10232.093004 -21726.833465  -8790.617785 999999.999999
+PR17  17093.157987  -4399.618933 -18377.673452 999999.999999
+PR18   -794.931803 -11270.428655 -22856.651721 999999.999999
+PR19 -17783.039408 -11479.507366 -14237.292602 999999.999999
+PR20 -24857.865737  -4826.749491   3342.621104 999999.999999
+PR21 -17292.665132   4457.547582  18164.550865 999999.999999
+PR22    126.506717  11141.536329  22937.052569 999999.999999
+PR23  17934.314509  11303.833026  14180.111771 999999.999999
+PR24  24902.245761   4881.407056  -2621.093801 999999.999999
+*  2011  8 28 10  0  0.00000000
+PG01 -18419.604208  -5873.387445  18201.746527     -8.656442
+PG02  14596.471528  22495.409269   -888.059366    353.312316
+PG03 -14504.579687 -12337.923105 -19072.040434    760.708379
+PG04   3113.109463  23024.062439  12334.067324    214.499091
+PG05   7093.850134  16160.924950 -19826.427636   -210.231054
+PG06  -9506.971922 -14266.251726 -20201.162997    -84.957340
+PG07 -11867.272177   9144.782140 -21911.368015     24.061944
+PG08  -5934.869826  16766.657612 -19483.403401      9.016065
+PG09  18454.166725  10253.703720  15550.382029    102.007864
+PG10  -7380.759158  24024.185165  -8186.964280    -11.328613
+PG11 -22291.967510  -9569.749273  10849.503023   -180.845036
+PG12  17140.891348  -2306.639971  20114.750162     18.709875
+PG13 -24395.350805   4591.648117  -9690.543286    254.273917
+PG14   7439.660589 -13987.562626  21461.029487    169.356627
+PG15  24928.290969   4979.622406  -7986.178767   -108.740823
+PG16  -7317.018825 -14823.702284 -20707.368742   -194.400827
+PG17  -6342.130836  14711.715222  21289.019919    177.491937
+PG18  16756.153446 -19172.775688  -6502.282271    154.499615
+PG19 -23141.281364  -8826.811689 -10096.764004   -177.728498
+PG20 -18045.484617   4673.179714  18753.742398     52.244099
+PG21  10397.127202 -12442.500640 -20515.406956   -167.642418
+PG22   9214.614292 -24207.309349   5783.547642    144.970502
+PG23 -26761.798076     -5.903035    -58.138162    280.561822
+PG24 -18410.806932  -8116.756425  17533.646594    419.112147
+PG25  18159.513402 -14146.593506  13196.309427     16.063563
+PG26  16478.556370  12646.061999 -17372.220403   -138.234948
+PG27  19212.812635  14614.945898  12128.943286    299.408030
+PG28 -11969.793263  23397.200970   3236.675535     63.021116
+PG29  24228.164429  -5671.181833  -9159.911760    234.960001
+PG30  16553.903329 -16685.465732  12025.478134     91.593516
+PG31  -5577.565672 -23739.251059  10460.934426    133.003127
+PG32 -14876.534794  -5357.988551  21562.070981   -318.619906
+PR01   3908.273455  11820.550511 -22251.624457 999999.999999
+PR02  15870.418492  -4180.496259 -19518.598226 999999.999999
+PR03   7848.214276  -8326.509053  22786.015846 999999.999999
+PR04 -21181.229444   2893.231279  13909.502025 999999.999999
+PR05  -3834.934640 -11906.796492  22228.674915 999999.999999
+PR06 -15508.073198   3571.627925  19939.881080 999999.999999
+PR07 -16717.378190  18762.626205   4458.563762 999999.999999
+PR08  -9976.081641  20431.986961 -11553.645447 999999.999999
+PR09 -13021.106959  -9247.065045 -19884.667714 999999.999999
+PR10  -7927.389384   8169.494517 -22837.865492 999999.999999
+PR11   1955.472387  22114.587289 -12632.588808 999999.999999
+PR12  10510.907619  22460.208727   5536.163469 999999.999999
+PR13  13085.409736   9439.899701  19727.388203 999999.999999
+PR15  -3318.013791 -22859.770819  10718.577533 999999.999999
+PR16 -10654.275072 -22526.925899  -5739.759863 999999.999999
+PR17  19203.199548  -4023.733336 -16251.127674 999999.999999
+PR18   1977.510709 -10658.133073 -23068.114577 999999.999999
+PR19 -15950.691345 -10944.951698 -16628.538524 999999.999999
+PR20 -25103.303929  -4709.619352    135.882633 999999.999999
+PR21 -19379.904607   4110.254478  16004.237754 999999.999999
+PR22  -2650.968407  10549.767917  23076.303627 999999.999999
+PR23  16100.546203  10794.914395  16573.555163 999999.999999
+PR24  25054.566865   4752.810085    592.584652 999999.999999
+*  2011  8 28 10 15  0.00000000
+PG01 -19372.228772  -7623.071915  16483.259196     -8.658359
+PG02  14337.130137  22607.020880   1894.599575    353.313797
+PG03 -12391.759881 -12825.207396 -20205.156907    760.713284
+PG04   2029.286373  21833.125643  14525.995919    214.508995
+PG05   5964.307265  18050.298168 -18514.648010   -210.235861
+PG06  -7140.224719 -14573.893666 -20916.360794    -84.948447
+PG07 -13202.406484   7022.377205 -21951.225173     24.063584
+PG08  -7083.475897  14752.818374 -20737.274488      9.015996
+PG09  19282.596537  11791.586523  13377.758382    102.008431
+PG10  -8014.297632  24550.785387  -5483.009021    -11.329386
+PG11 -22878.588654 -10635.573706   8480.473616   -180.848087
+PG12  16084.055522   -198.301948  21110.097798     18.712394
+PG13 -25321.187160   4400.037654  -6997.448646    254.271984
+PG14   9803.945320 -13884.383818  20538.275039    169.358601
+PG15  23888.267426   5294.819968 -10534.841688   -108.739290
+PG16  -6092.570127 -16784.056044 -19550.411703   -194.402944
+PG17  -8706.100688  14658.649010  20447.860212    177.490762
+PG18  16612.553878 -18173.519622  -9120.587758    154.501150
+PG19 -21854.465449  -8969.760464 -12516.867330   -177.732112
+PG20 -17215.791832   2576.084823  19901.166765     52.244456
+PG21  11779.576571 -10381.751636 -20956.291259   -167.644382
+PG22   9750.478709 -24472.925740   3046.422697    144.969991
+PG23 -26616.666496   -229.685947   2776.128751    280.559319
+PG24 -19191.866956  -9844.566345  15741.233117    419.115209
+PG25  17587.583600 -12599.752648  15359.092072     16.065201
+PG26  14518.799451  12647.050941 -19061.722878   -138.246560
+PG27  19760.605060  15627.695657   9617.883231    299.411681
+PG28 -12244.435164  23410.656810    346.489360     63.023602
+PG29  25133.641995  -5435.947780  -6490.280330    234.962871
+PG30  16182.277557 -15153.752887  14276.968885     91.590911
+PG31  -4733.032313 -22716.320991  12925.445425    133.007988
+PG32 -13604.173212  -7429.640550  21827.995993   -318.625968
+PR01   2275.137030  13951.748271 -21220.010901 999999.999999
+PR02  14271.884136  -2254.343768 -21011.647038 999999.999999
+PR03   8894.761901  -5679.271691  23203.324528 999999.999999
+PR04 -22734.426913   2803.188133  11212.788486 999999.999999
+PR05  -2207.755419 -14035.012731  21183.464572 999999.999999
+PR06 -13878.334060   1612.623184  21342.451257 999999.999999
+PR07 -16232.436654  18199.919831   7523.395451 999999.999999
+PR08 -10662.992254  21482.139248  -8681.187260 999999.999999
+PR09 -13945.554625 -11397.928733 -18047.525920 999999.999999
+PR10  -8977.015304   5527.285999 -23246.096356 999999.999999
+PR11   1457.718218  20464.715057 -15211.732348 999999.999999
+PR12  10830.661806  22866.146784   2350.303894 999999.999999
+PR13  14059.832099  11554.385419  17842.283825 999999.999999
+PR15  -2914.832929 -21405.652630  13489.225312 999999.999999
+PR16 -10996.245523 -22938.773228  -2578.229511 999999.999999
+PR17  21057.300735  -3847.148857 -13807.758252 999999.999999
+PR18   4786.917446 -10250.820793 -22830.555686 999999.999999
+PR19 -13812.788212 -10505.590720 -18696.849881 999999.999999
+PR20 -24949.875693  -4515.450461  -3073.485925 999999.999999
+PR21 -21204.685278   3957.438168  13531.595155 999999.999999
+PR22  -5452.517187  10165.002732  22767.606872 999999.999999
+PR23  13962.267632  10383.442457  18644.919678 999999.999999
+PR24  24806.093602   4558.528096   3794.748728 999999.999999
+*  2011  8 28 10 30  0.00000000
+PG01 -20289.599061  -9151.207765  14480.902090     -8.658736
+PG02  13899.204675  22484.038288   4645.649432    353.315220
+PG03 -10200.243471 -13439.028693 -21005.415533    760.718048
+PG04    752.561752  20503.912551  16460.535275    214.518966
+PG05   4999.403953  19843.147141 -16883.414088   -210.240752
+PG06  -4728.545368 -15004.752133 -21268.135668    -84.939908
+PG07 -14639.895711   4991.420935 -21613.402241     24.065131
+PG08  -8405.408386  12706.476900 -21628.513055      9.015920
+PG09  20035.256630  13066.222462  10967.028331    102.011306
+PG10  -8489.043963  24825.106704  -2683.000868    -11.331652
+PG11 -23298.695491 -11498.916214   5966.381540   -180.851027
+PG12  15104.789614   2046.441962  21741.383640     18.714504
+PG13 -25945.516476   4254.066616  -4184.955513    254.270413
+PG14  12048.632841 -13907.303052  19266.032748    169.360167
+PG15  22590.132744   5696.038413 -12903.797601   -108.737676
+PG16  -5041.468430 -18674.272551 -18053.885210   -194.404928
+PG17 -10957.942793  14721.253477  19257.336693    177.489304
+PG18  16393.224578 -16904.498185 -11576.419352    154.502804
+PG19 -20315.987566  -9185.423170 -14725.725744   -177.735823
+PG20 -16444.313882    339.849524  20701.467051     52.244818
+PG21  13268.797940  -8367.747693 -21020.953640   -167.646487
+PG22  10141.480001 -24481.060143    256.639102    144.969831
+PG23 -26169.430234   -489.521006   5563.681058    280.556395
+PG24 -19942.383085 -11347.151277  13682.217640    419.118826
+PG25  17006.396459 -10813.553800  17256.732817     16.066803
+PG26  12393.681684  12765.632869 -20442.178052   -138.257880
+PG27  20184.482664  16386.461274   6948.689546    299.414461
+PG28 -12374.182520  23141.618525  -2549.699743     63.026169
+PG29  25741.261616  -5229.451067  -3708.443203    234.965703
+PG30  15813.135013 -13371.761277  16277.375244     91.588541
+PG31  -3681.724364 -21524.332407  15167.554969    133.013200
+PG32 -12438.192724  -9568.552845  21727.149682   -318.632244
+PR01    886.774446  16069.904652 -19775.769746 999999.999999
+PR02  12725.976815    -87.347575 -22096.248806 999999.999999
+PR03  10149.957138  -3097.093098  23169.104914 999999.999999
+PR04 -23945.691382   2852.340864   8298.147344 999999.999999
+PR05   -825.910457 -16148.405499  19726.789554 999999.999999
+PR06 -12311.375634   -580.895022  22330.577593 999999.999999
+PR07 -15598.946380  17288.524143  10442.294655 999999.999999
+PR08 -11066.954987  22278.430049  -5640.037497 999999.999999
+PR09 -14921.593333 -13250.965185 -15859.409140 999999.999999
+PR10 -10233.891766   2953.172982 -23203.787424 999999.999999
+PR11    706.246837  18588.483265 -17496.524698 999999.999999
+PR12  11011.984380  22887.583007   -881.745726 999999.999999
+PR13  15078.392230  13362.299959  15609.728835 999999.999999
+PR15  -2259.231154 -19694.942220  15996.638999 999999.999999
+PR16 -11202.269258 -22970.221673    633.029840 999999.999999
+PR17  22603.110369  -3835.432228 -11095.068106 999999.999999
+PR18   7563.175207 -10054.734959 -22148.170698 999999.999999
+PR19 -11417.109943 -10205.116666 -20402.085788 999999.999999
+PR20 -24393.379558  -4299.867029  -6223.372880 999999.999999
+PR21 -22715.755728   3963.517739  10794.737078 999999.999999
+PR22  -8208.363411   9991.903168  22017.535838 999999.999999
+PR23  11567.514400  10112.512588  20353.933373 999999.999999
+PR24  24155.456759   4354.247898   6923.165201 999999.999999
+*  2011  8 28 10 45  0.00000000
+PG01 -21129.905889 -10445.400818  12229.157582     -8.660004
+PG02  13259.084488  22153.079399   7319.195527    353.316751
+PG03  -7973.237325 -14179.222121 -21459.346606    760.722919
+PG04   -715.243644  19079.628681  18103.495643    214.529392
+PG05   4195.939423  21494.488981 -14960.623334   -210.245481
+PG06  -2319.299837 -15555.400567 -21249.560156    -84.930757
+PG07 -16147.143015   3089.638712 -20904.419386     24.066659
+PG08  -9884.859626  10677.377089 -22143.187856      9.016935
+PG09  20669.142139  14074.461148   8362.168750    102.013453
+PG10  -8832.979241  24823.085768    164.148003    -11.331994
+PG11 -23523.008616 -12173.419078   3350.688442   -180.854112
+PG12  14231.386754   4386.482427  21998.248876     18.716830
+PG13 -26256.230718   4115.064298  -1300.952357    254.268875
+PG14  14129.417973 -14036.912905  17665.286342    169.361999
+PG15  21063.229485   6210.070894 -15052.459173   -108.736277
+PG16  -4164.894767 -20446.074187 -16243.132485   -194.407026
+PG17 -13054.406311  14880.525055  17736.982716    177.488040
+PG18  16135.422483 -15374.779378 -13825.631821    154.504726
+PG19 -18556.079625  -9501.924525 -16685.660492   -177.739357
+PG20 -15756.954710  -1996.740525  21140.696862     52.245096
+PG21  14836.798562  -6440.952745 -20710.076219   -167.649521
+PG22  10417.180734 -24213.568018  -2537.574711    144.969558
+PG23 -25432.627540   -821.029869   8257.579013    280.553586
+PG24 -20622.886878 -12612.349152  11391.769191    419.121438
+PG25  16453.346339  -8812.420377  18856.464399     16.068392
+PG26  10145.336292  13019.513575 -21491.450628   -138.269462
+PG27  20444.364962  16899.253908   4164.556579    299.418478
+PG28 -12394.119674  22574.329641  -5400.976320     63.029039
+PG29  26042.087330  -5014.700975   -862.534897    234.968612
+PG30  15481.703294 -11365.076963  17990.597274     91.586002
+PG31  -2418.096129 -20207.355464  17149.465833    133.018261
+PG32 -11399.995776 -11733.085588  21262.438191   -318.638303
+PR01   -241.763580  18109.707488 -17946.960790 999999.999999
+PR02  11284.931341   2277.285390 -22751.280740 999999.999999
+PR03  11581.796997   -644.452270  22683.666387 999999.999999
+PR04 -24781.442834   2992.782899   5222.201732 999999.999999
+PR05    295.906539 -18181.737871  17886.930486 999999.999999
+PR06 -10858.729532  -2964.070072  22884.940709 999999.999999
+PR07 -14872.424950  16026.302906  13158.619655 999999.999999
+PR08 -11218.348180  22773.651996  -2489.305064 999999.999999
+PR09 -15892.958139 -14774.761770 -13362.611559 999999.999999
+PR10 -11666.032809    511.222634 -22712.118685 999999.999999
+PR11   -313.268929  16548.347080 -19442.644328 999999.999999
+PR12  11003.052532  22545.991277  -4096.480300 999999.999999
+PR13  16083.388865  14834.170303  13073.210877 999999.999999
+PR15  -1331.488496 -17788.407887  18192.070725 999999.999999
+PR16 -11220.488787 -22641.841809   3832.064198 999999.999999
+PR17  23798.077283  -3945.410483  -8165.880556 999999.999999
+PR18  10236.570388 -10063.737777 -21033.860514 999999.999999
+PR19  -8820.484506 -10078.241123 -21711.158746 999999.999999
+PR20 -23442.974855  -4118.485968  -9252.799318 999999.999999
+PR21 -23871.895386   4084.421486   7847.012725 999999.999999
+PR22 -10849.752897  10022.805040  20841.172300 999999.999999
+PR23   8973.286953  10016.188951  21667.365907 999999.999999
+PR24  23114.681682   4195.111674   9916.996011 999999.999999
+*  2011  8 28 11  0  0.00000000
+PG01 -21851.273542 -11501.786526   9766.806249     -8.660968
+PG02  12399.382897  21645.845442   9870.590270    353.317863
+PG03  -5753.838768 -15038.221592 -21558.920503    760.728537
+PG04  -2364.041152  17604.131124  19426.032933    214.539743
+PG05   3542.913713  22962.083110 -12779.275425   -210.250431
+PG06     40.943789 -16214.679955 -20860.213600    -84.921890
+PG07 -17686.199118   1348.322693 -19837.118803     24.068005
+PG08 -11497.862920   8712.141039 -22274.094467      9.016959
+PG09  21143.344834  14822.575859   5610.163480    102.016913
+PG10  -9078.485908  24528.444403   3008.381065    -11.333291
+PG11 -23526.897696 -12678.749979    678.172848   -180.857182
+PG12  13485.034680   6776.336662  21876.805814     18.719106
+PG13 -26250.316741   3943.276028   1605.306231    254.266845
+PG14  16006.903552 -14246.896972  15762.670201    169.363762
+PG15  19342.961667   6857.985243 -16943.902914   -108.734621
+PG16  -3455.601125 -22053.072660 -14149.139045   -194.409017
+PG17 -14956.967082  15110.809673  15912.065293    177.486906
+PG18  15875.368324 -13602.071501 -15827.760153    154.506377
+PG19 -16611.083254  -9941.677192 -18363.001168   -177.743371
+PG20 -15173.192153  -4390.606840  21211.291323     52.245437
+PG21  16449.989194  -4636.323506 -20031.253684   -167.651518
+PG22  10610.518797 -23660.069201  -5287.705065    144.969157
+PG23 -24426.760823  -1256.754501  10812.376588    280.550946
+PG24 -21193.661535 -13636.197582   8908.820093    419.124535
+PG25  15961.777469  -6628.225251  20130.677378     16.070020
+PG26   7818.979241  13418.840372 -22192.456602   -138.281299
+PG27  20503.432141  17181.825685   1311.088527    299.422593
+PG28 -12342.328271  21702.037782  -8156.610661     63.031560
+PG29  26036.107410  -4754.227376   1998.270195    234.971593
+PG30  15219.003767  -9166.949280  19385.534704     91.583567
+PG31   -945.112506 -18811.086045  18838.043807    133.023280
+PG32 -10503.539178 -13879.101406  20442.659286   -318.644478
+PR01  -1107.947630  20005.879209 -15769.132515 999999.999999
+PR02   9993.105570   4786.995207 -22963.972217 999999.999999
+PR03  13147.533171   1620.975184  21756.131804 999999.999999
+PR04 -25220.423790   3171.620237   2044.730294 999999.999999
+PR05   1155.507624 -20069.872020  15699.612193 999999.999999
+PR06  -9563.715388  -5482.911167  22994.634564 999999.999999
+PR07 -14109.243231  14423.777956  15619.640921 999999.999999
+PR08 -11156.983196  22929.782143    709.786976 999999.999999
+PR09 -16800.132441 -15950.471955 -10605.522626 999999.999999
+PR10 -13230.871080  -1741.470458 -21780.934265 999999.999999
+PR11  -1602.660743  14410.298017 -21012.272729 999999.999999
+PR12  10758.632857  21874.901349  -7230.809743 999999.999999
+PR13  17014.317401  15953.415960  10282.145605 999999.999999
+PR15   -124.312111 -15751.561303  20032.939027 999999.999999
+PR16 -11005.318270 -21985.968005   6957.081884 999999.999999
+PR17  24611.132613  -4127.224632  -5077.302995 999999.999999
+PR18  12740.471833 -10259.624834 -19509.009122 999999.999999
+PR19  -6086.642869 -10149.121062 -22598.673309 999999.999999
+PR20 -22120.879699  -4024.342711 -12103.089621 999999.999999
+PR21 -24643.544469   4269.682214   4745.955490 999999.999999
+PR22 -13311.564564  10238.150636  19261.774984 999999.999999
+PR23   6243.396435  10117.950490  22559.675342 999999.999999
+PR24  21708.774133   4133.147480  12717.987215 999999.999999
+*  2011  8 28 11 15  0.00000000
+PG01 -22413.420769 -12324.980703   7136.257581     -8.661539
+PG02  11309.759580  20997.868297  12257.112481    353.319581
+PG03  -3583.628696 -16001.228395 -21301.697732    760.732400
+PG04  -4175.682905  16120.219972  20405.184162    214.549647
+PG05   3022.125232  24207.983941 -10376.911101   -210.255560
+PG06   2308.046890 -16964.061623 -20106.241644    -84.913573
+PG07 -19215.153968   -208.665256 -18430.400934     24.069478
+PG08 -13213.155522   6852.622809 -22020.762308      9.016280
+PG09  21420.727935  15325.703018   2760.047933    102.019026
+PG10  -9260.875498  23933.454681   5799.432257    -11.335436
+PG11 -23291.345062 -13039.615383  -2005.820720   -180.860423
+PG12  12879.073009   9167.722162  21379.668067     18.721145
+PG13 -25933.961368   3699.579196   4484.021685    254.265552
+PG14  17647.955445 -14505.098229  13590.073831    169.365775
+PG15  17469.549140   7654.131488 -18545.500438   -108.733243
+PG16  -2898.344651 -23452.503479 -11808.013074   -194.410833
+PG17 -16633.153168  15380.841099  13813.212938    177.485643
+PG18  15646.653019 -11612.213733 -17546.842331    154.508155
+PG19 -14522.227567 -10520.364529 -19728.659559   -177.747090
+PG20 -14705.346951  -6795.865858  20912.197232     52.245879
+PG21  18070.475090  -2982.144385 -18998.697379   -167.653791
+PG22  10756.341197 -22818.475186  -7945.817437    144.968862
+PG23 -23179.568829  -1824.740217  13184.843186    280.548195
+PG24 -21616.298157 -14422.880064   6275.429522    419.127791
+PG25  15559.638313  -4299.250387  21057.400009     16.071675
+PG26   5461.456498  13965.757693 -22533.394314   -138.292699
+PG27  20329.640352  17257.037211  -1564.325946    299.426829
+PG28 -12258.216192  20527.498874 -10767.042477     63.034196
+PG29  25732.171832  -4411.733278   4824.618831    234.974349
+PG30  15050.499973  -6817.195142  20436.740084     91.581203
+PG31    725.718013 -17381.110162  20205.320024    133.028431
+PG32  -9754.967386 -15961.456600  19282.301123   -318.650430
+PR01  -1721.632409  21695.807681 -13284.630821 999999.999999
+PR02   8885.205174   7381.818592 -22730.155731 999999.999999
+PR03  14795.360948   3650.508734  20404.284844 999999.999999
+PR04 -25254.520602   3333.447126  -1172.497541 999999.999999
+PR05   1763.058850 -21750.390886  13207.311948 999999.999999
+PR06  -8459.714920  -8076.300799  22657.388302 999999.999999
+PR07 -13364.123983  12503.922060  17777.563041 999999.999999
+PR08 -10930.180907  22719.668456   3895.093990 999999.999999
+PR09 -17582.951329 -16772.383181  -7641.696057 999999.999999
+PR10 -14876.953545  -3756.907955 -20428.529399 999999.999999
+PR11  -3150.936133  12241.216948 -22174.829069 999999.999999
+PR12  10242.247152  20918.350780 -10223.336799 999999.999999
+PR13  17810.516408  16716.798242   7290.905705 999999.999999
+PR15   1356.620853 -13651.971254  21483.649964 999999.999999
+PR16 -10519.591117 -21045.266621   9947.628846 999999.999999
+PR17  25023.905048  -4326.678091  -1889.600464 999999.999999
+PR18  15013.898293 -10612.970379 -17603.089882 999999.999999
+PR19  -3283.794197 -10430.245139 -23047.415570 999999.999999
+PR20 -20461.543586  -4065.429235 -14718.999563 999999.999999
+PR21 -25013.958041   4464.815789   1552.143057 999999.999999
+PR22 -15534.766655  10607.431786  17310.297911 999999.999999
+PR23   3446.033459  10429.598854  23013.505234 999999.999999
+PR24  19974.778086   4214.834848  15271.609568 999999.999999
+*  2011  8 28 11 30  0.00000000
+PG01 -22779.272976 -12927.705083   4382.817562     -8.662263
+PG02   9987.495047  20247.128404  14438.624522    353.321040
+PG03  -1501.314918 -17046.646841 -20690.915431    760.735456
+PG04  -6124.504678  14667.992950  21024.275098    214.560107
+PG05   2609.057127  25199.942020  -7794.966293   -210.260431
+PG06   4441.842621 -17778.320704 -19000.290287    -84.904644
+PG07 -20689.683322  -1565.596080 -16708.864178     24.071063
+PG08 -14993.322483   5134.482523 -21389.339131      9.016797
+PG09  21469.426858  15606.942831   -138.044681    102.021949
+PG10  -9416.787827  23039.373366   8487.783841    -11.335590
+PG11 -22803.699331 -13284.606929  -4656.115556   -180.863228
+PG12  12418.568572  11511.234871  20515.869920     18.723430
+PG13 -25322.317141   3347.187214   7285.693860    254.263705
+PG14  19026.835153 -14774.830274  11184.152174    169.367182
+PG15  15486.605777   8605.408675 -19829.484437   -108.731965
+PG16  -2470.650094 -24606.838354  -9260.359949   -194.412922
+PG17 -18057.654150  15655.017303  11475.943534    177.484111
+PG18  15478.761826  -9438.329721 -18952.146384    154.509714
+PG19 -12334.225489 -11246.176590 -20758.643183   -177.750829
+PG20 -14358.150884  -9165.428890  20248.879688     52.246129
+PG21  19657.511067  -1499.166983 -17632.808784   -167.656102
+PG22  10889.858169 -21695.203965 -10465.423585    144.968466
+PG23 -21725.042011  -2547.282678  15334.658520    280.545398
+PG24 -21855.211312 -14984.375170   3536.105176    419.129831
+PG25  15268.359201  -1868.900436  21620.678640     16.073332
+PG26   3119.737793  14654.241208 -22507.928206   -138.303848
+PG27  19897.111188  17153.957316  -4413.204449    299.430650
+PG28 -12180.766727  19063.107276 -13184.881389     63.036781
+PG29  25147.598159  -3953.699905   7567.837741    234.977528
+PG30  14994.977756  -4360.827026  21124.962358     91.578588
+PG31   2574.637123 -15961.202496  21228.897076    133.033557
+PG32  -9152.539262 -17935.523472  17801.270867   -318.656436
+PR01  -2104.391614  23122.084099 -10541.774005 999999.999999
+PR02   7984.931943   9996.657008 -22054.350377 999999.999999
+PR03  16466.514206   5406.273720  18654.243873 999999.999999
+PR04 -24889.051234   3422.933293  -4366.926885 999999.999999
+PR05   2140.403252 -23166.124923  10458.435975 999999.999999
+PR06  -7568.879374 -10678.311049  21879.621059 999999.999999
+PR07 -12687.725673  10301.440767  19590.452163 999999.999999
+PR08 -10590.541604  22128.277299   7004.759112 999999.999999
+PR09 -18183.257555 -17247.939270  -4528.809422 999999.999999
+PR10 -16546.020216  -5497.923042 -18681.280304 999999.999999
+PR11  -4934.491540  10106.204160 -22907.569946 999999.999999
+PR12   9427.962899  19728.908135 -13015.591160 999999.999999
+PR13  18413.837729  17134.314876   4157.751973 999999.999999
+PR15   3092.675588 -11556.515999  22516.274430 999999.999999
+PR16  -9736.370693 -19870.890618  12745.745302 999999.999999
+PR17  25031.416421  -4487.778558   1334.997584 999999.999999
+PR18  17003.861715 -11084.469629 -15353.105927 999999.999999
+PR19   -482.021386 -10921.827127 -23048.684494 999999.999999
+PR20 -18510.327845  -4282.447796 -17049.780837 999999.999999
+PR21 -24979.833931   4613.879865  -1672.007464 999999.999999
+PR22 -17468.619645  11090.600184  15024.769668 999999.999999
+PR23    651.160426  10950.674688  23020.022539 999999.999999
+PR24  17960.344022   4478.909739  17528.127741 999999.999999
+*  2011  8 28 11 45  0.00000000
+PG01 -22916.462791 -13330.102943   1553.905970     -8.664934
+PG02   8437.795677  19432.590702  16378.200821    353.322635
+PG03    458.529062 -18146.776215 -19735.506535    760.739946
+PG04  -8178.178197  13283.332584  21273.192480    214.570421
+PG05   2274.017946  25912.598041  -5078.052585   -210.265214
+PG06   6407.525819 -18626.495967 -17561.312629    -84.895993
+PG07 -22064.690659  -2715.258659 -14702.356462     24.072406
+PG08 -16796.170226   3586.029825 -20392.363605      9.016898
+PG09  21264.120234  15696.170728  -3033.812389    102.024122
+PG10  -9582.529182  21856.522260  11025.624039    -11.337932
+PG11 -22058.196351 -13444.926778  -7228.410350   -180.866507
+PG12  12100.222287  13758.067586  19300.678672     18.725637
+PG13 -24438.934575   2853.275312   9961.970112    254.262062
+PG14  20126.064559 -15016.384312   8585.746050    169.368894
+PG15  13439.593874   9710.820935 -20773.439459   -108.730287
+PG16  -2143.871581 -25485.208619  -6550.561799   -194.414897
+PG17 -19213.168613  15894.868470   8940.096351    177.482732
+PG18  15395.782695  -7119.679863 -20018.780942    154.511734
+PG19 -10093.737593 -12119.331161 -21434.499076   -177.754740
+PG20 -14128.630503 -11452.650202  19233.205902     52.246680
+PG21  21169.054225   -200.079559 -15959.643484   -167.658426
+PG22  11045.079984 -20305.069958 -12802.333494    144.968288
+PG23 -20102.214830  -3439.885421  17225.071884    280.542867
+PG24 -21879.059262 -15339.823038    737.091788    419.133457
+PG25  15101.997102    615.780171  21810.852005     16.074968
+PG26    839.402263  15470.217674 -22115.323580   -138.315183
+PG27  19187.339990  16906.716548  -7186.724480    299.434290
+PG28 -12146.783470  17330.633733 -15365.896791     63.039476
+PG29  24307.462939  -3350.881065  10180.774634    234.980128
+PG30  15063.708923  -1846.459917  21437.563511     91.575939
+PG31   4574.241845 -14591.721826  21892.257140    133.038287
+PG32  -8686.846495 -19758.692073  16024.558768   -318.662587
+PR01  -2288.353931  24234.841346  -7593.910049 999999.999999
+PR02   7304.111977  12563.769499 -20949.676091 999999.999999
+PR03  18097.679437   6862.553969  16539.966968 999999.999999
+PR04 -24142.507270   3387.412262  -7476.439181 999999.999999
+PR05   2319.888024 -24267.478275   7506.379940 999999.999999
+PR06  -6901.324708 -13220.733490  20676.327848 999999.999999
+PR07 -12124.413221   7861.571756  21023.051068 999999.999999
+PR08 -10193.503542  21153.449311   9978.415363 999999.999999
+PR09 -18547.496463 -17397.215033  -1327.534600 999999.999999
+PR10 -18175.379448  -6939.458759 -16573.125044 999999.999999
+PR11  -6917.860760   8065.996487 -23196.042385 999999.999999
+PR12   8301.731079  18365.356544 -15553.192430 999999.999999
+PR13  18771.226339  17228.545871    943.688281 999999.999999
+PR15   5052.825401  -9528.690358  23111.069874 999999.999999
+PR16  -8640.346804 -18520.295390  15297.082343 999999.999999
+PR17  24642.227420  -4555.363246   4533.532179 999999.999999
+PR18  18667.386154 -11626.722264 -12802.874251 999999.999999
+PR19   2249.395598 -11611.732079 -22602.459101 999999.999999
+PR20 -16321.747660  -4706.875154 -19050.161881 999999.999999
+PR21 -24551.387210   4662.101467  -4863.483497 999999.999999
+PR22 -19072.538530  11639.883690  12449.546870 999999.999999
+PR23  -2072.164602  11668.407240  22579.089912 999999.999999
+PR24  15721.867060   4954.503083  19443.576563 999999.999999
+*  2011  8 28 12  0  0.00000000
+PG01 -22798.660486 -13558.772177  -1301.762910     -8.665624
+PG02   6673.816083  18592.709123  18042.721065    353.324156
+PG03   2266.586481 -19268.740343 -18450.047111    760.743887
+PG04 -10298.834813  11996.588133  21148.517611    214.580654
+PG05   1983.491587  26328.422022  -2273.176772   -210.269865
+PG06   8176.832970 -19473.099011 -15814.249676    -84.887204
+PG07 -23295.982180  -3659.016882 -12445.447863     24.074180
+PG08 -18576.272037   2227.372995 -19048.438025      9.016096
+PG09  20787.028328  15628.618687  -5877.669600    102.026558
+PG10  -9792.421233  20404.006700  13367.780202    -11.338477
+PG11 -21056.233500 -13553.040272  -9679.953251   -180.869496
+PG12  11912.608204  15861.703768  17755.305293     18.728109
+PG13 -23314.879574   2190.463889  12466.486651    254.261080
+PG14  20936.986593 -15188.676135   5839.218965    169.370611
+PG15  11374.212127  10961.342212 -21360.708365   -108.728594
+PG16  -1884.511535 -26064.579887  -3725.975830   -194.417004
+PG17 -20090.953485  16060.661431   6249.174697    177.481999
+PG18  15415.356500  -4700.262460 -20728.172780    154.513765
+PG19  -7847.757988 -13131.902080 -21743.678575   -177.758039
+PG20 -14006.309629 -13612.957600  17883.209795     52.247166
+PG21  22563.347232    910.684392 -14010.288065   -167.660812
+PG22  11253.300630 -18670.849888 -14915.473825    144.968092
+PG23 -18353.776642  -4510.467888  18823.516864    280.540072
+PG24 -21662.017629 -15514.633121  -2074.364810    419.137660
+PG25  15066.680827   3105.729573  21624.714836     16.076628
+PG26  -1336.837755  16391.970660 -21360.529183   -138.326215
+PG27  18190.169695  16553.146376  -9836.534240    299.436779
+PG28 -12189.210145  15360.571264 -17269.967390     63.042018
+PG29  23243.607843  -2579.628391  12618.606631    234.983059
+PG30  15259.937814    675.436332  21368.794614     91.573506
+PG31   6690.374819 -13308.160821  22184.972119    133.043813
+PG32  -8341.312878 -21391.801339  13981.842692   -318.668524
+PR01  -2314.590511  24993.794528  -4498.374706 999999.999999
+PR02   6842.339825  15015.387038 -19437.600120 999999.999999
+PR03  19623.627317   8006.628199  14102.596447 999999.999999
+PR04 -23045.760924   3179.360129 -10440.565958 999999.999999
+PR05   2342.746254 -25014.456947   4408.491460 999999.999999
+PR06  -6454.848452 -15635.718213  19070.797876 999999.999999
+PR07 -11710.309600   5238.450202  22047.466226 999999.999999
+PR08  -9794.794111  19806.131778  12758.356960 999999.999999
+PR09 -18629.137840 -17251.864444   1899.658240 999999.999999
+PR10 -19700.481792  -8069.339817 -14144.905712 999999.999999
+PR11  -9054.970563   6174.578145 -23034.380679 999999.999999
+PR12   6862.214932  16890.140813 -17786.917217 999999.999999
+PR13  18837.100012  17033.480053  -2288.736207 999999.999999
+PR15   7194.745809  -7626.080074  23256.838209 999999.999999
+PR16  -7228.756984 -17054.804968  17551.957521 999999.999999
+PR17  23878.027112  -4477.693495   7643.565113 999999.999999
+PR18  19973.115477 -12186.381512 -10002.166854 999999.999999
+PR19   4844.618364 -12475.938532 -21717.398530 999999.999999
+PR20 -13957.347442  -5359.419396 -20681.226455 999999.999999
+PR21 -23751.868069   4558.458855  -7959.933195 999999.999999
+PR22 -20317.541629  12201.931539   9634.456570 999999.999999
+PR23  -4658.421820  12558.199857  21699.269137 999999.999999
+PR24  13322.272490   5659.693095  20980.624650 999999.999999
+*  2011  8 28 12 15  0.00000000
+PG01 -22406.682297 -13645.554169  -4135.021757     -8.667354
+PG02   4716.394505  17763.951923  19403.420800    353.325425
+PG03   3899.740525 -20375.628117 -16854.626880    760.747793
+PG04 -12444.411037  10831.504734  20653.522307    214.590953
+PG05   1701.642870  26438.359841    571.086150   -210.274753
+PG06   9728.962943 -20279.524547 -13789.589933    -84.878461
+PG07 -24341.912304  -4406.540141  -9976.834045     24.075464
+PG08 -20286.623496   1069.897025 -17381.813912      9.016767
+PG09  20028.609572  15443.291214  -8621.573350    102.029706
+PG10 -10077.232886  18709.081053  15472.603188    -11.339344
+PG11 -19806.391949 -13641.304934 -11970.176693   -180.872624
+PG12  11836.732892  17779.523532  15906.520019     18.730419
+PG13 -21987.567111   1338.099636  14755.687077    254.258447
+PG14  21459.996390 -15250.970556   2991.718795    169.372291
+PG15   9334.777662  12340.097655 -21580.706237   -108.726957
+PG16  -1655.743007 -26330.628019   -836.067872   -194.418997
+PG17 -20691.049768  16113.078421   3449.608264    177.480412
+PG18  15547.914990  -2227.225761 -21068.399637    154.515088
+PG19  -5641.980936 -14267.966392 -21679.813948   -177.761810
+PG20 -13973.720591 -15605.400996  16222.743556     52.247332
+PG21  23800.467521   1836.804397 -11820.172486   -167.663421
+PG22  11541.691464 -16822.539074 -16767.654665    144.967733
+PG23 -16524.549653  -5758.855845  20102.172306    280.537253
+PG24 -21184.860375 -15539.365925  -4850.769224    419.140985
+PG25  15160.378035   5551.567818  21065.568213     16.078264
+PG26  -3370.528311  17390.824875 -20254.202801   -138.337290
+PG27  16904.481425  16133.246666 -12315.610940    299.440253
+PG28 -12335.604015  13191.108592 -18861.959843     63.044921
+PG29  21993.400650  -1622.996140  14839.602345    234.985976
+PG30  15578.715414   3154.364619  20919.922040     91.570963
+PG31   8883.264024 -12139.900685  22102.817084    133.048767
+PG32  -8092.955242 -22800.452352  11707.037474   -318.674830
+PR01  -2231.123252  25369.897739  -1315.371049 999999.999999
+PR02   6587.152928  17286.339898 -17547.520396 999999.999999
+PR03  20979.950110   8839.054070  11389.654998 999999.999999
+PR04 -21640.770583   2758.658702 -13201.670161 999999.999999
+PR05   2257.102396 -25378.313808   1224.954825 999999.999999
+PR06  -6215.180268 -17858.412439  17094.169821 999999.999999
+PR07 -11471.710447   2493.106713  22643.713537 999999.999999
+PR08  -9447.881895  18110.077635  15290.656961 999999.999999
+PR09 -18390.819404 -16853.586711   5089.738323 999999.999999
+PR10 -21057.586589  -8888.508875 -11443.584321 999999.999999
+PR11 -11290.854073   4477.084371 -22425.440219 999999.999999
+PR12   5121.076413  15366.690474 -19673.648913 999999.999999
+PR13  18575.427504  16592.873661  -5476.653091 999999.999999
+PR15   9466.389744  -5898.107983  22951.115157 999999.999999
+PR16  -5511.790617 -15537.028568  19466.328941 999999.999999
+PR17  22772.684156  -4208.906043  10604.417892 999999.999999
+PR18  20902.440259 -12706.576580  -7005.725963 999999.999999
+PR19   7243.742110 -13479.517721 -20410.675006 999999.999999
+PR20 -11483.296396  -6248.935405 -21911.173100 999999.999999
+PR21 -22616.544363   4258.105129 -10900.906638 999999.999999
+PR22 -21187.230028  12720.198773   6633.843748 999999.999999
+PR23  -7048.112461  13584.631368  20397.655567 999999.999999
+PR24  10828.541202   6600.534036  22109.308082 999999.999999
+*  2011  8 28 12 30  0.00000000
+PG01 -21729.333358 -13626.126255  -6897.099008     -8.668801
+PG02   2593.506281  16979.400370  20436.391525    353.327127
+PG03   5341.802034 -21427.810536 -14974.637838    760.751942
+PG04 -14570.157803   9804.440203  19798.032180    214.601612
+PG05   1391.918535  26242.160855   3405.450971   -210.279500
+PG06  11051.199837 -21005.604250 -11522.815993    -84.869365
+PG07 -25164.938831  -4975.220485  -7338.680748     24.077241
+PG08 -21880.344361    116.080928 -15421.903306      9.015253
+PG09  18987.939468  15181.283197 -11219.779837    102.030745
+PG10 -10462.764161  16806.186479  17302.779694    -11.340805
+PG11 -18324.209846 -13740.624023 -14061.288503   -180.875861
+PG12  11846.891490  19474.262511  13786.180682     18.732399
+PG13 -20499.353911    283.281612  16789.602623    254.256823
+PG14  21704.429859 -15164.616165     92.375146    169.374176
+PG15   7362.663489  13822.857670 -21429.134611   -108.725425
+PG16  -1419.072415 -26278.278880   2068.500215   -194.420840
+PG17 -21022.171733  16014.903492    589.946883    177.478995
+PG18  15796.238105    250.838664 -21034.371980    154.516606
+PG19  -3519.209046 -15504.070291 -21242.898329   -177.765301
+PG20 -14007.201531 -17394.058294  14281.024821     52.247978
+PG21  24843.783003   2589.617473  -9428.339403   -167.665315
+PG22  11932.063978 -14796.326005 -18326.267088    144.967672
+PG23 -14659.887880  -7176.576708  21038.460103    280.534573
+PG24 -20435.808448 -15448.429190  -7545.134552    419.146409
+PG25  15372.992742   7905.307801  20143.156146     16.079882
+PG26  -5228.734891  18432.094014 -18812.673758   -138.348547
+PG27  15338.560190  15687.534198 -14579.152536    299.443286
+PG28 -12606.836369  10866.770224 -20112.506729     63.047348
+PG29  20598.300246   -471.583263  16805.825075    234.988859
+PG30  16007.089324   5541.629252  20099.199536     91.568534
+PG31  11108.868242 -11109.212846  21647.789314    133.053954
+PG32  -7913.379158 -23956.160384   9237.793001   -318.681181
+PR01  -2090.639344  25346.547302   1893.207117 999999.999999
+PR02   6514.728351  19316.588722 -15316.193638 999999.999999
+PR03  22105.787757   9373.387494   8454.109192 999999.999999
+PR04 -19978.839532   2094.546162 -15706.071332 999999.999999
+PR05   2115.686537 -25342.741225  -1982.380219 999999.999999
+PR06  -6156.755743 -19829.488734  14784.831937 999999.999999
+PR07 -11423.928735   -308.820219  22800.112079 999999.999999
+PR08  -9201.537497  16101.023609  17526.209643 999999.999999
+PR09 -17806.118167 -16252.175789   8180.367408 999999.999999
+PR10 -22186.412001  -9410.719909  -8521.346754 999999.999999
+PR11 -13563.753271   3008.085308 -21380.764273 999999.999999
+PR12   3102.711325  13856.734870 -21177.192428 999999.999999
+PR13  17961.416977  15958.212248  -8558.104100 999999.999999
+PR15  11807.976813  -4384.144093  22200.189643 999999.999999
+PR16  -3512.454962 -14028.234406  21002.668362 999999.999999
+PR17  21370.801029  -3711.214594  13358.372917 999999.999999
+PR18  21450.094881 -13129.503612  -3872.173791 999999.999999
+PR19   9395.038455 -14578.089108 -18707.642760 999999.999999
+PR20  -8967.802941  -7371.846159 -22715.940673 999999.999999
+PR21 -21191.193432   3724.528124 -13629.055249 999999.999999
+PR22 -21678.260743  13137.471268   3505.541106 999999.999999
+PR23  -9189.987798  14702.931603  18699.546623 999999.999999
+PR24   8309.078495   7770.603826  22807.619428 999999.999999
+*  2011  8 28 12 45  0.00000000
+PG01 -20763.952254 -13538.453201  -9540.460068     -8.669945
+PG02    339.449902  16267.472129  21123.021859    353.328534
+PG03   6583.991125 -22384.392476 -12840.476142    760.756780
+PG04 -16630.249712   8923.896391  18598.165567    214.612222
+PG05   1018.679318  25748.373212   6180.794874   -210.284461
+PG06  12139.211934 -21611.239866  -9053.749497    -84.860734
+PG07 -25733.030921  -5389.300882  -4575.919793     24.078628
+PG08 -23312.364276   -640.347936 -13202.728188      9.015078
+PG09  17672.768904  14884.066338 -13629.524343    102.032904
+PG10 -10968.644508  14735.701544  18826.051468    -11.341805
+PG11 -16631.717114 -13879.170841 -15918.815915   -180.878664
+PG12  11911.785958  20915.270360  11430.682463     18.734758
+PG13 -18895.942960   -978.411397  18532.578651    254.255224
+PG14  21688.109940 -14894.721247  -2808.554575    169.375888
+PG15   5494.851274  15378.828655 -20908.090309   -108.723800
+PG16  -1136.073183 -25911.888727   4936.809058   -194.422830
+PG17 -21101.260173  15732.648033  -2280.000133    177.477698
+PG18  16155.346659   2685.646405 -20627.862824    154.518424
+PG19  -1517.863836 -16810.001764 -20439.361286   -177.769003
+PG20 -14077.945593 -18949.244391  12092.090106     52.248263
+PG21  25661.262208   3187.379521  -6876.689952   -167.667515
+PG22  12439.854169 -12633.325192 -19563.895450    144.967365
+PG23 -12804.054859  -8746.971981  21615.470361    280.531858
+PG24 -19411.114239 -15278.635572 -10111.737742    419.148655
+PG25  15686.789026  10122.012178  18873.489925     16.081517
+PG26  -6885.128782  19476.268904 -17057.834912   -138.359043
+PG27  13510.104211  15255.334165 -16585.484270    299.446438
+PG28 -13016.083970   8436.780337 -20998.656822     63.050283
+PG29  19102.281848    875.919063  18483.766084    234.991569
+PG30  16524.641128   7792.086619  18921.687139     91.566133
+PG31  13320.378413 -10230.540463  20828.036034    133.059240
+PG32  -7769.975419 -24837.307339   6614.944501   -318.687385
+PR01  -1948.010000  24920.280898   5064.984393 999999.999999
+PR02   6591.071700  21053.553930 -12787.019168 999999.999999
+PR03  22946.425418   9635.349402   5353.319473 999999.999999
+PR04 -18118.501482   1167.171641 -17905.092262 999999.999999
+PR05   1973.354946 -24904.561068  -5151.202516 999999.999999
+PR06  -6243.980637 -21497.457007  12187.677959 999999.999999
+PR07 -11570.618564  -3099.563433  22513.517980 999999.999999
+PR08  -9097.606217  13825.381679  19421.677785 999999.999999
+PR09 -16860.871766 -15503.237405  11111.141525 999999.999999
+PR10 -23032.659847  -9661.703198  -5434.610771 999999.999999
+PR11 -15807.525279   1790.322198 -19920.382584 999999.999999
+PR12    843.448045  12417.724876 -22268.940207 999999.999999
+PR13  16982.743245  15186.363768 -11473.249009 999999.999999
+PR15  14154.312939  -3112.055706  21018.955111 999999.999999
+PR16  -1265.904219 -12585.790265  22130.715260 999999.999999
+PR17  19725.834090  -2956.766398  15851.811640 999999.999999
+PR18  21624.199097 -13399.072367   -662.840083 999999.999999
+PR19  11256.856884 -15719.691648 -16641.348976 999999.999999
+PR20  -6478.454283  -8712.096280 -23079.687542 999999.999999
+PR21 -19530.169148   2931.352966 -16091.263975 999999.999999
+PR22 -21800.296895  13398.427556    309.779230 999999.999999
+PR23 -11042.932340  15860.869339  16637.950582 999999.999999
+PR24   5831.036299   9151.090956  23061.940457 999999.999999
+*  2011  8 28 13  0  0.00000000
+PG01 -19516.635834 -13421.158525 -12019.626235     -8.671544
+PG02  -2006.210388  15650.817649  21450.370736    353.330286
+PG03   7625.149079 -23204.750700 -10487.153315    760.761252
+PG04 -18579.428018   8190.377962  17075.959272    214.622274
+PG05    548.797416  24974.006714   8849.027778   -210.289346
+PG06  12997.014763 -22058.047531  -6425.808849    -84.851991
+PG07 -26020.878781  -5678.749083  -1735.507219     24.080159
+PG08 -24541.032519  -1213.936314 -10762.319663      9.016232
+PG09  16099.270588  14591.807825 -15811.621104    102.034215
+PG10 -11607.397969  12542.459523  20015.823380    -11.343016
+PG11 -14756.749737 -14081.226696 -17512.099718   -180.881801
+PG12  11995.861685  22079.523415   8880.338511     18.737011
+PG13 -17224.661011  -2442.524606  19953.932351    254.253419
+PG14  21436.564708 -14411.702501  -5660.575184    169.377647
+PG15   3762.655609  16971.712715 -20026.064634   -108.722393
+PG16   -770.117478 -25245.057530   7718.625138   -194.424897
+PG17 -20952.714364  15238.047857  -5110.062576    177.476745
+PG18  16612.730476   5030.939222 -19857.389904    154.520146
+PG19    329.342803 -18149.845614 -19282.033599   -177.772610
+PG20 -14153.257979 -20248.477638   9694.166881     52.248491
+PG21  26226.595478   3654.283180  -4209.222967   -167.669902
+PG22  13073.371856 -10378.118964 -20458.830290    144.967094
+PG23 -10998.639786 -10445.627841  21822.304528    280.529022
+PG24 -18115.358843 -15067.673975 -12506.862638    419.152026
+PG25  16077.123837  12161.332834  17278.563736     16.083137
+PG26  -8320.857414  20480.414331 -15016.956102   -138.370191
+PG27  11445.859358  14873.083991 -18296.957023    299.449570
+PG28 -13568.161553   5953.222891 -21504.374964     63.052819
+PG29  17550.183453   2412.494700  19844.898458    234.994522
+PG30  17104.346313   9865.742741  17408.923050     91.563786
+PG31  15469.820486  -9510.082398  19657.694316    133.064464
+PG32  -7627.277130 -25429.862137   3881.918439   -318.693688
+PR01  -1857.719575  24100.943342   8138.321227 999999.999999
+PR02   6773.647232  22454.146322 -10009.192223 999999.999999
+PR03  23455.650256   9661.476383   2147.898602 999999.999999
+PR04 -16123.122170    -31.312976 -19756.006488 999999.999999
+PR05   1884.522571 -24073.882981  -8219.952573 999999.999999
+PR06  -6432.931887 -22820.663223   9353.232935 999999.999999
+PR07 -11903.607151  -5811.796024  21789.393471 999999.999999
+PR08  -9169.086440  11338.498199  20940.327048 999999.999999
+PR09 -15553.991339 -14665.672369  13824.794536 999999.999999
+PR10 -23550.311766  -9677.837741  -2242.955688 999999.999999
+PR11 -17954.253790    833.949451 -18072.443792 999999.999999
+PR12  -1609.752576  11100.469289 -22928.379844 999999.999999
+PR13  15640.262127  14337.023427 -14165.528095 999999.999999
+PR15  16437.343523  -2097.254785  19430.597549 999999.999999
+PR16   1181.744818 -11260.778399  22828.095530 999999.999999
+PR17  17897.860853  -1929.073855  18036.266122 999999.999999
+PR18  21445.742585 -13463.493012   2559.467007 999999.999999
+PR19  12799.106672 -16846.992680 -14251.895720 999999.999999
+PR20  -4079.590808 -10241.642193 -22995.114444 999999.999999
+PR21 -17694.128426   1863.709724 -18239.692755 999999.999999
+PR22 -21575.438943  13452.132602  -2891.944134 999999.999999
+PR23 -12577.423562  17000.973455  14252.944887 999999.999999
+PR24   3457.700672  10711.418213  22867.309942 999999.999999
+*  2011  8 28 13 15  0.00000000
+PG01 -18002.135346 -13311.879488 -14291.957052 999999.999999
+PG02  -4399.912221  15145.433355  21411.463250    353.331506
+PG03   8471.665316 -23850.103938  -7953.814278    760.765501
+PG04 -20374.611580   7596.577345  15258.894338    214.632749
+PG05    -46.845044  23943.876634  11363.943591   -210.294252
+PG06  13636.600789 -22310.944595  -3685.196546    -84.843158
+PG07 -26010.861405  -5877.920361   1134.345702     24.081642
+PG08 -25529.596604  -1626.728436  -8142.077576      9.016309
+PG09  14291.492499  14341.779937 -17730.982428    102.035010
+PG10 -12383.815029  10274.096747  20851.646160    -11.341981
+PG11 -12732.067889 -14366.171239 -18814.736175   -180.884987
+PG12  12060.810996  22952.355335   6178.701551     18.739082
+PG13 -15532.676168  -4095.681548  21028.527367    254.251793
+PG14  20981.945211 -13692.641983  -8413.862783    169.379396
+PG15   2190.670016  18560.997769 -18797.830494   -108.720959
+PG16   -288.033399 -24300.083468  10365.327776   -194.426859
+PG17 -20607.331174  14509.368513  -7850.627454    177.475195
+PG18  17148.896509   7244.100685 -18737.959158    154.521744
+PG19   1996.522392 -19483.284734 -17789.996605   -177.776344
+PG20 -14197.969024 -21277.168334   7128.977927     52.249079
+PG21  26520.093327   4019.278093  -1471.281790   -167.671916
+PG22  13833.347042  -8077.167234 -20995.470119    144.967146
+PG23  -9281.071836 -12241.113200  21654.327408    280.526193
+PG24 -16561.448897 -14852.550163 -14689.520809    419.156189
+PG25  16513.459782  13988.874172  15385.966969     16.084764
+PG26  -9525.161675  21399.734357 -12722.410687   -138.381077
+PG27   9180.875941  14572.723415 -19680.810619    299.451975
+PG28 -14259.228410   3469.081779 -21620.874620     63.055734
+PG29  15986.036893   4122.892696  20866.143659    234.997425
+PG30  17713.717012  11729.130405  15588.459386     91.561338
+PG31  17509.702692  -8945.691844  18156.647022    133.069434
+PG32  -7448.431959 -25727.843317   1084.097551   -318.699980
+PR01  -1871.314878  22911.312338  11053.515277 999999.999999
+PR02   7013.379487  23486.414138  -7036.743367 999999.999999
+PR03  23597.765493   9497.314254  -1099.496960 999999.999999
+PR04 -14058.317962  -1496.170988 -21222.868154 999999.999999
+PR05   1900.616883 -22873.724171 -11129.020598 999999.999999
+PR06  -6673.422872 -23768.890624   6336.665963 999999.999999
+PR07 -12403.242794  -8381.184057  20641.709210 999999.999999
+PR08  -9438.594572   8702.552841  22052.731970 999999.999999
+PR09 -13897.729699 -13799.035263  16268.337563 999999.999999
+PR10 -23703.602256  -9504.386738    992.007329 999999.999999
+PR11 -19936.957508    136.315317 -15872.686942 999999.999999
+PR12  -4201.038063   9947.082896 -23143.437475 999999.999999
+PR13  13948.182127  13470.059252 -16582.756372 999999.999999
+PR15  18588.834288  -1342.278848  17466.127841 999999.999999
+PR16   3775.065197 -10095.885918  23080.790695 999999.999999
+PR17  15951.090637   -623.959965  19869.362794 999999.999999
+PR18  20947.535734 -13277.689915   5731.719592 999999.999999
+PR19  14004.258424 -17899.742017 -11585.664695 999999.999999
+PR20  -1829.823922 -11921.460878 -22463.623766 999999.999999
+PR21 -15747.515417    519.107891 -20032.706279 999999.999999
+PR22 -21037.161390  13254.361583  -6038.016458 999999.999999
+PR23 -13776.508146  18062.993884  11590.896248 999999.999999
+PR24   1246.053644  12410.377946  22227.521271 999999.999999
+*  2011  8 28 13 30  0.00000000
+PG01 -16243.427685 -13245.670095 -16318.382607     -8.676005
+PG02  -6795.531172  14760.029015  21005.499683    353.332930
+PG03   9137.114008 -24285.056690  -5283.161820    760.770556
+PG04 -21976.413384   7127.871357  13179.336466    214.643073
+PG05   -792.016879  22689.654728  13682.035953   -210.299001
+PG06  14077.252796 -22339.612856   -880.034852    -84.834780
+PG07 -25693.737530  -6024.059618   3984.957865     24.083102
+PG08 -26247.500615  -1907.223530  -5386.100137      9.016593
+PG09  12280.545839  14166.912900 -19357.058518    102.036997
+PG10 -13294.656545   7979.303335  21319.563968    -11.343368
+PG11 -10594.307886 -14747.658811 -19804.964413   -180.888104
+PG12  12067.186247  23527.880063   3371.837064     18.740997
+PG13 -13865.225948  -5915.894561  21737.252337    254.250116
+PG14  20361.683983 -12722.394389 -11020.174385    169.381062
+PG15    795.976806  20103.429865 -17244.217037   -108.719220
+PG16    338.381601 -23107.082297  12830.799162   -194.428961
+PG17 -20100.992741  13532.462528 -10453.556882    177.473953
+PG18  17738.207540   9287.603401 -17290.682335    154.523647
+PG19   3465.462115 -20767.100539 -15988.313614   -177.779943
+PG20 -14175.945893 -22029.005392   4440.992486     52.249702
+PG21  26529.337887   4314.743592   1291.180114   -167.674821
+PG22  14712.792716  -5777.149971 -21164.603287    144.966991
+PG23  -7683.290139 -14096.002847  21113.319636    280.523728
+PG24 -14770.310075 -14668.054093 -16622.139903    419.159373
+PG25  16960.617851  15577.328479  13228.400420     16.086355
+PG26 -10495.709150  22189.257583 -10211.307341   -138.391810
+PG27   6757.402858  14380.246025 -20709.972440    299.454944
+PG28 -15076.882960   1036.251190 -21346.773115     63.058211
+PG29  14451.446814   5984.036163  21530.244528    235.000295
+PG30  18316.175226  13356.409749  13493.276951     91.558963
+PG31  19394.649199  -8527.091098  16350.198832    133.074481
+PG32  -7196.739771 -25733.505802  -1731.851050   -318.706238
+PR01  -2034.983509  21386.200408  13753.962824 999999.999999
+PR02   7256.940902  24130.737952  -3927.482945 999999.999999
+PR03  23349.174693   9195.233780  -4325.416652 999999.999999
+PR04 -11989.299857  -3210.034006 -22277.208356 999999.999999
+PR05   2067.661482 -21339.106677 -13821.905820 999999.999999
+PR06  -6911.344628 -24324.495910   3196.709390 999999.999999
+PR07 -13039.244927 -10748.817574  19092.681038 999999.999999
+PR08  -9917.281020   5984.184197  22737.340682 999999.999999
+PR09 -11917.392379 -12960.882990  18394.109966 999999.999999
+PR10 -23468.587083  -9193.369510   4207.804340 999999.999999
+PR11 -21692.282563   -317.708712 -13363.760645 999999.999999
+PR12  -6867.770469   8989.328457 -22910.654827 999999.999999
+PR13  11933.686590  12642.870915 -18678.128662 999999.999999
+PR15  20543.069304   -836.919458  15163.768614 999999.999999
+PR16   6451.374870  -9123.661023  22883.446069 999999.999999
+PR17  13951.225178    950.022349  21315.640046 999999.999999
+PR18  20172.673453 -12805.437075   8791.930517 999999.999999
+PR19  14867.824362 -18817.368325  -8694.419369 999999.999999
+PR20    220.199640 -13703.037494 -21495.310944 999999.999999
+PR21 -13755.911414  -1092.218865 -21435.674141 999999.999999
+PR22 -20228.799042  12769.658571  -9067.865013 999999.999999
+PR23 -14636.254975  18986.498667   8703.557548 999999.999999
+PR24   -755.389010  14197.731879  21155.047977 999999.999999
+*  2011  8 28 13 45  0.00000000
+PG01 -14270.978068 -13253.514447 -18064.073312     -8.679050
+PG02  -9145.935855  14495.678600  20237.968484    353.334523
+PG03   9641.605832 -24479.056002  -2520.789870    760.775224
+PG04 -23350.506000   6763.102920  10873.906371    214.653401
+PG05  -1704.011872  21248.665412  15763.262972   -210.303710
+PG06  14344.571637 -22119.777759   1940.530275    -84.825931
+PG07 -25069.034889  -6155.698845   6767.969462     24.084671
+PG08 -26671.461282  -2089.108302  -2540.491982      9.016991
+PG09  10103.561857  14094.535966 -20664.200950    102.036813
+PG10 -14328.699679   5706.051040  21412.321566    -11.344242
+PG11  -8382.802768 -15233.008664 -20465.996842   -180.890946
+PG12  11976.061513  23809.092693    507.558995     18.743397
+PG13 -12263.926549  -7873.222536  22067.392056    254.248380
+PG14  19616.946716 -11494.396228 -13433.738755    169.382680
+PG15   -412.347003  21554.611656 -15391.773507   -108.717990
+PG16   1131.053610 -21702.809526  15072.258290   -194.430595
+PG17 -19473.155523  12301.532203 -12873.085304    177.472351
+PG18  18349.970082  11130.232501 -15542.284467    154.525208
+PG19   4726.178163 -21956.816018 -13907.643521   -177.783806
+PG20 -14051.642387 -22506.029526   1676.639112     52.249845
+PG21  26249.572940   4575.065822   4032.306341   -167.676589
+PG22  15697.189863  -3523.309832 -20963.564224    144.966452
+PG23  -6230.622496 -15968.151807  20207.523175    280.520850
+PG24 -12770.285003 -14545.311291 -18271.209000    419.161473
+PG25  17380.220781  16907.340623  10843.105192     16.087906
+PG26 -11238.620013  22805.586003  -7525.020525   -138.403072
+PG27   4223.452963  14314.484481 -21363.760422    299.457532
+PG28 -16000.639212  -1296.392597 -20688.066906     63.061096
+PG29  12984.078556   7965.733848  21826.040072    235.003233
+PG30  18872.594558  14730.149943  11161.097381     91.556530
+PG31  21082.962951  -8236.393422  14268.676591    133.079526
+PG32  -6837.202790 -25457.242044  -4518.680016   -318.712454
+PR01  -2387.364302  19571.071173  16187.257386 999999.999999
+PR02   7449.227706  24380.523782   -741.871531 999999.999999
+PR03  22699.468056   8811.964237  -7466.879301 999999.999999
+PR04  -9978.254058  -5143.393090 -22898.584838 999999.999999
+PR05   2424.092383 -19515.669976 -16246.314335 999999.999999
+PR06  -7091.182737 -24483.032475     -5.493826 999999.999999
+PR07 -13772.021158 -12863.419262  17172.345532 999999.999999
+PR08 -10604.242808   3251.939898  22980.888151 999999.999999
+PR09  -9650.503393 -12204.227819  20160.719827 999999.999999
+PR10 -22834.241690  -8801.158094   7342.286271 999999.999999
+PR11 -23163.065543   -554.862881 -10594.401782 999999.999999
+PR12  -9542.908596   8247.417028 -22235.201004 999999.999999
+PR13   9636.022477  11907.873192 -20411.116734 999999.999999
+PR15  22239.455552   -558.889850  12568.207989 999999.999999
+PR16   9143.111220  -8365.210608  22239.509251 999999.999999
+PR17  11962.781340   2771.714217  22347.224460 999999.999999
+PR18  19172.580110 -12021.122318  11680.388009 999999.999999
+PR19  15398.298175 -19541.608598  -5634.301480 999999.999999
+PR20   2029.693857 -15530.271789 -20108.786670 999999.999999
+PR21 -11783.363212  -2947.511271 -22421.626745 999999.999999
+PR22 -19201.644467  11973.045413 -11923.094172 999999.999999
+PR23 -15165.667062  19713.497464   5647.059089 999999.999999
+PR24  -2508.374268  16016.208774  19670.798614 999999.999999
+*  2011  8 28 14  0  0.00000000
+PG01 -12121.722337 -13361.008350 -19499.035814     -8.680843
+PG02 -11404.606149  14345.774327  19120.654720    353.336094
+PG03  10010.871971 -24407.700460    285.568677    760.779149
+PG04 -24468.787005   6475.611121   8382.795516    214.663775
+PG05  -2792.780949  19662.475255  17571.746626   -210.308491
+PG06  14469.261041 -21634.251568   4727.236586    -84.817575
+PG07 -24145.123552  -6311.009437   9436.128135     24.086313
+PG08 -26786.287824  -2209.811276    347.341830      9.016713
+PG09   7802.457421  14145.343719 -21631.953448    102.038729
+PG10 -15467.120161   3499.872557  21129.430337    -11.345503
+PG11  -6138.310363 -15822.830419 -20786.289800   -180.894223
+PG12  11750.680355  23807.645527  -2365.360655     18.745400
+PG13 -10765.231523  -9930.752552  22012.881950    254.246866
+PG14  18790.939160 -10011.140418 -15612.108697    169.384562
+PG15  -1433.406892  22870.665080 -13272.326404   -108.716348
+PG16   2104.584538 -20129.235649  17051.021529   -194.432854
+PG17 -18765.202636  10819.563813 -15066.675527    177.471006
+PG18  18949.720846  12748.041704 -13524.518917    154.526984
+PG19   5777.144048 -23008.417319 -11583.739707   -177.787465
+PG20 -13791.625827 -22718.393659  -1116.504727     52.250486
+PG21  25683.827206   4835.171353   6707.011578   -167.679304
+PG22  16764.986596  -1357.862239 -20396.261630    144.966552
+PG23  -4940.919308 -17812.176208  18951.573857    280.518107
+PG24 -10596.254131 -14510.473495 -19607.870124    419.164109
+PG25  17732.270452  17968.069819   8271.214635     16.089501
+PG26 -11768.171873  23208.644296  -4708.615368   -138.414269
+PG27   1631.092520  14386.194137 -21628.459947    299.460081
+PG28 -17002.759683  -3484.770959 -19657.931626     63.063813
+PG29  11616.311345  10031.667069  21748.638907    235.006020
+PG30  19342.942278  15841.764898   8633.613456     91.554078
+PG31  22538.062874  -8048.912808  11946.958420    133.084719
+PG32  -6338.033670 -24917.196768  -7229.292404   -318.718965
+PR01  -2957.682879  17520.228509  18306.204168 999999.999999
+PR02   7535.918385  24242.365945   2458.161024 999999.999999
+PR03  21651.964458   8405.952645 -10462.623220 999999.999999
+PR04  -8081.868424  -7255.608105 -23074.974885 999999.999999
+PR05   2998.899862 -17457.857148 -18355.173988 999999.999999
+PR06  -7158.601869 -24253.334564  -3207.591110 999999.999999
+PR07 -14554.396361 -14683.239015  14917.981817 999999.999999
+PR08 -11486.457681    573.656229  22778.650522 999999.999999
+PR09  -7145.461272 -11575.204583  21533.854635 999999.999999
+PR10 -21803.043135  -8385.898088  10334.813685 999999.999999
+PR11 -24300.658434   -612.134546  -7618.488984 999999.999999
+PR12 -12157.567088   7729.311246 -21130.723044 999999.999999
+PR13   7105.094112  11310.209549 -21748.242119 999999.999999
+PR15  23624.927573   -475.001312   9729.734832 999999.999999
+PR16  11780.427321  -7829.396590  21161.193606 999999.999999
+PR17  10046.488822   4808.011995  22944.353768 999999.999999
+PR18  18004.721841 -10911.064213  14340.837838 999999.999999
+PR19  15616.557793 -20019.059861  -2464.741231 999999.999999
+PR20   3569.210360 -17341.725190 -18330.831836 999999.999999
+PR21  -9889.802537  -5012.216612 -22971.755831 999999.999999
+PR22 -18012.733837  10851.309834 -14548.586010 999999.999999
+PR23 -15386.057332  20190.980557   2480.814036 999999.999999
+PR24  -3986.268227  17803.816235  17803.705861 999999.999999
+*  2011  8 28 14 15  0.00000000
+PG01  -9837.807795 -13587.260439 -20598.625141     -8.680751
+PG02 -13527.254159  14296.292466  17671.536787    353.337569
+PG03  10275.109579 -24053.843234   3086.870039    760.784412
+PG04 -25310.304704   6234.464515   5749.042197    214.674066
+PG05  -4060.356966  17975.331919  19076.394130   -210.313381
+PG06  14485.722103 -20873.699184   7431.604170    -84.808927
+PG07 -22938.970271  -6526.170494  11944.059566     24.087728
+PG08 -26585.420216  -2308.930532   3229.409319      9.016828
+PG09   5422.553082  14332.616465 -22245.273937    102.040742
+PG10 -16684.190477   1402.262567  20477.096755    -11.346099
+PG11  -3901.690652 -16510.899172 -20759.751122   -180.896888
+PG12  11358.027711  23543.308380  -5197.996859     18.747588
+PG13  -9399.102428 -12045.868454  21574.439056    254.245652
+PG14  17927.138201  -8284.293577 -17516.955531    169.386414
+PG15  -2274.342893  24009.892991 -10922.436395   -108.714945
+PG16   3265.505251 -18431.934493  18733.175197   -194.434898
+PG17 -18018.727824   9098.413062 -16995.813859    177.469743
+PG18  19500.654716  14125.011365 -11273.508660    154.528583
+PG19   6625.180830 -23880.084822  -9056.840593   -177.791007
+PG20 -13366.021719 -22683.823345  -3890.531629     52.250809
+PG21  24842.773992   5129.068057   9271.618726   -167.681747
+PG22  17888.389982    681.463257 -19473.079494    144.966493
+PG23  -3823.980291 -19581.086605  17366.316847    280.515553
+PG24  -8288.508417 -14583.599783 -20608.445067    419.167885
+PG25  17976.797612  18757.428081   5557.040897     16.091044
+PG26 -12106.181422  23363.361376  -1810.165907   -138.425064
+PG27   -965.475132  14597.487720 -21497.746842    299.462657
+PG28 -18049.401927  -5491.156579 -18276.358464     63.066323
+PG29  10374.106645  12140.614727  21299.489721    235.008991
+PG30  19687.950898  16691.592182   5955.659525     91.551464
+PG31  23729.744785  -7934.232750   9423.936367    133.089769
+PG32  -5672.066552 -24138.603914  -9817.491763   -318.725087
+PR01  -3764.291368  15294.654790  20069.730947 999999.999999
+PR02   7466.005522  23735.673654   5610.424315 999999.999999
+PR03  20223.686883   8034.663689 -13254.316301 999999.999999
+PR04  -6349.107603  -9496.393811 -22803.004345 999999.999999
+PR05   3810.174977 -15226.750535 -20107.546714 999999.999999
+PR06  -7062.987012 -23657.059280  -6347.245064 999999.999999
+PR07 -15333.681273 -16177.555639  12373.390248 999999.999999
+PR08 -12539.242855  -1986.125127  22134.536046 999999.999999
+PR09  -4459.742787 -11111.051893  22486.946184 999999.999999
+PR10 -20391.009853  -8004.860831  13127.417198 999999.999999
+PR11 -25066.916128   -534.951706  -4493.989098 999999.999999
+PR12 -14643.647617   7430.555047 -19619.041733 999999.999999
+PR13   4399.620508  10885.791165 -22663.710975 999999.999999
+PR15  24656.054284   -542.797247   6703.271840 999999.999999
+PR16  14293.901855  -7512.567228  19669.264984 999999.999999
+PR17   8256.871526   7015.036867  23095.738139 999999.999999
+PR18  16730.086473  -9474.325643  16721.588140 999999.999999
+PR19  15554.757023 -20203.545242    752.697675 999999.999999
+PR20   4821.634115 -19073.115590 -16195.890441 999999.999999
+PR21  -8128.664128  -7241.222309 -23075.752007 999999.999999
+PR22 -16722.410944   9403.818272 -16893.545267 999999.999999
+PR23 -15329.915805  20373.265853   -733.640334 999999.999999
+PR24  -5174.916687  19496.369597  15590.157941 999999.999999
+*  2011  8 28 14 30  0.00000000
+PG01  -7465.140594 -13944.055510 -21343.964680 999999.999999
+PG02 -15473.384963  14326.367372  15914.566032    353.339036
+PG03  10467.629665 -23408.436599   5833.649964    760.787709
+PG04 -25861.914691   6005.846504   3017.782135    214.684336
+PG05  -5500.594701  16232.514365  20251.430410   -210.317840
+PG06  14430.517407 -19837.097602  10006.806231    -84.800449
+PG07 -21475.582001  -6833.813804  14249.012006     24.089226
+PG08 -26071.169563  -2426.589533   6057.846680      9.016443
+PG09   3011.090030  14661.715280 -22494.691540    102.044126
+PG10 -17948.260244   -550.736366  19468.020593    -11.346967
+PG11  -1712.576296 -17284.287152 -20385.880844   -180.899890
+PG12  10770.266764  23043.133575  -7942.079559     18.749761
+PG13  -8187.945659 -14171.757171  20759.565365    254.243610
+PG14  17067.520011  -6334.448378 -19114.787494    169.388195
+PG15  -2949.861340  24934.373714  -8382.763802   -108.713478
+PG16   4611.857742 -16658.351541  20090.148275   -194.436731
+PG17 -17273.822648   7158.536676 -18626.726119    177.468417
+PG18  19965.133670  15253.391428  -8829.032473    154.530067
+PG19   7285.010304 -24533.862552  -6370.961501   -177.794674
+PG20 -12749.821000 -22426.801225  -6598.017732     52.251454
+PG21  23744.337982   5488.441361  11684.457050   -167.684010
+PG22  19034.416879   2562.692570 -18210.654950    144.965813
+PG23  -2881.300840 -21228.011907  15478.503281    280.512736
+PG24  -5891.412398 -14777.773382 -21254.886730    419.169855
+PG25  18075.519550  19281.987488   2747.308691     16.092564
+PG26 -12281.073776  23241.213261   1120.030172   -138.436096
+PG27  -3511.947212  14941.657422 -20972.933402    299.467501
+PG28 -19102.021461  -7285.436650 -16569.644246     63.069170
+PG29   9276.133224  14247.870411  20486.348477    235.011988
+PG30  19870.749300  17288.620179   3174.344235     91.548959
+PG31  24635.220946  -7857.496375   6741.917700    133.094748
+PG32  -4818.017533 -23152.864105 -12238.743090   -318.731144
+PR01  -4813.674117  12959.588766  21443.678292 999999.999999
+PR02   7194.193016  22891.777978   8653.679752 999999.999999
+PR03  18444.773592   7751.937333 -15787.700876 999999.999999
+PR04  -4819.328956 -11807.721342 -22088.008838 999999.999999
+PR05   4864.122740 -12887.647292 -21469.420889 999999.999999
+PR06  -6759.832215 -22727.706488  -9363.356976 999999.999999
+PR07 -16053.993336 -17327.723193   9588.041497 999999.999999
+PR08 -13727.219817  -4368.597259  21061.010922 999999.999999
+PR09  -1657.730927 -10838.492977  23001.677164 999999.999999
+PR10 -18627.195514  -7711.837194  15665.912154 999999.999999
+PR11 -25435.761091   -375.011807  -1281.817619 999999.999999
+PR12 -16936.435881   7334.631819 -17729.701316 999999.999999
+PR13   1584.932617  10659.742665 -23139.900103 999999.999999
+PR15  25300.762371   -712.575449   3547.324403 999999.999999
+PR16  16617.248613  -7398.836827  17792.653739 999999.999999
+PR17   6640.112604   9339.762975  22798.754758 999999.999999
+PR18  15410.540566  -7722.990294  18776.514491 999999.999999
+PR19  15254.753554 -20058.194127   3955.515541 999999.999999
+PR20   5782.655702 -20659.955655 -13745.408988 999999.999999
+PR21  -6544.800604  -9580.537960 -22731.975122 999999.999999
+PR22 -15391.768251   7642.817565 -18912.470299 999999.999999
+PR23 -15039.317203  20224.054356  -3933.842549 999999.999999
+PR24  -6072.975263  21030.131535  13073.283647 999999.999999
+*  2011  8 28 14 45  0.00000000
+PG01  -5051.795119 -14435.312491 -21722.267131 999999.999999
+PG02 -17207.734048  14409.157449  13879.326476    353.340582
+PG03  10623.359142 -22471.073984   8476.958769    760.793888
+PG04 -26118.648485   5754.537787    235.486658    214.694495
+PG05  -7099.235824  14478.659286  21076.832785   -210.322744
+PG06  14340.769102 -18531.873393  12408.494418    -84.792036
+PG07 -19787.157864  -7261.603643  16311.564257     24.091030
+PG08 -25254.653529  -2601.777372   8785.629375      9.016695
+PG09    615.693958  15129.864098 -22376.401571    102.045357
+PG10 -19222.973887  -2329.709635  18121.073380    -11.348595
+PG11    391.918719 -18123.750929 -19669.840706   -180.902923
+PG12   9965.986508  22340.356778 -10550.792828     18.751847
+PG13  -7145.858935 -16259.093231  19582.422332    254.242196
+PG14  16250.858708  -4190.519035 -20377.575490    169.390034
+PG15  -3481.464165  25611.424480  -5697.353880   -108.711976
+PG16   6133.120329 -14856.022969  21099.176437   -194.438762
+PG17 -16567.438396   5028.380463 -19930.998363    177.467276
+PG18  20306.215466  16133.725417  -6233.774093    154.531994
+PG19   7778.486638 -24937.195910  -3573.100901   -177.798125
+PG20 -11924.000769 -21977.509573  -9192.817389     52.251792
+PG21  22413.066766   5941.350426  13906.420432   -167.686262
+PG22  20166.159506   4260.638402 -16631.539896    144.965785
+PG23  -2106.152545 -22707.946550  13320.369065    280.510066
+PG24  -3451.904981 -15098.491443 -21535.144546    419.172240
+PG25  17993.441221  19556.561137   -109.650216     16.094100
+PG26 -12326.664603  22821.556691   4030.331987   -138.447546
+PG27  -5955.985943  15403.401173 -20063.021137    299.469728
+PG28 -20118.963299  -8846.037542 -14569.757073     63.071600
+PG29   8333.180877  16306.798646  19323.143457    235.015016
+PG30  19858.387588  17649.883323    338.167043     91.546327
+PG31  25239.900220  -7780.872488   3945.970676    133.099767
+PG32  -3761.544296 -21996.390663 -14450.934274   -318.737338
+PR01  -6099.961493  10581.944185  22401.454524 999999.999999
+PR02   6683.056560  21752.557707  11528.832361 999999.999999
+PR03  16357.351782   7605.517767 -18013.650085 999999.999999
+PR04  -3520.816954 -14126.056331 -20943.926344 999999.999999
+PR05   6154.584165 -10507.475943 -22414.368706 999999.999999
+PR06  -6212.874357 -21509.158977 -12197.263986 999999.999999
+PR07 -16658.731543 -18127.718448   6616.112450 999999.999999
+PR08 -15005.745508  -6522.884959  19578.861353 999999.999999
+PR09   1191.740563 -10772.584043  23068.320610 999999.999999
+PR10 -16552.655527  -7554.681973  17900.946652 999999.999999
+PR11 -25394.257478   -187.839048   1955.363551 999999.999999
+PR12 -18977.060643   7413.831940 -15499.383536 999999.999999
+PR13  -1269.498603  10645.318584 -23167.686031 999999.999999
+PR15  25539.606350   -929.713523    322.864541 999999.999999
+PR16  18689.910454  -7460.903428  15567.898120 999999.999999
+PR17   5232.290468  11722.035242  22059.473982 999999.999999
+PR18  14106.177395  -5681.891918  20465.945686 999999.999999
+PR19  14766.140317 -19557.148029   7081.493050 999999.999999
+PR20   6460.699986 -22040.223663 -11027.034303 999999.999999
+PR21  -5172.778910 -11969.354525 -21947.456618 999999.999999
+PR22 -14080.069222   5593.209883 -20566.032392 999999.999999
+PR23 -14563.937375  19718.106964  -7057.624079 999999.999999
+PR24  -6691.696755  22344.451171  10302.105259 999999.999999
+*  2011  8 28 15  0  0.00000000
+PG01  -2646.345846 -15056.858138 -21727.051332 999999.999999
+PG02 -18701.521153  14512.973823  11600.574830    353.342243
+PG03  10777.257903 -21250.197097  10969.319631    760.796799
+PG04 -26083.786353   5445.439098  -2550.799766    214.704421
+PG05  -8834.295764  12756.129034  21538.661162   -210.327634
+PG06  14252.556778 -16973.716156  14595.563284    -84.783365
+PG07 -17911.979230  -7831.005155  18096.286832     24.092789
+PG08 -24155.429088  -2870.730077  11367.273937      9.016347
+PG09  -1717.165742  15726.223221 -21892.300657    102.046829
+PG10 -20468.672130  -3912.766577  16460.869951    -11.349157
+PG11   2378.407663 -19004.365018 -18622.447790   -180.906078
+PG12   8931.212428  21473.074476 -12979.553488     18.753725
+PG13  -6278.218070 -18257.834251  18063.578342    254.240670
+PG14  15511.166245  -1888.803304 -21283.272010    169.391697
+PG15  -3896.406276  26014.874550  -2912.855129   -108.710401
+PG16   7810.475603 -13070.816605  21743.651671   -194.440792
+PG17 -15931.890794   2743.448951 -20886.088980    177.465837
+PG18  20489.142772  16774.564199  -3532.550990    154.533434
+PG19   8133.536324 -25064.272154   -712.377104   -177.802045
+PG20 -10876.417073 -21370.573494 -11630.826837     52.252249
+PG21  20879.290666   6511.064570  15901.485652   -167.688495
+PG22  21244.213050   5757.654726 -14763.755866    144.965668
+PG23  -1483.998756 -23979.450829  10929.099925    280.507128
+PG24  -1017.892384 -15543.355510 -21443.434205    419.174937
+PG25  17700.337630  19603.475255  -2964.727824     16.095711
+PG26 -12280.694936  22092.686869   6868.717243   -138.459215
+PG27  -8249.211154  15959.448226 -18784.552280    299.472948
+PG28 -21057.168008 -10160.480984 -12313.602233     63.073983
+PG29   7547.883906  18270.472357  17829.740505    235.017811
+PG30  19623.196654  17799.558428  -2503.861577     91.543685
+PG31  25537.879169  -7665.145520   1083.221235    133.104855
+PG32  -2496.059672 -20709.261577 -16415.125942   -318.743627
+PR01  -7604.972543   8227.676389  22924.543615 999999.999999
+PR02   5904.875420  20368.642856  14180.078525 999999.999999
+PR03  14013.923298   7634.859119 -19889.115116 999999.999999
+PR04  -2469.796003 -16384.840988 -19393.023511 999999.999999
+PR05   7663.088127  -8152.161317 -22924.056322 999999.999999
+PR06  -5395.880489 -20053.805602 -14793.885676 999999.999999
+PR07 -17093.100134 -18584.167015   3515.427781 999999.999999
+PR08 -16322.750820  -8407.908397  17716.795951 999999.999999
+PR09   4018.022409 -10916.077440  22685.907124 999999.999999
+PR10 -14218.926369  -7573.112277  19788.962994 999999.999999
+PR11 -24943.148031    -30.175611   5154.386035 999999.999999
+PR12 -20714.717620   7630.590667 -12971.197973 999999.999999
+PR13  -4092.701859  10843.334851 -22746.612030 999999.999999
+PR15  25366.533898  -1137.200190  -2907.829851 999999.999999
+PR16  20459.426808  -7661.370387  13038.429129 999999.999999
+PR17   4058.056840  14096.892411  20892.518529 999999.999999
+PR18  12872.768781  -3387.809694  21757.414063 999999.999999
+PR19  14143.964042 -18686.819477  10069.902443 999999.999999
+PR20   6876.314166 -23156.953760  -8093.684864 999999.999999
+PR21  -4035.626384 -14342.394356 -20737.736127 999999.999999
+PR22 -12842.257557   3291.806174 -21821.846931 999999.999999
+PR23 -13958.763422  18842.471447 -10044.319505 999999.999999
+PR24  -7054.186578  23384.291499   7330.576299 999999.999999
+*  2011  8 28 15 15  0.00000000
+PG01   -296.185043 -15796.525306 -21358.251525 999999.999999
+PG02 -19933.465736  14602.630175   9117.664607    353.343423
+PG03  10962.718356 -19762.949822  13265.685652    760.801515
+PG04 -25768.636952   5045.077735  -5294.212245    214.714337
+PG05 -10676.756687  11103.484192  21629.279167   -210.332431
+PG06  14199.379533 -15186.079146  16530.840820    -84.773887
+PG07 -15893.077204  -8556.288697  19572.346177     24.094308
+PG08 -22800.834118  -3265.408441  13759.524983      9.015687
+PG09  -3943.673457  16432.250775 -21049.963033    102.050093
+PG10 -21643.917983  -5286.127861  14517.247612    -11.350039
+PG11   4218.313596 -19896.384371 -17260.087440   -180.909120
+PG12   7660.141156  20482.747128 -15186.757539     18.755815
+PG13  -5581.620457 -20119.055235  16229.634012    254.238864
+PG14  14876.338128    528.251237 -21816.211790    169.393212
+PG15  -4226.422888  26126.096162    -77.685765   -108.708981
+PG16   9617.406967 -11345.263627  22013.354688   -194.442737
+PG17 -15393.569030    345.095371 -21475.721840    177.464553
+PG18  20482.737508  17191.889441   -771.537707    154.535139
+PG19   8382.849521 -24897.105718   2160.885858   -177.805653
+PG20  -9602.437406 -20643.654076 -13870.705768     52.252491
+PG21  19178.099569   7215.075346  17637.190832   -167.691060
+PG22  22228.206643   7044.087815 -12640.253742    144.965242
+PG23   -993.231980 -25006.234421   8346.190093    280.504421
+PG24   1363.406823 -16102.079379 -20980.402944    419.179674
+PG25  17172.060039  19451.561718  -5768.881697     16.097190
+PG26 -12183.172869  21052.560753   9583.805552   -138.470889
+PG27 -10349.024282  16579.557087 -17161.261358    299.477321
+PG28 -21873.916193 -11225.560176  -9842.214486     63.076802
+PG29   6914.764023  20093.330634  16031.612080    235.020556
+PG30  19143.932459  17767.805918  -5303.078483     91.541332
+PG31  25532.123925  -7471.372300  -1797.891953    133.109613
+PG32  -1023.261160 -19333.723559 -18096.275865   -318.749816
+PR01  -9298.785214   5959.205890  23002.857055 999999.999999
+PR02   4843.057619  18797.272124  16555.987234 999999.999999
+PR03  11475.332331   7869.300519 -21377.945662 999999.999999
+PR04  -1669.961643 -18517.117226 -17465.461035 999999.999999
+PR05   9359.431754  -5884.047168 -22988.597343 999999.999999
+PR06  -4294.012296 -18420.327673 -17102.797134 999999.999999
+PR07 -17306.573600 -18715.847732    346.328226 999999.999999
+PR08 -17620.910261  -9993.837140  15510.895551 999999.999999
+PR09   6751.354188 -11259.324578  21862.218433 999999.999999
+PR10 -11686.078097  -7796.853326  21293.053778 999999.999999
+PR11 -24096.830208     42.680298   8252.826453 999999.999999
+PR12 -22108.570934   7939.239211 -10193.861923 999999.999999
+PR13  -6814.904858  11242.138222 -21884.890635 999999.999999
+PR15  24789.115504  -1278.267014  -6082.359484 999999.999999
+PR16  21883.472877  -7954.515344  10253.710848 999999.999999
+PR17   3129.809044  16397.098649  19320.760101 999999.999999
+PR18  11759.427985   -888.165609  22626.257659 999999.999999
+PR19  13446.228009 -17446.650052  12862.689500 999999.999999
+PR20   7061.041304 -23960.635310  -5002.513750 999999.999999
+PR21  -3144.075337 -16632.454396 -19126.537435 999999.999999
+PR22 -11726.656202    786.084454 -22655.121180 999999.999999
+PR23 -13281.595178  17597.207503 -12835.945750 999999.999999
+PR24  -7194.159545  24102.538573   4216.523468 999999.999999
+*  2011  8 28 15 30  0.00000000
+PG01   1954.109794 -16634.572185 -20622.217365 999999.999999
+PG02 -20890.517697  14640.961116   6473.862046    353.345366
+PG03  11210.018271 -18034.676579  15324.369034    760.805460
+PG04 -25192.036347   4523.043580  -7948.799292    214.724662
+PG05 -12591.538840   9554.119238  21347.463805   -210.337370
+PG06  14210.742471 -13199.390632  18181.694574    -84.764846
+PG07 -13776.725216  -9443.809463  20714.042068     24.096148
+PG08 -21225.058407  -3812.125286  15922.021581      9.015215
+PG09  -6024.074722  17222.340967 -19862.557897    102.052458
+PG10 -22707.084840  -6444.388932  12324.668359    -11.350679
+PG11   5888.785309 -20766.309945 -15604.540814   -180.912163
+PG12   6155.569895  19412.583642 -17134.482902     18.758224
+PG13  -5044.186801 -21796.747762  14112.733089    254.237160
+PG14  14367.060633   3013.526140 -21967.385931    169.395026
+PG15  -4506.278377  25934.751197   2758.835056   -108.707755
+PG16  11520.596767  -9717.044636  21904.570040   -194.444946
+PG17 -14971.901286  -2120.917544 -21690.153602    177.463540
+PG18  20260.651021  17408.276340   2002.503244    154.536701
+PG19   8562.377273 -24426.321090   4996.102345   -177.809357
+PG20  -8105.290628 -19835.945551 -15874.546869     52.253217
+PG21  17348.169931   8064.314395  19085.074070   -167.692838
+PG22  23078.375674   8118.410011 -10298.291592    144.964972
+PG23   -606.205835 -25758.556503   5616.705451    280.501717
+PG24   3647.101319 -16756.818863 -20153.183080    419.182894
+PG25  16391.615499  19134.910851  -8473.973358     16.098770
+PG26 -12074.589205  19709.139553  12125.917792   -138.482187
+PG27 -12220.175345  17227.838070 -15223.537713    299.483515
+PG28 -22528.537232 -12047.141911  -7199.902666     63.079629
+PG29   6420.590570  21732.795027  13959.414972    235.023327
+PG30  18406.665620  17589.408056  -8011.989485     91.538957
+PG31  25234.333037  -7162.545248  -4648.395539    133.114873
+PG32    646.652418 -17912.601906 -19463.922501   -318.755825
+PR01 -11140.810829   3833.005220  22634.923633 999999.999999
+PR02   3493.097999  17099.894925  18610.493949 999999.999999
+PR03   8808.402072   8326.686544 -22451.569077 999999.999999
+PR04  -1112.548352 -20458.181934 -15198.706514 999999.999999
+PR05  11202.765965  -3759.483164 -22606.743175 999999.999999
+PR06  -2904.709500 -16671.242848 -19079.207327 999999.999999
+PR07 -17255.197747 -18552.697047  -2829.511635 999999.999999
+PR08 -18840.052622 -11263.074895  13003.920323 999999.999999
+PR09   9325.525079 -11780.720389  20613.609368 999999.999999
+PR10  -9020.418385  -8244.211267  22383.695463 999999.999999
+PR11 -22882.772286    -20.525727  11190.242901 999999.999999
+PR12 -23129.257954   8288.096077  -7220.784282 999999.999999
+PR13  -9370.183029  11818.114360 -20599.242143 999999.999999
+PR15  23828.229189  -1299.011055  -9139.390506 999999.999999
+PR16  22931.482526  -8288.430074   7268.254055 999999.999999
+PR17   2447.388021  18555.778958  17374.860659 999999.999999
+PR18  10806.580601   1760.719590  23056.065001 999999.999999
+PR19  12731.285031 -15849.334812  15405.602926 999999.999999
+PR20   7055.827674 -24411.318621  -1813.784053 999999.999999
+PR21  -2496.334169 -18773.037500 -17145.291641 999999.999999
+PR22 -10772.952157  -1867.500371 -23049.164962 999999.999999
+PR23 -12590.444228  15995.578982 -15378.327128 999999.999999
+PR24  -7154.252353  24461.995229   1020.514120 999999.999999
+*  2011  8 28 15 45  0.00000000
+PG01   4064.296961 -17544.406521 -19531.604773     -8.690663
+PG02 -21568.268182  14590.447271   3715.565548    353.346819
+PG03  11544.897615 -16098.079900  17107.914893    760.809834
+PG04 -24379.588088   3853.303953 -10470.229940    214.734616
+PG05 -14538.711967   8135.112828  20698.403338   -210.341984
+PG06  14310.921507 -11050.010313  19520.545544    -84.755980
+PG07 -11610.811251 -10491.592160  21501.268699     24.097728
+PG08 -19467.973262  -4530.371143  17817.936567      9.014520
+PG09  -7923.948956  18064.720545 -18348.706558    102.053888
+PG10 -23617.944098  -7390.457481   9921.559811    -11.351959
+PG11   7373.410489 -21578.123459 -13682.722968   -180.915229
+PG12   4429.002350  18305.867486 -18789.137326     18.760098
+PG13  -4646.207540 -23249.511669  11749.969482    254.235541
+PG14  13996.023615   5516.895620 -21734.584643    169.396956
+PG15  -4772.195830  25439.223009   5547.373710   -108.706137
+PG16  13481.087827  -8217.686157  21420.086319   -194.447093
+PG17 -14678.617397  -4606.026301 -21526.311741    177.461986
+PG18  19802.427907  17451.833180   4742.972063    154.538521
+PG19   8709.698146 -23651.599047   7743.377177   -177.812918
+PG20  -6396.122496 -18986.633301 -17608.484644     52.253022
+PG21  15430.478736   9062.601497  20221.071786   -167.694880
+PG22  23757.112843   8987.035524  -7778.745053    144.964740
+PG23   -290.520943 -26214.382507   2788.465188    280.498929
+PG24   5792.187170 -17482.815205 -18975.328304    419.184342
+PG25  15349.978009  18691.433421 -11033.589148     16.100371
+PG26 -11994.084464  18080.320254  14448.141249   -138.493401
+PG27 -13835.998718  17864.334955 -13007.718743    299.488090
+PG28 -22984.013606 -12639.616827  -4433.371085     63.082063
+PG29   6045.044141  23150.784045  11648.482758    235.026240
+PG30  17405.388293  17302.261890 -10585.041787     91.536767
+PG31  24664.482651  -6705.200046  -7419.582973    133.119887
+PG32   2495.095008 -16487.675883 -20492.811106   -318.761962
+PR01 -13081.328703   1897.448205  21827.914054 999999.999999
+PR02   1863.028328  15339.618913  20303.788253 999999.999999
+PR03   6083.340285   9012.489469 -23089.517149 999999.999999
+PR04   -776.929716 -22148.164114 -12636.806003 999999.999999
+PR05  13143.141735  -1826.675851 -21785.906797 999999.999999
+PR06  -1238.054580 -14870.310622 -20684.823977 999999.999999
+PR07 -16903.628361 -18134.356505  -5950.292171 999999.999999
+PR08 -19919.712144 -12210.734788  10244.486776 999999.999999
+PR09  11680.380880 -12447.668176  18964.663723 999999.999999
+PR10  -6291.941196  -8921.135350  23039.344162 999999.999999
+PR11 -21340.394537   -264.579275  13909.370333 999999.999999
+PR12 -23759.939100   8621.812766  -4109.068810 999999.999999
+PR13 -11698.949615  12536.713091 -18914.572246 999999.999999
+PR15  22517.213131  -1150.899285 -12019.822311 999999.999999
+PR16  23585.784901  -8607.437924   4140.524153 999999.999999
+PR17   1998.311612  20509.049916  15092.668104 999999.999999
+PR18  10044.326266   4495.737595  23038.956861 999999.999999
+PR19  12055.231255 -13920.502817  17649.248955 999999.999999
+PR20   6909.032587 -24480.336605   1410.320235 999999.999999
+PR21  -2078.391200 -20700.963959 -14832.517723 999999.999999
+PR22 -10010.552346  -4605.589807 -22995.752426 999999.999999
+PR23 -11940.940798  14063.704872 -17622.144362 999999.999999
+PR24  -6983.964902  24436.975505  -2195.327925 999999.999999
+*  2011  8 28 16  0  0.00000000
+PG01   5999.822426 -18493.587144 -18105.159420     -8.691289
+PG02 -21971.018624  14414.878783    891.444301    353.348619
+PG03  11987.325880 -13992.069038  18583.892732    760.815024
+PG04 -23362.674093   3015.351828 -12816.467327    214.744835
+PG05 -16474.899444   6866.335420  19693.584993   -210.346857
+PG06  14517.951945  -8778.974145  20525.284554    -84.747266
+PG07  -9443.149339 -11689.239665  21919.890505     24.099256
+PG08 -17573.757048  -5431.881957  19414.581622      9.014827
+PG09  -9615.306052  18922.577558 -16532.277108    102.057216
+PG10 -24339.191843  -8135.175464   7349.610168    -11.353584
+PG11   8662.695580 -22294.649993 -11526.328433   -180.918371
+PG12   2500.424685  17204.287302 -20122.040722     18.762291
+PG13  -4361.106034 -24442.071476   9182.703296    254.234146
+PG14  13767.469653   7987.006516 -21122.407168    169.398429
+PG15  -5060.231458  24646.715899   8239.468226   -108.704853
+PG16  15455.660835  -6871.514125  20569.085820   -194.449097
+PG17 -14517.336079  -7060.578906 -20987.803265    177.460668
+PG18  19094.349376  17354.961298   7404.155062    154.539997
+PG19   8862.323817 -22581.766845  10354.443183   -177.816747
+PG20  -4493.755777 -18133.370237 -19043.235988     52.253770
+PG21  13466.944223  10206.341209  21025.875494   -167.697360
+PG22  24230.437276   9663.830242  -5125.365329    144.964433
+PG23    -10.512393 -26360.247078    -88.841001    280.496185
+PG24   7762.966088 -18249.330877 -17466.629564    419.185286
+PG25  14046.599991  18161.287886 -13403.829863     16.101918
+PG26 -11977.651226  16193.445415  16507.366663   -138.504920
+PG27 -15179.262402  18446.786774 -10555.241188    299.494270
+PG28 -23208.420279 -13025.033412  -1590.839816     63.084754
+PG29   5761.658446  24315.069049   9138.240243    235.029033
+PG30  16142.322104  16945.787601 -12979.337490     91.534353
+PG31  23850.066767  -6070.906449 -10063.828441    133.124900
+PG32   4495.543444 -15098.083311 -21163.445144   -318.768005
+PR01 -15063.417684    191.009788  20597.500219 999999.999999
+PR02    -26.659982  13578.609980  21603.078730 999999.999999
+PR03   3371.022334   9919.468173 -23279.792703 999999.999999
+PR04   -631.724475 -23534.416689  -9829.528192 999999.999999
+PR05  15123.453427   -123.892114 -20542.019547 999999.999999
+PR06    683.396767 -13079.908747 -21888.588709 999999.999999
+PR07 -16226.820186 -17508.325875  -8955.299521 999999.999999
+PR08 -20801.713444 -12844.586032   7286.129880 999999.999999
+PR09  13764.074422 -13218.021869  16947.692499 999999.999999
+PR10  -3571.624451  -9820.811838  23246.880655 999999.999999
+PR11 -19519.463621   -725.651814  16357.249773 999999.999999
+PR12 -23996.851952   8883.878323   -918.453105 999999.999999
+PR13 -13750.185612  13353.948084 -16863.494667 999999.999999
+PR15  20900.520547   -793.050347 -14667.915236 999999.999999
+PR16  23842.206103  -8854.683068    931.767288 999999.999999
+PR17   1758.530722  22198.537834  12518.478486 999999.999999
+PR18   9491.256704   7249.382157  22575.702536 999999.999999
+PR19  11469.411147 -11697.866324  19550.050614 999999.999999
+PR20   6674.126669 -24151.568207   4606.923136 999999.999999
+PR21  -1864.835664 -22358.856522 -12233.072934 999999.999999
+PR22  -9457.381373  -7360.296272 -22495.325234 999999.999999
+PR23 -11383.858209  11839.683380 -19523.887454 999999.999999
+PR24  -6737.319117  24014.432997  -5368.534440 999999.999999
+*  2011  8 28 16 15  0.00000000
+PG01   7732.951435 -19445.064381 -16367.396403     -8.693431
+PG02 -22111.501222  14080.985543  -1948.484666    353.350070
+PG03  12550.518406 -11760.347375  19725.580601    760.819569
+PG04 -22177.273000   1995.148197 -14948.402815    214.754765
+PG05 -18354.820722   5759.846675  18350.576007   -210.351610
+PG06  14842.876548  -6430.577945  21179.588142    -84.738716
+PG07  -7319.793075 -13018.172819  21962.024435     24.101039
+PG08 -15589.361361  -6519.985711  20683.969939      9.013954
+PG09 -11077.469266  19755.389480 -14442.113573    102.060292
+PG10 -24837.858578  -8696.647563   4653.031753    -11.355849
+PG11   9754.289098 -22879.000416  -9171.382824   -180.921305
+PG12    397.757265  16146.335281 -21109.931724     18.764471
+PG13  -4156.677569 -25346.557384   6455.800846    254.232300
+PG14  13677.095655  10373.102218 -20142.140846    169.400350
+PG15  -5404.660212  23573.018427  10788.396024   -108.703234
+PG16  17398.372843  -5694.900096  19366.929775   -194.451077
+PG17 -14483.490114  -9435.581275 -20084.797263    177.459924
+PG18  18130.030759  17152.983381   9941.913735    154.541648
+PG19   9056.015793 -21234.528807  12783.562172   -177.820529
+PG20  -2424.164539 -17310.827821 -20154.566036     52.253771
+PG21  11499.035491  11484.480014  21485.244591   -167.699630
+PG22  24469.325451  10169.339293  -2384.000120    144.964220
+PG23    271.123156 -26191.785112  -2964.580621    280.493461
+PG24   9530.263774 -19020.843906 -15652.809967    419.188920
+PG25  12489.604315  17585.233847 -15544.056111     16.103534
+PG26 -12056.457746  14084.402107  18265.261566   -138.516105
+PG27 -16242.597517  18932.482691  -7911.683460    299.500399
+PG28 -23176.148793 -13231.962095   1278.817169     63.087463
+PG29   5539.004800  25200.420316   6471.548411    235.032034
+PG30  14627.922451  16559.313430 -15155.280979     91.532161
+PG31  22825.056843  -5237.583711 -12535.400996    133.130024
+PG32   6614.315131 -13778.819531 -21462.545672   -318.774145
+PR01 -17025.204962  -1259.110110  18967.551962 999999.999999
+PR02  -2143.617920  11875.553250  22483.221051 999999.999999
+PR03    740.264235  11027.875794 -23019.071524 999999.999999
+PR04   -636.360768 -24573.623380  -6831.397689 999999.999999
+PR05  17081.698873   1321.911040 -18899.223552 999999.999999
+PR06   2825.312399 -11358.490601 -22667.269060 999999.999999
+PR07 -15211.293824 -16727.801204 -11786.093827 999999.999999
+PR08 -21432.681624 -13184.474850   4186.267917 999999.999999
+PR09  15534.967796 -14041.942971  14602.085903 999999.999999
+PR10   -928.688079 -10923.809975  23001.894139 999999.999999
+PR11 -17478.069320  -1429.527622  18486.268045 999999.999999
+PR12 -23849.348271   9019.181067   2289.799578 999999.999999
+PR13 -15483.318549  14218.308640 -14485.707371 999999.999999
+PR15  19031.931442   -194.198137 -17032.357634 999999.999999
+PR16  23710.110831  -8974.778133  -2295.219373 999999.999999
+PR17   1693.674548  23573.681356   9702.179024 999999.999999
+PR18   9153.776002   9952.317891  21675.671337 999999.999999
+PR19  11018.139150  -9229.873493  21071.093087 999999.999999
+PR20   6407.178159 -23422.189168   7713.699597 999999.999999
+PR21  -1820.159341 -23697.397811  -9397.287437 999999.999999
+PR22  -9119.174449 -10061.783388 -21557.030016 999999.999999
+PR23 -10962.859133   9372.225304 -21046.694334 999999.999999
+PR24  -6470.335604  23194.576114  -8437.508462 999999.999999
+*  2011  8 28 16 30  0.00000000
+PG01   9243.637153 -20358.611755 -14348.181354     -8.694647
+PG02 -22010.259938  13559.962678  -4753.818879    353.351562
+PG03  13240.248699  -9449.800004  20512.520419    760.822405
+PG04 -20862.628351    785.826600 -16830.445364    214.765063
+PG05 -20132.912752   4819.603631  16692.703118   -210.356542
+PG06  15289.278106  -4050.854836  21473.133102    -84.730274
+PG07  -5283.414764 -14452.196181  21626.221360     24.102613
+PG08 -13562.868996  -7789.256695  21603.327439      9.014351
+PG09 -12297.711870  20520.410994 -12111.696015    102.062210
+PG10 -25086.552147  -9099.307960   1877.806567    -11.357522
+PG11  10652.933828 -23296.040366  -6657.701190   -180.924491
+PG12  -1843.999964  15165.834543 -21735.389063     18.766664
+PG13  -3996.552014 -25943.500840   3616.815059    254.230451
+PG14  13712.307971  12626.817094 -18811.514432    169.402225
+PG15  -5836.438356  22241.940634  13150.005863   -108.701741
+PG16  19262.197280  -4695.824054  17834.846528   -194.453019
+PG17 -14564.588552 -11684.408279 -18833.787337    177.458419
+PG18  16910.756619  16882.690544  12314.334094    154.543337
+PG19   9323.184631 -19635.849641  14988.368659   -177.824292
+PG20   -219.682245 -16549.374842 -20923.673890     52.254530
+PG21   9566.394660  12878.729155  21590.271511   -167.702006
+PG22  24450.854134  10529.766630    398.207453    144.963952
+PG23    591.629435 -25713.907019  -5788.129667    280.490732
+PG24  11072.397424 -19758.455334 -13565.101164    419.193044
+PG25  10695.649258  17002.975313 -17417.577242     16.105164
+PG26 -12255.375564  11796.343151  19689.144763   -138.527358
+PG27 -17028.498138  19280.120553  -5125.735180    299.505270
+PG28 -22868.877048 -13294.143487   4126.900509     63.090436
+PG29   5342.074347  25789.499611   3693.989510    235.034678
+PG30  12880.585404  16180.496674 -17077.155349     91.529760
+PG31  21628.616028  -4190.587068 -14791.265462    133.135216
+PG32   8811.650515 -12559.394554 -21383.402185   -318.780061
+PR01 -18902.339300  -2437.882798  16969.676859 999999.999999
+PR02  -4444.741286  10283.280592  22927.198003 999999.999999
+PR03  -1744.802423  12306.205401 -22312.738183 999999.999999
+PR04   -743.031649 -25233.532860  -3700.636048 999999.999999
+PR05  18953.462587   2495.974347 -16889.405467 999999.999999
+PR06   5142.778731  -9758.229451 -23005.897006 999999.999999
+PR07 -13855.926214 -15849.290418 -14387.650908 999999.999999
+PR08 -21766.371753 -13261.244533   1005.089814 999999.999999
+PR09  16963.109971 -14864.092517  11973.533015 999999.999999
+PR10   1572.073764 -12198.777234  22308.797148 999999.999999
+PR11 -15280.270368  -2390.279078  20255.087007 999999.999999
+PR12 -23339.412582   8976.523552   5454.037863 999999.999999
+PR13 -16869.673418  15073.004141 -11827.233440 999999.999999
+PR15  16972.393869    665.745586 -19067.252766 999999.999999
+PR16  23211.883744  -8916.394298  -5477.345950 999999.999999
+PR17   1760.731198  24593.724557   6698.288123 999999.999999
+PR18   9025.947854  12536.022691  20356.622780 999999.999999
+PR19  10736.734192  -6573.920159  22182.839063 999999.999999
+PR20   6164.235990 -22302.877832  10670.106281 999999.999999
+PR21  -1900.482885 -24677.268526  -6379.999354 999999.999999
+PR22  -8989.298604 -12640.946784 -20198.585846 999999.999999
+PR23 -10712.558400   6718.853293 -22161.059712 999999.999999
+PR24  -6238.435952  21990.945159 -11342.719550 999999.999999
+*  2011  8 28 16 45  0.00000000
+PG01  10520.093669 -21192.393879 -12082.219828     -8.696043
+PG02 -21694.716982  12828.823635  -7474.748094    353.352932
+PG03  14054.489398  -7108.753231  20930.927618    760.827189
+PG04 -19459.813294   -611.864284 -18431.061321    214.775662
+PG05 -21764.968536   4041.488604  14748.637159   -210.361179
+PG06  15853.110328  -1686.004125  21401.710542    -84.721523
+PG07  -3371.812340 -15958.372068  20917.540490     24.104084
+PG08 -11541.800022  -9225.496833  22155.542511      9.014503
+PG09 -13271.621195  21174.275460  -9578.728035    102.067031
+PG10 -25064.491592  -9372.765541   -929.074083    -11.357205
+PG11  11370.143310 -23513.828862  -4028.256389   -180.927719
+PG12  -4183.898909  14290.652545 -21987.159225     18.768765
+PG13  -3841.819221 -26222.506835    715.123714    254.228919
+PG14  13852.817235  14703.870213 -17154.333625    169.403753
+PG15  -6381.805244  20684.448582  15283.497674   -108.700379
+PG16  21000.703397  -3873.765461  15999.530992   -194.454993
+PG17 -14740.801164 -13764.412641 -17257.242371    177.457341
+PG18  15445.545750  16580.859667  14482.332164    154.545171
+PG19   9691.438828 -17819.017933  16930.637751   -177.827698
+PG20   2082.027411 -15873.932127 -21337.493732     52.255114
+PG21   7705.515987  14364.051136  21337.594252   -167.704089
+PG22  24159.113743  10775.749671   3173.627460    144.963787
+PG23    986.493874 -24940.610031  -8509.825177    280.488074
+PG24  12375.851039 -20421.454444 -11239.706787    419.194222
+PG25   8689.471230  16451.557553 -18992.272750     16.106828
+PG26 -12591.785259   9378.085094  20752.729490   -138.539037
+PG27 -17548.904400  19451.582957  -2248.130864    299.509450
+PG28 -22276.257564 -13248.979627   6905.668712     63.093098
+PG29   5133.805457  26073.464779    853.103037    235.037792
+PG30  10926.073389  15843.836676 -18713.624968     91.527534
+PG31  20303.613539  -2923.519010 -16791.855665    133.140231
+PG32  11043.063381 -11462.707795 -20926.100034   -318.786114
+PR01 -20630.586405  -3342.831082  14642.611564 999999.999999
+PR02  -6877.728384   8846.662847  22926.443009 999999.999999
+PR03  -4027.147090  13712.440881 -21174.757315 999999.999999
+PR04   -898.958515 -25494.247861   -498.031104 999999.999999
+PR05  20674.518980   3396.105850 -14551.580138 999999.999999
+PR06   7581.944294  -8322.947159 -22898.046685 999999.999999
+PR07 -12172.230684 -14930.108284 -16709.434582 999999.999999
+PR08 -21765.719107 -13115.200624  -2195.613593 999999.999999
+PR09  18031.231369 -15626.064912   9113.125149 999999.999999
+PR10   3872.774776 -13603.657752  21180.767152 999999.999999
+PR11 -12993.509887  -3609.446817  21629.444114 999999.999999
+PR12 -22500.681181   8710.988264   8513.370754 999999.999999
+PR13 -17893.436427  15858.447799  -8939.540220 999999.999999
+PR15  14787.582544   1794.596256 -20733.007213 999999.999999
+PR16  22381.874948  -8634.680853  -8552.489016 999999.999999
+PR17   1910.092351  25229.319397   3564.910212 999999.999999
+PR18   9089.872765  14935.396161  18644.341518 999999.999999
+PR19  10649.949882  -3794.194482  22863.700551 999999.999999
+PR20   5998.722786 -20817.467243  13418.574517 999999.999999
+PR21  -2055.633865 -25270.687964  -3239.507860 999999.999999
+PR22  -9049.113356 -15032.084472 -18445.980656 999999.999999
+PR23 -10656.983524   3943.741389 -22845.401178 999999.999999
+PR24  -6093.881060  20429.948591 -14027.855273 999999.999999
+*  2011  8 28 17  0  0.00000000
+PG01  11559.051958 -21904.610108  -9608.463453     -8.697493
+PG02 -21197.964524  11871.520711 -10063.022037    353.354481
+PG03  14983.398203  -4785.184224  20973.943779    760.831807
+PG04 -18010.241559  -2189.395501 -19723.259926    214.785639
+PG05 -23209.730600   3413.653578  12551.890729   -210.366193
+PG06  16522.829616    619.170276  20967.241758    -84.712950
+PG07  -1616.602425 -17498.172938  19847.512151     24.105868
+PG08  -9571.426147 -10806.052707  22329.543446      9.015332
+PG09 -14003.170835  21674.658424  -6884.648616    102.070452
+PG10 -24758.298314  -9550.473964  -3720.365134    -11.358382
+PG11  11923.608852 -23504.968101  -1328.463980   -180.930496
+PG12  -6576.411082  13541.651105 -21860.383004     18.771038
+PG13  -3652.750254 -26182.578722  -2198.956549    254.227167
+PG14  14071.545316  16565.592284 -15200.009202    169.405593
+PG15  -7061.080376  18937.531849  17152.135419   -108.698838
+PG16  22569.712715  -3219.922032  13892.664394   -194.457012
+PG17 -14985.837620 -15638.370330 -15383.156147    177.456170
+PG18  13750.947031  16282.791965  16410.212416    154.546507
+PG19  10182.343149 -15823.430913  18576.961312   -177.831457
+PG20   4439.199650 -15303.044974 -21388.907694     52.255614
+PG21   5948.526282  15909.400239  20729.549861   -167.706784
+PG22  23585.860061  10940.978854   5894.945622    144.963427
+PG23   1487.824522 -23894.433500 -11081.896527    280.485220
+PG24  13435.628821 -20968.978650  -8717.161853    419.195784
+PG25   6503.122313  15963.879071 -20241.136153     16.108493
+PG26 -13074.720837   6882.256021  21436.707725   -138.550159
+PG27 -17824.402380  19413.552836    669.416807    299.514392
+PG28 -21396.308706 -13135.929117   9569.067548     63.095809
+PG29   4876.697921  26052.262453  -2002.415548    235.040534
+PG30   8796.684760  15579.330576 -20038.162793     91.525154
+PG31  18894.993630  -1438.728473 -18501.804709    133.145449
+PG32  13260.908555 -10504.192263 -20097.612095   -318.792319
+PR01 -22148.438840  -3983.878887  12031.475861 999999.999999
+PR02  -9383.029077   7600.853725  22481.001573 999999.999999
+PR03  -6058.951017  15195.759727 -19627.384565 999999.999999
+PR04  -1048.866153 -25349.015503   2714.243308 999999.999999
+PR05  22183.447163   4032.517782 -11931.135684 999999.999999
+PR06  10082.043596  -7086.412564 -22345.947095 999999.999999
+PR07 -10184.114285 -14025.857361 -18706.378446 999999.999999
+PR08 -21404.523026 -12794.186403  -5353.651448 999999.999999
+PR09  18735.217193 -16268.960967   6076.360946 999999.999999
+PR10   5924.628319 -15087.385270  19639.513774 999999.999999
+PR11 -10685.910187  -5075.759278  22582.809131 999999.999999
+PR12 -21376.999980   8186.057038  11408.808200 999999.999999
+PR13 -18552.092090  16514.876130  -5878.552718 999999.999999
+PR15  12545.274478   3187.317022 -21997.103918 999999.999999
+PR16  21264.857458  -8093.409324 -11460.724225 999999.999999
+PR17   2087.875911  25463.672333    362.624714 999999.999999
+PR18   9316.576642  17091.228556  16572.125442 999999.999999
+PR19  10770.866469   -959.243564  23100.456454 999999.999999
+PR20   5958.950124 -19002.058750  15905.640642 999999.999999
+PR21  -2231.489459 -25462.494518    -36.463345 999999.999999
+PR22  -9268.859033 -17175.444628 -16332.999115 999999.999999
+PR23 -10808.497294   1115.284027 -23086.472308 999999.999999
+PR24  -6083.353967  18549.878553 -16440.906695 999999.999999
+*  2011  8 28 17 15  0.00000000
+PG01  12365.689590 -22455.150461  -6969.442723     -8.698508
+PG02 -20557.334388  10679.783463 -12472.883177    353.355782
+PG03  16009.648001  -2524.960888  20641.727111    760.836257
+PG04 -16554.176063  -3930.576912 -20685.019938    214.795592
+PG05 -24430.379355   2917.165882  10140.238064   -210.370938
+PG06  17279.819420   2822.755513  20177.699358    -84.704154
+PG07    -42.151647 -19028.870800  18433.986082     24.107430
+PG08  -7693.155456 -12500.465437  22120.592268      9.014856
+PG09 -14504.490370  21981.946834  -4074.066300    102.073920
+PG10 -24162.520148  -9668.277699  -6449.309220    -11.359256
+PG11  12336.354820 -23247.806980   1394.606552   -180.933488
+PG12  -8972.981763  12931.915131 -21356.714923     18.773195
+PG13  -3390.544482 -25832.085738  -5075.062623    254.225312
+PG14  14335.804385  18180.227742 -12982.990121    169.407443
+PG15  -7887.703438  17042.850137  18723.880045   -108.697265
+PG16  23928.872092  -2717.743882  11550.363689   -194.458798
+PG17 -15268.082638 -17275.708940 -13244.507813    177.455052
+PG18  11850.575245  16020.922026  18066.176613    154.548444
+PG19  10810.436245 -13693.152889  19899.319717   -177.835112
+PG20   6807.353520 -14848.207231 -21076.867701     52.255739
+PG21   4322.109678  17478.699527  19774.261295   -167.708931
+PG22  22730.882629  11060.716717   8515.947045    144.962954
+PG23   2122.869506 -22605.581891 -13459.353756    280.482553
+PG24  14255.270351 -21361.699867  -6041.600183    419.196977
+PG25   4174.931142  15567.375759 -21142.732713     16.110130
+PG26 -13704.395608   4363.280581  21729.154969   -138.561113
+PG27 -17883.091409  19138.902636   3575.252331    299.518699
+PG28 -20235.504439 -12994.866799  12073.400105     63.098900
+PG29   4534.451831  25734.596562  -4823.540650    235.043463
+PG30   6530.199881  15411.316255 -21029.402167     91.522698
+PG31  17448.060717    252.527681 -19890.616665    133.150616
+PG32  15416.105057  -9691.269570 -18911.745871   -318.798622
+PR01 -23399.632048  -4382.677568   9186.903200 999999.999999
+PR02 -11896.105282   6569.957466  21599.527998 999999.999999
+PR03  -7803.328001  16698.616328 -17700.724019 999999.999999
+PR04  -1137.564195 -24804.485984   5873.834151 999999.999999
+PR05  23424.148179   4427.138693  -9078.954239 999999.999999
+PR06  12577.717617  -6071.078954 -21360.428593 999999.999999
+PR07  -7927.122258 -13188.001787 -20339.758108 999999.999999
+PR08 -20668.692453 -12351.350466  -8407.644241 999999.999999
+PR09  19084.043013 -16735.992289   2922.072592 999999.999999
+PR10   7689.756034 -16591.981177  17714.874145 999999.999999
+PR11  -8423.561028  -6765.403018  23096.885260 999999.999999
+PR12 -20020.577980   7375.396179  14084.374574 999999.999999
+PR13 -18856.315844  16984.994591  -2703.579360 999999.999999
+PR15  10312.649017   4825.981674 -22834.744815 999999.999999
+PR16  19914.065484  -7266.749965 -14145.506233 999999.999999
+PR17   2238.429356  25293.188537  -2846.670525 999999.999999
+PR18   9667.371632  18952.431087  14180.137431 999999.999999
+PR19  11100.291216   1860.637531  22888.508187 999999.999999
+PR20   6085.862837 -16903.635350  18082.990774 999999.999999
+PR21  -2372.486088 -25250.722500   3167.285431 999999.999999
+PR22  -9609.038047 -19019.542399 -13900.588255 999999.999999
+PR23 -11167.227387  -1696.505417 -22879.615513 999999.999999
+PR24  -6245.789205  16399.447529 -18535.167400 999999.999999
+*  2011  8 28 17 30  0.00000000
+PG01  12953.237491 -22807.199700  -4210.537640     -8.698902
+PG02 -19812.808652   9253.638580 -14661.940811    353.357702
+PG03  17109.083551   -370.189533  19941.381772    760.840953
+PG04 -15129.286759  -5811.958194 -21299.652600    214.805947
+PG05 -25395.860561   2526.928664   7555.067205   -210.375700
+PG06  18099.088658   4887.106550  19046.937851    -84.695409
+PG07   1335.210143 -20505.112132  16700.864479     24.108718
+PG08  -5943.049574 -14271.438124  21530.483489      9.014472
+PG09 -14795.331571  22060.854158  -1194.115375    102.076465
+PG10 -23279.873535  -9762.887828  -9070.356045    -11.359887
+PG11  12635.671465 -22727.444473   4093.080861   -180.936740
+PG12 -11323.712770  12466.291838 -20484.331049     18.775438
+PG13  -3019.032454 -25188.377916  -7863.666527    254.223601
+PG14  14608.697824  19523.963990 -10542.115411    169.409195
+PG15  -8867.554725  15045.213551  19971.931731   -108.695962
+PG16  25043.086880  -2343.759680   9012.570235   -194.461125
+PG17 -15551.939098 -18653.475203 -10878.646207    177.453739
+PG18   9774.403689  15823.543645  19422.780776    154.549745
+PG19  11582.545407 -11475.308393  20875.539954   -177.838929
+PG20   9140.782816 -14513.462060 -20406.424287     52.256508
+PG21   2846.617382  19032.028577  18485.649020   -167.711000
+PG22  21602.078919  11170.273750  10992.269867    144.962799
+PG23   2912.741241 -21110.753673 -15600.812795    280.479587
+PG24  14846.525699 -21563.467187  -3259.944789    419.199803
+PG25   1748.226020  15282.927617 -21681.563694     16.111872
+PG26 -14472.131760   1875.298431  21625.743006   -138.572477
+PG27 -17759.182248  18607.805829   6418.754539    299.522271
+PG28 -18808.568395 -12864.466367  14377.934554     63.101548
+PG29   4073.567596  25137.572579  -7561.753464    235.046357
+PG30   4168.642528  15357.539621 -21671.413579     91.520522
+PG31  16006.747160   2130.273713 -20933.264018    133.155705
+PG32  17459.943638  -9023.143972 -17388.941415   -318.804723
+PR01 -24335.461644  -4571.438036   6164.063883 999999.999999
+PR02 -14349.910116   5766.174715  20299.117630 999999.999999
+PR03  -9235.587180  18159.119224 -15432.141194 999999.999999
+PR04  -1112.525320 -23880.429038   8919.418909 999999.999999
+PR05  24348.159323   4612.430735  -6050.425042 999999.999999
+PR06  15001.535140  -5287.311544 -19960.704975 999999.999999
+PR07  -5447.200957 -12461.636325 -21577.937356 999999.999999
+PR08 -19556.999560 -11842.701288 -11298.220618 999999.999999
+PR09  19099.178189 -16975.008349   -288.706257 999999.999999
+PR10   9142.536035 -18054.970164  15444.242640 999999.999999
+PR11  -6267.914877  -8642.831705  23161.946285 999999.999999
+PR12 -18489.809489   6264.231835  16488.175807 999999.999999
+PR13 -18829.326863  17216.538292    523.829921 999999.999999
+PR15   8153.623287   6680.284809 -23229.350010 999999.999999
+PR16  18388.900014  -6140.605184 -16554.771674 999999.999999
+PR17   2306.909146  24727.587622  -6000.940226 999999.999999
+PR18  10095.631246  20477.938494  11514.633149 999999.999999
+PR19  11626.692444   4596.086634  22231.968629 999999.999999
+PR20   6411.108758 -14578.234246  19908.399252 999999.999999
+PR21  -2424.191586 -24646.651974   6309.866497 999999.999999
+PR22 -10022.232437 -20523.145869 -11196.071080 999999.999999
+PR23 -11721.026784  -4422.659636 -22228.850194 999999.999999
+PR24  -6610.539870  14035.907530 -20270.127551 999999.999999
+*  2011  8 28 17 45  0.00000000
+PG01  13342.279503 -22928.727322  -1379.198642     -8.700029
+PG02 -19005.340983   7601.589857 -16591.964959    353.359356
+PG03  18251.671580   1642.258751  18886.732968    760.845510
+PG04 -13769.308183  -7803.500316 -21556.095975    214.816271
+PG05 -26082.002357   2212.839579   4840.675437   -210.380446
+PG06  18950.216319   6780.056038  17594.438584    -84.686864
+PG07   2507.661459 -21880.618356  14677.721398     24.110628
+PG08  -4350.532965 -16076.092823  20567.636744      9.013346
+PG09 -14902.240675  21881.919855   1706.263777    102.079186
+PG10 -22121.198603  -9870.342404 -11539.852734    -11.360535
+PG11  12851.865377 -21936.485521   6719.172231   -180.939567
+PG12 -13579.110200  12141.260605 -19257.822585     18.777639
+PG13  -2506.267405 -24277.067045 -10516.929884    254.222162
+PG14  14850.684795  20581.651548  -7919.899681    169.411042
+PG15  -9998.581596  12990.957228  20875.172852   -108.693812
+PG16  25883.763366  -2068.661564   6322.387414   -194.463261
+PG17 -15799.324113 -19757.008739  -8326.611726    177.452362
+PG18   7557.837541  15713.694784  20457.337953    154.551492
+PG19  12497.422947  -9218.376752  21489.634275   -177.842676
+PG20  11394.099238 -14295.294650 -19388.661206     52.256495
+PG21   1535.399244  20526.987841  16883.358207   -167.713895
+PG22  20215.234337  11303.498660  13282.118572    144.962524
+PG23   3871.397960 -19451.726802 -17469.239746    280.476936
+PG24  15228.703253 -21542.836902   -421.038814    419.202846
+PG25   -730.131785  15124.029936 -21848.331309     16.113505
+PG26 -15360.694050   -529.884907  21129.757019   -138.583439
+PG27 -17491.397674  17808.535584   9151.234549    299.528331
+PG28 -17137.987119 -12780.660472  16445.448650     63.104504
+PG29   3464.844594  24286.029783 -10169.875876    235.049334
+PG30   1756.900427  15428.475416 -21953.907148     91.518146
+PG31  14611.932639   4166.353401 -21610.695727    133.160863
+PG32  19345.901754  -8490.948560 -15555.920398   -318.810767
+PR01 -24916.805066  -4591.318408   3021.599340 999999.999999
+PR02 -16677.483784   5189.461198  18604.977768 999999.999999
+PR03 -10343.988660  19513.604145 -12865.542945 999999.999999
+PR04   -926.350783 -22608.920311  11791.894488 999999.999999
+PR05  24916.668395   4629.762804  -2904.368946 999999.999999
+PR06  17286.610962  -4733.135459 -18173.995847 999999.999999
+PR07  -2799.030773 -11883.544463 -22396.974397 999999.999999
+PR08 -18081.308588 -11324.552742 -13969.175768 999999.999999
+PR09  18813.484456 -16940.841288  -3493.909490 999999.999999
+PR10  10270.432697 -19412.011537  12871.845075 999999.999999
+PR11  -4273.397420 -10662.078962  22777.004832 999999.999999
+PR12 -16846.852005   4850.255818  18573.400935 999999.999999
+PR13 -18505.728112  17164.639845   3741.071651 999999.999999
+PR15   6126.333135   8708.581423 -23172.902700 999999.999999
+PR16  16752.401661  -4713.444376 -18641.943366 999999.999999
+PR17   2241.828527  23789.486295  -9039.195460 999999.999999
+PR18  10548.905412  21638.208130   8627.079086 999999.999999
+PR19  12326.670174   7181.314579  21143.582762 999999.999999
+PR20   6955.515854 -12088.756596  21346.542622 999999.999999
+PR21  -2335.832948 -23674.329562   9330.561021 999999.999999
+PR22 -10455.281199 -21656.844423  -8272.222451 999999.999999
+PR23 -12445.966647  -6997.876450 -21146.794765 999999.999999
+PR24  -7195.959144  11522.830319 -21612.246728 999999.999999
+*  2011  8 28 18  0  0.00000000
+PG01  13559.772375 -22793.805475   1475.868883     -8.700873
+PG02 -18175.161819   5740.452636 -18229.581916    353.360620
+PG03  19402.697981   3481.982569  17497.959935    760.848887
+PG04 -12502.844528  -9869.497201 -21449.135428    214.826382
+PG05 -26472.380492   1941.142301   2043.519546   -210.385369
+PG06  19798.506314   8475.915832  15844.974280    -84.678120
+PG07   3476.024549 -23109.945765  12399.312672     24.111903
+PG08  -2937.349168 -17867.476422  19247.073284      9.012457
+PG09 -14857.457864  21422.831883   4577.115114    102.080501
+PG10 -20705.131310 -10024.505579 -13816.699272    -11.361324
+PG11  13016.877380 -20875.511287   9226.097642   -180.942566
+PG12 -15691.830190  11945.140729 -17697.974613     18.779971
+PG13  -1825.943669 -23131.005158 -12989.516503    254.220347
+PG14  15021.244986  21347.191798  -5161.767518    169.412687
+PG15 -11270.744166  10926.274291  21418.505540   -108.692459
+PG16  26429.816931  -1858.606891   3525.376837   -194.465071
+PG17 -15971.258393 -20580.301173  -5632.409506    177.450996
+PG18   5240.598338  15708.239124  21152.264244    154.553124
+PG19  13545.714782  -6970.457201  21732.017005   -177.846205
+PG20  13523.771927 -14182.821770 -18040.535560     52.256984
+PG21    394.388479  21920.197461  14992.592279   -167.715813
+PG22  18593.518557  11491.339220  15346.928102    144.962019
+PG23   5004.923349 -17673.761345 -19032.599315    280.474424
+PG24  15427.717549 -21274.425410   2425.263579    419.205012
+PG25  -3211.349590  15096.260790 -21640.100015     16.115079
+PG26 -16345.006572  -2804.719431  20251.922253   -138.594863
+PG27 -17121.250639  16737.931503  11726.739801    299.533245
+PG28 -15253.265236 -12775.227920  18242.711522     63.107366
+PG29   2684.719291  23211.585919 -12602.887021    235.051776
+PG30   -658.747871  15626.922335 -21872.361693     91.515762
+PG31  13299.883494   6325.302243 -21910.241897    133.166045
+PG32  21031.387105  -8078.240320 -13445.191754   -318.816831
+PR01 -25115.762767  -4490.435620   -179.512263 999999.999999
+PR02 -18814.559470   4827.712516  16549.943227 999999.999999
+PR03 -11129.963448  20699.297006 -10050.537543 999999.999999
+PR04   -539.018621 -21033.031969  14435.522196 999999.999999
+PR05  25102.143175   4527.409025    298.104807 999999.999999
+PR06  19369.213243  -4394.513029 -16034.996745 999999.999999
+PR07    -43.998257 -11480.626747 -22781.077322 999999.999999
+PR08 -16266.269101 -10850.969241 -16368.568346 999999.999999
+PR09  18269.657444 -16597.371342  -6631.622881 999999.999999
+PR10  11074.272212 -20599.634092  10047.871132 999999.999999
+PR11  -2485.331664 -12768.519328  21949.810165 999999.999999
+PR12 -15155.057285   3144.020180  20299.239287 999999.999999
+PR13 -17929.882231  16793.904036   6885.700132 999999.999999
+PR15   4280.864239  10859.416186 -22666.131596 999999.999999
+PR16  15068.599552  -2996.606522 -20366.816963 999999.999999
+PR17   1997.467287  22513.465002 -11902.658623 999999.999999
+PR18  10971.287615  22416.256210   5573.176519 999999.999999
+PR19  13165.943800   9556.595738  19644.481486 999999.999999
+PR20   7728.040901  -9502.507230  22369.674093 999999.999999
+PR21  -2062.674402 -22369.579635  12170.959678 999999.999999
+PR22 -10851.724144 -22404.130224  -5186.225308 999999.999999
+PR23 -13307.341234  -9362.984500 -19654.424004 999999.999999
+PR24  -8008.455505   8927.640613 -22535.591863 999999.999999
+*  2011  8 28 18 15  0.00000000
+PG01  13637.824682 -22383.703384   4305.542446     -8.700482
+PG02 -17360.139938   3694.852830 -19546.857078    353.362279
+PG03  20524.155578   5125.998118  15801.103147    760.854194
+PG04 -11352.365979 -11969.718617 -20979.544866    214.836143
+PG05 -26558.899808   1675.918493   -788.567027   -210.389986
+PG06  20606.309728   9956.236258  13828.198759    -84.669537
+PG07   4249.556801 -24150.235182   9904.983200     24.113643
+PG08  -1716.811253 -19596.262879  17590.268072      9.011966
+PG09 -14697.576954  20669.513751   7368.319498    102.081482
+PG10 -19057.505809 -10255.657583 -15862.963740    -11.362552
+PG11  13162.825340 -19553.237290  11568.995040   -180.945785
+PG12 -17618.354841  11858.631099 -15831.431598     18.782138
+PG13   -958.588103 -21789.003249 -15239.349832    254.219309
+PG14  15080.577441  21823.582343  -2315.252094    169.414627
+PG15 -12666.280623   8895.571947  21593.079966   -108.691015
+PG16  26668.410914  -1676.687830    668.822699   -194.467554
+PG17 -16029.487018 -21126.031886  -2842.247591    177.449461
+PG18   2865.455604  15817.175858  21495.365034    154.554848
+PG19  14710.257949  -4777.573087  21599.600189   -177.849793
+PG20  15489.607156 -14158.272406 -16384.624107     52.257373
+PG21   -578.036212  23168.880687  12843.844298   -167.718495
+PG22  16766.718600  11760.526428  17151.970965    144.961799
+PG23   6311.131540 -15823.886600 -20264.395733    280.471521
+PG24  15474.877428 -20740.028121   5229.025649    419.205878
+PG25  -5646.379533  15197.065423 -21060.351351     16.116661
+PG26 -17393.212117  -4907.618203  19010.053492   -138.606021
+PG27 -16691.274643  15401.530638  14102.755331    299.537029
+PG28 -13189.951971 -12874.551698  19740.904131     63.109966
+PG29   1716.389410  21951.429910 -14818.708042    235.054652
+PG30  -3032.150239  15947.884583 -21428.081035     91.513245
+PG31  12100.876989   8565.523500 -21825.902712    133.171289
+PG32  22479.332956  -7761.824153 -11094.424652   -318.822824
+PR01 -24916.849785  -4321.585269  -3377.137295 999999.999999
+PR02 -20702.071823   4657.466548  14173.845330 999999.999999
+PR03 -11607.790754  21656.957508  -7041.490085 999999.999999
+PR04     80.180851 -19205.082504  16799.006614 999999.999999
+PR05  24889.507392   4358.257917   3494.787157 999999.999999
+PR06  21191.252695  -4246.137317 -13585.207149 999999.999999
+PR07   2752.108529 -11268.764643 -22722.900896 999999.999999
+PR08 -14148.485475 -10471.319150 -18449.734165 999999.999999
+PR09  17518.277309 -15919.227559  -9641.262116 999999.999999
+PR10  11567.951952 -21557.957191   7027.482306 999999.999999
+PR11   -938.260212 -14901.003073  20696.677223 999999.999999
+PR12 -13476.360100   1168.799007  21631.695127 999999.999999
+PR13 -17153.891315  16080.100890   9896.638704 999999.999999
+PR15   2657.328359  13073.481881 -21718.525327 999999.999999
+PR16  13399.848962  -1014.059943 -21696.314453 999999.999999
+PR17   1536.042549  20944.656769 -14535.888241 999999.999999
+PR18  11305.936336  22808.190330   2411.808497 999999.999999
+PR19  14100.815538  11670.506314  17763.773096 999999.999999
+PR20   8725.233425  -6888.567882  22958.146548 999999.999999
+PR21  -1568.146459 -20778.545913  14776.078131 999999.999999
+PR22 -11154.406248 -22761.944334  -1998.528871 999999.999999
+PR23 -14261.143065 -11467.154397 -17780.666106 999999.999999
+PR24  -9042.061078   6319.004071 -23022.329149 999999.999999
+*  2011  8 28 18 30  0.00000000
+PG01  13612.282489 -21687.715431   7061.128106     -8.700894
+PG02 -16594.268888   1496.415444 -20521.754872    353.363665
+PG03  21576.259099   6559.367940  13827.465192    760.858235
+PG04 -10333.434598 -14060.737288 -20154.143290    214.845470
+PG05 -26342.070732   1380.662843  -3607.177675   -210.394804
+PG06  21334.466282  11210.297704  11578.167699    -84.660782
+PG07   4845.404495 -24962.880873   7237.981259     24.115336
+PG08   -693.383774 -21212.588628  15624.871774      9.011124
+PG09 -14462.010065  19616.923185  10030.496735    102.083790
+PG10 -17210.508569 -10589.224136 -17644.452510    -11.364305
+PG11  13320.534512 -17986.346621  13705.817842   -180.948701
+PG12 -19320.532343  11855.662359 -13690.253644     18.784179
+PG13    107.519640 -20294.342150 -17228.303863    254.217213
+PG14  14991.267501  22022.623268    570.827007    169.416436
+PG15 -14160.279994   6939.913732  21396.411738   -108.689444
+PG16  26595.400614  -1484.514402  -2199.026151   -194.469194
+PG17 -15938.069896 -21405.283841     -3.753322    177.448169
+PG18    476.846641  16043.202795  21480.057788    154.556610
+PG19  15966.690580  -2682.080334  21095.771491   -177.853836
+PG20  17256.113489 -14197.743129 -14448.777542     52.257777
+PG21  -1390.895730  24232.475393  10472.519200   -167.720842
+PG22  14770.237999  12132.429597  18666.900618    144.961640
+PG23   7779.510368 -13949.143608 -21144.097960    280.468964
+PG24  15405.466179 -19929.457736   7941.154604    419.208619
+PG25  -7987.606410  15415.866116 -20118.931109     16.118293
+PG26 -18468.017459  -6804.378960  17428.547348   -138.617504
+PG27 -16243.277114  13813.372669  16240.798779    299.541117
+PG28 -10988.474028 -13098.585069  20915.980156     63.112890
+PG29    550.678673  20546.908313 -16778.940788    235.057416
+PG30  -5318.791850  16378.743135 -20628.177846     91.510824
+PG31  11038.068924  10840.724547 -21358.511591    133.176338
+PG32  23659.574693  -7512.870055  -8545.704438   -318.828814
+PR01 -24317.687147  -4139.766352  -6509.191853 999999.999999
+PR02 -22288.464376   4645.093468  11522.745847 999999.999999
+PR03 -11803.747570  22333.394764  -3896.490079 999999.999999
+PR04    951.104406 -17184.519066  18836.487620 999999.999999
+PR05  24276.813454   4177.329806   6623.579670 999999.999999
+PR06  22702.551149  -4252.707477 -10872.129062 999999.999999
+PR07   5521.586153 -11252.166762 -22223.679843 999999.999999
+PR08 -11775.196495 -10228.040482 -20172.196597 999999.999999
+PR09  16615.550214 -14893.053559 -12464.723229 999999.999999
+PR10  11777.596343 -22233.280662   3869.715948 999999.999999
+PR11    345.266835 -16994.275394  19042.151676 999999.999999
+PR12 -11868.732128  -1040.082637  22544.282572 999999.999999
+PR13 -16235.265449  15011.404477  12715.367237 999999.999999
+PR15   1284.365992  15285.927980 -20348.176322 999999.999999
+PR16  11804.269451   1198.368396 -22605.092247 999999.999999
+PR17    829.549401  19136.915807 -16887.842848 999999.999999
+PR18  11497.646822  22823.217480   -796.071799 999999.999999
+PR19  15080.048404  13481.818066  15537.980018 999999.999999
+PR20   9931.236572  -4315.113770  23100.775448 999999.999999
+PR21   -825.636535 -18955.822670  17095.411201 999999.999999
+PR22 -11308.128479 -22740.662465   1228.366476 999999.999999
+PR23 -15255.946959 -13269.764546 -15561.846731 999999.999999
+PR24 -10278.531257   3764.177436 -23063.061546 999999.999999
+*  2011  8 28 18 45  0.00000000
+PG01  13521.177127 -20703.690291   9695.199242     -8.703273
+PG02 -15906.339487   -817.319522 -21138.470010    353.365118
+PG03  22519.020791   7775.493661  11612.926575    760.862565
+PG04  -9454.191076 -16097.395930 -18985.761380    214.855361
+PG05 -25830.970875   1019.880777  -6364.144198   -210.399805
+PG06  21943.812986  12235.318380   9132.796523    -84.652208
+PG07   5287.739357 -25515.050637   4444.692064     24.116903
+PG08    137.379096 -22667.949542  13384.300225      9.011835
+PG09 -14191.313103  18269.518062  12515.940399    102.084879
+PG10 -15201.613460 -11044.689175 -19131.230808    -11.365581
+PG11  13518.120176 -16199.000282  15598.182205   -180.951692
+PG12 -20766.919984  11904.529322 -11311.369931     18.786518
+PG13   1375.731086 -18693.134417 -18922.817993    254.215843
+PG14  14719.858406  21964.300360   3447.192423    169.418064
+PG15 -15721.538422   5095.606643  20832.388884   -108.687694
+PG16  26215.467182  -1243.852904  -5029.726967   -194.471498
+PG17 -15664.882542 -21436.954499   2834.819470    177.446979
+PG18  -1880.570620  16381.550483  21105.527168    154.558047
+PG19  17284.345995   -721.239390  20230.260009   -177.857338
+PG20  18793.701239 -14272.201542 -12265.685757     52.258415
+PG21  -2060.158017  25074.212065   7918.442320   -167.723188
+PG22  12643.899184  12622.123509  19866.225387    144.961364
+PG23   9391.501394 -12094.854195 -21657.444458    280.466080
+PG24  15257.174115 -18841.067670  10514.305347    419.210830
+PG25 -10190.483513  15734.493733 -18831.889258     16.119873
+PG26 -19528.255961  -8469.265246  15537.742348   -138.628646
+PG27 -15816.680105  11995.500694  18106.910097    299.545229
+PG28  -8692.814186 -13460.056161  21748.969017     63.115688
+PG29   -813.393613  19041.959567 -18449.546796    235.060376
+PG30  -7477.249483  16899.711246 -19485.484946     91.508333
+PG31  10126.653665  13101.558010 -20515.765339    133.181313
+PG32  24549.947284  -7298.273499  -5844.691503   -318.834875
+PR01 -23329.163460  -3999.615916  -9514.847389 999999.999999
+PR02 -23531.700351   4748.423008   8648.049942 999999.999999
+PR03 -11754.766744  22683.751525   -676.249463 999999.999999
+PR04   2081.675690 -15035.520735  20508.426689 999999.999999
+PR05  23275.383341   4039.208238   9623.702987 999999.999999
+PR06  23862.796118  -4370.631551  -7948.351165 999999.999999
+PR07   8197.381003 -11423.223920 -21293.196856 999999.999999
+PR08  -9202.519540 -10154.713852 -21502.455844 999999.999999
+PR09  15620.834701 -13518.285932 -15047.484941 999999.999999
+PR10  11740.196263 -22580.431410    636.308591 999999.999999
+PR11   1355.390658 -18981.579130  17018.518693 999999.999999
+PR12 -10383.807142  -3436.430883  23018.584982 999999.999999
+PR13 -15234.378121  13589.123564  15287.062551 999999.999999
+PR15    178.139318  17428.924931 -18581.454898 999999.999999
+PR16  10333.389515   3594.259669 -23075.995034 999999.999999
+PR17   -138.806584  17150.640805 -18912.864252 999999.999999
+PR18  11495.367088  22483.127792  -3988.592042 999999.999999
+PR19  16047.079969  14960.969480  13010.331301 999999.999999
+PR20  11318.323924  -1846.784861  22795.036279 999999.999999
+PR21    180.134755 -16962.251498  19083.906316 999999.999999
+PR22 -11262.228308 -22363.520280   4431.170642 999999.999999
+PR23 -16235.124390 -14741.845073 -13040.990088 999999.999999
+PR24 -11687.971837   1326.429328 -22657.006215 999999.999999
+*  2011  8 28 19  0  0.00000000
+PG01  13403.095828 -19438.240051  12162.413846     -8.704512
+PG02 -15318.849698  -3204.205221 -21387.628391    353.366635
+PG03  23313.820247   8776.071251   9197.198337    760.867817
+PG04  -8715.125358 -18034.363744 -17493.113341    214.865183
+PG05 -25042.893506    560.647764  -9012.343821   -210.404609
+PG06  22396.705723  13036.371678   6533.261801    -84.643712
+PG07   5606.611860 -25780.994286   1573.805281     24.118392
+PG08    788.528991 -23917.082024  10907.192918      9.012144
+PG09 -13925.437409  16641.356919  14779.564739    102.085621
+PG10 -13072.333801 -11634.728919 -20298.089020    -11.364802
+PG11  13779.686079 -14222.042016  17212.143151   -180.954700
+PG12 -21933.876016  11969.259601  -8735.938201     18.788596
+PG13   2840.738225 -17032.600591 -20294.428190    254.214047
+PG14  14238.269007  21675.872954   6264.930728    169.419701
+PG15 -17313.664418   3392.985501  19911.170762   -108.686259
+PG16  25541.936758   -918.259865  -7775.417198   -194.473301
+PG17 -15182.972181 -21246.887515   5625.380703    177.445616
+PG18  -4163.383775  16820.097007  20376.807574    154.559952
+PG19  18627.392254   1073.998137  19018.897488   -177.860865
+PG20  20079.670451 -14348.701664  -9872.358461     52.258890
+PG21  -2607.994980  25662.593574   5225.253070   -167.725448
+PG22  10430.592629  13237.701018  20729.707959    144.960968
+PG23  11121.101328 -10302.984793 -21796.626076    280.463234
+PG24  15068.449938 -17481.940243  12903.741595    419.213175
+PG25 -12215.054627  16127.924834 -17221.214657     16.121431
+PG26 -20530.591593  -9885.711872  13373.174829   -138.639697
+PG27 -15447.004447   9977.188402  19672.040344    299.549708
+PG28  -6349.078447 -13963.934294  22226.222248     63.118369
+PG29  -2368.362566  17481.456373 -19801.453645    235.063279
+PG30  -9470.540577  17484.559971 -18018.393561     91.505787
+PG31   9373.353781  15297.402276 -19312.117409    133.186439
+PG32  25137.056640  -7082.197508  -3039.706380   -318.840916
+PR01 -21975.059187  -3952.862566 -12335.713123 999999.999999
+PR02 -24400.893270   4918.740227   5605.514630 999999.999999
+PR03 -11506.659630  22673.462711   2557.049405 999999.999999
+PR04   3467.311670 -12824.422574  21782.370783 999999.999999
+PR05  21909.411436   3995.494760  12436.879360 999999.999999
+PR06  24643.100809  -4550.084641  -4870.535679 999999.999999
+PR07  10715.628014 -11762.878238 -19949.586544 999999.999999
+PR08  -6493.332035 -10274.524541 -22414.641725 999999.999999
+PR09  14594.055368 -11807.412612 -17339.643379 999999.999999
+PR10  11501.791695 -22564.765079  -2609.536077 999999.999999
+PR11   2095.103035 -20797.332906  14665.165814 999999.999999
+PR12  -9064.777916  -5964.833053  23044.664831 999999.999999
+PR13 -14211.815792  11827.891446  17561.669213 999999.999999
+PR15   -658.140842  19434.377948 -16452.517647 999999.999999
+PR16   9030.093900   6118.311592 -23100.349771 999999.999999
+PR17  -1373.646301  15050.342064 -20571.561761 999999.999999
+PR18  11254.554126  21821.275221  -7104.131008 999999.999999
+PR19  16942.478836  16091.053871  10229.924189 999999.999999
+PR20  12847.948832    457.779868  22047.094373 999999.999999
+PR21   1452.210897 -14862.473416  20702.837980 999999.999999
+PR22 -10972.975825 -21665.503274   7547.083095 999999.999999
+PR23 -17139.295610 -15867.040574 -10266.989879 999999.999999
+PR24 -13229.968213   -937.362952 -21812.008951 999999.999999
+*  2011  8 28 19 15  0.00000000
+PG01  13295.538931 -17906.620662  14420.296076     -8.706020
+PG02 -14847.191459  -5618.963581 -21266.359786    353.368320
+PG03  23924.905292   9570.721747   6623.032999    760.872229
+PG04  -8109.144735 -19827.726941 -15700.570113    214.875370
+PG05 -24002.696278    -25.929385 -11506.489103   -210.409575
+PG06  22658.499006  13626.016403   3823.352955    -84.635013
+PG07   5836.567468 -25743.086045  -1324.566728     24.119934
+PG08   1281.058013 -24919.748437   8236.746593      9.012076
+PG09 -13701.980068  14755.815816  16779.839407    102.088317
+PG10 -10866.833292 -12364.598404 -21124.949938    -11.364705
+PG11  14124.197543 -12091.929764  18518.877466   -180.957468
+PG12 -22806.355935  12011.164349  -6008.621557     18.790762
+PG13   4488.616715 -15359.325286 -21320.208570    254.212347
+PG14  13525.005859  21190.704389   8976.294815    169.421663
+PG15 -18896.389407   1855.438718  18648.982937   -108.684681
+PG16  24596.291034   -474.651816 -10389.582336   -194.475705
+PG17 -14471.720308 -20866.760327   8320.780722    177.444157
+PG18  -6330.861313  17339.764436  19304.787822    154.561523
+PG19  19956.170196   2679.946409  17483.283712   -177.864564
+PG20  21098.948703 -14391.766574  -7309.527117     52.259172
+PG21  -3061.768925  25972.711692   2439.686945   -167.727467
+PG22   8174.821326  13979.855769  21242.686207    144.961097
+PG23  12935.756801  -8610.667679 -21560.348550    280.460470
+PG24  14876.839966 -15867.733917  15068.136229    419.217017
+PG25 -14027.304435  16565.296533 -15314.468311     16.122999
+PG26 -21431.285893 -11046.639217  10974.759808   -138.650963
+PG27 -15164.544226   7793.931491  20912.346296    299.553033
+PG28  -4003.997075 -14607.173939  22339.603656     63.121279
+PG29  -4098.399268  15909.520560 -20811.076927    235.066100
+PG30 -11267.321045  18101.591052 -16250.617789     91.503183
+PG31   8776.262569  17378.208891 -17768.534012    133.191545
+PG32  25416.693717  -6827.726819   -180.766645   -318.847020
+PR01 -20291.148622  -4045.907077 -14916.971978 999999.999999
+PR02 -24877.489382   5103.065535   2454.171415 999999.999999
+PR03 -11111.977084  22279.806989   5740.935258 999999.999999
+PR04   5090.880798 -10617.067549  22633.579507 999999.999999
+PR05  20215.045731   4092.395377  15008.465949 999999.999999
+PR06  25027.105232  -4737.335607  -1698.326967 999999.999999
+PR07  13018.058699 -12241.490030 -18218.979482 999999.999999
+PR08  -3714.878045 -10599.179037 -22891.017355 999999.999999
+PR09  13593.110636  -9785.699684 -19296.860896 999999.999999
+PR10  11115.277412 -22163.736139  -5804.407831 999999.999999
+PR11   2579.862354 -22379.773859  12027.812803 999999.999999
+PR12  -7944.655361  -8562.711887  22621.312295 999999.999999
+PR13 -13225.733512   9755.304961  19494.879420 999999.999999
+PR15  -1234.132751  21236.676706 -14002.657810 999999.999999
+PR16   7926.956024   8708.416393 -22678.097286 999999.999999
+PR17  -2866.965796  12902.052176 -21831.580543 999999.999999
+PR18  10739.272408  20881.096561 -10082.487468 999999.999999
+PR19  17706.540408  16868.283995   7250.770776 999999.999999
+PR20  14472.261594   2548.144309  20871.668045 999999.999999
+PR21   2981.010480 -12722.336431  21920.566488 999999.999999
+PR22 -10405.679532 -20691.750324  10515.060800 999999.999999
+PR23 -17908.916780 -16642.052245  -7293.665473 999999.999999
+PR24 -14855.170549  -2978.842553 -20544.395422 999999.999999
+*  2011  8 28 19 30  0.00000000
+PG01  13233.327892 -16132.287730  16429.968508     -8.706503
+PG02 -14499.141122  -8014.766838 -20778.247715    353.369794
+PG03  24320.766614  10176.323127   3935.413955    760.877483
+PG04  -7621.942342 -21436.554715 -13637.831342    214.885265
+PG05 -22741.874672   -763.405184 -13803.888494   -210.414440
+PG06  22698.930261  14023.652965   1048.781530    -84.626138
+PG07   6015.082383 -25392.557215  -4199.801541     24.121509
+PG08   1642.894885 -25642.348554   5419.934730      9.010137
+PG09 -13554.509488  12644.920077  18479.685118    102.090291
+PG10  -8630.442501 -13231.793879 -21597.211875    -11.365405
+PG11  14564.580255  -9849.439180  19495.254181   -180.960460
+PG12 -23378.380530  11990.509027  -3176.796010     18.793168
+PG13   6297.199207 -13717.558156 -21983.119176    254.210727
+PG14  12566.126396  20546.881606  11535.475807    169.423140
+PG15 -20427.032697    498.709918  17067.813495   -108.682939
+PG16  23407.386065    115.246838 -12827.807876   -194.477798
+PG17 -13517.770471 -20332.770800  10875.563403    177.443113
+PG18  -8346.306866  17915.188689  17906.132413    154.563438
+PG19  21228.676754   4080.854890  15650.365776   -177.868255
+PG20  21844.548848 -14364.886638  -4620.975743     52.259806
+PG21  -3452.782016  25987.338150   -389.245932   -167.729869
+PG22   5921.192548  14841.750355  21396.311686    144.960797
+PG23  14797.513505  -7048.934261 -20953.778755    280.457649
+PG24  14717.383833 -14022.198330  16970.295087    419.219153
+PG25 -15600.285904  17011.160482 -13144.320580     16.124558
+PG26 -22187.951141 -11954.379831   8385.925298   -138.662352
+PG27 -14993.268844   5486.246130  21809.399023    299.557720
+PG28  -1703.406422 -15378.744713  22086.622737     63.124115
+PG29  -5979.722845  14367.876183 -21460.747472    235.068743
+PG30 -12842.889894  18714.826413 -14210.884407     91.500451
+PG31   8325.047497  19296.340582 -15912.116708    133.196581
+PG32  25393.877430  -6498.560114   2681.397895   -318.852893
+PR01 -18323.816553  -4317.633076 -17208.447701 999999.999999
+PR02 -24955.952378   5246.622537   -744.816327 999999.999999
+PR03 -10627.597423  21492.986368   8813.837733 999999.999999
+PR04   6923.195818  -8476.196120  23045.503885 999999.999999
+PR05  18238.985702   4368.541402  17288.516628 999999.999999
+PR06  25011.572923  -4877.244207   1506.797556 999999.999999
+PR07  15054.179827 -12820.165526 -16134.993386 999999.999999
+PR08   -936.199271 -11128.322123 -22922.324111 999999.999999
+PR09  12671.381472  -7490.396408 -20881.212224 999999.999999
+PR10  10637.927912 -21367.968808  -8885.951778 999999.999999
+PR11   2836.685019 -23673.455909   9157.623620 999999.999999
+PR12  -7044.966299 -11162.702315  21756.123541 999999.999999
+PR13 -12329.328394   7411.025757  21049.002488 999999.999999
+PR15  -1571.728449  22775.364753 -11279.508889 999999.999999
+PR16   7045.021299  11298.022034 -21817.761844 999999.999999
+PR17  -4598.218124  10770.686713 -22668.239183 999999.999999
+PR18   9923.946820  19714.229009 -12866.026913 999999.999999
+PR19  18281.912373  17301.914650   4130.748137 999999.999999
+PR20  16136.030591   4383.923875  19291.728955 999999.999999
+PR21   4744.471176 -10606.264898  22713.165924 999999.999999
+PR22  -9536.409008 -19495.541764  13277.046113 999999.999999
+PR23 -18486.893357 -17076.541583  -4178.721093 999999.999999
+PR24 -16507.270055  -4759.941356 -18878.661745 999999.999999
+*  2011  8 28 19 45  0.00000000
+PG01  13247.126379 -14146.144188  18156.822418     -8.709207
+PG02 -14274.666732 -10344.861286 -19933.164526    353.371160
+PG03  24475.336703  10616.079652   1180.741403    760.884156
+PG04  -7232.657782 -22824.380845 -11339.495318    214.894865
+PG05 -21297.394818  -1668.892426 -15865.165678   -210.419284
+PG06  22493.357876  14254.628127  -1743.544178    -84.617638
+PG07   6180.883302 -24729.888307  -7001.690820     24.123078
+PG08   1907.601173 -26059.284287   2506.628538      9.010104
+PG09 -13511.043121  10348.307717  19847.301812    102.092504
+PG10  -6408.131175 -14226.005912 -21706.022214    -11.366048
+PG11  15107.085117  -7538.195540  20124.277349   -180.963472
+PG12 -23653.156257  11868.236701   -289.704032     18.795217
+PG13   8236.763100 -12147.622163 -22272.257207    254.209065
+PG14  11355.919551  19785.677134  13899.334500    169.425102
+PG15 -21862.064734   -669.500940  15195.017530   -108.681762
+PG16  22010.406337    873.631755 -15048.505594   -194.479742
+PG17 -12315.688731 -19684.172415  13246.686476    177.441982
+PG18 -10178.282985  18515.645098  16203.114008    154.564981
+PG19  22402.136329   5269.270820  13551.941389   -177.871837
+PG20  22317.726950 -14232.076263  -1852.809816     52.260156
+PG21  -3814.835220  25697.734441  -3211.172067   -167.732135
+PG22   3712.910549  15809.175375  21187.702714    144.960454
+PG23  16664.371795  -5641.705157 -19988.380865    280.454988
+PG24  14621.131731 -11976.379708  18577.791095    419.222848
+PG25 -16914.981554  17426.927985 -10747.999376     16.126161
+PG26 -22761.218477 -12620.237635   5652.726409   -138.673716
+PG27 -14949.980310   3098.320288  22350.315068    299.560906
+PG28    509.240852 -16259.948161  21470.509676     63.126919
+PG29  -7981.328943  12894.305415 -21739.035123    235.071660
+PG30 -14179.963949  19285.375918 -11932.547314     91.497977
+PG31   8001.506634  21008.323404 -13775.598928    133.201721
+PG32  25082.529956  -6060.665903   5496.325590   -318.859037
+PR01 -16128.246856  -4797.541174 -19165.582279 999999.999999
+PR02 -24643.921574   5295.389162  -3929.339259 999999.999999
+PR03 -10112.141339  20316.687754  11716.263934 999999.999999
+PR04   8924.021953  -6458.981534  23010.107866 999999.999999
+PR05  16036.655400   4853.137409  19232.751663 999999.999999
+PR06  24606.458650  -4915.823420   4682.712482 999999.999999
+PR07  16783.133609 -13452.489322 -13738.081132 999999.999999
+PR08   1774.503117 -11849.479481 -22507.961322 999999.999999
+PR09  11875.443803  -4969.449282 -22061.912877 999999.999999
+PR10  10128.749839 -20181.783236 -11794.104349 999999.999999
+PR11   2902.752399 -24631.500723   6110.217563 999999.999999
+PR12  -6374.948619 -13695.253984  20465.402882 999999.999999
+PR13 -11568.537893   4845.379515  22193.706577 999999.999999
+PR15  -1703.891610  23997.614884  -8336.116231 999999.999999
+PR16   6393.088109  13818.679718 -20536.261609 999999.999999
+PR17  -6534.927917   8717.463742 -23065.023661 999999.999999
+PR18   8794.695711  18378.302815 -15400.785383 999999.999999
+PR19  18616.138882  17413.627492    930.472319 999999.999999
+PR20  17778.887055   5936.206625  17338.046371 999999.999999
+PR21   6708.724154  -8574.699128  23064.908513 999999.999999
+PR22  -8353.259059 -18135.961149  15779.127253 999999.999999
+PR23 -18821.109541 -17192.500265   -982.627807 999999.999999
+PR24 -18125.285297  -6254.215375 -16847.009636 999999.999999
+*  2011  8 28 20  0  0.00000000
+PG01  13362.132232 -11985.508358  19571.114495     -8.712556
+PG02 -14166.052335 -12564.170148 -18747.001659    353.372561
+PG03  24368.972877  10918.373175  -1593.969461    760.889564
+PG04  -6914.809894 -23960.541995  -8844.528369    214.904536
+PG05 -19710.329333  -2752.206157 -17654.926301   -210.424038
+PG06  22023.806754  14349.119767  -4506.270537    -84.608625
+PG07   6372.220674 -23764.844276  -9681.356065     24.124762
+PG08   2112.821109 -26154.014534   -451.360517      9.010879
+PG09 -13592.750241   7911.860182  20856.900811    102.094485
+PG10  -4242.989005 -15329.368773 -21448.475606    -11.367572
+PG11  15750.946702  -5203.098432  20395.390325   -180.966530
+PG12 -23642.842748  11607.673895   2602.429004     18.797381
+PG13  10271.005798 -10684.486884 -22183.010239    254.206954
+PG14   9897.280781  18949.911388  16028.083434    169.426760
+PG15 -23158.709361  -1649.624561  13062.837612   -108.680379
+PG16  20445.590541   1815.570557 -17013.604110   -194.481868
+PG17 -10868.333946 -18961.712149  15394.200620    177.440417
+PG18 -11801.657465  19106.202239  14223.352328    154.566784
+PG19  23434.601113   6246.086424  11224.096632   -177.875389
+PG20  22527.831785 -13959.428909    947.325692     52.260525
+PG21  -4182.654964  25104.134649  -5975.336327   -167.734769
+PG22   1590.324084  16860.994781  20620.009414    144.960323
+PG23  18491.794092  -4405.070781 -18681.650321    280.452177
+PG24  14613.841900  -9767.551632  19863.498499    419.226555
+PG25 -17960.865417  17772.450615  -8166.658070     16.127692
+PG26 -23116.257965 -13063.714121   2822.962484   -138.685790
+PG27 -15043.744238    676.565430  22527.818622    299.563231
+PG28   2594.289661 -17225.014234  20500.229111     63.129806
+PG29 -10066.007767  11521.268021 -21640.962228    235.074596
+PG30 -15269.192425  19772.938228  -9453.126457     91.495211
+PG31   7780.454564  22476.439854 -11396.727680    133.206683
+PG32  24504.804786  -5483.831121   8214.774233   -318.865373
+PR01 -13766.258314  -5504.286228 -20750.304454 999999.999999
+PR02 -23961.836671   5198.623800  -7037.548120 999999.999999
+PR03  -9623.321094  18768.101338  14391.940137 999999.999999
+PR04  11043.559713  -4614.812727  22528.026477 999999.999999
+PR05  13670.028013   5564.515083  20803.416465 999999.999999
+PR06  23834.444294  -4802.758868   7767.842835 999999.999999
+PR07  18175.163387 -14086.588613 -11074.748013 999999.999999
+PR08   4352.466420 -12738.528525 -21655.997315 999999.999999
+PR09  11243.079195  -2279.775798 -22815.916485 999999.999999
+PR10   9645.777107 -18623.155338 -14472.277190 999999.999999
+PR11   2823.593282 -25217.508893   2944.598388 999999.999999
+PR12  -5931.281902 -16091.351352  18773.886666 999999.999999
+PR13 -10980.060456   2117.510019  22906.617706 999999.999999
+PR15  -1673.017660  24860.404164  -5229.894768 999999.999999
+PR16   5967.512735  16202.673880 -18858.565372 999999.999999
+PR17  -8633.816161   6797.489004 -23013.927260 999999.999999
+PR18   7350.186452  16934.499232 -17637.509999 999999.999999
+PR19  18664.015625  17236.404854  -2287.881619 999999.999999
+PR20  19337.799953   7188.490359  15048.584697 999999.999999
+PR21   8829.274389  -6681.711376  22968.594667 999999.999999
+PR22  -6857.100841 -16675.333907  17972.606083 999999.999999
+PR23 -18866.766780 -17023.113197   2232.550017 999999.999999
+PR24 -19646.064410  -7447.692790 -14488.734082 999999.999999
+*  2011  8 28 20 15  0.00000000
+PG01  13596.991475  -9692.841598  20648.479760     -8.713461
+PG02 -14158.327052 -14630.815598 -17241.306364    353.374212
+PG03  23989.194261  11115.446740  -4341.865057    760.895095
+PG04  -6637.470072 -24821.317288  -6195.637892    214.914633
+PG05 -18024.347218  -4015.288373 -19142.361417   -210.428968
+PG06  21279.781211  14340.841296  -7192.366743    -84.599700
+PG07   6625.166958 -22516.151551 -12192.136446     24.126211
+PG08   2298.551339 -25919.750365  -3401.292892      9.011848
+PG09 -13812.944362   5386.053981  21489.314090    102.095748
+PG10  -2174.768270 -16517.002015 -20827.730868    -11.368262
+PG11  16488.348768  -2888.707982  20304.635774   -180.969561
+PG12 -23367.976820  11176.149441   5449.297678     18.799733
+PG13  12358.270673  -9356.557951 -21717.111117    254.206284
+PG14   8201.769425  18082.275871  17885.911842    169.428539
+PG15 -24276.524935  -2449.996838  10707.848891   -108.678707
+PG16  18756.773940   2948.219602 -18689.193653   -194.483984
+PG17  -9186.925155 -18206.028008  17281.879647    177.438998
+PG18 -13198.429695  19649.067190  11999.455771    154.568356
+PG19  24286.521543   7020.274103   8706.588478   -177.879074
+PG20  22491.849212 -13516.609062   3731.066546     52.260759
+PG21  -4590.255198  24215.869121  -8631.629707   -167.736870
+PG22   -410.419101  17969.862997  19702.388696    144.959959
+PG23  20234.305219  -3346.884168 -17056.754594    280.449250
+PG24  14714.908450  -7437.916590  20806.020058    419.229377
+PG25 -18736.143955  18007.675206  -5444.673328     16.129260
+PG26 -23224.097932 -13311.447082    -54.683443   -138.696849
+PG27 -15275.604377  -1731.883831  22340.242320    299.566137
+PG28   4517.174163 -18241.962475  19190.428751     63.132536
+PG29 -12191.613206  10274.738862 -21168.102106    235.077618
+PG30 -16109.388851  20137.383703  -6813.771935     91.492582
+PG31   7630.899604  23670.096767  -8817.544943    133.211686
+PG32  23690.102898  -4743.038289  10789.621202   -318.871327
+PR01 -11303.877584  -6444.680560 -21931.772435 999999.999999
+PR02 -22942.044616   4911.258995 -10009.056289 999999.999999
+PR03  -9215.334491  16877.392715  16788.897378 999999.999999
+PR04  13224.341888  -2983.416350  21608.557536 999999.999999
+PR05  11205.192529   6509.154628  21970.013062 999999.999999
+PR06  22729.962209  -4493.778898  10702.353002 999999.999999
+PR07  19212.625166 -14667.442417  -8196.652991 999999.999999
+PR08   6738.816665 -13760.677988 -20383.011663 999999.999999
+PR09  10801.666460    514.833609 -23128.369813 999999.999999
+PR10   9243.425776 -16723.113352 -16868.464520 999999.999999
+PR11   2650.919077 -25407.052937   -277.978463 999999.999999
+PR12  -5698.368675 -18285.236433  16714.290780 999999.999999
+PR13 -10589.782595   -706.836241  23173.763962 999999.999999
+PR15  -1528.886451  25332.294626  -2021.494019 999999.999999
+PR16   5752.543229  18385.628307 -16817.203090 999999.999999
+PR17 -10842.391430   5057.607179 -22515.628598 999999.999999
+PR18   5601.974971  15444.973909 -19532.616616 999999.999999
+PR19  18389.655833  16812.940962  -5461.790229 999999.999999
+PR20  20749.678264   8137.099312  12467.766051 999999.999999
+PR21  11052.641188  -4972.897633  22425.720650 999999.999999
+PR22  -5061.788543 -15176.555117  19814.950923 999999.999999
+PR23 -18588.432074 -16611.163052   5404.360902 999999.999999
+PR24 -21006.899839  -8339.200105 -11849.474172 999999.999999
+*  2011  8 28 20 30  0.00000000
+PG01  13962.976920  -7314.283979  21370.351917     -8.714778
+PG02 -14229.975561 -16507.505239 -15442.836828    353.375609
+PG03  23331.152865  11241.974252  -7016.994541    760.898971
+PG04  -6366.633543 -25390.819637  -3438.556218    214.924379
+PG05 -16284.114385  -5451.936802 -20301.777729   -210.433674
+PG06  20258.812643  14265.612315  -9755.899614    -84.591095
+PG07   6972.010067 -21010.830699 -14490.430036     24.127800
+PG08   2505.306484 -25359.757119  -6290.541345      9.011852
+PG09 -14176.417336   2824.102667  21732.457084    102.096394
+PG10   -238.541041 -17757.830093 -19853.040536    -11.369309
+PG11  17304.695664   -637.662186  19854.670695   -180.972513
+PG12 -22856.576600  10546.460305   8201.420314     18.801910
+PG13  14452.978283  -8184.725587 -20882.595189    254.204555
+PG14   6289.347497  17223.678446  19441.546653    169.430536
+PG15 -25178.905350  -3086.331740   8170.338243   -108.677316
+PG16  16989.799236   4270.337689 -20046.114762   -194.485816
+PG17  -7290.803723 -17456.064159  18877.794645    177.438083
+PG18 -14358.300598  20105.076453   9568.563750    154.570078
+PG19  24922.230213   7608.323644   6042.182164   -177.882850
+PG20  22233.656735 -12878.221254   6450.173657     52.261389
+PG21  -5069.308884  23051.113291 -11131.634351   -167.739363
+PG22  -2258.561929  19103.189619  18449.887724    144.959730
+PG23  21847.124779  -2466.675632 -15142.090565    280.446618
+PG24  14936.559079  -5033.131872  21390.002938    419.233476
+PG25 -19247.666463  18094.308805  -2628.884480     16.130707
+PG26 -23062.702250 -13395.915194  -2931.467665   -138.708404
+PG27 -15638.582512  -4080.675249  21791.473071    299.568798
+PG28   6249.543095 -19273.704880  17561.318027     63.135395
+PG29 -14312.534379   9173.309342 -20328.559930    235.080483
+PG30 -16707.466799  20340.363632  -4058.655266     91.489947
+PG31   7517.461345  24566.911844  -6083.586104    133.216678
+PG32  22673.825036  -3819.616760  13176.693714   -318.877471
+PR01  -8808.750194  -7613.206332 -22686.976371 999999.999999
+PR02 -21627.425822   4396.060613 -12786.115190 999999.999999
+PR03  -8936.412732  14686.647954  18860.480447 999999.999999
+PR04  15403.466991  -1593.395336  20269.486763 999999.999999
+PR05   8709.763718   7681.215691  22709.890429 999999.999999
+PR06  21337.746608  -3952.774967  13429.303414 999999.999999
+PR07  19890.504071 -15139.338728  -5159.610895 999999.999999
+PR08   8882.769845 -14871.915250 -18713.771679 999999.999999
+PR09  10567.021612   3346.101658 -22992.916274 999999.999999
+PR10   8970.022262 -14524.598439 -18936.251813 999999.999999
+PR11   2440.203126 -25188.691008  -3495.179442 999999.999999
+PR12  -5649.157370 -20217.017409  14326.687979 999999.999999
+PR13 -10411.679293  -3557.803644  22989.855736 999999.999999
+PR15  -1326.295879  25394.742358   1226.406002 999999.999999
+PR16   5721.165990  20308.983458 -14451.639797 999999.999999
+PR17 -13100.944111   3534.609109 -21579.502670 999999.999999
+PR18   3574.311523  13970.251950 -21049.046057 999999.999999
+PR19  17768.179406  16193.658495  -8529.598993 999999.999999
+PR20  21953.992820   8791.065523   9645.611950 999999.999999
+PR21  13318.393676  -3483.633816  21446.478553 999999.999999
+PR22  -2993.814424 -13700.422403  21270.615538 999999.999999
+PR23 -17961.708803 -16007.044030   8471.181393 999999.999999
+PR24 -22148.147099  -8940.153340  -8980.340269 999999.999999
+*  2011  8 28 20 45  0.00000000
+PG01  14463.463564  -4898.053870  21724.283927     -8.715473
+PG02 -14353.897057 -18162.735146 -13383.047856    353.377351
+PG03  22397.829135  11333.571188  -9575.007663    760.903157
+PG04  -6066.736238 -25661.597820   -621.245867    214.934290
+PG05 -14533.665006  -7047.849756 -21113.045583   -210.438197
+PG06  18966.718326  14159.847684 -12152.803924    -84.582344
+PG07   7439.807730 -19283.212978 -16536.471196     24.129509
+PG08   2772.261996 -24487.248498  -9067.631399      9.012760
+PG09 -14679.151004    279.971282  21581.626314    102.098315
+PG10   1536.478673 -19015.655758 -18539.687367    -11.370199
+PG11  18179.174294   1510.807845  19054.640540   -180.975296
+PG12 -22142.962527   9698.124755  10811.025280     18.804039
+PG13  16507.210419  -7181.705737 -19693.661413    254.202756
+PG14   4187.810065  16411.670510  20668.743507    169.432085
+PG15 -25834.445337  -3580.914307   5493.627481   -108.675940
+PG16  15190.853439   5772.118514 -21060.480681   -194.487991
+PG17  -5206.898381 -16747.560787  20154.825428    177.436647
+PG18 -15278.957736  20435.278925   6971.790077    154.571754
+PG19  25311.286549   8033.405457   3275.953255   -177.886343
+PG20  21783.015360 -12025.000210   9057.386249     52.261765
+PG21  -5647.605212  21636.264490 -13429.653950   -167.741981
+PG22  -3929.727756  20224.318452  16883.235231    144.959287
+PG23  23287.770969  -1755.886919 -12970.768712    280.443691
+PG24  15283.350562  -2600.719167  21606.341768    419.236199
+PG25 -19510.508223  17997.428522    232.212622     16.132247
+PG26 -22617.776041 -13353.966556  -5759.360164   -138.719517
+PG27 -16117.958280  -6325.704264  20890.847811    299.572409
+PG28   7770.177893 -20279.359354  15638.471334     63.137787
+PG29 -16381.312535   8227.588270 -19136.835798    235.083309
+PG30 -17078.075634  20346.886963  -1234.291600     91.487382
+PG31   7401.967352  25153.475349  -3243.014944    133.221979
+PG32  21495.917622  -2702.125362  15335.514189   -318.883407
+PR01  -6347.497225  -8992.058832 -23001.188833 999999.999999
+PR02 -20069.597274   3625.460201 -15314.739256 999999.999999
+PR03  -8826.625465  12248.332595  20566.260723 999999.999999
+PR04  17515.077144   -461.244259  18536.749130 999999.999999
+PR05   6250.242991   9062.598299  23008.682609 999999.999999
+PR06  19710.973176  -3153.582287  15895.752702 999999.999999
+PR07  20216.415238 -15448.376272  -2022.514544 999999.999999
+PR08  10743.493225 -16020.860688 -16680.749383 999999.999999
+PR09  10542.735617   6143.842427 -22411.841098 999999.999999
+PR10   8865.610001 -12080.839438 -20635.706399 999999.999999
+PR11   2248.105754 -24564.459835  -6644.785423 999999.999999
+PR12  -5746.473823 -21835.049764  11657.725796 999999.999999
+PR13 -10447.234734  -6364.095898  22358.395999 999999.999999
+PR15  -1122.479109  25042.877943   4450.342269 999999.999999
+PR16   5836.428455  21922.245482 -11807.524366 999999.999999
+PR17 -15344.862786   2253.870538 -20223.462864 999999.999999
+PR18   1303.416881  12566.702735 -22157.001699 999999.999999
+PR19  16786.953240  15434.414947 -11431.722127 999999.999999
+PR20  22895.309148   9171.481854   6636.780268 999999.999999
+PR21  15561.498779  -2237.770369  20049.586348 999999.999999
+PR22   -691.429182 -12303.088385  22311.709215 999999.999999
+PR23 -16974.458628 -15266.469052  11373.416014 999999.999999
+PR24 -23015.738301  -9273.823209  -5936.933303 999999.999999
+*  2011  8 28 21  0  0.00000000
+PG01  15093.721552  -2492.772438  21704.163366     -8.717810
+PG02 -14498.571872 -19571.769893 -11097.518959    353.378486
+PG03  21199.951965  11425.300759 -11973.803922    760.908312
+PG04  -5702.256907 -25634.919110   2206.960062    214.944200
+PG05 -12814.805149  -8780.987346 -21561.956766   -210.443397
+PG06  17417.557678  14059.021181 -14341.636504    -84.573448
+PG07   8049.161280 -17373.681952 -18295.028931     24.131198
+PG08   3135.457189 -23324.877233 -11683.253657      9.012099
+PG09 -15308.423527  -2193.646668  21039.619380    102.099928
+PG10   3127.901839 -20250.453082 -16908.822672    -11.370201
+PG11  19085.578358   3522.204099  17919.920917   -180.978700
+PG12 -21266.343616   8618.372142  13232.902044     18.806397
+PG13  18472.389380  -6351.696807 -18170.439697    254.201228
+PG14   1931.927776  15679.012651  21546.702510    169.433629
+PG15 -26218.119646  -3961.545661   2723.351114   -108.674368
+PG16  13404.791818   7435.352589 -21714.123337   -194.490010
+PG17  -2968.911324 -16111.673209  21091.103096    177.435460
+PG18 -15966.057100  20602.550918   4253.570568    154.573611
+PG19  25429.635094   8324.292913    454.563789   -177.890306
+PG20  21174.336825 -10944.772427  11507.267511     52.261977
+PG21  -6347.666794  20004.968892 -15483.696452   -167.743798
+PG22  -5406.672804  21293.879543  15028.540919    144.959046
+PG23  24517.577636  -1198.411071 -10580.034444    280.440821
+PG24  15751.977482   -188.420135  21452.269803    419.239436
+PG25 -19547.242489  17686.972999   3089.303371     16.133791
+PG26 -21883.281797 -13225.231369  -8491.763027   -138.730867
+PG27 -16691.816655  -8426.496077  19653.002520    299.575834
+PG28   9065.667477 -21215.734792  13452.550205     63.140598
+PG29 -18350.340341   7439.925638 -17613.572124    235.086023
+PG30 -17242.943405  20126.804429   1611.201309     91.484694
+PG31   7245.160523  25425.758110   -345.715989    133.226823
+PG32  20199.276201  -1386.936661  17229.949793   -318.889559
+PR01  -3983.127420 -10551.720201 -22868.254527 999999.999999
+PR02 -18326.767854   2582.981885 -17545.758311 999999.999999
+PR03  -8916.036240   9623.325695  21872.834873 999999.999999
+PR04  19492.978070    409.118140  16443.932329 999999.999999
+PR05   3889.439460  10623.532165  22860.586488 999999.999999
+PR06  17909.064227  -2081.344706  18053.784169 999999.999999
+PR07  20210.090106 -15544.905547   1153.802747 999999.999999
+PR08  12291.550096 -17150.951079 -14323.488248 999999.999999
+PR09  10720.039232   8838.627402 -21396.053749 999999.999999
+PR10   8960.126849  -9453.312034 -21934.133799 999999.999999
+PR11   2129.852941 -23549.826819  -9665.881203 999999.999999
+PR12  -5944.804948 -23097.985479   8759.700172 999999.999999
+PR13 -10685.408281  -9055.708642  21291.617958 999999.999999
+PR15   -974.417846  24285.724270   7587.332843 999999.999999
+PR16   6053.182301  23184.916736  -8935.826332 999999.999999
+PR17 -17507.177818   1228.480235 -18473.635021 999999.999999
+PR18  -1163.745207  11284.199940 -22834.553073 999999.999999
+PR19  15446.329692  14593.996276 -14111.801175 999999.999999
+PR20  23525.626474   9310.355347   3499.515400 999999.999999
+PR21  17714.885333  -1246.821305  18261.948994 999999.999999
+PR22   1796.732516 -11033.740458  22918.506896 999999.999999
+PR23 -15627.521782 -14447.967679  14054.658297 999999.999999
+PR24 -23563.485047  -9374.105225  -2778.274189 999999.999999
+*  2011  8 28 21 15  0.00000000
+PG01  15841.035088   -145.776952  21310.318833     -8.721728
+PG02 -14629.388980 -20717.369058  -8625.336155    353.379981
+PG03  19755.652094  11550.227605 -14174.129414    760.912729
+PG04  -5239.338478 -25320.715135   4996.265460    214.954419
+PG05 -11165.609301 -10622.237348 -21640.485288   -210.447796
+PG06  15633.283179  13996.162019 -16284.301551    -84.565038
+PG07   8813.257622 -15327.192307 -19736.013356     24.132305
+PG08   3626.138194 -21903.846083 -14091.220940      9.011600
+PG09 -16043.307266  -4547.296659  20116.672000    102.101349
+PG10   4520.880330 -21419.836640 -14987.202475    -11.370695
+PG11  19993.355583   5367.877513  16471.738953   -180.981381
+PG12 -20269.226731   7302.829636  15425.200251     18.808387
+PG13  20300.991578  -5690.363826 -16338.667575    254.199687
+PG14   -437.668099  15052.430376  22060.404025    169.435461
+PG15 -26312.232683  -4260.280729    -93.300488   -108.672866
+PG16  11673.511646   9233.917352 -21994.953167   -194.492356
+PG17   -616.253090 -15573.770462  21670.377811    177.434185
+PG18 -16432.894467  20573.178944   1460.921403    154.575592
+PG19  25260.537111   8514.084538  -2374.478425   -177.893528
+PG20  20445.273922  -9633.148090  13757.025920     52.262065
+PG21  -7185.594415  18196.839563 -17256.376597   -167.746166
+PG22  -6679.771688  22271.265867  12916.904333    144.958995
+PG23  25503.070646   -771.413737  -8010.636762    280.438263
+PG24  16331.397189   2157.439169  20931.341183    419.242532
+PG25 -19386.929558  17139.056541   5893.109058     16.135398
+PG26 -20861.658737 -13050.478648 -11084.168889   -138.742400
+PG27 -17331.844687 -10347.464153  18097.676089    299.577320
+PG28  10130.809573 -22038.941278  11038.939042     63.143216
+PG29 -20173.577049   6804.469833 -15785.189790    235.089184
+PG30 -17229.945125  19656.140744   4428.899061     91.482180
+PG31   7008.444725  25389.152649   2557.634449    133.231902
+PG32  18828.073352    121.493424  18828.759116   -318.895780
+PR01  -1772.612162 -12252.040760 -22290.713504 999999.999999
+PR02 -16461.335802   1264.202203 -19435.776578 999999.999999
+PR03  -9223.287620   6878.607958  22754.493098 999999.999999
+PR04  21273.292506   1026.280332  14031.631144 999999.999999
+PR05   1684.057865  12323.670573  22268.474087 999999.999999
+PR06  15995.250669   -733.405026  19861.436808 999999.999999
+PR07  19902.370379 -15385.806236   4307.742507 999999.999999
+PR08  13509.868755 -18202.860113 -11687.831953 999999.999999
+PR09  11078.202732  11364.430689 -19964.905839 999999.999999
+PR10   9272.028812  -6709.369394 -22806.686863 999999.999999
+PR11   2136.678262 -22173.103257 -12500.020065 999999.999999
+PR12  -6192.457299 -23976.399621   5689.504194 999999.999999
+PR13 -11103.147528 -11566.612481  19810.250774 999999.999999
+PR15   -936.168677  23145.842331  10576.130254 999999.999999
+PR16   6320.174898  24068.030270  -5891.875584 999999.999999
+PR17 -19521.226780    458.895122 -16363.867966 999999.999999
+PR18  -3771.152204  10164.065369 -23068.092100 999999.999999
+PR19  13759.851422  13731.504270 -16517.799632 999999.999999
+PR20  23806.425996   9249.010059    294.531116 999999.999999
+PR21  19712.117842   -509.683207  16118.155040 999999.999999
+PR22   4413.460826  -9932.604390  23079.792256 999999.999999
+PR23 -13934.904223 -13610.280801  16462.789886 999999.999999
+PR24 -23755.073524  -9283.846412    434.336538 999999.999999
+*  2011  8 28 21 30  0.00000000
+PG01  16685.143077   2098.512756  20549.515561     -8.722298
+PG02 -14710.083498 -21590.239223  -6008.438041    353.381393
+PG03  18089.865878  11738.067525 -16140.119275    760.916898
+PG04  -4647.360036 -24737.187860   7697.347049    214.964287
+PG05  -9619.067244 -12536.362379 -21346.945664   -210.452628
+PG06  13643.094485  14000.442483 -17946.734024    -84.556201
+PG07   9737.216425 -13191.626528 -20834.980003     24.134201
+PG08   4269.313217 -20262.680751 -16249.345643      9.011068
+PG09 -16855.534901  -6736.584558  18830.214361    102.103055
+PG10   5708.539787 -22480.655057 -12806.819104    -11.372486
+PG11  20868.829972   7025.892560  14736.689232   -180.984378
+PG12 -19195.713488   5755.878953  17350.161556     18.810510
+PG13  21948.233238  -5185.150369 -14229.280173    254.197628
+PG14  -2875.818928  14551.604956  22200.860268    169.437323
+PG15 -26107.103586  -4512.006790  -2908.361286   -108.671430
+PG16  10034.437884  11134.581810 -21897.223638   -194.494082
+PG17   1807.237259 -15152.457721  21882.306201    177.433067
+PG18 -16699.771891  20318.344186  -1357.381462    154.576772
+PG19  24795.243203   8638.773178  -5163.568551   -177.897225
+PG20  19635.189434  -8093.912737  15767.295288     52.262506
+PG21  -8170.195892  16255.923403 -18715.708398   -167.748720
+PG22  -7747.215654  23116.180802  10583.935971    144.958472
+PG23  26217.155474   -446.402382  -5306.154288    280.435617
+PG24  17003.261872   4393.513978  20053.309045    419.246913
+PG25 -19063.862332  16337.053746   8595.243167     16.136991
+PG26 -19563.748132 -12869.974711 -13494.758059   -138.753558
+PG27 -18004.353250 -12059.008006  16249.469136    299.579943
+PG28  10968.715990 -22706.072018   8437.290025     63.146086
+PG29 -21808.212249   6307.555436 -13683.419820    235.091990
+PG30 -17071.926081  18918.218843   7169.910500     91.479645
+PG31   6655.595878  25058.150193   5416.497425    133.236940
+PG32  17426.078028   1810.673622  20106.032488   -318.902030
+PR01    235.276054 -14043.783726 -21279.755225 999999.999999
+PR02 -14537.329090   -322.799071 -20948.019491 999999.999999
+PR03  -9754.677749   4084.697846  23193.742713 999999.999999
+PR04  22797.036509   1410.736726  11346.664524 999999.999999
+PR05   -317.447035  14113.643957  21243.837287 999999.999999
+PR06  14033.992181    880.318302  21283.522814 999999.999999
+PR07  19333.752437 -14936.504775   7378.131714 999999.999999
+PR08  14394.196427 -19117.053958  -8825.030192 999999.999999
+PR09  11585.456175  13661.144635 -18145.845669 999999.999999
+PR10   9807.416115  -3919.644313 -23236.818172 999999.999999
+PR11   2313.435067 -20474.342731 -15092.341980 999999.999999
+PR12  -6433.995670 -24453.922083   2507.475130 999999.999999
+PR13 -11666.426976 -13837.274556  17943.117499 999999.999999
+PR15  -1056.318816  21658.420649  13358.437177 999999.999999
+PR16   6582.402792  24555.226403  -2734.321355 999999.999999
+PR17 -21323.330267    -66.862073 -13935.088327 999999.999999
+PR18  -6455.797098   9237.384094 -22852.631040 999999.999999
+PR19  11753.913260  12903.748221 -18603.012216 999999.999999
+PR20  23710.343360   9036.106914  -2916.153106 999999.999999
+PR21  21490.067650    -12.897396  13659.816721 999999.999999
+PR22   7095.135666  -9029.353125  22793.030455 999999.999999
+PR23 -11923.422584 -12809.762531  18550.995974 999999.999999
+PR24 -23565.667032  -9052.799121   3638.507010 999999.999999
+*  2011  8 28 21 45  0.00000000
+PG01  17598.984779   4200.112410  19434.840184     -8.721856
+PG02 -14704.230970 -22189.200367  -3290.935772    353.382720
+PG03  16233.513427  12013.977095 -17839.784654    760.921779
+PG04  -3900.391193 -23910.087712  10262.296783    214.974584
+PG05  -8201.933375 -14483.194158 -20686.044669   -210.457425
+PG06  11482.515708  14095.912846 -19299.527740    -84.547592
+PG07  10817.766640 -11016.055754 -21573.524525     24.135491
+PG08   5082.581537 -18445.721487 -18120.216334      9.011804
+PG09 -17710.691662  -8723.769587  17204.456438    102.103774
+PG10   6692.106986 -23390.650199 -10404.427902    -11.373246
+PG11  21676.545228   8481.611985  12746.161094   -180.987623
+PG12 -18089.753404   3990.669722  18974.770915     18.812802
+PG13  23373.666716  -4815.906902 -11877.918226    254.196088
+PG14  -5334.343605  14188.436438  21965.279002    169.438871
+PG15 -25601.461383  -4752.916630  -5673.881770   -108.669582
+PG16   8519.179927  13098.099897 -21421.692254   -194.496347
+PG17   4254.742459 -14858.859520  21722.653165    177.431619
+PG18 -16793.078290  19815.443754  -4151.687719    154.578737
+PG19  24033.383537   8735.714070  -7865.752984   -177.901014
+PG20  18783.564831  -6339.100079  17502.857076     52.262805
+PG21  -9302.441118  14228.988282 -19835.762210   -167.751241
+PG22  -8614.913393  23790.198776   8069.194961    144.958251
+PG23  26640.075258   -190.501833  -2512.288268    280.432903
+PG24  17742.637349   6480.879685  18833.905527    419.249524
+PG25 -18616.117505  15272.411201  11149.053921     16.138550
+PG26 -18008.436028 -12721.897647 -15684.935037   -138.765176
+PG27 -18671.494105 -13538.416986  14137.556342    299.583228
+PG28  11590.608455 -23176.897818   5690.974414     63.148220
+PG29 -23216.212960   5928.405410 -11344.739449    235.094802
+PG30 -16805.320826  17904.525774   9786.247811     91.477103
+PG31   6154.368475  24455.671674   8181.380719    133.241954
+PG32  16035.030511   3660.433540  21041.525661   -318.908287
+PR01   2001.772118 -15870.569555 -19855.004132 999999.999999
+PR02 -12617.795928  -2157.517652 -22053.051725 999999.999999
+PR03 -10503.770026   1312.940607  23181.675327 999999.999999
+PR04  24012.510977   1593.779562   8441.169862 999999.999999
+PR05  -2076.661218  15937.009039  19806.566015 999999.999999
+PR06  12088.362925   2737.485876  22292.315772 999999.999999
+PR07  18552.543709 -14172.646617  10305.405772 999999.999999
+PR08  14953.020499 -19836.373971  -5790.739027 999999.999999
+PR09  12200.394029  15676.861490 -15973.913541 999999.999999
+PR10  10559.696047  -1155.331232 -23216.569519 999999.999999
+PR11   2696.478918 -18503.769640 -17392.624942 999999.999999
+PR12  -6612.853666 -24527.824276   -723.833991 999999.999999
+PR13 -12331.768429 -15816.913387  15726.572755 999999.999999
+PR15  -1375.681675  19869.848230  15880.058591 999999.999999
+PR16   6783.630345  24643.327664    475.971799 999999.999999
+PR17 -22855.365285   -372.470179 -11234.510946 999999.999999
+PR18  -9150.069389   8523.763483 -22191.933965 999999.999999
+PR19   9466.894550  12162.751087 -20326.969368 999999.999999
+PR20  23222.395789   8725.363951  -6070.400699 999999.999999
+PR21  22991.468400    268.554807  10934.765127 999999.999999
+PR22   9774.155756  -8341.983845  22064.370888 999999.999999
+PR23  -9631.820616 -12097.899295  20278.677180 999999.999999
+PR24 -22983.047313  -8735.288414   6771.967148 999999.999999
+*  2011  8 28 22  0  0.00000000
+PG01  18549.721899   6124.818181  17985.476524     -8.723652
+PG02 -14576.744660 -22521.065173   -518.415714    353.384050
+PG03  14222.481138  12397.521539 -19245.443792    760.926034
+PG04  -2978.464560 -22871.690831  12645.547711    214.984251
+PG05  -6933.823201 -16419.030843 -19668.824136   -210.462317
+PG06   9192.226928  14300.435291 -20318.494743    -84.538642
+PG07  12043.262699  -8848.973922 -21939.563034     24.137333
+PG08   6075.283752 -16501.401995 -19671.856988      9.012875
+PG09 -18569.675475 -10479.059107  15269.818699    102.106744
+PG10   7480.720518 -24110.118287  -7820.971397    -11.374229
+PG11  22380.672300   9727.985974  10535.695020   -180.990780
+PG12 -16993.422960   2028.790149  20271.316123     18.814951
+PG13  24542.628753  -4555.812928  -9324.359840    254.194225
+PG14  -7763.662168  13966.606670  21357.136051    169.440776
+PG15 -24802.535355  -5018.933935  -8342.721600   -108.668476
+PG16   7152.413267  15080.554904 -20575.671118   -194.498270
+PG17   6678.037218 -14696.192057  21193.403259    177.430485
+PG18 -16744.116472  19049.188237  -6872.405102    154.580334
+PG19  22983.061732   8842.047032 -10435.468711   -177.904856
+PG20  17928.412876  -4388.740357  18933.289407     52.263483
+PG21 -10575.268194  12163.710840 -20597.166983   -167.752981
+PG22  -9296.095267  24258.279660   5415.549390    144.958261
+PG23  26760.106869     32.111803    323.868145    280.430087
+PG24  18518.978034   8386.292867  17294.530773    419.252180
+PG25 -18083.969192  13945.153480  13510.437808     16.140155
+PG26 -16222.032403 -12640.857359 -17619.806515   -138.776275
+PG27 -19292.637422 -14770.551025  11795.349750    299.586267
+PG28  12015.302121 -23415.510620   2846.439863     63.151079
+PG29 -24365.693463   5640.118830  -8809.723409    235.097560
+PG30 -16468.618559  16615.278199  12231.710414     91.474608
+PG31   5477.933448  23612.084879  10804.710069    133.246755
+PG32  14693.132151   5643.567518  21620.889084   -318.914294
+PR01   3499.498946 -17671.139189 -18044.140481 999999.999999
+PR02 -10762.254646  -4207.631346 -22729.352463 999999.999999
+PR03 -11451.555427  -1367.237943  22718.168524 999999.999999
+PR04  24877.407994   1615.931184   5371.591636 999999.999999
+PR05  -3566.573715  17732.512774  17984.563928 999999.999999
+PR06  10217.511612   4804.019062  22868.095986 999999.999999
+PR07  17612.708698 -13081.352011  13032.761054 999999.999999
+PR08  15206.961850 -20308.537435  -2643.935458 999999.999999
+PR09  12873.807246  17369.825499 -13491.085141 999999.999999
+PR10  11509.794309   1514.539571 -22746.695489 999999.999999
+PR11   3311.909257 -16319.802038 -19356.250090 999999.999999
+PR12  -6674.000073 -24209.035190  -3940.929704 999999.999999
+PR13 -13048.178554 -17465.392838  13203.790997 999999.999999
+PR15  -1925.331754  17835.833209  18091.966413 999999.999999
+PR16   6868.969762  24342.388270   3677.072087 999999.999999
+PR17 -24067.126870   -492.072537  -8314.719500 999999.999999
+PR18 -11784.345509   8030.590551 -21098.476594 999999.999999
+PR19   6947.797497  11553.475262 -21656.219745 999999.999999
+PR20  22340.712433   8373.072608  -9107.149452 999999.999999
+PR21  24167.246643    369.956895   7996.115542 999999.999999
+PR22  12381.529934  -7876.205889  20908.483511 999999.999999
+PR23  -7109.393023 -11519.051072  21612.240080 999999.999999
+PR24 -22008.245175  -8387.691872   9773.782687 999999.999999
+*  2011  8 28 22 15  0.00000000
+PG01  19499.997773   7845.327111  16226.376084     -8.723684
+PG02 -14295.323147 -22600.239131   2262.767272    353.385799
+PG03  12096.443727  12901.853089 -20334.096958    760.931534
+PG04  -1868.609232 -21659.516572  14804.759858    214.994562
+PG05  -5826.592598 -18298.185199 -18312.494130   -210.466913
+PG06   6816.691377  14624.861933 -20985.142893    -84.530004
+PG07  13394.036988  -6736.574233 -21927.495993     24.138837
+PG08   7248.004941 -14480.392226 -20878.257023      9.012560
+PG09 -19390.354531 -11981.551947  13062.230184    102.107911
+PG10   8090.925931 -24603.506529  -5100.906318    -11.374463
+PG11  22946.423611  10765.542751   8144.286031   -180.993993
+PG12 -15945.298406   -100.390596  21217.846730     18.817182
+PG13  25427.486720  -4372.559620  -6611.882738    254.192682
+PG14 -10114.480665  13881.459997  20386.153890    169.442499
+PG15 -23725.836783  -5344.150253 -10869.331101   -108.666761
+PG16   5951.032318  17034.906582 -19372.961795   -194.500417
+PG17   9029.122561 -14659.643081  20302.777369    177.429486
+PG18 -16587.721666  18012.422809  -9470.957510    154.582098
+PG19  21660.648436   8993.129474 -12829.265341   -177.908699
+PG20  17104.758609  -2270.292153  20033.528620     52.263434
+PG21 -11973.747112  10106.849681 -20987.445250   -167.755490
+PG22  -9810.633101  24490.177839   2668.467372    144.957805
+PG23  26573.971768    258.671619   3154.575326    280.427528
+PG24  19297.318909  10083.230860  15461.858683    419.255334
+PG25 -17508.227361  12364.062617  15638.609276     16.141754
+PG26 -14237.412217 -12656.565475 -19268.603672   -138.787267
+PG27 -19825.870042 -15748.274216   9260.109593    299.588324
+PG28  12268.385731 -23391.850363    -47.523404     63.153978
+PG29 -25232.054401   5410.903900  -6122.322994    235.100414
+PG30 -16100.734089  15059.656244  14462.763827     91.471986
+PG31   4606.091766  22563.952000  13241.646068    133.251883
+PG32  13433.702185   7726.735900  21835.796954   -318.920228
+PR01   4713.363354 -19381.841810 -15882.363492 999999.999999
+PR02  -9024.309587  -6430.110569 -22963.736678 999999.999999
+PR03 -12567.163709  -3890.998725  21811.916039 999999.999999
+PR04  25360.543231   1524.983400   2197.583896 999999.999999
+PR05  -4772.454703  19436.577033  15813.208739 999999.999999
+PR06   8474.301711   7035.282326  22999.542104 999999.999999
+PR07  16571.495268 -11662.001497  15507.254778 999999.999999
+PR08  15187.667244 -20488.450528    554.232291 999999.999999
+PR09  13550.867249  18709.972639 -10745.473667 999999.999999
+PR10  12626.903841   4025.724048 -21836.621182 999999.999999
+PR11   4174.244641 -13986.749523 -20945.062759 999999.999999
+PR12  -6566.542325 -23521.587159  -7080.670481 999999.999999
+PR13 -13759.421129 -18754.676129  10423.919386 999999.999999
+PR15  -2725.063082  15619.148697  19951.255010 999999.999999
+PR16   6787.415855  23675.215270   6807.152699 999999.999999
+PR17 -24918.376887   -468.587991  -5232.635212 999999.999999
+PR18 -14289.681527   7752.821325 -19593.232650 999999.999999
+PR19   4254.447671  11111.863538 -22564.975994 999999.999999
+PR20  21076.736950   8035.514108 -11967.583526 999999.999999
+PR21  24978.527319    335.117151   4901.221380 999999.999999
+PR22  14849.523437  -7625.360393  19348.235215 999999.999999
+PR23  -4414.173248 -11108.510211  22525.751111 999999.999999
+PR24 -20655.632324  -8065.838929  12585.545878 999999.999999
+*  2011  8 28 22 30  0.00000000
+PG01  20409.385006   9342.090545  14187.828754     -8.726113
+PG02 -13831.797982 -22448.058132   5006.198726    353.386925
+PG03   9897.564869  13533.125475 -21087.744895    760.935028
+PG04   -565.598452 -20314.838751  16701.643284    215.004409
+PG05  -4884.024723 -20074.624958 -16640.157708   -210.471536
+PG06   4402.628777  15072.493327 -21287.059408    -84.521330
+PG07  14843.071909  -4721.133981 -21538.256052     24.140357
+PG08   8592.445702 -12433.685359 -21719.765318      9.013040
+PG09 -20129.343909 -13219.795937  10622.320007    102.110328
+PG10   8545.869693 -24840.878923  -2291.442212    -11.375913
+PG11  23341.418520  11602.089715   5613.651391   -180.997144
+PG12 -14978.985541  -2360.680958  21798.525865     18.819528
+PG13  26008.635647  -4229.749872  -3786.564806    254.190889
+PG14 -12339.476965  13920.208340  19068.184267    169.444294
+PG15 -22394.639427  -5759.332668 -13210.510022   -108.665230
+PG16   4923.610866  18912.683335 -17833.671289   -194.502121
+PG17  11261.865459 -14736.567122  19065.151140    177.428282
+PG18 -16360.727736  16706.630010 -11900.744956    154.583490
+PG19  20090.280634   9221.036846 -15006.501355   -177.912184
+PG20  16343.250631    -17.778706  20784.331092     52.264174
+PG21 -13475.589079   8102.487731 -21001.175888   -167.757689
+PG22 -10184.099006  24461.689613   -124.751082    144.957649
+PG23  26086.948177    526.230686   5932.198634    280.424583
+PG24  20039.638235  11552.675058  13367.367655    419.260092
+PG25 -16928.566431  10546.523048  17496.812606     16.143326
+PG26 -12092.949203 -12792.693628 -20605.051788   -138.798758
+PG27 -20229.570218 -16472.622807   6572.498759    299.592289
+PG28  12381.120203 -23083.049687  -2940.600945     63.156518
+PG29 -25798.847075   5205.506257  -3329.086842    235.103531
+PG30 -15739.350007  13255.687315  16439.392805     91.469575
+PG31   3526.218684  21352.561532  15450.833078    133.256933
+PG32  12284.045782   9871.585644  21683.981549   -318.926450
+PR01   5640.930607 -20939.243050 -13411.706918 999999.999999
+PR02  -7449.532558  -8772.787729 -22751.614215 999999.999999
+PR03 -13809.096395  -6200.566129  20480.283640 999999.999999
+PR04  25443.141133   1373.727431  -1019.151924 999999.999999
+PR05  -5692.213826  20985.900498  13334.667239 999999.999999
+PR06   6903.230205   9377.718870  22683.960949 999999.999999
+PR07  15486.940946  -9926.516827  17680.831026 999999.999999
+PR08  14936.248871 -20340.235704   3741.635981 999999.999999
+PR09  14173.570522  19679.991884  -7790.404582 999999.999999
+PR10  13869.738073   6321.176401 -20504.236983 999999.999999
+PR11   5285.588247 -11572.280227 -22128.113356 999999.999999
+PR12  -6246.151559 -22501.517524 -10081.546051 999999.999999
+PR13 -14406.527051 -19669.779491   7441.112195 999999.999999
+PR15  -3782.336626  13287.102818  21421.968966 999999.999999
+PR16   6494.230174  22676.379737   9805.667455 999999.999999
+PR17 -25380.491833   -351.642310  -2048.394384 999999.999999
+PR18 -16600.495586   7673.313368 -17705.288509 999999.999999
+PR19   1451.330838  10863.277446 -23035.611831 999999.999999
+PR20  19454.892831   7766.384164 -14596.264125 999999.999999
+PR21  25398.227340    214.258623   1710.538114 999999.999999
+PR22  17114.250944  -7570.870345  17414.215314 999999.999999
+PR23  -1610.759925 -10890.959788  23001.441310 999999.999999
+PR24 -18952.469005  -7822.440503  15152.518966 999999.999999
+*  2011  8 28 22 45  0.00000000
+PG01  21235.965557  10603.868329  11904.940973     -8.726212
+PG02 -13163.335003 -22091.888392   7666.109017    353.388582
+PG03   7669.118623  14290.163206 -21493.649992    760.940075
+PG04    927.622681 -18881.053947  18302.697198    215.014726
+PG05  -4101.837651 -21703.642647 -14680.430421   -210.476419
+PG06   1997.392588  15638.843314 -21218.189368    -84.512942
+PG07  16356.962659  -2839.568381 -20779.242384     24.142055
+PG08  10091.659373 -10410.708939 -22183.346140      9.013211
+PG09 -20743.819780 -14191.945301   7994.530689    102.112220
+PG10   8874.219653 -24799.187943    558.296077    -11.376881
+PG11  23536.948774  12252.145063   2987.478724   -181.000107
+PG12 -14121.862592  -4710.287762  22003.870882     18.821734
+PG13  26275.207312  -4088.464289   -896.531908    254.189208
+PG14 -14394.926321  14062.455905  17424.993573    169.446083
+PG15 -20839.177081  -6290.558929 -15326.132164   -108.663688
+PG16   4070.194956  20665.754685 -15983.908338   -194.504416
+PG17  13333.583472 -14906.992508  17500.872601    177.427093
+PG18 -16100.346079  15142.085984 -14118.079787    154.585546
+PG19  18303.082698   9553.185239 -16930.005937   -177.916037
+PG20  15668.959344   2329.337751  21172.625324     52.264696
+PG21 -15051.972532   6190.421643 -20639.986952   -167.759749
+PG22 -10446.597565  24155.687582  -2915.789323    144.957098
+PG23  25312.681152    870.080443   8609.957389    280.421996
+PG24  20706.339517  12783.612684  11046.804765    419.264196
+PG25 -16381.909794   8518.037103  19052.963057     16.144946
+PG26  -9831.277665 -13065.952594 -21607.689915   -138.809629
+PG27 -20464.010507 -16952.695668   3776.077055    299.595080
+PG28  12389.090578 -22474.534290  -5781.846005     63.159297
+PG29 -26058.329942   4986.774879   -478.338427    235.106350
+PG30 -15419.299318  11229.776122  18125.906883     91.467064
+PG31   2233.905442  20022.305532  17395.069185    133.262126
+PG32  11264.568335  12036.046210  21169.179129   -318.932648
+PR01   6292.263020 -22282.744218 -10680.220124 999999.999999
+PR02  -6073.698125 -11176.321099 -22097.081565 999999.999999
+PR03 -15126.931892  -8247.409829  18748.991460 999999.999999
+PR04  25119.618324   1217.471282  -4216.070912 999999.999999
+PR05  -6336.224895  22320.069100  10597.077880 999999.999999
+PR06   5538.711722  11770.873136  21927.350485 999999.999999
+PR07  14415.363983  -7899.124000  19511.253186 999999.999999
+PR08  14501.338174 -19838.887666   6856.376476 999999.999999
+PR09  14683.340451  20275.861666  -4683.380080 999999.999999
+PR10  15188.235130   8353.154095 -18775.535896 999999.999999
+PR11   6635.320374  -9144.760523 -22882.263955 999999.999999
+PR12  -5677.202385 -21195.276814 -12884.914405 999999.999999
+PR13 -14930.434903 -20209.186269   4313.466242 999999.999999
+PR15  -5091.760584  10908.840905  22475.787708 999999.999999
+PR16   5953.074624  21390.757100  12614.508813 999999.999999
+PR17 -25437.638412   -195.209211   1175.842104 999999.999999
+PR18 -18657.126811   7763.689248 -15471.291605 999999.999999
+PR19  -1392.844695  10821.398345 -23059.001354 999999.999999
+PR20  17511.724165   7614.334085 -16942.197622 999999.999999
+PR21  25412.168037     61.630498  -1513.578968 999999.999999
+PR22  19118.111473  -7683.198145  15144.121344 999999.999999
+PR23   1232.128267 -10879.396505  23030.052282 999999.999999
+PR24 -16937.925055  -7704.658695  17424.707422 999999.999999
+*  2011  8 28 23  0  0.00000000
+PG01  21937.981957  11627.963018   9417.030283     -8.728461
+PG02 -12273.447995 -21564.020813  10198.066980    353.390186
+PG03   5454.076052  15164.396997 -21544.538752    760.943881
+PG04   2599.848908 -17401.976895  19579.846469    215.024635
+PG05  -3468.013406 -23143.490229 -12466.959831   -210.481229
+PG06   -352.685787  16311.724006 -20778.999861    -84.504362
+PG07  17897.131029  -1122.206423 -19664.146051     24.143683
+PG08  11720.638066  -8457.536151 -22262.699173      9.014215
+PG09 -21193.291157 -14905.523104   5226.182442    102.113644
+PG10   9108.852391 -24463.295022   3398.166288    -11.378159
+PG11  23509.098581  12736.129130    310.669130   -181.002951
+PG12 -13394.083239  -7103.250505  21830.880999     18.823774
+PG13  26225.462639  -3908.934857   2008.836756    254.187488
+PG14 -16242.206478  14281.027220  15483.950777    169.447818
+PG15 -19095.587002  -6958.032366 -17179.824610   -108.662141
+PG16   3382.440000  22248.114385 -13855.362064   -194.506394
+PG17  15206.514750 -15144.424999  15635.977723    177.425768
+PG18 -15842.527891  13337.657706 -16083.072942    154.587271
+PG19  16336.134878  10011.127250 -18566.697537   -177.919454
+PG20  15100.411048   4727.499098  21191.746834     52.264982
+PG21 -16668.642185   4404.766224 -19912.387501   -167.761918
+PG22 -10631.415407  23562.898050  -5656.162397    144.957238
+PG23  24272.697246   1322.233593  11142.662871    280.419316
+PG24  21257.797742  13773.241897   8539.592020    419.268307
+PG25 -15900.933796   6311.429199  20280.205705     16.146563
+PG26  -7497.921205 -13485.418447 -22260.142549   -138.820873
+PG27 -20492.937046 -17205.262607    916.732096    299.599337
+PG28  12330.659132 -21560.823357  -8520.629288     63.162127
+PG29 -26011.696686   4717.302757   2380.674016    235.109334
+PG30 -15171.058327   9015.892840  19491.676073     91.464572
+PG31    733.278025  18618.967450  19041.888817    133.267202
+PG32  10388.161562  14175.752268  20300.993954   -318.938895
+PR01   6689.230556 -23357.102358  -7741.030617 999999.999999
+PR02  -4921.446179 -13576.472103 -21012.844384 999999.999999
+PR03 -16463.432322  -9994.039003  16651.627189 999999.999999
+PR04  24397.831784   1111.450492  -7331.006215 999999.999999
+PR05  -6726.625401  23384.065674   7653.616524 999999.999999
+PR06   4403.799806  14149.717280  20744.293878 999999.999999
+PR07  13408.944468  -5615.606728  20962.924841 999999.999999
+PR08  13936.837178 -18971.487872   9837.986793 999999.999999
+PR09  15023.675318  20506.837205  -1484.953350 999999.999999
+PR10  16525.641460  10084.931920 -16684.101422 999999.999999
+PR11   8200.333096  -6770.576548 -23192.648658 999999.999999
+PR12  -4834.534206 -19657.715788 -15436.168901 999999.999999
+PR13 -15274.649238 -20384.705242   1101.879048 999999.999999
+PR15  -6635.124346   8552.594104  23092.555049 999999.999999
+PR16   5137.804263  19871.655048  15179.126872 999999.999999
+PR17 -25087.425857    -55.063113   4377.122233 999999.999999
+PR18 -20408.161634   7985.695608 -12934.741972 999999.999999
+PR19  -4207.759759  10987.637165 -22634.694400 999999.999999
+PR20  15294.546271   7620.731671 -18959.820992 999999.999999
+PR21  25019.658024    -67.055267  -4708.117412 999999.999999
+PR22  20811.967572  -7923.267427  12582.018338 999999.999999
+PR23   4044.268239 -11074.563562  22611.016799 999999.999999
+PR24 -14661.614327  -7751.920452  19357.841233 999999.999999
+*  2011  8 28 23 15  0.00000000
+PG01  22475.495516  12420.125800   6766.946675     -8.729826
+PG02 -11152.789367 -20900.398274  12559.656671    353.391390
+PG03   3293.702552  16140.069160 -21238.743311    760.949125
+PG04   4431.869879 -15920.136173  20510.960347    215.034650
+PG05  -2963.436266 -24356.914786 -10037.852331   -210.485848
+PG06  -2603.920251  17071.651656 -19976.522725    -84.495652
+PG07  19421.241669    408.167686 -18212.672514     24.145065
+PG08  13447.216181  -6615.265884 -21958.249553      9.015473
+PG09 -21441.254769 -15376.812084   2366.516547    102.116077
+PG10   9285.359461 -23826.692037   6177.948075    -11.380540
+PG11  23239.681169  13079.352281  -2371.412005   -181.006471
+PG12 -12807.876002  -9491.033015  21283.052269     18.825883
+PG13  25866.850024  -3652.263185   4879.734332    254.185841
+PG14 -17849.125407  14543.070763  13277.619040    169.449188
+PG15 -17204.637459  -7775.122698 -18739.590693   -108.660529
+PG16   2844.089795  23617.602661 -11484.767935   -194.508384
+PG17  16849.116677 -15416.921340  13501.804220    177.424392
+PG18 -15620.382652  11320.245657 -17760.444840    154.588783
+PG19  14231.223844  10609.566967 -19888.150084   -177.923606
+PG20  14648.896864   7130.558277  20841.551188     52.265289
+PG21 -18287.226096   2772.828530 -18833.452915   -167.764280
+PG22 -10773.540626  22682.386873  -8298.082765    144.956692
+PG23  22995.640387   1910.026437  13487.436900    280.416529
+PG24  21655.913362  14526.875584   5888.183326    419.271968
+PG25 -15512.749944   3965.768996  21157.381996     16.148183
+PG26  -5139.830135 -14052.125467 -22551.344263   -138.832132
+PG27 -20285.070942 -17254.094316  -1957.955078    299.603232
+PG28  12245.279254 -20345.984558 -11107.626400     63.164555
+PG29 -25668.968441   4361.076812   5198.639128    235.111993
+PG30 -15019.416636   6654.447142  20511.775171     91.461998
+PG31   -963.014539  17187.987257  20364.052263    133.272085
+PG32   9659.877193  16245.542275  19094.686890   -318.945215
+PR01   6864.323749 -24114.744920  -4651.306420 999999.999999
+PR02  -4005.427160 -15906.601732 -19519.972080 999999.999999
+PR03 -17756.963785 -11415.332409  14228.998303 999999.999999
+PR04  23298.780987   1108.242913 -10303.383692 999999.999999
+PR05  -6896.121402  24130.573460   4561.463308 999999.999999
+PR06   3509.398843  16447.185670  19157.685858 999999.999999
+PR07  12513.497034  -3122.079746  22007.583325 999999.999999
+PR08  13299.463192 -17737.926173  12628.605461 999999.999999
+PR09  15142.728457  20394.887991   1742.464739 999999.999999
+PR10  17820.888248  11492.057436 -14270.456207 999999.999999
+PR11   9945.799952  -4511.547643 -23052.978205 999999.999999
+PR12  -3704.758727 -17949.741742 -17685.810602 999999.999999
+PR13 -15387.803015 -20220.780638  -2131.146938 999999.999999
+PR15  -8381.983241   6282.989749  23260.645248 999999.999999
+PR16   4033.842207  18178.604652  17449.588355 999999.999999
+PR17 -24341.006695     13.845786   7492.952982 999999.999999
+PR18 -21812.427687   8293.000483 -10145.140099 999999.999999
+PR19  -6924.162500  11351.077419 -21770.924863 999999.999999
+PR20  12859.660535   7817.736253 -20609.885852 999999.999999
+PR21  24233.521145   -117.250256  -7810.663779 999999.999999
+PR22  22156.982397  -8244.287618   9777.486306 999999.999999
+PR23   6756.610521 -11464.917434  21752.470626 999999.999999
+PR24 -12181.703043  -7994.068903  20914.244489 999999.999999
+*  2011  8 28 23 30  0.00000000
+PG01  22811.986976  12994.138569   4000.332499     -8.731992
+PG02  -9799.689573 -20139.219634  14711.131065    353.392939
+PG03   1226.211655  17194.705048 -20580.278961    760.953618
+PG04   6397.056895 -14475.142830  21080.242089    215.044878
+PG05  -2562.815865 -25312.534754  -7435.016604   -210.490756
+PG06  -4716.795212  17892.560691 -18824.271413    -84.487100
+PG07  20884.765369   1736.974688 -16450.168725     24.146794
+PG08  15233.248429  -4918.630447 -21277.016679      9.016052
+PG09 -21456.667587 -15629.912726   -534.256340    102.117967
+PG10   9440.434030 -22891.888026   8848.302288    -11.381193
+PG11  22716.961712  13310.841901  -5013.665761   -181.009293
+PG12 -12367.164271 -11824.210948  20370.282156     18.828045
+PG13  25215.724405  -3282.117523   7666.770439    254.184061
+PG14 -19191.020028  14811.399621  10843.253638    169.450921
+PG15 -15210.285878  -8747.670807 -19978.366305   -108.659238
+PG16   2431.780710  24737.497187  -8913.269154   -194.510572
+PG17  18237.141517 -15688.395008  11134.505810    177.422717
+PG18 -15462.723898   9123.893470 -19120.237495    154.590553
+PG19  12033.418059  11355.633029 -20871.097615   -177.927162
+PG20  14318.083840   9491.389804  20128.403429     52.265548
+PG21 -19866.707991   1314.290936 -17424.382315   -167.766679
+PG22 -10908.110828  21521.730433 -10795.326382    144.956408
+PG23  21516.255018   2654.891769  15604.402438    280.413808
+PG24  21865.617721  15057.549536   3137.380822    419.275107
+PG25 -15237.816982   1525.054809  21669.395811     16.149784
+PG26  -2803.871507 -14758.938962 -22475.716883   -138.843515
+PG27 -19815.476206 -17129.026886  -4799.409589    299.606856
+PG28  12171.739488 -18843.711501 -13495.818559     63.166911
+PG29 -25048.555987   3885.071610   7927.039746    235.115018
+PG30 -14982.384681   4190.891004  21167.516881     91.459515
+PG31  -2834.137276  15772.769445  21339.938613    133.277134
+PG32   9076.894431  18200.980993  17570.894665   -318.951182
+PR01   6859.020365 -24517.781331  -1471.138844 999999.999999
+PR02  -3325.965010 -18100.282409 -17647.488951 999999.999999
+PR03 -18944.127481 -12499.347236  11528.335220 999999.999999
+PR04  21855.776296   1255.298060 -13075.405331 999999.999999
+PR05  -6886.349160  24521.976549   1380.690666 999999.999999
+PR06   2853.999600  18596.812333  17198.295754 999999.999999
+PR07  11766.528646   -473.331383  22624.852543 999999.999999
+PR08  12646.191166 -16151.098915  15174.097294 999999.999999
+PR09  14995.708656  19973.608476   4935.841881 999999.999999
+PR10  19011.162441  12563.098922 -11581.283744 999999.999999
+PR11  11826.451447  -2422.538453 -22465.681853 999999.999999
+PR12  -2287.059232 -16135.747848 -19590.404235 999999.999999
+PR13 -15226.014813 -19753.284690  -5322.729640 999999.999999
+PR15 -10290.767994   4158.535178  22977.160685 999999.999999
+PR16   2639.076163  16374.904667  19381.555074 999999.999999
+PR17 -23222.621618    -40.019931  10462.540471 999999.999999
+PR18 -22840.569136   8633.351917  -7157.007941 999999.999999
+PR19  -9476.502847  11888.953809 -20484.451835 999999.999999
+PR20  10270.205942   8226.769530 -21860.224190 999999.999999
+PR21  23079.568609    -38.144292 -10760.646199 999999.999999
+PR22  23126.042505  -8593.904019   6784.671942 999999.999999
+PR23   9303.908987 -12027.130019  20471.095261 999999.999999
+PR24  -9562.670646  -8449.931744  22063.575845 999999.999999
+*  2011  8 28 23 45  0.00000000
+PG01  22915.837251  13371.089090   1164.833924     -8.733023
+PG02  -8220.424805 -19319.468399  16616.036277    353.394572
+PG03   -714.479679  18299.838695 -19578.853748    760.958251
+PG04   8462.254702 -13102.200484  21278.482467    215.054427
+PG05  -2235.859086 -25986.002037  -4703.435025   -210.495664
+PG06  -6657.330177  18742.799781 -17342.030540    -84.478584
+PG07  22242.629250   2858.180865 -14407.163307     24.148192
+PG08  17036.010129  -3394.878303 -20232.372658      9.017178
+PG09 -21215.182986 -15695.519705  -3425.880307    102.119221
+PG10   9610.206218 -21670.439791  11361.726698    -11.382249
+PG11  21936.145169  13462.054855  -7571.963097   -181.012260
+PG12 -12067.518709 -14054.190684  19108.667709     18.830553
+PG13  24296.734653  -2766.342571  10321.820025    254.182667
+PG14 -20251.581609  15046.020806   8222.210764    169.452705
+PG15 -13158.120761  -9873.586034 -20874.499705   -108.657793
+PG16   2116.140339  25577.906680  -6185.684708   -194.512440
+PG17  19354.444654 -15920.106458   8574.471386    177.421409
+PG18 -15392.807722   6788.602393 -20138.407607    154.592331
+PG19   9789.517761  12248.440319 -21497.867903   -177.930805
+PG20  14103.942882  11763.539348  19065.045017     52.266041
+PG21 -21364.988131     40.726361 -15711.949457   -167.768844
+PG22 -11068.852588  20096.861046 -13104.081101    144.956167
+PG23  19874.151357   3571.348121  17457.337384    280.410977
+PG24  21856.275646  15385.350727    333.619313    419.280148
+PG25 -15089.125364   -963.292023  21807.472692     16.151467
+PG26   -535.317303 -15590.714237 -22033.297344   -138.854312
+PG27 -19066.739034 -16864.783815  -7558.824609    299.610135
+PG28  12146.413941 -17077.007935 -15641.478738     63.169815
+PG29 -24176.510729   3260.724162  10518.990376    235.117804
+PG30 -15070.389465   1674.106792  21446.856684     91.457018
+PG31  -4851.714768  14413.096058  21953.840623    133.282219
+PG32   8628.778091  19999.854351  15755.285332   -318.957535
+PR01   6721.776125 -24539.626455   1737.631967 999999.999999
+PR02  -2871.251159 -20093.916526 -15431.809605 999999.999999
+PR03 -19962.489186 -13247.571849   8602.361006 999999.999999
+PR04  20113.108563   1592.686640 -15593.177612 999999.999999
+PR05  -6745.863587  24531.972875  -1826.905642 999999.999999
+PR06   2423.949408  20535.361374  14904.174897 999999.999999
+PR07  11195.663076   2269.197161  22802.644223 999999.999999
+PR08  12031.701996 -14236.574929  17425.099902 999999.999999
+PR09  14546.996161  19286.648131   8032.777289 999999.999999
+PR10  20034.566510  13299.857399  -8668.537394 999999.999999
+PR11  13788.305877   -549.368765 -21441.882330 999999.999999
+PR12   -593.450297 -14280.927806 -21113.399848 999999.999999
+PR13 -14754.940422 -19027.845474  -8410.837197 999999.999999
+PR15 -12310.370934   2229.378414  22247.959619 999999.999999
+PR16    964.235360  14525.019829  20937.162326 999999.999999
+PR17 -21768.608360   -262.345064  13227.993613 999999.999999
+PR18 -23476.135082   8951.004512  -4028.803370 999999.999999
+PR19 -11805.414747  12567.646384 -18800.236503 999999.999999
+PR20   7593.734974   8857.447590 -22686.380850 999999.999999
+PR21  21595.538588    214.923549 -13500.536426 999999.999999
+PR22  23704.711027  -8916.583767   3661.261798 999999.999999
+PR23  11627.193458 -12727.105106  18791.794521 999999.999999
+PR24  -6872.816487  -9126.368334  22783.424993 999999.999999
+EOF
diff --git a/util/data/COD16511.EPH_R b/util/data/COD16511.EPH_R
new file mode 100644
index 0000000..4f7e51d
--- /dev/null
+++ b/util/data/COD16511.EPH_R
@@ -0,0 +1,5399 @@
+#cP2011  8 29  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651  86400.00000000   900.00000000 55802 0.0000000000000
++   55   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02
++        R03R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20
++        R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++        10  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5 10  5  5 10  5  5  5  5
+++         5 10  5  5  5  5  5  5  5  5  5  5  5  6  7  7  6
+++         7  6  6  7  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11241      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  8 29  0  0  0.00000000
+PG01  22761.630472  13578.368234  -1690.722282     -8.733637
+PG02  -6429.200926 -18479.416898  18241.799505    353.396578
+PG03  -2499.851277  19421.972881 -18249.805610    760.963515
+PG04  10588.938546 -11830.817982  21103.174520    215.064948
+PG05  -1948.644445 -26360.903514  -1890.376002   -210.500003
+PG06  -8398.227204  19586.371332 -15555.519937    -84.469240
+PG07  23450.891454   3774.310047 -12118.829140     24.150419
+PG08  18809.761236  -2062.966400 -18843.702610      9.018211
+PG09 -20700.109499 -15609.476749  -6258.932122    102.121394
+PG10   9828.599157 -20182.620883  13673.483870    -11.382108
+PG11  20899.616175  13565.523980 -10003.813871   -181.015187
+PG12 -11896.440936 -16134.894876  17520.202872     18.833153
+PG13  23141.899720  -2078.418256  12798.862445    254.181827
+PG14 -21023.373018  15205.796438   5459.273715    169.454819
+PG15 -11093.745306 -11142.753925 -21412.145821   -108.655375
+PG16   1863.136733  26116.908461  -3349.698248   -194.513807
+PG17  20193.490485 -16072.281571   5865.655944    177.420801
+PG18 -15427.320234   4358.902486 -20797.284735    154.594401
+PG19   7546.434770  13278.961156 -21756.735817   -177.933845
+PG20  13994.994858  13902.846766  17670.342242     52.266651
+PG21 -22740.465771  -1044.547353 -13727.869597   -167.770849
+PG22 -11286.576530  18431.589473 -15183.759109    144.956211
+PG23  18112.395421   4666.244320  19014.282583    280.408919
+PG24  21602.934635  15536.490950  -2475.772471    419.283941
+PG25 -15071.685813  -3450.063889  21569.307913     16.153623
+PG26   1623.622880 -16524.740887 -21229.812801   -138.865029
+PG27 -18029.905624 -16499.588931 -10187.979332    299.613384
+PG28  12201.598446 -15077.481411 -17505.113363     63.173078
+PG29 -23085.495235   2465.232206  12930.040175    235.121084
+PG30 -15285.796446   -845.351934  21344.656146     91.455653
+PG31  -6980.757512  13143.701357  22196.161659    133.287684
+PG32   8298.015416  21603.586972  13678.154815   -318.963340
+PR01   6505.725754 -24166.167389   4912.625182 999999.999999
+PR02  -2618.060386 -21829.252437 -12916.029408 999999.999999
+PR03 -20753.289741 -13674.611668   5508.246632 999999.999999
+PR04  18124.275993   2151.166464 -17807.762382 999999.999999
+PR05  -6527.839429  24146.731560  -4999.009499 999999.999999
+PR06   2194.245299  22205.340291  12319.919230 999999.999999
+PR07  10817.498372   5039.713323  22537.399609 999999.999999
+PR08  11505.944536 -12031.742970  19337.976006 999999.999999
+PR09  13771.881513  18385.728193  10972.744555 999999.999999
+PR10  20832.757556  13717.036077  -5588.452668 999999.999999
+PR11  15770.785804   1072.891891 -20001.202527 999999.999999
+PR12   1351.509639 -12448.591142 -22225.806309 999999.999999
+PR13 -13951.431720 -18097.782420 -11335.497547 999999.999999
+PR15 -14382.141560    535.436574  21087.515723 999999.999999
+PR16   -967.272189  12691.940776  22085.779074 999999.999999
+PR17 -20025.917653   -690.776410  15735.466051 999999.999999
+PR18 -23716.133830   9189.308181   -821.751073 999999.999999
+PR19 -13859.944049  13344.148601 -16750.960697 999999.999999
+PR20   4899.612960   9707.020530 -23072.100213 999999.999999
+PR21  19829.549722    678.322222 -15976.985896 999999.999999
+PR22  23891.674845  -9156.139084    467.394967 999999.999999
+PR23  13675.982942 -13521.466426  16747.211069 999999.999999
+PR24  -4181.616361 -10017.836860  23059.753446 999999.999999
+*  2011  8 29  0 15  0.00000000
+PG01  22331.228467  13648.428937  -4517.172061     -8.734992
+PG02  -4447.850535 -17655.158347  19560.273328    353.398074
+PG03  -4107.695430  20523.745917 -16613.961967    760.967932
+PG04  12734.585611 -10683.775541  20558.491116    215.074937
+PG05  -1665.144265 -26429.365623    955.438176   -210.505176
+PG06  -9919.753109  20384.364820 -13495.938397    -84.460875
+PG07  24468.377883   4496.130217  -9624.377921     24.151774
+PG08  20507.411932   -933.083554 -17135.979423      9.018274
+PG09 -19903.064716 -15411.175197  -8985.638667    102.123405
+PG10  10125.777781 -18456.740026  15742.476964    -11.384000
+PG11  19616.926962  13653.487506 -12268.995882   -181.018508
+PG12 -11833.965088 -18024.351774  15632.381691     18.835234
+PG13  21789.406277  -1198.708602  15054.795623    254.179343
+PG14 -21508.013944  15250.173587   2601.905284    169.456566
+PG15  -9061.163420 -12537.260731 -21581.566987   -108.653780
+PG16   1635.623250  26341.381607   -454.984425   -194.515827
+PG17  20755.532142 -16105.795447   3054.832622    177.419206
+PG18 -15575.657963   1882.244125 -21085.883585    154.596220
+PG19   5349.561198  14430.215959 -21642.187271   -177.937593
+PG20  13972.863025  15868.978357  15968.922719     52.267337
+PG21 -23953.579092  -1946.281660 -11508.104928   -167.772956
+PG22 -11587.790641  16556.821032 -16997.755218    144.956071
+PG23  16275.973137   5938.289978  20248.094883    280.406141
+PG24  21087.375280  15542.159695  -5243.324925    419.288195
+PG25 -15182.341676  -5885.971707  20959.101121     16.155266
+PG26   3635.178265 -17531.464061 -20076.697995   -138.875856
+PG27 -16705.130513 -16073.614170 -12640.102828    299.616658
+PG28  12364.010731 -12884.268618 -19052.328942     63.175884
+PG29 -21813.514749   1482.625809  15118.927816    235.124018
+PG30 -15622.780565  -3317.091711  20862.795792     91.453187
+PG31  -9180.832190  11993.057596  22063.516260    133.292858
+PG32   8060.811286  22978.535518  11373.968947   -318.969707
+PR01   6266.193066 -23396.424105   7992.137110 999999.999999
+PR02  -2532.957399 -23255.692588 -10149.083883 999999.999999
+PR03 -21264.019246 -13807.322308   2306.472892 999999.999999
+PR04  15949.842582   2950.647740 -19676.129645 999999.999999
+PR05  -6287.583107  23365.545865  -8073.997569 999999.999999
+PR06   2129.816211  23557.290496   9495.801193 999999.999999
+PR07  10636.945568   7770.560929  21834.166536 999999.999999
+PR08  11111.913754  -9584.475787  20875.653702 999999.999999
+PR09  12657.850869  17328.330671  13698.297731 999999.999999
+PR10  21353.457576  13841.382128  -2400.480323 999999.999999
+PR11  17709.133544   2421.172447 -18171.406229 999999.999999
+PR12   3511.536841 -10697.592442 -22906.706791 999999.999999
+PR13 -12804.732301 -17021.738146 -14039.963758 999999.999999
+PR15 -16442.207523   -895.033102  19518.614050 999999.999999
+PR16  -3120.059744  10934.615569  22804.633608 999999.999999
+PR17 -18050.201005  -1353.085668  17936.212118 999999.999999
+PR18 -23571.029226   9293.346563   2401.383925 999999.999999
+PR19 -15599.430168  14167.948084 -14376.395929 999999.999999
+PR20   2256.347854  10760.345549 -23009.656929 999999.999999
+PR21  17838.136341   1378.346847 -18141.872221 999999.999999
+PR22  23698.669346  -9258.284040  -2735.466271 999999.999999
+PR23  15410.148078 -14359.454516  14377.091555 999999.999999
+PR24  -1557.038697 -11106.500795  22887.170184 999999.999999
+*  2011  8 29  0 30  0.00000000
+PG01  21614.574699  13617.356039  -7265.862785     -8.734927
+PG02  -2305.249554 -16879.219309  20548.228493    353.399547
+PG03  -5522.812724  21565.269589 -14697.416819    760.973134
+PG04  14854.201871  -9676.383003  19655.130811    215.085400
+PG05  -1348.833747 -26192.337433   3784.692394   -210.509702
+PG06 -11210.319696  21096.525162 -11199.395796    -84.452158
+PG07  25258.220452   5042.029353  -6966.397639     24.153341
+PG08  22082.225853     -6.513614 -15139.266194      9.019041
+PG09 -18824.310420 -15141.863683 -11560.623293    102.126309
+PG10  10526.758705 -16528.136676  17532.050385    -11.385083
+PG11  18104.536926  13756.549695 -14330.139785   -181.021339
+PG12 -11853.551803 -19686.129866  13477.715412     18.837589
+PG13  20282.172101   -115.448764  17050.209727    254.178185
+PG14 -21716.022846  15140.914989   -300.562570    169.458322
+PG15  -7101.229530 -14031.929209 -21379.333061   -108.652411
+PG16   1395.014667  26247.499923   2447.708139   -194.517685
+PG17  21050.453997 -15983.854425    190.778096    177.417989
+PG18 -15839.530788   -592.719328 -21000.064750    154.598038
+PG19   3241.188038  15677.781847 -21155.085518   -177.941221
+PG20  14013.107450  17626.808643  13990.708755     52.267599
+PG21 -24968.244204  -2676.801511  -9092.129497   -167.774843
+PG22 -11993.490471  14509.494508 -18514.133752    144.955815
+PG23  14410.183053   7377.893264  21136.935646    280.403575
+PG24  20298.924426  15437.197754  -7922.185797    419.291495
+PG25 -15409.911905  -8223.352372  19987.477271     16.156908
+PG26   5467.256533 -18575.466595 -18591.048603   -138.886845
+PG27 -15101.995066 -15627.316465 -14870.768903    299.620973
+PG28  12653.526979 -10542.634270 -20254.594228     63.178514
+PG29 -20402.459986    304.571271  17048.275936    235.126841
+PG30 -16067.553072  -5692.703417  20010.133800     91.450668
+PG31 -11407.431327  10982.412849  21558.736604    133.297958
+PG32   7888.113829  24097.115269   8880.854565   -318.975685
+PR01   6058.116062 -22242.676706  10916.343683 999999.999999
+PR02  -2573.942018 -24332.297598  -7184.792934 999999.999999
+PR03 -21450.743836 -13683.427635   -940.374743 999999.999999
+PR04  13655.018842   3999.122647 -21161.993315 999999.999999
+PR05  -6079.961470  22200.953274 -10992.138583 999999.999999
+PR06   2187.239430  24551.758508   6486.787414 999999.999999
+PR07  10647.076684  10394.792085  20706.509702 999999.999999
+PR08  10883.738769  -6951.365963  22008.338939 999999.999999
+PR09  11205.360812  16175.159623  16156.214264 999999.999999
+PR10  21552.730734  13710.337593    833.840929 999999.999999
+PR11  19537.026507   3485.140219 -15987.876842 999999.999999
+PR12   5839.933788  -9079.981162 -23143.610213 999999.999999
+PR13 -11317.160335 -15861.107849 -16471.812065 999999.999999
+PR15 -18424.024207  -2046.363456  17571.890973 999999.999999
+PR16  -5447.974533   9305.561017  23079.290197 999999.999999
+PR17 -15903.551734  -2265.760337  19787.536996 999999.999999
+PR18 -23064.179769   9212.508078   5577.554882 999999.999999
+PR19 -16994.964091  14983.240477 -11722.634613 999999.999999
+PR20   -271.040011  11990.395996 -22500.023414 999999.999999
+PR21  15683.949916   2329.873650 -19953.234858 999999.999999
+PR22  23149.885283  -9173.120366  -5885.687943 999999.999999
+PR23  16801.345591 -15185.152639  11727.513609 999999.999999
+PR24    937.066632 -12362.871029  22269.038446 999999.999999
+*  2011  8 29  0 45  0.00000000
+PG01  20610.196197  13523.303031  -9889.492231     -8.737498
+PG02    -36.469036 -16179.303507  21187.786515    353.401054
+PG03  -6737.457924  22505.595624 -12531.220439    760.978520
+PG04  16901.939905  -8816.055293  18410.040669    215.095792
+PG05   -964.322231 -25659.540559   6548.352007   -210.514596
+PG06 -12266.737421  21682.891400  -8706.245357    -84.443726
+PG07  25789.240886   5437.106648  -4190.142589     24.154992
+PG08  23489.499154    724.165662 -12888.158140      9.020655
+PG09 -17472.767613 -14842.935200 -13941.575096    102.127390
+PG10  11050.242427 -14437.895974  19010.694657    -11.386130
+PG11  16385.316121  13902.418139 -16153.266359   -181.024564
+PG12 -11923.239107 -21090.565340  11093.172181     18.839812
+PG13  18666.229270   1174.571667  18750.105011    254.176448
+PG14 -21666.317662  14843.761712  -3197.788404    169.460001
+PG15  -5250.221580 -15595.147864 -20808.415548   -108.650785
+PG16   1103.024836  25840.863682   5307.497234   -194.519824
+PG17  21096.279378 -15673.607776  -2676.594392    177.416456
+PG18 -16212.901180  -3017.881998 -20542.543838    154.599597
+PG19   1259.034273  16990.605246 -20302.731967   -177.944751
+PG20  14086.305771  19147.598229  11770.358716     52.268430
+PG21 -25753.142058  -3255.231125  -6522.173239   -167.777391
+PG22 -12518.177263  12331.285926 -19706.228090    144.955784
+PG23  12559.015803   8967.316470  21664.685436    280.400949
+PG24  19235.000257  15258.639398 -10466.874351    419.294260
+PG25 -15735.658680 -10417.813146  18671.295715     16.158542
+PG26   7094.503072 -19616.687570 -16795.503013   -138.898092
+PG27 -13239.466211 -15199.726627 -16838.802947    299.624052
+PG28  13082.217094  -8102.302708 -21089.871260     63.181272
+PG29 -18896.518107  -1069.122892  18685.214255    235.129912
+PG30 -16598.933917  -7927.500642  18802.311797     91.448137
+PG31 -13613.491601  10125.112333  20690.788205    133.303103
+PG32   7746.835644  24938.722152   6240.043499   -318.981992
+PR01   5933.497593 -20730.053366  13628.464537 999999.999999
+PR02  -2692.462525 -25029.401779  -4080.809532 999999.999999
+PR03 -21280.083784 -13349.684231  -4168.854858 999999.999999
+PR04  11307.065275   5292.106050 -22236.514373 999999.999999
+PR05  -5956.856621  20678.318231 -13696.755046 999999.999999
+PR06   2316.817727  25160.864315   3351.462103 999999.999999
+PR07  10829.488899  12848.716629  19176.255341 999999.999999
+PR08  10845.160214  -4195.606281  22714.087352 999999.999999
+PR09   9428.068659  14987.484539  18298.550866 999999.999999
+PR10  21396.934472  13370.255051   4052.051992 999999.999999
+PR11  21189.282696   4267.398185 -13492.943976 999999.999999
+PR12   8281.335452  -7638.967126 -22932.636386 999999.999999
+PR13  -9504.249081 -14677.375208 -18583.951828 999999.999999
+PR15 -20261.047172  -2915.873738  15285.228029 999999.999999
+PR16  -7895.776108   7848.754779  22903.965392 999999.999999
+PR17 -13651.997457  -3433.081094  21253.620529 999999.999999
+PR18 -22230.746084   8902.879236   8644.693916 999999.999999
+PR19 -18030.362563  15731.384314  -8841.197874 999999.999999
+PR20  -2623.498814  13359.288495 -21552.869551 999999.999999
+PR21  13433.226443   3535.508847 -21376.082087 999999.999999
+PR22  22280.882223  -8857.450129  -8922.619484 999999.999999
+PR23  17833.965916 -15939.947367   8849.988084 999999.999999
+PR24   3243.399503 -13746.957165  21217.409294 999999.999999
+*  2011  8 29  1  0  0.00000000
+PG01  19325.383766  13404.857306 -12342.923348     -8.738736
+PG02   2318.312525 -15577.214841  21466.783139    353.402456
+PG03  -7751.513663  23304.261294 -10150.978009    760.982403
+PG04  18832.741472  -8102.215933  16846.027606    215.106590
+PG05   -478.940968 -24849.087675   9198.531640   -210.519351
+PG06 -13094.132776  22105.437176  -6060.330814    -84.435283
+PG07  26037.129717   5712.014703  -1342.787199     24.156366
+PG08  24688.155721   1274.563116 -10421.175882      9.020902
+PG09 -15865.721654 -14554.254768 -16089.837784    102.128258
+PG10  11707.718662 -12231.338766  20152.637933    -11.387758
+PG11  14487.831060  14114.760385 -17708.273654   -181.027732
+PG12 -12007.004996 -22215.738235   8519.548967     18.841713
+PG13  16988.989330   2665.660020  20124.538809    254.174939
+PG14 -21385.391390  14329.959537  -6039.314901    169.461375
+PG15  -3538.592805 -17189.964574 -19878.171593   -108.649223
+PG16    723.392602  25136.264475   8074.309417   -194.521754
+PG17  20918.360137 -15147.621916  -5497.137423    177.414777
+PG18 -16682.257664  -5347.394483 -19722.753900    154.601292
+PG19   -565.055498  18332.092695 -19098.815555   -177.948593
+PG20  14159.335049  20409.923657   9346.628812     52.268210
+PG21 -26282.811292  -3706.482238  -3842.461403   -167.779817
+PG22 -13169.146171  10067.128737 -20553.139109    144.955428
+PG23  10763.580121  10681.149003  21821.275387    280.398405
+PG24  17901.367739  15044.175883 -12834.021826    419.298110
+PG25 -16134.060809 -12429.750256  17033.351169     16.160138
+PG26   8499.138834 -20611.844584 -14718.044429   -138.909042
+PG27 -11145.478932 -14826.760508 -18507.177058    299.625760
+PG28  13653.726540  -5615.596614 -21543.093370     63.183818
+PG29 -17340.513410  -2630.316585  20001.922158    235.132553
+PG30 -17189.243303  -9982.097705  17261.414395     91.445633
+PG31 -15751.006114   9426.224469  19474.598260    133.308160
+PG32   7601.229598  25490.418778   3495.272557   -318.988311
+PR01   5938.989632 -18895.596996  16075.865145 999999.999999
+PR02  -2835.710770 -25329.772969   -897.493141 999999.999999
+PR03 -20730.757748 -12859.672403  -7315.933460 999999.999999
+PR04   8972.627840   6812.610975 -22878.857818 999999.999999
+PR05  -5964.755292  18834.894146 -16135.324566 999999.999999
+PR06   2464.928062  25369.400615    150.877399 999999.999999
+PR07  11155.169840  15074.323941  17273.074358 999999.999999
+PR08  11008.461077  -1384.601805  22979.225003 999999.999999
+PR09   7352.507363  13824.480623  20083.589783 999999.999999
+PR10  20864.262553  12874.252413   7191.960579 999999.999999
+PR11  22604.543229   4783.132447 -10735.068606 999999.999999
+PR12  10773.815212  -6407.282417 -22278.535784 999999.999999
+PR13  -7394.340135 -13529.467345 -20335.528324 999999.999999
+PR15 -21889.417316  -3513.718861  12703.012062 999999.999999
+PR16 -10401.213629   6597.898653  22281.674943 999999.999999
+PR17 -11362.849734  -4846.725277  22306.200864 999999.999999
+PR18 -21116.115427   8329.354331  11542.948717 999999.999999
+PR19 -18702.618556  16353.492766  -5788.036834 999999.999999
+PR20  -4750.174210  14819.786406 -20186.393195 999999.999999
+PR21  11153.127110   4985.266409 -22383.054331 999999.999999
+PR22  21137.053006  -8276.820503 -11787.732287 999999.999999
+PR23  18505.555132 -16565.119973   5800.455094 999999.999999
+PR24   5313.358714 -15209.880016  19752.784944 999999.999999
+*  2011  8 29  1 15  0.00000000
+PG01  17776.043285  13299.397871 -14583.960543     -8.741640
+PG02   4715.101999 -15088.002626  21379.053190    353.403882
+PG03  -8572.377846  23922.859322  -7596.354889    760.988198
+PG04  20603.939290  -7526.525551  14991.271654    215.116896
+PG05    135.776591 -23786.784781  11689.342622   -210.524648
+PG06 -13705.533755  22329.644539  -3308.165643    -84.426386
+PG07  25985.378021   5901.597118   1527.345844     24.157957
+PG08  25642.204260   1667.659600  -7780.120500      9.021041
+PG09 -14028.237684 -14312.585584 -17970.917875    102.129758
+PG10  12502.882761  -9956.352137  20938.310548    -11.388232
+PG11  12445.438187  14412.217837 -18969.371544   -181.030796
+PG12 -12066.289399 -23048.162402   5800.785867     18.844166
+PG13  15297.458121   4343.224096  21149.187538    254.173301
+PG14 -20906.192204  13577.585291  -8775.479124    169.463488
+PG15  -1989.951492 -18775.404539 -18604.215730   -108.647648
+PG16    223.523715  24157.093520  10699.803238   -194.523670
+PG17  20548.278362 -14385.154584  -8221.388667    177.413554
+PG18 -17227.205027  -7539.259995 -18556.570716    154.603250
+PG19  -2206.191857  19661.442091 -17563.246199   -177.952046
+PG20  14196.801972  21400.325258   6761.669158     52.268955
+PG21 -26538.514368  -4060.051312  -1098.463264   -167.781903
+PG22 -13946.074933   7763.610542 -21040.121155    144.955314
+PG23   9060.634968  12487.085486  21602.926271    280.395561
+PG24  16312.092574  14830.596283 -14983.088195    419.300721
+PG25 -16573.862201 -14225.683689  15101.972264     16.161719
+PG26   9671.540564 -21516.018374 -12391.714961   -138.919841
+PG27  -8856.142108 -14539.626743 -19843.866178    299.627394
+PG28  14363.035342  -3135.467753 -21606.474113     63.186649
+PG29 -15778.241212  -4362.671798  20976.083036    235.135422
+PG30 -17805.471218 -11823.760953  15415.493764     91.443062
+PG31 -17772.673213   8882.482429  17930.800598    133.313271
+PG32   7414.373111  25747.359735    692.143208   -318.994578
+PR01   6113.713919 -16786.849856  18211.075811 999999.999999
+PR02  -2949.100894 -25229.268083   2303.269350 999999.999999
+PR03 -19794.626729 -12271.310739 -10320.235418 999999.999999
+PR04   6715.116200   8531.660798 -23076.593233 999999.999999
+PR05  -6142.575116  16718.403997 -18260.499248 999999.999999
+PR06   2576.540999  25175.416324  -3052.645757 999999.999999
+PR07  11585.827879  17021.476339  15033.911317 999999.999999
+PR08  11373.895502   1412.588122  22798.610530 999999.999999
+PR09   5017.218761  12740.680449  21476.656158 999999.999999
+PR10  19945.815457  12279.795384  10192.826584 999999.999999
+PR11  23727.818019   5059.223408  -7767.902232 999999.999999
+PR12  13251.261682  -5406.002572 -21194.547819 999999.999999
+PR13  -5027.646303 -12471.239722 -21692.701978 999999.999999
+PR15 -23250.548396  -3862.200834   9875.276070 999999.999999
+PR16 -12897.417273   5575.128088  21224.205946 999999.999999
+PR17  -9102.023211  -6485.911938  22925.105240 999999.999999
+PR18 -19773.913133   7467.370764  14215.867915 999999.999999
+PR19 -19021.809827  16793.053144  -2622.446568 999999.999999
+PR20  -6610.293140  16317.218716 -18426.983264 999999.999999
+PR21   8909.064919   6656.787083 -22954.932551 999999.999999
+PR22  19771.701162  -7407.216019 -14425.722558 999999.999999
+PR23  18826.694568 -17004.458706   2638.193150 999999.999999
+PR24   7108.820316 -16695.877543  17903.715847 999999.999999
+*  2011  8 29  1 30  0.00000000
+PG01  15986.223609  13241.509749 -16574.074140     -8.744398
+PG02   7107.546645 -14719.365446  20924.627370    353.405557
+PG03  -9214.560813  24326.573329  -4910.488497    760.991971
+PG04  22176.756287  -7073.419132  12878.755920    215.127412
+PG05    902.781573 -22505.145154  13977.702739   -210.529114
+PG06 -14121.142415  22325.945570   -498.063263    -84.417714
+PG07  25625.928352   6043.372834   4371.572408     24.159755
+PG08  26322.009003   1932.732600  -5009.399794      9.020264
+PG09 -11992.314849 -14150.164992 -19554.913925    102.131338
+PG10  13431.386495  -7661.632529  21354.673414    -11.388465
+PG11  10295.215661  14807.609850 -19915.461438   -181.033816
+PG12 -12061.617594 -23583.165115   2983.233454     18.846355
+PG13  13636.470900   6184.131511  21805.810940    254.171931
+PG14 -20266.750712  12572.616344 -11358.320771    169.464961
+PG15   -620.309616 -20307.963206 -17008.179258   -108.646498
+PG16   -424.019760  22934.419136  13138.252913   -194.525892
+PG17  20022.503313 -13373.173941 -10801.487114    177.412389
+PG18 -17821.340050  -9556.753850 -17065.914197    154.604697
+PG19  -3647.254164  20935.165935 -15721.870183   -177.955709
+PG20  14162.563432  22113.650832   4060.268708     52.269504
+PG21 -26508.854242  -4348.676132   1663.839067   -167.784065
+PG22 -14840.930567   5467.311611 -21158.847124    144.955091
+PG23   7481.284805  14346.985003  21012.286963    280.392847
+PG24  14489.192252  14652.263185 -16877.044968    419.303590
+PG25 -17019.354013 -15779.357615  12910.525082     16.163327
+PG26  10610.533303 -22284.350141  -9854.233991   -138.931185
+PG27  -6414.585236 -14363.406099 -20822.635353    299.629809
+PG28  15196.605393   -713.510391 -21279.638070     63.189244
+PG29 -14250.858082  -6242.103517  21591.244348    235.138411
+PG30 -18410.671489 -13427.478522  13297.974666     91.440545
+PG31 -19633.523889   8482.541220  16085.401297    133.318404
+PG32   7149.710677  25712.939180  -2122.555040   -319.000849
+PR01   6487.411264 -14460.015619  19992.707968 999999.999999
+PR02  -2978.825673 -24736.957376   5459.271618 999999.999999
+PR03 -18477.193478 -11644.202699 -13123.257173 999999.999999
+PR04   4592.233733  10409.317313 -22825.931732 999999.999999
+PR05  -6519.820091  14385.198701 -20031.023466 999999.999999
+PR06   2597.802517  24590.259836  -6196.741760 999999.999999
+PR07  12075.631491  18649.782791  12502.269731 999999.999999
+PR08  11929.639509   4127.872981  22175.734013 999999.999999
+PR09   2471.382161  11783.646046  22450.790304 999999.999999
+PR10  18646.152171  11646.107698  12996.524134 999999.999999
+PR11  24512.786040   5132.858219  -4649.238100 999999.999999
+PR12  15645.928109  -4643.870444 -19702.104022 999999.999999
+PR13  -2454.823253 -11549.195878 -22629.290223 999999.999999
+PR15 -24293.510968  -3994.573480   6856.737053 999999.999999
+PR16 -15315.504803   4790.224456  19751.912257 999999.999999
+PR17  -6931.436418  -8318.081359  23098.619433 999999.999999
+PR18 -18263.688434   6304.195458  16611.510287 999999.999999
+PR19 -19010.470133  16998.463256    594.086187 999999.999999
+PR20  -8174.623553  17791.735142 -16308.720450 999999.999999
+PR21   6762.129059   8516.087902 -23080.983930 999999.999999
+PR22  18243.808762  -6236.327473 -16785.559462 999999.999999
+PR23  18820.344310 -17206.781177   -575.336974 999999.999999
+PR24   8603.471628 -18144.619809  15706.239615 999999.999999
+*  2011  8 29  1 45  0.00000000
+PG01  13987.339059  13261.516952 -18279.060705     -8.746195
+PG02   9448.501023 -14471.341736  20109.831845    353.407124
+PG03  -9698.999300  24485.617926  -2139.309558    760.996455
+PG04  23517.646612  -6720.923943  10545.628571    215.137493
+PG05   1838.416302 -21042.154454  16024.092959   -210.534335
+PG06 -14367.326946  22070.972375   2320.761761    -84.409118
+PG07  24959.521368   6175.923791   7141.637995     24.161166
+PG08  26705.333089   2104.061820  -2155.334038      9.020410
+PG09  -9795.814539 -14093.474217 -20816.869846    102.133924
+PG10  14480.930993  -5394.916296  21395.405620    -11.390108
+PG11   8076.768876  15307.355009 -20530.458670   -181.037168
+PG12 -11954.263726 -23824.943504    114.884181     18.848642
+PG13  12047.018308   8157.413916  22082.607490    254.170150
+PG14 -19508.608269  11309.696321 -13742.469007    169.466436
+PG15    562.368949 -21743.217181 -15117.359244   -108.645033
+PG16  -1240.243996  21505.773038  15347.373516   -194.527986
+PG17  19380.857789 -12107.077727 -13192.065797    177.411269
+PG18 -18433.369979 -11369.612458 -15278.241994    154.606294
+PG19  -4879.401011  22108.748887 -13606.067986   -177.959377
+PG20  14021.276743  22553.085213   1289.063994     52.270173
+PG21 -26190.128358  -4606.903931   4398.653700   -167.786217
+PG22 -15838.198000   3223.152804 -20907.547401    144.954754
+PG23   6049.890309  16218.176095  20058.465033    280.390504
+PG24  12461.993491  14539.680388 -18483.013436    419.307762
+PG25 -17431.840027 -17072.565018  10496.830730     16.164904
+PG26  11323.373092 -22873.794223  -7147.514488   -138.942338
+PG27  -3869.482535 -14315.873915 -21423.727119    299.633503
+PG28  16132.907322   1601.951674 -20569.571920     63.191837
+PG29 -12795.388875  -8237.530275  21837.078973    235.141410
+PG30 -18965.517548 -14776.707651  10946.958592     91.437945
+PG31 -21292.470769   8207.539840  13969.369200    133.323544
+PG32   6772.601411  25398.652203  -4901.552770   -319.006863
+PR01   7078.997702 -11977.775766  21386.250596 999999.999999
+PR02  -2874.381318 -23874.712812   8509.200701 999999.999999
+PR03 -16797.536992 -11036.930485 -15670.515416 999999.999999
+PR04   2653.761521  12396.182292 -22131.795196 999999.999999
+PR05  -7115.143552  11898.069927 -21412.532472 999999.999999
+PR06   2478.567265  23638.080597  -9220.224422 999999.999999
+PR07  12573.284154  19930.074769   9727.367038 999999.999999
+PR08  12652.265879   6696.711711  21122.650791 999999.999999
+PR09   -227.003219  10991.960307  22987.262227 999999.999999
+PR10  16983.298386  11031.516568  15548.658944 999999.999999
+PR11  24923.751434   5049.703592  -1439.875315 999999.999999
+PR12  17891.050417  -4117.145235 -17830.384637 999999.999999
+PR13    264.890890 -10800.536511 -23127.260987 999999.999999
+PR15 -24977.115307  -3953.392064   3705.748667 999999.999999
+PR16 -17587.294043   4240.365288  17893.335053 999999.999999
+PR17  -4906.602029 -10300.079436  22823.690677 999999.999999
+PR18 -16648.375597   4839.708032  18683.455252 999999.999999
+PR19 -18702.450243  16925.377036   3799.079024 999999.999999
+PR20  -9426.448538  19180.803437 -13872.723935 999999.999999
+PR21   4766.713575  10518.809217 -22759.140519 999999.999999
+PR22  16615.584769  -4764.343178 -18821.460133 999999.999999
+PR23  18520.679421 -17128.259709  -3777.690706 999999.999999
+PR24   9783.646314 -19493.735296  13203.172899 999999.999999
+*  2011  8 29  2  0  0.00000000
+PG01  11817.116249  13384.191149 -19669.628055     -8.747733
+PG02  11691.649174 -14336.305361  18947.282266    353.408633
+PG03 -10052.105936  24376.522870    669.220999    760.999990
+PG04  24599.430629  -6441.720114   8032.512256    215.147362
+PG05   2951.584389 -19439.836323  17793.246999   -210.538773
+PG06 -14475.377401  21548.564772   5099.101090    -84.400679
+PG07  23995.725450   6337.245772   9790.502391     24.162806
+PG08  26778.121769   2219.463328    734.551397      9.021344
+PG09  -7481.203143 -14162.237765 -21737.056066    102.135862
+PG10  15631.694051  -3201.271726  21060.951147    -11.390173
+PG11   5830.949045  15911.130052 -20803.554663   -181.040225
+PG12 -11707.891850 -23786.296701  -2755.420772     18.850811
+PG13  10564.730798  10225.290777  21974.452007    254.168945
+PG14 -18675.109505   9792.562302 -15885.988111    169.468246
+PG15   1558.301462 -23037.490581 -12964.261582   -108.643632
+PG16  -2238.713561  19913.697184  17289.070758   -194.530022
+PG17  18664.856900 -10591.080196 -15351.100538    177.409971
+PG18 -19028.422017 -12954.949875 -13225.953198    154.608048
+PG19  -5902.253093  23138.374706 -11252.238084   -177.963156
+PG20  13739.918564  22729.868137  -1504.273299     52.270374
+PG21 -25586.415801  -4869.622991   7061.048229   -167.788876
+PG22 -16915.420656   1072.819870 -20291.020675    144.954387
+PG23   4783.239921  18054.961480  18756.943722    280.387611
+PG24  10266.216079  14518.207391 -19772.847537    419.310529
+PG25 -17771.227802 -18095.665848   7902.507470     16.166473
+PG26  11825.407656 -23244.862181  -4317.073381   -138.953685
+PG27  -1273.309781 -14406.628957 -21634.418818    299.637163
+PG28  17143.298961   3767.618427 -19490.401454     63.194788
+PG29 -11443.406238 -10311.895599  21709.544902    235.144187
+PG30 -19429.951280 -15863.774131   8404.447908     91.435303
+PG31 -22713.724364   8031.947982  11618.155848    133.328552
+PG32   6251.816904  24823.670407  -7597.834376   -319.013051
+PR01   7895.588339  -9406.851371  22364.732002 999999.999999
+PR02  -2590.953052 -22676.278575  11393.830377 999999.999999
+PR03 -14787.686291 -10504.412900 -17912.608318 999999.999999
+PR04    939.687772  14435.310285 -21007.716850 999999.999999
+PR05  -7935.379652   9323.808355 -22378.216692 999999.999999
+PR06   2174.774504  22354.810633 -12064.285921 999999.999999
+PR07  13024.346850  20845.422520   6763.175570 999999.999999
+PR08  13507.723643   9060.544951  19659.751335 999999.999999
+PR09  -3013.304514  10393.622156  23075.919355 999999.999999
+PR10  14988.208203  10490.843889  17799.620037 999999.999999
+PR11  24937.170998   4861.717348   1797.580902 999999.999999
+PR12  19923.428356  -3809.978073 -15615.738993 999999.999999
+PR13   3065.891217 -10251.618309 -23177.069603 999999.999999
+PR15 -25271.608248  -3788.477736    483.187943 999999.999999
+PR16 -19648.006351   3910.424574  15684.654399 999999.999999
+PR17  -3074.505577 -12379.796288  22105.962151 999999.999999
+PR18 -14991.640047   3086.648703  20391.694943 999999.999999
+PR19 -18141.317375  16538.759760   6930.269922 999999.999999
+PR20 -10362.013567  20421.843924 -11166.355859 999999.999999
+PR21   2968.447366  12611.905689 -21996.009802 999999.999999
+PR22  14949.893175  -3004.227107 -20493.773907 999999.999999
+PR23  17971.469087 -16734.450922  -6906.656544 999999.999999
+PR24  10648.626927 -20681.441855  10443.270375 999999.999999
+*  2011  8 29  2 15  0.00000000
+PG01   9518.305490  13627.686212 -20721.895276     -8.749449
+PG02  13793.121209 -14299.273219  17455.765229    353.409968
+PG03 -10304.585126  23983.203748   3465.949452    761.005306
+PG04  25402.185551  -6204.397826   5382.775871    215.157426
+PG05   4243.217232 -17742.675558  19254.761265   -210.543721
+PG06 -14480.078892  20750.495951   7788.648570    -84.392254
+PG07  22752.647770   6563.123598  12273.107295     24.164168
+PG08  26535.001288   2318.704317   3612.240084      9.021425
+PG09  -5094.153497 -14368.680202 -22301.182477    102.139036
+PG10  16857.069458  -1121.521996  20358.428808    -11.390680
+PG11   3598.526987  16611.779836 -20729.415565   -181.042857
+PG12 -11290.112811 -23488.044339  -5578.797673     18.853024
+PG13   9218.583088  12344.473962  21483.009015    254.167072
+PG14 -17809.628742   8034.112785 -17751.162776    169.470157
+PG15   2375.694094 -24149.511311 -10586.044871   -108.642058
+PG16  -3424.846936  18204.112277  18930.101051   -194.532002
+PG17  17915.988233  -8838.248697 -17240.695172    177.408448
+PG18 -19569.486123 -14297.873163 -10945.720852    154.609876
+PG19  -6723.737301  23982.653081  -8701.173520   -177.966764
+PG20  13289.213697  22662.714815  -4271.855321     52.270875
+PG21 -24709.401824  -5170.608211   9607.581721   -167.790998
+PG22 -18044.029849   -946.672655 -19320.517923    144.954243
+PG23   3690.018484  19810.267243  17129.381477    280.384907
+PG24   7942.813406  14606.971151 -20723.650458    419.312542
+PG25 -17997.683387 -18847.779998   5172.249131     16.168034
+PG26  12139.414571 -23363.289592  -1411.335453   -138.965026
+PG27   1319.593835 -14636.579347 -21449.422543    299.640693
+PG28  18193.210395   5746.731233 -18063.006973     63.196922
+PG29 -10219.931386 -12423.421781  21210.941823    235.147242
+PG30 -19764.854032 -16689.914662   5715.512046     91.432590
+PG31 -23868.026573   7924.667154   9071.149593    133.333628
+PG32   5560.934534  24014.141690 -10165.390122   -319.019257
+PR01   8932.030032  -6815.411493  22909.235056 999999.999999
+PR02  -2091.559895 -21185.863567  14057.171583 999999.999999
+PR03 -12491.461717 -10095.440251 -19806.168577 999999.999999
+PR04   -521.240538  16464.453331 -19475.575363 999999.999999
+PR05  -8975.084667   6730.608726 -22909.339319 999999.999999
+PR06   1650.564879  20786.669884 -14673.646358 999999.999999
+PR07  13373.709329  21391.649407   3667.368247 999999.999999
+PR08  14452.781654  11168.979165  17815.371232 999999.999999
+PR09  -5818.717604  10004.911992  22715.362238 999999.999999
+PR10  12703.698776  10072.952357  19705.545808 999999.999999
+PR11  24542.686808   4624.693038   4999.957871 999999.999999
+PR12  21685.866795  -3695.294647 -13100.981560 999999.999999
+PR13   5878.685956  -9916.885656 -22777.833827 999999.999999
+PR15 -25159.914679  -3554.582256  -2748.703738 999999.999999
+PR16 -21438.845675   3773.811175  13168.981707 999999.999999
+PR17  -1471.858751 -14498.189953  20959.640347 999999.999999
+PR18 -13355.222918   1070.322128  21703.391547 999999.999999
+PR19 -17378.361200  15814.565293   9926.829286 999999.999999
+PR20 -10990.427846  21454.889740  -8242.298493 999999.999999
+PR21   1402.509025  14735.709707 -20806.719332 999999.999999
+PR22  13307.665518   -981.468658 -21769.759170 999999.999999
+PR23  17224.068134 -16001.943268  -9901.467130 999999.999999
+PR24  11210.403988 -21649.171085   7480.267688 999999.999999
+*  2011  8 29  2 30  0.00000000
+PG01   7137.205926  14002.740041 -21417.799537     -8.750222
+PG02  15713.041180 -14338.519643  15660.002116    353.411470
+PG03 -10490.057833  23297.767572   6201.426856    761.010017
+PG04  25913.863707  -5974.859265   2641.782650    215.167514
+PG05   5706.057802 -15995.961241  20383.614584   -210.548322
+PG06 -14418.162947  19676.888848  10342.865857    -84.383413
+PG07  21256.336515   6885.591168  14547.116464     24.165861
+PG08  25979.478379   2441.853484   6429.939412      9.022844
+PG09  -2682.051704 -14717.059777 -22500.546797    102.141211
+PG10  18124.682947    809.139046  19301.413203    -11.391376
+PG11   1418.866208  17395.484184 -20308.313435   -181.046087
+PG12 -10673.898346 -22958.153384  -8307.127767     18.855201
+PG13   8029.871492  14467.702388  20616.718124    254.165556
+PG14 -16953.803451   6056.110864 -19305.204969    169.471516
+PG15   3030.231085 -25041.991347  -8023.874268   -108.640568
+PG16  -4795.543755  16424.575498  20242.630412   -194.533858
+PG17  17174.005167  -6870.186900 -18827.785266    177.407462
+PG18 -20018.930310 -15391.781338  -8477.771910    154.611396
+PG19  -7359.595040  24604.275174  -5997.341367   -177.970381
+PG20  12644.919264  22376.964700  -6966.389638     52.271409
+PG21 -23577.951497  -5541.128328  11996.897528   -167.793295
+PG22 -19190.427741  -2804.221278 -18013.504010    144.953712
+PG23   2770.598200  21437.373804  15203.292639    280.382310
+PG24   5536.609565  14818.019295 -21318.214269    419.314442
+PG25 -18073.285032 -19336.648998   2353.052558     16.169633
+PG26  12294.629730 -23201.554468   1519.165453   -138.976449
+PG27   3855.072690 -14997.819412 -20871.105491    299.644693
+PG28  19243.576738   7510.292455 -16314.495105     63.199644
+PG29  -9142.596502 -14527.048983  20349.864515    235.150100
+PG30 -19933.670069 -17264.968748   2927.417891     91.430058
+PG31 -24733.657265   7850.347447   6371.069101    133.338506
+PG32   4679.573025  23002.233866 -12559.977751   -319.025529
+PR01  10170.962704  -4270.435349  23009.256759 999999.999999
+PR02  -1348.867448 -19456.315676  16447.557370 999999.999999
+PR03  -9962.834422  -9850.490706 -21314.690438 999999.999999
+PR04  -1712.484765  18418.544322 -17565.167706 999999.999999
+PR05 -10216.608038   4185.429135 -22995.597639 999999.999999
+PR06    880.047460  18988.259238 -16997.630886 999999.999999
+PR07  13568.104741  21577.323101    500.189947 999999.999999
+PR08  15436.876302  12981.632955  15625.248162 999999.999999
+PR09  -8572.901950   9829.773288  21912.946598 999999.999999
+PR10  10182.899022   9818.549842  21229.185648 999999.999999
+PR11  23743.619005   4395.643846   8104.766959 999999.999999
+PR12  23129.380489  -3736.145626 -10334.576867 999999.999999
+PR13   8632.539100  -9798.318569 -21937.344449 999999.999999
+PR15 -24638.372888  -3308.850507  -5927.504507 999999.999999
+PR16 -22909.342380   3793.809686  10395.506888 999999.999999
+PR17   -123.797211 -16591.610434  19407.199576 999999.999999
+PR18 -11796.396144  -1172.228341  22593.487012 999999.999999
+PR19 -16470.291140  14740.963691  12730.543968 999999.999999
+PR20 -11333.024032  22225.159503  -5157.522063 999999.999999
+PR21     92.393405  16826.280848 -19214.600410 999999.999999
+PR22  11745.403788   1266.690000 -22624.237536 999999.999999
+PR23  16335.106687 -14919.552498 -12703.980579 999999.999999
+PR24  11492.903623 -22344.075190   4371.827559 999999.999999
+*  2011  8 29  2 45  0.00000000
+PG01   4722.060656  14512.174598 -21745.403087     -8.750931
+PG02  17416.943372 -14426.479562  13590.292868    353.413074
+PG03 -10643.548330  22321.010762   8826.848548    761.014550
+PG04  26130.621140  -5717.809983   -143.872436    215.177689
+PG05   7324.769756 -14244.114982  21160.589101   -210.553271
+PG06 -14326.701733  18336.309476  12717.800378    -84.374536
+PG07  19539.894997   7331.533976  16573.617855     24.167596
+PG08  25123.834553   2627.623478   9140.790732      9.022612
+PG09   -292.457469 -15203.490158 -22332.121280    102.142989
+PG10  19397.638522   2562.286368  17909.597559    -11.391490
+PG11   -671.359748  18242.179521 -19546.185638   -181.049339
+PG12  -9838.798936 -22230.605815 -10893.854341     18.857150
+PG13   7011.505952  16545.445956  19390.650631    254.163696
+PG14 -16145.848050   3888.532816 -20520.866077    169.473530
+PG15   3544.264917 -25683.067496  -5322.196829   -108.638929
+PG16  -6339.155843  14622.498425  21204.683771   -194.536107
+PG17  16475.304578  -4716.377091 -20084.744531    177.406045
+PG18 -20340.027363 -16238.345816  -5865.132550    154.613159
+PG19  -7832.572240  24971.528255  -3188.078582   -177.974011
+PG20  11788.916176  21903.493785  -9541.970235     52.271651
+PG21 -22217.450958  -6008.658814  14190.276140   -167.795781
+PG22 -20317.278298  -4475.629170 -16393.304183    144.953521
+PG23   2017.164659  22891.660769  13011.610683    280.379334
+PG24   3094.781440  15155.750836 -21545.372162    419.317088
+PG25 -17963.611580 -19578.173034   -506.592312     16.171227
+PG26  12325.493160 -22740.177040   4422.678888   -138.987253
+PG27   6281.215162 -15473.911347 -19909.515456    299.647294
+PG28  20252.449703   9037.941375 -14277.549385     63.202125
+PG29  -8221.099276 -16576.005894  19141.054322    235.153175
+PG30 -19903.917215 -17606.741395     88.745765     91.427421
+PG31 -25297.176930   7770.873540   3563.302130    133.343813
+PG32   3594.420566  21824.951474 -14739.882999   -319.031733
+PR01  11583.406994  -1835.137099  22662.905953 999999.999999
+PR02   -346.591756 -17546.955022  18518.641432 999999.999999
+PR03  -7263.874711  -9799.919557 -22409.216051 999999.999999
+PR04  -2630.161449  20232.315706 -15313.629020 999999.999999
+PR05 -11630.690822   1751.413802 -22635.321432 999999.999999
+PR06   -151.358277  17020.322483 -18991.153163 999999.999999
+PR07  13558.560154  21423.224579  -2676.722727 999999.999999
+PR08  16404.286439  14469.569653  13131.835643 999999.999999
+PR09 -11206.677508   9859.733974  20684.613663 999999.999999
+PR10   7487.273845   9758.345238  22340.639812 999999.999999
+PR11  22556.897111   4230.139038  11051.441369 999999.999999
+PR12  24215.075395  -3887.467663  -7369.727694 999999.999999
+PR13  11258.167626  -9885.418932 -20671.911781 999999.999999
+PR15 -23716.933500  -3108.186414  -8991.799274 999999.999999
+PR16 -24019.360652   3925.365740   7418.517823 999999.999999
+PR17    956.925898 -18594.327388  17478.930686 999999.999999
+PR18 -10365.634231  -3593.539253  23045.155766 999999.999999
+PR19 -15476.722660  13319.066516  15286.949807 999999.999999
+PR20 -11422.203819  22685.432264  -1972.163942 999999.999999
+PR21   -950.822276  18817.943718 -17250.718519 999999.999999
+PR22  10312.876954   3692.521817 -23040.111533 999999.999999
+PR23  15363.976136 -13489.014200 -15259.808723 999999.999999
+PR24  11530.718247 -22721.310340   1178.410370 999999.999999
+*  2011  8 29  3  0  0.00000000
+PG01   2321.382869  15150.713595 -21699.095569     -8.751920
+PG02  18876.997278 -14530.909522  11282.040347    353.414510
+PG03 -10799.894866  21062.578859  11295.013738    761.019134
+PG04  26056.850125  -5398.282788  -2927.124455    215.187702
+PG05   9076.367035 -12529.069426  21572.585944   -210.558087
+PG06 -14241.510962  16745.536979  14872.840516    -84.365843
+PG07  17642.338720   7921.487120  18317.777572     24.168950
+PG08  23988.718735   2911.761971  11699.569487      9.023314
+PG09   2028.433650 -15816.053591 -21798.579765    102.145885
+PG10  20635.940709   4117.118632  16208.351590    -11.393313
+PG11  -2639.361136  19126.224991 -18454.617717   -181.052296
+PG12  -8771.918892 -21344.049195 -13294.757639     18.859475
+PG13   6167.645475  18527.710677  17826.239602    254.162266
+PG14 -15419.018087   1568.587504 -21376.940483    169.475301
+PG15   3945.739650 -26047.544282  -2527.951847   -108.637726
+PG16  -8035.799907  12843.396211  21800.479353   -194.537830
+PG17  15851.456287  -2413.208636 -20989.880973    177.404841
+PG18 -20498.434094 -16847.182716  -3152.855268    154.614816
+PG19  -8171.322799  25059.604722   -322.720706   -177.977855
+PG20  10710.067631  21277.434029 -11954.835912     52.271940
+PG21 -20658.940549  -6595.740106  16152.148066   -167.797828
+PG22 -21384.952580  -5944.320586 -14488.645255    144.953501
+PG23   1414.176933  24132.295409  10592.138530    280.376639
+PG24    665.241136  15616.650627 -21400.253719    419.319156
+PG25 -17639.203842 -19595.642477  -3357.535703     16.172839
+PG26  12270.154104 -21968.735155   7247.209233   -138.998388
+PG27   8550.328734 -16040.563793 -18582.204729    299.650681
+PG28  21176.713370  10318.458958 -11989.684608     63.204625
+PG29  -7456.969190 -18523.453513  17605.151223    235.156081
+PG30 -19648.526460 -17740.070856  -2751.489260     91.424708
+PG31 -25553.876972   7646.967166    695.196161    133.348756
+PG32   2300.011178  20522.764438 -16666.666731   -319.038044
+PR01  13129.854124    433.440953  21876.935947 999999.999999
+PR02    919.565329 -15521.157288  20230.291282 999999.999999
+PR03  -4462.376391  -9962.596132 -23068.869905 999999.999999
+PR04  -3282.951776  21842.944513 -12764.710576 999999.999999
+PR05 -13177.567277   -514.514362 -21835.504892 999999.999999
+PR06  -1446.062605  14947.271983 -20615.586200 999999.999999
+PR07  13302.678059  20961.318163  -5801.549419 999999.999999
+PR08  17296.544714  15616.257332  10383.486021 999999.999999
+PR09 -13654.671637  10074.368126  19054.554061 999999.999999
+PR10   4684.303152   9911.634973  23017.962236 999999.999999
+PR11  21012.432622   4179.708352  13782.534094 999999.999999
+PR12  24915.632668  -4098.181968  -4263.381896 999999.999999
+PR13  13690.383207 -10155.734840 -19006.051063 999999.999999
+PR15 -22418.813443  -3006.631869 -11882.349069 999999.999999
+PR16 -24740.682752   4117.237824   4296.313012 999999.999999
+PR17   1770.220336 -20441.156852  15212.343633 999999.999999
+PR18  -9104.598363  -6137.481634  23050.094581 999999.999999
+PR19 -14457.559025  11563.118325  17546.390436 999999.999999
+PR20 -11299.819194  22798.122710   1251.657850 999999.999999
+PR21  -1728.685796  20645.909460 -14953.260608 999999.999999
+PR22   9051.107361   6239.530341 -23008.733909 999999.999999
+PR23  14370.218042 -11725.143745 -17519.370379 999999.999999
+PR24  11367.395816 -22746.000168  -2037.908067 999999.999999
+*  2011  8 29  3 15  0.00000000
+PG01    -17.723438  15905.125027 -21279.688433     -8.753178
+PG02  20072.987437 -14616.263433   8775.159567    353.416270
+PG03 -10992.152324  19540.771716  13561.280367    761.023638
+PG04  25704.919627  -4983.137865  -5661.189195    215.197914
+PG05  10930.946492 -10888.759646  21612.831380   -210.562905
+PG06 -14195.625459  14929.023367  16771.395301    -84.357039
+PG07  15607.235896   8668.675167  19749.435472     24.170691
+PG08  22602.450985   3325.546593  14063.369791      9.023717
+PG09   4237.278179 -16535.200931 -20908.265969    102.148609
+PG10  21798.032816   5461.001562  14228.189054    -11.394424
+PG11  -4457.294049  20017.294436 -17050.744921   -181.055269
+PG12  -7468.610807 -20340.280173 -15468.695978     18.861612
+PG13   5493.691401  20365.872425  15950.888699    254.160342
+PG14 -14800.288395   -860.553801 -21858.649548    169.476815
+PG15   4266.890723 -26117.888324    310.268467   -108.636377
+PG16  -9857.995941  11129.236282  22020.645714   -194.539996
+PG17  15327.944629     -2.733082 -21527.812924    177.403455
+PG18 -20463.568608 -17235.238403   -387.242466    154.616366
+PG19  -8409.070183  24851.648874   2548.317543   -177.981499
+PG20   9404.813650  20536.749980 -14164.085137     52.272540
+PG21 -18938.069231  -7319.015934  17850.566882   -167.800100
+PG22 -22353.069089  -7201.749183 -12333.103346    144.952961
+PG23    939.146616  25123.795103   7986.893758    280.373731
+PG24  -1705.020740  16189.342597 -20884.434594    419.322934
+PG25 -17076.842360 -19418.694702  -6150.810229     16.174377
+PG26  12168.791408 -20886.538097   9941.545549   -139.009654
+PG27  10620.733810 -16666.677414 -16913.855014    299.654848
+PG28  21973.828076  11349.892360  -9492.431106     63.207379
+PG29  -6843.653628 -20324.140887  15768.350290    235.158919
+PG30 -19146.961581 -17695.646234  -5544.693149     91.421945
+PG31 -25507.918816   7439.848395  -2184.691559    133.354026
+PG32    799.212464  19138.095815 -18305.884578   -319.044305
+PR01  14761.813027   2486.568060  20666.611750 999999.999999
+PR02   2441.489065 -13443.788362  21549.359393 999999.999999
+PR03  -1629.256918 -10345.043558 -23281.233414 999999.999999
+PR04  -3691.478905  23192.613412  -9967.929655 999999.999999
+PR05 -14808.524230  -2563.792228 -20611.671483 999999.999999
+PR06  -2993.964286  12834.582356 -21839.504211 999999.999999
+PR07  12766.651093  20233.267034  -8813.497205 999999.999999
+PR08  18054.984292  16418.016818   7433.517789 999999.999999
+PR09 -15857.806708  10442.275758  17054.713647 999999.999999
+PR10   1844.909810  10285.381924  23247.613156 999999.999999
+PR11  19151.959802   4289.426587  16244.850901 999999.999999
+PR12  25216.336968  -4313.544557  -1075.174116 999999.999999
+PR13  15870.570504 -10575.900763 -16972.012517 999999.999999
+PR15 -20779.618460  -3052.867767 -14543.221289 999999.999999
+PR16 -25058.101822   4314.421293   1090.031130 999999.999999
+PR17   2328.404375 -22070.078737  12651.435924 999999.999999
+PR18  -8044.514317  -8741.377168  22608.647025 999999.999999
+PR19 -13470.379270   9500.145289  19464.981710 999999.999999
+PR20 -11015.159355  22536.967182   4451.072228 999999.999999
+PR21  -2255.045411  22248.873247 -12366.791549 999999.999999
+PR22   7990.732302   8844.546202 -22530.118763 999999.999999
+PR23  13410.926273  -9655.456434 -19438.849394 999999.999999
+PR24  11053.361687 -22394.796665  -5214.647788 999999.999999
+*  2011  8 29  3 30  0.00000000
+PG01  -2251.184417  16754.683187 -20494.400035     -8.752625
+PG02  20993.003134 -14645.229060   6113.380045    353.417617
+PG03 -11250.057930  17781.994162  15584.488371    761.027309
+PG04  25094.637561  -4442.485233  -8300.293820    215.208124
+PG05  12852.694271  -9355.785085  21280.971333   -210.567680
+PG06 -14217.906903  12918.068034  18381.488466    -84.348181
+PG07  13481.180178   9578.331979  20843.632620     24.172336
+PG08  21000.059056   3894.436139  16192.267532      9.023564
+PG09   6294.976352 -17334.426397 -19675.102724    102.150240
+PG10  22842.388633   6589.686307  12004.160532    -11.396768
+PG11  -6103.150651  20881.467260 -15357.067767   -181.058429
+PG12  -5932.861613 -19262.617322 -17378.301626     18.863739
+PG13   4976.637901  22014.465391  13797.467940    254.158659
+PG14 -14309.299431  -3351.265154 -21957.898183    169.478445
+PG15   4542.773978 -25884.933545   3143.091206   -108.634756
+PG16 -11771.602767   9516.949328  21862.321670   -194.542203
+PG17  14923.172868   2468.802160 -21689.718539    177.402317
+PG18 -20209.837123 -17425.919021   2384.920780    154.617989
+PG19  -8582.083076  24339.495809   5374.488754   -177.985133
+PG20   7877.480782  19720.727158 -16132.337606     52.273092
+PG21 -17093.903956  -8188.481058  19257.642434   -167.801917
+PG22 -23182.066893  -8247.488192  -9964.471637    144.952740
+PG23    563.706648  25837.397856   5241.360003    280.370961
+PG24  -3971.567373  16854.964526 -20005.973561    419.325965
+PG25 -16260.592169 -19082.037417  -8838.467732     16.175953
+PG26  12061.817875 -19502.914492  12456.323628   -139.020580
+PG27  12458.289415 -17315.707118 -14935.715497    299.659132
+PG28  22603.528836  12139.307562  -6830.474773     63.209807
+PG29  -6366.920097 -21936.011105  13661.967560    235.161846
+PG30 -18386.080471 -17508.627767  -8243.510754     91.419566
+PG31 -25172.153490   7112.895002  -5027.375851    133.358904
+PG32   -896.602653  17713.723288 -19627.763510   -319.050545
+PR01  16423.750779   4285.610103  19055.414558 999999.999999
+PR02   4198.751411 -11378.597253  22450.318172 999999.999999
+PR03   1164.158512 -10941.115039 -23042.554974 999999.999999
+PR04  -3887.180686  24230.880853  -6977.607685 999999.999999
+PR05 -16467.853718  -4357.997967 -18987.574229 999999.999999
+PR06  -4772.642313  10746.161436 -22639.281928 999999.999999
+PR07  11926.923625  19288.557988 -11653.990383 999999.999999
+PR08  18623.313906  16883.939490   4339.184771 999999.999999
+PR09 -17765.526419  10922.536884  14724.152498 999999.999999
+PR10   -959.258129  10873.828228  23024.750941 999999.999999
+PR11  17027.394520   4595.782548  18390.494903 999999.999999
+PR12  25115.608486  -4477.652599   2133.680493 999999.999999
+PR13  17748.900725 -11103.149989 -14609.164473 999999.999999
+PR15 -18845.969251  -3287.941448 -16922.860300 999999.999999
+PR16 -24969.976584   4460.738121  -2137.576606 999999.999999
+PR17   2655.428818 -23424.737477   9845.841109 999999.999999
+PR18  -7205.008473 -11338.387421  21729.762992 999999.999999
+PR19 -12567.942600   7169.074722  21005.463085 999999.999999
+PR20 -10622.630377  21888.247793   7563.697881 999999.999999
+PR21  -2555.209715  23571.481442  -9541.394099 999999.999999
+PR22   7150.811495  11440.121305 -21612.987237 999999.999999
+PR23  12538.271780  -7319.263223 -20981.039302 999999.999999
+PR24  10643.562451 -21656.972961  -8290.140765 999999.999999
+*  2011  8 29  3 45  0.00000000
+PG01  -4339.457610  17671.932595 -19356.731721     -8.754974
+PG02  21633.804409 -14580.362417   3343.453527    353.419134
+PG03 -11598.630337  15819.869242  17327.823858    761.031747
+PG04  24252.457697  -3750.979506 -10800.379803    215.218222
+PG05  14801.126338  -7956.292458  20583.054213   -210.572443
+PG06 -14331.836561  10749.742722  19676.259424    -84.339643
+PG07  11312.150924  10647.328834  21581.061171     24.174242
+PG08  19222.078149   4636.926426  18049.955510      9.022312
+PG09   8167.923225 -18181.197413 -18118.440771    102.151890
+PG10  23729.095129   7507.202552   9575.187077    -11.397997
+PG11  -7561.442072  21682.483283 -13401.177673   -181.061523
+PG12  -4177.353560 -18154.224110 -18990.620338     18.866002
+PG13   4595.764140  23432.853326  11403.707253    254.157212
+PG14 -13957.614206  -5853.149363 -21673.399624    169.480743
+PG15   4809.683898 -25348.268395   5921.250244   -108.633395
+PG16 -13737.011171   8037.157467  21329.141776   -194.544269
+PG17  14647.769337   4952.580880 -21473.455795    177.401343
+PG18 -19717.669222 -17448.002539   5117.114162    154.619894
+PG19  -8728.029596  23524.070143   8106.064224   -177.988631
+PG20   6140.296659  18868.429229 -17826.333988     52.273515
+PG21 -15167.631252  -9206.962084  20349.933628   -167.804293
+PG22 -23834.749031  -9089.003510  -7424.062677    144.952758
+PG23    254.927655  26252.182041   2403.658984    280.368209
+PG24  -6094.059626  17587.854244 -18779.331741    419.328274
+PG25 -15182.574200 -18623.988565 -11374.396630     16.177616
+PG26  11988.047115 -17837.086574  14745.089392   -139.031634
+PG27  14037.578948 -17947.273277 -12684.874973    299.663292
+PG28  23029.410554  12702.194219  -4050.777070     63.212976
+PG29  -6005.559109 -23321.697570  11321.921548    235.164988
+PG30 -17360.711410 -17217.127972 -10802.593493     91.417156
+PG31 -24567.624563   6633.237937  -7784.247477    133.364182
+PG32  -2767.716433  16291.154785 -20607.818617   -319.056849
+PR01  18055.346056   5803.387271  17074.588976 999999.999999
+PR02   6159.233793  -9385.675534  22915.747361 999999.999999
+PR03   3848.857133 -11732.217778 -22357.793951 999999.999999
+PR04  -3910.726435  24916.761211  -3851.815211 999999.999999
+PR05 -18095.117893  -5870.202557 -16994.736971 999999.999999
+PR06  -6748.072705   8741.808119 -22999.540852 999999.999999
+PR07  10771.428968  18182.315757 -14267.814866 999999.999999
+PR08  18950.112619  17035.278854   1160.566794 999999.999999
+PR09 -19337.670387  11466.576497  12108.270811 999999.999999
+PR10  -3658.578820  11658.661297  22353.355425 999999.999999
+PR11  14698.781525   5124.923857  20177.801620 999999.999999
+PR12  24625.017290  -4536.005080   5301.522782 999999.999999
+PR13  19286.189798 -11687.236246 -11963.240554 999999.999999
+PR15 -16673.686516  -3743.315813 -18975.078790 999999.999999
+PR16 -24488.225170   4501.478752  -5323.404066 999999.999999
+PR17   2785.613959 -24456.723296   6849.873429 999999.999999
+PR18  -6593.446630 -13860.077332  20430.796691 999999.999999
+PR19 -11795.914340   4619.361368  22137.919699 999999.999999
+PR20 -10179.228093  20851.501855  10528.875309 999999.999999
+PR21  -2664.629047  24566.567770  -6531.708421 999999.999999
+PR22   6538.133288  13957.123931 -20274.643349 999999.999999
+PR23  11797.253883  -4766.279212 -22116.058874 999999.999999
+PR24  10194.932559 -20535.002362 -11204.727741 999999.999999
+*  2011  8 29  4  0  0.00000000
+PG01  -6248.856669  18623.724582 -17886.236947     -8.756725
+PG02  22000.844510 -14385.751082    514.283244    353.420746
+PG03 -12056.967742  13694.048081  18759.597411    761.035577
+PG04  23210.461983  -2888.942267 -13119.771474    215.228380
+PG05  16732.514704  -6709.121030  19531.403962   -210.577401
+PG06 -14554.537252   8465.611383  20634.366180    -84.330936
+PG07   9147.821196  11864.128238  21948.427806     24.175933
+PG08  17313.152194   5563.653574  19604.343278      9.022563
+PG09   9829.078281 -19038.112696 -16262.844686    102.155014
+PG10  24421.366190   8225.438549   6983.349961    -11.398039
+PG11  -8823.644382  22383.119232 -11215.389778   -181.064606
+PG12  -2223.195288 -17056.445054 -20277.683887     18.867873
+PG13   4323.638255  24586.716709   8811.501044    254.155389
+PG14 -13748.314599  -8314.828207 -21010.667438    169.481944
+PG15   5103.525683 -24516.289387   8596.470905   -108.631732
+PG16 -15710.545997   6713.164784  20431.111990   -194.546173
+PG17  14504.220845   7398.939197 -20883.553411    177.399781
+PG18 -18974.328615 -17334.377600   7763.801218    154.621443
+PG19  -8884.280180  22415.427286  10695.067833   -177.992319
+PG20   4213.109846  18017.181449 -19217.466470     52.273533
+PG21 -13201.191168 -10369.848868  21108.799397   -167.806573
+PG22 -24277.736001  -9741.123360  -4755.960381    144.952156
+PG23    -23.172023  26355.886488   -476.339424    280.365397
+PG24  -8037.649527  18356.524207 -17225.171179    419.331312
+PG25 -13843.433571 -18084.889619 -13715.106175     16.179258
+PG26  11982.907429 -15917.622884  16765.329424   -139.043113
+PG27  15342.703548 -18518.941536 -10203.396235    299.667851
+PG28  23220.340812  13061.560018  -1201.696672     63.214978
+PG29  -5732.361065 -24449.854378   8788.137818    235.167536
+PG30 -16073.929235 -16860.614529 -13179.307349     91.414681
+PG31 -23722.768769   5973.231810 -10407.887900    133.368843
+PG32  -4786.562529  14909.042268 -21227.392790   -319.062860
+PR01  19593.962250   7025.049210  14762.541307 999999.999999
+PR02   8280.247767  -7519.088408  22936.665284 999999.999999
+PR03   6360.751999 -12688.072972 -21240.499961 999999.999999
+PR04  -3810.045587  25220.427871   -651.244139 999999.999999
+PR05 -19627.631974  -7085.836040 -14671.845042 999999.999999
+PR06  -8875.840457   6874.862420 -22913.434987 999999.999999
+PR07   9300.349113  16972.900169 -16604.194327 999999.999999
+PR08  18991.138676  16904.341880  -2040.596750 999999.999999
+PR09 -20545.921649  12020.360367   9257.917686 999999.999999
+PR10  -6188.127179  12609.729023  21246.178090 999999.999999
+PR11  12231.917822   5891.352514  21572.146160 999999.999999
+PR12  23768.778698  -4438.013634   8367.397988 999999.999999
+PR13  20455.324928 -12272.684376  -9085.464399 999999.999999
+PR15 -14325.608184  -4439.322567 -20659.951479 999999.999999
+PR16 -23637.760071   4385.980409  -8405.250078 999999.999999
+PR17   2761.953765 -25127.540667   3721.486385 999999.999999
+PR18  -6204.799383 -16239.047896  18737.149024 999999.999999
+PR19 -11190.909012   1909.176872  22840.361521 999999.999999
+PR20  -9741.913447  19439.686111  13288.862236 999999.999999
+PR21  -2627.154874  25197.067347  -3395.888786 999999.999999
+PR22   6147.052018  16327.428100 -18540.678753 999999.999999
+PR23  11223.772102  -2054.802160 -22821.925473 999999.999999
+PR24   9763.791619 -19044.599756 -13901.912392 999999.999999
+*  2011  8 29  4 15  0.00000000
+PG01  -7952.649451  19572.486811 -16108.187213     -8.757554
+PG02  22107.944042 -14028.634599  -2324.005632    353.422033
+PG03 -12637.302149  11448.766176  19853.911907    761.040455
+PG04  22005.155790  -1843.273798 -15219.804346    215.237954
+PG05  18601.444148  -5625.241212  18144.387004   -210.581921
+PG06 -14896.058840   6110.296041  21240.287519    -84.322209
+PG07   7033.876490  13209.068882  21938.722558     24.177429
+PG08  15320.482330   6676.780562  20828.113431      9.022329
+PG09  11258.816560 -19864.254678 -14137.812831    102.157034
+PG10  24886.932125   8763.431436   4273.150949    -11.399446
+PG11  -9888.385490  22946.638069  -8836.281767   -181.067505
+PG12    -99.330418 -16007.218174 -21217.005493     18.870297
+PG13   4127.390549  25449.296930   6066.138933    254.153859
+PG14 -13675.951162 -10685.766618 -19981.877178    169.483903
+PG15   5458.207618 -23405.919051  11122.333827   -108.630451
+PG16 -17646.021682   5560.244460  19184.381787   -194.548219
+PG17  14486.844761   9759.111186 -19931.076275    177.399001
+PG18 -17974.475214 -17120.657545  10281.113218    154.623121
+PG19  -9086.231407  21032.435849  13096.170446   -177.995854
+PG20   2122.825991  17201.136308 -20282.233801     52.274040
+PG21 -11235.885966 -11665.087539  21520.705255   -167.808718
+PG22 -24482.773821 -10225.229783  -2006.237031    144.951792
+PG23   -307.985611  26145.394581  -3347.949271    280.362755
+PG24  -9774.166195  19124.888880 -15370.032628    419.334188
+PG25 -12252.486620 -17505.453792 -15820.464670     16.180906
+PG26  12076.788542 -13781.483325  18479.432929   -139.054821
+PG27  16367.652941 -18988.083521  -7537.346300    299.673392
+PG28  23151.651377  13246.762074   1667.868689     63.217796
+PG29  -5515.330209 -25296.270501   6103.885304    235.170680
+PG30 -14537.027942 -16478.296046 -15334.374211     91.412295
+PG31 -22672.340069   5111.742373 -12852.882479    133.374149
+PG32  -6918.547460  13601.698845 -21474.102029   -319.069286
+PR01  20977.237510   7948.432424  12164.099954 999999.999999
+PR02  10510.107739  -5824.775036  22512.698222 999999.999999
+PR03   8643.082780 -13767.978411 -19712.531578 999999.999999
+PR04  -3638.052287  25124.467875   2561.970688 999999.999999
+PR05 -21003.061663  -8003.033450 -12063.996750 999999.999999
+PR06 -11102.796233   5190.144593 -22382.771652 999999.999999
+PR07   7526.364300  15719.388401 -18617.776804 999999.999999
+PR08  18711.354348  16532.927204  -5202.107619 999999.999999
+PR09 -21374.769692  12526.828345   6228.400645 999999.999999
+PR10  -8490.152664  13686.276684  19724.517873 999999.999999
+PR11   9695.753155   6897.126370  22546.607232 999999.999999
+PR12  22582.748664  -4139.360905  11272.197112 999999.999999
+PR13  21242.200740 -12801.276091  -6031.567802 999999.999999
+PR15 -11869.127351  -5384.085751 -21944.594240 999999.999999
+PR16 -22455.390777   4070.029641 -11323.053098 999999.999999
+PR17   2634.059098 -25410.183346    521.164447 999999.999999
+PR18  -6022.036272 -18411.530938  16681.762637 999999.999999
+PR19 -10778.932610   -896.762987  23099.148703 999999.999999
+PR20  -9365.003525  17678.788887  15789.967613 999999.999999
+PR21  -2492.950524  25437.530607   -194.496367 999999.999999
+PR22   5959.866658  18486.584963 -16444.508750 999999.999999
+PR23  10843.098947    750.463908 -23084.975862 999999.999999
+PR24   9403.282699 -17214.224142 -16329.450575 999999.999999
+*  2011  8 29  4 30  0.00000000
+PG01  -9431.888061  20477.676970 -14053.140271     -8.759979
+PG02  21976.628060 -13480.910758  -5121.031852    353.423629
+PG03 -13344.354978   9131.209105  20591.198923    761.044329
+PG04  20676.119128   -608.123196 -17065.407990    215.247953
+PG05  20362.439620  -4707.505859  16446.078477   -210.586783
+PG06 -15358.950765   3729.944231  21484.523862    -84.313636
+PG07   5012.407755  14654.974876  21551.385872     24.179085
+PG08  13292.174491   7969.694623  21699.225139      9.022026
+PG09  12445.529581 -20616.695685 -11777.427765    102.158863
+PG10  25099.256061   9146.400952   1490.756353    -11.399655
+PG11 -10761.359686  23338.257283  -6304.139709   -181.070541
+PG12   2158.356841 -15039.624547 -21791.988854     18.872205
+PG13   3970.202371  26002.349081   3215.479300    254.152382
+PG14 -13726.845406 -12918.057499 -18605.603199    169.485599
+PG15   5904.119140 -22042.000228  13455.100750   -108.628723
+PG16 -19496.391165   4585.244746  17610.920264   -194.550059
+PG17  14582.096877  11986.929670 -18633.371767    177.397547
+PG18 -16720.463230 -16843.720289  12627.492661    154.624881
+PG19  -9365.721757  19402.115659  15267.524424   -177.999702
+PG20    -97.418736  16449.973898 -21002.615533     52.274352
+PG21  -9311.007365 -13073.439364  21577.481656   -167.810643
+PG22 -24427.847900 -10568.207535    777.849718    144.951496
+PG23   -636.615862  25626.860584  -6160.621248    280.360244
+PG24 -11283.044450  19853.698019 -13245.895412    419.336991
+PG25 -10427.540832 -16925.112894 -17654.379652     16.182578
+PG26  12293.603046 -11472.692705  19855.550201   -139.066051
+PG27  17116.247086 -19313.729143  -4735.758897    299.678962
+PG28  22806.070980  13292.130282   4509.305201     63.220225
+PG29  -5319.089647 -25844.725253   3315.054156    235.173405
+PG30 -12769.197040 -16107.549918 -17232.441907     91.409774
+PG31 -21456.093927   4035.198342 -15076.618542    133.379440
+PG32  -9123.172612  12397.782609 -21342.170036   -319.075429
+PR01  22145.683944   8583.886157   9329.651610 999999.999999
+PR02  12790.091210  -4338.804362  21652.085127 999999.999999
+PR03  10648.507503 -14922.519913 -17803.621100 999999.999999
+PR04  -3450.162803  24624.635566   5725.457553 999999.999999
+PR05 -22162.026410  -8632.447083  -9221.829756 999999.999999
+PR06 -13369.089059   3722.267620 -21417.966087 999999.999999
+PR07   5474.381372  14479.048996 -20269.512675 999999.999999
+PR08  18086.580369  15970.376496  -8262.520071 999999.999999
+PR09 -21821.951914  12928.462497   3078.415284 999999.999999
+PR10 -10516.259682  14838.655482  17817.824938 999999.999999
+PR11   7159.677372   8131.599736  23082.476059 999999.999999
+PR12  21112.957853  -3604.109151  13959.772148 999999.999999
+PR13  21646.126350 -13214.666772  -2860.720287 999999.999999
+PR15  -9373.551097  -6572.962788 -22803.813515 999999.999999
+PR16 -20988.243790   3517.985287 -14020.074413 999999.999999
+PR17   2455.826424 -25290.251458  -2689.231787 999999.999999
+PR18  -6017.029465 -20319.841111  14304.480076 999999.999999
+PR19 -10574.289267  -3729.643765  22909.255285 999999.999999
+PR20  -9097.690390  15606.906985  17983.601130 999999.999999
+PR21  -2316.140670  25275.175367   3010.651951 999999.999999
+PR22   5947.727692  20376.363178 -14026.745644 999999.999999
+PR23  10668.817146   3580.850510 -22900.127026 999999.999999
+PR24   9160.959777 -15084.063515 -18440.354034 999999.999999
+*  2011  8 29  4 45  0.00000000
+PG01 -10675.939685  21297.364711 -11756.417685     -8.762204
+PG02  21635.153134 -12720.460905  -7827.135958    353.425030
+PG03 -14175.024546   6789.760532  20958.607543    761.047551
+PG04  19264.561008    814.706071 -18625.638691    215.258100
+PG05  21971.602289  -3950.721560  14465.834548   -210.591486
+PG06 -15938.133899   1370.655774  21363.697848    -84.305111
+PG07   3120.440439  16168.069882  20792.367962     24.180858
+PG08  11275.543039   9427.033491  22201.354800      9.022129
+PG09  13385.950553 -21252.111081  -9219.933578    102.161230
+PG10  25038.536122   9404.567643  -1316.763254    -11.401414
+PG11 -11454.966673  23526.578865  -3662.314610   -181.073560
+PG12   4508.207991 -14180.631225 -21992.242384     18.874758
+PG13   3812.948763  26236.767320    309.083123    254.150458
+PG14 -13879.728851 -14968.096503 -16906.438965    169.487430
+PG15   6466.756166 -20456.391859  15554.486067   -108.627016
+PG16 -21215.425912   3786.523822  15738.104652   -194.552339
+PG17  14769.198454  14040.416019 -17013.705766    177.396698
+PG18 -15222.368781 -16540.225568  14764.292427    154.626571
+PG19  -9749.605634  17558.660748  17171.519996   -178.003312
+PG20  -2409.316806  15787.784397 -21366.361119     52.275088
+PG21  -7462.526794 -14569.002423  21276.528926   -167.813333
+PG22 -24098.062361 -10801.194476   3548.665445    144.951432
+PG23  -1044.184184  24815.472158  -8864.893666    280.357299
+PG24 -12551.956311  20502.119261 -10889.625417    419.338863
+PG25  -8394.394150 -16380.426470 -19185.409074     16.184203
+PG26  12649.635135  -9040.699939  20868.315660   -139.077696
+PG27  17601.664506 -19458.325182  -1849.566056    299.682820
+PG28  22174.373807  13235.441886   7275.059323     63.222961
+PG29  -5106.423932 -26087.551926    469.386001    235.176091
+PG30 -10796.918868 -15782.447778 -18842.580187     91.407290
+PG31 -20117.278597   2738.362390 -17040.053738    133.384341
+PG32 -11355.417877  11319.205714 -20832.637479   -319.081529
+PR01  23045.187468   8953.575042   6314.169273 999999.999999
+PR02  15056.706085  -3086.057769  20371.517785 999999.999999
+PR03  12340.801835 -16095.659803 -15550.794388 999999.999999
+PR04  -3301.711290  23730.073603   8777.817974 999999.999999
+PR05 -23050.599370  -8996.534055  -6200.538942 999999.999999
+PR06 -15610.490926   2494.391591 -20037.831455 999999.999999
+PR07   3180.751836  13304.914242 -21527.407319 999999.999999
+PR08  17104.709025  15271.321690 -11162.338845 999999.999999
+PR09 -21898.357963  13169.882394   -131.084467 999999.999999
+PR10 -12229.197982  16010.431876  15563.138453 999999.999999
+PR11   4690.808406   9571.713264  23169.601657 999999.999999
+PR12  19413.741578  -2806.470938  16378.005905 999999.999999
+PR13  21679.686440 -13457.023408    365.610016 999999.999999
+PR15  -6907.388094  -7988.529241 -23220.612859 999999.999999
+PR16 -19291.770220   2704.531066 -16444.005513 999999.999999
+PR17   2282.929637 -24766.564808  -5847.645909 999999.999999
+PR18  -6151.927334 -21914.586463  11651.277323 999999.999999
+PR19 -10578.997987  -6519.169738  22274.366373 999999.999999
+PR20  -8981.793861  13272.826999  19827.217344 999999.999999
+PR21  -2152.297519  24710.433980   6157.658116 999999.999999
+PR22   6072.035968  21947.049405 -11334.419511 999999.999999
+PR23  10702.265322   6366.331656 -22270.972461 999999.999999
+PR24   9076.625718 -12704.544718 -20193.789999 999999.999999
+*  2011  8 29  5  0  0.00000000
+PG01 -11682.698369  21989.880831  -9257.500393     -8.764240
+PG02  21117.265988 -11732.235372 -10394.344838    353.426830
+PG03 -15118.419414   4472.211252  20950.235092    761.051779
+PG04  17811.826993   2415.629523 -19874.157186    215.267967
+PG05  23388.192184  -3342.035057  12237.778987   -210.596489
+PG06 -16621.072785   -923.073105  20880.557145    -84.295987
+PG07   1388.657242  17709.164589  19674.076052     24.182355
+PG08   9315.430980  11025.047643  22324.262919      9.022918
+PG09  14085.185777 -21728.447028  -6507.237221    102.164275
+PG10  24692.461008   9571.802767  -4102.187125    -11.403239
+PG11 -11987.682867  23484.922509   -956.496594   -181.076573
+PG12   6904.186574 -13450.077068 -21813.791460     18.876967
+PG13   3615.927398  26152.860562  -2602.673905    254.149145
+PG14 -14106.689435 -16798.081625 -14914.511536    169.489264
+PG15   7165.548761 -18686.803455  17384.359524   -108.625839
+PG16 -22759.364766   3154.211412  13598.230314   -194.554222
+PG17  15021.053262  15883.198527 -15100.799089    177.395391
+PG18 -13497.749133 -16245.160342  16656.327472    154.628012
+PG19 -10258.544244  15542.190119  18775.447977   -178.006954
+PG20  -4770.642747  15232.173442 -21367.190337     52.275330
+PG21  -5721.892883 -16119.985408  20620.962219   -167.815536
+PG22 -23486.254112 -10958.184095   6258.999625    144.951081
+PG23  -1562.222957  23734.859189 -11413.319229    280.354677
+PG24 -13577.117418  21029.406017  -8342.320564    419.341948
+PG25  -6186.032399 -15903.614261 -20387.293688     16.185874
+PG26  13152.734932  -6538.498270  21499.408776   -139.089378
+PG27  17845.593379 -19389.323590   1069.466131    299.686760
+PG28  21255.729701  13116.308274   9919.359355     63.225630
+PG29  -4839.900236 -26025.887173  -2384.331384    235.178812
+PG30  -8653.112857 -15532.428700 -20138.701378     91.404623
+PG31 -18700.988946   1224.785906 -18708.439335    133.389428
+PG32 -13567.334776  10380.319331 -19953.434075   -319.087612
+PR01  23629.303644   9090.288553   3176.150429 999999.999999
+PR02  17244.171755  -2079.392233  18695.819424 999999.999999
+PR03  13696.098629 -17227.115634 -12997.656972 999999.999999
+PR04  -3245.373615  22462.992102  11659.817124 999999.999999
+PR05 -23622.598942  -9128.350106  -3058.804708 999999.999999
+PR06 -17760.917176   1517.469978 -18269.208846 999999.999999
+PR07    692.012032  12243.552886 -22367.134475 999999.999999
+PR08  15766.423507  14493.223699 -13845.179879 999999.999999
+PR09 -21627.403399  13200.359227  -3338.054134 999999.999999
+PR10 -13604.186386  17140.808928  13004.368239 999999.999999
+PR11   2351.393865  11182.819893  22806.567404 999999.999999
+PR12  17545.539299  -1732.166457  18479.817183 999999.999999
+PR13  21368.061999 -13477.572565   3584.842614 999999.999999
+PR15  -4535.676456  -9601.111153 -23186.545722 999999.999999
+PR16 -17427.428324   1615.983901 -18547.977670 999999.999999
+PR17   2170.239737 -23851.247081  -8893.009885 999999.999999
+PR18  -6380.939622 -23156.548891   8773.386854 999999.999999
+PR19 -10782.743686  -9196.245234  21206.807024 999999.999999
+PR20  -9049.843731  10734.171649  21285.136187 999999.999999
+PR21  -2055.868219  23756.972887   9185.719678 999999.999999
+PR22   6286.275320  23159.408989  -8420.060438 999999.999999
+PR23  10932.514965   9038.188810 -21209.712317 999999.999999
+PR24   9180.511268 -10134.430422 -21555.860285 999999.999999
+*  2011  8 29  5 15  0.00000000
+PG01 -12458.470254  22515.469984  -6599.352357     -8.765256
+PG02  20460.748007 -10509.051075 -12777.298079    353.428250
+PG03 -16156.234507   2224.009300  20567.195453    761.057015
+PG04  16357.911458   4177.439454 -20789.646875    215.277849
+PG05  24576.097846  -2861.617978   9800.213259   -210.601326
+PG06 -17388.238523  -3109.832296  20043.883010    -84.286992
+PG07   -159.634371  19235.074730  18215.206926     24.184086
+PG08   7452.608977  12732.294056  22064.075846      9.022094
+PG09  14556.442808 -22006.585962  -3684.331999    102.166975
+PG10  24056.695886   9684.161451  -6818.883135    -11.404101
+PG11 -12383.184296  23192.504908   1766.082963   -181.079652
+PG12   9297.453424 -12859.942241 -21259.182828     18.878936
+PG13   3340.603624  25760.270695  -5469.493236    254.147451
+PG14 -14374.383762 -18377.280794 -12664.902833    169.490954
+PG15   8012.937517 -16775.415675  18913.367407   -108.624356
+PG16 -24088.471631   2670.783301  11227.951643   -194.556347
+PG17  15305.414457  17485.707095 -12928.276535    177.394466
+PG18 -11571.143796 -15990.461262  18272.376594    154.629784
+PG19 -10906.061622  13397.280010  20052.056635   -178.010691
+PG20  -7136.655766  14793.623145 -21004.902361     52.275741
+PG21  -4114.978986 -17689.714887  19619.688741   -167.817488
+PG22 -22593.321465 -11074.535260   8862.845937    144.950706
+PG23  -2217.219228  22416.174648 -13761.346041    280.351974
+PG24 -14363.254089  21396.582025  -5648.566241    419.344297
+PG25  -3841.554838 -15521.268236 -21239.402180     16.187544
+PG26  13801.898583  -4020.595418  21737.933215   -139.100416
+PG27  17877.058059 -19080.535471   3969.766400    299.690530
+PG28  20057.753138  12974.534414  12398.877116     63.228303
+PG29  -4483.505665 -25669.595495  -5197.092178    235.181471
+PG30  -6376.060101 -15381.163875 -21099.905548     91.402164
+PG31 -17252.445212   -493.076479 -20051.982784    133.394604
+PG32 -15709.785694   9587.414139 -18719.305167   -319.093621
+PR01  23861.253062   9035.807970    -23.514417 999999.999999
+PR02  19287.011766  -1319.317685  16657.467624 999999.999999
+PR03  14703.619252 -18254.930825 -10193.559654 999999.999999
+PR04  -3328.708549  20857.819310  14315.531391 999999.999999
+PR05 -23841.575315  -9069.901409    142.347500 999999.999999
+PR06 -19755.038674    790.017341 -16146.444592 999999.999999
+PR07  -1936.802397  11333.136237 -22772.499283 999999.999999
+PR08  14085.391892  13693.807113 -16258.870701 999999.999999
+PR09 -21043.900778  12976.144243  -6480.542895 999999.999999
+PR10 -14629.713007  18167.256668  10191.433890 999999.999999
+PR11    196.433508  12920.011163  22000.697178 999999.999999
+PR12  15572.451292   -379.307747  20224.082473 999999.999999
+PR13  20747.838957 -13232.950541   6734.495383 999999.999999
+PR15  -2317.462201 -11369.846208 -22701.906081 999999.999999
+PR16 -15460.141237    251.103933 -20291.454770 999999.999999
+PR17   2169.280110 -22569.277139 -11766.410477 999999.999999
+PR18  -6652.459489 -24018.159238   5726.325812 999999.999999
+PR19 -11163.364437 -11695.609336  19727.304137 999999.999999
+PR20  -9323.572344   8055.189786  22329.224588 999999.999999
+PR21  -2077.650508  22441.183251  12036.287616 999999.999999
+PR22   6538.200912  23986.220813  -5340.660170 999999.999999
+PR23  11336.879415  11531.624532 -19736.918745 999999.999999
+PR24   9491.870997  -7438.582065 -22500.246087 999999.999999
+*  2011  8 29  5 30  0.00000000
+PG01 -13017.537290  22837.882908  -3827.683667     -8.765964
+PG02  19705.809660  -9052.066789 -14934.112621    353.429842
+PG03 -17263.450144     86.628003  19817.526825    761.061052
+PG04  14940.026035   6075.743625 -21356.167723    215.287577
+PG05  25505.137945  -2483.621974   7194.960352   -210.606153
+PG06 -18213.842441  -5152.654570  18868.308947    -84.278313
+PG07  -1509.247553  20700.216876  16440.464317     24.185698
+PG08   5722.315006  14510.644489  21423.470969      9.022566
+PG09  14820.455749 -22051.949645   -798.643212    102.170094
+PG10  23135.085128   9778.353147  -9421.523469    -11.405818
+PG11 -12669.251882  22635.411973   4457.507534   -181.082629
+PG12  11638.062156 -12413.931693 -20337.476952     18.881191
+PG13   2951.301793  25077.539984  -8242.032212    254.145500
+PG14 -14645.463698 -19683.021006 -10196.991658    169.492907
+PG15   9013.734533 -14767.342553  20115.461715   -108.622575
+PG16 -25168.446139   2311.923992   8667.663474   -194.558313
+PG17  15586.252183  18826.101825 -10534.041664    177.392960
+PG18  -9473.335300 -15803.760043  19585.632017    154.631413
+PG19 -11697.901940  11171.339650  20979.993903   -178.014266
+PG20  -9461.601158  14475.132507 -20285.391589     52.276385
+PG21  -2661.220936 -19237.849183  18287.408509   -167.819845
+PG22 -21428.257887 -11185.446636  11316.150999    144.950619
+PG23  -3029.370856  20896.887510 -15868.133016    280.349162
+PG24 -14923.231184  21568.072335  -2855.616054    419.346430
+PG25  -1404.868065 -15253.293533 -21727.081956     16.189128
+PG26  14587.253413  -1540.930618  21580.602925   -139.111931
+PG27  17730.985853 -18513.201606   6800.925800    299.695369
+PG28  18596.258017  12848.508930  14673.327107     63.230459
+PG29  -4004.237158 -25036.870387  -7920.509860    235.184253
+PG30  -4008.147644 -15345.649111 -21710.750675     91.399526
+PG31 -15815.263665  -2394.103579 -21046.433957    133.399798
+PG32 -17734.257153   8938.562605 -17151.588870   -319.099638
+PR01  23715.532092   8838.900174  -3222.721172 999999.999999
+PR02  21122.651113   -794.200997  14295.970163 999999.999999
+PR03  15365.868754 -19118.131235  -7192.658626 999999.999999
+PR04  -3591.920537  18959.859309  16693.430891 999999.999999
+PR05 -23682.408080  -8870.124807   3340.734122 999999.999999
+PR06 -21530.877968    298.406342 -13710.724910 999999.999999
+PR07  -4644.197920  10601.878004 -22735.742965 999999.999999
+PR08  12087.926277  12928.499732 -18356.468657 999999.999999
+PR09 -20192.476565  12462.514923  -9497.872559 999999.999999
+PR10 -15307.777471  19028.238682   7179.278432 999999.999999
+PR11  -1728.380025  14729.887467  20767.892604 999999.999999
+PR12  13559.650804   1241.231534  21576.455988 999999.999999
+PR13  19865.354389 -12689.255801   9753.396396 999999.999999
+PR15   -303.533161 -13244.232779 -21775.751262 999999.999999
+PR16 -13455.638455  -1378.626055 -21640.993668 999999.999999
+PR17   2325.823745 -20957.525175 -14412.216523 999999.999999
+PR18  -6911.434389 -24484.508043   2568.846336 999999.999999
+PR19 -11687.854309 -13958.315283  17864.585726 999999.999999
+PR20  -9812.880484   5304.283172  22939.427167 999999.999999
+PR21  -2262.421827  20801.162719  14654.184302 999999.999999
+PR22   6772.288699  24413.318239  -2156.534595 999999.999999
+PR23  11881.933482  13788.217455 -17881.140651 999999.999999
+PR24  10018.054601  -4685.480952 -23008.707252 999999.999999
+*  2011  8 29  5 45  0.00000000
+PG01 -13381.416783  22925.846343   -990.165673     -8.768842
+PG02  18893.405343  -7370.916833 -16827.164606    353.431384
+PG03 -18409.318871  -1903.878320  18715.946586    761.064976
+PG04  13591.274486   8079.672168 -21563.440826    215.297507
+PG05  26152.146338  -2177.366377   4466.653421   -210.611011
+PG06 -19066.811532  -7020.199397  17374.054397    -84.269478
+PG07  -2653.542642  22058.321077  14380.163091     24.187353
+PG08   4152.993871  16316.578537  20411.754375      9.020797
+PG09  14904.618796 -21835.978117   2100.701549    102.172708
+PG10  21939.567990   9890.204185 -11866.770430    -11.406612
+PG11 -12876.500619  21807.317749   7070.072414   -181.085637
+PG12  13876.710627 -12107.391000 -19064.125914     18.883505
+PG13   2416.776314  24131.348145 -10872.753562    254.144161
+PG14 -14880.158268 -20701.364437  -7553.731399    169.494610
+PG15  10164.792956 -12708.996660  20970.329065   -108.620956
+PG16 -25971.637330   2047.643041   5960.832693   -194.560205
+PG17  15825.266110  19890.904244  -7959.591047    177.391694
+PG18  -7240.394567 -15707.293448  20574.094430    154.633343
+PG19 -12631.710692   8912.897747  21544.129611   -178.017483
+PG20 -11700.256336  14272.151075 -19220.569181     52.276833
+PG21  -1372.981231 -20721.763628  16644.529449   -167.821960
+PG22 -20007.892417 -11324.453319  13577.521483    144.950416
+PG23  -4011.606230  19219.339901 -17697.282161    280.346490
+PG24 -15277.355676  21513.212211    -12.515758    419.350476
+PG25   1076.802678 -15112.118875 -21841.909934     16.190923
+PG26  15490.445541    849.162566  21031.732747   -139.123358
+PG27  17446.586328 -17676.746559   9514.583603    299.701510
+PG28  16894.734311  12773.678711  16706.002409     63.233137
+PG29  -3373.581784 -24153.526125 -10507.649606    235.187438
+PG30  -1594.476757 -15435.553464 -21961.448639     91.397033
+PG31 -14429.788220  -4449.092421 -21673.580025    133.404846
+PG32 -19594.669633   8423.813964 -15277.844768   -319.105421
+PR01  23179.070763   8553.023276  -6359.356620 999999.999999
+PR02  22693.910624   -480.987222  11657.105207 999999.999999
+PR03  15698.288495 -19759.358297  -4052.886904 999999.999999
+PR04  -4065.938844  16823.512765  18747.376047 999999.999999
+PR05 -23132.447213  -8582.582580   6474.223438 999999.999999
+PR06 -23032.282235     17.680173 -11009.280437 999999.999999
+PR07  -7364.535987  10066.912244 -22257.684142 999999.999999
+PR08   9812.120182  12247.985538 -20097.176792 999999.999999
+PR09 -19125.600501  11635.454170 -12331.789956 999999.999999
+PR10 -15653.564800  19665.917264   4026.776967 999999.999999
+PR11  -3388.318703  16552.697459  19132.306062 999999.999999
+PR12  11570.757105   3105.981595  22510.070754 999999.999999
+PR13  18774.649448 -11823.715965  12582.873132 999999.999999
+PR15   1465.496646 -15166.105062 -20425.754299 999999.999999
+PR16 -11477.793169  -3249.261233 -22570.859625 999999.999999
+PR17   2677.733077 -19063.312726 -16779.146261 999999.999999
+PR18  -7101.887798 -24553.851447   -638.173652 999999.999999
+PR19 -12313.839597 -15933.952100  15654.825009 999999.999999
+PR20 -10515.319123   2551.373659  23104.137143 999999.999999
+PR21  -2646.821028  18885.229090  16988.661144 999999.999999
+PR22   6932.339022  24440.089452   1069.888335 999999.999999
+PR23  12525.001015  15758.117651 -15678.355017 999999.999999
+PR24  10754.092104  -1944.609393 -23071.427484 999999.999999
+*  2011  8 29  6  0  0.00000000
+PG01 -13577.846019  22754.353445   1864.388437     -8.767825
+PG02  18063.541876  -5483.499637 -18423.770727    353.432967
+PG03 -19558.592209  -3718.072199  17283.466032    761.069489
+PG04  12339.481312  10152.831232 -21407.058427    215.307548
+PG05  26501.800407  -1908.711943   1661.980877   -210.615610
+PG06 -19911.968650  -8687.723338  15586.578771    -84.261055
+PG07  -3594.515649  23264.193583  12069.724716     24.188844
+PG08   2765.290505  18102.719203  19044.821199      9.020560
+PG09  14841.850770 -21337.423502   4963.671935    102.175002
+PG10  20489.812689  10053.166413 -14113.926566    -11.406783
+PG11 -13036.983625  20709.913313   9557.202370   -181.088500
+PG12  15966.481131 -11927.560113 -17460.736561     18.885613
+PG13   1711.601675  22955.452240 -13316.731083    254.142321
+PG14 -15037.946852 -21427.450029  -4780.878713    169.496247
+PG15  11454.996579 -10646.421457  21463.713515   -108.619661
+PG16 -26478.017877   1843.602095   3153.289680   -194.562286
+PG17  15983.482785  20675.311953  -5249.281755    177.390212
+PG18  -4912.542045 -15717.014593  21220.910895    154.634916
+PG19 -13697.048450   6669.868916  21735.755780   -178.021573
+PG20 -13809.465467  14172.809287 -17828.190125     52.277126
+PG21   -255.170106 -22098.063959  14716.987651   -167.824544
+PG22 -18356.348634 -11522.001495  15608.880876    144.949663
+PG23  -5168.906562  17429.130135 -19217.473248    280.343917
+PG24 -15452.385094  21207.570367   2830.809967    419.353345
+PG25   3554.529014 -15102.206826 -21581.839213     16.192478
+PG26  16485.406141   3102.853258  20103.039908   -139.134927
+PG27  17065.618511 -16569.199439  12065.217754    299.704746
+PG28  14983.570286  12781.156935  18464.248016     63.235702
+PG29  -2568.828922 -23052.006124 -12913.841398    235.190071
+PG30    818.617275 -15652.843889 -21847.987860     91.394346
+PG31 -13131.551086  -6621.673591 -21921.635180    133.409768
+PG32 -21249.105136   8025.736304 -13131.340373   -319.111429
+PR01  22251.888328   8233.841390  -9372.504473 999999.999999
+PR02  23951.294977   -346.407144   8792.039779 999999.999999
+PR03  15728.381781 -20127.370195   -834.855273 999999.999999
+PR04  -4770.894477  14510.134823  20437.509332 999999.999999
+PR05 -22192.148919  -8262.969955   9481.944662 999999.999999
+PR06 -24211.170897    -87.154913  -8094.475548 999999.999999
+PR07 -10030.521936   9733.655253 -21347.694892 999999.999999
+PR08   7306.499230  11695.974802 -21447.139471 999999.999999
+PR09 -17901.309568  10482.892859 -14927.572215 999999.999999
+PR10 -15694.565543  20028.720009    795.563346 999999.999999
+PR11  -4760.808530  18324.756912  17125.856983 999999.999999
+PR12   9665.277697   5179.576509  23006.104933 999999.999999
+PR13  17535.114872 -10625.897479  15167.895734 999999.999999
+PR15   2960.671230 -17071.954065 -18677.886368 999999.999999
+PR16  -9586.066164  -5325.182156 -23063.487868 999999.999999
+PR17   3253.133408 -16942.555035 -18821.254991 999999.999999
+PR18  -7169.487658 -24237.591970  -3832.879977 999999.999999
+PR19 -12991.466248 -17582.516734  13140.939677 999999.999999
+PR20 -11416.107588   -134.779821  22820.401979 999999.999999
+PR21  -3257.571850  16750.025721  18994.376439 999999.999999
+PR22   6964.119775  24079.414491   4275.328376 999999.999999
+PR23  13216.048206  17401.892064 -13171.274727 999999.999999
+PR24  11682.810289    716.200976 -22687.199699 999999.999999
+*  2011  8 29  6 15  0.00000000
+PG01 -13639.531781  22305.724280   4686.863480     -8.768861
+PG02  17253.652880  -3415.433375 -19696.755247    353.434591
+PG03 -20672.929635  -5334.038922  15546.881827    761.074821
+PG04  11206.217204  12254.473284 -20888.613950    215.317482
+PG05  26547.162135  -1641.567504  -1171.099945   -210.620382
+PG06 -20711.373859 -10137.804215  13536.161446    -84.252397
+PG07  -4342.542826  24275.459670   9549.071267     24.190434
+PG08   1571.343129  19819.556905  17344.990660      9.020179
+PG09  14669.225277 -20543.400705   7740.195010    102.177703
+PG10  18812.583181  10296.923616 -16125.543924    -11.408258
+PG11 -13182.729427  19353.020941  11874.367297   -181.091503
+PG12  17864.501604 -11854.157117 -15554.720806     18.888082
+PG13    817.328752  21589.373476 -15532.398508    254.140907
+PG14 -15079.257455 -21865.492388  -1926.188467    169.497846
+PG15  12865.568108  -8623.655539  21587.629757   -108.617972
+PG16 -26675.885023   1662.602829    292.489149   -194.564467
+PG17  16022.875801  21183.189697  -2449.565728    177.388979
+PG18  -2532.861377 -15841.936363  21514.652501    154.636441
+PG19 -14875.732066   4487.868311  21552.666057   -178.025252
+PG20 -15749.606575  14158.438277 -16131.586665     52.277615
+PG21    694.853348 -23324.177026  12535.964393   -167.826997
+PG22 -16504.243872 -11804.153247  17376.068271    144.949522
+PG23  -6497.956159  15573.389649 -20402.989676    280.341344
+PG24 -15480.282931  20634.030920   5624.487076    419.356366
+PG25   5979.361042 -15219.882866 -20951.239034     16.194165
+PG26  17539.453425   5179.485682  18813.270687   -139.146346
+PG27  16630.620256 -15197.279479  14410.831778    299.708979
+PG28  12899.050537  12896.507369  19919.873083     63.238086
+PG29  -1574.161847 -21770.144975 -15097.459403    235.193214
+PG30   3185.084178 -15991.697089 -21372.183228     91.391703
+PG31 -11949.926678  -8869.525305 -21785.513135    133.414887
+PG32 -22661.376303   7720.283594 -10750.406765   -319.117588
+PR01  20947.218060   7936.653952 -12203.629371 999999.999999
+PR02  24854.979063   -348.619885   5756.342889 999999.999999
+PR03  15494.349294 -20179.307742   2399.297796 999999.999999
+PR04  -5715.059578  12085.619139  21731.025324 999999.999999
+PR05 -20875.179049  -7966.541440  12305.472282 999999.999999
+PR06 -25029.464927    -59.412103  -5022.799479 999999.999999
+PR07 -12575.767448   9595.676894 -20023.512602 999999.999999
+PR08   4628.240572  11307.285730 -22380.102193 999999.999999
+PR09 -16580.720760   9005.463942 -17235.065321 999999.999999
+PR10 -15469.180998  20073.656428  -2451.199844 999999.999999
+PR11  -5836.104290  19981.046046  14787.601684 999999.999999
+PR12   7896.226584   7415.965659  23054.199254 999999.999999
+PR13  16208.927963  -9098.405165  17458.151718 999999.999999
+PR15   4165.682017 -18895.498752 -16565.933237 999999.999999
+PR16  -7833.161193  -7560.374161 -23109.785475 999999.999999
+PR17   4068.997311 -14657.561170 -20498.824554 999999.999999
+PR18  -7064.055365 -23559.734820  -6953.612005 999999.999999
+PR19 -13665.618952 -18875.859318  10371.759535 999999.999999
+PR20 -12488.686155  -2689.203604  22093.961417 999999.999999
+PR21  -4110.123669  14458.295274  20632.275123 999999.999999
+PR22   6817.932401  23357.041353   7396.932003 999999.999999
+PR23  13899.903278  18691.943970 -10408.525537 999999.999999
+PR24  12775.475764   3233.345361 -21863.448468 999999.999999
+*  2011  8 29  6 30  0.00000000
+PG01 -13602.713741  21570.394879   7428.687927     -8.771452
+PG02  16497.106700  -1199.205451 -20624.893097    353.436130
+PG03 -21712.425786  -6737.970042  13538.163924    761.080329
+PG04  10206.058740  14340.845992 -20015.746627    215.327641
+PG05  26289.912184  -1339.471618  -3984.168052   -210.625265
+PG06 -21425.778086 -11360.794848  11257.413620    -84.243564
+PG07  -4915.789530  25054.216221   6861.927944     24.191941
+PG08    574.411989  21417.297489  15340.710484      9.018545
+PG09  14426.412818 -19450.143096  10381.062864    102.179688
+PG10  16940.861303  10646.143700 -17867.987634    -11.407269
+PG11 -13344.275575  17754.382709  13979.971770   -181.094363
+PG12  19533.462294 -11860.270837 -13378.837405     18.890181
+PG13   -276.635272  20076.883923 -17482.230412    254.138951
+PG14 -14967.124284 -22028.443053    961.410098    169.499726
+PG15  14370.682277  -6681.191356  21340.465349   -108.616300
+PG16 -26562.264012   1466.180780  -2573.250058   -194.566606
+PG17  15907.947270  21426.741906    391.795831    177.387797
+PG18   -145.907211 -16083.731034  21449.528027    154.638312
+PG19 -16142.485149   2408.638962  20999.118022   -178.029007
+PG20 -17485.936800  14204.361333 -14159.310020     52.278334
+PG21   1487.085952 -24359.961522  10137.493252   -167.829351
+PG22 -14487.659174 -12191.468338  18849.372583    144.949429
+PG23  -7987.131578  13699.024988 -21234.127757    280.338751
+PG24 -15396.774047  19783.589078   8319.616781    419.359762
+PG25   8304.011768 -15453.490147 -19960.827037     16.195764
+PG26  18614.671776   7045.957098  17187.673043   -139.157720
+PG27  16183.169837 -13576.158063  16513.535299    299.711866
+PG28  10682.165514  13138.741280  21049.503851     63.240688
+PG29   -381.484470 -20349.731077 -17020.653420    235.195880
+PG30   5460.665948 -16438.700929 -20541.653582     91.389099
+PG31 -10907.036143 -11145.840937 -21266.972703    133.420121
+PG32 -23802.367743   7477.949769  -8177.679721   -319.123654
+PR01  19291.095078   7713.848666 -14797.715542 999999.999999
+PR02  25376.409692   -439.221055   2608.911939 999999.999999
+PR03  15043.290974 -19882.630958   5587.086733 999999.999999
+PR04  -6894.294559   9617.808288  22602.804648 999999.999999
+PR05 -19207.979242  -7745.565440  14889.962235 999999.999999
+PR06 -25460.617878     51.345712  -1853.778232 999999.999999
+PR07 -14937.321104   9635.085606 -18310.891646 999999.999999
+PR08   1841.034617  11106.318746 -22877.922869 999999.999999
+PR09 -15225.435207   7216.736095 -19209.637597 999999.999999
+PR10 -15024.874964  19768.284161  -5650.081256 999999.999999
+PR11  -6617.424423  21457.877285  12162.969517 999999.999999
+PR12   6308.019612   9760.091821  22652.713699 999999.999999
+PR13  14858.388879  -7257.040154  19409.030759 999999.999999
+PR15   5077.319474 -20570.400032 -14130.853224 999999.999999
+PR16  -6262.986702  -9900.143948 -22709.270937 999999.999999
+PR17   5130.200798 -12274.581649 -21779.137719 999999.999999
+PR18  -6741.911248 -22555.841476  -9940.072071 999999.999999
+PR19 -14278.378216 -19798.641878   7401.078404 999999.999999
+PR20 -13695.778743  -5053.163341  20939.118708 999999.999999
+PR21  -5207.768229  12076.412240  21870.353542 999999.999999
+PR22   6450.987269  22310.428748  10373.541513 999999.999999
+PR23  14518.709413  19613.447849  -7443.707519 999999.999999
+PR24  13992.938410   5549.841358 -20616.089206 999999.999999
+*  2011  8 29  6 45  0.00000000
+PG01 -13505.597970  20547.403739  10042.670674     -8.772839
+PG02  15821.907902   1126.944721 -21193.223825    353.437678
+PG03 -22637.189145  -7924.409775  11293.761387    761.084435
+PG04   9346.112595  16366.674527 -18802.095501    215.337760
+PG05  25740.268654   -967.188601  -6729.150422   -210.630061
+PG06 -22016.136690 -12354.991507   8788.728154    -84.235107
+PG07  -5339.305756  25568.526519   4055.046698     24.193428
+PG08   -231.133469  22847.761674  13066.128784      9.019519
+PG09  14153.992117 -18063.420236  12838.870405    102.180542
+PG10  14912.754449  11119.419780 -19311.949242    -11.408122
+PG11 -13549.263369  15939.127673  15836.194023   -181.097348
+PG12  20942.927472 -11913.528328 -10970.631991     18.892284
+PG13  -1572.454876  18464.352777 -19133.345892    254.137976
+PG14 -14668.741721 -21937.331834   3832.641813    169.501411
+PG15  15938.358344  -4854.586385  20726.972743   -108.614873
+PG16 -26143.000143   1216.246674  -5395.516746   -194.568644
+PG17  15607.211721  21425.883301   3226.525558    177.386477
+PG18   2203.747460 -16436.602742  21025.529286    154.640119
+PG19 -17465.867971    468.650064  20085.684328   -178.032707
+PG20 -18989.765278  14280.929015 -11944.683593     52.278438
+PG21   2138.387799 -25169.276545   7561.953114   -167.831556
+PG22 -12346.918067 -12698.103081  20003.996578    144.949063
+PG23  -9616.826273  11850.995740 -21697.485158    280.335986
+PG24 -15239.761563  18655.828199  10869.174477    419.361387
+PG25  10484.480843 -15783.864427 -18627.494444     16.197326
+PG26  19669.498163   8677.749295  15257.340726   -139.168880
+PG27  15762.243061 -11728.920022  18340.019661    299.716556
+PG28   8377.272407  13519.556421  21834.878927     63.243154
+PG29   1009.051069 -18834.924896 -18650.018814    235.198633
+PG30   7604.342305 -16973.338967 -19369.726618     91.386546
+PG31 -10016.950061 -13400.993005 -20374.629675    133.425215
+PG32 -24651.090869   7265.158137  -5459.246813   -319.129797
+PR01  17321.423491   7612.486253 -17104.337761 999999.999999
+PR02  25499.455421   -565.531429   -589.167176 999999.999999
+PR03  14429.048739 -19216.645415   8666.868816 999999.999999
+PR04  -8292.027102   7173.837698  23035.900036 999999.999999
+PR05 -17228.813498  -7646.915318  17185.217649 999999.999999
+PR06 -25490.685072    191.640459   1351.172264 999999.999999
+PR07 -17058.063111   9823.409926 -16243.101769 999999.999999
+PR08   -987.322486  11105.987889 -22930.924760 999999.999999
+PR09 -13894.940414   5142.915874 -20813.031284 999999.999999
+PR10 -14415.953343  19092.239748  -8738.643367 999999.999999
+PR11  -7120.543225  22695.522857   9302.880300 999999.999999
+PR12   4934.737633  12149.970567  21808.814286 999999.999999
+PR13  13543.268464  -5130.407405  20982.499980 999999.999999
+PR15   5705.366751 -22033.003215 -11419.987727 999999.999999
+PR16  -4909.005174 -12283.201392 -21870.051596 999999.999999
+PR17   6429.092868  -9861.203832 -22637.122466 999999.999999
+PR18  -6167.958692 -21271.522566 -12734.473779 999999.999999
+PR19 -14771.611530 -20348.771117   4286.608534 999999.999999
+PR20 -14990.920324  -7176.349725  19378.448803 999999.999999
+PR21  -6541.271856   9671.774853  22684.294201 999999.999999
+PR22   5829.483635  20987.106961  13146.925505 999999.999999
+PR23  15014.507652  20164.761186  -4334.358572 999999.999999
+PR24  15287.228381   7617.446211 -18969.226512 999999.999999
+*  2011  8 29  7  0  0.00000000
+PG01 -13386.721855  19244.556356  12483.814352     -8.773466
+PG02  15249.642183   3520.359820 -21393.235268    353.439304
+PG03 -23408.906041  -8896.164854   8853.848022    761.089588
+PG04   8625.826059  18286.726026 -17267.158114    215.347411
+PG05  24916.593888   -492.257940  -9359.127363   -210.634736
+PG06 -22445.128508 -13126.511832   6171.673831    -84.226614
+PG07  -5643.844035  25793.695454   1177.365952     24.195203
+PG08   -859.460819  24066.257997  10560.535488      9.019884
+PG09  13891.697133 -16398.586768  15068.962111    102.183220
+PG10  12770.225655  11728.437308 -20432.905160    -11.410162
+PG11 -13821.156802  13938.937063  17409.750629   -181.100278
+PG12  22070.389291 -11977.491743  -8371.784546     18.894678
+PG13  -3063.621422  16799.015963 -20458.027628    254.136191
+PG14 -14156.856960 -21620.317376   6638.705354    169.503190
+PG15  17531.596080  -3173.278080  19758.153687   -108.613318
+PG16 -25432.536263    876.715283  -8126.581234   -194.570814
+PG17  15094.528179  21207.334605   6006.618872    177.385011
+PG18   4472.976188 -16887.441285  20248.503184    154.641969
+PG19 -18809.446896  -1302.083778  18829.000348   -178.036139
+PG20 -20239.408716  14354.760499  -9525.272265     52.279098
+PG21   2671.701015 -25721.443098   4853.446485   -167.833597
+PG22 -10125.218465 -13331.158565  20820.445873    144.948995
+PG23 -11360.093566  10070.696108 -21786.127468    280.333455
+PG24 -15047.672172  17259.059897  13228.863308    419.362836
+PG25  12481.556209 -16185.111419 -16974.026460     16.198930
+PG26  20660.439301  10059.581119  13058.457176   -139.180321
+PG27  15402.720813  -9685.756114  19861.933413    299.718475
+PG28   6030.650634  14042.840345  22263.088022     63.246035
+PG29   2588.838734 -17270.593871 -19957.192182    235.201458
+PG30   9579.665862 -17568.743021 -17875.270695     91.383868
+PG31  -9285.224768 -15584.327093 -19123.831561    133.430350
+PG32 -25195.407340   7045.823263  -2643.724169   -319.135969
+PR01  15086.560977   7672.119669 -19078.643593 999999.999999
+PR02  25221.055983   -673.069182  -3775.804303 999999.999999
+PR03  13709.779206 -18173.553819  11579.021917 999999.999999
+PR04  -9879.764977   4817.522869  23021.865451 999999.999999
+PR05 -14986.334675  -7709.899190  19146.663397 999999.999999
+PR06 -25118.886372    306.579685   4529.930023 999999.999999
+PR07 -18888.865883  10122.938706 -13860.282780 999999.999999
+PR08  -3787.505976  11307.154372 -22538.084373 999999.999999
+PR09 -12644.117392   2822.028768 -22014.097039 999999.999999
+PR10 -13701.068904  18038.268248 -11656.680497 999999.999999
+PR11  -7372.859881  23640.693534   6262.760016 999999.999999
+PR12   3798.833800  14519.087461  20538.383962 999999.999999
+PR13  12318.279430  -2758.987124  22147.852246 999999.999999
+PR15   6071.938950 -23224.992246  -8486.138924 999999.999999
+PR16  -3793.034761 -14644.020410 -20608.641780 999999.999999
+PR17   7945.599044  -7483.701925 -23055.853271 999999.999999
+PR18  -5317.419204 -19760.530840 -15282.648377 999999.999999
+PR19 -15089.588889 -20537.287904   1088.857855 999999.999999
+PR20 -16320.384602  -9018.707390  17442.350073 999999.999999
+PR21  -8089.041618   7310.163253  23057.957441 999999.999999
+PR22   4930.302924  19442.629680  15662.943236 999999.999999
+PR23  15331.840791  20357.296385  -1140.839778 999999.999999
+PR24  16603.541032   9398.409385 -16954.696764 999999.999999
+*  2011  8 29  7 15  0.00000000
+PG01 -13283.314369  17678.260854  14710.090994     -8.774240
+PG02  14794.702594   5935.458178 -21222.919543    353.440745
+PG03 -23992.327475  -9663.892643   6261.529172    761.093616
+PG04   8037.096052  20057.400280 -15436.050116    215.357393
+PG05  23844.704236    113.562145 -11829.119100   -210.639665
+PG06 -22678.625669 -13688.886854   3450.340887    -84.217989
+PG07  -5864.447424  25713.271960  -1720.876536     24.196734
+PG08  -1332.562128  25033.349411   7867.680015      9.020244
+PG09  13676.673025 -14480.246404  17030.363063    102.185507
+PG10  10557.688715  12477.397365 -21211.515390    -11.410821
+PG11 -14178.143672  11790.941552  18672.565117   -181.103341
+PG12  22902.020879 -12013.229240  -5627.375922     18.896777
+PG13  -4735.042492  15127.234616 -21434.150662    254.134815
+PG14 -13410.950633 -21111.486193   9332.072122    169.504830
+PG15  19109.710482  -1659.645537  18451.040253   -108.611535
+PG16 -24453.383291    415.062273 -10720.161701   -194.572794
+PG17  14350.232544  20803.479689   8685.117921    177.383875
+PG18   6621.526229 -17416.256989  19130.145145    154.643928
+PG19 -20133.155373  -2880.922007  17251.417268   -178.039962
+PG20 -21220.892106  14390.145456  -6942.273919     52.279660
+PG21   3115.001793 -25992.533657   2059.066933   -167.836438
+PG22  -7867.166843 -14090.301664  21284.838721    144.948723
+PG23 -13183.578292   8394.501788 -21499.634770    280.330673
+PG24 -14857.799089  15610.123514  15357.904539    419.365151
+PG25  14262.136635 -16625.657165 -15028.721850     16.200495
+PG26  21543.841083  11185.669262  10631.468360   -139.191617
+PG27  15134.092616  -7482.925331  21056.164656    299.721482
+PG28   3688.997505  14704.452932  22326.754494     63.248312
+PG29   4340.945102 -15700.628644 -20919.361163    235.204172
+PG30  11355.941403 -18192.690201 -16082.452773     91.381171
+PG31  -8708.793552 -17646.012502 -17536.395465    133.435690
+PG32 -25432.392235   6783.014877    218.711328   -319.141870
+PR01  12643.479166   7922.940553 -20682.227679 999999.999999
+PR02  24551.343628   -708.100797  -6889.110554 999999.999999
+PR03  12945.356880 -16758.987416  14267.088423 999999.999999
+PR04 -11618.122426   2606.897713  22560.922087 999999.999999
+PR05 -12537.730450  -7964.420520  20736.210611 999999.999999
+PR06 -24357.638895    342.418154   7620.865352 999999.999999
+PR07 -20390.431805  10488.463180 -11208.667799 999999.999999
+PR08  -6491.302466  11698.586195 -21707.050792 999999.999999
+PR09 -11520.955265    302.610543 -22789.397949 999999.999999
+PR10 -12940.560121  16612.708150 -14347.405967 999999.999999
+PR11  -7411.985234  24248.766146   3101.473497 999999.999999
+PR12   2910.343271  16799.014385  18865.755260 999999.999999
+PR13  11230.777648   -193.707023  22882.312430 999999.999999
+PR15   6210.295622 -24095.841917  -5386.532623 999999.999999
+PR16  -2924.549070 -16915.382138 -18949.626883 999999.999999
+PR17   9647.857511  -5204.450718 -23026.898792 999999.999999
+PR18  -4177.144483 -18082.531521 -17535.088836 999999.999999
+PR19 -15181.511709 -20387.718876  -2130.047845 999999.999999
+PR20 -17625.431158 -10551.833489  15168.448764 999999.999999
+PR21  -9817.821919   5053.172745  22983.719259 999999.999999
+PR22   3742.241824  17738.207386  17872.617505 999999.999999
+PR23  15420.268084  20214.858546   2074.835877 999999.999999
+PR24  17882.527993  10866.788837 -14611.462781 999999.999999
+*  2011  8 29  7 30  0.00000000
+PG01 -13229.715822  15873.040461  16683.166593     -8.777249
+PG02  14463.821925   8325.324779 -20686.707154    353.442360
+PG03 -24356.622434 -10245.394784   3562.029579    761.098377
+PG04   7564.678108  21638.287779 -13339.163447    215.367081
+PG05  22556.908690    873.012289 -14096.841376   -210.644430
+PG06 -22687.060853 -14062.381499    670.645140    -84.209307
+PG07  -6038.865396  25319.736701  -4589.059113     24.198305
+PG08  -1679.207180  25716.435744   5034.976652      9.020590
+PG09  13541.817946 -12341.531996  18686.667065    102.187330
+PG10   8320.515580  13362.718368 -21633.957393    -11.412806
+PG11 -14632.268603   9536.397697  19602.321823   -181.106427
+PG12  23433.097725 -11980.996959  -2785.087088     18.899346
+PG13  -6563.459876  13492.807273 -22045.516881    254.133007
+PG14 -12418.163389 -20449.447711  11867.253223    169.506283
+PG15  20629.813482   -328.350876  16828.378160   -108.610183
+PG16 -23235.302021   -196.248298 -13132.173348   -194.574823
+PG17  13362.030169  20251.028280  11216.860607    177.382403
+PG18   8613.357682 -17996.887118  17687.908377    154.645437
+PG19 -21394.792608  -4253.226821  15380.570419   -178.043543
+PG20 -21928.365992  14350.553901  -4239.841015     52.279906
+PG21   3500.020966 -25966.428274   -771.935431   -167.838593
+PG22  -5617.266950 -14967.672802  21389.133038    144.948390
+PG23 -15048.696804   6852.535556 -20844.032647    280.327868
+PG24 -14704.710936  13733.855765  17219.749296    419.367355
+PG25  15800.324741 -17069.531432 -12824.917340     16.202069
+PG26  22277.634103  12059.603180   8020.212831   -139.202930
+PG27  14979.392141  -5161.530365  21905.038476    299.723743
+PG28   1397.911135  15492.295506  22024.160982     63.250930
+PG29   6240.565229 -14166.306380 -21519.678225    235.207021
+PG30  12909.207834 -18808.812840 -14020.421618     91.378481
+PG31  -8276.218638 -19538.873122 -15640.213226    133.440579
+PG32 -25368.325480   6440.649496   3077.307849   -319.147825
+PR01  10055.575914   8384.331936 -21883.881010 999999.999999
+PR02  23513.230785   -620.162248  -9868.601492 999999.999999
+PR03  12194.715596 -14991.992814  16678.864072 999999.999999
+PR04 -13458.318483    592.005498  21661.957998 999999.999999
+PR05  -9946.525770  -8429.547538  21922.994634 999999.999999
+PR06 -23232.058000    249.072059  10564.030801 999999.999999
+PR07 -21534.732824  10869.347244  -8339.689716 999999.999999
+PR08  -9034.203528  12257.445468 -20453.996117 999999.999999
+PR09 -10564.567687  -2358.039855 -23123.671720 999999.999999
+PR10 -12193.739495  14835.411902 -16758.563838 999999.999999
+PR11  -7283.906916  24485.668008   -119.805854 999999.999999
+PR12   2266.632456  18922.135215  16823.266418 999999.999999
+PR13  10318.790623   2505.926614  23171.489382 999999.999999
+PR15   6163.177201 -24604.962254  -2181.687262 999999.999999
+PR16  -2300.500598 -19030.996986 -16925.180849 999999.999999
+PR17  11493.364358  -3079.510055 -22550.508005 999999.999999
+PR18  -2746.448305 -16300.640860 -19447.911970 999999.999999
+PR19 -15003.847715 -19934.918291  -5307.574569 999999.999999
+PR20 -18844.778299 -11759.890365  12600.867902 999999.999999
+PR21 -11683.895960   2955.828535  22462.647085 999999.999999
+PR22   2266.732603  15938.126365  19733.093587 999999.999999
+PR23  15236.684013  19772.477312   5250.208560 999999.999999
+PR24  19062.799643  12009.277114 -11984.871073 999999.999999
+*  2011  8 29  7 45  0.00000000
+PG01 -13255.918882  13860.741051  18369.062024     -8.781447
+PG02  14255.922752  10643.335941 -19795.287528    353.443947
+PG03 -24476.549437 -10664.653975    801.880094    761.102169
+PG04   7186.885451  22993.635266 -11011.722521    215.377044
+PG05  21090.812327   1802.260105 -16123.418297   -210.649183
+PG06 -22446.641720 -14273.067439  -2120.401397    -84.200687
+PG07  -6205.862998  24614.846072  -7377.100484     24.199936
+PG08  -1933.603112  26091.080306   2112.613802      9.020879
+PG09  13514.287269 -10023.021028  20006.853346    102.189096
+PG10   6103.506690  14373.029805 -21692.189626    -11.413844
+PG11 -15188.836694   7219.201171  20182.890266   -181.109229
+PG12  23668.069852 -11841.964050    105.653375     18.901418
+PG13  -8518.178903  11935.397667 -22282.092664    254.130925
+PG14 -11173.936157 -19675.779348  14201.524713    169.508370
+PG15  22048.385977    814.017494  14918.219282   -108.608516
+PG16 -21814.224487   -978.519064 -15321.450562   -194.577047
+PG17  12125.617380  19589.534471  13559.195639    177.381065
+PG18  10417.845487 -18597.954756  15944.823623    154.647140
+PG19 -22551.602329  -5412.683027  13248.873053   -178.047109
+PG20 -22364.222041  14200.196378  -1464.341669     52.280427
+PG21   3860.781321 -25635.582536  -3589.075996   -167.840842
+PG22  -3418.416841 -15948.084586  21131.267610    144.948241
+PG23 -16913.016379   5467.694894 -19831.614073    280.325208
+PG24 -14618.790903  11662.254942  18782.698974    419.370363
+PG25  17078.248701 -17477.834962 -10400.424119     16.203653
+PG26  22822.984989  12693.856551   5271.034973   -139.214628
+PG27  14954.391031  -2766.152393  22396.438162    299.727070
+PG28   -799.591779  16386.666230  21359.316320     63.253272
+PG29   8255.792039 -12704.765348 -21747.569985    235.209767
+PG30  14222.986744 -19377.982242 -11722.915602     91.375884
+PG31  -7968.293885 -21220.122307 -13468.731804    133.445887
+PG32 -25018.317488   5985.135592   5881.716475   -319.153749
+PR01   7390.230051   9063.889130 -22660.200604 999999.999999
+PR02  22141.480845   -364.443092 -12656.374322 999999.999999
+PR03  11513.238966 -12904.471968  18767.411131 999999.999999
+PR04 -15344.085932  -1186.966607  20342.361067 999999.999999
+PR05  -7280.132924  -9112.552223  22683.972483 999999.999999
+PR06 -21778.946906    -17.520443  13302.319945 999999.999999
+PR07 -22305.992978  11211.838660  -5308.987705 999999.999999
+PR08 -11357.845569  12950.282848 -18803.299913 999999.999999
+PR09  -9803.593432  -5095.976744 -23010.141751 999999.999999
+PR10 -11516.248145  12739.106847 -18843.442974 999999.999999
+PR11  -7040.810643  24329.340573  -3338.768215 999999.999999
+PR12   1852.701639  20824.364660  14450.646914 999999.999999
+PR13   9609.456507   5274.062428  23009.664315 999999.999999
+PR15   5980.737103 -24723.442081   1065.787419 999999.999999
+PR16  -1905.672156 -20928.099497 -14574.446496 999999.999999
+PR17  13430.583088  -1156.480436 -21635.629547 999999.999999
+PR18  -1037.420311 -14478.833628 -20983.720011 999999.999999
+PR19 -14522.372470 -19223.449707  -8381.997634 999999.999999
+PR20 -19917.198704 -12639.996832   9789.374568 999999.999999
+PR21 -13634.745200   1064.481448  21504.508051 999999.999999
+PR22    518.021062  14107.065717  21208.465211 999999.999999
+PR23  14747.342408  19074.782308   8323.586762 999999.999999
+PR24  20083.535077  12825.503449  -9125.784739 999999.999999
+*  2011  8 29  8  0  0.00000000
+PG01 -13386.287912  11679.463801  19738.738901     -8.782464
+PG02  14162.283559  12844.754827 -18565.326177    353.445339
+PG03 -24333.407438 -10950.659289  -1971.881420    761.106674
+PG04   6876.556598  24093.660216  -8493.240284    215.387330
+PG05  19487.929315   2910.080451 -17874.041099   -210.653910
+PG06 -21940.367016 -14351.680903  -4875.444723    -84.191846
+PG07  -6403.493238  23609.618198 -10036.372884     24.201578
+PG08  -2133.815876  26142.019064   -847.412274      9.021598
+PG09  13614.232264  -7571.324713  20966.003436    102.191316
+PG10   3949.377084  15489.462283 -21384.138914    -11.415854
+PG11 -15846.113478   4884.301994  20404.609919   -181.112483
+PG12  23620.281536 -11559.910660   2994.556494     18.903592
+PG13 -10562.080746  10489.135048 -22140.148377    254.129275
+PG14  -9682.342555 -18833.379997  16295.602372    169.509978
+PG15  23322.880651   1768.988991  12753.431282   -108.606991
+PG16 -20230.952575  -1945.804299 -17250.432042   -194.579205
+PG17  10645.010471  18859.825652  15672.655248    177.380007
+PG18  12010.797808 -19184.051425  13929.224749    154.648745
+PG19 -23561.872434  -6361.302426  10892.945980   -178.050921
+PG20 -22538.899892  13905.573947   1336.428478     52.280721
+PG21   4232.011281 -25001.463326  -6341.625173   -167.843351
+PG22  -1310.467990 -17009.505342  20515.214959    144.948067
+PG23 -18731.778670   4254.973763 -18480.660235    280.322063
+PG24 -14624.963818   9433.376308  20020.424522    419.372856
+PG25  18086.580920 -17810.334076  -7796.885375     16.205098
+PG26  23145.791869  13108.971394   2431.904150   -139.226012
+PG27  15067.068291   -343.392746  22523.858493    299.731015
+PG28  -2864.475904  17360.893634  20341.960755     63.256018
+PG29  10348.670715 -11347.650850 -21598.935488    235.212893
+PG30  15288.768090 -19859.820409  -9227.795008     91.373210
+PG31  -7758.972632 -22652.929282 -11060.320609    133.450636
+PG32 -24405.591582   5386.902105   8582.936682   -319.159819
+PR01   4716.200005   9956.950991 -22996.047703 999999.999999
+PR02  20481.300594     96.068181 -15198.235805 999999.999999
+PR03  10950.309113 -10540.095537  20491.976359 999999.999999
+PR04 -17213.912307  -2701.132526  18627.688020 999999.999999
+PR05  -4607.250821 -10008.459798  23004.368558 999999.999999
+PR06 -20045.316593   -493.292362  15782.572688 999999.999999
+PR07 -22701.173725  11461.523730  -2175.332683 999999.999999
+PR08 -13412.195013  13734.497103 -16787.073752 999999.999999
+PR09  -9255.048190  -7843.008917 -22450.670124 999999.999999
+PR10 -10957.589516  10368.225396 -20561.773880 999999.999999
+PR11  -6738.649382  23770.721961  -6493.159564 999999.999999
+PR12   1642.030439  22447.742645  11794.242948 999999.999999
+PR13   9117.939684   8041.009832  22399.909477 999999.999999
+PR15   5718.159159 -24435.315893   4292.436410 999999.999999
+PR16  -1713.539610 -22549.911264 -11942.790102 999999.999999
+PR17  15400.953731    527.280484 -20299.762055 999999.999999
+PR18    925.295179 -12679.326372 -22112.344361 999999.999999
+PR19 -13713.830615 -18305.576444 -11293.602855 999999.999999
+PR20 -20784.130030 -13202.083875   6788.421616 999999.999999
+PR21 -15611.100267   -584.926821  20127.607364 999999.999999
+PR22  -1477.203383  12307.427976  22270.452274 999999.999999
+PR23  13929.499500  18173.990945  11235.248497 999999.999999
+PR24  20887.090664  13327.799526  -6089.607667 999999.999999
+*  2011  8 29  8 15  0.00000000
+PG01 -13638.506717   9372.263537  20768.600340     -8.785126
+PG02  14167.007139  14888.238445 -17019.089870    353.446603
+PG03 -23915.737372 -11136.071005  -4712.482396    761.112316
+PG04   6602.258365  24915.659448  -5826.878684    215.396884
+PG05  17792.157346   4197.320195 -19318.562256   -210.658550
+PG06 -21158.805126 -14332.306095  -7547.558482    -84.182975
+PG07  -6667.404208  22323.961697 -12520.584690     24.203281
+PG08  -2320.021336  25863.804640  -3792.315054      9.022728
+PG09  13853.836358  -5037.406598  21545.891711    102.194680
+PG10   1897.311701  16686.228422 -20713.805687    -11.417743
+PG11 -16595.332662   2576.090864  20264.430318   -181.115469
+PG12  23311.349960 -11102.829648   5831.376925     18.905931
+PG13 -12652.879596   9181.437111 -21622.299574    254.128329
+PG14  -7956.102860 -17964.792727  18114.258375    169.511710
+PG15  24413.295464   2545.943311  10371.133145   -108.605632
+PG16 -18529.679751  -3104.164539 -18885.798762   -194.581120
+PG17   8932.570862  18102.399090  17521.577978    177.378712
+PG18  13375.248998 -19717.105310  11674.376673    154.650487
+PG19 -24386.496899  -7109.117444   8352.993367   -178.054552
+PG20 -22470.390251  13436.956687   4114.070792     52.280930
+PG21   4647.503729 -24074.622249  -8979.640289   -167.845604
+PG22    671.101736 -18123.811659  19550.943907    144.947831
+PG23 -20459.507885   3221.098636 -16815.069455    280.319430
+PG24 -14741.659801   7090.005382  20912.377876    419.376098
+PG25  18824.733615 -18027.120885  -5059.065300     16.206647
+PG26  23217.972801  13332.461602   -448.441466   -139.237330
+PG27  15317.363943   2059.630954  22286.398597    299.733762
+PG28  -4762.958850  18382.232198  18987.505406     63.258507
+PG29  12476.498169 -10119.985919 -21076.228973    235.215529
+PG30  16106.211429 -20214.288171  -6576.499644     91.370395
+PG31  -7616.580672 -23807.752114  -8457.540702    133.455784
+PG32 -23560.460482   4621.747353  11134.207852   -319.165833
+PR01   2100.974091  11046.662322 -22884.845550 999999.999999
+PR02  18586.512982    788.769278 -17444.758634 999999.999999
+PR03  10547.116959  -7952.731562  21818.795628 999999.999999
+PR04 -19003.520328  -3933.872375  16551.175213 999999.999999
+PR05  -1995.221057 -11100.128241  22877.960353 999999.999999
+PR06 -18086.497127  -1204.284215  17956.605876 999999.999999
+PR07 -22729.942666  11565.821961   1000.507877 999999.999999
+PR08 -15157.388540  14560.198140 -14444.534984 999999.999999
+PR09  -8923.676483 -10529.289005 -21455.748002 999999.999999
+PR10 -10558.946386   7777.255499 -21880.491945 999999.999999
+PR11  -6434.562343  22814.207771  -9521.971941 999999.999999
+PR12   1597.931077  23742.790858   8906.097786 999999.999999
+PR13   8846.868865  10735.913388  21354.034268 999999.999999
+PR15   5433.064071 -23738.298888   7435.223413 999999.999999
+PR16  -1687.608846 -23847.872693  -9080.943338 999999.999999
+PR17  17341.219632   1946.005347 -18568.636424 999999.999999
+PR18   3105.250294 -10960.044899 -22811.456078 999999.999999
+PR19 -12567.145946 -17238.946277 -13985.847670 999999.999999
+PR20 -21392.192046 -13468.222670   3656.101704 999999.999999
+PR21 -17549.299648  -1968.155305  18358.457624 999999.999999
+PR22  -3680.707278  10596.796807  22898.919055 999999.999999
+PR23  12772.605386  17127.593795  13928.604737 999999.999999
+PR24  21421.497831  13540.438831  -2935.217967 999999.999999
+*  2011  8 29  8 30  0.00000000
+PG01 -14022.795930   6985.662327  21440.898059     -8.785432
+PG02  14247.766524  16737.202234 -15183.991828    353.448308
+PG03 -23219.755880 -11255.778993  -7374.151181    761.117542
+PG04   6329.680242  25444.863384  -3058.721208    215.406748
+PG05  16048.170704   5656.669358 -20432.015145   -210.663768
+PG06 -20100.603662 -14250.931662 -10091.018770    -84.174425
+PG07  -7029.250728  20785.963085 -14786.613976     24.204910
+PG08  -2532.662886  25261.054067  -6669.559882      9.021681
+PG09  14236.698980  -2474.702071  21735.426599    102.197077
+PG10    -18.357653  17931.479061 -19691.281055    -11.418186
+PG11 -17421.008494    336.825967  19765.906448   -181.118429
+PG12  22770.228263 -10444.366693   8566.815378     18.907917
+PG13 -14744.578237   8032.097227 -20737.450679    254.126915
+PG14  -6016.280170 -17110.557778  19626.873153    169.513512
+PG15  25283.659231   3161.543610   7812.066104   -108.603894
+PG16 -16756.388689  -4451.221653 -20199.054534   -194.583117
+PG17   7008.725525  17355.844076  19074.674497    177.377194
+PG18  14501.991718 -20157.888186   9218.003906    154.652070
+PG19 -24990.443708  -7673.579513   5672.134750   -178.058231
+PG20 -22183.451226  12769.731224   6820.430278     52.281395
+PG21   5138.494558 -22874.393456 -11455.010586   -167.847864
+PG22   2496.352912 -19257.784497  18254.290487    144.947513
+PG23 -22051.642766   2364.486732 -14863.904078    280.316699
+PG24 -14980.052523   4678.163654  21444.091701    419.378340
+PG25  19300.723565 -18090.274461  -2234.081349     16.208169
+PG26  23018.507442  13397.490074  -3321.311807   -139.248776
+PG27  15697.217743   4396.787508  21688.700602    299.735795
+PG28  -6467.610654  19412.995856  17316.901041     63.261037
+PG29  14593.317664  -9039.311381 -20188.424899    235.218615
+PG30  16683.050142 -20403.293610  -3813.433876     91.367438
+PG31  -7505.261823 -24663.382666  -5706.333530    133.460913
+PG32 -22519.046360   3671.955377  13491.828557   -319.171747
+PR01   -391.817729  12304.565833 -22328.710834 999999.999999
+PR02  16517.386468   1730.037573 -19352.245486 999999.999999
+PR03  10334.827080  -5204.451644  22721.768855 999999.999999
+PR04 -20648.484809  -4881.278140  14153.099864 999999.999999
+PR05    492.550016 -12358.855163  22307.198867 999999.999999
+PR06 -15963.918562  -2165.298924  19782.149360 999999.999999
+PR07 -22414.127569  11476.415385   4156.944072 999999.999999
+PR08 -16565.152492  15372.394765 -11821.241851 999999.999999
+PR09  -8801.832358 -13085.985933 -20044.321547 999999.999999
+PR10 -10351.372224   5028.682244 -22774.354028 999999.999999
+PR11  -6184.251779  21477.570901 -12366.609850 999999.999999
+PR12   1675.351210  24670.527544   5842.906128 999999.999999
+PR13   8786.321464  13289.484554  19892.359348 999999.999999
+PR15   5182.817892 -22643.958208  10432.785450 999999.999999
+PR16  -1783.171011 -24783.553549  -6044.047318 999999.999999
+PR17  19185.975859   3086.371240 -16475.734220 999999.999999
+PR18   5455.447655  -9372.281771 -23067.029614 999999.999999
+PR19 -11084.128478 -16084.068472 -16406.459370 999999.999999
+PR20 -21695.505732 -13471.454348    453.033011 999999.999999
+PR21 -19383.858604  -3073.456805  16231.283334 999999.999999
+PR22  -6044.101711   9025.628242  23082.225637 999999.999999
+PR23  11278.992412  15995.835478  16351.302066 999999.999999
+PR24  21642.744743  13498.381547    276.169411 999999.999999
+*  2011  8 29  8 45  0.00000000
+PG01 -14541.430742   4568.035067  21744.038856     -8.787286
+PG02  14376.794343  18360.995390 -13092.069067    353.450005
+PG03 -22249.512968 -11345.409662  -9912.808499    761.121147
+PG04   6023.166617  25674.996244   -236.968465    215.416479
+PG05  14299.792430   7272.749054 -21195.050339   -210.668501
+PG06 -18772.707727 -14143.933009 -12462.072922    -84.165917
+PG07  -7515.275398  19030.862946 -16795.275988     24.206506
+PG08  -2810.597507  24348.287985  -9427.902400      9.020233
+PG09  14757.600457     62.877730  21530.924519    102.200625
+PG10  -1769.303790  19188.409122 -18332.670070    -11.420217
+PG11 -18301.535552  -1794.833562  18919.054142   -181.121410
+PG12  22031.991442  -9565.040261  11153.401078     18.910186
+PG13 -16789.068701   7052.668106 -19500.642831    254.125097
+PG14  -3891.670345 -16307.655365  20807.916518    169.514964
+PG15  25903.374254   3638.893595   5119.910055   -108.602510
+PG16 -14957.182865  -5976.034746 -21167.038915   -194.585318
+PG17   4901.392240  16655.346512  20305.529835    177.376154
+PG18  15389.821042 -20467.606433   6601.720419    154.653814
+PG19 -25344.076791  -8078.687455   2895.703043   -178.061915
+PG20 -21708.566560  11885.562070   9408.448738     52.281804
+PG21   5732.137232 -21428.221297 -13722.483155   -167.850278
+PG22   4141.843960 -20374.314443  16646.736663    144.947245
+PG23 -23466.131932   1675.522533 -12660.865568    280.314253
+PG24 -15343.598178   2245.506666  21607.366272    419.381913
+PG25  19530.711082 -17965.458019    629.407120     16.209710
+PG26  22534.204049  13341.377950  -6138.831943   -139.260287
+PG27  16190.886520   6624.388591  20740.838770    299.736632
+PG28  -7958.240827  20411.897269  15356.430677     63.263737
+PG29  16651.550599  -8115.129230 -18950.865301    235.221363
+PG30  17034.696001 -20392.261786   -985.283048     91.364609
+PG31  -7386.593772 -25207.661904  -2855.148940    133.465646
+PG32 -21321.803073   2527.138751  15615.889168   -319.177811
+PR01  -2704.823306  13691.699742 -21338.416047 999999.999999
+PR02  14338.211690   2924.292553 -20883.581736 999999.999999
+PR03  10333.175930  -2363.194791  23182.990905 999999.999999
+PR04 -22086.876969  -5552.061888  11480.003370 999999.999999
+PR05   2798.996764 -13745.487228  21303.161476 999999.999999
+PR06 -13742.653348  -3379.033188  21223.669388 999999.999999
+PR07 -21786.679076  11151.509902   7232.754045 999999.999999
+PR08 -17619.743112  16113.414623  -8968.204835 999999.999999
+PR09  -8869.895819 -15447.930982 -18243.454350 999999.999999
+PR10 -10354.431229   2190.607923 -23226.398662 999999.999999
+PR11  -6039.427208  19791.343263 -14972.011305 999999.999999
+PR12   1823.047338  25204.051225   2664.865539 999999.999999
+PR13   8914.354899  15636.676835  18043.322704 999999.999999
+PR15   5021.859706 -21177.313187  13226.651052 999999.999999
+PR16  -1949.403420 -25330.164910  -2890.615090 999999.999999
+PR17  20870.332894   3947.823685 -14061.649943 999999.999999
+PR18   7920.049000  -7958.642510 -22873.648767 999999.999999
+PR19  -9279.647939 -14901.689899 -18508.448983 999999.999999
+PR20 -21657.717857 -13254.171348  -2758.802593 999999.999999
+PR21 -21050.140793  -3901.837653  13787.368457 999999.999999
+PR22  -8510.658854   7635.270471  22817.409054 999999.999999
+PR23   9464.030205  14839.097611  18456.242707 999999.999999
+PR24  21516.745101  13245.577677   3482.189049 999999.999999
+*  2011  8 29  9  0  0.00000000
+PG01 -15188.578098   2167.928579  21672.785244     -8.788869
+PG02  14522.073893  19735.848540 -10779.403694    353.451538
+PG03 -21016.774839 -11439.835650 -12286.709594    761.126180
+PG04   5647.325523  25608.513660   2588.928981    215.426784
+PG05  12588.407079   9022.514899 -21594.280722   -210.673098
+PG06 -17190.274644 -14046.537054 -14619.690421    -84.157269
+PG07  -8145.116394  17099.763682 -18512.009665     24.208181
+PG08  -3189.313021  23149.368446 -12018.395126      9.020211
+PG09  15402.662366   2522.966827  20936.205051    102.201658
+PG10  -3334.138760  20416.577673 -16659.916179    -11.421585
+PG11 -19210.046055  -3785.127957  17740.074515   -181.124581
+PG12  21136.394921  -8453.192091  13546.336635     18.912213
+PG13 -18737.819895   6246.163360 -17932.808354    254.123349
+PG14  -1617.907683 -15588.094268  21637.352861    169.516892
+PG15  26248.366480   4006.451707   2340.556000   -108.601118
+PG16 -13176.613540  -7659.306049 -21772.362411   -194.587522
+PG17   2645.129181  16031.329969  21193.035900    177.374937
+PG18  16045.473564 -20609.515441   3870.364446    154.655675
+PG19 -25424.285665  -8353.880103     70.517890   -178.065715
+PG20 -21080.685305  10773.318141  11833.008098     52.282647
+PG21   6450.146988 -19770.642568 -15740.636710   -167.852248
+PG22   5591.348699 -21433.773734  14755.097262    144.946966
+PG23 -24664.934887   1137.137309 -10243.708146    280.311277
+PG24 -15827.888898   -160.323021  21400.344764    419.385128
+PG25  19538.231006 -17623.389254   3482.039816     16.211285
+PG26  21760.175305  13204.006232  -8854.652451   -139.271648
+PG27  16775.527047   8702.556259  19458.162213    299.741579
+PG28  -9222.537586  21335.552836  13137.420340     63.266265
+PG29  18603.701823  -7348.671096 -17384.991919    235.224251
+PG30  17183.552330 -20151.605627   1859.732690     91.361936
+PG31  -7221.304960 -25437.838809     45.966614    133.470632
+PG32 -20011.905093   1184.779966  17470.907427   -319.183957
+PR01  -4789.118791  15160.155807 -19933.183195 999999.999999
+PR02  12114.726653   4363.568187 -22008.960183 999999.999999
+PR03  10549.564592    499.816228  23193.126616 999999.999999
+PR04 -23261.825505  -5966.931087   8583.791100 999999.999999
+PR05   4875.528216 -15211.986354  19885.338128 999999.999999
+PR06 -11488.822098  -4835.723551  22253.063386 999999.999999
+PR07 -20890.185893  10557.832848  10168.267933 999999.999999
+PR08 -18318.369471  16725.453881  -5940.891636 999999.999999
+PR09  -9097.209690 -17556.128143 -16087.830344 999999.999999
+PR10 -10575.341809   -665.849723 -23228.243553 999999.999999
+PR11  -6045.423883  17797.684189 -17287.702975 999999.999999
+PR12   1986.032497  25329.623125   -565.548959 999999.999999
+PR13   9198.062093  17719.192648  15842.925018 999999.999999
+PR15   4999.164563 -19375.882322  15762.396152 999999.999999
+PR16  -2131.729519 -25473.610931    318.569786 999999.999999
+PR17  22332.583532   4542.356086 -11373.308233 999999.999999
+PR18  10436.470605  -6751.367835 -22234.646494 999999.999999
+PR19  -7181.265578 -13750.180984 -20251.021305 999999.999999
+PR20 -21253.646603 -12866.118646  -5917.247413 999999.999999
+PR21 -22487.019701  -4466.772225  11074.258399 999999.999999
+PR22 -11017.478394   6456.391911  22110.194350 999999.999999
+PR23   7355.739456  13715.294369  20202.501946 999999.999999
+PR24  21020.909985  12832.899960   6620.537435 999999.999999
+*  2011  8 29  9 15  0.00000000
+PG01 -15950.460019   -167.621679  21228.346785     -8.792001
+PG02  14648.684470  20845.564493  -8285.499350    353.453189
+PG03 -19540.642003 -11571.739922 -14457.033716    761.131355
+PG04   5168.647417  25256.502208   5369.183240    215.436813
+PG05  10951.474354  10875.962594 -21622.528793   -210.677757
+PG06 -15376.283834 -13991.327787 -16526.283255    -84.148658
+PG07  -8930.889247  15038.122308 -19907.470670     24.209909
+PG08  -3699.295509  21696.561623 -14395.335389      9.020813
+PG09  16149.897424   4856.697120  19962.503033    102.202143
+PG10  -4699.092586  21573.397506 -14700.523062    -11.423377
+PG11 -20115.484064  -5606.280502  16250.959960   -181.127667
+PG12  20126.264613  -7105.630201  15704.288760     18.914388
+PG13 -20543.590969   5607.087227 -16060.435072    254.121584
+PG14    763.682066 -14977.697019  22100.965776    169.518724
+PG15  26302.000826   4296.744207   -478.654584   -108.599400
+PG16 -11456.064898  -9473.913888 -22003.754295   -194.589494
+PG17    280.037821  15508.282730  21721.748410    177.373877
+PG18  16483.256072 -20550.492692   1071.245253    154.657469
+PG19 -25215.383515  -8532.734847  -2755.856623   -178.069234
+PG20 -20337.791827   9429.724699  14051.747024     52.282611
+PG21   7307.680996 -17941.966746 -17472.770940   -167.854458
+PG22   6836.303633 -22395.505862  12611.116653    144.946836
+PG23 -25615.375476    725.666058  -7653.601134    280.308769
+PG24 -16420.821849  -2493.325237  20827.480223    419.387195
+PG25  19353.145599 -17041.125709   6274.611278     16.212869
+PG26  20700.017224  13026.169480 -11424.599509   -139.283340
+PG27  17422.025169  10596.461571  17861.092578    299.743865
+PG28 -10256.430064  22140.105958  10695.862699     63.269193
+PG29  20404.071745  -6733.000543 -15517.967859    235.227367
+PG30  17158.055235 -19658.038960   4672.658621     91.359241
+PG31  -6971.019846 -25360.561821   2946.300313    133.475643
+PG32 -18633.570243   -349.543036  19026.360438   -319.190134
+PR01  -6606.001150  16655.033062 -18140.312521 999999.999999
+PR02   9911.497937   6027.614701 -22706.463629 999999.999999
+PR03  10978.686837   3312.800091  22751.620727 999999.999999
+PR04 -24123.886828  -6157.457889   5520.725682 999999.999999
+PR05   6683.802616 -16703.387677  18081.254783 999999.999999
+PR06  -9266.970294  -6513.323909  22850.212496 999999.999999
+PR07 -19775.004922   9672.281947  12906.522464 999999.999999
+PR08 -18671.082616  17153.148628  -2798.145341 999999.999999
+PR09  -9443.499597 -19360.023973 -13619.104391 999999.999999
+PR10 -11008.656785  -3469.273140 -22780.217223 999999.999999
+PR11  -6239.095241  15548.781252 -19268.770029 999999.999999
+PR12   2108.189226  25047.200605  -3784.858668 999999.999999
+PR13   9595.106128  19487.716986  13334.025031 999999.999999
+PR15   5155.951353 -17288.218660  17990.713560 999999.999999
+PR16  -2274.340709 -25213.036940   3521.599692 999999.999999
+PR17  23516.759786   4893.753402  -8463.050505 999999.999999
+PR18  12937.780710  -5771.104145 -21162.073279 999999.999999
+PR19  -4828.338754 -12683.041417 -21600.363719 999999.999999
+PR20 -20470.479274 -12362.098720  -8961.159704 999999.999999
+PR21 -23639.416422  -4793.383571   8144.831352 999999.999999
+PR22 -13497.912106   5507.879120  20974.838939 999999.999999
+PR23   4993.879365  12677.390592  21556.125054 999999.999999
+PR24  20145.255038  12315.793945   9630.187435 999999.999999
+*  2011  8 29  9 30  0.00000000
+PG01 -16805.837119  -2394.713052  20418.360509     -8.794503
+PG02  14720.249663  21681.932414  -5652.623264    353.454557
+PG03 -17846.920652 -11770.282190 -16388.418970    761.135933
+PG04   4557.065192  24638.239802   8054.607164    215.446317
+PG05   9421.200511  12797.110796 -21278.970823   -210.682589
+PG06 -13360.851974 -14006.850751 -18148.382576    -84.139637
+PG07  -9876.577956  12894.089901 -20958.021070     24.211496
+PG08  -4364.618040  20029.269205 -16517.130435      9.022159
+PG09  16970.122938   7020.493244  18628.200878    102.203517
+PG10  -5858.405198  22615.741369 -12487.171695    -11.423783
+PG11 -20983.847634  -7237.325267  14478.996916   -181.130688
+PG12  19045.783803  -5527.939260  17590.109829     18.916759
+PG13 -22162.108187   5121.791155 -13915.144538    254.119629
+PG14   3207.441057 -14495.125712  22190.597964    169.520677
+PG15  26055.727934   4544.926141  -3289.712182   -108.598011
+PG16  -9832.259201 -11385.757455 -21856.313987   -194.591539
+PG17  -2149.543186  15103.814218  21882.162710    177.372570
+PG18  16724.371179 -20262.503450  -1746.687284    154.658990
+PG19 -24709.742594  -8651.519960  -5535.861110   -178.073138
+PG20 -19519.362618   7859.711735  16025.833921     52.283173
+PG21   8312.509277 -15986.714060 -18887.682083   -167.856938
+PG22   7875.965940 -23219.378274  10250.978179    144.946605
+PG23 -26291.300591    411.947149  -4934.449977    280.305986
+PG24 -17103.073236  -4710.693380  19899.399167    419.389980
+PG25  19010.360192 -16203.114082   8958.926139     16.214483
+PG26  19365.695105  12847.938912 -13807.263660   -139.294585
+PG27  18096.046196  12277.397715  15974.876566    299.747872
+PG28 -11064.152088  22782.914298   8071.949383     63.271734
+PG29  22010.408028  -6253.444534 -13382.195861    235.230384
+PG30  16991.473689 -18895.676115   7404.648522     91.356591
+PG31  -6599.959928 -24991.507714   5795.400661    133.480928
+PG32 -17230.382985  -2062.248358  20257.110081   -319.196345
+PR01  -8128.348553  18116.705686 -15994.653091 999999.999999
+PR02   7789.367189   7884.526920 -22962.493943 999999.999999
+PR03  11602.710932   6006.171013  21866.736539 999999.999999
+PR04 -24633.124464  -6164.490679   2350.333185 999999.999999
+PR05   8197.069682 -18160.067787  15925.941044 999999.999999
+PR06  -7137.524845  -8378.209046  23003.380858 999999.999999
+PR07 -18497.084831   8483.155331  15394.363898 999999.999999
+PR08 -18700.136916  17346.059012    398.962774 999999.999999
+PR09  -9860.718981 -20819.441129 -10885.110996 999999.999999
+PR10 -11636.491047  -6150.662824 -21891.324737 999999.999999
+PR11  -6647.067872  13104.848375 -20876.722690 999999.999999
+PR12   2134.931320  24370.398870  -6929.873522 999999.999999
+PR13  10055.668419  20903.784357  10565.498743 999999.999999
+PR15   5523.734065 -14971.997272  19868.374284 999999.999999
+PR16  -2322.775940 -24560.850460   6656.614509 999999.999999
+PR17  24374.970540   5036.331951  -5387.608757 999999.999999
+PR18  15355.300346  -5026.176028 -19676.492027 999999.999999
+PR19  -2270.634915 -11746.630312 -22530.298972 999999.999999
+PR20 -19308.471575 -11799.476416 -11831.587115 999999.999999
+PR21 -24460.604729  -4917.124776   5056.257281 999999.999999
+PR22 -15884.145298   4796.245786  19433.816652 999999.999999
+PR23   2428.545730  11771.146995  22490.788262 999999.999999
+PR24  18892.994676  11751.744826  12452.580642 999999.999999
+*  2011  8 29  9 45  0.00000000
+PG01 -17726.793922  -4474.073515  19256.760644     -8.795905
+PG02  14700.435213  22244.855612  -2925.123431    353.456177
+PG03 -15967.272203 -12059.910811 -18049.441629    761.140779
+PG04   3787.387548  23780.430993  10597.555905    215.456195
+PG05   8023.418718  14745.225670 -20569.174073   -210.687327
+PG06 -11180.274902 -14116.372132 -19457.258235    -84.130989
+PG07 -10977.757669  10716.764602 -21646.108554     24.212984
+PG08  -5201.810407  18192.487061 -18347.059272      9.021698
+PG09  17828.193298   8977.628631  16958.391759    102.203973
+PG10  -6814.410643  23501.605327 -10057.232697    -11.425629
+PG11 -21779.544458  -8664.652073  12456.182388   -181.133765
+PG12  17938.745785  -3734.446878  19171.477243     18.918974
+PG13 -23553.644101   4769.144339 -11533.189078    254.118111
+PG14   5664.903482 -14151.184302  21904.302762    169.522417
+PG15  25509.438368   4787.244600  -6044.732124   -108.596686
+PG16  -8335.940534 -13354.885930 -21331.657941   -194.593679
+PG17  -4596.507978  14827.976673  21670.903297    177.371294
+PG18  16795.960741 -19723.894571  -4533.735672    154.660825
+PG19 -23908.144764  -8747.653196  -8222.688400   -178.076882
+PG20 -18664.771615   6076.441908  17720.679969     52.283577
+PG21   9464.516235 -13951.884225 -19960.300074   -167.859026
+PG22   8717.273495 -23867.340181   7714.730865    144.946058
+PG23 -26674.004468    162.622153  -2132.185534    280.303281
+PG24 -17848.855314  -6774.231186  18632.668065    419.392934
+PG25  18548.351872 -15101.961438  11488.638496     16.216086
+PG26  17777.149069  12707.088531 -15964.528209   -139.306102
+PG27  18759.276144  13723.654867  13829.291705    299.750475
+PG28 -11657.995446  23224.241171   5309.509448     63.274367
+PG29  23385.432102  -5888.336092 -11014.742298    235.233202
+PG30  16720.510221 -17856.868519  10007.836582     91.353753
+PG31  -6076.531123 -24354.667990   8543.982803    133.485652
+PG32 -15843.681866  -3932.147656  21143.721949   -319.202503
+PR01  -9341.492665  19483.309965 -13537.925223 999999.999999
+PR02   5803.069276   9891.874230 -22772.039249 999999.999999
+PR03  12392.010203   8515.206996  20555.420376 999999.999999
+PR04 -24760.809608  -6036.175624   -865.756466 999999.999999
+PR05   9401.025641 -19520.228545  13461.251937 999999.999999
+PR06  -5154.436157 -10386.376801  22709.453447 999999.999999
+PR07 -17115.574310   6990.909670  17583.478102 999999.999999
+PR08 -18438.851855  17260.960762   3588.323083 999999.999999
+PR09 -10295.242385 -21906.093096  -7938.944897 999999.999999
+PR10 -12429.284800  -8646.046687 -20579.050267 999999.999999
+PR11  -7284.432830  10531.802523 -22080.243361 999999.999999
+PR12   2015.795906  23325.884191  -9938.972836 999999.999999
+PR13  10524.727032  21941.200952   7591.279246 999999.999999
+PR15   6122.799391 -12491.737279  21359.061945 999999.999999
+PR16  -2226.452153 -23542.212813   9662.977649 999999.999999
+PR17  24869.419423   5013.229255  -2206.987120 999999.999999
+PR18  17621.299384  -4512.393524 -17806.601066 999999.999999
+PR19    433.488188 -10978.215801 -23022.789811 999999.999999
+PR20 -17781.118255 -11235.588039 -14472.899866 999999.999999
+PR21 -24914.183851  -4882.017655   1868.865783 999999.999999
+PR22 -18109.828666   4315.572484  17517.350372 999999.999999
+PR23   -281.662875  11033.187365  22988.311132 999999.999999
+PR24  17280.596566  11197.668663  15032.773697 999999.999999
+*  2011  8 29 10  0  0.00000000
+PG01 -18679.795869  -6372.378832  17763.539761     -8.797562
+PG02  14554.442725  22542.192754   -148.729560    353.457818
+PG03 -13938.171762 -12459.357704 -19413.039505    761.145451
+PG04   2840.542192  22716.146183  12952.848767    215.466045
+PG05   6776.721979  16676.241905 -19505.024844   -210.692145
+PG06  -8875.828825 -14336.843396 -20429.467814    -84.122052
+PG07 -12221.657413   8554.427423 -21960.530843     24.214777
+PG08  -6219.055358  16235.061126 -19853.915239      9.021287
+PG09  18684.491418  10699.475119  14984.290888    102.205441
+PG10  -7577.303994  24191.765022  -7452.176656    -11.426376
+PG11 -22466.803760  -9882.254724  10218.572013   -181.137033
+PG12  16846.841842  -1747.848376  20421.439724     18.921426
+PG13 -24684.440882   4521.494048  -8954.873449    254.116347
+PG14   8086.430865 -13948.423915  21246.404073    169.523944
+PG15  24671.510868   5059.462261  -8696.746339   -108.595013
+PG16  -6990.790084 -15336.872848 -20437.955311   -194.595678
+PG17  -7012.565893  14682.879064  21090.822279    177.370308
+PG18  16729.901213 -18920.456817  -7240.392001    154.662477
+PG19 -22819.834590  -8858.122149 -10771.021010   -178.080705
+PG20 -17811.708403   4101.014333  19106.576768     52.284081
+PG21  10755.555283 -11885.137183 -20672.168773   -167.860970
+PG22   9374.409301 -24304.925978   5045.639792    144.945850
+PG23 -26752.887318    -58.412858    705.969128    280.300790
+PG24 -18626.924556  -8651.584995  17049.469862    419.395770
+PG25  18007.568972 -13738.897118  13820.060184     16.217663
+PG26  15961.639149  12637.633190 -17862.039467   -139.317826
+PG27  19370.818265  14921.168410  11458.302652    299.753504
+PG28 -12057.751335  23428.887125   2455.354054     63.276949
+PG29  24498.180740  -5610.037698  -8456.678002    235.236070
+PG30  16383.753850 -16542.737229  12436.221560     91.350971
+PG31  -5374.734399 -23481.326706  11144.793405    133.490596
+PG32 -14511.069432  -5931.127627  21672.680361   -319.208580
+PR01 -10243.567295  20693.345834 -10817.907716 999999.999999
+PR02   3999.121209  11998.286108 -22138.773956 999999.999999
+PR03  13306.413857  10782.520241  18842.992397 999999.999999
+PR04 -24490.670530  -5825.672645  -4065.011889 999999.999999
+PR05  10294.146437 -20722.492565  10735.056562 999999.999999
+PR06  -3363.103772 -12485.100508  21974.007206 999999.999999
+PR07 -15690.315185   5208.413135  19431.327918 999999.999999
+PR08 -17930.023500  16863.846937   6707.996497 999999.999999
+PR09 -10690.314607 -22604.614612  -4837.930451 999999.999999
+PR10 -13347.068706 -10898.875436 -18869.001910 999999.999999
+PR11  -8153.929381   7898.713551 -22855.800057 999999.999999
+PR12   1706.851184  21952.227537 -12753.345123 999999.999999
+PR13  10944.567568  22586.962800   4469.296542 999999.999999
+PR15   6961.174714  -9916.255901  22434.064720 999999.999999
+PR16  -1941.040026 -22194.020350  12482.435429 999999.999999
+PR17  24974.015750   4874.317595   1016.725775 999999.999999
+PR18  19671.674315  -4213.404099 -15588.690553 999999.999999
+PR19   3219.261216 -10404.425450 -23068.286235 999999.999999
+PR20 -15914.786595 -10725.163098 -16833.862384 999999.999999
+PR21 -24975.633284  -4738.524988  -1355.053447 999999.999999
+PR22 -20112.653152   4047.975013  15262.804412 999999.999999
+PR23  -3071.835374  10489.468900  23039.010546 999999.999999
+PR24  15337.292361  10707.339049  17320.515483 999999.999999
+*  2011  8 29 10 15  0.00000000
+PG01 -19626.977292  -8063.338893  15964.405280     -8.797935
+PG02  14250.446747  22589.321599   2630.154349    353.459522
+PG03 -11799.711246 -12980.847656 -20456.879139    761.149803
+PG04   1704.573023  21483.507646  15078.647915    215.476161
+PG05   5691.882846  18544.326948 -18104.546946   -210.696946
+PG06  -6492.373560 -14678.115510 -21047.322165    -84.113268
+PG07 -13587.557569   6452.829670 -21896.583558     24.216272
+PG08  -7415.740768  14207.817828 -21012.518164      9.021183
+PG09  19496.607281  12166.395279  12742.517526    102.206684
+PG10  -8164.593887  24651.358229  -4716.888307    -11.427928
+PG11 -23011.087099 -10891.681216   7805.577563   -181.140238
+PG12  15808.051905    401.493725  21318.861975     18.923811
+PG13 -25527.924698   4345.881020  -6223.908025    254.114684
+PG14  10422.900543 -13881.067385  20227.462075    169.525475
+PG15  23558.552357   5395.300627 -11200.482398   -108.593524
+PG16  -5812.618032 -17284.385966 -19189.847363   -194.597582
+PG17  -9349.880059  14662.610297  20151.002589    177.368736
+PG18  16561.397645 -17846.204259  -9818.297698    154.664064
+PG19 -21462.272359  -9017.923184 -13137.750139   -178.084160
+PG20 -16994.673590   1961.853934  20159.244707     52.284739
+PG21  12169.660470  -9832.970766 -21011.757819   -167.863860
+PG22   9868.084028 -24502.645426   2289.468468    144.945439
+PG23 -26525.826355   -288.457833   3532.245466    280.298021
+PG24 -19401.800691 -10317.249116  15177.198440    419.399930
+PG25  17428.764246 -12123.906270  15912.923232     16.219374
+PG26  13952.856182  12668.522103 -19469.621700   -139.329145
+PG27  19888.704528  15863.917113   8899.664516    299.757388
+PG28 -12289.850630  23367.695851   -441.469373     63.279504
+PG29  25325.110357  -5386.203747  -5752.348680    235.239139
+PG30  16020.045229 -14963.371404  14646.544161     91.348285
+PG31  -4475.345390 -22408.775463  13553.419195    133.495512
+PG32 -13265.095865  -8025.084072  21836.503836   -319.214735
+PR01 -10845.319866  21688.283338  -7887.505667 999999.999999
+PR02   2414.069547  14145.427877 -21074.989541 999999.999999
+PR03  14296.926971  12760.225266  16762.667976 999999.999999
+PR04 -23819.637511  -5588.663297  -7185.221458 999999.999999
+PR05  10887.486240 -21708.501439   7800.309105 999999.999999
+PR06  -1798.672004 -14614.964278  20811.213305 999999.999999
+PR07 -14279.325328   3160.680939  20901.979799 999999.999999
+PR08 -17223.953770  16131.555013   9697.418449 999999.999999
+PR09 -10988.651445 -22913.062444  -1642.499775 999999.999999
+PR10 -14341.176934 -12862.107750 -16794.406613 999999.999999
+PR11  -9245.657126   5275.131303 -23188.114128 999999.999999
+PR12   1172.814369  20298.271512 -15318.159318 999999.999999
+PR13  11257.419041  22841.632117   1260.338972 999999.999999
+PR15   8034.128973  -7315.962601  23072.812709 999999.999999
+PR16  -1430.585118 -20563.415176  15060.238482 999999.999999
+PR17  24675.508683   4673.831569   4220.588652 999999.999999
+PR18  21448.493992  -4101.575759 -13065.941448 999999.999999
+PR19   6017.951199 -10040.161992 -22665.909064 999999.999999
+PR20 -13747.826426 -10317.866754 -18868.623203 999999.999999
+PR21 -24633.381960  -4541.148811  -4552.491853 999999.999999
+PR22 -21836.763725   3964.577761  12713.949675 999999.999999
+PR23  -5873.204527  10154.219852  22641.889585 999999.999999
+PR24  13104.063748  10328.958895  19271.233436 999999.999999
+*  2011  8 29 10 30  0.00000000
+PG01 -20527.610618  -9528.512007  13890.337090     -8.798128
+PG02  13760.925450  22408.443077   5365.158680    353.460941
+PG03  -9594.286720 -13629.546714 -21163.666447    761.154422
+PG04    375.346031  20124.177382  16937.271273    215.486087
+PG05   4771.583273  20303.529148 -16391.612043   -210.701907
+PG06  -4076.809393 -15142.437801 -21299.255359    -84.104809
+PG07 -15047.503694   4453.597427 -21456.092241     24.217979
+PG08  -8782.380432  12161.649579 -21804.089920      9.021696
+PG09  20221.124523  13368.245828  10274.274193    102.208840
+PG10  -8600.256888  24851.327625  -1898.893788    -11.429211
+PG11 -23380.443123 -11701.696589   5259.231024   -181.143338
+PG12  14855.200303   2676.546528  21848.761564     18.925737
+PG13 -26065.664994   4205.465639  -3386.701454    254.113428
+PG14  12627.386799 -13935.258173  18864.142719    169.527404
+PG15  22194.838564   5824.961891 -13513.118280   -108.591956
+PG16  -4808.867069 -19148.893977 -17608.247759   -194.599597
+PG17 -11562.702979  14753.477953  18866.662538    177.367515
+PG18  16327.433884 -16503.830642 -12221.201661    154.666063
+PG19 -19860.594457  -9258.575378 -15282.667712   -178.087941
+PG20 -16243.612693   -306.190755  20860.280058     52.284827
+PG21  13683.600823  -7838.978514 -20974.602150   -167.865453
+PG22  10224.561661 -24437.204820   -506.296447    144.945243
+PG23 -25999.247109   -564.417257   6299.081057    280.295188
+PG24 -20135.149517 -11753.310721  13047.979259    419.403210
+PG25  16851.327328 -10275.528785  17731.082636     16.220954
+PG26  11789.830016  12822.525532 -20761.639798   -139.340407
+PG27  20271.477177  16554.053678   6194.469290    299.760219
+PG28 -12386.226557  23018.869202  -3330.506259     63.281980
+PG29  25850.921389  -5181.230886  -2948.589027    235.241976
+PG30  15666.820073 -13137.675765  16599.136821     91.345378
+PG31  -3366.819418 -21178.820627  15729.025877    133.500548
+PG32 -12132.159239 -10175.069512  21633.766693   -319.220874
+PR01 -11169.394909  22415.063922  -4803.717177 999999.999999
+PR02   1073.168902  16270.284911 -19601.357229 999999.999999
+PR03  15307.847861  14411.712507  14354.917653 999999.999999
+PR04 -22758.051283  -5380.757005 -10165.708809 999999.999999
+PR05  11203.950840 -22425.407469   4714.020056 999999.999999
+PR06   -484.766627 -16712.197343  19243.571555 999999.999999
+PR07 -12936.376663    884.102726  21966.803802 999999.999999
+PR08 -16376.181575  15052.950340  12498.574276 999999.999999
+PR09 -11135.080336 -22842.863684   1584.997874 999999.999999
+PR10 -15356.336223 -14499.902126 -14395.465345 999999.999999
+PR11 -10537.330845   2728.399374 -23070.472602 999999.999999
+PR12    388.788325  18421.084665 -17583.642361 999999.999999
+PR13  11408.101883  22719.157186  -1973.140490 999999.999999
+PR15   9324.225936  -4760.107090  23263.252170 999999.999999
+PR16   -669.284202 -18705.884684  17346.204119 999999.999999
+PR17  23974.095375   4467.812631   7342.057442 999999.999999
+PR18  22902.304248  -4139.374440 -10287.580092 999999.999999
+PR19   8759.478032  -9888.029344 -21823.466547 999999.999999
+PR20 -11329.191866 -10056.066161 -20537.604372 999999.999999
+PR21 -23889.345264  -4345.859482  -7660.978143 999999.999999
+PR22 -23234.915356   4026.948428   9920.116276 999999.999999
+PR23  -8615.767902  10029.388856  21804.657705 999999.999999
+PR24  10632.145054  10102.980976  20846.909086 999999.999999
+*  2011  8 29 10 45  0.00000000
+PG01 -21339.699906 -10757.816426  11577.053743     -8.798424
+PG02  13063.839091  22027.651605   8010.651564    353.462401
+PG03  -7365.212501 -14403.267347 -21521.399939    761.159228
+PG04  -1143.068303  18681.711201  18495.918774    215.495876
+PG05   4010.466030  21909.446662 -14395.545317   -210.706663
+PG06  -1676.446148 -15724.265750 -21180.088216    -84.095997
+PG07 -16567.306225   2592.812788 -20647.331405     24.219669
+PG08 -10300.899624  10145.634963 -22216.491921      9.021693
+PG09  20815.433517  14304.480488   7624.451663    102.210894
+PG10  -8913.623168  24769.661119    952.486281    -11.431139
+PG11 -23546.755705 -12327.679747   2623.431186   -181.146176
+PG12  14014.731592   5034.859672  22002.534279     18.927951
+PG13 -26288.041253   4061.112319   -491.601949    254.111497
+PG14  14656.773477 -14089.627380  17178.989897    169.529132
+PG15  20611.475063   6373.785695 -15595.001476   -108.590795
+PG16  -3978.450678 -20882.444462 -15720.023259   -194.601577
+PG17 -13608.948814  14934.557405  17258.959303    177.366391
+PG18  16065.144923 -14904.816518 -14405.891046    154.667593
+PG19 -18046.798426  -9606.763804 -17169.122842   -178.091377
+PG20 -15582.744272  -2663.006251  21197.491133     52.285360
+PG21  15267.746261  -5942.264435 -20563.272436   -167.868232
+PG22  10474.463980 -24092.508674  -3293.265729    144.944853
+PG23 -25187.892958   -921.224040   8959.867573    280.292664
+PG24 -20787.277370 -12949.910469  10698.124667    419.405994
+PG25  16311.682054  -8220.330540  19243.146746     16.222560
+PG26   9515.670821  13115.346249 -21717.312314   -139.351843
+PG27  20479.791545  17001.756681   3386.631577    299.762214
+PG28 -12382.936474  22369.029827  -6160.795712     63.284964
+PG29  26069.071345  -4957.837727    -93.895629    235.244642
+PG30  15358.500346 -11092.864853  18258.723973     91.342444
+PG31  -2045.890433 -19836.144516  17635.016781    133.505624
+PG32 -11131.656147 -12338.609604  21069.033116   -319.227009
+PR01 -11249.121087  22828.390727  -1626.519404 999999.999999
+PR02    -10.454001  18307.660359 -17746.526919 999999.999999
+PR03  16279.193282  15712.951562  11666.677342 999999.999999
+PR04 -21329.325646  -5254.906493 -12948.518256 999999.999999
+PR05  11277.077585 -22828.153848   1536.147587 999999.999999
+PR06    567.274705 -18711.210773  17301.481204 999999.999999
+PR07 -11708.769540  -1574.807820  22605.033425 999999.999999
+PR08 -15445.012256  13629.615683  15057.123103 999999.999999
+PR09 -11079.106664 -22418.212518   4781.530880 999999.999999
+PR10 -16333.044065 -15788.848415 -11718.580685 999999.999999
+PR11 -11995.070010    321.065887 -22504.878080 999999.999999
+PR12   -658.456619  16383.594465 -19506.041357 999999.999999
+PR13  11346.574782  22246.144788  -5168.248706 999999.999999
+PR15  10801.925911  -2314.095840  23002.051550 999999.999999
+PR16    357.159954 -16683.026444  19295.699146 999999.999999
+PR17  22883.476728   4311.481649  10320.226477 999999.999999
+PR18  23994.092041  -4281.176836  -7307.905023 999999.999999
+PR19  11375.091825  -9938.292520 -20557.303733 999999.999999
+PR20  -8716.630059  -9972.914783 -21808.273350 999999.999999
+PR21 -22758.906675  -4207.467729 -10619.822106 999999.999999
+PR22 -24270.285461   4188.932312   6935.249577 999999.999999
+PR23 -11230.965156  10104.628863  20543.581772 999999.999999
+PR24   7981.104118  10060.270334  22016.825283 999999.999999
+*  2011  8 29 11  0  0.00000000
+PG01 -22021.636894 -11749.720000   9064.396375     -8.800038
+PG02  12143.615704  21479.804635  10522.430624    353.463736
+PG03  -5155.306618 -15292.440707 -21523.564981    761.163764
+PG04  -2838.353492  17199.849746  19727.293726    215.505953
+PG05   3395.506619  23320.852428 -12150.631983   -210.711503
+PG06    662.651987 -16410.389785 -20691.176416    -84.087019
+PG07 -18107.785037    899.823698 -19484.835371     24.221199
+PG08 -11945.266020   8205.268814 -22244.327299      9.022341
+PG09  21239.491466  14983.860073   4840.688820    102.212152
+PG10  -9138.035575  24392.373777   3787.041638    -11.431622
+PG11 -23486.841038 -12790.784618    -56.812916   -181.149645
+PG12  13305.752128   7430.024531  21778.066389     18.930253
+PG13 -26194.589980   3873.073120   2411.902365    254.109639
+PG14  16473.238194 -14316.160961  15200.100259    169.530758
+PG15  18845.308863   7061.092369 -17410.321208   -108.589161
+PG16  -3311.936153 -22439.443036 -13557.557246   -194.603715
+PG17 -15451.642966  15178.534528  15354.690302    177.365038
+PG18  15810.182633 -13069.177014 -16333.068540    154.669419
+PG19 -16058.679670 -10083.162652 -18764.633776   -178.095337
+PG20 -15029.629954  -5064.583281  21165.116425     52.285963
+PG21  16887.199712  -4176.081039 -19787.186171   -167.870049
+PG22  10651.399144 -23460.399106  -6022.999193    144.944405
+PG23 -24114.300958  -1390.335491  11469.686639    280.289882
+PG24 -21318.681960 -13905.405153   8167.532532    419.409803
+PG25  15841.811690  -5992.066820  20423.023869     16.224183
+PG26   7176.182887  13554.981083 -22320.976690   -139.363088
+PG27  20477.987938  17224.800364    522.310601    299.765379
+PG28 -12318.592275  21413.977003  -8881.826727     63.287774
+PG29  25981.957699  -4678.710560   2762.425545    235.247475
+PG30  15125.002787  -8863.617615  19595.150545     91.339585
+PG31   -517.845225 -18426.586168  19239.603236    133.510730
+PG32 -10275.406900 -14471.139425  20152.710239   -319.233211
+PR01 -11126.854306  22892.710859   1582.303739 999999.999999
+PR02   -836.116581  20192.782227 -15546.569919 999999.999999
+PR03  17149.327883  16653.268079   8750.424217 999999.999999
+PR04 -19569.078108  -5258.942782 -15479.546281 999999.999999
+PR05  11149.374260 -22881.446968  -1671.569150 999999.999999
+PR06   1358.646215 -20547.230811  15022.655652 999999.999999
+PR07 -10635.396593  -4161.090761  22804.174337 999999.999999
+PR08 -14488.949884  11876.017469  17323.448433 999999.999999
+PR09 -10777.294077 -21674.940423   7884.638076 999999.999999
+PR10 -17210.137627 -16718.690732  -8815.470988 999999.999999
+PR11 -13574.692626  -1891.501758 -21502.031837 999999.999999
+PR12  -1969.708201  14252.003042 -21048.452204 999999.999999
+PR13  11030.271612  21460.617500  -8262.882618 999999.999999
+PR15  12426.708860    -36.987872  22294.637619 999999.999999
+PR16   1650.665291 -14560.069378  20870.523521 999999.999999
+PR17  21430.358472   4256.653555  13097.034516 999999.999999
+PR18  24696.823926  -4475.440358  -4185.206200 999999.999999
+PR19  13800.000787 -10169.372794 -18891.987377 999999.999999
+PR20  -5974.510176 -10090.835756 -22655.782355 999999.999999
+PR21 -21270.345196  -4177.054156 -13371.319250 999999.999999
+PR22 -24917.871184   4398.808869   3816.886814 999999.999999
+PR23 -13654.300807  10357.816043  18883.170718 999999.999999
+PR24   5216.581025  10220.687112  22758.170100 999999.999999
+*  2011  8 29 11 15  0.00000000
+PG01 -22533.855203 -12511.101383   6395.640963     -8.800418
+PG02  10991.909589  20801.230721  12858.397006    353.465285
+PG03  -3005.493266 -16280.358756 -21169.266767    761.168299
+PG04  -4690.248248  15720.819799  20610.104598    215.515824
+PG05   2906.691886  24501.211741  -9695.532248   -210.716259
+PG06   2897.280135 -17180.384024 -19840.436428    -84.078353
+PG07 -19626.209242   -603.675459 -17989.107209     24.222713
+PG08 -13682.432964   6380.869645 -21888.914097      9.022885
+PG09  21457.456107  15423.795403   1972.415271    102.213956
+PG10  -9309.335533  23714.185028   6554.615842    -11.432913
+PG11 -23183.356577 -13116.903377  -2736.129282   -181.152506
+PG12  12739.372032   9813.282642  21179.734467     18.932591
+PG13 -25794.016170   3602.706920   5274.012464    254.107825
+PG14  18045.551821 -14581.337902  12960.701967    169.532370
+PG15  16937.630012   7899.257746 -18927.722947   -108.587613
+PG16  -2792.068119 -23778.362135 -11158.201454   -194.605719
+PG17 -17060.192825  15452.813757  13185.893001    177.363480
+PG18  15595.147673 -11024.857002 -17968.150896    154.671168
+PG19 -13938.555600 -10701.483176 -20041.446283   -178.099011
+PG20 -14594.523799  -7464.541802  20763.920483     52.286360
+PG21  18503.139109  -2566.743297 -18662.274547   -167.872207
+PG22  10790.467814 -22541.099824  -8647.872422    144.944209
+PG23 -22808.001878  -1998.355875  13786.025134    280.287117
+PG24 -21691.602954 -14626.229202   5499.036835    419.414852
+PG25  15467.969957  -3630.569790  21250.375372     16.225843
+PG26   4818.392978  14141.351410 -22562.307445   -139.374397
+PG27  20235.578073  17247.847260  -2350.733182    299.768408
+PG28 -12232.660480  20159.091803 -11444.528962     63.290134
+PG29  25600.764938  -4308.149434   5571.121062    235.250538
+PG30  14990.431144  -6490.921641  20584.017298     91.336722
+PG31   1203.532883 -16995.408395  20516.281235    133.515908
+PG32  -9567.369739 -16527.508464  18900.826693   -319.239401
+PR01 -10851.948279  22583.805612   4760.368767 999999.999999
+PR02  -1415.364815  21863.910875 -13044.276128 999999.999999
+PR03  17857.684827  17235.560967   5663.137025 999999.999999
+PR04 -17523.764853  -5433.334998 -17709.596583 999999.999999
+PR05  10870.287988 -22561.337371  -4846.811834 999999.999999
+PR06   1902.782093 -22158.918568  12451.391786 999999.999999
+PR07  -9745.177087  -6813.376913  22560.253873 999999.999999
+PR08 -13564.140769   9819.141239  19253.615460 999999.999999
+PR09 -10195.354816 -20658.907870  10833.672756 999999.999999
+PR10 -17927.447438 -17292.513995  -5742.187014 999999.999999
+PR11 -15223.461876  -3863.199179 -20081.148749 999999.999999
+PR12  -3533.074867  12093.097463 -22181.500607 999999.999999
+PR13  10426.128941  20410.309977 -11196.940470 999999.999999
+PR15  14148.670375   2020.727951  21155.063256 999999.999999
+PR16   3200.419120 -12403.252878  22039.676642 999999.999999
+PR17  19653.419367   4349.306094  15618.410186 999999.999999
+PR18  24996.492092  -4667.135764   -980.599605 999999.999999
+PR19  15975.841334 -10548.857073 -16859.832125 999999.999999
+PR20  -3171.381012 -10420.469126 -23063.462483 999999.999999
+PR21 -19463.733939  -4299.567867 -15861.890651 999999.999999
+PR22 -25165.416725   4601.680860    625.072294 999999.999999
+PR23 -15827.803916  10756.081554  16855.699690 999999.999999
+PR24   2407.778695  10592.150507  23056.485424 999999.999999
+*  2011  8 29 11 30  0.00000000
+PG01 -22840.418298 -13056.788964   3616.750839     -8.801806
+PG02   9608.105319  20030.320507  14979.205532    353.466737
+PG03   -953.467923 -17343.681294 -20463.298790    761.173460
+PG04  -6671.176606  14283.718153  21129.436503    215.526136
+PG05   2517.979199  25420.032551  -7072.614298   -210.721135
+PG06   4988.599642 -18007.360394 -18642.245181    -84.069718
+PG07 -21077.875998  -1904.261288 -16186.233387     24.224241
+PG08 -15473.550686   4706.221840 -21158.138585      9.022783
+PG09  21439.128997  15649.363775   -930.097850    102.215984
+PG10  -9464.238410  22738.857258   9206.066525    -11.434061
+PG11 -22625.492909 -13335.474925  -5369.510464   -181.155820
+PG12  12318.370137  12135.221336  20218.295238     18.934897
+PG13 -25103.865812   3214.168220   8045.464045    254.106261
+PG14  19350.142486 -14847.499401  10498.640288    169.534077
+PG15  14932.710667   8893.056432 -20120.854902   -108.586172
+PG16  -2394.613934 -24863.309438  -8563.624401   -194.607860
+PG17 -18411.428920  15720.852316  10789.345674    177.362811
+PG18  15448.158126  -8806.797559 -19281.965699    154.672891
+PG19 -11731.820990 -11467.784398 -20977.029172   -178.102704
+PG20 -14280.026655  -9815.750836  20001.166140     52.286687
+PG21  20074.305779  -1132.855694 -17210.524202   -167.874559
+PG22  10926.706308 -21343.343025 -11121.941440    144.943791
+PG23 -21304.471724  -2765.836080  15869.461332    280.284469
+PG24 -21871.516179 -15126.462186   2737.718863    419.419108
+PG25  15209.628370  -1180.402689  21710.967307     16.227580
+PG26   2489.037444  14866.214798 -22436.486745   -139.385787
+PG27  19728.590428  17101.477922  -5183.846455    299.772575
+PG28 -12163.702538  18619.361562 -13802.273177     63.292885
+PG29  24944.983434  -3813.649348   8283.845522    235.253417
+PG30  14972.011663  -4020.651383  21207.203386     91.333976
+PG31   3096.344118 -15585.616378  21444.211194    133.521087
+PG32  -9003.648930 -18463.502348  17334.742608   -319.245494
+PR01 -10478.439676  21889.921234   7845.910462 999999.999999
+PR02  -1771.236091  23264.837725 -10288.319230 999999.999999
+PR03  18347.459967  17475.950913   2465.162542 999999.999999
+PR04 -15248.877227  -5809.270579 -19595.337875 999999.999999
+PR05  10493.890834 -21856.342231  -7927.896156 999999.999999
+PR06   2224.541734 -23490.865881   9637.707753 999999.999999
+PR07  -9055.927322  -9466.200818  21877.906036 999999.999999
+PR08 -12721.935670   7497.610920  20810.217079 999999.999999
+PR09  -9309.858422 -19423.986656  13571.011080 999999.999999
+PR10 -18428.426460 -17526.387954  -2558.048426 999999.999999
+PR11 -16882.214671  -5558.877376 -18269.605707 999999.999999
+PR12  -5324.291800   9971.568883 -22883.865434 999999.999999
+PR13   9512.218011  19150.577613 -13913.489878 999999.999999
+PR15  15910.522671   3818.984386  19605.711402 999999.999999
+PR16   4983.067840 -10277.172273  22779.989821 999999.999999
+PR17  17601.791348   4627.407618  17835.333106 999999.999999
+PR18  24892.622631  -4800.336044   2243.197423 999999.999999
+PR19  17852.888513 -11034.978923 -14500.276669 999999.999999
+PR20   -377.356886 -10960.128620 -23023.162376 999999.999999
+PR21 -17389.358100  -4611.698003 -18043.134324 999999.999999
+PR22 -25013.834657   4741.997502  -2578.770176 999999.999999
+PR23 -17702.222782  11257.312386  14500.582679 999999.999999
+PR24   -375.190263  11170.224097  22905.951354 999999.999999
+*  2011  8 29 11 45  0.00000000
+PG01 -22910.479324 -13408.796144    775.582579     -8.803378
+PG02   7999.547911  19206.049065  16848.884472    353.468280
+PG03    967.530010 -18453.194922 -19416.142837    761.177339
+PG04  -8747.178431  12923.045788  21276.985925    215.536170
+PG05   2198.498730  26053.994814  -4327.216890   -210.726037
+PG06   6903.476305 -18859.000243 -17117.212479    -84.060927
+PG07 -22417.767794  -2997.077271 -14107.412753     24.225749
+PG08 -17275.392234   3207.498291 -20066.199794      9.023711
+PG09  21161.156048  15692.051520  -3816.656736    102.216796
+PG10  -9638.667367  21479.176538  11694.218762    -11.434203
+PG11 -21809.428227 -13478.185387  -7913.012663   -181.158937
+PG12  12037.191914  14347.491911  18910.669708     18.937047
+PG13 -24149.868794   2675.999727  10678.375891    254.104855
+PG14  20371.880970 -15074.399464   7855.774832    169.535898
+PG15  12876.235605  10039.300683 -20968.836719   -108.584238
+PG16  -2089.498433 -25665.390623  -5819.068189   -194.609783
+PG17 -19490.373234  15943.671631   8205.973866    177.361067
+PG18  15391.619210  -6455.713587 -20251.326687    154.674785
+PG19  -9485.385162 -12380.075841 -21554.497569   -178.106585
+PG20 -14081.058323 -12071.978308  18890.464654     52.286965
+PG21  21558.572227    115.126666 -15459.415423   -167.876914
+PG22  11093.529882 -19884.170316 -13401.787234    144.943702
+PG23 -19643.870739  -3706.295302  17684.313042    280.281712
+PG24 -21828.517587 -15427.119405    -69.812231    419.421872
+PG25  15078.701008   1310.667421  21796.914513     16.229220
+PG26    233.053800  15713.363102 -21944.325258   -139.397167
+PG27  18940.719517  16820.982093  -7928.253080    299.775393
+PG28 -12147.632209  16819.010334 -15911.853128     63.295596
+PG29  24041.620571  -3167.354414  10853.995198    235.256174
+PG30  15079.321290  -1501.938110  21453.259360     91.331163
+PG31   5131.257627 -14236.389324  22008.499550    133.526043
+PG32  -8572.792405 -20237.329893  15480.796539   -319.251544
+PR01 -10062.546937  20812.392356  10778.985935 999999.999999
+PR02  -1937.032761  24347.170289  -7332.306258 999999.999999
+PR03  18568.162796  17402.875979   -780.987577 999999.999999
+PR04 -12806.775349  -6407.137666 -21100.145707 999999.999999
+PR05  10076.380718 -20768.061609 -10854.972264 999999.999999
+PR06   2358.907185 -24495.861923   6636.365898 999999.999999
+PR07  -8573.714505 -12052.494593  20770.289809 999999.999999
+PR08 -12006.672879   4960.328063  21963.092872 999999.999999
+PR09  -8109.483841 -18029.719941  16043.198777 999999.999999
+PR10 -18662.646079 -17448.484348    675.480963 999999.999999
+PR11 -18487.784559  -6955.573864 -16102.428490 999999.999999
+PR12  -7307.553379   7947.452562 -23142.638229 999999.999999
+PR13   8278.912253  17742.007068 -16359.869807 999999.999999
+PR15  17649.916407   5329.542207  17676.842549 999999.999999
+PR16   6963.444166  -8242.201342  23076.610552 999999.999999
+PR17  15333.117269   5119.097097  19704.789197 999999.999999
+PR18  24398.224414  -4820.848193   5423.123121 999999.999999
+PR19  19391.915323 -11578.508889 -11859.121449 999999.999999
+PR20   2338.560813 -11695.792585 -22535.423913 999999.999999
+PR21 -15105.721134  -5140.109426 -19872.766812 999999.999999
+PR22 -24477.105216   4766.108033  -5732.988393 999999.999999
+PR23 -19238.863602  11812.057701  11863.605588 999999.999999
+PR24  -3063.989911  11938.240585  22309.500753 999999.999999
+*  2011  8 29 12  0  0.00000000
+PG01 -22719.555852 -13595.283474  -2078.940805     -8.804350
+PG02   6181.488274  18366.480699  18435.418098    353.469871
+PG03   2729.794416 -19574.803101 -18043.895833    761.182078
+PG04 -10879.098879  11667.452190  21051.156681    215.546489
+PG05   1913.951268  26387.813654  -1506.854762   -210.730594
+PG06   8615.594381 -19698.823247 -15291.828403    -84.052573
+PG07 -23602.225636  -3885.800798 -11788.409196     24.227413
+PG08 -19041.934918   1902.496316 -18633.257570      9.023502
+PG09  20607.946113  15588.283642  -6638.015406    102.220093
+PG10  -9866.117913  19956.572267  13974.787198    -11.435166
+PG11 -20738.533821 -13577.609322 -10324.419582   -181.161857
+PG12  11882.277590  16404.485728  17279.627253     18.939464
+PG13 -22964.974370   1962.565443  13127.086402    254.103572
+PG14  21104.554040 -15220.879126   5077.295260    169.537827
+PG15  10813.682585  11326.791281 -21456.641492   -108.582933
+PG16  -1842.182561 -26163.809006  -2972.528159   -194.611780
+PG17 -20290.701195  16081.488621   5480.169775    177.360004
+PG18  15441.248793  -4016.636351 -20859.472333    154.676169
+PG19  -7246.046850 -13428.231766 -21762.954661   -178.109965
+PG20 -13985.147039 -14189.505276  17451.508082     52.287300
+PG21  22914.522595   1174.997990 -13441.279423   -167.879688
+PG22  11321.240334 -18188.412222 -15447.321811    144.943311
+PG23 -17869.613472  -4825.502679  19199.238757    280.279033
+PG24 -21538.547056 -15555.192106  -2876.160779    419.424265
+PG25  15079.076818   3793.319581  21506.813122     16.230905
+PG26  -1907.876867  16659.105175 -21092.329664   -139.408112
+PG27  17864.226781  16444.946173 -10535.879062    299.779065
+PG28 -12216.069524  14790.740693 -17734.418844     63.298886
+PG29  22924.136463  -2347.328277  13237.505297    235.259244
+PG30  15313.845103   1014.600065  21317.657681     91.328526
+PG31   7272.473210 -12981.680928  22200.382585    133.531037
+PG32  -8256.365739 -21811.026116  13369.894132   -319.257574
+PR01  -9660.089562  19365.731693  13502.641002 999999.999999
+PR02  -1954.659474  25072.307548  -4233.730231 999999.999999
+PR03  18477.913465  17055.674394  -4011.883589 999999.999999
+PR04 -10264.249456  -7235.474364 -22194.812184 999999.999999
+PR05   9673.503996 -19311.261997 -13571.188821 999999.999999
+PR06   2349.248833 -25136.834561   3505.800184 999999.999999
+PR07  -8292.721248 -14506.159874  19258.841668 999999.999999
+PR08 -11453.774831   2264.686848  22689.907937 999999.999999
+PR09  -6595.759864 -16538.761139  18202.011672 999999.999999
+PR10 -18588.055744 -17097.704170   3895.959328 999999.999999
+PR11 -19975.618301  -8043.230320 -13621.625308 999999.999999
+PR12  -9436.833487   6073.793548 -22953.516432 999999.999999
+PR13   6729.541184  16247.830198 -18488.705334 999999.999999
+PR15  19301.986478   6536.896572  15405.995622 999999.999999
+PR16   9095.805697  -6352.100234  22923.326793 999999.999999
+PR17  12911.269639   5841.293847  21190.601539 999999.999999
+PR18  23539.181692  -4678.772543   8497.032797 999999.999999
+PR19  20565.624062 -12124.974426  -8987.642165 999999.999999
+PR20   4911.116130 -12601.631435 -21609.490301 999999.999999
+PR21 -12677.225093  -5900.117486 -21315.436823 999999.999999
+PR22 -23581.658184   4624.740992  -8776.856996 999999.999999
+PR23 -20410.996957  12365.759855   8996.034491 999999.999999
+PR24  -5594.668781  12867.961123  21278.761746 999999.999999
+*  2011  8 29 12 15  0.00000000
+PG01 -22250.569762 -13649.288743  -4897.674843     -8.807112
+PG02   4176.742133  17547.308732  19711.284598    353.471515
+PG03   4312.040081 -20670.718482 -16368.118493    761.188087
+PG04 -13023.984676  10538.739162  20457.019204    215.555688
+PG05   1628.145888  26414.801544   1339.618434   -210.735850
+PG06  10106.299744 -20487.642606 -13197.991390    -84.043992
+PG07 -24590.575819  -4582.286091  -9268.937909     24.228851
+PG08 -20726.034662    800.206587 -16884.996968      9.023813
+PG09  19772.282020  15377.806282  -9346.683974    102.222407
+PG10 -10176.124917  18200.389139  16007.242800    -11.436179
+PG11 -19423.327498 -13665.840627 -12563.865679   -181.164964
+PG12  11832.705286  18264.905854  15353.376626     18.941691
+PG13 -21588.113594   1055.266140  15348.963035    254.100912
+PG14  21551.003537 -15246.600292   2210.964548    169.539380
+PG15   8788.713512  12736.585169 -21575.383158   -108.581193
+PG16  -1615.229451 -26346.655249    -73.872481   -194.613760
+PG17 -20814.875225  16095.403245   2659.034311    177.358633
+PG18  15605.400803  -1537.285583 -21096.357448    154.678297
+PG19  -5058.866173 -14594.225380 -21597.742942   -178.114036
+PG20 -13973.022636 -16128.640853  15709.690786     52.287897
+PG21  24102.982316   2052.572546 -11192.597014   -167.881511
+PG22  11635.660196 -16287.864453 -17222.537717    144.943075
+PG23 -16026.820041  -6121.048342  20387.782527    280.276459
+PG24 -20984.407567 -15542.472363  -5633.898954    419.427282
+PG25  15206.477400   6218.388053  20845.759481     16.232536
+PG26  -3896.690230  17673.024817 -19892.711654   -139.418846
+PG27  16500.545953  16013.682421 -12960.221590    299.782402
+PG28 -12394.869038  12574.611810 -19236.330762     63.301259
+PG29  21631.146962  -1338.591721  15393.597406    235.262225
+PG30  15668.884356   3478.692318  20802.892304     91.325699
+PG31   9478.921374 -11849.037017  22017.314102    133.536047
+PG32  -8029.781065 -23151.724929  11037.042767   -319.263803
+PR01  -9323.937758  17577.182193  15964.015876 999999.999999
+PR02  -1872.595845  25413.022644  -1052.846686 999999.999999
+PR03  18045.386336  16482.717051  -7164.441085 999999.999999
+PR04  -7689.910764  -8290.429688 -22858.110175 999999.999999
+PR05   9338.009246 -17513.423118 -16023.797746 999999.999999
+PR06   2245.233892 -25388.384038    306.969610 999999.999999
+PR07  -8195.626420 -16764.611391  17372.866315 999999.999999
+PR08 -11088.237578   -525.561825  22976.581095 999999.999999
+PR09  -4783.261283 -15014.202177  20005.407729 999999.999999
+PR10 -18172.912340 -16521.871856   7041.153550 999999.999999
+PR11 -21282.476349  -8824.865823 -10875.378601 999999.999999
+PR12 -11657.635434   4394.631682 -22320.831091 999999.999999
+PR13   4880.503338  14731.250577 -20258.816170 999999.999999
+PR15  20802.016169   7438.649123  12837.254485 999999.999999
+PR16  11325.536619  -4651.910193  22322.722353 999999.999999
+PR17  10403.827560   6798.795538  22264.121226 999999.999999
+PR18  22353.118065  -4330.877897  11404.937232 999999.999999
+PR19  21359.590472 -12617.115758  -5941.595892 999999.999999
+PR20   7281.276101 -13641.051498 -20263.144970 999999.999999
+PR21 -10171.624310  -6894.857312 -22343.395893 999999.999999
+PR22 -22365.262365   4275.307430 -11651.717325 999999.999999
+PR23 -21204.773964  12861.215428   5953.616401 999999.999999
+PR24  -7910.080644  13920.741638  19833.829254 999999.999999
+*  2011  8 29 12 30  0.00000000
+PG01 -21494.611618 -13607.275098  -7632.101809     -8.808834
+PG02   2015.069986  16780.482602  20653.941298    353.472831
+PG03   5700.065863 -21700.821033 -14415.600735    761.192569
+PG04 -15136.627225   9551.161034  19506.139096    215.565626
+PG05   1304.615895  26137.106586   4162.873810   -210.740379
+PG06  11365.136791 -21185.146890 -10872.426077    -84.035663
+PG07 -25346.650349  -5105.899393  -6591.995541     24.230553
+PG08 -22281.129746    -99.278065 -14852.121740      9.023975
+PG09  18655.611903  15101.989382 -11897.664954    102.224930
+PG10 -10592.899657  16246.841104  17755.601470    -11.435754
+PG11 -17881.180107 -13773.160904 -14594.414676   -181.168214
+PG12  11861.122468  19893.176381  13165.071950     18.943942
+PG13 -20062.734417    -56.513287  17305.169149    254.099070
+PG14  21722.921653 -15113.771288   -693.698751    169.541021
+PG15   6841.637607  14242.572537 -21322.502459   -108.579726
+PG16  -1369.992932 -26211.353224   2826.079207   -194.615684
+PG17 -21073.940530  15949.074860   -208.445741    177.357191
+PG18  15884.714010    933.656771 -20958.792961    154.679561
+PG19  -2965.594787 -15852.679728 -21060.596565   -178.117215
+PG20 -14019.487411 -17855.078701  13695.629329     52.288202
+PG21  25088.439353   2761.148900  -8753.259711   -167.883845
+PG22  12056.951108 -14220.192218 -18696.183883    144.942688
+PG23 -14160.703695  -7582.223701  21228.853114    280.273748
+PG24 -20156.542195 -15424.205043  -8296.324990    419.430709
+PG25  15448.645412   8538.564889  19825.255529     16.234143
+PG26  -5702.156274  18718.996695 -18363.331934   -139.430106
+PG27  14860.553788  15567.555297 -15157.246812    299.785392
+PG28 -12702.893683  10216.598062 -20389.905525     63.304069
+PG29  20204.945276   -133.887902  17285.464964    235.264900
+PG30  16129.820010   5842.234122  19918.423933     91.323050
+PG31  11705.656165 -10858.670076  21462.959472    133.541117
+PG32  -7863.352008 -24232.759446   8520.835939   -319.270203
+PR01  -9101.600720  15485.750476  18115.368657 999999.999999
+PR02  -1743.591415  25354.586374   2148.503423 999999.999999
+PR03  17251.316210  15739.171818 -10177.173690 999999.999999
+PR04  -5151.520502  -9555.759361 -23077.201546 999999.999999
+PR05   9117.240326 -15413.766508 -18165.178036 999999.999999
+PR06   2100.467635 -25237.843781  -2897.839035 999999.999999
+PR07  -8254.486376 -18771.186498  15148.972855 999999.999999
+PR08 -10923.575936  -3342.709482  22817.554777 999999.999999
+PR09  -2699.251976 -13516.906080  21418.351051 999999.999999
+PR10 -17397.298479 -15775.570896  10050.225186 999999.999999
+PR11 -22349.102979  -9316.197715  -7917.109993 999999.999999
+PR12 -13909.096588   2943.384927 -21257.412858 999999.999999
+PR13   2760.833646  13252.794829 -21636.002318 999999.999999
+PR15  22088.109651   8045.333503  10020.394389 999999.999999
+PR16  13591.244024  -3176.225146  21286.157676 999999.999999
+PR17   7879.418668   7983.901719  22904.765965 999999.999999
+PR18  20887.782477  -3742.689251  14090.191116 999999.999999
+PR19  21772.681631 -12997.473810  -2780.138878 999999.999999
+PR20   9398.450245 -14768.213167 -18522.382848 999999.999999
+PR21  -7657.360378  -8114.981433 -22937.014670 999999.999999
+PR22 -20875.467193   3683.933160 -14302.082475 999999.999999
+PR23 -21619.614455  13241.161790   2795.492188 999999.999999
+PR24  -9962.017643  15049.156980  18002.870087 999999.999999
+*  2011  8 29 12 45  0.00000000
+PG01 -20451.399625 -13507.554324 -10235.167298     -8.807839
+PG02   -267.704816  16092.972994  21246.248615    353.474428
+PG03   6887.164586 -22624.138240 -12218.039187    761.196860
+PG04 -17171.187817   8711.044361  18216.284111    215.575449
+PG05    908.248073  25565.617094   6913.980982   -210.745109
+PG06  12390.056803 -21751.542908  -8356.003144    -84.027067
+PG07 -25840.145534  -5482.573749  -3803.144772     24.232069
+PG08 -23662.911908   -804.519428 -12569.789176      9.023891
+PG09  17268.021176  14802.115639 -14249.111693    102.227255
+PG10 -11134.196863  14137.691795  19189.114202    -11.437288
+PG11 -16135.787864 -13926.790689 -16382.590133   -181.171229
+PG12  11934.928519  21260.638100  10752.242583     18.946091
+PG13 -18435.164772  -1374.765302  18961.372849    254.097489
+PG14  21640.306408 -14788.794861  -3586.285670    169.542750
+PG15   5008.005700  15812.344162 -20701.846186   -108.578105
+PG16  -1068.357763 -25764.742981   5676.497581   -194.617563
+PG17 -21086.987630  15610.318805  -3072.270600    177.355930
+PG18  16272.097788   3348.295817 -20450.434423    154.681522
+PG19  -1003.224622 -17171.719854 -20159.687462   -178.120911
+PG20 -14094.527591 -19341.043030  11444.591926     52.288456
+PG21  25840.307174   3320.700988  -6165.812140   -167.885803
+PG22  12598.666598 -12027.605692 -19842.352170    144.942389
+PG23 -12314.953151  -9190.220212  21707.127963    280.271120
+PG24 -19053.539456 -15237.615548 -10818.215958    419.434423
+PG25  15785.855721  10710.030707  18463.002687     16.235736
+PG26  -7299.910545  19756.434755 -16527.571603   -139.440834
+PG27  12964.477923  15145.269141 -17086.296506    299.788775
+PG28 -13151.094727   7766.889790 -21174.027419     63.307039
+PG29  18689.899862   1265.853597  18880.886108    235.267805
+PG30  16674.719904   8061.012557  18680.472828     91.320361
+PG31  13905.389528 -10022.820780  20547.099302    133.546269
+PG32  -7723.538835 -25034.553066   5862.890849   -319.276393
+PR01  -9033.055623  13140.762022  19914.997002 999999.999999
+PR02  -1622.181680  24895.384459   5308.100922 999999.999999
+PR03  16089.502754  14884.497532 -12991.408361 999999.999999
+PR04  -2713.368002 -11003.357124 -22847.882076 999999.999999
+PR05   9050.970691 -13061.806070 -19953.758906 999999.999999
+PR06   1969.968873 -24685.823282  -6046.234637 999999.999999
+PR07  -8432.079293 -20477.320248  12630.366686 999999.999999
+PR08 -10961.268105  -6117.654093  22215.901806 999999.999999
+PR09   -382.790057 -12102.958059  22413.491503 999999.999999
+PR10 -16254.165329 -14917.710157  12864.894145 999999.999999
+PR11 -23122.752302  -9544.725753  -4804.436323 999999.999999
+PR12 -16126.359611   1741.692562 -19784.302511 999999.999999
+PR13    411.243305  11867.799248 -22593.692970 999999.999999
+PR15  23103.762840   8379.704333   7009.924561 999999.999999
+PR16  15827.162721  -1947.914755  19833.573968 999999.999999
+PR17   5405.037586   9376.577610  23100.397694 999999.999999
+PR18  19199.028789  -2890.198101  16500.606615 999999.999999
+PR19  21816.930685 -13211.000643    435.322958 999999.999999
+PR20  11222.359220 -15929.961036 -16420.918956 999999.999999
+PR21  -5200.890149  -9538.896852 -23085.136726 999999.999999
+PR22 -19167.658787   2827.135540 -16676.688568 999999.999999
+PR23 -21668.051851  13450.879246   -416.956904 999999.999999
+PR24 -11712.967435  16199.014315  15821.569410 999999.999999
+*  2011  8 29 13  0  0.00000000
+PG01 -19129.415123 -13388.647192 -12662.090538     -8.810110
+PG02  -2630.813426  15505.722241  21476.823591    353.475895
+PG03   7874.258211 -23400.397263  -9811.623190    761.200265
+PG04 -19082.838523   8016.736119  16611.021340    215.585305
+PG05    406.859586  24719.536029   9545.274986   -210.749985
+PG06  13187.289665 -22149.191081  -5692.976249    -84.018486
+PG07 -26047.769539  -5743.620407   -949.763935     24.233750
+PG08 -24830.906090  -1332.172986 -10076.997654      9.024141
+PG09  15627.896775  14517.718263 -16362.906292    102.229152
+PG10 -11810.460951  11918.718458  20282.841764    -11.439043
+PG11 -14216.430222 -14149.765409 -17898.855485   -181.174589
+PG12  12017.662337  22346.487475   8156.156529     18.948327
+PG13 -16752.866693  -2892.559034  20288.382974    254.095962
+PG14  21330.595232 -14243.771043  -6416.393678    169.544380
+PG15   3317.390412  17408.318189 -19723.635906   -108.576754
+PG16   -674.458496 -25022.797283   8427.484668   -194.619686
+PG17 -20880.300101  15052.556543  -5882.333375    177.354818
+PG18  16753.050564   5661.221254 -19581.624895    154.683270
+PG19    797.287324 -18514.098665 -18909.559228   -178.124718
+PG20 -14164.618995 -20566.181172   8995.850221     52.289071
+PG21  26333.988603   3756.837554  -3474.691966   -167.888227
+PG22  13267.079738  -9755.359766 -20640.961123    144.941756
+PG23 -10530.169584 -10918.644532  21813.372653    280.268349
+PG24 -17682.346697 -15020.366614 -13156.565407    419.436440
+PG25  16191.728809  12693.951279  16782.588321     16.237357
+PG26  -8673.258846  20741.739163 -14414.122728   -139.452324
+PG27  10841.427444  14782.188080 -18710.979511    299.791834
+PG28 -13741.943569   5278.012146 -21574.604212     63.309644
+PG29  17130.790524   2851.370889  20152.754854    235.270592
+PG30  17275.261486  10096.264088  17111.666101     91.317597
+PG31  16030.111915  -9345.426338  19285.446318    133.551362
+PG32  -7574.342106 -25545.270677   3107.242578   -319.282553
+PR01  -9148.908918  10599.998460  21328.040674 999999.999999
+PR02  -1562.131392  24047.002901   8364.561556 999999.999999
+PR03  14567.270747  13979.776793 -15552.437826 999999.999999
+PR04   -433.806352 -12594.299724 -22174.658783 999999.999999
+PR05   9169.570646 -10515.480707 -21354.824548 999999.999999
+PR06   1907.588237 -23746.210130  -9076.946373 999999.999999
+PR07  -8683.655684 -21844.395118   9866.010410 999999.999999
+PR08 -11190.722755  -8782.523810  21183.267131 999999.999999
+PR09   2116.666584 -10821.343450  22971.687126 999999.999999
+PR10 -14749.854687 -14008.921527  15430.558681 999999.999999
+PR11 -23559.461829  -9548.318403  -1598.037503 999999.999999
+PR12 -18243.112576    798.760486 -17930.314471 999999.999999
+PR13  -2117.328042  10624.135926 -23113.447462 999999.999999
+PR15  23800.227012   8475.521401   3864.044676 999999.999999
+PR16  17965.768203   -977.354611  17993.122278 999999.999999
+PR17   3043.452433  10945.149942  22847.533816 999999.999999
+PR18  17348.477210  -1761.122476  18589.469227 999999.999999
+PR19  21516.874136 -13207.581529   3642.328376 999999.999999
+PR20  12724.474081 -17068.085677 -13999.542475 999999.999999
+PR21  -2864.117829 -11133.529857 -22785.265530 999999.999999
+PR22 -17302.808329   1693.074164 -18729.473754 999999.999999
+PR23 -21375.042204  13440.698107  -3621.306218 999999.999999
+PR24 -13137.421788  17311.670498  13332.429544 999999.999999
+*  2011  8 29 13 15  0.00000000
+PG01 -17545.709160 -13287.645088 -14871.134355     -8.811772
+PG02  -5029.858662  15032.822245  21340.313584    353.477343
+PG03   8669.745608 -23991.593583  -7236.527314    761.204858
+PG04 -20829.353640   7458.875436  14719.218284    215.595681
+PG05   -227.340991  23625.642240  12011.199570   -210.754920
+PG06  13770.885454 -22344.164987  -2930.153494    -84.010237
+PG07 -25954.137506  -5924.342261   1919.727546     24.235522
+PG08 -25749.905142  -1706.136004  -7415.937317      9.025644
+PG09  13761.305100  14285.024606 -18205.156948    102.232084
+PG10 -12624.287449   9638.026023  21018.100867    -11.439602
+PG11 -12157.039268 -14459.973471 -19118.041189   -181.177589
+PG12  12070.541684  23138.425468   5421.127639     18.950520
+PG13 -15062.649764  -4594.093131  21262.698217    254.094367
+PG14  20827.508154 -13457.791794  -9134.537740    169.546294
+PG15   1792.400446  18989.085024 -18404.324294   -108.575251
+PG16   -156.304928 -24009.984186  11030.992989   -194.621639
+PG17 -20486.219674  14256.057660  -8589.340112    177.353158
+PG18  17306.291512   7831.082827 -18369.102292    154.685014
+PG19   2412.065944 -19838.557257 -17330.944678   -178.128219
+PG20 -14194.173283 -21518.170375   6391.967343     52.289652
+PG21  26551.709297   4099.577222   -725.480717   -167.890418
+PG22  14060.814423  -7450.138954 -21078.125941    144.941740
+PG23  -8842.417634 -12734.336225  21544.666876    280.265748
+PG24 -16058.181132 -14809.000498 -15271.295852    419.440639
+PG25  16634.314162  14457.782902  14813.070662     16.238954
+PG26  -9813.719789  21629.899308 -12056.689822   -139.463435
+PG27   8528.548103  14508.762830 -20000.020193    299.795424
+PG28 -14469.243369   2802.848093 -21584.852247     63.312239
+PG29  15571.146288   4605.246875  21079.523129    235.273420
+PG30  17897.927587  11915.999479  15240.551229     91.314954
+PG31  18032.741623  -8822.104956  17699.379382    133.556267
+PG32  -7378.798059 -25761.206306    299.698476   -319.288853
+PR01  -9468.967251   7927.494500  22327.150103 999999.999999
+PR02  -1613.914270  22833.778309  11258.530880 999999.999999
+PR03  12705.367661  13085.002888 -17810.586702 999999.999999
+PR04   1636.952643 -14280.362241 -21070.658570 999999.999999
+PR05   9492.585006  -7838.946487 -22341.185278 999999.999999
+PR06   1963.480168 -22445.631367 -11931.024407 999999.999999
+PR07  -8959.020687 -22845.187824   6909.669886 999999.999999
+PR08 -11589.769875 -11273.252782  19739.645510 999999.999999
+PR09   4741.094777  -9711.950358  23082.360147 999999.999999
+PR10 -12904.076088 -13108.896717  17697.350744 999999.999999
+PR11 -23625.975527  -9373.361764   1639.540687 999999.999999
+PR12 -20194.194711    111.230356 -15731.463563 999999.999999
+PR13  -4765.588054   9560.272133 -23185.299978 999999.999999
+PR15  24138.568189   8375.881206    643.534378 999999.999999
+PR16  19940.487444   -262.197686  15800.623236 999999.999999
+PR17    850.806342  12647.504368  22151.390012 999999.999999
+PR18  15400.959096   -355.663959  20316.436167 999999.999999
+PR19  20908.380120 -12944.361493   6778.576395 999999.999999
+PR20  13888.965333 -18121.822107 -11305.327912 999999.999999
+PR21   -702.036678 -12855.584795 -22043.583312 999999.999999
+PR22 -15345.003281    282.321431 -20420.467281 999999.999999
+PR23 -20776.767537  13168.304049  -6755.304246 999999.999999
+PR24 -14222.683070  18326.555231  10583.935104 999999.999999
+*  2011  8 29 13 30  0.00000000
+PG01 -15725.387401 -13238.636957 -16824.321560 999999.999999
+PG02  -7418.288078  14680.955302  20837.580680    353.478642
+PG03   9289.060403 -24363.516926  -4536.310691    761.209168
+PG04 -22372.590622   7020.970929  12574.462668    215.605771
+PG05  -1016.467332  22317.268102  14269.110675   -210.759587
+PG06  14161.946769 -22307.670247   -116.022549    -84.001952
+PG07 -25552.382046  -6062.501492   4756.657203     24.236987
+PG08 -26391.212180  -1956.440055  -4631.313120      9.026330
+PG09  11701.113177  14135.556088 -19746.616675    102.235252
+PG10 -13570.220800   7344.284000  21382.773253    -11.441607
+PG11  -9995.112037 -14869.388587 -20019.716715   -181.180550
+PG12  12054.095778  23632.993549   2593.777341     18.952788
+PG13 -13408.914669  -6455.103751  21866.956828    254.093032
+PG14  20169.644826 -12417.971851 -11693.056827    169.548026
+PG15    447.968586  20510.919807 -16766.339223   -108.573623
+PG16    512.753594 -22758.303270  13441.702564   -194.623587
+PG17 -19941.773439  13208.919933 -11145.723997    177.351800
+PG18  17904.672508   9821.981059 -16835.584910    154.686858
+PG19   3825.092310 -21101.369905 -15450.465238   -178.131636
+PG20 -14147.066263 -22193.018308   3678.036891     52.289666
+PG21  26483.099388   4381.989970   2035.824043   -167.892807
+PG22  14970.796039  -5158.393228 -21146.406687    144.941628
+PG23  -7281.946937 -14598.462448  20904.528766    280.263019
+PG24 -14204.138661 -14637.424166 -17125.935778    419.443576
+PG25  17077.400884  15976.337079  12588.469880     16.240581
+PG26 -10721.276121  22376.202118  -9493.594650   -139.474691
+PG27   6069.822301  14349.139209 -20928.033793    299.800613
+PG28 -15318.328967    392.656554 -21205.402778     63.315286
+PG29  14051.647976   6502.401884  21645.547846    235.276646
+PG30  18505.420632  13496.042297  13100.991516     91.312457
+PG31  19868.744896  -8440.455031  15815.598751    133.561328
+PG32  -7100.525010 -25686.891382  -2512.843105   -319.294976
+PR01 -10001.277952   5191.085878  22893.008889 999999.999999
+PR02  -1822.336490  21291.832582  13933.837285 999999.999999
+PR03  10537.304353  12256.437250 -19722.170351 999999.999999
+PR04   3458.693484 -16005.940708 -19557.370203 999999.999999
+PR05  10027.781304  -5100.119778 -22893.702538 999999.999999
+PR06   2181.737028 -20822.397445 -14552.992347 999999.999999
+PR07  -9204.859402 -23464.852560   3818.864090 999999.999999
+PR08 -12125.654907 -13532.003307  17912.999049 999999.999999
+PR09   7426.102602  -8803.980196  22743.681153 999999.999999
+PR10 -10749.336882 -12273.774098  19621.106623 999999.999999
+PR11 -23301.233106  -9072.550862   4845.123968 999999.999999
+PR12 -21918.162941   -336.426663 -13230.266858 999999.999999
+PR13  -7468.118237   8703.742515 -22807.942536 999999.999999
+PR15  24091.337799   8131.166303  -2589.403973 999999.999999
+PR16  21688.391999    212.302315  13298.867095 999999.999999
+PR17  -1125.488086  14432.733231  21025.755793 999999.999999
+PR18  13421.854677   1313.268868  21648.300728 999999.999999
+PR19  20037.017543 -12387.777213   9783.139070 999999.999999
+PR20  14713.121520 -19030.479237  -8390.718158 999999.999999
+PR21   1239.323827 -14653.242782 -20874.803815 999999.999999
+PR22 -13358.861109  -1391.882162 -21716.571965 999999.999999
+PR23 -19918.984940  12600.743665  -9758.084596 999999.999999
+PR24 -14969.136302  19183.793039   7629.601190 999999.999999
+*  2011  8 29 13 45  0.00000000
+PG01 -13700.792998 -13271.262959 -18488.085594 999999.999999
+PG02  -9748.971634  14449.124699  19975.787740    353.480469
+PG03   9753.947486 -24487.173523  -1757.226371    761.213778
+PG04 -23679.805768   6680.254104  10214.416386    215.616061
+PG05  -1975.895355  20833.034444  16280.024886   -210.764466
+PG06  14387.585929 -22017.264344   2700.150473    -83.993784
+PG07 -24844.457017  -6196.698579   7512.890378     24.238638
+PG08 -26733.650701  -2117.930599  -1769.648405      9.026770
+PG09   9485.889068  14094.927240 -20963.026568    102.237955
+PG10 -14634.894159   5084.961147  21371.473712    -11.442108
+PG11  -7770.501737 -15383.522505 -20588.504825   -181.183424
+PG12  11929.829459  23835.585679   -277.738054     18.954916
+PG13 -11831.997187  -8443.614773  22090.276088    254.091404
+PG14  19398.890667 -11120.170324 -14046.996354    169.549820
+PG15   -709.057410  21929.404591 -14837.717963   -108.572167
+PG16   1352.785306 -21306.036945  15617.837093   -194.625677
+PG17 -19287.118718  11907.744201 -13506.533186    177.350511
+PG18  18516.326190  11604.620980 -15009.251509    154.688497
+PG19   5028.670794 -22258.014914 -13300.213077   -178.135410
+PG20 -13988.187383 -22595.049059    900.887852     52.290143
+PG21  26125.511350   4638.757200   4763.507508   -167.895186
+PG22  15980.523501  -2924.692466 -20844.929888    144.941302
+PG23  -5872.135675 -16467.852764  19902.930491    280.260216
+PG24 -12150.511234 -14535.494396 -18688.250555    419.447997
+PG25  17482.003985  17232.564519  10147.174519     16.242179
+PG26 -11404.313996  22937.987358  -6767.278297   -139.486318
+PG27   3514.552937  14320.018972 -21476.197675    299.803907
+PG28 -16266.643654  -1904.823715 -20444.228906     63.317877
+PG29  12608.655428   8510.882694  21841.338768    235.279350
+PG30  19058.231719  14820.741610  10731.462372     91.309763
+PG31  21497.670085  -8180.657236  13665.706836    133.566514
+PG32  -6705.267264 -25334.916288  -5283.104839   -319.301051
+PR01 -10741.679250   2459.809662  23014.701023 999999.999999
+PR02  -2224.405019  19467.632992  16338.580619 999999.999999
+PR03   8108.168367  11544.149736 -21250.328519 999999.999999
+PR04   5002.626029 -17710.302002 -17664.224728 999999.999999
+PR05  10770.708878  -2368.072926 -23001.658020 999999.999999
+PR06   2598.286556 -18924.973931 -16891.928357 999999.999999
+PR07  -9367.205970 -23701.399431    653.739600 999999.999999
+PR08 -12756.494721 -15509.334806  15738.721350 999999.999999
+PR09  10103.395128  -8114.831225  21962.579644 999999.999999
+PR10  -8329.845669 -11553.684880  21164.234024 999999.999999
+PR11 -22577.360784  -8702.418731   7956.161066 999999.999999
+PR12 -23359.716753   -571.011369 -10474.933716 999999.999999
+PR13 -10155.860042   8070.096309 -21988.743628 999999.999999
+PR15  23643.785875   7796.698270  -5772.328460 999999.999999
+PR16  23152.757795    472.429205  10536.767705 999999.999999
+PR17  -2848.476356  16243.164116  19492.706898 999999.999999
+PR18  11474.436590   3220.378111  22559.609574 999999.999999
+PR19  18956.035311 -11515.207557  12597.647436 999999.999999
+PR20  15207.219589 -19736.088333  -5312.497242 999999.999999
+PR21   2924.563034 -16468.228525 -19301.863783 999999.999999
+PR22 -11406.930665  -3303.902682 -22592.224715 999999.999999
+PR23 -18854.991919  11716.044901 -12571.349348 999999.999999
+PR24 -15389.977121  19826.812837   4526.923756 999999.999999
+*  2011  8 29 14  0  0.00000000
+PG01 -11510.418714 -13409.451102 -19833.844451 999999.999999
+PG02 -11975.826717  14328.691932  18768.377882    353.481833
+PG03  10091.478589 -24340.044341   1052.552529    761.217530
+PG04 -24724.758092   6408.769587   7680.118935    215.625768
+PG05  -3113.471830  19215.393321  18009.298932   -210.769241
+PG06  14479.652642 -21457.828075   5469.227972    -83.985116
+PG07 -23841.123394  -6364.722819  10141.613178     24.240124
+PG08 -26764.310730  -2228.781895   1121.423748      9.026858
+PG09   7158.622624  14181.878707 -21835.387434    102.239805
+PG10 -15797.501330   2904.631525  20985.577526    -11.443091
+PG11  -5524.127662 -16001.117627 -20814.335239   -181.186493
+PG12  11661.856355  23760.136735  -3144.523025     18.957216
+PG13 -10366.679568 -10521.002966  21928.472933    254.089967
+PG14  18558.696328  -9569.370139 -16154.946832    169.551711
+PG15  -1680.003512  23201.097139 -12651.636220   -108.570566
+PG16   2376.304759 -19696.269963  17521.902683   -194.627480
+PG17 -18563.869570  10357.973662 -15630.271879    177.349316
+PG18  19105.997377  13157.188629 -12923.134025    154.689892
+PG19   6023.566294 -23264.905632 -10917.219932   -178.138955
+PG20 -13684.949589 -22736.578723  -1891.729592     52.290335
+PG21  25484.071097   4904.702266   7412.802054   -167.897126
+PG22  17066.650877   -790.166171 -20179.382008    144.941011
+PG23  -4628.700420 -18296.526692  18556.199586    280.257634
+PG24  -9933.834284 -14527.757111 -19930.816403    419.450110
+PG25  17807.968124  18218.029319   7531.274039     16.243784
+PG26 -11879.239447  23276.385234  -3923.697007   -139.497125
+PG27    915.588954  14429.834847 -21632.788540    299.807964
+PG28 -17284.662348  -4047.099569 -19316.399779     63.320344
+PG29  11272.914203  10592.917805  21663.704426    235.282374
+PG30  19516.295488  15883.335068   8174.269466     91.307201
+PG31  22884.542018  -8016.357604  11285.718996    133.571608
+PG32  -6162.381709 -24725.466960  -7964.167081   -319.307369
+PR01 -11673.878999   -198.735879  22689.916454 999999.999999
+PR02  -2847.531193  17416.138483  18426.135350 999999.999999
+PR03   5472.961475  10989.845161 -22365.718912 999999.999999
+PR04   6252.330338 -19330.067150 -15428.022405 999999.999999
+PR05  11704.787705    289.609907 -22662.960145 999999.999999
+PR06   3239.142292 -16810.046048 -18902.453594 999999.999999
+PR07  -9393.950768 -23565.648233  -2524.107636 999999.999999
+PR08 -13433.134632 -17166.030231  13258.957901 999999.999999
+PR09  12703.405641  -7649.499646  20754.582715 999999.999999
+PR10  -5699.931287 -10990.561960  22296.458214 999999.999999
+PR11 -21460.120382  -8320.710262  10911.962800 999999.999999
+PR12 -24471.885088   -629.232575  -7518.458364 999999.999999
+PR13 -12758.758708   7662.362127 -20743.602663 999999.999999
+PR15  22794.566681   7430.192089  -8843.745261 999999.999999
+PR16  24285.381107    554.641451   7568.387830 999999.999999
+PR17  -4292.942735  18016.684170  17582.161491 999999.999999
+PR18   9617.330477   5328.819866  23033.123406 999999.999999
+PR19  17724.037264 -10316.172154  15167.427125 999999.999999
+PR20  15393.852663 -20185.957128  -2130.673382 999999.999999
+PR21   4330.120492 -18238.158679 -17355.460741 999999.999999
+PR22  -9547.187692  -5416.510675 -23029.921222 999999.999999
+PR23 -17643.294568  10504.383437 -15140.500459 999999.999999
+PR24 -15510.408931  20204.834460   1336.253331 999999.999999
+*  2011  8 29 14 15  0.00000000
+PG01  -9197.589840 -13670.385984 -20838.488406 999999.999999
+PG02 -14055.429184  14303.725978  17234.940633    353.483418
+PG03  10332.839391 -23907.122415   3843.779285    761.220884
+PG04 -25488.564385   6174.655208   5015.255148    215.635892
+PG05  -4429.022957  17509.036562  19427.228016   -210.774005
+PG06  14473.287027 -20622.250528   8143.093754    -83.976474
+PG07 -22561.617252  -6601.935562  12598.096978     24.241560
+PG08 -26479.008081  -2328.899803   3993.875015      9.027951
+PG09   4765.311167  14407.570773 -22350.163720    102.242248
+PG10 -17030.576563    843.420536  20233.112006    -11.443700
+PG11  -3296.646261 -16714.091930 -20692.634260   -181.189402
+PG12  11218.439656  23428.499631  -5957.749937     18.959058
+PG13  -9040.929817 -12643.337615  21384.159627    254.088270
+PG14  17692.300817  -7779.696565 -17979.819645    169.553192
+PG15  -2474.133012  24285.180589 -10245.839122   -108.568992
+PG16   3587.611197 -17975.239254  19121.335208   -194.629312
+PG17 -17813.374515   8573.881482 -17479.675271    177.347888
+PG18  19636.499548  14465.923463 -10614.441667    154.691850
+PG19   6818.802260 -24081.111714  -8342.819894   -178.142713
+PG20 -13208.701221 -22637.296598  -4651.962799     52.290738
+PG21  24571.467620   5213.341612   9940.514013   -167.899811
+PG22  18199.853687   1208.909076 -19161.876509    144.940662
+PG23  -3559.207134 -20037.357631  16886.802530    280.254740
+PG24  -7595.695938 -14632.390626 -20831.526564    419.450883
+PG25  18015.626067  18933.056360   4785.829332     16.245370
+PG26 -12169.773306  23357.967087  -1011.611797   -139.508653
+PG27  -1672.633004  14678.288333 -21393.558898    299.812171
+PG28 -18337.114092  -5998.403844 -17843.675326     63.323217
+PG29  10068.489541  12706.199131  21115.794832    235.285242
+PG30  19840.659814  16685.954771   5474.710844     91.304494
+PG31  24001.067281  -7915.800286   8715.509187    133.576694
+PG32  -5446.212374 -23885.587835 -10510.221751   -319.313502
+PR01 -12770.058728  -2720.963332  21924.991682 999999.999999
+PR02  -3708.145632  15198.610100  20156.049218 999999.999999
+PR03   2694.532553  10625.066318 -23047.059314 999999.999999
+PR04   7204.179385 -20801.824400 -12892.217153 999999.999999
+PR05  12801.923740   2809.407729 -21884.184143 999999.999999
+PR06   4119.081332 -14540.258023 -20545.608896 999999.999999
+PR07  -9237.278305 -23080.660034  -5652.839428 999999.999999
+PR08 -14101.328753 -18474.504623  10521.795089 999999.999999
+PR09  15157.982457  -7400.520487  19143.487002 999999.999999
+PR10  -2922.039834 -10616.304451  22995.431821 999999.999999
+PR11 -19968.797041  -7983.714510  13654.902556 999999.999999
+PR12 -25217.888596   -555.935088  -4417.630328 999999.999999
+PR13 -15208.456783   7471.051436 -19096.643132 999999.999999
+PR15  21555.907129   7089.117781 -11744.279426 999999.999999
+PR16  25048.550506    503.767818   4451.856537 999999.999999
+PR17  -5446.193912  19689.263443  15331.289675 999999.999999
+PR18   7902.197570   7591.535835  23060.114970 999999.999999
+PR19  16402.451195  -8793.026464  17442.561342 999999.999999
+PR20  15306.744312 -20335.019839   1092.704826 999999.999999
+PR21   5444.986923 -19899.074204 -15073.447078 999999.999999
+PR22  -7830.728098  -7682.174211 -23020.592797 999999.999999
+PR23 -16345.077376   8968.745315 -17415.697206 999999.999999
+PR24 -15366.345043  20275.126809  -1880.385207 999999.999999
+*  2011  8 29 14 30  0.00000000
+PG01  -6808.968147 -14063.749664 -21484.773544     -8.819147
+PG02 -15948.547238  14351.657700  15400.959978    353.484691
+PG03  10511.932190 -23181.678711   6567.037945    761.224161
+PG04 -25960.278910   5943.559500   2265.401073    215.645889
+PG05  -5914.182100  15759.232997  20509.552638   -210.778843
+PG06  14405.359425 -19511.802132  10675.513171    -83.968047
+PG07 -21033.011086  -6939.746387  14840.433968     24.243368
+PG08 -25882.442867  -2458.267749   6799.996408      9.028832
+PG09   2353.457057  14775.155755 -22499.423289    102.243429
+PG10 -18301.045206  -1064.348420  19128.520387    -11.444698
+PG11  -1127.127623 -17507.740963 -20224.446404   -181.192155
+PG12  10573.382448  22869.534589  -8669.465886     18.961352
+PG13  -7874.920339 -14762.942335  20466.711153    254.086809
+PG14  16840.971639  -5774.071426 -19489.542099    169.554854
+PG15  -3108.093434  25145.028260  -7661.983634   -108.567758
+PG16   4982.461091 -16190.582305  20389.045252   -194.631299
+PG17 -17075.017348   6578.205860 -19022.400658    177.346586
+PG18  20070.235360  15525.373256  -8123.834989    154.693399
+PG19   7431.124481 -24669.999498  -5621.916712   -178.146530
+PG20 -12535.986222 -22323.378919  -7332.666118     52.291039
+PG21  23407.493853   5595.503787  12305.611131   -167.902040
+PG22  19345.943145   3042.318789 -17810.699333    144.940457
+PG23  -2662.906953 -21643.809638  14923.009492    280.252079
+PG24  -5181.349118 -14860.395982 -21374.018989    419.454540
+PG25  18067.447227  19386.547545   1958.094100     16.246995
+PG26 -12305.939271  23156.238046   1918.223733   -139.519874
+PG27  -4196.143165  15056.281549 -20761.931423    299.814780
+PG28 -19384.443393  -7730.870515 -16053.960216     63.325974
+PG29   9011.966656  14805.342122  20207.041076    235.288100
+PG30  19995.100886  17239.284125   2680.205137     91.301618
+PG31  24826.607126  -7843.170101   5998.195744    133.581414
+PG32  -4537.300118 -22848.192144 -12877.334364   -319.319862
+PR01 -13991.977974  -5049.694633  20734.784893 999999.999999
+PR02  -4810.783105  12880.177114  21494.820621 999999.999999
+PR03   -158.806990  10469.846994 -23281.510133 999999.999999
+PR04   7867.223509 -22064.762863 -10106.072169 999999.999999
+PR05  14023.625446   5134.262470 -20680.445020 999999.999999
+PR06   5240.805358 -12181.722489 -21789.603251 999999.999999
+PR07  -8855.931296 -22280.671231  -8671.586868 999999.999999
+PR08 -14704.152230 -19419.737634   7580.332751 999999.999999
+PR09  17403.019800  -7348.447638  17160.872084 999999.999999
+PR10    -64.390083 -10451.376663  23247.195052 999999.999999
+PR11 -18135.530221  -7743.670839  16131.552997 999999.999999
+PR12 -25572.603464   -401.992640  -1231.978913 999999.999999
+PR13 -17440.927180   7474.699742 -17079.750103 999999.999999
+PR15  19953.230150   6828.078987 -14417.807631 999999.999999
+PR16  25416.589460    370.840808   1248.202243 999999.999999
+PR17  -6308.316174  21197.572696  12783.788208 999999.999999
+PR18   6371.733634   9953.016047  22640.501681 999999.999999
+PR19  15052.898786  -6961.122981  19378.860440 999999.999999
+PR20  14989.100628 -20147.881766   4294.774542 999999.999999
+PR21   6270.888697 -21388.052090 -12500.092622 999999.999999
+PR22  -6299.755505 -10044.798297 -22563.825478 999999.999999
+PR23 -15021.581489   7125.057340 -19352.819354 999999.999999
+PR24 -15002.672442  20004.942116  -5060.503099 999999.999999
+*  2011  8 29 14 45  0.00000000
+PG01  -4392.933922 -14591.264099 -21761.614730 999999.999999
+PG02 -17621.535476  14444.219625  13297.442247    353.486233
+PG03  10663.848530 -22165.715470   9173.686864    761.228720
+PG04 -26137.181891   5680.140907   -522.739195    215.655738
+PG05  -7552.542945  14010.159709  21237.865595   -210.783772
+PG06  14312.862009 -18136.183837  13022.943412    -83.959607
+PG07 -19289.290667  -7404.239340  16830.233297     24.244813
+PG08 -24988.052741  -2655.292398   9493.107402      9.030111
+PG09    -29.474616  15279.639445 -22280.915858    102.246376
+PG10 -19571.497646  -2791.256294  17692.309288    -11.446140
+PG11    948.217619 -18361.193697 -19416.483622   -181.195362
+PG12   9707.214989  22117.944477 -11233.387453     18.963620
+PG13  -6880.366058 -16830.117110  19192.103964    254.085447
+PG14  16042.335018  -3583.515253 -20657.655707    169.556543
+PG15  -3605.068145  25749.620614  -4944.904197   -108.565963
+PG16   6548.084993 -14389.555223  21303.852596   -194.633352
+PG17 -16384.611954   4401.447067 -20231.619265    177.345384
+PG18  20370.720286  16338.331208  -5494.667663    154.695291
+PG19   7884.150055 -25000.722327  -2802.169563   -178.149993
+PG20 -11649.605562 -21826.371700  -9888.187988     52.291720
+PG21  22018.358096   6078.059779  14469.770005   -167.904388
+PG22  20467.181509   4686.869833 -16149.940466    144.940088
+PG23  -1930.907712 -23071.678659  12698.442079    280.249405
+PG24  -2738.176080 -15215.069105 -21548.015240    419.457618
+PG25  17929.612127  19595.475261   -903.299210     16.248554
+PG26 -12322.774183  22652.901737   4813.967580   -139.531193
+PG27  -6603.493178  15546.254119 -19748.997022    299.818658
+PG28 -20384.440438  -9225.361318 -13980.639859     63.328452
+PG29   8111.946470  16843.469779  18952.993265    235.290864
+PG30  19947.618988  17561.888349   -160.592849     91.298896
+PG31  25348.882076  -7760.097526   3179.473274    133.586651
+PG32  -3423.378397 -21650.850215 -15024.203381   -319.326185
+PR01 -15292.533086  -7136.287728  19142.388170 999999.999999
+PR02  -6147.676082  10527.260286  22416.540430 999999.999999
+PR03  -3015.885537  10531.868970 -23064.892554 999999.999999
+PR04   8262.542859 -23063.216433  -7123.702988 999999.999999
+PR05  15322.575259   7215.704653 -19075.105749 999999.999999
+PR06   6594.620239  -9801.404393 -22610.420323 999999.999999
+PR07  -8217.203867 -21209.575916 -11521.641623 999999.999999
+PR08 -15184.543835 -19999.691420   4491.657739 999999.999999
+PR09  19380.924149  -7462.849808  14845.466443 999999.999999
+PR10   2801.617422 -10503.902620  23046.475606 999999.999999
+PR11 -16004.116714  -7646.360731  18293.735415 999999.999999
+PR12 -25523.568462   -221.951695   1977.331157 999999.999999
+PR13 -19398.937908   7640.922347 -14731.960324 999999.999999
+PR15  18024.247241   6696.317584 -16812.532270 999999.999999
+PR16  25376.903160    210.663262  -1979.872756 999999.999999
+PR17  -6891.898219  22481.587518   9989.034538 999999.999999
+PR18   5058.064528  12351.418184  21782.813226 999999.999999
+PR19  13734.577311  -4848.430760  20938.719327 999999.999999
+PR20  14491.571441 -19600.470276   7413.101370 999999.999999
+PR21   6821.941176 -22645.788995  -9685.229976 999999.999999
+PR22  -4985.948565 -12441.842627 -21667.913986 999999.999999
+PR23 -13731.501760   5001.779194 -20914.317751 999999.999999
+PR24 -14471.152125  19373.044701  -8142.364152 999999.999999
+*  2011  8 29 15  0  0.00000000
+PG01  -1997.907582 -15246.552957 -21664.273371 999999.999999
+PG02 -19047.530051  14548.638511  10960.424952    353.487623
+PG03  10823.274741 -20870.078196  11616.819131    761.231177
+PG04 -26024.771854   5349.591791  -3302.094389    215.665811
+PG05  -9320.131505  12303.292241  21599.913028   -210.788507
+PG06  14231.317929 -16513.254041  15145.279171    -83.950739
+PG07 -17370.179854  -8015.001423  18533.267585     24.246256
+PG08 -23817.565647  -2955.205518  12028.254312      9.029906
+PG09  -2337.589835  15908.033810 -21698.091982    102.249939
+PG10 -20801.631178  -4317.601644  15950.593159    -11.446068
+PG11   2897.216574 -19248.110815 -18281.097351   -181.198445
+PG12   8608.133504  21212.899417 -13605.671702     18.965616
+PG13  -6060.208810 -18794.951686  17582.628762    254.083787
+PG14  15328.865550  -1246.124829 -21463.804225    169.558540
+PG15  -3993.666432  26074.756929  -2141.815380   -108.564567
+PG16   8263.544686 -12617.291337  21850.805324   -194.635382
+PG17 -15772.957667   2080.855477 -21086.496238    177.343660
+PG18  20504.050961  16915.467197  -2772.212192    154.696786
+PG19   8207.235160 -25049.497052     66.885893   -178.154108
+PG20 -10539.440850 -21181.887314 -12275.123850     52.291531
+PG21  20435.791040   6682.803712  16397.883559   -167.907059
+PG22  21523.743979   6127.064339 -14209.021664    144.939939
+PG23  -1346.678288 -24280.767892  10251.509020    280.246901
+PG24   -314.061539 -15691.779530 -21349.561127    419.462473
+PG25  17573.451703  19584.073909  -3749.174824     16.250101
+PG26 -12258.804401  21838.832239   7623.670076   -139.542605
+PG27  -8847.711903  16122.914155 -18373.311147    299.822192
+PG28 -21293.965161 -10471.918926 -11661.823696     63.330807
+PG29   7368.854884  18773.861631  17375.059482    235.293657
+PG30  19671.757631  17679.254114  -2998.669570     91.296289
+PG31  25564.381042  -7627.272610    306.897345    133.591737
+PG32  -2100.111705 -20334.395685 -16912.904307   -319.332585
+PR01 -16617.705819  -8942.404495  17178.682132 999999.999999
+PR02  -7698.874485   8204.959147  22903.386723 999999.999999
+PR03  -5805.383814  10806.155534 -22401.740625 999999.999999
+PR04   8422.096489 -23749.011403  -4003.026421 999999.999999
+PR05  16644.590650   9015.617656 -17099.326061 999999.999999
+PR06   8158.647629  -7464.488441 -22992.272386 999999.999999
+PR07  -7298.578431 -19919.021549 -14147.602979 999999.999999
+PR08 -15487.871621 -20225.196810   1315.737979 999999.999999
+PR09  21042.815074  -7703.777726  12242.379610 999999.999999
+PR10   5604.131387 -10769.296736  22396.820419 999999.999999
+PR11 -13628.336992  -7728.988683  20099.460554 999999.999999
+PR12 -25071.494589    -71.521879   5148.635235 999999.999999
+PR13 -21034.247399   7927.940332 -12098.715793 999999.999999
+PR15  15817.555974   6735.448521 -18881.977255 999999.999999
+PR16  24930.485141     79.215224  -5169.249126 999999.999999
+PR17  -7221.233652  23487.071475   7001.136130 999999.999999
+PR18   3981.601371  14720.955232  20503.997384 999999.999999
+PR19  12501.763165  -2494.628073  22091.846316 999999.999999
+PR20  13869.908990 -18681.220859  10386.912525 999999.999999
+PR21   7123.787936 -23619.050835  -6683.298584 999999.999999
+PR22  -3909.278563 -14806.732996 -20349.745970 999999.999999
+PR23 -12528.511661   2638.973608 -22069.936557 999999.999999
+PR24 -13828.046132  18370.769956 -11066.183102 999999.999999
+*  2011  8 29 15 15  0.00000000
+PG01    329.325403 -16015.328281 -21194.437004 999999.999999
+PG02 -20207.392111  14629.036016   8430.371336    353.489371
+PG03  11022.899063 -19314.212159  13852.214703    761.235658
+PG04 -25636.467204   4919.131159  -6025.974567    215.675617
+PG05 -11186.177852  10675.915863  21589.785557   -210.793119
+PG06  14193.271496 -14668.447915  17006.521312    -83.942057
+PG07 -15319.755085  -8784.198701  19920.059750     24.247970
+PG08 -22400.266060  -3388.576945  14362.892336      9.028408
+PG09  -4528.043194  16639.795372 -20760.063294    102.253546
+PG10 -21949.799353  -5631.899718  13934.550536    -11.448085
+PG11   4692.774912 -20137.605647 -16836.168582   -181.201300
+PG12   7272.653920  20196.501714 -15745.651810     18.967699
+PG13  -5408.660361 -20609.157345  15666.483004    254.082008
+PG14  14726.597788   1194.232502 -21894.100828    169.560347
+PG15  -4306.596761  26104.012311    698.532918   -108.563177
+PG16  10100.412963 -10915.168016  22021.381495   -194.637325
+PG17 -15264.614396   -340.847206 -21572.549431    177.342724
+PG18  20440.264466  17274.675987     -2.883994    154.698055
+PG19   8434.107966 -24800.611403   2934.761817   -178.157694
+PG20  -9203.010494 -20428.165590 -14453.024078     52.292359
+PG21  18695.978387   7425.517943  18058.528703   -167.909303
+PG22  22475.267262   7355.465091 -12022.132466    144.939733
+PG23   -886.868731 -25236.427935   7624.738099    280.243877
+PG24   2044.264514 -16278.069075 -20781.160689    419.465302
+PG25  16976.695686  19382.761808  -6530.656034     16.251667
+PG26 -12154.346156  20714.697575  10296.309790   -139.553729
+PG27 -10888.067382  16754.330516 -16660.492253    299.826167
+PG28 -22070.689183 -11469.839994  -9139.521950     63.333570
+PG29   6775.072039  20551.606315  15500.149738    235.296626
+PG30  19147.698067  17622.584077  -5785.505874     91.293680
+PG31  25478.457483  -7406.109628  -2570.870313    133.596611
+PG32   -571.541026 -18941.397961 -18509.604236   -319.339103
+PR01 -17908.820755 -10441.347811  14881.741178 999999.999999
+PR02  -9432.887160   5974.511296  22945.963709 999999.999999
+PR03  -8458.546427  11275.311678 -21305.188501 999999.999999
+PR04   8387.117751 -24083.519201   -804.635778 999999.999999
+PR05  17930.893023  10507.568115 -14791.460160 999999.999999
+PR06   9899.559612  -5231.839261 -22927.894048 999999.999999
+PR07  -6088.936099 -18466.199174 -16498.457695 999999.999999
+PR08 -15564.412968 -20119.312826  -1885.741630 999999.999999
+PR09  22350.371059  -8023.638609   9402.216326 999999.999999
+PR10   8273.607891 -11230.448892  21310.554448 999999.999999
+PR11 -11069.876394  -8018.442651  21513.742380 999999.999999
+PR12 -24230.255943     -5.014946   8220.917024 999999.999999
+PR13 -22309.440106   8286.512896  -9230.994145 999999.999999
+PR15  13390.798419   6977.519938 -20585.887039 999999.999999
+PR16  24091.863220     31.014896  -8257.650963 999999.999999
+PR17  -7331.038335  24167.836100   3877.892794 999999.999999
+PR18   3150.399001  16994.452926  18829.069863 999999.999999
+PR19  11401.541901     50.294950  22815.849635 999999.999999
+PR20  13182.425313 -17391.747176  13158.294652 999999.999999
+PR21   7212.263602 -24262.887976  -3552.305068 999999.999999
+PR22  -3077.329740 -17071.468078 -18634.515151 999999.999999
+PR23 -11459.019463     86.892604 -22797.293840 999999.999999
+PR24 -13131.572482  17002.569198 -13775.282424 999999.999999
+*  2011  8 29 15 30  0.00000000
+PG01   2545.222701 -16875.894964 -20360.189512 999999.999999
+PG02 -21090.355904  14647.982181   5751.459432    353.490792
+PG03  11291.891539 -17525.565708  15839.257240    761.240026
+PG04 -24993.032172   4359.412637  -8648.798450    215.685589
+PG05 -13114.156818   9159.814697  21207.997635   -210.798130
+PG06  14226.918156 -12633.915762  18575.358748    -83.933176
+PG07 -13184.899295  -9715.936834  20966.400339     24.249643
+PG08 -20771.997669  -3979.990628  16457.545293      9.029015
+PG09  -6562.412933  17447.536060 -19481.503591    102.255897
+PG10 -22974.606093  -6731.055714  11679.807696    -11.449217
+PG11   6313.740724 -20995.359701 -15104.911386   -181.204136
+PG12   5705.954251  19112.148190 -17616.525890     18.969934
+PG13  -4911.601388 -22227.843261  13477.251706    254.080499
+PG14  14254.112487   3689.454205 -21941.367050    169.562115
+PG15  -4579.177070  25829.400874   3526.730793   -108.561485
+PG16  12023.745886  -9319.343558  21813.573933   -194.639052
+PG17 -14876.946693  -2816.960231 -21681.881017    177.341511
+PG18  20154.541026  17440.174292   2766.523733    154.700199
+PG19   8601.323907 -24247.118290   5750.966624   -178.161109
+PG20  -7645.738974 -19604.554475 -16385.047358     52.292982
+PG21  16838.353292   8315.251141  19424.394092   -167.911067
+PG22  23282.422363   8372.742138  -9627.588127    144.939626
+PG23   -522.415213 -25910.896612   4864.016045    280.241079
+PG24   4292.850543 -16954.071396 -19851.796677    419.468163
+PG25  16124.481824  19026.836029  -9200.000201     16.253258
+PG26 -12049.700067  19291.192469  12782.857694   -139.565296
+PG27 -12691.549892  17403.333393 -14642.635818    299.828967
+PG28 -22674.782643 -12227.378740  -6458.781548     63.336183
+PG29   6315.376298  22135.196162  13360.230095    235.299668
+PG30  18363.092079  17427.399842  -8473.890987     91.291116
+PG31  25105.105765  -7060.401471  -5404.847243    133.601897
+PG32   1149.789660 -17514.556479 -19785.231082   -319.345142
+PR01 -19105.017626 -11618.913310  12296.100298 999999.999999
+PR02 -11307.818960   3890.928414  22543.478980 999999.999999
+PR03 -10911.782062  11910.298605 -19796.696861 999999.999999
+PR04   8206.124683 -24039.327986   2409.375666 999999.999999
+PR05  19120.589603  11677.648018 -12196.314608 999999.999999
+PR06  11773.805665  -3157.659046 -22418.671212 999999.999999
+PR07  -4589.288758 -16911.422148 -18528.571323 999999.999999
+PR08 -15371.643684 -19716.186739  -5050.578722 999999.999999
+PR09  23277.245963  -8369.397431   6380.090529 999999.999999
+PR10  10745.480494 -11858.458620  19808.565074 999999.999999
+PR11  -8395.929582  -8530.007703  22509.269351 999999.999999
+PR12 -23026.360592    -72.836673  11134.950757 999999.999999
+PR13 -23199.326520   8662.195249  -6184.331612 999999.999999
+PR15  10808.454508   7443.480609 -21891.011841 999999.999999
+PR16  22888.489017    116.548944 -11184.882391 999999.999999
+PR17  -7264.737455  24487.684741    679.691188 999999.999999
+PR18   2560.040573  19105.972320  16790.616363 999999.999999
+PR19  10471.859782   2727.866414  23096.670603 999999.999999
+PR20  12487.358064 -15746.966344  15673.331440 999999.999999
+PR21   7131.637187 -24542.525349   -352.718703 999999.999999
+PR22  -2485.154002 -19169.313453 -16555.265522 999999.999999
+PR23 -10560.249060  -2595.862111 -23082.310076 999999.999999
+PR24 -12439.296020  15286.017841 -16217.185242 999999.999999
+*  2011  8 29 15 45  0.00000000
+PG01   4610.965550 -17799.953816 -19175.872523     -8.824703
+PG02 -21694.349711  14568.137889   2970.778398    353.492273
+PG03  11654.526589 -15538.659818  17541.788158    761.243901
+PG04 -24121.751155   3645.798338 -11126.792085    215.695586
+PG05 -15063.056730   7780.187991  20461.455371   -210.802881
+PG06  14354.925982 -10447.417395  19825.656423    -83.924633
+PG07 -11013.651370 -10805.932973  21653.786051     24.251431
+PG08 -18973.933967  -4746.931422  18276.436441      9.028775
+PG09  -8407.929665  18297.985939 -17882.489196    102.258730
+PG10 -23836.482342  -7620.213761   9225.765332    -11.450768
+PG11   7745.556614 -21784.896796 -13115.586042   -181.207091
+PG12   3921.890537  18002.851204 -19185.987996     18.972148
+PG13  -4547.318793 -23611.166008  11053.287776    254.078900
+PG14  13921.838183   6188.904635 -21605.239564    169.563766
+PG15  -4847.742903  25251.718041   6293.596467   -108.560141
+PG16  13993.306667  -7859.517820  21231.861089   -194.641064
+PG17 -14619.473897  -5298.447888 -21413.279460    177.340268
+PG18  19628.210079  17441.386159   5489.584038    154.701523
+PG19   8746.608792 -23391.186698   8465.955302   -178.164942
+PG20  -5880.930423 -18749.967459 -18038.551179     52.293081
+PG21  14904.286314   9353.832178  20472.667340   -167.913392
+PG22  23908.449234   9187.403431  -7067.124135    144.939222
+PG23   -219.885813 -26284.380816   2017.751241    280.238368
+PG24   6392.049861 -17693.240530 -18576.832695    419.471223
+PG25  15010.086989  18554.991277 -11711.412356     16.254837
+PG26 -11983.319416  17588.855153  15037.338183   -139.576805
+PG27 -14234.006679  18029.153559 -12357.565886    299.832960
+PG28 -23070.479221 -12761.107102  -3666.805116     63.338481
+PG29   5967.685900  23488.004189  10991.793358    235.302551
+PG30  17313.607462  17132.011958 -11018.685378     91.288594
+PG31  24466.422130  -6557.901783  -8146.536307    133.606946
+PG32   3043.040366 -16095.077781 -20716.080656   -319.351426
+PR01 -20145.835433 -12473.721519   9471.896953 999999.999999
+PR02 -13272.956832   2000.906050  21703.756178 999999.999999
+PR03 -13109.047306  12671.708422 -17905.625023 999999.999999
+PR04   7932.630258 -23601.462763   5576.619966 999999.999999
+PR05  20153.264343  12524.794390  -9364.280350 999999.999999
+PR06  13729.280833  -1287.438713 -21474.603792 999999.999999
+PR07  -2813.001334 -15315.595916 -20198.571788 999999.999999
+PR08 -14876.238569 -19059.463001  -8117.264755 999999.999999
+PR09  23809.999810  -8685.011431   3234.558452 999999.999999
+PR10  12962.630093 -12613.889534  17919.914279 999999.999999
+PR11  -5676.589537  -9266.586764  23066.921121 999999.999999
+PR12 -21497.920629   -319.134572  13834.418173 999999.999999
+PR13 -23691.849525   8997.827456  -3017.756450 999999.999999
+PR15   8139.359481   8142.120442 -22771.763835 999999.999999
+PR16  21359.599650    379.883681 -13894.013963 999999.999999
+PR17  -7072.394679  24421.960241  -2531.648270 999999.999999
+PR18   2194.049757  20993.390834  14428.157147 999999.999999
+PR19   9739.978115   5473.320255  22928.855449 999999.999999
+PR20  11840.258032 -13774.674255  17883.157835 999999.999999
+PR21   6932.509779 -24434.849984   2853.678088 999999.999999
+PR22  -2115.669066 -21037.469551 -14152.272498 999999.999999
+PR23  -9858.725050  -5344.529100 -22919.476951 999999.999999
+PR24 -11805.565395  13251.286745 -18344.623698 999999.999999
+*  2011  8 29 16  0  0.00000000
+PG01   6493.755406 -18753.672483 -17661.840259     -8.823810
+PG02 -22025.971674  14353.916747    137.448772    353.493697
+PG03  12129.012986 -13393.860177  18928.871308    761.249109
+PG04 -23055.383170   2759.454707 -13418.652255    215.705479
+PG05 -16988.826713   6554.833613  19363.314952   -210.807668
+PG06  14593.491666  -8151.017972  20736.844752    -83.915916
+PG07  -8853.511842 -12041.514795  21969.770631     24.253151
+PG08 -17051.156121  -5698.924590  19788.082943      9.028441
+PG09 -10038.518279  19153.179955 -15988.276082    102.262100
+PG10 -24499.185809  -8312.295401   6614.883377    -11.451888
+PG11   8980.671393 -22468.972532 -10901.119085   -181.209910
+PG12   1942.683159  16909.581513 -20426.790699     18.974368
+PG13  -4287.549667 -24725.786343   8437.005374    254.077154
+PG14  13731.694938   8641.214164 -20892.144309    169.565527
+PG15  -5148.018410  24380.548080   8951.059150   -108.558542
+PG16  15964.991505  -6557.960428  20287.068815   -194.643069
+PG17 -14493.549969  -7735.668169 -20772.192714    177.339040
+PG18  18849.527999  17311.661616   8120.950822    154.703135
+PG19   8907.160337 -22244.094010  11032.059192   -178.168461
+PG20  -3929.448403 -17901.375136 -19385.612199     52.293635
+PG21  12935.713379  10535.636500  21185.380123   -167.915662
+PG22  24320.593609   9815.224800  -4385.142492    144.939254
+PG23     56.988029 -26345.833044   -864.022992    280.235586
+PG24   8307.888245 -18463.363527 -16977.794496    419.472886
+PG25  13635.351938  18007.720434 -14021.823845     16.256401
+PG26 -11990.037180  15637.463192  17017.852409   -139.587852
+PG27 -15500.878853  18589.218548  -9847.953217    299.840103
+PG28 -23227.461429 -13094.970315   -812.074334     63.341443
+PG29   5704.070215  24579.588029   8435.253938    235.305576
+PG30  16003.172409  16775.918008 -13377.523218     91.286133
+PG31  23591.766153  -5871.774021 -10748.741022    133.611894
+PG32   5079.617183 -14721.099753 -21284.344264   -319.357500
+PR01 -20973.800358 -13017.017501   6463.903998 999999.999999
+PR02 -15270.739731    341.092779  20443.083036 999999.999999
+PR03 -15003.918353  13511.484747 -15668.657642 999999.999999
+PR04   7622.649918 -22768.102581   8635.624958 999999.999999
+PR05  20971.569004  13060.574226  -6350.355383 999999.999999
+PR06  15707.365833    343.713899 -20114.103703 999999.999999
+PR07   -785.494324 -13737.685509 -21476.108420 999999.999999
+PR08 -14055.697844 -18200.308425 -11026.184093 999999.999999
+PR09  23948.507804  -8913.995204     26.491293 999999.999999
+PR10  14877.549896 -13448.492493  15681.284449 999999.999999
+PR11  -2982.130750 -10218.460407  23176.121963 999999.999999
+PR12 -19693.160482   -779.698953  16266.980981 999999.999999
+PR13 -23788.459227   9236.149716    207.347343 999999.999999
+PR15   5454.046215   9069.530596 -23210.731052 999999.999999
+PR16  19554.602903    856.559814 -16332.494371 999999.999999
+PR17  -6808.370268  23958.632586  -5694.050991 999999.999999
+PR18   2024.810692  22600.837320  11787.386367 999999.999999
+PR19   9221.394715   8218.051283  22315.660763 999999.999999
+PR20  11291.510174 -11514.589255  19744.909866 999999.999999
+PR21   6669.454298 -23929.434779   6004.963632 999999.999999
+PR22  -1940.585606 -22619.599669 -11472.270895 999999.999999
+PR23  -9369.224684  -8090.637593 -22311.961786 999999.999999
+PR24 -11279.103889  10940.098985 -20116.444033 999999.999999
+*  2011  8 29 16 15  0.00000000
+PG01   8167.877774 -19698.983158 -15844.111841     -8.823651
+PG02 -22100.117879  13973.094392  -2698.313257    353.495331
+PG03  12726.586915 -11135.903554  19975.444105    761.252739
+PG04 -21830.934807   1688.233053 -15486.168920    215.715490
+PG05 -18845.946581   5493.628192  17932.735617   -210.812289
+PG06  14951.663873  -5789.637173  21294.208134    -83.907390
+PG07  -6749.768031 -13401.950486  21908.220144     24.254799
+PG08 -15051.084704  -6836.962779  20965.845593      9.029589
+PG09 -11435.616730  19971.833886 -13829.010561    102.265253
+PG10 -24931.169339  -8827.252396   3891.938293    -11.453389
+PG11  10018.690318 -23011.029512  -8498.629356   -181.213283
+PG12   -201.717367  15869.695925 -21317.229236     18.976388
+PG13  -4098.787641 -25546.075645   5674.101701    254.075612
+PG14  13677.092330  10996.102294 -19815.140818    169.567373
+PG15  -5513.516683  23233.936895  11453.018693   -108.557281
+PG16  17892.401111  -5428.839210  18996.129510   -194.645074
+PG17 -14492.382430 -10080.116247 -19770.576638    177.338224
+PG18  17814.204480  17086.877373  10617.037436    154.704939
+PG19   9117.980414 -20825.860528  13404.373443   -178.172030
+PG20  -1819.114332 -17092.386471 -20403.470327     52.293979
+PG21  10973.744355  11847.615094  21549.708449   -167.917899
+PG22  24491.391301  10278.406033  -1627.925069    144.938583
+PG23    345.658431 -26093.388151  -3730.584459    280.232930
+PG24  10013.216459 -19227.819959 -15082.030713    419.475834
+PG25  12010.783275  17425.658730 -16091.623220     16.258008
+PG26 -12099.437430  13475.025279  18687.528191   -139.599250
+PG27 -16487.513489  19041.017516  -7160.334111    299.844367
+PG28 -23122.018818 -13259.086649   2056.504262     63.344309
+PG29   5491.992338  25386.771417   5734.275695    235.308456
+PG30  14443.916478  16398.189842 -15511.447674     91.283703
+PG31  22516.649981  -4981.850038 -13166.377571    133.617200
+PG32   7224.037079 -13426.228118 -21478.539603   -319.363798
+PR01 -21536.908958 -13271.947237   3330.471851 999999.999999
+PR02 -17239.031217  -1063.210623  18785.897675 999999.999999
+PR03 -16561.267802  14375.017057 -13129.097101 999999.999999
+PR04   7332.112252 -21550.764504  11527.026159 999999.999999
+PR05  21523.705311  13308.444717  -3213.076897 999999.999999
+PR06  17645.254468   1712.301132 -18363.632504 999999.999999
+PR07   1456.561357 -12232.287085 -22336.472337 999999.999999
+PR08 -12899.529521 -17195.137279 -13720.776983 999999.999999
+PR09  23705.832926  -9002.008853  -3182.091249 999999.999999
+PR10  16454.113191 -14307.325258  13136.267472 999999.999999
+PR11   -380.300004 -11363.594602  22835.025672 999999.999999
+PR12 -17668.521171  -1480.205608  18385.289613 999999.999999
+PR13 -23503.940265   9322.433927   3428.424559 999999.999999
+PR15   2822.021025  10209.108607 -23199.037974 999999.999999
+PR16  17531.057232   1571.860209 -18453.165371 999999.999999
+PR17  -6528.806002  23098.881358  -8746.372731 999999.999999
+PR18   2014.955632  23880.882853   8919.300146 999999.999999
+PR19   8919.277182  10892.236455  21268.990650 999999.999999
+PR20  10884.093605  -9016.905147  21222.551666 999999.999999
+PR21   6398.495528 -23029.056037   9040.254164 999999.999999
+PR22  -1921.825634 -23868.108860  -8567.543601 999999.999999
+PR23  -9094.239802 -10764.617679 -21271.545821 999999.999999
+PR24 -10900.854898   8404.215452 -21498.391938 999999.999999
+*  2011  8 29 16 30  0.00000000
+PG01   9615.493119 -20595.057227 -13753.926746     -8.825386
+PG02 -21939.276082  13398.294409  -5486.164789    353.497044
+PG03  13450.911444  -8812.243027  20662.834727    761.256990
+PG04 -20488.295345    427.304859 -17294.801533    215.725493
+PG05 -20589.059078   4598.321666  16194.532740   -210.816956
+PG06  15430.955958  -3409.507700  21489.072160    -83.899077
+PG07  -4743.902089 -14859.101083  21469.465584     24.256539
+PG08 -13021.817959  -8153.246846  21788.424497      9.029287
+PG09 -12588.740732  20710.868041 -11439.369936    102.268744
+PG10 -25106.770020  -9191.068153   1103.265862    -11.454595
+PG11  10866.251930 -23376.663843  -5948.861400   -181.216146
+PG12  -2474.564002  14915.510071 -21841.538048     18.978634
+PG13  -3943.796808 -26055.025222   2812.724006    254.073894
+PG14  13743.278641  13206.151569 -18393.642667    169.569151
+PG15  -5974.034486  21837.743857  13756.164887   -108.555868
+PG16  19728.497421  -4477.869530  17381.746297   -194.647112
+PG17 -14601.385591 -12286.113732 -18426.625397    177.336700
+PG18  16525.663517  16803.970483  12936.654255    154.706556
+PG19   9410.308582 -19164.542730  15541.581982   -178.175790
+PG20    416.153165 -16351.971672 -21074.891385     52.294346
+PG21   9057.296217  13269.589320  21558.224099   -167.919888
+PG22  24399.752272  10604.489884   1157.171025    144.938394
+PG23    683.056348 -25534.440611  -6531.475838    280.230317
+PG24  11488.599210 -19947.039898 -12922.256327    419.478081
+PG25  10155.328452  16847.935408 -17885.327478     16.259694
+PG26 -12334.451984  11146.408117  20015.361827   -139.610852
+PG27 -17199.047395  19343.945698  -4344.066546    299.849668
+PG28 -22737.943297 -13288.346958   4890.416527     63.346862
+PG29   5295.735907  25894.461914   2935.042737    235.311324
+PG30  12655.816590  16035.908909 -17385.474560     91.281381
+PG31  21281.393533  -3875.646393 -15357.269762    133.622253
+PG32   9435.088678 -12238.248083 -21293.828814   -319.369956
+PR01 -21790.902233 -13272.341831    132.400008 999999.999999
+PR02 -19113.601029  -2198.869129  16764.318867 999999.999999
+PR03 -17758.479952  15203.521668 -10336.034683 999999.999999
+PR04   7114.282617 -19973.946378  14194.716901 999999.999999
+PR05  21765.693415  13302.520853    -13.383615 999999.999999
+PR06  19478.471996   2807.168797 -16257.185927 999999.999999
+PR07   3866.523998 -10847.404914 -22763.067008 999999.999999
+PR08 -11409.936488 -16103.132667 -16148.643300 999999.999999
+PR09  23107.569445  -8899.361195  -6329.204926 999999.999999
+PR10  17668.868140 -15131.178629  10334.510530 999999.999999
+PR11   2066.273030 -12668.482202  22050.530080 999999.999999
+PR12 -15486.434938  -2434.875617  20147.909382 999999.999999
+PR13 -22865.698442   9207.020302   6582.958925 999999.999999
+PR15    309.084814  11532.111467 -22736.544310 999999.999999
+PR16  15352.334548   2539.523137 -20215.160813 999999.999999
+PR17  -6289.041968  21857.148494 -11629.567388 999999.999999
+PR18   2119.161549  24796.398956   5879.228991 999999.999999
+PR19   8824.431249  13427.514238  19809.166738 999999.999999
+PR20  10651.675178  -6340.415008  22287.564304 999999.999999
+PR21   6174.535132 -21749.682756  11900.863093 999999.999999
+PR22  -2013.372257 -24746.074142  -5494.888685 999999.999999
+PR23  -9023.970639 -13298.463142 -19818.397564 999999.999999
+PR24 -10702.171845   5703.512000 -22463.764206 999999.999999
+*  2011  8 29 16 45  0.00000000
+PG01  10827.125148 -21399.900118 -11427.210670 999999.999999
+PG02 -21572.514126  12608.284847  -8176.613831    353.498424
+PG03  14297.810783  -6471.285954  20979.129942    761.261145
+PG04 -19068.781687  -1020.469954 -18814.204467    215.735366
+PG05 -22174.602274   3862.651878  14178.738050   -210.821870
+PG06  16025.258817  -1056.601014  21318.890823    -83.890351
+PG07  -2872.143247 -16378.374097  20660.347104     24.258205
+PG08 -11010.434088  -9631.257137  22240.290446      9.028803
+PG09 -13495.769826  21327.031095  -8858.129636    102.273090
+PG10 -25007.179090  -9434.549840  -1703.998805    -11.455079
+PG11  11536.629790 -23535.045371  -3295.530318   -181.219292
+PG12  -4833.513590  14073.071740 -21990.191473     18.980918
+PG13  -3783.270342 -26244.824328    -97.400634    254.072381
+PG14  13908.023577  15228.462215 -16653.022722    169.570754
+PG15  -6554.302195  20224.699522  15820.740445   -108.554167
+PG16  21427.283122  -3702.292910  15471.970742   -194.649008
+PG17 -14798.849632 -14312.378179 -16764.392921    177.335432
+PG18  14995.033678  16499.456443  15041.601435    154.708439
+PG19   9810.222349 -17295.216582  17406.702074   -178.179543
+PG20   2737.426664 -15703.373235 -21388.444102     52.294376
+PG21   7221.795253  14774.807557  21209.091850   -167.922543
+PG22  24031.805348  10825.089157   3922.521775    144.938097
+PG23   1103.907837 -24685.358419  -9217.453686    280.227638
+PG24  12722.902279 -20580.102582 -10535.985398    419.481828
+PG25   8095.832031  16310.596311 -19372.182887     16.261323
+PG26 -12710.253241   8701.658241  20976.920489   -139.622080
+PG27 -17649.881385  19461.044092  -1450.260329    299.853426
+PG28 -22067.137558 -13220.873712   7642.310022     63.349780
+PG29   5077.961798  26096.173128     85.484184    235.314101
+PG30  10666.066250  15722.704710 -18969.081773     91.279090
+PG31  19929.593741  -2549.094437 -17282.912243    133.627408
+PG32  11667.248240 -11178.068759 -20732.209400   -319.376142
+PR01 -21701.234590 -13061.061245  -3068.240474 999999.999999
+PR02 -20830.713075  -3065.215681  14417.528777 999999.999999
+PR03 -18586.156687  15936.610805  -7343.415480 999999.999999
+PR04   7017.308858 -18074.243033  16586.934429 999999.999999
+PR05  21663.330672  13085.903278   3186.569408 999999.999999
+PR06  21143.480227   3629.717045 -13835.635161 999999.999999
+PR07   6389.482264  -9622.526142 -22747.720798 999999.999999
+PR08  -9601.977897 -14983.669154 -18262.565170 999999.999999
+PR09  22190.686153  -8563.323892  -9354.080745 999999.999999
+PR10  18511.803930 -15859.205099   7330.735502 999999.999999
+PR11   4302.438958 -14089.481601  20838.122551 999999.999999
+PR12 -13212.858683  -3645.611835  21520.145842 999999.999999
+PR13 -21912.536038   8847.651375   9609.685499 999999.999999
+PR15  -2025.189644  12998.736812 -21831.876180 999999.999999
+PR16  13085.066045   3760.953720 -21584.673851 999999.999999
+PR17  -6141.072944  20260.658275 -14287.816707 999999.999999
+PR18   2286.280677  25322.008388   2725.791499 999999.999999
+PR19   8915.805035  15759.611461  17964.535276 999999.999999
+PR20  10617.116476  -3550.285006  22919.484182 999999.999999
+PR21   6048.828763 -20119.937008  14531.421426 999999.999999
+PR22  -2163.471206 -25228.740926  -2314.486223 999999.999999
+PR23  -9136.851288 -15628.337507 -17980.685281 999999.999999
+PR24 -10703.427659   2903.727280 -22993.915347 999999.999999
+*  2011  8 29 17  0  0.00000000
+PG01  11801.828297 -22072.004819  -8903.960694 999999.999999
+PG02 -21034.206501  11589.027713 -10721.980275    353.499460
+PG03  15255.351009  -4160.603929  20919.383891    761.266228
+PG04 -17613.643470  -2644.454950 -20018.696913    215.745755
+PG05 -23562.380290   3272.772698  11920.075289   -210.826810
+PG06  16721.053417   1224.921818  20787.236333    -83.881717
+PG07  -1164.221194 -17919.945271  19494.145673     24.259446
+PG08  -9061.318463 -11246.160850  22312.041038      9.028604
+PG09 -14162.937804  21778.571035  -6127.654008    102.275635
+PG10 -24621.161492  -9591.959086  -4482.673713    -11.456372
+PG11  12049.068429 -23460.233199   -584.585443   -181.221833
+PG12  -7232.050816  13361.183258 -21760.101559     18.983152
+PG13  -3577.565799 -26117.086560  -3005.854750    254.070775
+PG14  14142.603382  17026.123331 -14624.114184    169.572609
+PG15  -7272.842949  18433.207953  17611.233287   -108.552719
+PG16  22945.441860  -3091.181254  13299.703250   -194.651233
+PG17 -15056.894741 -16123.413423 -14813.316414    177.334490
+PG18  13240.870952  16207.982341  16897.213829    154.709903
+PG19  10337.461477 -15258.695308  18967.733400   -178.183114
+PG20   5102.046767 -15163.244889 -21338.688036     52.295179
+PG21   5497.992422  16330.751907  20506.205760   -167.924853
+PG22  23381.474302  10974.473200   6621.034888    144.937769
+PG23   1639.142998 -23570.845879 -11741.410280    280.224892
+PG24  13713.551699 -21086.410937  -7964.862845    419.485195
+PG25   5866.193546  15845.157880 -20526.685739     16.262962
+PG26 -13233.499226   6194.096285  21554.879327   -139.633249
+PG27 -17862.783595  19360.559300   1469.284090    299.859412
+PG28 -21109.924195 -13096.400557  10266.707678     63.352188
+PG29   4801.335110  25994.230557  -2765.534966    235.316856
+PG30   8508.194850  15487.445915 -20236.623313     91.276693
+PG31  18506.464401  -1006.950188 -18909.186542    133.632313
+PG32  13872.297015 -10258.949635 -19802.566554   -319.382167
+PR01 -21244.654277 -12687.967758  -6209.310658 999999.999999
+PR02 -22329.712563  -3673.826083  11791.019457 999999.999999
+PR03 -19048.286530  16514.943641  -4209.013732 999999.999999
+PR04   7081.992933 -15898.972564  18657.261057 999999.999999
+PR05  21193.757679  12708.637734   6324.620159 999999.999999
+PR06  22580.261452   4193.581739 -11145.937338 999999.999999
+PR07   8964.307520  -8587.072835 -22290.836346 999999.999999
+PR08  -7503.196729 -13893.745693 -20021.428223 999999.999999
+PR09  21001.918304  -7960.160469 -12198.319237 999999.999999
+PR10  18986.555316 -16431.636616   4183.652245 999999.999999
+PR11   6282.569128 -15574.595410  19221.560939 999999.999999
+PR12 -10914.665540  -5101.652879  22474.752022 999999.999999
+PR13 -20692.966686   8211.503942  12449.781597 999999.999999
+PR15  -4129.719166  14559.689978 -20502.286883 999999.999999
+PR16  10796.479307   5224.964524 -22535.579753 999999.999999
+PR17  -6131.150671  18348.423204 -16669.601032 999999.999999
+PR18   2461.716719  25445.069798   -480.212410 999999.999999
+PR19   9161.507602  17830.808969  15770.918597 999999.999999
+PR20  10791.456009   -715.571629  23106.282014 999999.999999
+PR21   6066.620426 -18180.046214  16880.938859 999999.999999
+PR22  -2317.088251 -25304.519126    911.310728 999999.999999
+PR23  -9400.584494 -17697.015999 -15794.035639 999999.999999
+PR24 -10913.101360     73.973766 -23078.610475 999999.999999
+*  2011  8 29 17 15  0.00000000
+PG01  12547.028594 -22572.000169  -6227.559995     -8.829241
+PG02 -20362.554813  10334.435168 -13077.315450    353.501110
+PG03  16304.261811  -1925.194547  20485.664312    761.270009
+PG04 -16162.579898  -4426.433582 -20887.672597    215.755394
+PG05 -24717.013233   2807.977315   9457.360740   -210.831303
+PG06  17497.911847   3394.178539  19903.695230    -83.873133
+PG07    357.629440 -19440.204224  17990.399869     24.261067
+PG08  -7214.578027 -12965.549339  22000.670141      9.028620
+PG09 -14604.519333  22026.895801  -3293.309137    102.278312
+PG10 -23945.503345  -9699.533276  -7186.265968    -11.457909
+PG11  12427.874438 -23132.329734   2136.596360   -181.224904
+PG12  -9621.083476  12790.712330 -21154.707361     18.985374
+PG13  -3288.446794 -25682.718893  -5862.421490    254.068820
+PG14  14413.045327  18569.445127 -12342.620237    169.574246
+PG15  -8141.086062  16505.942304  19096.985745   -108.551116
+PG16  24243.879568  -2626.051296  10902.125601   -194.653200
+PG17 -15342.668771 -17690.669736 -12607.654246    177.333127
+PG18  11288.625457  15960.963615  18472.855649    154.712064
+PG19  11004.523104 -13100.036660  20198.199889   -178.187112
+PG20   7465.041453 -14741.050033 -20926.269855     52.295871
+PG21   3910.934389  17900.175212  19459.256589   -167.927097
+PG22  22450.766534  11088.069394   9206.926446    144.937184
+PG23   2314.465009 -22222.983054 -14059.246954    280.222195
+PG24  14466.452679 -21427.372889  -5253.908216    419.488802
+PG25   3506.258461  15477.348007 -21329.014785     16.264636
+PG26 -13901.968297   3678.274073  21739.374737   -139.644749
+PG27 -17867.676446  19017.261400   4363.097590    299.865681
+PG28 -19875.053999 -12954.632600  12720.661055     63.355248
+PG29   4430.159728  25599.652040  -5569.043970    235.319813
+PG30   6220.971129  15353.127176 -21167.667839     91.274269
+PG31  17057.109798    737.138290 -20207.014233    133.637468
+PG32  16001.075204  -9486.047077 -18520.579172   -319.388413
+PR01 -20410.327982 -12207.615009  -9229.810132 999999.999999
+PR02 -23555.504784  -4047.776907   8935.716914 999999.999999
+PR03 -19161.871103  16882.849843   -993.336736 999999.999999
+PR04   7339.882650 -13504.369636  20365.521309 999999.999999
+PR05  20346.564945  12225.393073   9339.809325 999999.999999
+PR06  23734.774197   4523.801197  -8240.230031 999999.999999
+PR07  11525.972556  -7759.294750 -21401.374710 999999.999999
+PR08  -5152.727784 -12885.537371 -21391.023402 999999.999999
+PR09  19595.775383  -7066.785999 -14806.998595 999999.999999
+PR10  19110.037120 -16792.473691    954.788705 999999.999999
+PR11   7972.190983 -17065.613932  17232.397431 999999.999999
+PR12  -8657.000947  -6779.764764  22992.501630 999999.999999
+PR13 -19263.140116   7276.831819  15048.012867 999999.999999
+PR15  -5963.815422  16158.173935 -18773.347653 999999.999999
+PR16   8551.737916   6908.053792 -23049.905152 999999.999999
+PR17  -6297.632528  16169.775548 -18728.691311 999999.999999
+PR18   2589.948458  25166.156252  -3676.949505 999999.999999
+PR19   9520.298593  19592.144036  13270.921178 999999.999999
+PR20  11173.408029   2093.414234  22844.576698 999999.999999
+PR21   6265.033124 -15980.328770  18903.786018 999999.999999
+PR22  -2418.514551 -24975.434386   4119.234199 999999.999999
+PR23  -9773.642209 -19456.062785 -13300.848304 999999.999999
+PR24 -11327.379466  -2715.886220 -22716.218576 999999.999999
+*  2011  8 29 17 30  0.00000000
+PG01  13078.044633 -22864.230065  -3444.033636     -8.831613
+PG02 -19597.967290   8846.799883 -15201.257001    353.502636
+PG03  17418.677226    194.128866  19686.938900    761.273471
+PG04 -14752.319745  -6341.085311 -21405.944537    215.765221
+PG05 -25609.212098   2441.687324   6832.838947   -210.836257
+PG06  18329.265733   5414.901614  18683.675207    -83.864519
+PG07   1679.372490 -20893.369973  16174.607637     24.262703
+PG08  -5504.604510 -14750.486684  21309.739319      9.028978
+PG09 -14842.214579  22038.163127   -402.797982    102.280384
+PG10 -22985.175157  -9793.951696  -9769.683656    -11.459416
+PG11  12701.295002 -22538.420881   4820.073475   -181.227749
+PG12 -11950.649480  12364.220092 -20183.951751     18.987471
+PG13  -2880.761513 -24961.441938  -8617.960202    254.067188
+PG14  14681.578914  19836.907282  -9848.446451    169.576014
+PG15  -9162.769027  14488.290132  20252.710481   -108.549534
+PG16  25289.111750  -2281.763167   8320.075224   -194.655010
+PG17 -15619.738264 -18993.432888 -10185.851471    177.331783
+PG18   9169.870860  15785.349724  19742.362622    154.713094
+PG19  11816.062020 -10866.902538  21077.575971   -178.190581
+PG20   9780.636957 -14438.742055 -20157.926177     52.295846
+PG21   2479.129959  19442.340394  18083.721570   -167.929308
+PG22  21249.766457  11200.937184  11636.464554    144.936874
+PG23   3149.139155 -20679.983625 -16130.679344    280.219521
+PG24  14995.570538 -21568.019278  -2450.687153    419.490667
+PG25   1060.483772  15226.081943 -21765.368451     16.266251
+PG26 -14704.599844   1207.892113  21528.163681   -139.656131
+PG27 -17700.173369  18413.472875   7180.999847    299.872017
+PG28 -18379.421749 -12833.644933  14964.340888     63.357745
+PG29   3931.956928  24931.706062  -8276.803820    235.322556
+PG30   3847.130811  15335.987135 -21747.262278     91.272009
+PG31  15624.799524   2660.915148 -21152.931708    133.642586
+PG32  18005.299503  -8856.305060 -16908.476234   -319.394450
+PR01 -19200.461253 -11676.750533 -12071.062538 999999.999999
+PR02 -24460.822179  -4220.418284   5906.999016 999999.999999
+PR03 -18956.025135  16990.817104   2241.523285 999999.999999
+PR04   7811.764206 -10953.420615  21678.558155 999999.999999
+PR05  19124.392898  11692.956636  12173.566356 999999.999999
+PR06  24561.178896   4655.504428  -5174.826682 999999.999999
+PR07  14008.041106  -7145.647669 -20096.675167 999999.999999
+PR08  -2599.922240 -12004.169294 -22344.713722 999999.999999
+PR09  18032.247107  -5871.988366 -17129.717035 999999.999999
+PR10  18911.525197 -16892.029038  -2292.736981 999999.999999
+PR11   9349.153017 -18500.533385  14909.355344 999999.999999
+PR12  -6500.712443  -8644.968332  23062.614041 999999.999999
+PR13 -17684.463558   6034.148440  17353.811871 999999.999999
+PR15  -7498.653302  17732.220490 -16678.472157 999999.999999
+PR16   6411.393296   8775.207398 -23118.137814 999999.999999
+PR17  -6669.167216  13782.483617 -20425.043818 999999.999999
+PR18   2617.096476  24499.007740  -6802.722510 999999.999999
+PR19   9943.485853  21005.258246  10513.103352 999999.999999
+PR20  11749.397413   4807.787232  22139.681622 999999.999999
+PR21   6671.304703 -13579.273559  20560.579469 999999.999999
+PR22  -2414.004932 -24257.014117   7246.380053 999999.999999
+PR23 -10207.168797 -20867.653539 -10549.479022 999999.999999
+PR24 -11930.288694  -5397.892345 -21913.742922 999999.999999
+*  2011  8 29 17 45  0.00000000
+PG01  13417.307679 -22918.202231   -601.258164     -8.832729
+PG02 -18781.368434   7136.882372 -17056.798408    353.504056
+PG03  18567.158340   2162.151148  18538.810187    761.276531
+PG04 -13415.314406  -8356.727525 -21564.019768    215.775272
+PG05 -26216.831148   2142.668514   4091.464802   -210.840818
+PG06  19183.411815   7256.595267  17148.127657    -83.855794
+PG07   2795.551469 -22233.214489  14077.815311     24.264415
+PG08  -3958.845129 -16556.838063  20249.440372      9.028772
+PG09 -14904.244446  21784.737877   2494.579286    102.282106
+PG10 -21753.208213  -9910.801282 -12189.916979    -11.459858
+PG11  12900.226767 -21673.257279   7418.240601   -181.230613
+PG12 -14171.670761  12075.923067 -18864.143612     18.989876
+PG13  -2323.992169 -23980.983746 -11225.250670    254.065755
+PG14  14908.233911  20815.790591  -7184.970938    169.577825
+PG15 -10333.650388  12426.710301  21058.905202   -108.547986
+PG16  26054.447654  -2027.667389   5597.370941   -194.656906
+PG17 -15849.616292 -20019.412475  -7589.846730    177.330384
+PG18   6921.322330  15702.559836  20684.429263    154.715135
+PG19  12768.616817  -8607.838692  21591.592388   -178.194068
+PG20  12003.805606 -14250.739022 -19046.392043     52.296713
+PG21   1213.947443  20914.425786  16400.767252   -167.931732
+PG22  19796.336560  11346.272103  13868.670082    144.936781
+PG23   4155.051424 -18984.724817 -17919.957382    280.216653
+PG24  15322.190573 -21478.490344    395.571249    419.494233
+PG25  -1423.571660  15102.712519 -21828.201385     16.267853
+PG26 -15621.935410  -1166.223851  20926.587862   -139.667187
+PG27 -17399.938266  17539.777842   9874.972975    299.875199
+PG28 -16647.506693 -12768.372673  16961.564375     63.360648
+PG29   3278.926229  24017.163530 -10842.137865    235.325431
+PG30   1431.973117  15444.885093 -21966.121315     91.269813
+PG31  14249.313567   4734.147571 -21729.571626    133.647799
+PG32  19839.366296  -8358.698840 -14994.645263   -319.400474
+PR01 -17630.387553 -11151.737570 -14677.856851 999999.999999
+PR02 -25008.184808  -4233.713686   2763.625733 999999.999999
+PR03 -18470.587384  16797.739477   5433.068838 999999.999999
+PR04   8506.619319  -8313.430129  22570.873743 999999.999999
+PR05  17542.999270  11167.653410  14770.848472 999999.999999
+PR06  25023.740980   4632.176743  -2009.131874 999999.999999
+PR07  16345.225476  -6740.681893 -18402.114565 999999.999999
+PR08     97.454761 -11285.806456 -22863.953067 999999.999999
+PR09  16374.302114  -4377.159885 -19121.550919 999999.999999
+PR10  18431.224624 -16689.215256  -5495.475685 999999.999999
+PR11  10404.273691 -19816.147752  12297.571559 999999.999999
+PR12  -4499.960960 -10651.778017  22683.019075 999999.999999
+PR13 -16021.019534   4486.897558  19322.267717 999999.999999
+PR15  -8718.239483  19217.265856 -14258.282062 999999.999999
+PR16   4429.052549  10781.189102 -22739.374125 999999.999999
+PR17  -7263.294390  11250.529075 -21725.580564 999999.999999
+PR18   2493.426724  23469.958880  -9797.140027 999999.999999
+PR19  10377.150722  22043.814135   7551.038459 999999.999999
+PR20  12494.127634   7362.701134  21005.484029 999999.999999
+PR21   7301.443958 -11041.290722  21818.952538 999999.999999
+PR22  -2254.332479 -23177.613354  10231.478247 999999.999999
+PR23 -10647.206837 -21905.967820  -7593.306360 999999.999999
+PR24 -12694.354508  -7908.557715 -20686.688199 999999.999999
+*  2011  8 29 18  0  0.00000000
+PG01  13593.311656 -22709.850155   2251.861474     -8.833198
+PG02 -17952.512125   5223.653922 -18611.955911    353.505765
+PG03  19713.948517   3950.415669  17063.112361    761.281544
+PG04 -12178.590853 -10436.300593 -21358.298810    215.785108
+PG05 -26525.658817   1876.425863   1280.143706   -210.845685
+PG06  20024.716720   8895.474145  15323.191286    -83.847161
+PG07   3709.331082 -23414.826899  11736.098760     24.265699
+PG08  -2596.833759 -18336.834020  18836.539383      9.029137
+PG09 -14824.180831  21246.456070   5348.733760    102.284432
+PG10 -20270.290825 -10083.095754 -14406.682964    -11.461930
+PG11  13056.807163 -20539.641397   9884.747529   -181.233971
+PG12 -16237.686645  11911.992732 -17217.705414     18.991974
+PG13  -1593.615609 -22775.981928 -13639.791626    254.064096
+PG14  15052.520768  21502.472207  -4398.267587    169.579369
+PG15 -11641.543216  10367.065936  21502.160657   -108.546469
+PG16  26520.929947  -1828.956338   2780.099782   -194.659097
+PG17 -15993.366600 -20765.011964  -4864.334334    177.329059
+PG18   4583.675011  15727.624442  21282.938617    154.716948
+PG19  13850.668730  -6370.543735  21732.420025   -178.198026
+PG20  14091.794494 -14164.194687 -17610.214961     52.297214
+PG21    119.272515  22273.052132  14437.056334   -167.934191
+PG22  18115.539420  11553.995195  15865.965962    144.936316
+PG23   5336.073945 -17183.112069 -19396.485994    280.213905
+PG24  15473.887980 -21135.328162   3234.891339    419.496669
+PG25  -3896.875436  15110.583533 -21516.356432     16.269479
+PG26 -16626.933656  -3397.993868  19947.350292   -139.678745
+PG27 -17008.943113  16395.396794  12399.938254    299.878294
+PG28 -14710.562367 -12789.240606  18680.260084     63.362792
+PG29   2449.230636  22889.270527 -13220.741200    235.328172
+PG30   -978.126017  15680.955308 -21820.743600     91.267426
+PG31  12965.425434   6919.583688 -21926.037454    133.652842
+PG32  21462.061793  -7974.823656 -12813.099801   -319.406774
+PR01 -15728.120977 -10686.005448 -16999.522059 999999.999999
+PR02 -25171.471828  -4136.217115   -433.397934 999999.999999
+PR03 -17754.299807  16272.832701   8519.587238 999999.999999
+PR04   9421.091346  -5653.419530  23025.122757 999999.999999
+PR05  15630.790294  10702.798535  17081.210305 999999.999999
+PR06  25098.332085   4503.576274   1195.503159 999999.999999
+PR07  18475.907010  -6527.444126 -16350.612947 999999.999999
+PR08   2875.379219 -10756.139900 -22938.647086 999999.999999
+PR09  14685.281958  -2596.507796 -20743.911755 999999.999999
+PR10  17718.388402 -16153.477351  -8590.910479 999999.999999
+PR11  11141.450153 -20950.706283   9447.719432 999999.999999
+PR12  -2700.115169 -12745.905516  21860.452275 999999.999999
+PR13 -14336.888403   2651.581662  20915.007093 999999.999999
+PR15  -9619.839227  20548.862293 -11559.824542 999999.999999
+PR16   2649.355955  12872.264196 -21921.304373 999999.999999
+PR17  -8085.518463   8641.635511 -22604.840298 999999.999999
+PR18   2175.686804  22116.864142 -12602.266319 999999.999999
+PR19  10764.606668  22694.421889   4442.271559 999999.999999
+PR20  13371.656622   9699.789152  19464.161083 999999.999999
+PR21   8159.365244  -8434.224717  22654.196807 999999.999999
+PR22  -1897.146619 -21777.210556  13016.125861 999999.999999
+PR23 -11037.151688 -22558.093518  -4489.699613 999999.999999
+PR24 -13581.758485 -10191.255094 -19058.766614 999999.999999
+*  2011  8 29 18 15  0.00000000
+PG01  13639.334195 -22222.558881   5066.233470     -8.835876
+PG02 -17148.370000   3133.709325 -19840.319582    353.507141
+PG03  20820.402430   5538.087692  15287.387298    761.286024
+PG04 -11062.806872 -12538.564845 -20791.194422    215.795309
+PG05 -26529.918057   1606.723826  -1553.058018   -210.850569
+PG06  20814.976503  10315.151944  13239.762481    -83.838863
+PG07   4432.195110 -24396.348148   9189.944262     24.267268
+PG08  -1429.527422 -20040.815086  17094.194595      9.027860
+PG09 -14639.548105  20411.638285   8109.655359    102.287442
+PG10 -18564.099945 -10339.899365 -16383.028613    -11.463136
+PG11  13202.947371 -19148.497535  12175.412715   -181.236719
+PG12 -18106.499086  11851.182992 -15272.808391     18.994102
+PG13   -672.223709 -21386.639510 -15820.540814    254.062180
+PG14  15075.127107  21902.378138  -1536.297640    169.581037
+PG15 -13066.666092   8352.998004  21575.358681   -108.544901
+PG16  26677.997278  -1648.169550    -84.125552   -194.660949
+PG17 -16013.221996 -21235.275181  -2055.995068    177.327691
+PG18   2200.300503  15868.562843  21527.231251    154.718681
+PG19  15043.026188  -4200.195389  21498.733233   -178.201653
+PG20  16005.578988 -14159.557130 -15873.475488     52.297833
+PG21   -808.551416  23475.879526  12224.450251   -167.936680
+PG22  16238.803623  11849.479329  17594.767542    144.935956
+PG23   6687.760719 -15322.347086 -20535.335726    280.211385
+PG24  15483.251573 -20522.520746   6017.481114    419.498425
+PG25  -6310.607429  15244.903616 -20835.089668     16.271105
+PG26 -17686.113862  -5447.719732  18610.119503   -139.690031
+PG27 -16569.697626  14988.226961  14714.428631    299.882239
+PG28 -12605.586818 -12920.974448  20092.871998     63.365364
+PG29   1428.054806  21586.480553 -15371.454411    235.331014
+PG30  -3337.234183  16037.549170 -21313.455278     91.265213
+PG31  11801.586759   9174.203836 -21738.159344    133.657955
+PG32  22838.103628  -7679.804051 -10402.818021   -319.412862
+PR01 -13533.390148 -10327.636580 -18990.914130 999999.999999
+PR02 -24937.037625  -3980.773434  -3622.004471 999999.999999
+PR03 -16862.630002  15397.135968  11441.329528 999999.999999
+PR04  10539.483527  -3041.464542  23032.449198 999999.999999
+PR05  13427.834641  10346.291131  19059.783322 999999.999999
+PR06  24773.466615   4323.389385   4376.963114 999999.999999
+PR07  20344.515603  -6478.374709 -13981.994926 999999.999999
+PR08   5665.987051 -10429.332727 -22567.349332 999999.999999
+PR09  13026.297189   -556.733170 -21965.286776 999999.999999
+PR10  16829.069383 -15266.286732 -11518.696594 999999.999999
+PR11  11577.224850 -21846.526215   6415.029077 999999.999999
+PR12  -1136.019902 -14866.361236  20610.374536 999999.999999
+PR13 -12693.488166    557.340535  22100.949085 999999.999999
+PR15 -10213.842346  21665.410677  -8635.656135 999999.999999
+PR16   1106.344294  14988.284492 -20680.038525 999999.999999
+PR17  -9128.897488   6024.649126 -23045.487073 999999.999999
+PR18   1629.177197  20487.563279 -15163.730218 999999.999999
+PR19  11048.986979  22957.037782   1247.199960 999999.999999
+PR20  14336.934409  11769.331652  17545.739044 999999.999999
+PR21   9236.540363  -5826.730917  23049.761133 999999.999999
+PR22  -1309.031042 -20105.727072  15545.955322 999999.999999
+PR23 -11320.331164 -22824.405768  -1298.907530 999999.999999
+PR24 -14545.946820 -12198.320453 -17061.447939 999999.999999
+*  2011  8 29 18 30  0.00000000
+PG01  13591.978817 -21447.914454   7793.424501     -8.835992
+PG02 -16401.661946    900.378032 -20721.479511    353.508846
+PG03  21846.524265   6912.492373  13244.259914    761.290087
+PG04 -10081.545129 -14619.470403 -19871.164251    215.805005
+PG05 -26232.457869   1297.173495  -4359.719941   -210.855499
+PG06  21514.881537  11507.057018  10932.998345    -83.830124
+PG07   4983.310828 -25140.605970   6483.539456     24.268896
+PG08   -458.982205 -21619.091085  15051.643223      9.027833
+PG09 -14390.243743  19277.801569  10728.325716    102.289630
+PG10 -16668.391891 -10705.102665 -18085.887766    -11.464188
+PG11  13368.870435 -17518.615931  14249.107409   -181.239633
+PG12 -19741.664777  11865.762586 -13062.899987     18.996390
+PG13    449.637677 -19857.188613 -17730.585677    254.060753
+PG14  14939.564750  22029.599819   1351.915547    169.582850
+PG15 -14582.296095   6424.401600  21277.759257   -108.543208
+PG16  26523.846866  -1446.797321  -2946.929014   -194.663051
+PG17 -15874.155693 -21443.515902    787.291167    177.326452
+PG18   -184.156460  16126.019589  21412.309716    154.720330
+PG19  16319.515260  -2137.897770  20895.656686   -178.205393
+PG20  17711.187129 -14211.395785 -13865.416457     52.297886
+PG21  -1580.487603  24483.216180   9799.601108   -167.938586
+PG22  14202.865204  12252.458386  19026.007545    144.935736
+PG23   8197.382632 -13449.170580 -21317.636020    280.208656
+PG24  15386.415702 -19632.254495   8694.654484    419.501666
+PG25  -8617.839594  15492.945786 -19795.987719     16.272702
+PG26 -18760.967609  -7283.418229  16940.982981   -139.701622
+PG27 -16123.520247  13334.561582  16781.154775    299.884873
+PG28 -10374.109507 -13181.629129  21176.704513     63.368255
+PG29    208.393129  20150.994372 -17256.987517    235.333548
+PG30  -5601.365618  16500.466671 -20452.381071     91.262856
+PG31  10778.869596  11450.718212 -21168.621988    133.663053
+PG32  23939.445810  -7443.483886  -7806.969431   -319.419029
+PR01 -11096.192605 -10117.192415 -20613.295929 999999.999999
+PR02 -24304.325122  -3822.039334  -6740.268776 999999.999999
+PR03 -15855.326674  14164.536148  14141.656606 999999.999999
+PR04  11834.290327   -542.081855  22592.660261 999999.999999
+PR05  10984.400720  10138.451311  20668.146066 999999.999999
+PR06  24050.830035   4146.723931   7473.566778 999999.999999
+PR07  21903.670213  -6556.661555 -11342.218944 999999.999999
+PR08   8400.156434 -10307.470012 -21757.288917 999999.999999
+PR09  11453.732269   1703.810774 -22761.849624 999999.999999
+PR10  15823.603810 -14022.132801 -14221.851768 999999.999999
+PR11  11739.830344 -22452.452361   3258.223670 999999.999999
+PR12    169.285131 -16947.868052  18956.713538 999999.999999
+PR13 -11147.043374  -1755.004476  22856.918636 999999.999999
+PR15 -10523.073335  22510.797019  -5542.810789 999999.999999
+PR16   -177.720276  17065.048557 -19039.777659 999999.999999
+PR17 -10374.166851   3466.878864 -23038.665682 999999.999999
+PR18    829.469941  18637.948456 -17431.772704 999999.999999
+PR19  11175.851596  22844.818213  -1972.102417 999999.999999
+PR20  15337.737508  13532.063505  15287.504678 999999.999999
+PR21  10512.185351  -3285.623216  22997.597267 999999.999999
+PR22   -467.171770 -18220.944940  17771.712325 999999.999999
+PR23 -11442.601085 -22718.404655   1917.110672 999999.999999
+PR24 -15533.623610 -13892.787743 -14733.361210 999999.999999
+*  2011  8 29 18 45  0.00000000
+PG01  13489.595342 -20386.147431  10386.494207     -8.836180
+PG02 -15739.587479  -1437.425289 -21241.322460    353.510231
+PG03  22752.548239   8069.314815  10970.734380    761.294911
+PG04  -9240.875221 -16633.653770 -18612.652183    215.815213
+PG05 -25644.629305    912.825851  -7091.878983   -210.860600
+PG06  22085.533993  12470.561412   8441.758578    -83.821449
+PG07   5388.584185 -25616.583226   3663.987306     24.270448
+PG08    321.610406 -23023.841644  12743.755761      9.028689
+PG09 -14116.836718  17852.028385  13157.658576    102.291687
+PG10 -14621.883316 -11196.392648 -19486.587086    -11.464567
+PG11  13581.719286 -15676.077178  16068.585900   -181.242819
+PG12 -21113.774566  11922.716810 -10626.130654     18.998530
+PG13   1772.941058 -18234.222303 -19337.735693    254.059333
+PG14  14613.704990  21906.194082   4217.114471    169.584763
+PG15 -16155.696852   4616.062138  20614.977605   -108.541867
+PG16  26065.484650  -1186.923878  -5759.943860   -194.665039
+PG17 -15545.347284 -21410.648653   3617.238548    177.325049
+PG18  -2525.235290  16493.175439  20938.974006    154.721988
+PG19  17647.944646   -219.306930  19934.601998   -178.208919
+PG20  19180.845077 -14289.467504 -11619.984221     52.298280
+PG21  -2214.273414  25259.576368   7203.429208   -167.941003
+PG22  12048.523614  12776.158444  20135.590142    144.935781
+PG23   9844.296415 -11608.150355 -21730.847301    280.205919
+PG24  15221.462817 -18465.344557  11219.724935    419.505832
+PG25 -10775.146438  15834.565425 -18416.778233     16.274276
+PG26 -19809.567559  -8881.802339  14971.775833   -139.712999
+PG27 -15708.912682  11458.512318  18567.466691    299.889425
+PG28  -8060.835318 -13581.862594  21914.209972     63.370633
+PG29  -1208.465102  18627.163429 -18844.580650    235.336378
+PG30  -7729.917246  17048.469816 -19251.342766     91.260394
+PG31   9910.212448  13699.252492 -20226.958133    133.668284
+PG32  24746.290071  -7231.843579  -5072.050665   -319.425167
+PR01  -8474.928991 -10085.870576 -21835.092942 999999.999999
+PR02 -23285.949784  -3713.930249  -9727.611929 999999.999999
+PR03 -14793.809172  12582.269654  16568.131272 999999.999999
+PR04  13267.240660   1786.227750  21714.233918 999999.999999
+PR05   8359.077768  10110.191819  21875.068601 999999.999999
+PR06  22945.276345   4027.546135  10425.257904 999999.999999
+PR07  23115.992264  -6717.993121  -8482.488961 999999.999999
+PR08  11010.146837 -10380.535421 -20524.229231 999999.999999
+PR09  10016.961783   4136.448912 -23117.929684 999999.999999
+PR10  14763.935914 -12428.970428 -16647.872339 999999.999999
+PR11  11667.754048 -22726.061679     38.391733 999999.999999
+PR12   1205.338663 -18923.486966  16931.428470 999999.999999
+PR13  -9746.289621  -4234.402406  23168.106246 999999.999999
+PR15 -10581.574921  23036.819285  -2341.672924 999999.999999
+PR16  -1193.034794  19036.840646 -17032.338373 999999.999999
+PR17 -11790.395444   1031.505457 -22584.195842 999999.999999
+PR18   -236.298886  16629.711097 -19362.213497 999999.999999
+PR19  11095.702277  22383.436113  -5153.093657 999999.999999
+PR20  16316.918763  14960.548412  12733.280462 999999.999999
+PR21  11953.977683   -873.301892  22498.343765 999999.999999
+PR22    639.436440 -16186.114838  19650.220869 999999.999999
+PR23 -11354.846561 -22266.018675   5095.889239 999999.999999
+PR24 -16487.046386 -15249.683774 -12119.558438 999999.999999
+*  2011  8 29 19  0  0.00000000
+PG01  13370.640301 -19046.252725  12800.804227     -8.837049
+PG02 -15182.806355  -3836.559778 -21392.198365    353.511656
+PG03  23500.495616   9012.464792   8507.433116    761.300356
+PG04  -8539.204292 -18536.009243 -17035.933827    215.824905
+PG05 -24785.850875    421.710210  -9702.832902   -210.865367
+PG06  22489.963318  13212.819421   5807.992690    -83.813254
+PG07   5679.443203 -25800.658820    780.458349     24.271832
+PG08    927.520695 -24210.979546  10210.460457      9.028502
+PG09 -13858.811236  16150.963560  15353.445955    102.293147
+PG10 -12466.960138 -11824.453512 -20561.296527    -11.466911
+PG11  13864.297282 -13653.378455  17601.238344   -181.245509
+PG12 -22201.468546  11985.171608  -8004.689554     19.000680
+PG13   3289.978593 -16564.958769 -20615.029192    254.057339
+PG14  14071.145201  21561.197165   7010.625064    169.586192
+PG15 -17749.284417   2956.501713  19598.854136   -108.540192
+PG16  25318.461242   -832.850083  -8475.586121   -194.667457
+PG17 -15001.489862 -21164.249141   6385.942793    177.323612
+PG18  -4780.122233  16955.940155  20113.883039    154.723557
+PG19  18991.304114   1526.516548  18633.001982   -178.212595
+PG20  20393.899565 -14359.983013  -9175.286718     52.298695
+PG21  -2733.601360  25775.122460   4480.486104   -167.943456
+PG22   9819.257272  13426.682052  20904.769374    144.935234
+PG23  11600.628631  -9840.081750 -21768.911259    280.203350
+PG24  15026.764143 -17031.326790  13548.851159    419.507973
+PG25 -12744.085218  16243.017313 -16721.036020     16.275864
+PG26 -20788.296274 -10228.880579  12739.313237   -139.723970
+PG27 -15360.091693   9391.167731  20045.716022    299.892640
+PG28  -5712.189226 -14124.476381  22293.219796     63.373354
+PG29  -2812.774568  17059.818483 -20106.588838    235.339308
+PG30  -9686.989457  17654.061950 -17729.684544     91.257965
+PG31   9200.003641  15869.153795 -18929.404778    133.673405
+PG32  25247.760796  -7008.580468  -2246.954409   -319.431243
+PR01  -5734.193963 -10254.071459 -22632.510082 999999.999999
+PR02 -21907.250024  -3707.101725 -12525.980113 999999.999999
+PR03 -13738.499333  10670.878364  18673.535570 999999.999999
+PR04  14790.810448   3893.178590  20414.159768 999999.999999
+PR05   5616.558442  10281.601540  22657.117058 999999.999999
+PR06  21484.294114   4016.169333  13174.766014 999999.999999
+PR07  23955.517188  -6912.636161  -5458.265343 999999.999999
+PR08  13432.185467 -10626.915115 -18892.160411 999999.999999
+PR09   8756.372120   6683.951128 -23026.330691 999999.999999
+PR10  13710.899078 -10508.105415 -18749.752659 999999.999999
+PR11  11407.884156 -22635.521544  -3182.183520 999999.999999
+PR12   1974.487150 -20727.343361  14573.903779 999999.999999
+PR13  -8530.510199  -6821.461778  23028.364491 999999.999999
+PR15 -10432.917328  23205.299376    905.221050 999999.999999
+PR16  -1942.412705  20839.045057 -14696.539555 999999.999999
+PR17 -13336.149773  -1224.833436 -21690.599802 999999.999999
+PR18  -1568.619568  14527.859944 -20917.317967 999999.999999
+PR19  10766.299025  21609.889126  -8233.981506 999999.999999
+PR20  17214.878590  16040.065429   9932.577433 999999.999999
+PR21  13519.277173   1354.631563  21561.342572 999999.999999
+PR22   2009.296129 -14067.358764  21145.216159 999999.999999
+PR23 -11015.282553 -21504.403440   8175.671085 999999.999999
+PR24 -17346.528518 -16256.829881  -9270.653292 999999.999999
+*  2011  8 29 19 15  0.00000000
+PG01  13272.041497 -17445.780548  14994.787723     -8.838752
+PG02 -14744.704618  -6251.168780 -21172.959755    353.513054
+PG03  24055.646405   9753.622739   5897.799771    761.304418
+PG04  -7967.426988 -20283.278683 -15166.862527    215.834555
+PG05 -23682.879821   -203.740950 -12147.923338   -210.869838
+PG06  22694.585122  13748.321637   3076.079462    -83.804795
+PG07   5891.398799 -25677.569400  -2116.701473     24.273453
+PG08   1381.721467 -25141.897087   7496.045274      9.030089
+PG09 -13652.829770  14200.425418  17275.284976    102.294399
+PG10 -10248.257763 -12592.427107 -21291.419422    -11.466987
+PG11  14233.998272 -11488.297540  18819.744776   -181.248541
+PG12 -22992.145402  12013.983486  -5244.061029     19.002788
+PG13   4984.497472 -14895.503447 -21541.149236    254.056209
+PG14  13292.357226  21029.393190   9685.151829    169.588121
+PG15 -19321.985168   1467.077295  18247.221727   -108.538598
+PG16  24306.302747   -352.636335 -11047.819276   -194.669472
+PG17 -14223.891433 -20737.381798   9046.652188    177.322458
+PG18  -6909.068375  17493.425602  18949.536728    154.725454
+PG19  20309.147464   3077.989005  17013.951615   -178.216195
+PG20  21337.480958 -14387.027007  -6572.974753     52.298884
+PG21  -3167.037387  26006.926423   1678.207666   -167.945731
+PG22   7559.748379  14202.667769  21320.447846    144.934952
+PG23  13432.243479  -8180.561145 -21432.281579    280.200537
+PG24  14839.327736 -15348.209740  15641.817126    419.510242
+PG25 -14492.489636  16686.040750 -14737.789053     16.277440
+PG26 -21653.616692 -11320.164363  10284.555791   -139.735439
+PG27 -15105.722411   7169.527294  21193.526249    299.894915
+PG28  -3374.807485 -14804.236867  22307.119387     63.375969
+PG29  -4586.505358  15492.588438 -21020.979468    235.341998
+PG30 -11442.546390  18284.508594 -15912.024369     91.255618
+PG31   8644.021311  17910.843173 -17298.622864    133.678365
+PG32  25442.217039  -6736.781041    618.002543   -319.437368
+PR01  -2942.315063 -10630.435334 -22989.997572 999999.999999
+PR02 -20205.322112  -3846.572473 -15080.975372 999999.999999
+PR03 -12746.206712   8463.618242  20416.793797 999999.999999
+PR04  16350.142260   5738.551002  18717.615721 999999.999999
+PR05   2825.174614  10661.000694  22999.106918 999999.999999
+PR06  19706.962592   4156.900717  15668.714802 999999.999999
+PR07  24408.645966  -7087.750412  -2328.193729 999999.999999
+PR08  15608.893930 -11014.407271 -16892.831503 999999.999999
+PR09   7701.770735   9282.665895 -22488.491525 999999.999999
+PR10  12721.569923  -8293.524316 -20486.888130 999999.999999
+PR11  11013.315078 -22161.024753  -6341.216020 999999.999999
+PR12   2491.557568 -22297.336526  11930.182248 999999.999999
+PR13  -7527.987568  -9450.699225  22440.335057 999999.999999
+PR15 -10128.106531  22989.788438   4134.427251 999999.999999
+PR16  -2440.913862  22410.729948 -12077.462802 999999.999999
+PR17 -14961.119931  -3254.181453 -20374.960960 999999.999999
+PR18  -3155.319254  12398.111813 -22066.547058 999999.999999
+PR19  10154.679153  20570.850387 -11154.925873 999999.999999
+PR20  17972.154518  16768.972973   6939.641655 999999.999999
+PR21  15156.802450   3351.472941  20204.485744 999999.999999
+PR22   3628.253464 -11930.979794  22228.029943 999999.999999
+PR23 -10391.455618 -20480.286327  11096.610210 999999.999999
+PR24 -18053.044076 -16915.117245  -6241.850269 999999.999999
+*  2011  8 29 19 30  0.00000000
+PG01  13227.630650 -15610.305949  16930.665996     -8.840227
+PG02 -14430.969150  -8634.279163 -20588.880247    353.514615
+PG03  24387.870431  10311.495862   3187.285857    761.309271
+PG04  -7509.374720 -21835.600524 -13036.513736    215.844596
+PG05 -22368.816576   -985.435384 -14385.286249   -210.874448
+PG06  22670.550446  14098.180196    292.126053    -83.796558
+PG07   6062.442049 -25241.051521  -4976.888685     24.274964
+PG08   1713.799079 -25785.018241   4648.349427      9.029548
+PG09 -13531.092497  12034.634505  18887.457934    102.296975
+PG10  -8011.160377 -13495.654198 -21663.916992    -11.468182
+PG11  14701.974566  -9222.543292  19702.612073   -181.251338
+PG12 -23482.336849  11969.431452  -2392.215828     19.005014
+PG13   6832.162234 -13269.173622 -22100.744749    254.054506
+PG14  12265.576752  20349.885675  12195.539671    169.589939
+PG15 -20830.733183    161.362323  16583.576177   -108.537185
+PG16  23059.656043    280.491249 -13432.900458   -194.671643
+PG17 -13201.331666 -20167.239510  11554.512385    177.321431
+PG18  -8876.712741  18078.688336  17464.173143    154.727095
+PG19  21559.105518   4421.591255  15105.765610   -178.219906
+PG20  22006.879685 -14334.078514  -3857.554520     52.299336
+PG21  -3546.713486  25939.989971  -1153.933212   -167.947980
+PG22   5314.369555  15095.237619  21375.392212    144.934770
+PG23  15299.952797  -6658.784649 -20727.839826    280.198061
+PG24  14693.221856 -13441.899418  17462.731507    419.514984
+PG25 -15995.527698  17127.171444 -12501.030211     16.279018
+PG26 -22363.808667 -12160.491629   7651.735835   -139.746761
+PG27 -14967.887784   4835.254734  21993.979149    299.897682
+PG28  -1094.022515 -15607.983491  21954.965965     63.378626
+PG29  -6503.842362  13966.275069 -21571.732496    235.345003
+PG30 -12973.374806  18903.067394 -13827.930580     91.253292
+PG31   8229.733730  19777.637927 -15363.285087    133.683416
+PG32  25337.192556  -6380.610546   3472.065577   -319.443423
+PR01   -168.741323 -11211.391173 -22900.556791 999999.999999
+PR02 -18227.579392  -4169.590432 -17342.915924 999999.999999
+PR03 -11867.676669   6005.341884  21763.783021 999999.999999
+PR04  17885.292666   7293.617768  16657.486110 999999.999999
+PR05     54.288193  11244.507685  22894.396618 999999.999999
+PR06  17662.440562   4485.945770  17858.656850 999999.999999
+PR07  24474.597525  -7189.842424    847.027738 999999.999999
+PR08  17491.454584 -11501.694216 -14565.131313 999999.999999
+PR09   6871.249666  11864.935223 -21514.484576 999999.999999
+PR10  11846.807424  -5830.698602 -21825.845349 999999.999999
+PR11  10540.904553 -21295.741661  -9377.607816 999999.999999
+PR12   2782.986091 -23577.714403   9052.052084 999999.999999
+PR13  -6754.934772 -12053.054639  21415.403320 999999.999999
+PR15  -9723.182490  22376.791250   7282.858117 999999.999999
+PR16  -2714.964510  23697.096055  -9225.599515 999999.999999
+PR17 -16608.141643  -5019.035556 -18662.614312 999999.999999
+PR18  -4971.808626  10304.262433 -22787.174634 999999.999999
+PR19   9238.792896  19320.631961 -13859.202422 999999.999999
+PR20  18532.021161  17158.537023   3812.412095 999999.999999
+PR21  16808.695182   5081.138747  18453.892971 999999.999999
+PR22   5469.888969  -9840.793811  22878.116801 999999.999999
+PR23  -9461.861162 -19247.927025  13801.937517 999999.999999
+PR24 -18550.825898 -17238.244429  -3091.882172 999999.999999
+*  2011  8 29 19 45  0.00000000
+PG01  13266.705440 -13572.596831  18575.099852     -8.842765
+PG02 -14239.480418 -10939.425804 -19651.460734    353.516022
+PG03  24472.770727  10710.823173    422.538489    761.315265
+PG04  -7142.552771 -23157.958223 -10680.727521    215.854435
+PG05 -20881.879649  -1938.581134 -16376.558042   -210.879324
+PG06  22394.935710  14289.170315  -2496.765257    -83.787980
+PG07   6231.344060 -24494.137262  -7750.166267     24.276521
+PG08   1958.577512 -26117.086035   1717.861261      9.028471
+PG09 -13519.869353   9695.081836  20159.736994    102.299335
+PG10  -5800.270327 -14521.708907 -21671.561773    -11.469481
+PG11  15272.579864  -6900.251457  20234.579778   -181.254293
+PG12 -23677.731546  11812.942487    501.247173     19.007440
+PG13   8801.325151 -11724.946845 -22284.654545    254.052506
+PG14  10987.402845  19564.526780  14499.492779    169.591509
+PG15 -22232.049918   -955.167688  14636.656892   -108.535542
+PG16  21615.178125   1086.923903 -15590.098341   -194.673687
+PG17 -11930.644044 -19493.646483  13867.276026    177.319825
+PG18 -10653.261650  18679.721264  15681.575473    154.728924
+PG19  22698.471186   5552.145703  12941.462815   -178.223841
+PG20  22405.619279 -14165.573358  -1075.641102     52.299479
+PG21  -3906.844489  25567.969907  -3965.359060   -167.950525
+PG22   3125.686191  16088.235192  21068.362462    144.934504
+PG23  17160.918297  -5296.613852 -19668.703206    280.195226
+PG24  14618.137216 -11345.323088  18980.634177    419.517468
+PG25 -17236.483251  17527.229840 -10049.142252     16.280592
+PG26 -22880.602371 -12763.491237   4887.470262   -139.758291
+PG27 -14961.319263   2433.297141  22435.726170    299.899949
+PG28   1087.610883 -16515.022624  21241.547357     63.381180
+PG29  -8531.995051  12517.347411 -21749.135191    235.347491
+PG30 -14263.806166  19470.387352 -11511.523052     91.251137
+PG31   7936.947798  21427.467835 -13157.540344    133.688359
+PG32  24948.972224  -5906.946093   6265.017065   -319.449429
+PR01   2518.610408 -11981.236920 -22365.880036 999999.999999
+PR02 -16029.895542  -4703.832979 -19267.805117 999999.999999
+PR03 -11145.404536   3350.897955  22688.014626 999999.999999
+PR04  19333.713943   8542.087368  14273.729752 999999.999999
+PR05  -2628.355389  12016.136115  22345.016047 999999.999999
+PR06  15408.049995   5029.659416  19702.014723 999999.999999
+PR07  24165.343584  -7167.254830   4005.821198 999999.999999
+PR08  19041.426903 -12040.214594 -11954.329899 999999.999999
+PR09   6270.551723  14361.693451 -20122.849660 999999.999999
+PR10  11129.080182  -3174.915036 -22740.986106 999999.999999
+PR11  10048.684665 -20046.249672 -12232.617272 999999.999999
+PR12   2885.439616 -24521.400363   5996.006985 999999.999999
+PR13  -6214.951666 -14558.568437  19973.480825 999999.999999
+PR15  -9276.612052  21366.456417  10289.038184 999999.999999
+PR16  -2801.004746  24651.691171  -6195.899347 999999.999999
+PR17 -18215.531256  -6493.677118 -16586.672773 999999.999999
+PR18  -6981.858677   8305.646330 -23064.758696 999999.999999
+PR19   8008.685723  17918.847193 -16294.304384 999999.999999
+PR20  18842.992297  17232.232198    611.409221 999999.999999
+PR21  18412.887096   6519.441306  16343.423992 999999.999999
+PR22   7496.433348  -7855.595574  23083.413906 999999.999999
+PR23  -8217.106707 -17866.780050  16239.066956 999999.999999
+PR24 -18789.847417 -17251.928074    118.124240 999999.999999
+*  2011  8 29 20  0  0.00000000
+PG01  13412.777145 -11371.512001  19899.764425     -8.844012
+PG02 -14160.520167 -13122.238693 -18378.133641    353.517584
+PG03  24292.601757  10981.175768  -2349.395776    761.319870
+PG04  -6839.142120 -24221.469922  -8139.551360    215.864592
+PG05 -19263.996712  -3070.903668 -18087.526160   -210.884289
+PG06  21851.728608  14352.561896  -5243.253905    -83.779195
+PG07   6435.928821 -23449.091008 -10388.173871     24.278405
+PG08   2154.512711 -26124.125202  -1243.256358      9.027617
+PG09 -13638.275794   7229.077373  21068.085288    102.301895
+PG10  -3657.900609 -15650.729298 -21313.114076    -11.470126
+PG11  15943.110932  -4566.391765  20406.885310   -181.257248
+PG12 -23592.847260  11508.780400   3385.991575     19.009552
+PG13  10854.074863 -10296.089243 -22090.033109    254.050497
+PG14   9463.087534  18716.263123  16558.241940    169.593322
+PG15 -23483.646431  -1885.136370  12439.945860   -108.534114
+PG16  20014.208357   2079.688912 -17482.372659   -194.675853
+PG17 -10417.003329 -18757.479339  15945.968936    177.318259
+PG18 -12215.478362  19260.664329  13630.784255    154.730792
+PG19  23685.797362   6472.777970  10558.187892   -178.227323
+PG20  22545.220667 -13848.447927   1724.835556     52.300300
+PG21  -4282.130065  24893.566280  -6705.384667   -167.952878
+PG22   1033.028091  17158.747063  20404.152565    144.934244
+PG23  18970.189999  -4107.939171 -18273.932414    280.192633
+PG24  14638.144591  -9097.290254  20170.000438    419.520494
+PG25 -18207.231010  17845.928545  -7424.245190     16.282235
+PG26 -23170.648196 -13150.725858   2039.882081   -139.769628
+PG27 -15092.904749     10.417515  22513.032953    299.902186
+PG28   3131.700678 -17497.797846  20177.378592     63.383957
+PG29 -10632.287488  11176.615141 -21549.965093    235.351264
+PG30 -15306.173204  19946.030882  -9000.998886     91.249031
+PG31   7738.778076  22824.413654 -10720.366949    133.693727
+PG32  24301.829547  -5286.883908   8948.115607   -319.455495
+PR01   5055.941504 -12912.748519 -21396.321239 999999.999999
+PR02 -13674.409125  -5466.018357 -20818.189964 999999.999999
+PR03 -10611.808704    563.110925  23171.172488 999999.999999
+PR04  20632.866608   9480.525282  11612.609475 999999.999999
+PR05  -5159.201769  12948.418228  21361.627534 999999.999999
+PR06  13007.033502   5803.218523  21162.910243 999999.999999
+PR07  23505.028940  -6972.585821   7086.919301 999999.999999
+PR08  20232.138701 -12576.356062  -9111.195503 999999.999999
+PR09   5892.967347  16705.143868 -18340.264330 999999.999999
+PR10  10600.671674   -389.203608 -23214.935381 999999.999999
+PR11   9593.234861 -18432.421656 -14850.982927 999999.999999
+PR12   2843.990298 -25091.969035   2822.102024 999999.999999
+PR13  -5899.028622 -16899.109267  18142.619464 999999.999999
+PR15  -8846.590066  19972.702565  13094.324748 999999.999999
+PR16  -2743.719743  25238.300416  -3046.736252 999999.999999
+PR17 -19719.636520  -7665.005369 -14187.396917 999999.999999
+PR18  -9138.879309   6454.791920 -22893.455273 999999.999999
+PR19   6467.176696  16427.870733 -18412.961056 999999.999999
+PR20  18861.120792  17024.545949  -2601.424970 999999.999999
+PR21  19905.671064   7654.860735  13914.033571 999999.999999
+PR22   9660.166955  -6026.864199  22840.530604 999999.999999
+PR23  -6660.570841 -16398.957912  18360.620088 999999.999999
+PR24 -18728.083067 -16992.619724   3325.832711 999999.999999
+*  2011  8 29 20 15  0.00000000
+PG01  13682.552891  -9050.671182  20881.837641     -8.844956
+PG02 -14177.278699 -15141.933924 -16791.876782    353.519124
+PG03  23836.935135  11155.603883  -5081.838774    761.325584
+PG04  -6567.231297 -25004.465227  -5456.588205    215.874519
+PG05 -17559.264633  -4382.151103 -19488.713665   -210.889224
+PG06  21032.571728  14322.782813  -7900.531956    -83.770581
+PG07   6711.390497 -22126.990253 -12845.004867     24.279923
+PG08   2341.926410 -25802.034439  -4182.188577      9.028498
+PG09 -13897.353821   4688.036903  21595.228271    102.305155
+PG10  -1622.643836 -16856.037279 -20593.415482    -11.470964
+PG11  16703.857493  -2265.155676  20217.384198   -181.260329
+PG12 -23250.364617  11025.629198   6211.848343     19.011824
+PG13  12947.523910  -9009.012740 -21520.378117    254.050043
+PG14   7706.506431  17847.459101  18337.152798    169.595186
+PG15 -24545.988151  -2638.957108  10031.093822   -108.532770
+PG16  18301.270506   3263.742639 -19077.005218   -194.677751
+PG17  -8673.908462 -17999.063851  17755.505381    177.317418
+PG18 -13547.441995  19783.194833  11345.711605    154.732520
+PG19  24482.449236   7194.569261   7996.580545   -178.230936
+PG20  22444.664300 -13353.603081   4495.459159     52.300766
+PG21  -4706.111701  23928.545369  -9324.252570   -167.954851
+PG22   -928.818167  18277.890294  19393.540593    144.933840
+PG23  20682.321188  -3098.359244 -16568.148870    280.189983
+PG24  14770.695076  -6741.138804  21011.136640    419.523212
+PG25 -18908.386657  18043.536557  -4671.476679     16.283806
+PG26 -23206.773535 -13350.561337   -842.251116   -139.780851
+PG27 -15361.481385  -2386.311742  22225.764356    299.905967
+PG28   5005.268301 -18522.819485  18778.632122     63.386630
+PG29 -12761.487218   9968.133300 -20977.557036    235.353594
+PG30 -16100.980352  20290.066572  -6338.083542     91.246985
+PG31   7602.894535  23940.004133  -8094.829969    133.698556
+PG32  23426.964432  -4497.058982  11474.978536   -319.461522
+PR01   7385.982910 -13968.292744 -20010.697943 999999.999999
+PR02 -11227.080812  -6460.988056 -21963.892471 999999.999999
+PR03 -10287.840945  -2289.577689  23203.495783 999999.999999
+PR04  21722.853351  10118.236418   8725.797389 999999.999999
+PR05  -7481.284250  14003.529028  19963.320065 999999.999999
+PR06  10526.078116   6809.772932  22212.865849 999999.999999
+PR07  22528.901707  -6564.936384  10030.550010 999999.999999
+PR08  21049.594927 -13053.875391  -6091.004204 999999.999999
+PR09   5719.768274  18831.402974 -16201.054423 999999.999999
+PR10  10282.336579   2458.049707 -23238.886848 999999.999999
+PR11   9227.126607 -16486.776991 -17181.982423 999999.999999
+PR12   2709.923895 -25265.183579   -407.268670 999999.999999
+PR13  -5786.097083 -19011.038174  15958.464562 999999.999999
+PR15  -8488.366005  18222.775395  15644.067438 999999.999999
+PR16  -2593.927800  25432.435120    161.190265 999999.999999
+PR17 -21057.496019  -8532.837354 -11511.419040 999999.999999
+PR18 -11387.650167   4795.370574 -22276.166524 999999.999999
+PR19   4630.003422  14910.203267 -20174.053347 999999.999999
+PR20  18552.000310  16579.336501  -5763.914014 999999.999999
+PR21  21224.367824   8488.780116  11212.980268 999999.999999
+PR22  11905.241660  -4396.801477  22154.767786 999999.999999
+PR23  -4808.528706 -14906.601848  20125.348995 999999.999999
+PR24 -18333.450960 -16505.782680   6468.909082 999999.999999
+*  2011  8 29 20 30  0.00000000
+PG01  14085.192384  -6656.947617  21504.393980     -8.845903
+PG02 -14266.635616 -16962.655559 -14920.748832    353.520604
+PG03  23103.055827  11269.185020  -7729.210705    761.330026
+PG04  -6292.232873 -25493.301683  -2678.257880    215.884308
+PG05 -15812.336177  -5863.907883 -20555.888138   -210.893747
+PG06  19937.233607  14235.962181 -10423.098716    -83.761862
+PG07   7088.724476 -20556.968310 -15078.031897     24.281535
+PG08   2561.157293 -25156.779616  -7046.511937      9.029284
+PG09 -14299.506205   2125.580618  21731.072969    102.308272
+PG10    271.930095 -18105.030902 -19523.393375    -11.471969
+PG11  17538.455217    -38.393914  19670.525954   -181.263139
+PG12 -22680.149762  10338.006383   8929.716569     19.014007
+PG13  15035.287654  -7882.401610 -20585.460616    254.048492
+PG14   5739.812461  16998.258726  19806.268475    169.596726
+PG15 -25383.763970  -3234.226952   7451.283189   -108.531077
+PG16  16522.458134   4635.567332 -20346.172155   -194.679748
+PG17  -6722.861447 -17256.605205  19265.245424    177.316132
+PG18 -14641.041327  20208.049348   8864.656005    154.734465
+PG19  25054.055266   7735.916344   5300.102302   -178.234719
+PG20  22129.568811 -12657.229126   7188.175579     52.301313
+PG21  -5209.559730  22693.386650 -11774.177448   -167.957258
+PG22  -2730.748443  19411.839322  18053.147056    144.933655
+PG23  22252.998893  -2265.182687 -14581.071274    280.186987
+PG24  15025.899378  -4323.221775  21490.463782    419.526036
+PG25 -19349.126054  18082.535454  -1838.217400     16.285411
+PG26 -22968.988317 -13396.817455  -3710.307739   -139.791968
+PG27 -15757.912967  -4711.007889  21579.315992    299.907638
+PG28   6681.821536 -19551.828178  17066.996621     63.389492
+PG29 -14873.321891   8908.381614 -20041.752297    235.356816
+PG30 -16656.776446  20464.676212  -3567.409663     91.244934
+PG31   7492.995003  24754.218600  -5327.260628    133.703616
+PG32  22361.192153  -3520.725742  13802.389949   -319.467532
+PR01   9460.131951 -15101.397566 -18235.927984 999999.999999
+PR02  -8755.104936  -7681.300095 -22682.599475 999999.999999
+PR03 -10182.094474  -5135.710621  22783.997111 999999.999999
+PR04  22548.963622  10476.614247   5669.372783 999999.999999
+PR05  -9546.343672  15134.864314  18177.240470 999999.999999
+PR06   8032.707702   8040.112278  22831.364328 999999.999999
+PR07  21281.798320  -5911.889963  12779.593159 999999.999999
+PR08  21492.867000 -13416.443154  -2952.461753 999999.999999
+PR09   5721.161663  20683.002385 -13746.551836 999999.999999
+PR10  10182.461687   5295.705844 -22812.742601 999999.999999
+PR11   8996.546389 -14253.320782 -19180.407005 999999.999999
+PR12   2538.279612 -25030.026430  -3628.644090 999999.999999
+PR13  -5844.103056 -20837.697624  13463.557337 999999.999999
+PR15  -8251.711814  16156.255235  17888.682497 999999.999999
+PR16  -2406.212183  25222.358893   3365.999891 999999.999999
+PR17 -22169.494538  -9109.661145  -8610.835887 999999.999999
+PR18 -13666.434534   3360.526876 -21224.517574 999999.999999
+PR19   2525.426562  13425.851643 -21543.408947 999999.999999
+PR20  17892.384940  15947.813521  -8814.839039 999999.999999
+PR21  22309.974852   9035.173109   8292.903745 999999.999999
+PR22  14169.847017  -2996.781177  21039.970323 999999.999999
+PR23  -2689.737332 -13449.270835  21498.939529 999999.999999
+PR24 -17585.354492 -15843.801464   9486.236185 999999.999999
+*  2011  8 29 20 45  0.00000000
+PG01  14621.868314  -4238.840831  21756.696780     -8.846924
+PG02 -14400.178829 -18554.622554 -12797.358548    353.521909
+PG03  22096.081910  11357.528158 -10247.715099    761.334857
+PG04  -5978.429878 -25682.882593    147.016761    215.894112
+PG05 -14066.794137  -7499.725767 -21270.486112   -210.898618
+PG06  18573.786241  14128.406975 -12767.527774    -83.752823
+PG07   7593.336180 -18775.150901 -17048.664152     24.283136
+PG08   2850.711754 -24204.178202  -9785.230268      9.028460
+PG09 -14838.314896   -404.471839  21472.957983    102.311393
+PG10   1998.398262 -19360.322023 -18119.970916    -11.472813
+PG11  18424.522765   2075.830739  18777.190956   -181.266153
+PG12 -21918.006061   9427.448795  11492.441812     19.016297
+PG13  17069.100488  -6926.639090 -19301.159648    254.046691
+PG14   3592.785785  16205.045076  20940.780706    169.598487
+PG15 -25967.205270  -3694.848416   4744.537889   -108.529421
+PG16  14723.761990   6183.090645 -21267.447201   -194.681641
+PG17  -4592.753185 -16564.708373  20449.487834    177.314552
+PG18 -15496.177590  20496.621661   6229.718742    154.736183
+PG19  25371.805491   8121.625715   2514.330619   -178.238223
+PG20  21631.116406 -11741.937427   9756.145665     52.301521
+PG21  -5818.966608  21216.561794 -14010.367014   -167.959479
+PG22  -4350.269410  20523.056641  16405.201056    144.933400
+PG23  23640.629715  -1597.746714 -12346.981780    280.184359
+PG24  15406.110533  -1891.295190  21600.688280    419.530083
+PG25 -19546.680370  17929.202722   1026.725277     16.286975
+PG26 -22445.212983 -13327.258984  -6516.581772   -139.803678
+PG27 -16265.444571  -6920.424629  20584.496782    299.909719
+PG28   8142.209854 -20543.159225  15069.458829     63.392272
+PG29 -16920.124716   8005.750789 -18758.730268    235.359499
+PG30 -16989.728219  20435.716879   -735.827729     91.242648
+PG31   7370.438862  25256.155389  -2466.377752    133.708453
+PG32  21145.443157  -2348.560512  15891.020370   -319.473791
+PR01  11240.226051 -16258.714366 -16106.507614 999999.999999
+PR02  -6324.283116  -9107.351554 -22960.299490 999999.999999
+PR03 -10290.449643  -7903.551683  21920.509592 999999.999999
+PR04  23064.021430  10587.984648   2502.731973 999999.999999
+PR05 -11316.584216  16289.006757  16038.068431 999999.999999
+PR06   5592.651898   9472.864339  23006.255741 999999.999999
+PR07  19816.246723  -4991.140367  15280.686400 999999.999999
+PR08  21573.947441 -13610.204927    243.441010 999999.999999
+PR09   5857.726271  22211.143179 -11024.309868 999999.999999
+PR10  10296.763576   8052.583709 -21945.086896 999999.999999
+PR11   8939.196459 -11785.917807 -20807.433547 999999.999999
+PR12   2385.231310 -24389.178528  -6778.788551 999999.999999
+PR13  -6031.557291 -22331.620873  10706.500489 999999.999999
+PR15  -8178.639903  13823.558490  19784.619889 999999.999999
+PR16  -2236.394343  24609.607784   6505.802331 999999.999999
+PR17 -23001.901003  -9419.852372  -5542.187612 999999.999999
+PR18 -15909.389993   2171.661919 -19758.659915 999999.999999
+PR19    193.309491  12029.834194 -22494.462093 999999.999999
+PR20  16871.358550  15186.225976 -11695.113567 999999.999999
+PR21  23109.683699   9319.756790   5210.788774 999999.999999
+PR22  16388.629285  -1846.269484  19518.218777 999999.999999
+PR23   -344.496889 -12081.458636  22454.679326 999999.999999
+PR24 -16475.756200 -15063.612261  12319.107792 999999.999999
+*  2011  8 29 21  0  0.00000000
+PG01  15285.647880  -1844.791539  21634.384132     -8.846717
+PG02 -14545.419217 -19895.043557 -10458.279466    353.523536
+PG03  20828.810410  11455.287938 -12595.973898    761.338826
+PG04  -5590.589962 -25576.849337   2969.684265    215.903977
+PG05 -12363.574323  -9265.569170 -21619.945398   -210.903324
+PG06  16958.478229  14035.068970 -14893.214474    -83.744372
+PG07   8243.883733 -16823.331043 -18723.021802     24.284913
+PG08   3245.496773 -22969.284703 -12349.775055      9.028396
+PG09 -15498.755286  -2850.118435  20825.723716    102.312012
+PG10   3536.386343 -20581.082567 -16405.877593    -11.474152
+PG11  19334.551401   4044.516934  17554.397862   -181.269198
+PG12 -21004.206019   8283.423076  13855.654478     19.018259
+PG13  19000.510656  -6143.553987 -17689.203894    254.045087
+PG14   1301.903198  15499.052762  21721.424389    169.600490
+PG15 -26273.206278  -4049.913628   1956.990725   -108.527790
+PG16  12949.401114   7885.935469 -21824.225943   -194.683727
+PG17  -2318.977103 -15953.042085  21287.892445    177.313495
+PG18 -16120.660802  20612.575362   3486.126051    154.737888
+PG19  25413.551770   8381.777251   -313.770428   -178.242207
+PG20  20984.765919 -10597.651122  12154.585879     52.302180
+PG21  -6555.219347  19533.473059 -15991.986286   -167.961920
+PG22  -5772.180678  21571.683916  14477.214781    144.933376
+PG23  24807.823812  -1078.035883  -9904.132090    280.181490
+PG24  15905.822006    507.130321  21340.861490    419.533409
+PG25 -19525.526644  17555.059885   3873.961228     16.288563
+PG26 -21631.713912 -13181.987364  -9214.985018   -139.815650
+PG27 -16860.320427  -8975.304279  19257.365384    299.914552
+PG28   9375.227552 -21453.266656  12818.002779     63.394998
+PG29 -18854.544559   7260.355845 -17150.725408    235.362377
+PG30 -17122.903962  20174.178001   2108.345234     91.240414
+PG31   7195.972101  25444.341439    437.627734    133.713463
+PG32  19823.138767   -979.159751  17706.048232   -319.479835
+PR01  12699.880035 -17382.289615 -13663.840857 999999.999999
+PR02  -3996.469142 -10708.026498 -22791.558029 999999.999999
+PR03 -10596.274562 -10523.844707  20629.559857 999999.999999
+PR04  23230.436897  10493.993946   -712.568641 999999.999999
+PR05 -12765.992990  17407.997782  13587.345076 999999.999999
+PR06   3267.300547  11075.218506  22734.003236 999999.999999
+PR07  18190.267020  -3791.698327  17485.259288 999999.999999
+PR08  21317.077118 -13586.250167   3434.616506 999999.999999
+PR09   6082.271327  23377.606905  -8087.189678 999999.999999
+PR10  10608.532809  10660.168438 -20652.996537 999999.999999
+PR11   9082.561535  -9146.266676 -22031.377850 999999.999999
+PR12   2305.426931 -23358.927196  -9795.973813 999999.999999
+PR13  -6299.495484 -23456.369012   7741.003496 999999.999999
+PR15  -8301.468677  11283.997813  21295.204321 999999.999999
+PR16  -2138.952960  23608.981567   9519.873631 999999.999999
+PR17 -23509.179954  -9498.387530  -2365.343416 999999.999999
+PR18 -18049.176116   1237.722638 -17906.902766 999999.999999
+PR19  -2316.289468  10769.915427 -23008.765747 999999.999999
+PR20  15491.004055  14353.353772 -14348.919131 999999.999999
+PR21  23579.157143   9378.645972   2026.837019 999999.999999
+PR22  18495.262629   -952.256471  17619.369203 999999.999999
+PR23   2176.774205 -10850.343076  22973.977790 999999.999999
+PR24 -15009.736754 -14224.154689  14912.377708 999999.999999
+*  2011  8 29 21 15  0.00000000
+PG01  16061.700398    478.497013  21139.545141     -8.846420
+PG02 -14667.152857 -20968.771558  -7943.421176    353.525102
+PG03  19321.300435  11594.740083 -14735.609529    761.343771
+PG04  -5095.580306 -25187.434577   5739.981924    215.913927
+PG05 -10739.497373 -11130.559976 -21597.938809   -210.908037
+PG06  15115.303808  13988.060446 -16763.091106    -83.736076
+PG07   9051.400209 -14747.436976 -20072.515404     24.286539
+PG08   3775.213091 -21485.405853 -14694.943741      9.028684
+PG09 -16257.797628  -5163.111059  19801.599554    102.313900
+PG10   4873.209572 -21724.553503 -14409.356712    -11.474555
+PG11  20237.005227   5840.775537  16024.894532   -181.272264
+PG12 -19981.863300   6903.924448  15978.551911     19.020765
+PG13  20782.592228  -5526.495957 -15776.823690    254.043054
+PG14  -1090.840143  14905.183380  22134.790964    169.602243
+PG15 -26286.204463  -4332.393691   -863.880817   -108.526644
+PG16  11240.220434   9715.995514 -22006.061462   -194.685762
+PG17     57.699198 -15445.195175  21765.826157    177.311917
+PG18 -16529.795910  20523.406020    681.464502    154.739749
+PG19  25164.671730   8550.399989  -3136.593861   -178.245791
+PG20  20228.803621  -9222.216568  14341.579873     52.302187
+PG21  -7432.516102  17685.096850 -17683.033280   -167.963947
+PG22  -6988.983493  22517.043507  12301.568081    144.932858
+PG23  25722.724538   -681.574062  -7294.099642    280.178835
+PG24  16511.880689   2826.411541  20716.331517    419.536510
+PG25 -19316.305272  16938.128137   6654.374196     16.290149
+PG26 -20533.241930 -13001.792443 -11761.688798   -139.826734
+PG27 -17512.644978 -10841.595841  17619.021676    299.917545
+PG28  10377.936471 -22238.358556  10349.221241     63.397729
+PG29 -20631.253723   6664.183423 -15245.634561    235.365512
+PG30 -17085.288043  19657.474647   4916.130121     91.238157
+PG31   6931.470875  25326.674167   3334.023918    133.718536
+PG32  18438.510021    580.778512  19217.677150   -319.485870
+PR01  13825.331923 -18412.050327 -10955.432934 999999.999999
+PR02  -1827.191254 -12441.843296 -22179.625971 999999.999999
+PR03 -11071.174396 -12932.479218  18936.067309 999999.999999
+PR04  23021.874335  10243.609942  -3914.013455 999999.999999
+PR05 -13881.169312  18431.819983  10872.667778 999999.999999
+PR06   1111.349164  12804.145884  22019.762335 999999.999999
+PR07  16464.961416  -2314.624654  19350.475591 999999.999999
+PR08  20757.574612 -13302.883894   6559.088968 999999.999999
+PR09   6342.040151  24156.241131  -4992.334660 999999.999999
+PR10  11089.412005  13055.206804 -18961.693202 999999.999999
+PR11   9442.614721  -6401.556145 -22828.314888 999999.999999
+PR12   2349.404257 -21968.508715 -12621.221691 999999.999999
+PR13  -6593.764213 -24187.918629   4624.826897 999999.999999
+PR15  -8641.317322   8603.484268  22391.334476 999999.999999
+PR16  -2164.496051  22248.004418  12349.816879 999999.999999
+PR17 -23655.976763  -9389.109386    857.683209 999999.999999
+PR18 -20019.649822    555.028951 -15705.177501 999999.999999
+PR19  -4944.954574   9684.664446 -23076.346749 999999.999999
+PR20  13766.543305  13507.907896 -16724.780399 999999.999999
+PR21  23684.467333   9256.567145  -1196.729763 999999.999999
+PR22  20425.066659   -309.217274  15380.452061 999999.999999
+PR23   4815.391982  -9793.861787  23046.728101 999999.999999
+PR24 -13205.513660 -13383.753092  17215.540865 999999.999999
+*  2011  8 29 21 30  0.00000000
+PG01  16927.823320   2687.667248  20280.685193     -8.847032
+PG02 -14728.919149 -21768.680068  -5295.367516    353.526303
+PG03  17600.212629  11804.465336 -16631.772165    761.349163
+PG04  -4463.914413 -24534.977317   8408.875696    215.923638
+PG05  -9225.965629 -13057.995428 -21204.504169   -210.912861
+PG06  13075.279425  14015.276567 -18344.296586    -83.727187
+PG07  10018.729062 -12595.855648 -21074.320788     24.288050
+PG08   4462.978465 -19792.791543 -16779.752209      9.028990
+PG09 -17085.366980  -7300.722307  18419.912322    102.315354
+PG10   6004.223397 -22747.662649 -12163.767979    -11.474740
+PG11  21097.582199   7444.620031  14216.647953   -181.275399
+PG12 -18895.210846   5295.740482  17824.609412     19.023027
+PG13  22371.611974  -5060.736532 -13596.317591    254.041566
+PG14  -3539.315305  14441.066942  22173.556555    169.603901
+PG15 -25998.788520  -4577.683087  -3670.039029   -108.525167
+PG16   9632.216415  11638.319743 -21808.902418   -194.687704
+PG17   2492.465490 -15057.767727  21874.627080    177.311030
+PG18 -16745.667959  20201.886892  -2135.158995    154.741608
+PG19  24618.666498   8664.008578  -5906.639201   -178.249517
+PG20  19402.789092  -7621.708123  16278.844138     52.302978
+PG21  -8457.579875  15716.394283 -19053.097265   -167.966127
+PG22  -8000.998308  23319.195332   9915.006306    144.932748
+PG23  26360.137526   -378.553756  -4561.103803    280.176131
+PG24  17204.002373   5024.308232  19738.592481    419.538578
+PG25 -18954.506649  16063.941523   9319.975762     16.291750
+PG26 -19162.879112 -12826.521187 -14115.704365   -139.838523
+PG27 -18187.461337 -12491.502823  15695.352943    299.920924
+PG28  11155.688044 -22856.088544   7703.835364     63.400364
+PG29 -22208.586368   6201.566583 -13076.521978    235.368240
+PG30 -16910.558206  18870.521993   7638.731914     91.235854
+PG31   6541.631173  24920.002593   6172.463712    133.723632
+PG32  17034.926112   2316.589461  20401.546455   -319.491923
+PR01  14615.762663 -19288.398326  -8033.963431 999999.999999
+PR02    136.449470 -14258.554219 -21136.378695 999999.999999
+PR03 -11676.259432 -15072.950505  16872.873699 999999.999999
+PR04  22424.465647   9890.821271  -7039.348479 999999.999999
+PR05 -14661.629996  19300.985722   7946.766504 999999.999999
+PR06   -829.266704  14608.066604  20877.291384 999999.999999
+PR07  14701.994042   -573.257692  20840.065662 999999.999999
+PR08  19940.218093 -12727.604730   9556.199231 999999.999999
+PR09   6581.165014  24533.954860  -1800.052522 999999.999999
+PR10  11700.673419  15182.084915 -16904.045449 999999.999999
+PR11  10023.018098  -3621.898769 -23182.553841 999999.999999
+PR12   2561.196766 -20258.917028 -15199.479329 999999.999999
+PR13  -6857.534435 -24515.542161   1418.647041 999999.999999
+PR15  -9207.092474   5851.969274  23052.028164 999999.999999
+PR16  -2357.391828  20565.874793  14940.685961 999999.999999
+PR17 -23418.690569  -9142.619525   4063.964683 999999.999999
+PR18 -21758.534179    107.647413 -13196.344134 999999.999999
+PR19  -7628.104464   8801.917727 -22695.897535 999999.999999
+PR20  11725.940071  12705.947646 -18776.559540 999999.999999
+PR21  23403.610615   9004.709669  -4396.909495 999999.999999
+PR22  22117.563595    100.399999  12844.943246 999999.999999
+PR23   7506.611175  -8939.194848  22671.504372 999999.999999
+PR24 -11093.917097 -12597.538595  19183.724561 999999.999999
+*  2011  8 29 21 45  0.00000000
+PG01  17855.266631   4744.183726  19072.580718     -8.848298
+PG02 -14694.501284 -22295.752314  -2558.691087    353.527811
+PG03  15697.930676  12108.184351 -18253.611369    761.354333
+PG04  -3671.163292 -23647.115922  10929.000510    215.933635
+PG05  -7847.875336 -15006.602133 -20446.066978   -210.917728
+PG06  10875.450874  14139.179602 -19608.787210    -83.718759
+PG07  11140.293123 -10417.679159 -21711.742708     24.289517
+PG08   5324.238960 -17937.061809 -18568.181554      9.029185
+PG09 -17945.614835  -9227.263371  16706.627624    102.317400
+PG10   6932.864373 -23608.691019  -9707.085532    -11.475206
+PG11  21880.580916   8843.471458  12162.250305   -181.278373
+PG12 -17787.854274   3474.370342  19362.207457     19.025280
+PG13  23728.590271  -4724.181409 -11184.538504    254.039685
+PG14  -5994.801960  14116.403952  21836.621251    169.605598
+PG15 -25412.011378  -4822.054127  -6413.679311   -108.523608
+PG16   8155.248716  13612.276591 -21235.225669   -194.689440
+PG17   4937.957571 -14799.731750  21611.781687    177.309880
+PG18 -16796.148971  19627.334182  -4914.017422    154.743055
+PG19  23777.471295   8760.053439  -8577.259082   -178.253290
+PG20  18545.958414  -5810.411189  17932.431451     52.303167
+PG21  -9629.206959  13674.563023 -20077.975704   -167.968425
+PG22  -8816.184068  23940.490764   7358.056198    144.932328
+PG23  26702.420608   -135.159344  -1751.291614    280.173503
+PG24  17955.566325   7063.376798  18425.037617    419.540559
+PG25 -18478.978439  14926.277044  11824.741288     16.293372
+PG26 -17541.607493 -12693.516377 -16239.403194   -139.849492
+PG27 -18846.016031 -13904.328638  13516.733034    299.923960
+PG28  11721.833978 -23267.242887   4926.120308     63.402810
+PG29 -23550.043347   5849.967375 -10681.031482    235.371110
+PG30 -16635.668504  17806.542176  10228.413336     91.233234
+PG31   5995.535902  24249.369779   8903.885776    133.728520
+PG32  15653.295431   4206.079862  21239.035455   -319.498110
+PR01  15083.077561 -19954.803535  -4956.257388 999999.999999
+PR02   1857.517553 -16101.131138 -19682.086962 999999.999999
+PR03 -12363.879382 -16898.509774  14480.110797 999999.999999
+PR04  21437.517059   9492.133321 -10027.797621 999999.999999
+PR05 -15119.578912  19959.122862   4866.479447 999999.999999
+PR06  -2519.062354  16428.895908  19328.694031 999999.999999
+PR07  12961.065750   1407.076221  21925.032902 999999.999999
+PR08  18917.248857 -11838.705304  12367.782077 999999.999999
+PR09   6743.268096  24511.179757   1427.372531 999999.999999
+PR10  12394.941566  16994.892727 -14519.930415 999999.999999
+PR11  10814.853186   -877.646449 -23086.958174 999999.999999
+PR12   2976.233735 -18281.233480 -17480.701982 999999.999999
+PR13  -7033.934624 -24442.144643  -1815.135509 999999.999999
+PR15  -9995.007993   3100.734244  23264.804679 999999.999999
+PR16  -2753.658306  18611.945236  17242.051282 999999.999999
+PR17 -22786.566650  -8813.889500   7190.908899 999999.999999
+PR18 -23209.946557   -131.703665 -10429.352672 999999.999999
+PR19 -10297.448109   8137.709870 -21874.800970 999999.999999
+PR20   9408.980630  11998.422981 -20464.350993 999999.999999
+PR21  22727.533078   8678.307929  -7511.175767 999999.999999
+PR22  23518.871675    305.183796  10061.921789 999999.999999
+PR23  10182.090124  -8301.717547  21855.590192 999999.999999
+PR24  -8717.343268 -11915.021595  20778.569902 999999.999999
+*  2011  8 29 22  0  0.00000000
+PG01  18809.823988   6615.621651  17536.025797     -8.848524
+PG02 -14529.415418 -22558.884527    220.747380    353.529642
+PG03  13651.496366  12523.780275 -19574.691757    761.358526
+PG04  -2699.168344 -22557.690075  13255.577692    215.943495
+PG05  -6622.786617 -16931.979764 -19335.353761   -210.922254
+PG06   8557.664958  14375.795125 -20533.875117    -83.709918
+PG07  12402.203733  -8260.943536 -21974.463291     24.291255
+PG08   6366.011685 -15967.441081 -20029.803794      9.029970
+PG09 -18798.440508 -10915.287497  14693.742106    102.319481
+PG10   7670.373371 -24268.922964  -7081.294550    -11.476512
+PG11  22550.315758  10032.365709   9898.259041   -181.281505
+PG12 -16701.070010   1463.603927  20565.164543     19.027408
+PG13  24820.698474  -4488.368320  -8582.305372    254.037825
+PG14  -8407.634293  13932.613299  21129.156419    169.607652
+PG15 -24535.396297  -5101.079743  -9048.020824   -108.522011
+PG16   6831.989888  15592.957407 -20294.056905   -194.692149
+PG17   7345.850837 -14672.087043  20981.010291    177.308633
+PG18 -16713.662508  18786.633151  -7605.705266    154.745110
+PG19  22651.467674   8875.340358 -11103.394666   -178.256819
+PG20  17695.649210  -3810.481611  19273.356939     52.303682
+PG21 -10938.170106  11607.212529 -20740.132293   -167.970629
+PG22  -9449.663088  24347.063995   4674.366463    144.932184
+PG23  26740.104570     84.965197   1087.997721    280.170618
+PG24  18734.655831   8912.172985  16798.623537    419.543780
+PG25 -17930.312072  13527.572093  14125.412669     16.294995
+PG26 -15697.620573 -12636.173502 -18098.979494   -139.860537
+PG27 -19447.173780 -15067.091848  11117.671608    299.927095
+PG28  12097.125820 -23437.358888   2063.237305     63.405500
+PG29 -24625.604553   5581.035132  -8100.717071    235.374100
+PG30 -16299.290411  16467.563531  12639.379151     91.230537
+PG31   5268.037311  23346.952230  11481.372719    133.733437
+PG32  14330.596625   6220.246594  21717.464274   -319.504050
+PR01  15251.159795 -20360.286336  -1782.174696 999999.999999
+PR02   3310.546554 -17908.054742 -17845.023729 999999.999999
+PR03 -13079.750782 -18373.912603  11804.417702 999999.999999
+PR04  20073.678576   9103.967619 -12821.250031 999999.999999
+PR05 -15279.151512  20355.448461   1691.647803 999999.999999
+PR06  -3934.249612  18204.384353  17403.997821 999999.999999
+PR07  11297.489144   3589.859063  22584.220625 999999.999999
+PR08  17746.081355 -10626.427076  14939.293145 999999.999999
+PR09   6774.096283  24101.776006   4626.913008 999999.999999
+PR10  13118.288569  18459.092841 -11855.467311 999999.999999
+PR11  11796.894736   1763.302313 -22543.103545 999999.999999
+PR12   3619.624457 -16094.552968 -19420.821305 999999.999999
+PR13  -7068.690635 -23984.043747  -5013.619559 999999.999999
+PR15 -10988.656103    419.641167  23025.899130 999999.999999
+PR16  -3379.201723  16443.792358  19208.986903 999999.999999
+PR17 -21762.260830  -8459.694380  10177.501408 999999.999999
+PR18 -24326.677239   -200.256049  -7458.275838 999999.999999
+PR19 -12883.603836   7695.716335 -20628.987906 999999.999999
+PR20   6865.867994  11428.944971 -21755.259517 999999.999999
+PR21  21660.622304   8334.060002 -10478.722839 999999.999999
+PR22  24583.838751    343.310120   7085.130197 999999.999999
+PR23  12772.514465  -7884.466688  20614.837964 999999.999999
+PR24  -6128.227772 -11377.917951  21968.985729 999999.999999
+*  2011  8 29 22 15  0.00000000
+PG01  19753.148548   8276.718371  15697.474811     -8.849146
+PG02 -14202.336344 -22574.413632   2996.507044    353.530936
+PG03  11501.394522  13062.539479 -20573.352463    761.364219
+PG04  -1537.001394 -21305.396345  15347.286091    215.953108
+PG05  -5560.384053 -18788.180274 -17891.195898   -210.927166
+PG06   6167.149726  14733.963101 -21102.681566    -83.701439
+PG07  13782.702879  -6170.928345 -21858.673872     24.292658
+PG08   7586.486180 -13934.877706 -21140.276002      9.029749
+PG09 -19601.189170 -12346.430708  12418.549898    102.321198
+PG10   8235.205836 -24694.213434  -4331.692764    -11.478955
+PG11  23072.523224  11013.863558   7464.488793   -181.284732
+PG12 -15672.214963   -705.221004  21413.167446     19.029491
+PG13  25622.440493  -4319.714378  -5833.747422    254.036597
+PG14 -10728.891971  13882.800717  20062.557468    169.609227
+PG15 -23386.635308  -5448.084107 -11528.082856   -108.520634
+PG16   5677.156957  17532.768062 -19000.874524   -194.693894
+PG17   9668.501993 -14667.827865  19992.256729    177.307403
+PG18 -16533.754210  17674.975061 -10162.099473    154.746723
+PG19  21259.196109   9044.476401 -13442.291459   -178.260474
+PG20  16885.811573  -1651.293047  20278.133041     52.304268
+PG21 -12367.477854   9560.547691 -21028.985627   -167.972571
+PG22  -9922.966803  24510.202333   1909.981643    144.931855
+PG23  26472.224104    319.157869   3908.980677    280.168029
+PG24  19505.303352  10546.222361  14887.453563    419.549580
+PG25 -17349.171886  11879.011877  16182.253275     16.296595
+PG26 -13665.404637 -12682.658597 -19664.857845   -139.872082
+PG27 -19948.941346 -15974.888604   8536.409897    299.931432
+PG28  12308.815785 -23338.208641   -835.524048     63.408302
+PG29 -25412.797657   5361.897412  -5380.304946    235.376908
+PG30 -15940.172824  14864.583482  14828.651914     91.227840
+PG31   4340.901830  22250.743366  13860.951044    133.738570
+PG32  13098.589847   8324.242768  21830.195876   -319.510096
+PR01  15154.628814 -20461.683634   1426.559982 999999.999999
+PR02   4482.353866 -19615.811678 -15660.914289 999999.999999
+PR03 -13765.386725 -19476.690764   8898.022983 999999.999999
+PR04  18358.568362   8780.075663 -15365.394648 999999.999999
+PR05 -15175.167129  20447.025759  -1516.048621 999999.999999
+PR06  -5063.485425  19870.654595  15140.576261 999999.999999
+PR07   9759.964931   5928.652786  22804.728286 999999.999999
+PR08  16486.816669  -9093.620457  17220.863581 999999.999999
+PR09   6624.075467  23332.385607   7736.050675 999999.999999
+PR10  13812.615047  19552.727151  -8962.136765 999999.999999
+PR11  12936.418790   4238.092680 -21561.269073 999999.999999
+PR12   4504.898291 -13763.598463 -20982.580863 999999.999999
+PR13  -6912.659353 -23170.203724  -8114.633914 999999.999999
+PR15 -12159.624860  -2125.541916  22340.306905 999999.999999
+PR16  -4248.480151  14124.954599  20802.959436 999999.999999
+PR17 -20361.851517  -8135.980156  12965.513756 999999.999999
+PR18 -25072.119785   -143.360682  -4341.233109 999999.999999
+PR19 -15318.773486   7467.230844 -18982.630067 999999.999999
+PR20   4155.385984  11031.878131 -22624.046406 999999.999999
+PR21  20220.644223   8027.495370 -13241.672756 999999.999999
+PR22  25277.830817    260.697010   3971.954507 999999.999999
+PR23  15210.270985  -7678.142286  18973.361619 999999.999999
+PR24  -3387.101844 -11018.321366  22731.759929 999999.999999
+*  2011  8 29 22 30  0.00000000
+PG01  20644.242643   9710.147982  13588.587118     -8.848040
+PG02 -13686.410353 -22365.388287   5722.275324    353.532223
+PG03   9290.227828  13728.634208 -21233.009947    761.369720
+PG04   -181.628233 -19932.253836  17167.064432    215.963115
+PG05  -4662.249664 -20529.362675 -16138.225668   -210.931819
+PG06   3750.955915  15214.877573 -21304.493064    -83.692797
+PG07  15252.918192  -4188.581936 -21367.091285     24.293965
+PG08   8974.994897 -11890.129395 -21881.697358      9.029671
+PG09 -20310.446866 -13511.860851   9922.810068    102.322968
+PG10   8652.147128 -24856.406524  -1506.106596    -11.481532
+PG11  23415.705008  11797.675639   4903.272122   -181.287655
+PG12 -14733.309278  -2994.253168  21892.093064     19.031599
+PG13  26116.573562  -4180.967368  -2985.589132    254.034834
+PG14 -12912.075461  13952.051444  18654.300218    169.611055
+PG15 -21990.990340  -5892.679727 -13811.435368   -108.519272
+PG16   4697.058424  19383.149027 -17377.394173   -194.695952
+PG17  11860.579461 -14772.225115  18661.578983    177.306331
+PG18 -16293.527194  16296.266603 -12537.315282    154.748321
+PG19  19626.777753   9298.398368 -15554.186989   -178.264117
+PG20  16145.665616    631.503084  20929.201715     52.304223
+PG21 -13892.973287   7577.643522 -20941.025559   -167.975152
+PG22 -10263.028904  24407.540211   -887.440084    144.931504
+PG23  25906.348200    604.145961   6664.180963    280.165142
+PG24  20228.892364  11948.726379  12724.288454    419.552989
+PG25 -16774.632660  10000.282439  17959.741379     16.298230
+PG26 -11484.622047 -12854.823907 -20912.048948   -139.883769
+PG27 -20310.055003 -16630.985544   5814.459036    299.935924
+PG28  12389.484171 -22949.083216  -3719.585474     63.410973
+PG29 -25897.481992   5156.631295  -2566.901211    235.379854
+PG30 -15595.487481  13017.379593  16756.918237     91.225042
+PG31   3203.675326  21003.037224  16002.319857    133.743685
+PG32  11982.749872  10478.551515  21576.645055   -319.516286
+PR01  14837.157367 -20225.602366   4607.563313 999999.999999
+PR02   5372.333833 -21161.495081 -13172.240249 999999.999999
+PR03 -14360.724470 -20197.892754   5817.710251 999999.999999
+PR04  16329.867317   8569.077448 -17610.779354 999999.999999
+PR05 -14851.442568  20200.708800  -4694.292046 999999.999999
+PR06  -5908.092345  21364.828503  12582.424939 999999.999999
+PR07   8388.652257   8368.795104  22582.168772 999999.999999
+PR08  15199.664243  -7255.881932  19168.262328 999999.999999
+PR09   6250.672971  22241.260108  10694.021611 999999.999999
+PR10  14418.217940  20267.113639  -5895.801823 999999.999999
+PR11  14190.513599   6491.294193 -20160.260434 999999.999999
+PR12   5633.251418 -11356.127887 -22136.224613 999999.999999
+PR13  -6524.147965 -22040.957027 -11057.950178 999999.999999
+PR15 -13468.634072  -4475.630810  21221.659656 999999.999999
+PR16  -5363.651677  11722.429658  21992.600413 999999.999999
+PR17 -18614.299060  -7895.279109  15500.652450 999999.999999
+PR18 -25421.769278    -12.303771  -1139.228962 999999.999999
+PR19 -17539.361375   7431.677765 -16967.673886 999999.999999
+PR20   1342.707222  10830.835243 -23053.631021 999999.999999
+PR21  18438.128309   7810.406122 -15746.218927 999999.999999
+PR22  25578.104411    108.839924    782.342041 999999.999999
+PR23  17432.060803  -7661.643965  16963.068454 999999.999999
+PR24   -560.311918 -10857.299716  23052.015952 999999.999999
+*  2011  8 29 22 45  0.00000000
+PG01  21441.063612  10906.989857  11245.681461     -8.848173
+PG02 -12960.410103 -21960.610175   8352.570097    353.533831
+PG03   7061.324421  14518.863841 -21542.403234    761.375645
+PG04   1361.754616 -18481.945385  18682.824360    215.972918
+PG05  -3921.958053 -22111.459850 -14106.468208   -210.936720
+PG06   1356.318994  15811.937641 -21135.009751    -83.684246
+PG07  16777.898801  -2349.131064 -20508.861710     24.295563
+PG08  10512.346720  -9881.893832 -22242.828268      9.031042
+PG09 -20883.850999 -14412.326071   7251.843841    102.325712
+PG10   8951.164215 -24734.543414   1345.964856    -11.482000
+PG11  23552.357968  12400.025049   2258.704841   -181.290656
+PG12 -13909.845976  -5360.411900  21994.218412     19.033903
+PG13  26294.732098  -4032.807432    -86.385205    254.033119
+PG14 -14914.704585  14118.039190  16927.699870    169.612495
+PG15 -20380.418295  -6459.446794 -15858.912359   -108.517604
+PG16   3889.478140  21096.357581 -15451.233864   -194.697716
+PG17  13880.622170 -14963.417238  17010.938496    177.304828
+PG18 -16030.009216  14663.187741 -14688.631100    154.750031
+PG19  17787.064002   9663.037729 -17402.961735   -178.267788
+PG20  15498.560400   2997.168359  21215.254569     52.304650
+PG21 -15484.239014   5696.886469 -20479.761408   -167.977337
+PG22 -10500.962938  24024.027376  -3669.452566    144.931280
+PG23  25058.309281    974.476470   9307.176311    280.162359
+PG24  20865.663232  13110.981591  10345.993037    419.555794
+PG25 -16242.590933   7918.997985  19427.189530     16.299882
+PG26  -9198.832822 -13167.352164 -21820.456054   -139.894804
+PG27 -20491.582285 -17046.633139   2996.077220    299.940111
+PG28  12375.631911 -22257.816561  -6537.989471     63.413302
+PG29 -26074.317839   4927.855719    290.839540    235.382871
+PG30 -15299.229416  10953.968158  18389.323574     91.222518
+PG31   1854.238963  19648.774819  17869.498087    133.748745
+PG32  11001.453514  12640.321991  20962.200782   -319.522056
+PR01  14349.419603 -19629.977431   7699.011245 999999.999999
+PR02   5992.218142 -22485.399357 -10427.410748 999999.999999
+PR03 -14806.837304 -20542.261404   2623.688726 999999.999999
+PR04  14035.921428   8512.229532 -19513.773853 999999.999999
+PR05 -14358.739085  19594.692055  -7781.339881 999999.999999
+PR06  -6481.742161  22627.634034   9779.305319 999999.999999
+PR07   7213.613468  10849.450403  21920.761401 999999.999999
+PR08  13942.380187  -5141.161731  20743.747931 999999.999999
+PR09   5620.464827  20876.612803  13443.026952 999999.999999
+PR10  14876.439127  20607.006145  -2715.647952 999999.999999
+PR11  15507.840707   8476.972920 -18367.066302 999999.999999
+PR12   6993.328588  -8940.244361 -22860.028090 999999.999999
+PR13  -5870.920169 -20646.268986 -13786.453565 999999.999999
+PR15 -14867.140499  -6580.229264  19691.937207 999999.999999
+PR16  -6714.246841   9304.034204  22754.345579 999999.999999
+PR17 -16560.376005  -7784.284765  17733.624769 999999.999999
+PR18 -25364.223368    138.134580   2085.069464 999999.999999
+PR19 -19488.429841   7557.637470 -14623.223827 999999.999999
+PR20  -1503.065959  10837.638830 -23035.437313 999999.999999
+PR21  16355.228294   7728.452817 -17943.682335 999999.999999
+PR22  25474.708438    -57.582216  -2422.324511 999999.999999
+PR23  19381.343452  -7803.118859  14623.038905 999999.999999
+PR24   2282.502868 -10903.975022  22923.505499 999999.999999
+*  2011  8 29 23  0  0.00000000
+PG01  22102.183464  11866.873640   8709.109457     -8.849877
+PG02 -12009.691706 -21393.479451  10843.429451    353.534980
+PG03   4857.323045  15422.664054 -21495.779905    761.380486
+PG04   3079.725215 -16998.105587  19868.056393    215.983208
+PG05  -3325.490942 -23493.792737 -11830.835204   -210.941671
+PG06   -970.994169  16510.920067 -20596.477299    -83.675673
+PG07  18317.889727   -680.925483 -19299.357112     24.296974
+PG08  12171.502177  -7955.058774 -22219.174794      9.030216
+PG09 -21281.837385 -15057.813003   4453.590565    102.328395
+PG10   9166.037473 -24315.804859   4174.261245    -11.483988
+PG11  23460.047524  12842.779046   -424.109992   -181.293922
+PG12 -13219.871734  -7756.870185  21718.317509     19.036387
+PG13  26157.728929  -3835.539386   2814.283840    254.031366
+PG14 -16699.780785  14351.931997  14911.572742    169.614380
+PG15 -18592.451542  -7166.805576 -17635.276847   -108.515869
+PG16   3243.904184  22627.241707 -13255.462437   -194.700004
+PG17  15692.467655 -15213.291507  15067.887326    177.303642
+PG18 -15778.523211  12796.890103 -16577.356302    154.751634
+PG19  15778.542086  10158.171852 -18956.744320   -178.271390
+PG20  14961.080589   5401.271534  21131.434190     52.305186
+PG21 -17105.761292   3950.647001 -19655.512580   -167.978941
+PG22 -10670.670887  23352.629657  -6387.676269    144.930897
+PG23  23951.640522   1461.026151  11793.332024    280.159675
+PG24  21376.267495  14032.499798   7792.927389    419.559844
+PG25 -15784.312558   5669.824111  20559.278698     16.301526
+PG26  -6854.094296 -13627.153887 -22375.133742   -139.905459
+PG27 -20458.485472 -17240.597054    127.682815    299.944260
+PG28  12306.089378 -21261.495926  -9240.361561     63.415968
+PG29 -25946.904024   4638.381032   3143.568898    235.385597
+PG30 -15080.741836   8709.725487  19696.193347     91.219463
+PG31    299.038789  18233.819068  19431.382538    133.753699
+PG32  10165.444195  14764.818276  19998.068500   -319.528065
+PR01  13746.758169 -18665.167883  10640.844349 999999.999999
+PR02   6365.314827 -23533.500055  -7479.817170 999999.999999
+PR03 -15048.612986 -20527.841363   -621.607075 999999.999999
+PR04  11533.910242   8641.517510 -21037.417422 999999.999999
+PR05 -13752.430210  18619.599120 -10717.226323 999999.999999
+PR06  -6809.616674  23605.881630   6785.772838 999999.999999
+PR07   6253.698188  13305.931671  20833.258240 999999.999999
+PR08  12767.829391  -2788.857705  21916.794016 999999.999999
+PR09   4710.817446  19294.566271  15929.383182 999999.999999
+PR10  15132.285404  20590.211488    516.939165 999999.999999
+PR11  16830.774116  10160.368170 -16216.352924 999999.999999
+PR12   8561.544932  -6581.723040 -23140.665967 999999.999999
+PR13  -4931.804308 -19043.619957 -16247.248677 999999.999999
+PR15 -16299.343990  -8399.558515  17781.022587 999999.999999
+PR16  -8277.383297   6935.735157  23072.926636 999999.999999
+PR17 -14251.114622  -7841.690600  19621.099758 999999.999999
+PR18 -24901.642864    252.272127   5268.588326 999999.999999
+PR19 -21117.889669   7804.341179 -11994.786622 999999.999999
+PR20  -4311.527189  11051.794146 -22569.577666 999999.999999
+PR21  14024.108211   7819.047859 -19791.458989 999999.999999
+PR22  24970.879712   -183.231773  -5580.377487 999999.999999
+PR23  21010.510210  -8061.476226  11998.766088 999999.999999
+PR24   5071.070281 -11155.126192  22348.731562 999999.999999
+*  2011  8 29 23 15  0.00000000
+PG01  22588.437864  12597.795881   6022.558979     -8.851968
+PG02 -10826.920518 -20700.684383  13153.082899    353.536558
+PG03   2718.781467  16422.385625 -21093.020425    761.385597
+PG04   4950.983271 -15522.629077  20702.314573    215.993653
+PG05  -2851.955580 -24640.568714  -9350.528178   -210.946308
+PG06  -3188.288197  17290.470632 -19697.695910    -83.666754
+PG07  19829.794160    795.441745 -17759.870756     24.298671
+PG08  13918.555641  -6149.137894 -21812.945181      9.029779
+PG09 -21469.251610 -15466.842524   1577.650054    102.329504
+PG10   9332.827432 -23596.143492   6928.708159    -11.486612
+PG11  23122.288450  13152.388433  -3099.807245   -181.296933
+PG12 -12673.371860 -10134.678709  21069.646062     19.038767
+PG13  25715.519801  -3550.811577   5666.643722    254.029791
+PG14 -18237.057409  14619.564220  12639.802253    169.615899
+PG15 -16668.874447  -8026.125925 -19109.826739   -108.514435
+PG16   2742.096577  23934.934178 -10828.037171   -194.701977
+PG17  17266.493925 -15488.625850  12865.153974    177.302255
+PG18 -15571.133980  10726.345113 -18169.616963    154.753266
+PG19  13644.033617  10796.505647 -20188.461896   -178.275227
+PG20  14542.436726   7797.230460  20679.412853     52.305611
+PG21 -18718.295770   2364.234129 -18485.057351   -167.981247
+PG22 -10807.337097  22394.730676  -8994.665702    144.930714
+PG23  22616.740543   2089.645238  14080.512813    280.156781
+PG24  21723.313918  14720.827437   5108.291228    419.563725
+PG25 -15425.173528   3293.330377  21336.497728     16.303175
+PG26  -4497.481265 -14233.035678 -22566.499676   -139.916900
+PG27 -20181.092033 -17238.413729  -2742.798012    299.948329
+PG28  12220.303991 -19966.816646 -11777.903953     63.418832
+PG29 -25527.579945   4252.850023   5942.106591    235.388398
+PG30 -14963.431218   6326.202778  20653.659102     91.216672
+PG31  -1447.015028  16803.224972  20662.211647    133.759029
+PG32   9477.586787  16806.929788  18701.038719   -319.534241
+PR01  13086.670001 -17334.544811  13375.936592 999999.999999
+PR02   6525.259385 -24259.714380  -4386.789955 999999.999999
+PR03 -15037.282430 -20185.034310  -3854.762621 999999.999999
+PR04   8887.657857   8978.153881 -22152.135271 999999.999999
+PR05 -13089.989658  17279.063899 -13444.928674 999999.999999
+PR06  -6927.081987  24254.705143   3660.108494 999999.999999
+PR07   5515.913237  15672.197850  19340.704523 999999.999999
+PR08  11721.773176   -248.432304  22664.675171 999999.999999
+PR09   3511.110071  17556.783792  18104.587379 999999.999999
+PR10  15136.911362  20246.680243   3739.538172 999999.999999
+PR11  18097.828861  11519.103017 -13749.804906 999999.999999
+PR12  10302.930201  -4341.464933 -22973.413358 999999.999999
+PR13  -3697.835580 -17295.595078 -18392.679032 999999.999999
+PR15 -17704.510180  -9905.839610  15526.109975 999999.999999
+PR16 -10018.517980   4679.063853  22941.703516 999999.999999
+PR17 -11745.838466  -8096.384661  21126.545654 999999.999999
+PR18 -24049.652548    276.152953   8349.108975 999999.999999
+PR19 -22390.334523   8123.572002  -9133.390569 999999.999999
+PR20  -7013.650533  11460.497414 -21664.869285 999999.999999
+PR21  11504.923585   8109.606558 -21253.840234 999999.999999
+PR22  24082.916516   -214.664328  -8631.019701 999999.999999
+PR23  22282.696329  -8388.304266   9141.269749 999999.999999
+PR24   7737.171111 -11595.331440  21338.899412 999999.999999
+*  2011  8 29 23 30  0.00000000
+PG01  22864.500236  13115.616198   3232.299509     -8.853404
+PG02  -9412.539372 -19920.780209  15242.597857    353.538055
+PG03    682.853772  17493.836802 -20339.697471    761.390301
+PG04   6947.023101 -14094.070929  21171.569691    216.003650
+PG05  -2474.579300 -25522.205039  -6708.361227   -210.950942
+PG06  -5257.426653  18122.897826 -18453.902747    -83.658169
+PG07  21268.766679   2067.708580 -15917.219573     24.300329
+PG08  15713.978786  -4496.948263 -21032.887889      9.029591
+PG09 -21416.762095 -15665.445599  -1325.663675    102.332448
+PG10   9488.240180 -22580.573936   9560.377889    -11.488417
+PG11  22529.205278  13358.678423  -5723.483831   -181.299952
+PG12 -12271.980352 -12444.468414  20059.816672     19.040885
+PG13  24986.829485  -3143.295189   8421.573194    254.028201
+PG14 -19504.068215  14882.833334  10150.812296    169.617716
+PG15 -14654.244396  -9041.109542 -20256.931289   -108.512838
+PG16   2358.973342  24984.397255  -8211.139457   -194.703838
+PG17  18580.625264 -15752.450624  10440.130661    177.300947
+PG18 -15435.240907   8487.367982 -19437.036919    154.754964
+PG19  11429.230851  11583.020472 -21076.326410   -178.278801
+PG20  14244.163078  10137.940021  19867.347609     52.306026
+PG21 -20280.370677    955.166805 -16991.159314   -167.983478
+PG22 -10945.867695  21160.214493 -11444.772367    144.930237
+PG23  21089.793981   2879.984696  16129.764328    280.154023
+PG24  21872.850385  15191.072765   2337.430153    419.567881
+PG25 -15183.643364    834.616251  21745.480380     16.304892
+PG26  -2175.571053 -14975.650806 -22390.498539   -139.927695
+PG27 -19636.416369 -17071.385777  -5566.648392    299.953394
+PG28  12156.578194 -18390.053371 -14104.395183     63.421418
+PG29 -24836.901468   3739.305437   8638.293904    235.391486
+PG30 -14963.731284   3849.680334  21244.170334     91.213713
+PG31  -3360.970920  15399.569909  21541.932063    133.764185
+PG32   8932.916266  18722.691245  17093.187876   -319.540241
+PR01  12426.217878 -15654.545868  15851.204537 999999.999999
+PR02   6514.332133 -24627.847028  -1208.478228 999999.999999
+PR03 -14732.688776 -19555.143920  -7012.646654 999999.999999
+PR04   6165.177597   9531.544969 -22836.309968 999999.999999
+PR05 -12428.406001  15589.779119 -15911.475442 999999.999999
+PR06  -6877.933508  24539.471952    463.175343 999999.999999
+PR07   4995.304611  17883.423295  17472.037012 999999.999999
+PR08  10840.974472   2422.390804  22972.902634 999999.999999
+PR09   2023.444572  15727.886738  19926.275022 999999.999999
+PR10  14849.862025  19617.108780   6889.878227 999999.999999
+PR11  19246.277349  12543.877078 -11015.323602 999999.999999
+PR12  12172.456425  -2273.180882 -22362.181509 999999.999999
+PR13  -2172.884313 -15467.283489 -20181.241200 999999.999999
+PR15 -19019.512760 -11084.174473  12970.977604 999999.999999
+PR16 -11892.709139   2588.721871  22362.828130 999999.999999
+PR17  -9109.862018  -8566.076423  22220.928011 999999.999999
+PR18 -22836.687606    160.097588  11266.508102 999999.999999
+PR19 -23280.443159   8461.891753  -6094.596523 999999.999999
+PR20  -9544.422998  12039.180604 -20338.681403 999999.999999
+PR21   8863.484337   8616.239504 -22302.690780 999999.999999
+PR22  22839.535061   -102.803102 -11515.465478 999999.999999
+PR23  23173.156794  -8730.107492   6106.101804 999999.999999
+PR24  10217.240059 -12197.644303  19913.696466 999999.999999
+*  2011  8 29 23 45  0.00000000
+PG01  22900.319629  13443.253264    386.382737     -8.855630
+PG02  -7774.961015 -19092.706071  17076.494850    353.539413
+PG03  -1217.918852  18607.075220 -19247.066180    761.395239
+PG04   9033.102071 -12746.206034  21268.425228    216.013644
+PG05  -2161.941314 -26116.424635  -3950.015040   -210.956071
+PG06  -7146.142851  18975.239260 -16886.527201    -83.649554
+PG07  22589.876443   3132.195062 -13803.262109     24.302053
+PG08  17514.071081  -3023.573481 -19894.022433      9.028769
+PG09 -21102.024292 -15685.873105  -4206.235650    102.335480
+PG10   9667.961072 -21283.103621  12022.439978    -11.488464
+PG11  21677.953224  13493.538102  -8251.393363   -181.303249
+PG12 -12009.023312 -14638.166740  18706.568995     19.043058
+PG13  23998.450612  -2582.258393  11031.451618    254.026618
+PG14 -20486.872134  15101.270735   7486.953072    169.619384
+PG15 -12594.311997 -10207.470734 -21056.488520   -108.511274
+PG16   2063.780555  25747.753559  -5450.420586   -194.705833
+PG17  19621.059952 -15965.580108   7834.267188    177.299319
+PG18 -15392.379930   6121.359525 -20357.294996    154.756751
+PG19   9181.122110  12514.618303 -21604.247338   -178.282594
+PG20  14060.134016  12377.420967  18709.713724     52.306496
+PG21 -21749.860285   -267.218999 -15201.993317   -167.986107
+PG22 -11119.338905  19667.222126 -13694.985059    144.930212
+PG23  19411.485026   3844.551061  17905.955481    280.151264
+PG24  21795.728245  15465.159325   -472.887493    419.571555
+PG25 -15070.550770  -1658.236648  21779.234173     16.306502
+PG26     67.060659 -15837.736396 -21848.715840   -139.938475
+PG27 -18809.278104 -16775.342964  -8295.138807    299.956636
+PG28  12150.335265 -16556.636878 -16177.167204     63.424175
+PG29 -23902.812780   3070.622462  11185.823237    235.394330
+PG30 -15090.364076   1329.520080  21456.875475     91.210551
+PG31  -5412.560607  14061.404932  22056.466998    133.768954
+PG32   8518.974605  20470.760958  15201.516824   -319.546408
+PR01  11819.477615 -13654.193989  18018.635287 999999.999999
+PR02   6381.414249 -24613.139231   1993.325315 999999.999999
+PR03 -14105.198685 -18688.474829 -10033.665101 999999.999999
+PR04   3436.052545  10298.770650 -23076.697312 999999.999999
+PR05 -11821.633696  13581.009452 -18068.974546 999999.999999
+PR06  -6712.287268  24437.280900  -2742.776821 999999.999999
+PR07   4675.356260  19878.532549  15263.527391 999999.999999
+PR08  10151.699163   5159.776552  22835.501967 999999.999999
+PR09    262.811702  13872.769039  21359.050604 999999.999999
+PR10  14240.981583  18751.109989   9907.025461 999999.999999
+PR11  20214.842893  13238.611594  -8066.097889 999999.999999
+PR12  14116.790736   -421.397780 -21319.391529 999999.999999
+PR13   -373.744109 -13623.596257 -21578.376809 999999.999999
+PR15 -20181.489751 -11932.892334  10165.139913 999999.999999
+PR16 -13846.338471    710.480120  21347.233770 999999.999999
+PR17  -6411.955983  -9256.413111  22883.256123 999999.999999
+PR18 -21302.815446   -138.936274  13963.949259 999999.999999
+PR19 -23775.891015   8763.099232  -2937.419613 999999.999999
+PR20 -11845.315759  12752.571501 -18616.614738 999999.999999
+PR21   6168.698769   9342.940319 -22917.972772 999999.999999
+PR22  21280.734178    194.765840 -14178.047826 999999.999999
+PR23  23670.148434  -9030.769459   2952.263042 999999.999999
+PR24  12454.773147 -12924.774557  18100.905403 999999.999999
+EOF
diff --git a/util/data/COD16512.EPH_R b/util/data/COD16512.EPH_R
new file mode 100644
index 0000000..e4eca86
--- /dev/null
+++ b/util/data/COD16512.EPH_R
@@ -0,0 +1,5399 @@
+#cP2011  8 30  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651 172800.00000000   900.00000000 55803 0.0000000000000
++   55   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02
++        R03R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20
++        R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++        10 10  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5 10  5  5 10  5  5  5  5
+++         5 10  5  5  5  5  5  5  5  5  5  5  5  6  7  7  7
+++         7  6  6  6  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11242      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  8 30  0  0  0.00000000
+PG01  22672.366218  13609.612674  -2466.187612     -8.858692
+PG02  -5930.475058 -18254.291424  18623.324534    353.540583
+PG03  -2956.661575  19727.427391 -17831.980578    761.398839
+PG04  11169.461478 -11506.806013  20992.194568    216.023266
+PG05  -1879.392922 -26409.080309  -1123.235651   -210.961362
+PG06  -8829.119544  19810.559016 -15022.821733    -83.641422
+PG07  23749.777705   3993.725464 -11454.341486     24.303180
+PG08  19272.557518  -1745.643509 -18417.275430      9.028197
+PG09 -20510.558596 -15565.101469  -7015.012735    102.338405
+PG10   9905.029132 -19726.303391  14271.077130    -11.489420
+PG11  20572.889180  13589.557336 -10641.604739   -181.306400
+PG12 -11869.891182 -16670.663123  17033.440750     19.045082
+PG13  22784.239127  -1842.972587  13450.992614    254.024727
+PG14 -21180.482326  15233.727826   4693.806506    169.621226
+PG15 -10534.399324 -11512.930517 -21494.294812   -108.510281
+PG16   1821.499327  26205.346943  -2594.172476   -194.708586
+PG17  20382.687889 -16088.255396   5092.378912    177.297782
+PG18 -15457.287893   3673.821212 -20914.543817    154.758046
+PG19   6946.362798  13580.079206 -21762.161671   -178.286424
+PG20  13976.896611  14472.424165  17227.021155     52.306679
+PG21 -23085.562170  -1301.824756 -13150.493533   -167.988643
+PG22 -11357.518331  17941.588336 -15705.729216    144.929149
+PG23  17625.548442   4988.025723  19378.372550    280.148204
+PG24  21468.799863  15570.833469  -3275.214377    419.574071
+PG25 -15088.660027  -4135.826470  21437.257246     16.307654
+PG26   2189.286808 -16794.634394 -20948.437773   -139.949808
+PG27 -17693.165140 -16389.205084 -10880.358868    299.959854
+PG28  12232.492506 -14500.344441 -17958.029683     63.426378
+PG29 -22759.548061   2225.750350  13541.029400    235.396637
+PG30 -15343.933176  -1183.614403  21287.859506     91.207033
+PG31  -7565.195523  12821.881866  22197.886948    133.773838
+PG32   8216.421512  22013.808463  13057.531689   -319.552804
+PR01  11315.128894 -11374.100226  19836.213525 999999.999999
+PR02   6179.670325 -24203.355744   5156.390813 999999.999999
+PR03 -13137.173566 -17642.069117 -12858.978907 999999.999999
+PR04    768.760656  11264.598934 -22868.679214 999999.999999
+PR05 -11318.188321  11293.588857 -19875.541745 999999.999999
+PR06  -6484.208433  23937.984171  -5895.334191 999999.999999
+PR07   4528.888560  21602.594766  12758.080806 999999.999999
+PR08   9668.675558   7896.186702  22255.127767 999999.999999
+PR09  -1743.293526  12053.923661  22375.174565 999999.999999
+PR10  13291.907735  17705.027828  12732.548236 999999.999999
+PR11  20946.355796  13620.040181  -4959.564950 999999.999999
+PR12  16076.398779   1180.135523 -19865.692299 999999.999999
+PR13   1670.323822 -11826.614930 -22557.128374 999999.999999
+PR15 -21130.503944 -12463.350099   7162.894978 999999.999999
+PR16 -15819.223334   -920.538993  19914.447879 999999.999999
+PR17  -3721.684637 -10160.621553  23100.968808 999999.999999
+PR18 -19498.085545   -655.284581  16389.000589 999999.999999
+PR19 -23877.733337   8970.815728    276.817442 999999.999999
+PR20 -13866.491118  13556.225792 -16532.017902 999999.999999
+PR21   3489.906205  10281.301361 -23088.107832 999999.999999
+PR22  19456.213058    711.772497 -16567.272766 999999.999999
+PR23  23775.282055  -9234.135917   -258.947663 999999.999999
+PR24  14402.441660 -13730.723766  15935.858103 999999.999999
+*  2011  8 30  0 15  0.00000000
+PG01  22164.635923  13648.288965  -5276.302043     -8.860720
+PG02  -3902.868868 -17440.804483  19856.199040    353.542209
+PG03  -4513.024671  20816.705987 -16116.731178    761.401728
+PG04  13312.746531 -10396.681377  20348.842105    216.033342
+PG05  -1590.609565 -26394.674157   1723.007336   -210.966151
+PG06 -10288.792200  20589.423693 -12895.374453    -83.633009
+PG07  24708.325542   4665.227833  -8910.663421     24.304677
+PG08  20942.270643   -670.949323 -16629.034850      9.028487
+PG09 -19636.318337 -15343.200222  -9704.802530    102.340457
+PG10  10228.323585 -17940.533435  16266.342526    -11.490495
+PG11  19225.490915  13678.659971 -12854.619535   -181.309738
+PG12 -11832.723084 -18501.361799  15069.346652     19.047113
+PG13  21383.842411   -907.893608  15638.048466    254.022633
+PG14 -21588.958940  15240.112716   1819.420628    169.622886
+PG15  -8517.797452 -12937.527161 -21562.318831   -108.508383
+PG16   1594.432217  26346.488137    307.559104   -194.710667
+PG17  20869.177679 -16081.834372   2261.878954    177.296555
+PG18 -15637.269552   1192.709375 -21099.680622    154.759703
+PG19   4769.651690  14760.339015 -21546.272197   -178.290114
+PG20  13974.304014  16383.927012  15445.421296     52.306904
+PG21 -24248.715516  -2155.516965 -10873.645797   -167.990782
+PG22 -11685.521067  16015.978779 -17441.607334    144.928965
+PG23  15777.209033   6306.876821  20521.255764    280.145531
+PG24  20875.905723  15540.462087  -6022.179722    419.577364
+PG25 -15232.574358  -6549.143197  20725.541593     16.309313
+PG26   4154.772400 -17815.085909 -19702.651719   -139.961350
+PG27 -16290.795372 -15953.393555 -13276.091150    299.962431
+PG28  12428.018858 -12262.131476 -19414.111062     63.428850
+PG29 -21446.306879   1190.715320  15663.629480    235.399505
+PG30 -15716.868812  -3639.593966  20740.230146     91.204239
+PG31  -9777.195731  11707.603560  21964.484567    133.779183
+PG32   7999.896523  23319.765722  10696.771259   -319.559091
+PR01  10954.291203  -8864.992217  21268.730295 999999.999999
+PR02   5964.056544 -23399.363952   8219.264617 999999.999999
+PR03 -11823.937943 -16477.179183 -15433.660014 999999.999999
+PR04  -1771.945380  12402.035210 -22216.348788 999999.999999
+PR05 -10958.987562   8778.443652 -21296.111571 999999.999999
+PR06  -6249.178983  23044.689759  -8933.144058 999999.999999
+PR07   4519.418124  23008.977583  10004.402749 999999.999999
+PR08   9394.554934  10562.947743  21243.013383 999999.999999
+PR09  -3955.790393  10328.894776  22955.093730 999999.999999
+PR10  11997.087891  16539.485809  15311.639672 999999.999999
+PR11  21390.258401  13716.762350  -1756.282423 999999.999999
+PR12  17987.910878   2509.582140 -18029.530920 999999.999999
+PR13   3918.571177 -10133.080516 -23098.647711 999999.999999
+PR15 -21812.097692 -12699.197308   4022.284815 999999.999999
+PR16 -17747.031464  -2281.122430  18092.229597 999999.999999
+PR17  -1106.727209 -11259.689140  22870.153967 999999.999999
+PR18 -17480.479328  -1412.888182  18494.656204 999999.999999
+PR19 -23600.243865   9031.087792   3485.677130 999999.999999
+PR20 -15568.652272  14398.467844 -14125.348965 999999.999999
+PR21    894.209421  11410.767447 -22810.172023 999999.999999
+PR22  17423.404851   1471.600432 -18636.802235 999999.999999
+PR23  23503.330557  -9286.608503  -3465.128685 999999.999999
+PR24  16023.824972 -14562.806009  13460.741476 999999.999999
+*  2011  8 30  0 30  0.00000000
+PG01  21369.374558  13596.093348  -7995.592848     -8.860061
+PG02  -1722.771255 -16683.594933  20753.269538    353.543692
+PG03  -5873.813659  21834.587188 -14128.798583    761.406091
+PG04  15417.564529  -9429.024127  19350.794741    216.043525
+PG05  -1259.212449 -26076.550867   4539.386690   -210.971177
+PG06 -11515.842360  21271.496342 -10541.512883    -83.624634
+PG07  25430.077299   5167.029051  -6215.619449     24.306408
+PG08  22476.853595    201.602841 -14560.634762      9.029899
+PG09 -18481.937245 -15061.628995 -12230.999528    102.341919
+PG10  10661.229154 -15962.856757  17972.935966    -11.492596
+PG11  17654.030592  13790.780931 -14853.944084   -181.312601
+PG12 -11869.374893 -20095.564962  12848.073492     19.049295
+PG13  19841.207148    232.431545  17554.369842    254.020890
+PG14 -21725.157844  15083.109221  -1086.515356    169.624541
+PG15  -6584.244014 -14454.234336 -21258.873278   -108.507000
+PG16   1343.902524  26169.853147   3203.899926   -194.712659
+PG17  21092.725829 -15910.461052   -608.052482    177.295306
+PG18 -15931.892354  -1273.298717 -20910.466090    154.761537
+PG19   2692.173869  16029.082309 -20959.185843   -178.293572
+PG20  14026.422078  18078.463740  13396.213568     52.307545
+PG21 -25204.403678  -2842.552240  -8411.745192   -167.993136
+PG22 -12122.657251  13928.760302 -18872.063524    144.928575
+PG23  13911.565050   7789.282380  21314.268859    280.142722
+PG24  20008.614813  15409.663969  -8667.247228    419.580377
+PG25 -15488.969575  -8851.265251  19656.462808     16.310881
+PG26   5933.169073 -18862.280442 -18129.980819   -139.972163
+PG27 -14614.339014 -15508.148507 -15438.711648    299.965585
+PG28  12754.747182  -9888.650981 -20518.587531     63.431747
+PG29 -20005.755715    -40.653454  17517.399047    235.402184
+PG30 -16193.728015  -5990.636911  19824.049705     91.201248
+PG31 -12003.205119  10737.735595  21360.756280    133.784058
+PG32   7839.102549  24362.900501   8158.284619   -319.565250
+PR01  10768.695974  -6185.829379  22288.458211 999999.999999
+PR02   5788.761275 -22215.181061  11122.465850 999999.999999
+PR03 -10174.204665 -15256.586524 -17707.762508 999999.999999
+PR04  -4127.493939  13673.382696 -21132.427358 999999.999999
+PR05 -10775.528978   6094.701641 -22303.115253 999999.999999
+PR06  -6061.513597  21773.722770 -11797.117162 999999.999999
+PR07   4602.921123  24061.169891   7056.050192 999999.999999
+PR08   9319.895139  13092.873153  19818.756423 999999.999999
+PR09  -6325.426222   8747.963390  23087.805338 999999.999999
+PR10  10364.272330  15316.770040  17594.176721 999999.999999
+PR11  21504.850668  13567.800156   1481.266851 999999.999999
+PR12  19786.654058   3557.649927 -15846.585866 999999.999999
+PR13   6320.227583  -8592.126927 -23192.548376 999999.999999
+PR15 -22179.636971 -12675.138212    803.987942 999999.999999
+PR16 -19563.896517  -3360.715208  15916.037765 999999.999999
+PR17   1369.708105 -12523.074675  22195.599850 999999.999999
+PR18 -15313.550998  -2424.055219  20240.240492 999999.999999
+PR19 -22970.216557   8894.896950   6626.822080 999999.999999
+PR20 -16924.458684  15222.658264 -11443.393231 999999.999999
+PR21  -1556.082842  12699.414692 -22089.923322 999999.999999
+PR22  15245.204232   2486.053069 -20346.348039 999999.999999
+PR23  22881.501808  -9139.638221  -6603.991864 999999.999999
+PR24  17294.690590 -15363.967568  10723.768512 999999.999999
+*  2011  8 30  0 45  0.00000000
+PG01  20287.493600  13491.464546 -10577.267907     -8.862980
+PG02    573.262699 -16008.881220  21298.141330    353.545078
+PG03  -7033.362626  22740.103756 -11900.518738    761.408509
+PG04  17438.116204  -8609.071856  18016.633203    216.053691
+PG05   -850.394594 -25466.757065   7277.091519   -210.975818
+PG06 -12509.360363  21817.182356  -8002.611681    -83.616318
+PG07  25885.625114   5525.873856  -3415.066152     24.307837
+PG08  23832.422250    881.704160 -12247.783299      9.031311
+PG09 -17058.658611 -14761.529447 -14552.232611    102.343013
+PG10  11220.538880 -13835.686026  19360.879039    -11.493791
+PG11  15883.016473  13952.632094 -16606.613311   -181.315526
+PG12 -11946.632744 -21425.635776  10407.700340     19.051574
+PG13  18202.923524   1578.771443  19166.305353    254.019474
+PG14 -21610.141187  14729.809071  -3973.541393    169.626431
+PG15  -4768.539884 -16029.865874 -20588.679214   -108.505579
+PG16   1031.996055  25683.517368   6044.090041   -194.714583
+PG17  21073.474341 -15542.645734  -3467.346642    177.293758
+PG18 -16333.018681  -3676.551362 -20351.492337    154.763081
+PG19    750.170109  17353.633590 -20009.944873   -178.297207
+PG20  14102.670631  19529.238695  11115.263244     52.307835
+PG21 -25922.792448  -3383.734330  -5807.637145   -167.995682
+PG22 -12681.520218  11722.649236 -19971.956787    144.928489
+PG23  12071.974530   9415.372157  21742.892210    280.140303
+PG24  18866.689788  15215.824171 -11165.466328    419.583581
+PG25 -15837.148400 -10998.975326  18248.558904     16.312556
+PG26   7501.117678 -19895.133542 -16254.544793   -139.983250
+PG27 -12685.275371 -15091.816513 -17328.095681    299.967687
+PG28  13222.499725  -7430.524865 -21251.274433     63.434430
+PG29 -18482.413888  -1466.302013  19070.774605    235.405214
+PG30 -16751.836253  -8193.020375  18556.114887     91.198149
+PG31 -14195.740692   9923.408401  20397.294030    133.789138
+PG32   7700.074186  25124.675879   5484.062476   -319.571595
+PR01  10779.271107  -3401.582930  22875.681366 999999.999999
+PR02   5704.686754 -20677.487385  13809.641924 999999.999999
+PR03  -8209.939784 -14041.881831 -19637.287022 999999.999999
+PR04  -6247.686578  15031.770607 -19638.014039 999999.999999
+PR05 -10788.481220   3307.466228 -22877.013136 999999.999999
+PR06  -5971.834338  20154.047995 -14431.582999 999999.999999
+PR07   4729.924619  24734.196932   3970.385650 999999.999999
+PR08   9423.667761  15422.832253  18009.943897 999999.999999
+PR09  -8794.623889   7352.162885  22771.049809 999999.999999
+PR10   8414.461190  14098.155836  19535.695308 999999.999999
+PR11  21259.179786  13220.720044   4689.910341 999999.999999
+PR12  21409.246830   4327.701629 -13359.074622 999999.999999
+PR13   8816.389604  -7243.351228 -22837.096645 999999.999999
+PR15 -22196.347921 -12435.243525  -2429.836104 999999.999999
+PR16 -21205.123318  -4161.624625  13428.338563 999999.999999
+PR17   3651.268483 -13909.917829  21090.678747 999999.999999
+PR18 -13063.858778  -3688.726832  21592.179667 999999.999999
+PR19 -22025.759595   8520.469008   9639.228668 999999.999999
+PR20 -17919.445985  15969.693040  -8538.352319 999999.999999
+PR21  -3805.798946  14105.220267 -20941.662182 999999.999999
+PR22  12987.480232   3754.602906 -21662.459878 999999.999999
+PR23  21948.207926  -8752.012909  -9614.575201 999999.999999
+PR24  18203.769101 -16075.307167   7778.231840 999999.999999
+*  2011  8 30  1  0  0.00000000
+PG01  18928.660884  13372.825493 -12976.916346 999999.999999
+PG02   2943.897973 -15436.729131  21480.217309    353.546322
+PG03  -7993.630661  23493.202680  -9468.656251    761.413247
+PG04  19329.833724  -7934.100513  16370.675352    216.063644
+PG05   -332.485719 -24585.571978   9888.692001   -210.980503
+PG06 -13276.671557  22189.258440  -5323.319652    -83.607859
+PG07  26052.711228   5773.706316   -556.570839     24.309172
+PG08  24969.128502   1387.041366  -9729.944660      9.032031
+PG09 -15385.959018 -14482.074181 -16630.932004    102.344410
+PG10  11915.641922 -11605.222724  20406.072743    -11.495596
+PG11  13942.423322  14186.598312 -18083.663658   -181.318579
+PG12 -12027.624649 -22471.899568   7789.953638     19.053736
+PG13  16516.469620   3122.957828  20445.426271    254.017976
+PG14 -21272.269562  14153.190085  -6791.326383    169.628002
+PG15  -3099.358640 -17626.234986 -19562.819531   -108.503861
+PG16    623.271597  24904.624041   8778.423128   -194.716538
+PG17  20838.617221 -14952.689836  -6265.955209    177.292642
+PG18 -16825.168914  -5972.107212 -19434.006453    154.764937
+PG19  -1026.310164  18696.117487 -18713.945185   -178.301008
+PG20  14169.151925  20716.981040   8642.343480     52.308098
+PG21 -26380.164339  -3805.345682  -3105.958086   -167.998163
+PG22 -13367.354140   9443.191796 -20722.029877    144.927975
+PG23  10298.504344  11157.784767  21798.730187    280.137548
+PG24  17458.258137  14996.545257 -13474.206817    419.586878
+PG25 -16249.893269 -12954.233912  16526.202348     16.314221
+PG26   8843.019124 -20869.757646 -14105.738833   -139.994413
+PG27 -10533.871483 -14739.180648 -18908.505118    299.971022
+PG28  13832.570384  -4940.444502 -21599.059624     63.437004
+PG29 -16920.986225  -3075.849331  20297.373213    235.407690
+PG30 -17362.240907 -10208.617190  16959.591938     91.195020
+PG31 -16306.820489   9267.428015  19090.590742    133.794383
+PG32   7546.588307  25594.366174   2718.425573   -319.577973
+PR01  10995.197115   -580.772380  23019.070201 999999.999999
+PR02   5757.079282 -18824.626609  16228.660837 999999.999999
+PR03  -5965.674519 -12890.822284 -21185.020919 999999.999999
+PR04  -8092.535079  16423.085582 -17762.173728 999999.999999
+PR05 -11006.747935    485.346740 -23006.671595 999999.999999
+PR06  -6024.712374  18226.177990 -16785.374871 999999.999999
+PR07   4847.836585  25015.567978    807.454819 999999.999999
+PR08   9674.267323  17496.160048  15851.623556 999999.999999
+PR09 -11299.685333   6171.706549  22011.329715 999999.999999
+PR10   6181.303877  12941.288588  21098.262891 999999.999999
+PR11  20634.491352  12729.400952   7807.037326 999999.999999
+PR12  22796.152630   4835.342406 -10614.948846 999999.999999
+PR13  11342.256414  -6115.299878 -22039.238207 999999.999999
+PR15 -21836.962010 -12030.882889  -5616.729114 999999.999999
+PR16 -22609.866709  -4698.670468  10677.766403 999999.999999
+PR17   5690.544460 -15370.695407  19577.067336 999999.999999
+PR18 -10798.297452  -5194.274751  22524.626557 999999.999999
+PR19 -20814.633122   7875.284803  12464.374831 999999.999999
+PR20 -18552.412128  16580.627381  -5466.821892 999999.999999
+PR21  -5808.938150  15577.768335 -19387.930844 999999.999999
+PR22  10716.474368   5264.158113 -22559.192204 999999.999999
+PR23  20751.383495  -8091.841042 -12438.428148 999999.999999
+PR24  18752.992901 -16638.689312   4681.458308 999999.999999
+*  2011  8 30  1 15  0.00000000
+PG01  17311.062625  13276.950084 -15153.271959 999999.999999
+PG02   5344.360338 -14980.263040  21294.960336    353.547856
+PG03  -8764.009925  24056.311424  -6873.884159    761.418586
+PG04  21050.960677  -7393.739016  14442.465325    216.073994
+PG05    321.607060 -23460.728185  12328.978278   -210.985312
+PG06 -13832.834382  22354.416691  -2550.723822    -83.599403
+PG07  25917.085900   5946.260087   2311.365480     24.310432
+PG08  25852.571712   1742.408157  -7049.685571      9.032800
+PG09 -13490.889347 -14258.928819 -18433.815780    102.346308
+PG10  12748.030365  -9319.756151  21090.725137    -11.498412
+PG11  11866.738325  14509.800288 -19260.552818   -181.321647
+PG12 -12073.376152 -23223.251101   5039.507505     19.055906
+PG13  14828.424832   4847.987820  21369.062534    254.016424
+PG14 -20746.009079  13333.378123  -9490.579722    169.629785
+PG15  -1598.296121 -19201.525155 -18198.579893   -108.502638
+PG16     86.368705  23858.701567  11359.161189   -194.718306
+PG17  20421.229826 -14121.894636  -8954.770721    177.291626
+PG18 -17386.193965  -8119.288825 -18175.600182    154.766420
+PG19  -2614.421143  20014.847241 -17092.737893   -178.304455
+PG20  14190.111798  21630.510111   6020.415634     52.308441
+PG21 -26559.719009  -4137.901320   -352.388560   -168.000318
+PG22 -14177.728219   7137.138402 -21109.263137    144.927789
+PG23   8626.501115  12982.524523  21479.723884    280.134694
+PG24  15799.680371  14788.092009 -15553.866882    419.589790
+PG25 -16694.583826 -14685.454268  14519.171523     16.315823
+PG26   9951.538722 -21741.082521 -11717.922322   -140.005482
+PG27  -8198.287108 -14479.907767 -20149.428562    299.972970
+PG28  14577.589120  -2471.187665 -21556.164597     63.440065
+PG29 -15364.706086  -4850.807704  21176.422102    235.410713
+PG30 -17990.932705 -12006.193806  15063.519223     91.191906
+PG31 -18289.612358   8764.303424  17462.763483    133.799213
+PG32   7341.669574  25769.406634    -92.626120   -319.584277
+PR01  11413.473993   2207.139920  22715.894988 999999.999999
+PR02   5983.408291 -16705.135131  18332.618949 999999.999999
+PR03  -3487.294865 -11854.877550 -22321.239018 999999.999999
+PR04  -9633.668723  17788.225819 -15541.371112 999999.999999
+PR05 -11427.043702  -2302.152865 -22689.577569 999999.999999
+PR06  -6256.577212  16040.613345 -18812.823260 999999.999999
+PR07   4903.414797  24905.716696  -2371.189613 999999.999999
+PR08  10030.980193  19264.808619  13385.630964 999999.999999
+PR09 -13773.257656   5224.890825  20823.756795 999999.999999
+PR10   3709.972419  11897.728609  22251.230860 999999.999999
+PR11  19625.179200  12151.545237  10771.839175 999999.999999
+PR12  23894.089685   5107.504608  -7666.991373 999999.999999
+PR13  13829.620422  -5224.432193 -20814.460590 999999.999999
+PR15 -21088.901615 -11518.364232  -8695.122180 999999.999999
+PR16 -23723.668421  -4998.296525   7718.155215 999999.999999
+PR17   7450.776548 -16849.254342  17684.310353 999999.999999
+PR18  -8581.443756  -6915.837401  23019.929210 999999.999999
+PR19 -19392.200912   6937.706412  15047.378721 999999.999999
+PR20 -18835.253021  16999.312130  -2288.678625 999999.999999
+PR21  -7530.313816  17060.320034 -17459.058455 999999.999999
+PR22   8496.189927   6989.360628 -23018.635861 999999.999999
+PR23  19346.424294  -7138.147593 -15020.746079 999999.999999
+PR24  18957.190381 -16999.339673   1493.685903 999999.999999
+*  2011  8 30  1 30  0.00000000
+PG01  15460.845739  13237.403821 -17068.921341 999999.999999
+PG02   7727.926486 -14645.144197  20744.065113    353.549346
+PG03  -9360.844305  24395.853200  -4160.170777    761.422205
+PG04  22564.013650  -6970.586108  12266.183483    216.083835
+PG05   1133.140699 -22126.353675  14555.757389   -210.989654
+PG06 -14199.833093  22284.659660    266.530172    -83.590711
+PG07  25473.077051   6081.510440   5140.097141     24.312012
+PG08  26455.011985   1978.566384  -4251.995278      9.033631
+PG09 -11407.163563 -14122.876660 -19932.298080    102.348622
+PG10  13711.144130  -7027.895519  21403.641083    -11.499674
+PG11   9693.854619  14933.355636 -20117.523967   -181.324610
+PG12 -12044.450969 -23677.446795   2203.240049     19.057964
+PG13  13182.723211   6728.480330  21920.737704    254.014796
+PG14 -20070.499139  12258.638446 -12023.955717    169.631756
+PG15   -279.198324 -20711.821103 -16519.177624   -108.501112
+PG16   -604.554165  22578.659240  13741.404550   -194.720465
+PG17  19858.867398 -13039.501435 -11486.538309    177.289882
+PG18 -17988.222621 -10083.043651 -16599.779901    154.768535
+PG19  -3999.254933  21265.890333 -15173.712707   -178.307997
+PG20  14129.474560  22266.992593   3294.862606     52.308484
+PG21 -26452.119647  -4414.776166   2407.071114   -168.002377
+PG22 -15102.531353   4850.778087 -21127.105734    144.927822
+PG23   7085.339967  14850.090924  20790.261177    280.132086
+PG24  13915.116833  14623.887242 -17368.544137    419.590662
+PG25 -17134.535021 -16168.530598  12262.129505     16.317417
+PG26  10827.815933 -22464.573483  -9130.009950   -140.016757
+PG27  -5723.328704 -14337.187500 -21026.344179    299.976341
+PG28  15441.774279    -73.643084 -21124.226315     63.442434
+PG29 -13853.751405  -6765.116760  21693.092669    235.413579
+PG30 -18600.279417 -13562.417101  12902.193276     91.189139
+PG31 -20100.045718   8400.587652  15541.198461    133.804292
+PG32   7049.139688  25655.462215  -2902.099230   -319.590539
+PR01  12019.016650   4894.389112  21972.074422 999999.999999
+PR02   6411.584017 -14375.862237  20080.745103 999999.999999
+PR03   -830.361160 -10977.066814 -23024.253321 999999.999999
+PR04 -10855.254423  19065.583515 -13018.761616 999999.999999
+PR05 -12033.999909  -4987.279342 -21931.886796 999999.999999
+PR06  -6693.982249  13655.881116 -20474.638356 999999.999999
+PR07   4845.268728  24417.915822  -5503.694181 999999.999999
+PR08  10445.851547  20691.151149  10659.784524 999999.999999
+PR09 -16146.958293   4517.517381  19231.731924 999999.999999
+PR10   1055.552018  11010.763250  22971.851310 999999.999999
+PR11  18239.192460  11546.040136  13526.512297 999999.999999
+PR12  24658.201224   5181.069366  -4571.830298 999999.999999
+PR13  16209.510899  -4574.602730 -19186.494118 999999.999999
+PR15 -19952.956499 -10956.378141 -11605.507857 999999.999999
+PR16 -24500.742083  -5097.182393   4607.460714 999999.999999
+PR17   8907.112758 -18285.136167  15449.237040 999999.999999
+PR18  -6473.024971  -8817.178163  23068.937060 999999.999999
+PR19 -17819.082483   5698.149219  17338.065775 999999.999999
+PR20 -18792.254929  17174.929429    934.100882 999999.999999
+PR21  -8946.741247  18492.160845 -15192.561941 999999.999999
+PR22   6385.879440   8893.408224 -23031.302416 999999.999999
+PR23  17793.833870  -5882.014043 -17311.431835 999999.999999
+PR24  18843.250260 -17108.312230  -1723.114412 999999.999999
+*  2011  8 30  1 45  0.00000000
+PG01  13411.261712  13283.119189 -18690.944696     -8.873993
+PG02  10047.511436 -14429.341651  19835.530564    353.551011
+PG03  -9806.668862  24483.650228  -1374.077279    761.425646
+PG04  23837.071734  -6641.098486   9879.992576    216.093629
+PG05   2116.510367 -20621.677524  16530.593213   -210.995028
+PG06 -14405.500931  21958.489073   3079.141166    -83.581983
+PG07  24723.851003   6218.045746   7881.624222     24.313718
+PG08  26756.346428   2130.900501  -1383.587099      9.032892
+PG09  -9174.032073 -14098.647714 -21102.822386    102.349937
+PG10  14790.557433  -4776.810126  21340.370728    -11.501073
+PG11   7463.848950  15461.863409 -20639.911922   -181.327856
+PG12 -11902.614660 -23841.072260   -670.543214     19.060175
+PG13  11619.016764   8731.471754  22090.492339    254.013664
+PG14 -19287.937572  10926.052593 -14346.931281    169.633538
+PG15    852.204712 -22112.741091 -14553.381198   -108.499789
+PG16  -1468.610249  21103.504508  15883.898721   -194.722513
+PG17  19191.989679 -11703.321545 -13816.738221    177.288899
+PG18 -18598.838173 -11835.061715 -14735.433543    154.769946
+PG19  -5174.264885  22404.751399 -12989.664415   -178.311781
+PG20  13952.390575  22631.885039    512.690204     52.309161
+PG21 -26055.774652  -4670.758045   5126.795301   -168.004781
+PG22 -16124.287379   2628.300722 -20775.579896    144.927442
+PG23   5697.401732  16716.842408  19741.177196    280.129406
+PG24  11835.805447  14533.115402 -18886.659027    419.593423
+PG25 -17530.503227 -17387.580848   9794.019598     16.318950
+PG26  11481.359990 -22997.988118  -6384.959454   -140.028306
+PG27  -3158.894148 -14326.632657 -21521.374224    299.979359
+PG28  16401.558704   2205.067280 -20312.200135     63.445302
+PG29 -12423.793098  -8785.970424  21838.734812    235.416537
+PG30 -19150.607506 -14862.532192  10514.457404     91.186107
+PG31 -21698.329893   8155.519336  13358.122111    133.809388
+PG32   6635.156599  25266.209362  -5662.722759   -319.596840
+PR01  12785.274768   7417.474675  20802.058713 999999.999999
+PR02   7058.589020 -11899.759595  21439.184232 999999.999999
+PR03   1941.971004 -10290.175876 -23280.803518 999999.999999
+PR04 -11754.392779  20193.651586 -10243.352801 999999.999999
+PR05 -12800.796263  -7506.600609 -20748.304898 999999.999999
+PR06  -7352.299992  11136.254040 -21738.665118 999999.999999
+PR07   4626.287159  23577.670130  -8529.116444 999999.999999
+PR08  10865.871868  21749.363831   7726.963287 999999.999999
+PR09 -18354.049715   4042.854994  17266.466121 999999.999999
+PR10  -1718.987608  10313.579091  23245.744819 999999.999999
+PR11  16497.882051  10970.283845  16017.398515 999999.999999
+PR12  25053.899537   5101.082399  -1388.886319 999999.999999
+PR13  18414.882360  -4157.082905 -17186.856850 999999.999999
+PR15 -18443.422231 -10403.353352 -14291.575336 999999.999999
+PR16 -24905.907274  -5040.416827   1406.597073 999999.999999
+PR17  10047.367836 -19616.096072  12915.242120 999999.999999
+PR18  -4525.614390 -10852.027934  22671.141762 999999.999999
+PR19 -16158.604626   4159.749366  19291.943383 999999.999999
+PR20 -18458.874344  17064.318299   4138.664758 999999.999999
+PR21 -10047.724331  19811.127712 -12632.414738 999999.999999
+PR22   4437.734465  10929.371353 -22596.351175 999999.999999
+PR23  16156.677236  -4327.213899 -19266.063967 999999.999999
+PR24  18448.793139 -16924.723502  -4906.448261 999999.999999
+*  2011  8 30  2  0  0.00000000
+PG01  11201.544793  13437.161178 -19991.478562     -8.877307
+PG02  12257.295258 -14323.211191  18583.624675    353.552564
+PG03 -10129.192073  24298.154989   1436.026697    761.430030
+PG04  24844.848561  -6376.709779   7325.335445    216.103929
+PG05   3278.497132 -18989.550889  18219.475688   -210.999924
+PG06 -14482.220729  21361.840332   5838.058650    -83.573602
+PG07  23681.354650   6393.418814  10489.373603     24.315363
+PG08  26744.817834   2237.914205   1507.811353      9.032896
+PG09  -6834.981331 -14203.985792 -21927.123677    102.352682
+PG10  15964.494874  -2610.550729  20903.217805    -11.501987
+PG11   5217.683703  16093.130660 -20818.388231   -181.331021
+PG12 -11612.458801 -23729.187235  -3532.907353     19.062080
+PG13  10171.214954  10817.521775  21875.087505    254.011630
+PG14 -18441.848319   9341.849698 -16418.637241    169.635289
+PG15   1798.343202 -23361.106945 -12335.025397   -108.498078
+PG16  -2517.252461  19476.836224  17749.761839   -194.724190
+PG17  18462.276511 -10120.027598 -15904.418824    177.287330
+PG18 -19182.430656 -13354.611583 -12616.212705    154.772021
+PG19  -6141.356973  23388.105990 -10578.246861   -178.315753
+PG20  13626.735949  22738.567491  -2278.288523     52.309066
+PG21 -25376.852772  -4940.578068   7762.192563   -168.006777
+PG22 -17218.777239    510.253317 -20061.257068    144.927000
+PG23   4477.321752  18536.545709  18349.639952    280.126738
+PG24   9599.073393  14539.487713 -20081.519726    419.596159
+PG25 -17842.301367 -18335.376606   7157.388517     16.320548
+PG26  11929.622170 -23303.106079  -3529.152922   -140.039583
+PG27   -558.168424 -14455.501352 -21623.801651    299.982317
+PG28  17426.556770   4323.284449 -19136.091443     63.447882
+PG29 -11104.729860 -10874.905276  21611.009054    235.419414
+PG30 -19601.862266 -15900.689045   7942.914045     91.183117
+PG31 -23050.325701   8001.941619  10950.102879    133.814330
+PG32   6069.688785  24622.833845  -8327.687546   -319.603190
+PR01  13675.351133   9719.548526  19228.549553 999999.999999
+PR02   7929.581178  -9343.432119  22381.646017 999999.999999
+PR03   4761.341176  -9815.426587 -23086.283250 999999.999999
+PR04 -12340.974898  21113.645281  -7269.052381 999999.999999
+PR05 -13690.291677  -9803.395381 -19161.803489 999999.999999
+PR06  -8234.901786   8549.246180 -22580.497005 999999.999999
+PR07   4205.887390  22421.613835 -11388.617727 999999.999999
+PR08  11235.390909  22426.328179   4644.084890 999999.999999
+PR09 -20332.052622   3782.139440  14966.353532 999999.999999
+PR10  -4545.158474   9827.872573  23067.208396 999999.999999
+PR11  14435.293104  10477.591509  18196.039212 999999.999999
+PR12  25058.310029   4918.637081   1820.729619 999999.999999
+PR13  20383.237419  -3951.120029 -14854.251667 999999.999999
+PR15 -16587.693411  -9914.833137 -16701.287966 999999.999999
+PR16 -24916.088917  -4879.313283  -1821.786275 999999.999999
+PR17  10872.255578 -20780.711948  10131.445336 999999.999999
+PR18  -2782.646867 -12965.854405  21834.652895 999999.999999
+PR19 -14474.159554   2338.497452  20871.064246 999999.999999
+PR20 -17880.058195  16633.989730   7262.528369 999999.999999
+PR21 -10835.615635  20956.211393  -9828.197536 999999.999999
+PR22   2694.874642  13041.954649 -21721.651344 999999.999999
+PR23  14497.948735  -2490.316430 -20846.753246 999999.999999
+PR24  17820.408022 -16417.659262  -7994.514571 999999.999999
+*  2011  8 30  2 15  0.00000000
+PG01   8875.567368  13715.730941 -20948.191128     -8.878258
+PG02  14314.327436 -14309.886157  17008.735246    353.553855
+PG03 -10360.054978  23825.453229   4220.818291    761.433712
+PG04  25569.511296  -6145.132553   4646.198964    216.114396
+PG05   4617.818969 -17274.842068  19593.407342   -211.004732
+PG06 -14465.458905  20488.726323   8495.372285    -83.565013
+PG07  22365.940589   6642.539290  12918.960120     24.316999
+PG08  26417.434061   2339.622272   4374.172991      9.033450
+PG09  -4436.304670 -14448.979124 -22392.423384    102.354636
+PG10  17204.651004   -568.519785  20101.112969    -11.501297
+PG11   2995.876073  16818.152399 -20649.141719   -181.333926
+PG12 -11142.924585 -23364.661745  -6335.095846     19.064387
+PG13   8866.259812  12942.087032  21278.082684    254.009864
+PG14 -17575.302599   7521.375528 -18202.624273    169.636986
+PG15   2569.527181 -24416.585908  -9902.429583   -108.496708
+PG16  -3753.655075  17745.177034  19307.119122   -194.726266
+PG17  17710.904520  -8305.092165 -17712.960905    177.285845
+PG18 -19701.665852 -14629.069556 -10279.848707    154.773751
+PG19  -6910.641814  24175.514936  -7981.322128   -178.319655
+PG20  13124.506491  22607.685826  -5030.271508     52.310110
+PG21 -24429.038068  -5257.468237  10270.327222   -168.009547
+PG22 -18355.941507  -1467.847913 -18997.108139    144.926993
+PG23   3431.543701  20262.053352  16638.917928    280.123913
+PG24   7247.115795  14660.217778 -20931.817694    419.599640
+PG25 -18030.459929 -19013.444821   4397.649280     16.322092
+PG26  12197.247718 -23347.362347   -611.672200   -140.050812
+PG27   2024.353254 -14722.287273 -21330.422723    299.985626
+PG28  18480.823223   6246.254472 -17618.530052     63.450853
+PG29  -9919.656020 -12989.109313  21013.915382    235.422304
+PG30 -19915.275463 -16679.911942   5233.083008     91.180155
+PG31 -24128.721734   7907.465812   8357.488529    133.819740
+PG32   5327.870043  23753.257285 -10851.401757   -319.609506
+PR01  14643.571779  11752.526593  17282.062193 999999.999999
+PR02   9017.506006  -6774.551695  22889.906959 999999.999999
+PR03   7556.786453  -9561.651381 -22444.800342 999999.999999
+PR04 -12637.007424  21772.028537  -4153.621208 999999.999999
+PR05 -14656.607337 -11829.763636 -17203.176549 999999.999999
+PR06  -9332.856329   5962.989403 -22983.937585 999999.999999
+PR07   3551.989680  20995.959680 -14026.612752 999999.999999
+PR08  11498.657113  22722.016187   1471.003026 999999.999999
+PR09 -22025.189862   3705.587162  12376.209890 999999.999999
+PR10  -7351.561829   9562.959478  22439.355595 999999.999999
+PR11  12096.933626  10114.792512  20020.121905 999999.999999
+PR12  24661.256947   4688.510848   4995.350679 999999.999999
+PR13  22059.076341  -3925.009808 -12233.826234 999999.999999
+PR15 -14425.326661  -9540.981727 -18787.883403 999999.999999
+PR16 -24521.317621  -4668.964104  -5014.560583 999999.999999
+PR17  11395.087208 -21720.975446   7151.745463 999999.999999
+PR18  -1276.833404 -15097.983584  20576.011628 999999.999999
+PR19 -12826.580525    262.831698  22044.761937 999999.999999
+PR20 -17108.177180  15861.744253  10244.808586 999999.999999
+PR21 -11325.246159  21870.126773  -6834.146939 999999.999999
+PR22   1189.721585  15169.633662 -20423.674631 999999.999999
+PR23  12877.964289   -400.253529 -22022.871515 999999.999999
+PR24  17011.529735 -15567.673224 -10927.405370 999999.999999
+*  2011  8 30  2 30  0.00000000
+PG01   6480.323766  14127.446246 -21544.662413     -8.879499
+PG02  16180.045598 -14365.971475  15137.102121    353.555342
+PG03 -10533.412758  23059.989315   6930.932268    761.437098
+PG04  26001.221434  -5911.790276   1888.357938    216.124487
+PG05   6125.002531 -15522.769044  20628.897074   -211.009491
+PG06 -14392.194923  19341.566877  11005.166242    -83.556739
+PG07  20805.687988   6996.167032  15128.917350     24.318393
+PG08  25780.085511   2475.893136   7167.885404      9.033624
+PG09  -2025.591540 -14835.671721 -22491.560646    102.357344
+PG10  18477.274781   1315.850078  18949.360856    -11.500527
+PG11    837.178783  17621.348664 -20133.990464   -181.337116
+PG12 -10468.668416 -22777.228426  -9029.336522     19.066414
+PG13   7723.186688  15057.108911  20309.785170    254.008535
+PG14 -16729.167073   5488.697918 -19667.545834    169.638619
+PG15   3183.351568 -25243.238812  -7297.728870   -108.495140
+PG16  -5172.431736  15956.213634  20529.633695   -194.728177
+PG17  16976.856818  -6282.374922 -19210.755858    177.284994
+PG18 -20119.009874 -15654.130553  -7767.421124    154.775501
+PG19  -7499.854259  24731.048236  -5244.215944   -178.323220
+PG20  12423.053058  22266.231169  -7696.274718     52.310214
+PG21 -23233.038350  -5651.793066  12610.501421   -168.011965
+PG22 -19501.025019  -3276.695196 -17602.232967    144.926584
+PG23   2558.200428  21847.044973  14638.028924    280.121174
+PG24   4825.583808  14905.249700 -21422.043248    419.603316
+PG25 -18057.869108 -19431.838757   1562.296782     16.323658
+PG26  12315.024047 -23105.312769   2316.526495   -140.061878
+PG27   4534.925767 -15116.706740 -20645.715130    299.988461
+PG28  19524.341802   7947.258322 -15788.206725     63.453546
+PG29  -8884.100268 -15082.902106  20057.719075    235.425159
+PG30 -20054.971343 -17211.721513   2432.527684     91.177019
+PG31 -24913.972951   7835.838844   5623.784351    133.824599
+PG32   4391.182358  22691.114725 -13190.253153   -319.615790
+PR01  15637.442482  13478.837437  15000.337664 999999.999999
+PR02  10303.234804  -4259.240582  22954.156999 999999.999999
+PR03  10257.448767  -9525.004407 -21369.072073 999999.999999
+PR04 -12675.435473  22122.838794   -957.551499 999999.999999
+PR05 -15647.095739 -13548.371059 -14910.445224 999999.999999
+PR06 -10625.159332   3443.599520 -22941.302213 999999.999999
+PR07   2642.632330  19354.565793 -16391.853188 999999.999999
+PR08  11602.374938  22649.342323  -1730.654290 999999.999999
+PR09 -23386.560923   3773.877218   9546.392181 999999.999999
+PR10 -10066.629645   9515.422991  21374.083850 999999.999999
+PR11   9538.072030   9920.121697  21454.300615 999999.999999
+PR12  23865.750110   4466.650829   8073.902192 999999.999999
+PR13  23396.072351  -4037.637121  -9376.309070 999999.999999
+PR15 -12006.609857  -9324.324884 -20510.777861 999999.999999
+PR16 -23725.188758  -4465.641031  -8109.378789 999999.999999
+PR17  11640.950591 -22384.757948   4033.786406 999999.999999
+PR18    -29.036668 -17183.985347  18919.848047 999999.999999
+PR19 -11271.644789  -2027.293558  22790.244738 999999.999999
+PR20 -16200.661684  14737.822172  13027.423977 999999.999999
+PR21 -11543.042338  22501.745397  -3708.119482 999999.999999
+PR22    -57.171991  17247.080597 -18727.216741 999999.999999
+PR23  11351.886816   1902.633006 -22771.639501 999999.999999
+PR24  16080.047970 -14367.814591 -13648.265153 999999.999999
+*  2011  8 30  2 45  0.00000000
+PG01   4064.300319  14672.926649 -21770.663132     -8.880568
+PG02  17821.646275 -14462.519451  13000.429200    353.556871
+PG03 -10684.394417  22004.974379   9517.908177    761.441712
+PG04  26138.383099  -5641.323302   -901.388435    216.134259
+PG05   7782.580229 -13777.234916  21308.353145   -211.014182
+PG06 -14299.311498  17931.193819  13324.321564    -83.548457
+PG07  19035.442808   7479.563023  17081.387563     24.320071
+PG08  24847.357429   2684.798815   9842.458853      9.033922
+PG09    349.816515 -15357.964550 -22223.062532    102.358412
+PG10  19744.470082   3016.160602  17469.272453    -11.500396
+PG11  -1222.682634  18481.054380 -19280.420725   -181.340041
+PG12  -9571.217773 -22002.286280 -11569.633807     19.068812
+PG13   6752.508997  17112.752377  18987.071009    254.007008
+PG14 -15940.451764   3275.863002 -20787.742348    169.640505
+PG15   3663.809843 -25810.912165  -4566.130314   -108.493847
+PG16  -6759.698060  14157.016217  21396.926161   -194.730415
+PG17  16295.336211  -4083.374982 -20371.782653    177.283606
+PG18 -20398.248621 -16433.702121  -5122.596345    154.776998
+PG19  -7933.461949  25024.749880  -2414.893685   -178.326856
+PG20  11506.112198  21746.394158 -10230.915144     52.310872
+PG21 -21815.867249  -6149.798088  14744.797154   -168.014136
+PG22 -20615.915591  -4894.111425 -15901.477199    144.926134
+PG23   1847.330931  23247.763640  12381.272398    280.118491
+PG24   2382.032680  15276.772162 -21542.810939    419.605639
+PG25 -17891.338216 -19608.588294  -1299.910138     16.325201
+PG26  12318.556284 -22559.862467   5203.528186   -140.073337
+PG27   6922.600892 -15620.090606 -19581.808566    299.991558
+PG28  20514.672741   9408.388783 -13679.195037     63.456167
+PG29  -8005.562936 -17109.331106  18758.775139    235.427922
+PG30 -19989.446954 -17515.433433   -410.029582     91.173890
+PG31 -25394.966771   7748.466267   2794.978316    133.829612
+PG32   3248.418487  21474.515220 -15303.367018   -319.621994
+PR01  16599.909961  14872.736363  12427.615979 999999.999999
+PR02  11756.223269  -1859.532296  22573.184672 999999.999999
+PR03  12795.276320  -9689.218460 -19880.159366 999999.999999
+PR04 -12498.514134  22129.712325   2257.107743 999999.999999
+PR05 -16604.613200 -14933.755649 -12328.122199 999999.999999
+PR06 -12079.484428   1052.640875 -22453.555109 999999.999999
+PR07   1467.158381  17556.702458 -18438.423659 999999.999999
+PR08  11498.171488  22233.488627  -4898.682955 999999.999999
+PR09 -24379.958397   3940.036998   6531.817212 999999.999999
+PR10 -12621.386152   9669.317465  19891.867450 999999.999999
+PR11   6821.636060   9921.493922  22470.874398 999999.999999
+PR12  22687.951302   4307.610844  10997.044556 999999.999999
+PR13  24358.882638  -4240.420480  -6337.037383 999999.999999
+PR15  -9390.694395  -9297.819418 -21836.357335 999999.999999
+PR16 -22544.762065  -4324.155983 -11045.913966 999999.999999
+PR17  11645.406112 -22728.049650    837.854525 999999.999999
+PR18    952.349802 -19158.224686  16898.390208 999999.999999
+PR19  -9857.808146  -4481.826183  23093.036599 999999.999999
+PR20 -15217.442301  13265.537025  15556.235960 999999.999999
+PR21 -11525.668587  22808.290227   -510.489855 999999.999999
+PR22  -1037.785901  19207.779178 -16664.949729 999999.999999
+PR23   9967.487710   4368.024871 -23078.562963 999999.999999
+PR24  15085.749539 -12824.141405 -16104.387414 999999.999999
+*  2011  8 30  3  0  0.00000000
+PG01   1675.793619  15344.699505 -21622.327843     -8.881790
+PG02  19213.249275 -14566.253044  10635.377815    353.558370
+PG03 -10847.504479  20672.450293  11935.151143    761.445901
+PG04  25987.595287  -5299.111928  -3675.976336    216.144388
+PG05   9565.604282 -12079.230960  21620.369569   -211.019104
+PG06 -14222.011146  16276.534988  15413.252088    -83.539889
+PG07  17095.611164   8111.349190  18742.760657     24.321753
+PG08  23642.043050   3001.028543  12353.222775      9.034158
+PG09   2644.354797 -16001.807675 -21591.154986    102.360735
+PG10  20965.656073   4513.819076  15687.696417    -11.501011
+PG11  -3152.171764  19370.249421 -18101.548065   -181.342874
+PG12  -8439.873014 -21079.500243 -13912.535589     19.070722
+PG13   5955.951824  19059.226201  17333.080592    254.005460
+PG14 -15240.826355    921.831632 -21543.713519    169.642216
+PG15   4040.151701 -26096.417706  -1755.108143   -108.492217
+PG16  -8493.472950  12392.307686  21894.878376   -194.732402
+PG17  15696.347647  -1746.179307 -21176.071475    177.282575
+PG18 -20505.944215 -16979.495102  -2390.852174    154.778444
+PG19  -8241.498245  25033.880775    456.925856   -178.330651
+PG20  10364.594329  21084.239661 -12591.158015     52.311159
+PG21 -20209.925681  -6772.513660  16638.578318   -168.015740
+PG22 -21660.621386  -6305.683132 -13924.946798    144.925936
+PG23   1281.428671  24424.676814   9907.650691    280.115715
+PG24    -35.713219  15769.041687 -21291.085385    419.607619
+PG25 -17503.011860 -19568.852062  -4139.786014     16.326759
+PG26  12246.716019 -21703.193279   7997.448743   -140.084846
+PG27   9141.162008 -16206.167039 -18158.253550    299.995410
+PG28  21408.683732  10620.951891 -11330.184073     63.458400
+PG29  -7283.368358 -19021.824710  17139.254219    235.430836
+PG30 -19692.870271 -17617.170426  -3245.583566     91.170619
+PG31 -25569.390725   7606.036558    -81.180009    133.834623
+PG32   1896.381800  20144.626545 -17153.346963   -319.628410
+PR01  17471.833282  15921.131402   9613.783707 999999.999999
+PR02  13335.663601    368.985796  21754.397768 999999.999999
+PR03  15107.609543 -10026.394587 -18007.046292 999999.999999
+PR04 -12155.798236  21767.524647   5427.955196 999999.999999
+PR05 -17470.000419 -15973.142946  -9506.349442 999999.999999
+PR06 -13653.423797  -1155.206512 -21530.280194 999999.999999
+PR07     26.923165  15664.613300 -20126.630929 999999.999999
+PR08  11144.867344  21510.731467  -7971.513960 999999.999999
+PR09 -24981.253107   4151.650785   3390.898280 999999.999999
+PR10 -14952.113766   9996.921309  18021.378133 999999.999999
+PR11   4015.802020  10135.234424  23050.311820 999999.999999
+PR12  21156.619258   4262.044450  13708.291869 999999.999999
+PR13  24924.519791  -4479.578588  -3174.894453 999999.999999
+PR15  -6643.365192  -9483.333377 -22738.640506 999999.999999
+PR16 -21009.908188  -4295.297056 -13767.048869 999999.999999
+PR17  11452.754752 -22716.879212  -2374.272636 999999.999999
+PR18   1671.496691 -20956.474288  14550.835137 999999.999999
+PR19  -8624.265442  -7042.463369  22947.257067 999999.999999
+PR20 -14218.305115  11461.365178  17782.107680 999999.999999
+PR21 -11318.252830  22757.202327   2696.996874 999999.999999
+PR22  -1756.758100  20986.719240 -14276.810951 999999.999999
+PR23   8763.237085   6937.482652 -22937.709441 999999.999999
+PR24  14087.701963 -10955.698228 -18248.227592 999999.999999
+*  2011  8 30  3 15  0.00000000
+PG01   -638.759195  16127.430630 -21102.219669     -8.882353
+PG02  20336.803941 -14640.990438   8082.946745    353.559914
+PG03 -11055.035917  19082.997497  14138.880779    761.448668
+PG04  25563.314851  -4852.760706  -6388.823465    216.154551
+PG05  11442.456990 -10465.368801  21559.902200   -211.023956
+PG06 -14192.322095  14403.993615  17236.561889    -83.531495
+PG07  15030.748707   8902.621413  20084.252031     24.323460
+PG08  22194.372816   3454.420709  14658.005207      9.034646
+PG09   4815.701731 -16745.676726 -20605.715051    102.363279
+PG10  22099.126468   5798.492949  13636.464321    -11.501942
+PG11  -4924.960169  20257.507984 -16615.995843   -181.345941
+PG12  -7072.319897 -20051.248546 -16017.863120     19.072996
+PG13   5326.544673  20848.611354  15376.794999    254.003831
+PG14 -14655.366173  -1528.860837 -21922.468569    169.643893
+PG15   4345.530750 -26084.451292   1086.446222   -108.490772
+PG16 -10344.399211  10702.849679  22015.819734   -194.734213
+PG17  15203.507841    685.848920 -21610.045119    177.281086
+PG18 -20412.775410 -17310.335114    381.297375    154.780215
+PG19  -8458.167520  24743.885888   3320.699272   -178.334418
+PG20   8997.101161  20318.253427 -14737.017642     52.311902
+PG21 -18451.913324  -7534.847374  18260.952959   -168.018532
+PG22 -22594.826551  -7505.082770 -11707.432592    144.925618
+PG23    836.302250  25343.992999   7260.187892    280.112999
+PG24  -2381.216807  16368.526729 -20670.299388    419.612160
+PG25 -16871.588029 -19343.805232  -6908.561029     16.328321
+PG26  12139.922942 -20537.336130  10647.476308   -140.096098
+PG27  11150.852632 -16842.199466 -16401.593707    299.999991
+PG28  22164.288572  11585.488716  -8783.648122     63.461240
+PG29  -6708.837211 -20775.840578  15226.774101    235.433855
+PG30 -19146.149209 -17548.634285  -6025.696500     91.167671
+PG31 -25443.785589   7370.188042  -2955.938939    133.839566
+PG32    340.288935  18744.133448 -18706.984091   -319.634590
+PR01  18194.561998  16623.887652   6613.411774 999999.999999
+PR02  14992.082719   2379.251589  20513.679277 999999.999999
+PR03  17139.547089 -10498.289591 -15786.073669 999999.999999
+PR04 -11701.835982  21023.576707   8493.447976 999999.999999
+PR05 -18184.666700 -16666.736699  -6499.925730 999999.999999
+PR06 -15296.166656  -3134.181890 -20189.487032 999999.999999
+PR07  -1664.507664  13740.973609 -21423.769308 999999.999999
+PR08  10510.454611  20526.819453 -10889.413511 999999.999999
+PR09 -25179.292535   4353.297438    184.420349 999999.999999
+PR10 -17002.810841  10460.008722  15798.938955 999999.999999
+PR11   1191.375753  10565.317592  23181.612506 999999.999999
+PR12  19312.052714   4374.357235  16155.087030 999999.999999
+PR13  25083.226277  -4698.623815     48.823711 999999.999999
+PR15  -3834.538316  -9890.602126 -23199.799967 999999.999999
+PR16 -19162.132573  -4423.450475 -16219.991919 999999.999999
+PR17  11113.951237 -22328.834526  -5540.505170 999999.999999
+PR18   2144.707540 -22518.482100  11922.593913 999999.999999
+PR19  -7599.417534  -9644.851617  22355.735002 999999.999999
+PR20 -13260.274957   9354.487868  19661.859447 999999.999999
+PR21 -10972.269269  22327.602453   5852.398450 999999.999999
+PR22  -2230.964392  22523.056646 -11609.238251 999999.999999
+PR23   7766.801628   9546.647131 -22351.820796 999999.999999
+PR24  13141.688368  -8793.959121 -20038.313604 999999.999999
+*  2011  8 30  3 30  0.00000000
+PG01  -2836.374759  16998.470861 -20219.285613     -8.882568
+PG02  21182.695076 -14649.214334   5387.748195    353.561129
+PG03 -11335.565544  17265.091293  16089.041084    761.453343
+PG04  24887.246616  -4273.491015  -8994.552920    216.164444
+PG05  13375.924992  -8966.597625  21128.332968   -211.028624
+PG06 -14237.751441  12346.551189  18763.614835    -83.523028
+PG07  12887.996766   9856.351277  21082.409656     24.324812
+PG08  20540.983771   4068.664579  16717.789032      9.034282
+PG09   6826.136487 -17561.319463 -19282.163789    102.366111
+PG10  23103.644907   6868.238039  11351.765464    -11.504363
+PG11  -6520.764198  21108.138076 -14847.686604   -181.349189
+PG12  -5474.927999 -18960.975670 -17849.392572     19.074936
+PG13   4849.068602  22436.623852  13152.502088    254.001900
+PG14 -14201.579113  -4027.666420 -21917.747485    169.645488
+PG15   4615.497215 -25768.213553   3909.102278   -108.489545
+PG16 -12276.751810   9124.006292  21758.596850   -194.736285
+PG17  14833.129747   3165.587340 -21666.732653    177.279580
+PG18 -20094.715408 -17451.227931   3147.064931    154.782162
+PG19  -8620.281274  24149.043372   6126.008511   -178.337961
+PG20   7410.154392  19487.816124 -16632.202492     52.312032
+PG21 -16581.604859  -8444.892884  19585.195571   -168.020358
+PG22 -23379.462492  -8494.071819  -9287.758686    144.925148
+PG23    482.215662  25978.969798   4485.158491    280.110195
+PG24  -4611.042196  17054.371783 -19690.357734    419.616150
+PG25 -15983.291046 -18969.306805  -9558.713944     16.329865
+PG26  12038.331025 -19074.348158  13104.936965   -140.107279
+PG27  12919.815533 -17490.424211 -14344.756135    300.004863
+PG28  22742.121188  12311.430355  -6084.978925     63.463835
+PG29  -6265.771943 -22330.447712  13053.942181    235.436630
+PG30 -18337.735575 -17345.692121  -8703.308119     91.164223
+PG31 -25033.278621   7005.157194  -5780.333517    133.844400
+PG32  -1406.149198  17315.625862 -19935.918575   -319.640818
+PR01  18712.512786  16993.598059   3484.701620 999999.999999
+PR02  16669.320645   4134.444018  18875.081400 999999.999999
+PR03  18845.996666 -11058.046675 -13260.237756 999999.999999
+PR04 -11193.664435  19898.276618  11394.094962 999999.999999
+PR05 -18693.168845 -17027.473702  -3367.242682 999999.999999
+PR06 -16950.545721  -4849.098024 -18457.256166 999999.999999
+PR07  -3581.678367  11846.352454 -22304.748051 999999.999999
+PR08   9573.697384  19334.971051 -13595.648205 999999.999999
+PR09 -24976.277379   4489.114524  -3025.625003 999999.999999
+PR10 -18727.336694  11011.587325  13267.820920 999999.999999
+PR11  -1580.925072  11203.144853  22862.500348 999999.999999
+PR12  17204.571076   4680.616100  18289.814034 999999.999999
+PR13  24838.814979  -4840.977594   3271.591027 999999.999999
+PR15  -1035.587818 -10516.706199 -23210.530636 999999.999999
+PR16 -17052.929409  -4744.510093 -18357.297405 999999.999999
+PR17  10684.249546 -21554.121376  -8599.625602 999999.999999
+PR18   2399.481221 -23790.389682   9064.424800 999999.999999
+PR19  -6799.808205 -12221.048926  21329.953994 999999.999999
+PR20 -12395.138066   6985.805468  21159.102225 999999.999999
+PR21 -10543.166485  21511.286900   8894.752927 999999.999999
+PR22  -2488.568099  23762.624071  -8714.265100 999999.999999
+PR23   6994.011841  12127.696106 -21332.259614 999999.999999
+PR24  12297.801034  -6381.759021 -21440.037375 999999.999999
+*  2011  8 30  3 45  0.00000000
+PG01  -4878.982060  17928.697686 -18988.703277     -8.883456
+PG02  21750.018473 -14553.721185   2597.193027    353.562567
+PG03 -11712.601308  15254.128348  17750.143858    761.458703
+PG04  23987.485750  -3537.393199 -11449.687443    216.174707
+PG05  15324.495317  -7607.154544  20333.422743   -211.033479
+PG06 -14380.136219  10142.632043  19969.009473    -83.514302
+PG07  10715.422108  10967.102017  21719.541068     24.326723
+PG08  18723.661710   4860.218786  18497.338372      9.035572
+PG09   8643.744566 -18414.750853 -17641.298191    102.368810
+PG10  23940.014445   7729.303662   8873.466836    -11.505371
+PG11  -7925.965743  21885.474110 -12825.542645   -181.351918
+PG12  -3662.721530 -17851.512549 -19375.477277     19.077182
+PG13   4500.838106  23784.241270  10699.163859    254.000538
+PG14 -13888.752365  -6523.743952 -21530.109814    169.647472
+PG15   4886.397167 -25149.706977   6663.778901   -108.487947
+PG16 -14249.691617   7684.537966  21128.529860   -194.738421
+PG17  14593.617165   5643.814244 -21345.853353    177.278549
+PG18 -19534.008165 -17432.219044   5860.130248    154.783618
+PG19  -8765.591446  23252.767334   8823.509696   -178.341875
+PG20   5618.128355  18631.662126 -18244.696302     52.312223
+PG21 -14640.529066  -9503.477185  20589.128683   -168.023046
+PG22 -23978.232681  -9282.189278  -6708.069480    144.924957
+PG23    185.262543  26310.956972   1631.241109    280.107408
+PG24  -6686.262375  17799.167738 -18367.522159    419.619148
+PG25 -14832.561826 -18484.398539 -12044.781673     16.331475
+PG26  11979.999813 -17336.071986  15324.352713   -140.118805
+PG27  14425.175524 -18109.716230 -12026.282926    300.009546
+PG28  23107.079383  12816.414087  -3281.604058     63.466576
+PG29  -5931.236715 -23649.783171  10657.815445    235.439625
+PG30 -17264.139598 -17046.835852 -11233.493638     91.161190
+PG31 -24361.002874   6479.346336  -8505.993540    133.849491
+PG32  -3320.980921  15899.978671 -20817.236725   -319.646940
+PR01  18975.636140  17054.830935    288.359690 999999.999999
+PR02  18306.807337   5609.265572  16870.363162 999999.999999
+PR03  20193.328534 -11652.296603 -10478.367032 999999.999999
+PR04 -10688.213085  18405.287864  14073.609450 999999.999999
+PR05 -18945.675717 -17080.254012   -169.149931 999999.999999
+PR06 -18555.366574  -6276.547940 -16367.230898 999999.999999
+PR07  -5688.068673  10036.784499 -22752.569423 999999.999999
+PR08   8325.285700  17993.576505 -16037.592110 999999.999999
+PR09 -24387.602496   4505.381486  -6177.223246 999999.999999
+PR10 -20091.152163  11598.028078  10477.395550 999999.999999
+PR11  -4233.174522  12027.869428  22099.446359 999999.999999
+PR12  14892.591100   5206.803992  20070.728605 999999.999999
+PR13  24208.460932  -4852.597315   6430.860765 999999.999999
+PR15   1683.389055 -11346.095505 -22770.256725 999999.999999
+PR16 -14741.737871  -5284.162629 -20137.770636 999999.999999
+PR17  10220.679026 -20396.115568 -11492.458024 999999.999999
+PR18   2473.108839 -24726.903367   6031.469884 999999.999999
+PR19  -6229.574758 -14702.147617  19889.830486 999999.999999
+PR20 -11667.208889   4406.465952  22244.933604 999999.999999
+PR21 -10087.839382  20313.215753  11765.239323 999999.999999
+PR22  -2567.579152  24660.183467  -5648.493212 999999.999999
+PR23   6448.340878  14611.955820 -19898.790551 999999.999999
+PR24  11598.293784  -3771.757665 -22426.313306 999999.999999
+*  2011  8 30  4  0  0.00000000
+PG01  -6734.690096  18883.619712 -17431.621476     -8.883465
+PG02  22046.510068 -14319.280295   -239.397620    353.564073
+PG03 -12203.445183  13091.161945  19092.019296    761.463479
+PG04  22897.445120  -2626.495192 -13713.307603    216.184298
+PG05  17243.822744  -6403.786842  19189.155242   -211.038562
+PG06 -14634.734042   7834.776126  20832.954920    -83.505717
+PG07   8560.321484  12221.072858  21984.051603     24.328183
+PG08  16787.896493   5837.487655  19965.787555      9.035895
+PG09  10243.431350 -19267.467820 -15709.059468    102.371117
+PG10  24572.562295   8395.630050   6244.393277    -11.506177
+PG11  -9133.989226  22552.278412 -10583.093256   -181.354945
+PG12  -1659.021055 -16763.427304 -20569.600122     19.079105
+PG13   4252.784217  24859.127998   8059.698923    253.998966
+PG14 -13717.643835  -8965.765802 -20766.890971    169.649097
+PG15   5193.743686 -24239.697428   9302.625068   -108.486487
+PG16 -16218.713978   6405.667941  20137.260402   -194.740504
+PG17  14485.191203   8070.943393 -20653.772242    177.276921
+PG18 -18719.912625 -17287.093038   8475.350232    154.785126
+PG19  -8931.091940  22067.551207  11365.858403   -178.345585
+PG20   3642.889978  17786.380246 -19547.268176     52.312874
+PG21 -12670.591613 -10703.962119  21255.462051   -168.025138
+PG22 -24359.031828  -9886.142485  -4013.070517    144.924569
+PG23    -91.082138  26330.128761  -1251.384640    280.104710
+PG24  -8573.799817  18570.001823 -16724.175342    419.620857
+PG25 -13422.438777 -17929.693894 -14324.132077     16.333088
+PG26  11999.136236 -15353.475003  17264.456926   -140.130155
+PG27  15653.719380 -18657.399989  -9489.433696    300.013132
+PG28  23229.681756  13125.301066   -422.112352     63.469148
+PG29  -5676.602337 -24704.328625   8079.285736    235.442180
+PG30 -15930.142462 -16691.576122 -13574.160615     91.158164
+PG31 -23457.219997   5766.750251 -11085.959260    133.854570
+PG32  -5374.601513  14534.787648 -21333.986170   -319.653268
+PR01  18941.668971  16842.886369  -2913.578126 999999.999999
+PR02  19842.043691   6790.739420  14538.380054 999999.999999
+PR03  21160.565564 -12223.541978  -7494.191946 999999.999999
+PR04 -10239.725359  16571.137242  16479.998793 999999.999999
+PR05 -18900.214055 -16860.679826   3032.228344 999999.999999
+PR06 -20047.923219  -7405.615907 -13959.965284 999999.999999
+PR07  -7937.390567   8361.552369 -22758.649072 999999.999999
+PR08   6768.492866  16563.701127 -18167.753764 999999.999999
+PR09 -23441.170343   4353.014116  -9209.517488 999999.999999
+PR10 -21072.580923  12161.496293   7482.160158 999999.999999
+PR11  -6702.816238  13007.252711  20907.522392 999999.999999
+PR12  12440.374818   5967.495584  21462.788880 999999.999999
+PR13  23221.952250  -4684.503404   9465.278369 999999.999999
+PR15   4256.255773 -12351.161836 -21887.171351 999999.999999
+PR16 -12293.588903  -6056.619759 -21527.241952 999999.999999
+PR17   9779.456300 -18871.384698 -14163.000155 999999.999999
+PR18   2410.864151 -25293.130261   2882.212176 999999.999999
+PR19  -5880.434522 -17020.949403  18063.328681 999999.999999
+PR20 -11111.434702   1675.969826  22898.483861 999999.999999
+PR21  -9662.049898  18751.472168  14408.300441 999999.999999
+PR22  -2513.984149  25181.321273  -2471.963770 999999.999999
+PR23   6120.915951  16932.559607 -18079.200553 999999.999999
+PR24  11075.782287  -1024.499200 -22978.092171 999999.999999
+*  2011  8 30  4 15  0.00000000
+PG01  -8378.816694  19824.701626 -15574.798999     -8.885562
+PG02  22088.128212 -13914.230740  -3071.733826    353.565621
+PG03 -12818.325857  10821.399608  20090.450019    761.467495
+PG04  21654.606786  -1529.611311 -15747.668257    216.194367
+PG05  19088.311787  -5365.273959  17715.476121   -211.043345
+PG06 -15009.584744   5468.172501  21341.545661    -83.497177
+PG07   6467.554346  13596.473867  21870.685956     24.329751
+PG08  14781.297975   7000.289079  21097.184146      9.037563
+PG09  11607.707967 -20077.847948 -13516.234405    102.373266
+PG10  24970.486151   8888.064284   3509.581982    -11.506171
+PG11 -10145.414958  23072.201293  -8157.988026   -181.358082
+PG12    505.233128 -15733.469212 -21410.846223     19.081334
+PG13   4070.792971  25636.803020   5280.195670    253.997077
+PG14 -13680.528274 -11303.738565 -19642.029350    169.651142
+PG15   5570.626386 -23057.342025  11779.874980   -108.485161
+PG16 -18137.235138   5300.452371  18802.497916   -194.742520
+PG17  14499.955996  10398.764028 -19603.331610    177.275650
+PG18 -17649.193137 -17051.961939  10949.432171    154.786866
+PG19  -9151.360629  20614.554668  13708.589803   -178.349316
+PG20   1513.159903  16985.011611 -20517.905644     52.312812
+PG21 -10712.684372 -12032.309338  21572.086562   -168.027242
+PG22 -24495.205546 -10328.928468  -1249.238465    144.924178
+PG23   -384.297932  26035.872920  -4111.977785    280.101833
+PG24 -10247.544629  19329.748255 -14788.464634    419.624057
+PG25 -11764.614587 -17345.719350 -16357.687264     16.334707
+PG26  12124.492189 -13165.588660  18889.131560   -140.141215
+PG27  16602.149108 -19091.116768  -6781.193708    300.018620
+PG28  23087.191968  13268.945405   2444.596066     63.471887
+PG29  -5468.816657 -25471.958386   5362.399293    235.445241
+PG30 -14348.705707 -16318.831629 -15686.678144     91.154981
+PG31 -22358.175341   4848.184924 -13475.491967    133.859625
+PG32  -7530.660806  13252.926521 -21475.592049   -319.659453
+PR01  18578.077697  16402.114264  -6058.949353 999999.999999
+PR02  21213.183743   7678.489069  11924.336795 999999.999999
+PR03  21740.062480 -12712.725813  -4365.324235 999999.999999
+PR04  -9897.307058  14434.298389  18566.570066 999999.999999
+PR05 -18524.600248 -16413.356942   6174.702209 999999.999999
+PR06 -21366.595347  -8238.064866 -11282.140660 999999.999999
+PR07 -10275.302650   6861.271197 -22322.973440 999999.999999
+PR08   4919.307015  15106.495361 -19944.702782 999999.999999
+PR09 -22176.206385   3989.866585 -12063.964590 999999.999999
+PR10 -21663.537235  12642.578888   4340.655889 999999.999999
+PR11  -8935.009897  14099.014829  19310.090065 999999.999999
+PR12   9915.538240   6965.013152  22438.368785 999999.999999
+PR13  21920.430852  -4295.099158  12315.873997 999999.999999
+PR15   6623.358307 -13493.338641 -20578.105797 999999.999999
+PR16  -9776.542749  -7063.848429 -22499.196866 999999.999999
+PR17   9413.440848 -17009.177381 -16559.497454 999999.999999
+PR18   2263.862824 -25466.004455   -322.628684 999999.999999
+PR19  -5732.207132 -19114.581915  15885.919372 999999.999999
+PR20 -10751.916777  -1140.068789  23107.302948 999999.999999
+PR21  -9317.903685  16856.692745  16772.707366 999999.999999
+PR22  -2379.528550  25303.902500    753.048438 999999.999999
+PR23   5991.061152  19027.044189 -15908.764822 999999.999999
+PR24  10751.866601   1793.852904 -23084.721678 999999.999999
+*  2011  8 30  4 30  0.00000000
+PG01  -9794.639704  20710.858732 -13450.147417     -8.886263
+PG02  21898.304569 -13311.945704  -5849.528442    353.566942
+PG03 -13559.842618   8492.529202  20727.668748    761.471182
+PG04  20299.141932   -242.942355 -17518.768231    216.204622
+PG05  20812.752644  -4492.265394  15937.933062   -211.048109
+PG06 -15505.163517   3089.109979  21486.935122    -83.488493
+PG07   4477.967047  15064.221000  21380.666238     24.331434
+PG08  12751.925965   8339.639072  21870.976588      9.036897
+PG09  12727.219322 -20802.689781 -11098.086217    102.376989
+PG10  25109.015269   9233.330239    715.524241    -11.508458
+PG11 -10967.818232  23411.244676  -5591.417868   -181.361136
+PG12   2792.453214 -14793.165727 -21884.286794     19.083535
+PG13   3917.243152  26101.505069   2409.073085    253.995367
+PG14 -13761.593050 -13490.764787 -18175.770574    169.652715
+PG15   6046.223942 -21629.498984  14052.660571   -108.483628
+PG16 -19958.255646   4373.473174  17147.672045   -194.744510
+PG17  14622.296956  12582.117298 -18213.565648    177.274377
+PG18 -16326.343219 -16763.793625  13241.565325    154.788403
+PG19  -9457.011875  18922.852705  15810.933741   -178.352857
+PG20   -736.381650  16255.795914 -21140.165663     52.313730
+PG21  -8805.325347 -13467.410993  21532.318671   -168.029399
+PG22 -24366.603898 -10638.723945   1535.984898    144.924030
+PG23   -731.112845  25436.818833  -6900.190352    280.099291
+PG24 -11689.203077  20038.549750 -12593.829258    419.626759
+PG25  -9879.166445 -16771.272075 -18110.585670     16.336334
+PG26  12377.997731 -10818.089841  20168.231744   -140.152925
+PG27  17276.908192 -19370.659674  -3951.224357    300.024355
+PG28  22664.476146  13282.771019   5270.121059     63.474535
+PG29  -5271.852206 -25938.718786   2553.620664    235.447820
+PG30 -12540.587052 -15965.372514 -17536.434091     91.151750
+PG31 -21104.724963   3712.267557 -15632.865583    133.864683
+PG32  -9747.261952  12081.287529 -21238.158243   -319.665606
+PR01  17863.609175  15783.865184  -9086.671642 999999.999999
+PR02  22361.610590   8284.489895   9078.916986 999999.999999
+PR03  21937.647438 -13061.878105  -1152.163897 999999.999999
+PR04  -9702.705138  12043.788559  20292.832578 999999.999999
+PR05 -17797.975846 -15789.831233   9197.226192 999999.999999
+PR06 -22453.419434  -8787.994163  -8385.665392 999999.999999
+PR07 -12641.471170   5566.353996 -21454.091951 999999.999999
+PR08   2806.029913  13680.620826 -21333.877868 999999.999999
+PR09 -20641.626043   3382.745420 -14685.446131 999999.999999
+PR10 -21869.688987  12982.993980   1114.301360 999999.999999
+PR11 -10884.650836  15252.621567  17338.332170 999999.999999
+PR12   7386.421244   8189.102988  22977.838116 999999.999999
+PR13  20354.675115  -3652.184265  14927.211340 999999.999999
+PR15   8733.779439 -14724.684635 -18868.228668 999999.999999
+PR16  -7259.024790  -8295.329237 -23035.253001 999999.999999
+PR17   9169.740535 -14850.399410 -18635.439423 999999.999999
+PR18   2086.679160 -25235.245180  -3521.242910 999999.999999
+PR19  -5753.849904 -20926.948195  13399.892795 999999.999999
+PR20 -10600.908758  -3972.411418  22867.582575 999999.999999
+PR21  -9101.487931  14670.990526  18812.546038 999999.999999
+PR22  -2219.248231  25019.019056   3963.291298 999999.999999
+PR23   6027.348430  20839.776434 -13429.568193 999999.999999
+PR24  10636.232686   4614.013033 -22744.147609 999999.999999
+*  2011  8 30  4 45  0.00000000
+PG01 -10973.842405  21500.063546 -11094.185421     -8.888637
+PG02  21506.894714 -12492.099148  -8523.473996    353.568558
+PG03 -14422.746640   6152.948357  20992.704942    761.474073
+PG04  18872.447347   1229.593646 -18996.868468    216.214617
+PG05  22373.948845  -3777.438463  13887.224011   -211.053195
+PG06 -16114.334758    743.402893  21267.409505    -83.479832
+PG07   2626.969349  16588.928608  20521.720976     24.332843
+PG08  10746.592264   9837.868183  22272.436130      9.036467
+PG09  13600.990701 -21398.846352  -8493.911433    102.379677
+PG10  24970.347491   9462.795497  -2090.594091    -11.510484
+PG11 -11615.333933  23539.171490  -2927.448317   -181.364143
+PG12   5159.637599 -13967.627149 -21981.266161     19.085627
+PG13   3752.679570  26246.722861   -503.793154    253.993957
+PG14 -13937.663990 -15484.676280 -16394.257891    169.654572
+PG15   6644.479650 -19989.747990  16081.765650   -108.482088
+PG16 -21636.038256   3620.860360  15201.499737   -194.746313
+PG17  14829.591308  14580.444333 -16509.307561    177.273100
+PG18 -14763.538550 -16458.931738  15314.007234    154.789763
+PG19  -9873.324104  17028.380054  17636.547211   -178.356673
+PG20  -3066.211793  15621.111761 -21403.439457     52.314211
+PG21  -6983.373658 -14981.681113  21135.089805   -168.031975
+PG22 -23960.390983 -10847.590050   4295.000530    144.923593
+PG23  -1165.828071  24550.503010  -9567.013969    280.096407
+PG24 -12888.839821  20655.430970 -10178.417964    419.629542
+PG25  -7793.969625 -16241.857076 -19552.772296     16.338035
+PG26  12773.699079  -8361.586769  21078.267059   -140.164387
+PG27  17693.602515 -19459.692974  -1050.792568    300.028496
+PG28  21954.571035  13205.216235   8007.324604     63.477406
+PG29  -5048.275919 -26099.308579   -298.947828    235.450806
+PG30 -10533.681791 -15664.372338 -19093.317936     91.148529
+PG31 -19740.783835   2356.105113 -17520.124455    133.869684
+PG32 -11978.408703  11039.762109 -20624.639716   -319.671751
+PR01  16789.383114  15044.160713 -11937.929741 999999.999999
+PR02  23234.398485   8632.303819   6057.305743 999999.999999
+PR03  21772.220796 -13216.730845   2083.246851 999999.999999
+PR04  -9688.410475   9457.336440  21625.280224 999999.999999
+PR05 -16711.881305 -15046.247909  12041.087041 999999.999999
+PR06 -23256.526707  -9080.983323  -5326.674674 999999.999999
+PR07 -14971.892599   4495.920365 -20168.944759 999999.999999
+PR08    468.358415  12339.800695 -22308.260511 999999.999999
+PR09 -18894.020696   2509.051667 -17023.314517 999999.999999
+PR10 -21710.049535  13128.265018  -2133.833032 999999.999999
+PR11 -12517.981371  16411.431930  15030.636502 999999.999999
+PR12   4919.426132   9617.151656  23069.995047 999999.999999
+PR13  18582.995822  -2734.575565  17248.470043 999999.999999
+PR15  10547.230679 -15989.886858 -16790.578515 999999.999999
+PR16  -4807.170076  -9728.350468 -23125.477782 999999.999999
+PR17   9087.567387 -12446.117323 -20350.459478 999999.999999
+PR18   1934.818783 -24603.807269  -6651.899309 999999.999999
+PR19  -5904.962098 -22410.907387  10653.538428 999999.999999
+PR20 -10658.332487  -6750.831526  22184.210741 999999.999999
+PR21  -9050.769250  12246.412769  20488.107476 999999.999999
+PR22  -2088.859287  24331.390023   7095.813724 999999.999999
+PR23   6189.112214  22324.110158 -10689.694330 999999.999999
+PR24  10726.269755   7366.200769 -21962.952227 999999.999999
+*  2011  8 30  5  0  0.00000000
+PG01 -11916.636573  22151.002459  -8547.413761     -8.889444
+PG02  20948.873650 -11441.678545 -11046.199639    353.570306
+PG03 -15394.069001   3849.976815  20881.571511    761.478351
+PG04  17415.649035   2876.311992 -20156.954010    216.224578
+PG05  23732.274988  -3205.967795  11598.662096   -211.057790
+PG06 -16822.604707  -1525.150294  20687.364661    -83.470765
+PG07    943.319359  18130.164646  19308.001140     24.334597
+PG08   8809.195967  11469.073872  22293.001979      9.036900
+PG09  14236.377081 -21824.898233  -5746.520132    102.382373
+PG10  24544.332387   9611.083832  -4861.643233    -11.510807
+PG11 -12107.957541  23430.802432   -212.272894   -181.366969
+PG12   7559.821515 -13274.606293 -21699.585030     19.087986
+PG13   3537.553356  26075.372092  -3407.961326    253.992270
+PG14 -14179.228406 -17249.475899 -14329.020010    169.656268
+PG15   7382.992918 -18177.161267  17832.307522   -108.480493
+PG16 -23127.738430   3030.638588  12997.476239   -194.748502
+PG17  15093.198522  16359.147524 -14520.700370    177.271516
+PG18 -12980.323631 -16171.657504  17132.621799    154.791749
+PG19 -10419.098436  14972.616976  19154.149563   -178.360186
+PG20  -5433.264327  15096.649776 -21303.127887     52.314733
+PG21  -5276.863571 -16541.894827  20385.073841   -168.034313
+PG22 -23271.582666 -10990.043850   6980.848495    144.923057
+PG23  -1718.744812  23402.686371 -12065.696384    280.093735
+PG24 -13845.089605  21139.978290  -7584.407394    419.631945
+PG25  -5543.816371 -15788.263808 -20659.507646     16.339698
+PG26  13317.055068  -5849.689045  21602.914519   -140.176180
+PG27  17876.056932 -19327.282294   1868.286723    300.034822
+PG28  20958.952026  13076.107224  10611.036439     63.480313
+PG29  -4760.880813 -25957.241048  -3146.378824    235.453696
+PG30  -8362.117498 -15444.117599 -20332.128147     91.145403
+PG31 -18311.652887    785.658926 -19103.791843    133.874784
+PG32 -14175.645721  10140.509617 -19644.874950   -319.678011
+PR01  15359.478811  14241.181810 -14557.319380 999999.999999
+PR02  23786.557916   8755.829919   2918.123775 999999.999999
+PR03  21274.827782 -13129.192969   5278.402184 999999.999999
+PR04  -9876.164527   6739.196574  22538.038975 999999.999999
+PR05 -15270.821876 -14240.832955  14651.045533 999999.999999
+PR06 -23732.346391  -9152.758812  -2164.449196 999999.999999
+PR07 -17201.381779   3657.192517 -18492.529786 999999.999999
+PR08  -2044.014174  11130.597388 -22848.901277 999999.999999
+PR09 -16995.345505   1357.982741 -19032.355705 999999.999999
+PR10 -21216.016878  13030.243110  -5340.283492 999999.999999
+PR11 -13813.729456  17515.115971  12431.844657 999999.999999
+PR12   2576.435250  11214.938957  22712.338964 999999.999999
+PR13  16668.833230  -1533.264975  19234.440196 999999.999999
+PR15  12035.501308 -17228.600302 -14385.437072 999999.999999
+PR16  -2482.285249 -11328.823098 -22768.543905 999999.999999
+PR17   9196.433874  -9855.649288 -21671.121304 999999.999999
+PR18   1862.151791 -23587.804551  -9654.115656 999999.999999
+PR19  -6137.694103 -23530.095831   7700.207394 999999.999999
+PR20 -10911.829684  -9406.788939  21070.659215 999999.999999
+PR21  -9193.840261   9642.994893  21766.664603 999999.999999
+PR22  -2042.121427  23259.196158  10089.236982 999999.999999
+PR23   6428.363756  23444.183383  -7742.297797 999999.999999
+PR24  11007.219076   9982.791161 -20756.229342 999999.999999
+*  2011  8 30  5 15  0.00000000
+PG01 -12631.559091  22624.718414  -5853.621230     -8.890755
+PG02  20262.833461 -10155.699104 -13373.183471    353.571346
+PG03 -16453.587667   1628.131290  20397.288978    761.483188
+PG04  15968.124607   4677.996228 -20979.135169    216.234551
+PG05  24853.105984  -2756.286621   9111.566736   -211.062565
+PG06 -17608.660301  -3676.220325  19757.189807    -83.462080
+PG07   -551.834236  19643.922917  17759.881157     24.336068
+PG08   6979.154363  13199.901029  21930.538277      9.035685
+PG09  14648.708261 -22042.808181  -2901.638126    102.383690
+PG10  23828.880058   9714.585660  -7551.282522    -11.512622
+PG11 -12470.605017  23067.143787   2506.602162   -181.369897
+PG12   9943.691209 -12723.851226 -21043.574617     19.090194
+PG13   3233.958920  25599.615439  -6253.313453    253.990880
+PG14 -14451.710877 -18756.533586 -12016.369400    169.658263
+PG15   8272.170358 -16234.875236  19274.334023   -108.479009
+PG16 -24394.928330   2583.381086  10573.299457   -194.750513
+PG17  15379.687799  17890.715351 -12282.623899    177.270513
+PG18 -11003.044471 -15932.841626  18667.366800    154.793453
+PG19 -11105.793548  12801.072678  20338.049129   -178.364148
+PG20  -7792.364849  14690.848854 -20840.724888     52.314767
+PG21  -3709.999772 -18110.254588  19292.744591   -168.036232
+PG22 -22303.295182 -11101.552631   9547.980787    144.922932
+PG23  -2414.759773  22026.353055 -14352.606762    280.091042
+PG24 -14565.028100  21454.016474  -4857.234498    419.634762
+PG25  -3169.273068 -15435.336747 -21411.787309     16.341359
+PG26  14004.626777  -3336.953509  21733.345804   -140.187295
+PG27  17855.063930 -18949.175492   4754.665093    300.038591
+PG28  19687.500926  12935.020188  13038.698866     63.482919
+PG29  -4374.316627 -25524.680444  -5939.751846    235.456464
+PG30  -6065.136835 -15326.917050 -21232.904104     91.142400
+PG31 -16862.288728   -984.235237 -20355.513416    133.879759
+PG32 -16289.825843   9387.550274 -18315.471334   -319.684050
+PR01  13590.990177  13432.681413 -16893.925615 999999.999999
+PR02  23982.969263   8697.624091   -277.706870 999999.999999
+PR03  20487.243177 -12759.582155   8371.522732 999999.999999
+PR04 -10275.932883   3957.700400  23013.367471 999999.999999
+PR05 -13492.300968 -13431.303534  16976.409946 999999.999999
+PR06 -23847.482226  -9047.440536   1039.726972 999999.999999
+PR07 -19266.122961   3045.402180 -16457.415639 999999.999999
+PR08  -4673.219516  10090.510791 -22945.288637 999999.999999
+PR09 -15010.403691    -68.756789 -20673.651564 999999.999999
+PR10 -20429.902974  12649.367935  -8442.456581 999999.999999
+PR11 -14763.730059  18502.241603   9592.380525 999999.999999
+PR12    412.416250  12937.901738  21911.174208 999999.999999
+PR13  14678.155691    -52.063803  20846.409116 999999.999999
+PR15  13183.402415 -18378.026028 -11699.553796 999999.999999
+PR16   -338.530439 -13052.580990 -21971.722546 999999.999999
+PR17   9514.766250  -7144.320257 -22571.576497 999999.999999
+PR18   1918.412808 -22215.907951 -12469.809955 999999.999999
+PR19  -6398.980377 -24260.312689   4597.275501 999999.999999
+PR20 -11337.345497 -11876.032588  19548.707437 999999.999999
+PR21  -9547.589587   6926.488628  22623.120441 999999.999999
+PR22  -2128.291478  21833.356266  12884.990165 999999.999999
+PR23   6692.024339  24176.281235  -4644.576397 999999.999999
+PR24  11452.847973  12400.879788 -19147.298190 999999.999999
+*  2011  8 30  5 30  0.00000000
+PG01 -13134.950546  22886.175943  -3059.133376     -8.893393
+PG02  19489.349228  -8637.588921 -15463.597301    353.572984
+PG03 -17574.609260   -472.461834  19549.750538    761.489317
+PG04  14566.095735   6608.411437 -21448.983045    216.244275
+PG05  25708.064378  -2401.109116   6468.591423   -211.067232
+PG06 -18445.171779  -5674.261342  18493.062583    -83.453397
+PG07  -1845.613032  21084.257173  15903.645093     24.337612
+PG08   5289.990762  14990.630268  21189.491561      9.036129
+PG09  14860.633047 -22019.496611     -7.231658    102.385696
+PG10  22830.084794   9809.920904 -10114.668365    -11.513535
+PG11 -12731.965405  22436.294743   5181.227024   -181.373122
+PG12  12261.301284 -12316.778225 -20024.057881     19.092042
+PG13   2807.298364  24840.336107  -8990.927402    253.988822
+PG14 -14716.947963 -19985.493348  -9496.725338    169.659653
+PG15   9314.669231 -14208.520082  20383.326036   -108.477583
+PG16 -25404.959869   2253.143491   7970.237326   -194.752645
+PG17  15652.251412  19155.571319  -9834.051286    177.268671
+PG18  -8864.047145 -15768.731052  19892.728575    154.794976
+PG19 -11936.969324  10561.630050  21168.553410   -178.367644
+PG20 -10097.750047  14404.616625 -20023.807302     52.315405
+PG21  -2300.353127 -19645.654288  17874.354407   -168.038599
+PG22 -21066.698199 -11217.008624  11952.999708    144.922514
+PG23  -3272.187991  20460.434230 -16388.030459    280.088526
+PG24 -15063.706238  21563.212157  -2044.759081    419.637596
+PG25   -715.318487 -15200.987026 -21796.665477     16.342942
+PG26  14824.173677   -876.804045  21468.359823   -140.198384
+PG27  17666.891713 -18308.789423   7558.407686    300.042961
+PG28  18158.183085  12819.689305  15250.948659     63.485730
+PG29  -3856.656012 -24821.957682  -8630.990679    235.459333
+PG30  -3685.809036 -15328.245533 -21781.183142     91.139334
+PG31 -15435.583886  -2930.198907 -21252.620267    133.885003
+PG32 -18272.930378   8776.704510 -16659.540832   -319.690048
+PR01  11513.545302  12673.430674 -18902.314507 999999.999999
+PR02  23799.923318   8506.859049  -3468.143563 999999.999999
+PR03  19460.125998 -12078.519909  11302.735589 999999.999999
+PR04 -10885.389141   1182.644690  23042.001414 999999.999999
+PR05 -11406.318628 -12672.316970  18972.020278 999999.999999
+PR06 -23580.183632  -8815.442321   4223.747673 999999.999999
+PR07 -21106.178429   2644.210747 -14103.109744 999999.999999
+PR08  -7355.383398   9246.476533 -22595.553287 999999.999999
+PR09 -13004.230024  -1756.766384 -21915.326499 999999.999999
+PR10 -19403.018188  11956.569377 -11379.871071 999999.999999
+PR11 -15373.006018  19312.922449   6567.275251 999999.999999
+PR12  -1526.682789  14732.860356  20681.538407 999999.999999
+PR13  12676.768717   1692.295789  22052.922731 999999.999999
+PR15  13989.164901 -19375.618529  -8785.235961 999999.999999
+PR16   1579.086278 -14847.111099 -20750.716879 999999.999999
+PR17  10048.994568  -4380.972331 -23034.080356 999999.999999
+PR18   2146.872150 -20528.241266 -15044.411804 999999.999999
+PR19  -6633.001237 -24590.412355   1405.027076 999999.999999
+PR20 -11900.217884 -14101.025197  17648.009156 999999.999999
+PR21 -10116.852918   4165.856162  23040.514405 999999.999999
+PR22  -2389.779125  20096.277995  15428.482207 999999.999999
+PR23   6924.382912  24509.707582  -1456.663346 999999.999999
+PR24  12026.621131  14564.657856 -17167.260939 999999.999999
+*  2011  8 30  5 45  0.00000000
+PG01 -13450.136465  22905.687740   -212.016798     -8.892660
+PG02  18669.284827  -6899.229963 -17281.063537    353.574435
+PG03 -18725.026700  -2417.448880  18355.437201    761.494429
+PG04  13241.340249   8635.080739 -21557.794331    216.254161
+PG05  26276.039319  -2108.673426   3714.999434   -211.071916
+PG06 -19299.827717  -7489.640374  16916.660530    -83.444795
+PG07  -2933.744420  22405.014309  13771.060608     24.339032
+PG08   3768.137332  16796.540808  20080.937988      9.035190
+PG09  14901.176681 -21728.276171   2887.242065    102.387499
+PG10  21562.062292   9932.408960 -12509.130608    -11.514880
+PG11 -12923.190365  21534.090291   7764.113068   -181.376322
+PG12  14463.829819 -12046.479925 -18658.196021     19.094344
+PG13   2227.808162  23826.289057 -11573.915563    253.987579
+PG14 -14934.801205 -20924.860084  -6813.876797    169.661355
+PG15  10505.153835 -12144.569609  21140.597922   -108.475979
+PG16 -26132.118657   2008.640726   5232.447871   -194.754421
+PG17  15872.246679  20142.619008  -7217.348820    177.266749
+PG18  -6600.668951 -15699.911033  20788.101477    154.796637
+PG19 -12908.058125   8302.819842  21632.258411   -178.371571
+PG20 -12304.616264  14231.345178 -18865.930272     52.315501
+PG21  -1058.291753 -21105.103817  16151.824633   -168.041034
+PG22 -19580.676767 -11369.241446  14155.352096    144.921879
+PG23  -4301.861012  18748.311968 -18136.876501    280.085684
+PG24 -15363.367027  21438.536687    803.625019    419.640844
+PG25   1770.185759 -15095.483019 -21807.477181     16.344572
+PG26  15755.147760   1480.476379  20814.320643   -140.209969
+PG27  17351.625248 -17397.874038  10231.854291    300.047284
+PG28  16396.452163  12764.513073  17212.135781     63.488332
+PG29  -3180.834860 -23876.782563 -11173.691953    235.461850
+PG30  -1269.615203 -15456.148896 -21968.183553     91.136536
+PG31 -14070.726627  -5020.987410 -21778.596690    133.889892
+PG32 -20079.864154   8295.885151 -14706.288370   -319.696115
+PR01   9168.309317  12012.806795 -20543.418663 999999.999999
+PR02  23226.203249   8237.011115  -6591.227376 999999.999999
+PR03  18250.819875 -11068.409799  14015.222565 999999.999999
+PR04 -11689.931283  -1517.375083  22623.335265 999999.999999
+PR05  -9054.355309 -12013.066073  20599.124163 999999.999999
+PR06 -22921.349581  -8511.114957   7325.882622 999999.999999
+PR07 -22667.851029   2426.623720 -11475.293701 999999.999999
+PR08 -10023.052945   8613.826973 -21806.504103 999999.999999
+PR09 -11039.480386  -3679.292524 -22733.164788 999999.999999
+PR10 -18193.394990  10934.728106 -14095.351446 999999.999999
+PR11 -15659.307303  19891.416431   3415.107230 999999.999999
+PR12  -3205.657094  16540.138740  19046.952695 999999.999999
+PR13  10727.647256   3670.608514  22830.406248 999999.999999
+PR15  14464.273709 -20161.806596  -5699.321969 999999.999999
+PR16   3236.322621 -16653.641502 -19129.340941 999999.999999
+PR17  10793.159494  -1635.331838 -23049.355026 999999.999999
+PR18   2582.275783 -18574.818052 -17327.913403 999999.999999
+PR19  -6783.768803 -24522.666489  -1814.518475 999999.999999
+PR20 -12556.725977 -16033.091174  15405.510780 999999.999999
+PR21 -10894.083196   1430.632324  23010.375677 999999.999999
+PR22  -2860.107346  18100.138882  17670.184796 999999.999999
+PR23   7069.674060  24447.128822   1759.539339 999999.999999
+PR24  12683.320719  16427.499984 -14854.411422 999999.999999
+*  2011  8 30  6  0  0.00000000
+PG01 -13606.343440  22660.147205   2638.747338     -8.893182
+PG02  17842.111951  -4960.655648 -18794.307493    353.576030
+PG03 -19868.601843  -4179.370946  16836.996962    761.499272
+PG04  12020.070204  10720.301180 -21302.780114    216.264309
+PG05  26543.939502  -1844.156948    897.899257   -211.076840
+PG06 -20136.563558  -9099.543666  15054.794382    -83.435777
+PG07  -3820.556038  23561.598729  11398.845938     24.340658
+PG08   2432.004966  18569.502443  18622.510935      9.035128
+PG09  14804.537494 -21150.084925   5731.652077    102.389293
+PG10  20046.508388  10114.599278 -14694.811732    -11.517208
+PG11 -13076.473897  20364.446066  10209.152362   -181.379015
+PG12  16505.303685 -11898.070555 -16969.220515     19.096562
+PG13   1471.889377  22592.966238 -13958.215944    253.985554
+PG14 -15064.843557 -21572.248356  -4014.200500    169.663073
+PG15  11830.372815 -10088.676028  21533.590640   -108.474329
+PG16 -26558.528586   1814.621985   2406.261600   -194.756711
+PG17  16000.805690  20849.467407  -4477.532876    177.265406
+PG18  -4254.054946 -15740.477629  21338.109386    154.798325
+PG19 -14006.468595   6072.093524  21722.216016   -178.375207
+PG20 -14370.641130  14157.222556 -17386.428287     52.315957
+PG21     13.323953 -22445.268719  14152.538865   -168.043305
+PG22 -17871.216806 -11587.623238  16117.971000    144.921663
+PG23  -5506.535906  16936.166824 -19569.284118    280.082955
+PG24 -15492.377808  21057.526672   3637.910092    419.643916
+PG25   4238.135195 -15121.047194 -21443.955534     16.346194
+PG26  16769.556362   3689.589240  19784.909440   -140.220709
+PG27  16951.415711 -16216.841140  12730.382201    300.052185
+PG28  14434.408114  12799.206345  18890.779884     63.491005
+PG29  -2325.909656 -22723.181576 -13523.930541    235.464772
+PG30   1137.044486 -15710.928058 -21790.914376     91.133465
+PG31 -12801.707723  -7218.489700 -21923.439349    133.895386
+PG32 -21670.146794   7925.732263 -12490.460593   -319.702148
+PR01   6606.510870  11492.624450 -21785.299406 999999.999999
+PR02  22263.661658   7943.371969  -9586.287350 999999.999999
+PR03  16920.889581  -9724.435343  16456.315403 999999.999999
+PR04 -12663.230549  -4077.576817  21765.437727 999999.999999
+PR05  -6487.882491 -11495.122249  21826.127741 999999.999999
+PR06 -21875.022573  -8190.231270  10285.969192 999999.999999
+PR07 -23905.802996   2356.359938  -8624.940291 999999.999999
+PR08 -12607.781446   8195.757938 -20593.495088 999999.999999
+PR09  -9173.934125  -5798.091914 -23111.087059 999999.999999
+PR10 -16863.250240   9579.632968 -16536.148289 999999.999999
+PR11 -15652.129890  20188.567090    196.877033 999999.999999
+PR12  -4601.311834  18295.990791  17038.995056 999999.999999
+PR13   8888.403002   5842.176167  23163.631610 999999.999999
+PR15  14632.744903 -20682.610558  -2502.058569 999999.999999
+PR16   4610.861241 -18409.501229 -17139.051065 999999.999999
+PR17  11729.054834   1024.659077 -22616.791735 999999.999999
+PR18   3249.141429 -16413.581875 -19275.840503 999999.999999
+PR19  -6797.727058 -24072.580888  -4998.814236 999999.999999
+PR20 -13256.031770 -17634.200729  12864.732899 999999.999999
+PR21 -11859.556696  -1211.737184  22532.915177 999999.999999
+PR22  -3562.265814  15904.773815  19566.603444 999999.999999
+PR23   7074.666897  24004.375409   4941.563518 999999.999999
+PR24  13371.048170  17953.678968 -12253.505314 999999.999999
+*  2011  8 30  6 15  0.00000000
+PG01 -13637.392635  22134.018770   5444.106280     -8.895833
+PG02  17044.313708  -2849.421211 -19977.692363    353.577414
+PG03 -20966.413333  -5738.484143  15022.705801    761.503412
+PG04  10922.017576  12822.366673 -20687.173254    216.274494
+PG05  26507.152423  -1571.209161  -1934.548044   -211.081642
+PG06 -20916.938439 -10488.629311  12938.968900    -83.427069
+PG07  -4518.627157  24512.697530   8828.037849     24.342113
+PG08   1291.363729  20259.739567  16838.201635      9.035504
+PG09  14608.660643 -20274.461530   8476.068316    102.390943
+PG10  18311.995964  10384.913350 -16635.263846    -11.517653
+PG11 -13223.582176  18939.384024  12472.528706   -181.382115
+PG12  18344.226617 -11849.356707 -14986.053254     19.098826
+PG13    523.191326  21181.222580 -16103.323218    253.984138
+PG14 -15068.052880 -21934.288607  -1145.849364    169.664970
+PG15  13269.552565  -8084.054041  21556.054644   -108.472734
+PG16 -26674.775652   1633.392434   -460.564221   -194.758841
+PG17  16000.450713  21282.332913  -1661.497449    177.264029
+PG18  -1867.838049 -15897.449691  21532.865998    154.799974
+PG19 -15212.013231   3914.162338  21437.981234   -178.378611
+PG20 -16257.422428  14161.829842 -15610.122970     52.316817
+PG21    919.161481 -23624.072253  11909.030984   -168.045859
+PG22 -15970.538326 -11896.817340  17807.857477    144.921183
+PG23  -6880.636650  15071.238316 -20661.118044    280.080315
+PG24 -15483.923385  20405.289364   6408.404991    419.647643
+PG25   6639.871290 -15271.774894 -20712.241844     16.347769
+PG26  17833.146070   5711.818677  18400.706682   -140.232313
+PG27  16508.711787 -14774.759823  15013.064259    300.056205
+PG28  12309.740242  12947.639185  20259.966205     63.493725
+PG29  -1278.081406 -21400.201177 -15641.027380    235.467689
+PG30   3488.371664 -16085.111525 -21252.212548     91.130424
+PG31 -11656.036791  -9479.015949 -21683.896359    133.900468
+PG32 -23009.425507   7640.563978 -10051.667808   -319.708035
+PR01   3887.552500  11145.302457 -22603.770703 999999.999999
+PR02  20927.267495   7680.490987 -12395.121069 999999.999999
+PR03  15533.495313  -8055.033423  18578.517283 999999.999999
+PR04 -13768.290592  -6439.441803  20484.900434 999999.999999
+PR05  -3766.461468 -11150.617182  22629.207265 999999.999999
+PR06 -20458.351193  -7907.419262  13046.575204 999999.999999
+PR07 -24784.843379   2389.617173  -5607.328793 999999.999999
+PR08 -15042.763709   7983.322923 -18980.125880 999999.999999
+PR09  -7458.211635  -8064.782181 -23041.476459 999999.999999
+PR10 -15476.295910   7900.395209 -18654.963010 999999.999999
+PR11 -15391.256694  20163.986174  -3025.161712 999999.999999
+PR12  -5703.214706  19935.230960  14696.702355 999999.999999
+PR13   7208.992925   8156.281064  23046.022142 999999.999999
+PR15  14529.876546 -20892.042589    744.094692 999999.999999
+PR16   5692.969914 -20050.655341 -14818.339163 999999.999999
+PR17  12826.902412   3535.436475 -21744.486647 999999.999999
+PR18   4160.484112 -14108.128742 -20850.124560 999999.999999
+PR19  -6626.255282 -23268.175288  -8086.003546 999999.999999
+PR20 -13942.433406 -18878.318249  10074.928733 999999.999999
+PR21 -12982.109419  -3698.471678  21617.050418 999999.999999
+PR22  -4507.527376  13575.261633  21081.117317 999999.999999
+PR23   6891.154760  23209.709347   8027.590069 999999.999999
+PR24  14033.524341  19119.636790  -9414.904606 999999.999999
+*  2011  8 30  6 30  0.00000000
+PG01 -13580.221840  21320.047177   8155.780477     -8.896997
+PG02  16307.938712   -599.677274 -20811.628452    353.578987
+PG03 -21978.404561  -7083.251818  12945.830848    761.508706
+PG04   9959.763214  14896.957906 -19720.248914    216.284667
+PG05  26169.693221  -1253.543194  -4733.936969   -211.086474
+PG06 -21601.610347 -11649.404448  10604.877195    -83.418175
+PG07  -5048.109096  25221.896607   6103.271289     24.343535
+PG08    347.066345  21817.700427  14758.028350      9.035087
+PG09  14353.638376 -19100.212631  11071.679437    102.393349
+PG10  16393.034842  10766.444842 -18297.998747    -11.518858
+PG11 -13394.397394  17278.732131  14513.595887   -181.384942
+PG12  19945.045655 -11871.808904 -12742.819755     19.100874
+PG13   -626.591013  19635.717819 -17972.949044    253.982577
+PG14 -14908.447293 -22026.199373   1742.073894    169.666560
+PG15  14795.089608  -6169.975771  21208.121813   -108.471249
+PG16 -26480.229518   1426.425555  -3319.609846   -194.760876
+PG17  15836.654280  21455.626308   1182.774702    177.262630
+PG18    513.274532 -16170.442415  21368.169989    154.801799
+PG19 -16497.638216   1869.465592  20785.543688   -178.382490
+PG20 -17931.780690  14219.003192 -13566.939892     52.316580
+PG21   1671.140236 -24602.301049   9458.561850   -168.048193
+PG22 -13916.009082 -12315.715614  19196.596195    144.921028
+PG23  -8410.334898  13200.069725 -21394.345718    280.077792
+PG24 -15374.515693  19475.211260   9066.654632    419.650190
+PG25   8928.855453 -15533.878551 -19624.788029     16.349371
+PG26  18906.845630   7516.319171  16688.626859   -140.243826
+PG27  16064.541225 -13089.033493  17043.220499    300.060050
+PG28  10064.492223  13226.897045  21297.682652     63.496644
+PG29    -31.444430 -19950.425840 -17488.265636    235.470691
+PG30   5740.668187 -16563.716845 -20360.707615     91.127339
+PG31 -10653.723199 -11754.824228 -21063.577341    133.905266
+PG32 -24070.742625   7409.601406  -7433.596691   -319.714079
+PR01   1076.782642  10992.443249 -22982.872697 999999.999999
+PR02  19244.619844   7499.656832 -14963.128206 999999.999999
+PR03  14150.713447  -6081.820459  20340.430911 999999.999999
+PR04 -14958.973376  -8552.901786  18806.522285 999999.999999
+PR05   -955.508689 -11000.839533  22992.769945 999999.999999
+PR06 -18701.021797  -7713.651630  15554.110374 999999.999999
+PR07 -25281.309985   2477.159174  -2480.977310 999999.999999
+PR08 -17265.412553   7955.954282 -16997.781567 999999.999999
+PR09  -5933.801237 -10422.627302 -22525.347295 999999.999999
+PR10 -14095.013685   5919.303270 -20410.857049 999999.999999
+PR11 -14924.882474  19787.886803  -6188.693722 999999.999999
+PR12  -6513.899555  21393.956368  12065.811071 999999.999999
+PR13   5729.765137  10554.092512  22479.787968 999999.999999
+PR15  14200.527388 -20754.185771   3975.708356 999999.999999
+PR16   6485.638518 -21514.312025 -12211.999059 999999.999999
+PR17  14046.533608   5840.226715 -20449.107787 999999.999999
+PR18   5317.027275 -11725.204047 -22019.858712 999999.999999
+PR19  -6227.968283 -22148.756847 -11016.123780 999999.999999
+PR20 -14557.835646 -19752.260929   7090.135391 999999.999999
+PR21 -14220.375904  -5973.838380  20280.260517 999999.999999
+PR22  -5694.776708  11179.315748  22184.672142 999999.999999
+PR23   6478.239632  22102.588446  10957.652418 999999.999999
+PR24  14612.592043  19914.759130  -6393.611775 999999.999999
+*  2011  8 30  6 45  0.00000000
+PG01 -13473.293919  20219.657660  10727.095490     -8.899625
+PG02  15659.363214   1749.010881 -21282.852532    353.580199
+PG03 -22864.964778  -8210.498289  10643.917409    761.513054
+PG04   9138.337117  16898.652273 -18417.253169    216.294843
+PG05  25544.038006   -856.525173  -7452.428647   -211.091212
+PG06 -22151.856487 -12582.314780   8091.834774    -83.409482
+PG07  -5435.740751  25659.121395   3271.983983     24.345294
+PG08   -408.866184  23195.957282  12417.573172      9.034378
+PG09  14079.996779 -17635.732527  13471.735383    102.395645
+PG10  14328.926755  11275.959488 -19654.986491    -11.520005
+PG11 -13615.540265  15409.506421  16295.698746   -181.388001
+PG12  21279.397301 -11931.796708 -10278.262901     19.103038
+PG13  -1977.234055  18003.235183 -19535.602944    253.980917
+PG14 -14554.600672 -21871.046447   4600.344048    169.668294
+PG15  16373.513493  -4380.432920  20496.267684   -108.469825
+PG16 -25983.051751   1156.007103  -6122.566411   -194.762894
+PG17  15479.286184  21391.244304   4007.005063    177.261491
+PG18   2844.962279 -16551.616930  20845.630536    154.803688
+PG19 -17830.422754    -27.175609  19777.149837   -178.385799
+PG20 -19366.876380  14297.930096 -11291.437963     52.317491
+PG21   2287.859300 -25345.151227   6842.581349   -168.050036
+PG22 -11748.878593 -12856.602505  20260.799441    144.920483
+PG23 -10073.962927  11366.807553 -21757.293031    280.075051
+PG24 -15202.383389  18269.341413  11566.328017    419.652400
+PG25  11062.265093 -15886.248375 -18200.152441     16.350935
+PG26  19948.395661   9081.045900  14681.232242   -140.254798
+PG27  15656.903837 -11184.784043  18788.865881    300.062835
+PG28   7743.690000  13646.589769  21987.099619     63.499196
+PG29   1411.571306 -18418.367739 -19033.541845    235.473200
+PG30   7853.762261 -17124.792719 -19130.713818     91.124252
+PG31  -9806.566027 -13995.826496 -20072.928535    133.910415
+PG32 -24835.502680   7198.412477  -4683.135227   -319.720033
+PR01  -1756.978928  11043.885297 -22915.185585 999999.999999
+PR02  17254.947987   7446.525401 -17240.374704 999999.999999
+PR03  12830.915257  -3838.970923  21707.574950 999999.999999
+PR04 -16181.928663 -10378.172964  16762.834848 999999.999999
+PR05   1876.180206 -11055.305558  22909.755464 999999.999999
+PR06 -16644.181904  -7653.897714  17759.865063 999999.999999
+PR07 -25383.988555   2566.635764    693.487585 999999.999999
+PR08 -19219.769541   8082.488643 -14685.020677 999999.999999
+PR09  -4631.477261 -12808.686965 -21572.351415 999999.999999
+PR10 -12778.009283   3671.125836 -21770.028903 999999.999999
+PR11 -14307.401647  19042.490896  -9232.533714 999999.999999
+PR12  -7048.510261  22612.242288   9197.851221 999999.999999
+PR13   4479.923991  12970.927747  21475.889047 999999.999999
+PR15  13696.998269 -20244.861405   7129.646581 999999.999999
+PR16   7004.189473 -22741.495815  -9370.278805 999999.999999
+PR17  15339.030327   7891.176078 -18755.593671 999999.999999
+PR18   6706.936006  -9332.076233 -22761.921902 999999.999999
+PR19  -5570.715368 -20763.239393 -13732.272359 999999.999999
+PR20 -15044.334239 -20256.033763   3968.135618 999999.999999
+PR21 -15524.481042  -7991.242487  18548.271893 999999.999999
+PR22  -7110.377460   8784.590716  22856.314548 999999.999999
+PR23   5804.313723  20731.979313  13674.804662 999999.999999
+PR24  15050.816008  20341.621089  -3248.211350 999999.999999
+*  2011  8 30  7  0  0.00000000
+PG01 -13354.953931  18843.030973  13113.786511     -8.901592
+PG02  15118.308043   4153.046220 -21384.577244    353.581803
+PG03 -23588.477959  -9125.228705   8158.021726    761.518948
+PG04   8455.109338  18782.501169 -16799.235180    216.304333
+PG05  24650.648168   -348.700611 -10043.552219   -211.096227
+PG06 -22531.084199 -13295.543855   5442.159826    -83.400970
+PG07  -5713.598410  25801.842533    383.561552     24.346935
+PG08   -992.792868  24351.058693   9857.389686      9.034612
+PG09  13826.937626 -15898.947983  15632.492491    102.397141
+PG10  12162.453939  11923.130022 -20683.097813    -11.520891
+PG11 -13909.133240  13364.998911  17786.913750   -181.390622
+PG12  22327.083036 -11992.038976  -7635.067059     19.105116
+PG13  -3519.833067  16330.941427 -20765.086807    253.979293
+PG14 -13980.982311 -21498.721034   7380.428559    169.669977
+PG15  17966.681732  -2743.015318  19433.167055   -108.468368
+PG16 -25199.890427    786.850640  -8822.008854   -194.765346
+PG17  14903.894751  21117.595413   6763.405109    177.259782
+PG18   5084.750904 -17025.912049  19972.718115    154.805030
+PG19 -19172.805607  -1747.671682  18431.023974   -178.389530
+PG20 -20543.098558  14364.440051  -8822.256413     52.317980
+PG21   2793.741194 -25823.649769   4106.076279   -168.052953
+PG22  -9512.878292 -13524.575772  20982.474905    144.920377
+PG23 -11842.738080   9611.621950 -21744.778368    280.072300
+PG24 -15005.809256  16798.435214  13864.055572    419.653464
+PG25  13002.451317 -16301.308476 -16462.691831     16.352472
+PG26  20914.087688  10393.300735  12415.954404   -140.266045
+PG27  15319.328368  -9093.977126  20223.059571    300.066305
+PG28   5393.876471  14208.429699  22316.793498     63.502090
+PG29   3040.083802 -16848.790294 -20249.939554    235.476269
+PG30   9792.314330 -17740.224835 -17582.048955     91.121119
+PG31  -9117.784845 -16151.405259 -18729.070507    133.915433
+PG32 -25294.098378   6970.509407  -1849.434297   -319.725987
+PR01  -4544.060021  11297.268722 -22401.977630 999999.999999
+PR02  15007.638695   7558.995105 -19182.566616 999999.999999
+PR03  11626.313183  -1372.070426  22653.072230 999999.999999
+PR04 -17378.846856 -11887.161286  14393.477273 999999.999999
+PR05   4659.045587 -11311.342653  22381.772578 999999.999999
+PR06 -14338.898969  -7765.037207  19620.956346 999999.999999
+PR07 -25094.530975   2605.037827   3854.502283 999999.999999
+PR08 -20858.649798   8322.652533 -12086.823141 999999.999999
+PR09  -3570.175681 -15156.243576 -20200.620172 999999.999999
+PR10 -11577.557727   1201.894131 -22706.445545 999999.999999
+PR11 -13596.951586  17922.952032 -12097.796338 999999.999999
+PR12  -7333.899191  23536.692784   6149.112204 999999.999999
+PR13   3476.478634  15338.773552  20053.826042 999999.999999
+PR15  13076.608551 -19352.811991  10144.324004 999999.999999
+PR16   7275.379226 -23679.482382  -6347.933591 999999.999999
+PR17  16648.758349   9651.108471 -16696.687545 999999.999999
+PR18   8306.087512  -6993.895231 -23061.457507 999999.999999
+PR19  -4633.192857 -19168.079504 -16181.712038 999999.999999
+PR20 -15346.806257 -20402.628465    769.349326 999999.999999
+PR21 -16838.115743  -9714.936148  16454.578579 999999.999999
+PR22  -8728.580699   6456.018821  23083.560140 999999.999999
+PR23   4848.653356  19154.290072  16126.231130 999999.999999
+PR24  15294.070792  20415.693628    -39.738674 999999.999999
+*  2011  8 30  7 15  0.00000000
+PG01 -13261.799165  17208.849778  15274.761471     -8.903445
+PG02  14697.144875   6566.326056 -21116.514045    353.583366
+PG03 -24114.778336  -9840.133450   5531.910525    761.522798
+PG04   7899.980868  20505.617738 -14892.779532    216.314315
+PG05  23517.203658    296.800500 -12462.984119   -211.100912
+PG06 -22706.277918 -13804.529411   2700.506758    -83.392482
+PG07  -5917.630523  25635.996059  -2511.559325     24.348332
+PG08  -1428.647241  25245.254243   7122.289459      9.034851
+PG09  13630.609943 -13916.876615  17514.135643    102.399582
+PG10   9938.445331  12710.034187 -21364.485481    -11.521807
+PG11 -14291.760449  11183.609261  18960.688030   -181.393586
+PG12  23076.734349 -12013.211610  -4859.104776     19.107677
+PG13  -5236.983464  14664.653828 -21640.897815    253.977914
+PG14 -13169.072284 -20944.678556  10035.278787    169.671681
+PG15  19533.159919  -1278.046234  18037.447624   -108.466494
+PG16 -24155.271585    287.625493 -11372.158772   -194.767291
+PG17  14092.776532  20668.398775   9405.444188    177.258663
+PG18   7193.420261 -17571.555403  18762.735131    154.806725
+PG19 -20483.989028  -3271.507462  16770.997241   -178.393113
+PG20 -21448.689803  14382.441860  -6201.485979     52.318220
+PG21   3217.917134 -26015.886848   1296.809213   -168.054959
+PG22  -7252.737957 -14317.244784  21349.313232    144.920158
+PG23 -13681.765969   7969.307794 -21358.127571    280.069502
+PG24 -14821.484731  15081.659102  15920.198600    419.655787
+PG25  14718.202859 -16746.135988 -14442.153883     16.354042
+PG26  21760.534231  11449.886318   9934.252595   -140.277248
+PG27  15079.636199  -6854.328701  21324.163200    300.070425
+PG28   3061.599049  14906.091738  22280.913913     63.504835
+PG29   4834.975308 -15285.030818 -21116.214220    235.479050
+PG30  11526.957931 -18376.780153 -15739.779222     91.118063
+PG31  -8582.008526 -18172.266472 -17055.499758    133.920581
+PG32 -25446.171318   6689.027850   1017.067949   -319.731923
+PR01  -7216.591020  11738.132763 -21453.184195 999999.999999
+PR02  12560.351598   7865.420026 -20751.914439 999999.999999
+PR03  10580.777972   1263.512419  23158.195222 999999.999999
+PR04 -18488.941118 -13064.381023  11744.432052 999999.999999
+PR05   7325.410405 -11754.203282  21419.068259 999999.999999
+PR06 -11844.217577  -8074.124164  21101.163084 999999.999999
+PR07 -24427.355169   2541.183325   6940.756140 999999.999999
+PR08 -22145.431827   8628.944761  -9253.712890 999999.999999
+PR09  -2756.375270 -17397.408365 -18436.442690 999999.999999
+PR10 -10537.441565  -1432.783972 -23202.318225 999999.999999
+PR11 -12852.813926  16437.754755 -14729.022812 999999.999999
+PR12  -7407.219235  24122.733800   2979.503227 999999.999999
+PR13   2723.718866  17588.963441  18241.262657 999999.999999
+PR15  12399.073214 -18080.348578  12960.928812 999999.999999
+PR16   7336.028666 -24283.995772  -3203.195409 999999.999999
+PR17  17915.708751  11094.836855 -14312.314576 999999.999999
+PR18  10078.871644  -4771.145236 -22912.195138 999999.999999
+PR19  -3406.101303 -17424.916538 -18316.893896 999999.999999
+PR20 -15415.398240 -20217.295790  -2444.324490 999999.999999
+PR21 -18100.910229 -11121.273455  14039.804623 999999.999999
+PR22 -10512.454329   4253.287833  22862.591462 999999.999999
+PR23   3602.556653  17431.009824  18264.275455 999999.999999
+PR24  15294.007074  20164.522752   3169.502533 999999.999999
+*  2011  8 30  7 30  0.00000000
+PG01 -13227.125843  15343.725599  17172.809495     -8.904325
+PG02  14400.513095   8941.848556 -20484.776249    353.584579
+PG03 -24414.458332 -10374.807409   2811.246755    761.527382
+PG04   7455.872971  22028.715721 -12729.636785    216.324220
+PG05  22177.573980   1101.033781 -14669.293130   -211.105561
+PG06 -22649.329527 -14131.213810    -86.839573    -83.383861
+PG07  -6086.037582  25156.579550  -5362.810838     24.349879
+PG08  -1746.806972  25848.015119   4260.520045      9.034660
+PG09  13522.488498 -11724.804739  19081.649766    102.401005
+PG10   7702.268709  13630.935789 -21686.899349    -11.523191
+PG11 -14773.671327   8907.470393  19796.359184   -181.396652
+PG12  23526.139892 -11955.648180  -1998.620294     19.109588
+PG13  -7103.287104  13047.178388 -22148.536203    253.976381
+PG14 -12108.213030 -20248.487609  12520.086514    169.673551
+PG15  21029.733715      1.995440  16333.347720   -108.465096
+PG16 -22880.708502   -367.659278 -13729.627501   -194.769306
+PG17  13035.796675  20081.301897  11888.589898    177.257113
+PG18   9136.310499 -18160.841813  17234.700878    154.808519
+PG19 -21721.464984  -4586.288258  14826.054607   -178.396903
+PG20 -22080.081514  14315.453417  -3473.972575     52.318737
+PG21   3592.892618 -25907.999058  -1535.541272   -168.057184
+PG22  -5012.671307 -15224.717698  21354.891912    144.919639
+PG23 -15551.279555   6468.117258 -20605.074829    280.066943
+PG24 -14682.949040  13145.970985  17699.536119    419.659264
+PG25  16185.768013 -17183.800486 -12173.176431     16.355616
+PG26  22446.395095  12256.878873   7280.736756   -140.288486
+PG27  14958.945202  -4508.037142  22076.016533    300.072667
+PG28    791.897390  15725.360670  21879.293711     63.507198
+PG29   6769.434951 -13767.387842 -21617.179659    235.481990
+PG30  13035.235122 -18997.356438 -13633.889200     91.114877
+PG31  -8185.623692 -20012.251910 -15081.659411    133.925716
+PG32 -25300.500826   6318.413073   3865.632395   -319.738015
+PR01  -9711.086055  12340.541315 -20087.217932 999999.999999
+PR02   9976.800703   8383.237240 -21917.871030 999999.999999
+PR03   9728.019253   4004.670856  23212.756667 999999.999999
+PR04 -19451.554701 -13907.348855   8867.135812 999999.999999
+PR05   9812.049057 -12357.704566  20040.329949 999999.999999
+PR06  -9224.894779  -8597.075252  22171.633838 999999.999999
+PR07 -23409.030833   2328.129108   9892.377127 999999.999999
+PR08 -23055.418059   8948.835260  -6240.772246 999999.999999
+PR09  -2184.011600 -19465.799687 -16313.784096 999999.999999
+PR10  -9691.170668  -4169.806436 -23248.416000 999999.999999
+PR11 -12132.782181  14608.572730 -17075.243589 999999.999999
+PR12  -7314.071693  24336.547051   -248.665845 999999.999999
+PR13   2213.239754  19654.898450  16073.486449 999999.999999
+PR15  11723.794679 -16443.434686  15524.585973 999999.999999
+PR16   7231.239175 -24521.078238      3.322978 999999.999999
+PR17  19078.049234  12209.972454 -11648.812791 999999.999999
+PR18  11979.491979  -2717.298288 -22316.607018 999999.999999
+PR19  -1892.797840 -15598.015877 -20096.378290 999999.999999
+PR20 -15207.808109 -19736.322384  -5610.693968 999999.999999
+PR21 -19251.005126 -12199.457479  11350.919683 999999.999999
+PR22 -12415.291449   2228.563503  22198.285654 999999.999999
+PR23   2069.975731  15626.154118  20047.368939 999999.999999
+PR24  15010.291459  19626.415635   6317.150888 999999.999999
+*  2011  8 30  7 45  0.00000000
+PG01 -13279.513236  13281.327887  18775.242458     -8.904266
+PG02  14225.255185  11233.335906 -19501.671022    353.586106
+PG03 -24463.983097 -10754.724117     42.778649    761.531335
+PG04   7099.501890  23317.539696 -10346.252301    216.334361
+PG05  20670.565348   2078.233198 -16624.639602   -211.110698
+PG06 -22338.202979 -14303.054869  -2872.700826    -83.375107
+PG07  -6257.564042  24367.899119  -8120.417391     24.351589
+PG08  -1982.683419  26137.281157   1322.851904      9.034031
+PG09  13527.935008  -9365.109174  20305.612052    102.403220
+PG10   5498.300089  14672.359900 -21643.929546    -11.524376
+PG11 -15358.263281   6580.928104  20279.542332   -181.399630
+PG12  23682.221093 -11781.064532    896.634174     19.111948
+PG13  -9086.163167  11516.779931 -22279.715656    253.973864
+PG14 -10796.167736 -19452.244448  14792.996294    169.675254
+PG15  22412.995066   1092.747067  14350.285296   -108.463522
+PG16 -21413.559692  -1198.466747 -15854.129568   -194.771551
+PG17  11730.931330  19396.368965  14171.012102    177.255366
+PG18  10884.477912 -18761.157170  15413.145611    154.810256
+PG19 -22842.605411  -5687.974114  12629.810089   -178.400558
+PG20 -22441.924376  14128.165298   -686.563398     52.318859
+PG21   3953.044844 -25494.851378  -4340.323076   -168.059443
+PG22  -2834.884659 -16229.878884  20998.792639    144.919302
+PG23 -17408.063186   5128.864252 -19499.556443    280.063875
+PG24 -14619.175655  11025.204356  19171.857257    419.663576
+PG25  17389.595420 -17574.872318  -9694.701075     16.357147
+PG26  22933.991678  12829.046233   4502.280308   -140.299730
+PG27  14970.937559  -2100.387580  22468.039199    300.075607
+PG28  -1373.161073  16644.563331  21117.499548     63.510197
+PG29   8809.808354 -12331.636426 -21743.988066    235.484992
+PG30  14302.291778 -19562.396480 -11298.876359     91.112025
+PG31  -7907.468452 -21630.035453 -12842.387953    133.930683
+PG32 -24874.531621   5826.039697   6646.190303   -319.744015
+PR01 -11970.843454  13068.210519 -18330.613442 999999.999999
+PR02   7324.294036   9118.067191 -22657.728684 999999.999999
+PR03   9090.207442   6782.939122  22815.335912 999999.999999
+PR04 -20208.783750 -14426.437527   5817.481887 999999.999999
+PR05  12062.572628 -13085.366743  18272.324519 999999.999999
+PR06  -6548.906706  -9337.838632  22811.453758 999999.999999
+PR07 -22077.176577   1925.406297  12652.090325 999999.999999
+PR08 -23576.709899   9227.186705  -3106.567486 999999.999999
+PR09  -1834.929140 -21299.182501 -13873.650582 999999.999999
+PR10  -9060.655385  -6940.968893 -22844.213574 999999.999999
+PR11 -11490.605281  12469.590208 -19090.957502 999999.999999
+PR12  -7106.292605  24156.559036  -3471.954976 999999.999999
+PR13   1924.513155  21474.697437  13592.718468 999999.999999
+PR15  11107.186699 -14471.203614  17785.436318 999999.999999
+PR16   7012.267815 -24368.555580   3209.771033 999999.999999
+PR17  20074.777390  12997.196927  -8758.031895 999999.999999
+PR18  13953.716468   -876.767579 -21285.893287 999999.999999
+PR19   -109.415283 -13751.622655 -21485.636225 999999.999999
+PR20 -14691.265238 -19005.363576  -8668.466682 999999.999999
+PR21 -20227.711113 -12951.746792   8440.322358 999999.999999
+PR22 -14382.436132    424.548665  21104.074927 999999.999999
+PR23    267.615396  13803.623713  21440.840117 999999.999999
+PR24  14412.523951  18848.688765   9342.002542 999999.999999
+*  2011  8 30  8  0  0.00000000
+PG01 -13441.600535  11061.248238  20054.458585     -8.906333
+PG02  14160.665697  13396.811953 -18185.390937    353.587833
+PG03 -24246.575517 -11010.011951  -2726.453263    761.536811
+PG04   6802.414231  24344.128888  -7783.195867    216.344590
+PG05  19038.490844   3235.065638 -18295.417688   -211.115512
+PG06 -21757.889266 -14351.832005  -5609.764474    -83.366386
+PG07  -6469.772986  23283.457044 -10736.302487     24.353240
+PG08  -2175.090094  26100.376148  -1638.404111      9.035570
+PG09  13665.012118  -6885.766207  21162.876830    102.405195
+PG10   3368.423587  15813.463850 -21235.171885    -11.525954
+PG11 -16041.865275   4248.941335  20402.375654   -181.402225
+PG12  23560.656982 -11454.237221   3776.292042     19.114018
+PG13 -11146.932363  10105.839346 -22032.475373    253.972813
+PG14  -9239.366916 -18598.912245  16815.765166    169.677019
+PG15  23640.942734   1997.920652  12122.346402   -108.462276
+PG16 -19795.675597  -2216.785243 -17709.156420   -194.773690
+PG17  10184.513418  18654.495204  16214.242457    177.253884
+PG18  12415.655095 -19336.216433  13327.809345    154.812019
+PG19 -23806.257269  -6580.798764  10219.920663   -178.404241
+PG20 -22546.810217  13787.977172   2112.692769     52.319609
+PG21   4333.014312 -24780.377244  -7066.914253   -168.062240
+PG22   -758.162053 -17308.947901  20286.629707    144.919165
+PG23 -19207.004909   3964.329684 -18061.405872    280.061341
+PG24 -14653.361412   8758.895827  20312.450236    419.667079
+PG25  18322.765073 -17879.041666  -7049.310583     16.358666
+PG26  23190.750385  13188.950396   1647.144428   -140.311305
+PG27  15121.406397    321.723780  22495.266623    300.078456
+PG28  -3395.850643  17635.275323  20006.819792     63.512719
+PG29  10916.722542 -11007.729991 -21494.297573    235.487871
+PG30  15321.304837 -20031.419902  -8773.270143     91.108660
+PG31  -7719.841853 -22990.632520 -10377.258655    133.935843
+PG32 -24193.567159   5183.696498   9310.275948   -319.750262
+PR01 -13948.065880  13876.091059 -16217.512941 999999.999999
+PR02   4671.133586  10063.325968 -22957.063726 999999.999999
+PR03   8677.096810   9527.108698  21973.334471 999999.999999
+PR04 -20708.004772 -14644.195811   2654.733897 999999.999999
+PR05  14029.532090 -13892.002788  16149.380634 999999.999999
+PR06  -3884.829270 -10288.079792  23008.059167 999999.999999
+PR07 -20478.914397   1300.984384  15166.326855 999999.999999
+PR08 -23710.561353   9408.795790     87.993128 999999.999999
+PR09  -1679.854123 -22841.958395 -11163.311437 999999.999999
+PR10  -8655.385447  -9675.566494 -21997.873070 999999.999999
+PR11 -10973.613619  10066.313207 -20737.009251 999999.999999
+PR12  -6839.476607  23574.419655  -6627.085964 999999.999999
+PR13   1825.981018  22993.665426  10847.285247 999999.999999
+PR15  10600.145607 -12204.930588  19699.609441 999999.999999
+PR16   6734.149019 -23817.036847   6354.230523 999999.999999
+PR17  20848.362743  13469.985446  -5696.317411 999999.999999
+PR18  15941.006980    716.752379 -19839.793911 999999.999999
+PR19   1915.557929 -11947.336668 -22457.716024 999999.999999
+PR20 -13844.125420 -18077.401793 -11558.425751 999999.999999
+PR21 -20974.143161 -13393.112033   5364.809272 999999.999999
+PR22 -16353.448509  -1127.044332  19601.645922 999999.999999
+PR23  -1775.507178  12024.587435  22417.589788 999999.999999
+PR24  13481.750600  17885.551828  12185.206652 999999.999999
+*  2011  8 30  8 15  0.00000000
+PG01 -13729.104358   8727.643017  20988.418432     -8.906770
+PG02  14189.036918  15392.076241 -16559.616682    353.588916
+PG03 -23752.845779 -11174.084412  -5449.879331    761.541851
+PG04   6532.246821  25087.861213  -5084.497495    216.354453
+PG05  17325.617110   4570.176959 -19652.830229   -211.120058
+PG06 -20901.114499 -14312.290279  -8251.355793    -83.358043
+PG07  -6757.374916  21925.484960 -13164.959867     24.354817
+PG08  -2364.460670  25734.547825  -4570.423720      9.035602
+PG09  13943.610055  -4338.608150  21637.127388    102.408462
+PG10   1350.615032  17026.695822 -20466.309480    -11.527691
+PG11 -16813.829774   1955.472642  20163.620727   -181.405355
+PG12  23185.173542 -10944.567327   6590.277726     19.116296
+PG13 -13242.133927   8839.745863 -21411.193920    253.971674
+PG14  -7452.835669 -17730.646174  18554.362370    169.678662
+PG15  24674.537253   2728.951857   9687.702140   -108.460828
+PG16 -18071.881861  -3426.460285 -19262.600300   -194.775718
+PG17   8411.173299  17895.804890  17983.782014    177.252541
+PG18  13714.975172 -19847.475144  11013.242334    154.813828
+PG19 -24574.284207  -7276.881011   7637.449111   -178.407990
+PG20 -22414.693564  13266.445993   4875.377813     52.320081
+PG21   4766.061339 -23777.550904  -9665.761559   -168.063705
+PG22   1183.422124 -18432.301455  19229.987682    144.918574
+PG23 -20902.717069   2978.984342 -16315.959455    280.058632
+PG24 -14801.964093   6390.905251  21102.482092    419.670043
+PG25  18987.092812 -18056.785556  -4282.500895     16.360192
+PG26  23190.427025  13365.783727  -1235.868587   -140.322688
+PG27  15408.087699   2711.297952  22158.327343    300.080696
+PG28  -5244.016351  18663.284030  18564.185405     63.515624
+PG29  13046.443309  -9818.739892 -20872.323489    235.490749
+PG30  16093.621787 -20364.619955  -6099.076638     91.105889
+PG31  -7589.785387 -24066.660188  -7729.825381    133.940803
+PG32 -23289.669638   4368.875837  11811.899801   -319.756442
+PR01 -15605.612281  14712.338581 -13789.002610 999999.999999
+PR02   2083.983395  11200.366841 -22810.019926 999999.999999
+PR03   8485.688661  12165.973706  20702.857572 999999.999999
+PR04 -20904.199624 -14594.164030   -559.628506 999999.999999
+PR05  15676.152738 -14725.692454  13712.724153 999999.999999
+PR06  -1299.201092 -11427.399088  22757.491375 999999.999999
+PR07 -18668.945803    432.880434  17386.261915 999999.999999
+PR08 -23471.197372   9440.945973   3280.846205 999999.999999
+PR09  -1679.848516 -24047.400749  -8235.391458 999999.999999
+PR10  -8472.145670 -12303.098785 -20726.062282 999999.999999
+PR11 -10620.626767   7453.917656 -21981.348879 999999.999999
+PR12  -6570.349070  22595.428284  -9652.225858 999999.999999
+PR13   1876.623014  24166.476113   7890.669648 999999.999999
+PR15  10245.777048  -9696.504501  21230.071364 999999.999999
+PR16   6453.160838 -22870.405677   9375.892110 999999.999999
+PR17  21347.264154  13653.792342  -2523.400474 999999.999999
+PR18  17876.940140   2041.487385 -18006.228391 999999.999999
+PR19   4142.220420 -10241.617942 -22993.762952 999999.999999
+PR20 -12657.013201 -17010.415719 -14224.567809 999999.999999
+PR21 -21439.715721 -13550.357006   2184.450868 999999.999999
+PR22 -18264.518046  -2406.549177  17720.486675 999999.999999
+PR23  -4019.024701  10344.998698  22958.618577 999999.999999
+PR24  12211.505648  16795.716680  14791.417174 999999.999999
+*  2011  8 30  8 30  0.00000000
+PG01 -14150.115383   6327.706057  21561.025144     -8.908890
+PG02  14286.473795  17184.022324 -14653.043011    353.590425
+PG03 -22981.149893 -11282.179027  -8082.124972    761.545326
+PG04   6254.164279  25536.231218  -2296.897898    216.364073
+PG05  15576.545789   6074.048374 -20673.386744   -211.125309
+PG06 -19768.772024 -14220.671434 -10752.212079    -83.349439
+PG07  -7150.679413  20324.142485 -15364.270753     24.356390
+PG08  -2590.995178  25047.106362  -7420.913315      9.035133
+PG09  14364.931794  -1777.402545  21719.272981    102.410594
+PG10   -522.338750  18278.722727 -19349.104603    -11.529222
+PG11 -17656.926008   -258.062292  19568.618964   -181.408310
+PG12  22586.526738 -10227.465888   9289.705378     19.118521
+PG13 -15325.026839   7736.063529 -20426.505930    253.969811
+PG14  -5459.805218 -16887.165173  19979.502599    169.680267
+PG15  25479.152510   3304.355097   7087.963728   -108.459237
+PG16 -16288.353512  -4822.833449 -20487.318017   -194.777948
+PG17   6433.476332  17158.090813  19449.650010    177.250934
+PG18  14775.426790 -20255.665255   8508.306094    154.815654
+PG19 -25112.999624  -7795.546802   4926.185781   -178.411890
+PG20 -22072.033185  12540.587396   7553.554435     52.320333
+PG21   5282.462970 -22507.983706 -12089.423664   -168.066585
+PG22   2961.615965 -19565.530406  17846.267177    144.918112
+PG23 -22451.164190   2169.034075 -14293.582835    280.055960
+PG24 -15074.023256   3967.884744  21529.266084    419.672887
+PG25  19392.904095 -18071.017814  -1441.899907     16.361728
+PG26  22914.075711  13393.994453  -4098.219400   -140.333780
+PG27  15820.776244   5022.727739  21463.367546    300.083648
+PG28  -6892.119513  19689.781635  16812.018685     63.518280
+PG29  15152.412790  -8780.074618 -19888.771570    235.493636
+PG30  16628.601866 -20524.468488  -3321.151213     91.102475
+PG31  -7480.581145 -24839.296714  -4946.793038    133.945728
+PG32 -22200.318992   3365.817896  14108.345060   -319.762431
+PR01 -16918.309048  15520.588993 -11092.312287 999999.999999
+PR02   -374.685040  12499.146109 -22219.425137 999999.999999
+PR03   8500.450773  14631.091162  19028.421894 999999.999999
+PR04 -20761.979121 -14319.235814  -3763.108924 999999.999999
+PR05  16977.628386 -15530.057744  11009.679043 999999.999999
+PR06   1146.022317 -12724.073523  22064.484152 999999.999999
+PR07 -16707.329621   -689.655453  19268.761955 999999.999999
+PR08 -22885.105513   9275.863064   6409.981455 999999.999999
+PR09  -1788.184519 -24879.539366  -5146.850366 999999.999999
+PR10  -8495.277328 -14755.967161 -19053.614531 999999.999999
+PR11 -10460.230641   4695.200676 -22799.658828 999999.999999
+PR12  -6354.103601  21238.390243 -12488.232278 999999.999999
+PR13   2027.930738  24958.976646   4780.459630 999999.999999
+PR15  10077.474521  -7006.465088  22347.331094 999999.999999
+PR16   6224.240615 -21545.780830  12216.217370 999999.999999
+PR17  21528.213957  13584.734270    698.783938 999999.999999
+PR18  19695.818393   3088.274716 -15820.768197 999999.999999
+PR19   6520.684894  -8683.526674 -23083.382239 999999.999999
+PR20 -11133.462562 -15864.857267 -16615.181520 999999.999999
+PR21 -21582.390689 -13460.742192  -1038.602588 999999.999999
+PR22 -20051.024779  -3406.890353  15497.292095 999999.999999
+PR23  -6412.665009   8813.349436  23053.396942 999999.999999
+PR24  10608.337254  15639.832534  17109.877810 999999.999999
+*  2011  8 30  8 45  0.00000000
+PG01 -14704.701760   3910.029758  21762.402471     -8.908031
+PG02  14423.941818  18743.755613 -12498.840019    353.591984
+PG03 -21937.671568 -11369.859808 -10579.689034    761.550391
+PG04   5932.418457  25685.325008    530.974471    216.373958
+PG05  13834.590731   7729.170433 -21339.315870   -211.129740
+PG06 -18370.058921 -14113.185865 -13069.247688    -83.340545
+PG07  -7674.232782  18516.415092 -17296.250664     24.358049
+PG08  -2892.816990  24055.154225 -10139.142816      9.034856
+PG09  14921.365177    744.159937  21407.674759    102.412639
+PG10  -2223.936113  19531.598963 -17901.295244    -11.529630
+PG11 -18548.013676  -2354.221414  18629.110116   -181.411232
+PG12  21801.220977  -9285.504720  11827.752735     19.120586
+PG13 -17347.220451   6804.001152 -19095.123546    253.968223
+PG14  -3291.023220 -16104.229100  21067.107037    169.681982
+PG15  26025.870261   3748.810687   4367.485955   -108.457865
+PG16 -14490.939234  -6392.705633 -21361.624375   -194.780185
+PG17   4281.269691  16475.351446  20586.867333    177.249678
+PG18  15598.015312 -20522.398830   5855.576468    154.817177
+PG19 -25394.440495  -8162.389801   2131.938948   -178.415520
+PG20 -21550.685402  11593.976677  10100.618323     52.320719
+PG21   5908.026296 -21001.154955 -14293.586396   -168.069064
+PG22   4554.886746 -20670.695073  16158.438434    144.918035
+PG23 -23811.238229   1522.780217 -12029.128386    280.053259
+PG24 -15470.786934   1537.657549  21586.416350    419.676551
+PG25  19558.485633 -17888.657349   1423.553559     16.363271
+PG26  22350.737522  13311.760664  -6892.383621   -140.344988
+PG27  16341.717253   7213.234073  20421.927114    300.087784
+PG28  -8322.060692  20672.753788  14778.004265     63.520281
+PG29  17186.907421  -7899.009414 -18560.654053    235.496622
+PG30  16943.158569 -20477.269760   -486.503469     91.099305
+PG31  -7353.402074 -25298.902667  -2077.132837    133.950884
+PG32 -20966.891484   2166.272305  16160.874173   -319.768420
+PR01 -17873.766191  16242.442358  -8179.894050 999999.999999
+PR02  -2648.964055  13919.386129 -21196.738742 999999.999999
+PR03   8694.085563  16859.440075  16982.493358 999999.999999
+PR04 -20257.218930 -13869.635995  -6893.414583 999999.999999
+PR05  17921.922046 -16246.743929   8092.749057 999999.999999
+PR06   3395.817536 -14136.293178  20942.382409 999999.999999
+PR07 -14657.053929  -2065.429543  20777.222742 999999.999999
+PR08 -21989.831706   8872.969269   9414.647297 999999.999999
+PR09  -1952.560415 -25314.613034  -1957.868890 999999.999999
+PR10  -8697.471783 -16972.055343 -17013.037807 999999.999999
+PR11 -10509.496895   1858.217711 -23175.836288 999999.999999
+PR12  -6241.822627  19534.912459 -15079.832703 999999.999999
+PR13   2226.203379  25349.538783   1577.216406 999999.999999
+PR15  10117.430145  -4201.689428  23029.993594 999999.999999
+PR16   6098.457585 -19872.944914  14820.064890 999999.999999
+PR17  21358.169922  13307.827815   3907.325462 999999.999999
+PR18  21333.360914   3860.713113 -13325.950743 999999.999999
+PR19   8992.931004  -7312.791260 -22724.838931 999999.999999
+PR20  -9290.027584 -14701.041428 -18683.846263 999999.999999
+PR21 -21370.580356 -13170.170475  -4241.359249 999999.999999
+PR22 -21650.143155  -4133.599343  12975.240895 999999.999999
+PR23  -8898.120015   7468.755152  22700.070563 999999.999999
+PR24   8691.792733  14477.856040  19095.418154 999999.999999
+*  2011  8 30  9  0  0.00000000
+PG01 -15384.835059   1522.917035  21589.065828     -8.910070
+PG02  14568.504379  20049.474771 -10134.061418    353.593314
+PG03 -20636.231233 -11471.536911 -12901.571737    761.555784
+PG04   5531.966755  25539.967008   3349.484766    216.383616
+PG05  12140.212309   9510.530024 -21638.884769   -211.134624
+PG06 -16722.307540 -14024.482828 -15162.297824    -83.331602
+PG07  -8345.696469  16544.757174 -18927.711553     24.359728
+PG08  -3304.222761  22784.919781 -12676.939336      9.035304
+PG09  15596.750903   3174.477008  20708.191034    102.414812
+PG10  -3734.828493  20744.138000 -16146.391669    -11.529586
+PG11 -19458.964045  -4300.782011  17362.922910   -181.414379
+PG12  20870.015514  -8109.286198  14160.492705     19.122966
+PG13 -19260.375319   6044.204128 -17439.565310    253.966733
+PG14   -983.787496 -15412.276021  21798.687164    169.683737
+PG15  26292.569869   4092.019751   1572.629623   -108.456420
+PG16 -12723.497712  -8114.630726 -21869.705333   -194.781842
+PG17   1990.760602  15876.478762  21375.868641    177.248426
+PG18  16191.616298 -20611.777567   3100.653234    154.818656
+PG19 -25397.437485  -8408.106858   -698.196958   -178.419009
+PG20 -20886.591475  10417.602969  12472.135805     52.321299
+PG21   6662.790294 -19293.307300 -16238.016945   -168.070896
+PG22   5949.067153 -21707.734515  14194.703418    144.917432
+PG23 -24946.224574   1021.277065  -9561.333968    280.050471
+PG24 -15985.654418   -852.430414  21273.891711    419.680559
+PG25  19509.236125 -17482.052978   4264.456330     16.364839
+PG26  21497.835444  13159.373146  -9572.545880   -140.356198
+PG27  16946.258880   9244.202125  19050.769795    300.091056
+PG28  -9523.746230  21568.521846  12494.776753     63.523342
+PG29  19102.751602  -7174.544637 -16910.991520    235.499494
+PG30  17061.014059 -20194.603045   2356.459080     91.096151
+PG31  -7169.043872 -25445.281090    828.836551    133.955735
+PG32 -19633.023446    769.952991  17935.336110   -319.774219
+PR01 -18472.665220  16820.050038  -5108.397758 999999.999999
+PR02  -4691.599622  15412.187479 -19761.830703 999999.999999
+PR03   9028.815622  18795.866928  14604.862563 999999.999999
+PR04 -19378.237698 -13300.600965  -9889.673332 999999.999999
+PR05  18510.040516 -16818.001431   5018.597779 999999.999999
+PR06   5404.147914 -15613.841806  19412.892768 999999.999999
+PR07 -12581.503035  -3681.100171  21882.282218 999999.999999
+PR08 -20832.331713   8200.839887  12236.530153 999999.999999
+PR09  -2117.563148 -25342.026419   1269.336222 999999.999999
+PR10  -9041.061357 -18897.088677 -14643.883059 999999.999999
+PR11 -10773.199314   -986.298765 -23102.321002 999999.999999
+PR12  -6278.093918  17528.171924 -17376.712417 999999.999999
+PR13   2415.066022  25329.899901  -1656.714963 999999.999999
+PR15  10375.638984  -1352.825646  23265.150323 999999.999999
+PR16   6120.648394 -17893.261907  17136.759341 999999.999999
+PR17  20815.850318  12874.858017   7039.587468 999999.999999
+PR18  22729.359592   4374.764285 -10570.447524 999999.999999
+PR19  11495.008003  -6158.284270 -21925.090962 999999.999999
+PR20  -7155.856400 -13576.557768 -20390.332137 999999.999999
+PR21 -20784.622469 -12731.014226  -7361.241456 999999.999999
+PR22 -23003.382421  -4604.306028  10203.158463 999999.999999
+PR23 -11411.261449   6339.450687  21905.497218 999999.999999
+PR24   6493.862037  13366.467735  20709.341009 999999.999999
+*  2011  8 30  9 15  0.00000000
+PG01 -16174.642012   -787.291502  21043.983435     -8.911669
+PG02  14684.700968  21087.089921  -7599.010811    353.594770
+PG03 -19097.834535 -11619.054258 -15009.849278    761.561026
+PG04   5020.081864  25113.526862   6108.913386    216.393202
+PG05  10529.568418  11386.393935 -21566.619177   -211.139237
+PG06 -14850.513867 -13986.177364 -16994.828273    -83.323109
+PG07  -9175.010415  14455.536291 -20230.827431     24.361223
+PG08  -3854.102646  21270.725855 -14989.615429      9.035690
+PG09  16367.034934   5465.953049  19634.039642    102.416295
+PG10  -5043.423024  21873.439730 -14113.369526    -11.529310
+PG11 -20357.785282  -6071.757865  15793.551163   -181.417259
+PG12  19836.279678  -6697.997374  16247.666549     19.125099
+PG13 -21017.912565   5448.875214 -15487.795949    253.964692
+PG14   1419.262771 -14835.268750  22161.646828    169.685522
+PG15  26264.773154   4367.370784  -1249.006004   -108.455143
+PG16 -11026.308767  -9959.533501 -22001.941319   -194.783952
+PG17   -396.642522  15384.144678  21802.837325    177.246702
+PG18  16572.519286 -20491.942784    291.384317    154.820693
+PG19 -25108.444210  -8567.151911  -3516.586343   -178.422837
+PG20 -20118.310260   9010.439654  14626.650074     52.321599
+PG21   7559.979804 -17426.054753 -17887.425360   -168.073089
+PG22   7137.725071 -22635.978952  11988.068317    144.917302
+PG23 -25825.107040    639.258203  -6932.173117    280.047893
+PG24 -16604.432890  -3157.123966  20597.932401    419.682161
+PG25  19276.549122 -16830.208365   7031.798036     16.366408
+PG26  20361.272588  12977.586246 -12095.233114   -140.367109
+PG27  17603.744710  11082.378150  17371.668484    300.092972
+PG28 -10495.371092  22333.389254   9999.519937     63.526073
+PG29  20855.019916  -6597.597973 -14968.405976    235.502494
+PG30  17011.687323 -19654.595601   5158.739601     91.092984
+PG31  -6889.665509 -25287.569949   3720.380614    133.960875
+PG32 -18242.927478   -815.324471  19402.668855   -319.780445
+PR01 -18728.507656  17198.695189  -1937.563830 999999.999999
+PR02  -6465.713149  16922.023131 -17942.596258 999999.999999
+PR03   9458.132657  20395.213374  11941.869204 999999.999999
+PR04 -18126.466723 -12669.860445 -12693.622841 999999.999999
+PR05  18755.772232 -17189.259357   1846.946839 999999.999999
+PR06   7135.638458 -17100.152149  17505.669966 999999.999999
+PR07 -10541.924745  -5511.490040  22562.394376 999999.999999
+PR08 -19466.948367   7238.779567  14820.884362 999999.999999
+PR09  -2227.271626 -24964.768727   4471.743845 999999.999999
+PR10  -9479.752491 -20486.677284 -11991.983665 999999.999999
+PR11 -11243.561664  -3767.633808 -22580.261162 999999.999999
+PR12  -6498.925854  15271.213531 -19334.488932 999999.999999
+PR13   2538.102332  24905.459124  -4858.428203 999999.999999
+PR15  10849.436823   1468.418550  23048.601915 999999.999999
+PR16   6327.315534 -15658.125170  19121.082930 999999.999999
+PR17  19892.785421  12341.970415  10034.450143 999999.999999
+PR18  23830.185787   4657.822510  -7608.102748 999999.999999
+PR19  13959.496527  -5236.969105 -20699.654916 999999.999999
+PR20  -4771.743889 -12543.811585 -21701.384052 999999.999999
+PR21 -19817.763250 -12199.678635 -10337.331854 999999.999999
+PR22 -24058.960715  -4847.729904   7234.581556 999999.999999
+PR23 -13884.611839   5441.759041  20685.114392 999999.999999
+PR24   4057.901147  12356.644420  21920.183012 999999.999999
+*  2011  8 30  9 30  0.00000000
+PG01 -17050.972656  -2977.811334  20136.526421     -8.912635
+PG02  14736.014133  21850.560654  -4936.576193    353.596490
+PG03 -17349.980307 -11840.391796 -16870.193456    761.565965
+PG04   4367.884074  24427.389475   8760.397292    216.403053
+PG05   9033.237726  13319.361100 -21123.419159   -211.143860
+PG06 -12786.575918 -14025.491610 -18534.597825    -83.313968
+PG07 -10163.873204  12297.341966 -21183.594356     24.362831
+PG08  -4564.599149  19553.641308 -17036.808613      9.034863
+PG09  17201.274051   7576.736377  18205.482775    102.416375
+PG10  -6146.191537  22876.518704 -11836.257935    -11.531329
+PG11 -21209.901276  -7648.151810  13949.631188   -181.420484
+PG12  18744.263518  -5059.626986  18053.384137     19.127214
+PG13 -22576.669598   5002.219731 -13272.781377    253.963215
+PG14   3871.555941 -14389.792563  22149.498538    169.687272
+PG15  25936.213159   4610.468524  -4049.369483   -108.453471
+PG16  -9434.620532 -11891.633171 -21755.131894   -194.785881
+PG17  -2835.686204  15013.927581  21859.957882    177.245622
+PG18  16763.672923 -20136.499927  -2522.983494    154.822271
+PG19 -24522.096874  -8676.257559  -6275.801941   -178.426304
+PG20 -19285.454315   7379.705253  16526.439157     52.321806
+PG21   8605.262688 -15444.767128 -19212.205060   -168.075572
+PG22   8122.240641 -23415.709715   9575.829862    144.917226
+PG23 -26423.666613    346.294719  -4186.166571    280.045188
+PG24 -17305.893894  -5334.777481  19570.895108    419.683426
+PG25  18896.471665 -15919.758315   9677.813460     16.368030
+PG26  18955.240099  12805.993178 -14419.886663   -140.378561
+PG27  18278.619688  12700.891418  15411.145048    300.095054
+PG28 -11243.398993  22925.336154   7333.473745     63.528751
+PG29  22402.661094  -6151.522237 -12766.612793    235.505550
+PG30  16829.249176 -18842.971496   7871.601078     91.089735
+PG31  -6480.466294 -24843.775935   6547.272615    133.965664
+PG32 -16839.727237  -2573.820677  20539.295046   -319.786680
+PR01 -18666.835912  17329.256855   1270.944584 999999.999999
+PR02  -7946.084189  18389.031235 -15774.413493 999999.999999
+PR03   9928.935353  21624.035014   9045.490509 999999.999999
+PR04 -16516.582048 -12035.028022 -15250.748103 999999.999999
+PR05  18684.900307 -17311.581683  -1360.586114 999999.999999
+PR06   8566.801148 -18534.650347  15257.746284 999999.999999
+PR07  -8595.003176  -7520.403867  22804.252964 999999.999999
+PR08 -17953.100209   5977.951183  17117.590844 999999.999999
+PR09  -2227.888030 -24199.274719   7586.780740 999999.999999
+PR10  -9960.728469 -21707.961022  -9108.580026 999999.999999
+PR11 -11900.549502  -6417.787430 -21619.512828 999999.999999
+PR12  -6930.049658  12824.853625 -20915.554417 999999.999999
+PR13   2541.488757  24095.017039  -7965.686727 999999.999999
+PR15  11523.588476   4192.019689  22384.911015 999999.999999
+PR16   6744.878622 -13226.997288  20734.169532 999999.999999
+PR17  18593.839938  11767.091218  12833.521030 999999.999999
+PR18  24591.039387   4747.292356  -4496.862267 999999.999999
+PR19  16318.127990  -4553.360494 -19072.306904 999999.999999
+PR20  -2188.700078 -11647.797577 -22591.374683 999999.999999
+PR21 -18476.605853 -11634.007574 -13111.582907 999999.999999
+PR22 -24773.917281  -4902.215502   4126.741884 999999.999999
+PR23 -16249.968390   4779.575738  19062.640042 999999.999999
+PR24   1437.079156  11491.490371  22704.333318 999999.999999
+*  2011  8 30  9 45  0.00000000
+PG01 -17984.263193  -5010.868064  18882.308650     -8.913574
+PG02  14686.371576  22341.946624  -2191.541964    353.598062
+PG03 -15425.754626 -12158.524086 -18452.335601    761.570354
+PG04   3551.729095  23510.106362  11256.868613    216.412610
+PG05   7675.164492  15267.645189 -20316.567178   -211.148701
+PG06 -10568.266722 -14164.065097 -19754.259943    -83.305323
+PG07 -11305.557497  10119.226881 -21770.178460     24.364208
+PG08  -5450.060765  17679.877681 -18783.212831      9.035029
+PG09  18062.945470   9472.197770  16449.346816    102.418221
+PG10  -7047.667979  23711.972220  -9353.623267    -11.531631
+PG11 -21979.528467  -9018.420413  11864.337756   -181.423509
+PG12  17637.353268  -3210.837726  19546.738831     19.129501
+PG13 -23898.441642   4681.199113 -10831.964049    253.961654
+PG14   6324.147555 -14084.437548  21761.990469    169.688957
+PG15  25309.105715   4857.580678  -6780.750757   -108.452283
+PG16  -7977.389947 -13869.642001 -21132.614025   -194.787893
+PG17  -5278.778252  14773.712479  21545.580620    177.244065
+PG18  16793.656000 -19525.754139  -5292.711640    154.823973
+PG19 -23641.484712  -8772.877795  -8929.370355   -178.430172
+PG20 -18427.092176   5540.801514  18138.209489     52.322324
+PG21   9796.345523 -13396.806485 -20189.029251   -168.077839
+PG22   8911.584866 -24009.708114   6998.980505    144.916592
+PG23 -26725.336458    108.140951  -1369.664622    280.042419
+PG24 -18062.604800  -7348.724447  18210.992856    419.686709
+PG25  18408.191260 -14745.657221  12156.814740     16.369591
+PG26  17301.749452  12681.478193 -16509.374517   -140.389843
+PG27  18931.717682  14080.069649  13200.162809    300.099568
+PG28 -11782.230502  23305.701054   4541.347071     63.531501
+PG29  23709.980054  -5812.927290 -10343.821217    235.508412
+PG30  16550.888011 -17753.828322  10447.441550     91.086617
+PG31  -5911.231532 -24139.973621   9260.689811    133.970544
+PG32 -15463.873158  -4482.351171  21327.411603   -319.792619
+PR01 -18323.960650  17170.452807   4454.746626 999999.999999
+PR02  -9119.941405  19751.510347 -13299.454136 999999.999999
+PR03  10383.964250  22461.837440   5972.312102 999999.999999
+PR04 -14576.092592 -11451.011575 -17511.344601 999999.999999
+PR05  18333.924769 -17143.901861  -4541.686796 999999.999999
+PR06   9686.759689 -19855.291202  12712.814421 999999.999999
+PR07  -6790.637920  -9661.919054  22603.056598 999999.999999
+PR08 -16352.778892   4422.009268  19082.124313 999999.999999
+PR09  -2070.282635 -23074.732957  10553.567668 999999.999999
+PR10 -10427.034196 -22540.790409  -6049.344996 999999.999999
+PR11 -12712.695888  -8874.063799 -20238.471178 999999.999999
+PR12  -7585.678670  10255.281473 -22089.771661 999999.999999
+PR13   2376.517563  22929.971218 -10918.137964 999999.999999
+PR15  12370.920559   6752.301655  21287.286514 999999.999999
+PR16   7388.354564 -10665.120394  21944.283136 999999.999999
+PR17  16937.183843  11207.287456  15382.287481 999999.999999
+PR18  24977.842432   4688.736476  -1297.615545 999999.999999
+PR19  18504.453431  -4099.520486 -17074.624050 999999.999999
+PR20    533.908691 -10924.199439 -23042.813361 999999.999999
+PR21 -16781.005225 -11090.644930 -15629.964092 999999.999999
+PR22 -25115.878078  -4813.874228    939.486492 999999.999999
+PR23 -18441.070906   4344.389477  17069.612128 999999.999999
+PR24  -1307.587148  10804.419244  23046.498026 999999.999999
+*  2011  8 30 10  0  0.00000000
+PG01 -18939.660461  -6854.956332  17302.918863     -8.914489
+PG02  14501.629826  22571.173095    590.113125    353.599737
+PG03 -13362.743150 -12590.471124 -19730.474502    761.575806
+PG04   2554.389625  22396.261209  13553.967172    216.422153
+PG05   6471.866190  17186.540003 -19159.626698   -211.153383
+PG06  -8237.977269 -14416.983321 -20631.890388    -83.296742
+PG07 -12585.065448   7968.949909 -21981.148404     24.365726
+PG08  -6516.331722  15699.003247 -20199.187130      9.035755
+PG09  18911.496804  11126.086912  14398.396005    102.420330
+PG10  -7760.128007  24341.623105  -6707.952169    -11.532766
+PG11 -22631.093135 -10178.640313   9574.716531   -181.426427
+PG12  16556.380872  -1176.500103  20702.326757     19.131700
+PG13 -24951.352151   4456.565629  -8206.664788    253.959846
+PG14   8727.375761 -13919.489375  21005.141098    169.690624
+PG15  24394.113371   5144.061089  -9396.570479   -108.450761
+PG16  -6676.267626 -15848.196902 -20144.267639   -194.789675
+PG17  -7677.591416  14663.389117  20864.294048    177.242683
+PG18  16695.412137 -18647.699219  -7968.515395    154.825726
+PG19 -22478.121292  -8893.607910 -11432.505274   -178.433923
+PG20 -17580.181431   3516.928651  19433.710086     52.322840
+PG21  11122.925345 -11329.698441 -20801.286580   -168.080137
+PG22   9521.805247 -24384.733666   4301.539323    144.916179
+PG23 -26721.784413   -111.782361   1469.890574    280.039671
+PG24 -18842.000875  -9168.449745  16541.947144    419.689889
+PG25  17852.410605 -13311.551707  14425.988306     16.371184
+PG26  15429.910865  12636.793106 -18330.446172   -140.401358
+PG27  19521.693740  15208.020865  10773.768660    300.102660
+PG28 -12133.560967  23440.784857   1670.637302     63.534104
+PG29  24747.920054  -5552.772453  -7742.054982    235.511341
+PG30  16215.339773 -16390.102871  12840.678394     91.083303
+PG31  -5157.685770 -23209.207285  11814.064737    133.975445
+PG32 -14151.695624  -6511.041386  21755.176483   -319.798808
+PR01 -17745.249600  16690.765631   7551.961779 999999.999999
+PR02  -9987.229776  20948.512168 -10565.860868 999999.999999
+PR03  10764.428325  22901.776422   2782.402726 999999.999999
+PR04 -12344.400964 -10967.553709 -19431.486123 999999.999999
+PR05  17748.348709 -16654.940845  -7634.557345 999999.999999
+PR06  10497.443708 -21001.177506   9920.377317 999999.999999
+PR07  -5170.021845 -11882.097214  21962.609753 999999.999999
+PR08 -14727.960397   2587.210724  20676.410801 999999.999999
+PR09  -1712.341129 -21631.870321  13314.132469 999999.999999
+PR10 -10820.144145 -22978.396273  -2873.327428 999999.999999
+PR11 -13638.428434 -11081.444886 -18463.734986 999999.999999
+PR12  -8467.773938   7631.462192 -22835.013119 999999.999999
+PR13   2001.901164  21453.002718 -13658.486844 999999.999999
+PR15  13353.470031   9090.409244  19777.303436 999999.999999
+PR16   8260.525364  -8040.989948  22727.463970 999999.999999
+PR17  14953.713141  10716.181181  17631.187081 999999.999999
+PR18  24968.694921   4533.674583   1927.024214 999999.999999
+PR19  20456.451382  -3855.589298 -14745.374971 999999.999999
+PR20   3330.570930 -10397.895516 -23046.700420 999999.999999
+PR21 -14763.414502 -10622.465669 -17843.522843 999999.999999
+PR22 -25064.404040  -4634.410188  -2265.846443 999999.999999
+PR23 -20396.202855   4115.837321  14744.775564 999999.999999
+PR24  -4109.529861  10317.763578  22940.001121 999999.999999
+*  2011  8 30 10 15  0.00000000
+PG01 -19878.364626  -8485.855708  15425.549581     -8.914725
+PG02  14150.987601  22555.522918   3361.924434    353.601174
+PG03 -11201.798614 -13146.570970 -20683.628088    761.581169
+PG04   1365.977426  21125.096077  15610.903610    216.431997
+PG05   5431.935347  19030.012572 -17672.231385   -211.158125
+PG06  -5841.274731 -14792.066352 -21151.427974    -83.287825
+PG07 -13979.615113   5891.289124 -21813.591222     24.367274
+PG08  -7760.402792  13662.053105 -21261.231710      9.034845
+PG09  19704.062114  12521.320984  12090.583783    102.422157
+PG10  -8302.957316  24732.070426  -3944.940591    -11.534539
+PG11 -23130.632240 -11132.378294   7120.970725   -181.429567
+PG12  15538.053822   1011.092246  21500.662556     19.133787
+PG13 -25711.000744   4294.140803  -5441.418256    253.958282
+PG14  11032.553665 -13886.941767  19891.179000    169.692380
+PG15  23210.002440   5502.808827 -11852.153486   -108.448857
+PG16  -5544.869724 -17779.471741 -18806.403951   -194.792006
+PG17  -9984.707109  14674.862209  19826.900977    177.241045
+PG18  16504.797986 -17498.711377 -10502.525529    154.827596
+PG19 -21051.616830  -9072.638422 -13742.819900   -178.437637
+PG20 -16778.096357   1338.391183  20390.253865     52.322981
+PG21  12566.996339  -9289.323305 -21039.346588   -168.082004
+PG22   9975.235241 -24512.873462   1529.817579    144.915953
+PG23 -26413.203659   -350.821739   4284.713826    280.037022
+PG24 -19607.655569 -10770.524603  14592.560341    419.692038
+PG25  17269.673964 -11629.821886  16446.142053     16.372816
+PG26  13374.985657  12699.300139 -19854.133036   -140.412757
+PG27  20006.559448  16080.959779   8170.681182    300.106295
+PG28 -12325.442350  23303.311273  -1229.139124     63.536430
+PG29  25495.095053  -5337.684993  -5006.406211    235.514063
+PG30  15861.243540 -14763.698313  15008.622289     91.080141
+PG31  -4202.602102 -22090.143901  14163.876332    133.980465
+PG32 -12934.144618  -8624.324058  21816.797353   -319.805036
+PR01 -16983.051302  15869.970120  10502.416479 999999.999999
+PR02 -10560.344096  21922.422492  -7626.807231 999999.999999
+PR03  11012.709229  22950.792390   -461.883156 999999.999999
+PR04  -9871.375792 -10627.006550 -20973.878325 999999.999999
+PR05  16980.601396 -15824.726911 -10579.118976 999999.999999
+PR06  11013.244804 -21915.152596   6934.781417 999999.999999
+PR07  -3764.097432 -14121.046638  20895.257127 999999.999999
+PR08 -13138.038293    501.997443  21869.559574 999999.999999
+PR09  -1121.011932 -19921.264779  15814.563924 999999.999999
+PR10 -11082.607198 -23027.521490    358.167443 999999.999999
+PR11 -14627.843821 -12994.649438 -16329.608929 999999.999999
+PR12  -9565.843013   5022.451283 -23137.536522 999999.999999
+PR13   1385.759898  19716.310112 -16133.605366 999999.999999
+PR15  14424.098657  11156.491898  17884.465558 999999.999999
+PR16   9351.632366  -5423.695675  23068.027728 999999.999999
+PR17  12685.945814  10341.528891  19536.574330 999999.999999
+PR18  24554.829599   4337.130229   5113.974904 999999.999999
+PR19  22118.966548  -3790.828046 -12129.770544 999999.999999
+PR20   6132.103669 -10081.934013 -22602.719189 999999.999999
+PR21 -12467.711835 -10276.187254 -19709.337721 999999.999999
+PR22 -24611.867897  -4418.719767  -5427.577228 999999.999999
+PR23 -22060.617231   4062.770165  12133.328308 999999.999999
+PR24  -6899.162383  10041.870612  22386.915957 999999.999999
+*  2011  8 30 10 30  0.00000000
+PG01 -20759.138236  -9887.365055  13282.529016     -8.916908
+PG02  13608.280024  22318.875034   6077.649347    353.602475
+PG03  -8985.703974 -13829.996981 -21295.928377    761.585564
+PG04    -15.436050  19738.956099  17391.250805    216.441803
+PG05   4555.855843  20752.363376 -15879.766901   -211.163120
+PG06  -3425.329623 -15289.449786 -21303.016679    -83.279158
+PG07 -15459.436005   3926.488938 -21271.112907     24.368953
+PG08  -9170.431328  11619.616026 -21952.326489      9.034302
+PG09  20397.263830  13650.379213   9568.209013    102.423094
+PG10  -8701.728527  24856.082662  -1112.699061    -11.535192
+PG11 -23447.123859 -11890.278816   4545.718837   -181.432554
+PG12  14613.565902   3313.293630  21928.486137     19.136063
+PG13 -26161.344770   4156.290806  -2583.250375    253.956617
+PG14  13193.637701 -13970.832768  18438.386059    169.693905
+PG15  21783.005049   5962.821568 -14105.474911   -108.447292
+PG16  -4588.368777 -19614.909625 -17141.534306   -194.794072
+PG17 -12155.239473  14792.376919  18450.295157    177.239910
+PG18  16259.005118 -16083.911283 -12849.241345    154.829353
+PG19 -19389.061631  -9340.299072 -15821.010104   -178.441250
+PG20 -16049.310175   -958.379245  20991.134763     52.323245
+PG21  14103.492405  -7318.209022 -20900.652978   -168.084321
+PG22  10299.455560 -24372.708107  -1268.370176    144.915706
+PG23 -25808.302150   -645.498118   7027.428286    280.034153
+PG24 -20320.700325 -12139.273351  12396.216699    419.695882
+PG25  16698.711031  -9721.288648  18182.389181     16.374448
+PG26  11177.245290  12889.917148 -21056.097343   -140.423944
+PG27  20345.275364  16703.262858   5432.820801    300.108963
+PG28 -12391.076117  22873.679087  -4107.296760     63.539111
+PG29  25938.532511  -5131.451286  -2184.237008    235.516965
+PG30  15525.489690 -12895.258874  16912.319786     91.076789
+PG31  -3036.627111 -20825.534471  16270.368273    133.985626
+PG32 -11835.756313 -10782.138299  21512.528089   -319.811052
+PR01 -16094.342582  14700.196957  13248.815283 999999.999999
+PR02 -10863.341354  22621.421380  -4539.458672 999999.999999
+PR03  11075.025565  22629.174123  -3697.149056 999999.999999
+PR04  -7215.494896 -10462.435134 -22108.581626 999999.999999
+PR05  16087.686669 -14645.652361 -13318.180498 999999.999999
+PR06  11260.149801 -22546.256059   3814.152444 999999.999999
+PR07  -2592.455815 -16315.250878  19421.651977 999999.999999
+PR08 -11637.386000  -1793.932652  22638.456010 999999.999999
+PR09   -273.964151 -18001.259017  18006.081707 999999.999999
+PR10 -11160.658800 -22708.009819   3582.740971 999999.999999
+PR11 -15624.856497 -14579.790724 -13877.451672 999999.999999
+PR12 -10857.276012   2494.732593 -22992.194253 999999.999999
+PR13    507.209220  17779.466349 -18295.556889 999999.999999
+PR15  15528.504641  12911.509927  15645.620404 999999.999999
+PR16  10639.613833  -2880.239745  22958.905854 999999.999999
+PR17  10186.440595  10123.069558  21061.564617 999999.999999
+PR18  23741.024714   4155.033166   8200.947669 999999.999999
+PR19  23445.877924  -3865.128855  -9278.588999 999999.999999
+PR20   8868.287441  -9977.021862 -21719.260729 999999.999999
+PR21  -9947.558726 -10090.263374 -21191.345283 999999.999999
+PR22 -23763.824145  -4222.363610  -8484.840282 999999.999999
+PR23 -23388.686052   4144.782655   9286.041069 999999.999999
+PR24  -9606.542391   9974.722402  21398.024714 999999.999999
+*  2011  8 30 10 45  0.00000000
+PG01 -21539.923149 -11051.727716  10910.763874     -8.917264
+PG02  12853.109180  21890.717368   8691.968155    353.603901
+PG03  -6757.774344 -14636.535346 -21556.858681    761.590293
+PG04  -1583.528794  18281.619129  18863.643393    216.451847
+PG05   3836.141741  22309.889880 -13812.949237   -211.167847
+PG06  -1037.272044 -15901.479118 -21083.238718    -83.270409
+PG07 -16988.840293   2108.899046 -20363.727160     24.370523
+PG08 -10726.122371   9619.976826 -22262.131897      9.034682
+PG09  20949.019158  14515.297143   6877.005925    102.424961
+PG10  -8987.019744  24693.772221   1739.112102    -11.537175
+PG11 -23553.698171 -12469.393001   1893.238994   -181.435595
+PG12  13807.441469   5686.420738  21978.957295     19.138390
+PG13 -26295.279780   4003.544282    319.092830    253.954901
+PG14  15168.811031 -14147.895338  16670.843234    169.695581
+PG15  20145.908843   6547.898492 -16117.867599   -108.445932
+PG16  -3803.423308 -21307.008133 -15178.019773   -194.796089
+PG17 -14148.379565  14993.151237  16757.236397    177.238209
+PG18  15994.923341 -14417.172469 -14966.449129    154.830914
+PG19 -17524.140680  -9721.746339 -17631.499604   -178.445250
+PG20 -15416.285652  -3332.045826  21225.931685     52.323815
+PG21  15701.230348  -5454.000209 -20389.649814   -168.086276
+PG22  10526.045777 -23950.245638  -4044.536576    144.915343
+PG23 -24923.991511  -1029.944850   9651.810925    280.031505
+PG24 -20941.340715 -13267.150990   9990.320496    419.698672
+PG25  16174.863428  -7614.597499  19604.756359     16.376039
+PG26   8880.673931  13222.295166 -21916.932013   -140.435159
+PG27  20499.350724  17087.243036   2604.778312    300.113088
+PG28 -12367.377463  22140.946354  -6912.898933     63.542019
+PG29  26074.098561  -4896.620610    675.655952    235.519867
+PG30  15241.630362 -10813.592947  18517.342469     91.073502
+PG31  -1658.793352 -19460.546747  18098.184648    133.990377
+PG32 -10873.877702 -12941.284269  20848.579554   -319.817006
+PR01 -15138.199959  13186.487412  15737.853516 999999.999999
+PR02 -10930.666668  23001.718561  -1363.855335 999999.999999
+PR03  10903.941303  21969.571547  -6860.219523 999999.999999
+PR04  -4441.636412 -10496.129478 -22813.589770 999999.999999
+PR05  15128.656405 -13123.021784 -15798.549708 999999.999999
+PR06  11274.388865 -22851.938020    619.255018 999999.999999
+PR07  -1662.724200 -18400.067187  17570.362138 999999.999999
+PR08 -10273.149267  -4251.028459  22968.204749 999999.999999
+PR09    839.216049 -15935.564717  19845.999918 999999.999999
+PR10 -11006.691978 -22051.868749   6738.086745 999999.999999
+PR11 -16569.631821 -15815.562810 -11154.880931 999999.999999
+PR12 -12308.200620    109.688554 -22402.477006 999999.999999
+PR13   -642.520526  15706.989086 -20102.515914 999999.999999
+PR15  16607.546738  14328.591452  13104.238581 999999.999999
+PR16  12090.879827   -472.944237  22401.817687 999999.999999
+PR17   7515.806234  10090.732419  22176.739610 999999.999999
+PR18  22545.457681   4041.591185  11127.688687 999999.999999
+PR19  24401.905997  -4030.928210  -6247.191843 999999.999999
+PR20  11470.554231 -10071.549980 -20413.279389 999999.999999
+PR21  -7264.360506 -10093.148999 -22261.025363 999999.999999
+PR22 -22538.856722  -4099.014642 -11378.726291 999999.999999
+PR23 -24345.683759   4314.142088   6258.267722 999999.999999
+PR24 -12164.054579  10102.095961  19992.606590 999999.999999
+*  2011  8 30 11  0  0.00000000
+PG01 -22179.502591 -11979.731774   8351.102657     -8.918097
+PG02  11871.771996  21304.968925  11161.171682    353.605395
+PG03  -4560.442738 -15554.631210 -21461.431296    761.595465
+PG04  -3323.780362  16796.582159  20002.368042    216.462526
+PG05   3257.794145  23662.488743 -11507.305720   -211.173008
+PG06   1277.458573 -16612.926139 -20495.230126    -83.262145
+PG07 -18527.526049    465.854570 -19107.637531     24.372126
+PG08 -12399.447503   7707.387701 -22187.055699      9.035123
+PG09  21320.272748  15127.273458   4065.196693    102.427046
+PG10  -9193.020106  24233.497655   4560.200443    -11.538781
+PG11 -23428.686475 -12892.281600   -791.286253   -181.438583
+PG12  13136.656048   8083.258427  21651.737237     19.140751
+PG13 -26114.894720   3796.292152   3215.954209    253.953500
+PG14  16921.922832 -14388.501286  14618.079204    169.696991
+PG15  18336.907143   7275.542652 -17854.679685   -108.444366
+PG16  -3178.452420 -22811.086745 -12949.604682   -194.798184
+PG17 -15928.800896  15248.295259  14776.023528    177.236849
+PG18  15747.517448 -12520.770557 -16816.079992    154.832740
+PG19 -15496.008782 -10235.843601 -19143.038208   -178.448600
+PG20 -14894.619062  -5737.784713  21090.692948     52.324393
+PG21  17324.104953  -3728.166223 -19517.551961   -168.088369
+PG22  10689.173898 -23239.583089  -6750.378717    144.915045
+PG23 -23784.786153  -1534.432823  12113.523618    280.028762
+PG24 -21430.413036 -14154.820820   7415.679978    419.701599
+PG25  15728.655687  -5345.302238  20688.705261     16.377683
+PG26   6531.554740  13702.251798 -22422.413020   -140.446669
+PG27  20434.397474  17252.642766   -266.780932    300.117571
+PG28 -12293.363679  21103.494637  -9595.725676     63.544759
+PG29  25906.590201  -4596.157322   3523.897940    235.522640
+PG30  15038.421385  -8554.761431  19794.500552     91.070232
+PG31    -76.704235 -18041.035554  19616.915587    133.995586
+PG32 -10058.170788 -15056.883710  19836.951201   -319.823302
+PR01 -14173.202325  11346.815352  17921.249659 999999.999999
+PR02 -10805.447948  23029.469449   1838.261037 999999.999999
+PR03  10460.609524  21015.501626  -9889.395188 999999.999999
+PR04  -1618.609646 -10738.588022 -23075.253303 999999.999999
+PR05  14162.016027 -11275.067945 -17972.065921 999999.999999
+PR06  11100.656904 -22799.937514  -2587.700689 999999.999999
+PR07   -970.466996 -20312.290953  15377.320637 999999.999999
+PR08  -9083.360281  -6811.705123  22852.415122 999999.999999
+PR09   2216.342508 -13790.660490  21298.564303 999999.999999
+PR10 -10581.484194 -21101.844610   9763.177557 999999.999999
+PR11 -17401.201032 -16693.904599  -8214.850131 999999.999999
+PR12 -13874.816663  -2078.695630 -21380.395228 999999.999999
+PR13  -2059.478600  13565.726630 -21519.566467 999999.999999
+PR15  17599.783724  15393.886883  10309.571588 999999.999999
+PR16  13661.595243   1742.942871  21407.268471 999999.999999
+PR17   4740.385909  10263.279606  22860.701482 999999.999999
+PR18  20999.007283   4046.746153  13837.173640 999999.999999
+PR19  24963.983507  -4235.442324  -3094.449547 999999.999999
+PR20  13874.617050 -10342.155226 -18709.980460 999999.999999
+PR21  -4484.916002 -10302.009073 -22897.932897 999999.999999
+PR22 -20967.909592  -4097.986814 -14053.391443 999999.999999
+PR23 -24909.129996   4518.033919   3108.865872 999999.999999
+PR24 -14509.001401  10398.256170  18198.058920 999999.999999
+*  2011  8 30 11 15  0.00000000
+PG01 -22639.143707 -12680.482265   5647.630424     -8.918811
+PG02  10657.952886  20598.651849  13443.829548    353.606911
+PG03  -2433.875335 -16565.704031 -21010.303131    761.600116
+PG04  -5213.864481  15325.377905  20787.830790    216.472279
+PG05   2799.058909  24775.133926  -9002.566801   -211.177467
+PG06   3476.704328 -17401.522607 -19548.672788    -83.253514
+PG07 -20032.060903   -983.163354 -17524.919668     24.373576
+PG08 -14155.665139   5920.533492 -21730.193010      9.035017
+PG09  21476.584513  15505.919366   1182.533954    102.429315
+PG10  -9355.978590  23472.450465   7300.591841    -11.540157
+PG11 -23056.473298 -13185.931373  -3462.512787   -181.441912
+PG12  12610.064709  10454.698234  20952.958185     19.142755
+PG13 -25631.389431   3496.504879   6057.600361    253.951845
+PG14  18423.728460 -14657.866321  12314.623614    169.698860
+PG15  16398.251322   8156.105851 -19285.871622   -108.442654
+PG16  -2694.247348 -24086.965020 -10494.840289   -194.800257
+PG17 -17467.871471  15523.986027  12540.066304    177.235798
+PG18  15548.289987 -10424.684841 -18364.982368    154.834300
+PG19 -13347.964352 -10894.277188 -20329.243984   -178.452424
+PG20 -14492.471845  -8128.842653  20587.997784     52.325082
+PG21  18932.477316  -2164.996848 -18301.976122   -168.090939
+PG22  10824.079210 -22243.265561  -9338.645968    144.914492
+PG23 -22421.933128  -2184.036270  14370.821372    280.026031
+PG24 -21750.924704 -14810.931883   4715.845756    419.706458
+PG25  15384.566789  -2954.683472  21415.558232     16.379299
+PG26   4176.982605  14327.477549 -22563.704699   -140.457666
+PG27  20121.583676  17225.852845  -3133.778353    300.120439
+PG28 -12208.430583  19769.332893 -12107.269818     63.547272
+PG29  25449.492471  -4195.075638   6311.397821    235.525483
+PG30  14938.560861  -6160.863735  20720.459740     91.066943
+PG31   1693.611024 -16611.817275  20801.548099    134.000708
+PG32  -9390.408097 -17083.894802  18495.189849   -319.829553
+PR01 -13254.874726   9211.575260  19756.677713 999999.999999
+PR02 -10537.432794  22682.290717   5004.652603 999999.999999
+PR03   9716.654550  19819.413310 -12725.672993 999999.999999
+PR04   1183.472032 -11188.015099 -22888.540298 999999.999999
+PR05  13243.171686  -9132.433778 -19796.533651 999999.999999
+PR06  10789.985005 -22369.744707  -5744.280896 999999.999999
+PR07   -499.604293 -21992.679148  12885.130914 999999.999999
+PR08  -8095.451283  -9412.505634  22293.323812 999999.999999
+PR09   3842.488929 -11633.094854  22335.646543 999999.999999
+PR10  -9856.086602 -19909.568127  12599.432203 999999.999999
+PR11 -18060.146878 -17220.112917  -5114.614267 999999.999999
+PR12 -15505.151985  -4025.803357 -19946.204420 999999.999999
+PR13  -3726.927895  11422.168583 -22519.364909 999999.999999
+PR15  18444.123658  16106.888421   7315.704085 999999.999999
+PR16  15299.419717   3721.341540  19994.370782 999999.999999
+PR17   1929.714373  10647.439642  23100.466839 999999.999999
+PR18  19144.036128   4213.824673  16276.729673 999999.999999
+PR19  25122.132401  -4423.129600    118.402232 999999.999999
+PR20  16022.931678 -10754.796600 -16642.344505 999999.999999
+PR21  -1678.855634 -10721.923642 -23090.068016 999999.999999
+PR22 -19093.125893  -4261.946350 -16457.114708 999999.999999
+PR23 -25069.635796   4701.028041   -100.951134 999999.999999
+PR24 -16585.993972  10827.151575  16049.358716 999999.999999
+*  2011  8 30 11 30  0.00000000
+PG01 -22884.156668 -13170.854978   2846.907271     -8.920316
+PG02   9213.155893  19810.459057  15501.432851    353.608369
+PG03   -414.661794 -17644.725057 -20209.825835    761.603123
+PG04  -7224.364283  13905.992983  21206.891911    216.482909
+PG05   2432.455860  25619.172281  -6341.978766   -211.182166
+PG06   5523.055709 -18238.792993 -18259.659628    -83.244643
+PG07 -21457.488491  -2227.058465 -15643.111568     24.375436
+PG08 -15954.595211   4291.245255 -20901.149242      9.034750
+PG09  21389.511530  15678.194826  -1720.642125    102.430959
+PG10  -9512.560757  22416.896406   9911.591368    -11.540844
+PG11 -22428.124990 -13380.529240  -6075.655473   -181.444971
+PG12  12228.157396  12751.446642  19895.084018     19.144905
+PG13 -24864.654541   3069.401012   8795.069384    253.950072
+PG14  19652.881651 -14917.473520   9799.468273    169.700568
+PG15  14374.754788   9192.210390 -20386.542472   -108.441090
+PG16  -2324.897546 -25100.482476  -7856.407900   -194.802212
+PG17 -18744.623438  15782.855911  10087.359314    177.234021
+PG18  15423.899253  -8165.580638 -19585.586982    154.836167
+PG19 -11125.967564 -11700.944017 -21169.080064   -178.456064
+PG20 -14210.312125 -10458.171772  19726.894336     52.324753
+PG21  20484.691611   -780.918396 -16766.452379   -168.093917
+PG22  10965.509144 -20972.324491 -11764.000849    144.913989
+PG23 -20872.302414  -2997.488443  16385.229055    280.023304
+PG24 -21869.522779 -15251.606234   1936.412300    419.709498
+PG25  15160.050364   -488.347320  21772.820654     16.380934
+PG26   1863.347981  15087.525429 -22337.516984   -140.469153
+PG27  19538.930608  17038.873990  -5947.447898    300.123867
+PG28 -12150.589588  18156.015239 -14401.735332     63.550014
+PG29  24724.411769  -3661.992344   8990.199081    235.528282
+PG30  14957.682114  -3678.568615  21278.242200     91.063873
+PG31   3628.162390 -15215.012978  21632.819445    134.005635
+PG32  -8864.561787 -18978.629397  16846.081492   -319.835729
+PR01 -12433.280895   6822.557296  21208.581983 999999.999999
+PR02 -10180.656147  21950.311316   8073.799225 999999.999999
+PR03   8655.611760  18440.396340 -15313.906020 999999.999999
+PR04   3895.867555 -11830.353473 -22257.129779 999999.999999
+PR05  12422.026706  -6737.141207 -21236.539587 999999.999999
+PR06  10397.353621 -21553.584483  -8789.053743 999999.999999
+PR07   -223.329510 -23388.327066  10142.239633 999999.999999
+PR08  -7325.228833 -11986.516073  21301.752507 999999.999999
+PR09   5690.397297  -9526.809050  22937.282423 999999.999999
+PR10  -8813.295600 -18533.346264  15191.840668 999999.999999
+PR11 -18491.244952 -17412.399375  -1914.605443 999999.999999
+PR12 -17141.165250  -5697.957385 -18127.982526 999999.999999
+PR13  -5615.821231   9339.792785 -23082.655755 999999.999999
+PR15  19082.473185  16480.203892   4180.518183 999999.999999
+PR16  16945.632835   5427.043791  18190.490649 999999.999999
+PR17   -846.145801  11237.566658  22891.694643 999999.999999
+PR18  17032.707428   4577.484431  18399.061855 999999.999999
+PR19  24879.810245  -4538.275497   3328.953531 999999.999999
+PR20  17866.887469 -11266.301281 -14250.496215 999999.999999
+PR21   1084.024894 -11345.620752 -22834.079543 999999.999999
+PR22 -16966.240865  -4624.900385 -18543.284666 999999.999999
+PR23 -24831.218060   4807.660585  -3308.807958 999999.999999
+PR24 -18349.043678  11344.061779  13588.375293 999999.999999
+*  2011  8 30 11 45  0.00000000
+PG01 -22885.309516 -13474.653758     -2.836086     -8.922051
+PG02   7546.859245  18979.266720  17299.004663    353.609830
+PG03   1465.374995 -18761.041778 -19072.026242    761.607094
+PG04  -9319.777851  12571.453569  21253.063025    216.493010
+PG05   2126.039189  26173.384958  -3571.549430   -211.187048
+PG06   7385.133950 -19091.154930 -16650.432816    -83.235916
+PG07 -22758.996359  -3263.325505 -13494.720689     24.376935
+PG08 -17752.093101   2843.504463 -19715.757472      9.035386
+PG09  21037.735181  15677.086786  -4594.311157    102.432761
+PG10  -9698.183692  21082.056371  12346.730542    -11.542173
+PG11 -21541.776882 -13508.141633  -8587.178235   -181.447884
+PG12  11983.147754  14925.738183  18496.666594     19.147250
+PG13 -23842.526650   2485.001683  11381.017366    253.948754
+PG14  20596.638046 -15126.663265   7115.441686    169.702301
+PG15  12312.203959  10378.471997 -21137.375893   -108.439388
+PG16  -2038.995224 -25824.796626  -5080.353905   -194.803856
+PG17 -19746.439593  15985.543089   7459.863382    177.232585
+PG18  15394.994507  -5785.516353 -20456.445712    154.837845
+PG19  -8877.055079 -12651.637543 -21647.256657   -178.459711
+PG20 -14040.975259 -12680.076171  18522.716480     52.325664
+PG21  21938.653012    415.853222 -14939.838241   -168.095942
+PG22  11146.173786 -19445.989884 -13983.854772    144.913788
+PG23 -19177.075778  -3986.270279  18122.177737    280.020816
+PG24 -21757.837711 -15499.655840   -875.708697    419.711843
+PG25  15064.841759   2005.341715  21754.394475     16.382499
+PG26   -365.162179  15964.087212 -21746.212082   -140.479670
+PG27  18672.399113  16728.048318  -8659.121956 999999.999999
+PG28 -12154.743413  16290.164259 -16437.009070     63.552765
+PG29  23760.209081  -2970.536563  11514.305013    235.531489
+PG30  15103.648003  -1157.449983  21457.595473     91.060806
+PG31   5695.762459 -13888.520344  22097.472280    134.010635
+PG32  -8467.179503 -20700.221634  14917.281435   -319.841908
+PR01 -11750.865550   4231.451843  22248.859147 999999.999999
+PR02  -9790.938460  20836.714570  10986.096304 999999.999999
+PR03   7273.864075  16941.633567 -17603.879144 999999.999999
+PR04   6453.823182 -12639.850392 -21193.336416 999999.999999
+PR05  11740.828405  -4141.089092 -22264.137335 999999.999999
+PR06   9979.150132 -20356.879437 -11662.793294 999999.999999
+PR07   -105.486834 -24454.798372   7201.993015 999999.999999
+PR08  -6776.350826 -14465.935359  19896.901289 999999.999999
+PR09   7721.416883  -7530.592938  23092.044335 999999.999999
+PR10  -7448.643394 -17035.690944  17490.026666 999999.999999
+PR11 -18645.947062 -17300.909675   1322.758985 999999.999999
+PR12 -18721.108242  -7073.530588 -15961.069532 999999.999999
+PR13  -7685.800180   7376.558038 -23198.631888 999999.999999
+PR15  19462.277339  16538.796285    964.588838 999999.999999
+PR16  18537.555615   6836.954647  16030.723651 999999.999999
+PR17  -3519.278273  12015.837735  22238.745740 999999.999999
+PR18  14724.909872   5162.043567  20163.164005 999999.999999
+PR19  24253.711586  -4527.589873   6474.834554 999999.999999
+PR20  19368.634887 -11826.315804 -11580.929090 999999.999999
+PR21   3736.424721 -12153.745990 -22135.300385 999999.999999
+PR22 -14646.591799  -5210.547249 -20271.298075 999999.999999
+PR23 -24211.069647   4785.021189  -6452.382968 999999.999999
+PR24 -19763.267557  11897.625938  10863.047722 999999.999999
+*  2011  8 30 12  0  0.00000000
+PG01 -22620.043572 -13621.504875  -2852.531529     -8.924448
+PG02   5676.383821  18142.643237  18805.671402    353.611448
+PG03   3180.207862 -19879.426335 -17614.512336    761.610588
+PG04 -11459.769520  11348.635761  20926.565612    216.502918
+PG05   1844.839043  26424.772073   -739.240474   -211.192055
+PG06   9038.635543 -19921.244070 -14748.998172    -83.227191
+PG07 -23893.582615  -4097.927592 -11116.657443     24.378454
+PG08 -19501.662458   1592.767124 -18195.702764      9.037286
+PG09  20407.897992  15540.092048  -7389.627325    102.434938
+PG10  -9945.401613  19491.628197  14562.676582    -11.542566
+PG11 -20402.769773 -13601.348017 -10955.447279   -181.450934
+PG12  11859.389191  16932.989163  16782.003803     19.149498
+PG13 -22599.744438   1719.508909  13770.548869    253.947304
+PG14  21251.239532 -15244.329976   4308.504309    169.703882
+PG15  10255.735559  11701.537221 -21524.997156   -108.437954
+PG16  -1801.069748 -26241.404329  -2215.251920   -194.805647
+PG17 -20469.426243  16092.344829   4702.802334    177.231056
+PG18  15475.319944  -3330.432334 -20962.630416    154.839606
+PG19  -6647.708334 -13734.048599 -21754.549088   -178.463309
+PG20 -13970.039240 -14751.804974  16996.784542     52.326018
+PG21  23253.400632   1425.321669 -12855.657870   -168.098017
+PG22  11395.282005 -17691.084786 -15959.160333    144.913626
+PG23 -17380.279719  -5153.967843  19551.591555    280.018154
+PG24 -21393.653750 -15583.558150  -3673.034310    419.715344
+PG25  15100.578834   4476.933417  21360.679441     16.384166
+PG26  -2467.999940  16931.552485 -20797.856534   -140.490830
+PG27  17516.713997  16332.598530 -11221.069673 999999.999999
+PG28 -12251.079906  14206.610471 -18175.575538     63.555347
+PG29  22591.868401  -2100.561710  13840.463838    235.534223
+PG30  15376.180133   1351.802234  21255.217128     91.057910
+PG31   7859.056814 -12664.668302  22188.412326    134.015861
+PG32  -8178.031442 -22211.999335  12740.887422   -319.848161
+PR01 -11240.636595   1497.945306  22857.395333 999999.999999
+PR02  -9423.321128  19357.748487  13685.012984 999999.999999
+PR03   5581.036187  15387.706700 -19551.279365 999999.999999
+PR04   8799.018364 -13580.133321 -19717.868251 999999.999999
+PR05  11232.355634  -1404.141989 -22859.387150 999999.999999
+PR06   9590.579901 -18798.172551 -14309.637616 999999.999999
+PR07   -102.349414 -25157.918658   4121.595073 999999.999999
+PR08  -6440.327398 -16784.693948  18105.981354 999999.999999
+PR09   9886.933307  -5695.780544  22797.242349 999999.999999
+PR10  -5770.863558 -15480.686390  19449.227387 999999.999999
+PR11 -18484.599286 -16926.247412   4534.310950 999999.999999
+PR12 -20182.050939  -8143.556284 -13487.380958 999999.999999
+PR13  -9886.675271   5582.645502 -22865.133480 999999.999999
+PR15  19538.844913  16318.722059  -2269.969656 999999.999999
+PR16  20011.165520   7940.816202  13557.210241 999999.999999
+PR17  -6026.487198  12952.978249  21154.574825 999999.999999
+PR18  12285.880343   5980.263082  21535.097016 999999.999999
+PR19  23273.032731  -4342.706177   9494.929741 999999.999999
+PR20  20502.472424 -12379.579896  -8685.600412 999999.999999
+PR21   6216.082594 -13115.655077 -21007.616488 999999.999999
+PR22 -12198.823857  -6031.058746 -21607.353455 999999.999999
+PR23 -23238.795385   4585.235435  -9470.621703 999999.999999
+PR24 -20806.136957  12432.165677   7926.443571 999999.999999
+*  2011  8 30 12 15  0.00000000
+PG01 -22073.441897 -13645.532165  -5653.120872     -8.927046
+PG02   3626.476194  17335.407300  19995.187478    353.612636
+PG03   4710.434718 -20961.316937 -15860.299640    761.615374
+PG04 -13600.612364  10257.346782  20234.254090    216.512870
+PG05   1552.426767  26369.028897   2105.878532   -211.196810
+PG06  10467.095115 -20689.409762 -12588.622374    -83.218472
+PG07 -24821.659464  -4744.852848  -8549.605084     24.380292
+PG08 -21156.143805    545.624041 -16368.066288      9.038048
+PG09  19495.128289  15307.571283 -10059.708927    102.437365
+PG10 -10282.413126  17676.967365  16520.079820    -11.542868
+PG11 -19023.534953 -13691.877330 -13141.342472   -181.454132
+PG12  11834.099821  18733.330635  14780.706613     19.151660
+PG13 -21176.643319    756.451485  15922.016025    253.945068
+PG14  21621.960504 -15230.660327   1426.974246    169.705461
+PG15   8248.241454  13140.436800 -21542.233542   -108.436466
+PG16  -1573.192903 -26340.842830    688.690294   -194.807921
+PG17 -20918.453732  16064.908654   1863.885644    177.229342
+PG18  15671.125641   -848.488541 -21095.982938    154.841245
+PG19  -4482.235461 -14928.086463 -21488.022998   -178.467039
+PG20 -13976.497792 -16635.029136  15175.997485     52.326525
+PG21  24390.613354   2255.395116 -10551.388541   -168.100488
+PG22  11737.220452 -15741.123819 -17655.142324    144.913114
+PG23 -15527.214071  -6495.925524  20648.415797    280.015359
+PG24 -20761.863376 -15536.227579  -6408.266794    419.718778
+PG25  15260.750945   6877.605744  20598.560557     16.385796
+PG26  -4409.582097  17957.838996 -19506.213101   -140.501281
+PG27  16075.881282  15893.023020 -13587.375565 999999.999999
+PG28 -12463.660403  11947.178258 -19585.344376     63.558074
+PG29  21259.145541  -1039.112981  15928.900622    235.537086
+PG30  15766.841051   3799.219428  20674.827564     91.054654
+PG31  10075.781078 -11569.100508  21904.770486    134.021020
+PG32  -7971.005068 -23482.712937  10352.959827   -319.854346
+PR01 -10924.762867  -1312.514274  23022.448632 999999.999999
+PR02  -9129.548245  17542.203884  16118.188026 999999.999999
+PR03   3599.831140  13841.870614 -21118.542488 999999.999999
+PR04  10881.741772 -14605.750082 -17859.422205 999999.999999
+PR05  10918.522919   1408.111582 -23010.740631 999999.999999
+PR06   9283.141612 -16908.512878 -16678.177710 999999.999999
+PR07   -164.722079 -25475.156658    960.988420 999999.999999
+PR08  -6297.045165 -18881.013655  15963.693566 999999.999999
+PR09  12130.226458  -4064.280864  22058.951700 999999.999999
+PR10  -3801.808952 -13931.303929  21031.171451 999999.999999
+PR11 -17978.298534 -16337.565982   7657.382933 999999.999999
+PR12 -21462.467010  -8911.817573 -10754.608225 999999.999999
+PR13 -12160.326734   3998.541009 -22088.682687 999999.999999
+PR15  19277.363217  15865.421527  -5460.685196 999999.999999
+PR16  21303.792986   8741.383324  10818.303522 999999.999999
+PR17  -8311.666510  14009.483119  19660.458686 999999.999999
+PR18   9783.626076   7032.632166  22488.621247 999999.999999
+PR19  21978.230979  -3942.475994  12330.567389 999999.999999
+PR20  21255.733912 -12868.426225  -5620.914040 999999.999999
+PR21   8468.102678 -14190.694346 -19473.173918 999999.999999
+PR22  -9690.383407  -7086.347862 -22525.124183 999999.999999
+PR23 -21955.146802   4167.736744 -12304.924054 999999.999999
+PR24 -21468.218211  12890.203212   4835.717850 999999.999999
+*  2011  8 30 12 30  0.00000000
+PG01 -21238.912960 -13583.865151  -8356.402374 999999.999999
+PG02   1428.616408  16588.287105  20846.405012    353.613822
+PG03   6043.874946 -21966.213790 -13837.553057    761.620313
+PG04 -15696.760279   9309.710289  19189.410370    216.522675
+PG05   1212.541059  26010.694122   4914.498297   -211.201714
+PG06  11662.334669 -21355.320004 -10207.222949    -83.209846
+PG07 -25508.534696  -5225.369727  -5837.336364     24.381668
+PG08 -22669.415599   -300.199319 -14264.801903      9.038294
+PG09  18303.243995  15021.041440 -12560.354001    102.438510
+PG10 -10731.755943  15675.960533  18184.337035    -11.543062
+PG11 -17423.235074 -13809.294610 -15108.823007   -181.456813
+PG12  11878.366562  20292.964325  12527.183395     19.153898
+PG13 -19617.637191   -412.449566  17797.770743    253.943486
+PG14  21722.810120 -15048.844463  -1479.304600    169.707514
+PG15   6328.861934  14667.244404 -21188.271666   -108.434891
+PG16  -1316.688215 -26123.040404   3580.559550   -194.809945
+PG17 -21106.859076  15867.893347  -1007.529890    177.228273
+PG18  15980.908664   1611.675573 -20855.212937    154.843014
+PG19  -2421.227945 -16206.513592 -20851.158548   -178.470535
+PG20 -14033.701957 -18297.144599  13092.326409     52.326971
+PG21  25315.992892   2921.272699  -8067.714864   -168.103031
+PG22  12190.431270 -13635.150452 -19041.950665    144.912750
+PG23 -13662.832476  -7999.211995  21393.076711    280.012616
+PG24 -19855.170362 -15393.627228  -9035.051188    419.721272
+PG25  15530.977666   9160.854040  19481.282402     16.387400
+PG26  -6160.460960  19005.474809 -17890.665673   -140.511895
+PG27  14363.361845  15449.404894 -15714.841873    300.135718
+PG28 -12809.271424   9559.167484 -20640.362024     63.560952
+PG29  19805.050593    218.886403  17743.984258    235.539859
+PG30  16259.370868   6137.360349  19727.088482     91.051452
+PG31  12300.197350 -10619.924870  21251.872132    134.026142
+PG32  -7815.216556 -24487.581268   7792.992605   -319.860553
+PR01 -10813.645510  -4131.189727  22740.870464 999999.999999
+PR02  -8955.701458  15430.382271  18238.442151 999999.999999
+PR03   1365.317751  12363.411598 -22275.561027 999999.999999
+PR04  12662.708013 -15664.108699 -15654.125224 999999.999999
+PR05  10809.459537   4226.838981 -22715.263290 999999.999999
+PR06   9102.274513 -14730.330378 -18722.455748 999999.999999
+PR07   -240.278422 -25396.534645  -2218.319835 999999.999999
+PR08  -6315.792457 -20699.802872  13511.562220 999999.999999
+PR09  14388.678247  -2667.024506  20891.868136 999999.999999
+PR10  -1575.821838 -12446.775837  22204.837538 999999.999999
+PR11 -17110.306980 -15590.311086  10631.049399 999999.999999
+PR12 -22504.775627  -9394.415628  -7815.320147 999999.999999
+PR13 -14442.947760   2653.536281 -20884.354037 999999.999999
+PR15  18654.518687  15231.632708  -8545.916079 999999.999999
+PR16  22356.783104   9254.043462   7867.606499 999999.999999
+PR17 -10327.868106  15137.281473  17785.567369 999999.999999
+PR18   7286.255154   8307.184402  23005.673064 999999.999999
+PR19  20419.330654  -3294.961082  14926.661240 999999.999999
+PR20  21629.138319 -13235.399054  -2446.611383 999999.999999
+PR21  10446.967641 -15329.913993 -17561.931391 999999.999999
+PR22  -7188.899877  -8363.856100 -23006.297040 999999.999999
+PR23 -20410.309405   3501.231082 -14900.281708 999999.999999
+PR24 -21753.375584  13215.067248   1650.993177 999999.999999
+*  2011  8 30 12 45  0.00000000
+PG01 -20118.562754 -13475.038814 -10915.861583 999999.999999
+PG02   -879.929935  15926.730664  21343.679942    353.615790
+PG03   7175.905918 -22853.183958 -11579.239724    761.625314
+PG04 -17702.484139   8509.875031  17811.419785    216.532935
+PG05    790.709581  25362.964026   7637.943476   -211.206289
+PG06  12624.580678 -21879.608969  -7646.664102    -83.201264
+PG07 -25925.717211  -5567.011140  -3025.987520     24.383233
+PG08 -23998.046427   -955.511964 -11922.157242      9.039743
+PG09  16844.639156  14721.471921 -14850.677059    102.439733
+PG10 -11309.246348  13531.640101  19526.251281    -11.543575
+PG11 -15627.175558 -13979.782325 -16825.444373   -181.460047
+PG12  11958.388616  21585.292289  10060.050670     19.156228
+PG13 -17969.544930  -1786.733602  19364.854718    253.942005
+PG14  21575.898282 -14666.691078  -4359.837739    169.709188
+PG15   4531.625606  16248.018317 -20468.706863   -108.433495
+PG16   -993.872651 -25597.301619   6409.680857   -194.811942
+PG17 -21055.819051  15470.531429  -3861.323982    177.226671
+PG18  16395.491547   4002.683416 -20245.845542    154.844599
+PG19   -500.151862 -17535.875287 -19853.866635   -178.474099
+PG20 -14110.530304 -19712.352075  10782.221012     52.327428
+PG21  26000.476543   3444.568342  -5447.768970   -168.104803
+PG22  12766.536272 -11416.359016 -20095.220167    144.912545
+PG23 -11830.133763  -9642.905197  21771.863593    280.009991
+PG24 -18674.514480 -15193.270978 -11508.724728    419.724832
+PG25  15889.605844  11284.090892  18028.212886     16.389017
+PG26  -7698.297490  20032.904503 -15976.069377   -140.522954
+PG27  12401.876776  15039.701165 -17563.893560    300.139003
+PG28 -13296.596534   7093.596672 -21321.382733     63.563470
+PG29  18274.223059   1670.255886  19254.819243    235.542876
+PG30  16830.363046   8323.007943  18429.369766     91.048322
+PG31  14484.657532  -9827.156499  20241.116984    134.031220
+PG32  -7676.301466 -25209.118941   5103.338409   -319.866621
+PR01 -10905.501209  -6888.663757  22018.162129 999999.999999
+PR02  -8940.087888  13072.596681  20004.687594 999999.999999
+PR03  -1076.299641  11005.200093 -23000.241574 999999.999999
+PR04  14114.440622 -16697.735442 -13144.831749 999999.999999
+PR05  10903.101923   6982.579336 -21978.690982 999999.999999
+PR06   9085.277495 -12315.847468 -20402.853368 999999.999999
+PR07   -276.031958 -24925.029466  -5354.463409 999999.999999
+PR08  -6456.742249 -22194.788055  10797.136106 999999.999999
+PR09  16596.236933  -1522.888579  19318.995938 999999.999999
+PR10    861.421380 -11080.137945  22947.078099 999999.999999
+PR11 -15876.962907 -14743.711484  13397.332187 999999.999999
+PR12 -23257.737710  -9618.837162  -4725.980729 999999.999999
+PR13 -16667.538302   1564.709650 -19275.483164 999999.999999
+PR15  17659.655761  14475.015345 -11466.024502 999999.999999
+PR16  23118.007104   9505.897537   4762.899223 999999.999999
+PR17 -12038.985842  16281.774269  15566.387605 999999.999999
+PR18   4859.326660   9779.850226  23076.679168 999999.999999
+PR19  18653.847293  -2379.037842  17232.781616 999999.999999
+PR20  21636.587253 -13425.879282    775.406840 999999.999999
+PR21  12118.158637 -16478.141588 -15311.067992 999999.999999
+PR22  -4759.562552  -9838.873785 -23040.964028 999999.999999
+PR23 -18661.815062   2565.270938 -17206.343760 999999.999999
+PR24 -21678.429614  13353.475639  -1565.816276 999999.999999
+*  2011  8 30 13  0  0.00000000
+PG01 -18723.240664 -13357.347809 -13287.472033 999999.999999
+PG02  -3257.286307  15369.913270  21477.205236    353.617108
+PG03   8109.520423 -23582.423498  -9122.689658    761.629780
+PG04 -19573.505715   7854.052037  16125.340775    216.542685
+PG05    255.800680  24447.179736  10229.034940   -211.210923
+PG06  13362.244887 -22225.498311  -4951.974150    -83.192987
+PG07 -26051.999354  -5802.326862   -163.300240     24.384768
+PG08 -25102.840835  -1439.015055  -9380.050425      9.041177
+PG09  15139.867628  14447.645698 -16893.665049    102.441201
+PG10 -12023.209191  11290.599803  20522.572187    -11.543539
+PG11 -13666.008062 -14225.057158 -18262.824116   -181.463014
+PG12  12036.912108  22591.779704   7421.480080     19.158527
+PG13 -16279.826397  -3356.996517  20595.612570    253.940703
+PG14  21210.486997 -14058.079739  -7164.382468    169.710768
+PG15   2884.289056  17843.992277 -19395.481302   -108.431909
+PG16   -569.757539 -24781.927948   9126.554687   -194.813823
+PG17 -20793.416075  14848.027537  -6647.524605    177.225205
+PG18  16898.429574   6280.091962 -19280.025739    154.846394
+PG19   1251.870050 -18877.693492 -18512.391555   -178.478058
+PG20 -14172.739119 -20862.473303   8285.942147     52.327628
+PG21  26421.241342   3852.215272  -2736.372104   -168.107654
+PG22  13469.745056  -9130.556952 -20796.524300    144.911966
+PG23 -10068.624172 -11398.691104  21777.223899    280.007454
+PG24 -17229.200258 -14972.670299 -13787.048286    419.728030
+PG25  16308.601162  13210.095483  16264.501011     16.390632
+PG26  -9008.597630  20995.983113 -13792.517606   -140.534123
+PG27  10222.834234  14698.084378 -19099.460780    300.139706
+PG28 -13925.749543   4603.286905 -21616.279189     63.565903
+PG29  16711.262261   3303.498961  20435.753663    235.545742
+PG30  17450.248157  10318.684578  16805.372587     91.045140
+PG31  16581.237490  -9192.471054  18889.773225    134.036288
+PG32  -7517.841392 -25637.716563   2328.591306   -319.872855
+PR01 -11186.474150  -9517.477321  20868.365838 999999.999999
+PR02  -9111.470130  10527.267943  21382.717876 999999.999999
+PR03  -3669.376224   9811.539143 -23278.903234 999999.999999
+PR04  15222.164935 -17646.756155 -10380.290952 999999.999999
+PR05  11185.316267   9607.887686 -20815.319120 999999.999999
+PR06   9259.587939  -9725.094162 -21686.853238 999999.999999
+PR07   -220.835300 -24076.447353  -8386.428900 999999.999999
+PR08  -6672.830238 -23330.292930   7873.071607 999999.999999
+PR09  18686.034562   -638.141592  17371.176508 999999.999999
+PR10   3454.546347  -9876.044355  23243.094682 999999.999999
+PR11 -14288.048354 -13858.126458  15902.344493 999999.999999
+PR12 -23678.610597  -9622.560670  -1545.899409 999999.999999
+PR13 -18766.547152    736.427145 -17293.219220 999999.999999
+PR15  16295.425070  13655.583553 -14164.514109 999999.999999
+PR16  23544.114537   9534.342744   1564.979121 999999.999999
+PR17 -13420.988290  17384.159254  13046.010108 999999.999999
+PR18   2563.329660  11415.328509  22700.705624 999999.999999
+PR19  16744.417289  -1185.545535  19204.135144 999999.999999
+PR20  21304.419001 -13390.602645   3982.303629 999999.999999
+PR21  13459.318334 -17576.328963 -12764.258105 999999.999999
+PR22  -2462.600084 -11475.384860 -22627.857323 999999.999999
+PR23 -16772.167468   1351.371682 -19178.389915 999999.999999
+PR24 -21272.286859  13257.984883  -4752.213407 999999.999999
+*  2011  8 30 13 15  0.00000000
+PG01 -17072.257129 -13267.219518 -15430.451884 999999.999999
+PG02  -5658.328703  14929.982694  21243.261783    353.618744
+PG03   8855.095021 -24116.820183  -6509.062768    761.634457
+PG04 -21268.565028   7330.871718  14161.382404    216.552926
+PG05   -418.557310  23292.008094  12642.923955   -211.215950
+PG06  13891.379301 -22360.324571  -2170.502552    -83.184157
+PG07 -25874.277057  -5967.451631   2702.157641     24.386157
+PG08 -25950.226689  -1776.377329  -6681.412472      9.041538
+PG09  13216.947724  14234.640751 -18656.653085    102.442720
+PG10 -12874.030456   9001.280020  21156.404928    -11.543989
+PG11 -11574.753559 -14561.458250 -19397.054098   -181.466204
+PG12  12074.800947  23302.520199   4656.492017     19.160516
+PG13 -14594.797201  -5105.042292  21468.214468    253.938791
+PG14  20661.762175 -13204.189114  -9843.859534    169.712500
+PG15   1407.422401  19412.971437 -17986.709512   -108.430404
+PG16    -13.637522 -23703.490327  11683.766906   -194.815779
+PG17 -20353.432650  13982.732882  -9317.228422    177.223467
+PG18  17466.723488   8403.922263 -17976.190674    154.847935
+PG19   2813.035169 -20189.882479 -16849.096614   -178.481564
+PG20 -14184.437369 -21737.474630   5646.834697     52.328120
+PG21  26562.471029   4175.199662     20.709760   -168.109815
+PG22  14296.572362  -6824.529763 -21133.712735    144.911531
+PG23  -8412.909223 -13231.759228  21407.962585    280.004697
+PG24 -15536.722338 -14767.782627 -15830.909703    419.730057
+PG25  16754.698893  14908.257258  14220.635028     16.392244
+PG26 -10085.177885  21849.613063 -11375.017812   -140.545335
+PG27   7865.384611  14453.411761 -20291.810256    300.142881
+PG28 -14688.191821   2140.874367 -21520.279517     63.568111
+PG29  15159.076662   5099.066695  21266.796311    235.548939
+PG30  18084.540376  12093.922454  14884.621177     91.041839
+PG31  18543.384217  -8709.274902  17220.689883    134.041016
+PG32  -7302.878638 -25771.952209   -485.069173   -319.879154
+PR01 -11631.271614 -11954.689093  19313.792426 999999.999999
+PR02  -9487.712695   7858.695553  22345.863262 999999.999999
+PR03  -6350.914832   8816.396388 -23106.511983 999999.999999
+PR04  15984.174845 -18451.496474  -7414.199756 999999.999999
+PR05  11630.546053  12039.898451 -19247.726749 999999.999999
+PR06   9641.492671  -7023.610015 -22549.659935 999999.999999
+PR07    -27.800171 -22878.778019 -11255.249950 999999.999999
+PR08  -6911.948829 -24082.591239   4796.115037 999999.999999
+PR09  20593.048249     -6.428125  15086.468364 999999.999999
+PR10   6140.533017  -8868.946899  23086.753916 999999.999999
+PR11 -12366.597596 -12992.364350  18097.349750 999999.999999
+PR12 -23734.974610  -9451.258865   1663.869259 999999.999999
+PR13 -20674.553765    160.383509 -14975.928997 999999.999999
+PR15  14577.892692  12833.053432 -16589.110922 999999.999999
+PR16  23602.428369   9385.220173  -1663.559862 999999.999999
+PR17 -14462.651927  18383.946212  10273.294692 999999.999999
+PR18    451.393580  13168.438845  21885.441653 999999.999999
+PR19  14756.232512    282.071117  20802.434076 999999.999999
+PR20  20670.151554 -13087.962349   7111.547888 999999.999999
+PR21  14460.911898 -18564.074778  -9970.827613 999999.999999
+PR22   -350.967464 -13227.405775 -21774.419688 999999.999999
+PR23 -14806.280426   -136.377245 -20778.192842 999999.999999
+PR24 -20574.579423  12889.202465  -7846.335154 999999.999999
+*  2011  8 30 13 30  0.00000000
+PG01 -15192.783772 -13237.669538 -17307.963548 999999.999999
+PG02  -8036.191892  14611.575370  20644.377569    353.620272
+PG03   9429.869701 -24423.456960  -3782.723292    761.638572
+PG04 -22750.861592   6922.039661  11954.304755    216.563210
+PG05  -1252.746259  21932.348930  14837.882289   -211.220873
+PG06  14234.829955 -22256.909323    648.964035    -83.174939
+PG07 -25388.078254  -6100.542662   5521.782001     24.387922
+PG08 -26513.438682  -1999.065777  -3871.504405      9.042809
+PG09  11110.419317  14112.480250 -20111.722281    102.444191
+PG10 -13854.049330   6712.196490  21417.480532    -11.543966
+PG11  -9391.677776 -14999.237477 -20209.056917   -181.469103
+PG12  12032.684345  23716.484103   1812.206728     19.162818
+PG13 -12957.893195  -7004.387556  21967.076119    253.937177
+PG14  19969.373223 -12094.448021 -12351.255058    169.714132
+PG15    113.777604  20910.880731 -16266.392075   -108.429148
+PG16    699.498510 -22395.785134  14036.851471   -194.817833
+PG17 -19773.922277  12865.044695 -11823.509683    177.222054
+PG18  18071.801350  10339.989729 -16358.624397    154.849713
+PG19   4169.554682 -21428.334019 -14892.131549   -178.485030
+PG20 -14109.627021 -22335.680758   2910.555552     52.328252
+PG21  26415.866981   4447.174752   2777.486619   -168.111812
+PG22  15235.876716  -4544.375271 -21101.125528    144.911320
+PG23  -6891.470618 -15101.966185  20669.337771    280.001965
+PG24 -13622.290551 -14611.518935 -17604.988633    419.732476
+PG25  17190.768486  16355.566872  11931.909119     16.393814
+PG26 -10930.333107  22549.471191  -8763.068808   -140.556231
+PG27   5375.129300  14327.896008 -21117.295052    300.146347
+PG28 -15567.036767   -243.157035 -21036.024599     63.572093
+PG29  13657.314444   7029.932770  21733.937543    235.551571
+PG30  18695.289983  13626.238320  12701.839617     91.038539
+PG31  20327.518225  -8363.087837  15261.931602    134.046122
+PG32  -6995.467312 -25618.620603  -3290.568317   -319.885314
+PR01 -12204.296350 -14144.251046  17384.590866 999999.999999
+PR02 -10074.901637   5134.595412  22875.500124 999999.999999
+PR03  -9052.959891   8042.090634 -22486.748994 999999.999999
+PR04  16411.659436 -19055.091434  -4304.159908 999999.999999
+PR05  12202.957240  14222.702544 -17306.340524 999999.999999
+PR06  10235.324850  -4279.928692 -22974.669165 999999.999999
+PR07    343.465471 -21371.055693 -13905.159433 999999.999999
+PR08  -7119.364257 -24440.776446   1626.003551 999999.999999
+PR09  22256.694837    390.709664  12509.391898 999999.999999
+PR10   8851.101185  -8081.717246  22480.735986 999999.999999
+PR11 -10148.154624 -12201.087341  19939.713905 999999.999999
+PR12 -23406.157644  -9156.670492   4841.658815 999999.999999
+PR13 -22330.879469   -183.819538 -12368.463371 999999.999999
+PR15  12536.104015  12064.215607 -18692.767844 999999.999999
+PR16  23272.401099   9110.609331  -4859.582253 999999.999999
+PR17 -15165.766977  19221.557885   7301.929023 999999.999999
+PR18  -1432.678045  14985.896693  20647.021165 999999.999999
+PR19  12754.387360   2007.653062  21996.638578 999999.999999
+PR20  19780.769113 -12485.996632  10102.149650 999999.999999
+PR21  15126.361430 -19382.218277  -6984.807197 999999.999999
+PR22   1531.662198 -15040.766972 -20496.705503 999999.999999
+PR23 -12828.836103  -1881.232596 -21974.753583 999999.999999
+PR24 -19633.873156  12217.668355 -10788.153687 999999.999999
+*  2011  8 30 13 45  0.00000000
+PG01 -13118.958891 -13296.899800 -18887.744465 999999.999999
+PG02 -10343.865482  14411.627889  19689.386256    353.621598
+PG03   9857.150659 -24474.995097   -990.525741    761.642499
+PG04 -23989.316871   6603.258702   9542.757641    216.573031
+PG05  -2260.167267  20408.012452  16776.033392   -211.225544
+PG06  14421.126918 -21894.715891   3457.106404    -83.166426
+PG07 -24597.780420  -6240.144753   8247.722188     24.389581
+PG08 -26773.460196  -2142.975872   -997.216883      9.042960
+PG09   8860.190921  14104.992195 -21236.023110    102.447040
+PG10 -14947.791089   4470.187369  21302.284818    -11.544022
+PG11  -7157.056085 -15542.076130 -20684.883876   -181.472041
+PG12  11872.618820  23841.441577  -1062.935925     19.164932
+PG13 -11408.054376  -9021.102195  22083.165879    253.935758
+PG14  19175.798403 -10727.167015 -14642.493111    169.715857
+PG15   -992.034316  22293.406106 -14264.020460   -108.427406
+PG16   1587.792339 -20898.518321  16145.087711   -194.819770
+PG17 -19095.615027  11493.990736 -14122.297044    177.220863
+PG18  18680.722720  12060.985069 -14456.911977    154.851246
+PG19   5316.032747 -22548.611129 -12674.983455   -178.488852
+PG20 -13913.747576 -22663.673898    124.271703     52.328957
+PG21  25980.893653   4703.007741   5488.434435   -168.113980
+PG22  16269.218606  -2333.874846 -20699.679981    144.911065
+PG23  -5525.677898 -16965.227527  19573.046001    279.999194
+PG24 -11518.068513 -14532.366895 -19078.372189    419.734720
+PG25  17577.338377  17537.317270   9437.808230     16.395370
+PG26 -11554.688269  23053.765671  -6000.134113   -140.567607
+PG27   2802.527371  14336.046389 -21558.991848    300.149108
+PG28 -16537.724655  -2502.333438 -20173.447120     63.574236
+PG29  12240.934099   9062.457824  21829.370047    235.554904
+PG30  19242.676837  14901.776172  10296.232934     91.035200
+PG31  21894.535093  -8132.223746  13046.340137    134.051438
+PG32  -6562.206803 -25192.475166  -6040.655679   -319.891741
+PR01 -12861.228184 -16039.102708  15118.167487 999999.999999
+PR02 -10866.974258   2423.506060  22961.405191 999999.999999
+PR03 -11705.198120   7498.484615 -21431.913890 999999.999999
+PR04  16527.998072 -19405.994441  -1110.559315 999999.999999
+PR05  12858.032968  16109.440120 -15028.846645 999999.999999
+PR06  11033.179990  -1562.949533 -22953.777407 999999.999999
+PR07    924.898931 -19601.775602 -16284.676614 999999.999999
+PR08  -7240.254394 -24407.111884  -1575.694212 999999.999999
+PR09  23623.251853    582.798909   9690.054517 999999.999999
+PR10  11515.331782  -7524.771390  21436.510527 999999.999999
+PR11  -7679.511372 -11532.413347  21393.732330 999999.999999
+PR12 -22684.199373  -8794.227727   7926.338720 999999.999999
+PR13 -23682.020309   -327.582552  -9521.299139 999999.999999
+PR15  10211.117853  11400.441902 -20434.574151 999999.999999
+PR16  22546.569546   8766.367065  -7960.672457 999999.999999
+PR17 -15544.809689  19840.908649   4189.398547 999999.999999
+PR18  -3055.972658  16808.436801  19009.687575 999999.999999
+PR19  10801.249086   3962.757500  22763.557901 999999.999999
+PR20  18690.626281 -11563.975419  12895.862530 999999.999999
+PR21  15471.650692 -19975.397079  -3863.900107 999999.999999
+PR22   3152.515368 -16855.266016 -18819.110666 999999.999999
+PR23 -10901.673340  -3854.253146 -22744.896536 999999.999999
+PR24 -18505.521328  11225.326147 -13520.638288 999999.999999
+*  2011  8 30 14  0  0.00000000
+PG01 -10890.732556 -13467.093873 -20142.658417 999999.999999
+PG02 -12535.821214  14319.497724  18393.377271    353.623094
+PG03  10165.259853 -24250.877360   1818.979833    761.645579
+PG04 -24959.613851   6345.375765   6968.572886    216.583265
+PG05  -3446.527962  18762.219550  18424.011114   -211.230766
+PG06  14483.158884 -21260.746198   6204.977820    -83.157790
+PG07 -23516.509061  -6423.543608  10833.659993     24.391181
+PG08 -26719.694152  -2246.910918   1893.640603      9.043871
+PG09   6510.218975  14228.911072 -22012.028183    102.449187
+PG10 -16132.526837   2318.751199  20814.047637    -11.545069
+PG11  -4911.868484 -16186.845614 -20815.951451   -181.475436
+PG12  11559.702230  23693.564338  -3919.976552     19.166902
+PG13  -9978.293662 -11114.954979  21814.191026    253.934015
+PG14  18324.602064  -9109.821278 -16677.259304    169.717599
+PG15  -1913.543095  23517.664545 -12014.078409   -108.426235
+PG16   2661.624292 -19255.773520  17972.216253   -194.821792
+PG17 -18360.223554   9877.472315 -16173.198115    177.219081
+PG18  19257.550596  13547.269249 -12305.311357    154.853053
+PG19   6255.511885 -23507.683280 -10235.916060   -178.492756
+PG20 -13565.164505 -22735.885778  -2664.156629     52.329496
+PG21  25264.757882   4977.310958   8109.149668   -168.116435
+PG22  17371.522705   -232.967427 -19936.829531    144.910642
+PG23  -4329.076809 -18775.087854  18137.092112    279.996437
+PG24  -9262.150218 -14553.182809 -20225.110540    419.737329
+PG25  17874.221306  18447.489011   6781.322144     16.396947
+PG26 -11976.726565  23324.956713  -3133.008701   -140.578611
+PG27    201.062817  14483.938831 -21607.196458    300.152466
+PG28 -17569.032618  -4595.856645 -18949.480873     63.577151
+PG29  10938.968171  11157.510182  21551.607148    235.557438
+PG30  19686.675022  15915.597331   7710.693835     91.031951
+PG31  23211.153382  -7988.744701  10611.027151    134.056162
+PG32  -5973.702715 -24515.687312  -8688.647187   -319.898004
+PR01 -13550.988635 -17602.898112  12558.465594 999999.999999
+PR02 -11845.874433   -207.829794  22601.948578 999999.999999
+PR03 -14237.659148   7182.714433 -19962.666678 999999.999999
+PR04  16367.554719 -19460.279726   2104.600512 999999.999999
+PR05  13544.550729  17664.022537 -12459.461718 999999.999999
+PR06  12015.162465   1060.695230 -22487.527102 999999.999999
+PR07   1738.386560 -17626.933104 -18347.607772 999999.999999
+PR08  -7222.259503 -23996.846471  -4746.775091 999999.999999
+PR09  24648.005353    608.937472   6683.173781 999999.999999
+PR10  14062.415512  -7195.735359  19974.138168 999999.999999
+PR11  -5016.980512 -11025.816817  22431.315611 999999.999999
+PR12 -21574.314400  -8420.535274  10858.457956 999999.999999
+PR13 -24683.800673   -311.751114  -6489.571802 999999.999999
+PR15   7654.548170  10885.430134 -21780.552757 999999.999999
+PR16  21430.968345   8409.519087 -10906.375009 999999.999999
+PR17 -15626.096493  20191.854080    995.886666 999999.999999
+PR18  -4397.571596  18573.196662  17005.309893 999999.999999
+PR19   8953.961046   6107.610971  23088.299153 999999.999999
+PR20  17459.060443 -10313.517786  15438.328360 999999.999999
+PR21  15524.418345 -20294.463498   -668.383190 999999.999999
+PR22   4490.874945 -18607.104524 -16773.933188 999999.999999
+PR23  -9081.314475  -6015.272825 -23073.713238 999999.999999
+PR24 -17249.255119   9906.521935 -15990.855447 999999.999999
+*  2011  8 30 14 15  0.00000000
+PG01  -8552.495410 -13763.456247 -21051.158310     -8.934173
+PG02 -14569.609492  14317.395378  16777.531111    353.624616
+PG03  10386.267040 -23738.295775   4596.411568    761.649577
+PG04 -25644.979507   6115.704760   4276.024771    216.593350
+PG05  -4809.436231  17039.984552  19753.534253   -211.235616
+PG06  14456.689285 -20350.142960   8844.889778    -83.148921
+PG07 -22165.720252  -6685.168529  13235.567272     24.393093
+PG08 -26350.342297  -2350.963953   4753.054787      9.044994
+PG09   4107.064680  14493.245880 -22427.718315    102.452379
+PG10 -17379.132108    296.542503  19962.598148    -11.545958
+PG11  -2696.467721 -16923.622515 -20599.212699   -181.478332
+PG12  11063.579125  23296.721335  -6710.244553     19.169143
+PG13  -8694.508818 -13240.820243  21164.657863    253.932463
+PG14  17458.655222  -7258.970141 -18419.756566    169.719354
+PG15  -2662.094930  24543.836871  -9555.447649   -108.424733
+PG16   3923.038627 -17514.328150  19487.060385   -194.823690
+PG17 -17608.720103   8032.153894 -17940.252774    177.217609
+PG18  19764.831777  14787.359274  -9942.061736    154.854646
+PG19   6999.179129 -24265.632535  -7617.305517   -178.496364
+PG20 -13036.544292 -22573.901672  -5406.993460     52.329727
+PG21  24282.129449   5303.006797  10596.965553   -168.118629
+PG22  18512.015898   1723.612791 -18826.397260    144.910399
+PG23  -3306.986351 -20484.410716  16385.540810    279.993823
+PG24  -6897.309082 -14690.200392 -21024.701630    419.739393
+PG25  18042.176641  19088.806282   4008.200989     16.398519
+PG26 -12221.998624  23331.371054   -211.080283   -140.589691
+PG27  -2374.749220  14768.859178 -21259.752173    300.156553
+PG28 -18624.368670  -6490.006750 -17387.615182     63.579913
+PG29   9773.525709  13271.800793  20905.497780    235.560632
+PG30  19988.717685  16671.613603   4990.957244     91.028726
+PG31  24251.061112  -7899.654770   7996.803267    134.061304
+PG32  -5205.900899 -23617.036953 -11189.182093   -319.904249
+PR01 -14218.006184 -18811.294535   9755.118780 999999.999999
+PR02 -12982.227289  -2697.000936  21804.122368 999999.999999
+PR03 -16583.405878   7079.463988 -18107.614657 999999.999999
+PR04  15974.023326 -19183.640981   5278.907991 999999.999999
+PR05  14206.858742  18862.412508  -9648.076260 999999.999999
+PR06  13150.151688   3529.169336 -21585.085640 999999.999999
+PR07   2794.597879 -15507.768366 -20053.940864 999999.999999
+PR08  -7017.937319 -23237.503657  -7825.612446 999999.999999
+PR09  25297.037010    515.895117   3547.017652 999999.999999
+PR10  16424.414118  -7079.668096  18121.899521 999999.999999
+PR11  -2224.276065 -10710.416753  23032.521776 999999.999999
+PR12 -20094.833088  -8090.803619  13581.365292 999999.999999
+PR13 -25303.158059   -184.657501  -3332.016966 999999.999999
+PR15   4926.670894  10553.281679 -22704.329840 999999.999999
+PR16  19944.986112   8095.618166 -13639.387159 999999.999999
+PR17 -15446.456616  20232.409916  -2216.874695 999999.999999
+PR18  -5449.149049  20216.261865  14672.760195 999999.999999
+PR19   7262.182675   8392.546270  22964.555340 999999.999999
+PR20  16147.815111  -8739.192272  17680.140667 999999.999999
+PR21  15322.578583 -20298.659682   2540.039064 999999.999999
+PR22   5538.724902 -20231.507551 -14400.769982 999999.999999
+PR23  -7416.733001  -8314.351522 -22954.847080 999999.999999
+PR24 -15926.612847   8268.488958 -18150.986310 999999.999999
+*  2011  8 30 14 30  0.00000000
+PG01  -6151.543447 -14193.532889 -21597.652872 999999.999999
+PG02 -16407.361831  14381.117654  14868.835735    353.626173
+PG03  10554.551301 -22932.875711   7292.472734    761.654459
+PG04 -26036.686494   5879.471994   1511.072194    216.603760
+PG05  -6338.316113  15286.444254  20741.887154   -211.240009
+PG06  14378.776627 -19166.475392  11331.260219    -83.140001
+PG07 -20574.481497  -7055.104064  15412.431768     24.394536
+PG08 -25672.481606  -2494.857980   7533.522282      9.045101
+PG09   1698.375800  14898.930618 -22476.705283    102.455597
+PG10 -18653.204172  -1563.917023  18764.095269    -11.547041
+PG11   -549.265120 -17735.960666 -20037.259515   -181.481240
+PG12  10359.780650  22681.494813  -9386.162938     19.171292
+PG13  -7574.586045 -15350.290455  20145.803108    253.931032
+PG14  16618.393100  -5199.814032 -19839.375666    169.721291
+PG15  -3256.216094  25336.698095  -6930.728037   -108.423128
+PG16   5365.507175 -15721.886821  20664.042638   -194.825853
+PG17 -16879.656456   5983.002642 -19392.598094    177.216277
+PG18  20165.124359  15778.095095  -7408.646887    154.856247
+PG19   7565.741822 -24787.259681  -4864.884176   -178.500336
+PG20 -12306.064032 -22205.506197  -8057.431473     52.330372
+PG21  23054.617470   5709.972741  12911.528768   -168.121164
+PG22  19655.401416   3507.481667 -17388.289604    144.910194
+PG23  -2456.424834 -22047.123228  14348.149641    279.991190
+PG24  -4469.563047 -14952.297343 -21462.494423    419.742816
+PG25  18044.544909  19472.462763   1166.165281     16.400064
+PG26 -12322.031397  23048.639083   2714.509104   -140.600906
+PG27  -4871.426708  15179.345596 -20522.191359    300.160110
+PG28 -19663.286294  -8159.226012 -15517.314414     63.582670
+PG29   8759.069958  15359.382442  19902.138560    235.563224
+PG30  20113.293275  17182.174751   2184.724673     91.025497
+PG31  24995.819389  -7828.291477   5247.548767    134.066229
+PG32  -4241.242578 -22530.857925 -13498.985244   -319.910444
+PR01 -14804.687158 -19652.750184   6762.493657 999999.999999
+PR02 -14236.505396  -4988.276598  20583.404457 999999.999999
+PR03 -18681.105406   7161.770504 -15902.752956 999999.999999
+PR04  15398.394861 -18553.001616   8350.752439 999999.999999
+PR05  14787.355535  19693.409718  -6649.287104 999999.999999
+PR06  14397.055581   5787.753864 -20264.059304 999999.999999
+PR07   4092.299731 -13308.311506 -21370.617218 999999.999999
+PR08  -6587.017681 -22167.673398 -10752.357309 999999.999999
+PR09  25548.578028    355.895696    342.282221 999999.999999
+PR10  18538.918037  -7149.833606  15915.757092 999999.999999
+PR11    629.908852 -10603.723222  23185.925991 999999.999999
+PR12 -18276.619243  -7856.341458  16042.286956 999999.999999
+PR13 -25519.484279      0.156416   -109.839984 999999.999999
+PR15   2094.171385  10426.993162 -23187.663381 999999.999999
+PR16  18120.672614   7876.183509 -16106.679101 999999.999999
+PR17 -15051.479308  19930.648311  -5386.783110 999999.999999
+PR18  -6215.045744  21675.269115  12057.164515 999999.999999
+PR19   5766.159905  10759.864299  22394.727352 999999.999999
+PR20  14818.384611  -6858.574488  19577.805737 999999.999999
+PR21  14912.527130 -19957.461658   5699.406923 999999.999999
+PR22   6300.852847 -21665.414788 -11745.759338 999999.999999
+PR23  -5947.454137 -10693.644173 -22390.613982 999999.999999
+PR24 -14598.316038   6331.297640 -19959.242602 999999.999999
+*  2011  8 30 14 45  0.00000000
+PG01  -3736.437287 -14756.839425 -21772.771351 999999.999999
+PG02 -18017.137268  14481.058806  12699.682784    353.627580
+PG03  10705.248980 -21839.038307   9858.902084    761.657858
+PG04 -26134.261204   5601.327850  -1279.404990    216.613654
+PG05  -8014.648617  13545.198735  21372.298583   -211.245024
+PG06  14286.164527 -17721.700171  13621.407676    -83.130976
+PG07 -18778.475970  -7557.766552  17326.940686     24.396048
+PG08 -24701.835752  -2716.301175  10188.756363      9.043846
+PG09   -668.658192  15438.765218 -22158.293854    102.458512
+PG10 -19916.388060  -3237.264531  17240.645206    -11.547417
+PG11   1494.520917 -18601.414756 -19138.351219   -181.484181
+PG12   9430.848173  21883.953346 -11902.037849     19.173402
+PG13  -6627.831836 -17393.430500  18775.397090    253.929593
+PG14  15840.182029  -2965.405323 -20911.265063    169.722792
+PG15  -3720.689317  25866.983560  -4185.484543   -108.421816
+PG16   6974.037584 -13925.303394  21483.589357   -194.827693
+PG17 -16207.596819   3762.496621 -20505.030209    177.215028
+PG18  20422.511914  16524.490773  -4749.030813    154.857747
+PG19   7980.496403 -25043.522367  -2026.907131   -178.503722
+PG20 -11358.410598 -21663.509850 -10570.370669     52.330683
+PG21  21610.023607   6223.808763  15015.336026   -168.123393
+PG22  20763.219899   5097.489687 -15648.098649    144.909764
+PG23  -1766.372226 -23419.946197  12059.886001    279.988543
+PG24  -2026.607338 -15340.551808 -21530.000581    419.745912
+PG25  17848.791003  19617.529206  -1695.915608     16.401643
+PG26 -12312.969806  22460.885730   5591.789858   -140.612087
+PG27  -7238.557940  15695.635225 -19407.678426    300.163589
+PG28 -20643.147819  -9586.845567 -13373.326194     63.585130
+PG29   7901.997495  17373.257258  18558.684766    235.566285
+PG30  20029.409787  17467.335767   -659.220478     91.021999
+PG31  25435.489480  -7735.865827   2409.532112    134.071254
+PG32  -3069.592942 -21295.771599 -15577.623327   -319.916596
+PR01 -15253.988370 -20128.798159   3638.640036 999999.999999
+PR02 -15560.638241  -7034.672500  18963.460242 999999.999999
+PR03 -20477.376472   7392.325818 -13390.769597 999999.999999
+PR04  14696.632407 -17557.668405  11260.518740 999999.999999
+PR05  15229.067989  20158.909717  -3521.337379 999999.999999
+PR06  15706.498741   7790.866312 -18550.146319 999999.999999
+PR07   5618.179676 -11092.831123 -22272.165848 999999.999999
+PR08  -5898.360324 -20835.357981 -13470.105700 999999.999999
+PR09  25393.875442    184.174265  -2869.071875 999999.999999
+PR10  20351.487607  -7368.990685  13398.659411 999999.999999
+PR11   3474.525551 -10710.893696  22888.822097 999999.999999
+PR12 -16161.984562  -7762.210829  18193.342431 999999.999999
+PR13 -25325.466451    186.439243   3114.464807 999999.999999
+PR15   -772.376676  10517.426976 -23220.819353 999999.999999
+PR16  16001.528991   7796.331265 -18260.519432 999999.999999
+PR17 -14493.409075  19266.192501  -8452.550696 999999.999999
+PR18  -6711.817118  22891.960749   9209.041054 999999.999999
+PR19   4495.205862  13146.044170  21389.877660 999999.999999
+PR20  13529.393251  -4701.759820  21094.582579 999999.999999
+PR21  14347.007290 -19252.015740   8748.683166 999999.999999
+PR22   6794.403890 -22850.128244  -8860.682579 999999.999999
+PR23  -4702.066411 -13089.611397 -21391.956964 999999.999999
+PR24 -13321.702120   4127.272969 -21380.664290 999999.999999
+*  2011  8 30 15  0  0.00000000
+PG01  -1355.318276 -15444.811427 -21573.522042 999999.999999
+PG02 -19374.055033  14583.463683  10307.345631    353.628969
+PG03  10872.652840 -20470.016218  12249.434517    761.661878
+PG04 -25945.396097   5246.867872  -4048.364466    216.623257
+PG05  -9812.527427  11856.728368  21634.213388   -211.249558
+PG06  14213.706854 -16035.802894  15676.277225    -83.122582
+PG07 -16818.765246  -8210.796107  18946.111853     24.397671
+PG08 -23462.248948  -3049.413287  12674.381517      9.044880
+PG09  -2948.829310  16097.646992 -21477.484677    102.460797
+PG10 -21127.854244  -4706.024685  15419.819941    -11.548212
+PG11   3404.009696 -19492.301791 -17916.364679   -181.487047
+PG12   8267.197468  20944.227353 -14214.821092     19.175504
+PG13  -5854.755994 -19320.603362  17077.422258    253.927802
+PG14  15154.863502   -595.544438 -21616.787305    169.724532
+PG15  -4085.379849  26112.535440  -1367.435344   -108.420674
+PG16   8725.618459 -12168.861994  21932.419118   -194.829529
+PG17 -15621.728488   1409.534397 -21258.451397    177.213404
+PG18  20504.047016  17039.285029  -2008.881520    154.859299
+PG19   8274.127413 -25012.743449    846.740926   -178.507312
+PG20 -10185.532829 -20984.402812 -12903.159686     52.330628
+PG21  19981.398561   6864.764851  16874.230720   -168.125307
+PG22  21795.341130   6480.313621 -13636.603671    144.909188
+PG23  -1218.362074 -24564.039426   9560.334035    279.985549
+PG24    383.827361 -15848.110387 -21225.105360    419.749583
+PG25  17427.896187  19550.066832  -4528.862372     16.403188
+PG26 -12233.998957  21561.612362   8368.962893   -140.623072
+PG27  -9430.713355  16290.498061 -17936.751215    300.167247
+PG28 -21520.860879 -10765.435062 -10994.904003     63.587824
+PG29   7200.533811  19267.032761  16898.063263    235.569283
+PG30  19711.871362  17553.841736  -3491.887477     91.018766
+PG31  25568.958670  -7583.095890   -469.316782    134.076404
+PG32  -1688.901716 -19953.251007 -17388.242079   -319.922934
+PR01 -15511.983128 -20253.785855    444.168463 999999.999999
+PR02 -16899.998310  -8799.649565  16975.687613 999999.999999
+PR03 -21928.818784   7725.218110 -10620.227969 999999.999999
+PR04  13927.152886 -16199.979434  13951.742447 999999.999999
+PR05  15478.218707  20273.626038   -324.984588 999999.999999
+PR06  17022.874789   9503.695408 -16476.635924 999999.999999
+PR07   7347.186421  -8923.292651 -22741.188961 999999.999999
+PR08  -4931.531784 -19295.941353 -15926.008952 999999.999999
+PR09  24837.536576     56.411868  -6025.002718 999999.999999
+PR10  21817.773627  -7691.145811  10619.700363 999999.999999
+PR11   6238.885360 -11024.528693  22147.253832 999999.999999
+PR12 -13803.140018  -7845.142980  19992.479494 999999.999999
+PR13 -24727.391843    317.847612   6278.322770 999999.999999
+PR15  -3601.198639  10822.805846 -22802.786826 999999.999999
+PR16  13640.834795   7892.696668 -20059.386439 999999.999999
+PR17 -13828.776726  18231.247276 -11354.874533 999999.999999
+PR18  -6967.276873  23814.586782   6183.341100 999999.999999
+PR19   3466.654405  15484.210387  19969.516571 999999.999999
+PR20  12334.119886  -2310.352113  22201.186069 999999.999999
+PR21  13682.724589 -18176.107185  11628.915045 999999.999999
+PR22   7047.903358 -23733.801663  -5801.942248 999999.999999
+PR23  -3697.205198 -15435.480866 -19978.235544 999999.999999
+PR24 -12148.320593   1699.903104 -22387.784812 999999.999999
+*  2011  8 30 15 15  0.00000000
+PG01    945.754661 -16241.078892 -21003.342138 999999.999999
+PG02 -20461.162889  14651.875166   7733.345072    353.630244
+PG03  11088.632138 -18847.512861  14420.746268    761.665979
+PG04 -25485.574423   4784.107686  -6749.345080    216.633436
+PG05 -11699.507106  10256.947923  21523.453507   -211.254504
+PG06  14192.890437 -14136.138046  17461.086547    -83.113779
+PG07 -14740.354547  -9024.207192  20241.862461     24.399318
+PG08 -21984.878570  -3523.277488  14948.610131      9.045229
+PG09  -5100.365199  16853.084907 -20444.918446    102.462269
+PG10 -22245.866633  -5961.019612  13334.091788    -11.550356
+PG11   5153.654385 -20376.678339 -16390.661167   -181.490005
+PG12   6867.689575  19904.940003 -16284.834136     19.177567
+PG13  -5247.214016 -21084.293706  15081.633533    253.926080
+PG14  14586.535512   1864.593890 -21943.852216    169.726318
+PG15  -4383.858621  26059.182790   1474.403002   -108.418926
+PG16  10589.980263 -10492.683316  22003.713648   -194.831525
+PG17 -15144.706932  -1031.908403 -21640.193959    177.211668
+PG18  20381.071887  17342.216644    765.203224    154.860888
+PG19   8481.286233 -24681.537110   3705.478612   -178.510833
+PG20  -8787.119868 -20206.888176 -15016.289372     52.331571
+PG21  18205.933060   7646.861245  18457.859761   -168.127459
+PG22  22711.525562   7650.735551 -11389.184485    144.909179
+PG23   -787.382136 -25446.493680   6893.000631    279.983122
+PG24   2715.629267 -16460.377638 -20552.169751    419.751333
+PG25  16761.545010  19301.981867  -7284.027673     16.404763
+PG26 -12125.608388  20354.217231  10995.446087   -140.634089
+PG27 -11409.139057  16930.419519 -16136.867342    300.170111
+PG28 -22254.612434 -11696.773415  -8424.970304     63.590454
+PG29   6644.948626  20996.564772  14948.591649    235.572284
+PG30  19142.321412  17473.877939  -6264.925720     91.015406
+PG31  25403.950243  -7331.874862  -3340.170530    134.081299
+PG32   -105.562553 -18546.065936 -18898.269723   -319.929194
+PR01 -15530.312204 -20054.091171  -2758.923383 999999.999999
+PR02 -18195.681402 -10258.375967  14658.613501 999999.999999
+PR03 -23003.642462   8108.041064  -7644.641490 999999.999999
+PR04  13148.221925 -14495.418471  16372.202942 999999.999999
+PR05  15486.673864  20064.287950   2877.681054 999999.999999
+PR06  18286.677329  10903.385555 -14083.763092 999999.999999
+PR07   9243.373365  -6856.932046 -22768.690145 999999.999999
+PR08  -3677.933499 -17609.867475 -18072.304982 999999.999999
+PR09  23897.338722     26.155278  -9064.568396 999999.999999
+PR10  22905.226206  -8063.694223   7633.150304 999999.999999
+PR11   8855.354838 -11525.013358  20975.876803 999999.999999
+PR12 -11260.243399  -8131.803598  21404.310183 999999.999999
+PR13 -23744.902818    340.570490   9320.292214 999999.999999
+PR15  -6322.062514  11328.755135 -21941.325919 999999.999999
+PR16  11099.584699   8191.734750 -21468.748942 999999.999999
+PR17 -13115.864835  16831.121560 -14037.571043 999999.999999
+PR18  -7019.076888  24400.056715   3038.409539 999999.999999
+PR19   2685.329326  17706.755064  18161.224973 999999.999999
+PR20  11278.271861    264.028706  22876.340710 999999.999999
+PR21  12977.808815 -16736.619816  14284.359467 999999.999999
+PR22   7099.789547 -24273.662735  -2629.437797 999999.999999
+PR23  -2937.049570 -17663.858103 -18176.853736 999999.999999
+PR24 -11121.792275   -897.716029 -22961.152262 999999.999999
+*  2011  8 30 15 30  0.00000000
+PG01   3124.384347 -17122.054498 -20072.038212     -8.944669
+PG02 -21270.000380  14648.718107   5022.712503    353.631871
+PG03  11381.144825 -17001.012094  16333.357336    761.669832
+PG04 -24777.424994   4184.859272  -9337.187137    216.643303
+PG05 -13637.710125   8775.952716  21042.267084   -211.259281
+PG06  14250.512369 -12056.497088  18945.883039    -83.105118
+PG07 -12590.612204  -9999.832048  21191.505697     24.400997
+PG08 -20307.131867  -4160.668624  16972.895146      9.045749
+PG09  -7086.268534  17675.981460 -19076.760588    102.464521
+PG10 -23229.378022  -7001.452135  11020.199681    -11.551476
+PG11   6724.051166 -21219.503281 -14585.865568   -181.493191
+PG12   5239.885012  18809.551947 -18076.442222     19.179784
+PG13  -4788.902008 -22640.855882  12823.009878    253.924900
+PG14  14151.620867   4366.047807 -21887.120378    169.727976
+PG15  -4651.878486  25701.319158   4290.596126   -108.417534
+PG16  12530.638832  -8931.316110  21697.172468   -194.833436
+PG17 -14791.781365  -3514.319702 -21644.215872    177.210417
+PG18  20030.370619  17459.058900   3526.456256    154.862835
+PG19   8639.009287 -24045.412272   6498.978937   -178.514523
+PG20  -7170.789142 -19370.350441 -16874.029361     52.331916
+PG21  16323.718604   8577.228433  19740.090398   -168.129654
+PG22  23472.992957   8611.602574  -8945.160605    144.908623
+PG23   -443.049120 -26041.605945   4104.533103    279.980434
+PG24   4925.908289 -17155.524451 -19522.017545    419.753867
+PG25  15837.061292  18909.666287  -9914.126713     16.406330
+PG26 -12027.771394  18852.116506  13422.940864   -140.645271
+PG27 -13143.150713  17577.073767 -14041.771359    300.174094
+PG28 -22805.528772 -12391.455746  -5709.245557     63.593224
+PG29   6218.082456  22521.525913  12743.509169    235.574896
+PG30  18310.017468  17263.640020  -8931.430730     91.012026
+PG31  24956.713704  -6946.912108  -6154.096339    134.086308
+PG32   1665.551714 -17116.666250 -20080.070532   -319.935261
+PR01 -15268.415981 -19566.848806  -5908.452671 999999.999999
+PR02 -19386.986316 -11398.501108  12057.152987 999999.999999
+PR03 -23682.831978   8484.282712  -4521.456975 999999.999999
+PR04  12415.371809 -12472.190253  18474.933586 999999.999999
+PR05  15214.167550  19568.348321   6024.444723 999999.999999
+PR06  19437.012394  11979.723434 -11417.931114 999999.999999
+PR07  11261.210330  -4944.045130 -22354.239799 999999.999999
+PR08  -2141.432114 -15840.125464 -19867.250129 999999.999999
+PR09  22603.512914    142.329177 -11929.084853 999999.999999
+PR10  23594.318292  -8429.856872   4497.378894 999999.999999
+PR11  11261.919669 -12181.388702  19397.655390 999999.999999
+PR12  -8599.119328  -8637.482791  22400.830280 999999.999999
+PR13 -22410.211137    205.848912  12181.258503 999999.999999
+PR15  -8868.965685  12008.893811 -20652.845498 999999.999999
+PR16   8444.123280   8708.469409 -22461.703780 999999.999999
+PR17 -12412.113023  15084.220066 -16448.653392 999999.999999
+PR18  -6912.882948  24615.753345   -165.116937 999999.999999
+PR19   2143.550476  19748.006452  16000.120564 999999.999999
+PR20  10398.101029   2961.657107  23107.175678 999999.999999
+PR21  12289.228623 -14953.465954  16663.550849 999999.999999
+PR22   6996.519853 -24437.870054    594.637076 999999.999999
+PR23  -2413.352538 -19709.378992 -16022.733403 999999.999999
+PR24 -10276.019961  -3604.836451 -23089.697591 999999.999999
+*  2011  8 30 15 45  0.00000000
+PG01   5143.271059 -18057.813188 -18795.618319     -8.946487
+PG02 -21800.828708  14536.954090   2223.164383    353.633179
+PG03  11772.910751 -14966.762433  17952.463781    761.674205
+PG04 -23849.833219   3425.960589 -11768.722121    216.653432
+PG05 -15585.149280   7437.003781  20199.266427   -211.263942
+PG06  14407.561423  -9835.944147  20106.005555    -83.096516
+PG07 -10417.600890 -11131.080943  21778.166076     24.402530
+PG08 -18471.380428  -4977.004138  18712.551878      9.045233
+PG09  -8875.498698  18531.659539 -17394.524676    102.467011
+PG10 -24039.591323  -7834.667340   8518.462740    -11.552000
+PG11   8102.528124 -21983.948044 -12531.554327   -181.496053
+PG12   3399.969459  17700.681894 -19558.667680     19.181866
+PG13  -4456.182498 -23952.116180  10341.108955    253.923062
+PG14  13858.259519   6857.803870 -21448.073938    169.729887
+PG15  -4925.765775  25042.154212   7032.180285   -108.416244
+PG16  14506.178095  -7512.565083  21018.954723   -194.835650
+PG17 -14570.234286  -5988.325220 -21271.166715    177.208834
+PG18  19435.115149  17420.454216   6228.677770    154.864381
+PG19   8785.042879 -23109.026996   9178.116202   -178.517980
+PG20  -5351.978124 -18513.316712 -18444.999660     52.332176
+PG21  14376.416472   9655.688098  20699.386164   -168.132302
+PG22  24043.936243   9373.473465  -6347.071039    144.908276
+PG23   -151.010349 -26331.882846   1243.864233    279.977469
+PG24   6976.483817 -17905.299687 -18151.803107    419.755830
+PG25  14650.057046  18412.477934 -12374.042553     16.407926
+PG26 -11978.120953  17078.445908  15606.486459   -140.657237
+PG27 -14611.163505  18189.014378 -11690.706801    300.179077
+PG28 -23139.196957 -12868.166291  -2895.366378     63.595692
+PG29   5896.164328  23806.841010  10320.426121    235.577767
+PG30  17212.314630  16961.783635 -11446.697201     91.008735
+PG31  24251.402743  -6397.285303  -8862.865791    134.091432
+PG32   3601.389080 -15705.565582 -20911.531514   -319.941447
+PR01 -14695.452882 -18838.240481  -8943.258408 999999.999999
+PR02 -20413.990579 -12220.410301   9221.744574 999999.999999
+PR03 -23960.797704   8795.894841  -1310.964708 999999.999999
+PR04  11778.951304 -10170.273591  20219.129605 999999.999999
+PR05  14630.207979  18832.256738   9054.177689 999999.999999
+PR06  20414.187699  12735.299870  -8530.816613 999999.999999
+PR07  13347.309150  -3226.083424 -21505.975399 999999.999999
+PR08   -338.463985 -14049.647287 -21275.933248 999999.999999
+PR09  20997.531902    446.944193 -14563.239616 999999.999999
+PR10  23879.231248  -8731.307536   1273.692321 999999.999999
+PR11  13404.512405 -12952.714266  17443.401706 999999.999999
+PR12  -5888.742433  -9365.268843  22962.006255 999999.999999
+PR13 -20766.803518   -127.716157  14805.585601 999999.999999
+PR15 -11182.653003  12825.951839 -18962.110690 999999.999999
+PR16   5743.577675   9445.740988 -23019.460457 999999.999999
+PR17 -11771.571084  13021.502612 -18541.332036 999999.999999
+PR18  -6700.222021  24440.934283  -3365.454756 999999.999999
+PR19   1821.675614  21546.832959  13528.177522 999999.999999
+PR20   9718.939490   5716.950543  22889.455144 999999.999999
+PR21  11670.266045 -12858.987384  18720.292022 999999.999999
+PR22   6790.333123 -24206.922559   3807.048858 999999.999999
+PR23  -2106.002591 -21511.294372 -13557.642480 999999.999999
+PR24  -9633.824073  -6355.334243 -22770.943632 999999.999999
+*  2011  8 30 16  0  0.00000000
+PG01   6971.450324 -19013.229401 -17196.018489     -8.947460
+PG02 -22062.513259  14281.736478   -615.794407    353.634777
+PG03  12280.308500 -12786.476463  19248.673809    761.678755
+PG04 -22736.842086   2490.316327 -14003.425550    216.663877
+PG05 -17497.214055   6255.789345  19009.257462   -211.268855
+PG06  14678.343929  -7517.466687  20922.446735    -83.087882
+PG07  -8268.382214 -12403.031846  21991.104859     24.404235
+PG08 -16523.493808  -5979.557823  20137.341333      9.045576
+PG09 -10443.956293  19381.104501 -15424.831788    102.469253
+PG10 -24641.428290  -8475.609444   5872.056060    -11.553055
+PG11   9283.487188 -22632.809183 -10261.849895   -181.499037
+PG12   1372.351080  16618.466368 -20705.732015     19.184185
+PG13  -4219.205792 -24986.765490   7679.338978    253.921510
+PG14  13706.047852   9288.610013 -20634.955155    169.731817
+PG15  -5240.792856  24093.629259   9651.540597   -108.414746
+PG16  16471.720378  -6256.596135  19981.513495   -194.837465
+PG17 -14479.154718  -8404.428110 -20528.325608    177.207731
+PG18  18585.575616  17260.595181   8826.940636    154.866102
+PG19   8956.146056 -21886.082959  11695.886386   -178.521587
+PG20  -3353.544740 -17671.967660 -19702.670324     52.332349
+PG21  12405.876125  10874.589944  21319.140102   -168.134424
+PG22  24392.922027   9953.970853  -3639.910003    144.907824
+PG23    125.485475 -26308.728161  -1638.696912    279.974843
+PG24   8835.197228 -18676.116661 -16464.758100    419.756420
+PG25  13204.769268  17851.119054 -14621.592826     16.409538
+PG26 -12010.207895  15065.343783  17505.466817   -140.668475
+PG27 -15801.314630  18723.498216  -9127.503768    300.183330
+PG28 -23226.992530 -13152.659144    -32.013326     63.598637
+PG29   5649.889688  24823.935375   7720.699677    235.580749
+PG30  15854.846246  16607.814877 -13768.910238     91.005735
+PG31  23319.159933  -5657.843535 -11419.770643    134.096285
+PG32   5671.351444 -14349.790211 -21376.564831   -319.947588
+PR01 -13791.822248 -17921.421282 -11804.389809 999999.999999
+PR02 -21220.114493 -12736.950404   6207.377658 999999.999999
+PR03 -23845.488810   8985.936476   1924.845498 999999.999999
+PR04  11281.910381  -7639.990914  21570.936581 999999.999999
+PR05  13715.584252  17909.371302  11908.026690 999999.999999
+PR06  21162.270730  13185.141685  -5478.373761 999999.999999
+PR07  15442.491671  -1734.134334 -20240.437222 999999.999999
+PR08   1702.391953 -12298.727303 -22270.956225 999999.999999
+PR09  19130.452395    973.096035 -16916.141602 999999.999999
+PR10  23767.973215  -8910.875792  -1974.890085 999999.999999
+PR11  15239.009432 -13789.863648  15151.166456 999999.999999
+PR12  -3198.585340 -10305.745428  23076.215295 999999.999999
+PR13 -18867.691790   -692.166427  17142.202271 999999.999999
+PR15 -13212.860686  13733.369272 -16901.783627 999999.999999
+PR16   3067.195023  10393.981152 -23131.666714 999999.999999
+PR17 -11242.506191  10685.431379 -20274.919707 999999.999999
+PR18  -6436.090027  23867.663236  -6500.841618 999999.999999
+PR19   1689.154267  23049.074242  10793.412417 999999.999999
+PR20   9254.214541   8460.962508  22227.641076 999999.999999
+PR21  11168.156122 -10496.849620  20414.549658 999999.999999
+PR22   6536.766784 -23574.558838   6944.802143 999999.999999
+PR23  -1984.092329 -23015.879571 -10829.390351 999999.999999
+PR24  -9206.059180  -9080.213177 -22011.051488 999999.999999
+*  2011  8 30 16 15  0.00000000
+PG01   8585.286020 -19949.328338 -15300.728053     -8.950394
+PG02 -22072.060381  13851.993699  -3443.817425    353.636125
+PG03  12912.548478 -10505.800988  20198.624340    761.684198
+PG04 -21476.383021   1367.714425 -16004.027388    216.674376
+PG05 -19328.263570   5239.988953  17492.965075   -211.273692
+PG06  15069.884091  -5146.494400  21382.114120    -83.079400
+PG07  -6187.358221 -13792.849928  21825.947814     24.405865
+PG08 -14511.240647  -7166.969041  21222.006363      9.044324
+PG09 -11775.235512  20182.384816 -13199.102483    102.471960
+PG10 -25004.852951  -8946.001547   3126.262705    -11.554960
+PG11  10268.480398 -23129.972259  -7814.921299   -181.502071
+PG12   -811.058090  15599.021107 -21497.516945     19.186204
+PG13  -4043.279491 -25721.487550   4884.163586    253.920045
+PG14  13686.132860  11608.792485 -19462.576397    169.733475
+PG15  -5629.598070  22876.000468  12103.261304   -108.413048
+PG16  18380.526665  -5175.348507  18603.329398   -194.839449
+PG17 -14509.550621 -10714.744143 -19429.415982    177.206231
+PG18  17479.574608  17015.801531  11278.258149    154.867693
+PG19   9186.443670 -20398.865117  14008.279584   -178.525212
+PG20  -1205.091635 -16878.752966 -20625.783362     52.332765
+PG21  10452.746085  12218.912676  21587.962228   -168.136547
+PG22  24494.124770  10376.868578   -870.333815    144.907595
+PG23    423.914336 -25972.783795  -4492.407826    279.972069
+PG24  10476.994743 -19430.373933 -14489.818284    419.759554
+PG25  11514.071525  17265.975998 -16618.245267     16.411211
+PG26 -12151.926176  12852.838624  19084.534421   -140.679590
+PG27 -16711.657740  19138.353535  -6399.577033    300.187323
+PG28 -23047.169209 -13276.497741   2831.934572     63.601303
+PG29   5445.717718  25551.748613   4988.745279    235.583697
+PG30  14251.401869  16240.482335 -15859.768448     91.002658
+PG31  22196.938453  -4710.405266 -13780.431733    134.101464
+PG32   7838.244459 -13081.457907 -21465.508959   -319.953697
+PR01 -12550.226307 -16874.169631 -14436.252683 999999.999999
+PR02 -21754.565965 -12972.638635   3072.530489 999999.999999
+PR03 -23357.962908   9001.181751   5123.461853 999999.999999
+PR04  10957.912876  -4940.152918  22504.104719 999999.999999
+PR05  12463.409258  16857.597684  14530.558492 999999.999999
+PR06  21631.508837  13355.830172  -2319.756398 999999.999999
+PR07  17484.114533   -487.847367 -18582.243095 999999.999999
+PR08   3941.356364 -10642.571857 -22832.967697 999999.999999
+PR09  17060.879501   1743.338963 -18942.288427 999999.999999
+PR10  23281.925893  -8915.208108  -5184.893295 999999.999999
+PR11  16732.816524 -14637.676713  12565.494064 999999.999999
+PR12   -595.940317 -11437.230619  22740.526217 999999.999999
+PR13 -16773.280176  -1508.585147  19145.601361 999999.999999
+PR15 -14920.191094  14677.311307 -14511.804384 999999.999999
+PR16    481.694234  11531.521699 -22796.571956 999999.999999
+PR17 -10865.264305   8128.447433 -21615.623680 999999.999999
+PR18  -6176.418896  22901.231889  -9510.707285 999999.999999
+PR19   1706.048433  24209.697920   7848.951886 999999.999999
+PR20   9004.982012  11124.016798  21134.788864 999999.999999
+PR21  10821.990459  -7920.472486  21713.237118 999999.999999
+PR22   6292.038492 -22548.106489   9946.411973 999999.999999
+PR23  -2007.448798 -24178.568636  -7890.905300 999999.999999
+PR24  -8991.247468 -11710.233703 -20824.703557 999999.999999
+*  2011  8 30 16 30  0.00000000
+PG01   9969.181352 -20824.799306 -13142.319947     -8.950836
+PG02 -21853.826054  13221.870864  -6210.690405    353.637714
+PG03  13671.161718  -8172.625411  20785.458922    761.687389
+PG04 -20108.881540     55.390603 -17737.074991    216.683981
+PG05 -21033.265086   4389.154769  15676.660338   -211.278674
+PG06  15581.617705  -2769.343034  21477.990139    -83.070982
+PG07  -4214.712872 -15270.524891  21284.808615     24.407614
+PG08 -12482.611395  -8529.071251  21946.751107      9.043392
+PG09 -12861.115055  20892.208061 -10753.177795    102.475386
+PG10 -25106.003928  -9273.284898    327.714622    -11.557163
+PG11  11066.011265 -23441.871502  -5232.392894   -181.505127
+PG12  -3111.852363  14673.063321 -21919.935484     19.188348
+PG13  -3890.428847 -26141.779320   2004.256792    253.918428
+PG14  13781.654159  13772.004122 -17952.008344    169.735194
+PG15  -6120.717179  21417.107255  14344.931177   -108.411706
+PG16  20185.665601  -4272.271251  16908.551355   -194.841570
+PG17 -14644.791782 -12874.664052 -17994.304632    177.204730
+PG18  16122.673652  16723.044274  13542.209571    154.869229
+PG19   9505.899091 -18677.447219  16075.084887   -178.529293
+PG20   1057.960816 -16161.161834 -21198.691997     52.333170
+PG21   8555.121437  13666.630472  21499.916856   -168.139100
+PG22  24328.349123  10670.953509   1914.146228    144.907238
+PG23    780.770823 -25333.908693  -7267.047114    279.969404
+PG24  11884.734792 -20127.959180 -12261.134596    419.762174
+PG25   9599.159604  16695.484078 -18329.770465     16.412852
+PG26 -12424.183956  10487.386062  20314.417049   -140.690498
+PG27 -17349.932087  19393.803977  -3556.871578    300.191983
+PG28 -22585.677964 -13275.610102   5648.204976     63.603974
+PG29   5247.338802  25977.475059   2171.293872    235.586409
+PG30  12423.513103  15896.229124 -17685.034785     90.999503
+PG31  20926.101825  -3544.701262 -15903.586923    134.106431
+PG32  10059.513454 -11926.548485 -21175.412843   -319.960072
+PR01 -10976.225151 -15756.360058 -16787.691361 999999.999999
+PR02 -21974.563194 -12962.388399   -121.961175 999999.999999
+PR03 -22531.429884   8794.583652   8223.040652 999999.999999
+PR04  10829.856288  -2135.854483  23000.496722 999999.999999
+PR05  10879.653799  15736.855444  16870.837155 999999.999999
+PR06  21780.510087  13284.144047    883.821630 999999.999999
+PR07  19408.554519    505.150593 -16563.608620 999999.999999
+PR08   6328.868543  -9129.081479 -22951.039770 999999.999999
+PR09  14852.636438   2768.501674 -20602.434122 999999.999999
+PR10  22454.840442  -8697.271211  -8293.650752 999999.999999
+PR11  17865.979598 -15437.377726   9736.556732 999999.999999
+PR12   1856.673949 -12726.553334  21960.811687 999999.999999
+PR13 -14548.938433  -2585.961460  20776.732299 999999.999999
+PR15 -16277.538397  15599.015171 -11838.622626 999999.999999
+PR16  -1951.260307  12825.422042 -22021.028325 999999.999999
+PR17 -10670.475758   5411.037180 -22537.210023 999999.999999
+PR18  -5975.507685  21560.053528 -12336.826244 999999.999999
+PR19   1824.955177  24994.591763   4752.000029 999999.999999
+PR20   8959.995302  13638.374406  19632.279109 999999.999999
+PR21  10660.973109  -5191.059147  22590.869363 999999.999999
+PR22   6110.408060 -21148.266405  12753.141726 999999.999999
+PR23  -2128.560692 -24965.724227  -4799.211341 999999.999999
+PR24  -8975.743932 -14178.559977 -19234.825188 999999.999999
+*  2011  8 30 16 45  0.00000000
+PG01  11115.981080 -21597.612904 -10757.893675 999999.999999
+PG02 -21438.429487  12371.965607  -8867.307042    353.639327
+PG03  14549.828367  -5835.304106  20999.153037    761.691697
+PG04 -18675.786203  -1441.678619 -19173.443900    216.693835
+PG05 -22569.415771   3694.912346  13591.696966   -211.283536
+PG06  16205.386988   -431.641264  21209.192655    -83.062389
+PG07  -2385.013855 -16799.901689  20376.302568     24.408898
+PG08 -10484.121221 -10047.053621  22297.653272      9.041521
+PG09 -13701.764984  21467.563132  -8126.865823    102.476731
+PG10 -24928.098065  -9489.361558  -2476.366213    -11.558011
+PG11  11691.062465 -23538.887238  -2558.666240   -181.508178
+PG12  -5486.398595  13864.748551 -21965.205135     19.190244
+PG13  -3721.083393 -26242.433085   -910.374272    253.916750
+PG14  13968.512338  15736.835183 -16130.155715    169.736703
+PG15  -6737.285561  19751.356026  16337.888532   -108.410224
+PG16  21841.688695  -3542.389179  14926.553225   -194.843720
+PG17 -14861.361194 -14844.379003 -16248.594709    177.203404
+PG18  14528.089042  16418.468378  15581.519923    154.870852
+PG19   9938.970135 -16758.598213  17860.610513   -178.532966
+PG20   3395.519145 -15540.693373 -21411.613264     52.333790
+PG21   6747.272426  15189.338832  21054.704056   -168.141645
+PG22  23883.803872  10868.708891   4665.970932    144.906801
+PG23   1229.902619 -24410.796179  -9913.858294    279.966795
+PG24  13049.684890 -20727.876092  -9817.475924    419.764238
+PG25   7488.922832  16174.580442 -19726.821373     16.414524
+PG26 -12839.887762   8020.120335  21172.577423   -140.701917
+PG27 -17732.930886  19454.166193   -650.791855    300.196856
+PG28 -21836.694692 -13188.720157   8369.887054     63.606487
+PG29   5017.256176  26097.001976   -683.393717    235.589046
+PG30  10399.767492  15607.758926 -19215.012822     90.996341
+PG31  19550.852197  -2159.021008 -17751.843208    134.111498
+PG32  12288.720955 -10903.921689 -20510.189456   -319.966130
+PR01  -9088.259880 -14627.365356 -18812.984951 999999.999999
+PR02 -21847.241290 -12749.806245  -3314.083009 999999.999999
+PR03 -21409.808720   8327.490617  11163.587349 999999.999999
+PR04  10908.860836    703.987679  23050.439829 999999.999999
+PR05   8983.148434  14606.478664  18883.413041 999999.999999
+PR06  21578.093374  13015.284507   4070.266385 999999.999999
+PR07  21153.751605   1249.328272 -14223.722076 999999.999999
+PR08   8807.424103  -7796.958228 -22622.880528 999999.999999
+PR09  12572.234338   4046.995825 -21864.341824 999999.999999
+PR10  21331.327250  -8218.589086 -11240.547994 999999.999999
+PR11  18631.776966 -16129.157991   6719.184095 999999.999999
+PR12   4103.910912 -14130.339742  20751.685289 999999.999999
+PR13 -12262.382013  -3920.570013  22003.768985 999999.999999
+PR15 -17271.003783  16437.369622  -8934.294005 999999.999999
+PR16  -4177.361522  14232.779099 -20820.331915 999999.999999
+PR17 -10677.681086   2599.466434 -23021.526602 999999.999999
+PR18  -5883.524397  19875.030821 -14924.431482 999999.999999
+PR19   1993.249179  25381.916315   1562.725559 999999.999999
+PR20   9096.305179  15940.823650  17749.391738 999999.999999
+PR21  10703.103122  -2375.302455  23030.076564 999999.999999
+PR22   6041.635966 -19408.342141  15310.178885 999999.999999
+PR23  -2294.820789 -25355.969050  -1614.323868 999999.999999
+PR24  -9134.426190 -16423.316769 -17272.149693 999999.999999
+*  2011  8 30 17  0  0.00000000
+PG01  12027.050091 -22226.679617  -8188.440218 999999.999999
+PG02 -20861.418638  11290.303267 -11366.621486    353.640783
+PG03  15534.552859  -3540.872642  20836.678729    761.696799
+PG04 -17218.071698  -3110.765149 -20288.791828    216.704490
+PG05 -23897.686376   3141.471093  11273.965680   -211.288331
+PG06  16925.733096   1823.201917  20580.938992    -83.053885
+PG07   -726.029974 -18339.968330  19115.446960     24.410527
+PG08  -8559.154552 -11693.958245  22266.998123      9.041768
+PG09 -14305.654788  21867.394315  -5363.411408    102.479478
+PG10 -24462.076769  -9629.189643  -5238.916479    -11.557967
+PG11  12164.362312 -23396.622821    159.836612   -181.511061
+PG12  -7887.312497  13190.768328 -21632.016518     19.192718
+PG13  -3495.820901 -26027.663960  -3809.280874    253.915323
+PG14  14216.429112  17468.224713 -14029.232111    169.738564
+PG15  -7495.962860  17918.460937  18047.891955   -108.408516
+PG16  23306.250073  -2972.691455  12691.415551   -194.845837
+PG17 -15129.880976 -16590.211863 -14223.124069    177.201579
+PG18  12716.342566  16135.964149  17362.591214    154.872463
+PG19  10503.502863 -14684.437110  19334.304938   -178.536770
+PG20   5764.137779 -15032.064457 -21260.790788     52.334461
+PG21   5058.497933  16753.125929  20257.778164   -168.143881
+PG22  23156.601031  11004.871924   7338.327094    144.906451
+PG23   1800.956413 -23230.246237 -12386.460607    279.963848
+PG24  13971.685620 -21189.927990  -7201.534317    419.767388
+PG25   5219.024613  15733.304291 -20785.430318     16.416150
+PG26 -13403.291057   5504.901783  21643.701690   -140.713299
+PG27 -17885.512216  19289.349274   2266.851522    300.202980
+PG28 -20802.847122 -13055.716151  10952.129051     63.609665
+PG29   4718.421109  25915.027751  -3526.342872    235.592007
+PG30   8214.878994  15402.764346 -20424.947524     90.993347
+PG31  18116.545747   -560.531670 -19292.377376    134.116423
+PG32  14477.208705 -10024.628854 -19480.628222   -319.972255
+PR01  -6917.141394 -13543.497665 -20472.738380 999999.999999
+PR02 -21351.161893 -12385.132115  -6441.845711 999999.999999
+PR03 -20045.856053   7571.522719  13888.106935 999999.999999
+PR04  11193.770328   3509.254417  22652.915378 999999.999999
+PR05   6805.051942  13522.660569  20529.204386 999999.999999
+PR06  21004.729876  12600.757357   7177.801502 999999.999999
+PR07  22661.704336   1760.809787 -11607.985887 999999.999999
+PR08  11313.755444  -6674.216999 -21854.878305 999999.999999
+PR09  10286.245107   5564.647496 -22703.407747 999999.999999
+PR10  19964.906249  -7451.117073 -13968.219222 999999.999999
+PR11  19036.770698 -16654.815005   3571.806933 999999.999999
+PR12   6099.697179 -15596.759637  19136.260508 999999.999999
+PR13  -9980.968627  -5495.893910  22802.737661 999999.999999
+PR15 -17900.260329  17131.616979  -5855.458809 999999.999999
+PR16  -6151.647215  15702.464109 -19217.909031 999999.999999
+PR17 -10894.436120   -236.726100 -23058.873890 999999.999999
+PR18  -5944.182757  17888.421454 -17223.268885 999999.999999
+PR19   2155.549728  25362.961255  -1656.909387 999999.999999
+PR20   9380.363477  17975.087563  15522.731316 999999.999999
+PR21  10954.340816    457.138673  23021.965252 999999.999999
+PR22   6128.649814 -17372.949233  17567.722902 999999.999999
+PR23  -2450.988620 -25341.022814   1601.914568 999999.999999
+PR24  -9431.880193 -18389.951394 -14974.634145 999999.999999
+*  2011  8 30 17 15  0.00000000
+PG01  12712.025925 -22673.485676  -5478.139495     -8.953872
+PG02 -20161.746232   9973.008614 -13664.553070    353.642186
+PG03  16604.175707  -1333.337147  20302.006784    761.701429
+PG04 -15774.767740  -4931.662637 -21063.951192    216.714104
+PG05 -24984.228825   2706.423008   8763.276141   -211.293042
+PG06  17720.472368   3955.434534  19604.417350    -83.045706
+PG07    742.188140 -19846.353696  17523.446308     24.412014
+PG08  -6746.413568 -13435.503506  21853.522794      9.040545
+PG09 -14689.157102  22054.248815  -2508.887679    102.481189
+PG10 -23706.975978  -9729.283966  -7913.761460    -11.558440
+PG11  12511.414094 -22997.005242   2875.496670   -181.514116
+PG12 -10265.090616  12659.745283 -20925.592242     19.194859
+PG13  -3177.098304 -25510.881042  -6642.460940    253.913674
+PG14  14490.253402  18938.619583 -11686.147194    169.740385
+PG15  -8406.122394  15961.992672  19445.704946   -108.406981
+PG16  24541.612188  -2542.824502  10241.341894   -194.847517
+PG17 -15416.368699 -18085.705905 -11953.381642    177.200411
+PG18  10714.660564  15905.835108  18855.982758    154.874178
+PG19  11209.906781 -12500.893737  20471.268199   -178.540477
+PG20   8118.468919 -14642.684201 -20748.565359     52.334692
+PG21   3512.145729  18319.667484  19120.395173   -168.146509
+PG22  22150.964264  11114.921906   9885.916268    144.905937
+PG23   2518.000918 -21826.124443 -14641.705901    279.961120
+PG24  14658.973473 -21476.388440  -4459.146380    419.769040
+PG25   2830.726599  15395.598064 -21487.415617     16.417827
+PG26 -14109.739062   2996.253336  21720.000397   -140.724274
+PG27 -17839.310652  18876.097796   5144.848424    300.208751
+PG28 -19495.142237 -12916.015782  13352.774591     63.611929
+PG29   4315.858456  25444.854383  -6308.698640    235.594824
+PG30   5908.550564  15302.859116 -21295.350566     90.990208
+PG31  16667.959774   1234.749284 -20497.569562    134.121490
+PG32  16575.876829  -9291.552732 -18104.259743   -319.978248
+PR01  -4505.024677 -12555.596328 -21734.650881 999999.999999
+PR02 -20477.361338 -11922.910200  -9444.489713 999999.999999
+PR03 -18498.942929   6510.027656  16343.702281 999999.999999
+PR04  11671.186011   6211.292991  21815.582233 999999.999999
+PR05   4387.807601  12536.049659  21776.254577 999999.999999
+PR06  20053.514830  12096.001487  10146.160800 999999.999999
+PR07  23880.814075   2066.441074  -8767.138964 999999.999999
+PR08  13781.264814  -5777.162479 -20661.976918 999999.999999
+PR09   8058.684320   7295.060852 -23103.144804 999999.999999
+PR10  18415.703151  -6378.672798 -16423.671912 999999.999999
+PR11  19100.316964 -16960.338009    355.334813 999999.999999
+PR12   7808.944614 -17067.661887  17145.732719 999999.999999
+PR13  -7769.024170  -7283.096216  23157.992113 999999.999999
+PR15 -18178.351328  17624.061495  -2662.223418 999999.999999
+PR16  -7840.094136  17177.214063 -17244.854640 999999.999999
+PR17 -11315.935722  -3027.373857 -22648.215223 999999.999999
+PR18  -6192.691628  15652.245819 -19188.572513 999999.999999
+PR19   2256.307037  24942.469647  -4844.355704 999999.999999
+PR20   9769.583091  19693.950467  12995.514905 999999.999999
+PR21  11408.295135   3236.290108  22566.318400 999999.999999
+PR22   6405.520097 -15096.262072  19481.962296 999999.999999
+PR23  -2541.768780 -24926.009335   4787.035687 999999.999999
+PR24  -9824.032515 -20033.303597 -12386.736089 999999.999999
+*  2011  8 30 17 30  0.00000000
+PG01  13188.255380 -22903.642769  -2673.602241     -8.954900
+PG02 -19380.123370   8424.645516 -15720.820615    353.643580
+PG03  17731.195581    747.888780  19405.950699    761.706855
+PG04 -14381.564907  -6877.236619 -21485.255323    216.724084
+PG05 -25801.595139   2361.797494   6102.677031   -211.297798
+PG06  18561.532564   5930.253259  18296.570201    -83.037199
+PG07   2007.925853 -21272.979047  15627.362974     24.413801
+PG08  -5078.531694 -15231.211467  21062.559598      9.039440
+PG09 -14875.851734  21995.836724    388.489608    102.485630
+PG10 -22670.010226  -9826.176646 -10456.318955    -11.559219
+PG11  12761.323574 -22329.158729   5540.373128   -181.516948
+PG12 -12569.836775  12271.951266 -19857.632512     19.197040
+PG13  -2730.900769 -24714.114685  -9361.227376    253.912126
+PG14  14751.458443  20128.839515  -9141.820641    169.741863
+PG15  -9469.336446  13927.793422  20507.584883   -108.405511
+PG16  25515.983772  -2226.060461   7618.019431   -194.849675
+PG17 -15683.671952 -19312.433078  -9478.855216    177.199091
+PG18   8556.142137  15753.606585  20036.838359    154.875750
+PG19  12060.642225 -10256.039855  21252.645956   -178.544077
+PG20  10412.789205 -14372.414778 -19883.351758     52.334844
+PG21   2124.838214  19847.514942  17659.580008   -168.148679
+PG22  20879.141743  11233.556710  12265.687701    144.905689
+PG23   3398.384379 -20238.052712 -16640.462612    279.958440
+PG24  15127.668970 -21553.588934  -1638.447285    419.770449
+PG25    369.500530  15178.355498 -21820.691319     16.419495
+PG26 -14945.820208    547.284472  21401.314266   -140.735493
+PG27 -17631.218082  18198.935870   7933.525521    300.213467
+PG28 -17932.605059 -12806.984550  15532.935964     63.614740
+PG29   3778.219276  24707.860877  -8982.562738    235.597560
+PG30   3524.169959  15322.748021 -21812.250837     90.987325
+PG31  15247.579616   3202.333161 -21345.554262    134.126919
+PG32  18537.005416  -8699.395567 -16405.070804   -319.984299
+PR01  -1903.909929 -11706.864099 -22574.146949 999999.999999
+PR02 -19229.892139 -11419.489146 -12263.667347 999999.999999
+PR03 -16832.570902   5139.053578  18482.599761 999999.999999
+PR04  12316.032433   8745.525635  20554.633347 999999.999999
+PR05   1783.629815  11689.598331  22600.350811 999999.999999
+PR06  18730.627955  11557.863620  12917.752998 999999.999999
+PR07  24767.980811   2202.403356  -5756.276495 999999.999999
+PR08  16142.609095  -5109.873780 -19067.384230 999999.999999
+PR09   5948.510941   9200.501732 -23055.516287 999999.999999
+PR10  16747.891660  -4997.863421 -18559.316825 999999.999999
+PR11  18853.557388 -16998.332206  -2868.011398 999999.999999
+PR12   9208.797904 -18481.009850  14818.789459 999999.999999
+PR13  -5685.309760  -9242.022103  23062.526467 999999.999999
+PR15 -18130.930429  17862.666897    583.032261 999999.999999
+PR16  -9220.756393  18595.991640 -14939.332179 999999.999999
+PR17 -11925.174151  -5704.357529 -21797.220865 999999.999999
+PR18  -6654.064247  13226.299862 -20781.941981 999999.999999
+PR19   2242.397717  24138.416616  -7937.695139 999999.999999
+PR20  10214.288001  21061.017360  10216.736100 999999.999999
+PR21  12046.447886   5894.531821  21671.628573 999999.999999
+PR22   6895.832068 -12639.875700  21015.921364 999999.999999
+PR23  -2514.395306 -24129.220580   7879.160558 999999.999999
+PR24 -10260.161231 -21319.297896  -9558.563855 999999.999999
+*  2011  8 30 17 45  0.00000000
+PG01  13479.937475 -22888.291356    176.930730     -8.954385
+PG02 -18557.322783   6658.211611 -17499.686413    353.645019
+PG03  18882.860969   2669.333922  18165.862337    761.711716
+PG04 -13069.546650  -8914.235154 -21544.793263    216.733916
+PG05 -26329.722342   2075.330757   3337.725630   -211.302981
+PG06  19416.016656   7718.904661  16679.794796    -83.028487
+PG07   3068.094050 -22573.799572  13459.676147     24.415134
+PG08  -3580.909492 -17035.804454  19906.067774      9.038324
+PG09 -14895.545772  21666.441719   3279.121250    102.487692
+PG10 -21366.370854  -9954.892285 -12824.270766    -11.559357
+PG11  12945.470208 -21390.008675   8107.111451   -181.520228
+PG12 -14753.017150  12019.361724 -18446.145926     19.198849
+PG13  -2128.244489 -23667.125810 -11919.040897    253.910174
+PG14  14959.768565  21028.618705  -6440.438020    169.743808
+PG15 -10679.176330  11862.320908  21215.669034   -108.404187
+PG16  26204.642859  -1990.503165   4865.933489   -194.851882
+PG17 -15893.023274 -20260.495480  -6842.324488    177.197423
+PG18   6278.724129  15699.014803  20885.257897    154.877641
+PG19  13050.036838  -7998.359114  21665.902365   -178.547734
+PG20  12602.547946 -14213.628211 -18679.521085     52.335339
+PG21    905.937737  21293.538404  15898.004429   -168.151316
+PG22  19361.029281  11393.214652  14437.525883    144.905224
+PG23   4451.872976 -18509.888254 -18348.310433    279.955784
+PG24  15400.951059 -21393.356824   1211.023798    419.772398
+PG25  -2116.520120  15090.753078 -21779.475045     16.421099
+PG26 -15889.912756  -1792.299509  20695.025987   -140.746576
+PG27 -17301.707748  17250.785873  10585.594596    300.218074
+PG28 -16141.648156 -12762.459281  17457.504262     63.617410
+PG29   3079.199561  23732.676437 -11501.819826    235.600350
+PG30   1107.384327  15469.660255 -21967.370957     90.984447
+PG31  13893.974446   5309.981821 -21820.674195    134.131831
+PG32  20316.039929  -8235.019624 -14413.072838   -319.990345
+PR01    826.268186 -11031.042829 -22974.857463 999999.999999
+PR02 -17625.833866 -10930.457616 -14844.579090 999999.999999
+PR03 -15111.729737   3467.795401  20263.082356 999999.999999
+PR04  13092.632052  11053.890395  18894.487759 999999.999999
+PR05   -947.416737  11016.754134  22985.492464 999999.999999
+PR06  17055.262130  11042.025658  15438.776153 999999.999999
+PR07  25290.363325   2212.432795  -2633.785812 999999.999999
+PR08  18332.328895  -4664.217462 -17102.119660 999999.999999
+PR09   4007.346408  11233.267560 -22561.112315 999999.999999
+PR10  15026.991782  -3318.470866 -20333.883372 999999.999999
+PR11  18337.934600 -16730.180652  -6035.890398 999999.999999
+PR12  10289.361499 -19773.513022  12200.858823 999999.999999
+PR13  -3780.735855 -11322.691177  22518.119000 999999.999999
+PR15 -17794.976344  17803.430291   3816.896008 999999.999999
+PR16 -10284.404411  19896.516998 -12345.845831 999999.999999
+PR17 -12693.637642  -8204.199815 -20522.143210 999999.999999
+PR18  -7341.860141  10675.852810 -21972.104466 999999.999999
+PR19   2065.618848  22981.251971 -10876.845271 999999.999999
+PR20  10659.971141  22052.034802   7240.221075 999999.999999
+PR21  12838.908210   8369.175151  20354.961267 999999.999999
+PR22   7611.522206 -10070.375939  22140.160679 999999.999999
+PR23  -2321.112069 -22981.347262  10818.204235 999999.999999
+PR24 -10685.201396 -22226.188098  -6544.915781 999999.999999
+*  2011  8 30 18  0  0.00000000
+PG01  13617.006514 -22605.302902   3024.418126     -8.954733
+PG02 -17732.505053   4694.790815 -18970.593697    353.646379
+PG03  20022.479113   4404.552423  16605.193805    761.717202
+PG04 -11864.093238 -11004.334918 -21240.587836    216.743868
+PG05 -26556.646980   1811.900338    515.718747   -211.307596
+PG06  20247.454295   9299.558643  14781.566239    -83.019989
+PG07   3928.176513 -23704.567604  11057.734765     24.416714
+PG08  -2270.823992 -18800.823671  18402.544518      9.038406
+PG09 -14783.037355  21048.122361   6112.850339    102.491408
+PG10 -19818.747527 -10147.490957 -14978.196291    -11.560871
+PG11  13096.076413 -20184.583847  10529.863125   -181.522940
+PG12 -16769.176249  11886.046361 -16715.166027     19.201392
+PG13  -1346.475540 -22406.235114 -14272.293464    253.909216
+PG14  15074.850401  21636.808029  -3628.663943    169.745600
+PG15 -12021.333460   9810.986199  21558.252721   -108.402605
+PG16  26590.805688  -1800.485738   2031.645659   -194.854026
+PG17 -16005.654279 -20928.705898  -4089.113121    177.196094
+PG18   3923.976445  15755.210794  21386.610558    154.878996
+PG19  14164.434193  -5775.025002  21704.971051   -178.551342
+PG20  14645.880660 -14151.558148 -17157.188835     52.335397
+PG21   -142.720818  22614.477930  13863.766592   -168.153816
+PG22  17623.519755  11622.696277  16364.884485    144.904888
+PG23   5680.103819 -16688.055313 -19736.132484    279.952984
+PG24  15507.952639 -20974.242909   4039.246660    419.775892
+PG25  -4578.190638  15133.890624 -21364.390447     16.422715
+PG26 -16913.094589  -3978.011944  19615.787834   -140.757955
+PG27 -16893.076902  16033.251244  13056.901410    300.222781
+PG28 -14155.198389 -12811.423306  19095.597503     63.620014
+PG29   2198.768746  22554.084054 -13822.938642    235.603326
+PG30  -1295.398056  15743.063334 -21758.230644     90.981320
+PG31  12640.328807   7518.748797 -21913.823875    134.136918
+PG32  21873.262189  -7878.127650 -12163.732198   -319.996387
+PR01   3619.884776 -10551.005401 -22928.941592 999999.999999
+PR02 -15694.771679 -10508.124044 -17137.041520 999999.999999
+PR03 -13400.205988   1518.492624  21650.311956 999999.999999
+PR04  13956.244100  13087.013645  16867.323324 999999.999999
+PR05  -3739.666459  10540.069303  22924.200488 999999.999999
+PR06  15059.021934  10600.493044  17660.260429 999999.999999
+PR07  25426.730426   2145.721992    539.781446 999999.999999
+PR08  20289.412653  -4420.387314 -14804.409327 999999.999999
+PR09   2277.507080  13337.490010 -21629.164180 999999.999999
+PR10  13317.139403  -1363.280131 -21713.203510 999999.999999
+PR11  17603.294635 -16127.853673  -9087.032671 999999.999999
+PR12  11053.872491 -20883.341135   9343.210218 999999.999999
+PR13  -2096.418976 -13467.218775  21535.303661 999999.999999
+PR15 -17217.038011  17412.429079   6976.186513 999999.999999
+PR16 -11034.640727  21017.868208  -9514.398121 999999.999999
+PR17 -13582.502365 -10470.472068 -18847.523586 999999.999999
+PR18  -8257.415385   8069.122955 -22735.545590 999999.999999
+PR19   1684.974413  21512.638869 -13604.727872 999999.999999
+PR20  11049.765307  22655.720119   4123.594218 999999.999999
+PR21  13745.668143  10604.840586  18641.648798 999999.999999
+PR22   8552.226799  -7456.722587  22833.319484 999999.999999
+PR23  -1921.443413 -21524.208105  13547.046169 999999.999999
+PR24 -11042.248453 -22745.301990  -3404.225919 999999.999999
+*  2011  8 30 18 15  0.00000000
+PG01  13633.799029 -22040.234008   5819.862299     -8.959049
+PG02 -16941.638606   2562.881872 -20108.685398    353.647853
+PG03  21110.881505   5934.900441  14752.943768    761.721724
+PG04 -10783.998571 -13105.389359 -20576.691556    216.753666
+PG05 -26478.923019   1535.069443  -2315.102720   -211.312334
+PG06  21017.195013  10657.924675  12633.988868    -83.011362
+PG07   4601.835046 -24624.547000   8463.112735     24.418403
+PG08  -1156.853658 -20476.411441  16576.808267      9.038501
+PG09 -14576.662591  20131.648124   8839.843793    102.493276
+PG10 -18056.590900 -10431.729287 -16882.163235    -11.561499
+PG11  13244.735491 -18725.997611  12765.193702   -181.525726
+PG12 -18577.546634  11848.882743 -14694.356490     19.203548
+PG13   -370.316061 -20972.920218 -16381.030068    253.907258
+PG14  15058.002183  21961.235100   -754.827658    169.747234
+PG15 -13474.054867   7816.549451  21529.957036   -108.400903
+PG16  26666.211409  -1618.107698   -836.954972   -194.856027
+PG17 -15984.406909 -21324.445493  -1266.313251    177.194651
+PG18   1535.766583  15928.207272  21531.786341    154.880933
+PG19  15382.663986  -3630.253860  21370.286393   -178.554828
+PG20  16505.032289 -14164.935025 -15341.909939     52.336371
+PG21  -1026.810516  23768.549633  11590.064440   -168.155900
+PG22  15699.604241  11945.936212  18015.359494    144.904404
+PG23   7076.372100 -14819.799386 -20780.595107    279.950388
+PG24  15482.424215 -20282.487266   6796.650258    419.776571
+PG25  -6967.045661  15300.755055 -20582.462353     16.424344
+PG26 -17980.366375  -5972.144066  18185.082217   -140.768901
+PG27 -16447.681004  14556.567249  15307.069271    300.227520
+PG28 -12011.613479 -12976.873572  20420.948398     63.623002
+PG29   1124.158606  21211.695749 -15905.733649    235.606137
+PG30  -3638.528779  16134.665948 -21188.177466     90.978568
+PG31  11513.191694   9784.302305 -21622.671733    134.142039
+PG32  23175.273099  -7602.254421  -9697.275770   -320.002277
+PR01   6408.110010 -10277.823182 -22437.243082 999999.999999
+PR02 -13477.763175 -10199.147548 -19096.465925 999999.999999
+PR03 -11757.954282   -674.220765  22617.024187 999999.999999
+PR04  14855.003566  14806.024555  14512.458449 999999.999999
+PR05  -6524.338089  10270.286570  22417.662086 999999.999999
+PR06  12784.815665  10279.250062  19539.019115 999999.999999
+PR07  25168.346793   2054.592261   3702.879315 999999.999999
+PR08  21959.688969  -4347.947110 -12218.940496 999999.999999
+PR09    790.431825  15451.298599 -20277.394329 999999.999999
+PR10  11678.442326    832.640455 -22670.850586 999999.999999
+PR11  16705.655640 -15175.290153 -11962.412091 999999.999999
+PR12  11518.310493 -21752.801960   6301.926028 999999.999999
+PR13   -662.162217 -15612.086665  20133.169348 999999.999999
+PR15 -16451.086698  16667.451750   9999.211294 999999.999999
+PR16 -11487.489661  21903.044332  -6499.547338 999999.999999
+PR17 -14544.289283 -12455.912152 -16805.734420 999999.999999
+PR18  -9389.596921   5474.634523 -23056.995415 999999.999999
+PR19   1068.656721  19783.741759 -16068.377644 999999.999999
+PR20  11327.023653  22874.065821    927.172596 999999.999999
+PR21  14718.308533  12555.536080  16564.818506 999999.999999
+PR22   9705.167518  -4867.557105  23082.492102 999999.999999
+PR23  -1284.158037 -19809.030965  16012.643172 999999.999999
+PR24 -11275.154168 -22881.254726   -197.435916 999999.999999
+*  2011  8 30 18 30  0.00000000
+PG01  13567.556792 -21186.994990   8515.153169     -8.961490
+PG02 -16216.078448    297.435117 -20895.196352    353.649619
+PG03  22107.980339   7249.982395  12643.008819    761.725893
+PG04  -9840.834535 -15172.837799 -19563.194994    216.763655
+PG05 -26101.727958   1208.681796  -5106.363039   -211.317257
+PG06  21685.892676  11787.590356  10273.281963    -83.003151
+PG07   5110.186373 -25298.109129   5720.877504     24.419789
+PG08   -238.649769 -22013.189056  14459.650213      9.037259
+PG09 -14316.676571  18917.121542  11411.514763    102.496173
+PG10 -16115.142286 -10829.885743 -18504.270772    -11.562496
+PG11  13420.962430 -17035.103418  14772.954708   -181.528519
+PG12 -20143.488602  11878.566325 -12418.510271     19.205724
+PG13    807.380429 -19412.236786 -18209.598495    253.905670
+PG14  14873.776256  22018.232485   2131.904233    169.748805
+PG15 -15008.874433   5917.634560  21131.785626   -108.399477
+PG16  26431.402402  -1404.854992  -3691.417888   -194.858222
+PG17 -15795.281140 -21463.208537   1578.004631    177.193155
+PG18   -841.163327  16216.589553  21317.381847    154.882720
+PG19  16676.810673  -1603.795229  20668.699788   -178.558574
+PG20  18147.637067 -14226.882497 -13264.283225     52.336852
+PG21  -1759.196036  24717.047038   9114.757128   -168.158197
+PG22  13627.258631  12380.969310  19361.195366    144.904122
+PG23   8625.757502 -12951.435369 -21464.508939    279.947813
+PG24  15361.222615 -19312.683434   9435.028986    419.778729
+PG25  -9236.966173  15576.509070 -19447.004289     16.425900
+PG26 -19052.124339  -7745.006172  16430.638199   -140.780236
+PG27 -16006.227006  12839.236228  17300.036299    300.231533
+PG28  -9753.425919 -13274.913216  21412.233543     63.625423
+PG29   -149.427835  19748.449879 -17714.073188    235.608976
+PG30  -5878.612463  16628.709294 -20266.345160     90.975560
+PG31  10531.496877  12058.479872 -20951.752227    134.146949
+PG32  24196.221669  -7376.025498  -7057.890086   -320.008354
+PR01   9121.532791 -10210.348258 -21509.277667 999999.999999
+PR02 -11025.835712 -10042.420590 -20684.728315 999999.999999
+PR03 -10238.641187  -3064.490900  23144.081148 999999.999999
+PR04  15732.179233  16183.936403  11875.594087 999999.999999
+PR05  -9232.153393  10205.939269  21475.707991 999999.999999
+PR06  10285.285570  10116.181095  21038.489494 999999.999999
+PR07  24519.356281   1992.035202   6794.157134 999999.999999
+PR08  23297.947445  -4407.331302  -9395.989874 999999.999999
+PR09   -434.429130  17509.257831 -18531.702547 999999.999999
+PR10  10164.533066   3223.175154 -23188.622926 999999.999999
+PR11  15704.735939 -13869.292594 -14606.375264 999999.999999
+PR12  11710.460948 -22330.864696   3136.766643 999999.999999
+PR13    504.577101 -17690.668521  18338.990391 999999.999999
+PR15 -15556.068712  15559.141732  12826.992146 999999.999999
+PR16 -11670.478848  22501.386583  -3359.380876 999999.999999
+PR17 -15524.907640 -14124.164234 -14436.363941 999999.999999
+PR18 -10715.095094   2958.564506 -22929.758105 999999.999999
+PR19    195.638446  17853.135712 -18219.969672 999999.999999
+PR20  11437.901783  22722.107641  -2287.190202 999999.999999
+PR21  15702.084830  14186.347715  14164.762596 999999.999999
+PR22  11045.575554  -2368.547828  22883.434326 999999.999999
+PR23   -388.842078 -17894.357908  18167.062937 999999.999999
+PR24 -11331.105342 -22651.621508   3013.185390 999999.999999
+*  2011  8 30 18 45  0.00000000
+PG01  13456.824501 -20048.206452  11063.897272     -8.961021
+PG02 -15581.359878  -2061.358614 -21317.715370    353.651187
+PG03  22974.349035   8347.758460  10313.461697    761.730922
+PG04  -9038.589843 -17161.227717 -18216.142574    216.773343
+PG05 -25438.653612    798.445985  -7810.362085   -211.321860
+PG06  22215.027739  12690.071356   7739.206039    -82.994172
+PG07   5480.778765 -25696.144883   2878.785577     24.421353
+PG08    492.928627 -23364.155158  12087.353619      9.037749
+PG09 -14043.529740  17414.248070  13781.466990    102.498257
+PG10 -14034.263360 -11357.790917 -19817.140588    -11.564192
+PG11  13650.832069 -15139.834950  16517.095098   -181.531571
+PG12 -21439.702167  11940.878035  -9926.950475     19.208184
+PG13   2185.191107 -17771.125255 -19727.218568    253.903883
+PG14  14491.473773  21831.856630   4982.354110    169.750547
+PG15 -16591.609932   4147.418209  20371.072105   -108.397829
+PG16  25895.690593  -1123.243687  -6483.505057   -194.860285
+PG17 -15408.862006 -21367.855271   4395.584316    177.191877
+PG18  -3162.660276  16611.503867  20745.815761    154.884181
+PG19  18013.246383    270.385372  19613.287630   -178.562123
+PG20  19547.806610 -14306.043156 -10959.469049     52.337113
+PG21  -2359.321972  25425.874160   6479.811623   -168.160554
+PG22  11448.156541  12939.128131  20379.718902    144.903765
+PG23  10305.580750 -11126.659606 -21777.068282    279.944985
+PG24  15182.688983 -18068.114420  11908.424634    419.780962
+PG25 -11345.759992  15939.094128 -17977.399683     16.427528
+PG26 -20085.809469  -9275.806619  14385.730887   -140.791971
+PG27 -15606.185778  10907.374151  19004.489357    300.234799
+PG28  -7425.955581 -13714.096150  22053.345535     63.627873
+PG29  -1618.417205  18208.988251 -19216.520856    235.612106
+PG30  -7975.922421  17202.537687 -19007.539283     90.972567
+PG31   9705.897370  14291.013427 -19912.422485    134.151910
+PG32  24918.727044  -7164.626425  -4292.835906   -320.014370
+PR01  11692.814322 -10335.328024 -20163.051549 999999.999999
+PR02  -8398.075990 -10067.293368 -21870.913818 999999.999999
+PR03  -8887.464955  -5596.897831  23220.869844 999999.999999
+PR04  16528.655962  17206.537564   9007.930014 999999.999999
+PR05 -11795.981368  10333.482186  20116.622749 999999.999999
+PR06   7620.840168  10139.345852  22129.447287 999999.999999
+PR07  23496.646427   2009.227653   9753.645959 999999.999999
+PR08  24269.699658  -4551.739263  -6390.442782 999999.999999
+PR09  -1390.216652  19444.978358 -16425.691877 999999.999999
+PR10   8820.419230   5752.859833 -23256.865390 999999.999999
+PR11  14661.344267 -12219.897719 -16967.707905 999999.999999
+PR12  11668.473176 -22575.417115    -90.045451 999999.999999
+PR13   1399.189898 -19635.904503  16187.695110 999999.999999
+PR15 -14593.265237  14091.604860  15404.431998 999999.999999
+PR16 -11621.250918  22770.758426   -154.421969 999999.999999
+PR17 -16466.001602 -15451.066695 -11785.454019 999999.999999
+PR18 -12199.246069    582.189558 -22355.876514 999999.999999
+PR19   -943.192595  15784.424934 -20017.745774 999999.999999
+PR20  11333.833390  22227.166595  -5457.289389 999999.999999
+PR21  16638.305282  15474.670460  11488.160506 999999.999999
+PR22  12537.633127    -19.882529  22240.599401 999999.999999
+PR23    772.986205 -15843.662058  19968.417833 999999.999999
+PR24 -11163.075748 -22086.082776   6165.251805 999999.999999
+*  2011  8 30 19  0  0.00000000
+PG01  13339.804820 -18635.229457  13422.217486     -8.962091
+PG02 -15056.252387  -4469.473703 -21370.317620    353.652713
+PG03  23672.761785   9234.319911   7805.778165    761.733843
+PG04  -8373.601388 -19025.796885 -16557.351406    216.782942
+PG05 -24511.189681    273.448764 -10380.874426   -211.326717
+PG06  22568.412576  13374.571541   5074.436315    -82.985361
+PG07   5746.309219 -25797.234131    -13.579170     24.423032
+PG08   1055.314368 -24486.525521   9501.084805      9.037366
+PG09 -13796.109254  15642.228547  15906.438398    102.500927
+PG10 -11857.105249 -12024.097149 -20798.351135    -11.565341
+PG11  13955.766062 -13074.256488  17966.389205   -181.534536
+PG12 -22447.162303  11998.159643  -7262.843132     19.210340
+PG13   3753.017553 -16096.667989 -20908.464203    253.902282
+PG14  13886.456502  21432.830930   7748.145906    169.752169
+PG15 -18183.586138   2532.541387  19261.321376   -108.396157
+PG16  25076.810898   -738.427268  -9165.963134   -194.862459
+PG17 -14801.574112 -21067.603954   7138.767707    177.190240
+PG18  -5386.615828  17096.927992  19825.368870    154.886132
+PG19  19353.884658   1965.184989  18223.059234   -178.565727
+PG20  20686.984113 -14367.892487  -8466.625312     52.337924
+PG21  -2852.319811  25866.945034   3730.635540   -168.162929
+PG22   9206.254963  13624.500498  21053.696330    144.903464
+PG23  12086.167926  -9384.991401 -21713.968970    279.942433
+PG24  14984.984339 -16560.748332  14173.955073    419.783824
+PG25 -13256.595916  16360.125056 -16198.779732     16.429109
+PG26 -21037.655274 -10553.144290  12088.392584   -140.803067
+PG27 -15280.374864   8793.803429  20394.200439    300.239420
+PG28  -5075.835281 -14295.042929  22333.608858     63.630438
+PG29  -3270.794261  16637.975792 -20386.897821    235.614822
+PG30  -9895.691173  17827.430608 -17432.049588     90.969463
+PG31   9038.443932  16431.355277 -18522.681512    134.157094
+PG32  25334.455036  -6931.415923  -1451.502985   -320.020281
+PR01  14059.261614 -10628.047302 -18424.714086 999999.999999
+PR02  -5659.390779 -10292.215456 -22631.920933 999999.999999
+PR03  -7739.343498  -8208.522709  22845.536723 999999.999999
+PR04  17185.536647  17872.755341   5965.172058 999999.999999
+PR05 -14153.398864  10627.947386  18366.791481 999999.999999
+PR06   4857.369145  10365.681871  22790.580692 999999.999999
+PR07  22129.199461   2153.125227  12523.918897 999999.999999
+PR08  24852.506908  -4729.342051  -3260.722524 999999.999999
+PR09  -2082.729799  21193.794261 -14000.040966 999999.999999
+PR10   7680.718873   8358.972292 -22874.625296 999999.999999
+PR11  13634.740651 -10250.205782 -19000.618587 999999.999999
+PR12  11438.977558 -22455.156357  -3315.094351 999999.999999
+PR13   2029.867650 -21383.012638  13721.182615 999999.999999
+PR15 -13623.573801  12282.454611  17681.398736 999999.999999
+PR16 -11385.762512  22679.394803   3053.511493 999999.999999
+PR17 -17307.500928 -16425.433066  -8904.605155 999999.999999
+PR18 -13797.353280  -1600.460159 -21346.125914 999999.999999
+PR19  -2344.404504  13643.670199 -21426.822077 999999.999999
+PR20  10973.795675  21427.597015  -8521.761456 999999.999999
+PR21  17466.900683  16410.925931   8587.168253 999999.999999
+PR22  14135.889759   2125.989577  21167.006571 999999.999999
+PR23   2197.268379 -13722.776063  21381.680723 999999.999999
+PR24 -10732.046656 -21225.077392   9197.475283 999999.999999
+*  2011  8 30 19 15  0.00000000
+PG01  13252.735113 -16967.867563  15549.509470     -8.963023
+PG02 -14652.106524  -6880.590427 -21053.571233    353.654384
+PG03  24169.631910   9923.352474   5164.033458    761.739422
+PG04  -7834.786023 -20724.057985 -14614.129932    216.792839
+PG05 -23347.919558   -392.460571 -12773.924619   -211.331770
+PG06  22713.625537  13857.461914   2323.890422    -82.976354
+PG07   5943.133311 -25588.523691  -2905.706643     24.424393
+PG08   1473.380978 -25343.434744   6746.164358      9.037535
+PG09 -13610.020501  13629.264919  17747.218043    102.504900
+PG10  -9628.661656 -12829.814463 -21430.810138    -11.566589
+PG11  14351.523574 -10877.363181  19095.060494   -181.537420
+PG12 -23155.739184  12010.938147  -4472.434373     19.212542
+PG13   5492.312785 -14434.362377 -21733.653297    253.900896
+PG14  13041.228438  20857.255768  10382.492156    169.753896
+PG15 -19743.036149   1092.282398  17821.949747   -108.394753
+PG16  24000.273686   -219.708668 -11693.284326   -194.864403
+PG17 -13956.718875 -20596.801840   9761.259401    177.188725
+PG18  -7474.362989  17650.220173  18570.143161    154.887595
+PG19  20657.604353   3461.167093  16522.574066   -178.569130
+PG20  21554.530620 -14376.192343  -5828.268718     52.338029
+PG21  -3267.860887  26019.385758    915.302027   -168.164713
+PG22   6946.303306  14433.666743  21371.609635    144.903318
+PG23  13931.888303  -7760.402617 -21277.407655    279.939368
+PG24  14804.451944 -14810.896169  16192.572772    419.784922
+PG25 -14939.236965  16806.042337 -14141.602587     16.430675
+PG26 -21864.456106 -11575.109576   9580.564725   -140.814481
+PG27 -15055.753216   6536.932831  21448.273111    300.243350
+PG28  -2749.495607 -15010.339740  22247.939439     63.633242
+PG29  -5086.362957  15078.428224 -21204.754982    235.617613
+PG30 -11609.231423  18469.670063 -15565.388315     90.966552
+PG31   8522.622736  18430.530005 -16806.853784    134.161801
+PG32  25444.327402  -6639.610532   1415.568681   -320.026494
+PR01  16165.214084 -11053.470832 -16328.051064 999999.999999
+PR02  -2878.031427 -10723.852630 -22952.913827 999999.999999
+PR03  -6817.548079 -10831.344642  22025.051683 999999.999999
+PR04  17646.753827  18194.477794   2806.449396 999999.999999
+PR05 -16249.061837  11054.097232  16260.189647 999999.999999
+PR06   2063.734663  10800.189842  23008.912587 999999.999999
+PR07  20456.956495   2464.236416  15051.202958 999999.999999
+PR08  25036.819590  -4885.707445    -67.651151 999999.999999
+PR09  -2529.953179  22695.394624 -11301.732811 999999.999999
+PR10   6768.351435  10973.926586 -22049.642239 999999.999999
+PR11  12680.077572  -7995.673887 -20665.621657 999999.999999
+PR12  11074.846309 -21951.029845  -6475.062471 999999.999999
+PR13   2417.007607 -22872.122801  10987.501233 999999.999999
+PR15 -12704.828665  10162.293768  19613.703863 999999.999999
+PR16 -11016.144527  22207.343579   6202.476242 999999.999999
+PR17 -17990.266987 -17049.292282  -5849.965867 999999.999999
+PR18 -15456.455463  -3544.641050 -19919.834372 999999.999999
+PR19  -3991.925449  11496.732647 -22419.862571 999999.999999
+PR20  10326.269401  20371.092824 -11421.261542 999999.999999
+PR21  18129.075707  16998.735822   5518.392575 999999.999999
+PR22  15787.091500   4026.275939  19683.948122 999999.999999
+PR23   3867.331308 -11597.239788  22379.366994 999999.999999
+PR24 -10008.900712 -20118.020138  12050.862887 999999.999999
+*  2011  8 30 19 30  0.00000000
+PG01  13228.349351 -15073.751641  17409.141719     -8.964122
+PG02 -14372.513218  -9247.707504 -20374.425043    353.655901
+PG03  24436.295783  10435.319493   2434.087415    761.744534
+PG04  -7404.169693 -22217.326204 -12418.894678    216.802685
+PG05 -21983.458551  -1219.467820 -14948.526695   -211.336123
+PG06  22623.321458  14161.496696   -465.982108    -82.968015
+PG07   6109.628940 -25066.276969  -5747.082134     24.425987
+PG08   1778.271685 -25905.423981   3871.231924      9.037180
+PG09 -13515.986051  11411.687647  19269.508520    102.506390
+PG10  -7394.254825 -13768.131594 -21703.060091    -11.567528
+PG11  14847.441238  -8591.682958  19883.283978   -181.540215
+PG12 -23564.477843  11939.633825  -1604.226503     19.214853
+PG13   7376.631156 -12826.473798 -22189.142055    253.898814
+PG14  11946.249060  20145.135947  12840.945024    169.755477
+PG15 -21226.626899   -161.979991  16077.930058   -108.393247
+PG16  22698.438620    458.098905 -14022.446193   -194.866697
+PG17 -12865.257936 -19993.521919  12218.862475    177.187221
+PG18  -9391.964500  18242.932856  16999.934496    154.889359
+PG19  21881.788038   4747.065867  14541.478298   -178.572799
+PG20  22148.018898 -14294.529008  -3089.569788     52.338807
+PG21  -3638.795913  25870.479853  -1916.322193   -168.166947
+PG22   4712.328907  15355.726623  21327.848826    144.902945
+PG23  15802.421597  -6280.184850 -20475.967845    279.936869
+PG24  14674.073465 -12846.548482  17929.738833    419.788025
+PG25 -16371.025647  17239.478097 -11841.140205     16.432240
+PG26 -22525.281893 -12349.006847   6907.218083   -140.825801
+PG27 -14952.459897   4179.469229  22151.307544    300.245050
+PG28   -491.656381 -15844.724761  21796.946759     63.636058
+PG29  -7037.331946  13570.113165 -21655.745505    235.620671
+PG30 -13094.847663  19091.809254 -13437.953549     90.963391
+PG31   8143.751656  20242.935485 -14795.142935    134.167159
+PG32  25258.359693  -6253.965965   4257.674642   -320.032555
+PR01  17964.144100 -11567.837793 -13913.828075 999999.999999
+PR02   -122.984622 -11356.716761 -22827.613867 999999.999999
+PR03  -6132.841817 -13394.868875  20775.098167 999999.999999
+PR04  17861.580176  18195.841599   -406.836997 999999.999999
+PR05 -18036.789250  11568.025911  13837.725329 999999.999999
+PR06   -690.857714  11435.637150  22780.062314 999999.999999
+PR07  18529.241838   2974.671714  17286.421006 999999.999999
+PR08  24826.293594  -4966.339815   3126.735781 999999.999999
+PR09  -2761.063065  23896.298317  -8383.153175 999999.999999
+PR10   6093.735461  13527.872324 -20798.174187 999999.999999
+PR11  11846.027891  -5502.900475 -21930.302866 999999.999999
+PR12  10632.698302 -21057.163384  -9508.015170 999999.999999
+PR13   2592.097342 -24050.722187   8039.904905 999999.999999
+PR15 -11889.274890   7773.655493  21163.956753 999999.999999
+PR16 -10568.311531  21347.438342   9231.580449 999999.999999
+PR17 -18458.720627 -17337.577685  -2681.126678 999999.999999
+PR18 -17117.469165  -5216.543186 -18104.530796 999999.999999
+PR19  -5857.485860   9406.644581 -22977.606157 999999.999999
+PR20   9370.810852  19112.622468 -14099.603713 999999.999999
+PR21  18569.927537  17254.543207   2341.770725 999999.999999
+PR22  17432.345036   5649.343625  17820.543514 999999.999999
+PR23   5754.350592  -9529.678039  22942.069678 999999.999999
+PR24  -8975.907460 -18821.158446  14669.871252 999999.999999
+*  2011  8 30 19 45  0.00000000
+PG01  13294.485343 -12987.430628  18969.087145     -8.966208
+PG02 -14213.281705 -11524.762814 -19345.986603    353.657243
+PG03  24450.097804  10796.406054   -337.224883    761.749640
+PG04  -7057.699276 -23472.130209 -10008.685453    216.811968
+PG05 -20457.174154  -2220.819982 -16867.376257   -211.340983
+PG06  22276.370125  14314.794088  -3247.940372    -82.959584
+PG07   6284.481629 -24236.072157  -8488.108637     24.427508
+PG08   2005.955528 -26151.646618    927.322539      9.037297
+PG09 -13538.437336   9032.731860  20444.705172    102.508100
+PG10  -5198.005997 -14824.531969 -21609.511103    -11.569492
+PG11  15445.955976  -6261.741225  20317.554386   -181.543338
+PG12 -23681.525517  11746.282685   1291.890876     19.216997
+PG13   9372.479132 -11310.528477 -22267.521740    253.897003
+PG14  10600.450223  19338.781514  15082.101951    169.757038
+PG15 -22591.050784  -1226.995752  14059.349153   -108.391733
+PG16  21209.342016   1313.513423 -16113.620488   -194.868710
+PG17 -11526.315454 -19298.037717  14470.176760    177.185955
+PG18 -11111.344332  18841.868169  15140.013743    154.890876
+PG19  22983.916370   5819.977538  12313.971017   -178.576461
+PG20  22473.221222 -14087.876743   -297.591839     52.338993
+PG21  -3999.634189  25416.306109  -4713.528907   -168.169574
+PG22   2546.152987  16372.615900  20922.817293    144.902737
+PG23  17654.202805  -4964.093105 -19324.399830    279.933827
+PG24  14622.080774 -10702.420656  19356.001091    419.792198
+PG25 -17537.583467  17620.783339  -9336.880787     16.433771
+PG26 -22983.072280 -12890.726842   4115.465958   -140.836758
+PG27 -14983.119329   1767.008078  22493.492727    300.248842
+PG28   1656.127631 -16775.558444  20986.976187     63.638749
+PG29  -9089.203490  12148.087451 -21731.889998    235.623680
+PG30 -14338.504389  19654.101267 -11084.617090     90.960320
+PG31   7879.718729  21828.017895 -12523.065019    134.171957
+PG32  24795.140693  -5742.382159   7024.913380   -320.038757
+PR01  19420.384142 -12120.640792 -11228.996516 999999.999999
+PR02   2538.662563 -12173.325066 -22258.424591 999999.999999
+PR03  -5683.160986 -15828.877322  19119.789365 999999.999999
+PR04  17786.931069  17912.016490  -3612.212012 999999.999999
+PR05 -19481.273435  12119.141866  11146.446364 999999.999999
+PR06  -3339.500023  12252.793399  22108.341319 999999.999999
+PR07  16402.812614   3706.550796  19186.143797 999999.999999
+PR08  24237.571179  -4919.226562   6260.396978 999999.999999
+PR09  -2814.953168  24752.066444  -5301.075104 999999.999999
+PR10   5654.523181  15951.392282 -19144.664899 999999.999999
+PR11  11172.698448  -2827.948960 -22769.953199 999999.999999
+PR12  10170.259504 -19781.236993 -12354.648716 999999.999999
+PR13   2596.127316 -24875.808986   4935.806516 999999.999999
+PR15 -11221.303392   5169.449749  22302.278488 999999.999999
+PR16 -10099.418881  20105.760247  12082.147014 999999.999999
+PR17 -18663.338572 -17317.278037    540.058623 999999.999999
+PR18 -18717.616751  -6594.473595 -15935.425414 999999.999999
+PR19  -7901.581164   7431.116393 -23089.237497 999999.999999
+PR20   8099.168852  17712.078248 -16504.842822 999999.999999
+PR21  18740.918342  17206.697916   -880.620701 999999.999999
+PR22  19009.525769   6975.749685  15613.151423 999999.999999
+PR23   7818.333859  -7577.317660  23058.837449 999999.999999
+PR24  -7627.735880 -17395.158683  17003.495321 999999.999999
+*  2011  8 30 20  0  0.00000000
+PG01  13472.891747 -10749.202781  20202.475269     -8.967815
+PG02 -14162.729472 -13668.200528 -17987.201226    353.658853
+PG03  24195.241692  11037.272049  -3102.882725    761.755197
+PG04  -6766.310849 -24461.449129  -7424.581916    216.821971
+PG05 -18811.736255  -3402.117794 -18497.484162   -211.345700
+PG06  21658.779595  14349.617728  -5974.713683    -82.950727
+PG07   6504.962339 -23112.640799 -11081.010044     24.429174
+PG08   2195.571240 -26070.735427  -2033.123338      9.036524
+PG09 -13694.367941   6541.007921  21250.564251    102.509079
+PG10  -3081.343662 -15977.204934 -21150.595174    -11.570757
+PG11  16142.430616  -3932.455616  20390.911991   -181.546348
+PG12 -23523.709446  11396.203237   4165.537173     19.219186
+PG13  11440.434325  -9918.000578 -21967.717025    253.895868
+PG14   9011.439598  18481.141590  17068.257615    169.758875
+PG15 -23794.623358  -2107.559213  11800.886038   -108.390076
+PG16  19575.318848   2357.472247 -17930.840953   -194.870883
+PG17  -9947.381977 -18551.232031  16477.251556    177.184305
+PG18 -12611.217602  19410.342483  13020.812117    154.892746
+PG19  23923.159222   6685.236793   9878.210521   -178.580108
+PG20  22543.788969 -13724.125655   2499.514103     52.339360
+PG21  -4384.926137  24662.030115  -7425.778456   -168.171872
+PG22    485.990197  17459.702501  20162.947940    144.902334
+PG23  19441.987327  -3823.793282 -17843.303086    279.931227
+PG24  14670.777475  -8418.748015  20447.467791    419.794424
+PG25 -18433.197615  17909.657469  -6671.856428     16.435326
+PG26 -23206.052633 -13223.809801   1253.691508   -140.848225
+PG27 -15152.426734   -653.449614  22470.633921    300.253126
+PG28   3656.819735 -17773.566321  19830.088104     63.641504
+PG29 -11201.932461  10841.428366 -21431.728585    235.626608
+PG30 -15334.223833  20116.040083  -8544.236942     90.957085
+PG31   7702.031187  23151.750913 -10030.774397    134.177078
+PG32  24080.982408  -5077.364499   9669.111905   -320.044970
+PR01  20510.408759 -12656.905289  -8325.777636 999999.999999
+PR02   5044.274123 -13144.882634 -21256.387550 999999.999999
+PR03  -5453.854152 -18066.186233  17091.214206 999999.999999
+PR04  17389.360977  17387.538186  -6747.346285 999999.999999
+PR05 -20559.346114  12652.447394   8238.627436 999999.999999
+PR06  -5820.125589  13221.189325  21006.680042 999999.999999
+PR07  14139.614509   4670.835805  20713.433720 999999.999999
+PR08  23299.536295  -4697.282749   9272.491720 999999.999999
+PR09  -2738.341937  25229.157113  -2115.549085 999999.999999
+PR10   5435.879950  18178.188229 -17121.260183 999999.999999
+PR11  10689.916738    -34.277554 -23168.058527 999999.999999
+PR12   9743.696221 -18144.294173 -14959.473549 999999.999999
+PR13   2477.600212 -25315.663322   1735.649484 999999.999999
+PR15 -10735.542127   2410.981814  23006.862625 999999.999999
+PR16  -9665.272823  18501.567126  14698.841960 999999.999999
+PR17 -18562.910261 -17026.087160   3750.699681 999999.999999
+PR18 -20193.037611  -7669.524284 -13454.731278 999999.999999
+PR19 -10074.915835   5620.282929 -22752.594932 999999.999999
+PR20   6515.898659  16231.737627 -18590.277529 999999.999999
+PR21  18602.094066  16894.045698  -4085.802433 999999.999999
+PR22  20455.829964   7998.761077  13104.652543 999999.999999
+PR23  10009.583910  -5789.747394  22727.388253 999999.999999
+PR24  -5971.949248 -15902.523887  19006.269347 999999.999999
+*  2011  8 30 20 15  0.00000000
+PG01  13778.281537  -8403.731896  21088.055608     -8.969438
+PG02 -14202.265814 -15638.427255 -16322.443784    353.660743
+PG03  23663.383575  11191.666697  -5816.438121    761.759384
+PG04  -6497.216665 -25165.723026  -4711.027266    216.831765
+PG05 -17091.551525  -4760.902939 -19810.741528   -211.350549
+PG06  20764.368187  14301.002402  -8599.774455    -82.941980
+PG07   6805.269028 -21719.353750 -13480.696024     24.430718
+PG08   2387.630840 -25661.289836  -4957.290728      9.036406
+PG09 -13992.506767   3988.729026  21671.734762    102.511766
+PG10  -1081.602804 -17197.742677 -20332.835856    -11.571611
+PG11  16925.287772  -1647.530489  20103.023114   -181.548891
+PG12 -23115.782352  10859.539579   6966.746383     19.221285
+PG13  13536.491026  -8673.240311 -21294.986220    253.894437
+PG14   7195.384649  17614.132340  18765.994984    169.760579
+PG15 -24798.827390  -2816.116763   9341.219816   -108.388839
+PG16  17841.468217   3592.703458 -19442.619895   -194.872862
+PG17  -8144.212912 -17792.997328  18206.185442    177.182681
+PG18 -13877.779500  19909.618170  10677.507926    154.894513
+PG19  24661.905691   7355.987501   7275.670926   -178.583631
+PG20  22380.633975 -13175.513059   5253.344970     52.339899
+PG21  -4827.620774  23621.825869 -10003.740778   -168.174229
+PG22  -1434.817630  18586.642422  19060.628386    144.902106
+PG23  21120.476122  -2862.628638 -16058.720665    279.928455
+PG24  14835.614518  -6039.881073  21186.171362    419.795996
+PG25 -19060.879798  18066.816869  -3891.906957     16.436865
+PG26 -23168.925389 -13378.249547  -1629.293715   -140.859280
+PG27 -15457.019148  -3035.006468  22084.122367    300.255340
+PG28   5479.107822 -18803.835023  18343.969371     63.643995
+PG29 -13331.311235   9672.208858 -20760.356300    235.629717
+PG30 -16084.194425  20437.960799  -5859.095527     90.954022
+PG31   7577.129721  24187.857966  -7362.298353    134.182182
+PG32  23148.783334  -4237.282079  12144.689268   -320.050899
+PR01  21223.618216 -13119.672595  -5260.642588 999999.999999
+PR02   7338.027415 -14232.460098 -19840.969631 999999.999999
+PR03  -5418.470190 -20045.294587  14728.820564 999999.999999
+PR04  16646.668303  16674.260926  -9751.273846 999999.999999
+PR05 -21260.747834  13111.018993   5170.754633 999999.999999
+PR06  -8077.849949  14300.368435  19496.386600 999999.999999
+PR07  11804.336556   5866.641089  21838.564061 999999.999999
+PR08  22052.076415  -4260.589954  12104.560985 999999.999999
+PR09  -2583.541875  25306.341823   1111.279015 999999.999999
+PR10   5411.294402  20147.645934 -14767.182812 999999.999999
+PR11  10415.962938   2809.641361 -23116.635101 999999.999999
+PR12   9405.038423 -16179.995727 -17271.907326 999999.999999
+PR13   2290.223080 -25351.160812  -1498.279396 999999.999999
+PR15 -10455.382577   -434.372924  23264.373870 999999.999999
+PR16  -9317.801526  16566.689592  17030.746821 999999.999999
+PR17 -18126.457210 -16510.610805   6888.118215 999999.999999
+PR18 -21481.471377  -8445.695568 -10710.839263 999999.999999
+PR19 -12320.269562   4014.782321 -21974.211751 999999.999999
+PR20   4638.445147  14733.641907 -20315.355525 999999.999999
+PR21  18123.952914  16364.082724  -7211.148021 999999.999999
+PR22  21710.366074   8724.347339  10343.617585 999999.999999
+PR23  12270.581633  -4207.013518  21954.154539 999999.999999
+PR24  -4028.959515 -14404.952100  20639.160005 999999.999999
+*  2011  8 30 20 30  0.00000000
+PG01  14217.669060  -5998.501219  21610.564341     -8.970668
+PG02 -14307.240277 -17401.105983 -14381.035343    353.662046
+PG03  22853.952707  11294.959240  -8432.734082    761.764083
+PG04  -6215.362769 -25573.591643  -1915.068005    216.841577
+PG05 -15341.140739  -6286.557249 -20784.406648   -211.355201
+PG06  19595.157279  14205.273839 -11078.111814    -82.933251
+PG07   7215.000116 -20087.376354 -15645.570634     24.432534
+PG08   2622.162376 -24931.959577  -7793.034457      9.034619
+PG09 -14432.854666   1429.772651  21700.132923    102.513770
+PG10    769.233261 -18452.103129 -19168.827366    -11.572761
+PG11  17776.442981    552.080383  19460.117258   -181.552125
+PG12 -22489.366597  10112.617921   9646.863496     19.223498
+PG13  15613.582725  -7592.680884 -20260.824528    253.893131
+PG14   5176.582236  16777.019746  20146.709095    169.762197
+PG15 -25569.745932  -3372.083615   6722.377130   -108.387378
+PG16  16054.017358   5013.407093 -20622.503313   -194.874949
+PG17  -6140.424973 -17060.685494  19627.666368    177.181303
+PG18 -14905.121039  20300.452317   8149.513895    154.896398
+PG19  25167.178283   7852.467363   4550.459036   -178.587300
+PG20  22011.033599 -12419.900262   7916.097080     52.340455
+PG21  -5357.473913  22318.421603 -12400.336841   -168.176272
+PG22  -3188.887148  19718.466145  17634.034176    144.901665
+PG23  22645.939913  -2075.708279 -14001.655643    279.925781
+PG24  15124.552992  -3612.738055  21560.319667    419.798233
+PG25 -19432.094755  18055.637432  -1044.892354     16.438400
+PG26 -22853.801844 -13389.094810  -4485.047163   -140.870612
+PG27 -15885.629739  -5332.357995  21340.852884    300.256708
+PG28   7098.421874 -19827.034101  16551.771886     63.646674
+PG29 -15430.527079   8654.757204 -19729.340482    235.632670
+PG30 -16598.580509  20582.641948  -3074.266184     90.951029
+PG31   7467.911117  24918.727964  -4564.698975    134.187344
+PG32  22036.658668  -3207.374811  14409.441331   -320.056923
+PR01  21562.591720 -13452.580721  -2093.208677 999999.999999
+PR02   9372.988462 -15388.617344 -18039.685721 999999.999999
+PR03  -5540.062419 -21712.810627  12078.646804 999999.999999
+PR04  15549.039763  15829.016892 -12565.583119 999999.999999
+PR05 -21588.369264  13438.583377   2002.427156 999999.999999
+PR06 -10067.011787  15441.579781  17606.741033 999999.999999
+PR07   9461.866250   7281.049880  22539.599894 999999.999999
+PR08  20544.403562  -3578.334226  14701.660315 999999.999999
+PR09  -2405.986614  24975.621147   4316.397915 999999.999999
+PR10   5543.883703  21807.175563 -12127.977973 999999.999999
+PR11  10356.801399   5632.915852 -22616.403454 999999.999999
+PR12   9199.805018 -13933.353672 -19247.255452 999999.999999
+PR13   2090.381749 -24976.573664  -4703.071584 999999.999999
+PR15 -10392.001521  -3295.739983  23070.179078 999999.999999
+PR16  -9102.693220  14344.415673  19032.354385 999999.999999
+PR17 -17334.731540 -15824.208661   9891.091974 999999.999999
+PR18 -22524.897904  -8939.468859  -7757.362675 999999.999999
+PR19 -14574.708761   2644.246407 -20769.190095 999999.999999
+PR20   2496.689500  13277.001229 -21646.463660 999999.999999
+PR21  17288.882168  15670.756079 -10195.630995 999999.999999
+PR22  22716.679624   9170.650290   7383.376296 999999.999999
+PR23  14538.210970  -2858.130133  20754.159130 999999.999999
+PR24  -1831.441206 -12960.746936  21870.333670 999999.999999
+*  2011  8 30 20 45  0.00000000
+PG01  14790.016723  -3582.164074  21760.987984     -8.971908
+PG02 -14448.018614 -18928.244204 -12196.696712    353.663645
+PG03  21774.195518  11382.640666 -10908.576297    761.768403
+PG04  -5885.000288 -25682.325989    914.477886    216.851124
+PG05 -13603.520174  -7960.519566 -21401.505292   -211.360037
+PG06  18161.466605  14098.517114 -13366.994428    -82.924508
+PG07   7757.821970 -18254.528452 -17538.268396     24.434205
+PG08   2936.874599 -23901.120195 -10489.908453      9.035118
+PG09 -15006.610434  -1082.336999  21335.143802    102.515743
+PG10   2445.600189 -19701.809097 -17677.117690    -11.573248
+PG11  18672.014440   2629.579043  18474.787445   -181.555085
+PG12 -21681.640342   9139.061520  12159.413567     19.225520
+PG13  17623.226050  -6684.352148 -18882.772370    253.891330
+PG14   2986.729771  16004.915468  21187.057900    169.763802
+PG15 -26079.331423  -3800.896971   3989.029435   -108.385986
+PG16  14258.643879   6605.262265 -21449.554350   -194.876738
+PG17  -3966.804398 -16387.662831  20717.445579    177.179714
+PG18 -15695.348408  20544.705025   5479.866966    154.898159
+PG19  25411.881408   8201.035554   1748.601118   -178.591124
+PG20  21467.492787 -11441.842043  10441.417314     52.340985
+PG21  -5999.582879  20782.283101 -14571.747662   -168.178714
+PG22  -4755.657901  20816.857752  15906.869837    144.901394
+PG23  23977.782846  -1450.309079 -11707.519981    279.923005
+PG24  15537.735013  -1185.176063  21564.434617    419.799958
+PG25 -19566.168821  17843.706653   1820.132725     16.439978
+PG26 -22250.851249 -13294.907298  -7266.239579   -140.882053
+PG27 -16419.516183  -7503.217676  20253.093437    300.258371
+PG28   8497.723941 -20800.828237  14481.872639     63.649005
+PG29 -17451.831413   7795.230306 -18356.521215    235.635508
+PG30 -16895.034019  20516.850406   -236.912431     90.947895
+PG31   7335.393782  25335.988698  -1687.182633    134.192216
+PG32  20786.398965  -1980.473773  16425.233983   -320.062988
+PR01  21542.800457 -13602.433142   1114.926098 999999.999999
+PR02  11112.814316 -16559.405213 -15887.563797 999999.999999
+PR03  -5772.953459 -23025.552688   9192.416552 999999.999999
+PR04  14099.684981  14911.082163 -15135.557340 999999.999999
+PR05 -21557.954907  13582.079917  -1204.802287 999999.999999
+PR06 -11752.828793  16589.841387  15374.432158 999999.999999
+PR07   7174.750421   8889.447195  22802.829247 999999.999999
+PR08  18833.005561  -2630.360913  17013.422437 999999.999999
+PR09  -2261.622544  24242.598806   7437.182808 999999.999999
+PR10   5788.138457  23114.232893  -9254.643137 999999.999999
+PR11  10505.845250   8364.937144 -21676.795967 999999.999999
+PR12   9164.932455 -11459.003106 -20847.560359 999999.999999
+PR13   1934.506015 -24199.826131  -7816.427951 999999.999999
+PR15 -10543.916714  -6101.455217  22428.408429 999999.999999
+PR16  -9057.301520  11887.906767  20664.468007 999999.999999
+PR17 -16181.228704 -15024.565249  12701.067425 999999.999999
+PR18 -23272.019781  -9178.847122  -4652.071145 999999.999999
+PR19 -16772.052177   1526.264705 -19160.909820 999999.999999
+PR20    131.975820  11915.733921 -22557.587637 999999.999999
+PR21  16092.101036  14872.006265 -12981.036709 999999.999999
+PR22  23425.109243   9366.955821   4281.004539 999999.999999
+PR23  16746.233710  -1760.065615  19150.724053 999999.999999
+PR24    576.772135 -11622.389808  22675.782436 999999.999999
+*  2011  8 30 21  0  0.00000000
+PG01  15486.205421  -1202.854067  21536.719598     -8.974479
+PG02 -14591.241980 -20199.041420  -9806.950490    353.664945
+PG03  20438.948043  11488.849792 -13203.353887    761.773735
+PG04  -5471.306642 -25497.929341   3727.908884    216.861117
+PG05 -11918.648353  -9756.814083 -21651.137090   -211.365025
+PG06  16481.704213  14015.051210 -15426.710381    -82.915839
+PG07   8450.383888 -16263.896681 -19126.303899     24.435526
+PG08   3365.425374 -22596.155394 -13000.152251      9.036612
+PG09 -15696.492323  -3496.433229  20583.641545    102.517301
+PG10   3929.186094 -20905.344281 -15881.991116    -11.573717
+PG11  19583.274794   4553.540409  17165.664322   -181.558151
+PG12 -20733.819533   7930.619119  14460.926235     19.227787
+PG13  19517.226458  -5947.717797 -17184.131562    253.889648
+PG14    663.923897  15327.439856  21869.335245    169.765691
+PG15 -26306.464086  -4132.842503   1187.750772   -108.384649
+PG16  12498.818415   8345.764570 -21908.755171   -194.879190
+PG17  -1660.350400 -15802.022656  21456.739367    177.178309
+PG18 -16258.393596  20606.944670   2714.525542    154.899707
+PG19  25375.840659   8432.980800  -1082.691214   -178.594977
+PG20  20786.406787 -10233.403605  12785.237434     52.340789
+PG21  -6773.118950  19050.467001 -16478.357882   -168.181000
+PG22  -6122.002162  21841.581417  13908.018623    144.901000
+PG23  25079.989543   -966.571386  -9215.526080    279.920318
+PG24  16067.471112   1195.656198  21199.380363    419.803380
+PG25 -19489.401446  17404.224091   4653.767927     16.441479
+PG26 -21358.655192 -13136.136787  -9927.340818   -140.893212
+PG27 -17033.147390  -9509.636279  18838.309056    300.262846
+PG28   9668.037567 -21681.436738  12167.549646     63.651947
+PG29 -19348.255761   7091.517178 -16665.698195    235.638478
+PG30 -16997.919891  20212.768971   2604.473341     90.944736
+PG31   7140.455106  25440.717432   1219.821775    134.197077
+PG32  19441.823219   -557.412482  18158.596111   -320.069110
+PR01  21191.793625 -13521.645993   4301.386875 999999.999999
+PR02  12533.012228 -17686.661048 -13426.462620 999999.999999
+PR03  -6064.884949 -23952.234113   6126.514898 999999.999999
+PR04  12314.933536  13979.557011 -17411.241691 999999.999999
+PR05 -21197.282455  13494.100633  -4388.625598 999999.999999
+PR06 -13112.599467  17686.287820  12842.847287 999999.999999
+PR07   5000.767037  10656.356784  22623.036029 999999.999999
+PR08  16979.313766  -1408.280342  18995.029385 999999.999999
+PR09  -2204.278274  23126.296701  10412.642426 999999.999999
+PR10   6092.034113  24037.939804  -6202.657972 999999.999999
+PR11  10844.265728  10938.079533 -20315.796291 999999.999999
+PR12   9327.093315  -8819.088952 -22042.304919 999999.999999
+PR13   1876.438524 -23042.194432 -10777.874576 999999.999999
+PR15 -10897.092404  -8781.800516  21351.847883 999999.999999
+PR16  -9208.907743   9258.207341  21894.986108 999999.999999
+PR17 -14672.670658 -14171.095086  15263.315609 999999.999999
+PR18 -23680.479547  -9201.904834  -1455.736372 999999.999999
+PR19 -18845.488696    665.864120 -17180.577644 999999.999999
+PR20  -2404.344498  10696.242898 -23030.828216 999999.999999
+PR21  14542.068938  14027.158768 -15513.113105 999999.999999
+PR22  23794.878698   9352.212499   1096.247283 999999.999999
+PR23  18827.911360   -917.246649  17175.017736 999999.999999
+PR24   3142.264153 -10434.376312  23039.796424 999999.999999
+*  2011  8 30 21 15  0.00000000
+PG01  16289.330223   1093.480709  20941.604808     -8.976908
+PG02 -14701.220132 -21200.470613  -7252.482522    353.666392
+PG03  18870.150132  11644.973970 -15279.606514    761.779359
+PG04  -4941.988847 -25034.897898   6475.565518    216.870912
+PG05 -10321.997257 -11642.872121 -21528.681826   -211.369511
+PG06  14581.854388  13985.968249 -17221.271230    -82.907150
+PG07   9301.523152 -14162.256230 -20382.623455     24.437332
+PG08   3935.870154 -21052.379805 -15279.608757      9.036180
+PG09 -16477.440855  -5765.605471  19459.826997    102.518722
+PG10   5209.495325 -22019.697961 -13813.146958    -11.575571
+PG11  20477.800597   6298.895119  15556.977777   -181.561133
+PG12 -19689.497529   6487.673992  16511.699718     19.230257
+PG13  21249.383839  -5373.841567 -15193.592952    253.888119
+PG14  -1748.578070  14767.600338  22181.761540    169.767428
+PG15 -26237.760642  -4401.699078  -1633.752942   -108.383237
+PG16  10814.230374  10204.885967 -21991.317804   -194.881072
+PG17    736.913471 -15325.502650  21832.552911    177.177102
+PG18 -16611.516040  20455.984493    -98.417249    154.901392
+PG19  25046.596797   8583.154291  -3895.767105   -178.598385
+PG20  20006.576812  -8794.689484  14906.574621     52.341725
+PG21  -7690.319662  17165.194488 -18085.602599   -168.183265
+PG22  -7282.555537  22752.003710  11671.103039    144.900471
+PG23  25922.404610   -598.459072  -6568.031161    279.917571
+PG24  16698.540222   3484.922042  20472.285095    419.806253
+PG25 -19233.914271  16717.194708   7407.124628     16.443080
+PG26 -20184.265629 -12953.472149 -12425.244721   -140.904585
+PG27 -17695.126919 -11319.176799  17118.940894    300.265694
+PG28  10608.690418 -22425.289928   9646.568832     63.654663
+PG29 -21075.307172   6533.475937 -14686.209724    235.641343
+PG30 -16937.278232  19649.248448   5400.882535     90.941507
+PG31   6845.567611  25243.284101   4105.594527    134.201907
+PG32  18047.093682   1052.879782  19581.207299   -320.075166
+PR01  20547.892903 -13170.469330   7404.239948 999999.999999
+PR02  13621.703885 -18710.501299 -10704.255181 999999.999999
+PR03  -6359.459118 -24474.659716   2940.867339 999999.999999
+PR04  10223.789457  13090.771748 -19348.416065 999999.999999
+PR05 -20544.853032  13135.103980  -7487.192222 999999.999999
+PR06 -14136.400742  18670.702941  10061.228167 999999.999999
+PR07   2990.708547  12536.748777  22003.609022 999999.999999
+PR08  15047.185019     83.922723  20608.075766 999999.999999
+PR09  -2283.126443  21658.417849  13184.634383 999999.999999
+PR10   6399.421007  24560.238622  -3030.931486 999999.999999
+PR11  11341.835056  13290.285918 -18559.611867 999999.999999
+PR12   9701.473317  -6080.859674 -22808.959319 999999.999999
+PR13   1964.919719 -21537.464807 -13529.938886 999999.999999
+PR15 -11425.587605 -11271.653413  19861.667030 999999.999999
+PR16  -9573.415836   6521.928220  22699.555086 999999.999999
+PR17 -12828.938827 -13322.294301  17528.007121 999999.999999
+PR18 -23718.715020  -9054.910998   1769.085244 999999.999999
+PR19 -20730.238885     55.525120 -14866.624831 999999.999999
+PR20  -5052.792636   9655.522185 -23056.763329 999999.999999
+PR21  12660.342117  13194.277825 -17742.636355 999999.999999
+PR22  23795.840547   9173.159389  -2109.603865 999999.999999
+PR23  20718.664923   -321.599610  14865.449117 999999.999999
+PR24   5804.019655  -9431.407944  22955.272978 999999.999999
+*  2011  8 30 21 30  0.00000000
+PG01  17175.310207   3264.655904  19985.876799     -8.979219
+PG02 -14741.406263 -21927.577950  -4576.472867    353.667910
+PG03  17096.122448  11878.370463 -17103.536373    761.784277
+PG04  -4268.800081 -24315.646151   9108.772691    216.880815
+PG05  -8843.302858 -13580.617994 -21035.900920   -211.374133
+PG06  12494.678317  14037.794757 -18719.066931    -82.898144
+PG07  10311.790226 -11998.366221 -21286.050058     24.439085
+PG08   4669.357436 -19311.652348 -17288.550452      9.036583
+PG09 -17317.669061  -7848.905567  17984.889119    102.519968
+PG10   6284.115491 -23002.002522 -11505.273185    -11.575710
+PG11  21320.767904   7847.643842  13678.022127   -181.564115
+PG12 -18592.909541   4819.414026  18276.490066     19.232276
+PG13  22777.135910  -4945.876328 -12944.779920    253.886572
+PG14  -4203.790459  14340.926043  22118.688150    169.769045
+PG15 -25868.103484  -4643.253122  -4427.431771   -108.381598
+PG16   9239.357620  12146.036944 -21694.895231   -194.882909
+PG17   3179.319123 -14972.647437  21837.920791    177.175653
+PG18 -16778.508203  20066.284735  -2909.591837    154.903033
+PG19  24419.926924   8688.477364  -6643.285895   -178.601960
+PG20  19167.637601  -7134.060338  16768.281455     52.341703
+PG21  -8755.790097  15172.211008 -19364.689744   -168.185418
+PG22  -8239.753393  23508.655557   9233.959765    144.900233
+PG23  26481.800331   -314.945842  -3809.844288    279.915078
+PG24  17408.786626   5641.597773  19396.362006    419.809001
+PG25 -18836.282721  15770.367523  10032.676422     16.444651
+PG26 -18742.974165 -12786.224234 -14719.832881   -140.916812
+PG27 -18369.325796 -12905.909901  15122.139660    300.267581
+PG28  11327.252318 -22990.725748   6960.678264     63.657221
+PG29 -22592.576522   6103.494208 -12452.411766    235.644349
+PG30 -16747.557501  18812.830359   8103.642385     90.938349
+PG31   6416.462164  24762.838245   6920.046098    134.207038
+PG32  16645.058193   2833.598553  20670.278609   -320.081309
+PR01  19658.451563 -12518.887847  10363.200543 999999.999999
+PR02  14379.863758 -19571.905898  -7773.893893 999999.999999
+PR03  -6598.766143 -24588.382366   -302.254654 999999.999999
+PR04   7866.961115  12295.828030 -20909.454425 999999.999999
+PR05 -19648.148219  12475.308150 -10440.312840 999999.999999
+PR06 -14827.252546  19484.130579   7083.709490 999999.999999
+PR07   1186.468702  14477.764885  20956.484294 999999.999999
+PR08  13100.303045   1829.802080  21821.307110 999999.999999
+PR09  -2540.348518  19882.088344  15699.022547 999999.999999
+PR10   6652.593901  24676.533597    199.314913 999999.999999
+PR11  11958.269204  15367.431308 -16442.183988 999999.999999
+PR12  10291.054458  -3314.070918 -23133.364719 999999.999999
+PR13   2241.295771 -19730.586249 -16019.262944 999999.999999
+PR15 -12092.717632 -13512.942528  17986.989276 999999.999999
+PR16 -10154.538037   3748.697649  23062.075970 999999.999999
+PR17 -10682.460093 -12533.152644  19451.184388 999999.999999
+PR18 -23367.372013  -8790.107754   4959.306288 999999.999999
+PR19 -22366.149693   -324.267208 -12263.964568 999999.999999
+PR20  -7747.990619   8819.673259 -22634.648164 999999.999999
+PR21  10480.885473  12427.596450 -19626.369737 999999.999999
+PR22  23409.800990   8882.140759  -5274.859468 999999.999999
+PR23  22358.661597     46.873556  12266.920229 999999.999999
+PR24   8495.734186  -8637.015226  22423.856602 999999.999999
+*  2011  8 30 21 45  0.00000000
+PG01  18113.789171   5273.681486  18685.981268     -8.982120
+PG02 -14675.899757 -22383.494840  -1823.905452    353.669712
+PG03  15150.633652  12211.249417 -18645.464412    761.788790
+PG04  -3428.902995 -23369.617159  11580.776165    216.890873
+PG05  -7505.543305 -15527.779310 -20180.930893   -211.379198
+PG06  10258.653540  14191.328977 -19893.458206    -82.889101
+PG07  11473.310707  -9821.206975 -21821.615709     24.440507
+PG08   5579.125498 -17420.743822 -18992.395254      9.035621
+PG09 -18180.008894  -9712.785744  16186.503635    102.519894
+PG10   7158.671314 -23811.202064  -8997.516036    -11.576659
+PG11  22076.338046   9189.281482  11562.542295   -181.567222
+PG12 -17487.191420   2943.657111  19725.113497     19.234651
+PG13  24063.079287  -4639.858405 -10475.713047    253.885003
+PG14  -6652.575129  14054.890846  21680.712041    169.771001
+PG15 -25200.870606  -4893.738719  -7145.685351   -108.380053
+PG16   7802.236681  14127.298769 -21023.685172   -194.884731
+PG17   5619.076958 -14750.248690  21472.059154    177.174553
+PG18 -16788.631481  19419.157474  -5669.265829    154.904926
+PG19  23500.074533   8786.377854  -9278.961448   -178.605672
+PG20  18308.460031  -5268.026103  18337.729343     52.342512
+PG21  -9966.146154  13119.008867 -20293.175704   -168.187769
+PG22  -9003.568915  24074.774998   6638.034262    144.899748
+PG23  26742.696201    -81.382591   -987.505491    279.912179
+PG24  18169.987610   7629.817198  17990.636125    419.811897
+PG25 -18336.003789  14559.881863  12485.087315     16.446274
+PG26 -17057.808307 -12670.792399 -16774.478869   -140.928141
+PG27 -19016.192181 -14251.198863  12879.451353    300.269883
+PG28  11839.160816 -23339.664767   4155.008168     63.659866
+PG29 -23865.196701   5777.349771 -10003.067024    235.647358
+PG30 -16466.163646  17698.493113  10665.292691     90.935067
+PG31   5823.651077  24026.465605   9614.608321    134.212206
+PG32  15275.681649   4760.582877  21408.827666   -320.087336
+PR01  18577.752761 -11548.120056  13120.806293 999999.999999
+PR02  14821.022845 -20215.285016  -4692.375909 999999.999999
+PR03  -6726.082834 -24302.791878  -3539.475711 999999.999999
+PR04   5295.406431  11638.379528 -22064.054230 999999.999999
+PR05 -18561.527928  11496.183158 -13190.630055 999999.999999
+PR06 -15200.743023  20071.452153   3968.258917 999999.999999
+PR07   -380.487820  16420.790372  19501.921481 999999.999999
+PR08  11199.607377   3800.890009  22611.219786 999999.999999
+PR09  -3009.104337  17850.132206  17906.751667 999999.999999
+PR10   6794.934505  24395.793438   3425.708723 999999.999999
+PR11  12645.015415  17125.365243 -14004.543175 999999.999999
+PR12  11086.429931   -588.308071 -23009.950707 999999.999999
+PR13   2737.546586 -17675.875505 -18197.632449 999999.999999
+PR15 -12852.678408 -15456.809528  15764.313897 999999.999999
+PR16 -10943.509163   1008.484851  22975.052660 999999.999999
+PR17  -8277.072478 -11852.736566  20995.612125 999999.999999
+PR18 -22620.213260  -8463.242322   8052.570709 999999.999999
+PR19 -23700.114269   -503.961265  -9423.122913 999999.999999
+PR20 -10421.147305   8202.894023 -21772.448155 999999.999999
+PR21   8048.869954  11775.132693 -21127.897063 999999.999999
+PR22  22631.372141   8534.697594  -8338.588006 999999.999999
+PR23  23695.220268    219.010310   9429.951625 999999.999999
+PR24  11148.353283  -8062.669910  21455.906889 999999.999999
+*  2011  8 30 22  0  0.00000000
+PG01  19069.292593   7089.990181  17064.294200     -8.983072
+PG02 -14470.923413 -22579.165942    959.135287    353.671134
+PG03  13071.790688  12659.753497 -19880.230530    761.792630
+PG04  -2406.018965 -22232.112581  13847.649792    216.900323
+PG05  -6324.184753 -17439.373031 -18978.167269   -211.383699
+PG06   7916.689001  14460.702603 -20723.293090    -82.880572
+PG07  12769.986845  -7678.228574 -21980.777859     24.442038
+PG08   6669.839581 -15429.532181 -20362.297973      9.036086
+PG09 -19023.488379 -11332.207163  14098.188546    102.522339
+PG10   7846.460770 -24409.686564  -6332.849578    -11.578833
+PG11  22709.075993  10320.922618   9248.058913   -181.570464
+PG12 -16412.701795    886.340080  20832.951907     19.236707
+PG13  25076.311929  -4425.778459  -7828.202201    253.883028
+PG14  -9045.305339  13908.647267  20874.697697    169.772548
+PG15 -24247.857372  -5188.262266  -9742.150659   -108.378670
+PG16   6523.483548  16102.882344 -19988.420449   -194.887029
+PG17   8007.888543 -14657.085803  20740.424963    177.172630
+PG18 -16675.321942  18503.717518  -8328.293201    154.906416
+PG19  22299.679884   8913.211357 -11758.292988   -178.609207
+PG20  17465.593456  -3220.817359  19587.410565     52.342944
+PG21 -11310.014844  11052.996172 -20855.378462   -168.189756
+PG22  -9590.959813  24417.771225   3927.702205    144.899551
+PG23  26697.902785    139.004986   1851.453910    279.909535
+PG24  18948.956195   9420.012698  16279.584515    419.814780
+PG25 -17773.860175  13090.594889  14722.002587     16.447862
+PG26 -15158.777318 -12639.261445 -18556.495464   -140.939428
+PG27 -19594.200321 -15344.247622  10426.452202    300.273455
+PG28  12167.037735 -23439.198623   1277.378004     63.662478
+PG29 -24865.093656   5525.336279  -7380.655811    235.650249
+PG30 -16131.879572  16310.083832  13040.469969     90.931792
+PG31   5043.751244  23068.053298  12143.078448    134.216934
+PG32  13974.622200   6803.106032  21785.851421   -320.093446
+PR01  17364.636567 -10251.652099  15623.533282 999999.999999
+PR02  14970.451647 -20590.919445  -1519.629150 999999.999999
+PR03  -6688.525132 -23640.633214  -6707.579343 999999.999999
+PR04   2568.453624  11152.745473 -22789.822120 999999.999999
+PR05 -17343.858264  10191.477890 -15684.733030 999999.999999
+PR06 -15284.131126  20383.821349    775.539863 999999.999999
+PR07  -1690.209520  18303.787188  17668.117507 999999.999999
+PR08   9400.856467   5957.646718  22962.511611 999999.999999
+PR09  -3711.894640  15622.953231  19764.816605 999999.999999
+PR10   6773.517287  23740.110537   6585.911335 999999.999999
+PR11  13347.410051  18531.546854 -11294.020942 999999.999999
+PR12  12066.153899   2029.661854 -22441.786949 999999.999999
+PR13   3474.716981 -15434.850395 -20022.902078 999999.999999
+PR15 -13652.564333 -17065.390777  13236.801829 999999.999999
+PR16 -11919.345259  -1631.092877  22439.772402 999999.999999
+PR17  -5666.419285 -11322.045904  22131.489948 999999.999999
+PR18 -21484.484713  -8130.960711  10988.497174 999999.999999
+PR19 -24688.215814   -523.411632  -6399.259731 999999.999999
+PR20 -13002.700178   7806.983713 -20486.702840 999999.999999
+PR21   5419.007605  11276.593128 -22218.315193 999999.999999
+PR22  21468.316551   8187.034630 -11241.759084 999999.999999
+PR23  24684.935085    234.940234   6409.697622 999999.999999
+PR24  13692.735734  -7707.423139  20070.295038 999999.999999
+*  2011  8 30 22 15  0.00000000
+PG01  20002.596225   8690.417056  15148.737157     -8.984096
+PG02 -14096.223611 -22532.805809   3726.173207    353.672570
+PG03  10900.789594  13233.262851 -20787.537479    761.798805
+PG04  -1191.311412 -20942.890579  15869.150214    216.910024
+PG05  -5306.724822 -19269.311342 -17448.039233   -211.388778
+PG06   5514.662218  14852.707526 -21193.334955    -82.871968
+PG07  14178.027806  -5613.678492 -21761.519283     24.443629
+PG08   7937.292261 -13389.104673 -21375.608170      9.036536
+PG09 -19805.064163 -12691.375892  11758.540880    102.525026
+PG10   8367.781860 -24764.824818  -3557.352470    -11.580106
+PG11  23185.344660  11247.131872   6775.150018   -181.573545
+PG12 -15405.473196  -1319.307212  21581.353992     19.239093
+PG13  25793.546547  -4268.890114  -5047.173382    253.881261
+PG14 -11333.558338  13893.082994  19713.703907    169.774287
+PG15 -23028.892396  -5559.271107 -12172.472373   -108.377106
+PG16   5415.606367  18024.760139 -18606.241693   -194.888766
+PG17  10298.591203 -14683.979756  19654.678439    177.171423
+PG18 -16474.717328  17317.532300 -10839.076231    154.908538
+PG19  20839.412197   9102.724241 -14039.274011   -178.613086
+PG20  16671.811205  -1023.650181  20495.445760     52.343411
+PG21 -12768.387999   9019.696967 -21042.619795   -168.192334
+PG22 -10025.042021  24510.552049   1149.526922    144.899415
+PG23  26348.771902    383.543174   4659.260942    279.906749
+PG24  19708.835577  10989.814050  14292.697909    419.818133
+PG25 -17190.245102  11376.076604  16704.787938     16.449483
+PG26 -13081.896212 -12718.170146 -20037.527855   -140.950541
+PG27 -20061.396545 -16182.390815   7802.329066    300.275690
+PG28  12339.712532 -23263.025895  -1622.484554     63.665190
+PG29 -25571.981653   5313.608293  -4630.622094    235.653217
+PG30 -15783.217002  14660.409658  15186.779478     90.928522
+PG31   4060.557185  21926.913418  14462.401206    134.221778
+PG32  12772.000071   8924.903441  21796.401610   -320.099657
+PR01  16079.956434  -8635.762152  17822.832846 999999.999999
+PR02  14863.858229 -20657.171094   1682.658690 999999.999999
+PR03  -6439.539060 -22636.976028  -9744.764084 999999.999999
+PR04   -248.424625  10862.436292 -23072.704951 999999.999999
+PR05 -16055.969695   8567.737979 -17874.194275 999999.999999
+PR06 -15114.965577  20380.851825  -2432.279840 999999.999999
+PR07  -2734.851022  20063.791274  15490.664483 999999.999999
+PR08   7752.425746   8250.880760  22868.375065 999999.999999
+PR09  -4659.387427  13266.114845  21237.106153 999999.999999
+PR10   6541.570120  22743.734468   9618.805426 999999.999999
+PR11  14007.115933  19566.202905  -8363.332360 999999.999999
+PR12  13197.607140   4478.401558 -21440.472386 999999.999999
+PR13   4461.816799 -13073.782582 -21459.800169 999999.999999
+PR15 -14434.694731 -18313.147695  10453.439195 999999.999999
+PR16 -13049.639206  -4107.366750  21466.312358 999999.999999
+PR17  -2911.940164 -10972.234253  22837.014370 999999.999999
+PR18 -19980.724441  -7848.177204  13709.876436 999999.999999
+PR19 -25297.505684   -429.951388  -3251.098404 999999.999999
+PR20 -15425.003840   7621.385547 -18802.221690 999999.999999
+PR21   2653.495632  10961.651396 -22876.773610 999999.999999
+PR22  19941.368862   7893.466605 -13928.354661 999999.999999
+PR23  25295.428069    142.141875   3264.870716 999999.999999
+PR24  16062.329798  -7558.084086  18294.032978 999999.999999
+*  2011  8 30 22 30  0.00000000
+PG01  20872.253412  10059.893136  12972.296549     -8.982378
+PG02 -13526.345076 -22269.105341   6431.047804    353.674357
+PG03   8680.567732  13933.947234 -21352.237928    761.802694
+PG04    216.036997 -19544.590801  17609.496992    216.920071
+PG05  -4452.552330 -20972.066157 -15616.677271   -211.393680
+PG06   3099.833242  15366.418463 -21294.590389    -82.863288
+PG07  15666.785166  -3667.071684 -21168.333046     24.445166
+PG08   9368.472895 -11349.847514 -22016.190212      9.037176
+PG09 -20481.428831 -13784.082808   9210.382214    102.527112
+PG10   8748.971716 -24850.331088   -719.402621    -11.581334
+PG11  23474.621761  11979.474451   4186.706052   -181.576323
+PG12 -14495.851773  -3633.868903  21957.926814     19.241265
+PG13  26199.952265  -4131.208416  -2179.938794    253.879952
+PG14 -13471.775666  13991.200579  18216.813812    169.776116
+PG15 -21571.160917  -6035.124238 -14395.044325   -108.375515
+PG16   4482.640493  19844.409499 -16900.450448   -194.890923
+PG17  12446.774615 -14814.161783  18232.545668    177.169650
+PG18 -16224.066696  15866.936130 -13156.515261    154.909996
+PG19  19147.315159   9384.614178 -16083.070744   -178.616764
+PG20  15954.818552   1286.287430  21045.985819     52.343892
+PG21 -14315.307988   7061.063790 -20853.295566   -168.193694
+PG22 -10334.019885  24332.660879  -1648.535956    144.899067
+PG23  25705.145101    688.518278   7388.652006    279.904131
+PG24  20410.535823  12324.675477  12063.972172    419.823728
+PG25 -16623.513729   9438.271581  18399.203488     16.451068
+PG26 -10868.021239 -12927.486599 -21193.895728   -140.961705
+PG27 -20376.995736 -16771.110826   5049.401362    300.278039
+PG28  12390.981398 -22792.671345  -4493.803765     63.668010
+PG29 -25974.064500   5105.691221  -1800.569235    235.656054
+PG30 -15456.768109  12770.976036  17065.633939     90.925471
+PG31   2865.825177  20646.223183  16533.376588    134.226739
+PG32  11691.398196  11085.396167  21441.568894   -320.105858
+PR01  14783.972629  -6719.512894  19676.069257 999999.999999
+PR02  14545.657758 -20382.369819   4852.244706 999999.999999
+PR03  -5941.122278 -21337.681457 -12591.866106 999999.999999
+PR04  -3086.091418  10779.153032 -22907.258367 999999.999999
+PR05 -14758.052770   6644.291747 -19716.508525 999999.999999
+PR06 -14739.279963  20032.464354  -5592.749083 999999.999999
+PR07  -3518.750548  21639.469794  13011.861658 999999.999999
+PR08   6293.431427  10623.582485  22330.627899 999999.999999
+PR09  -5849.758550  10847.721549  22295.104623 999999.999999
+PR10   6060.686832  21451.618764  12465.663227 999999.999999
+PR11  14564.735700  20222.959124  -5269.546924 999999.999999
+PR12  14438.338891   6704.077937 -20025.867949 999999.999999
+PR13   5695.235849 -10661.071981 -22480.598437 999999.999999
+PR15 -15139.151578 -19187.693522   7468.094465 999999.999999
+PR16 -14291.862636  -6365.007159  20073.369644 999999.999999
+PR17    -80.544035 -10823.266912  23098.780882 999999.999999
+PR18 -18142.023792  -7665.534091  16163.797385 999999.999999
+PR19 -25507.341068   -276.146100    -39.785012 999999.999999
+PR20 -17624.953490   7623.766313 -16751.616330 999999.999999
+PR21   -180.343303  10848.672833 -23090.852567 999999.999999
+PR22  18083.540102   7703.948525 -16346.429254 999999.999999
+PR23  25506.657264     -6.813090     56.596390 999999.999999
+PR24  18195.750774  -7589.930663  16161.742438 999999.999999
+*  2011  8 30 22 45  0.00000000
+PG01  21636.221937  11191.826984  10572.455028     -8.983883
+PG02 -12741.736395 -21818.216925   9028.613705    353.675803
+PG03   6454.400907  14756.580015 -21564.563590    761.807189
+PG04   1808.579660 -18081.053835  19038.058283    216.930067
+PG05  -3753.129695 -22504.328204 -13515.478039   -211.398364
+PG06    719.196274  15993.130917 -21024.526764    -82.854659
+PG07  17199.858634  -1871.859795 -20212.096246     24.446752
+PG08  10941.995868  -9359.601371 -22274.605818      9.035753
+PG09 -21010.811763 -14613.643902   6499.841905    102.528368
+PG10   9021.192865 -24647.405188   2131.196027    -11.582502
+PG11  23550.690989  12535.812109   1527.173471   -181.579407
+PG12 -13707.377008  -6013.086879  21956.714996     19.243429
+PG13  26289.691191  -3973.142665    724.580233    253.878372
+PG14 -15418.830303  14178.809274  16408.867476    169.777853
+PG15 -19908.259736  -6638.819663 -16371.710753   -108.374174
+PG16   3720.123917  21514.599654 -14900.143284   -194.892885
+PG17  14412.309266 -15023.946844  16497.579485    177.168051
+PG18 -15960.091235  14166.989054 -15238.920259    154.911499
+PG19  17257.887054   9783.241170 -17854.661430   -178.620486
+PG20  15336.175842   3667.087759  21229.499555     52.344160
+PG21 -15918.848204   5213.975594 -20292.780103   -168.196650
+PG22 -10549.912644  23871.175657  -4417.973525    144.898861
+PG23  24785.002497   1087.623232   9993.616858    279.901236
+PG24  21014.259143  13418.211369   9631.338135    419.827507
+PG25 -16108.425990   7306.839714  19776.000504     16.452704
+PG26  -8561.534203 -13279.819473 -22006.886584   -140.972855
+PG27 -20502.977990 -17123.773851   2212.580928    300.279799
+PG28  12358.144160 -22018.429453  -7285.681615     63.670481
+PG29 -26068.416323   4864.095373   1060.579150    235.658910
+PG30 -15185.626710  10671.374507  18643.036894     90.922264
+PG31   1459.742109  19271.345273  18321.283832    134.231575
+PG32  10749.124473  13241.063287  20728.382192   -320.111988
+PR01  13533.792335  -4534.211836  21147.340597 999999.999999
+PR02  14066.887977 -19746.296545   7927.544812 999999.999999
+PR03  -5165.680551 -19797.433692 -15193.522646 999999.999999
+PR04  -5874.377736  10902.302174 -22296.748214 999999.999999
+PR05 -13507.100985   4452.703776 -21175.915735 999999.999999
+PR06 -14209.441837  19320.314335  -8644.359401 999999.999999
+PR07  -4057.989341  22973.631052  10279.894276 999999.999999
+PR08   5052.257200  13013.095478  21359.678783 999999.999999
+PR09  -7268.574407   8435.713516  22918.437876 999999.999999
+PR10   5302.698416  19917.539879  15071.274238 999999.999999
+PR11  14962.489434  20508.917389  -2072.968044 999999.999999
+PR12  15737.826612   8662.410497 -18225.680917 999999.999999
+PR13   7158.697957  -8264.551790 -23065.635181 999999.999999
+PR15 -15706.422915 -19690.084719   4338.486749 999999.999999
+PR16 -15595.121335  -8358.106729  18287.915952 999999.999999
+PR17   2757.938514 -10883.071193  22912.020231 999999.999999
+PR18 -16012.774287  -7627.061302  18302.678712 999999.999999
+PR19 -25310.225924   -117.325015   3172.300720 999999.999999
+PR20 -19546.433678   7781.109281 -14374.676843 999999.999999
+PR21  -3012.625476  10943.936681 -22856.774810 999999.999999
+PR22  15938.930633   7661.791769 -18449.100586 999999.999999
+PR23  25311.725650   -156.731920  -3152.778954 999999.999999
+PR24  20039.152405  -7767.921185  13714.974479 999999.999999
+*  2011  8 30 23  0  0.00000000
+PG01  22253.527249  12088.160166   7990.544777     -8.985366
+PG02 -11729.648100 -21214.553912  11475.426062    353.677291
+PG03   4264.490527  15688.621272 -21420.294543    761.812179
+PG04   3570.704894 -16595.607376  20129.925180    216.940247
+PG05  -3192.491789 -23826.596140 -11180.572851   -211.403026
+PG06  -1582.166294  16716.621271 -20387.171357    -82.846182
+PG07  18736.427189   -254.347568 -18909.837997     24.448300
+PG08  12628.862436  -7461.955106 -22148.163401      9.035990
+PG09 -21354.696092 -15192.456288   3675.406792    102.530738
+PG10   9219.013631 -24145.593627   4944.137004    -11.584688
+PG11  23392.665972  12939.378143  -1158.199445   -181.582388
+PG12 -13055.942728  -8409.388244  21578.266890     19.245475
+PG13  26066.127298  -3755.202465   3616.666514    253.876222
+PG14 -17139.441950  14425.506451  14320.097506    169.779526
+PG15 -18079.017817  -7386.927551 -18068.416227   -108.372597
+PG16   3115.417470  22991.151398 -12639.730480   -194.894997
+PG17  16160.728400 -15283.690336  14478.818230    177.167026
+PG18 -15717.368591  12241.077112 -17048.858236    154.913293
+PG19  15210.926171  10316.537487 -19323.427455   -178.624171
+PG20  14830.480398   6073.564356  21042.941222     52.344492
+PG21 -17542.337995   3508.982181 -19373.176752   -168.198525
+PG22 -10707.126040  23121.330670  -7110.575286    144.898289
+PG23  23613.824073   1610.498769  12430.127062    279.898634
+PG24  21481.057647  14272.231397   7036.038476    419.830026
+PG25 -15674.742049   5018.200986  20811.430101     16.454310
+PG26  -6208.916191 -13779.887829 -22463.001702   -140.984596
+PG27 -20405.632180 -17261.084770   -661.232725    300.284253
+PG28  12280.373398 -20939.981747  -9948.071006     63.673215
+PG29 -25861.028332   4551.969553   3903.437288    235.661666
+PG30 -14997.947920   8398.338400  19890.288576     90.919094
+PG31   -148.934356  17848.094767  19796.414587    134.236536
+PG32   9953.755787  15346.913085  19669.629732   -320.118200
+PR01  12380.963722  -2122.361604  22208.167613 999999.999999
+PR02  13482.859900 -18741.199806  10848.832980 999999.999999
+PR03  -4097.439962 -18077.422311 -17499.252357 999999.999999
+PR04  -8544.757548  11219.045762 -21253.083232 999999.999999
+PR05 -12354.508139   2035.717995 -22224.092571 999999.999999
+PR06 -13581.748392  18238.738621 -11527.750573 999999.999999
+PR07  -4379.452294  24015.581389   7347.895089 999999.999999
+PR08   4045.544262  15353.536872  19974.328577 999999.999999
+PR09  -8889.221052   6095.188906  23095.254044 999999.999999
+PR10   4251.123267  18201.864946  17385.011322 999999.999999
+PR11  15146.841430  20444.175053   1164.056024 999999.999999
+PR12  17039.579340  10320.218572 -16074.910966 999999.999999
+PR13   8823.755943  -5948.835397 -23203.683233 999999.999999
+PR15 -16080.042259 -19834.566992   1125.084181 999999.999999
+PR16 -16902.291016 -10051.866520  16144.681814 999999.999999
+PR17   5533.417218 -11147.212737  22280.666309 999999.999999
+PR18 -13646.955658  -7768.135914  20085.185876 999999.999999
+PR19 -24712.119653     -8.994525   6322.759255 999999.999999
+PR20 -21142.489263   8051.274850 -11717.603283 999999.999999
+PR21  -5773.568381  11241.386009 -22179.449189 999999.999999
+PR22  13561.097492   7801.660904 -20195.452845 999999.999999
+PR23  24717.157023   -252.383571  -6300.903161 999999.999999
+PR24  21548.293184  -8048.354722  11001.393094 999999.999999
+*  2011  8 30 23 15  0.00000000
+PG01  22685.897384  12759.095250   5271.033883     -8.985279
+PG02 -10484.791682 -20495.445915  13730.405761    353.678761
+PG03   2150.586558  16710.569609 -20920.866059    761.815629
+PG04   5479.073780 -15129.392482  20866.361577    216.950061
+PG05  -2748.042374 -24904.633339  -8652.208170   -211.407833
+PG06  -3762.661517  17513.722475 -19393.086302    -82.837446
+PG07  20232.753043   1167.105767 -17284.408552     24.449788
+PG08  14393.518253  -5694.741450 -21640.841756      9.036421
+PG09 -21479.381851 -15541.202032    786.964374    102.532330
+PG10   9378.840211 -23343.330361   7669.564633    -11.584713
+PG11  22985.813182  13217.671600  -3824.102944   -181.585454
+PG12 -12549.269234 -10773.537103  20829.589134     19.247938
+PG13  25541.696894  -3439.712126   6446.644429    253.874793
+PG14 -18605.386181  14695.914934  11985.669632    169.781139
+PG15 -16126.125430  -8288.771107 -19455.793646   -108.371110
+PG16   2648.359808  24234.598149 -10158.345893   -194.896894
+PG17  17664.409267 -15558.995162  12210.343731    177.165434
+PG18 -15526.813025  10120.167922 -18553.912100    154.914665
+PG19  13050.180656  10995.158790 -20463.687155   -178.627980
+PG20  14444.839958   8458.824177  20489.794839     52.344914
+PG21 -19145.772357   1969.341680 -18112.931521   -168.201475
+PG22 -10840.925197  22086.832644  -9679.301028    144.898114
+PG23  22223.685230   2281.422221  14656.840440    279.895776
+PG24  21774.366960  14896.476232   4321.960287    419.832584
+PG25 -15346.025484   2614.320769  21487.654955     16.455996
+PG26  -3857.253753 -14424.265670 -22554.154976   -140.996068
+PG27 -20056.991272 -17210.269547  -3523.822680    300.288578
+PG28  12196.981025 -19566.649314 -12432.773808     63.675852
+PG29 -25366.521322   4134.728401   6679.018339    235.664417
+PG30 -14915.710825   5994.500430  20784.593296     90.915958
+PG31  -1943.064912  16421.019131  20934.510767    134.241448
+PG32   9305.974237  17358.001349  18283.608125   -320.124494
+PR01  11369.324431    463.856624  22838.038058 999999.999999
+PR02  12850.644026 -17372.302632  13559.401957 999999.999999
+PR03  -2733.355389 -16242.775658 -19464.431276 999999.999999
+PR04 -11032.955548  11704.884253 -19796.580618 999999.999999
+PR05 -11343.920765   -554.266651 -22840.699463 999999.999999
+PR06 -12913.871930  16795.181203 -14186.871440 999999.999999
+PR07  -4519.430361  24723.229510   4272.906852 999999.999999
+PR08   3277.685864  17578.367063  18201.410697 999999.999999
+PR09 -10673.860579   3885.866377  22822.433014 999999.999999
+PR10   2902.133605  16369.059629  19361.814961 999999.999999
+PR11  15070.962653  20060.806834   4378.365162 999999.999999
+PR12  18283.497534  11656.508884 -13615.169525 999999.999999
+PR13  10650.807041  -3772.814094 -22892.156822 999999.999999
+PR15 -16209.114663 -19647.788039  -2110.047609 999999.999999
+PR16 -18152.443115 -11423.812767  13685.479598 999999.999999
+PR17   8178.208493 -11599.109189  21217.256353 999999.999999
+PR18 -11106.039544  -8113.827635  21477.016345 999999.999999
+PR19 -23732.200366     -4.244046   9350.385858 999999.999999
+PR20 -22377.126713   8384.963036  -8832.106689 999999.999999
+PR21  -8396.141063  11722.913155 -21072.347685 999999.999999
+PR22  11011.039886   8147.935450 -21551.335759 999999.999999
+PR23  23742.627638   -241.081969  -9326.632414 999999.999999
+PR24  22690.211564  -8380.908669   8073.839236 999999.999999
+*  2011  8 30 23 30  0.00000000
+PG01  22899.305899  13222.507650   2460.758168     -8.985926
+PG02  -9009.735334 -19699.696119  15755.478189    353.680215
+PG03    148.691699  17796.574459 -20073.409422    761.819010
+PG04   7503.377036 -13719.800755  21235.120576    216.960042
+PG05  -2391.617232 -25710.734723  -5974.048523   -211.412763
+PG06  -5785.631010  18355.195254 -18059.216489    -82.829018
+PG07  21643.800177   2382.573652 -15364.057595     24.451557
+PG08  16195.158286  -4088.787435 -20763.098138      9.037773
+PG09 -21357.335797 -15687.745791  -2115.136396    102.534661
+PG10   9537.266108 -22248.129028  10259.034510    -11.587040
+PG11  22322.148360  13401.215613  -6425.882626   -181.588674
+PG12 -12186.704043 -13056.347339  19723.992798     19.249905
+PG13  24737.442525  -2992.467206   9165.728297    253.873419
+PG14 -19796.449590  14951.132191   9445.131871    169.782792
+PG15 -14094.622139  -9345.888253 -20509.680148   -108.369524
+PG16   2292.232907  25211.679856  -7499.157740   -194.898860
+PG17  18903.505831 -15812.125751   9730.741903    177.163671
+PG18 -15414.319846   7841.752192 -19727.329184    154.916542
+PG19  10821.849497  11821.911037 -21255.162976   -178.631824
+PG20  14178.658029  10775.907975  19579.995154     52.345406
+PG21 -20687.341019    610.381632 -16536.330104   -168.203386
+PG22 -10985.870106  20779.854553 -12079.139325    144.897765
+PG23  20652.117479   3118.192399  16635.772850    279.893101
+PG24  21861.460306  15308.065303   1534.932000    419.835536
+PG25 -15138.701011    141.282295  21793.056838     16.457620
+PG26  -1552.722380 -15201.410639 -22277.823447   -141.007237
+PG27 -19436.103781 -17004.003484  -6326.388921    300.293110
+PG28  12145.655897 -17917.256986 -14694.437375     63.678494
+PG29 -24607.536847   3581.589170   9339.582785    235.667356
+PG30 -14953.740916   3506.900771  21309.549402     90.912726
+PG31  -3897.635459  15031.755261  21717.104739    134.246683
+PG32   8798.696563  19230.944911  16593.805238   -320.130878
+PR01  10533.193857   3164.504105  23024.796891 999999.999999
+PR02  12226.499026 -15657.778244  16006.662724 999999.999999
+PR03  -1083.477806 -14359.855299 -21051.145956 999999.999999
+PR04 -13281.380004  12324.747187 -17955.569098 999999.999999
+PR05 -10509.435323  -3257.125452 -23013.773062 999999.999999
+PR06 -12262.264475  15010.079540 -16570.072661 999999.999999
+PR07  -4521.824824  25064.849092   1114.766351 999999.999999
+PR08   2740.846675  19623.002933  16075.276930 999999.999999
+PR09 -12574.873228   1859.793427  22105.622355 999999.999999
+PR10   1264.994795  14485.038454  20963.076624 999999.999999
+PR11  14696.922183  19401.353043   7507.238405 999999.999999
+PR12  19408.392924  12663.063564 -10893.885348 999999.999999
+PR13  12590.586934  -1787.407873 -22137.154296 999999.999999
+PR15 -16050.624740 -19167.510723  -5304.426134 999999.999999
+PR16 -19283.456837 -12464.491624  10958.378229 999999.999999
+PR17  10629.596733 -12210.770126  19742.667114 999999.999999
+PR18  -8456.598865  -8677.698901  22451.539513 999999.999999
+PR19 -22402.092559   -151.254797  12196.361966 999999.999999
+PR20 -23226.669159   8727.994294  -5774.397002 999999.999999
+PR21 -10818.594120  12359.166198 -19557.220284 999999.999999
+PR22   8354.882359   8713.506723 -22490.043914 999999.999999
+PR23  22420.165300    -75.159717 -12171.220201 999999.999999
+PR24  23444.440620  -8710.966161   4989.294064 999999.999999
+*  2011  8 30 23 45  0.00000000
+PG01  22865.362676  13503.064906   -391.887972     -8.989851
+PG02  -7315.020461 -18866.090255  17516.178910    353.681793
+PG03  -1710.109110  18915.292660 -18890.722439    761.823122
+PG04   9607.376846 -12399.087361  21230.622781    216.970108
+PG05  -2090.772236 -26224.753051  -3192.414115   -211.417537
+PG06  -7620.603841  19206.861806 -16408.610733    -82.820231
+PG07  22924.905777   3390.723312 -13181.930690     24.452835
+PG08  17989.223106  -2666.960177 -19531.572384      9.038970
+PG09 -20968.280836 -15665.782625  -4980.986154    102.537303
+PG10   9729.409665 -20876.413951  12666.457000    -11.586875
+PG11  21400.789743  13522.227593  -8920.224818   -181.591638
+PG12 -11959.355989 -15210.391372  18280.835966     19.252430
+PG13  23682.225007  -2384.268139  11726.867494    253.871512
+PG14 -20701.091535  15150.338314   6741.777910    169.784581
+PG15 -12030.299683 -10551.796957 -21211.551504   -108.367684
+PG16   2015.000233  25896.607236  -4708.593137   -194.900886
+PG17  19866.593428 -16003.576377   7082.471785    177.162306
+PG18 -15399.634855   5448.517131 -20548.541483    154.918269
+PG19   8572.987599  12791.478544 -21683.372599   -178.635590
+PG20  14023.738502  12979.433401  18329.727977     52.345564
+PG21 -22125.009576   -560.801902 -14672.900464   -168.205690
+PG22 -11174.277526  19220.703717 -14267.938379    144.897505
+PG23  18940.773478   4131.252756  18332.928366    279.890287
+PG24  21714.770665  15530.677734  -1278.006560    419.838662
+PG25 -15061.403499  -2352.298699  21722.434737     16.459246
+PG26    660.906581 -16091.979281 -21637.146791   -141.018917
+PG27 -18530.087195 -16679.113910  -9020.341972    300.296824
+PG28  12160.750878 -16019.603329 -16691.520372     63.681229
+PG29 -23613.832432   2866.957763  11839.459011    235.670402
+PG30 -15119.037991    985.306869  21455.505962     90.909312
+PG31  -5980.558712  13717.523025  22131.761272    134.251701
+PG32   8417.488661  20925.379656  14628.522087   -320.137146
+PR01   9895.984063   5914.130797  22764.875541 999999.999999
+PR02  11663.351888 -13628.195442  18143.161387 999999.999999
+PR03    829.233576 -12493.526421 -22228.908461 999999.999999
+PR04 -15241.280412  13034.545473 -15765.837213 999999.999999
+PR05  -9874.215247  -6007.262753 -22739.956879 999999.999999
+PR06 -11679.632173  12916.216366 -18631.109784 999999.999999
+PR07  -4436.030574  25020.424814  -2065.067602 999999.999999
+PR08   2415.505480  21427.366542  13637.137933 999999.999999
+PR09 -14536.723285     59.394990  20959.100972 999999.999999
+PR10   -638.044174  12614.467048  22157.403609 999999.999999
+PR11  13997.512581  18516.879401  10489.636434 999999.999999
+PR12  20354.566238  13344.508418  -7963.410516 999999.999999
+PR13  14586.080906    -33.660936 -20953.336491 999999.999999
+PR15 -15571.430859 -18440.880510  -8396.340452 999999.999999
+PR16 -20234.704773 -13177.611935   8016.746506 999999.999999
+PR17  12832.186036 -12944.030350  17885.693543 999999.999999
+PR18  -5767.724328  -9461.108126  22990.281176 999999.999999
+PR19 -20764.591605   -491.017628  14805.399660 999999.999999
+PR20 -23680.607301   9023.811093  -2604.078090 999999.999999
+PR21 -12986.766597  13110.840586 -17663.654893 999999.999999
+PR22   5661.348131   9499.062839 -22992.862173 999999.999999
+PR23  20792.850010    285.772971 -14779.457675 999999.999999
+PR24  23803.712164  -8982.133676   1807.762386 999999.999999
+EOF
diff --git a/util/data/COD16513.EPH_R b/util/data/COD16513.EPH_R
new file mode 100644
index 0000000..c10d88b
--- /dev/null
+++ b/util/data/COD16513.EPH_R
@@ -0,0 +1,5399 @@
+#cP2011  8 31  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651 259200.00000000   900.00000000 55804 0.0000000000000
++   55   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02
++        R03R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20
++        R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++        10 10  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5 10  5  5  5  5  5  5  5
+++         5 10  5  5  5  5  5  5  5  5  5  5  5  6  6  5  7
+++         5  5  6  5  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11243      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  8 31  0  0  0.00000000
+PG01  22562.498274  13631.088412  -3237.787603     -8.992562
+PG02  -5418.991657 -18031.909105  18982.219225    353.682760
+PG03  -3400.652427  20030.965191 -17391.164779    761.828048
+PG04  11750.187565 -11193.215740  20853.996163    216.979721
+PG05  -1810.245227 -26434.843466   -355.467004   -211.422969
+PG06  -9244.305027  20030.957157 -14470.019830    -82.812505
+PG07  24033.441861   4198.648521 -10775.493470     24.453997
+PG08  19729.025661  -1443.535543 -17968.699714      9.037324
+PG09 -20299.991382 -15513.299346  -7761.961670    102.538599
+PG10   9987.312215 -19252.993567  14848.999366    -11.589693
+PG11  20228.060003  13613.250290 -11265.804331   -181.595211
+PG12 -11850.554759 -17191.640994  16525.168972     19.254051
+PG13  22411.640911  -1592.269525  14085.573419    253.869993
+PG14 -21316.783428  15252.502211   3921.932426    169.785601
+PG15  -9978.079429 -11892.075954 -21548.866402   -108.367070
+PG16   1780.767453  26272.042794  -1835.491907   -194.903602
+PG17  20550.996467 -16093.733603   4311.151253    177.160299
+PG18 -15495.498640   2986.810347 -21003.544324    154.919655
+PG19   6349.872439  13890.468327 -21739.934835   -178.639500
+PG20  13964.703534  15027.175667  16761.115301     52.345799
+PG21 -23418.086922  -1545.308516 -12556.743587   -168.208747
+PG22 -11434.773081  17437.174341 -16207.190952    144.896391
+PG23  17133.942826   5323.087505  19718.878745    279.887425
+PG24  21313.033229  15593.496712  -4069.352198    419.841432
+PG25 -15114.643421  -4816.956229  21277.090363     16.460369
+PG26   2743.689114 -17069.423961 -20640.971514   -141.030425
+PG27 -17334.912856 -16275.096585 -11558.147538    300.297759
+PG28  12271.698692 -13909.549758 -18387.197475     63.683453
+PG29 -22421.117553   1971.610139  14135.821988    235.672467
+PG30 -15410.441547  -1519.584113  21219.774362     90.905399
+PG31  -8153.737752  12509.808253  22172.222213    134.256188
+PG32   8141.248539  22405.314811  12420.438318   -320.143843
+PR01   9469.286480   8644.254631  22063.356497 999999.999999
+PR02  11208.435990 -11325.456633  19927.494164 999999.999999
+PR03   2969.644836 -10704.518779 -22975.221318 999999.999999
+PR04 -16874.541202  13783.119751 -13269.937395 999999.999999
+PR05  -9449.585255  -8736.099591 -22024.565936 999999.999999
+PR06 -11212.586705  10557.564219 -20330.037271 999999.999999
+PR07  -4314.589332  24582.524610  -5204.718494 999999.999999
+PR08   2271.497959  22938.263646  10934.270437 999999.999999
+PR09 -16498.169311  -1484.058415  19405.475165 999999.999999
+PR10  -2772.408292  10818.128252  22921.249675 999999.999999
+PR11  12957.629787  17464.692357  13267.409380 999999.999999
+PR12  21066.338879  13717.861644  -4880.041978 999999.999999
+PR13  16574.773627   1458.740844 -19363.643262 999999.999999
+PR15 -14749.862412 -17522.319201 -11326.025972 999999.999999
+PR16 -20949.695692 -13579.630345   4918.185250 999999.999999
+PR17  14739.947202 -13752.223425  15682.479086 999999.999999
+PR18  -3108.356336 -10453.042902  23083.246037 999999.999999
+PR19 -18871.938626  -1055.357110  17126.816709 999999.999999
+PR20 -23741.909814   9216.092741    617.027553 999999.999999
+PR21 -14856.076973  13930.400312 -15428.491945 999999.999999
+PR22   2999.124352  10492.895555 -23049.464916 999999.999999
+PR23  18913.071207    872.880092 -17100.743216 999999.999999
+PR24  23774.122035  -9138.841201  -1408.901271 999999.999999
+*  2011  8 31  0 15  0.00000000
+PG01  21976.895736  13641.202531  -6027.949210     -8.995030
+PG02  -3347.342133 -17231.497130  20128.003989    353.684268
+PG03  -4904.495485  21104.682079 -15598.473139    761.832342
+PG04  13887.739561 -10120.978391  20112.981276    216.990235
+PG05  -1513.533385 -26337.896229   2487.638767   -211.427791
+PG06 -10641.377316  20787.643378 -12277.378624    -82.803913
+PG07  24930.405521   4821.383636  -8185.893625     24.455492
+PG08  21367.445317   -423.904200 -16102.245061      9.038406
+PG09 -19348.774476 -15270.916158 -10411.505847    102.539536
+PG10  10338.467325 -17410.196380  16767.922917    -11.590433
+PG11  18817.337332  13705.792373 -13423.889787   -181.598322
+PG12 -11836.616007 -18960.979339  14487.289701     19.256163
+PG13  20966.684660   -601.089791  16200.713024    253.867245
+PG14 -21650.008434  15218.120135   1034.168248    169.787362
+PG15  -7980.425869 -13344.760678 -21515.313273   -108.365298
+PG16   1551.405641  26329.756768   1069.792166   -194.905573
+PG17  20962.782218 -16044.567223   1464.770319    177.158565
+PG18 -15707.101966    504.962384 -21085.125527    154.921531
+PG19   4196.392725  15097.774452 -21422.781593   -178.643189
+PG20  13979.705714  16881.523668  14901.793182     52.345940
+PG21 -24528.717599  -2352.076162 -10225.814534   -168.210798
+PG22 -11790.994214  15463.608179 -17862.755694    144.896488
+PG23  15276.970780   6687.916396  20769.282898    279.884861
+PG24  20642.206342  15529.955674  -6791.895517    419.845268
+PG25 -15290.801578  -7204.088285  20464.799899     16.462028
+PG26   4660.815733 -18100.858921 -19303.834109   -141.042234
+PG27 -15855.878126 -15832.495323 -13894.209445    300.301274
+PG28  12501.632249 -11629.761748 -19750.172683     63.686146
+PG29 -21069.676812    883.623720  16189.417101    235.675604
+PG30 -15818.650117  -3957.982917  20606.687649     90.902200
+PG31 -10374.350343  11433.280100  21838.455831    134.261359
+PG32   7943.133007  23640.338871  10006.125265   -320.149998
+PR01   9252.471650  11285.971906  20933.872263 999999.999999
+PR02  10901.186518  -8801.272982  21325.103336 999999.999999
+PR03   5291.694270  -9046.987728 -23275.983845 999999.999999
+PR04 -18155.037949  14514.502482 -10516.358967 999999.999999
+PR05  -9234.640416 -11374.691867 -20881.484002 999999.999999
+PR06 -10899.573045   7987.671647 -21633.976500 999999.999999
+PR07  -4210.713651  23756.661095  -8243.104493 999999.999999
+PR08   2269.515081  24111.493119   8019.105490 999999.999999
+PR09 -18394.725330  -2751.502175  17475.214730 999999.999999
+PR10  -5092.378582   9150.462075  23239.397931 999999.999999
+PR11  11575.148283  16305.808446  15786.444106 999999.999999
+PR12  21494.436968  13811.583183  -1702.974831 999999.999999
+PR13  18491.145100   2672.470645 -17398.853322 999999.999999
+PR15 -13576.853179 -16471.131921 -14036.804117 999999.999999
+PR16 -21378.559262 -13698.797561   1723.371281 999999.999999
+PR17  16317.877401 -14582.224660  13175.809522 999999.999999
+PR18   -544.642414 -11630.487714  22729.074955 999999.999999
+PR19 -16783.717634  -1865.346452  19115.521574 999999.999999
+PR20 -23426.779826   9251.370408   3826.100456 999999.999999
+PR21 -16393.118701  14764.155566 -12895.105543 999999.999999
+PR22    434.226684  11671.241395 -22658.158825 999999.999999
+PR23  16840.414572   1706.545325 -19090.060578 999999.999999
+PR24  23374.751027  -9128.914070  -4598.200114 999999.999999
+*  2011  8 31  0 30  0.00000000
+PG01  21103.132987  13570.824431  -8714.352148     -8.995788
+PG02  -1132.385882 -16494.939138  20933.093345    353.685606
+PG03  -6210.478521  22095.795938 -13541.491068    761.837582
+PG04  15974.363977  -9193.425366  19021.709035    217.000627
+PG05  -1164.522603 -25939.639740   5287.627340   -211.432835
+PG06 -11804.786052  21436.624243  -9869.182379    -82.795376
+PG07  25581.879394   5281.119801  -5457.271135     24.456981
+PG08  22858.625831    395.383242 -13964.771497      9.039271
+PG09 -18119.630014 -14980.175813 -12885.832731    102.541410
+PG10  10804.545967 -15386.705775  18389.333091    -11.591610
+PG11  17188.663832  13829.025458 -15358.902791   -181.601199
+PG12 -11887.880538 -20485.528849  12202.217340     19.258489
+PG13  19392.205312    596.365396  18035.253157    253.865637
+PG14 -21715.917357  15010.917827  -1871.532053    169.789098
+PG15  -6075.856441 -14881.042238 -21110.953057   -108.363566
+PG16   1288.268968  26070.929704   3956.323452   -194.907412
+PG17  21116.417020 -15821.281687  -1407.154541    177.157445
+PG18 -16031.873247  -1948.458157 -20792.942225    154.922926
+PG19   2152.519902  16385.254220 -20736.267725   -178.646690
+PG20  14041.403940  18510.755047  12784.392319     52.346423
+PG21 -25423.244437  -2997.229733  -7721.173512   -168.212959
+PG22 -12260.498903  13339.699483 -19205.498152    144.895931
+PG23  13414.636944   8211.703694  21465.336693    279.882011
+PG24  19696.136877  15376.331344  -9399.477893    419.848308
+PG25 -15574.452563  -9467.637748  19299.672818     16.463613
+PG26   6383.757614 -19148.174785 -17645.876202   -141.053430
+PG27 -14107.730753 -15391.204307 -15985.773686    300.303996
+PG28  12866.276825  -9228.153719 -20755.373303     63.688862
+PG29 -19602.834403   -400.976617  17965.217618    235.678365
+PG30 -16326.594171  -6282.806609  19627.505623     90.899158
+PG31 -12596.305631  10504.978886  21136.613928    134.266252
+PG32   7791.696369  24606.637058   7425.510320   -320.156190
+PR01   9232.818042  13772.591592  19398.340950 999999.999999
+PR02  10771.481526  -6115.239079  22308.939546 999999.999999
+PR03   7740.099241  -7566.375554 -23125.734629 999999.999999
+PR04 -19069.500186  15170.398648  -7558.586406 999999.999999
+PR05  -9216.385707 -13856.370712 -19332.895886 999999.999999
+PR06 -10769.160359   5267.657845 -22517.743866 999999.999999
+PR07  -4175.787754  22561.126685 -11121.133810 999999.999999
+PR08   2362.994274  24913.599072   4948.215478 999999.999999
+PR09 -20161.269473  -3736.607597  15206.040109 999999.999999
+PR10  -7542.753011   7657.382935  23105.284743 999999.999999
+PR11   9861.252197  15102.287184  17997.728215 999999.999999
+PR12  21598.131150  13664.164659   1506.795983 999999.999999
+PR13  20269.310145   3603.039381 -15096.995469 999999.999999
+PR15 -12056.562205 -15348.926614 -16476.166882 999999.999999
+PR16 -21480.265240 -13573.708667  -1505.160819 999999.999999
+PR17  17543.206910 -15376.777110  10414.283276 999999.999999
+PR18   1862.570818 -12959.307770  21935.036885 999999.999999
+PR19 -14564.464172  -2930.180282  20732.888182 999999.999999
+PR20 -22763.868683   9081.530119   6960.565635 999999.999999
+PR21 -17576.797211  15554.610258 -10112.565215 999999.999999
+PR22  -1972.528344  12999.147736 -21825.961508 999999.999999
+PR23  14639.267998   2795.276508 -20708.847043 999999.999999
+PR24  22636.758992  -8906.006971  -7698.212419 999999.999999
+*  2011  8 31  0 45  0.00000000
+PG01  19944.511236  13458.553860 -11250.774081     -8.996931
+PG02   1187.877801 -15846.901965  21382.594890    353.687055                  M
+PG03  -7315.023935  22963.437738 -11253.809452    761.842310
+PG04  17964.432487  -8413.617510  17600.361490    217.010933
+PG05   -729.103541 -25254.409739   7995.974096   -211.437823
+PG06 -12735.890450  21938.793161  -7287.771060    -82.786835
+PG07  25960.309311   5606.154875  -2636.027274     24.458483
+PG08  24159.616553   1026.242052 -11593.054762      9.039848
+PG09 -16626.094868 -14681.845093 -15144.553393    102.544127
+PG10  11400.373489 -13226.143297  19684.823699    -11.592917
+PG11  15368.127122  14008.581673 -17038.928017   -181.604521
+PG12 -11969.987010 -21739.746688   9709.093852     19.261060
+PG13  17735.216574   1998.402100  19556.940764    253.864157
+PG14 -21537.650475  14599.447297  -4744.656036    169.790676
+PG15  -4297.605809 -16466.245352 -20342.253671   -108.362289
+PG16    953.935310  25506.088908   6773.528287   -194.909359
+PG17  21034.095230 -15393.859549  -4254.469183    177.155988
+PG18 -16459.603159  -4326.381420 -20133.448340    154.924834
+PG19    252.922295  17718.695753 -19691.172135   -178.650291
+PG20  14118.161556  19890.081731  10445.933464     52.346586
+PG21 -26073.395088  -3503.172443  -5086.225498   -168.214883
+PG22 -12853.926593  11109.091872 -20211.836822    144.895884
+PG23  11589.552720   9872.486189  21794.143898    279.879403
+PG24  18476.944052  15170.234713 -11847.738923    419.850667
+PG25 -15943.004186 -11565.674861  17801.900699     16.465229
+PG26   7891.209621 -20169.372690 -15692.683790   -141.065123
+PG27 -12114.422678 -14988.760006 -17793.831872    300.306484
+PG28  13373.169030  -6756.105622 -21384.500122     63.691476
+PG29 -18065.319587  -1877.882000  19433.005677    235.681187
+PG30 -16910.145746  -8451.359963  18300.168820     90.896198
+PG31 -14771.820478   9733.800160  20078.899845    134.271399
+PG32   7652.202585  25287.786071   4721.295901   -320.162253
+PR01   9386.163761  16042.185359  17486.543223 999999.999999
+PR02  10838.302163  -3332.587827  22859.978458 999999.999999
+PR03  10252.451185  -6297.659530 -22527.727951 999999.999999
+PR04 -19617.846460  15692.779885  -4454.060451 999999.999999
+PR05  -9370.399984 -16119.296663 -17408.858940 999999.999999
+PR06 -10838.767776   2463.900476 -22964.327544 999999.999999
+PR07  -4256.952554  21026.309676 -13782.859512 999999.999999
+PR08   2500.322553  25323.192344   1781.218345 999999.999999
+PR09 -21734.691247  -4445.772705  12642.173433 999999.999999
+PR10 -10060.919983   6374.466582  22521.156589 999999.999999
+PR11   7840.209973  13914.541559  19858.307750 999999.999999
+PR12  21347.046369  13322.317015   4687.607570 999999.999999
+PR13  21845.692569   4258.733680 -12502.621445 999999.999999
+PR15 -10206.454950 -14216.952154 -18596.785383 999999.999999
+PR16 -21224.479945 -13251.421876  -4704.272757 999999.999999
+PR17  18406.104618 -16077.004011   7451.375103 999999.999999
+PR18   4060.010881 -14395.610714  20716.858299 999999.999999
+PR19 -12281.083869  -4246.554578  21947.505176 999999.999999
+PR20 -21792.980486   8666.094547   9959.329033 999999.999999
+PR21 -18398.964073  16242.980890  -7134.693881 999999.999999
+PR22  -4167.837594  14431.831890 -20568.510832 999999.999999
+PR23  12376.245517   4135.116441 -21925.735368 999999.999999
+PR24  21601.991699  -8431.796802 -10648.793863 999999.999999
+*  2011  8 31  1  0  0.00000000
+PG01  18513.055974  13342.526118 -13593.586524     -8.999432
+PG02   3570.982545 -15305.655038  21467.488209    353.688492
+PG03  -8222.154560  23668.082319  -8773.314411    761.846433
+PG04  19813.985912  -7776.707916  15874.728149    217.021473
+PG05   -176.709022 -24304.593542  10565.765182   -211.442661
+PG06 -13444.179202  22257.845560  -4578.537512    -82.778306
+PG07  26045.552912   5829.617670    229.936927     24.459905
+PG08  25231.899843   1488.371155  -9027.454822      9.039565
+PG09 -14889.786952 -14414.289180 -17151.220893    102.545482
+PG10  12133.202396 -10975.462055  20631.999717    -11.591975
+PG11  13387.037386  14265.491885 -18436.171793   -181.607275
+PG12 -12045.328536 -22706.248610   7050.523042     19.263135
+PG13  16043.125747   3594.383059  20738.904195    253.862335
+PG14 -21145.348729  13958.512166  -7535.066029    169.792400
+PG15  -2672.496547 -18061.050004 -19222.012785   -108.360639
+PG16    513.896298  24654.681513   9472.129862   -194.911424
+PG17  20744.765139 -14738.432193  -7027.295925    177.154152
+PG18 -16972.895664  -6584.891607 -19119.680027    154.926334
+PG19  -1474.222754  19059.044605 -18304.584695   -178.654273
+PG20  14175.417232  21002.427221   7927.150783     52.346723
+PG21 -26457.255525  -3897.464233  -2365.962988   -168.217259
+PG22 -13574.447248   8817.823541 -20864.181635    144.895681
+PG23   9840.637794  11641.013319  21748.998861    279.876637
+PG24  16995.105690  14949.054556 -14094.844463    419.854659
+PG25 -16367.627093 -13461.821403  15997.400823     16.466833
+PG26   9169.791503 -21120.080507 -13475.042254   -141.075951
+PG27  -9908.485208 -14658.695796 -19283.998404    300.308499
+PG28  14021.241344  -4266.531773 -21626.415080     63.694298
+PG29 -16501.596005  -3534.484650  20567.868475    235.684040
+PG30 -17539.132001 -10426.828412  16648.909647     90.893387
+PG31 -16853.058788   9120.290737  18683.351330    134.276365
+PG32   7488.067053  25675.298187   1938.336538   -320.168466
+PR01   9678.053470  18039.948534  15235.548566 999999.999999
+PR02  11108.867909   -521.717310  22967.582701 999999.999999
+PR03  12761.611445  -5264.056663 -21493.845065 999999.999999
+PR04 -19812.978320  16026.482794  -1263.062599 999999.999999
+PR05  -9661.995955 -18108.821749 -15146.722225 999999.999999
+PR06 -11113.877534   -354.488166 -22965.205084 999999.999999
+PR07  -4494.877987  19193.520153 -16176.570233 999999.999999
+PR08   2627.258743  25331.785620  -1420.379299 999999.999999
+PR09 -23056.467396  -4897.577268   9833.469243 999999.999999
+PR10 -12579.260451   5325.584202  21498.054444 999999.999999
+PR11   5548.600816  12798.741423  21332.120723 999999.999999
+PR12  20722.567068  12838.829460   7778.276593 999999.999999
+PR13  23161.623552   4660.016571  -9665.953572 999999.999999
+PR15  -8056.838688 -13133.465648 -20357.424532 999999.999999
+PR16 -20592.980569 -12785.229431  -7811.484239 999999.999999
+PR17  18909.855898 -16625.002461   4344.409802 999999.999999
+PR18   6003.926123 -15887.527538  19098.395529 999999.999999
+PR19 -10000.189715  -5798.580155  22735.784319 999999.999999
+PR20 -20563.324047   7974.185761  12763.982113 999999.999999
+PR21 -18864.524538  16771.782851  -4019.039439 999999.999999
+PR22  -6107.914557  15916.480441 -18909.803205 999999.999999
+PR23  10117.537299   5709.584760 -22717.155902 999999.999999
+PR24  20321.160439  -7677.841530 -13392.741854 999999.999999
+*  2011  8 31  1 15  0.00000000
+PG01  16829.190492  13258.792641 -15702.504487     -9.001348
+PG02   5971.601846 -14882.332061  21184.886434    353.689920
+PG03  -8943.222265  24173.106479  -6141.641589    761.851200
+PG04  21482.287850  -7270.341135  13875.672113    217.031774
+PG05    518.289082 -23119.771617  12952.526711   -211.447222
+PG06 -13946.682805  22361.788444  -1789.077793    -82.769414
+PG07  25825.661449   5988.014902   3092.002023     24.461519
+PG08  26042.753504   1808.293246  -6311.254407      9.040710
+PG09 -12939.674120 -14211.973363 -18873.795247    102.548733
+PG10  13002.310952  -8683.219753  21214.867453    -11.592722
+PG11  11280.928214  14615.299920 -19527.366854   -181.610139
+PG12 -12074.637661 -23376.331982   4271.857706     19.265092
+PG13  14361.951201   5364.928581  21560.162222    253.861164
+PG14 -20574.891083  13070.361203 -10193.910564    169.794176
+PG15  -1220.061342 -19622.911503 -17769.167985   -108.359234
+PG16    -61.873728  23544.302847  12005.053028   -194.913434
+PG17  20282.889415 -13838.419003  -9676.953567    177.152473
+PG18 -17547.920205  -8684.733299 -17770.910879    154.928128
+PG19  -3008.169359  20363.845691 -16599.675821   -178.657753
+PG20  14177.172587  21838.908082   5271.757567     52.347570
+PG21 -26560.003198  -4211.536134    393.775739   -168.219929
+PG22 -14417.522092   6512.684094 -21151.255077    144.895399
+PG23   8201.733968  13481.680828  21329.572311    279.874018
+PG24  15269.240843  14748.410646 -16102.185090    419.856691
+PG25 -16814.437922 -15126.462148  13917.361189     16.468415
+PG26  10214.474189 -21955.205290 -11028.599082   -141.087155
+PG27  -7530.034851 -14429.034375 -20427.332454    300.309719
+PG28  14800.792380  -1811.890690 -21477.354027     63.697082
+PG29 -14954.218444  -5350.184367  21350.602778    235.687029
+PG30 -18178.606170 -12179.520371  14703.733491     90.890444
+PG31 -18793.775999   8656.761575  16973.542199    134.281200
+PG32   7262.379467  25768.894240   -877.022112   -320.174755
+PR01  10065.332107  19720.274810  12689.001355 999999.999999
+PR02  11578.282759   2248.408255  22629.702807 999999.999999
+PR03  15198.309029  -4476.235678 -20044.343901 999999.999999
+PR04 -19680.043135  16121.701447   1952.455390 999999.999999
+PR05 -10047.827136 -19779.561900 -12590.403948 999999.999999
+PR06 -11587.767765  -3118.291938 -22520.496714 999999.999999
+PR07  -4921.817803  17113.375566 -18255.795396 999999.999999
+PR08   2689.471721  24944.106784  -4594.377817 999999.999999
+PR09 -24075.059898  -5121.728347   6834.442299 999999.999999
+PR10 -15027.779789   4522.042750  20055.623866 999999.999999
+PR11   3034.026604  11804.419949  22390.690150 999999.999999
+PR12  19718.779579  12270.186019  10719.243486 999999.999999
+PR13  24165.756430   4838.416495  -6641.922518 999999.999999
+PR15  -5649.868741 -12151.238011 -21723.746235 999999.999999
+PR16 -19580.566825 -12232.179005 -10766.214919 999999.999999
+PR17  19070.507132 -16966.410694   1153.465268 999999.999999
+PR18   7661.629322 -17377.338105  17111.157880 999999.999999
+PR19  -7785.468434  -7558.234601  23082.417059 999999.999999
+PR20 -19131.387602   6986.084069  15319.949936 999999.999999
+PR21 -18991.015873  17087.376830   -825.778635 999999.999999
+PR22  -7760.095585  17394.416176 -16881.762348 999999.999999
+PR23   7926.295307   7490.154213 -23067.787960 999999.999999
+PR24  18851.671991  -6627.026602 -15876.899101 999999.999999
+*  2011  8 31  1 30  0.00000000
+PG01  14921.094286  13239.792443 -17541.277413     -9.001948
+PG02   8342.761698 -14580.539761  20538.149173    353.691639
+PG03  -9496.348819  24446.279470  -3403.538239    761.855779
+PG04  22933.244578  -6875.347276  11638.521195    217.041780
+PG05   1375.379672 -21735.590875  15115.007786   -211.452303
+PG06 -14267.089065  22224.284586   1031.696735    -82.760897
+PG07  25297.366640   6119.655278   5901.620595     24.463213
+PG08  26566.403807   2018.155747  -3489.973366      9.040694
+PG09 -10811.100278 -14104.139517 -20285.030897    102.550079
+PG10  13998.942415  -6397.805458  21424.085418    -11.594282
+PG11   9088.414665  15067.382502 -20294.120916   -181.613411
+PG12 -12018.639612 -23750.179935   1420.445749     19.267390
+PG13  12734.599355   7282.468918  22006.028852    253.859102
+PG14 -19866.406996  11925.598289 -12674.523477    169.795880
+PG15     48.047783 -21107.625154 -16008.495350   -108.357744
+PG16   -797.535000  22209.613454  14328.279372   -194.915359
+PG17  19686.989523 -12685.385279 -12156.863023    177.150855
+PG18 -18155.427174 -10592.610087 -16112.191769    154.930103
+PG19  -4336.255561  21588.846848 -14605.347931   -178.661739
+PG20  14087.536758  22399.004192   2525.669139     52.348319
+PG21 -26374.382328  -4479.292175   3147.023557   -168.222017
+PG22 -15370.986204   4239.549892 -21068.289245    144.895252
+PG23   6700.411143  15353.727704  20541.992491    279.871434
+PG24  13325.593423  14600.674222 -17835.034561    419.860042
+PG25 -17245.889358 -16537.697849  11597.695289     16.469976
+PG26  11028.705279 -22630.667987  -8393.427251   -141.098230
+PG27  -5025.437706 -14320.991638 -21201.074075    300.311302
+PG28  15693.843177    557.772566 -20940.959574     63.699617
+PG29 -13462.279039  -7297.004187  21768.022567    235.690089
+PG30 -18790.318166 -13687.809461  12499.786395     90.887614
+PG31 -20550.911072   8327.711861  14978.206992    134.286321
+PG32   6939.455697  25576.493125  -3677.637915   -320.181178
+PR01  10498.118343  21048.459240   9896.279927 999999.999999
+PR02  12229.706980   4910.876822  21852.913782 999999.999999
+PR03  17493.833776  -3932.065711 -18207.453394 999999.999999
+PR04 -19255.197721  15936.268629   5130.074085 999999.999999
+PR05 -10477.873867 -21097.093845  -9789.540788 999999.999999
+PR06 -12241.775266  -5760.820272 -21638.952457 999999.999999
+PR07  -5560.029630  14843.814087 -19980.205359 999999.999999
+PR08   2635.086694  24177.876993  -7679.095399 999999.999999
+PR09 -24748.037505  -5157.543313   3703.211531 999999.999999
+PR10 -17336.860020   3962.269379  18221.752384 999999.999999
+PR11    353.363912  10972.384031  23013.664048 999999.999999
+PR12  18342.911014  11674.036133  13453.694294 999999.999999
+PR13  24816.197277   4834.951472  -3489.112788 999999.999999
+PR15  -3038.063664 -11315.301820 -22668.985666 999999.999999
+PR16 -18195.432106 -11650.454371 -13510.979965 999999.999999
+PR17  18915.993185 -17052.842267  -2059.775033 999999.999999
+PR18   9012.578089 -18803.853022  14793.691557 999999.999999
+PR19  -5695.185395  -9486.334756  22980.670694 999999.999999
+PR20 -17558.527845   5694.316055  17577.559176 999999.999999
+PR21 -18807.675386  17142.370066   2383.427047 999999.999999
+PR22  -9103.979135  18803.543254 -14523.643952 999999.999999
+PR23   5860.162770   9437.242179 -22970.852455 999999.999999
+PR24  17255.200811  -5274.538013 -18053.175523 999999.999999
+*  2011  8 31  1 45  0.00000000
+PG01  12823.770826  13312.974021 -19078.309760     -9.002975
+PG02  10637.558797 -14396.182744  19536.939905    353.692997
+PG03  -9905.592434  24461.124897   -606.137681    761.860520
+PG04  24136.639637  -6566.697261   9202.399416    217.051896
+PG05   2406.957035 -20192.414745  17015.902668   -211.457164
+PG06 -14434.600820  21825.776369   3834.465267    -82.752258
+PG07  24466.254858   6263.009364   8611.106144     24.464951
+PG08  26784.932422   2154.337719   -610.666544      9.040851
+PG09  -8544.606999 -14113.696961 -21362.790219    102.551446
+PG10  15106.584063  -4165.694906  21257.073790    -11.595937
+PG11   6849.946132  15624.498436 -20723.206414   -181.616472
+PG12 -11839.711499 -23836.740171  -1455.153503     19.269369
+PG13  11199.270436   9312.129243  22068.404018    253.857780
+PG14 -19062.623177  10523.768149 -14933.290999    169.797380
+PG15   1128.338702 -22470.975261 -13970.199759   -108.356442
+PG16  -1710.242386  20690.991097  16401.634647   -194.917554
+PG17  18998.033514 -11279.580739 -14423.418023    177.149153
+PG18 -18761.978595 -12282.228075 -14173.792530    154.931455
+PG19  -5454.237915  22689.702160 -12355.770887   -178.665262
+PG20  13872.266741  22690.414702   -263.802027     52.348149
+PG21 -25900.913102  -4735.651131   5848.369949   -168.224200
+PG22 -16415.449322   2041.765515 -20617.095312    144.895197
+PG23   5357.014205  17212.655171  19398.815118    279.868624
+PG24  11197.232161  14533.611770 -19263.157531    419.861844
+PG25 -17622.312506 -17682.004118   9078.416478     16.471516
+PG26  11624.216801 -23105.159328  -5613.484094   -141.109671
+PG27  -2445.679318 -14347.959596 -21589.263658 999999.999999
+PG28  16674.860124   2796.662705 -20028.136414     63.702127
+PG29 -12060.001032  -9340.491514  21813.166184    235.692944
+PG30 -19334.319138 -14938.741849  10076.628843     90.884691
+PG31 -22086.070273   8110.548278  12730.792956    134.291359
+PG32   6486.364486  25113.914218  -6416.295221   -320.187211
+PR01  10922.074752  22001.959262   6911.544252 999999.999999
+PR02  13035.047239   7403.358755  20652.286892 999999.999999
+PR03  19582.715096  -3616.909229 -16018.820963 999999.999999
+PR04 -18583.925668  15437.629179   8208.117556 999999.999999
+PR05 -10897.724395 -22039.206194  -6798.525269 999999.999999
+PR06 -13046.076513  -8220.428354 -20337.774091 999999.999999
+PR07  -6420.627414  12447.819255 -21316.389388 999999.999999
+PR08   2417.130969  23063.062435 -10614.570165 999999.999999
+PR09 -25043.833993  -5052.036048    500.380416 999999.999999
+PR10 -19440.016865   3632.054703  16032.039475 999999.999999
+PR11  -2429.369970  10333.015862  23189.193242 999999.999999
+PR12  16615.243538  11106.622149  15928.640883 999999.999999
+PR13  25082.262060   4698.154723   -268.635460 999999.999999
+PR15   -282.387709 -10661.035881 -23174.487061 999999.999999
+PR16 -16458.980118 -11096.729369 -15992.514432 999999.999999
+PR17  18484.785101 -16844.085949  -5233.199209 999999.999999
+PR18  10048.951014 -20104.953702  12190.836353 999999.999999
+PR19  -3779.931384 -11533.990112  22432.518656 999999.999999
+PR20 -15908.376613   4104.225330  19493.004734 999999.999999
+PR21 -18354.037597  16897.772991   5546.602977 999999.999999
+PR22 -10132.047319  20080.967840 -11881.285443 999999.999999
+PR23   3969.049252  11501.677018 -22428.240642 999999.999999
+PR24  15595.105559  -3628.321114 -19879.469506 999999.999999
+*  2011  8 31  2  0  0.00000000
+PG01  10577.860382  13499.621305 -20287.200789     -9.005244
+PG02  12810.786808 -14317.625899  18197.161724    353.694277
+PG03 -10199.865280  24198.094794   2201.845565    761.865289
+PG04  25069.140275  -6314.676588   6609.514120    217.062122
+PG05   3617.648258 -18533.803879  18622.498791   -211.462113
+PG06 -14482.585560  21154.344332   6570.401069    -82.743531
+PG07  23346.622039   6455.066040  11174.409755     24.466305
+PG08  26688.909039   2255.912892   2278.787912      9.041232
+PG09  -6184.593350 -14256.359145 -22090.286973    102.554000
+PG10  16301.570022  -2029.806333  20717.984756    -11.595919
+PG11   4606.495076  16282.583642 -20806.788274   -181.619359
+PG12 -11503.485089 -23653.283752  -4305.971278     19.271666
+PG13   9788.057666  11412.914259  21745.942517    253.856251
+PG14 -18207.111669   8873.590541 -16930.467292    169.799107
+PG15   2025.434506 -23670.403936 -11689.402662   -108.355035
+PG16  -2809.293764  19032.974831  18189.492940   -194.919372
+PG17  18257.733821  -9630.134000 -16436.800819    177.147803
+PG18 -19331.338634 -13735.049393 -11990.563932    154.933327
+PG19  -6366.290771  23623.707289  -9889.806711   -178.668851
+PG20  13500.243469  22728.608815  -3048.764111     52.348469
+PG21 -25147.835265  -5015.079407   8453.610517   -168.226541
+PG22 -17524.997591    -41.363357 -19806.005199    144.896053
+PG23   4183.991564  19011.816504  17918.877425    279.865953
+PG24   8922.992805  14569.204708 -20361.355666    419.864933
+PG25 -17903.551194 -18554.571911   6402.943187     16.473053
+PG26  12020.509223 -23341.850116  -2735.963524   -141.121003
+PG27    155.495040 -14514.825249 -21583.215898    300.318380
+PG28  17711.806955   4864.867943 -18756.738576     63.704840
+PG29 -10775.532298 -11440.870458  21485.400813    235.695833
+PG30 -19770.629865 -15928.289744   7477.437066     90.881747
+PG31 -23366.850545   7976.573695  10268.943997    134.296155
+PG32   5874.373991  24404.298410  -9046.449476   -320.193369
+PR01  11280.879107  22571.161646   3792.690156 999999.999999
+PR02  13956.136366   9670.445282  19051.099085 999999.999999
+PR03  21405.277369  -3504.444598 -13520.823940 999999.999999
+PR04 -17718.979952  14604.421781  11126.849363 999999.999999
+PR05 -11251.054475 -22596.652850  -3675.449708 999999.999999
+PR06 -13960.953661 -10442.824887 -18642.275929 999999.999999
+PR07  -7502.914815   9990.951255 -22238.496889 999999.999999
+PR08   1995.774789  21640.630953 -13343.729599 999999.999999
+PR09 -24943.071550  -4857.687942  -2712.125042 999999.999999
+PR10 -21276.544837   3505.345679  13529.108249 999999.999999
+PR11  -5245.447295   9905.035749  22914.141221 999999.999999
+PR12  14568.503548  10620.269101  18095.940215 999999.999999
+PR13  24945.786286   4481.784753   2957.050562 999999.999999
+PR15   2550.022887 -10212.667528 -23230.087680 999999.999999
+PR16 -14405.097098 -10623.609222 -18162.803895 999999.999999
+PR17  17824.114782 -16309.979703  -8305.452150 999999.999999
+PR18  10775.698788 -21220.186478   9352.868907 999999.999999
+PR19  -2080.704443 -13644.477355  21448.602505 999999.999999
+PR20 -14244.175797   2234.001898  21029.196099 999999.999999
+PR21 -17678.119033  16324.821731   8602.639379 999999.999999
+PR22 -10849.740953  21165.682428  -9006.214202 999999.999999
+PR23   2293.242844  13626.579057 -21450.476815 999999.999999
+PR24  13933.798067  -1709.005826 -21320.471659 999999.999999
+*  2011  8 31  2 15  0.00000000
+PG01   8228.243225  13813.929265 -21147.194693     -9.006062
+PG02  14820.523583 -14326.167512  16540.777821    353.695726
+PG03 -10411.639279  23645.501203   4970.987712    761.869731
+PG04  25715.042918  -6086.228126   3904.413142    217.072210
+PG05   5003.949956 -16804.887774  19907.239162   -211.466943
+PG06 -14447.074805  20206.267327   9192.053170    -82.734671
+PG07  21961.013921   6729.746597  13547.873989     24.467842
+PG08  26277.730379   2363.022641   5130.403709      9.040879
+PG09  -3777.859660 -14540.049392 -22456.263533    102.555938
+PG10  17553.978128    -28.022474  19817.539940    -11.596676
+PG11   2398.224947  17030.801385 -20542.586089   -181.622432
+PG12 -10980.332883 -23224.660795  -7083.437953     19.273800
+PG13   8525.796937  13539.146845  21044.096234    253.854565
+PG14 -17342.511182   6992.830267 -18630.919726    169.800732
+PG15   2751.705575 -24666.633664  -9205.535409   -108.353395
+PG16  -4095.599465  17282.566063  19661.384781   -194.921349
+PG17  17506.825995  -7754.893208 -18161.724143    177.146552
+PG18 -19825.964149 -14940.734399  -9601.238747    154.934986
+PG19  -7084.666677  24351.496050  -7250.332190   -178.672524
+PG20  12944.826954  22536.092095  -5781.562387     52.348948
+PG21 -24130.794540  -5350.164185  10920.357957   -168.228812
+PG22 -18668.166328  -1975.905643 -18649.688453    144.895941
+PG23   3185.535829  20704.118133  16127.033726    279.863103
+PG24   6546.198385  14722.692153 -21109.941341    419.866467
+PG25 -18050.624388 -19159.317827   3617.347320     16.474658
+PG26  12244.018277 -23309.985589    189.456720   -141.132248
+PG27   2723.589290 -14817.667338 -21181.823522    300.321161
+PG28  18767.472784   6729.722210 -17151.104246     63.707034
+PG29  -9629.983082 -13554.402055  20790.423574    235.698701
+PG30 -20060.902045 -16661.248344   4748.154068     90.878924
+PG31 -24367.955441   7892.210323   7633.921581    134.301255
+PG32   5080.264061  23477.263077 -11522.985438   -320.199314
+PR01  11518.792586  22759.623744    600.229916 999999.999999
+PR02  14946.353689  11665.699439  17080.385394 999999.999999
+PR03  22909.968436  -3557.982351 -10761.757743 999999.999999
+PR04 -16718.038023  13427.601967  13829.630078 999999.999999
+PR05 -11482.200382 -22773.377736   -480.977230 999999.999999
+PR06 -14938.492232 -12383.073324 -16585.391229 999999.999999
+PR07  -8794.227798   7538.787729 -22728.730345 999999.999999
+PR08   1340.271347  19960.865613 -15813.504076 999999.999999
+PR09 -24439.395794  -4629.997867  -5872.239105 999999.999999
+PR10 -22793.937607   3545.554908  10761.771631 999999.999999
+PR11  -8024.054889   9694.776229  22194.123697 999999.999999
+PR12  12246.746206  10261.040729  19913.233798 999999.999999
+PR13  24401.931426   4242.316424   6125.346347 999999.999999
+PR15   5388.398171  -9982.256839 -22834.341055 999999.999999
+PR16 -12078.912947 -10277.268293 -19980.001769 999999.999999
+PR17  16987.850698 -15431.880390 -11217.107155 999999.999999
+PR18  11210.070706 -22093.304704   6334.547907 999999.999999
+PR19   -627.405808 -15755.458692  20048.026330 999999.999999
+PR20 -12626.153369    114.169177  22156.467606 999999.999999
+PR21 -16834.265868  15406.390345  11492.454582 999999.999999
+PR22 -11274.983058  22001.197887  -5954.631383 999999.999999
+PR23    861.936823  15749.578919 -20056.515703 999999.999999
+PR24  12330.174203    450.698972 -22348.336775 999999.999999
+*  2011  8 31  2 30  0.00000000
+PG01   5822.486438  14262.365057 -21643.533737     -9.009129
+PG02  16629.616129 -14396.811104  14595.512850    353.697400
+PG03 -10575.488641  22800.158274   7652.078381    761.874037
+PG04  26066.735485  -5846.409891   1133.225466    217.082183
+PG05   6554.188308 -15050.691514  20848.189631   -211.471866
+PG06 -14365.176523  18986.264266  11654.188154    -82.725871
+PG07  20339.467387   7116.435695  15690.953553     24.469314
+PG08  25559.655484   2515.214908   7896.799443      9.040189
+PG09  -1372.082798 -14964.590665 -22455.105221    102.558388
+PG10  18828.779142   1808.064641  18572.744500    -11.597767
+PG11    263.181939  17851.849229 -19933.966560   -181.625408
+PG12 -10246.681381 -22582.280930  -9740.186562     19.276028
+PG13   7429.213967  15642.104179  19975.027541    253.852956
+PG14 -16508.795350   4907.805913 -20004.786710    169.802275
+PG15   3326.592223 -25425.178697  -6561.648593   -108.351849
+PG16  -5561.491662  15487.456329  20792.499341   -194.923416
+PG17  16783.400248  -5679.918330 -19568.082593    177.144896
+PG18 -20208.533956 -15897.264681  -7047.690211    154.936918
+PG19  -7629.028798  24838.627511  -4483.471288   -178.676068
+PG20  12185.039300  22141.419431  -8415.580788     52.349276
+PG21 -22872.287365  -5770.272641  13208.613314   -168.230785
+PG22 -19809.142733  -3734.417005 -17168.850315    144.895920
+PG23   2357.555230  22243.766292  14053.772554    279.860501
+PG24   4113.202333  15001.876587 -21495.128378    419.869874
+PG25 -18027.351920 -19508.565119    769.559046     16.476246
+PG26  12326.985143 -22986.292829   3111.466280   -141.143553
+PG27   5205.422917 -15243.854216 -20391.672180    300.324040
+PG28  19801.011349   8366.842307 -15241.458690     63.709831
+PG29  -8636.743126 -15634.901515  19740.159885    235.701591
+PG30 -20170.004106 -17150.789025   1936.612357     90.876172
+PG31 -25072.063185   7820.414313   4869.968079    134.306347
+PG32   4087.452717  22367.816018 -13802.979237   -320.205581
+PR01  11583.216314  22583.779243  -2603.879332 999999.999999
+PR02  15952.618510  13353.335567  14778.342411 999999.999999
+PR03  24055.366856  -3732.219328  -7794.915486 999999.999999
+PR04 -15641.168490  11911.058372  16264.013921 999999.999999
+PR05 -11538.716095 -22586.201951   2722.838091 999999.999999
+PR06 -15924.639292 -14007.205201 -14207.033708 999999.999999
+PR07 -10270.293186   5154.380361 -22777.681281 999999.999999
+PR08    430.512757  18081.305938 -17975.862412 999999.999999
+PR09 -23539.788970  -4424.913887  -8918.938218 999999.999999
+PR10 -23949.979823   3707.330455   7784.069451 999999.999999
+PR11 -10695.004942   9695.995780  21043.378811 999999.999999
+PR12   9703.776267  10066.660081  21344.788936 999999.999999
+PR13  23459.453208   4036.318966   9174.726477 999999.999999
+PR15   8161.034070  -9969.207280 -21994.573340 999999.999999
+PR16  -9535.105897 -10095.383687 -21409.216905 999999.999999
+PR17  16034.112879 -14203.667221 -13911.802552 999999.999999
+PR18  11380.637851 -22674.655014   3194.078014 999999.999999
+PR19    562.188289 -17801.452154  18257.987338 999999.999999
+PR20 -11109.050849  -2213.449363  22853.139857 999999.999999
+PR21 -15880.753377  14137.933216  14160.122520 999999.999999
+PR22 -11437.170113  22538.008390  -2786.292110 999999.999999
+PR23   -307.769074  17805.281812 -18273.378230 999999.999999
+PR24  10837.213010   2807.117241 -22943.212250 999999.999999
+*  2011  8 31  2 45  0.00000000
+PG01   3409.193553  14843.339482 -21767.708716     -9.011463
+PG02  18207.001778 -14499.311131  12394.434259    353.698659
+PG03 -10726.527259  21667.698479  10197.073729    761.878654
+PG04  26124.865148  -5559.911347  -1657.102370    217.092384
+PG05   8248.803418 -13314.483138  21429.403579   -211.476766
+PG06 -14273.466192  17507.411079  13914.575842    -82.717432
+PG07  18518.479411   7638.684493  17566.892318     24.470832
+PG08  24551.536527   2749.805706  10531.904036      9.040988
+PG09    985.728569 -15521.686260 -22086.894181    102.561229
+PG10  20087.187188   3454.140587  17006.490111    -11.598621
+PG11  -1763.944445  18722.516142 -18989.961619   -181.628533
+PG12  -9286.101678 -21762.856428 -12230.839361     19.278025
+PG13   6506.403734  17671.786117  18557.394809    253.851305
+PG14 -15741.659853   2652.555891 -21028.032966    169.804064
+PG15   3775.644463 -25917.684234  -3803.650069   -108.350694
+PG16  -7190.878124  13694.253200  21564.073926   -194.925465
+PG17  16121.355284  -3438.645803 -20631.499123    177.143688
+PG18 -20443.456647 -16610.751699  -4374.165080    154.938400
+PG19  -8025.480613  25056.996275  -1637.752568   -178.679842
+PG20  11206.531701  21577.994753 -10906.016015     52.349830
+PG21 -21400.885738  -6300.338955  15281.297139   -168.233687
+PG22 -20909.148232  -5296.786169 -15389.819690    144.896160
+PG23   1687.981242  23587.989661  11734.718467    279.857476
+PG24   1671.807074  15406.723114 -21509.329837    419.872207
+PG25 -17801.880367 -19622.409014  -2091.458049     16.477830
+PG26  12306.065072 -22356.132934   5978.059764   -141.154546
+PG27   7551.156748 -15772.544922 -19226.955770    300.326974
+PG28  20769.618876   9760.804097 -13063.209290     63.712468
+PG29  -7801.102956 -17635.355871  18352.561021    235.704558
+PG30 -20067.468757 -17417.695574   -908.350672     90.873107
+PG31 -25470.414303   7722.231761   2023.618803    134.311292
+PG32   2886.889962  21115.062934 -15846.452713   -320.211797
+PR01  11427.128007  22072.120986  -5757.436663 999999.999999
+PR02  16917.673617  14709.458548  12189.593750 999999.999999
+PR03  24811.786572  -3975.357276  -4677.575462 999999.999999
+PR04 -14548.216190  10071.695573  18382.763324 999999.999999
+PR05 -11373.805998 -22063.987046   5873.758661 999999.999999
+PR06 -16861.536034 -15293.380166 -11553.326252 999999.999999
+PR07 -11896.088277   2895.832408 -22384.503684 999999.999999
+PR08   -741.864965  16064.403231 -19788.748909 999999.999999
+PR09 -22264.349212  -4296.253886 -11793.400547 999999.999999
+PR10 -24714.420270   3938.709929   4654.196177 999999.999999
+PR11 -13191.419509   9890.237625  19484.472009 999999.999999
+PR12   7001.165497  10064.783446  22362.224306 999999.999999
+PR13  22140.419268   3917.831949  12045.934633 999999.999999
+PR15  10798.042429 -10160.325592 -20726.769490 999999.999999
+PR16  -6835.824002 -10105.450330 -22423.158365 999999.999999
+PR17  15022.726160 -12632.235995 -16337.322336 999999.999999
+PR18  11325.854372 -22923.310133     -7.989382 999999.999999
+PR19   1482.937016 -19716.451291  16113.249474 999999.999999
+PR20  -9739.905409  -4697.240077  23105.922782 999999.999999
+PR21 -14877.236358  12527.916949  16553.943903 999999.999999
+PR22 -11375.674143  22735.780785    436.693900 999999.999999
+PR23  -1211.352165  19727.875995 -16135.632242 999999.999999
+PR24   9499.843155   5307.178328 -23093.613881 999999.999999
+*  2011  8 31  3  0  0.00000000
+PG01   1036.319662  15547.201576 -21517.602787     -9.014027
+PG02  19528.808662 -14599.455052   9975.415977    353.700042
+PG03 -10898.806630  20262.539909  12560.056512    761.883721
+PG04  25898.210876  -5192.571456  -4419.563298    217.103058
+PG05  10060.946235 -11636.205737  21641.178793   -211.481411
+PG06 -14206.421689  15790.739895  15934.705047    -82.708397
+PG07  16539.739986   8313.135580  19143.346547     24.472496
+PG08  23278.253668   3100.319272  12991.649235      9.040135
+PG09   3250.750543 -16195.190413 -21357.404250    102.563488
+PG10  21288.153614   4893.854325  15147.060922    -11.600877
+PG11  -3652.948236  19614.474927 -17725.207429   -181.631466
+PG12  -8090.135399 -20806.954633 -14512.765817     19.280161
+PG13   5756.663082  19578.744912  16816.013968    253.849406
+PG14 -15071.095355    267.695048 -21682.889841    169.805782
+PG15   4129.317365 -26123.039001   -979.486206   -108.349112
+PG16  -8959.730804  11946.774245  21963.666994   -194.927649
+PG17  15549.038275  -1070.760226 -21333.755396    177.142107
+PG18 -20498.300217 -17094.947713  -1626.506825    154.940337
+PG19  -8305.331884  24986.005269   1236.790498   -178.683598
+PG20  10002.300169  20882.704956 -13210.612779     52.349845
+PG21 -19750.269323  -6959.816166  17104.740719   -168.235677
+PG22 -21927.943412  -6650.784901 -13344.037954    144.896229
+PG23   1157.403756  24698.667745   9210.024781    279.854701
+PG24   -730.383441  15929.272412 -21151.353797    419.873723
+PG25 -17348.049880 -19527.792053  -4916.547222     16.479355
+PG26  12220.724219 -21414.336365   8737.542841   -141.166268
+PG27   9716.180157 -16375.573462 -17709.190547    300.330220
+PG28  21630.274650  10905.440308 -10656.158501     63.715097
+PG29  -7120.192744 -19509.581881  16651.304108    235.707359
+PG30 -19728.747586 -17489.322429  -3737.765633     90.870138
+PG31 -25563.095462   7558.440538   -857.030194    134.316265
+PG32   1477.678463  19760.751954 -17617.106747   -320.218085
+PR01  11011.295206  21263.895316  -8799.204566 999999.999999
+PR02  17782.563468  15722.812199   9364.330943 999999.999999
+PR03  25162.413828  -4231.497751  -1469.914418 999999.999999
+PR04 -13496.215661   7938.979057  20144.762140 999999.999999
+PR05 -10948.529532 -21246.310194   8910.574560 999999.999999
+PR06 -17690.027266 -16232.546076  -8675.711289 999999.999999
+PR07 -13627.165860    814.096833 -21556.922317 999999.999999
+PR08  -2172.875885  13974.988316 -21216.903556 999999.999999
+PR09 -20645.545400  -4293.222428 -14440.122402 999999.999999
+PR10 -25070.154202   4183.565308   1433.341854 999999.999999
+PR11 -15452.278471  10247.716405  17547.842592 999999.999999
+PR12   4205.944167  10271.703009  22945.103750 999999.999999
+PR13  20479.386678   3935.850621  14683.137771 999999.999999
+PR15  13234.037676 -10530.430752 -19055.289177 999999.999999
+PR16  -4048.311699 -10323.546070 -23002.627735 999999.999999
+PR17  14012.617373 -10737.461816 -18446.600894 999999.999999
+PR18  11092.216758 -22808.860715  -3209.899499 999999.999999
+PR19   2142.307304 -21436.585301  13655.469907 999999.999999
+PR20  -8556.178258  -7277.722095  22910.154194 999999.999999
+PR21 -13882.155994  10597.721746  18627.441386 999999.999999
+PR22 -11137.920951  22565.171605   3651.114854 999999.999999
+PR23  -1856.816027  21453.777482 -13684.727575 999999.999999
+PR24   8353.164302   7890.386109 -22796.642743 999999.999999
+*  2011  8 31  3 15  0.00000000
+PG01  -1250.484014  16356.556717 -20897.526425     -9.016326
+PG02  20579.186010 -14660.532694   7380.490716    353.701606
+PG03 -11123.744407  18607.497028  14698.177031    761.888475
+PG04  25403.270234  -4712.843202  -7107.830659    217.113150
+PG05  11957.364063 -10051.054480  21480.203417   -211.486119
+PG06 -14194.963857  13864.540099  17680.418070    -82.699926
+PG07  14448.674207   9148.711758  20392.944342     24.474040
+PG08  21771.871573   3595.060737  15234.643448      9.039719
+PG09   5381.785141 -16961.660104 -20278.037068    102.566131
+PG10  22389.942526   6119.183380  13027.557717    -11.602438
+PG11  -5379.079718  20495.286756 -16159.799506   -181.634359
+PG12  -6658.823452 -19757.413456 -16546.800469     19.282216
+PG13   5170.682638  21315.902573  14781.403055    253.847844
+PG14 -14520.205128  -2200.991564 -21958.171321    169.807498
+PG15   4421.570708 -26028.215782   1861.717507   -108.347664
+PG16 -10836.886445  10284.474655  21985.313705   -194.929418
+PG17  15088.126313   1379.179834 -21663.098015    177.140467
+PG18 -20345.092099 -17370.485778   1148.617422    154.941735
+PG19  -8503.651965  24613.450053   4089.556147   -178.687143
+PG20   8573.124491  20094.440796 -15290.349951     52.350720
+PG21 -17958.096619  -7761.824749  18649.137485   -168.237739
+PG22 -22825.394286  -7792.303665 -11067.461381    144.896216
+PG23    740.011040  25543.796994   6523.666931    279.851940
+PG24  -3047.614776  16553.875588 -20426.489376    419.875610
+PG25 -16646.549059 -19257.326210  -7657.199821     16.480938
+PG26  12111.487855 -20165.670759  11339.583173   -141.177608
+PG27  11662.768060 -17018.674915 -15866.735834    300.332758
+PG28  22341.469095  11803.760546  -8063.660880     63.717632
+PG29  -6583.240459 -21213.862437  14665.398996    235.710321
+PG30 -19136.227904 -17398.323423  -6503.375610     90.867120
+PG31 -25359.006244   7291.218354  -3723.090445    134.321271
+PG32   -132.610752  18347.706685 -19083.018703   -320.224370
+PR01  10306.170847  20207.362938 -11670.098668 999999.999999
+PR02  18489.203287  16395.006412   6357.345724 999999.999999
+PR03  25103.929988  -4443.213903   1766.134146 999999.999999
+PR04 -12536.941555   5553.960278  21515.810193 999999.999999
+PR05 -10233.683833 -20181.707563  11774.294542 999999.999999
+PR06 -18352.242876 -16828.573100  -5629.959462 999999.999999
+PR07 -15411.389526  -1048.914763 -20311.076401 999999.999999
+PR08  -3846.103961  11877.657779 -22232.549353 999999.999999
+PR09 -18726.978312  -4458.126971 -16807.971685 999999.999999
+PR10 -25013.863994   4384.232067  -1815.528889 999999.999999
+PR11 -17424.726780  10728.693595  15271.201633 999999.999999
+PR12   1388.058665  10691.536833  23081.383797 999999.999999
+PR13  18522.072547   4132.027695  17035.016076 999999.999999
+PR15  15410.647894 -11043.488568 -17012.415695 999999.999999
+PR16  -1242.340797 -10753.595746 -23136.852618 999999.999999
+PR17  13059.264617  -8551.629655 -20198.633052 999999.999999
+PR18  10732.097233 -22312.792197  -6349.861687 999999.999999
+PR19   2559.810409 -22902.708654  10932.391037 999999.999999
+PR20  -7584.305878  -9889.802982  22269.870862 999999.999999
+PR21 -12950.210649   8381.013732  20340.260142 999999.999999
+PR22 -10777.129012  22009.191168   6793.934314 999999.999999
+PR23  -2264.108365  22924.201174 -10968.197631 999999.999999
+PR24   7421.096224  10491.104411 -22058.039534 999999.999999
+*  2011  8 31  3 30  0.00000000
+PG01  -3409.433337  17246.896142 -19918.143041     -9.018861
+PG02  21350.825007 -14644.933954   4655.101147    353.703158
+PG03 -11428.654704  16733.044162  16572.547591    761.893364
+PG04  24663.579301  -4093.152661  -9676.974753    217.123200
+PG05  13899.539541  -8588.252569  20949.589978   -211.490953
+PG06 -14265.158869  11763.392353  19122.455237    -82.691342
+PG07  12292.846108  10146.101591  21293.771692     24.475902
+PG08  20070.544084   4255.871743  17222.820695      9.040622
+PG09   7342.580664 -17791.171806 -18865.698547    102.570263
+PG10  23351.725173   7130.472223  10685.255968    -11.603517
+PG11  -6923.826270  21329.586470 -14319.059650   -181.637350
+PG12  -5000.915809 -18657.679016 -18297.909371     19.284286
+PG13   4731.089111  22840.282659  12489.219496    253.846293
+PG14 -14104.315436  -4704.160001 -21849.459716    169.809199
+PG15   4688.329928 -25628.805553   4670.539158   -108.346211
+PG16 -12785.124575   8741.067397  21629.565556   -194.931545
+PG17  14752.793742   3863.304798 -21614.416121    177.139403
+PG18 -19961.445074 -17463.884050   3904.474581    154.943543
+PG19  -8657.671319  23936.076034   6870.326104   -178.690674
+PG20   6927.715401  19252.560936 -17110.068528     52.350733
+PG21 -16064.750946  -8712.524165  19888.954340   -168.239693
+PG22 -23563.037125  -8725.268054  -8599.891337    144.896533
+PG23    404.798110  26098.732230   3722.649462    279.849114
+PG24  -5237.572438  17257.746486 -19346.476932    419.877407
+PG25 -15685.813291 -18847.908105 -10266.383242     16.482539
+PG26  12018.114388 -18624.905485  13736.277261   -141.189236
+PG27  13361.428388 -17662.993081 -13734.138407    300.336853
+PG28  22864.848566  12467.510712  -5331.749282     63.720395
+PG29  -6172.139217 -22708.500407  12428.707713    235.713247
+PG30 -18279.978238 -17181.206511  -9158.438031     90.864184
+PG31 -24875.506517   6885.775439  -6525.676158    134.326311
+PG32  -1927.948999  16918.205844 -20217.287669   -320.230638
+PR01   9293.390111  18957.699472 -14314.336602 999999.999999
+PR02  18982.931171  16740.214224   3226.971895 999999.999999
+PR03  24646.594520  -4554.192459   4968.056318 999999.999999
+PR04 -11714.698643   2967.821381  22469.284268 999999.999999
+PR05  -9211.284009 -18925.560329  14409.293305 999999.999999
+PR06 -18794.143254 -17097.857441  -2475.095260 999999.999999
+PR07 -17191.007248  -2661.835308 -18671.202093 999999.999999
+PR08  -5733.153362   9834.188086 -22815.933445 999999.999999
+PR09 -16561.698653  -4824.388258 -18851.159705 999999.999999
+PR10 -24556.090906   4484.207935  -5028.933253 999999.999999
+PR11 -19066.047119  11285.282509  12698.793529 999999.999999
+PR12  -1382.301607  11315.945220  22767.702605 999999.999999
+PR13  16323.572248   4538.689782  19055.767029 999999.999999
+PR15  17278.744450 -11654.225832 -14637.744622 999999.999999
+PR16   1512.447876 -11387.161953 -22823.658053 999999.999999
+PR17  12212.304836  -6118.353922 -21559.272187 999999.999999
+PR18  10301.340571 -21429.389109  -9367.220579 999999.999999
+PR19   2765.927393 -24062.811897   7996.913459 999999.999999
+PR20  -6838.732494 -12465.273310  21197.712274 999999.999999
+PR21 -12129.995872   5922.611313  21658.956658 999999.999999
+PR22 -10349.808920  21064.054393   9803.564473 999999.999999
+PR23  -2464.032701  24087.551328  -8038.742254 999999.999999
+PR24   6715.510820  13041.065434 -20892.075523 999999.999999
+*  2011  8 31  3 45  0.00000000
+PG01  -5404.023072  18187.513852 -18596.286492     -9.018829
+PG02  21845.143611 -14515.808366   1847.264216    353.704545
+PG03 -11835.448401  14676.258132  18149.063166    761.897746
+PG04  23708.793022  -3311.105305 -12084.147923    217.133355
+PG05  15845.038481  -7270.071876  20058.798521   -211.495815
+PG06 -14437.130764   9526.976228  20236.903377    -82.682886
+PG07  10120.282509  11297.564199  21829.775981     24.477528
+PG08  18217.201757   5097.114513  18922.057744      9.039508
+PG09   9102.988746 -18648.379581 -17142.613722    102.573015
+PG10  24135.131820   7936.150638   8160.913273    -11.604510
+PG11  -8275.468879  22080.409563 -12233.211235   -181.640685
+PG12  -3133.752058 -17550.127747 -19735.794264     19.286510
+PG13   4413.314370  24114.587045   9979.602344    253.844631
+PG14 -13830.413923  -7190.657744 -21359.158501    169.810932
+PG15   4965.871193 -24929.223441   7398.148508   -108.344567
+PG16 -14762.478288   7343.385837  20903.417810   -194.933362
+PG17  14549.197011   6332.121419 -21189.289308    177.138068
+PG18 -19331.472356 -17406.356373   6594.998524    154.945177
+PG19  -8805.099206  22959.784260   9530.210154   -178.694290
+PG20   5082.565576  18395.356664 -18639.033596     52.351193
+PG21 -14112.000150  -9810.727755  20803.301916   -168.242322
+PG22 -24105.580287  -9461.243989  -5984.247156    144.896161
+PG23    116.994768  26347.149611    856.142735    279.846218
+PG24  -7262.848546  18011.814043 -17929.358580    419.879009
+PG25 -14462.631852 -18339.181402 -12699.341721     16.484122
+PG26  11977.777505 -16816.455678  15883.200345   -141.200712
+PG27  14791.878399 -18266.794459 -11351.325638    300.340735
+PG28  23166.713483  12916.403440  -2508.253188     63.722963
+PG29  -5862.302215 -23959.231747   9979.383408    235.716091
+PG30 -17158.200548 -16876.774219 -11658.472699     90.861085
+PG31 -24137.753417   6311.890041  -9216.715538    134.331365
+PG32  -3884.196394  15512.372105 -20998.610450   -320.236807
+PR01   7966.804179  17574.624065 -16680.523500 999999.999999
+PR02  19214.935722  16784.352121     33.956873 999999.999999
+PR03  23813.784262  -4511.836033   8073.947704 999999.999999
+PR04 -11064.443812    239.998989  22986.653215 999999.999999
+PR05  -7875.577621 -17537.712744  16764.392535 999999.999999
+PR06 -18967.921988 -17068.412266    727.740183 999999.999999
+PR07 -18904.977135  -4004.896706 -16669.160057 999999.999999
+PR08  -7794.611664   7901.085551 -22955.711699 999999.999999
+PR09 -14210.150279  -5414.927768 -20530.114188 999999.999999
+PR10 -23720.735799   4430.803619  -8144.134810 999999.999999
+PR11 -20345.218235  11863.606126   9880.535721 999999.999999
+PR12  -4037.397904  12124.390729  22009.500626 999999.999999
+PR13  13946.198894   5177.253576  20706.003615 999999.999999
+PR15  18800.295471 -12310.157001 -11977.422585 999999.999999
+PR16   4149.183575 -12203.768341 -22069.475538 999999.999999
+PR17  11513.399691  -3491.029144 -22501.901033 999999.999999
+PR18   9856.723509 -20166.128128 -12203.610135 999999.999999
+PR19   2800.569777 -24874.152664   4906.067712 999999.999999
+PR20  -6321.461851 -14935.437002  19714.660305 999999.999999
+PR21 -11461.912343   3276.889409  22557.660305 999999.999999
+PR22  -9913.134027  19739.481002  12621.106397 999999.999999
+PR23  -2496.700239  24901.531458  -4953.209081 999999.999999
+PR24   6235.882258  15471.998796 -19321.281996 999999.999999
+*  2011  8 31  4  0  0.00000000
+PG01  -7204.233938  19142.675783 -16954.673492     -9.021397
+PG02  22072.123309 -14238.715558   -993.333382    353.706137
+PG03 -12359.564923  12479.482846  19399.122511    761.902757
+PG04  22573.560591  -2350.498209 -14289.231967    217.143056
+PG05  17749.014194  -6111.134111  18823.451714   -211.500606
+PG06 -14724.223129   7198.699748  21005.544529    -82.674533
+PG07   7977.778837  12587.064260  21991.078467     24.479283
+PG08  16258.064686   6124.923616  20302.751638      9.039310
+PG09  10639.919175 -19493.783794 -15136.077147    102.574847
+PG10  24705.703482   8552.150565   5498.041011    -11.606075
+PG11  -9429.388647  22710.614881  -9936.960826   -181.643363
+PG12  -1082.814561 -16474.436334 -20835.424125     19.288486
+PG13   4186.754161  25108.554917   7296.433827    253.843137
+PG14 -13696.936911  -9609.341558 -20496.413168    169.812523
+PG15   5289.196614 -23942.578295   9997.182424   -108.343057
+PG16 -16723.725243   6110.528292  19820.130245   -194.935252
+PG17  14475.294836   8736.255892 -20395.908045    177.136607
+PG18 -18446.463692 -17232.475925   9175.490576    154.946754
+PG19  -8982.429237  21699.477079  12022.561226   -178.698033
+PG20   3061.510785  17558.574109 -19851.423515     52.351954
+PG21 -12141.611449 -11047.775022  21376.261785   -168.244241
+PG22 -24422.285092 -10018.751840  -3265.797001    144.896010
+PG23   -160.345781  26281.688743  -2025.431944    279.843734
+PG24  -9092.225146  18781.844477 -16199.207640    419.881933
+PG25 -12982.440341 -17771.906120 -14914.356728     16.485714
+PG26  12023.342317 -14773.609530  17740.404055   -141.212256
+PG27  15943.609339 -18787.303461  -8762.678763    300.346175
+PG28  23219.316013  13177.062823    358.070814     63.725449
+PG29  -5623.772891 -24938.444643   7359.236869    235.718912
+PG30 -15777.379044 -16524.511207 -13961.947346     90.857965
+PG31 -23177.748494   5545.287008 -11749.766489    134.336332
+PG32  -5969.779979  14166.635158 -21411.770907   -320.242993
+PR01   6333.005855  16119.855810 -18722.652816 999999.999999
+PR02  19144.456574  16563.778488  -3159.715397 999999.999999
+PR03  22641.007103  -4269.717236  11023.695435 999999.999999
+PR04 -10610.318554  -2564.036167  23057.837582 999999.999999
+PR05  -6233.549615 -16079.922776  18793.854623 999999.999999
+PR06 -18834.164916 -16778.484647   3916.467607 999999.999999
+PR07 -20491.448831  -5070.493410 -14343.817209 999999.999999
+PR08  -9981.486745   6127.374252 -22649.169354 999999.999999
+PR09 -11737.821984  -6240.999806 -21812.237951 999999.999999
+PR10 -22544.011594   4177.630208 -11100.388845 999999.999999
+PR11 -21243.996413  12406.216701   6871.053133 999999.999999
+PR12  -6514.543648  13084.936142  20820.966360 999999.999999
+PR13  11457.033674   6057.110206  21953.528743 999999.999999
+PR15  19949.763735 -12953.937968  -9083.250013 999999.999999
+PR16   6606.278794 -13171.739519 -20889.192026 999999.999999
+PR17  10994.449379   -730.873267 -23007.961827 999999.999999
+PR18   9453.381829 -18543.541600 -14804.069763 999999.999999
+PR19   2711.141237 -25305.017377   1719.904786 999999.999999
+PR20  -6022.144594 -17233.769063  17849.620817 999999.999999
+PR21 -10976.429937    505.784551  23018.594198 999999.999999
+PR22  -9522.298314  18058.432495  15191.529470 999999.999999
+PR23  -2409.587638  25334.885157  -1771.492741 999999.999999
+PR24   5969.469240  17718.273672 -17376.022745 999999.999999
+*  2011  8 31  4 15  0.00000000
+PG01  -8787.489269  20072.996380 -15021.515600     -9.021355
+PG02  22049.801416 -13783.194592  -3816.287374    353.707729
+PG03 -13009.186488  10188.773192  20300.226889    761.907636
+PG04  21296.236550  -1202.103793 -16255.442400    217.152931
+PG05  19565.810280  -5118.017339  17265.046571   -211.505380
+PG06 -15132.438458   4824.204696  21416.103339    -82.665866
+PG07   5909.250551  13990.735960  21774.188100     24.480917
+PG08  14241.029783   7336.756955  21340.348840      9.038858
+PG09  11938.058229 -20285.172876 -12878.135432    102.579146
+PG10  25034.191600   9001.050387   2742.154052    -11.606452
+PG11 -10388.105802  23184.351246  -7468.986071   -181.646250
+PG12   1119.031704 -15466.061632 -21577.484402     19.290610
+PG13   4016.167572  25800.050627   4486.536251    253.841361
+PG14 -13693.911510 -11910.889361 -19276.904269    169.814306
+PG15   5690.465764 -22690.211581  12422.589951   -108.341454
+PG16 -18622.000670   5053.312509  18398.948167   -194.937110
+PG17  14521.007138  11028.182884 -19248.871819    177.135314
+PG18 -17305.303198 -16978.741789  11603.281715    154.948435
+PG19  -9223.304770  20178.550908  14303.839783   -178.701762
+PG20    895.017787  16774.048208 -20726.740608     52.352455
+PG21 -10193.964701 -12407.668657  21597.167397   -168.246825
+PG22 -24488.173679 -10422.320523   -491.361932    144.896005
+PG23   -464.664519  25904.245293  -4871.347950    279.841032
+PG24 -10701.720836  19529.791190 -14185.738588    419.884053
+PG25 -11259.287033 -17186.297906 -16873.454475     16.487361
+PG26  12181.819808 -12537.364926  19273.326229   -141.223343
+PG27  16816.022099 -19182.569617  -6016.021676    300.350709
+PG28  23001.914606  13281.735330   3218.379748     63.728140
+PG29  -5422.548286 -25626.158362   4613.039942    235.721822
+PG30 -14152.126784 -16162.979687 -16030.894588     90.855070
+PG31 -22033.126795   4568.804069 -14080.823568    134.341474
+PG32  -8146.685206  12912.333489 -21448.025788   -320.249225
+PR01   4411.323400  14654.504923 -20401.002893 999999.999999
+PR02  18740.664466  16123.565339  -6292.027296 999999.999999
+PR03  21174.429647  -3789.781680  13760.130563 999999.999999
+PR04 -10364.653208  -5375.252712  22681.407004 999999.999999
+PR05  -4304.895393 -14613.252658  20458.269843 999999.999999
+PR06 -18363.674585 -16274.756993   7029.266998 999999.999999
+PR07 -21890.297462  -5863.233277 -11740.294366 999999.999999
+PR08 -12237.058196   4552.713860 -21902.273575 999999.999999
+PR09  -9212.703004  -7301.517911 -22672.539490 999999.999999
+PR10 -21072.894149   3686.815590 -13840.141927 999999.999999
+PR11 -21757.477231  12854.675516   3728.625711 999999.999999
+PR12  -8758.503256  14155.551255  19224.804115 999999.999999
+PR13   8925.288928   7175.026488  22773.970323 999999.999999
+PR15  20714.988550 -13525.946681  -6011.665197 999999.999999
+PR16   8829.715750 -14249.520849 -19305.843661 999999.999999
+PR17  10676.230049   2095.357829 -23067.334752 999999.999999
+PR18   9142.311956 -16594.554635 -17118.102056 999999.999999
+PR19   2550.283084 -25336.039539  -1499.672818 999999.999999
+PR20  -5918.695417 -19298.491566  15638.855920 999999.999999
+PR21 -10692.781833  -2323.519278  23032.444068 999999.999999
+PR22  -9227.977515  16056.298468  17464.764158 999999.999999
+PR23  -2255.283064  25368.694502   1444.626899 999999.999999
+PR24   5892.021455  19719.445651 -15093.916952 999999.999999
+*  2011  8 31  4 30  0.00000000
+PG01 -10139.325255  20936.969662 -12830.037140     -9.023507
+PG02  21803.438564 -13124.182753  -6571.452086    353.708941
+PG03 -13784.772302   7852.187113  20836.437910    761.911554
+PG04  19917.473081    135.801591 -17949.884605    217.162946
+PG05  21250.600577  -4289.180691  15410.568948   -211.510336
+PG06 -15660.172629   2449.804724  21462.393460    -82.657332
+PG07   3954.193046  15477.662132  21182.110167     24.482542
+PG08  12213.987329   8721.268519  22015.816294      9.039203
+PG09  12990.322061 -20979.194087 -10405.198300    102.581482
+PG10  25097.660908   9310.984361    -59.988961    -11.608087
+PG11 -11161.043328  23468.512051  -4871.332269   -181.649255
+PG12   3432.586668 -14554.889168 -21948.735137     19.292792
+PG13   3863.258761  26175.838691   1598.821448    253.839843
+PG14 -13803.443483 -14049.533757 -17722.519738    169.815849
+PG15   6197.547170 -21200.924835  14632.430341   -108.340233
+PG16 -20410.470830   4174.055860  16664.731714   -194.939078
+PG17  14668.702169  13163.872546 -17768.872772    177.133938
+PG18 -15914.618528 -16682.099786  13838.351988    154.950075
+PG19  -9557.013021  18428.058804  16334.408167   -178.705487
+PG20  -1380.774888  16068.498308 -21250.138608     52.353075
+PG21  -8306.708342 -13867.476640  21460.834213   -168.248797
+PG22 -24285.019454 -10701.322051   2291.492071    144.895647
+PG23   -832.191854  25225.900695  -7631.527680    279.838219
+PG24 -12075.356268  20215.319781 -11923.802136    419.887450
+PG25  -9315.474172 -16620.401267 -18543.049107     16.488997
+PG26  12473.077032 -10154.923286  20453.579285   -141.234317
+PG27  17418.139690 -19413.278975  -3161.562189    300.355581
+PG28  22501.554384  13266.824570   6024.543075     63.730583
+PG29  -5222.065329 -26010.724220   1787.776253    235.724657
+PG30 -12304.741763 -15828.280675 -17831.456319     90.852285
+PG31 -20745.730259   3373.296923 -16169.102035    134.346497
+PG32 -10371.728166  11774.515993 -21105.371541   -320.255273
+PR01   2233.281169  13236.508316 -21682.911767 999999.999999
+PR02  17984.140742  15515.416517  -9302.132643 999999.999999
+PR03  19468.978437  -3044.206831  16230.129494 999999.999999
+PR04 -10327.484585  -8123.683687  21864.611536 999999.999999
+PR05  -2121.462010 -13195.508989  21725.319995 999999.999999
+PR06 -17538.882955 -15610.208767  10005.771007 999999.999999
+PR07 -23045.604791  -6399.475204  -8909.094019 999999.999999
+PR08 -14499.066719   3205.925392 -20729.556942 999999.999999
+PR09  -6702.645402  -8582.905333 -23094.123718 999999.999999
+PR10 -19363.139764   2930.854586 -16310.160704 999999.999999
+PR11 -21894.116136  13152.184779    514.068849 999999.999999
+PR12 -10723.584952  15285.876689  17251.824633 999999.999999
+PR13   6419.593772   8515.090063  23151.264213 999999.999999
+PR15  21097.513182 -13966.979779  -2822.630070 999999.999999
+PR16  10775.015353 -15387.422338 -17350.161313 999999.999999
+PR17  10567.513190   4917.892074 -22678.556186 999999.999999
+PR18   8968.051462 -14363.320252 -19100.652317 999999.999999
+PR19   2373.399702 -24961.019101  -4690.116406 999999.999999
+PR20  -5978.412244 -21074.962415  13125.278174 999999.999999
+PR21 -10618.145186  -5141.130487  22598.566413 999999.999999
+PR22  -9074.004124  13779.569134  19396.685056 999999.999999
+PR23  -2089.016238  24997.181089   4632.684827 999999.999999
+PR24   5968.980633  21422.603524 -12519.122417 999999.999999
+*  2011  8 31  4 45  0.00000000
+PG01 -11253.749703  21692.595815 -10417.906965     -9.024826
+PG02  21364.396324 -12243.220609  -9209.915679    353.710465
+PG03 -14678.934407   5518.002394  20998.681306    761.915216
+PG04  18478.742408   1657.182551 -19344.057194    217.172838
+PG05  22761.003930  -3615.207939  13292.018382   -211.515016
+PG06 -16298.250663    120.914383  21144.364828    -82.648807
+PG07   2146.309779  17010.942523  20224.344654     24.484118
+PG08  10223.125838  10258.515241  22316.043868      9.041128
+PG09  13798.023527 -21533.003377  -7757.574866    102.585936
+PG10  24880.359127   9514.361955  -2861.143631    -11.609937
+PG11 -11764.017976  23534.119623  -2188.722985   -181.652274
+PG12   5813.613006 -13764.103055 -21942.270226     19.294821
+PG13   3688.375603  26232.017417  -1316.589487    253.838243
+PG14 -14000.527487 -15984.649273 -15860.916184    169.817505
+PG15   6832.748090 -19509.927570  16588.608671   -108.338753
+PG16 -22044.004424   3466.684783  14647.502204   -194.941195
+PG17  14893.988100  15104.292280 -15982.274783    177.132446
+PG18 -14288.659641 -16378.468876  15843.903747    154.951648
+PG19 -10007.170371  16485.579716  18079.238107   -178.708908
+PG20  -3725.228514  15462.529285 -21412.662978     52.353233
+PG21  -6513.502397 -15397.992317  20967.733083   -168.251312
+PG22 -23802.084915 -10888.634495   5035.260208    144.896013
+PG23  -1296.293188  24266.491629 -10257.483127    279.835341
+PG24 -13205.605191  20797.447071  -9452.773360    419.891277
+PG25  -7180.887486 -16108.559280 -19894.511292     16.490668
+PG26  12908.868438  -7677.908135  21259.587807   -141.245597
+PG27  17767.923848 -19444.428638   -250.821831    300.361450
+PG28  21713.554184  13171.310444   8729.890064     63.733096
+PG29  -4984.793316 -26089.221223  -1068.149287    235.727594
+PG30 -10264.493591 -15552.634607 -19334.353405     90.849499
+PG31 -19360.017123   1958.242974 -17977.783971    134.351686
+PG32 -12598.062230  10770.997923 -20388.678880   -320.261413
+PR01   -158.452055  11918.217227 -22543.415147 999999.999999
+PR02  16867.892791  14795.320457 -12131.540399 999999.999999
+PR03  17586.091948  -2016.837303  18385.643694 999999.999999
+PR04 -10486.607200 -10741.095357  20623.246065 999999.999999
+PR05    273.820300 -11878.839643  22570.404066 999999.999999
+PR06 -16354.792146 -14841.728448  12788.231562 999999.999999
+PR07 -23907.984266  -6706.374296  -5905.124664 999999.999999
+PR08 -16702.150670   2103.985627 -19153.834082 999999.999999
+PR09  -4272.740479 -10059.478195 -23068.533202 999999.999999
+PR10 -17476.955751   1894.013993 -18462.567121 999999.999999
+PR11 -21675.208591  13246.161675  -2710.432407 999999.999999
+PR12 -12375.336193  16419.371989  14940.363675 999999.999999
+PR13   4005.315391  10049.202475  23077.975153 999999.999999
+PR15  21112.343329 -14220.948672    421.559228 999999.999999
+PR16  12408.811028 -16529.714119 -15059.976966 999999.999999
+PR17  10664.705605   7666.596353 -21848.870966 999999.999999
+PR18   8966.636160 -11903.597602 -20712.991074 999999.999999
+PR19   2236.069436 -24187.208331  -7789.448938 999999.999999
+PR20  -6159.549137 -22517.779303  10357.620240 999999.999999
+PR21 -10747.344908  -7877.111780  21725.029890 999999.999999
+PR22  -9095.356424  11284.053114  20949.964448 999999.999999
+PR23  -1966.077451  24227.975504   7730.745788 999999.999999
+PR24   6157.126039  22784.419015  -9701.491743 999999.999999
+*  2011  8 31  5  0  0.00000000
+PG01 -12133.276064  22299.040512  -7826.593521     -9.024412
+PG02  20768.773598 -11129.389809 -11684.949075    353.711945
+PG03 -15676.659843   3232.938270  20784.889410    761.918209
+PG04  17020.840334   3348.272595 -20414.297932    217.182748
+PG05  24058.612767  -3079.358541  10945.852057   -211.519914
+PG06 -17030.258889  -2119.473685  20468.054878    -82.640209
+PG07    512.363024  18549.013309  18916.770883     24.485822
+PG08   8311.286951  11920.498898  22234.166997      9.041842
+PG09  14370.738906 -21905.939365  -4978.932718    102.587936
+PG10  24374.326167   9646.446856  -5614.326375    -11.610224
+PG11 -12218.472669  23357.581277    532.206525   -181.655303
+PG12   8214.337115 -13109.322322 -21557.671313     19.297077
+PG13   3452.255943  25974.096872  -4209.258223    253.836144
+PG14 -14254.143507 -17682.132327 -13724.980987    169.819407
+PG15   7611.773128 -17657.548659  18257.535446   -108.337359
+PG16 -23480.780541   2917.165080  12381.914813   -194.943146
+PG17  15166.773581  16816.707029 -13920.599599    177.131159
+PG18 -12448.913860 -16101.323023  17586.885957    154.953093
+PG19 -10590.652146  14393.843456  19508.517570   -178.712493
+PG20  -6094.545883  14969.874678 -21211.401032     52.353632
+PG21  -4842.892197 -16964.637440  20124.099662   -168.253682
+PG22 -23036.581807 -11019.186672   7693.290048    144.895586
+PG23  -1885.935139  23053.837889 -12703.220593    279.832632
+PG24 -14093.510569  21236.227168  -6815.844036    419.893647
+PG25  -4892.039027 -15680.038432 -20904.653112     16.492337
+PG26  13492.237124  -5160.391827  21677.052258   -141.257296
+PG27  17891.241344 -19246.794298   2664.412662    300.366702
+PG28  20641.692397  13035.113617  11289.899202     63.735538
+PG29  -4673.871471 -25867.530216  -3905.729731    235.730355
+PG30  -8066.670141 -15363.128991 -20515.279818     90.846637
+PG31 -17921.366877    332.014293 -19474.710840    134.356566
+PG32 -14776.860455   9911.716133 -19309.685075   -320.267399
+PR01  -2711.584560  10744.238143 -22965.735110 999999.999999
+PR02  15397.861444  14021.036886 -14725.253595 999999.999999
+PR03  15591.215278   -704.134247  20184.637828 999999.999999
+PR04 -10818.156086 -13163.589863  18981.349949 999999.999999
+PR05   2828.472731 -10707.587989  22977.114120 999999.999999
+PR06 -14819.402645 -14027.576125  15322.637256 999999.999999
+PR07 -24436.652992  -6820.475750  -2786.640252 999999.999999
+PR08 -18780.428416   1251.531298 -17205.756908 999999.999999
+PR09  -1982.816291 -11694.348221 -22595.932455 999999.999999
+PR10 -15480.424717    573.233602 -20255.759895 999999.999999
+PR11 -21133.852600  13090.647121  -5882.513653 999999.999999
+PR12 -13691.766583  17495.757165  12335.538143 999999.999999
+PR13   1742.027776  11738.101030  22555.448963 999999.999999
+PR15  20787.146852 -14237.458059   3657.511752 999999.999999
+PR16  13709.965742 -17616.987194 -12479.501991 999999.999999
+PR17  10952.027032  10273.655893 -20594.115865 999999.999999
+PR18   9163.920724  -9276.737390 -21923.482040 999999.999999
+PR19   2191.451237 -23035.052144 -10737.471203 999999.999999
+PR20  -6413.276074 -23592.513039   7389.495708 999999.999999
+PR21 -11063.095432 -10464.154461  20428.486946 999999.999999
+PR22  -9316.546883   8632.718873  22094.780322 999999.999999
+PR23  -1939.235335  23081.843363  10678.609967 999999.999999
+PR24   6406.595612  23772.814246  -6695.616628 999999.999999
+*  2011  8 31  5 15  0.00000000
+PG01 -12788.632052  22718.262770  -5100.654014     -9.025321
+PG02  20055.861690  -9779.942463 -13952.904182    353.713434
+PG03 -16755.866765   1040.460691  20199.981373    761.923197
+PG04  15582.422592   5187.885684 -21142.167550    217.192638
+PG05  25110.378090  -2658.403192   8412.357733   -211.524762
+PG06 -17833.158155  -4232.209117  19445.447725    -82.631631
+PG07   -928.706236  20047.169425  17281.416994     24.487084
+PG08   6516.432628  13672.031906  21769.798106      9.041398
+PG09  14725.870289 -22061.162588  -2115.678884    102.590483
+PG10  23579.725081   9743.848836  -8273.541160    -11.612152
+PG11 -12550.475947  22921.761762   3243.740860   -181.658222
+PG12  10585.097762 -12598.038878 -20801.051352     19.299257
+PG13   3117.751143  25416.721413  -7029.315582    253.834386
+PG14 -14528.592234 -19115.522520 -11352.208642    169.821243
+PG15   8542.952533 -15687.763331  19610.698680   -108.335776
+PG16 -24683.775135   2504.233305   9906.667107   -194.945175
+PG17  15452.551911  18275.731125 -11619.932825    177.129713
+PG18 -10423.471705 -15880.375881  19038.467284    154.955173
+PG19 -11316.808764  12199.169966  20598.146575   -178.716359
+PG20  -8443.234967  14596.909750 -20649.539617     52.354212
+PG21  -3317.354315 -18528.585130  18941.971537   -168.255946
+PG22 -21993.839286 -11128.441246  10220.546067    144.895505
+PG23  -2624.337155  21622.662274 -14926.088811    279.830092
+PG24 -14748.459546  21494.414625  -4059.233335    419.895484
+PG25  -2490.859200 -15357.861287 -21556.121581     16.494005
+PG26  14217.315056  -2656.824501  21699.223589   -141.268710
+PG27  17820.539892 -18798.134642   5533.087621    300.370401
+PG28  19298.094259  12897.464641  13662.825976     63.738143
+PG29  -4254.728255 -25360.082509  -6676.190833    235.733140
+PG30  -5751.420367 -15280.673860 -21355.221350     90.843764
+PG31 -16474.345971  -1488.197287 -20633.006808    134.361660
+PG32 -16859.105195   9198.416151 -17886.837969   -320.273424
+PR01  -5366.130976   9749.617529 -22941.609984 999999.999999
+PR02  13592.897543  13249.523861 -17032.841026 999999.999999
+PR03  13551.140486    884.403846  21591.917947 999999.999999
+PR04 -11287.696952 -15334.034377  16970.747047 999999.999999
+PR05   5482.405780  -9716.493897  22937.552568 999999.999999
+PR06 -12953.609569 -13224.803383  17559.760055 999999.999999
+PR07 -24601.164027  -6785.917501    385.885097 999999.999999
+PR08 -20670.118917    640.892637 -14923.216984 999999.999999
+PR09    114.841166 -13440.810650 -21685.130328 999999.999999
+PR10 -13440.792707  -1021.513766 -21655.205240 999999.999999
+PR11 -20313.437631  12648.448637  -8940.823886 999999.999999
+PR12 -14664.043432  18453.642550   9488.353773 999999.999999
+PR13   -318.766502  13532.867861  21593.792540 999999.999999
+PR15  20160.929528 -13974.154644   6822.004509 999999.999999
+PR16  14670.188973 -18588.682720  -9658.490057 999999.999999
+PR17  11402.219910  12676.166991 -18938.434581 999999.999999
+PR18   9574.335391  -6549.355109 -22708.219666 999999.999999
+PR19   2287.797493 -21537.393788 -13476.932471 999999.999999
+PR20  -6685.942885 -24276.999677   4278.368660 999999.999999
+PR21 -11536.772661 -12840.154081  18733.875876 999999.999999
+PR22  -9750.476843   5893.253410  22809.366777 999999.999999
+PR23  -2056.263366  21591.878908  13418.985583 999999.999999
+PR24   6663.197980  24368.177235  -3559.777763 999999.999999
+*  2011  8 31  5 30  0.00000000
+PG01 -13238.154672  22916.548204  -2286.969678     -9.026771
+PG02  19266.486054  -8200.595441 -15974.038980    353.714983
+PG03 -17888.266087  -1020.755300  19255.686204    761.925778
+PG04  14198.624982   7148.002949 -21514.766568    217.202606
+PG05  25889.799170  -2323.710356   5734.966303   -211.529599
+PG06 -18678.153115  -6183.252060  18094.245968    -82.622975
+PG07  -2166.352558  21459.232274  15346.115065     24.488867
+PG08   4870.285327  15471.903200  20929.155575      9.042055
+PG09  14887.909758 -21967.198792    783.736110    102.593057
+PG10  22504.886570   9842.983130 -10794.479268    -11.612741
+PG11 -12789.525232  22216.822334   5897.965259   -181.661239
+PG12  12876.080425 -12229.381059 -19684.984580     19.301732
+PG13   2651.458559  24583.051201  -9728.325763    253.832759
+PG14 -14785.013466 -20266.825151  -8784.005879    169.822826
+PG15   9626.769687 -13646.594741  20625.139167   -108.334415
+PG16 -25622.073065   2200.399155   7263.853063   -194.947127
+PG17  15713.855709  19464.095354  -9120.263253    177.127951
+PG18  -8246.165300 -15740.411987  20174.455711    154.956882
+PG19 -12186.997177   9949.788077  21330.115033   -178.720106
+PG20 -10725.641887  14342.452817 -19736.328889     52.354775
+PG21  -1952.552907 -20048.071392  17439.144020   -168.258554
+PG22 -20687.176668 -11250.874017  12574.336952    144.895556
+PG23  -3527.864561  20013.249328 -16887.551843    279.827220
+PG24 -15187.625774  21539.034986  -1231.333694    419.897510
+PG25    -23.283204 -15157.891662 -21837.694507     16.495631
+PG26  15069.529618   -219.964029  21326.982275   -141.280188
+PG27  17593.303104 -18084.092201   8305.807645    300.374558
+PG28  17702.832663  12795.333649  15810.267523     63.740538
+PG29  -3696.619294 -24589.291263  -9331.827451    235.736147
+PG30  -3362.434960 -15319.198083 -21840.699566     90.840919
+PG31 -15061.002689  -3476.806416 -21431.617490    134.366558
+PG32 -18797.409435   8624.689056 -16144.990423   -320.279553
+PR01  -8056.670126   8958.446380 -22471.458860 999999.999999
+PR02  11484.207245  12534.414081 -19009.420636 999999.999999
+PR03  11531.302372   2726.370023  22579.832963 999999.999999
+PR04 -11851.778132 -17204.216383  14630.434296 999999.999999
+PR05   8170.180772  -8929.316360  22452.484947 999999.999999
+PR06 -10790.569676 -12486.738985  19456.111206 999999.999999
+PR07 -24382.726426  -6652.317950   3550.925603 999999.999999
+PR08 -22312.091215    252.653575 -12350.606548 999999.999999
+PR09   1977.448991 -15244.162717 -20353.438076 999999.999999
+PR10 -11423.735966  -2867.416788 -22634.083113 999999.999999
+PR11 -19265.723255  11892.927709 -11826.198732 999999.999999
+PR12 -15296.628183  19233.232240   6454.682701 999999.999999
+PR13  -2135.566466  15376.863870  20211.681529 999999.999999
+PR15  19282.244572 -13398.743754   9853.241292 999999.999999
+PR16  15294.130279 -19385.686450  -6651.299124 999999.999999
+PR17  11977.763262  14818.534985 -16913.827821 999999.999999
+PR18  10200.133757  -3790.786230 -23051.522448 999999.999999
+PR19   2566.178901 -19738.179280 -15954.642622 999999.999999
+PR20  -6921.552214 -24562.139003   1084.451067 999999.999999
+PR21 -12129.685678 -14950.579564  16673.956902 999999.999999
+PR22 -10397.803502   3135.442696  23080.398719 999999.999999
+PR23  -2357.680591  19802.199553  15898.605200 999999.999999
+PR24   6870.918063  24564.074178   -354.819909 999999.999999
+*  2011  8 31  5 45  0.00000000
+PG01 -13506.895549  22865.888061    566.059733     -9.027050
+PG02  18441.307277  -6405.478672 -17713.249898    353.716672
+PG03 -19040.486186  -2918.141841  17970.219175    761.930083
+PG04  12899.816136   9194.616981 -21524.979973    217.212547
+PG05  26377.873739  -2042.541107   2959.515431   -211.534469
+PG06 -19531.784043  -7944.745460  16437.560316    -82.614292
+PG07  -3198.669315  22739.298359  13144.045213     24.490153
+PG08   3397.197888  17274.307641  19725.079840      9.042658
+PG09  14887.422688 -21599.324614   3669.586947    102.596185
+PG10  21166.068370   9978.551837 -13135.185817    -11.613085
+PG11 -12967.200761  21240.785113   8447.676597   -181.664135
+PG12  15039.071082 -11994.214218 -18228.321630     19.303756
+PG13   2025.199321  23503.830328 -12260.113045    253.831234
+PG14 -14983.025463 -21127.007373  -6064.940814    169.824664
+PG15  10855.704978 -11580.453380  21283.821993   -108.332675
+PG16 -26271.959506   1973.179722   4498.272303   -194.949185
+PG17  15911.823628  20373.104550  -6464.769399    177.126656
+PG18  -5955.507839 -15700.303511  20975.662221    154.958442
+PG19 -13194.442642   7694.102500  21692.759107   -178.723709
+PG20 -12897.497730  14197.863060 -18486.951580     52.355130
+PG21   -756.839783 -21479.855555  15639.035320   -168.260887
+PG22 -19137.488046 -11418.506235  14714.996335    144.895174
+PG23  -4605.207829  18269.900577 -18553.870710    279.824251
+PG24 -15435.102101  21342.796609   1618.189118    419.899311
+PG25   2462.315017 -15088.207436 -21744.473882     16.497247
+PG26  16026.202115   2101.095778  20568.724210   -141.291588
+PG27  17250.358985 -17098.766513  10935.670888    300.378914
+PG28  15883.262908  12761.971897  17697.664238     63.743115
+PG29  -2974.023478 -23584.686159 -11826.827236    235.738989
+PG30   -945.510784 -15485.111334 -21963.941866     90.838005
+PG31 -13719.260137  -5600.600861 -21855.749669    134.371750
+PG32 -20547.791047   8176.360068 -14114.949025   -320.285594
+PR01 -10714.838325   8382.942998 -21564.377328 999999.999999
+PR02   9114.287929  11923.647309 -20616.535206 999999.999999
+PR03   9593.142054   4787.125740  23128.834675 999999.999999
+PR04 -12459.879298 -18736.635703  12005.829935 999999.999999
+PR05  10823.501854  -8357.934854  21531.325345 999999.999999
+PR06  -8374.563845 -11860.646123  20974.787838 999999.999999
+PR07 -23775.057504  -6472.438253   6647.093084 999999.999999
+PR08 -23654.236240     56.713760  -9537.952595 999999.999999
+PR09   3573.288898 -17043.879798 -18626.363547 999999.999999
+PR10  -9490.720759  -4929.564812 -23173.778608 999999.999999
+PR11 -18048.587536  10809.356636 -14482.792465 999999.999999
+PR12 -15606.846842  19778.982062   3294.133190 999999.999999
+PR13  -3678.374352  17208.006992  18435.998992 999999.999999
+PR15  18207.014020 -12490.586203  12692.080399 999999.999999
+PR16  15598.946850 -19952.882231  -3515.868533 999999.999999
+PR17  12632.540975  16654.576683 -14559.545509 999999.999999
+PR18  11031.166590  -1070.427376 -22946.270408 999999.999999
+PR19   3058.518085 -17690.714999 -18122.503963 999999.999999
+PR20  -7064.337825 -24452.167086  -2130.451408 999999.999999
+PR21 -12794.796165 -16750.535681  14288.689441 999999.999999
+PR22 -11246.842632    428.484583  22903.206613 999999.999999
+PR23  -2874.802940  17766.195822  18069.263655 999999.999999
+PR24   6974.510407  24367.428019   2857.026379 999999.999999
+*  2011  8 31  6  0  0.00000000
+PG01 -13625.471749  22545.150266   3409.348411     -9.027266
+PG02  17619.154574  -4416.742343 -19140.695664    353.718224
+PG03 -20175.407004  -4626.281390  16367.826731    761.935220
+PG04  11710.528099  11288.807525 -21171.644449    217.222380
+PG05  26563.773593  -1779.501910    133.476189   -211.539308
+PG06 -20357.200396  -9495.855030  14503.522535    -82.605771
+PG07  -4032.288979  23843.500015  10713.174650     24.491968
+PG08   2113.303099  19030.490233  18176.927710      9.042255
+PG09  14759.779400 -20940.735956   6491.707585    102.600146
+PG10  19586.939921  10182.100249 -15256.687674    -11.613119
+PG11 -13115.725526  19999.792284  10847.302971   -181.667157
+PG12  17029.161635 -11875.576590 -16455.890648     19.305998
+PG13   1217.284885  22216.180953 -14581.537310    253.829417
+PG14 -15082.419738 -21696.153777  -3241.951458    169.826331
+PG15  12214.400495  -9534.479133  21575.899720   -108.331169
+PG16 -26617.752703   1786.518778   1656.704108   -194.951414
+PG17  16007.817673  21002.773287  -3699.066950    177.125386
+PG18  -3593.468458 -15772.246117  21428.205680    154.960202
+PG19 -14324.431990   5478.978113  21680.895797   -178.727342
+PG20 -14917.422911  14147.432353 -16922.298123     52.355321
+PG21    268.975102 -22780.782227  13570.452266   -168.263348
+PG22 -17372.556140 -11659.543964  16606.508841    144.895173
+PG23  -5856.879909  16439.251726 -19896.681028    279.821663
+PG24 -15520.760297  20885.284268   4439.321330    419.903084
+PG25   4916.782588 -15148.785146 -21277.973532     16.498897
+PG26  17057.503621   4262.709108  19440.064324   -141.302599
+PG27  16834.117198 -15844.951069  13379.003812    300.384356
+PG28  13873.118799  12825.610821  19294.739550     63.745786
+PG29  -2067.841704 -22381.783480 -14118.067244    235.741859
+PG30   1452.952283 -15777.047949 -21722.978441     90.835362
+PG31 -12481.473716  -7819.823200 -21897.199084    134.376733
+PG32 -22071.322092   7832.214068 -11832.886189   -320.291455
+PR01 -13271.955110   8023.052254 -20237.964219 999999.999999
+PR02   6535.397911  11457.359113 -21822.903242 999999.999999
+PR03   7791.648390   7021.001232  23227.884013 999999.999999
+PR04 -13056.674967 -19905.858866   9147.895309 999999.999999
+PR05  13373.835774  -8001.966461  20191.954746 999999.999999
+PR06  -5759.400653 -11385.649958  22086.193886 999999.999999
+PR07 -22784.731232  -6299.718147   9614.324097 999999.999999
+PR08 -24653.561759     13.806316  -6539.940913 999999.999999
+PR09   4882.803428 -18776.060757 -16537.144850 999999.999999
+PR10  -7696.565498  -7162.199096 -23264.211561 999999.999999
+PR11 -16723.538710   9395.787457 -16859.148030 999999.999999
+PR12 -15623.913257  20042.094326     68.837052 999999.999999
+PR13  -4929.706329  18961.299393  16301.311752 999999.999999
+PR15  16996.056895 -11241.806204  15283.205035 999999.999999
+PR16  15613.363490 -20241.559926   -312.628585 999999.999999
+PR17  13313.894967  18149.238305 -11921.331552 999999.999999
+PR18  12045.194806   1544.926933 -22394.077883 999999.999999
+PR19   3786.015579 -15455.551435 -19938.442874 999999.999999
+PR20  -7061.340211 -23964.392208  -5304.123852 999999.999999
+PR21 -13478.813714 -18206.431054  11624.461290 999999.999999
+PR22 -12274.007505  -2161.653971  22281.820762 999999.999999
+PR23  -3628.188489  15544.409715  19888.757216 999999.999999
+PR24   6922.070256  23798.155097   6013.353603 999999.999999
+*  2011  8 31  6 15  0.00000000
+PG01 -13628.707133  21940.996645   6193.969494     -9.029388
+PG02  16835.462173  -2263.843179 -20232.300909    353.719603
+PG03 -21253.641946  -6127.639292  14478.218505    761.939373
+PG04  10648.604892  13388.014072 -20459.632706    217.232058
+PG05  26445.220859  -1498.099334  -2694.844984   -211.544121
+PG06 -21115.569468 -10823.348692  12324.827493    -82.597498
+PG07  -4681.942235  24731.707686   8095.600367     24.493560
+PG08   1025.983740  20690.545330  16310.338245      9.042469
+PG09  14543.676238 -19983.443974   9200.379322    102.602263
+PG10  17797.811283  10480.697897 -17123.577836    -11.614727
+PG11 -13266.492514  18508.042770  13053.808300   -181.670203
+PG12  18806.340105 -11849.435240 -14398.087628     19.308203
+PG13    213.524981  20762.172708 -16653.206390    253.827875
+PG14 -15044.844961 -21983.280473   -363.528695    169.827879
+PG15  13680.137320  -7550.949824  21496.864922   -108.329418
+PG16 -26652.349222   1602.338288  -1212.844184   -194.953407
+PG17  15965.029115  21361.639416   -870.430527    177.123866
+PG18  -1204.122022 -15961.241120  21523.755496    154.962154
+PG19 -15554.826023   3348.108107  21295.838307   -178.730917
+PG20 -16748.333727  14169.058044 -15068.648998     52.356063
+PG21   1131.564293 -23909.390308  11267.248929   -168.265442
+PG22 -15426.121986 -11997.173938  18217.074444    144.894841
+PG23  -7275.049267  14568.521925 -20893.457217    279.818787
+PG24 -15478.886378  20153.884622   7182.630731    419.905819
+PG25   7291.878879 -15331.508757 -20446.099328     16.500512
+PG26  18127.716211   6228.197278  17963.375963   -141.313429
+PG27  16386.807462 -14334.039752  15595.990242    300.387105
+PG28  11711.403402  13008.357996  20575.879608     63.748222
+PG29   -966.349984 -21020.734178 -16165.869122    235.744803
+PG30   3787.471881 -16185.900094 -21121.666655     90.832779
+PG31 -11373.213913 -10089.528329 -21554.555452    134.381688
+PG32 -23335.580221   7565.027004  -9339.629806   -320.297631
+PR01 -15661.672607   7866.577847 -18517.982324 999999.999999
+PR02   3807.622694  11166.115306 -22605.030385 999999.999999
+PR03   6173.180621   9372.972745  22874.693784 999999.999999
+PR04 -13584.517328 -20699.379467   6112.146779 999999.999999
+PR05  15755.051277  -7848.914208  18460.375603 999999.999999
+PR06  -3006.425831 -11091.022937  22768.621252 999999.999999
+PR07 -21431.007602  -6185.789560  12395.042091 999999.999999
+PR08 -25277.922816     77.406037  -3414.849312 999999.999999
+PR09   5899.179843 -20376.041865 -14126.130059 999999.999999
+PR10  -6087.304813  -9510.422565 -22904.000628 999999.999999
+PR11 -15353.093273   7663.395438 -18909.185362 999999.999999
+PR12 -15387.448924  19982.738609  -3157.817177 999999.999999
+PR13  -5885.070659  20571.497363  13849.194403 999999.999999
+PR15  15712.431466  -9657.862755  17576.211863 999999.999999
+PR16  15376.263738 -20211.578575   2896.638744 999999.999999
+PR17  13964.976655  19279.855716  -9050.534991 999999.999999
+PR18  13208.732024   3993.641175 -21405.295669 999999.999999
+PR19   4758.035094 -13098.081536 -21367.223471 999999.999999
+PR20  -6864.871524 -23128.405465  -8375.134737 999999.999999
+PR21 -14124.578383 -19297.180105   8733.184004 999999.999999
+PR22 -13444.761977  -4574.726825  21228.847880 999999.999999
+PR23  -4626.543320  13202.130116  21321.705646 999999.999999
+PR24   6667.472829  22888.274391   9052.793019 999999.999999
+*  2011  8 31  6 30  0.00000000
+PG01 -13554.117426  21048.510316   8871.997868     -9.029700
+PG02  16120.872672     17.456269 -20970.132152    353.721171
+PG03 -22235.101586  -7412.963868  12335.907306    761.943139
+PG04   9724.602771  15447.463275 -19399.849555    217.242513
+PG05  26028.551310  -1162.337084  -5477.116416   -211.548878
+PG06 -21767.569140 -11921.896266   9938.210367    -82.588896
+PG07  -5169.691890  25369.104559   5336.806906     24.495116
+PG08    133.692192  22205.301718  14156.866586      9.042518
+PG09  14279.498492 -18728.851277  11747.257419    102.604957
+PG10  15834.633207  10895.789754 -18704.551627    -11.615824
+PG11 -13448.623676  16787.403682  15027.557440   -181.673025
+PG12  20336.902490 -11885.733834 -12090.361616     19.310332
+PG13   -992.059667  19187.224317 -18440.115112    253.826118
+PG14 -14835.415525 -22005.819734   2521.111660    169.829600
+PG15  15223.605067  -5667.816620  21048.591886   -108.328153
+PG16 -26377.462911   1382.165091  -4061.904881   -194.955484
+PG17  15750.012723  21466.266953   1972.997440    177.122335
+PG18   1167.782306 -16264.844016  21259.707971    154.963442
+PG19 -16856.866350   1340.527411  20545.297181   -178.734482
+PG20 -18358.698570  14235.173176 -12957.266930     52.356332
+PG21   1844.726164 -24827.508871   8767.872721   -168.267828
+PG22 -13336.745300 -12448.559214  19519.605055    144.895038
+PG23  -8843.711767  12703.766555 -21527.857384    279.816098
+PG24 -15346.649650  19144.405451   9800.179324    419.908368
+PG25   9541.934310 -15620.502620 -19263.021852     16.502124
+PG26  19196.734250   7969.042603  16167.189700   -141.324579
+PG27  15948.785719 -12585.620843  17551.194315    300.391349
+PG28   9441.112589  13325.322585  21520.454608     63.750913
+PG29    334.132116 -19544.801469 -17934.698958    235.747636
+PG30   6014.970527 -16695.138884 -20169.643001     90.830410
+PG31 -10412.326840 -12361.164899 -20833.276567    134.386936
+PG32 -24315.838242   7342.857373  -6679.849212   -320.303514
+PR01 -17822.538446   7889.841648 -16437.859321 999999.999999
+PR02    996.617470  11069.566834 -22947.669393 999999.999999
+PR03   4773.664414  11780.749498  22075.801146 999999.999999
+PR04 -13986.033333 -21117.948703   2957.576776 999999.999999
+PR05  17905.968965  -7874.839820  16370.209012 999999.999999
+PR06   -182.218896 -10994.900502  23008.679638 999999.999999
+PR07 -19745.149421  -6178.073215  14935.272115 999999.999999
+PR08 -25507.315253    195.946250   -223.411148 999999.999999
+PR09   6628.395765 -21781.070430 -11440.012746 999999.999999
+PR10  -4698.441804 -11912.296056 -22100.461194 999999.999999
+PR11 -13998.129130   5636.281140 -20593.089696 999999.999999
+PR12 -14945.565946  19571.900220  -6322.475622 999999.999999
+PR13  -6552.894184  21975.811283  11127.414247 999999.999999
+PR15  14418.706400  -7757.560429  19526.595414 999999.999999
+PR16  14934.869765 -19833.195057   6049.968182 999999.999999
+PR17  14527.296661  20036.902845  -6003.104675 999999.999999
+PR18  14478.384460   6221.582000 -19998.839867 999999.999999
+PR19   5971.495630 -10685.953812 -22381.127951 999999.999999
+PR20  -6434.766372 -21984.798877 -11284.014506 999999.999999
+PR21 -14673.628671 -20014.886914   5671.272146 999999.999999
+PR22 -14715.044555  -6758.445005  19765.185799 999999.999999
+PR23  -5866.135189  10806.805605  22340.241170 999999.999999
+PR24   6172.576505  21680.526167  11916.213001 999999.999999
+*  2011  8 31  6 45  0.00000000
+PG01 -13440.298305  19871.508355  11397.336097     -9.029429
+PG02  15500.062377   2386.329886 -21342.643083    353.722826
+PG03 -23080.572351  -8481.347765   9979.478947    761.948731
+PG04   8941.467968  17421.702585 -18009.134784    217.252548
+PG05  25328.462772   -738.294230  -8165.790814   -211.553759
+PG06 -22274.911021 -12794.079798   7383.865316    -82.580250
+PG07  -5523.871346  25727.568749   2484.853100     24.496712
+PG08   -573.865231  23528.217772  11753.485884      9.042124
+PG09  14007.587732 -17187.971572  14086.316810    102.607335
+PG10  13737.802320  11442.257551 -19972.890156    -11.616105
+PG11 -13687.624921  14866.709013  16733.117607   -181.675758
+PG12  21594.629654 -11949.691782  -9572.602894     19.312631
+PG13  -2396.844722  17538.399648 -19912.202803    253.824462
+PG14 -14424.184412 -21788.799263   5362.854051    169.831481
+PG15  16809.932323  -3917.420883  20239.269280   -108.326482
+PG16 -25803.549347   1088.773278  -6842.324218   -194.957480
+PG17  15334.092794  21340.460844   4782.998706    177.121067
+PG18   3478.286657 -16673.191593  20639.291660    154.965313
+PG19 -18196.241073   -510.674590  19443.174157   -178.738291
+PG20 -19723.596129  14313.900858 -10623.902871     52.356915
+PG21   2428.734046 -25501.775990   6114.795555   -168.270236
+PG22 -11146.497162 -13024.070594  20492.148199    144.894834
+PG23 -10539.190427  10888.203067 -21789.946348    279.813180
+PG24 -15162.470465  17861.364087  12246.398838    419.909971
+PG25  11625.414159 -15992.776324 -17748.943058     16.503718
+PG26  20221.731633   9465.715587  14085.478896   -141.335790
+PG27  15556.966969 -10626.786660  19213.980751    300.395869
+PG28   7107.833148  13783.995852  22113.083219     63.753528
+PG29   1828.885941 -17998.726488 -19393.798652    235.750705
+PG30   8096.180306 -17281.413275 -18882.202342     90.828046
+PG31  -9608.313755 -14584.318233 -19745.626456    134.391978
+PG32 -24995.940394   7130.539506  -3901.159880   -320.309604
+PR01 -19700.365633   8058.841881 -14038.038242 999999.999999
+PR02  -1828.880995  11175.582126 -22844.119724 999999.999999
+PR03   3617.238300  14177.185370  20846.466251 999999.999999
+PR04 -14206.725802 -21175.362528   -254.495020 999999.999999
+PR05  19772.716068  -8045.532102  13962.043861 999999.999999
+PR06   2643.928650 -11103.481937  22801.566307 999999.999999
+PR07 -17769.254303  -6317.559994  17185.686637 999999.999999
+PR08 -25334.678360    315.249532   2972.368297 999999.999999
+PR09   7088.723198 -22932.925627  -8530.936458 999999.999999
+PR10  -3553.657859 -14301.233789 -20869.439391 999999.999999
+PR11 -12715.323508   3350.737089 -21878.083336 999999.999999
+PR12 -14352.599472  18792.775034  -9363.104844 999999.999999
+PR13  -6953.901562  23116.521528   8188.993302 999999.999999
+PR15  13174.277899  -5572.499843  21096.608980 999999.999999
+PR16  14342.585545 -19088.481537   9086.388136 999999.999999
+PR17  14943.363475  20424.195929  -2838.487497 999999.999999
+PR18  15802.634275   8184.148518 -18201.848276 999999.999999
+PR19   7410.796673  -8286.407741 -22960.490983 999999.999999
+PR20  -5740.323697 -20583.444131 -13974.398121 999999.999999
+PR21 -15068.844347 -20364.981206   2498.527115 999999.999999
+PR22 -16033.101395  -8670.370483  17919.584758 999999.999999
+PR23  -7330.740843   8425.382515  22924.551129 999999.999999
+PR24   5409.095224  20226.557666  14547.876095 999999.999999
+*  2011  8 31  7  0  0.00000000
+PG01 -13325.279575  18422.527069  13726.509088     -9.028820
+PG02  14990.832331   4798.317423 -21344.790040    353.724203
+PG03 -23753.245652  -9339.959136   7450.813659    761.954395
+PG04   8294.508639  19266.186146 -16310.068562    217.262260
+PG05  24367.458301   -195.624349 -10714.901810   -211.558229
+PG06 -22601.839194 -13450.114669   4704.812261    -82.571661
+PG07  -5777.770129  25786.805620   -410.496075     24.498202
+PG08  -1115.179562  24617.207287   9141.961755      9.042455
+PG09  13766.484087 -15381.269632  16174.793686    102.608287
+PG10  11550.811533  12127.724592 -20906.886339    -11.616425
+PG11 -14004.197865  12780.773183  18139.973290   -181.678681
+PG12  22561.681563 -12003.303623  -6888.444638     19.314812
+PG13  -3989.542220  15862.663228 -21044.822832    253.823252
+PG14 -13787.426264 -21363.750950   8113.492937    169.833256
+PG15  18399.937061  -2325.439366  19083.227311   -108.324688
+PG16 -24949.418352    687.782236  -9507.033700   -194.959522
+PG17  14694.590070  21014.225969   7512.060906    177.119351
+PG18   5685.674863 -17169.311367  19671.596526    154.966841
+PG19 -19534.364794  -2179.397136  18009.257173   -178.741956
+PG20 -20825.534501  14370.390579  -8108.221199     52.357098
+PG21   2909.406936 -25905.015234   3353.831732   -168.272478
+PG22  -8899.532154 -13726.781352  21118.233304    144.894638
+PG23 -12330.938979   9160.674660 -21676.297367    279.810382
+PG24 -14964.355313  16317.934931  14478.910417    419.911301
+PG25  13506.328132 -16419.157135 -15929.760142     16.505305
+PG26  21158.916846  10708.113781  11756.861014   -141.347035
+PG27  15243.434701  -8491.194695  20558.838501    300.398767
+PG28   4758.260064  14383.905004  22343.840826     63.756219
+PG29   3504.767235 -16427.045287 -20517.736630    235.753309
+PG30   9996.917536 -17915.408045 -17280.103812     90.825474
+PG31  -8962.057549 -16708.544235 -18310.476149    134.397116
+PG32 -25368.829073   6891.311096  -1053.171858   -320.315714
+PR01 -21250.310573   8330.860753 -11365.189877 999999.999999
+PR02  -4599.670192  11479.893795 -22296.360794 999999.999999
+PR03   2715.408883  16492.915774  19210.396936 999999.999999
+PR04 -14197.467855 -20897.714749  -3461.617699 999999.999999
+PR05  21310.788469  -8318.121284  11282.650163 999999.999999
+PR06   5402.649818 -11410.750801  22151.169929 999999.999999
+PR07 -15554.649771  -6636.871113  19102.562354 999999.999999
+PR08 -24766.173352    381.068500   6110.419111 999999.999999
+PR09   7309.710614 -23780.375085  -5455.484403 999999.999999
+PR10  -2664.030217 -16608.599188 -19234.987129 999999.999999
+PR11 -11554.781963    854.007030 -22739.066254 999999.999999
+PR12 -13666.591398  17641.650334 -12220.242391 999999.999999
+PR13  -7119.974961  23943.399562   5091.166262 999999.999999
+PR15  12032.846987  -3145.992132  22255.985769 999999.999999
+PR16  13656.591767 -17972.271140  11947.085172 999999.999999
+PR17  15159.297355  20458.544640    381.547228 999999.999999
+PR18  17123.992797   9847.902986 -16049.168892 999999.999999
+PR19   9048.280452  -5963.641962 -23094.078335 999999.999999
+PR20  -4761.857584 -18981.403122 -16394.110171 999999.999999
+PR21 -15257.049655 -20365.800359   -723.051151 999999.999999
+PR22 -17341.650122 -10279.393378  15728.066026 999999.999999
+PR23  -8992.130361   6121.679044  23063.263903 999999.999999
+PR24   4360.059229  18584.751901  16896.531492 999999.999999
+*  2011  8 31  7 15  0.00000000
+PG01 -13244.909780  16722.479861  15819.413628     -9.030656
+PG02  14603.496136   7206.880627 -20978.022036    353.725668
+PG03 -24220.138044 -10003.464531   4794.279808    761.960124
+PG04   7771.667475  20938.855165 -14330.676331    217.272365
+PG05  23175.005113    491.081776 -13080.835084   -211.563259
+PG06 -22716.550390 -13907.291452   1946.218917    -82.563374
+PG07  -5968.119962  25535.182829  -3298.674610     24.499733
+PG08  -1516.042820  25436.316748   6368.108476      9.042661
+PG09  13591.219184 -13338.114586  17974.096746    102.609380
+PG10   9318.790986  12952.129961 -21490.208468    -11.617943
+PG11 -14413.262154  10569.160862  19223.134400   -181.681565
+PG12  23229.172233 -12006.978837  -4084.490850     19.316969
+PG13  -5750.473154  14205.160700 -21819.119408    253.821418
+PG14 -12908.684522 -20767.393050  10726.515517    169.835116
+PG15  19951.548173   -910.095453  17600.664439   -108.323273
+PG16 -23841.547875    149.151776 -12010.808817   -194.961717
+PG17  13815.825822  20522.511167  10114.138607    177.118127
+PG18   7751.857352 -17729.708011  18371.521416    154.968442
+PG19 -20829.821461  -3647.292421  16268.825977   -178.745451
+PG20 -21654.998376  14368.286799  -5453.151218     52.357333
+PG21   3316.930910 -26017.406336    533.349039   -168.274939
+PG22  -6640.591001 -14552.243605  21387.136782    144.894692
+PG23 -14182.613521   7554.309295 -21189.975860    279.807738
+PG24 -14788.268373  14535.560637  16459.271909    419.913769
+PG25  15155.432046 -16865.474630 -13836.631500     16.506849
+PG26  21965.298118  11695.609928   9223.743600   -141.358505
+PG27  15034.267258  -6217.921774  21565.615582    300.402096
+PG28   2438.679460  15116.551176  22208.411382     63.758630
+PG29   5340.511842 -14872.422737 -21286.867066    235.756422
+PG30  11689.183441 -18562.933848 -15389.302561     90.822867
+PG31  -8465.909253 -18685.218879 -16552.969386    134.402080
+PG32 -25436.702643   6588.501900   1813.491634   -320.321691
+PR01 -22438.572556   8656.453042  -8471.302364 999999.999999
+PR02  -7248.717160  11966.274878 -21315.016141 999999.999999
+PR03   2066.751832  18659.109647  17199.302959 999999.999999
+PR04 -13916.784251 -20322.147990  -6601.428466 999999.999999
+PR05  22486.734346  -8643.070876   8384.071548 999999.999999
+PR06   8027.144506 -11898.727683  21070.005720 999999.999999
+PR07 -13159.917561  -7158.679536  20648.629558 999999.999999
+PR08 -23820.926470    341.628399   9129.813761 999999.999999
+PR09   7330.685332 -24281.361716  -2273.573754 999999.999999
+PR10  -2027.786428 -18766.394588 -17228.885556 999999.999999
+PR11 -10557.957222  -1797.413402 -23159.113041 999999.999999
+PR12 -12946.637545  16128.234840 -14838.183953 999999.999999
+PR13  -7092.544080  24415.831634   1894.255576 999999.999999
+PR15  11040.163294   -531.484443  22982.507529 999999.999999
+PR16  12935.291573 -16492.590099  14576.534670 999999.999999
+PR17  15127.306336  20168.865067   3594.132591 999999.999999
+PR18  18381.433272  11191.731649 -13582.688955 999999.999999
+PR19  10845.212742  -3776.324166 -22779.302848 999999.999999
+PR20  -3491.790853 -17240.556702 -18496.172112 999999.999999
+PR21 -15191.463740 -20047.635559  -3930.499233 999999.999999
+PR22 -18580.283706 -11566.736165  13233.210609 999999.999999
+PR23 -10811.069308   3953.904572  22753.670745 999999.999999
+PR24   3020.800554  16817.790859  18916.420835 999999.999999
+*  2011  8 31  7 30  0.00000000
+PG01 -13231.334453  14800.000320  17640.009810     -9.032858
+PG02  14340.582272   9565.022587 -20250.152589    353.727206
+PG03 -24453.350311 -10493.176712   2055.918767    761.965025
+PG04   7354.090372  22401.653117 -12104.031734    217.281987
+PG05  21786.440761   1341.122185 -15223.062058   -211.567809
+PG06 -22592.483767 -14189.158139   -845.314303    -82.555058
+PG07  -6133.443663  24970.233031  -6129.238348     24.501135
+PG08  -1808.337288  25957.178979   3480.940885      9.042709
+PG09  13511.736969 -11095.857438  19450.660003    102.610747
+PG10   7086.988789  13907.589718 -21712.196039    -11.617166
+PG11 -14923.232403   8274.766314  19963.621030   -181.684659
+PG12  23597.401654 -11921.256027  -1209.485311     19.319339
+PG13  -7652.160557  12607.587684 -22222.308451    253.820080
+PG14 -11779.545799 -20040.137084  13157.847093    169.837062
+PG15  21421.343443    318.336401  15817.280035   -108.321985
+PG16 -22513.122962   -551.481057 -14311.005394   -194.963918
+PG17  12689.867798  19903.785998  12545.384334    177.116430
+PG18   9643.640669 -18325.212001  16759.634364    154.970202
+PG19 -22039.913846  -4904.227827  14252.178455   -178.749366
+PG20 -22210.701250  14271.274186  -2704.173706     52.357852
+PG21   3684.473589 -25827.391743  -2296.615070   -168.277391
+PG22  -4413.487045 -15488.554945  21294.062625    144.894672
+PG23 -16053.366992   6095.422209 -20340.410701    279.804940
+PG24 -14666.605944  12543.245579  18153.638837    419.917123
+PG25  16551.175714 -17293.952261 -11505.451353     16.508416
+PG26  22600.385364  12436.724619   6531.442118   -141.370069
+PG27  14948.611806  -3850.156336  22219.673651    300.404515
+PG28    193.464667  15965.634767  21708.181573     63.761306
+PG29   7307.363730 -13374.068575 -21687.688323    235.759356
+PG30  13152.051587 -19186.214560 -13240.606494     90.820370
+PG31  -8104.131855 -20469.326488 -14504.059509    134.407357
+PG32 -25210.802568   6187.208868   4648.179026   -320.327572
+PR01 -23243.643792   8981.730845  -5412.665825 999999.999999
+PR02  -9713.704092  12607.237465 -19919.148986 999999.999999
+PR03   1657.172457  20610.220640  14852.287003 999999.999999
+PR04 -13332.822083 -19495.155771  -9612.870913 999999.999999
+PR05  23279.389484  -8966.462543   5322.614326 999999.999999
+PR06  10455.718377 -12538.245592  19578.982267 999999.999999
+PR07 -10648.628588  -7894.559966  21793.797763 999999.999999
+PR08 -22530.248037    150.063263  11971.950038 999999.999999
+PR09   7198.839492 -24404.826017    952.723431 999999.999999
+PR10  -1630.602900 -20709.935078 -14890.026651 999999.999999
+PR11  -9755.944856  -4539.866773 -23129.816123 999999.999999
+PR12 -12250.215544  14275.426087 -17166.081490 999999.999999
+PR13  -6920.576412  24504.555177  -1339.513390 999999.999999
+PR15  10232.129329   2209.436217  23262.411406 999999.999999
+PR16  12235.712942 -14670.555238  16923.576499 999999.999999
+PR17  14807.916949  19594.793028   6736.552147 999999.999999
+PR18  19512.999791  12207.485320 -10850.516787 999999.999999
+PR19  12753.242149  -1775.345430 -22022.273884 999999.999999
+PR20  -1935.243987 -15425.049701 -20239.712584 999999.999999
+PR21 -14833.891537 -19451.283740  -7061.145405 999999.999999
+PR22 -19688.014768 -12526.448049  10483.332426 999999.999999
+PR23 -12738.797745   1972.427129  22001.779295 999999.999999
+PR24   1399.419735  14990.055731  20568.177116 999999.999999
+*  2011  8 31  7 45  0.00000000
+PG01 -13311.627490  12690.495309  19156.942402     -9.033274
+PG02  14196.855301  11826.906557 -19175.122818    353.728610
+PG03 -24431.122243 -10835.969651   -717.362610    761.969477
+PG04   7016.974911  23621.916357  -9667.758235    217.292272
+PG05  20241.667431   2366.743904 -17104.824711   -211.572879
+PG06 -22209.432405 -14324.471483  -3622.498231    -82.546725
+PG07  -6312.335152  24098.803115  -8852.785909     24.502923
+PG08  -2028.559274  26160.176399    531.740540      9.042565
+PG09  13551.517128  -8698.562463  20576.708511    102.612569
+PG10   4899.243516  14978.553647 -21568.082134    -11.618031
+PG11 -15535.581554   5942.264415  20348.812554   -181.687205
+PG12  23675.734910 -11708.521915   1686.562084     19.321452
+PG13  -9660.219552  11106.706436 -22247.860684    253.817185
+PG14 -10400.114946 -19224.476095  15366.549863    169.838304
+PG15  22766.145479   1357.717103  13763.820485   -108.320243
+PG16 -21002.833204  -1431.673797 -16368.263663   -194.966115
+PG17  11316.992078  19198.503120  14764.840920    177.115078
+PG18  11333.833802 -18922.066079  14861.940693    154.972013
+PG19 -23122.260931  -5948.434263  11994.088018   -178.752848
+PG20 -22499.530538  14044.639952     91.447037     52.358343
+PG21   4046.646324 -25332.269637  -5085.314793   -168.279511
+PG22  -2259.630470 -16516.713950  20840.235752    144.894366
+PG23 -17899.313734   4802.699319 -19143.160474    279.802154
+PG24 -14626.834670  10376.563119  19533.328032    419.920125
+PG25  17680.360670 -17664.752357  -8976.241202     16.509932
+PG26  23027.763068  12948.453808   3727.293904   -141.381029
+PG27  14998.027256  -1433.775953  22511.970894    300.405535
+PG28  -1936.367019  16907.563614  20850.274821     63.763635
+PG29   9370.002593 -11966.297818 -21713.093165    235.762231
+PG30  14372.308746 -19745.329923 -10869.257508     90.817954
+PG31  -7853.682879 -22021.112220 -12199.927487    134.412284
+PG32 -24710.845193   5655.885243   7401.173425   -320.333665
+PR01 -23657.058028   9250.847007  -2248.772135 999999.999999
+PR02 -11939.378790  13365.224500 -18135.892863 999999.999999
+PR03   1460.715497  22286.620750  12215.083402 999999.999999
+PR04 -12424.926383 -18470.508002 -12437.387756 999999.999999
+PR05  23680.612984  -9232.477028   2157.752721 999999.999999
+PR06  12634.112851 -13290.216209  17707.003634 999999.999999
+PR07  -8086.882009  -8844.316936  22515.743571 999999.999999
+PR08 -20936.360762   -233.357874  14581.686817 999999.999999
+PR09   6966.981454 -24132.084156   4160.408440 999999.999999
+PR10  -1446.432697 -22380.397771 -12263.664729 999999.999999
+PR11  -9168.227560  -7304.930540 -22651.467659 999999.999999
+PR12 -11630.610105  12118.528320 -19158.929813 999999.999999
+PR13  -6658.254667  24192.934583  -4547.232912 999999.999999
+PR15   9633.343087   5009.376337  23090.629318 999999.999999
+PR16  11610.976053 -12539.737353  18942.415035 999999.999999
+PR17  14171.862750  18784.857973   9747.484621 999999.999999
+PR18  20458.480457  12900.071652  -7906.032415 999999.999999
+PR19  14716.277894     -1.911448 -20837.679391 999999.999999
+PR20   -110.092671 -13598.657969 -21590.763452 999999.999999
+PR21 -14156.559706 -18626.168645 -10053.857786 999999.999999
+PR22 -20605.855785 -13165.373326   7531.551718 999999.999999
+PR23 -14718.925127    217.881404  20822.197697 999999.999999
+PR24   -483.287863  13164.973692  21819.598560 999999.999999
+*  2011  8 31  8  0  0.00000000
+PG01 -13506.629174  10434.944048  20344.081456     -9.034427
+PG02  14159.647635  13949.412815 -17772.666775    353.730293
+PG03 -24138.649732 -11063.009431  -3478.577983    761.974049
+PG04   6730.670790  24573.583271  -7063.432713    217.302218
+PG05  18583.683192   3572.473964 -18693.760534   -211.577483
+PG06 -21554.434302 -14345.954559  -6338.118631    -82.538121
+PG07  -6541.741779  22936.843847 -11421.857812     24.504267
+PG08  -2216.139728  26035.259276  -2426.941230      9.042615
+PG09  13726.468786  -6195.440572  21330.909384    102.614089
+PG10   2796.501829  16142.256547 -21059.136418    -11.620045
+PG11 -16244.708654   3616.501209  20372.653663   -181.690256
+PG12  23482.133254 -11334.665172   4553.273976     19.323404
+PG13 -11734.510414   9733.063693 -21895.586283    253.816390
+PG14  -8779.175205 -18363.314157  17315.467001    169.839986
+PG15  23944.615477   2213.915867  11475.547171   -108.318977
+PG16 -19353.470897  -2501.302471 -18147.169934   -194.968059
+PG17   9705.844949  18447.502506  16735.087274    177.113523
+PG18  12802.147112 -19483.215558  12709.554843    154.973778
+PG19 -24036.384039  -6786.340200   9533.202476   -178.756426
+PG20 -22536.185107  13656.792036   2885.473420     52.358440
+PG21   4437.878993 -24538.436494  -7782.311872   -168.281875
+PG22   -216.643225 -17611.253170  20032.905862    144.894333
+PG23 -19675.106317   3686.687217 -17619.583412    279.799366
+PG24 -14690.346383   8076.419263  20575.275837    419.922120
+PG25  18538.482244 -17937.614914  -6292.467914     16.511455
+PG26  23216.478009  13255.293451    859.788860   -141.392743
+PG27  15186.108609    984.142141  22439.081161    300.408956
+PG28  -3914.490029  17912.231537  19647.521555     63.766607
+PG29  11487.736159 -10677.292344 -21362.505261    235.765174
+PG30  15344.822920 -20199.765163  -8314.437388     90.815502
+PG31  -7685.302172 -23307.529905  -9681.294591    134.417362
+PG32 -23964.129194   4967.777061  10024.610811   -320.339592
+PR01 -23683.606847   9408.571247    958.848162 999999.999999
+PR02 -13879.612491  14194.244629 -15999.924246 999999.999999
+PR03   1440.889922  23637.003772   9339.159275 999999.999999
+PR04 -11184.752947 -17306.888108 -15020.064088 999999.999999
+PR05  23695.492972  -9385.965736  -1049.028277 999999.999999
+PR06  14517.529144 -14107.334298  15490.413643 999999.999999
+PR07  -5540.750032  -9995.820506  22800.349326 999999.999999
+PR08 -19090.691053   -839.309139  16908.410599 999999.999999
+PR09   6691.049470 -23457.700973   7286.807382 999999.999999
+PR10  -1438.826451 -23727.142987  -9400.551657 999999.999999
+PR11  -8801.921515 -10022.022993 -21733.075274 999999.999999
+PR12 -11134.546383   9703.958042 -20778.422742 999999.999999
+PR13  -6362.441382  23477.722739  -7666.544243 999999.999999
+PR15   9256.137703   7797.708516  22470.857531 999999.999999
+PR16  11107.932073 -10145.013109  20593.523700 999999.999999
+PR17  13201.548761  17794.296820  12568.218666 999999.999999
+PR18  21162.029258  13286.994831  -4806.826449 999999.999999
+PR19  16672.708524   1513.950874 -19248.502749 999999.999999
+PR20   1953.510902 -11822.186583 -22522.926126 999999.999999
+PR21 -13143.517841 -17628.113134 -12850.258442 999999.999999
+PR22 -21279.329893 -13502.598534   4434.785674 999999.999999
+PR23 -16689.662490  -1280.304476  19237.851451 999999.999999
+PR24  -2594.444758  11402.423032  22646.281960 999999.999999
+*  2011  8 31  8 15  0.00000000
+PG01 -13830.036330   8078.488923  21180.972926     -9.036612
+PG02  14209.481912  15893.576784 -16067.890917    353.731719
+PG03 -23568.641127 -11208.354031  -6181.414891    761.977949
+PG04   6461.993025  25238.170295  -4335.897217    217.312301
+PG05  16857.005165   4954.748068 -19962.457519   -211.582370
+PG06 -20622.407737 -14288.905039  -8945.809785    -82.529379
+PG07  -6855.319942  21508.849006 -13791.794759     24.506133
+PG08  -2411.634872  25582.379826  -5342.317663      9.041639
+PG09  14044.150958  -3639.049416  21698.883346    102.616158
+PG10    815.434320  17369.453098 -20192.722703    -11.620724
+PG11 -17038.114512   1340.893707  20035.715027   -181.693115
+PG12  23042.356314 -10770.597621   7340.810929     19.325734
+PG13 -13830.511688   8509.955314 -21171.621488    253.815346
+PG14  -6934.028972 -17498.298352  18971.804904    169.841546
+PG15  24918.785312   2900.376934   8991.635552   -108.317395
+PG16 -17610.379674  -3761.972780 -19616.865699   -194.970039
+PG17   7873.299227  17690.415330  18422.830280    177.112283
+PG18  14035.845381 -19969.759370  10338.273349    154.975454
+PG19 -24745.224154  -7432.102058   6911.394621   -178.759902
+PG20 -22342.516881  13080.672531   5629.533405     52.358493
+PG21   4890.779816 -23461.257840 -10338.518585   -168.284210
+PG22   1682.885257 -18741.128388  18885.260169    144.894128
+PG23 -21335.564125   2749.603277 -15796.420634    279.796562
+PG24 -14871.572410   5687.624197  21262.385873    419.925044
+PG25  19129.742664 -18073.526492  -3500.299666     16.513017
+PG26  23142.196881  13388.012507  -2022.266635   -141.404147
+PG27  15508.397001   3356.830272  22003.156198    300.412210
+PG28  -5710.453751  18944.046841  18118.361147     63.769147
+PG29  13615.911649  -9528.112516 -20641.898712    235.768542
+PG30  16072.620699 -20510.014024  -5618.699601     90.813141
+PG31  -7564.857854 -24303.425546  -6992.646162    134.422308
+PG32 -23004.363121   4102.149335  12473.333582   -320.345536
+PR01 -23341.015370   9402.848982   4147.828478 999999.999999
+PR02 -15499.079820  15041.881143 -13552.787200 999999.999999
+PR03   1552.451816  24620.455398   6280.696125 999999.999999
+PR04  -9616.870309 -16065.342182 -17310.698368 999999.999999
+PR05  23342.014184  -9375.003656  -4235.429669 999999.999999
+PR06  16072.261874 -14936.148773  12972.292438 999999.999999
+PR07  -3073.734009 -11325.357944  22641.983873 999999.999999
+PR08 -17051.795203  -1687.871840  18907.012463 999999.999999
+PR09   6427.495343 -22389.818839  10270.819160 999999.999999
+PR10  -1562.690398 -24709.713206  -6355.971293 999999.999999
+PR11  -8651.557683 -12621.111875 -20392.209669 999999.999999
+PR12 -10800.131409   7087.495936 -21993.663962 999999.999999
+PR13  -6090.039592  22369.276735 -10636.854807 999999.999999
+PR15   9100.155500  10503.276364  21415.457376 999999.999999
+PR16  10765.073545  -7540.949313  21844.435509 999999.999999
+PR17  11892.028456  16682.602598  15143.812050 999999.999999
+PR18  21574.622728  13397.362811  -1613.549691 999999.999999
+PR19  18557.869792   2754.410362 -17285.579576 999999.999999
+PR20   4214.135640 -10151.007279 -23017.894998 999999.999999
+PR21 -11791.544411 -16516.859868 -15395.877615 999999.999999
+PR22 -21660.810273 -13568.403864   1252.674114 999999.999999
+PR23 -18586.299153  -2504.902870  17279.538287 999999.999999
+PR24  -4890.218946   9756.305881  23032.102828 999999.999999
+*  2011  8 31  8 30  0.00000000
+PG01 -14287.780289   5668.871704  21653.191591     -9.036559
+PG02  14320.953868  17625.858092 -14090.779896    353.732939
+PG03 -22721.600043 -11307.476836  -8780.946993    761.983087
+PG04   6175.698530  25605.470785  -1532.488264    217.322495
+PG05  15106.043819   6501.852714 -20888.929847   -211.587044
+PG06 -19416.504369 -14189.704755 -11400.827286    -82.520768
+PG07  -7281.931539  19846.967812 -15921.537313     24.507547
+PG08  -2654.867012  24811.520945  -8162.410569      9.040868
+PG09  14503.361120  -1083.338696  21673.556389    102.618394
+PG10  -1012.799203  18625.415224 -18982.265173    -11.621587
+PG11 -17896.874285   -844.093019  19345.111219   -181.696348
+PG12  22388.868194  -9993.580830  10000.765142     19.328117
+PG13 -15900.862938   7452.674262 -20088.318456    253.813541
+PG14  -4890.025746 -16668.213644  20307.647386    169.843370
+PG15  25655.471101   3437.398496   6354.515133   -108.315649
+PG16 -15819.809396  -5206.743971 -20751.593922   -194.972193
+PG17   5844.009878  16964.125074  19799.436074    177.110750
+PG18  15030.123882 -20342.510549   7788.048484    154.977146
+PG19 -25216.536301  -7906.851977   4173.074389   -178.763638
+PG20 -21946.600048  12295.008865   8275.972939     52.359068
+PG21   5434.556261 -22124.563863 -12707.236812   -168.286725
+PG22   3412.455841 -19870.833753  17416.244063    144.894046
+PG23 -22837.292784   1985.467294 -13705.302830    279.794163
+PG24 -15177.388776   3257.329523  21583.764082    419.927513
+PG25  19466.734516 -18036.354085   -647.812256     16.514556
+PG26  22788.100550  13382.231208  -4870.540256   -141.415984
+PG27  15952.572230   5639.313433  21211.836406    300.414969
+PG28  -7300.671269  19963.182282  16286.670222     63.771569
+PG29  15707.491893  -8531.997882 -19563.699576    235.771287
+PG30  16566.665514 -20639.177782  -2827.329686     90.810668
+PG31  -7454.892250 -24992.408631  -4181.385284    134.427307
+PG32 -21870.267987   3045.255366  14705.663325   -320.351536
+PR01 -22659.091915   9187.233617   7256.184189 999999.999999
+PR02 -16774.491389  15851.590095 -10842.083041 999999.999999
+PR03   1743.568168  25208.100749   3099.473046 999999.999999
+PR04  -7738.824441 -14806.648288 -19264.780006 999999.999999
+PR05  22650.201973  -9153.314952  -7339.551168 999999.999999
+PR06  17276.873961 -15719.413031  10201.618520 999999.999999
+PR07   -744.336954 -12798.488181  22043.619589 999999.999999
+PR08 -14883.007259  -2787.449428  20538.757017 999999.999999
+PR09   6230.651770 -20949.926932  13054.133057 999999.999999
+PR10  -1766.407981 -25299.428592  -3188.690285 999999.999999
+PR11  -8699.408654 -15035.414134 -18654.685200 999999.999999
+PR12 -10655.188597   4332.162314 -22781.721766 999999.999999
+PR13  -5895.362457  20891.219384 -13400.516929 999999.999999
+PR15   9152.471260  13057.120051  19945.191097 999999.999999
+PR16  10610.806011  -4789.783212  22670.402812 999999.999999
+PR17  10251.451233  15510.913927  17424.171152 999999.999999
+PR18  21656.244362  13270.405709   1611.301637 999999.999999
+PR19  20306.659303   3714.330728 -14987.002594 999999.999999
+PR20   6620.549281  -8632.837616 -23065.827277 999999.999999
+PR21 -10110.518679 -15353.448048 -17641.223947 999999.999999
+PR22 -21711.593267 -13402.763802  -1953.541206 999999.999999
+PR23 -20343.820640  -3451.360745  14985.329453 999999.999999
+PR24  -7317.420430   8272.390532  22969.532802 999999.999999
+*  2011  8 31  8 45  0.00000000
+PG01 -14877.717134   3254.774881  21752.590283     -9.037599
+PG02  14463.837153  19119.198046 -11875.640816    353.734700
+PG03 -21605.831670 -11395.768610 -11234.298969    761.987024
+PG04   5836.068057  25673.942803   1297.803534    217.332622
+PG05  13373.489679   8194.184830 -21457.005942   -211.591870
+PG06 -17948.163168 -14084.285573 -13660.808415    -82.512143
+PG07  -7844.342322  17989.827969 -17774.350985     24.509271
+PG08  -2983.098415  23742.317649 -10837.075572      9.039113
+PG09  15094.115180   1418.371130  21255.337021    102.619924
+PG10  -2663.587307  19871.160843 -17447.117925    -11.623834
+PG11 -18796.382619  -2902.328469  18314.283052   -181.699147
+PG12  21559.492366  -8988.304355  12487.024413     19.330207
+PG13 -17897.020827   6568.068268 -18664.040511    253.811733
+PG14  -2679.794594 -15907.498449  21300.396225    169.845222
+PG15  26127.516019   3851.152570   3609.160730   -108.314538
+PG16 -14027.237446  -6820.179855 -21531.172337   -194.974022
+PG17   3649.684070  16301.341342  20841.394313    177.109471
+PG18  15788.185677 -20563.607939   5102.364882    154.979053
+PG19 -25424.111912  -8237.693195   1364.472233   -178.767417
+PG20 -21381.562707  11285.350907  10778.705846     52.359474
+PG21   6093.572454 -20559.785785 -14845.160202   -168.288909
+PG22   4952.491187 -20961.703843  15650.289656    144.893878
+PG23 -24140.235203   1380.544534 -11382.190741    279.791059
+PG24 -15606.831437    833.392995  21534.841325    419.931253
+PG25  19569.806660 -17794.379852   2215.840503     16.516063
+PG26  22145.493330  13276.864304  -7637.910246   -141.427184
+PG27  16498.917545   7789.822345  20078.113990    300.415746
+PG28  -8669.175741  20927.010025  14181.511675     63.774478
+PG29  17714.734712  -7693.984474 -18146.570774    235.774180
+PG30  16845.338632 -20554.500619     12.361092     90.808027
+PG31  -7316.301353 -25367.377445  -1296.936868    134.432191
+PG32 -20604.017236   1791.015384  16684.080562   -320.357571
+PR01 -21678.388436   8723.088541  10223.521561 999999.999999
+PR02 -17695.328259  16565.190262  -7920.540869 999999.999999
+PR03   1958.267464  25384.258318   -142.324676 999999.999999
+PR04  -5580.662541 -13588.717224 -20844.354380 999999.999999
+PR05  21660.779268  -8682.467974 -10301.095829 999999.999999
+PR06  18122.863670 -16398.614904   7232.312510 999999.999999
+PR07   1396.147026 -14371.364651  21016.782902 999999.999999
+PR08 -12649.906722  -4134.179498  21772.027129 999999.999999
+PR09   6150.197952 -19172.080016  15582.389582 999999.999999
+PR10  -1994.236793 -25480.514096     40.156177 999999.999999
+PR11  -8916.348858 -17203.974672 -16554.077731 999999.999999
+PR12 -10716.052119   1505.807938 -23128.020756 999999.999999
+PR13  -5827.623851  19079.561669 -15903.944795 999999.999999
+PR15   9388.256671  15395.110743  18088.799652 999999.999999
+PR16  10662.156104  -1959.080003  23054.911416 999999.999999
+PR17   8300.961488  14339.357737  19365.028800 999999.999999
+PR18  21377.701557  12953.570666   4804.638300 999999.999999
+PR19  21856.189118   4401.232103 -12397.385606 999999.999999
+PR20   9113.617199  -7305.854728 -22665.551140 999999.999999
+PR21  -8123.243316 -14197.559460 -19542.748918 999999.999999
+PR22 -21403.621141 -13053.459582  -5122.164537 999999.999999
+PR23 -21899.558394  -4127.735294  12399.828847 999999.999999
+PR24  -9815.500757   6986.513942  22459.787992 999999.999999
+*  2011  8 31  9  0  0.00000000
+PG01 -15589.642649    884.131332  21477.441152     -9.038167
+PG02  14604.364943  20353.831975  -9460.497527    353.736218
+PG03 -20237.178823 -11507.070943 -13501.260023    761.992272
+PG04   5408.529025  25450.764168   4105.227624    217.342826
+PG05  11698.773551  10004.821120 -21656.621700   -211.596524
+PG06 -16236.858809 -14006.609393 -15686.507838    -82.503402
+PG07  -8558.174263  15981.118295 -19318.463109     24.510691
+PG08  -3429.319585  22403.288791 -13318.980972      9.038978
+PG09  15798.022236   3815.384106  20452.111475    102.620476
+PG10  -4119.665340  21064.873394 -15612.333384    -11.625604
+PG11 -19707.335281  -4803.204232  16962.655385   -181.702165
+PG12  20595.870406  -7747.672237  14756.589271     19.332483
+PG13 -19770.968495   5854.422502 -16922.865699    253.809952
+PG14   -342.208425 -15244.934292  21933.133233    169.847027
+PG15  26314.816598   4172.483878    802.345744   -108.312912
+PG16 -12275.718812  -8578.729793 -21941.383902   -194.976450
+PG17   1328.090453  15729.338124  21530.709462    177.108022
+PG18  16321.009382 -20598.115918   2327.524568    154.980597
+PG19 -25348.786575  -8456.481547  -1467.097154   -178.770873
+PG20 -20684.225897  10044.850017  13094.044506     52.359770
+PG21   6886.113357 -18804.768007 -16713.306556   -168.290664
+PG22   6290.908794 -21973.356409  13616.953213    144.893870
+PG23 -25209.098761    914.079135  -8866.759715    279.788567
+PG24 -16151.128226  -1537.266314  21117.386009    419.933576
+PG25  19466.137197 -17321.676168   5041.277843     16.517633
+PG26  21214.116793  13112.489530 -10279.142932   -141.438378
+PG27  17121.040200   9771.095260  18620.150663    300.418151
+PG28  -9808.112224  21791.677457  11836.798852     63.777097
+PG29  19590.909951  -7010.853521 -16415.084046    235.776893
+PG30  16933.635841 -20228.781545   2851.801953     90.805381
+PG31  -7110.076340 -25430.680030   1610.176651    134.437292
+PG32 -19249.580433    341.384091  18375.803304   -320.363674
+PR01 -20448.429195   7981.464944  12992.213528 999999.999999
+PR02 -18264.048531  17125.439334  -4844.987248 999999.999999
+PR03   2139.070230  25147.050814  -3381.345912 999999.999999
+PR04  -3183.934986 -12464.134389 -22018.758678 999999.999999
+PR05  20423.393557  -7933.746095 -13062.542817 999999.999999
+PR06  18614.796207 -16916.578584   4122.181449 999999.999999
+PR07   3305.534879 -15992.472452  19581.338562 999999.999999
+PR08 -10417.711277  -5711.868132  22582.930839 999999.999999
+PR09   6228.833712 -17101.599822  17806.259763 999999.999999
+PR10  -2188.881397 -25250.711937   3268.223979 999999.999999
+PR11  -9263.213231 -19074.016299 -14131.087370 999999.999999
+PR12 -10986.867413  -1321.477747 -23026.567405 999999.999999
+PR13  -5928.656317  16981.323849 -18098.648149 999999.999999
+PR15   9771.955661  17460.386684  15882.431862 999999.999999
+PR16  10923.973533    880.837120  22990.036819 999999.999999
+PR17   6074.053957  13224.458981  20928.801194 999999.999999
+PR18  20721.996107  12500.277162   7904.040527 999999.999999
+PR19  23148.365711   4834.717598  -9567.000309 999999.999999
+PR20  11628.545565  -6197.222793 -21824.606992 999999.999999
+PR21  -5864.726132 -13104.947559 -21063.686703 999999.999999
+PR22 -20720.784343 -12573.881303  -8192.201954 999999.999999
+PR23 -23195.760295  -4554.095020   9573.304234 999999.999999
+PR24 -12318.872652   5923.219548  21512.805350 999999.999999
+*  2011  8 31  9 15  0.00000000
+PG01 -16405.631735  -1397.533233  20832.466536     -9.040824
+PG02  14706.638439  21317.832369  -6886.445862    353.737802
+PG03 -18638.502250 -11672.290903 -15544.843452    761.997735
+PG04   4861.251081  24951.546973   6840.202628    217.353215
+PG05  10116.658928  11900.377522 -21484.012939   -211.601200
+PG06 -14309.549396 -13987.220741 -17442.495709    -82.494623
+PG07  -9431.152889  13867.989199 -20527.600380     24.512476
+PG08  -4020.727240  20830.714995 -15564.514622      9.039552
+PG09  16589.037143   6061.506140  19279.056739    102.621605
+PG10  -5371.639834  22163.462791 -13508.326606    -11.627362
+PG11 -20596.901775  -6522.581847  15315.184520   -181.705188
+PG12  19541.787298  -6273.266635  16770.327548     19.334672
+PG13 -21476.916179   5301.671092 -14894.202348    253.808400
+PG14   2078.883515 -14702.556818  22194.899449    169.848695
+PG15  26205.094728   4435.533688  -2018.131500   -108.311329
+PG16 -10604.327519 -10451.430189 -21974.275017   -194.978199
+PG17  -1078.158479  15268.902828  21855.213405    177.106773
+PG18  16646.808948 -20415.546337   -488.150492    154.982199
+PG19 -24979.198246  -8598.438322  -4273.981906   -178.774719
+PG20 -19893.603365   8574.745988  15181.494381     52.360211
+PG21   7823.416315 -16902.308681 -18277.849461   -168.293320
+PG22   7423.412155 -22865.223510  11350.463762    144.893691
+PG23 -26014.608528    559.287161  -6201.738438    279.785592
+PG24 -16794.041866  -3810.260650  20339.411038    419.936167
+PG25  19188.549620 -16599.266461   7779.749420     16.519219
+PG26  20002.167745  12929.699832 -12751.509190   -141.449643
+PG27  17786.825268  11551.530351  16861.050465    300.419791
+PG28 -10717.939768  22513.772566   9290.870073     63.779727
+PG29  21291.986867  -6471.413057 -14399.284989    235.780004
+PG30  16862.104028 -19641.605057   5641.979218     90.802865
+PG31  -6799.034015 -25193.908345   4489.266754    134.442502
+PG32 -17851.037968  -1293.599960  19753.259910   -320.369775
+PR01 -19025.583184   6944.575495  15508.519093 999999.999999
+PR02 -18495.758562  17478.586905  -1675.235502 999999.999999
+PR03   2229.684767  24508.447169  -6554.336116 999999.999999
+PR04   -600.216428 -11477.946137 -22765.214606 999999.999999
+PR05  18994.488966  -6889.614543 -15570.265226 999999.999999
+PR06  18769.894935 -17220.027455    931.784796 999999.999999
+PR07   4952.269507 -17604.708104  17765.111086 999999.999999
+PR08  -8248.702551  -7492.450145  22955.759431 999999.999999
+PR09   6500.263106 -14793.314615  19682.420067 999999.999999
+PR10  -2294.135261 -24621.353955   6433.144430 999999.999999
+PR11  -9692.598035 -20602.961853 -11432.756975 999999.999999
+PR12 -11459.422230  -4080.033135 -22480.009691 999999.999999
+PR13  -6230.952664  14652.713718 -19942.163204 999999.999999
+PR15  10258.919506  19205.492335  13368.936652 999999.999999
+PR16  11388.663929   3659.578495  22476.633061 999999.999999
+PR17   3615.413314  12216.727383  22085.307715 999999.999999
+PR18  19685.189118  11967.431613  10849.002842 999999.999999
+PR19  24132.289321   5045.389931  -6550.802261 999999.999999
+PR20  14097.377252  -5322.096444 -20559.119627 999999.999999
+PR21  -3380.952490 -12125.058815 -22174.753798 999999.999999
+PR22 -19659.749702 -12020.609752 -11104.505568 999999.999999
+PR23 -24181.974097  -4761.412776   6560.707409 999999.999999
+PR24 -14759.453184   5094.887056  20147.047483 999999.999999
+*  2011  8 31  9 30  0.00000000
+PG01 -17300.689515  -3548.661812  19828.758823     -9.042684
+PG02  14734.109522  22007.368518  -4196.979854    353.739474
+PG03 -16838.927137 -11918.142292 -17331.790956    762.002616
+PG04   4166.645686  24199.718671   9454.259217    217.363913
+PG05   8656.020679  13842.127975 -20941.802512   -211.606223
+PG06 -12199.839857 -14051.929004 -18897.804809    -82.485864
+PG07 -10462.677845  11699.335947 -21381.418702     24.514164
+PG08  -4777.457376  19067.214975 -17534.596488      9.040178
+PG09  17434.554494   8116.718927  17758.278807    102.623116
+PG10  -6418.213247  23124.211054 -11170.434464    -11.628517
+PG11 -21430.036641  -8043.468417  13401.811490   -181.708320
+PG12  18441.430965  -4575.470886  18493.652409     19.336805
+PG13 -22972.931154   4891.929759 -12612.321199    253.806724
+PG14   4536.110457 -14294.827938  22080.887564    169.850693
+PG15  25794.386842   4676.240719  -4804.236993   -108.310128
+PG16  -9046.749808 -12400.904657 -21628.352949   -194.980217
+PG17  -3523.008956  14933.535507  21808.794002    177.105120
+PG18  16790.200191 -19991.237085  -3295.185355    154.984045
+PG19 -24312.269587  -8700.645030  -7008.942194   -178.778674
+PG20 -19049.321775   6884.539493  17004.495693     52.360832
+PG21   8909.017057 -14898.496119 -19510.822118   -168.295578
+PG22   8353.486506 -23598.114390   8889.186710    144.893434
+PG23 -26534.543258    284.570187  -3432.211615    279.782818
+PG24 -17512.506875  -5945.215607  19214.980829    419.938627
+PG25  18774.118407 -15616.025533  10383.983612     16.520823
+PG26  18526.029186  12767.494798 -15015.339929   -141.461178
+PG27  18459.594718  13106.154095  14828.586761    300.422020
+PG28 -11407.327221  23052.021393   6585.970150     63.782056
+PG29  22778.225624  -6057.100528 -12134.159382    235.783045
+PG30  16665.553049 -18780.337249   8334.291114     90.800489
+PG31  -6349.464948 -24677.338821   7290.396939    134.447534
+PG32 -16450.932088  -3096.077366  20794.455027   -320.375902
+PR01 -17470.670579   5606.801157  17723.624486 999999.999999
+PR02 -18417.363924  17576.795782   1527.083139 999999.999999
+PR03   2177.650680  23493.734922  -9599.394462 999999.999999
+PR04   2110.792845 -10665.783406 -23069.266918 999999.999999
+PR05  17434.913292  -5544.720489 -17775.571079 999999.999999
+PR06  18617.110364 -17261.998239  -2276.754835 999999.999999
+PR07   6316.484593 -19147.715441  15603.349978 999999.999999
+PR08  -6199.791241  -9436.956896  22883.288440 999999.999999
+PR09   6987.574626 -12309.412514  21174.402807 999999.999999
+PR10  -2257.481982 -23616.890106   9473.712069 999999.999999
+PR11 -10151.028215 -21760.042602  -8511.560713 999999.999999
+PR12 -12113.510364  -6703.256606 -21499.534046 999999.999999
+PR13  -6756.113386  12156.938744 -21398.863640 999999.999999
+PR15  10797.432053  20594.134479  10597.032320 999999.999999
+PR16  12036.467073   6309.389058  21524.347890 999999.999999
+PR17    979.287737  11358.522902  22812.340677 999999.999999
+PR18  18276.723681  11412.810210  13582.134234 999999.999999
+PR19  24766.372018   5073.304520  -3407.364683 999999.999999
+PR20  16451.637696  -4683.142606 -18893.502240 999999.999999
+PR21   -727.201439 -11298.946279 -22854.696251 999999.999999
+PR22 -18230.279716 -11450.876764 -13802.886683 999999.999999
+PR23 -24817.143581  -4789.998657   3420.602551 999999.999999
+PR24 -17069.324331   4501.389957  18389.139789 999999.999999
+*  2011  8 31  9 45  0.00000000
+PG01 -18243.689226  -5533.072176  18483.590568     -9.043462
+PG02  14651.083711  22426.678146  -1437.298054    353.740667
+PG03 -14872.884035 -12266.053665 -18833.021124    762.006285
+PG04   3302.703784  23225.591965  11900.974020    217.374097
+PG05   7338.857320  15787.341526 -20038.979113   -211.611037
+PG06  -9946.888545 -14220.673648 -20026.513327    -82.477334
+PG07 -11643.731441   9524.033295 -21865.819756     24.515706
+PG08  -5711.625817  17160.085443 -19195.378694      9.041046
+PG09  18296.790602   9948.576263  15918.290529    102.624648
+PG10  -7266.094150  23906.440199  -8638.371173    -11.630163
+PG11 -22170.873082  -9356.400166  11256.838792   -181.711128
+PG12  17337.655669  -2673.248190  19897.111984     19.339328
+PG13 -24222.437264   4600.330356 -10115.809508    253.805005
+PG14   6980.171212 -14028.100011  21592.544169    169.852372
+PG15  25087.232027   4930.775713  -7508.494445   -108.308957
+PG16  -7630.084950 -14384.629148 -20908.675054   -194.982248
+PG17  -5958.504649  14728.929368  21391.534618    177.104055
+PG18  16781.102339 -19307.525105  -6043.871863    154.985581
+PG19 -23353.397458  -8800.474421  -9625.893180   -178.782223
+PG20 -18190.024871   4991.840357  18531.096396     52.361315
+PG21  10138.440827 -12840.919092 -20390.671879   -168.297487
+PG22   9092.096498 -24135.751015   6275.007991    144.893436
+PG23 -26754.518963     54.903330   -604.896009    279.779981
+PG24 -18277.532684  -7907.088625  17763.925227    419.942194
+PG25  18262.618774 -14369.283133  12809.011399     16.522380
+PG26  16809.730953  12661.762415 -17034.522359   -141.472132
+PG27  19099.438493  14417.375237  12554.881181    300.424781
+PG28 -11892.736332  23368.955235   3767.637641     63.784843
+PG29  24015.610536  -5742.881562  -9659.011037    235.785898
+PG30  16381.588865 -17640.841096  10881.425850     90.797966
+PG31  -5732.632914 -23909.047097   9965.268538    134.452445
+PG32 -15088.715189  -5040.925993  21483.230175   -320.381862
+PR01 -15846.404378   3975.188233  19594.586102 999999.999999
+PR02 -18066.237275  17380.328640   4699.723151 999999.999999
+PR03   1936.815422  22140.447075 -12457.198776 999999.999999
+PR04   4883.506828 -10052.400948 -22925.059833 999999.999999
+PR05  15807.360806  -3906.383313 -19635.647372 999999.999999
+PR06  18195.707406 -17004.003043  -5440.971919 999999.999999
+PR07   7390.575367 -20560.380073  13138.048421 999999.999999
+PR08  -4320.321892 -11496.952396  22366.916248 999999.999999
+PR09   7702.087557  -9717.000436  22253.305059 999999.999999
+PR10  -2032.547294 -22273.891455  12331.054413 999999.999999
+PR11 -10581.399418 -22527.424119  -5424.379984 999999.999999
+PR12 -12917.808509  -9130.098334 -20104.605490 999999.999999
+PR13  -7513.764708   9561.743478 -22440.637256 999999.999999
+PR15  11331.039737  21602.485129   7620.368602 999999.999999
+PR16  12836.271713   8767.745527  20151.461454 999999.999999
+PR17  -1772.534509  10682.288855  23096.075525 999999.999999
+PR18  16519.192604  10892.424180  16050.288254 999999.999999
+PR19  25020.085401   4966.025073   -197.740696 999999.999999
+PR20  18625.020989  -4270.601605 -16859.996529 999999.999999
+PR21   2034.022654 -10657.561982 -23090.675831 999999.999999
+PR22 -16455.028063 -10920.007987 -16235.178834 999999.999999
+PR23 -25071.329210  -4687.540157    214.023911 999999.999999
+PR24 -19183.399817   4130.294115  16273.347074 999999.999999
+*  2011  8 31 10  0  0.00000000
+PG01 -19198.560836  -7321.153943  16820.117979     -9.045580
+PG02  14424.190110  22587.756038   1346.401820    353.742234
+PG03 -12778.977791 -12731.277321 -20024.021866    762.011150
+PG04   2254.111766  22065.160233  14136.871101    217.384026
+PG05   6179.575591  17690.788032 -18790.766457   -211.615934
+PG06  -7594.095254 -14506.619892 -20808.250063    -82.468538
+PG07 -12957.126066   7389.190858 -21973.151428     24.517200
+PG08  -6826.713274  15159.479068 -20518.819615      9.041132
+PG09  19134.386434  11533.263937  13793.349392    102.625327
+PG10  -7929.590074  24473.136511  -5955.584534    -11.631272
+PG11 -22784.141319 -10459.527009   8918.248488   -181.714328
+PG12  16270.317980   -593.586022  20956.881008     19.341160
+PG13 -25195.528451   4396.127169  -7446.953532    253.803378
+PG14   9361.505388 -13900.393104  20737.578900    169.854153
+PG15  24096.551663   5233.968680 -10084.771276   -108.307221
+PG16  -6373.902672 -16356.417095 -19826.823917   -194.984108
+PG17  -8336.407264  14652.754225  20609.760153    177.102309
+PG18  16653.415828 -18354.658357  -8685.220966    154.987288
+PG19 -22116.342359  -8934.014155 -12080.633322   -178.785906
+PG20 -17351.826294   2921.895340  19734.541821     52.361384
+PG21  11499.251152 -10776.834968 -20902.650694   -168.299598
+PG22   9657.094327 -24446.216851   3552.646187    144.893223
+PG23 -26668.493796   -166.653684   2232.601099    279.777241
+PG24 -19055.336156  -9667.278061  16011.467918    419.945772
+PG25  17694.881461 -12865.106141  15012.950884     16.523990
+PG26  14884.163540  12643.897192 -18776.939665   -141.483134
+PG27  19664.679347  15475.498648  10076.031286    300.427570
+PG28 -12197.697227  23432.482287    883.999579     63.787379
+PG29  24977.069079  -5498.408163  -7016.763164    235.788719
+PG30  16049.023197 -16227.874185  13238.245484     90.795296
+PG31  -4926.067004 -22923.737461  12468.057297    134.457648
+PG32 -13799.349944  -7096.586773  21809.422622   -320.387570
+PR01 -14214.774826   2069.414236  21085.157414 999999.999999
+PR02 -17488.460690  16859.407071   7781.038964 999999.999999
+PR03   1469.536920  20496.791133 -15072.172513 999999.999999
+PR04   7648.942392  -9650.692839 -22335.446444 999999.999999
+PR05  14173.758251  -1994.553407 -21114.389063 999999.999999
+PR06  17553.431977 -16417.846669  -8499.284260 999999.999999
+PR07   8179.251984 -21783.377680  10417.128180 999999.999999
+PR08  -2650.207546 -13616.378989  21416.637753 999999.999999
+PR09   8642.713425  -7085.472725  22898.342562 999999.999999
+PR10  -1581.298970 -20639.567403  14949.762193 999999.999999
+PR11 -10925.590374 -22900.801094  -2231.386913 999999.999999
+PR12 -13831.226261 -11307.312940 -18322.558975 999999.999999
+PR13  -8500.992178   6936.774491 -23047.416568 999999.999999
+PR15  11801.088910  22219.979643   4496.498977 999999.999999
+PR16  13746.934819  10979.739752  18384.549429 999999.999999
+PR17  -4573.060292  10209.225410  22931.315426 999999.999999
+PR18  14447.562718  10457.981502  18205.599836 999999.999999
+PR19  24875.264135   4776.364499   3015.723791 999999.999999
+PR20  20556.004012  -4062.885618 -14498.056441 999999.999999
+PR21   4835.355676 -10220.497858 -22878.489968 999999.999999
+PR22 -14368.817226 -10478.952958 -18354.232156 999999.999999
+PR23 -24926.980851  -4506.833573  -2996.714505 999999.999999
+PR24 -21041.986695   3957.587742  13840.900048 999999.999999
+*  2011  8 31 10 15  0.00000000
+PG01 -20125.684525  -8890.811127  14866.982701     -9.047458
+PG02  14023.767162  22509.773657   4107.632421    353.743657
+PG03 -10598.722436 -13322.227022 -20885.186497    762.015654
+PG04   1013.095312  20758.668271  16122.267835    217.393858
+PG05   5184.575878  19506.355665 -17218.383388   -211.620573
+PG06  -5187.618364 -14915.524179 -21228.609483    -82.459966
+PG07 -14378.077874   5338.496561 -21702.291744     24.518808
+PG08  -8117.315377  13116.500135 -21483.123501      9.041598
+PG09  19904.155168  12856.282649  11422.680167    102.626125
+PG10  -8429.893149  24792.464481  -3168.520625    -11.632701
+PG11 -23236.555342 -11358.403492   6426.979273   -181.717327
+PG12  15274.750273   1629.370388  21655.147225     19.343635
+PG13 -25870.046844   4244.034826  -4651.056903    253.801368
+PG14  11631.985110 -13901.495601  19529.878205    169.856033
+PG15  22843.224382   5617.788186 -12489.045646   -108.305663
+PG16  -5289.597197 -18268.069885 -18400.764449   -194.986108
+PG17 -10609.840857  14694.754053  19475.985754    177.101019
+PG18  16443.529274 -17131.401208 -11171.924463    154.989106
+PG19 -20622.820688  -9134.539929 -14331.549583   -178.789646
+PG20 -16566.874053    706.812541  20593.768096     52.361953
+PG21  12971.450169  -8751.380360 -21039.034054   -168.301613
+PG22  10072.358242 -24503.261418    768.902058    144.893145
+PG23 -26278.977603   -417.377462   5032.532230    279.774443
+PG24 -19808.659174 -11204.485262  13987.777478    419.948859
+PG25  17111.117270 -11118.247344  16957.738147     16.525604
+PG26  12786.074349  12739.595025 -20214.857091   -141.494608
+PG27  20113.428596  16278.978725   7431.683177    300.433769
+PG28 -12351.793834  23217.297842  -2015.020960     63.789686
+PG29  25643.429312  -5289.389321  -4253.196824    235.791622
+PG30  15706.222401 -14555.144085  15362.655848     90.792679
+PG31  -3914.597685 -21761.338120  14756.186160    134.462743
+PG32 -12612.108036  -9226.121323  21768.927737   -320.393725
+PR01 -12634.486190    -78.776537  22166.484529 999999.999999
+PR02 -16736.717878  15995.664038  10711.185586 999999.999999
+PR03    748.517900  18619.649292 -17393.569786 999999.999999
+PR04  10337.353641  -9461.224824 -21311.929441 999999.999999
+PR05  12592.703584    158.759808 -22183.097273 999999.999999
+PR06  16744.335926 -15487.021351 -11392.200110 999999.999999
+PR07   8699.074001 -22761.668738   7493.506336 999999.999999
+PR08  -1218.470788 -15733.736892  20050.853565 999999.999999
+PR09   9795.858980  -4483.801056  23097.238712 999999.999999
+PR10   -875.901682 -18769.856929  17278.958967 999999.999999
+PR11 -11127.133422 -22889.435087   1005.141894 999999.999999
+PR12 -14804.670870 -13191.384877 -16188.051925 999999.999999
+PR13  -9702.313116   4350.881667 -23207.554484 999999.999999
+PR15  12149.364834  22449.579000   1285.782087 999999.999999
+PR16  14719.050867  12900.146528  16257.975483 999999.999999
+PR17  -7352.640981   9948.456994  22321.567499 999999.999999
+PR18  12107.890758  10154.553941  20006.408385 999999.999999
+PR19  24326.910172   4559.907310   6170.603133 999999.999999
+PR20  22190.278691  -4027.689702 -11853.586497 999999.999999
+PR21   7607.137597  -9995.225460 -22222.623612 999999.999999
+PR22 -12017.424743 -10172.004405 -20118.821208 999999.999999
+PR23 -24379.709003  -4303.303671  -6149.233507 999999.999999
+PR24 -22593.134508   3948.910597  11139.185152 999999.999999
+*  2011  8 31 10 30  0.00000000
+PG01 -20983.435142 -10228.114499  12657.818614     -9.047621
+PG02  13425.116425  22218.252115   6800.323658    353.745266
+PG03  -8375.183349 -14040.065292 -21402.092892    762.020656
+PG04   -420.047338  19349.018839  17822.043378    217.404047
+PG05   4352.155501  21188.718518 -15348.697431   -211.625170
+PG06  -2774.776765 -15445.398856 -21279.465163    -82.451318
+PG07 -15875.081542   3410.710755 -21058.618269     24.520504
+PG08  -9569.261358  11081.298478 -22073.042046      9.042394
+PG09  20562.893374  13912.733232   8849.610244    102.628132
+PG10  -8794.082071  24839.105801   -325.808142    -11.633863
+PG11 -23498.115262 -12065.502795   3826.179039   -181.720381
+PG12  14380.430374   3955.460185  21980.387735     19.346079
+PG13 -26232.383884   4105.748772  -1775.703501    253.799725
+PG14  13746.566130 -14013.387143  17989.322191    169.857646
+PG15  21355.371214   6109.930389 -14680.143046   -108.304276
+PG16  -4380.066796 -20071.130009 -16654.581313   -194.988396
+PG17 -12734.899823  14837.158637  18008.765356    177.099721
+PG18  16188.718178 -15645.300538 -13459.300986    154.990705
+PG19 -18901.812680  -9431.093532 -16340.291010   -178.793258
+PG20 -15862.085232  -1615.487778  21093.788611     52.362452
+PG21  14528.206822  -6805.904641 -20799.168413   -168.303873
+PG22  10366.692373 -24287.407457  -2028.143030    144.892908
+PG23 -25596.939465   -733.290916   7747.760252    279.771794
+PG24 -20498.221132 -12505.301499  11727.449481    419.952849
+PG25  16549.277255  -9151.761858  18609.791205     16.527149
+PG26  10556.880312  12967.859214 -21325.257266   -141.505659
+PG27  20405.185672  16834.398295   4664.545119    300.436922
+PG28 -12389.389974  22706.069425  -4878.574872     63.792558
+PG29  26004.078986  -5079.118610  -1416.141127    235.794662
+PG30  15389.463321 -12645.010310  17216.441268     90.790054
+PG31  -2691.099644 -20465.421326  16791.022344    134.467766
+PG32 -11549.605406 -11388.458938  21363.670910   -320.400015
+PR01 -11158.552797  -2426.644729  22817.657784 999999.999999
+PR02 -15867.926372  14783.128048  13433.281810 999999.999999
+PR03   -241.805891  16572.236678 -19376.456997 999999.999999
+PR04  12880.903234  -9472.302341 -19874.434557 999999.999999
+PR05  11117.064497   2510.567836 -22821.033631 999999.999999
+PR06  15826.353729 -14207.619215 -14063.481670 999999.999999
+PR07   8977.486446 -23446.834130   4424.062065 999999.999999
+PR08    -42.250861 -17784.507950  18296.018049 999999.999999
+PR09  11135.873695  -1977.859716  22846.442488 999999.999999
+PR10     99.852503 -16727.171225  19273.289869 999999.999999
+PR11 -11133.827910 -22515.633287   4222.056777 999999.999999
+PR12 -15783.152550 -14750.052344 -13742.389494 999999.999999
+PR13 -11090.188891   1869.466738 -22918.039086 999999.999999
+PR15  12320.722670  22307.486931  -1949.767764 999999.999999
+PR16  15697.096595  14495.087187  13813.221931 999999.999999
+PR17 -10041.630192   9896.726099  21278.951218 999999.999999
+PR18   9555.587225  10018.548318  21418.049927 999999.999999
+PR19  23383.463409   4372.419009   9205.606996 999999.999999
+PR20  23482.899515  -4123.568554  -8978.048877 999999.999999
+PR21  10280.068290  -9976.863376 -21136.134380 999999.999999
+PR22  -9455.924365 -10034.801709 -21494.449425 999999.999999
+PR23 -23438.522163  -4132.417546  -9182.303392 999999.999999
+PR24 -23794.673810   4061.228974   8220.813957 999999.999999
+*  2011  8 31 10 45  0.00000000
+PG01 -21729.817774 -11327.639275  10230.672001     -9.047452
+PG02  12609.581275  21744.018470   9379.520578    353.746810
+PG03  -6151.570410 -14878.554030 -21565.724490    762.024393
+PG04  -2036.747039  17880.083276  19206.310194    217.413802
+PG05   3672.734571  22694.990036 -13213.776286   -211.629795
+PG06   -402.398055 -16086.493859 -20959.171721    -82.442583
+PG07 -17411.049662   1638.366593 -20053.866945     24.522056
+PG08 -11160.088982   9101.239383 -22280.038780      9.041497
+PG09  21069.174882  14707.203275   6120.646651    102.630961
+PG10  -9053.876991  24595.364030   2522.622935    -11.634343
+PG11 -23543.277895 -12599.480313   1160.448017   -181.723497
+PG12  13609.897454   6339.879006  21927.532761     19.348111
+PG13 -26277.972574   3941.591925   1130.025350    253.798201
+PG14  15664.837644 -14210.971305  16141.504002    169.859287
+PG15  19667.376415   6732.571796 -16620.431164   -108.302801
+PG16  -3639.735102 -21718.668611 -14618.097636   -194.990336
+PG17 -14672.160506  15055.397744  16232.438329    177.098254
+PG18  15925.504633 -13912.595016 -15506.200171    154.992743
+PG19 -16988.608629  -9847.218296 -18072.401933   -178.797163
+PG20 -15258.102453  -4002.554687  21225.965293     52.362717
+PG21  16136.873707  -4976.497875 -20189.353977   -168.305684
+PG22  10572.529017 -23786.814151  -4789.966413    144.892887
+PG23 -24641.416669  -1147.619508  10332.500736    279.769057
+PG24 -21084.252211 -13564.501653   9268.928209    419.957411
+PG25  16043.513064  -6996.305296  19940.595114     16.528759
+PG26   8241.334686  13340.245850 -22090.127025   -141.517044
+PG27  20502.430724  17156.166009   1819.838687    300.439673
+PG28 -12348.139939  21890.338766  -7655.820496     63.794813
+PG29  26057.301646  -4830.097335   1445.369316    235.797441
+PG30  15131.365947 -10527.837025  18766.041963     90.787197
+PG31  -1256.916756 -19081.512544  18538.489511    134.472894
+PG32 -10627.102490 -13539.785721  20601.495561   -320.405937
+PR01  -9832.154123  -4921.991016  23026.109580 999999.999999
+PR02 -14940.710456  13228.697215  15894.513221 999999.999999
+PR03  -1504.381619  14421.518339 -20982.572447 999999.999999
+PR04  15216.260354  -9660.570554 -18050.921227 999999.999999
+PR05   9791.836780   5008.447094 -23015.820469 999999.999999
+PR06  14858.734677 -12588.723447 -16461.241628 999999.999999
+PR07   9051.399216 -23799.152550   1268.523919 999999.999999
+PR08    873.682772 -19703.723642  16186.132417 999999.999999
+PR09  12626.021488    372.102048  22151.172879 999999.999999
+PR10   1349.600242 -14577.879818  20893.810348 999999.999999
+PR11 -10900.183318 -21813.690493   7356.585766 999999.999999
+PR12 -16708.143387 -15963.371942 -11032.735419 999999.999999
+PR13 -12626.055769   -448.012511 -22184.544358 999999.999999
+PR15  12265.601277  21822.334727  -5147.660291 999999.999999
+PR16  16621.859611  15743.217310  11098.071409 999999.999999
+PR17 -12573.040344  10038.623765  19823.942511 999999.999999
+PR18   6853.303275  10076.066809  22413.504519 999999.999999
+PR19  22066.527006   4267.252766  12061.773346 999999.999999
+PR20  24400.055019  -4301.911917  -5927.456496 999999.999999
+PR21  12787.846146 -10148.479135 -19640.375275 999999.999999
+PR22  -6746.646546 -10092.702699 -22454.034558 999999.999999
+PR23 -22125.520489  -4047.102898 -12037.034641 999999.999999
+PR24 -24615.858987   4244.884168   5142.590824 999999.999999
+*  2011  8 31 11  0  0.00000000
+PG01 -22324.130915 -12192.475763   7627.345066     -9.048932
+PG02  11565.413259  21121.981907  11802.066061    353.748167
+PG03  -3969.827456 -15824.174585 -21372.631199    762.028047
+PG04  -3820.309265  16394.988793  20250.972239    217.423925
+PG05   3129.396495  23986.297870 -10850.343932   -211.634789
+PG06   1884.821873 -16821.600424 -20272.647382    -82.433978
+PG07 -18944.670762     46.723437 -18705.886036     24.523579
+PG08 -12859.848681   7219.220903 -22102.321059      9.040611
+PG09  21385.050707  15253.272911   3284.523357    102.633772
+PG10  -9244.195845  24051.983899   5326.470286    -11.635888
+PG11 -23351.955001 -12984.221416  -1524.914160   -181.726360
+PG12  12977.954006   8734.727002  21498.016486     19.350237
+PG13 -26011.449840   3712.225747   4016.368269    253.796617
+PG14  17352.412578 -14463.093898  14017.352413    169.861304
+PG15  17818.679305   7501.333985 -18276.462008   -108.301571
+PG16  -3054.916697 -23167.036202 -12326.378999   -194.992126
+PG17 -16388.038503  15319.094657  14176.774061    177.096697
+PG18  15688.050571 -11957.766688 -17275.839214    154.994360
+PG19 -14923.625266 -10399.899584 -19497.905768   -178.800616
+PG20 -14768.514358  -6408.869296  20988.159128     52.362510
+PG21  17760.240783  -3292.772478 -19222.575671   -168.308324
+PG22  10724.483316 -22997.858681  -7468.465903    144.892632
+PG23 -23438.838568  -1689.349456  12743.047638    279.766278
+PG24 -21528.051153 -14385.036828   6653.876667    419.961658
+PG25  15622.797915  -4689.140330  20927.197699     16.530405
+PG26   5886.089012  13860.370351 -22496.696966   -141.528303
+PG27  20372.156658  17265.933216  -1055.314934    300.442609
+PG28 -12267.339552  20771.091508 -10296.901681     63.797585
+PG29  25810.277930  -4505.688327   4281.953749    235.800421
+PG30  14959.471469  -8241.016490  19983.252076     90.784355
+PG31    378.042475 -17655.355239  19969.588374    134.477788
+PG32  -9852.088258 -15635.025439  19495.973777   -320.412130
+PR01  -8690.837658  -7505.091394  22787.851565 999999.999999
+PR02 -14012.821947  11352.082964  18047.153588 999999.999999
+PR03  -3029.195445  12235.495008 -22181.048449 999999.999999
+PR04  17287.017997  -9992.120463 -15876.838033 999999.999999
+PR05   8652.351574   7592.483611 -22763.679499 999999.999999
+PR06  13899.440053 -10652.261439 -18538.951020 999999.999999
+PR07   8965.370969 -23789.331345  -1911.700032 999999.999999
+PR08   1536.890951 -21428.571061  13762.091996 999999.999999
+PR09  14219.934152   2513.735942  21025.290872 999999.999999
+PR10   2863.992183 -12389.643283  22108.757213 999999.999999
+PR11 -10389.586171 -20828.339892  10347.578128 999999.999999
+PR12 -17520.093533 -16824.284508  -8111.222582 999999.999999
+PR13 -14261.831705  -2550.280543 -21021.316488 999999.999999
+PR15  11942.315392  21033.868007  -8246.117751 999999.999999
+PR16  17433.046156  16636.387331   8165.656240 999999.999999
+PR17 -14885.089117  10347.344700  17984.959958 999999.999999
+PR18   4068.530799  10341.723588  22973.888655 999999.999999
+PR19  20410.058553   4292.863751  14683.615750 999999.999999
+PR20  24920.387540  -4509.234131  -2761.272159 999999.999999
+PR21  15069.681728 -10481.910261 -17764.562021 999999.999999
+PR22  -3956.838711 -10359.593703 -22978.460899 999999.999999
+PR23 -20475.058861  -4095.280588 -14658.021124 999999.999999
+PR24 -25038.547015   4445.926347   1964.399684 999999.999999
+*  2011  8 31 11 15  0.00000000
+PG01 -22728.592540 -12833.913341   4892.674160     -9.050970
+PG02  10288.395501  20389.772088  14027.262254    353.749736
+PG03  -1869.263799 -16856.515881 -20825.027392    762.031475
+PG04  -5746.396785  14934.455704  20938.157185    217.434106
+PG05   2698.722574  25029.218275  -8299.150021   -211.639637
+PG06   4045.882042 -17626.668411 -19231.331816    -82.425556
+PG07 -20431.932452  -1346.990450 -17038.292276     24.524998
+PG08 -14632.197419   5472.200911 -21544.747610      9.040739
+PG09  21477.586394  15572.673949    391.245538    102.636634
+PG10  -9401.570958  23208.645474   8036.015008    -11.635622
+PG11 -22910.306503 -13247.714340  -4184.646112   -181.729215
+PG12  12491.182055  11090.672738  20699.716624     19.352767
+PG13 -25446.479983   3380.360508   6833.723552    253.794941
+PG14  18782.104816 -14733.811775  11652.659780    169.863117
+PG15  15852.381124   8424.501098 -19619.550666   -108.299740
+PG16  -2604.515093 -24377.505412  -9819.129691   -194.994414
+PG17 -17855.938233  15593.304652  11876.516104    177.095361
+PG18  15506.656605  -9812.751149 -18736.547650    154.995878
+PG19 -12751.032561 -11098.751660 -20591.830247   -178.804272
+PG20 -14399.371198  -8787.430194  20384.757299     52.363497
+PG21  19357.965233  -1776.943035 -17918.099768   -168.310794
+PG22  10857.817321 -21925.409063 -10016.827423    144.892625
+PG23 -22022.088366  -2381.940412  14938.473801    279.763509
+PG24 -21793.510977 -14977.728573   3926.503529    419.965645
+PG25  15309.762286  -2272.889670  21552.607193     16.532045
+PG26   3538.193534  14523.690421 -22537.633807   -141.539599
+PG27  19987.285321  17191.740281  -3912.574113    300.447143
+PG28 -12186.184264  19358.957933 -12753.947309     63.800262
+PG29  25278.753640  -4071.734666   7044.745471    235.803253
+PG30  14895.029631  -5827.698783  20845.817464     90.781486
+PG31   2195.537919 -16231.197543  21060.821555    134.483216
+PG32  -9224.157167 -17629.360280  18066.145796   -320.418309
+PR01  -7759.143486 -10110.953134  22107.547225 999999.999999
+PR02 -13138.617764   9185.225399  19849.485222 999999.999999
+PR03  -4793.481602  10080.471971 -22948.983888 999999.999999
+PR04  19045.829821 -10424.053949 -13394.433329 999999.999999
+PR05   7722.905799  10197.538572 -22069.504595 999999.999999
+PR06  13002.615801  -8432.325977 -20256.338919 999999.999999
+PR07   8769.475680 -23399.817037  -5054.725556 999999.999999
+PR08   1966.701862 -22900.928716  11070.899495 999999.999999
+PR09  15863.483889   4404.525620  19491.003541 999999.999999
+PR10   4620.828260 -10228.702556  22894.186184 999999.999999
+PR11  -9576.096693 -19612.779545  13136.714416 999999.999999
+PR12 -18161.002719 -17338.662256  -5033.978386 999999.999999
+PR13 -15941.837022  -4396.133924 -19450.898173 999999.999999
+PR15  11319.030756  19991.189978 -11185.250896 999999.999999
+PR16  18071.954864  17179.747847   5073.395545 999999.999999
+PR17 -16923.532093  10785.933382  15797.802153 999999.999999
+PR18   1271.016725  10817.965094  23088.785897 999999.999999
+PR19  18459.060744   4490.536920  17020.202408 999999.999999
+PR20  25035.804715  -4689.679373    458.763789 999999.999999
+PR21  17072.584577 -10939.067885 -15545.194562 999999.999999
+PR22  -1156.118607 -10837.190563 -23056.985908 999999.999999
+PR23 -18532.414655  -4317.616271 -16994.413534 999999.999999
+PR24 -25057.863575   4608.633700  -1251.967609 999999.999999
+*  2011  8 31 11 30  0.00000000
+PG01 -22909.865761 -13270.810811   2073.755255     -9.052601
+PG02   8782.200125  19586.286386  16017.504505    353.750967
+PG03    114.726905 -17948.921252 -19930.823350    762.035940
+PG04  -7783.827562  13535.254822  21256.514288    217.444407
+PG05   2351.888263  25797.013226  -5604.263209   -211.644433
+PG06   6044.898657 -18471.715406 -17853.016788    -82.416622
+PG07 -21827.750862  -2534.021045 -15080.037379     24.526735
+PG08 -16435.732804   3889.985119 -20618.621928      9.040915
+PG09  21320.178886  15694.149974  -2508.845520    102.640480
+PG10  -9562.492500  22074.107093  10603.081256    -11.636657
+PG11 -22211.304421 -13420.793605  -6774.237648   -181.731948
+PG12  12147.789379  13358.669252  19546.786166     19.355172
+PG13 -24605.242852   2912.398568   9533.497941    253.793186
+PG14  19934.846573 -14983.866772   9087.519227    169.865017
+PG15  13813.718061   9502.521890 -20626.280699   -108.298153
+PG16  -2261.026948 -25317.737888  -7139.991383   -194.996225
+PG17 -19057.147924  15839.953670   9370.829591    177.093968
+PG18  15406.434032  -7515.839119 -19862.399124    154.997833
+PG19 -10517.238529 -11945.484330 -21334.664746   -178.807815
+PG20 -14149.014152 -11091.398181  19426.577179     52.363661
+PG21  20888.111629   -443.232645 -16300.956780   -168.313044
+PG22  11006.875271 -20582.773444 -12390.380794    144.892679
+PG23 -20429.334921  -3242.240332  16881.297615    279.760872
+PG24 -21848.557573 -15360.677565   1132.855690    419.969704
+PG25  15119.789864    205.916650  21806.084871     16.533709
+PG26   1243.581163  15317.573905 -22211.184138   -141.550767
+PG27  19327.912279  16966.912063  -6703.119538    300.449893
+PG28 -12142.008748  17674.023437 -14982.065473     63.803325
+PG29  24486.389217  -3498.079414   9686.237287    235.806281
+PG30  14952.051111  -3335.277745  21337.914559     90.778883
+PG31   4169.546097 -14850.164322  21794.520574    134.488672
+PG32  -8735.178706 -19479.739732  16336.194044   -320.424405
+PR01  -7049.706876 -12671.798722  20998.418885 999999.999999
+PR02 -12366.700369   6771.204350  21266.601064 999999.999999
+PR03  -6762.474017   8018.424835 -23271.858467 999999.999999
+PR04  20456.178373 -10906.441314 -10651.934259 999999.999999
+PR05   7015.872283  12755.741469 -20946.767363 999999.999999
+PR06  12216.247452  -5973.992926 -21580.166947 999999.999999
+PR07   8516.943539 -22625.629624  -8099.404712 999999.999999
+PR08   2193.148853 -24069.726521   8164.758760 999999.999999
+PR09  17496.995101   6013.294796  17578.407836 999999.999999
+PR10   6585.741193  -8157.237260  23234.462257 999999.999999
+PR11  -8445.797337 -18226.359816  15669.657575 999999.999999
+PR12 -18576.943255 -17524.837470  -1860.080957 999999.999999
+PR13 -17605.049865  -5955.906109 -17503.695992 999999.999999
+PR15  10375.339486  18750.633693 -13908.201121 999999.999999
+PR16  18484.100089  17391.295876   1881.843131 999999.999999
+PR17 -18643.687046  11308.967393  13304.947649 999999.999999
+PR18  -1469.900890  11494.919602  22756.412346 999999.999999
+PR19  16267.826149   4892.424960  19026.145835 999999.999999
+PR20  24751.747917  -4787.634560   3669.853102 999999.999999
+PR21  18753.331057 -11473.666759 -13025.344487 999999.999999
+PR22   1586.176479 -11514.863659 -22687.490889 999999.999999
+PR23 -16352.016232  -4745.586438 -19000.902384 999999.999999
+PR24 -24682.329614   4678.109118  -4444.017829 999999.999999
+*  2011  8 31 11 45  0.00000000
+PG01 -22840.424551 -13528.678296   -780.869695     -9.053225
+PG02   7058.464977  18750.196079  17738.881139    353.752480
+PG03   1951.816614 -19069.376704 -18703.585771    762.042034
+PG04  -9895.651993  12228.848862  21201.373847    217.454879
+PG05   2055.977982  26270.620831  -2812.300970   -211.649344
+PG06   7852.327562 -19321.992840 -16161.550362    -82.408108
+PG07 -23087.644406  -3514.204625 -12864.894017     24.528270
+PG08 -18225.510606   2494.314965 -19341.383390      9.040125
+PG09  20893.607590  15652.074912  -5365.966900    102.643821
+PG10  -9761.749996  20665.986560  12981.975521    -11.637015
+PG11 -21255.051988 -13535.801970  -9250.610304   -181.735411
+PG12  11937.788757  15491.657288  18059.382345     19.357293
+PG13 -23517.603202   2279.945960  12068.950077    253.791619
+PG14  20800.307769 -15172.310596   6365.676985    169.866613
+PG15  11748.457139  10727.817695 -21278.926774   -108.296745
+PG16  -1991.812972 -25963.013819  -4335.757444   -194.998124
+PG17 -19981.441901  16019.423359   6702.658082    177.092265
+PG18  15406.209428  -5110.317308 -20633.712731    154.999301
+PG19  -8269.285749 -12933.673405 -21712.740321   -178.811808
+PG20 -14008.223879 -13275.734617  18130.650282     52.364201
+PG21  22308.735071    702.381969 -14401.332964   -168.315621
+PG22  11203.554057 -18991.324271 -14547.425349    144.892157
+PG23 -18702.674787  -4279.643787  18538.106852    279.758139
+PG24 -21666.449327 -15558.409191  -1679.914790    419.971931
+PG25  15060.408953   2698.443705  21683.327715     16.535349
+PG26   -954.418789  16221.652961 -21521.266618   -141.561658
+PG27  18382.326393  16628.732573  -9378.455422    300.452896
+PG28 -12168.586771  15745.245469 -16940.302849     63.805746
+PG29  23463.817627  -2759.926927  12161.097199    235.809207
+PG30  15136.669326   -813.695543  21450.494758     90.776145
+PG31   6267.099344 -13548.773308  22159.074643    134.493481
+PG32  -8369.750260 -21146.327094  14335.056871   -320.430642
+PR01  -6562.875259 -15119.675601  19481.991041 999999.999999
+PR02 -11737.819940   4162.691134  22271.073715 999999.999999
+PR03  -8890.667388   6104.570802 -23143.783231 999999.999999
+PR04  21493.701771 -11384.588415  -7702.609949 999999.999999
+PR05   6531.326109  15199.108016 -19417.257216 999999.999999
+PR06  11580.095819  -3331.684932 -22484.864360 999999.999999
+PR07   8261.677435 -21474.685057 -10986.522727 999999.999999
+PR08   2255.454172 -24893.031255   5100.066021 999999.999999
+PR09  19057.701786   7321.232630  15324.884649 999999.999999
+PR10   8713.403355  -6230.903352  23122.591680 999999.999999
+PR11  -6997.634915 -16732.031409  17897.121166 999999.999999
+PR12 -18720.432684 -17412.633085   1349.536899 999999.999999
+PR13 -19187.603462  -7212.447885 -15217.398631 999999.999999
+PR15   9103.369204  17373.350926 -16362.227989 999999.999999
+PR16  18621.670416  17300.882959  -1346.528423 999999.999999
+PR17 -20012.068264  11864.606507  10554.731249 999999.999999
+PR18  -4087.925340  12350.779501  21983.616688 999999.999999
+PR19  13897.809394   5519.979862  20662.483943 999999.999999
+PR20  24086.906187  -4750.337014   6809.380952 999999.999999
+PR21  20080.034451 -12033.308428 -10253.822291 999999.999999
+PR22   4203.636243 -12369.998601 -21876.567787 999999.999999
+PR23 -13995.306347  -5399.940681 -20638.591853 999999.999999
+PR24 -23933.444313   4602.843606  -7549.773580 999999.999999
+*  2011  8 31 12  0  0.00000000
+PG01 -22499.706243 -13638.507171  -3622.051236     -9.053216
+PG02   5136.583665  17918.463515  19161.732044    353.753921
+PG03   3617.720673 -20181.615393 -17162.422458    762.046160
+PG04 -12040.461959  11040.272287  20774.768507    217.465105
+PG05   1775.466221  26439.359219     28.390032   -211.654088
+PG06   9445.935935 -20139.362856 -14186.418768    -82.399559
+PG07 -24169.389219  -4295.756111 -10430.870900     24.529866
+PG08 -19954.684309   1298.281103 -17736.208758      9.040096
+PG09  20186.787841  15484.894107  -8131.732158    102.645027
+PG10 -10030.844344  19010.186530  15130.381201    -11.637709
+PG11 -20048.851066 -13625.219959 -11572.759533   -181.738366
+PG12  11843.500641  17446.192050  16263.299198     19.359356
+PG13 -22219.990258   1461.131574  14396.013701    253.790365
+PG14  21377.189936 -15258.219250   3533.807891    169.868269
+PG15   9701.275007  12084.906462 -21565.786133   -108.295052
+PG16  -1760.583938 -26297.171962  -1455.518780   -195.000114
+PG17 -20627.362795  16092.221418   3917.998447    177.090664
+PG18  15517.709931  -2642.908676 -21037.411425    155.001113
+PG19  -6053.217566 -14048.848618 -21718.523334   -178.815580
+PG20 -13960.680467 -15298.768523  16519.891975     52.364628
+PG21  23579.441979   1662.089892 -12253.893072   -168.317567
+PG22  11475.872389 -17179.809371 -16450.007192    144.892068
+PG23 -16886.631782  -5495.527228  19880.130565    279.755589
+PG24 -21226.890741 -15600.787513  -4464.300561    419.974253
+PG25  15131.002859   5155.242210  21186.538208     16.536971
+PG26  -3016.490637  17208.458650 -20477.508178   -141.573104
+PG27  17147.754369  16216.939515 -11891.260217    300.455749
+PG28 -12294.570501  13609.492902 -18592.538758     63.808270
+PG29  22247.448780  -1838.992903  14426.940415    235.812045
+PG30  15446.842187   1686.362472  21181.482937     90.773351
+PG31   8449.381829 -12357.647252  22149.062363    134.498645
+PG32  -8105.915437 -22593.835820  12095.986455   -320.436933
+PR01  -6286.854584 -17389.084458  17587.674863 999999.999999
+PR02 -11283.125849   1420.004868  22843.479392 999999.999999
+PR03 -11123.533975   4385.244327 -22567.585097 999999.999999
+PR04  22147.024366 -11801.517405  -4603.736932 999999.999999
+PR05   6257.202066  17462.174764 -17510.660708 999999.999999
+PR06  11123.999671   -567.149346 -22953.012453 999999.999999
+PR07   8055.751481 -19967.592047 -13659.955178 999999.999999
+PR08   2200.122988 -25339.769948   1936.317766 999999.999999
+PR09  20482.347253   8322.397186  12774.356263 999999.999999
+PR10  10949.210066  -4496.653521  22560.387099 999999.999999
+PR11  -5243.720035 -15193.663671  19775.833004 999999.999999
+PR12 -18552.560006 -17041.934899   4533.218402 999999.999999
+PR13 -20625.422129  -8161.584070 -12636.256316 999999.999999
+PR15   7508.378146  15922.716948 -18499.722269 999999.999999
+PR16  18445.715321  16948.729841  -4548.580571 999999.999999
+PR17 -21007.565494  12396.921288   7600.412273 999999.999999
+PR18  -6522.295229  13352.697692  20785.717492 999999.999999
+PR19  11415.215422   6382.844994  21897.435654 999999.999999
+PR20  23072.388211  -4530.364141   9816.152939 999999.999999
+PR21  21033.254965 -12561.830151  -7284.240094 999999.999999
+PR22   6635.310209 -13368.881923 -20639.436952 999999.999999
+PR23 -11528.329586  -6289.625237 -21875.748177 999999.999999
+PR24 -22844.743329   4337.137366 -10508.977049 999999.999999
+*  2011  8 31 12 15  0.00000000
+PG01 -21875.005763 -13635.394223  -6400.880988     -9.052066
+PG02   3043.212193  17124.922807  20261.158392    353.755391
+PG03   5094.966369 -21246.405278 -15331.786049    762.051211
+PG04 -14173.874907   9987.292372  19985.320666    217.475059
+PG05   1473.805745  26301.315380   2868.587652   -211.658975
+PG06  10811.482438 -20883.829902 -11962.213445    -82.390894
+PG07 -25034.594973  -4894.740882  -7819.567096     24.531244
+PG08 -21576.203341    306.075227 -15831.536937      9.040647
+PG09  19197.208514  15233.454888 -10759.921467    102.646953
+PG10 -10396.540273  17139.986569  17010.184967    -11.639474
+PG11 -18607.019325 -13720.311464 -13702.353885   -181.741333
+PG12  11840.357674  19183.933304  14189.511270     19.361368
+PG13 -20754.028265    441.679712  16474.085180    253.787698
+PG14  21673.179181 -15202.430578    640.724366    169.870052
+PG15   7714.180993  13550.841080 -21481.411543   -108.293506
+PG16  -1529.040442 -26313.219966   1450.240572   -195.002187
+PG17 -21002.168519  16020.671171   1065.105050    177.089257
+PG18  15745.063427   -162.081245 -21067.230164    155.002797
+PG19  -3912.474536 -15268.901122 -21350.813961   -178.818935
+PG20 -13983.714168 -17123.630919  14622.665159     52.364916
+PG21  24662.867945   2445.847021  -9897.056054   -168.319925
+PG22  11846.698715 -15183.375334 -18064.630468    144.891857
+PG23 -15026.567049  -6882.985605  20883.749668    279.752832
+PG24 -20516.919318 -15521.736967  -7173.196656    419.977010
+PG25  15322.850186   7527.962153  20324.380365     16.538609
+PG26  -4908.620066  18244.322277 -19095.218276   -141.584233
+PG27  15630.787177  15772.089694 -14196.273576    300.459186
+PG28 -12542.144021  11310.243435 -19908.283913     63.810914
+PG29  20878.068019   -724.399004  16445.044895    235.814961
+PG30  15872.408496   4115.304982  20535.823357     90.770498
+PG31  10673.040113 -11300.465940  21765.288518    134.504039
+PG32  -7916.122193 -23792.711643   9656.054850   -320.443035
+PR01  -6198.378067 -19419.517827  15352.201508 999999.999999
+PR02 -11022.840123  -1391.146623  22972.767498 999999.999999
+PR03 -13399.623971   2896.162621 -21554.726097 999999.999999
+PR04  22418.057534 -12100.556036  -1415.486847 999999.999999
+PR05   6169.975904  19484.541447 -15263.987881 999999.999999
+PR06  10866.615756   2252.865648 -22975.670053 999999.999999
+PR07   7946.998563 -18136.931721 -16067.762284 999999.999999
+PR08   2078.728561 -25391.018503  -1265.043745 999999.999999
+PR09  21709.817463   9023.679563   9976.422613 999999.999999
+PR10  13231.371832  -2990.932615  21558.460490 999999.999999
+PR11  -3209.071102 -13673.347780  21269.375134 999999.999999
+PR12 -18044.778775 -16460.863027   7629.729950 999999.999999
+PR13 -21856.886914  -8812.028493  -9810.234293 999999.999999
+PR15   5608.809304  14461.658155 -20279.125718 999999.999999
+PR16  17927.965189  16383.514106  -7661.770796 999999.999999
+PR17 -21622.120784  12848.403684   4499.152222 999999.999999
+PR18  -8720.039483  14458.158625  19186.183085 999999.999999
+PR19   8888.404205   7478.255059  22707.016678 999999.999999
+PR20  21750.388281  -4087.897543  12631.601851 999999.999999
+PR21  21606.606042 -13001.821667  -4173.987094 999999.999999
+PR22   8828.020724 -14468.078778 -18999.693817 999999.999999
+PR23  -9019.144139  -7411.213376 -22688.408844 999999.999999
+PR24 -21460.373177   3843.275838 -13264.256668 999999.999999
+*  2011  8 31 12 30  0.00000000
+PG01 -20962.076626 -13557.014227  -9069.535321     -9.054663
+PG02    811.504914  16398.975633  21017.475173    353.756824
+PG03   6373.420479 -22222.979450 -13241.191944    762.055770
+PG04 -16250.129976   9079.881020  18848.003746    217.485322
+PG05   1115.059148  25863.403030   5659.065692   -211.663820
+PG06  11943.077348 -21515.163876  -9527.994140    -82.382571
+PG07 -25650.143370  -5334.252530  -5075.476018     24.533055
+PG08 -23044.506935   -486.919643 -13660.529514      9.040548
+PG09  17931.048581  14939.293640 -13207.176169    102.649439
+PG10 -10879.623025  15094.839951  18588.213367    -11.641906
+PG11 -16950.466589 -13849.832029 -15604.287589   -181.744340
+PG12  11897.978472  20672.944231  11873.637005     19.363700
+PG13 -19164.969287   -784.309295  18266.759838    253.785954
+PG14  21704.555940 -14969.236015  -2263.468497    169.871597
+PG15   5825.044840  15095.948120 -21026.739653   -108.291878
+PG16  -1258.598007 -26013.588774   4330.578140   -195.004205
+PG17 -21121.442263  15770.551957  -1806.362949    177.087713
+PG18  16084.632499   2283.700133 -20723.771953    155.004270
+PG19  -1886.382078 -16564.800736 -20614.841699   -178.822526
+PG20 -14049.314622 -18719.500920  12472.248331     52.365322
+PG21  25526.019040   3070.687396  -7372.243710   -168.322063
+PG22  12332.691768 -13042.341150 -19362.886273    144.892082
+PG23 -13167.056774  -8426.884504  21530.936695    279.750102
+PG24 -19531.532569 -15357.817899  -9760.656696    419.980457
+PG25  15619.493000   9771.023725  19111.823148     16.540169
+PG26  -6603.214977  19290.521797 -17395.294119   -141.595229
+PG27  13847.454780  15333.855703 -16251.201707    300.463640
+PG28 -12925.957036   8895.993054 -20863.356134     63.813544
+PG29  19399.283751    586.721801  18180.999093    235.817740
+PG30  16395.497009   6426.424535  19525.371380     90.767736
+PG31  12891.659343 -10393.192667  21014.728872    134.508984
+PG32  -7768.387930 -24720.121177   7055.611763   -320.449477
+PR01  -6263.868680 -21157.804326  12818.914682 999999.999999
+PR02 -10965.407847  -4202.148352  22656.469440 999999.999999
+PR03 -15652.962150   1661.149763 -20125.060865 999999.999999
+PR04  22321.758903 -12227.925898   1800.241879 999999.999999
+PR05   6235.840185  21213.215642 -12720.856299 999999.999999
+PR06  10814.647921   5059.140487 -22552.534935 999999.999999
+PR07   7976.789807 -16026.050526 -18163.198649 999999.999999
+PR08   1945.482635 -25040.800903  -4441.824777 999999.999999
+PR09  22683.698460   9444.233702   6985.393730 999999.999999
+PR10  15493.330050  -1738.325147  20136.041769 999999.999999
+PR11   -930.813966 -12228.799473  22348.884070 999999.999999
+PR12 -17180.293019 -15723.616096  10579.405927 999999.999999
+PR13 -22825.420203  -9184.761489  -6794.055656 999999.999999
+PR15   3435.798646  13050.012938 -21665.740244 999999.999999
+PR16  17052.206456  15660.115628 -10625.396174 999999.999999
+PR17 -21860.876931  13162.554863   1310.920774 999999.999999
+PR18 -10637.903425  15616.765444  17216.161731 999999.999999
+PR19   6385.219803   8790.969957  23075.503846 999999.999999
+PR20  20172.403935  -3392.663947  15200.939076 999999.999999
+PR21  21806.833818 -13297.205265   -983.136383 999999.999999
+PR22  10738.357810 -15616.248102 -16988.885932 999999.999999
+PR23  -6535.165157  -8748.866951 -23060.841523 999999.999999
+PR24 -19833.242689   3093.368713 -15762.234094 999999.999999
+*  2011  8 31 12 45  0.00000000
+PG01 -19765.415156 -13442.000959 -11582.099399     -9.056788
+PG02  -1519.897986  15764.451170  21416.597800    353.758143
+PG03   7450.550898 -23070.561806 -10924.846243    762.058751
+PG04 -18223.730146   8320.012754  17383.787995    217.495489
+PG05    665.508035  25141.086940   8351.466265   -211.668736
+PG06  12843.208002 -21994.547167  -6926.561866    -82.373718
+PG07 -25989.437023  -5643.329330  -2245.249659     24.534902
+PG08 -24317.153220  -1093.712100 -11260.478913      9.041669
+PG09  16402.979265  14642.943772 -15433.613641    102.651049
+PG10 -11493.913659  12918.926962  19836.861090    -11.643849
+PG11 -15106.046971 -14038.843398 -17247.183700   -181.747427
+PG12  11981.468434  21888.752030   9355.331125     19.365690
+PG13 -17499.988066  -2213.904842  19742.501936    253.784095
+PG14  21495.473015 -14527.957815  -5128.257016    169.873381
+PG15   4066.286129  16684.841384 -20209.110280   -108.290521
+PG16   -912.125124 -25410.020271   7135.037028   -195.006224
+PG17 -21008.377730  15312.622436  -4646.235059    177.086165
+PG18  16525.184920   4647.703614 -20014.415163    155.006305
+PG19     -8.788461 -17901.600862 -19522.251225   -178.826177
+PG20 -14125.356049 -20062.616288  10106.220104     52.365764
+PG21  26141.431454   3559.782972  -4723.119773   -168.324534
+PG22  12943.498894 -10800.770901 -20321.984696    144.891724
+PG23 -11350.297014 -10104.231008  21809.615324    279.747405
+PG24 -18274.030720 -15146.707416 -12182.638131    419.983140
+PG25  15997.417978  11843.181575  17569.874446     16.541763
+PG26  -8080.017576  20304.643134 -15404.048840   -141.606387
+PG27  11822.928253  14939.322094 -18017.618831    300.468202
+PG28 -13452.391658   6418.447466 -21440.409471     63.816142
+PG29  17855.884382   2088.931736  19605.272060    235.820638
+PG30  16991.269518   8577.562862  18168.634646     90.764895
+PG31  15057.351440  -9643.599808  19910.386519    134.514225
+PG32  -7627.632373 -25360.713456   4337.697471   -320.455824
+PR01  -6441.046089 -22560.161717  10036.935490 999999.999999
+PR02 -11107.159494  -6944.080353  21900.743170 999999.999999
+PR03 -17815.641973    691.368968 -18306.438361 999999.999999
+PR04  21885.361019 -12135.219896   4981.025555 999999.999999
+PR05   6412.324676  22604.662430  -9930.646237 999999.999999
+PR06  10962.596465   7782.614994 -21691.939091 999999.999999
+PR07   8178.100436 -13687.417215 -19905.618855 999999.999999
+PR08   1854.694386 -24296.364828  -7532.290786 999999.999999
+PR09  23354.652084   9614.398868   3859.237392 999999.999999
+PR10  17666.396223   -750.713177  18320.624580 999999.999999
+PR11   1543.128586 -10910.970872  22993.598557 999999.999999
+PR12 -15954.977455 -14888.074901  13325.272080 999999.999999
+PR13 -23481.881515  -9311.896424  -3646.150978 999999.999999
+PR15   1032.154648  11742.035160 -22632.410840 999999.999999
+PR16  15815.153632  14837.119197 -13381.791863 999999.999999
+PR17 -21741.792930  13286.442521  -1902.649805 999999.999999
+PR18 -12243.869977  16772.368281  14913.872067 999999.999999
+PR19   3970.354462  10293.746204  22995.739388 999999.999999
+PR20  18397.082041  -2425.469520  17474.227115 999999.999999
+PR21  21653.367835 -13395.772162   2226.697216 999999.999999
+PR22  12334.269966 -16756.321145 -14645.925500 999999.999999
+PR23  -4140.549427 -10274.831294 -22985.844622 999999.999999
+PR24 -18022.829949   2070.774394 -17954.550516 999999.999999
+*  2011  8 31 13  0  0.00000000
+PG01 -18298.216649 -13328.300135 -13895.357227     -9.059132
+PG02  -3908.100101  15238.674800  21450.353447    353.759651
+PG03   8331.405540 -23749.934899  -8421.180911    762.063043
+PG04 -20051.064338   7701.790220  15619.183711    217.505851
+PG05     95.174987  24157.784602  10899.156207   -211.673706
+PG06  13522.429398 -22286.176861  -4203.658168    -82.364883
+PG07 -26033.413649  -5855.651255    623.066260     24.536183
+PG08 -25356.327299  -1534.980789  -8672.174994      9.041048
+PG09  14635.668963  14382.324347 -17403.361336    102.652358
+PG10 -12245.585174  10659.527394  20734.596029    -11.645388
+PG11 -13105.710050 -14307.673875 -18603.845423   -181.750397
+PG12  12052.897312  22815.132279   6677.615997     19.367904
+PG13 -15806.405230  -3835.240019  20875.233881    253.782880
+PG14  21076.927264 -13854.346273  -7903.625497    169.875214
+PG15   2463.776873  18277.673552 -19042.173845   -108.288983
+PG16   -455.621255 -24523.093159   9814.578003   -195.008220
+PG17 -20692.765791  14623.962526  -7404.745607    177.084669
+PG18  17048.387944   6886.569030 -18953.080300    155.007586
+PG19   1693.092048 -19239.697116 -18090.973555   -178.829957
+PG20 -14176.987740 -21137.011251   7565.773689     52.365950
+PG21  26488.113798   3941.296804  -1994.834104   -168.326726
+PG22  13681.246461  -8504.903130 -20925.177842    144.891917
+PG23  -9614.595473 -11884.854863  21713.930501    279.744614
+PG24 -16756.060313 -14925.640781 -14397.726650    419.986452
+PG25  16427.023432  13708.922717  15725.210629     16.543378
+PG26  -9326.769802  21242.117868 -13152.954330   -141.617888
+PG27   9590.843457  14621.354372 -19461.838575    300.468631
+PG28 -14119.198654   3930.577506 -21629.298644     63.818870
+PG29  16292.167706   3768.517002  20693.697711    235.823408
+PG30  17628.963707  10532.580886  16490.372358     90.762271
+PG31  17122.398574  -9051.107595  18471.063534    134.519490
+PG32  -7457.133567 -25707.127561   1547.414353   -320.462312
+PR01  -6680.910207 -23593.873775   7060.215108 999999.999999
+PR02 -11432.498889  -9550.333734  20720.252890 999999.999999
+PR03 -19820.510855    -14.908392 -16134.156341 999999.999999
+PR04  21147.102643 -11781.663970   8065.126449 999999.999999
+PR05   6650.292507  23626.473798  -6947.543048 999999.999999
+PR06  11293.037109  10357.012273 -20410.678719 999999.999999
+PR07   8573.943974 -11180.612864 -21261.261622 999999.999999
+PR08   1858.226172 -23177.921459 -10476.369467 999999.999999
+PR09  23682.512019   9574.162480    658.462168 999999.999999
+PR10  19682.504200    -26.981432  16147.444323 999999.999999
+PR11   4155.801890  -9761.971335  23191.245496 999999.999999
+PR12 -14377.791449 -14013.262353  15814.128203 999999.999999
+PR13 -23786.674146  -9235.082962   -427.534192 999999.999999
+PR15  -1549.151859  10584.144195 -23160.068636 999999.999999
+PR16  14226.782277  13974.183452 -15877.459582 999999.999999
+PR17 -21294.743338  13173.121111  -5079.440912 999999.999999
+PR18 -13518.216645  17865.445313  12323.865651 999999.999999
+PR19   1702.856895  11948.327028  22469.269478 999999.999999
+PR20  16487.785727  -1179.261933  19407.351709 999999.999999
+PR21  21177.362523 -13251.570026   5393.527806 999999.999999
+PR22  13596.181256 -17827.952423 -12016.346495 999999.999999
+PR23  -1893.729071 -11950.443488 -22464.884160 999999.999999
+PR24 -16092.736961    771.050003 -19798.793155 999999.999999
+*  2011  8 31 13 15  0.00000000
+PG01 -16582.004981 -13251.558693 -15969.534022     -9.061276
+PG02  -6307.355339  14831.784302  21116.707745    353.761042
+PG03   9028.301233 -24224.992262  -5772.295355    762.065937
+PG04 -21691.946208   7211.885062  13585.696311    217.516117
+PG05   -620.803016  22943.969175  13258.050969   -211.678625
+PG06  13998.734345 -22358.755272  -1407.109138    -82.356477
+PG07 -25771.289015  -6008.066810   3480.815480     24.537824
+PG08 -26130.177956  -1838.079934  -5939.239890      9.041869
+PG09  12659.016973  14191.262965 -19085.011056    102.652668
+PG10 -13132.807427   8365.282706  21266.330504    -11.645216
+PG11 -10985.480138 -14671.059075 -19651.653288   -181.753486
+PG12  12072.897166  23444.589318   3886.162522     19.370357
+PG13 -14129.908851  -5627.761732  21644.831374    253.781246
+PG14  20485.463458 -12931.737594 -10540.967073    169.876935
+PG15   1036.001053  19831.579336 -17545.686145   -108.287449
+PG16    140.235344 -23381.407722  12322.478882   -195.010049
+PG17 -20209.721832  13689.076320 -10033.452996    177.083089
+PG18  17629.599250   8961.788909 -17559.868376    155.009518
+PG19   3199.582604 -20536.294500 -16344.979599   -178.833678
+PG20 -14168.133195 -21934.955643   4894.975737     52.366430
+PG21  26552.246110   4247.079072    766.716186   -168.329309
+PG22  14540.344146  -6201.500792 -21162.064417    144.891623
+PG23  -7993.008320 -13732.379716  21244.420566    279.741951
+PG24 -14997.354192 -14729.870619 -16367.829542    419.988745
+PG25  16873.833963  15339.644897  13609.708592     16.544987
+PG26 -10339.599862  22057.890186 -10678.290742   -141.628929
+PG27   7192.258068  14407.116075 -20555.726021    300.470914
+PG28 -14915.520661   1484.627954 -21427.267485     63.821375
+PG29  14750.306235   5603.837032  21427.866645    235.826646
+PG30  18273.187953  12262.572459  14521.065831     90.759588
+PG31  19040.893938  -8606.939619  16721.051994    134.524591
+PG32  -7220.057918 -25760.226905  -1268.739074   -320.468632
+PR01  -6930.017636 -24238.521396   3946.493078 999999.999999
+PR02 -11914.608653 -11959.133346  19137.886216 999999.999999
+PR03 -21603.836917   -471.990246 -13650.279217 999999.999999
+PR04  20154.516716 -11136.067088  10992.689993 999999.999999
+PR05   6896.227393  24258.588223  -3829.485153 999999.999999
+PR06  11777.416896  12721.348119 -18733.682779 999999.999999
+PR07   9176.240952  -8570.038055 -22203.897911 999999.999999
+PR08   2003.054556 -21717.859854 -13216.822274 999999.999999
+PR09  23638.014165   9371.229525  -2555.042987 999999.999999
+PR10  21476.959128    446.716801  13658.797354 999999.999999
+PR11   6843.364534  -8813.383437  22938.258132 999999.999999
+PR12 -12470.665854 -13156.763009  17997.570853 999999.999999
+PR13 -23711.473894  -9003.514211   2799.374108 999999.999999
+PR15  -4246.928143   9613.015814 -23238.122595 999999.999999
+PR16  12310.110748  13129.390016 -18064.103415 999999.999999
+PR17 -20560.139586  12783.814159  -8158.032958 999999.999999
+PR18 -14454.067809  18835.638404   9496.175357 999999.999999
+PR19   -366.112301  13706.910541  21506.314516 999999.999999
+PR20  14509.985931    340.324891  20962.874615 999999.999999
+PR21  20420.269498 -12827.042470   8456.176526 999999.999999
+PR22  14517.584826 -18770.139025  -9151.419478 999999.999999
+PR23    154.804329 -13727.612676 -21508.064638 999999.999999
+PR24 -14108.094351   -797.612957 -21259.305047 999999.999999
+*  2011  8 31 13 30  0.00000000
+PG01 -14645.949737 -13243.613325 -17768.978236     -9.063719
+PG02  -8670.603400  14546.324489  20419.897535    353.762387
+PG03   9560.226031 -24464.214792  -3023.306247    762.070263
+PG04 -23111.011734   6830.269704  11319.208459    217.526073
+PG05  -1501.004898  21536.009654  15387.390285   -211.683387
+PG06  14296.631408 -22186.807142   1414.066083    -82.347155
+PG07 -25201.001886  -6139.004819   6279.522044     24.539610
+PG08 -26613.939538  -2035.811418  -3107.439739      9.043318
+PG09  10509.149354  14098.199268 -20451.996164    102.654580
+PG10 -14145.733494   6084.422261  21423.652625    -11.647019
+PG11  -8784.297689 -15137.491992 -20372.905819   -181.756419
+PG12  12002.320175  23778.516176   1028.531491     19.372355
+PG13 -12512.845256  -7562.830563  22037.512852    253.779415
+PG14  19761.660713 -11751.921997 -12993.979572    169.878448
+PG15   -206.494789  21302.255345 -15745.191857   -108.286119
+PG16    898.734097 -22020.464683  14615.181698   -195.011853
+PG17 -19598.204775  12500.707728 -12486.141678    177.081735
+PG18  18238.915095  10840.974583 -15860.586193    155.011137
+PG19   4499.154467 -21747.028233 -14313.915717   -178.837147
+PG20 -14063.037796 -22457.081621   2139.984478     52.366896
+PG21  26327.619344   4511.257747   3515.599758   -168.331351
+PG22  15507.611390  -3936.188950 -21028.769583    144.891564
+PG23  -6512.176134 -15605.452686  20408.083751    279.739280
+PG24 -13025.173994 -14591.201399 -18058.827517    419.991518
+PG25  17299.914944  16714.570969  11259.888823     16.546600
+PG26 -11123.105072  22708.158168  -8020.695835   -141.640129
+PG27   4674.272457  14316.807007 -21277.419618    300.475611
+PG28 -15822.299932   -869.828772 -20838.957340     63.824209
+PG29  13268.810100   7565.980351  21795.420519    235.829545
+PG30  18885.409330  13746.773734  12296.277224     90.756854
+PG31  20770.322319  -8294.587978  14689.748557    134.529760
+PG32  -6881.011863 -25529.048995  -4063.567070   -320.474947
+PR01  -7132.954887 -24486.716710    756.180991 999999.999999
+PR02 -12516.643528 -14115.863618  17184.314000 999999.999999
+PR03 -23107.848647   -705.922991 -10902.832005 999999.999999
+PR04  18962.347507 -10178.376720  13706.904635 999999.999999
+PR05   7094.714793  24494.009667   -637.038056 999999.999999
+PR06  12377.332952  14822.223244 -16693.526764 999999.999999
+PR07   9985.169691  -5922.432736 -22715.331227 999999.999999
+PR08   2329.040753 -19959.468423 -15700.361110 999999.999999
+PR09  23204.090599   9058.780590  -5719.190998 999999.999999
+PR10  22991.066077    696.143703  10903.213996 999999.999999
+PR11   9537.523643  -8085.042897  22239.823984 999999.999999
+PR12 -10267.862715 -12372.208083  19832.937125 999999.999999
+PR13 -23240.506530  -8671.621611   5971.953550 999999.999999
+PR15  -6994.052875   8854.094609 -22864.690863 999999.999999
+PR16  10100.442253  12356.686317 -19899.553191 999999.999999
+PR17 -19587.130691  12089.767446 -11078.878186 999999.999999
+PR18 -15057.422200  19624.339198   6485.364907 999999.999999
+PR19  -2195.185514  15514.035394  20125.571687 999999.999999
+PR20  12528.588156   2114.966180  22110.750978 999999.999999
+PR21  19431.999732 -12094.831322  11355.435985 999999.999999
+PR22  15105.085402 -19523.895546  -6107.141094 999999.999999
+PR23   1964.374324 -15550.711559 -20133.934510 999999.999999
+PR24 -12132.924074  -2614.485716 -22307.863673 999999.999999
+*  2011  8 31 13 45  0.00000000
+PG01 -12525.896943 -13331.137167 -19262.771707 999999.999999
+PG02 -10951.079632  14377.141899  19370.461037    353.764079
+PG03   9951.969985 -24442.010296   -221.610636    762.073864
+PG04 -24278.925132   6531.204980   8859.304680    217.536192
+PG05  -2556.806389  19974.794643  17250.451085   -211.688221
+PG06  14445.971262 -21751.769761   4210.561982    -82.338855
+PG07 -24329.344750  -6286.830214   8971.678134     24.541004
+PG08 -26790.803456  -2165.009314   -223.980923      9.041865
+PG09   8227.215849  14125.107604 -21482.895330    102.656862
+PG10 -15266.824516   3863.028253  21204.916319    -11.647182
+PG11  -6542.760948 -15708.804992 -20755.100968   -181.759423
+PG12  11803.893856  23827.029173  -1846.613323     19.374510
+PG13 -10992.647903  -9604.649453  22046.113608    253.777826
+PG14  18948.461917 -10315.683097 -15219.526762    169.880316
+PG15  -1261.336976  22645.615642 -13671.600394   -108.284841
+PG16   1836.028109 -20481.286071  16653.070026   -195.013964
+PG17 -18899.388331  11060.332463 -14719.686363    177.080119
+PG18  18842.426453  12498.861606 -13886.175912    155.012548
+PG19   5588.716716 -22827.675398 -12032.623782   -178.840932
+PG20 -13827.803823 -22712.196638   -651.757868     52.366903
+PG21  25815.808328   4768.776143   6206.531860   -168.333837
+PG22  16562.720508  -1751.847669 -20527.997039    144.891472
+PG23  -5191.406773 -17459.189596  19218.332756    279.736516
+PG24 -10873.471995 -14536.654892 -19441.174255    419.995911
+PG25  17665.431293  17821.365098   8716.279520     16.548184
+PG26 -11690.115480  23152.127402  -5224.609318   -141.651235
+PG27   2088.363900  14362.689023 -21611.932315    300.478047
+PG28 -16813.048642  -3087.705956 -19876.238843     63.826928
+PG29  11881.144913   9619.701898  21790.245536    235.832431
+PG30  19425.568493  14973.134956   9855.916164     90.754206
+PG31  22273.025174  -8090.570683  12411.196997    134.534981
+PG32  -6407.560740 -25030.468337  -6789.903048   -320.481301
+PR01  -7234.903742 -24344.309625  -2448.807084 999999.999999
+PR02 -13193.361640 -15975.102186  14897.400779 999999.999999
+PR03 -24283.044158   -753.158919  -7944.884955 999999.999999
+PR04  17630.184915  -8900.773547  16155.101867 999999.999999
+PR05   7191.011569  24338.996116   2567.783612 999999.999999
+PR06  13046.240006  16615.804731 -14329.801028 999999.999999
+PR07  10989.026374  -3304.311671 -22785.741357 999999.999999
+PR08   2867.005827 -17955.216784 -17878.688069 999999.999999
+PR09  22376.674425   8693.012881  -8772.879133 999999.999999
+PR10  24174.525671    757.645595   7934.501559 999999.999999
+PR11  12168.158812  -7584.331296  21109.763294 999999.999999
+PR12  -7814.828968 -11706.930340  21284.151142 999999.999999
+PR13 -22371.319240  -8296.554760   9028.597784 999999.999999
+PR15  -9720.029629   8320.591608 -22046.665437 999999.999999
+PR16   7644.101586  11703.530253 -21348.558864 999999.999999
+PR17 -18431.458002  11073.695174 -13785.439483 999999.999999
+PR18 -15346.656397  20177.219636   3349.496268 999999.999999
+PR19  -3754.274943  17308.805779  18353.853402 999999.999999
+PR20  10605.306973   4114.181685  22828.898413 999999.999999
+PR21  18268.751346 -11039.165969  14035.199999 999999.999999
+PR22  15377.887458 -20034.868243  -2943.118865 999999.999999
+PR23   3505.576195 -17358.801068 -18369.129787 999999.999999
+PR24 -10227.569237  -4646.928569 -22924.216579 999999.999999
+*  2011  8 31 14  0  0.00000000
+PG01 -10263.150480 -13534.497249 -20425.257742 999999.999999
+PG02 -13103.939620  14311.590382  17985.157887    353.765400
+PG03  10233.011313 -24139.857419   2583.928819    762.076708
+PG04 -25173.351560   6284.439894   6248.553584    217.545957
+PG05  -3791.748017  18304.194586  18815.184596   -211.693068
+PG06  14480.572409 -21042.812578   6933.688297    -82.329977
+PG07 -23171.775213  -6488.204778  11511.518237     24.542935
+PG08 -26652.512244  -2264.987591   2663.202421      9.042071
+PG09   5858.031097  14286.669182 -22161.666743    102.658521
+PG10 -16471.495042   1743.410645  20615.192859    -11.648314
+PG11  -4301.809286 -16379.999376 -20791.155129   -181.762469
+PG12  11443.811455  23608.484117  -4690.308784     19.376649
+PG13  -9600.468083 -11711.486436  21670.237282    253.776327
+PG14  18089.414001  -8632.983162 -17178.445464    169.882353
+PG15  -2134.235508  23819.458105 -11360.660173   -108.283124
+PG16   2960.323602 -18808.836395  18401.161195   -195.016102
+PG17 -18154.951909   9378.303754 -16694.858512    177.078688
+PG18  19403.626948  13918.021431 -11672.067513    155.014508
+PG19   6473.569342 -23735.889098  -9540.551500   -178.844248
+PG20 -13431.853121 -22716.793400  -3432.343560     52.367181
+PG21  25026.079810   5053.928432   8795.518728   -168.335692
+PG22  17678.937387    312.875136 -19668.953526    144.891310
+PG23  -4042.044631 -19246.783395  17694.832916    279.733938
+PG24  -8581.799649 -14587.318553 -20490.432792    420.000265
+PG25  17930.289546  18656.428213   6022.713191     16.549786
+PG26 -12061.133880  23353.709552  -2337.610547   -141.662264
+PG27   -511.498617  14548.454490 -21551.603503    300.481219
+PG28 -17854.941888  -5130.003170 -18557.877403     63.829439
+PG29  10614.555911  11724.606189  21412.563069    235.835620
+PG30  19853.751051  15938.537336   7243.435794     90.751356
+PG31  23517.498572  -7965.454283   9923.563356    134.539970
+PG32  -5771.659934 -24288.579493  -9401.356550   -320.487620
+PR01  -7184.190145 -23830.058134  -5606.254752 999999.999999
+PR02 -13893.125497 -17502.277739  12321.476614 999999.999999
+PR03 -25090.175992   -658.788167  -4833.545208 999999.999999
+PR04  16219.915512  -7308.258555  18289.775210 999999.999999
+PR05   7133.594858  23812.710049   5722.722765 999999.999999
+PR06  13731.514847  18069.415854 -11688.345650 999999.999999
+PR07  12164.600163   -779.421544 -22413.865766 999999.999999
+PR08   3637.193057 -15764.669815 -19709.437634 999999.999999
+PR09  21164.982863   8330.567041 -11657.150152 999999.999999
+PR10  24987.493526    676.363615   4810.676977 999999.999999
+PR11  14666.025828  -7306.008703  19570.241893 999999.999999
+PR12  -5166.586088 -11199.887545  22322.455695 999999.999999
+PR13 -21115.012247  -7935.552657  11909.911496 999999.999999
+PR15 -12353.696257   8013.010903 -20799.606772 999999.999999
+PR16   4996.721861  11208.834945 -22383.442604 999999.999999
+PR17 -17153.052756   9730.757855 -16225.274212 999999.999999
+PR18 -15351.526098  20446.603143    149.032974 999999.999999
+PR19  -5025.580350  19027.363262  16225.568365 999999.999999
+PR20   8796.197994   6296.387959  23103.608115 999999.999999
+PR21  16990.592424  -9656.780738  16443.538026 999999.999999
+PR22  15366.750281 -20255.773702    278.624837 999999.999999
+PR23   4761.256094 -19088.096221 -16247.862194 999999.999999
+PR24  -8446.297003  -6851.520968 -23096.464778 999999.999999
+*  2011  8 31 14 15  0.00000000
+PG01  -7903.050712 -13866.867105 -21236.478438     -9.068608
+PG02 -15087.835990  14330.046509  16286.773247    353.766958
+PG03  10436.196851 -23547.200165   5343.863676    762.079865
+PG04 -25779.665203   6056.573309   3531.762050    217.556243
+PG05  -5201.215065  16569.423453  20054.766415   -211.697876
+PG06  14436.705004 -20057.354941   9536.247279    -82.321625
+PG07 -21751.914243  -6776.513775  13855.769112     24.544445
+PG08 -26199.658106  -2375.905204   5506.163585      9.040506
+PG09   3448.606197  14589.715805 -22477.816571    102.660399
+PG10 -17729.047328   -237.343335  19666.090625    -11.650521
+PG11  -2101.391779 -17139.330792 -20479.556023   -181.765593
+PG12  10893.197693  23148.692549  -7454.101050     19.379052
+PG13  -8360.063259 -13837.144163  20916.280181    253.774632
+PG14  17226.891410  -6722.783663 -18836.280006    169.883895
+PG15  -2838.572743  24785.075536  -8852.339764   -108.281592
+PG16   4271.393754 -17050.309862  19829.700973   -195.017927
+PG17 -17405.362443   7473.644078 -18377.056601    177.077096
+PG18  19884.912424  15089.259888  -9257.472889    155.016038
+PG19   7167.018115 -24432.884157  -6881.062048   -178.847948
+PG20 -12849.261383 -22494.279066  -6154.214509     52.367683
+PG21  23975.045042   5398.941840  11240.463228   -168.337956
+PG22  18824.128237   2224.871840 -18467.149202    144.891060
+PG23  -3067.155271 -20921.215296  15863.221749    279.731247
+PG24  -6193.999993 -14757.423077 -21187.737959    420.001889
+PG25  18055.799120  19224.862599   3225.568194     16.551360
+PG26 -12263.460614  23283.095286    590.348151   -141.673832
+PG27  -3070.876791  14868.976963 -21096.377763    300.484517
+PG28 -18910.178525  -6965.127043 -16909.048802     63.832309
+PG29   9489.141625  13836.531915  20668.916902    235.838437
+PG30  20131.844575  16648.653937   4504.980461     90.748625
+PG31  24479.477839  -7885.105605   7268.548766    134.545209
+PG32  -4950.944417 -23333.816964 -11853.072543   -320.493810
+PR01  -6934.708400 -22974.776192  -8654.850706 999999.999999
+PR02 -14560.188932 -18674.884001   9506.483688 999999.999999
+PR03 -25501.830530   -474.409095  -1628.873322 999999.999999
+PR04  14793.097404  -5418.706886  20069.498715 999999.999999
+PR05   6876.581648  22946.345903   8766.491435 999999.999999
+PR06  14376.791089  19162.669661  -8820.366182 999999.999999
+PR07  13478.047597   1593.675572 -21607.015987 999999.999999
+PR08   4648.183532 -13452.121100 -21157.002855 999999.999999
+PR09  19591.267181   8025.946895 -14316.311368 999999.999999
+PR10  25402.214591    504.064102   1592.811486 999999.999999
+PR11  16965.428615  -7232.590639  17651.325325 999999.999999
+PR12  -2385.717121 -10879.943405  22927.012856 999999.999999
+PR13 -19495.919388  -7643.317673  14559.867162 999999.999999
+PR15 -14825.978475   7919.227174 -19147.468072 999999.999999
+PR16   2221.154627  10901.297931 -22984.598805 999999.999999
+PR17 -15813.475830   8069.029584 -18351.043047 999999.999999
+PR18 -15111.707058  20393.579028  -3054.301601 999999.999999
+PR19  -6004.076803  20605.502464  13782.054912 999999.999999
+PR20   7149.449595   8610.423030  22929.791644 999999.999999
+PR21  15658.898430  -7957.320240  18533.694568 999999.999999
+PR22  15112.455185 -20148.554401   3494.903284 999999.999999
+PR23   5726.973016 -20674.570966 -13811.261162 999999.999999
+PR24  -6835.172939  -9175.649397 -22821.287485 999999.999999
+*  2011  8 31 14 30  0.00000000
+PG01  -5493.404481 -14333.628971 -21682.514152 999999.999999
+PG02 -16866.384293  14406.721023  14303.802511    353.768188
+PG03  10596.266681 -22662.047300   8009.087741    762.085086
+PG04 -26091.372016   5812.523024    755.214615    217.566325
+PG05  -6772.441751  14815.364379  20948.050322   -211.702602
+PG06  14351.496570 -18801.263783  11973.368756    -82.313098
+PG07 -20100.748498  -7180.417271  15964.365104     24.545941
+PG08 -25441.677095  -2537.104737   8257.655609      9.040753
+PG09   1046.618347  15032.959050 -22426.504901    102.661913
+PG10 -19003.851464  -2048.589944  18375.453084    -11.651409
+PG11     20.834218 -17968.650961 -19824.445257   -181.768527
+PG12  10129.394477  22479.867352 -10090.847520     19.381164
+PG13  -7286.988457 -15932.618331  19797.326709    253.773113
+PG14  16400.376401  -4612.506175 -20163.927085    169.885528
+PG15  -3394.685541  25508.746941  -6190.126637   -108.280292
+PG16   5760.433891 -15253.353780  20914.651279   -195.019833
+PG17 -16688.218860   5373.490541 -19736.943658    177.075807
+PG18  20249.110836  16011.696383  -6684.639767    155.017959
+PG19   7689.664091 -24885.003936  -4100.655405   -178.851688
+PG20 -12059.913760 -22073.956122  -8770.960760     52.368364
+PG21  22686.073281   5832.650849  13501.730683   -168.340493
+PG22  19961.989934   3957.653314 -16944.080229    144.890991
+PG23  -2261.542314 -22437.002196  13754.710310    279.728463
+PG24  -3756.729872 -15053.687763 -21520.174422    420.004282
+PG25  18006.288029  19540.108340    372.968555     16.552927
+PG26 -12330.025676  22918.130674   3507.805298   -141.685102
+PG27  -5536.929653  15310.464537 -20253.892805    300.486208
+PG28 -19937.543708  -8569.881057 -14960.725986     63.834881
+PG29   8517.210925  15909.086194  19572.057882    235.841460
+PG30  20225.113268  17117.468845   1688.506958     90.745871
+PG31  25142.769424  -7812.128530   4490.745507    134.550104
+PG32  -3929.825707 -22201.838284 -14102.493058   -320.500078
+PR01  -6448.117565 -21819.994840 -11535.379788 999999.999999
+PR02 -15137.174087 -19483.199964   6507.013454 999999.999999
+PR03 -25503.537269   -255.725636   1607.256173 999999.999999
+PR04  13408.368882  -3262.385047  21459.727607 999999.999999
+PR05   6381.915955  21781.771568  11639.963325 999999.999999
+PR06  14924.466334  19888.100443  -5781.446831 999999.999999
+PR07  14886.229734   3763.793280 -20380.929279 999999.999999
+PR08   5896.311887 -11084.044623 -22193.229413 999999.999999
+PR09  17690.039620   7829.039256 -16698.991695 999999.999999
+PR10  25404.161819    296.683285  -1656.187918 999999.999999
+PR11  19006.749645  -7335.251173  15390.383804 999999.999999
+PR12    459.970027 -10764.581304  23085.358992 999999.999999
+PR13 -17550.749412  -7469.503762  16926.898682 999999.999999
+PR15 -17072.573085   8015.112826 -17122.152350 999999.999999
+PR16   -614.908588  10798.182111 -23140.835466 999999.999999
+PR17 -14473.305648   6109.433176 -20121.425016 999999.999999
+PR18 -14674.936032  19989.772754  -6198.691117 999999.999999
+PR19  -6697.463149  21981.321298  11070.779180 999999.999999
+PR20   5703.525062  10997.479429  22311.060267 999999.999999
+PR21  14333.749974  -5963.213308  20264.994898 999999.999999
+PR22  14663.852163 -19686.155713   6642.642235 999999.999999
+PR23   6410.925349 -22056.593720 -11106.581651 999999.999999
+PR24  -5430.293789 -11559.488323 -22104.004451 999999.999999
+*  2011  8 31 14 45  0.00000000
+PG01  -3082.826291 -14932.088760 -21755.719656 999999.999999
+PG02 -18409.456905  14510.739704  12070.016103    353.769881
+PG03  10748.282215 -21491.241932  10531.792520    762.088354
+PG04 -26110.237203   5517.045654  -2034.089836    217.576704
+PG05  -8484.838893  13084.924777  21479.918677   -211.707658
+PG06  14261.325312 -17288.726706  14203.287075    -82.304383
+PG07 -18255.564675  -7722.580777  17801.118410     24.548053
+PG08 -24396.539418  -2785.481252  10871.835314      9.041496
+PG09  -1301.132908  15607.010694 -22008.591466    102.663739
+PG10 -20256.719122  -3667.076058  16766.947495    -11.653197
+PG11   2030.729626 -18843.998004 -18835.625919   -181.771576
+PG12   9137.017703  21639.336882 -12555.500244     19.383130
+PG13  -6388.123678 -17947.878818  18332.917260    253.771200
+PG14  15644.867630  -2337.154224 -21138.176218    169.887108
+PG15  -3828.869121  25963.048726  -3420.256498   -108.278819
+PG16   7410.260587 -13464.299539  21638.064540   -195.021803
+PG17 -16036.728096   3112.216639 -20750.978154    177.074066
+PG18  20460.982618  16692.530330  -3998.082473    155.019524
+PG19   8068.394938 -25065.101635  -1248.116970   -178.855435
+PG20 -11050.439031 -21489.796185 -11238.089840     52.368521
+PG21  21188.488783   6379.304489  15542.674599   -168.342963
+PG22  21053.452590   5492.156455 -15126.802610    144.891128
+PG23  -1612.100164 -23751.910553  11405.569867    279.725767
+PG24  -1317.865553 -15474.962983 -21481.060401    420.007947
+PG25  17750.610306  19623.266876  -2486.043919     16.554436
+PG26 -12297.965223  22245.429484   6362.738350   -141.695971
+PG27  -7860.426060  15851.014978 -19039.367089    300.489945
+PG28 -20894.099823  -9930.090881 -12748.961412     63.837580
+PG29   7702.946716  17895.271265  18140.728123    235.843907
+PG30  20103.628244  17366.482789  -1157.099842     90.743093
+PG31  25499.798625  -7707.434979   1636.942682    134.555266
+PG32  -2700.350120 -20932.206156 -16110.109338   -320.506300
+PR01  -5695.716366 -20416.192715 -14191.874284 999999.999999
+PR02 -15567.634289 -19930.486835   3381.252459 999999.999999
+PR03 -25094.362084    -59.971328   4812.329889 999999.999999
+PR04  12118.999221   -880.950475  22433.466010 999999.999999
+PR05   5621.230353  20369.741398  14287.323724 999999.999999
+PR06  15318.276585  20251.267876  -2630.479648 999999.999999
+PR07  16338.456212   5688.996805 -18759.458855 999999.999999
+PR08   7365.607918  -8726.471114 -22797.964102 999999.999999
+PR09  15506.808602   7782.836607 -18759.117960 999999.999999
+PR10  24992.630251    111.693472  -4872.833759 999999.999999
+PR11  20738.735228  -7575.212257  12831.360160 999999.999999
+PR12   3300.009405 -10859.109048  22793.701754 999999.999999
+PR13 -15327.222562  -7456.425753  18964.910152 999999.999999
+PR15 -19036.448109   8265.690061 -14762.908859 999999.999999
+PR16  -3441.504372  10904.596196 -22849.553568 999999.999999
+PR17 -13189.582544   3885.143376 -21501.921413 999999.999999
+PR18 -14094.828265  19218.698372  -9223.397758 999999.999999
+PR19  -7125.574472  23097.794719   8144.413411 999999.999999
+PR20   4485.730650  13393.364823  21259.636896 999999.999999
+PR21  13071.398647  -3709.017830  21603.639808 999999.999999
+PR22  14075.572216 -18853.845764   9660.154046 999999.999999
+PR23   6833.345898 -23177.483686  -8186.292507 999999.999999
+PR24  -4256.450840 -13938.293363 -20958.474889 999999.999999
+*  2011  8 31 15  0  0.00000000
+PG01   -719.053676 -15651.514968 -21454.853261 999999.999999
+PG02 -19694.248893  14607.454475   9623.907282    353.771230
+PG03  10926.024187 -20050.380200  12866.426186    762.092261
+PG04 -25846.118170   5136.250611  -4789.193448    217.586658
+PG05 -10310.631575  11417.484607  21641.524462   -211.712488
+PG06  14200.265900 -15541.809259  16188.046452    -82.295849
+PG07 -16258.653499  -8418.633932  19334.334171     24.549489
+PG08 -23090.145620  -3153.937160  13304.953631      9.040660
+PG09  -3550.234721  16294.692323 -21230.622472    102.666187
+PG10 -21446.412388  -5077.581720  14869.558651    -11.654647
+PG11   3898.781736 -19736.419394 -17528.490398   -181.774469
+PG12   7908.744354  20668.075343 -14805.859166     19.385176
+PG13  -5661.556210 -19833.702025  16548.692962    253.769753
+PG14  14989.483063     61.868727 -21742.133809    169.889244
+PG15  -4172.142598  26127.932482   -590.887982   -108.277351
+PG16   9195.843290 -11726.470664  21988.341294   -195.023952
+PG17 -15478.375464    730.266903 -21401.827438    177.072719
+PG18  20488.635438  17146.512984  -1243.804831    155.021207
+PG19   8335.118818 -24953.676564   1626.388301   -178.859148
+PG20  -9814.888384 -20779.055019 -13513.755741     52.369134
+PG21  19516.579127   7057.543124  17330.122486   -168.345077
+PG22  22058.196567   6817.252153 -13047.408498    144.890969
+PG23  -1098.492024 -24828.566609   8856.510639    279.723104
+PG24   1075.149112 -16012.188237 -21070.128213    420.008654
+PG25  17263.486653  19502.139008  -5302.350942     16.555950
+PG26 -12206.994176  21261.161003   9103.577402   -141.707188
+PG27  -9997.605560  16461.549609 -17475.286752    300.493467
+PG28 -21736.929779 -11040.850372 -10314.090880     63.840086
+PG29   7042.388150  19749.143115  16399.348150    235.847043
+PG30  19743.499617  17423.645265  -3982.898104     90.740357
+PG31  25551.851124  -7531.893849  -1244.611339    134.560331
+PG32  -1262.778966 -19566.914337 -17840.191010   -320.512508
+PR01  -4659.916370 -18820.670142 -16572.702908 999999.999999
+PR02 -15798.594780 -20032.653966    189.856851 999999.999999
+PR03 -24286.959410     56.732950   7924.385352 999999.999999
+PR04  10970.683796   1674.026156  22971.789304 999999.999999
+PR05   4577.302332  18767.756174  16657.154272 999999.999999
+PR06  15505.829863  20270.330465    571.470124 999999.999999
+PR07  17778.563586   7338.087546 -16774.108826 999999.999999
+PR08   9028.267705  -6442.398364 -22959.447216 999999.999999
+PR09  13096.373216   7921.457207 -20456.793214 999999.999999
+PR10  24180.761526      5.405759  -7994.322869 999999.999999
+PR11  22120.442607  -7905.559431  10023.915185 999999.999999
+PR12   6063.969308 -11156.392930  22057.049199 999999.999999
+PR13 -12882.258121  -7637.087520  20634.179735 999999.999999
+PR15 -20670.053975   8626.760468 -12115.579050 999999.999999
+PR16  -6189.049711  11213.301425 -22116.763997 999999.999999
+PR17 -12013.415797   1440.480111 -22465.533111 999999.999999
+PR18 -13428.461326  18076.635961 -12069.917604 999999.999999
+PR19  -7319.284405  23905.163956   5059.812092 999999.999999
+PR20   3511.266867  15730.996398  19796.103654 999999.999999
+PR21  11921.906283  -1240.260325  22523.373856 999999.999999
+PR22  13405.506635 -17650.020013  12488.380190 999999.999999
+PR23   7025.391558 -23987.880960  -5107.062393 999999.999999
+PR24  -3326.278233 -16244.913057 -19406.834739 999999.999999
+*  2011  8 31 15 15  0.00000000
+PG01   1552.699337 -16473.500173 -20785.096901 999999.999999
+PG02 -20706.067628  14659.934216   7008.029740    353.772695
+PG03  11160.431025 -18363.373716  14970.629770    762.096281
+PG04 -25316.513763   4639.053281  -7463.917490    217.596224
+PG05 -12215.781287   9847.497304  21430.422136   -211.717409
+PG06  14198.648950 -13589.717682  17894.123751    -82.287365
+PG07 -14155.829656  -9276.398104  20537.360450     24.551286
+PG08 -21555.447501  -3669.976656  15516.026489      9.039802
+PG09  -5660.088249  17071.624359 -20104.758608    102.668611
+PG10 -22531.225643  -6273.240429  12717.002969    -11.655854
+PG11   5601.052798 -20613.003208 -15923.863709   -181.777264
+PG12   6445.798768  19609.104014 -16803.283669     19.387503
+PG13  -5096.821903 -21543.480624  14475.924596    253.767806
+PG14  14456.314755   2538.196932 -21965.521865    169.890796
+PG15  -4458.826192  25991.525350   2248.760969   -108.275806
+PG16  11085.144024 -10078.632801  21960.370421   -195.025758
+PG17 -15033.843349  -1727.246969 -21678.656220    177.071285
+PG18  20304.802782  17395.152693   1531.471472    155.022614
+PG19   8525.293382 -24539.715930   4472.255813   -178.862886
+PG20  -8355.134715 -19980.782140 -15559.437464     52.369690
+PG21  17708.447234   7879.575848  18834.821856   -168.346953
+PG22  22936.222302   7929.937505 -10742.417956    144.890562
+PG23   -694.128519 -25635.895526   6151.962727    279.720260
+PG24   3376.949108 -16648.672265 -20293.594066    420.011842
+PG25  16526.626453  19210.015514  -8027.598067     16.557545
+PG26 -12097.639771  19971.464502  11680.260060   -141.718764
+PG27 -11911.797342  17107.081814 -15590.900984    300.498280
+PG28 -22424.857841 -11906.391180  -7699.884917     63.842810
+PG29   6523.731448  21427.440264  14377.611587    235.849672
+PG30  19127.866700  17322.062544  -6740.730363     90.737730
+PG31  25308.996504  -7247.997946  -4104.981392    134.565244
+PG32    374.139865 -18148.809727 -19261.477163   -320.518517
+PR01  -3335.249952 -17095.155984 -18631.576113 999999.999999
+PR02 -15782.963878 -19817.408148  -3005.222837 999999.999999
+PR03 -23107.080127     41.977555  10883.193918 999999.999999
+PR04   9999.675372   4342.955706  23064.211381 999999.999999
+PR05   3245.043073  17037.660165  18703.431376 999999.999999
+PR06  15440.992467  19975.106829   3762.341083 999999.999999
+PR07  19147.241355   8691.636149 -14463.422784 999999.999999
+PR08  10845.635533  -4289.343252 -22674.541346 999999.999999
+PR09  10520.745711   8268.545037 -21759.061423 999999.999999
+PR10  22994.998824     30.326784 -10959.783332 999999.999999
+PR11  23122.769862  -8273.406661   7022.466838 999999.999999
+PR12   8684.158406 -11637.137315  20889.164248 999999.999999
+PR13 -10279.787610  -8033.613477  21902.140555 999999.999999
+PR15 -21937.151299   9046.943749  -9231.705750 999999.999999
+PR16  -8790.970647  11705.049563 -20956.944254 999999.999999
+PR17 -10987.853186  -1170.665230 -22993.297837 999999.999999
+PR18 -12733.824841  16572.995859 -14683.099062 999999.999999
+PR19  -7318.944575  24363.040645   1876.905849 999999.999999
+PR20   2782.799966  17943.025811  17948.990988 999999.999999
+PR21  10927.056325   1388.184975  23006.013503 999999.999999
+PR22  12712.164608 -16086.455637  15072.074310 999999.999999
+PR23   7027.574964 -24447.830890  -1928.662569 999999.999999
+PR24  -2639.920751 -18412.416477 -17479.076715 999999.999999
+*  2011  8 31 15 30  0.00000000
+PG01   3691.288207 -17372.631368 -19757.966937 999999.999999
+PG02 -21438.808482  14630.575103   4268.235817    353.774307
+PG03  11478.148533 -16461.667356  16806.123125    762.099895
+PG04 -24545.849856   3998.516006 -10013.575052    217.606809
+PG05 -14161.156016   8403.296365  20850.586603   -211.722118
+PG06  14281.789351 -11467.799622  19292.960338    -82.278942
+PG07 -11994.821138 -10295.414467  21389.063519     24.552926
+PG08 -19831.321368  -4354.489518  17467.479929      9.040261
+PG09  -7595.209193  17907.077235 -18648.643220    102.669889
+PG10 -23470.577710  -7255.532820  10347.078639    -11.656957
+PG11   7119.931933 -21438.085220 -14047.758098   -181.780141
+PG12   4758.117820  18505.822971 -18513.351183     19.389544
+PG13  -4675.494405 -23034.937818  12150.935813    253.766237
+PG14  14059.581969   5042.136573 -21804.845840    169.892377
+PG15  -4724.988030  25550.620243   5049.297603   -108.274438
+PG16  13040.229085  -8553.643408  21555.553835   -195.027784
+PG17 -14716.220929  -4212.130169 -21577.286080    177.070074
+PG18  19887.942864  17465.689883   4281.061734    155.024576
+PG19   8676.311869 -23821.205374   7239.393405   -178.866381
+PG20  -6680.978901 -19134.281499 -17340.558218     52.370023
+PG21  15804.743313   8850.583975  20031.846042   -168.349133
+PG22  23649.410197   8835.209127  -8252.100456    144.891227
+PG23   -367.408820 -26150.328005   3339.272688    279.717295
+PG24   5545.825058 -17360.688965 -19164.111359    420.015732
+PG25  15529.587811  18784.267876 -10615.019765     16.559135
+PG26 -12009.411790  18392.456952  14045.297962   -141.730075
+PG27 -13574.720111  17748.257576 -13421.544100    300.502247
+PG28 -22920.078055 -12539.595256  -4952.672607     63.845260
+PG29   6127.937661  22891.121879  12109.993280    235.852759
+PG30  18247.613909  17098.537599  -9384.021204     90.735076
+PG31  24789.692905  -6821.487144  -6895.343438    134.570221
+PG32   2193.228733 -16719.969489 -20347.812935   -320.524621
+PR01  -1728.869140 -15303.247565 -20328.448045 999999.999999
+PR02 -15481.712299 -19322.922300  -6141.943769 999999.999999
+PR03 -21592.554055   -150.489635  13631.415162 999999.999999
+PR04   9231.329310   7060.464914  22708.889887 999999.999999
+PR05   1631.976004  15243.076279  20386.418960 999999.999999
+PR06  15086.027381  19405.664607   6880.272657 999999.999999
+PR07  20384.508757   9742.522750 -11872.237663 999999.999999
+PR08  12769.656410  -2317.137179 -21948.792223 999999.999999
+PR09   7846.785766   8836.116761 -22640.544669 999999.999999
+PR10  21473.997096    232.684216 -13711.476952 999999.999999
+PR11  23729.506904  -8622.318888   3885.141627 999999.999999
+PR12  11098.231699 -12270.702592  19312.341226 999999.999999
+PR13  -7588.284145  -8656.150928  22744.022972 999999.999999
+PR15 -22814.176559   9470.038953  -6167.522714 999999.999999
+PR16 -11186.201359  12349.435621 -19392.739644 999999.999999
+PR17 -10146.102461  -3886.808032 -23074.676226 999999.999999
+PR18 -12067.241541  14730.152066 -17012.203880 999999.999999
+PR19  -7172.428028  24442.137147  -1342.465191 999999.999999
+PR20   2290.569050  19964.486451  15754.216942 999999.999999
+PR21  10118.625297   4114.113483  23041.823731 999999.999999
+PR22  12052.025405 -14188.005539  17360.899848 999999.999999
+PR23   6887.804734 -24528.494794   1287.192345 999999.999999
+PR24  -2185.234272 -20376.728805 -15212.480310 999999.999999
+*  2011  8 31 15 45  0.00000000
+PG01   5661.024825 -18317.443530 -18391.117167 999999.999999
+PG02 -21895.091943  14482.763225   1452.830133    353.775595
+PG03  11900.258453 -14383.141130  18339.513491    762.104560
+PG04 -23564.529666   3193.030314 -12395.651366    217.617124
+PG05 -16103.902520   7106.152087  19912.321565   -211.726724
+PG06  14468.930636  -9216.324606  20361.397250    -82.270586
+PG07  -9823.586882 -11466.793544  21874.219405     24.554732
+PG08 -17961.229444  -5220.769037  19125.762404      9.041090
+PG09  -9326.359454  18765.060142 -16885.208543    102.672659
+PG10 -24226.553286  -8033.962191   7800.967248    -11.659210
+PG11   8444.658804 -22174.591788 -11931.035641   -181.783236
+PG12   2864.186400  17400.335916 -19906.452064     19.391879
+PG13  -4372.096788 -24271.677420   9614.433213    253.764693
+PG14  13805.115991   7522.429549 -21263.429512    169.894351
+PG15  -5006.823991  24810.835970   7762.041760   -108.272884
+PG16  15018.606948  -7177.349783  20781.719625   -195.029763
+PG17 -14530.534728  -6674.803917 -21100.225398    177.068572
+PG18  19223.122308  17389.884498   6959.047111    155.025920
+PG19   8825.814973 -22805.286008   9879.163169   -178.869897
+PG20  -4809.960162 -18277.580774 -18827.037601     52.370391
+PG21  13847.316022   9968.370142  20900.958751   -168.351586
+PG22  24163.009334   9545.627273  -5619.741124    144.890752
+PG23    -83.173974 -26356.722002    467.832213    279.714803
+PG24   7545.167596 -18118.369841 -17700.603927    420.018562
+PG25  14270.342436  18264.794135 -13020.235455     16.560746
+PG26 -11978.992532  16549.819464  16154.821623   -141.741052
+PG27 -14967.403973  18343.091179 -11007.810363    300.509053
+PG28 -23189.628083 -12961.183639  -2120.460443     63.848003
+PG29   5829.624260  24106.757606   9635.177922    235.855586
+PG30  17101.791654  16792.002030 -11868.520210     90.732381
+PG31  24020.083408  -6222.866121  -9567.797192    134.575329
+PG32   4169.273066 -15320.096294 -21078.714432   -320.530673
+PR01    139.487256 -13507.790961 -21630.297577 999999.999999
+PR02 -14865.727883 -18596.079833  -9159.376289 999999.999999
+PR03 -19791.787490   -558.572045  16115.701332 999999.999999
+PR04   8679.123150   9757.878790  21912.665490 999999.999999
+PR05   -241.816124  13446.786872  21673.438465 999999.999999
+PR06  14413.394397  18610.496417   9864.799243 999999.999999
+PR07  21432.239069  10495.963480  -9050.816940 999999.999999
+PR08  14744.739145   -566.056213 -20796.320479 999999.999999
+PR09   5143.641978   9623.904821 -23083.941005 999999.999999
+PR10  19667.037033    650.227703 -16195.932152 999999.999999
+PR11  23937.865617  -8894.890473    672.657854 999999.999999
+PR12  13251.584971 -13016.430723  17357.005109 999999.999999
+PR13  -4878.110431  -9502.291029  23143.345279 999999.999999
+PR15 -23291.086469   9837.606948  -2982.844787 999999.999999
+PR16 -13321.453735  13106.228136 -17454.515879 999999.999999
+PR17  -9510.179891  -6641.173735 -22707.778045 999999.999999
+PR18 -11480.866761  12582.748656 -19011.890888 999999.999999
+PR19  -6932.860237  24125.549955  -4535.755552 999999.999999
+PR20   2013.021957  21735.354172  13254.387719 999999.999999
+PR21   9517.087895   6870.323250  22629.734272 999999.999999
+PR22  11477.000813 -11991.746651  19310.419023 999999.999999
+PR23   6659.117559 -24213.414571   4478.043097 999999.999999
+PR24  -1938.510112 -22079.166396 -12650.901618 999999.999999
+*  2011  8 31 16  0  0.00000000
+PG01   7432.852972 -19271.619894 -16708.037258 999999.999999
+PG02 -22086.052197  14182.518116  -1388.342882    353.777156
+PG03  12441.246144 -12170.741020  19543.001210    762.109668
+PG04 -22407.784280   2207.299945 -14570.445682    217.627115
+PG05 -17998.967504   5969.612877  18632.060386   -211.731854
+PG06  14772.443013  -6879.093471  21082.010279    -82.262002
+PG07  -7688.625032 -12773.395500  21983.813295     24.556601
+PG08 -15991.712799  -6273.802366  20461.916370      9.040431
+PG09 -10831.471618  19605.615670 -14842.417053    102.676083
+PG10 -24765.336725  -8625.431911   5122.501602    -11.660804
+PG11   9571.594362 -22785.471673  -9608.977046   -181.786187
+PG12    790.546668  16331.831441 -20958.310463     19.393945
+PG13  -4155.296706 -25224.508157   6910.757883    253.762633
+PG14  13690.195546   9928.074883 -20351.318237    169.896038
+PG15  -5339.036785  23786.440961  10339.898154   -108.271576
+PG16  16974.738960  -5967.773426  19652.929356   -195.031930
+PG17 -14473.615771  -9066.050684 -20256.572363    177.067135
+PG18  18302.657647  17202.663217   9520.970174    155.028126
+PG19   9010.000414 -21508.051382  12345.290847   -178.873741
+PG20  -2766.878262 -17445.965861 -19993.770170     52.370795
+PG21  11877.824552  11223.266190  21426.935204   -168.353520
+PG22  24446.997757  10080.592463  -2890.867030    144.890453
+PG23    195.687824 -26248.958921  -2411.842061    279.712106
+PG24   9344.720424 -18886.861073 -15927.978271    420.021327
+PG25  12755.523514  17692.380186 -15202.003354     16.562407
+PG26 -12038.532503  14477.969245  17969.568162   -141.752333
+PG27 -16080.696947  18848.810081  -8394.613600    300.513113
+PG28 -23206.656100 -13198.626141    747.934217     63.850713
+PG29   5598.206790  25047.716697   6995.417428    235.858471
+PG30  15697.733313  16441.901447 -14152.981820     90.729710
+PG31  23033.006222  -5428.757396 -12076.181451    134.580477
+PG32   6269.744173 -13984.996780 -21439.844666   -320.536790
+PR01   2238.058557 -11768.311310 -22511.773211 999999.999999
+PR02 -13917.266403 -17690.368834 -11998.889124 999999.999999
+PR03 -17761.836167  -1209.981170  18287.731073 999999.999999
+PR04   8344.191268  12365.849117  20690.934167 999999.999999
+PR05  -2344.274584  11708.169758  22539.501484 999999.999999
+PR06  13407.135549  17644.359462  12658.018638 999999.999999
+PR07  22236.626040  10969.023628  -6053.879564 999999.999999
+PR08  16709.952681    934.636834 -19239.546378 999999.999999
+PR09   2480.104074  10619.225852 -23080.373202 999999.999999
+PR10  17632.012284   1310.399368 -18364.984370 999999.999999
+PR11  23758.468571  -9035.371481  -2552.838396 999999.999999
+PR12  15099.434008 -13825.424744  15061.138396 999999.999999
+PR13  -2218.795606 -10557.034238  23092.242807 999999.999999
+PR15 -23371.644180  10091.662630    260.118357 999999.999999
+PR16 -15153.167245  13927.120869 -15179.772069 999999.999999
+PR17  -9090.043669  -9364.232764 -21899.422657 999999.999999
+PR18 -11020.370915  10176.504489 -20643.103609 999999.999999
+PR19  -6656.134513  23409.541865  -7640.932230 999999.999999
+PR20   1917.951443  23202.916384  10497.972975 999999.999999
+PR21   9130.811661   9587.168965  21777.389286 999999.999999
+PR22  11032.117557  -9545.621070  20882.953229 999999.999999
+PR23   6397.198486 -23499.277360   7581.900520 999999.999999
+PR24  -1865.692850 -23468.766461  -9843.935437 999999.999999
+*  2011  8 31 16 15  0.00000000
+PG01   8985.267882 -20195.392845 -14737.651523 999999.999999
+PG02 -22030.783034  13700.045342  -4204.855944    353.778479
+PG03  13108.256698  -9870.897938  20394.960267    762.114166
+PG04 -21114.364843   1033.091310 -16501.669289    217.637203
+PG05 -19800.709125   4999.154357  17032.064313   -211.736625
+PG06  15197.302088  -4501.931144  21443.343668    -82.253626
+PG07  -5633.335489 -14190.338261  21715.239314     24.558124
+PG08 -13970.765814  -7509.863659  21452.100225      9.040264
+PG09 -12096.332711  20386.281862 -12552.934483    102.678302
+PG10 -25058.487123  -9053.354960   2357.413405    -11.662087
+PG11  10504.222454 -23235.164355  -7120.756899   -181.788905
+PG12  -1429.003143  15335.082544 -21650.421625     19.396096
+PG13  -3989.334685 -25872.490349   4087.074655    253.761483
+PG14  13703.736692  12210.134184 -19085.055136    169.898112
+PG15  -5753.280263  22499.848151  12738.195957   -108.269983
+PG16  18861.663999  -4934.607115  18189.186651   -195.033544
+PG17 -14534.304874 -11338.735748 -19061.796625    177.065723
+PG18  17126.496591  16940.676606  11924.491457    155.029292
+PG19   9262.001961 -19953.993771  14594.721807   -178.877490
+PG20   -583.045546 -16670.634308 -20821.024803     52.371478
+PG21   9936.355100  12598.306246  21599.836479   -168.355751
+PG22  24477.263169  10465.367096   -112.448734    144.890491
+PG23    506.551642 -25830.187600  -5249.056584    279.709495
+PG24  10921.589841 -19627.701477 -13876.716740    420.023775
+PG25  11000.346900  17107.039857 -17122.919782     16.564028
+PG26 -12214.135500  12218.846183  19455.776444   -141.763909
+PG27 -16915.341928  19223.719565  -5630.167367    300.518696
+PG28 -22951.439599 -13284.824785   3603.718882     63.853367
+PG29   5399.247365  25695.111212   4235.826561    235.861318
+PG30  14050.870627  16086.594875 -16199.776129     90.727098
+PG31  21866.751944  -4423.035016 -14376.878845    134.585472
+PG32   8455.831743 -12745.207451 -21423.383747   -320.542946
+PR01   4524.137126 -10138.600664 -22955.689285 999999.999999
+PR02 -12630.936053 -16663.515038 -14605.290914 999999.999999
+PR03 -15566.131769  -2120.820228  20105.152547 999999.999999
+PR04   8215.393866  14817.020860  19067.354517 999999.999999
+PR05  -4632.455185  10080.796433  22967.793143 999999.999999
+PR06  12063.786549  16565.869433  15205.712332 999999.999999
+PR07  22750.489325  11189.639111  -2939.543040 999999.999999
+PR08  18601.464175   2167.678475 -17308.752792 999999.999999
+PR09    -78.026606  11797.382257 -22629.580834 999999.999999
+PR10  15433.077247   2228.951208 -20176.703632 999999.999999
+PR11  23214.797910  -8992.231962  -5728.962868 999999.999999
+PR12  16608.487376 -14642.707688  12469.544929 999999.999999
+PR13    323.645725 -11793.303102  22591.628551 999999.999999
+PR15 -23073.134620  10177.360055   3497.999777 999999.999999
+PR16 -16649.061946  14757.833147 -12612.425031 999999.999999
+PR17  -8883.250010 -11986.363315 -20665.030772 999999.999999
+PR18 -10722.902599   7566.562279 -21873.844138 999999.999999
+PR19  -6398.317693  22303.789723 -10597.681990 999999.999999
+PR20   1964.082626  24323.852339   7538.371482 999999.999999
+PR21   8955.776989  12195.232311  20501.027303 999999.999999
+PR22  10753.518619  -6906.630382  22048.298587 999999.999999
+PR23   6157.794794 -22396.147306  10538.452205 999999.999999
+PR24  -1924.040589 -24504.314504  -6845.964695 999999.999999
+*  2011  8 31 16 30  0.00000000
+PG01  10304.945295 -21047.091602 -12513.824612 999999.999999
+PG02 -21755.462859  13011.129361  -6946.676509    353.780123
+PG03  13900.674936  -7531.804917  20880.375842    762.118313
+PG04 -19725.122405   -330.274180 -18156.994771    217.647054
+PG05 -21464.537206   4192.147488  15140.024422   -211.741469
+PG06  15740.864210  -2131.120102  21440.042988    -82.245067
+PG07  -3696.499345 -15685.817979  21072.394344     24.559774
+PG08 -11946.147642  -8916.431270  22078.050821      9.040429
+PG09 -13114.999626  21063.676802 -10053.730906    102.682287
+PG10 -25084.011099  -9346.534409   -447.426853    -11.662516
+PG11  11252.875780 -23491.048445  -4508.828156   -181.791886
+PG12  -3754.492888  14439.122332 -21970.396920     19.398288
+PG13  -3835.625996 -26203.664963   1192.516367    253.759676
+PG14  13826.826090  14323.449216 -17487.337721    169.899439
+PG15  -6276.732035  20980.802116  14915.479128   -108.268548
+PG16  20632.675322  -4079.038880  16416.055163   -195.035756
+PG17 -14693.983572 -13449.437650 -17537.407729    177.064492
+PG18  15702.329869  16640.817635  14130.002677    155.031281
+PG19   9610.406086 -18175.124506  16588.404551   -178.881115
+PG20   1704.703828 -15977.516840 -21294.760250     52.371930
+PG21   8060.086052  14069.664342  21415.232315   -168.358180
+PG22  24236.560863  10729.883612   2667.908279    144.890292
+PG23    885.353689 -25112.704838  -7993.894628    279.706666
+PG24  12260.967706 -20300.367427 -11582.356792    420.027004
+PG25   9028.208321  16546.397714 -18750.052647     16.565653
+PG26 -12524.609175   9820.364777  20585.956470   -141.774885
+PG27 -17481.633026  19429.000039  -2764.922611    300.525042
+PG28 -22412.126750 -13256.629211   6398.918280     63.855843
+PG29   5195.958734  26038.456968   1403.627359    235.864401
+PG30  12184.260263  15761.825809 -17975.426876     90.724389
+PG31  20563.611574  -3197.691081 -16429.595704    134.590708
+PG32  10683.751480 -11624.828389 -21028.278098   -320.549089
+PR01   6945.609899  -8664.564181 -22953.363800 999999.999999
+PR02 -11014.172703 -15574.953562 -16927.905579 999999.999999
+PR03 -13271.954689  -3294.656516  21532.417440 999999.999999
+PR04   8269.917275  17048.626473  17073.395130 999999.999999
+PR05  -7054.081581   8610.292489  22949.997229 999999.999999
+PR06  10392.774593  15434.949577  17458.396126 999999.999999
+PR07  22935.322369  11195.188379    231.799213 999999.999999
+PR08  20355.117096   3128.278704 -15041.494801 999999.999999
+PR09  -2470.441057  13122.583052 -21739.950639 999999.999999
+PR10  13138.056372   3409.066982 -21596.192126 999999.999999
+PR11  22342.128115  -8720.557021  -8794.286309 999999.999999
+PR12  17758.138521 -15409.668469   9632.964503 999999.999999
+PR13   2689.240600 -13172.982051  21651.181672 999999.999999
+PR15 -22425.521288  10045.553665   6667.537529 999999.999999
+PR16 -17789.233462  15540.472322  -9801.977587 999999.999999
+PR17  -8875.148032 -14440.532205 -19028.347631 999999.999999
+PR18 -10615.419097   4815.447076 -22679.817347 999999.999999
+PR19  -6213.056566  20831.087093 -13348.584267 999999.999999
+PR20   2103.044204  25065.939409   4432.884605 999999.999999
+PR21   8975.836350  14627.998232  18825.191477 999999.999999
+PR22  10666.867310  -4138.662076  22784.284384 999999.999999
+PR23   5994.133498 -20927.153919  13290.237280 999999.999999
+PR24  -2064.158031 -25155.984732  -3715.114568 999999.999999
+*  2011  8 31 16 45  0.00000000
+PG01  11387.056501 -21784.777026 -10074.782239 999999.999999
+PG02 -21292.195783  12098.304604  -9565.139897    353.781505
+PG03  14810.048698  -5201.629835  20991.126431    762.123518
+PG04 -18281.524716  -1875.703117 -19508.551844    217.657240
+PG05 -22948.519891   3538.144716  12988.575021   -211.746399
+PG06  16392.943082    188.167376  21072.889221    -82.236735
+PG07  -1910.934348 -17222.214123  20065.660966     24.561563
+PG08  -9963.690182 -10472.439851  22327.475879      9.039850
+PG09 -13889.925679  21595.155096  -7385.606637    102.684949
+PG10 -24827.198050  -9537.860373  -3244.766894    -11.663488
+PG11  11834.190486 -23524.811878  -1818.221670   -181.795111
+PG12  -6141.109096  13666.147808 -21912.209057     19.400399
+PG13  -3654.469995 -26215.438508  -1722.699062    253.758181
+PG14  14033.572490  16228.204415 -15586.564952    169.901452
+PG15  -6930.851788  19265.291909  16834.232377   -108.267065
+PG16  22242.987086  -3393.904783  14364.194787   -195.037874
+PG17 -14927.405234 -15359.925149 -15710.520510    177.063198
+PG18  14045.433095  16338.752743  16101.193363    155.032972
+PG19  10077.967647 -16209.806971  18291.985347   -178.884785
+PG20   4055.211597 -15386.309906 -21406.853107     52.372592
+PG21   6282.046221  15607.348424  20874.366295   -168.360659
+PG22  23715.214974  10907.388058   5402.768437    144.890169
+PG23   1364.949230 -24117.477320 -10598.153239    279.703921
+PG24  13356.536251 -20863.922661  -9084.864678    420.028609
+PG25   6869.971567  16044.176698 -20055.498971     16.567300
+PG26 -12980.544451   7334.601340  21339.504428   -141.786060
+PG27 -17798.681266  19430.357168    149.501410    300.530692
+PG28 -21585.182657 -13153.244778   9087.114178     63.858628
+PG29   4950.806472  26076.026307  -1452.646023    235.866995
+PG30  10127.843615  15499.317934 -19451.074577     90.721740
+PG31  19168.268174  -1753.396241 -18198.101919    134.595539
+PG32  12906.279753 -10640.618128 -20260.355857   -320.555138
+PR01   9442.903584  -7382.414563 -22504.791170 999999.999999
+PR02  -9087.184384 -14483.246173 -18921.560349 999999.999999
+PR03 -10947.756686  -4722.124387  22541.489054 999999.999999
+PR04   8474.380266  19004.900810  14747.730016 999999.999999
+PR05  -9549.497738   7332.549024  22486.457028 999999.999999
+PR06   8416.284152  14310.241899  19372.280908 999999.999999
+PR07  22762.996738  11030.675635   3398.644804 999999.999999
+PR08  21909.041535   3824.064729 -12481.867301 999999.999999
+PR09  -4644.598152  14549.348612 -20428.382617 999999.999999
+PR10  10815.724981   4841.024182 -22596.237850 999999.999999
+PR11  21185.987422  -8184.172490 -11689.509217 999999.999999
+PR12  18541.123831 -16066.688329   6607.056342 999999.999999
+PR13   4826.325701 -14648.441453  20289.163615 999999.999999
+PR15 -21470.081258   9655.124039   9706.834404 999999.999999
+PR16 -18566.747075  16216.061416  -6802.585172 999999.999999
+PR17  -9039.606812 -16664.882322 -17021.001043 999999.999999
+PR18 -10713.456451   1990.715830 -23044.931464 999999.999999
+PR19  -6149.095339  19026.514088 -15840.226619 999999.999999
+PR20   2281.640242  25409.315464   1241.616698 999999.999999
+PR21   9163.503759  16824.425416  16782.273569 999999.999999
+PR22  10786.219471  -1310.041699  23077.166088 999999.999999
+PR23   5954.452394 -19127.649351  15783.766025 999999.999999
+PR24  -2232.316813 -25406.524329   -512.130776 999999.999999
+*  2011  8 31 17  0  0.00000000
+PG01  12235.257812 -22367.900457  -7462.456606 999999.999999
+PG02 -20677.619139  10951.752795 -12013.892657    353.783201
+PG03  15820.357783  -2926.743871  20726.104173    762.128986
+PG04 -16824.161187  -3588.396724 -20533.365128    217.667195
+PG05 -24214.896070   3019.471134  10614.727455   -211.751074
+PG06  17136.181290   2413.381219  20348.737263    -82.228379
+PG07   -302.379862 -18757.439798  18711.776369     24.563264
+PG08  -8065.664452 -12148.866706  22194.365091      9.041018
+PG09 -14431.785903  21940.480662  -4592.640726    102.687255
+PG10 -24281.191927  -9662.873810  -5987.716934    -11.665739
+PG11  12270.304985 -23313.686029    904.230014   -181.797812
+PG12  -8540.719583  13030.695492 -21476.331141     19.402981
+PG13  -3406.797343 -25914.611437  -4608.160858    253.756644
+PG14  14292.238573  17891.274519 -13416.286819    169.902908
+PG15  -7730.374640  17394.234035  18461.529416   -108.265526
+PG16  23651.329495  -2864.160574  12068.825418   -195.039808
+PG17 -15203.789415 -17038.425626 -13613.329275    177.061816
+PG18  12178.246452  16067.515074  17805.568205    155.034280
+PG19  10680.576426 -14101.352778  19676.400619   -178.888544
+PG20   6424.356910 -14909.754631 -21155.235255     52.372887
+PG21   4630.009574  17176.134678  19984.255992   -168.363136
+PG22  22911.539455  11032.972960   8045.654350    144.889775
+PG23   1973.600300 -22873.325650 -13016.241465    279.701158
+PG24  14210.536191 -21278.705374  -6427.915191    420.030881
+PG25   4562.974329  15628.848594 -21016.857558     16.568946
+PG26 -13583.770040   4815.801706  21703.141292   -141.797513
+PG27 -17893.337443  19199.456466   3061.360321    300.534726
+PG28 -20475.534187 -13014.594213  11624.126587     63.861240
+PG29   4627.147741  25814.878107  -4283.969447    235.869814
+PG30   7917.470020  15325.542500 -20602.864061     90.718966
+PG31  17726.092589    -99.726365 -19650.915128    134.600688
+PG32  15074.455097  -9801.393106 -19132.298916   -320.561123
+PR01  11951.253481  -6317.290043 -21618.646305 999999.999999
+PR02  -6882.365799 -13443.553124 -20547.467035 999999.999999
+PR03  -8660.443954  -6381.078965  23112.409603 999999.999999
+PR04   8786.399838  20639.216390  12135.493081 999999.999999
+PR05 -12053.939182   6272.359132  21586.168888 999999.999999
+PR06   6168.594536  13246.589060  20910.124970 999999.999999
+PR07  22217.051117  10746.602391   6499.571152 999999.999999
+PR08  23206.187347   4274.498009  -9679.644876 999999.999999
+PR09  -6557.677493  16024.343617 -18719.992161 999999.999999
+PR10   8533.075842   6502.408479 -23157.813823 999999.999999
+PR11  19800.211889  -7357.412108 -14358.596443 999999.999999
+PR12  18963.616784 -16555.832405   3451.273564 999999.999999
+PR13   6693.461646 -16164.482491  18532.064967 999999.999999
+PR15 -20257.577999   8974.966978  12556.587872 999999.999999
+PR16 -18987.707826  16727.128390  -3672.036727 999999.999999
+PR17  -9340.245397 -18605.118213 -14681.901138 999999.999999
+PR18 -11020.393452   -837.606683 -22961.643346 999999.999999
+PR19  -6248.009555  16936.109033 -18024.240899 999999.999999
+PR20   2444.327039  25347.245644  -1973.677130 999999.999999
+PR21   9481.242786  18731.302708  14411.898664 999999.999999
+PR22  11113.408287   1509.085120  22921.848524 999999.999999
+PR23   6079.749764 -17043.869296  17970.562178 999999.999999
+PR24  -2372.965198 -25251.931204   2700.796567 999999.999999
+*  2011  8 31 17 15  0.00000000
+PG01  12861.355499 -22758.922358  -4721.767495 999999.999999
+PG02 -19951.338650   9569.887269 -14249.781969    353.784368
+PG03  16908.613856   -750.044054  20091.173237    762.133378
+PG04 -15391.287658  -5446.200500 -21213.729153    217.677362
+PG05 -25231.436845   2612.096216   8059.234264   -211.755958
+PG06  17946.700033   4505.996064  19280.362966    -82.219974
+PG07   1111.343379 -20246.487524  17033.586066     24.564882
+PG08  -6289.267587 -13909.639585  21679.208476      9.041036
+PG09 -14758.998223  22063.456566  -1721.561355    102.689664
+PG10 -23447.283036  -9758.250634  -8630.473094    -11.667023
+PG11  12587.830209 -22841.489039   3610.731881   -181.800593
+PG12 -10903.537599  12539.122670 -20669.764858     19.404824
+PG13  -3055.884886 -25317.052327  -7414.149600    253.754332
+PG14  14566.604613  19287.307365 -11014.570084    169.904953
+PG15  -8682.578884  15411.978760  19769.592280   -108.264157
+PG16  24821.415099  -2467.651017   9569.127820   -195.041730
+PG17 -15488.132849 -18460.639360 -11282.503696    177.060125
+PG18  10129.707750  15856.206795  19214.912870    155.036055
+PG19  11426.514760 -11896.440768  20718.357155   -178.892092
+PG20   8766.532768 -14553.188801 -20543.938619     52.373637
+PG21   3125.567570  18736.717985  18757.719672   -168.365100
+PG22  21831.965943  11142.056436  10551.806892    144.889837
+PG23   2733.656930 -21415.806027 -15206.019372    279.698618
+PG24  14833.493983 -21507.982495  -3658.092022    420.033793
+PG25   2149.788925  15322.498995 -21617.609318     16.570553
+PG26 -14327.208209   2318.304502  21671.160899   -141.808832
+PG27 -17798.833583  18715.088285   5919.774137    300.540244
+PG28 -19096.417340 -12879.691735  13968.632998     63.864044
+PG29   4190.843182  25270.562675  -7041.664574    235.872764
+PG30   5593.720258  15260.697381 -21412.256606     90.716189
+PG31  16281.409027   1744.959963 -20761.913543    134.606078
+PG32  17139.376830  -9107.762334 -17663.466227   -320.567238
+PR01  14403.202250  -5482.353418 -20312.119642 999999.999999
+PR02  -4443.205838 -12505.266240 -21773.979283 999999.999999
+PR03  -6472.733304  -8237.297853  23233.714289 999999.999999
+PR04   9156.550460  21915.850153   9287.405457 999999.999999
+PR05 -14500.029455   5442.535670  20266.608627 999999.999999
+PR06   3694.914908  12292.692652  22041.961403 999999.999999
+PR07  21293.510423  10396.617485   9474.423256 999999.999999
+PR08  24196.673899   4509.790602  -6689.310765 999999.999999
+PR09  -8178.127943  17488.564183 -16647.651467 999999.999999
+PR10   6352.685058   8358.869829 -23270.415715 999999.999999
+PR11  18244.672766  -6226.451789 -16749.850810 999999.999999
+PR12  19044.753815 -16823.487250    227.654018 999999.999999
+PR13   8260.913943 -17660.621362  16414.089576 999999.999999
+PR15 -18846.051700   7985.559661  15161.263993 999999.999999
+PR16 -19070.804498  17020.250790   -470.667164 999999.999999
+PR17  -9732.114780 -20216.589132 -12056.492109 999999.999999
+PR18 -11527.243666  -3599.700636 -22431.139411 999999.999999
+PR19  -6542.252602  14615.097391 -19858.240159 999999.999999
+PR20   2535.791143  24886.362141  -5150.774494 999999.999999
+PR21   9883.199687  20305.291403  11760.161177 999999.999999
+PR22  11637.963833   4249.431032  22321.938476 999999.999999
+PR23   6401.848644 -14731.153062  19808.107437 999999.999999
+PR24  -2431.320795 -24701.595840   5861.240817 999999.999999
+*  2011  8 31 17 30  0.00000000
+PG01  13284.659686 -22924.827988  -1899.851191 999999.999999
+PG02 -19154.260125   7959.599724 -16233.669001    353.786009
+PG03  18045.760880   1290.557701  19098.972132    762.136969
+PG04 -14017.461756  -7420.227150 -21537.515695    217.687519
+PG05 -25972.605229   2286.751267   5365.894462   -211.760679
+PG06  18795.000844   6432.755278  17886.223459    -82.211586
+PG07   2320.863508 -21643.111931  15059.683562     24.566381
+PG08  -4665.290725 -15712.840375  20789.110830      9.039981
+PG09 -14896.948112  21933.450479   1178.960305    102.692457
+PG10 -22334.913029  -9860.260893 -11129.012891    -11.667824
+PG11  12816.629526 -22099.429589   6253.412521   -181.803767
+PG12 -13179.862828  12189.416541 -19505.954784     19.406903
+PG13  -2568.970317 -24447.034113 -10092.497053    253.753044
+PG14  14817.507012  20399.503386  -8423.294851    169.906487
+PG15  -9786.856020  13364.699437  20736.252760   -108.262670
+PG16  25723.224104  -2176.145527   6907.591225   -195.043780
+PG17 -15742.683121 -19610.464912  -8758.519963    177.058691
+PG18   7934.361571  15728.853601  20305.706025    155.037398
+PG19  12316.033323  -9643.424678  21400.693683   -178.895505
+PG20  11036.184255 -14314.388879 -19583.045899     52.374187
+PG21   1783.416737  20247.046040  17213.320409   -168.367997
+PG22  20490.876573  11268.865361  12878.906716    144.889743
+PG23   3660.486553 -19785.837989 -17129.559518    279.695994
+PG24  15243.618808 -21519.501761   -824.025879    420.036708
+PG25   -323.215661  15139.950246 -21847.399165     16.572161
+PG26 -15195.136186   -105.521076  21245.482254   -141.820319
+PG27 -17553.213439  17964.024995   8675.641053    300.545775
+PG28 -17468.940463 -12785.085051  16082.724409     63.866519
+PG29   3611.779031  24466.511494  -9678.234377    235.875460
+PG30   3200.572555  15317.930013 -21866.267382     90.713445
+PG31  14875.799162   3753.994663 -21510.862183    134.610872
+PG32  19054.024660  -8552.213100 -15879.567734   -320.573195
+PR01  16731.225122  -4878.409373 -18610.585927 999999.999999
+PR02  -1822.732338 -11709.903041 -22577.211066 999999.999999
+PR03  -4440.691859 -10245.705143  22902.682267 999999.999999
+PR04   9530.633976  22811.307993   6258.792102 999999.999999
+PR05 -16820.398640   4843.546370  18553.393928 999999.999999
+PR06   1049.763356  11489.046190  22745.686349 999999.999999
+PR07  20001.199958  10035.044915  12265.477595 999999.999999
+PR08  24839.857763   4569.367932  -3568.993990 999999.999999
+PR09  -9486.746289  18879.789568 -14251.376588 999999.999999
+PR10   4330.285430  10365.386981 -22932.234041 999999.999999
+PR11  16582.771083  -4790.154202 -18816.905967 999999.999999
+PR12  18815.613241 -16822.827168  -3000.444571 999999.999999
+PR13   9511.639162 -19073.616637  13976.485772 999999.999999
+PR15 -17298.323141   6680.036329  17470.190624 999999.999999
+PR16 -18846.346266  17048.451000   2739.779998 999999.999999
+PR17 -10163.761105 -21465.980977  -9195.869590 999999.999999
+PR18 -12212.987530  -6228.622135 -21463.346168 999999.999999
+PR19  -7053.597616  12125.751749 -21306.638398 999999.999999
+PR20   2503.520400  24046.367198  -8228.178478 999999.999999
+PR21  10317.308528  21514.566041   8878.726267 999999.999999
+PR22  12337.566738   6845.194944  21289.629353 999999.999999
+PR23   6941.858205 -12251.796792  21260.669727 999999.999999
+PR24  -2355.936057 -23777.900284   8907.754709 999999.999999
+*  2011  8 31 17 45  0.00000000
+PG01  13531.052703 -22838.481122    954.749534 999999.999999
+PG02 -18326.890535   6136.160700 -17931.147116    353.787617
+PG03  19197.831874   3163.416333  17768.571166    762.141139
+PG04 -12732.317267  -9475.734043 -21498.408264    217.697821
+PG05 -26420.471017   2010.248763   2580.811493   -211.765512
+PG06  19647.084692   8166.713629  16190.135998    -82.202751
+PG07   3325.454337 -22901.584188  12823.939671     24.568117
+PG08  -3217.023768 -17512.166457  19537.792023      9.040313
+PG09 -14876.935647  21526.754250   4059.088220    102.696004
+PG10 -20961.395674 -10003.257377 -13441.756703    -11.670000
+PG11  12988.456439 -21086.631108   8785.237602   -181.806677
+PG12 -15321.832609  11971.340976 -18004.587822     19.409202
+PG13  -1918.703872 -23336.261758 -12597.406480    253.751638
+PG14  15004.489044  21220.066014  -5687.397252    169.908364
+PG15 -11034.598512  11298.728508  21345.309305   -108.260985
+PG16  26334.063498  -1956.599872   4129.317391   -195.045908
+PG17 -15928.515986 -20480.412609  -6084.941074    177.056886
+PG18   5631.273882  15703.449752  21059.475050    155.039232
+PG19  13341.258219  -7390.598460  21712.620731   -178.899096
+PG20  13189.352867 -14183.708781 -18288.546797     52.374339
+PG21    610.893993  21663.796412  15375.218390   -168.369935
+PG22  18910.150430  11444.979118  14987.748000    144.889653
+PG23   4761.694722 -18028.137107 -18753.815295    279.693274
+PG24  15465.894280 -21286.876200   2024.510353    420.038685
+PG25  -2807.456425  15088.176033 -21702.214887     16.573770
+PG26 -16163.835914  -2407.226422  20435.509684   -141.831703
+PG27 -17197.626822  16941.548405  11282.459529    300.549784
+PG28 -15621.384748 -12763.415755  17932.398410     63.868885
+PG29   2865.239549  23433.133968 -12148.183993    235.878208
+PG30    783.957383  15502.828150 -21957.629039     90.710646
+PG31  13546.513531   5893.211183 -21883.838215    134.616180
+PG32  20775.020306  -8119.547358 -13812.193517   -320.579145
+PR01  18870.372376  -4494.055627 -16547.112807 999999.999999
+PR02    918.442205 -11089.350679 -22941.504294 999999.999999
+PR03  -2611.563704 -12352.069682  22125.417608 999999.999999
+PR04   9852.164008  23315.151598   3108.506616 999999.999999
+PR05 -18950.315564   4463.680776  16479.788981 999999.999999
+PR06  -1705.044265  10866.229841  23007.496431 999999.999999
+PR07  18361.540606   9714.393937  14818.559633 999999.999999
+PR08  25106.031507   4499.944173   -379.335765 999999.999999
+PR09 -10477.239525  20135.196714 -11577.569791 999999.999999
+PR10   2512.645893  12467.986342 -22150.160142 999999.999999
+PR11  14878.802964  -3060.386957 -20519.620081 999999.999999
+PR12  18317.693474 -16515.999922  -6169.635499 999999.999999
+PR13  10441.735755 -20340.132994  11266.737788 999999.999999
+PR15 -15679.319086   5064.727641  19438.547526 999999.999999
+PR16 -18354.831217  16773.342899   5897.320095 999999.999999
+PR17 -10579.582441 -22332.544635  -6155.780673 999999.999999
+PR18 -13045.433656  -8662.860887 -20076.767498 999999.999999
+PR19  -7792.040772   9534.971950 -22341.337677 999999.999999
+PR20   2300.260173  22859.211527 -11146.297379 999999.999999
+PR21  10727.678511  22339.982941   5823.814202 999999.999999
+PR22  13179.013081   9236.532322  19845.423594 999999.999999
+PR23   7709.098005  -9672.629185  22299.999106 999999.999999
+PR24  -2101.127120 -22515.290169  11781.070114 999999.999999
+*  2011  8 31 18  0  0.00000000
+PG01  13631.808520 -22479.763035   3792.920451 999999.999999
+PG02 -17507.681600   4122.780847 -19313.149653    353.789281
+PG03  20327.307038   4844.156234  16125.000733    762.146480
+PG04 -11559.522106 -11573.227835 -21096.058409    217.707771
+PG05 -26565.347088   1746.952341   -248.384187   -211.770585
+PG06  20465.746789   9688.043274  14220.880885    -82.194569
+PG07   4132.888599 -23978.448922  10364.927812     24.569762
+PG08  -1959.445900 -19258.599439  17945.464488      9.038431
+PG09 -14734.875804  20827.718322   6868.663660    102.698683
+PG10 -19351.365034 -10218.246217 -15530.189901    -11.670703
+PG11  13135.506373 -19810.347646  11160.928840   -181.809471
+PG12 -17285.115549  11866.917273 -16191.278962     19.411323
+PG13  -1084.381669 -22022.632220 -14886.219997    253.749698
+PG14  15087.497977  21750.310596  -2854.073589    169.909924
+PG15 -12409.407977   9258.904994  21586.775152   -108.259639
+PG16  26639.363121  -1772.596209   1281.290692   -195.047783
+PG17 -16007.154695 -21071.695381  -3307.659953    177.055342
+PG18   3262.787210  15791.226362  21463.092520    155.040736
+PG19  14486.428667  -5184.488143  21649.838892   -178.902700
+PG20  15185.170671 -14144.511520 -16682.100202     52.374644
+PG21   -392.214588  22943.948133  13272.922646   -168.372213
+PG22  17118.442338  11697.987455  16842.856502    144.889597
+PG23   6036.667100 -16189.518917 -20051.183808    279.690544
+PG24  15530.903356 -20790.742745   4837.528857    420.040087
+PG25  -5253.804304  15166.030212 -21184.459953     16.575398
+PG26 -17202.594983  -4544.035466  19257.812781   -141.843121
+PG27 -16774.562826  15651.640922  13697.048819    300.553339
+PG28 -13588.270302 -12842.142990  19487.990658     63.871729
+PG29   1933.075092  22206.654783 -14408.812540    235.881016
+PG30  -1609.750052  15813.193714 -21684.882260     90.707968
+PG31  12325.056035   8122.066061 -21873.542755    134.621346
+PG32  22264.253708  -7787.651697 -11498.207959   -320.584960
+PR01  20760.819045  -4306.360820 -14161.818406 999999.999999
+PR02   3714.393622 -10664.533640 -22859.736454 999999.999999
+PR03  -1021.975441 -14495.109171  20916.756522 999999.999999
+PR04  10064.959341  23430.293007   -102.214815 999999.999999
+PR05 -20830.224545   4279.741146  14086.060580 999999.999999
+PR06  -4502.713700  10443.638812  22822.166477 999999.999999
+PR07  16407.832597   9482.956663  17084.093466 999999.999999
+PR08  24977.682264   4353.292846   2817.692397 999999.999999
+PR09 -11156.245698  21194.027937  -8678.130134 999999.999999
+PR10    935.842005  14605.843030 -20939.628082 999999.999999
+PR11  13195.304468  -1061.799092 -21824.853730 999999.999999
+PR12  17600.959407 -15875.935264  -9217.789895 999999.999999
+PR13  11060.341754 -21399.428503   8337.633396 999999.999999
+PR15 -14053.334131   3159.141261  21028.233818 999999.999999
+PR16 -17645.104973  16166.940260   8940.904419 999999.999999
+PR17 -10922.378189 -22808.807881  -2995.526421 999999.999999
+PR18 -13982.575717 -10848.676872 -18298.149389 999999.999999
+PR19  -8755.212560   6911.685774 -22942.269833 999999.999999
+PR20   1886.251493  21367.781950 -13848.589467 999999.999999
+PR21  11057.160782  22775.725837   2655.088248 999999.999999
+PR22  14119.646842  11371.768482  18017.701158 999999.999999
+PR23   8700.531350  -7062.410491  22905.877929 999999.999999
+PR24  -1629.161929 -20958.857969  14425.257662 999999.999999
+*  2011  8 31 18 15  0.00000000
+PG01  13622.209515 -21836.452152   6565.821456 999999.999999
+PG02 -16731.485568   1949.855174 -20356.436169    353.790704
+PG03  21394.610833   6316.359340  14198.669422    762.150978
+PG04 -10515.959271 -13669.760712 -20336.158382    217.717876
+PG05 -26406.123850   1460.340819  -3073.335516   -211.775396
+PG06  21211.999758  10984.576048  12011.734282    -82.185721
+PG07   4758.951359 -24834.213082   7725.254371     24.571348
+PG08   -898.741223 -20902.220083  16038.581601      9.037610
+PG09 -14509.794659  19829.606787   9558.099551    102.701968
+PG10 -17535.971143 -10531.588736 -17359.440805    -11.672129
+PG11  13288.944446 -18285.855977  13337.864680   -181.812467
+PG12 -19030.481022  11851.221902 -14097.146882     19.413507
+PG13    -52.914712 -20548.777169 -16920.121263    253.748451
+PG14  15028.562414  22000.432723     28.039014    169.912000
+PG15 -13887.613875   7286.996973  21457.015653   -108.257852
+PG16  26633.181130  -1585.907985  -1588.376187   -195.050155
+PG17 -15942.169432 -21393.998376   -474.118683    177.053910
+PG18    873.156534  15996.169200  21509.009944    155.042653
+PG19  15728.451172  -3068.236230  21214.538392   -178.906455
+PG20  16987.249198 -14173.879152 -14790.703896     52.375245
+PG21  -1233.574416  24046.392507  10940.934830   -168.374762
+PG22  15150.221764  12050.311126  18413.045027    144.889487
+PG23   7476.448442 -14317.144531 -20999.954363    279.688194
+PG24  15473.436504 -20019.646576   7565.755331    420.042904
+PG25  -7614.274732  15364.300547 -20302.918752     16.577034
+PG26 -18275.004720  -6480.322512  17735.645035   -141.854607
+PG27 -16326.093668  14106.847981  15880.163501    300.557881
+PG28 -11409.221817 -13042.468858  20724.546486     63.874561
+PG29    804.618699  20827.735763 -16420.961604    235.884017
+PG30  -3935.249324  16239.106260 -21052.393758     90.705186
+PG31  11236.001409  10395.029993 -21479.488631    134.626387
+PG32  23490.301894  -7528.567738  -8979.023798   -320.590958
+PR01  22350.215356  -4282.039822 -11501.090137 999999.999999
+PR02   6496.384014 -10444.561315 -22333.462166 999999.999999
+PR03    303.402825 -16608.913755  19300.000551 999999.999999
+PR04  10115.735874  23172.744623  -3310.947750 999999.999999
+PR05 -22408.081293   4258.227525  11418.697750 999999.999999
+PR06  -7274.004797  10228.699301  22193.161533 999999.999999
+PR07  14184.056662   9382.594695  19018.063393 999999.999999
+PR08  24450.257330   4183.807994   5959.995389 999999.999999
+PR09 -11542.811039  22000.198629  -5609.448384 999999.999999
+PR10   -376.014135  16713.676754 -19324.297266 999999.999999
+PR11  11590.485718   1168.937286 -22707.117257 999999.999999
+PR12  16721.545077 -14887.697266 -12085.289736 999999.999999
+PR13  11388.985087 -22195.951431   5246.226513 999999.999999
+PR15 -12481.345772    995.385401  22208.596421 999999.999999
+PR16 -16772.184497  15213.050353  11811.585873 999999.999999
+PR17 -11135.981308 -22900.739950    223.210611 999999.999999
+PR18 -14974.389520 -12742.116759 -16161.976479 999999.999999
+PR19  -9928.322294   4324.177822 -23097.782848 999999.999999
+PR20   1231.156765  19624.152157 -16282.651329 999999.999999
+PR21  11249.983613  22829.400470   -565.530730 999999.999999
+PR22  15109.197563  13209.267081  15842.144736 999999.999999
+PR23   9900.732524  -4489.162854  23066.514725 999999.999999
+PR24   -912.113573 -19162.496426  16788.822918 999999.999999
+*  2011  8 31 18 30  0.00000000
+PG01  13540.014730 -20904.809773   9225.727943 999999.999999
+PG02 -16028.186180   -346.074051 -21043.950361    353.792047
+PG03  22359.681709   7571.918938  12024.693007    762.155876
+PG04  -9611.163470 -15720.375205 -19230.424873    217.727818
+PG05 -25950.289764   1114.606283  -5845.769619   -211.780283
+PG06  21846.573709  12052.064116   9599.937014    -82.177325
+PG07   5226.631492 -25434.897988   4950.805894     24.573121
+PG08    -32.166834 -22394.099249  13849.453824      9.037313
+PG09 -14242.175406  18535.126949  12079.310961    102.704312
+PG10 -15551.851132 -10963.879302 -18898.809818    -11.672425
+PG11  13477.473834 -16536.023257  15276.938170   -181.815354
+PG12 -20525.182158  11893.471251 -11758.285390     19.415701
+PG13   1180.501462 -18960.446271 -18664.763600    253.746505
+PG14  14793.385778  21988.949699   2909.690950    169.913481
+PG15 -15439.080766   5420.258772  20958.774902   -108.256311
+PG16  26318.401434  -1358.132218  -4431.211400   -195.052281
+PG17 -15700.696983 -21464.940432   2367.483398    177.052604
+PG18  -1492.889743  16314.805024  21195.424582    155.044242
+PG19  17037.743892  -1080.139207  20415.285238   -178.909931
+PG20  18564.911084 -14243.576162 -12646.274549     52.375914
+PG21  -1927.905430  24933.522321   8418.279942   -168.377002
+PG22  13044.607705  12518.227706  19671.900378    144.889105
+PG23   9063.959743 -12456.779344 -21584.637088    279.685419
+PG24  15330.942397 -18970.614919  10161.537570    420.043721
+PG25  -9843.677057  15666.085700 -19072.614418     16.578601
+PG26 -19340.488595  -8188.758003  15898.325457   -141.866381
+PG27 -15892.194839  12327.831312  17797.002156    300.561950
+PG28  -9127.672515 -13378.497212  21622.134405     63.877029
+PG29   -522.686473  19339.934836 -18149.706572    235.887068
+PG30  -6149.795797  16763.273720 -20070.301836     90.702234
+PG31  10296.096724  12663.194933 -20708.056347    134.631365
+PG32  24429.578054  -7309.815234  -6299.775384   -320.596711
+PR01  23595.739559  -4379.076055  -8616.679877 999999.999999
+PR02   9195.481347 -10426.391295 -21372.885740 999999.999999
+PR03   1352.683426 -18625.588307  17306.479038 999999.999999
+PR04   9956.586558  22570.835428  -6455.298264 999999.999999
+PR05 -23641.390668   4356.966380   8529.509757 999999.999999
+PR06  -9949.872826  10216.605544  21132.580251 999999.999999
+PR07  11743.241465   9446.808440  20582.868895 999999.999999
+PR08  23532.404805   4045.960003   8986.562088 999999.999999
+PR09 -11667.344357  22504.733312  -2431.305535 999999.999999
+PR10  -1411.535334  18724.343702 -17335.583097 999999.999999
+PR11  10115.860618   3584.391343 -23149.075014 999999.999999
+PR12  15739.215552 -13549.322535 -14716.218840 999999.999999
+PR13  11460.415534 -22681.736259   2052.715829 999999.999999
+PR15 -11018.496142  -1382.939110  22957.006491 999999.999999
+PR16 -15794.836210  13908.192638  14453.651848 999999.999999
+PR17 -11167.859498 -22627.361572   3437.589328 999999.999999
+PR18 -15964.995279 -14310.623674 -13709.808674 999999.999999
+PR19 -11284.638768   1837.457028 -22804.864820 999999.999999
+PR20    315.591439  17687.468580 -18401.229298 999999.999999
+PR21  11254.341435  22521.573956  -3775.097655 999999.999999
+PR22  16091.945051  14718.880886  13361.034372 999999.999999
+PR23  11282.390177  -2017.542823  22778.774245 999999.999999
+PR24     66.701206 -17186.699404  18825.716950 999999.999999
+*  2011  8 31 18 45  0.00000000
+PG01  13423.839563 -19689.848627  11726.853335 999999.999999
+PG02 -15421.558382  -2723.588907 -21365.047166    353.793515
+PG03  23183.547750   8611.055040   9642.156281    762.160312
+PG04  -8847.038075 -17679.648165 -17796.488896    217.737549
+PG05 -25213.637593    676.225130  -8518.306373   -211.785261
+PG06  22331.439248  12894.150676   7026.105716    -82.168793
+PG07   5565.022807 -25753.390602   2089.927347     24.574725
+PG08    651.713485 -23688.188393  11415.733282      9.037404
+PG09 -13972.217943  16956.598298  14386.661733    102.706130
+PG10 -13439.910650 -11529.038289 -20122.245196    -11.673745
+PG11  13726.008748 -14590.564832  16943.347930   -181.818242
+PG12 -21744.096794  11958.351374  -9215.139127     19.418001
+PG13   2612.039716 -17304.793787 -20090.815604    253.745378
+PG14  14352.796360  21741.840813   5741.843909    169.915352
+PG15 -17028.271392   3690.176495  20101.093713   -108.254895
+PG16  25706.616329  -1052.329482  -7199.158444   -195.054203
+PG17 -15254.824801 -21309.251368   5168.980866    177.051092
+PG18  -3791.616275  16736.267546  20526.374591    155.046022
+PG19  18379.334311    747.608982  19266.801123   -178.913566
+PG20  19894.217612 -14321.231661 -10285.142146     52.376412
+PG21  -2496.292328  25572.735203   5747.922103   -168.379185
+PG22  10844.042031  13111.137443  20598.196740    144.889111
+PG23  10774.540770 -10651.133866 -21796.169615    279.682828
+PG24  15141.886833 -17649.397734  12579.714136    420.046186
+PG25 -11901.160544  16047.481462 -17514.561011     16.580121
+PG26 -20355.986051  -9651.083468  13780.510860   -141.877716
+PG27 -15509.199291  10342.642314  19417.614048    300.566210
+PG28  -6789.448615 -13856.650430  22166.102847     63.879863
+PG29  -2042.975507  17788.061410 -19564.977769    235.889702
+PG30  -8214.593815  17361.659371 -18754.389198     90.699353
+PG31   9513.686474  14876.033547 -19572.413705    134.636782
+PG32  25067.161357  -7095.908134  -3508.413978   -320.602933
+PR01  24465.767181  -4548.721354  -5564.693244 999999.999999
+PR02  11745.192273 -10595.022530 -19996.665026 999999.999999
+PR03   2127.038046 -20478.002402  14974.947930 999999.999999
+PR04   9547.243338  21663.926784  -9474.121773 999999.999999
+PR05 -24498.861364   4527.113453   5474.619792 999999.999999
+PR06 -12464.109471  10390.589631  19660.929856 999999.999999
+PR07   9145.464199   9699.170958  21748.056606 999999.999999
+PR08  22245.679472   3991.754443  11838.650033 999999.999999
+PR09 -11570.092428  22667.924804    794.303227 999999.999999
+PR10  -2172.283836  20571.518155 -15012.045236 999999.999999
+PR11   8814.170659   6128.094190 -23141.896262 999999.999999
+PR12  14714.700757 -11872.109900 -17059.466004 999999.999999
+PR13  11316.969522 -22818.497164  -1180.737650 999999.999999
+PR15  -9711.845728  -3922.330417  23259.274461 999999.999999
+PR16 -14773.008127  12262.001322  16815.703140 999999.999999
+PR17 -10971.572496 -22019.817367   6584.857578 999999.999999
+PR18 -16895.093465 -15534.170890 -10989.469897 999999.999999
+PR19 -12786.487651   -489.228651 -22069.201549 999999.999999
+PR20   -867.803870  15621.558363 -20163.134881 999999.999999
+PR21  11024.824935  21884.779117  -6910.898045 999999.999999
+PR22  17009.120451  15882.929377  10622.425804 999999.999999
+PR23  12807.326632    293.635073  22048.239297 999999.999999
+PR24   1311.760954 -15096.102367  20496.240942 999999.999999
+*  2011  8 31 19  0  0.00000000
+PG01  13311.510295 -18205.273272  14026.138420 999999.999999
+PG02 -14928.398821  -5137.846533 -21315.590437    353.794740
+PG03  23829.844264   9442.001811   7093.329365    762.165851
+PG04  -8217.867776 -19503.279344 -16057.687745    217.747576
+PG05 -24219.667606    115.442008 -11045.252224   -211.789893
+PG06  22631.298632  13522.052231   4333.593050    -82.160181
+PG07   5807.978925 -25770.537810   -807.452166     24.576333
+PG08   1172.432484 -24743.130007   8779.771836      9.036184
+PG09 -13738.083498  15115.739840  16437.903586    102.709427
+PG10 -11243.956467 -12233.652555 -21008.760722    -11.674915
+PG11  14054.511982 -12485.021748  18307.299674   -181.821096
+PG12 -22670.580057  12007.540270  -6511.794366     19.419904
+PG13   4229.227579 -15628.633719 -21174.418037    253.743924
+PG14  13684.000802  21291.422572   8476.477575    169.917084
+PG15 -18615.523464   2121.447635  18899.122678   -108.253401
+PG16  24817.698324   -634.611667  -9845.346447   -195.056104
+PG17 -14582.789465 -20957.698695   7883.021585    177.049701
+PG18  -5981.725182  17242.645529  19511.757226    155.047494
+PG19  19714.164574   2389.923921  17789.645683   -178.917126
+PG20  20958.752077 -14371.697111  -7747.464503     52.376436
+PG21  -2965.219548  25937.785899   2976.067613   -168.381665
+PG22   8592.849038  13831.095487  21176.231128    144.888892
+PG23  12576.792209  -8938.350617 -21632.002728    279.680052
+PG24  14944.088769 -16070.367239  14778.424696    420.048108
+PG25 -13751.598344  16478.550340 -15655.413469     16.581762
+PG26 -21277.713384 -10858.496716  11421.387894   -141.889279
+PG27 -15208.434313   8185.752301  20717.210169    300.570413
+PG28  -4441.279192 -14475.361425  22347.280770     63.882319
+PG29  -3741.980287  16216.491894 -20642.099414    235.892412
+PG30 -10096.055019  18004.365414 -17125.882371     90.696716
+PG31   8888.487293  16983.239675 -18092.298134    134.641943
+PG32  25397.273485  -6849.995047   -654.750410   -320.608734
+PR01  24941.086810  -4737.787798  -2404.492976 999999.999999
+PR02  14083.999047 -10924.210084 -18231.550066 999999.999999
+PR03   2640.413133 -22102.531418  12350.835685 999999.999999
+PR04   8857.024265  20500.682397 -12308.717462 999999.999999
+PR05 -24961.608408   4715.445615   2313.373818 999999.999999
+PR06 -14755.873952  10722.713310  17806.736163 999999.999999
+PR07   6455.566464  10152.192972  22490.915147 999999.999999
+PR08  20623.726492   4068.301944  14460.924009 999999.999999
+PR09 -11299.201179  22461.122445   4004.394943 999999.999999
+PR10  -2672.452467  22192.354263 -12398.645187 999999.999999
+PR11   7717.689506   8736.647156 -22685.445057 999999.999999
+PR12  13707.018285  -9880.351883 -19069.717623 999999.999999
+PR13  11008.538789 -22579.330149  -4391.230009 999999.999999
+PR15  -8598.491814  -6561.393034  23109.897788 999999.999999
+PR16 -13765.222422  10297.091398  18851.658197 999999.999999
+PR17 -10508.978779 -21119.950897   9603.597598 999999.999999
+PR18 -17704.569908 -16405.870222  -8054.104777 999999.999999
+PR19 -14386.724616  -2604.628037 -20905.066721 999999.999999
+PR20  -2313.797488  13492.358029 -21534.046700 999999.999999
+PR21  10524.586309  20962.027379  -9911.697069 999999.999999
+PR22  17801.444254  16696.667127   7679.228246 999999.999999
+PR23  14427.991149   2393.621154  20889.103127 999999.999999
+PR24   2814.898265 -12956.865774  21767.826648 999999.999999
+*  2011  8 31 19 15  0.00000000
+PG01  13238.457792 -16473.094051  16083.993743 999999.999999
+PG02 -14557.956400  -7542.147874 -20897.926011    353.796461
+PG03  24266.214786  10080.390600   4422.859033    762.169791
+PG04  -7710.631926 -21149.666408 -14042.756123    217.757388
+PG05 -22998.710201   -592.390079 -13383.366921   -211.795027
+PG06  22714.991107  13953.963716   1567.804166    -82.150860
+PG07   5992.576750 -25475.937878  -3690.728096     24.577928
+PG08   1556.678543 -25523.909105   5987.862483      9.036348
+PG09 -13574.200413  13043.071128  18195.081136    102.711003
+PG10  -9009.226189 -13076.588231 -21542.790244    -11.677769
+PG11  14477.049709 -10259.501163  19344.598475   -181.823931
+PG12 -23296.993642  12001.361910  -3695.197962     19.422390
+PG13   6011.265156 -13976.728821 -21897.547450    253.742069
+PG14  12771.596090  20675.003973  11067.367820    169.918513
+PG15 -20158.490379    731.231056  17373.835604   -108.251896
+PG16  23679.075886    -75.619212 -12324.846573   -195.058328
+PG17 -13669.946922 -20445.805605  10463.824087    177.048133
+PG18  -8025.728023  17809.606422  18167.264603    155.049216
+PG19  21000.552255   3829.555086  16009.810673   -178.921093
+PG20  21750.127425 -14358.528959  -5076.569175     52.376815
+PG21  -3365.361925  26009.924475    151.362498   -168.384122
+PG22   6335.732680  14672.627516  21396.077149    144.888688
+PG23  14433.680335  -7350.693454 -21096.068625    279.677482
+PG24  14773.102402 -14256.082888  16719.845807    420.049244
+PG25 -15366.756747  16924.537662 -13527.020488     16.583317
+PG26 -22062.924380 -11811.647407   8863.813605   -141.900819
+PG27 -15015.080114   5896.881728  21676.386580    300.573981
+PG28  -2129.278120 -15225.050676  22162.121785     63.885168
+PG29  -5597.379682  14667.511035 -21362.235722    235.895495
+PG30 -11766.878301  18656.745327 -15211.176877     90.694014
+PG31   8411.723250  18936.573985 -16293.664600    134.646941
+PG32  25423.384930  -6535.550567   2210.528432   -320.614737
+PR01  25015.611596  -4891.133503    802.461650 999999.999999
+PR02  16157.695189 -11377.671214 -16111.863308 999999.999999
+PR03   2918.695569 -23441.671707   9485.350784 999999.999999
+PR04   7866.382292  19136.965901 -14903.974336 999999.999999
+PR05 -25023.853261   4866.844219   -892.814036 999999.999999
+PR06 -16772.008859  11175.148869  15605.995359 999999.999999
+PR07   3740.679411  10806.667687  22796.921239 999999.999999
+PR08  18710.977404   4315.602169  16802.526458 999999.999999
+PR09 -10908.445888  21868.070900   7136.249870 999999.999999
+PR10  -2938.017842  23530.019462  -9545.886866 999999.999999
+PR11   6846.979647  11342.132539 -21788.304125 999999.999999
+PR12  12770.901061  -7610.522919 -20708.320679 999999.999999
+PR13  10590.230683 -21949.951843  -7516.345862 999999.999999
+PR15  -7704.128255  -9233.176344  22512.138926 999999.999999
+PR16 -12826.037184   8048.389710  20521.662800 999999.999999
+PR17  -9752.095916 -19978.444337  12434.942814 999999.999999
+PR18 -18335.157631 -16932.028572  -4961.122579 999999.999999
+PR19 -16030.623356  -4467.381073 -19335.046709 999999.999999
+PR20  -4004.532880  11365.268946 -22487.183430 999999.999999
+PR21   9727.145524  19804.895347 -12718.955866 999999.999999
+PR22  18411.696962  17168.227290   4588.198550 999999.999999
+PR23  16089.365210   4241.607941  19323.894317 999999.999999
+PR24   4555.398718 -10834.011291  22615.676996 999999.999999
+*  2011  8 31 19 30  0.00000000
+PG01  13236.213206 -14522.928959  17864.982187 999999.999999
+PG02 -14311.678740  -9889.560762 -20120.737753    353.797788
+PG03  24465.544505  10548.363195   1676.953592    762.174614
+PG04  -7305.612436 -22581.406660 -11785.415280    217.767840
+PG05 -21586.800797  -1465.665011 -15492.591249   -211.799839
+PG06  22556.761046  14214.207386  -1224.522842    -82.142139
+PG07   6157.451785 -24868.395821  -6509.544257     24.579595
+PG08   1837.046100 -26003.271559   3089.378696      9.036495
+PG09 -13509.708245  10776.940429  19625.374555    102.711961
+PG10  -6780.864774 -14048.892219 -21714.473722    -11.678815
+PG11  15001.105990  -7957.234295  20037.115669   -181.826809
+PG12 -23624.889858  11900.505269   -814.319473     19.424692
+PG13   7929.660934 -12390.176529 -22248.283551    253.740198
+PG14  11608.304578  19933.373931  13470.826209    169.920221
+PG15 -21613.690549   -471.306961  15551.649852   -108.250067
+PG16  22324.738148    648.166978 -14595.404754   -195.060425
+PG17 -12509.480451 -19812.408745  12867.903662    177.046688
+PG18  -9891.195646  18407.279432  16514.231561    155.050884
+PG19  22195.749844   5057.505823  13958.236246   -178.924436
+PG20  22268.196563 -14245.539877  -2318.231758     52.377254
+PG21  -3730.175109  25778.763140  -2676.002859   -168.386083
+PG22   4116.264990  15622.836040  21253.753878    144.888551
+PG23  16303.857742  -5913.486113 -20198.637626    279.674716
+PG24  14660.711105 -12236.542332  18370.838615    420.050154
+PG25 -16726.205013  17347.287689 -11165.887085     16.584926
+PG26 -22671.598231 -12520.260461   6153.431380   -141.912165
+PG27 -14947.279479   3519.673912  22281.268670    300.575653
+PG28    102.554371 -16088.390452  21612.790332     63.887838
+PG29  -7579.469695  13179.744053 -21712.735125    235.898581
+PG30 -13206.912702  19280.709415 -13041.487378     90.691292
+PG31   8066.616869  20691.638136 -14208.205841    134.652073
+PG32  25157.951711  -6118.042794   5036.842926   -320.620798
+PR01  24696.557015  -4954.236066   3993.816094 999999.999999
+PR02  17921.422897 -11910.731614 -13678.831240 999999.999999
+PR03   2998.364427 -24446.417557   6434.468756 999999.999999
+PR04   6567.989206  17633.455241 -17209.446058 999999.999999
+PR05 -24693.092385   4926.864252  -4081.656830 999999.999999
+PR06 -18469.043996  11701.895300  13101.477494 999999.999999
+PR07   1067.660108  11651.524034  22660.028269 999999.999999
+PR08  16560.913167   4764.635716  18818.059255 999999.999999
+PR09 -10454.728444  20885.740302  10128.660296 999999.999999
+PR10  -3005.402347  24535.996318  -6508.855626 999999.999999
+PR11   6210.153949  13874.728654 -20467.630648 999999.999999
+PR12  11954.439372  -5109.962580 -21944.001037 999999.999999
+PR13  10119.820766 -20929.422836 -10495.376888 999999.999999
+PR15  -7042.103958 -11867.746414  21477.934314 999999.999999
+PR16 -12003.684134   5561.954736  21792.886631 999999.999999
+PR17  -8684.534011 -18652.603525  15023.740314 999999.999999
+PR18 -18733.039780 -17131.650251  -1771.050711 999999.999999
+PR19 -17658.100226  -6047.493996 -17389.605047 999999.999999
+PR20  -5910.030854   9302.548949 -23003.834437 999999.999999
+PR21   8617.759341  18471.268592 -15277.989196 999999.999999
+PR22  18787.217393  17318.045523   1408.869576 999999.999999
+PR23  17731.200468   5808.184600  17383.039343 999999.999999
+PR24   6500.637442  -8788.822682  23023.254062 999999.999999
+*  2011  8 31 19 45  0.00000000
+PG01  13331.064511 -12391.019760  19338.429968 999999.999999
+PG02 -14183.277120 -12134.533782 -18998.796310    353.799409
+PG03  24406.984189  10873.458592  -1097.422536    762.179355
+PG04  -6977.278362 -23766.666240  -9323.861129    217.777686
+PG05 -20024.349034  -2515.618416 -17336.724344   -211.804631
+PG06  22137.341695  14332.155418  -3996.064122    -82.133366
+PG07   6341.074198 -23956.023560  -9214.711964     24.581215
+PG08   2050.528195 -26162.843961    135.830792      9.037725
+PG09 -13567.114198   8362.212240  20701.851282    102.713415
+PG10  -4602.400090 -15133.989680 -21519.869058    -11.678650
+PG11  15627.187023  -5623.015060  20373.118791   -181.829832
+PG12 -23664.842651  11667.738584   2080.727017     19.426936
+PG13   9949.160473 -10904.950444 -22220.978620    253.738116
+PG14  10195.406936  19109.178056  15646.391793    169.921851
+PG15 -22938.106503  -1485.136288  13463.961236   -108.248873
+PG16  20794.003217   1553.328469 -16618.140821   -195.062592
+PG17 -11102.821745 -19098.109228  15054.758660    177.044988
+PG18 -11551.838507  19001.372304  14579.390703    155.052549
+PG19  23257.544075   6073.138681  11670.259677   -178.928193
+PG20  22520.954764 -13998.358710    480.098712     52.378115
+PG21  -4094.341944  25242.823749  -5455.263817   -168.388830
+PG22   1975.419567  16661.794621  20751.307148    144.888400
+PG23  18143.146622  -4644.335807 -18956.070912    279.671943
+PG24  14633.593144 -10048.151533  19703.497868    420.053517
+PG25 -17817.930851  17706.805276  -8612.555266     16.586478
+PG26 -23067.990111 -13002.419474   3337.786064   -141.923610
+PG27 -15015.518616   1100.260484  22523.584846    300.578966
+PG28   2213.763020 -17040.850637  20707.187305     63.890534
+PG29  -9652.129127  11786.741193 -21687.365403    235.901345
+PG30 -14403.770650  19836.180867 -10652.422272     90.688603
+PG31   7829.215207  22209.503436 -11872.755380    134.657155
+PG32  24621.800121  -5566.505200   7774.678888   -320.626757
+PR01  24004.078036  -4875.743643   7107.538408 999999.999999
+PR02  19341.327608 -12472.341977 -10979.780314 999999.999999
+PR03   2924.687235 -25078.297488   3257.819696 999999.999999
+PR04   4967.307835  16053.074818 -19180.333341 999999.999999
+PR05 -23989.727486   4844.279879  -7191.207299 999999.999999
+PR06 -19814.804336  12250.857232  10341.894745 999999.999999
+PR07  -1499.455184  12664.195715  22082.791354 999999.999999
+PR08  14233.966808   5435.844647  20468.458318 999999.999999
+PR09  -9995.450246  19524.610540  12923.150286 999999.999999
+PR10  -2919.701380  25172.058938  -3346.172758 999999.999999
+PR11   5802.674124  16265.421807 -18748.844896 999999.999999
+PR12  11297.035655  -2435.113116 -22753.426026 999999.999999
+PR13   9655.106884 -19530.325469 -13270.503085 999999.999999
+PR15  -6613.016237 -14394.884455  20027.638240 999999.999999
+PR16 -11337.982547   2893.330131  22640.189772 999999.999999
+PR17  -7302.440443 -17203.884252  17319.634799 999999.999999
+PR18 -18851.280200 -17035.407119   1453.677416 999999.999999
+PR19 -19206.183113  -7327.335003 -15106.494530 999999.999999
+PR20  -7989.209544   7360.848193 -23073.737288 999999.999999
+PR21   7194.294232  17022.840757 -17539.040225 999999.999999
+PR22  18882.226873  17177.790132  -1797.568712 999999.999999
+PR23  19290.495902   7076.308811  15104.271033 999999.999999
+PR24   8607.227999  -6876.420352  22982.604676 999999.999999
+*  2011  8 31 20  0  0.00000000
+PG01  13542.926390 -10118.999793  20478.955513 999999.999999
+PG02 -14159.099901 -14234.439979 -17552.611701    353.800933
+PG03  24076.732662  11087.322727  -3853.331013    762.183911
+PG04  -6695.417770 -24680.360509  -6700.154993    217.787416
+PG05 -18354.652057  -3745.697630 -18884.039759   -211.809316
+PG06  21444.813176  14340.964396  -6699.675692    -82.124782
+PG07   6580.036968 -22755.980812 -11759.104724     24.582853
+PG08   2236.815145 -25993.902250  -2820.137536      9.037488
+PG09 -13761.228281   5848.664650  21404.099429    102.715528
+PG10  -2514.270922 -16308.175153 -20961.083727    -11.679448
+PG11  16348.731147  -3301.587718  20347.457797   -181.832819
+PG12 -23435.932339  11269.549014   4939.583583     19.429232
+PG13  12028.932676  -9550.649812 -21816.328478    253.737191
+PG14   8542.858958  18245.244987  17557.467154    169.923683
+PG15 -24090.773599  -2317.193352  11146.602025   -108.247305
+PG16  19130.093390   2648.669534 -18358.203908   -195.064478
+PG17  -9459.770649 -18343.673438  16987.509156    177.043450
+PG18 -12988.373920  19554.486537  12394.530695    155.054351
+PG19  24145.835992   6883.967241   9185.006991   -178.931805
+PG20  22524.135372 -13585.937797   3270.114851     52.378104
+PG21  -4492.140877  24409.730988  -8136.102727   -168.390869
+PG22    -49.797212  17763.217253  19896.801104    144.888415
+PG23  19906.126199  -3552.665987 -17390.478172    279.669119
+PG24  14712.210691  -7732.458053  20695.594605    420.056142
+PG25 -18638.637656  17962.902714  -5910.912782     16.588076
+PG26 -23221.989802 -13283.553826    465.458333   -141.934516
+PG27 -15222.290480  -1314.233617  22400.677456    300.581614
+PG28   4168.755092 -18051.512632  19458.911369     63.893248
+PG29 -11774.044363  10515.770555 -21286.434540    235.904557
+PG30 -15353.166123  20282.653417  -8083.483035     90.685764
+PG31   7669.515531  23458.126203  -9328.587265    134.662298
+PG32  23843.192515  -4854.947324  10376.497962   -320.632887
+PR01  22970.381707  -4609.894755  10083.129197 999999.999999
+PR02  20395.761013 -13007.379194  -8067.212856 999999.999999
+PR03   2749.539288 -25310.981939     17.499954 999999.999999
+PR04   3082.627432  14458.353881 -20778.354650 999999.999999
+PR05 -22946.173280   4573.497973 -10161.063410 999999.999999
+PR06 -20789.554585  12766.198391   7380.950529 999999.999999
+PR07  -3901.875589  13811.491781  21076.325949 999999.999999
+PR08  11795.153066   6338.065822  21721.744735 999999.999999
+PR09  -9585.874872  17808.396359  15465.139968 999999.999999
+PR10  -2732.549825  25411.843090   -118.884004 999999.999999
+PR11   5607.695825  18448.702878 -16665.155865 999999.999999
+PR12  10827.755418    350.611486 -23121.604198 999999.999999
+PR13   9251.277529 -17778.389191 -15787.913380 999999.999999
+PR15  -6404.852801 -16746.800679  18189.608243 999999.999999
+PR16 -10858.618862    105.497107  23046.644262 999999.999999
+PR17  -5614.915530 -15695.266399  19278.051904 999999.999999
+PR18 -18651.975547 -16684.122105   4649.973499 999999.999999
+PR19 -20611.621616  -8302.109900 -12530.027830 999999.999999
+PR20 -10191.382228   5588.991706 -22695.293903 999999.999999
+PR21   5467.566222  15522.476120 -19458.250538 999999.999999
+PR22  18659.884726  16788.843616  -4969.416305 999999.999999
+PR23  20704.110392   8041.756475  12531.894227 999999.999999
+PR24  10822.636440  -5143.611169  22494.517192 999999.999999
+*  2011  8 31 20 15  0.00000000
+PG01  13884.467737  -7752.460386  21266.907190 999999.999999
+PG02 -14218.792965 -16150.994427 -15808.001741    353.802236
+PG03  23468.556168  11224.294535  -6544.607806    762.188940
+PG04  -6426.476241 -25305.094814  -3959.523595    217.797099
+PG05 -16622.307555  -5151.232098 -20107.830249   -211.814000
+PG06  20475.200723  14276.167079  -9289.167539    -82.115966
+PG07   6907.426835 -21293.867851 -14098.509574     24.584749
+PG08   2436.473675 -25497.752267  -5725.786491      9.036153
+PG09 -14098.431843   3289.163402  21718.718613    102.717663
+PG10   -552.460389 -17541.384948 -20046.320162    -11.680798
+PG11  17152.326073  -1036.053268  19961.605977   -181.835438
+PG12 -22964.905152  10677.640823   7712.553377     19.431473
+PG13  14123.969557  -8349.501420 -21041.345515    253.736139
+PG14   6669.089237  17382.923478  19171.891756    169.925183
+PG15 -25034.299089  -2981.907204   8639.231376   -108.245916
+PG16  17378.567943   3934.668621 -19785.373915   -195.066707
+PG17  -7598.309421 -17588.441514  18633.480805    177.042026
+PG18 -14189.142642  20027.586760   9996.055521    155.055881
+PG19  24824.144579   7505.146565   6544.737650   -178.935479
+PG20  22300.512098 -12981.947357   6003.492594     52.378303
+PG21  -4955.809550  23296.032230 -10669.693288   -168.392965
+PG22  -1927.567651  18895.380407  18704.218456    144.888152
+PG23  21547.763661  -2639.570118 -15529.289880    279.666164
+PG24  14909.963457  -5334.700025  21330.907874    420.059114
+PG25 -19193.711915  18076.867752  -3107.441396     16.589634
+PG26 -23110.244969 -13395.181665  -2414.765760   -141.945632
+PG27 -15562.043831  -3677.198534  21915.457626    300.585606
+PG28   5937.959548 -19084.129807  17887.151284     63.895717
+PG29 -13900.146385   9386.866860 -20516.794341    235.907446
+PG30 -16058.960842  20580.796580  -5377.489615     90.682771
+PG31   7552.841888  24413.491590  -6620.629327    134.667443
+PG32  22856.620227  -3963.547993  12797.580872   -320.638989
+PR01  21638.353349  -4118.703568  12862.799576 999999.999999
+PR02  21075.982894 -13459.134343  -4997.781186 999999.999999
+PR03   2528.941223 -25131.393028  -3223.166451 999999.999999
+PR04    944.559775  12908.822425 -21972.488445 999999.999999
+PR05 -21605.480663   4076.736798 -12933.543180 999999.999999
+PR06 -21386.632416  13190.869317   4276.288183 999999.999999
+PR07  -6088.257803  15050.933377  19660.100132 999999.999999
+PR08   9311.523370   7467.962264  22553.638668 999999.999999
+PR09  -9276.595104  15773.224357  17705.029413 999999.999999
+PR10  -2499.716411  25241.945490   3110.698281 999999.999999
+PR11   5596.947005  20365.136008 -14256.931363 999999.999999
+PR12  10564.139474   3179.233660 -23042.119000 999999.999999
+PR13   8958.406200 -15711.579890 -17998.843949 999999.999999
+PR15  -6393.673415 -18860.752458  15999.641356 999999.999999
+PR16 -10583.866793  -2733.491953  23003.898274 999999.999999
+PR17  -3643.881707 -14188.588411  20861.061521 999999.999999
+PR18 -18108.035196 -16126.833173   7755.356904 999999.999999
+PR19 -21813.529528  -8979.798944  -9710.220251 999999.999999
+PR20 -12458.173019   4026.101147 -21875.620019 999999.999999
+PR21   3461.133904  14031.548844 -20998.506411 999999.999999
+PR22  18093.991215  16200.398452  -8045.618986 999999.999999
+PR23  21911.401069   8713.031718   9715.922752 999999.999999
+PR24  13087.193730  -3627.103352  21568.506294 999999.999999
+*  2011  8 31 20 30  0.00000000
+PG01  14360.530982  -5339.370514  21688.702430 999999.999999
+PG02 -14336.215776 -17851.496350 -13795.588482    353.803518
+PG03  22584.033210  11319.923302  -9126.569274    762.194031
+PG04  -6135.051323 -25631.822870  -1149.578121    217.806933
+PG05 -14871.586145  -6719.418462 -20986.872093   -211.818763
+PG06  19232.787774  14174.172755 -11720.075377    -82.107258
+PG07   7351.344873 -19602.795871 -16192.417519     24.586179
+PG08   2689.087275 -24685.703520  -8529.323362      9.036640
+PG09 -14576.318521    737.692709  21639.648537    102.719186
+PG10   1252.714435 -18798.228376 -18789.829032    -11.680955
+PG11  18018.220485   1133.637902  19223.558809   -181.838232
+PG12 -22285.042102   9870.231063  10351.491353     19.433786
+PG13  16186.648151  -7315.649108 -19909.235198    253.734071
+PG14   4600.485771  16560.490418  20462.446435    169.927081
+PG15 -25736.255206  -3500.441157   5984.668051   -108.244188
+PG16  15585.669959   5403.245105 -20874.598819   -195.068860
+PG17  -5544.117783 -16868.800868  19964.727172    177.040729
+PG18 -15150.444904  20381.571896   7424.444537    155.057608
+PG19  25260.980427   7958.684614   3794.152172   -178.938989
+PG20  21878.933077 -12166.000068   8632.744281     52.378816
+PG21  -5513.979826  21926.643242 -13009.736633   -168.395433
+PG22  -3632.291888  20022.266131  17193.268611    144.888308
+PG23  23025.027745  -1897.986299 -13404.754376    279.663305
+PG24  15232.636671  -2902.229365  21599.443630    420.063102
+PG25 -19496.861862  18013.087599   -250.417344     16.591197
+PG26 -22717.017466 -13373.466215  -5254.678318   -141.956890
+PG27 -16021.413748  -5944.015611  21076.309242    300.586562
+PG28   7498.786337 -20098.404934  16016.503834     63.898396
+PG29 -15983.204480   8412.173690 -19391.726104    235.910408
+PG30 -16532.911126  20694.050741  -2579.934746     90.679911
+PG31   7441.413085  25060.439825  -3796.609027    134.672182
+PG32  21701.379762  -2879.586208  14996.787953   -320.645161
+PR01  20059.754954  -3373.817558  15392.593877 999999.999999
+PR02  21386.333245 -13771.881547  -1831.180271 999999.999999
+PR03   2320.422458 -24540.268859  -6400.889853 999999.999999
+PR04  -1404.983835  11458.553948 -22739.572904 999999.999999
+PR05 -20019.533475   3325.876959 -15454.805653 999999.999999
+PR06 -21612.544050  13469.201330   1088.360237 999999.999999
+PR07  -8016.594703  16332.501559  17861.563826 999999.999999
+PR08   6849.551424   8809.976898  22948.024874 999999.999999
+PR09  -9111.214149  13466.296836  19599.179207 999999.999999
+PR10  -2278.525771  24662.506581   6280.178749 999999.999999
+PR11   5732.103469  21963.691384 -11570.923277 999999.999999
+PR12  10511.522313   5980.796518 -22517.196405 999999.999999
+PR13   8819.177591 -13378.691969 -19860.514649 999999.999999
+PR15  -6544.800151 -20681.460152  13500.272832 999999.999999
+PR16 -10519.804650  -5553.101969  22512.373303 999999.999999
+PR17  -1423.412291 -12741.955514  22038.104747 999999.999999
+PR18 -17204.511720 -15418.523197  10709.200929 999999.999999
+PR19 -22755.948889  -9380.558524  -6701.820788 999999.999999
+PR20 -14725.772644   2700.134483 -20630.425604 999999.999999
+PR21   1210.554442  12607.372154 -22130.145570 999999.999999
+PR22  17170.267997  15467.245129 -10966.913513 999999.999999
+PR23  22856.776467   9110.742282   6711.104475 999999.999999
+PR24  15336.422784  -2352.160699  20222.626129 999999.999999
+*  2011  8 31 20 45  0.00000000
+PG01  14967.866133  -2928.410027  21737.062448 999999.999999
+PG02 -14480.573508 -19309.854448 -11550.234780    353.805267
+PG03  21432.523235  11409.471884 -11556.670239    762.199679
+PG04  -5785.483933 -25660.190367   1680.534427    217.816340
+PG05 -13144.824511  -8429.622798 -21505.800760   -211.823511
+PG06  17730.128407  14070.731656 -13950.418368    -82.098465
+PG07   7933.636680 -17722.173993 -18004.737347     24.587912
+PG08   3031.440757 -23578.636875 -11180.923205      9.036471
+PG09 -15183.728262  -1752.668046  21168.321664    102.720391
+PG10   2877.609628 -20039.245341 -17211.765165    -11.681910
+PG11  18921.103900   3172.045026  18147.598515   -181.841191
+PG12 -21434.783603   8833.090303  12810.662834     19.436051
+PG13  18168.397645  -6454.755762 -18439.178303    253.732607
+PG14   2370.590250  15811.687101  21407.283571    169.928799
+PG15 -26170.394842  -3899.680058   3228.175903   -108.242807
+PG16  13796.647770   7037.854259 -21606.457663   -195.070869
+PG17  -3329.805282 -16216.779832  20958.484230    177.039363
+PG18 -15876.575477  20578.889099   4723.616041    155.059369
+PG19  25431.041146   8272.406070    979.672235   -178.942476
+PG20  21293.122985 -11124.654991  11112.066908     52.379424
+PG21  -6190.259223  20333.938269 -15113.456064   -168.397711
+PG22  -5145.385907  21104.886190  15389.103754    144.888124
+PG23  24298.426152  -1313.181065 -11053.370139    279.660672
+PG24  15678.160802   -482.871340  21497.541382    420.064862
+PG25 -19569.441235  17740.565189   2610.922168     16.592728
+PG26 -22034.752608 -13257.645336  -8007.378214   -141.968801
+PG27 -16579.722553  -8073.457643  19896.945707    300.590250
+PG28   8836.348587 -21051.447070  13876.711701     63.901002
+PG29 -17975.514511   7595.605088 -17930.710040    235.913260
+PG30 -16794.118381  20590.152402    261.727969     90.676805
+PG31   7296.034781  25393.143068   -906.152548    134.677424
+PG32  20419.995371  -1598.077713  16937.225277   -320.651346
+PR01  18293.072229  -2357.968557  17623.435119 999999.999999
+PR02  21343.868475 -13893.418319   1371.018870 999999.999999
+PR03   2180.325508 -23552.158789  -9453.673019 999999.999999
+PR04  -3914.292623  10153.957921 -23064.751921 999999.999999
+PR05 -18246.894878   2303.905697 -17675.896059 999999.999999
+PR06 -21486.518721  13549.455700  -2120.758717 999999.999999
+PR07  -9655.712007  17600.723518  15715.621403 999999.999999
+PR08   4472.557294  10336.811283  22897.261507 999999.999999
+PR09  -9124.341167  10944.099758  21110.767406 999999.999999
+PR10  -2125.215194  23687.251888   9328.267181 999999.999999
+PR11   5966.604078  23203.743213  -8659.362138 999999.999999
+PR12  10662.879864   8686.017449 -21557.609651 999999.999999
+PR13   8866.941064 -10837.502537 -21336.946283 999999.999999
+PR15  -6814.464577 -22163.222646  10739.951160 999999.999999
+PR16 -10660.065837  -8283.018645  21581.287898 999999.999999
+PR17   1001.451037 -11407.331061  22786.571339 999999.999999
+PR18 -15939.424863 -14617.615524  13453.935713 999999.999999
+PR19 -23390.227863  -9535.613734  -3563.250066 999999.999999
+PR20 -16927.441681   1626.905179 -18983.727028 999999.999999
+PR21  -1237.864765  11300.825849 -22831.512046 999999.999999
+PR22  15887.162822  14647.342647 -13676.942652 999999.999999
+PR23  23492.056875   9266.467898   3575.853580 999999.999999
+PR24  17503.582892  -1331.751827  18483.115445 999999.999999
+*  2011  8 31 21  0  0.00000000
+PG01  15695.190219   -567.279987  21411.138564 999999.999999
+PG02 -14617.719279 -20507.363187  -9110.432467    353.806624
+PG03  20030.866578  11526.458440 -13795.110181    762.205018
+PG04  -5343.481535 -25398.543936   4481.031280    217.826491
+PG05 -11480.900180 -10253.990581 -21655.390904   -211.828186
+PG06  15987.754265  13999.421486 -15941.430429    -82.089157
+PG07   8668.882889 -15696.263303 -19504.419555     24.589669
+PG08   3495.829750 -22206.186284 -13633.699587      9.035663
+PG09 -15901.175010  -4131.728873  20313.633381    102.722189
+PG10   4306.017099 -21222.348438 -15337.941819    -11.682688
+PG11  19831.117306   5049.394099  16753.935834   -181.844404
+PG12 -20456.166091   7560.286620  15047.552994     19.438050
+PG13  20021.411254  -5763.931536 -16656.021914    253.730499
+PG14     19.028580  15164.436371  21990.278158    169.930450
+PG15 -26317.645066  -4211.002450    416.712867   -108.241232
+PG16  12054.113553   8813.911645 -21967.539417   -195.072916
+PG17   -993.887032 -15658.812492  21597.551062    177.037884
+PG18 -16379.548656  20585.126747   1940.200293    155.061209
+PG19  25316.186933   8478.708077  -1851.297615   -178.946071
+PG20  20580.299438  -9852.158067  13398.168810     52.379833
+PG21  -7002.027974  18556.522029 -16942.517673   -168.399738
+PG22  -6455.817348  22102.740081  13321.944050    144.888038
+PG23  25333.411947   -863.519944  -8515.263521    279.657840
+PG24  16236.687923   1876.716609  21027.871383    420.067609
+PG25 -19439.484392  17234.267799   5427.231853     16.594293
+PG26 -21064.352372 -13088.394429 -10627.940284   -141.980504
+PG27 -17209.733746 -10028.972433  18396.221427    300.593385
+PG28   9943.916375 -21899.362728  11502.315782     63.903694
+PG29 -19830.615779   6932.839526 -16159.082438    235.916494
+PG30 -16868.197361  20242.529860   3098.855119     90.673869
+PG31   7077.843777  25415.216664   2000.141630    134.682376
+PG32  19056.554670   -122.098686  18586.808727   -320.657177
+PR01  16401.101219  -1065.955493  19512.073189 999999.999999
+PR02  20977.478239 -13777.469186   4546.571696 999999.999999
+PR03   2161.168485 -22194.851038 -12322.038366 999999.999999
+PR04  -6523.771614   9031.913995 -22941.759289 999999.999999
+PR05 -16350.393932   1005.892744 -19553.694954 999999.999999
+PR06 -21039.541736  13386.218708  -5288.591365 999999.999999
+PR07 -10986.310964  18797.010009  13263.957219 999999.999999
+PR08   2238.275995  12010.410172  22402.326680 999999.999999
+PR09  -9339.987150   8270.231455  22210.505738 999999.999999
+PR10  -2092.336113  22342.988968  12195.949634 999999.999999
+PR11   6247.828803  24056.647643  -5578.938149 999999.999999
+PR12  10999.207936  11228.903285 -20182.426806 999999.999999
+PR13   9124.172742  -8152.564887 -22399.644131 999999.999999
+PR15  -7151.841714 -23271.647256   7772.105080 999999.999999
+PR16 -10986.135848 -10855.854030  20228.504965 999999.999999
+PR17   3576.341562 -10228.411676  23092.218021 999999.999999
+PR18 -14324.044370 -13783.344744  15936.182310 999999.999999
+PR19 -23677.112237  -9485.689337   -355.465672 999999.999999
+PR20 -18996.157719    809.622532 -16967.395067 999999.999999
+PR21  -3828.765061  10154.280982 -23089.350339 999999.999999
+PR22  14256.143824  13799.270510 -16123.321039 999999.999999
+PR23  23778.542324   9221.170726    371.111135 999999.999999
+PR24  19522.325075   -566.228986  16383.881752 999999.999999
+*  2011  8 31 21 15  0.00000000
+PG01  16523.570210   1698.945479  20716.527929 999999.999999
+PG02 -14711.576116 -21433.207315  -6517.652928    353.808264
+PG03  18402.831277  11701.285894 -15805.385276    762.209891
+PG04  -4777.704677 -24863.599666   7202.426173    217.836358
+PG05  -9913.846122 -12158.343248 -21432.734895   -211.832868
+PG06  14033.582378  13990.214443 -17658.252149    -82.080666
+PG07   9563.689298 -13572.557288 -20665.979598     24.591068
+PG08   4108.569359 -20605.572803 -15844.600180      9.034629
+PG09 -16701.648356  -6354.043674  19091.730553    102.723275
+PG10   5529.649170 -22304.399110 -13199.480568    -11.683369
+PG11  20715.047968   6742.490176  15068.243485   -181.847302
+PG12 -19393.134234   6054.603477  17023.611741     19.440370
+PG13  21700.340722  -5231.990557 -14589.882985    253.728766
+PG14  -2409.784757  14639.786983  22201.295448    169.932483
+PG15 -26166.841891  -4468.884484  -2401.845426   -108.239847
+PG16  10396.501477  10699.535829 -21950.728431   -195.074826
+PG17   1420.462121 -15214.720175  21870.591146    177.036211
+PG18 -16678.516481  20370.520520   -877.268405    155.062755
+PG19  24906.162485   8613.153961  -4651.117843   -178.949927
+PG20  19779.658054  -8350.886708  15451.057845     52.379993
+PG21  -7959.510707  16637.738422 -18463.846315   -168.402143
+PG22  -7560.356978  22975.353957  11026.614439    144.888019
+PG23  26101.609693   -521.492827  -5833.521993    279.655015
+PG24  16890.977414   4132.625344  20199.326864    420.069758
+PG25 -19140.490399  16476.254529   8149.915423     16.595881
+PG26 -19815.153477 -12906.180903 -13074.023351   -141.991883
+PG27 -17878.635701 -11779.811971  16597.898372    300.596119
+PG28  10823.077990 -22598.929168   8932.217280     63.906316
+PG29 -21504.969144   6411.645915 -14107.586898    235.919558
+PG30 -16786.187550  19631.511912   5882.433997     90.670713
+PG31   6750.031446  25139.464512   4871.633488    134.687359
+PG32  17655.024470   1537.208685  19918.722018   -320.663058
+PR01  14448.375941    494.883027  21021.917808 999999.999999
+PR02  20326.521339 -13385.850215   7633.774486 999999.999999
+PR03   2309.179935 -20508.258668 -14950.198421 999999.999999
+PR04  -9168.192989   8118.325373 -22373.036059 999999.999999
+PR05 -14394.553556   -560.544276 -21051.753156 999999.999999
+PR06 -20312.908092  12942.539878  -8353.484218 999999.999999
+PR07 -12001.513925  19862.145742  10554.226658 999999.999999
+PR08    196.670445  13783.411774  21472.800178 999999.999999
+PR09  -9770.429347   5512.944746  22877.201345 999999.999999
+PR10  -2226.308910  20668.579038  14827.621125 999999.999999
+PR11   6519.546728  24506.832771  -2389.688757 999999.999999
+PR12  11490.411210  13549.222275 -18418.609129 999999.999999
+PR13   9601.410055  -5392.732891 -23028.135912 999999.999999
+PR15  -7501.385122 -23984.924508   4654.119931 999999.999999
+PR16 -11468.185515 -13209.740091  18480.203401 999999.999999
+PR17   6239.602131  -9238.874036  22949.421377 999999.999999
+PR18 -12382.620871 -12973.116811  18107.794582 999999.999999
+PR19 -23588.462176  -9279.046090   2859.222997 999999.999999
+PR20 -20867.296014    238.973004 -14620.546128 999999.999999
+PR21  -6499.814002   9199.907055 -22899.033509 999999.999999
+PR22  12301.468917  12979.666262 -18258.633250 999999.999999
+PR23  23688.700871   9023.216232  -2840.843445 999999.999999
+PR24  21329.347079    -43.548581  13965.834754 999999.999999
+*  2011  8 31 21 30  0.00000000
+PG01  17427.114918   3829.362917  19665.178296 999999.999999
+PG02 -14725.625640 -22084.681666  -3815.669993    353.809444
+PG03  16578.329611  11960.003820 -17554.785032    762.215035
+PG04  -4061.248377 -24079.780315   9796.472385    217.846427
+PG05  -8471.658447 -14103.329081 -20841.315548   -211.837500
+PG06  11902.041775  14068.181403 -19070.569931    -82.071859
+PG07  10616.303085 -11400.054263 -21469.912494     24.592941
+PG08   4888.765775 -18820.145051 -17775.205313      9.035255
+PG09 -17551.750262  -8380.550410  17525.626864    102.724843
+PG10   6548.320771 -23242.860202 -10832.356093    -11.684541
+PG11  21537.655369   8235.353901  13121.097867   -181.850386
+PG12 -18289.796813   4327.615680  18704.920309     19.442568
+PG13  23163.911664  -4840.026764 -12275.669174    253.727182
+PG14  -4868.123078  14251.123830  22036.371337    169.934212
+PG15 -25715.179142  -4709.388427  -5179.496058   -108.238416
+PG16   8856.685367  12656.585981 -21555.388037   -195.077029
+PG17   3866.832013 -14896.947933  21772.348853    177.035001
+PG18 -16798.896784  19911.307272  -3679.227047    155.064552
+PG19  24199.040175   8712.956092  -7372.662766   -178.953740
+PG20  18930.786547  -6631.477756  17234.774473     52.380519
+PG21  -9065.167754  14623.985099 -19650.310509   -168.404411
+PG22  -8463.533747  23683.843326   8541.997081    144.887910
+PG23  26581.819072   -254.953991  -3053.492660    279.652380
+PG24  17617.072266   6245.156076  19026.817256    420.073233
+PG25 -18710.003656  15456.537601  10731.971437     16.597452
+PG26 -18304.620305 -12749.665088 -15306.417448   -142.003380
+PG27 -18549.226372 -13301.973168  14530.366595    300.598139
+PG28  11483.593393 -23109.291532   6209.146463     63.909068
+PG29 -22959.530554   6012.527977 -11811.828139    235.922164
+PG30 -16583.244238  18745.296913   8563.940095     90.667743
+PG31   6279.475548  24587.273756   7658.556265    134.692541
+PG32  16257.611686   3360.941300  20911.767846   -320.669068
+PR01  12498.544729   2304.726587  22123.740807 999999.999999
+PR02  19439.039409 -12690.302354  10572.666230 999999.999999
+PR03   2662.112014 -18542.813331 -17287.145471 999999.999999
+PR04 -11779.190412   7427.151052 -21369.679215 999999.999999
+PR05 -12442.967512  -2375.305427 -22140.996610 999999.999999
+PR06 -19356.359070  12191.721707 -11255.816232 999999.999999
+PR07 -12706.890506  20738.827659   7639.128184 999999.999999
+PR08  -1611.921461  15601.004207  20126.680600 999999.999999
+PR09 -10415.591786   2742.506826  23098.153992 999999.999999
+PR10  -2565.233805  18713.423910  17172.158716 999999.999999
+PR11   6724.528949  24552.353538    846.184681 999999.999999
+PR12  12096.662521  15594.735086 -16300.470099 999999.999999
+PR13  10296.702691  -2628.518641 -23210.355175 999999.999999
+PR15  -7805.365456 -24294.596876   1446.242157 999999.999999
+PR16 -12066.406841 -15290.700012  16370.378734 999999.999999
+PR17   8924.625573  -8461.064775  22361.262434 999999.999999
+PR18 -10151.578039 -12239.972065  19926.788320 999999.999999
+PR19 -23108.521422  -8969.206081   6018.366985 999999.999999
+PR20 -22481.231045   -106.260482 -11988.787462 999999.999999
+PR21  -9184.073906   8458.430184 -22264.623225 999999.999999
+PR22  10059.436609  12240.753652 -20041.346197 999999.999999
+PR23  23207.405858   8726.089308  -5997.606324 999999.999999
+PR24  22866.936614    259.977432  11276.082371 999999.999999
+*  2011  8 31 21 45  0.00000000
+PG01  18373.949402   5788.620129  18275.183379 999999.999999
+PG02 -14624.409606 -22467.123101  -1049.864136    353.811078
+PG03  14592.433388  12323.242151 -19014.833053    762.219526
+PG04  -3172.953021 -23078.245487  12217.093659    217.856266
+PG05  -7175.343455 -16045.786205 -19890.970276   -211.842286
+PG06   9632.947925  14252.385951 -20153.188959    -82.063123
+PG07  11816.567945  -9227.490688 -21902.993593     24.594540
+PG08   5847.401304 -16897.692771 -19392.411939      9.033884
+PG09 -18413.111353 -10179.924632  15644.660217    102.726105
+PG10   7369.815947 -23997.461885  -8276.837699    -11.686121
+PG11  22263.071610   9519.564291  10947.346647   -181.853470
+PG12 -17188.695993   2399.421542  20062.767981     19.444892
+PG13  24376.400480  -4562.288102  -9752.522491    253.725494
+PG14  -7306.552792  14003.673646  21497.802153    169.935922
+PG15 -24968.354614  -4968.592802  -7868.901812   -108.236816
+PG16   7460.810938  14641.959051 -20787.435088   -195.079034
+PG17   6297.130528 -14710.085906  21303.776269    177.033537
+PG18 -16771.241166  19190.865216  -6416.009463    155.066189
+PG19  23201.368832   8815.402604  -9970.061980   -178.957019
+PG20  18072.071712  -4712.630969  18718.054001     52.381160
+PG21 -10313.434381  12562.913022 -20481.255628   -168.406226
+PG22  -9177.292231  24192.440297   5910.405231    144.888135
+PG23  26760.761996    -28.529888   -222.055395    279.649864
+PG24  18385.236920   8180.111943  17530.969345    420.076479
+PG25 -18188.046735  14173.642787  13128.812627     16.599058
+PG26 -16557.770361 -12654.198090 -17289.532144   -142.014590
+PG27 -19181.265042 -14578.920353  12226.316313    300.600706
+PG28  11942.934961 -23393.621011   3379.037197     63.911491
+PG29 -24161.158337   5709.660445  -9311.638837    235.925027
+PG30 -16297.156239  17580.636798  11096.216429     90.664575
+PG31   5638.214943  23787.688427  10312.896578    134.697442
+PG32  14903.229479   5323.032139  21550.614059   -320.674950
+PR01  10611.804613   4331.859459  22796.234991 999999.999999
+PR02  18369.624826 -11673.915598  13306.194253 999999.999999
+PR03   3247.425194 -16357.436951 -19287.638765 999999.999999
+PR04 -14287.893214   6959.956434 -19951.222959 999999.999999
+PR05 -10555.735784  -4406.403371 -22800.288008 999999.999999
+PR06 -18225.881900  11118.684216 -13939.164973 999999.999999
+PR07 -13119.964041  21374.143571   4575.374475 999999.999999
+PR08  -3158.229808  17403.111756  18390.041112 999999.999999
+PR09 -11262.966937     28.488334  22869.382427 999999.999999
+PR10  -3137.050608  16535.528821  19183.914716 999999.999999
+PR11   6807.213676  24204.887222   4065.546637 999999.999999
+PR12  12770.173948  17323.097697 -13869.006586 999999.999999
+PR13  11195.602356     70.608083 -22942.864008 999999.999999
+PR15  -8006.506713 -24205.791143  -1789.568153 999999.999999
+PR16 -12732.795463 -17054.695822  13940.181461 999999.999999
+PR17  11562.403417  -7905.185864  21339.443282 999999.999999
+PR18  -7678.202196 -11630.259169  21358.140236 999999.999999
+PR19 -22234.684968  -8612.463929   9060.593230 999999.999999
+PR20 -23785.749033   -258.067324  -9123.330381 999999.999999
+PR21 -11812.562832   7938.391175 -21198.762972 999999.999999
+PR22   7577.145254  11628.063493 -21436.618959 999999.999999
+PR23  22332.669890   8385.903296  -9037.864429 999999.999999
+PR24  24085.296139    378.432681   8367.005475 999999.999999
+*  2011  8 31 22  0  0.00000000
+PG01  19327.434385   7548.081031  16570.472128 999999.999999
+PG02 -14374.991179 -22593.560866   1733.483908    353.812443
+PG03  12484.222204  12805.350060 -20161.671721    762.224408
+PG04  -2098.486106 -21895.653372  14421.279514    217.866028
+PG05  -6038.241481 -17940.266885 -18597.745586   -211.847256
+PG06   7270.164564  14555.014717 -20886.526840    -82.054749
+PG07  13146.217168  -7101.604620 -21958.462975     24.596088
+PG08   6986.767666 -14888.608921 -20668.990192      9.034224
+PG09 -19244.018210 -11729.589942  13483.813250    102.725935
+PG10   8009.437619 -24531.814792  -5576.832401    -11.687962
+PG11  22856.218691  10594.302524   8585.420168   -181.856363
+PG12 -16129.158317    298.043194  21074.129700     19.447340
+PG13  25308.918018  -4367.317497  -7063.192314    253.724134
+PG14  -9675.610867  13894.325809  20594.140994    169.937822
+PG15 -23940.407648  -5281.023329 -10424.175185   -108.235157
+PG16   6227.390565  16609.100266 -19659.299777   -195.081230
+PG17   8663.211001 -14650.695787  20472.065918    177.032384
+PG18 -16629.885856  18200.586123  -9038.801385    155.067776
+PG19  21928.022293   8956.284539 -12399.425975   -178.961072
+PG20  17239.163928  -2620.593590  19874.903608     52.381606
+PG21 -11690.817941  10501.595366 -20942.871540   -168.408507
+PG22  -9720.362600  24469.926059   3176.886221    144.887699
+PG23  26633.548205    194.857328   2613.120383    279.647059
+PG24  19161.118695   9909.874335  15737.744072    420.079228
+PG25 -17615.467026  12634.846001  15299.043799     16.600570
+PG26 -14606.356597 -12650.461839 -18991.828692   -142.026057
+PG27 -19732.952245 -15602.064543   9722.358245    300.601990
+PG28  12225.522230 -23420.668463    490.309423     63.914173
+PG29 -25083.799316   5472.078887  -6650.371755    235.927751
+PG30 -15966.746390  16143.200479  13434.356995     90.661321
+PG31   4804.709764  22776.204124  12789.223229    134.702559
+PG32  13626.122204   7391.110446  21825.938772   -320.681019
+PR01   8842.500192   6533.761868  23026.419635 999999.999999
+PR02  17177.033593 -10332.083432  15781.320695 999999.999999
+PR03   4080.920962 -14017.178956 -20913.070520 999999.999999
+PR04 -16627.591504   6706.000045 -18145.256958 999999.999999
+PR05  -8787.065078  -6611.063846 -23016.834729 999999.999999
+PR06 -16981.266736   9720.845975 -16351.406900 999999.999999
+PR07 -13269.220055  21721.885864   1422.583018 999999.999999
+PR08  -4425.026671  19126.820674  16296.529910 999999.999999
+PR09 -12288.080206  -2562.904852  22195.677236 999999.999999
+PR10  -3958.126220  14199.219436  20823.610768 999999.999999
+PR11   6716.308241  23489.169410   7205.577769 999999.999999
+PR12  13457.305548  18703.362623 -11171.114987 999999.999999
+PR13  12271.691448   2638.867958 -22230.911776 999999.999999
+PR15  -8050.610529 -23736.905786  -4990.815944 999999.999999
+PR16 -13413.303778 -18469.264282  11237.105707 999999.999999
+PR17  14084.177366  -7569.006783  19904.039107 999999.999999
+PR18  -5018.886584 -11181.617698  22374.442822 999999.999999
+PR19 -20977.732249  -8265.289755  11926.799140 999999.999999
+PR20 -24738.168852   -257.614184  -6079.988564 999999.999999
+PR21 -14316.902117   7635.931334 -19722.408573 999999.999999
+PR22   4910.807719  11178.442230 -22416.994337 999999.999999
+PR23  21075.844539   8058.808149 -11902.587803 999999.999999
+PR24  24944.551703    354.604527   5295.229934 999999.999999
+*  2011  8 31 22 15  0.00000000
+PG01  20247.583618   9086.730518  14580.397131 999999.999999
+PG02 -13948.325173 -22484.100538   4487.902710    353.814062
+PG03  10295.503171  13413.766815 -20976.390470    762.229643
+PG04   -831.145870 -20572.705442  16369.921919    217.875994
+PG05  -5065.654552 -19740.665529 -16983.642733   -211.851927
+PG06   4860.101812  14980.782130 -21257.015476    -82.045770
+PG07  14579.490275  -5065.496145 -21636.093488     24.597706
+PG08   8300.265760 -12843.980311 -21584.004692      9.035045
+PG09 -20001.174406 -13016.347468  11082.922403    102.727140
+PG10   8489.252553 -24814.903728  -2779.137768    -11.688854
+PG11  23284.186696  11466.103762   6076.604161   -181.859375
+PG12 -15145.791652  -1941.479881  21722.037652     19.449256
+PG13  25940.451500  -4219.319135  -4253.345448    253.722321
+PG14 -11927.494557  13911.777010  19340.098429    169.939597
+PG15 -22653.253429  -5678.143928 -12801.641858   -108.233951
+PG16   5166.699165  18509.671019 -18189.767062   -195.082879
+PG17  10918.515130 -14707.452076  19290.585703    177.030722
+PG18 -16411.439833  16940.435601 -11500.601526    155.069614
+PG19  20401.751954   9168.380113 -14619.547505   -178.964697
+PG20  16463.561734   -388.344904  20685.081512     52.382035
+PG21 -13176.344388   8484.750170 -21028.388289   -168.410850
+PG22 -10117.364514  24490.911575    388.463318    144.887798
+PG23  26203.844039    452.405932   5404.326531    279.644414
+PG24  19907.087504  11414.227670  13677.977159    420.081777
+PG25 -17032.262211  10856.075846  17205.184164     16.602191
+PG26 -12487.836556 -12763.290946 -20386.199014   -142.037719
+PG27 -20162.494382 -16370.979948   7058.588364    300.605187
+PG28  12361.669952 -23166.147750  -2406.934490     63.916784
+PG29 -25709.407739   5265.074868  -3874.130847    235.931060
+PG30 -15630.218158  14447.593152  15536.574460     90.658171
+PG31   3764.839838  21593.336066  15045.450479    134.707764
+PG32  12454.694758   9527.588223  21734.479729   -320.687116
+PR01   7236.986252   8858.661253  22809.885597 999999.999999
+PR02  15921.644407  -8672.946948  17950.048398 999999.999999
+PR03   5165.879148 -11590.620019 -22132.195097 999999.999999
+PR04 -18736.321915   6642.851680 -15986.888958 999999.999999
+PR05  -7183.134010  -8937.286848 -22786.435566 999999.999999
+PR06 -15683.525114   8008.483971 -18445.729967 999999.999999
+PR07 -13192.659690  21744.601696  -1757.891571 999999.999999
+PR08  -5407.591533  20708.944029  13886.724310 999999.999999
+PR09 -13455.475837  -4971.346140  21090.481161 999999.999999
+PR10  -5032.331560  11772.605931  22059.115063 999999.999999
+PR11   6407.215226  22441.894584  10205.019399 999999.999999
+PR12  14100.924872  19717.021083  -8258.706362 999999.999999
+PR13  13487.628552   5016.659769 -21088.329396 999999.999999
+PR15  -7889.059458 -22918.766844  -8095.659813 999999.999999
+PR16 -14050.271935 -19514.670533   8314.044695 999999.999999
+PR17  16424.084325  -7438.112765  18083.091911 999999.999999
+PR18  -2237.005721 -10921.352913  22956.404647 999999.999999
+PR19 -19361.515457  -7981.734376  14561.302631 999999.999999
+PR20 -25307.080732   -153.254366  -2918.081393 999999.999999
+PR21 -16631.941791   7535.111783 -17864.402957 999999.999999
+PR22   2123.686777  10918.432352 -22962.957849 999999.999999
+PR23  19461.277344   7798.408033 -14536.175586 999999.999999
+PR24  25416.361759    237.922425   2120.516749 999999.999999
+*  2011  8 31 22 30  0.00000000
+PG01  21092.624359  10391.785113  12339.229077 999999.999999
+PG02 -13320.490031 -22165.065064   7167.436145    353.815522
+PG03   8069.443789  14148.644543 -21445.296995    762.233752
+PG04    627.649821 -19152.535825  18028.571732    217.886269
+PG05  -4254.793294 -21401.888226 -15076.257280   -211.856726
+PG06   2450.107159  15526.637498 -21257.399876    -82.037350
+PG07  16084.046363  -3157.146570 -20942.144675     24.599239
+PG08   9772.573338 -10813.687219 -22123.097634      9.036506
+PG09 -20641.514054 -14036.606358   8485.803605    102.729701
+PG10   8837.056915 -24822.397892     67.383783    -11.688690
+PG11  23517.520737  12148.335091   3464.290135   -181.862265
+PG12 -14267.185687  -4278.267254  21995.842315     19.451398
+PG13  26258.624474  -4079.699877  -1370.822014    253.721039
+PG14 -14017.702193  14036.997211  17756.346159    169.941646
+PG15 -21135.930385  -6186.965099 -14960.572196   -108.232407
+PG16   4280.498527  20295.310647 -16403.698400   -195.084914
+PG17  13019.671208 -14861.596529  17778.713323    177.029373
+PG18 -16153.173892  15419.170752 -13757.163336    155.071466
+PG19  18652.457557   9480.051287 -16592.570131   -178.968171
+PG20  15771.374235   1945.487734  21134.467890     52.382326
+PG21 -14742.328211   6553.096142 -20738.100759   -168.412747
+PG22 -10397.677374  24236.914091  -2406.671840    144.887785
+PG23  25483.739108    779.847578   8104.566076    279.641765
+PG24  20583.703065  12680.905855  11386.852015    420.085109
+PG25 -16475.950433   8861.484978  18814.321011     16.603818
+PG26 -10244.162843 -13010.709907 -21450.294278   -142.049082
+PG27 -20429.705399 -16893.344577   4278.093168    300.608759
+PG28  12386.282019 -22613.885707  -5261.789357     63.919415
+PG29 -26028.561839   5051.740085  -1030.956185    235.933618
+PG30 -15323.516426  12517.021986  17365.030714     90.654936
+PG31   2512.605789  20283.020408  17043.524230    134.712669
+PG32  11410.582976  11690.929823  21278.994140   -320.692998
+PR01   5831.842101  11247.479768  22150.875954 999999.999999
+PR02  14662.871147  -6717.309527  19770.346625 999999.999999
+PR03   6492.734645  -9147.152073 -22921.709098 999999.999999
+PR04 -20559.266996   6737.514981 -13518.062053 999999.999999
+PR05  -5780.311339 -11325.804529 -22113.561745 999999.999999
+PR06 -14392.279498   6004.556890 -20181.538959 999999.999999
+PR07 -12935.960462  21415.292224  -4904.159866 999999.999999
+PR08  -6113.649583  22088.619023  11207.350224 999999.999999
+PR09 -14720.180807  -7144.645505  19575.601206 999999.999999
+PR10  -6350.649702   9324.898038  22866.086775 999999.999999
+PR11   5844.177510  21110.128718  13005.385779 999999.999999
+PR12  14642.921053  20358.546901  -5187.735656 999999.999999
+PR13  14796.667428   7152.786276 -19537.261433 999999.999999
+PR15  -7481.095028 -21793.287271 -11044.089125 999999.999999
+PR16 -14585.031175 -20184.529882   5228.232917 999999.999999
+PR17  18521.686654  -7486.676150  15912.054849 999999.999999
+PR18    599.490131 -10865.268698  23093.189135 999999.999999
+PR19 -17422.115488  -7810.947006  16912.925021 999999.999999
+PR20 -25473.628216      1.772809    300.735369 999999.999999
+PR21 -18698.256805   7608.750108 -15660.904577 999999.999999
+PR22   -716.267406  10863.094370 -23063.351696 999999.999999
+PR23  17525.440483   7653.298020 -16887.533286 999999.999999
+PR24  25485.058856     82.115300  -1095.407343 999999.999999
+*  2011  8 31 22 45  0.00000000
+PG01  21820.640470  11458.986539   9885.565860 999999.999999
+PG02 -12473.739209 -21667.923805   9727.339514    353.817120
+PG03   5849.161960  15002.735557 -21560.130105    762.238391
+PG04   2268.211656 -17679.014432  19368.095803    217.896626
+PG05  -3595.046080 -22881.499363 -12908.317372   -211.861556
+PG06     86.811432  16181.790525 -20886.924276    -82.028887
+PG07  17622.136319  -1408.150844 -19889.206806     24.600896
+PG08  11380.166134  -8844.589022 -22278.635109      9.036567
+PG09 -21123.987236 -14796.217051   5739.323623    102.731553
+PG10   9085.100709 -24537.719171   2912.694071    -11.690234
+PG11  23531.370124  12660.427359    793.218286   -181.865470
+PG12 -13514.864756  -6666.997009  21891.360779     19.453614
+PG13  26260.144306  -3908.728579   1535.152862    253.719255
+PG14 -15906.564600  14244.002713  15869.223222    169.943264
+PG15 -19423.587526  -6828.822960 -16863.869524   -108.231033
+PG16   3562.104553  21919.423257 -14331.635120   -195.086894
+PG17  14927.987781 -15087.692605  15961.568662    177.027623
+PG18 -15891.380599  13654.199843 -15767.891329    155.073392
+PG19  16716.200080   9914.004529 -18284.615188   -178.971741
+PG20  15182.311711   4337.938668  21215.319672     52.382699
+PG21 -16355.424688   4741.911712 -20079.230100   -168.415029
+PG22 -10594.119353  23697.183995  -5160.002542    144.887592
+PG23  24493.315649   1209.914196  10668.293767    279.639086
+PG24  21151.255039  13705.843778   8903.313498    420.088735
+PG25 -15980.049278   6682.706165  20098.682963     16.605430
+PG26  -7920.433186 -13403.213034 -22166.805231   -142.060136
+PG27 -20497.594317 -17184.598998   1426.392070    300.613791
+PG28  12337.336765 -21756.681653  -8023.487963     63.921861
+PG29 -26040.755053   4794.597417   1830.021747    235.936642
+PG30 -15078.772332  10382.613930  18886.608150     90.651622
+PG31   1050.509931  18890.913483  18750.022275    134.717754
+PG32  10507.992202  13837.056852  20468.135515   -320.699127
+PR01   4652.510751  13636.097969  21062.201029 999999.999999
+PR02  13456.637553  -4498.025131  21206.959297 999999.999999
+PR03   8039.305263  -6754.248304 -23266.673514 999999.999999
+PR04 -22050.868900   6948.006355 -10786.739670 999999.999999
+PR05  -4603.800746 -13712.355281 -21011.270716 999999.999999
+PR06 -13163.234159   3743.999069 -21525.236422 999999.999999
+PR07 -12550.323506  20718.688231  -7955.010245 999999.999999
+PR08  -6562.786240  23209.828452   8310.381323 999999.999999
+PR09 -16029.583461  -9040.657547  17680.760036 999999.999999
+PR10  -7891.335176   6923.681667  23228.473910 999999.999999
+PR11   5002.049293  19549.302380  15552.118665 999999.999999
+PR12  15026.771539  20635.422332  -2017.160960 999999.999999
+PR13  16144.586711   9006.327859 -17607.740959 999999.999999
+PR15  -6795.775402 -20411.684907 -13779.068369 999999.999999
+PR16 -14960.566012 -20485.871466   2040.097884 999999.999999
+PR17  20324.284490  -7678.716415  13433.098512 999999.999999
+PR18   3420.659806 -11017.004689  22782.588259 999999.999999
+PR19 -15206.500360  -7794.910920  18935.985573 999999.999999
+PR20 -25232.278260    151.853354   3513.687419 999999.999999
+PR21 -20464.412854   7819.737077 -13154.681162 999999.999999
+PR22  -3538.983298  11015.322670 -22715.633217 999999.999999
+PR23  15315.567569   7664.824225 -18911.060588 999999.999999
+PR24  25148.276997    -57.311509  -4290.055282 999999.999999
+*  2011  8 31 23  0  0.00000000
+PG01  22391.234302  12292.567552   7261.666513 999999.999999
+PG02 -11397.335541 -21028.047020  12124.759623    353.818501
+PG03   3676.318569  15961.549417 -21318.212131    762.244429
+PG04   4072.770952 -16195.036753  20365.218761    217.906936
+PG05  -3068.560771 -24141.281104 -10517.127641   -211.866246
+PG06  -2185.504874  16928.058481 -20151.397996    -82.020142
+PG07  19151.986731    157.291381 -18495.940929     24.602421
+PG08  13092.163575  -6978.866210 -22049.721899      9.038454
+PG09 -21411.241624 -15309.927477   2892.445472    102.732867
+PG10   9268.621164 -23952.818861   5706.513140    -11.691395
+PG11  23306.460275  13026.896468  -1891.273988   -181.868548
+PG12 -12902.531283  -9059.473222  21410.912258     19.456002
+PG13  25950.917812  -3667.250927   4414.790271    253.717479
+PG14 -17560.609398  14500.910699  13710.345626    169.944805
+PG15 -17556.248354  -7618.376298 -18478.704189   -108.229641
+PG16   2996.798026  23338.918205 -12009.287812   -195.089008
+PG17  16610.785304 -15354.655174  13869.644197    177.026293
+PG18 -15659.777823  11671.085537 -17496.666317    155.074792
+PG19  14633.989829  10486.262643 -19666.358110   -178.975309
+PG20  14708.945241   6743.187249  20926.404046     52.383157
+PG21 -17977.911222   3079.854747 -19065.635421   -168.417494
+PG22 -10741.486197  22869.245627  -7823.550604    144.887494
+PG23  23259.935359   1770.914171  13052.138817    279.636366
+PG24  21571.319676  14493.127474   6269.431215    420.090954
+PG25 -15572.723271   4357.821358  21036.122543     16.606982
+PG26  -5563.441449 -13943.308003 -22523.695356   -142.070964
+PG27 -20333.884724 -17267.325386  -1449.185248    300.616747
+PG28  12254.221205 -20596.828824 -10642.383564     63.924731
+PG29 -25754.351884   4457.253724   4659.442409    235.939389
+PG30 -14922.900387   8082.407259  20073.599670     90.648246
+PG31   -610.392982  17462.655669  20136.662273    134.722886
+PG32   9753.321501  15920.837687  19316.254004   -320.705451
+PR01   3712.418432  15957.841509  19564.989595 999999.999999
+PR02  12353.019811  -2058.885241  22232.080820 999999.999999
+PR03   9771.559298  -4474.836098 -23160.772309 999999.999999
+PR04 -23176.569814   7225.322973  -7845.973920 999999.999999
+PR05  -3666.767882 -16030.180198 -19500.954304 999999.999999
+PR06 -12045.833640   1272.514625 -22450.864817 999999.999999
+PR07 -12090.099726  19652.047621 -10851.107086 999999.999999
+PR08  -6785.363106  24023.740715   5252.034820 999999.999999
+PR09 -17325.646582 -10628.763488  15442.997090 999999.999999
+PR10  -9620.621424   4632.270112  23138.853236 999999.999999
+PR11   3867.616587  17820.870816  17795.660153 999999.999999
+PR12  15200.057637  20567.646136   1192.150310 999999.999999
+PR13  17471.950592  10548.087780 -15337.114851 999999.999999
+PR15  -5813.530459 -18832.332176 -16247.627907 999999.999999
+PR16 -15124.118992 -20438.642092  -1187.953224 999999.999999
+PR17  21788.916208  -7969.794528  10694.292799 999999.999999
+PR18   6157.228413 -11367.902191  22031.030727 999999.999999
+PR19 -12770.741814  -7966.493151  20591.188384 999999.999999
+PR20 -24591.046377    241.612210   6658.122734 999999.999999
+PR21 -21888.910308   8122.776774 -10394.282575 999999.999999
+PR22  -6274.933529  11365.687608 -21925.969813 999999.999999
+PR23  12887.855532   7865.162025 -20567.530884 999999.999999
+PR24  24417.039212   -125.671850  -7401.396919 999999.999999
+*  2011  8 31 23 15  0.00000000
+PG01  22767.142738  12904.892138   4512.721501 999999.999999
+PG02 -10088.139025 -20283.328737  14319.392739    353.819674
+PG03   1589.758397  17003.777188 -20722.537987    762.249885
+PG04   6016.006765 -14740.873379  21002.937456    217.917170
+PG05  -2651.116870 -25148.644377  -7943.927696   -211.871275
+PG06  -4326.459201  17740.524792 -19063.136091    -82.011644
+PG07  20629.341132   1523.091280 -16786.722179     24.603820
+PG08  14871.458101  -5252.579753 -21442.093065      9.039473
+PG09 -21471.132952 -15600.498371     -4.725769    102.735474
+PG10   9424.245145 -23068.624769   8399.277001    -11.693078
+PG11  22829.855763  13276.195798  -4543.986861   -181.871343
+PG12 -12435.626370 -11406.300776  20563.242729     19.458412
+PG13  25345.827753  -3318.394309   7218.579285    253.715937
+PG14 -18953.705465  14771.238687  11316.121776    169.946861
+PG15 -15577.396384  -8562.861269 -19777.082901   -108.227970
+PG16   2562.565116  24515.833334  -9476.919140   -195.090795
+PG17  18042.513095 -15627.019571  11538.335337    177.024799
+PG18 -15488.027521   9502.710263 -18912.575764    155.076572
+PG19  12450.391030  11205.388015 -20713.544933   -178.978891
+PG20  14356.264774   9114.155341  20273.008446     52.383620
+PG21 -19569.136121   1588.085253 -17717.393765   -168.420078
+PG22 -10875.007629  21759.126611 -10350.743435    144.887269
+PG23  21817.268020   2485.469789  15215.601305    279.633444
+PG24  21808.276525  15054.647113   3529.721021    420.094056
+PG25 -15275.652954   1930.083234  21610.499582     16.608603
+PG26  -3220.173162 -14625.337373 -22514.386728   -142.081630
+PG27 -19912.410782 -17170.358136  -4300.186854    300.620344
+PG28  12175.982039 -19146.262944 -13070.950390     63.927046
+PG29 -25186.211786   4006.008772   7408.574273    235.942423
+PG30 -14876.411085   5660.053929  20904.296715     90.645500
+PG31  -2450.772370  16042.165908  21180.713576    134.727733
+PG32   9145.081313  17897.609699  17843.126421   -320.711676
+PR01   3012.609889  18146.088451  17688.280941 999999.999999
+PR02  11394.155310    546.949811  22825.887337 999999.999999
+PR03  11644.889173  -2364.880439 -22606.405058 999999.999999
+PR04 -23914.107093   7515.716240  -4752.875285 999999.999999
+PR05  -2969.985223 -18212.638751 -17611.925806 999999.999999
+PR06 -11081.206584  -1355.077982 -22940.598495 999999.999999
+PR07 -11610.296621  18225.440602 -13536.150393 999999.999999
+PR08  -6820.981544  24490.770031   2091.682886 999999.999999
+PR09 -18547.361124 -11890.868617  12905.932413 999999.999999
+PR10 -11493.950393   2507.240397  22598.603722 999999.999999
+PR11   2440.410340  15989.741550  19692.421938 999999.999999
+PR12  15116.826953  20186.744289   4378.550760 999999.999999
+PR13  18716.606959  11761.550489 -12769.329735 999999.999999
+PR15  -4527.248205 -17118.325665 -18401.881176 999999.999999
+PR16 -15029.624312 -20074.673341  -4392.785160 999999.999999
+PR17  22883.966150  -8309.069638   7748.679969 999999.999999
+PR18   8743.208135 -11897.401362  20853.427195 999999.999999
+PR19 -10177.864170  -8347.890998  21846.384579 999999.999999
+PR20 -23571.167260    218.516025   9672.749353 999999.999999
+PR21 -22941.728173   8466.476502  -7433.108338 999999.999999
+PR22  -8857.790512  11892.814592 -20709.165021 999999.999999
+PR23  10305.306452   8275.793415 -21824.846110 999999.999999
+PR24  23315.302784    -71.656240 -10369.063917 999999.999999
+*  2011  8 31 23 30  0.00000000
+PG01  22915.744418  13315.784837   1686.072067 999999.999999
+PG02  -8550.926060 -19472.725291  16274.114134    353.821418
+PG03   -375.755507  18101.972511 -19781.797122    762.254491
+PG04   8065.884148 -13352.648804  21270.800229    217.927009
+PG05  -2313.254097 -25877.835418  -5233.176108   -211.875720
+PG06  -6300.965231  18588.485373 -17640.772710    -82.003251
+PG07  22009.099186   2681.669740 -14791.194678     24.605447
+PG08  16676.077448  -3694.497415 -20467.892900      9.038314
+PG09 -21278.008058 -15697.526896  -2901.873583    102.737288
+PG10   9588.327989 -21895.134679  10943.095964    -11.693463
+PG11  22095.491434  13439.445615  -7120.566988   -181.874580
+PG12 -12111.221552 -13658.603509  19363.342352     19.460491
+PG13  24468.175583  -2829.196587   9898.135803    253.713991
+PG14 -20067.941830  15015.402232   8727.177812    169.948200
+PG15 -13532.434284  -9661.634193 -20736.343385   -108.226554
+PG16   2231.139618  25418.773766  -6778.630642   -195.092838
+PG17  19205.605876 -15866.403887   9007.374730    177.023178
+PG18 -15400.436437   7188.138766 -19990.528458    155.078108
+PG19  10211.991440  12071.989459 -21407.439618   -178.982760
+PG20  14121.552500  11404.155126  19266.827650     52.383912
+PG21 -21087.068577    279.717219 -16060.269278   -168.422686
+PG22 -11028.783605  20381.262619 -12697.266801    144.887502
+PG23  20204.095137   3369.462842  17121.713555    279.631036
+PG24  21830.730471  15409.467044    730.433367    420.098081
+PG25 -15103.169707   -553.561649  21811.958818     16.610255
+PG26   -936.290843 -15435.585620 -22137.896951   -142.093159
+PG27 -19214.334309 -16927.647120  -7077.789693    300.624886
+PG28  12139.568673 -17426.318959 -15264.774938     63.929701
+PG29 -24360.997416   3411.356835  10030.157089    235.945388
+PG30 -14952.493690   3163.284025  21363.456876     90.642526
+PG31  -4443.611073  14670.029860  21865.311024    134.733243
+PG32   8674.102949  19724.682508  16073.621567   -320.717615
+PR01   2541.913537  20136.889729  15468.465313 999999.999999
+PR02  10612.504400   3258.910686  22976.913985 999999.999999
+PR03  13605.836929   -471.275536 -21614.614207 999999.999999
+PR04 -24254.309587   7763.174215  -1567.503567 999999.999999
+PR05  -2502.008653 -20195.835387 -15380.853623 999999.999999
+PR06 -10300.480220  -4076.882200 -22985.077106 999999.999999
+PR07 -11164.072404  16461.510203 -15957.973619 999999.999999
+PR08  -6716.559158  24582.269887  -1109.299348 999999.999999
+PR09 -19633.337332 -12821.877118  10118.908510 999999.999999
+PR10 -13457.675932    596.258301  21617.907942 999999.999999
+PR11    732.977437  14121.579485  21205.631796 999999.999999
+PR12  14739.706515  19534.323157   7480.759735 999999.999999
+PR13  19816.319494  12643.314239  -9954.091322 999999.999999
+PR15  -2942.845396 -15334.875299 -20199.949536 999999.999999
+PR16 -14639.864419 -19436.158655  -7511.796810 999999.999999
+PR17  23590.314910  -8641.631467   4653.256187 999999.999999
+PR18  11118.376441 -12573.950362  19272.857681 999999.999999
+PR19  -7495.414692  -8949.541284  22677.195349 999999.999999
+PR20 -22206.225260     35.352614  12498.844211 999999.999999
+PR21 -23605.406396   8795.698786  -4328.386999 999999.999999
+PR22 -11226.961736  12564.288298 -19088.413546 999999.999999
+PR23   7635.298866   8906.447631 -22658.652982 999999.999999
+PR24  21878.982288    150.257461 -13135.518708 999999.999999
+*  2011  8 31 23 45  0.00000000
+PG01  22810.399374  13551.575947  -1169.607616 999999.999999
+PG02  -6798.426647 -18634.759928  17955.572527    353.822728
+PG03  -2190.670470  19223.471082 -18510.323908    762.259011
+PG04  10184.765935 -12061.012242  21165.047544    217.937058
+PG05  -2021.612964 -26310.889594  -2431.772679   -211.880803
+PG06  -8080.423953  19436.646340 -15908.948389    -81.994725
+PG07  23246.991615   3634.028360 -12543.747188     24.606911
+PG08  18460.722291  -2325.224200 -19145.353240      9.039407
+PG09 -20813.717013 -15636.037157  -5749.357616    102.740958
+PG10   9795.300364 -20451.147884  13292.689228    -11.694841
+PG11  21104.457267  13549.087709  -9578.183086   -181.877357
+PG12 -11918.242999 -15769.720727  17832.160921     19.462957
+PG13  23348.808692  -2172.094483  12407.044041    253.712442
+PG14 -20894.204206  15192.355621   5987.699080    169.950253
+PG15 -11467.073914 -10906.022334 -21339.565105   -108.225148
+PG16   1969.305681  26024.105789  -3961.567099   -195.094839
+PG17  20091.043110 -16033.109561   6320.177044    177.021848
+PG18 -15414.896746   4771.227549 -20711.736755    155.079849
+PG19   7965.791348  13078.535366 -21735.192828   -178.986222
+PG20  13994.575157  13568.521465  17925.731503     52.384354
+PG21 -22489.882567   -840.390331 -14125.094076   -168.424806
+PG22 -11234.264521  18758.077859 -14821.884903    144.887297
+PG23  18462.929855   4431.228695  18737.657469    279.628262
+PG24  21612.787865  15582.936664  -2081.182693    420.101106
+PG25 -15061.690007  -3044.091190  21637.097025     16.611884
+PG26   1245.344571 -16352.672126 -21398.924026   -142.104157
+PG27 -18229.129572 -16576.905074  -9733.608164    300.628822
+PG28  12178.147363 -15467.095239 -17183.508322     63.932377
+PG29 -23310.195860   2649.322306  12479.212460    235.948056
+PG30 -15156.412277    642.195806  21442.635872     90.639378
+PG31  -6555.081441  13382.039582  22179.670606    134.738316
+PG32   8324.029427  21362.772061  14037.305907   -320.723555
+PR01   2277.628613  21871.494452  12948.583020 999999.999999
+PR02  10029.537046   6011.289449  22682.271630 999999.999999
+PR03  15594.199159   1169.870874 -20204.850307 999999.999999
+PR04 -24201.362475   7912.007688   1648.298239 999999.999999
+PR05  -2239.877540 -21921.147949 -12851.051989 999999.999999
+PR06  -9723.534906  -6826.256032 -22583.575142 999999.999999
+PR07 -10800.324249  14394.718031 -18069.557928 999999.999999
+PR08  -6524.100880  24281.787899  -4288.726707 999999.999999
+PR09 -20524.424821 -13429.627944   7136.027540 999999.999999
+PR10 -15451.172074  -1063.715792  20215.579211 999999.999999
+PR11  -1229.401733  12280.104161  22306.041024 999999.999999
+PR12  14041.679763  18660.222894  10439.008617 999999.999999
+PR13  20711.424281  13202.980750  -6945.912313 999999.999999
+PR15  -1079.296129 -13546.620465 -21606.777276 999999.999999
+PR16 -13928.256366 -18573.708466 -10484.166287 999999.999999
+PR17  23901.986153  -8911.010714   1467.880503 999999.999999
+PR18  13230.512051 -13356.386454  17320.108824 999999.999999
+PR19  -4792.856297  -9769.538781  23067.484048 999999.999999
+PR20 -20540.782384   -347.519833  15081.407819 999999.999999
+PR21 -23875.623499   9054.077435  -1140.085902 999999.999999
+PR22 -13329.897764  13338.047589 -17094.886521 999999.999999
+PR23   4946.989154   9754.549639 -23052.809465 999999.999999
+PR24  20154.492488    577.642215 -15647.164811 999999.999999
+EOF
diff --git a/util/data/COD16514.EPH_R b/util/data/COD16514.EPH_R
new file mode 100644
index 0000000..145c0ca
--- /dev/null
+++ b/util/data/COD16514.EPH_R
@@ -0,0 +1,5303 @@
+#cP2011  9  1  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651 345600.00000000   900.00000000 55805 0.0000000000000
++   54   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02R03
++        R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20R21
++        R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         9  5  5  5  5  5  5  5  5  6  5 10  5  5  5  5  5
+++         5  5  5  5  5  5  5  5 10  5  5  5  5  5  5  5  5
+++        10  5  5  5  5  5  5  5  5  5  5  5  9  5  5  5  5
+++         5  5  5  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11244      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  9  1  0  0  0.00000000
+PG02  -4851.074782 -17806.045647  19334.742346    353.825300
+PG03  -3831.595355  20331.522253 -16927.971510    762.262557
+PG04  12330.749103 -10890.053424  20688.614806    217.948095
+PG05  -1740.433996 -26438.294124    411.766766   -211.884864
+PG06  -9643.657786  20246.525311 -13897.875826    -81.985658
+PG07  24301.228271   4389.493565 -10082.919299     24.608797
+PG08  20178.417446  -1156.660873 -17498.383909      9.039067
+PG09 -20068.324338 -15454.902245  -8499.043083    102.744306
+PG10  10076.095495 -18763.643021  15406.271429    -11.694313
+PG11  19865.031244  13637.514331 -11876.162457   -181.880005
+PG12 -11838.016883 -17696.818795  15996.227908     19.465606
+PG13  22024.962864  -1326.211621  14701.675617    253.712052
+PG14 -21432.423242  15261.313330   3144.696047    169.952408
+PG15  -9425.717561 -12279.491221 -21575.887754   -108.222686
+PG16   1740.407992  26316.855170  -1075.054713   -195.096600
+PG17  20698.585407 -16087.798358   3523.103205    177.020590
+PG18 -15542.112969   2299.042769 -21064.054546    155.082568
+PG19   5757.570387  14209.485244 -21690.123081   -178.989562
+PG20  13958.085661  15566.164240  16273.419394     52.385298
+PG21 -23737.509861  -1775.508360 -11947.083317   -168.426538
+PG22 -11518.838576  16919.255132 -16687.209646    144.887862
+PG23  16638.501295   5671.031157  20035.328688    279.626060
+PG24  21135.140528  15605.574765  -4857.631003    420.103829
+PG25 -15149.470910  -5492.105352  21089.017052     16.614008
+PG26   3286.069723 -17348.223174 -20307.874472   -142.114369
+PG27 -16955.286924 -16158.081306 -12220.550520 999999.999999
+PG28  12319.565318 -13306.443900 -18791.749158     63.935308
+PG29 -22070.892312   1702.577563  14713.808942    235.951625
+PG30 -15485.243960  -1852.556239  21140.372902     90.636733
+PG31  -8745.673005  12207.935657  22119.208238    134.743931
+PG32   8072.068692  22777.318208  11767.993998   -320.729193
+PR01   2186.704727  23298.675565  10177.495140 999999.999999
+PR02   9654.898430   8735.727400  21947.699465 999999.999999
+PR03  17545.423986   2534.492830 -18404.581232 999999.999999
+PR04 -23772.530183   7909.430237   4832.104330 999999.999999
+PR05  -2150.307964 -23337.552800 -10071.642024 999999.999999
+PR06  -9358.249485  -9534.344834 -21744.005347 999999.999999
+PR07 -10561.473162  12070.106784 -19829.943223 999999.999999
+PR08  -6298.259488  23585.828494  -7384.814422 999999.999999
+PR09 -21166.252537 -13734.297798   4015.102755 999999.999999
+PR10 -17409.259452  -2447.763727  18418.715731 999999.999999
+PR11  -3409.536815  10524.493308  22972.479951 999999.999999
+PR12  13007.453172  17620.344850  13196.165666 999999.999999
+PR13  21347.400097  13462.507136  -3803.066228 999999.999999
+PR15   1031.885811 -11814.983691 -22594.821132 999999.999999
+PR16 -12880.191447 -17544.069567 -13252.052272 999999.999999
+PR17  23826.264491  -9061.762464  -1745.868840 999999.999999
+PR18  15037.299630 -14195.730139  15033.070826 999999.999999
+PR19  -2138.890452 -10793.588800  23009.668563 999999.999999
+PR20 -18628.563017   -960.250523  17370.241146 999999.999999
+PR21 -23761.247039   9186.593001   2070.229060 999999.999999
+PR22 -15124.074390  14164.215109 -14767.151958 999999.999999
+PR23   2308.650186  10805.199884 -22999.693219 999999.999999
+PR24  18196.873006   1238.300029 -17855.377482 999999.999999
+*  2011  9  1  0 15  0.00000000
+PG02  -2736.476740 -17019.878858  20387.425733    353.826565
+PG03  -5282.037690  21386.598739 -15059.904164    762.266732
+PG04  14459.167860  -9856.504472  19851.002156    217.958253
+PG05  -1433.155693 -26259.332858   3248.167491   -211.889788
+PG06 -10977.548453  20977.999319 -11642.792158    -81.977306
+PG07  25134.058484   4965.146629  -7450.748158     24.610590
+PG08  21782.213190   -191.801657 -15556.088137      9.039202
+PG09 -19040.502963 -15195.164933 -11105.061046    102.746274
+PG10  10456.725982 -16866.826872  17246.367885    -11.695404
+PG11  18392.462983  13735.719692 -13976.583964   -181.883143
+PG12 -11845.112851 -19402.358233  13887.184646     19.467799
+PG13  20538.862160   -278.393059  16741.970878    253.709314
+PG14 -21691.480763  15183.485348    247.205192    169.954162
+PG15  -7449.891943 -13758.125024 -21440.730325   -108.221564
+PG16   1506.007030  26291.271420   1830.308463   -195.098795
+PG17  21036.674584 -15993.179190    664.655715    177.019010
+PG18 -15785.147315   -179.843188 -21042.164474    155.083837
+PG19   3630.293002  15441.740240 -21271.901671   -178.992977
+PG20  13988.611656  17360.979916  14338.969973     52.385623
+PG21 -24793.102355  -2536.597571  -9565.106172   -168.428653
+PG22 -11904.585596  14900.722785 -18260.401631    144.887531
+PG23  14776.156824   7080.841214  20991.838179    279.623336
+PG24  20385.917788  15511.767711  -7551.926387    420.107602
+PG25 -15356.696036  -7849.537841  20177.268082     16.615610
+PG26   5152.686368 -18387.808201 -18880.828594   -142.125897
+PG27 -15400.691897 -15711.713666 -14493.710109    300.636308
+PG28  12585.038621 -10988.625347 -20059.827182     63.938239
+PG29 -20684.344890    561.300122  16695.769075    235.954568
+PG30 -15927.972439  -4271.597328  20462.223001     90.633653
+PG31 -10971.528460  11170.394394  21685.563991    134.749064
+PG32   7889.982494  23939.642299   9303.247592   -320.735419
+PR01   2227.363566  24376.759361   7208.941232 999999.999999
+PR02   9486.087454  11363.818325  20787.452556 999999.999999
+PR03  19393.201593   3611.312640 -16248.753465 999999.999999
+PR04 -22997.349540   7708.022497   7922.117673 999999.999999
+PR05  -2191.328472 -24403.649488  -7096.599420 999999.999999
+PR06  -9200.267525 -12132.709781 -20482.756837 999999.999999
+PR07 -10481.539297   9541.631787 -21205.018437 999999.999999
+PR08  -6093.789144  22504.090768 -10337.381987 999999.999999
+PR09 -21511.583240 -13767.298854    816.544182 999999.999999
+PR10 -19264.848606  -3543.831481  16262.186688 999999.999999
+PR11  -5759.656992   8907.001481  23192.251975 999999.999999
+PR12  11634.354385  16474.240131  15698.821169 999999.999999
+PR13  21677.244854  13455.047268   -586.466516 999999.999999
+PR15   3347.692823 -10195.671448 -23144.600578 999999.999999
+PR16 -11493.871785 -16407.608692 -15761.726495 999999.999999
+PR17  23383.280911  -9042.015514  -4925.869384 999999.999999
+PR18  16507.827738 -15037.317203  12456.005769 999999.999999
+PR19    401.178715 -11995.496704  22504.868213 999999.999999
+PR20 -16530.272981  -1821.983192  19320.923396 999999.999999
+PR21 -23283.855825   9142.100869   5240.562953 999999.999999
+PR22 -16578.563036  14987.285814 -12150.439195 999999.999999
+PR23   -214.943280  12031.686500 -22500.346383 999999.999999
+PR24  16067.573223   2148.856929 -19717.435409 999999.999999
+*  2011  9  1  0 30  0.00000000
+PG02   -488.611017 -16304.955038  21094.696741    353.828090
+PG03  -6532.896213  22347.842757 -12936.302971    762.271645
+PG04  16524.200036  -8969.255371  18668.019356    217.968158
+PG05  -1064.046915 -25782.098823   6028.268481   -211.894492
+PG06 -12077.352232  21590.935043  -9183.308941    -81.968868
+PG07  25713.186498   5384.963547  -4692.066556     24.612092
+PG08  23226.873859    575.130682 -13352.215357      9.041021
+PG09 -17737.607265 -14898.323923 -13524.492189    102.746771
+PG10  10957.073086 -14800.894355  18780.537280    -11.695911
+PG11  16708.518091  13872.020363 -15844.823980   -181.885983
+PG12 -11908.451373 -20855.362760  11541.237642     19.469960
+PG13  18936.129028    976.057477  18492.166774    253.707489
+PG14 -21688.773549  14923.757302  -2654.561953    169.955687
+PG15  -5576.794574 -15311.404653 -20935.904877   -108.219971
+PG16   1227.610079  25951.033825   4703.589631   -195.100644
+PG17  21121.997669 -15715.636195  -2205.380774    177.017586
+PG18 -16139.300134  -2617.101985 -20647.613088    155.085596
+PG19   1622.613156  16745.401018 -20486.633602   -178.996753
+PG20  14057.497413  18923.067701  12156.296928     52.386498
+PG21 -25624.351235  -3141.583343  -7020.932061   -168.431280
+PG22 -12407.250337  12743.397741 -19513.786647    144.887852
+PG23  12920.240131   8644.432390  21589.941680    279.620599
+PG24  19361.274795  15338.328470 -10118.349759    420.110275
+PG25 -15665.887922 -10071.315988  18917.673779     16.617197
+PG26   6818.556072 -19432.117530 -17139.435635   -142.137273
+PG27 -13582.651257 -15277.221400 -16511.270644    300.638320
+PG28  12988.128390  -8562.683704 -20964.460335     63.940948
+PG29 -19194.416478   -776.263011  18391.307258    235.957380
+PG30 -16465.932887  -6568.612900  19420.635468     90.630563
+PG31 -13185.938240  10284.293506  20886.534724    134.754050
+PG32   7745.277177  24827.906245   6683.826920   -320.741538
+PR01   2351.094376  25075.274295   4100.501737 999999.999999
+PR02   9508.661278  13829.720138  19224.027008 999999.999999
+PR03  21072.141205   4402.050068 -13779.116571 999999.999999
+PR04 -21916.327846   7267.976792  10858.367972 999999.999999
+PR05  -2314.287898 -25089.300779  -3983.706142 999999.999999
+PR06  -9233.292956 -14555.944363 -18824.371363 999999.999999
+PR07 -10584.588783   6870.130123 -22168.176614 999999.999999
+PR08  -5963.000932  21059.170045 -13089.026868 999999.999999
+PR09 -21522.385446 -13569.720036  -2397.799905 999999.999999
+PR10 -20951.688807  -4353.000510  13787.959013 999999.999999
+PR11  -8223.189831   7470.892803  22961.360039 999999.999999
+PR12   9932.720470  15282.556550  17898.313503 999999.999999
+PR13  21663.557743  13223.331767   2641.507998 999999.999999
+PR15   5815.157306  -8736.425985 -23245.097176 999999.999999
+PR16  -9780.609659 -15225.670060 -17964.614620 999999.999999
+PR17  22605.082416  -8805.879660  -8010.640273 999999.999999
+PR18  17623.621720 -15823.179862   9638.701221 999999.999999
+PR19   2767.930928 -13338.174095  21562.882276 999999.999999
+PR20 -14311.146685  -2939.816718  20895.670769 999999.999999
+PR21 -22476.753535   8875.706519   8309.670363 999999.999999
+PR22 -17675.120349  15748.582118  -9295.760442 999999.999999
+PR23  -2564.974719  13396.509154 -21564.454746 999999.999999
+PR24  13831.991309   3313.833467 -21197.336540 999999.999999
+*  2011  9  1  0 45  0.00000000
+PG02   1853.216202 -15684.255042  21443.277745    353.829404
+PG03  -7582.684457  23174.600684 -10591.981312    762.276092
+PG04  18480.510326  -8229.196718  17161.416881    217.978149
+PG05   -599.808098 -25023.173983   8703.893690   -211.899417
+PG06 -12946.679440  22046.833803  -6562.674153    -81.960442
+PG07  26012.990777   5678.698847  -1853.762519     24.613636
+PG08  24470.493826   1158.225195 -10924.563204      9.042101
+PG09 -16175.433545 -14604.649359 -15717.970761    102.747875
+PG10  11589.941094 -12610.552955  19981.983760    -11.697587
+PG11  14840.801441  14070.887564 -17450.052557   -181.889072
+PG12 -11992.631893 -22032.444267   8998.541987     19.472366
+PG13  17264.065197   2432.970624  19921.456449    253.706168
+PG14 -21449.448085  14452.246950  -5510.106944    169.957619
+PG15  -3838.009548 -16903.256186 -20069.620731   -108.218255
+PG16    868.405567  25309.090414   7494.464909   -195.102763
+PG17  20978.728888 -15226.730601  -5036.837221    177.015993
+PG18 -16592.326061  -4966.370750 -19888.698273    155.087344
+PG19   -232.462703  18084.809427 -19346.828098   -179.000018
+PG20  14132.154988  20229.704474   9763.522917     52.386678
+PG21 -26204.619030  -3614.384647  -4358.469674   -168.433307
+PG22 -13035.478784  10491.735207 -20425.373546    144.887602
+PG23  11112.504347  10337.794327  21818.387715    279.617894
+PG24  18065.693735  15122.968493 -12513.191026    420.114048
+PG25 -16052.630537 -12116.905541  17332.051428     16.618769
+PG26   8264.480725 -20438.350209 -15110.730769   -142.148444
+PG27 -11527.542417 -14891.206592 -18235.405795    300.639570
+PG28  13534.056030  -6080.614571 -21489.262440     63.943613
+PG29 -17645.924289  -2303.545137  19771.588739    235.960550
+PG30 -17073.588202  -8701.997061  18034.682227     90.627424
+PG31 -15340.939584   9556.279351  19735.918791    134.759172
+PG32   7602.556375  25427.840380   3953.097632   -320.747803
+PR01   2504.938427  25376.150348    912.484799 999999.999999
+PR02   9696.956341  16072.667968  17287.727135 999999.999999
+PR03  22520.426141   4921.089066 -11043.422786 999999.999999
+PR04 -20579.200694   6559.025916  13583.874113 999999.999999
+PR05  -2466.150868 -25376.818789   -793.427718 999999.999999
+PR06  -9429.901406 -16744.171001 -16801.064552 999999.999999
+PR07 -10883.617353   4121.013400 -22700.822503 999999.999999
+PR08  -5953.328143  19285.735724 -15586.244243 999999.999999
+PR09 -21171.537319 -13190.377973  -5565.824770 999999.999999
+PR10 -22407.105412  -4889.196153  11044.277288 999999.999999
+PR11 -10736.914830   6248.772656  22284.562929 999999.999999
+PR12   7925.757071  14104.447914  19751.677273 999999.999999
+PR13  21280.239423  12817.654023   5818.218961 999999.999999
+PR15   8373.313443  -7475.122404 -22893.994049 999999.999999
+PR16  -7764.579120 -14057.919997 -19818.225567 999999.999999
+PR17  21534.226167  -8315.612491 -10940.515889 999999.999999
+PR18  18379.171122 -16494.579088   6635.524022 999999.999999
+PR19   4910.063397 -14775.120620  20202.000769 999999.999999
+PR20 -12038.325585  -4308.283334  22064.061130 999999.999999
+PR21 -21383.515052   8350.889559  11218.220785 999999.999999
+PR22 -18408.748241  16388.870333  -6258.905967 999999.999999
+PR23  -4690.790926  14852.872264 -20210.161107 999999.999999
+PR24  11556.868082   4725.229920 -22266.483342 999999.999999
+*  2011  9  1  1  0  0.00000000
+PG02   4245.627712 -15174.145924  21425.839603    353.830899
+PG03  -8437.470168  23827.992146  -8065.907229    762.280902
+PG04  20284.864724  -7629.389067  15358.416290    217.988108
+PG05    -11.076641 -24006.988754  11228.705070   -211.904268
+PG06 -13597.140320  22310.422328  -3826.962867    -81.951897
+PG07  26015.503047   5880.556288   1015.988608     24.615048
+PG08  25475.985318   1579.122436  -8314.339307      9.042225
+PG09 -14377.686260 -14351.586745 -17650.207644    102.749447
+PG10  12360.417299 -10343.375712  20830.044064    -11.699078
+PG11  12821.882983  14351.930322 -18765.677451   -181.892148
+PG12 -12059.430280 -22918.547182   6302.525237     19.474035
+PG13  15569.870492   4079.254504  21004.566081    253.704456
+PG14 -21005.333444  13745.672214  -8269.552601    169.958968
+PG15  -2258.442781 -18493.331640 -18856.376559   -108.216961
+PG16    394.927751  24387.137024  10154.148301   -195.104880
+PG17  20637.477793 -14504.512747  -7780.077982    177.014170
+PG18 -17124.971030  -7184.872852 -18780.217531    155.089056
+PG19  -1908.700591  19419.838305 -17871.253892   -179.004215
+PG20  14177.473231  21266.042646   7202.285443     52.387295
+PG21 -26513.850236  -3983.742970  -1623.012771   -168.435822
+PG22 -13790.350336   8192.143350 -20979.261639    144.887073
+PG23   9390.620205  12129.854626  21672.174980    279.615111
+PG24  16511.984721  14902.738149 -14695.469670    420.115358
+PG25 -16486.572921 -13951.681297  15447.827612     16.620314
+PG26   9479.331621 -21361.772266 -12826.865598   -142.159580
+PG27  -9270.086060 -14585.839040 -19633.144049    300.643869
+PG28  14219.391493  -3595.408666 -21625.084243     63.946066
+PG29 -16082.970478  -4005.732328  20813.201843    235.963203
+PG30 -17719.600642 -10636.299016  16329.645336     90.624204
+PG31 -17388.963067   8984.648523  18253.276567    134.763903
+PG32   7424.990270  25733.214251   1156.396852   -320.754142
+PR01   2633.966051  25274.418642  -2293.241234 999999.999999
+PR02  10015.295713  18039.285249  15016.082957 999999.999999
+PR03  23682.337670   5194.617233  -8094.516710 999999.999999
+PR04 -19042.823214   5561.974741  16045.747475 999999.999999
+PR05  -2591.982513 -25261.647976   2412.262861 999999.999999
+PR06  -9752.832371 -18645.315899 -14452.101110 999999.999999
+PR07 -11379.917292   1361.778745 -22792.724059 999999.999999
+PR08  -6105.105680  17229.218635 -17780.470948 999999.999999
+PR09 -20444.092690 -12683.560552  -8626.352127 999999.999999
+PR10 -23574.608613  -5178.345473   8084.712806 999999.999999
+PR11 -13233.401300   5261.385970  21175.261944 999999.999999
+PR12   5648.868047  12995.052069  21222.495007 999999.999999
+PR13  20513.737313  12293.547474   8881.982424 999999.999999
+PR15  10955.508105  -6438.291306 -22097.748900 999999.999999
+PR16  -5482.032512 -12959.791812 -21286.952573 999999.999999
+PR17  20221.955085  -7543.453301 -13658.786839 999999.999999
+PR18  18781.932374 -16994.583640   3504.391192 999999.999999
+PR19   6786.280248 -16252.319538  18448.650766 999999.999999
+PR20  -9778.179040  -5909.365834  22803.610647 999999.999999
+PR21 -20056.124708   7541.287235  13909.930623 999999.999999
+PR22 -18787.698537  16851.024924  -3099.333543 999999.999999
+PR23  -6551.761450  16346.586020 -18463.716695 999999.999999
+PR24   9307.644698   6362.643656 -22904.225592 999999.999999
+*  2011  9  1  1 15  0.00000000
+PG02   6642.602648 -14783.734010  21041.215789    353.832304
+PG03  -9110.524533  24272.455454  -5400.632317    762.285389
+PG04  21897.653396  -7155.545012  13291.154460    217.998382
+PG05    726.224127 -22764.886996  13559.020904   -211.909229
+PG06 -14047.673525  22351.123136  -1024.215287    -81.943428
+PG07  25711.111884   6027.696614   3868.508980     24.616803
+PG08  26212.388569   1865.986103  -5565.492581      9.041934
+PG09 -12375.177225 -14172.301855 -19290.433951    102.751098
+PG10  13265.563436  -8048.053941  21310.539733    -11.700453
+PG11  10688.256075  14729.063319 -19769.733702   -181.895142
+PG12 -12069.408640 -23507.385934   3499.162257     19.476433
+PG13  13898.869831   5893.193996  21722.235935    253.702550
+PG14 -20393.612518  12788.472438 -10884.552912    169.960728
+PG15   -855.519494 -20038.474216 -17316.739854   -108.215521
+PG16   -221.417712  23214.759107  12636.285309   -195.106945
+PG17  20133.984489 -13534.587789 -10386.918872    177.012411
+PG18 -17711.801209  -9234.872528 -17343.089820    155.091051
+PG19  -3387.504594  20707.382896 -16084.676713   -179.007665
+PG20  14157.327292  22025.506713   4516.989139     52.387259
+PG21 -26539.235882  -4281.900979   1139.495681   -168.438220
+PG22 -14665.225790   5891.327594 -21165.928622    144.887357
+PG23   7786.836839  13983.487119  21152.710646    279.612424
+PG24  14720.983277  14712.493088 -16627.622799    420.117493
+PG25 -16932.674442 -15548.071541  13297.557435     16.621834
+PG26  10460.395764 -22157.397181 -10324.744309   -142.170547
+PG27  -6852.254934 -14387.399371 -20677.170228    300.647308
+PG28  15032.129363  -1159.061318 -21370.177454     63.948401
+PG29 -14547.317183  -5860.155185  21498.536988    235.965906
+PG30 -18368.149839 -12343.407693  14336.477123     90.621145
+PG31 -19284.468587   8559.545838  16463.610902    134.768808
+PG32   7175.851811  25746.032005  -1659.637654   -320.760437
+PR01   2683.841209  24778.381785  -5454.446994 999999.999999
+PR02  10419.631852  19685.597729  12453.128478 999999.999999
+PR03  24510.544879   5259.275317  -4989.331176 999999.999999
+PR04 -17368.783347   4269.769151  18196.215244 999999.999999
+PR05  -2637.516955 -24752.516157   5571.091063 999999.999999
+PR06 -10156.707371 -20217.068755 -11823.035899 999999.999999
+PR07 -12062.953910  -1340.558576 -22442.201807 999999.999999
+PR08  -6449.658111  14944.062633 -19629.032817 999999.999999
+PR09 -19338.057218 -12106.557398 -11520.292834 999999.999999
+PR10 -24406.261196  -5257.020741   4967.101216 999999.999999
+PR11 -15643.629090   4516.929800  19655.221744 999999.999999
+PR12   3148.478034  12003.142625  22281.634850 999999.999999
+PR13  19363.782366  11709.251831  11773.267197 999999.999999
+PR15  13491.967167  -5640.130185 -20871.497052 999999.999999
+PR16  -2980.017252 -11980.137910 -22342.732535 999999.999999
+PR17  18726.030631  -6473.047432 -16112.786913 999999.999999
+PR18  18851.807888 -17270.589916    305.675847 999999.999999
+PR19   8366.759733 -17710.468240  16336.884890 999999.999999
+PR20  -7593.679452  -7713.052520  23100.192925 999999.999999
+PR21 -18552.782926   6432.062341  16332.640831 999999.999999
+PR22 -18832.920811  17082.623926    121.024182 999999.999999
+PR23  -8118.716353  17818.296414 -16358.976759 999999.999999
+PR24   7145.892551   8193.914258 -23098.251336 999999.999999
+*  2011  9  1  1 30  0.00000000
+PG02   8997.025603 -14514.499987  20294.521359    353.833623
+PG03  -9621.686204  24477.208738  -2641.629380    762.289694
+PG04  23284.265005  -6786.798017  10996.056986    218.008657
+PG05   1629.746600 -21333.933913  15654.583851   -211.914128
+PG06 -14323.587234  22144.343751   1796.457966    -81.935225
+PG07  25098.965453   6158.638140   6655.409242     24.618300
+PG08  26655.961899   2052.247069  -2724.022493      9.043625
+PG09 -10204.791944 -14094.412004 -20612.768014    102.753427
+PG10  14294.449084  -5772.624368  21415.988985    -11.700792
+PG11   8479.162937  15209.887530 -20445.216341   -181.898124
+PG12 -11983.576552 -23801.560565    636.212030     19.478432
+PG13  12292.819186   7845.097669  22061.594262    253.700846
+PG14 -19655.283515  11573.633926 -13309.185340    169.962499
+PG15    361.323403 -21494.312225 -15477.015452   -108.214340
+PG16  -1003.030386  21828.273300  14897.791884   -195.108970
+PG17  19507.614424 -12310.888356 -12811.525078    177.011149
+PG18 -18322.282902 -11084.907591 -15603.866602    155.092533
+PG19  -4658.485218  21902.997765 -14017.478957   -179.011413
+PG20  14036.128207  22509.876456   1754.019421     52.388088
+PG21 -26275.617074  -4543.182924   3883.172518   -168.440299
+PG22 -15645.917545   3634.631919 -20982.393187    144.887229
+PG23   6326.848565  15856.773288  20267.862109    279.609496
+PG24  12720.952049  14583.443862 -18276.150154    420.121416
+PG25 -17352.642642 -16886.433134  10918.356087     16.623380
+PG26  11213.415770 -22781.732580  -7645.558874   -142.181683
+PG27  -4321.852182 -14315.052880 -21346.532613    300.650349
+PG28  15952.147642   1179.360873 -20730.178797     63.950816
+PG29 -13076.867173  -7836.984460  21816.067706    235.968795
+PG30 -18980.437494 -13803.427897  12091.150119     90.617963
+PG31 -20985.513505   8263.470205  14396.971741    134.773915
+PG32   6820.067115  25476.442387  -4447.770555   -320.766847
+PR01   2603.364800  23909.247580  -8509.749664 999999.999999
+PR02  10859.555789  20978.667362   9648.553997 999999.999999
+PR03  24968.066793   5160.373546  -1787.807113 999999.999999
+PR04 -15620.837212   2688.056506  19993.544144 999999.999999
+PR05  -2551.700134 -23871.047346   8621.692791 999999.999999
+PR06 -10590.101587 -21428.447180  -8964.835144 999999.999999
+PR07 -12910.756320  -3922.005217 -21656.153270 999999.999999
+PR08  -7007.778092  12491.613148 -21095.976861 999999.999999
+PR09 -17864.642781 -11517.080238 -14191.768508 999999.999999
+PR10 -24864.703021  -5170.627568   1752.391059 999999.999999
+PR11 -17899.683526   4010.906105  17754.132066 999999.999999
+PR12    480.390901  11169.053473  22907.857973 999999.999999
+PR13  17843.584699  11123.075324  14435.854093 999999.999999
+PR15  15912.511931  -5082.046649 -19238.784132 999999.999999
+PR16   -314.648531 -11159.186196 -22965.553659 999999.999999
+PR17  17108.312013  -5100.400212 -18254.905982 999999.999999
+PR18  18620.123861 -17276.678887  -2898.932833 999999.999999
+PR19   9634.139111 -19087.450567  13907.721509 999999.999999
+PR20  -5541.940733  -9678.405963  22948.294033 999999.999999
+PR21 -16935.471139   5020.796933  18439.320486 999999.999999
+PR22 -18576.976897  17038.361169   3339.008142 999999.999999
+PR23  -9374.903563  19205.951732 -13936.749472 999999.999999
+PR24   5126.920901  10176.270285 -22844.819436 999999.999999
+*  2011  9  1  1 45  0.00000000
+PG02  11262.302132 -14360.236212  19197.168197    353.834812
+PG03  -9996.456786  24417.566048    163.455667    762.294347
+PG04  24416.263159  -6496.721594   8513.156135    218.018744
+PG05   2709.836729 -19755.514533  17479.264376   -211.919026
+PG06 -14455.355078  21672.532289   4585.783007    -81.926499
+PG07  24187.058675   6311.609611   9329.375096     24.620085
+PG08  26791.017268   2175.166449    162.726202      9.043695
+PG09  -7908.262659 -14138.941096 -21596.509415    102.755746
+PG10  15428.521965  -3562.745028  21145.677394    -11.702637
+PG11   6235.325870  15795.305335 -20780.353460   -181.901195
+PG12 -11765.041153 -23812.347275  -2237.572259     19.480683
+PG13  10788.358794   9898.269544  22016.414682    253.699512
+PG14 -18833.473266  10103.182484 -15500.805850    169.964053
+PG15   1390.828765 -22816.920022 -13368.807075   -108.212752
+PG16  -1965.047764  20269.318192  16899.621398   -195.110998
+PG17  18799.714409 -10836.119572 -15011.268462    177.009654
+PG18 -18922.063051 -12710.756129 -13594.149679    155.094187
+PG19  -5719.703889  22962.615513 -11705.164458   -179.015308
+PG20  13780.351440  22729.057145  -1039.067503     52.388504
+PG21 -25725.621746  -4802.528957   6562.870478   -168.442830
+PG22 -16711.174655   1464.444378 -20432.249699    144.887064
+PG23   5028.914469  17704.472778  19031.896083    279.606869
+PG24  10546.705077  14541.844119 -19612.205291    420.124579
+PG25 -17706.507254 -17955.624629   8351.252949     16.624903
+PG26  11752.309276 -23194.530325  -4834.218835   -142.193100
+PG27  -1730.811185 -14379.919247 -21627.225217    300.654116
+PG28  16952.024679   3375.508961 -19717.918429     63.953454
+PG29 -11704.306780  -9900.203910  21760.530423    235.971606
+PG30 -19516.311833 -15005.216339   9633.916707     90.614802
+PG31 -22455.198048   8072.069678  12087.989297    134.778964
+PG32   6325.725457  24942.362294  -7160.898593   -320.772979
+PR01   2346.888631  22700.241117 -11399.805322 999999.999999
+PR02  11280.588264  21897.778597   6656.748161 999999.999999
+PR03  25029.826115   4949.749162   1448.243536 999999.999999
+PR04 -13862.273840    835.213003  21402.847086 999999.999999
+PR05  -2289.098637 -22650.852800  11504.808476 999999.999999
+PR06 -10997.881808 -22260.901875  -5932.894176 999999.999999
+PR07 -13890.805852  -6323.998144 -20449.912595 999999.999999
+PR08  -7788.660314   9937.730575 -22152.772072 999999.999999
+PR09 -16047.989328 -10970.680221 -16589.172100 999999.999999
+PR10 -24924.744646  -4971.216765  -1496.572208 999999.999999
+PR11 -19937.413346   3726.518137  15509.019767 999999.999999
+PR12  -2292.253112  10522.965188  23088.281056 999999.999999
+PR13  15979.478044  10590.764602  16817.933204 999999.999999
+PR15  18149.313045  -4752.754398 -17231.131281 999999.999999
+PR16   2450.988640 -10526.883837 -23143.804734 999999.999999
+PR17  15432.181573  -3434.318880 -20043.510000 999999.999999
+PR18  18128.149128 -16975.712774  -6047.595760 999999.999999
+PR19  10583.977172 -20320.947422  11208.349058 999999.999999
+PR20  -3672.021466 -11755.100330  22351.100151 999999.999999
+PR21 -15267.374999   3317.872390  20188.977579 999999.999999
+PR22 -18062.469547  16682.168624   6491.509067 999999.999999
+PR23 -10316.426945  20447.402823 -11244.010053 999999.999999
+PR24   3297.660082  12257.931029 -22148.829829 999999.999999
+*  2011  9  1  2  0  0.00000000
+PG02  13393.980465 -14307.295482  17766.769222    353.836365
+PG03 -10264.856364  24076.050116   2965.628220    762.297781
+PG04  25272.324749  -6254.554141   5885.368430    218.028998
+PG05   3968.943033 -18073.778605  19001.686732   -211.923819
+PG06 -14477.219013  20925.957550   7295.222086    -81.917915
+PG07  22992.001257   6522.916376  11844.938747     24.621823
+PG08  26610.475424   2274.268960   3046.776598      9.043242
+PG09  -5530.791845 -14319.527664 -22226.364023    102.758998
+PG10  16642.295167  -1460.090521  20505.590784    -11.702948
+PG11   3997.625992  16479.384773 -20768.816386   -181.904167
+PG12 -11380.584058 -23559.172362  -5073.248276     19.482584
+PG13   9415.676447  12010.269043  21587.250159    253.697632
+PG14 -17971.670993   8388.319525 -17420.847258    169.965912
+PG15   2239.785585 -23964.480715 -11028.478284   -108.211334
+PG16  -3114.576289  18583.253762  18607.444691   -195.112963
+PG17  18051.898017  -9121.855840 -16947.524473    177.007831
+PG18 -19474.393446 -14096.105979 -11349.934495    155.095828
+PG19  -6577.579806  23844.278414  -9187.754566   -179.018637
+PG20  13359.985080  22700.549154  -3814.363496     52.389177
+PG21 -24899.537331  -5094.034193   9134.817473   -168.444892
+PG22 -17833.461877   -581.268988 -19525.575601    144.887135
+PG23   3903.268933  19479.649342  17465.300872    279.604013
+PG24   8238.483427  14607.868603 -20612.122041    420.127624
+PG25 -17954.268835 -18753.256481   5640.479829     16.626471
+PG26  12098.565089 -23360.472037  -1938.674501   -142.204325
+PG27    866.713533 -14584.491324 -21512.617272    300.657259
+PG28  17998.172157   5391.317860 -18353.063979     63.955961
+PG29 -10455.961450 -12008.823495  21333.001221    235.974737
+PG30 -19935.941202 -15946.561880   7008.500103     90.611390
+PG31 -23662.937004   7955.197335   9575.340534    134.783991
+PG32   5665.493988  24168.822203  -9752.799761   -320.779295
+PR01   1876.497298  21195.232210 -14068.462655 999999.999999
+PR02  11626.656373  22435.127933   3535.747766 999999.999999
+PR03  24683.730310   4683.354084   4656.311569 999999.999999
+PR04 -12153.319236  -1258.164357  22396.757571 999999.999999
+PR05  -1812.071913 -21136.138609  14164.435649 999999.999999
+PR06 -11323.712407 -22708.917486  -2785.970220 999999.999999
+PR07 -14961.384682  -8495.582655 -18846.948538 999999.999999
+PR08  -8789.336821   7350.227931 -22778.865240 999999.999999
+PR09 -13924.365009 -10518.269138 -18666.148604 999999.999999
+PR10 -24574.461284  -4715.015619  -4716.300277 999999.999999
+PR11 -21698.942286   3635.591338  12963.523226 999999.999999
+PR12  -5101.341029  10083.628547  22818.681281 999999.999999
+PR13  13810.026176  10162.993808  18873.117361 999999.999999
+PR15  20139.566577  -4628.919567 -14887.439337 999999.999999
+PR16   5249.220209 -10101.694454 -22874.462496 999999.999999
+PR17  13759.922646  -1496.321743 -21443.750682 999999.999999
+PR18  17425.215900 -16341.084362  -9079.495695 999999.999999
+PR19  11224.676119 -21351.076109   8291.209665 999999.999999
+PR20  -2023.082505 -13885.362636  21320.417680 999999.999999
+PR21 -13610.271973   1346.317210  21547.459643 999999.999999
+PR22 -17340.054553  15988.955003   9516.742418 999999.999999
+PR23 -10952.147654  21483.028530  -8332.994617 999999.999999
+PR24   1694.906708  14380.097892 -21023.730383 999999.999999
+*  2011  9  1  2 15  0.00000000
+PG02  15351.316674 -14335.148485  16026.926045    353.837723
+PG03 -10460.079540  23443.248959   5715.432426    762.302722
+PG04  25838.910228  -6026.578485   3157.746049    218.038874
+PG05   5401.339998 -16333.993534  20195.766542   -211.928677
+PG06 -14425.658763  19903.183980   9877.846121    -81.909223
+PG07  21538.474271   6825.380650  14159.224740     24.623168
+PG08  26116.123835   2389.701148   5880.234713      9.043503
+PG09  -3119.572467 -14641.906867 -22492.603748    102.760709
+PG10  17904.318044    499.069976  19508.217556    -11.704411
+PG11   1805.773319  17249.480165 -20409.863180   -181.907343
+PG12 -10802.105748 -23068.789567  -7822.493039     19.484924
+PG13   8197.435382  14134.410298  20781.439359    253.695949
+PG14 -17111.955267   6449.193254 -19035.542541    169.967653
+PG15   2922.574589 -24898.884630  -8496.521631   -108.209939
+PG16  -4450.249867  16817.435989  19992.231178   -195.114811
+PG17  17304.331882  -7188.283822 -18586.390380    177.006280
+PG18 -19941.638144 -15232.909377  -8910.897622    155.097195
+PG19  -7246.459480  24509.811942  -6509.085044   -179.022423
+PG20  12749.842305  22448.640693  -6524.422129     52.389387
+PG21 -23814.929799  -5449.540808  11557.216878   -168.447715
+PG22 -18979.999591  -2470.243771 -18278.715382    144.887131
+PG23   2951.850553  21135.390784  15594.489898    279.601377
+PG24   5840.620627  14794.726280 -21257.865514    420.129812
+PG25 -18057.557644 -19285.610008   2832.705925     16.627982
+PG26  12280.326388 -23250.719247    990.863513   -142.215706
+PG27   3416.380413 -14922.440136 -21003.706693    300.658152
+PG28  19052.227519   7196.284786 -16661.617312     63.958261
+PG29  -9350.905982 -14118.287398  20540.869220    235.977453
+PG30 -20201.466054 -16634.010476   4261.238895     90.608197
+PG31 -24585.512351   7878.190786   6901.154034    134.788988
+PG32   4817.883581  23187.051520 -12178.893500   -320.785520
+PR01   1163.864875  19446.935422 -16463.855416 999999.999999
+PR02  11842.651224  22595.988273    346.115255 999999.999999
+PR03  23931.234723   4418.672826   7774.380007 999999.999999
+PR04 -10548.687853  -3550.281338  22955.959242 999999.999999
+PR05  -1092.615253 -19379.888471  16548.917383 999999.999999
+PR06 -11512.623960 -22780.084882    414.949696 999999.999999
+PR07 -16073.328160 -10395.271090 -16878.406796 999999.999999
+PR08  -9994.638396   4796.239314 -22962.081136 999999.999999
+PR09 -11540.876358 -10203.847160 -20382.478575 999999.999999
+PR10 -23815.740253  -4459.786551  -7843.926935 999999.999999
+PR11 -23134.931382   3699.978014  10167.043407 999999.999999
+PR12  -7876.376351   9857.582972  22103.633868 999999.999999
+PR13  11384.627029   9883.079545  20561.351641 999999.999999
+PR15  21827.979232  -4676.331442 -12253.241976 999999.999999
+PR16   8010.348330  -9889.895390 -22163.116499 999999.999999
+PR17  12150.158340    679.984411 -22428.249285 999999.999999
+PR18  16566.519447 -15358.045537 -11935.993867 999999.999999
+PR19  11576.867232 -22122.947370   5212.979716 999999.999999
+PR20   -622.973429 -16006.236900  19876.428754 999999.999999
+PR21 -12021.991308   -858.874412  22488.128609 999999.999999
+PR22 -16466.124389  14945.883944  12355.493127 999999.999999
+PR23 -11303.053746  22258.276312  -5260.190750 999999.999999
+PR24    344.002353  16479.254060 -19491.261946 999999.999999
+*  2011  9  1  2 30  0.00000000
+PG02  17098.720306 -14417.234357  14006.896954    353.839442
+PG03 -10617.003238  22518.371922   8363.884190    762.307432
+PG04  26110.646550  -5777.601198    376.715171    218.048964
+PG05   6993.176363 -14580.870146  21041.151043   -211.933436
+PG06 -14337.792027  18611.225168  12289.162743    -81.900660
+PG07  19858.394024   7246.914221  16232.659728     24.624773
+PG08  25318.569770   2560.570795   8616.000982      9.043331
+PG09   -722.252928 -15103.679196 -22391.164136    102.762632
+PG10  19178.386262   2285.058203  18172.230814    -11.705168
+PG11   -302.987007  18086.608460 -19708.411189   -181.910451
+PG12 -10007.882839 -22374.191544 -10438.403092     19.487041
+PG13   7148.010555  16221.441616  19612.984139    253.694339
+PG14 -16293.287658   4314.312078 -20316.556440    169.969016
+PG15   3460.410425 -25587.199395  -5816.847058   -108.208531
+PG16  -5962.130911  15019.437122  21030.721974   -195.117083
+PG17  16594.094429  -5063.601327 -19899.308687    177.004647
+PG18 -20286.802840 -16121.418491  -6319.646470    155.099137
+PG19  -7747.863807  24926.370055  -3716.016598   -179.026217
+PG20  11930.688798  22003.357440  -9123.053855     52.389810
+PG21 -22496.026345  -5897.327996  13790.807924   -168.450048
+PG22 -20114.020815  -4176.960713 -16713.947855    144.886840
+PG23   2168.364572  22626.555871  13451.387351    279.598592
+PG24   3400.045055  15108.045992 -21537.397229    420.133985
+PG25 -17981.238184 -19567.229552    -23.767054     16.629510
+PG26  12331.185420 -22844.257511   3902.800463   -142.226675
+PG27   5865.725942 -15378.823727 -20109.180932    300.662322
+PG28  20072.638441   8768.411085 -14675.285638     63.960823
+PG29  -8400.361916 -16182.024254  19397.707565    235.980270
+PG30 -20278.561830 -17082.350632   1440.206989     90.605021
+PG31 -25207.868379   7803.330203   4110.358925    134.793861
+PG32   3768.315380  22033.331539 -14397.001693   -320.791647
+PR01    191.706893  17514.757849 -18539.412234 999999.999999
+PR02  11876.958414  22398.341375  -2850.234583 999999.999999
+PR03  22787.363293   4212.077971  10742.107811 999999.999999
+PR04  -9095.383209  -5989.644303  23069.560739 999999.999999
+PR05   -113.794848 -17441.698005  18611.945385 999999.999999
+PR06 -11513.536397 -22494.642459   3607.824286 999999.999999
+PR07 -17172.107503 -11992.506561 -14582.505491 999999.999999
+PR08 -11377.684542   2339.628479 -22698.859409 999999.999999
+PR09  -8953.739985 -10062.531283 -21704.848756 999999.999999
+PR10 -22664.259064  -4262.128473 -10818.456543 999999.999999
+PR11 -24206.499584   3873.385298   7173.787936 999999.999999
+PR12 -10547.187540   9838.907387  20956.475214 999999.999999
+PR13   8761.671392   9785.019039  21849.700746 999999.999999
+PR15  23168.956836  -4851.548752  -9379.821318 999999.999999
+PR16  10665.296268  -9885.400838 -21023.833606 999999.999999
+PR17  10655.457486   3050.035820 -22977.640963 999999.999999
+PR18  15610.686990 -14024.558278 -14561.750677 999999.999999
+PR19  11672.287310 -22589.032324   2033.467154 999999.999999
+PR20    512.695883 -18052.077132  18047.287865 999999.999999
+PR21 -10554.051813  -3251.928460  22992.396153 999999.999999
+PR22 -15500.265848  13553.135878  14952.302224 999999.999999
+PR23 -11401.125186  22726.011214  -2085.243918 999999.999999
+PR24   -742.000592  18489.678337 -17581.045913 999999.999999
+*  2011  9  1  2 45  0.00000000
+PG02  18607.019909 -14522.075961  11741.145204    353.840846
+PG03 -10770.606715  21309.472193  10863.428515    762.311296
+PG04  26090.414340  -5472.474978  -2410.686863    218.058993
+PG05   8722.845801 -12856.926716  21523.555114   -211.938228
+PG06 -14249.771227  17065.373182  14487.884261    -81.892196
+PG07  17989.812506   7809.277524  18029.635807     24.626531
+PG08  24236.890286   2823.324102  11208.472739      9.044040
+PG09   1614.604786 -15694.370605 -21923.682003    102.764031
+PG10  20424.937729   3875.693647  16522.063099    -11.705210
+PG11  -2295.087537  18966.072491 -18675.034002   -181.913422
+PG12  -8983.590327 -21513.295859 -12876.274544     19.489207
+PG13   6273.064412  18221.337988  18102.299920    253.692864
+PG14 -15549.944016   2019.622914 -21241.510871    169.971071
+PG15   3880.310349 -26002.952165  -3036.002806   -108.206976
+PG16  -7631.954564  13235.282937  21705.789043   -195.118906
+PG17  15953.675269  -2783.096882 -20863.582188    177.003378
+PG18 -20475.026736 -16769.910020  -3620.948064    155.100541
+PG19  -8109.441755  25067.786401   -857.575032   -179.029799
+PG20  10890.143469  21399.211380 -11566.090393     52.389917
+PG21 -20972.885053  -6460.940227  15799.386002   -168.452777
+PG22 -21196.192895  -5683.413888 -14859.046073    144.887076
+PG23   1538.680548  23911.478181  11072.899867    279.595937
+PG24    964.673733  15545.562501 -21444.944583    420.137122
+PG25 -17694.897055 -19620.204803  -2879.835523     16.631075
+PG26  12288.728861 -22128.967680   6745.115715   -142.237726
+PG27   8166.162044 -15930.695926 -18845.276910    300.664722
+PG28  21016.365450  10094.776469 -12430.751637     63.963788
+PG29  -7607.403870 -18153.081794  17923.044327    235.983210
+PG30 -20137.851369 -17313.788827  -1405.670358     90.602086
+PG31 -25523.619141   7691.423250   1249.984318    134.798964
+PG32   2509.942779  20747.653138 -16368.098400   -320.797858
+PR01  -1045.234874  15462.384624 -20254.763986 999999.999999
+PR02  11683.854063  21871.993985  -5991.235872 999999.999999
+PR03  21280.184402   4116.233365  13501.986148 999999.999999
+PR04  -7830.838949  -8516.971275  22735.308771 999999.999999
+PR05   1129.286449 -15385.351463  20313.458268 999999.999999
+PR06 -11281.630355 -21884.506002   6730.754623 999999.999999
+PR07 -18200.155789 -13268.672369 -12003.795298 999999.999999
+PR08 -12900.882270     38.545103 -21994.323686 999999.999999
+PR09  -6226.185036 -10118.966542 -22607.495820 999999.999999
+PR10 -21148.896326  -4174.838163 -13581.969319 999999.999999
+PR11 -24886.724386   4103.548660   4041.726426 999999.999999
+PR12 -13046.642589  10009.518573  19399.088183 999999.999999
+PR13   6006.331905   9891.935294  22712.998458 999999.999999
+PR15  24128.402093  -5103.951845  -6323.203019 999999.999999
+PR16  13148.225726 -10070.115113 -19478.866672 999999.999999
+PR17   9320.207555   5559.908154 -23080.968390 999999.999999
+PR18  14617.215815 -12351.630493 -16905.789921 999999.999999
+PR19  11552.194226 -22711.239300  -1185.552800 999999.999999
+PR20   1380.962471 -19957.165855  15868.568157 999999.999999
+PR21  -9249.576180  -5777.935589  23050.108028 999999.999999
+PR22 -14502.603741  11824.121043  17256.569244 999999.999999
+PR23 -11287.742601  22848.574076   1130.199213 999999.999999
+PR24  -1562.652063  20346.069875 -15330.021354 999999.999999
+*  2011  9  1  3  0  0.00000000
+PG02  19854.493333 -14614.619063   9268.771018    353.842210
+PG03 -10954.370932  19833.316754  13168.896900    762.316451
+PG04  25789.141432  -5077.607516  -5157.565089    218.068583
+PG05  10561.664855 -11200.954511  21634.988451   -211.943080
+PG06 -14195.241321  15288.714289  16436.622390    -81.883640
+PG07  15975.593334   8527.072828  19519.117301     24.628156
+PG08  22897.990122   3210.216282  13614.232285      9.044771
+PG09   3847.025740 -16395.780946 -21097.474237    102.766324
+PG10  21602.575227   5256.892553  14587.388209    -11.706379
+PG11  -4141.727097  19858.313988 -17325.877968   -181.916540
+PG12  -7723.049269 -20527.454306 -15094.351332     19.491379
+PG13   5569.479009  20085.134649  16275.843752    253.690827
+PG14 -14910.148416   -392.708573 -21794.392560    169.972571
+PG15   4213.830892 -26127.171810   -202.343838   -108.205617
+PG16  -9433.702940  11507.776006  22006.677378   -195.120754
+PG17  15409.677009   -387.948255 -21462.770329    177.001769
+PG18 -20474.981450 -17194.118467   -860.951880    155.102402
+PG19  -8363.673124  24915.673145   2015.960418   -179.033491
+PG20   9623.319858  20673.797971 -13812.107289     52.390949
+PG21 -19280.380037  -7158.189548  17550.283068   -168.454465
+PG22 -22186.145429  -6979.576370 -12746.741391    144.887093
+PG23   1041.552757  24953.556922   8500.281459    279.593144
+PG24  -1418.242633  16097.119782 -20981.165971    420.140545
+PG25 -17174.156465 -19473.172200  -5686.436097     16.632577
+PG26  12192.887387 -21102.365279   9466.383564   -142.249203
+PG27  10274.808929 -16548.089030 -17235.440950    300.668059
+PG28  21840.626551  11171.733285  -9968.868631     63.965670
+PG29  -6966.985102 -19985.785072  16142.036851    235.986263
+PG30 -19756.114021 -17356.856042  -4227.485727     90.599211
+PG31 -25535.247495   7503.460048  -1631.583410    134.803854
+PG32   1044.190544  19372.225041 -18057.034598   -320.804153
+PR01  -2539.717775  13355.202963 -21576.531066 999999.999999
+PR02  11225.664476  21057.214898  -9015.877457 999999.999999
+PR03  19449.761588   4177.653733  16000.445815 999999.999999
+PR04  -6781.477339 -11067.438136  21959.635316 999999.999999
+PR05   2629.034314 -13276.242238  21620.417862 999999.999999
+PR06 -10780.466529 -20991.827962   9723.178991 999999.999999
+PR07 -19099.339956 -14217.606618  -9192.298158 999999.999999
+PR08 -14517.392493  -2056.770095 -20862.181578 999999.999999
+PR09  -3426.070516 -10386.186696 -23072.711328 999999.999999
+PR10 -19310.602233  -4244.445805 -16080.758279 999999.999999
+PR11 -25161.661645   4334.659173    831.476641 999999.999999
+PR12 -15313.254563  10340.008361  17461.510011 999999.999999
+PR13   3188.073649  10214.995927  23134.346069 999999.999999
+PR15  24685.043949  -5378.112860  -3143.050915 999999.999999
+PR16  15399.021393 -10414.798886 -17558.214250 999999.999999
+PR17   8178.843600   8148.314477 -22735.915915 999999.999999
+PR18  13643.886440 -10363.119693 -18922.486708 999999.999999
+PR19  11265.389541 -22462.612683  -4381.540586 999999.999999
+PR20   1991.381940 -21658.350072  13382.568354 999999.999999
+PR21  -8141.569601  -8374.889229  22659.768349 999999.999999
+PR22 -13531.146978   9785.135571  19223.547059 999999.999999
+PR23 -11011.707408  22599.461777   4323.688079 999999.999999
+PR24  -2129.884088  21986.175706 -12781.741431 999999.999999
+*  2011  9  1  3 15  0.00000000
+PG02  20827.615898 -14657.743398   6632.834649    353.843553
+PG03 -11198.728067  18114.900684  15238.438259    762.321722
+PG04  25225.314907  -4562.402334  -7817.902017    218.078542
+PG05  12474.831004  -9646.643592  21373.871350   -211.948003
+PG06 -14203.919206  13311.353953  18102.499140    -81.874920
+PG07  13861.910518   9407.011253  20675.181112     24.629629
+PG08  21335.687522   3747.928634  15792.714704      9.044433
+PG09   5935.034681 -17182.609899 -19925.457727    102.768022
+PG10  22669.653466   6422.943293  12402.525533    -11.707905
+PG11  -5819.794505  20729.970917 -15682.493622   -181.919691
+PG12  -6228.670189 -19459.840947 -17054.530224     19.493218
+PG13   5025.646451  21766.727802  14165.627812    253.689352
+PG14 -14394.965972  -2875.765946 -21965.834382    169.974537
+PG15   4495.623689 -25949.148515   2634.835705   -108.204266
+PG16 -11334.483268   9874.969035  21929.129918   -195.123014
+PG17  14981.772008   2076.209963 -21686.959848    177.000404
+PG18 -20260.127335 -17416.407375   1913.580151    155.104013
+PG19  -8546.374361  24460.219532   4853.999904   -179.037228
+PG20   8133.185556  19866.295568 -15823.094723     52.391248
+PG21 -17457.034995  -8000.362276  19014.808223   -168.456994
+PG22 -23044.042486  -8063.548948 -10414.104838    144.887081
+PG23    649.636814  25722.667962   5778.402262    279.590225
+PG24  -3703.760183  16744.996266 -20153.204208    420.143606
+PG25 -16401.762546 -19160.074934  -8395.384703     16.634119
+PG26  12084.155994 -19771.960995  12016.831492   -142.260321
+PG27  12156.074571 -17195.323546 -15309.799166    300.671929
+PG28  22504.609526  12004.726076  -7333.806794     63.968262
+PG29  -6466.280797 -21637.356527  14085.054369    235.989042
+PG30 -19117.248848 -17245.095615  -6977.187640     90.596151
+PG31 -25253.985371   7202.277855  -4485.377087    134.808940
+PG32   -619.018054  17949.886093 -19433.222635   -320.810312
+PR01  -4272.055312  11257.672289 -22478.975223 999999.999999
+PR02  10474.597299  20002.950340 -11865.389581 999999.999999
+PR03  17346.620408   4434.523465  18188.894951 999999.999999
+PR04  -5961.744861 -13573.167807  20757.537782 999999.999999
+PR05   4365.439277 -11178.744870  22507.448807 999999.999999
+PR06  -9983.763206 -19867.146485  12527.043144 999999.999999
+PR07 -19813.475367 -14845.602029  -6202.540864 999999.999999
+PR08 -16173.003110  -3905.840635 -19324.457505 999999.999999
+PR09   -623.313391 -10864.972997 -23091.197990 999999.999999
+PR10 -17200.778633  -4509.030454 -18266.374715 999999.999999
+PR11 -25030.843456   4509.942514  -2394.857664 999999.999999
+PR12 -17293.566035  10790.987198  15181.367487 999999.999999
+PR13    377.989430  10752.852409  23105.449647 999999.999999
+PR15  24831.240755  -5616.381688     98.515951 999999.999999
+PR16  17365.543304 -10880.410767 -15299.040203 999999.999999
+PR17   7254.508008  10748.924280 -21948.878194 999999.999999
+PR18  12744.258248  -8095.009142 -20572.460113 999999.999999
+PR19  10865.932595 -21828.581718  -7492.410045 999999.999999
+PR20   2365.372175 -23097.585997  10637.493717 999999.999999
+PR21  -7251.635863 -10976.035303  21828.597535 999999.999999
+PR22 -12639.252186   7474.477201  20815.209041 999999.999999
+PR23 -10626.957401  21964.558006   7433.182698 999999.999999
+PR24  -2467.266761  23353.312309  -9985.541432 999999.999999
+*  2011  9  1  3 30  0.00000000
+PG02  21521.490411 -14613.884342   3879.581883    353.845126
+PG03 -11529.631854  16186.619747  17034.395868    762.324896
+PG04  24424.232873  -3900.580793 -10347.266307    218.088864
+PG05  14422.623008  -8221.420844  20745.038666   -211.952764
+PG06 -14300.348895  11169.384964  19457.665849    -81.866366
+PG07  11696.624410  10447.483781  21477.481087     24.631411
+PG08  19589.556746   4456.381347  17706.849016      9.044705
+PG09   7843.935948 -18023.342122 -18426.009213    102.770697
+PG10  23585.867839   7376.455538  10005.782566    -11.709720
+PG11  -7312.590949  21545.105614 -13771.577886   -181.922775
+PG12  -4511.573504 -18353.779067 -18723.011363     19.495327
+PG13   4622.104590  23224.570024  11808.628820    253.687473
+PG14 -14017.499307  -5379.537885 -21753.265323    169.976110
+PG15   4761.869316 -25466.879713   5426.188483   -108.202779
+PG16 -13295.672477   8368.844935  21475.397348   -195.124822
+PG17  14681.955070   4560.890290 -21532.906154    176.998650
+PG18 -19809.784709 -17464.715812   4656.025479    155.105329
+PG19  -8695.070504  23700.655328   7606.594919   -179.040849
+PG20   6430.627552  19015.923847 -17565.067831     52.391512
+PG21 -15543.741863  -8991.654787  20168.648003   -168.458793
+PG22 -23732.136396  -8941.390516  -7901.860208    144.886993
+PG23    330.762620  26196.334668   2954.934996    279.587481
+PG24  -5850.803810  17464.543964 -18974.622815    420.145970
+PG25 -15368.406485 -18718.730239 -10960.198502     16.635697
+PG26  12001.761981 -18155.211286  14349.405703   -142.271577
+PG27  13782.905882 -17832.580191 -13104.457679    300.675568
+PG28  22971.082856  12607.757807  -4572.175015     63.971077
+PG29  -6085.335833 -23069.437314  11787.174901    235.992038
+PG30 -18212.960681 -17015.589008  -9608.373934     90.593111
+PG31 -24699.375924   6754.173589  -7262.649292    134.813765
+PG32  -2461.364343  16522.481071 -20471.263845   -320.816641
+PR01  -6210.705035   9230.750187 -22944.503262 999999.999999
+PR02   9414.165709  18764.692853 -14484.387992 999999.999999
+PR03  15029.792776   4914.867136  20024.667104 999999.999999
+PR04  -5373.664723 -15965.859940  19152.293993 999999.999999
+PR05   6306.682058  -9153.648034  22957.329417 999999.999999
+PR06  -8876.756302 -18567.201666  15087.923444 999999.999999
+PR07 -20290.777556 -15170.892214  -3092.501834 999999.999999
+PR08 -17808.330635  -5479.393483 -17411.063426 999999.999999
+PR09   2112.768554 -11543.739552 -22662.269594 999999.999999
+PR10 -14879.239356  -4996.408288 -20096.561797 999999.999999
+PR11 -24507.234394   4574.281608  -5574.875611 999999.999999
+PR12 -18944.208500  11314.878639  12603.148568 999999.999999
+PR13  -2353.929563  11491.624473  22626.789042 999999.999999
+PR15  24573.222124  -5761.575596   3338.158869 999999.999999
+PR16  19005.557236 -11419.867738 -12744.964061 999999.999999
+PR17   6558.198225  13292.909152 -20734.860190 999999.999999
+PR18  11965.352296  -5594.182758 -21823.352911 999999.999999
+PR19  10410.643556 -20807.706224 -10457.736794 999999.999999
+PR20   2535.058403 -24224.287741   7686.526538 999999.999999
+PR21  -6589.186287 -13512.437817  20572.420553 999999.999999
+PR22 -11873.313615   4941.060658  22000.972061 999999.999999
+PR23 -10190.074820  20942.861850  10398.261282 999999.999999
+PR24  -2608.771700  24398.676338  -6995.593362 999999.999999
+*  2011  9  1  3 45  0.00000000
+PG02  21939.936328 -14446.697148   1057.587335    353.846341
+PG03 -11967.315528  14087.132282  18524.103335    762.329474
+PG04  23417.025417  -3071.339471 -12703.488204    218.098504
+PG05  16361.796625  -6945.543428  19759.633475   -211.957585
+PG06 -14502.878435   8903.641654  20479.724950    -81.857963
+PG07   9527.594294  11638.455706  21911.627446     24.633059
+PG08  17703.564147   5347.785977  19323.665536      9.045133
+PG09   9545.419047 -18881.366064 -16622.762859    102.773923
+PG10  24313.784353   8127.993359   7438.751001    -11.711297
+PG11  -8610.320308  22266.562670 -11624.623940   -181.925837
+PG12  -2591.379989 -17251.069893 -20070.883627     19.497558
+PG13   4332.490477  24423.192465   9246.106235    253.685475
+PG14 -13782.420154  -7852.694103 -21160.927438    169.977923
+PG15   5048.653130 -24687.184265   8123.200344   -108.201425
+PG16 -15274.281281   7014.250917  20654.137028   -195.126953
+PG17  14514.119998   7016.461942 -21004.045312    176.997456
+PG18 -19109.985622 -17371.323574   7320.625654    155.106968
+PG19  -8847.302555  22645.358937  10225.376962   -179.044511
+PG20   4534.222126  18160.418752 -19008.609039     52.391547
+PG21 -13582.404218 -10128.857074  20992.225188   -168.461350
+PG22 -24216.242293  -9626.641527  -5253.643969    144.886818
+PG23     49.411900  26360.607629     79.475957    279.584695
+PG24  -7823.588040  18225.120374 -17465.221950    420.148463
+PG25 -14073.246756 -18189.259819 -13336.886905     16.637283
+PG26  11981.864369 -16279.047378  16420.810252   -142.283282
+PG27  15137.655470 -18417.655693 -10660.659705    300.680305
+PG28  23207.844300  13002.537819  -1732.140648     63.973495
+PG29  -5797.992416 -24249.452909   9287.603687    235.994763
+PG30 -17043.149588 -16707.379863 -12077.029569     90.589878
+PG31 -23898.529727   6130.402740  -9915.686081    134.818840
+PG32  -4456.573302  15129.263567 -21151.502111   -320.822783
+PR01  -8313.364253   7329.481448 -22964.012782 999999.999999
+PR02   8040.144203  17402.093457 -16821.952988 999999.999999
+PR03  12564.517753   5635.150357  21471.861084 999999.999999
+PR04  -5006.924568 -18179.452646  17175.016894 999999.999999
+PR05   8410.243721  -7255.755166  22961.324653 999999.999999
+PR06  -7457.083448 -17152.510323  17356.081366 999999.999999
+PR07 -20486.148249 -15222.647082     77.508863 999999.999999
+PR08 -19361.258313  -6760.323186 -15159.215736 999999.999999
+PR09   4716.091175 -12398.952411 -21793.889396 999999.999999
+PR10 -12411.838706  -5722.769697 -21536.058911 999999.999999
+PR11 -23616.648600   4476.773148  -8647.072757 999999.999999
+PR12 -20233.546103  11858.088469   9777.323985 999999.999999
+PR13  -4941.474279  12405.431346  21707.614900 999999.999999
+PR15  23930.758887  -5759.655520   6512.581086 999999.999999
+PR16  20288.266432 -11980.151358  -9945.234702 999999.999999
+PR17   6088.439477  15711.610493 -19117.208529 999999.999999
+PR18  11345.618984  -2916.745787 -22650.482382 999999.999999
+PR19   9956.501705 -19411.887350 -13219.933347 999999.999999
+PR20   2541.669374 -24997.383288   4586.803576 999999.999999
+PR21  -6151.176458 -15915.654704  18915.385360 999999.999999
+PR22 -11270.776928   2242.593870  22758.262899 999999.999999
+PR23  -9757.692785  19546.682545  13161.297143 999999.999999
+PR24  -2597.094947  25083.347873  -3869.864321 999999.999999
+*  2011  9  1  4  0  0.00000000
+PG02  22095.230253 -14122.692129  -1783.165543    353.848047
+PG03 -12525.296351  11859.957376  19680.574458    762.332698
+PG04  22239.481083  -2060.303367 -14847.295768    218.108449
+PG05  18247.121568  -5831.480633  18434.893801   -211.962568
+PG06 -14822.894796   6558.290182  21152.051348    -81.849435
+PG07   7400.990259  12961.692192  21969.472982     24.634781
+PG08  15724.542117   6425.974925  20614.861364      9.043687
+PG09  11018.452166 -19716.293813 -14544.342502    102.775452
+PG10  24820.254496   8695.413794   4745.570949    -11.711557
+PG11  -9710.323833  22857.408879  -9277.477208   -181.928796
+PG12   -495.676443 -16190.386329 -21074.634626     19.499414
+PG13   4124.770986  25334.493466   6522.844116    253.683731
+PG14 -13685.852981 -10244.408956 -20199.761596    169.979615
+PG15   5390.349440 -23625.480451  10679.059147   -108.200113
+PG16 -17224.483504   5828.123110  19480.206961   -195.128951
+PG17  14473.973793   9393.896837 -20110.379722    176.996031
+PG18 -18154.080406 -17171.482939   9863.176837    155.108809
+PG19  -9038.942397  21311.605831  12664.460862   -179.048330
+PG20   2469.718462  17334.580274 -20129.335941     52.392151
+PG21 -11614.547421 -11401.296344  21471.013818   -168.463253
+PG22 -24467.076850 -10139.563778  -2515.227263    144.886747
+PG23   -231.661126  26210.614417  -2797.380104    279.581886
+PG24  -9592.838775  18991.279536 -15650.733428    420.150217
+PG25 -12524.112257 -17612.444330 -15484.698621     16.638888
+PG26  12055.870703 -14178.992439  18192.484176   -142.294724
+PG27  16212.529699 -18907.815628  -8023.832157    300.685403
+PG28  23188.956250  13217.357455   1137.433725     63.976347
+PG29  -5573.062446 -25151.771393   6629.021588    235.997549
+PG30 -15615.996009 -16359.857836 -14342.200716     90.586739
+PG31 -22885.098616   5308.505867 -12398.621720    134.824061
+PG32  -6571.180668  13805.391062 -21460.486075   -320.828941
+PR01 -10528.529190   5600.850615 -22537.073115 999999.999999
+PR02   6361.014179  15976.417640 -18832.622123 999999.999999
+PR03  10019.692364   6599.372117  22502.055648 999999.999999
+PR04  -4839.495322 -20152.706047  14864.056843 999999.999999
+PR05  10624.475403  -5531.752207  22519.355062 999999.999999
+PR06  -5735.153450 -15684.800689  19287.429055 999999.999999
+PR07 -20363.199530 -15039.520443   3246.014853 999999.999999
+PR08 -20769.508529  -7744.141892 -12612.709524 999999.999999
+PR09   7126.308016 -13396.067575 -20502.544322 999999.999999
+PR10  -9867.869192  -6691.821459 -22557.262684 999999.999999
+PR11 -22396.652255   4173.111016 -11552.017307 999999.999999
+PR12 -21142.830635  12363.454486   6759.336750 999999.999999
+PR13  -7324.737927  13457.448276  20365.773205 999999.999999
+PR15  22936.275526  -5562.272447   9559.788260 999999.999999
+PR16  21195.383822 -12504.672950  -6953.801641 999999.999999
+PR17   5831.497593  17939.218683 -17127.177488 999999.999999
+PR18  10913.277148   -125.957414 -23037.348112 999999.999999
+PR19   9558.049561 -17666.034058 -15725.367834 999999.999999
+PR20   2433.552769 -25386.993105   1398.319453 999999.999999
+PR21  -5922.383603 -18120.412586  16889.514794 999999.999999
+PR22 -10858.559182   -556.605695  23072.919517 999999.999999
+PR23  -9383.910336  17801.291202  15668.581555 999999.999999
+PR24  -2481.609804  25379.901848   -668.998088 999999.999999
+*  2011  9  1  4 15  0.00000000
+PG02  22007.505829 -13612.769119  -4592.245732    353.849483
+PG03 -13209.674278   9551.870145  20483.065221    762.337732
+PG04  20930.721019   -860.242600 -16742.906556    218.118199
+PG05  20033.000594  -4883.605758  16793.837476   -211.967325
+PG06 -15264.342280   4179.309848  21464.012403    -81.840485
+PG07   5359.668049  14391.310267  21649.298673     24.636172
+PG08  13700.551736   7686.037128  21557.314985      9.046090
+PG09  12249.930832 -20485.442597 -12224.025079    102.778176
+PG10  25077.664940   9102.942408   1972.176813    -11.712911
+PG11 -10617.044205  23282.402168  -6769.798020   -181.931870
+PG12   1740.826033 -15205.793146 -21716.575863     19.501561
+PG13   3962.698803  25938.743268   3686.333063    253.682384
+PG14 -13715.612445 -12506.159165 -18887.166978    169.981177
+PG15   5818.079776 -22305.237258  13049.488543   -108.198471
+PG16 -19099.251298   4819.026485  17974.362062   -195.131062
+PG17  14549.288059  11646.482392 -18868.243430    176.994306
+PG18 -16943.082191 -16901.967386  12241.680617    155.110172
+PG19  -9302.586714  19724.968781  14881.291979   -179.052093
+PG20    269.255342  16568.946276 -20908.289287     52.392360
+PG21  -9679.939131 -12791.046133  21595.806856   -168.465446
+PG22 -24461.411031 -10506.130310    266.284810    144.886820
+PG23   -549.734286  25750.754729  -5624.990022    279.579061
+PG24 -11136.764823  19724.176963 -13562.397238    420.153402
+PG25 -10737.378371 -17028.065465 -17366.812519     16.640483
+PG26  12248.954190 -11897.899095  19631.481341   -142.306228
+PG27  17009.607115 -19261.654860  -5242.557873    300.691996
+PG28  22895.728304  13285.747091   3987.820810     63.978589
+PG29  -5375.700233 -25758.610333   3856.873088    236.000536
+PG30 -13947.745057 -16011.162619 -16366.599360     90.583130
+PG31 -21698.001901   4273.408836 -14668.240965    134.828957
+PG32  -8765.605776  12580.576075 -21391.323407   -320.834975
+PR01 -12797.453654   4081.987376 -21671.937707 999999.999999
+PR02   4397.878977  14547.952313 -20477.277069 999999.999999
+PR03   7465.176920   7798.689771  23094.884085 999999.999999
+PR04  -4838.754892 -21831.600331  12264.262355 999999.999999
+PR05  12890.563101  -4018.430656  21639.998497 999999.999999
+PR06  -3733.983799 -14224.414249  20844.387318 999999.999999
+PR07 -19895.930786 -14667.811491   6351.561744 999999.999999
+PR08 -21973.241508  -8438.897767  -9821.064337 999999.999999
+PR09   9291.080731 -14490.951537 -18812.955109 999999.999999
+PR10  -7317.338207  -7894.468278 -23140.733988 999999.999999
+PR11 -20894.996991   3627.696794 -14233.487257 999999.999999
+PR12 -21666.816164  12772.869443   3608.481461 999999.999999
+PR13  -9452.370652  14601.444411  18627.360341 999999.999999
+PR15  21633.443909  -5129.073055  12420.320509 999999.999999
+PR16  21721.702111 -12935.800603  -3828.299767 999999.999999
+PR17   5762.124239  19915.351685 -14803.336286 999999.999999
+PR18  10685.096346   2710.141788 -22975.985006 999999.999999
+PR19   9264.912962 -15607.198919 -17925.404468 999999.999999
+PR20   2263.893538 -25375.662177  -1817.223576 999999.999999
+PR21  -5876.214456 -20067.168130  14534.098739 999999.999999
+PR22 -10651.938833  -3388.061020  22939.422608 999999.999999
+PR23  -9117.825901  15744.043186  17871.370366 999999.999999
+PR24  -2316.035926  25273.559277   2544.858830 999999.999999
+*  2011  9  1  4 30  0.00000000
+PG02  21703.836985 -12893.583167  -7319.753129    353.850876
+PG03 -14018.758132   7211.165491  20917.490746    762.341636
+PG04  19531.767325    528.471869 -18358.569902    218.127804
+PG05  21675.108847  -4098.207597  14864.851685   -211.972115
+PG06 -15823.538840   1812.922980  21411.087267    -81.831936
+PG07   3441.669128  15894.640100  20955.892565     24.637832
+PG08  11679.190224   9114.279891  22133.540038      9.045025
+PG09  13235.055009 -21145.432249  -9699.331668    102.782455
+PG10  25064.979554   9380.025681   -834.463035    -11.714661
+PG11 -11341.713892  23509.432733  -4144.434138   -181.934947
+PG12   4077.412089 -14325.450865 -21985.174553     19.503594
+PG13   3807.433160  26225.266611    785.909650    253.680528
+PG14 -13851.781633 -14593.424186 -17246.642205    169.983063
+PG15   6358.307690 -20757.121790  15193.530328   -108.196957
+PG16 -20852.034237   3987.022637  16162.860971   -195.133201
+PG17  14720.473258  13731.434209 -17299.955527    176.992881
+PG18 -15485.741419 -16599.588772  14416.950981    155.112044
+PG19  -9666.097332  17918.396622  16837.418560   -179.055586
+PG20  -2029.660491  15888.640728 -21332.236586     52.392564
+PG21  -7815.264559 -14273.399291  21362.931581   -168.468017
+PG22 -24182.994869 -10756.808131   3043.262091    144.886535
+PG23   -940.419316  24994.531815  -8353.614917    279.576294
+PG24 -12441.737684  20383.133222 -11236.425138    420.156947
+PG25  -8737.520382 -16473.299493 -18950.961178     16.642086
+PG26  12578.845822  -9484.360773  20711.220337   -142.317639
+PG27  17540.439168 -19440.879218  -2367.510345    300.694916
+PG28  22317.419278  13244.973301   6771.214277     63.981374
+PG29  -5168.923309 -26060.657251   1018.604620    236.003235
+PG30 -12062.203812 -15696.665369 -18117.134832     90.579523
+PG31 -20379.949970   3018.250064 -16684.754479    134.834288
+PG32 -10995.493667  11477.952974 -20943.912178   -320.841333
+PR01 -15056.426459   2798.799342 -20385.387411 999999.999999
+PR02   2183.850292  13173.472793 -21723.907275 999999.999999
+PR03   4969.065970   9211.595787  23238.456090 999999.999999
+PR04  -4963.069112 -23171.448359   9426.112975 999999.999999
+PR05  15144.806562  -2741.339208  20340.324621 999999.999999
+PR06  -1488.510989 -12827.783364  21996.619424 999999.999999
+PR07 -19069.987478 -14159.318036   9333.905517 999999.999999
+PR08 -22917.571020  -8864.566714  -6838.558124 999999.999999
+PR09  11168.021466 -15631.727557 -16757.625498 999999.999999
+PR10  -4828.237220  -9309.045071 -23275.543639 999999.999999
+PR11 -19167.648938   2815.388755 -16639.547557 999999.999999
+PR12 -21813.805787  13029.961149    386.698638 999999.999999
+PR13 -11283.474842  15783.737526  16526.215041 999999.999999
+PR15  20075.319731  -4429.664501  15038.429712 999999.999999
+PR16  21875.139087 -13217.444202   -628.964810 999999.999999
+PR17   5844.804047  21587.424448 -12190.827798 999999.999999
+PR18  10665.676063   5521.311236 -22467.152359 999999.999999
+PR19   9119.542158 -13283.219015 -19777.345638 999999.999999
+PR20   2088.231048 -24959.094581  -4997.598140 999999.999999
+PR21  -5976.010569 -21704.447503  11894.936977 999999.999999
+PR22 -10653.958753  -6181.748358  22360.956492 999999.999999
+PR23  -9001.294038  13423.007062  19726.833790 999999.999999
+PR24  -2155.923274  24762.828891   5709.263998 999999.999999
+*  2011  9  1  4 45  0.00000000
+PG02  21217.043474 -11948.680594  -9917.289043    353.852610
+PG03 -14943.036415   4885.868251  20976.685613    762.346023
+PG04  18084.055222   2097.689485 -19667.055148    218.137748
+PG05  23131.991308  -3463.818884  12681.195091   -211.976947
+PG06 -16489.293443   -495.968532  20994.887799    -81.823425
+PG07   1678.904489  17433.366188  19900.517243     24.639567
+PG08   9705.903116  10688.526224  22332.067520      9.043681
+PG09  13977.415121 -21653.847243  -7011.542977    102.785794
+PG10  24768.539778   9560.006560  -3627.102051    -11.716590
+PG11 -11901.773615  23510.877965  -1446.709369   -181.937728
+PG12   6468.720555 -13570.554219 -21875.284657     19.505712
+PG13   3619.258534  26192.778627  -2128.128819    253.678764
+PG14 -14067.604074 -16467.222907 -15307.318404    169.984838
+PG15   7031.626547 -19017.877872  17074.260514   -108.195531
+PG16 -22438.419873   3323.865719  14076.992294   -195.135346
+PG17  14961.448660  15611.347164 -15433.372081    176.991590
+PG18 -13798.350945 -16299.734018  16353.174268    155.113635
+PG19 -10151.348248  15931.011903  18499.173243   -179.059263
+PG20  -4385.377355  15312.438335 -21393.887681     52.393540
+PG21  -6052.900750 -15817.595638  20774.406428   -168.470837
+PG22 -23623.221710 -10925.183408   5768.352727    144.886664
+PG23  -1436.033418  23964.027224 -10935.353135    279.573553
+PG24 -13502.649742  20927.293157  -8713.360154    420.159392
+PG25  -6556.360851 -15981.223938 -20209.977151     16.643737
+PG26  13054.962733  -6990.869158  21412.076601   -142.328749
+PG27  17825.265891 -19411.929906    549.613592    300.697428
+PG28  21451.642615  13134.437042   9441.460920     63.984194
+PG29  -4915.223224 -26057.379232  -1837.135034    236.005914
+PG30  -9989.974558 -15447.580034 -19565.370353     90.576107
+PG31 -18975.819290   1544.897286 -18412.532148    134.839335
+PG32 -13213.276581  10513.212589 -20125.036889   -320.847461
+PR01 -17239.273245   1765.088793 -18702.407340 999999.999999
+PR02   -237.069986  11903.876312 -22548.235533 999999.999999
+PR03   2595.038133  10804.642420  22929.616951 999999.999999
+PR04  -5163.762956 -24138.634492   6404.740605 999999.999999
+PR05  17321.118109  -1713.919302  18645.565157 999999.999999
+PR06    955.599669 -11545.090195  22721.626426 999999.999999
+PR07 -17883.448113 -13568.972185  12135.178112 999999.999999
+PR08 -23554.891184  -9051.944537  -3723.168363 999999.999999
+PR09  12726.225605 -16760.972453 -14376.236692 999999.999999
+PR10  -2463.916065 -10902.088277 -22959.452780 999999.999999
+PR11 -17276.494614   1722.815435 -18723.547431 999999.999999
+PR12 -21605.128730  13082.710620  -2842.688087 999999.999999
+PR13 -12789.062186  16945.483147  14103.256878 999999.999999
+PR15  18322.102773  -3445.153465  17363.177338 999999.999999
+PR16  21676.256348 -13297.592047   2582.501984 999999.999999
+PR17   6035.451402  22912.708569  -9340.492185 999999.999999
+PR18  10847.255038   8237.794552 -21520.352749 999999.999999
+PR19   9155.269420 -10750.918331 -21245.257668 999999.999999
+PR20   1961.879257 -24146.360065  -8081.244593 999999.999999
+PR21  -6176.796275 -22990.864063   9023.446666 999999.999999
+PR22 -10855.363089  -8868.764061  21349.301853 999999.999999
+PR23  -9067.000771  10895.156694  21198.890808 999999.999999
+PR24  -2056.057708  23859.610990   8762.695070 999999.999999
+*  2011  9  1  5  0  0.00000000
+PG02  20584.270714 -10769.355070 -12338.893488    353.854005
+PG03 -15965.492747   2621.969982  20660.501967    762.350819
+PG04  16627.940399   3831.585433 -20646.081178    218.147356
+PG05  24366.558043  -2961.847106  10280.421647   -211.981830
+PG06 -17243.316668  -2705.283430  20223.084403    -81.815164
+PG07     96.074683  18964.907540  18500.762967     24.641298
+PG08   7822.363257  12378.745436  22147.745138      9.044236
+PG09  14488.775870 -21970.907175  -4205.137236    102.789056
+PG10  24182.598652   9678.674057  -6358.957393    -11.716859
+PG11 -12320.038097  23264.813600   1276.362029   -181.940827
+PG12   8866.291632 -12954.547710 -21388.271042     19.507933
+PG13   3359.331465  25849.363725  -5005.416375    253.676916
+PG14 -14330.650119 -18095.428037 -13103.396537    169.986657
+PG15   7851.788324 -17128.981609  18659.426012   -108.194148
+PG16 -23817.715051   2813.515072  11752.529650   -195.137257
+PG17  15240.769591  17255.431040 -13301.348599    176.989979
+PG18 -11904.290677 -16034.970615  18018.419509    155.115361
+PG19 -10773.229702  13806.679343  19838.250758   -179.063080
+PG20  -6753.479035  14852.079774 -21092.019451     52.393997
+PG21  -4419.833063 -17387.787111  19838.031731   -168.473203
+PG22 -22781.509774 -11046.483589   8395.268311    144.886568
+PG23  -2064.109649  22689.041662 -13325.031607    279.570742
+PG24 -14322.934288  21317.312605  -6037.344036    420.162169
+PG25  -4232.039180 -15579.494639 -21122.253249     16.645402
+PG26  13677.916468  -4471.804666  21721.795673   -142.339742
+PG27  17891.896419 -19147.384098   3457.131082    300.701822
+PG28  20304.470293  12994.033546  11954.733584     63.986542
+PG29  -4578.204361 -25757.008736  -4661.319554    236.008878
+PG30  -7767.454998 -15289.750904 -20687.903953     90.572278
+PG31 -17530.940103   -135.872356 -19820.778596    134.844563
+PG32 -15369.893173   9694.046441 -18948.320163   -320.853653
+PR01 -19279.978658    982.189742 -16655.703151 999999.999999
+PR02  -2811.567170  10782.081438 -22934.193207 999999.999999
+PR03    399.895558  12533.687225  22174.036981 999999.999999
+PR04  -5387.398399 -24711.906639   3258.858104 999999.999999
+PR05  19353.637819   -937.159763  16588.626011 999999.999999
+PR06   3543.597103 -10418.204971  23005.192168 999999.999999
+PR07 -16347.105454 -12952.358228  14701.007695 999999.999999
+PR08 -23846.916311  -9041.087663   -535.441360 999999.999999
+PR09  13947.329569 -17818.173151 -11714.896555 999999.999999
+PR10   -280.669557 -12629.612274 -22198.926998 999999.999999
+PR11 -15286.818083    349.197753 -20445.019397 999999.999999
+PR12 -21074.071816  12885.891930  -6016.262338 999999.999999
+PR13 -13953.011998  18025.201179  11405.684254 999999.999999
+PR15  16438.617989  -2169.193499  19349.430215 999999.999999
+PR16  21157.270705 -13130.694187   5744.100266 999999.999999
+PR17   6283.484944  23859.994134  -6307.872261 999999.999999
+PR18  11210.061639  10792.995104 -20153.677765 999999.999999
+PR19   9394.765163  -8073.946243 -22300.664622 999999.999999
+PR20   1937.358070 -22959.563761 -11008.451906 999999.999999
+PR21  -6427.394887 -23896.727488   5975.651855 999999.999999
+PR22 -11235.066295 -11383.935650  19924.565824 999999.999999
+PR23  -9336.939328   8224.201418  22258.911945 999999.999999
+PR24  -2067.898686  22588.757899  11645.750868 999999.999999
+*  2011  9  1  5 15  0.00000000
+PG02  19845.406425  -9355.186378 -14541.925315    353.855466
+PG03 -17062.249020    461.770170  19975.746143    762.355181
+PG04  15201.253170   5707.048186 -21278.682535    218.157821
+PG05  25347.421217  -2567.481764   7703.736159   -211.986728
+PG06 -18060.906483  -4777.144787  19109.240987    -81.807014
+PG07  -1290.129891  20443.985798  16780.285660     24.642750
+PG08   6064.978678  14148.002460  21581.942392      9.042548
+PG09  14788.556327 -22061.086002  -1327.150071    102.790608
+PG10  23309.573386   9772.740653  -8984.429868    -11.718062
+PG11 -12623.637838  22756.027016   3976.921956   -181.943778
+PG12  11220.245376 -12482.650546 -20532.022254     19.509976
+PG13   2991.385450  25212.101717  -7796.400090    253.675203
+PG14 -14604.207833 -19453.809705 -10673.502840    169.988200
+PG15   8825.011328 -15135.128121  19921.991029   -108.192454
+PG16 -24954.391108   2432.941932   9229.125064   -195.139191
+PG17  15522.964230  18640.486545 -10941.126073    176.988575
+PG18  -9833.328287 -15833.767399  19385.096923    155.117148
+PG19 -11538.947804  11592.405759  20832.172391   -179.066637
+PG20  -9088.272968  14511.862919 -20431.507616     52.394199
+PG21  -2936.754620 -18944.215133  18567.405819   -168.475221
+PG22 -21665.389691 -11156.053629  10879.539322    144.886455
+PG23  -2846.108770  21205.939350 -15481.035426    279.568137
+PG24 -14914.245269  21517.002415  -3255.307622    420.165342
+PG25  -1807.741950 -15289.243845 -21672.109536     16.646985
+PG26  14439.424378  -1981.355900  21635.714683   -142.350539
+PG27  17774.317340 -18627.079766   6304.353529    300.706376
+PG28  18890.240560  12862.532466  14270.141837     63.989282
+PG29  -4124.187282 -25176.204919  -7405.381667    236.011698
+PG30  -5435.642927 -15242.655614 -21466.674027     90.568543
+PG31 -16089.363135  -2004.542431 -20884.135245    134.849567
+PG32 -17416.594671   9019.929283 -17434.025322   -320.859779
+PR01 -21115.319521    439.139694 -14285.065806 999999.999999
+PR02  -5478.985909   9841.281532 -22874.235875 999999.999999
+PR03  -1568.603514  14345.610095  20986.127319 999999.999999
+PR04  -5578.262080 -24883.167180     49.616011 999999.999999
+PR05  21179.356491   -399.783958  14209.450320 999999.999999
+PR06   6213.673878  -9478.990055  22841.668975 999999.999999
+PR07 -14484.229021 -12363.217438  16981.572055 999999.999999
+PR08 -23766.347838  -8879.369637   2662.687868 999999.999999
+PR09  14826.047860 -18742.340233  -8825.256340 999999.999999
+PR10   1674.366173 -14438.836467 -21008.986199 999999.999999
+PR11 -13264.653196  -1293.356375 -21770.463235 999999.999999
+PR12 -20264.314125  12403.225649  -9071.802770 999999.999999
+PR13 -14772.491516  18961.432796   8486.047757 999999.999999
+PR15  14491.625873   -608.496375  20958.734575 999999.999999
+PR16  20360.598068 -12679.793235   8794.707673 999999.999999
+PR17   6534.191008  24410.782330  -3152.120361 999999.999999
+PR18  11723.193133  13126.030800 -18393.481069 999999.999999
+PR19   9848.957723  -5320.341637 -22923.097288 999999.999999
+PR20   2061.943716 -21432.992206 -13722.504599 999999.999999
+PR21  -6672.822201 -24405.174754   2811.075463 999999.999999
+PR22 -11761.130682 -13668.271126  18114.757679 999999.999999
+PR23  -9821.351157   5478.144228  22886.276882 999999.999999
+PR24  -2237.158492  20987.108362  14302.313495 999999.999999
+*  2011  9  1  5 30  0.00000000
+PG02  19041.403696  -7714.239453 -16487.863448    353.856867
+PG03 -18203.503785  -1557.606864  18935.960423    762.360276
+PG04  13837.949943   7694.338314 -21553.507169    218.167406
+PG05  26050.024020  -2250.841906   4995.292492   -211.991470
+PG06 -18911.881764  -6679.099013  17672.563892    -81.798346
+PG07  -2471.514757  21824.321710  14768.431193     24.644423
+PG08   4463.589217  15953.698676  20642.650325      9.042330
+PG09  14903.015420 -21894.618505   1573.541737    102.793889
+PG10  22160.010898   9878.302301 -11459.795065    -11.720119
+PG11 -12842.776592  21976.784942   6607.159475   -181.946673
+PG12  13481.028128 -12151.711576 -19320.849152     19.512007
+PG13   2483.326575  24306.359355 -10453.195216    253.673257
+PG14 -14848.840531 -20526.771489  -8059.977110    169.989838
+PG15   9949.593048 -13082.609825  20840.584550   -108.190797
+PG16 -25819.341677   2153.197586   6549.650360   -195.141216
+PG17  15770.025142  19751.588567  -8393.654222    176.987179
+PG18  -7620.699693 -15719.373102  20430.362292    155.118577
+PG19 -12447.644927   9336.637905  21464.631197   -179.070529
+PG20 -11344.332681  14288.525628 -19423.264391     52.394415
+PG21  -1617.385695 -20444.566585  16981.857297   -168.478073
+PG22 -20290.297535 -11287.844088  13179.230675    144.886318
+PG23  -3796.385827  19556.245865 -17366.057633    279.565545
+PG24 -15295.809441  21494.860740   -416.101599    420.167256
+PG25    669.758404 -15124.241562 -21850.061181     16.648582
+PG26  15322.625546    428.532950  21156.788031   -142.361801
+PG27  17511.100147 -17838.928767   9042.488636    300.710297
+PG28  17231.083965  12776.033082  16350.279403     63.991795
+PG29  -3523.713940 -24339.402108 -10022.047525    236.014557
+PG30  -3038.788112 -15318.654990 -21889.190255     90.564646
+PG31 -14692.174197  -4033.377176 -21583.193776    134.854834
+PG32 -19306.761196   8482.253608 -15608.709913   -320.865962
+PR01 -22687.398891    113.377939 -11636.596872 999999.999999
+PR02  -8173.615945   9103.625417 -22369.493137 999999.999999
+PR03  -3273.527362  16180.431958  19388.781629 999999.999999
+PR04  -5680.956797 -24657.729378  -3160.590089 999999.999999
+PR05  22740.637224    -78.960606  11554.244375 999999.999999
+PR06   8899.299095  -8748.041083  22234.097865 999999.999999
+PR07 -12329.817496 -11851.044984  18932.564865 999999.999999
+PR08 -23298.098088  -8619.236759   5809.101694 999999.999999
+PR09  15370.165229 -19474.667981  -5763.510894 999999.999999
+PR10   3364.923632 -16270.290610 -19412.894904 999999.999999
+PR11 -11274.119906  -3180.099459 -22674.000086 999999.999999
+PR12 -19227.935926  11609.151194 -11949.538527 999999.999999
+PR13 -15257.821709  19695.414599   5401.217470 999999.999999
+PR15  12547.076964   1217.213520  22160.051799 999999.999999
+PR16  19336.988635 -11918.313065  11675.246544 999999.999999
+PR17   6731.274278  24559.957295     65.170941 999999.999999
+PR18  12345.988757  15184.060058 -16273.882988 999999.999999
+PR19  10516.462367  -2559.923346 -23100.487234 999999.999999
+PR20   2375.441154 -19611.770322 -16170.774266 999999.999999
+PR21  -6856.853730 -24512.773832   -408.443195 999999.999999
+PR22 -12392.208296 -15671.148335  15955.220658 999999.999999
+PR23 -10518.177444   2726.669175  23068.776209 999999.999999
+PR24  -2601.626724  19102.035422  16680.648146 999999.999999
+*  2011  9  1  5 45  0.00000000
+PG02  18212.583607  -5862.917174 -18143.010610    353.858451
+PG03 -19354.720028  -3405.458206  17561.061819    762.364170
+PG04  12566.910037   9757.998591 -21465.040621    218.177314
+PG05  26457.519607  -1978.319016   2201.446021   -211.996358
+PG06 -19761.727916  -8385.128211  15937.570055    -81.790087
+PG07  -3448.531508  23060.394041  12499.750042     24.645941
+PG08   3040.407042  17749.064293  19344.465852      9.040948
+PG09  14864.163317 -21448.832612   4447.007597    102.795638
+PG10  20752.270225  10029.335239 -13743.859679    -11.720738
+PG11 -13009.353892  20927.316973   9120.226380   -181.950003
+PG12  15601.159927 -11950.402146 -17775.268714     19.514369
+PG13   1808.658045  23164.778334 -12930.398829    253.672045
+PG14 -15024.047698 -21307.754851  -5308.109218    169.991694
+PG15  11215.841842 -11017.650242  21399.842567   -108.189613
+PG16 -26390.908897   1940.701672   3759.496250   -195.143391
+PG17  15942.996022  20582.455303  -5702.865809    176.985515
+PG18  -5305.999516 -15708.890299  21136.464648    155.120544
+PG19 -13490.352129   7087.527395  21725.715318   -179.074044
+PG20 -13478.038545  14171.425406 -18084.081658     52.394771
+PG21   -468.044770 -21845.466593  15106.284281   -168.480126
+PG22 -18679.083476 -11472.967325  15255.608342    144.886129
+PG23  -4921.452865  17785.059527 -18947.754047    279.562784
+PG24 -15493.477868  21225.429024   2430.412834    420.169001
+PG25   3151.701674 -15090.352356 -21652.982768     16.650183
+PG26  16302.781098   2710.090996  20295.422064   -142.372864
+PG27  17143.682851 -16779.398414  11625.449056    300.713827
+PG28  15356.190135  12766.544368  18161.708761     63.994182
+PG29  -2752.895440 -23277.869187 -12466.154458    236.017180
+PG30   -622.938037 -15522.512739 -21948.690752     90.561139
+PG31 -13375.925207  -6187.276393 -21904.906873    134.859788
+PG32 -20997.649269   8064.813483 -13504.735494   -320.872072
+PR01 -23945.974714    -28.060013  -8761.809373 999999.999999
+PR02 -10827.197097   8579.380447 -21429.749493 999999.999999
+PR03  -4690.092465  17973.747437  17412.946851 999999.999999
+PR04  -5642.986290 -24054.028448  -6309.337742 999999.999999
+PR05  23987.530367     58.492564   8674.581133 999999.999999
+PR06  11531.758943  -8233.918242  21194.160192 999999.999999
+PR07  -9929.370900 -11458.880271  20516.056196 999999.999999
+PR08 -22440.019359  -8315.758767   8842.708010 999999.999999
+PR09  15599.982902 -19961.127322  -2589.301454 999999.999999
+PR10   4766.852782 -18060.210856 -17441.700162 999999.999999
+PR11  -9374.854565  -5274.426121 -23137.883977 999999.999999
+PR12 -18023.091614  10490.141270 -14593.343978 999999.999999
+PR13 -15431.795690  20173.656193   2211.265239 999999.999999
+PR15  10667.426843   3275.798635  22930.342699 999999.999999
+PR16  18143.329191 -10831.429178  14329.818931 999999.999999
+PR17   6819.485358  24315.908025   3281.189794 999999.999999
+PR18  13029.839748  16924.279701 -13836.114704 999999.999999
+PR19  11383.543792    138.385293 -22829.398774 999999.999999
+PR20   2908.272480 -17550.084195 -18305.735122 999999.999999
+PR21  -6924.654147 -24229.573798  -3619.980104 999999.999999
+PR22 -13079.384489 -17352.157636  13487.932527 999999.999999
+PR23 -11413.044838     38.466315  22802.849623 999999.999999
+PR24  -3189.333510  16989.568083  18734.418381 999999.999999
+*  2011  9  1  6  0  0.00000000
+PG02  17396.990274  -3825.476147 -19479.084818    353.859764
+PG03 -20478.006146  -5058.463707  15876.854099    762.369121
+PG04  11410.921788  11857.986905 -21013.751279    218.187387
+PG05  26561.367678  -1714.063166   -630.027620   -212.001326
+PG06 -20572.912047  -9876.421671  13933.680018    -81.782030
+PG07  -4230.084056  24109.191358  10013.409024     24.647468
+PG08   1809.248859  19484.850497  17708.452302      9.040510
+PG09  14708.431176 -20709.248839   7243.113148    102.798661
+PG10  19111.934610  10256.281773 -15798.577814    -11.722454
+PG11 -13155.509840  19615.987812  11471.155105   -181.952629
+PG12  17536.915095 -11859.741424 -15921.674501     19.516351
+PG13    947.679415  21826.002085 -15185.848807    253.669906
+PG14 -15089.963257 -21799.301428  -2465.339133    169.993417
+PG15  12606.328435  -8984.758116  21590.641132   -108.187904
+PG16 -26655.642351   1758.702020    905.838688   -195.145351
+PG17  16003.591840  21135.494259  -2914.915681    176.983882
+PG18  -2931.917344 -15812.576620  21491.034296    155.122051
+PG19 -14650.271014   4891.231354  21612.009944   -179.077687
+PG20 -15449.060660  14143.010546 -16436.380259     52.394887
+PG21    512.504129 -23104.058736  12970.891995   -168.482268
+PG22 -16861.256034 -11738.374761  17073.749257    144.885853
+PG23  -6219.565887  15939.343347 -20199.291248    279.559950
+PG24 -15538.517013  20690.414659   5234.292720    420.170833
+PG25   5589.014790 -15185.308605 -21084.166245     16.651786
+PG26  17348.319226   4821.439223  19069.131719   -142.383859
+PG27  16714.600535 -15453.657012  14010.558597    300.718430
+PG28  13300.844450  12860.733949  19675.384355     63.996965
+PG29  -1794.548568 -22028.514994 -14695.437729    236.019955
+PG30   1765.573383 -15851.199364 -21644.226232     90.557375
+PG31 -12171.246830  -8424.936132 -21842.883872    134.864887
+PG32 -22451.993555   7744.618317 -11159.644192   -320.878052
+PR01 -24850.485312    -26.903379  -5716.621783 999999.999999
+PR02 -13371.539860   8266.612807 -20073.256456 999999.999999
+PR03  -5806.467561  19659.369556  15097.029847 999999.999999
+PR04  -5417.222845 -23102.799519  -9335.397008 999999.999999
+PR05  24879.785073     54.463908   5626.398523 999999.999999
+PR06  14042.800115  -7932.900279  19741.960805 999999.999999
+PR07  -7337.232315 -11221.383961  21701.230794 999999.999999
+PR08 -21203.107692  -8024.078996  11704.626590 999999.999999
+PR09  15547.241382 -20154.879966    635.457238 999999.999999
+PR10   5868.860410 -19743.127752 -15133.626557 999999.999999
+PR11  -7619.640415  -7529.159400 -23152.860448 999999.999999
+PR12 -16711.450588   9045.502773 -16951.846829 999999.999999
+PR13 -15328.480229  20350.311428  -1021.715364 999999.999999
+PR15   8909.124194   5523.835026  23254.990775 999999.999999
+PR16  16840.202344  -9416.960986  16706.788699 999999.999999
+PR17   6747.211303  23700.095043   6433.151878 999999.999999
+PR18  13720.359941  18315.508950 -11127.713909 999999.999999
+PR19  12424.614045   2709.187542 -22115.094682 999999.999999
+PR20   3679.962414 -15309.042326 -20085.884427 999999.999999
+PR21  -6825.354345 -23578.599289  -6760.780966 999999.999999
+PR22 -13768.344938 -18682.525974  10760.689128 999999.999999
+PR23 -12479.786583  -2521.395049  22093.656025 999999.999999
+PR24  -4017.130735  14712.165048  20423.596405 999999.999999
+*  2011  9  1  6 15  0.00000000
+PG02  16628.867248  -1633.229618 -20473.688121    353.861551
+PG03 -21533.626962  -6501.329187  13914.432374    762.372477
+PG04  10385.896485  13950.995339 -20206.151270    218.197073
+PG05  26361.626875  -1421.555224  -3450.735089   -212.006036
+PG06 -21306.319704 -11141.880652  11694.741623    -81.773307
+PG07  -4832.996674  24931.886193   7352.509544     24.649081
+PG08    775.097639  21111.158811  15761.870251      9.040114
+PG09  14475.143508 -19670.393561   9912.420537    102.802473
+PG10  17270.974497  10584.773778 -17589.622449    -11.724207
+PG11 -13312.154630  18059.144761  13617.755055   -181.955694
+PG12  19249.869885 -11853.935385 -13791.897632     19.518865
+PG13   -111.584015  20333.192938 -17181.316661    253.668577
+PG14 -15009.025163 -22012.775853    419.564507    169.994994
+PG15  14096.445586  -7025.164938  21410.218508   -108.186445
+PG16 -26608.764472   1568.851925  -1963.117943   -195.147278
+PG17  15915.790641  21421.528178    -77.397756    176.982421
+PG18   -542.860602 -16033.398547  21487.307565    155.123853
+PG19 -15903.369201   2790.314221  21126.581141   -179.081208
+PG20 -17221.729086  14179.566770 -14507.867094     52.395681
+PG21   1332.911929 -24179.616523  10610.821575   -168.484976
+PG22 -14871.990896 -12105.703096  18603.087785    144.885837
+PG23  -7680.649800  14066.168323 -21099.779249    279.557250
+PG24 -15466.190933  19879.533466   7946.440260    420.173745
+PG25   7934.000542 -15398.809180 -20153.271237     16.653349
+PG26  18422.168878   6728.025980  17502.038898   -142.395129
+PG27  16265.735916 -13875.392662  16159.152213    300.723452
+PG28  11105.269311  13078.883513  20867.016194     63.999484
+PG29   -639.075154 -20632.484882 -16671.272052    236.022816
+PG30   4081.643724 -16293.985888 -20980.671652     90.553632
+PG31 -11101.701568 -10700.272321 -21397.561143    134.869942
+PG32 -23639.392013   7493.001301  -8615.417546   -320.884050
+PR01 -25371.686522     68.367166  -2560.265065 999999.999999
+PR02 -15741.152935   8151.398106 -18326.379220 999999.999999
+PR03  -6624.025212  21172.074597  12486.150556 999999.999999
+PR04  -4964.152173 -21845.757319 -12179.926543 999999.999999
+PR05  25388.473183    -42.468043   2468.911915 999999.999999
+PR06  16367.266523  -7829.271861  17905.645988 999999.999999
+PR07  -4614.566805 -11163.282919  22464.989846 999999.999999
+PR08 -19611.172800  -7796.872440  14339.330450 999999.999999
+PR09  15253.565161 -20018.408934   3847.801445 999999.999999
+PR10   6672.712522 -21254.539916 -12533.339913 999999.999999
+PR11  -6052.336616  -9888.291029 -22718.364458 999999.999999
+PR12 -15355.519041   7287.631900 -18979.426713 999999.999999
+PR13 -14991.552844  20189.242374  -4234.827247 999999.999999
+PR15   7320.376136   7908.217839  23128.058367 999999.999999
+PR16  15489.303107  -7685.745425  18759.789983 999999.999999
+PR17   6468.916612  22746.080667   9459.546470 999999.999999
+PR18  14359.824102  19339.291034  -8201.587572 999999.999999
+PR19  13603.245462   5093.091678 -20971.434500 999999.999999
+PR20   4698.085743 -12954.263048 -21476.550243 999999.999999
+PR21  -6514.463793 -22594.811551  -9769.511153 999999.999999
+PR22 -14401.775495 -19646.067711   7826.186585 999999.999999
+PR23 -13681.477764  -4893.936128  20954.974119 999999.999999
+PR24  -5089.752866  12336.233651  21715.250044 999999.999999
+*  2011  9  1  6 30  0.00000000
+PG02  15937.317144    676.525110 -21110.646406    353.862885
+PG03 -22481.578201  -7727.093872  11709.501544    762.378405
+PG04   9500.341852  15991.911461 -19054.767716    218.207346
+PG05  25866.932538  -1065.204878  -6212.476565   -212.010696
+PG06 -21922.761267 -12178.339817   9258.490552    -81.764726
+PG07  -5281.163621  25495.363305   4563.324501     24.650868
+PG08    -65.980575  22579.336522  13537.775991      9.040952
+PG09  14204.848484 -18336.281287  12407.122372    102.804824
+PG10  15266.690364  11034.537922 -19086.907468    -11.725678
+PG11 -13507.547518  16280.641838  15521.462788   -181.958486
+PG12  20708.255583 -11901.497753 -11422.664610     19.520815
+PG13  -1372.755100  18732.398294 -18883.124613    253.666668
+PG14 -14747.552731 -21967.764538   3297.332916    169.996643
+PG15  15655.252461  -5175.404919  20862.186784   -108.184959
+PG16 -26254.326387   1332.846977  -4798.911267   -195.149579
+PG17  15647.337580  21459.215537   2761.447408    176.980798
+PG18   1816.491142 -16366.855749  21124.284017    155.125616
+PG19 -17219.261557    822.310331  20278.847101   -179.084954
+PG20 -18766.240032  14252.213081 -12331.103017     52.396172
+PG21   2008.807365 -25035.124745   8065.665363   -168.487181
+PG22 -12750.941143 -12590.330928  19817.892927    144.885560
+PG23  -9286.560612  12210.979318 -21634.583833    279.554382
+PG24 -15314.194936  18791.037598  10519.506937    420.175941
+PG25  10141.976443 -15712.940191 -18876.168092     16.654911
+PG26  19483.313915   8403.723935  15624.237424   -142.406686
+PG27  15836.654572 -12066.326370  18037.070494    300.727488
+PG28   8813.309269  13434.081393  21717.375543     64.002001
+PG29    714.951998 -19133.602102 -18359.354131    236.025663
+PG30   6282.876162 -16832.824093 -19968.665408     90.549814
+PG31 -10182.926946 -12964.052376 -20576.239866    134.875277
+PG32 -24537.413586   7276.972974  -5917.637497   -320.890313
+PR01 -25492.831636    204.820658    645.875373 999999.999999
+PR02 -17875.768514   8208.552915 -16223.084491 999999.999999
+PR03  -7157.029773  22450.329985   9631.255952 999999.999999
+PR04  -4253.799456 -20333.833501 -14787.622390 999999.999999
+PR05  25497.157285   -179.335572   -736.537910 999999.999999
+PR06  18445.619536  -7896.132402  15720.862745 999999.999999
+PR07  -1827.060365 -11298.249001  22792.404549 999999.999999
+PR08 -17699.988015  -7681.919490  16695.720063 999999.999999
+PR09  14768.495726 -19525.272327   6984.968817 999999.999999
+PR10   7192.893899 -22533.563928  -9691.093287 999999.999999
+PR11  -4706.192225 -12289.105963 -21842.552456 999999.999999
+PR12 -14015.959278   5241.715721 -20637.084990 999999.999999
+PR13 -14472.246603  19665.688393  -7365.601286 999999.999999
+PR15   5939.282423  10368.177176  22552.373055 999999.999999
+PR16  14150.819845  -5661.472378  20448.642031 999999.999999
+PR17   5947.328738  21498.065060  12301.355205 999999.999999
+PR18  14889.768810  19990.464561  -5114.960959 999999.999999
+PR19  14873.656706   7238.934756 -19420.607314 999999.999999
+PR20   5957.722590 -10553.287198 -22450.570880 999999.999999
+PR21  -5956.013170 -21323.581683 -12587.474178 999999.999999
+PR22 -14921.895553 -20239.626718   4741.019057 999999.999999
+PR23 -14971.941657  -7028.479213  19408.935336 999999.999999
+PR24  -6399.398624   9929.497856  22584.190563 999999.999999
+*  2011  9  1  6 45  0.00000000
+PG02  15345.196539   3061.806538 -21380.218323    353.864217
+PG03 -23283.157903  -8737.099962   9301.630555    762.383080
+PG04   8755.118500  17935.371618 -17578.019548    218.216984
+PG05  25094.161013   -611.913373  -8868.053050   -212.015898
+PG06 -22384.493823 -12990.498343   6665.954096    -81.756503
+PG07  -5604.413743  25773.538972   1694.468377     24.652296
+PG08   -726.553656  23843.861051  11074.488853      9.041508
+PG09  13937.571149 -16720.532614  14681.988819    102.805943
+PG10  13140.471152  11618.520873 -20265.055685    -11.726905
+PG11 -13765.988900  14311.057222  17148.122104   -181.961422
+PG12  21888.062633 -11966.609357  -8854.960753     19.523152
+PG13  -2830.803525  17070.829040 -20262.679203    253.665214
+PG14 -14277.172878 -21691.177590   6119.019345    169.998595
+PG15  17246.569580  -3466.090054  19956.435246   -108.183247
+PG16 -25605.048832   1014.061613  -7553.595456   -195.151565
+PG17  15171.106060  21274.191001   5553.522714    176.979347
+PG18   4102.652602 -16801.085930  20406.811301    155.127072
+PG19 -18562.338997   -981.501014  19084.344243   -179.088547
+PG20 -20059.651963  14328.110967  -9942.985825     52.396186
+PG21   2562.068639 -25638.766135   5378.867306   -168.489512
+PG22 -10540.892176 -13200.679521  20697.671336    144.885542
+PG23 -11011.670255  10415.952063 -21795.516894    279.551726
+PG24 -15121.007026  17431.908298  12908.754982    420.177114
+PG25  12172.801821 -16102.902102 -17274.675653     16.656450
+PG26  20488.492059   9831.552459  13471.052577   -142.418157
+PG27  15463.081427 -10055.449871  19615.052886    300.730405
+PG28   6471.002637  13931.675896  22212.543993     64.004519
+PG29   2260.521644 -17576.714047 -19730.313316    236.028324
+PG30   8330.960644 -17443.001328 -18624.475738     90.545997
+PG31  -9422.106647 -15165.669877 -19392.987129    134.880170
+PG32 -25132.380948   7060.758733  -3114.572796   -320.896302
+PR01 -25210.344657    327.566298   3839.459604 999999.999999
+PR02 -19722.660256   8402.855886 -13804.279175 999999.999999
+PR03  -7431.775123  23438.888125   6588.112545 999999.999999
+PR04  -3267.254018 -18625.046238 -17107.796583 999999.999999
+PR05  25202.553919   -301.269763  -3927.678658 999999.999999
+PR06  20226.236459  -8096.692304  13230.069230 999999.999999
+PR07    957.566669 -11628.259464  22677.012509 999999.999999
+PR08 -15515.955806  -7719.898037  18728.109877 999999.999999
+PR09  14147.197555 -18661.403208   9985.647963 999999.999999
+PR10   7455.740908 -23525.452084  -6661.770606 999999.999999
+PR11  -3602.615932 -14664.605086 -20542.166390 999999.999999
+PR12 -12749.021480   2944.896532 -21893.170471 999999.999999
+PR13 -13826.991345  18767.469634 -10353.216156 999999.999999
+PR15   4792.413746  12837.619532  21539.444956 999999.999999
+PR16  12880.888857  -3379.984424  21740.151794 999999.999999
+PR17   5155.273430  20008.991653  14903.217752 999999.999999
+PR18  15253.642901  20277.179922  -1928.235093 999999.999999
+PR19  16182.610179   9105.660346 -17492.703894 999999.999999
+PR20   7441.446523  -8172.922533 -22988.832684 999999.999999
+PR21  -5124.334346 -19818.742884 -15159.772717 999999.999999
+PR22 -15273.020861 -20472.994644   1564.609826 999999.999999
+PR23 -16297.664330  -8884.507796  17485.594066 999999.999999
+PR24  -7925.852675   7558.325559  23013.468397 999999.999999
+*  2011  9  1  7  0  0.00000000
+PG02  14868.286514   5477.419782 -21279.175258    353.865631
+PG03 -23902.471381  -9540.636734   6733.464033    762.388144
+PG04   8143.493379  19737.351094 -15799.995911    218.226565
+PG05  24067.793317    -32.541233 -11372.057233   -212.020782
+PG06 -22656.703737 -13590.563545   3960.804939    -81.747906
+PG07  -5837.135725  25748.416370  -1203.982843     24.653806
+PG08  -1227.178877  24864.133575   8414.933080      9.040768
+PG09  13711.061830 -14846.108868  16695.303718    102.807799
+PG10  10936.409912  12342.265900 -21103.808103    -11.727601
+PG11 -14106.684684  12186.635509  18468.671803   -181.964263
+PG12  22773.850923 -12010.662188  -6133.310363     19.525097
+PG13  -4472.078332  15395.115579 -21296.915458    253.663534
+PG14 -13576.043190 -21216.091342   8836.802536    170.000041
+PG15  18830.281056  -1920.924796  18708.929473   -108.181973
+PG16 -24681.853578    579.125572 -10180.510329   -195.153625
+PG17  14466.266934  20897.960660   8251.651352    176.977942
+PG18   6274.770222 -17317.251443  19345.592314    155.129020
+PG19 -19893.098190  -2597.065784  17564.396876   -179.092433
+PG20 -21086.632652  14371.842562  -7384.154235     52.396680
+PG21   3019.823240 -25965.248262   2597.011295   -168.491983
+PG22  -8286.309679 -13937.782827  21227.491857    144.885514
+PG23 -12823.746646   8718.504310 -21580.906081    279.548943
+PG24 -14924.226260  15817.707540  15072.858031    420.179323
+PG25  13992.235215 -16538.015764 -15376.197420     16.657974
+PG26  21393.960184  11004.009178  11082.224381   -142.429265
+PG27  15175.565819  -7878.025793  20869.036299    300.732828
+PG28   4125.084768  14569.005650  22344.106425     64.006995
+PG29   3982.247776 -16006.007479 -20760.238560    236.031388
+PG30  10192.915405 -18094.049374 -16969.793677     90.542215
+PG31  -8817.793649 -17254.990196 -17868.399894    134.885276
+PG32 -25419.796565   6807.450826   -256.216350   -320.902616
+PR01 -24533.958795    382.326606   6958.410865 999999.999999
+PR02 -21238.657406   8690.706282 -11117.012639 999999.999999
+PR03  -7485.209623  24091.134349   3416.198281 999999.999999
+PR04  -1997.727144 -16782.092070 -19095.364245 999999.999999
+PR05  24514.664077   -354.069492  -7042.518695 999999.999999
+PR06  21667.390893  -8386.001715  10481.709227 999999.999999
+PR07   3672.129457 -12143.466718  22120.950872 999999.999999
+PR08 -13114.344472  -7942.487114  20397.108523 999999.999999
+PR09  13447.936389 -17425.898045  12791.200266 999999.999999
+PR10   7498.084819 -24183.874990  -3503.844929 999999.999999
+PR11  -2750.453739 -16946.126967 -18842.230449 999999.999999
+PR12 -11604.195978    444.938144 -22723.949847 999999.999999
+PR13 -13114.852537  17495.674272 -13139.682040 999999.999999
+PR15   3893.890330  15247.697066  20109.218636 999999.999999
+PR16  11729.229689   -888.065761  22608.787237 999999.999999
+PR17   4077.080691  18338.303987  17214.520156 999999.999999
+PR18  15399.391912  20220.360331   1296.222656 999999.999999
+PR19  17471.641829  10663.773153 -15225.136006 999999.999999
+PR20   9119.848510  -5876.629458 -23080.655159 999999.999999
+PR21  -4005.400940 -18140.306535 -17436.387841 999999.999999
+PR22 -15404.050966 -20368.311034  -1641.905781 999999.999999
+PR23 -17600.037330 -10433.099530  15222.343312 999999.999999
+PR24  -9637.143597   5285.127013  22994.706908 999999.999999
+*  2011  9  1  7 15  0.00000000
+PG02  14514.766242   7876.536691 -20810.757559    353.867251
+PG03 -24307.812109 -10154.284371   4049.911581    762.393816
+PG04   7651.493766  21356.732644 -13750.133498    218.236614
+PG05  22819.002094    696.775195 -13681.635636   -212.025644
+PG06 -22708.896207 -13997.619660   1188.672224    -81.739449
+PG07  -6016.720145  25410.832800  -4081.403571     24.655453
+PG08  -1595.418113  25606.103364   5605.864706      9.039216
+PG09  13559.116228 -12744.661166  18409.762853    102.809700
+PG10   8699.823191  13203.564545 -21588.369331    -11.727669
+PG11 -14542.834347   9947.999703  19459.721738   -181.967183
+PG12  23359.232949 -11993.926370  -3304.987007     19.527403
+PG13  -6274.670891  13749.606624 -21968.647306    253.661990
+PG14 -12629.828096 -20580.377649  11404.760229    170.001956
+PG15  20363.793491   -555.995263  17141.411616   -108.180419
+PG16 -23513.101491     -0.617702 -12635.035265   -195.155907
+PG17  13519.224250  20366.594904  10810.330302    176.976391
+PG18   8295.980289 -17890.199809  17957.109158    155.130550
+PG19 -21169.619180  -4008.239205  15745.700133   -179.096050
+PG20 -21839.926898  14346.906236  -4698.320379     52.396957
+PG21   3413.208657 -25996.908189   -230.994620   -168.494295
+PG22  -6031.832464 -14795.142493  21398.227924    144.885514
+PG23 -14685.090500   7150.016327 -20995.547698    279.546049
+PG24 -14758.966665  13972.097183  16974.625129    420.181443
+PG25  15573.070362 -16982.969103 -13213.261466     16.659495
+PG26  22157.249081  11923.013298   8501.043218   -142.440370
+PG27  14998.372849  -5574.392840  21780.367143    300.737827
+PG28   1821.469863  15335.415716  22109.287359     64.009638
+PG29   5856.764096 -14463.358497 -21431.111215    236.034120
+PG30  11842.145781 -18750.878685 -15031.451681     90.538380
+PG31  -8360.094223 -19184.190927 -16029.235254    134.890494
+PG32 -25404.397535   6480.700857   2606.699909   -320.908641
+PR01 -23486.314850    317.983276   9942.126531 999999.999999
+PR02 -22391.771091   9022.149185  -8213.558094 999999.999999
+PR03  -7363.108270  24371.087441    177.517369 999999.999999
+PR04   -451.097434 -14869.761600 -20711.719844 999999.999999
+PR05  23456.365572   -286.741972 -10020.553440 999999.999999
+PR06  22738.831695  -8713.038297   7529.266615 999999.999999
+PR07   6252.525758 -12822.583749  21134.923065 999999.999999
+PR08 -10557.169308  -8370.862006  21670.376286 999999.999999
+PR09  12729.439131 -15831.258468  15346.827537 999999.999999
+PR10   7365.462557 -24472.875374   -278.269764 999999.999999
+PR11  -2145.805827 -19066.060389 -16775.584535 999999.999999
+PR12 -10622.182847  -2201.546219 -23114.015540 999999.999999
+PR13 -12394.877191  15864.800882 -15670.964828 999999.999999
+PR15   3244.995836  17529.498257  18289.666163 999999.999999
+PR16  10737.061517   1758.233261  23037.206346 999999.999999
+PR17   2709.501067  16549.450710  19190.383608 999999.999999
+PR18  15281.863617  19852.631627   4495.328299 999999.999999
+PR19  18679.530243  11896.310891 -12661.913679 999999.999999
+PR20  10952.577389  -3722.056266 -22724.015103 999999.999999
+PR21  -2597.672241 -16351.941045 -19373.154488 999999.999999
+PR22 -15270.779719 -19958.971335  -4816.826522 999999.999999
+PR23 -18817.834302 -11657.873186  12663.186923 999999.999999
+PR24 -11490.711566   3165.933206  22528.267502 999999.999999
+*  2011  9  1  7 30  0.00000000
+PG02  14285.003650  10212.321429 -19984.514983    353.868505
+PG03 -24472.868717 -10600.993458   1297.333013    762.398838
+PG04   7258.554040  22756.793593 -11462.791892    218.246351
+PG05  21384.496012   1593.508964 -15757.210190   -212.030473
+PG06 -22516.140904 -14236.743947  -1603.582280    -81.730646
+PG07  -6181.882514  24760.867354  -6887.542972     24.657300
+PG08  -1864.550322  26043.649624   2696.998670      9.038347
+PG09  13510.044186 -10455.509891  19793.305957    102.810225
+PG10   6475.724295  14192.398558 -21709.683743    -11.728839
+PG11 -15080.983614   7638.688943  20104.001631   -181.970290
+PG12  23647.009840 -11877.272746   -419.169134     19.529891
+PG13  -8209.092951  12174.773302 -22266.821404    253.660223
+PG14 -11432.394052 -19825.172871  13779.602655    170.003533
+PG15  21803.595575    620.642865  15281.008562   -108.178910
+PG16 -22133.563597   -747.824910 -14875.318153   -195.157916
+PG17  12324.284778  19719.268242  13186.451311    176.974870
+PG18  10134.638225 -18489.380707  16263.458482    155.132551
+PG19 -22349.133791  -5207.163241  13659.826389   -179.099681
+PG20 -22320.524749  14217.272722  -1931.540060     52.397237
+PG21   3775.939792 -25724.538663  -3054.824830   -168.496343
+PG22  -3820.763866 -15758.873749  21206.714685    144.885472
+PG23 -16553.881332   5734.806129 -20050.548956    279.543355
+PG24 -14656.371886  11926.048056  18581.634924    420.182481
+PG25  16896.007321 -17399.256737 -10822.971120     16.660973
+PG26  22738.836144  12599.480383   5773.464297   -142.452263
+PG27  14948.629115  -3188.621842  22335.935464    300.741896
+PG28   -396.241121  16212.560581  21511.029093     64.012351
+PG29   7853.435850 -12986.781893 -21731.134868    236.037065
+PG30  13259.282241 -19375.101665 -12841.067164     90.534759
+PG31  -8031.205756 -20909.520578 -13907.914214    134.895516
+PG32 -25099.842250   6046.378337   5423.686410   -320.914681
+PR01 -22102.036934     88.987061  12732.658234 999999.999999
+PR02 -23162.365117   9343.180972  -5150.391209 999999.999999
+PR03  -7117.872034  24254.966265  -3064.636465 999999.999999
+PR04   1354.080214 -12952.287695 -21925.485742 999999.999999
+PR05  22062.484524    -53.906660 -12803.942175 999999.999999
+PR06  23422.894047  -9023.064909   4430.218448 999999.999999
+PR07   8640.155123 -13633.769945  19737.999144 999999.999999
+PR08  -7910.805996  -9014.644178  22523.245961 999999.999999
+PR09  12048.249935 -13903.074990  17602.660460 999999.999999
+PR10   7109.969403 -24368.412644   2952.676953 999999.999999
+PR11  -1772.391290 -20960.534716 -14382.261757 999999.999999
+PR12  -9833.260491  -4931.227454 -23056.527500 999999.999999
+PR13 -11723.459599  13902.350393 -17898.029034 999999.999999
+PR15   2834.339310  19616.749135  16116.230500 999999.999999
+PR16   9935.389938   4495.669604  23016.629298 999999.999999
+PR17   1062.093381  14707.245725  20792.534122 999999.999999
+PR18  14864.929669  19216.768424   7606.543737 999999.999999
+PR19  19744.901709  12799.293868  -9852.793888 999999.999999
+PR20  12889.855921  -1758.826236 -21925.604280 999999.999999
+PR21   -912.405078 -14518.321889 -20932.614043 999999.999999
+PR22 -14837.934469 -19288.088285  -7899.041100 999999.999999
+PR23 -19889.817363 -12555.411122   9857.882399 999999.999999
+PR24 -13435.037579   1248.255242  21623.242843 999999.999999
+*  2011  9  1  7 45  0.00000000
+PG02  14171.663908  12439.538197 -18816.041302    353.870136
+PG03 -24377.717494 -10908.944454  -1477.264702    762.402682
+PG04   6938.435834  23906.552554  -8976.728229    218.256022
+PG05  19805.164807   2667.872750 -17563.147900   -212.035053
+PG06 -22060.127193 -14337.901244  -4368.614449    -81.722178
+PG07  -6370.936739  23807.891902  -9573.441930     24.658631
+PG08  -2072.034050  26159.656961   -259.944174      9.038243
+PG09  13585.360365  -8024.289297  20819.853935    102.811744
+PG10   4307.302869  15291.178074 -21464.636621    -11.729848
+PG11 -15720.669913   5303.586012  20390.671671   -181.972957
+PG12  23648.954404 -11623.881091   2473.942227     19.532140
+PG13 -10239.243295  10705.776475 -22186.672878    253.657495
+PG14  -9986.200101 -18993.244270  15921.357180    170.005115
+PG15  23106.859262   1609.065007  13159.755778   -108.177575
+PG16 -20583.161012  -1678.087678 -16862.969419   -195.160078
+PG17  10884.038054  18996.700041  15339.980988    176.973152
+PG18  11765.372087 -19079.992377  14292.093381    155.134108
+PG19 -23389.625782  -6194.328936  11342.665549   -179.103073
+PG20 -22537.521265  13948.941496    868.568299     52.397957
+PG21   4142.740744 -25147.889437  -5823.714623   -168.499121
+PG22  -1693.615477 -16808.138083  20655.818227    144.885451
+PG23 -18385.678350   4489.393723 -18763.067362    279.540774
+PG24 -14642.309427   9716.773789  19866.769896    420.183620
+PG25  17950.225253 -17746.757134  -8246.375020     16.662495
+PG26  23103.672634  13052.562485   2947.224283   -142.463827
+PG27  15035.741683   -767.070065  22528.239594    300.742924
+PG28  -2488.179034  17174.987384  20558.008857     64.014989
+PG29   9935.362913 -11609.040877 -21654.955291    236.039932
+PG30  14432.765752 -19926.501595 -10434.610482     90.531096
+PG31  -7806.285686 -22392.902179 -11541.909966    134.900497
+PG32 -24528.048747   5474.124052   8145.448866   -320.920949
+PR01 -20426.325003   -342.471008  15275.837805 999999.999999
+PR02 -23543.822742   9598.236686  -1987.086184 999999.999999
+PR03  -6806.050693  23732.254985  -6246.941520 999999.999999
+PR04   3387.103339 -11090.737406 -22713.118835 999999.999999
+PR05  20378.385051    382.039882 -15338.632105 999999.999999
+PR06  23715.095936  -9260.156354   1244.907550 999999.999999
+PR07  10784.110035 -14535.980912  17957.252826 999999.999999
+PR08  -5243.434780  -9871.350311  22939.195839 999999.999999
+PR09  11456.197020 -11679.165674  19514.744806 999999.999999
+PR10   6787.842710 -23859.434065   6126.575710 999999.999999
+PR11  -1602.446237 -22571.975185 -11708.720517 999999.999999
+PR12  -9256.116805  -7676.464920 -22553.288891 999999.999999
+PR13 -11151.838243  11647.885183 -19777.779720 999999.999999
+PR15   2638.555321  21448.414491  13631.130741 999999.999999
+PR16   9343.738523   7256.195206  22547.044021 999999.999999
+PR17   -842.932106  12875.195936  21990.036588 999999.999999
+PR18  14123.231017  18363.725445  10569.124364 999999.999999
+PR19  20608.861933  13381.634449  -6852.316724 999999.999999
+PR20  14874.411370    -26.668847 -20700.718079 999999.999999
+PR21   1026.578674 -12702.465859 -22084.728094 999999.999999
+PR22 -14080.860261 -18406.569693 -10829.174251 999999.999999
+PR23 -20757.363364 -13135.140817   6860.970911 999999.999999
+PR24 -15411.666435   -430.686191  20297.278257 999999.999999
+*  2011  9  1  8  0  0.00000000
+PG02  14160.124083  14516.080688 -17326.614377    353.871394
+PG03 -24009.569835 -11110.237249  -4227.005626    762.405995
+PG04   6660.390575  24781.920054  -6334.475221    218.265945
+PG05  18124.575626   3922.228199 -19068.367858   -212.040163
+PG06 -21329.988529 -14334.656206  -7059.365173    -81.713588
+PG07  -6620.090445  22570.263441 -12092.322952     24.660263
+PG08  -2257.785524  25946.733718  -3212.246569      9.038611
+PG09  13798.761891  -5501.310154  21469.924249    102.812477
+PG10   2234.464282  16475.272320 -20856.174279    -11.731487
+PG11 -16454.374652   2987.303392  20315.488871   -181.975914
+PG12  23385.249924 -11200.864360   5324.025827     19.534385
+PG13 -12323.626363   9371.248702 -21729.782605    253.656954
+PG14  -8302.371243 -18127.314279  17793.996193    170.007150
+PG15  24233.022343   2417.265718  10814.045487   -108.176286
+PG16 -18905.518104  -2799.129692 -18563.710960   -195.162009
+PG17   9209.433914  18239.553016  17234.592231    176.971583
+PG18  13169.917445 -19624.320897  12075.468126    155.135827
+PG19 -24251.403787  -6978.326238   8833.809624   -179.107138
+PG20 -22507.670664  13511.436096   3653.643352     52.398360
+PG21   4547.708186 -24275.810720  -8487.486281   -168.501375
+PG22    313.244432 -17915.848568  19754.414810    144.885272
+PG23 -20135.017379   3422.076844 -17155.956264    279.537856
+PG24 -14736.294680   7386.434746  20808.643387    420.185901
+PG25  18733.634604 -17985.386286  -5527.766775     16.664022
+PG26  23222.512371  13308.598687     70.979637   -142.475197
+PG27  15261.100465   1643.118455  22355.389024    300.745471
+PG28  -4419.505113  18190.984761  19264.591090     64.017476
+PG29  12060.636207 -10356.472054 -21203.765586    236.042826
+PG30  15359.155903 -20364.597728  -7851.897724     90.527242
+PG31  -7654.614161 -23603.315115  -8973.034995    134.905605
+PG32 -23718.219726   4738.733880  10724.790511   -320.926954
+PR01 -18513.123919  -1004.619389  17522.327013 999999.999999
+PR02 -23542.682146   9732.753158   1214.848582 999999.999999
+PR03  -6485.697458  22806.221401  -9307.307080 999999.999999
+PR04   5606.166999  -9340.556599 -23059.363956 999999.999999
+PR05  18458.136482   1049.090297 -17575.407659 999999.999999
+PR06  23624.195109  -9369.786882  -1964.642426 999999.999999
+PR07  12643.048085 -15480.726156  15827.241495 999999.999999
+PR08  -2622.420794 -10926.363883  22910.166313 999999.999999
+PR09  10998.079521  -9208.206489  21045.904938 999999.999999
+PR10   6456.876793 -22948.427421   9182.053836 999999.999999
+PR11  -1598.117988 -23851.414984  -8806.945137 999999.999999
+PR12  -8897.186396 -10367.881280 -21614.658627 999999.999999
+PR13 -10723.829050   9151.595084 -21273.886026 999999.999999
+PR15   2623.510541  22971.092899  10882.542924 999999.999999
+PR16   8969.381132   9969.560752  21637.238520 999999.999999
+PR17  -2971.407740  11112.909546  22759.879901 999999.999999
+PR18  13043.471739  17350.340850  13325.324648 999999.999999
+PR19  21217.543677  13664.511089  -3718.747515 999999.999999
+PR20  16843.741683   1446.026575 -19072.975849 999999.999999
+PR21   3183.657848 -10963.162201 -22807.440853 999999.999999
+PR22 -12986.779323 -17370.890852 -13550.703634 999999.999999
+PR23 -21366.999134 -13418.681716   3730.713581 999999.999999
+PR24 -17357.538847  -1845.287840  18576.224870 999999.999999
+*  2011  9  1  8 15  0.00000000
+PG02  14229.171039  16404.368145 -15542.753750    353.873106
+PG03 -23363.254410 -11239.464534  -6905.887764    762.410988
+PG04   6390.522328  25366.603224  -3581.629581    218.275832
+PG05  16387.377022   5350.798304 -20246.875687   -212.045041
+PG06 -20322.863077 -14262.749510  -9629.834769    -81.705028
+PG07  -6961.832518  21074.670977 -14400.434218     24.662097
+PG08  -2462.347745  25407.538622  -6107.234551      9.037310
+PG09  14155.445684  -2939.709284  21731.100719    102.814408
+PG10    292.481545  17713.819118 -19893.337117    -11.731664
+PG11 -17267.781810    732.597518  19880.828236   -181.978837
+PG12  22883.607705 -10580.742724   8081.544242     19.536613
+PG13 -14416.777666   8192.334065 -20904.036689    253.655488
+PG14  -6400.453160 -17268.403801  19366.001425    170.008716
+PG15  25145.293440   3060.644472   8284.008608   -108.174634
+PG16 -17146.380441  -4110.298856 -19947.969793   -195.164176
+PG17   7319.554811  17486.847402  18838.239902    176.969996
+PG18  14337.696956 -20083.226864   9650.583675    155.137583
+PG19 -24898.590269  -7575.294918   6175.891743   -179.110473
+PG20 -22254.649809  12879.178388   6375.425077     52.398613
+PG21   5022.680145 -23126.022088 -10997.594220   -168.503770
+PG22   2168.788716 -19049.624083  18517.278659    144.885062
+PG23 -21757.043001   2532.828405 -15257.326364    279.535130
+PG24 -14950.684483   4980.665606  21391.915230    420.189499
+PG25  19252.798827 -18076.763587  -2713.925821     16.665522
+PG26  23073.000085  13399.829137  -2806.518024   -142.486933
+PG27  15618.066178   3995.519593  21821.051964    300.747962
+PG28  -6161.545341  19223.674697  17650.710056     64.019846
+PG29  14183.799284  -9248.072032 -20385.293881    236.045774
+PG30  16043.145888 -20650.252095  -5136.009749     90.523219
+PG31  -7541.000141 -24517.898449  -6246.644178    134.910698
+PG32 -22705.601890   3821.318202  13117.444769   -320.932973
+PR01 -16422.946314  -1914.674897  19428.570904 999999.999999
+PR02 -23178.235838   9695.698505   4393.171921 999999.999999
+PR03  -6213.670707  21493.866990 -12186.102809 999999.999999
+PR04   7959.882325  -7749.369582 -22957.545807 999999.999999
+PR05  16362.334979   1964.202074 -19470.844720 999999.999999
+PR06  23171.704682  -9301.367427  -5135.945338 999999.999999
+PR07  14186.667407 -16414.161078  13389.338598 999999.999999
+PR08   -111.738239 -12153.430995  22436.714464 999999.999999
+PR09  10709.673660  -6547.911915  22166.467334 999999.999999
+PR10   6173.776367 -21651.430940  12059.958006 999999.999999
+PR11  -1713.296521 -24760.465602  -5733.432048 999999.999999
+PR12  -8750.516004 -12937.002286 -20259.306417 999999.999999
+PR13 -10473.889744   6472.430292 -22357.471598 999999.999999
+PR15   2745.964476  24141.108261   7923.672016 999999.999999
+PR16   8807.109910  12566.027402  20304.656848 999999.999999
+PR17  -5278.409659   9473.693520  23087.403317 999999.999999
+PR18  11625.206052  16236.812244  15821.536095 999999.999999
+PR19  21524.462826  13680.234155   -512.945312 999999.999999
+PR20  18732.623754   2643.173877 -17073.876783 999999.999999
+PR21   5512.677476  -9352.608037 -23087.081240 999999.999999
+PR22 -11555.572791 -16240.652058 -16011.028406 999999.999999
+PR23 -21672.738523 -13438.686253    527.955008 999999.999999
+PR24 -19207.534923  -2982.392822  16493.631340 999999.999999
+*  2011  9  1  8 30  0.00000000
+PG02  14351.949922  18072.559722 -13495.707965    353.874780
+PG03 -22441.424010 -11332.223994  -9469.482895    762.415810
+PG04   6093.299026  25652.723062   -766.061102    218.285736
+PG05  14637.670538   6939.695512 -21078.216380   -212.049831
+PG06 -19044.166492 -14158.590002 -12035.853499    -81.696237
+PG07  -7423.478951  19355.164557 -16457.830486     24.663426
+PG08  -2725.031942  24554.699594  -8893.319289      9.034639
+PG09  14651.802160   -393.467547  21598.338817    102.815536
+PG10  -1489.189828  18970.789352 -18591.199819    -11.730713
+PG11 -18140.328068  -1421.121832  19095.562670   -181.981935
+PG12  22178.099609  -9742.707378  10698.631257     19.538806
+PG13 -16470.843763   7182.019684 -19723.489658    253.653849
+PG14  -4307.857819 -16454.254453  20610.858632    170.010407
+PG15  25812.023667   3561.210573   5612.840385   -108.173285
+PG16 -15351.954626  -5602.377130 -20991.406202   -195.166379
+PG17   5241.090616  16774.447941  20123.674106    176.968421
+PG18  15266.115984 -20417.726096   7058.434181    155.138802
+PG19 -25300.473566  -8008.100208   3413.889423   -179.114341
+PG20 -21808.057802  12032.685576   8986.608229     52.399060
+PG21   5595.686531 -21724.508599 -13308.157489   -168.506643
+PG22   3848.331196 -20172.959616  16964.877568    144.885012
+PG23 -23209.115223   1813.513868 -13100.033399    279.532455
+PG24 -15290.168255   2546.985779  21607.494460    420.191966
+PG25  19522.528498 -17985.824767    146.687689     16.667058
+PG26  22640.489378  13362.930513  -5637.198308   -142.497923
+PG27  16092.238657   6245.897453  20934.352641    300.750715
+PG28  -7692.719587  20232.316726  15741.677305     64.022532
+PG29  16257.458511  -8294.881700 -19213.673171    236.048642
+PG30  16497.278017 -20747.260023  -2332.640474     90.519401
+PG31  -7427.370197 -25122.731520  -3410.773164    134.915602
+PG32 -21530.036957   2710.193743  15282.823334   -320.939166
+PR01 -14220.440689  -3077.881368  20957.636759 999999.999999
+PR02 -22481.611909   9441.960112   7486.124338 999999.999999
+PR03  -6042.999914  19825.312048 -14827.332663 999999.999999
+PR04  10389.205880  -6355.124945 -22409.694248 999999.999999
+PR05  14155.670701   3132.343325 -20988.151503 999999.999999
+PR06  22390.888680  -9010.623636  -8207.279305 999999.999999
+PR07  15396.724086 -17279.425266  10690.930837 999999.999999
+PR08   2230.455848 -13515.660408  21528.003863 999999.999999
+PR09  10616.143115  -3762.843449  22854.830210 999999.999999
+PR10   5991.558751 -19997.498182  14704.489356 999999.999999
+PR11  -1895.805192 -25272.860924  -2548.081464 999999.999999
+PR12  -8798.158624 -15318.854778 -18513.818163 999999.999999
+PR13 -10425.595664   3675.878750 -23007.659923 999999.999999
+PR15   2955.613731  24926.213111   4811.732336 999999.999999
+PR16   8839.551022  14979.072596  18575.079259 999999.999999
+PR17  -7709.914929   8002.439840  22966.557618 999999.999999
+PR18   9881.085757  15084.055258  18009.334185 999999.999999
+PR19  21492.583236  13470.652111   2702.820196 999999.999999
+PR20  20475.759327   3561.428960 -14742.198603 999999.999999
+PR21   7958.659715  -7914.345770 -22918.599125 999999.999999
+PR22  -9800.050294 -15076.020484 -18162.470917 999999.999999
+PR23 -21638.122319 -13237.225240  -2685.063421 999999.999999
+PR24 -20897.122196  -3841.588091  14090.084266 999999.999999
+*  2011  9  1  8 45  0.00000000
+PG02  14497.122684  19495.547033 -11220.883653    353.876387
+PG03 -21254.486728 -11423.623764 -11875.587720    762.420206
+PG04   5733.152090  25641.113468   2062.943921    218.296169
+PG05  12917.411365   8667.266381 -21547.837456   -212.054567
+PG06 -17507.562755 -14057.718725 -14235.836379    -81.687543
+PG07  -8025.935839  17451.907207 -18229.075408     24.665140
+PG08  -3082.114278  23410.328060 -11521.012696      9.034177
+PG09  15275.503298   2084.613739  21074.093698    102.816127
+PG10  -3087.887673  20206.272598 -16970.713535    -11.732584
+PG11 -19046.016706  -3439.125901  17974.809927   -181.985241
+PG12  21307.753480  -8673.623029  13129.944713     19.540980
+PG13 -18437.259251   6344.782296 -18208.133751    253.651936
+PG14  -2059.020088 -15717.886505  21507.477299    170.011975
+PG15  26207.894321   3946.538563   2846.080255   -108.171810
+PG16 -13567.231007  -7257.719436 -21675.366239   -195.168316
+PG17   3007.533770  16133.678308  21068.884782    176.966850
+PG18  15960.555280 -20590.604573   4343.357624    155.140553
+PG19 -25432.675598  -8305.265799    594.401597   -179.117767
+PG20 -21202.189448  10959.540108  11441.688657     52.399068
+PG21   6289.555879 -20104.565276 -15376.946444   -168.508564
+PG22   5334.290622 -21246.571584  15123.076554    144.884876
+PG23 -24452.332265   1248.415381 -10721.102418    279.529794
+PG24 -15751.572303    133.155058  21452.630050    420.195666
+PG25  19565.163420 -17682.318526   3004.769960     16.668580
+PG26  21918.571835  13237.433013  -8374.392696   -142.509291
+PG27  16661.993571   8353.591035  19709.721713    300.752108
+PG28  -8999.229032  21173.785893  13567.908322     64.025087
+PG29  18233.979054  -7499.692387 -17709.195318    236.051560
+PG30  16741.363889 -20623.864597    510.620529     90.515789
+PG31  -7274.471910 -25413.262063   -515.232844    134.920736
+PG32 -20234.368100   1401.477726  17184.668509   -320.945285
+PR01 -11971.806489  -4487.058881  22079.923040 999999.999999
+PR02 -21494.376886   8934.489348  10433.631162 999999.999999
+PR03  -6020.429333  17842.643839 -17179.729091 999999.999999
+PR04  12829.700018  -5184.664226 -21426.500949 999999.999999
+PR05  11904.342153   4546.049657 -22097.880084 999999.999999
+PR06  21325.280953  -8461.712692 -11118.896747 999999.999999
+PR07  16267.549276 -18019.128282   7784.495554 999999.999999
+PR08   4353.998658 -14966.986777  20201.629703 999999.999999
+PR09  10730.920463   -921.939273  23097.869002 999999.999999
+PR10   5957.113503 -18027.637882  17064.280012 999999.999999
+PR11  -2089.856829 -25375.508367    686.982991 999999.999999
+PR12  -9011.075720 -17454.419147 -16412.161527 999999.999999
+PR13 -10590.589992    831.479925 -23211.965440 999999.999999
+PR15   3197.433871  25306.834807   1606.855190 999999.999999
+PR16   9038.016446  17147.975280  16482.131073 999999.999999
+PR17 -10204.844569   6733.887312  22399.998002 999999.999999
+PR18   7836.559070  13951.058667  19846.413497 999999.999999
+PR19  21096.002760  13085.166027   5866.080042 999999.999999
+PR20  22010.447492   4210.085669 -12123.249646 999999.999999
+PR21  10459.887688  -6681.586567 -22305.633561 999999.999999
+PR22  -7745.693359 -13935.160745 -19963.193549 999999.999999
+PR23 -21237.874635 -12863.787005  -5845.916752 999999.999999
+PR24 -22364.996769  -4434.959443  11412.410491 999999.999999
+*  2011  9  1  9  0  0.00000000
+PG02  14630.189974  20655.693918  -8757.227800    353.878068
+PG03 -19820.270091 -11546.833360 -14084.822719    762.424105
+PG04   5276.098673  25341.284018   4855.588242    218.306143
+PG05  11264.898713  10504.741791 -21647.355609   -212.059282
+PG06 -15734.629712 -13993.303036 -16191.509845    -81.679005
+PG07  -8782.728790  15409.701521 -19683.852305     24.666826
+PG08  -3565.167948  22005.151405 -13943.889607      9.032558
+PG09  16005.982895   4444.884970  20168.265380    102.819258
+PG10  -4488.469478  21377.940828 -15058.445938    -11.731622
+PG11 -19954.456373  -5292.492885  16539.558590   -181.987880
+PG12  20314.968878  -7368.728843  15333.468044     19.542993
+PG13 -20268.459944   5676.562080 -16383.577437    253.649749
+PG14    305.704781 -15086.344386  22040.530622    170.013994
+PG15  26314.876926   4248.514515     30.856750   -108.170353
+PG16 -11834.351890  -9050.721230 -21987.248852   -195.170286
+PG17    658.122152  15590.113383  21657.471732    176.965236
+PG18  16434.053263 -20568.003424   1552.296997    155.142210
+PG19 -25278.094635  -8499.704669  -2235.091523   -179.121394
+PG20 -20474.630055   9655.091011  13697.785670     52.399945
+PG21   7120.746382 -18305.529929 -17166.291027   -168.510643
+PG22   6616.688874 -22229.870138  13022.750864    144.884781
+PG23 -25452.915287    815.038896  -8161.098875    279.527096
+PG24 -16323.980491  -2214.462648  20930.892711    420.197989
+PG25  19409.570624 -17142.127724   5811.027944     16.670129
+PG26  20909.309624  13064.078783 -10973.495383   -142.521282
+PG27  17299.269298  10282.778854  18166.701561    300.755535
+PG28 -10075.471443  22004.178334  11164.562931     64.027663
+PG29  20067.200349  -6857.085103 -15897.953523    236.054652
+PG30  16801.624523 -20254.135507   3345.063847     90.512423
+PG31  -7043.619600 -25394.367761   2389.318840    134.925487
+PG32 -18862.768778   -100.632373  18791.602719   -320.951228
+PR01  -9742.163781  -6122.682892  22773.725491 999999.999999
+PR02 -20266.720090   8146.111707  13178.470555 999999.999999
+PR03  -6184.244480  15598.278510 -19197.745823 999999.999999
+PR04  15214.030700  -4252.772066 -20027.108524 999999.999999
+PR05   9673.425329   6185.511709 -22778.495284 999999.999999
+PR06  20026.791232  -7628.988167 -13814.193138 999999.999999
+PR07  16806.044959 -18577.877528   4726.576264 999999.999999
+PR08   6218.560303 -16454.036803  18483.282325 999999.999999
+PR09  11055.105853   1904.130485  22891.171202 999999.999999
+PR10   6109.022243 -15793.270206  19093.390713 999999.999999
+PR11  -2238.669353 -25069.001408   3908.642334 999999.999999
+PR12  -9350.506997 -19292.839428 -13995.023063 999999.999999
+PR13 -10968.051375  -1989.822784 -22966.524174 999999.999999
+PR15   3414.220939  25276.814400  -1629.056485 999999.999999
+PR16   9363.856593  19020.170225  14066.628708 999999.999999
+PR17 -12697.406932   5691.329154  21399.008884 999999.999999
+PR18   5529.035390  12892.349036  21297.393497 999999.999999
+PR19  20321.188725  12578.436964   8915.381723 999999.999999
+PR20  23279.170907   4610.432974  -9267.988211 999999.999999
+PR21  12950.274911  -5675.987068 -21260.414077 999999.999999
+PR22  -5429.879389 -12871.759474 -21378.013810 999999.999999
+PR23 -20459.105606 -12372.975977  -8893.212110 999999.999999
+PR24 -23555.606464  -4786.316224   8512.757268 999999.999999
+*  2011  9  1  9 15  0.00000000
+PG02  14714.925513  21543.302063  -6146.573859    353.879781
+PG03 -18163.434786 -11731.728766 -16061.176600    762.429801
+PG04   4691.317900  24771.042656   7562.498660    218.316002
+PG05   9713.413543  12417.170009 -21374.721226   -212.064174
+PG06 -13754.227315 -13994.719095 -17868.597208    -81.670359
+PG07  -9699.336377  13276.351273 -20797.473009     24.668428
+PG08  -4199.603689  20377.304094 -16119.471678      9.032824
+PG09  16815.286561   6642.678354  18897.963001    102.821092
+PG10  -5683.756670  22442.638658 -12886.216660    -11.733156
+PG11 -20832.077085  -6958.984035  14816.187893   -181.991221
+PG12  19243.817467  -5832.010317  17271.245250     19.545259
+PG13 -21919.570058   5165.064349 -14280.637091    253.648178
+PG14   2741.364100 -14579.675126  22200.711540    170.015682
+PG15  26122.930244   4501.921013  -2784.891437   -108.168941
+PG16 -10191.087477 -10948.602002 -21920.778445   -195.172004
+PG17  -1763.434145  15162.593908  21878.934442    176.963940
+PG18  16706.683019 -20320.907897  -1266.017812    155.143910
+PG19 -24827.590440  -8627.294618  -5026.976961   -179.125223
+PG20 -19664.726921   8122.855711  15715.423568     52.399861
+PG21   8098.458545 -16371.261276 -18643.880555   -168.513004
+PG22   7693.362562 -23082.504776  10699.311035    144.884914
+PG23 -26183.406679    485.171096  -5463.456570    279.523955
+PG24 -16989.162266  -4452.466481  20052.052506    420.200024
+PG25  19089.897324 -16348.362657   8517.035799     16.671663
+PG26  19623.173878  12883.179644 -13392.562889   -142.532682
+PG27  17970.579962  12003.584263  16329.706577    300.757162
+PG28 -10924.161325  22680.491396   8571.094929     64.030070
+PG29  21714.103770  -6353.800727 -13811.379894    236.057275
+PG30  16709.576996 -19619.155256   6121.684503     90.509006
+PG31  -6698.409443 -25080.053086   5252.306634    134.930180
+PG32 -17459.060937  -1783.896900  20077.571654   -320.957631
+PR01  -7592.986594  -7953.490494  23025.650303 999999.999999
+PR02 -18855.296821   7060.925385  15667.383437 999999.999999
+PR03  -6562.473438  13152.907952 -20842.430281 999999.999999
+PR04  17474.599347  -3561.746332 -18238.736354 999999.999999
+PR05   7524.306968   8019.190675 -23016.790317 999999.999999
+PR06  18553.479421  -6498.337420 -16240.810989 999999.999999
+PR07  17031.159262 -18904.740666   1576.676602 999999.999999
+PR08   7795.068825 -17918.321172  16406.255054 999999.999999
+PR09  11577.406590   4645.671758  22239.097733 999999.999999
+PR10   6475.731186 -13354.260957  20752.210234 999999.999999
+PR11  -2287.127844 -24367.570991   7054.032182 999999.999999
+PR12  -9769.749146 -20793.304529 -11309.029675 999999.999999
+PR13 -11544.700447  -4718.382558 -22276.160476 999999.999999
+PR15   3549.226749  24843.608517  -4833.505743 999999.999999
+PR16   9770.256278  20553.270375  11375.775354 999999.999999
+PR17 -15119.643895   4885.817555  19983.263864 999999.999999
+PR18   3006.553204  11955.671903  22334.480831 999999.999999
+PR19  19167.710029  12007.883736  11791.485276 999999.999999
+PR20  24231.985834   4794.600766  -6232.026119 999999.999999
+PR21  15361.921795  -4906.927078 -19803.499025 999999.999999
+PR22  -2900.613922 -11932.746178 -22379.101895 999999.999999
+PR23 -19302.009414 -11822.008942 -11767.782646 999999.999999
+PR24 -24421.449763  -4929.920314   5447.568795 999999.999999
+*  2011  9  1  9 30  0.00000000
+PG02  14714.869763  22156.790907  -3432.961508    353.881476
+PG03 -16314.661768 -12003.675695 -17772.495242    762.434123
+PG04   3952.612814  23955.789511  10135.668772    218.325729
+PG05   8290.056110  14364.598932 -20734.276650   -212.068889
+PG06 -11601.587973 -14086.278978 -19237.449520    -81.661604
+PG07 -10772.852245  11100.924328 -21551.277150     24.669761
+PG08  -5003.480881  18570.833498 -18010.011651      9.032762
+PG09  17669.250155   8639.912992  17287.097547    102.821939
+PG10  -6674.674004  23358.041625 -10490.627703    -11.734031
+PG11 -21643.469744  -8423.640751  12835.898153   -181.994264
+PG12  18138.296571  -4076.228126  18910.035846     19.547394
+PG13 -23350.001825   4790.378188 -11934.846660    253.646723
+PG14   5199.904722 -14210.177223  21984.901028    170.017452
+PG15  25630.408490   4742.914316  -5553.206819   -108.167439
+PG16  -8669.478963 -12912.479629 -21476.174564   -195.174360
+PG17  -4210.398140  14862.500805  21728.876436    176.962441
+PG18  16804.642464 -19826.475361  -4061.953397    155.145629
+PG19 -24080.388002  -8725.350227  -7734.257302   -179.128840
+PG20 -18811.998526   6374.603353  17459.255798     52.400164
+PG21   9224.072324 -14348.433133 -19783.429290   -168.515010
+PG22   8569.877382 -23765.925780   8192.144267    144.884760
+PG23 -26623.640719    226.145004  -2673.772155    279.521184
+PG24 -17722.287780  -6541.859628  18831.858387    420.201764
+PG25  18644.127649 -15292.182705  11076.077968     16.673228
+PG26  18078.699912  12733.028448 -15592.853066   -142.543757
+PG27  18638.225117  13492.987994  14227.737154    300.758791
+PG28 -11556.140960  23162.319336   5830.708103     64.032893
+PG29  23136.367052  -5969.425683 -11485.686887    236.060357
+PG30  16500.705247 -18707.960721   8792.041997     90.505605
+PG31  -6206.333765 -24492.798667   8024.149146    134.935615
+PG32 -16065.086950  -3628.380835  21022.180652   -320.963831
+PR01  -5579.705988  -9937.589040  22830.867171 999999.999999
+PR02 -17320.821828   5675.228865  17852.103794 999999.999999
+PR03  -7171.538118  10573.119712 -22082.159832 999999.999999
+PR04  19546.199583  -3101.504928 -16096.150373 999999.999999
+PR05   5512.288301  10004.937083 -22808.141537 999999.999999
+PR06  16967.093086  -5068.034440 -18351.657177 999999.999999
+PR07  16972.864369 -18955.537581  -1603.905081 999999.999999
+PR08   9066.663165 -19298.661355  14010.805160 999999.999999
+PR09  12274.618056   7236.624787  21154.671627 999999.999999
+PR10   7074.154880 -10776.612933  22008.238763 999999.999999
+PR11  -2184.377730 -23298.477626  10061.788142 999999.999999
+PR12 -10216.269443 -21926.527498  -8405.868388 999999.999999
+PR13 -12295.344466  -7288.492197 -21154.289250 999999.999999
+PR15   3548.778327  24027.946363  -7944.590255 999999.999999
+PR16  10204.396704  21716.670046   8462.222553 999999.999999
+PR17 -17404.074491   4315.895466  18180.426980 999999.999999
+PR18    326.008992  11179.986080  22937.977470 999999.999999
+PR19  17648.434246  11431.077366  14438.515998 999999.999999
+PR20  24828.613893   4803.943643  -3074.536296 999999.999999
+PR21  17627.753680  -4371.314976 -17963.357778 999999.999999
+PR22   -214.818994 -11156.305516 -22946.546383 999999.999999
+PR23 -17780.028015 -11268.115532 -14413.836223 999999.999999
+PR24 -24925.053857  -4908.774902   2276.479807 999999.999999
+*  2011  9  1  9 45  0.00000000
+PG02  14594.828992  22502.589992   -661.938913    353.883243
+PG03 -14309.642540 -12382.489598 -19190.914713    762.439584
+PG04   3039.693432  22927.508094  12529.386437    218.335640
+PG05   7014.828466  16303.464041 -19736.705623   -212.073822
+PG06  -9317.159561 -14286.154374 -20273.608452    -81.653168
+PG07 -11991.986840   8931.985936 -21932.917072     24.671427
+PG08  -5986.637704  16633.988513 -19583.161025      9.033020
+PG09  18528.949108  10406.404613  15365.819210    102.824281
+PG10  -7470.072367  24084.318881  -7912.491060    -11.735782
+PG11 -22352.792217  -9679.086444  10634.069546   -181.997365
+PG12  17040.605584  -2122.604003  20221.878556     19.549528
+PG13 -24524.908768   4525.889695  -9385.890982    253.644707
+PG14   7631.791473 -13981.948245  21396.245380    170.019435
+PG15  24844.165412   5007.451172  -8226.905488   -108.166212
+PG16  -7294.703055 -14898.698792 -20660.211700   -195.176486
+PG17  -6634.572929  14693.317753  21209.119281    176.961055
+PG18  16759.089589 -19069.141650  -6785.903750    155.147109
+PG19 -23044.185482  -8831.046325 -10311.290422   -179.132396
+PG20 -17954.545567   4430.113611  18898.716181     52.400745
+PG21  10490.934653 -12284.724796 -20565.187994   -168.517279
+PG22   9259.145568 -24244.902042   5543.978149    144.884670
+PG23 -26761.453775      2.266563    160.924500    279.518498
+PG24 -18492.899710  -8449.313061  17291.726734    420.202789
+PG25  18112.499785 -13973.313222  13443.963642     16.674795
+PG26  16301.877956  12648.413845 -17539.305556   -142.554873
+PG27  19261.661449  14735.518719  11894.044856    300.761528
+PG28 -11989.878925  23413.501243   2989.718104     64.035482
+PG29  24301.744607  -5677.364903  -8961.223367    236.063205
+PG30  16212.963034 -17518.195594  11309.140726     90.502240
+PG31  -5540.229952 -23662.594589  10657.132994    134.940410
+PG32 -14719.194638  -5607.089074  21610.926530   -320.969908
+PR01  -3749.581479 -12024.021642  22193.198016 999999.999999
+PR02 -15725.514581   3997.938002  19690.289704 999999.999999
+PR03  -8015.410842   7928.790939 -22893.229459 999999.999999
+PR04  21368.588710  -2850.223509 -13640.986957 999999.999999
+PR05   3684.458339  12091.567154 -22156.597639 999999.999999
+PR06  15330.472638  -3349.071770 -20105.813907 999999.999999
+PR07  16670.681303 -18694.863971  -4753.276957 999999.999999
+PR08  10029.135298 -20533.750281  11343.379530 999999.999999
+PR09  13112.623456   9617.062561  19659.298213 999999.999999
+PR10   7908.772231  -8129.908237  22836.739217 999999.999999
+PR11  -1886.236702 -21900.870257  12873.260289 999999.999999
+PR12 -10634.067351 -22675.765750  -5341.319445 999999.999999
+PR13 -13183.937165  -9640.861961 -19622.655831 999999.999999
+PR15   3364.772483  22862.955998 -10902.180518 999999.999999
+PR16  10609.889534  22492.659867   5383.017455 999999.999999
+PR17 -19486.327180   3967.863848  16025.604057 999999.999999
+PR18  -2448.977320  10593.853276  23096.627596 999999.999999
+PR19  15789.180635  10903.142855  16805.051132 999999.999999
+PR20  25040.145847   4687.032233    142.913437 999999.999999
+PR21  19684.132234  -4053.925677 -15775.806067 999999.999999
+PR22   2563.756131 -10570.265116 -23068.775482 999999.999999
+PR23 -15919.473441 -10765.953333 -16780.036441 999999.999999
+PR24 -25040.548794  -4772.547234   -938.851488 999999.999999
+*  2011  9  1 10  0  0.00000000
+PG02  14322.326904  22594.751338   2120.144502    353.884951
+PG03 -12187.907473 -12881.604925 -20293.238175    762.444199
+PG04   1939.223346  21723.494352  14701.122510    218.345497
+PG05   5899.998046  18188.130227 -18398.873081   -212.078710
+PG06  -6945.241972 -14605.542289 -20958.288129    -81.644789
+PG07 -13337.405898   6815.871525 -21936.526228     24.672824
+PG08  -7150.173014  14617.367249 -20812.508968      9.032812
+PG09  19352.348643  11920.825921  13169.821089    102.826288
+PG10  -8086.235670  24585.733911  -5196.158794    -11.737264
+PG11 -22925.184483 -10725.529665   8249.567151   -182.000608
+PG12  15989.513162     -0.177430  21184.554795     19.551650
+PG13 -25416.438573   4339.456826  -6676.969495    253.642978
+PG14   9987.689780 -13890.749351  20444.139707    170.021158
+PG15  23779.349896   5329.724564 -10760.358922   -108.164536
+PG16  -6084.204718 -16860.365793 -19486.163764   -195.178422
+PG17  -8987.934792  14650.500868  20327.721929    176.959507
+PG18  16604.767441 -18041.452674  -9389.247603    155.148801
+PG19 -21734.961934  -8979.849644 -12714.512263   -179.136122
+PG20 -17127.528338   2316.618401  20008.583038     52.400773
+PG21  11884.504823 -10226.992291 -20976.288631   -168.519752
+PG22   9780.758097 -24488.936195   2800.174703    144.884487
+PG23 -26593.110344   -223.650391   2992.915082    279.515483
+PG24 -19266.102669 -10148.208364  15458.346688    420.205848
+PG25  17535.845727 -12400.236381  15579.797793     16.676375
+PG26  14325.304545  12659.283022 -19200.966497   -142.566036
+PG27  19798.996942  15723.697369   9365.745334    300.763517
+PG28 -12250.664460  23403.655464     96.822798     64.038208
+PG29  25185.219871  -5446.062411  -6281.757708    236.065929
+PG30  15885.165986 -16056.439260  13628.312869     90.498737
+PG31  -4679.507832 -22625.701254  13106.233595    134.945192
+PG32 -13454.887906  -7686.860280  21835.329022   -320.975989
+PR01  -2139.928094 -14154.725120  21125.040085 999999.999999
+PR02 -14130.503670   2050.474568  21146.337647 999999.999999
+PR03  -9085.309784   5290.365721 -23260.281801 999999.999999
+PR04  22888.867133  -2775.476103 -10920.943862 999999.999999
+PR05   2077.924435  14220.831945 -21074.801638 999999.999999
+PR06  13704.933821  -1364.957296 -21469.326057 999999.999999
+PR07  16171.815156 -18097.760012  -7810.166401 999999.999999
+PR08  10690.843846 -21564.739967   8455.719288 999999.999999
+PR09  14047.868109  11735.426920  17782.324157 999999.999999
+PR10   8971.255803  -5484.606201  23221.242594 999999.999999
+PR11  -1357.320891 -20224.161064  15433.671165 999999.999999
+PR12 -10966.187968 -23037.343181  -2174.218648 999999.999999
+PR13 -14165.109712 -11724.831314 -17710.918344 999999.999999
+PR15   2956.941515  21392.795579 -13649.066366 999999.999999
+PR16  10929.376816  22877.005666   2198.458474 999999.999999
+PR17 -21307.652847   3816.570571  13560.655401 999999.999999
+PR18  -5250.470508  10214.287711  22807.799481 999999.999999
+PR19  13627.842797  10474.278441  18845.119252 999999.999999
+PR20  24850.284118   4497.338709   3357.576273 999999.999999
+PR21  21473.333652  -3928.254162 -13283.306050 999999.999999
+PR22   5366.919384 -10190.928450 -22742.823276 999999.999999
+PR23 -13758.624276 -10365.147009 -18820.495143 999999.999999
+PR24 -24754.771914  -4575.214799  -4135.947611 999999.999999
+*  2011  9  1 10 15  0.00000000
+PG02  13868.958426  22454.298194   4866.847489    353.886781
+PG03  -9991.531145 -13507.479507 -21061.256321    762.448098
+PG04    645.582474  20384.876473  16612.357887    218.355993
+PG05   4949.767858  19972.529146 -16743.556351   -212.083373
+PG06  -4532.467278 -15048.109617 -21278.763593    -81.636051
+PG07 -14782.389516   4795.065287 -21562.771347     24.674389
+PG08  -8486.295884  12572.004124 -21677.985270      9.031478
+PG09  20096.076783  13171.282305  10739.535168    102.829665
+PG10  -8546.085645  24832.116814  -2388.764260    -11.737898
+PG11 -23328.137263 -11570.477103   5724.009623   -182.003480
+PG12  15018.878687   2255.140083  21781.945372     19.553823
+PG13 -26004.738130   4194.803072  -3854.098137    253.641185
+PG14  12220.152278 -13924.193991  19144.115550    170.022740
+PG15  22458.899916   5740.667503 -13110.253701   -108.163226
+PG16  -5047.135370 -18749.032751 -17973.629870   -195.180481
+PG17 -11224.273543  14721.663615  19098.901824    176.958090
+PG18  16378.474628 -16744.579054 -11825.308367    155.150664
+PG19 -20176.490402  -9204.015250 -14903.134185   -179.140266
+PG20 -16361.772512     67.947213  20769.443889     52.401570
+PG21  13382.846705  -8219.504509 -21010.916781   -168.521394
+PG22  10160.054623 -24473.520469      7.964766    144.884624
+PG23 -26123.430956   -488.696502   5774.544041    279.512831
+PG24 -20003.924051 -11619.424650  13363.210521    420.209009
+PG25  16953.918954 -10590.047588  17446.694736     16.677934
+PG26  12187.125186  12789.591149 -20551.360469   -142.577748
+PG27  20208.563455  16458.216496   6683.375142    300.767225
+PG28 -12369.518789  23109.534927  -2797.712412     64.040585
+PG29  25769.885052  -5240.420026  -3493.701857    236.068931
+PG30  15555.336676 -14338.190008  15708.083693     90.495329
+PG31  -3611.109763 -21423.191302  15329.868716    134.950275
+PG32 -12299.687411  -9829.481406  21692.967289   -320.982010
+PR01   -776.771494 -16266.799732  19647.125058 999999.999999
+PR02 -12593.298903   -133.869650  22192.065065 999999.999999
+PR03 -10359.943951   2726.128914 -23176.573796 999999.999999
+PR04  24063.566834  -2835.829603  -7988.853760 999999.999999
+PR05    718.472910  16329.698047 -19583.747066 999999.999999
+PR06  12147.737451    849.015726 -22415.850377 999999.999999
+PR07  15528.980877 -17150.952654 -10715.119459 999999.999999
+PR08  11072.103490 -22337.747624   5403.860129 999999.999999
+PR09  15029.244360  13550.411399  15560.445637 999999.999999
+PR10  10240.653322  -2909.308332  23153.895890 999999.999999
+PR11   -572.793481 -18325.986208  17693.193178 999999.999999
+PR12 -11157.285368 -23020.654377   1034.634229 999999.999999
+PR13 -15186.109270 -13500.224467 -15456.080094 999999.999999
+PR15   2294.795199  19670.845358 -16132.050912 999999.999999
+PR16  11107.183015  22878.967073  -1029.115444 999999.999999
+PR17 -22817.215867   3826.685790  10833.383352 999999.999999
+PR18  -8008.801600  10046.110565  22077.501787 999999.999999
+PR19  11213.017006  10187.497412  20519.092911 999999.999999
+PR20  24256.070550   4290.716523   6506.766610 999999.999999
+PR21  22945.792963  -3957.846716 -10534.144761 999999.999999
+PR22   8124.619762 -10022.404663 -21974.432776 999999.999999
+PR23 -11346.333845 -10108.055334 -20495.657532 999999.999999
+PR24 -24067.856734  -4372.535910  -7252.729019 999999.999999
+*  2011  9  1 10 30  0.00000000
+PG02  13211.599093  22108.334742   7532.341930    353.888283
+PG03  -7763.756772 -14259.252988 -21482.010615    762.452634
+PG04   -838.688843  18954.988404  18229.327604    218.365726
+PG05   4160.267066  21611.829487 -14799.070795   -212.088027
+PG06  -2126.180933 -15609.742911 -21228.654813    -81.627392
+PG07 -16293.783378   2906.745472 -20818.790957     24.676005
+PG08  -9978.542012  10547.476563 -22166.125005      9.031240
+PG09  20717.238736  14155.487650   8119.248877    102.831533
+PG10  -8878.111705  24800.144644    460.613340    -11.739690
+PG11 -23532.762656 -12228.175981   3101.017700   -182.006641
+PG12  14156.384498   4601.774815  22004.276227     19.555961
+PG13 -26278.671739   4053.078728   -965.358407    253.639707
+PG14  14285.248186 -14062.256634  17517.631338    170.024535
+PG15  20912.752670   6266.581745 -15236.317703   -108.161830
+PG16  -4184.122208 -20516.466792 -16148.240446   -195.182520
+PG17 -13300.779848  14887.073808  17542.855177    176.956594
+PG18  16117.446089 -15188.485053 -14050.291172    155.152094
+PG19 -18399.571962  -9531.202582 -16839.806299   -179.143862
+PG20 -15682.560213  -2276.590813  21168.050650     52.401831
+PG21  14957.439683  -6302.322619 -20670.313702   -168.524256
+PG22  10426.964950 -24181.181732  -2784.365291    144.884269
+PG23 -25365.618046   -828.283863   8458.967693    279.510276
+PG24 -20666.794848 -12851.844188  11042.077521    420.212853
+PG25  16403.775812  -8567.982131  19012.421324     16.679540
+PG26   9929.803376  13056.370297 -21568.812397   -142.588855
+PG27  20450.519552  16947.842479   3890.388583    300.769336
+PG28 -12381.857697  22516.140923  -5642.943516     64.043161
+PG29  26047.514694  -5023.356917   -645.291273    236.071847
+PG30  15259.071112 -12387.494571  17510.997788     90.491877
+PG31  -2330.169582 -20099.333295  17290.573606    134.955322
+PG32 -11274.236606 -11992.978941  21187.427799   -320.988279
+PR01    326.014215 -18294.997081  17788.118727 999999.999999
+PR02 -11165.436373  -2511.067316  22807.248878 999999.999999
+PR03 -11806.295455    299.588474 -22644.077408 999999.999999
+PR04  24860.362072  -2982.824000  -4901.658220 999999.999999
+PR05   -380.285416  18352.845517 -17712.372816 999999.999999
+PR06  10709.752076   3246.995007 -22927.155011 999999.999999
+PR07  14798.012856 -15853.618345 -13411.662882 999999.999999
+PR08  11204.076434 -22806.174833   2247.047335 999999.999999
+PR09  16000.306422  15032.415217  13036.978565 999999.999999
+PR10  11684.117259   -468.103770  22635.643861 999999.999999
+PR11    480.339487 -16269.840126  19607.923447 999999.999999
+PR12 -11156.131911 -22647.651287   4223.603441 999999.999999
+PR13 -16189.064779 -14938.774153 -12901.782067 999999.999999
+PR15   1359.157226  17757.534130 -18302.971918 999999.999999
+PR16  11091.903109  22520.756432  -4236.575143 999999.999999
+PR17 -23974.069941   3954.408823   7896.610210 999999.999999
+PR18 -10655.216557  10081.832750  20920.236666 999999.999999
+PR19   8602.192863  10076.688004  21794.457408 999999.999999
+PR20  23268.068078   4122.783378   9529.098493 999999.999999
+PR21  24062.023580  -4098.052670  -7581.506469 999999.999999
+PR22  10767.625454 -10056.467011 -20777.990346 999999.999999
+PR23  -8740.207891 -10027.860127 -21773.063329 999999.999999
+PR24 -22993.282293  -4219.452748 -10228.720128 999999.999999
+*  2011  9  1 10 45  0.00000000
+PG02  12333.428408  21588.948649  10072.107048    353.890169
+PG03  -5547.583934 -15128.670990 -21547.997954    762.456203
+PG04  -2502.784686  17477.666842  19523.663205    218.375443
+PG05   3519.863240  23064.075580 -12598.794951   -212.092788
+PG06    227.213259 -16278.617807 -20808.096864    -81.618585
+PG07 -17833.202896   1181.549716 -19718.024731     24.677451
+PG08 -11602.340535   8590.107632 -22270.196876      9.030389
+PG09  21175.192492  14880.544645   5356.171260    102.834338
+PG10  -9115.065894  24474.372397   3301.845449    -11.740828
+PG11 -23514.921166 -12718.814802    425.457131   -182.009613
+PG12  13422.526330   6993.916612  21848.251312     19.558212
+PG13 -26236.223494   3874.531679   1939.896253    253.637814
+PG14  16144.075267 -14278.085760  15591.765420    170.026312
+PG15  19176.799139   6927.944011 -17102.001592   -108.160220
+PG16  -3487.381344 -22116.434913 -14041.245377   -195.184233
+PG17 -15179.519847  15120.447862  15685.475108    176.954837
+PG18  15857.714670 -13391.738720 -16024.170865    155.153949
+PG19 -16441.015897  -9983.262388 -18491.237999   -179.147542
+PG20 -15108.655543  -4673.543926  21197.557830     52.402025
+PG21  16574.265334  -4509.891302 -19962.616627   -168.525390
+PG22  10614.665766 -23602.271308  -5528.320584    144.884521
+PG23 -24340.785945  -1274.624575  11000.892853    279.507297
+PG24 -21215.095519 -13842.561557   8534.379987    420.215199
+PG25  15918.274245  -6366.629701  20249.958199     16.681027
+PG26   7598.754685  13469.044298 -22236.721414   -142.600191
+PG27  20488.431937  17209.035673   1032.591297    300.772513
+PG28 -12325.952629  21617.539284  -8388.195658     64.046116
+PG29  26018.811788  -4757.447362   2214.263614    236.074640
+PG30  15027.996471 -10236.231320  19004.384094     90.488288
+PG31   -840.349220 -18699.882260  18955.589202    134.960280
+PG32 -10391.678959 -14133.038617  20328.170113   -320.994396
+PR01   1167.051385 -20174.323481  15584.068584 999999.999999
+PR02  -9890.394166  -5027.942143  22980.010401 999999.999999
+PR03 -13380.904799  -1932.927214 -21673.414863 999999.999999
+PR04  25259.331157  -3163.254043  -1719.302006 999999.999999
+PR05  -1217.250148  20225.279466 -15497.004079 999999.999999
+PR06   9433.406569   5774.240974 -22993.460809 999999.999999
+PR07  14035.360494 -14217.633369 -15847.405445 999999.999999
+PR08  11127.213169 -22932.741804   -953.413687 999999.999999
+PR09  16901.721165  16164.511093  10261.006036 999999.999999
+PR10  13258.155128   1781.893849  21676.238946 999999.999999
+PR11   1802.441535 -14122.484563  21140.736740 999999.999999
+PR12 -10917.971445 -21951.832816   7331.363551 999999.999999
+PR13 -17113.485887 -16025.055655 -10097.468176 999999.999999
+PR15    143.230519  15717.888847 -20119.631710 999999.999999
+PR16  10838.813809  21836.463281  -7361.263558 999999.999999
+PR17 -24748.738467   4149.534023   4807.163792 999999.999999
+PR18 -13124.484129  10302.067634  19358.694738 999999.999999
+PR19   5859.581061  10165.073381  22646.441034 999999.999999
+PR20  21909.988607   4046.320602  12365.696396 999999.999999
+PR21  24794.134633  -4298.122612  -4482.456002 999999.999999
+PR22  13230.185640 -10272.949690 -19176.289117 999999.999999
+PR23  -6004.427187 -10147.057331 -22627.969995 999999.999999
+PR24 -21557.381744  -4167.537408 -13006.220494 999999.999999
+*  2011  9  1 11  0  0.00000000
+PG02  11224.731684  20931.944691  12443.606743    353.891883
+PG03  -3384.365161 -16100.279090 -21257.314547    762.461140
+PG04  -4327.872000  15995.544887  20472.917938    218.385647
+PG05   3009.784948  24291.730341 -10180.602388   -212.097776
+PG06   2483.878848 -17035.589485 -20023.789021    -81.609857
+PG07 -19358.441965   -357.395563 -18279.939754     24.679085
+PG08 -13325.900561   6741.333879 -21990.200964      9.030720
+PG09  21433.210853  15362.352050   2499.476963    102.836116
+PG10  -9292.474486  23847.966430   6084.692777    -11.742688
+PG11 -23256.166642 -13067.518943  -2257.311128   -182.012654
+PG12  12829.898709   9383.104698  21317.072828     19.560567
+PG13 -25884.566050   3620.224749   4811.865326    253.636228
+PG14  17764.097178 -14539.093994  13398.812754    170.027796
+PG15  17291.620897   7738.436100 -18675.104652   -108.158762
+PG16  -2941.173479 -23506.432998 -11688.988964   -195.186308
+PG17 -16828.740128  15390.015997  13557.967938    176.953344
+PG18  15632.526305 -11380.967137 -17711.505502    155.155565
+PG19 -14342.400238 -10575.240655 -19828.766627   -179.151253
+PG20 -14651.603908  -7076.820506  20857.638969     52.402883
+PG21  18195.115257  -2869.897329 -18902.551520   -168.528265
+PG22  10758.104670 -22735.464614  -8176.062808    144.884317
+PG23 -23077.211120  -1855.325868  13357.296475    279.504548
+PG24 -21610.710377 -14596.791428   5882.580010    420.219697
+PG25  15524.748832  -4024.866729  21137.969068     16.682649
+PG26   5240.887602  14029.009562 -22543.787623   -142.611771
+PG27  20290.781329  17265.291860  -1842.491337    300.775369
+PG28 -12241.249370  20417.332917 -10984.049637     64.048429
+PG29  25693.318243  -4406.571356   5035.638432    236.077628
+PG30  14888.387939  -7923.070345  20161.037766     90.484683
+PG31    846.155186 -17270.343856  20297.357399    134.965297
+PG32  -9657.322472 -16204.502588  19130.317066   -321.000536
+PR01   1757.273211 -21842.651004  13077.709520 999999.999999
+PR02  -8801.864821  -7624.142472  22707.039988 999999.999999
+PR03 -15031.604452  -3924.360167 -20283.631642 999999.999999
+PR04  25253.716859  -3321.655322   1496.430766 999999.999999
+PR05  -1803.633697  21884.946716 -12980.649769 999999.999999
+PR06   8351.017088   8369.174548 -22613.618967 999999.999999
+PR07  13295.576496 -12267.300877 -17975.056709 999999.999999
+PR08  10889.308771 -22691.150458  -4135.348891 999999.999999
+PR09  17673.851635  16942.889875   7286.420234 999999.999999
+PR10  14910.350754   3792.714391  20294.076938 999999.999999
+PR11   3380.999715 -11951.242616  22262.000096 999999.999999
+PR12 -10406.620068 -20976.777245  10298.045231 999999.999999
+PR13 -17898.891030 -16756.892965  -7097.438293 999999.999999
+PR15  -1346.855081  13618.907606 -21546.618087 999999.999999
+PR16  10312.003215  20870.493076 -10342.242289 999999.999999
+PR17 -25124.335384   4357.788700   1624.789438 999999.999999
+PR18 -15357.357327  10676.453715  17423.299448 999999.999999
+PR19   3053.668191  10464.136761  23058.494893 999999.999999
+PR20  20217.783281   4108.801112  14961.353105 999999.999999
+PR21  25126.884933  -4503.565161  -1296.851572 999999.999999
+PR22  15452.564446 -10640.669962 -17200.122483 999999.999999
+PR23  -3207.305084 -10476.413447 -23043.826681 999999.999999
+PR24 -19798.331657  -4262.589182 -15531.418429 999999.999999
+*  2011  9  1 11 15  0.00000000
+PG02   9883.451783  20175.453091  14606.943925    353.893829
+PG03  -1312.457081 -17151.883030 -20613.735996    762.465300
+PG04  -6287.661719  14548.415140  21060.963271    218.396182
+PG05   2605.030819  25263.061804  -7586.209492   -212.102437
+PG06   4604.077563 -17854.892085 -18888.918201    -81.601271
+PG07 -20825.031176  -1695.148479 -16529.661169     24.680607
+PG08 -15111.375012   5036.297907 -21332.744547      9.030110
+PG09  21459.963963  15624.677117   -400.646002    102.838712
+PG10  -9447.027474  22923.104066   8759.764590    -11.743705
+PG11 -22744.478730 -13303.183471  -4902.162641   -182.015836
+PG12  12382.800168  11719.912225  20420.350996     19.562450
+PG13 -25239.790243   3253.733911   7601.144786    253.634538
+PG14  19120.254315 -14808.287342  10975.787842    170.029411
+PG15  15301.055268   8704.237375 -19928.334518   -108.157393
+PG16  -2522.586410 -24649.288400  -9132.279504   -195.188085
+PG17 -18223.951217  15659.820995  11196.369833    176.951673
+PG18  15470.879983  -9189.977687 -19082.151877    155.157230
+PG19 -12148.655071 -11314.638812 -20828.865035   -179.155000
+PG20 -14315.332883  -9439.297392  20154.479483     52.403120
+PG21  19779.057576  -1402.435630 -17510.996766   -168.530503
+PG22  10892.450058 -21587.946771 -10681.276439    144.884286
+PG23 -21609.328222  -2592.153162  15488.117805    279.501678
+PG24 -21818.534179 -15127.480592   3131.485706    420.223945
+PG25  15243.914044  -1586.547451  21661.169783     16.684268
+PG26   2903.095000  14729.495314 -22484.191404   -142.623071
+PG27  19832.337243  17146.217547  -4686.311021    300.776977
+PG28 -12166.613334  18928.757878 -13383.342909     64.050991
+PG29  25088.994871  -3937.512582   7770.252492    236.080336
+PG30  14860.007134  -5492.148999  20959.798356     90.481049
+PG31   2708.933258 -15854.277913  21293.919807    134.970297
+PG32  -9068.597980 -18162.892125  17614.375435   -321.006631
+PR01   2119.216419 -23243.227960  10317.640414 999999.999999
+PR02  -7922.455618 -10234.420864  21993.657631 999999.999999
+PR03 -16699.628085  -5638.618438 -18501.813088 999999.999999
+PR04  24850.153999  -3402.889160   4683.115870 999999.999999
+PR05  -2162.240437  23275.248460 -10212.169607 999999.999999
+PR06   7483.556816  10965.716290 -21795.122604 999999.999999
+PR07  12628.904585 -10038.565744 -19753.343422 999999.999999
+PR08  10543.257366 -22067.305449  -7236.925738 999999.999999
+PR09  18259.365076  17376.766759   4170.877631 999999.999999
+PR10  16581.486211   5527.312256  18515.859525 999999.999999
+PR11   5190.930126  -9821.292211  22950.136068 999999.999999
+PR12  -9596.227440 -19774.275552  13066.361549 999999.999999
+PR13 -18487.454953 -17145.220722  -3959.806324 999999.999999
+PR15  -3092.038312  11526.863745 -22556.000436 999999.999999
+PR16   9486.127180  19675.589863 -13121.495697 999999.999999
+PR17 -25097.181273   4523.345102  -1588.991538 999999.999999
+PR18 -17302.789708  11165.046693  15151.610555 999999.999999
+PR19    254.599652  10973.057131  23022.613355 999999.999999
+PR20  18238.234420   4350.152335  17265.611007 999999.999999
+PR21  25058.231285  -4658.664027   1913.793340 999999.999999
+PR22  17383.339530 -11118.839718 -14887.712453 999999.999999
+PR23   -418.680692 -11014.431022 -23012.590495 999999.999999
+PR24 -17764.665068  -4542.484567 -17755.425887 999999.999999
+*  2011  9  1 11 30  0.00000000
+PG02   8315.469952  19358.460340  16525.485565    353.895554
+PG03    634.028894 -18255.263680 -19626.729701    762.471207
+PG04  -8349.286680  13171.731070  21278.249493    218.406213
+PG05   2275.529626  25953.318178  -4860.450343   -212.107420
+PG06   6553.542603 -18705.121641 -17422.955081    -81.593097
+PG07 -22187.885555  -2825.306085 -14497.515624     24.681985
+PG08 -16916.250022   3502.713673 -20310.806805      9.029827
+PG09  21230.767714  15697.943821  -3293.922042    102.839834
+PG10  -9614.914159  21711.017430  11279.475270    -11.744340
+PG11 -21974.760876 -13457.189440  -7464.914205   -182.019013
+PG12  12077.170540  13955.665296  19173.907259     19.564541
+PG13 -24326.302752   2742.761326  10259.575780    253.632481
+PG14  20195.803538 -15045.785643   8363.838300    170.030799
+PG15  13250.641639   9823.608685 -20839.790945   -108.156002
+PG16  -2202.614529 -25514.569607  -6415.664453   -195.190072
+PG17 -19348.744965  15891.203082   8640.968156    176.950031
+PG18  15396.258221  -6858.582522 -20111.862801    155.159029
+PG19  -9906.517957 -12200.961210 -21473.578719   -179.158818
+PG20 -14096.069684 -11714.469492  19100.646946     52.403526
+PG21  21283.995476   -119.506833 -15814.439038   -168.532909
+PG22  11051.529554 -20175.272869 -13000.018122    144.884107
+PG23 -19976.506302  -3500.007155  17356.914291    279.498990
+PG24 -21807.876583 -15454.639837    327.535564    420.228245
+PG25  15089.038575    900.995992  21810.590859     16.685872
+PG26    630.741657  15555.709822 -22057.723473   -142.633754
+PG27  19095.346379  16886.361616  -7450.055914    300.781372
+PG28 -12138.577481  17174.386362 -15542.157449     64.053578
+PG29  24231.488942  -3321.440799  10371.107577    236.083023
+PG30  14955.215734  -2991.515532  21386.006096     90.477491
+PG31   4719.990112 -14491.703766  21929.218367    134.975343
+PG32  -8615.308365 -19965.904294  15805.892652   -321.012880
+PR01   2285.822787 -24326.984417   7357.386904 999999.999999
+PR02  -7262.869842 -12791.126191  20853.708628 999999.999999
+PR03 -18322.007941  -7051.809734 -16362.552827 999999.999999
+PR04  24068.355076  -3354.716545   7778.900201 999999.999999
+PR05  -2326.253879  24347.343944  -7245.326666 999999.999999
+PR06   6839.918233  13495.820414 -20553.952872 999999.999999
+PR07  12079.068669  -7577.749933 -21147.806062 999999.999999
+PR08  10144.600230 -21060.040719 -10197.858035 999999.999999
+PR09  18605.756782  17487.756051    974.687549 999999.999999
+PR10  18207.976323   6960.884414  16376.088435 999999.999999
+PR11   7195.421521  -7793.072585  23192.024877 999999.999999
+PR12  -8472.624405 -18402.139774  15582.695489 999999.999999
+PR13 -18826.564749 -17213.407964   -745.382558 999999.999999
+PR15  -5060.868592   9504.651995 -23127.887195 999999.999999
+PR16   8347.717605  18310.530165 -15645.067391 999999.999999
+PR17 -24676.890013   4591.401472  -4772.056101 999999.999999
+PR18 -18919.818045  11720.121659  12587.598433 999999.999999
+PR19  -2468.501254  11678.679562  22539.489156 999999.999999
+PR20  16027.109546   4800.849939  19233.745059 999999.999999
+PR21  24599.349247  -4709.050670   5087.478660 999999.999999
+PR22  18981.366443 -11658.908859 -12283.981523 999999.999999
+PR23   2292.745114 -11747.345592 -22534.879516 999999.999999
+PR24 -15513.370920  -5035.370457 -19635.215340 999999.999999
+*  2011  9  1 11 45  0.00000000
+PG02   6534.603414  18519.313220  18166.451656    353.897131
+PG03   2426.333138 -19377.127257 -18311.395061    762.475772
+PG04 -10474.447046  11895.308216  21121.927533    218.416634
+PG05   1987.505629  26345.644359  -2050.491712   -212.112295
+PG06   8304.637389 -19550.464492 -15651.324580    -81.584460
+PG07 -23402.979468  -3750.030322 -12218.496808     24.683529
+PG08 -18694.901555   2160.039941 -18943.404573      9.030278
+PG09  20728.556349  15617.796526  -6130.868436    102.841699
+PG10  -9830.176728  20231.675475  13598.973754    -11.746223
+PG11 -20949.090779 -13562.052137  -9902.994357   -182.021930
+PG12  11900.859912  16044.131587  17599.476342     19.566976
+PG13 -23175.911770   2060.599362  12741.083866    253.631062
+PG14  20982.851361 -15210.477911   5607.575576    170.032642
+PG15  11186.006750  11086.786127 -21393.364456   -108.154352
+PG16  -1947.492428 -26079.743644  -3586.625150   -195.192259
+PG17 -20195.310472  16044.414913   5935.634380    176.948457
+PG18  15425.604608  -4431.177773 -20782.750029    155.160734
+PG19  -7662.916525 -13225.571179 -21750.883161   -179.162169
+PG20 -13982.577031 -13858.074908  17714.842691     52.404128
+PG21  22668.250682    975.145827 -13844.343899   -168.535361
+PG22  11266.321107 -18520.905053 -15091.530902    144.884193
+PG23 -18221.647481  -4586.154237  18931.472253    279.496165
+PG24 -21553.713854 -15604.420741  -2481.940291    420.231966
+PG25  15065.422832   3388.586625  21583.729035     16.687470
+PG26  -1533.805767  16485.272063 -21269.862291   -142.645170
+PG27  18070.481704  16523.836237 -10085.466403    300.783958
+PG28 -12189.672200  15185.438522 -17420.764542     64.056336
+PG29  23153.119470  -2535.220806  12793.593118    236.086116
+PG30  15178.406027   -471.405358  21431.821426     90.473978
+PG31   6844.658723 -13217.664422  22193.297900    134.980535
+PG32  -8280.156989 -21574.832715  13735.054511   -321.019049
+PR01   2298.800485 -25054.536573   4254.367980 999999.999999
+PR02  -6821.602275 -15226.805830  19309.296380 999999.999999
+PR03 -19834.161423  -8152.965102 -13907.283497 999999.999999
+PR04  22940.267457  -3130.251869  10723.701246 999999.999999
+PR05  -2337.583788  25062.148614  -4137.743601 999999.999999
+PR06   6416.697093  15892.099244 -18914.263125 999999.999999
+PR07  11681.356581  -4939.861098 -22131.460614 999999.999999
+PR08   9748.971807 -19681.319968 -12960.581509 999999.999999
+PR09  18667.684998  17308.743053  -2240.344814 999999.999999
+PR10  19724.513320   8081.668748  13916.399767 999999.999999
+PR11   9347.280776  -5919.911818  22983.239229 999999.999999
+PR12  -7034.198488 -16921.774042  17798.129390 999999.999999
+PR13 -18871.176821 -16996.072049   2483.498686 999999.999999
+PR15  -7210.575596   7609.286437 -23250.832939 999999.999999
+PR16   6895.988055  16837.588795 -17864.106149 999999.999999
+PR17 -23885.922866   4510.724438  -7862.864911 999999.999999
+PR18 -20179.036604  12288.309897   9780.802792 999999.999999
+PR19  -5050.167281  12556.021691  21618.500286 999999.999999
+PR20  13646.956396   5480.423507  20827.628177 999999.999999
+PR21  23774.125745  -4604.225648   8162.895930 999999.999999
+PR22  20217.323117 -12206.763269  -9439.680830 999999.999999
+PR23   4862.021341 -12649.654371 -21619.959923 999999.999999
+PR24 -13107.659403  -5758.276230 -21134.441469 999999.999999
+*  2011  9  1 12  0  0.00000000
+PG02   4562.316258  17694.248367  19501.460924    353.898836
+PG03   4041.971648 -20480.263446 -16688.326476    762.479975
+PG04 -12620.772895  10742.276709  20595.833369    218.426896
+PG05   1704.994820  26431.702998    794.997411   -212.117164
+PG06   9837.251377 -20352.122051 -13604.955702    -81.576491
+PG07 -24428.986174  -4479.748151  -9731.662890     24.685092
+PG08 -20400.257072   1018.984075 -17255.171951      9.029684
+PG09  19944.551156  15423.504247  -8863.615868    102.843635
+PG10 -10123.153980  18513.114730  15677.021620    -11.747833
+PG11 -19676.718821 -13650.050321 -12176.074127   -182.024884
+PG12  11834.216269  17943.115649  15724.313876     19.569007
+PG13 -21826.633114   1187.386465  15002.493720    253.629671
+PG14  21482.556261 -15261.749574   2754.331408    170.034413
+PG15   9151.249577  12476.191571 -21579.041717   -108.153051
+PG16  -1720.228170 -26331.032049   -694.707614   -195.194302
+PG17 -20764.624427  16080.303942   3127.077923    176.946868
+PG18  15568.592932  -1955.140454 -21083.601699    155.162488
+PG19  -5463.337081 -14371.866213 -21654.952367   -179.165868
+PG20 -13956.695977 -15829.631373  16021.541220     52.404324
+PG21  23892.107556   1885.867418 -11636.463651   -168.537450
+PG22  11563.559616 -16655.442127 -16919.005196    144.883975
+PG23 -16389.657002  -5849.741381  20184.363106    279.493538
+PG24 -21037.742405 -15607.971202  -5249.473068    420.235031
+PG25  15170.199717   5826.906109  20984.585541     16.689054
+PG26  -3552.559851  17488.920866 -20131.793973   -142.656564
+PG27  16757.503924  16098.770611 -12545.697217 999999.999999
+PG28 -12346.915574  13000.724415 -18984.495958     64.059351
+PG29  21891.621057  -1562.497307  14996.244166    236.089081
+PG30  15525.775766   2017.576884  21096.397139     90.470486
+PG31   9042.758457 -12060.999454  22082.412037    134.985510
+PG32  -8039.535268 -22955.865541  11436.228211   -321.025060
+PR01   2206.614771 -25397.806135   1068.785950 999999.999999
+PR02  -6585.160721 -17476.811072  17390.357191 999999.999999
+PR03 -21172.560677  -8944.225646 -11183.482288 999999.999999
+PR04  21508.737796  -2690.192302  13460.371444 999999.999999
+PR05  -2244.843822  25391.942859   -949.782786 999999.999999
+PR06   6198.505555  18090.430201 -16907.907522 999999.999999
+PR07  11461.078704  -2186.544727 -22685.313607 999999.999999
+PR08   9409.552343 -17955.901582 -15471.376768 999999.999999
+PR09  18409.020284  16882.302128  -5412.099392 999999.999999
+PR10  21066.809382   8891.188140  11184.750747 999999.999999
+PR11  11590.723175  -4245.973267  22328.108972 999999.999999
+PR12  -5292.257061 -15395.606232  19669.397326 999999.999999
+PR13 -18585.875105 -16537.432481   5664.183864 999999.999999
+PR15  -9488.625320   5889.654288 -22922.085886 999999.999999
+PR16   5143.104168  15319.886038 -19735.801234 999999.999999
+PR17 -22758.628554   4236.046545 -10801.637300 999999.999999
+PR18 -21063.604941  12812.981548   6785.390943 999999.999999
+PR19  -7431.065652  13569.295469  20277.528890 999999.999999
+PR20  11164.632500   6396.437364  22016.462706 999999.999999
+PR21  22618.144344  -4299.923689  11080.594981 999999.999999
+PR22  21074.766317 -12705.183592  -6410.391157 999999.999999
+PR23   7230.399051 -13685.154874 -20285.567576 999999.999999
+PR24 -10614.486061  -6716.202826 -22224.133035 999999.999999
+*  2011  9  1 12 15  0.00000000
+PG02   2427.149492  16915.999791  20507.025405    353.900374
+PG03   5465.441378 -21524.876295 -14783.394036    762.484487
+PG04 -14743.345222   9728.324386  19710.340302    218.436400
+PG05   1391.451365  26211.974893   3626.706033   -212.121950
+PG06  11139.395329 -21069.873677 -11319.719201    -81.568495
+PG07 -25228.821571  -5032.540245  -7079.476044     24.686788
+PG08 -21985.498762     81.345439 -15275.866581      9.031476
+PG09  18878.610643  15156.272789 -11446.658576    102.846533
+PG10 -10519.083797  16590.445672  17476.796776    -11.749428
+PG11 -18173.818062 -13751.884545 -14246.653716   -182.028047
+PG12  11850.967153  19615.902059  13580.717408     19.571308
+PG13 -20321.260538    111.102875  17004.303848    253.626861
+PG14  21704.988141 -15161.214260   -146.649014    170.036074
+PG15   7187.387122  13966.954908 -21393.110604   -108.151490
+PG16  -1482.272721 -26263.928728   2209.391812   -195.196277
+PG17 -21066.304336  15961.995186    264.032878    176.945289
+PG18  15827.217981    520.885953 -21010.048493    155.164077
+PG19  -3350.240094 -15615.771253 -21186.330069   -179.169659
+PG20 -13994.171736 -17593.823927  14050.526259     52.404584
+PG21  24919.258945   2624.610509  -9230.103750   -168.539373
+PG22  11964.517718 -14615.570631 -18450.269168    144.884035
+PG23 -14525.838922  -7281.617238  21093.435739    279.490677
+PG24 -20249.195444 -15500.111065  -7928.213473    420.238238
+PG25  15392.466040   8168.203141  20023.590752     16.690656
+PG26  -5393.158885  18531.485682 -18660.368398   -142.668001
+PG27  15165.594566  15651.651238 -14786.211375    300.788566
+PG28 -12630.536902  10665.256894 -20204.511954     64.062008
+PG29  20488.696052   -394.514149  16941.439730    236.091948
+PG30  15985.458666   4426.291178  20385.897315     90.466958
+PG31  11269.955548 -11043.368068  21599.034922    134.990539
+PG32  -7864.541640 -24081.217817   8947.454553   -321.031329
+PR01   2062.193155 -25341.186659  -2137.538958 999999.999999
+PR02  -6528.803621 -19481.798522  15134.084791 999999.999999
+PR03 -22277.375715  -9440.486816  -8243.765690 999999.999999
+PR04  19825.739880  -2004.728165  15935.804850 999999.999999
+PR05  -2101.045878  25321.523626   2256.627727 999999.999999
+PR06   6158.799976  20032.438153 -14573.823132 999999.999999
+PR07  11432.465723    616.235267 -22798.721313 999999.999999
+PR08   9174.635538 -15920.481087 -17681.417368 999999.999999
+PR09  17804.524717  16258.728215  -8479.324606 999999.999999
+PR10  22174.319711   9403.929569   8234.474809 999999.999999
+PR11  13863.532110  -2804.604700  21239.616031 999999.999999
+PR12  -3270.858126 -13884.484720  21159.741967 999999.999999
+PR13 -17946.542945 -15889.273669   8734.914251 999999.999999
+PR15 -11834.701139   4384.619566 -22147.669205 999999.999999
+PR16   3113.909595  13818.729348 -21224.190167 999999.999999
+PR17 -21339.808814   3730.218590 -13531.494269 999999.999999
+PR18 -21569.749766  13236.775716   3659.132257 999999.999999
+PR19  -9560.218691  14673.401656  18542.615498 999999.999999
+PR20   8648.673563   7543.989139  22777.364735 999999.999999
+PR21  21177.204457  -3760.223765  13784.117982 999999.999999
+PR22  21550.652698 -13096.458484  -3255.417078 999999.999999
+PR23   9347.523494 -14808.450445 -18557.567250 999999.999999
+PR24  -8101.937026  -7901.726871 -22883.242796 999999.999999
+*  2011  9  1 12 30  0.00000000
+PG02    163.885661  16212.535397  21164.985474    353.902265
+PG03   6688.677061 -22470.045454 -12627.437204    762.488750
+PG04 -16796.311212   8861.256292  18482.087709    218.447102
+PG05   1011.379712  25695.726309   6395.554607   -212.127017
+PG06  12207.471195 -21663.713007  -8835.764772    -81.560171
+PG07 -25771.035707  -5433.243631  -4307.094565     24.688240
+PG08 -23405.745795   -659.804750 -13039.814988      9.031829
+PG09  17539.260321  14857.531274 -13837.527487    102.848397
+PG10 -11036.925883  14504.576813  18966.601907    -11.751097
+PG11 -16462.997296 -13895.410428 -16080.601723   -182.031312
+PG12  11919.359977  21032.493708  11205.469553     19.573483
+PG13 -18705.754147  -1171.736266  18711.405844    253.625484
+PG14  21668.646389 -14874.381032  -3045.063977    170.037894
+PG15   5330.920838  15527.730865 -20838.259259   -108.149936
+PG16  -1195.255746 -25883.357445   5074.765696   -195.198536
+PG17 -21118.126730  15656.505793  -2603.607836    176.943862
+PG18  16195.722470   2948.742152 -20564.578145    155.165747
+PG19  -1361.583266 -16926.536835 -20351.996000   -179.173276
+PG20 -14065.727207 -19121.690373  11836.334376     52.404949
+PG21  25718.102328   3210.174190  -6667.367181   -168.541897
+PG22  12484.012471 -12442.778480 -19658.392613    144.883768
+PG23 -12674.275425  -8864.470711  21642.235534    279.488039
+PG24 -19185.391968 -15317.875629 -10472.685688    420.240690
+PG25  15713.738980  10367.941230  18717.416949     16.692237
+PG26  -7029.934679  19573.095017 -16877.984134   -142.679025
+PG27  13313.330279  15221.611435 -16765.686861    300.791556
+PG28 -13052.996259   8228.594111 -21058.439336     64.064736
+PG29  18988.431724    969.362947  18596.030557    236.094683
+PG30  16538.005084   6708.832572  19313.362360     90.463261
+PG31  13479.275088 -10178.554331  20751.781809    134.995645
+PG32  -7722.197280 -24930.060404   6309.892848   -321.037602
+PR01   1920.442275 -24882.207602  -5302.366793 999999.999999
+PR02  -6617.762357 -21190.024306  12584.215101 999999.999999
+PR03 -23094.982751  -9668.516713  -5144.889640 999999.999999
+PR04  17950.240245  -1055.053135  18101.964744 999999.999999
+PR05  -1961.109368  24848.850350   5419.199285 999999.999999
+PR06   6261.187626  21667.751056 -11957.277264 999999.999999
+PR07  11598.051090   3400.691565 -22469.587072 999999.999999
+PR08   9085.414721 -13622.346278 -19547.722251 999999.999999
+PR09  16841.091704  15493.764547 -11382.801545 999999.999999
+PR10  22992.828886   9646.472045   5123.224235 999999.999999
+PR11  16099.497752  -1617.156602  19739.123260 999999.999999
+PR12  -1006.110049 -12445.147457  22239.658273 999999.999999
+PR13 -16941.576941 -15108.602264  11636.025578 999999.999999
+PR15 -14183.030048   3121.556731 -20942.292465 999999.999999
+PR16    845.121299  12391.061560 -22300.825353 999999.999999
+PR17 -19682.868309   2966.026343 -15999.548539 999999.999999
+PR18 -21706.741660  13504.173733    462.306743 999999.999999
+PR19 -11396.875120  15815.834648  16447.455002 999999.999999
+PR20   6166.610935   8905.746457  23095.791204 999999.999999
+PR21  19505.434804  -2959.315580  16221.080224 999999.999999
+PR22  21655.300462 -13325.038206    -36.597838 999999.999999
+PR23  11173.276242 -15966.860201 -16469.455713 999999.999999
+PR24  -5636.583038  -9295.136570 -23099.046007 999999.999999
+*  2011  9  1 12 45  0.00000000
+PG02  -2187.527248  15605.970475  21462.876355    353.903829
+PG03   7711.236657 -23275.268705 -10255.867603    762.494315
+PG04 -18734.527437   8140.882103  16933.597613    218.457373
+PG05    531.926579  24900.644363   9053.564854   -212.131906
+PG06  13046.205840 -22095.489456  -6196.772345    -81.551596
+PG07 -26031.001599  -5712.303661  -1461.628180     24.689716
+PG08 -24619.656148  -1219.621775 -10585.308574      9.032353
+PG09  15943.411787  14567.256382 -15997.383106    102.850252
+PG10 -11688.456046  12300.711546  20120.460077    -11.752189
+PG11 -14572.595658 -14104.489465 -17647.644255   -182.034139
+PG12  12003.516396  22170.600525   8639.212787     19.575942
+PG13 -17027.508685  -2655.721529  20093.733183    253.623768
+PG14  21399.651797 -14372.188902  -5890.446994    170.039326
+PG15   3612.579449  17121.781691 -19923.565130   -108.148537
+PG16   -822.714880 -25203.462303   7851.238476   -195.200442
+PG17 -20945.226486  15136.224238  -5425.694208    176.941897
+PG18  16660.858538   5282.464841 -19756.403041    155.167572
+PG19    470.489644 -18267.816808 -19165.321004   -179.176867
+PG20 -14138.339227 -20391.559844   9417.618685     52.405269
+PG21  26262.843650   3667.203127  -3992.393535   -168.544218
+PG22  13129.680310 -10181.882592 -20522.190403    144.883525
+PG23 -10876.249477 -10573.287081  21820.340660    279.485510
+PG24 -17851.996283 -15098.979702 -12839.527615    420.244538
+PG25  16108.719235  12386.322837  17088.682871     16.693847
+PG26  -8444.760779  20570.590085 -14812.394058   -142.690045
+PG27  11228.281280  14844.739986 -18446.912612    300.792796
+PG28 -13618.348844   5742.985265 -21530.857385     64.067315
+PG29  17435.643594   2521.439504  19931.886926    236.097611
+PG30  17157.190927   8824.162045  17898.424716     90.459680
+PG31  15622.709918  -9472.076377  19555.242168    135.000857
+PG32  -7576.817745 -25489.213692   3567.221918   -321.043908
+PR01   1835.681813 -24031.667738  -8364.245610 999999.999999
+PR02  -6808.896573 -22559.336301   9790.184300 999999.999999
+PR03 -23580.234810  -9665.586020  -1946.672737 999999.999999
+PR04  15945.790907    165.590065  19916.812565 999999.999999
+PR05  -1879.291539  23985.157890   8476.494927 999999.999999
+PR06   6461.156701  22955.936220  -9108.994134 999999.999999
+PR07  11948.563391   6099.781205 -21704.393773 999999.999999
+PR08   9174.081770 -11117.600551 -21033.993874 999999.999999
+PR09  15518.495138  14646.121335 -14066.468093 999999.999999
+PR10  23476.788729   9656.101392   1911.822544 999999.999999
+PR11  18231.033137   -692.316137  17855.943752 999999.999999
+PR12   1455.036722 -11127.868817  22887.507677 999999.999999
+PR13 -15572.590025 -14255.097725  14311.109720 999999.999999
+PR15 -16464.959185   2115.376941 -19329.092666 999999.999999
+PR16  -1615.969881  11087.121642 -22945.289388 999999.999999
+PR17 -17847.624766   1927.594858 -18157.921433 999999.999999
+PR18 -21496.348461  13564.009542  -2743.433281 999999.999999
+PR19 -12911.955014  16938.917915  14032.743777 999999.999999
+PR20   3782.349764  10452.519451  22965.803167 999999.999999
+PR21  17663.077990  -1882.847633  18344.177831 999999.999999
+PR22  21411.792467 -13340.111827   3182.938941 999999.999999
+PR23  12679.191867 -17102.653925 -14061.717590 999999.999999
+PR24  -3280.910733 -10865.094143 -22867.380811 999999.999999
+*  2011  9  1 13  0  0.00000000
+PG02  -4583.258698  15111.701338  21394.216794    353.905503
+PG03   8540.201144 -23902.031256  -7708.178613    762.497849
+PG04 -20515.165424   7559.229073  15092.792478    218.467910
+PG05    -75.631347  23852.154912  11554.709088   -212.136872
+PG06  13668.252456 -22330.486366  -3449.134507    -81.543357
+PG07 -25991.858498  -5904.419353   1408.632796     24.691432
+PG08 -25590.893259  -1620.688939  -7953.960806      9.031779
+PG09  14115.790816  14322.392519 -17891.527692    102.851346
+PG10 -12477.670494  10026.682961  20918.583741    -11.751900
+PG11 -12535.783703 -14397.995625 -18921.801590   -182.036980
+PG12  12064.948614  23016.343345   5925.766020     19.577955
+PG13 -15333.569304  -4326.541620  21126.825440    253.622256
+PG14  20930.641376 -13632.344570  -8633.076249    170.040956
+PG15   2056.287705  18708.286155 -18664.371668   -108.146966
+PG16   -331.745906 -24247.040407  10490.291988   -195.202335
+PG17 -20579.007178  14380.191368  -8152.738196    176.940185
+PG18  17202.466933   7479.888329 -18601.190272    155.169047
+PG19   2120.740983 -19598.988480 -17645.906435   -179.180231
+PG20 -14176.664976 -21389.710295   6836.446393     52.405409
+PG21  26534.375796   4024.993091  -1250.606699   -168.546403
+PG22  13901.551328  -7879.430114 -21026.614102    144.883399
+PG23  -9168.770416 -12376.110118  21623.606588    279.482400
+PG24 -16262.976083 -14880.258220 -14988.207398    420.247462
+PG25  16546.330575  14189.631776  15165.555601     16.695431
+PG26  -9627.644596  21479.102745 -12496.423367   -142.701540
+PG27   8946.232759  14552.483195 -19797.646664    300.795230
+PG28 -14321.985512   3261.404128 -21613.615308     64.070070
+PG29  15874.208437   4245.808417  20926.358713    236.100551
+PG30  17811.117571  10737.528760  16166.884693     90.456256
+PG31  17652.869165  -8921.110842  18029.729172    135.005918
+PG32  -7391.494554 -25753.581235    765.000755   -321.050224
+PR01   1859.104379 -22813.231805 -11263.705100 999999.999999
+PR02  -7052.712737 -23558.781805   6806.175844 999999.999999
+PR03 -23698.401155  -9477.666921   1289.138427 999999.999999
+PR04  13877.949636   1651.373368  21345.120566 999999.999999
+PR05  -1906.648287  22754.531554  11369.124932 999999.999999
+PR06   6708.156482  23868.037548  -6084.177234 999999.999999
+PR07  12463.332427   8649.740507 -20518.071467 999999.999999
+PR08   9462.319704  -8469.028122 -22111.325685 999999.999999
+PR09  13849.616656  13774.888410 -16478.482997 999999.999999
+PR10  23591.306420   9478.972495  -1336.948862 999999.999999
+PR11  20191.859169    -25.981617  15626.759952 999999.999999
+PR12   4056.461628  -9974.383792  23089.988008 999999.999999
+PR13 -13854.572326 -13388.463694  16708.115520 999999.999999
+PR15 -18611.676231   1368.089234 -17339.207617 999999.999999
+PR16  -4213.237417   9948.413739 -23145.552220 999999.999999
+PR17 -15897.869182    611.320203 -19964.667774 999999.999999
+PR18 -20971.788049  13371.813478  -5896.228597 999999.999999
+PR19 -14089.009055  17982.276239  11345.390248 999999.999999
+PR20   1553.716115  12144.344267  22390.161706 999999.999999
+PR21  15714.036650   -528.798777  20112.103586 999999.999999
+PR22  20854.846631 -13097.994185   6340.052699 999999.999999
+PR23  13849.391093 -18155.518707 -11381.045800 999999.999999
+PR24  -1090.936246 -12569.797964 -22192.726482 999999.999999
+*  2011  9  1 13 15  0.00000000
+PG02  -6977.042868  14737.795848  20958.710455    353.907253
+PG03   9189.784162 -24315.343149  -5027.361621    762.502460
+PG04 -22099.217527   7101.064858  12992.428897    218.477983
+PG05   -834.563888  22582.450304  13855.722671   -212.141825
+PG06  14093.477919 -22338.870089   -641.088952    -81.534547
+PG07 -25645.175616  -6047.033119   4255.003705     24.693107
+PG08 -26289.408857  -1891.956059  -5190.035098      9.032544
+PG09  12088.102670  14155.419614 -19489.838269    102.854203
+PG10 -13400.523986   7731.198546  21347.707808    -11.752425
+PG11 -10389.501456 -14789.010839 -19881.770068   -182.040149
+PG12  12064.179899  23564.648157   3111.393597     19.580042
+PG13 -13668.865358  -6161.331619  21792.295018    253.620207
+PG14  20299.407941 -12640.406167 -11224.883196    170.042797
+PG15    678.402440  20243.825824 -17082.052484   -108.145736
+PG16    305.495002 -23044.641371  12945.953005   -195.204425
+PG17 -20055.805166  13375.128016 -10736.830233    176.938801
+PG18  17794.343150   9504.071728 -17120.667237    155.170749
+PG19   3571.666289 -20876.667248 -15819.305609   -179.183915
+PG20 -14144.560689 -22110.722262   4137.544828     52.405771
+PG21  26520.908404   4316.153222   1512.017828   -168.548784
+PG22  14791.941047  -5582.038318 -21163.023131    144.883254
+PG23  -7583.259683 -14235.086760  21054.310453    279.479734
+PG24 -14440.257563 -14696.140908 -16881.705936    420.252739
+PG25  16990.994750  15751.342913  12981.257155     16.696984
+PG26 -10577.033039  22253.748458  -9967.592255   -142.712683
+PG27   6510.046073  14370.215393 -20791.406610    300.798623
+PG28 -15150.761636    835.560882 -21305.971839     64.072792
+PG29  14345.450143   6118.783961  21562.641511    236.103523
+PG30  18463.552449  12421.625112  14150.160301     90.452993
+PG31  19524.608403  -8514.733176  16200.949651    135.010968
+PG32  -7129.636580 -25726.306072  -2050.007105   -321.056458
+PR01   2036.369346 -21262.506716 -13944.412692 999999.999999
+PR02  -7295.660804 -24169.763835   3690.074295 999999.999999
+PR03 -23426.695250  -9157.275827   4500.041665 999999.999999
+PR04  11811.635249   3383.880031  22359.152877 999999.999999
+PR05  -2088.633595  21192.961991  14040.901973 999999.999999
+PR06   6947.939924  24387.650508  -2941.445767 999999.999999
+PR07  13111.191402  10992.483059 -18933.703116 999999.999999
+PR08   9960.253162  -5743.689731 -22758.765241 999999.999999
+PR09  11860.140863  12936.948836 -18572.210982 999999.999999
+PR10  23313.696784   9167.899518  -4559.603491 999999.999999
+PR11  21919.647579    398.320085  13094.904492 999999.999999
+PR12   6734.945252  -9016.178865  22842.446490 999999.999999
+PR13 -11815.501108 -12565.792126  18780.366856 999999.999999
+PR15 -20556.960138    868.916617 -15011.187902 999999.999999
+PR16  -6883.822600   9006.066377 -22898.166471 999999.999999
+PR17 -13898.776346   -973.712263 -21384.591257 999999.999999
+PR18 -20176.223372  12891.892257  -8935.185105 999999.999999
+PR19 -14924.652977  18885.440791   8437.603927 999999.999999
+PR20   -469.726391  13932.031532  21380.256227 999999.999999
+PR21  13723.281654   1092.165500  21490.353442 999999.999999
+PR22  20029.203408 -12564.217068   9372.865558 999999.999999
+PR23  14680.992363 -19065.154174  -8479.440965 999999.999999
+PR24    885.901468 -14358.596985 -21088.118270 999999.999999
+*  2011  9  1 13 30  0.00000000
+PG02  -9321.740345  14484.669339  20162.350919    353.908979
+PG03   9680.658068 -24485.184032  -2259.231577    762.508017
+PG04 -23452.847067   6744.702709  10669.462565    218.488220
+PG05  -1761.581207  21129.265923  15916.864174   -212.146471
+PG06  14347.967853 -22096.950245   2178.179093    -81.526034
+PG07 -24991.312370  -6178.721295   7029.196528     24.694548
+PG08 -26692.500618  -2067.456325  -2339.751753      9.032344
+PG09   9897.969631  14093.112851 -20767.123467    102.856235
+PG10 -14445.010158   5462.069634  21401.281979    -11.753115
+PG11  -8173.268678 -15284.236630 -20511.246772   -182.043157
+PG12  11962.408061  23819.317367    244.037796     19.581816
+PG13 -12074.532837  -8129.366560  22078.185296    253.618933
+PG14  19547.337805 -11390.565512 -13620.340912    170.044502
+PG15   -512.752863  21683.991905 -15203.664955   -108.144331
+PG16   1110.498996 -21633.372467  15175.623711   -195.206466
+PG17 -19415.361297  12116.163994 -13132.532694    176.937162
+PG18  18405.348109  11324.497445 -15342.118766    155.172567
+PG19   4814.019834 -22056.358447 -13716.627651   -179.187529
+PG20 -14006.632003 -22557.518573   1367.510896     52.406211
+PG21  26218.335375   4575.177132   4249.657772   -168.551073
+PG22  15785.664226  -3334.740729 -20929.330089    144.883472
+PG23  -6144.449315 -16107.759586  20121.187944    279.476893
+PG24 -12413.086708 -14577.218165 -18487.154808    420.257120
+PG25  17404.091616  17052.957367  10573.484724     16.698519
+PG26 -11299.809201  22851.377223  -7267.636873   -142.723871
+PG27   3968.195461  14316.049620 -21408.161392    300.801601
+PG28 -16083.506451  -1486.016628 -20614.555002     64.075220
+PG29  12886.639141   8109.636704  21830.044234    236.106406
+PG30  19075.449730  13857.429343  11884.628536     90.449625
+PG31  21196.584351  -8234.463909  14099.598797    135.016046
+PG32  -6756.518167 -25418.640970  -4830.540707   -321.062865
+PR01   2405.433028 -19425.635501 -16354.269448 999999.999999
+PR02  -7482.611973 -24386.697845    502.345839 999999.999999
+PR03 -22755.327443  -8761.049364   7623.968344 999999.999999
+PR04   9808.527803   5332.635637  22939.202259 999999.999999
+PR05  -2462.939794  19346.919518  16439.933198 999999.999999
+PR06   7125.069986  24511.490665    258.294788 999999.999999
+PR07  13851.836975  13077.762569 -16982.074337 999999.999999
+PR08  10665.901622  -3010.348603 -22963.722156 999999.999999
+PR09   9587.729895  12184.500315 -20307.111503 999999.999999
+PR10  22634.531852   8779.870926  -7693.214776 999999.999999
+PR11  23358.512944    608.493221  10309.516935 999999.999999
+PR12   9422.557690  -8273.224671  22149.025708 999999.999999
+PR13  -9495.414151 -11839.051757  20487.477713 999999.999999
+PR15 -22239.846303    594.963452 -12390.257267 999999.999999
+PR16  -9560.515835   8279.646647 -22208.300213 999999.999999
+PR17 -11914.272267  -2805.843054 -22389.934656 999999.999999
+PR18 -19160.861146  12099.058229 -11801.531676 999999.999999
+PR19 -15428.460039  19590.477263   5365.880478 999999.999999
+PR20  -2248.501680  15759.114678  19955.867905 999999.999999
+PR21  11754.228884   2956.870003  22451.907963 999999.999999
+PR22  18987.601788 -11715.232291  12222.009167 999999.999999
+PR23  15183.985357 -19773.887452  -5413.206653 999999.999999
+PR24   2612.481731 -16173.991498 -19574.900316 999999.999999
+*  2011  9  1 13 45  0.00000000
+PG02 -11570.958130  14345.064712  19017.421861    353.910601
+PG03  10039.014657 -24387.794706    548.332109    762.512333
+PG04 -24548.534546   6463.051387   8164.359873    218.498556
+PG05  -2865.989208  19534.454433  17702.609080   -212.151205
+PG06  14462.793073 -21588.199988   4959.444093    -81.517431
+PG07 -24039.461914  -6337.545213   9684.104974     24.696159
+PG08 -26785.611297  -2184.848838    549.418712      9.032101
+PG09   7587.680990  14155.530647 -21703.407960    102.859440
+PG10 -15591.576868   3264.499626  21079.522129    -11.754469
+PG11  -5927.906444 -15883.642637 -20799.194161   -182.046026
+PG12  11723.149235  23792.776439  -2627.473873     19.584332
+PG13 -10586.393126 -10193.075549  21979.211162    253.617503
+PG14  18717.709259  -9886.093391 -15777.312547    170.046268
+PG15  -1517.035353  22985.050326 -13061.497541   -108.142716
+PG16   2097.374676 -20055.460342  17140.838074   -195.208375
+PG17 -18699.162963  10607.235739 -15297.729932    176.935545
+PG18  19000.711940  12917.998578 -13297.793571    155.174055
+PG19   5847.013667 -23094.181861 -11374.027101   -179.190925
+PG20 -13729.754922 -22741.092068  -1426.001026     52.406818
+PG21  25630.335454   4836.974936   6917.315379   -168.553133
+PG22  16860.561452  -1179.406455 -20330.018045    144.883468
+PG23  -4869.538920 -17948.561642  18839.356866    279.473969
+PG24 -10217.116579 -14548.953013 -19776.418824    420.261503
+PG25  17745.547227  18084.532144   7983.754987     16.700067
+PG26 -11810.967491  23232.318897  -4441.924516   -142.735307
+PG27   1373.034809  14399.952257 -21634.894224    300.803516
+PG28 -17091.885813  -3659.745949 -19553.147391     64.078179
+PG29  11529.661326  10181.601237  21724.155159    236.109163
+PG30  19606.583581  15034.705659   9410.878200     90.446333
+PG31  22632.679683  -8055.100808  11760.884050    135.021172
+PG32  -6240.779209 -24849.532779  -7529.574481   -321.069056
+PR01   2994.707788 -17357.467337 -18446.424316 999999.999999
+PR02  -7559.412694 -24217.141394  -2695.133070 999999.999999
+PR03 -21688.037646  -8347.154143  10600.467864 999999.999999
+PR04   7924.621504   7456.152629  23073.972541 999999.999999
+PR05  -3057.670637  17271.507588  18519.627927 999999.999999
+PR06   7185.484084  24249.432462   3453.026653 999999.999999
+PR07  14637.589869  14865.012168 -14701.075799 999999.999999
+PR08  11565.159003   -336.833422 -22722.213090 999999.999999
+PR09   7080.709558  11562.786771 -21649.515317 999999.999999
+PR10  21558.142891   8373.397998 -10676.665983 999999.999999
+PR11  24461.251377    642.451435   7324.592703 999999.999999
+PR12  12049.267082  -7753.207805  21022.635420 999999.999999
+PR13  -6944.983527 -11252.807401  21796.145990 999999.999999
+PR15 -23607.092924    512.406783  -9527.434728 999999.999999
+PR16 -12174.317848   7776.474956 -21089.609198 999999.999999
+PR17 -10004.467129  -4851.485313 -22960.931232 999999.999999
+PR18 -17982.731809  10979.934782 -14439.743077 999999.999999
+PR19 -15622.317129  20044.526058   2189.902491 999999.999999
+PR20  -3754.614631  17564.116682  18144.773888 999999.999999
+PR21   9866.192815   5030.336059  22977.774895 999999.999999
+PR22  17788.433500 -10539.651954  14831.814799 999999.999999
+PR23  15380.572468 -20229.197796  -2241.859483 999999.999999
+PR24   4063.306768 -17953.938273 -17682.320805 999999.999999
+*  2011  9  1 14  0  0.00000000
+PG02 -13680.667258  14304.344340  17542.385319    353.912057
+PG03  10295.390810 -24006.757739   3346.219440    762.518285
+PG04 -25365.981083   6224.864120   5520.371125    218.508302
+PG05  -4149.139980  17842.414489  19182.264449   -212.156019
+PG06  14472.590724 -20803.996017   7654.337015    -81.508734
+PG07 -22807.375925  -6559.423974  12174.573016     24.697595
+PG08 -26562.844681  -2283.838644   3429.469266      9.033037
+PG09   5202.799646  14355.258976 -22284.148386    102.862128
+PG10 -16813.854657   1179.500776  20389.324690    -11.755139
+PG11  -3694.212161 -16580.365696 -20740.041338   -182.049274
+PG12  11313.800209  23505.505982  -5454.234913     19.586349
+PG13  -9233.649941 -12309.337997  21496.875368    253.615339
+PG14  17853.921195  -8139.426356 -17657.840546    170.047783
+PG15  -2342.304825  24105.599555 -10692.517575   -108.141668
+PG16   3272.121200 -18356.629878  18807.929552   -195.210284
+PG17 -17948.725335   8861.134045 -17194.415242    176.933928
+PG18  19543.473314  14269.385864 -11024.238731    155.176054
+PG19   6678.178238 -23948.599560  -8832.085922   -179.194813
+PG20 -13284.508484 -22679.935331  -4195.098086     52.407124
+PG21  24768.209739   5135.416745   9471.451498   -168.555408
+PG22  17988.315918    846.703781 -19376.030911    144.883212
+PG23  -3767.647970 -19710.458783  17230.123466    279.471185
+PG24  -7893.250803 -14630.589652 -20726.612320    420.265067
+PG25  17975.487777  18844.884956   5256.684228     16.701673
+PG26 -12132.966105  23362.054366  -1538.762372   -142.746502
+PG27  -1221.133821  14623.212847 -21466.009176    300.807233
+PG28 -18141.574103  -5648.520652 -18142.309078     64.080566
+PG29  10299.905802  12293.118584  21246.904792    236.112061
+PG30  20017.223218  15952.147833   6772.895974     90.443211
+PG31  23803.247620  -7945.807353   9223.982950    135.026013
+PG32  -5555.822430 -24044.930589 -10101.069461   -321.075139
+PR01   3821.628765 -15119.379820 -20180.186843 999999.999999
+PR02  -7475.406668 -23681.391248  -5840.276156 999999.999999
+PR03 -20242.084261  -7972.637919  13371.865760 999999.999999
+PR04   6208.031703   9703.446148  22760.799522 999999.999999
+PR05  -3889.925000  15028.272649  20239.601443 999999.999999
+PR06   7079.008562  23624.016881   6580.815880 999999.999999
+PR07  15415.482090  16324.785071 -12134.969614 999999.999999
+PR08  12632.301039   2212.552356 -22038.939115 999999.999999
+PR09   4396.319121  11108.134020 -22573.274812 999999.999999
+PR10  20102.554254   8005.812347 -13451.858243 999999.999999
+PR11  25191.234070    546.275722   4197.942318 999999.999999
+PR12  14545.660225  -7451.298446  19484.746608 999999.999999
+PR13  -4223.647822 -10842.266919  22680.810093 999999.999999
+PR15 -24615.342825    578.161451  -6478.535261 999999.999999
+PR16 -14657.076397   7491.465295 -19563.953007 999999.999999
+PR17  -8223.260170  -7066.279307 -23086.205917 999999.999999
+PR18 -16702.241589   9533.781652 -16798.607390 999999.999999
+PR19 -15539.272584  20202.147039  -1028.622424 999999.999999
+PR20  -4972.457428  19283.040878  15982.200647 999999.999999
+PR21   8112.022618   7266.991217  23057.381183 999999.999999
+PR22  16493.179004  -9038.972172  17151.420488 999999.999999
+PR23  15304.006424 -20386.044313    973.024929 999999.999999
+PR24   5225.316705 -19634.365328 -15446.976280 999999.999999
+*  2011  9  1 14 15  0.00000000
+PG02 -15610.755120  14341.089257  15761.652819    353.913697
+PG03  10483.301047 -23333.815314   6084.984528    762.522043
+PG04 -25892.740512   5996.134991   2782.779431    218.518652
+PG05  -5604.198793  16098.436124  20330.493848   -212.160664
+PG06  14414.020516 -19744.050465  10216.212781    -81.500408
+PG07 -21320.779869  -6876.589452  14458.136397     24.698980
+PG08 -26027.182741  -2404.529129   6252.571252      9.033382
+PG09   2790.671950  14696.931857 -22500.384463    102.864687
+PG10 -18079.663370   -757.498253  19344.051727    -11.755895
+PG11  -1511.632011 -17360.865674 -20333.818090   -182.052338
+PG12  10707.060452  22985.180800  -8188.067947     19.588377
+PG13  -8037.857602 -14431.011576  20639.456933    253.613665
+PG14  16997.724907  -6171.888676 -19228.858514    170.049598
+PG15  -3003.926533  25008.155218  -8137.728626   -108.140118
+PG16   4632.231717 -16584.367435  20148.598476   -195.212478
+PG17 -17203.883484   6899.198436 -18789.396762    176.932450
+PG18  19995.993540  15371.758421  -8561.580899    155.177405
+PG19   7322.886885 -24582.075952  -6135.097886   -179.198417
+PG20 -12646.464510 -22399.197615  -6892.460827     52.407317
+PG21  23650.467514   5501.935508  11870.580483   -168.557938
+PG22  19135.525705   2712.187838 -18084.541138    144.883110
+PG23  -2839.589260 -21346.677226  15320.669969    279.468665
+PG24  -5486.283029 -14834.302907 -21320.538489    420.266935
+PG25  18055.894880  19341.467641   2439.216978     16.703173
+PG26 -12294.769052  23212.741598   1391.396610   -142.757299
+PG27  -3760.104270  14978.303745 -20903.559033    300.811029
+PG28 -19193.676959  -7422.945522 -16408.855955     64.083300
+PG29   9215.412292  14399.266687  20406.525409    236.114852
+PG30  20269.779137  16617.168387   4017.207971     90.439988
+PG31  24686.131814  -7871.419159   6531.440126    135.030934
+PG32  -4681.054590 -23036.837048 -12500.734199   -321.081431
+PR01   4891.689871 -12776.844104 -21521.820601 999999.999999
+PR02  -7185.817628 -22811.564748  -8871.993439 999999.999999
+PR03 -18447.687697  -7690.832578  15884.374000 999999.999999
+PR04   4697.146653  12015.959410  22005.706095 999999.999999
+PR05  -4964.851672  12682.761835  21566.457561 999999.999999
+PR06   6761.716978  22669.448640   9581.007834 999999.999999
+PR07  16129.583139  17439.738067  -9333.533602 999999.999999
+PR08  13830.999610   4579.467587 -20927.193989 999999.999999
+PR09   1598.594415  10846.371225 -23060.276048 999999.999999
+PR10  18298.853171   7730.629619 -15964.851445 999999.999999
+PR11  25523.878194    372.030377    990.080516 999999.999999
+PR12  16845.660739  -7350.467647  17565.008014 999999.999999
+PR13  -1397.379449 -10631.738981  23124.155106 999999.999999
+PR15 -25232.887531    741.947889  -3303.068980 999999.999999
+PR16 -16944.091907   7407.494519 -17660.961866 999999.999999
+PR17  -6616.216117  -9396.709730 -22763.017424 999999.999999
+PR18 -15380.597197   7772.803028 -18832.218024 999999.999999
+PR19 -15221.925348  20027.369476  -4227.163313 999999.999999
+PR20  -5899.193776  20851.982509  13510.137358 999999.999999
+PR21   6536.019459   9612.335608  22688.805315 999999.999999
+PR22  15163.737840  -7227.749813  19135.771692 999999.999999
+PR23  14996.973557 -20208.898138   4169.007772 999999.999999
+PR24   6098.181886 -21151.792663 -12912.114705 999999.999999
+*  2011  9  1 14 30  0.00000000
+PG02 -17326.449664  14427.988276  13705.236667    353.915287
+PG03  10637.729656 -22369.381284   8715.783194    762.526801
+PG04 -26124.562390   5741.587447     -1.861779    218.528729
+PG05  -7216.236436  14347.027850  21127.743898   -212.165834
+PG06  14324.160656 -18416.520158  12600.971004    -81.491826
+PG07 -19612.498944  -7316.181412  16495.726641     24.700800
+PG08 -25190.397648  -2585.763226   8971.784961      9.034036
+PG09    398.888828  15177.039691 -22348.828268    102.867537
+PG10 -19352.251080  -2517.801812  17963.197455    -11.757162
+PG11    583.024291 -18205.336283 -19586.217378   -182.055362
+PG12   9882.160035  22265.548008 -10782.322898     19.590610
+PG13  -7012.202790 -16508.631443  19421.870719    253.612170
+PG14  16187.532416  -4013.058695 -20462.809270    170.051198
+PG15  -3523.973966  25660.597862  -5441.448785   -108.138416
+PG16   6166.640257 -14786.139230  21140.370508   -195.214398
+PG17 -16501.166674   4750.670029 -20054.906483    176.930624
+PG18  20321.484279  16226.495771  -5952.772136    155.179210
+PG19   7803.561012 -24962.600324  -3330.268591   -179.202188
+PG20 -11797.286026 -21929.604033  -9472.134817     52.407897
+PG21  22302.178561   5964.233454  14075.825161   -168.560189
+PG22  20264.986485   4392.510274 -16478.601842    144.883157
+PG23  -2077.976908 -22812.448690  13143.624568    279.465679
+PG24  -3043.380584 -15164.624739 -21547.041385    420.267823
+PG25  17952.197710  19589.914376   -420.183283     16.704719
+PG26 -12330.604174  22764.526242   4296.842028   -142.768704
+PG27  -6191.827960  15449.144387 -19957.278866    300.811683
+PG28 -20206.336309  -8962.229853 -14385.215631     64.085954
+PG29   8286.309292  16453.325559  19217.408408    236.117823
+PG30  20330.353524  17045.350630   1191.998533     90.436586
+PG31  25267.424159  -7793.922319   3728.509163    135.035873
+PG32  -3602.921780 -21862.131881 -14686.784890   -321.087816
+PR01   6197.990981 -10396.834210 -22445.201888 999999.999999
+PR02  -6653.891399 -21650.203914 -11731.379365 999999.999999
+PR03 -16346.949060  -7548.917729  18089.132615 999999.999999
+PR04   3419.200357  14329.819760  20823.290300 999999.999999
+PR05  -6275.215916  10301.930240  22474.435153 999999.999999
+PR06   6198.032389  21430.124762  12395.399179 999999.999999
+PR07  16723.467576  18205.118188  -6351.099541 999999.999999
+PR08  15115.801821   6713.716144 -19408.605077 999999.999999
+PR09  -1244.031102  10791.704400 -23100.802505 999999.999999
+PR10  16190.023995   7595.092847 -18166.914796 999999.999999
+PR11  25447.635108    175.329073  -2236.934025 999999.999999
+PR12  18889.128571  -7422.344106  15300.689616 999999.999999
+PR13   1463.820863 -10633.567430  23117.458212 999999.999999
+PR15 -25440.957060    948.673500    -63.061495 999999.999999
+PR16 -18976.587256   7496.282937 -15417.462901 999999.999999
+PR17  -5218.802053 -11782.121385 -21997.335076 999999.999999
+PR18 -14077.209436   5721.922208 -20500.871387 999999.999999
+PR19 -14720.424368  19495.360134  -7343.583527 999999.999999
+PR20  -6544.607507  22209.752941  10776.522576 999999.999999
+PR21   5172.222636  12004.998719  21878.843518 999999.999999
+PR22  13859.769504  -5133.226113  20746.495198 999999.999999
+PR23  14509.591329 -19673.392621   7284.001198 999999.999999
+PR24   6694.060871 -22445.950445 -10126.809487 999999.999999
+*  2011  9  1 14 45  0.00000000
+PG02 -18799.555487  14532.986910  11408.281787    353.917237
+PG03  10793.543857 -21122.716259  11191.331745    762.531010
+PG04 -26065.438893   5426.198129  -2786.490902    218.538842
+PG05  -8962.642611  12630.290754  21560.565841   -212.170668
+PG06  14238.909229 -16837.792411  14767.814715    -81.483247
+PG07 -17721.325391  -7899.035919  18252.327255     24.702349
+PG08 -24072.661641  -2863.509974  11541.760498      9.034896
+PG09  -1926.253289  15784.029036 -21831.893767    102.869656
+PG10 -20591.711044  -4080.313249  16271.949290    -11.757112
+PG11   2556.781768 -19088.360934 -18508.581576   -182.058280
+PG12   8825.846611  21385.085854 -13192.653433     19.592703
+PG13  -6161.128982 -18492.212759  17865.400369    253.610311
+PG14  15456.871631  -1699.804280 -21338.155009    170.052964
+PG15  -3930.163144  26037.425232  -2650.523431   -108.137199
+PG16   7856.010842 -13007.636081  21766.940556   -195.216347
+PG17 -15872.322321   2451.729612 -20969.099263    176.929241
+PG18  20485.489841  16842.940974  -3242.816972    155.180812
+PG19   8148.586917 -25065.006880   -466.847483   -179.205774
+PG20 -10725.593939 -21306.180360 -11890.289883     52.408159
+PG21  20754.116037   6545.131996  16051.431711   -168.562730
+PG22  21337.131262   5870.730696 -14586.693005    144.883033
+PG23  -1467.668721 -24066.702941  10736.518229    279.463019
+PG24   -612.467686 -15618.174222 -21401.260989    420.271519
+PG25  17634.740214  19613.283340  -3272.367230     16.706303
+PG26 -12278.478320  22006.570752   7125.574066   -142.780154
+PG27  -8468.394373  16011.763191 -18644.418248    300.816073
+PG28 -21136.443234 -10254.710379 -12108.685840     64.088311
+PG29   7514.563259  18408.418747  17699.861968    236.120836
+PG30  20170.134215  17259.594311  -1653.773184     90.433290
+PG31  25541.931533  -7674.051215    862.445942    135.040930
+PG32  -2315.694392 -20561.205990 -16620.692415   -321.094091
+PR01   7721.316770  -8045.188353 -22932.330872 999999.999999
+PR02  -5852.705727 -20248.460838 -14362.859466 999999.999999
+PR03 -13992.286279  -7585.747592  19943.162632 999999.999999
+PR04   2389.325403  16578.332554  19236.448010 999999.999999
+PR05  -7801.496853   7951.505617  22945.906442 999999.999999
+PR06   5362.484408  19958.755861  14969.363816 999999.999999
+PR07  17142.720319  18628.733404  -3245.503707 999999.999999
+PR08  16434.011976   8575.085052 -17512.711873 999999.999999
+PR09  -4061.310774  10946.090045 -22693.742800 999999.999999
+PR10  13829.298264   7638.000250 -20015.466431 999999.999999
+PR11  24964.455604     12.753298  -5420.686716 999999.999999
+PR12  20624.228210  -7628.576211  12735.961988 999999.999999
+PR13   4288.598609 -10847.587955  22660.766134 999999.999999
+PR15 -25234.479238   1141.024490   3178.179588 999999.999999
+PR16 -20703.942682   7719.748157 -12876.776596 999999.999999
+PR17  -4055.059085 -14157.051642 -20803.747091 999999.999999
+PR18 -12847.183492   3418.028359 -21771.852426 999999.999999
+PR19 -14090.163585  18593.638590 -10317.350136 999999.999999
+PR20  -6930.423992  23300.407993   7834.319640 999999.999999
+PR21   4043.137405  14379.103376  20642.906325 999999.999999
+PR22  12636.159345  -2794.415394  21952.629591 999999.999999
+PR23  13897.105081 -18767.521025  10257.476803 999999.999999
+PR24   7036.834517 -23462.285696  -7145.019268 999999.999999
+*  2011  9  1 15  0  0.00000000
+PG02 -20009.447667  14620.653616   8910.482093    353.918768
+PG03  10983.895893 -19611.748769  13466.862280    762.534936
+PG04 -25727.359178   5016.699612  -5524.289713    218.548788
+PG05 -10813.843600  10986.402394  21621.827801   -212.175311
+PG06  14191.455158 -15031.959625  16679.934281    -81.474651
+PG07 -15690.667275  -8638.713799  19697.572009     24.704062
+PG08 -22701.866970  -3269.351790  13919.423466      9.035089
+PG09  -4141.243823  16498.689675 -20957.667576    102.871619
+PG10 -21756.516946  -5432.090074  14300.658075    -11.757948
+PG11   4381.568460 -19979.795352 -17117.807637   -182.061411
+PG12   7533.093149  20385.493052 -15377.760058     19.594690
+PG13  -5480.318421 -20333.084052  15997.309855    253.608770
+PG14  14833.052378    724.973747 -21839.768330    170.054753
+PG15  -4254.561346  26120.758064    186.512299   -108.135747
+PG16   9673.353851 -11291.113010  22018.399535   -195.218307
+PG17 -15343.050265     44.260991 -21516.431969    176.927889
+PG18  20457.269322  17237.795904   -477.995471    155.182228
+PG19   8390.988426 -24872.035222   2404.789237   -179.209355
+PG20  -9427.570637 -20566.833368 -14105.936052     52.408759
+PG21  19041.719047   7261.600090  17765.244689   -168.564801
+PG22  22311.568054   7137.926869 -12442.173525    144.882887
+PG23   -986.528514 -25073.638015   8141.135980    279.460126
+PG24   1759.431354 -16183.706167 -20884.782762    420.275587
+PG25  17080.066501  19441.022274  -6068.342247     16.707850
+PG26 -12178.505121  20937.744423   9826.331002   -142.791907
+PG27 -10547.834190  16635.328164 -16989.374371    300.820785
+PG28 -21941.382559 -11297.993922  -9620.621462     64.091237
+PG29   6894.047518  20219.170038  15879.772707    236.123756
+PG30  19766.580354  17288.997102  -4471.240340     90.430279
+PG31  25513.332130  -7472.948381  -2018.239120    135.045769
+PG32   -821.964636 -19176.453095 -18267.902351   -321.099997
+PR01   9430.745332  -5784.031949 -22973.685216 999999.999999
+PR02  -4766.570213 -18663.940575 -16715.273007 999999.999999
+PR03 -11444.449917  -7830.033516  21410.211691 999999.999999
+PR04   1610.124691  18694.609969  17275.935017 999999.999999
+PR05  -9512.512625   5693.419836  22971.717802 999999.999999
+PR06   4241.046024  18314.158417  17252.911209 999999.999999
+PR07  17337.374308  18730.409697    -76.969637 999999.999999
+PR08  17727.897533  10134.762370 -15276.390181 999999.999999
+PR09  -6783.850206  11299.136762 -21846.637042 999999.999999
+PR10  11278.092085   7887.909180 -21474.884544 999999.999999
+PR11  24089.713409    -60.768663  -8499.600888 999999.999999
+PR12  22009.461885  -7922.642090   9921.024883 999999.999999
+PR13   7006.978126 -11261.130693  21762.900676 999999.999999
+PR15 -24622.275408   1262.155424   6357.325607 999999.999999
+PR16 -22085.606443   8031.775294 -10087.895923 999999.999999
+PR17  -3136.765357 -16453.784300 -19205.200165 999999.999999
+PR18 -11739.000805    908.722593 -22620.092003 999999.999999
+PR19 -13389.270630  17322.787942 -13090.711213 999999.999999
+PR20  -7089.134525  24075.575933   4740.498110 999999.999999
+PR21   3158.959211  16666.840107  19004.745232 999999.999999
+PR22  11540.717113   -260.699991  22731.199645 999999.999999
+PR23  13217.381760 -17492.330181  13031.644585 999999.999999
+PR24   7160.848402 -24154.252647  -4024.550614 999999.999999
+*  2011  9  1 15 15  0.00000000
+PG02 -20943.777791  14653.709959   6255.389238    353.920633
+PG03  11238.684997 -17862.541674  15501.047832    762.539281
+PG04 -25129.784604   4483.007975  -8169.415302    218.558701
+PG05 -12734.295543   9448.268414  21310.815483   -212.180146
+PG06  14210.878542 -13030.007165  18305.106250    -81.466314
+PG07 -13567.027151  -9540.807624  20806.275456     24.705797
+PG08 -21112.677161  -3829.125104  16064.639596      9.037408
+PG09  -6206.755160  17294.817105 -19739.820739    102.873814
+PG10 -22805.113893  -6568.574377  12084.232964    -11.760485
+PG11   6035.113585 -20845.850371 -15436.166556   -182.064189
+PG12   6007.498154  19310.064787 -17300.088394     19.597085
+PG13  -4957.031455 -21985.677553  13850.341739    253.606918
+PG14  14336.098050   3213.838803 -21959.196100    170.056531
+PG15  -4532.122659  25901.058325   3020.304653   -108.134256
+PG16  11584.941964  -9673.886917  21891.344033   -195.220327
+PG17 -14931.998372  -2425.608857 -21687.916199    176.926395
+PG18  20211.029831  17434.259182   2294.904910    155.184155
+PG19   8566.910679 -24375.085054   5234.083935   -179.213131
+PG20  -7907.279300 -19750.841119 -16081.586449     52.409061
+PG21  17203.908412   8123.990694  19189.142183   -168.566873
+PG22  23148.653330   8193.299918 -10082.652439    144.882829
+PG23   -606.479974 -25804.102041   5402.773706    279.457652
+PG24   4027.825464 -16842.481353 -20005.674622    420.279256
+PG25  16271.974692  19107.698839  -8760.110055     16.709404
+PG26 -12071.113479  19566.929292  12349.650286   -142.803159
+PG27 -12395.657876  17283.496662 -15023.137766    300.825145
+PG28 -22580.735346 -12098.727333  -6965.576007     64.094115
+PG29   6410.927793  21843.313660  13788.176318    236.126364
+PG30  19104.358246  17167.522910  -7212.463173     90.426915
+PG31  25194.012458  -7153.825773  -4864.561342    135.050909
+PG32    867.171146 -17750.673303 -19598.512454   -321.106165
+PR01  11284.762518  -3669.369385 -22568.409198 999999.999999
+PR02  -3391.955893 -16958.292074 -18742.870291 999999.999999
+PR03  -8770.198589  -8298.960302  22461.475302 999999.999999
+PR04   1071.779367  20614.225840  14979.776240 999999.999999
+PR05 -11366.548132   3583.413434  22551.366735 999999.999999
+PR06   2831.992591  16558.810003  19201.656719 999999.999999
+PR07  17264.177897  18540.958129   3093.055527 999999.999999
+PR08  18937.126364  11376.276730 -12743.133039 999999.999999
+PR09  -9345.745209  11828.541192 -20575.559058 999999.999999
+PR10   8603.619132   8361.790967 -22517.175812 999999.999999
+PR11  22851.590280      5.487497 -11414.115377 999999.999999
+PR12  23015.277905  -8252.029643   6911.102749 999999.999999
+PR13   9553.039633 -11849.569240  20441.291726 999999.999999
+PR15 -23626.684020   1258.359354   9412.288000 999999.999999
+PR16 -23092.604770   8380.330176  -7104.562349 999999.999999
+PR17  -2463.126606 -18605.019282 -17232.573455 999999.999999
+PR18 -10792.490239  -1749.388490 -23028.681906 999999.999999
+PR19 -12675.995940  15696.630372 -15609.817800 999999.999999
+PR20  -7062.374111  24496.488872   1554.940210 999999.999999
+PR21   2517.328458  18801.145169  16996.012533 999999.999999
+PR22  10612.204314   2410.006731  23067.625881 999999.999999
+PR23  12528.306953 -15862.079692  15552.579009 999999.999999
+PR24   7109.216428 -24485.290383   -825.942903 999999.999999
+*  2011  9  1 15 30  0.00000000
+PG02 -21598.857866  14594.662315   3489.625728    353.922205
+PG03  11583.149627 -15908.420141  17256.869795    762.543232
+PG04 -24298.867257   3799.524974 -10677.704617    218.568761
+PG05 -14683.714143   8042.392797  20633.221140   -212.184929
+PG06  14320.933535 -10868.749730  19616.199486    -81.458207
+PG07 -11398.365751 -10602.556028  21558.886224     24.707270
+PG08 -19345.339456  -4561.762966  17940.851811      9.037397
+PG09  -8088.901147  18140.131196 -18197.460196    102.877137
+PG10 -23697.502639  -7493.497698   9661.476659    -11.761998
+PG11   7501.639812 -21650.340338 -13491.033124   -182.067489
+PG12   4261.361233  18202.016096 -18926.471494     19.599125
+PG13  -4570.788171 -23409.204450  11462.113021    253.605410
+PG14  13977.986021   5716.494827 -21694.791492    170.058263
+PG15  -4799.110046  25377.530521   5801.568373   -108.132990
+PG16  13551.486797  -8187.047851  21388.871313   -195.222410
+PG17 -14650.058763  -4909.132328 -21481.241517    176.924897
+PG18  19726.969407  17460.944998   5029.337935    155.185624
+PG19   8713.979206 -23574.632124   7971.248967   -179.216732
+PG20  -6176.688303 -18897.310212 -17783.858598     52.409512
+PG21  15281.792743   9135.509206  20299.430585   -168.568959
+PG22  23811.038574   9043.962004  -7549.293908    144.882992
+PG23   -294.810511 -26236.727384   2569.414777    279.454514
+PG24   6152.302577 -17568.948436 -18778.406174    420.283269
+PG25  15202.298548  18651.545545 -11301.485221     16.710959
+PG26 -11995.214869  17912.913376  14648.932473   -142.814424
+PG27 -13986.057087  17916.017366 -12782.571179    300.828346
+PG28 -23017.871189 -12672.018118  -4190.421948     64.096631
+PG29   6044.349540  23243.197798  11460.743399    236.129167
+PG30  18175.997375  16932.514144  -9831.217984     90.423295
+PG31  24604.587205  -6683.565509  -7627.864738    135.056052
+PG32   2732.261927 -16325.448817 -20587.890958   -321.112430
+PR01  13232.836543  -1748.944591 -21724.334401 999999.999999
+PR02  -1737.913786 -15194.648311 -20406.205018 999999.999999
+PR03  -6039.728532  -8997.296859  23076.178677 999999.999999
+PR04    752.687910  22277.786125  12392.532785 999999.999999
+PR05 -13312.939173   1668.912297  21693.011741 999999.999999
+PR06   1146.245272  14756.269340  20777.685220 999999.999999
+PR07  16888.596275  18100.695949   6203.088735 999999.999999
+PR08  20001.332704  12295.920429  -9962.202386 999999.999999
+PR09 -11687.083957  12501.042530 -18904.834509 999999.999999
+PR10   5876.280330   9064.191578 -23122.490199 999999.999999
+PR11  21289.948092    255.668293 -14107.824114 999999.999999
+PR12  23625.182590  -8560.691153   3765.328895 999999.999999
+PR13  11867.429133 -12577.393318  18721.640544 999999.999999
+PR15 -22282.628641   1081.602267  12283.452386 999999.999999
+PR16 -23708.590519   8709.828450  -3984.254482 999999.999999
+PR17  -2021.008419 -20546.546827 -14924.093470 999999.999999
+PR18 -10037.174949  -4492.784370 -22989.235589 999999.999999
+PR19 -12006.112947  13741.859571 -17825.768607 999999.999999
+PR20  -6898.921400  24535.633483  -1660.707359 999999.999999
+PR21   2103.627630  20718.370085  14655.660994 999999.999999
+PR22   9878.771165   5153.449812  22955.964513 999999.999999
+PR23  11885.195637 -13903.858871  17771.269892 999999.999999
+PR24   6931.757041 -24430.403979   2388.703384 999999.999999
+*  2011  9  1 15 45  0.00000000
+PG02 -21979.701383  14407.466374    662.018234    353.923978
+PG03  12036.655910 -13788.794442  18702.400812    762.547256
+PG04 -23266.442192   2946.269829 -13007.344904    218.579021
+PG05 -16618.492787   6788.008626  19601.022612   -212.190062
+PG06  14539.058479  -8589.560222  20591.583472    -81.449621
+PG07  -9232.410733 -11812.783208  21941.854175     24.708778
+PG08 -17444.296379  -5478.382757  19515.682464      9.037506
+PG09  -9760.315860  18997.424452 -16354.917620    102.880658
+PG10 -24396.756949  -8218.472140   7074.376262    -11.763277
+PG11   8772.319791 -22356.055100 -11314.523052   -182.070319
+PG12   2315.428660  17102.815662 -20228.705536     19.601026
+PG13  -4294.362890 -24569.148074   8874.421740    253.603958
+PG14  13762.226333   8181.573011 -21051.713059    170.059992
+PG15  -5091.468412  24558.189839   8481.971733   -108.131606
+PG16  15529.528220  -6854.429793  20520.464140   -195.224643
+PG17 -14499.990637  -7356.659916 -20900.769562    176.923323
+PG18  18992.096401  17350.627003   7679.718991    155.186830
+PG19   8869.604127 -22480.287357  10568.201781   -179.220253
+PG20  -4255.400817 -18043.657446 -19184.006752     52.410022
+PG21  13317.304862  10291.931705  21077.197621   -168.571411
+PG22  24265.129597   9704.419551  -4886.071041    144.882665
+PG23    -15.671884 -26358.767670   -309.156310    279.452010
+PG24   8097.925845 -18331.714655 -17223.647339    420.286945
+PG25  13871.386713  18112.875956 -13648.880911     16.712485
+PG26 -11986.413793  16003.862355  16681.473959   -142.825934
+PG27 -15302.715628  18490.504576 -10309.549507    300.833947
+PG28 -23221.370618 -13040.542442  -1343.471702     64.099149
+PG29   5767.400996  24387.124995   8937.187856    236.132040
+PG30  16982.248356  16623.108576 -12283.729751     90.419816
+PG31  23773.115674  -6034.198850 -10260.636602    135.060820
+PG32   4745.987148 -14939.555687 -21217.218426   -321.118516
+PR01  15217.388085    -60.459145 -20457.831287 999999.999999
+PR02    174.036834 -13435.023006 -21672.904256 999999.999999
+PR03  -3323.962581  -9917.041510  23242.006435 999999.999999
+PR04    620.609000  23633.307745   9564.440407 999999.999999
+PR05 -15294.047690    -12.735999  20413.314886 999999.999999
+PR06   -792.817438  12968.568659  21950.291305 999999.999999
+PR07  16186.462245  17457.584364   9192.799932 999999.999999
+PR08  20862.703648  12902.639784  -6987.668015 999999.999999
+PR09 -13756.209807  13273.858180 -16866.597843 999999.999999
+PR10   3166.939446   9986.931230 -23279.474713 999999.999999
+PR11  19454.734202    725.245105 -16528.556758 999999.999999
+PR12  23836.306342  -8791.663981    545.543377 999999.999999
+PR13  13899.596562 -13399.759986  16637.419522 999999.999999
+PR15 -20636.171213    691.811728  14914.859217 999999.999999
+PR16 -23930.388211   8963.663146   -787.106533 999999.999999
+PR17  -1785.701277 -22219.813730 -12324.599810 999999.999999
+PR18  -9491.066278  -7253.423220 -22502.085367 999999.999999
+PR19 -11430.439341  11497.144821 -19695.557283 999999.999999
+PR20  -6652.405040  24177.952554  -4844.214940 999999.999999
+PR21   1891.809316  22360.829900  12029.193586 999999.999999
+PR22   9356.865379   7901.481310  22398.976685 999999.999999
+PR23  11338.326438 -11656.676276  19644.577457 999999.999999
+PR24   6682.649223 -23977.281597   5556.932385 999999.999999
+*  2011  9  1 16  0  0.00000000
+PG02 -22099.715887  14059.152606  -2177.329493    353.925751
+PG03  12611.739896 -11547.726600  19811.478391    762.551117
+PG04 -22068.830640   1909.802008 -15119.504177    218.589173
+PG05 -18493.254179   5696.500853  18232.256021   -212.195110
+PG06  14875.648124  -6236.941924  21215.435998    -81.441315
+PG07  -7114.973394 -13152.169638  21947.903271     24.710622
+PG08 -15456.641642  -6581.655324  20761.492575      9.038267
+PG09 -11201.015518  19825.906330 -14241.472472    102.882283
+PG10 -24870.418618  -8762.290714   4367.364203    -11.765567
+PG11   9845.474485 -22926.207080  -8943.036151   -182.073400
+PG12    198.315795  16050.593166 -21184.048793     19.603402
+PG13  -4095.049274 -25438.515868   6132.479448    253.602007
+PG14  13683.793551  10558.456235 -20041.793049    170.061797
+PG15  -5443.215097  23459.594586  11015.001563   -108.130402
+PG16  17472.981285  -5691.875948  19301.771549   -195.226562
+PG17 -14476.381527  -9719.385667 -19957.402497    176.921684
+PG18  18000.800776  17138.855573  10202.110431    155.188436
+PG19   9069.301744 -21110.496934  12979.461785   -179.224030
+PG20  -2170.100216 -17224.171894 -20258.378976     52.410252
+PG21  11351.810787  11581.584385  21508.621193   -168.573594
+PG22  24482.402780  10195.776806  -2138.983929    144.882674
+PG23    268.284959 -26166.600668  -3182.283635    279.449284
+PG24   9836.423054 -19094.769973 -15367.946223    420.289523
+PG25  12288.260985  17532.433580 -15762.048931     16.714068
+PG26 -12075.347244  13876.382531  18409.432829   -142.837225
+PG27 -16339.198874  18964.297324  -7649.994077    300.838519
+PG28 -23166.228204 -13233.387711   1526.382026     64.101731
+PG29   5548.315460  25250.478793   6260.606508    236.135380
+PG30  15532.136285  16278.622311 -14529.340413     90.416117
+PG31  22734.039930  -5184.205161 -12717.321374    135.066205
+PG32   6873.967670 -13627.476722 -21473.935913   -321.124599
+PR01  17176.074267   1369.778295 -18793.494119 999999.999999
+PR02   2310.547428 -11737.773032 -22518.300994 999999.999999
+PR03   -691.810413 -11037.620087  22955.370026 999999.999999
+PR04    634.259510  24638.306178   6550.435602 999999.999999
+PR05 -17247.546464  -1435.593664  18737.119938 999999.999999
+PR06  -2950.074327  11253.687063  22696.581630 999999.999999
+PR07  15145.206185  16665.061603  12004.179269 999999.999999
+PR08  21468.477003  13217.398810  -3877.352756 999999.999999
+PR09 -15511.650183  14096.542567 -14500.194164 999999.999999
+PR10    544.197438  11109.353285 -22985.461923 999999.999999
+PR11  17403.985477   1439.281457 -18629.380462 999999.999999
+PR12  23659.398924  -8889.740891  -2684.967654 999999.999999
+PR13  15609.668780 -14264.457812  14229.217936 999999.999999
+PR15 -18742.613622     58.820687  17255.306117 999999.999999
+PR16 -23768.013137   9086.786645   2425.224940 999999.999999
+PR17  -1722.186617 -23574.272882  -9484.675100 999999.999999
+PR18  -9159.957762  -9961.337998 -21576.309673 999999.999999
+PR19 -10992.584009   9011.743568 -21182.904152 999999.999999
+PR20  -6378.812737  23421.547282  -7933.962795 999999.999999
+PR21   1845.720736  23679.121536   9167.777082 999999.999999
+PR22   9050.654334  10584.665286  21408.029303 999999.999999
+PR23  10930.703885  -9170.058954  21136.072858 999999.999999
+PR24   6417.907564 -23126.899199   8617.148971 999999.999999
+*  2011  9  1 16 15  0.00000000
+PG02 -21980.057310  13521.341302  -4978.001761    353.927329
+PG03  13313.449397  -9232.303348  20564.248023    762.555900
+PG04 -20745.496962    683.903691 -16978.916462    218.599311
+PG05 -20262.475833   4771.141110  16550.687406   -212.199925
+PG06  15333.611993  -3856.999411  21477.949442    -81.432954
+PG07  -5088.336988 -14593.847622  21576.202930     24.711860
+PG08 -13430.472024  -7865.483577  21655.888897      9.038841
+PG09 -12399.011532  20582.703343 -11891.005780    102.884323
+PG10 -25091.721008  -9149.969701   1586.562555    -11.765876
+PG11  10726.499579 -23325.899748  -6416.706474   -182.076173
+PG12  -2054.374614  15078.681202 -21775.634548     19.605335
+PG13  -3936.142872 -25998.801408   3284.086163    253.600408
+PG14  13729.411546  12799.067748 -18683.280364    170.063193
+PG15  -5884.913263  22106.254287  13356.790913   -108.128916
+PG16  19334.780914  -4706.821730  17754.292943   -195.228629
+PG17 -14565.944554 -11951.049916 -18668.332151    176.920253
+PG18  16755.161765  16862.499084  12554.866574    155.190382
+PG19   9345.104591 -19491.896966  15162.988425   -179.227634
+PG20     46.268023 -16468.710022 -20988.793652     52.410982
+PG21   9424.735093  12985.588689  21585.230266   -168.576136
+PG22  24440.529106  10544.694831    644.743063    144.882478
+PG23    594.209865 -25665.874404  -5999.391511    279.446516
+PG24  11347.119334 -19818.917862 -13243.289091    420.292151
+PG25  10470.447370  16949.737195 -17604.761966     16.715668
+PG26 -12286.235308  11574.210222  19800.692773   -142.848185
+PG27 -17098.913864  19296.314013  -4852.837592    300.843101
+PG28 -22834.798384 -13284.684304   4370.491342     64.104450
+PG29   5351.867261  25816.593627   3476.759670    236.137863
+PG30  13842.714127  15936.959039 -16531.107287     90.412576
+PG31  21526.880822  -4119.577835 -14955.120184    135.071316
+PG32   9075.878257 -12418.079023 -21352.083021   -321.130742
+PR01  19044.291473   2527.715436 -16763.664948 999999.999999
+PR02   4627.581241 -10155.232800 -22925.916949 999999.999999
+PR03   1792.486112 -12326.631719  22221.505679 999999.999999
+PR04    745.299705  25261.504020   3409.088034 999999.999999
+PR05 -19108.918452  -2585.977456  16696.972003 999999.999999
+PR06  -5279.874485   9663.210290  23001.927478 999999.999999
+PR07  13764.612573  15779.662571  14582.660064 999999.999999
+PR08  21773.244989  13272.044489   -691.704743 999999.999999
+PR09 -16923.629954  14913.192730 -11851.435320 999999.999999
+PR10  -1928.222680  12399.109838 -22246.492171 999999.999999
+PR11  15201.512766   2411.138227 -20369.504202 999999.999999
+PR12  23118.254930  -8804.071151  -5862.761664 999999.999999
+PR13  16969.879349 -15114.200638  11543.946474 999999.999999
+PR15 -16664.229993   -836.117072  19259.349250 999999.999999
+PR16 -23244.163122   9028.240419   5590.726400 999999.999999
+PR17  -1786.850401 -24569.415815  -6459.655766 999999.999999
+PR18  -9037.251520 -12547.328851 -20229.587224 999999.999999
+PR19 -10727.014532   6343.679823 -22258.956709 999999.999999
+PR20  -6133.907473  22277.850694 -10870.123104 999999.999999
+PR21   1920.868568  24634.112721   6127.236758 999999.999999
+PR22   8951.980223  13134.931087  20002.832870 999999.999999
+PR23  10696.143418  -6502.218999  22216.747822 999999.999999
+PR24   6192.783649 -21893.585982  11509.821101 999999.999999
+*  2011  9  1 16 30  0.00000000
+PG02 -21648.672191  12771.579928  -7690.249833    353.928971
+PG03  14139.016662  -6890.887908  20947.559353    762.559978
+PG04 -19337.606426   -730.001407 -18554.416997    218.609126
+PG05 -21882.127397   4007.142487  14585.390040   -212.204256
+PG06  15908.231724  -1495.865942  21375.436640    -81.424583
+PG07  -3189.778531 -16104.302822  20832.431907     24.713527
+PG08 -11413.191925  -9315.009109  22182.168760      9.039814
+PG09 -13350.648880  21224.468427  -9341.581066    102.886582
+PG10 -25040.599695  -9411.573856  -1220.977269    -11.766868
+PG11  11427.516354 -23523.560360  -3778.762991   -182.079139
+PG12  -4401.207623  14214.348264 -21992.789547     19.607348
+PG13  -3778.579435 -26240.620083    378.765302    253.598389
+PG14  13878.176201  14859.553124 -17000.466370    170.065094
+PG15  -6442.289951  20529.738028  15466.893157   -108.127296
+PG16  21068.562170  -3898.206335  15904.973881   -195.230590
+PG17 -14748.135498 -14009.533030 -17056.678596    176.919226
+PG18  15264.985081  16558.260730  14699.234343    155.191864
+PG19   9724.126589 -17658.351441  17080.942099   -179.231374
+PG20   2355.548106 -15801.571444 -21362.831061     52.411253
+PG21   7572.247052  14478.369508  21304.112736   -168.578393
+PG22  24124.265184  10782.149706   3417.470244    144.882169
+PG23    997.360614 -24871.289606  -8710.935771    279.443732
+PG24  12617.573160 -20463.356287 -10886.548478    420.293569
+PG25   8443.486045  16401.486301 -19145.427043     16.717239
+PG26 -12635.715995   9146.583848  20829.592912   -142.859795
+PG27 -17594.655027  19448.816983  -1968.956582    300.846935
+PG28 -22217.457858 -13232.085638   7141.232029     64.107079
+PG29   5140.908264  26077.334355    633.303605    236.141006
+PG30  11938.530984  15633.102429 -18256.328153     90.409148
+PG31  20194.738192  -2834.611561 -16934.761531    135.076347
+PG32  11306.823212 -11333.514889 -20852.511195   -321.137050
+PR01  20757.792509   3411.897404 -14407.805546 999999.999999
+PR02   7072.010167  -8731.619545 -22887.786179 999999.999999
+PR03   4071.811442 -13741.113962  21054.398814 999999.999999
+PR04    900.621109  25484.088461    201.460078 999999.999999
+PR05 -20814.066843  -3462.782546  14332.487606 999999.999999
+PR06  -7727.700157   8240.274568  22860.258380 999999.999999
+PR07  12057.070105  14858.525296  16878.175908 999999.999999
+PR08  21740.966429  13107.722915   2507.380818 999999.999999
+PR09 -17975.104477  15664.908787  -8971.722822 999999.999999
+PR10  -4193.874288  13813.449487 -21077.171371 999999.999999
+PR11  12914.360683   3641.672223 -21715.068832 999999.999999
+PR12  22248.596326  -8490.576889  -8925.528335 999999.999999
+PR13  17965.495744 -15889.153341   8633.916288 999999.999999
+PR15 -14467.727480  -1999.304333  20888.183868 999999.999999
+PR16 -22393.202805   8743.527515   8648.204398 999999.999999
+PR17  -1929.570954 -25176.400990  -3308.543281 999999.999999
+PR18  -9104.326809 -14945.639503 -18487.878436 999999.999999
+PR19 -10657.526463   3557.563612 -22902.845844 999999.999999
+PR20  -5970.659207  20771.264254 -13595.809023 999999.999999
+PR21   2066.548352  25198.515600   2966.952510 999999.999999
+PR22   9040.845510  15488.166310  18211.024422 999999.999999
+PR23  10657.760224  -3717.863136  22865.579716 999999.999999
+PR24   6059.204494 -20304.546320  14178.644418 999999.999999
+*  2011  9  1 16 45  0.00000000
+PG02 -21139.068636  11794.443189 -10265.959321    353.930552
+PG03  15077.876708  -4571.329082  20955.204589    762.564758
+PG04 -17886.533703  -2322.707678 -19819.422758    218.619076
+PG05 -23311.257766   3392.029976  12370.235488   -212.209143
+PG06  16587.319048    801.854679  20910.338706    -81.416232
+PG07  -1450.281936 -17644.550769  19728.730238     24.715138
+PG08  -9449.830898 -10906.954727  22329.691864      9.041057
+PG09 -14060.651399  21709.047504  -6634.949380    102.889230
+PG10 -24704.457516  -9580.871535  -4008.028933    -11.768025
+PG11  11966.754343 -23492.278527  -1074.807477   -182.082178
+PG12  -6796.303437  13477.772652 -21831.250764     19.609715
+PG13  -3582.661662 -26163.995792  -2533.123553    253.596768
+PG14  14102.487229  16701.790058 -15023.204180    170.066809
+PG15  -7135.054214  18767.519676  17308.987900   -108.125816
+PG16  22630.313786  -3256.711618  13785.722500   -195.232566
+PG17 -14996.060858 -15858.279593 -15151.028851    176.917479
+PG18  13547.571474  16261.221767  16599.906504    155.193390
+PG19  10227.342347 -15649.715486  18700.352282   -179.235173
+PG20   4715.621421 -15240.596269 -21374.036514     52.411472
+PG21   5826.051737  16028.416173  20668.063777   -168.581059
+PG22  23526.080089  10942.040371   6131.944233    144.882091
+PG23   1509.489383 -23806.027657 -11269.332302    279.441061
+PG24  13643.887592 -20987.344968  -8338.828740    420.296095
+PG25   6240.138478  15920.087924 -20357.620410     16.718852
+PG26 -13132.023378   6646.373239  21477.496559   -142.871379
+PG27 -17847.770750  19389.009951    949.893582    300.852440
+PG28 -21312.970050 -13115.157552   9792.727963     64.109618
+PG29   4877.986111  26033.362459  -2221.013290    236.143989
+PG30   9850.839135  15397.743571 -19676.991245     90.405846
+PG31  18782.650368  -1332.374887 -18621.227782    135.081568
+PG32  13518.923535 -10388.396972 -19982.960218   -321.143136
+PR01  22255.308487   4033.272061 -11771.729207 999999.999999
+PR02   9583.602051  -7501.296988 -22404.613151 999999.999999
+PR03   6098.335178 -15229.276528  19476.534280 999999.999999
+PR04   1044.839559  25300.464454  -3010.084061 999999.999999
+PR05 -22301.927030  -4077.273051  11689.586994 999999.999999
+PR06 -10232.211985   7017.880492  22274.190487 999999.999999
+PR07  10047.303497  13956.889052  18846.131600 999999.999999
+PR08  21346.602365  12772.914501   5657.767045 999999.999999
+PR09 -18662.267254  16292.405551  -5917.053392 999999.999999
+PR10  -6205.672507  15300.952386 -19500.368932 999999.999999
+PR11  10610.146858   5118.963474 -22639.807928 999999.999999
+PR12  21096.463364  -7914.077994 -11813.347311 999999.999999
+PR13  18595.205957 -16529.581933   5555.811044 999999.999999
+PR15 -12221.544234  -3424.113543  22110.387306 999999.999999
+PR16 -21259.680814   8196.728495  11538.453329 999999.999999
+PR17  -2096.091270 -25379.207558    -92.838100 999999.999999
+PR18  -9331.437239 -17096.504896 -16384.938088 999999.999999
+PR19 -10796.178593    722.141463 -23102.087584 999999.999999
+PR20  -5936.799813  18938.271750 -16058.169358 999999.999999
+PR21   2228.246369  25357.976752   -251.320640 999999.999999
+PR22   9286.404292  17586.644478  16067.606011 999999.999999
+PR23  10826.925868   -885.735858  23069.941199 999999.999999
+PR24   6063.357424 -18398.856928  16571.645650 999999.999999
+*  2011  9  1 17  0  0.00000000
+PG02 -20488.869666  10582.347121 -12659.580956    353.932285
+PG03  16112.028943  -2319.207819  20587.994438    762.568142
+PG04 -16432.373583  -4077.371617 -20752.353652    218.628875
+PG05 -24513.472137   2906.310434   9943.307653   -212.214244
+PG06  17351.665120   2994.575496  20091.138298    -81.407782
+PG07    106.506080 -19171.545971  18283.536615     24.716734
+PG08  -7581.436399 -12610.299000  22094.167698      9.040664
+PG09 -14541.864077  21997.146528  -3815.976586    102.892223
+PG10 -24078.660615  -9693.871120  -6727.930486    -11.769559
+PG11  12367.684542 -23210.993362   1647.980215   -182.085053
+PG12  -9190.906090  12881.298539 -21293.274563     19.611735
+PG13  -3309.758760 -25778.289566  -5401.340558    253.597845                  M
+PG14  14369.248164  18294.668627 -12786.333993    170.068664
+PG15  -7975.962103  16861.607016  18851.505885   -108.124460
+PG16  23979.944649  -2765.315298  11432.855970   -195.234726
+PG17 -15277.637094 -17467.500409 -12984.887897    176.916057
+PG18  11627.226645  16003.460167  18225.524965    155.195182
+PG19  10868.629482 -13510.377229  19993.680384   -179.238780
+PG20   7081.804871 -14796.517129 -21022.032281     52.411913
+PG21   4212.329037  17599.277986  19685.667010   -168.583221
+PG22  22646.497327  11059.701059   8742.079723    144.881854
+PG23   2157.376926 -22500.848922 -13629.841177    279.438051
+PG24  14430.682147 -21351.890293  -5644.721520    420.299728
+PG25   3899.321446  15532.361213 -21220.535318     16.720408
+PG26 -13774.550054   4128.054669  21733.178841   -142.882724
+PG27 -17887.002750  19090.403627   3852.109659    300.857694
+PG28 -20128.548206 -12973.737538  12281.515719     64.112225
+PG29   4526.981929  25694.077647  -5037.177703    236.146682
+PG30   7616.571649  15256.089112 -20770.149586     90.402372
+PG31  17335.875060    375.156518 -19984.421746    135.086550
+PG32  15663.052530  -9589.287825 -18757.989464   -321.149250
+PR01  23481.065269   4414.468864  -8906.707278 999999.999999
+PR02  12097.316504  -6487.469799 -21485.761963 999999.999999
+PR03   7835.279653 -16732.632320  17518.475382 999999.999999
+PR04   1122.887042  24718.471549  -6163.095891 999999.999999
+PR05 -23516.971282  -4452.349101   8819.603279 999999.999999
+PR06 -12727.592876   6017.647568  21254.986475 999999.999999
+PR07   7771.596671  13125.689349  20448.269184 999999.999999
+PR08  20577.305974  12321.172379   8698.283953 999999.999999
+PR09 -18994.509164  16738.664087  -2746.926083 999999.999999
+PR10  -7927.583333  16803.639819 -17546.762910 999999.999999
+PR11   8354.389948   6818.584890 -23125.566585 999999.999999
+PR12  19716.186994  -7050.032765 -14469.886605 999999.999999
+PR13  18870.949415 -16978.514916   2369.572835 999999.999999
+PR15  -9993.099284  -5091.055100  22902.511094 999999.999999
+PR16 -19896.439440   7362.271408  14205.392537 999999.999999
+PR17  -2230.573235 -25175.264580   3124.679323 999999.999999
+PR18  -9679.100110 -18948.461727 -13961.667119 999999.999999
+PR19 -11142.738850  -2092.321014 -22852.823015 999999.999999
+PR20  -6072.604055  16826.066067 -18209.408211 999999.999999
+PR21   2350.209689  25111.636208  -3464.682504 999999.999999
+PR22   9648.414905  19381.190203  13614.251246 999999.999999
+PR23  11202.736940   1924.002197  22825.846594 999999.999999
+PR24   6243.524763 -16225.980272  18642.202556 999999.999999
+*  2011  9  1 17 15  0.00000000
+PG02 -19738.212644   9136.041850 -14829.001016    353.933974
+PG03  17216.722953   -176.198421  19853.673104    762.572368
+PG04 -15012.505464  -5969.937064 -21336.989644    218.638590
+PG05 -25458.243677   2524.414669   7346.249996   -212.218839
+PG06  18175.761831   5045.090422  18932.182608    -81.399044
+PG07   1465.034554 -20639.771251  16521.310643     24.717999
+PG08  -5843.603644 -14387.266617  21477.847173      9.040747
+PG09 -14814.692233  22053.938993   -931.992727    102.895505
+PG10 -23166.751692  -9787.292754  -9335.300721    -11.770488
+PG11  12657.933463 -22665.475835   4341.695824   -182.088052
+PG12 -11535.075071  12429.004951 -20387.633999     19.613964
+PG13  -2924.093474 -25101.787179  -8176.512213    253.596034
+PG14  14641.283421  19615.095024 -10329.028471    170.070289
+PG15  -8970.164830  14857.010031  20068.162301   -108.122852
+PG16  25082.707007  -2400.134459   8886.486565   -195.236724
+PG17 -15556.952185 -18815.109642 -10596.055153    176.914498
+PG18   9534.530097  15812.790645  19549.131906    155.196709
+PG19  11654.110706 -11287.639890  20939.268354   -179.242293
+PG20   9408.349811 -14472.589920 -20312.536426     52.412249
+PG21   2750.860894  19150.767879  18371.299817   -168.585174
+PG22  21494.142053  11170.375721  11203.710091    144.881881
+PG23   2961.576031 -20992.900657 -15751.386438    279.435306
+PG24  14990.725293 -21521.377670  -2851.486503    420.301622
+PG25   1464.807882  15258.469455 -21719.335605     16.722080
+PG26 -14553.814219   1645.628351  21593.021472   -142.893885
+PG27 -17747.062631  18533.899706   6687.211235    300.862994
+PG28 -18679.623761 -12846.321918  14567.146684     64.114716
+PG29   4054.703970  25077.235809  -7766.748532    236.149537
+PG30   5277.128700  15226.888558 -21518.219988     90.398960
+PG31  15898.158484   2267.317596 -20999.757703    135.091647
+PG32  17690.648042  -8934.530583 -17198.759743   -321.155437
+PR01  24387.088577   4588.582844  -5868.467926 999999.999999
+PR02  14545.814329  -5701.363087 -20149.076739 999999.999999
+PR03   9258.220849 -18188.436802  15218.278380 999999.999999
+PR04   1082.591616  23759.055062  -9196.262490 999999.999999
+PR05 -24411.501194  -4621.322328   5778.285474 999999.999999
+PR06 -15146.093989   5249.061638  19822.346884 999999.999999
+PR07   5276.538117  12409.350878  21653.412498 999999.999999
+PR08  19433.116521  11808.660512  11569.916412 999999.999999
+PR09 -18993.829699  16951.509277    476.827415 999999.999999
+PR10  -9335.850049  18259.370647 -15254.241751 999999.999999
+PR11   6207.936410   8704.405734 -23162.667741 999999.999999
+PR12  18168.033905  -5885.819533 -16843.515593 999999.999999
+PR13  18817.200845 -17184.302304   -862.775333 999999.999999
+PR15  -7846.109982  -6968.396623  23249.512427 999999.999999
+PR16 -18362.393382   6226.279801  16597.151540 999999.999999
+PR17  -2278.223036 -24575.528416   6281.194657 999999.999999
+PR18 -10099.919573 -20460.322919 -11265.315258 999999.999999
+PR19 -11684.664052  -4816.716668 -22159.892099 999999.999999
+PR20  -6408.990193  14490.744489 -20007.710404 999999.999999
+PR21   2378.072374  24472.131206  -6610.341664 999999.999999
+PR22  10079.090861  20832.996093  10898.494079 999999.999999
+PR23  11772.018370   4642.452166  22138.030286 999999.999999
+PR24   6628.261284 -13843.855690  20349.959833 999999.999999
+*  2011  9  1 17 30  0.00000000
+PG02 -18928.065109   7464.762760 -16736.330073    353.935518
+PG03  18361.434000   1821.385546  18766.679731    762.576700
+PG04 -13660.261861  -7969.829517 -21562.758822    218.648596
+PG05 -26122.010945   2215.874215   4623.556909   -212.223837
+PG06  19028.766485   6921.767443  17453.420997    -81.390565
+PG07   2618.289187 -22002.946767  14472.141810     24.719767
+PG08  -4265.201942 -16194.605613  20489.607495      9.040786
+PG09 -14906.248207  21850.552253   1967.934224    102.898041
+PG10 -21980.376188  -9897.030196 -11786.725842    -11.770725
+PG11  12868.019103 -21849.059692   6958.606230   -182.091217
+PG12 -13779.435919  12116.606605 -19129.501770     19.616038
+PG13  -2394.314216 -24160.937656 -10810.990215    253.593524
+PG14  14878.913666  20648.683656  -7694.073032    170.072231
+PG15 -10114.864708  12800.109330  20938.390162   -108.121230
+PG16  25910.425969  -2131.525501   6189.856978   -195.238545
+PG17 -15795.773897 -19887.365529  -8025.940079    176.913068
+PG18   7305.387529  15711.667955  20548.566464    155.198333
+PG19  12581.819048  -9030.011082  21521.667493   -179.245897
+PG20  11649.987616 -14264.517483 -19257.287390     52.412754
+PG21   1454.383115  20640.339479  16745.053596   -168.587773
+PG22  20085.494554  11307.712098  13475.296809    144.881610
+PG23   3935.416017 -19324.286019 -17597.293902    279.432649
+PG24  15344.242295 -21465.082720     -8.175226    420.303998
+PG25  -1016.256769  15111.120410 -21845.409423     16.723621
+PG26 -15451.829743   -749.422736  21061.011856   -142.905317
+PG27 -17467.017671  17708.559455   9406.730741    300.866053
+PG28 -16989.335604 -12768.535181  16612.725888     64.117471
+PG29   3432.374814  24208.256672 -10362.689863    236.152315
+PG30   2877.015831  15321.711245 -21909.207472     90.395659
+PG31  14510.061699   4315.320321 -21648.661853    135.096732
+PG32  19555.524007  -8414.432226 -15332.666517   -321.161378
+PR01  24935.200565   4597.516307  -2716.106909 999999.999999
+PR02  16862.076473  -5141.920760 -18420.536326 999999.999999
+PR03  10355.866845 -19532.332689  12620.752859 999999.999999
+PR04    877.135085  22455.405320 -12050.604212 999999.999999
+PR05 -24947.631652  -4626.252384   2624.714709 999999.999999
+PR06 -17420.677458   4709.246819  18004.036016 999999.999999
+PR07   2617.339092  11843.871244  22438.075861 999999.999999
+PR08  17927.127960  11291.596233  14216.948227 999999.999999
+PR09 -18693.724335  16886.001772   3691.265346 999999.999999
+PR10 -10419.709365  19604.425759 -12667.174135 999999.999999
+PR11   4224.592267  10729.898263 -22750.118065 999999.999999
+PR12  16515.628814  -4421.505683 -18888.309555 999999.999999
+PR13  18469.739021 -17102.963129  -4078.346458 999999.999999
+PR15  -5838.088674  -9013.305686  23145.018741 999999.999999
+PR16 -16720.068189   4787.439518  18667.082621 999999.999999
+PR17  -2187.873708 -23604.004920   9315.106414 999999.999999
+PR18 -10540.765833 -21602.730882  -8348.549909 999999.999999
+PR19 -12397.614465  -7385.724258 -21036.740080 999999.999999
+PR20  -6966.020820  11995.145949 -21418.055038 999999.999999
+PR21   2261.423321  23465.044772  -9626.866268 999999.999999
+PR22  10525.271759  21915.020286   7972.815454 999999.999999
+PR23  12509.861520   7204.600429  21019.855579 999999.999999
+PR24   7234.992863 -11316.647607  21661.622572 999999.999999
+*  2011  9  1 17 45  0.00000000
+PG02 -18098.530352   5586.035766 -18348.591928    353.937066
+PG03  19511.080766   3643.801106  17347.768835    762.580726
+PG04 -12403.748497 -10040.898347 -21424.951184    218.658605
+PG05 -26489.020358   1946.686795   1821.820930   -212.228702
+PG06  19875.673144   8599.530058  15680.062588    -81.382010
+PG07   3567.895686 -23215.792105  12171.249581     24.721234
+PG08  -2867.351860 -17985.109845  19144.920390      9.040317
+PG09 -14849.227676  21365.371496   4833.794806    102.900491
+PG10 -20538.926596 -10056.656800 -14041.410557    -11.771129
+PG11  13029.959368 -20763.083758   9452.066679   -182.093895
+PG12 -15876.922537  11931.692732 -17540.218415     19.617949
+PG13  -1694.803337 -22989.298517 -13259.780383    253.591441
+PG14  15041.625685  21390.115419  -4927.096457    170.073786
+PG15 -11399.290789  10736.988963  21447.667775   -108.119880
+PG16  26442.492164  -1925.398173   3388.634580   -195.240790
+PG17 -15955.144788 -20679.195001  -5318.830789    176.911380
+PG18   4979.897828  15716.290326  21206.804344    155.200071
+PG19  13641.695554  -6785.468606  21731.845265   -179.249505
+PG20  13763.465816 -14160.670041 -17873.874125     52.413392
+PG21    328.192643  22024.594711  14832.559773   -168.590178
+PG22  18444.361488  11502.331344  15518.588788    144.881348
+PG23   5084.307962 -17540.455336 -19135.932218    279.429892
+PG24  15517.927307 -21158.497612   2835.282309    420.307737
+PG25  -3494.966950  15095.065703 -21596.518923     16.725213
+PG26 -16442.856306  -3010.037814  20148.552509   -142.917036
+PG27 -17088.561093  16612.039307  11965.008514    300.871215
+PG28 -15087.763695 -12771.730529  18385.388153     64.120209
+PG29   2636.953472  23119.246490 -12780.185365    236.154986
+PG30    462.381178  15544.495118 -21936.855979     90.392336
+PG31  13207.412459   6483.151955 -21918.968239    135.101716
+PG32  21215.602362  -8011.794483 -13192.830504   -321.167477
+PR01  25098.623579   4489.949606    489.067820 999999.999999
+PR02  18982.023578  -4796.034753 -16333.749750 999999.999999
+PR03  11130.280133 -20701.087212   9776.582133 999999.999999
+PR04    467.283378  20851.601270 -14670.626171 999999.999999
+PR05 -25098.882785  -4515.915579   -579.845133 999999.999999
+PR06 -19487.645821   4383.271560  15835.348801 999999.999999
+PR07   -144.206845  11455.276150  22786.925063 999999.999999
+PR08  16085.124936  10823.705655  16588.040103 999999.999999
+PR09 -18137.595093  16506.540117   6833.585635 999999.999999
+PR10 -11181.570361  20776.174200  -9835.560416 999999.999999
+PR11   2449.058176  12839.895851 -21895.648177 999999.999999
+PR12  14823.266919  -2670.073853 -20564.926257 999999.999999
+PR13  17873.954164 -16700.221447  -7214.620963 999999.999999
+PR15  -4018.121755 -11173.466721  22591.422580 999999.999999
+PR16 -15032.999598   3057.344441  20374.680752 999999.999999
+PR17  -1914.412750 -22296.737278  12167.246638 999999.999999
+PR18 -10945.216470 -22359.222237  -5268.410308 999999.999999
+PR19 -13246.481748  -9740.277639 -19505.158218 999999.999999
+PR20  -7751.868085   9406.418632 -22412.901467 999999.999999
+PR21   1956.203903  22127.823463 -12455.404600 999999.999999
+PR22  10930.823575  22612.910558   4893.644668 999999.999999
+PR23  13380.674664   9551.779015  19493.055684 999999.999999
+PR24   8069.096926  -8712.244799  22551.611264 999999.999999
+*  2011  9  1 18  0  0.00000000
+PG02 -17287.215245   3525.148052 -19638.298599    353.939021
+PG03  20627.428005   5268.795369  15623.506425    762.585178
+PG04 -11264.859275 -12142.577294 -20924.852772    218.668662
+PG05 -26551.882704   1680.817572  -1011.052098   -212.233173
+PG06  20678.647295  10060.593790  13642.159474    -81.373688
+PG07   4323.879136 -24235.771591   9658.381716     24.723001
+PG08  -1662.699766 -19709.333415  17465.695590      9.039388
+PG09 -14680.549668  20585.103206   7615.495747    102.902443
+PG10 -18868.918862 -10296.027404 -16061.788448    -11.771730
+PG11  13175.811065 -19417.020309  11777.437177   -182.096919
+PG12 -17784.443504  11854.296592 -15646.947578     19.620018
+PG13   -806.885085 -21626.235312 -15481.231874    253.589472
+PG14  15089.770586  21843.153392  -2075.767101    170.075552
+PG15 -12804.993447   8711.798328  21587.736663   -108.118270
+PG16  26666.583059  -1744.694261    530.174194   -195.242599
+PG17 -15997.001997 -21194.194910  -2521.129255    176.910042
+PG18   2601.071215  15835.934062  21512.237311    155.201689
+PG19  14815.915035  -4599.771119  21567.271018   -179.253099
+PG20  15709.018670 -14142.595549 -16185.472505     52.413649
+PG21   -629.966217  23260.871585  12664.713121   -168.592534
+PG22  16601.086174  11780.525566  17299.224033    144.881417
+PG23   6405.376880 -15688.487366 -20341.245767    279.427394
+PG24  15543.701686 -20584.416809   5629.007410    420.308954
+PG25  -5922.337645  15206.918635 -20976.843311     16.726754
+PG26 -17494.487457  -5095.262120  18874.094757   -142.928441
+PG27 -16654.241273  15250.690895  14319.884600    300.874620
+PG28 -13010.936981 -12881.764812  19856.713077     64.122787
+PG29   1652.239533  21847.772320 -14977.419732    236.157951
+PG30  -1920.499041  15891.380757 -21600.726140     90.389083
+PG31  12019.947052   8728.774069 -21805.198056    135.106847
+PG32  22634.488967  -7702.770736 -10817.456913   -321.173462
+PR01  24863.123447   4319.028142   3684.734556 999999.999999
+PR02  20847.026972  -4639.294667 -13929.301961 999999.999999
+PR03  11596.534288 -21635.304549   6741.321248 999999.999999
+PR04   -176.705830  19000.815675 -17005.400607 999999.999999
+PR05 -24851.312834  -4343.492371  -3773.139786 999999.999999
+PR06 -21289.148340   4244.975761  13358.428255 999999.999999
+PR07  -2942.039552  11258.511209  22693.081567 999999.999999
+PR08  13944.701184  10453.799565  18637.220893 999999.999999
+PR09 -17376.752417  15788.580908   9842.376168 999999.999999
+PR10 -11636.651073  21715.711595  -6814.080916 999999.999999
+PR11    915.253870  14972.731870 -20615.584841 999999.999999
+PR12  13153.232480   -657.099057 -21841.339111 999999.999999
+PR13  17082.767317 -15953.144318 -10210.667710 999999.999999
+PR15  -2425.021366 -13389.103415  21599.807251 999999.999999
+PR16 -13363.101453   1060.302472  21686.392140 999999.999999
+PR17  -1420.949544 -20700.303496  14782.049770 999999.999999
+PR18 -11256.153870 -22726.757841  -2085.168969 999999.999999
+PR19 -14186.887451 -11829.775137 -17594.863601 999999.999999
+PR20  -8762.288447   6793.417494 -22972.734185 999999.999999
+PR21   1426.831266  20508.211832 -15040.849412 999999.999999
+PR22  11239.169096  22925.420128   1720.293205 999999.999999
+PR23  14339.701852  11633.861234  17587.311663 999999.999999
+PR24   9123.504843  -6099.615095  23002.565290 999999.999999
+*  2011  9  1 18 15  0.00000000
+PG02 -16527.728492   1314.310353 -20583.901416    353.940710
+PG03  21670.610252   6682.203550  13625.661481    762.590607
+PG04 -10258.523809 -14231.225563 -20069.794701    218.678703
+PG05 -26311.823370   1381.778447  -3826.647495   -212.238443
+PG06  21398.475199  11294.933172  11374.121406    -81.365686
+PG07   4904.087049 -25024.752467   6977.120610     24.724500
+PG08   -655.026108 -21317.433201  15479.994056      9.040328
+PG09 -14439.806109  19505.545792  10263.765896    102.904233
+PG10 -17003.123249 -10640.024288 -17814.086864    -11.773617
+PG11  13336.202392 -17828.277987  13892.973994   -182.099869
+PG12 -19464.406735  11857.775083 -13482.222500     19.622109
+PG13    280.285551 -20115.413785 -17437.720231    253.587399
+PG14  14986.224462  22020.320441    811.030358    170.077206
+PG15 -14306.444595   6765.205858  21356.708520   -108.116679
+PG16  26579.088017  -1550.976207  -2337.241074   -195.244867
+PG17 -15885.760289 -21444.314544    319.433720    176.908353
+PG18    213.439930  16072.543637  21458.888870    155.203384
+PG19  16079.522325  -2514.878428  21031.884192   -179.256611
+PG20  17451.717762 -14185.802512 -14220.489882     52.414158
+PG21  -1429.722036  24308.855208  10277.285499   -168.594843
+PG22  14591.528014  12163.130388  18787.267005    144.881399
+PG23   7887.432619 -13815.331560 -21193.171388    279.424498
+PG24  15457.271438 -19733.737003   8324.097639    420.311477
+PG25  -8250.990062  15435.297724 -19996.914223     16.728339
+PG26 -18569.018634  -6971.638984  17262.617300   -142.939762
+PG27 -16205.720208  13639.336603  16433.284201    300.878723
+PG28 -10799.651028 -13117.984521  21003.080644     64.125401
+PG29    469.714622  20435.434297 -16916.313006    236.160714
+PG30  -4226.736287  16350.835281 -20906.200545     90.385796
+PG31  10970.199922  11005.577757 -21308.712501    135.112033
+PG32  23782.823851  -7458.011549  -8249.079447   -321.179455
+PR01  24227.644135   4139.864744   6808.775225 999999.999999
+PR02  22406.206295  -4637.225358 -11253.962433 999999.999999
+PR03  11781.820009 -22281.996400   3574.293286 999999.999999
+PR04  -1073.579853  16963.157539 -19009.558687 999999.999999
+PR05 -24204.144053  -4164.072317  -6893.136405 999999.999999
+PR06 -22775.459022   4258.283769  10621.446291 999999.999999
+PR07  -5708.328285  11256.817339  22158.263680 999999.999999
+PR08  11553.896832  10223.571999  20324.773383 999999.999999
+PR09 -16468.094561  14719.901294  12658.838633 999999.999999
+PR10 -11812.089329  22370.362585  -3661.057983 999999.999999
+PR11   -354.897645  17062.672186 -18934.555775 999999.999999
+PR12  11563.237212   1580.105779 -22693.415451 999999.999999
+PR13  16154.251196 -14851.312407 -13008.330103 999999.999999
+PR15  -1085.923818 -15595.321573  20189.706801 999999.999999
+PR16 -11768.112024  -1167.394602  22576.294290 999999.999999
+PR17   -680.628999 -18869.888671  17108.645332 999999.999999
+PR18 -11418.405447 -22715.695299   1138.874998 999999.999999
+PR19 -15167.089454 -13613.938198 -15342.925711 999999.999999
+PR20  -9980.631095   4224.038622 -23086.455550 999999.999999
+PR21    647.955553  18662.271914 -17332.921620 999999.999999
+PR22  11395.844578  22864.300454  -1486.160480 999999.999999
+PR23  15334.946329  13411.101784  15339.675300 999999.999999
+PR24  10378.844262  -3546.125979  23005.684819 999999.999999
+*  2011  9  1 18 30  0.00000000
+PG02 -15848.369929  -1008.450166 -21170.112652    353.942322
+PG03  22600.709818   7878.209987  11390.514250    762.595948
+PG04  -9392.218191 -16261.604638 -18873.111882    218.688682
+PG05 -25778.617393   1014.224907  -6576.853186   -212.243258
+PG06  21996.075603  12300.463848   8914.168179    -81.357299
+PG07   5333.297771 -25550.508160   4174.110156     24.726037
+PG08    160.788872 -22761.067346  13221.608759      9.040178
+PG09 -14167.577627  18132.023934  12731.093269    102.905881
+PG10 -14979.479573 -11107.490476 -19268.841745    -11.773974
+PG11  13538.923720 -16021.682716  15760.671710   -182.102732
+PG12 -20886.041690  11909.965037 -11083.390420     19.624676
+PG13   1569.141111 -18503.149609 -19096.253267    253.585883
+PG14  14697.948480  21942.255802   3684.023344    170.078961
+PG15 -15871.918521   4933.002756  20759.061835   -108.115129
+PG16  26185.222438  -1306.067418  -5165.171384   -195.246640
+PG17 -15589.799402 -21449.235650   3154.591269    176.906910
+PG18  -2138.393199  16420.594211  21046.561780    155.204802
+PG19  17401.349680   -567.540113  20135.950842   -179.260478
+PG20  18962.651846 -14260.787631 -12012.120930     52.414287
+PG21  -2087.599009  25132.150063   7710.425688   -168.597362
+PG22  12455.848873  12664.612981  19957.676010    144.881183
+PG23   9511.276830 -11966.082390 -21677.934379    279.421457
+PG24  15296.545167 -18605.938727  10873.526032    420.314102
+PG25 -10436.778753  15761.290873 -18673.444012     16.729908
+PG26 -19625.025646  -8614.257279  15344.975042   -142.951109
+PG27 -15782.124909  11800.743038  18271.698016    300.882270
+PG28  -8498.135124 -13492.452568  21805.969140     64.127817
+PG29   -910.913631  18926.290544 -18563.194110    236.163578
+PG30  -6414.296367  16904.061942 -19864.416548     90.382401
+PG31  10072.689231  13264.038559 -20437.732262    135.117169
+PG32  24639.346568  -7244.047527  -5533.709491   -321.185435
+PR01  23204.407161   4006.964295   9800.487256 999999.999999
+PR02  23618.417648  -4746.959317  -8359.772064 999999.999999
+PR03  11724.039710 -22596.899514    337.407405 999999.999999
+PR04  -2230.056488  14803.242582 -20644.172339 999999.999999
+PR05 -23169.855141  -4032.082793  -9879.230771 999999.999999
+PR06 -23906.930413   4378.947272   7677.663681 999999.999999
+PR07  -8376.045216  11441.616487  21192.761426 999999.999999
+PR08   8969.411090  10165.714082  21617.998093 999999.999999
+PR09 -15471.564936  13301.348005  15227.959486 999999.999999
+PR10 -11745.565620  22695.944397   -437.350163 999999.999999
+PR11  -1352.174546  19042.541114 -16885.030934 999999.999999
+PR12  10104.085097   3993.836018 -23105.332472 999999.999999
+PR13  15149.054278 -13397.473914 -15553.353794 999999.999999
+PR15    -15.389741 -17724.674758  18388.706756 999999.999999
+PR16 -10299.226166  -3578.711225  23026.632428 999999.999999
+PR17    321.986502 -16867.015265  19101.852087 999999.999999
+PR18 -11381.311244 -22349.205726   4340.644221 999999.999999
+PR19 -16130.216594 -15064.242819 -12793.050371 999999.999999
+PR20 -11378.382001   1762.600317 -22751.617855 999999.999999
+PR21   -394.224258  16652.073736 -19287.151228 999999.999999
+PR22  11350.977928  22453.677000  -4664.016134 999999.999999
+PR23  16309.417540  14855.545328  12793.847921 999999.999999
+PR24  11804.116379  -1114.942998  22560.904301 999999.999999
+*  2011  9  1 18 45  0.00000000
+PG02 -15271.061427  -3400.616954 -21388.096315    353.944057
+PG03  23379.322782   8859.272153   8958.103333    762.600512
+PG04  -8665.761206 -18188.439866 -17354.006715    218.698623
+PG05 -24970.212110    545.509384  -9214.665520   -212.247931
+PG06  22434.019473  13082.934130   6303.726133    -81.348774
+PG07   5642.049405 -25788.004556   1298.217963     24.727662
+PG08    798.432894 -23995.272081  10729.514844      9.039854
+PG09 -13903.681732  16479.455120  14972.672158    102.908681
+PG10 -12839.833428 -11710.387760 -20401.357807    -11.774553
+PG11  13807.639906 -14028.655392  17347.032026   -182.105574
+PG12 -22026.465887  11974.571182  -8491.963959     19.626776
+PG13   3053.446818 -16836.679429 -20428.992318    253.583768
+PG14  14197.390370  21636.779342   6494.371703    170.080778
+PG15 -17464.617884   3244.908430  19805.530723   -108.113868
+PG16  25498.827049   -973.684322  -7905.794580   -195.248914
+PG17 -15082.801333 -21235.476699   5936.329304    176.905063
+PG18  -4411.220183  16867.235336  20280.912513    155.206761
+PG19  18745.175854   1211.897030  18895.816090   -179.263839
+PG20  20219.890772 -14334.271157  -9597.819310     52.414814
+PG21  -2626.250384  25699.748772   5008.044460   -168.599552
+PG22  10237.150481  13292.408194  20790.695761    144.880905
+PG23  11250.329581 -10182.353675 -21788.222508    279.418771
+PG24  15099.979474 -17209.231085  13232.994975    420.315968
+PG25 -12440.298683  16159.222824 -17029.049190     16.731433
+PG26 -20619.077277 -10007.420917  13157.146452   -142.962221
+PG27 -15418.547064   9764.824001  19806.562096    300.885041
+PG28  -6152.611885 -14009.438474  22252.196572     64.130609
+PG29  -2481.488544  17365.195459 -19889.400840    236.166603
+PG30  -8445.368058  17525.682513 -18492.126259     90.378859
+PG31   9333.434488  15453.505062 -19207.220052    135.122183
+PG32  25191.631248  -7024.846942  -2719.914121   -321.191433
+PR01  21818.471870   3971.680614  12601.765760 999999.999999
+PR02  24453.849162  -4919.272192  -5303.026327 999999.999999
+PR03  11469.952333 -22546.439780  -2906.076007 999999.999999
+PR04  -3640.302754  12587.593765 -21877.509112 999999.999999
+PR05 -21773.736163  -3998.750981 -12673.426056 999999.999999
+PR06 -24655.540707   4556.643543   4584.387639 999999.999999
+PR07 -10881.510331  11792.913024  19815.244956 999999.999999
+PR08   6254.464131  10302.422306  22491.841075 999999.999999
+PR09 -14447.497601  11547.039552  17499.602889 999999.999999
+PR10 -11483.495503  22658.698204   2794.801969 999999.999999
+PR11  -2080.218947  20846.431766 -14506.707400 999999.999999
+PR12   8817.658684   6527.773508 -23069.827161 999999.999999
+PR13  14127.737740 -11607.654533 -17796.434161 999999.999999
+PR15    784.960100 -19709.846436  16231.894661 999999.999999
+PR16  -8999.013773  -6117.570385  23028.199641 999999.999999
+PR17   1590.025732 -14757.028790  20723.054016 999999.999999
+PR18 -11101.106659 -21662.161050   7457.545545 999999.999999
+PR19 -17016.737763 -16164.864981  -9994.734415 999999.999999
+PR20 -12916.223255   -532.620814 -21974.489136 999999.999999
+PR21  -1701.141650  14543.156339 -20865.736220 999999.999999
+PR22  11061.587041  21728.934362  -7752.107530 999999.999999
+PR23  17203.606938  15951.945672   9999.329035 999999.999999
+PR24  13357.880473   1137.385570  21676.894108 999999.999999
+*  2011  9  1 19  0  0.00000000
+PG02 -14810.558018  -5816.673776 -21235.530498    353.945797
+PG03  23971.050244   9635.721914   6371.432994    762.605244
+PG04  -8071.408653 -19968.011105 -15537.313924    218.708547
+PG05 -23912.051751    -52.868263 -11694.976989   -212.252792
+PG06  22678.002980  13655.530227   3586.775638    -81.340663
+PG07   5865.236506 -25720.415624  -1600.350177     24.729150
+PG08   1279.469799 -24980.237089   8047.195447      9.039691
+PG09 -13685.426432  14572.031524  16947.335755    102.910535
+PG10 -10628.535777 -12453.209853 -21192.109278    -11.775861
+PG11  14160.782440 -11886.119741  18623.737410   -182.108720
+PG12 -22871.452312  12012.730810  -5752.890934     19.628827
+PG13   4718.379878 -15162.418751 -21413.683154    253.582058
+PG14  13463.676271  21137.702247   9194.467710    170.082511
+PG15 -19044.000454   1723.620894  18512.890142   -108.112137
+PG16  24541.859233   -521.000486 -10512.673900   -195.250911
+PG17 -14344.889454 -20835.257446   8617.660642    176.903689
+PG18  -6564.657394  17392.715923  19173.447280    155.208345
+PG19  20071.079205   2800.421921  17333.561389   -179.267664
+PG20  21209.195617 -14370.594481  -7018.691244     52.415023
+PG21  -3073.423714  25987.332421   2217.088349   -168.601998
+PG22   7980.011767  14046.526653  21272.170955    144.880942
+PG23  13071.546641  -8500.815014 -21523.239728    279.415804
+PG24  14904.921010 -15560.355707  15361.726860    420.317335
+PG25 -14228.215065  16597.696886 -15091.872897     16.733031
+PG26 -21507.503544 -11144.926789  10739.408648   -142.973687
+PG27 -15144.737025   7567.611341  21014.544120    300.887757
+PG28  -3809.794841 -14665.187195  22334.105979     64.133480
+PG29  -4225.513182  15796.115860 -20871.794654    236.169670
+PG30 -10287.587328  18184.671089 -16811.482995     90.375637
+PG31   8749.828278  17524.048295 -17638.626247    135.127375
+PG32  25436.461882  -6763.477818    142.151291   -321.197440
+PR01  20106.775396   4079.813997  15158.232650 999999.999999
+PR02  24895.157294  -5100.894310  -2143.174874 999999.999999
+PR03  11072.949770 -22109.257963  -6092.806300 999999.999999
+PR04  -5285.949648  10381.980706 -22685.645728 999999.999999
+PR05 -20052.924481  -4109.707143 -15221.459935 999999.999999
+PR06 -25005.968771   4737.339161   1401.847859 999999.999999
+PR07 -13166.802439  12280.194495  18052.409431 999999.999999
+PR08   3476.396347  10644.363746  22929.374335 999999.999999
+PR09 -13453.965755   9484.012134  19429.502480 999999.999999
+PR10 -11078.866521  22236.808129   5972.957816 999999.999999
+PR11  -2555.150321  22412.387197 -11845.748283 999999.999999
+PR12   7735.306901   9119.120099 -22588.280029 999999.999999
+PR13  13148.137868  -9510.719114 -19694.163683 999999.999999
+PR15   1326.261551 -21486.338176  13761.171843 999999.999999
+PR16  -7899.713678  -8720.950297  22580.550796 999999.999999
+PR17   3113.945333 -12606.446165  21940.941408 999999.999999
+PR18 -10543.016390 -20699.541474  10428.718962 999999.999999
+PR19 -17767.061702 -16913.101431  -7002.307021 999999.999999
+PR20 -14545.565632  -2611.596432 -20769.950055 999999.999999
+PR21  -3261.574949  12401.867853 -22038.263348 999999.999999
+PR22  10493.604002  20735.156436 -10690.949434 999999.999999
+PR23  17958.087995  16698.158092   7010.451315 999999.999999
+PR24  14989.896415   3163.057214  20370.890252 999999.999999
+*  2011  9  1 19 15  0.00000000
+PG02 -14473.964825  -8209.694959 -20716.546937    353.947571
+PG03  24344.858166  10225.070821   3675.660774    762.610630
+PG04  -7594.247808 -21559.713656 -13453.164096    218.718445
+PG05 -22636.129358   -803.968637 -13975.333592   -212.257513
+PG06  22698.220336  14038.209086    809.156889    -81.332765
+PG07   6040.531909 -25339.825818  -4470.965045     24.730783
+PG08   1632.311524 -25682.901362   5221.854303      9.039357
+PG09 -13545.946078  12442.517379  18618.447126    102.913234
+PG10  -8390.952983 -13332.673209 -21627.076097    -11.777250
+PG11  14610.671560  -9635.186971  19568.210674   -182.111351
+PG12 -23415.866162  11984.692450  -2913.756236     19.631149
+PG13   6540.937786 -13524.271633 -22033.992445    253.580437
+PG14  12483.550487  20483.431317  11738.704658    170.084369
+PG15 -20567.255124    384.145659  16903.643143   -108.110654
+PG16  23343.593885     79.914783 -12941.509239   -195.253321
+PG17 -13363.529139 -20285.167616  11153.374460    176.901968
+PG18  -8562.488872  17971.081271  17741.434099    155.210221
+PG19  21336.931129   4183.002407  15476.576405   -179.271353
+PG20  21924.446068 -14333.227589  -4318.818785     52.415092
+PG21  -3460.692463  25978.340618   -613.289242   -168.604510
+PG22   5728.978309  14919.449228  21393.777240    144.880479
+PG23  14936.587559  -6951.944291 -20888.643824    279.413226
+PG24  14746.013565 -13684.060566  17223.176044    420.321622
+PG25 -15774.365262  17040.871272 -12895.112016     16.734566
+PG26 -22248.143262 -12029.956226   8135.468594   -142.984934
+PG27 -14984.028484   5250.036960  21877.744260    300.892231
+PG28  -1515.370986 -15447.974321  22049.693997     64.136259
+PG29  -6118.588883  14260.490755 -21493.180013    236.172250
+PG30 -11915.074600  18845.509802 -14849.753370     90.372210
+PG31   8310.868837  19428.295523 -15759.501572    135.132395
+PG32  25379.835752  -6423.800200   3001.729291   -321.203459
+PR01  18116.693005   4369.451542  17420.290585 999999.999999
+PR02  24938.096548  -5236.999351   1058.340408 999999.999999
+PR03  10590.562319 -21277.231445  -9160.602328 999999.999999
+PR04  -7136.643069   8248.809070 -23052.928875 999999.999999
+PR05 -18054.962065  -4402.831075 -17473.857971 999999.999999
+PR06 -24956.151663   4865.817763  -1807.986170 999999.999999
+PR07 -15181.936252  12863.794244  15938.462519 999999.999999
+PR08    704.103791  11190.141606  22922.120218 999999.999999
+PR09 -12544.247620   7151.324088  20980.131373 999999.999999
+PR10 -10588.809194  21421.444229   9035.665430 999999.999999
+PR11  -2804.645230  23684.939108  -8953.889430 999999.999999
+PR12   6876.696453  11700.996426 -21670.635459 999999.999999
+PR13  12262.864881  -7147.403655 -21209.861709 999999.999999
+PR15   1631.687006 -22995.053607  11024.440019 999999.999999
+PR16  -7021.976920 -11321.290135  21692.043470 999999.999999
+PR17   4871.709266 -10480.278973  22732.103618 999999.999999
+PR18  -9682.968788 -19514.433615  13196.245815 999999.999999
+PR19 -18324.157945 -17319.248992  -3873.876045 999999.999999
+PR20 -16210.492163  -4434.403649 -19161.222358 999999.999999
+PR21  -5051.901728  10292.697294 -22782.278091 999999.999999
+PR22   9623.541687  19525.184927 -13423.856306 999999.999999
+PR23  18516.130386  17104.989523   3885.320896 999999.999999
+PR24  16643.156358   4924.768460  18668.355536 999999.999999
+*  2011  9  1 19 30  0.00000000
+PG02 -14260.571936 -10532.972232 -19841.556046    353.948948
+PG03  24475.257176  10651.056691    917.283357    762.615187
+PG04  -7212.882731 -22927.529660 -11136.545284    218.727727
+PG05 -21179.801494  -1724.328807 -16016.650060   -212.262210
+PG06  22470.586070  14256.782279  -1982.158071    -81.324236
+PG07   6206.698801 -24647.589710  -7263.498512     24.732361
+PG08   1890.893615 -26078.297376   2303.530972      9.038652
+PG09 -13512.696170  10131.180356  19954.720016    102.915255
+PG10  -6171.937807 -14337.699480 -21698.010085    -11.777742
+PG11  15162.907620  -7319.674475  20164.045520   -182.114404
+PG12 -23663.752783  11851.540718    -23.931242     19.633288
+PG13   8490.658600 -11962.054226 -22279.747203    253.578764
+PG14  11252.030412  19715.420591  14084.204187    170.086113
+PG15 -21990.870665   -766.574277  15005.617025   -108.109085
+PG16  21939.561501    850.836893 -15150.862145   -195.255482
+PG17 -12134.158371 -19624.689786  13500.752026    176.900539
+PG18 -10373.874168  18571.123442  16007.725556    155.211958
+PG19  22499.972305   5352.920120  13357.055759   -179.274919
+PG20  22367.766364 -14186.328892  -1544.522253     52.415521
+PG21  -3822.001478  25664.756159  -3432.645506   -168.606539
+PG22   3527.057703  15896.312424  21153.166535    144.880853
+PG23  16803.185975  -5559.040222 -19896.374363    279.410434
+PG24  14653.734604 -11612.267915  18785.649355    420.322921
+PG25 -17060.590587  17449.921174 -10476.456144     16.736070
+PG26 -22802.000328 -12674.601757   5391.576555   -142.996762
+PG27 -14952.520650   2856.572086  22383.819303    300.896733
+PG28    687.484093 -16338.447708  21402.680912     64.139008
+PG29  -8129.168312  12795.699025 -21742.619718    236.174819
+PG30 -13309.247563  19469.529321 -12638.954227     90.368818
+PG31   7997.744285  21123.172113 -13602.984604    135.137542
+PG32  25036.600441  -5972.114344   5808.439253   -321.209424
+PR01  15904.179539   4869.141883  19344.081470 999999.999999
+PR02  24591.616767  -5273.763786   4239.285575 999999.999999
+PR03  10081.802129 -20055.948566 -12049.683976 999999.999999
+PR04  -9151.108566   6244.668562 -22972.274832 999999.999999
+PR05 -15835.934479  -4906.433274 -19386.892869 999999.999999
+PR06 -24517.301328   4888.263264  -4982.622446 999999.999999
+PR07 -16886.715014  13496.658813  13514.463734 999999.999999
+PR08  -1994.584829  11926.283602  22470.214000 999999.999999
+PR09 -11764.518469   4598.657104  22121.432918 999999.999999
+PR10 -10072.002696  20217.284925  11923.635312 999999.999999
+PR11  -2866.521988  24617.396062  -5887.430808 999999.999999
+PR12   6249.168987  14205.006591 -20335.164227 999999.999999
+PR13  11517.042735  -4568.858202 -22314.271743 999999.999999
+PR15   1735.220985 -24184.672531   8074.678282 999999.999999
+PR16  -6374.114580 -13849.105460  20379.702572 999999.999999
+PR17   6829.502534  -8439.444040  23081.463458 999999.999999
+PR18  -8508.856945 -18165.707410  15706.290625 999999.999999
+PR19 -18636.088229 -17405.948291   -670.199695 999999.999999
+PR20 -17850.032732  -5972.654983 -17179.432661 999999.999999
+PR21  -7036.883100   8275.710016 -23083.694645 999999.999999
+PR22   8439.733199  18157.374694 -15898.013601 999999.999999
+PR23  18826.217599  17195.514162    684.683868 999999.999999
+PR24  18256.220246   6397.020430  16602.478876 999999.999999
+*  2011  9  1 19 45  0.00000000
+PG02 -14162.006233 -12741.615122 -18626.967615    353.950730
+PG03  24343.263068  10942.476709  -1856.663891    762.619625
+PG04  -6900.389391 -24041.351312  -8626.764301    218.738105
+PG05 -19584.410037  -2823.128464 -17783.871681   -212.267296
+PG06  21977.760987  14341.783250  -4739.818527    -81.315740
+PG07   6401.862915 -23654.333767  -9929.237966     24.734017
+PG08   2093.108870 -26150.581246   -655.861098      9.037832
+PG09 -13606.179520   7684.394249  20930.941038    102.917759
+PG10  -4014.314057 -15449.694297 -21402.625315    -11.779938
+PG11  15816.058027  -4984.523510  20401.297736   -182.117287
+PG12 -23628.072955  11576.897204   2866.312332     19.635555
+PG13  10530.625168 -10510.089257 -22147.075903    253.576815
+PG14   9772.754486  18876.528472  16191.493613    170.087651
+PG15 -23272.237844  -1729.716158  12851.476292   -108.107797
+PG16  20370.260532   1806.353342 -17102.844567   -195.257403
+PG17 -10660.526477 -18894.630907  15620.240428    176.899057
+PG18 -11974.374230  19157.556571  14000.487530    155.213710
+PG19  23518.412591   6311.789857  11011.431049   -179.278722
+PG20  22549.342465 -13896.296846   1256.426979     52.416300
+PG21  -4192.085425  25047.559543  -6190.234610   -168.609244
+PG22   1414.274507  16955.379214  20554.024150    144.880708
+PG23  18626.667056  -4337.527659 -18564.378906    279.407919
+PG24  14653.119049  -9382.972751  20022.825415    420.324313
+PG25 -18077.265984  17784.630245  -7877.447263     16.737522
+PG26 -23134.746691 -13099.064815   2555.644624   -143.008034
+PG27 -15058.535566    433.771338  22526.038398    300.900401
+PG28   2759.511159 -17310.247824  20402.519282     64.141760
+PG29 -10219.595285  11433.695325 -21615.639574    236.177804
+PG30 -14459.378418  20016.390099 -10215.414029     90.365441
+PG31   7784.743725  22571.478840 -11207.175527    135.142309
+PG32  24429.746479  -5378.694373   8513.224598   -321.215118
+PR01  13531.569894   5596.481570  20892.331383 999999.999999
+PR02  23877.424646  -5160.887739   7337.849032 999999.999999
+PR03   9604.460197 -18464.616183 -14703.849439 999999.999999
+PR04 -11278.686096   4418.141150 -22445.302652 999999.999999
+PR05 -13458.269211  -5637.848127 -20923.431234 999999.999999
+PR06 -23713.380202   4754.787539  -8060.273399 999999.999999
+PR07 -18252.181494  14126.445635  10827.527908 999999.999999
+PR08  -4555.481993  12827.753994  21582.401758 999999.999999
+PR09 -11151.867119   1884.473956  22831.398167 999999.999999
+PR10  -9586.022916  18642.495298  14580.877883 999999.999999
+PR11  -2786.890408  25173.783193  -2706.132346 999999.999999
+PR12   5847.625162  16563.864103 -18608.075943 999999.999999
+PR13  10946.383832  -1834.761199 -22986.114142 999999.999999
+PR15   1679.984261 -25013.718373   4968.927630 999999.999999
+PR16  -5951.884037 -16235.704029  18668.909035 999999.999999
+PR17   8942.948241  -6538.369023  22982.546618 999999.999999
+PR18  -7021.293041 -16715.473211  17910.152973 999999.999999
+PR19 -18658.341170 -17207.020253   2546.494495 999999.999999
+PR20 -19400.675200  -7210.440873 -14863.018617 999999.999999
+PR21  -9170.943540   6404.193173 -22937.040274 999999.999999
+PR22   6943.091282  16693.136677 -18065.483081 999999.999999
+PR23  18844.361208  17003.884585  -2529.258522 999999.999999
+PR24  19765.756783   7566.923239  14213.522696 999999.999999
+*  2011  9  1 20  0  0.00000000
+PG02 -14162.686842 -14794.065081 -17094.818609    353.952187
+PG03  23937.108850  11131.857824  -4599.380892    762.625116
+PG04  -6625.508094 -24878.100814  -5966.812167    218.747631
+PG05 -17893.762631  -4101.639078 -19246.572094   -212.272082
+PG06  21209.942336  14327.158157  -7416.864033    -81.307157
+PG07   6661.816337 -22379.600397 -12421.771056     24.735946
+PG08   2279.066210 -25893.700129  -3603.549673      9.038294
+PG09 -13838.967377   5152.968163  21528.566566    102.919611
+PG10  -1957.428339 -16643.117288 -20744.706633    -11.781941
+PG11  16561.651798  -2674.184963  20276.631681   -182.120513
+PG12 -23330.096201  11128.528100   5706.706144     19.637458
+PG13  12618.715315  -9196.021794 -21638.451114    253.575510
+PG14   8058.012133  18009.341053  18025.125555    170.089535
+PG15 -24371.224754  -2514.323323  10478.161217   -108.106271
+PG16  18679.689440   2953.098300 -18763.761164   -195.259479
+PG17  -8954.729369 -18135.519596  17476.076623    176.897430
+PG18 -13346.753210  19692.379324  11752.830357    155.215249
+PG19  24352.995801   7069.267670   8479.748551   -179.282166
+PG20  22486.934913 -13433.252112   4035.630470     52.416672
+PG21  -4604.828524  24136.822346  -8836.038099   -168.611562
+PG22   -573.663198  18068.779849  19606.035675    144.881004
+PG23  20361.552832  -3294.576495 -16916.246630    279.404988
+PG24  14762.719113  -7038.918488  20914.165968    420.325243
+PG25 -18823.507014  18005.049904  -5142.770527     16.739021
+PG26 -23218.020352 -13330.570704   -323.610691   -143.019524
+PG27 -15302.359597  -1971.230687  22303.277960    300.901718
+PG28   4666.646135 -18330.891108  19064.337088     64.144423
+PG29 -12347.391932  10199.868043 -21114.317769    236.180761
+PG30 -15362.871827  20445.654310  -7619.259124     90.361980
+PG31   7640.455987  23743.239117  -8614.410902    135.147231
+PG32  23589.392538  -4619.144165  11069.246465   -321.221020
+PR01  11065.130499   6557.172792  22035.066197 999999.999999
+PR02  22829.028768  -4853.969761  10293.845804 999999.999999
+PR03   9212.473713 -16535.405764 -17071.573957 999999.999999
+PR04 -13461.271260   2807.960108 -21482.298726 999999.999999
+PR05 -10988.285097  -6602.498981 -22053.651713 999999.999999
+PR06 -22580.058612   4421.794061 -10981.067327 999999.999999
+PR07 -19261.606801  14697.862265   7929.908025 999999.999999
+PR08  -6920.460415  13858.968275  20275.873521 999999.999999
+PR09 -10732.720598   -926.188711  23096.479583 999999.999999
+PR10  -9184.743382  16728.159827  16955.783404 999999.999999
+PR11  -2617.945784  25330.349788    527.963418 999999.999999
+PR12   5654.935466  18713.973229 -16522.991154 999999.999999
+PR13  10575.678157    988.916675 -23212.484939 999999.999999
+PR15   1516.177508 -25452.234767   1767.201743 999999.999999
+PR16  -5738.824423 -18415.887238  16592.916888 999999.999999
+PR17  11158.776045  -4822.891690  22437.582869 999999.999999
+PR18  -5233.825000 -15226.429163  19765.208561 999999.999999
+PR19 -18355.871134 -16765.845058   5713.720120 999999.999999
+PR20 -20799.007765  -8144.744774 -12256.987932 999999.999999
+PR21 -11399.891335   4722.607765 -22345.531681 999999.999999
+PR22   5147.353747  15194.368015 -19884.124129 999999.999999
+PR23  18536.113607  16573.689739  -5694.062359 999999.999999
+PR24  21109.182671   8434.466892  11548.031499 999999.999999
+*  2011  9  1 20 15  0.00000000
+PG02 -14240.559856 -16653.469071 -15272.320192    353.954233
+PG03  23252.689543  11254.018451  -7265.040329    762.629499
+PG04  -6354.029708 -25422.598248  -3202.641141    218.757886
+PG05 -16152.528715  -5552.978458 -20379.477230   -212.277213
+PG06  20165.386395  14248.827481  -9967.498949    -81.298623
+PG07   7018.422883 -20851.149450 -14697.822126     24.737435
+PG08   2489.251218 -25311.664658  -6486.945345      9.037443
+PG09 -14215.066259   2590.273047  21736.171122    102.921181
+PG10    -35.821435 -17886.328219 -19734.130315    -11.781781
+PG11  17384.479231   -431.042706  19793.321814   -182.123605
+PG12 -22798.477021  10479.792989   8447.888123     19.639878
+PG13  14709.051717  -8039.898257 -20762.634489    253.572903
+PG14   6128.455711  17154.522735  19554.233097    170.090929
+PG15 -25251.666705  -3136.751122   7926.261494   -108.104598
+PG16  16913.750810   4289.285869 -20104.694989   -195.261744
+PG17  -7036.940055 -17386.027075  19036.854798    176.896236
+PG18 -14481.520530  20136.377872   9302.340662    155.216946
+PG19  24968.472994   7642.462673   5805.002717   -179.285973
+PG20  22205.104044 -12772.390608   6744.909196     52.416760
+PG21  -5091.639944  22951.425209 -11321.810230   -168.613695
+PG22  -2406.537151  19203.497626  18324.762304    144.880919
+PG23  21963.194441  -2429.042749 -14980.759247    279.402283
+PG24  14993.838354  -4626.104335  21445.215412    420.327958
+PG25 -19307.045982  18073.161846  -2319.487945     16.740550
+PG26 -23030.478228 -13402.054754  -3197.487061   -143.030891
+PG27 -15676.270211  -4312.223527  21719.962038    300.903663
+PG28   6381.128897 -19362.892652  17408.810527     64.147400
+PG29 -14466.743811   9112.164413 -20247.256620    236.183570
+PG30 -16025.248647  20718.393607  -4893.826463     90.358557
+PG31   7529.204133  24616.760965  -5870.456937    135.152200
+PG32  22551.512356  -3675.522132  13432.705509   -321.227012
+PR01   8572.463632   7744.592250  22750.184911 999999.999999
+PR02  21490.309251  -4316.634308  13049.887828 999999.999999
+PR03   8953.476715 -14312.267512 -19107.008100 999999.999999
+PR04 -15635.582618   1441.595507 -20102.013732 999999.999999
+PR05  -8493.594689  -7793.475099 -22755.621107 999999.999999
+PR06 -21163.198927   3854.076123 -13688.219724 999999.999999
+PR07 -19910.975885  15155.147825   4877.975257 999999.999999
+PR08  -9039.618120  14975.268666  18575.934592 999999.999999
+PR09 -10521.742510  -3764.198969  22911.834331 999999.999999
+PR10  -8915.897854  14517.190377  19002.123958 999999.999999
+PR11  -2415.502109  25076.579438   3751.757589 999999.999999
+PR12   5642.856711  20597.862892 -14120.284435 999999.999999
+PR13  10417.758844   3832.407160 -22989.094402 999999.999999
+PR15   1298.730859 -25483.003048  -1468.656225 999999.999999
+PR16  -5707.128072 -20330.522167  14192.207015 999999.999999
+PR17  13416.871622  -3328.538437  21457.439074 999999.999999
+PR18  -3172.607839 -13759.212529  21235.721718 999999.999999
+PR19 -17704.754550 -16133.352618   8769.947929 999999.999999
+PR20 -21984.381046  -8785.313180  -9412.043904 999999.999999
+PR21 -13663.006936   3264.930076 -21320.984336 999999.999999
+PR22   3078.801214  13720.873987 -21318.414116 999999.999999
+PR23  17878.193793  15955.930281  -8748.257096 999999.999999
+PR24  22227.288716   9012.249093   8657.917455 999999.999999
+*  2011  9  1 20 30  0.00000000
+PG02 -14368.078460 -18288.865397 -13191.336176    353.955946
+PG03  22293.731024  11344.576541  -9809.481124    762.635557
+PG04  -6050.322544 -25668.137161   -382.364079    218.768000
+PG05 -14404.611438  -7162.181862 -21162.906514   -212.281827
+PG06  18850.640684  14143.171006 -12347.861505    -81.290229
+PG07   7498.190305 -19103.946695 -16718.023274     24.739022
+PG08   2762.670174 -24418.412852  -9254.681520      9.037352
+PG09 -14729.664767     50.248535  21549.729113    102.922813
+PG10   1721.930745 -19142.684052 -18386.791115    -11.783077
+PG11  18263.180072   1706.059132  18961.113825   -182.126416
+PG12 -22068.051981   9610.875845  11042.286224     19.641740
+PG13  16753.598336  -7053.541005 -19534.525821    253.572113
+PG14   4012.505490  16349.253706  20753.014593    170.092662
+PG15 -25882.715522  -3619.835681   5239.335009   -108.103321
+PG16  15118.585280   5804.563180 -21102.026306   -195.263545
+PG17  -4934.843498 -16681.468679  20276.030450    176.894821
+PG18 -15377.185755  20450.715014   6690.514415    155.218367
+PG19  25334.932033   8055.077510   3032.435244   -179.289553
+PG20  21734.175871 -11895.152008   9337.157015     52.417331
+PG21  -5679.921247  21518.404751 -13602.106271   -168.616315
+PG22  -4060.588718  20322.565606  16731.423941    144.880687
+PG23  23389.370836  -1731.728458 -12791.369483    279.399502
+PG24  15350.066263  -2192.184154  21607.787387    420.331260
+PG25 -19543.781851  17954.478734    543.772037     16.742064
+PG26 -22558.575448 -13350.678074  -6018.065435   -143.042370
+PG27 -16164.841880  -6545.380536  20785.952966    300.905381
+PG28   7882.401621 -20365.096447  15461.960887     64.150305
+PG29 -16530.125404   8180.517277 -19029.436612    236.186515
+PG30 -16459.830195  20798.774450  -2085.005904     90.354994
+PG31   7412.653820  25179.371382  -3023.640790    135.157246
+PG32  21356.461801  -2537.193468  15563.577301   -321.233059
+PR01   6119.872158   9139.889555  23023.880474 999999.999999
+PR02  19913.672958  -3522.321414  15552.497255 999999.999999
+PR03   8866.638102 -11849.264476 -20770.856536 999999.999999
+PR04 -17735.661036    334.323904 -18331.296040 999999.999999
+PR05  -6040.467265  -9191.639055 -23015.717733 999999.999999
+PR06 -19516.931402   3026.559831 -16129.140942 999999.999999
+PR07 -20208.949837  15444.590952   1731.116353 999999.999999
+PR08 -10873.100753  16124.799309  16515.520836 999999.999999
+PR09 -10521.249852  -6558.975111  22281.394136 999999.999999
+PR10  -8818.907272  12062.751851  20679.958152 999999.999999
+PR11  -2236.371091  24415.658732   6902.344375 999999.999999
+PR12   5773.413437  22166.376927 -11446.311167 999999.999999
+PR13  10472.986225   6624.795311 -22320.341786 999999.999999
+PR15   1084.757506 -25102.251063  -4676.150187 999999.999999
+PR16  -5819.011172 -21928.873977  11513.689837 999999.999999
+PR17  15652.621379  -2079.251123  20061.387093 999999.999999
+PR18   -875.545469 -12369.867185  22293.515061 999999.999999
+PR19 -16693.392949 -15365.709974  11655.803367 999999.999999
+PR20 -22901.476785  -9153.986103  -6383.594289 999999.999999
+PR21 -15895.411817   2053.448418 -19883.558619 999999.999999
+PR22    775.454555  12327.887428 -22340.151983 999999.999999
+PR23  16859.657144  15206.697778 -11632.541070 999999.999999
+PR24  23066.741909   9324.673323   5599.441411 999999.999999
+*  2011  9  1 20 45  0.00000000
+PG02 -14513.386956 -19676.142860 -10887.804874    353.957545
+PG03  21071.683890  11438.458232 -12190.852604    762.641251
+PG04  -5678.938986 -25616.738716   2444.609802    218.777907
+PG05 -12691.556946  -8906.588850 -21583.123415   -212.286521
+PG06  17280.473148  14045.492534 -14516.775501    -81.281931
+PG07   8121.067016 -17178.881643 -18447.604901     24.740496
+PG08   3135.060362 -23237.271443 -11857.624471      9.037420
+PG09 -15369.275669  -2414.619168  20972.718088    102.925829
+PG10   3294.161008 -20371.851798 -16724.430657    -11.784132
+PG11  19171.090728   3703.124921  17795.954202   -182.129377
+PG12 -21178.406995   8509.748529  13444.965254     19.644085
+PG13  18703.845306  -6240.240303 -17974.918706    253.570295
+PG14   1745.469159  15625.810500  21601.142796    170.094380
+PG15 -26239.998463  -3991.818199   2463.182313   -108.101979
+PG16  13338.896611   7480.193237 -21737.874456   -195.265621
+PG17  -2682.795087 -16052.440051  21172.354960    176.893168
+PG18 -16040.208792  20598.544927   3962.094784    155.220226
+PG19  25428.936817   8336.311260    208.809179   -179.293249
+PG20  21108.987838 -10790.154839  11767.184680     52.417511
+PG21  -6391.699723  19871.953187 -15635.260506   -168.618145
+PG22  -5519.248263  21386.432206  14852.590469    144.880328
+PG23  24601.795948  -1185.945734 -10385.617519    279.396891
+PG24  15827.127234    215.180544  21400.039676    420.335380
+PG25 -19557.021249  17619.520102   3397.654947     16.743569
+PG26 -21797.054135 -13216.233065  -8738.922648   -143.053268
+PG27 -16745.518242  -8630.631196  19516.395468    300.907236
+PG28   9157.760882 -21294.173566  13254.869858     64.153106
+PG29 -18490.002590   7406.596003 -17481.955048    236.189467
+PG30 -16687.128313  20655.561176    759.482635     90.351578
+PG31   7251.526674  25427.795423   -123.940812    135.162143
+PG32  20047.370517  -1201.381586  17426.250766   -321.239213
+PR01   3769.793534  10712.611384  22850.900776 999999.999999
+PR02  18157.872474  -2455.662562  17753.141135 999999.999999
+PR03   8980.877851  -9208.498616 -22031.121312 999999.999999
+PR04 -19695.497239   -511.180286 -16204.568682 999999.999999
+PR05  -3691.261665 -10766.260883 -22828.894229 999999.999999
+PR06 -17701.403841   1925.617494 -18256.458189 999999.999999
+PR07 -20176.307209  15516.976790  -1449.429451 999999.999999
+PR08 -12392.506259  17250.703239  14134.566598 999999.999999
+PR09 -10721.170617  -9241.187198  21217.762321 999999.999999
+PR10  -8923.063372   9426.268066  21956.420592 999999.999999
+PR11  -2135.700427  23364.383914   9918.257283 999999.999999
+PR12   6000.685614  23380.534609  -8552.531946 999999.999999
+PR13  10729.270987   9296.718137 -21219.225533 999999.999999
+PR15    930.917380 -24319.824311  -7793.319732 999999.999999
+PR16  -6028.524651 -23170.598115   8609.773065 999999.999999
+PR17  17799.454809  -1086.612343  18276.712582 999999.999999
+PR18   1609.058967 -11107.533267  22918.485442 999999.999999
+PR19 -15323.211149 -14521.803793  14315.221914 999999.999999
+PR20 -23502.673458  -9283.516652  -3230.663175 999999.999999
+PR21 -18030.619436   1098.061847 -18061.349462 999999.999999
+PR22  -1714.219436  11063.788196 -22929.030612 999999.999999
+PR23  15482.559531  14384.656562 -14290.932846 999999.999999
+PR24  23582.357872   9406.652959   2432.109939 999999.999999
+*  2011  9  1 21  0  0.00000000
+PG02 -14641.661307 -20798.743602  -8401.115682    353.959249
+PG03  19605.352094  11568.458898 -14370.205998    762.646650
+PG04  -5206.235528 -25279.068207   5228.485643    218.787752
+PG05 -11051.061406 -10756.533293 -21632.588650   -212.291444
+PG06  15477.496483  13988.522674 -16436.472114    -81.273272
+PG07   8899.511096 -15121.267810 -19856.993123     24.742115
+PG08   3637.246078 -21800.039761 -14249.826481      9.037165
+PG09 -16112.268310  -4755.255355  20016.038935    102.927696
+PG10   4666.800217 -21531.292844 -14774.363256    -11.785422
+PG11  20077.310290   5532.101481  16319.600690   -182.132450
+PG12 -20172.273338   7172.828198  15614.420221     19.646214
+PG13  20512.521171  -5594.774170 -16110.166138    253.568550
+PG14   -631.593036  15010.340672  22084.093693    170.096152
+PG15 -26306.544147  -4285.066285   -354.912346   -108.100684
+PG16  11616.330600   9289.565434 -22000.453089   -195.267822
+PG17   -320.731313 -15523.637706  21710.234808    176.891798
+PG18 -16484.639609  20546.588934   1164.321703    155.222062
+PG19  25234.436627   8519.566223  -2618.332909   -179.296923
+PG20  20367.463124  -9453.858098  13992.537558     52.417944
+PG21  -7242.494506  18052.113043 -17384.281624   -168.620804
+PG22  -6773.595354  22354.446767  12719.782667    144.880451
+PG23  25567.480856   -768.359826  -7804.495624    279.394137
+PG24  16413.045353   2549.950759  20826.440740    420.337796
+PG25 -19376.440102  17045.105153   6192.935915     16.745119
+PG26 -20749.135457 -13039.498454 -11315.783874   -143.065134
+PG27 -17389.431475 -10532.906061  17931.515744    300.908196
+PG28  10202.734029 -22106.241156  10823.307909     64.156073
+PG29 -20300.545472   6783.890966 -15631.653961    236.192773
+PG30 -16733.957698  20263.477442   3590.869679     90.347984
+PG31   7007.346099  25368.168061   2777.942983    135.167155
+PG32  18668.465252    326.596119  18990.063081   -321.245368
+PR01   1578.408661  12421.825832  22234.645454 999999.999999
+PR02  16285.580839  -1113.384304  19609.167743 999999.999999
+PR03   9313.535307  -6457.717187 -22863.697055 999999.999999
+PR04 -21451.678372  -1104.716108 -13763.159919 999999.999999
+PR05  -1502.034964 -12476.153346 -22198.774990 999999.999999
+PR06 -15780.300567    549.895494 -20028.932087 999999.999999
+PR07 -19844.888849  15329.858359  -4601.770541 999999.999999
+PR08 -13581.814362  18293.549594  11479.236700 999999.999999
+PR09 -11099.541392 -11745.402325  19741.942071 999999.999999
+PR10  -9246.147060   6675.087995  22806.380030 999999.999999
+PR11  -2164.386680  21952.509271  12740.685701 999999.999999
+PR12   6272.928437  24212.988745  -5494.549589 999999.999999
+PR13  11162.634770  11783.000897 -19707.090947 999999.999999
+PR15    890.800609 -23158.812227 -10759.919403 999999.999999
+PR16  -6283.726559 -24027.306371   5537.314067 999999.999999
+PR17  19791.479334   -349.598278  16138.173373 999999.999999
+PR18   4224.285997 -10012.454295  23098.958923 999999.999999
+PR19 -13608.820191 -13660.624710  16696.539492 999999.999999
+PR20 -23750.107329  -9215.930565    -14.727922 999999.999999
+PR21 -20003.163092    396.106511 -15889.828640 999999.999999
+PR22  -4333.045413   9968.117980 -23073.065317 999999.999999
+PR23  13762.087379  13548.435144 -16671.855973 999999.999999
+PR24  23739.047855   9301.878136   -782.489358 999999.999999
+*  2011  9  1 21 15  0.00000000
+PG02 -14716.554919 -21648.089620  -5773.450929    353.960982
+PG03  17920.274045  11763.904684 -16312.031308    762.652113
+PG04  -4601.937440 -24674.012135   7920.020300    218.798018
+PG05  -9515.632823 -12676.312312 -21310.110649   -212.296162
+PG06  13471.497139  14001.017840 -18073.268681    -81.264838
+PG07   9837.867518 -12979.186770 -20922.304037     24.743545
+PG08   4293.712126 -20145.738955 -16389.397655      9.036161
+PG09 -16929.766193  -6927.800946  18697.756003    102.929203
+PG10   5833.780877 -22577.866190 -12569.096904    -11.787390
+PG11  20947.936733   7171.717457  14559.128778   -182.135595
+PG12 -19093.817471   5605.302905  17513.301136     19.648430
+PG13  22135.270291  -5103.755060 -13971.760128    253.566771
+PG14  -3073.217694  14521.875997  22193.390844    170.097917
+PG15 -26073.441348  -4534.640983  -3166.962281   -108.099031
+PG16   9987.969835  11199.019386 -21884.329673   -195.269763
+PG17   2107.130009 -15112.907600  21880.009845    176.890518
+PG18 -16731.454393  20266.606178  -1653.896177    155.223812
+PG19  24743.414069   8641.006213  -5401.417942   -179.300616
+PG20  19549.069760  -7890.919961  15974.270172     52.418199
+PG21  -8240.471018  16103.226011 -18817.635862   -168.622844
+PG22  -7822.530312  23186.410818  10368.985633    144.880314
+PG23  26259.903464   -450.076889  -5091.770975    279.391332
+PG24  17088.614345   4769.262724  19897.632851    420.340750
+PG25 -19036.806394  16215.411004   8881.375251     16.746671
+PG26 -19426.418485 -12860.601280 -13707.113834   -143.075534
+PG27 -18062.444116 -12223.217594  16056.375454    300.910766
+PG28  11021.157970 -22758.548283   8207.271398     64.158691
+PG29 -21919.284390   6298.127633 -13510.644174    236.195575
+PG30 -16632.298229  19604.369418   6360.164173     90.344331
+PG31   6644.142776  25015.682806   5631.517247    135.172028
+PG32  17263.391683   2033.409800  20229.727961   -321.251338
+PR01   -406.476318  14217.700652  21187.097075 999999.999999
+PR02  14360.823826    495.298827  21084.626966 999999.999999
+PR03   9869.543655  -3667.700290 -23252.808894 999999.999999
+PR04 -22945.943423  -1467.896910 -11054.500194 999999.999999
+PR05    479.574441 -14271.261755 -21137.586417 999999.999999
+PR06 -13818.235491  -1089.378545 -21412.250382 999999.999999
+PR07 -19256.091842  14849.555045  -7664.575676 999999.999999
+PR08 -14437.802789  19193.889578   8601.036602 999999.999999
+PR09 -11623.521344 -14012.564370  17882.903102 999999.999999
+PR10  -9793.541996   3879.907132  23212.952167 999999.999999
+PR11  -2366.674745  20221.565213  15314.636244 999999.999999
+PR12   6534.937430  24649.024350  -2331.074590 999999.999999
+PR13  11738.284472  14025.123473 -17813.220055 999999.999999
+PR15   1012.439705 -21654.644459 -13518.567318 999999.999999
+PR16  -6529.120982 -24483.639258   2356.479476 999999.999999
+PR17  21566.099065    145.133546  13687.318548 999999.999999
+PR18   6906.740300  -9114.382628  22831.880839 999999.999999
+PR19 -11577.637207 -12838.664253  18753.496601 999999.999999
+PR20 -23617.340277  -9000.496471   3201.494822 999999.999999
+PR21 -21751.192874    -67.286409 -13411.151199 999999.999999
+PR22  -7017.252457   9069.974592 -22768.867806 999999.999999
+PR23  11726.147794  12754.037539 -18729.136210 999999.999999
+PR24  23513.358410   9060.720408  -3981.890818 999999.999999
+*  2011  9  1 21 30  0.00000000
+PG02 -14701.696224 -22223.722737  -3049.102679    353.962871
+PG03  16047.880841  12049.457848 -17984.738576    762.656864
+PG04  -3840.580086 -23827.929098  10471.464398    218.808104
+PG05  -8111.459244 -14625.399063 -20620.889329   -212.301026
+PG06  11298.489976  14106.511252 -19398.191076    -81.256149
+PG07  10932.076354 -10801.742836 -21625.727590     24.745278
+PG08   5121.455274 -18319.084410 -18239.275564      9.036808
+PG09 -17786.866045  -8895.181147  17042.667511    102.930954
+PG10   6797.133526 -23469.491238 -10145.849367    -11.788123
+PG11  21747.418945   8608.040664  12546.351159   -182.138487
+PG12 -17986.893545   3821.113343  19109.056121     19.650748
+PG13  23532.234208  -4746.290788 -11595.830336    253.565036
+PG14  -5531.054870  14171.620479  21926.761520    170.099544
+PG15 -25540.206294  -4776.763678  -5925.070483   -108.097589
+PG16   8485.003175  13168.955398 -21390.581136   -195.271867
+PG17   4553.755005 -14830.557843  21678.145388    176.888744
+PG18 -16807.608458  19736.694651  -4442.872582    155.225097
+PG19  23956.249077   8738.018639  -8093.589975   -179.304470
+PG20  18693.226191  -6114.236384  17677.661150     52.418738
+PG21  -9385.924451  14072.208249 -19909.892865   -168.625069
+PG22  -8672.647897  23844.137128   7840.079242    144.880215
+PG23  26659.945583   -197.934304  -2293.276323    279.388452
+PG24  17828.150924   6834.846844  18630.198088    420.345225
+PG25 -18576.514064  15122.754077  11416.558507     16.748292
+PG26 -17848.498042 -12717.439601 -15874.647599   -143.087188
+PG27 -18726.383071 -13679.543931  13920.579146    300.913452
+PG28  11624.947734 -23211.168998   5450.425826     64.161578
+PG29 -23308.644139   5927.993023 -11155.734602    236.198209
+PG30 -16417.946037  18668.119425   9019.015983     90.340684
+PG31   6130.050233  24393.896313   8387.402463    135.177060
+PG32  15873.598519   3898.105275  21125.657329   -321.257349
+PR01  -2147.188584  16043.470244  19728.588189 999999.999999
+PR02  12446.377105   2348.819097  22150.959621 999999.999999
+PR03  10641.142929   -909.538534 -23191.287172 999999.999999
+PR04 -24127.540993  -1632.989687  -8131.200910 999999.999999
+PR05   2216.102147 -16094.642717 -19665.921235 999999.999999
+PR06 -11878.128780  -2968.622335 -22379.684175 999999.999999
+PR07 -18458.977322  14052.792627 -10578.274707 999999.999999
+PR08 -14969.933462  19894.833920   5555.817399 999999.999999
+PR09 -12250.877501 -15992.206648  15676.996938 999999.999999
+PR10 -10557.883515   1112.049583  23167.855486 999999.999999
+PR11  -2778.047570  18223.196912  17590.014650 999999.999999
+PR12   6730.562639  24687.058873    877.164153 999999.999999
+PR13  12412.155381  15973.416180 -15574.271082 999999.999999
+PR15   1336.054313 -19853.693549 -16015.842243 999999.999999
+PR16  -6708.256613 -24537.798869   -870.462871 999999.999999
+PR17  23066.509919    422.436241  10971.681668 999999.999999
+PR18   9588.959088  -8431.446686  22122.840215 999999.999999
+PR19  -9268.977183 -12107.434404  20446.136638 999999.999999
+PR20 -23090.562481  -8691.394641   6355.288646 999999.999999
+PR21 -23218.935549   -318.318846 -10673.339585 999999.999999
+PR22  -9698.878843   8386.855129 -22021.757293 999999.999999
+PR23   9414.435505  12052.383682 -20422.892225 999999.999999
+PR24  22894.539204   8737.865360  -7103.967829 999999.999999
+*  2011  9  1 21 45  0.00000000
+PG02 -14562.184284 -22533.157535   -273.773211    353.964395
+PG03  14024.462187  12444.103683 -19361.083181    762.662458
+PG04  -2902.763049 -22773.602768  12837.485961    218.817977
+PG05  -6857.527363 -16559.854687 -19576.450848   -212.305857
+PG06   8999.530577  14322.267120 -20387.526292    -81.247745
+PG07  12169.721042  -8637.297647 -21955.796607     24.746788
+PG08   6129.160127 -16368.750794 -19767.876365      9.036800
+PG09 -18644.118874 -10628.370357  15081.723244    102.932850
+PG10   7566.765857 -24166.806008  -7545.962003    -11.788397
+PG11  22439.967421   9834.738962  10317.168008   -182.141640
+PG12 -16893.328181   1842.592701  20374.481886     19.652924
+PG13  24669.478844  -4494.935801  -9022.567570    253.563196
+PG14  -7955.498606  13962.540172  21288.201426    170.101163
+PG15 -24714.844600  -5047.240668  -8582.221166   -108.096362
+PG16   7131.623350  15155.193256 -20526.838799   -195.274203
+PG17   6970.873244 -14678.962880  21107.333337    176.887203
+PG18 -16744.839633  18942.362723  -7153.079521    155.227047
+PG19  22881.785949   8847.635761 -10649.448101   -179.308013
+PG20  17837.717604  -4144.655411  19072.853174     52.419375
+PG21 -10671.115762  12006.733163 -20642.215391   -168.627666
+PG22  -9337.814996  24292.957058   5176.191909    144.880293
+PG23  26756.565783     24.054900    543.822212    279.385934
+PG24  18600.499812   8714.262734  17046.334421    420.348388
+PG25 -18035.985609  13768.063034  13754.705821     16.749821
+PG26 -16042.321166 -12644.215017 -17783.863211   -143.099182
+PG27 -19340.430509 -14887.487046  11557.932442    300.915788
+PG28  12033.552930 -23428.638787   2599.455089     64.164283
+PG29 -24437.296329   5646.144702  -8607.777743    236.201185
+PG30 -16129.002310  17453.266444  11520.597302     90.337064
+PG31   5438.726929  23533.722163  10998.200787    135.181925
+PG32  14536.842400   5892.777029  21664.178913   -321.263326
+PR01  -3617.515910  17837.710142  17887.408663 999999.999999
+PR02  10601.236588   4413.913045  22787.543243 999999.999999
+PR03  11608.141240   1748.086876 -22680.676277 999999.999999
+PR04 -24955.291052  -1641.302982  -5050.032757 999999.999999
+PR05   3681.579445 -17884.749922 -17812.341173 999999.999999
+PR06 -10018.676686  -5052.649891 -22912.594992 999999.999999
+PR07 -17508.073331  12927.914553 -13286.223007 999999.999999
+PR08 -15199.714047  20344.543312   2402.694497 999999.999999
+PR09 -12931.876741 -17644.307663  13167.233531 999999.999999
+PR10 -11519.260819  -1559.276996  22671.601300 999999.999999
+PR11  -3423.496942  16017.094859  19522.606161 999999.999999
+PR12   6805.269893  24338.624244   4068.545917 999999.999999
+PR13  13132.858877  17588.895330 -13033.577501 999999.999999
+PR15   1892.123098 -17811.440460 -18203.309057 999999.999999
+PR16  -6766.371000 -24201.520267  -4080.392960 999999.999999
+PR17  24243.968924    517.381189   8043.863555 999999.999999
+PR18  12201.988660  -7969.523561  20985.930780 999999.999999
+PR19  -6732.653696 -11511.214466  21741.581149 999999.999999
+PR20 -22169.278128  -8345.185090   9385.176460 999999.999999
+PR21 -24358.917207   -393.178615  -7729.360872 999999.999999
+PR22 -12308.371574   7923.999400 -20845.703190 999999.999999
+PR23   6877.015069  11487.082327 -21720.303109 999999.999999
+PR24  21885.094540   8389.774592 -10088.139912 999999.999999
+*  2011  9  1 22  0  0.00000000
+PG02 -14266.029775 -22591.456063   2506.132941    353.966112
+PG03  11889.975481  12960.350637 -20418.534987    762.667331
+PG04  -1776.160712 -21548.939198  14976.052132    218.828014
+PG05  -5765.026299 -18433.886589 -18194.472737   -212.310664
+PG06   6619.327409  14658.482426 -21023.292255    -81.239389
+PG07  13530.411972  -6531.753543 -21907.539171     24.748555
+PG08   7316.729881 -14345.506805 -20949.615916      9.035975
+PG09 -19459.201639 -12107.301721  12851.311937    102.934121
+PG10   8159.927043 -24634.754183  -4814.217010    -11.789207
+PG11  22990.966214  10853.042867   7910.865952   -182.144642
+PG12 -15851.305045   -300.219769  21288.172952     19.655175
+PG13  25520.214389  -4316.898379  -6295.579021    253.561552
+PG14 -10297.373608  13889.271539  20287.945317    170.102901
+PG15 -23613.605017  -5379.904817 -11093.059162   -108.094726
+PG16   5944.198345  17110.530362 -19307.217430   -195.276104
+PG17   9310.615421 -14652.476544  20176.498060    176.885959
+PG18 -16578.268411  17877.319406  -9736.106488    155.229098
+PG19  21537.100346   9004.971907 -13025.766233   -179.311929
+PG20  17017.187392  -2010.376466  20135.404010     52.419886
+PG21 -12080.465083   9953.406579 -21002.680949   -168.629676
+PG22  -9838.465538  24503.117298   2422.985892    144.880374
+PG23  26547.185599    253.156636   3371.771305    279.383124
+PG24  19370.250230  10381.907856  15173.449735    420.352034
+PG25 -17456.006165  12161.023719  15855.435818     16.751403
+PG26 -14041.308124 -12670.118801 -19404.398965   -143.110769
+PG27 -19862.631450 -15840.681754   9006.047478    300.919057
+PG28  12273.112141 -23381.468571   -296.680157     64.167151
+PG29 -25281.277179   5420.461230  -5910.944026    236.203984
+PG30 -15804.257581  15967.300270  13820.484847     90.333314
+PG31   4550.549972  22472.158904  13419.308530    135.186722
+PG32  13285.865066   7983.494983  21837.654124   -321.269612
+PR01  -4803.548765  19536.824895  15699.260518 999999.999999
+PR02   8878.266801   6646.774948  22982.084686 999999.999999
+PR03  12738.711181   4241.510463 -21731.177886 999999.999999
+PR04 -25399.264587  -1541.192300  -1870.823371 999999.999999
+PR05   4862.367335 -19577.932034 -15612.825275 999999.999999
+PR06  -8292.019589  -7295.915655 -23000.784007 999999.999999
+PR07 -16460.966638  11475.612513 -15735.806266 999999.999999
+PR08 -15159.562192  20498.526564   -797.099259 999999.999999
+PR09 -13611.503405 -18940.715512  10402.434355 999999.999999
+PR10 -12645.967060  -4069.639536  21733.512135 999999.999999
+PR11  -4316.249320  13668.605868  21074.934876 999999.999999
+PR12   6708.645049  23627.831091   7181.703884 999999.999999
+PR13  13843.953651  18844.663439 -10240.319181 999999.999999
+PR15   2699.864258 -15590.277316 -20038.453644 999999.999999
+PR16  -6652.964767 -23499.484255  -7210.600952 999999.999999
+PR17  25059.744935    473.536928   4960.521834 999999.999999
+PR18  14678.023429  -7722.139533  19443.453515 999999.999999
+PR19  -4027.146125 -11085.120189  22614.667235 999999.999999
+PR20 -20866.444612  -8018.184534  12232.133175 999999.999999
+PR21 -25133.858328   -336.274457  -4636.114101 999999.999999
+PR22 -14777.274145   7674.264580 -19263.096871 999999.999999
+PR23   4172.476871  11092.529758 -22596.238566 999999.999999
+PR24  20500.795991   8072.085248 -12876.546071 999999.999999
+*  2011  9  1 22 15  0.00000000
+PG02 -13785.491444 -22420.541873   5244.218171    353.967802
+PG03   9686.737538  13603.668561 -21139.590946    762.671677
+PG04   -456.243463 -20195.462913  16849.246242    218.837782
+PG05  -4837.060542 -20201.494006 -16498.500744   -212.315329
+PG06   4204.705052  15117.771766 -21293.612678    -81.230939
+PG07  14986.487483  -4526.951452 -21482.514994     24.750139
+PG08   8675.185605 -12300.300178 -21765.294319      9.035363
+PG09 -20188.700710 -13321.388770  10392.444701    102.934962
+PG10   8600.372880 -24844.034750  -1998.067264    -11.790478
+PG11  23368.331037  11671.420088   5369.382981   -182.147738
+PG12 -14893.911855  -2570.563011  21834.863383     19.657041
+PG13  26065.761640  -4175.459752  -3461.183203    253.559599
+PG14 -12509.617610  13938.354102  18942.341514    170.104767
+PG15 -22260.433357  -5805.133187 -13414.645662   -108.093420
+PG16   4930.752336  18986.441076 -17752.125343   -195.278188
+PG17  11527.149997 -14737.660601  18900.703611    176.884534
+PG18 -16344.852073  16543.942815 -12145.618819    155.230462
+PG19  19946.973220   9241.733085 -15182.186289   -179.315628
+PG20  16261.765233    253.942883  20846.736555     52.420125
+PG21 -13591.089161   7956.017817 -20986.430979   -168.631889
+PG22 -10200.637095  24451.009986   -372.115571    144.879943
+PG23  26037.776504    526.325414   6142.981812    279.380318
+PG24  20099.116839  11819.766072  13043.682093    420.355782
+PG25 -16876.054611  10319.889508  17682.470173     16.752976
+PG26 -11884.269263 -12818.209564 -20710.418346   -143.122073
+PG27 -20251.473392 -16540.937694   6305.891726    300.922987
+PG28  12375.328151 -23047.470861  -3187.567999     64.170126
+PG29 -25824.827497   5215.483362  -3111.939063    236.206671
+PG30 -15481.535992  14226.608556  15877.522628     90.329548
+PG31   3453.536279  21250.806974  15609.659779    135.192047
+PG32  12147.286001  10131.446190  21644.501841   -321.275683
+PR01  -5704.003461  21077.646202  13206.570289 999999.999999
+PR02   7322.124359   8994.659044  22730.852691 999999.999999
+PR03  13990.686435   6514.469598 -20361.431745 999999.999999
+PR04 -25442.010913  -1385.768046   1344.704195 999999.999999
+PR05   5757.469095 -21111.038690 -13110.074095 999999.999999
+PR06  -6741.704514  -9644.200062 -22642.677822 999999.999999
+PR07 -15375.786140   9709.144906 -17879.463729 999999.999999
+PR08 -14891.220777  20321.648994  -3981.403617 999999.999999
+PR09 -14231.908388 -19866.084642   7436.279085 999999.999999
+PR10 -13895.768591  -6361.839416  20371.565906 999999.999999
+PR11  -5457.000764  11246.126274  22216.985522 999999.999999
+PR12   6396.739003  22590.335704  10156.671349 999999.999999
+PR13  14486.445766  19726.816638  -7248.580553 999999.999999
+PR15   3766.189668 -13257.036664 -21485.509609 999999.999999
+PR16  -6324.193642 -22468.198944 -10200.035184 999999.999999
+PR17  25486.671134    340.892250   1781.286003 999999.999999
+PR18  16953.000001  -7670.899267  17525.468124 999999.999999
+PR19  -1217.408949 -10853.576366  23048.435066 999999.999999
+PR20 -19208.059367  -7763.865407  14840.746715 999999.999999
+PR21 -25518.164285   -198.127790  -1453.346176 999999.999999
+PR22 -17040.890674   7618.539853 -17304.353388 999999.999999
+PR23   1365.742981  10892.413748 -23033.740333 999999.999999
+PR24  18770.156237   7837.057469 -15415.161645 999999.999999
+*  2011  9  1 22 30  0.00000000
+PG02 -13098.262082 -22048.279009   7894.795615    353.969580
+PG03   7458.041357  14372.183050 -21512.030351    762.676865
+PG04   1053.323392 -18756.675844  18423.999201    218.847337
+PG05  -4068.684205 -21818.137828 -14517.560660   -212.320172
+PG06   1802.976753  15694.960105 -21192.986090    -81.222259
+PG07  16504.002241  -2659.243286 -20688.738632     24.751755
+PG08  10186.931100 -10282.372868 -22202.342175      9.035740
+PG09 -20789.925603 -14269.646629   7749.862997    102.937632
+PG10   8917.260740 -24772.351379    853.208569    -11.790959
+PG11  23543.762715  12304.982893   2736.555315   -182.150798
+PG12 -14047.905220  -4926.196484  22005.657163     19.659168
+PG13  26296.227220  -4031.552927   -567.653687    253.557956
+PG14 -14548.898221  14088.781628  17273.629159    170.106313
+PG15 -20686.145890  -6348.497063 -15507.178893   -108.091893
+PG16   4090.780243  20734.852081 -15887.954886   -195.280368
+PG17  13578.258462 -14913.824016  17300.959835    176.883264
+PG18 -16081.758481  14953.400151 -14338.289534    155.232330
+PG19  18143.088597   9584.853434 -17081.876185   -179.319206
+PG20  15595.887761   2608.337937  21194.478209     52.420401
+PG21 -15173.652474   6053.944005 -20595.650442   -168.634045
+PG22 -10454.784418  24120.185461  -3160.747001    144.880030
+PG23  25242.645095    878.626362   8810.776932    279.377591
+PG24  20747.433072  13017.872135  10693.354764    420.359595
+PG25 -16332.697342   8270.963572  19204.266094     16.754549
+PG26  -9614.153309 -13104.514365 -21680.925259   -143.133376
+PG27 -20467.489312 -16998.103029   3501.276357    300.927130
+PG28  12376.100079 -22412.836310  -6022.243207     64.172724
+PG29 -26060.922872   4993.987871   -259.178872    236.209570
+PG30 -15196.068213  12256.070275  17654.643712     90.325885
+PG31   2143.958976  19914.235974  17532.390295    135.196902
+PG32  11140.744617  12294.246808  21089.134472   -321.281755
+PR01  -6330.014026  22400.033359  10457.671599 999999.999999
+PR02   5967.541964  11397.864809  22038.746540 999999.999999
+PR03  15313.303455   8520.176532 -18598.139707 999999.999999
+PR04 -25079.281372  -1230.403533   4534.129525 999999.999999
+PR05   6378.309419 -22424.025780 -10352.682822 999999.999999
+PR06  -5401.025655 -12036.666706 -21845.348240 999999.999999
+PR07 -14308.684669   7654.033505 -19675.609972 999999.999999
+PR08 -14443.791483  19789.765515  -7088.340750 999999.999999
+PR09 -14734.986474 -20418.289105   4326.264623 999999.999999
+PR10 -15217.642242  -8388.070361  18612.066829 999999.999999
+PR11  -6833.692957   8818.387661  22926.774395 999999.999999
+PR12   5834.156901  21271.849867  12936.009365 999999.999999
+PR13  15001.413144  20234.821972  -4116.312963 999999.999999
+PR15   5085.178602 -10880.348002 -22516.160918 999999.999999
+PR16  -5744.974761 -21154.400711 -12990.508980 999999.999999
+PR17  25510.235951    173.510880  -1432.382034 999999.999999
+PR18  18969.041453  -7786.423031  15269.203072 999999.999999
+PR19   1627.586519 -10829.257086  23034.456375 999999.999999
+PR20 -17232.212219  -7630.388884  17160.303578 999999.999999
+PR21 -25498.950778    -33.009373   1757.484177 999999.999999
+PR22 -19040.814042   7726.686647 -15007.347755 999999.999999
+PR23  -1474.386809  10898.685114 -23024.346253 999999.999999
+PR24  16733.386716   7731.177637 -17654.837434 999999.999999
+*  2011  9  1 22 45  0.00000000
+PG02 -12188.463166 -21507.348787  10413.581356    353.971102
+PG03   5246.742394  15256.636506 -21529.111258    762.681388
+PG04   2740.621228 -17276.349547  19672.716876    218.857240
+PG05  -3447.256162 -23242.370026 -12285.670489   -212.324761
+PG06   -539.710441  16377.196128 -20722.439902    -81.213338
+PG07  18043.962410   -958.290991 -19540.494247     24.753360
+PG08  11826.364829  -8337.481956 -22254.931066      9.036085
+PG09 -21222.673328 -14960.419752   4971.100166    102.939939
+PG10   9143.816019 -24405.405195   3689.409553    -11.791944
+PG11  23493.851317  12774.658438     57.360582   -182.153822
+PG12 -13332.739365  -7320.851239  21798.145636     19.661499
+PG13  26210.860239  -3845.442418   2335.578080    253.555989
+PG14 -16377.104387  14312.854566  15309.618123    170.108095
+PG15 -18927.351802  -7029.596210 -17334.668599   -108.090459
+PG16   3415.406720  22309.924007 -13746.655434   -195.282112
+PG17  15426.789828 -15153.856532  15403.926245    176.881214
+PG18 -15824.730662  13125.408389 -16274.678567    155.233758
+PG19  16162.981639  10055.309203 -18692.143795   -179.322917
+PG20  15037.359749   5008.900122  21172.682402     52.420776
+PG21 -16793.487321   4280.774555 -19839.387238   -168.636143
+PG22 -10634.414854  23502.104445  -5894.451137    144.880013
+PG23  24183.924031   1341.726453  11330.128729    279.375010
+PG24  21275.701607  13974.478388   8162.374594    420.362595
+PG25 -15858.107872   6047.772413  20394.565361     16.756172
+PG26  -7276.666270 -13537.378871 -22300.031436   -143.144896
+PG27 -20474.831991 -17229.646060    638.281010    300.929886
+PG28  12313.961375 -21472.905733  -8750.141585     64.175517
+PG29 -25991.474546   4718.630842   2598.061261    236.212423
+PG30 -14978.962772  10088.304550  19119.628828     90.322206
+PG31    626.639590  18508.267755  19155.413562    135.201949
+PG32  10278.316414  14427.375611  20181.812823   -321.287670
+PR01  -6704.402569  23449.367712   7505.873088 999999.999999
+PR02   4838.043175  13792.023805  20919.199766 999999.999999
+PR03  16649.315235  10222.992864 -16475.541147 999999.999999
+PR04 -24320.219189  -1130.148968   7635.545990 999999.999999
+PR05   6747.990456 -23462.450975  -7394.198998 999999.999999
+PR06  -4291.810376 -14408.206068 -20624.366485 999999.999999
+PR07 -13311.425656   5347.250615 -21089.437610 999999.999999
+PR08 -13871.470236  18890.908508 -10057.520960 999999.999999
+PR09 -15064.973931 -20608.298058   1132.596488 999999.999999
+PR10 -16553.908882 -10111.682755  16489.147634 999999.999999
+PR11  -8421.839105   6451.749184  23190.759598 999999.999999
+PR12   4995.804389  19726.251959  15465.896590 999999.999999
+PR13  15332.644448  20381.349079   -904.220339 999999.999999
+PR15   6638.095823  -8527.929753 -23110.106509 999999.999999
+PR16  -4890.716960 -19613.045653 -15527.841031 999999.999999
+PR17  25129.167936     27.016001  -4618.361135 999999.999999
+PR18  20676.653579  -8029.750866  12718.335803 999999.999999
+PR19   4437.476547 -11012.538121  22572.997840 999999.999999
+PR20 -14987.643975  -7658.377649  19145.777107 999999.999999
+PR21 -25076.562471    103.580626   4934.374016 999999.999999
+PR22 -20727.209949   7958.967133 -12416.694269 999999.999999
+PR23  -4277.847888  11111.039598 -22568.251301 999999.999999
+PR24  14440.883001   7793.018297 -19552.241701 999999.999999
+*  2011  9  1 23  0  0.00000000
+PG02 -11047.413613 -20833.963403  12758.368905    353.972831
+PG03   3093.859959  16240.618981 -21189.705763    762.684681
+PG04   4585.762737 -15796.824071  20573.788481    218.867524
+PG05  -2953.103005 -24437.358991  -9841.260430   -212.329460
+PG06  -2779.992215  17144.385766 -19889.562626    -81.204722
+PG07  19563.758258    553.865106 -18058.048251     24.754802
+PG08  13560.806525  -6506.294395 -21923.954413      9.037298
+PG09 -21450.869611 -15410.740985   2105.524488    102.941223
+PG10   9315.823126 -23737.584228   6460.355328    -11.794204
+PG11  23200.993535  13106.159450  -2622.830121   -182.156778
+PG12 -12759.893937  -9705.832910  21216.412491     19.663644
+PG13  25818.074339  -3578.441552   5198.749366    253.554303
+PG14 -17962.655841  14577.305046  13083.272823    170.110192
+PG15 -17025.163769  -7861.122759 -18865.553414   -108.089195
+PG16   2887.886462  23669.767722 -11365.194033   -195.284073
+PG17  17041.937933 -15425.328658  13241.514221    176.879673
+PG18 -15606.514953  11087.641948 -17920.034091    155.235344
+PG19  14048.772429  10667.155496 -19984.997795   -179.326658
+PG20  14596.693645   7409.298002  20781.927961     52.421239
+PG21 -18411.926976   2663.209361 -18733.226348   -168.638537
+PG22 -10774.598684  22596.596080  -8525.545236    144.879888
+PG23  22890.786154   1942.509490  13658.374523    279.372134
+PG24  21646.145345  14695.920276   5493.582431    420.366285
+PG25 -15478.770362   3689.962236  21232.850140     16.757729
+PG26  -4918.802958 -14117.085712 -22557.176781   -143.156160
+PG27 -20242.765234 -17259.959299  -2235.386750    300.932922
+PG28  12228.384234 -20232.593155 -11322.090008     64.178293
+PG29 -25627.194578   4353.594886   5410.508228    236.215365
+PG30 -14855.843275   7762.599659  20245.779931     90.318552
+PG31  -1085.090389  17078.242099  20451.903293    135.207089
+PG32   9564.217923  16485.677818  18938.426247   -321.293815
+PR01  -6860.459534  24178.836856   4408.429230 999999.999999
+PR02   3945.140356  16110.594109  19393.920815 999999.999999
+PR03  17937.389393  11599.640286 -14034.750132 999999.999999
+PR04 -23187.007639  -1137.161207  10588.761286 999999.999999
+PR05   6900.056997 -24179.754696  -4292.082946 999999.999999
+PR06  -3423.699548 -16691.968997 -19003.495238 999999.999999
+PR07 -12429.176221   2835.930468 -22093.585910 999999.999999
+PR08 -13231.080691  17625.979295 -12831.220248 999999.999999
+PR09 -15170.958032 -20459.521304  -2082.966385 999999.999999
+PR10 -17842.673842 -11508.478945  14044.111474 999999.999999
+PR11 -10185.385083   4207.609529  23004.084151 999999.999999
+PR12   3868.216657  18013.373977  17697.162014 999999.999999
+PR13  15429.181384  20191.563255   2325.410898 999999.999999
+PR15   8393.956553  -6263.928042 -23255.475053 999999.999999
+PR16  -3748.601919 -17904.979788 -17762.906286 999999.999999
+PR17  24355.490642    -43.990305  -7715.056287 999999.999999
+PR18  22036.585119  -8354.154054   9922.156641 999999.999999
+PR19   7143.187215 -11391.484419  21673.016271 999999.999999
+PR20 -12531.872898  -7879.023317  20758.699089 999999.999999
+PR21 -24264.563575    157.484381   8015.954403 999999.999999
+PR22 -22060.757958   8267.901809  -9582.881380 999999.999999
+PR23  -6975.975312  11516.931543 -21674.302807 999999.999999
+PR24  11951.301296   8051.444427 -21070.687801 999999.999999
+*  2011  9  1 23 15  0.00000000
+PG02  -9674.145074 -20066.460651  14889.679822    353.974795
+PG03   1037.239434  17301.064132 -20498.370996    762.689414
+PG04   6561.506588 -14357.385916  21111.965034    218.877620
+PG05  -2560.464371 -25372.250610  -7226.510172   -212.334477
+PG06  -4878.799888  17969.931982 -18708.410026    -81.196408
+PG07  21018.738219   1863.436985 -16267.267421     24.756467
+PG08  15351.694625  -4823.013668 -21216.887736      9.036561
+PG09 -21444.022461 -15645.362014   -796.610676    102.943552
+PG10   9470.003366 -22772.315116   9116.846480    -11.795462
+PG11  22654.094084  13328.798286  -5258.980730   -182.159883
+PG12 -12332.524048 -12031.714817  20270.928731     19.665955
+PG13  25135.131341  -3194.601581   7972.609525    253.552740
+PG14 -19281.579529  14844.655044  10632.202784    170.111629
+PG15 -15023.743727  -8848.192002 -20073.250789   -108.087699
+PG16   2484.428162  24778.025067  -8784.911945   -195.286159
+PG17  18400.290594 -15691.819227  10850.390011    176.878248
+PG18 -15455.423413   8874.810560 -19244.992864    155.237140
+PG19  11845.728864  11426.824029 -20937.646157   -179.330343
+PG20  14276.753512   9762.395185  20029.294843     52.421630
+PG21 -19987.788626   1220.268718 -17298.837639   -168.640878
+PG22 -10910.413676  21411.999631 -11007.986078    144.879862
+PG23  21398.408598   2701.865619  15755.904627    279.369081
+PG24  21824.202782  15196.187698   2732.064253    420.369420
+PG25 -15214.417881   1241.960480  21704.697596     16.759365
+PG26  -2587.335264 -14835.753532 -22447.302122   -143.167048
+PG27 -19747.016373 -17119.399881  -5071.097007    300.936709
+PG28  12158.020582 -18706.429106 -13691.307401     64.180964
+PG29 -24987.132240   3866.175011   8129.747052    236.218156
+PG30 -14845.713193   5323.562312  21012.488378     90.314784
+PG31  -2969.752509  15667.330437  21400.679083    135.212270
+PG32   8994.805578  18424.887271  17380.204088   -321.299869
+PR01  -6840.285832  24551.412871   1225.433525 999999.999999
+PR02   3288.048089  18287.459706  17492.475421 999999.999999
+PR03  19114.691559  12639.900525 -11322.966766 999999.999999
+PR04 -21713.991359  -1298.258366  13336.463949 999999.999999
+PR05   6876.823801 -24539.230571  -1106.591069 999999.999999
+PR06  -2793.950406 -18821.985483 -17014.224727 999999.999999
+PR07 -11698.599076    175.658275 -22668.663164 999999.999999
+PR08 -12579.510572  16008.912858 -15355.506360 999999.999999
+PR09 -15009.194222 -20006.654287  -5258.291948 999999.999999
+PR10 -19020.470754 -12567.483879  11324.625604 999999.999999
+PR11 -12078.068795   2140.045599  22370.648986 999999.999999
+PR12   2450.411888  16196.552759  19586.241576 999999.999999
+PR13  15247.656986  19701.909366   5509.915467 999999.999999
+PR15  10310.618223  -4146.412263 -22949.080505 999999.999999
+PR16  -2318.363066 -16094.389067 -19652.577136 999999.999999
+PR17  23214.045226     11.535094 -10662.574548 999999.999999
+PR18  23021.277814  -8707.278040   6934.631472 999999.999999
+PR19   9679.563826 -11942.373246  20351.985704 999999.999999
+PR20  -9928.968664  -8312.608629  21967.898193 999999.999999
+PR21 -23089.200463     78.403024  10942.658097 999999.999999
+PR22 -23014.164490   8600.477415  -6561.278538 999999.999999
+PR23  -9504.110531  12092.118687 -20359.830049 999999.999999
+PR24   9329.305906   8524.240996 -22180.832620 999999.999999
+*  2011  9  1 23 30  0.00000000
+PG02  -8075.644095 -19243.827991  16771.384133    353.976459
+PG03   -889.679935  18408.997716 -19465.351874    762.694472
+PG04   8634.174298 -12992.793114  21278.601260    218.887523
+PG05  -2238.683655 -26023.311006  -4486.614905   -212.339332
+PG06  -6802.707623  18821.753591 -17199.284008    -81.187783
+PG07  22363.864047   2965.198696 -14199.151058     24.758013
+PG08  17156.001744  -3314.284720 -20147.539342      9.037169
+PG09 -21178.435152 -15695.507322  -3685.087482    102.945755
+PG10   9642.348642 -21522.057226  11611.618866    -11.796435
+PG11  21849.030326  13474.191037  -7807.090603   -182.162801
+PG12 -12045.443103 -14250.056666  18978.341743     19.667892
+PG13  24187.495439  -2662.306833  10609.266542    253.550964
+PG14 -20318.309543  15074.758557   7998.064589    170.113446
+PG15 -12968.737461  -9987.967783 -20936.629670   -108.085967
+PG16   2175.310518  25605.248333  -6050.788431   -195.288118
+PG17  19486.607150 -15914.421786   8271.383228    176.876739
+PG18 -15394.095118   6527.446621 -20226.159838    155.238459
+PG19   9600.708880  12332.711647 -21532.922917   -179.333772
+PG20  14072.716598  12021.900471  18928.217704     52.422047
+PG21 -21478.939213    -37.163292 -15563.418833   -168.643440
+PG22 -11075.386870  19964.980319 -13298.215686    144.879617
+PG23  19746.722367   3633.700613  17586.812645    279.366296
+PG24  21779.913855  15496.219211    -75.568325    420.374208
+PG25 -15077.246833  -1248.546042  21802.027214     16.760992
+PG26   -327.302752 -15677.522401 -21970.972335   -143.177918
+PG27 -18970.934972 -16843.090206  -7820.064987    300.941217
+PG28  12138.956362 -16918.209941 -15814.388623     64.183889
+PG29 -24097.901400   3228.240742  10709.055947    236.221469
+PG30 -14960.100761   2819.541127  21405.679753     90.311133
+PG31  -4998.391095  14314.959400  21986.493835    135.217306
+PG32   8558.864416  20203.115565  15533.363889   -321.305967
+PR01  -6692.767202  24541.441341  -1981.344752 999999.999999
+PR02   2853.923040  20259.527758  15251.718261 999999.999999
+PR03  20119.547745  13346.778005  -8392.577025 999999.999999
+PR04 -19946.307620  -1652.703017  15825.333248 999999.999999
+PR05   6727.336525 -24515.602244   2100.396170 999999.999999
+PR06  -2387.768461 -20735.760808 -14695.161795 999999.999999
+PR07 -11146.322726  -2571.592167 -22803.613626 999999.999999
+PR08 -11971.159763  14066.307677 -17581.290995 999999.999999
+PR09 -14545.134887 -19294.072193  -8332.058768 999999.999999
+PR10 -20024.995772 -13291.157837   8383.782539 999999.999999
+PR11 -14045.219974    293.774755  21303.016120 999999.999999
+PR12    754.229242  14340.044031  21096.040147 999999.999999
+PR13  14754.330620  18958.437404   8587.463284 999999.999999
+PR15  12336.356908  -2225.131551 -22196.511720 999999.999999
+PR16   -612.531180 -14246.138474 -21160.537812 999999.999999
+PR17  21741.500098    238.687307 -13403.870077 999999.999999
+PR18  23615.848549  -9033.527862   3813.379774 999999.999999
+PR19  11987.838979 -12630.731047  18635.559547 999999.999999
+PR20  -7247.067797  -8967.506409  22750.091834 999999.999999
+PR21 -21588.357743   -177.746772  13657.855684 999999.999999
+PR22 -23573.180723   8900.610059  -3411.035091 999999.999999
+PR23 -11804.043395  12801.715352 -18650.311308 999999.999999
+PR24   6643.080757   9217.218988 -22861.233625 999999.999999
+*  2011  9  1 23 45  0.00000000
+PG02  -6266.810028 -18404.207016  18371.283696    353.978191
+PG03  -2658.948806  19530.518043 -18106.510983    762.698556
+PG04  10764.828368 -11732.007798  21071.758610    218.897515
+PG05  -1953.597125 -26374.805090  -1668.993285   -212.344420
+PG06  -8525.057968  19663.543487 -15388.386339    -81.179111
+PG07  23555.384514   3862.467280 -11889.286569     24.759489
+PG08  18927.809166  -1998.410808 -18735.703737      9.039057
+PG09 -20638.138772 -15597.412204  -6510.596621    102.945522
+PG10   9866.483137 -20007.935414  13900.267426    -11.798137
+PG11  20788.868238  13574.900314 -10224.859844   -182.165951
+PG12 -11885.436239 -16315.084112  17361.164072     19.670407
+PG13  23007.879604  -1955.712707  13063.022172    253.549013
+PG14 -21066.176547  15226.470455   5225.882021    170.115120
+PG15 -10905.656297 -11269.599338 -21440.396917   -108.084680
+PG16   1926.245727  26130.020320  -3210.626116   -195.290383
+PG17  20294.290482 -16053.372768   5548.808057    176.875272
+PG18 -15438.511451   4090.455351 -20846.551566    155.240355
+PG19   7360.537687  13375.079485 -21759.633919   -179.337625
+PG20  13972.352521  14143.984501  17498.221532     52.422375
+PG21 -22843.877254  -1106.456145 -13559.056296   -168.645598
+PG22 -11299.997748  18280.023310 -15355.969388    144.879774
+PG23  17978.990644   4744.203200  19119.499307    279.363736
+PG24  21489.146289  15622.945421  -2881.919342    420.376137
+PG25 -15071.438073  -3732.257765  21523.236731     16.762600
+PG26   1819.447931 -16619.024022 -21134.446254   -143.189403
+PG27 -17906.405275 -16469.513195 -10434.173829    300.942780
+PG28  12203.058581 -14900.257678 -17652.241120     64.186685
+PG29 -22992.630572   2417.517494  13104.205884    236.224008
+PG30 -15202.524317    300.889874  21418.120835     90.307499
+PG31  -7135.521190  13055.400397  22200.223236    135.222150
+PG32   8238.173705  21782.258582  13428.701239   -321.311810
+PR01  -6471.266658  24135.774019  -5149.657724 999999.999999
+PR02   2618.619401  21969.216416  12715.084256 999999.999999
+PR03  20894.076233  13736.120369  -5300.157190 999999.999999
+PR04 -17938.084826  -2230.307962  18007.071005 999999.999999
+PR05   6505.053210 -24096.139857   5266.578433 999999.999999
+PR06  -2179.153151 -22376.741987 -12091.283543 999999.999999
+PR07 -10787.853242  -5339.786992 -22495.922805 999999.999999
+PR08 -11455.508479  11836.535111 -19465.287333 999999.999999
+PR09 -13755.085778 -18373.840918 -11244.921622 999999.999999
+PR10 -20797.814501 -13695.042079   5279.047799 999999.999999
+PR11 -16025.924536  -1297.476628  19822.145490 999999.999999
+PR12  -1195.868059  12506.404669  22196.681196 999999.999999
+PR13  13926.732782  18014.739756  11498.260264 999999.999999
+PR15  14411.865668   -539.626220 -21012.052315 999999.999999
+PR16   1343.861360 -12423.112804 -22257.958198 999999.999999
+PR17  19984.887891    674.473190 -15885.837151 999999.999999
+PR18  23818.564612  -9276.597469    618.585896 999999.999999
+PR19  14017.837376 -13412.840506  16557.074046 999999.999999
+PR20  -4555.734867  -9839.696673  23090.321271 999999.999999
+PR21 -19810.049811   -646.734751  16108.939445 999999.999999
+PR22 -23737.079681   9111.756255   -193.894685 999999.999999
+PR23 -13826.189099  13601.710087 -16578.884405 999999.999999
+PR24   3961.707385  10123.837088 -23098.754870 999999.999999
+EOF
diff --git a/util/data/COD16515.EPH_R b/util/data/COD16515.EPH_R
new file mode 100644
index 0000000..b5aae47
--- /dev/null
+++ b/util/data/COD16515.EPH_R
@@ -0,0 +1,5303 @@
+#cP2011  9  2  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651 432000.00000000   900.00000000 55806 0.0000000000000
++   54   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02R03
++        R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20R21
++        R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         9  5  5  5  5  5  5  5  5  6  5  9  5  5  5  5  5
+++         5  5  5  5  5  5  5  5 10  5  5  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5  5  5  5  9  5  5  5  5
+++         5  5  5  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11245      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  9  2  0  0  0.00000000
+PG02  -4270.126501 -17583.430715  19661.651268    353.980548
+PG03  -4249.003601  20627.979945 -16443.180558    762.704267
+PG04  12910.660036 -10597.186171  20496.171381    218.908157
+PG05  -1669.066062 -26419.575533   1177.548008   -212.348337
+PG06 -10026.818663  20456.215739 -13307.352693    -81.169839
+PG07  24552.465325   4566.759183  -9377.238370     24.761977
+PG08  20619.977839   -884.902713 -17006.730624      9.039572
+PG09 -19815.518079 -15390.710503  -9225.548774    102.949006
+PG10  10172.124840 -18259.024266  15942.115379    -11.799119
+PG11  19483.826406  13663.065710 -12472.314206   -182.168001
+PG12 -11831.889780 -18185.266690  15447.368807     19.673105
+PG13  21635.018119  -1055.968252  15291.180598    253.549216
+PG14 -21527.563949  15259.378289   2363.293289    170.117425
+PG15  -8878.266817 -12674.474931 -21575.389458   -108.082592
+PG16   1699.934701  26339.767316   -314.174774   -195.291229
+PG17  20825.531047 -16069.737947   2729.706903    176.874354
+PG18 -15597.307992   1611.492010 -21095.892996    155.242632
+PG19   5170.379231  14536.271813 -21612.812549   -179.340556
+PG20  13956.606822  16088.799140  15764.546179     52.423513
+PG21 -24043.266923  -1993.020062 -11322.026040   -168.647026
+PG22 -11610.305215  16388.623364 -17145.028196    144.880589
+PG23  16140.265554   6031.400372  20327.220602    279.361524
+PG24  20934.617909  15608.116514  -5639.562717    420.380778
+PG25 -15193.003080  -6159.970463  20873.224604     16.764814
+PG26   3815.628446 -17630.127715 -19949.688280   -143.200577
+PG27 -16554.465086 -16038.947166 -12866.841930    300.948155
+PG28  12376.493079 -12692.314421 -19170.943846     64.190283
+PG29 -21709.677793   1418.637672  15274.211188    236.227382
+PG30 -15568.303887  -2181.855672  21049.578487     90.304490
+PG31  -9340.317152  11916.574046  22038.958851    135.228047
+PG32   8008.328325  23129.274059  11101.125515   -321.316980
+PR01  -6231.132898  23334.396919  -8217.986725 999999.999999
+PR02   2547.927595  23366.730182   9931.752455 999999.999999
+PR03  21386.680714  13835.713920  -2105.400470 999999.999999
+PR04 -15750.283522  -3049.944941  19839.335579 999999.999999
+PR05   6265.345153 -23281.268852   8330.448120 999999.999999
+PR06  -2132.220578 -23696.552847  -9253.069485 999999.999999
+PR07 -10626.972216  -8061.330907 -21751.657981 999999.999999
+PR08 -11074.908692   9368.364550 -20970.854122 999999.999999
+PR09 -12627.421439 -17303.428032 -13940.638081 999999.999999
+PR10 -21286.924649 -13806.853033   2071.116346 999999.999999
+PR11 -17955.462827  -2612.133011  17956.971931 999999.999999
+PR12  -3363.522368  10753.951075  22866.127687 999999.999999
+PR13  12754.848787  16929.586788  14185.712371 999999.999999
+PR15  16472.593845    882.226087 -19418.430082 999999.999999
+PR16   3514.103035 -10683.670135 -22924.016742 999999.999999
+PR17  17999.728164   1346.010654 -18060.331403 999999.999999
+PR18  23640.793343  -9382.038543  -2588.137492 999999.999999
+PR19  15729.826390 -14237.654478  14156.902336 999999.999999
+PR20  -1923.279543 -10912.821108  22982.223156 999999.999999
+PR21 -17810.508808  -1354.265918  18248.335122 999999.999999
+PR22 -23518.570710   9179.557243   3027.048840 999999.999999
+PR23 -15531.410675  14440.884463 -14185.709579 999999.999999
+PR24   1352.516873  11225.354909 -22888.815193 999999.999999
+*  2011  9  2  0 15  0.00000000
+PG02  -2115.053600 -16813.645940  20619.717233    353.982168
+PG03  -5645.339329  21661.346182 -14501.931584    762.709105
+PG04  15026.527001  -9602.963396  19563.081607    218.918371
+PG05  -1348.590497 -26159.298598   4003.677322   -212.353238
+PG06 -11297.134724  21159.482409 -10992.675979    -81.161647
+PG07  25318.715189   5097.138081  -6705.880222     24.763512
+PG08  22185.852424     25.632085 -14991.022276      9.040374
+PG09 -18711.617923 -15116.739390 -11784.814523    102.950643
+PG10  10583.714818 -16311.312734  17701.005960    -11.800459
+PG11  17950.992756  13769.069787 -14512.385407   -182.171287
+PG12 -11857.710470 -19824.736036  13269.899409     19.675101
+PG13  20112.210553     47.827191  17254.815472    253.546253
+PG14 -21713.720668  15135.529354   -540.263336    170.119036
+PG15  -6927.049512 -14176.785579 -21338.765182   -108.080731
+PG16   1457.749499  26231.230157   2587.787443   -195.293445
+PG17  21091.113262 -15927.089811   -136.971223    176.872861
+PG18 -15871.411079   -860.761957 -20970.762633    155.244074
+PG19   3072.162915  15791.251864 -21093.877078   -179.344241
+PG20  14000.463339  17821.840257  13757.668956     52.424166
+PG21 -25041.366451  -2709.785202  -8892.056017   -168.649176
+PG22 -12026.756253  14328.201037 -18633.898327    144.880367
+PG23  14275.778286   7485.021033  21188.570822    279.358768
+PG24  20106.677174  15486.956288  -8301.800421    420.384745
+PG25 -15429.960798  -8484.279117  19863.299058     16.766414
+PG26   5629.733414 -18674.945246 -18434.315207   -143.211661
+PG27 -14925.590875 -15591.795167 -15073.920025    300.951480
+PG28  12678.484772 -10340.114490 -20342.499150     64.193233
+PG29 -20291.161161    223.921383  17182.018982    236.230459
+PG30 -16044.728631  -4579.808620  20306.825075     90.300662
+PG31 -11567.996673  10919.109626  21506.007411    135.233038
+PG32   7839.787146  24217.287997   8589.145264   -321.323170
+PR01  -6027.130262  22150.526865 -11126.737254 999999.999999
+PR02   2599.243804  24412.028424   6955.698188 999999.999999
+PR03  21554.302088  13683.892156   1130.015147 999999.999999
+PR04 -13448.269072  -4118.520130  21286.560705 999999.999999
+PR05   6062.923608 -22084.645098  11232.487258 999999.999999
+PR06  -2202.947110 -24656.905258  -6235.528808 999999.999999
+PR07 -10655.645168 -10669.632842 -20585.343826 999999.999999
+PR08 -10862.692601   6719.161134 -22068.709784 999999.999999
+PR09 -11163.309203 -16143.208560 -16367.135951 999999.999999
+PR10 -21449.063045 -13665.064919  -1177.298500 999999.999999
+PR11 -19767.920160  -3641.412721  15743.831167 999999.999999
+PR12  -5701.719756   9134.399876  23090.659509 999999.999999
+PR13  11241.790010  15764.360104  16597.529959 999999.999999
+PR15  18451.331089   2025.167373 -17446.398417 999999.999999
+PR16   5851.115780  -9079.312802 -23146.265566 999999.999999
+PR17  15847.819122   2269.140151 -19885.098044 999999.999999
+PR18  23106.428430  -9299.762656  -5744.913996 999999.999999
+PR19  17095.935897 -15049.036343  11481.671215 999999.999999
+PR20    585.860306 -12158.772172  22428.133486 999999.999999
+PR21 -15651.946454  -2314.650676  20034.422658 999999.999999
+PR22 -22943.154566   9054.399767   6188.626155 999999.999999
+PR23 -16892.412061  15263.052758 -11517.196223 999999.999999
+PR24  -1121.476237  12491.511769 -22235.474267 999999.999999
+*  2011  9  2  0 30  0.00000000
+PG02    162.842495 -16122.071614  21228.095715    353.983874
+PG03  -6840.930469  22589.662694 -12314.255118    762.711434
+PG04  17066.576399  -8756.057304  18289.951883    218.928529
+PG05   -956.939835 -25604.406228   6760.412016   -212.358048
+PG06 -12333.552921  21733.494500  -8485.030901    -81.153084
+PG07  25823.552417   5479.280916  -3920.681827     24.765210
+PG08  23580.936078    741.265218 -12723.471553      9.041559
+PG09 -17336.129809 -14816.827388 -14146.386716    102.951987
+PG10  11119.274384 -14206.393621  19145.996316    -11.801958
+PG11  16213.806416  13920.285085 -16311.443596   -182.174202
+PG12 -11930.497828 -21204.492608  10866.103096     19.677323
+PG13  18485.691636   1357.974823  18919.479281    253.544341
+PG14 -21644.233723  14821.083739  -3434.412114    170.120741
+PG15  -5087.786406 -15744.380106 -20734.087372   -108.079252
+PG16   1161.472509  25810.573109   5444.394989   -195.295504
+PG17  21109.888239 -15593.107297  -3001.242595    176.871266
+PG18 -16254.011121  -3278.348746 -20474.586398    155.245820
+PG19   1103.125930  17108.439770 -20210.682082   -179.347749
+PG20  14074.048522  19315.101616  11512.736394     52.424322
+PG21 -25807.300459  -3276.405590  -6311.568880   -168.651496
+PG22 -12563.226861  12140.787536 -19796.402218    144.880332
+PG23  12429.320775   9086.677817  21687.890929    279.356009
+PG24  19003.812538  15296.691209 -10823.414943    420.389068
+PG25 -15762.837697 -10661.212408  18510.975537     16.768013
+PG26   7237.080509 -19713.069402 -16611.470829   -143.223137
+PG27 -13039.621983 -15166.873034 -17014.597581    300.953125
+PG28  13120.381511  -7893.695675 -21145.451405     64.195892
+PG29 -18781.362391  -1166.142774  18795.126686    236.233320
+PG30 -16611.572988  -6847.490617  19203.490200     90.297055
+PG31 -13771.349185  10075.690350  20610.799352    135.238176
+PG32   7699.112869  25026.492824   5934.306815   -321.329413
+PR01  -5910.899570  20610.171286 -13819.397316 999999.999999
+PR02   2723.599517  25076.404708   3844.650797 999999.999999
+PR03  21364.335213  13327.715267   4343.597874 999999.999999
+PR04 -11099.218690  -5430.459343  22320.642743 999999.999999
+PR05   5949.301834 -20532.692820  13916.325365 999999.999999
+PR06  -2341.259658 -25231.107950  -3097.140171 999999.999999
+PR07 -10854.442996 -13101.633676 -19019.675919 999999.999999
+PR08 -10841.677929   3952.730075 -22737.502923 999999.999999
+PR09  -9376.910738 -14953.869020 -18477.502739 999999.999999
+PR10 -21251.657591 -13317.042849  -4402.715845 999999.999999
+PR11 -21398.861112  -4389.429846  13225.747465 999999.999999
+PR12  -8154.490822   7690.791012  22865.194281 999999.999999
+PR13   9403.921578  14580.391686  18686.750367 999999.999999
+PR15  20280.928776   2886.977901 -15134.156180 999999.999999
+PR16   8299.201835  -7652.670536 -22920.833644 999999.999999
+PR17  13594.772243   3447.516840 -21324.595442 999999.999999
+PR18  22250.816184  -8986.373186  -8790.775651 999999.999999
+PR19  18101.089124 -15788.232094   8583.355622 999999.999999
+PR20   2913.559670 -13538.789553  21439.024485 999999.999999
+PR21 -13400.080917  -3529.953830  21432.348554 999999.999999
+PR22 -22047.947438   8693.780361   9228.868685 999999.999999
+PR23 -17894.644405  16009.528835  -8625.107972 999999.999999
+PR24  -3403.952739  13881.703223 -21151.355522 999999.999999
+*  2011  9  2  0 45  0.00000000
+PG02   2522.996433 -15529.940305  21475.140732    353.985531
+PG03  -7836.377858  23372.608117  -9916.152501    762.714761
+PG04  18985.886724  -8055.200497  16700.067648    218.938937
+PG05   -461.734430 -24773.677360   9399.986556   -212.363004
+PG06 -13141.909686  22140.478866  -5828.514920    -81.144716
+PG07  26043.362453   5744.298848  -1068.959903     24.766440
+PG08  24764.477170   1278.204106 -10242.852101      9.041980
+PG09 -15707.070021 -14530.628392 -16271.962291    102.953893
+PG10  11789.539992 -11989.933977  20251.936372    -11.803101
+PG11  14301.324281  14139.944159 -17839.779371   -182.177170
+PG12 -12013.923841 -22303.357494   8277.097075     19.679382
+PG13  16802.890307   2867.863374  20255.841133    253.542706
+PG14 -21346.177879  14287.825771  -6268.734935    170.122154
+PG15  -3390.331786 -17339.881292 -19771.298499   -108.077774
+PG16    775.019439  25093.126040   8205.636770   -195.297424
+PG17  20907.930980 -15041.031091  -5812.994134    176.869490
+PG18 -16730.869155  -5595.734898 -19617.485622    155.247564
+PG19   -705.470978  18450.825676 -18977.458038   -179.351219
+PG20  14143.931723  20547.976459   9068.917968     52.424908
+PG21 -26316.134956  -3718.229135  -3624.921426   -168.654281
+PG22 -13226.336188   9871.531606 -20612.167381    144.880213
+PG23  10641.678942  10810.365549  21815.593008    279.353383
+PG24  17632.869947  15075.007779 -13161.406777    420.392188
+PG25 -16165.471088 -12651.735078  16839.666736     16.769594
+PG26   8620.625769 -20701.012676 -14509.620026   -143.234356
+PG27 -10925.306778 -14799.726279 -18652.295446    300.955508
+PG28  13705.068044  -5405.524375 -21565.350884     64.199057
+PG29 -17225.065104  -2742.734322  20086.118433    236.235937
+PG30 -17241.937904  -8944.444356  17759.763763     90.293290
+PG31 -15902.353495   9390.704671  19368.710453    135.243139
+PG32   7550.361719  25544.806511   3180.589424   -321.335568
+PR01  -5928.557377  18751.169320 -16243.636839 999999.999999
+PR02   2867.965550  25343.611253    658.977339 999999.999999
+PR03  20796.131376  12820.796039   7473.230811 999999.999999
+PR04  -8769.467970  -6967.726830  22921.484876 999999.999999
+PR05   5970.400437 -18663.624377  16329.835037 999999.999999
+PR06  -2493.384870 -25405.109821    101.274843 999999.999999
+PR07 -11193.458340 -15300.191509 -17085.077932 999999.999999
+PR08 -11023.133856   1136.897402 -22964.227966 999999.999999
+PR09  -7295.052137 -13793.816222 -20230.879489 999999.999999
+PR10 -20674.338911 -12816.808733  -7542.152651 999999.999999
+PR11 -22787.957033  -4872.754201  10451.595922 999999.999999
+PR12 -10659.008111   6455.782784  22193.441805 999999.999999
+PR13   7270.440121  13436.321066  20412.658556 999999.999999
+PR15  21897.044234   3478.337455 -12526.615199 999999.999999
+PR16  10796.151005  -6435.876174 -22252.467590 999999.999999
+PR17  11307.411960   4872.212052 -22350.689942 999999.999999
+PR18  21119.225151  -8407.229759 -11666.821946 999999.999999
+PR19  18743.406107 -16396.470098   5518.268198 999999.999999
+PR20   5010.174849 -15005.019365  20034.275809 999999.999999
+PR21 -11121.529594  -4989.660559  22414.713804 999999.999999
+PR22 -20880.026084   8064.368412  12088.257569 999999.999999
+PR23 -18536.688434  16621.716445  -5565.562610 999999.999999
+PR24  -5447.384036  15346.607442 -19657.406760 999999.999999
+*  2011  9  2  1  0  0.00000000
+PG02   4921.152035 -15051.665410  21355.223274    353.987392
+PG03  -8639.768781  23972.062152  -7347.632127    762.717760
+PG04  20742.063391  -7491.396610  14822.042621    218.949248
+PG05    165.085486 -23693.514692  11876.697862   -212.367812
+PG06 -13735.888423  22346.302500  -3069.822757    -81.136400
+PG07  25962.404683   5927.358176   1800.895321     24.768096
+PG08  25700.913844   1659.955911  -7591.171081      9.042600
+PG09 -13850.170059 -14294.559063 -18127.443551    102.955827
+PG10  12597.412286  -9709.993171  20999.919584    -11.803764
+PG11  12247.297876  14446.170270 -19072.033039   -182.180505
+PG12 -12069.267036 -23108.635336   5547.078021     19.681545
+PG13  15110.645373   4562.009090  21240.238282    253.541333
+PG14 -20852.973149  13514.470399  -8993.681724    170.124275
+PG15  -1857.615251 -18922.022174 -18466.581600   -108.076354
+PG16    266.073769  24102.771148  10823.277875   -195.299295
+PG17  20517.413786 -14250.912633  -8522.903329    176.868279
+PG18 -17280.937597  -7771.392566 -18415.989102    155.249183
+PG19  -2329.402035  19777.319350 -17414.634760   -179.354870
+PG20  14174.567867  21507.874198   6468.695628     52.425034
+PG21 -26549.723230  -4065.080726   -877.654345   -168.656275
+PG22 -14015.063251   7567.088437 -21067.002082    144.880114
+PG23   8949.176741  12623.263194  21568.391745    279.350515
+PG24  16008.968109  14858.494495 -15275.706675    420.395207
+PG25 -16606.083759 -14423.061137  14878.270841     16.771112
+PG26   9771.518214 -21593.803995 -12162.254157   -143.245657
+PG27  -8619.473483 -14521.050807 -19955.516488    300.958928
+PG28  14426.759038  -2928.520722 -21595.047464     64.201892
+PG29 -15665.891355  -4488.860608  21033.112826    236.239249
+PG30 -17903.378482 -10836.631054  16001.960213     90.289709
+PG31 -17913.827261   8860.213594  17800.800340    135.248452
+PG32   7356.576363  25768.268731    373.760634   -321.341732
+PR01  -6118.535979  16621.753244 -18352.326338 999999.999999
+PR02   2977.732786  25210.481016  -2539.486794 999999.999999
+PR03  19842.022652  12220.862079  10458.357080 999999.999999
+PR04  -6521.908510  -8700.377166  23077.387033 999999.999999
+PR05   6164.397812 -16525.982678  18426.144266 999999.999999
+PR06  -2604.357715 -25178.034919   3297.724170 999999.999999
+PR07 -11633.677433 -17216.227212 -14819.110981 999999.999999
+PR08 -11406.251064  -1659.073163 -22744.478250 999999.999999
+PR09  -4956.374042 -12716.697889 -21593.243218 999999.999999
+PR10 -19709.947219 -12222.537677 -10534.374886 999999.999999
+PR11 -23881.458162  -5119.449793   7475.156396 999999.999999
+PR12 -13147.996187   5450.393859  21087.884493 999999.999999
+PR13   4882.416358  12385.582206  21741.587305 999999.999999
+PR15  23240.791564   3822.134210  -9674.528903 999999.999999
+PR16  13275.621438  -5449.397785 -21154.411636 999999.999999
+PR17   9051.131693   6521.851666 -22943.214769 999999.999999
+PR18  19764.921127  -7538.158547 -14317.344894 999999.999999
+PR19  19034.063991 -16817.578298   2345.963581 999999.999999
+PR20   6836.349269 -16502.468818  18241.286388 999999.999999
+PR21  -8881.174853  -6670.876534  22962.123631 999999.999999
+PR22 -19494.367514   7143.677489  14710.917163 999999.999999
+PR23 -18830.097430  17043.713958  -2397.945918 999999.999999
+PR24  -7214.757938  16830.194596 -17782.502890 999999.999999
+*  2011  9  2  1 15  0.00000000
+PG02   7310.828510 -14694.269690  20868.919802    353.988981
+PG03  -9266.247153  24353.633838  -4652.113090    762.722117
+PG04  22296.726570  -7048.483386  12689.242207    218.959365
+PG05    945.962720 -22396.935913  14147.711624   -212.372501
+PG06 -14136.266311  22321.899246   -257.373582    -81.127967
+PG07  25573.435850   6066.153100   4640.207558     24.769583
+PG08  26361.128764   1916.233645  -4812.993799      9.042740
+PG09 -11798.008708 -14140.390349 -19683.360597    102.956786
+PG10  13537.741082  -7415.261013  21377.596790    -11.803919
+PG11  10089.091782  14851.201039 -19987.568788   -182.183497
+PG12 -12057.042577 -23616.465129   2722.585461     19.683882
+PG13  13453.448635   6416.450608  21855.129016    253.539632
+PG14 -20202.993676  12487.708563 -11561.477402    170.125629
+PG15   -504.916895 -20447.152319 -16842.109205   -108.074851
+PG16   -392.435432  22871.000903  13251.740698   -195.301291
+PG17  19975.240241 -13210.602751 -11083.352775    176.866582
+PG18 -17877.262760  -9769.198247 -16892.622759    155.250814
+PG19  -3752.264321  21044.286966 -15548.546765   -179.358424
+PG20  14129.824201  22190.531214   3757.103852     52.425498
+PG21 -26497.300672  -4349.909078   1884.237119   -168.658904
+PG22 -14920.682583   5273.956404 -21153.149659    144.880012
+PG23   7382.387802  14486.814329  20949.434709    279.347816
+PG24  14155.111418  14681.125982 -17129.852406    420.398939
+PG25 -17048.587589 -15949.728022  12660.665638     16.772675
+PG26  10689.364397 -22346.693089  -9607.500132   -143.257159
+PG27  -6165.844437 -14355.292175 -20898.624371    300.964718
+PG28  15271.180533   -514.074467 -21234.805763     64.204946
+PG29 -14144.699434  -6379.832753  21620.116062    236.241998
+PG30 -18559.266497 -12497.555430  13961.958201     90.285744
+PG31 -19761.050254   8472.233114  15933.472037    135.253392
+PG32   7081.331456  25701.157972  -2439.304035   -321.347920
+PR01  -6509.756052  14278.689812 -20104.454996 999999.999999
+PR02   2999.264539  24687.021117  -5688.637440 999999.999999
+PR03  18507.824236  11587.155336  13241.139670 999999.999999
+PR04  -4413.543531 -10587.618768  22785.274629 999999.999999
+PR05   6559.916974 -14176.766953  20164.545705 999999.999999
+PR06  -2620.583823 -24562.186622   6430.240926 999999.999999
+PR07 -12128.749545 -18810.542084 -12265.746354 999999.999999
+PR08 -11978.138570  -4367.120035 -22082.531620 999999.999999
+PR09  -2409.994842 -11769.137161 -22538.063750 999999.999999
+PR10 -18364.991496 -11593.894272 -13321.108213 999999.999999
+PR11 -24634.408475  -5167.634164   4354.076762 999999.999999
+PR12 -15552.355497   4683.249120  19569.580162 999999.999999
+PR13   2291.341044  11474.126319  22647.580930 999999.999999
+PR15  24261.185597   3952.249911  -6633.498616 999999.999999
+PR16  15669.696135  -4701.371794 -19648.131281 999999.999999
+PR17   6887.321241   8363.285330 -23090.378741 999999.999999
+PR18  18246.925760  -6366.735660 -16690.899583 999999.999999
+PR19  18996.620875 -17000.508046   -871.921050 999999.999999
+PR20   8364.384920 -17971.275103  16094.934856 999999.999999
+PR21  -6739.611342  -8539.057300  23063.587181 999999.999999
+PR22 -17951.474435   5921.272084  17045.726832 999999.999999
+PR23 -18798.707860  17224.823433    816.239736 999999.999999
+PR24  -8680.864753  18272.036657 -15562.897412 999999.999999
+*  2011  9  2  1 30  0.00000000
+PG02   9644.893669 -14457.102417  20023.103104    353.990425
+PG03  -9737.301919  24488.088824  -1875.738759    762.726650
+PG04  23616.836212  -6703.973548  10339.140265    218.969420
+PG05   1896.649915 -20922.319798  16173.814315   -212.377514
+PG06 -14369.884110  22044.500148   2559.589045    -81.119306
+PG07  24878.027546   6199.287294   7400.805198     24.771262
+PG08  26723.473701   2081.646680  -1954.748450      9.043298
+PG09  -9588.921538 -14094.036355 -20915.218079    102.959429
+PG10  14597.452459  -5153.290930  21379.349059    -11.804865
+PG11   7866.479431  15360.831476 -20570.791283   -182.186404
+PG12 -11938.666828 -23831.847102   -148.269847     19.685950
+PG13  11871.785722   8399.486438  22089.435959    253.538277
+PG14 -19437.982754  11202.945513 -13927.005944    170.127529
+PG15    660.555591 -21870.856423 -14925.682131   -108.073541
+PG16  -1221.073210  21435.687703  15448.926646   -195.303156
+PG17  19321.495041 -11916.436378 -13449.318785    176.864979
+PG18 -18488.125325 -11559.596228 -15075.393188    155.252535
+PG19  -4965.960011  22207.216694 -13411.021347   -179.361748
+PG20  13974.530215  22600.007146    980.935225     52.426033
+PG21 -26155.816147  -4607.349515   4615.003765   -168.661038
+PG22 -15927.021460   3036.829265 -20869.416497    144.879850
+PG23   5965.066453  16358.049830  19968.324283    279.345453
+PG24  12101.511221  14572.846247 -18691.619396    420.402077
+PG25 -17454.064869 -17214.391313  10225.117653     16.774221
+PG26  11382.181654 -22916.904509  -6887.627064   -143.268316
+PG27  -3613.532262 -14319.494322 -21462.519458    300.967161
+PG28  16216.129322   1789.857609 -20492.240738     64.207618
+PG29 -12698.103108  -8384.039341  21837.276042    236.244923
+PG30 -19170.326331 -13909.074448  11676.533374     90.282086
+PG31 -21403.304623   8207.320505  13798.056864    135.258307
+PG32   6690.278400  25355.822047  -5211.332151   -321.354067
+PR01  -7120.209922  11785.078474 -21465.930266 999999.999999
+PR02   2882.412152  23795.973374  -8727.308052 999999.999999
+PR03  16812.791712  10977.776920  15767.574559 999999.999999
+PR04  -2493.302540 -12579.345918  22050.761632 999999.999999
+PR05   7174.625828 -11679.219914  21511.285494 999999.999999
+PR06  -2492.347356 -23582.520743   9438.079522 999999.999999
+PR07 -12627.079360 -20055.233247  -9474.515367 999999.999999
+PR08 -12714.347667  -6922.971063 -20991.266951 999999.999999
+PR09    286.260516 -10988.774649 -23046.822796 999999.999999
+PR10 -16659.542331 -10989.324529 -15848.182750 999999.999999
+PR11 -25012.512097  -5063.620390   1148.765072 999999.999999
+PR12 -17803.890386   4150.365095  17667.787202 999999.999999
+PR13   -442.766685  10738.477024  23112.909160 999999.999999
+PR15  24917.273771   3911.873047  -3462.877334 999999.999999
+PR16  17911.511303  -4187.461209 -17762.887211 999999.999999
+PR17   4870.971026  10352.762246 -22789.016279 999999.999999
+PR18  16627.550218  -4893.087800 -18741.300283 999999.999999
+PR19  18665.832616 -16901.657466  -4072.866308 999999.999999
+PR20   9579.124892 -19349.193800  13636.899394 999999.999999
+PR21  -4750.780771 -10549.240083  22716.757913 999999.999999
+PR22 -16314.790971   4399.458023  19047.327347 999999.999999
+PR23 -18477.447074  17121.857706   4014.569689 999999.999999
+PR24  -9833.091147  19609.822305 -13041.532140 999999.999999
+*  2011  9  2  1 45  0.00000000
+PG02  11877.187272 -14331.862424  18830.927267    353.992338
+PG03 -10079.793572  24352.615300    933.393189    762.731450
+PG04  24675.807296  -6430.134605   7812.624582    218.979380
+PG05   3025.403130 -19311.957268  17920.096954   -212.382231
+PG06 -14468.384100  21498.617666   5331.904142    -81.110812
+PG07  23886.566071   6364.624353  10035.804699     24.772968
+PG08  26774.531779   2194.223701    935.981809      9.044781
+PG09  -7265.728663 -14174.575793 -21803.770068    102.961131
+PG10  15756.008710  -2968.801831  21006.319892    -11.805017
+PG11   5620.355831  15974.096187 -20811.401799   -182.189251
+PG12 -11678.093702 -23768.345651  -3016.601173     19.688181
+PG13  10400.641634  10472.728470  21938.771057    253.536099
+PG14 -18601.337715   9664.698402 -16048.651895    170.129139
+PG15   1639.769939 -23149.622342 -12750.262743   -108.072235
+PG16  -2232.906961  19839.617628  17376.961686   -195.305282
+PG17  18597.773429 -10373.582460 -15579.213763    176.863645
+PG18 -19078.366305 -13120.486129 -12997.183072    155.254250
+PG19  -5970.849717  23222.447732 -11038.853115   -179.365423
+PG20  13675.989886  22748.370417  -1812.073503     52.426307
+PG21 -25529.996487  -4872.254652   7269.808866   -168.663244
+PG22 -17011.027602    897.030469 -20221.171955    144.880103
+PG23   4713.342781  18191.106008  18641.025616    279.342674
+PG24   9884.636702  14558.305418 -19933.594463    420.405566
+PG25 -17782.369280 -18208.310523   7613.616897     16.775733
+PG26  11866.028928 -23265.376885  -4048.446832   -143.279406
+PG27  -1015.274905 -14422.460092 -21635.181847    300.971120
+PG28  17232.380713   3940.487480 -19382.080066     64.210425
+PG29 -11357.167455 -10463.988335  21681.034623    236.247959
+PG30 -19696.276293 -15061.861368   9186.604536     90.278493
+PG31 -22805.278167   8039.443040  11430.329140    135.263617
+PG32   6152.634466  24752.223483  -7895.390164   -321.360396
+PR01  -7956.016232   9207.897754 -22410.243451 999999.999999
+PR02   2582.886750  22571.860023 -11596.459231 999999.999999
+PR03  14789.032380  10447.087913  17988.536203 999999.999999
+PR04   -800.205170 -14618.076667  20888.046530 999999.999999
+PR05   8014.310421  -9100.368253  22440.216707 999999.999999
+PR06  -2176.158378 -22275.609322  12262.889377 999999.999999
+PR07 -13074.154176 -20934.648991  -6499.552362 999999.999999
+PR08 -13579.901055  -9268.571269 -19491.913168 999999.999999
+PR09   3067.995867 -10402.699396 -23109.385186 999999.999999
+PR10 -14626.564396 -10463.420309 -18066.588596 999999.999999
+PR11 -24993.574507  -4859.720530  -2078.768733 999999.999999
+PR12 -19838.025365   3835.487511  15419.416397 999999.999999
+PR13  -3253.610969  10204.200222  23128.420687 999999.999999
+PR15  25179.863599   3751.412566   -224.593518 999999.999999
+PR16  19937.850295  -3891.241817 -15535.168192 999999.999999
+PR17   3048.552791  12437.567521 -22044.672366 999999.999999
+PR18  14969.804994  -3130.173694 -20428.523072 999999.999999
+PR19  18086.013390 -16486.895587  -7194.688063 999999.999999
+PR20  10478.312812 -20574.203332  10914.850131 999999.999999
+PR21  -2959.892919 -12647.730038  21928.008067 999999.999999
+PR22 -14648.021454   2593.428033  20677.001443 999999.999999
+PR23 -17910.688669  16701.147388   7134.910807 999999.999999
+PR24 -10671.689387  20781.972751 -10267.217233 999999.999999
+*  2011  9  2  2  0  0.00000000
+PG02  13964.133362 -14302.933082  17311.699864    353.993990
+PG03 -10324.750679  23931.871504   3726.073818    762.735166
+PG04  25454.377767  -6195.260982   5153.265944    218.989514
+PG05   4332.474093 -17610.465066  19356.558260   -212.387237
+PG06 -14466.770572  20676.745076   8011.387210    -81.102453
+PG07  22617.934155   6597.668290  12500.376006     24.774601
+PG08  26509.593916   2293.820399   3811.173002      9.045495
+PG09  -4874.325352 -14393.532967 -22335.226946    102.963678
+PG10  16986.177342   -902.117588  20266.311270    -11.804931
+PG11   3391.409667  16683.203423 -20704.590480   -182.192274
+PG12 -11243.361314 -23447.479974  -5833.553052     19.690349
+PG13   9068.231793  12592.431486  21405.535960    253.534879
+PG14 -17736.334737   7886.633655 -17889.080146    170.130870
+PG15   2441.647081 -24242.492813 -10353.409765   -108.070881
+PG16  -3432.822092  18128.849924  19002.851508   -195.307191
+PG17  17845.459640  -8596.042582 -17435.662885    176.862006
+PG18 -19610.840324 -14437.807020 -10695.077219    155.255820
+PG19  -6775.566895  24048.893013  -8473.172105   -179.368961
+PG20  13205.397787  22655.088597  -4574.060262     52.426657
+PG21 -24632.149036  -5178.243224   9805.357033   -168.665465
+PG22 -18143.623015  -1108.907624 -19220.221771    144.880126
+PG23   3635.217161  19938.882219  16989.656988    279.339714
+PG24   7546.027029  14655.799742 -20833.681737    420.407089
+PG25 -17993.783936 -18931.508398   4871.149121     16.777273
+PG26  12164.315800 -23358.418415  -1138.608442   -143.290495
+PG27   1574.516562 -14664.272755 -21412.054682    300.973552
+PG28  18284.898254   5901.689783 -17925.766262     64.212985
+PG29 -10146.329548 -12577.577835  21154.176587    236.250981
+PG30 -20097.504357 -15955.512711   6536.414999     90.274975
+PG31 -23938.281021   7937.098337   8869.955535    135.268645
+PG32   5442.561618  23917.210811 -10445.636518   -321.366642
+PR01  -9010.986905   6615.401594 -22918.988285 999999.999999
+PR02   2064.386057  21059.554360 -14240.327929 999999.999999
+PR03  12480.392209  10043.275059  19860.735314 999999.999999
+PR04    638.050063 -16641.216929  19319.642743 999999.999999
+PR05   9072.460815  -6508.418598  22933.305089 999999.999999
+PR06  -1636.840301 -20688.137995  14849.843642 999999.999999
+PR07 -13415.007931 -21445.845230  -3398.549033 999999.999999
+PR08 -14530.783954 -11354.250572 -17613.635559 999999.999999
+PR09   5866.657937 -10026.334603 -22724.214397 999999.999999
+PR10 -12310.718611 -10064.469043 -19933.421343 999999.999999
+PR11 -24568.459245  -4611.803002  -5266.099958 999999.999999
+PR12 -21596.392542   3710.969211  12868.318087 999999.999999
+PR13  -6071.137925   9884.853650  22693.729009 999999.999999
+PR15  25032.770598   3526.102417   3018.080237 999999.999999
+PR16  21691.598621  -3785.098152 -13007.993593 999999.999999
+PR17   1456.265502  14558.053454 -20871.519070 999999.999999
+PR18  13334.792650  -1103.530897 -21719.497196 999999.999999
+PR19  17309.009979 -15733.201175 -10176.747818 999999.999999
+PR20  11072.416495 -21587.117365   7981.529462 999999.999999
+PR21  -1401.720433 -14774.173415  20712.333568 999999.999999
+PR22 -13012.468173    530.858128  21903.411675 999999.999999
+PR23 -17150.225203  15940.162159  10116.630830 999999.999999
+PR24 -11209.511097  21730.249597  -7293.696221 999999.999999
+*  2011  9  2  2 15  0.00000000
+PG02  15866.278537 -14348.022915  15490.636486    353.995557
+PG03 -10505.979933  23218.763992   6452.884593    762.739550
+PG04  25941.202093  -5965.086219   2406.564729    218.999625
+PG05   5809.920950 -15863.124813  20458.616778   -212.392011
+PG06 -14401.854036  19579.744992  10551.692303    -81.094143
+PG07  21098.885300   6930.034371  14752.479509     24.775966
+PG08  25932.835084   2420.467062   6623.074892      9.047019
+PG09  -2462.182367 -14754.436991 -22501.397923    102.964849
+PG10  18255.072541   1012.194889  19173.551724    -11.804900
+PG11   1218.798960  17473.726094 -20251.160821   -182.195424
+PG12 -10607.990655 -22897.825401  -8551.108772     19.692387
+PG13   7895.010434  14711.046905  20498.894319    253.533496
+PG14 -16884.366823   5891.239840 -19415.936018    170.132561
+PG15   3082.521577 -25112.635064  -7776.624061   -108.069184
+PG16  -4817.170580  16350.970115  20299.035069   -195.309208
+PG17  17104.026215  -6606.296967 -18986.197342    176.860561
+PG18 -20047.935230 -15505.804217  -8209.637851    155.257527
+PG19  -7396.497572  24649.684500  -5758.715888   -179.372782
+PG20  12539.105185  22346.150250  -7257.847506     52.427353
+PG21 -23481.714604  -5556.314493  12180.483738   -168.668036
+PG22 -19290.807789  -2950.463618 -17884.559604    144.879899
+PG23   2730.378517  21554.774779  15042.161392    279.336915
+PG24   5130.905762  14876.458095 -21375.530103    420.411135
+PG25 -18050.671831 -19392.598921   2044.918406     16.778801
+PG26  12306.803824 -23169.207511   1791.209598   -143.301526
+PG27   4101.810207 -15036.210608 -20796.246133    300.975321
+PG28  19334.285506   7645.192947 -16150.917013     64.216197
+PG29  -9082.583627 -14679.548059  20265.775346    236.253657
+PG30 -20336.707932 -16598.301839   3772.671330     90.271239
+PG31 -24781.232138   7864.646868   6159.884313    135.273630
+PG32   4540.382134  22883.536458 -12818.083070   -321.372767
+PR01 -10266.725846   4074.473662 -22982.222427 999999.999999
+PR02   1300.385349  19312.436003 -16607.513702 999999.999999
+PR03   9940.861616   9806.183988  21347.570219 999999.999999
+PR04   1806.014015 -18583.557287  17375.948105 999999.999999
+PR05  10330.387671  -3970.116801  22980.977697 999999.999999
+PR06   -849.268684 -18874.999253  17148.701314 999999.999999
+PR07 -13596.718275 -21598.524962   -231.639966 999999.999999
+PR08 -15515.834418 -13140.541971 -15392.967287 999999.999999
+PR09   8612.132105  -9862.825640 -21898.426913 999999.999999
+PR10  -9766.686444  -9832.292570 -21412.699919 999999.999999
+PR11 -23741.520740  -4376.706423  -8351.583194 999999.999999
+PR12 -23029.177409   3739.152392  10064.417832 999999.999999
+PR13  -8824.217073   9781.460772  21817.226476 999999.999999
+PR15  24473.532318   3293.401034   6201.787310 999999.999999
+PR16  23123.961350  -3831.590715 -10230.097970 999999.999999
+PR17    118.720350  16649.983118 -19292.103316 999999.999999
+PR18  11779.191657   1149.505619 -22588.768962 999999.999999
+PR19  16391.876025 -14629.846378 -12961.132091 999999.999999
+PR20  11383.925157 -22334.096782   4893.737533 999999.999999
+PR21    -99.339855 -16863.933241  19093.088914 999999.999999
+PR22 -11464.501661  -1749.025683  22703.182705 999999.999999
+PR23 -16252.944153  14828.676826  12901.779347 999999.999999
+PR24 -11471.216863  22402.245653  -4178.613043 999999.999999
+*  2011  9  2  2 30  0.00000000
+PG02  17549.693564 -14439.092730  13398.495270    353.997437
+PG03 -10658.543723  22214.915117   9065.139182    762.743911
+PG04  26133.154141  -5704.279601   -380.812200    219.009834
+PG05   7441.744540 -14114.212651  21207.523616   -212.396608
+PG06 -14310.644069  18216.914342  12909.125190    -81.085303
+PG07  19363.132383   7388.067645  16753.564122     24.777594
+PG08  25057.185312   2612.712614   9324.920530      9.047338
+PG09    -76.804191 -15252.669821 -22299.772069    102.966538
+PG10  19525.421922   2746.438289  17748.347522    -11.805551
+PG11   -861.124820  18325.046878 -19457.581976   -182.198280
+PG12  -9752.183300 -22153.858922 -11122.886344     19.694443
+PG13   6892.996851  16778.939261  19234.615450    253.531563
+PG14 -16083.268087   3709.147406 -20602.449515    170.134345
+PG15   3585.305579 -25728.765195  -5064.617074   -108.067732
+PG16  -6373.763672  14553.307742  21243.828294   -195.311481
+PG17  16409.425143  -4434.611820 -20203.848705    176.859038
+PG18 -20353.097026 -16326.977994  -5584.146864    155.259132
+PG19  -7856.944177  24993.671777  -2943.019370   -179.376275
+PG20  11659.688733  21852.954543  -9817.730076     52.427482
+PG21 -22104.589851  -6033.571935  14356.704847   -168.670420
+PG22 -20414.967470  -4604.099087 -16238.004180    144.880018
+PG23   1990.357902  22994.419064  12831.860950    279.334086
+PG24   2686.646863  15223.709893 -21548.871899    420.414571
+PG25 -17919.054437 -19608.291937   -816.466276     16.780316
+PG26  12328.328632 -22679.068628   4689.199445   -143.312896
+PG27   6515.009666 -15521.066542 -19798.535601    300.978521
+PG28  20338.410255   9151.423462 -14090.666326     64.218711
+PG29  -8174.960382 -16723.060353  19031.036708    236.256774
+PG30 -20380.431128 -17006.597898    943.661166     90.267497
+PG31 -25321.379253   7783.809637   3345.680287    135.278580
+PG32   3433.581813  21688.651601 -14971.354147   -321.378847
+PR01 -11693.256442   1648.049298 -22598.664713 999999.999999
+PR02    275.515677  17390.207930 -18651.980637 999999.999999
+PR03   7232.563309   9765.512102  22419.854660 999999.999999
+PR04   2700.894143 -20379.899052  15094.661001 999999.999999
+PR05  11757.865460  -1548.179735  22582.307962 999999.999999
+PR06    200.312921 -16897.060657  19114.782298 999999.999999
+PR07 -13570.831345 -21414.464058   2939.759325 999999.999999
+PR08 -16478.953186 -14599.575272 -12873.097035 999999.999999
+PR09  11235.414621  -9902.957559 -20647.682527 999999.999999
+PR10  -7057.088470  -9796.465557 -22476.042328 999999.999999
+PR11 -22530.495305  -4209.618152 -11275.531216 999999.999999
+PR12 -24097.119726   3874.196040   7062.718045 999999.999999
+PR13 -11443.374132   9882.531480  20515.925746 999999.999999
+PR15  23513.557346   3110.299042   9264.348754 999999.999999
+PR16  24196.353721  -3985.237204  -7255.011791 999999.999999
+PR17   -951.879212  18647.089764 -17336.928823 999999.999999
+PR18  10352.936476   3581.084770 -23019.023924 999999.999999
+PR19  15394.345007 -13179.074574 -15493.777576 999999.999999
+PR20  11446.151102 -22768.957074   1711.241768 999999.999999
+PR21    936.627014 -18850.669479  17101.554975 999999.999999
+PR22 -10053.269887  -4196.868296  23061.319113 999999.999999
+PR23 -15278.305561  13369.431753  15436.217013 999999.999999
+PR24 -11491.994907  22753.653933   -982.400282 999999.999999
+*  2011  9  2  2 45  0.00000000
+PG02  18987.178970 -14543.537361  11071.092338    353.999202
+PG03 -10817.167722  20930.790350  11515.843210    762.747796
+PG04  26035.333829  -5377.970367  -3161.792775    219.019663
+PG05   9204.344181 -12405.384579  21590.669497   -212.401573
+PG06 -14228.756493  16605.726805  15043.392610    -81.076634
+PG07  17450.182570   7991.661568  18469.216151     24.779371
+PG08  23903.899659   2906.021549  11871.625366      9.047076
+PG09   2235.806345 -15875.605621 -21733.539785    102.968491
+PG10  20757.003381   4280.609525  16016.630327    -11.806122
+PG11  -2815.999633  19211.046335 -18335.964157   -182.201254
+PG12  -8663.772408 -21254.591737 -13504.911130     19.696693
+PG13   6065.446939  18746.196693  17634.791882    253.529647
+PG14 -15365.793994   1378.121997 -21427.930006    170.136292
+PG15   3978.389546 -26066.369569  -2264.515718   -108.066415
+PG16  -8082.205591  12781.189775  21821.752709   -195.313343
+PG17  15792.637544  -2118.036695 -21067.631698    176.857366
+PG18 -20492.301552 -16911.725664  -2863.831467    155.260444
+PG19  -8186.006310  25056.709859    -75.539025   -179.379944
+PG20  10556.782519  21211.013014 -12210.229083     52.428106
+PG21 -20532.243908  -6632.095424  16298.726090   -168.672443
+PG22 -21476.329722  -6053.946616 -14309.732006    144.879691
+PG23   1399.015300  24217.369472  10396.899005    279.331462
+PG24    261.148525  15693.059301 -21349.763361    420.418064
+PG25 -17570.057189 -19602.594729  -3663.826345     16.781744
+PG26  12267.285965 -21878.458170   7503.401365   -143.324102
+PG27   8766.915910 -16093.862583 -18437.178295    300.982142
+PG28  21254.126219  10409.977334 -11782.911685     64.221505
+PG29  -7424.319159 -18661.344357  17471.043349    236.259576
+PG30 -20200.439718 -17203.982139  -1901.629488     90.263729
+PG31 -25554.724614   7655.277831    474.812205    135.283671
+PG32   2117.557245  20373.317610 -16867.430646   -321.384712
+PR01 -13250.152682   -607.287940 -21775.724126 999999.999999
+PR02  -1013.530098  15356.466623 -20333.955240 999999.999999
+PR03   4423.403238   9939.438815  23056.406858 999999.999999
+PR04   3332.424303 -21967.700238  12520.053760 999999.999999
+PR05  13314.276113    701.094271  21745.033747 999999.999999
+PR06   1513.456778 -14818.700663  20709.836610 999999.999999
+PR07 -13295.611879 -20926.448047   6054.139494 999999.999999
+PR08 -17361.539767 -15715.989106 -10103.026641 999999.999999
+PR09  13671.251983 -10125.607608 -18995.910455 999999.999999
+PR10  -4250.085781  -9974.986976 -23103.188228 999999.999999
+PR11 -20965.854540  -4161.527173 -13981.356948 999999.999999
+PR12 -24773.080826   4064.268885   3922.187133 999999.999999
+PR13 -13863.461291  10164.628892  18815.131305 999999.999999
+PR15  22177.702965   3030.652427  12145.999293 999999.999999
+PR16  24881.888672  -4194.634043  -4140.054045 999999.999999
+PR17  -1756.026977  20483.745534 -15043.878586 999999.999999
+PR18   9097.191671   6134.571148 -23001.455318 999999.999999
+PR19  14376.208980 -11396.243186 -17725.520048 999999.999999
+PR20  11301.587038 -22855.175317  -1504.369227 999999.999999
+PR21   1708.238102 -20669.015914  14776.346180 999999.999999
+PR22  -8818.741063  -6755.031619  22971.453706 999999.999999
+PR23 -14285.728163  11578.258570  17670.670638 999999.999999
+PR24 -11315.842639  22750.218815   2232.890269 999999.999999
+*  2011  9  2  3  0  0.00000000
+PG02  20159.221499 -14625.577962   8548.702606    354.000670
+PG03 -11014.647002  19385.470596  13760.647013    762.752386
+PG04  25660.782520  -4953.243306  -5889.649087    219.029811
+PG05  11067.274515 -10774.179764  21601.782083   -212.406244
+PG06 -14188.898582  14771.266693  16918.275172    -81.068152
+PG07  15403.959855   8753.322454  19869.748904     24.781091
+PG08  22501.840616   3331.278843  14220.470445      9.048193
+PG09   4432.629281 -16603.036237 -20811.555536    102.971115
+PG10  21908.191752   5602.910852  14009.416126    -11.807777
+PG11  -4618.500080  20101.014613 -16903.952327   -182.204436
+PG12  -7338.889975 -20242.039624 -15656.353526     19.698941
+PG13   5406.882945  20564.462671  15727.436311    253.528147
+PG14 -14758.320466  -1058.227993 -21878.140507    170.137820
+PG15   4294.324021 -26108.673482    574.980812   -108.065026
+PG16  -9914.551553  11076.297636  22023.746800   -195.315528
+PG17  15278.441357    300.866355 -21562.905988    176.856226
+PG18 -20435.418918 -17277.699466    -95.087711    155.262543
+PG19  -8417.224252  24822.680471   2793.269253   -179.383506
+PG20   9227.643495  20458.514148 -14394.801073     52.428293
+PG21 -18800.659009  -7367.996218  17974.912693   -168.674741
+PG22 -22434.510605  -7292.190113 -12133.717647    144.879920
+PG23    933.343348  25188.647853   7779.577976    279.328539
+PG24  -2098.824206  16272.179269 -20780.718448    420.419877
+PG25 -16981.165821 -19405.742518  -6448.256382     16.783313
+PG26  12163.938918 -20767.604344  10182.737421   -143.335207
+PG27  10816.499076 -16722.927496 -16737.511753    300.985458
+PG28  22039.016238  11419.711278  -9269.493394     64.224342
+PG29  -6823.460153 -20449.352060  15612.403866    236.262434
+PG30 -19774.882875 -17220.104881  -4714.381198     90.259854
+PG31 -25486.138453   7440.376482  -2404.099884    135.288531
+PG32    596.071209  18980.082133 -18472.365061   -321.390938
+PR01 -14888.127491  -2643.435572 -20529.359607 999999.999999
+PR02  -2557.603163  13276.126950 -21620.702748 999999.999999
+PR03   1584.480077  10333.753076  23244.487000 999999.999999
+PR04   3722.203270 -23289.630965   9702.116737 999999.999999
+PR05  14950.206026   2729.937881  20485.408040 999999.999999
+PR06   3079.191299 -12705.214341  21902.790930 999999.999999
+PR07 -12738.023441 -20176.764971   9051.086782 999999.999999
+PR08 -18105.051809 -16487.324298  -7136.615142 999999.999999
+PR09  15860.638723 -10498.716054 -16974.874077 999999.999999
+PR10  -1416.765011 -10373.458320 -23282.360758 999999.999999
+PR11 -19089.647311  -4276.857899 -16416.657508 999999.999999
+PR12 -25043.107742   4254.011030    704.561054 999999.999999
+PR13 -16026.153607  10593.458266  16747.947088 999999.999999
+PR15  20503.300103   3102.657107  14790.571200 999999.999999
+PR16  25166.400996  -4404.830792   -945.253795 999999.999999
+PR17  -2306.660009  22097.627512 -12457.487648 999999.999999
+PR18   8042.706281   8746.658638 -22535.969343 999999.999999
+PR19  13394.713821  -9309.424635 -19613.046763 999999.999999
+PR20  10999.888472 -22567.513278  -4690.866121 999999.999999
+PR21   2229.911789 -22257.240908  12162.667164 999999.999999
+PR22  -7790.159206  -9359.786459  22435.925080 999999.999999
+PR23 -13331.994581   9483.664516  19561.693418 999999.999999
+PR24 -10993.483547  22369.286228   5404.792199 999999.999999
+*  2011  9  2  3 15  0.00000000
+PG02  21054.657284 -14647.810060   5875.354424    354.002297
+PG03 -11280.321770  17606.070985  15758.764462    762.757398
+PG04  25029.921823  -4400.552072  -8518.726022    219.039525
+PG05  12994.273258  -9252.698918  21241.011607   -212.411073
+PG06 -14219.491316  12745.380324  18502.214005    -81.059905
+PG07  13271.264633   9677.516993  20930.723217     24.782416
+PG08  20886.495358   3913.455044  16331.763729      9.047615
+PG09   6475.008284 -17407.869917 -19548.241483    102.973026
+PG10  22937.552574   6709.935341  11762.190971    -11.809505
+PG11  -6247.209321  20960.759058 -15184.533610   -182.207331
+PG12  -5782.323548 -19159.588027 -17540.220283     19.700838
+PG13   4903.479354  22188.715125  13545.966414    253.526480
+PG14 -14279.815201  -3551.976677 -21945.543969    170.139664
+PG15   4568.336018 -25847.317494   3404.475463   -108.063669
+PG16 -11836.260791   9475.190167  21847.260447   -195.317329
+PG17  14884.446546   2775.508904 -21681.610916    176.854450
+PG18 -20157.422862 -17448.911930   2675.285611    155.264145
+PG19  -8587.041907  24284.202259   5612.897573   -179.387109
+PG20   7677.430500  19634.805662 -16334.492897     52.428670
+PG21 -16949.129159  -8250.683627  19357.719112   -168.676851
+PG22 -23250.088045  -8319.126509  -9748.095104    144.879730
+PG23    564.557697  25880.095050   5025.604469    279.325857
+PG24  -4349.264284  16941.326542 -19850.729227    420.422429
+PG25 -16137.244970 -19052.900108  -9121.959984     16.784835
+PG26  12058.616066 -19356.757949  12678.074782   -143.346446
+PG27  12630.394816 -17371.285339 -14731.377286    300.989028
+PG28  22653.083703  12188.463490  -6595.331792     64.226964
+PG29  -6357.551910 -22045.357059  13486.811554    236.265297
+PG30 -19089.201337 -17089.334875  -7446.772417     90.256079
+PG31 -25129.152781   7102.721210  -5242.068526    135.293536
+PG32  -1118.610118  17551.675128 -19756.951718   -321.397127
+PR01 -16551.012526  -4422.539128 -18883.773045 999999.999999
+PR02  -4335.234621  11212.809418 -22487.166698 999999.999999
+PR03  -1212.640558  10941.517618  22980.072880 999999.999999
+PR04   3902.530442 -24295.931129   6695.589195 999999.999999
+PR05  16609.430325   4500.863115  18827.885003 999999.999999
+PR06   4874.233255 -10620.196730  22670.357960 999999.999999
+PR07 -11875.354703 -19215.317867  11872.451826 999999.999999
+PR08 -18653.579460 -16923.883426  -4031.528048 999999.999999
+PR09  17753.069575 -10980.736760 -14623.580201 999999.999999
+PR10   1371.584269 -10984.800523 -23010.463252 999999.999999
+PR11 -16953.877380  -4591.384046 -18534.220325 999999.999999
+PR12 -24906.947079   4387.154863  -2526.915110 999999.999999
+PR13 -17882.167225  11125.431744  14354.629557 999999.999999
+PR15  18538.668213   3366.574312  17146.601100 999999.999999
+PR16  25048.966079  -4559.859652   2267.780899 999999.999999
+PR17  -2628.371300  23432.268280  -9628.079341 999999.999999
+PR18   7208.619360  11349.780483 -21631.220751 999999.999999
+PR19  12502.080773  -6958.481382 -21119.734138 999999.999999
+PR20  10595.565986 -21893.188844  -7786.571748 999999.999999
+PR21   2527.576120 -23559.778828   9311.432512 999999.999999
+PR22  -6984.973164 -11943.757241  21465.686571 999999.999999
+PR23 -12468.785286   7125.891560  21072.511499 999999.999999
+PR24 -10580.007448  21600.886210   8471.640640 999999.999999
+*  2011  9  2  3 30  0.00000000
+PG02  21671.009198 -14572.843932   3098.030549    354.004061
+PG03 -11638.692737  15626.824808  17473.830359    762.762614
+PG04  24169.739414  -3695.000679 -11005.141512    219.049992
+PG05  14944.519363  -7866.507522  20514.904914   -212.416081
+PG06 -14343.480786  10565.581401  19768.803846    -81.051427
+PG07  11100.126253  10760.330206  21633.389497     24.784126
+PG08  19098.758819   4670.479451  18169.472945      9.047417
+PG09   8329.886984 -18257.082978 -17963.430553    102.975731
+PG10  23805.420638   7606.527711   9314.239211    -11.811421
+PG11  -7687.280633  21753.872083 -13205.754531   -182.210580
+PG12  -4007.546828 -18050.313026 -19123.988365     19.702926
+PG13   4533.787932  23578.921399  11128.588639    253.524761
+PG14 -13941.122559  -6052.576104 -21629.417390    170.141495
+PG15   4836.740509 -25282.713837   6174.761246   -108.062357
+PG16 -13807.404395   8008.046877  21296.235196   -195.319237
+PG17  14620.435346   5256.916032 -21422.370594    176.853002
+PG18 -19639.404712 -17454.627892   5400.832198    155.265533
+PG19  -8733.154275  23442.998895   8333.736532   -179.390769
+PG20   5919.187761  18778.851682 -17996.533883     52.429141
+PG21 -15018.954389  -9282.366424  20424.078250   -168.679239
+PG22 -23886.140040  -9142.910979  -7194.454949    144.879691
+PG23    259.430796  26271.467439   2183.256383    279.323123
+PG24  -6450.451018  17674.065906 -18575.167951    420.425797
+PG25 -15031.279741 -18582.685525 -11639.064596     16.786419
+PG26  11989.879663 -17666.028097  14943.287410   -143.358120
+PG27  14184.054935 -17998.285935 -12456.378004    300.993950
+PG28  23060.325130  12732.429353  -3807.546451     64.229846
+PG29  -6004.857756 -23412.439209  11130.519282    236.268075
+PG30 -18136.753168 -16849.258716 -10052.763985     90.252284
+PG31 -24505.439224   6609.806063  -7990.544047    135.298450
+PG32  -3005.913042  16129.385686 -20697.335461   -321.403111
+PR01 -18178.046986  -5918.323606 -16870.940988 999999.999999
+PR02  -6313.297246   9226.298925 -22916.459279 999999.999999
+PR03  -3898.674487  11743.286980  22267.966326 999999.999999
+PR04   3914.788406 -24946.471072   3558.895598 999999.999999
+PR05  18231.201929   5987.973774  16804.647172 999999.999999
+PR06   6863.725045  -8623.012591  22997.496523 999999.999999
+PR07 -10696.422496 -18097.436276  14463.475272 999999.999999
+PR08 -18956.325713 -17048.063813   -848.112644 999999.999999
+PR09  19308.451243 -11522.508362 -11987.542043 999999.999999
+PR10   4046.187652 -11789.518898 -22293.109626 999999.999999
+PR11 -14618.482751  -5130.510310 -20292.932704 999999.999999
+PR12 -24377.986476   4409.188470  -5708.776114 999999.999999
+PR13 -19393.106657  11709.642306  11681.798860 999999.999999
+PR15  16341.184714   3852.804671  19168.336886 999999.999999
+PR16  24541.891266  -4605.315775   5437.027152 999999.999999
+PR17  -2756.122125  24439.382248  -6610.781503 999999.999999
+PR18   6601.769107  13874.716899 -20304.475434 999999.999999
+PR19  11743.258450  -4393.652912 -22216.354891 999999.999999
+PR20  10145.484110 -20832.546533 -10731.544156 999999.999999
+PR21   2637.322319 -24529.523617   6278.266684 999999.999999
+PR22  -6408.279285 -14438.517316  20080.051835 999999.999999
+PR23 -11740.445437   4555.488505  22173.740393 999999.999999
+PR24 -10132.334107  20448.300688  11373.775862 999999.999999
+*  2011  9  2  3 45  0.00000000
+PG02  22014.479656 -14364.967956    265.791843    354.005670
+PG03 -12108.241141  13487.868102  18874.669768    762.767512
+PG04  23112.753278  -2817.448945 -13307.451850    219.059957
+PG05  16874.072535  -6633.804469  19436.269964   -212.420856
+PG06 -14577.382203   8273.755454  20697.187803    -81.042995
+PG07   8938.109084  11989.450124  21965.042465     24.785669
+PG08  17183.521562   5612.363735  19701.822575      9.046864
+PG09   9970.860238 -19112.896910 -16082.146471    102.979269
+PG10  24475.403745   8305.333909   6707.929372    -11.812764
+PG11  -8930.859720  22443.116339 -11000.345353   -182.213157
+PG12  -2036.420476 -16955.321372 -20380.170745     19.705408
+PG13   4269.770744  24701.502842   8517.594406    253.523032
+PG14 -13744.589626  -8508.652430 -20935.833044    170.143343
+PG15   5135.311956 -24424.068461   8837.704605   -108.060822
+PG16 -15784.078881   6697.676017  20380.975075   -195.321427
+PG17  14488.031584   7695.452872 -20790.470181    176.851543
+PG18 -18869.359902 -17328.088009   8036.154212    155.267263
+PG19  -8892.809821  22309.909144  10908.006364   -179.394444
+PG20   3973.534418  17927.722198 -19352.858108     52.429294
+PG21 -13052.070976 -10457.805994  21155.748682   -168.681518
+PG22 -24309.687696  -9779.000425  -4517.092391    144.879698
+PG23    -18.185548  26351.230576   -697.510443    279.320155
+PG24  -8368.320464  18438.278972 -16975.568356    420.428494
+PG25 -13664.811578 -18035.573154 -13956.401734     16.788010
+PG26  11992.748733 -15724.796847  16936.281715   -143.369385
+PG27  15462.501972 -18561.396000  -9955.002205    300.997955
+PG28  23230.125479  13075.230372   -954.578764     64.232735
+PG29  -5737.733591 -24519.798925   8583.738030    236.271126
+PG30 -16919.140095 -16539.091161 -12488.826461     90.248560
+PG31 -23643.986164   5934.461527 -10602.229781    135.303504
+PG32  -5037.487383  14751.483897 -21275.541493   -321.409122
+PR01 -19706.379758  -7116.934619 -14529.993793 999999.999999
+PR02  -8448.166888   7370.181032 -22900.192911 999999.999999
+PR03  -6409.275552  12707.873002  21121.726200 999999.999999
+PR04   3807.441365 -25212.428235    353.008005 999999.999999
+PR05  19752.750088   7177.788308  14454.982575 999999.999999
+PR06   9002.468301  -6766.457781  22877.713112 999999.999999
+PR07  -9202.299898 -16881.478707  16773.848549 999999.999999
+PR08 -18969.887658 -16893.193498   2351.778365 999999.999999
+PR09  20498.592431 -12069.468475  -9117.908344 999999.999999
+PR10   6543.388617 -12756.502745 -21144.490180 999999.999999
+PR11 -12148.999075  -5907.994609 -21658.577893 999999.999999
+PR12 -23482.627556   4269.942973  -8778.625939 999999.999999
+PR13 -20532.864030  12290.162649   8781.523677 999999.999999
+PR15  13974.992417   4580.393285  20816.624754 999999.999999
+PR16  23670.178996  -4490.881475   8501.224170 999999.999999
+PR17  -2733.509030  25080.867965  -3464.442140 999999.999999
+PR18   6216.536877  16253.292030 -18581.300175 999999.999999
+PR19  11153.999553  -1673.712784 -22881.641481 999999.999999
+PR20   9706.271553 -19399.198337 -13468.727785 999999.999999
+PR21   2603.620302 -25129.785577   3122.404308 999999.999999
+PR22  -6052.796120 -16777.227684  18306.285053 999999.999999
+PR23 -11182.078812   1831.454607  22843.957420 999999.999999
+PR24  -9706.608020  18928.090876  14054.710277 999999.999999
+*  2011  9  2  4  0  0.00000000
+PG02  22099.595394 -13991.762939  -2571.156476    354.007408
+PG03 -12700.509596  11233.775900  19935.954937    762.772295
+PG04  21895.792442  -1755.404244 -15387.276295    219.069433
+PG05  18737.438438  -5564.886094  18023.934607   -212.425737
+PG06 -14930.589911   5914.714918  21272.351280    -81.034550
+PG07   6830.635257  13344.483558  21919.280546     24.787346
+PG08  15188.108592   6740.611242  20901.846686      9.046655
+PG09  11379.003856 -19934.146421 -13934.317577    102.982068
+PG10  24915.756954   8826.063888   3987.972018    -11.813561
+PG11  -9977.246404  22991.877907  -8605.250480   -182.216378
+PG12    101.428349 -15912.172604 -21286.804167     19.707287
+PG13   4078.097355  25530.551106   5758.584045    253.521427
+PG14 -13684.046296 -10869.829840 -19877.509493    170.144452
+PG15   5497.682335 -23289.068149  11347.106329   -108.059418
+PG16 -17719.969647   5558.820945  19117.914276   -195.323293
+PG17  14480.708934  10042.568183 -19797.707224    176.850137
+PG18 -17842.723739 -17105.112497  10537.592366    155.268818
+PG19  -9101.140040  20904.538823  13290.646963   -179.398015
+PG20   1868.072127  17115.170421 -20380.550607     52.429835
+PG21 -11089.660094 -11764.331680  21539.617246   -168.683861
+PG22 -24492.988077 -10249.321477  -1762.221584    144.879348
+PG23   -305.712418  26117.014779  -3565.996126    279.317386
+PG24 -10075.621472  19197.420457 -15079.286424    420.430914
+PG25 -12048.051560 -17452.238236 -16034.239762     16.789620
+PG26  12097.062731 -13570.728637  18619.950484   -143.380540
+PG27  16460.659796 -19018.062866  -7273.645969    301.003021
+PG28  23138.428323  13246.724725   1914.663851     64.235553
+PG29  -5523.859261 -25343.851382   5889.967867    236.273960
+PG30 -15446.229107 -16198.057868 -14714.602559     90.244578
+PG31 -22580.001841   5056.124982 -13031.894829    135.308502
+PG32  -7178.060815  13451.752776 -21479.909183   -321.415309
+PR01 -21073.679955  -8017.254928 -11906.453998 999999.999999
+PR02 -10687.336325   5689.754225 -22438.646498 999999.999999
+PR03  -8687.489052  13793.628061  19563.427186 999999.999999
+PR04   3633.734794 -25077.508697  -2859.743027 999999.999999
+PR05  21111.884034   8069.539838  11824.523447 999999.999999
+PR06  11236.604282  -5094.709628  22313.198459 999999.999999
+PR07  -7406.537386 -15626.326661  18758.689395 999999.999999
+PR08 -18660.241990 -16501.920561   5505.991498 999999.999999
+PR09  21308.207853 -12564.117891  -6070.474299 999999.999999
+PR10   8807.030609 -13844.324441 -19587.077236 999999.999999
+PR11  -9614.002475  -6925.165716 -22604.502617 999999.999999
+PR12 -22259.119962   3925.989149 -11676.397756 999999.999999
+PR13 -21288.512096  12808.570752   5710.298109 999999.999999
+PR15  11508.443251   5556.028866  22059.659443 999999.999999
+PR16  22470.482125  -4172.689167  11401.041907 999999.999999
+PR17  -2610.659921  25330.400086   -250.466648 999999.999999
+PR18   6035.234669  18421.047026 -16495.083376 999999.999999
+PR19  10759.342713   1136.228402 -23102.695486 999999.999999
+PR20   9331.751241 -17619.627878 -15945.051236 999999.999999
+PR21   2477.173279 -25335.826542    -94.486287 999999.999999
+PR22  -5899.367545 -18897.211386  16179.046098 999999.999999
+PR23 -10818.049101   -980.968795  23070.119180 999999.999999
+PR24  -9355.635290  17069.581496  16462.235379 999999.999999
+*  2011  9  2  4 15  0.00000000
+PG02  21948.516720 -13425.596394  -5362.433354    354.009162
+PG03 -13419.487707   8911.914196  20638.729193    762.775987
+PG04  20558.637648   -503.669290 -17209.875778    219.079324
+PG05  20489.199451  -4661.924040  16302.405125   -212.430445
+PG06 -15404.975950   3534.660698  21485.314536    -81.026117
+PG07   4819.387606  14797.594860  21496.162843     24.788867
+PG08  13160.621485   8047.938836  21747.888290      9.045281
+PG09  12543.451555 -20677.797271 -11554.420862    102.985108
+PG10  25100.579168   9194.501561   1200.662735    -11.815059
+PG11 -10832.783318  23365.633228  -6061.066140   -182.219162
+PG12   2369.527079 -14953.443741 -21827.849616     19.709484
+PG13   3921.651771  26048.748841   2899.635252    253.519486
+PG14 -13745.137108 -13088.508860 -18473.538160    170.146469
+PG15   5953.830791 -21903.245883  13659.522808   -108.057928
+PG16 -19568.004032   4597.786336  17529.289223   -195.325591
+PG17  14584.133724  12252.485779 -18462.124776    176.848681
+PG18 -16562.642043 -16822.635964  12863.865019    155.270459
+PG19  -9389.586884  19254.570413  15440.146506   -179.402118
+PG20   -363.467260  16370.350097 -21062.212355     52.430238
+PG21  -9170.778850 -13182.121895  21567.953091   -168.685868
+PG22 -24414.628745 -10581.199425   1022.828787    144.879554
+PG23   -640.140545  25575.712099  -6371.709607    279.314529
+PG24 -11552.808750  19911.973696 -12919.043929    420.434344
+PG25 -10199.666557 -16871.906637 -17836.957267     16.791219
+PG26  12326.066968 -11248.412631  19963.020261   -143.391620
+PG27  17183.255624 -19327.561674  -4461.571515    301.009098
+PG28  22768.644475  13281.614802   4751.627374     64.238166
+PG29  -5327.656820 -25869.058836   3095.271316    236.276902
+PG30 -13735.875069 -15863.810507 -16693.499302     90.240810
+PG31 -21353.581017   3961.871481 -15237.170608    135.313682
+PG32  -9386.590253  12258.193300 -21305.413635   -321.421291
+PR01 -22220.745960  -8630.684126  -9051.348618 999999.999999
+PR02 -12971.415210   4220.305063 -21540.762965 999999.999999
+PR03 -10685.898384  14950.193870  17623.247129 999999.999999
+PR04   3449.194515 -24538.661618  -6016.885328 999999.999999
+PR05  22249.592705   8674.941893   8964.360994 999999.999999
+PR06  13505.672556  -3641.651762  21314.795713 999999.999999
+PR07  -5334.866228 -14388.875276  20379.413360 999999.999999
+PR08 -18004.350633 -15924.225001   8553.281512 999999.999999
+PR09  21735.392110 -12948.630171  -2904.593066 999999.999999
+PR10  10790.522847 -15002.982661 -17651.177584 999999.999999
+PR11  -7082.436353  -8170.670824 -23112.143153 999999.999999
+PR12 -20755.910149   3342.738070 -14345.555945 999999.999999
+PR13 -21660.654311  13206.594119   2527.931325 999999.999999
+PR15   9011.387115   6773.578344  22873.584173 999999.999999
+PR16  20989.592594  -3615.423761  14080.220156 999999.999999
+PR17  -2441.850158  25174.542054   2968.399113 999999.999999
+PR18   6029.021225  20319.775940 -14086.394459 999999.999999
+PR19  10572.562792   3967.183631 -22875.235479 999999.999999
+PR20   9070.497882 -15532.272944 -18112.450982 999999.999999
+PR21   2312.504607 -25135.906695  -3309.531260 999999.999999
+PR22  -5917.969271 -20742.359485  13739.703091 999999.999999
+PR23 -10660.951648  -3812.767485  22847.816045 999999.999999
+PR24  -9126.471969  14913.821985  18549.446279 999999.999999
+*  2011  9  2  4 30  0.00000000
+PG02  21590.039463 -12644.930355  -8058.460686    354.010681
+PG03 -14261.331535   6570.681207  20970.782073    762.779563
+PG04  19142.569491    935.276233 -18744.680932    219.089606
+PG05  22085.648847  -3919.063220  14301.431475   -212.435300
+PG06 -15994.788479   1179.608157  21333.225084    -81.017591
+PG07   2940.854318  16314.447136  20702.257927     24.790642
+PG08  11148.241124   9518.328478  22224.035080      9.044307
+PG09  13461.694266 -21300.566570  -8981.052728    102.988249
+PG10  25010.791814   9441.303722  -1606.877971    -11.816224
+PG11 -11510.469404  23533.372348  -3411.389341   -182.222332
+PG12   4725.747273 -14105.492310 -21993.497289     19.711699
+PG13   3761.186522  26247.960133     -9.566324    253.518186
+PG14 -13905.987874 -15121.528687 -16748.994049    170.148167
+PG15   6528.725959 -20299.050801  15735.031616   -108.056572
+PG16 -21282.031639   3812.393520  15642.723494   -195.327493
+PG17  14776.824271  14283.778169 -16807.635350    176.847281
+PG18 -15039.971100 -16517.224840  14976.662432    155.272193
+PG19  -9784.493819  17394.760926  17319.290604   -179.405475
+PG20  -2682.302911  15716.719524 -21386.239778     52.430584
+PG21  -7331.058124 -14684.747349  21238.607892   -168.688410
+PG22 -24060.384459 -10806.092853   3790.424275    144.879597
+PG23  -1056.344061  24743.209936  -9065.318119    279.311927
+PG24 -12788.634500  20541.047735 -10532.361261    420.436875
+PG25  -8146.246091 -16330.773377 -19333.646208     16.792830
+PG26  12695.291241  -8807.696973  20940.760636   -143.403359
+PG27  17644.311363 -19452.741363  -1569.838020    301.012914
+PG28  22112.274529  13217.911285   7508.883093     64.241218
+PG29  -5111.841656 -26088.468790    247.500132    236.279736
+PG30 -11813.360222 -15570.930675 -18393.206629     90.237131
+PG31 -20008.182785   2647.160400 -17179.316509    135.318609
+PG32 -11617.670005  11191.960355 -20753.860659   -321.427355
+PR01 -23094.002984  -8980.391944  -6020.212743 999999.999999
+PR02 -15236.433498   2985.817791 -20223.977884 999999.999999
+PR03 -12368.373729  16120.643173  15338.889430 999999.999999
+PR04   3309.032004 -23606.255995  -9057.025447 999999.999999
+PR05  23112.531428   9017.430841   5930.053171 999999.999999
+PR06  15744.963443  -2429.643353  19901.799994 999999.999999
+PR07  -3024.394757 -13221.625749  21604.484568 999999.999999
+PR08 -16991.318498 -15215.138102  11434.500917 999999.999999
+PR09  21791.541785 -13167.494790    317.990618 999999.999999
+PR10  12458.507626 -16176.016631 -15374.341013 999999.999999
+PR11  -4620.931768  -9620.765936 -23171.399365 999999.999999
+PR12 -19029.579882   2496.154690 -16734.213898 999999.999999
+PR13 -21663.218416  13428.759553   -703.627372 999999.999999
+PR15   6552.420154   8214.175196  23242.930320 999999.999999
+PR16  19282.523819  -2794.075174  16486.656833 999999.999999
+PR17  -2282.941984  24613.331237   6129.314185 999999.999999
+PR18   6159.308716  21899.816066 -11402.193458 999999.999999
+PR19  10594.633301   6748.912392 -22203.678937 999999.999999
+PR20   8963.625654 -13186.122869 -19928.801730 999999.999999
+PR21   2165.382080 -24531.797532  -6459.904705 999999.999999
+PR22  -6069.173593 -22265.272325  11035.526469 999999.999999
+PR23 -10711.098845  -6593.782334  22181.358805 999999.999999
+PR24  -9058.266916  12512.067035  20275.663179 999999.999999
+*  2011  9  2  4 45  0.00000000
+PG02  21058.332402 -11635.384472 -10611.427089    354.012334
+PG03 -15214.429413   4257.716897  20926.865681    762.783403
+PG04  17688.874229   2551.173830 -19965.764824    219.099632
+PG05  23486.366477  -3322.833943  12055.487434   -212.440201
+PG06 -16686.850198  -1106.164652  20819.352447    -81.009230
+PG07   1225.072354  17855.413290  19550.580198     24.792051
+PG08   9195.551724  11127.414877  22320.480616      9.044113
+PG09  14139.584485 -21760.592793  -6256.423526    102.990028
+PG10  24634.868131   9600.635742  -4387.457549    -11.817526
+PG11 -12029.307114  23468.920058   -702.085218   -182.225309
+PG12   7123.719917 -13387.466476 -21780.368977     19.714053
+PG13   3557.055955  26129.469850  -2918.616453    253.516336
+PG14 -14138.176554 -16931.649045 -14734.441506    170.150026
+PG15   7241.175315 -18514.660914  17537.927029   -108.055207
+PG16 -22818.469767   3192.262067  13490.734593   -195.329529
+PG17  15031.096300  16100.762838 -14863.546615    176.845915
+PG18 -13293.009870 -16223.628125  16841.193236    155.273826
+PG19 -10305.918329  15365.671731  18895.816808   -179.409209
+PG20  -5045.876146  15171.172242 -21347.015378     52.430875
+PG21  -5601.511302 -16239.965055  20555.155585   -168.691117
+PG22 -23423.806228 -10958.185176   6493.424353    144.879340
+PG23  -1585.483115  23643.772668 -11599.570924    279.309284
+PG24 -13780.412394  21044.051253  -7960.889282    420.438520
+PG25  -5921.469782 -15860.550630 -20498.635222     16.794453
+PG26  13211.778508  -6301.791622  21535.529290   -143.414654
+PG27  17866.262024 -19361.593873   1349.760418    301.018752
+PG28  21169.232352  13095.314874  10140.844146     64.244098
+PG29  -4839.047075 -26003.936607  -2604.512496    236.282466
+PG30  -9710.575382 -15349.573958 -19786.140794     90.233409
+PG31 -18588.975686   1116.263334 -18823.939283    135.323790
+PG32 -13823.143378  10266.579176 -19833.943569   -321.433544
+PR01 -23647.783558  -9100.077969  -2872.004120 999999.999999
+PR02 -17416.352843   1998.171752 -18513.882210 999999.999999
+PR03 -13711.348040  17243.924100  12754.850736 999999.999999
+PR04   3265.566827 -22303.711888 -11921.047948 999999.999999
+PR05  23655.290919   9130.917966   2780.544654 999999.999999
+PR06  17888.066915  -1468.784147  18101.592280 999999.999999
+PR07   -522.329271 -12170.480371  22410.031285 999999.999999
+PR08 -15623.054248 -14432.266357  14093.746718 999999.999999
+PR09  21500.727790 -13170.079666   3534.360936 999999.999999
+PR10  13788.063331 -17302.903549 -12800.636314 999999.999999
+PR11  -2291.231517 -11240.139580 -22780.848637 999999.999999
+PR12 -17142.466637   1374.011538 -18796.144440 999999.999999
+PR13 -21322.703685  13424.935168  -3921.504119 999999.999999
+PR15   4196.207415   9846.856167  23160.890421 999999.999999
+PR16  17410.264249  -1695.265278  18573.424659 999999.999999
+PR17  -2188.758508  23660.311110   9170.589769 999999.999999
+PR18   6379.600213  23121.994160  -8494.906050 999999.999999
+PR19  10814.223172   9412.598001 -21101.056756 999999.999999
+PR20   9042.899290 -10638.887238 -21358.735720 999999.999999
+PR21   2090.192016 -23538.738803  -9484.080254 999999.999999
+PR22  -6306.009202 -23429.051117   8118.780119 999999.999999
+PR23 -10956.540741  -9255.387420  21083.695757 999999.999999
+PR24  -9180.451531   9923.839114  21607.231220 999999.999999
+*  2011  9  2  5  0  0.00000000
+PG02  20391.465359 -10390.507406 -12976.211648    354.013885
+PG03 -16259.809406   2018.160796  20508.748424    762.786884
+PG04  16237.358830   4326.168814 -20852.255722    219.109354
+PG05  24655.676621  -2852.860502   9603.175053   -212.444854
+PG06 -17461.046069  -3281.590578  19952.988895    -81.000915
+PG07   -305.379930  19377.013067  18060.411478     24.793674
+PG08   7342.948448  12843.203720  22033.799591      9.044667
+PG09  14591.037030 -22019.098248  -3425.774220    102.990936
+PG10  23969.290992   9708.695850  -7094.547998    -11.817756
+PG11 -12413.403656  23152.098034   2019.516574   -182.228261
+PG12   9514.424499 -12810.602187 -21191.612175     19.716180
+PG13   3270.958511  25703.865543  -5777.283834    253.514555
+PG14 -14407.965912 -18488.795457 -12465.347833    170.151795
+PG15   8102.926999 -16592.586864  19037.332959   -108.053897
+PG16 -24137.854071   2719.403120  11110.172013   -195.331463
+PG17  15314.253243  17674.669809 -12664.001195    176.844468
+PG18 -11346.975516 -15973.410074  18426.680634    155.275589
+PG19 -10966.713163  13212.184938  20142.962420   -179.412969
+PG20  -7409.265738  14743.426263 -20945.006859     52.431582
+PG21  -4007.496548 -17810.743771  19526.963797   -168.693007
+PG22 -22506.523483 -11072.888476   9085.960614    144.878985
+PG23  -2253.563006  22309.098166 -13930.175862    279.306370
+PG24 -14533.941295  21382.374282  -5249.653139    420.441812
+PG25  -3565.006603 -15487.200811 -21311.924741     16.796048
+PG26  13873.701912  -3785.229764  21737.133804   -143.426044
+PG27  17878.755137 -19028.583841   4245.718888    301.024172
+PG28  19947.867529  12953.575901  12604.421781     64.246781
+PG29  -4473.459751 -25626.022893  -5411.781349    236.285428
+PG30  -7464.975385 -15224.299090 -20849.812097     90.229809
+PG31 -17141.113023   -617.649673 -20141.650385    135.328748
+PG32 -15953.853270   9487.480710 -18561.153896   -321.439494
+PR01 -23846.294464  -9032.291418    332.049581 999999.999999
+PR02 -19445.681376   1256.859463 -16443.725383 999999.999999
+PR03 -14704.565545  18257.503134   9921.547865 999999.999999
+PR04   3365.776307 -20666.601387 -14553.269582 999999.999999
+PR05  23842.352921   9058.104814   -422.979838 999999.999999
+PR06  19869.511930   -756.706027  15949.113864 999999.999999
+PR07   2115.728841 -11272.832595  22780.314315 999999.999999
+PR08 -13914.405989 -13633.224945  16479.442077 999999.999999
+PR09  20898.543913 -12913.001731   6681.679957 999999.999999
+PR10  14769.396179 -18321.640100  -9979.808193 999999.999999
+PR11   -147.824337 -12983.238169 -21947.794321 999999.999999
+PR12 -15160.070920    -23.369085 -20491.663144 999999.999999
+PR13 -20676.915205  13152.656095  -7063.131827 999999.999999
+PR15   2000.990640  11629.717950  22629.421509 999999.999999
+PR16  15437.293610   -318.090606  20299.696145 999999.999999
+PR17  -2210.506230  22342.009174  12032.911778 999999.999999
+PR18   6637.678865  23959.144293  -5421.382869 999999.999999
+PR19  11208.227818  11893.469039 -19588.761952 999999.999999
+PR20   9329.248577  -7954.810195 -22374.335157 999999.999999
+PR21   2137.377592 -22184.841677 -12323.053731 999999.999999
+PR22  -6576.137637 -24208.669300   5045.726398 999999.999999
+PR23 -11373.619926 -11733.107371  19576.161733 999999.999999
+PR24  -9511.353978   7214.653412  22518.182608 999999.999999
+*  2011  9  2  5 15  0.00000000
+PG02  19629.792790  -8912.223172 -15111.244192    354.015664
+PG03 -17371.867086   -106.965469  19725.108487    762.791638
+PG04  14824.926745   6235.273026 -21388.685121    219.119576
+PG05  25563.933420  -2482.837380   6986.563716   -212.449563
+PG06 -18291.079639  -5310.156807  18749.260545    -80.992600
+PG07  -1636.099571  20833.522483  16257.007589     24.795311
+PG08   5625.190325  14627.102549  21367.125816      9.044506
+PG09  14837.427486 -22041.983677   -536.715312    102.993125
+PG10  23018.726779   9802.182247  -9682.998525    -11.819293
+PG11 -12690.858073  22569.675375   4705.482289   -182.231065
+PG12  11847.892582 -12377.836557 -20236.881882     19.718459
+PG13   2867.618329  24990.570021  -8536.386743    253.512885
+PG14 -14677.745668 -19771.022475  -9981.418906    170.153328
+PG15   9118.058882 -14578.122893  20207.723019   -108.052123
+PG16 -25206.238889   2369.099094   8541.596175   -195.333536
+PG17  15589.971505  18984.539293 -10247.343833    176.842906
+PG18  -9233.240882 -15793.710288  19706.806112    155.277503
+PG19 -11771.911350  10981.868869  21039.897095   -179.416490
+PG20  -9726.696563  14435.694592 -20186.772942     52.431633
+PG21  -2567.872506 -19356.493319  18169.188202   -168.695245
+PG22 -21318.251004 -11185.317206  11524.182355    144.879246
+PG23  -3080.210186  20777.090227 -16016.609033    279.303832
+PG24 -15063.090787  21521.007521  -2446.223756    420.445232
+PG25  -1121.187196 -15229.903282 -21759.527051     16.797706
+PG26  14670.387475  -1311.785199  21542.999708   -143.437181
+PG27  17717.196854 -18435.691084   7067.782339    301.028980
+PG28  18464.694691  12830.889547  14859.618877     64.249565
+PG29  -3982.402526 -24973.568339  -8126.006604    236.288199
+PG30  -5118.347554 -15213.119882 -21567.117315     90.226155
+PG31 -15708.005667  -2532.775422 -21108.645702    135.333716
+PG32 -17961.458968   8851.880634 -16957.542523   -321.445332
+PR01 -23665.186832  -8826.383401   3529.647678 999999.999999
+PR02 -21262.082819    749.236217 -14053.768192 999999.999999
+PR03 -15351.270593  19100.093331   6894.321398 999999.999999
+PR04   3649.077112 -18741.257012 -16902.525339 999999.999999
+PR05  23649.649846   8848.433862  -3618.286329 999999.999999
+PR06  21627.385897   -278.899566  13486.190848 999999.999999
+PR07   4827.840543 -10556.032190  22708.039006 999999.999999
+PR08 -11892.765770 -12873.089227  18545.332204 999999.999999
+PR09  20030.480506 -12362.201961   9698.438458 999999.999999
+PR10  15405.994485 -19171.401722  -6966.330260 999999.999999
+PR11   1764.112615 -14796.040281 -20688.146179 999999.999999
+PR12 -13148.363064  -1682.912973 -21788.368872 999999.999999
+PR13 -19773.240342  12579.134778 -10067.472334 999999.999999
+PR15     16.383137  13511.543936  21659.179120 999999.999999
+PR16  13428.963862   1325.558351  21631.558101 999999.999999
+PR17  -2393.357882  20696.883365  14660.512804 999999.999999
+PR18   6878.053735  24397.131504  -2241.764995 999999.999999
+PR19  11742.812085  14133.256985 -17696.137142 999999.999999
+PR20   9831.749832  -5202.219323 -22955.684160 999999.999999
+PR21   2351.052800 -20509.964542 -14921.510762 999999.999999
+PR22  -6824.255714 -24591.870291   1875.562742 999999.999999
+PR23 -11928.037165 -13969.065637  17688.063770 999999.999999
+PR24 -10057.297514   4453.499858  22990.747769 999999.999999
+*  2011  9  2  5 30  0.00000000
+PG02  18814.263841  -7210.934348 -16979.281178    354.016992
+PG03 -18519.377243  -2082.182110  18591.275169    762.796201
+PG04  13484.264347   8247.094265 -21565.266027    219.129520
+PG05  26188.586044  -2181.734393   4250.474868   -212.454460
+PG06 -19145.468179  -7161.071492  17228.853781    -80.984053
+PG07  -2761.254656  22178.694128  14171.192094     24.796581
+PG08   4070.157309  16435.233630  20330.222038      9.044397
+PG09  14906.700507 -21801.293263   2361.509307    102.995570
+PG10  21795.912351   9916.757834 -12109.717658    -11.819518
+PG11 -12892.476661  21716.062019   7308.173821   -182.234088
+PG12  14074.961320 -12083.754714 -18932.207880     19.720477
+PG13   2316.340053  24017.046412 -11148.638877    253.511253
+PG14 -14907.624524 -20765.161484  -7325.871766    170.155304
+PG15  10282.677789 -12517.706620  21029.339716   -108.050713
+PG16 -25996.397696   2111.034654   5828.607862   -195.335627
+PG17  15819.824326  20017.819470  -7655.429609    176.841069
+PG18  -6988.359425 -15706.172460  20660.098386    155.279083
+PG19 -12718.436430   8723.260089  21572.035172   -179.420304
+PG20 -11953.087236  14242.649842 -19084.874858     52.432502
+PG21  -1294.383108 -20834.461974  16502.680568   -168.697363
+PG22 -19876.503061 -11328.789295  13766.959693    144.878974
+PG23  -4077.715420  19090.399867 -17822.840366    279.301170
+PG24 -15389.065287  21430.031158    400.164905    420.446324
+PG25   1362.501006 -15100.294273 -21833.705813     16.799315
+PG26  15582.737898   1067.555637  20958.143168   -143.448256
+PG27  17421.117505 -17573.134352   9767.823281    301.033459
+PG28  16743.846473  12762.380189  16870.060226     64.252457
+PG29  -3337.802566 -24072.960982 -10700.405159    236.291169
+PG30  -2715.436900 -15326.809576 -21926.557633     90.222527
+PG31 -14329.661400  -4599.290131 -21707.192731    135.338942
+PG32 -19800.241410   8349.011260 -15051.332710   -321.451486
+PR01 -23092.662916  -8536.179597   6658.633558 999999.999999
+PR02 -22808.870781    451.289673 -11390.497794 999999.999999
+PR03 -15667.828954  19714.350102   3732.336465 999999.999999
+PR04   4145.433492 -16582.945985 -18923.164903 999999.999999
+PR05  23065.662383   8555.762023  -6743.302985 999999.999999
+PR06  23105.824300     -9.561398  10760.721290 999999.999999
+PR07   7548.057074 -10036.289927  22194.504470 999999.999999
+PR08  -9597.158937 -12201.971627  20251.375655 999999.999999
+PR09  18949.893164 -11494.633856  12525.681691 999999.999999
+PR10  15714.240810 -19795.170179  -3818.370917 999999.999999
+PR11   3410.377148 -16618.208010 -19026.133347 999999.999999
+PR12 -11171.104526  -3579.136838 -22661.729909 999999.999999
+PR13 -18666.541771  11682.870453 -12876.204852 999999.999999
+PR15  -1718.459137  15433.831939  20269.285376 999999.999999
+PR16  11448.853258   3211.218975  22542.698445 999999.999999
+PR17  -2774.300048  18773.782691  17002.269078 999999.999999
+PR18   7044.555566  24435.336918    981.719928 999999.999999
+PR19  12374.921293  16082.388783 -15459.908365 999999.999999
+PR20  10547.118690  -2450.909291 -23091.269042 999999.999999
+PR21   2766.895279 -18564.110722 -17228.914857 999999.999999
+PR22  -6994.624793 -24579.557084  -1330.691667 999999.999999
+PR23 -12576.382775 -15914.162302  15456.111221 999999.999999
+PR24 -10812.221952   1710.187092  23015.705322 999999.999999
+*  2011  9  2  5 45  0.00000000
+PG02  17984.732285  -5305.280033 -18548.079544    354.018734
+PG03 -19666.740511  -3878.723740  17128.831256    762.801250
+PG04  12242.685112  10324.810074 -21378.096228    219.139896
+PG05  26514.984122  -1915.183752   1441.724206   -212.459362
+PG06 -19988.738962  -8810.213623  15417.662395    -80.975414
+PG07  -3683.640714  23367.521133  11838.841977     24.798386
+PG08   2697.864924  18219.985568  18939.431901      9.042969
+PG09  14832.211687 -21276.489147   5218.827695    102.997488
+PG10  20321.261534  10085.566344 -14334.319023    -11.819882
+PG11 -13050.368377  20593.709348   9781.167180   -182.237003
+PG12  16149.009431 -11914.874452 -17299.747375     19.722710
+PG13   1592.376831  22817.710046 -13569.449846    253.509990
+PG14 -15057.107789 -21467.132663  -4544.659598    170.156729
+PG15  11584.939069 -10457.252072  21488.507102   -108.049216
+PG16 -26488.781624   1910.635609   3017.137852   -195.337392
+PG17  15964.883851  20770.646456  -4932.887110    176.839873
+PG18  -4652.909462 -15726.077897  21270.264876    155.280636
+PG19 -13795.145375   6484.131341  21731.225938   -179.423709
+PG20 -14045.580528  14151.685294 -17657.693443     52.432749
+PG21   -191.301473 -22201.257973  14553.801365   -168.700009
+PG22 -18206.027656 -11533.410186  15776.535481    144.878972
+PG23  -5250.382020  17294.797730 -19317.960722    279.298533
+PG24 -15539.377578  21085.910453   3239.532867    420.448320
+PG25   3837.039318 -15102.009217 -21533.111100     16.800948
+PG26  16584.031717   3306.473159  19994.955435   -143.459068
+PG27  17032.431941 -16439.760887  12300.623064    301.037284
+PG28  14816.274528  12778.723201  18603.460271     64.255095
+PG29  -2517.486838 -22957.122840 -13090.521413    236.293825
+PG30   -302.475403 -15568.478853 -21922.382930     90.218799
+PG31 -13041.158775  -6780.290480 -21926.011486    135.344098
+PG32 -21428.818012   7960.699071 -12876.391764   -321.457573
+PR01 -22130.072769  -8217.473053   9658.207395 999999.999999
+PR02 -24037.283682    328.895885  -8505.720203 999999.999999
+PR03 -15682.798381  20049.417852    497.404054 999999.999999
+PR04   4873.872867 -14253.687030 -20575.939971 999999.999999
+PR05  22092.008478   8235.856120  -9737.328060 999999.999999
+PR06  24257.265511     87.073924   7825.740656 999999.999999
+PR07  10208.922721  -9718.067925  21249.586611 999999.999999
+PR08  -7076.855832 -11662.825638  21564.514403 999999.999999
+PR09  17715.654093 -10299.491181  15108.183536 999999.999999
+PR10  15722.499163 -20142.221213   -596.690458 999999.999999
+PR11   4768.941266 -18385.527133 -16993.853490 999999.999999
+PR12  -9287.296029  -5675.017588 -23095.507995 999999.999999
+PR13 -17416.757360  10454.789736 -15434.857132 999999.999999
+PR15  -3176.217342  17333.137659  18486.937448 999999.999999
+PR16   9556.203985   5302.614636  23014.950057 999999.999999
+PR17  -3380.338107  16629.988629  19012.699955 999999.999999
+PR18   7082.968915  24086.583633   4186.004523 999999.999999
+PR19  13054.196892  17701.823819 -12923.475706 999999.999999
+PR20  11459.737399    230.532318 -22778.218308 999999.999999
+PR21   3410.408539 -16405.417884 -19200.493709 999999.999999
+PR22  -7033.623011 -24185.659391  -4511.340110 999999.999999
+PR23 -13268.068977 -17529.891185  12923.701206 999999.999999
+PR24 -11757.845041   -947.340839  22592.563873 999999.999999
+*  2011  9  2  6  0  0.00000000
+PG02  17178.338497  -3221.562039 -19790.954964    354.020397
+PG03 -20775.406488  -5475.416404  15365.093618    762.805780
+PG04  11121.174166  12427.355122 -20829.281166    219.149666
+PG05  26536.893807  -1646.995331  -1391.666544   -212.464230
+PG06 -20782.782505 -10240.834086  13346.361101    -80.967138
+PG07  -4414.393346  24357.974696   9300.272739     24.799883
+PG08   1519.781843  19931.748843  17217.506283      9.042883
+PG09  14651.338715 -20455.477918   7985.204900    103.000213
+PG10  18622.206307  10337.851235 -16319.725731    -11.820309
+PG11 -13196.479204  19213.194448  12080.166939   -182.239853
+PG12  18027.608023 -11850.259552 -15367.425136     19.724814
+PG13    678.059741  21432.592283 -15757.667545    253.508264
+PG14 -15086.794300 -21881.914206  -1685.664380    170.158542
+PG15  13005.383999  -8440.520570  21577.833564   -108.047491
+PG16 -26672.202764   1730.565476    154.706290   -195.339689
+PG17  15987.339400  21247.800818  -2126.350075    176.838446
+PG18  -2270.195004 -15861.713960  21526.462609    155.282421
+PG19 -14983.197906   4309.813438  21515.823144   -179.427442
+PG20 -15965.000576  14143.464105 -15929.152700     52.433184
+PG21    744.644690 -23414.443836  12354.128641   -168.702159
+PG22 -16337.983412 -11824.791545  17519.118575    144.878637
+PG23  -6594.203456  15437.445965 -20476.699572    279.295798
+PG24 -15546.575389  20472.543663   6022.084539    420.449338
+PG25   6253.562984 -15230.545274 -20862.807562     16.802558
+PG26  17641.053321   5364.962385  18672.814033   -143.470353
+PG27  16593.668744 -15043.101189  14624.549198    301.042334
+PG28  12718.729360  12904.946527  20032.029913     64.258066
+PG29  -1506.253059 -21664.253876 -15255.003136    236.296954
+PG30   2074.335125 -15933.440014 -21554.663180     90.215255
+PG31 -11871.319239  -9033.030142 -21760.537302    135.348933
+PG32 -22811.691445   7662.264021 -10471.573270   -321.463414
+PR01 -20791.975660  -7925.444271  12470.110349 999999.999999
+PR02 -24908.444875    339.507584  -5455.548067 999999.999999
+PR03 -15435.489491  20063.217029  -2747.251877 999999.999999
+PR04   5841.472149 -11819.801177 -21828.765342 999999.999999
+PR05  20743.498495   7943.816983 -12542.210567 999999.999999
+PR06  25044.375468     54.974747   4738.383931 999999.999999
+PR07  12744.049382  -9593.981432  19891.554635 999999.999999
+PR08  -4389.562957 -11289.568924  22459.308540 999999.999999
+PR09  16389.587757  -8778.920804  17395.543883 999999.999999
+PR10  15469.715627 -20170.369588   2636.511158 999999.999999
+PR11   5830.635394 -20032.534971 -14630.665136 999999.999999
+PR12  -7548.857483  -7923.347847 -23082.016464 999999.999999
+PR13 -16086.309170   8898.870285 -17693.857433 999999.999999
+PR15  -4342.286527  19143.636203  16346.865298 999999.999999
+PR16   7803.551134   7552.921675  23038.678889 999999.999999
+PR17  -4227.135173  14328.921446  20652.850129 999999.999999
+PR18   6943.585432  23376.507430   7308.444028 999999.999999
+PR19  13725.216200  18964.459565 -10136.073950 999999.999999
+PR20  12542.217622   2777.346853 -22022.376607 999999.999999
+PR21   4295.627579 -14097.825946 -20798.104319 999999.999999
+PR22  -6892.215898 -23436.484590  -7605.164109 999999.999999
+PR23 -13947.581436 -18789.721115  10140.073148 999999.999999
+PR24 -12864.357574  -3455.603302  21729.572024 999999.999999
+*  2011  9  2  6 15  0.00000000
+PG02  16428.030724   -992.867311 -20687.215184    354.022473
+PG03 -21805.408872  -6859.230084  13332.491997    762.811018
+PG04  10133.669995  14510.783480 -19926.970998    219.159494
+PG05  26256.705686  -1340.741932  -4201.275779   -212.468898
+PG06 -21488.313559 -11443.984564  11049.911367    -80.958551
+PG07  -4972.366669  25112.644985   6599.533079     24.801476
+PG08    538.485153  21520.770180  15193.298872      9.043285
+PG09  14403.909167 -19335.337778  10611.554194    103.003184
+PG10  16732.296112  10697.724920 -18032.728648    -11.822639
+PG11 -13361.128827  17592.978480  14163.892465   -182.242971
+PG12  19674.021136 -11862.439375 -13168.465627     19.726701
+PG13   -436.353009  19905.810058 -17676.251409    253.506375
+PG14 -14960.027016 -22023.175022   1202.127938    170.160152
+PG15  14517.580074  -6507.591640  21296.303625   -108.046208
+PG16 -26544.218641   1532.324415  -2710.338647   -195.341827
+PG17  15852.070616  21462.346995    716.329409    176.837022
+PG18    115.154835 -16114.000791  21423.504746    155.284166
+PG19 -16256.733004   2241.635161  20930.637657   -179.431074
+PG20 -17677.182875  14192.737760 -13928.351873     52.433798
+PG21   1524.052982 -24434.145766   9940.056582   -168.704649
+PG22 -14308.890340 -12222.950919  18965.411981    144.878403
+PG23  -8096.880170  13565.140755 -21279.825711    279.293145
+PG24 -15446.775309  19582.018775   8699.131272    420.451763
+PG25   8565.042610 -15473.449616 -19834.194910     16.804126
+PG26  18715.494011   7210.680652  17017.542001   -143.481797
+PG27  16146.237826 -13399.101726  16702.126272    301.046828
+PG28  10492.555025  13159.447769  21132.824182     64.260954
+PG29   -296.672620 -20236.380941 -17156.328328    236.299579
+PG30   4370.336081 -16409.361016 -20829.287375     90.211507
+PG31 -10841.634159 -11310.405547 -21213.056066    135.353860
+PG32 -23920.563858   7423.701160  -7879.946675   -321.469289
+PR01 -19105.663732  -7712.118607  15039.756797 999999.999999
+PR02 -25394.925642    434.202121  -2299.303836 999999.999999
+PR03 -14974.080317  19724.372441  -5938.254761 999999.999999
+PR04   7042.858174  -9349.298955 -22657.339322 999999.999999
+PR05  19047.653852   7731.541734 -15103.480409 999999.999999
+PR06  25441.560641    -55.798658   1558.765119 999999.999999
+PR07  15090.656469  -9645.216389  18146.723805 999999.999999
+PR08  -1599.267988 -11105.603891  22918.424120 999999.999999
+PR09  15033.801654  -6948.189104  19343.185937 999999.999999
+PR10  15003.590477 -19847.878378   5818.775412 999999.999999
+PR11   6599.288112 -21495.226039 -11982.433446 999999.999999
+PR12  -5998.633079 -10268.517906 -22622.212064 999999.999999
+PR13 -14737.431252   7032.221480 -19609.487314 999999.999999
+PR15  -5215.116434  20799.795544  13890.650039 999999.999999
+PR16   6234.643608   9906.495998  22613.006254 999999.999999
+PR17  -5318.142602  11937.609394  21891.037714 999999.999999
+PR18   6583.566730  22342.400768  10288.066448 999999.999999
+PR19  14329.961888  19856.047865  -7151.819088 999999.999999
+PR20  13756.477275   5131.065635 -20838.209841 999999.999999
+PR21   5424.322185 -11708.523436 -21990.960719 999999.999999
+PR22  -6528.244050 -22369.579147 -10552.571269 999999.999999
+PR23 -14556.954621 -19679.984408   7159.348798 999999.999999
+PR24 -14091.623366  -5757.989195  20443.556369 999999.999999
+*  2011  9  2  6 30  0.00000000
+PG02  15761.285066   1342.072785 -21222.463429    354.023774
+PG03 -22716.945719  -8025.493286  11067.867597    762.815488
+PG04   9286.612922  16529.760011 -18685.306662    219.169266
+PG05  25685.327183   -961.353825  -6939.093449   -212.473825
+PG06 -22066.387139 -12418.660169   8567.005776    -80.950165
+PG07  -5383.201154  25600.218261   3783.621996     24.802983
+PG08   -252.324820  22939.052716  12901.329309      9.042716
+PG09  14130.503064 -17922.704388  13050.676782    103.005770
+PG10  14690.086181  11183.130843 -19444.493967    -11.823247
+PG11 -13571.614419  15758.844711  15994.911382   -182.245781
+PG12  21058.496067 -11918.599674 -10740.824147     19.729238
+PG13  -1752.137341  18283.901364 -19292.867424    253.504740
+PG14 -14644.434809 -21912.589669   4069.455563    170.161774
+PG15  16089.037649  -4693.491483  20649.259656   -108.044571
+PG16 -26111.204622   1277.891968  -5529.593248   -195.343815
+PG17  15528.117100  21434.973327   3546.873743    176.835242
+PG18   2458.642090 -16476.392140  20961.998331    155.286119
+PG19 -17583.821743    315.538878  19986.779359   -179.434754
+PG20 -19154.126912  14269.404786 -11689.109341     52.434200
+PG21   2164.329108 -25224.615666   7352.279839   -168.706875
+PG22 -12159.393219 -12741.431788  20091.070326    144.878432
+PG23  -9738.171017  11722.596333 -21714.426898    279.290660
+PG24 -15278.066370  18415.048427  11223.985302    420.454755
+PG25  10727.898378 -15810.826687 -18464.821514     16.805691
+PG26  19765.553382   8819.944971  15060.741133   -143.493251
+PG27  15728.799040 -11531.559401  18500.502234    301.051758
+PG28   8182.338993  13553.255570  21888.032410     64.263684
+PG29   1110.407850 -18717.767299 -18761.469491    236.302339
+PG30   6543.870725 -16976.704260 -19757.889977     90.207945
+PG31  -9965.493442 -13562.632918 -20292.705380    135.358965
+PG32 -24735.359082   7211.091557  -5147.935121   -321.475260
+PR01 -17110.168052  -7623.969031  17317.292418 999999.999999
+PR02 -25481.845501    560.001277    901.639751 999999.999999
+PR03 -14353.367361  19013.699571  -9013.335934 999999.999999
+PR04   8460.243860  -6909.212936 -23045.611852 999999.999999
+PR05  17043.708958   7645.332009 -17371.405840 999999.999999
+PR06  25436.005078   -191.466175  -1651.203129 999999.999999
+PR07  17191.970764  -9842.445410  16048.950431 999999.999999
+PR08   1226.172780 -11122.797440  22932.965341 999999.999999
+PR09  13708.027296  -4835.294303  20913.232704 999999.999999
+PR10  14378.397306 -19154.952738   8888.574030 999999.999999
+PR11   7091.314815 -22713.721340  -9100.643043 999999.999999
+PR12  -4668.799949 -12648.647721 -21725.623205 999999.999999
+PR13 -13429.528701   4884.618950 -21144.717597 999999.999999
+PR15  -5806.005424  22239.051626  11165.916414 999999.999999
+PR16   4882.745962  12300.989906  21745.858373 999999.999999
+PR17  -6644.258191   9524.028093  22703.454567 999999.999999
+PR18   5969.014097  21031.581644  13066.783300 999999.999999
+PR19  14810.417003  20375.584169  -4028.658899 999999.999999
+PR20  15055.288181   7241.707821 -19248.541756 999999.999999
+PR21   6785.730485  -9305.280732 -22756.211412 999999.999999
+PR22  -5908.433741 -21032.146460 -13296.715764 999999.999999
+PR23 -15038.365981 -20200.236229   4039.476603 999999.999999
+PR24 -15390.833698  -7806.870298  18759.590663 999999.999999
+*  2011  9  2  6 45  0.00000000
+PG02  15199.073135   3740.235568 -21388.771088    354.025530
+PG03 -23471.938840  -8977.771764   8611.713434    762.820169
+PG04   8578.781340  18439.129184 -17124.270343    219.179191
+PG05  24841.763838   -476.661633  -9558.325171   -212.478597
+PG06 -22479.915097 -13171.651545   5939.457429    -80.941756
+PG07  -5678.117761  25796.729101    901.643451     24.804296
+PG08   -867.443169  24142.223798  10381.216295      9.042837
+PG09  13870.697408 -16233.785690  15258.208450    103.006722
+PG10  12537.852372  11805.034885 -20531.015484    -11.824202
+PG11 -13850.944278  13743.037030  17540.396681   -182.248347
+PG12  22159.291450 -11981.998125  -8126.526384     19.731413
+PG13  -3261.893149  16614.090783 -20580.397672    253.502799
+PG14 -14113.308257 -21578.865661   6867.599129    170.163340
+PG15  17682.366149  -3027.029558  19648.276263   -108.043188
+PG16 -25388.111735    931.353585  -8255.372394   -195.345877
+PG17  14989.990915  21193.060833   6317.367179    176.833825
+PG18   4717.363399 -16935.057938  20148.408270    155.287768
+PG19 -18927.655755  -1439.078856  18701.396101   -179.438216
+PG20 -20374.927197  14339.771381  -9249.423080     52.434418
+PG21   2688.882444 -25755.680786   4635.163290   -168.709590
+PG22  -9932.882427 -13386.675501  20877.081895    144.878382
+PG23 -11490.561138   9950.837778 -21774.067566    279.287945
+PG24 -15078.850746  16981.066515  13552.805681    420.455385
+PG25  12703.486020 -16216.145440 -16778.093599     16.807262
+PG26  20747.664141  10178.348410  12839.027708   -143.504833
+PG27  15375.785919  -9471.290385  19991.815019    301.055126
+PG28   5834.460576  14089.556916  22285.212007     64.266549
+PG29   2705.688047 -17153.244105 -20042.482714    236.305371
+PG30   8557.639748 -17609.436308 -18357.704501     90.204173
+PG31  -9247.750048 -15739.049461 -19015.338561    135.364058
+PG32 -25244.909442   6988.178697  -2324.385559   -321.481252
+PR01 -14854.788881  -7699.765926  19258.557768 999999.999999
+PR02 -25167.463830    662.363544   4085.058600 999999.999999
+PR03 -13632.251655  17925.185120 -11912.568224 999999.999999
+PR04  10063.999176  -4562.986506 -22986.091816 999999.999999
+PR05  14781.137899   7723.749622 -19301.957769 999999.999999
+PR06  25028.187604   -297.059000  -4829.025676 999999.999999
+PR07  18999.386375 -10147.203644  13638.978172 999999.999999
+PR08   4017.605562 -11340.962349  22502.645162 999999.999999
+PR09  12467.085505  -2480.041122  22075.245021 999999.999999
+PR10  13652.539269 -18084.755001  11786.484020 999999.999999
+PR11   7334.772298 -23634.787876  -6041.394625 999999.999999
+PR12  -3579.741036 -14997.979559 -20410.120016 999999.999999
+PR13 -12216.678439   2497.512454 -22269.912517 999999.999999
+PR15  -6138.358949  23404.375239   8225.414821 999999.999999
+PR16   3769.394564  14669.772423  20453.839668 999999.999999
+PR17  -8184.025541   7154.422035  23074.608647 999999.999999
+PR18   5076.655635  19499.359408  15590.535216 999999.999999
+PR19  15111.175818  20535.154080   -827.247855 999999.999999
+PR20  16384.231177   9069.623324 -17284.125614 999999.999999
+PR21   8356.832500  -6953.782351 -23079.357235 999999.999999
+PR22  -5010.047059 -19479.084741 -15784.572311 999999.999999
+PR23 -15336.738825 -20363.070828    841.101240 999999.999999
+PR24 -16706.546519  -9565.334244  16710.502733 999999.999999
+*  2011  9  2  7  0  0.00000000
+PG02  14755.114282   6155.814426 -21184.722534    354.027345
+PG03 -24035.510289  -9727.427420   6007.377747    762.823807
+PG04   8001.426947  20195.505108 -15269.436677    219.189400
+PG05  23752.405327    141.171435 -12014.176578   -212.483426
+PG06 -22695.128550 -13717.111953   3211.541277    -80.933062
+PG07  -5892.487139  25686.535471  -1996.084266     24.805928
+PG08  -1329.421626  25091.290672   7676.987574      9.042686
+PG09  13661.326455 -14293.991058  17193.548183    103.007777
+PG10  10320.175559  12566.875486 -21273.506762    -11.827112
+PG11 -14216.758713  11583.134262  18772.785887   -182.251207
+PG12  22963.401183 -12013.548415  -5370.928139     19.733745
+PG13  -4949.668306  14942.550643 -21517.358894    253.501332
+PG14 -13346.759492 -21056.523165   9549.178074    170.165133
+PG15  19256.624370  -1529.885331  18310.931760   -108.041562
+PG16 -24397.918215    460.451383 -10841.475721   -195.348038
+PG17  14218.784877  20769.517928   8981.027018    176.832320
+PG18   6851.430648 -17469.347410  18995.042119    155.289668
+PG19 -20247.922723  -3000.262325  17097.318751   -179.442125
+PG20 -21326.445947  14367.967427  -6650.853991     52.434916
+PG21   3126.057347 -26004.016319   1836.001369   -168.711861
+PG22  -7674.021635 -14157.667696  21310.071177    144.878399
+PG23 -13320.215718   8285.763711 -21458.826668    279.285107
+PG24 -14886.190882  15297.984639  15645.378627    420.458196
+PG25  14459.398144 -16657.315990 -14802.884156     16.808853
+PG26  21618.261916  11280.984548  10393.199887   -143.516356
+PG27  15116.129270  -7255.072515  21153.466661    301.057598
+PG28   3495.583656  14763.504574  22317.466109     64.269370
+PG29   4471.567888 -15586.528663 -20977.010088    236.308293
+PG30  10379.907758 -18275.986287 -16651.343503     90.200569
+PG31  -8684.640438 -17789.965146 -17403.252045    135.369186
+PG32 -25447.280089   6718.039219    540.402914   -321.487405
+PR01 -12397.211703  -7968.764768  20825.939111 999999.999999
+PR02 -24463.238330    687.742267   7189.091588 999999.999999
+PR03 -12871.069400  16466.420356 -14579.546550 999999.999999
+PR04  11813.733557  -2368.027074 -22479.988104 999999.999999
+PR05  12317.767112   7995.810529 -20857.662403 999999.999999
+PR06  24231.857427   -319.001055  -7912.851934 999999.999999
+PR07  20474.294648 -10513.666404  10963.647786 999999.999999
+PR08   6707.203351 -11747.861927  21635.791292 999999.999999
+PR09  11358.584113     67.382624  22806.806887 999999.999999
+PR10  12885.943521 -16643.897121  14456.327427 999999.999999
+PR11   7367.919242 -24214.100563  -2864.305021 999999.999999
+PR12  -2739.423176 -17249.432668 -18701.533900 999999.999999
+PR13 -11145.375613    -77.451560 -22963.389783 999999.999999
+PR15  -6246.445684  24246.625405   5126.010003 999999.999999
+PR16   2903.662465  16944.552449  18761.930028 999999.999999
+PR17  -9904.365061   4890.719918  22997.601630 999999.999999
+PR18   3895.078758  17806.686697  17810.348738 999999.999999
+PR19  15181.959855  20359.244262   2390.231751 999999.999999
+PR20  17683.977605  10586.903392 -14983.057851 999999.999999
+PR21  10103.150555  -4715.069349 -22954.503791 999999.999999
+PR22  -3822.102217 -17770.723753 -17967.945018 999999.999999
+PR23 -15402.243312 -20193.403495  -2373.619258 999999.999999
+PR24 -17979.024227 -11008.465603  14336.228923 999999.999999
+*  2011  9  2  7 15  0.00000000
+PG02  14435.436096   8541.817941 -20615.338159    354.028974
+PG03 -24377.320258 -10292.885781   3300.250295    762.828528
+PG04   7538.709529  21758.823725 -13151.622462    219.199558
+PG05  22450.043023    914.382839 -14264.605704   -212.488062
+PG06 -22682.933076 -14075.854605    429.294819    -80.924801
+PG07  -6064.232462  25262.975726  -4858.945783     24.807523
+PG08  -1667.498043  25754.206541   4836.278547      9.042663
+PG09  13534.834765 -12137.177344  18820.741321    103.008486
+PG10   8082.443233  13464.293869 -21658.727999    -11.828213
+PG11 -14680.486966   9320.708506  19670.323848   -182.254136
+PG12  23466.944398 -11973.509351  -2521.909116     19.735943
+PG13  -6791.410062  13312.722512 -22088.226206    253.499007
+PG14 -12332.624912 -20384.475285  12068.914166    170.166881
+PG15  20768.812562   -215.977233  16660.482526   -108.040242
+PG16 -23170.793667   -161.997960 -13243.936064   -195.350292
+PG17  13203.037454  20201.425892  11492.948832    176.831079
+PG18   8825.298534 -18052.522256  17519.950184    155.291086
+PG19 -21502.314547  -4354.098739  15202.622207   -179.445499
+PG20 -22003.699796  14317.464716  -3937.840122     52.435266
+PG21   3507.836525 -25954.179816   -995.823688   -168.714298
+PG22  -5427.234913 -15045.872306  21382.518364    144.878363
+PG23 -15188.178441   6756.931623 -20775.220185    279.282261
+PG24 -14734.231020  13391.621034  17465.817160    420.460740
+PG25  15970.531261 -17097.994671 -12573.047382     16.810412
+PG26  22335.524315  12132.287489   7767.364965   -143.528031
+PG27  14972.215694  -4924.404975  21968.313166    301.062063
+PG28   1211.140838  15562.311361  21983.564310     64.272214
+PG29   6382.629817 -14058.595158 -21548.685412    236.310845
+PG30  11985.518567 -18940.422640 -14666.504126     90.196870
+PG31  -8264.065553 -19668.488481 -15484.780668    135.374160
+PG32 -25349.721146   6364.773519   3395.665874   -321.493376
+PR01  -9801.287661  -8449.308069  21989.090668 999999.999999
+PR02 -23393.348459    586.100398  10153.445953 999999.999999
+PR03 -12128.882874  14658.469838 -16962.491108 999999.999999
+PR04  13659.844976   -373.524836 -21537.182104 999999.999999
+PR05   9717.552454   8479.593584 -22008.326038 999999.999999
+PR06  23073.469554   -207.629737 -10842.688626 999999.999999
+PR07  21589.507453 -10890.753220   8074.985426 999999.999999
+PR08   9231.035650 -12319.737775  20349.187386 999999.999999
+PR09  10420.945378   2748.266692  23093.947443 999999.999999
+PR10  12137.401937 -14852.387681  16846.254600 999999.999999
+PR11   7237.344076 -24418.149186    368.667100 999999.999999
+PR12  -2143.300707 -19337.216045 -16633.136227 999999.999999
+PR13 -10252.618761  -2780.331603 -23211.827130 999999.999999
+PR15  -6173.704733  24726.592922   1927.595019 999999.999999
+PR16   2281.965738  19058.094296  16703.010141 999999.999999
+PR17 -11761.804771   2788.150698  22474.238375 999999.999999
+PR18   2425.456273  16017.599448  19683.283245 999999.999999
+PR19  14979.932281  19883.547287   5561.279276 999999.999999
+PR20  18892.801668  11778.299291 -12390.043988 999999.999999
+PR21  11980.041376  -2643.197182 -22384.445968 999999.999999
+PR22  -2346.111445 -15970.351546 -19804.393076 999999.999999
+PR23 -15192.589288 -19727.249634  -5542.225201 999999.999999
+PR24 -19146.771149 -12124.122622  11683.028995 999999.999999
+*  2011  9  2  7 30  0.00000000
+PG02  14238.253506  10851.696762 -19691.884178    354.030639
+PG03 -24472.718976 -10698.650508    536.949169    762.832800
+PG04   7168.420407  23093.797385 -10806.434523    219.209288
+PG05  20972.655862   1858.558223 -16271.031673   -212.493359
+PG06 -22420.106796 -14274.404956  -2360.213841    -80.916366
+PG07  -6232.131845  24528.679905  -7636.952942     24.808922
+PG08  -1916.235904  26107.175920   1909.435983      9.043277
+PG09  13517.799409  -9804.532923  20109.288632    103.009542
+PG10   5869.319216  14485.157113 -21679.242110    -11.827782
+PG11 -15246.777787   6999.826022  20217.474792   -182.256956
+PG12  23675.205241 -11823.210643    370.983516     19.738149
+PG13  -8755.725267  11763.760521 -22283.659542    253.498657
+PG14 -11067.079433 -19604.463356  14384.352507    170.168529
+PG15  22175.449258    908.865052  14725.447289   -108.038590
+PG16 -21743.004820   -956.871119 -15421.740321   -195.352542
+PG17  11939.324066  19528.545839  13810.816776    176.829524
+PG18  10608.950085 -18652.739836  15746.735600    155.292723
+PG19 -22648.110320  -5495.010291  13050.112687   -179.449300
+PG20 -22409.943364  14152.639327  -1156.951493     52.435442
+PG21   3868.365637 -25599.353483  -3809.769847   -168.716621
+PG22  -3235.207071 -16035.456318  21092.892839    144.878287
+PG23 -17051.765054   5386.608338 -19736.014910    279.279650
+PG24 -14652.756789  11294.828040  18983.167715    420.463690
+PG25  17219.877654 -17499.067467 -10126.846124     16.811933
+PG26  22861.009662  12745.511288   5008.052208   -143.539252
+PG27  14959.106546  -2524.131715  22424.778802    301.065613
+PG28   -976.143333  16465.630265  21288.004576     64.275410
+PG29   8406.432578 -12606.161782 -21747.434901    236.313799
+PG30  13356.682487 -19563.810358 -12435.598448     90.193161
+PG31  -7966.221003 -21332.250236 -13293.769111    135.379271
+PG32 -24968.255505   5895.142244   6191.149580   -321.499519
+PR01  -7134.570650  -9147.900347  22725.515153 999999.999999
+PR02 -21993.704514    313.274626  12920.569823 999999.999999
+PR03 -11460.848099  12535.182550 -19015.251136 999999.999999
+PR04  15545.471385   1381.373125 -20176.032483 999999.999999
+PR05   7048.112863   9181.323063 -22731.618397 999999.999999
+PR06  21591.104488     80.452117 -13561.573615 999999.999999
+PR07  22330.214270 -11224.468797   5029.187200 999999.999999
+PR08  11531.478258 -13022.338798  18667.752211 999999.999999
+PR09   9681.845600   5497.597161  22931.392755 999999.999999
+PR10  11461.968889 -12743.032818  18909.750502 999999.999999
+PR11   6995.740729 -24225.707903   3594.445646 999999.999999
+PR12  -1774.743830 -21199.394265 -14244.987438 999999.999999
+PR13  -9564.412371  -5545.138641 -23010.508832 999999.999999
+PR15  -5970.675398  24816.650410  -1308.049778 999999.999999
+PR16   1888.420637  20946.910214  14317.223014 999999.999999
+PR17 -13704.158370    893.157935  21514.968093 999999.999999
+PR18    681.736587  14196.555091  21173.250155 999999.999999
+PR19  14471.712205  19153.311358   8624.291925 999999.999999
+PR20  19949.217682  12641.610186  -9555.530365 999999.999999
+PR21  13934.424530   -783.204397 -21380.585326 999999.999999
+PR22   -596.302850 -14141.631207 -21258.056304 999999.999999
+PR23 -14675.013488 -19010.053536  -8603.171653 999999.999999
+PR24 -20149.163250 -12913.178631   8802.577238 999999.999999
+*  2011  9  2  7 45  0.00000000
+PG02  14154.163679  13040.935494 -18431.579630    354.032416
+PG03 -24303.674681 -10974.111097  -2235.476799    762.837164
+PG04   6862.971938  24171.213489  -8273.717730    219.219303
+PG05  19362.009859   2981.834122 -17998.988528   -212.498461
+PG06 -21890.296349 -14343.841367  -5109.641909    -80.907824
+PG07  -6434.090626  23495.522294 -10281.656321     24.810602
+PG08  -2113.930345  26135.638579  -1051.452446      9.043355
+PG09  13629.692809  -7343.139495  21034.853020    103.011339
+PG10   3723.234339  15609.877426 -21333.594184    -11.829407
+PG11 -15913.228099   4665.456357  20405.193961   -182.260139
+PG12  23602.320592 -11526.745174   3257.424731     19.740273
+PG13 -10804.920006  10329.152789 -22100.631694    253.496972
+PG14  -9554.941626 -18759.405922  16456.531434    170.170184
+PG15  23434.173231   1846.915413  12539.109370   -108.037246
+PG16 -20155.601127  -1937.738766 -17337.512738   -195.354463
+PG17  10432.554286  18791.742134  15895.570795    176.828081
+PG18  12178.894144 -19234.256658  13704.269818    155.294436
+PG19 -23643.774870  -6425.730666  10676.751706   -179.452814
+PG20 -22556.443922  13840.317328   1643.903064     52.436005
+PG21   4242.359653 -24941.751267  -6555.129118   -168.718921
+PG22  -1137.450807 -17103.798460  20445.698160    144.877975
+PG23 -18866.096263   4189.116767 -18359.941654    279.276874
+PG24 -14665.949513   9046.356115  20171.914393    420.466057
+PG25  18199.011579 -17820.254646  -7506.301366     16.813449
+PG26  23161.134711  13141.886087   2163.333602   -143.550725
+PG27  15084.033769   -100.976173  22516.903098    301.067309
+PG28  -3027.642855  17446.211607  20241.013241     64.278034
+PG29  10504.587063 -11260.353787 -21569.666477    236.316685
+PG30  14483.505196 -20105.703973  -9995.308282     90.189524
+PG31  -7764.549617 -22744.953272 -10868.931411    135.384121
+PG32 -24326.926486   5280.079002   8878.052085   -321.505515
+PR01  -4465.713030 -10058.794974  23020.992256 999999.999999
+PR02 -20310.484673   -166.911732  15436.768844 999999.999999
+PR03 -10915.771496  10141.976255 -20698.190020 999999.999999
+PR04  17408.763422   2868.958593 -18423.016156 999999.999999
+PR05   4378.122689  10094.963989 -23013.503689 999999.999999
+PR06  19832.918509    580.293786 -16016.687189 999999.999999
+PR07  22694.433076 -11460.381062   1885.520072 999999.999999
+PR08  13559.364166 -13812.408693  16624.062403 999999.999999
+PR09   9157.131060   8246.539452  22322.644216 999999.999999
+PR10  10908.525019 -10360.312804  20606.544677 999999.999999
+PR11   6699.428275 -23628.803467   6750.086019 999999.999999
+PR12  -1605.970289 -22780.304111 -11583.169192 999999.999999
+PR13  -9094.747932  -8302.337252 -22363.408490 999999.999999
+PR15  -5692.636254  24501.941221  -4518.432143 999999.999999
+PR16   1695.736849  22553.814635  11651.183732 999999.999999
+PR17 -15672.579783   -758.303129  20138.660181 999999.999999
+PR18  -1309.708260  12405.782061  22251.689895 999999.999999
+PR19  13635.002950  18221.304974  11519.763688 999999.999999
+PR20  20794.630210  13187.523739  -6534.718330 999999.999999
+PR21  15906.874194    830.526266 -19962.684045 999999.999999
+PR22   1400.686954 -12346.012667 -22300.364649 999999.999999
+PR23 -13827.876652 -18094.638371 -11497.025450 999999.999999
+PR24 -20929.058699 -13389.219778   5750.948055 999999.999999
+*  2011  9  2  8  0  0.00000000
+PG02  14166.641814  15068.550440 -16857.212127    354.033992
+PG03 -23859.449946 -11152.195127  -4970.317610    762.841787
+PG04   6590.619021  24969.022842  -5596.907987    219.229094
+PG05  17662.123706   4284.387310 -19418.713650   -212.503042
+PG06 -21084.772263 -14318.465436  -7772.142220    -80.899392
+PG07  -6705.454986  22184.217445 -12747.024450     24.812147
+PG08  -2300.849191  25834.885398  -3993.578355      9.043863
+PG09  13881.948297  -4804.269178  21579.837517    103.012117
+PG10   1682.951541  16812.021197 -20626.408255    -11.830622
+PG11 -16670.419810   2361.859126  20231.054195   -182.262679
+PG12  23270.628378 -11052.558784   6087.216327     19.742520
+PG13 -12896.279440   9035.570288 -21542.457907    253.494945
+PG14  -7809.660192 -17891.722230  18250.593722    170.172005
+PG15  24505.310502   2608.255227  10138.945773   -108.035759
+PG16 -18452.926616  -3110.138157 -18958.150418   -195.356454
+PG17   8695.964790  18031.379567  17712.023161    176.826453
+PG18  13518.933443 -19758.813110  11426.310156    155.296063
+PG19 -24450.514317  -7156.971651   8123.027121   -179.456581
+PG20 -22461.953320  13351.242639   4416.303940     52.436417
+PG21   4663.460297 -23992.661872  -9182.061744   -168.721117
+PG22    831.007706 -18222.265009  19451.426616    144.878145
+PG23 -20585.710307   3170.498132 -16671.317127    279.273917
+PG24 -14791.382623   6689.502310  21012.374481    420.468088
+PG25  18908.250887 -18021.774429  -4756.474383     16.814947
+PG26  23208.441209  13349.498521   -718.029044   -143.562205
+PG27  15346.180515   2297.965001  22244.327922    301.069278
+PG28  -4910.088502  18470.820473  18858.478951     64.280910
+PG29  12634.073358 -10045.595263 -21018.343342    236.319675
+PG30  15364.235380 -20525.725729  -7386.064953     90.185955
+PG31  -7626.975311 -23877.684169  -8253.113703    135.389247
+PG32 -23456.744146   4496.017307  11409.908031   -321.511324
+PR01  -1861.827495 -11164.110272  22869.847606 999999.999999
+PR02 -18398.261994   -880.876801  17653.245177 999999.999999
+PR03 -10533.958570   7534.148106 -21978.935603 999999.999999
+PR04  19185.383777   4073.870958 -16312.212438 999999.999999
+PR05   1774.670532  11202.347786 -22848.511420 999999.999999
+PR06  17855.190700   1316.872578 -18160.378742 999999.999999
+PR07  22692.936416 -11546.130402  -1294.838859 999999.999999
+PR08  15275.787068 -14639.569974  14257.727356 999999.999999
+PR09   8850.253706  10925.081119  21279.883994 999999.999999
+PR10  10517.609661  -7758.777760  21903.406827 999999.999999
+PR11   6405.721781 -22633.139936   9774.022079 999999.999999
+PR12  -1599.439491 -24032.726204  -8698.913455 999999.999999
+PR13  -8845.104659 -10981.497977 -21283.107221 999999.999999
+PR15  -5397.051922  23781.058231  -7641.536476 999999.999999
+PR16   1666.608459  23830.230078   8757.053395 999999.999999
+PR17 -17603.908107  -2142.017718  18372.220577 999999.999999
+PR18  -3510.959886  10702.752065  22898.095621 999999.999999
+PR19  12459.764681  17145.482858  14191.443218 999999.999999
+PR20  21375.883916  13438.916288  -3386.480427 999999.999999
+PR21  17833.986717   2175.449510 -18158.462004 999999.999999
+PR22   3606.641265 -10640.245685 -22910.617164 999999.999999
+PR23 -12641.802652 -17038.864713 -14167.619161 999999.999999
+PR24 -21435.278730 -13577.713728   2587.516552 999999.999999
+*  2011  9  2  8 15  0.00000000
+PG02  14252.812027  16898.439781 -14996.674538    354.035824
+PG03 -23137.008944 -11267.919324  -7621.933973    762.846342
+PG04   6316.867702  25473.169911  -2822.298105    219.239139
+PG05  15917.657958   5758.231754 -20505.661069   -212.507702
+PG06 -20002.913074 -14234.349966 -10302.137686    -80.890920
+PG07  -7077.436407  20623.576863 -14990.272313     24.813756
+PG08  -2517.386443  25210.276334  -6864.455665      9.045066
+PG09  14277.377081  -2241.489601  21733.811967    103.012521
+PG10   -217.742359  18059.191289 -19568.395416    -11.831573
+PG11 -17502.260278    131.017724  19699.227861   -182.265633
+PG12  22709.703237 -10374.872724   8811.188291     19.744760
+PG13 -14983.540565   7901.983855 -20618.728009    253.493302
+PG14  -5852.983354 -17041.691258  19736.332510    170.173736
+PG15  25353.348122   3210.179822   7565.992719   -108.034147
+PG16 -16681.011215  -4471.147821 -20255.400830   -195.358380
+PG17   6750.808222  17285.752156  19229.417389    176.824905
+PG18  14620.668647 -20187.151664   8951.017953    155.298142
+PG19 -25033.732741  -7706.796300   5432.281335   -179.460531
+PG20 -22151.895469  12661.407819   7112.169202     52.436734
+PG21   5162.619482 -22772.115847 -11642.641136   -168.723604
+PG22   2640.776893 -19357.226449  18126.422064    144.877759
+PG23 -22166.194218   2328.496623 -14699.584486    279.271371
+PG24 -15039.296754   4270.598611  21490.981826    420.471480
+PG25  19356.487651 -18066.000896  -1924.693527     16.816493
+PG26  22982.612745  13401.951086  -3587.396473   -143.573335
+PG27  15736.746642   4626.722633  21612.230765    301.072294
+PG28  -6596.650308  19501.389623  17161.815528     64.283685
+PG29  14748.748336  -8978.773391 -20102.939779    236.322544
+PG30  16005.217180 -20785.173631  -4651.455721     90.182201
+PG31  -7517.364877 -24709.933092  -5492.478013    135.394375
+PG32 -22394.380889   3525.979937  13743.399289   -321.517296
+PR01    614.076357 -12434.470204  22275.057701 999999.999999
+PR02 -16317.800337  -1843.924294  19527.039041 999999.999999
+PR03 -10345.444279   4774.783934 -22832.982939 999999.999999
+PR04  20811.129090   4993.482522 -13884.640262 999999.999999
+PR05   -699.306441  12473.823627 -22239.841998 999999.999999
+PR06  15720.049570   2303.801492 -19951.088914 999999.999999
+PR07  22348.656415 -11433.862686  -4450.001229 999999.999999
+PR08  16653.483240 -15448.525845  11614.627544 999999.999999
+PR09   8752.247550  13464.724009  19823.711413 999999.999999
+PR10  10319.614026  -5001.026026  22774.811810 999999.999999
+PR11   6170.268222 -21257.961210  12607.284788 999999.999999
+PR12  -1709.650319 -24919.725950  -5647.643430 999999.999999
+PR13  -8804.489589 -13513.992483 -19790.549146 999999.999999
+PR15  -5140.933789  22666.184264 -10617.004087 999999.999999
+PR16   1755.542063  24738.145114   5691.496657 999999.999999
+PR17 -19433.205395  -3246.263923  16250.057193 999999.999999
+PR18  -5873.917479   9137.879890  23100.376222 999999.999999
+PR19  10948.880918  15986.451963  16587.427913 999999.999999
+PR20  21647.603765  13429.642833   -172.200571 999999.999999
+PR21  19650.925717   3241.536326 -16003.046021 999999.999999
+PR22   5973.083427  -9074.096879 -23076.417701 999999.999999
+PR23 -11120.311155 -15903.096979 -16563.139489 999999.999999
+PR24 -21624.853825 -13514.686403   -626.203693 999999.999999
+*  2011  9  2  8 30  0.00000000
+PG02  14384.458317  18500.540112 -12882.434791    354.037328
+PG03 -22141.148332 -11356.894522 -10146.444332    762.851327
+PG04   6006.016569  25678.126183      1.772300    219.249032
+PG05  14172.288375   7387.332699 -21240.930914   -212.512512
+PG06 -18652.396741 -14127.817814 -12656.088691    -80.882210
+PG07  -7575.711347  18849.457722 -16972.622275     24.815297
+PG08  -2802.210418  24277.049523  -9612.958220      9.045608
+PG09  14809.968452    291.338699  21493.771025    103.013958
+PG10  -1951.168763  19314.156020 -18176.267580    -11.831554
+PG11 -18386.607972  -1988.814377  18820.329329   -182.268715
+PG12  21955.119123  -9474.880949  11382.078556     19.746773
+PG13 -17018.503992   6939.080340 -19345.142875    253.491569
+PG14  -3714.323596 -16245.905483  20888.666094    170.175125
+PG15  25948.260176   3676.331719   4864.157721   -108.032929
+PG16 -14885.899867  -6009.284093 -21206.371126   -195.360745
+PG17   4625.748487  16589.600184  20421.923000    176.823631
+PG18  15483.712167 -20480.613246   6320.378226    155.299594
+PG19 -25364.338394  -8099.724864   2650.006367   -179.464044
+PG20 -21657.299255  11753.193102   9684.607787     52.437214
+PG21   5766.585027 -21308.183711 -13891.877338   -168.726007
+PG22   4269.038890 -20471.279798  16492.650564    144.877902
+PG23 -23565.773469   1652.861531 -12478.782800    279.268615
+PG24 -15412.178083   1837.400489  21600.457293    420.474651
+PG25  19560.694209 -17919.051202    940.261200     16.818022
+PG26  22471.215068  13336.859289  -6397.013685   -143.584445
+PG27  16239.291949   6841.905257  20631.208828    301.076526
+PG28  -8067.804449  20496.375049  15177.748180     64.286586
+PG29  16800.985363  -8068.708109 -18839.279428    236.325683
+PG30  16420.543301 -20848.600931  -1837.560176     90.178367
+PG31  -7397.154660 -25230.281437  -2635.626835    135.399086
+PG32 -21180.675824   2360.391039  15839.077485   -321.523332
+PR01   2905.475560 -13830.143240  21248.189221 999999.999999
+PR02 -14133.611619  -3059.361207  21021.855129 999999.999999
+PR03 -10368.677683   1932.354706 -23244.140109 999999.999999
+PR04  22224.564993   5637.745759 -11187.461128 999999.999999
+PR05  -2987.406962  13869.408867 -21199.305186 999999.999999
+PR06  13492.975267   3542.523409 -21354.149693 999999.999999
+PR07  21695.594603 -11082.481806  -7518.580133 999999.999999
+PR08  17677.734859 -16181.487738   8746.030243 999999.999999
+PR09   8842.243780  15801.114062  17982.717328 999999.999999
+PR10  10333.412808  -2155.346408  23203.459899 999999.999999
+PR11   6044.462765 -19535.357094  15194.666863 999999.999999
+PR12  -1885.268453 -25416.091162  -2487.942156 999999.999999
+PR13  -8950.014553 -15835.621455 -17914.638788 999999.999999
+PR15  -4978.224438  21182.687610 -13387.283880 999999.999999
+PR16   1911.041967  25251.639728   2514.545332 999999.999999
+PR17 -21096.382166  -4072.037171  13813.405461 999999.999999
+PR18  -8342.089751   7752.544812  22855.054523 999999.999999
+PR19   9118.289752  14804.844664  18661.172753 999999.999999
+PR20  21574.224863  13202.869069   3045.437926 999999.999999
+PR21  21294.039671   4031.425300 -13538.282622 999999.999999
+PR22   8443.038803  -7688.366363 -22793.956562 999999.999999
+PR23  -9279.916661 -14747.584918 -18637.129114 999999.999999
+PR24 -21464.940345 -13244.964558  -3827.762304 999999.999999
+*  2011  9  2  8 45  0.00000000
+PG02  14529.233163  19851.751610 -10550.950716    354.039066
+PG03 -20884.353981 -11453.838470 -12502.361985    762.855944
+PG04   5622.769145  25587.099094   2825.788342    219.259047
+PG05  12467.124925   9148.035491 -21611.607228   -212.517413
+PG06 -17049.088131 -14033.908356 -14793.241442    -80.873570
+PG07  -8219.252600  16903.447588 -18659.982634     24.816882
+PG08  -3190.489126  23059.730082 -12190.323774      9.047223
+PG09  15465.085796   2742.081180  20864.212599    103.016213
+PG10  -3496.668375  20536.188376 -16472.551973    -11.833011
+PG11 -19296.152257  -3964.395794  17611.127364   -182.271680
+PG12  21046.989580  -8341.673935  13755.373513     19.749042
+PG13 -18952.726114   6148.998218 -17743.257893    253.490175
+PG14  -1429.840628 -15535.874991  21688.036422    170.176964
+PG15  26266.637141   4035.594595   2079.488841   -108.031448
+PG16 -13111.981072  -7704.727801 -21793.959198   -195.362672
+PG17   2355.983068  15972.769097  21269.059953    176.822203
+PG18  16115.595771 -20602.750543   3579.524886    155.301191
+PG19 -25419.853749  -8365.608378   -176.884769   -179.467872
+PG20 -21013.517511  10616.265936  12088.760915     52.437836
+PG21   6496.561839 -19635.931436 -15888.685749   -168.727651
+PG22   5700.243807 -21524.633555  14577.379288    144.877873
+PG23 -24746.802559   1125.950735 -10046.955875    279.265655
+PG24 -15904.652022   -562.561513  21339.867864    420.476614
+PG25  19545.123659 -17552.239660   3789.001555     16.819593
+PG26  21670.144433  13194.246807  -9100.714443   -143.595954
+PG27  16830.343433   8904.056314  19317.116854    301.079169
+PG28  -9311.949486  21412.273507  12938.017385     64.289260
+PG29  18743.382051  -7315.947969 -17249.258667    236.328413
+PG30  16631.415178 -20685.307163   1007.777967     90.174469
+PG31  -7227.072573 -25436.731653    267.310493    135.404151
+PG32 -19859.012882    997.584567  17661.988395   -321.529471
+PR01   4964.439755 -15302.632234  19809.174082 999999.999999
+PR02 -11911.376459  -4518.126467  22108.758607 999999.999999
+PR03 -10609.713753   -921.899146 -23204.811010 999999.999999
+PR04  23369.564207   6028.510393  -8273.063123 999999.999999
+PR05  -5041.870700  15340.391064 -19747.092489 999999.999999
+PR06  11240.182324   5022.025822 -22342.447680 999999.999999
+PR07  20777.283544 -10459.625242 -10440.892007 999999.999999
+PR08  18346.757511 -16780.726528   5707.599218 999999.999999
+PR09   9088.499995  17876.500259  15792.906514 999999.999999
+PR10  10565.493996    706.879853  23180.640593 999999.999999
+PR11   6073.056977 -17509.042686  17485.809121 999999.999999
+PR12  -2071.496371 -25509.309448    719.534465 999999.999999
+PR13  -9247.985472 -17889.067747 -15691.687652 999999.999999
+PR15  -4957.314703  19368.188274 -15898.732499 999999.999999
+PR16   2078.056495  25357.912354   -711.606947 999999.999999
+PR17 -22532.802263  -4632.740306  11109.527318 999999.999999
+PR18 -10852.739149   6577.513206  22167.299781 999999.999999
+PR19   6996.573198  13658.710006  20372.394255 999999.999999
+PR20  21131.624404  12809.017619   6203.691117 999999.999999
+PR21  22703.444444   4560.043192 -10811.927826 999999.999999
+PR22  10953.169810  -6513.288218 -22068.129675 999999.999999
+PR23  -7149.689225 -13629.870503 -20349.382866 999999.999999
+PR24 -20934.326822 -12820.060157  -6954.989064 999999.999999
+*  2011  9  2  9  0  0.00000000
+PG02  14652.015732  20936.603546  -8042.041147    354.040596
+PG03 -19386.394443 -11591.147881 -14651.179179    762.861200
+PG04   5133.850430  25211.902260   5599.975349    219.269216
+PG05  10839.236477  11009.794949 -21610.997638   -212.522243
+PG06 -15216.622298 -13984.890006 -16676.344649    -80.865012
+PG07  -9019.438607  14831.339521 -20023.531503     24.818526
+PG08  -3712.271519  21591.166220 -14551.097663      9.046982
+PG09  16220.050683   5062.271610  19857.033160    103.018584
+PG10  -4841.252974  21682.569966 -14485.302646    -11.834620
+PG11 -20199.505773  -5768.558424  16094.140334   -182.274653
+PG12  20028.345284  -6972.852111  15890.092875     19.751312
+PG13 -20739.230283   5525.391613 -15840.136836    253.488172
+PG14    958.725069 -14936.832163  22120.726681    170.178717
+PG15  26292.577047   4320.790548   -740.587975   -108.030104
+PG16 -11400.377630  -9529.877458 -22007.196871   -195.364662
+PG17    -17.877778  15459.059185  21756.046930    176.820774
+PG18  16531.367896 -20520.893266    775.978884    155.302837
+PG19 -25185.290859  -8538.312289  -3000.801406   -179.471515
+PG20 -20258.781877   9248.202283  14282.614835     52.438143
+PG21   7367.114137 -17796.078126 -17596.769036   -168.730261
+PG22   6926.531609 -22476.605505  12412.765379    144.877725
+PG23 -25677.103766    723.609085  -7445.510616    279.262887
+PG24 -16503.691922  -2883.604620  20714.577971    420.479621
+PG25  19340.235912 -16943.341149   6572.387603     16.821149
+PG26  20583.779174  13014.898191 -11654.565344   -143.607465
+PG27  17480.246707  10778.878743  17690.860023    301.080298
+PG28 -10325.743429  22205.253921  10478.995199     64.291851
+PG29  20530.469255  -6712.899810 -15360.460063    236.331366
+PG30  16665.227843 -20270.681582   3835.735944     90.170637
+PG31  -6968.882668 -25336.669479   3165.608318    135.409146
+PG32 -18473.639939   -556.003952  19182.192154   -321.535631
+PR01   6753.373561 -16796.649488  17985.924462 999999.999999
+PR02  -9715.335425  -6198.946607  22766.728167 999999.999999
+PR03 -11061.943566  -3716.687174 -22716.112290 999999.999999
+PR04  24197.641518   6198.340378  -5198.043622 999999.999999
+PR05  -6825.317334  16831.315178 -17911.387633 999999.999999
+PR06   9025.992222   6719.088144 -22896.938696 999999.999999
+PR07  19644.866259  -9543.277943 -13160.123380 999999.999999
+PR08  18671.556188 -17191.139926   2558.317111 999999.999999
+PR09   9449.897574  19641.922159  13296.980745 999999.999999
+PR10  11009.626197   3513.910916  22706.430972 999999.999999
+PR11   6292.061863 -15232.663481  19436.186360 999999.999999
+PR12  -2212.589728 -25200.046332   3913.182814 999999.999999
+PR13  -9655.458269 -19626.074433 -13164.719874 999999.999999
+PR15  -5118.797058  17271.132018 -18102.643871 999999.999999
+PR16   2200.577861  25057.764947  -3923.852355 999999.999999
+PR17 -23687.759864  -4953.354786   8190.798958 999999.999999
+PR18 -13339.288923   5631.824501  21050.796601 999999.999999
+PR19   4624.020714  12601.032871  21687.852171 999999.999999
+PR20  20308.285290  12303.417351   9240.994025 999999.999999
+PR21  23825.465012   4853.713237  -7876.729261 999999.999999
+PR22  13436.198857  -5567.383973 -20912.489572 999999.999999
+PR23  -4770.294612 -12602.329091 -21666.721490 999999.999999
+PR24 -20024.466699 -12295.787423  -9947.201997 999999.999999
+*  2011  9  2  9 15  0.00000000
+PG02  14716.368005  21747.641477  -5398.223716    354.042471
+PG03 -17673.669884 -11797.577223 -16557.896369    762.867877
+PG04   4509.558720  24572.487183   8275.238145    219.279422
+PG05   9320.337633  12936.179536 -21238.769665   -212.526816
+PG06 -13185.694626 -14008.876745 -18272.321379    -80.856359
+PG07  -9979.474889  12681.459832 -21040.196379     24.819951
+PG08  -4391.095089  19911.237631 -16653.992159      9.046877
+PG09  17045.087226   7208.888711  18491.243945    103.020507
+PG10  -5979.967890  22710.206099 -12247.707000    -11.835078
+PG11 -21062.459809  -7381.009545  14297.129644   -182.277700
+PG12  18943.414618  -5374.804997  17749.504108     19.753192
+PG13 -22334.174850   5053.820141 -13667.920369    253.486737
+PG14   3405.427222 -14466.780300  22179.093901    170.180417
+PG15  26018.305601   4567.230197  -3548.052273   -108.028574
+PG16  -9787.461246 -11450.212914 -21841.496246   -195.366497
+PG17  -2451.136502  15065.308738  21874.067943    176.819509
+PG18  16752.889369 -20207.599297  -2041.189475    155.304717
+PG19 -24653.761699  -8654.258477  -5774.224567   -179.475230
+PG20 -19432.650729   7654.801887  16227.768078     52.438335
+PG21   8385.362456 -15833.416924 -18985.383111   -168.732474
+PG22   7947.863460 -23287.178529  10035.357836    144.877520
+PG23 -26331.107506    416.286202  -4718.534894    279.259893
+PG24 -17189.130540  -5083.430959  19736.098240    420.481962
+PG25  18981.391241 -16077.613568   9242.382074     16.822722
+PG26  19224.839278  12838.726111 -14017.448644   -143.618862
+PG27  18154.236014  12438.290700  15778.141618    301.082978
+PG28 -11114.140938  22832.847882   7841.209816     64.294890
+PG29  22120.354258  -6244.286432 -13205.663082    236.334235
+PG30  16554.408404 -19587.342825   6597.343484     90.166665
+PG31  -6587.079737 -24946.464678   6008.871254    135.414064
+PG32 -17067.995474  -2285.962201  20375.176661   -321.541601
+PR01   8246.324307 -18252.395108  15813.794909 999999.999999
+PR02  -7605.758907  -8069.012552  22983.056291 999999.999999
+PR03 -11706.371596  -6383.380500 -21787.824595 999999.999999
+PR04  24669.987840   6188.881791  -2022.110361 999999.999999
+PR05  -8312.048303  18282.273314 -15727.822245 999999.999999
+PR06   6910.304935   8599.051268 -23007.004904 999999.999999
+PR07  18354.875524  -8322.955388 -15623.439110 999999.999999
+PR08  18675.256213 -17362.727473   -640.658765 999999.999999
+PR09   9877.842036  21059.037217  10543.497535 999999.999999
+PR10  11647.080281   6196.397025  21789.722598 999999.999999
+PR11   6727.035502 -12767.698719  21007.973095 999999.999999
+PR12  -2254.417918 -24502.104355   7031.596774 999999.999999
+PR13 -10122.196407 -21009.258377 -10382.649300 999999.999999
+PR15  -5493.549664  14948.929372 -19956.189081 999999.999999
+PR16   2224.281522  24365.526405  -7059.431217 999999.999999
+PR17 -24514.726871  -5069.129580   5113.704475 999999.999999
+PR18 -15733.893634   4922.183025  19527.455044 999999.999999
+PR19   2051.204964  11677.485354  22581.994008 999999.999999
+PR20  19105.941244  11743.757459  12098.175145 999999.999999
+PR21  24614.836591   4948.790250  -4789.417542 999999.999999
+PR22  15823.520677  -4856.820060 -19349.025488 999999.999999
+PR23  -2192.553213 -11709.947750 -22563.628730 999999.999999
+PR24 -18739.994394 -11729.714350 -12746.382841 999999.999999
+*  2011  9  2  9 30  0.00000000
+PG02  14686.035246  22285.527261  -2664.028887    354.044147
+PG03 -15778.342012 -12097.066825 -18191.495788    762.872932
+PG04   3725.185108  23696.151765  10804.101961    219.289650
+PG05   7935.688377  14886.113871 -20500.979937   -212.531735
+PG06 -10993.080389 -14128.603937 -19552.882665    -80.847476
+PG07 -11094.148551  10502.915842 -21693.022524     24.821692
+PG08  -5242.878546  18065.295790 -18462.641199      9.046831
+PG09  17904.580668   9145.887145  16792.519380    103.022883
+PG10  -6915.945172  23577.291860  -9797.587604    -11.835111
+PG11 -21849.347773  -8788.849106  12252.508577   -182.280917
+PG12  17835.876423  -3562.645918  19301.753522     19.755495
+PG13 -23698.417126   4712.450437 -11263.314269    253.484920
+PG14   5861.649033 -14135.821279  21861.712880    170.182041
+PG15  25444.502293   4811.170388  -6295.081773   -108.027100
+PG16  -8303.549339 -13425.441223 -21298.791210   -195.368880
+PG17  -4896.492493  14800.745671  21620.452063    176.818196
+PG18  16807.849730 -19641.927594  -4822.258977    155.306354
+PG19 -23826.802207  -8750.878477  -8450.453775   -179.478921
+PG20 -18574.412306   5850.082072  17890.136871     52.438810
+PG21   9550.513929 -13795.072915 -20029.962920   -168.734684
+PG22   8771.854804 -23918.556161   7485.517150    144.877467
+PG23 -26690.755282    170.350616  -1912.084541    279.257181
+PG24 -17934.450995  -7124.523422  18421.838073    420.483777
+PG25  18507.362485 -14948.538394  11752.887091     16.824257
+PG26  17613.967243  12703.206325 -16151.584937   -143.630048
+PG27  18813.691909  13861.280021  13609.163828    301.085396
+PG28 -11690.119380  23255.638896   5068.776080     64.297803
+PG29  23476.233676  -5887.913320 -10822.261412    236.336945
+PG30  16335.047954 -18626.024193   9244.347615     90.163059
+PG31  -6050.464990 -24290.731471   8747.937046    135.419133
+PG32 -15683.105979  -4170.330049  21222.164584   -321.547703
+PR01   9429.801968 -19608.043972  13334.901396 999999.999999
+PR02  -5636.600040 -10085.149953  22753.589779 999999.999999
+PR03 -12512.426233  -8858.605109 -20438.181130 999999.999999
+PR04  24759.118030   6048.851468   1193.077693 999999.999999
+PR05  -9488.857916  19631.401467 -13238.786844 999999.999999
+PR06   4946.273907  10617.077261 -22670.648672 999999.999999
+PR07  16966.807647  -6800.405123 -17783.010076 999999.999999
+PR08  18391.937621 -17252.868164  -3827.184913 999999.999999
+PR09  10318.484875  22101.514443   7585.921614 999999.999999
+PR10  12447.398727   8690.039279  20448.074240 999999.999999
+PR11   7391.828010 -10181.052336  22170.772462 999999.999999
+PR12  -2146.964595 -23441.863561  10014.714334 999999.999999
+PR13 -10592.948319 -22013.484682  -7399.342833 999999.999999
+PR15  -6101.232166  12465.734654 -21423.248895 999999.999999
+PR16   2099.089653  23308.419486 -10057.181331 999999.999999
+PR17 -24977.278419  -5023.843960   1937.754100 999999.999999
+PR18 -17970.067846   4442.877294  17626.969257 999999.999999
+PR19   -662.871734  10924.504667  23037.450170 999999.999999
+PR20  17539.675693  11187.456218  14719.620513 999999.999999
+PR21  25036.575273   4889.880684  -1609.625299 999999.999999
+PR22  18047.896085  -4375.299457 -17407.773296 999999.999999
+PR23    524.422990 -10988.433407 -23022.740154 999999.999999
+PR24 -17098.703419 -11178.556971 -15298.297069 999999.999999
+*  2011  9  2  9 45  0.00000000
+PG02  14526.437092  22558.852731    114.701171    354.045867
+PG03 -13737.276304 -12507.757297 -19525.359008    762.877827
+PG04   2762.237635  22616.455858  13141.631762    219.299549
+PG05   6703.249406  16815.313704 -19409.994198   -212.536601
+PG06  -8680.417139 -14360.413827 -20495.069534    -80.839094
+PG07 -12349.922997   8343.833053 -21971.426072     24.823253
+PG08  -6275.143989  16102.406844 -19946.234790      9.047722
+PG09  18758.588847  10845.416657  14792.595541    103.024577
+PG10  -7660.139094  24244.964568  -7176.802325    -11.838188
+PG11 -22524.459412  -9986.789549   9996.684398   -182.283645
+PG12  16747.154426  -1559.806150  20520.403415     19.757412
+PG13 -24798.915698   4473.044008  -8667.003379    253.483261
+PG14   8277.744740 -13945.787912  21173.428317    170.183840
+PG15  24580.320126   5088.237641  -8934.842868   -108.025708
+PG16  -6971.836532 -15410.884926 -20387.567455   -195.370687
+PG17  -7305.633051  14666.633623  20998.761543    176.816456
+PG18  16728.539658 -18810.473938  -7517.797973    155.308255
+PG19 -22714.398360  -8865.033575 -10984.342965   -179.482638
+PG20 -17721.507581   3855.947713  19240.583534     52.439133
+PG21  10853.746831 -11728.679896 -20712.590006   -168.736903
+PG22   9413.313562 -24336.658347   4806.759255    144.877449
+PG23 -26746.134793    -50.448948    926.551308    279.254397
+PG24 -18707.824189  -8975.351131  16794.769404    420.486134
+PG25  17958.724327 -13558.249334  14060.548104     16.825829
+PG26  15779.050751  12641.928776 -18022.998006   -143.641408
+PG27  19417.550587  15034.529545  11218.278891    301.088144
+PG28 -12074.093415  23438.886195   2208.732205     64.300417
+PG29  24567.716892  -5615.712953  -8251.598110    236.340020
+PG30  16045.376894 -17386.161954  11730.094902     90.159049
+PG31  -5333.540281 -23401.283589  11335.737832    135.424185
+PG32 -14356.111719  -6180.309655  21710.316784   -321.554019
+PR01  10303.078366 -20802.337830  10597.309892 999999.999999
+PR02  -3853.427157 -12195.435144  22082.806479 999999.999999
+PR03 -13439.267950 -11086.612098 -18693.499138 999999.999999
+PR04  24450.063293   5831.732151   4385.107097 999999.999999
+PR05 -10355.321054  20817.478884 -10492.610038 999999.999999
+PR06   3178.279936  12719.846861 -21894.520511 999999.999999
+PR07  15540.593648  -4989.796582 -19596.940333 999999.999999
+PR08  17865.022471 -16828.303734  -6939.341104 999999.999999
+PR09  10715.172548  22755.939218   4481.587788 999999.999999
+PR10  13369.682584  10938.042885  18707.391191 999999.999999
+PR11   8287.836611  -7542.433565  22902.194863 999999.999999
+PR12  -1846.665647 -22057.224130  12804.946596 999999.999999
+PR13 -11009.949465 -22626.745208  -4272.587085 999999.999999
+PR15  -6949.257762   9889.954934 -22475.122950 999999.999999
+PR16   1781.547347  21925.400738 -12858.747432 999999.999999
+PR17 -25050.617464  -4867.717674  -1275.653100 999999.999999
+PR18 -19985.266096   4176.226765  15386.234114 999999.999999
+PR19  -3452.984058  10367.778057  23045.370465 999999.999999
+PR20  15637.470247  10689.057700  17054.363481 999999.999999
+PR21  25067.441753   4727.722480   1601.246692 999999.999999
+PR22  20046.114183  -4104.495183 -15126.259703 999999.999999
+PR23   3315.438889 -10462.729432 -23035.175028 999999.999999
+PR24 -15130.987853 -10695.626596 -17553.537172 999999.999999
+*  2011  9  2 10  0  0.00000000
+PG02  14206.096936  22583.677077   2891.521090    354.047649
+PG03 -11590.832602 -13041.220958 -20537.628311    762.882287
+PG04   1609.414998  21371.887864  15246.306545    219.309430
+PG05   5633.126535  18677.859565 -17984.297777   -212.541343
+PG06  -6292.793464 -14713.494027 -21081.710567    -80.830641
+PG07 -13725.366308   6249.650354 -21871.330425     24.824922
+PG08  -7486.596781  14073.474896 -21080.022214      9.047789
+PG09  19564.533859  12288.680240  12528.541692    103.025461
+PG10  -8230.748189  24678.875887  -4430.548916    -11.840319
+PG11 -23053.448540 -10977.078067   7569.351587   -182.286684
+PG12  15714.820331    602.694087  21384.866964     19.759828
+PG13 -25609.918772   4302.195633  -5922.998269    253.481680
+PG14  10604.729237 -13890.196255  20125.312516    170.185660
+PG15  23443.097668   5431.876803 -11422.267406   -108.024279
+PG16  -5807.605269 -17359.062451 -19122.776114   -195.372738
+PG17  -9630.874502  14656.228510  20018.784186    176.815204
+PG18  16550.427429 -17708.119103 -10079.624966    155.309938
+PG19 -21334.712575  -9031.458615 -13333.017119   -179.486317
+PG20 -16908.036969   1701.548544  20255.454145     52.439546
+PG21  12278.451811  -9680.561019 -21022.290996   -168.739477
+PG22   9893.498225 -24512.498760   2045.032279    144.877264
+PG23 -26495.826106   -283.428766   3749.597607    279.251802
+PG24 -19473.351452 -10611.343182  14883.009572    420.488291
+PG25  17376.182987 -11917.631289  16125.510411     16.827491
+PG26  13754.313885  12683.307812 -19601.924768   -143.652894
+PG27  19923.824037  15952.790463   8643.586975    301.091652
+PG28 -12293.029867  23354.017107   -689.713735     64.303142
+PG29  25371.908480  -5395.024193  -5538.231434    236.342968
+PG30  15724.142175 -15876.154607  14010.412787     90.155236
+PG31  -4417.667356 -22315.830470  13728.104091    135.428927
+PG32 -13118.971260  -8281.224388  21832.836746   -321.559810
+PR01  10877.954230 -21777.174350   7654.109482 999999.999999
+PR02  -2291.720501 -14341.190376  20983.727077 999999.999999
+PR03 -14437.539472 -13021.329806 -16587.662323 999999.999999
+PR04  23741.058042   5593.272205   7492.020900 999999.999999
+PR05 -10923.546442  21782.521009  -7542.621470 999999.999999
+PR06   1640.286672  14847.624356 -20693.781360 999999.999999
+PR07  14134.074669  -2917.390668 -21030.075971 999999.999999
+PR08  17145.283514 -16066.742848  -9916.636850 999999.999999
+PR09  11011.019398  23022.194414   1290.595198 999999.999999
+PR10  14364.343424  12893.261139  16601.435573 999999.999999
+PR11   9403.801520  -4921.637451  23188.276304 999999.999999
+PR12  -1318.487850 -20396.091567  15348.269912 999999.999999
+PR13 -11315.544137 -22850.504664  -1062.977370 999999.999999
+PR15  -8032.286855   7291.590277 -23091.101520 999999.999999
+PR16   1236.909175  20265.525704 -15409.725421 999999.999999
+PR17 -24722.635780  -4655.056272  -4464.401233 999999.999999
+PR18 -21723.309798   4093.534740  12848.631449 999999.999999
+PR19  -6250.152524  10021.197980  22605.595694 999999.999999
+PR20  13439.222245  10297.768061  19057.078253 999999.999999
+PR21  24696.938163   4516.813266   4781.195957 999999.999999
+PR22  21761.509791  -4015.009902 -12548.788980 999999.999999
+PR23   6111.679419 -10146.002131 -22600.705382 999999.999999
+PR24 -12878.770786 -10328.437501 -19468.469701 999999.999999
+*  2011  9  2 10 15  0.00000000
+PG02  13697.960161  22382.806667   5620.091084    354.049478
+PG03  -9381.544019 -13701.934278 -21211.511437    762.887850
+PG04    263.285604  20004.338315  17080.826032    219.319317
+PG05   4727.326630  20427.849371 -16248.198078   -212.546199
+PG06  -3877.196357 -15189.403105 -21301.782945    -80.822065
+PG07 -15191.893585   4261.538331 -21395.186866     24.826351
+PG08  -8867.074551  12029.326395 -21845.678161      9.046185
+PG09  20278.994440  13466.401496  10041.931670    103.028638
+PG10  -8652.341294  24850.617632  -1606.583727    -11.841949
+PG11 -23404.679636 -11769.133051   5012.753299   -182.289639
+PG12  14771.167390   2887.267682  21880.734950     19.762068
+PG13 -26113.893382   4162.777114  -3077.922756    253.480021
+PG14  12795.955076 -13954.522099  18734.526782    170.187681
+PG15  22057.773320   5871.883578 -13714.804249   -108.022852
+PG16  -4817.749902 -19221.401442 -17525.628193   -195.374682
+PG17 -11826.793961  14755.050600  18696.426620    176.814001
+PG18  16310.597903 -16338.450666 -12461.764894    155.311379
+PG19 -19713.518775  -9281.285791 -15456.561124   -179.490145
+PG20 -16163.411779   -577.651974  20917.013737     52.439754
+PG21  13800.813975  -7693.996274 -20955.163573   -168.741140
+PG22  10239.121811 -24423.388213   -752.063324    144.877034
+PG23 -25946.947645   -565.378094   6509.544874    279.248947
+PG24 -20192.464536 -12015.598324  12719.331646    420.491107
+PG25  16798.912013 -10046.084824  17912.114495     16.829179
+PG26  11579.208821  12849.488653 -20863.173275   -143.664453
+PG27  20291.185801  16618.986706   5926.476919    301.094439
+PG28 -12379.287505  22979.922931  -3576.019899     64.305929
+PG29  25874.207803  -5190.054942  -2729.145576    236.345813
+PG30  15408.951519 -14113.273773  16044.469664     90.151194
+PG31  -3291.949454 -21076.470290  15884.498116    135.433808
+PG32 -11997.386755 -10433.686827  21588.981764   -321.565957
+PR01  11178.004761 -22480.084775   4562.387460 999999.999999
+PR02   -975.602770 -16459.276245  19477.663669 999999.999999
+PR03 -15451.484614 -14628.015985 -14161.464492 999999.999999
+PR04  22643.692251   5388.896101  10453.520134 999999.999999
+PR05 -11217.406875  22474.256990  -4446.116513 999999.999999
+PR06    354.644340  16936.604347 -19091.802459 999999.999999
+PR07  12800.587809   -620.702512 -22054.680554 999999.999999
+PR08  16288.558657 -14958.017332 -12701.190923 999999.999999
+PR09  11151.496698  22913.304477  -1925.346070 999999.999999
+PR10  15375.247176  14519.938829  14171.175835 999999.999999
+PR11  10716.150198  -2385.839004  23023.729832 999999.999999
+PR12   -537.660935 -18514.463350  17595.261868 999999.999999
+PR13 -11454.816743 -22699.499655   2167.250112 999999.999999
+PR15  -9332.266257   4739.514027 -23258.887926 999999.999999
+PR16    440.847201  18385.911781 -17660.718205 999999.999999
+PR17 -23994.467594  -4441.730076  -7566.842850 999999.999999
+PR18 -23136.563251   4156.505888  10063.199243 999999.999999
+PR19  -8984.272691   9886.331092  21726.661115 999999.999999
+PR20  10995.273428  10055.236475  20688.957661 999999.999999
+PR21  23927.796913   4312.885560   7868.796417 999999.999999
+PR22  23146.227630  -4067.822806  -9725.584561 999999.999999
+PR23   8843.326298 -10039.138956 -21727.759350 999999.999999
+PR24 -10393.964515 -10116.575302 -21006.068723 999999.999999
+*  2011  9  2 10 30  0.00000000
+PG02  12980.555911  21984.843974   8254.879459    354.051090
+PG03  -7152.726901 -14487.008304 -21535.528825    762.892184
+PG04  -1271.359035  18557.445536  18612.829039    219.329768
+PG05   3979.835525  22021.066589 -14231.422668   -212.550904
+PG06  -1480.876314 -15781.906540 -21150.666338    -80.813221
+PG07 -16714.791723   2414.999764 -20551.882545     24.828057
+PG08 -10397.860171  10018.835168 -22231.530630      9.046646
+PG09  20859.517564  14378.891360   7377.943790    103.030598
+PG10  -8954.718390  24738.939121   1245.632315    -11.842643
+PG11 -23550.463285 -12378.916979   2370.926874   -182.292699
+PG12  13942.008686   5251.034537  21999.990774     19.764355
+PG13 -26302.159154   4015.533172   -180.251535    253.478062
+PG14  14808.715703 -14116.794319  17024.085475    170.189303
+PG15  20456.022518   6433.076820 -15773.134244   -108.021052
+PG16  -4000.636611 -20950.019073 -15623.269544   -195.376768
+PG17 -13851.791407  14941.465730  17053.506222    176.812352
+PG18  16046.120729 -14713.833868 -14621.375288    155.312951
+PG19 -17883.364382  -9640.702440 -17318.672237   -179.493626
+PG20 -15511.205401  -2941.059869  21213.769666     52.440201
+PG21  15390.703389  -5807.652957 -20514.333761   -168.744145
+PG22  10481.138319 -24053.914355  -3536.098706    144.877123
+PG23 -25114.900832   -930.987292   9159.896260    279.246299
+PG24 -20825.430371 -13179.308004  10340.610762    420.494025
+PG25  16262.959660  -7970.964443  19389.517609     16.830808
+PG26   9297.144124  13155.481176 -21786.431316   -143.675828
+PG27  20480.573151  17044.040072   3111.106054    301.097752
+PG28 -12369.219654  22303.997262  -6399.217354     64.308583
+PG29  26068.795446  -4963.469107    127.078546    236.348688
+PG30  15134.653513 -12123.221751  17795.592040     90.147200
+PG31  -1953.804786 -19728.042011  17768.666541    135.438815
+PG32 -11009.982706 -12594.930502  20983.987300   -321.572242
+PR01  11237.336163 -22866.496209   1382.125805 999999.999999
+PR02     82.944941 -18484.586890  17593.809741 999999.999999
+PR03 -16421.347743 -15884.444638 -11461.826751 999999.999999
+PR04  21182.522773   5271.135538  13212.132411 999999.999999
+PR05 -11271.279766  22848.387301  -1263.242777 999999.999999
+PR06   -668.610390  18921.443356 -17119.708914 999999.999999
+PR07  11586.763391   1852.808005 -22650.964835 999999.999999
+PR08  15353.268148 -13504.740387 -15238.860466 999999.999999
+PR09  11086.929834  22454.751179  -5104.094514 999999.999999
+PR10  16342.159146  15794.980453  11463.987355 999999.999999
+PR11  12189.874339      2.986702  22412.026919 999999.999999
+PR12    509.011244 -16474.192331  19502.062067 999999.999999
+PR13 -11378.121506 -22200.998801   5355.420751 999999.999999
+PR15 -10819.015545   2298.804902 -22974.862117 999999.999999
+PR16   -619.291209  16349.387618 -19568.282763 999999.999999
+PR17 -22880.512721  -4282.592094 -10522.975831 999999.999999
+PR18 -24187.771264   4319.068340   7083.698847 999999.999999
+PR19 -11586.796257   9952.422963  20425.631714 999999.999999
+PR20   8364.512319   9993.674739  21918.458523 999999.999999
+PR21  22775.940914   4170.333961  10804.367024 999999.999999
+PR22  24163.134607  -4216.162964  -6711.801742 999999.999999
+PR23  11442.220910 -10130.778942 -20433.258835 999999.999999
+PR24  -7736.526421 -10089.915007 -22136.620771 999999.999999
+*  2011  9  2 10 45  0.00000000
+PG02  12038.962381  21423.039348  10751.852685    354.052610
+PG03  -4947.066492 -15386.186675 -21503.701772    762.897488
+PG04  -2981.492712  17074.884457  19815.505582    219.339601
+PG05   3377.015802  23416.599310 -11968.618581   -212.555557
+PG06    850.306139 -16477.133996 -20630.280769    -80.804438
+PG07 -18254.484684    738.703212 -19356.540779     24.829642
+PG08 -12052.338222   8087.162848 -22232.653659      9.046037
+PG09  21266.370163  15035.723746   4584.418223    103.032083
+PG10  -9171.549572  24330.700855   4075.843889    -11.842787
+PG11 -23468.136690 -12828.077011   -311.052495   -182.295886
+PG12  13245.744771   7647.296884  21741.112483     19.766280
+PG13 -26175.200673   3820.769967   2720.491653    253.476424
+PG14  16605.715390 -14348.486212  15022.522794    170.190858
+PG15  18675.148833   7134.161683 -17561.837501   -108.019974
+PG16  -3346.308175 -22499.499174 -13448.338815   -195.378709
+PG17 -15669.522952  15187.557669  15117.440769    176.810787
+PG18  15792.419304 -12855.123012 -16519.616261    155.314588
+PG19 -15882.486930 -10129.792881 -18887.267288   -179.497453
+PG20 -14968.250876  -5344.339072  21140.676390     52.440793
+PG21  17012.827554  -4054.244398 -19709.754736   -168.745983
+PG22  10653.357826 -23396.655599  -6258.670229    144.877146
+PG23 -24022.822273  -1411.352711  11655.901832    279.243414
+PG24 -21332.904983 -14101.880533   7787.215061    420.497419
+PG25  15799.790446  -5726.711783  20532.230471     16.832420
+PG26   6954.089212  13608.545729 -22356.527394   -143.686665
+PG27  20456.753263  17246.413380    243.816110    301.100871
+PG28 -12301.590205  21322.863040  -9108.870628     64.311135
+PG29  25958.788703  -4678.034217   2981.116684    236.351512
+PG30  14931.823271  -9939.346302  19232.016576     90.143067
+PG31   -409.214172 -18316.402237  19349.204110    135.444009
+PG32 -10167.761347 -14720.256217  20028.911085   -321.578257
+PR01  11098.906066 -22901.683243  -1824.959869 999999.999999
+PR02    884.350322 -20352.645027  15368.678994 999999.999999
+PR03 -17285.954676 -16781.581017  -8540.902463 999999.999999
+PR04  19394.159642   5287.190094  15714.324972 999999.999999
+PR05 -11128.352051  22870.526081   1944.169810 999999.999999
+PR06  -1431.931112  20737.871650 -14815.775725 999999.999999
+PR07  10530.625340   4447.463813 -22807.461403 999999.999999
+PR08  14397.839766 -11722.437711 -17480.297308 999999.999999
+PR09  10774.799765  21683.291170  -8184.261257 999999.999999
+PR10  17203.385799  16708.688737   8532.719678 999999.999999
+PR11  13779.901679   2190.412305  21365.308913 999999.999999
+PR12   1822.318655 -14340.515927  21031.239190 999999.999999
+PR13 -11043.403348 -21393.554519   8439.635581 999999.999999
+PR15 -12451.339407     28.241206 -22244.178555 999999.999999
+PR16  -1943.727454  14221.930273 -21095.751187 999999.999999
+PR17 -21407.927681  -4228.942677 -13275.590374 999999.999999
+PR18 -24851.484624   4529.524191   3967.596687 999999.999999
+PR19 -13993.353366  10196.938029  18727.772285 999999.999999
+PR20   5612.130540  10134.394576  22721.901027 999999.999999
+PR21  21269.915934   4139.701324  13531.109874 999999.999999
+PR22  24787.296012  -4407.728861  -3566.431399 999999.999999
+PR23  13844.464018 -10397.873765 -18742.294414 999999.999999
+PR24  -4972.190743 -10267.262823 -22838.288952 999999.999999
+*  2011  9  2 11  0  0.00000000
+PG02  10865.541951  20733.985488  13069.146886    354.054535
+PG03  -2805.224024 -16382.113228 -21115.679065    762.901859
+PG04  -4846.185120  15598.672022  20668.088272    219.349945
+PG05   2898.309665  24578.346821  -9498.760589   -212.560474
+PG06   3073.486611 -17254.055669 -19749.101899    -80.795782
+PG07 -19767.988876   -746.409081 -17830.220208     24.831126
+PG08 -13796.960878   6274.181582 -21850.831461      9.046239
+PG09  21464.158315  15455.047133   1710.899579    103.035250
+PG10  -9338.846605  23621.519337   6833.947929    -11.843866
+PG11 -23140.952940 -13142.891556  -2987.817622   -182.298700
+PG12  12692.734291  10027.158321  21109.062563     19.768601
+PG13 -25742.643993   3540.072430   5574.563605    253.474152
+PG14  18156.349849 -14615.674664  12763.463751    170.192677
+PG15  16756.769177   7986.827975 -19050.002144   -108.018542
+PG16  -2837.028535 -23828.594586 -11038.413977   -195.380481
+PG17 -17250.149501  15460.262144  12920.836626    176.809031
+PG18  15581.713240 -10791.022015 -18122.439241    155.316407
+PG19 -13753.521886 -10761.608683 -20135.035525   -179.501100
+PG20 -14544.021131  -7740.949519  20699.217703     52.440762
+PG21  18628.088722  -2459.468507 -18557.862702   -168.748324
+PG22  10790.944266 -22452.597185  -8872.266644    144.876779
+PG23 -22700.762251  -2032.612480  13955.271568    279.240449
+PG24 -21677.479963 -14790.764426   5102.349939    420.501368
+PG25  15435.018138  -3353.716847  21320.559501     16.834032
+PG26   4597.097372  14207.849239 -22563.644636   -143.697274
+PG27  20189.798714  17251.377430  -2627.516266    301.105762
+PG28 -12215.865060  20042.745552 -11656.070844     64.313982
+PG29  25556.061556  -4298.264074   5783.762831    236.354384
+PG30  14825.420655  -7601.539052  20327.555259     90.139045
+PG31   1327.361857 -16886.693620  20600.023346    135.449104
+PG32  -9473.848081 -16764.541538  18740.403338   -321.584527
+PR01  10812.479058 -22562.326427  -4996.616403 999999.999999
+PR02   1441.190034 -22002.189418  12845.403217 999999.999999
+PR03 -17985.368564 -17323.718866  -5455.086004 999999.999999
+PR04  17325.865362   5476.720705  17911.540673 999999.999999
+PR05 -10838.561843  22517.745909   5113.812259 999999.999999
+PR06  -1949.909281  22325.277279 -12224.687758 999999.999999
+PR07   9660.073315   7101.444813 -22521.237929 999999.999999
+PR08  13478.151058  -9639.144701 -19381.910567 999999.999999
+PR09  10181.753295  20645.325563 -11106.377003 999999.999999
+PR10  17898.499627  17264.941650   5434.649341 999999.999999
+PR11  15432.904167   4131.577873  19904.131899 999999.999999
+PR12   3390.331553 -12179.450677  22152.546593 999999.999999
+PR13 -10418.211116 -20325.298386  11359.973250 999999.999999
+PR15 -14178.622619  -2021.938470 -21080.694444 999999.999999
+PR16  -3520.027360  12069.999068 -22213.911730 999999.999999
+PR17 -19615.604946  -4326.146873 -15771.364987 999999.999999
+PR18 -25115.016055   4732.939226    774.978328 999999.999999
+PR19 -16146.207672  10586.611819  16666.058435 999999.999999
+PR20   2807.127373  10486.823476  23083.911757 999999.999999
+PR21  19449.817209   4265.328722  15996.197106 999999.999999
+PR22  25006.949996  -4587.157734   -351.118004 999999.999999
+PR23  15992.845366 -10806.755740 -16687.643367 999999.999999
+PR24  -2169.969546 -10655.478043 -23097.526459 999999.999999
+*  2011  9  2 11 15  0.00000000
+PG02   9460.419683  19956.199468  15167.714621    354.056262
+PG03   -764.510819 -17450.863461 -20376.798862    762.905843
+PG04  -6837.259534  14167.561269  21156.212594    219.359746
+PG05   2517.219830  25476.354230  -6864.478206   -212.565144
+PG06   5150.290682 -18085.261933 -18522.049916    -80.787076
+PG07 -21210.501929  -2027.708861 -15999.520540     24.832782
+PG08 -15592.477960   4613.135638 -21094.403307      9.045910
+PG09  21423.250847  15662.574015  -1192.310178    103.037780
+PG10  -9493.330518  22616.070518   9470.954629    -11.845581
+PG11 -22558.750936 -13353.066448  -5614.434437   -182.301953
+PG12  12284.989042  12341.224262  20115.168196     19.771023
+PG13 -25022.895222   3137.984514   8332.846263    253.473009
+PG14  19437.747445 -14880.426323  10285.102408    170.194222
+PG15  14745.341188   8995.119787 -20211.764251   -108.016961
+PG16  -2448.147635 -24901.784924  -8435.356043   -195.382654
+PG17 -18571.350745  15722.722277  10500.978244    176.807869
+PG18  15441.604408  -8557.119649 -19401.271776    155.317995
+PG19 -11542.046069 -11541.504502 -21039.927833   -179.504927
+PG20 -14240.316238 -10083.773382  19897.365394     52.441718
+PG21  20195.082051  -1041.261951 -17081.109192   -168.750540
+PG22  10928.855806 -21231.228814 -11331.132581    144.876847
+PG23 -21184.617523  -2814.763291  16018.858511    279.237848
+PG24 -21825.165527 -15260.979412   2331.364258    420.505106
+PG25  15187.379771   -896.950993  21740.946892     16.835570
+PG26   2272.791655  14944.403207 -22403.486939   -143.708282
+PG27  19656.416673  17090.016978  -5454.193765    301.108979
+PG28 -12150.450240  18479.462695 -13994.436166     64.316529
+PG29  24880.737829  -3791.991385   8486.783172    236.357279
+PG30  14833.681972  -5154.859101  21062.153479     90.135151
+PG31   3233.388777 -15481.669906  21500.727066    135.454311
+PG32  -8923.530834 -18683.761450  17140.409101   -321.590638
+PR01  10432.304010 -21837.611353  -8071.260990 999999.999999
+PR02   1777.414672 -23377.647485  10072.902096 999999.999999
+PR03 -18463.511278 -17528.075680  -2263.942840 999999.999999
+PR04  15033.725367   5869.969393  19761.137119 999999.999999
+PR05 -10456.264626  21779.659440   8184.109328 999999.999999
+PR06  -2248.408936  23629.155433  -9396.677530 999999.999999
+PR07   8991.808927   9749.123019 -21797.945730 999999.999999
+PR08  12645.096926  -7294.485348 -20906.716647 999999.999999
+PR09   9285.238737  19394.889807 -13814.021009 999999.999999
+PR10  18371.029281  17480.800568   2230.340175 999999.999999
+PR11  17089.466163   5792.800989  18057.051253 999999.999999
+PR12   5188.624227 -10055.158423  22843.549917 999999.999999
+PR13  -9481.316918 -19051.851290  14059.656382 999999.999999
+PR15 -15942.843663  -3811.914128 -19506.727464 999999.999999
+PR16  -5323.415518   9957.877953 -22901.539366 999999.999999
+PR17 -17552.681349  -4611.504362 -17961.891281 999999.999999
+PR18 -24978.888138   4873.673038  -2432.586233 999999.999999
+PR19 -17996.442648  11078.970933  14280.537643 999999.999999
+PR20     19.666741  11048.039285  22997.703346 999999.999999
+PR21  17365.753020   4583.267618  18151.786647 999999.999999
+PR22  24823.936682  -4698.636475   2871.082164 999999.999999
+PR23  17839.003208 -11314.667938 -14309.139531 999999.999999
+PR24    600.474763 -11249.111375 -22909.332536 999999.999999
+*  2011  9  2 11 30  0.00000000
+PG02   7831.686609  19128.641061  17011.940549    354.058054
+PG03   1142.326010 -18562.726174 -19298.081723    762.910137
+PG04  -8920.247903  12815.591231  21272.140045    219.369342
+PG05   2202.530019  26087.922000  -4111.313082   -212.570065
+PG06   7048.154031 -18938.017345 -16970.251244    -80.778787
+PG07 -22537.064062  -3101.146813 -13896.103607     24.834482
+PG08 -17395.377411   3129.586570 -19978.000411      9.047707
+PG09  21120.956131  15690.301709  -4075.066802    103.040205
+PG10  -9670.764804  21328.034129  11939.939069    -11.847914
+PG11 -21718.386409 -13490.427761  -8147.097912   -182.305023
+PG12  12016.202275  14541.319130  18776.896300     19.773022
+PG13 -24042.451821   2583.586795  10947.692564    253.471629
+PG14  20435.528700 -15102.360440   7629.592298    170.195960
+PG15  12686.587148  10155.102663 -21026.769298   -108.015348
+PG16  -2149.253099 -25690.624892  -5684.561740   -195.384810
+PG17 -19619.062242  15935.815408   7899.223973    176.805809
+PG18  15393.870098  -6194.640811 -20333.579189    155.319783
+PG19  -9295.007725 -12466.767997 -21585.572971   -179.508759
+PG20 -14051.269079 -12326.764481  18749.416169     52.441614
+PG21  21671.667520    190.610485 -15307.391568   -168.752917
+PG22  11100.291194 -19750.316162 -13592.110258    144.876644
+PG23 -19514.855059  -3770.702584  17811.303280    279.235185
+PG24 -21746.756745 -15534.373470   -478.972794    420.508154
+PG25  15067.990733   1595.575779  21786.202705     16.837226
+PG26     25.859403  15801.288265 -21877.395066   -143.718951
+PG27  18841.076913  16798.001034  -8187.473910 999999.999999
+PG28 -12140.954010  16658.020710 -16081.091147     64.319216
+PG29  23960.378979  -3131.808566  11043.747145    236.360150
+PG30  14967.296539  -2647.937036  21422.323349     90.131196
+PG31   5278.967281 -14140.138767  22036.882627    135.459256
+PG32  -8504.587963 -20436.469006  15255.808036   -321.596907
+PR01  10014.611632 -20729.821270 -10989.177274 999999.999999
+PR02   1927.091748 -24431.390200   7104.940289 999999.999999
+PR03 -18670.642074 -17423.863597    970.920192 999999.999999
+PR04  12580.465561   6486.284912  21227.211130 999999.999999
+PR05 -10037.723395  20658.991731  11095.417904 999999.999999
+PR06  -2363.226008  24603.321691  -6386.556949 999999.999999
+PR07   8530.749682  12323.562452 -20651.703352 999999.999999
+PR08  11942.385360  -4738.270221 -22025.060077 999999.999999
+PR09   8074.698957  17991.347246 -16254.891946 999999.999999
+PR10  18570.998260  17385.567105  -1017.564627 999999.999999
+PR11  18686.521732   7152.712954  15860.054976 999999.999999
+PR12   7181.032848  -8027.392932  23090.111817 999999.999999
+PR13  -8223.871575 -17633.935873  16486.159327 999999.999999
+PR15 -17680.924726  -5313.723327 -17552.645421 999999.999999
+PR16  -7317.612835   7945.136349 -23145.768691 999999.999999
+PR17 -15276.635936  -5112.461662 -19804.608530 999999.999999
+PR18 -24456.754912   4897.944979  -5593.206303 999999.999999
+PR19 -19505.788610  11624.256555  11617.552374 999999.999999
+PR20  -2681.603763  11802.841798  22465.186962 999999.999999
+PR21  15075.906809   5119.542274  19955.947924 999999.999999
+PR22  24253.562437  -4688.538999   6036.974792 999999.999999
+PR23  19345.224711 -11871.692252 -11652.906460 999999.999999
+PR24   3271.478017 -12030.574719 -22277.346607 999999.999999
+*  2011  9  2 11 45  0.00000000
+PG02   5995.317933  18289.218644  18570.219072    354.059633
+PG03   2888.163806 -19683.213629 -17896.150120    762.914985
+PG04 -11055.600751  11570.851788  21014.842396    219.379309
+PG05   1919.716806  26398.445884  -1286.920232   -212.574885
+PG06   8741.413904 -19775.547751 -15120.675627    -80.770188
+PG07 -23704.229401  -3971.188556 -11556.139184     24.836097
+PG08 -19159.476485   1840.673875 -18522.187241      9.048836
+PG09  20542.414085  15575.025951  -6888.249107    103.041996
+PG10  -9904.326567  19779.677417  14196.958949    -11.849193
+PG11 -20623.913309 -13587.560044 -10543.792086   -182.307793
+PG12  11872.106339  16582.155697  17117.529156     19.775444
+PG13 -22834.910016   1851.908745  13373.758918    253.469727
+PG14  21144.251512 -15240.330055   4842.356118    170.197698
+PG15  10625.873208  11454.843639 -21480.546189   -108.013998
+PG16  -1905.562624 -26174.826187  -2834.139813   -195.386953
+PG17 -20387.903116  16059.793250   5160.315793    176.804767
+PG18  15453.516830  -3748.968859 -20903.288272    155.321498
+PG19  -7059.099510 -13526.562260 -21761.611554   -179.512182
+PG20 -13963.667577 -14426.555230  17275.711446     52.442612
+PG21  23016.548910   1234.627646 -13269.404379   -168.755186
+PG22  11335.206134 -18035.352115 -15615.441047    144.876402
+PG23 -17735.070890  -4905.533322  19301.630889    279.232620
+PG24 -21419.033625 -15638.633500  -3281.215369    420.511610
+PG25  15079.909821   4074.473789  21455.625155     16.838857
+PG26  -2102.398064  16754.162752 -20992.408929   -143.729888
+PG27  17736.886751  16414.153316 -10779.398604    301.115683
+PG28 -12218.552549  14611.822516 -17877.594707     64.321920
+PG29  22828.899692  -2296.320634  13410.821135    236.363057
+PG30  15228.907057   -131.225924  21401.438083     90.127039
+PG31   7427.816132 -12895.577699  22200.198358    135.464222
+PG32  -8197.890652 -21985.186747  13117.996499   -321.603004
+PR01   9615.038323 -19254.397356 -13693.676142 999999.999999
+PR02   1932.720043 -25125.675066   3999.089481 999999.999999
+PR03 -18565.590916 -17050.874643   4187.024306 999999.999999
+PR04  10033.007428   7333.116857  22281.292968 999999.999999
+PR05  -9638.529503  19171.618645  13791.187209 999999.999999
+PR06  -2338.329320  25211.797290  -3252.661221 999999.999999
+PR07   8269.953883  14759.080756 -19104.817890 999999.999999
+PR08  11404.654408  -2028.671145 -22715.191180 999999.999999
+PR09   6552.271815  16496.881547 -18381.801613 999999.999999
+PR10  18457.201925  17019.330279  -4245.592483 999999.999999
+PR11  20159.959237   8202.876727  13355.857489 999999.999999
+PR12   9320.921797  -6149.133979  22886.720870 999999.999999
+PR13  -6650.045611 -16134.791471  18592.235277 999999.999999
+PR15 -19327.320673  -6512.198619 -15256.293773 999999.999999
+PR16  -9456.160384   6084.312192 -22942.305166 999999.999999
+PR17 -12851.054482  -5845.242459 -21263.630338 999999.999999
+PR18 -23574.799947   4756.329746  -8645.842792 999999.999999
+PR19 -20648.014760  12167.670154   8728.840090 999999.999999
+PR20  -5232.161195  12724.356919  21496.917021 999999.999999
+PR21  12644.276099   5888.836433  21373.479911 999999.999999
+PR22  23323.905094  -4507.973534   9084.504331 999999.999999
+PR23  20485.812828 -12422.994464  -8770.468046 999999.999999
+PR24   5779.935851 -12970.835540 -21213.779038 999999.999999
+*  2011  9  2 12  0  0.00000000
+PG02   3974.805214  17473.335190  19815.486586    354.061438
+PG03   4452.371591 -20774.270732 -16193.069367    762.918198
+PG04 -13200.098997  10454.511777  20389.949570    219.389406
+PG05   1632.496495  26401.953353   1559.772086   -212.579433
+PG06  10212.126274 -20558.508683 -13005.654566    -80.762184
+PG07 -24671.685112  -4650.427618  -9019.685510     24.837616
+PG08 -20837.600918    754.709781 -16753.020132      9.049342
+PG09  19681.178977  15356.713358  -9584.561129    103.043702
+PG10 -10223.087160  18001.093377  16201.914439    -11.851210
+PG11 -19286.513437 -13676.438907 -12764.909022   -182.310964
+PG12  11831.143447  18422.894579  15165.747662     19.777621
+PG13 -21439.703812    925.118340  15568.809166    253.467981
+PG14  21567.520999 -15254.157118   1971.323929    170.199510
+PG15   8606.604945  12874.707865 -21564.786004   -108.012385
+PG16  -1679.499994 -26343.026939     65.971877   -195.388918
+PG17 -20881.273652  16055.971183   2331.613023    176.803427
+PG18  15628.135537  -1268.004533 -21101.063368    155.322921
+PG19  -4879.133976 -14702.188246 -21563.938859   -179.515753
+PG20 -13957.578492 -16343.957806  15502.247202     52.442590
+PG21  24190.796799   2097.255889 -11003.933899   -168.757457
+PG22  11658.961687 -16118.707121 -17365.508956    144.876397
+PG23 -15890.434618  -6216.160079  20463.790617    279.229740
+PG24 -20825.751406 -15606.085690  -6027.996273    420.514184
+PG25  15218.030905   6490.685138  20755.007337     16.840445
+PG26  -4075.414267  17772.045230 -19761.270749   -143.741530
+PG27  16346.166383  15978.869255 -13183.666530    301.118281
+PG28 -12408.536553  12381.515329 -19350.786268     64.324941
+PG29  21525.254736  -1271.161823  15547.511478    236.365935
+PG30  15612.957998   2344.826218  20999.877632     90.122939
+PG31   9638.489966 -11774.970735  21988.603896    135.469040
+PG32  -7978.257535 -23297.663069  10762.416045   -321.609096
+PR01   9286.085569 -17439.463015 -16132.198478 999999.999999
+PR02   1843.186779 -25434.195797    815.615085 999999.999999
+PR03 -18117.653473 -16457.638896   7322.207056 999999.999999
+PR04   7459.861844   8405.521249  22902.897375 999999.999999
+PR05  -9311.063840  17346.069099  16219.058052 999999.999999
+PR06  -2223.757817  25430.288074    -55.724812 999999.999999
+PR07   8191.058368  16993.767217 -17187.349606 999999.999999
+PR08  11055.989742    769.952177 -22963.689532 999999.999999
+PR09   4732.967939  14973.891132 -20153.573961 999999.999999
+PR10  17999.124067  16431.068096  -7390.706370 999999.999999
+PR11  21447.284899   8947.863794  10593.067889 999999.999999
+PR12  11552.911095  -4464.509465  22236.654307 999999.999999
+PR13  -4777.126651 -14617.500187  20336.842337 999999.999999
+PR15 -20816.738521  -7405.362853 -12662.270464 999999.999999
+PR16 -11684.173142   4418.910446 -22295.473743 999999.999999
+PR17 -10343.151642  -6813.955021 -22310.447618 999999.999999
+PR18 -22370.634731   4406.078895 -11531.468367 999999.999999
+PR19 -21409.828706  12651.846335   5670.527431 999999.999999
+PR20  -7574.036089  13775.146887  20111.870586 999999.999999
+PR21  10138.179855   6893.661277  22376.605604 999999.999999
+PR22  22074.591010  -4115.127279  11954.004882 999999.999999
+PR23  21247.963124 -12911.291861  -5717.753240 999999.999999
+PR24   8069.673793 -14030.607395 -19739.179724 999999.999999
+*  2011  9  2 12 15  0.00000000
+PG02   1800.511017  16712.526553  20725.700342    354.063013
+PG03   5821.449982 -21795.646041 -14216.104910    762.922133
+PG04 -15308.407166   9480.146120  19409.567371    219.399338
+PG05   1304.445028  26101.314668   4379.427883   -212.584328
+PG06  11450.574383 -21246.574786 -10662.290433    -80.753802
+PG07 -25403.758781  -5158.892892  -6330.014790     24.839138
+PG08 -22383.288599   -128.885984 -14701.535961      9.048207
+PG09  18539.481975  15076.800098 -12119.261773    103.045301
+PG10 -10650.669330  16029.124707  17919.327606    -11.852625
+PG11 -17724.180066 -13787.105543 -14773.822673   -182.314076
+PG12  11865.421808  20028.536530  12955.130271     19.779542
+PG13 -19900.622180   -206.560562  17494.474651    253.467108
+PG14  21717.755565 -15106.353455   -933.888578    170.200982
+PG15   6668.700351  14387.963467 -21277.518755   -108.010720
+PG16  -1432.389226 -26193.215662   2964.929249   -195.390580
+PG17 -21111.114916  15888.398973   -537.737277    176.801607
+PG18  15917.584004   1199.566034 -20924.430518    155.324726
+PG19  -2796.482575 -15967.662864 -20994.848154   -179.519464
+PG20 -14007.245542 -18045.301077  13460.183294     52.443290
+PG21  25159.258528   2792.388791  -8551.116710   -168.760125
+PG22  12091.161725 -14038.511046 -18811.509022    144.876234
+PG23 -14026.074978  -7691.195429  21277.129492    279.226987
+PG24 -19958.384448 -15472.328906  -8672.784808    420.517303
+PG25  15469.305002   8797.181934  19696.530626     16.842039
+PG26  -5862.559512  18818.352914 -18202.362469   -143.752803
+PG27  14680.686354  15532.435843 -15356.532628    301.121878
+PG28 -12729.109356  10013.523437 -20473.521071     64.327395
+PG29  20091.948875    -49.737140  17417.344794    236.368848
+PG30  16105.899911   4731.603667  20225.020613     90.118923
+PG31  11865.785947 -10797.904942  21406.237055    135.473902
+PG32  -7815.531794 -24347.951960   8228.032110   -321.615285
+PR01   9074.722657 -15324.831051 -18257.338256 999999.999999
+PR02   1711.454153 -25343.173429  -2383.691075 999999.999999
+PR03 -17308.068282 -15699.231516  10315.808092 999999.999999
+PR04   4928.469274   9686.199229  23079.921094 999999.999999
+PR05  -9102.106094  15222.511463  18331.879657 999999.999999
+PR06  -2073.262887  25247.195436   3142.289268 999999.999999
+PR07   8265.209673  18971.853579 -14936.528228 999999.999999
+PR08  10908.905246   3589.483822 -22765.725095 999999.999999
+PR09   2644.316848  13482.392600 -21535.833401 999999.999999
+PR10  17178.410242  15676.386964 -10391.557345 999999.999999
+PR11  22490.234842   9404.789461   7625.248723 999999.999999
+PR12  13814.997095  -3007.095392  21151.967138 999999.999999
+PR13  -2635.066929 -13142.336620  21685.950058 999999.999999
+PR15 -22086.872304  -8004.264552  -9821.061081 999999.999999
+PR16 -13940.450272   2981.796511 -21218.106604 999999.999999
+PR17  -7821.151924  -8010.216161 -22924.493992 999999.999999
+PR18 -20891.741447   3813.171227 -14194.194658 999999.999999
+PR19 -21791.246449  13019.448012   2502.038123 999999.999999
+PR20  -9657.962843  14908.779083  18337.066797 999999.999999
+PR21   7625.635912   8124.042142  22945.528867 999999.999999
+PR22  20555.098386  -3477.305165  14589.397028 999999.999999
+PR23  21632.114274 -13279.439370  -2554.013663 999999.999999
+PR24  10093.529218 -15161.987710 -17882.048411 999999.999999
+*  2011  9  2 12 30  0.00000000
+PG02   -491.235974  16033.242387  21284.255277    354.064965
+PG03   6989.415574 -22706.380291 -11997.391450    762.928431
+PG04 -17334.702891   8653.383894  18091.974495    219.409642
+PG05    900.625778  25508.119816   7123.177658   -212.589181
+PG06  12455.447572 -21800.084323  -8131.768802    -80.745099
+PG07 -25870.759118  -5523.078800  -3532.894229     24.840656
+PG08 -23752.455865   -819.317812 -12403.183101      9.049134
+PG09  17128.174882  14776.482594 -14450.816253    103.048016
+PG10 -11204.139867  13906.019433  19319.021378    -11.854617
+PG11 -15961.169041 -13946.428240 -16537.414504   -182.316854
+PG12  11941.919138  21371.096845  10523.576613     19.781868
+PG13 -18264.160476  -1544.242594  19116.955059    253.464451
+PG14  21615.614374 -14763.758479  -3822.847941    170.202712
+PG15   4847.199126  15961.674275 -20623.182861   -108.009422
+PG16  -1126.195916 -25732.791475   5811.924311   -195.392677
+PG17 -21097.336414  15525.444409  -3397.678023    176.800031
+PG18  16314.006614   3606.018722 -20377.750794    155.326454
+PG19   -847.638425 -17290.596218 -20063.067260   -179.523169
+PG20 -14082.223731 -19503.552039  11185.263668     52.443547
+PG21  25891.805985   3340.516822  -5953.681057   -168.761844
+PG22  12644.728833 -11837.310639 -19928.025184    144.876158
+PG23 -12185.465103  -9311.184930  21726.789894    279.224467
+PG24 -18816.595396 -15274.750363 -11170.637714    420.520468
+PG25  15813.283589  10950.586159  18298.547045     16.843666
+PG26  -7440.152619  19852.169742 -16339.569806   -143.763983
+PG27  12761.540161  15113.319249 -17257.714331    301.125404
+PG28 -13190.495918   7558.329235 -21225.268986     64.329975
+PG29  18573.428004   1366.338981  18988.475080    236.372004
+PG30  16686.740753   6984.070930  19091.082808     90.114709
+PG31  14062.287551  -9975.956013  20463.340494    135.479189
+PG32  -7675.844311 -25117.279880   5556.766340   -321.621537
+PR01   9020.234446 -12960.534272 -20027.765937 999999.999999
+PR02   1592.073300 -24851.942655  -5536.709437 999999.999999
+PR03 -16131.013258 -14834.819163  13109.830685 999999.999999
+PR04   2502.596160  11146.068262  22808.879394 999999.999999
+PR05  -9050.693437  12851.266045  20088.624363 999999.999999
+PR06  -1941.795276  24664.116902   6279.384561 999999.999999
+PR07   8454.448673  20645.840147 -12396.032027 999999.999999
+PR08  10963.829417   6360.640961 -22125.152050 999999.999999
+PR09    325.493937  12077.539795 -22501.668162 999999.999999
+PR10  15989.834751  14814.997925 -13189.697819 999999.999999
+PR11  23237.227443   9602.328253   4509.883279 999999.999999
+PR12  16040.980525  -1798.668601  19653.303672 999999.999999
+PR13   -265.497788 -11764.252866  22613.210222 999999.999999
+PR15 -23081.036559  -8332.259607  -6788.050825 999999.999999
+PR16 -16159.854799   1794.047247 -19731.274298 999999.999999
+PR17  -5351.636896  -9413.310134 -23093.562074 999999.999999
+PR18 -19193.522798   2954.005550 -16582.345890 999999.999999
+PR19 -21805.417993  13215.773787   -715.063966 999999.999999
+PR20 -11445.164589  16071.787137  16207.034437 999999.999999
+PR21   5172.716016   9557.740262  23068.841762 999999.999999
+PR22  18822.662173  -2572.573631  16939.304199 999999.999999
+PR23  21651.757862 -13473.024882    659.325040 999999.999999
+PR24  11815.060046 -16310.475366 -15678.293400 999999.999999
+*  2011  9  2 12 45  0.00000000
+PG02  -2859.278032  15455.816533  21480.329773    354.066715
+PG03   7957.909147 -23466.361757  -9573.510398    762.932099
+PG04 -19234.316306   7971.885065  16461.210803    219.419522
+PG05    389.159615  24642.226065   9743.484420   -212.594272
+PG06  13233.683539 -22181.670099  -5458.589301    -80.736634
+PG07 -26050.101443  -5774.736053   -675.833202     24.842270
+PG08 -24904.968061  -1333.829787  -9897.205984      9.050750
+PG09  15466.367586  14495.062402 -16541.466947    103.049122
+PG10 -11893.185741  11677.876330  20376.681441    -11.856075
+PG11 -14027.237714 -14176.992381 -18026.548346   -182.320136
+PG12  12023.886705  22430.519588   7912.665446     19.783962
+PG13 -16577.769589  -3080.114742  20407.645298    253.462611
+PG14  21289.105255 -14199.026287  -6645.201116    170.204308
+PG15   3171.062571  17557.848673 -19612.583769   -108.008147
+PG16   -725.242651 -24978.258202   8557.125633   -195.394588
+PG17 -20866.931755  14941.223587  -6198.150680    176.798383
+PG18  16802.185496   5906.279819 -19472.048873    155.328092
+PG19    937.040096 -18633.339400 -18783.682557   -179.526719
+PG20 -14148.702556 -20699.179837   8717.160354     52.443998
+PG21  26364.381135   3767.669127  -3256.186989   -168.764151
+PG22  13325.258161  -9560.556534 -20695.504354    144.876014
+PG23 -10408.867361 -11049.147671  21804.021968    279.221640
+PG24 -17408.410499 -15050.977412 -13478.933546    420.524347
+PG25  16222.961426  12912.649298  16585.254804     16.845262
+PG26  -8792.242575  20829.709325 -14202.064689   -143.774870
+PG27  10618.638962  14756.491560 -18851.280046    301.126955
+PG28 -13794.406972   5068.579578 -21592.556069     64.333037
+PG29  17014.413505   2967.122997  20234.208594    236.375229
+PG30  17327.919034   9062.366348  17618.807665     90.110527
+PG31  16179.989922  -9312.381951  19176.071890    135.484282
+PG32  -7523.020517 -25594.669815   2792.885990   -321.627740
+PR01   9152.405619 -10404.939923 -21409.034215 999999.999999
+PR02   1538.631225 -23973.008195  -8582.199340 999999.999999
+PR03 -14594.078101 -13925.047303  15650.057608 999999.999999
+PR04    239.894841  12745.343119  22094.977069 999999.999999
+PR05  -9186.319323  10290.905278  21455.182643 999999.999999
+PR06  -1882.942687  23695.815151   9294.727824 999999.999999
+PR07   8713.489889  21978.289753  -9615.143281 999999.999999
+PR08  11209.119077   9015.613741 -21054.433581 999999.999999
+PR09  -2174.038226  10807.360521 -23032.156414 999999.999999
+PR10  14441.720473  13908.039602 -15730.730151 999999.999999
+PR11  23645.554593   9579.252440   1307.270762 999999.999999
+PR12  18163.101310   -848.468544  17769.531334 999999.999999
+PR13   2279.749526 -10530.604790  23100.478398 999999.999999
+PR15 -23750.585204  -8423.769592  -3622.432912 999999.999999
+PR16 -18275.865307    864.303310 -17863.866756 999999.999999
+PR17  -2996.967821 -10990.878658 -22814.061361 999999.999999
+PR18 -17337.037846   1816.663364 -18649.459033 999999.999999
+PR19 -21477.916757  13191.266756  -3918.273789 999999.999999
+PR20 -12908.700863  17205.942045  13763.138331 999999.999999
+PR21   2840.987480  11161.003699  22743.772940 999999.999999
+PR22  16939.873053  -1390.938352  18958.064775 999999.999999
+PR23  21332.715744 -13442.863774   3859.855887 999999.999999
+PR24  13209.810276 -17417.284750 -13170.547962 999999.999999
+*  2011  9  2 13  0  0.00000000
+PG02  -5258.961365  14993.668437  21309.150926    354.068128
+PG03   8736.015999 -24037.892659  -6984.973857    762.936106
+PG04 -20965.314454   7425.639757  14546.570684    219.429964
+PG05   -257.326061  23530.994175  12194.984725   -212.598991
+PG06  13799.981898 -22357.808730  -2689.732558    -80.728361
+PG07 -25927.177417  -5949.469141   2192.692764     24.843782
+PG08 -25806.061176  -1696.832709  -7225.993549      9.050242
+PG09  13580.781424  14268.401780 -18357.723800    103.051356
+PG10 -12719.608319   9392.947565  21074.288519    -11.855584
+PG11 -11956.698195 -14496.155837 -19216.492178   -182.323347
+PG12  12072.400045  23195.299136   5166.957234     19.786273
+PG13 -14888.071272  -4797.524114  21343.674599    253.461338
+PG14  20772.405692 -13391.899676  -9351.586472    170.206338
+PG15   1662.211596  19134.802269 -18262.739938   -108.006541
+PG16   -197.826550 -23954.565669  11152.595923   -195.396652
+PG17 -20452.815958  14116.816848  -8890.015715    176.796826
+PG18  17360.202239   8059.485739 -18224.707337    155.329909
+PG19   2534.353411 -19954.362658 -17177.946446   -179.530361
+PG20 -14170.963865 -21620.731270   6098.755276     52.444521
+PG21  26559.808907   4104.175131   -504.278379   -168.766646
+PG22  14130.676857  -7254.981130 -21100.616023    144.876060
+PG23  -8731.896934 -12871.417602  21506.401945    279.218931
+PG24 -15750.092001 -14837.321998 -15558.080438    420.529565
+PG25  16665.885485  14651.535403  14586.273059     16.846838
+PG26  -9911.125106  21705.929518 -11823.997864   -143.786220
+PG27   8289.831997  14491.871543 -20106.491840    301.130052
+PG28 -14533.884683   2597.104135 -21569.234373     64.335775
+PG29  15458.243455   4734.545394  21133.439209    236.378144
+PG30  17996.458634  10933.174187  15835.019064     90.106292
+PG31  18171.949215  -8802.133216  17566.231552    135.489131
+PG32  -7320.083696 -25777.299687    -17.645953   -321.633994
+PR01   9490.118679  -7722.525787 -22374.250420 999999.999999
+PR02   1601.239229 -22731.568251 -11460.989957 999999.999999
+PR03 -12718.190316 -13029.376791  17887.100389 999999.999999
+PR04  -1810.272415  14435.082597  20952.012302 999999.999999
+PR05  -9527.548615   7606.020338  22405.023418 999999.999999
+PR06  -1946.426299  22369.656254  12129.824383 999999.999999
+PR07   8991.820175  22943.215817  -6647.796051 999999.999999
+PR08  11621.599616  11490.646442 -19574.399002 999999.999999
+PR09  -4796.321111   9710.804373 -23116.744968 999999.999999
+PR10  12555.794752  13015.363676 -17965.367108 999999.999999
+PR11  23683.221314   9382.556117  -1920.629960 999999.999999
+PR12  20114.768917   -153.002831  15537.200798 999999.999999
+PR13   4940.556605  -9479.215427  23138.175611 999999.999999
+PR15 -24057.011173  -8322.569933   -386.035838 999999.999999
+PR16 -20223.196007    188.646215 -15652.032865 999999.999999
+PR17   -812.890341 -12700.116274 -22091.111408 999999.999999
+PR18 -15386.515936    401.686164 -20355.191342 999999.999999
+PR19 -20845.523419  12903.818029  -7045.362367 999999.999999
+PR20 -14034.324512  18250.738376  11052.777581 999999.999999
+PR21    685.147694  12889.819504  21976.270357 999999.999999
+PR22  14972.075640     64.993926  20606.619268 999999.999999
+PR23  20711.915604 -13147.286579   6985.403920 999999.999999
+PR24  14266.080431 -18421.860340 -10407.356408 999999.999999
+*  2011  9  2 13 15  0.00000000
+PG02  -7643.620325  14652.770213  20772.169952    354.070095
+PG03   9339.796820 -24387.207156  -4275.615707    762.941090
+PG04 -22489.970045   6997.571043  12382.016445    219.440352
+PG05  -1060.427612  22208.243886  14435.288572   -212.603764
+PG06  14176.011037 -22300.223876    126.217492    -80.719549
+PG07 -25495.937699  -6085.193206   5024.030483     24.845345
+PG08 -26427.567754  -1938.778579  -4434.400758      9.048210
+PG09  11504.848684  14127.539733 -19870.776273    103.052623
+PG10 -13677.155298   7099.871670  21400.412931    -11.856486
+PG11  -9787.316834 -14915.301302 -20087.284497   -182.326097
+PG12  12047.997493  23662.787308   2333.252111     19.788654
+PG13 -13239.110424  -6671.419824  21908.345374    253.459747
+PG14  20104.442039 -12330.216264 -11894.538735    170.208162
+PG15    334.841601  20648.683069 -16596.616558   -108.005104
+PG16    482.328389 -22694.126790  13553.166456   -195.398444
+PG17 -19892.430377  13041.217631 -11425.964781    176.795371
+PG18  17960.375952  10030.352294 -16659.040693    155.331387
+PG19   3929.008796 -21209.813285 -15272.966690   -179.534139
+PG20 -14112.915462 -22265.098477   3375.374637     52.444885
+PG21  26468.356786   4383.296926   2256.042916   -168.768858
+PG22  15051.223614  -4966.933423 -21136.489628    144.875623
+PG23  -7184.260299 -14738.759100  20837.948222    279.216346
+PG24 -13865.709078 -14667.275395 -17372.186852    420.531945
+PG25  17105.486278  16142.858959  12336.123715     16.848425
+PG26 -10797.565741  22436.247141  -9244.094254   -143.797020
+PG27   5819.674639  14342.953983 -20998.572009    301.133135
+PG28 -15393.536496    194.936992 -21156.572604     64.338491
+PG29  13945.283462   6642.928265  21670.988449    236.381036
+PG30  18655.352607  12570.819126  13772.050930     90.102153
+PG31  19993.897934  -8432.177108  15660.911640    135.494192
+PG32  -7030.803659 -25670.580132  -2827.855674   -321.640145
+PR01  10040.425540  -4981.409895 -22904.602510 999999.999999
+PR02   1824.169719 -21164.524423 -14117.132015 999999.999999
+PR03 -10536.994926 -12203.480737  19777.361849 999999.999999
+PR04  -3608.655595  16159.138454  19402.114825 999999.999999
+PR05 -10081.107682   4864.746707  22919.707182 999999.999999
+PR06  -2175.762059  20724.540008  14729.649579 999999.999999
+PR07   9236.028182  23527.007446  -3551.534356 999999.999999
+PR08  12167.608790  13728.453030 -17713.837869 999999.999999
+PR09  -7477.052911   8816.182757 -22753.472557 999999.999999
+PR10  10366.488938  12192.899401 -19850.383307 999999.999999
+PR11  23330.357656   9065.244130  -5111.386555 999999.999999
+PR12  21833.271152    303.592294  12999.840938 999999.999999
+PR13   7650.785558  -8636.857227  22725.482596 999999.999999
+PR15 -23973.635593  -8079.681929   2857.905757 999999.999999
+PR16 -21940.379086   -248.997590 -13138.489101 999999.999999
+PR17   1153.579082 -14489.423843 -20938.466652 999999.999999
+PR18 -13406.750505  -1277.668431 -21666.117458 999999.999999
+PR19 -19954.556219  12320.766928 -10035.588124 999999.999999
+PR20 -14820.814446  19145.991946   8128.470911 999999.999999
+PR21  -1249.049627  14691.617838  20780.914498 999999.999999
+PR22  12984.678748   1779.896183  21853.255549 999999.999999
+PR23  19835.716485 -12554.122329   9975.236291 999999.999999
+PR24  14985.171168 -19264.487108  -7442.244382 999999.999999
+*  2011  9  2 13 30  0.00000000
+PG02  -9966.161060  14431.405343  19877.138744    354.071680
+PG03   9791.538805 -24485.880018  -1491.893316    762.945016
+PG04 -23776.060501   6664.410788  10005.527189    219.450818
+PG05  -2034.925724  20712.970512  16425.723007   -212.608661
+PG06  14389.343496 -21987.085769   2939.975774    -80.711428
+PG07 -24759.166441  -6220.507795   7770.139405     24.846457
+PG08 -26748.907843  -2094.825651  -1569.051261      9.048345
+PG09   9277.594812  14097.510698 -21056.830094    103.054508
+PG10 -14751.694373   4845.911851  21350.367919    -11.855870
+PG11  -7559.096309 -15439.311099 -20624.042762   -182.328885
+PG12  11912.344634  23839.175870   -540.185631     19.790558
+PG13 -11670.714324  -8669.134712  22091.461222    253.458170
+PG14  19327.283047 -11010.602259 -14229.368383    170.209892
+PG15   -804.957544  22055.100652 -14642.749591   -108.003598
+PG16   1334.843861 -21235.552671  15717.249750   -195.400537
+PG17 -19226.171848  11711.972312 -13761.404109    176.793728
+PG18  18570.432522  11790.302353 -14803.765666    155.333041
+PG19   5114.058911 -22355.193754 -13101.278788   -179.537545
+PG20 -13939.639461 -22637.471897    593.990910     52.445221
+PG21  26088.029984   4639.784680   4979.113265   -168.771127
+PG22  16069.749102  -2740.738503 -20802.825176    144.875655
+PG23  -5788.719600 -16607.719029  19809.128253    279.213413
+PG24 -11786.419478 -14570.109935 -18889.684679    420.536625
+PG25  17502.579264  17370.438564   9873.629645     16.849985
+PG26 -11460.709416  22978.293877  -6505.145220   -143.808122
+PG27   3257.885039  14325.697633 -21509.362543    301.135890
+PG28 -16350.143992  -2090.568172 -20363.167672     64.340999
+PG29  12511.466726   8659.797241  21837.846046    236.384166
+PG30  19265.113636  13958.040850  11467.071653     90.098124
+PG31  21605.769759  -8182.123686  13492.071304    135.499262
+PG32  -6621.237124 -25287.945330  -5590.473417   -321.646275
+PR01  10798.132660  -2250.736041 -22989.728404 999999.999999
+PR02   2243.742165 -19319.019084 -16498.987619 999999.999999
+PR03  -8095.710375 -11496.810681  21283.893110 999999.999999
+PR04  -5127.510262  17856.426073  17475.322842 999999.999999
+PR05 -10841.488109   2136.151007  22989.242432 999999.999999
+PR06  -2606.185845  18809.366306  17043.714615 999999.999999
+PR07   9392.266240  23728.853724   -386.400559 999999.999999
+PR08  12804.499856  15680.367115 -15508.938831 999999.999999
+PR09 -10148.016615   8140.066545 -21949.032156 999999.999999
+PR10   7919.712912  11490.209175 -21349.439780 999999.999999
+PR11  22580.144411   8683.878791  -8203.287392 999999.999999
+PR12  23262.343759    548.650039  10207.101532 999999.999999
+PR13  10340.807922  -8018.217172  21870.362362 999999.999999
+PR15 -23486.812964  -7750.960201   6046.010336 999999.999999
+PR16 -23372.205094   -475.944312 -10371.709616 999999.999999
+PR17   2865.896475 -16300.453412 -19378.272437 999999.999999
+PR18 -11460.480094  -3195.706334 -22556.399811 999999.999999
+PR19 -18858.818796  11420.512638 -12830.878342 999999.999999
+PR20 -15279.772475  19834.440830   5046.846266 999999.999999
+PR21  -2926.489031  16507.359268  19180.661529 999999.999999
+PR22  11040.493007   3726.147411  22674.199042 999999.999999
+PR23  18757.855083 -11642.292726  12771.245156 999999.999999
+PR24  15381.090103 -19888.887561  -4332.690288 999999.999999
+*  2011  9  2 13 45  0.00000000
+PG02 -12180.687035  14320.234803  18638.079477    354.073292
+PG03  10118.748573 -24312.065869   1317.893095    762.949534
+PG04 -24797.951516   6397.808495   7458.398457    219.461088
+PG05  -3188.017738  19087.873901  18132.005714   -212.613540
+PG06  14472.166395 -21403.958655   5702.462401    -80.702919
+PG07 -23728.437445  -6393.047845  10384.373131     24.848378
+PG08 -26757.813918  -2203.342764   1322.371703      9.049373
+PG09   6942.344768  14196.399960 -21897.372660    103.057312
+PG10 -15921.717322   2675.272812  20926.222724    -11.856689
+PG11  -5312.980318 -16066.283323 -20817.210953   -182.332309
+PG12  11629.862069  23739.155983  -3404.425130     19.792760
+PG13 -10217.025140 -10751.478467  21889.535633    253.456397
+PG14  18484.412471  -9438.822011 -16314.995869    170.211324
+PG15  -1759.260141  23310.795910 -12434.765095   -108.002216
+PG16   2371.734268 -19622.159485  17607.574060   -195.402637
+PG17 -18495.710796  10135.482067 -15855.288866    176.792185
+PG18  19154.851645  13318.313008 -12692.385925    155.334569
+PG19   6091.009279 -23347.094003 -10700.305579   -179.541431
+PG20 -13618.894697 -22750.983922  -2197.592663     52.445429
+PG21  25424.599945   4908.406918   7620.268760   -168.773670
+PG22  17162.324315   -617.147993 -20105.875821    144.875522
+PG23  -4560.326405 -18432.167163  18436.750838    279.210874
+PG24  -9549.484655 -14569.641543 -20083.893876    420.538908
+PG25  17816.977508  18326.738550   7241.240090     16.851513
+PG26 -11917.667003  23293.648206  -3653.394497   -143.819455
+PG27    657.548817  14447.732555 -21627.847809    301.138830
+PG28 -17373.614753  -4217.445213 -19204.684415     64.343612
+PG29  11187.017667  10746.956889  21631.308364    236.387317
+PG30  19785.422651  15086.421902   8961.323744     90.094044
+PG31  22973.080383  -8025.130489  11096.042267    135.504064
+PG32  -6061.204842 -24650.359643  -8258.672164   -321.652427
+PR01  11745.918090    401.976738 -22627.921381 999999.999999
+PR02   2886.548545 -17250.560996 -18560.236746 999999.999999
+PR03  -5449.504821 -10950.434696  22377.127887 999999.999999
+PR04  -6351.504707  19463.422682  15209.006170 999999.999999
+PR05 -11791.081109   -512.412962  22612.278767 999999.999999
+PR06  -3262.930701  16681.100739  19027.046303 999999.999999
+PR07   9408.740695  23560.650060   2786.224802 999999.999999
+PR08  13482.540343  17308.137364 -13002.584007 999999.999999
+PR09 -12739.685552   7686.688364 -20718.669307 999999.999999
+PR10   5271.157873  10948.337942 -22433.767059 999999.999999
+PR11  21439.214074   8295.987120 -11136.521678 999999.999999
+PR12  24354.488101    619.567694   7213.760994 999999.999999
+PR13  12940.189918  -7625.388370  20589.410125 999999.999999
+PR15 -22596.599838  -7394.480652   9116.011664 999999.999999
+PR16 -24471.922792   -529.371007  -7405.011739 999999.999999
+PR17   4299.289889 -18070.460663 -17440.654995 999999.999999
+PR18  -9605.865160  -5315.104991 -23008.317958 999999.999999
+PR19 -17617.252665  10193.668521 -15376.957477 999999.999999
+PR20 -15434.894366  20264.241512   1867.553501 999999.999999
+PR21  -4323.936722  18273.919575  17206.419097 999999.999999
+PR22   9197.208362   5864.783710  23054.038764 999999.999999
+PR23  17537.099598 -10402.948607  15319.079966 999999.999999
+PR24  15479.734146 -20244.696201  -1139.016931 999999.999999
+*  2011  9  2 14  0  0.00000000
+PG02 -14244.104876  14302.674995  17075.140631    354.075246
+PG03  10352.920372 -23851.512640   4104.452427    762.954606
+PG04 -25537.429013   6165.625642   4784.507426    219.471194
+PG05  -4518.852058  17377.758251  19524.836470   -212.618300
+PG06  14459.822413 -20544.459106   8365.693312    -80.694391
+PG07 -22423.753002  -6637.873049  12822.241513     24.849709
+PG08 -26450.767546  -2304.305702   4191.839797      9.050389
+PG09   4545.298484  14434.661643 -22379.370966    103.059498
+PG10 -17159.148837    627.564103  20136.680441    -11.857622
+PG11  -3089.523623 -16787.500964 -20662.742756   -182.335164
+PG12  11169.255290  23385.267825  -6210.676942     19.794761
+PG13  -8905.265471 -12874.100454  21305.875469    253.455127
+PG14  17618.951416  -7629.765873 -18114.721605    170.213127
+PG15  -2538.038349  24375.285426 -10010.801222   -108.000820
+PG16   3596.765357 -17900.309780  19191.825840   -195.404431
+PG17 -17742.268244   8326.952349 -17670.889203    176.790978
+PG18  19676.332893  14601.456607 -10362.510009    155.336232
+PG19   6869.586566 -24144.907729  -8111.711647   -179.544746
+PG20 -13122.515265 -22626.060415  -4951.560501     52.445930
+PG21  24491.372153   5222.505545  10136.468807   -168.775827
+PG22  18299.130812   1368.056523 -19058.304397    144.875611
+PG23  -3505.958907 -20164.967917  16743.740509    279.208243
+PG24  -7197.051381 -14683.202063 -20933.517767    420.542201
+PG25  18009.152595  19012.982688   4484.295286     16.853053
+PG26 -12192.781155  23349.473897   -737.818233   -143.830658
+PG27  -1926.852284  14707.933937 -21350.514154    301.141553
+PG28 -18428.228787  -6150.571573 -17703.437277     64.346739
+PG29   9995.406291  12861.788948  21055.013454    236.390387
+PG30  20176.804494  15956.458050   6299.300609     90.089840
+PG31  24068.115465  -7929.054036   8512.969739    135.509061
+PG32  -5325.650975 -23785.552427 -10786.822456   -321.658674
+PR01  12854.976410   2913.410935 -21826.167327 999999.999999
+PR02   3768.094303 -15020.817301 -20260.780601 999999.999999
+PR03  -2661.457245 -10595.239309  23035.478734 999999.999999
+PR04  -7278.103716  20916.789072  12647.146050 999999.999999
+PR05 -12900.837502  -3017.869825  21796.133087 999999.999999
+PR06  -4159.929712  14402.519365  20641.061823 999999.999999
+PR07   9238.125480  23046.391004   5904.809417 999999.999999
+PR08  14147.126039  18585.294174 -10243.512594 999999.999999
+PR09 -15183.900283   7447.876089 -19085.916200 999999.999999
+PR10   2484.200066  10598.045691 -23082.695556 999999.999999
+PR11  19927.509976   7957.436992 -13854.323733 999999.999999
+PR12  25072.934464    561.958756   4078.620487 999999.999999
+PR13  15380.422194  -7447.909488  18907.533069 999999.999999
+PR15 -21316.858016  -7067.842691  12007.996661 999999.999999
+PR16 -25203.109414   -454.521950  -4295.552561 999999.999999
+PR17   5441.559819 -19734.867350 -15163.151559 999999.999999
+PR18  -7894.166157  -7588.220202 -23012.644728 999999.999999
+PR19 -16291.393666   8643.709686 -17624.400239 999999.999999
+PR20 -15320.746819  20391.256256  -1347.879586 999999.999999
+PR21  -5430.779242  19926.672825  14896.461107 999999.999999
+PR22   7505.116513   8146.931301  22985.984015 999999.999999
+PR23  16234.710271  -8840.099501  17569.206720 999999.999999
+PR24  15317.581558 -20289.706812   2076.775588 999999.999999
+*  2011  9  2 14 15  0.00000000
+PG02 -16117.647382  14355.579433  15214.334865    354.077092
+PG03  10528.124634 -23098.299493   6818.410974    762.958591
+PG04 -25984.253852   5933.362676   2029.557455    219.481394
+PG05  -6018.382776  15627.866037  20580.396320   -212.623094
+PG06  14389.243171 -19410.600946  10883.636631    -80.686163
+PG07 -20872.877685  -6985.955610  15042.142860     24.851471
+PG08 -25833.134648  -2437.641021   6991.693758      9.050779
+PG09   2134.022584  14814.716868 -22495.405579    103.060523
+PG10 -18430.421903  -1263.530316  18996.829281    -11.858915
+PG11   -927.571786 -17587.658059 -20162.216419   -182.338047
+PG12  10504.889008  22806.964871  -8911.099679     19.797033
+PG13  -7754.787346 -14989.069037  20350.536124    253.453310
+PG14  16771.903847  -5607.074209 -19596.913981    170.214879
+PG15  -3158.580594  25212.414897  -7412.842647   -107.999427
+PG16   5005.148079 -16117.656714  20443.189329   -195.406496
+PG17 -17004.923663   6309.990775 -19176.470558    176.789380
+PG18  20097.319667  15635.123576  -7855.121017    155.337874
+PG19   7467.173894 -24712.461651  -5380.663404   -179.548701
+PG20 -12427.652072 -22289.508165  -7620.892263     52.446713
+PG21  23308.706583   5612.622625  12486.880253   -168.778388
+PG22  19445.595153   3185.252196 -17678.918941    144.875662
+PG23  -2624.185175 -21759.719394  14758.793183    279.205314
+PG24  -4774.742130 -14920.863540 -21423.058360    420.545226
+PG25  18041.879003  19438.936919   1650.243266     16.854596
+PG26 -12316.587474  23119.993954   2190.695978   -143.842318
+PG27  -4441.499057  15096.391872 -20681.525732    301.145896
+PG28 -19474.118017  -7862.814520 -15887.833066     64.349259
+PG29   8952.571662  14958.724810  20118.872945    236.393213
+PG30  20402.260484  16577.276465   3527.882632     90.085761
+PG31  24870.883013  -7857.807550   5786.193981    135.514320
+PG32  -4395.832202 -22727.003068 -13131.254139   -321.665096
+PR01  14086.165325   5226.846900 -20600.012806 999999.999999
+PR02   4891.913405 -12695.163891 -21567.524192 999999.999999
+PR03    199.814606 -10450.572494  23245.782316 999999.999999
+PR04  -7917.413603  22156.005187   9839.484934 999999.999999
+PR05 -14131.426113  -5323.804109  20556.648394 999999.999999
+PR06  -5299.000453  12039.725851  21854.321582 999999.999999
+PR07   8839.796769  22221.075308   8908.859028 999999.999999
+PR08  14741.216306  19498.031396  -7285.370036 999999.999999
+PR09 -17416.506929   7403.522174 -17082.164187 999999.999999
+PR10   -372.505997  10458.495257 -23284.025436 999999.999999
+PR11  18077.608655   7719.891790 -16304.060381 999999.999999
+PR12  25393.163920    427.444033    863.309171 999999.999999
+PR13  17597.580145  -7463.350061  16857.465824 999999.999999
+PR15 -19674.788044  -6825.503099  14665.592429 999999.999999
+PR16 -25541.135246   -302.577283  -1103.253613 999999.999999
+PR17   6293.346034 -21229.926388 -12589.990232 999999.999999
+PR18  -6367.720730  -9958.841100 -22568.859610 999999.999999
+PR19 -14942.739762   6787.085718 -19529.589073 999999.999999
+PR20 -14981.102314  20181.036357  -4537.226630 999999.999999
+PR21  -6249.225167  21402.164046  12295.691376 999999.999999
+PR22   6005.171372  10515.658780  22471.950265 999999.999999
+PR23  14911.813806  -6970.708331  19477.873338 999999.999999
+PR24  14939.948703 -19991.796973   5252.213245 999999.999999
+*  2011  9  2 14 30  0.00000000
+PG02 -17768.251404  14450.203272  13087.156816    354.078705
+PG03  10679.472153 -22055.259178   9411.258008    762.962896
+PG04 -26136.424479   5665.662714   -759.685423    219.491331
+PG05  -7669.549748  13882.211391  21280.746387   -212.627922
+PG06  14297.340203 -18012.815979  13213.017966    -80.677550
+PG07 -19110.390215  -7462.823190  17006.055870     24.853015
+PG08 -24918.995544  -2641.573956   9675.351824      9.051441
+PG09   -244.093409  15330.841528 -22243.743438    103.061620
+PG10 -19697.771307  -2971.327164  17527.778671    -11.859909
+PG11   1137.004495 -18445.338893 -19322.876802   -182.341173
+PG12   9617.953808  22039.427654 -11459.593545     19.798966
+PG13  -6776.443553 -17046.604766  19040.148188    253.451982
+PG14  15980.498125  -3402.411016 -20735.599546    170.216497
+PG15  -3644.617354  25791.759039  -4685.979408   -107.998199
+PG16   6583.577023 -14321.362401  21340.775418   -195.408549
+PG17 -16319.024221   4115.869488 -20345.873123    176.788095
+PG18  20381.520221  16422.928046  -5213.815620    155.339465
+PG19   7907.933949 -25019.488987  -2555.008955   -179.552274
+PG20 -11517.811059 -21773.375765 -10160.146721     52.447238
+PG21  21903.310619   6105.242041  14633.421490   -168.780757
+PG22  20563.719944   4811.910163 -15992.295032    144.875705
+PG23  -1905.462239 -23172.491176  12515.915095    279.202759
+PG24  -2330.104596 -15284.948051 -21543.141541    420.548635
+PG25  17881.797983  19622.370791  -1212.177453     16.856149
+PG26 -12324.501501  22587.730466   5080.260856   -143.853527
+PG27  -6835.284177  15594.786043 -19632.703181    301.150065
+PG28 -20468.908258  -9335.825918 -13791.697834     64.351830
+PG29   8066.442696  16990.837296  18838.902267    236.396336
+PG30  20428.791898  16966.021882    695.454165     90.081778
+PG31  25369.794975  -7772.876987   2961.578448    135.519315
+PG32  -3260.288015 -21512.707914 -15251.014089   -321.671275
+PR01  15391.606472   7294.279523 -18973.266119 999999.999999
+PR02   6249.196147 -10340.096242 -22455.022855 999999.999999
+PR03   3062.762954 -10523.386990  23003.583265 999999.999999
+PR04  -8291.495740  23125.908943   6840.562228 999999.999999
+PR05 -15434.842578  -7382.559523  18917.887756 999999.999999
+PR06  -6669.546958   9659.543719  22643.145541 999999.999999
+PR07   8181.793960  21129.169325  11740.087753 999999.999999
+PR08  15207.887435  20045.567279  -4185.661436 999999.999999
+PR09 -19379.847505   7522.571132 -14746.080481 999999.999999
+PR10  -3227.644282  10536.447856 -23034.231492 999999.999999
+PR11  15933.532426   7628.449985 -18438.241410 999999.999999
+PR12  25303.921324    271.179920  -2368.971918 999999.999999
+PR13  19534.803540  -7638.416487  14479.130842 999999.999999
+PR15 -17709.913617  -6716.257096  17037.077407 999999.999999
+PR16 -25474.162428   -128.271731   2110.328037 999999.999999
+PR17   6867.848906 -22495.377006  -9771.232581 999999.999999
+PR18  -5058.306072 -12364.323290 -21685.192720 999999.999999
+PR19 -13630.140949   4652.792932 -21055.557767 999999.999999
+PR20 -14466.901956  19610.418356  -7638.755559 999999.999999
+PR21  -6793.960414  22640.758023   9454.769591 999999.999999
+PR22   4727.465151  12908.169181  21522.476242 999999.999999
+PR23  13626.802408  -4824.245831  21007.962258 999999.999999
+PR24  14398.884950 -19330.447387   8325.564241 999999.999999
+*  2011  9  2 14 45  0.00000000
+PG02 -19169.731916  14553.417061  10730.082220    354.080592
+PG03  10841.517366 -20734.057305  11836.306058    762.966483
+PG04 -26000.143429   5327.835099  -3536.152725    219.501412
+PG05  -9447.776417  12181.977830  21614.120324   -212.632875
+PG06  14219.419122 -16369.653336  15314.059962    -80.669126
+PG07 -17176.486754  -8087.408622  18680.180961     24.854721
+PG08 -23730.675260  -2951.036746  12198.007011      9.051742
+PG09  -2543.367872  15969.345152 -21628.351257    103.063475
+PG10 -20920.689214  -4476.926634  15756.193816    -11.860050
+PG11   3072.476077 -19333.738024 -18157.599885   -182.344004
+PG12   8497.380481  21122.171038 -13812.568921     19.801132
+PG13  -5972.306831 -18996.897997  17397.618559    253.450164
+PG14  15276.693463  -1054.415849 -21510.942003    170.218241
+PG15  -4025.189110  26089.811171  -1877.604226   -107.996784
+PG16   8310.608412 -12556.361169  21869.935017   -195.410725
+PG17 -15714.761326   1782.482590 -21158.978205    176.786713
+PG18  20495.367706  16976.309296  -2484.028565    155.341264
+PG19   8221.654525 -25042.884006    315.605113   -179.555925
+PG20 -10383.650052 -21113.633303 -12526.210092     52.447357
+PG21  20307.329971   6721.684586  16541.266535   -168.783422
+PG22  21613.556323   6233.242846 -14028.295222    144.875213
+PG23  -1332.667036 -24363.490464  10053.850301    279.200092
+PG24     89.022618 -15769.846441 -21290.742728    420.550971
+PG25  17500.840243  19588.219569  -4053.775053     16.857591
+PG26 -12255.276653  21744.446247   7878.975918   -143.864980
+PG27  -9061.753462  16177.152288 -18223.300606    301.153659
+PG28 -21369.448350 -10560.462084 -11453.513301     64.354820
+PG29   7336.773515  18911.492402  17236.952006    236.399561
+PG30  20228.755340  17146.944050  -2148.978330     90.077839
+PG31  25562.051567  -7634.941449     86.791327    135.524162
+PG32  -1915.549615 -20183.769951 -17108.607117   -321.677637
+PR01  16716.673713   9078.167544 -16977.536746 999999.999999
+PR02   7818.946751  -8020.608589 -22905.980115 999999.999999
+PR03   5855.648163 -10807.922487  22313.249109 999999.999999
+PR04  -8433.178112  23779.031303   3708.654524 999999.999999
+PR05 -16756.401562  -9156.969579  16911.669093 999999.999999
+PR06  -8248.793536   7326.891724  22992.080805 999999.999999
+PR07   7242.423629  19822.693234  14343.546287 999999.999999
+PR08  15492.895673  20239.970632  -1004.629963 999999.999999
+PR09 -21024.997828   7764.485497 -12122.878062 999999.999999
+PR10  -6009.955659  10825.997214 -22338.501656 999999.999999
+PR11  13549.099983   7719.568465 -20215.434361 999999.999999
+PR12  24807.675020    149.234075  -5554.737989 999999.999999
+PR13  21144.491525  -7930.531284  11818.856170 999999.999999
+PR15 -15472.561283  -6780.975219  19076.393744 999999.999999
+PR16 -25003.636234     12.638527   5283.162760 999999.999999
+PR17   7190.016612 -23476.976869  -6761.795339 999999.999999
+PR18  -3985.957006 -14738.013299 -20378.495851 999999.999999
+PR19 -12407.320833   2281.423179 -22172.705203 999999.999999
+PR20 -13833.931670  18668.666195 -10592.412687 999999.999999
+PR21  -7091.271278  23589.150782   6429.116553 999999.999999
+PR22   3690.179301  15258.239208  20156.477300 999999.999999
+PR23  12432.867011  -2441.722020  22129.713622 999999.999999
+PR24  13750.794679 -18297.790386  11237.043752 999999.999999
+*  2011  9  2 15  0  0.00000000
+PG02 -20303.700240  14629.124036   8183.953349    354.082227
+PG03  11046.669820 -19154.915855  14049.640578    762.970045
+PG04 -25589.494017   4887.342858  -6253.220543    219.511535
+PG05 -11321.765259  10564.042015  21575.106661   -212.637649
+PG06  14187.680161 -14507.173143  17151.144005    -80.660628
+PG07 -15115.578141  -8871.151061  20035.521001     24.856685
+PG08 -22297.988780  -3396.192156  14517.307710      9.053009
+PG09  -4721.297298  16709.034564 -20658.850195    103.064907
+PG10 -22057.482011  -5769.679213  13713.743645    -11.861662
+PG11   4852.280760 -20221.600570 -16684.774920   -182.347159
+PG12   7140.466331  20097.496720 -15929.678455     19.803187
+PG13  -5335.747881 -20791.937818  15451.711925    253.448713
+PG14  14685.913106   1392.623493 -21909.599593    170.219854
+PG15  -4333.302173  26090.914001    963.436018   -107.995524
+PG16  10157.359228 -10863.735112  22022.455023   -195.412674
+PG17 -15215.972673   -646.957898 -21602.052540    176.785246
+PG18  20409.365972  17313.852850    287.743086    155.342525
+PG19   8442.363947 -24767.683288   3180.660548   -179.559491
+PG20  -9023.505649 -20348.722205 -14678.998231     52.447883
+PG21  18557.268000   7477.190114  18179.309279   -168.785015
+PG22  22554.757656   7442.541271 -11821.497786    144.875235
+PG23   -881.940954 -25298.587529   7415.405300    279.197451
+PG24   2436.166654 -16362.157794 -20669.304855    420.552961
+PG25  16877.452310  19367.480493  -6825.747095     16.859140
+PG26 -12149.292224  20591.733683  10535.966872   -143.876743
+PG27 -11080.844773  16811.006239 -16479.585719    301.157029
+PG28 -22133.550575 -11536.823734  -8915.589006     64.357429
+PG29   6755.298862  20675.999551  15340.344469    236.402610
+PG30  19781.000118  17150.230721  -4956.648910     90.073960
+PG31  25453.711734  -7405.539508  -2789.451798    135.529200
+PG32   -366.552692 -18782.860373 -18670.705666   -321.683711
+PR01  18002.285670  10552.743189 -14651.621713 999999.999999
+PR02   9568.665552  -5797.650502 -22911.587200 999999.999999
+PR03   8509.292968 -11285.942649  21187.911905 999999.999999
+PR04  -8384.415778  24077.628836    504.640899 999999.999999
+PR05 -18037.029253 -10621.648507  14576.949399 999999.999999
+PR06 -10002.542630   5102.251137  22894.211060 999999.999999
+PR07   6011.437924  18359.010258  16668.686291 999999.999999
+PR08  15547.141108  20105.460848   2195.917512 999999.999999
+PR09 -22313.658252   8081.129904  -9263.451050 999999.999999
+PR10  -8650.946625  11308.850644 -21210.610750 999999.999999
+PR11  10985.881741   8019.356958 -21601.066623 999999.999999
+PR12  23920.504029    115.925603  -8631.510532 999999.999999
+PR13  22390.121053  -8289.817875   8928.466073 999999.999999
+PR15 -13021.901331  -7050.692890  20744.040726 999999.999999
+PR16 -24144.247345     65.956155   8353.925103 999999.999999
+PR17   7295.232761 -24128.802667  -3620.370524 999999.999999
+PR18  -3158.291402 -17011.864274 -18673.940605 999999.999999
+PR19 -11320.633548   -276.272044 -22859.366013 999999.999999
+PR20 -13140.308986  17358.110839 -13340.975956 999999.999999
+PR21  -7177.672629  24202.635536   3277.818714 999999.999999
+PR22   2899.049116  17498.804037  18400.842949 999999.999999
+PR23  11375.768416    125.766074  22821.305098 999999.999999
+PR24  13053.887171 -16899.141625  13929.983287 999999.999999
+*  2011  9  2 15 15  0.00000000
+PG02 -21160.183745  14639.824870   5493.259777    354.083814
+PG03  11323.684976 -17345.984707  16011.031966    762.974991
+PG04 -24925.843151   4315.200858  -8865.434728    219.521587
+PG05 -13254.559240   9059.679795  21164.719356   -212.642326
+PG06  14229.863301 -12458.062079  18693.384543    -80.652173
+PG07 -12974.731453  -9817.384559  21048.391652     24.858189
+PG08 -20657.224837  -4001.123888  16594.015569      9.053706
+PG09  -6739.919879  17521.948447 -19350.411296    103.067457
+PG10 -23066.865655  -6847.326247  11436.477736    -11.862104
+PG11   6455.868295 -21074.353971 -14928.099725   -182.349998
+PG12   5553.188106  19008.848575 -17774.501235     19.805238
+PG13  -4851.868068 -22387.278581  13236.521404    253.447024
+PG14  14226.056054   3890.323152 -21924.953723    170.221449
+PG15  -4604.427034  25787.893561   3787.717653   -107.994017
+PG16  12088.496620  -9279.263274  21796.637614   -195.414478
+PG17 -14839.217778  -3125.433269 -21667.964994    176.783995
+PG18  20099.274292  17460.364034   3054.703773    155.344293
+PG19   8606.774373 -24187.730863   5989.716563   -179.563186
+PG20  -7443.631783 -19518.030594 -16582.103306     52.448142
+PG21  16692.767958   8380.214836  19520.587815   -168.787669
+PG22  23348.151889   8441.193311  -9410.548501    144.875533
+PG23   -523.815911 -25950.635935   4646.682708    279.194633
+PG24   4667.835474 -17041.149020 -19688.742084    420.555675
+PG25  15997.579158  18995.886708  -9480.514344     16.860715
+PG26 -12046.742612  19141.209896  13002.450589   -143.888194
+PG27 -12860.340793  17458.769368 -14434.237394    301.161383
+PG28 -22721.669787 -12273.928087  -6223.195719     64.360277
+PG29   6306.203284  22243.198799  13181.420724    236.405521
+PG30  19071.748392  17010.638688  -7679.859901     90.070025
+PG31  25059.443767  -7048.720247  -5618.175298    135.534308
+PG32   1373.270752 -17352.608219 -19908.812479   -321.690022
+PR01  19187.406169  11704.828165 -12040.750525 999999.999999
+PR02  11455.528525  -3725.766619 -22471.697492 999999.999999
+PR03  10959.737765 -11927.519382  19649.235576 999999.999999
+PR04  -8194.270254  23995.327535  -2709.184358 999999.999999
+PR05 -19215.760203 -11763.789624  11959.069933 999999.999999
+PR06 -11886.426956   3039.330051  22351.301277 999999.999999
+PR07   4490.736562  16798.411397  18670.340487 999999.999999
+PR08  15328.927830  19677.212492   5353.814223 999999.999999
+PR09 -23219.616163   8418.994504  -6223.391050 999999.999999
+PR10 -11087.478178  11955.142913 -19672.633799 999999.999999
+PR11   8310.842844   8542.315781 -22568.099677 999999.999999
+PR12  22671.419479    221.247947 -11539.079396 999999.999999
+PR13  23247.612617  -8661.405788   5864.262732 999999.999999
+PR15 -10423.634109  -7545.133635  22007.832196 999999.999999
+PR16 -22923.364796    -18.437008  11263.163326 999999.999999
+PR17   7227.560766 -24415.220036   -408.265976 999999.999999
+PR18  -2570.373291 -19119.133573 -16604.547240 999999.999999
+PR19 -10407.149617  -2961.243293 -23102.227603 999999.999999
+PR20 -12443.885443  15694.259527 -15831.155788 999999.999999
+PR21  -7098.100460  24447.024932     62.454785 999999.999999
+PR22   2347.359316  19564.581206  16289.888778 999999.999999
+PR23  10491.939957   2818.910966  23069.277182 999999.999999
+PR24  12365.562674 -15152.990706  16351.941120 999999.999999
+*  2011  9  2 15 30  0.00000000
+PG02 -21737.916273  14548.265412   2705.327550    354.085627
+PG03  11696.303921 -15342.382208  17684.782418    762.979177
+PG04 -24036.995016   3587.235782 -11329.206744    219.531377
+PG05 -15204.827501   7693.503145  20390.356948   -212.647041
+PG06  14368.089012 -10260.508603  19915.109054    -80.644238
+PG07 -10802.012581 -10921.039964  21700.851993     24.859948
+PG08 -18849.900328  -4782.741142  18392.633978      9.052547
+PG09  -8567.028904  18374.341519 -17723.590065    103.070494
+PG10 -23909.537402  -7715.816994   8964.147859    -11.861781
+PG11   7869.330705 -21855.394525 -12916.285380   -182.352964
+PG12   3750.187595  17899.132408 -19315.168026     19.807400
+PG13  -4498.267892 -23743.672985  10790.839847    253.445459
+PG14  13906.826929   6387.916471 -21557.205119    170.223322
+PG15  -4874.900499  25182.370423   6546.128606   -107.992821
+PG16  14063.476078  -7832.197645  21197.265887   -195.416682
+PG17 -14593.162692  -5603.774080 -21356.273541    176.782590
+PG18  19547.091777  17445.734037   5770.501110    155.346198
+PG19   8752.618950 -23305.998189   8693.358977   -179.566709
+PG20  -5658.142343 -18660.351482 -18203.376684     52.448847
+PG21  14755.296162   9431.966039  20542.668089   -168.789458
+PG22  23957.270264   9238.386727  -6837.450216    144.874888
+PG23   -224.577060 -26300.530617   1796.239144    279.191769
+PG24   6745.027573 -17779.520943 -18365.324715    420.558197
+PG25  14855.365168  18512.410731 -11972.531649     16.862289
+PG26 -11985.807977  17414.294808  15232.793898   -143.899544
+PG27 -14376.967941  18079.426436 -12125.583371    301.166233
+PG28 -23098.455189 -12789.040386  -3423.683899     64.362835
+PG29   5966.886162  23576.925607  10797.004685    236.408512
+PG30  18095.190480  16765.981008 -10272.761840     90.066322
+PG31  24401.961384  -6532.617071  -8350.950672    135.539185
+PG32   3282.234738 -15933.979543 -20799.859318   -321.696149
+PR01  20211.647171  12534.122718  -9195.703251 999999.999999
+PR02  13428.015878  -1851.017608 -21594.832374 999999.999999
+PR03  13150.685200 -12692.333247  17727.011578 999999.999999
+PR04  -7916.594084  23518.307865  -5870.327928 999999.999999
+PR05 -20232.333743 -12583.438827   9108.876720 999999.999999
+PR06 -13847.605265   1183.021810  21373.774148 999999.999999
+PR07   2694.561465  15201.596646  20309.599593 999999.999999
+PR08  14805.924431  18999.716046   8407.742847 999999.999999
+PR09 -23729.716704   8721.663644  -3061.903101 999999.999999
+PR10 -13264.130318  12724.747086 -17754.505759 999999.999999
+PR11   5593.769779   9290.571048 -23097.562433 999999.999999
+PR12  21101.152473    508.488179 -14220.708285 999999.999999
+PR13  23706.186337  -8987.957399   2685.919673 999999.999999
+PR15  -7747.420500  -8271.727676  22843.504283 999999.999999
+PR16 -21379.960757   -284.224912  13954.440425 999999.999999
+PR17   7037.620765 -24312.437565   2811.809486 999999.999999
+PR18  -2205.121017 -20997.048231 -14210.551736 999999.999999
+PR19  -9693.150392  -5708.354156 -22896.585979 999999.999999
+PR20 -11799.673225  13705.368582 -18014.622824 999999.999999
+PR21  -6903.747252  24300.146050  -3154.130609 999999.999999
+PR22   2016.466165  21394.626606  13864.675092 999999.999999
+PR23   9807.001210   5572.418260  22868.795823 999999.999999
+PR24  11739.845803 -13090.449352  18455.731381 999999.999999
+*  2011  9  2 15 45  0.00000000
+PG02 -22044.282608  14319.097532   -130.566366    354.087275
+PG03  12182.106014 -13184.942509  19040.481249    762.982939
+PG04 -22956.127994   2685.164539 -13603.473744    219.541171
+PG05 -17128.325222   6482.667221  19265.652577   -212.651829
+PG06  14617.936743  -7956.883941  20796.239238    -80.635867
+PG07  -8644.790838 -12168.674862  21981.046697     24.861478
+PG08 -16921.325354  -5749.938772  19881.999645      9.051118
+PG09 -10177.195824  19227.889845 -15804.097645    103.072409
+PG10 -24549.664918  -8388.817160   6339.489198    -11.863432
+PG11   9085.789959 -22527.484831 -10682.667762   -182.356270
+PG12   1754.427851  16809.063432 -20524.917028     19.809699
+PG13  -4246.118252 -24828.506494   8157.445465    253.443873
+PG14  13729.409647   8834.058276 -20813.337255    170.225022
+PG15  -5180.296912  24284.735667   9190.749751   -107.991224
+PG16  16037.978275  -6544.309097  20235.460800   -195.418726
+PG17 -14478.296016  -8032.393189 -20673.183781    176.781057
+PG18  18741.810602  17303.643994   8389.937273    155.347380
+PG19   8916.953684 -22134.545138  11244.127001   -179.570444
+PG20  -3688.660869 -17812.381064 -19515.440998     52.449041
+PG21  12786.766768  10626.190338  21227.985279   -168.792323
+PG22  24349.773058   9850.513377  -4146.805444    144.875157
+PG23     52.193855 -26337.957534  -1085.814779    279.188983
+PG24   8634.575407 -18544.454443 -16721.443172    420.560232
+PG25  13453.546353  17957.655725 -14259.062406     16.863873
+PG26 -12000.891575  15441.568979  17185.531497   -143.910862
+PG27 -15617.094041  18630.331821  -9596.707725    301.171370
+PG28 -23234.117696 -13106.704702   -565.608206     64.366022
+PG29   5708.993555  24647.298103   8227.791959    236.411404
+PG30  16853.779539  16455.531451 -12692.075476     90.062936
+PG31  23511.162064  -5830.883652 -10940.712176    135.544361
+PG32   5330.975995 -14564.710608 -21326.724443   -321.702347
+PR01  21017.864237  13052.956744  -6171.818981 999999.999999
+PR02  15427.922533   -209.268582 -20298.018108 999999.999999
+PR03  15035.630566 -13531.436387  15458.589182 999999.999999
+PR04  -7607.519507  22645.980400  -8917.318216 999999.999999
+PR05 -21029.780817 -13093.232860   6081.733163 999999.999999
+PR06 -15826.832339   -432.257502  19980.517833 999999.999999
+PR07    649.174160  13627.157926  21554.569292 999999.999999
+PR08  13956.741662  18124.764990  11298.426498 999999.999999
+PR09 -23844.298824   8932.424309    159.357406 999999.999999
+PR10 -15135.247328  13569.026520 -15493.436828 999999.999999
+PR11   2904.585573  10253.641190 -23178.932957 999999.999999
+PR12  19260.464204   1012.146602 -16624.257328 999999.999999
+PR13  23768.673193  -9212.307864   -544.690550 999999.999999
+PR15  -5064.165195  -9225.165964  23235.163282 999999.999999
+PR16 -19563.069103   -766.566885  16375.425402 999999.999999
+PR17   6780.191113 -23809.577488   5976.990643 999999.999999
+PR18  -2034.244116 -22589.324656 -11538.622398 999999.999999
+PR19  -9193.093484  -8448.850608 -22246.435766 999999.999999
+PR20 -11257.403731  11431.495728 -19848.943216 999999.999999
+PR21  -6649.634537  23752.843120  -6309.079843 999999.999999
+PR22   1876.820455  22934.719316  11172.206321 999999.999999
+PR23   9334.744900   8317.485469  22223.747347 999999.999999
+PR24  11224.975607 -10754.178679  20200.351061 999999.999999
+*  2011  9  2 16  0  0.00000000
+PG02 -22094.915706  13920.480954  -2964.134071    354.089257
+PG03  12791.629141 -10918.722628  20053.644754    762.986637
+PG04 -21720.553714   1597.454404 -15650.317201    219.551009
+PG05 -18979.471249   5436.375987  17810.218956   -212.656776
+PG06  14987.793135  -5592.281095  21322.571185    -80.627169
+PG07  -6548.068935 -13538.834247  21883.451826     24.862899
+PG08 -14919.025889  -6903.047259  21035.828836      9.050129
+PG09 -11552.567198  20041.081839 -13622.505290    103.075116
+PG10 -24956.238850  -8886.934775   3607.475430    -11.864982
+PG11  10105.522798 -23054.212066  -8264.725183   -182.358825
+PG12   -403.469762  15775.604258 -21382.570266     19.811272
+PG13  -4061.489151 -25616.976428   5382.317381    253.442305
+PG14  13686.495676  11178.646907 -19706.950158    170.226755
+PG15  -5553.834941  23113.792906  11675.711395   -107.989908
+PG16  17965.488015  -5429.235170  18928.435887   -195.420768
+PG17 -14486.984079 -10363.026132 -19631.383308    176.779944
+PG18  17679.915981  17070.156183  10869.643714    155.349038
+PG19   9134.496280 -20694.124135  13597.396058   -179.574025
+PG20  -1563.690772 -17007.312353 -20496.125382     52.449373
+PG21  10828.150892  11949.225022  21564.140077   -168.794392
+PG22  24498.718123  10300.302353  -1385.027237    144.875123
+PG23    343.959102 -26061.801582  -3948.752177    279.186482
+PG24  10310.267118 -19298.897918 -14785.251741    420.562403
+PG25  11803.518609  17372.196846 -16300.903864     16.865466
+PG26 -12121.009121  13261.730183  18824.307272   -143.921583
+PG27 -16577.000004  19069.076188  -6894.462457    301.177584
+PG28 -23105.566512 -13257.523505   2302.124156     64.368201
+PG29   5499.677809  25431.778092   5517.672400    236.414418
+PG30  15358.221477  16118.407676 -14897.748314     90.059251
+PG31  22422.995813  -4923.934921 -13342.568210    135.549212
+PG32   7483.351176 -13277.860061 -21478.651765   -321.708347
+PR01  21554.634601  13285.514664  -3027.914271 999999.999999
+PR02  17392.667100   1175.084216 -18606.456599 999999.999999
+PR03  16579.587214 -14389.403954  12888.150452 999999.999999
+PR04  -7322.858488  21391.122877 -11790.906200 999999.999999
+PR05 -21556.892183 -13317.614422   2936.443883 999999.999999
+PR06 -17760.817735  -1783.783214  18198.527858 999999.999999
+PR07  -1607.972445  12129.168806  22380.992639 999999.999999
+PR08  12772.060295  17109.154916  13969.778054 999999.999999
+PR09 -23577.076516   8996.901957   3377.503131 999999.999999
+PR10 -16666.582304  14432.954535 -12933.194660 999999.999999
+PR11    310.663521  11408.746775 -22810.360398 999999.999999
+PR12  17208.054676   1756.246029 -18703.199316 999999.999999
+PR13  23451.269414  -9280.105101  -3764.710473 999999.999999
+PR15  -2443.266608 -10387.506699  23175.567110 999999.999999
+PR16 -17529.839074  -1490.361040  18478.913936 999999.999999
+PR17   6511.638581 -22909.216587   9025.503661 999999.999999
+PR18  -2019.669380 -23848.434294  -8640.941087 999999.999999
+PR19  -8909.091902 -11112.987137 -21164.392835 999999.999999
+PR20 -10859.320481   8923.069293 -21298.403662 999999.999999
+PR21  -6392.028568  22809.444437  -9340.774637 999999.999999
+PR22   1889.445793  24139.479667   8264.526710 999999.999999
+PR23   9076.639210  10984.433645  21146.663806 999999.999999
+PR24  10861.255008  -8196.839168  21551.786249 999999.999999
+*  2011  9  2 16 15  0.00000000
+PG02 -21912.961374  13325.555503  -5745.048171    354.090868
+PG03  13527.799645  -8591.334807  20706.220595    762.989999
+PG04 -20370.342311    319.935704 -17435.534980    219.560897
+PG05 -20712.982967   4555.703231  16049.293961   -212.661450
+PG06  15478.490990  -3212.968145  21485.954250    -80.618747
+PG07  -4552.901731 -15002.732105  21409.017333     24.864786
+PG08 -12891.077234  -8233.598117  21833.208841      9.050273
+PG09 -12683.405060  20770.752953 -11213.878602    103.077359
+PG10 -25104.241733  -9236.698545    814.560626    -11.866907
+PG11  10935.811660 -23401.452296  -5703.503692   -182.361940
+PG12  -2686.185428  14830.553406 -21872.921503     19.813725
+PG13  -3906.880139 -26092.970047   2513.797991    253.440980
+PG14  13762.662605  13374.590884 -18257.970755    170.228480
+PG15  -6024.884626  21696.081421  13958.007817   -107.988343
+PG16  19798.954575  -4492.149653  17299.157448   -195.422705
+PG17 -14603.858944 -12550.409987 -18249.759001    176.778346
+PG18  16365.619721  16782.243401  13168.714271    155.350916
+PG19   9436.072150 -19013.445263  15712.196599   -179.577626
+PG20    682.270594 -16273.575575 -21128.818827     52.449622
+PG21   8918.114109  13380.315106  21544.145793   -168.796285
+PG22  24383.625210  10615.719666   1400.466648    144.874740
+PG23    687.519794 -25480.194329  -6742.183599    279.183693
+PG24  11753.699166 -20003.046372 -12590.195822    420.565377
+PG25   9925.079153  16794.936680 -18063.051460     16.867098
+PG26 -12368.410373  10920.189791  20118.704536   -143.932857
+PG27 -17262.724109  19355.324660  -4068.419910    301.183115
+PG28 -22697.280109 -13276.742123   5131.067033     64.371167
+PG29   5303.037114  25915.965191   2712.996463    236.417125
+PG30  13627.166972  15791.992829 -16853.540522     90.055239
+PG31  21178.103362  -3799.941868 -15514.594591    135.554173
+PG32   9697.626376 -12100.542554 -21251.555640   -321.714549
+PR01  21778.512780  13266.568020    174.866816 999999.999999
+PR02  19257.803127   2289.895999 -16553.036143 999999.999999
+PR03  17760.333057 -15206.782552  10065.843683 999999.999999
+PR04  -7115.525095  19779.472384 -14435.222247 999999.999999
+PR05 -21770.463739 -13291.558201   -265.889173 999999.999999
+PR06 -19584.775217  -2861.237273  16062.389205 999999.999999
+PR07  -4029.535161  10754.981647  22772.725836 999999.999999
+PR08  11255.261270  16012.192265  16369.985479 999999.999999
+PR09 -22954.469086   8865.609472   6529.662958 999999.999999
+PR10 -17836.475688  15257.513627 -10123.266769 999999.999999
+PR11  -2125.750069  12721.653145 -21998.721588 999999.999999
+PR12  15008.163019   2753.101735 -20417.509744 999999.999999
+PR13  22782.745716  -9142.336867  -6911.528856 999999.999999
+PR15     50.052382 -11728.827911  22666.237154 999999.999999
+PR16 -15343.262448  -2468.936787  20223.758351 999999.999999
+PR17   6287.288878 -21627.373871  11897.890468 999999.999999
+PR18  -2115.394827 -24737.517304  -5574.167731 999999.999999
+PR19  -8830.928158 -13632.701488 -19671.450985 999999.999999
+PR20 -10638.299250   6239.031656 -22334.710288 999999.999999
+PR21  -6185.811852  21487.673466 -12190.060737 999999.999999
+PR22   2007.808822  24974.136172   5197.729031 999999.999999
+PR23   9021.866004  13505.382876  19658.480102 999999.999999
+PR24  10679.251353  -5479.127187  22483.681358 999999.999999
+*  2011  9  2 16 30  0.00000000
+PG02 -21528.040761  12513.718264  -8423.919988    354.092503
+PG03  14385.698800  -6251.178744  20986.941713    762.995495
+PG04 -18946.861858  -1143.854016 -18929.162079    219.570712
+PG05 -22285.506151   3833.733580  14013.293966   -212.666029
+PG06  16083.248772   -864.813893  21284.370044    -80.610412
+PG07  -2694.964791 -16525.231697  20565.200688     24.866142
+PG08 -10884.406073  -9724.420525  22259.024401      9.050891
+PG09 -13568.346822  21373.715936  -8617.338052    103.079377
+PG10 -24975.594116  -9469.331438  -1992.080439    -11.868675
+PG11  11590.520973 -23538.783126  -3042.954446   -182.365060
+PG12  -5050.923967  13999.339262 -21987.027594     19.816062
+PG13  -3742.889037 -26249.608741   -398.280145    253.439265
+PG14  13935.084130  15379.450415 -16492.248687    170.230201
+PG15  -6617.634986  20064.908452  15998.254049   -107.986895
+PG16  21492.471013  -3729.761626  15375.918740   -195.424598
+PG17 -14806.519437 -14553.835781 -16553.006558    176.777078
+PG18  14810.823011  16476.307980  15249.292985    155.352498
+PG19   9847.232443 -17128.134863  17551.951227   -179.581386
+PG20   3009.841833 -15633.771230 -21402.737556     52.450408
+PG21   7091.726813  14892.191385  21166.620793   -168.798658
+PG22  23991.297793  10828.680276   4162.062059    144.874645
+PG23   1117.337547 -24610.199008  -9417.004282    279.181051
+PG24  12954.823075 -20615.953320 -10174.429668    420.566712
+PG25   7845.850683  16261.538009 -19515.291506     16.868714
+PG26 -12757.502635   8467.370586  21044.934239   -143.943926
+PG27 -17689.499659  19452.542822  -1169.802593    301.188908
+PG28 -22001.888683 -13202.697999   7874.000120     64.373868
+PG29   5081.680163  26094.093254   -138.203445    236.420071
+PG30  11686.622497  15510.451544 -18527.537068     90.051351
+PG31  19820.272633  -2455.536940 -17418.594911    135.559176
+PG32  11927.916795 -11052.900691 -20648.197313   -321.720508
+PR01  21655.968001  13039.770712   3374.248008 999999.999999
+PR02  20959.627713   3135.533469 -14177.691390 999999.999999
+PR03  18569.124673 -15922.730764   7046.792571 999999.999999
+PR04  -7033.090232  17848.789409 -16798.865839 999999.999999
+PR05 -21637.223932 -13058.862503  -3463.055878 999999.999999
+PR06 -21235.056312  -3666.894787  13613.607929 999999.999999
+PR07  -6560.002083   9543.324124  22722.058002 999999.999999
+PR08   9422.531147  14893.117914  18452.512324 999999.999999
+PR09 -22014.408372   8496.298147   9554.233356 999999.999999
+PR10 -18636.521520  15982.274963  -7117.918259 999999.999999
+PR11  -4349.897603  14148.013134 -20759.509696 999999.999999
+PR12  12727.964376   4002.601977 -21734.414757 999999.999999
+PR13  21803.146298  -8757.637022  -9924.003851 999999.999999
+PR15   2357.223108 -13208.396875  21717.400689 999999.999999
+PR16 -13069.666692  -3703.234616  21575.688003 999999.999999
+PR17   6158.851523 -19992.945710  14538.183798 999999.999999
+PR18  -2269.691131 -25231.861223  -2398.309883 999999.999999
+PR19  -8936.602245 -15944.227782 -17796.577135 999999.999999
+PR20 -10616.374978   3444.631961 -22937.547663 999999.999999
+PR21  -6081.924901  19818.008489 -14801.418765 999999.999999
+PR22   2180.002792  25415.871384   2030.894023 999999.999999
+PR23   9147.892877  15816.860794  17788.127426 999999.999999
+PR24  10698.424884  -2667.479411  22977.857960 999999.999999
+*  2011  9  2 16 45  0.00000000
+PG02 -20974.955263  11471.648785 -10953.259238    354.093992
+PG03  15352.676022  -3945.653047  20891.520592    762.999902
+PG04 -17491.282434  -2782.606768 -20105.935471    219.580615
+PG05 -23657.178135   3256.015970  11737.283295   -212.671017
+PG06  16787.909264   1408.256486  20721.914215    -80.602055
+PG07  -1003.329048 -18066.090320  19365.887636     24.867821
+PG08  -8943.122128 -11350.074004  22304.308087      9.050063
+PG09 -14214.368520  21808.433230  -5875.542982    103.081661
+PG10 -24559.847715  -9619.367921  -4765.303425    -11.871762
+PG11  12089.409275 -23440.786318   -329.190713   -182.367961
+PG12  -7450.857101  13300.067155 -21722.396377     19.818167
+PG13  -3529.950505 -26089.439430  -3303.484972    253.437486
+PG14  14174.539198  17156.890278 -14441.048777    170.231908
+PG15  -7349.975435  18259.130303  17761.370771   -107.985354
+PG16  23002.910463  -3130.639476  13191.837230   -195.426517
+PG17 -15066.513131 -16338.515885 -14571.143445    176.775764
+PG18  13034.812490  16186.740969  17077.113751    155.354185
+PG19  10387.100613 -15079.432934  19085.115356   -179.585328
+PG20   5376.051381 -15103.834715 -21313.103101     52.450616
+PG21   5379.291345  16451.897133  20435.919463   -168.800859
+PG22  23316.373983  10973.624356   6852.745930    144.874602
+PG23   1663.954479 -23477.146273 -11926.312730    279.178234
+PG24  13912.161884 -21097.209980  -7580.134810    420.568656
+PG25   5600.409746  15802.994063 -20632.712787     16.870288
+PG26 -13294.130692   5956.784804  21586.355905   -143.955513
+PG27 -17880.826248  19329.536525   1749.575387    301.195236
+PG28 -21020.456648 -13075.195861  10485.637589     64.376703
+PG29   4798.355905  25969.209212  -2987.024497    236.422922
+PG30   9569.106027  15303.391127 -19892.584553     90.047499
+PG31  18394.770654   -896.196849 -19020.812531    135.564230
+PG32  14125.821565 -10147.363489 -19678.221858   -321.726474
+PR01  21164.921181  12655.590268   6508.037462 999999.999999
+PR02  22437.778188   3724.602549 -11526.624787 999999.999999
+PR03  19010.848420 -16477.737807   3890.001519 999999.999999
+PR04  -7115.572940  15647.432745 -18835.906679 999999.999999
+PR05 -21135.361527 -12670.079564  -6592.948831 999999.999999
+PR06 -22651.757391  -4215.274554  10899.804748 999999.999999
+PR07  -9137.764598   8522.774603  22229.868419 999999.999999
+PR08   7302.437830  13808.554054  20176.994529 999999.999999
+PR09 -20804.673766   7856.007884  12392.106005 999999.999999
+PR10 -19071.695696  16548.051679  -3975.161576 999999.999999
+PR11  -6316.558288  15635.156025 -19116.555271 999999.999999
+PR12  10434.875281   5492.026127 -22628.985128 999999.999999
+PR13  20562.033992  -8094.272756 -12743.653677 999999.999999
+PR15   4428.518379 -14776.305852  20347.767109 999999.999999
+PR16 -10776.076989  -5181.511515  22508.002774 999999.999999
+PR17   6172.010424 -18046.612995  16895.008388 999999.999999
+PR18  -2427.554402 -25319.880425    824.478353 999999.999999
+PR19  -9193.390117 -17990.540222 -15576.152420 999999.999999
+PR20 -10803.738322    608.957784 -23094.986623 999999.999999
+PR21  -6124.989057  17842.519107 -17124.056673 999999.999999
+PR22   2351.153794  25454.693672  -1175.021009 999999.999999
+PR23   9421.554486  17862.235927  15571.970665 999999.999999
+PR24  10926.243741    168.459541  23024.672836 999999.999999
+*  2011  9  2 17  0  0.00000000
+PG02 -20292.190594  10194.037104 -13288.390295    354.095825
+PG03  16408.801751  -1719.425734  20422.680861    763.004136
+PG04 -16043.096491  -4577.465276 -20945.698330    219.590543
+PG05 -24793.065443   2801.310290   9260.369307   -212.675860
+PG06  17571.465290   3565.720295  19808.684751    -80.593651
+PG07    500.509097 -19581.423281  17831.197994     24.869545
+PG08  -7106.941792 -13077.609988  21966.503236      9.050332
+PG09 -14636.444039  22036.673751  -3034.097640    103.084158
+PG10 -23854.604798  -9723.167160  -7458.728174    -11.873204
+PG11  12457.199071 -23088.183926   2390.324350   -182.370919
+PG12  -9836.731801  12742.858103 -21083.065650     19.820539
+PG13  -3230.074130 -25624.268794  -6151.675429    253.435925
+PG14  14446.676356  18677.889276 -12140.453179    170.233420
+PG15  -8232.635081  16321.731767  19217.185075   -107.984055
+PG16  24291.459996  -2675.843914  10784.284398   -195.428566
+PG17 -15350.556766 -17876.716368 -12338.937754    176.774267
+PG18  11063.701789  15944.569702  18621.989381    155.355917
+PG19  11067.493249 -12912.685204  20285.709816   -179.588791
+PG20   7735.768816 -14692.463214 -20861.228594     52.451200
+PG21   3805.328281  18021.842955  19362.193728   -168.803044
+PG22  22361.588785  11086.013609   9426.880688    144.874228
+PG23   2352.578366 -22113.649638 -14226.279314    279.175419
+PG24  14632.685741 -21408.622370  -4852.752533    420.571863
+PG25   3229.152026  15444.391013 -21396.128928     16.871863
+PG26 -13975.248719   3442.983747  21733.813383   -143.966573
+PG27 -17867.230419  18961.744743   4638.325129    301.198583
+PG28 -19762.464576 -12933.868817  12923.275943     64.379163
+PG29   4417.585575  25553.026314  -5784.524778    236.425655
+PG30   7312.580749  15194.712147 -20926.652367     90.043700
+PG31  16946.614538    863.718409 -20292.578426    135.569301
+PG32  16242.187964  -9388.228028 -18358.048292   -321.732428
+PR01  20295.816235  12168.963905   9515.341246 999999.999999
+PR02  23637.707781   4081.156419  -8651.404658 999999.999999
+PR03  19103.602447 -16816.302583    657.180264 999999.999999
+PR04  -7393.562290  13232.504887 -20506.777503 999999.999999
+PR05 -20255.588792 -12180.172740  -9594.772024 999999.999999
+PR06 -23781.190245  -4532.268902   7973.786108 999999.999999
+PR07 -11697.454959   7710.680113  21305.617689 999999.999999
+PR08   4934.993634  12810.081450  21510.016734 999999.999999
+PR09 -19380.826664   6922.726788  14987.845099 999999.999999
+PR10 -19159.942156  16899.516485   -755.656543 999999.999999
+PR11  -7991.696829  17124.249694 -17101.583252 999999.999999
+PR12   8193.881442   7196.404076 -23084.568415 999999.999999
+PR13  19116.356964  -7131.728492 -15315.791171 999999.999999
+PR15   6224.860220 -16375.504606  18584.144138 999999.999999
+PR16  -8527.556402  -6879.588657  23002.124330 999999.999999
+PR17   6364.283870 -15839.267686  18922.585755 999999.999999
+PR18  -2533.302912 -25003.554047   4031.141669 999999.999999
+PR19  -9559.367916 -19723.526307 -13053.269548 999999.999999
+PR20 -11198.245384  -2197.693362 -22803.732166 999999.999999
+PR21  -6351.212728  15613.230514 -19112.901414 999999.999999
+PR22   2465.950551  25093.800772  -4358.325395 999999.999999
+PR23   9800.597066  19593.874811  13053.100534 999999.999999
+PR24  11357.823384   2958.500825  22623.208113 999999.999999
+*  2011  9  2 17 15  0.00000000
+PG02 -19520.285878   8683.983311 -15388.301914    354.097482
+PG03  17527.636542    387.160625  19590.029410    763.008035
+PG04 -14638.706845  -6502.522929 -21433.738865    219.600358
+PG05 -25664.422135   2442.596984   6625.033538   -212.680555
+PG06  18406.850499   5571.779294  18560.581290    -80.585098
+PG07   1803.302225 -21025.332273  15987.176585     24.871136
+PG08  -5409.765184 -14867.642666  21249.628095      9.050826
+PG09 -14856.903042  22025.093436   -140.879691    103.088174
+PG10 -22865.652644  -9817.376534 -10027.447536    -11.872243
+PG11  12722.437756 -22468.756151   5067.644534   -182.373837
+PG12 -12158.584585  12329.506889 -20079.569427     19.822648
+PG13  -2808.512725 -24874.650317  -8893.874858    253.434232
+PG14  14713.479888  19921.662347  -9630.687504    170.235376
+PG15  -9268.613126  14298.260934  20340.937119   -107.982541
+PG16  25324.997198  -2339.843236   8194.257669   -195.430398
+PG17 -15621.944152 -19148.614581  -9895.266314    176.772738
+PG18   8929.638128  15776.238727  19858.247879    155.357597
+PG19  11892.348399 -10675.693230  21133.737374   -179.592560
+PG20  10043.222181 -14400.826238 -20054.511558     52.452024
+PG21   2387.761270  19561.061136  17961.376266   -168.805202
+PG22  21137.740809  11200.805318  11840.944621    144.874359
+PG23   3201.892109 -20558.343343 -16276.945540    279.172830
+PG24  15131.350784 -21515.816203  -2040.146495    420.575106
+PG25    776.937067  15203.910108 -21792.404818     16.873527
+PG26 -14788.998530    979.476899  21485.776102   -143.977489
+PG27 -17684.782661  18332.239940   7446.433253    301.201948
+PG28 -18245.499805 -12816.582585  15147.378965     64.381716
+PG29   3907.233517  24865.456135  -8482.560738    236.428750
+PG30   4959.206157  15201.685314 -21613.118579     90.039728
+PG31  15518.849240   2801.278339 -21210.879341    135.574353
+PG32  18228.931307  -8771.586988 -16710.610018   -321.738367
+PR01  19052.180292  11636.779648  12337.749460 999999.999999
+PR02  24512.936130   4239.418588  -5607.957667 999999.999999
+PR03  18877.728443 -16889.456803  -2588.486946 999999.999999
+PR04  -7886.749719  10667.645395 -21779.041419 999999.999999
+PR05 -19001.694759 -11646.000369 -12410.223356 999999.999999
+PR06 -24578.111590  -4653.790412   4892.510950 999999.999999
+PR07 -14172.453292   7112.562171  19967.172333 999999.999999
+PR08   2370.243970  11942.048355  22425.753878 999999.999999
+PR09 -17803.833501   5686.587355  17290.789074 999999.999999
+PR10 -18931.234764  16987.675397   2478.439912 999999.999999
+PR11  -9353.643290  18552.746628 -14753.612731 999999.999999
+PR12   6064.998741   9079.397693 -23093.055263 999999.999999
+PR13  17528.027974  -5861.819531 -17590.580186 999999.999999
+PR15   7719.176315 -17944.144286  16460.902800 999999.999999
+PR16  -6384.635193  -8761.635353  23047.992193 999999.999999
+PR17   6763.245452 -13430.026460  20581.622596 999999.999999
+PR18  -2533.203968 -24298.303962   7158.985776 999999.999999
+PR19  -9985.337598 -21105.799655 -10276.899485 999999.999999
+PR20 -11785.462894  -4906.494818 -22069.205525 999999.999999
+PR21  -6786.670428  13190.086407 -20729.470317 999999.999999
+PR22   2471.193918  24349.421128  -7457.750769 999999.999999
+PR23  10235.620464  20974.933323  10280.494043 999999.999999
+PR24  11976.106034   5634.595573  21781.289676 999999.999999
+*  2011  9  2 17 30  0.00000000
+PG02 -18700.139312   6953.052703 -17216.409871    354.099161
+PG03  18677.278055   2339.481631  18409.777889    763.012662
+PG04 -13310.131942  -8525.587917 -21561.058714    219.610470
+PG05 -26249.722028   2148.309683   3876.410047   -212.685252
+PG06  19261.964265   7396.499038  16999.020457    -80.577177
+PG07   2900.401979 -22351.635704  13865.371819     24.873034
+PG08  -3878.464892 -16675.696707  20164.330421      9.052393
+PG09 -14904.501307  21746.677793   2754.705745    103.091157
+PG10 -21606.811440  -9937.400265 -12428.704810    -11.873786
+PG11  12916.193435 -21577.996563   7655.244102   -182.376337
+PG12 -14367.496668  12053.474978 -18728.789528     19.824836
+PG13  -2235.295346 -23869.047746 -11483.111584    253.432232
+PG14  14934.877313  20876.263687  -6955.385986    170.237293
+PG15 -10452.921561  12235.181497  21113.685015   -107.980739
+PG16  26077.260827  -2091.674581   5465.704097   -195.432345
+PG17 -15842.084478 -20142.853702  -7282.415812    176.771401
+PG18   6669.800386  15702.564679  20765.113584    155.359278
+PG19  12857.480954  -8416.990450  21615.478551   -179.595666
+PG20  12253.546628 -14222.571226 -18906.332318     52.452610
+PG21   1137.335398  21026.622547  16255.076166   -168.807474
+PG22  19663.367328  11350.961530  14054.228533    144.874403
+PG23   4223.136244 -18854.397043 -18042.937096    279.170024
+PG24  15430.320139 -21389.702070    808.286136    420.578459
+PG25  -1708.436778  15092.107707 -21814.681859     16.875109
+PG26 -15715.186604  -1383.281073  20848.285440   -143.988687
+PG27 -17373.444104  17432.406658  10126.127063    301.206706
+PG28 -16494.673552 -12757.935755  17122.099452     64.384817
+PG29   3239.955213  23933.835981 -11034.616600    236.432211
+PG30   2553.950702  15334.283444 -21940.981387     90.035839
+PG31  14150.901154   4885.640340 -21758.831473    135.579880
+PG32  20040.832405  -8285.609056 -14764.947768   -321.744122
+PR01  17450.649019  11115.289938  14920.471528 999999.999999
+PR02  25026.979849   4242.076255  -2455.475614 999999.999999
+PR03  18374.336052 -16657.022632  -5783.601001 999999.999999
+PR04  -8602.934170   8020.564285 -22628.019170 999999.999999
+PR05 -17390.564649 -11123.733233 -14984.627741 999999.999999
+PR06 -25007.616815  -4623.993862   1715.973788 999999.999999
+PR07 -16497.460490   6722.035306  18240.465453 999999.999999
+PR08   -333.560550  11239.702403  22906.466422 999999.999999
+PR09 -16137.479967   4150.546799  19256.053353 999999.999999
+PR10 -18426.153853  16772.094981   5664.653943 999999.999999
+PR11 -10393.753954  19857.011715 -12118.209594 999999.999999
+PR12   4100.970728  11094.663737 -22654.979323 999999.999999
+PR13  15861.318749  -4289.288592 -19523.993771 999999.999999
+PR15   8897.252253 -19418.134914  14019.302367 999999.999999
+PR16  -4400.937453 -10781.460440  22644.294416 999999.999999
+PR17   7385.181388 -10883.916388  21840.065834 999999.999999
+PR18  -2378.015946 -23232.319097  10146.928782 999999.999999
+PR19 -10417.072643 -22112.077281  -7300.943168 999999.999999
+PR20 -12539.248796  -7452.713329 -20905.457474 999999.999999
+PR21  -7446.027260  10638.598054 -21942.605757 999999.999999
+PR22   2318.261513  23250.139571 -10413.599754 999999.999999
+PR23  10672.335096  21980.707891   7308.059597 999999.999999
+PR24  12752.572741   8133.427845  20515.333486 999999.999999
+*  2011  9  2 17 45  0.00000000
+PG02 -17871.323875   5020.986676 -18741.215456    354.101029
+PG03  19821.635484   4109.765502  16904.327365    763.017379
+PG04 -12083.874948 -10609.188001 -21324.565608    219.620477
+PG05 -26535.426578   1883.742849   1061.522828   -212.689844
+PG06  20100.892079   9016.726585  15150.572645    -80.568588
+PG07   3795.768425 -23515.633222  11502.307079     24.874207
+PG08  -2531.938930 -18453.787024  18727.823056      9.051403
+PG09 -14813.228815  21181.985884   5602.540168    103.093450
+PG10 -20099.503249 -10115.926659 -14622.534123    -11.875444
+PG11  13070.638432 -20419.470576  10106.937072   -182.379979
+PG12 -16417.322299  11900.220796 -17053.692725     19.826770
+PG13  -1486.566041 -22642.710861 -13875.212326    253.430904
+PG14  15070.423523  21538.852278  -4160.811128    170.238653
+PG15 -11772.648605  10178.207219  21522.602584   -107.979526
+PG16  26529.774587  -1896.306782   2644.805509   -195.434407
+PG17 -15972.110295 -20856.777938  -4545.340767    176.769889
+PG18   4325.221328  15737.900437  21327.030463    155.361073
+PG19  13950.670660  -6184.113532  21723.665390   -179.599590
+PG20  14324.308059 -14144.125079 -17435.858066     52.452944
+PG21     57.298183  22375.171122  14270.377966   -168.810123
+PG22  17964.141968  11566.048459  16029.480102    144.873631
+PG23   5419.500615 -17047.870584 -19494.076761    279.167476
+PG24  15557.899744 -21007.739155   3642.534891    420.582408
+PG25  -4177.869858  15111.500888 -21462.498296     16.876724
+PG26 -16726.131442  -3599.742747  19834.714467   -143.999883
+PG27 -16975.318306  16262.284990  12632.641907    301.211501
+PG28 -14541.789917 -12787.903627  18815.738577     64.386799
+PG29   2394.465193  22791.880178 -13396.611273    236.434685
+PG30    143.113677  15594.788819 -21904.996976     90.031750
+PG31  12877.075144   7079.032927 -21926.046139    135.584621
+PG32  21637.233885  -7911.162648 -12555.662538   -321.750194
+PR01  15520.455925  10657.567690  17213.398374 999999.999999
+PR02  25154.881790   4138.217398    744.741521 999999.999999
+PR03  17643.385032 -16089.507085  -8865.809069 999999.999999
+PR04  -9537.542290   5360.418217 -23037.264584 999999.999999
+PR05 -15451.664097 -10666.315202 -17267.998571 999999.999999
+PR06 -25046.617422  -4493.149884  -1493.973236 999999.999999
+PR07 -18611.030216   6521.241627  16158.999271 999999.999999
+PR08  -3112.133598  10727.723125  22942.840300 999999.999999
+PR09 -14445.687850   2330.521714  20845.413232 999999.999999
+PR10 -17694.036082  16222.790282   8741.383724 999999.999999
+PR11 -11116.524606  20975.021104  -9246.605494 999999.999999
+PR12   2345.294393  13187.638381 -21779.453359 999999.999999
+PR13  14180.179228  -2431.860381 -21078.656312 999999.999999
+PR15   9758.047509 -20733.810366  11306.688699 999999.999999
+PR16  -2621.105832 -12884.260294  21798.525762 999999.999999
+PR17   8234.240485  -8269.330985  22673.710476 999999.999999
+PR18  -2025.334700 -21845.356751  12936.714470 999999.999999
+PR19 -10797.788927 -22730.064168  -4183.186371 999999.999999
+PR20 -13422.845607  -9778.164576 -19334.913045 999999.999999
+PR21  -8331.761797   8027.279653 -22729.060084 999999.999999
+PR22   1965.386292  21835.734287 -13168.868190 999999.999999
+PR23  11054.037877  22599.490608   4193.585484 999999.999999
+PR24  13648.458025  10398.808358  18850.022803 999999.999999
+*  2011  9  2 18  0  0.00000000
+PG02 -17070.484731   2915.084884 -19936.846784    354.102494
+PG03  20921.871931   5677.927125  15101.733765    763.020371
+PG04 -10979.998566 -12711.784050 -20727.184905    219.630254
+PG05 -26516.460219   1612.579998  -1771.505550   -212.694622
+PG06  20885.276461  10416.755701  13046.525971    -80.560086
+PG07   4501.636123 -24475.834119   8938.852751     24.875902
+PG08  -1380.471959 -20152.174251  16963.693011      9.050470
+PG09 -14620.892893  20320.138870   8352.663891    103.095789
+PG10 -18372.058429 -10381.564907 -16572.358727    -11.876506
+PG11  13217.580219 -19004.855409  12378.789252   -182.382994
+PG12 -18266.322885  11847.856405 -15082.955851     19.829128
+PG13   -545.677830 -21236.309953 -16029.535916    253.429329
+PG14  15080.995218  21915.614735  -1295.043080    170.240407
+PG15 -13207.338656   8170.682930  21561.166972   -107.977812
+PG16  26672.491971  -1716.153833   -220.765383   -195.436522
+PG17 -15974.493092 -21296.344484  -1730.891850    176.768574
+PG18   1939.471927  15889.537837  21533.924336    155.362836
+PG19  15152.074654  -4021.936661  21457.534838   -179.603252
+PG20  16216.945958 -14145.281863 -15667.753616     52.453187
+PG21   -856.635597  23564.523652  12039.535964   -168.812619
+PG22  16072.018800  11870.977217  17733.488657    144.873897
+PG23   6785.847598 -15185.977769 -20605.886702    279.164659
+PG24  15547.234297 -20354.944457   6412.906555    420.585563
+PG25  -6582.649730  15256.474753 -20741.802466     16.878306
+PG26 -17787.834402  -5630.878351  18465.356994   -144.010941
+PG27 -16532.881732  14830.580259  14924.883958    301.215604
+PG28 -12424.298306 -12930.667079  20201.144553     64.389843
+PG29   1356.574000  21478.394640 -15527.668409    236.437570
+PG30  -2227.193995  15977.687549 -21505.744545     90.027699
+PG31  11725.257980   9338.028960 -21708.875898    135.589543
+PG32  22983.560467  -7622.756852 -10122.241132   -321.756301
+PR01  13302.406980  10311.112599  19172.071057 999999.999999
+PR02  24884.274630   3981.000211   3930.483135 999999.999999
+PR03  16741.409427 -15169.551488 -11775.040149 999999.999999
+PR04 -10673.684235   2755.138407 -22998.879549 999999.999999
+PR05 -13226.009158 -10321.074645 -19216.006986 999999.999999
+PR06 -24684.839270  -4315.261936  -4674.835320 999999.999999
+PR07 -20457.954644   6481.782979  13763.198478 999999.999999
+PR08  -5897.575310  10419.215949  22534.165535 999999.999999
+PR09 -12789.849615    254.971054  22028.049096 999999.999999
+PR10 -16790.773773  15321.693994  11649.075677 999999.999999
+PR11 -11539.150989  21849.017610  -6194.699734 999999.999999
+PR12    830.651029  15297.667329 -20483.946823 999999.999999
+PR13  12545.593844   -319.751930 -22224.554534 999999.999999
+PR15  10313.465101 -21830.590818   8375.581334 999999.999999
+PR16  -1079.113071 -15008.752632  20526.869710 999999.999999
+PR17   9302.111639  -5655.363824  23066.649932 999999.999999
+PR18  -1441.642616 -20187.074292  15474.061650 999999.999999
+PR19 -11070.736136 -22960.808555   -984.177849 999999.999999
+PR20 -14390.442202 -11833.399420 -17387.951089 999999.999999
+PR21  -9433.918615   5424.978154 -23073.921351 999999.999999
+PR22   1379.654927  20155.571352 -15670.321776 999999.999999
+PR23  11324.201773  22832.893206    997.612483 999999.999999
+PR24  14616.415621  12383.769574  16817.822749 999999.999999
+*  2011  9  2 18 15  0.00000000
+PG02 -16329.884707    669.288561 -20783.474249    354.104263
+PG03  21937.949731   7032.074804  13035.074385    763.024980
+PG04 -10011.441497 -14789.152649 -19777.884597    219.640903
+PG05 -26196.375858   1298.483808  -4574.261536   -212.699326
+PG06  21575.788613  11588.717406  10722.383347    -80.551888
+PG07   5037.848411 -25195.579704   6219.509466     24.877333
+PG08   -425.437936 -21721.229646  14901.579341      9.050502
+PG09 -14367.525332  19159.502893  10956.192246    103.098591
+PG10 -16458.783977 -10757.638363 -18245.542549    -11.877845
+PG11  13387.003510 -17353.654026  14429.998724   -182.385947
+PG12 -19878.642287  11868.106400 -12850.483737     19.831369
+PG13    595.998285 -19694.383806 -17909.636579    253.427349
+PG14  14930.430276  22021.353467   1592.846476    170.242081
+PG15 -14729.672139   6252.073757  21229.235290   -107.976454
+PG16  26504.139906  -1512.683097  -3082.608327   -195.438482
+PG17 -15814.605470 -21475.720177   1112.972473    176.767292
+PG18   -442.749645  16157.371297  21381.400183    155.364558
+PG19  16434.943654  -1971.132119  20822.765989   -179.606885
+PG20  17898.081813 -14200.056343 -13631.801032     52.453363
+PG21  -1616.023377  24555.276430   9599.557514   -168.814914
+PG22  14024.155166  12284.931299  19137.604016    144.873639
+PG23   8308.774745 -13315.330456 -21359.973067    279.162055
+PG24  15434.818890 -19424.605718   9070.944880    420.587765
+PG25  -8876.127119  15513.515306 -19664.858375     16.879841
+PG26 -18861.412477  -7445.478139  16766.867998   -144.022350
+PG27 -16087.261658  13154.353293  16965.986614    301.218457
+PG28 -10184.065986 -13203.661273  21256.052411     64.392560
+PG29    119.951970  20035.803521 -17390.835583    236.440602
+PG30  -4512.559499  16469.853665 -20749.618856     90.023482
+PG31  10715.883628  11615.060896 -21110.532022    135.594779
+PG32  24052.596055  -7389.758130  -7508.271705   -321.762517
+PR01  10847.383341  10115.708780  20758.537492 999999.999999
+PR02  24215.934125   3825.154736   7039.842130 999999.999999
+PR03  15728.983208 -13892.874103 -14454.688911 999999.999999
+PR04 -11982.743064    268.820986 -22513.662917 999999.999999
+PR05 -10764.664598 -10127.587618 -20790.840343 999999.999999
+PR06 -23925.299183  -4145.529122  -7764.702086 999999.999999
+PR07 -21991.404254   6566.111119  11099.626384 999999.999999
+PR08  -8620.947899  10315.209259  21688.350317 999999.999999
+PR09 -11226.294441  -2036.054686  22781.139560 999999.999999
+PR10 -15776.354403  14063.644215  14331.366479 999999.999999
+PR11 -11690.554724  22428.009146  -3021.963561 999999.999999
+PR12   -422.198446  17360.392632 -18793.912509 999999.999999
+PR13  11013.084799   2005.340862 -22939.604913 999999.999999
+PR15  10587.587059 -22653.532977   5282.666349 999999.999999
+PR16    202.966765 -17089.607887  18853.904303 999999.999999
+PR17  10568.241161  -3109.131213  23011.561845 999999.999999
+PR18   -603.972339 -18314.964734  17709.725803 999999.999999
+PR19 -11181.799828 -22818.513437   2233.947402 999999.999999
+PR20 -15389.139445 -13579.529288 -15102.325445 999999.999999
+PR21 -10730.399092   2898.209077 -22970.873807 999999.999999
+PR22    538.642720  18266.620762 -17869.508467 999999.999999
+PR23  11429.068771  22695.627170  -2217.747026 999999.999999
+PR24  15602.564671  14052.275265  14458.341820 999999.999999
+*  2011  9  2 18 30  0.00000000
+PG02 -15676.155906  -1676.992808 -21267.595674    354.106129
+PG03  22830.211738   8168.678485  10741.737185    763.029994
+PG04  -9183.605023 -16795.891082 -18491.608664    219.650697
+PG05 -25587.204759    906.687254  -7298.851799   -212.704238
+PG06  22133.647764  12532.683095   8217.298955    -80.543126
+PG07   5430.885369 -25644.493101   3391.615702     24.878817
+PG08    340.635853 -23113.335501  12576.718682      9.049788
+PG09 -14093.672932  17708.025824  13366.257580    103.101968
+PG10 -14398.825691 -11261.176079 -19613.890412    -11.879525
+PG11  13605.688223 -15492.590691  16223.720290   -182.388841
+PG12 -21225.564322  11927.532352 -10394.827293     19.833360
+PG13   1938.577906 -18063.662050 -19483.847915    253.426127
+PG14  14587.050185  21878.760511   4453.621879    170.243753
+PG15 -16306.417257   4456.619249  20533.011446   -107.974931
+PG16  26032.249361  -1248.059413  -5892.368803   -195.440400
+PG17 -15462.172031 -21416.582087   3937.978674    176.765473
+PG18  -2777.078154  16533.837093  20870.870012    155.366001
+PG19  17766.609470    -66.813807  19831.307510   -179.610452
+PG20  19340.643692 -14277.773037 -11362.431658     52.453964
+PG21  -2239.137796  25312.355785   6991.671829   -168.817226
+PG22  11861.652902  12820.519225  20218.183955    144.873424
+PG23   9967.010358 -11480.233492 -21744.289221    279.159327
+PG24  15258.889585 -18218.669335  11570.318840    420.589548
+PG25 -11015.316050  15861.759420 -18250.044654     16.881368
+PG26 -19904.721131  -9021.099073  14771.581808   -144.034267
+PG27 -15676.623019  11258.416452  18723.762771    301.221529
+PG28  -7866.011520 -13616.872035  21963.366447     64.395239
+PG29  -1313.411993  18508.544486 -18953.739112    236.443602
+PG30  -6671.718236  17051.016921 -19648.750306     90.019413
+PG31   9861.205549  13860.118731 -20141.067260    135.599733
+PG32  24825.461901  -7177.828095  -4760.570724   -321.768549
+PR01   8214.434582  10101.623890  21942.081305 999999.999999
+PR02  23163.799011   3724.423507  10012.421289 999999.999999
+PR03  14668.037484 -12268.666363 -16852.723279 999999.999999
+PR04 -13425.473305  -2040.712338 -21591.090893 999999.999999
+PR05  -8126.832611 -10115.883047 -21961.933567 999999.999999
+PR06 -22784.239811  -4037.763947 -10703.461616 999999.999999
+PR07 -23174.731957   6729.316811   8220.078796 999999.999999
+PR08 -11214.899024  10404.675236  20421.770254 999999.999999
+PR09  -9803.993014  -4492.357239  23090.291688 999999.999999
+PR10 -14712.241867  12456.847506  16736.169595 999999.999999
+PR11 -11609.916174  22670.002757    209.731003 999999.999999
+PR12  -1405.013696  19310.298134 -16742.271823 999999.999999
+PR13   9630.465584   4491.738514 -23210.067950 999999.999999
+PR15  10615.409441 -23155.663227   2087.713567 999999.999999
+PR16   1215.673859 -19060.076166  16812.135759 999999.999999
+PR17  12000.579364   -693.194986  22509.825828 999999.999999
+PR18    498.885399 -16291.986219  19600.451825 999999.999999
+PR19 -11082.003614 -22329.812590   5408.676631 999999.999999
+PR20 -16361.237539 -14989.613796 -12522.437803 999999.999999
+PR21 -12187.776337    508.608556 -22422.290534 999999.999999
+PR22   -568.384114  16231.173232 -19723.688569 999999.999999
+PR23  11320.135928  22214.750190  -5390.019914 999999.999999
+PR24  16548.829424  15380.473972  11817.553152 999999.999999
+*  2011  9  2 18 45  0.00000000
+PG02 -15129.304876  -4080.259527 -21382.190927    354.107877
+PG03  23560.932971   9092.403488   8262.654788    763.035568
+PG04  -8494.229466 -18686.992343 -16889.114276    219.660669
+PG05 -24708.996779    405.524937  -9898.705418   -212.709313
+PG06  22522.133568  13256.477285   5573.460656    -80.534679
+PG07   5712.624080 -25799.696438    504.495207     24.880327
+PG08    933.638500 -24284.742490  10029.361397      9.049429
+PG09 -13838.639759  15983.200062  15538.954970    103.104677
+PG10 -12234.862420 -11902.138132 -20654.092309    -11.881088
+PG11  13895.965538 -13454.710986  17727.810482   -182.391458
+PG12 -22286.501652  11988.974833  -7758.511478     19.835508
+PG13   3473.497870 -16391.326334 -20725.780581    253.424520
+PG14  14025.009241  21517.408642   7238.699469    170.245307
+PG15 -17899.615557   2812.201918  19484.906175   -107.973125
+PG16  25272.871844   -886.765009  -8602.511688   -195.442771
+PG17 -14892.556217 -21147.151490   6696.323855    176.763990
+PG18  -5020.941829  17004.134740  20009.606253    155.368012
+PG19  19109.701966   1662.588280  18501.103288   -179.614295
+PG20  20524.763651 -14344.351209  -8898.175480     52.454415
+PG21  -2750.124808  25806.447418   4260.684503   -168.819506
+PG22   9628.163501  13483.182690  20956.965662    144.873243
+PG23  11732.122072  -9721.097096 -21753.277195    279.156576
+PG24  15057.760825 -16747.788817  13867.660240    420.592911
+PG25 -12962.357648  16273.841241 -16521.549589     16.882964
+PG26 -20874.089852 -10344.627875  12516.736775   -144.045347
+PG27 -15334.717061   9174.469037  20171.058320    301.225129
+PG28  -5516.642883 -14172.400514  22311.386378     64.397946
+PG29  -2933.076765  16941.394578 -20189.162058    236.446326
+PG30  -8667.895808  17694.499574 -18220.852090     90.015368
+PG31   9164.908482  16022.562438 -18817.221284    135.604749
+PG32  25292.254645  -6950.517291  -1928.245703   -321.774364
+PR01   5468.541546  10288.225251  22699.809561 999999.999999
+PR02  21754.457083   3729.050430  12790.507955 999999.999999
+PR03  13619.144968 -10319.427008 -18922.693633 999999.999999
+PR04 -14953.562994  -4124.082806 -20249.129605 999999.999999
+PR05  -5377.610973 -10305.065603 -22706.559685 999999.999999
+PR06 -21290.525762  -4041.875847 -13433.976754 999999.999999
+PR07 -23982.865787   6921.241580   5180.573242 999999.999999
+PR08 -13616.225300  10665.073412  18758.955397 999999.999999
+PR09  -8562.597314  -7055.465616  22949.801265 999999.999999
+PR10 -13658.708040  10522.795182  18816.685854 999999.999999
+PR11 -11344.777208  22543.877735   3437.333705 999999.999999
+PR12  -2122.151134  21083.310305 -14368.769891 999999.999999
+PR13   8435.937082   7079.693409 -23030.802628 999999.999999
+PR15  10441.130892 -23299.997772  -1147.562237 999999.999999
+PR16   1962.333470 -20854.698441  14441.367755 999999.999999
+PR17  13556.823785   1536.808653  21571.472845 999999.999999
+PR18   1865.680093 -14183.987700  21109.799850 999999.999999
+PR19 -10729.805003 -21532.542026   8478.335746 999999.999999
+PR20 -17246.748662 -16049.551928  -9698.475672 999999.999999
+PR21 -13762.598392  -1689.394126 -21439.158848 999999.999999
+PR22  -1939.751142  14114.349339 -21196.665485 999999.999999
+PR23  10956.428679  21428.411716  -8457.589041 999999.999999
+PR24  17395.473066  16357.445122   8946.891161 999999.999999
+*  2011  9  2 19  0  0.00000000
+PG02 -14702.006409  -6494.445547 -21126.749332    354.109635
+PG03  24095.781297   9815.627612   5641.504364    763.040245
+PG04  -7933.570356 -20419.433446 -14996.709346    219.670381
+PG05 -23589.068317   -232.153912 -12329.354663   -212.714124
+PG06  22708.036999  13775.206847   2835.425315    -80.525709
+PG07   5918.881425 -25646.744576  -2391.438399     24.881850
+PG08   1377.090251 -25197.304260   7304.065897      9.050191
+PG09 -13638.755519  14011.638946  17434.266308    103.107151
+PG10 -10011.676195 -12682.903097 -21348.106876    -11.884221
+PG11  14274.668442 -11278.223495  18915.471910   -182.394445
+PG12 -23049.675733  12013.155747  -4987.285195     19.837507
+PG13   5183.684835 -14723.275922 -21614.728426    253.422965
+PG14  13225.421653  20972.500991   9900.940095    170.247055
+PG15 -19467.954786   1339.470918  18103.294850   -107.971953
+PG16  24249.991507   -397.135911 -11167.085696   -195.444700
+PG17 -14087.837010 -20700.999592   9341.443874    176.762458
+PG18  -7134.973174  17546.728038  18810.715225    155.369441
+PG19  20423.545939   3196.184662  16855.725448   -179.618013
+PG20  21438.412420 -14363.738293  -6281.034368     52.454746
+PG21  -3177.901698  26015.240116   1454.222560   -168.822130
+PG22   7368.407152  14270.881546  21341.357178    144.873110
+PG23  13569.506321  -8073.026798 -21387.889725    279.153824
+PG24  14868.179002 -15031.034010  15923.333446    420.595250
+PG25 -14685.791991  16717.002967 -14508.966586     16.884484
+PG26 -21726.092108 -11412.452137  10043.635546   -144.056920
+PG27 -15089.635237   6940.012018  21286.014205    301.229158
+PG28  -3182.546215 -14864.309347  22293.977330     64.400656
+PG29  -4720.347914  15377.791780 -21075.534113    236.449427
+PG30 -10469.996267  18368.199021 -16488.993702     90.011396
+PG31   8622.077695  18052.974737 -17162.129908    135.609858
+PG32  25452.319465  -6670.943164    938.280172   -321.780196
+PR01   2678.141389  10683.070820  23017.088878 999999.999999
+PR02  20026.119448   3883.424801  15320.193908 999999.999999
+PR03  12638.887770  -8080.242646 -20624.624205 999999.999999
+PR04 -16511.594064  -5942.163238 -18513.883651 999999.999999
+PR05  -2585.513251 -10702.414341 -23010.268558 999999.999999
+PR06 -19484.526960  -4201.528265 -15903.199978 999999.999999
+PR07 -24403.231563   7088.821929   2040.253471 999999.999999
+PR08 -15768.270582  11063.394123  16732.120530 999999.999999
+PR09  -7530.896551  -9660.862762  22362.739735 999999.999999
+PR10 -12672.225733   8295.633096  20532.318582 999999.999999
+PR11 -10948.795678  22030.816573   6597.864359 999999.999999
+PR12  -2590.117331  22619.349956 -11719.213076 999999.999999
+PR13   7456.604027   9703.646747 -22405.357231 999999.999999
+PR15  10116.066717 -23061.166635  -4360.675531 999999.999999
+PR16   2458.674138 -22411.986015  11787.918271 999999.999999
+PR17  15186.105868   3534.237656  20214.968996 999999.999999
+PR18   3482.534003 -12057.040671  22208.829480 999999.999999
+PR19 -10093.087049 -20474.058984  11383.289609 999999.999999
+PR20 -17986.028220 -16758.438947  -6685.431934 999999.999999
+PR21 -15403.123830  -3650.589286 -20040.842047 999999.999999
+PR22  -3561.176579  11981.501535 -22259.501154 999999.999999
+PR23  10306.464716  20384.151397 -11360.891721 999999.999999
+PR24  18083.717972  16985.408079   5902.241726 999999.999999
+*  2011  9  2 19 15  0.00000000
+PG02 -14399.207849  -8872.525221 -20507.176334    354.111302
+PG03  24405.132499  10357.671511   2923.892916    763.044893
+PG04  -7484.873329 -21953.717787 -12845.888430    219.680480
+PG05 -22260.986217  -1027.744920 -14549.182194   -212.718937
+PG06  22662.996982  14110.523315     49.414540    -80.517041
+PG07   6087.799171 -25180.236174  -5245.600993     24.883543
+PG08   1701.030234 -25820.012401   4448.883551      9.050373
+PG09 -13525.747236  11828.271843  19016.935077    103.109318
+PG10  -7774.646379 -13598.037902 -21683.478846    -11.884463
+PG11  14752.324163  -9005.132944  19765.779026   -182.397446
+PG12 -23512.459762  11960.376589  -2129.307289     19.839780
+PG13   7044.049443 -13102.462097 -22135.979377    253.420780
+PG14  12177.226665  20283.428327  12395.407400    170.248759
+PG15 -20968.275970     51.251484  16412.179105   -107.970340
+PG16  22994.653141    247.241837 -13542.468812   -195.446920
+PG17 -13037.637518 -20115.670716  11828.754179    176.760914
+PG18  -9084.319846  18134.113990  17293.025164    155.371541
+PG19  21665.682963   4521.187016  14923.924694   -179.621489
+PG20  22077.745084 -14299.437744  -3555.787441     52.455522
+PG21  -3554.833101  25924.423497  -1378.119905   -168.824612
+PG22   5126.658476  15174.067380  21364.645366    144.873346
+PG23  15439.616280  -6564.642367 -20655.497758    279.150940
+PG24  14723.759713 -13095.275673  17702.122473    420.597671
+PG25 -16161.589496  17154.427652 -12246.796107     16.886054
+PG26 -22419.274601 -12230.249333   7396.768865   -144.068307
+PG27 -14962.802065   4597.086277  22052.245423    301.233245
+PG28   -908.872460 -15678.755965  21910.682721     64.403654
+PG29  -6648.803483  13858.217865 -21597.323550    236.452591
+PG30 -12053.595045  19035.785152 -14481.299942     90.007509
+PG31   8219.528187  19904.977448 -15204.903076    135.615002
+PG32  25314.151103  -6303.477568   3788.254914   -321.785896
+PR01    -87.483072  11281.512873  22887.822325 999999.999999
+PR02  18027.126431   4223.980493  17552.418639 999999.999999
+PR03  11777.419952  -5597.546766 -21925.770395 999999.999999
+PR04 -18039.319257  -7467.452717 -16419.087436 999999.999999
+PR05    180.146557 -11302.995151 -22867.165730 999999.999999
+PR06 -17416.536881  -4552.069282 -18063.204697 999999.999999
+PR07 -24436.166761   7178.565729  -1139.768788 999999.999999
+PR08 -17623.060251  11557.658236  14380.547119 999999.999999
+PR09  -6725.752066 -12240.469692  21340.868077 999999.999999
+PR10 -11803.032135   5821.007678  21849.475208 999999.999999
+PR11 -10479.248680  21125.231511   9629.660525 999999.999999
+PR12  -2836.621272  23864.732949  -8844.602751 999999.999999
+PR13   6707.472094  12294.734419 -21345.895516 999999.999999
+PR15   9696.275560 -22426.574417  -7489.558444 999999.999999
+PR16   2731.909590 -23676.952887   8903.699744 999999.999999
+PR17  16831.049850   5263.126596  18466.839462 999999.999999
+PR18   5323.313963  -9974.789521  22876.631229 999999.999999
+PR19  -9150.760776 -19209.179624  14067.102447 999999.999999
+PR20 -18522.412374 -17128.373830  -3542.025400 999999.999999
+PR21 -17051.416425  -5340.604342 -18254.683923 999999.999999
+PR22  -5406.102857   9895.614669 -22891.101624 999999.999999
+PR23   9349.824912  19136.822932 -14043.576284 999999.999999
+PR24  18558.341078  17279.387063   2742.846355 999999.999999
+*  2011  9  2 19 30  0.00000000
+PG02 -14218.052366 -11168.138976 -19535.588299    354.112974
+PG03  24465.193559  10743.782008    156.545334    763.050641
+PG04  -7125.135294 -23255.311807 -10472.866924    219.690753
+PG05 -20763.325606  -1995.868345 -16520.123024   -212.723754
+PG06  22364.673454  14289.644186  -2737.421074    -80.508633
+PG07   6258.138042 -24404.076406  -8008.161652     24.884789
+PG08   1940.621009 -26130.261863   1514.451212      9.050450
+PG09 -13525.290218   9475.181550  20257.263138    103.111533
+PG10  -5568.219113 -14634.361548 -21653.584941    -11.887235
+PG11  15332.624426  -6679.724506  20264.071517   -182.400380
+PG12 -23681.370308  11792.243874    765.715447     19.841891
+PG13   9022.285957 -11567.352283 -22281.028852    253.418854
+PG14  10877.761780  19492.189126  14680.082326    170.250317
+PG15 -22357.157187  -1047.740323  14440.759413   -107.968964
+PG16  21543.836313   1066.328366 -15688.084860   -195.448859
+PG17 -11739.676538 -19431.174398  14116.354548    176.759539
+PG18 -10839.806979  18733.838217  15480.883568    155.372955
+PG19  22793.459998   5633.157366  12739.108342   -179.625337
+PG20  22447.142139 -14116.072787   -769.238532     52.455875
+PG21  -3915.235854  25528.387111  -4185.719884   -168.826543
+PG22   2945.252846  16175.947514  21026.117513    144.873005
+PG23  17299.377679  -5217.166764 -19569.690218    279.148250
+PG24  14653.571544 -10974.273280  19173.823518    420.600827
+PG25 -17373.902289  17546.742896  -9773.861779     16.887529
+PG26 -22915.777346 -12812.419621   4622.928248   -144.079585
+PG27 -14968.231207   2190.881047  22458.945603    301.237090
+PG28   1262.130456 -16594.411023  21166.777986     64.406225
+PG29  -8685.127943  12418.706036 -21745.323184    236.455615
+PG30 -13401.700369  19658.073791 -12230.574684     90.003536
+PG31   7936.480342  21536.935753 -12980.080433    135.619871
+PG32  24894.932907  -5815.370213   6571.570336   -321.791839
+PR01  -2760.842274  12066.830835  22314.562454 999999.999999
+PR02  15814.048044   4777.439309  19443.916093 999999.999999
+PR03  11076.326818  -2927.410966 -22801.229045 999999.999999
+PR04 -19474.160452  -8684.961454 -14005.449092 999999.999999
+PR05   2851.897131 -12089.803579 -22280.026260 999999.999999
+PR06 -15144.792805  -5118.823830 -19872.112924 999999.999999
+PR07 -24094.808416   7139.054685  -4297.611423 999999.999999
+PR08 -19143.083433  12098.810312  11749.828072 999999.999999
+PR09  -6151.553187 -14725.282819  19904.381325 999999.999999
+PR10 -11092.965402   3154.432724  22742.239016 999999.999999
+PR11  -9994.392694  19835.146293  12473.598135 999999.999999
+PR12  -2899.166553  24774.324458  -5800.180176 999999.999999
+PR13   6190.965882  14783.439278 -19872.960023 999999.999999
+PR15   9239.997431 -21397.049512 -10473.741972 999999.999999
+PR16   2819.324428 -24603.391557   5845.181813 999999.999999
+PR17  18430.117565   6699.416112  16361.141034 999999.999999
+PR18   7350.524788  -7995.930892  23100.697538 999999.999999
+PR19  -7893.909738 -17797.822621  16477.635537 999999.999999
+PR20 -18804.748708 -17183.725692   -329.544212 999999.999999
+PR21 -18645.711257  -6737.062343 -16115.464977 999999.999999
+PR22  -7436.549977   7914.811601 -23078.659920 999999.999999
+PR23   8078.264483  17746.231434 -16453.594115 999999.999999
+PR24  18770.134216  17266.348030   -469.857573 999999.999999
+*  2011  9  2 19 45  0.00000000
+PG02 -14148.116666 -13337.175546 -18230.006034    354.114599
+PG03  24258.897599  11003.915364  -2613.490118    763.054768
+PG04  -6826.127677 -24295.918092  -7918.015891    219.700190
+PG05 -19138.248104  -3143.608871 -18208.310168   -212.728410
+PG06  21797.712657  14344.167794  -5477.760417    -80.500250
+PG07   6467.551426 -23331.380324 -10630.950896     24.886598
+PG08   2134.528192 -26114.787839  -1446.987329      9.050288
+PG09 -13655.808751   7000.126271  21131.801420    103.113616
+PG10  -3434.405057 -15771.304756 -21257.802315    -11.888814
+PG11  16012.196039  -4346.965687  20402.206337   -182.403159
+PG12 -23571.707751  11473.351511   3647.421043     19.844120
+PG13  11079.946598 -10150.579322 -22047.694712    253.418485
+PG14   9333.024924  18641.731517  16716.525440    170.252425
+PG15 -23592.514242  -1960.869570  12222.926790   -107.967690
+PG16  19939.115036   2072.664588 -17567.081156   -195.450796
+PG17 -10200.024028 -18688.401768  16165.689636    176.757818
+PG18 -12378.905474  19309.725866  13403.859409    155.374812
+PG19  23765.625504   6535.941811  10338.756427   -179.628930
+PG20  22558.941761 -13780.925012   2030.582626     52.456260
+PG21  -4293.774554  24830.579535  -6917.926307   -168.828766
+PG22    863.166695  17253.031207  20331.094143    144.872605
+PG23  19103.736067  -4043.814698 -18149.974368    279.145467
+PG24  14680.921846  -8707.505535  20313.734050    420.602708
+PG25 -18315.506599  17853.637440  -7132.649913     16.889083
+PG26 -23182.785207 -13181.201315   1770.329314   -144.090716
+PG27 -15112.060005   -231.739793  22500.925358    301.240259
+PG28   3292.492823 -17583.152061  20073.261884     64.408665
+PG29 -10790.223329  11089.532077 -21516.824219    236.458298
+PG30 -14505.253539  20194.530881  -9773.849112     89.999560
+PG31   7745.553198  22913.479336 -10526.976832    135.624845
+PG32  24219.740287  -5178.239257   9239.696601   -321.797789
+PR01  -5278.798787  13010.887697  21308.458742 999999.999999
+PR02  13449.458569   5559.472774  20958.047095 999999.999999
+PR03  10566.869388   -133.441176 -23234.392143 999999.999999
+PR04 -20753.823929  -9592.570375 -11319.859471 999999.999999
+PR05   5366.671824 -13034.432392 -21260.241440 999999.999999
+PR06 -12733.181618  -5915.819833 -21294.901707 999999.999999
+PR07 -23404.460277   6923.365567  -7371.834598 999999.999999
+PR08 -20302.649456  12632.925803   8890.989151 999999.999999
+PR09  -5800.213730 -17048.054419  18081.490656 999999.999999
+PR10 -10573.666273    359.241563  23192.896824 999999.999999
+PR11  -9550.794783  18182.016347  15074.259371 999999.999999
+PR12  -2823.242291  25313.361211  -2644.398276 999999.999999
+PR13   5896.986668  17102.281299 -18015.076987 999999.999999
+PR15   8805.009534 -19986.954146 -13255.508671 999999.999999
+PR16   2766.425756 -25155.793669   2672.258953 999999.999999
+PR17  19920.141474   7831.681346  13938.794124 999999.999999
+PR18   9516.684952  -6171.925673  22877.129113 999999.999999
+PR19  -6326.427353 -16302.458069  18568.060676 999999.999999
+PR20 -18789.711100 -16959.890924   2889.364100 999999.999999
+PR21 -20122.954016  -7830.236967 -13664.721582 999999.999999
+PR22  -9604.460225   6090.067259 -22817.945344 999999.999999
+PR23   6496.317016  16274.584169 -18544.206135 999999.999999
+PR24  18678.125101  16983.845805  -3673.437119 999999.999999
+*  2011  9  2 20  0  0.00000000
+PG02 -14171.946624 -15339.252265 -16613.958760    354.116545
+PG03  23776.544152  11171.372399  -5339.606788    763.058808
+PG04  -6555.646170 -25054.531243  -5225.202761    219.709841
+PG05 -17429.953627  -4470.045526 -19584.653499   -212.733461
+PG06  20954.467160  14308.724013  -8124.883377    -80.491537
+PG07   6750.910111 -21984.021163 -13068.334030     24.888172
+PG08   2323.145063 -25770.229515  -4382.606168      9.050354
+PG09 -13927.587024   4454.805959  21623.908553    103.114931
+PG10  -1411.358824 -16981.557701 -20501.593514    -11.889395
+PG11  16780.679881  -2050.895410  20178.664400   -182.406030
+PG12 -23206.860121  10972.851554   6465.697701     19.846187
+PG13  13173.750200  -8877.824166 -21440.133850    253.417147
+PG14   7557.617530  17774.278070  18470.479623    170.253793
+PG15 -24635.158262  -2699.244684   9796.682646   -107.966137
+PG16  18225.150400   3270.683320 -19146.957046   -195.453085
+PG17  -8433.051725 -17927.523714  17942.157856    176.756383
+PG18 -13686.465706  19823.287689  11096.347096    155.376422
+PG19  24543.874757   7241.295984   7763.786276   -179.632721
+PG20  22432.871156 -13265.386780   4795.252166     52.456751
+PG21  -4723.818117  23843.500766  -9525.097454   -168.831069
+PG22  -1085.276974  18375.939963  19290.871195    144.872608
+PG23  20807.275549  -3049.498294 -16421.386148    279.142627
+PG24  14822.390471  -6338.792763  21103.032469    420.604473
+PG25 -18987.918929  18035.527989  -4368.583268     16.890602
+PG26 -23193.762324 -13365.517744  -1112.236329   -144.102123
+PG27 -15392.369255  -2623.745973  22178.591626    301.241570
+PG28   5149.760004 -18611.014541  18646.781137     64.411658
+PG29 -12920.555217   9894.140739 -20915.673966    236.461552
+PG30 -15363.346122  20604.856263  -7151.855024     89.995389
+PG31   7614.032471  24006.777406  -7888.933355    135.630000
+PG32  23320.449142  -4369.368306  11746.557766   -321.804000
+PR01  -7584.941196  14075.282640  19889.040643 999999.999999
+PR02  10999.478162   6573.838814  22065.502046 999999.999999
+PR03  10268.685401   2715.632534 -23217.237687 999999.999999
+PR04 -21818.923022 -10200.851866  -8414.481458 999999.999999
+PR05   7668.183980 -14098.236282 -19827.599334 999999.999999
+PR06 -10248.727575  -6945.001968 -22304.073401 999999.999999
+PR07 -22401.466574   6491.306401 -10302.643781 999999.999999
+PR08 -21088.762273  13103.639431   5859.503464 999999.999999
+PR09  -5651.705990 -19145.905025  15907.852922 999999.999999
+PR10 -10265.221928  -2495.792967  23192.310690 999999.999999
+PR11  -9200.750102  16199.995001  17381.023396 999999.999999
+PR12  -2660.186940  25458.869100    562.162992 999999.999999
+PR13   5803.506594  19188.435459 -15808.210031 999999.999999
+PR15   8446.009741 -18223.749447 -15780.995846 999999.999999
+PR16   2624.742128 -25310.832419   -552.952095 999999.999999
+PR17  21238.940822   8661.332063  11246.787517 999999.999999
+PR18  11766.125623  -4545.036439  22210.675520 999999.999999
+PR19  -4465.119082 -14785.469187  20297.769689 999999.999999
+PR20 -18443.798957 -16501.594852   6051.930614 999999.999999
+PR21 -21421.408562  -8623.180041 -10949.941475 999999.999999
+PR22 -11853.483092   4463.227033 -22113.430646 999999.999999
+PR23   4621.365394  14783.861999 -20274.884490 999999.999999
+PR24  18251.465044  16478.240403  -6805.680551 999999.999999
+*  2011  9  2 20 15  0.00000000
+PG02 -14265.863674 -17139.040960 -14716.010702    354.118065
+PG03  23016.168793  11281.339950  -7976.365792    763.063568
+PG04  -6278.940718 -25518.229831  -2441.046230    219.720145
+PG05 -15683.063826  -5966.091163 -20625.342287   -212.738134
+PG06  19835.441138  14219.509580 -10633.445004    -80.482895
+PG07   7138.747016 -20391.842790 -15278.031366     24.889734
+PG08   2546.740486 -25103.293359  -7240.041213      9.050976
+PG09 -14342.236853   1892.947543  21724.155474    103.117538
+PG10    467.907925 -18231.987957 -19396.501958    -11.890410
+PG11  17621.111831    166.930681  19598.513041   -182.409025
+PG12 -22617.298934  10265.849259   9171.583323     19.848644
+PG13  15257.076890  -7766.971465 -20468.761493    253.415285
+PG14   5574.371604  16929.694313  19912.406636    170.255326
+PG15 -25450.252356  -3281.084942   7203.496406   -107.964623
+PG16  16448.070139   4656.325745 -20400.133094   -195.454973
+PG17  -6461.080555 -17186.428613  19415.661702    176.754968
+PG18 -14755.183062  20235.252441   8597.070997    155.378183
+PG19  25094.288938   7768.220060   5057.875576   -179.636312
+PG20  22095.196892 -12546.268705   7476.802152     52.456622
+PG21  -5235.832675  22588.318536 -11959.644900   -168.833459
+PG22  -2871.530596  19510.454394  17922.570393    144.872420
+PG23  22365.847944  -2230.855241 -14414.020504    279.139921
+PG24  15087.146394  -3914.767434  21529.045352    420.608871
+PG25 -19401.181340  18055.211282  -1529.241182     16.892201
+PG26 -22929.432472 -13399.610939  -3976.207049   -144.112828
+PG27 -15799.287301  -4939.437225  21497.873939    301.243522
+PG28   6808.047903 -19639.374375  16909.483261     64.414263
+PG29 -15029.681744   8848.349718 -19952.215695    236.464520
+PG30 -15983.141119  20850.591417  -4408.425016     89.991289
+PG31   7505.358471  24797.515665  -5112.491970    135.634800
+PG32  22234.401336  -3372.759604  14049.330987   -321.809853
+PR01  -9631.675845  15212.951969  18083.840365 999999.999999
+PR02   8531.183561   7812.029850  22744.861214 999999.999999
+PR03  10188.998512   5548.572212 -22750.454749 999999.999999
+PR04 -22615.498214 -10532.360642  -5345.737083 999999.999999
+PR05   9709.017838 -15233.945326 -18009.903116 999999.999999
+PR06  -7758.966927  -8195.966001 -22880.177792 999999.999999
+PR07 -21131.640749   5811.371761 -13033.058807 999999.999999
+PR08 -21501.476611  13454.692333   2714.217663 999999.999999
+PR09  -5675.106617 -20962.760135  13425.860197 999999.999999
+PR10 -10175.311220  -5339.073884  22740.124539 999999.999999
+PR11  -8989.896802  13934.677184  19349.057647 999999.999999
+PR12  -2464.811971  25200.619274   3757.920284 999999.999999
+PR13   5877.673887  20986.170006 -13295.072387 999999.999999
+PR15   8212.136662 -16147.031896 -18001.229100 999999.999999
+PR16   2449.366873 -25058.343000  -3767.358519 999999.999999
+PR17  22327.912745   9202.278917   8337.271094 999999.999999
+PR18  14037.137272  -3146.768653  21114.612003 999999.999999
+PR19  -2339.263934 -13306.537713  21633.162489 999999.999999
+PR20 -17744.934473 -15860.811444   9096.505138 999999.999999
+PR21 -22483.225444  -9131.319226  -8023.650814 999999.999999
+PR22 -14121.130253   3065.413826 -20978.251235 999999.999999
+PR23   2483.175966  13333.221802 -21612.092591 999999.999999
+PR24  17470.903743  15802.559426  -9805.806377 999999.999999
+*  2011  9  2 20 30  0.00000000
+PG02 -14401.005790 -18707.394434 -12569.222507    354.119766
+PG03  21983.636115  11369.393738 -10480.176501    763.068942
+PG04  -5960.270285 -25682.667019    385.903042    219.730711
+PG05 -13940.998006  -7614.649467 -21312.262749   -212.743024
+PG06  18449.440804  14112.761869 -12960.241038    -80.474569
+PG07   7655.885392 -18591.569470 -17221.868734     24.891452
+PG08   2843.612644 -24130.507548  -9968.424920      9.050792
+PG09 -14892.551538   -631.705402  21430.559456    103.119716
+PG10   2176.630792 -19484.800695 -17960.052353    -11.892844
+PG11  18510.585350   2268.873813  18673.230016   -182.412005
+PG12 -21839.308254   9334.565781  11718.140990     19.850738
+PG13  17281.594183  -6827.567648 -19150.075136    253.414136
+PG14   3413.674661  16143.959788  21017.951834    170.257130
+PG15 -26008.613450  -3730.818819   4487.611124   -107.963269
+PG16  14653.794021   6216.981519 -21304.450727   -195.456797
+PG17  -4313.736739 -16499.255943  20561.093068    176.753190
+PG18 -15585.770419  20507.169344   5948.491833    155.379597
+PG19  25388.617158   8142.030796   2266.753610   -179.639739
+PG20  21577.625663 -11606.908314  10028.573149     52.457067
+PG21  -5855.886962  21094.118096 -14177.051522   -168.835926
+PG22  -4473.729779  20618.761355  16248.897409    144.872347
+PG23  23738.152350  -1576.592864 -12162.492047    279.137180
+PG24  15476.570056  -1483.253641  21585.401825    420.611338
+PG25 -19573.324026  17879.436677   1336.460604     16.893747
+PG26 -22378.480117 -13321.521307  -6774.005372   -144.124002
+PG27 -16315.370371  -7135.883253  20470.101978    301.245735
+PG28   8248.877751 -20626.328033  14888.791971     64.416646
+PG29 -17069.906315   7959.862591 -18643.111190    236.467718
+PG30 -16379.495015  20896.692452  -1589.822998     89.987134
+PG31   7380.769816  25275.536726  -2246.513761    135.639824
+PG32  21002.887638  -2179.905505  16109.155980   -321.815785
+PR01 -11381.950902  16370.151718  15927.862316 999999.999999
+PR02   6109.995041   9253.447403  22983.002660 999999.999999
+PR03  10322.365827   8294.346506 -21843.402746 999999.999999
+PR04 -23097.328827 -10620.425907  -2173.212043 999999.999999
+PR05  11452.348988 -16387.659939 -15842.434172 999999.999999
+PR06  -5329.318502  -9646.224699 -23012.177136 999999.999999
+PR07 -19648.316287   4862.333395 -15510.025520 999999.999999
+PR08 -21553.721146  13632.490195   -483.789531 999999.999999
+PR09  -5830.107600 -22451.511493  10683.804211 999999.999999
+PR10 -10298.889664  -8098.923269  21844.799547 999999.999999
+PR11  -8955.130463  11441.374353  20940.189892 999999.999999
+PR12  -2292.881840  24541.583614   6881.431494 999999.999999
+PR13   6077.382613  22449.004912 -10524.309907 999999.999999
+PR15   8144.729907 -13807.078933 -19873.067124 999999.999999
+PR16   2296.353900 -24401.759642  -6908.153722 999999.999999
+PR17  23134.491369   9480.082101   5266.553573 999999.999999
+PR18  16264.374575  -1996.776599  19610.457200 999999.999999
+PR19     10.347560 -11920.162668  22548.298639 999999.999999
+PR20 -16683.588973 -15094.391092  11963.772492 999999.999999
+PR21 -23256.865917  -9381.544929  -4942.409629 999999.999999
+PR22 -16341.213901   1915.892741 -19433.993579 999999.999999
+PR23    122.914635  11976.538419 -22529.929105 999999.999999
+PR24  16329.789154  15014.098073 -12615.640899 999999.999999
+*  2011  9  2 20 45  0.00000000
+PG02 -14544.559732 -20022.237116 -10210.559308    354.121798
+PG03  20692.459553  11470.016289 -12809.926572    763.073441
+PG04  -5564.519779 -25552.234032   3206.040977    219.740673
+PG05 -12244.402939  -9391.085454 -21633.323030   -212.747681
+PG06  16813.420223  14023.228187 -15064.952691    -80.465980
+PG07   8320.305688 -16625.458501 -18866.443773     24.892983
+PG08   3248.330901 -22877.578722 -12519.383742      9.049466
+PG09 -15562.755678  -3067.406597  20748.637627    103.121286
+PG10   3695.170257 -20698.903403 -16215.551250    -11.893553
+PG11  19421.163080   4222.466730  17420.398978   -182.414868
+PG12 -20913.499060   8169.221628  14061.292859     19.852988
+PG13  19198.955333  -6060.600337 -17506.385864    253.412014
+PG14   1112.516759  15447.796620  21768.331928    170.258845
+PG15 -26287.811324  -4077.948421   1695.307747   -107.961937
+PG16  12886.366980   7931.759246 -21843.592331   -195.459161
+PG17  -2027.038529 -15895.078823  21358.747403    176.752014
+PG18 -16186.823132  20603.018737   3196.119399    155.381411
+PG19  25405.356608   8393.206584   -562.529933   -179.643471
+PG20  20915.997456 -10438.033294  12406.052682     52.457517
+PG21  -6604.342578  19396.814410 -16136.830341   -168.838031
+PG22  -5877.351955  21660.857283  14297.808482    144.872058
+PG23  24887.208171  -1068.130578  -9705.336424    279.134464
+PG24  15984.191766    908.381482  21272.076960    420.615616
+PG25 -19529.525900  17480.337332   4179.116108     16.895349
+PG26 -21537.958240 -13171.473528  -9459.734347   -144.135508
+PG27 -16916.244567  -9174.265050  19111.837150    301.247576
+PG28   9461.755980 -21528.228529  12617.099536     64.419469
+PG29 -18993.989417   7228.109755 -17011.048959    236.470701
+PG30 -16574.288287  20713.008513   1255.989306     89.983113
+PG31   7201.032745  25440.120459    658.738151    135.644829
+PG32  19669.513624   -790.253677  17891.745273   -321.821837
+PR01 -12810.542280  17488.739385  13462.908955 999999.999999
+PR02   3797.147418  10866.096365  22775.350703 999999.999999
+PR03  10650.971531  10884.832242 -20513.907800 999999.999999
+PR04 -23227.939121 -10507.496771   1041.501031 999999.999999
+PR05  12873.223611 -17501.143917 -13367.269939 999999.999999
+PR06  -3020.558955 -11261.994046 -22697.648167 999999.999999
+PR07 -18010.102657   3634.398154 -17685.447898 999999.999999
+PR08 -21270.596341  13588.563864  -3672.394224 999999.999999
+PR09  -6068.926620 -23575.815080   7734.932648 999999.999999
+PR10 -10618.429903 -10706.339436  20523.475389 999999.999999
+PR11  -9122.906742   8782.994253  22123.644199 999999.999999
+PR12  -2198.552594  23497.869858   9872.542684 999999.999999
+PR13   6353.241231  23541.501428  -7549.569591 999999.999999
+PR15   8275.424616 -11262.961706 -21360.039973 999999.999999
+PR16   2220.080147 -23357.991885  -9914.067943 999999.999999
+PR17  23614.373532   9530.619653   2094.023920 999999.999999
+PR18  18381.420427  -1102.275621  17727.538924 999999.999999
+PR19   2532.859822 -10673.416349  23025.400085 999999.999999
+PR20 -15263.389846 -14261.498905  14597.919564 999999.999999
+PR21 -23699.282002  -9410.826094  -1765.734013 999999.999999
+PR22 -18446.468397   1021.443969 -17510.313363 999999.999999
+PR23  -2408.314877  10760.188501 -23010.624188 999999.999999
+PR24  14834.550612  14171.858873 -15180.741389 999999.999999
+*  2011  9  2 21  0  0.00000000
+PG02 -14661.135928 -21069.192879  -7680.256575    354.123621
+PG03  19163.360059  11615.180877 -14927.558623    763.078260
+PG04  -5058.811815 -25139.884093   5969.629988    219.750461
+PG05 -10629.696277 -11263.993717 -21582.679260   -212.752366
+PG06  14952.023759  13982.689099 -16910.858002    -80.457466
+PG07   9142.295781 -14539.751322 -20183.696082     24.894997
+PG08   3790.143569 -21378.381106 -14847.971880      9.048415
+PG09 -16329.140434  -5366.331926  19691.277448    103.122277
+PG10   5011.625347 -21831.428437 -14191.784223    -11.895195
+PG11  20320.994655   6001.441433  15863.289702   -182.418010
+PG12 -19883.169517   6768.605684  16160.596309     19.855067
+PG13  20962.508359  -5458.606512 -15565.460583    253.410331
+PG14  -1286.706801  14865.504982  22150.641276    170.260709
+PG15 -26273.024436  -4355.723619  -1125.861018   -107.960184
+PG16  11186.362742   9772.082043 -22007.412240   -195.460960
+PG17    357.755351 -15396.783648  21794.660959    176.750460
+PG18 -16574.374123  20490.765625    387.739541    155.383021
+PG19  25130.593373   8556.048815  -3382.349666   -179.647227
+PG20  20148.822121  -9038.341974  14567.682676     52.457542
+PG21  -7494.793358  17537.773915 -17803.392417   -168.840377
+PG22  -7075.599587  22596.057222  12102.087305    144.872160
+PG23  25781.669597   -680.512941  -7084.362595    279.131490
+PG24  16595.944099   3214.842085  20595.328035    420.618628
+PG25 -19301.005894  16836.663294   6949.686302     16.896888
+PG26 -20413.399519 -12990.227980 -11989.813201   -144.147067
+PG27 -17571.488836 -11021.078420  17444.659276    301.250014
+PG28  10444.471606 -22301.328216  10131.370898     64.422239
+PG29 -20756.852549   6644.423159 -15084.343355    236.473701
+PG30 -16595.483166  20275.606643   4080.141948     89.979219
+PG31   6928.183109  25299.896685   3552.529738    135.649845
+PG32  18278.515882    788.645124  19367.889689   -321.827823
+PR01 -13904.849074  18508.659601  10736.775476 999999.999999
+PR02   1647.349025  12607.770598  22125.960729 999999.999999
+PR03  11145.451974  13257.393477 -18787.901679 999999.999999
+PR04 -22982.214329 -10243.111726   4235.998017 999999.999999
+PR05  13959.344098 -18514.319491 -10632.469216 999999.999999
+PR06   -886.506499 -12999.466870 -21942.818255 999999.999999
+PR07 -16278.441497   2129.883645 -19517.120536 999999.999999
+PR08 -20688.176710  13281.827698  -6789.636388 999999.999999
+PR09  -6338.534884 -24311.453451   4636.415895 999999.999999
+PR10 -11104.709722 -13097.652802  18801.657947 999999.999999
+PR11  -9508.003764   6027.615401  22876.627211 999999.999999
+PR12  -2231.873670  22098.136945  12673.518356 999999.999999
+PR13   6650.857470  24240.608642  -4428.470558 999999.999999
+PR15   8624.660973  -8580.300661 -22433.064729 999999.999999
+PR16   2270.689723 -21956.747416 -12726.580311 999999.999999
+PR17  23733.419358   9398.332257  -1118.983754 999999.999999
+PR18  20323.404192   -457.981316  15502.417443 999999.999999
+PR19   5169.223949  -9604.031247  23055.195637 999999.999999
+PR20 -13501.182007 -13420.973843  16947.729222 999999.999999
+PR21 -23777.763150  -9264.413518   1445.035576 999999.999999
+PR22 -20371.245956    376.273172 -15244.387619 999999.999999
+PR23  -5051.350726   9721.168222 -23044.879122 999999.999999
+PR24  13004.645136  13333.939550 -17451.443524 999999.999999
+*  2011  9  2 21 15  0.00000000
+PG02 -14714.233909 -21841.932755  -5021.154042    354.125028
+PG03  17423.583355  11833.048347 -16798.591901    763.082835
+PG04  -4414.044450 -24466.619038   8627.739812    219.760425
+PG05  -9127.779307 -13196.237135 -21160.857669   -212.757250
+PG06  12896.837797  14018.593492 -18465.496553    -80.448652
+PG07  10123.917031 -12382.986237 -21151.371933     24.896290
+PG08   4491.620668 -19673.625132 -16913.517785      9.047931
+PG09 -17161.053808  -7486.327068  18278.429190    103.123746
+PG10   6122.154629 -22839.358812 -11922.607950    -11.897095
+PG11  21175.590231   7586.493510  14030.338800   -182.420864
+PG12 -18792.577574   5140.307694  17979.947740     19.857332
+PG13  22528.953630  -5006.105268 -13360.079476    253.408769
+PG14  -3737.595143  14414.047770  22158.072661    170.262191
+PG15 -25957.620975  -4599.676239  -3927.855997   -107.958922
+PG16   9589.419320  11702.590519 -21792.169769   -195.463255
+PG17   2795.496007 -15020.188512  21860.865612    176.749308
+PG18 -16771.149626  20143.790101  -2427.432894    155.384666
+PG19  24558.574778   8667.208614  -6145.254024   -179.650578
+PG20  19315.717317  -7414.774883  16475.619096     52.458064
+PG21  -8533.305690  15562.208844 -19146.795231   -168.842619
+PG22  -8069.491188  23384.554096   9698.835484    144.871836
+PG23  26396.935917   -383.556709  -4343.965929    279.129133
+PG24  17290.714418   5394.424062  19567.529022    420.620589
+PG25 -18923.688255  15934.767393   9600.352002     16.898476
+PG26 -19018.636850 -12817.454228 -14323.551809   -144.158239
+PG27 -18245.732616 -12649.163963  15494.907904    301.252325
+PG28  11203.091644 -22903.472790   7472.655623     64.424866
+PG29 -22317.207405   6192.537226 -12896.432125    236.476879
+PG30 -16475.938717  19567.887400   6833.691782     89.975285
+PG31   6527.208792  24872.398392   6384.580503    135.654649
+PG32  16873.094740   2541.304824  20513.856909   -321.833890
+PR01 -14665.166374  19370.529845   7802.328222 999999.999999
+PR02   -293.275357  14427.681157  21047.439060 999999.999999
+PR03  11766.215987  15357.233905 -16698.911230 999999.999999
+PR04 -22347.558474  -9881.578667   7348.274091 999999.999999
+PR05  14711.329172 -19367.859559  -7691.140392 999999.999999
+PR06   1027.992127 -14806.520817 -20762.435838 999999.999999
+PR07 -14515.066240    363.382581 -20969.543649 999999.999999
+PR08 -19851.868213  12680.539268  -9774.927110 999999.999999
+PR09  -6583.107896 -24647.208183   1448.244182 999999.999999
+PR10 -11718.116124 -15216.968495  16712.737711 999999.999999
+PR11 -10112.795775   3245.858556  23184.754537 999999.999999
+PR12  -2436.455613  20382.511515  15230.135826 999999.999999
+PR13   6913.343710  24536.510920  -1221.496425 999999.999999
+PR15   9200.672752  -5828.754636 -23071.024390 999999.999999
+PR16   2491.730308 -20239.332889 -15291.066872 999999.999999
+PR17  23469.149230   9134.118533  -4310.361011 999999.999999
+PR18  22029.567647    -46.574993  12978.177697 999999.999999
+PR19   7854.417767  -8738.897565  22637.100757 999999.999999
+PR20 -11426.541367 -12628.721952  18967.579024 999999.999999
+PR21 -23471.373545  -8993.705970   4627.899597 999999.999999
+PR22 -22054.172313    -37.534089 -12680.208927 999999.999999
+PR23  -7741.193486   8885.622686 -22632.043360 999999.999999
+PR24  10871.969281  12554.979002 -19383.813504 999999.999999
+*  2011  9  2 21 30  0.00000000
+PG02 -14667.744637 -22342.235021  -2278.007138    354.126866
+PG03  15506.002159  12146.818682 -18392.588178    763.087500
+PG04  -3606.287685 -23560.655994  11133.186880    219.771139
+PG05  -7762.968835 -15146.218264 -20374.769232   -212.762293
+PG06  10685.375807  14152.860141 -19701.274101    -80.440073
+PG07  11258.805192 -10204.240562 -21753.377075     24.897898
+PG08   5367.588637 -17809.266872 -18680.363671      9.048866
+PG09 -18022.197617  -9392.399558  16536.632689    103.125574
+PG10   7030.986044 -23681.196339  -9446.437824    -11.897613
+PG11  21949.194346   8965.759153  11954.548240   -182.423876
+PG12 -17685.195244   3300.606033  19488.201459     19.859561
+PG13  23859.889377  -4680.339496 -10927.513931    253.407065
+PG14  -6191.294748  14102.418355  21790.048960    170.264192
+PG15 -25343.443570  -4846.069644  -6662.944567   -107.957448
+PG16   8124.964059  13682.323333 -21200.656441   -195.465106
+PG17   5238.646562 -14773.434251  21555.556137    176.747668
+PG18 -16805.549606  19542.131063  -5199.659506    155.386477
+PG19  23691.993268   8764.132226  -8804.711089   -179.654243
+PG20  18455.810492  -5582.463720  18096.427571     52.458421
+PG21  -9717.996010  13517.419260 -20143.348029   -168.844865
+PG22  -8867.653855  23988.969663   7128.881515    144.871800
+PG23  26716.019769   -143.187901  -1530.411712    279.126105
+PG24  18041.172794   7410.386866  18206.909912    420.623674
+PG25 -18436.694159  14769.304394  12085.346998     16.900045
+PG26 -17375.347581 -12690.179149 -16423.665269   -144.169406
+PG27 -18899.936505 -14038.531681  13293.376451    301.254368
+PG28  11751.644660 -23295.785537   4685.505661     64.427259
+PG29 -23639.046401   5849.395254 -10485.281969    236.479667
+PG30 -16252.024151  18581.441370   9468.489485     89.971402
+PG31   5967.604341  24183.278632   9105.961684    135.659582
+PG32  15493.826066   4444.773436  21311.683881   -321.839803
+PR01 -15104.424936  20018.217842   4716.484156 999999.999999
+PR02  -1988.873479  16268.460056  19560.699470 999999.999999
+PR03  12465.204299  17139.428154 -14287.408485 999999.999999
+PR04 -21324.545036  -9479.464036  10317.926146 999999.999999
+PR05  15142.438521 -20005.767930  -4600.410463 999999.999999
+PR06   2688.689508 -16624.789681 -19179.478213 999999.999999
+PR07 -12779.471932  -1638.591546 -22014.605315 999999.999999
+PR08 -18814.390280  11763.876471 -12570.230033 999999.999999
+PR09  -6746.595989 -24585.208531  -1767.923954 999999.999999
+PR10 -12410.411394 -17018.291990  14297.346894 999999.999999
+PR11 -10927.067475    508.165317  23042.310461 999999.999999
+PR12  -2847.400710  18401.046487  17492.724379 999999.999999
+PR13   7083.937516  24432.940579   2009.170165 999999.999999
+PR15   9998.999479  -3079.345509 -23261.197911 999999.999999
+PR16   2918.083077 -18256.986510 -17557.861291 999999.999999
+PR17  22811.775165   8792.968978  -7418.410201 999999.999999
+PR18  23445.674592    160.326452  10203.603797 999999.999999
+PR19  10519.922699  -8093.033765  21779.229315 999999.999999
+PR20  -9080.761198 -11935.254937  20618.325063 999999.999999
+PR21 -22771.920616  -8653.867959   7721.377398 999999.999999
+PR22 -23440.648457   -249.031038  -9867.733801 999999.999999
+PR23 -10409.476377   8267.847655 -21780.125938 999999.999999
+PR24   8479.761099  11883.768447 -20940.487354 999999.999999
+*  2011  9  2 21 45  0.00000000
+PG02 -14487.436077 -22579.759811    503.215603    354.128483
+PG03  13448.035377  12573.773473 -19683.561603    763.092443
+PG04  -2617.976610 -22456.306292  13441.448933    219.780680
+PG05  -6552.189836 -17069.336334 -19237.614960   -212.766804
+PG06   8359.831610  14400.895302 -20595.993850    -80.431585
+PG07  12532.311467  -8051.371686 -21980.013901     24.899408
+PG08   6424.399297 -15834.730180 -20118.482959      9.048972
+PG09 -18872.168004 -11057.891199  14498.397008    103.128060
+PG10   7750.108872 -24318.607058  -6805.634504    -11.898590
+PG11  22606.202580  10134.993912   9672.819599   -182.426991
+PG12 -16602.013901   1274.016467  20659.693328     19.861563
+PG13  24923.188180  -4452.299684  -8308.931040    253.405297
+PG14  -8598.150967  13931.315732  21052.262626    170.265671
+PG15 -24440.786804  -5130.322165  -9284.489918   -107.956103
+PG16   6815.179782  15666.134063 -20242.211000   -195.466829
+PG17   7638.883516 -14656.672795  20883.165259    176.746292
+PG18 -16710.390162  18673.485240  -7879.622986    155.388278
+PG19  22541.971508   8883.480999 -11315.842370   -179.658088
+PG20  17606.169526  -3564.357240  19401.699979     52.458607
+PG21 -11038.963984  11450.965391 -20776.057072   -168.846766
+PG22  -9485.822281  24375.837619   4436.115100    144.871807
+PG23  26730.144112     77.081036   1308.901770    279.123373
+PG24  18814.841029   9232.128583  16537.208297    420.627543
+PG25 -17880.718864  13343.615044  14361.756317     16.901625
+PG26 -15512.342883 -12641.357385 -18256.731013   -144.181104
+PG27 -19492.819245 -15176.953009  10874.956229    301.256474
+PG28  12111.493715 -23444.277237   1817.299583     64.430021
+PG29 -24692.936279   5586.228249  -7892.713581    236.482785
+PG30 -15962.081293  17316.604936  11938.062505     89.967728
+PG31   5224.736346  23265.227708  11669.950614    135.664476
+PG32  14177.208860   6469.379623  21749.366174   -321.846003
+PR01 -15247.409413  20401.302322   1539.110675 999999.999999
+PR02  -3415.117665  18068.456975  17694.560827 999999.999999
+PR03  13188.014310  18570.550798 -11600.033686 999999.999999
+PR04 -19927.032778  -9092.997633  13087.323430 999999.999999
+PR05  15277.774501 -20377.838637  -1420.314828 999999.999999
+PR06   4073.114451 -18392.012140 -17224.702642 999999.999999
+PR07 -11126.501088  -3838.463100 -22632.118527 999999.999999
+PR08 -17633.467898  10523.064182 -15121.193508 999999.999999
+PR09  -6775.306935 -24140.743908  -4949.940431 999999.999999
+PR10 -13126.886686 -18467.247036  11602.566989 999999.999999
+PR11 -11928.375447  -2117.902931  22452.337659 999999.999999
+PR12  -3489.583990  16211.781184  19417.130184 999999.999999
+PR13   7108.626821  23946.942244   5200.848771 999999.999999
+PR15  11002.545394   -401.727728 -22999.531815 999999.999999
+PR16   3574.273706 -16068.815719 -19483.207722 999999.999999
+PR17  21764.723556   8431.437409 -10383.022228 999999.999999
+PR18  24526.166691    200.738275   7232.250748 999999.999999
+PR19  13096.355319  -7669.072648  20498.237039 999999.999999
+PR20  -6515.354613 -11383.478442  21868.054189 999999.999999
+PR21 -21684.414256  -8301.298141  10665.676765 999999.999999
+PR22 -24485.089930   -296.941952  -6861.901297 999999.999999
+PR23 -12987.083782   7869.804472 -20505.641150 999999.999999
+PR24   5881.037693  11361.127376 -22091.382418 999999.999999
+*  2011  9  2 22  0  0.00000000
+PG02 -14142.370029 -22571.549549   3276.041479    354.130120
+PG03  11290.420955  13124.539097 -20650.332315    763.097020
+PG04  -1438.847409 -21192.612378  15511.531498    219.791183
+PG05  -5504.460887 -18919.575177 -17768.681759   -212.771756
+PG06   5965.645648  14770.868528 -21133.301557    -80.422917
+PG07  13921.975299  -5969.325316 -21828.101862     24.901189
+PG08   7659.559078 -13801.019978 -21203.965453      9.048444
+PG09 -19668.165593 -12465.284274  12201.456635    103.129640
+PG10   8298.653834 -24717.977167  -4045.796048    -11.899600
+PG11  23112.564034  11097.454819   7225.241850   -182.429814
+PG12 -15579.967038   -907.478856  21474.661203     19.863957
+PG13  25694.152940  -4287.992709  -5548.731852    253.403610
+PG14 -10909.399475  13893.140846  19956.620460    170.267443
+PG15 -23268.067764  -5485.463827 -11747.725007   -107.954640
+PG16   5674.255254  17606.292812 -18932.617528   -195.468663
+PG17   9948.740150 -14662.067319  19854.342432    176.744783
+PG18 -16521.457378  17533.912557 -10419.388663    155.389844
+PG19  21127.748344   9059.582831 -13636.136145   -179.661614
+PG20  16800.325865  -1390.537055  20368.578562     52.459600
+PG21 -12478.581276   9408.855290 -21034.900864   -168.848888
+PG22  -9946.060519  24516.960461   1666.755562    144.871548
+PG23  26439.048157    314.588043   4126.191679    279.120681
+PG24  19575.360501  10836.124147  14587.241249    420.630564
+PG25 -17296.358228  11669.778948  16390.265111     16.903229
+PG26 -13464.629774 -12698.606341 -19793.591452   -144.192239
+PG27 -19982.389603 -16060.298189   8278.226715    301.259011
+PG28  12310.412155 -23321.315697  -1082.522638     64.432558
+PG29 -25457.064416   5369.862320  -5163.659213    236.485810
+PG30 -15644.795489  15782.684484  14198.495412     89.963920
+PG31   4280.967414  22156.638551  14032.825867    135.669389
+PG32  12954.397950   8579.723017  21820.949076   -321.851866
+PR01 -15129.488604  20477.313428  -1668.133175 999999.999999
+PR02  -4559.969103  19764.233944  15485.193153 999999.999999
+PR03  13876.301879  19629.838283  -8688.705370 999999.999999
+PR04 -18181.741421  -8775.503014  15602.723674 999999.999999
+PR05  15152.995408 -20441.890254   1787.370447 999999.999999
+PR06   5171.250888 -20044.560542 -14936.049413 999999.999999
+PR07  -9604.146003  -6188.921833 -22810.203586 999999.999999
+PR08 -16369.331374   8962.001540 -17378.210993 999999.999999
+PR09  -6620.392930 -23341.549644  -8036.351928 999999.999999
+PR10 -13808.811216 -19542.312153   8681.002139 999999.999999
+PR11 -13082.940029  -4570.234124  21426.556909 999999.999999
+PR12  -4376.358876  13878.479087  20965.588371 999999.999999
+PR13   6938.668631  23108.098159   8291.575085 999999.999999
+PR15  12182.185819   2138.484974 -22290.746357 999999.999999
+PR16   4473.234771 -13739.429291 -21030.088402 999999.999999
+PR17  20344.626919   8105.055352 -13146.825457 999999.999999
+PR18  25235.978403    120.473675   4121.429859 999999.999999
+PR19  15516.144844  -7457.283924  18818.999547 999999.999999
+PR20  -3790.136523 -11006.823118  22692.690833 999999.999999
+PR21 -20226.996767  -7991.053490  13403.833978 999999.999999
+PR22 -25152.805529   -227.770463  -3721.541591 999999.999999
+PR23 -15406.810478   7681.167761 -18833.291287 999999.999999
+PR24   3136.632767  11018.132561 -22814.268529 999999.999999
+*  2011  9  2 22 15  0.00000000
+PG02 -13606.201264 -22341.275060   5994.201889    354.131966
+PG03   9075.882732  13802.593665 -21276.823339    763.100991
+PG04    -66.573667 -19811.800059  17306.763834    219.801305
+PG05  -4620.693240 -20651.161709 -15993.030664   -212.776526
+PG06   3549.937568  15263.279416 -21303.032580    -80.414428
+PG07  15398.307494  -3998.575336 -21300.982410     24.902662
+PG08   9061.727632 -11758.807469 -21919.365008      9.048639
+PG09 -20366.795294 -13606.614411   9687.931371    103.131554
+PG10   8701.980646 -24851.813819  -1214.965734    -11.900301
+PG11  23437.115488  11863.499142   4654.349642   -182.433104
+PG12 -14650.531402  -3205.490471  21919.556580     19.866178
+PG13  26156.408273  -4149.909268  -2693.831646    253.401783
+PG14 -13078.836782  13972.316764  18521.091880    170.269193
+PG15 -21851.201018  -5940.684808 -14010.499735   -107.953356
+PG16   4707.952802  19454.212348 -17293.884206   -195.470976
+PG17  12123.232263 -14774.107731  18485.833133    176.743162
+PG18 -16275.932464  16128.210842 -12773.358231    155.391388
+PG19  19476.075377   9322.971127 -15726.131856   -179.665126
+PG20  16066.950401    902.750679  20980.176115     52.459606
+PG21 -14012.117698   7433.830158 -20916.932982   -168.851023
+PG22 -10275.733995  24390.585313  -1131.434790    144.871370
+PG23  25850.992362    605.928810   6874.041995    279.117863
+PG24  20283.910184  12206.595690  12390.405868    420.633554
+PG25 -16722.450428   9768.333308  18135.844529     16.904849
+PG26 -11272.278310 -12883.142045 -21009.705048   -144.203536
+PG27 -20327.537320 -16692.602852   5544.988152    301.261120
+PG28  12381.388694 -22906.890210  -3963.306091     64.435124
+PG29 -25917.997533   5164.201716  -2345.367138    236.488697
+PG30 -15337.540503  13997.831083  16209.287136     89.960064
+PG31   3126.497664  20900.077017  16154.590381    135.674411
+PG32  11850.162510  10735.867627  21526.526311   -321.858106
+PR01 -14794.911648  20213.658000  -4842.991678 999999.999999
+PR02  -5423.923682  21293.154673  12975.422174 999999.999999
+PR03  14470.360724  20309.837764  -5609.633444 999999.999999
+PR04 -16127.304451  -8574.962163  17815.313170 999999.999999
+PR05  14812.595438 -20165.680487   4960.330861 999999.999999
+PR06   5985.692305 -21520.044853 -12357.908202 999999.999999
+PR07  -8251.658506  -8634.664396 -22545.509315 999999.999999
+PR08 -15082.129494   7097.362039 -19297.388706 999999.999999
+PR09  -6240.138532 -22226.596868 -10967.568186 999999.999999
+PR10 -14396.071753 -20235.522510   5589.737118 999999.999999
+PR11 -14347.028831  -6794.497293  19985.119953 999999.999999
+PR12  -5508.745441  11468.133244  22107.484496 999999.999999
+PR13   6532.894268  21957.246229  11221.303969 999999.999999
+PR15  13497.898598   4482.224933 -21148.272157 999999.999999
+PR16   5615.569818 -11336.365031 -22168.911858 999999.999999
+PR17  18580.783932   7865.797241 -15656.284628 999999.999999
+PR18  25551.937523    -29.015911    931.125612 999999.999999
+PR19  17716.145780  -7436.131717  16774.130900 999999.999999
+PR20   -970.965866 -10827.796434  23076.447940 999999.999999
+PR21 -18430.344986  -7774.336313  15882.803659 999999.999999
+PR22 -25421.432354    -93.565707   -508.197641 999999.999999
+PR23 -17605.952138   7679.903370 -16795.492161 999999.999999
+PR24    312.914810  10874.773391 -23095.189002 999999.999999
+*  2011  9  2 22 30  0.00000000
+PG02 -12858.314326 -21918.255070   8612.333461    354.133719
+PG03   6847.734401  14604.033696 -21552.299793    763.104947
+PG04   1492.926075 -18357.612215  18795.503940    219.811207
+PG05  -3893.812359 -22220.231264 -13941.081314   -212.781226
+PG06   1159.864995  15870.836965 -21101.450453    -80.405949
+PG07  16925.850614  -2173.753348 -20408.411848     24.904005
+PG08  10611.078560  -9756.566403 -22253.909127      9.048398
+PG09 -20925.874265 -14483.483003   7003.418731    103.132622
+PG10   8990.505572 -24699.929392   1637.230760    -11.901629
+PG11  23552.797979  12449.923375   2004.367699   -182.435847
+PG12 -13838.559528  -5576.526159  21987.244228     19.868574
+PG13  26302.492345  -3998.635789    207.108341    253.400072
+PG14 -15064.408771  14145.923823  16769.459789    170.270926
+PG15 -20222.700205  -6520.030945 -16033.989989   -107.951983
+PG16   3913.513765  21162.232095 -15353.902769   -195.472934
+PG17  14121.405915 -14970.233516  16800.256576    176.741638
+PG18 -16010.755706  14469.937417 -14899.189766    155.393169
+PG19  17620.343678   9699.064858 -17550.066912   -179.669061
+PG20  15428.736060   3274.309765  21225.883258     52.460138
+PG21 -15608.670232   5563.822194 -20426.217213   -168.853830
+PG22 -10506.269746  23982.349789  -3909.979523    144.871167
+PG23  24982.462699    985.392022   9506.149321    279.115200
+PG24  20900.721709  13335.893895   9984.117075    420.636574
+PG25 -16194.498109   7667.667615  19568.362188     16.906503
+PG26  -8979.130633 -13208.946038 -21885.448311   -144.214701
+PG27 -20489.633486 -17085.854510   2719.732780    301.263990
+PG28  12361.201419 -22189.610649  -6774.095997     64.437970
+PG29 -26071.124064   4931.827760    513.431733    236.491719
+PG30 -15074.766533  11988.562267  17934.163347     89.956420
+PG31   1759.894950  19540.619938  17999.612448    135.679310
+PG32  10882.101870  12894.692405  20872.152835   -321.864243
+PR01 -14294.742345  19589.148003  -7923.820379 999999.999999
+PR02  -6019.730163  22595.960940  10213.905096 999999.999999
+PR03  14911.772804  20616.517558  -2422.252746 999999.999999
+PR04 -13812.838087  -8531.817353  19682.150892 999999.999999
+PR05  14307.824748 -19528.419654   8036.926428 999999.999999
+PR06   6531.266949 -22759.883781  -9540.261494 999999.999999
+PR07  -7098.044908 -11114.477883 -21843.269703 999999.999999
+PR08 -13829.365308   4958.160817 -20841.401534 999999.999999
+PR09  -5601.954526 -20844.437326 -13686.993317 999999.999999
+PR10 -14829.888223 -20552.607112   2389.201654 999999.999999
+PR11 -15668.772805  -8746.142100  18156.201689 999999.999999
+PR12  -6875.140186   9048.339922  22819.988800 999999.999999
+PR13   5859.702743  20544.743932  13933.078033 999999.999999
+PR15  14900.376037   6579.203442 -19594.016268 999999.999999
+PR16   6989.347671  -8927.421427 -22878.051059 999999.999999
+PR17  16514.108704   7759.702316 -17862.729552 999999.999999
+PR18  25463.694443   -193.036496  -2277.137166 999999.999999
+PR19  19640.077439  -7573.342999  14403.351663 999999.999999
+PR20   1872.757475 -10857.014881  23012.114794 999999.999999
+PR21 -16336.567428  -7696.148934  18054.478433 999999.999999
+PR22 -25281.863373     50.555995   2715.114285 999999.999999
+PR23 -19528.720343   7833.351914 -14431.749997 999999.999999
+PR24  -2520.720681  10939.089034 -22928.724357 999999.999999
+*  2011  9  2 22 45  0.00000000
+PG02 -11884.758791 -21336.283743  11086.665877    354.135574
+PG03   4648.465399  15517.609125 -21471.548725    763.109716
+PG04   3225.523559 -16873.595549  19951.735134    219.821059
+PG05  -3309.198037 -23586.435155 -11648.098542   -212.786163
+PG06  -1159.027359  16578.660720 -20531.368401    -80.397312
+PG07  18464.473429   -522.517564 -19166.347305     24.905855
+PG08  12279.999815  -7838.834240 -22203.574063      9.048008
+PG09 -21306.169657 -15106.681246   4196.047696    103.136106
+PG10   9198.313960 -24250.355230   4460.501821    -11.902259
+PG11  23437.713006  12879.074806   -679.544803   -182.439072
+PG12 -13161.386920  -7973.489414  21677.088805     19.870641
+PG13  26134.124664  -3794.550574   3104.487146    253.398262
+PG14 -16829.658068  14384.629317  14730.974296    170.272567
+PG15 -18420.538502  -7241.296578 -17783.357507   -107.950192
+PG16   3279.908935  22685.389485 -13145.991521   -195.475084
+PG17  15907.748409 -15221.744309  14825.781141    176.740152
+PG18 -15761.001190  12581.071366 -16758.658014    155.394776
+PG19  15599.469632  10207.039078 -19076.477006   -179.672753
+PG20  14901.532438   5679.406472  21101.556392     52.460266
+PG21 -17232.346825   3830.648565 -19573.606031   -168.855713
+PG22 -10671.752224  23285.957102  -6620.544531    144.871068
+PG23  23857.584466   1483.478898  11978.054762    279.112345
+PG24  21386.635617  14224.579565   7409.191271    420.639929
+PG25 -15743.232982   5403.117111  20663.106327     16.908121
+PG26  -6631.391823 -13682.187201 -22406.370337   -144.226037
+PG27 -20434.087531 -17259.497363   -150.948131    301.267697
+PG28  12288.813003 -21167.388780  -9464.604065     64.440697
+PG29 -25920.764194   4635.649623   3363.379265    236.494816
+PG30 -14886.500891   9788.943042  19341.821783     89.952622
+PG31    188.297856  18124.126968  19537.177104    135.684379
+PG32  10060.140354  15011.349382  19869.678277   -321.870210
+PR01 -13684.519104  18595.066824 -10850.783370 999999.999999
+PR02  -6371.593384  23619.228715   7254.192822 999999.999999
+PR03  15146.020156  20568.835569    811.904131 999999.999999
+PR04 -11296.085472  -8677.103025  21166.998765 999999.999999
+PR05  13694.338215 -18521.818556  10957.391368 999999.999999
+PR06   6834.150903 -23711.736263  -6537.721085 999999.999999
+PR07  -6161.007558 -13563.579429 -20717.195517 999999.999999
+PR08 -12663.462666   2584.805890 -21980.220526 999999.999999
+PR09  -4683.994822 -19251.171813 -16142.099972 999999.999999
+PR10 -15055.487554 -20512.555837   -858.034703 999999.999999
+PR11 -16990.338037 -10391.985552  15975.440645 999999.999999
+PR12  -8451.565304   6684.647821  23088.548258 999999.999999
+PR13   4898.656681  18928.350373  16374.138744 999999.999999
+PR15  16333.052031   8389.777282 -17657.959975 999999.999999
+PR16   8570.433138  -6578.004212 -23144.224166 999999.999999
+PR17  14195.611038   7824.752909 -19723.294469 999999.999999
+PR18  24974.141980   -316.184154  -5441.456099 999999.999999
+PR19  21240.689132  -7827.441447  11752.718361 999999.999999
+PR20   4670.737024 -11092.755680  22501.177782 999999.999999
+PR21 -13997.639856  -7793.214302  19876.619468 999999.999999
+PR22 -24738.626049    149.024785   5885.177456 999999.999999
+PR23 -21128.382364   8099.772208 -11787.901007 999999.999999
+PR24  -5294.482511  11206.822913 -22318.094347 999999.999999
+*  2011  9  2 23  0  0.00000000
+PG02 -10678.950277 -20632.306846  13375.690281    354.136898
+PG03   2518.354491  16525.027564 -21034.997038    763.115461
+PG04   5109.257106 -15401.413892  20755.540253    219.830999
+PG05  -2845.426668 -24714.427426  -9153.589129   -212.790941
+PG06  -3364.402312  17364.799636 -19602.147595    -80.388684
+PG07  19970.848036    935.299178 -17596.632535     24.907147
+PG08  14034.098037  -6044.663862 -21771.032406      9.048307
+PG09 -21472.994592 -15495.455032   1315.521294    103.137755
+PG10   9361.613598 -23499.941239   7204.839919    -11.903544
+PG11  23075.983129  13177.774778  -3352.037838   -182.441946
+PG12 -12628.245870 -10347.313376  20994.929510     19.872828
+PG13  25662.137033  -3499.539983   5948.596409    253.396414
+PG14 -18344.974930  14653.880057  12439.910939    170.274410
+PG15 -16486.809356  -8115.158043 -19228.349791   -107.948647
+PG16   2788.427045  23983.107109 -10708.327870   -195.476846
+PG17  17453.407349 -15494.967199  12595.698589    176.738494
+PG18 -15558.334905  10491.327461 -18318.430131    155.396522
+PG19  13456.577599  10858.929389 -20278.740816   -179.676635
+PG20  14493.767201   8071.323532  20609.582814     52.460913
+PG21 -18843.646657   2258.990983 -18376.378543   -168.858270
+PG22 -10807.409628  22303.549777  -9215.805797    144.870863
+PG23  22507.265664   2125.560679  14247.853358    279.109526
+PG24  21704.642171  14881.204962   4709.184567    420.643181
+PG25 -15393.379186   3015.789722  21401.214304     16.909700
+PG26  -4276.145240 -14300.915822 -22563.400277   -144.237296
+PG27 -20131.805955 -17239.662419  -3019.022695    301.270296
+PG28  12203.650495 -19847.760696 -11986.204233     64.443058
+PG29 -25479.944799   4240.541217   6155.351549    236.497680
+PG30 -14797.027872   7439.454130  20406.588856     89.949062
+PG31  -1572.711517  16695.512927  20741.942891    135.689325
+PG32   9386.313287  17040.777795  18536.507371   -321.876379
+PR01 -13021.739536  17235.727505 -13567.016402 999999.999999
+PR02  -6513.896603  24317.601263   4153.696212 999999.999999
+PR03  15124.949979  20197.783853   4030.374690 999999.999999
+PR04  -8641.212770  -9030.986552  22241.022402 999999.999999
+PR05  13029.672861 -17150.625859  13664.996760 999999.999999
+PR06   6930.507312 -24331.692169  -3408.475800 999999.999999
+PR07  -5446.375759 -15916.115286 -19189.203437 999999.999999
+PR08 -11629.565961     27.671862 -22691.697845 999999.999999
+PR09  -3476.328962 -17508.125947 -18285.427273 999999.999999
+PR10 -15024.619515 -20146.635843  -4088.511084 999999.999999
+PR11 -18250.362016 -11711.322602  13485.239298 999999.999999
+PR12 -10202.453012   4437.992745  22907.223387 999999.999999
+PR13   3641.611748  17170.814972  18496.957973 999999.999999
+PR15  17734.460782   9886.369635 -15377.594081 999999.999999
+PR16  10323.337905  -4348.596775 -22962.713745 999999.999999
+PR17  11684.468785   8089.098425 -21201.750348 999999.999999
+PR18  24099.307999   -344.909843  -8500.723626 999999.999999
+PR19  22481.560987  -8149.681576   8873.729014 999999.999999
+PR20   7354.455937 -11521.045109  21553.773331 999999.999999
+PR21 -11473.441688  -8092.250279  21313.680194 999999.999999
+PR22 -23809.695082    148.450810   8939.851992 999999.999999
+PR23 -22369.037044   8430.279581  -8915.227692 999999.999999
+PR24  -7940.831215  11661.608685 -21275.096641 999999.999999
+*  2011  9  2 23 15  0.00000000
+PG02  -9242.111752 -19844.992030  15440.802106    354.138759
+PG03    494.156593  17601.521011 -20248.764142    763.120713
+PG04   7115.031801 -13979.259646  21193.443648    219.841155
+PG05  -2475.286993 -25575.172055  -6500.618742   -212.795789
+PG06  -5418.603856  18201.051062 -18329.568728    -80.380244
+PG07  21400.052227   2188.233726 -15726.591460     24.908693
+PG08  15833.460290  -4406.320934 -20965.482801      9.047916
+PG09 -21397.600846 -15676.454396  -1587.827292    103.140483
+PG10   9517.093338 -22454.610738   9821.482795    -11.903511
+PG11  22458.390053  13376.097852  -5968.292082   -182.444832
+PG12 -12240.005683 -12648.667440  19952.945694     19.874948
+PG13  24906.067249  -3078.668652   8690.465929    253.394777
+PG14 -19588.602485  14915.315652   9935.036724    170.275990
+PG15 -14466.236503  -9144.582603 -20343.829861   -107.947292
+PG16   2413.579872  25020.726356  -8083.279444   -195.478981
+PG17  18737.168651 -15752.639070  10147.900121    176.737196
+PG18 -15429.625635   8237.149556 -19550.734596    155.398332
+PG19  11237.524786  11659.006393 -21135.559804   -179.680354
+PG20  14206.176852  10402.993448  19758.822345     52.461093
+PG21 -20400.972249    865.694543 -16857.757712   -168.860667
+PG22 -10948.051294  21045.763107 -11650.311029    144.870574
+PG23  20968.099188   2930.723494  16276.872500    279.106787
+PG24  21821.351034  15321.804807   1929.694235    420.647254
+PG25 -15162.663829    551.171490  21769.998001     16.911316
+PG26  -1959.836925 -15055.040605 -22353.006832   -144.247934
+PG27 -19560.497161 -17058.139500  -5835.741269    301.273435
+PG28  12143.841995 -18247.823862 -14292.932037     64.446160
+PG29 -24769.849741   3714.899466   8841.310615    236.500440
+PG30 -14823.807895   4985.590474  21108.967493     89.945302
+PG31  -3499.555639  15297.085296  21594.301213    135.694495
+PG32   8854.846721  18939.222239  16895.293286   -321.882494
+PR01 -12363.276200  15528.498235 -16019.733015 999999.999999
+PR02  -6489.497318  24655.705545    972.575967 999999.999999
+PR03  14808.990488  19544.948775   7170.954283 999999.999999
+PR04  -5916.348082  -9601.779647  22883.349209 999999.999999
+PR05  12370.661066 -15432.631610  16107.153308 999999.999999
+PR06   6864.709690 -24586.130891   -213.170247 999999.999999
+PR07  -4948.048263 -18107.716369 -17288.988169 999999.999999
+PR08 -10763.665529  -2654.745433 -22961.997971 999999.999999
+PR09  -1981.620765 -15679.328667 -20075.484868 999999.999999
+PR10 -14697.805244 -19496.901000  -7239.140101 999999.999999
+PR11 -19386.552458 -12696.517323  10733.938132 999999.999999
+PR12 -12081.937956   2362.325548  22278.859300 999999.999999
+PR13   2093.329983  15337.273707  20260.169474 999999.999999
+PR15  19040.828571  11054.384502 -12797.200966 999999.999999
+PR16  12202.554330  -2292.456906 -22337.423330 999999.999999
+PR17   9045.770111   8569.700469 -22269.214224 999999.999999
+PR18  22867.724199   -230.010069 -11395.788209 999999.999999
+PR19  23338.465548  -8486.301036   5822.321966 999999.999999
+PR20   9859.775103 -12116.278080  20188.475314 999999.999999
+PR21  -8829.472129  -8608.671276  22337.507201 999999.999999
+PR22 -22525.747695      0.161249  11819.327655 999999.999999
+PR23 -23226.953064   8771.097363  -5869.468351 999999.999999
+PR24 -10397.034658  12275.680011 -19819.883231 999999.999999
+*  2011  9  2 23 30  0.00000000
+PG02  -7583.437749 -19013.242373  17246.911862    354.140527
+PG03  -1392.092863  18716.660230 -19124.645152    763.124439
+PG04   9207.612018 -12640.429632  21258.615530    219.851082
+PG05  -2167.029457 -26147.018508  -3735.060939   -212.800578
+PG06  -7289.949184  19054.049140 -16735.576558    -80.371756
+PG07  22707.235920   3233.412638 -13588.538275     24.910248
+PG08  17634.118459  -2948.269898 -19802.373267      9.048161
+PG09 -21058.318745 -15682.422304  -4463.943957    103.144035
+PG10   9700.257180 -21129.255018  12263.861910    -11.905675
+PG11  21582.771801  13506.054254  -8484.710265   -182.448009
+PG12 -11989.246366 -14829.671739  18569.417971     19.877232
+PG13  23893.427976  -2501.738411  11282.708550    253.392897
+PG14 -20547.355244  15128.350948   7258.989180    170.277649
+PG15 -12404.588324 -10324.537668 -21110.226280   -107.945705
+PG16   2124.288769  25770.823524  -5316.645910   -195.481134
+PG17  19746.152524 -15955.452743   7524.259652    176.735273
+PG18 -15395.770993   5860.426810 -20433.904650    155.400012
+PG19   8989.320168  12603.447344 -21631.363769   -179.683905
+PG20  14031.856454  12628.645904  18564.427709     52.461621
+PG21 -21862.206182   -340.596854 -15046.328790   -168.863014
+PG22 -11126.519804  19531.452458 -13881.317053    144.870651
+PG23  19281.061521   3910.844108  18030.310507    279.104085
+PG24  21708.336872  15569.116691   -882.367905    420.651609
+PG25 -15061.113273  -1942.435860  21763.160599     16.912975
+PG26    273.225060 -15926.592325 -21777.307300   -144.259542
+PG27 -18705.767798 -16751.117861  -8552.419803    301.276052
+PG28  12144.488090 -16393.779416 -16342.458878     64.448458
+PG29 -23818.968641   3032.062769  11375.131269    236.503633
+PG30 -14976.686139   2476.246479  21436.058821     89.941566
+PG31  -5561.409681  13967.007337  22080.637399    135.699610
+PG32   8452.524269  20665.703871  14973.569124   -321.888488
+PR01 -11762.832887  13503.292703 -18161.252039 999999.999999
+PR02  -6347.668851  24609.671125  -2227.422607 999999.999999
+PR03  14169.024807  18660.645897  10172.882390 999999.999999
+PR04  -3190.964626 -10385.462449  23081.473420 999999.999999
+PR05  11770.889225 -13398.135914  18236.432701 999999.999999
+PR06   6687.224585 -24453.170101   2986.264207 999999.999999
+PR07  -4648.448339 -20078.004925 -15053.445751 999999.999999
+PR08 -10091.127289  -5398.017366 -22785.866906 999999.999999
+PR09   -215.283634 -13828.896684 -21477.547032 999999.999999
+PR10 -14046.221019 -18614.260154 -10248.461587 999999.999999
+PR11 -20338.340414 -13353.052764   7774.879413 999999.999999
+PR12 -14035.608558    502.534517  21215.083439 999999.999999
+PR13    271.549037  13492.562051  21629.381709 999999.999999
+PR15  20188.789119  11892.574956  -9966.996273 999999.999999
+PR16  14154.315511   -453.632028 -21280.772936 999999.999999
+PR17   6348.017310   9271.457429 -22904.721602 999999.999999
+PR18  21319.295508     71.060319 -14070.583595 999999.999999
+PR19  23800.233564  -8780.995383   2657.787415 999999.999999
+PR20  12129.346863 -12842.341563  18431.922133 999999.999999
+PR21  -6134.338442  -9345.773661  22927.904162 999999.999999
+PR22 -20928.894811   -337.471033  14467.323947 999999.999999
+PR23 -23691.413869   9066.026483  -2709.738522 999999.999999
+PR24 -12607.527501  13011.074864 -17980.578345 999999.999999
+*  2011  9  2 23 45  0.00000000
+PG02  -5719.972819 -18174.704736  18763.016910    354.142206
+PG03  -3114.113917  19835.394079 -17680.019913    763.128254
+PG04  11346.862129 -11412.123122  20950.937515    219.861123
+PG05  -1885.799759 -26416.502449   -904.791925   -212.805528
+PG06  -8953.785246  19886.579847 -14847.900460    -80.363328
+PG07  23849.288943   4076.443330 -11219.213669     24.911710
+PG08  19389.656048  -1686.478764 -18303.030623      9.048037
+PG09 -20441.408148 -15550.685058  -7263.911064    103.146047
+PG10   9943.806243 -19547.268363  14488.513641    -11.907725
+PG11  20454.169496  13600.224486 -10859.571793   -182.451011
+PG12 -11860.660173 -16845.555125  16868.390814     19.879445
+PG13  22658.675805  -1744.673820  13680.349674    253.391558
+PG14 -21217.019773  15251.868389   4457.575801    170.279247
+PG15 -10347.055756 -11642.014079 -21513.894640   -107.944112
+PG16   1885.304925  26214.252769  -2456.826539   -195.482963
+PG17  20476.196445 -16063.707862   4769.932236    176.733799
+PG18 -15470.790521   3406.989433 -20952.782112    155.401765
+PG19   6758.494289  13680.321988 -21756.632902   -179.687425
+PG20  13956.624598  14705.403791  17047.548638     52.462378
+PG21 -23186.286054  -1359.466850 -12975.381695   -168.865626
+PG22 -11372.221727  17787.102134 -15869.584569    144.869792
+PG23  17490.053068   5069.932669  19477.826267    279.101253
+PG24  21343.312282  15651.559733  -3679.521354    420.654316
+PG25 -15090.662436  -4415.585020  21380.901177     16.914612
+PG26   2382.309793 -16890.270583 -20844.122144   -144.271025
+PG27 -17561.959292 -16357.732700 -11121.275966    301.279576
+PG28  12236.047566 -14320.089512 -18097.010731     64.451432
+PG29 -22661.978781   2171.534524  13713.388667    236.506538
+PG30 -15257.428202    -38.044472  21381.843872     89.937810
+PG31  -7721.218565  12737.941204  22193.494104    135.704689
+PG32   8159.325844  22183.395834  12803.322306   -321.894466
+PR01 -11268.549070  11201.545412 -19949.926315 999999.999999
+PR02  -6141.774920  24168.187250  -5384.167308 999999.999999
+PR03  13187.843795  17601.706234  12978.005751 999999.999999
+PR04   -533.216059 -11365.740949  22831.500427 999999.999999
+PR05  11278.309384 -11088.904332  20011.487707 999999.999999
+PR06   6452.242997 -23923.643878   6127.803922 999999.999999
+PR07  -4519.471092 -21772.948867 -12525.959038 999999.999999
+PR08  -9625.688132  -8134.223567 -22166.734264 999999.999999
+PR09   1794.895840 -12018.431948 -22464.322457 999999.999999
+PR10 -13053.136173 -17556.189034 -13057.858375 999999.999999
+PR11 -21049.477305 -13699.039847   4665.378562 999999.999999
+PR12 -16002.647573  -1107.247686  19736.125811 999999.999999
+PR13  -1793.497709  11698.557393  22577.855658 999999.999999
+PR15  21118.106802  12412.848681  -6942.146545 999999.999999
+PR16  16118.708194   1134.628673 -19813.437677 999999.999999
+PR17   3660.493986  10186.847259 -23095.650184 999999.999999
+PR18  19503.714874    592.150193 -16473.205510 999999.999999
+PR19  23869.088095  -8977.510172   -558.386927 999999.999999
+PR20  14114.746026 -13654.193669  16318.291456 999999.999999
+PR21  -3457.118686 -10294.441688  23073.046771 999999.999999
+PR22 -19070.944719   -897.009237  16832.210973 999999.999999
+PR23 -23765.033949   9259.028755    502.614929 999999.999999
+PR24 -14525.978001  13821.284655 -15792.744367 999999.999999
+EOF
diff --git a/util/data/COD16516.EPH_R b/util/data/COD16516.EPH_R
new file mode 100644
index 0000000..617f6db
--- /dev/null
+++ b/util/data/COD16516.EPH_R
@@ -0,0 +1,5303 @@
+#cP2011  9  3  0  0  0.00000000      96 d     IGS08 FIT AIUB
+## 1651 518400.00000000   900.00000000 55807 0.0000000000000
++   54   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02R03
++        R04R05R06R07R08R09R10R11R12R13R15R16R17R18R19R20R21
++        R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         5  5  6  5  5  5  5  5  5  6  5  9  5  5  5  5  5
+++         5  5  5  5  5  5  5  5 10  5  5  5  5  5  5  5  5
+++         5  5  5  5  5  5  5  5  5  5  5  5  8  5  5  6  5
+++         5  5  5  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c M  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* Center for Orbit Determination in Europe (CODE)          
+/* Rapid GNSS orbits and GPS clocks for year-day 11246      
+/* Note: Last day of a 3-day arc GPS/GLONASS solution       
+/* PCV:IGS08      OL/AL:FES2004  NONE     YN ORB:CoN CLK:CoN
+*  2011  9  3  0  0  0.00000000
+PG02  -3676.204556 -17364.325468  19962.726771    354.143916
+PG03  -4652.220056  20919.283169 -15937.682735    763.133217
+PG04  13489.181304 -10314.508805  20276.932421    219.871379
+PG05  -1595.199318 -26378.839248   1941.153955   -212.809966
+PG06 -10393.265617  20659.069551 -12699.557390    -80.354432
+PG07  24786.448256   4730.983958  -8659.157150     24.913579
+PG08  21052.894386   -628.059586 -16494.208953      9.048098
+PG09 -19541.597933 -15321.510742  -9940.740169    103.149765
+PG10  10276.139795 -17739.740937  16455.929375    -11.908809
+PG11  19084.722743  13690.394911 -13053.645700   -182.454009
+PG12 -11831.763118 -18656.195175  14879.243831     19.881582
+PG13  21241.917606   -790.677880  15841.626197    253.390546
+PG14 -21602.418078  15245.955234   1579.003448    170.280916
+PG15  -8336.654886 -13076.365558 -21547.382810   -107.942419
+PG16   1658.804995  26340.871409    446.069018   -195.484933
+PG17  20931.906134 -16039.001699   1932.578074    176.732500
+PG18 -15661.224651    924.950677 -21098.972659    155.403261
+PG19   4589.479856  14869.898503 -21508.127486   -179.691036
+PG20  13959.686923  16594.765052  15234.927197     52.462807
+PG21 -24334.715306  -2198.427634 -10682.199477   -168.867312
+PG22 -11709.798510  15845.936995 -17580.112440    144.869866
+PG23  15640.331423   6403.769911  20594.070667    279.098528
+PG24  20711.085329  15602.008625  -6414.473141    420.658172
+PG25 -15245.091989  -6819.396710  20629.905653     16.916291
+PG26   4331.594950 -17914.262511 -19566.969594   -144.281653
+PG27 -16132.678915 -15918.465360 -13496.306248    301.284046
+PG28  12442.914141 -12068.279051 -19524.200970     64.453915
+PG29 -21338.404819   1119.964532  15816.093522    236.509542
+PG30 -15659.605352  -2506.941138  20947.315904     89.934063
+PG31  -9936.943121  11635.917661  21931.638922    135.709423
+PG32   7949.314939  23460.857617  10420.515945   -321.900358
+PR01 -10920.853959   8674.713486 -21350.954574 999999.999999
+PR02  -5926.775916  23333.052953  -8436.345877 999999.999999
+PR03  11861.115481  16429.005047  15531.896922 999999.999999
+PR04   1992.666309 -12514.636188  22138.225748 999999.999999
+PR05  10933.104757  -8556.652893  21397.853447 999999.999999
+PR06   6215.160559 -23001.568837   9150.530161 999999.999999
+PR07  -4523.882245 -23146.966681  -9755.558811 999999.999999
+PR08  -9368.958836 -10794.544726 -21116.646300 999999.999999
+PR09   4009.652896 -10304.538710 -23016.487351 999999.999999
+PR10 -11714.843818 -16384.185774 -15612.708586 999999.999999
+PR11 -21470.468092 -13764.207890   1465.622476 999999.999999
+PR12 -17918.274106  -2444.877918  17870.461476 999999.999999
+PR13  -4060.092151  10011.662537  23087.034004 999999.999999
+PR15  21774.290744  12639.518607  -3781.682310 999999.999999
+PR16  18032.051448   2451.003443 -17963.935932 999999.999999
+PR17   1050.603787  11296.105828 -22837.986001 999999.999999
+PR18  17478.486869   1356.735350 -18556.915830 999999.999999
+PR19  23560.433495  -9022.240092  -3763.713372 999999.999999
+PR20  15778.231965 -14499.831504  13888.633166 999999.999999
+PR21   -864.706959 -11433.389330  22769.739165 999999.999999
+PR22 -17011.276184  -1700.332396  18868.027132 999999.999999
+PR23 -23463.533317   9296.814301   3705.204864 999999.999999
+PR24 -16116.977501  14653.279957 -13298.704955 999999.999999
+*  2011  9  3  0 15  0.00000000
+PG02  -1483.381116 -16613.005599  20824.733890    354.145969
+PG03  -5993.924617  21927.889758 -13925.587839    763.137523
+PG04  15589.070996  -9360.094482  19249.564865    219.881629
+PG05  -1258.910139 -26038.090170   4753.451944   -212.814749
+PG06 -11599.815083  21331.185941 -10328.247086    -80.346227
+PG07  25483.785605   5218.010954  -5952.025865     24.915244
+PG08  22577.594795    228.751257 -14407.569766      9.048084
+PG09 -18362.304835 -15036.402947 -12450.091204    103.152636
+PG10  10720.041366 -15744.342830  18131.322243    -11.909928
+PG11  17493.320335  13806.241734 -15030.757980   -182.457204
+PG12 -11873.887412 -20227.483607  12636.179896     19.883755
+PG13  19687.402000    368.890388  17728.739629    253.388754
+PG14 -21717.127150  15073.617235  -1326.950562    170.282574
+PG15  -6412.715288 -14599.954236 -21209.593405   -107.941255
+PG16   1406.095730  26149.916462   3341.147356   -195.486974
+PG17  21126.368513 -15845.891910   -938.474765    176.730980
+PG18 -15965.863259  -1537.031833 -20870.948990    155.405242
+PG19   2523.064124  16145.263597 -20889.017065   -179.694604
+PG20  14014.569178  18263.912741  13158.394166     52.463367
+PG21 -25272.953870  -2872.320804  -8207.313562   -168.869844
+PG22 -12157.993630  13746.770989 -18982.794706    144.870069
+PG23  13776.893386   7899.856422  21359.150451    279.095891
+PG24  19804.266156  15456.407422  -9040.875147    420.660959
+PG25 -15510.295600  -9107.250907  19523.224653     16.917976
+PG26   6091.345057 -18961.314298 -17964.993627   -144.292824
+PG27 -14430.989025 -15473.454799 -15634.187510    301.286639
+PG28  12782.253514  -9685.430170 -20597.748611     64.456531
+PG29 -19891.109195   -128.149088  17647.363130    236.512373
+PG30 -16168.835656  -4882.117140  20140.458812     89.930185
+PG31 -12162.988453  10679.470112  21300.038919    135.714700
+PG32   7791.743684  24473.087425   7864.560896   -321.906419
+PR01 -10750.660978   5982.366629 -22337.060682 999999.999999
+PR02  -5756.672784  22119.196336 -11324.658324 999999.999999
+PR03  10197.828564  15204.835000  17784.907246 999999.999999
+PR04   4328.807614 -13793.581547  21015.046728 999999.999999
+PR05  10765.899199  -5861.125136  22368.614487 999999.999999
+PR06   6030.012832 -21704.078030  11995.806134 999999.999999
+PR07  -4617.108848 -24164.695854  -6795.976483 999999.999999
+PR08  -9310.454901 -13311.899648 -19656.031197 999999.999999
+PR09   6379.624120  -8736.561998 -23123.071677 999999.999999
+PR10 -10041.045297 -15161.080250 -17863.451045 999999.999999
+PR11 -21560.739731 -13588.420464  -1762.484681 999999.999999
+PR12 -19716.384853  -3500.921643  15654.278867 999999.999999
+PR13  -6476.533106   8480.535830  23146.910910 999999.999999
+PR15  22110.987060  12608.030682   -547.328817 999999.999999
+PR16  19829.443975   3486.725690 -15768.075503 999999.999999
+PR17  -1418.711893  12567.936813 -22136.423434 999999.999999
+PR18  15306.639601   2376.675058 -20281.054944 999999.999999
+PR19  22902.108616  -8866.724500  -6895.921096 999999.999999
+PR20  17094.070676 -15322.564973  11190.073427 999999.999999
+PR21   1580.749033 -12729.931319  22023.504846 999999.999999
+PR22 -14814.414449  -2757.482565  20535.372863 999999.999999
+PR23 -22814.979656   9131.323160   6835.816837 999999.999999
+PR24 -17357.282958  15449.828818 -10546.737254 999999.999999
+*  2011  9  3  0 30  0.00000000
+PG02    821.427779 -15946.405215  21333.221110    354.147379
+PG03  -7134.288378  22820.278452 -11676.506117    763.140250
+PG04  17600.769790  -8553.419797  17887.922861    219.891438
+PG05   -842.318604 -25406.994221   7483.361007   -212.819752
+PG06 -12573.262735  21863.484679  -7775.652349    -80.337647
+PG07  25912.521406   5564.814068  -3143.870311     24.916344
+PG08  23920.115385    894.280826 -12079.106079      9.047561
+PG09 -16915.534334 -14736.395380 -14750.913038    103.152491
+PG10  11291.607805 -13603.947159  19485.290868    -11.910119
+PG11  15705.021044  13974.107714 -16758.310388   -182.460133
+PG12 -11953.415096 -21532.467610  10177.639273     19.886006
+PG13  18041.853369   1733.954594  19308.547716    253.386404
+PG14 -21582.861614  14702.399746  -4209.811231    170.283992
+PG15  -4609.512143 -16179.080546 -20505.838370   -107.939759
+PG16   1089.356134  25650.016194   6177.674577   -195.488758
+PG17  21080.534680 -15453.462742  -3793.113530    176.729281
+PG18 -16375.811639  -3931.499725 -20274.003745    155.406839
+PG19    594.973107  17473.238474 -19908.901982   -179.698292
+PG20  14090.280728  19686.803253  10854.277801     52.463556
+PG21 -25971.640619  -3402.453578  -5593.743998   -168.871923
+PG22 -12728.764243  11532.637947 -20052.985084    144.869798
+PG23  11942.864948   9537.680760  21759.014753    279.093372
+PG24  18623.695640  15252.272826 -11514.073320    420.664278
+PG25 -15864.865900 -11236.391094  18080.040742     16.919560
+PG26   7638.894404 -19990.028138 -16062.817209   -144.303875
+PG27 -12479.227883 -15060.786240 -17495.182470    301.289386
+PG28  13263.158323  -7222.434664 -21298.056942     64.459257
+PG29 -18364.671863  -1570.063738  19176.017838    236.515574
+PG30 -16763.370145  -7118.996497  18976.072437     89.926275
+PG31 -14351.762014   9879.060945  20309.745433    135.719768
+PG32   7652.338558  25202.357198   5177.741884   -321.912571
+PR01 -10777.979218   3189.943205 -22889.027064 999999.999999
+PR02  -5681.997022  20554.161173 -13992.971070 999999.999999
+PR03   8220.187829  13990.233037  19693.134111 999999.999999
+PR04   6425.853545 -15154.982953  19483.708607 999999.999999
+PR05  10796.385937  -3067.840827  22904.925528 999999.999999
+PR06   5946.973937 -20060.824764  14608.411049 999999.999999
+PR07  -4749.345864 -24802.351906  -3704.606010 999999.999999
+PR08  -9428.153497 -15623.517564 -17813.300959 999999.999999
+PR09   8847.157490  -7354.641161 -22781.690060 999999.999999
+PR10  -8054.673581 -13948.313380 -19766.542338 999999.999999
+PR11 -21290.454692 -13219.779698  -4956.506606 999999.999999
+PR12 -21332.281630  -4278.823653  13130.782809 999999.999999
+PR13  -8983.067333   7144.163710  22756.234590 999999.999999
+PR15  22092.044897  12363.223372   2697.720712 999999.999999
+PR16  21447.376140   4245.686963 -13268.268419 999999.999999
+PR17  -3691.364898  13960.724415 -21004.300120 999999.999999
+PR18  13054.218268   3651.456490 -21611.844753 999999.999999
+PR19  21933.136509  -8469.933155  -9894.168450 999999.999999
+PR20  18049.364431 -16063.501487   8274.905069 999999.999999
+PR21   3824.212173 -14141.253723  20848.508347 999999.999999
+PR22 -12547.415796  -4066.027343  21802.163123 999999.999999
+PR23 -21858.530078   8721.995427   9833.619850 999999.999999
+PR24 -18236.561464  16152.010928  -7590.147415 999999.999999
+*  2011  9  3  0 45  0.00000000
+PG02   3196.497325 -15383.943586  21478.196791    354.149140
+PG03  -8075.988804  23556.576487  -9227.589842    763.144262
+PG04  19479.889053  -7891.077417  16216.792195    219.901779
+PG05   -314.072838 -24506.472318  10083.587503   -212.824606
+PG06 -13321.638703  22219.033206  -5086.660168    -80.329017
+PG07  26051.117397   5803.757742   -282.377789     24.918240
+PG08  25040.964460   1386.794545  -9548.521514      9.048051
+PG09 -15221.477975 -14460.408598 -16806.003253    103.155989
+PG10  11999.467272 -11365.051691  20494.364073    -11.911430
+PG11  13750.265368  14215.912892 -18207.748060   -182.463116
+PG12 -12033.205533 -22552.225867   7545.649419     19.887840
+PG13  16352.712416   3295.501798  20553.180492    253.385117
+PG14 -21228.540545  14105.849406  -7019.306934    170.285827
+PG15  -2955.096105 -17775.163902 -19447.782374   -107.938392
+PG16    673.344049  24858.836410   8906.014969   -195.490893
+PG17  20822.294685 -14836.729144  -6581.352190    176.727650
+PG18 -16874.885908  -6213.868607 -19320.058836    155.408442
+PG19  -1165.356030  18815.560611 -18583.721693   -179.701969
+PG20  14152.659569  20844.992153   8362.738471     52.464182
+PG21 -26407.608892  -3815.513229  -2886.240538   -168.874713
+PG22 -13426.675230   9249.260026 -20771.956095    144.869560
+PG23  10177.958775  11289.301803  21785.755405    279.090533
+PG24  17178.578286  15027.141586 -13791.838741    420.668715
+PG25 -16280.976298 -13169.379970  16325.329642     16.921164
+PG26   8959.394224 -20956.348620 -13890.313020   -144.315338
+PG27 -10308.452928 -14714.829085 -19044.023498    301.292019
+PG28  13886.162909  -4732.083081 -21612.632491     64.461945
+PG29 -16803.721916  -3194.716394  20376.094257    236.518339
+PG30 -17414.997493  -9178.327547  17475.450539     89.922322
+PG31 -16455.305646   9236.817691  18977.692902    135.725100
+PG32   7494.723423  25638.801175   2404.601244   -321.918827
+PR01 -11011.000790    366.265840 -22996.071859 999999.999999
+PR02  -5747.453771  18677.081751 -16389.410380 999999.999999
+PR03   5962.963428  12842.371652  21219.283578 999999.999999
+PR04   8244.776622 -16544.177807  17573.888841 999999.999999
+PR05  11032.433429   -245.608976  22996.375554 999999.999999
+PR06   6010.024343 -18112.879992  16937.609725 999999.999999
+PR07  -4867.889671 -25048.621584   -541.395249 999999.999999
+PR08  -9689.552420 -17673.338631 -15624.297666 999999.999999
+PR09  11348.481150  -6188.158825 -21998.612179 999999.999999
+PR10  -5791.164212 -12803.301906 -21285.288115 999999.999999
+PR11 -20641.894523 -12712.398841  -8054.669135 999999.999999
+PR12 -22705.367569  -4794.520813  10349.344208 999999.999999
+PR13 -11514.170371   6030.356077  21922.538401 999999.999999
+PR15  21693.167070  11957.194889   5890.063410 999999.999999
+PR16  22826.301201   4744.014056 -10512.726436 999999.999999
+PR17  -5720.227446  15424.202774 -19463.359966 999999.999999
+PR18  10787.662234   5167.962408 -22523.065465 999999.999999
+PR19  20702.023535  -7800.244722 -12700.226324 999999.999999
+PR20  18644.355967 -16664.137509   5199.581344 999999.999999
+PR21   5819.821983 -15616.134199  19267.306601 999999.999999
+PR22 -10277.173079  -5610.963103  22644.225455 999999.999999
+PR23 -20642.725473   8037.732968  12640.351202 999999.999999
+PR24 -18757.605424  16701.822686  -4486.246490 999999.999999
+*  2011  9  3  1  0  0.00000000
+PG02   5596.804418 -14938.035475  21255.748116    354.151120
+PG03  -8829.100597  24099.537027  -6619.843859    763.148497
+PG04  21184.985078  -7362.054996  14266.137974    219.911910
+PG05    352.489207 -23364.823495  12509.121654   -212.829258
+PG06 -13860.644372  22364.943801  -2308.521434    -80.320611
+PG07  25886.108685   5970.856150   2583.905910     24.919722
+PG08  25906.198356   1731.586930  -6858.574607      9.048205
+PG09 -13307.830175 -14243.724697 -18582.487701    103.156987
+PG10  12844.318994  -9076.067502  21141.414577    -11.912496
+PG11  11663.905763  14548.235273 -19354.973793   -182.466073
+PG12 -12074.161681 -23276.448343   4785.120856     19.890175
+PG13  14666.352414   5035.718119  21440.566667    253.383557
+PG14 -20689.072762  13264.754788  -9706.280669    170.287524
+PG15  -1470.366987 -19346.130791 -18053.273468   -107.936815
+PG16    126.995604  23802.376868  11478.544081   -195.492887
+PG17  20385.279632 -13977.818624  -9254.251996    176.726406
+PG18 -17440.314995  -8343.965059 -18027.342265    155.410084
+PG19  -2735.763763  20130.289543 -16935.546190   -179.705674
+PG20  14165.844227  21728.168148   5727.043013     52.464734
+PG21 -26564.665996  -4142.308163   -130.537110   -168.876861
+PG22 -14248.601637   6943.415730 -21127.242447    144.869413
+PG23   8517.058323  13120.228962  21437.811928    279.087881
+PG24  15486.311796  14817.018609 -15835.070690    420.671358
+PG25 -16725.523333 -14875.351468  14289.421636     16.922725
+PG26  10046.290753 -21815.194202 -11482.283137   -144.326714
+PG27  -7957.511216 -14464.699130 -20250.746739    301.293610
+PG28  14643.141712  -2267.078027 -21536.330817     64.464817
+PG29 -15251.284624  -4982.970052  21227.268068    236.521230
+PG30 -18090.225442 -11027.529099  15665.922193     89.918195
+PG31 -18426.943702   8746.585991  17326.415653    135.729876
+PG32   7281.932207  25780.736267   -408.716088   -321.924906
+PR01 -11445.703082  -2419.081531 -22656.062442 999999.999999
+PR02  -5989.818237  16537.187969 -18467.373417 999999.999999
+PR03   3472.316776  11812.124237  22333.411104 999999.999999
+PR04   9758.249176 -17901.711131  15322.627265 999999.999999
+PR05  11469.705923   2536.092043  22641.189041 999999.999999
+PR06   6254.886499 -15911.168439  18938.136987 999999.999999
+PR07  -4919.599638 -24905.053472   2632.312436 999999.999999
+PR08 -10053.185858 -19414.143341 -13131.594635 999999.999999
+PR09  13816.143939  -5254.650707 -20788.669114 999999.999999
+PR10  -3297.206483 -11777.000196 -22390.533402 999999.999999
+PR11 -19610.355483 -12123.936459 -10997.041524 999999.999999
+PR12 -23781.693798  -5075.512245   7364.514024 999999.999999
+PR13 -14001.082757   5154.728010  20661.999215 999999.999999
+PR15  20903.072877  11446.870676   8967.349330 999999.999999
+PR16  23913.061229   5009.138880  -7554.551337 999999.999999
+PR17  -7468.861772  16901.512532 -17543.351428 999999.999999
+PR18   8571.173991   6900.775635 -22996.592100 999999.999999
+PR19  19264.680251  -6837.033721 -15259.609581 999999.999999
+PR20  18892.196697 -17068.948996   2023.631818 999999.999999
+PR21   7532.575919 -17097.041321  17310.432798 999999.999999
+PR22  -8067.756806  -7365.160284  23045.734220 999999.999999
+PR23 -19223.409357   7058.468673  15201.451788 999999.999999
+PR24 -18936.009634  17044.763476  -1295.245499 999999.999999
+*  2011  9  3  1 15  0.00000000
+PG02   7975.528883 -14613.597255  20668.203229    354.152793
+PG03  -9410.587435  24416.045783  -3897.504171    763.152316
+PG04  22679.007761  -6948.377138  12070.508266    219.921849
+PG05   1178.098358 -22016.645419  14718.030739   -212.834149
+PG06 -14212.819951  22273.752287    510.031279    -80.312199
+PG07  25412.645234   6104.215243   5406.365805     24.921207
+PG08  26488.617788   1959.825211  -4054.397360      9.048860
+PG09 -11208.855825 -14116.628684 -20052.221990    103.159984
+PG10  13818.812191  -6785.548236  21415.934213    -11.913248
+PG11   9484.087848  14981.592337 -20180.706587   -182.469064
+PG12 -12036.875888 -23703.699547   1943.099921     19.892223
+PG13  13026.341888   6928.477365  21954.858283    253.382265
+PG14 -20003.907362  12168.112467 -12223.592671    170.289149
+PG15   -168.428858 -20847.957754 -16346.061678   -107.935627
+PG16   -575.148961  22513.948301  13850.516125   -195.494644
+PG17  19807.438647 -12866.879512 -11764.830912    176.724771
+PG18 -18043.713379 -10287.365473 -16419.946806    155.411971
+PG19  -4102.075807  21373.384754 -14992.249302   -179.709269
+PG20  14093.813037  22334.377526   2992.793757     52.464822
+PG21 -26434.117361  -4416.386811   2627.370402   -168.878935
+PG22 -15183.752137   4661.274093 -21112.861388    144.869077
+PG23   6988.984101  14990.572172  20720.073288    279.085040
+PG24  13572.016236  14654.883451 -17608.461193    420.673797
+PG25 -17161.484720 -16331.011586  12007.471235     16.924296
+PG26  10901.506458 -22522.181174  -8878.040557   -144.337822
+PG27  -5471.762038 -14332.919323 -21091.445855    301.297662
+PG28  15517.595251    121.936837 -21071.422706     64.467267
+PG29 -13747.206388  -6908.172554  21715.180873    236.523930
+PG30 -18751.685209 -12641.753962  13580.271473     89.914126
+PG31 -20222.889406   8394.295681  15383.686889    135.734970
+PG32   6977.959686  25634.700411  -3215.151962   -321.931186
+PR01 -12065.983190  -5098.406443 -21875.560928 999999.999999
+PR02  -6436.175227  14191.902630 -20186.437087 999999.999999
+PR03    804.148742  10941.906919  23013.524954 999999.999999
+PR04  10951.526807 -19165.834096  12773.612342 999999.999999
+PR05  12091.814807   5209.759265  21846.260348 999999.999999
+PR06   6707.315989 -13514.507544  20571.077952 999999.999999
+PR07  -4853.383727 -24385.929904   5754.963887 999999.999999
+PR08 -10470.532373 -20809.322341 -10383.666064 999999.999999
+PR09  16181.628760  -4559.222671 -19174.995402 999999.999999
+PR10   -629.028753 -10911.760589 -23061.200722 999999.999999
+PR11 -18204.518622 -11512.995260 -13726.682973 999999.999999
+PR12 -24516.244378  -5159.426881   4234.922465 999999.999999
+PR13 -16374.496030   4520.210265  18999.125436 999999.999999
+PR15  19724.122791  10891.377255  11869.521039 999999.999999
+PR16  24663.069342   5078.400586  -4450.735514 999999.999999
+PR17  -8912.801227  18331.560142 -15281.465263 999999.999999
+PR18   6464.189026   8813.011819 -23022.778295 999999.999999
+PR19  17682.051858  -5571.798207 -17522.634268 999999.999999
+PR20  18818.189731 -17227.872570  -1191.479388 999999.999999
+PR21   8939.553969 -18522.526194  15015.818762 999999.999999
+PR22  -5977.903130  -9290.329048  22999.475663 999999.999999
+PR23 -17661.358917   5776.275771  17467.129439 999999.999999
+PR24 -18799.323455  17132.293982   1920.909335 999999.999999
+*  2011  9  3  1 30  0.00000000
+PG02  10285.646470 -14407.847492  19724.193330    354.154665
+PG03  -9843.516210  24478.509948  -1107.327906    763.156234
+PG04  23930.572783  -6626.015485   9668.375312    219.932202
+PG05   2176.549306 -20501.522433  16672.194062   -212.839146
+PG06 -14406.446276  21924.585874   3319.687646    -80.303679
+PG07  24634.723170   6242.399812   8137.107371     24.923020
+PG08  26768.724556   2107.189794  -1182.795965      9.050836
+PG09  -8964.246006 -14103.257605 -21192.118280    103.163412
+PG10  14907.766091  -4540.434940  21314.167798    -11.914996
+PG11   7251.019518  15519.947989 -20670.781874   -182.472173
+PG12 -11883.293106 -23841.356692   -932.010431     19.894368
+PG13  11471.823428   8940.166476  22086.743277    253.380424
+PG14 -19215.406921  10813.775649 -14526.994793    170.290625
+PG15    945.746832 -22236.309967 -14355.408432   -107.934010
+PG16  -1451.751589  21032.873946  15980.867334   -195.496742
+PG17  19129.448610 -11502.675395 -14068.941375    176.723159
+PG18 -18652.278109 -12016.487164 -14527.287399    155.413746
+PG19  -5258.497515  22500.395151 -12787.065427   -179.713017
+PG20  13901.929750  22669.933912    207.127211     52.465467
+PG21 -26015.025468  -4672.586650   5341.915907   -168.881383
+PG22 -16214.012407   2446.762699 -20729.405930    144.868832
+PG23   5615.492174  16856.422416  19643.869646    279.082476
+PG24  11467.776518  14569.311599 -19081.110371    420.677508
+PG25 -17549.439722 -17521.350509   9518.844689     16.925903
+PG26  11535.305821 -23035.380237  -6120.887025   -144.348915
+PG27  -2901.495205 -14334.348075 -21548.914487    301.299523
+PG28  16485.307841   2388.242314 -20227.481832     64.470031
+PG29 -12326.716632  -8937.006198  21831.667133    236.527570
+PG30 -19359.695752 -14004.629094  11256.053663     89.909998
+PG31 -21803.753255   8158.625924  13182.084181    135.740086
+PG32   6549.296393  25215.203784  -5967.453593   -321.937442
+PR01 -12844.319439  -7608.480789 -20669.700483 999999.999999
+PR02  -7102.577076  11704.609892 -21513.146906 999999.999999
+PR03  -1977.964410  10263.888575  23246.039194 999999.999999
+PR04  11822.805997 -20275.120336   9976.336666 999999.999999
+PR05  12870.994601   7712.425781  20627.020682 999999.999999
+PR06   7381.821119 -10987.329876  21804.627187 999999.999999
+PR07  -4622.602921 -23517.625706   8765.986391 999999.999999
+PR08 -10888.233909 -21834.213387  -7433.941377 999999.999999
+PR09  18378.031834  -4094.500906 -17188.609322 999999.999999
+PR10   2149.709121 -10239.580329 -23284.668013 999999.999999
+PR11 -16446.278043 -10936.494076 -16190.733271 999999.999999
+PR12 -24874.858270  -5092.151405   1022.088051 999999.999999
+PR13 -18567.276381   4117.108721  16966.280357 999999.999999
+PR15  18172.378073  10349.336717  14540.003696 999999.999999
+PR16  25042.159289   4997.237915  -1261.089826 999999.999999
+PR17 -10040.327898  19651.581234 -12721.621487 999999.999999
+PR18   4519.052347  10857.649727 -22600.677762 999999.999999
+PR19  16017.558140  -4008.779838 -19445.380174 999999.999999
+PR20  18458.540315 -17098.573846  -4383.531797 999999.999999
+PR21  10030.633889 -19829.805992  12428.065616 999999.999999
+PR22  -4058.752298 -11338.461819  22506.942152 999999.999999
+PR23 -16019.728014   4195.969038  19393.329359 999999.999999
+PR24 -18385.713500  16924.062113   5099.738751 999999.999999
+*  2011  9  3  1 45  0.00000000
+PG02  12481.555390 -14310.416259  18438.606780    354.156212
+PG03 -10156.016947  24266.069739   1702.197799    763.159905
+PG04  24915.012807  -6366.025736   7101.429568    219.942031
+PG05   3353.972235 -18862.533494  18337.966151   -212.843908
+PG06 -14474.228739  21304.073130   6071.464950    -80.295654
+PG07  23565.097245   6422.786149  10729.735949     24.924454
+PG08  26735.408730   2212.360917   1708.459333      9.052838
+PG09  -6617.803780 -14220.690431 -21984.401267    103.165587
+PG10  16088.717643  -2384.389127  20839.107214    -11.916470
+PG11   5005.668380  16160.462873 -20816.390421   -182.475279
+PG12 -11578.328925 -23705.225902  -3791.250339     19.896649
+PG13  10036.074240  11030.817527  21833.637799    253.378785
+PG14 -18367.109091   9208.755347 -16575.957108    170.292367
+PG15   1875.335472 -23468.211475 -12115.592101   -107.932507
+PG16  -2513.762833  19402.970685  17832.939193   -195.498783
+PG17  18393.022289  -9892.838673 -16126.096262    176.721873
+PG18 -19230.155771 -13511.394679 -12383.475539    155.415355
+PG19  -6207.675325  23468.193301 -10358.034328   -179.716636
+PG20  13558.434993  22749.020392  -2582.102692     52.465484
+PG21 -25314.202454  -4945.564992   7968.619625   -168.883515
+PG22 -17314.593637    340.035408 -19984.010121    144.868932
+PG23   4410.547256  18671.413397  18226.848931    279.079744
+PG24   9211.622398  14583.263805 -20227.081785    420.680846
+PG25 -17849.192311 -18440.039750   6866.436269     16.927436
+PG26  11965.837625 -23317.039799  -3257.484341   -144.360200
+PG27   -300.106826 -14475.434321 -21613.148093    301.303194
+PG28  17515.342657   4490.720799 -19021.102094     64.472661
+PG29 -11019.180091 -11030.595858  21574.878727    236.530393
+PG30 -19873.918902 -15108.647135   8734.828568     89.906057
+PG31 -23135.900510   8011.945343  10758.486045    135.744871
+PG32   5966.392713  24544.196967  -8618.914956   -321.943640
+PR01 -13742.932660  -9892.927333 -19061.894446 999999.999999
+PR02  -7993.177635   9142.187518 -22421.670495 999999.999999
+PR03  -4805.164151   9798.645823  23026.065724 999999.999999
+PR04  12383.041584 -21171.090108   6985.137609 999999.999999
+PR05  13769.275456   9988.031741  19007.140029 999999.999999
+PR06   8280.866057  -8397.182831  22614.711986 999999.999999
+PR07  -4187.292573 -22337.480654  11606.959517 999999.999999
+PR08 -11250.531396 -22476.950242  -4339.762841 999999.999999
+PR09  20342.697122  -3841.119014 -14867.836995 999999.999999
+PR10   4970.327757  -9780.806030 -23056.981695 999999.999999
+PR11 -14370.033198 -10447.122593 -18341.427492 999999.999999
+PR12 -24835.703100  -4925.601785  -2210.836105 999999.999999
+PR13 -20517.111923   3923.709609  14603.049913 999999.999999
+PR15  16277.093058   9876.199212  16926.820507 999999.999999
+PR16  25028.026455   4817.046279   1952.883031 999999.999999
+PR17 -10852.713277  20799.799904  -9913.618367 999999.999999
+PR18   2778.999658  12979.307072 -21738.096567 999999.999999
+PR19  14334.450459  -2165.049351 -20990.540342 999999.999999
+PR20  17858.666412 -16648.408012  -7490.741335 999999.999999
+PR21  10808.665871 -20957.429913   9597.575998 999999.999999
+PR22  -2351.929084 -13453.689746  21578.257426 999999.999999
+PR23 -14361.409739   2335.171142  20942.592652 999999.999999
+PR24 -17742.192940  16389.801456   8179.446559 999999.999999
+*  2011  9  3  2  0  0.00000000
+PG02  14520.674460 -14303.765893  16832.428834    354.158000
+PG03 -10380.023538  23765.576863   4481.716419    763.163630
+PG04  25615.172911  -6135.863213   4413.841251    219.952350
+PG05   4708.409721 -17144.639298  19686.756342   -212.848745
+PG06 -14451.819880  20406.960772   8717.595130    -80.287142
+PG07  22224.877020   6679.961405  13140.115318     24.926162
+PG08  26386.345261   2315.404674   4571.348953      9.052885
+PG09  -4216.005417 -14478.303395 -22416.797207    103.167141
+PG10  17332.769437   -356.281112  20000.351266    -11.918352
+PG11   2788.430557  16893.498656 -20614.252358   -182.478059
+PG12 -11091.381622 -23318.851271  -6585.911556     19.898538
+PG13   8745.307068  13155.502902  21199.752741    253.377311
+PG14 -17501.947808   7369.158683 -18334.427777    170.294161
+PG15   2631.349094 -24503.681023  -9665.317392   -107.931375
+PG16  -3763.823859  17670.873388  19375.108020   -195.500728
+PG17  17639.185293  -8053.770922 -17900.223981    176.720174
+PG18 -19739.920171 -14760.297504 -10026.629466    155.417018
+PG19  -6960.419017  24236.683998  -7747.342020   -179.720340
+PG20  13035.826201  22593.002755  -5327.142339     52.466180
+PG21 -24345.943441  -5268.361094  10464.706397   -168.885846
+PG22 -18454.958448  -1623.898985 -18890.188775    144.868767
+PG23   3379.902982  20388.406212  16492.735254    279.077089
+PG24   6846.280402  14713.091592 -21025.886899    420.682884
+PG25 -18021.433703 -19089.500200   4095.925518     16.928937
+PG26  12218.357922 -23335.206152   -337.120177   -144.370999
+PG27   2277.889479 -14753.844211 -21281.679492    301.306514
+PG28  18571.323708   6395.273418 -17475.459217     64.475275
+PG29  -9847.085566 -13145.833816  20949.306091    236.533323
+PG30 -20255.034219 -15955.200218   6061.332888     89.902092
+PG31 -24192.609656   7921.493924   8153.504555    135.749908
+PG32   5204.997798  23650.269745 -11124.133145   -321.949987
+PR01 -14715.398739 -11904.320857 -17083.383504 999999.999999
+PR02  -9099.879921   6572.405477 -22894.302960 999999.999999
+PR03  -7605.934206   9554.321575  22357.537674 999999.999999
+PR04  12655.232393 -21800.731600   3858.141521 999999.999999
+PR05  14740.103183  11989.507944  17018.069562 999999.999999
+PR06   9394.592513  -5812.108824  22985.467470 999999.999999
+PR07  -3516.106423 -20892.232781  14222.745895 999999.999999
+PR08 -11501.813350 -22738.788816  -1161.267093 999999.999999
+PR09  22019.695798  -3768.723308 -12257.589181 999999.999999
+PR10   7761.744291  -9543.346902 -22382.903360 999999.999999
+PR11 -12021.473027 -10090.985072 -20137.015905 999999.999999
+PR12 -24390.235726  -4715.237947  -5400.349491 999999.999999
+PR13 -22168.972441   3907.404115  11955.467142 999999.999999
+PR15  14079.662623   9521.728594  18983.610491 999999.999999
+PR16  24611.200408   4592.787715   5129.150193 999999.999999
+PR17 -11363.911228  21718.070799  -6912.159626 999999.999999
+PR18   1276.529116  15116.390348 -20451.472608 999999.999999
+PR19  12693.196590    -70.052966 -22128.141440 999999.999999
+PR20  17071.140239 -15855.990351 -10452.945385 999999.999999
+PR21  11289.098552 -21847.913528   6579.564645 999999.999999
+PR22   -888.041324 -15574.473639  20231.937798 999999.999999
+PR23 -12746.429347    223.839898  22084.786192 999999.999999
+PR24 -16922.491983  15510.820630  11100.125553 999999.999999
+*  2011  9  3  2 15  0.00000000
+PG02  16364.949667 -14363.913378  14932.462787    354.159676
+PG03 -10549.841809  22972.291357   7181.916599    763.168337
+PG04  26021.926134  -5900.823608   1651.503051    219.962511
+PG05   6229.715296 -15393.012293  20695.514860   -212.853428
+PG06 -14376.243123  19236.414767  11212.375152    -80.278925
+PG07  20642.820556   7044.229336  15327.094956     24.927778
+PG08  25728.088179   2456.114104   7358.317626      9.052496
+PG09  -1806.484401 -14877.407273 -22482.659414    103.169153
+PG10  18605.698072   1511.108022  18813.840368    -11.919106
+PG11    637.815340  17702.879253 -20066.722289   -182.481023
+PG12 -10397.681165 -22712.542704  -9268.343038     19.900750
+PG13   7617.760513  15265.939063  20196.031752    253.375500
+PG14 -16660.507663   5319.764270 -19771.508691    170.295854
+PG15   3232.013223 -25307.268149  -7047.038652   -107.929879
+PG16  -5196.005755  15884.271531  20581.310479   -195.502818
+PG17  16906.593813  -6010.192997 -19360.335548    176.718854
+PG18 -20144.099471 -15759.728950  -7498.138592    155.418788
+PG19  -7535.092982  24770.416237  -5000.569076   -179.724137
+PG20  12312.073757  22229.483301  -7981.143489     52.466210
+PG21 -23131.514821  -5671.036113  12789.684406   -168.887709
+PG22 -19599.985064  -3416.333409 -17467.557115    144.868502
+PG23   2521.010343  21961.232278  14470.968681    279.074294
+PG24   4417.741150  14967.799996 -21462.888081    420.685926
+PG25 -18029.379472 -19480.639778   1254.988533     16.930527
+PG26  12324.151609 -23065.169410   2589.126034   -144.382635
+PG27   4778.925818 -15158.486243 -20559.728315    301.308127
+PG28  19612.941732   8075.920634 -15619.736363     64.477780
+PG29  -8825.308222 -15236.871724  19965.696319    236.536315
+PG30 -20466.363637 -16554.262928   3282.613813     89.898053
+PG31 -24954.990042   7850.765081   5410.859359    135.755037
+PG32   4247.321242  22567.603942 -13439.770234   -321.956049
+PR01 -15708.644765 -13605.916921 -14772.629323 999999.999999
+PR02 -10402.513436   4061.298904 -22921.814308 999999.999999
+PR03 -10308.848297   9526.324737  21253.159627 999999.999999
+PR04  12673.205826 -22118.812684    656.131998 999999.999999
+PR05  15730.338985  13680.486200  14698.433010 999999.999999
+PR06  10701.073333  -3298.014201  22909.553921 999999.999999
+PR07  -2587.900533 -19236.077958  16562.559181 999999.999999
+PR08 -11589.169044 -22633.897914   2039.787213 999999.999999
+PR09  23362.046168  -3837.455442  -9408.502899 999999.999999
+PR10  10453.184780  -9522.426523 -21275.791541 999999.999999
+PR11  -9455.900495  -9905.531642 -21542.572003 999999.999999
+PR12 -23543.607969  -4517.432678  -8483.894800 999999.999999
+PR13 -23477.278299   4026.283739   9075.108692 999999.999999
+PR15  11632.070648   9327.749037  20670.528275 999999.999999
+PR16  23795.507668   4380.452262   8206.325073 999999.999999
+PR17 -11599.716117  22354.390870  -3775.779073 999999.999999
+PR18     32.233729  17203.530547 -18765.582088 999999.999999
+PR19  11149.002644   2235.362330 -22836.121599 999999.999999
+PR20  16153.346737 -14712.310395 -13212.758047 999999.999999
+PR21  11499.072072 -22450.228124   3432.967237 999999.999999
+PR22    314.345695 -17636.037145  18494.497046 999999.999999
+PR23 -11229.476969  -2096.725169  22797.689745 999999.999999
+PR24 -15984.659475  14281.018917  13804.929170 999999.999999
+*  2011  9  3  2 30  0.00000000
+PG02  17982.207182 -14461.431660  12770.931023    354.161542
+PG03 -10700.601483  21890.258299   9754.481120    763.172415
+PG04  26134.395765  -5625.552693  -1138.733593    219.972506
+PG05   7899.777198 -13651.375002  21347.117604   -212.858206
+PG06 -14284.283073  17803.996837  13512.964193    -80.270293
+PG07  18854.350150   7540.278630  17253.195625     24.929443
+PG08  24775.859766   2672.361989  10022.981591      9.054067
+PG09    563.513448 -15411.174944 -22181.032877    103.171157
+PG10  19869.273351   3192.123304  17301.477842    -11.920077
+PG11  -1410.809430  18566.403909 -19181.820971   -182.483833
+PG12  -9479.423982 -21922.158730 -11792.741796     19.903354
+PG13   6663.115894  17312.235202  18839.960969    253.373851
+PG14 -15879.383939   3093.250225 -20862.031346    170.297675
+PG15   3701.855140 -25849.427580  -4306.209374   -107.928682
+PG16  -6795.893583  14090.129379  21431.457560   -195.504809
+PG17  16229.963226  -3794.363006 -20481.088923    176.717352
+PG18 -20406.692196 -16514.408940  -4841.899574    155.420456
+PG19  -7956.699218  25040.030410  -2165.860873   -179.727619
+PG20  11371.628012  21691.133908 -10498.942936     52.467164
+PG21 -21698.418170  -6179.433442  14905.883866   -168.890684
+PG22 -20711.320991  -5015.760358 -15741.438491    144.868525
+PG23   1823.262208  23346.425529  12196.228800    279.071677
+PG24   1973.693500  15348.599800 -21529.610066    420.687279
+PG25 -17840.317555 -19632.272090  -1607.522944     16.932175
+PG26  12319.185148 -22490.666185   5469.306132   -144.393939
+PG27   7152.420435 -15669.940852 -19460.152129    301.311039
+PG28  20597.612552   9515.547114 -13488.437208     64.480529
+PG29  -7960.672193 -17256.724066  18640.869883    236.539400
+PG30 -20475.380510 -16923.746034    447.145345     89.894059
+PG31 -25412.624644   7761.039049   2576.699156    135.759980
+PG32   3082.969658  21334.713246 -15525.309451   -321.962172
+PR01 -16665.244723 -14972.936639 -12174.566103 999999.999999
+PR02 -11869.534891   1670.624445 -22503.632069 999999.999999
+PR03 -12845.326894   9697.585918  19734.183521 999999.999999
+PR04  12479.953457 -22089.884936  -2558.635499 999999.999999
+PR05  16682.555011  15036.566095  12093.278356 999999.999999
+PR06  12167.089158   -916.135721  22388.309664 999999.999999
+PR07  -1392.889364 -17428.436645  18580.948681 999999.999999
+PR08 -11464.837648 -22188.624487   5201.222387 999999.999999
+PR09  24333.579297  -3999.850784  -6375.963199 999999.999999
+PR10  12976.882159  -9700.880567 -19757.322751 999999.999999
+PR11  -6736.164877  -9917.864072 -22530.673382 999999.999999
+PR12 -22314.501153  -4386.812055 -11401.122050 999999.999999
+PR13 -24407.687340   4231.137638   6018.081449 999999.999999
+PR15   8994.906428   9326.248400  21955.008662 999999.999999
+PR16  22598.003664   4234.475759  11124.837665 999999.999999
+PR17 -11596.422165  22665.172602   -565.684490 999999.999999
+PR18   -945.854748  19174.203367 -16713.076459 999999.999999
+PR19   9749.575268   4700.404954 -23100.755073 999999.999999
+PR20  15164.956675 -13221.342023 -15716.674031 999999.999999
+PR21  11476.017280 -22722.037241    219.270150 999999.999999
+PR22   1249.221371 -19572.941022  16399.905109 999999.999999
+PR23  -9857.683397  -4575.356744  23067.429052 999999.999999
+PR24 -14988.497155  12707.383391  16241.185364 999999.999999
+*  2011  9  3  2 45  0.00000000
+PG02  19347.294882 -14562.694524  10384.957860    354.163107
+PG03 -10866.656440  20532.338790  12153.047237    763.176840
+PG04  25959.881778  -5275.568170  -3909.817468    219.982858
+PG05   9693.057829 -11960.411272  21630.643951   -212.863180
+PG06 -14210.907805  16129.320970  15580.113258    -80.261699
+PG07  16900.324804   8186.064554  18885.242992     24.931273
+PG08  23553.041467   2998.521566  12520.823921      9.052998
+PG09   2848.655311 -16064.859643 -21516.659635    103.173266
+PG10  21082.731425   4668.976404  15490.651663    -11.920765
+PG11  -3326.367053  19456.598744 -17973.188796   -182.487068
+PG12  -8326.649962 -20987.689422 -14115.917233     19.905011
+PG13   5882.264309  19244.716659  17155.253814    253.372209
+PG14 -15189.716436    729.105495 -21587.019941    170.299278
+PG15   4070.539945 -26107.676132  -1490.472231   -107.927227
+PG16  -8541.008330  12332.960282  21911.732640   -195.506798
+PG17  15638.672588  -1444.994659 -21243.238793    176.715828
+PG18 -20494.614621 -17036.805293  -2103.539957    155.422340
+PG19  -8255.688528  25023.478601    706.962715   -179.731249
+PG20  10206.180426  21014.354659 -12837.805084     52.467571
+PG21 -20079.456027  -6814.097356  16778.955698   -168.892731
+PG22 -21748.870166  -6408.478034 -13742.370764    144.868533
+PG23   1268.568068  24504.873473   9707.847815    279.068795
+PG24   -438.116691  15848.771035 -21223.950640    420.690533
+PG25 -17427.007094 -19570.239709  -4442.420337     16.933716
+PG26  12242.537520 -21604.775940   8251.598332   -144.404971
+PG27   9352.696723 -16261.278371 -18003.195933    301.316615
+PG28  21482.212217  10706.269916 -11120.612113     64.483232
+PG29  -7251.829187 -19158.923348  16997.438961    236.542465
+PG30 -20255.044854 -17088.555513  -2396.052578     89.890123
+PG31 -25563.912716   7613.012996   -301.122445    135.765274
+PG32   1709.616555  19993.012112 -17343.792628   -321.968359
+PR01 -17525.917771 -15993.354408  -9339.724495 999999.999999
+PR02 -13459.223943   -544.494437 -21647.855404 999999.999999
+PR03 -15152.287312  10039.360249  17830.012650 999999.999999
+PR04  12125.588704 -21689.894554  -5723.649055 999999.999999
+PR05  17537.529220  16046.086120   9253.204081 999999.999999
+PR06  13749.397254   1279.290315  21431.735782 999999.999999
+PR07     66.675898 -15531.520937  20238.681665 999999.999999
+PR08 -11088.449270 -21440.265408   8261.651345 999999.999999
+PR09  24910.369817  -4203.072561  -3219.023607 999999.999999
+PR10  15270.650188 -10049.985588 -17857.058527 999999.999999
+PR11  -3930.285475 -10143.487713 -23081.942301 999999.999999
+PR12 -20734.398967  -4373.685195 -14095.097487 999999.999999
+PR13 -24938.424738   4467.765997   2843.919846 999999.999999
+PR15   6235.033981   9537.918045  22812.382108 999999.999999
+PR16  21048.374256   4205.221489  13828.077399 999999.999999
+PR17 -11399.041805  22617.180433   2655.455082 999999.999999
+PR18  -1662.381082  20963.423526 -14333.857142 999999.999999
+PR19   8533.217107   7266.216659 -22916.915985 999999.999999
+PR20  14165.319731 -11400.122575 -17916.100407 999999.999999
+PR21  11265.821834 -22631.583247  -2998.713984 999999.999999
+PR22   1923.112095 -21321.692609  13988.912851 999999.999999
+PR23  -8668.731970  -7152.913688  22888.746546 999999.999999
+PR24 -13992.935372  10809.944669  18361.430173 999999.999999
+*  2011  9  3  3  0  0.00000000
+PG02  20442.961483 -14631.317839   7815.939730    354.164623
+PG03 -11080.002836  18919.884691  14334.152781    763.179781
+PG04  25513.499067  -4818.737971  -6615.242100    219.992749
+PG05  11577.427214 -10356.311541  21541.544109   -212.867913
+PG06 -14187.785811  14239.407358  17378.815508    -80.253173
+PG07  14825.613091   8991.947494  20194.939292     24.932993
+PG08  22090.382429   3464.009599  14809.872391      9.053708
+PG09   5006.979712 -16816.296558 -20499.925413    103.175923
+PG10  22204.340643   5932.167997  13413.671716    -11.922101
+PG11  -5083.074783  20341.685094 -16459.956297   -182.489840
+PG12  -6937.827320 -19951.692086 -16198.017380     19.907264
+PG13   5267.432820  21015.749720  15171.417163    253.370310
+PG14 -14615.957672  -1727.731351 -21934.031731    170.301016
+PG15   4371.501464 -26067.484924   1351.194472   -107.925830
+PG16 -10401.546585  10653.221783  22014.772085   -195.508735
+PG17  15155.601954    994.078925 -21633.963308    176.714247
+PG18 -20379.027058 -17346.418668    670.356660    155.424014
+PG19  -8466.548909  24706.965031   3567.338424   -179.734991
+PG20   8815.151573  20237.810054 -14958.117028     52.467835
+PG21 -18311.630532  -7589.382835  18378.330410   -168.894843
+PG22 -22672.352907  -7588.884505 -11505.523779    144.868491
+PG23    832.238833  25403.318506   7049.122161    279.066158
+PG24  -2771.541224  16453.847899 -20550.282607    420.692230
+PG25 -16768.873925 -19326.277006  -7201.020552     16.935268
+PG26  12134.670323 -20410.458091  10885.351785   -144.416421
+PG27  11340.687645 -16899.227701 -16216.046205    301.321099
+PG28  22224.813311  11649.427426  -8559.023544     64.485839
+PG29  -6689.456999 -20899.165430  15063.431590    236.545355
+PG30 -19784.915911 -17079.402104  -5198.274262     89.886165
+PG31 -25416.097137   7368.468899  -3173.808819    135.770098
+PG32    133.372038  18585.263907 -18862.524327   -321.974614
+PR01 -18232.123330 -16668.156482  -6323.245005 999999.999999
+PR02 -15121.324749  -2537.635639 -20371.100203 999999.999999
+PR03 -17174.575274  10512.544789  15577.639907 999999.999999
+PR04  11665.013830 -20907.331335  -8777.361443 999999.999999
+PR05  18236.834440  16710.367909   6233.376649 999999.999999
+PR06  15396.440886   3243.059549  20058.312115 999999.999999
+PR07   1776.336835 -13607.803176  21503.506493 999999.999999
+PR08 -10428.962644 -20435.398504  11161.670081 999999.999999
+PR09  25081.669408  -4391.386612      0.753548 999999.999999
+PR10  17280.229557 -10530.782409 -15611.867542 999999.999999
+PR11  -1108.863155 -10585.563116 -23185.435114 999999.999999
+PR12 -18846.333195  -4521.676089 -16513.430817 999999.999999
+PR13 -25061.100281   4679.509940   -385.583742 999999.999999
+PR15   3423.013052   9971.189479  23226.330790 999999.999999
+PR16  19187.828753   4336.631211  16263.487323 999999.999999
+PR17 -11059.160301  22189.046360   5824.753086 999999.999999
+PR18  -2134.235038  22510.398564 -11674.299152 999999.999999
+PR19   7527.334330   9868.095128 -22288.176441 999999.999999
+PR20  13210.886321  -9278.295781 -19768.296787 999999.999999
+PR21  10920.643184 -22159.141840  -6158.098580 999999.999999
+PR22   2354.538964 -22823.284204  11308.256854 999999.999999
+PR23  -7689.385278  -9764.517095  22265.104539 999999.999999
+PR24 -13053.461648   8621.191249  20124.340170 999999.999999
+*  2011  9  3  3 15  0.00000000
+PG02  21260.432130 -14629.739727   5108.812280    354.166505
+PG03 -11368.786285  17082.063259  16258.140842    763.184846
+PG04  24817.544720  -4226.662329  -9209.767343    220.002838
+PG05  13515.257385  -8869.507423  21081.694625   -212.872785
+PG06 -14241.954939  12167.762782  18878.868094    -80.244858
+PG07  12677.517745   9960.123080  21159.363324     24.934535
+PG08  20424.950406   4092.002976  16851.353818      9.054479
+PG09   7001.242136 -17636.672858 -19146.746843    103.179031
+PG10  23192.997294   6980.583492  11107.138188    -11.922504
+PG11  -6661.261269  21186.734727 -14666.527244   -182.492712
+PG12  -5320.121485 -18857.637995 -18003.205701     19.909322
+PG13   4802.663640  22581.494277  12923.208057    253.369105
+PG14 -14174.925748  -4228.450033 -21897.367926    170.302685
+PG15   4640.423710 -25722.870449   4169.356798   -107.924312
+PG16 -12341.405577   9085.891950  21739.729450   -195.510623
+PG17  14796.248883   3475.440365 -21647.062708    176.713003
+PG18 -20036.493199 -17468.825074   3433.011969    155.425696
+PG19  -8626.230415  24085.565593   6364.910038   -179.738602
+PG20   7205.889138  19400.898563 -16824.026893     52.468449
+PG21 -16434.909962  -8512.783920  19677.636987   -168.897679
+PG22 -23442.875960  -8559.452568  -9070.041839    144.868386
+PG23    484.147785  26015.645781   4266.535028    279.063225
+PG24  -4983.633577  17142.122639 -19519.440698    420.693864
+PG25 -15852.956496 -18936.657333  -9835.977492     16.936922
+PG26  12035.609604 -18920.691129  13322.152616   -144.427543
+PG27  13085.343691 -17545.638545 -14132.204987    301.325552
+PG28  22786.350555  12355.203302  -5849.276120     64.488384
+PG29  -6256.770043 -22436.883600  12871.827102    236.548385
+PG30 -19052.003959 -16931.414640  -7911.952346     89.882341
+PG31 -24984.971985   6991.917763  -5992.410932    135.774894
+PG32  -1631.170995  17153.965356 -20053.726633   -321.980650
+PR01 -18728.642893 -17011.060599  -3183.800339 999999.999999
+PR02 -16799.065217  -4272.774435 -18698.177874 999999.999999
+PR03 -18867.074552  11069.455464  13020.930125 999999.999999
+PR04  11155.395870 -19743.866350 -11660.392476 999999.999999
+PR05  18725.412328  17043.424317   3092.458227 999999.999999
+PR06  17050.428785   4940.647162  18294.647180 999999.999999
+PR07   3709.774033 -11717.491507  22350.781831 999999.999999
+PR08  -9466.217223 -19227.844000  13845.009559 999999.999999
+PR09  24850.301437  -4508.770407   3220.513314 999999.999999
+PR10  18961.311889 -11095.837797 -13065.214010 999999.999999
+PR11   1657.614737 -11234.690378 -22838.872235 999999.999999
+PR12 -16703.159912  -4865.660047 -18609.297185 999999.999999
+PR13 -24780.979354   4809.889313  -3607.591609 999999.999999
+PR15    630.380265  10621.806621  23189.178475 999999.999999
+PR16  17067.527278   4664.144924  18383.588725 999999.999999
+PR17 -10632.519734  21372.298946   8880.353713 999999.999999
+PR18  -2389.590860  23761.028260  -8786.338543 999999.999999
+PR19   6747.417786  12437.969822 -21226.737262 999999.999999
+PR20  12352.765861  -6897.135357 -21237.206074 999999.999999
+PR21  10496.463918 -21297.981219  -9197.176146 999999.999999
+PR22   2572.977110 -24025.557702   8409.759691 999999.999999
+PR23  -6934.487912 -12342.036091  21208.618826 999999.999999
+PR24 -12219.711322   6184.965308  21495.544991 999999.999999
+*  2011  9  3  3 30  0.00000000
+PG02  21799.651515 -14520.874321   2311.228023    354.168103
+PG03 -11755.967102  15054.855013  17889.995594    763.190886
+PG04  23900.620148  -3475.911400 -11650.110683    220.012852
+PG05  15464.734668  -7523.643090  20259.342690   -212.877492
+PG06 -14394.693240   9953.226525  20055.338902    -80.236607
+PG07  10504.109394  11084.368322  21761.389481     24.936108
+PG08  18598.858261   4898.375406  18610.318044      9.055556
+PG09   8800.104740 -18491.543865 -17478.397547    103.181500
+PG10  24009.789402   7821.266617   8611.256699    -11.924283
+PG11  -8047.965076  21954.974235 -12622.270711   -182.495920
+PG12  -3489.335649 -17748.232107 -19500.277464     19.911425
+PG13   4464.625442  23903.513873  10449.992748    253.366978
+PG14 -13875.179683  -6722.098372 -21478.151878    170.304172
+PG15   4913.634880 -25076.660396   6915.013705   -107.922835
+PG16 -14319.450800   7659.278855  21092.226563   -195.512421
+PG17  14568.158043   5949.758747 -21283.028199    176.711448
+PG18 -19449.934375 -17434.516876   6138.190931    155.427335
+PG19  -8772.473306  23163.499417   9050.475776   -179.742321
+PG20   5393.569727  18542.212949 -18404.017348     52.468442
+PG21 -14490.901560  -9584.502027  20655.080954   -168.899305
+PG22 -24024.450627  -9330.390920  -6478.325998    144.868205
+PG23    190.121196  26323.901991   1408.905358    279.060604
+PG24  -7036.138733  17885.452973 -18148.589233    420.697290
+PG25 -14674.565707 -18440.677423 -12302.088714     16.938491
+PG26  11983.120571 -17158.192989  15516.879160   -144.438688
+PG27  14564.679188 -18159.164294 -11790.707802    301.330234
+PG28  23132.150728  12841.914570  -3038.934731     64.490913
+PG29  -5930.322432 -23736.692455  10460.009554    236.551429
+PG30 -18051.334970 -16682.615700 -10491.433088     89.878394
+PG31 -24294.277158   6452.158306  -8708.636325    135.779775
+PG32  -3561.225638  15739.729277 -20895.127617   -321.986924
+PR01 -18966.038889 -17047.709616     17.551741 999999.999999
+PR02 -18431.469729  -5725.537259 -16661.613747 999999.999999
+PR03 -20196.404458  11655.988181  10209.760141 999999.999999
+PR04  10653.559145 -18214.450658 -14316.688444 999999.999999
+PR05  18954.023335  17071.144554   -108.534381 999999.999999
+PR06  18649.698319   6349.402931  16174.967937 999999.999999
+PR07   5829.657390  -9916.117409  22763.959779 999999.999999
+PR08  -8192.033755 -17876.342823  16259.624631 999999.999999
+PR09  24232.498372  -4501.543526   6377.355344 999999.999999
+PR10  20281.160613 -11691.370570 -10266.325603 999999.999999
+PR11   4301.465661 -12069.237308 -22048.702975 999999.999999
+PR12 -14365.443616  -5430.092448 -20342.333854 999999.999999
+PR13 -24116.697215   4805.235249  -6759.451589 999999.999999
+PR15  -2073.096257  11472.949499  22702.010854 999999.999999
+PR16  14746.604827   5212.978389  20146.916033 999999.999999
+PR17 -10176.437312  20171.861097  11762.658047 999999.999999
+PR18  -2466.458883  24670.141731  -5726.442152 999999.999999
+PR19   6196.539582  14907.029059 -19753.192634 999999.999999
+PR20  11634.523701  -4308.087613 -22294.159765 999999.999999
+PR21  10050.496182 -20054.784450 -12056.644955 999999.999999
+PR22   2617.362515 -24885.300449   5349.342385 999999.999999
+PR23  -6406.486494 -14816.720443  19739.823915 999999.999999
+PR24 -11533.322628   3554.884873  22448.303578 999999.999999
+*  2011  9  3  3 45  0.00000000
+PG02  22069.179929 -14269.768656   -527.338076    354.169779
+PG03 -12258.206589  12879.764785  19200.083125    763.195236
+PG04  22796.541417  -2549.075936 -13895.601960    220.022586
+PG05  17381.338848  -6334.821247  19088.941787   -212.882510
+PG06 -14660.632542   7638.628843  20888.934078    -80.227842
+PG07   8352.530880  12350.116890  21990.017213     24.937968
+PG08  16657.806998   5890.894744  20056.223957      9.054354
+PG09  10379.130569 -19342.065918 -15521.270368    103.183964
+PG10  24619.470166   8468.887411   5969.115110    -11.925747
+PG11  -9237.287331  22609.193793 -10361.119808   -182.498750
+PG12  -1469.522603 -16663.769145 -20663.205239     19.913514
+PG13   4223.722052  24950.178925   7795.022074    253.365659
+PG14 -13716.740876  -9157.393311 -20684.274784    170.306149
+PG15   5226.479513 -24140.423561   9540.476061   -107.921561
+PG16 -16290.975121   6394.104909  20084.196683   -195.514720
+PG17  14470.684049   8367.527826 -20548.982801    176.709914
+PG18 -18609.349083 -17277.588369   8740.908474    155.428698
+PG19  -8942.110733  21954.040815  11576.910335   -179.746078
+PG20   3400.809005  17698.048461 -19671.407393     52.468896
+PG21 -12521.471683 -10797.269494  21293.779854   -168.901894
+PG22 -24385.400183  -9919.009640  -3775.271452    144.868044
+PG23    -86.498714  26319.000426  -1473.518454    279.057816
+PG24  -8896.808516  18650.344801 -16460.968787    420.701136
+PG25 -13237.633175 -17879.037961 -14557.063871     16.940064
+PG26  12010.960759 -15154.722499  17428.711460   -144.449820
+PG27  15766.412581 -18697.081900  -9235.215822    301.334939
+PG28  23233.271231  13135.005199   -176.651325     64.493521
+PG29  -5681.073175 -24769.647255   7869.147061    236.554212
+PG30 -16786.213551 -16372.320856 -12893.692959     89.874378
+PG31 -23374.798421   5723.689810 -11275.664923    135.784941
+PG32  -5626.433043  14379.730361 -21370.466157   -321.992927
+PR01 -18902.886017 -16814.374476   3218.562082 999999.999999
+PR02 -19955.868585  -6883.961758 -14301.014187 999999.999999
+PR03 -21142.132366  12214.071493   7199.033649 999999.999999
+PR04  10213.405544 -16346.870198 -16694.615500 999999.999999
+PR05  18881.468877  16829.991654  -3307.417191 999999.999999
+PR06  20131.263588   7459.244034  13740.458531 999999.999999
+PR07   8088.966903  -8252.335554  22734.913401 999999.999999
+PR08  -6610.816506 -16442.049797  18358.699109 999999.999999
+PR09  23257.187793  -4320.905217   9409.585644 999999.999999
+PR10  21219.764093 -12259.653682  -7269.255915 999999.999999
+PR11   6760.388604 -13056.199926 -20830.002468 999999.999999
+PR12 -11899.042658  -6227.799112 -21679.395478 999999.999999
+PR13 -23099.429875   4617.204869  -9779.921211 999999.999999
+PR15  -4622.075462  12495.901984  21774.626357 999999.999999
+PR16  12289.871443   5996.833363  21518.843059 999999.999999
+PR17  -9747.170009  18605.995130  14415.502133 999999.999999
+PR18  -2410.812106  25203.375150  -2554.481264 999999.999999
+PR19   5865.385330  17208.390004 -17896.133002 999999.999999
+PR20  11090.309253  -1570.891234 -22918.443996 999999.999999
+PR21   9638.548225 -18449.517087 -14680.783103 999999.999999
+PR22   2534.209943 -25369.988493   2185.966723 999999.999999
+PR23  -6095.486401 -17121.870820  17887.274250 999999.999999
+PR24 -11026.147301    792.357254  22964.030597 999999.999999
+*  2011  9  3  4  0  0.00000000
+PG02  22085.743173 -13845.190627  -3356.534386    354.171512
+PG03 -12885.027499  10602.300782  20164.773833    763.199271
+PG04  21543.077442  -1435.595247 -15908.795924    220.032827
+PG05  19219.432120  -5311.150651  17590.882952   -212.887257
+PG06 -15047.145262   5269.314931  21366.264399    -80.219368
+PG07   6267.335664  13734.864506  21840.603075     24.939257
+PG08  14649.493271   7068.714115  21163.478980      9.054153
+PG09  11721.547149 -20146.409570 -13306.572463    103.186343
+PG10  24991.787962   8944.931877   3225.936053    -11.927242
+PG11 -10230.479454  23113.209503  -7921.076570   -182.501690
+PG12    707.720279 -15640.588591 -21471.603728     19.915415
+PG13   4045.451643  25697.807801   5004.638901    253.363865
+PG14 -13691.169475 -11484.539716 -19530.212398    170.307958
+PG15   5611.735225 -22934.067087  12000.218392   -107.920123
+PG16 -18209.292128   5302.896404  18733.626390   -195.516777
+PG17  14495.093426  10680.801906 -19458.498871    176.708545
+PG18 -17512.276890 -17034.315424  11198.098739    155.430434
+PG19  -9169.418151  20479.075883  13900.040126   -179.749763
+PG20   1256.994992  16901.013725 -20604.776552     52.469384
+PG21 -10567.356188 -12136.436977  21582.053161   -168.904254
+PG22 -24499.603241 -10348.819165  -1007.475276    144.867592
+PG23   -383.184030  26001.080885  -4329.999716    279.054965
+PG24 -10540.487999  19399.269856 -14485.522967    420.703811
+PG25 -11554.734381 -17292.182996 -16562.242281     16.941668
+PG26  12147.296596 -12949.983890  19022.059351   -144.461275
+PG27  16688.179156 -19117.159812  -6513.017110    301.339799
+PG28  23067.602429  13265.795749   2688.682342     64.496286
+PG29  -5475.673132 -25514.271005   5143.506100    236.557190
+PG30 -15268.181210 -16039.522926 -15078.989234     89.870596
+PG31 -22263.202528   4787.922701 -13648.958800    135.789959
+PG32  -7789.801972  13106.278751 -21469.896124   -321.999082
+PR01 -18507.680153 -16356.222594   6357.006315 999999.999999
+PR02 -21310.498821  -7748.732338 -11662.294518 999999.999999
+PR03 -21697.449168  12684.305007   4047.591119 999999.999999
+PR04   9883.472358 -14180.774993 -18747.965355 999999.999999
+PR05  18476.491351  16365.268108  -6442.049411 999999.999999
+PR06  21433.441351   8272.816909  11038.460336 999999.999999
+PR07  10432.730588  -6766.027511  22264.101992 999999.999999
+PR08  -4739.631215 -14985.947151  20101.547992 999999.999999
+PR09  21964.756942  -3925.268303  12257.945920 999999.999999
+PR10  21770.475199 -12741.592800  -4131.858135 999999.999999
+PR11   8979.819500 -14152.561444 -19206.200884 999999.999999
+PR12  -9372.500593  -7259.276538 -22595.155907 999999.999999
+PR13 -21771.557866   4205.070832 -12610.360554 999999.999999
+PR15  -6958.106335  13651.233495  20425.320546 999999.999999
+PR16   9765.282003   7017.098091  22472.283156 999999.999999
+PR17  -9397.339535  16705.697687  16787.262335 999999.999999
+PR18  -2274.369563  25338.608476    667.466572 999999.999999
+PR19   5732.819997  19279.701259 -15691.593448 999999.999999
+PR20  10743.394366   1248.649895 -23097.714884 999999.999999
+PR21   9312.467317 -16514.746378 -17018.545288 999999.999999
+PR22   2375.420693 -25459.107693  -1019.474186 999999.999999
+PR23  -5979.842013 -19195.435820  15686.988942 999999.999999
+PR24 -10718.892667  -2035.734053  23032.662511 999999.999999
+*  2011  9  3  4 15  0.00000000
+PG02  21873.453221 -13221.077884  -6126.106462    354.173290
+PG03 -13638.288777   8270.288717  20766.926980    763.204029
+PG04  20180.560737   -132.334377 -17656.037560    220.042757
+PG05  20933.896927  -4452.610341  15791.127547   -212.892343
+PG06 -15554.023969   2891.591037  21480.010446    -80.210940
+PG07   4288.923518  15208.892961  21314.988644     24.940801
+PG08  12621.935188   8422.181176  21911.922470      9.054580
+PG09  12818.749830 -20861.310239 -10869.949647    103.189577
+PG10  25102.626817   9276.649569    428.317951    -11.928695
+PG11 -11035.756284  23433.324009  -5343.624967   -182.504728
+PG12   3004.249023 -14709.688059 -21911.104952     19.918130
+PG13   3891.959544  26131.501693   2127.434733    253.362239
+PG14 -13781.989315 -13656.984075 -18036.719335    170.309382
+PG15   6098.138278 -21485.117893  14251.686416   -107.918780
+PG16 -20027.402651   4389.696594  17064.204033   -195.518602
+PG17  14624.997442  12844.860914 -18031.299730    176.707380
+PG18 -16163.994828 -16741.680386  13469.242146    155.432231
+PG19  -9484.579108  18768.323687  15979.451960   -179.753729
+PG20  -1002.630869  16178.795090 -21188.306556     52.469639
+PG21  -8666.805246 -13580.326348  21513.662337   -168.906249
+PG22 -24347.527141 -10648.401613   1777.570595    144.867771
+PG23   -736.515377  25379.508146  -7110.267571    279.052330
+PG24 -11949.926958  20092.167193 -12256.409509    420.705975
+PG25  -9646.785564 -16718.662240 -18283.247984     16.943297
+PG26  12413.362431 -10590.178406  20267.374987   -144.472679
+PG27  17337.317927 -19379.485542  -3673.973784    301.345491
+PG28  22620.700592  13270.045857   5508.742227     64.498542
+PG29  -5277.924883 -25957.309872   2329.711074    236.560156
+PG30 -13516.677964 -15721.320650 -17011.439584     89.866937
+PG31 -21000.647834   3634.136604 -15787.051911    135.795179
+PG32 -10008.935632  11945.583336 -21190.274147   -322.004988
+PR01 -17760.343621 -15725.226073   9371.899072 999999.999999
+PR02 -22437.086959  -8332.882514  -8796.782782 999999.999999
+PR03 -21869.278832  13008.669181    817.037832 999999.999999
+PR04   9704.731435 -11766.222948 -20436.853557 999999.999999
+PR05  17719.271222  15729.023653  -9451.542759 999999.999999
+PR06  22498.443914   8805.121941   8121.548639 999999.999999
+PR07  12800.108627  -5486.788243  21360.570388 999999.999999
+PR08  -2607.754817 -13566.286720  21454.399973 999999.999999
+PR09  20405.348613  -3282.287461  14866.793920 999999.999999
+PR10  21940.112179 -13079.374726   -914.688087 999999.999999
+PR11  10914.967175 -15307.094700 -17208.648333 999999.999999
+PR12  -6854.354558  -8512.527662 -23072.548453 999999.999999
+PR13 -20184.880544   3537.688404 -15195.870125 999999.999999
+PR15  -9031.795365  14890.443529  18680.510095 999999.999999
+PR16   7241.279558   8262.575539  22988.247843 999999.999999
+PR17  -9173.528554  14513.570825  18831.865331 999999.999999
+PR18  -2112.133625  25066.898831   3876.361333 999999.999999
+PR19   5766.963002  21065.570279 -13182.357766 999999.999999
+PR20  10605.184154   4081.150315 -22828.254317 999999.999999
+PR21   9117.769306 -14294.442146 -19024.559828 999999.999999
+PR22   2195.870864 -25145.000043  -4205.298078 999999.999999
+PR23  -6027.254861 -20982.427676  13181.750630 999999.999999
+PR24 -10620.252814  -4859.572922  22652.855985 999999.999999
+*  2011  9  3  4 30  0.00000000
+PG02  21462.732078 -12377.783203  -8786.874166    354.174893
+PG03 -14511.999249   5932.096474  20996.223175    763.209175
+PG04  18750.419078   1356.109441 -19107.975480    220.052812
+PG05  22481.760368  -3751.233568  13720.748830   -212.896744
+PG06 -16173.461937    551.150832  21228.988198    -80.202629
+PG07   2452.134073  16736.288825  20421.518896     24.942496
+PG08  10621.774789   9932.979918  22287.242633      9.054056
+PG09  13670.521965 -21443.707422  -8251.036615    103.192266
+PG10  24934.919425   9495.802744  -2376.524065    -11.930822
+PG11 -11667.835347  23539.727451  -2673.056817   -182.507908
+PG12   5376.628854 -13895.549078 -21973.635849     19.919911
+PG13   3723.720361  26245.642229   -786.626784    253.360714
+PG14 -13965.440673 -15633.034031 -16230.410208    170.311134
+PG15   6709.077446 -19827.718054  16256.044775   -107.917377
+PG16 -21699.671943   3650.108335  15104.883345   -195.520659
+PG17  14837.094200  14819.740468 -16292.854993    176.705885
+PG18 -14577.443070 -16435.893662  15516.946706    155.433733
+PG19  -9912.331290  16858.256393  17779.217855   -179.757107
+PG20  -3338.111534  15553.119444 -21412.036521     52.470101
+PG21  -6854.307012 -15100.843384  21087.995382   -168.908456
+PG22 -23917.014367 -10850.101187   4532.286979    144.867507
+PG23  -1180.512805  24472.508588  -9765.461647    279.049519
+PG24 -13116.281206  20688.068593  -9812.403141    420.707574
+PG25  -7542.425592 -16193.579224 -19690.571749     16.944926
+PG26  12822.429907  -8126.267192  21141.819538   -144.484225
+PG27  17730.256342 -19448.170261   -769.451480    301.350469
+PG28  21886.330084  13186.389817   8236.529558     64.501178
+PG29  -5050.359820 -26094.187513   -524.039559    236.563295
+PG30 -11558.425140 -15451.447359 -18659.527700     89.863028
+PG31 -19631.220450   2260.143861 -17652.304862    135.799973
+PG32 -12237.501778  10916.760596 -20535.317291   -322.010911
+PR01 -16653.262847 -14977.799360  12204.681999 999999.999999
+PR02 -23283.304782  -8660.977916  -5760.216939 999999.999999
+PR03 -21677.817954  13133.188763  -2429.484837 999999.999999
+PR04   9708.723011  -9161.798872 -21728.493027 999999.999999
+PR05  16602.457361  14977.694281 -12277.445796 999999.999999
+PR06  23274.829070   9082.617574   5046.504074 999999.999999
+PR07  15126.738193  -4432.858396  20041.781666 999999.999999
+PR08   -255.714877 -12236.167592  22391.045875 999999.999999
+PR09  18636.761720  -2370.493158  17185.209435 999999.999999
+PR10  21748.517346 -13219.076122   2320.143979 999999.999999
+PR11  12532.444359 -16462.533846 -14876.022103 999999.999999
+PR12  -4410.473188  -9963.435732 -23103.040429 999999.999999
+PR13 -18398.457244   2595.056751 -17486.351621 999999.999999
+PR15 -10804.591502  16157.999074  16574.205061 999999.999999
+PR16   4784.122273   9709.754953  23056.250810 999999.999999
+PR17  -9114.151084  12082.217991  20509.682641 999999.999999
+PR18  -1979.789322  24392.870370   7009.462533 999999.999999
+PR19   5926.726825  22519.714934 -10417.131188 999999.999999
+PR20  10674.742985   6856.281560 -22115.060150 999999.999999
+PR21   9091.556249 -11842.311601 -20660.006214 999999.999999
+PR22   2050.879317 -24433.201412  -7310.189092 999999.999999
+PR23  -6196.332541 -22437.056080  10420.271934 999999.999999
+PR24 -10726.565594  -7609.078835  21832.014671 999999.999999
+*  2011  9  3  4 45  0.00000000
+PG02  20888.985275 -11303.060888 -11291.686726    354.176743
+PG03 -15492.478089   3634.848997  20849.336433    763.214028
+PG04  17293.678824   3017.382253 -20240.018761    220.062563
+PG05  23823.743760  -3191.602225  11415.390864   -212.901738
+PG06 -16890.331827  -1708.460485  20618.117862    -80.194204
+PG07    785.053666  18276.221092  19174.947302     24.944219
+PG08   8692.618464  11574.608251  22281.315893      9.053249
+PG09  14284.956903 -21852.418394  -5492.930371    103.193690
+PG10  24479.303756   9637.266177  -5141.507414    -11.931062
+PG11 -12147.214299  23407.780516     44.281352   -182.510690
+PG12   7777.602423 -13215.221845 -21657.591601     19.922289
+PG13   3501.280534  26044.034858  -3687.101506    253.358728
+PG14 -14211.526848 -17377.281272 -14143.239068    170.313071
+PG15   7461.508304 -18001.375226  17978.851080   -107.915843
+PG16 -23183.455791   3071.660249  12889.371370   -195.522469
+PG17  15102.186388  16571.569448 -14273.880992    176.704558
+PG18 -12772.885112 -16150.962247  17307.480813    155.435397
+PG19 -10470.848011  14790.765249  19268.521603   -179.760374
+PG20  -5706.090086  15038.953356 -21272.028437     52.470476
+PG21  -5159.433945 -16664.336772  20310.188888   -168.910814
+PG22 -23203.794995 -10988.586225   7209.802512    144.867402
+PG23  -1745.074395  23306.460634 -12249.045095    279.046731
+PG24 -14039.281297  21146.781644  -7196.200862    420.710116
+PG25  -5277.105897 -15747.184844 -20760.070780     16.946600
+PG26  13379.139800  -5612.026258  21629.759716   -144.495141
+PG27  17891.535412 -19292.858040   2148.735158    301.357656
+PG28  20866.704878  13054.706302  10827.071437     64.504249
+PG29  -4755.871953 -25929.140017  -3368.788319    236.566257
+PG30  -9426.555972 -15258.949760 -19996.533527     89.859263
+PG31 -18200.254103    672.626877 -19211.609220    135.805235
+PG32 -14426.889486  10031.135765 -19515.619994   -322.017103
+PR01 -15191.814251 -14172.267119  14800.362036 999999.999999
+PR02 -23804.994444  -8767.815826  -2611.655362 999999.999999
+PR03 -21155.526170  13010.434034  -5628.558301 999999.999999
+PR04   9916.103167  -6432.386982 -22597.828134 999999.999999
+PR05  15131.686464  14169.572789 -14864.879985 999999.999999
+PR06  23719.702946   9141.842719   1873.199306 999999.999999
+PR07  17347.242188  -3610.546778  18333.285723 999999.999999
+PR08   2266.142215 -11041.349997  22893.341250 999999.999999
+PR09  16722.046984  -1180.459872  19168.002441 999999.999999
+PR10  21227.591962 -13113.124325   5510.152535 999999.999999
+PR11  13811.424813 -17558.024865 -12253.586193 999999.999999
+PR12  -2101.533340 -11576.656441 -22686.741234 999999.999999
+PR13 -16476.166855   1369.408631 -19437.471423 999999.999999
+PR15 -12250.117796  17393.679231  14147.340495 999999.999999
+PR16   2455.305641  11323.619451  22674.546953 999999.999999
+PR17  -9247.687559   9472.233605  21788.292541 999999.999999
+PR18  -1931.079695  23334.544507  10005.581737 999999.999999
+PR19   6163.753915  23606.749786  -7449.597318 999999.999999
+PR20  10938.856978   9505.457239 -20971.767712 999999.999999
+PR21   9260.810369  -9219.739868 -21893.356691 999999.999999
+PR22   1993.659200 -23342.256940 -10274.347292 999999.999999
+PR23  -6438.541786 -23524.491189   7456.245695 999999.999999
+PR24 -11022.009848 -10216.588753  20586.143815 999999.999999
+*  2011  9  3  5  0  0.00000000
+PG02  20191.083179  -9992.750809 -13596.331043    354.178432
+PG03 -16558.852699   1422.712887  20329.943655    763.217867
+PG04  15849.491542   4831.632999 -21032.732552    220.072366
+PG05  24925.679079  -2751.630991   8914.654404   -212.906529
+PG06 -17682.749005  -3847.289311  19658.299816    -80.185615
+PG07   -691.916311  19784.431053  17596.225844     24.945799
+PG08   6873.477714  13313.182583  21892.457277      9.053693
+PG09  14678.075707 -22049.788148  -2641.585641    103.195519
+PG10  23734.503818   9737.530285  -7820.412807    -11.932121
+PG11 -12499.210011  23019.123594   2760.808874   -182.513941
+PG12  10157.716306 -12677.706101 -20967.899409     19.924396
+PG13   3186.991000  25539.695586  -6523.953954    253.357434
+PG14 -14485.309230 -18861.774372 -11811.890370    170.314709
+PG15   8365.130604 -16049.518817  19390.644322   -107.914175
+PG16 -24440.616612   2634.478932  10455.550175   -195.524707
+PG17  15386.430842  18073.666384 -12009.758929    176.703236
+PG18 -10777.315699 -15917.353060  18811.255118    155.437393
+PG19 -11170.899251  12611.629483  20422.175998   -179.764543
+PG20  -8061.256073  14643.967995 -20770.440572     52.471229
+PG21  -3605.853833 -18232.681877  19191.179478   -168.912738
+PG22 -22211.708900 -11099.339085   9764.724064    144.867247
+PG23  -2454.588530  21914.869892 -14517.664911    279.043767
+PG24 -14727.060067  21430.560820  -4453.643412    420.713037
+PG25  -2891.922627 -15403.670170 -21473.378167     16.948267
+PG26  14079.229061  -3101.986132  21723.077338   -144.506361
+PG27  17852.532856 -18889.980982   5029.331472    301.362587
+PG28  19572.430209  12914.481991  13238.060254     64.506517
+PG29  -4359.345366 -25475.025091  -6155.651728    236.568888
+PG30  -7159.528029 -15167.060377 -21000.887819     89.855383
+PG31 -16752.598033  -1112.870222 -20437.025554    135.809676
+PG32 -16527.985539   9291.871188 -18148.523518   -322.023216
+PR01 -13394.355977 -13366.269981  17108.577632 999999.999999
+PR02 -23968.068831  -8696.697527    587.677544 999999.999999
+PR03 -20345.612275  12601.751311  -8717.748507 999999.999999
+PR04  10335.666268  -3646.689534 -23028.017449 999999.999999
+PR05  13325.568969  13362.218063 -17163.605171 999999.999999
+PR06  23800.581874   9027.616920  -1336.576466 999999.999999
+PR07  19397.797797  -3014.166991  16268.229372 999999.999999
+PR08   4899.495744 -10018.396126  22951.554072 999999.999999
+PR09  14726.901287    284.542230  20776.602359 999999.999999
+PR10  20419.846915 -12722.507835   8593.665720 999999.999999
+PR11  14744.277132 -18531.751852  -9392.316447 999999.999999
+PR12     19.262693 -13306.987349 -21832.346414 999999.999999
+PR13 -14484.088678   -134.217194 -21011.508863 999999.999999
+PR15 -13354.997690  18535.129148  11446.980743 999999.999999
+PR16    309.188618  13058.959300  21850.199166 999999.999999
+PR17  -9591.358799   6749.871845  22643.095391 999999.999999
+PR18  -2015.271824  21922.619064  12806.298287 999999.999999
+PR19   6424.669816  24303.532614  -4337.377304 999999.999999
+PR20  11372.631862  11964.453561 -19420.402653 999999.999999
+PR21   9641.135642  -6493.424278 -22700.968636 999999.999999
+PR22   2072.857552 -21903.020980 -13040.612628 999999.999999
+PR23  -6700.472360 -24222.182343   4347.297634 999999.999999
+PR24 -11479.334255 -12619.440884  18939.535549 999999.999999
+*  2011  9  3  5 15  0.00000000
+PG02  19409.716987  -8451.130839 -15660.370420    354.180365
+PG03 -17683.868369   -664.674564  19448.575526    763.221978
+PG04  14453.735153   6772.050444 -21472.167601    220.081729
+PG05  25759.739336  -2403.609577   6261.420295   -212.911356
+PG06 -18522.896196  -5830.273311  18366.202199    -80.177416
+PG07  -1966.690954  21214.878442  15712.180361     24.947119
+PG08   5197.371418  15108.548035  21125.570523      9.052559
+PG09  14873.144812 -22003.254710    254.866967    103.199024
+PG10  22707.424695   9833.162115 -10368.589132    -11.932942
+PG11 -12752.794143  22362.561101   5428.583883   -182.516865
+PG12  12467.044797 -12283.654190 -19915.969190     19.926727
+PG13   2746.660978  24754.292937  -9248.427203    253.355720
+PG14 -14748.396296 -20066.899219  -9277.095904    170.316273
+PG15   9421.860385 -14017.919799  20467.437999   -107.912476
+PG16 -25438.875421   2312.239144   7844.841972   -195.526424
+PG17  15652.767996  19307.356449  -9539.884201    176.701913
+PG18  -8623.637058 -15760.795488  20003.251311    155.438804
+PG19 -12015.323661  10368.852284  21221.023146   -179.767909
+PG20 -10357.870456  14368.289902 -19915.507211     52.471366
+PG21  -2210.544393 -19764.559450  17747.675709   -168.915373
+PG22 -20952.632307 -11217.131629  12153.871729    144.866889
+PG23  -3326.777725  20337.073486 -16531.940498    279.041349
+PG24 -15195.645242  21505.696629  -1632.869384    420.715112
+PG25   -432.234765 -15180.204760 -21818.215582     16.949938
+PG26  14909.664448   -649.354563  21421.283823   -144.518259
+PG27  17649.952366 -18223.716912   7822.582382    301.366624
+PG28  18022.154822  12803.225785  15430.430073     64.509209
+PG29  -3829.211962 -24752.811533  -8836.657544    236.571788
+PG30  -4799.857450 -15192.299713 -21656.451481     89.851668
+PG31 -15330.900964  -3072.301746 -21306.339765    135.814864
+PG32 -18492.995897   8693.942494 -16457.835733   -322.029269
+PR01 -11291.685524 -12614.218073  19084.572350 999999.999999
+PR02 -23750.006880  -8497.347919   3775.587479 999999.999999
+PR03 -19300.082889  11879.126215 -11636.843407 999999.999999
+PR04  10963.883563   -874.594535 -23010.756369 999999.999999
+PR05  11215.141254  12609.912741 -19128.993842 999999.999999
+PR06  23496.833854   8790.895928  -4520.331207 999999.999999
+PR07  21218.657916  -2626.490501  13886.716743 999999.999999
+PR08   7580.232436  -9193.214772  22564.551365 999999.999999
+PR09  12716.972462   2008.440399  21979.810461 999999.999999
+PR10  19376.528532 -12018.643838  11511.002643 999999.999999
+PR11  15336.647871 -19323.627743  -6347.907738 999999.999999
+PR12   1908.139320 -15101.154813 -20556.922867 999999.999999
+PR13 -12487.814215  -1897.944721 -22178.074031 999999.999999
+PR15 -14119.144796  19520.517235   8525.411673 999999.999999
+PR16  -1609.075535  14862.138604  20598.969058 999999.999999
+PR17 -10150.293887   3984.493083  23057.771843 999999.999999
+PR18  -2274.823662  20199.228984  15357.112332 999999.999999
+PR19   6653.556974  24600.015070  -1140.911277 999999.999999
+PR20  11940.602464  14175.856413 -17490.968418 999999.999999
+PR21  10235.998663  -3732.802495 -23067.518124 999999.999999
+PR22   2330.284271 -20157.468827 -15555.544219 999999.999999
+PR23  -6926.315210 -24520.677687   1153.862095 999999.999999
+PR24 -12061.086578 -14762.352805  16924.291107 999999.999999
+*  2011  9  3  5 30  0.00000000
+PG02  18585.701445  -6690.923964 -17447.893625    354.181864
+PG03 -18834.969610  -2593.565790  18222.318410    763.227120
+PG04  13137.738898   8805.661585 -21550.118654    220.091968
+PG05  26305.437140  -2115.461948   3501.121634   -212.916124
+PG06 -19378.077437  -7628.352703  16763.965246    -80.168946
+PG07  -3035.806007  22521.480530  13555.074072     24.948608
+PG08   3690.147228  16915.660240  19992.187285      9.052880
+PG09  14899.708853 -21686.768080   3146.876608    103.202282
+PG10  21412.961525   9959.278879 -12743.626138    -11.933507
+PG11 -12939.270344  21434.677874   8000.210254   -182.520219
+PG12  14656.945450 -12025.410094 -18519.529514     19.928764
+PG13   2151.068137  23717.270479 -11813.877952    253.354228
+PG14 -14960.565395 -20981.937141  -6582.892832    170.317981
+PG15  10625.616276 -11953.036770  21191.110608   -107.911180
+PG16 -26152.951997   2073.354531   5101.527250   -195.528669
+PG17  15862.473484  20262.482436  -6906.960673    176.700228
+PG18  -6349.630754 -15701.263067  20863.395415    155.440558
+PG19 -12998.829218   8110.932138  21652.213704   -179.771875
+PG20 -12551.314160  14204.547562 -18721.423963     52.472092
+PG21   -983.245750 -21216.891252  16002.041148   -168.917849
+PG22 -19446.114049 -11374.543520  14336.968850    144.866838
+PG23  -4371.821145  18616.729302 -18257.163968    279.038581
+PG24 -15468.137959  21343.955917   1216.579372    420.717630
+PG25   2053.879959 -15086.257330 -21788.604187     16.951590
+PG26  15849.172241   1695.979806  20731.440446   -144.529908
+PG27  17324.152869 -17286.622538  10481.084726    301.371133
+PG28  16241.952730  12754.985854  17368.869844     64.511841
+PG29  -3138.878337 -23790.767279 -11365.572011    236.574644
+PG30  -2392.719614 -15343.836049 -21952.720536     89.848196
+PG31 -13973.980202  -5173.824262 -21803.523014    135.819576
+PG32 -20277.233824   8224.467302 -14473.404145   -322.035210
+PR01  -8925.985706 -11964.899792  20690.057423 999999.999999
+PR02 -23140.880663  -8223.571740   6890.124162 999999.999999
+PR03 -18077.439219  10826.599653 -14329.039981 999999.999999
+PR04  11784.977407   1815.498490 -22546.433874 999999.999999
+PR05   8842.806223  11961.276558 -20722.895460 999999.999999
+PR06  22800.638101   8486.375077  -7616.097124 999999.999999
+PR07  22756.520012  -2419.696603  11235.031814 999999.999999
+PR08  10240.876130  -8580.069812  21739.821391 999999.999999
+PR09  10755.189551   3962.801675  22754.400811 999999.999999
+PR10  18155.396354 -10984.823738  14205.617546 999999.999999
+PR11  15606.989992 -19877.934586  -3179.682547 999999.999999
+PR12   3532.293689 -16899.942674 -18885.542663 999999.999999
+PR13 -10549.801729  -3891.571925 -22914.682538 999999.999999
+PR15 -14555.506836  20291.185692   5439.137792 999999.999999
+PR16  -3265.215202  16673.242991  18945.031407 999999.999999
+PR17 -10917.225597   1245.894996  23024.576795 999999.999999
+PR18  -2743.352272  18216.243653  17608.511260 999999.999999
+PR19   6794.544216  24499.561944   2077.716182 999999.999999
+PR20  12598.308220  16091.232671 -15220.874898 999999.999999
+PR21  11036.498810  -1007.382285 -22986.268478 999999.999999
+PR22   2798.924486 -18157.066863 -17770.436250 999999.999999
+PR23  -7060.449216 -24423.910888  -2061.996843 999999.999999
+PR24 -12721.290761 -16599.495057  14579.689456 999999.999999
+*  2011  9  3  5 45  0.00000000
+PG02  17758.297709  -4732.962382 -18928.157724    354.183628
+PG03 -19975.601241  -4337.198489  16674.381604    763.232388
+PG04  11927.178116  10894.366835 -21264.306382    220.102348
+PG05  26550.354512  -1852.173547    680.976603   -212.920872
+PG06 -20211.961732  -9219.355233  14878.827845    -80.161016
+PG07  -3904.380133  23659.875871  11162.064832     24.950306
+PG08   2369.573662  18686.192214  18510.386175      9.053163
+PG09  14792.365655 -21082.002597   5984.294801    103.204242
+PG10  19873.531299  10148.087289 -14905.989320    -11.932531
+PG11 -13090.846980  20240.155062  10429.757281   -182.523382
+PG12  16681.778540 -11887.385132 -16802.349284     19.931011
+PG13   1377.267185  22464.687338 -14176.562643    253.353058
+PG14 -15081.452189 -21605.283936  -3775.838287    170.319795
+PG15  11962.426711  -9900.353050  21549.688470   -107.909727
+PG16 -26565.453363   1882.363549   2272.025603   -195.530602
+PG17  15976.770838  20937.595135  -4156.253722    176.699172
+PG18  -3996.758636 -15752.168840  21376.872832    155.442224
+PG19 -14108.126181   5885.138842  21709.364125   -179.775116
+PG20 -14599.603871  14138.213212 -17208.138813     52.471983
+PG21     73.821105 -22546.386544  13982.079669   -168.919791
+PG22 -17718.737139 -11600.577953  16277.278683    144.866728
+PG23  -5591.790139  16800.154390 -19663.898697    279.035970
+PG24 -15573.611792  20923.812662   4044.680723    420.719862
+PG25   4517.273361 -15123.224950 -21384.970238     16.953209
+PG26  16869.132892   3889.271294  19667.893703   -144.540938
+PG27  16917.393145 -16079.930862  12960.540551    301.374881
+PG28  14264.460804  12799.016249  19022.274444     64.514526
+PG29  -2267.965209 -22623.376055 -13698.702633    236.577860
+PG30     15.535791 -15623.122301 -21884.957588     89.844747
+PG31 -12715.343008  -7378.821359 -21919.081966    135.824947
+PG32 -21840.796246   7863.374612 -12230.550348   -322.041094
+PR01  -6349.302711 -11459.346322  21893.947150 999999.999999
+PR02 -22143.870974  -7930.746699   9870.788650 999999.999999
+PR03 -16740.122283   9441.176384 -16742.056156 999999.999999
+PR04  12771.527970   4359.284097 -21644.120825 999999.999999
+PR05   6260.805799  11457.135933 -21914.374413 999999.999999
+PR06  21717.421783   8169.943553 -10563.645899 999999.999999
+PR07  23966.642948  -2356.778703   8364.737890 999999.999999
+PR08  12813.165722  -8181.093309  20493.330964 999999.999999
+PR09   8899.231755   6107.805239  23085.558738 999999.999999
+PR10  16818.244159  -9617.174575  16625.189536 999999.999999
+PR11  15585.556483 -20145.799947     50.577024 999999.999999
+PR12   4870.977317 -18640.574151 -16850.774983 999999.999999
+PR13  -8726.883034  -6073.603178 -23207.177530 999999.999999
+PR15 -14689.276555  20794.184943   2247.802734 999999.999999
+PR16  -4637.050870  18428.518649  16920.516089 999999.999999
+PR17 -11872.724522  -1398.360596  22544.465360 999999.999999
+PR18  -3443.990127  16033.175478  19516.928200 999999.999999
+PR19   6794.401863  24018.725829   5255.983461 999999.999999
+PR20  13294.269030  17672.934421 -12654.218256 999999.999999
+PR21  12021.675172   1615.916158 -22459.171045 999999.999999
+PR22   3501.317521 -15960.765552 -19642.252399 999999.999999
+PR23  -7050.026282 -23948.943590  -5237.795346 999999.999999
+PR24 -13407.500302 -18096.174093  11951.414996 999999.999999
+*  2011  9  3  6  0  0.00000000
+PG02  16963.627498  -2605.526214 -20076.112278    354.185717
+PG03 -21066.668793  -5876.586152  14833.548033    763.236706
+PG04  10841.180023  12996.178993 -20618.477456    220.112430
+PG05  26490.577154  -1577.331371  -2150.805793   -212.925386
+PG06 -20985.970704 -10588.625080  12742.682044    -80.152587
+PG07  -4585.734616  24589.142295   8574.564327     24.951609
+PG08   1244.745595  20370.308577  16704.584515      9.053552
+PG09  14589.322287 -20179.306571   8717.254475    103.207074
+PG10  18118.344989  10427.539135 -16819.612078    -11.932275
+PG11 -13239.165805  18791.765625  12673.668856   -182.525978
+PG12  18500.523266 -11846.757535 -14793.847921     19.933163
+PG13    409.647670  21037.824340 -16296.362357    253.351081
+PG14 -15072.241402 -21944.326523   -904.195725    170.321296
+PG15  13410.852085  -7902.768959  21537.518188   -107.908207
+PG16 -26667.479812   1701.458836   -595.851220   -195.532476
+PG17  15958.443230  21339.820865  -1334.815485    176.697604
+PG18  -1608.831480 -15919.802770  21534.381835    155.443814
+PG19 -15322.382472   3735.861383  21392.593966   -179.778757
+PG20 -16464.819440  14148.228633 -15401.050103     52.473083
+PG21    965.949817 -23711.146302  11720.715050   -168.922282
+PG22 -15803.230691 -11919.425274  17942.180550    144.866705
+PG23  -6980.417227  14934.581936 -20728.466125    279.033163
+PG24 -15545.779154  20231.417664   6801.862571    420.722531
+PG25   6909.417422 -15284.385207 -20614.143428     16.954848
+PG26  17934.791546   5892.489039  18251.842678   -144.552143
+PG27  16472.064901 -14613.516050  15220.405314    301.378403
+PG28  12127.804479  12958.633689  20364.135254     64.517067
+PG29  -1203.309631 -21290.023395 -15795.662171    236.580812
+PG30   2378.905457 -16023.820576 -21454.250481     89.841264
+PG31 -11581.922369  -9643.212677 -21650.288084    135.830037
+PG32 -23150.054263   7584.386575  -9769.379237   -322.046962
+PR01  -3621.619260 -11129.041336  22672.953788 999999.999999
+PR02 -20775.249785  -7673.260623  12659.710126 999999.999999
+PR03 -15351.817061   7733.188302 -18829.145373 999999.999999
+PR04  13885.587030   6698.980457 -20321.390355 999999.999999
+PR05   3529.288182  11128.739357 -22680.307751 999999.999999
+PR06  20265.755453   7896.098901 -13305.667413 999999.999999
+PR07  24814.622674  -2393.346749   5331.671487 999999.999999
+PR08  15230.675590  -7986.322983  18849.220362 999999.999999
+PR09   7199.242459   8393.702879  22967.149592 999999.999999
+PR10  15428.266438  -7925.093682  18722.637382 999999.999999
+PR11  15312.902222 -20087.402570   3279.849826 999999.999999
+PR12   5916.074199 -20259.249420 -14492.047275 999999.999999
+PR13  -7068.025045  -8392.760285 -23049.992137 999999.999999
+PR15 -14556.603996  20984.587389   -986.947250 999999.999999
+PR16  -5715.187622  20062.999587  14564.885209 999999.999999
+PR17 -12985.960362  -3885.514891  21627.050390 999999.999999
+PR18  -4388.198616  13714.790374  21045.574413 999999.999999
+PR19   6605.032061  23186.486840   8332.148436 999999.999999
+PR20  13972.278204  18895.459880  -9840.925124 999999.999999
+PR21  13159.335227   4075.296079 -21496.798630 999999.999999
+PR22   4448.371462 -13632.694998 -21134.461709 999999.999999
+PR23  -6847.444632 -23125.175242  -8311.846862 999999.999999
+PR24 -14063.140249 -19230.055116   9090.659802 999999.999999
+*  2011  9  3  6 15  0.00000000
+PG02  16233.243894   -343.388528 -20872.796794    354.187089
+PG03 -22068.092745  -7200.978835  12733.528895    763.240984
+PG04   9891.675447  15066.625302 -19622.417374    220.122160
+PG05  26130.817423  -1254.717798  -4945.834552   -212.930460
+PG06 -21660.759926 -11729.374817  10391.561511    -80.144064
+PG07  -5100.683958  25273.399481   5837.510110     24.953135
+PG08    315.834680  21918.539641  14605.198513      9.054189
+PG09  14330.782619 -18978.340139  11297.090790    103.208805
+PG10  16182.445560  10820.149421 -18452.440492    -11.933509
+PG11 -13413.850688  17110.043945  14691.637764   -182.528884
+PG12  20078.226724 -11874.469967 -12528.599230     19.935318
+PG13   -759.297712  19481.611538 -18137.435988    253.349469
+PG14 -14897.293839 -22014.986955   1982.892241    170.323053
+PG15  14942.703641  -5999.110393  21155.328181   -107.906555
+PG16 -26458.927539   1492.103664  -3453.664509   -195.534800
+PG17  15773.383542  21484.415734   1509.304792    176.696071
+PG18    769.411538 -16203.032541  21332.321562    155.445753
+PG19 -16613.978935   1703.090256  20708.447779   -179.782286
+PG20 -18114.389786  14207.893176 -13330.613801     52.472918
+PG21   1705.647703 -24672.265938   9255.558902   -168.924241
+PG22 -13737.365562 -12349.418999  19303.679270    144.866456
+PG23  -8523.204452  13066.408199 -21433.314176    279.030713
+PG24 -15421.481903  19261.267062   9439.919323    420.724576
+PG25   9184.073554 -15555.173514 -19489.247617     16.956373
+PG26  19006.721173   7675.573193  16510.761151   -144.563539
+PG27  16028.982149 -12905.541751  17224.429791    301.381660
+PG28   9874.348893  13250.298387  21372.872079     64.519613
+PG29     60.310939 -19833.502017 -17620.079872    236.583729
+PG30   4653.238325 -16532.016266 -20667.498515     89.837837
+PG31 -10593.081392 -11918.997578 -21001.277267    135.834955
+PG32 -24178.892054   7356.269212  -7133.980935   -322.052654
+PR01   -808.602499 -10994.550516  23012.031284 999999.999999
+PR02 -19063.830484  -7502.001730  15202.768958 999999.999999
+PR03 -13974.731118   5726.098297 -20549.994245 999999.999999
+PR04  15080.252174   8785.482837 -18603.973989 999999.999999
+PR05    714.049521  10996.393485 -23005.831592 999999.999999
+PR06  18476.711722   7715.432526 -15788.888174 999999.999999
+PR07  25277.751845  -2479.748677   2194.850478 999999.999999
+PR08  17431.370717  -7974.262110  16839.341153 999999.999999
+PR09   5695.883399  10762.705088  22401.814246 999999.999999
+PR10  14047.379328  -5931.135322  20457.039804 999999.999999
+PR11  14837.958584 -19673.811717   6445.123275 999999.999999
+PR12   6672.156398 -21693.736042 -11854.888190 999999.999999
+PR13  -5612.437652 -10789.909953 -22446.248374 999999.999999
+PR15 -14202.864691  20827.484979  -4202.636268 999999.999999
+PR16  -6503.159459  21513.210910  11924.157087 999999.999999
+PR17 -14215.956915  -6159.968195  20290.394209 999999.999999
+PR18  -5575.087574  11328.522497  22165.130731 999999.999999
+PR19   6185.748239  22042.989590  11246.450059 999999.999999
+PR20  14573.915220  19746.313227  -6835.777532 999999.999999
+PR21  14407.368679   6316.394944 -20118.115068 999999.999999
+PR22   5638.665343 -11239.655266 -22217.759893 999999.999999
+PR23  -6412.604995 -21993.054357 -11224.462039 999999.999999
+PR24 -14630.037951 -19991.874745   6053.118494 999999.999999
+*  2011  9  3  6 30  0.00000000
+PG02  15592.915530   2013.389597 -21305.607605    354.188788
+PG03 -22940.389603  -8307.985089  10412.244109    763.245394
+PG04   9083.023918  17060.265066 -18291.870986    220.132102
+PG05  25484.221817   -849.897166  -7656.347396   -212.935127
+PG06 -22197.740560 -12642.748962   7865.070266    -80.135582
+PG07  -5476.524672  25683.230313   2998.564017     24.954719
+PG08   -425.797296  23283.680640  12248.171236      9.053098
+PG09  14057.227146 -17488.362389  13677.284975    103.211331
+PG10  14105.544672  11342.018012 -19776.926133    -11.933675
+PG11 -13641.140917  15222.639283  16447.420650   -182.531902
+PG12  21387.227602 -11936.486675 -10045.736600     19.937353
+PG13  -2128.521324  17842.938606 -19668.793098    253.347864
+PG14 -14525.648437 -21840.955752   4836.230613    170.324894
+PG15  16524.029598  -4222.809538  20410.180722   -107.905081
+PG16 -25948.477461   1216.676352  -6253.122472   -195.536802
+PG17  15392.025529  21394.027343   4327.853133    176.694684
+PG18   3093.765921 -16593.281402  20772.909932    155.446935
+PG19 -17949.530747   -178.910195  19669.708205   -179.785918
+PG20 -19522.188586  14285.982375 -11031.863758     52.473419
+PG21   2312.039138 -25395.373160   6628.363911   -168.926501
+PG22 -11562.674290 -12902.221626  20338.842534    144.866333
+PG23 -10197.862735  11239.499582 -21767.264087    279.028093
+PG24 -15239.070244  18016.542926  11912.894083    420.727452
+PG25  11298.877518 -15913.775388 -18029.485212     16.957908
+PG26  20042.465433   9217.330437  14477.701286   -144.574979
+PG27  15625.787292 -10981.819327  18941.098459    301.385371
+PG28   7549.316702  13682.945774  22032.107908     64.522466
+PG29   1519.763015 -18298.393937 -19140.246595    236.586793
+PG30   6797.676584 -17126.714686 -19537.326165     89.834337
+PG31  -9759.929875 -14155.972731 -19983.014195    135.840054
+PG32 -24909.640250   7144.295778  -4371.547349   -322.058632
+PR01   2020.880514 -11064.627830  22904.660126 999999.999999
+PR02 -17049.909153  -7462.008614  17450.644178 999999.999999
+PR03 -12666.963252   3455.754575 -21871.486838 999999.999999
+PR04  16301.635446  10580.152548 -16525.260183 999999.999999
+PR05  -2115.956921  11068.577093 -22884.627952 999999.999999
+PR06  16392.714564   7672.293511 -17965.107227 999999.999999
+PR07  25345.905886  -2563.419987   -984.681619 999999.999999
+PR08  19359.991172  -8112.938113  14502.645205 999999.999999
+PR09   4418.808893  13151.212609  21400.891421 999999.999999
+PR10  12733.607422  -3670.350520  21794.443093 999999.999999
+PR11  14215.763939 -18888.380329   9484.641630 999999.999999
+PR12   7156.018668 -22885.908108  -8990.066068 999999.999999
+PR13  -4388.104962 -13200.328536 -21407.691369 999999.999999
+PR15 -13680.556212  20299.587922  -7337.147033 999999.999999
+PR16  -7017.019084  22719.831778   9049.992722 999999.999999
+PR17 -15513.286978  -8175.329263  18560.640147 999999.999999
+PR18  -6991.267612   8941.802755  22854.286661 999999.999999
+PR19   5505.246494  20637.830744  13942.271203 999999.999999
+PR20  15041.171008  20226.326725  -3697.337860 999999.999999
+PR21  15715.490070   8294.276882 -18350.087184 999999.999999
+PR22   7058.271635  -8848.502662 -22870.661453 999999.999999
+PR23  -5714.853717 -20602.346184 -13919.107822 999999.999999
+PR24 -15051.034699 -20385.615061   2897.896045 999999.999999
+*  2011  9  3  6 45  0.00000000
+PG02  15061.669950   4420.860906 -21368.434454    354.190418
+PG03 -23646.214645  -9203.361031   7911.050405    763.249796
+PG04   8411.930548  18932.269782 -16648.366346    220.142174
+PG05  24571.870492   -331.734492 -10236.010816   -212.940159
+PG06 -22560.586581 -13337.597500   5205.758266    -80.127254
+PG07  -5745.762604  25796.862067    107.252666     24.956199
+PG08   -997.119355  24422.637160   9674.371950      9.052476
+PG09  13807.654368 -15728.141911  15814.408618    103.212542
+PG10  11930.697195  12002.089423 -20770.462273    -11.934510
+PG11 -13942.670747  13163.377958  17909.570516   -182.534554
+PG12  22408.105127 -11995.260944  -7388.269620     19.939411
+PG13  -3688.300074  16168.912849 -20864.779679    253.346407
+PG14 -13932.343964 -21452.647573   7607.385511    170.326509
+PG15  18116.329209  -2600.806092  19315.317709   -107.903733
+PG16 -25153.270570    840.082544  -8946.853275   -195.538876
+PG17  14790.604113  21097.694704   7073.154644    176.693192
+PG18   5322.018499 -17074.788311  19864.226352    155.448880
+PG19 -19291.131940  -1882.692699  18295.108464   -179.789525
+PG20 -20669.397398  14348.056408  -8543.850116     52.473879
+PG21   2809.986648 -25852.035786   3884.363179   -168.928838
+PG22  -9323.041554 -13582.269385  21030.161700    144.866161
+PG23 -11975.060554   9493.625703 -21725.635618    279.025465
+PG24 -15036.738224  16509.113540  14177.907600    420.730473
+PG25  13216.779984 -16332.011405 -16259.818136     16.959461
+PG26  20998.283514  10505.943591  12190.507774   -144.586508
+PG27  15295.525538  -8874.910599  20343.969995    301.389183
+PG28   5199.316713  14257.588754  22330.887460     64.525246
+PG29   3163.468346 -16729.391905 -20329.681505    236.589749
+PG30   8775.983576 -17780.604647 -18081.923830     89.830932
+PG31  -9084.983683 -16303.554465 -18613.119277    135.845145
+PG32 -25333.664757   6911.856545  -1531.428015   -322.064459
+PR01   4797.377533 -11335.835489  22352.968506 999999.999999
+PR02 -14783.741393  -7590.379424  19359.765352 999999.999999
+PR03 -11480.072668    969.128386 -22768.322485 999999.999999
+PR04  17491.143916  12056.168156 -14125.644913 999999.999999
+PR05  -4891.241535  11341.570004 -22319.046747 999999.999999
+PR06  14065.928034   7802.730165 -19792.129377 999999.999999
+PR07  25021.918131  -2591.360690  -4145.051877 999999.999999
+PR08  20970.167400  -8361.415297  11884.435880 999999.999999
+PR09   3385.621501  15492.299196  19984.170392 999999.999999
+PR10  11538.645776  -1189.103855  22708.539649 999999.999999
+PR11  13504.948243 -17727.631399  12339.128531 999999.999999
+PR12   7395.713982 -23784.132494  -5952.637786 999999.999999
+PR13  -3410.799277 -15556.211229 -19954.460544 999999.999999
+PR15 -13046.910631  19390.358039 -10329.902977 999999.999999
+PR16  -7284.391276  23630.202871   5998.663777 999999.999999
+PR17 -16822.135437  -9896.075499  16471.492182 999999.999999
+PR18  -8611.239238   6619.412842  23100.119361 999999.999999
+PR19   4543.184676  19027.969384  16367.239908 999999.999999
+PR20  15319.073158  20349.431478   -486.795530 999999.999999
+PR21  17027.336511   9975.027359 -16227.147979 999999.999999
+PR22   8681.110909  -6523.538217 -23079.949681 999999.999999
+PR23  -4734.530192 -19010.030309 -16343.503095 999999.999999
+PR24 -15272.567049 -20428.133455   -313.649428 999999.999999
+*  2011  9  3  7  0  0.00000000
+PG02  14651.129423   6832.731083 -21061.670597    354.192390
+PG03 -24151.805782  -9900.486228   5273.938070    763.254881
+PG04   7867.663126  20640.008624 -14718.938544    220.152245
+PG05  23421.987692    326.211782 -12640.697056   -212.944972
+PG06 -22716.673173 -13829.967586   2458.450878    -80.119014
+PG07  -5944.630455  25601.058044  -2785.932350     24.957986
+PG08  -1422.600148  25298.137246   6928.875014      9.051176
+PG09  13617.858727 -13725.480602  17669.042699    103.213398
+PG10   9702.857953  12801.678023 -21415.758593    -11.934391
+PG11 -14334.450496  10971.073295  19052.065894   -182.537701
+PG12  23130.314477 -12011.354443  -4602.324429     19.941896
+PG13  -5420.448447  14505.130385 -21705.471797    253.345090
+PG14 -13099.512645 -20885.921652  10249.472653    170.328072
+PG15  19677.947193  -1152.708428  17889.904972   -107.902018
+PG16 -24098.280976    331.276266 -11489.167583   -195.540771
+PG17  13952.199791  20629.625839   9698.878340    176.691675
+PG18   7415.347432 -17625.146667  18620.173762    155.450628
+PG19 -20597.772638  -3388.444717  16608.953525   -179.793117
+PG20 -21545.101863  14357.909881  -5909.002619     52.474418
+PG21   3228.956317 -26020.975452   1071.501146   -168.931502
+PG22  -7063.215563 -14386.495997  21365.832073    144.866098
+PG23 -13819.448358   7863.077506 -21310.253379    279.022586
+PG24 -14850.885072  14759.195637  16195.917076    420.732257
+PG25  14907.288019 -16776.481294 -14210.549967     16.961048
+PG26  21830.918836  11539.089587   9690.971494   -144.597718
+PG27  15065.429727  -6623.015739  21411.927464    301.395325
+PG28   2870.829509  14967.202677  22263.839482     64.527797
+PG29   4971.647737 -15169.625445 -21167.609233    236.592811
+PG30  10557.713354 -18461.064978 -16324.814876     89.827360
+PG31  -8562.182865 -18312.631130 -16915.559793    135.850232
+PG32 -25451.588625   6622.142570   1335.848508   -322.070533
+PR01   7453.488686 -11792.693053  21367.687910 999999.999999
+PR02 -12323.618399  -7914.528493  20893.150944 999999.999999
+PR03 -10456.949575  -1677.410478 -23223.477380 999999.999999
+PR04  18587.976518  13199.383994 -11451.746722 999999.999999
+PR05  -7544.421138  11799.612530 -21320.060702 999999.999999
+PR06  11556.252394   8132.796421 -21234.577986 999999.999999
+PR07  24321.428338  -2512.633337  -7224.770453 999999.999999
+PR08  22226.178642  -8671.698048   9035.495135 999999.999999
+PR09   2601.349792  17718.341408  18179.480831 999999.999999
+PR10  10505.699740   1456.587158  23181.203063 999999.999999
+PR11  12765.080473 -16201.598963  14952.958031 999999.999999
+PR12   7429.131111 -24345.406921  -2800.923728 999999.999999
+PR13  -2683.617305 -17789.322906 -18114.702111 999999.999999
+PR15 -12361.321959  18102.629023 -13123.022894 999999.999999
+PR16  -7343.031672  24200.569571   2829.924323 999999.999999
+PR17 -18082.643990 -11298.758001  14063.553495 999999.999999
+PR18 -10398.300263   4420.974128  22898.308043 999999.999999
+PR19   3291.301507  17275.348172  18474.247420 999999.999999
+PR20  15358.198030  20141.886861   2733.240822 999999.999999
+PR21  18282.832745  11336.887289 -13790.522177 999999.999999
+PR22  10469.828814  -4324.005622 -22840.973586 999999.999999
+PR23  -3464.052809 -17277.916990 -18450.629699 999999.999999
+PR24 -15247.108088 -20148.265679  -3519.105569 999999.999999
+*  2011  9  3  7 15  0.00000000
+PG02  14365.159228   9201.971885 -20392.103267    354.194329
+PG03 -24428.274954 -10419.557723   2546.715604    763.259784
+PG04   7432.566922  22144.579826 -12535.751780    220.162156
+PG05  22068.892711   1144.476380 -14829.225929   -212.949621
+PG06 -22638.393897 -14142.331311   -330.460162    -80.110374
+PG07  -6111.456364  25091.682209  -5630.455580     24.959467
+PG08  -1733.054718  25880.233986   4060.131375      9.050129
+PG09  13518.822348 -11516.358247  19206.643449    103.214789
+PG10   7467.369375  13734.277730 -21701.149120    -11.935344
+PG11 -14826.095195   8688.134660  19854.819275   -182.540583
+PG12  23552.482420 -11945.143337  -1736.322245     19.943887
+PG13  -7298.855055  12894.024550 -22176.973624    253.343038
+PG14 -12017.207137 -20180.617081  12717.910227    170.329847
+PG15  21165.594744    109.756155  16158.681284   -107.900693
+PG16 -22815.408266   -335.366435 -13836.800829   -195.543054
+PG17  12867.530369  20027.799678  12160.773422    176.690175
+PG18   9339.615499 -18216.108561  17060.354490    155.452340
+PG19 -21826.873467  -4684.507351  14640.659993   -179.796983
+PG20 -22146.596096  14279.108205  -3172.427319     52.474663
+PG21   3601.667382 -25889.027696  -1760.433114   -168.933663
+PG22  -4827.293446 -15304.345850  21339.949307    144.865824
+PG23 -15690.915028   6375.520544 -20529.339424    279.020082
+PG24 -14714.569440  12794.695156  17932.390438    420.735794
+PG25  16347.460068 -17209.923493 -11916.815519     16.962584
+PG26  22499.317247  12323.677999   7023.950324   -144.609312
+PG27  14955.948000  -4268.690961  22129.346613    301.399569
+PG28    608.697449  15796.897638  21831.281751     64.530671
+PG29   6916.889953 -13659.056991 -21639.337906    236.595636
+PG30  12119.180864 -19131.382031 -14294.548101     89.823639
+PG31  -8177.268808 -20137.368671 -14920.210785    135.855336
+PG32 -25273.142157   6239.828681   4179.561097   -322.076545
+PR01   9926.418652 -12408.349197  19967.944218 999999.999999
+PR02  -9733.622464  -8450.863821  22021.117662 999999.999999
+PR03  -9630.074382  -4420.207301 -23228.503552 999999.999999
+PR04  19531.732321  14008.661454  -8555.501306 999999.999999
+PR05 -10012.774881  12415.588803 -19907.053984 999999.999999
+PR06   8929.011796   8677.294463 -22264.572260 999999.999999
+PR07  23272.211316  -2280.774977 -10163.934662 999999.999999
+PR08  23104.281313  -8990.944334   6011.102833 999999.999999
+PR09   2058.466649  19763.685704  16022.129550 999999.999999
+PR10   9667.694319   4203.124223  23202.867753 999999.999999
+PR11  12053.993427 -14333.608802  17275.249655 999999.999999
+PR12   7302.173042 -24537.164260    404.574483 999999.999999
+PR13  -2197.056658 -19833.681848 -15924.029921 999999.999999
+PR15 -11682.695247  16452.686716 -15662.427114 999999.999999
+PR16  -7238.954710  24397.963565   -394.188907 999999.999999
+PR17 -19233.439644 -12372.704349  11383.537062 999999.999999
+PR18 -12305.931604   2398.673923  22253.182624 999999.999999
+PR19   1754.027502  15444.325320  20222.363216 999999.999999
+PR20  15116.961408  19641.002043   5899.980486 999999.999999
+PR21  19420.725205  12370.882835 -11087.427419 999999.999999
+PR22  12377.163756  -2301.802528 -22157.783074 999999.999999
+PR23  -1908.497184 -15470.082516 -20199.639552 999999.999999
+PR24 -14935.365048 -19585.441702  -6656.222319 999999.999999
+*  2011  9  3  7 30  0.00000000
+PG02  14199.835034  11482.444407 -19372.693642    354.195877
+PG03 -24452.702134 -10786.543047   -223.800703    763.265793
+PG04   7082.863130  23412.228350 -10135.619909    220.172240
+PG05  20551.730595   2136.699943 -16764.059870   -212.954517
+PG06 -22304.307935 -14302.576672  -3113.756145    -80.101645
+PG07  -6284.950964  24273.913082  -8376.660464     24.961115
+PG08  -1964.215141  26147.529916   1119.050320      9.049951
+PG09  13535.296083  -9143.724098  20398.326352    103.217034
+PG10   5268.431650  14785.666435 -21620.827800    -11.935445
+PG11 -15420.334956   6359.036410  20304.051632   -182.543355
+PG12  23682.350801 -11758.542029   1159.887824     19.946207
+PG13  -9290.321138  11373.351812 -22271.617802    253.340477
+PG14 -10683.932361 -19378.958734  14971.126768    170.331564
+PG15  22535.939158   1182.984093  14151.519394   -107.899117
+PG16 -21342.320709  -1178.872757 -15949.625297   -195.545209
+PG17  11535.462457  19332.444343  14417.368268    176.688912
+PG18  11066.508352 -18814.631818  15209.854770    155.454096
+PG19 -22935.878693  -5767.581561  12424.225094   -179.800695
+PG20 -22479.381161  14076.551546   -381.146877     52.475523
+PG21   3962.578460 -25451.797061  -4560.753839   -168.936199
+PG22  -2657.234569 -16318.077065  20952.619087    144.865698
+PG23 -17546.024884   5051.122978 -19397.299155    279.017303
+PG24 -14656.118485  10650.256102  19357.884600    420.738279
+PG25  17522.616280 -17592.737991  -9417.985795     16.964144
+PG26  22966.227331  12875.237946   4236.482026   -144.620271
+PG27  14980.037295  -1857.442882  22486.190914    301.401913
+PG28  -1545.333342  16724.375019  21039.266536     64.533427
+PG29   8965.025305 -12233.011095 -21736.530261    236.598657
+PG30  13444.197172 -19752.138825 -12024.314930     89.820072
+PG31  -7908.504845 -21736.894137 -12662.294982    135.860201
+PG32 -24816.653727   5732.682571   6949.764834   -322.082478
+PR01  12160.338839 -13145.747898  18180.888246 999999.999999
+PR02  -7081.155051  -9203.940963  22721.847970 999999.999999
+PR03  -9020.235637  -7190.736691 -22783.662089 999999.999999
+PR04  20265.020597  14495.660648  -5493.153065 999999.999999
+PR05 -12240.608027  13152.205426 -18107.448363 999999.999999
+PR06   6252.430128   9439.006212 -22862.256908 999999.999999
+PR07  21913.014535  -1856.019659 -12905.400267 999999.999999
+PR08  23593.551958  -9263.896020   2869.966796 999999.999999
+PR09   1737.443815  21567.242243  13554.196576 999999.999999
+PR10   9045.929806   6981.728375  22772.743886 999999.999999
+PR11  11425.200974 -12159.508194  19260.865072 999999.999999
+PR12   7066.610553 -24338.670476   3602.296120 999999.999999
+PR13  -1929.628464 -21628.166175 -13424.844311 999999.999999
+PR15 -11066.827382  14469.804296 -17898.875011 999999.999999
+PR16  -7024.213566  24201.641509  -3610.601226 999999.999999
+PR17 -20214.241922 -13120.192760   8483.363448 999999.999999
+PR18 -14279.602279    595.320627  21177.608423 999999.999999
+PR19    -51.439180  13599.025117  21577.629371 999999.999999
+PR20  14563.588746  18893.405011   8951.691217 999999.999999
+PR21  20381.180259  13080.927809  -8170.166255 999999.999999
+PR22  14347.752800   -499.501466 -21043.096389 999999.999999
+PR23    -85.641741 -13650.231072 -21556.640871 999999.999999
+PR24 -14308.140243 -18787.874406  -9664.121861 999999.999999
+*  2011  9  3  7 45  0.00000000
+PG02  14143.723107  13630.470512 -18022.257125    354.197401
+PG03 -24208.996761 -11031.940047  -2990.577947    763.270434
+PG04   6789.705208  24415.592394  -7559.428177    220.182188
+PG05  18913.030043   3308.906471 -18411.941221   -212.959406
+PG06 -21700.074026 -14342.797432  -5844.152230    -80.092902
+PG07  -6502.483883  23162.097988 -10976.673911     24.962823
+PG08  -2155.085019  26088.065998  -1841.986733      9.050395
+PG09  13684.639203  -6655.980170  21221.540342    103.216799
+PG10   3147.608513  15934.305849 -21175.005812    -11.935964
+PG11 -16112.827662   4028.713833  20392.524724   -182.546419
+PG12  23536.369970 -11416.674359   4035.924311     19.948118
+PG13 -11355.668866   9974.869766 -21988.067300    253.340152
+PG14  -9106.864541 -18523.893298  16971.215773    170.333237
+PG15  23747.202113   2071.424739  11902.907359   -107.897829
+PG16 -19721.089846  -2210.742385 -17791.321959   -195.546984
+PG17   9963.225044  18584.447590  16430.624180    176.687485
+PG18  12574.472857 -19384.137535  13098.933605    155.456022
+PG19 -23883.848820  -6642.619258   9997.635149   -179.804085
+PG20 -22556.855136  13718.005158   2416.703680     52.475213
+PG21   4346.273588 -24713.967676  -7278.885972   -168.938237
+PG22   -591.454952 -17403.344876  20209.977748    144.865518
+PG23 -19339.578199   3901.986239 -17934.409011    279.014594
+PG24 -14697.946050   8366.058530  20448.519220    420.741145
+PG25  18426.736756 -17884.613659  -6756.997756     16.965683
+PG26  23199.624883  13216.993830   1376.910481   -144.631911
+PG27  15142.736703    563.752711  22478.041420    301.404336
+PG28  -3553.972046  17720.657313  19899.563146     64.536050
+PG29  11076.271287 -10920.894631 -21457.361974    236.601849
+PG30  14524.540919 -20282.729829  -9551.491098     89.816419
+PG31  -7727.709455 -23076.787022 -10181.714594    135.865196
+PG32 -24108.209792   5073.032092   9598.218624   -322.088491
+PR01  14108.462765 -13959.240261  16041.172543 999999.999999
+PR02  -4434.339595 -10166.128892  22981.805671 999999.999999
+PR03  -8635.757175  -9918.217404 -21897.890462 999999.999999
+PR04  20735.962854  14684.102523  -2324.163103 999999.999999
+PR05 -14181.326185  13963.616113 -15956.173755 999999.999999
+PR06   3594.999906  10408.445604 -23016.175071 999999.999999
+PR07  20291.954332  -1207.236255 -15395.896474 999999.999999
+PR08  23696.209506  -9435.423130   -326.915874 999999.999999
+PR09   1607.816106  23074.898483  10823.705323 999999.999999
+PR10   8649.242161   9721.070065  21898.861275 999999.999999
+PR11  10925.518370  -9726.377614  20871.286459 999999.999999
+PR12   6777.698012 -23741.959238   6730.765370 999999.999999
+PR13  -1848.979869 -23118.935667 -10665.521090 999999.999999
+PR15 -10563.928512  12195.249444 -19788.914696 999999.999999
+PR16  -6754.430117  23604.019101  -6756.462144 999999.999999
+PR17 -20968.440702 -13556.092856   5419.162753 999999.999999
+PR18 -16258.917757   -957.195091  19692.711464 999999.999999
+PR19  -2095.596379  11800.717907  22513.719126 999999.999999
+PR20  13677.679909  17952.934008  11828.917203 999999.999999
+PR21  21108.339462  13483.397005  -5095.125693 999999.999999
+PR22  16320.304122   1051.235212 -19518.096823 999999.999999
+PR23   1974.522018 -11879.093218 -22495.348996 999999.999999
+PR24 -13347.776770 -17810.398927 -12484.478209 999999.999999
+*  2011  9  3  8  0  0.00000000
+PG02  14178.455267  15606.294662 -16365.055739    354.199136
+PG03 -23688.501700 -11189.395892  -5707.126826    763.275763
+PG04   6520.456008  25134.725894  -4851.461775    220.192255
+PG05  17197.142476   4659.074158 -19744.461404   -212.964193
+PG06 -20819.134599 -14297.925105  -8475.069960    -80.084466
+PG07  -6798.420892  21779.253995 -13385.273432     24.964129
+PG08  -2346.149098  25699.832749  -4770.155188      9.048817
+PG09  13975.976556  -4105.218241  21660.606699    103.218918
+PG10   1142.421985  17152.027605 -20369.984539    -11.936898
+PG11 -16892.280023   1740.955852  20119.627881   -182.549429
+PG12  23138.958706 -10889.424114   6841.779025     19.950570
+PG13 -13451.077914   8723.254356 -21331.318994    253.338531
+PG14  -7301.750940 -17657.416468  18684.529746    170.334963
+PG15  24760.706806   2787.201213   9451.359297   -107.896077
+PG16 -17996.664847  -3434.297634 -19330.001844   -195.549186
+PG17   8166.317841  17823.757052  18166.536473    176.686241
+PG18  13849.415794 -19885.936573  10762.613092    155.457519
+PG19 -24632.994629  -7322.407943   7402.223894   -179.807691
+PG20 -22399.704261  13175.535223   5172.712197     52.476074
+PG21   4785.819284 -23689.244814  -9865.405247   -168.940446
+PG22   1336.446419 -18530.045901  19124.122066    144.865118
+PG23 -21026.234941   2931.894255 -16166.415440    279.011943
+PG24 -14855.624435   5986.415945  21186.340422    420.744533
+PG25  19062.532175 -18046.196969  -3979.619937     16.967217
+PG26  23173.914514  13378.679685  -1505.957413   -144.642901
+PG27  15441.026399   2947.960215  22106.068497    301.408281
+PG28  -5385.597844  18751.072277  18429.573157     64.538723
+PG29  13206.606573  -9745.158549 -20806.563506    236.604792
+PG30  15360.144946 -20682.949736  -6917.103512     89.812582
+PG31  -7601.557443 -24130.316738  -7522.290936    135.870332
+PG32 -23180.526433   4239.031348  12079.251173   -322.094583
+PR01  15734.749535 -14796.574620  13590.284041 999999.999999
+PR02  -1859.406140 -11317.802000  22795.992336 999999.999999
+PR03  -8472.263590 -12532.320222 -20588.606719 999999.999999
+PR04  20900.481418  14608.533649    889.945037 999999.999999
+PR05 -15799.134456  14797.424209 -13494.992921 999999.999999
+PR06   1022.853102  11564.141627 -22723.478422 999999.999999
+PR07  18464.538981   -313.498805 -17587.062455 999999.999999
+PR08  23427.403281  -9453.074100  -3517.444012 999999.999999
+PR09   1629.707783  24241.653621   7883.683753 999999.999999
+PR10   8473.705567  12350.020560  20597.939185 999999.999999
+PR11  10592.986898  -7090.779446  22075.359522 999999.999999
+PR12   6491.647995 -22752.264076   9729.738570 999999.999999
+PR13  -1913.479148 -24261.568888  -7699.485273 999999.999999
+PR15 -10216.387630   9680.802112 -21295.727018 999999.999999
+PR16  -6486.183560  22611.061367  -9770.397222 999999.999999
+PR17 -21445.537997 -13706.990027   2250.199283 999999.999999
+PR18 -18180.022378  -2238.973121  17827.451447 999999.999999
+PR19  -4337.622829  10105.339018  23012.447142 999999.999999
+PR20  12451.300988  16878.242477  14475.649056 999999.999999
+PR21  21552.726599  13606.190127  -1921.702585 999999.999999
+PR22  18230.047692   2330.777438 -17612.059074 999999.999999
+PR23   4230.794878 -10211.969219 -22997.589981 999999.999999
+PR24 -12049.128178 -16712.054729 -15062.643483 999999.999999
+*  2011  9  3  8 15  0.00000000
+PG02  14279.570093  17375.384625 -14430.314873    354.200914
+PG03 -22890.325126 -11294.239978  -8328.221952    763.281521
+PG04   6240.138118  25557.851440  -2058.649997    220.201840
+PG05  15448.620868   6177.017546 -20738.552532   -212.968848
+PG06 -19663.121861 -14204.252627 -10961.410930    -80.075708
+PG07  -7202.590132  20156.236745 -15560.698765     24.965989
+PG08  -2577.517132  24990.878680  -7613.231580      9.048681
+PG09  14409.717603  -1545.286825  21707.101316    103.221556
+PG10   -714.912284  18404.986304 -19218.138296    -11.939000
+PG11 -17740.868609   -463.136863  19491.321055   -182.552555
+PG12  22521.461038 -10152.801651   9528.714357     19.953082
+PG13 -15529.601059   7635.294575 -20312.610176    253.337071
+PG14  -5292.494867 -16818.952039  20082.207300    170.336508
+PG15  25542.316491   3349.439388   6838.765281   -107.894613
+PG16 -16215.241378  -4844.341998 -20538.766711   -195.551207
+PG17   6168.117464  17087.827967  19595.676088    176.684797
+PG18  14885.130415 -20280.775042   8240.169330    155.459088
+PG19 -25150.097764  -7826.868069   4681.990633   -179.811315
+PG20 -22035.016733  12426.791986   7839.040811     52.476319
+PG21   5311.168303 -22399.920558 -12273.080540   -168.942889
+PG22   3098.782756 -19663.394530  17712.947148    144.865121
+PG23 -22562.140722   2136.384946 -14124.055242    279.009039
+PG24 -15137.243019   3558.229198  21559.571841    420.746317
+PG25  19441.183892 -18040.736969  -1133.666222     16.968748
+PG26  22870.873061  13395.148293  -4363.651125   -144.654918
+PG27  15863.970182   5249.775472  21376.951175    301.411647
+PG28  -7015.287638  19776.464445  16652.173119     64.541679
+PG29  15309.320391  -8720.542156 -19795.344025    236.607745
+PG30  15958.986158 -20914.600218  -4165.224225     89.808860
+PG31  -7493.092832 -24879.376015  -4730.930291    135.875158
+PG32 -22071.585849   3215.676990  14350.548507   -322.100403
+PR01  17015.165622 -15601.181669  10875.744857 999999.999999
+PR02    581.834727 -12628.050511  22168.040227 999999.999999
+PR03  -8512.990879 -14965.858407 -18881.355913 999999.999999
+PR04  20724.278001  14312.646790   4086.779428 999999.999999
+PR05 -17070.291453  15596.978968 -10771.692964 999999.999999
+PR06  -1402.757855  12873.439943 -21989.971482 999999.999999
+PR07  16491.402360    834.777690 -19436.385168 999999.999999
+PR08  22814.475717  -9269.523537  -6639.620907 999999.999999
+PR09   1755.754731  25033.386990   4791.135055 999999.999999
+PR10   8502.891758  14800.410065  18895.082484 999999.999999
+PR11  10455.190466  -4316.618028  22849.887431 999999.999999
+PR12   6263.067381 -21387.928443  12541.335728 999999.999999
+PR13  -2074.196873 -25022.826941  -4584.186401 999999.999999
+PR15 -10056.876144   6986.841568 -22389.847717 999999.999999
+PR16  -6274.371984  21242.114050 -12593.722636 999999.999999
+PR17 -21603.352663 -13609.831373   -962.261257 999999.999999
+PR18 -19978.156909  -3242.670162  15618.051703 999999.999999
+PR19  -6726.844353   8561.250004  23064.121906 999999.999999
+PR20  10889.556230  15730.220697  16840.421796 999999.999999
+PR21  21673.407426  13487.326571   1288.825820 999999.999999
+PR22  20011.362693   3332.136693 -15361.809300 999999.999999
+PR23   6632.249953  -8696.519035 -23053.647969 999999.999999
+PR24 -10420.011434 -15553.512890 -17348.699417 999999.999999
+*  2011  9  3  8 30  0.00000000
+PG02  14417.583082  18909.527199 -12251.676527    354.202749
+PG03 -21821.395687 -11381.985681 -10810.575693    763.285747
+PG04   5913.000826  25681.807658    770.261970    220.211848
+PG05  13710.599336   7844.587379 -21376.892946   -212.973925
+PG06 -18241.967057 -14097.904090 -13260.320210    -80.067102
+PG07  -7738.939900  18330.612132 -17465.391700     24.967839
+PG08  -2887.084729  23979.010239 -10320.624931      9.048202
+PG09  14977.464110    970.225158  21360.064597    103.222247
+PG10  -2398.560702  19654.850218 -17737.801255    -11.938257
+PG11 -18634.938749  -2546.564250  18519.940505   -182.555399
+PG12  21720.842776  -9190.071136  12050.134125     19.955109
+PG13 -17542.803491   6719.392802 -18949.229998    253.334797
+PG14  -3110.441258 -16043.841273  21140.627696    170.338396
+PG15  26063.711257   3783.332028   4109.690651   -107.893140
+PG16 -14422.584372  -6427.143921 -21396.198852   -195.553139
+PG17   3999.194776  16410.174355  20693.665333    176.683132
+PG18  15683.427319 -20530.441656   5574.525602    155.460851
+PG19 -25407.767752  -8182.091881   1882.887853   -179.814980
+PG20 -21495.152104  11456.087152  10369.277608     52.476845
+PG21   5947.686029 -20876.075740 -14457.885797   -168.945565
+PG22   4674.655212 -20765.194032  15999.892144    144.864703
+PG23 -23906.495225   1503.135909 -11842.507602    279.006408
+PG24 -15543.074849   1129.358149  21562.752926    420.748354
+PG25  19581.763434 -17835.642046   1731.828786     16.970328
+PG26  22280.311131  13304.834497  -7148.783069   -144.665552
+PG27  16393.132642   7426.754675  20302.748235    301.415318
+PG28  -8425.618116  20754.599013  14595.479078     64.544223
+PG29  17336.677092  -7853.629666 -18441.198297    236.610838
+PG30  16336.676636 -20943.055772  -1342.295160     89.805338
+PG31  -7363.388323 -25315.073666  -1856.736149    135.880166
+PG32 -20823.099109   1995.538573  16373.850184   -322.106393
+PR01  17938.453329 -16314.658911   7950.196014 999999.999999
+PR02   2834.325101 -14055.880145  21110.140293 999999.999999
+PR03  -8729.626855 -17157.351606 -16809.306584 999999.999999
+PR04  20184.418682  13847.228931   7204.290271 999999.999999
+PR05 -17983.866642  16303.868913  -7839.158881 999999.999999
+PR06  -3627.765675  14293.789378 -20829.990134 999999.999999
+PR07  14435.843827   2235.184495 -20908.020512 999999.999999
+PR08  21895.730814  -8844.813056  -9632.762221 999999.999999
+PR09   1933.340186  25428.188951   1605.937708 999999.999999
+PR10   8708.676848  17009.676672  16823.308176 999999.999999
+PR11  10528.034489  -1472.701403  23180.065273 999999.999999
+PR12   6142.459787 -19679.794382  15111.137096 999999.999999
+PR13  -2277.199964 -25381.970301  -1379.994297 999999.999999
+PR15 -10106.869814   4180.079243 -23049.753428 999999.999999
+PR16  -6169.661479  19529.185443 -15171.596947 999999.999999
+PR17 -21409.896741 -13310.150676  -4156.121340 999999.999999
+PR18 -21590.266574  -3973.539504  13107.297498 999999.999999
+PR19  -9204.621324   7207.335273  22667.733670 999999.999999
+PR20   9010.615632  14569.344708  18877.318698 999999.999999
+PR21  21439.813019  13173.130215   4474.465923 999999.999999
+PR22  21600.471102   4061.033982 -12811.026747 999999.999999
+PR23   9120.126830  -7370.890236 -22662.450233 999999.999999
+PR24  -8481.124232 -14394.456988 -19298.414449 999999.999999
+*  2011  9  3  8 45  0.00000000
+PG02  14559.241608  20187.683797  -9866.600822    354.204149
+PG03 -20496.245639 -11486.854352 -13113.461066    763.291097
+PG04   5504.140314  25512.166972   3585.598237    220.222048
+PG05  12023.234857   9636.182505 -21648.219245   -212.978665
+PG06 -16573.704642 -14013.307947 -15331.927325    -80.058707
+PG07  -8424.441876  16345.277905 -19066.649899     24.969370
+PG08  -3308.793144  22691.097058 -12844.367161      9.048089
+PG09  15662.313565   3389.995639  20626.030049    103.225138
+PG10  -3889.915171  20860.190612 -15953.053970    -11.938282
+PG11 -19545.947150  -4477.653062  17223.877581   -182.558419
+PG12  20778.181145  -7992.593023  14362.410561     19.957510
+PG13 -19442.466212   5975.388161 -17264.238724    253.333337
+PG14   -793.388411 -15361.996836  21841.787791    170.340075
+PG15  26303.456001   4118.974502   1310.635466   -107.891585
+PG16 -12662.366881  -8160.750936 -21886.770045   -195.555184
+PG17   1696.366623  15819.076106  21441.581658    176.681668
+PG18  16253.956764 -20599.374458   2811.552770    155.462571
+PG19 -25385.491587  -8419.160744   -947.912353   -179.818538
+PG20 -20816.409620  10255.220109  12719.271824     52.476939
+PG21   6714.871023 -19154.449662 -16379.948374   -168.947426
+PG22   6050.575423 -21795.257334  14013.594581    144.865041
+PG23 -25023.006727   1012.645307  -9360.788227    279.003641
+PG24 -16065.559727  -1253.025841  21196.766672    420.750659
+PG25  19510.353830 -17403.887110   4567.458334     16.971934
+PG26  21400.440363  13148.132949  -9815.736770   -144.677192
+PG27  17003.255496   9440.739065  18900.723567    301.417630
+PG28  -9607.208744  21641.715372  12292.527307     64.546992
+PG29  19241.630833  -7142.736323 -16767.599807    236.613515
+PG30  16515.764705 -20738.728846   1503.610608     89.801600
+PG31  -7173.280597 -25437.965326   1049.910976    135.885162
+PG32 -19478.861137    579.180317  18115.545278   -322.112277
+PR01  18506.374617 -16879.350143   4870.381325 999999.999999
+PR02   4851.804555 -15551.851476  19642.806658 999999.999999
+PR03  -9083.644521 -19053.359608 -14412.607368 999999.999999
+PR04  19270.458214  13267.824017  10181.973164 999999.999999
+PR05 -18541.970060  16860.507111  -4754.346984 999999.999999
+PR06  -5607.286234  15774.459466 -19266.117287 999999.999999
+PR07  12361.277666   3873.177279 -21973.482372 999999.999999
+PR08  20718.760283  -8148.289437 -12438.679262 999999.999999
+PR09   2107.049310  25417.200989  -1610.304161 999999.999999
+PR10   9052.562764  18923.293924  14422.910169 999999.999999
+PR11  10815.037288   1369.892810  23059.748076 999999.999999
+PR12   6173.897339 -17670.091195  17389.225473 999999.999999
+PR13  -2466.062204 -25331.573332   1850.964058 999999.999999
+PR15 -10375.652538   1331.028873 -23262.299360 999999.999999
+PR16  -6216.132551  17515.711824 -17454.086632 999999.999999
+PR17 -20844.845545 -12859.946910  -7269.636503 999999.999999
+PR18 -22957.553242  -4448.945635  10343.715928 999999.999999
+PR19 -11706.579670   6071.513070  21830.974442 999999.999999
+PR20   6845.197179  13453.065731  20546.861172 999999.999999
+PR21  20833.151276  12716.079903   7573.685525 999999.999999
+PR22  22938.082388   4535.421228 -10009.398920 999999.999999
+PR23  11630.062088  -6262.260969 -21831.586671 999999.999999
+PR24  -6265.430044 -13291.027353 -20874.088789 999999.999999
+*  2011  9  3  9  0  0.00000000
+PG02  14668.915464  21196.580230  -7315.726798    354.205902
+PG03 -18936.535115 -11640.372009 -15199.280948    763.295094
+PG04   4981.105374  25063.013272   6337.676153    220.232318
+PG05  10422.270387  11519.556481 -21547.538631   -212.983412
+PG06 -14683.974124 -13981.732187 -17140.052019    -80.050090
+PG07  -9268.282914  14246.891978 -20337.183143     24.971040
+PG08  -3871.064835  21162.014963 -15140.036501      9.046821
+PG09  16439.545056   5666.875169  19518.870051    103.226154
+PG10  -5178.168082  21978.021851 -13893.406164    -11.939705
+PG11 -20441.604192  -6231.050423  15627.144255   -182.561502
+PG12  19737.009074  -6560.348277  16425.651455     19.959564
+PG13 -21182.291772   5394.708727 -15286.098408    253.331554
+PG14   1615.639375 -14796.769831  22173.596955    170.341712
+PG15  26247.820325   4390.016721  -1510.734906   -107.890284
+PG16 -10974.587693 -10015.627269 -22001.160212   -195.557063
+PG17   -698.485722  15336.489342  21826.283732    176.680636
+PG18  16613.721746 -20456.201362     -0.714706    155.464435
+PG19 -25070.439490  -8572.785163  -3762.764175   -179.822231
+PG20 -20037.547573   8824.017085  14847.935672     52.477342
+PG21   7625.332493 -17277.027075 -18004.402352   -168.949569
+PG22   7220.809761 -22712.926225  11787.455339    144.864628
+PG23 -25881.181487    639.178899  -6721.095724    279.000785
+PG24 -16689.600054  -3544.044525  20468.760871    420.753549
+PG25  19258.906995 -16725.215445   7324.301034     16.973426
+PG26  20237.944340  12965.749311 -12321.294132   -144.688396
+PG27  17663.171629  11259.036717  17193.126652    301.419141
+PG28 -10558.979119  22394.180276   9780.866205     64.549757
+PG29  20979.523240  -6578.128068 -14803.585693    236.616779
+PG30  16524.765961 -20278.375527   4323.582827     89.798092
+PG31  -6885.108401 -25257.916738   3938.284945    135.890055
+PG32 -18083.065271  -1024.735069  19547.163081   -322.118062
+PR01  18733.420837 -17240.911468   1696.050614 999999.999999
+PR02   6598.483015 -17060.091284  17794.481964 999999.999999
+PR03  -9528.071730 -20610.492087 -11737.615894 999999.999999
+PR04  17985.055871  12632.209555  12962.041701 999999.999999
+PR05 -18759.445605  17212.699044  -1577.178019 999999.999999
+PR06  -7307.227887  17258.617477 -17328.741493 999999.999999
+PR07  10328.698703   5722.451558 -22612.187026 999999.999999
+PR08  19338.398003  -7160.156922 -15002.814122 999999.999999
+PR09   2221.239369  25004.932074  -4795.438685 999999.999999
+PR10   9487.457764  20496.873577  11740.673816 999999.999999
+PR11  11307.162204   4140.537588  22491.548916 999999.999999
+PR12   6392.959100 -15410.865542  19331.155191 999999.999999
+PR13  -2584.485406 -24877.801834   5046.004517 999999.999999
+PR15 -10859.845908  -1488.683309 -23022.998918 999999.999999
+PR16  -6449.223998  15254.861451 -19397.124740 999999.999999
+PR17 -19900.540166 -12315.304914 -10242.593961 999999.999999
+PR18 -24027.868064  -4697.376097   7380.652289 999999.999999
+PR19 -14165.093467   5169.722288  20570.089614 999999.999999
+PR20   4435.525861  12433.350830  21816.767797 999999.999999
+PR21  19847.347671  12172.414889  10526.584208 999999.999999
+PR22  23971.875078   4784.474843  -7011.646109 999999.999999
+PR23  14094.564641  -5385.857690 -20577.163526 999999.999999
+PR24  -3817.036264 -12293.435278 -22045.272355 999999.999999
+*  2011  9  3  9 15  0.00000000
+PG02  14710.070568  21931.014764  -4642.202670    354.207778
+PG03 -17170.338192 -11870.084969 -17034.082128    763.300613
+PG04   4315.419788  24356.383772   8977.748230    220.242140
+PG05   8937.774455  13456.890160 -21076.236738   -212.988344
+PG06 -12605.233816 -14029.938941 -18652.861560    -80.041397
+PG07 -10271.376080  12084.171393 -21255.563093     24.972638
+PG08  -4595.482456  19433.275946 -17167.590791      9.046689
+PG09  17277.654576   7759.604106  18059.464856    103.228439
+PG10  -6260.591468  22965.436729 -11593.374371    -11.941404
+PG11 -21287.164585  -7788.449930  13758.841428   -182.564722
+PG12  18641.581129  -4902.124104  18204.393138     19.961694
+PG13 -22719.550292   4960.846903 -13048.219425    253.330400
+PG14   4069.815246 -14364.071145  22130.085979    170.343566
+PG15  25891.320112   4632.182448  -4306.376805   -107.888947
+PG16  -9394.128741 -11955.595576 -21736.477023   -195.559239
+PG17  -3139.790789  14977.200739  21840.654379    176.679049
+PG18  16786.294230 -20075.148633  -2812.934866    155.465981
+PG19 -24457.998910  -8679.817216  -6514.297620   -179.825901
+PG20 -19198.212459   7170.558710  16717.996054     52.477770
+PG21   8684.074611 -15289.407289 -19302.118829   -168.951971
+PG22   8187.429917 -23478.632968   9359.117743    144.864378
+PG23 -26457.403345    351.945530  -3968.120100    278.997951
+PG24 -17393.153937  -5702.615442  19391.968462    420.756362
+PG25  18863.881816 -15787.087299   9954.771943     16.975081
+PG26  18807.760344  12797.080959 -14625.201597   -144.699901
+PG27  18336.929781  12855.426181  15206.927498    301.422007
+PG28 -11288.102417  22970.184241   7102.055615     64.552628
+PG29  22509.697441  -6142.565339 -12583.241264    236.619730
+PG30  16396.955434 -19546.186617   7068.712433     89.794509
+PG31  -6464.381551 -24793.609852   6758.235973    135.895006
+PG32 -16678.643253  -2799.656873  20645.756822   -322.123948
+PR01  18646.001089 -17350.755573  -1511.196729 999999.999999
+PR02   8050.273480 -18520.592580  15600.990681 999999.999999
+PR03 -10009.623005 -21797.013656  -8836.014019 999999.999999
+PR04  16344.056382  11997.793891  15490.546640 999999.999999
+PR05 -18663.041620  17312.084283   1630.628355 999999.999999
+PR06  -8705.447073  18685.678493 -15055.467041 999999.999999
+PR07   8394.269509   7745.820127 -22811.843246 999999.999999
+PR08  17814.389121  -5872.576782 -17275.304130 999999.999999
+PR09   2222.617995  24209.039718  -7887.950787 999999.999999
+PR10   9959.840186  21697.853443   8828.955441 999999.999999
+PR11  11983.195719   6771.749980  21486.766926 999999.999999
+PR12   6825.023702 -12962.013225  20898.829180 999999.999999
+PR13  -2578.920438 -24040.141178   8143.099598 999999.999999
+PR15 -11543.486841  -4209.058287 -22336.138140 999999.999999
+PR16  -6894.060545  12807.451163 -20963.345048 999999.999999
+PR17 -18582.480055 -11733.857403 -13017.463376 999999.999999
+PR18 -24757.847363  -4756.993046   4275.259284 999999.999999
+PR19 -16511.916480   4505.426694  18909.563944 999999.999999
+PR20   1833.813662  11554.478446  22662.568556 999999.999999
+PR21  18489.475334  11599.594507  13276.035270 999999.999999
+PR22  24658.706814   4847.103658  -3876.434870 999999.999999
+PR23  16445.634164  -4744.487686 -18923.493960 999999.999999
+PR24  -1189.611561 -11443.846188 -22789.342953 999999.999999
+*  2011  9  3  9 30  0.00000000
+PG02  14646.772098  22393.878316  -1890.994842    354.209397
+PG03 -15231.218012 -12198.435535 -18588.013506    763.306022
+PG04   3483.954680  23421.394450  11458.939527    220.252128
+PG05   7593.106015  15406.091072 -20242.077635   -212.993136
+PG06 -10375.712062 -14179.012685 -19843.466137    -80.032746
+PG07 -11426.208097   9906.130175 -21806.560450     24.974156
+PG08  -5495.766376  17551.408063 -18892.091516      9.046564
+PG09  18139.689209   9634.264550  16275.208051    103.229724
+PG10  -7142.503361  23781.275417  -9091.955388    -11.942923
+PG11 -22046.810516  -9139.028137  11652.547484   -182.567546
+PG12  17535.130631  -3035.354903  19668.207001     19.963906
+PG13 -24016.605519   4650.140753 -10588.428222    253.328298
+PG14   6520.079359 -14071.779753  21711.526440    170.345345
+PG15  25236.960638   4881.711857  -7028.661431   -107.887200
+PG16  -7949.509306 -13939.051437 -21096.368780   -195.560982
+PG17  -5579.806059  14748.258446  21483.755285    176.677648
+PG18  16800.760407 -19437.254285  -5575.370304    155.467441
+PG19 -23552.018074  -8777.689143  -9156.163198   -179.829517
+PG20 -18337.341032   5311.084140  18296.680086     52.478136
+PG21   9888.121579 -13239.031849 -20250.290489   -168.953883
+PG22   8960.065003 -24055.445547   6769.866007    144.864267
+PG23 -26735.766762    116.456180  -1148.322933    278.995199
+PG24 -18148.099399  -7692.798702  17985.433710    420.759218
+PG25  18364.716336 -14585.337134  12413.451782     16.976665
+PG26  17132.587381  12678.679143 -16690.676679   -144.711285
+PG27  18985.097502  14210.950728  12973.504049    301.424995
+PG28 -11809.646474  23331.419610   4301.071861     64.555302
+PG29  23796.965158  -5812.148551 -10145.093998    236.622673
+PG30  16168.962902 -18534.614955   9690.960629     89.790825
+PG31  -5881.313369 -24071.716829   9461.083886    135.899736
+PG32 -15305.692528  -4721.655721  21394.181522   -322.130149
+PR01  18281.143779 -17168.270883  -4689.105512 999999.999999
+PR02   9195.534446 -19871.707847  13104.850348 999999.999999
+PR03 -10471.104858 -22593.979887  -5763.825266 999999.999999
+PR04  14376.031861  11419.044138  17718.420018 999999.999999
+PR05 -18290.094448  17118.348348   4806.754739 999999.999999
+PR06  -9792.403925  19993.830767 -12490.386732 999999.999999
+PR07   6607.129113   9896.556194 -22568.681472 999999.999999
+PR08  16208.872072  -4290.266390 -19211.954541 999999.999999
+PR09   2062.722102  23059.585972 -10828.131740 999999.999999
+PR10  10412.212412  22506.697709   5744.645489 999999.999999
+PR11  12810.653905   9201.746912  20065.148223 999999.999999
+PR12   7483.990420 -10388.989746  22061.266263 999999.999999
+PR13  -2401.077003 -22850.585509  11082.082578 999999.999999
+PR15 -12398.652837  -6764.400907 -21214.720700 999999.999999
+PR16  -7564.233156  10239.565131 -22122.777454 999999.999999
+PR17 -16909.284129 -11172.193957 -15540.498638 999999.999999
+PR18 -25114.704927  -4673.785316   1087.416813 999999.999999
+PR19 -18680.853646   4069.656518  16881.647707 999999.999999
+PR20   -899.675330  10851.180929  23068.063615 999999.999999
+PR21  16779.655161  11053.717401  15768.778463 999999.999999
+PR22  24966.455581   4770.035380   -665.203415 999999.999999
+PR23  18617.414705  -4328.605077 -16902.631085 999999.999999
+PR24   1555.592592 -10774.619315 -23091.934727 999999.999999
+*  2011  9  3  9 45  0.00000000
+PG02  14445.163549  22595.890213    891.815968    354.211301
+PG03 -13157.123653 -12641.833054 -19835.728223    763.310743
+PG04   2470.089660  22293.083187  13737.157107    220.262384
+PG05   6404.145022  17322.271461 -19059.094374   -212.997857
+PG06  -8038.132223 -14443.410708 -20690.439121    -80.024457
+PG07 -12717.026598   7760.325557 -21981.366160     24.975730
+PG08  -6577.090950  15566.158275 -20284.304131      9.047003
+PG09  18984.815310  11265.405195  14199.367844    103.231995
+PG10  -7836.916320  24387.762602  -6431.999392    -11.943339
+PG11 -22685.069700 -10279.582264   9345.645035   -182.570674
+PG12  16458.187071   -985.626031  20792.209536     19.966105
+PG13 -25042.264572   4432.833060  -7948.362521    253.326867
+PG14   8916.799286 -13919.460903  20924.457506    170.347066
+PG15  24296.171887   5173.786038  -9631.162662   -107.885874
+PG16  -6661.887573 -15920.407871 -20091.024364   -195.563331
+PG17  -7970.228601  14648.702943  20760.888894    176.675983
+PG18  16690.434015 -18531.329473  -8238.836559    155.469350
+PG19 -22364.750107  -8902.834264 -11643.763409   -179.833196
+PG20 -17491.599927   3269.573092  19556.319608     52.478105
+PG21  11226.499458 -11173.354017 -20832.854283   -168.956390
+PG22   9555.361678 -24410.536984   4063.950063    144.864086
+PG23 -26708.635322   -103.983983   1690.801656    278.992445
+PG24 -18921.334175  -9484.940840  16273.651780    420.762852
+PG25  17802.194030 -13124.512795  14657.879250     16.978186
+PG26  15242.142766  12642.839579 -18484.857445   -144.723122
+PG27  19566.205032  15314.476672  10528.279041    301.427764
+PG28 -12145.905337  23444.675354   1425.619589     64.557969
+PG29  24812.869534  -5557.430685  -7531.428693    236.625697
+PG30  15879.223185 -17244.898395  12144.042377     89.787269
+PG31  -5112.156258 -23125.780189  12000.465320    135.904811
+PG32 -14000.046616  -6760.205959  21781.269361   -322.136265
+PR01  17684.766346 -16662.721394  -7775.972624 999999.999999
+PR02  10035.292190 -21052.731767  10354.453336 999999.999999
+PR03 -10853.994917 -22995.858876  -2580.351848 999999.999999
+PR04  12121.303120  10945.053266  19602.424238 999999.999999
+PR05 -17686.781262  16601.110665   7889.499077 999999.999999
+PR06 -10571.292338  21122.631327  -9683.230967 999999.999999
+PR07   5007.513407  12120.146672 -21887.518495 999999.999999
+PR08  14583.779630  -2430.571104 -20775.100356 999999.999999
+PR09   1700.194383  21597.799856 -13559.212778 999999.999999
+PR10  10785.738877  22917.558125   2548.036910 999999.999999
+PR11  13747.177581  11376.758799  18254.485775 999999.999999
+PR12   8371.486359  -7760.290750  22795.242046 999999.999999
+PR13  -2010.215348 -21352.321064  13805.818274 999999.999999
+PR15 -13386.611360  -9095.822324 -19680.242311 999999.999999
+PR16  -8461.081096   7619.976602 -22853.393721 999999.999999
+PR17 -14912.120454 -10683.324955 -17762.770384 999999.999999
+PR18 -25077.607561  -4499.397813  -2121.398889 999999.999999
+PR19 -20610.361671   3841.584780  14525.731840 999999.999999
+PR20  -3698.893565  10347.210896  23025.619275 999999.999999
+PR21  14750.428085  10587.007545  17956.443543 999999.999999
+PR22  24875.410535   4605.565018   2559.075434 999999.999999
+PR23  20548.774028  -4116.906783 -14553.751862 999999.999999
+PR24   4352.035343 -10306.976338 -22947.209638 999999.999999
+*  2011  9  3 10  0  0.00000000
+PG02  14074.870055  22555.062046   3659.743936    354.213132
+PG03 -10989.145981 -13209.949262 -20756.729493    763.315853
+PG04   1264.610330  21011.018063  15771.948268    220.272663
+PG05   5378.819247  19159.349358 -17547.370216   -213.002706
+PG06  -5638.257469 -14830.276834 -21178.249495    -80.015818
+PG07 -14120.356927   5691.180494 -21777.695883     24.977394
+PG08  -7835.763260  13528.597198 -21321.165127      9.047443
+PG09  19770.045688  12636.795077  11870.328436    103.233550
+PG10  -8363.875971  24752.045975  -3659.489793    -11.944096
+PG11 -23168.211582 -11214.372411   6878.603592   -182.573974
+PG12  15447.019652   1214.138596  21557.468272     19.968386
+PG13 -25772.900787   4274.369658  -5172.801303    253.325341
+PG14  11211.462171 -13898.406507  19781.617748    170.348562
+PG15  23088.437808   5540.992902 -12069.427987   -107.884309
+PG16  -5544.351503 -17851.717081 -18737.055856   -195.565257
+PG17 -10263.839631  14669.610852  19683.563528    176.674398
+PG18  16491.388775 -17354.620348 -10755.664108    155.471000
+PG19 -20916.498760  -9089.147081 -13934.962634   -179.836731
+PG20 -16693.926388   1077.020626  20474.861495     52.478887
+PG21  12680.572153  -9138.034999 -21040.743356   -168.958599
+PG22   9996.170130 -24516.520741   1287.845839    144.863867
+PG23 -26376.907251   -346.705094   4501.476388    278.989836
+PG24 -19676.067800 -11056.576859  14286.129764    420.765934
+PG25  17216.768440 -11417.882304  16649.292026     16.979707
+PG26  13172.195542  12716.362900 -19979.197916   -144.734121
+PG27  20038.288021  16162.994451   7910.302568    301.429513
+PG28 -12325.436474  23283.282601  -1474.645012     64.560913
+PG29  25536.694600  -5344.751722  -4787.537028    236.628526
+PG30  15566.341454 -15687.248815  14384.305593     89.783720
+PG31  -4140.289625 -21994.848383  14333.119845    135.909413
+PG32 -12792.036749  -8879.206557  21801.907558   -322.142402
+PR01  16909.586356 -15814.746237 -10711.845425 999999.999999
+PR02  10582.934582 -22006.465642   7403.134243 999999.999999
+PR03 -11101.088072 -23010.613595    652.949950 999999.999999
+PR04   9630.480380  10617.348842  21105.988104 999999.999999
+PR05 -16906.016563  15741.408198  10818.975629 999999.999999
+PR06 -11057.640590  22015.563726  -6688.409069 999999.999999
+PR07   3625.264199  14356.383144 -20781.657059 999999.999999
+PR08  12998.268306   -323.004512 -21934.340470 999999.999999
+PR09   1102.762772  19874.397540 -16028.442534 999999.999999
+PR10  11022.953527  22938.367834   -698.377129 999999.999999
+PR11  14742.356412  13253.006961  16090.067044 999999.999999
+PR12   9476.598076  -5144.804111  23085.788276 999999.999999
+PR13  -1375.121958 -19597.957959  16261.317462 999999.999999
+PR15 -14459.447464 -11153.463504 -17762.296669 999999.999999
+PR16  -9573.503205   5017.480349 -23141.496088 999999.999999
+PR17 -12633.626243 -10314.306305 -19641.110064 999999.999999
+PR18 -24638.577335  -4288.728058  -5289.277054 999999.999999
+PR19 -22245.970586   3789.613321  11887.583838 999999.999999
+PR20  -6494.517904  10054.389935  22536.296972 999999.999999
+PR21  12445.623078  10245.471851  19796.485587 999999.999999
+PR22  24379.150598   4409.064272   5733.166036 999999.999999
+PR23  22185.701948  -4077.432903 -11922.403084 999999.999999
+PR24   7130.401171 -10050.153665 -22357.967434 999999.999999
+*  2011  9  3 10 15  0.00000000
+PG02  13510.277573  22295.910616   6366.605734    354.215009
+PG03  -8770.173298 -13905.260010 -21335.659627    763.319025
+PG04   -133.698691  19617.729514  17527.285360    220.282743
+PG05   4516.946689  20871.711760 -15732.712657   -213.007132
+PG06  -3223.309704 -15339.049727 -21297.594723    -80.007232
+PG07 -15605.825430   3738.446167 -21199.779306     24.979162
+PG08  -9259.271237  11489.206605 -21986.111236      9.045122
+PG09  20452.045284  13741.781830   9330.738930    103.235590
+PG10  -8749.510673  24847.570851   -822.740452    -11.946118
+PG11 -23465.568129 -11954.683053   4294.234987   -182.576731
+PG12  14532.266959   3524.771803  21951.298317     19.970674
+PG13 -26193.306702   4136.889561  -2308.937992    253.323635
+PG14  13358.337646 -13991.998835  18301.780269    170.350401
+PG15  21640.632438   6011.892582 -14301.721094   -107.882870
+PG16  -4601.530329 -19684.408195 -17057.261664   -195.566858
+PG17 -12416.123041  14794.453673  18269.358661    176.673231
+PG18  16240.870973 -15913.135272 -13080.649058    155.472559
+PG19 -19234.976823  -9366.538387 -15990.766907   -179.840640
+PG20 -15972.229594  -1229.567613  21036.272645     52.479186
+PG21  14224.711006  -7175.248493 -20871.966785   -168.960396
+PG22  10310.484853 -24352.598022  -1510.537899    144.863870
+PG23 -25749.979432   -648.080384   7236.391953    278.987234
+PG24 -20373.256595 -12393.060794  12056.877632    420.769049
+PG25  16646.912072  -9487.107101  18353.302955     16.981385
+PG26  10963.409859  12919.520437 -21149.812303   -144.745296
+PG27  20360.482743  16761.647235   5161.776461    301.432469
+PG28 -12381.831875  22828.346560  -4348.970815     64.563743
+PG29  25956.182518  -5137.740983  -1960.916032    236.631488
+PG30  15267.439578 -13880.690644  16371.585384     89.780457
+PG31  -2957.020717 -20721.924485  16419.602548    135.914447
+PG32 -11705.484248 -11038.199050  21457.024733   -322.148261
+PR01  16012.762226 -14617.394687 -13439.687124 999999.999999
+PR02  10863.390016 -22681.656150   4308.140404 999999.999999
+PR03 -11159.100017 -22659.241945   3873.636090 999999.999999
+PR04   6962.583331  10468.035653  22199.914032 999999.999999
+PR05 -16005.081770  14532.711337  13538.280030 999999.999999
+PR06 -11278.400470  22622.451292  -3563.960869 999999.999999
+PR07   2478.787481  16541.704018 -19272.622797 999999.999999
+PR08  11506.284074   1991.725036 -22667.129885 999999.999999
+PR09    248.840528  17947.529402 -18188.089181 999999.999999
+PR10  11070.418919  22590.364454  -3931.150203 999999.999999
+PR11  15739.904618  14798.265126  13613.980848 999999.999999
+PR12  10776.144631  -2609.142290  22926.537557 999999.999999
+PR13   -475.684369 -17647.383850  18400.772791 999999.999999
+PR15 -15562.103013 -12898.345868 -15498.018515 999999.999999
+PR16 -10878.303613   2498.245915 -22981.944446 999999.999999
+PR17 -10126.360768 -10104.124408 -21138.947794 999999.999999
+PR18 -23802.882847  -4097.389184  -8355.044763 999999.999999
+PR19 -23542.425388   3872.922037   9018.458958 999999.999999
+PR20  -9216.592678   9972.177637  21609.814403 999999.999999
+PR21   9918.765114  10066.827529  21253.014356 999999.999999
+PR22  23484.871774   4236.361832   8794.847630 999999.999999
+PR23  23483.428132  -4169.124893  -9059.623352 999999.999999
+PR24   9821.233293 -10001.073017 -21335.592307 999999.999999
+*  2011  9  3 10 30  0.00000000
+PG02  12731.643966  21848.448688   8967.220120    354.216599
+PG03  -6543.490144 -14722.848344 -21562.531189    763.324963
+PG04  -1717.792311  18157.033401  18972.257119    220.292727
+PG05   3810.400639  22415.875930 -13646.224354   -213.011845
+PG06   -840.323219 -15961.385802 -21045.623878    -79.999060
+PG07 -17137.254649   1935.861509 -20258.237963     24.980690
+PG08 -10826.691736   9496.028262 -22269.270800      9.045363
+PG09  20988.934057  14583.250025   6626.598724    103.239583
+PG10  -9024.826649  24655.230342   2028.475622    -11.947648
+PG11 -23550.730751 -12518.128724   1636.936933   -182.580050
+PG12  13737.804538   5902.197380  21967.446613     19.972818
+PG13 -26297.243552   3980.851781    594.393555    253.321578
+PG14  15316.050587 -14176.387079  16509.490395    170.352310
+PG15  19986.086481   6609.737093 -16289.724808   -107.881458
+PG16  -3829.545622 -21371.073713 -15080.270561   -195.569174
+PG17 -14386.797692  14999.761855  16541.688440    176.671513
+PG18  15975.660544 -14221.617040 -15171.966508    155.474305
+PG19 -17354.398123  -9759.638481 -17775.964865   -179.844128
+PG20 -15348.305532  -3608.420269  21230.831003     52.479666
+PG21  15827.261468  -5322.167135 -20331.522773   -168.962302
+PG22  10530.179572 -23905.469060  -4282.693052    144.863651
+PG23 -24845.411494  -1041.969592   9849.451423    278.984470
+PG24 -20973.127920 -13487.905133   9623.837664    420.772643
+PG25  16127.554509  -7361.593629  19740.499252     16.982976
+PG26   8660.035487  13265.254689 -21977.770436   -144.756773
+PG27  20494.623649  17123.478740   2327.516881    301.436154
+PG28 -12352.264441  22069.705446  -7146.434910     64.566250
+PG29  26067.931591  -4898.926885    899.569151    236.634561
+PG30  15016.552814 -11852.547054  18070.011508     89.777038
+PG31  -1562.071269 -19352.291416  18224.913342    135.919314
+PG32 -10756.953768 -13193.735954  20753.492269   -322.154438
+PR01  15053.363252 -13076.651798 -15906.486264 999999.999999
+PR02  10911.826616 -23035.205964   1129.525019 999999.999999
+PR03 -10981.119983 -21974.793380   7019.462006 999999.999999
+PR04   4182.817842  10518.350354  22862.943175 999999.999999
+PR05 -15043.088460  12981.428385  15994.595542 999999.999999
+PR06 -11270.564111  22901.625033   -370.438303 999999.999999
+PR07   1574.502706  18611.691104 -17389.743812 999999.999999
+PR08  10154.366452   4463.162130 -22959.218652 999999.999999
+PR09   -871.320056  15880.437955 -19996.349540 999999.999999
+PR10  10881.221255  21907.064031  -7087.147210 999999.999999
+PR11  16680.096733  15992.942746  10874.297226 999999.999999
+PR12  12235.486429   -215.065877  22319.902747 999999.999999
+PR13    696.003089 -15565.328884  20182.495609 999999.999999
+PR15 -16634.742629 -14303.770314 -12931.372968 999999.999999
+PR16 -12341.055084    123.299478 -22378.220812 999999.999999
+PR17  -7450.853013 -10081.930429 -22227.027967 999999.999999
+PR18 -22588.902233  -3979.144355 -11259.429171 999999.999999
+PR19 -24465.458385   4043.415247   5974.103808 999999.999999
+PR20 -11797.198966  10087.776980  20264.340947 999999.999999
+PR21   7231.086254  10078.786713  22297.501572 999999.999999
+PR22  22213.148843   4141.110419  11684.168929 999999.999999
+PR23  24408.171224  -4343.775641  -6020.957414 999999.999999
+PR24  12357.578327 -10144.543668 -19899.837169 999999.999999
+*  2011  9  3 10 45  0.00000000
+PG02  11726.003618  21246.989076  11418.093388    354.218384
+PG03  -4351.364281 -15650.476488 -21432.898482    763.329858
+PG04  -3472.447025  16672.317071  20081.649457    220.302741
+PG05   3243.591856  23752.084257 -11323.777138   -213.016661
+PG06   1465.502390 -16681.404159 -20426.042727    -79.990465
+PG07 -18673.985985    310.058167 -18969.856997     24.982397
+PG08 -12509.434227   7592.947020 -22167.521364      9.043664
+PG09  21342.009397  15173.194150   3806.308144    103.239756
+PG10  -9224.295159  24164.238332   4843.848632    -11.948414
+PG11 -23402.581538 -12927.737291  -1048.061658   -182.582975
+PG12  13079.892183   8298.950644  21606.163193     19.974825
+PG13 -26087.664300   3766.737952   3487.529506    253.320209
+PG14  17049.004931 -14421.454801  14434.706341    170.354020
+PG15  18163.417925   7351.393685 -17999.193362   -107.879985
+PG16  -3216.307260 -22867.233816 -12840.069891   -195.571067
+PG17 -16141.205044  15256.072981  14529.462937    176.670226
+PG18  15730.452950 -12303.156253 -16992.020679    155.476017
+PG19 -15314.333280 -10286.697152 -19259.721006   -179.847985
+PG20 -14837.009366  -6014.435783  21055.296618     52.480346
+PG21  17451.757148  -3609.692631 -19431.157080   -168.964441
+PG22  10689.584787 -23169.968837  -6980.371192    144.863416
+PG23 -23688.301600  -1558.254132  12296.499588    278.981973
+PG24 -21436.737639 -14342.819760   7028.261015    420.776071
+PG25  15688.671110  -5077.547766  20786.953961     16.984587
+PG26   6308.485820  13758.637443 -22449.345869   -144.767892
+PG27  20406.790135  17268.899814   -545.647572    301.438695
+PG28 -12275.863543  21006.565277  -9816.914360     64.569024
+PG29  25877.460784  -4591.389668   3744.542400    236.637431
+PG30  14843.146219  -9637.587556  19448.746858     89.773630
+PG31     36.264218 -17931.780029  19719.035872    135.924484
+PG32  -9955.287825 -15300.849731  19703.947213   -322.160563
+PR01  14089.775812 -11211.431127 -18064.288589 999999.999999
+PR02  10771.926988 -23034.062997  -2071.015928 999999.999999
+PR03 -10528.810280 -21000.902208  10029.569405 999999.999999
+PR04   1360.100705  10777.689025  23082.167919 999999.999999
+PR05 -14078.382665  11106.876466  18140.218858 999999.999999
+PR06 -11079.367301  22821.755402   2830.261847 999999.999999
+PR07    906.804375  20503.617449 -15169.580990 999999.999999
+PR08   8979.782770   7032.966877 -22804.929130 999999.999999
+PR09  -2254.969215  13738.922232 -21418.148982 999999.999999
+PR10  10417.192988  20932.731514 -10104.799251 999999.999999
+PR11  17502.361343  16830.647731   7924.136209 999999.999999
+PR12  13809.841287   1982.892935  21277.083323 999999.999999
+PR13   2135.051226 -13418.743560  21571.735000 999999.999999
+PR15 -17615.346697 -15356.204505 -10112.303768 999999.999999
+PR16 -13917.442258  -2053.764262 -21342.332606 999999.999999
+PR17  -4673.322614 -10265.698776 -22883.988600 999999.999999
+PR18 -21027.461865  -3983.419145 -13946.188797 999999.999999
+PR19 -24993.118216   4247.982293   2813.671650 999999.999999
+PR20 -14173.040493  10376.769752  18526.132427 999999.999999
+PR21   4449.219568  10297.771586  22909.351867 999999.999999
+PR22  20597.142424   4172.256743  14344.651381 999999.999999
+PR23  24938.446237  -4548.288988  -2865.381481 999999.999999
+PR24  14677.534264 -10453.987786 -18078.449180 999999.999999
+*  2011  9  3 11  0  0.00000000
+PG02  10487.833836  20528.803395  13678.084566    354.220324
+PG03  -2233.667638 -16668.926624 -20947.966733    763.334680
+PG04  -5374.682591  15204.861870  20836.402281    220.312548
+PG05   2794.249716  24845.770081  -8805.397419   -213.021467
+PG06   3652.384106 -17476.247638 -19449.094937    -79.981860
+PG07 -20172.377461  -1120.250811 -17357.257765     24.984103
+PG08 -14272.282745   5818.172553 -21684.420880      9.044310
+PG09  21477.317736  15531.937617    919.711458    103.243394
+PG10  -9384.288865  23372.683262   7573.484960    -11.949688
+PG11 -23006.124679 -13210.850724  -3715.441816   -182.586033
+PG12  12566.631312  10665.826096  20874.160761     19.977134
+PG13 -25576.599009   3456.766170   6320.810932    253.318244
+PG14  18528.603934 -14692.045121  12112.344717    170.355600
+PG15  16215.169206   8246.514108 -19400.543306   -107.878376
+PG16  -2742.145411 -24133.007128 -10375.424320   -195.573084
+PG17 -17651.497673  15529.131551  12266.648493    176.668751
+PG18  15536.334240 -10188.459179 -18508.207230    155.477859
+PG19 -13158.368068 -10958.722987 -20416.112055   -179.851806
+PG20 -14445.718429  -8400.751089  20512.959599     52.480631
+PG21  19058.321867  -2061.477016 -18188.983414   -168.967057
+PG22  10823.963796 -22149.398113  -9556.451555    144.863283
+PG23 -22310.395246  -2221.517194  14536.028673    278.979054
+PG24 -21727.504157 -14967.451457   4314.040104    420.779734
+PG25  15354.077668  -2676.768327  21474.640628     16.986229
+PG26   3955.846353  14396.602019 -22556.216892   -144.779002
+PG27  20068.747435  17224.882028  -3409.543159    301.441894
+PG28 -12191.984515  19647.771271 -12312.084085     64.571734
+PG29  25398.939812  -4180.391359   6524.977608    236.640529
+PG30  14770.816802  -7276.866588  20482.635398     89.769913
+PG31   1821.289859 -16505.046561  20877.381302    135.929661
+PG32  -9301.433412 -17314.570545  18326.543036   -322.166731
+PR01  13177.155239  -9053.033417 -19871.131081 999999.999999
+PR02  10493.811655 -22656.708254  -5231.340368 999999.999999
+PR03  -9774.260226 -19789.897439  12845.650996 999999.999999
+PR04  -1435.565732  11243.148745  22853.283970 999999.999999
+PR05 -13165.999910   8940.719163  19933.485564 999999.999999
+PR06 -10756.155227  22363.270916   5976.091794 999999.999999
+PR07    458.536056  22158.941000 -12655.219890 999999.999999
+PR08   8009.070447   9637.115549 -22207.266306 999999.999999
+PR09  -3886.725440  11588.712046 -22425.817681 999999.999999
+PR10   9650.766984  19720.415213 -12925.321855 999999.999999
+PR11  18147.924516  17318.207591   4820.643277 999999.999999
+PR12  15446.056783   3939.505141  19817.894357 999999.999999
+PR13   3823.732382 -11274.099170  22541.362589 999999.999999
+PR15 -18442.421105 -16055.619799  -7095.756624 999999.999999
+PR16 -15555.027884  -3988.748999 -19894.558750 999999.999999
+PR17  -1863.166485 -10661.367517 -23096.792546 999999.999999
+PR18 -19160.675922  -4152.995607 -16363.193220 999999.999999
+PR19 -25116.599995   4430.976113   -401.429280 999999.999999
+PR20 -16287.840382  10804.253742  16429.013074 999999.999999
+PR21   1642.669160  10728.115881  23076.325277 999999.999999
+PR22  18681.287105   4371.725470  16724.414474 999999.999999
+PR23  25065.875390  -4727.153051    345.839836 999999.999999
+PR24  16726.597418 -10892.658789 -15906.642908 999999.999999
+*  2011  9  3 11 15  0.00000000
+PG02   9019.458655  19732.681543  15709.044157    354.221982
+PG03   -226.576662 -17752.602549 -20114.635467    763.339702
+PG04  -7394.504145  13792.273175  21223.933098    220.322690
+PG05   2434.472063  25668.836482  -6134.573263   -213.026487
+PG06   5683.407840 -18316.940564 -18131.416363    -79.972902
+PG07 -21587.418523  -2344.771611 -15448.479336     24.985561
+PG08 -16074.688295   4202.973265 -20830.022471      9.043734
+PG09  21367.015369  15687.043223  -1982.843452    103.246087
+PG10  -9541.432837  22287.734116  10168.868081    -11.950577
+PG11 -22353.092344 -13397.888133  -6320.512356   -182.589029
+PG12  12197.750465  12953.588980  19784.465752     19.979231
+PG13 -24784.703915   3016.549999   9045.430100    253.316508
+PG14  19734.218682 -14949.400130   9581.734447    170.357263
+PG15  14186.300873   9296.983317 -20469.372919   -107.877063
+PG16  -2380.755257 -25134.619111  -7729.194562   -195.575091
+PG17 -18897.580544  15781.297243   9791.730498    176.667299
+PG18  15419.417955  -7914.800141 -19693.565942    155.479598
+PG19 -10932.610706 -11778.896924 -21224.597161   -179.855354
+PG20 -14174.106698 -10720.380737  19613.564744     52.481233
+PG21  20605.194485   -693.266481 -16628.985954   -168.969146
+PG22  10967.948293 -20855.532619 -11965.800512    144.863105
+PG23 -20748.957534  -3049.917481  16529.851848    278.976362
+PG24 -21812.663666 -15378.835281   1527.005508    420.783727
+PG25  15140.478174   -205.225983  21791.743981     16.987854
+PG26   1648.358419  15167.959353 -22295.619309   -144.789817
+PG27  19459.226063  17023.896218  -6215.382406    301.444252
+PG28 -12138.445335  18011.691486 -14586.414630     64.574600
+PG29  24654.597004  -3634.918570   9193.047876    236.643338
+PG30  14816.240614  -4816.297541  21152.739694     89.766318
+PG31   3768.398459 -15113.923716  21681.134486    135.934505
+PG32  -8788.561946 -19191.440936  16644.634046   -322.173055
+PR01  12365.030903  -6644.092404 -21291.859948 999999.999999
+PR02  10131.699249 -21894.178900  -8290.067152 999999.999999
+PR03  -8701.415739 -18400.566524  15413.071662 999999.999999
+PR04  -4135.761105  11899.602871  22180.677192 999999.999999
+PR05 -12355.278292   6525.893486  21339.577530 999999.999999
+PR06 -10356.000755  21519.303716   9006.050400 999999.999999
+PR07    201.955578  23525.640911  -9895.437569 999999.999999
+PR08   7257.047825  12208.348345 -21177.859083 999999.999999
+PR09  -5738.973163   9492.859214 -22999.630729 999999.999999
+PR10   8566.382655  18329.631368 -15493.870978 999999.999999
+PR11  18562.392772  17475.150283   1623.890807 999999.999999
+PR12  17084.767319   5620.527772  17970.417603 999999.999999
+PR13   5731.985201  -9194.723744  23072.409314 999999.999999
+PR15 -19057.707502 -16415.262805  -3940.596981 999999.999999
+PR16 -17195.368537  -5648.425104 -18063.044953 999999.999999
+PR17    909.686489 -11262.498726 -22861.001194 999999.999999
+PR18 -17040.332353  -4521.985015 -18463.431171 999999.999999
+PR19 -24840.541993   4536.804235  -3608.731748 999999.999999
+PR20 -18094.451149  11326.432777  14013.715126 999999.999999
+PR21  -1118.840656  11361.788746  22794.801608 999999.999999
+PR22  16519.519136   4772.418084  18777.198981 999999.999999
+PR23  24795.468244  -4825.022458   3550.342857 999999.999999
+PR24  18459.712077 -11415.302184 -13426.430189 999999.999999
+*  2011  9  3 11 30  0.00000000
+PG02   7331.173821  18897.441461  17476.419925    354.223737
+PG03   1638.603861 -18870.376382 -18945.471842    763.343869
+PG04  -9495.931356  12467.083245  21238.322526    220.332707
+PG05   2132.002539  26200.697042  -3357.495285   -213.031337
+PG06   7527.791390 -19169.510774 -16495.762522    -79.963917
+PG07 -22874.400349  -3361.804652 -13276.477839     24.987129
+PG08 -17872.256070   2770.703673 -19620.584385      9.044659
+PG09  20990.470766  15671.971086  -4851.408158    103.247878
+PG10  -9730.940894  20925.485195  12583.803379    -11.951703
+PG11 -21442.307845 -13521.018755  -8819.896518   -182.591951
+PG12  11964.724274  15114.685879  18356.165631     19.981364
+PG13 -23740.488287   2416.637589  11614.274163    253.315207
+PG14  20653.865048 -15152.761848   6885.984547    170.359295
+PG15  12122.597460  10496.671008 -21186.900656   -107.875611
+PG16  -2100.417504 -25845.685051  -4947.568630   -195.577134
+PG17 -19867.765320  15973.109256   7147.084317    176.665555
+PG18  15399.705015  -5524.703786 -20527.305673    155.481183
+PG19  -8684.100691 -12742.285929 -21670.412601   -179.859089
+PG20 -14014.238484 -12927.861051  18373.115452     52.481903
+PG21  22050.309211    487.417095 -14780.426142   -168.971749
+PG22  11153.997422 -19308.306311 -14166.104278    144.862941
+PG23 -19045.447652  -4054.299180  18243.735692    278.973667
+PG24 -21664.594137 -15600.578908  -1285.803957    420.786361
+PG25  15056.802803   2288.517753  21732.861353     16.989469
+PG26   -570.075807  16053.700690 -21670.448317   -144.801185
+PG27  18564.985513  16702.624139  -8914.555161    301.448162
+PG28 -12149.808853  16125.705886 -16598.140786     64.577286
+PG29  23673.829695  -2929.077628  11702.947830    236.645900
+PG30  14988.413832  -2305.019954  21446.750920     89.762731
+PG31   5845.858017 -13795.905093  22117.501851    135.939412
+PG32  -8402.474733 -20890.976637  14686.398681   -322.179227
+PR01  11695.165533  -4037.050391 -22298.816707 999999.999999
+PR02   9741.402712 -20750.582525 -11187.769659 999999.999999
+PR03  -7307.022834 -16895.664791  17681.925097 999999.999999
+PR04  -6676.247014  12720.307453  21077.343322 999999.999999
+PR05 -11687.730030   3915.070017  22331.196901 999999.999999
+PR06  -9935.175685  20296.121673  11861.361730 999999.999999
+PR07    100.149785  24560.299668  -6943.760056 999999.999999
+PR08   6726.334342  14678.762943 -19736.733647 999999.999999
+PR09  -7772.778646   7509.252374 -23128.201710 999999.999999
+PR10   7161.384438  16823.799548 -17760.613126 999999.999999
+PR11  18698.168116  17332.668153  -1604.273990 999999.999999
+PR12  18662.846294   7003.920488  15770.478323 999999.999999
+PR13   7818.448586  -7238.285046  23154.443244 999999.999999
+PR15 -19408.777093 -16460.871039   -708.444364 999999.999999
+PR16 -18776.392716  -7011.638307 -15883.256574 999999.999999
+PR17   3577.444316 -12050.475327 -22180.883943 999999.999999
+PR18 -14725.889412  -5114.165367 -20205.927845 999999.999999
+PR19 -24182.776707   4512.521803  -6745.926102 999999.999999
+PR20 -19556.592353  11892.592122  11327.088856 999999.999999
+PR21  -3768.028258  12178.655453  22069.879623 999999.999999
+PR22  14173.121946   5396.612802  20463.267195 999999.999999
+PR23  24145.359177  -4789.299796   6685.877182 999999.999999
+PR24  19842.938433 -11970.189843 -10685.818359 999999.999999
+*  2011  9  3 11 45  0.00000000
+PG02   5441.085510  18060.440944  18949.822661    354.225186
+PG03   3336.451855 -19986.656464 -17458.609103    763.348288
+PG04 -11638.268957  11255.583299  20880.361169    220.342693
+PG05   1851.684754  26429.036714   -522.245221   -213.036047
+PG06   9161.905301 -19996.331611 -14570.612735    -79.955663
+PG07 -23990.578925  -4178.091036 -10878.553282     24.988688
+PG08 -19618.366683   1536.153645 -18078.187789      9.043036
+PG09  20335.074107  15524.547089  -7637.282909    103.249304
+PG10  -9985.009757  19310.442764  14775.322356    -11.952719
+PG11 -20279.797746 -13612.793846 -11172.181094   -182.595264
+PG12  11851.218557  17104.890199  16614.058599     19.983905
+PG13 -22479.245807   1633.869465  13982.751454    253.313294
+PG14  21284.559433 -15261.074538   4071.273472    170.360809
+PG15  10069.045202  11831.498185 -21540.313953   -107.874186
+PG16  -1865.445464 -26248.213297  -2079.220965   -195.579133
+PG17 -20559.108288  16064.946711   4378.262651    176.664188
+PG18  15490.216830  -3064.415527 -20995.188134    155.483032
+PG19  -6459.176550 -13835.872340 -21744.881751   -179.862616
+PG20 -13950.975829 -14980.834010  16813.562284     52.482090
+PG21  23352.865387   1481.257312 -12677.176473   -168.974389
+PG22  11410.944021 -17535.178276 -16118.656542    144.862723
+PG23 -17244.041634  -5237.573164  19647.982480    278.970851
+PG24 -21261.960239 -15661.809987  -4076.889096    420.790481
+PG25  15103.861728   4754.990546  21299.091602     16.991132
+PG26  -2659.320461  17027.582295 -20689.305246   -144.812323
+PG27  17381.611532  16300.481939 -11459.471056    301.452544
+PG28 -12255.789978  14025.313238 -18310.170494     64.580134
+PG29  22492.053265  -2043.287868  14011.674851    236.649301
+PG30  15288.223924    206.371671  21359.257860     89.759079
+PG31   8015.862241 -12582.816383  22179.861812    135.944674
+PG32  -8122.277574 -22377.025145  12484.406290   -322.185334
+PR01  11199.759066  -1292.225953 -22872.378964 999999.999999
+PR02   9377.767729 -19243.079968 -13868.132445 999999.999999
+PR03  -5601.042981 -15339.273229  19608.005665 999999.999999
+PR04  -8999.392308  13668.014007  19564.641700 999999.999999
+PR05 -11195.260855   1168.709615  22889.094007 999999.999999
+PR06  -9548.581570  18713.028006  14486.611836 999999.999999
+PR07    108.838509  25229.844568  -3857.428360 999999.999999
+PR08   6407.399416  16982.446183 -17911.923231 999999.999999
+PR09  -9939.289136   5688.357380 -22808.721485 999999.999999
+PR10   5446.375357  15267.539530 -19681.688403 999999.999999
+PR11  18516.594655  16932.109438  -4801.413177 999999.999999
+PR12  20116.049423   8080.541101  13260.955917 999999.999999
+PR13  10031.983142  -5454.526047  22785.780566 999999.999999
+PR15 -19451.395490 -16229.366340   2537.552148 999999.999999
+PR16 -20234.944051  -8069.916360 -13397.299508 999999.999999
+PR17   6077.034199 -12995.228661 -21069.359563 999999.999999
+PR18 -12282.163341  -5941.755357 -21556.553423 999999.999999
+PR19 -23173.547146   4310.316199  -9752.073271 999999.999999
+PR20 -20650.145648  12447.376024   8421.198117 999999.999999
+PR21  -6242.619492  13147.266944  20915.306963 999999.999999
+PR22  11708.283759   6254.833183  21750.162701 999999.999999
+PR23  23146.013019  -4572.606424   9691.517121 999999.999999
+PR24  20854.669693 -12501.442943  -7737.891197 999999.999999
+*  2011  9  3 12  0  0.00000000
+PG02   3374.664420  17256.144079  20103.544414    354.226715
+PG03   4848.236068 -21062.644823 -15677.565075    763.352644
+PG04 -13777.563356  10176.929935  20157.461376    220.352683
+PG05   1557.035212  26350.262031   2322.052661   -213.040662
+PG06  10570.008868 -20757.629542 -12389.657827    -79.946859
+PG07 -24896.769265  -4808.339655  -8295.713896     24.990111
+PG08 -21265.868225    505.234651 -16230.275293      9.044033
+PG09  19396.733324  15285.308559 -10293.799735    103.251182
+PG10 -10331.341701  17474.673199  16704.522546    -11.954367
+PG11 -18878.653080 -13704.786191 -13338.523261   -182.598266
+PG12  11833.842094  18884.821610  14588.213029     19.985954
+PG13 -21041.729067    652.499471  16109.585164    253.312576
+PG14  21632.335581 -15234.722736   1186.069873    170.362485
+PG15   8068.242821  13279.819229 -21523.020828   -107.872694
+PG16  -1637.799123 -26333.285925    825.582801   -195.581347
+PG17 -20977.414631  16018.719717   1533.210147    176.662979
+PG18  15696.438465   -582.227976 -21089.762296    155.484940
+PG19  -4301.862660 -15038.903197 -21445.631564   -179.866079
+PG20 -13962.681125 -16841.508659  14962.383979     52.482888
+PG21  24474.825106   2296.801802 -10357.003285   -168.976276
+PG22  11762.689032 -15570.206293 -17789.083250    144.862534
+PG23 -15390.055386  -6594.395624  20717.953016    278.968465
+PG24 -20590.637385 -15595.924783  -6799.047228    420.794494
+PG25  15274.327915   7145.523731  20498.010329     16.992794
+PG26  -4584.319130  18056.979995 -19366.483489   -144.823401
+PG27  15914.002419  15858.004662 -13804.440970    301.454923
+PG28 -12479.863833  11752.887865 -19690.903828     64.582932
+PG29  21149.334719   -965.227146  16079.756263    236.652160
+PG30  15708.371831   2667.661759  20891.865928     89.755533
+PG31  10235.804215 -11499.718806  21867.819705    135.949625
+PG32  -7921.300092 -23618.977278  10075.131433   -322.191494
+PR01  10900.072789   1524.446901 -23001.345424 999999.999999
+PR02   9092.162202 -17401.336275 -16279.048181 999999.999999
+PR03  -3606.519685 -13794.113965  21153.676584 999999.999999
+PR04 -11056.323763  14696.542701  17671.887162 999999.999999
+PR05 -10898.811846  -1647.203366  23002.439380 999999.999999
+PR06  -9247.248494  16801.731436  16830.821972 999999.999999
+PR07    178.491174  25512.876210   -696.292666 999999.999999
+PR08   6279.137060  19058.034643 -15738.921720 999999.999999
+PR09 -12181.560510   4071.276432 -22047.036423 999999.999999
+PR10   3445.012020  13723.945233 -21220.048329 999999.999999
+PR11  17989.747424  16323.061108  -7905.692354 999999.999999
+PR12  21381.735330   8854.287829  10490.940865 999999.999999
+PR13  12313.617820  -3883.347691  21973.525149 999999.999999
+PR15 -19151.555753 -15767.082769   5733.971205 999999.999999
+PR16 -21509.386056  -8827.551504 -10653.121230 999999.999999
+PR17   8352.491156 -14056.468648 -19547.768687 999999.999999
+PR18  -9776.800874  -7004.679047 -22488.706423 999999.999999
+PR19 -21854.221717   3889.777407 -12568.790191 999999.999999
+PR20 -21363.955284  12933.271837   5352.318359 999999.999999
+PR21  -8487.707456  14226.147833  19353.239870 999999.999999
+PR22   9193.472883   7345.231928  22613.316243 999999.999999
+PR23  21838.932087  -4135.037280  12508.848290 999999.999999
+PR24  21486.347730 -12951.546347  -4639.789234 999999.999999
+*  2011  9  3 12 15  0.00000000
+PG02   1164.026354  16514.794156  20917.020978    354.228547
+PG03   6162.488505 -22057.745024 -13630.975714    763.356028
+PG04 -15868.183267   9242.557916  19083.441075    220.362508
+PG05   1211.871860  25969.622262   5126.101140   -213.045469
+PG06  11744.670439 -21413.095287  -9991.181597    -79.938400
+PG07 -25558.812285  -5274.455487  -5571.988380     24.991751
+PG08 -22768.775898   -324.994542 -14109.122880      9.044339
+PG09  18180.049113  14995.794364 -12777.031145    103.251791
+PG10 -10791.860844  15456.648080  18337.321170    -11.954646
+PG11 -17258.647535 -13826.284226 -15283.211379   -182.601239
+PG12  11883.174396  20421.283749  12313.444984     19.988361
+PG13 -19472.616475   -534.968161  17957.559025    253.309837
+PG14  21711.917653 -15037.236350  -1719.703053    170.364205
+PG15   6158.906093  14813.107827 -21134.797928   -107.871162
+PG16  -1378.798962 -26101.387607   3715.915833   -195.582788
+PG17 -21136.904969  15799.522828  -1338.581319    176.661413
+PG18  16016.093431   1873.262909 -20810.446632    155.486384
+PG19  -2252.336174 -16323.551943 -20776.707495   -179.869726
+PG20 -14022.184572 -18477.943354  12852.070948     52.482934
+PG21  25382.283621   2949.824947  -7860.818917   -168.978651
+PG22  12227.099255 -13452.862782 -19147.987926    144.862540
+PG23 -13528.324403  -8111.160318  21434.520547    278.965686
+PG24 -19644.380512 -15439.183212  -9406.128917    420.799282
+PG25  15553.049101   9413.935460  19343.532213     16.994416
+PG26  -6316.249046  19103.993302 -17721.886673   -144.834397
+PG27  14176.508856  15415.150583 -15906.580497    301.456265
+PG28 -12838.142854   9356.137031 -20714.933753     64.585693
+PG29  19688.864564    309.506346  17871.910852    236.655146
+PG30  16233.649671   5030.831076  20053.162146     89.752156
+PG31  12459.725452 -10564.081237  21187.170067    135.954779
+PG32  -7768.228118 -24592.791544   7498.419344   -322.197687
+PR01  10805.531847   4343.914993 -22683.157523 999999.999999
+PR02   8930.123403 -15266.461741 -18373.633247 999999.999999
+PR03  -1358.898225 -12318.935109  22288.617014 999999.999999
+PR04 -12808.713351  15752.750536  15435.787295 999999.999999
+PR05 -10807.480514  -4463.657955  22669.032971 999999.999999
+PR06  -9076.007375  14605.211848  18848.437615 999999.999999
+PR07    256.666329  25400.528646   2478.344142 999999.999999
+PR08   6309.941129  20851.097608 -13259.991605 999999.999999
+PR09 -14436.740672   2688.206611 -20857.562783 999999.999999
+PR10   1193.251286  12251.951089 -22346.153469 999999.999999
+PR11  17101.788736  15561.103445 -10857.063063 999999.999999
+PR12  22401.544783   9341.680495   7514.754853 999999.999999
+PR13  14598.841277  -2553.319163  20733.435390 999999.999999
+PR15 -18487.091094 -15127.606123   8818.382117 999999.999999
+PR16 -22542.162479  -9301.157354  -7703.605903 999999.999999
+PR17  10357.053168 -15185.366972 -17645.479824 999999.999999
+PR18  -7277.639791  -8290.355592 -22983.857299 999999.999999
+PR19 -20275.562128   3219.857403 -15141.384286 999999.999999
+PR20 -21700.102385  13293.196727   2179.855828 999999.999999
+PR21 -10457.808108  15365.530984  17413.835090 999999.999999
+PR22   6696.742738   8653.513544  23036.488139 999999.999999
+PR23  20274.918837  -3446.103333  15083.105872 999999.999999
+PR24  21742.647168 -13263.948773  -1451.608320 999999.999999
+*  2011  9  3 12 30  0.00000000
+PG02  -1153.040102  15861.242583  21375.229847    354.230075
+PG03   7275.314867 -22931.074227 -11352.239425    763.360291
+PG04 -17864.458546   8455.917455  17678.189877    220.372592
+PG05    781.932733  25300.996346   7841.303775   -213.050414
+PG06  12686.854691 -21923.531482  -7417.349403    -79.930221
+PG07 -25948.861026  -5604.500093  -2753.696613     24.993365
+PG08 -24083.918076   -965.972195 -11751.257255      9.044254
+PG09  16698.173488  14696.844444 -15046.419687    103.252998
+PG10 -11381.679329  13299.835804  19645.103365    -11.956175
+PG11 -15445.628108 -14003.084932 -16974.176789   -182.604374
+PG12  11965.028903  21688.371597   9828.722975     19.990375
+PG13 -17818.829831  -1927.262152  19494.199766    253.308000
+PG14  21546.058539 -14636.893923  -4595.545233    170.365900
+PG15   4374.524065  16396.923205 -20381.830140   -107.869493
+PG16  -1050.867678 -25562.368529   6541.133989   -195.584976
+PG17 -21059.554007  15377.182710  -4186.960884    176.659807
+PG18  16439.255753   4254.896347 -20163.461719    155.487988
+PG19   -345.533649 -17655.872634 -19748.579940   -179.873153
+PG20 -14097.975616 -19865.099966  10519.523093     52.483651
+PG21  26046.665760   3462.431302  -5231.921266   -168.981099
+PG22  12815.155393 -11226.640139 -20171.502612    144.862470
+PG23 -11701.599370  -9766.309697  21784.446272    278.962875
+PG24 -18425.211818 -15229.200994 -11853.785043    420.802567
+PG25  15917.676276  11518.117996  17855.663296     16.996012
+PG26  -7833.473782  20126.770526 -15780.871222   -144.845644
+PG27  12192.703812  15009.592293 -17726.713886    301.457427
+PG28 -13338.578433   6886.326274 -21363.604173     64.588149
+PG29  18155.326392   1777.040698  19357.634599    236.658147
+PG30  16841.561618   7251.779101  18858.527264     89.748576
+PG31  14639.887343  -9785.247604  20149.769638    135.959652
+PG32  -7628.410984 -25281.796709   4796.905986   -322.203778
+PR01  10913.344088   7096.634593 -21923.953185 999999.999999
+PR02   8929.262811 -12889.486401 -20111.142020 999999.999999
+PR03   1095.176809 -10966.074387  22990.432562 999999.999999
+PR04 -14230.128220  16778.812393  12899.735213 999999.999999
+PR05 -10918.157831  -7211.240636  21895.346707 999999.999999
+PR06  -9071.434220  12176.127484  20500.214224 999999.999999
+PR07    290.475092  24896.825288   5604.911416 999999.999999
+PR08   6459.234963  22316.243245 -10523.339676 999999.999999
+PR09 -16638.520679   1557.362612 -19263.036731 999999.999999
+PR10  -1261.918045  10903.901084 -23038.519303 999999.999999
+PR11  15849.835076  14705.330100 -13598.411481 999999.999999
+PR12  23123.920626   9570.898051   4390.855045 999999.999999
+PR13  16820.142631  -1480.677901  19089.620500 999999.999999
+PR15 -17448.797123 -14369.319198  11730.586135 999999.999999
+PR16 -23282.209041  -9518.719717  -4605.578997 999999.999999
+PR17  12054.874661 -16326.624159 -15399.334876 999999.999999
+PR18  -4850.066253  -9774.026710 -23031.939919 999999.999999
+PR19 -18495.617437   2280.435111 -17419.914756 999999.999999
+PR20 -21673.642835  13473.078799  -1034.791927 999999.999999
+PR21 -12118.524568  16509.467246  15134.679957 999999.999999
+PR22   4283.080189  10153.396079  23012.041686 999999.999999
+PR23  18511.967102  -2486.278475  17364.241977 999999.999999
+PR24  21641.119829 -13385.638994   1764.762675 999999.999999
+*  2011  9  3 12 45  0.00000000
+PG02  -3534.268932  15313.979385  21469.014515    354.231850
+PG03   8190.424684 -23643.027270  -8879.069028    763.364378
+PG04 -19722.310975   7812.539859  15967.230004    220.382595
+PG05    236.419418  24366.354023  10420.625897   -213.055182
+PG06  13405.674036 -22252.468040  -4713.419836    -79.921843
+PG07 -26046.439704  -5831.424599    111.310533     24.995071
+PG08 -25172.471732  -1436.968358  -9196.829705      9.043552
+PG09  14972.367258  14426.969536 -17065.326749    103.255712
+PG10 -12108.357911  11051.100750  20605.249450    -11.957204
+PG11 -13470.700292 -14256.425834 -18383.454203   -182.607537
+PG12  12041.902674  22668.308799   7176.509828     19.992614
+PG13 -16127.767656  -3514.172205  20692.381847    253.306546
+PG14  21164.566154 -14008.157748  -7391.283120    170.367497
+PG15   2742.219569  17992.121952 -19276.638681   -107.868379
+PG16   -619.226668 -24735.043165   9251.812359   -195.586774
+PG17 -20774.125170  14727.634899  -6962.032633    176.658623
+PG18  16948.789152   6518.606457 -19161.620564    155.489631
+PG19   1390.046811 -18997.014870 -18378.036839   -179.876797
+PG20 -14155.568926 -20985.630991   8005.375199     52.483799
+PG21  26445.710868   3861.943630  -2515.235979   -168.983511
+PG22  13530.386791  -8937.501662 -20841.731808    144.861947
+PG23  -9949.017504 -11530.958744  21760.667256    278.960125
+PG24 -16943.511067 -15003.393670 -14100.194461    420.807635
+PG25  16339.583600  13421.468602  16060.147954     16.997627
+PG26  -9122.255754  21081.017804 -13574.005016   -144.857146
+PG27   9994.773819  14675.067179 -19230.252889    301.459224
+PG28 -13980.526787   4396.352822 -21625.406098     64.590948
+PG29  16593.226871   3425.198116  20511.702073    236.661141
+PG30  17503.259562   9291.877636  17329.801349     89.745071
+PG31  16728.408765  -9164.215690  18773.324908    135.964781
+PG32  -7465.299922 -25677.244493   2015.396161   -322.210065
+PR01  11208.651491   9715.223760 -20738.451384 999999.999999
+PR02   9117.517798 -10329.430843 -21457.761996 999999.999999
+PR03   3699.539690  -9779.304120  23245.115970 999999.999999
+PR04 -15306.887604  17714.719322  10112.970892 999999.999999
+PR05 -11215.696240  -9822.778449  20696.399586 999999.999999
+PR06  -9260.153442   9574.828649  21753.982638 999999.999999
+PR07    229.064219  24018.515648   8622.761298 999999.999999
+PR08   6679.389942  23418.860353  -7582.176582 999999.999999
+PR09 -18719.753701    684.409663 -17294.102387 999999.999999
+PR10  -3864.204003   9723.421010 -23284.102190 999999.999999
+PR11  14244.297649  13815.736978 -16076.652312 999999.999999
+PR12  23506.356920   9580.314628   1180.646973 999999.999999
+PR13  18909.695495   -668.860821  17074.071744 999999.999999
+PR15 -16041.015041 -13552.759708  14413.809518 999999.999999
+PR16 -23687.118088  -9518.181087  -1418.738330 999999.999999
+PR17  13422.285650 -17420.834235 -12852.943146 999999.999999
+PR18  -2554.478548 -11419.612259 -22631.581143 999999.999999
+PR19 -16577.332920   1063.420174 -19360.160179 999999.999999
+PR20 -21311.820715  13424.324696  -4229.413052 999999.999999
+PR21 -13447.749001  17598.222125  12560.070155 999999.999999
+PR22   2011.907234  11807.589320  22541.045738 999999.999999
+PR23  16612.870461  -1248.084281  19307.901115 999999.999999
+PR24  21211.314081 -13269.588790   4946.842718 999999.999999
+*  2011  9  3 13  0  0.00000000
+PG02  -5934.296375  14884.405076  21195.325618    354.233548
+PG03   8918.872095 -24156.835779  -6252.950170    763.368913
+PG04 -21400.813002   7300.421774  13981.186271    220.393056
+PG05   -450.596863  23194.912674  12819.426187   -213.060156
+PG06  13917.815934 -22367.677825  -1926.897575    -79.913499
+PG07 -25839.237504  -5991.623266   2974.431596     24.996519
+PG08 -26001.335613  -1764.139989  -6488.956429      9.043930
+PG09  13031.280895  14220.845881 -18801.501322    103.256550
+PG10 -12971.491554   8758.979332  21201.529876    -11.958167
+PG11 -11369.235881 -14602.091587 -19487.588394   -182.610369
+PG12  12074.557137  23351.985278   4402.052036     19.994693
+PG13 -14445.523613  -5276.732382  21530.840959    253.304963
+PG14  20603.053915 -13132.880156 -10057.980881    170.369295
+PG15   1281.859343  19556.270518 -17837.896407   -107.866542
+PG16    -53.476210 -23646.442356  11800.653522   -195.588853
+PG17 -20314.938395  13834.070636  -9615.075890    176.656593
+PG18  17521.088638   8624.935396 -17823.988190    155.491619
+PG19   2933.298339 -20304.656272 -16687.959081   -179.880476
+PG20 -14158.989145 -21830.371627   5353.264168     52.484021
+PG21  26564.218560   4179.624357    243.426406   -168.985826
+PG22  14368.617085  -6632.240994 -21147.079527    144.862127
+PG23  -8304.708204 -13369.813538  21362.487989    278.957468
+PG24 -15217.802341 -14797.429536 -16106.762100    420.809919
+PG25  16785.043376  15094.109601  13988.017098     16.999222
+PG26 -10177.195139  21921.646481 -11136.734057   -144.868035
+PG27   7622.540046  14439.862518 -20388.021727    301.461648
+PG28 -14754.700163   1938.755552 -21496.199300     64.593660
+PG29  15045.249742   5233.784488  21314.576603    236.664086
+PG30  18184.750585  11119.290452  15494.813906     89.741728
+PG31  18678.911932  -8693.732861  17081.098170    135.970048
+PG32  -7241.969139 -25778.591662   -799.796544   -322.216445
+PR01  11665.207973  12137.028603 -19149.669341 999999.999999
+PR02   9511.824665  -7651.053106 -22387.274204 999999.999999
+PR03   6390.590721  -8792.048999  23047.347311 999999.999999
+PR04 -16038.391341  18500.888996   7129.626827 999999.999999
+PR05 -11673.601480 -12235.892185  19095.467578 999999.999999
+PR06  -9657.572509   6867.059316  22585.279261 999999.999999
+PR07     26.013639  22794.399550  11473.341988 999999.999999
+PR08   6917.951000  24136.423231  -4493.678691 999999.999999
+PR09 -20615.133960     62.431812 -14988.743365 999999.999999
+PR10  -6550.127507   8743.680673 -23078.520591 999999.999999
+PR11  12308.681049  12950.588560 -18243.747692 999999.999999
+PR12  23517.277495   9416.599172  -2052.766728 999999.999999
+PR13  20802.072812   -108.585737  14726.037557 999999.999999
+PR15 -14281.650831 -12737.905540  16815.823177 999999.999999
+PR16 -23724.967288  -9345.617198   1795.470283 999999.999999
+PR17  14448.542826 -18407.047547 -10055.836775 999999.999999
+PR18   -443.963411 -13181.061816 -21790.161484 999999.999999
+PR19 -14585.974081   -426.651745 -20924.473869 999999.999999
+PR20 -20652.790617  13106.070335  -7342.174015 999999.999999
+PR21 -14436.350255  18570.858018   9740.148325 999999.999999
+PR22    -65.161888  13569.245364  21633.208116 999999.999999
+PR23  14642.648092    263.334440  20876.284631 999999.999999
+PR24  20493.405671 -12876.958519   8032.774556 999999.999999
+*  2011  9  3 13 15  0.00000000
+PG02  -8306.178172  14576.376304  20557.369634    354.235212
+PG03   9478.508683 -24440.062273  -3518.507484    763.374101
+PG04 -22863.615341   6900.705742  11755.180264    220.403460
+PG05  -1298.963095  21822.023683  14996.242901   -213.064939
+PG06  14246.671862 -22242.529812    893.352990    -79.905299
+PG07 -25323.608513  -6123.361810   5787.104460     24.998241
+PG08 -26544.296337  -1979.344525  -3673.034247      9.044709
+PG09  10909.990935  14107.982680 -20227.471104    103.257736
+PG10 -13962.635397   6471.906961  21424.361016    -11.959447
+PG11  -9179.736590 -15049.725127 -20267.984831   -182.613535
+PG12  12023.669992  23739.176479   1552.627507     19.996867
+PG13 -12815.160853  -7187.756176  21994.584294    253.303430
+PG14  19901.463688 -12001.228747 -12548.840307    170.371048
+PG15      5.449838  21045.204881 -16090.131297   -107.865337
+PG16    671.006229 -22330.751057  14143.347627   -195.590790
+PG17 -19720.420234  12687.803808 -12099.451520    176.655397
+PG18  18127.087034  10540.340835 -16175.425293    155.493164
+PG19   4271.171878 -21534.599271 -14706.977816   -179.884041
+PG20 -14072.314685 -22398.520890   2609.052965     52.484613
+PG21  26394.537246   4449.281940   2998.088890   -168.988186
+PG22  15318.031546  -4356.816907 -21082.452547    144.861939
+PG23  -6796.587994 -15242.354923  20595.667715    278.954831
+PG24 -13274.241703 -14643.749019 -17838.777033    420.812913
+PG25  17216.609788  16513.851472  11675.045888     17.000819
+PG26 -11001.368914  22604.505216  -8508.950064   -144.879068
+PG27   5122.136301  14325.508934 -21176.997462    301.462972
+PG28 -15643.504643   -436.246935 -20979.254067     64.596439
+PG29  13550.695978   7175.189082  21752.723866    236.667157
+PG30  18848.321320  12710.005478  13386.793764     89.738248
+PG31  20448.118763  -8358.703610  15101.536324    135.975112
+PG32  -6922.667653 -25593.498861  -3601.543533   -322.222640
+PR01  12246.555163  14306.497006 -17188.477442 999999.999999
+PR02  10117.269782  -4922.364980 -22881.566073 999999.999999
+PR03   9099.707931  -8026.053005  22400.625848 999999.999999
+PR04 -16436.906769  19080.778097   4007.676294 999999.999999
+PR05 -12255.219096 -14395.354273  17123.633673 999999.999999
+PR06 -10267.102168   4121.441112  22977.828587 999999.999999
+PR07   -358.453169  21264.166819  14101.331028 999999.999999
+PR08   7120.074163  24459.305589  -1317.872824 999999.999999
+PR09 -22263.824054   -327.561521 -12391.566515 999999.999999
+PR10  -9251.437185   7986.115800 -22426.109900 999999.999999
+PR11  10078.846805  12163.871297 -20057.632240 999999.999999
+PR12  23137.460841   9132.463687  -5245.872523 999999.999999
+PR13  22436.878341    221.521402  12091.254677 999999.999999
+PR15 -12201.630167 -11981.504673  18889.965739 999999.999999
+PR16 -23375.736595  -9053.080572   4975.013394 999999.999999
+PR17  15136.040112 -19225.422790  -7062.503509 999999.999999
+PR18   1437.716969 -15004.148829 -20523.703080 999999.999999
+PR19 -12586.473608  -2172.557980 -22082.510839 999999.999999
+PR20 -19743.902413  12487.120348 -10312.805613 999999.999999
+PR21 -15088.317225  19367.891745   6729.920089 999999.999999
+PR22  -1906.218101  15383.818346  20306.644660 999999.999999
+PR23  12665.896042   2030.168919  22038.887254 999999.999999
+PR24  19536.397404 -12178.970799  10962.531675 999999.999999
+*  2011  9  3 13 30  0.00000000
+PG02 -10602.990801  14386.048583  19564.656345    354.236938
+PG03   9893.161271 -24465.968279   -722.782951    763.378895
+PG04 -24080.191475   6588.623788   9328.164198    220.413807
+PG05  -2321.474794  20287.832916  16913.519936   -213.069802
+PG06  14421.206416 -21857.124353   3698.013065    -79.897234
+PG07 -24504.759653  -6265.138908   8501.595170     25.000011
+PG08 -26782.950322  -2118.756655   -796.039484      9.045719
+PG09   8648.829959  14111.602291 -21320.859438    103.259011
+PG10 -15065.570846   4236.470793  21270.919581    -11.961789
+PG11  -6942.590967 -15602.367118 -20711.201634   -182.616253
+PG12  11851.495990  23838.437233  -1323.237102     19.999149
+PG13 -11275.111595  -9212.705116  22075.187508    253.301516
+PG14  19102.419880 -10612.289330 -14820.069832    170.372716
+PG15  -1083.156200  22414.677321 -14063.321348   -107.863733
+PG16   1571.906852 -20827.977277  16239.366189   -195.592807
+PG17 -19031.495402  11288.819456 -14371.473701    176.653924
+PG18  18733.478716  12238.249841 -14246.033071    155.494761
+PG19   5399.026117 -22642.470698 -12469.015645   -179.887869
+PG20 -13861.219429 -22697.508294   -179.973702     52.485139
+PG21  25936.786787   4705.814435   5703.295208   -168.990135
+PG22  16359.563121  -2154.731069 -20649.336232    144.862018
+PG23  -5445.393918 -17104.246595  19472.396967    278.952142
+PG24 -11145.820962 -14570.206590 -19266.019825    420.814517
+PG25  17594.657108  17666.862926   9161.130719     17.002373
+PG26 -11606.152673  23088.136007  -5734.453799   -144.890231
+PG27   2544.390084  14345.750203 -21580.934923    301.464466
+PG28 -16621.746064  -2682.600987 -20085.115121     64.599249
+PG29  12144.068469   9215.271254  21818.825154    236.670202
+PG30  19454.115268  14048.540251  11043.677206     89.734728
+PG31  21997.341874  -8136.893474  12867.826788    135.980190
+PG32  -6474.347722 -25137.542299  -6342.623353   -322.228812
+PR01  12907.646609  16177.261325 -14893.000129 999999.999999
+PR02  10926.755422  -2212.020582 -22930.986743 999999.999999
+PR03  11755.884514  -7490.553309  21317.228861 999999.999999
+PR04 -16526.823556  19403.385995    807.804660 999999.999999
+PR05 -12915.365703 -16255.154060  14819.186422 999999.999999
+PR06 -11079.896351   1406.843257  22923.868388 999999.999999
+PR07   -955.539767  19476.800608  16455.706796 999999.999999
+PR08   7231.072190  24391.070077   1883.534007 999999.999999
+PR09 -23611.920142   -515.610538  -9552.949826 999999.999999
+PR10 -11897.722987   7459.659693 -21339.812197 999999.999999
+PR11   7601.770319  11502.940160 -21483.027031 999999.999999
+PR12  22360.948890   8784.160988  -8336.037056 999999.999999
+PR13  23761.184003    353.781163   9221.050509 999999.999999
+PR15  -9843.813084 -11334.564411  20596.049601 999999.999999
+PR16 -22632.253879  -8696.199697   8058.446050 999999.999999
+PR17  15499.969389 -19819.854764  -3931.315866 999999.999999
+PR18   3057.741500 -16828.634402 -18856.584599 999999.999999
+PR19 -10640.811964  -4144.865706 -22811.812811 999999.999999
+PR20 -18639.620015  11547.494492 -13083.760237 999999.999999
+PR21 -15420.351401  19933.913039   3588.167302 999999.999999
+PR22  -3480.534831  17191.253932  18587.491528 999999.999999
+PR23  10744.174779   4022.443641  22773.091508 999999.999999
+PR24  18395.963355 -11158.371470  13679.092177 999999.999999
+*  2011  9  3 13 45  0.00000000
+PG02 -12779.457842  14302.028853  18232.937310    354.238769
+PG03  10191.559519 -24214.697126   2085.565479    763.383353
+PG04 -25026.855828   6334.661712   6742.209647    220.424041
+PG05  -3523.187475  18635.768739  18538.259448   -213.074461
+PG06  14474.615795 -21199.165058   6438.213461    -79.888851
+PG07 -23396.619459  -6454.041695  11071.775059     25.001417
+PG08 -26707.352826  -2221.338271   2094.183111      9.046920
+PG09   6292.052655  14247.765037 -22064.631967    103.261551
+PG10 -16256.896404   2095.760309  20745.117774    -11.962732
+PG11  -4698.765403 -16256.240630 -20809.179757   -182.619529
+PG12  11523.474096  23666.675007  -4176.567987     20.001225
+PG13  -9857.766761 -11310.858834  21770.970577    253.300464
+PG14  18249.481352  -8974.318454 -16831.703153    170.374119
+PG15  -1988.229507  23622.025893 -11792.386470   -107.862417
+PG16   2659.101982 -19182.408601  18052.673830   -195.594750
+PG17 -18289.886260   9645.978806 -16391.227137    176.652080
+PG18  19304.105391  13699.823868 -12070.517624    155.496422
+PG19   6320.642829 -23585.456703 -10012.716765   -179.891264
+PG20 -13494.452150 -22742.554813  -2965.927118     52.485471
+PG21  25198.815347   4983.741710   8314.761275   -168.993153
+PG22  17467.580584    -65.514184 -19855.742550    144.861762
+PG23  -4263.996530 -18908.916957  18011.158383    278.949508
+PG24  -8871.313245 -14598.887861 -20363.308314    420.815764
+PG25  17879.012124  18548.023306   6489.596608     17.003973
+PG26 -12010.718759  23335.487576  -2860.311771   -144.901517
+PG27    -57.029115  14505.846867 -21590.847223    301.467552
+PG28 -17657.667335  -4760.063689 -18831.296845     64.601817
+PG29  10853.853810  11314.500530  21511.888037    236.672957
+PG30  19961.793704  15128.297042   8507.335085     89.731180
+PG31  23293.817847  -7999.903971  10417.385137    135.985240
+PG32  -5868.114854 -24433.643702  -8976.465670   -322.234960
+PR01  13596.851808  17713.843547 -12307.874073 999999.999999
+PR02  11921.195266    413.314622 -22534.537855 999999.999999
+PR03  14288.482840  -7181.997822  19817.996117 999999.999999
+PR04 -16343.408529  19425.543301  -2407.774075 999999.999999
+PR05 -13602.336341 -17780.185201  12226.878204 999999.999999
+PR06 -12075.124117  -1210.253034  22424.310708 999999.999999
+PR07  -1786.310499  17488.610629  18490.737617 999999.999999
+PR08   7198.959839  23948.222135   5048.356622 999999.999999
+PR09 -24614.650186   -541.303702  -6528.069682 999999.999999
+PR10 -14419.121273   7160.513389 -19840.904985 999999.999999
+PR11   4933.840480  11006.456671 -22492.127127 999999.999999
+PR12  21195.400865   8428.843839 -11262.773204 999999.999999
+PR13  24731.670336    329.846962   6171.334676 999999.999999
+PR15  -7261.415542 -10840.106890  21901.132569 999999.999999
+PR16 -21500.628329  -8331.632814  10986.082836 999999.999999
+PR17  15567.445798 -20140.464784   -723.378451 999999.999999
+PR18   4395.380765 -18590.711182 -16821.086342 999999.999999
+PR19  -8805.540510  -6302.927663 -23098.240526 999999.999999
+PR20 -17399.160743  10279.515392 -15601.318773 999999.999999
+PR21 -15460.926017  20220.050703    376.281016 999999.999999
+PR22  -4769.568796  18928.416626  16509.370753 999999.999999
+PR23   8933.542204   6199.032063  23064.608558 999999.999999
+PR24  17132.028553  -9810.414244  16129.556025 999999.999999
+*  2011  9  3 14  0  0.00000000
+PG02 -14793.539214  14305.838884  16584.029232    354.240429
+PG03  10406.050042 -23674.216541   4857.132873    763.385645
+PG04 -25687.522254   6105.894921   4041.765720    220.433901
+PG05  -4901.036317  16910.917637  19842.589370   -213.079077
+PG06  14442.833170 -20264.533636   9066.417704    -79.880530
+PG07 -22021.391848  -6724.156246  13453.875589     25.003139
+PG08 -26316.374311  -2327.215180   4949.635241      9.047880
+PG09   3886.383665  14524.762206 -22447.276817    103.264275
+PG10 -17506.913898     87.881761  19857.445301    -11.963280
+PG11  -2488.472547 -17000.790657 -20559.407785   -182.622502
+PG12  11009.720621  23248.418891  -6958.753023     20.003619
+PG13  -8588.313168 -13436.741612  21087.047327    253.298627
+PG14  17385.362851  -7104.632161 -18548.348668    170.376071
+PG15  -2721.810421  24627.800490  -9316.585447   -107.860859
+PG16   3934.103783 -17440.920803  19552.344840   -195.596957
+PG17 -17536.391079   7776.870567 -18123.310876    176.650659
+PG18  19801.444219  14914.412955  -9687.492734    155.498329
+PG19   7047.903263 -24324.002309  -7380.774546   -179.894693
+PG20 -12945.196853 -22555.948406  -5701.131360     52.486054
+PG21  24195.898491   5315.775494  10789.988196   -168.994840
+PG22  18610.849401   1876.619133 -18716.033100    144.861571
+PG23  -3257.023613 -20609.255553  16236.469148    278.946586
+PG24  -6493.996092 -14745.149109 -21110.970989    420.819500
+PG25  18030.617073  19160.944964   3706.447307     17.005516
+PG26 -12241.216679  23315.515906     63.892081   -144.912473
+PG27  -2627.614382  14802.256300 -21205.316860    301.470870
+PG28 -18714.264757  -6635.580028 -17241.825174     64.604634
+PG29   9701.546131  13429.307114  20837.253585    236.676040
+PG30  20332.208942  15951.560170   5822.740924     89.727680
+PG31  24311.835388  -7914.384154   7791.279459    135.990428
+PG32  -5080.545286 -23511.233536 -11457.908988   -322.241311
+PR01  14258.255202  18892.912086  -9483.377957 999999.999999
+PR02  13070.232154   2891.505292 -21699.895938 999999.999999
+PR03  16629.989891  -7084.320081  17931.942215 999999.999999
+PR04 -15931.113729  19113.887803  -5576.531891 999999.999999
+PR05 -14260.203299 -18947.485455   9397.057284 999999.999999
+PR06 -13220.763665  -3668.286652  21488.734814 999999.999999
+PR07  -2860.554314  15360.977980  20166.869437 999999.999999
+PR08   6976.890459  23159.439400   8115.141550 999999.999999
+PR09 -25238.210749   -451.862864  -3375.825817 999999.999999
+PR10 -16749.000982   7072.460862 -17958.575556 999999.999999
+PR11   2138.770151  10702.704922 -23065.149365 999999.999999
+PR12  19661.878612   8121.902879 -13968.952323 999999.999999
+PR13  25316.379785    198.692892   3001.500188 999999.999999
+PR15  -4516.005736 -10531.285499  22780.141039 999999.999999
+PR16 -20000.151184  -8014.481733  13701.142508 999999.999999
+PR17  15376.135269 -20145.846068   2498.682565 999999.999999
+PR18   5442.631527 -20225.624729 -14456.772680 999999.999999
+PR19  -7129.549931  -8596.356205 -22936.245449 999999.999999
+PR20 -16083.953469   8688.390777 -17816.626327 999999.999999
+PR21 -15248.852589  20186.179291  -2842.961006 999999.999999
+PR22  -5767.447704  20531.654098  14112.721214 999999.999999
+PR23   7282.335047   8509.149536  22907.757023 999999.999999
+PR24  15806.186416  -8143.325526  18266.183050 999999.999999
+*  2011  9  3 14 15  0.00000000
+PG02 -16607.920091  14372.677931  14645.518343    354.241998
+PG03  10571.145062 -22840.973696   7542.687786    763.389932
+PG04 -26054.180170   5867.441891   1272.900169    220.443960
+PG05  -6443.778746  15158.351519  20804.236261   -213.084019
+PG06  14362.943970 -19057.547050  11537.266108    -79.872363
+PG07 -20408.810135  -7105.092380  15607.210460     25.004798
+PG08 -25617.753477  -2476.016486   7722.878115      9.048451
+PG09   1479.494758  14942.792604 -22462.921661    103.266863
+PG10 -18780.768887  -1755.306543  18624.687685    -11.963648
+PG11   -349.861726 -17818.980329 -19965.017239   -182.625615
+PG12  10286.351959  22614.811718  -9622.346052     20.005685
+PG13  -7483.865809 -15541.749430  20035.246322    253.296993
+PG14  16550.199572  -5029.133030 -19939.852466    170.377724
+PG15  -3303.044614  25397.280419  -6678.828359   -107.859433
+PG16   5389.845138 -15651.208102  20713.074500   -195.598514
+PG17 -16809.212977   5707.313606 -19537.491884    176.649288
+PG18  20188.136971  15879.690714  -7138.739366    155.500010
+PG19   7600.135810 -24823.404854  -4619.168310   -179.898405
+PG20 -12192.262618 -22166.064910  -8338.925586     52.486515
+PG21  22950.195705   5731.473285  13088.835560   -168.997131
+PG22  19753.724738   3643.894173 -17250.623025    144.861236
+PG23  -2420.813889 -22159.358630  14178.504928    278.943949
+PG24  -4060.196781 -15016.919145 -21495.237444    420.822454
+PG25  18013.158252  19517.666041    859.571316     17.007070
+PG26 -12329.655702  23004.600910   2986.903447   -144.923825
+PG27  -5114.087385  15222.713315 -20430.618534    301.474097
+PG28 -19750.818986  -8284.337135 -15346.646512     64.607009
+PG29   8700.948718  15513.592316  19806.500702    236.679027
+PG30  20529.020354  16529.143976   3037.102173     89.724362
+PG31  25033.617594  -7843.436114   5033.596920    135.995261
+PG32  -4094.819308 -22405.172249 -13743.962405   -322.247408
+PR01  14834.152594  19704.038237  -6474.450831 999999.999999
+PR02  14333.448696   5167.292911 -20443.265742 999999.999999
+PR03  18718.658071  -7169.761240  15695.702760 999999.999999
+PR04 -15341.509973  18446.443325  -8636.848234 999999.999999
+PR05 -14831.309362 -19746.977856   6384.690245 999999.999999
+PR06 -14474.886501  -5912.940293  20135.211411 999999.999999
+PR07  -4176.127794  13157.905132  21451.495063 999999.999999
+PR08   6525.380252  22064.309971  11024.360855 999999.999999
+PR09 -25461.162633   -299.896122   -157.685072 999999.999999
+PR10 -18826.521940   7167.713623 -15729.349932 999999.999999
+PR11   -714.798225  10608.356739 -23190.729466 999999.999999
+PR12  17794.075446   7914.400673 -16401.936065 999999.999999
+PR13  25496.009067     14.289876   -226.743390 999999.999999
+PR15  -1675.160456 -10429.940636  23216.334217 999999.999999
+PR16 -18162.664921  -7795.773423  16150.844990 999999.999999
+PR17  14972.443738 -19804.966758   5671.962263 999999.999999
+PR18   6204.307063 -21670.361105 -11809.722764 999999.999999
+PR19  -5652.176219 -10966.915249 -22328.976022 999999.999999
+PR20 -14755.021237   6792.264120 -19686.637276 999999.999999
+PR21 -14831.417368  19802.770244  -6006.645940 999999.999999
+PR22  -6480.929402  21939.393214  11444.008907 999999.999999
+PR23   5829.291014  10894.262171  22305.574412 999999.999999
+PR24  14479.063221  -6178.227794  20047.330830 999999.999999
+*  2011  9  3 14 30  0.00000000
+PG02 -18191.337938  14472.460160  12450.344761    354.243725
+PG03  10721.963348 -21720.225806  10094.124176    763.394043
+PG04 -26127.076465   5583.978850  -1517.464333    220.453724
+PG05  -8132.261654  13421.472158  21406.895972   -213.088938
+PG06  14271.576732 -17590.889890  13808.364557    -79.863998
+PG07 -18595.117284  -7620.678340  17494.854643     25.006447
+PG08 -24627.845685  -2705.233311  10367.738335      9.048056
+PG09   -881.540255  15493.929923 -22111.390165    103.269832
+PG10 -20039.794441  -3409.192215  17069.533010    -11.963667
+PG11   1682.223785 -18687.837629 -19034.803816   -182.628457
+PG12   9336.586650  21802.362784 -12121.854853     20.007695
+PG13  -6552.930652 -17575.912830  18633.903732    253.295424
+PG14  15779.926947  -2781.493165 -20981.859644    170.379476
+PG15  -3757.234527  25901.822250  -3924.917028   -107.858056
+PG16   7010.809180 -13860.006437  21515.578133   -195.600468
+PG17 -16142.409122   3470.531143 -20609.254032    176.647564
+PG18  20428.499922  16601.474556  -4468.439106    155.501651
+PG19   8003.159572 -25055.233772  -1776.324282   -179.902039
+PG20 -11221.058733 -21606.174168 -10834.439256     52.486815
+PG21  21489.985792   6256.018069  15174.054717   -168.999679
+PG22  20857.526729   5215.835970 -15485.574299    144.861320
+PG23  -1743.706863 -23516.254466  11872.608184    278.941018
+PG24  -1617.712273 -15414.294399 -21508.535920    420.825193
+PG25  17794.597003  19638.026806  -2002.082350     17.008626
+PG26 -12312.524185  22387.710750   5856.731672   -144.935519
+PG27  -7466.427998  15746.714346 -19280.642619    301.477513
+PG28 -20724.568326  -9690.458858 -13180.927503     64.609466
+PG29   7857.778723  17520.342587  18437.249405    236.682004
+PG30  20520.188322  16879.714465    198.975997     89.720915
+PG31  25449.925368  -7748.164729   2190.758670    136.000404
+PG32  -2901.623333 -21154.463785 -15794.559988   -322.253596
+PR01  15267.638868  20149.921352  -3339.618435 999999.999999
+PR02  15662.020502   7194.350569 -18789.067047 999999.999999
+PR03  20500.919327  -7400.205180  13152.824062 999999.999999
+PR04 -14630.934091  17413.733838 -11529.213872 999999.999999
+PR05 -15258.850028 -20181.683005   3248.293675 999999.999999
+PR06 -15787.379006  -7899.159262  18389.960592 999999.999999
+PR07  -5718.806498  10943.472698  22319.590168 999999.999999
+PR08   5814.225706  20711.633413  13719.566533 999999.999999
+PR09 -25275.324000   -140.914653   3063.532566 999999.999999
+PR10 -20598.961933   7408.247657 -13196.387503 999999.999999
+PR11  -3555.894762  10727.738858 -22866.159986 999999.999999
+PR12  15637.025054   7850.713647 -18514.604078 999999.999999
+PR13  25264.686498   -166.929759  -3450.580999 999999.999999
+PR15   1190.119656 -10545.653869  23201.602411 999999.999999
+PR16 -16031.423693  -7720.115154  18287.439860 999999.999999
+PR17  14409.346662 -19098.647948   8734.525648 999999.999999
+PR18   6697.578781 -22866.285568  -8931.624226 999999.999999
+PR19  -4401.722277 -13350.752389 -21288.216553 999999.999999
+PR20 -13470.397271   4621.729343 -21174.951709 999999.999999
+PR21 -14262.169134  19052.306915  -9052.979618 999999.999999
+PR22  -6928.838383  23094.661956   8554.831886 999999.999999
+PR23   4602.089604  13290.332933  21269.759011 999999.999999
+PR24  13207.741179  -3948.522814  21438.273503 999999.999999
+*  2011  9  3 14 45  0.00000000
+PG02 -19519.690506  14571.089774  10036.269173    354.245721
+PG03  10892.628744 -20326.022642  12465.421324    763.398385
+PG04 -25914.601991   5221.258894  -4282.307737    220.463481
+PG05  -9940.002094  11740.437090  21640.496713   -213.093356
+PG06  14203.334668 -15885.228410  15841.003994    -79.855652
+PG07 -16621.808372  -8287.875206  19084.270072     25.008091
+PG08 -23371.074730  -3048.652901  12840.001167      9.048065
+PG09  -3151.764514  16162.380248 -21398.199318    103.272024
+PG10 -21243.000663  -4857.106628  15220.081145    -11.964478
+PG11   3577.378664 -19579.238071 -17783.169786   -182.631606
+PG12   8151.584423  20851.507448 -14414.500992     20.009706
+PG13  -5795.219706 -19489.724817  16907.531933    253.293846
+PG14  15104.842941   -402.025730 -21656.261325    170.381233
+PG15  -4114.644414  26119.983135  -1102.728076   -107.856622
+PG16   8773.494824 -12111.379956  21946.873863   -195.602727
+PG17 -15564.524253   1106.030880 -21320.231139    176.646242
+PG18  20489.957569  17093.247282  -1722.397215    155.503224
+PG19   8288.062109 -24998.515671   1097.781469   -179.905591
+PG20 -10024.319577 -20913.078565 -13145.328743     52.487104
+PG21  19848.708073   6909.161116  17011.782080   -169.002078
+PG22  21882.041171   6579.833920 -13452.089269    144.860957
+PG23  -1206.660966 -24641.538113   9358.686998    278.938135
+PG24    785.837694 -15929.447413 -21149.688874    420.828602
+PG25  17348.543669  19548.754772  -4829.344307     17.010183
+PG26 -12229.194670  21459.251932   8621.653071   -144.946602
+PG27  -9639.769307  16346.386102 -17776.617268    301.481334
+PG28 -21592.448474 -10847.322245 -10784.271441     64.611999
+PG29   7169.589105  19403.287015  16752.866202    236.684974
+PG30  20279.288799  17028.820377  -2642.610481     89.717610
+PG31  25560.358084  -7589.316378   -689.209857    136.005350
+PG32  -1499.780113 -19800.804641 -17573.294464   -322.259834
+PR01  15505.176897  20246.074217   -139.848936 999999.999999
+PR02  17000.742957   8936.960717 -16769.460736 999999.999999
+PR03  21933.469451  -7728.970306  10352.909787 999999.999999
+PR04 -13857.950146  16019.384855 -14197.392901 999999.999999
+PR05 -15489.435326 -20267.394360     48.795982 999999.999999
+PR06 -17102.029946  -9592.781300  16286.849289 999999.999999
+PR07  -7462.652544   8779.308519  22754.203712 999999.999999
+PR08   4824.032834  19157.356539  16148.482971 999999.999999
+PR09 -24686.121082    -30.720627   6224.900232 999999.999999
+PR10 -22023.718762   7747.575921 -10408.654508 999999.999999
+PR11  -6313.925813  11052.634335 -22097.463328 999999.999999
+PR12  13245.349509   7966.483002 -20266.257313 999999.999999
+PR13  24630.202118   -288.710367  -6607.322585 999999.999999
+PR15   4008.127761 -10875.337983  22736.595884 999999.999999
+PR16 -13659.488937  -7823.622526  20069.146082 999999.999999
+PR17  13743.953117 -18020.552595  11626.635482 999999.999999
+PR18   6950.988497 -23761.618472  -5878.748206 999999.999999
+PR19  -3394.455909 -15680.879143 -19834.159899 999999.999999
+PR20 -12282.682076   2218.827461 -22252.527132 999999.999999
+PR21 -13598.454960  17930.202072 -11922.515141 999999.999999
+PR22  -7141.006256  23947.435090   5500.936557 999999.999999
+PR23   3616.371997  15630.311913  19820.443245 999999.999999
+PR24  12043.349229  -1498.758949  22411.885019 999999.999999
+*  2011  9  3 15  0  0.00000000
+PG02 -20576.875094  14631.925112   7445.227966    354.247299
+PG03  11114.696285 -18680.832642  14613.585861    763.403163
+PG04 -25432.891682   4747.580178  -6975.254480    220.473330
+PG05 -11834.058141  10150.727382  21501.351387   -213.098321
+PG06  14189.330069 -13968.525281  17600.799199    -79.847460
+PG07 -14534.180053  -9115.953484  20347.868044     25.009687
+PG08 -21879.105085  -3534.922179  15098.085586      9.049312
+PG09  -5289.783741  16925.021324 -20334.497987    103.274901
+PG10 -22348.648340  -6090.702651  13109.270615    -11.965491
+PG11   5310.615072 -20460.900544 -16229.982784   -182.634621
+PG12   6730.989192  19805.027133 -16460.940028     20.011741
+PG13  -5201.825248 -21235.960229  14886.370525    253.292416
+PG14  14548.412183   2063.709109 -21951.517841    170.382897
+PG15  -4409.107381  26038.373786   1738.645324   -107.855160
+PG16  10647.196409 -10445.136759  22000.447904   -195.604871
+PG17 -15097.464144  -1341.762287 -21658.516053    176.644833
+PG18  20344.348534  17375.406514   1052.731005    155.504736
+PG19   8489.761898 -24640.633216   3952.558039   -179.909324
+PG20  -8602.553432 -20125.636667 -15232.465107     52.487324
+PG21  18063.840984   7704.359988  18571.992628   -169.004177
+PG22  22787.084556   7731.392643 -11185.917112    144.860883
+PG23   -784.177968 -25502.847433   6680.513908    278.935613
+PG24   3104.661960 -16546.857175 -20423.998804    420.829795
+PG25  16655.421330  19282.294979  -7573.666490     17.011759
+PG26 -12120.177418  20223.553914  11231.260157   -144.958190
+PG27 -11596.065997  16987.698197 -15946.636636    301.486121
+PG28 -22312.823375 -11757.495758  -8199.877458     64.614626
+PG29   6626.010105  21118.536599  14782.075955    236.688185
+PG30  19786.600627  17007.679873  -5439.017801     89.714378
+PG31  25373.337708  -7328.947213  -3557.445221    136.010612
+PG32    103.425081 -18387.019678 -19048.115445   -322.265806
+PR01  15499.038220  20019.983037   3062.638990 999999.999999
+PR02  18290.346598  10371.246679 -14423.723045 999999.999999
+PR03  22984.933201  -8102.981275   7350.641489 999999.999999
+PR04 -13080.732740  14280.185839 -16589.519763 999999.999999
+PR05 -15475.522526 -20031.831035  -3151.648297 999999.999999
+PR06 -18358.896674 -10971.709560  13866.737207 999999.999999
+PR07  -9370.884848   6722.173983  22746.793195 999999.999999
+PR08   3547.293239  17462.231093  18264.016554 999999.999999
+PR09 -23712.380005    -22.779524   9264.636297 999999.999999
+PR10 -23069.906769   8132.882104  -7419.991284 999999.999999
+PR11  -8921.368309  11562.628388 -20899.296882 999999.999999
+PR12  10681.124544   8286.960723 -21623.380645 999999.999999
+PR13  23613.681879   -297.600632  -9635.628136 999999.999999
+PR15   6709.188768 -11403.377621  21830.684093 999999.999999
+PR16 -11107.723540  -8132.209296  21460.984012 999999.999999
+PR17  13034.910186 -16577.642497  14291.933311 999999.999999
+PR18   7002.974227 -24313.641022  -2710.827167 999999.999999
+PR19  -2634.125001 -17889.797015 -17995.018118 999999.999999
+PR20 -11236.843664   -364.435678 -22898.251552 999999.999999
+PR21 -12898.811409  16445.178389 -14559.330115 999999.999999
+PR22  -7156.762434  24456.709027   2341.162908 999999.999999
+PR23   2875.280161  17846.767477  17985.802746 999999.999999
+PR24  11028.923498   1116.971428  22949.173167 999999.999999
+*  2011  9  3 15 15  0.00000000
+PG02 -21355.319466  14617.373027   4722.586938    354.248969
+PG03  11415.677017 -16814.821096  16499.548614    763.406646
+PG04 -24705.156737   4135.151000  -9551.291338    220.483213
+PG05 -13776.155385   8681.911641  20992.198041   -213.102868
+PG06  14255.877976 -11875.085558  19058.238038    -79.838992
+PG07 -12379.739283 -10105.965253  21263.498670     25.011713
+PG08 -20189.760529  -4186.291406  17103.694926      9.049121
+PG09  -7259.093069  17752.207636 -18936.945880    103.277455
+PG10 -23315.843880  -7110.005621  10774.238788    -11.967859
+PG11   6863.151892 -21297.565296 -14400.346650   -182.637809
+PG12   5083.153687  18706.388629 -18225.930758     20.014017
+PG13  -4755.745098 -22771.413264  12605.829312    253.290703
+PG14  14126.360666   4566.506630 -21862.851829    170.384744
+PG15  -4676.491122  25652.206227   4549.775716   -107.853742
+PG16  12595.063623  -8895.433268  21676.303751   -195.606789
+PG17 -14755.653730  -3825.064126 -21618.841170    176.643529
+PG18  19969.058790  17474.276958   3810.198900    155.506793
+PG19   8645.415984 -23977.898557   6737.751025   -179.913145
+PG20  -6964.199765 -19283.228053 -17060.563922     52.487886
+PG21  16175.653590   8648.138353  19828.913367   -169.006295
+PG22  23534.070659   8674.063572  -8726.687253    144.860995
+PG23   -445.497952 -26075.117616   3884.937554    278.932834
+PG24   5296.389631 -17243.857008 -19343.218310    420.832810
+PG25  15703.374326  18875.431452 -10187.951064     17.013364
+PG26 -12025.296353  18694.951785  13637.528153   -144.969785
+PG27 -13305.456256  17631.960199 -13825.011934    301.491397
+PG28 -22847.136083 -12432.315627  -5473.667644     64.617211
+PG29   6209.300763  22626.144100  12558.485850    236.691052
+PG30  19029.928705  16851.776775  -8142.814493     89.710963
+PG31  24905.773416  -6932.059405  -6365.039655    136.015640
+PG32   1892.244107 -16955.442537 -20191.976000   -322.271850
+PR01  15209.511483  19509.778647   6205.591774 999999.999999
+PR02  19470.003687  11485.907332 -11797.479969 999999.999999
+PR03  23637.038621  -8465.226954   4204.693151 999999.999999
+PR04 -12354.483672  12225.610168 -18659.109528 999999.999999
+PR05 -15177.616399 -19513.304576  -6290.868309 999999.999999
+PR06 -19496.850504 -12026.579870  11176.683396 999999.999999
+PR07 -11397.217420   4821.767707  22297.397899 999999.999999
+PR08   1988.961212  15689.291739  20025.163295 999999.999999
+PR09 -22385.567627   -165.691259  12123.335387 999999.999999
+PR10 -23719.483692   8507.426899  -4288.089868 999999.999999
+PR11 -11316.343538  12225.986095 -19294.690362 999999.999999
+PR12   8011.455427   8825.818330 -22560.252506 999999.999999
+PR13  22248.720673   -145.458491 -12476.702608 999999.999999
+PR15   9228.304940 -12102.312100  20501.748281 999999.999999
+PR16  -8442.465106  -8660.313531  22435.482156 999999.999999
+PR17  12339.759988 -14790.083746  16678.548953 999999.999999
+PR18   6899.973928 -24490.534919    510.140383 999999.999999
+PR19  -2112.009228 -19912.160726 -15806.478191 999999.999999
+PR20 -10368.353114  -3067.991443 -23099.366347 999999.999999
+PR21 -12220.324462  14619.095974 -16912.127728 999999.999999
+PR22  -7023.038831  24592.222414   -863.662918 999999.999999
+PR23   2369.533563  19874.548887  15801.508478 999999.999999
+PR24  10197.627848   3837.038469  23039.653663 999999.999999
+*  2011  9  3 15 30  0.00000000
+PG02 -21856.177397  14490.547318   1916.307769    354.250642
+PG03  11817.729942 -14764.806093  18088.988915    763.410422
+PG04 -23760.775799   3361.304297 -11967.454084    220.493077
+PG05 -15724.024868   7356.652508  20122.129362   -213.107983
+PG06  14423.397880  -9644.374164  20189.134921    -79.830842
+PG07 -10206.529386 -11250.534793  21814.858152     25.013305
+PG08 -18345.723454  -5017.583751  18822.436205      9.050302
+PG09  -9029.242327  18608.818040 -17227.531032    103.281341
+PG10 -24106.094056  -7923.143770   8255.630891    -11.969101
+PG11   8222.980959 -22052.315344 -12324.280845   -182.640708
+PG12   3225.034961  17598.064981 -19678.942563     20.015958
+PG13  -4432.736126 -24058.483361  10105.835354    253.289201
+PG14  13846.096959   7055.262604 -21392.308453    170.386697
+PG15  -4953.085004  24965.514032   7281.789690   -107.852130
+PG16  14575.397668  -7489.617909  20980.898828   -195.608890
+PG17 -14545.511974  -6294.415273 -21202.629267    176.642125
+PG18  19347.945238  17420.927214   6503.902546    155.508358
+PG19   8792.740425 -23015.776286   9404.387763   -179.916607
+PG20  -5125.490332 -18424.216847 -18598.749251     52.488013
+PG21  14225.868820   9739.688189  20761.395782   -169.008575
+PG22  24087.516971   9419.064585  -6117.184670    144.860177
+PG23   -156.016794 -26341.559893   1021.023089    278.930156
+PG24   7323.538810 -17991.482777 -17925.400492    420.835306
+PG25  14488.886504  18367.753684 -12627.352621     17.014902
+PG26 -11981.869422  16897.448909  15795.866020   -144.981475
+PG27 -14747.254627  18237.528398 -11451.470127    301.494855
+PG28 -23161.415818 -12891.131306  -2653.405205     64.619954
+PG29   5895.189510  23891.526028  10120.028345    236.693823
+PG30  18005.137831  16599.325337 -10708.547628     89.707371
+PG31  24182.415092  -6368.143564  -9063.851624    136.020607
+PG32   3842.801148 -15546.303191 -20983.410513   -322.277992
+PR01  14606.784602  18762.476258   9227.935794 999999.999999
+PR02  20479.920305  12282.425221  -8941.816708 999999.999999
+PR03  23885.250093  -8757.398020    976.562670 999999.999999
+PR04 -11728.991525   9896.812157 -20365.961628 999999.999999
+PR05 -14566.143396 -18758.956661  -9307.886792 999999.999999
+PR06 -20456.193727 -12760.894694   8269.028654 999999.999999
+PR07 -13487.611432   3118.837732  21414.646295 999999.999999
+PR08    166.506980  13901.259934  21397.797518 999999.999999
+PR09 -20748.513378   -500.870402  14745.151701 999999.999999
+PR10 -23967.862501   8813.127028  -1073.400069 999999.999999
+PR11 -13444.963386  13001.026984 -17314.618589 999999.999999
+PR12   5305.867566   9584.465062 -23059.393285 999999.999999
+PR13  20580.011892    208.273325 -15075.437038 999999.999999
+PR15  11507.601234 -12934.029550  18775.813268 999999.999999
+PR16  -5732.973006  -9410.116978  22973.243124 999999.999999
+PR17  11712.363249 -12690.604979  18740.115672 999999.999999
+PR18   6694.190380 -24272.775863   3721.132086 999999.999999
+PR19  -1807.505231 -21687.368192 -13311.012876 999999.999999
+PR20  -9701.733987  -5825.953477 -22851.729960 999999.999999
+PR21 -11616.072195  12486.235095 -18935.239084 999999.999999
+PR22  -6792.167389  24335.753307  -4051.869704 999999.999999
+PR23   2078.039226  21653.369369  13310.032391 999999.999999
+PR24   9571.409639   6594.602213  22681.556853 999999.999999
+*  2011  9  3 15 45  0.00000000
+PG02 -22089.176327  14216.920330   -923.954864    354.252251
+PG03  12336.582927 -12572.934314  19353.060523    763.415353
+PG04 -22634.179410   2409.519899 -14183.476747    220.503199
+PG05 -17632.900481   6189.992064  18906.414016   -213.112582
+PG06  14705.562924  -7319.652829  20974.984649    -79.822611
+PG07  -8061.435305 -12533.979211  21991.805376     25.014920
+PG08 -16393.056787  -6035.430408  20224.400429      9.050846
+PG09 -10576.800730  19455.515504 -15233.323050    103.284532
+PG10 -24684.762765  -8545.776207   5596.872717    -11.969556
+PG11   9385.184317 -22687.995621 -10036.306352   -182.643583
+PG12   1181.762073  16519.901346 -20794.690498     20.018130
+PG13  -4202.459521 -25066.546250   7430.098337    253.287316
+PG14  13706.481629   9478.789705 -20548.683414    170.388068
+PG15  -5273.974408  23991.036262   9887.244226   -107.850703
+PG16  16543.131641  -6247.354356  19926.973993   -195.610664
+PG17 -14465.261636  -8700.423277 -20417.916770    176.640775
+PG18  18472.021125  17249.837815   9089.082623    155.509989
+PG19   8968.315124 -21768.746418  11905.694221   -179.920395
+PG20  -3110.020033 -17584.470867 -19821.045018     52.488573
+PG21  12256.279745  10970.728798  21353.245366   -169.010940
+PG22  24416.432793   9984.607290  -3402.582374    144.860325
+PG23    121.132470 -26294.321432  -1860.860044    278.927358
+PG24   9154.802757 -18755.591383 -16194.628332    420.838766
+PG25  13017.085293  17800.027720 -14850.040353     17.016516
+PG26 -12022.979162  14863.962358  17666.116871   -144.992294
+PG27 -15910.534506  18761.637572  -8870.231450    301.500945
+PG28 -23227.586890 -13160.262797    212.176165     64.622675
+PG29   5653.971954  24886.693216   7508.331161    236.696876
+PG30  16716.383859  16289.664945 -13093.453956     89.704024
+PG31  23234.915623  -5612.567438 -11607.321560    136.025564
+PG32   5923.759853 -14196.187535 -21407.026499   -322.284192
+PR01  13672.420460  17831.859200  12070.967202 999999.999999
+PR02  21263.904421  12774.740634  -5912.279631 999999.999999
+PR03  23738.833271  -8922.589469  -2270.654669 999999.999999
+PR04 -11246.437490   7345.142531 -21676.939590 999999.999999
+PR05 -13622.919910 -17822.642761 -12144.106200 999999.999999
+PR06 -21181.237226 -13190.618782   5200.371735 999999.999999
+PR07 -15582.369309   1643.680568  20115.596837 999999.999999
+PR08  -1890.556945  12157.981901  22355.327116 999999.999999
+PR09 -18853.666836  -1060.536728  17078.909181 999999.999999
+PR10 -23823.983654   8993.200198   2162.016719 999999.999999
+PR11 -15263.350890  13837.940262 -14997.416207 999999.999999
+PR12   2633.621788  10551.899864 -23111.848063 999999.999999
+PR13  18661.532256    794.617636 -17381.473627 999999.999999
+PR15  13498.471430 -13851.420620  16686.527007 999999.999999
+PR16  -3048.754098 -10371.294258  23063.355564 999999.999999
+PR17  11200.499854 -10323.336266  20436.670817 999999.999999
+PR18   6441.115471 -23654.020562   6859.363517 999999.999999
+PR19  -1689.219904 -23161.969633 -10557.059517 999999.999999
+PR20  -9249.587161  -8569.114493 -22159.916220 999999.999999
+PR21 -11132.759879  10092.065736 -20589.506957 999999.999999
+PR22  -6519.461236  23681.940557  -7162.096582 999999.999999
+PR23   1969.008398  23130.201871  10559.819941 999999.999999
+PR24   9160.147214   9320.164131  21881.862900 999999.999999
+*  2011  9  3 16  0  0.00000000
+PG02 -22072.120261  13765.895693  -3747.804431    354.254267
+PG03  12980.734100 -10285.133381  20268.996216    763.419476
+PG04 -21363.568157   1270.219800 -16162.397984    220.513425
+PG05 -19457.118094   5188.941497  17366.214306   -213.117449
+PG06  15108.725663  -4946.490070  21403.215007    -79.814323
+PG07  -5988.531637 -13932.758356  21790.580106     25.016582
+PG08 -14379.597318  -7237.803310  21284.695133      9.049306
+PG09 -11886.086556  20250.181714 -12986.158712    103.287777
+PG10 -25022.377595  -9000.247046   2843.420864    -11.969088
+PG11  10351.984685 -23168.678350  -7574.937859   -182.646483
+PG12  -1014.110535  15507.588114 -21553.588416     20.020391
+PG13  -4029.869452 -25773.056256   4625.310225    253.285957
+PG14  13697.951584  11787.631720 -19347.322692    170.390055
+PG15  -5671.468619  22749.770227  12320.973366   -107.849297
+PG16  18451.437226  -5180.053139  18533.282746   -195.612596
+PG17 -14505.077855 -10995.492675 -19279.154598    176.639157
+PG18  17339.883707  16997.470293  11522.988096    155.511404
+PG19   9205.945095 -20259.813837  14197.962306   -179.924045
+PG20   -948.043765 -16795.990746 -20706.788043     52.488735
+PG21  10307.362041  12325.630301  21593.505080   -169.012993
+PG22  24495.536568  10394.962563   -629.646288    144.859998
+PG23    423.400819 -25934.796989  -4709.982336    278.924579
+PG24  10766.100063 -19498.207599 -14180.624610    420.841850
+PG25  11301.719743  17212.534877 -16817.907699     17.018137
+PG26 -12175.917948  12635.176159  19213.472149   -145.003152
+PG27 -16794.281935  19162.268543  -6129.000984    301.507558
+PG28 -23024.536203 -13271.721439   3074.214889     64.625106
+PG29   5451.824289  25591.243243   4768.023560    236.699946
+PG30  15176.040430  15961.646110 -15258.104513     89.700595
+PG31  22100.633141  -4647.755153 -13951.279749    136.030532
+PG32   8097.304642 -12936.633579 -21453.893529   -322.290161
+PR01  12400.363373  16776.097031  14679.493132 999999.999999
+PR02  21771.801274  12988.406738  -2767.790542 999999.999999
+PR03  23220.349886  -8907.950379  -5473.524201 999999.999999
+PR04 -10939.540048   4630.243904 -22566.611941 999999.999999
+PR05 -12342.151843 -16762.551588 -14744.447634 999999.999999
+PR06 -21622.728987 -13343.254475   2030.459747 999999.999999
+PR07 -17618.484526    415.089407  18425.414443 999999.999999
+PR08  -4141.657490  10514.007149  22879.203471 999999.999999
+PR09 -16760.965936  -1866.103642  19079.114956 999999.999999
+PR10 -23309.844877   8994.766306   5355.665619 999999.999999
+PR11 -16739.249962  14680.965332 -12388.044140 999999.999999
+PR12     61.065440  11705.098827 -22717.302842 999999.999999
+PR13  16554.358970   1633.521378 -19350.174499 999999.999999
+PR15  15163.338960 -14800.421363  14274.498870 999999.999999
+PR16   -456.878071 -11521.306332  22703.641566 999999.999999
+PR17  10843.748486  -7742.178549  21735.424598 999999.999999
+PR18   6196.922583 -22641.449258   9863.541812 999999.999999
+PR19  -1716.525094 -24291.795434  -7598.082260 999999.999999
+PR20  -9012.132965 -11227.592534 -21037.144071 999999.999999
+PR21 -10808.647954   7491.557336 -21843.034274 999999.999999
+PR22  -6260.678723  22638.595900 -10134.443327 999999.999999
+PR23   2001.531655  24261.387326   7604.345524 999999.999999
+PR24   8961.324766  11944.236672  20656.164725 999999.999999
+*  2011  9  3 16 15  0.00000000
+PG02 -21830.067030  13112.232654  -6505.078369    354.255799
+PG03  13750.971853  -7949.409168  20820.572267    763.424853
+PG04 -19989.509774    -58.690571 -17871.119577    220.523632
+PG05 -21151.755186   4352.388614  15528.206265   -213.122151
+PG06  15631.638360  -2571.201194  21467.338295    -79.806110
+PG07  -4027.536435 -15416.240807  21213.916216     25.018306
+PG08 -12353.274945  -8613.868520  21983.919510      9.048491
+PG09 -12949.633018  20949.482781 -10522.256369    103.289664
+PG10 -25095.741150  -9314.503060     42.003124    -11.971104
+PG11  11132.520777 -23461.118872  -4982.084549   -182.649514
+PG12  -3323.638493  14591.300127 -21942.111290     20.022372
+PG13  -3876.787095 -26164.337426   1740.296396    253.284020
+PG14  13802.990994  13935.803029 -17809.800961    170.391804
+PG15  -6173.646019  21270.211795  14540.888463   -107.847912
+PG16  20253.396313  -4290.628303  16824.228069   -195.614649
+PG17 -14647.565385 -13135.475060 -17806.894314    176.637863
+PG18  15957.873422  16700.788598  13765.497158    155.513317
+PG19   9535.147197 -18519.686198  16241.348096   -179.927715
+PG20   1324.474871 -16085.699095 -21240.957960     52.489610
+PG21   8416.926906  13781.802310  21476.688261   -169.015333
+PG22  24306.257643  10679.304374   2154.072658    144.859784
+PG23    787.118196 -25273.578098  -7476.208387    278.921744
+PG24  12141.344216 -20179.046763 -11918.246992    420.844573
+PG25   9364.813113  16643.442124 -18497.217943     17.019779
+PG26 -12460.885731  10258.049301  20409.265860   -145.014427
+PG27 -17407.125553  19399.963610  -3277.911223 999999.999999
+PG28 -22538.907769 -13261.751571   5884.522799     64.627670
+PG29   5252.282440  25993.076604   1945.989334    236.702685
+PG30  13404.330341  15652.066855 -17166.977909     89.697314
+PG31  20821.214984  -3464.107725 -16054.732228    136.035635
+PG32  10320.404021 -11792.925472 -21121.813698   -322.296084
+PR01  10797.433428  15655.199255  17002.901914 999999.999999
+PR02  21961.692852  12959.262781    430.505035 999999.999999
+PR03  22364.605369  -8667.165693  -8569.534091 999999.999999
+PR04 -10830.116592   1817.805298 -23017.742271 999999.999999
+PR05 -10730.922576 -15638.661168 -17058.420267 999999.999999
+PR06 -21740.029885 -13256.436792  -1178.984792 999999.999999
+PR07 -19532.149649   -560.204904  16376.888186 999999.999999
+PR08  -6536.610949   9016.407857  22959.276877 999999.999999
+PR09 -14535.407489  -2927.034422  20706.854875 999999.999999
+PR10 -22459.507482   8771.296728   8445.807239 999999.999999
+PR11 -17853.155866  15470.846087  -9537.220927 999999.999999
+PR12  -2350.872912  13009.917533 -21884.036516 999999.999999
+PR13  14324.211302   2732.787130 -20943.476097 999999.999999
+PR15  16476.962444 -15722.359329  11586.509890 999999.999999
+PR16   1980.605179 -12826.229568  21900.732100 999999.999999
+PR17  10671.734761  -5008.773230  22611.382890 999999.999999
+PR18   6015.841231 -21255.549952  12675.083823 999999.999999
+PR19  -1841.507628 -25043.713857  -4491.535546 999999.999999
+PR20  -8977.290991 -13733.517576 -19505.038571 999999.999999
+PR21 -10671.859931   4747.101286 -22671.783965 999999.999999
+PR22  -6069.474248  21226.493297 -12911.596035 999999.999999
+PR23   2127.544932  25014.367222   4501.069375 999999.999999
+PR24   8960.247734  14400.019533  19028.361412 999999.999999
+*  2011  9  3 16 30  0.00000000
+PG02 -21394.214375  12237.258586  -9146.823630    354.257557
+PG03  14640.235872  -5614.064403  20998.419365    763.429043
+PG04 -18553.463998  -1571.553810 -19280.912344    220.533823
+PG05 -22674.248659   3671.324493  13424.109644   -213.126904
+PG06  16265.474522   -239.276452  21167.003585    -79.797873
+PG07  -2212.430777 -16947.760357  20271.044766     25.019857
+PG08 -10360.416710 -10144.173249  22308.571625      9.048450
+PG09 -13768.368438  21510.516420  -7881.755803    103.292227
+PG10 -24888.810425  -9520.819362  -2760.139792    -11.972602
+PG11  11742.349778 -23536.143808  -2302.364702   -182.652332
+PG12  -5702.775148  13794.555155 -21953.058945     20.024601
+PG13  -3703.594924 -26236.034280  -1174.863917    253.282884
+PG14  13996.926174  15882.384989 -15963.488256    170.393521
+PG15  -6803.075183  19587.314623  16508.716590   -107.846304
+PG16  21903.674988  -3573.583535  14829.415612   -195.616638
+PG17 -14868.541114 -15081.175714 -16027.369500    176.636391
+PG18  14339.962595  16395.784200  15779.691994    155.515086
+PG19   9979.825208 -16585.656468  18000.584067   -179.931406
+PG20   3667.028501 -15474.433817 -21414.420133     52.490227
+PG21   6618.858857  15310.341006  21002.955145   -169.018127
+PG22  23837.486785  10870.379543   4901.045181    144.859748
+PG23   1245.834898 -24330.041616 -10110.938581    278.919090
+PG24  13272.899069 -20757.152362  -9446.876239    420.846849
+PG25   7236.002906  16127.266761 -19859.175393     17.021439
+PG26 -12890.006262   7784.045187  21231.619250   -145.025338
+PG27 -17766.669139  19439.508400   -368.451773    301.517651
+PG28 -21765.604439 -13169.253557   8596.335324     64.630470
+PG29   5017.830474  26088.808611   -909.422038    236.705776
+PG30  11428.680438  15394.214588 -18788.959443     89.694223
+PG31  19441.014628  -2060.624131 -17880.609696    136.040870
+PG32  12546.310046 -10783.140154 -20415.460340   -322.301988
+PR01   8883.287532  14528.412507  18996.141631 999999.999999
+PR02  21801.768282  12731.682863   3620.432471 999999.999999
+PR03  21217.096117  -8162.662443 -11498.334609 999999.999999
+PR04 -10928.122307  -1022.931250 -23021.619501 999999.999999
+PR05  -8809.147889 -14510.139027 -19041.100507 999999.999999
+PR06 -21502.943757 -12976.109077  -4365.476320 999999.999999
+PR07 -21261.318146  -1287.577167  14009.798809 999999.999999
+PR08  -9017.481952   7702.929148  22593.991124 999999.999999
+PR09 -12244.424217  -4240.215652  21930.553015 999999.999999
+PR10 -21317.619555   8284.809350  11372.636033 999999.999999
+PR11 -18598.918034  16147.455057  -6500.435236 999999.999999
+PR12  -4548.945106  14422.467107 -20628.713662 999999.999999
+PR13  12038.819532   4087.522278 -22130.613789 999999.999999
+PR15  17427.234796 -16556.504845   8674.610123 999999.999999
+PR16   4209.037176 -14242.088616  20669.966474 999999.999999
+PR17  10702.820920  -2190.157874  23047.813329 999999.999999
+PR18   5947.628331 -19529.354972  15239.272794 999999.999999
+PR19  -2011.231793 -25396.944999  -1297.748865 999999.999999
+PR20  -9121.295376 -16023.647040 -17593.226285 999999.999999
+PR21 -10739.140267   1926.134433 -23060.020362 999999.999999
+PR22  -5994.940458  19478.642702 -15439.909016 999999.999999
+PR23   2294.102333  25368.967992   1310.316503 999999.999999
+PR24   9130.788951  16625.971093  17030.188143 999999.999999
+*  2011  9  3 16 45  0.00000000
+PG02 -20800.543113  11129.815749 -11626.246668    354.259391
+PG03  15633.824673  -3325.918467  20800.172466    763.434162
+PG04 -17096.286065  -3254.974764 -20367.864896    220.543808
+PG05 -23985.929719   3129.378480  11090.136474   -213.131651
+PG06  16994.147351   2006.145386  20507.952712    -79.789379
+PG07   -570.298709 -18485.925657  18977.583412     25.021628
+PG08  -8444.097132 -11801.168196  22251.376568      9.048441
+PG09 -14351.496850  21892.485872  -5108.181046    103.293542
+PG10 -24393.316527  -9654.382786  -5516.001448    -11.972970
+PG11  12202.690526 -23369.913478    417.657366   -182.655323
+PG12  -8103.864745  13133.337005 -21585.714708     20.026906
+PG13  -3470.982022 -25993.207155  -4069.729976    253.280977
+PG14  14249.008771  17592.917869 -13841.016606    170.395237
+PG15  -7575.762841  17741.210856  18190.663510   -107.844937
+PG16  23360.138430  -3015.420147  12583.132409   -195.618669
+PG17 -15138.086726 -16799.660448 -13971.983902    176.635069
+PG18  12507.379995  16116.054883  17532.384665    155.516633
+PG19  10557.187041 -14500.238558  19445.591379   -179.935077
+PG20   6035.902672 -14976.182335 -21224.078517     52.490677
+PG21   4941.982013  16876.920095  20178.225844   -169.019752
+PG22  23086.049882  11003.056622   7564.556050    144.859527
+PG23   1828.779968 -23131.595385 -12568.016204    278.916435
+PG24  14161.699610 -21192.581604  -6809.708606    420.849868
+PG25   4951.593025  15693.494292 -20880.413081     17.023093
+PG26 -13466.711441   5267.165249  21665.912571   -145.037062
+PG27 -17898.471673  19251.409439   2547.580591    301.522808
+PG28 -20707.988465 -13034.149194  11165.004017     64.633251
+PG29   4711.537282  25883.860335  -3749.213674    236.708664
+PG30   9282.827470  15216.562987 -20097.764768     89.690829
+PG31  18005.400691   -445.192822 -19396.463849    136.045763
+PG32  14726.235787  -9917.491893 -19346.374842   -322.308083
+PR01   6689.848324  13451.670972  20620.588486 999999.999999
+PR02  21271.785817  12356.475651   6740.001606 999999.999999
+PR03  19832.024811  -7367.445244 -14202.928228 999999.999999
+PR04 -11231.206466  -3821.808797 -22578.222492 999999.999999
+PR05  -6608.998765 -13432.796083 -20654.002091 999999.999999
+PR06 -20893.123496 -12554.357920  -7466.993209 999999.999999
+PR07 -22748.212765  -1784.034179  11370.147732 999999.999999
+PR08 -11520.775461   6600.546449  21790.413766 999999.999999
+PR09  -9955.180270  -5789.874534  22726.580380 999999.999999
+PR10 -19937.516069   7507.716955  14079.426582 999999.999999
+PR11 -18983.789070  16652.475493  -3336.858767 999999.999999
+PR12  -6489.512577  15890.904165 -18976.025512 999999.999999
+PR13   9765.230783   5680.128740 -22888.703982 999999.999999
+PR15  18015.445506 -17242.721406   5595.120025 999999.999999
+PR16   6183.210641 -15716.639255  19035.115420 999999.999999
+PR17  10943.290811    643.793451  23036.547436 999999.999999
+PR18   6035.245458 -17507.164388  17506.329544 999999.999999
+PR19  -2170.218123 -25343.875865   1921.245581 999999.999999
+PR20  -9409.820624 -18041.801070 -15338.771491 999999.999999
+PR21 -11015.112532   -901.436447 -23000.585829 999999.999999
+PR22  -6079.343158  17439.075857 -17670.424195 999999.999999
+PR23   2445.858590  25318.183607  -1905.900122 999999.999999
+PR24   9436.633109  18568.167818  14700.592007 999999.999999
+*  2011  9  3 17  0  0.00000000
+PG02 -20088.276935   9786.900746 -13899.613350    354.261018
+PG03  16709.937981  -1128.607477  20230.458251    763.436850
+PG04 -15656.760573  -5088.118471 -21113.270502    220.553721
+PG05 -25053.418137   2703.639247   8566.367979   -213.136589
+PG06  17794.910206   4125.703516  19501.883933    -79.779825
+PG07    879.565436 -19986.134957  17355.310641     25.023224
+PG08  -6642.597225 -13550.054736  21811.524092      9.049856
+PG09 -14716.074290  22058.341893  -2247.825166    103.296124
+PG10 -23609.106627  -9751.785997  -8179.537278    -11.974316
+PG11  12539.432482 -22945.003108   3130.299950   -182.658401
+PG12 -10477.285902  12615.518980 -20845.893912     20.029138
+PG13  -3141.670088 -25450.071662  -6894.387091    253.279645
+PG14  14523.740520  19040.536274 -11479.660086    170.396784
+PG15  -8500.369912  15775.745123  19557.989549   -107.843335
+PG16  24585.348297  -2595.347984  10123.760639   -195.620606
+PG17 -15421.826422 -18265.315301 -11676.719162    176.633444
+PG18  10487.985545  15891.484679  18994.591775    155.518290
+PG19  11276.946557 -12309.614231  20551.981589   -179.938735
+PG20   8385.636201 -14597.584942 -20672.936159     52.491221
+PG21   3409.096570  18442.902943  19014.221535   -169.021989
+PG22  22056.890006  11112.810424  10099.470299    144.859237
+PG23   2559.501620 -21712.613877 -14804.579162    278.913843
+PG24  14817.031554 -21448.069068  -4052.966646    420.851636
+PG25   2553.353607  15365.402426 -21543.389192     17.024720
+PG26 -14185.523712   2761.880486  21705.068261   -145.048060
+PG27 -17834.734230  18813.110751   5419.082715    301.528198
+PG28 -19377.783051 -12895.748926  13548.627505     64.635684
+PG29   4298.678296  25392.223867  -6524.575724    236.711646
+PG30   7005.709667  15141.666692 -21072.287867     89.687607
+PG31  16559.023001   1365.464100 -20575.095359    136.051057
+PG32  16811.142470  -9198.007750 -17932.815374   -322.314207
+PR01   4260.224475  12475.207129  21844.788734 999999.999999
+PR02  20364.064546  11888.525109   9728.614931 999999.999999
+PR03  18269.970559  -6266.482587 -16630.785814 999999.999999
+PR04 -11724.804432  -6510.429247 -21696.216237 999999.999999
+PR05  -4173.815291 -12456.701312 -21865.820558 999999.999999
+PR06 -19904.993077 -12047.000572 -10423.194167 999999.999999
+PR07 -23941.675056  -2077.244686   8509.262243 999999.999999
+PR08 -13979.871905   5724.489182  20564.101490 999999.999999
+PR09  -7731.900071  -7548.043105  23079.701594 999999.999999
+PR10 -18378.973471   6424.250363  16513.626472 999999.999999
+PR11 -19027.917418  16932.026273   -108.181449 999999.999999
+PR12  -8140.068782  17357.559057 -16958.188529 999999.999999
+PR13   7567.163264   7480.833575 -23203.173859 999999.999999
+PR15  18255.997465 -17724.105322   2407.554271 999999.999999
+PR16   7869.029186 -17191.527259  17027.931363 999999.999999
+PR17  11387.062595   3423.038383  22578.114842 999999.999999
+PR18   6312.841613 -15242.812736  19432.376694 999999.999999
+PR19  -2263.033107 -24890.342237   5102.919248 999999.999999
+PR20  -9799.571192 -19741.015269 -12785.462992 999999.999999
+PR21 -11492.066665  -3665.901783 -22495.009645 999999.999999
+PR22  -6356.142921  15161.191213 -19559.809884 999999.999999
+PR23   2527.655221  24868.423866  -5085.088619 999999.999999
+PR24   9832.965984  20182.353289  12084.966175 999999.999999
+*  2011  9  3 17 15  0.00000000
+PG02 -19298.226667   8213.969548 -15927.076289    354.262907
+PG03  17840.526209    938.961559  19300.725014    763.441628
+PG04 -14270.216711  -7043.283781 -21503.947222    220.563531
+PG05 -25849.823840   2365.728908   5896.070485   -213.141166
+PG06  18639.214540   6085.091629  18166.227930    -79.771322
+PG07   2126.245165 -21402.238840  15431.825567     25.024744
+PG08  -4988.033031 -15349.933902  20994.804512      9.050383
+PG09 -14886.286442  21976.331681    650.941881    103.298971
+PG10 -22544.199584  -9849.486975 -10706.365406    -11.975514
+PG11  12781.946776 -22251.252804   5787.642633   -182.661710
+PG12 -12773.183670  12240.612173 -19745.878991     20.031416
+PG13  -2682.051573 -24629.396008  -9600.312743    253.278119
+PG14  14782.383976  20206.807350  -8920.642827    170.398460
+PG15  -9577.725677  13736.880522  20587.489044   -107.841953
+PG16  25547.889248  -2286.269875   7493.136055   -195.622613
+PG17 -15682.376826 -19460.622464  -9181.475632    176.632173
+PG18   8315.416716  15747.068773  20141.955712    155.519848
+PG19  12140.839568 -10061.956238  21301.440684   -179.942348
+PG20  10670.552707 -14337.726000 -19770.061875     52.492202
+PG21   2036.223845  19966.644969  17528.424868   -169.024666
+PG22  20762.953948  11234.200013  12462.962652    144.858950
+PG23   3454.746276 -20113.109956 -16781.837528    278.911067
+PG24  15255.978075 -21490.598736  -1225.045211    420.853056
+PG25     87.113540  15159.136245 -21836.685939     17.026361
+PG26 -15032.244874    321.059579  21349.638670   -145.059028
+PG27 -17612.762854  18109.908330   8196.573624    301.534699
+PG28 -17794.686593 -12791.177019  15708.619298     64.638392
+PG29   3748.279035  24635.909633  -9187.722132    236.714736
+PG30   4640.184603  15185.289047 -21696.873868     89.684213
+PG31  15144.104054   3346.198253 -21395.098101    136.056055
+PG32  18753.561046  -8618.552481 -16199.456074   -322.320219
+PR01   1647.166879  11641.422758  22645.060706 999999.999999
+PR02  19083.963857  11384.273073  12528.246380 999999.999999
+PR03  16595.314909  -4857.585395 -18734.866512 999999.999999
+PR04 -12382.761212  -9024.752397 -20392.780063 999999.999999
+PR05  -1556.556026 -11624.057222 -22653.038129 999999.999999
+PR06 -18546.146142 -11511.028520 -13176.599302 999999.999999
+PR07 -24799.256982  -2204.114708   5482.794167 999999.999999
+PR08 -16327.605498   5077.770684  18938.802902 999999.999999
+PR09  -5633.342965  -9475.548878  22983.352157 999999.999999
+PR10 -16705.710751   5031.394716  18627.875204 999999.999999
+PR11 -18763.305243  16939.116430   3122.607144 999999.999999
+PR12  -9480.297593  18761.314232 -14614.311634 999999.999999
+PR13   5502.517799   9448.738532 -23068.031794 999999.999999
+PR15  18175.591867 -17949.505392   -826.512419 999999.999999
+PR16   9244.695444 -18604.732301  14687.533380 999999.999999
+PR17  12015.939226   6080.032556  21681.709012 999999.999999
+PR18   6804.126880 -12797.554586  20980.277596 999999.999999
+PR19  -2236.879615 -24055.365453   8185.463895 999999.999999
+PR20 -10240.267972 -21085.320019  -9982.964597 999999.999999
+PR21 -12150.281730  -6300.397817 -21553.449480 999999.999999
+PR22  -6848.386552  12705.722906 -21071.201800 999999.999999
+PR23   2487.100047  24039.218489  -8165.495461 999999.999999
+PR24  10268.535894  21435.591721   9234.257805 999999.999999
+*  2011  9  3 17 30  0.00000000
+PG02 -18471.091427   6424.896570 -17673.409985    354.264636
+PG03  18992.405154   2843.937880  18028.925226    763.446607
+PG04 -12967.273781  -9086.735585 -21532.486203    220.573437
+PG05 -26355.711153   2083.087919   3124.961634   -213.146169
+PG06  19493.792160   7856.140474  16523.841249    -79.763110
+PG07   3167.459811 -22688.286792  13240.096494     25.026177
+PG08  -3505.210606 -17155.221399  19813.632351      9.050276
+PG09 -14892.444451  21621.393098   3538.438481    103.301073
+PG10 -21214.556184  -9982.288481 -13054.434447    -11.976572
+PG11  12961.745818 -21286.344486   8342.436240   -182.664563
+PG12 -14943.224161  11999.850606 -18304.239766     20.033512
+PG13  -2063.675981 -23561.583236 -12141.205906    253.276460
+PG14  14984.597363  21082.243597  -6208.390213    170.400224
+PG15 -10800.657811  11671.039637  21261.866334   -107.840538
+PG16  26223.477886  -2056.001025   4735.860683   -195.624741
+PG17 -15880.910718 -20376.627441  -6529.360058    176.630371
+PG18   6028.034806  15701.922639  20955.110061    155.521553
+PG19  13142.469814  -7805.696233  21681.991749   -179.946009
+PG20  12846.308013 -14188.221484 -18530.462473     52.492556
+PG21    832.093380  21404.947142  15743.950290   -169.027015
+PG22  19224.789971  11399.397117  14615.200768    144.858671
+PG23   4523.621715 -18377.199837 -18465.760835    278.908458
+PG24  15502.556533 -21292.818198   1624.388445    420.854351
+PG25  -2398.801584  15083.070012 -21755.206068     17.027955
+PG26 -15984.537890  -2006.009016  20607.700326   -145.070492
+PG27 -17273.281779  17135.537631  10833.033861    301.538843
+PG28 -15985.719599 -12753.906258  17610.212508     64.640598
+PG29   3034.519774  23644.095661 -11692.715447    236.717249
+PG30   2231.618404  15355.789958 -21961.517542     89.680753
+PG31  13798.824836   5464.183828 -21841.305106    136.061302
+PG32  20509.369490  -8165.205324 -14176.940276   -322.326314
+PR01  -1088.875609  10983.108863  23005.946135 999999.999999
+PR02  17449.830388  10899.150940  15084.567533 999999.999999
+PR03  14873.534349  -3151.741516 -20474.521637 999999.999999
+PR04 -13168.460095 -11307.513187 -18693.271329 999999.999999
+PR05   1182.153564 -10967.425044 -23000.377749 999999.999999
+PR06 -16837.204166 -11002.016772 -15673.712055 999999.999999
+PR07 -25288.966154  -2208.969386   2349.631777 999999.999999
+PR08 -18498.879662   4651.243251  16946.003941 999999.999999
+PR09  -3710.529099 -11523.489048  22439.742533 999999.999999
+PR10 -14982.739780   3339.296972  20380.929563 999999.999999
+PR11 -18232.276256  16635.823053   6292.464712 999999.999999
+PR12 -10502.629139  20040.135490 -11989.644556 999999.999999
+PR13   3621.148527  11533.345236 -22485.974314 999999.999999
+PR15  17811.916229 -17875.818320  -4044.616942 999999.999999
+PR16  10301.376274 -19893.192688  12059.638354 999999.999999
+PR17  12800.384184   8552.284386  20364.986966 999999.999999
+PR18   7521.204741 -10237.659950  22120.334942 999999.999999
+PR19  -2044.077716 -22870.355116  11108.994472 999999.999999
+PR20 -10676.947388 -22051.070910  -6985.845476 999999.999999
+PR21 -12958.868249  -8743.428253 -20194.468772 999999.999999
+PR22  -7567.537222  10138.414110 -22174.930255 999999.999999
+PR23   2277.030169  22862.390015 -11087.306797 999999.999999
+PR24  10687.999063  22307.457517   6203.967627 999999.999999
+*  2011  9  3 17 45  0.00000000
+PG02 -17645.790019   4441.592291 -19108.637751    354.266223
+PG03  20128.582618   4560.582857  16439.065758    763.450462
+PG04 -11772.762460 -11179.769784 -21197.422791    220.583167
+PG05 -26559.790082   1820.420859    300.438895   -213.151125
+PG06  20321.921298   9417.669549  14602.622741    -79.754715
+PG07   4009.479692 -23800.288861  10817.904167     25.028045
+PG08  -2210.758014 -18917.280567  18286.948731      9.051201
+PG09 -14769.727508  20976.334340   6364.502329    103.303488
+PG10 -19643.574095 -10181.890425 -15184.652806    -11.977888
+PG11  13111.046353 -20056.074823  10749.022460   -182.667509
+PG12 -16942.303853  11876.612082 -16545.539730     20.035762
+PG13  -1264.527416 -22283.477297 -14473.765664    253.275085
+PG14  15090.128092  21666.475334  -3389.738713    170.401828
+PG15 -12154.143245   9623.445464  21570.003585   -107.838938
+PG16  26595.815389  -1868.677096   1898.579477   -195.626613
+PG17 -15978.773289 -21013.084576  -3765.933957    176.629544
+PG18   3667.705322  15768.509126  21419.986328    155.523214
+PG19  14267.486680  -5587.806686  21688.135746   -179.949386
+PG20  14871.397022 -14133.600861 -16974.860809     52.492951
+PG21   -202.100721  22714.613525  13689.315453   -169.029461
+PG22  17469.873758  11636.819139  16519.974094    144.858517
+PG23   5767.076825 -16551.426354 -19827.662071    278.905774
+PG24  15586.581616 -20834.235478   4445.319963    420.855921
+PG25  -4855.227371  15137.480205 -21300.263676     17.029489
+PG26 -17012.867916  -4175.410866  19494.565243   -145.081619
+PG27 -16858.672207  15892.424929  13284.644594    301.542211
+PG28 -13984.331465 -12812.448102  19222.902599     64.643527
+PG29   2137.945607  22452.010380 -13996.265223    236.720485
+PG30   -173.605448  15653.792344 -21861.988352     89.677286
+PG31  12555.871680   7679.983234 -21905.123155    136.066480
+PG32  22039.447768  -7816.974531 -11901.296728   -322.332180
+PR01  -3882.020722  10522.088352  22920.502915 999999.999999
+PR02  15492.414680  10485.069509  17347.999251 999999.999999
+PR03  13168.474615  -1172.893487 -21816.265906 999999.999999
+PR04 -14036.408753 -13310.357559 -16630.731191 999999.999999
+PR05   3976.293303 -10508.373740 -22901.097913 999999.999999
+PR06 -14811.140269 -10571.609470 -17866.059630 999999.999999
+PR07 -25390.590691  -2141.419384   -829.253281 999999.999999
+PR08 -20433.211591   4424.175452  14624.324005 999999.999999
+PR09  -2004.810467 -13635.125013  21459.788955 999999.999999
+PR10 -13273.674487   1371.124220  21738.477151 999999.999999
+PR11 -17485.519567  15995.098067   9339.545085 999999.999999
+PR12 -11212.274505  21133.653607  -9134.721061 999999.999999
+PR13   1962.983719  13676.493240 -21468.328336 999999.999999
+PR15  17211.890594 -17469.964777  -7184.595799 999999.999999
+PR16  11043.316242 -20995.498018   9195.653724 999999.999999
+PR17  13700.788210  10784.694046  18653.708458 999999.999999
+PR18   8463.910482  -7631.821841  22830.837527 999999.999999
+PR19  -1644.330229 -21377.811252  13816.714401 999999.999999
+PR20 -11052.474994 -22627.773510  -3852.509531 999999.999999
+PR21 -13877.092812 -10941.156536 -18444.656159 999999.999999
+PR22  -8512.794888   7527.487768 -22849.118814 999999.999999
+PR23   1857.753601  21380.730895 -13793.810048 999999.999999
+PR24  11034.448585  22790.712051   3053.061453 999999.999999
+*  2011  9  3 18  0  0.00000000
+PG02 -16857.893079   2293.299102 -20208.538600    354.268080
+PG03  21209.735613   6071.016568  14560.644195    763.455277
+PG04 -10704.862192 -13279.976936 -20503.325053    220.592900
+PG05 -26459.309265   1541.247275  -2529.217365   -213.156174
+PG06  21084.830077  10756.079360  12435.058739    -79.745868
+PG07   4666.699703 -24697.921908   8207.188297     25.029651
+PG08  -1112.575668 -20586.214116  16439.995705      9.051777
+PG09 -14556.712742  20032.743739   9079.376075    103.305781
+PG10 -17861.326202 -10475.565107 -17061.474588    -11.978778
+PG11  13261.297100 -18574.306161  12964.239701   -182.670573
+PG12 -18730.146672  11847.160155 -14499.931423     20.037876
+PG13   -270.045525 -20836.941832 -16558.407082    253.273425
+PG14  15060.498609  21968.081342   -513.119524    170.403582
+PG15 -13615.772187   7636.526090  21507.118062   -107.837099
+PG16  26657.154314  -1686.298481   -970.769560   -195.628749
+PG17 -15939.088895 -21378.280364   -938.436021    176.628071
+PG18   1278.451770  15952.110958  21528.058625    155.524716
+PG19  15494.082982  -3452.163514  21320.872841   -179.952973
+PG20  16708.564704 -14151.970549 -15129.381035     52.493591
+PG21  -1072.655409  23854.058808  11398.105979   -169.031691
+PG22  15531.688778  11969.916464  18145.261298    144.858414
+PG23   7177.716454 -14683.010420 -20844.668838    278.902994
+PG24  15542.303339 -20102.148371   7188.317476    420.858421
+PG25  -7233.852117  15314.542556 -20479.567623     17.031109
+PG26 -18081.751292  -6150.137642  18032.327007   -145.092914
+PG27 -16411.209226  14391.607632  15511.421203    301.545364
+PG28 -11829.300185 -12989.238008  20520.829907     64.646133
+PG29   1046.433162  21099.591055 -16058.485711    236.723514
+PG30  -2529.607720  16072.136914 -21399.882743     89.673743
+PG31  11441.205358   9948.891027 -21584.745090    136.071344
+PG32  23311.137309  -7546.819131  -9413.232790   -322.338029
+PR01  -6663.444570  10268.337459  22390.434358 999999.999999
+PR02  13253.781890  10188.073214  19274.668664 999999.999999
+PR03  11539.721632   1042.829510 -22734.402771 999999.999999
+PR04 -14934.215986 -14995.609207 -14245.241904 999999.999999
+PR05   6756.947723 -10256.609079 -22357.122854 999999.999999
+PR06 -12512.097293 -10265.188783 -19711.131699 999999.999999
+PR07 -25096.547511  -2054.003445  -3992.000774 999999.999999
+PR08 -22077.100705   4365.327047  12018.773687 999999.999999
+PR09   -546.365644 -15748.116666  20062.874353 999999.999999
+PR10 -11638.110655   -837.625008  22673.821619 999999.999999
+PR11 -16579.794147  15002.125418  12204.422635 999999.999999
+PR12 -11626.741137  21985.692447  -6104.411789 999999.999999
+PR13    556.572896  15814.631352 -20034.830211 999999.999999
+PR15  16429.544958 -16710.463888 -10185.768025 999999.999999
+PR16  11487.394830 -21854.533269   6151.650768 999999.999999
+PR17  14669.172614  12731.581889  16581.222783 999999.999999
+PR18   9619.681292  -5048.484864  23098.447171 999999.999999
+PR19  -1006.676355 -19629.580439  16256.020331 999999.999999
+PR20 -11310.165725 -22818.367312   -644.045392 999999.999999
+PR21 -14856.128070 -12849.376557 -16338.095654 999999.999999
+PR22  -9670.939197   4941.016580 -23080.141425 999999.999999
+PR23   1198.974285  19646.240883 -16232.493141 999999.999999
+PR24  11252.018947  22891.440686   -157.184430 999999.999999
+*  2011  9  3 18 15  0.00000000
+PG02 -16138.220320     15.598857 -20955.026609    354.269915
+PG03  22195.772265   7365.632459  12427.992039    763.458255
+PG04  -9774.488727 -15342.662890 -19460.794357    220.602874
+PG05 -26060.136384   1209.498097  -5315.653694   -213.160825
+PG06  21743.186526  11865.664589  10057.703022    -79.737464
+PG07   5160.886731 -25346.111145   5453.308647     25.031261
+PG08   -209.634821 -22112.746056  14303.958701      9.053177
+PG09 -14293.744319  18791.581809  11634.632443    103.308341
+PG10 -15903.568906 -10885.000970 -18653.437492    -11.980196
+PG11  13441.735312 -16862.591992  14948.290716   -182.673392
+PG12 -20272.725544  11881.679531 -12202.646390     20.040282
+PG13    926.147388 -19267.268305 -18359.904115    253.271663
+PG14  14860.619934  22004.089136   2372.269386    170.405276
+PG15 -15156.505461   5748.443678  21074.808561   -107.835878
+PG16  26408.560012  -1470.353950  -3823.722255   -195.630832
+PG17 -15728.297958 -21488.545730   1905.008629    176.626577
+PG18  -1094.973516  16250.568963  21276.522259    155.526605
+PG19  16793.788674  -1438.051160  20587.609098   -179.956749
+PG20  18326.068537 -14215.935844 -13025.143558     52.493891
+PG21  -1793.017274  24784.905951   8908.527968   -169.034344
+PG22  13448.595501  12416.157718  19463.730199    144.858152
+PG23   8739.955317 -12818.102085 -21500.075515    278.900299
+PG24  15406.877906 -19092.268022   9805.444409    420.861175
+PG25  -9488.878192  15598.653588 -19307.097419     17.032673
+PG26 -19151.247662  -7901.296289  16249.265084   -145.103981
+PG27 -15971.363782  12652.341093  17477.740738    301.549322
+PG28  -9563.462860 -13299.748866  21483.103736     64.649094
+PG29   -244.125585  19629.968945 -17843.598940    236.726089
+PG30  -4792.514864  16596.126157 -20582.603991     89.670249
+PG31  10473.105373  12222.504898 -20885.231487    136.076472
+PG32  24299.440642  -7322.932597  -6757.323164   -322.343890
+PR01  -9363.998270  10219.621896  21426.052922 999999.999999
+PR02  10785.762010  10046.257681  20827.253461 999999.999999
+PR03  10040.178643   3448.391689 -23211.493897 999999.999999
+PR04 -15804.875916 -16337.594771 -11583.147959 999999.999999
+PR05   9454.929807 -10209.618933 -21379.005709 999999.999999
+PR06  -9993.749974 -10119.825769 -21173.199472 999999.999999
+PR07 -24412.218035  -1999.708343  -7077.074162 999999.999999
+PR08 -23386.122635   4434.476031   9179.887683 999999.999999
+PR09    646.821728 -17797.002071  18276.445985 999999.999999
+PR10 -10129.185862  -3240.331567  23168.425101 999999.999999
+PR11 -15575.393101  13655.169685  14831.266403 999999.999999
+PR12 -11774.850893  22546.642063  -2956.902439 999999.999999
+PR13   -581.881066  17881.328986 -18213.245771 999999.999999
+PR15  15523.615862 -15588.540172 -12990.091721 999999.999999
+PR16  11662.147310 -22419.959485   2987.240483 999999.999999
+PR17  15651.256970  14358.324807  14187.813904 999999.999999
+PR18  10963.961032  -2553.205757  22918.421228 999999.999999
+PR19   -111.049995 -17684.739155  18379.524717 999999.999999
+PR20 -11396.398015 -22638.956784   2576.979314 999999.999999
+PR21 -15841.154113 -14435.083200 -13915.698624 999999.999999
+PR22 -11016.705922   2444.299353 -22862.926934 999999.999999
+PR23    281.318737  17717.999126 -18356.060098 999999.999999
+PR24  11288.455072  22628.645839  -3364.380710 999999.999999
+*  2011  9  3 18 30  0.00000000
+PG02 -15511.658201  -2350.822649 -21336.399505    354.271404
+PG03  23047.411473   8443.173092  10079.546695    763.463253
+PG04  -8984.958059 -17322.378043 -18086.373017    220.612419
+PG05 -25376.523408    791.096581  -8011.253577   -213.165829
+PG06  22258.621504  12748.638062   7510.597925    -79.729198
+PG07   5520.130038 -25716.421923   2604.234525     25.032773
+PG08    507.859690 -23450.118317  11915.476982      9.053639
+PG09 -14021.203823  17263.418234  13984.119486    103.309906
+PG10 -13810.554136 -11425.355021 -19933.648109    -11.980594
+PG11  13678.036597 -14949.488790  16665.547667   -182.676176
+PG12 -21543.451399  11945.564994  -9693.387723     20.042396
+PG13   2321.838444 -17621.475584 -19847.951169    253.270176
+PG14  14460.272316  21799.168425   5217.288985    170.406982
+PG15 -16741.694280   3991.802654  20280.992700   -107.834177
+PG16  25859.857639  -1183.464302  -6612.062588   -195.633072
+PG17 -15317.567415 -21367.479434   4716.180283    176.625220
+PG18  -3408.554473  16654.298570  20668.401582    155.528366
+PG19  18132.525360    421.135404  19501.955413   -179.960287
+PG20  19698.744487 -14293.748306 -10697.773626     52.494381
+PG21  -2383.146542  25473.510160   6262.845687   -169.036327
+PG22  11262.530906  12986.249282  20453.164983    144.857878
+PG23  10430.500728 -11000.100945 -21783.573664    278.897493
+PG24  15218.736313 -17809.011956  12251.135191    420.864497
+PG25 -11578.590560  15967.064746 -17802.873082     17.034241
+PG26 -20178.621402  -9408.952889  14179.134567   -145.115189
+PG27 -15576.228978  10701.419647  19152.766462    301.553330
+PG28  -7232.318739 -13751.858439  22094.069470     64.651822
+PG29  -1729.451152  18087.839441 -19320.569959    236.729202
+PG30  -6921.890361  17204.049636 -19423.269541     89.666655
+PG31   9661.531375  14450.461656 -19818.456528    136.081562
+PG32  24987.909199  -7110.230522  -3981.116530   -322.349877
+PR01 -11916.842000  10361.662288  20046.079340 999999.999999
+PR02   8148.004049  10088.038113  21975.697869 999999.999999
+PR03   8713.949269   5987.587808 -23238.666245 999999.999999
+PR04 -16589.263409 -17323.473367  -8696.156000 999999.999999
+PR05  12003.420981 -10352.849354 -19985.725276 999999.999999
+PR06  -7317.279980 -10162.599496 -22223.999948 999999.999999
+PR07 -23355.757159  -2029.472638 -10024.465658 999999.999999
+PR08 -24326.661463   4584.333330   6162.749043 999999.999999
+PR09   1569.461317 -19715.818399  16135.459413 999999.999999
+PR10  -8791.422239  -5780.941790  23212.295742 999999.999999
+PR11 -14533.477202  11965.879337  17168.939414 999999.999999
+PR12 -11695.301943  22775.581512    247.386107 999999.999999
+PR13  -1448.966134  19809.924355 -16038.838329 999999.999999
+PR15  14554.961606 -14108.715867 -15543.273144 999999.999999
+PR16  11606.292943 -22650.423222   -235.623272 999999.999999
+PR17  16588.804318  15642.535345  11519.916920 999999.999999
+PR18  12461.120359   -206.154210  22294.669307 999999.999999
+PR19   1050.623935 -15607.193110  20145.976284 999999.999999
+PR20 -11263.108949 -22118.001273   5747.754251 999999.999999
+PR21 -16773.723209 -15677.580792 -11224.410734 999999.999999
+PR22 -12513.686023     97.351737 -22201.102233 999999.999999
+PR23   -902.600453  15659.760400 -20123.343602 999999.999999
+PR24  11097.536574  22033.314894  -6506.241277 999999.999999
+*  2011  9  3 18 45  0.00000000
+PG02 -14996.242130  -4761.600176 -21347.457292    354.273165
+PG03  23727.715622   9310.474961   7557.074046    763.467365
+PG04  -8331.943897 -19174.501540 -16402.354748    220.622076
+PG05 -24430.565769    255.463327 -10569.935117   -213.170488
+PG06  22595.229744  13414.865215   4836.643215    -79.720179
+PG07   5777.536611 -25788.203973   -290.321320     25.034271
+PG08   1057.941889 -24555.922829   9316.026297      9.053982
+PG09 -13777.752148  15468.289925  16084.902981    103.313815
+PG10 -11625.684977 -12104.547574 -20880.209956    -11.981473
+PG11  13991.118986 -12869.581099  18085.271716   -182.679334
+PG12 -22524.081465  12000.913180  -7015.635560     20.044403
+PG13   3906.148584 -15946.565939 -20997.636835    253.268711
+PG14  13835.398563  21384.552154   7973.669956    170.408682
+PG15 -18332.321865   2392.584356  19139.738524   -107.832716
+PG16  25029.266570   -790.985945  -9288.594922   -195.635057
+PG17 -14684.023618 -21044.914678   7447.546399    176.623602
+PG18  -5620.463106  17146.588623  19712.581917    155.529835
+PG19  19471.877442   2098.946323  18083.427025   -179.963891
+PG20  20808.835170 -14350.636752  -8186.828895     52.494979
+PG21  -2868.601620  25892.343994   3506.705823   -169.038334
+PG22   9017.585148  13683.617007  21096.816268    144.857591
+PG23  12219.140770  -9268.110969 -21691.361044    278.894753
+PG24  15015.919324 -16265.456240  14483.015187    420.868589
+PG25 -13466.773061  16390.805248 -15992.622122     17.035734
+PG26 -21120.094268 -10662.588715  11860.370367   -145.126468
+PG27 -15258.121035   8572.247420  20510.775469    301.555897
+PG28  -4882.549236 -14345.489415  22343.519507     64.654368
+PG29  -3396.832824  16517.780256 -20463.662052    236.732183
+PG30  -8882.048015  17867.974064 -17940.545331     89.663043
+PG31   9007.830429  16582.268123 -18402.916443    136.086522
+PG32  25369.182450  -6871.975020  -1134.185034   -322.355940
+PR01 -14259.988389  10668.821446  18277.280956 999999.999999
+PR02   5405.714810  10330.841077  22697.787361 999999.999999
+PR03   7594.612470   8597.164159 -22815.753435 999999.999999
+PR04 -17228.735602 -17953.537077  -5640.330841 999999.999999
+PR05  14340.518534 -10660.403789 -18204.320047 999999.999999
+PR06  -4549.048390 -10409.354796 -22843.273074 999999.999999
+PR07 -21957.383739  -2189.781295 -12776.869713 999999.999999
+PR08 -24877.207770   4762.764146   3025.923194 999999.999999
+PR09   2228.914158 -21440.754774  13681.681110 999999.999999
+PR10  -7658.943524  -8396.061754  22804.210885 999999.999999
+PR11 -13513.392410   9959.031428  19172.000635 999999.999999
+PR12 -11434.833378  22642.065795   3446.918400 999999.999999
+PR13  -2053.964379  21536.200572 -13553.694140 999999.999999
+PR15  13583.903024 -12288.862353 -17795.808143 999999.999999
+PR16  11366.835984 -22515.398862  -3453.886926 999999.999999
+PR17  17422.145860  16574.737380   8629.220941 999999.999999
+PR18  14065.851843   1940.144760  21239.645895 999999.999999
+PR19   2473.842413 -13463.093075  21521.060656 999999.999999
+PR20 -10870.062677 -21294.998958   8806.467347 999999.999999
+PR21 -17594.289536 -16569.086528  -8316.308918 999999.999999
+PR22 -14115.714499  -2047.384151 -21106.967888 999999.999999
+PR23  -2347.629517  13537.376109 -21500.097444 999999.999999
+PR24  10641.254316  21147.003857  -9521.794044 999999.999999
+*  2011  9  3 19  0  0.00000000
+PG02 -14602.534712  -7170.242175 -20989.495174    354.274746
+PG03  24203.516624   9981.903734   4904.862400    763.471632
+PG04  -7803.735639 -20856.822835 -14436.494780    220.632054
+PG05 -23251.375816   -423.112176 -12947.924014   -213.175225
+PG06  22720.994781  13881.318612   2080.919861    -79.711322
+PG07   5969.724542 -25549.440233  -3179.806555     25.035682
+PG08   1466.008056 -25393.789745   6551.182553      9.053310
+PG09 -13598.618431  13435.172294  17898.179864    103.316340
+PG10  -9394.059980 -12922.825542 -21476.589317    -11.983495
+PG11  14396.155463 -10662.260716  19182.226696   -182.682228
+PG12 -23205.309712  12008.157722  -4215.878170     20.046772
+PG13   5659.789851 -14287.802962 -21789.824950    253.267302
+PG14  12969.163508  20796.728694  10594.796936    170.410338
+PG15 -19886.418441    969.346222  17670.995409   -107.831253
+PG16  23942.734754   -262.515594 -11807.904478   -195.637020
+PG17 -13811.763732 -20555.669459  10053.022990    176.622242
+PG18  -7692.447744  17704.177552  18423.760056    155.531659
+PG19  20770.528687   3576.655129  16357.053040   -179.967506
+PG20  21646.547064 -14350.272338  -5535.152976     52.495015
+PG21  -3279.372606  26021.179949    688.354465   -169.040904
+PG22   6758.506282  14504.168943  21383.670158    144.857210
+PG23  14069.802852  -7655.587716 -21226.132312    278.892107
+PG24  14834.447931 -14482.951092  16462.648283    420.869957
+PG25 -15123.918606  16835.858642 -13907.348493     17.037288
+PG26 -21932.611470 -11661.165312   9335.234802   -145.137297
+PG27 -15043.395688   6303.700215  21531.397101    301.558378
+PG28  -2560.501328 -15072.533265  22226.847883     64.656809
+PG29  -5225.417243  14962.583144 -21252.901038    236.735249
+PG30 -10643.202361  18554.773334 -16158.406346     89.659275
+PG31   8504.804006  18569.151691 -16663.402663    136.091517
+PG32  25445.158380  -6571.462837   1732.856986   -322.361858
+PR01 -16338.650844  11105.284359  16153.955932 999999.999999
+PR02   2627.175632  10780.274356  22979.571874 999999.999999
+PR03   6703.958317  11209.234938 -21951.271143 999999.999999
+PR04 -17667.729802 -18240.971040  -2475.006979 999999.999999
+PR05  16411.585365 -11096.235899 -16069.366194 999999.999999
+PR06  -1758.062366 -10863.950278 -23019.142560 999999.999999
+PR07 -20258.182866  -2520.454167 -15280.801311 999999.999999
+PR08 -25029.167955   4915.221889   -169.677837 999999.999999
+PR09   2644.615755 -22912.726954  10962.864408 999999.999999
+PR10  -6754.142691 -11017.374893  21951.769469 999999.999999
+PR11 -12570.086263   7671.728644  20801.589552 999999.999999
+PR12 -11046.066977  22127.504207   6580.187781 999999.999999
+PR13  -2418.219284  23000.979317 -10805.917359 999999.999999
+PR15  12667.600034 -10159.706320 -19703.936689 999999.999999
+PR16  10996.823698 -21996.584287  -6604.659142 999999.999999
+PR17  18092.780030  17158.512794   5571.675262 999999.999999
+PR18  15724.980534   3842.736470  19774.083284 999999.999999
+PR19   4141.472234 -11318.175155  22478.065863 999999.999999
+PR20 -10186.794067 -20218.721843  11693.524442 999999.999999
+PR21 -18244.799075 -17114.806502  -5247.605067 999999.999999
+PR22 -15768.695051  -3947.014528 -19601.303133 999999.999999
+PR23  -4036.050726  11416.147584 -22459.654201 999999.999999
+PR24   9891.647161  20019.997859 -12352.562523 999999.999999
+*  2011  9  3 19 15  0.00000000
+PG02 -14333.318156  -9529.749077 -20270.177994    354.276569
+PG03  24446.682800  10478.512718   2168.906824    763.477805
+PG04  -7381.792823 -22331.061003 -12221.618122    220.642079
+PG05 -21874.001562  -1264.286096 -15104.489781   -213.180127
+PG06  22609.085759  14171.271680   -710.023649    -79.702872
+PG07   6135.176365 -24997.264592  -6013.751777     25.037319
+PG08   1763.623370 -25934.856397   3669.780206      9.053250
+PG09 -13514.013275  11201.073783  19390.134611    103.318447
+PG10  -7160.955323 -13872.612155 -21711.913557    -11.984583
+PG11  14901.839464  -8370.312773  19937.169974   -182.685383
+PG12 -23587.014992  11927.781922  -1342.783295     20.048653
+PG13   7555.643947 -12687.075057 -22211.439719    253.265683
+PG14  11852.742334  20075.956193  13036.455790    170.412162
+PG15 -21360.595071   -267.286813  15900.230617   -107.829823
+PG16  22632.996015    426.759582 -14127.096251   -195.639137
+PG17 -12692.610091 -19938.128153  12488.706182    176.620739
+PG18  -9591.107801  18298.092499  16822.307867    155.533110
+PG19  21985.808144   4843.735668  14352.906060   -179.971142
+PG20  22210.313303 -14256.312318  -2788.163690     52.495711
+PG21  -3648.505417  25848.011905  -2142.241646   -169.043140
+PG22   4529.186293  15436.348116  21308.633016    144.857065
+PG23  15941.837767  -6189.226689 -20396.956838    278.889150
+PG24  14706.795830 -12490.418407  18156.198125    420.872351
+PG25 -16528.187036  17264.548112 -11582.809983     17.038890
+PG26 -22575.547552 -12412.813060   6648.935917   -145.148434
+PG27 -14951.511121   3938.823498  22199.770670    301.561371
+PG28   -310.681793 -15917.061469  21745.147362     64.659360
+PG29  -7186.820054  13461.664443 -21674.439264    236.738361
+PG30 -12182.415684  19227.365726 -14105.822542     89.655585
+PG31   8137.132835  20365.853730 -14630.545734    136.096459
+PG32  25226.792907  -6173.702427   4569.338518   -322.367649
+PR01 -18107.300278  11626.681275  13717.272784 999999.999999
+PR02   -118.860566  11429.809456  22815.630158 999999.999999
+PR03   6051.233970  13753.894128 -20662.229121 999999.999999
+PR04 -17856.248099 -18211.084396    738.363217 999999.999999
+PR05  18171.304919 -11615.785709 -13622.309160 999999.999999
+PR06    986.659083 -11518.027462 -22748.334121 999999.999999
+PR07 -18308.470821  -3052.722818 -17487.636842 999999.999999
+PR08 -24787.150640   4987.291397  -3361.978894 999999.999999
+PR09   2846.991688 -24079.767557   8031.815544 999999.999999
+PR10  -6086.857954 -13574.283689  20671.270393 999999.999999
+PR11 -11751.733164   5152.083043  22026.176158 999999.999999
+PR12 -10585.113330  21226.073092   9586.863894 999999.999999
+PR13  -2573.994127  24152.524722  -7848.708991 999999.999999
+PR15  11857.572958  -7763.808523 -21230.492562 999999.999999
+PR16  10552.860363 -21088.790348  -9626.463833 999999.999999
+PR17  18545.937977  17410.115149   2406.417329 999999.999999
+PR18  17379.613992   5469.754162  17926.571761 999999.999999
+PR19   6024.236274  -9235.136448  22998.400086 999999.999999
+PR20  -9194.143786 -18945.078073  14352.722169 999999.999999
+PR21 -18671.232629 -17332.483304  -2077.574629 999999.999999
+PR22 -17412.787309  -5569.768587 -17713.000428 999999.999999
+PR23  -5938.093557   9358.221685 -22983.436188 999999.999999
+PR24   8832.221397  18709.127109 -14943.695187 999999.999999
+*  2011  9  3 19 30  0.00000000
+PG02 -14183.605655 -11794.232930 -19203.305590    354.278184
+PG03  24435.182954  10826.966471   -603.899491    763.483108
+PG04  -7041.580383 -23564.262363  -9795.126530    220.652114
+PG05 -20338.131119  -2280.706696 -17002.633690   -213.184797
+PG06  22238.978065  14313.260021  -3488.914177    -79.694608
+PG07   6312.520441 -24138.126794  -8742.691920     25.039021
+PG08   1987.059710 -26158.949637    722.983588      9.052904
+PG09 -13547.741187   8809.782407  20532.709883    103.321006
+PG10  -4970.296696 -14938.652071 -21581.196293    -11.986577
+PG11  15509.935759  -6038.370606  20337.207976   -182.688041
+PG12 -23678.156460  11722.039515   1553.673923     20.050888
+PG13   9559.639010 -11181.404138 -22255.652997    253.263330
+PG14  10485.810730  19264.655458  15257.534692    170.413792
+PG15 -22711.637991  -1314.822274  13857.978964   -107.828299
+PG16  21138.383071   1294.917111 -16206.502432   -195.641523
+PG17 -11326.581265 -19232.707034  14713.565322    176.619232
+PG18 -11289.007105  18894.727369  14934.043915    155.534954
+PG19  23075.286706   5898.025318  12105.562306   -179.974709
+PG20  22506.749513 -14033.963005      6.913531     52.496269
+PG21  -4010.570544  25369.665483  -4934.352457   -169.045299
+PG22   2371.182389  16461.474483  20872.629167    144.857050
+PG23  17791.476860  -4888.130889 -19219.050894    278.886616
+PG24  14660.524891 -10323.362527  19534.991945    420.875527
+PG25 -17666.073886  17637.077327  -9058.912212     17.040436
+PG26 -23012.285876 -12934.172969   3848.741010   -145.159751
+PG27 -14994.359163   1523.413597  22506.631067    301.561903
+PG28   1825.690128 -16855.819953  20905.246589     64.662291
+PG29  -9246.038506  12049.616909 -21720.811767    236.741303
+PG30 -13484.306745  19846.118226 -11816.369480     89.651985
+PG31   7882.141901  21932.291054 -12340.239808    136.101795
+PG32  24733.543039  -5647.007367   7325.496305   -322.373584
+PR01 -19531.345686  12182.085747  11014.477409 999999.999999
+PR02  -2765.785000  12260.990040  22209.170792 999999.999999
+PR03   5632.927952  16161.915769 -18973.785132 999999.999999
+PR04 -17752.123698 -17900.045480   3937.402167 999999.999999
+PR05  19585.356345 -12167.990110 -10910.661343 999999.999999
+PR06   3618.711687 -12351.310046 -22036.228018 999999.999999
+PR07 -16165.791923  -3807.677713 -19354.557193 999999.999999
+PR08 -24168.717878   4927.233277  -6488.949641 999999.999999
+PR09   2875.914022 -24899.133734   4945.368298 999999.999999
+PR10  -5654.093602 -15996.665818  18987.417109 999999.999999
+PR11 -11097.668934   2457.442489  22822.162458 999999.999999
+PR12 -10109.039252  19945.123885  12408.925407 999999.999999
+PR13  -2562.869583  24948.657650  -4739.346586 999999.999999
+PR15  11197.472057  -5154.054549 -22345.631949 999999.999999
+PR16  10092.486451 -19800.287131 -12460.457188 999999.999999
+PR17  18733.009002  17357.568134   -805.357760 999999.999999
+PR18  18967.542519   6801.469541  15732.996275 999999.999999
+PR19   8081.718874  -7271.155249  23071.951958 999999.999999
+PR20  -7885.318776 -17534.693710  16732.349962 999999.999999
+PR21 -18825.996951 -17251.435499   1132.570595 999999.999999
+PR22 -18984.866747  -6896.104371 -15478.533457 999999.999999
+PR23  -8012.959316   7420.136515 -23061.310554 999999.999999
+PR24   7458.893130  17275.330956 -17245.021071 999999.999999
+*  2011  9  3 19 45  0.00000000
+PG02 -14140.963756 -13920.476916 -17808.480072    354.279964
+PG03  24153.913841  11058.278167  -3366.552859    763.488037
+PG04  -6753.657385 -24530.019443  -7198.407254    220.662074
+PG05 -18686.631271  -3477.329919 -18609.717505   -213.189741
+PG06  21597.355243  14339.847074  -6208.516963    -79.686177
+PG07   6538.811560 -22987.597657 -11319.066821     25.040851
+PG08   2175.626316 -26055.426132  -2236.706510      9.053176
+PG09 -13716.080378   6310.311503  21304.263720    103.322943
+PG10  -2863.174171 -16098.451255 -21085.483471    -11.987862
+PG11  16215.135354  -3711.307063  20376.008705   -182.691252
+PG12 -23496.320330  11356.613419   4423.108948     20.053291
+PG13  11631.891145  -9801.653185 -21921.973063    253.262309
+PG14   8876.720711  18405.741198  17220.670909    170.415732
+PG15 -23898.103384  -2178.786662  11579.313974   -107.826759
+PG16  19501.437918   2352.403742 -18010.348265   -195.643238
+PG17  -9722.063581 -18480.259862  16690.089779    176.617687
+PG18 -12765.581537  19457.126195  12789.908944    155.536723
+PG19  23998.365136   6745.573632   9653.502642   -179.978076
+PG20  22550.301831 -13651.500657   2801.855012     52.496536
+PG21  -4400.040903  24592.059619  -7637.498045   -169.047768
+PG22    322.326476  17554.365118  20082.609280    144.856872
+PG23  19573.404701  -3763.283879 -17713.452842    278.883949
+PG24  14717.136639  -8022.636697  20575.978895    420.879032
+PG25 -18532.764228  17913.167333  -6379.028869     17.041979
+PG26 -23211.615173 -13249.433611    983.106101   -145.171485
+PG27 -15175.877613   -895.470178  22448.330225    301.564795
+PG28   3812.024839 -17858.994720  19719.683804     64.664731
+PG29 -11362.630803  10754.959860 -21391.079029    236.744216
+PG30 -14541.493186  20370.371333  -9327.763466     89.648572
+PG31   7710.872772  23235.016300  -9832.960986    136.106408
+PG32  23992.484277  -4964.439220   9953.395108   -322.379480
+PR01 -20588.369384  12716.303708   8097.982244 999999.999999
+PR02  -5251.654252  13244.157666  21171.968273 999999.999999
+PR03   5433.098728  18367.432552 -16918.748471 999999.999999
+PR04 -17322.973095 -17353.175442   7060.017323 999999.999999
+PR05  20631.640564 -12697.582881  -7987.081030 999999.999999
+PR06   6076.817033 -13332.420208 -20896.745726 999999.999999
+PR07 -13892.631673  -4795.151831 -20845.374992 999999.999999
+PR08 -23203.611412   4688.420916  -9489.813117 999999.999999
+PR09   2778.765393 -25339.046225   1763.287017 999999.999999
+PR10  -5440.299048 -18217.629329  16932.852300 999999.999999
+PR11 -10636.721159   -347.765192  23174.324927 999999.999999
+PR12  -9673.299460  18305.066893  14991.758719 999999.999999
+PR13  -2433.747913  25358.492083  -1538.083409 999999.999999
+PR15  10721.188929  -2391.717080 -23027.426526 999999.999999
+PR16   9671.537223 -18152.593940 -15051.583123 999999.999999
+PR17  18613.725257  17039.287465  -4001.565519 999999.999999
+PR18  20425.790751   7830.836500  13235.840830 999999.999999
+PR19  10263.849478  -5475.658726  22697.286658 999999.999999
+PR20  -6266.432671 -16050.317743  18786.198950 999999.999999
+PR21 -18670.065152 -16911.129819   4320.845253 999999.999999
+PR22 -20421.154370  -7919.296608 -12941.266251 999999.999999
+PR23 -10210.317441   5650.618537 -22691.782273 999999.999999
+PR24   5780.414051  15781.072726 -19212.011860 999999.999999
+*  2011  9  3 20  0  0.00000000
+PG02 -14186.126110 -15869.377705 -16110.686903    354.281756
+PG03  23595.267551  11206.413529  -6072.694385    763.492154
+PG04  -6484.980687 -25209.459279  -4476.149614    220.672045
+PG05 -16963.974911  -4851.031462 -19898.022782   -213.194270
+PG06  20678.756743  14286.238308  -8822.408956    -79.677487
+PG07   6847.881797 -21569.823035 -13698.081782     25.042277
+PG08   2369.865841 -25623.630414  -5156.485444      9.052249
+PG09 -14026.987025   3755.108796  21690.088252    103.323518
+PG10   -876.453221 -17323.001052 -20231.914291    -11.989275
+PG11  17005.218473  -1432.632109  20053.868687   -182.693988
+PG12 -23066.936467  10802.144842   7215.633453     20.055292
+PG13  13728.068036  -8571.478701 -21216.235212    253.261002
+PG14   7042.357129  17540.952756  18892.836088    170.417282
+PG15 -24881.852982  -2872.305237   9103.249754   -107.825366
+PG16  17767.368899   3601.425103 -19507.366081   -195.645558
+PG17  -7895.677238 -17720.481303  18384.882100    176.616471
+PG18 -14007.802107  19946.429097  10425.542586    155.538651
+PG19  24717.795816   7400.186506   7038.464819   -179.981857
+PG20  22362.598270 -13081.689623   5548.277225     52.497063
+PG21  -4849.650792  23530.097146 -10202.490823   -169.049945
+PG22  -1584.526848  18684.211904  18951.467746    144.856723
+PG23  21242.386734  -2817.342634 -15906.610922    278.881271
+PG24  14891.182718  -5633.016618  21262.077795    420.882686
+PG25 -19132.157717  18053.725909  -3589.259427     17.043531
+PG26 -23148.897698 -13389.114033  -1899.161900   -145.182954
+PG27 -15491.948300  -3271.015100  22026.801323    301.567472
+PG28   5617.554156 -18891.228615  18206.612564     64.667266
+PG29 -13492.117127   9599.137030 -20690.852913    236.747364
+PG30 -15354.747488  20760.032214  -6681.321997     89.644964
+PG31   7589.416922  24248.416916  -7152.995858    136.111468
+PG32  23037.146332  -4105.041801  12407.783761   -322.385366
+PR01 -21268.866005  13172.357369   5024.354659 999999.999999
+PR02  -7521.513688  14339.664757  19724.135501 999999.999999
+PR03   5424.231483  20310.483950 -14536.943072 999999.999999
+PR04 -16547.751395 -16622.872919  10045.605290 999999.999999
+PR05  21301.006536 -13147.586996  -4908.350251 999999.999999
+PR06   8307.115407 -14420.177375 -19352.073543 999999.999999
+PR07 -11553.942226  -6013.088084 -21931.230436 999999.999999
+PR08 -21932.486353   4231.566131 -12306.230825 999999.999999
+PR09   2608.193402 -25379.989221  -1452.881100 999999.999999
+PR10  -5418.195536 -20176.150387  14547.530311 999999.999999
+PR11 -10386.004435  -3194.479561  23076.090794 999999.999999
+PR12  -9329.237725  16338.731891  17285.203353 999999.999999
+PR13  -2240.547614  25363.720646   1693.012290 999999.999999
+PR15  10451.389768    455.832864 -23262.308753 999999.999999
+PR16   9341.594881 -16179.724233 -17349.643589 999999.999999
+PR17  18158.014902  16502.284283  -7120.416717 999999.999999
+PR18  21693.216019   8563.508750  10483.373789 999999.999999
+PR19  12512.803559  -3888.430575  21881.674146 999999.999999
+PR20  -4356.503261 -14554.161175  20474.457810 999999.999999
+PR21 -18174.777709 -16359.345699   7425.667994 999999.999999
+PR22 -21659.904363  -8645.479082 -10150.615179 999999.999999
+PR23 -12472.212137   4088.721770 -21882.021697 999999.999999
+PR24   3818.262668  14287.713711 -20806.632769 999999.999999
+*  2011  9  3 20 15  0.00000000
+PG02 -14293.868767 -17607.220130 -14139.802049    354.283573
+PG03  22759.425582  11306.816201  -8677.324299    763.495548
+PG04  -6200.374577 -25591.956650  -1675.578614    220.682167
+PG05 -15214.616366  -6390.531705 -20845.231397   -213.199149
+PG06  19485.944489  14188.794253 -11285.751782    -79.668929
+PG07   7268.829395 -19916.649666 -15838.510286     25.044281
+PG08   2609.695644 -24872.948338  -7984.288931      9.051151
+PG09 -14479.666136   1198.106739  21682.769274    103.325246
+PG10    958.466766 -18577.765781 -19033.691094    -11.989910
+PG11  17861.515279    757.035040  19377.636739   -182.697159
+PG12 -22422.196987  10035.570443   9882.750113     20.057287
+PG13  15800.924479  -7506.565022 -20150.495511    253.259844
+PG14   5007.680915  16709.244831  20245.853803    170.419019
+PG15 -25629.473508  -3415.393031   6472.083391   -107.824046
+PG16  15982.409929   5035.646629 -20671.347294   -195.647734
+PG17  -5871.841510 -16990.365724  19769.190777    176.615121
+PG18 -15010.562094  20323.429773   7880.760709    155.540390
+PG19  25201.083906   7882.686460   4304.756873   -179.985642
+PG20  21971.526624 -12303.040119   8198.489205     52.497044
+PG21  -5388.811939  22207.180005 -12582.475681   -169.052863
+PG22  -3322.567855  19815.686747  17497.868077    144.856602
+PG23  22754.890926  -2044.752239 -13829.893769    278.878312
+PG24  15189.665957  -3201.638941  21582.412013    420.885193
+PG25 -19476.563723  18022.484259   -737.636796     17.045126
+PG26 -22806.975269 -13388.649403  -4749.697828   -145.194542
+PG27 -15930.577929  -5558.140305  21249.471264    301.569491
+PG28   7218.330581 -19912.861172  16389.634207     64.670072
+PG29 -15587.548249   8595.801680 -19632.204675    236.750513
+PG30 -15932.855530  20977.179842  -3921.351567     89.641403
+PG31   7480.452396  24955.604280  -4347.598928    136.116370
+PG32  21906.121838  -3054.819876  14646.870759   -322.391563
+PR01 -21576.454945  13494.059288   1853.223685 999999.999999
+PR02  -9529.428016  15499.524507  17893.736841 999999.999999
+PR03   5568.585671  21939.330825 -11874.442278 999999.999999
+PR04 -15417.844754 -15766.257788  12836.226345 999999.999999
+PR05  21597.447920 -13461.893708  -1734.271341 999999.999999
+PR06  10265.146879 -15565.324937 -17432.228785 999999.999999
+PR07  -9214.583552  -7447.417441 -22591.143021 999999.999999
+PR08 -20405.205491   3526.638189 -14883.440811 999999.999999
+PR09   2419.650214 -25015.518689  -4640.983047 999999.999999
+PR10  -5550.116080 -21819.481393  11877.938707 999999.999999
+PR11 -10350.229473  -6011.644087  22529.644501 999999.999999
+PR12  -9121.760918  14090.227373  19244.524941 999999.999999
+PR13  -2039.685629  24959.394805   4891.255944 999999.999999
+PR15  10398.533450   3317.673402 -23045.359510 999999.999999
+PR16   9147.643209 -13926.920049 -19310.262937 999999.999999
+PR17  17347.446398  15800.025167 -10101.596775 999999.999999
+PR18  22713.047400   9017.333287   7528.728878 999999.999999
+PR19  14765.242498  -2538.136788  20640.948981 999999.999999
+PR20  -2186.907254 -13105.283168  21764.478524 999999.999999
+PR21 -17323.229031 -15650.008380  10387.032657 999999.999999
+PR22 -22644.034049  -9093.137761  -7161.079467 999999.999999
+PR23 -14735.301092   2762.385398 -20647.726272 999999.999999
+PR24   1606.005279  12852.955787 -21998.066953 999999.999999
+*  2011  9  3 20 30  0.00000000
+PG02 -14434.108682 -19106.741475 -11930.037304    354.285037
+PG03  21654.376291  11394.909406 -11137.469097    763.500991
+PG04  -5864.108783 -25675.537788   1154.381913    220.692410
+PG05 -13481.375815  -8076.638284 -21434.818939   -213.203829
+PG06  18029.970857  14083.497276 -13556.052862    -79.660462
+PG07   7824.707135 -18066.459628 -17703.422842     25.045514
+PG08   2932.577238 -23822.452764 -10669.820504      9.049855
+PG09 -15064.533232  -1307.298082  21282.371817    103.326594
+PG10   2616.698750 -19823.903196 -17509.952753    -11.991073
+PG11  18759.640467   2821.355989  18360.501566   -182.700312
+PG12 -21599.721250   9041.213267  12378.218518     20.059717
+PG13  17801.953850  -6614.167247 -18742.829807    253.258057
+PG14   2804.975804  15945.296127  21256.843836    170.420479
+PG15 -26113.527544  -3833.985468   3730.688187   -107.822656
+PG16  14192.141756   6640.221094 -21481.622196   -195.649945
+PG17  -3682.053757 -16322.776938  20819.376289    176.613764
+PG18 -15776.766095  20550.186579   5198.935525    155.541794
+PG19  25421.718558   8219.918949   1498.541284   -179.989342
+PG20  21410.073363 -11300.853493  10706.342947     52.497761
+PG21  -6042.162246  20654.363914 -14733.935226   -169.054947
+PG22  -4871.874783  20910.235791  15745.976187    144.856159
+PG23  24070.644030  -1432.172854 -11519.034017    278.875522
+PG24  15611.751359   -776.366370  21532.431754    420.888755
+PG25 -19586.078205  17787.536782   2126.701489     17.046682
+PG26 -22176.791085 -13286.839093  -7521.317131   -145.205839
+PG27 -16472.351806  -7714.913831  20129.125335    301.570332
+PG28   8597.996050 -20881.355483  14297.551364     64.672582
+PG29 -17601.180757   7750.417058 -18233.456254    236.753422
+PG30 -16292.176892  20987.623064  -1094.466632     89.637872
+PG31   7344.917732  25348.958379  -1466.099258    136.121551
+PG32  20641.510230  -1807.427993  16633.007051   -322.397585
+PR01 -21527.557784  13628.567945  -1353.874029 999999.999999
+PR02 -11240.135946  16669.429214  15716.248754 999999.999999
+PR03   5819.976168  23212.443023  -8982.689212 999999.999999
+PR04 -13937.653275 -14842.633682  15377.726599 999999.999999
+PR05  21537.762524 -13587.818991   1473.496253 999999.999999
+PR06  11917.440138 -16712.612685 -15174.476959 999999.999999
+PR07  -6936.786685  -9072.453134 -22812.409382 999999.999999
+PR08 -18678.765936   2554.393857 -17171.326136 999999.999999
+PR09   2268.820667 -24252.547026  -7739.444729 999999.999999
+PR10  -5789.801689 -23105.226413   8976.183993 999999.999999
+PR11 -10521.553070  -8728.922226  21545.863981 999999.999999
+PR12  -9087.283498  11613.340623  20831.297204 999999.999999
+PR13  -1887.453386  24154.166073   7994.560333 999999.999999
+PR15  10560.417637   6122.034386 -22380.430813 999999.999999
+PR16   9126.023720 -11448.931840 -20895.728596 999999.999999
+PR17  16176.203210  14990.037823 -12887.418369 999999.999999
+PR18  23435.261877   9221.342598   4428.898211 999999.999999
+PR19  16954.799791  -1441.330183  18999.204279 999999.999999
+PR20    199.684380 -11757.134442  22631.397971 999999.999999
+PR21 -16111.181223 -14840.780213  13147.652056 999999.999999
+PR22 -23323.581648  -9292.075090  -4031.159618 999999.999999
+PR23 -16933.334177   1687.468697 -19012.818947 999999.999999
+PR24   -811.847241  11528.458739 -22763.300721 999999.999999
+*  2011  9  3 20 45  0.00000000
+PG02 -14573.180444 -20347.951503  -9519.335474    354.286646
+PG03  20295.661628  11504.626946 -13412.797245    763.506414
+PG04  -5441.520693 -25466.952233   3964.000844    220.702016
+PG05 -11803.894001  -9882.799054 -21656.353684   -213.208512
+PG06  16329.941274  14004.429766 -15593.902370    -79.651948
+PG07   8531.462737 -16062.761963 -19260.828089     25.047431
+PG08   3371.795386 -22500.157861 -13165.534433      9.049523
+PG09 -15763.571152  -3710.243764  20496.443736    103.327746
+PG10   4080.676619 -21019.677501 -15685.547124    -11.992085
+PG11  19670.466075   4729.470059  17021.654106   -182.703209
+PG12 -20641.021887   7811.583623  14658.874964     20.061952
+PG13  19683.095460  -5892.978626 -17017.040969    253.256477
+PG14    472.825413  15278.189545  21908.588228    170.422496
+PG15 -26313.589744  -4158.746199    925.768537   -107.821046
+PG16  12439.837625   8392.146294 -21923.457618   -195.651586
+PG17  -1363.906784 -15745.180755  21517.304363    176.612234
+PG18 -16317.109667  20591.624100   2426.283821    155.543576
+PG19  25360.191253   8443.542800  -1332.900838   -179.992925
+PG20  20714.968166 -10068.010760  13028.064998     52.497774
+PG21  -6828.317802  18909.186524 -16617.627046   -169.057290
+PG22  -6219.999803  21927.516697  13725.102502    144.855747
+PG23  25154.066653   -959.198500  -9013.515370    278.872757
+PG24  16148.793820   1595.857546  21113.926233    420.891185
+PG25 -19487.666446  17322.723225   4954.364001     17.048170
+PG26 -21257.716396 -13124.217373 -10168.695807   -145.216791
+PG27 -17091.144129  -9703.859941  18683.726341    301.573048
+PG28   9748.287562 -21752.868342  11964.036946     64.675362
+PG29 -19486.193369   7060.187763 -16518.858412    236.756324
+PG30 -16455.916747  20762.351835   1751.154261     89.634153
+PG31   7143.751897  25430.308814   1441.022432    136.126514
+PG32  19287.263109   -364.548618  18333.267677   -322.403642
+PR01 -21150.554530  13528.816686  -4534.686726 999999.999999
+PR02 -12630.261285  17791.053107  13233.877820 999999.999999
+PR03   6125.913492  24100.079680  -5917.518591 999999.999999
+PR04 -12124.639154 -13910.876378  17620.786064 999999.999999
+PR05  21150.689490 -13478.528793   4652.635958 999999.999999
+PR06  13242.644727 -17803.148019 -12622.610995 999999.999999
+PR07  -4777.744126 -10851.784685 -22590.840458 999999.999999
+PR08 -16814.945316   1307.452591 -19125.392548 999999.999999
+PR09   2209.046239 -23111.093296 -10688.441775 999999.999999
+PR10  -6084.576712 -24002.994637   5898.959986 999999.999999
+PR11 -10879.973101 -11279.380739  20144.089642 999999.999999
+PR12  -9252.030153   8969.539856  22014.174998 999999.999999
+PR13  -1837.397692  22969.976998  10942.640629 999999.999999
+PR15  10922.274320   8799.044182 -21280.099203 999999.999999
+PR16   9302.778335  -8807.918276 -22075.693562 999999.999999
+PR17  14651.547359  14131.361962 -15423.926069 999999.999999
+PR18  23818.700636   9214.288437   1243.655005 999999.999999
+PR19  19014.710477   -601.974373  16988.325468 999999.999999
+PR20   2750.845336 -10555.360785  23058.604514 999999.999999
+PR21 -14547.465757 -13990.509795  15654.053550 999999.999999
+PR22 -23657.883952  -9281.889502   -822.186562 999999.999999
+PR23 -18999.769949    867.302517 -17008.988723 999999.999999
+PR24  -3381.439996  10357.730753 -23087.559425 999999.999999
+*  2011  9  3 21  0  0.00000000
+PG02 -14675.241473 -21318.683896  -6948.726332    354.288466
+PG03  18705.867393  11667.023516 -15466.180929    763.511987
+PG04  -4900.613747 -24981.404312   6703.667380    220.711720
+PG05 -10217.216079 -11775.946521 -21505.695159   -213.213238
+PG06  14412.475757  13982.322228 -17363.673205    -79.643279
+PG07   9397.172781 -13952.599385 -20484.214943     25.048986
+PG08   3954.922684 -20941.916856 -15427.548356      9.049463
+PG09 -16551.065932  -5964.288110  19339.836864    103.329509
+PG10   5340.691019 -22122.015962 -13590.699442    -11.991709
+PG11  20561.287320   6456.953024  15385.838675   -182.706004
+PG12 -19589.834342   6347.858137  16685.390346     20.064035
+PG13  21398.435893  -5333.326730 -15002.278079    253.254494
+PG14  -1945.143378  14730.311501  22189.814765    170.424269
+PG15 -26217.030278  -4423.697813  -1894.912543   -107.819473
+PG16  10764.895965  10260.944342 -21988.363085   -195.653758
+PG17   1040.121925 -15278.586858  21850.660778    176.611034
+PG18 -16649.550644  20417.059468   -388.927731    155.545422
+PG19  25004.766005   8588.649809  -4141.916662   -179.996751
+PG20  19925.187223  -8605.469972  15123.052339     52.497959
+PG21  -7758.889419  17014.220809 -18199.421921   -169.059217
+PG22  -7362.274020  22826.926957  11469.255098    144.855793
+PG23  25975.536724   -599.337393  -6355.913264    278.870002
+PG24  16784.677111   3870.602147  20334.930051    420.893441
+PG25 -19213.987376  16608.798382   7696.562983     17.049726
+PG26 -20057.581271 -12941.405413 -12648.989269   -145.228238
+PG27 -17755.062597 -11493.118489  16936.188869    301.574863
+PG28  10669.254174 -22483.912732   9427.213727     64.677779
+PG29 -21198.377103   6514.324154 -14518.161632    236.759279
+PG30 -16453.130505  20278.823168   4566.566769     89.630442
+PG31   6839.627145  25210.748836   4323.065020    136.131294
+PG32  17887.498437   1264.047908  19719.927685   -322.409607
+PR01 -20484.454415  13155.712977  -7627.455342 999999.999999
+PR02 -13689.031128  18804.543670  10494.748589 999999.999999
+PR03   6430.014054  24585.398437  -2738.097252 999999.999999
+PR04 -10008.837079 -13026.858075  19521.872629 999999.999999
+PR05  20475.561195 -13095.229873   7741.387144 999999.999999
+PR06  14232.161294 -18776.917800  -9826.106044 999999.999999
+PR07  -2787.426642 -12739.634702 -21930.834283 999999.999999
+PR08 -14877.766433   -209.129855 -20707.636172 999999.999999
+PR09   2288.852136 -21623.510013 -13431.035391 999999.999999
+PR10  -6377.809120 -24495.560678   2706.420298 999999.999999
+PR11 -11394.249884 -13602.029997  18351.731909 999999.999999
+PR12  -9630.770753   6225.656621  22769.541746 999999.999999
+PR13  -1937.817666  21441.213686  13678.187308 999999.999999
+PR15  11457.413267  11283.407107 -19765.448512 999999.999999
+PR16   9692.446239  -6071.055478 -22827.729723 999999.999999
+PR17  12793.750978  13281.951272 -17661.932682 999999.999999
+PR18  23832.838910   9042.778460  -1965.575275 999999.999999
+PR19  20880.474558    -11.506055  14647.372529 999999.999999
+PR20   5406.342503  -9535.957728  23038.042056 999999.999999
+PR21 -12653.854393 -13156.644532  17857.606384 999999.999999
+PR22 -23617.377706  -9110.036167   2402.912933 999999.999999
+PR23 -20870.421859    292.775023 -14675.081617 999999.999999
+PR24  -6041.566642   9374.378828 -22964.586671 999999.999999
+*  2011  9  3 21 15  0.00000000
+PG02 -14703.752979 -22014.864569  -4261.653383    354.290212
+PG03  16913.878657  11909.009898 -17264.202499    763.517993
+PG04  -4213.563226 -24241.950564   9324.833701    220.722151
+PG05  -8750.558948 -13717.603542 -20985.087657   -213.218273
+PG06  12310.885171  14043.228424 -18834.170674    -79.634524
+PG07  10421.599046 -11784.834767 -21352.987272     25.050691
+PG08   4702.535773 -19190.014471 -17416.463012      9.049425
+PG09 -17394.686204  -8029.093896  17834.352771    103.330112
+PG10   6395.126367 -23088.152605 -11260.575538    -11.993497
+PG11  21397.129340   7986.504566  13482.809200   -182.709310
+PG12 -18490.377420   4660.018600  18422.952087     20.066480
+PG13  22905.842389  -4917.691132 -12732.572129    253.252464
+PG14  -4401.706719  14316.510520  22095.393946    170.426150
+PG15 -25819.516588  -4664.727313  -4683.321932   -107.818129
+PG16   9201.420703  12209.641627 -21674.296851   -195.655820
+PG17   3484.067452 -14936.739655  21813.182308    176.609521
+PG18 -16798.486369  20001.587719  -3197.247414    155.546962
+PG19  24351.974680   8692.263870  -6881.231037   -180.000271
+PG20  19080.374845  -6922.449594  16954.615885     52.498653
+PG21  -8837.811605  15015.420370 -19451.015625   -169.061116
+PG22  -8301.817521  23569.166775   9016.607566    144.855732
+PG23  26512.437693   -321.215047  -3591.198963    278.867157
+PG24  17496.447063   6007.433478  19209.529550    420.896167
+PG25 -18802.005463  15634.342666  10305.963363     17.051314
+PG26 -18592.417882 -12777.500162 -14922.390217   -145.239219
+PG27 -18427.599526 -13057.421605  14914.107792    301.577010
+PG28  11369.168331 -23033.055461   6729.140964     64.680561
+PG29 -22697.733017   6094.628595 -12266.087815    236.762470
+PG30 -16317.493551  19522.027159   7302.902381     89.626708
+PG31   6398.603350  24710.094782   7130.026124    136.136438
+PG32  16484.848981   3060.756281  20770.831040   -322.415402
+PR01 -19577.137332  12480.014330 -10572.112991 999999.999999
+PR02 -14418.472085  19651.097341   7551.976253 999999.999999
+PR03   6674.580465  24665.048614    494.197880 999999.999999
+PR04  -7631.846351 -12241.015832  21044.083783 999999.999999
+PR05  19560.527320 -12409.032905  10679.747268 999999.999999
+PR06  14890.245090 -19575.375550  -6839.165668 999999.999999
+PR07  -1006.715983 -14682.622215 -20845.283652 999999.999999
+PR08 -12930.886776  -1977.814952 -21887.284281 999999.999999
+PR09   2549.680246 -19833.218526 -15914.253038 999999.999999
+PR10  -6611.548818 -24579.481794   -539.021071 999999.999999
+PR11 -12023.313457 -15644.117487  16203.726062 999999.999999
+PR12 -10226.044929   3451.340850  23082.016037 999999.999999
+PR13  -2229.484314  19613.354184  16147.983796 999999.999999
+PR15  12128.388645  13516.899890 -17865.683947 999999.999999
+PR16  10297.362764  -3307.956102 -23137.724311 999999.999999
+PR17  10635.496705  12496.134521 -19557.968063 999999.999999
+PR18  23459.136510   8759.092860  -5136.875689 999999.999999
+PR19  22492.443473    350.568029  12021.822337 999999.999999
+PR20   8100.412609  -8723.852156  22570.347279 999999.999999
+PR21 -10464.402213 -12392.713992  19715.461726 999999.999999
+PR22 -23184.944811  -8829.554090   5580.887000 999999.999999
+PR23 -22486.024567    -57.052719 -12056.353107 999999.999999
+PR24  -8725.972657   8600.790868 -22396.762174 999999.999999
+*  2011  9  3 21 30  0.00000000
+PG02 -14622.982882 -22440.492029  -1503.280619    354.291748
+PG03  14953.928394  12252.253424 -18777.605001    763.522370
+PG04  -3358.063322 -23278.584549  11780.949948    220.732295
+PG05  -7426.309817 -15665.209833 -20103.145604   -213.222389
+PG06  10064.089295  14207.381102 -19979.218447    -79.625787
+PG07  11596.082555  -9608.386017 -21852.785331     25.052183
+PG08   5627.236412 -17291.518588 -19098.070506      9.048968
+PG09 -18256.853381  -9871.839503  16008.227272    103.331976
+PG10   7250.383647 -23877.296748  -8734.741228    -11.995809
+PG11  22142.138558   9308.344074  11346.708123   -182.712258
+PG12 -17385.614529   2766.646257  19841.858091     20.068577
+PG13  24168.468418  -4621.523899 -10246.293687    253.251270
+PG14  -6847.628986  14043.546484  21626.445983    170.427762
+PG15 -25125.214769  -4918.022733  -7391.949493   -107.816696
+PG16   7777.005511  14196.016465 -20985.764292   -195.657725
+PG17   5920.012520 -14725.589534  21404.798784    176.608081
+PG18 -16793.664520  19327.263822  -5948.956785    155.548891
+PG19  23406.820064   8791.773809  -9504.689885   -180.003977
+PG20  18219.246846  -5036.287818  18490.655638     52.499198
+PG21 -10061.015527  12960.334295 -20350.492398   -169.063702
+PG22  -9049.251177  24117.777480   6408.887052    144.855583
+PG23  26749.955833    -89.954390   -766.016576    278.864412
+PG24  18255.211375   7971.235124  17757.576020    420.898085
+PG25 -18291.444593  14396.376943  12737.507791     17.052915
+PG26 -16885.932712 -12668.551411 -16952.627177   -145.250532
+PG27 -19068.956405 -14378.857061  12649.438919    301.579599
+PG28  11864.124526 -23362.587816   3915.206717     64.683056
+PG29 -23949.914841   5776.379383  -9801.712933    236.765174
+PG30 -16085.879119  18485.284716   9912.239446     89.623068
+PG31   5791.637150  23956.017863   9813.490067    136.141352
+PG32  15118.906173   5000.685014  21469.654005   -322.421708
+PR01 -18483.240072  11483.800790 -13311.452570 999999.999999
+PR02 -14833.077098  20275.511623   4462.641502 999999.999999
+PR03   6803.244935  24349.224150   3716.944473 999999.999999
+PR04  -5045.345729 -11596.166264  22157.860214 999999.999999
+PR05  18460.426491 -11402.408334  13410.639251 999999.999999
+PR06  15233.579712 -20143.985893  -3719.677362 999999.999999
+PR07    534.070291 -16621.859426 -19355.320928 999999.999999
+PR08 -11035.022317  -3969.065353 -22641.394768 999999.999999
+PR09   3023.922139 -17793.004891 -18090.094689 999999.999999
+PR10  -6729.229041 -24265.145837  -3773.935111 999999.999999
+PR11 -12718.096347 -17363.081281  13741.845664 999999.999999
+PR12 -11027.913906    716.391753  22944.804160 999999.999999
+PR13  -2743.680198  17541.168296  18303.946684 999999.999999
+PR15  12888.641618  15450.582141 -15617.582938 999999.999999
+PR16  11107.486709   -588.005327 -23000.115048 999999.999999
+PR17   8220.769502  11822.241619 -21075.122537 999999.999999
+PR18  22691.912894   8418.771191  -8209.010149 999999.999999
+PR19  23798.221620    515.565524   9162.685524 999999.999999
+PR20  10764.272293  -8131.968223  21664.818978 999999.999999
+PR21  -8024.287179 -11745.988900  21191.387567 999999.999999
+PR22 -22356.741706  -8496.559822   8649.436719 999999.999999
+PR23 -23794.613677   -213.827768  -9203.595851 999999.999999
+PR24 -11365.875314   8047.303307 -21395.056343 999999.999999
+*  2011  9  3 21 45  0.00000000
+PG02 -14399.477364 -22607.334534   1280.212521    354.293724
+PG03  12864.472726  12712.278152 -19981.686601    763.526942
+PG04  -2318.455289 -22127.045062  14028.368114    220.742403
+PG05  -6259.295235 -17573.619987 -18874.729384   -213.227355
+PG06   7715.314358  14488.276075 -20778.167612    -79.617158
+PG07  12903.776823  -7470.478747 -21975.690984     25.053839
+PG08   6733.015472 -15296.465201 -20443.937298      9.049331
+PG09 -19096.336114 -11468.295333  13895.473818    103.333726
+PG10   7920.485676 -24452.260562  -6056.522123    -11.998117
+PG11  22761.001058  10420.307357   9015.385958   -182.715474
+PG12 -16315.584415    694.380972  20918.013036     20.071013
+PG13  25156.075761  -4414.343212  -7585.538940    253.249369
+PG14  -9233.330967  13909.852064  20790.354895    170.429755
+PG15 -24146.682727  -5218.499822  -9974.594236   -107.815259
+PG16   6511.771520  16174.070337 -19933.802702   -195.659674
+PG17   8299.706306 -14643.066477  20631.681749    176.607016
+PG18 -16668.868338  18384.025538  -8595.022370    155.550523
+PG19  22182.679051   8923.356282 -11967.989256   -180.007489
+PG20  17378.040389  -2971.981050  19704.252901     52.499703
+PG21 -11416.459467  10896.275365 -20882.724909   -169.065616
+PG22  -9622.118222  24440.596015   3690.689802    144.855217
+PG23  26681.599932    131.318298   2072.057896    278.861716
+PG24  19027.269330   9733.320072  16004.313399    420.901177
+PG25 -17723.144678  12900.656542  14949.202748     17.054517
+PG26 -14968.730888 -12646.173282 -18707.406366   -145.262050
+PG27 -19637.503865 -15447.392462  10178.128601    301.583312
+PG28  12177.329748 -23440.104027   1033.427370     64.685814
+PG29 -24927.460173   5529.476231  -7167.772546    236.768047
+PG30 -15796.797077  17170.737437  12348.487085     89.619197
+PG31   4995.886757  22982.888206  12327.467616    136.146354
+PG32  13824.814187   7052.473976  21806.066638   -322.427667
+PR01 -17261.776483  10161.480658 -15792.239567 999999.999999
+PR02 -14958.957497  20628.606263   1286.686950 999999.999999
+PR03   6763.565985  23661.173896   6867.861415 999999.999999
+PR04  -2309.191684 -11125.658090  22841.557929 999999.999999
+PR05  17234.395694 -10070.172632  15881.021140 999999.999999
+PR06  15290.340008 -20434.619709   -528.097055 999999.999999
+PR07   1816.202180 -18495.295017 -17489.905164 999999.999999
+PR08  -9245.513311  -6142.340305 -22955.302833 999999.999999
+PR09   3733.334064 -15562.945710 -19916.446911 999999.999999
+PR10  -6678.313121 -23576.248702  -6935.142157 999999.999999
+PR11 -13423.714002 -18728.084701  11013.888295 999999.999999
+PR12 -12014.255581  -1911.925547  22359.887779 999999.999999
+PR13  -3500.643424  15286.543344  20104.067841 999999.999999
+PR15  13684.550935  17046.627151 -13064.791714 999999.999999
+PR16  12100.760493   2022.277174 -22417.962565 999999.999999
+PR17   5603.283273  11300.493926 -22183.768827 999999.999999
+PR18  21538.709522   8078.068998 -11122.586622 999999.999999
+PR19  24754.782477    524.061828   6125.514839 999999.999999
+PR20  13328.757746  -7760.814434  20339.221506 999999.999999
+PR21  -5388.191211 -11255.413835  22256.482314 999999.999999
+PR22 -21142.476361  -8167.618618  11548.472475 999999.999999
+PR23 -24753.619687   -218.330561  -6172.158897 999999.999999
+PR24 -13892.597609   7711.888139 -19978.822381 999999.999999
+*  2011  9  3 22  0  0.00000000
+PG02 -14003.449761 -22534.357775   4042.340511    354.295222
+PG03  10686.930531  13297.792779 -20856.638664    763.532695
+PG04  -1086.585675 -20827.396873  16027.191629    220.752513
+PG05  -5256.349659 -19396.716592 -17320.712022   -213.232257
+PG06   5310.617340  14892.024427 -21216.316224    -79.608926
+PG07  14320.208255  -5414.984260 -21720.316266     25.055376
+PG08   8014.981332 -13255.956118 -21431.853047      9.049120
+PG09 -19869.992982 -12803.524633  11535.110551    103.336039
+PG10   8426.374488 -24780.978893  -3272.271418    -11.999147
+PG11  23220.331509  11327.649238   6529.679158   -182.718331
+PG12 -15315.866625  -1522.931943  21633.319691     20.073221
+PG13  25846.123428  -4261.060400  -4795.451554    253.247726
+PG14 -11510.581605  13905.617151  19600.687334    170.431279
+PG15 -22904.458401  -5598.278191 -12387.132025   -107.813844
+PG16   5417.699145  18095.668662 -18535.848336   -195.661584
+PG17  10576.208995 -14679.167573  19506.195867    176.605557
+PG18 -16460.428788  17170.311121 -11088.057675    155.552392
+PG19  20700.908352   9120.445574 -14229.381625   -180.011010
+PG20  16589.073438   -761.418224  20574.166595     52.499950
+PG21 -12884.511666   8868.526345 -21039.602817   -169.067778
+PG22 -10044.034984  24511.067859    908.733509    144.855181
+PG23  26309.426251    379.896585   4875.266683    278.859096
+PG24  19775.427158  11272.295994  13979.928648    420.904858
+PG25 -17137.385645  11161.631926  16902.851396     17.056173
+PG26 -12877.321604 -12736.330780 -20158.799903   -145.273470
+PG27 -20091.334378 -16261.139741   7539.688537    301.585510
+PG28  12338.102643 -23239.921566  -1866.340542     64.688548
+PG29 -25610.762421   5319.800765  -4409.903596    236.771302
+PG30 -15488.754342  15589.501263  14568.263089     89.615009
+PG31   3995.763120  21830.381666  14629.172834    136.151148
+PG32  12632.061267   9179.345091  21775.797562   -322.433556
+PR01 -15973.591834   8520.285699 -17966.248271 999999.999999
+PR02 -14832.516435  20669.411321  -1914.243726 999999.999999
+PR03   6509.470276  22636.188816   9885.996045 999999.999999
+PR04    510.821990 -10851.939942  23081.868178 999999.999999
+PR05  15943.318570  -8419.962439  18042.916357 999999.999999
+PR06  15098.784229 -20407.699539   2673.716291 999999.999999
+PR07   2833.067891 -20240.206903 -15285.259490 999999.999999
+PR08  -7610.133701  -8447.562053 -22822.906329 999999.999999
+PR09   4687.900436 -13208.048250 -21357.888477 999999.999999
+PR10  -6412.771487 -22548.725006  -9960.967853 999999.999999
+PR11 -14081.900982 -19721.070793   8072.749361 999999.999999
+PR12 -13151.595841  -4371.465541  21338.038862 999999.999999
+PR13  -4508.483284  12916.026135  21513.239610 999999.999999
+PR15  14457.805375  18279.694748 -10256.980104 999999.999999
+PR16  13243.985711   4461.742409 -21402.861473 999999.999999
+PR17   2844.504898  10961.247526 -22862.148346 999999.999999
+PR18  20020.122811   7791.389532 -13821.190384 999999.999999
+PR19  25330.210630    423.929400   2969.324239 999999.999999
+PR20  15726.985158  -7598.606892  18619.427243 999999.999999
+PR21  -2618.286843 -10949.900887  22889.752716 999999.999999
+PR22 -19565.121126  -7897.109145  14221.320319 999999.999999
+PR23 -25331.588524   -118.511108  -3020.876920 999999.999999
+PR24 -16240.208512   7580.371857 -18175.429431 999999.999999
+*  2011  9  3 22 15  0.00000000
+PG02 -13410.038943 -22246.905194   6737.018583    354.296960
+PG03   8464.328667  14010.267415 -21387.826892    763.537450
+PG04    337.644454 -19422.444003  17742.048673    220.762543
+PG05  -4416.201282 -21089.076934 -15467.639089   -213.237270
+PG06   2897.292322  15417.002719 -21285.227817    -79.600119
+PG07  15814.138960  -3480.905764 -21091.777139     25.056950
+PG08   9459.457339 -11220.250165 -22046.141338      9.050334
+PG09 -20534.582541 -13872.187029   8970.298796    103.337050
+PG10   8794.923781 -24837.856556   -430.556770    -11.999449
+PG11  23489.979677  12042.568242   3932.662935   -182.721449
+PG12 -14416.240655  -3845.372415  21975.960297     20.075305
+PG13  26224.581617  -4123.491760  -1923.488968    253.246334
+PG14 -13634.152200  14013.195867  18077.014579    170.433181
+PG15 -21426.357464  -6085.264669 -14588.253376   -107.812268
+PG16   4498.283792  19912.288946 -16815.483882   -195.663617
+PG17  12705.501967 -14816.358819  18046.750147    176.604115
+PG18 -16205.625882  15693.338633 -13383.270349    155.553840
+PG19  18990.165175   9412.305825 -16250.350897   -180.014710
+PG20  15879.472556   1557.659661  21085.222921     52.500691
+PG21 -14438.662694   6918.665148 -20820.089513   -169.070152
+PG22 -10343.601177  24309.364936  -1888.942116    144.854967
+PG23  25643.961598    691.903164   7596.420954    278.856314
+PG24  20460.448925  12574.655639  11719.033240    420.908006
+PG25 -16572.244740   9202.076658  18564.719857     17.057789
+PG26 -10652.938390 -12958.336047 -21283.583214   -145.284732
+PG27 -20389.860786 -16826.345614   4776.711881    301.589395
+PG28  12380.611403 -22744.279441  -4733.266820     64.691293
+PG29 -25988.746149   5110.737058  -1575.837159    236.774202
+PG30 -15198.603415  13761.468832  16531.744995     89.611130
+PG31   2783.689590  20541.908085  16679.724933    136.156025
+PG32  11563.506535  11340.343915  21380.608102   -322.439774
+PR01 -14678.758592   6580.233503 -19791.201074 999999.999999
+PR02 -14498.699988  20367.029438  -5078.001444 999999.999999
+PR03   6003.437319  21320.106944  12712.890376 999999.999999
+PR04   3345.451286 -10785.603460  22874.077286 999999.999999
+PR05  14647.220225  -6472.175634  19854.344506 999999.999999
+PR06  14705.435073 -20034.004987   5823.693785 999999.999999
+PR07   3590.191301 -21795.741037 -12784.169473 999999.999999
+PR08  -6167.235338 -10826.992956 -22246.784352 999999.999999
+PR09   5885.194153 -10795.700730 -22386.373008 999999.999999
+PR10  -5895.281563 -21229.179575 -12792.463772 999999.999999
+PR11 -14633.600695 -20337.295064   4975.401709 999999.999999
+PR12 -14396.445908  -6607.580288  19898.657361 999999.999999
+PR13  -5762.615068  10498.183523  22503.946530 999999.999999
+PR15  15147.997307  19137.786971  -7248.870588 999999.999999
+PR16  14494.175869   6676.883919 -19974.693977 999999.999999
+PR17     11.355107  10823.663946 -23096.809861 999999.999999
+PR18  18169.112293   7608.797188 -16252.466702 999999.999999
+PR19  25504.996568    268.066673   -244.560080 999999.999999
+PR20  17896.922717  -7621.921457  16538.905794 999999.999999
+PR21    218.089907 -10847.057123  23078.543886 999999.999999
+PR22 -17660.074869  -7734.697641  16615.851619 999999.999999
+PR23 -25509.456351     32.780631    189.069996 999999.999999
+PR24 -18348.061460   7627.176943 -16019.742996 999999.999999
+*  2011  9  3 22 30  0.00000000
+PG02 -12600.393931 -21775.660655   9319.260687    354.298765
+PG03   6239.896439  14843.773191 -21566.014395    763.541751
+PG04   1946.064410 -17956.043487  19142.769516    220.772451
+PG05  -3729.680528 -22607.629081 -13347.286227   -213.241682
+PG06    522.220187  16053.819575 -20982.938919    -79.591902
+PG07  17348.695930  -1701.068799 -20101.556403     25.058465
+PG08  11044.436790  -9236.925936 -22277.832877      9.051005
+PG09 -21048.559675 -14678.443046   6247.422019    103.338880
+PG10   9057.702517 -24604.883410   2418.719145    -12.001143
+PG11  23544.206897  12583.479605   1268.894227   -182.724582
+PG12 -13639.589359  -6228.308535  21940.565432     20.077328
+PG13  26286.438444  -3961.999201    981.357134    253.244590
+PG14 -15563.372299  14207.824120  16244.637081    170.434812
+PG15 -19746.505513  -6701.898021 -16540.160075   -107.810791
+PG16   3748.532648  21576.808400 -14802.067124   -195.665538
+PG17  14648.003507 -15030.280018  16277.547235    176.602904
+PG18 -15941.048276  13969.028736 -15439.368422    155.555553
+PG19  17085.465060   9822.758297 -17996.247387   -180.018553
+PG20  15270.120892   3942.933821  21228.590030     52.500920
+PG21 -16046.528849   5083.081030 -20230.113562   -169.071973
+PG22 -10553.110411  23823.261593  -4653.813228    144.854668
+PG23  24703.827472   1100.742448  10189.643671    278.853582
+PG24  21042.588877  13635.074123   9260.084402    420.910834
+PG25 -16062.051754   7052.396334  19906.124910     17.059479
+PG26  -8340.211861 -13324.082812 -22063.523910   -145.296533
+PG27 -20495.410041 -17157.100711   1934.327143    301.592735
+PG28  12342.393547 -21944.255991  -7516.478489     64.694010
+PG29 -26059.220481   4864.791037   1285.442417    236.776977
+PG30 -14959.948485  11714.760230  18203.472448     89.606998
+PG31   1360.544737  19162.924931  18444.765758    136.161457
+PG32  10634.671071  13491.724938  20628.182337   -322.445847
+PR01 -13434.023237   4373.556976 -21231.592576 999999.999999
+PR02 -14008.900020  19702.093059  -8143.138826 999999.999999
+PR03   5218.334866  19767.396736  15293.704827 999999.999999
+PR04   6124.633679 -10924.941848  22222.161414 999999.999999
+PR05  13402.718227  -4259.380731  21280.134926 999999.999999
+PR06  14162.926381 -19296.061897   8860.754652 999999.999999
+PR07   4104.737077 -23105.390910 -10035.155696 999999.999999
+PR08  -4944.304041 -13217.445788 -21238.146832 999999.999999
+PR09   7310.262084  -8393.036333 -22981.776032 999999.999999
+PR10  -5099.055829 -19672.888791 -15374.567027 999999.999999
+PR11 -15021.600380 -20585.316444   1781.800259 999999.999999
+PR12 -15697.092976  -8575.187530  18069.430928 999999.999999
+PR13  -7245.739771   8100.891604  23056.809639 999999.999999
+PR15  15695.326287  19622.549337  -4099.160786 999999.999999
+PR16  15800.329167   8623.786065 -18161.232304 999999.999999
+PR17  -2826.320682  10894.865404 -22882.891050 999999.999999
+PR18  16029.809895   7573.716582 -18369.132859 999999.999999
+PR19  25272.829891    111.913460  -3453.694056 999999.999999
+PR20  19783.768919  -7796.845696  14138.070244 999999.999999
+PR21   3050.986332 -10952.401101  22818.811609 999999.999999
+PR22 -15473.812246  -7723.031846  18685.511771 999999.999999
+PR23 -25281.324833    180.273923   3395.343945 999999.999999
+PR24 -20163.126831   7816.554966 -13553.461565 999999.999999
+*  2011  9  3 22 45  0.00000000
+PG02 -11562.547241 -21155.429859  11745.862467    354.300723
+PG03   4055.654501  15785.091215 -21387.524778    763.546276
+PG04   3722.362701 -16471.392104  20204.951261    220.782436
+PG05  -3180.243923 -23913.232916 -10996.120750   -213.246446
+PG06  -1769.773471  16785.604292 -20314.047582    -79.583375
+PG07  18882.720961   -101.062973 -18767.261377     25.059864
+PG08  12740.369245  -7349.188007 -22124.705713      9.050338
+PG09 -21373.781372 -15235.476601   3415.133844    103.340533
+PG10   9249.537826 -24072.465772   5225.246494    -12.002563
+PG11  23362.691692  12974.070989  -1416.341829   -182.727579
+PG12 -13001.086899  -8623.938094  21528.269931     20.079692
+PG13  26035.877986  -3737.198173   3869.375260    253.242793
+PG14 -17263.528969  14458.624184  14134.212147    170.436592
+PG15 -17904.139615  -7464.103567 -18209.209655   -107.809405
+PG16   3155.306004  23045.259927 -12530.244434   -195.667729
+PG17  16369.932053 -15290.729952  14228.230522    176.601454
+PG18 -15700.983663  12021.569419 -17219.399810    155.557235
+PG19  15027.008285  10369.111604 -19436.873872   -180.022167
+PG20  14774.868913   6348.965105  21001.932145     52.501162
+PG21 -17671.095364   3391.741791 -19282.307386   -169.074642
+PG22 -10707.110533  23048.730399  -7337.733090    144.854467
+PG23  23515.078249   1635.652343  12611.096198    278.850794
+PG24  21483.148971  14456.405267   6644.754731    420.914408
+PG25 -15636.002885   4749.644666  20903.932586     17.061190
+PG26  -5985.735687 -13837.541133 -22485.623461   -145.308097
+PG27 -20374.758709 -17274.768076   -940.412611    301.596334
+PG28  12262.713047 -20840.356460 -10166.036535     64.696596
+PG29 -25828.898119   4545.243961   4124.556100    236.779896
+PG30 -14801.678273   9484.837490  19553.078678     89.602933
+PG31   -264.224124  17739.202815  19894.986117    136.166202
+PG32   9853.312337  15588.430375  19531.939588   -322.451953
+PR01 -12290.411459   1943.623216 -22259.382470 999999.999999
+PR02 -13418.597671  18667.754206 -11050.105087 999999.999999
+PR03   4138.826672  18038.896930  17578.278439 999999.999999
+PR04   8780.156277 -11256.042601  21138.714212 999999.999999
+PR05  12260.636817  -1825.218214  22292.607521 999999.999999
+PR06  13527.606224 -18189.056222  11725.986289 999999.999999
+PR07   4404.525576 -24119.314677  -7091.536152 999999.999999
+PR08  -3956.987109 -15552.735718 -19816.616066 999999.999999
+PR09   8936.042877  -6064.318213 -23132.295961 999999.999999
+PR10  -4009.219977 -17941.459052 -17657.175105 999999.999999
+PR11 -15193.101335 -20486.448607  -1446.267896 999999.999999
+PR12 -16995.770685 -10240.438742  15885.820103 999999.999999
+PR13  -8928.371443   5788.666655  23160.972296 999999.999999
+PR15  16043.296109  19749.004287   -869.361405 999999.999999
+PR16  17105.547602  10269.672081 -15997.598232 999999.999999
+PR17  -5598.408494  11169.611809 -22224.236089 999999.999999
+PR18  13655.876647   7720.914159 -20129.900328 999999.999999
+PR19  24640.857613     10.858782  -6595.731900 999999.999999
+PR20  21342.040126  -8080.580980  11463.493146 999999.999999
+PR21   5810.495620 -11259.103700  22115.229773 999999.999999
+PR22 -13062.080170  -7895.754403  20390.226845 999999.999999
+PR23 -24654.703899    268.860667   6535.660985 999999.999999
+PR24 -21642.022265   8104.259903 -10824.321001 999999.999999
+*  2011  9  3 23  0  0.00000000
+PG02 -10292.046189 -20423.782548  13976.063136    354.302157
+PG03   1951.043990  16814.089712 -20854.342490    763.551955
+PG04   5642.553757 -15009.359414  20910.397107    220.793331
+PG05  -2744.793542 -24972.123987  -8454.675890   -213.251302
+PG06  -3937.486312  17588.609699 -19289.677446    -79.574928
+PG07  20372.287990   1301.528172 -17112.283450     25.061638
+PG08  14511.239241  -5594.379662 -21591.200249      9.050843
+PG09 -21477.052852 -15564.668979    523.401973    103.342016
+PG10   9406.935636 -23239.933872   7939.263762    -12.003238
+PG11  22931.331518  13242.181601  -4077.770399   -182.730600
+PG12 -12507.699995 -10982.948796  20746.657444     20.081638
+PG13  25486.120138  -3411.667973   6690.971275    253.241204
+PG14 -18707.055559  14729.861702  11781.286839    170.438441
+PG15 -15942.222843  -8380.498844 -19566.497089   -107.807777
+PG16   2697.992333  24278.485241 -10039.355883   -195.669793
+PG17  17844.463250 -15562.897797  11933.430651    176.600130
+PG18 -15515.912106   9882.638349 -18691.500817    155.558955
+PG19  12858.814761  11061.336499 -20547.013482   -180.025781
+PG20  14400.039386   8728.776189  20409.440362     52.501659
+PG21 -19272.139008   1867.257322 -17995.610450   -169.077308
+PG22 -10840.870475  21990.230174  -9893.799997    144.854327
+PG23  22110.275982   2320.407835  14819.680155    278.848075
+PG24  21746.005042  15049.379466   3917.258921    420.917317
+PG25 -15316.987574   2336.284435  21540.958856     17.062820
+PG26  -3636.569070 -14494.527965 -22542.311720   -145.319185
+PG27 -20000.554984 -17207.140568  -3799.205950    301.602062
+PG28  12180.820886 -19442.732906 -12633.935413     64.699140
+PG29 -25313.080796   4117.774296   6892.590491    236.782820
+PG30 -14746.691091   7113.313976  20555.929601     89.598783
+PG31  -2072.816278  16315.109255  21006.556538    136.171474
+PG32   9219.291418  17585.610552  18110.775605   -322.458109
+PR01 -11291.092413   -656.614507 -22854.543728 999999.999999
+PR02 -12784.847312  17270.163992 -13742.405115 999999.999999
+PR03   2762.291484  16199.305426  19522.105319 999999.999999
+PR04  11248.250537 -11753.410799  19644.708352 999999.999999
+PR05  11263.884262    777.161339  22872.108059 999999.999999
+PR06  12856.997277 -16721.233281  14363.783640 999999.999999
+PR07   4526.599983 -24796.393439  -4010.396236 999999.999999
+PR08  -3208.632124 -17766.272099 -18009.844352 999999.999999
+PR09  10724.302539  -3868.452293 -22834.700622 999999.999999
+PR10  -2623.683170 -16100.243691 -19596.114614 999999.999999
+PR11 -15102.117227 -20073.695866  -4646.366498 999999.999999
+PR12 -18231.118077 -11581.913225  13390.376814 999999.999999
+PR13 -10769.891709   3620.149352  22814.319476 999999.999999
+PR15  16141.288432  19544.728084   2377.425906 999999.999999
+PR16  18349.415159  11593.991473 -13525.590089 999999.999999
+PR17  -8237.199748  11630.515153 -21133.345251 999999.999999
+PR18  11108.471954   8074.848222 -21500.289000 999999.999999
+PR19  23629.396828     17.651567  -9609.639837 999999.999999
+PR20  22537.282359  -8423.426666   8567.007225 999999.999999
+PR21   8429.425610 -11748.266724  20981.128635 999999.999999
+PR22 -10487.720861  -8275.920385  21697.170558 999999.999999
+PR23 -23650.211310    246.173190   9549.003171 999999.999999
+PR24 -22752.656633   8439.591869  -7885.180862 999999.999999
+*  2011  9  3 23 15  0.00000000
+PG02  -8792.318862 -19619.602124  15972.180023    354.303855
+PG03    -38.358781  17904.360329 -19974.146837    763.555798
+PG04   7675.761372 -13606.937616  21247.421459    220.802817
+PG05  -2394.760211 -25757.162981  -5766.848254   -213.256012
+PG06  -5944.769210  18433.108062 -17927.314729    -79.566457
+PG07  21772.329206   2497.583849 -15165.367714     25.063330
+PG08  16315.888374  -4002.754110 -20688.219260      9.051226
+PG09 -21331.455635 -15694.471335  -2377.428188    103.344068
+PG10   9566.425403 -22115.698724  10512.517928    -12.004301
+PG11  22242.816130  13418.549998  -6670.840952   -182.733705
+PG12 -12158.018808 -13256.233571  19609.597038     20.084010
+PG13  24658.925304  -2951.598375   9397.515143    253.239372
+PG14 -19874.462795  14982.410282   9225.739902    170.440152
+PG15 -13905.922616  -9451.882493 -20588.363673   -107.806333
+PG16   2349.491965  25243.616892  -7372.741818   -195.671669
+PG17  19052.633710 -15808.796310   9432.215110    176.598596
+PG18 -15411.170131   7590.315117 -19829.532247    155.560644
+PG19  10627.214696  11901.518992 -21306.890165   -180.029605
+PG20  14144.245695  11035.495267  19461.740336     52.502330
+PG21 -20807.764377    524.268723 -16394.757511   -169.079154
+PG22 -10988.815266  20660.670846 -12277.214227    144.853907
+PG23  20527.333476   3172.224368  16777.705861    278.845361
+PG24  21799.046548  15432.015857   1123.646242    420.922134
+PG25 -15120.674205   -141.259069  21806.265462     17.064466
+PG26  -1338.720688 -15282.762381 -22231.592966   -145.330048
+PG27 -19352.571711 -16987.346453  -6593.242919    301.606430
+PG28  12134.193194 -17771.014347 -14875.098682     64.701814
+PG29 -24535.025153   3551.983943   9541.944248    236.785929
+PG30 -14810.870404   4646.504547  21193.650886     89.594840
+PG31  -4039.609278  14931.974425  21761.460231    136.176559
+PG32   8724.733056  19440.134104  16388.738190   -322.464628
+PR01 -10469.591713  -3366.568499 -23005.455442 999999.999999
+PR02 -12163.707614  15528.420414 -16167.699889 999999.999999
+PR03   1099.211891  14314.520489  21087.208307 999999.999999
+PR04  13472.006604 -12381.097211  17769.094958 999999.999999
+PR05  10445.682062   3487.058283  23007.387984 999999.999999
+PR06  12207.221372 -14913.764382  16722.926048 999999.999999
+PR07   4515.406823 -25105.944829   -851.485928 999999.999999
+PR08  -2690.355307 -19793.682305 -15852.975048 999999.999999
+PR09  12627.052061  -1856.729855 -22094.413437 999999.999999
+PR10   -953.464623 -14215.629127 -21153.985624 999999.999999
+PR11 -14711.600438 -19390.218879  -7756.604363 999999.999999
+PR12 -19340.821608 -12591.284613  10631.908503 999999.999999
+PR13 -12720.088687   1645.847316  22023.525781 999999.999999
+PR15  15946.901103  19048.506805   5577.764741 999999.999999
+PR16  19470.537747  12589.004951 -10792.889303 999999.999999
+PR17 -10679.972543  12248.784438 -19631.155617 999999.999999
+PR18   8453.916855   8648.458721 -22453.316986 999999.999999
+PR19  22271.113966    179.924540 -12436.883403 999999.999999
+PR20  23347.337840  -8771.062640   5504.707686 999999.999999
+PR21  10845.862988 -12389.730170  19438.262857 999999.999999
+PR22  -7818.216079  -8874.885024  22581.377898 999999.999999
+PR23 -22300.741255     65.046608  12376.806910 999999.999999
+PR24 -23475.419172   8767.725701  -4793.009217 999999.999999
+*  2011  9  3 23 30  0.00000000
+PG02  -7074.759693 -18781.592610  17700.209207    354.305640
+PG03  -1881.998295  19024.096703 -18760.275316    763.560829
+PG04   9785.283659 -12295.872453  21211.016614    220.812997
+PG05  -2097.407853 -26248.840937  -2979.130835   -213.260770
+PG06  -7761.759172  19284.545895 -16250.518662    -79.558047
+PG07  23038.308077   3486.575928 -12960.101700     25.064916
+PG08  18109.524259  -2596.543769 -19432.824731      9.051124
+PG09 -20917.411630 -15659.032950  -5237.530130    103.347848
+PG10   9762.900099 -20717.047202  12899.205185    -12.006563
+PG11  21296.956550  13535.478530  -9152.409070   -182.736644
+PG12 -11942.421018 -15396.596095  18136.976781     20.086103
+PG13  23583.779771  -2328.307851  11942.183140    253.237486
+PG14 -20754.973662  15175.369861   6511.138456    170.441760
+PG15 -11841.009227 -10671.028316 -21256.823719   -107.804752
+PG16   2077.470698  25915.327131  -4576.963805   -195.673744
+PG17  19983.953080 -15988.843188   6767.446961    176.597059
+PG18 -15405.845422   5187.730650 -20613.585626    155.562216
+PG19   8379.248373  12883.616347 -21702.552366   -180.033394
+PG20  13998.529399  13223.995691  18175.679839     52.502493
+PG21 -22235.986550   -630.824038 -14509.674191   -169.081778
+PG22 -11182.993219  19081.052835 -14446.105765    144.853897
+PG23  18808.165421   4200.902670  18451.518536    278.842715
+PG24  21615.477993  15628.771167  -1688.932496    420.924953
+PG25 -15054.890282  -2634.196478  21695.345923     17.066125
+PG26    864.339752 -16182.207188 -21557.140550   -145.340803
+PG27 -18418.736465 -16652.532798  -9274.003650    301.611071
+PG28  12156.825748 -15853.742818 -16848.341394     64.704518
+PG29 -23525.015393   2822.769036  12027.145662    236.788741
+PG30 -15002.358746   2133.775409  21454.526170     89.590920
+PG31  -6131.983226  13626.597877  22147.727796    136.181827
+PG32   8354.469428  21112.037477  14394.642364   -322.470929
+PR01  -9848.428164  -6120.292008 -22709.132580 999999.999999
+PR02 -11607.728618  13473.985295 -18278.826611 999999.999999
+PR03   -826.986729  12448.944153  22242.892387 999999.999999
+PR04  15403.507547 -13094.284205  15548.247952 999999.999999
+PR05   9828.219780   6238.503502  22695.821699 999999.999999
+PR06  11630.496682 -12800.084881  18757.570868 999999.999999
+PR07   4420.667153 -25029.020262   2323.934785 999999.999999
+PR08  -2381.635369 -21575.358296 -13387.957351 999999.999999
+PR09  14588.391356    -70.893103 -20925.435831 999999.999999
+PR10    977.535813 -12352.305428 -22300.866486 999999.999999
+PR11 -13995.207617 -18487.394633 -10716.818837 999999.999999
+PR12 -20264.325372 -13273.429161   7664.504520 999999.999999
+PR13 -14721.116913    -93.769725  20803.930728 999999.999999
+PR15  15427.949355  18308.529931   8669.147115 999999.999999
+PR16  20409.141212  13259.845124  -7852.160295 999999.999999
+PR17 -12871.372809  12985.471837 -17746.655155 999999.999999
+PR18   5761.145864   9442.450458 -22970.051328 999999.999999
+PR19  20609.705295    537.936714 -15022.564941 999999.999999
+PR20  23763.115100  -9067.034326   2335.874740 999999.999999
+PR21  13005.525655 -13143.376499  17516.411501 999999.999999
+PR22  -5123.057926  -9691.706577  23026.195711 999999.999999
+PR23 -20650.136497   -314.239267  14964.104119 999999.999999
+PR24 -23803.863791   9032.226563  -1607.784736 999999.999999
+*  2011  9  3 23 45  0.00000000
+PG02  -5158.528458 -17946.794926  19130.385144    354.307695
+PG03  -3555.325224  20137.190340 -17231.611403    763.564436
+PG04  11929.892387 -11101.530208  20802.881008    220.822727
+PG05  -1817.307223 -26435.999739   -139.795674   -213.265380
+PG06  -9365.863705  20104.911908 -14288.509352    -79.549617
+PG07  24127.876574   4276.370854 -10534.332973     25.066289
+PG08  19845.355086  -1389.354247 -17847.844233      9.051790
+PG09 -20223.450815 -15496.648956  -8008.437056    103.350718
+PG10  10028.023883 -19069.580715  15056.867716    -12.007171
+PG11  20100.762535  13625.463433 -11481.379999   -182.739496
+PG12 -11843.560118 -17360.382647  16354.340676     20.088286
+PG13  22296.790120  -1519.572609  14280.780642    253.235689
+PG14 -21346.833956  15267.777804   3684.017450    170.443601
+PG15  -9792.234505 -12022.795123 -21559.900538   -107.803426
+PG16   1845.832636  26276.790672  -1700.955659   -195.675561
+PG17  20636.696578 -16063.529724   3985.061328    176.595448
+PG18 -15511.950652   2721.513636 -21030.346794    155.564181
+PG19   6161.032918  13993.529998 -21726.170759   -180.036729
+PG20  13946.809688  15252.466530  16574.001910     52.503244
+PG21 -23516.294550  -1599.798374 -12374.802602   -169.083997
+PG22 -11451.638838  17279.792442 -16362.314465    144.853814
+PG23  16997.194526   5408.248878  19812.073075    278.840042
+PG24  21174.934976  15669.456540  -4472.974630    420.928513
+PG25 -15119.320993  -5093.063063  21210.198734     17.067741
+PG26   2933.095800 -17165.691380 -20528.335732   -145.352124
+PG27 -17195.888712 -16242.366825 -11794.106925    301.613622
+PG28  12277.664025 -13727.430453 -18517.268632     64.707330
+PG29 -22319.180259   1911.482176  14305.627311    236.791840
+PG30 -15321.164609   -374.236976  21333.753272     89.586990
+PG31  -8311.404004  12429.948656  22159.574663    136.186814
+PG32   8086.750146  22565.865761  12161.629630   -322.477073
+PR01  -9438.231432  -8848.984430 -21971.288020 999999.999999
+PR02 -11163.601313  11149.593575 -20034.718423 999999.999999
+PR03  -2980.644126  10662.859925  22966.362224 999999.999999
+PR04  17005.595097 -13841.263162  13025.263370 999999.999999
+PR05   9421.791441   8962.762659  21943.457319 999999.999999
+PR06  11172.812957 -10424.729785  20428.144692 999999.999999
+PR07   4295.028629 -24559.231454   5454.280015 999999.999999
+PR08  -2251.406741 -23058.819632 -10662.728142 999999.999999
+PR09  16546.705672   1458.395710 -19350.105223 999999.999999
+PR10   3133.311675 -10570.635964 -23014.867393 999999.999999
+PR11 -12938.630435 -17422.551625 -13469.726616 999999.999999
+PR12 -20945.490477 -13645.969993   4546.445584 999999.999999
+PR13 -16709.796766  -1569.742650  19179.243280 999999.999999
+PR15  14564.042850  17380.200273  11591.236340 999999.999999
+PR16  21109.621397  13624.051927  -4760.059157 999999.999999
+PR17 -14765.495418  13793.169291 -15516.335843 999999.999999
+PR18   3099.051574  10445.103205 -23040.007127 999999.999999
+PR19  18698.134278   1122.630528 -17316.488943 999999.999999
+PR20  23788.831761  -9255.335992   -878.163531 999999.999999
+PR21  14863.803929 -13960.878690  15252.815808 999999.999999
+PR22  -2471.057659 -10713.086565  23023.564457 999999.999999
+PR23 -18751.419547   -922.034221  17260.593542 999999.999999
+PR24 -23744.859390   9177.646475   1608.663166 999999.999999
+EOF
diff --git a/util/data/igl16295.sp3 b/util/data/igl16295.sp3
new file mode 100644
index 0000000..813e4d6
--- /dev/null
+++ b/util/data/igl16295.sp3
@@ -0,0 +1,2231 @@
+#cP2011  4  1  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1629 432000.00000000   900.00000000 55652 0.0000000000000
++   22   R01R02R03R05R06R07R08R09R10R11R12R13R15R16R17R18R19
++        R20R21R22R23R24  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  3  4  4  4  4  3  3  3  4  3  4  4  3  4  4  4
+++         5  4  4  4  4  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c R  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* bkg brx cod esx gfz grg iac mcc                          
+/*                                                          
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  1  0  0  0.00000000
+PR01 -12662.180583 -15789.526577  15533.947765   -181.097738 12 15 14           
+PR02 -10708.230743   2786.899973  22980.753725   -219.573666  9 15  9           
+PR03 -11242.395106   7581.013556 -21638.647775     18.644243 16 16 12           
+PR05  12672.572067  15809.228239 -15507.303742   -165.122762 11 14 12           
+PR06  10879.001649  -1934.165643 -23012.697965    -43.947450 13 11  9           
+PR07    865.811901 -19985.461088 -15833.314091   -210.262104 12 12 13           
+PR08  -7140.314256 -24472.758122   -978.758843    -44.427914 15  9 14           
+PR09  23387.206286    606.749070  10270.777736    -47.541325 10 12 13           
+PR10  11023.847235  -7628.180838  21668.064275    -99.764406  9  8  6           
+PR11  -8158.187747 -11678.125789  21134.930495    -75.003333 12 13 16           
+PR12 -22835.860453  -8923.378937   7305.019573    -21.277929 10 11 12           
+PR13 -23449.563010   -355.558399 -10052.389492   -301.142523 11 14 13           
+PR15  10156.886047  11546.103278 -20381.246473     49.934621 12 12 15           
+PR16  22689.928633   8914.870516  -7386.450882    -38.871742  6  8  9           
+PR17 -15490.949199  19751.746017   4781.924783   -279.246832 16  9 15           
+PR18  -2709.176511  16443.946734  19384.747408    -30.018590 14 11 11           
+PR19  11220.350926   3523.938136  22639.733298   -159.286262 14 11 10           
+PR20  18911.392997 -11777.126869  12374.792832    -76.628491  8 13 14           
+PR21  15386.123824 -19897.540772  -4537.919157   -228.204965 13 11 14           
+PR22   2734.312267 -16439.859735 -19241.183648      4.307166 13 14  9           
+PR23 -11325.009026  -3392.823009 -22603.841864   -264.559538 11 14 12           
+PR24 -18753.916971  11555.393272 -12876.811557     61.278427 13 12 15           
+*  2011  4  1  0 15  0.00000000
+PR01 -13347.899512 -17416.401028  13019.932472   -181.097738 12 15 15           
+PR02 -11646.509885    129.765024  22692.587868   -219.575303  8 14  9           
+PR03 -13800.593701   7220.405082 -20241.309094     18.646699 16 15 13           
+PR05  13356.173241  17430.444528 -12988.762092   -165.122762 11 12  8           
+PR06  11821.288545    712.824236 -22616.738548    -43.947450 13 11  8           
+PR07   1616.758308 -18043.970170 -17966.522948   -210.262104 11 11 12           
+PR08  -7158.276040 -24131.141888  -4161.764299    -44.427095 14  9 13           
+PR09  24481.843559    666.022518   7299.295363    -47.540506  9 11 13           
+PR10  13596.561248  -7255.625853  20285.317322    -99.764406  7  9  8           
+PR11  -5530.833242 -11135.590582  22256.326645    -75.003333 11 11 15           
+PR12 -21804.915574  -8548.691842  10272.804148    -21.276292 10 11 13           
+PR13 -24517.941634   -371.425665  -7050.064968   -301.143341 10 14 12           
+PR15   7612.659570  10998.714899 -21737.830331     49.935440 13 11 14           
+PR16  21647.364401   8554.170480 -10363.604183    -38.871742  7  7 10           
+PR17 -15625.865887  20155.080054   1599.784418   -279.245195 15  9 14           
+PR18  -4107.669279  18226.550814  17454.961759    -30.018590 14 10 11           
+PR19   9351.511915   5634.892423  23058.076321   -159.287081 14 11  9           
+PR20  17704.864444 -10589.456852  14969.218445    -76.628491 10 14 13           
+PR21  15499.586183 -20278.710633  -1353.874847   -228.204965 11 10 14           
+PR22   4136.368482 -18216.390459 -17279.826119      4.307166 12 13 11           
+PR23  -9480.836590  -5520.793222 -23029.215862   -264.562812 11 14 11           
+PR24 -17527.992957  10309.700812 -15414.459100     61.281702 14 12 14           
+*  2011  4  1  0 30  0.00000000
+PR01 -14022.287473 -18690.335487  10253.209404   -181.097738 12 14 15           
+PR02 -12748.990027  -2395.209894  21963.684125   -219.576940  8 14  9           
+PR03 -16184.012177   7075.754733 -18452.328284     18.649155 16 15 14           
+PR05  14027.518372  18698.766008 -10218.062551   -165.122762 11 12  8           
+PR06  12923.552721   3214.680817 -21782.677389    -43.947450 12 11  8           
+PR07   2608.863482 -15944.015371 -19751.041928   -210.262104 11 12 12           
+PR08  -6999.545086 -23433.410030  -7263.957710    -44.426276 14 10 13           
+PR09  25207.500663    595.642469   4186.791364    -47.539688  8 10 13           
+PR10  15997.096920  -7099.511270  18507.098215    -99.764406  6  9  9           
+PR11  -2760.430543 -10778.823888  22944.781500    -75.003333 11 10 14           
+PR12 -20399.797375  -8205.894132  13042.570449    -21.274655 11 11 13           
+PR13 -25209.332794   -266.009341  -3910.879047   -301.144160 10 13 12           
+PR15   4893.294698  10631.098422 -22673.021379     49.936258 13 11 14           
+PR16  20230.088550   8224.987328 -13138.757193    -38.871742  8  8 10           
+PR17 -15492.552197  20255.217340  -1613.271928   -279.243558 15  9 14           
+PR18  -5217.345063  19900.449383  15188.541425    -30.018590 14  9 11           
+PR19   7628.547181   7896.638945  23028.862855   -159.287899 14 10  9           
+PR20  16406.884851  -9076.310171  17272.223237    -76.628491 10 14 12           
+PR21  15350.131578 -20352.659369   1856.314093   -228.204965 10 10 13           
+PR22   5249.108648 -19879.731780 -14980.425156      4.307166 11 12 11           
+PR23  -7782.643724  -7797.992047 -23007.421317   -264.566087 11 14  9           
+PR24 -16221.868584   8741.645467 -17653.016327     61.284976 14 13 14           
+*  2011  4  1  0 45  0.00000000
+PR01 -14627.855339 -19597.356656   7287.498523   -181.097738 13 14 15           
+PR02 -13977.864774  -4730.690297  20808.252810   -219.579028  8 14 10           
+PR03 -18330.084634   7122.204986 -16306.444159     18.652287 16 15 15           
+PR05  14629.073768  19600.292292  -7248.943275   -165.123693 11 12  8           
+PR06  14146.418916   5515.208684 -20526.726069    -43.947450 11 11  8           
+PR07   3843.777347 -13749.285394 -21152.368246   -210.261173 11 12 11           
+PR08  -6622.124739 -22416.136026 -10225.108225    -44.426164 14 10 12           
+PR09  25539.811750    446.774788    993.435795    -47.537712  8  9 13           
+PR10  18161.934257  -7135.340425  16367.904004    -99.761612  5  9 10           
+PR11     85.208207 -10627.751209  23187.251418    -75.004264 11 10 12           
+PR12 -18648.808086  -7947.288722  15560.673820    -21.272567 11 10 12           
+PR13 -25500.670819    -91.973223   -695.754686   -301.145204 10 13 12           
+PR15   2064.995304  10467.282434 -23168.275146     49.938234 13 11 13           
+PR16  18467.589923   7979.782800 -15658.034085    -38.871742  9  8 10           
+PR17 -15135.057569  20018.236199  -4795.144678   -279.241469 15 10 14           
+PR18  -6040.003800  21402.813908  12629.303594    -30.024178 14  8 11           
+PR19   6093.659577  10253.002976  22552.662088   -159.288943 14 10  9           
+PR20  15079.140104  -7252.805554  19239.159813    -76.628491 11 14 11           
+PR21  14982.545286 -20086.666510   5030.656824   -228.205896 10  9 13           
+PR22   6074.495040 -21366.203259 -12387.697743      4.307166 11 12 11           
+PR23  -6272.053234 -10168.020752 -22538.890790   -264.570263 11 14  9           
+PR24 -14896.609025   6868.454074 -19549.120818     61.288221 15 13 14           
+*  2011  4  1  1  0  0.00000000
+PR01 -15107.179254 -20136.595541   4180.368964   -181.097738 13 13 15           
+PR02 -15286.434200  -6827.776067  19248.778060   -219.580665  8 14 11           
+PR03 -20183.786824   7324.278748 -13845.245872     18.654743 15 15 15           
+PR05  15103.390141  20134.223494  -4139.024519   -165.123693 11 11  8           
+PR06  15441.871402   7566.999904 -18873.237450    -43.947450 11 11  9           
+PR07   5311.064672 -11524.289407 -22143.443891   -210.261173 11 12 10           
+PR08  -5992.779233 -21125.674480 -12987.729742    -44.425345 14 10 12           
+PR09  25467.240529    274.122034  -2219.099305    -47.536894  6  9 13           
+PR10  20035.055859  -7327.849432  13909.333422    -99.761612  5 10 11           
+PR11   2935.400131 -10690.070238  22979.377040    -75.004264 11 10  9           
+PR12 -16591.956935  -7819.416933  17778.183771    -21.270930 11 10 12           
+PR13 -25382.077611     94.813346   2532.880517   -301.146023 10 12 13           
+PR15   -801.919900  10519.243696 -23213.543708     49.939052 13 10 13           
+PR16  16401.077695   7865.094770 -17872.646203    -38.871742 10  9 11           
+PR17 -14604.498451  19421.511179  -7884.312625   -279.239832 15 11 14           
+PR18  -6589.771154  22674.399204   9826.642065    -30.024178 14  7 12           
+PR19   4778.405734  12641.526124  21638.708950   -159.289762 14 10  9           
+PR20  13780.931371  -5146.692993  20831.978375    -76.628491 11 14 11           
+PR21  14448.413235 -19459.415888   8107.846845   -228.205896  9  9 13           
+PR22   6626.992929 -22615.921193  -9552.229449      4.307166 10 11 11           
+PR23  -4980.024946 -12568.303546 -21632.723853   -264.573537 10 13  8           
+PR24 -13610.468466   4719.792087 -21066.060907     61.291495 15 13 14           
+*  2011  4  1  1 15  0.00000000
+PR01 -15405.480119 -20320.120042    992.122746   -181.097738 13 13 15           
+PR02 -16621.037332  -8647.780867  17315.579058   -219.583685  9 13 11           
+PR03 -21699.736084   7637.545233 -11116.373220     18.658806 14 15 15           
+PR05  15395.687648  20312.699617   -948.692505   -165.124624 12 11  9           
+PR06  16755.242331   9333.145445 -16854.237092    -43.946519 10 11  9           
+PR07   6988.424206  -9331.807792 -22705.167623   -210.260242 11 12 10           
+PR08  -5088.692389 -19616.196624 -15498.196024    -44.424301 14 11 12           
+PR09  24991.538227    133.384445  -5388.812353    -47.535850  4  8 13           
+PR10  21570.126223  -7632.671343  11179.276306    -99.761612  5 10 12           
+PR11   5719.291786 -10960.940671  22325.540590    -75.004264 11 10  7           
+PR12 -14279.500921  -7860.913582  19651.835005    -21.269759 11  9 11           
+PR13 -24857.270620    237.881247   5712.307071   -301.147067 10 12 13           
+PR15  -3635.693454  10786.352892 -22807.503221     49.940110 13 10 12           
+PR16  14081.906735   7919.395042 -19739.827805    -38.871742 11  9 11           
+PR17 -13956.735277  18454.836800 -10821.007956   -279.237744 14 12 14           
+PR18  -6892.244795  23661.980662   6834.592376    -30.023246 14  6 12           
+PR19   3702.553352  14995.883055  20304.726442   -159.296394 14  9  9           
+PR20  12566.668668  -2797.439297  22019.952524    -76.629422 12 14 10           
+PR21  13803.780751 -18462.059827  11028.427607   -228.206828  9  8 12           
+PR22   6932.705857 -23575.332877  -6529.474828      4.306235 10 10 11           
+PR23  -3925.735666 -14932.508150 -20306.510999   -264.576782  9 13  9           
+PR24 -12416.439101   2336.783458 -22174.478454     61.295671 15 14 13           
+*  2011  4  1  1 30  0.00000000
+PR01 -15473.106022 -20172.239485  -2215.374021   -181.097738 13 12 15           
+PR02 -17923.295359 -10163.582472  15046.220168   -219.585322  9 13 12           
+PR03 -22843.904248   8010.669272  -8172.604568     18.661262 14 14 15           
+PR05  15456.345594  20160.110061   2260.073309   -165.124624 12 11  9           
+PR06  18027.496593  10788.509341 -14508.809464    -43.946519 10 11 10           
+PR07   8842.414322  -7230.434300 -22826.753514   -210.260242 10 12  9           
+PR08  -3898.690175 -17947.418466 -17707.779942    -44.423482 14 11 11           
+PR09  24127.670921     78.682348  -8454.547853    -47.535031  4  8 12           
+PR10  22732.277649  -7998.402105   8230.973465    -99.761612  7  9 12           
+PR11   8368.559301 -11423.218900  21238.754502    -75.004264 11 11  8           
+PR12 -11770.068834  -8100.694700  21144.881198    -21.268941 11  9 10           
+PR13 -23943.419744    282.794960   8780.734325   -301.147885 10 12 14           
+PR15  -6365.873315  11255.366949 -21957.613958     49.940110 13 10 12           
+PR16  11569.596026   8171.307016 -21223.646188    -38.871742 12 10 11           
+PR17 -13249.863883  17121.050624 -13548.360482   -279.236107 14 13 14           
+PR18  -6983.168290  24320.562024   3710.812716    -30.023246 14  6 12           
+PR19   2873.445496  17248.474224  18576.584683   -159.297213 14  9 10           
+PR20  11483.595095   -254.824753  22780.258275    -76.629422 12 14 10           
+PR21  13106.639018 -17098.781603  13735.924637   -228.206828 10  8 12           
+PR22   7028.009485 -24199.505453  -3378.650410      4.306235 10  8 11           
+PR23  -3115.966567 -17193.137503 -18585.993832   -264.580056  9 12  9           
+PR24 -11360.041332   -229.446531 -22852.929542     61.298946 15 14 13           
+*  2011  4  1  1 45  0.00000000
+PR01 -15267.812744 -19728.311278  -5379.889755   -181.096807 13 11 15           
+PR02 -19132.571718 -11360.489178  12484.781284   -219.587410  9 12 12           
+PR03 -23594.874161   8387.758342  -5070.848952     18.665326 13 14 15           
+PR05  15243.190895  19711.902385   5424.906661   -165.125556 12 11  9           
+PR06  19197.718634  11920.514188 -11882.349954    -43.946519  9 11 11           
+PR07  10829.655301  -5272.310644 -22505.930237   -210.259310 11 12  8           
+PR08  -2423.974748 -16182.117033 -19573.596870    -44.422438 14 11 10           
+PR09  22903.220309    160.046942 -11357.154324    -47.533987  4  8 12           
+PR10  23499.426393  -8368.979682   5121.965864    -99.760681  7  9 12           
+PR11  10819.997582 -12048.225292  19740.385480    -75.004264 11 11 10           
+PR12  -9128.442003  -8556.556005  22227.834185    -21.266965 12  9  9           
+PR13 -22670.458467    179.701393  11678.505014   -301.149861 10 12 14           
+PR15  -8926.011774  11900.971484 -20680.009029     49.941041 13 10 12           
+PR16   8929.524778   8638.257083 -22295.672292    -38.870811 13 10 11           
+PR17 -12541.625662  15436.128191 -16013.489911   -279.234019 14 14 14           
+PR18  -6906.688056  24615.263816    515.498101    -30.022315 14  6 12           
+PR19   2285.897485  19333.087521  16487.802862   -159.298257 14  9 10           
+PR20  10569.836343   2422.889817  23098.396708    -76.629422 13 14 10           
+PR21  12414.343403 -15386.831626  16177.923759   -228.207759 10  8 11           
+PR22   6957.743136 -24454.068512   -161.544110      4.306235  9  7 11           
+PR23  -2545.022615 -19284.185408 -16504.567792   -264.584233  8 12 10           
+PR24 -10477.446785  -2919.645791 -23088.293183     61.302191 15 14 13           
+*  2011  4  1  2  0  0.00000000
+PR01 -14756.745919 -19033.100700  -8440.032536   -181.096807 14 10 15           
+PR02 -20188.545984 -12236.587608   9681.002342   -219.589047 10 12 12           
+PR03 -23944.588865   8710.909463  -1871.060619     18.667781 12 14 14           
+PR05  14723.487507  19012.940647   8484.270715   -165.125556 12 12  9           
+PR06  20205.698124  12729.406562  -9025.696172    -43.946519  9 11 11           
+PR07  12898.458816  -3501.146183 -21748.978110   -210.259310 11 12  8           
+PR08   -678.338132 -14383.538773 -21059.434215    -44.421620 13 12 10           
+PR09  21357.282940    421.083394 -14040.604094    -47.533169  6  8 11           
+PR10  23863.062695  -8686.273729   1912.954836    -99.760681  5 10 12           
+PR11  13017.892997 -12797.009779  17859.720975    -75.004264 11 11 11           
+PR12  -6423.080089  -9234.244303  22879.072574    -21.266147 12  8  8           
+PR13 -21079.877487   -114.314616  14349.259658   -301.150679 10 11 14           
+PR15 -11256.206541  12686.853616 -18999.211250     49.941041 13  9 11           
+PR16   6230.403480   9325.614552 -22935.501155    -38.870811 13 10 11           
+PR17 -11886.844295  13428.743851 -18168.525820   -279.232382 14 14 14           
+PR18  -6713.265410  24522.815125  -2689.753551    -30.022315 14  6 11           
+PR19   1922.629884  21187.518639  14078.903180   -159.299075 14  8 11           
+PR20   9852.855682   5171.148814  22968.453869    -76.629422 13 14 11           
+PR21  11781.070655 -13356.034118  18307.075795   -228.207759 10  8 11           
+PR22   6773.038331 -24316.724504   3058.732470      4.306235  9  6 10           
+PR23  -2195.186473 -21143.746052 -14102.636629   -264.587507  8 11 10           
+PR24  -9794.011707  -5668.650517 -22876.020943     61.305465 15 14 13           
+*  2011  4  1  2 15  0.00000000
+PR01 -13918.040884 -18138.763408 -11336.438393   -181.096807 14  8 15           
+PR02 -21033.793648 -12802.558836   6689.318393   -219.591135 10 12 13           
+PR03 -23898.563153   8922.849844   1364.904366     18.670913 10 14 14           
+PR05  13875.541472  18115.482794  11378.659858   -165.126487 12 12  9           
+PR06  20994.507014  13227.992199  -5994.154273    -43.945588  9 11 11           
+PR07  14990.817642  -1950.603364 -20570.603745   -210.258379 10 12  8           
+PR08   1312.154544 -12612.808459 -22136.451442    -44.420562 13 12  9           
+PR09  19538.912749    896.903134 -16453.055232    -47.531193  8  8 11           
+PR10  23828.481017  -8892.773734  -1333.402727    -99.760681  6 10 12           
+PR11  14916.083563 -13622.061037  15633.387653    -75.003333 10 12 12           
+PR12  -3723.491772 -10127.045111  23085.305535    -21.265103 12  7  6           
+PR13 -19223.051020   -633.168885  16741.037582   -301.151723 11 11 14           
+PR15 -13305.376955  13567.262573 -16947.681084     49.941972 12  9 11           
+PR16   3541.625290  10226.353974 -23131.114832    -38.869880 14 10 10           
+PR17 -11334.996099  11139.313361 -19971.536076   -279.230280 14 15 13           
+PR18  -6457.329766  24032.587048  -5843.103897    -30.021384 14  7 11           
+PR19   1755.218646  22756.041405  11396.628690   -159.300119 14  8 11           
+PR20   9348.377134   7921.549509  22393.194735    -76.625697 13 14 11           
+PR21  11255.420595 -11047.782488  20082.009298   -228.209608 10  8 10           
+PR22   6528.880165 -23778.260093   6219.020630      4.305304  9  6  9           
+PR23  -2037.686951 -22716.469015 -11426.830642   -264.591683  8 10 11           
+PR24  -9323.281154  -8407.850184 -22220.223166     61.309641 15 14 13           
+*  2011  4  1  2 30  0.00000000
+PR01 -12741.972333 -17102.535976 -14012.919770   -181.096807 14  7 14           
+PR02 -21616.263457 -13080.971952   3567.803795   -219.592772 10 11 13           
+PR03 -23475.548999   8969.561213   4574.468663     18.673369  9 15 13           
+PR05  12689.852312  17076.862797  14051.763010   -165.126487 13 12  9           
+PR06  21512.960518  13440.852635  -2846.438080    -43.945588  9 11 12           
+PR07  17044.673839   -643.114311 -18993.654923   -210.258379 10 12  8           
+PR08   3510.000211 -10926.446574 -22783.737474    -44.420562 12 11  8           
+PR09  17505.170246   1612.411387 -18547.836977    -47.530375  9  9 11           
+PR10  23414.441318  -8934.259212  -4553.738628    -99.760681  7  9 12           
+PR11  16479.623926 -14469.386588  13104.633841    -75.003333 10 12 13           
+PR12  -1097.557868 -11215.908836  22841.879672    -21.264284 12  7  5           
+PR13 -17159.165646  -1400.098973  18807.292674   -301.152542 11 11 13           
+PR15 -15033.178533  14488.994113 -14565.202246     49.941972 12  9 11           
+PR16    930.607007  11321.251772 -22879.083522    -38.869880 14 10 10           
+PR17 -10928.015853   8618.555396 -21387.345925   -279.229461 14 15 13           
+PR18  -6194.769657  23147.124316  -8883.644966    -30.021384 14  7 11           
+PR19   1745.521862  23991.625243   8493.039597   -159.300938 14  7 11           
+PR20   9059.819635  10604.450375  21383.991101    -76.625697 13 14 12           
+PR21  10878.262316  -8513.562419  21468.134254   -228.210427 10  8 10           
+PR22   6281.509503 -22843.013935   9257.390946      4.305304 10  6  9           
+PR23  -2034.140502 -23955.757561  -8529.103427   -264.594958  8  9 11           
+PR24  -9066.504810 -11067.801586 -21133.590380     61.312915 15 14 13           
+*  2011  4  1  2 45  0.00000000
+PR01 -11231.604658 -15984.231815 -16417.552030   -181.096807 14  5 14           
+PR02 -21891.548159 -13105.085989    377.045940   -219.595792 10 11 13           
+PR03 -22706.668649   8802.778204   7695.529753     18.677433  8 15 12           
+PR05  11169.760616  15956.975781  16451.565085   -165.127418 13 12  9           
+PR06  21717.858982  13403.076407    356.459346    -43.945588  9 11 12           
+PR07  18996.372208    410.823787 -17048.681026   -210.257448 10 12  8           
+PR08   5867.577797  -9374.098495 -22988.715099    -44.419631 11 11  8           
+PR09  15318.857493   2581.021627 -20284.341137    -47.529330 10  9 11           
+PR10  22652.276515  -8762.336084  -7685.230430    -99.759749  7 10 12           
+PR11  17685.988966 -15280.876259  10322.490103    -75.003333 10 12 13           
+PR12   1391.082157 -12470.115393  22152.919398    -21.263226 12  6  7           
+PR13 -14952.838355  -2426.440058  20507.803661   -301.154517 11 11 13           
+PR15 -16411.473562  15393.715811 -11898.115334     49.942904 11  9 11           
+PR16  -1539.771816  12579.606930 -22184.603609    -38.868031 14 10  9           
+PR17 -10698.430619   5925.629022 -22388.231692   -279.227486 14 16 12           
+PR18  -5980.365138  21882.151542 -11752.557554    -30.021384 14  7 11           
+PR19   1847.522477  24857.807183   5424.505125   -159.301982 14  7 11           
+PR20   8978.263580  13151.632850  19960.586164    -76.625697 14 14 12           
+PR21  10680.915234  -5813.061015  22438.321349   -228.211471 10  8 10           
+PR22   6085.780985 -21528.780804  12114.390404      4.305304 10  7  8           
+PR23  -2138.404360 -24825.618459  -5465.724330   -264.598203  8  8 11           
+PR24  -9012.684127 -13580.884858 -19637.151240     61.317092 15 14 13           
+*  2011  4  1  3  0  0.00000000
+PR01  -9402.914758 -14843.647785 -18503.677230   -181.096807 14  4 14           
+PR02 -21824.853045 -12917.211719  -2821.029628   -219.597429 11 12 13           
+PR03 -21634.050943   8382.256085  10667.649574     18.679888  7 15 12           
+PR05   9331.562974  14815.672809  18531.364572   -165.127418 13 12  9           
+PR06  21575.916291  13158.558157   3552.440567    -43.945588  8 11 12           
+PR07  20783.198055   1212.846627 -14773.347029   -210.257448 10 12  9           
+PR08   8328.899176  -7996.569684 -22747.384876    -44.419631 11 11  7           
+PR09  13046.030590   3803.851641 -21628.803528    -47.528512 10 10 10           
+PR10  21584.485614  -8336.729417 -10666.844625    -99.759749  8 11 12           
+PR11  18525.768910 -15996.850128   7340.823991    -75.003333 10 13 13           
+PR12   3685.470536 -13848.454201  21031.294263    -21.263226 12  6  9           
+PR13 -12671.523493  -3710.908704  21809.460935   -301.155336 11 11 12           
+PR15 -17425.293972  16220.534640  -8998.413582     49.942904 10 10 11           
+PR16  -3813.528061  13960.454210 -21061.374074    -38.867212 14 10  9           
+PR17 -10667.900865   3125.921877 -22954.475087   -279.226667 14 16 11           
+PR18  -5865.268061  20266.051611 -14394.236414    -30.021384 14  7 11           
+PR19   2009.508766  25330.140023   2250.610217   -159.302801 14  6 11           
+PR20   9082.949075  15498.907538  18150.701366    -76.625697 14 14 13           
+PR21  10683.741983  -3011.937508  22973.443317   -228.212289 10  8 10           
+PR22   5992.593410 -19866.157258  14734.232345      4.305304 10  7  7           
+PR23  -2298.762515 -25302.085990  -2296.186004   -264.601477  9  7 11           
+PR24  -9139.148475 -15883.892624 -17759.871251     61.320366 14 14 13           
+*  2011  4  1  3 15  0.00000000
+PR01  -7284.381034 -13737.990397 -20230.806081   -181.095875 14  3 13           
+PR02 -21392.579249 -12566.703244  -5964.359833   -219.599517 11 12 13           
+PR03 -20309.026858   7677.712294  13433.215626     18.683952  7 15 11           
+PR05   7204.087915  13710.175724  20250.686947   -165.128350 12 12  9           
+PR06  21065.293153  12757.937055   6679.502804    -43.945588  8 12 12           
+PR07  22345.894674   1776.407004 -12211.711643   -210.256516 10 13  9           
+PR08  10831.719466  -6824.248271 -22064.403964    -44.417768 10 11  7           
+PR09  10753.390580   5269.436559 -22554.961000    -47.527454 11 10 10           
+PR10  20262.874398  -7627.233808 -13440.539707    -99.759749  9 11 11           
+PR11  19002.829652 -16558.684895   4217.306683    -75.012646 10 13 13           
+PR12   5737.494560 -15300.874020  19498.410072    -21.262295 12  5 10           
+PR13 -10382.817105  -5239.426154  22686.914456   -301.156380 11 10 11           
+PR15 -18073.254202  16908.696839  -5922.718416     49.943835  9 10 11           
+PR16  -5843.637969  15414.218470 -19531.315321    -38.866168 14 10  9           
+PR17 -10846.231690    288.578588 -23074.766411   -279.224692 14 16 11           
+PR18  -5894.635311  18338.835064 -16757.361556    -30.020452 14  7 11           
+PR19   2176.499956  25397.155825   -967.001746   -159.303845 14  6 12           
+PR20   9342.283303  17588.558567  15989.493633    -76.624765 14 14 13           
+PR21  10895.213598   -179.345247  23062.767020   -228.213333 10  8 10           
+PR22   6046.505155 -17897.358910  17065.903217      4.305304 11  7  6           
+PR23  -2460.351567 -25374.160458    917.951694   -264.605653  9  6 11           
+PR24  -9412.636093 -17920.445915 -15538.099267     61.323611 14 13 13           
+*  2011  4  1  3 30  0.00000000
+PR01  -4916.054490 -12719.429429 -21565.401008   -181.095875 14  4 12           
+PR02 -20583.454912 -12107.664770  -8991.947046   -219.601154 11 12 12           
+PR03 -18789.958487   6670.359363  15938.551764     18.686408  8 15 10           
+PR05   4827.749306  12692.621519  21576.075800   -165.128350 12 12  9           
+PR06  20176.669772  12256.261204   9676.938149    -43.945588  7 12 12           
+PR07  23631.056501   2125.959406  -9413.382656   -210.256516 10 13 10           
+PR08  13309.919987  -5875.980205 -20952.998309    -44.417768  9 11  7           
+PR09   8505.658834   6953.973436 -23044.571507    -47.527454 11 10 10           
+PR10  18746.324498  -6615.237699 -15952.404220    -99.759749  9 11 11           
+PR11  19133.933754 -16911.409600   1012.310585    -75.012646 11 14 13           
+PR12   7509.679649 -16770.536014  17583.824418    -21.262295 11  5 11           
+PR13  -8151.771415  -6985.490017  23123.070013   -301.157198 11 10 10           
+PR15 -18367.395556  17400.303390  -2731.155763     49.943835  8 10 11           
+PR16  -7593.721764  16884.741116 -17624.136842    -38.865349 14  9  9           
+PR17 -11230.897657  -2516.129768 -22746.447496   -279.223873 14 16 11           
+PR18  -6105.514550  16150.640154 -18795.895496    -30.020452 14  8 11           
+PR19   2292.813929  25060.804148  -4165.827585   -159.304663 14  5 11           
+PR20   9715.313617  19371.526677  13518.873649    -76.624765 14 13 13           
+PR21  11311.488255   2614.694534  22704.187303   -228.214152 10  7 10           
+PR22   6283.638192 -15674.562477  19064.162805      4.305304 11  7  6           
+PR23  -2567.723321 -25044.221852   4114.258804   -264.608927 10  5 10           
+PR24  -9790.834608 -19643.137374 -13014.871576     61.326885 14 13 13           
+*  2011  4  1  3 45  0.00000000
+PR01  -2348.149312 -11832.881364 -22481.525600   -181.095875 14  4 11           
+PR02 -19399.166151 -11596.469861 -11845.040982   -219.603242 12 12 12           
+PR03 -17139.790941   5353.963369  18134.957689     18.689540  9 15 10           
+PR05   2253.115708  11807.840085  22481.746150   -165.130212 12 12  9           
+PR06  18913.811385  11710.476376  12486.511739    -43.945588  7 12 11           
+PR07  24593.298726   2295.679797  -6432.564908   -210.255585  9 13 10           
+PR08  15696.065797  -5158.443268 -19434.709624    -44.415905  8 10  7           
+PR09   6363.044055   8822.090496 -23087.786632    -47.526523 12 10  9           
+PR10  17098.287311  -5294.756779 -18153.706760    -99.758818 10 11 10           
+PR11  18947.839536 -17006.163116  -2212.241928    -75.011715 10 14 13           
+PR12   8976.533737 -18196.184877  15324.691308    -21.248325 11  5 12           
+PR13  -6038.331574  -8911.080054  23109.424175   -301.159174 11 10  9           
+PR15 -18332.468393  17642.923067    513.843135     49.944766  7 11 11           
+PR16  -9039.283628  18311.594949 -15376.762353    -38.864305 14  9 10           
+PR17 -11807.103482  -5219.487155 -21975.588028   -279.221898 14 16 11           
+PR18  -6525.072390  13759.822619 -20469.987143    -30.021384 14  8 12           
+PR19   2304.667735  24336.346427  -7283.720684   -159.305707 14  5 11           
+PR20  10153.603924  20809.242457  10786.698036    -76.623834 14 13 13           
+PR21  11916.523743   5301.959863  21904.296278   -228.216127  9  7 10           
+PR22   6729.960526 -13257.846187  20690.417922      4.306235 12  7  6           
+PR23  -2567.435041 -24327.901305   7230.649758   -264.613104 10  5 10           
+PR24 -10224.316677 -21015.313209 -10239.086062     61.331062 13 13 13           
+*  2011  4  1  4  0  0.00000000
+PR01    360.789807 -11114.115323 -22961.348216   -181.095875 14  5 10           
+PR02 -17854.460812 -11089.198202 -14468.276583   -219.604880 12 12 12           
+PR03 -15423.428343   3735.381332  19979.657190     18.691996 10 15  9           
+PR05   -460.945441  11091.459150  22950.087227   -165.130212 12 12  9           
+PR06  17293.601199  11176.845029  15053.594888    -43.945588  7 12 11           
+PR07  25197.113044   2327.774683  -3327.018392   -210.255585  9 13 10           
+PR08  17924.032259  -4666.045448 -17538.981638    -44.415905  8 10  8           
+PR09   4378.904854  10828.112704 -22683.368169    -47.526523 12 10  9           
+PR10  15384.110407  -3672.933101 -20001.837376    -99.758818 11 11 10           
+PR11  18483.916828 -16802.411602  -5394.057716    -75.011715 10 14 13           
+PR12  10125.383300 -19514.737676  12765.043857    -21.248325 11  6 12           
+PR13  -4095.001592 -10968.061266  22646.231386   -301.159992 11 10  9           
+PR15 -18004.683320  17591.988988   3748.790480     49.944766  7 11 10           
+PR16 -10168.458712  19632.592308 -12832.623140    -38.863487 13  9  9           
+PR17 -12548.380437  -7756.954155 -20776.891880   -279.221079 13 15 12           
+PR18  -7169.241455  11230.711515 -21746.764208    -30.021384 14  9 12           
+PR19   2162.700171  23251.710841 -10260.101028   -159.306526 14  4 11           
+PR20  10603.435509  21875.035547   7845.850455    -76.623834 14 13 14           
+PR21  12682.721749   7818.626272  20678.284538   -228.216946  8  6 10           
+PR22   7400.019338 -10712.818694  21913.453265      4.306235 12  8  7           
+PR23  -2410.557138 -23253.415820  10206.591286   -264.616378 11  6 10           
+PR24 -10658.789580 -22012.420010  -7264.561500     61.334336 13 13 12           
+*  2011  4  1  4 15  0.00000000
+PR01   3146.068826 -10588.260671 -22995.490211   -181.095875 13  5 10           
+PR02 -15976.719907 -10639.098284 -16810.745892   -219.607899 12 12 11           
+PR03 -13705.042636   1834.552368  21436.636699     18.695128 10 15  8           
+PR05  -3249.472064  10568.416228  22972.005036   -165.127418 12 12 10           
+PR06  15345.537467  10708.404748  17328.230887    -43.945588  7 12 11           
+PR07  25418.331930   2270.450791   -156.945950   -210.254654  8 13 11           
+PR08  19931.591935  -4381.351307 -15302.593072    -44.414974  7  9  8           
+PR09   2597.704561  12917.774753 -21838.742762    -47.525592 12  9  9           
+PR10  13668.310289  -1769.979646 -21461.122628    -99.757887 11 11  9           
+PR11  17790.337318 -16269.833697  -8471.658664    -75.010783 10 14 12           
+PR12  10956.663193 -20663.979217   9954.928297    -21.248325 10  7 13           
+PR13  -2364.836618 -13100.026447  21742.499906   -301.161968 11  9  9           
+PR15 -17429.986024  17212.873885   6910.412886     49.944766  7 11 10           
+PR16 -10982.238769  20786.383719 -10040.832269    -38.862443 13  9 10           
+PR17 -13417.695644 -10070.620502 -19173.433357   -279.220035 13 15 13           
+PR18  -8041.846131   8631.121783 -22600.997600    -30.021384 14 10 12           
+PR19   1824.308906  21846.334673 -13037.134892   -159.307570 14  4 11           
+PR20  11008.240196  22555.062850   4753.228523    -76.623834 14 13 14           
+PR21  13572.079586  10107.688276  19049.673896   -228.215196  8  6 10           
+PR22   8296.176633  -8108.038983  22710.007020      4.307166 12  7  7           
+PR23  -2054.991451 -21860.394288  12984.279837   -264.619623 11  6 10           
+PR24 -11037.564220 -22622.860359  -4148.999451     61.337581 12 12 12           
+*  2011  4  1  4 30  0.00000000
+PR01   5939.284736 -10268.778725 -22583.212067   -181.095875 13  5  9           
+PR02 -13805.013929 -10294.183143 -18826.983323   -219.609536 12 12 11           
+PR03 -12045.427114   -316.060144  22477.357503     18.697583 11 15  8           
+PR05  -6043.868786  10251.940051  22547.098204   -165.127418 12 11 10           
+PR06  13110.713851  10352.573810  19266.112402    -43.945588  8 12 10           
+PR07  25245.139802   2175.630998   3016.168478   -210.254654  7 14 11           
+PR08  21662.854518  -4276.017844 -12768.947751    -44.414974  7  9  9           
+PR09   1053.343625  15030.313712 -20569.891232    -47.525592 12  9  8           
+PR10  12011.906709    381.426290 -22503.499699    -99.757887 12 12  8           
+PR11  16921.914871 -15389.794879 -11385.552570    -75.010783 10 15 12           
+PR12  11483.646372 -21585.246772   6949.406703    -21.248325 10  9 13           
+PR13   -879.844920 -15244.501809  20415.816585   -301.162786 11  9 10           
+PR15 -16661.931505  16482.553443   9936.916600     49.944766  7 11 10           
+PR16 -11494.168888  21715.040674  -7055.254181    -38.861624 12  9 10           
+PR17 -14369.029426 -12111.385794 -17196.226556   -279.219217 13 15 13           
+PR18  -9134.247333   6029.725070 -23015.623194    -30.021384 14 10 13           
+PR19   1255.702419  20169.542812 -15560.860850   -159.308388 14  4 10           
+PR20  11311.164204  22848.718490   1568.655126    -76.623834 15 13 13           
+PR21  14537.803348  12121.102697  17049.884503   -228.216014  7  5 11           
+PR22   9408.376920  -5512.337222  23065.182768      4.307166 12  7  8           
+PR23  -1467.501366 -20198.244257  15509.765318   -264.622897 12  7  9           
+PR24 -11304.139394 -22848.321411   -952.868355     61.340855 12 12 12           
+*  2011  4  1  4 45  0.00000000
+PR01   8670.925143 -10156.941678 -21732.433618   -181.095875 13  5  8           
+PR02 -11388.682573 -10095.060619 -20477.845518   -219.611624 12 12 10           
+PR03 -10499.505112  -2672.555300  23081.327069     18.699784 12 15  9           
+PR05  -8774.523298  10143.044047  21683.663855   -165.128350 12 11 11           
+PR06  10640.323927  10149.005649  20829.451024    -43.943725  9 12 10           
+PR07  24678.588081   2096.512959   6130.748875   -210.253722  7 14 11           
+PR08  23070.458266  -4312.199998  -9987.235038    -44.413112  7  9  9           
+PR09   -232.059940  17100.857081 -18901.072057    -47.524660 12  9  8           
+PR10  10469.930023   2737.274304 -23109.038205    -99.756024 12 12  8           
+PR11  15937.685506 -14156.349266 -14079.367984    -75.009852 10 15 12           
+PR12  11731.624590 -22225.986522   3807.449682    -21.247394 10  9 13           
+PR13    340.134360 -17335.423859  18692.003790   -301.164762 11  9 11           
+PR15 -15759.250989  15390.785343  12769.219252     49.945698  8 11  9           
+PR16 -11729.529065  22366.516658  -3933.485849    -38.860580 11  9 10           
+PR17 -15349.355593 -13840.776361 -14883.634614   -279.218173 13 14 14           
+PR18 -10425.525278   3493.387076 -22982.108691    -30.022315 14 11 13           
+PR19    433.579093  18278.530490 -17782.239913   -159.310364 14  4 10           
+PR20  11457.655642  22768.509334  -1646.265917    -76.622903 15 13 13           
+PR21  15526.316390  13821.563318  14717.642611   -228.217990  6  4 11           
+PR22  10714.453370  -2992.149087  22972.693127      4.309015 12  7  8           
+PR23   -625.367174 -18324.128074  17733.999152   -264.627074 12  8  9           
+PR24 -11404.792012 -22703.562591   2261.768788     61.344100 11 11 11           
+*  2011  4  1  5  0  0.00000000
+PR01  11273.020187 -10241.840716 -20459.587515   -181.095875 13  5  8           
+PR02  -8785.496227 -10073.089631 -21731.269116   -219.613261 12 12  9           
+PR03  -9114.098299  -5181.168162  23236.517356     18.702240 12 15  9           
+PR05 -11373.469184  10230.552710  20398.533558   -165.128350 11 11 11           
+PR06   7993.750701  10127.783646  21987.721538    -43.943725 10 12  9           
+PR07  23732.591720   2085.073752   9126.320499   -210.253722  6 14 10           
+PR08  24117.421538  -4444.366052  -7011.476502    -44.413112  6  8 10           
+PR09  -1248.889611  19063.008801 -16864.381583    -47.524660 12  8  8           
+PR10   9089.204853   5243.828392 -23266.301662    -99.756024 12 12  7           
+PR11  14898.327040 -12576.725941 -16500.932332    -75.009852 10 15 12           
+PR12  11736.575869 -22542.069012    590.743511    -21.247394 10  9 14           
+PR13   1288.031651 -19305.784119  16604.615047   -301.165580 11  9 12           
+PR15 -14783.218067  13940.753164  15352.121543     49.945698  8 11  9           
+PR16 -11724.035033  22696.885234   -735.767230    -38.859761 11 10 11           
+PR17 -16300.941660 -15232.321129 -12280.629102   -279.217354 12 14 14           
+PR18 -11883.196701   1084.582101 -22500.655875    -30.022315 14 11 14           
+PR19   -653.638402  16236.034938 -19658.109214   -159.311182 14  3  9           
+PR20  11397.967502  22339.401735  -4829.328768    -76.622903 15 13 13           
+PR21  16479.579467  15183.831187  12098.238828   -228.218808  6  4 11           
+PR22  12180.956113   -608.973870  22434.934107      4.309834 12  7  9           
+PR23    482.404032 -16300.633383  19613.786247   -264.630348 12  8  9           
+PR24 -11291.063279 -22215.671144   5432.460342     61.347374 11 11 11           
+*  2011  4  1  5 15  0.00000000
+PR01  13681.737575 -10500.923248 -18789.308148   -181.095875 12  5  8           
+PR02  -6059.474825 -10248.940264 -22562.892102   -219.615350 12 12  9           
+PR03  -7926.048612  -7780.267216  22939.620646     18.704455 12 15 10           
+PR05 -13776.984743  10491.659179  18716.742674   -165.129281 11 11 12           
+PR06   5236.319570  10308.033521  22718.265903    -43.943725 11 12  8           
+PR07  22433.406360   2189.626382  11944.684366   -210.252791  6 14 10           
+PR08  24778.576979  -4621.445882  -3899.477033    -44.411249  6  8 10           
+PR09  -2000.217004  20851.526243 -14499.156785    -47.524660 11  8  8           
+PR10   7906.500810   7839.642998 -22972.543765    -99.754175 12 12  6           
+PR11  13863.525211 -10671.277880 -18603.273622    -75.009852 10 15 11           
+PR12  11543.377814 -22499.761404  -2637.561180    -21.247394 10 10 14           
+PR13   1969.601619 -21090.331075  14194.279157   -301.167556 10  8 13           
+PR15 -13794.928815  12149.148041  17635.394082     49.946629  8 11  9           
+PR16 -11522.112239  22672.262690   2476.159918    -38.858717 10 10 11           
+PR17 -17163.871642 -16272.427684  -9437.913333   -279.216310 12 13 14           
+PR18 -13464.440221  -1141.006786 -21580.231656    -30.024164 14 12 14           
+PR19  -2005.066559  14107.793555 -21152.020734   -159.312227 14  3  9           
+PR20  11089.471300  21597.666842  -7918.917291    -76.621971 16 13 13           
+PR21  17337.624698  16195.563254   9242.650134   -228.221702  6  4 10           
+PR22  13764.464706   1582.940094  21462.892539      4.310878 11  8  9           
+PR23   1854.365853 -14193.235526  21112.622567   -264.634524 12  9 10           
+PR24 -10922.034942 -21422.816719   8497.581866     61.350619 11 10 10           
+*  2011  4  1  5 30  0.00000000
+PR01  15839.813557 -10901.037000 -16753.961234   -181.095875 12  5  9           
+PR02  -3278.453793 -10631.618521 -22956.527050   -219.616987 12 12  8           
+PR03  -6960.773498 -10402.694907  22196.136348     18.706092 13 15 11           
+PR05 -15928.020012  10892.989883  16671.039609   -165.129281 11 10 12           
+PR06   2436.807374  10697.013098  23006.744595    -43.943725 11 12  8           
+PR07  20818.606996   2452.532044  14531.049871   -210.252791  7 14 10           
+PR08  25041.528255  -4789.220701   -711.700792    -44.411249  5  8 10           
+PR09  -2501.446380  22404.976180 -11851.229873    -47.524660 11  8  8           
+PR10   6947.125038  10457.903469 -22233.737829    -99.753357 12 12  6           
+PR11  12889.395407  -8472.893378 -20345.527209    -75.009852 10 15 11           
+PR12  11203.646456 -22077.269686  -5814.130469    -21.247394  9 11 13           
+PR13   2402.931089 -22628.216097  11507.905582   -301.168374 10  8 13           
+PR15 -12852.613660  10045.685594  19574.757181     49.946629  8 10  8           
+PR16 -11174.814302  22270.335168   5640.224711    -38.857899 10 10 12           
+PR17 -17878.683751 -16960.720911  -6410.926656   -279.215491 12 12 14           
+PR18 -15117.781535  -3136.600444 -20238.424534    -30.024983 13 12 14           
+PR19  -3607.154407  11959.894932 -22234.948937   -159.313045 14  2  9           
+PR20  10498.684124  20589.272378 -10855.187429    -76.621971 16 13 12           
+PR21  18041.195403  16857.603187   6206.542393   -228.223339  7  5 10           
+PR22  15413.327294   3538.590019  20075.891852      4.311697 11  8 10           
+PR23   3476.448474 -12067.657937  22201.402320   -264.637798 12  9 10           
+PR24 -10266.298229 -20372.557337  11397.537749     61.353894 10 10 10           
+*  2011  4  1  5 45  0.00000000
+PR01  17698.719114 -11399.937414 -14393.022379   -181.095875 12  5 10           
+PR02   -511.497268 -11217.997203 -22904.477272   -219.620006 12 11  8           
+PR03  -6231.316241 -12978.355310  21020.285368     18.703523 13 14 12           
+PR05 -17778.351378  11392.130693  14301.244650   -165.130212 11 10 12           
+PR06   -335.189333  11289.719103  22847.425892    -43.944656 12 12  7           
+PR07  18935.609948   2908.165758  16835.103229   -210.252791  8 13 10           
+PR08  24907.089172  -4892.852649   2489.905986    -44.410318  4  8 10           
+PR09  -2779.430363  23668.257231  -8972.047457    -47.524660 10  8  8           
+PR10   6224.012536  13028.993963 -21064.440645    -99.752313 12 12  6           
+PR11  12026.067103  -6025.891726 -21693.730609    -75.009852 11 15 11           
+PR12  10773.296930 -21265.783013  -8876.728380    -21.247394 10 11 13           
+PR13   2617.422395 -23865.472299   8597.766757   -301.170350 10  8 13           
+PR15 -12009.096386   7672.080204  21132.734370     49.948492  8 10  8           
+PR16 -10737.471921  21481.425895   8695.210254    -38.856841  9 10 12           
+PR17 -18389.009695 -17309.829611  -3258.749817   -279.214447 12 12 14           
+PR18 -16785.169853  -4866.059020 -18501.126764    -30.026027 12 12 15           
+PR19  -5434.016641   9856.133350 -22885.853849   -159.314089 14  2  9           
+PR20   9602.923450  19367.887533 -13581.218127    -76.621971 16 13 12           
+PR21  18534.378436  17183.721179   3049.173190   -228.224495  7  6 10           
+PR22  17069.752133   5223.814863  18301.184102      4.315535 10  7 10           
+PR23   5322.311748  -9987.240579  22858.981422   -264.641975 12 10 11           
+PR24  -9303.530976 -19119.768115  14075.924709     61.357152 10  9  9           
+*  2011  4  1  6  0  0.00000000
+PR01  19220.471385 -11948.195118 -11752.315876   -181.095875 11  5 10           
+PR02   2173.734985 -11992.873238 -22407.689779   -219.621643 11 11  8           
+PR03  -5737.932555 -15436.941941  19434.751992     18.705160 13 14 12           
+PR05 -19290.374597  11939.549477  11653.470964   -165.130212 10 10 12           
+PR06  -3011.917562  12069.028856  22243.306811    -43.944656 12 12  6           
+PR07  16839.799140   3581.222482  18811.990647   -210.252791  8 13  9           
+PR08  24389.186766  -4879.446450   5643.122051    -44.410318  4  8 10           
+PR09  -2871.093041  24594.880871  -5917.670470    -47.524660  9  8  9           
+PR10   5737.349293  15483.187108 -19487.494871    -99.751494 12 11  6           
+PR11  11315.531775  -3384.445997 -22621.491054    -75.009852 11 14 11           
+PR12  10309.934743 -20069.975603 -11765.469132    -21.247394 10 11 13           
+PR13   2652.296520 -24757.222242   5520.475490   -301.171168 10  8 14           
+PR15 -11309.508231   5080.521767  22279.363847     49.948492  8 10  8           
+PR16 -10267.169606  20309.056514  11581.925726    -38.856841  9 11 12           
+PR17 -18644.101672 -17344.630414    -42.934079   -279.213629 12 12 14           
+PR18 -18404.359276  -6305.165243 -16402.046280    -30.026845 11 12 15           
+PR19  -7448.293690   7855.476986 -23092.088944   -159.314908 13  3 10           
+PR20   8391.519189  17992.583620 -16044.109150    -76.621971 16 13 11           
+PR21  18767.115172  17199.813506   -167.782440   -228.226133  7  7  9           
+PR22  18672.163642   6616.431870  16173.398415      4.316353  9  7 10           
+PR23   7354.221854  -8010.425919  23072.586685   -264.645249 12 10 11           
+PR24  -8025.614774 -17724.280127  16480.633918     61.359608 11  8  9           
+*  2011  4  1  6 15  0.00000000
+PR01  20379.014858 -12491.423189  -8883.127868   -181.096807 10  6 11           
+PR02   4713.558536 -12929.549826 -21475.741897   -219.624663 11 11  9           
+PR03  -5468.231976 -17710.691964  17470.256679     18.707249 13 14 13           
+PR05 -20438.462199  12480.833236   8779.223109   -165.131144 10 11 13           
+PR06  -5530.051983  13006.372053  21206.062665    -43.945588 12 11  7           
+PR07  14592.334331   4485.436684  20423.196721   -210.251860  9 13  9           
+PR08  23514.232551  -4700.533897   8686.664097    -44.408455  3  8 10           
+PR09  -2821.618312  25148.912353  -2747.674196    -47.525592  8  9 10           
+PR10   5474.741273  17753.345246 -17533.576651    -99.750450 12 11  6           
+PR11  10789.844581   -610.595321 -23110.512536    -75.009852 12 14 11           
+PR12   9870.193119 -18507.945880 -14424.012420    -21.246462 10 11 13           
+PR13   2554.680736 -25269.521746   2335.877853   -301.172212 10 11 14           
+PR15 -10789.352961   2331.720945  22992.755614     49.950341  7 10  8           
+PR16  -9820.155092  18769.976950  14244.345734    -38.855910  9 11 12           
+PR17 -18601.137639 -17100.981949   3173.721214   -279.212585 12 12 14           
+PR18 -19911.494745  -7442.399882 -13982.056409    -30.027889 10 12 15           
+PR19  -9602.503862   6009.755036 -22849.646229   -159.315952 13  3 10           
+PR20   6866.530553  16525.325839 -18196.004975    -76.621040 16 14 10           
+PR21  18697.482073  16942.596170  -3381.458626   -228.228221  8  8  9           
+PR22  20157.725361   7706.871385  13733.857916      4.318315  8  7 10           
+PR23   9524.416000  -6188.466786  22838.063143   -264.648494 12 10 11           
+PR24  -6437.243413 -16248.329072  18564.869778     61.363672 11  8  9           
+*  2011  4  1  6 30  0.00000000
+PR01  21161.114648 -12972.730099  -5841.210724   -181.096807 10  7 11           
+PR02   7050.667205 -13990.919812 -20126.661412   -219.626300 10 10  9           
+PR03  -5397.868996 -19737.051128  15164.966767     18.708886 13 13 13           
+PR05 -21209.829566  12959.144648   5734.390891   -165.131144  9 11 13           
+PR06  -7833.092119  14062.905222  19755.825578    -43.945588 13 12  7           
+PR07  12257.732395   5622.770985  21637.300602   -210.251860  9 13  9           
+PR08  22319.988532  -4314.375121  11561.381451    -44.408455  3  8  9           
+PR09  -2682.280729  25306.486820    476.029321    -47.525592  7  9 10           
+PR10   5411.919893  19777.523006 -15240.597694    -99.749631 12 10  7           
+PR11  10469.755986   2228.073819 -23150.971238    -75.009852 12 14 12           
+PR12   9507.133405 -16610.597639 -16800.675860    -21.246462 10 12 12           
+PR13   2377.362981 -25380.762455   -894.116287   -301.173031 10 13 14           
+PR15 -10473.002846   -507.393558  23259.485731     49.951159  7 10  8           
+PR16  -9449.289611  16893.659817  16630.695473    -38.855910  9 11 12           
+PR17 -18227.204934 -16624.004491   6328.416538   -279.211766 12 12 14           
+PR18 -21243.792257  -8279.175286 -11288.395334    -30.028708  9 11 15           
+PR19 -11840.832090   4361.659717 -22163.233944   -159.316770 12  4 11           
+PR20   5042.935575  15028.360326 -19995.025166    -76.621040 16 14  9           
+PR21  18293.641388  16457.849270  -6529.051312   -228.229858  8  9  9           
+PR22  21464.926259   8498.288280  11029.778927      4.319952  7  7 10           
+PR23  11776.899300  -4563.451037  22159.954899   -264.651768 12 10 12           
+PR24  -4555.995324 -14753.921447  20288.065067     61.366127 11  8  9           
+*  2011  4  1  6 45  0.00000000
+PR01  21566.724573 -13335.294347  -2685.697847   -181.096807  9  8 11           
+PR02   9136.268837 -15131.005708 -18386.583124   -219.628388  9 10  9           
+PR03  -5491.755210 -21461.136791  12563.755688     18.711905 13 13 14           
+PR05 -21604.874618  13317.793617   2578.158476   -165.132075  9 11 13           
+PR06  -9873.472688  15191.140033  17920.795718    -43.945588 13 12  8           
+PR07   9901.322300   6983.109867  22430.594821   -210.251860 10 12  9           
+PR08  20853.975937  -3687.978334  14211.408747    -44.407524  3  8  9           
+PR09  -2508.012294  25056.833800   3690.421881    -47.525592  7  8 11           
+PR10   5513.952765  21501.365303 -12652.973267    -99.747656 11  9  8           
+PR11  10363.832060   5060.983655 -22741.730760    -75.010783 13 13 12           
+PR12   9267.821511 -14420.492737 -18849.441591    -21.244600 10 12 12           
+PR13   2176.309286 -25082.574660  -4106.741663   -301.174075 11 11 14           
+PR15 -10372.686311  -3366.228329  23074.822673     49.952203  6 10  8           
+PR16  -9201.646126  14721.277383  18694.460817    -38.854978 10 11 12           
+PR17 -17500.876260 -15965.980160   9359.598833   -279.210722 12 13 14           
+PR18 -22342.198052  -8829.516477  -8373.731114    -30.030683  7 11 16           
+PR19 -14101.281543   2943.145738 -21046.185470   -159.318746 12  4 12           
+PR20   2948.282851  13561.605173 -21406.083215    -76.621040 16 14  9           
+PR21  17535.376857  15798.288522  -9549.069873   -228.231946  8  9  8           
+PR22  22536.125116   9006.149428   8113.367552      4.322040  6  7 10           
+PR23  14049.599897  -3166.724621  21051.418001   -264.655945 11 10 12           
+PR24  -2411.865345 -13300.229327  21616.674351     61.370191 11  8  9           
+*  2011  4  1  7  0  0.00000000
+PR01  21608.814768 -13524.951296    522.049768   -181.096807  8  9 11           
+PR02  10931.865770 -16296.892460 -16289.247800   -219.630025  8 10  9           
+PR03  -5705.741101 -22837.894392   9717.324738     18.713542 13 12 14           
+PR05 -21636.978226  13502.814577   -628.149586   -165.132075  9 11 13           
+PR06 -11614.298994  16336.957061  15736.692413    -43.945588 13 12  8           
+PR07   7586.679797   8544.473161  22787.554347   -210.251860 10 12  8           
+PR08  19171.493852  -2798.751675  16585.253757    -44.407524  3  8  8           
+PR09  -2354.810792  24402.764421   6832.636419    -47.525592  6  8 11           
+PR10   5736.907990  22880.203303  -9820.769769    -99.746837 11  9  8           
+PR11  10468.102264   7817.254462 -21890.391215    -75.010783 13 13 13           
+PR12   9191.184291 -11990.227491 -20530.837465    -21.244600 10 12 12           
+PR13   2008.050403 -24380.192617  -7239.600768   -301.174894 11 10 13           
+PR15 -10488.006741  -6173.222482  22442.784229     49.953022  5 10  8           
+PR16  -9116.357180  12304.200499  20395.303486    -38.854978 10 11 12           
+PR17 -16413.309958 -15183.965167  12208.180305   -279.209904 13 13 13           
+PR18 -23153.911601  -9119.203520  -5295.111616    -30.031502  7 11 16           
+PR19 -16318.099141   1774.293200 -19520.201098   -159.319564 11  5 12           
+PR20    621.817259  12180.154257 -22401.577759    -76.621040 16 15 10           
+PR21  16415.147433  15021.156700 -12382.560599   -228.233583  8 10  8           
+PR22  23319.949932   9257.317344   5040.830016      4.323677  6  7 10           
+PR23  16276.793390  -2017.777980  19533.966882   -264.659219 11 10 12           
+PR24    -46.273964 -11941.123558  22524.830031     61.372647 11  8  8           
+*  2011  4  1  7 15  0.00000000
+PR01  21312.666460 -13492.681919   3719.642309   -181.096807  6 10 11           
+PR02  12410.606398 -17430.972442 -13875.352495   -219.633045  7 10  9           
+PR03  -5988.695528 -23833.855309   6681.204813     18.715631 13 12 14           
+PR05 -21331.775145  13465.440152  -3822.262506   -165.133006  9 12 12           
+PR06 -13030.635059  17441.919978  13246.055640    -43.946519 13 12  8           
+PR07   5373.148780  10273.742095  22701.146301   -210.251860 10 12  8           
+PR08  17333.331281  -1635.716391  18636.798983    -44.405661  3  8  8           
+PR09  -2277.102637  23360.599144   9841.213657    -47.526523  6  7 12           
+PR10   6029.901889  23880.763267  -6798.747446    -99.745793 11  8  9           
+PR11  10766.251722  10428.416756 -20613.169161    -75.010783 13 13 13           
+PR12   9306.236127  -9380.404928 -21812.676941    -21.242751 10 12 11           
+PR13   1927.049190 -23292.267609 -10231.877414   -301.176869 11 10 13           
+PR15 -10806.009334  -8858.577137  21376.026574     49.960585  4 10  8           
+PR16  -9222.804221   9702.078988  21699.862776    -38.854047 10 11 11           
+PR17 -14968.827312 -14337.217852  14818.703670   -279.208859 13 14 13           
+PR18 -23634.662670  -9184.412756  -2112.821833    -30.032546  8 10 16           
+PR19 -18424.374418    862.680461 -17614.927503   -159.320608 10  5 12           
+PR20  -1886.886704  10931.998281 -22961.942237    -76.621971 16 15 11           
+PR21  14938.613229  14185.639899 -14974.275780   -228.235671  9 10  8           
+PR22  23773.455509   9288.669984   1871.314060      4.325765  7  7 10           
+PR23  18391.696252  -1123.641339  17637.058997   -264.663395 10 10 13           
+PR24   2489.405818 -10722.949172  22994.848211     61.376710 11  8  8           
+*  2011  4  1  7 30  0.00000000
+PR01  20714.664112 -13196.897080   6844.881213   -181.096807  6 10 11           
+PR02  13558.152021 -18473.408668 -11191.764202   -219.634682  6 10  8           
+PR03  -6284.893393 -24428.420910   3514.658444     18.717268 13 11 14           
+PR05 -20725.927483  13164.366249  -6942.173945   -165.133006  9 12 12           
+PR06 -14110.291031  18445.792059  10497.411602    -43.946519 14 13  8           
+PR07   3313.552644  12127.869057  22172.973865   -210.251860 11 11  9           
+PR08  15403.268891   -200.229179  20326.197490    -44.405661  3  8  7           
+PR09  -2325.175499  21959.538356  12657.330634    -47.526523  6  7 12           
+PR10   6337.444497  24482.418867  -3645.315630    -99.744975 11  8 10           
+PR11  11230.352213  12831.034074 -18934.608473    -75.010783 13 13 14           
+PR12   9630.748745  -6657.291247 -22670.645804    -21.241932 10 13 11           
+PR13   1983.160774 -21850.137516 -13025.516753   -301.177688 12 11 13           
+PR15 -11301.789998 -11356.905271  19895.570132     49.961404  3 10  9           
+PR16  -9539.226688   6980.580710  22582.427140    -38.854047 11 11 10           
+PR17 -13184.942511 -13484.553822  17140.429676   -279.208041 13 14 13           
+PR18 -23750.643268  -9069.916789   1110.826416    -30.033365 10  9 15           
+PR19 -20354.703758    203.292163 -15367.382757   -159.321427  9  5 12           
+PR20  -4519.729760   9856.058734 -23076.041557    -76.621971 16 15 12           
+PR21  13124.611093  13350.220842 -17273.763644   -228.237308  9 11  7           
+PR22  23863.952210   9145.314787  -1334.200479      4.327403  8  7  9           
+PR23  20329.120650   -478.813244  15397.525311   -264.666669  9  9 13           
+PR24   5135.743541  -9682.636509  23017.574524     61.379166 10  8  9           
+*  2011  4  1  7 45  0.00000000
+PR01  19860.636520 -12605.419539   9836.975949   -181.096807  5 11 11           
+PR02  14373.023314 -19364.712717  -8290.611546   -219.637701  6 10  8           
+PR03  -6536.608283 -24614.617854    279.504993     18.720287 14 10 14           
+PR05 -19865.453611  12567.712609  -9927.345389   -165.133938 10 12 12           
+PR06 -14854.077681  19289.148014   7544.319014    -43.947450 14 13  9           
+PR07   1452.191073  14055.521665  21213.251079   -210.251860 11 11  9           
+PR08  13445.475316   1493.817787  21620.645731    -44.404730  4  8  7           
+PR09  -2542.792978  20240.502725  15225.974307    -47.527454  6  8 12           
+PR10   6601.984983  24677.936094   -421.419354    -99.742999 11  8 10           
+PR11  11822.103256  14969.126871 -16887.125554    -75.012646 13 12 14           
+PR12  10170.417221  -3890.256847 -23088.727601    -21.239957 10 13 11           
+PR13   2219.293265 -20096.584107 -15566.348751   -301.178732 12 11 12           
+PR15 -11939.618000 -13609.694324  18030.369543     49.963379  3 10  9           
+PR16 -10071.812013   4208.881322  23025.461034    -38.854047 11 11 10           
+PR17 -11091.844603 -12681.741998  19128.324987   -279.206997 13 14 13           
+PR18 -23480.010444  -8826.922719   4312.745614    -30.034409 11  9 15           
+PR19 -22047.809083   -221.034822 -12821.237729   -159.322471  8  5 13           
+PR20  -7212.258119   8980.617727 -22741.407009    -76.621971 15 15 13           
+PR21  11004.581241  12570.083631 -19236.356667   -228.238479 10 11  8           
+PR22  23570.431974   8878.470958  -4514.043180      4.328559  8  8  9           
+PR23  22028.080295    -65.724343  12858.857227   -264.678296  8  9 13           
+PR24   7827.490056  -8846.227186  22592.563247     61.383229 10  9  9           
+*  2011  4  1  8  0  0.00000000
+PR01  18803.817620 -11697.078653  12637.732946   -181.096807  6 11 10           
+PR02  14866.412498 -20048.328635  -5228.271934   -219.639338  6  9  8           
+PR03  -6686.797834 -24399.292707  -2961.106161     18.721924 14 10 13           
+PR05 -18803.683860  11654.595840 -12719.878659   -165.133938 10 12 11           
+PR06 -15275.518498  19915.969873   4444.315406    -43.947450 14 13  8           
+PR07   -176.794278  15999.093226  19840.608546   -210.251860 11 11 10           
+PR08  11521.907027   3420.328571  22495.018635    -44.404730  4  7  7           
+PR09  -2965.095428  18254.493452  17497.034851    -47.527454  6  8 12           
+PR10   6766.550957  24473.680423   2810.622486    -99.742181 10  8 11           
+PR11  12494.532716  16796.295466 -14510.395741    -75.012646 14 12 14           
+PR12  10918.553407  -1149.109702 -23059.463508    -21.239138 10 13 10           
+PR13   2669.368045 -18084.130715 -17805.133495   -301.179550 12 11 12           
+PR15 -12674.523247 -15567.482373  15816.737493     49.964198  4 10 10           
+PR16 -10814.307870   1457.007848  23019.974916    -38.854047 11 11  9           
+PR17  -8731.354319 -11979.052817  20743.931135   -279.206178 13 15 12           
+PR18 -22813.894976  -8510.644062   7430.336726    -30.035227 12  8 15           
+PR19 -23449.001707   -438.647328 -10025.967557   -159.323290  6  6 13           
+PR20  -9896.110808   8322.210399 -21964.303559    -76.621971 15 15 14           
+PR21   8621.470133  11894.681427 -20824.038490   -228.239298 11 12  8           
+PR22  22884.533603   8543.106940  -7607.007465      4.330197  9  8  9           
+PR23  23434.238657    144.283964  10070.363389   -264.681571  6  9 13           
+PR24  10496.067339  -8227.876531  21728.086223     61.385685 10  9  9           
+*  2011  4  1  8 15  0.00000000
+PR01  17602.513877 -10462.849211  15192.692751   -181.097738  7 11 10           
+PR02  15061.469837 -20473.113439  -2064.273767   -219.641427  6  9  8           
+PR03  -6681.765372 -23802.738068  -6143.948350     18.724012 14 10 13           
+PR05 -17598.929839  10416.248362 -15265.634857   -165.133938 10 12 11           
+PR06 -15400.033031  20276.116214   1257.784927    -43.947450 14 13  9           
+PR07  -1550.617230  17896.995987  18081.733393   -210.250928 11 11 10           
+PR08   9689.820352   5541.854104  22932.355034    -44.402867  5  7  7           
+PR09  -3616.878197  16060.543489  19426.295495    -47.527454  6  9 11           
+PR10   6777.371618  23889.277752   5988.306327    -99.741137 10  8 11           
+PR11  13194.086216  18277.451913 -11850.591288    -75.013577 13 12 14           
+PR12  11856.315464   1498.568400 -22584.045711    -21.237177  9 13 10           
+PR13   3356.665722 -15872.951974 -19698.508544   -301.180594 12 11 12           
+PR15 -13454.280444 -17191.661047  13297.634355     49.967091  5 10 10           
+PR16 -11748.176182  -1206.853953  22565.729138    -38.854047 11 10  9           
+PR17  -6155.400865 -11419.062517  21956.098309   -279.204203 13 15 12           
+PR18 -21756.873000  -8177.713311  10402.738524    -30.036271 12  8 15           
+PR19 -24512.388339   -487.635340  -7035.889484   -159.324334  3  6 13           
+PR20 -12501.643551   7885.027411 -20759.626771    -76.622903 14 15 15           
+PR21   6028.157144  11365.570667 -22006.172863   -228.241273 11 12  8           
+PR22  21811.007423   8195.429782 -10553.498539      4.332285 10  8  8           
+PR23  24502.097257    189.508098   7086.212408   -264.685747  4  9 13           
+PR24  13072.206079  -7829.373872  20440.971429     61.389749  9  9  9           
+*  2011  4  1  8 30  0.00000000
+PR01  16317.577451  -8906.485224  17452.192708   -181.097738  8 12  9           
+PR02  14992.095253 -20595.608927   1139.864652   -219.643064  6  9  8           
+PR03  -6473.682483 -22857.767069  -9206.969601     18.725650 14 10 12           
+PR05 -16311.965839   8856.635889 -17515.278357   -165.133938 11 12 10           
+PR06 -15263.627747  20327.559429  -1953.229121    -43.947450 14 13  9           
+PR07  -2658.558117  19686.141300  15970.850120   -210.250928 11 10 11           
+PR08   7999.499213   7810.927127  22924.184432    -44.402867  6  7  7           
+PR09  -4511.321639  13723.348253  20976.298466    -47.527454  7 10 11           
+PR10   6586.375140  22956.742877   9050.138752    -99.740318 10  7 12           
+PR11  13863.017350  19390.086639  -8959.484754    -75.013577 13 12 14           
+PR12  12953.459912   3989.974076 -21672.246521    -21.235539  9 13 10           
+PR13   4292.627455 -13528.483080 -21209.820781   -301.181413 12 11 11           
+PR15 -14221.706658 -18455.833898  10521.837546     49.968728  6  9 11           
+PR16 -12843.285428  -3718.976055  21671.265596    -38.854047 11 10  9           
+PR17  -3424.083751 -11034.805584  22741.571033   -279.203384 13 15 13           
+PR18 -20326.881488  -7883.548575  13172.034931    -30.037090 13  8 14           
+PR19 -25202.726857   -413.976681  -3909.105731   -159.325152     7 13           
+PR20 -14960.620685   7660.853733 -19150.629847    -76.622903 13 14 15           
+PR21   3285.472572  11014.603121 -22760.081489   -228.242091 12 12  9           
+PR22  20367.659109   7890.329090 -13296.655416      4.333922 11  8  8           
+PR23  25196.832337    116.020096   3964.379972   -264.689021  2  9 12           
+PR24  15488.621535  -7640.200219  18756.274263     61.392204  8 10 10           
+*  2011  4  1  8 45  0.00000000
+PR01  15009.792385  -7044.620991  19372.334090   -181.097738  9 12  8           
+PR02  14701.286894 -20382.008056   4321.836420   -219.646083  7  9  9           
+PR03  -6022.863495 -21608.277242 -12090.517386     18.728669 14  9 12           
+PR05 -15003.428289   6992.547084 -19425.226116   -165.134869 11 12 10           
+PR06 -14911.151644  20038.295695  -5126.242629    -43.948382 14 13  9           
+PR07  -3502.159397  21304.502646  13549.052273   -210.250928 11 10 11           
+PR08   6492.292925  10171.826658  22470.689140    -44.401936  7  6  7           
+PR09  -5649.227109  11310.677826  22117.069919    -47.527454  8 10 10           
+PR10   6153.455620  21719.111047  11936.814922    -99.739274 10  7 12           
+PR11  14441.976929  20125.015108  -5893.435053    -75.015440 14 12 14           
+PR12  14169.581393   6269.420460 -20342.188204    -21.233451  9 13 10           
+PR13   5476.162070 -11118.828189 -22309.827567   -301.182457 12 12 11           
+PR15 -14917.176502 -19346.677177   7543.006236     49.970816  7  9 11           
+PR16 -14059.114684  -6022.518562  20353.764385    -38.851253 11 10  9           
+PR17   -603.401703 -10848.351927  23085.416134   -279.201409 13 15 13           
+PR18 -18554.582973  -7679.789028  15684.394765    -30.038148 13  8 14           
+PR19 -25496.853994   -269.346213   -706.372122   -159.327128  3  7 13           
+PR20 -17208.862990   7629.547261 -17168.484613    -76.623834 12 14 15           
+PR21    459.891328  10862.550987 -23071.461169   -228.244067 12 13  9           
+PR22  18584.773004   7678.880409 -15783.427700      4.335092 11  8  8           
+PR23  25495.702841    -24.525933    765.520838   -264.693198  3  8 12           
+PR24  17682.616364  -7638.120132  16706.787925     61.396268  7 10 10           
+*  2011  4  1  9  0  0.00000000
+PR01  13737.284435  -4906.334288  20915.834823   -181.097738 10 12  7           
+PR02  14239.117328 -19809.731979   7419.763516   -219.647720  7  9  9           
+PR03  -5299.694136 -20107.366725 -14738.510637     18.730306 14  9 11           
+PR05 -13731.242246   4853.151033 -20958.484678   -165.134869 11 12  9           
+PR06 -14394.192323  19387.846471  -8199.554971    -43.948382 15 13  9           
+PR07  -4094.898719  22693.653642  10863.497950   -210.250928 11 10 12           
+PR08   5199.045179  12562.699252  21580.698930    -44.401936  8  6  7           
+PR09  -7018.790891   8890.681258  22826.690233    -47.527454  8 11  9           
+PR10   5448.414031  20228.628558  14592.358734    -99.738455 10  7 11           
+PR11  14872.690186  20486.571919  -2712.276396    -75.015440 14 11 14           
+PR12  15455.785990   8290.368688 -18619.960872    -21.231814  9 13 10           
+PR13   6893.488311  -8712.075380 -22977.254685   -301.183276 12 12 11           
+PR15 -15481.250713 -19864.270222   4418.658512     49.972453  8  9 11           
+PR16 -15346.420623  -8069.671250  18638.726366    -38.851253 11 10 10           
+PR17   2237.256104 -10869.866778  22981.286792   -279.200590 13 15 13           
+PR18 -16482.208861  -7611.909912  17891.120526    -30.038148 13  9 13           
+PR19 -25384.625070   -108.683065   2510.085240   -159.327946  6  7 12           
+PR20 -19188.740501   7760.037887 -14851.683770    -76.623834 11 13 16           
+PR21  -2379.000404  10918.221129 -22934.634234   -228.244885 12 13 10           
+PR22  16504.035911   7606.010962 -17965.588271      4.335911 12  9  8           
+PR23  25388.970496   -177.325196  -2448.212116   -264.696472  5  8 12           
+PR24  19598.502175  -7790.281985  14332.402358     61.398724  6 10 10           
+*  2011  4  1  9 15  0.00000000
+PR01  12553.063835  -2532.189255  22052.751401   -181.097738 10 12  6           
+PR02  13660.423845 -18868.550201  10373.405982   -219.650740  8  9  9           
+PR03  -4286.131795 -18415.084421 -17099.535069     18.733326 14  9 10           
+PR05 -12548.182331   2479.040268 -22085.359499   -165.134869 11 12  9           
+PR06 -13768.703328  18368.287916 -11113.454399    -43.948382 15 13  9           
+PR07  -4461.354512  23801.173973   7966.485061   -210.250928 11 10 12           
+PR08   4138.978924  14917.949441  20271.518428    -44.400073  9  6  7           
+PR09  -8595.924485   6529.197333  23091.699859    -47.527454  9 11  8           
+PR10   4452.490718  18544.576557  16965.203339    -99.737411 10  7 11           
+PR11  15100.606327  20492.243550    521.866953    -75.016371 14 11 13           
+PR12  16756.727139  10017.073585 -16539.097874    -21.229726  9 13 10           
+PR13   8518.519225  -6373.629068 -23199.201275   -301.184320 12 12 12           
+PR15 -15857.309562 -20021.883945   1209.079393     49.974541  6  9 12           
+PR16 -16649.298219  -9823.415218  16559.486303    -38.852184 11 10 10           
+PR17   5027.752123 -11097.190569  22431.519727   -279.198629 13 14 14           
+PR18 -14161.932933  -7717.119003  19749.585676    -30.039079 13 10 13           
+PR19 -24869.326358     12.380371   5677.781813   -159.328990  7  7 12           
+PR20 -20851.405239   8011.805173 -12245.295118    -76.624765 10 13 16           
+PR21  -5161.159631  11178.093388 -22352.629709   -228.245930 12 13 11           
+PR22  14177.002346   7708.424768 -19800.663559      4.337886 12  9  7           
+PR23  24880.293293   -286.987809  -5614.378448   -264.700648  6  9 11           
+PR24  21189.738993  -8054.779334  11679.324271     61.392543  5 10  9           
+*  2011  4  1  9 30  0.00000000
+PR01  11502.804318     27.201609  22761.056377   -181.097738 11 11  5           
+PR02  13022.311520 -17561.195740  13125.338519   -219.652377  8  9  9           
+PR03  -2976.713822 -16595.911138 -19127.840036     18.734963 14  9  9           
+PR05 -11499.669647    -79.201748 -22784.023776   -165.134869 11 12  9           
+PR06 -13092.464640  16984.764935 -13811.380340    -43.948382 15 13  8           
+PR07  -4635.900825  24582.821603   4914.424881   -210.250928 11 10 13           
+PR08   3319.082684  17170.800437  18568.590600    -44.400073  9  5  8           
+PR09 -10345.106222   4287.184840  22907.334629    -47.527454  9 11  7           
+PR10   3159.423521  16730.817527  19009.191501    -99.736593 10  7 11           
+PR11  15077.405516  20171.755368   3745.815117    -75.016371 14 11 12           
+PR12  18012.919330  11425.780566 -14139.919906    -21.228089  9 13 10           
+PR13  10313.773313  -4163.669696 -22971.384742   -301.185138 12 12 12           
+PR15 -15994.082621 -19845.237819  -2023.820926     49.976179  5 10 12           
+PR16 -17907.548344 -11258.829391  14156.565087    -38.852184 10  9 11           
+PR17   7699.866785 -11515.954077  21447.065737   -279.196991 13 14 14           
+PR18 -11653.846183  -8022.623215  21224.043051    -30.039079 14 10 12           
+PR19 -23967.542924     40.118102   8735.190920   -159.329809  8  7 12           
+PR20 -22158.669307   8336.772071  -9400.081833    -76.624765  9 12 16           
+PR21  -7818.752032  11626.495550 -21337.095963   -228.246748 13 13 11           
+PR22  11663.160872   8012.874431 -21252.763993      4.338705 13 10  6           
+PR23  23986.575829   -300.129234  -8671.466255   -264.703922  7  9 11           
+PR24  22420.703628  -8382.606519   8799.173563     61.394998  4 10  9           
+*  2011  4  1  9 45  0.00000000
+PR01  10622.951382   2713.036858  23027.060764   -181.097738 11 11  5           
+PR02  12381.575499 -15903.448539  15622.070956   -219.655396  9  9  9           
+PR03  -1379.031719 -14716.079442 -20784.217815     18.738900 13 10  8           
+PR05 -10621.896056  -2762.850178 -23040.936556   -165.135800 11 12  9           
+PR06 -12422.484811  15255.468531 -16241.019697    -43.948382 15 13  8           
+PR07  -4660.988181  25004.379449   1766.734620   -210.250928 11 10 13           
+PR08   2734.022866  19255.919008  16505.002698    -44.403798 10  5  9           
+PR09 -12220.726577   2218.379228  22277.588177    -47.527454  9 12  6           
+PR10   1575.984880  14853.165617  20684.476543    -99.735535 10  7 10           
+PR11  14763.254251  19565.652460   6896.589852    -75.018234 14 11 12           
+PR12  19163.234467  12505.429018 -11468.760614    -21.225069  9 12  9           
+PR13  12231.775311  -2134.844920 -22298.221486   -301.186182 12 13 12           
+PR15 -15847.970632 -19371.256978  -5217.678434     49.977335 10  9 12           
+PR16 -19059.251427 -12363.885939  11476.873370    -38.853116 10  8 11           
+PR17  10189.879877 -12100.221810  20047.256747   -279.194903 13 14 14           
+PR18  -9023.620277  -8544.337153  22286.290482    -30.040010 14 10 12           
+PR19 -22708.487721    -74.771896  11622.940415   -159.330853  9  6 12           
+PR20 -23084.448472   8681.533881  -6371.506032    -76.625697  9 12 15           
+PR21 -10288.718923  12236.305059 -19908.048722   -228.247792 13 13 12           
+PR22   9027.677627   8534.853571 -22293.298343      4.340680 13 10  4           
+PR23  22737.282864   -167.875172 -11560.089712   -264.707167  7  9 10           
+PR24  23268.013499  -8719.924927   5747.974000     61.399062  4 10  9           
+*  2011  4  1 10  0  0.00000000
+PR01   9939.238661   5460.529924  22845.673801   -181.097738 11 11  6           
+PR02  11792.152265 -13923.682922  17815.090354   -219.657034  9  9  9           
+PR03    486.347894 -12840.845924 -22036.749174     18.741356 13  9  6           
+PR05  -9940.353485  -5507.229879 -22851.102683   -165.135800 11 11  9           
+PR06 -11812.455133  13211.077877 -18355.315982    -43.948382 14 13  8           
+PR07  -4585.084885  25043.098529  -1415.328472   -210.250928 11 10 13           
+PR08   2366.584597  21111.995597  14120.844038    -44.403798 10  5 10           
+PR09 -14168.868950    367.271909  21215.102674    -47.527454  9 12  8           
+PR10   -278.027398  12976.689558  21958.306231    -99.735535  9  8 10           
+PR11  14128.710921  18723.435965   9912.667531    -75.018234 14 10 12           
+PR12  20147.479158  13257.837187  -8577.087800    -21.223432  9 12  9           
+PR13  14216.889311   -330.286856 -21192.742101   -301.187001 11 13 13           
+PR15 -15385.063343 -18646.380960  -8310.855630     49.978973 11  9 12           
+PR16 -20043.436761 -13139.700689   8572.782539    -38.853116  9  8 12           
+PR17  12440.961889 -12813.634812  18259.415321   -279.193266 13 13 15           
+PR18  -6339.958894  -9286.085867  22916.183245    -30.040010 14 11 12           
+PR19 -21132.820374   -374.839326  14284.966103   -159.331672 10  6 11           
+PR20 -23615.709719   8989.826774  -3218.635686    -76.625697 10 13 15           
+PR21 -12515.141005  12970.145710 -18093.461149   -228.248611 13 13 13           
+PR22   6338.906940   9277.767464 -22901.557061      4.341499 13 11              
+PR23  21173.245075    151.825839 -14224.144308   -264.710442  7 10 10           
+PR24  23721.351197  -9010.543172   2585.058219     61.401518  5 10  9           
+*  2011  4  1 10 15  0.00000000
+PR01   9465.673856   8201.366125  22220.495635   -181.096807 11 10  6           
+PR02  11302.708185 -11661.897531  19661.804256   -219.659122  9  8 10           
+PR03   2586.511183 -11031.830554 -22861.402239     18.743557 13  9  5           
+PR05  -9468.829004  -8244.158408 -22218.169902   -165.135800 11 11  9           
+PR06 -11310.363411  10893.690990 -20113.372262    -43.948382 14 13  8           
+PR07  -4460.367602  24688.676767  -4569.867744   -210.250928 11 10 13           
+PR08   2188.621492  22684.172431  11462.427795    -44.401936 10  5 10           
+PR09 -16129.449808  -1232.505989  19740.892399    -47.523729  9 12  9           
+PR10  -2370.348484  11163.060161  22805.673851    -99.734604  9  8  9           
+PR11  13156.198672  17701.336071  12735.200919    -75.020097 15 10 11           
+PR12  20908.948435  13697.364010  -5520.535557    -21.220413 10 12  9           
+PR13  16207.509006   1217.963560 -19676.342580   -301.188045 11 13 13           
+PR15 -14582.769540 -17724.493875 -11243.609957     49.981061 12 10 12           
+PR16 -20802.732353 -13600.228219   5501.082348    -38.853116  9  7 12           
+PR17  14405.278645 -13611.003695  16118.315128   -279.191178 13 13 15           
+PR18  -3671.943814 -10239.332610  23101.986394    -30.040010 14 11 11           
+PR19 -19291.005493   -893.841466  16669.599357   -159.332716 10  6 11           
+PR20 -23752.882422   9205.129573     -2.977393    -76.626628 10 13 15           
+PR21 -14451.303321  13782.027334 -15928.705358   -228.249668 12 13 13           
+PR22   3665.769294  10232.620439 -23065.151478      4.341625 13 11  3           
+PR23  19345.007306    692.180613 -16611.897055   -264.714618  8 10 10           
+PR24  23783.756074  -9198.505388   -628.091104     61.405567  6 10  8           
+*  2011  4  1 10 30  0.00000000
+PR01   9204.035823  10866.311246  21163.741679   -181.096807 11  9  7           
+PR02  10954.467531  -9168.267896  21126.366814   -219.660759  9  8 10           
+PR03   4877.346499  -9344.533952 -23242.474965     18.746012 12  9  5           
+PR05  -9208.907140 -10904.541049 -21154.361293   -165.135800 11 10  9           
+PR06 -10956.367548   8355.289101 -21481.231365    -43.948382 14 13  8           
+PR07  -4340.260592  23943.732499  -7635.558127   -210.250928 11 11 13           
+PR08   2162.473365  23926.218570   8581.391698    -44.401936 10  5 11           
+PR09 -18038.627584  -2559.331302  17883.907735    -47.523729  9 12 10           
+PR10  -4657.334007   9468.052931  23209.822959    -99.734604  9  8  7           
+PR11  11840.981687  16559.818498  15309.183700    -75.020097 15 11 12           
+PR12  21396.852678  13850.063893  -2357.863671    -21.218776 10 11  8           
+PR13  18138.515069   2490.060838 -17778.375834   -301.188863 10 13 13           
+PR15 -13430.991105 -16664.561180 -13959.229632     49.982698 12 10 12           
+PR16 -21285.880623 -13771.415708   2321.847361    -38.853116 10  8 12           
+PR17  16045.724638 -14440.284442  13665.503264   -279.189541 13 12 15           
+PR18  -1086.385623 -11383.440189  22840.563373    -30.040010 14 11 11           
+PR19 -17241.279567  -1655.078018  18730.567799   -159.333534 10  7 11           
+PR20 -23509.715875   9273.286423   3212.740636    -76.626628 11 14 15           
+PR21 -16061.378678  14619.358533 -13455.857090   -228.249668 12 13 13           
+PR22   1075.103470  11378.237669 -22780.297771      4.341625 13 12  7           
+PR23  17310.788785   1475.906418 -18676.990370   -264.717892  8 10 10           
+PR24  23471.371732  -9230.677319  -3829.040761     61.408842  7 11  8           
+*  2011  4  1 10 45  0.00000000
+PR01   9143.902911  13387.863887  19696.000499   -181.096807 11  9  7           
+PR02  10779.371820  -6501.281792  22180.372001   -219.663778 10  8 10           
+PR03   7305.166376  -7826.134964 -23172.874749     18.749145 12  9  7           
+PR05  -9149.999865 -13421.011611 -19680.244042   -165.135800 11 10 10           
+PR06 -10781.017722   5655.798936 -22432.519522    -43.947450 14 13  8           
+PR07  -4276.929145  22823.753217 -10552.843035   -210.249997 11 11 13           
+PR08   2242.791255  24802.361231   5533.694924    -44.400073 11  5 11           
+PR09 -19831.379232  -3604.223884  15680.449965    -47.522798  8 12 11           
+PR10  -7085.534482   7939.310394  23162.594798    -99.734604  8  9  6           
+PR11  10191.602885  15360.932587  17584.533342    -75.021028 15 11 12           
+PR12  21568.519586  13752.370157    850.138438    -21.216687 11 11  7           
+PR13  19943.898357   3478.942918 -15535.590713   -301.189908  9 13 13           
+PR15 -11932.790841 -15528.069959 -16405.116483     49.984800 13 10 12           
+PR16 -21450.010992 -13689.853288   -902.763296    -38.854047 10  7 12           
+PR17  17337.215935 -15244.854103  10948.497486   -279.187453 13 11 15           
+PR18   1354.712690 -12686.452310  22137.400417    -30.040010 14 11 11           
+PR19 -15047.311660  -2670.171691  20427.889941   -159.334578 11  7 10           
+PR20 -22912.589870   9145.036965   6365.809764    -76.627559 11 14 14           
+PR21 -17321.662764  15425.247610 -10722.877404   -228.251531 12 13 13           
+PR22  -1370.898008  12682.016928 -22051.937033      4.342557 13 12  9           
+PR23  15134.140829   2514.033090 -20379.340286   -264.722069  9 11  9           
+PR24  22812.661170  -9059.220106  -6955.623267     61.412087  7 11  7           
+*  2011  4  1 11  0  0.00000000
+PR01   9263.210324  15702.842050  17845.830167   -181.096807 11  9  7           
+PR02  10798.648035  -3725.534830  22803.400944   -219.665415 10  7 10           
+PR03   9808.733959  -6513.658407 -22654.231895     18.751600 11  9  8           
+PR05  -9269.902870 -15730.510634 -17824.338434   -165.135800 11  9 10           
+PR06 -10803.900862   2860.833454 -22948.942367    -43.947450 14 12  8           
+PR07  -4318.834438  21356.522399 -13265.093248   -210.249997 12 12 13           
+PR08   2378.691933  25288.696968   2378.530655    -44.400073 11  6 12           
+PR09 -21444.137101  -4370.946535  13173.449724    -47.522798  7 11 11           
+PR10  -9593.693886   6614.458368  22664.610145    -99.734604  8  9  5           
+PR11   8229.764504  14165.615431  19517.070131    -75.021028 15 11 12           
+PR12  21391.281853  13449.361407   4041.785183    -21.215050 11 10  5           
+PR13  21559.440487   4190.379208 -12991.428438   -301.190726  9 13 12           
+PR15 -10104.524225 -14376.377986 -18533.796143     49.985618 14 11 12           
+PR16 -21262.571218 -13400.980845  -4109.746757    -38.854047  8  5 12           
+PR17  18267.491549 -15965.991494   8019.873422   -279.185816 13 11 15           
+PR18   3596.476740 -14106.360151  21006.469076    -30.040010 14 11 11           
+PR19 -12775.655688  -3938.346465  21728.646829   -159.335397 11  8 10           
+PR20 -21999.308660   8778.344678   9394.780114    -76.627559 11 15 13           
+PR21 -18221.312749  16140.995401  -7782.687136   -228.251531 12 12 14           
+PR22  -3617.063053  14101.183498 -20893.685577      4.342557 13 12 10           
+PR23  12881.400078   3805.203381 -21685.911815   -264.725343  9 11  9           
+PR24  21847.123817  -8643.846589  -9947.145691     61.415361  8 11  7           
+*  2011  4  1 11 15  0.00000000
+PR01   9529.312181  17754.797233  15649.201019   -181.096807 11  8  7           
+PR02  11021.845887   -909.277733  22983.413290   -219.668435 10  7 10           
+PR03  12321.609512  -5432.586801 -21696.846666     18.754733 11  9  9           
+PR05  -9535.854871 -17776.694996 -15622.573819   -165.136732 11  9 10           
+PR06 -11032.763221     39.204364 -23020.625180    -43.947450 13 12  8           
+PR07  -4508.453987  19581.049282 -15719.704950   -210.249066 12 13 13           
+PR08   2516.150150  25374.123851   -822.824492    -44.399142 11  7 12           
+PR09 -22817.376940  -4875.569565  10411.624084    -47.520949  8 11 12           
+PR10 -12115.091335   5519.656005  21725.280324    -99.733672  8  9  6           
+PR11   5989.657257  13031.067673  21069.373019    -75.021959 16 11 12           
+PR12  20843.973347  12992.681452   7155.647004    -21.212031 11 10  5           
+PR13  22925.340553   4642.477368 -10195.189082   -301.191770  9 12 12           
+PR15  -7975.426787 -13268.080881 -20303.836885     49.987594 14 11 12           
+PR16 -20702.834115 -12956.930333  -7236.510830    -38.854047  8  5 13           
+PR17  18837.392242 -16545.459770   4936.258552   -279.202354 13 12 15           
+PR18   5593.173705 -15592.799913  19469.931798    -30.039079 14 11 11           
+PR19 -10493.100440  -5446.234577  22607.616326   -159.336441 12  8  9           
+PR20 -20817.430959   8140.422902  12240.671766    -76.628491 12 15 13           
+PR21 -18762.561483  16708.676238  -4692.151506   -228.252462 11 12 14           
+PR22  -5617.323471  15584.499702 -19327.612789      4.343488 13 12 11           
+PR23  10619.043502   5335.501739 -22571.356914   -264.729519  9 11  9           
+PR24  20623.569515  -7953.764330 -12745.567209     61.418606  8 12  7           
+*  2011  4  1 11 30  0.00000000
+PR01   9900.502780  19496.156468  13148.795580   -181.096807 11  8  8           
+PR02  11446.384403   1878.183144  22716.975651   -219.670072 10  7 10           
+PR03  14774.719964  -4595.971110 -20319.472560     18.757188 10 10 10           
+PR05  -9906.055722 -19512.079523 -13117.601084   -165.136732 11  8 10           
+PR06 -11463.146772  -2739.691298 -22646.292092    -43.947450 13 12  8           
+PR07  -4880.264472  17546.047228 -17869.115687   -210.249066 12 13 12           
+PR08   2600.526816  25060.755787  -4008.201597    -44.399142 11  8 12           
+PR09 -23898.050560  -5145.521664   7448.529132    -47.520130  9 11 12           
+PR10 -14580.129766   4668.641592  20362.645392    -99.733672  8  9  8           
+PR11   3516.767337  12008.312636  22211.496048    -75.021959 16 11 13           
+PR12  19917.971766  12438.197247  10131.702124    -21.210394 11 10  6           
+PR13  23988.678548   4864.669977  -7201.083303   -301.192589  9 12 11           
+PR15  -5586.670877 -12256.506391 -21680.659694     49.988412 15 11 11           
+PR16 -19762.915230 -12414.098467 -10222.114942    -38.854047  9  7 13           
+PR17  19060.606942 -16928.083722   1757.251316   -279.200717 13 12 15           
+PR18   7309.837844 -17089.110108  17557.697857    -30.039079 14 10 11           
+PR19  -8264.027407  -7168.221106  23047.758379   -159.337259 12  8  8           
+PR20 -19422.208450   7209.371457  14848.132835    -76.628491 12 15 12           
+PR21 -18960.400733  17073.699973  -1510.993582   -228.252462 11 12 14           
+PR22  -7336.418361  17074.360331 -17383.847335      4.343488 13 12 12           
+PR23   8411.055234   7078.819606 -23018.503179   -264.732793  9 12  9           
+PR24  19198.022997  -6969.223005 -15296.622444     61.421880  9 12  8           
+*  2011  4  1 11 45  0.00000000
+PR01  10327.932394  20890.004037  10393.179146   -181.096807 11  8  8           
+PR02  12057.626648   4569.124557  22009.323195   -219.672160 10  6 10           
+PR03  17099.045805  -4004.074699 -18548.941138     18.761252  9 10 10           
+PR05 -10331.579823 -20899.821950 -10357.973991   -165.137663 11  7 11           
+PR06 -12078.553800  -5408.503490 -21833.281839    -43.947450 13 12  8           
+PR07  -5459.072202  15308.025074 -19671.718942   -210.249066 12 13 11           
+PR08   2579.125573  24363.801873  -7115.747701    -44.397279 11  9 12           
+PR09 -24641.763564  -5218.169678   4341.526403    -47.519086  9 10 12           
+PR10 -16919.064357   4062.315394  18603.040854    -99.732741  8  9  9           
+PR11    866.212631  11140.041714  22921.532531    -75.021959 16 11 13           
+PR12  18617.743356  11843.490044  12912.468376    -21.208306 11 10  7           
+PR13  24705.612363   4896.223964  -4067.186948   -301.194564  9 12  9           
+PR15  -2989.927233 -11387.440204 -22637.223660     49.989456 15 11 11           
+PR16 -18448.259056 -11830.555983 -13008.471305    -38.854047  9  8 13           
+PR17  18962.898574 -17064.214861  -1455.715029   -279.198629 14 13 14           
+PR18   8723.445271 -18534.663289  15306.839014    -30.026040 14 10 11           
+PR19  -6147.885885  -9067.312668  23040.542418   -159.338304 12  9  8           
+PR20 -17874.221818   5975.353801  17166.520829    -76.629422 12 15 11           
+PR21 -18841.748408  17187.248981   1699.343555   -228.253394 11 12 14           
+PR22  -8751.143282  18509.187574 -15100.016357      4.343488 13 11 12           
+PR23   6316.414498   8997.742835 -23018.684326   -264.736970 10 12  9           
+PR24  17631.347583  -5682.600642 -17550.868903     61.425125  9 12  8           
+*  2011  4  1 12  0  0.00000000
+PR01  10757.836390  21911.429589   7435.856963   -181.096807 10  8  8           
+PR02  12829.479206   7099.975552  20874.253667   -219.673797 10  6 10           
+PR03  19228.315296  -3644.562707 -16419.636296     18.763707  8 11 10           
+PR05 -10758.604567 -21915.077062  -7397.214324   -165.137663 11  6 11           
+PR06 -12851.132253  -7904.472935 -20597.400475    -43.947450 12 12  9           
+PR07  -6258.761511  12929.071625 -21092.660433   -210.249066 12 14 11           
+PR08   2403.669022  23310.916125 -10085.127430    -44.397279 11 10 12           
+PR09 -25014.609433  -5138.988780   1150.682688    -47.518267  4 10 12           
+PR10 -19064.756652   3688.878193  16480.597843    -99.732741  9  9 10           
+PR11  -1899.320970  10458.835824  23186.017711    -75.021959 16 11 13           
+PR12  16960.864678  11265.282045  15444.095541    -21.206668 11 10  8           
+PR13  25043.215999   4784.335798   -854.318234   -301.195383  9 12  9           
+PR15   -245.487262 -10697.178804 -23154.572656     49.990275 15 11 11           
+PR16 -16777.574272 -11263.405875 -15541.481427    -38.854047  9  9 13           
+PR17  18580.842217 -16911.981886  -4640.543209   -279.196991 14 13 14           
+PR18   9823.593168 -19867.376353  12760.876246    -30.026040 14  9 11           
+PR19  -4196.889653 -11096.494878  22586.111039   -159.339122 12  9  7           
+PR20 -16236.815806   4441.264760  19150.885776    -76.629422 12 15 10           
+PR21 -18444.135579  17008.489295   4876.865381   -228.253394 10 13 14           
+PR22  -9851.089819  19826.024828 -12520.526294      4.343488 12 11 13           
+PR23   4386.808584  11044.925115 -22571.906460   -264.740244 10 12  9           
+PR24  15986.688243  -4098.982688 -19464.638710     61.428399 10 13  9           
+*  2011  4  1 12 15  0.00000000
+PR01  11133.983293  22548.387376   4334.236189   -181.095875 10  8  8           
+PR02  13725.491081   9413.711235  19333.856122   -219.676817 10  6 10           
+PR03  21101.595956  -3493.226745 -13972.828273     18.766840  7 11 10           
+PR05 -11130.860045 -22545.863505  -4292.778266   -165.137663 11  4 11           
+PR06 -13742.852980 -10171.782761 -18962.614164    -43.946519 12 11 10           
+PR07  -7281.513566  10474.425812 -22104.501745   -210.248134 12 14 10           
+PR08   2032.589290  21941.045156 -12858.694403    -44.395416 11 10 12           
+PR09 -24994.585595  -4959.400893  -2062.376364    -47.517223  8 10 12           
+PR10 -20955.338463   3524.520435  14036.585265    -99.732741  8  9 11           
+PR11  -4711.955967   9985.836007  23000.164062    -75.021959 16 11 13           
+PR12  14977.517127  10756.904169  17677.398742    -21.204567 11 10  8           
+PR13  24980.881221   4581.892978   2375.140959   -301.196427  9 11 10           
+PR15   2579.979643 -10210.992035 -23222.231294     49.992250 15 11 10           
+PR16 -14782.222464 -10766.204377 -17772.085171    -38.854047 10  9 13           
+PR17  17960.128359 -16439.232772  -7735.656143   -279.195835 13 14 14           
+PR18  10612.658495 -21026.296790   9968.950604    -30.025109 14  8 11           
+PR19  -2454.030155 -13200.522978  21693.277020   -159.340166 12  9  7           
+PR20 -14573.442665   2622.860869  20762.836169    -76.629422 13 15  9           
+PR21 -17813.968455  16506.464237   7960.204197   -228.254325 11 13 13           
+PR22 -10638.841752  20963.218718  -9695.698027      4.343488 12 11 13           
+PR23   2664.665261  13164.890992 -21686.847190   -264.744420 11 11  9           
+PR24  14326.841257  -2236.209206 -21000.876884     61.432576 10 13  9           
+*  2011  4  1 12 30  0.00000000
+PR01  11400.238259  22802.031697   1148.512699   -181.095875 10  8  8           
+PR02  14700.405733  11461.972711  17418.079776   -219.678454 10  5 10           
+PR03  22665.677652  -3515.213033 -11255.879920     18.769295  7 10 10           
+PR05 -11392.196568 -22793.406892  -1104.943625   -165.137663 11  2 11           
+PR06 -14707.129771 -12163.622338 -16960.587872    -43.946519 12 11 11           
+PR07  -8517.528230   8009.933405 -22687.739673   -210.248134 12 14  8           
+PR08   1433.035550  20302.822362 -15382.609503    -44.395416 11 11 11           
+PR09 -24572.534510  -4734.372281  -5235.637998    -47.516405 11 10 11           
+PR10 -22536.672624   3534.633232  11318.606005    -99.732741  7 10 12           
+PR11  -7501.212811   9729.916704  22367.926919    -75.021959 16 11 13           
+PR12  12709.470871  10365.909666  19568.813837    -21.203748 11 10  8           
+PR13  24511.222971   4344.996627   5558.456791   -301.197245  9 11 11           
+PR15   5415.943718  -9942.061678 -22838.440621     49.993069 15 11 10           
+PR16 -12505.088199 -10386.554704 -19657.202183    -38.854047 10  9 12           
+PR17  17153.501783 -15625.087161 -10681.172922   -279.194197 13 14 13           
+PR18  11105.432122 -21954.159375   6984.892899    -30.025109 14  7 11           
+PR19   -951.487872 -15318.071961  20379.353774   -159.340985 12  8  8           
+PR20 -12945.026515    548.348367  21971.271645    -76.629422 13 15  9           
+PR21 -17004.437702  15661.591818  10889.785875   -228.254325 11 14 13           
+PR22 -11129.617648  21863.073421  -6680.773080      4.343488 12 10 13           
+PR23   1181.585627  15296.194198 -20380.687658   -264.747695 11 11  9           
+PR24  12711.660293   -124.387659 -22129.850814     61.435850 11 12  9           
+*  2011  4  1 12 45  0.00000000
+PR01  11503.133499  22686.515497  -2059.495686   -181.095875 10  8  8           
+PR02  15702.101054  13206.826218  15164.151278   -219.687993 10  6 11           
+PR03  23877.150226  -3666.701607  -8321.339821     18.773359  7 10 10           
+PR05 -11489.161186 -22671.944692   2104.360643   -165.138594 11  4 12           
+PR06 -15690.814896 -13843.879518 -14630.078370    -43.945588 11 11 11           
+PR07  -9945.260581   5599.495339 -22831.172461   -210.247203 12 14  7           
+PR08    582.513061  18452.576148 -17607.884314    -44.394485 11 11 11           
+PR09 -23752.571628  -4519.870644  -8307.878304    -47.514429 10 10 11           
+PR10 -23764.505748   3675.489662   8379.662734    -99.732741  7 10 12           
+PR11 -10196.704945   9687.393652  21301.901266    -75.021959 16 12 13           
+PR12  10208.595649  10131.933460  21081.256425    -21.203635 11 10  7           
+PR13  23640.449537   4130.350364   8633.764351   -301.198289  9 11 12           
+PR15   8190.705104  -9890.942997 -22010.226574     49.994127 15 11 10           
+PR16  -9998.980022 -10163.975117 -21160.548447    -38.853116 10  9 12           
+PR17  16218.421504 -14461.033485 -13420.055079   -279.192109 12 14 13           
+PR18  11328.245117 -22599.809135   3866.208334    -30.024178 13  6 11           
+PR19    290.493022 -17384.157520  18669.822288   -159.346685 13  8  8           
+PR20 -11407.459316  -1742.553216  22752.969441    -76.630353 13 15  9           
+PR21 -16073.161639  14466.703202  13608.964158   -228.256188 12 14 13           
+PR22 -11350.374150  22474.361479  -3534.811296      4.343488 12  9 13           
+PR23    -42.758388  17373.842113 -18678.780606   -264.750940 11 10  9           
+PR24  11195.606755   2195.109068 -22829.718211     61.439095 11 12 10           
+*  2011  4  1 13  0  0.00000000
+PR01  11394.336919  22228.261448  -5227.546912   -181.095875  9  9  8           
+PR02  16673.835769  14622.089486  12615.851565   -219.689630 10  7 11           
+PR03  24704.090962  -3896.965950  -5225.938747     18.775815  7  9  9           
+PR05 -11373.473675 -22208.000963   5272.759719   -165.138594 10  6 12           
+PR06 -16636.487308 -15188.392556 -12016.192482    -43.945588 11 11 12           
+PR07 -11532.162350   3302.612556 -22532.106981   -210.247203 12 14  6           
+PR08   -529.916116  16452.035662 -19491.329627    -44.394485 11 11 10           
+PR09 -22551.983385  -4370.287420 -11219.821497    -47.513611  9 10 11           
+PR10 -24606.220883   3896.324267   5277.112048    -99.732741  6 10 12           
+PR11 -12730.828121   9842.275848  19823.053714    -75.021959 15 12 14           
+PR12   7534.955366  10084.888028  22184.867075    -21.202817 11 10  7           
+PR13  22388.180904   3992.626458  11541.273586   -301.199108  9 11 13           
+PR15  10834.146333 -10045.574684 -20753.297297     49.994127 15 11 10           
+PR16  -7324.631171 -10128.130138 -22253.313936    -38.853116 11 10 12           
+PR17  15214.538798 -12951.523680 -15899.201909   -279.190472 12 14 13           
+PR18  11317.624202 -22920.391672    672.993525    -30.024178 13  6 11           
+PR19   1264.220839 -19332.727735  16597.840590   -159.347504 13  8  8           
+PR20 -10009.332763  -4200.031993  23093.014876    -76.630353 13 15 10           
+PR21 -15079.660809  12927.578024  16065.101986   -228.256188 12 14 13           
+PR22 -11338.408396  22754.580683   -319.503701      4.343488 12  8 13           
+PR23  -1001.216921  19331.885974 -16614.160600   -264.754214 11  9  9           
+PR24   9825.545869   4671.118567 -23086.943478     61.442369 12 12 10           
+*  2011  4  1 13 15  0.00000000
+PR01  11032.914513  21464.736864  -8294.180051   -181.095875  8  9  8           
+PR02  17556.707866  15694.171356   9822.666133   -219.692649 10  8 11           
+PR03  25127.293045  -4150.726881  -2029.507603     18.779878  8  9  9           
+PR05 -11004.296301 -21439.161361   8338.649185   -165.139526 10  8 12           
+PR06 -17484.938445 -16185.710919  -9169.523920    -43.945588 11 11 12           
+PR07 -13235.897680   1172.127872 -21796.403745   -210.246272 12 14  7           
+PR08  -1902.922102  14365.830001 -20996.390912    -44.392622 10 12 10           
+PR09 -21000.599768  -4335.932135 -13915.262021    -47.512567 10 10 10           
+PR10 -25042.114855   4141.720968   2071.528494    -99.731810  7 11 13           
+PR11 -15041.333754  10167.048350  17960.296487    -75.021959 15 12 14           
+PR12   4754.561097  10243.573879  22857.626706    -21.200841 11 10  7           
+PR13  20786.721951   3981.921460  14224.436250   -301.201083  9 11 13           
+PR15  13280.432803 -10381.839617 -19091.768544     49.995058 15 11 11           
+PR16  -4548.384789 -10297.497525 -22914.690579    -38.852184 11 10 11           
+PR17  14201.097955 -11114.038774 -18070.474488   -279.189302 12 15 12           
+PR18  11118.532118 -22883.221074  -2533.195514    -30.023246 13  6 11           
+PR19   1974.638681 -21099.318067  14203.604684   -159.348548 13  7  9           
+PR20  -8789.999677  -6766.029365  22985.069327    -76.629422 14 15 11           
+PR21 -14082.768245  11062.952708  18210.580253   -228.257119 13 15 12           
+PR22 -11139.520664  22671.857347   2902.073084      4.342557 12  9 13           
+PR23  -1699.221832  21106.069318 -14226.905462   -264.758390 11  8  9           
+PR24   8638.879452   7244.578407 -22896.555249     61.446546 12 11 11           
+*  2011  4  1 13 30  0.00000000
+PR01  10387.290660  20442.784508 -11199.904950   -181.095875  8  9  8           
+PR02  18292.221701  16422.390930   6838.825008   -219.694286 10  9 11           
+PR03  25140.984710  -4370.702475   1206.163551     18.782334  8  9  9           
+PR05 -10350.200194 -20412.400065  11242.398011   -165.139526 10  9 12           
+PR06 -18177.752164 -16837.334311  -6145.184350    -43.945588 10 10 12           
+PR07 -15005.983085   -747.743040 -20638.359467   -210.246272 11 14  8           
+PR08  -3522.716748  12258.885211 -22093.854970    -44.392622 10 12  9           
+PR09 -19139.666721  -4460.702549 -16342.129743    -47.511748 11 10 10           
+PR10 -25066.145570   4354.206004  -1174.497658    -99.731810  9 12 12           
+PR11 -17073.681496  10623.950819  15749.912876    -75.021959 15 13 14           
+PR12   1936.872049  10614.766437  23085.827801    -21.200023 11  9  6           
+PR13  18879.820175   4141.409892  16631.050631   -301.201902  9 11 13           
+PR15  15470.548021 -10864.655420 -17057.719932     49.995058 14 11 11           
+PR16  -1739.660575 -10678.524677 -23132.243000    -38.852184 11 10 11           
+PR17  13234.367816  -8978.620200 -19891.629046   -279.188483 12 15 12           
+PR18  10782.265406 -22467.248283  -5690.504920    -30.023246 14  7 10           
+PR19   2438.870351 -22623.659295  11533.572724   -159.349367 13  6  9           
+PR20  -7778.044025  -9376.433276  22431.472361    -76.629422 14 15 12           
+PR21 -13138.082598   8903.999215  20003.715423   -228.257119 13 15 12           
+PR22 -10805.818295  22206.411752   6066.732733      4.342557 12  9 13           
+PR23  -2154.311668  22636.424464 -11563.360836   -264.761664 10  7  9           
+PR24   7662.092206   9850.751951 -22262.240684     61.449820 12 11 11           
+*  2011  4  1 13 45  0.00000000
+PR01   9436.823192  19216.579808 -13888.353162   -181.095875  7 10  8           
+PR02  18824.855731  16818.764246   3722.250890   -219.696375 10  9 11           
+PR03  24753.009484  -4500.247649   4418.504686     18.785466  8  9 10           
+PR05  -9390.743780 -19182.029242  13927.514215   -165.140457  9 10 11           
+PR06 -18659.871140 -17157.420547  -3001.746354    -43.944656 10  9 13           
+PR07 -16785.784094  -2423.011560 -19080.429652   -210.245340 11 13  9           
+PR08  -5363.392830  10193.827395 -22762.414523    -44.390760 10 12  9           
+PR09 -17020.263943  -4780.027208 -18453.479477    -47.510704 11 10  9           
+PR10 -24686.117644   4476.933423  -4397.603370    -99.731810  3 11 12           
+PR11 -18783.075866  11166.696486  13234.846044    -75.021959 14 13 15           
+PR12   -847.854390  11192.822025  22864.389199    -21.198965 10  9  6           
+PR13  16720.959359   4505.296260  18714.282038   -301.202946  9 10 13           
+PR15  17354.556295 -11449.550822 -14690.588451     49.995989 14 11 11           
+PR16   1031.692277 -11265.307242 -22902.117654    -38.851253 12 10 10           
+PR17  12365.211225  -6586.883559 -21327.141846   -279.185576 12 15 11           
+PR18  10364.096008 -21664.068552  -8737.953861    -30.022315 14  8 10           
+PR19   2685.249807 -23852.129670   8639.566899   -159.350411 13  6  9           
+PR20  -6990.221163 -11963.528072  21443.177713    -76.640598 14 15 13           
+PR21 -12295.569773   6493.293152  21409.568929   -228.258968 13 15 12           
+PR22 -10393.258171  21351.521120   9112.456318      4.342557 12 10 13           
+PR23  -2395.142884  23869.708747  -8675.242451   -264.765841 10  5  9           
+PR24   6909.771106  12421.699439 -21196.274910     61.453065 12 10 11           
+*  2011  4  1 14  0  0.00000000
+PR01   8172.926227  17845.300494 -16307.367984   -181.095875  7 10  7           
+PR02  19104.522695  16907.268651    533.435798   -219.698012 10 10 11           
+PR03  23984.459801  -4485.973218   7545.361646     18.787922  7  9 11           
+PR05  -8117.595065 -17807.357763  16341.749785   -165.140457  9 10 11           
+PR06 -18882.042206 -17171.974858    199.882137    -43.944656 10  9 13           
+PR07 -18514.786305  -3831.082171 -17152.796444   -210.245340 11 13 10           
+PR08  -7387.779859   8228.499773 -22989.080239    -44.390760  9 12  8           
+PR09 -14701.331806  -5319.166106 -20208.387345    -47.509885 11 11  9           
+PR10 -23923.298734   4456.346526  -7534.909944    -99.731810  4 11 12           
+PR11 -20136.105011  11742.558433  10463.865213    -75.021959 14 13 15           
+PR12  -3531.254667  11959.824318  22197.004810    -21.198965 10  9  6           
+PR13  14371.260193   5097.153113  20433.578763   -301.203765  9 10 13           
+PR15  18893.496103 -12084.662402 -12036.409390     49.995989 13 11 11           
+PR16   3698.047297 -12039.800945 -22229.088872    -38.851253 12 10 10           
+PR17  11636.894183  -3990.552910 -22348.909410   -279.184758 12 15 11           
+PR18   9920.753756 -20478.424853 -11616.594043    -30.022315 14  9  9           
+PR19   2751.875665 -24739.948728   5577.769969   -159.351229 13  5  9           
+PR20  -6430.910074 -14458.599841  20039.525767    -76.640598 14 14 14           
+PR21 -11597.412988   3883.311036  22400.632822   -228.259787 14 15 12           
+PR22  -9959.036658  20113.938077  11979.641551      4.342557 12 11 13           
+PR23  -2460.029785  24761.578579  -5618.633217   -264.769115 10  3  9           
+PR24   6384.137937  14888.893111 -19719.286874     61.456339 12  9 12           
+*  2011  4  1 14 15  0.00000000
+PR01   6599.692664  16390.606533 -18410.012737   -181.094944  7 10  7           
+PR02  19088.818481  16722.616909  -2665.731964   -219.701031 10 11 12           
+PR03  22868.778632  -4280.234810  10526.186638     18.791985  7  9 11           
+PR05  -6535.148810 -16350.158173  18438.122760   -165.141388  8 11 11           
+PR06 -18803.037810 -16917.554676   3397.630889    -43.944656 10  8 13           
+PR07 -20131.047227  -4961.437754 -14892.789581   -210.244409 11 13 10           
+PR08  -9548.782006   6413.696559 -22769.432525    -44.389828  9 12  8           
+PR09 -12247.386874  -6091.940774 -21572.737858    -47.508828 12 11  9           
+PR10 -22811.484067   4244.699863 -10525.267523    -99.730878  6 11 12           
+PR11 -21111.916275  12294.735305   7490.625200    -75.021028 13 14 16           
+PR12  -6049.481065  12886.269896  21096.119512    -21.198034 10  8  6           
+PR13  11897.075376   5928.716537  21755.465417   -301.207603  9 10 13           
+PR15  20060.822494 -12713.067423  -9146.918599     49.996921 12 11 12           
+PR16   6196.550396 -12972.555679 -21126.443199    -38.849404 12 11  9           
+PR17  11083.226979  -1249.573544 -22936.809972   -279.183714 12 15 11           
+PR18   9507.853696 -18928.184209 -14270.637033    -30.021384 14 10  9           
+PR19   2684.752348 -25253.020712   2407.635664   -159.352273 13  5  9           
+PR20  -6092.098000 -16794.590155  18247.857951    -76.640598 14 14 14           
+PR21 -11076.201394   1134.515848  22957.378118   -228.260831 14 15 12           
+PR22  -9558.942364  18513.747097  14612.296169      4.342557 12 11 12           
+PR23  -2395.075565  25278.410220  -2452.894423   -264.773291  9  2  9           
+PR24   6075.113756  17185.869120 -17859.865670     61.460516 12  8 12           
+*  2011  4  1 14 30  0.00000000
+PR01   4733.989128  14914.035927 -20155.478129   -181.094944  7 10  6           
+PR02  18744.964675  16308.593567  -5813.167727   -219.702668  9 11 11           
+PR03  21450.365536  -3843.387052  13303.201291     18.794441  7 10 11           
+PR05  -4660.611003 -14872.049006  20175.836107   -165.141388  8 11 11           
+PR06 -18391.559626 -16439.544182   6529.465683    -43.944656 10  8 13           
+PR07 -21573.727678  -5815.816983 -12344.170946   -210.244409 11 13 11           
+PR08 -11791.143543   4791.207363 -22107.708407    -44.389828  8 12  8           
+PR09  -9726.018149  -7099.948035 -22519.887307    -47.508828 12 11  8           
+PR10 -21395.550627   3802.332890 -13310.460747    -99.730878  7 10 11           
+PR11 -21702.882211  12764.897452   4372.636910    -75.021028 13 14 16           
+PR12  -8345.643066  13932.268354  19582.728914    -21.198034  9  8  7           
+PR13   9367.379534   6999.191153  22654.197999   -301.208421 10 10 12           
+PR15  20843.335715 -13275.353007  -6078.533578     49.996921 11 12 12           
+PR16   8471.464224 -14023.939749 -19615.705881    -38.848586 12 11  9           
+PR17  10727.116225   1570.121081 -23079.114344   -279.182895 13 15 11           
+PR18   9177.375025 -17043.785136 -16648.528701    -30.021384 15 10  9           
+PR19   2535.596931 -25369.350009   -809.265979   -159.353092 13  5  8           
+PR20  -5953.895904 -18908.689571  16102.981075    -76.640598 14 14 15           
+PR21 -10753.533885  -1686.892787  23068.654375   -228.261649 14 15 13           
+PR22  -9244.788089  16583.666522  16959.149315      4.342557 13 12 12           
+PR23  -2251.974043  25398.690714    760.487790   -264.776566  9  4  9           
+PR24   5960.912117  19250.807210 -15654.014236     61.463790 12  7 12           
+*  2011  4  1 14 45  0.00000000
+PR01   2605.018094  13474.425309 -21509.871489   -181.094944  8 10  6           
+PR02  18051.362599  15716.024408  -8847.793848   -219.704757  9 11 11           
+PR03  19782.744019  -3145.707833  15822.510487     18.797573  7 10 12           
+PR05  -2523.545578 -13431.903015  21521.075163   -165.143251  8 11 10           
+PR06 -17627.743312 -15790.070932   9534.588931    -43.944656 10  8 13           
+PR07 -22785.597909  -6407.877541  -9556.295639   -210.243478 10 13 11           
+PR08 -14053.569390   3392.252828 -21016.721753    -44.387966  7 12  7           
+PR09  -7205.265293  -8332.292217 -23031.190755    -47.507896 13 11  8           
+PR10 -19729.564164   3099.597514 -15836.350549    -99.730878  8 10 11           
+PR11 -21914.731494  13095.807345   1170.167828    -75.020097 12 15 16           
+PR12 -10371.963660  15049.209690  17686.003413    -21.197102  9  7  7           
+PR13   6851.062835   8295.095132  23112.267874   -301.209465 10 10 12           
+PR15  21241.555268 -13712.310835  -2891.234219     49.997852 10 12 12           
+PR16  10476.213369 -15145.802416 -17726.215843    -38.847541 12 11  8           
+PR17  10579.589966   4399.097777 -22772.736896   -279.180920 13 15 11           
+PR18   8975.296935 -14867.175809 -18703.950579    -30.021384 15 11  9           
+PR19   2359.404945 -25079.968806  -4010.445776   -159.354136 13  6  8           
+PR20  -5985.561402 -20744.764914  13646.492127    -76.639667 14 13 15           
+PR21 -10639.098013  -4511.473199  22731.931418   -228.263625 13 15 13           
+PR22  -9062.033861  14367.828290  18974.657460      4.342557 13 12 11           
+PR23  -2085.575702  25113.920386   3959.098072   -264.780742  9  5  9           
+PR24   6009.135923  21028.931819 -13144.460094     61.467035 11  6 11           
+*  2011  4  1 15  0  0.00000000
+PR01    253.364066  12125.462996 -22446.873055   -181.094944  8 10  6           
+PR02  16998.692928  15000.465139 -11710.723179   -219.706394  9 12 11           
+PR03  17926.365187  -2168.910674  18035.145890     18.800029  7 10 12           
+PR05   -164.901037 -12083.390642  22447.667996   -165.143251  9 12 10           
+PR06 -16504.199764 -15025.652056  12354.619370    -43.944656 10  9 12           
+PR07 -23715.414429  -6762.360090  -6583.164859   -210.243478 10 13 12           
+PR08 -16271.113476   2236.375898 -19517.618176    -44.387966  7 12  7           
+PR09  -4750.985232  -9765.849797 -23096.381986    -47.507896 13 11  8           
+PR10 -17874.521078   2118.357192 -18053.928952    -99.730878  9 10 10           
+PR11 -21766.141019  13233.905369  -2054.907380    -75.020097 12 15 16           
+PR12 -12091.557260  16181.830667  15442.741024    -21.197102  9  7  8           
+PR13   4414.241123   9790.652931  23120.744827   -301.210284 10 10 11           
+PR15  21269.522748 -13967.640320    352.633202     49.997852  9 12 12           
+PR16  12175.049097 -16283.505467 -15494.557659    -38.846723 11 11  8           
+PR17  10639.338617   7167.065816 -22023.320142   -279.180101 13 14 11           
+PR18   8939.490993 -12450.283537 -20396.728771    -30.021384 15 11  9           
+PR19   2211.878737 -24389.337569  -7133.711455   -159.354955 13  7  7           
+PR20  -6146.985066 -22255.521403  10925.976309    -76.639667 15 13 15           
+PR21 -10730.264588  -7269.179722  21953.376750   -228.264443 13 15 14           
+PR22  -9047.703484  11920.090102  20619.884674      4.342557 13 12 10           
+PR23  -1951.321652  24428.988786   7080.806073   -264.784016  8  6  8           
+PR24   6178.331814  22474.635268 -10379.835479     61.470309 11  5 11           
+*  2011  4  1 15 15  0.00000000
+PR01  -2270.437966  10913.476526 -22948.246926   -181.094944  9 10  6           
+PR02  15590.513941  14219.707129 -14346.399627   -219.709413  9 12 11           
+PR03  15946.137966   -907.179953  19898.019207     18.803161  8 11 12           
+PR05   2364.443447 -10872.762147  22937.595807   -165.144182  9 12  9           
+PR06 -15026.547358 -14204.669019  14934.727823    -43.944656 10  9 12           
+PR07 -24320.068430  -6913.788620  -3482.388042   -210.242547  9 13 12           
+PR08 -18377.736296   1330.834154 -17639.468914    -44.387034  6 12  7           
+PR09  -2424.314589 -11366.058779 -22713.797899    -47.506034 13 11  8           
+PR10 -15895.822398    852.994170 -19920.266190    -99.729947 10 10  9           
+PR11 -21287.807305  13131.753600  -5240.285269    -75.020097 12 15 17           
+PR12 -13479.751268  17270.593275  12896.657733    -21.197102  9  6  8           
+PR13   2117.694557  11448.720341  22679.452485   -301.212259 10 10 10           
+PR15  20954.041854 -13990.542312   3589.602960     49.998783  8 12 12           
+PR16  13544.267833 -17378.239802 -12963.861145    -38.845679 11 11  8           
+PR17  10892.793025   9805.564105 -20845.149432   -279.179057 13 14 12           
+PR18   9097.959851  -9853.075588 -21693.632239    -30.022315 15 11 10           
+PR19   2146.827851 -23315.201122 -10118.378572   -159.356930 13  7  7           
+PR20  -6390.577081 -23404.311536   7994.093208    -76.639667 15 13 16           
+PR21 -11012.217275  -9892.036113  20747.764985   -228.263625 13 14 14           
+PR22  -9228.682977   9301.954534  21863.240748      4.343488 13 12  9           
+PR23  -1902.654746  23362.008059  10064.975219   -264.787261  8  7  8           
+PR24   6419.936739  23553.234871  -7413.741822     61.473554 11  5 10           
+*  2011  4  1 15 30  0.00000000
+PR01  -4907.753691   9875.546835 -23004.197030   -181.094944  9 10  6           
+PR02  13843.332501  13431.205555 -16703.673745   -219.711050  8 12 10           
+PR03  13908.787659    632.316799  21374.766584     18.805617  9 11 12           
+PR05   5005.552591  -9836.961560  22981.343541   -165.144182  9 12  9           
+PR06 -13213.410876 -13384.777370  17224.706717    -43.944656 10 10 12           
+PR07 -24566.415891  -6904.762103   -314.073583   -210.242547  9 13 12           
+PR08 -20308.925763    670.517777 -15418.711039    -44.387034  6 12  7           
+PR09   -279.332208 -13088.203555 -21890.441214    -47.506034 13 11  8           
+PR10 -13860.587689   -689.117051 -21399.332275    -99.729947 10  9  9           
+PR11 -20521.036212  12750.235879  -8324.419648    -75.020097 12 16 17           
+PR12 -14524.892617  18254.273568  10097.528412    -21.197102  9  6  9           
+PR13     14.541324  13222.203910  21796.972661   -301.213078 10 10 10           
+PR15  20333.388833 -13738.089935   6756.360412     49.998783  6 13 11           
+PR16  14572.935614 -18369.531723 -10182.981156    -38.844860 10 11  8           
+PR17  11314.738388  12250.581874 -19260.897451   -279.178239 13 14 12           
+PR18   9467.498456  -7141.288762 -22569.043837    -30.022315 15 12 11           
+PR19   2213.652174 -21887.906019 -12906.452249   -159.357749 13  8  6           
+PR20  -6663.474906 -24166.517082   4907.567931    -76.639667 15 12 16           
+PR21 -11458.614201 -12316.733821  19138.218765   -228.264443 12 14 15           
+PR22  -9620.471600   6580.185602  22681.064584      4.343488 13 12  8           
+PR23  -1988.518057  21943.610584  12853.642157   -264.790535  8  7  8           
+PR24   6680.534839  24242.290642  -4303.715943     61.476828 11  6 10           
+*  2011  4  1 15 45  0.00000000
+PR01  -7594.044829   9038.027590 -22613.561233   -181.094944  9 10  7           
+PR02  11786.143825  12689.538400 -18736.792717   -219.713138  8 12 10           
+PR03  11880.152090   2429.463863  22436.467436     18.807818 10 11 11           
+PR05   7693.652759  -9002.151446  22578.084042   -165.145113 10 12  9           
+PR06 -11095.885043 -12620.360847  19179.952192    -43.944656 10 10 11           
+PR07 -24432.712292  -6783.909538   2860.330934   -210.241615  8 13 12           
+PR08 -22004.272492    238.395785 -12898.444233    -44.385172  6 13  8           
+PR09   1638.981426 -14879.145276 -20641.877996    -47.506034 13 11  8           
+PR10 -11834.922557  -2487.689035 -22462.678243    -99.728085 11  9  9           
+PR11 -19515.909716  12060.422484 -11247.693742    -75.019165 12 16 16           
+PR12 -15228.602939  19072.648670   7100.195492    -21.197102  8  6  9           
+PR13  -1851.757033  15055.915935  20490.478464   -301.215053 10 10  9           
+PR15  19455.550070 -13177.272893   9791.008193     49.999714  4 13 11           
+PR16  15263.090582 -19197.835991  -7205.571988    -38.842885 10 11  7           
+PR17  11869.439986  14445.003408 -17301.201602   -279.177194 13 14 12           
+PR18  10052.836987  -4383.919449 -23005.489390    -30.023246 15 12 11           
+PR19   2455.015085 -20149.207593 -15443.756348   -159.358793 13  8  4           
+PR20  -6909.979444 -24530.447934   1726.105682    -76.638735 15 12 16           
+PR21 -12032.756027 -14487.046811  17155.783837   -228.267350 11 14 15           
+PR22 -10226.435743   3824.225008  23058.044203      4.345337 13 12  8           
+PR23  -2251.047201  20215.740235  15392.643629   -264.794712  8  8  8           
+PR24   6904.329375  24532.428344  -1110.117451     61.480073 11  6  9           
+*  2011  4  1 16  0  0.00000000
+PR01 -10261.318806   8415.531331 -21783.839658   -181.094944 10 10  8           
+PR02   9459.458244  12044.003301 -20406.285798   -219.714776  8 11  9           
+PR03   9922.527584   4451.781253  23062.223017     18.810274 11 11 11           
+PR05  10360.600984  -8382.709979  21735.692322   -165.145113 10 12  9           
+PR06  -8716.483033 -11960.137543  20762.339306    -43.944656 10 10 10           
+PR07 -23909.591124  -6603.594689   5979.226890   -210.241615  7 13 12           
+PR08 -23409.892232      6.471048 -10127.597209    -44.385172  6 13  8           
+PR09   3296.402467 -16679.428792 -18991.969288    -47.506034 12 11  8           
+PR10  -9881.254336  -4510.149005 -23089.965607    -99.728085 11  9  8           
+PR11 -18329.105845  11045.021531 -13953.557328    -75.019165 12 16 16           
+PR12 -15605.470402  19669.164354   3963.466450    -21.197102  8  6 10           
+PR13  -3448.976060  16888.787730  18785.399315   -301.215872 11  9  8           
+PR15  18376.064264 -12286.626140  12634.300339     49.999714  2 13 11           
+PR16  15629.416480 -19807.109125  -4089.072510    -38.842066  9 11  6           
+PR17  12512.234600  16340.773949 -15004.080839   -279.176376 13 13 12           
+PR18  10846.305085  -1650.576698 -22994.012393    -30.023246 15 12 12           
+PR19   2904.805799 -18150.616516 -17680.987812   -159.359611 13  9  3           
+PR20  -7074.117820 -24497.721240  -1488.750304    -76.638735 15 13 16           
+PR21 -12689.213191 -16355.961339  14838.844419   -228.268169 10 13 15           
+PR22 -11037.593799   1103.517259  22987.468611      4.346155 13 12  8           
+PR23  -2723.554731  18229.987858  17632.668697   -264.797986  8  9  8           
+PR24   7035.725171  24427.633095   2105.041331     61.483347 11  6  8           
+*  2011  4  1 16 15  0.00000000
+PR01 -12840.732226   8010.424654 -20531.056214   -181.094944 10 10  8           
+PR02   6913.854481  11536.453304 -21679.728419   -219.717795  8 11  9           
+PR03   8092.175388   6655.536437  23239.582489     18.813419 11 12 10           
+PR05  12937.502817  -7980.741813  20470.589825   -165.146045 10 12  9           
+PR06  -6127.611979 -11445.019632  21940.972788    -43.945588 10 11 10           
+PR07 -23000.544160  -6417.467518   8982.058244   -210.240684  6 13 12           
+PR08 -24480.594194    -62.796804  -7159.979519    -44.384241  6 13  8           
+PR09   4670.669397 -18425.680676 -16972.439296    -47.505102 12 10  8           
+PR10  -8055.846623  -6712.787300 -23269.335770    -99.727153 11  9  8           
+PR11 -17021.461569   9699.355614 -16389.608102    -75.019165 12 16 16           
+PR12 -15682.191420  19993.465660    748.924471    -21.196171  7  9 10           
+PR13  -4757.229433  18656.348651  16714.924287   -301.217847 11  9  8           
+PR15  17155.563838 -11057.372358  15230.817615     50.000646    13 10           
+PR16  15698.401394 -20147.257015   -893.619656    -38.841022  9 11  7           
+PR17  13191.521195  17900.695012 -12414.202063   -279.175318 12 13 13           
+PR18  11828.035306    991.192476 -22534.384522    -30.024178 15 12 13           
+PR19   3586.477815 -15951.354042 -19574.675525   -159.360655 13  9  3           
+PR20  -7102.225558 -24083.105454  -4674.796474    -76.638735 15 13 16           
+PR21 -13375.844903 -17887.430287  12232.388484   -228.270130  9 13 15           
+PR22 -12032.937325  -1515.144888  22471.310360      4.347200 13 12  8           
+PR23  -3428.892425  16045.540599  19530.215842   -264.802162  8  9  8           
+PR24   7021.911970  23945.000846   5279.300163     61.487524 11  7  7           
+*  2011  4  1 16 30  0.00000000
+PR01 -15265.240943   7812.853495 -18879.455412   -181.094944 10  9  9           
+PR02   4208.118565  11199.462491 -22532.370521   -219.719432  7 11  8           
+PR03   6437.092955   8987.340486  22964.806893     18.815057 12 11 10           
+PR05  15357.370255  -7786.122496  18807.421835   -165.146045 10 12 10           
+PR06  -3389.637415 -11106.317610  22692.798214    -43.945588 10 11  9           
+PR07 -21721.882199  -6277.965972  11810.487412   -210.240684  6 13 11           
+PR08 -25181.704404    -14.661226  -4053.236909    -44.384241  6 13  8           
+PR09   5752.184128 -20053.199679 -14622.285758    -47.505102 12 10  9           
+PR10  -6406.594837  -9042.377778 -22997.614455    -99.727153 11  9  8           
+PR11 -15655.379235   8031.821565 -18508.597558    -75.019165 12 16 15           
+PR12 -15496.200407  20003.678851  -2480.320751    -21.196171  7  9 11           
+PR13  -5769.545664  20293.366961  14319.353372   -301.218666 11  8  9           
+PR15  15857.122909  -9494.029323  17530.059209     50.000646    13 10           
+PR16  15507.016696 -20176.355668   2319.090699    -38.840204  8 11  7           
+PR17  13851.066722  19099.772591  -9582.009689   -279.175318 12 13 13           
+PR18  12966.701011   3478.494129 -21635.145168    -30.024178 15 13 13           
+PR19   4511.834466 -13616.001376 -21088.025059   -159.361474 12 10  5           
+PR20  -6945.440035 -23313.835806  -7770.360544    -76.638735 15 13 15           
+PR21 -14036.125037 -19057.676907   9387.136116   -228.271767  9 12 15           
+PR22 -13180.271296  -3970.145683  21520.140985      4.348018 12 12  9           
+PR23  -4378.261307  13726.830773  21048.436492   -264.805437  8  9  8           
+PR24   6815.338765  23113.957790   8350.966753     61.490798 11  7  6           
+*  2011  4  1 16 45  0.00000000
+PR01 -17472.187313   7801.297410 -16861.039539   -181.094944  9  9 10           
+PR02   1407.044649  11054.898556 -22947.617266   -219.722452  7 10  8           
+PR03   4995.143870  11386.164708  22242.964333     18.818076 12 11  9           
+PR05  17557.709351  -7777.073593  16778.574380   -165.146045 10 11 10           
+PR06   -568.615978 -10964.365628  23003.061112    -43.945588 10 11  8           
+PR07 -20102.176617  -6233.874103  14409.530413   -210.239753  6 13 11           
+PR08 -25490.467414    100.070705   -867.730440    -44.382378  6 13  9           
+PR09   6544.177307 -21498.631576 -11987.041609    -47.505102 11 10  9           
+PR10  -4971.192477 -11438.202052 -22280.349303    -99.725304 11  9  7           
+PR11 -14292.183583   6063.812110 -20269.342772    -75.018234 12 16 15           
+PR12 -15093.848820  19668.343965  -5660.913374    -21.196171  8  8 11           
+PR13  -6491.897585  21736.541647  11645.309309   -301.219710 11  8 10           
+PR15  14543.526878  -7614.456936  19487.428385     50.001577  3 13  9           
+PR16  15100.970670 -19862.552747   5486.975368    -38.839160  8 11  8           
+PR17  14432.528709  19926.060500  -6562.735291   -279.174387 12 13 12           
+PR18  14220.760950   5755.485871 -20313.466461    -30.026027 15 13 13           
+PR19   5680.313652 -11211.941308 -22191.633069   -159.363449 12 10  6           
+PR20  -6562.000527 -22228.429401 -10715.484844    -76.637804 15 14 15           
+PR21 -14611.676028 -19855.991602   6358.547467   -228.273856  9 11 15           
+PR22 -14437.534936  -6207.340241  20152.884489      4.348131 12 11 10           
+PR23  -5570.520321  11340.982321  22157.848908   -264.809613  8  9  8           
+PR24   6375.973500  21974.980216  11260.319608     61.494057 11  7  6           
+*  2011  4  1 17  0  0.00000000
+PR01 -19405.717376   7943.629610 -14514.954338   -181.094944  9  9 10           
+PR02  -1421.011997  11112.962377 -22917.353009   -219.724089  7 10  8           
+PR03   3792.625622  13785.695639  21087.852809     18.819713 13 11  9           
+PR05  19482.929941  -7921.243327  14423.540148   -165.146045  9 12 10           
+PR06   2266.210147 -11027.626803  22865.604424    -43.945588 10 11  8           
+PR07 -18181.203849  -6328.040337  16728.628915   -210.239753  6 13 10           
+PR08 -25396.967300    227.435076   2334.638606    -44.382378  7 13  9           
+PR09   7062.329111 -22702.615548  -9117.900501    -47.505102 10 10  9           
+PR10  -3775.741722 -13834.393272 -21131.681796    -99.724486 11  8  7           
+PR11 -12989.538616   3829.100051 -21637.527015    -75.018234 12 16 14           
+PR12 -14528.214833  18967.912728  -8730.533401    -21.196171  8  8 11           
+PR13  -6942.684863  22927.131923   8744.825505   -301.220528 11  8 10           
+PR15  13274.581161  -5449.343137  21065.092741     50.001577  5 13  8           
+PR16  14532.608733 -19185.570073   8548.747016    -38.838341  8 11  9           
+PR17  14878.086325  20380.962579  -3415.307299   -279.174387 12 12 12           
+PR18  15540.160725   7775.481036 -18594.843886    -30.026845 14 13 14           
+PR19   7078.802817  -8806.698723 -22864.057724   -159.364268 12 10  7           
+PR20  -5919.257923 -20875.048739 -13453.079269    -76.637804 16 14 15           
+PR21 -15044.902134 -20284.986859   3205.730018   -228.275493 10 10 15           
+PR22 -15754.545379  -8182.025672  18396.416638      4.348949 12 11 10           
+PR23  -6992.023632   8955.161135  22836.908907   -264.812887  8  9  9           
+PR24   5673.251357  20577.868440  13950.773896     61.496512 12  7  6           
+*  2011  4  1 17 15  0.00000000
+PR01 -21018.927499   8198.638130 -11886.734321   -181.094944  9  9 11           
+PR02  -4206.729319  11371.735137 -22442.102295   -219.726177  7 10  7           
+PR03   2843.336297  16116.931395  19521.750485     18.822733 13 10  9           
+PR05  21086.477384  -8177.246111  11788.145864   -165.146976  9 12 11           
+PR06   5045.053391 -11292.317160  22282.997863    -43.946519 10 11  7           
+PR07 -16008.435752  -6595.353181  18722.638034   -210.239753  7 12 10           
+PR08 -24904.528997    312.843103   5491.634853    -44.381447  7 13  9           
+PR09   7333.860144 -23612.289211  -6070.722192    -47.506034  9 10  9           
+PR10  -2833.863232 -16162.502489 -19574.057446    -99.723442 10  8  6           
+PR11 -11799.031487   1372.707557 -22586.373818    -75.018234 11 16 13           
+PR12 -13856.641657  17895.746951 -11629.151061    -21.195240  8  8 11           
+PR13  -7151.692919  23813.413711   5674.328075   -301.222504 11  8 11           
+PR15  12104.573735  -3041.152118  22232.703059     50.003426  6 13  7           
+PR16  13858.546852 -18137.743163  11445.087355    -38.838215  9 11 10           
+PR17  15133.066365  20478.980834   -201.183307   -279.172524 12 12 12           
+PR18  16868.420981   9502.668542 -16512.616354    -30.027889 14 13 14           
+PR19   8681.992933  -6465.290598 -23092.234414   -159.365312 12 11  8           
+PR20  -4995.308955 -19309.481087 -15930.022181    -76.637804 16 15 14           
+PR21 -15281.608308 -20360.298802     -9.732424   -228.276650 11  9 15           
+PR22 -17075.089792  -9860.512355  16285.020145      4.350925 11 11 10           
+PR23  -8616.994343   6633.939335  23072.426779   -264.817063  8  9  9           
+PR24   4687.627890  18979.647332  16369.987060     61.499645 12  7  6           
+*  2011  4  1 17 30  0.00000000
+PR01 -22275.650893   8517.943989  -9027.421697   -181.094944  8 10 11           
+PR02  -6882.453465  11817.252351 -21531.024592   -219.727814  8 10  8           
+PR03   2148.180402  18310.911425  17574.996616     18.824370 13 10 10           
+PR05  22332.597857  -8496.595019   8923.656353   -165.146976  8 12 11           
+PR06   7700.245959 -11742.564951  21266.495963    -43.946519 10 11  7           
+PR07 -13641.137893  -7061.060962  20352.710305   -210.239753  7 12  9           
+PR08 -24029.582943    303.640281   8541.902017    -44.381447  7 13  8           
+PR09   7396.130044 -24183.544322  -2904.936982    -47.506034  8 11 10           
+PR10  -2146.339268 -18354.182042 -17637.780857    -99.722623 10  7  6           
+PR11 -10764.024024  -1250.695735 -23097.181099    -75.018234 11 16 11           
+PR12 -13138.113923  16458.575088 -14300.225531    -21.195240  8  8 11           
+PR13  -7158.573746  24352.859559   2493.532320   -301.223322 11 10 11           
+PR15  11079.998432   -442.581011  22967.958356     50.004245  7 13  7           
+PR16  13137.136086 -16724.552381  14119.788687    -38.838215  9 11 10           
+PR17  15148.450454  20246.920640   3016.870402   -279.172524 12 12 12           
+PR18  18145.024666  10913.374312 -14107.323560    -30.028708 13 13 14           
+PR19  10453.257653  -4247.695505 -22871.728950   -159.366130 11 11  9           
+PR20  -3780.185032 -17592.817096 -18098.188372    -76.637804 16 15 14           
+PR21 -15273.490997 -20109.747902  -3225.004327   -228.278287 12  8 15           
+PR22 -18339.278304 -11221.235176  13859.707732      4.351743 10 10 11           
+PR23 -10408.419995   4436.782703  22859.822616   -264.820338  8  9 10           
+PR24   3411.669880  17242.181763  18470.882126     61.502100 12  7  6           
+*  2011  4  1 17 45  0.00000000
+PR01 -23151.809201   8848.235159  -5992.575633   -181.094944  8 10 11           
+PR02  -9384.765916  12424.102179 -20201.742475   -219.730834  8  9  8           
+PR03   1695.331248  20301.465209  15285.409975     18.826458 13  9 11           
+PR05  23197.664078  -8825.944627   5885.773006   -165.147907  7 12 11           
+PR06  10168.819070 -12351.099319  19835.824987    -43.946519 10 12  7           
+PR07 -11142.154321  -7739.507812  21587.058258   -210.239753  8 12  8           
+PR08 -22800.998583    151.583546  11426.158989    -44.380515  8 13  8           
+PR09   7294.803170 -24382.935082    317.628622    -47.506034  7 11 10           
+PR10  -1701.302257 -20343.875968 -15360.424738    -99.720648  9  6  7           
+PR11  -9917.862005  -3978.802513 -23159.704193    -75.019165 11 15 10           
+PR12 -12430.587801  14676.388973 -16691.821996    -21.194308  8  8 11           
+PR13  -7010.914370  24513.950151   -735.724272   -301.224367 11 10 11           
+PR15  10237.633578   2285.408417  23257.008354     50.005289  7 13  7           
+PR16  12425.863593 -14964.620886  16520.842287    -38.837283  9 10 10           
+PR17  14883.154694  19722.587795   6176.026058   -279.170662 12 12 12           
+PR18  19308.001759  11996.809445 -11425.912428    -30.030683 12 13 14           
+PR19  12346.021791  -2206.547448 -22206.823534   -159.368106 11 11  9           
+PR20  -2276.544009 -15788.924637 -19915.384441    -76.637804 16 15 14           
+PR21 -14980.392370 -19571.995118  -6377.250388   -228.280375 12  7 15           
+PR22 -19486.060317 -12255.363472  11167.426766      4.353705 10 10 11           
+PR23 -12319.433383   2415.765265  22203.215341   -264.822651  8  9 10           
+PR24   1850.636276  15429.607325  20212.568329     61.506164 13  7  5           
+*  2011  4  1 18  0  0.00000000
+PR01 -23636.272441   9133.721572  -2841.190959   -181.094944  7 10 11           
+PR02 -11656.876940  13156.523426 -18480.006021   -219.732471  8  9  8           
+PR03   1460.943521  22027.863875  12697.555161     18.828095 13  8 12           
+PR05  23671.006872  -9109.548547   2733.546484   -165.147907  6 12 11           
+PR06  12394.888698 -13080.439769  18018.802257    -43.946519 10 12  8           
+PR07  -8577.470598  -8633.340694  22401.580373   -210.239753  8 11  7           
+PR08 -21258.914754   -184.869287  14088.355044    -44.380515  8 13  8           
+PR09   7081.660075 -24189.155353   3533.980560    -47.506034  6 10 11           
+PR10  -1474.958690 -22071.407501 -12786.104231    -99.719829  9  6  7           
+PR11  -9282.517896  -6744.004996 -22772.379036    -75.019165 11 15 10           
+PR12 -11788.391443  12581.787701 -18757.623902    -21.194308  8  8 11           
+PR13  -6761.976081  24277.541349  -3950.689140   -301.225185 11  8 11           
+PR15   9603.054526   5075.899290  23094.688206     50.006107  8 13  8           
+PR16  11778.798689 -12889.176286  18601.452741    -38.837283 10 10 10           
+PR17  14305.982887  18953.034400   9214.641685   -279.170662 13 12 12           
+PR18  20296.600425  12755.272486  -8520.808255    -30.031502 11 13 14           
+PR19  14305.562773   -385.149371 -21110.433924   -159.368924 10 11  9           
+PR20   -499.833593 -13961.822453 -21346.173494    -76.637804 16 16 13           
+PR21 -14372.219610 -18794.751902  -9404.887782   -228.282012 13  7 14           
+PR22 -20455.800994 -12966.888745   8260.160536      4.355342  9 10 11           
+PR23 -14295.121964    613.605351  21115.343758   -264.825926  7  9 11           
+PR24     22.523141  13605.684431  21561.140843     61.508620 13  8  4           
+*  2011  4  1 18 15  0.00000000
+PR01 -23731.191156   9318.706672    365.452469   -181.095875  7 10 11           
+PR02 -13650.746513  13969.957644 -16399.199244   -219.735490  9  9  9           
+PR03   1410.385916  23437.262099   9861.870704     18.831115 13  8 13           
+PR05  23755.218770  -9291.826960   -471.774752   -165.148839  6 12 11           
+PR06  14331.748210 -13884.536398  15850.794910    -43.947450 10 12  8           
+PR07  -6013.656226  -9733.222424  22780.337855   -210.238821  9 11  7           
+PR08 -19453.116123   -738.555545  16476.761287    -44.378653  8 13  7           
+PR09   6812.149481 -23594.019513   6681.213882    -47.506965  6 10 11           
+PR10  -1432.816443 -23484.358023  -9964.630100    -99.718785  9  6  8           
+PR11  -8867.725271  -9475.964993 -21942.379453    -75.019165 11 14 11           
+PR12 -11259.807834  10218.799810 -20457.820642    -21.193391  8  9 11           
+PR13  -6468.201314  23637.729228  -7088.917701   -301.227160 11  8 11           
+PR15   9189.639479   7858.573266  22484.583747     50.008083  9 13  9           
+PR16  11244.191253 -10540.995025  20320.958263    -38.836352 10 10 10           
+PR17  13397.168779  17992.430107  12073.481809   -279.168813 13 12 11           
+PR18  21053.928945  13203.796928  -5448.869761    -30.032546 10 13 14           
+PR19  16271.170540   1184.111731 -19603.859290   -159.369969 10 12  9           
+PR20   1522.083133 -12173.062650 -22362.572962    -76.637804 16 16 13           
+PR21 -13430.445559 -17832.622078 -12248.811605   -228.284100 13  8 14           
+PR22 -21192.812944 -13372.190006   5193.942470      4.357430  8 10 11           
+PR23 -16274.691158   -937.895958  19617.321027   -264.830102  7  9 12           
+PR24  -2042.430871  11831.187004  22490.343855     61.511752 13  8  2           
+*  2011  4  1 18 30  0.00000000
+PR01 -23451.786844   9350.165867   3564.986883   -181.095875  7 11 11           
+PR02 -15328.844929  14812.990543 -13999.697407   -219.737127  9  9 10           
+PR03   1499.941091  24486.826045   6833.676195     18.832752 13 10 13           
+PR05  23465.918051  -9319.934937  -3667.937208   -165.148839  7 13 11           
+PR06  15943.580418 -14710.791476  13374.028417    -43.947450 10 12  8           
+PR07  -3515.292755 -11018.064360  22715.872482   -210.238821  9 10  6           
+PR08 -17441.023924  -1531.974769  18544.976870    -44.378653  9 13  7           
+PR09   6542.787281 -22602.903226   9697.770156    -47.506965  6 10 11           
+PR10  -1531.363213 -24540.140437  -6950.556241    -99.717966  8  7  9           
+PR11  -8670.642922 -12104.311802 -20685.505379    -75.019165 11 14 12           
+PR12 -10884.942606   7641.237027 -21759.854634    -21.192572  8  9 10           
+PR13  -6186.594738  22602.176913 -10089.487968   -301.227979 12  8 11           
+PR15   8998.106832  10562.401981  21438.928762     50.008901  9 12 10           
+PR16  10862.324171  -7972.870030  21645.638451    -38.836352 10 10 10           
+PR17  12149.440854  16899.651340  14696.885851   -279.167994 13 13 11           
+PR18  21529.453502  13369.259558  -2270.250391    -30.033365  9 12 14           
+PR19  18178.576264   2480.882979 -17716.369451   -159.370787  9 12  9           
+PR20   3749.827283 -10479.230983 -22944.611508    -76.637804 16 16 13           
+PR21 -12149.125470 -16744.669626 -14853.567170   -228.285737 13  9 13           
+PR22 -21647.740347 -13499.097232   2027.800554      4.359068  8  9 10           
+PR23 -18193.891959  -2218.949862  17738.227070   -264.833376  5  8 12           
+PR24  -4302.759211  10161.435394  22982.084001     61.514208 13  8  3           
+*  2011  4  1 18 45  0.00000000
+PR01 -22825.609722   9180.221641   6695.176194   -181.095875  7 11 11           
+PR02 -16665.480187  15629.601315 -11328.087000   -219.740147  9  9 10           
+PR03   1678.899682  25145.456241   3672.078655     18.838565 12  9 13           
+PR05  22830.984375  -9146.222369  -6792.892840   -165.149770  8 13 11           
+PR06  17206.717627 -15502.376491  10636.758403    -43.952107 10 12  9           
+PR07  -1142.494569 -12455.770448  22209.358918   -210.238821  9  9  6           
+PR08 -15285.385326  -2576.096665  20252.830380    -44.377721  9 13  7           
+PR09   6328.516087 -21234.624048  12524.668088    -47.507896  6 10 12           
+PR10  -1720.125427 -25207.682271  -3802.138820    -99.715991  8  7 10           
+PR11  -8676.064745 -14561.356723 -19025.901965    -75.020097 11 14 12           
+PR12 -10693.965607   4910.652192 -22639.015684    -21.190597  9 10 10           
+PR13  -5972.090183  21191.890120 -12894.182787   -301.229023 11  8 11           
+PR15   9016.599787  13118.365320  19978.338743     50.010877  9 12 11           
+PR16  10663.711507  -5245.662266  22549.392627    -38.835421 11 10  9           
+PR17  10568.564180  15735.692954  17033.859958   -279.167881 13 13 11           
+PR18  21681.242893  13288.989153    952.809255    -30.034409  8 12 13           
+PR19  19962.548819   3497.451442 -15484.637184   -159.371831  8 11  9           
+PR20   6133.894190  -8929.669262 -23080.733456    -76.638735 16 16 14           
+PR21 -10535.385911 -15591.818040 -17168.444343   -228.286908 14 10 13           
+PR22 -21779.698917 -13385.493157  -1177.349968      4.361156  8  9 10           
+PR23 -19987.612019  -3222.363681  15514.546384   -264.837553  5  8 13           
+PR24  -6707.261077   8644.076907  23026.784201     61.518271 13  9  6           
+*  2011  4  1 19  0  0.00000000
+PR01 -21891.295483   8768.409396   9695.133495   -181.095875  7 11 11           
+PR02 -17647.637087  16361.625228  -8436.263017   -219.741784  9  9 11           
+PR03   1891.957804  25395.031465    438.800898     18.840202 12  8 13           
+PR05  21889.299264  -8730.481118  -9786.003358   -165.149770  8 13 11           
+PR06  18110.397364 -16200.745883   7692.322294    -43.952107 11 13  9           
+PR07   1051.374526 -14004.462655  21270.587998   -210.238821  9  9  6           
+PR08 -13051.758216  -3869.661098  21567.159010    -44.377721  9 13  7           
+PR09   6220.140687 -19520.766476  15106.680510    -47.507896  7  9 12           
+PR10  -1944.021505 -25468.649678   -580.225790    -99.715172  8  8 11           
+PR11  -8857.168506 -16784.711298 -16995.612804    -75.020097 11 13 12           
+PR12 -10705.797647   2093.989604 -23078.874386    -21.189778  9 10 10           
+PR13  -5875.015200  19440.451280 -15448.616594   -301.229842 11  8 11           
+PR15   9221.311332  15462.085442  18131.388326     50.011695 10 12 12           
+PR16  10667.720230  -2426.014599  23014.274094    -38.835421 11  9  9           
+PR17   8673.336596  14561.013835  19039.070219   -279.167063 14 13 11           
+PR18  21477.862325  13008.937207   4157.231137    -30.035227  7 11 13           
+PR19  21559.550707   4238.813444 -12952.026315   -159.372650  8 11  8           
+PR20   8616.478589  -7564.515372 -22768.041831    -76.638735 16 16 14           
+PR21  -8609.365045 -14434.193810 -19148.471286   -228.287726 14 10 12           
+PR22 -21558.084921 -13077.511675  -4359.846908      4.362793  8  9 10           
+PR23 -21592.522333  -3953.590160  12989.461742   -264.840827  5  8 13           
+PR24  -9196.912613   7317.206775  22623.571007     61.520727 13  9  7           
+*  2011  4  1 19 15  0.00000000
+PR01 -20696.873982   8083.636893  12506.511894   -181.095875  7 11 10           
+PR02 -18275.293391  16951.325489  -5380.420740   -219.744803  9  9 11           
+PR03   2081.814049  25231.120503  -2803.043363     18.842290 12  9 14           
+PR05  20689.045414  -8041.884157 -12589.214821   -165.149770  9 13 10           
+PR06  18656.982897 -16748.240156   4598.089958    -43.953038 11 13 10           
+PR07   3021.693814 -15614.137354  19917.780845   -210.238821  9  9  6           
+PR08 -10805.896511  -5399.000512  22462.450684    -44.375859  9 12  8           
+PR09   6261.951275 -17504.480426  17393.432247    -47.507896  7  9 12           
+PR10  -2145.911279 -25318.162036   2652.903076    -99.714128  8  8 11           
+PR11  -9176.773638 -18719.699386 -14633.973946    -75.021959 11 13 12           
+PR12 -10927.293928   -738.972432 -23071.550063    -21.187803  9 11 11           
+PR13  -5938.760584  17392.744641 -17703.285013   -301.230886 11  7 11           
+PR15   9577.620558  17536.269688  15934.042054     50.016451 10 12 12           
+PR16  10881.675999    416.178893  23030.868054    -38.835421 11  9  8           
+PR17   6495.040119  13432.930048  20673.717834   -279.165087 14 13 11           
+PR18  20899.834018  12581.491720   7280.363895    -30.037203  7 11 13           
+PR19  22910.342392   4722.205626 -10167.749147   -159.374625  8 11  8           
+PR20  11133.661196  -6413.143396 -22012.374000    -76.638735 15 16 15           
+PR21  -6403.607407 -13328.528246 -20755.287725   -228.290633 14 11 12           
+PR22 -20963.979529 -12627.406974  -7458.435326      4.364881  8  9  9           
+PR23 -22949.668981  -4430.241207  10212.017064   -264.845003  7  8 13           
+PR24 -11707.116672   6207.907914  21780.291874     61.524790 12 10  9           
+*  2011  4  1 19 30  0.00000000
+PR01 -19297.701803   7105.753201  15074.644708   -181.095875  8 11  9           
+PR02 -18561.200287  17343.965433  -2219.961607   -219.746441  9  9 11           
+PR03   2191.853301  24663.131600  -5990.201613     18.843928 11 10 13           
+PR05  19285.637115  -7060.534572 -15148.179736   -165.149770  9 13 10           
+PR06  18861.640518 -17090.667095   1414.334755    -43.953038 11 13 10           
+PR07   4734.204446 -17228.683779  18177.236955   -210.238821 10  8  6           
+PR08  -8611.145023  -7138.393163  22921.337057    -44.375859  9 12  8           
+PR09   6489.637756 -15238.805150  19340.395575    -47.507896  8  9 11           
+PR10  -2269.235271 -24764.967523   5834.724579    -99.713310  8  8 12           
+PR11  -9589.056158 -20321.461003 -11986.858921    -75.021959 11 12 12           
+PR12 -11352.954091  -3518.280061 -22617.812209    -21.186984  9 11 11           
+PR13  -6197.753234  15103.226033 -19614.517418   -301.231704 10  6 11           
+PR15  10041.690655  19292.864064  13428.950315     50.018088 10 11 13           
+PR16  11300.493422   3210.444040  22598.503798    -38.835421 11  9  7           
+PR17   4076.371686  12403.166209  21906.279858   -279.164269 14 13 11           
+PR18  19940.601753  12063.030616  10261.233489    -30.038021  7 11 12           
+PR19  23962.425937   4976.118668  -7185.909417   -159.375444  8 11  7           
+PR20  13617.867283  -5493.069948 -20828.207003    -76.638735 15 16 16           
+PR21  -3961.939733 -12325.728539 -21957.881000   -228.291452 14 11 11           
+PR22 -19991.090686 -12091.180563 -10413.416185      4.366518  8  8  9           
+PR23 -24006.901435  -4681.087550   7236.165385   -264.848277  8  8 14           
+PR24 -14170.197842   5331.270094  20513.362002     61.527246 12 10  9           
+*  2011  4  1 19 45  0.00000000
+PR01 -17754.106492   5826.659724  17349.612248   -181.096807  9 11  9           
+PR02 -18530.136999  17490.271742    983.665328   -219.749460  8  9 11           
+PR03   2168.800899  23713.893780  -9060.535184     18.846947 11 11 13           
+PR05  17739.369219  -5778.558872 -17413.305224   -165.150701 10 13  9           
+PR06  18751.488749 -17179.750733  -1796.951850    -43.953038 12 13 10           
+PR07   6166.187273 -18788.180124  16082.822760   -210.238821 10  8  7           
+PR08  -6525.952168  -9050.933329  22934.928250    -44.374927  9 11  9           
+PR09   6928.585270 -12784.591075  20909.762718    -47.508828  8  9 11           
+PR10  -2260.633618 -23831.071959   8903.667209    -99.711334  7  8 12           
+PR11 -10041.648751 -21556.658153  -9105.788422    -75.022891 11 12 12           
+PR12 -11965.166564  -6176.454014 -21727.017492    -21.185022  9 11 11           
+PR13  -6675.817627  12633.809645 -21145.314776   -301.232748 10  6 11           
+PR15  10562.460448  20694.831182  10664.624258     50.020176 11 11 14           
+PR16  11906.849161   5888.427258  21725.294854    -38.835421 11  9  7           
+PR17   1469.899269  11515.668065  22713.102391   -279.163225 14 14 12           
+PR18  18606.958593  11511.322381  13041.753145    -30.038148  8 11 12           
+PR19  24672.225335   5038.836352  -4064.449345   -159.376488  8 11  7           
+PR20  16000.495895  -4809.373379 -19238.392856    -76.639667 15 16 16           
+PR21  -1337.876442 -11468.720711 -22733.171591   -228.293427 14 12 10           
+PR22 -18646.192834 -11526.063023 -13167.770051      4.367689  8  8  8           
+PR23 -24721.035498  -4744.587408   4119.720263   -264.852454 10  9 14           
+PR24 -16518.039079   4689.928878  18847.443695     61.530378 11 11 10           
+*  2011  4  1 20  0  0.00000000
+PR01 -16128.842319   4250.915343  19287.214039   -181.096807  9 11  8           
+PR02 -18217.671652  17348.683770   4168.163312   -219.751097  8  8 11           
+PR03   1965.232263  22418.689053 -11954.245938     18.848584 11 11 13           
+PR05  16112.883522  -4200.698235 -19340.707407   -165.150701 10 14  8           
+PR06  18364.257171 -16975.343447  -4973.277762    -43.953038 12 13 10           
+PR07   7307.151124 -20231.370798  13675.310405   -210.238821 10  8  8           
+PR08  -4601.603675 -11089.882952  22502.983173    -44.374927 10 11  9           
+PR09   7592.623877 -10208.109084  22071.178044    -47.508828  8  9 10           
+PR10  -2072.435077 -22550.835523  11800.290954    -99.710516  7  8 12           
+PR11 -10478.036801 -22404.709238  -6046.921711    -75.022891 11 11 12           
+PR12 -12734.972904  -8651.024007 -20416.887204    -21.183385  9 11 11           
+PR13  -7384.994721  10051.459772 -22266.057472   -301.233567  9  6 12           
+PR15  11083.945763  21717.482090   7694.505254     50.021813 11 10 14           
+PR16  12671.893104   8386.512846  20428.004200    -38.835421 11  9  8           
+PR17  -1263.890981  10804.767287  23078.836460   -279.162406 14 14 12           
+PR18  16918.920821  10982.887512  15567.866940    -30.038148  8 11 12           
+PR19  25006.911844   4956.562677   -864.021403   -159.377306  8 10  7           
+PR20  18214.610406  -4354.651092 -17273.727539    -76.639667 15 16 17           
+PR21   1407.377041 -10790.654604 -23066.438346   -228.294246 14 12  9           
+PR22 -16949.044542 -10987.953414 -15668.236505      4.368507  8  7  8           
+PR23 -25059.659856  -4667.007136    923.231024   -264.855728 11 10 14           
+PR24 -18684.750175   4274.142720  16814.964430     61.532834 10 11 10           
+*  2011  4  1 20 15  0.00000000
+PR01 -14484.465087   2395.809241  20849.827505   -181.096807  9 11  7           
+PR02 -17668.481460  16887.292927   7271.605148   -219.754117  8  8 11           
+PR03   1541.829859  20823.778369 -14615.051431     18.851604 11 11 12           
+PR05  14468.558648  -2344.372333 -20893.054294   -165.150701 10 14  8           
+PR06  17746.513419 -16447.306851  -8052.874894    -43.953969 12 12 11           
+PR07   8159.003623 -21498.220377  11001.579620   -210.231371 10  8  9           
+PR08  -2880.271013 -13200.449104  21633.912450    -44.373065 10 10 10           
+PR09   8483.285187  -7578.449658  22802.316215    -47.508828  8  9 10           
+PR10  -1664.911507 -20969.573760  14468.429901    -99.709472  7  9 12           
+PR11 -10840.147736 -22858.498551  -2869.949856    -75.024753 12 11 12           
+PR12 -13623.316880 -10886.846126 -18713.132373    -21.181297  9 11 11           
+PR13  -8324.867777   7425.587295 -22955.070462   -301.234611  9  6 12           
+PR15  11547.754684  22349.309616   4575.945949     50.023902 12 11 14           
+PR16  13556.469654  10648.246638  18731.735252    -38.836352 11  8  9           
+PR17  -4058.874302  10293.773843  22996.710198   -279.160431 15 14 13           
+PR18  14909.055407  10530.435113  17790.603518    -30.040010  8 11 11           
+PR19  24945.797463   4781.217148   2353.192975   -159.378350  9 10  7           
+PR20  20197.577830  -4109.517372 -14972.360785    -76.640598 14 16 17           
+PR21   4207.238522 -10313.544788 -22951.577234   -228.295290 14 12  9           
+PR22 -14931.784736 -10528.921330 -17866.330368      4.370483  8  7  7           
+PR23 -25002.510082  -4500.214134  -2291.196064   -264.858973 12 11 14           
+PR24 -20609.256836   4062.403906  14455.482979     61.536898 10 12 10           
+*  2011  4  1 20 30  0.00000000
+PR01 -12880.736617    290.897477  22007.136601   -181.096807 10 11  6           
+PR02 -16934.304029  16085.389164  10233.643365   -219.755754  9  8 11           
+PR03    869.290691  18984.485387 -16991.284511     18.853241 11 11 12           
+PR05  12865.932271   -239.212332 -22040.281662   -165.150701 10 14  8           
+PR06  16951.535104 -15576.981490 -10975.906112    -43.953969 13 12 11           
+PR07   8735.698605 -22532.436308   8113.698469   -210.231371 10  9  9           
+PR08  -1393.454918 -15321.913820  20344.613981    -44.373065 10  9 10           
+PR09   9589.596380  -4964.822408  23089.296252    -47.508828  8 10  9           
+PR10  -1008.202615 -19141.719689  16856.276215    -99.708653  7  9 12           
+PR11 -11071.021962 -22924.529792    363.086433    -75.024753 12 11 13           
+PR12 -14582.723955 -12838.111773 -16648.935908    -21.179660 10 11 11           
+PR13  -9482.423508   4825.358325 -23199.035822   -301.235430  9  7 12           
+PR15  11895.712429  22592.290989   1369.121221     50.025539 12 12 15           
+PR16  14512.798844  12626.463327  16669.453090    -38.836352 10  8 10           
+PR17  -6845.798402   9994.052711  22468.634250   -279.159612 15 14 14           
+PR18  12621.291853  10200.484643  19667.019257    -30.040010  9 11 11           
+PR19  24481.237825   4567.992417   5524.694336   -159.379169  9 10  8           
+PR20  21893.545747  -4043.621088 -12379.057210    -76.640598 13 16 18           
+PR21   6992.283655 -10047.402204 -22391.190866   -228.296108 14 12  8           
+PR22 -12637.828981 -10194.874748 -19719.276408      4.371301  8  8  7           
+PR23 -24542.352012  -4299.236178  -5461.107380   -264.862247 13 11 14           
+PR24 -22237.702353   4022.556416  11814.915943     61.539353  8 12 10           
+*  2011  4  1 20 45  0.00000000
+PR01 -11372.167911  -2022.978038  22736.716623   -181.096807 10 10  6           
+PR02 -16071.607201  14934.548186  12996.688932   -219.757842  9  7 11           
+PR03    -70.196844  16962.920955 -19036.895451     18.856247 10 12 11           
+PR05  11359.262832   2073.918374 -22760.168986   -165.151633 10 14  9           
+PR06  16036.918253 -14358.183116 -13685.630234    -43.953969 13 12 11           
+PR07   9062.376437 -23283.853498   5067.901409   -210.230439 10  9 10           
+PR08   -160.887918 -17390.028079  18660.144342    -44.372133 10  9 11           
+PR09  10888.418723  -2433.869926  22926.925270    -47.508828  8 10  8           
+PR10    -83.828945 -17128.622045  18917.384922    -99.707609  7 10 12           
+PR11 -11117.449643 -22622.516665   3589.029437    -75.026616 12 11 13           
+PR12 -15559.340142 -14469.969955 -14264.302908    -21.176641 10 11 11           
+PR13 -10832.454654   2317.025760 -22993.245553   -301.236474  9  7 13           
+PR15  12072.487372  22461.648883  -1864.111571     50.026696 13 11 15           
+PR16  15486.546689  14285.026789  14281.344289    -38.834489 10  7 11           
+PR17  -9554.922011   9904.621061  21505.140435   -279.150186 15 14 14           
+PR18  10109.271083  10031.273582  21161.013343    -30.040010  9 12 11           
+PR19  23619.006417   4372.778423   8588.881801   -159.380213  9  9  8           
+PR20  23255.651944  -4117.140155  -9544.322757    -76.642461 13 16 18           
+PR21   9692.895339  -9989.890196 -21396.509405   -228.297152 14 12  8           
+PR22 -10120.307416 -10023.490764 -21190.845074      4.373277  8  9  7           
+PR23 -23685.337104  -4119.691231  -8524.918312   -264.866424 14 12 13           
+PR24 -23525.561585   4113.372375   8944.639883     61.543417  7 12 10           
+*  2011  4  1 21  0  0.00000000
+PR01 -10005.803739  -4495.147782  23024.464411   -181.096807 11 10  7           
+PR02 -15139.076741  13439.212587  15507.034990   -219.759479  9  6 11           
+PR03  -1281.968984  14825.445820 -20712.337371     18.858702 10 12 10           
+PR05   9995.331726   4544.375976 -23038.765063   -165.151633  9 14 10           
+PR06  15062.024562 -12797.683598 -16129.502119    -43.953969 13 11 10           
+PR07   9174.035181 -23710.579726   1923.485275   -210.230439 10  9 10           
+PR08    810.059558 -19339.570590  16613.232249    -44.372133 10  8 11           
+PR09  12345.314388    -47.108060  22318.769343    -47.508828  8 10  7           
+PR10   1114.272203 -14996.069849  20611.580181    -99.706791  7 11 11           
+PR11 -10932.458653 -21984.428137   6744.861209    -75.026616 13 11 14           
+PR12 -16495.245547 -15759.700648 -11605.291806    -21.175003 10 10 11           
+PR13 -12338.487750    -38.606796 -22341.690346   -301.237292  9  8 13           
+PR15  12028.109806  21985.081809  -5061.382965     50.028333 13  8 15           
+PR16  16419.196686  15600.109062  11614.027438    -38.834489  9  7 11           
+PR17 -12118.672308  10012.280143  20125.156728   -279.149368 15 14 15           
+PR18   7434.303094  10051.038446  22244.000670    -30.040010 10 12 10           
+PR19  22378.124376   4249.562797  11486.251198   -159.381032  9  9  9           
+PR20  24247.872794  -4282.688979  -6523.413506    -76.642461 12 16 18           
+PR21  12241.918459 -10126.516437 -19987.146540   -228.297971 14 12  9           
+PR22  -7440.104706 -10042.496542 -22252.072890      4.374095  7 10  7           
+PR23 -22450.814601  -4015.197293 -11423.112224   -264.869698 14 13 13           
+PR24 -24439.379036   4286.519314   5900.486801     61.545873  5 12 10           
+*  2011  4  1 21 15  0.00000000
+PR01  -8819.340915  -7066.989821  22864.866208   -181.096807 11  9  7           
+PR02 -14195.028706  11616.741482  17715.903235   -219.762499 10  7 11           
+PR03  -2758.436274  12639.979420 -21985.318657     18.861835 10 12  9           
+PR05   8811.576807   7113.601523 -22870.655760   -165.151633  9 14 11           
+PR06  14085.376069 -10915.156480 -18260.186556    -43.953969 13 11 10           
+PR07   9113.790487 -23780.810899  -1258.354349   -210.230439 10 10 10           
+PR08   1524.445887 -21106.964990  14243.643299    -44.370271 10  7 12           
+PR09  13915.903057   2141.401567  21277.052544    -47.507896  8 11  8           
+PR10   2579.233814 -12811.645128  21905.745303    -99.706664  7 12 11           
+PR11 -10477.545404 -21053.029885   9768.957446    -75.027547 13 12 15           
+PR12 -17330.947576 -16697.395049  -8723.140423    -21.171984 11 10 11           
+PR13 -13954.198144  -2188.484910 -21256.982850   -301.238336  9  8 13           
+PR15  11720.279250  21201.495839  -8160.991751     50.030421 14  8 15           
+PR16  17250.620765  16560.953261   8719.630172    -38.835421  9  8 12           
+PR17 -14474.212616  10292.273948  18355.624333   -279.147406 15 13 16           
+PR18   4663.020687  10276.739595  22895.431989    -30.040942 10 12 10           
+PR19  20790.152973   4247.918145  14160.551106   -159.382076 10  9  9           
+PR20  24846.431482  -4487.556943  -3375.246815    -76.643392 12 16 18           
+PR21  14577.211080 -10431.349837 -18190.697135   -228.299029 14 12 10           
+PR22  -4663.579007 -10268.374286 -22881.852570      4.375153  7 11  8           
+PR23 -20870.608252  -4034.872594 -14099.398287   -264.873874 15 13 13           
+PR24 -24958.058567   4488.833936   2741.652892     61.549936  3 13  9           
+*  2011  4  1 21 30  0.00000000
+PR01  -7839.658235  -9674.144354  22261.098599   -181.096807 11  8  8           
+PR02 -13294.856324   9496.925786  19580.392412   -219.764136 10  7 11           
+PR03  -4479.184815  10473.268186 -22831.409231     18.864290 10 12  9           
+PR05   7834.634112   9717.323522 -22259.069064   -165.151633  9 14 12           
+PR06  13162.107408  -8742.589799 -20036.466816    -43.953969 13 11 10           
+PR07   8930.799589 -23474.239287  -4415.722696   -210.230439 10 10 10           
+PR08   1999.296258 -22632.846460  11597.408046    -44.370271 11  6 12           
+PR09  15547.649436   4087.051797  19822.388510    -47.507896  7 11  8           
+PR10   4291.293544 -10642.013081  22774.480676    -99.706664  8 12 10           
+PR11  -9724.551481 -19879.985395  12602.311446    -75.027547 13 12 15           
+PR12 -18007.952189 -17286.118071  -5673.302155    -21.170347 11 10 11           
+PR13 -15625.254191  -4089.272920 -19760.116814   -301.239155  9  8 14           
+PR15  11116.364498  20159.289851 -11103.074458     50.032058 14  9 15           
+PR16  17921.738681  17170.088017   5654.751834    -38.835421 10  9 12           
+PR17 -16565.815904  10709.445082  16230.965268   -279.145769 15 13 16           
+PR18   1864.828205  10713.280808  23103.154208    -30.040942 10 12 10           
+PR19  18897.978519   4410.682999  16559.874156   -159.382894 10  9  9           
+PR20  25040.705879  -4676.181462   -161.237183    -76.643392 12 16 18           
+PR21  16643.988222 -10868.229935 -16042.185749   -228.299029 13 12 10           
+PR22  -1860.050843 -10705.547466 -23067.379606      4.375153  7 12  9           
+PR23 -18987.787866  -4221.032514 -16501.805374   -264.877148 15 14 12           
+PR24 -25073.651230   4664.805097   -470.457630     61.552392  3 13  8           
+*  2011  4  1 21 45  0.00000000
+PR01  -7081.818560 -12248.975950  21224.961105   -181.096807 11  8  8           
+PR02 -12488.619426   7120.988737  21064.310511   -219.767155 10  8 10           
+PR03  -6411.623671   8388.227379 -23234.490811     18.866491 11 12  8           
+PR05   7079.347836  12288.007833 -21215.815475   -165.151633  8 14 13           
+PR06  12341.582734  -6323.191007 -21424.031211    -43.953969 13 10 10           
+PR07   8677.938966 -22782.995271  -7487.236957   -210.230439 10 10 10           
+PR08   2262.632597 -23864.470636   8725.928181    -44.369339 11  7 13           
+PR09  17182.005206   5756.282475  17983.351998    -47.506965  7 11  9           
+PR10   6218.377257  -8550.261995  23200.615963    -99.704801  8 13  8           
+PR11  -8657.104643 -18523.599371  15189.702068    -75.029410 13 13 15           
+PR12 -18471.308812 -17541.548784  -2514.408602    -21.168259 11 10 11           
+PR13 -17291.514741  -5708.912813 -17880.066323   -301.240199  9  9 14           
+PR15  10195.013100  18914.264692 -13830.743255     50.034160 15 10 15           
+PR16  18377.150677  17442.985025   2479.333819    -38.835421  9  7 13           
+PR17 -18346.948119  11219.838044  13792.411218   -279.143681 14 13 16           
+PR18   -890.748563  11353.253296  22863.607074    -30.040942 10 12 10           
+PR19  16754.140613   4771.934865  18637.662439   -159.384870 10  9  8           
+PR20  24833.597389  -4792.748716   3055.918878    -76.644323 13 16 18           
+PR21  18396.863465 -11392.416141 -13583.377687   -228.300891 13 12 11           
+PR22    900.836782 -11346.086245 -22804.444124      4.376084  7 12  9           
+PR23 -16854.987142  -4607.181172 -18583.690648   -264.881325 16 14 12           
+PR24 -24791.608868   4759.159971  -3673.430568     61.556442  4 13  8           
+*  2011  4  1 22  0  0.00000000
+PR01  -6548.583607 -14723.181605  19776.642130   -181.096807 11  7  8           
+PR02 -11818.878159   4540.112912  22138.874784   -219.768792 10  9 10           
+PR03  -8512.150262   6441.466440 -23187.044560     18.868947 11 12  7           
+PR05   6548.289145  14757.454579 -19761.064613   -165.151633  8 14 14           
+PR06  11665.276829  -3709.829873 -22396.123653    -43.953969 12 10  9           
+PR07   8409.335468 -21712.083037 -10413.224513   -210.230439 11 11 10           
+PR08   2352.037391 -24757.864164   5684.977992    -44.369339 11  7 13           
+PR09  18756.814719   7127.702436  15795.900672    -47.506965  6 11 10           
+PR10   8317.210575  -6593.403680  23175.565447    -99.704801  8 13  7           
+PR11  -7271.561979 -17046.301341  17480.781162    -75.029410 13 13 15           
+PR12 -18672.025698 -17491.114948    692.824159    -21.166622 11 10 11           
+PR13 -18889.489270  -7027.708726 -15653.232133   -301.241018  8  9 14           
+PR15   8947.302263  17527.241657 -16291.171868     50.034978 15 11 14           
+PR16  18567.629153  17407.175590   -744.538000    -38.835421  9  6 13           
+PR17 -19781.977438  11772.681959  11087.206628   -279.142043 14 14 17           
+PR18  -3536.702372  12177.211781  22181.855604    -30.040942 10 12 10           
+PR19  14418.773654   5355.341323  20353.607738   -159.385688 11  9  8           
+PR20  24241.345319  -4783.809531   6213.483419    -76.644323 14 16 18           
+PR21  19801.506463 -11952.606494 -10861.966323   -228.300891 13 12 11           
+PR22   3551.779166 -12169.948898 -22097.559211      4.376084  8 13 10           
+PR23 -14532.338141  -5216.383020 -20304.643372   -264.884599 16 15 11           
+PR24 -24130.493715   4719.443057  -6805.057715     61.559716  5 13  7           
+*  2011  4  1 22 15  0.00000000
+PR01  -6230.460509 -17030.436713  17944.323057   -181.095875 11  6  9           
+PR02 -11318.862096   1813.554683  22783.266437   -219.771812 10  9  9           
+PR03 -10727.784249   4681.099211 -22690.272677     18.872079 11 11  7           
+PR05   6231.803428  17059.435502 -17922.961791   -165.152564  7 14 14           
+PR06  11165.008357   -963.084098 -22934.047053    -43.953969 12 10  9           
+PR07   8177.856634 -20279.292244 -13136.884325   -210.229508 11 11 10           
+PR08   2312.812946 -25279.626838   2533.620492    -44.367477 11  8 13           
+PR09  20208.883411   8192.698112  13302.659855    -47.505102  6 11 11           
+PR10  10534.915067  -4820.139015  22699.518132    -99.703870  8 13  7           
+PR11  -5577.414909 -15511.978170  19431.058203    -75.030341 13 14 15           
+PR12 -18569.257595 -17172.657531   3886.727619    -21.163602 12 10 11           
+PR13 -20354.958826  -8038.892906 -13122.744905   -301.242993  8  9 14           
+PR15   7377.381488  16061.487734 -18436.609795     50.036954 15 12 14           
+PR16  18452.361424  17100.865934  -3953.872719    -38.836352 10  8 13           
+PR17 -20847.440974  12312.669557   8167.700970   -279.139955 14 14 17           
+PR18  -6011.067092  13154.468348  21071.460462    -30.040010 11 12 10           
+PR19  11957.247486   6172.959069  21674.429560   -159.385801 11  9  7           
+PR20  23292.795347  -4600.797268   9249.916902    -76.645255 15 17 18           
+PR21  20835.850412 -12493.240763  -7930.652376   -228.301823 12 11 11           
+PR22   6030.381417 -13145.753657 -20959.919683      4.377016  9 13 11           
+PR23 -12085.108644  -6060.083667 -21631.266683   -264.888775 16 15 11           
+PR24 -23121.157180   4498.478239  -9804.546602     61.562961  5 14  7           
+*  2011  4  1 22 30  0.00000000
+PR01  -6106.276887 -19108.969510  15763.628283   -181.095875 11  5 10           
+PR02 -11011.051450   -993.575771  22985.029806   -219.773449 10 10  9           
+PR03 -12998.201397   3144.927827 -21754.053542     18.874535 11 11  7           
+PR05   6108.583677  19132.263237 -15737.091161   -165.152564  7 13 15           
+PR06  10861.598013   1851.031525 -23027.511261    -43.953969 12  9  9           
+PR07   8032.667256 -18514.589860 -15605.388538   -210.229508 11 11 10           
+PR08   2195.814714 -25408.309791   -666.940665    -44.367477 11 10 14           
+PR09  21476.601893   8955.507360  10552.085139    -47.505102  6 11 11           
+PR10  12811.025054  -3268.982572  21781.457190    -99.703870  8 14  9           
+PR11  -3597.139154 -13983.270015  21002.762591    -75.030341 13 14 15           
+PR12 -18132.176339 -16632.679634   7005.832569    -21.161965 12 11 11           
+PR13 -21625.648954  -8748.650302 -10337.637814   -301.243811  8  9 14           
+PR15   5502.577671  14580.053243 -20225.306076     50.037772 16 12 13           
+PR16  18000.846464  16571.112693  -7086.028765    -38.836352 10  9 13           
+PR17 -21532.818517  12782.437244   5090.346941   -279.138318 14 14 17           
+PR18  -8259.221440  14244.368781  19554.191110    -30.040010 11 12 11           
+PR19   9437.605319   7224.531886  22574.516443   -159.386620 11  9  7           
+PR20  22028.154233  -4202.338939  12106.091329    -76.645255 15 17 17           
+PR21  21490.802031 -12956.991483  -4846.132464   -228.301823 12 11 11           
+PR22   8281.532866 -14232.052800 -19413.188440      4.377016 10 13 11           
+PR23  -9581.140788  -7137.430156 -22537.822623   -264.892050 17 15 11           
+PR24 -21805.423272   4056.609231 -12613.700139     61.566235  5 14  7           
+*  2011  4  1 22 45  0.00000000
+PR01  -6144.259120 -20903.957536  13276.931803   -181.095875 11  4 10           
+PR02 -10906.229579  -3812.777074  22740.308871   -219.776468 10 10  9           
+PR03 -15258.082861   1859.073017 -20396.732916     18.878598 11 11  6           
+PR05   6146.745831  20921.186474 -13245.794843   -165.153495  7 13 15           
+PR06  10764.006487   4663.558970 -22674.820155    -43.953038 11  9  8           
+PR07   8016.955985 -16459.018223 -17770.902995   -210.228577 11 11 10           
+PR08   2055.051050 -25135.311935  -3854.550956    -44.365614 12 11 14           
+PR09  22502.516990   9432.759208   7597.519641    -47.503253  6 11 12           
+PR10  15079.842759  -1966.825744  20439.006601    -99.702939  8 14 11           
+PR11  -1365.496799 -12518.944987  22165.567255    -75.031272 13 14 15           
+PR12 -17341.447190 -15924.250698   9990.021344    -21.159877 12 11 11           
+PR13 -22643.843149  -9175.601340  -7351.903623   -301.244856  8  9 14           
+PR15   3352.955053  13143.131518 -21622.325112     50.039748 16 13 13           
+PR16  17194.363994  15871.639139 -10079.956090    -38.836352 10  8 13           
+PR17 -21840.782960  13125.143004   1914.622817   -279.136230 13 15 17           
+PR18 -10235.882141  15397.996815  17659.588897    -30.039079 11 11 11           
+PR19   6927.905198   8497.317593  23036.418751   -159.387664 11  9  7           
+PR20  20497.284992  -3556.260045  14726.451476    -76.646186 16 17 17           
+PR21  21770.426953 -13287.339122  -1668.015577   -228.302754 11 11 11           
+PR22  10259.483512 -15379.058902 -17487.111020      4.377016 10 13 11           
+PR23  -7088.197390  -8435.119901 -23006.728445   -264.896226 17 15 12           
+PR24 -20234.332869   3363.623364 -15178.043120     61.569480  6 14  7           
+*  2011  4  1 23  0  0.00000000
+PR01  -6303.567409 -22369.646949  10532.533730   -181.095875 11  2 11           
+PR02 -11003.046042  -6574.760070  22053.917063   -219.778106 10 11  8           
+PR03 -17439.682806    837.104838 -18644.756408     18.881054 11 11  6           
+PR05   6305.360905  22380.511727 -10497.360269   -165.153495  7 12 16           
+PR06  10868.986990   7405.211604 -21882.895329    -43.953038 11  9  8           
+PR07   8165.928103 -14163.145989 -19591.507246   -210.228577 12 11  9           
+PR08   1945.151595 -24465.256998  -6967.313047    -44.365614 12 12 14           
+PR09  23235.743792   9652.502012   4496.164169    -47.502435  7 11 12           
+PR10  17273.034572   -927.999619  18698.106171    -99.702939  8 14 12           
+PR11   1071.679106 -11171.463441  22897.160559    -75.031272 13 14 15           
+PR12 -16190.248930 -15104.650786  12781.661102    -21.158240 11 12 11           
+PR13 -23358.827382  -9349.765017  -4223.453673   -301.245674  9 10 13           
+PR15    970.344584  11805.549862 -22600.238559     50.040566 16 13 12           
+PR16  16026.953716  15060.388097 -12877.399855    -38.836352 11  8 13           
+PR17 -21786.918276  13287.034960  -1298.101433   -279.134593 13 15 17           
+PR18 -11906.707948  16560.234856  15424.389391    -30.039079 11 11 11           
+PR19   4493.575055   9966.451879  23051.183965   -159.388482 11  9  7           
+PR20  18757.616270  -2641.197174  17060.100512    -76.646186 16 17 16           
+PR21  21691.604644 -13431.124409   1542.312722   -228.302754 11 11 11           
+PR22  11929.533010 -16530.752876 -15218.962799      4.377016 11 13 12           
+PR23  -4671.325947  -9927.785345 -23028.895063   -264.899500 17 16 13           
+PR24 -18466.023200   2400.277259 -17447.873884     61.572754  6 14  8           
+*  2011  4  1 23 15  0.00000000
+PR01  -6536.222158 -23471.107109   7583.722577   -181.095875 11  2 11           
+PR02 -11288.107966  -9212.084577  20939.239434   -219.780194 10 11  8           
+PR03 -19475.508775     79.707121 -16532.150975     18.884186 11 11  5           
+PR05   6536.379545  23475.363449  -7545.090568   -165.153495  7 11 16           
+PR06  11161.265862  10009.002684 -20667.136639    -43.953038 11  9  8           
+PR07   8505.148968 -11685.137039 -21031.997041   -210.227645 12 11  9           
+PR08   1918.812025 -23415.835359  -9944.789366    -44.364683 12 12 14           
+PR09  23634.119719   9652.763215   1307.979829    -47.501391  8 11 13           
+PR10  19322.360224   -153.877970  16592.519675    -99.702939  9 14 13           
+PR11   3659.165214  -9984.833782  23183.657044    -75.032204 13 14 15           
+PR12 -14684.793466 -14232.850472  15326.698576    -21.156151 11 12 11           
+PR13 -23729.062874  -9311.046164  -1012.998446   -301.246718 10 10 14           
+PR15  -1593.120957  10614.496311 -23139.679141     50.042542 16 13 11           
+PR16  14505.863735  14196.918063 -15424.040645    -38.836352 11  8 13           
+PR17 -21398.917531  13219.903741  -4485.733749   -279.132505 13 16 17           
+PR18 -13249.451966  17672.095808  12891.815176    -30.038148 11 10 11           
+PR19   2194.890492  11595.834582  22618.528469   -159.389526 12  8  8           
+PR20  16871.755798  -1447.749656  19061.788417    -76.647117 17 17 16           
+PR21  21283.168498 -13340.971964   4722.857841   -228.303685 11 11 12           
+PR22  13269.258407 -17627.285846 -12652.837280      4.377016 11 13 12           
+PR23  -2390.349293 -11578.899011 -22603.901545   -264.902745 17 16 14           
+PR24 -16563.331885   1159.359843 -19379.221172     61.576931  7 15  9           
+*  2011  4  1 23 30  0.00000000
+PR01  -6789.339780 -24185.547913   4487.741361   -181.095875 11  3 11           
+PR02 -11736.595329 -11661.720762  19417.969378   -219.781831 10 11  8           
+PR03 -21301.004888   -425.113028 -14099.865621     18.886642 12 11  5           
+PR05   6786.867902  24183.008893  -4446.275296   -165.153495  8 10 16           
+PR06  11614.242954  12412.780523 -19051.122616    -43.953038 11  9  8           
+PR07   9049.307539  -9088.517962 -22064.554776   -210.227645 12 11  9           
+PR08   2024.323815 -22017.117335 -12729.175576    -44.364683 12 13 13           
+PR09  23666.012648   9479.702745  -1905.456618    -47.500572  9 11 13           
+PR10  21162.420126    366.962154  14163.184471    -99.702939  9 14 14           
+PR11   6334.422428  -8992.848374  23019.841043    -75.032204 13 13 15           
+PR12 -12844.320240 -13366.929101  17575.696827    -21.154514 11 12 11           
+PR13 -23723.995236  -9107.310874   2217.128902   -301.247537 11 11 14           
+PR15  -4276.909180   9607.577660 -23229.744283     50.043360 16 13 10           
+PR16  12651.450490  13339.754995 -17670.548294    -38.836352 11  9 13           
+PR17 -20715.294561  12883.316465  -7586.644039   -279.130868 12 16 17           
+PR18 -14254.617994  18673.230068  10110.752102    -30.038148 11 10 11           
+PR19     84.679215  13339.502181  21746.842759   -159.390345 12  8  9           
+PR20  14904.909844     20.878345  20692.784076    -76.647117 17 17 15           
+PR21  20584.567532 -12977.484641   7812.194427   -228.303685 11 12 11           
+PR22  14269.226068 -18607.572836  -9838.787970      4.377016 11 13 13           
+PR23   -297.586438 -13342.161897 -21740.002498   -264.906019 17 15 15           
+PR24 -14591.225953   -353.752296 -20934.688368     61.580205  7 15 10           
+*  2011  4  1 23 45  0.00000000
+PR01  -7007.583068 -24503.145582   1304.677540   -181.094944 11  5 12           
+PR02 -12313.373834 -13867.429603  17519.685122   -219.782056 10 11  8           
+PR03 -22857.128045   -701.281471 -11394.983716     18.890706 12 11  5           
+PR05   7001.460408  24493.692053  -1261.081053   -165.154427  8  8 16           
+PR06  12191.182129  14561.566967 -17066.156426    -43.952107 10  9  8           
+PR07   9801.451508  -6439.736803 -22669.276162   -210.226714 12 11  8           
+PR08   2303.293988 -20310.366733 -15266.421987    -44.362820 12 13 13           
+PR09  23311.709543   9185.438201  -5082.123718    -47.499528 10 10 13           
+PR10  22733.304558    658.028620  11457.414490    -99.702007  9 14 14           
+PR11   9029.976966  -8217.771383  22409.240617    -75.032204 12 13 15           
+PR12 -10700.561621 -12561.537393  19484.794914    -21.152413 11 13 11           
+PR13 -23325.423044  -8792.131512   5404.183158   -301.248581 12 12 14           
+PR15  -7014.352150   8811.291208 -22868.239888     50.044404 16 13 11           
+PR16  10496.536244  12543.813148 -19573.529008    -38.835421 11  9 13           
+PR17 -19783.662757  12246.538898 -10540.841104   -279.128779 12 17 17           
+PR18 -14925.596454  19504.505036   7134.823598    -30.037216 11  9 11           
+PR19  -1793.653500  15143.430085  20453.030000   -159.392320 12  7  9           
+PR20  12922.218063   1748.771977  21921.614826    -76.648048 17 17 14           
+PR21  19644.105407 -12311.117379  10750.634157   -228.305548 11 12 11           
+PR22  14933.155327 -19411.966590  -6831.840401      4.377016 12 14 13           
+PR23   1564.102565 -15163.317993 -20453.968286   -264.910196 17 15 15           
+PR24 -12614.163122  -2121.070937 -22084.169627     61.583450  8 15 11           
+EOF
diff --git a/util/data/igr16295.sp3 b/util/data/igr16295.sp3
new file mode 100644
index 0000000..4df3633
--- /dev/null
+++ b/util/data/igr16295.sp3
@@ -0,0 +1,3191 @@
+#cP2011  4  1  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1629 432000.00000000   900.00000000 55652 0.0000000000000
++   32   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  3  2  3  3  2  3  3  3  2  3  2  3  2  3  3  3
+++         3  3  3  2  3  2  4  2  2  3  3  2  2  3  2  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* RAPID ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* cod emr esa gfz jpl ngs sio usn                          
+/* REFERENCED TO IGS TIME (IGST) AND TO WEIGHTED MEAN POLE: 
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  1  0  0  0.00000000
+PG01  11952.393192  -9354.125587  21671.919879 999999.999999
+PG02 -11706.796704  13773.960907  19334.631041    328.185293 11  7  9 154       
+PG03   9379.286380 -24544.659317  -2806.536360    695.932947  4  5  8 142       
+PG04 -23158.135004   7030.369537  11122.883008     75.926694 15 13 14 150       
+PG05  -2043.079575  20916.271409  16158.285828   -137.723690  9  6  8 136       
+PG06  13910.183488 -22458.943625   1301.104617   -220.540427  9  5 10 138       
+PG07 -25109.135610  -5964.471886   6721.209535      6.983355 10  7  9 122       
+PG08 -26538.940351   -833.711911  -4028.057487      7.629266 13 13 15 123       
+PG09   9924.664315  14090.691670 -20760.391301     71.043357  9  7 11 145       
+PG10 -13584.806500   7166.095819  21447.446589    -70.370757  9  8  7 135       
+PG11  -9789.468883 -14732.208101 -20190.981248   -138.996645 11 11  8 134       
+PG12  11116.385884  24198.157850  -1183.466045    -15.106501  8  9  8 126       
+PG13 -13378.754856  -6203.770431  21949.428342    276.900439  9  9  6 101       
+PG14  19512.812443 -11212.850231 -13840.981843    141.115413 11  9 10 126       
+PG15    353.265299  21141.889327 -15964.033911   -138.800939  8  8  8 148       
+PG16   4162.915933 -19236.758589  17719.553155   -161.818431  4  8  9 115       
+PG17 -19430.391123  10641.016775 -14350.587327    184.210310 10  9  9 165       
+PG18  18375.316592   9626.229133 -16487.158197    129.479016 10  8  8 127       
+PG19   4634.095984 -22012.468301 -13842.518191   -125.832717 10 10  7 143       
+PG20 -14407.983540 -22229.045639   2218.784455     48.823276 11  9 10 138       
+PG21  25733.274728   5717.437463   5708.434642   -134.304008  8 10  7 129       
+PG22  16005.081300  -2630.010778 -20878.924965    150.895610  9 10  8 104       
+PG23  -5153.066698 -16953.951306  19672.052794    316.387518  7  9  4 114       
+PG24 -13022.100345 -14413.733278 -18176.425188    377.918477 15 14 15 114       
+PG25  17613.354625  16398.615301  11245.606846     -0.960956  7  8 10 111       
+PG26 -11055.375256  22880.478544  -7515.272888   -160.185467 10  8  9 149       
+PG27   4023.284734  14312.126843 -21380.677845    251.215900 11  8 12 156       
+PG28 -16340.168854  -2290.689962 -20357.674613     28.601562 10 11  7 133       
+PG29  11749.815548   9764.344692  21809.501309    196.507908  9 10  8 129       
+PG30   9028.058924 -13394.457089  20670.810200    333.480958  7  8  8 145       
+PG31  21396.961666  -8112.764611  13868.399594     60.494390 11 10 11 138       
+PG32  -7160.597031 -25400.035690  -4265.437544   -226.198788 10  6  9 121       
+*  2011  4  1  0 15  0.00000000
+PG01  13191.512762  -7171.176787  21797.082248 999999.999999
+PG02 -13855.363416  13600.563190  17942.521707    328.187292 11  7  9 152       
+PG03   9767.007204 -24505.835885     -4.391038    695.938088  4  4  9 137       
+PG04 -24305.281154   6750.109906   8648.032757     75.935710 15 13 14 149       
+PG05  -3152.963834  19293.617824  17911.207301   -137.728586  9  6  8 136       
+PG06  14073.683700 -22039.699947   4095.526826   -220.645853  9  4  9 134       
+PG07 -24190.015912  -6130.261117   9391.940348      6.984451  9  7  9 112       
+PG08 -26820.226000   -973.073889  -1156.176290      7.629880 12 12 15 142       
+PG09   7614.995553  14156.781159 -21694.223016     71.045043  9  8 10 151       
+PG10 -14754.565476   4960.695107  21332.179274    -70.370823  9  8  7 137       
+PG11  -7566.645124 -15333.594004 -20668.538637   -138.999231 11 10  8 132       
+PG12  10795.913444  24030.035643  -4035.065689    -15.103618  7  9  8 131       
+PG13 -11910.417108  -8281.827123  22103.577749    276.898945  8  8  6 100       
+PG14  18669.587079  -9692.504788 -15976.308306    141.117518 11  8  9 118       
+PG15   -688.411828  22526.514400 -13915.274837   -138.798282  8  7  8 150       
+PG16   5247.642441 -17413.525378  19278.523467   -161.820886  4  8  8 125       
+PG17 -18635.158695   9027.983632 -16371.010883    184.210404 10  9  8 159       
+PG18  19048.202505  11332.956189 -14597.555590    129.480823 10  7  8 135       
+PG19   5676.961093 -23065.882440 -11515.842384   -125.836136  9 10  8 137       
+PG20 -14185.185012 -22493.032837   -576.035519     48.823140 11  8 10 136       
+PG21  24980.847001   5964.284700   8319.755106   -134.306360  8 10  7 123       
+PG22  17056.645814   -478.130323 -20210.257348    150.894905  9 10  8 113       
+PG23  -3897.810157 -18742.114851  18258.930993    316.385188  7  8  5 112       
+PG24 -10854.789691 -14393.718994 -19535.103209    377.920180 15 13 14  87       
+PG25  17992.694444  17498.693346   8704.788054     -0.961291  6  7 10 109       
+PG26 -11580.233063  23288.475679  -4694.585182   -160.194307  9  7  8 149       
+PG27   1427.378782  14402.857320 -21614.638151    251.219322 11  8 11 163       
+PG28 -17327.021596  -4433.460997 -19206.672871     28.603534 11 10  7 121       
+PG29  10388.673820  11812.663223  21487.057818    196.510711  8  9  7 128       
+PG30  10382.296363 -11308.300895  21264.193167    333.484888  7  8  8 147       
+PG31  22805.297734  -7933.054674  11508.957323     60.498960 11 10 12 138       
+PG32  -6671.352136 -24885.252296  -6989.715612   -226.205351 10  6  9 127       
+*  2011  4  1  0 30  0.00000000
+PG01  14539.701119  -5064.281867  21543.271187 999999.999999
+PG02 -15838.147340  13519.585527  16237.322146    328.189412 11  7  9 153       
+PG03  10048.560331 -24185.458674   2797.790822    695.943573  5  4  9 141       
+PG04 -25176.919550   6516.619014   6026.083075     75.944500 14 13 14 143       
+PG05  -4441.252027  17577.431060  19354.304655   -137.733872  9  6  8 138       
+PG06  14125.864153 -21345.689289   6818.744103   -220.750847  8  4  9 136       
+PG07 -22988.769667  -6357.360272  11902.889708      6.985177  8  7  9 113       
+PG08 -26786.578460  -1084.136709   1734.945655      7.630222 12 12 14 143       
+PG09   5230.893868  14360.097730 -22272.698425     71.047061  9  8 10 155       
+PG10 -16012.930221   2849.244229  20843.476160    -70.371376  9  8  6 137       
+PG11  -5335.613429 -16037.210535 -20800.833787   -139.001845 10 10  8 135       
+PG12  10299.023615  23609.117490  -6817.915779    -15.101024  6  8  7 126       
+PG13 -10563.457065 -10435.897377  21872.162360    276.897729  8  8  6 109       
+PG14  17795.357037  -7931.216564 -17832.143138    141.119588 11  8  9 110       
+PG15  -1550.212499  23741.775241 -11625.053493   -138.795290  8  7  8 149       
+PG16   6508.420833 -15517.405360  20503.633443   -161.823438  4  8  7 124       
+PG17 -17819.874748   7189.486102 -18104.456685    184.210972 10  9  7 160       
+PG18  19683.106676  12806.798994 -12456.129274    129.482630 10  7  8 130       
+PG19   6518.090828 -23937.555410  -8987.330251   -125.839617  8  9  7 135       
+PG20 -13798.336608 -22507.913214  -3360.997846     48.823301 10  7 10 123       
+PG21  23961.280998   6255.383095  10794.719819   -134.308655  8  9  7 122       
+PG22  18158.039246   1538.545170 -19189.479065    150.894427  9 10  8  97       
+PG23  -2820.323005 -20437.428302  16527.853400    316.382970  6  7  6 104       
+PG24  -8552.143361 -14482.039475 -20558.462352    377.921631 15 13 14 102       
+PG25  18266.489694  18329.759861   6014.235406     -0.961678  5  6 10 116       
+PG26 -11915.170183  23445.863608  -1791.955351   -160.203737  8  7  8 141       
+PG27  -1167.464335  14632.625239 -21452.791906    251.223404 10  8 10 165       
+PG28 -18348.073519  -6384.218073 -17713.117299     28.605816 11 10  7 119       
+PG29   9165.132230  13879.762471  20797.784972    196.513188  7  8  7 123       
+PG30  11867.494717  -9255.089619  21477.593295    333.487843  7  8  7 150       
+PG31  23946.151908  -7821.181859   8955.587668     60.503238 10 10 12 133       
+PG32  -6014.166066 -24130.508105  -9595.471122   -226.211879 10  7  9 114       
+*  2011  4  1  0 45  0.00000000
+PG01  15966.984154  -3073.532546  20915.380603 999999.999999
+PG02 -17617.506441  13507.006304  14247.804409    328.191458 11  8  9 151       
+PG03  10257.009435 -23573.993613   5550.559725    695.949710  5  4  8 138       
+PG04 -25759.418619   6296.119274   3301.957976     75.953701 13 13 13 147       
+PG05  -5900.529006  15813.208299  20462.828831   -137.738983  9  6  8 137       
+PG06  14102.881663 -20374.617340   9423.675366   -220.856522  8  5  9 138       
+PG07 -21530.593333  -6678.225908  14211.190687      6.986172  9  7  8  78       
+PG08 -26437.417588  -1206.963641   4597.206206      7.629614 11 12 14 136       
+PG09   2819.650847  14705.152675 -22486.798099     71.047609  9  8  9 163       
+PG10 -17329.395290    869.479688  19991.143054    -70.373098  8  8  6 135       
+PG11  -3136.581011 -16832.067761 -20584.772758   -139.004477 10  9  8 123       
+PG12   9600.673702  22965.334422  -9484.525324    -15.098454  5  7  7 119       
+PG13  -9362.520562 -12620.003462  21259.111422    276.896341  7  7  6 109       
+PG14  16931.801405  -5950.873302 -19375.917585    141.121677 11  7  9  92       
+PG15  -2245.675154  24748.721426  -9132.958539   -138.792482  8  6  8 144       
+PG16   7935.521344 -13596.268178  21374.519292   -161.826032  4  8  6 128       
+PG17 -17023.539784   5149.873506 -19520.704644    184.211019 10  9  7 161       
+PG18  20242.080527  14037.166009 -10100.822002    129.484407 10  7  8 128       
+PG19   7172.554125 -24589.846032  -6301.086210   -125.842847  7  8  7 130       
+PG20 -13221.632460 -22297.416681  -6088.473000     48.823409 10  7  9 110       
+PG21  22695.529144   6621.146932  13093.109337   -134.310830  8  9  7 126       
+PG22  19275.460432   3389.225973 -17834.866667    150.893448 10 10  8 105       
+PG23  -1919.391572 -21993.536353  14508.316680    316.380463  6  6  7 111       
+PG24  -6158.591311 -14691.848913 -21228.120671    377.924446 15 13 13 134       
+PG25  18396.277091  18897.538090   3220.248964     -0.962049  5  6 10 113       
+PG26 -12088.956792  23324.308017   1142.155801   -160.213172  7  6  7 146       
+PG27  -3707.015550  14993.924482 -20897.256896    251.226534 10  8  9 104       
+PG28 -19364.098047  -8115.189741 -15905.254554     28.607962 12  9  8 114       
+PG29   8094.328341  15920.134161  19753.472161    196.515944  7  8  7 120       
+PG30  13456.275013  -7278.117056  21307.154600    333.491574  7  7  7 148       
+PG31  24798.002428  -7741.788057   6251.100641     60.507691 10 10 12 131       
+PG32  -5167.428078 -23167.051568 -12037.810997   -226.218553 10  7  9 114       
+*  2011  4  1  1  0  0.00000000
+PG01  17437.574572  -1233.095020  19924.832440 999999.999999
+PG02 -19161.861141  13533.422748  12008.013964    328.193370 11  8  9 147       
+PG03  10427.117997 -22670.505178   8204.919024    695.954675  5  4  8 135       
+PG04 -26047.310509   6053.359642    522.004514     75.963315 12 13 13 122       
+PG05  -7515.272183  14045.545430  21217.868175   -137.744331  9  6  8 131       
+PG06  14041.658978 -19132.594666  11865.529137   -220.961753  7  5  8 132       
+PG07 -19847.861500  -7120.308421  16277.322193      6.987065  9  7  8  86       
+PG08 -25781.035292  -1380.955379   7382.960015      7.629591 10 12 14 141       
+PG09    428.806637  15188.321180 -22333.171670     71.050894  9  8  9 159       
+PG10 -18668.363405   -947.182782  18791.321507    -70.373479  8  8  6 134       
+PG11  -1007.648846 -17700.692602 -20022.934601   -139.007351  9  9  8 128       
+PG12   8682.686704  22134.255552 -11989.297307    -15.095841  5  7  6 113       
+PG13  -8324.135731 -14785.096008  20275.103001    276.895228  7  7  6 107       
+PG14  16117.138291  -3781.561520 -20580.601785    141.123739 11  7  8 107       
+PG15  -2795.291637  25513.403386  -6482.171575   -138.789924  8  6  8 144       
+PG16   9510.987641 -11696.342934  21877.044311   -161.828673  5  7  5 125       
+PG17 -16281.286145   2941.022648 -20595.226834    184.210920  9  9  6 158       
+PG18  20687.379346  15021.779241  -7572.873167    129.486332  9  7  7 124       
+PG19   7662.493387 -24990.583268  -3504.144363   -125.846707  7  8  7 130       
+PG20 -12435.155182 -21891.125616  -8711.966195     48.822832 10  6  9  97       
+PG21  21210.857675   7087.850745  15177.571262   -134.313151  8  9  7 122       
+PG22  20371.426689   5050.094596 -16170.499014    150.892588 10  9  7 103       
+PG23  -1185.632630 -23366.576321  12235.058191    316.378183  6  5  7 106       
+PG24  -3721.152932 -15028.704715 -21531.707562    377.927221 14 12 11 106       
+PG25  18346.747639  19216.003455    370.889612     -0.962452  5  5 10 118       
+PG26 -12135.707736  22903.446497   4055.948876   -160.222344  7  6  7 143       
+PG27  -6139.247498  15470.709108 -19957.843860    251.229577 10  8  8 104       
+PG28 -20333.211030  -9607.300034 -13816.744607     28.609977 12  9  8 120       
+PG29   7183.365823  17887.114976  18371.919067    196.518304  7  8  7 114       
+PG30  15114.639993  -5415.701440  20756.131923    333.494925  7  7  7 146       
+PG31  25347.607101  -7656.782614   3440.950327     60.511851  9 10 12 124       
+PG32  -4116.479721 -22031.220992 -14274.203953   -226.224995  9  7  9 117       
+*  2011  4  1  1 15  0.00000000
+PG01  18911.200375    429.918908  18589.337714 999999.999999
+PG02 -20446.821310  13565.317257   9556.700707    328.195460 10  8  9 143       
+PG03  10593.771814 -21482.875462  10713.280418    695.958372  6  5  8 139       
+PG04 -26043.381474   5753.138152  -2266.767399     75.972183 12 12 13 145       
+PG05  -9262.288468  12316.509470  21606.661724   -137.749510 10  5  8 139       
+PG06  13978.289086 -17633.995617  14102.570706   -221.066882  7  5  8 141       
+PG07 -17979.004624  -7704.825703  18065.774887      6.987978  9  7  7 106       
+PG08 -24834.315430  -1643.211098  10045.733151      7.630277  9 11 13 146       
+PG09  -1895.388150  15797.941842 -21814.174464     71.053020  9  9  9 157       
+PG10 -19990.508977  -2576.632751  17266.108982    -70.372685  8  8  6 137       
+PG11   1016.434072 -18619.687395 -19123.600666   -139.009803  9  9  9 121       
+PG12   7534.649147  21155.690628 -14289.294017    -15.093323  6  6  5 119       
+PG13  -7456.193506 -16880.827803  18937.371824    276.893928  7  6  7 114       
+PG14  15384.593256  -1460.583656 -21425.201527    141.126212 10  6  8 106       
+PG15  -3225.506478  26008.185671  -3718.703802   -138.787019  8  6  8 135       
+PG16  11209.211337  -9860.560249  22003.482622   -161.831256  6  7  3 130       
+PG17 -15622.977446    601.273334 -21309.619330    184.211159  9  9  6 159       
+PG18  20982.976545  15766.494614  -4916.065258    129.488145  9  8  7 116       
+PG19   8016.048803 -25114.385708   -645.602436   -125.849933  7  7  7 134       
+PG20 -11425.799392 -21323.234347 -11186.887632     48.823591 11  6  9  69       
+PG21  19539.933831   7676.530171  17014.122327   -134.315392  8  9  6 125       
+PG22  21406.227315   6505.005666 -14225.790139    150.891950 10  9  7 112       
+PG23   -602.026126 -24516.847610   9747.461503    316.375744  6  4  7 109       
+PG24  -1287.822327 -15490.256358 -21463.133991    377.929715 14 12 10 129       
+PG25  18087.239264  19306.686935  -2484.847359     -0.962821  5  5 10 121       
+PG26 -12093.399753  22171.936261   6897.257094   -160.231980  6  6  7 139       
+PG27  -8416.312830  16039.061540 -18651.871843    251.231887  9  9  7  91       
+PG28 -21212.583400 -10850.618373 -11485.902545     28.611891 11  9  8 116       
+PG29   6431.187628  19734.533679  16676.641757    196.520887  7  8  7 110       
+PG30  16803.235918  -3699.809817  19834.811314    333.498467  7  6  7 149       
+PG31  25590.448813  -7526.944224    572.525358     60.516631  7 10 12 117       
+PG32  -2854.443290 -20763.094461 -16265.241706   -226.231534  9  8  9 123       
+*  2011  4  1  1 30  0.00000000
+PG01  20344.615000   1896.293694  16932.546426 999999.999999
+PG02 -21456.041260  13566.515258   6936.640437    328.197284 10  8  8 139       
+PG03  10790.381809 -20027.671881  13030.417469    695.962715  6  5  8 137       
+PG04 -25758.468767   5361.811657  -5017.437420     75.981643 11 12 12 150       
+PG05 -11111.455742  10664.124994  21622.802191   -137.754853 10  5  9 135       
+PG06  13946.495146 -15901.005847  16096.819155   -221.171899  6  5  7 138       
+PG07 -15967.164839  -8445.775417  19545.658214      6.988923  9  8  6  99       
+PG08 -23622.156675  -2026.970119  12540.926487      7.630100  9 11 13 151       
+PG09  -4109.464191  16514.703710 -20937.845010     71.055292  9  9  8 156       
+PG10 -21254.284221  -4002.746970  15443.079703    -70.373235  8  8  6 136       
+PG11   2905.402959 -19560.525055 -17900.703307   -139.012600  9  8  9 133       
+PG12   6154.519563  20072.139893 -16344.964742    -15.090514  6  5  5 122       
+PG13  -6757.782344 -18857.388084  17269.392387    276.892701  7  6  7 109       
+PG14  14761.082202    968.812816 -21895.136992    141.128373 10  6  8  95       
+PG15  -3567.477959  26212.826423   -890.576744   -138.784469  8  7  8 130       
+PG16  12997.805702  -8127.045746  21752.588405   -161.833685  7  6  2 124       
+PG17 -15072.037698  -1825.890815 -21651.911479    184.211537  8  9  5 150       
+PG18  21096.001861  16284.823761  -2175.955737    129.490090  8  8  7 107       
+PG19   8266.038578 -24943.722905   2224.291550   -125.853405  8  7  6 126       
+PG20 -10187.937353 -20631.152356 -13471.282121     48.823351 11  6  8  64       
+PG21  17719.740121   8402.071059  18572.612053   -134.318167  7  8  6 118       
+PG22  22339.470030   7745.879081 -12034.930235    150.891536 10  9  7 104       
+PG23   -144.762937 -25410.337702   7088.861910    316.373840  6  4  8 104       
+PG24   1094.093168 -16066.253010 -21022.756618    377.932849 14 12  9 120       
+PG25  17593.058974  19197.696129  -5297.873608     -0.963194  5  5  9 128       
+PG26 -12002.197508  21128.162259   9614.578611   -160.241280  6  7  6 131       
+PG27 -10496.339690  16668.227465 -17003.785033    251.235224  9  9  6  71       
+PG28 -21960.172325 -11844.432107  -8954.876220     28.614164 11  9  7 126       
+PG29   5828.767351  21418.350474  14696.486420    196.522995  7  7  7 102       
+PG30  18478.846830  -2154.960526  18560.274561    333.501638  6  6  7 142       
+PG31  25530.870312  -7313.580909  -2305.601366     60.521255  7 11 12 114       
+PG32  -1382.764707 -19404.988167 -17975.375457   -226.237989  9  7  9 129       
+*  2011  4  1  1 45  0.00000000
+PG01  21693.228382   3155.235062  14983.595423 999999.999999
+PG02 -22181.762818  13499.775292   4193.858820    328.199019 10  8  8 131       
+PG03  11047.337652 -18329.661303  15114.390946    695.967286  6  6  8 137       
+PG04 -25210.975826   4848.738269  -7683.910338     75.990788  9 12 12 157       
+PG05 -13026.739345   9121.032582  21266.326389   -137.760171 10  5  9 139       
+PG06  13976.206031 -13962.880015  17814.663978   -221.277068  6  6  7 137       
+PG07 -13858.678469  -9349.224979  20691.238533      6.989976  9  8  6  71       
+PG08 -22176.616526  -2560.188460  14826.501774      7.630493  9 11 12 158       
+PG09  -6174.132085  17312.309404 -19717.822804     71.055919  9  9  8 159       
+PG10 -22417.505751  -5217.749051  13354.721116    -70.373699  8  8  6 133       
+PG11   4634.454031 -20490.557342 -16373.689229   -139.015288  9  8  9 135       
+PG12   4548.922377  18927.148994 -18120.824096    -15.088234  5  5  5 126       
+PG13  -6219.382858 -20667.323466  15300.444129    276.891491  7  6  7 103       
+PG14  14266.162466   3458.942681 -21982.495850    141.130543  9  5  8  88       
+PG15  -3855.651020  26115.279085   1953.036908   -138.781778  9  7  8 134       
+PG16  14838.741534  -6527.820033  21129.553877   -161.836020  7  6  2 126       
+PG17 -14644.556596  -4293.361563 -21616.748044    184.211709  7  9  5 145       
+PG18  20998.051726  16597.183150    600.892159    129.492053  7  9  6 120       
+PG19   8448.450332 -24469.672918   5055.079158   -125.856798  8  7  6 126       
+PG20  -8723.803283 -19854.005063 -15526.508068     48.823770 11  6  7  53       
+PG21  15790.349957   9272.515567  19827.147160   -134.320754  7  8  6 117       
+PG22  23131.658128   8772.774840  -9636.247963    150.890526  9  9  7 127       
+PG23    215.625200 -26020.040272   4305.764812    316.371340  6  4  8  98       
+PG24   3379.617397 -16738.873983 -20217.428916    377.935678 13 11  9 111       
+PG25  16846.583140  18922.492621  -8019.849555     -0.963559  6  5  9 126       
+PG26 -11902.656789  19780.559806  12158.143781   -160.250256  6  7  6 131       
+PG27 -12344.958042  17321.966714 -15044.584487    251.238326  8  9  6 162       
+PG28 -22536.398593 -12596.952332  -6268.784998     28.616250 11  9  7 138       
+PG29   5359.611370  22898.227682  12465.156035    196.525664  7  7  8 103       
+PG30  20096.054666   -797.449356  16956.016416    333.503947  6  5  8 139       
+PG31  25181.889783  -6980.187308  -5144.455077     60.526018  7 11 12 115       
+PG32    288.558778 -17999.857344 -19373.611761   -226.244646 10  7  8 130       
+*  2011  4  1  2  0  0.00000000
+PG01  22912.794139   4204.561320  12776.565014 999999.999999
+PG02 -22625.019539  13328.444562   1376.773789    328.201029 10  8  8 129       
+PG03  11390.582373 -16420.985197  16927.419059    695.972933  6  6  7 138       
+PG04 -24426.126691   4187.601602 -10221.626799     75.999776  8 12 11 154       
+PG05 -14967.443550   7713.370093  20543.692959   -137.765137 10  5  9 137       
+PG06  14092.301467 -11854.942032  19227.393449   -221.382089  6  6  7 137       
+PG07 -11701.440640 -10412.908488  21482.398813      6.990783  9  8  5  59       
+PG08 -20535.803574  -3264.300889  16863.643776      7.631194  9 11 12 166       
+PG09  -8055.543195  18158.395343 -18173.204632     71.058534  9 10  8 168       
+PG10 -23438.958364  -6222.240853  11037.801455    -70.374852  8  8  6 134       
+PG11   6185.027804 -21374.204408 -14567.293200   -139.018163  9  7 10 136       
+PG12   2733.113418  17763.630698 -19586.069534    -15.085541  6  4  5 130       
+PG13  -5823.413056 -22267.272369  13065.068205    276.889623  7  5  8 107       
+PG14  13911.294198   5959.365183 -21686.156375    141.132649  8  5  8 113       
+PG15  -4126.199971  25712.183619   4762.695142   -138.779008  9  7  8 133       
+PG16  16689.699033  -5087.751157  20145.861036   -161.838768  8  7  3 122       
+PG17 -14348.705156  -6752.062853 -21205.443000    184.211804  5  9  5 142       
+PG18  20666.326646  16729.905072   3367.668010    129.493543  5  9  5 128       
+PG19   8600.807492 -23692.343604   7797.036156   -125.860421  8  7  6 114       
+PG20  -7043.583459 -19031.088964 -17317.857021     48.823580 11  6  7  79       
+PG21  13793.602696  10288.608185  20756.475183   -134.323475  7  8  6 119       
+PG22  23745.735829   9593.650890  -7071.508383    150.890093  9  9  7 128       
+PG23    512.899089 -26327.009049   1446.992871    316.368804  7  6  8  98       
+PG24   5527.668290 -17483.373172 -19060.434373    377.938542 13 11  9           
+PG25  15838.093080  18518.473565 -10604.012277     -0.963921  7  5  8 124       
+PG26 -11833.883402  18147.522465  14480.986333   -160.259566  7  7  6 138       
+PG27 -13936.485842  17960.152444 -12811.096737    251.241048  8 10  6  35       
+PG28 -22905.704117 -13124.678694  -3474.843090     28.618222 10  9  6 129       
+PG29   5000.552955  24138.973015  10020.656468    196.527941  6  6  8  95       
+PG30  21608.991560    365.070957  15051.427977    333.506986  5  5  8 133       
+PG31  24564.700088  -6494.037369  -7895.463776     60.530208  8 11 12 105       
+PG32   2141.084479 -16589.660193 -20434.150683   -226.251163 10  7  8 127       
+*  2011  4  1  2 15  0.00000000
+PG01  23961.086812   5050.557555  10349.856427 999999.999999
+PG02 -22795.490056  13018.108812  -1464.724246    328.203062  9  8  8 122       
+PG03  11840.374054 -14340.027256  18436.666328    695.977427  6  6  8 140       
+PG04 -23434.988798   3357.570837 -12588.242256     76.009067  7 12 11 148       
+PG05 -16889.649086   6459.918415  19467.649283   -137.770691 10  5  9 137       
+PG06  14313.572828  -9617.369243  20311.629348   -221.487472  6  7  7 137       
+PG07  -9543.212356 -11626.148825  21905.011066      6.991905  9  8  5  87       
+PG08 -18742.553520  -4153.214108  18617.391190      7.631489  9 10 11 159       
+PG09  -9726.371093  19015.682684 -16328.336771     71.060086  9 10  8 162       
+PG10 -24279.954269  -7024.912414   8532.683842    -70.377390  7  8  7 116       
+PG11   7545.366313 -22174.286114 -12511.218843   -139.020928  9  7 10 136       
+PG12    730.615362  16622.216970 -20715.127103    -15.082965  6  4  5 124       
+PG13  -5545.100189 -23619.543606  10602.427920    276.888720  8  6  8 102       
+PG14  13699.440642   8418.672726 -21011.779516    141.134848  8  5  8 101       
+PG15  -4415.404509  25009.027252   7489.573357   -138.776356  9  8  8 136       
+PG16  18505.582391  -3823.794912  18819.033592   -161.841409  8  7  4 124       
+PG17 -14184.482338  -9152.677886 -20425.906956    184.212041  4  8  6 147       
+PG18  20084.558187  16714.051936   6078.052455    129.495457  4  9  6 129       
+PG19   8760.480011 -22620.939961  10402.099970   -125.863953  9  8  6 106       
+PG20  -5165.209994 -18200.338816 -18815.106181     48.823505 11  7  7  93       
+PG21  11771.719159  11443.598439  21344.324691   -134.325234  8  7  6 115       
+PG22  24148.541656  10223.817878  -4385.161397    150.889173  8  9  7 128       
+PG23    783.565304 -26321.101831  -1437.219648    316.366669  7  7  8  91       
+PG24   7502.476774 -18269.015618 -17571.299190 999999.999999
+PG25  14566.313377  18025.412824 -13005.975379     -0.964308  7  6  8 123       
+PG26 -11831.732608  16256.885798  16539.984062   -160.268840  7  7  6 129       
+PG27 -15254.723673  18540.538506 -10345.108233    251.243995  7 10  6           
+PG28 -23037.932040 -13451.461580   -621.488267     28.620325  9  9  6 120       
+PG29   4722.808549  25111.801127   7404.669680    196.530479  7  6  8  85       
+PG30  22973.107755   1333.645260  12881.163614    333.509434  4  6  8 134       
+PG31  23707.866046  -5827.651343 -10511.273897     60.534732  9 11 12  81       
+PG32   4148.369383 -15213.749290 -21136.948494   -226.257718 10  7  8 121       
+*  2011  4  1  2 30  0.00000000
+PG01  24799.504454   5707.502481   7745.503147 999999.999999
+PG02 -22711.004431  12538.164505  -4280.232165    328.204997  9  7  8 117       
+PG03  12410.292743 -12130.020536  19614.926843    695.980830  6  7  7 139       
+PG04 -22273.300328   2344.256859 -14744.268028     76.018138  6 12 10 146       
+PG05 -18747.780950   5371.542771  18056.991319   -137.775772 10  6 10 132       
+PG06  14651.936290  -7293.809027  21049.664773   -221.592692  6  7  7 138       
+PG07  -7429.933262 -12970.111185  21951.213518      6.992453  9  8  5  96       
+PG08 -16842.932169  -5232.570140  20057.228255      7.632054  9 10 10 159       
+PG09 -11166.676003  19843.325416 -14212.539699     71.062072  9 10  7 163       
+PG10 -24905.789771  -7641.949217   5882.601837    -70.378213  7  8  6 110       
+PG11   8710.818563 -22853.448609 -10239.724655   -139.023842  9  6 10 133       
+PG12  -1427.466197  15539.704486 -21488.115136    -15.080165  7  4  5 128       
+PG13  -5353.641836 -24693.476684   7955.586902    276.887338  8  7  8  93       
+PG14  13625.021399  10786.313724 -19971.672094    141.136857  7  5  8  99       
+PG15  -4758.025228  24019.968374  10086.338081   -138.773719  9  8  8 134       
+PG16  20240.138976  -2744.547057  17172.296525   -161.843675  8  8  4 123       
+PG17 -14143.799232 -11447.377416 -19292.453074    184.212404  4  8  6 153       
+PG18  19243.696575  16584.080379   8686.927083    129.497227  4  9  5 128       
+PG19   8963.011029 -21273.475448  12824.758683   -125.867314  9  8  6 108       
+PG20  -3113.866747 -17396.863447 -19992.997384     48.823863 11  7  7 118       
+PG21   9765.901016  12723.310274  21579.698372   -134.327743  8  7  6 111       
+PG22  24312.114302  10685.116361  -1623.555798    150.888450  7  8  7 127       
+PG23   1065.214071 -26001.382246  -4296.164978    316.364554  8  8  8  63       
+PG24   9274.803902 -19060.271798 -15775.484576    377.943038 12 10 10  47       
+PG25  13038.631802  17483.822294 -15184.487375     -0.964695  7  6  7 129       
+PG26 -11927.135624  14144.999468  18296.833031   -160.277901  8  7  6 134       
+PG27 -16293.328830  19020.607956  -7692.399431    251.246730  7 10  6           
+PG28 -22909.482376 -13607.309851   2242.466473     28.622499  8  9  5 136       
+PG29   4493.256567  25795.365483   4661.862936    196.532826  7  6  8 104       
+PG30  24146.879566   2117.709099  10484.411845    333.511774  4  6  8 129       
+PG31  22646.245446  -4960.078986 -12946.564512     60.539178  9 11 12 108       
+PG32   6276.746122 -13907.356505 -21468.187210   -226.264321 10  6  8 134       
+*  2011  4  1  2 45  0.00000000
+PG01  25394.535626   6196.890147   5008.429752 999999.999999
+PG02 -22396.723489  11863.244083  -7019.809739    328.207060  9  7  8 110       
+PG03  13106.539401  -9837.454537  20441.181082    695.985726  6  7  7 141       
+PG04 -20980.144110   1140.431771 -16653.668967     76.027559  5 12 10 150       
+PG05 -20496.246078   4450.949011  16336.221843   -137.781002 10  7 10 127       
+PG06  15111.924726  -4929.881315  21429.703747   -221.697960  6  8  7 140       
+PG07  -5404.103951 -14418.381850  21619.585598      6.993292  9  8  6  97       
+PG08 -14884.615365  -6499.311159  21157.628016      7.631454  9 10  9 162       
+PG09 -12364.519715  20598.415133 -11859.761579     71.063417  9 10  7 161       
+PG10 -25287.047197  -8096.166039   3132.910364    -70.377725  7  8  7 115       
+PG11   9683.876960 -23375.633969  -7791.115396   -139.026441  8  6 10 116       
+PG12  -3703.423102  14547.653798 -21891.216467    -15.077742  7  6  6 129       
+PG13  -5213.607134 -25466.530795   5170.720765    276.885942  8  7  8  93       
+PG14  13674.217795  13014.376626 -18584.526323    141.139108  7  5  8 112       
+PG15  -5185.744698  22767.331102  12507.990140   -138.770826  9  8  8 124       
+PG16  21847.622201  -1850.119597  15234.151508   -161.846432  8  8  5 125       
+PG17 -14210.893345 -13591.481282 -17825.488935    184.212558  4  8  6 141       
+PG18  18142.338830  16376.405087  11151.049545    129.499248  4  9  5 133       
+PG19   9240.529880 -19676.140749  15022.881757   -125.870841  9  8  6  99       
+PG20   -921.226016 -16651.603764 -20831.637106     48.824040 11  7  7 114       
+PG21   7814.958977  14106.480965  21457.113845   -134.329436  8  6  7 120       
+PG22  24214.802178  11004.852213   1165.866210    150.887817  6  8  7 134       
+PG23   1394.812116 -25376.161724  -7079.610762    316.362217  8  9  8  65       
+PG24  10822.905721 -19818.223876 -13703.961656    377.946272 11 10 10  84       
+PG25  11270.991945  16933.296936 -17102.135848     -0.965032  8  6  6 134       
+PG26 -12144.635952  11855.422729  19718.919954   -160.287470  8  7  6 135       
+PG27 -17055.762976  19359.414380  -4901.714846    251.249539  7 10  6 161       
+PG28 -22504.207381 -13626.999123   5068.644146     28.624803  7  9  4 139       
+PG29   4275.890447  26176.520752   1839.144098    196.535500  7  6  8 102       
+PG30  25093.386575   2734.441224   7904.092425    333.515034  3  7  8 126       
+PG31  21419.670735  -3877.946375 -15158.846300     60.543271  9 11 11 112       
+PG32   8486.406841 -12700.236127 -21420.634148   -226.270766 10  6  8 123       
+*  2011  4  1  3  0  0.00000000
+PG01  25719.036023   6546.380052   2185.672132 999999.999999
+PG02 -21884.026397  10974.431458  -9634.946099    328.208968  9  8  8 105       
+PG03  13927.559592  -7510.352850  20901.009991    695.989814  6  7  7 143       
+PG04 -19596.514633   -253.512936 -18284.412617     76.036907  5 12  9 151       
+PG05 -22091.078209   3692.762026  14335.114091   -137.786257 10  8 10 124       
+PG06  15690.473865  -2571.623411  21446.002919   -221.803312  5  8  7 137       
+PG07  -3503.299893 -15937.853518  20915.215121      6.993998  9  8  6 106       
+PG08 -12915.201406  -7941.567764  21898.537365      7.631429  8 10  8 147       
+PG09 -13316.304729  21237.595630  -9308.156882     71.066917  9 10  6 158       
+PG10 -25400.697144  -8415.905552    330.324794    -70.378321  7  8  7  97       
+PG11  10473.937175 -23707.536600  -5207.141537   -139.029446  8  6 10 116       
+PG12  -6054.186889  13671.197191 -21916.950859    -15.075202  8  8  6 126       
+PG13  -5086.519673 -25925.061111   2296.279132    276.884535  9  8  9 104       
+PG14  13825.614858  15059.264651 -16875.043546    141.140955  7  5  8 110       
+PG15  -5725.737262  21280.791464  14712.660697   -138.767945  9  9  8 120       
+PG16  23284.436781  -1132.341466  13037.876866   -161.848855  8  8  5 117       
+PG17 -14363.052327 -15544.989258 -16051.103884    184.212350  4  8  6 137       
+PG18  16786.886242  16127.913923  13429.688800    129.501050  4  9  5 129       
+PG19   9620.317365 -17862.358183  16958.474825   -125.874348  9  8  6 104       
+PG20   1375.556008 -15990.161833 -21316.812965     48.824342 11  8  7 120       
+PG21   5954.015339  15565.364728  20976.785803   -134.331301  8  6  7 115       
+PG22  23842.136247  11214.534598   3935.379689    150.887109  4  8  7 132       
+PG23   1807.022838 -24462.679934  -9738.737799    316.359797  8  9  8  77       
+PG24  12133.205149 -20502.128348 -11392.675123    377.948577 10 10 10  97       
+PG25   9287.462184  16410.907570 -18725.985694     -0.965346  8  7  6 132       
+PG26 -12501.209278   9437.299582  20780.060437   -160.297132  8  8  5 130       
+PG27 -17554.829759  19519.331818  -2023.705354    251.251414  7 10  5 156       
+PG28 -21814.022552 -13548.539606   7809.867283     28.626924  6  8  4 125       
+PG29   4033.390718  26250.785695  -1015.125807    196.538210  8  7  8 103       
+PG30  25781.695364   3207.810753   5186.002604    333.517644  2  8  8 120       
+PG31  20071.438190  -2576.221147 -17109.230551     60.547785  9 11 11  91       
+PG32  10732.757560 -11615.526357 -20993.876429   -226.277272 10  6  8 124       
+*  2011  4  1  3 15  0.00000000
+PG01  25753.267907   6788.518971   -674.427151 999999.999999
+PG02 -21209.155277   9860.214569 -12079.492321    328.210843  9  7  8 114       
+PG03  14864.008673  -5196.498216  20986.855392    695.995242  6  7  7 142       
+PG04 -18163.827862  -1829.385895 -19608.964967     76.046101  6 11  8 154       
+PG05 -23491.527359   3083.921139  12088.189202   -137.791567  9  8 10 121       
+PG06  16377.007243   -263.934301  21098.917019   -221.908613  5  8  7 138       
+PG07  -1758.874921 -17489.886347  19849.653611      6.994874  9  8  6 111       
+PG08 -10980.515605  -9538.882252  22265.793210      7.631507  8 10  7 149       
+PG09 -14026.818822  21718.734700  -6599.587136     71.069190  9 10  6 157       
+PG10 -25230.964585  -8633.746851  -2477.840408    -70.377543  7  9  6 108       
+PG11  11096.784651 -23819.988012  -2532.312349   -139.032331  8  6 10 121       
+PG12  -8432.787846  12928.102864 -21564.340715    -15.072612  8  9  6 124       
+PG13  -4932.556838 -26064.754209   -617.884547    276.883098  9  9  9 103       
+PG14  14051.150776  16883.196202 -14873.452440    141.143174  6  5  8 112       
+PG15  -6399.425007  19596.288660  16662.344936   -138.765255  9  9  8 110       
+PG16  24510.706608   -575.272387  10620.961068   -161.851220  7  9  5 115       
+PG17 -14571.614435 -17273.923707 -14000.563111    184.213084  5  8  6 123       
+PG18  15191.428886  15874.486138  15485.216442    129.502686  4  9  5 132       
+PG19  10123.581810 -15871.563074  18598.343600   -125.877575  8  8  6 100       
+PG20   3735.048651 -15431.843544 -21440.223058     48.824244 11  9  7 117       
+PG21   4213.326022  17066.588068  20144.741818   -134.334145  8  6  7 113       
+PG22  23187.435430  11348.467426   6637.779340    150.886310  3  8  7 130       
+PG23   2332.624851 -23286.437844 -12227.045024    316.357510  8 10  8  67       
+PG24  13200.641921 -21071.072075  -8881.904839    377.950759 10 10 10 112       
+PG25   7119.496960  15949.703498 -20028.140904     -0.965674  8  7  5 134       
+PG26 -13005.426567   6943.488337  21461.075942   -160.306813  9  8  6 125       
+PG27 -17811.838492  19467.637888    890.123124    251.252654  8  9  5 160       
+PG28 -20839.220546 -13411.563979  10420.866278     28.629157  6  8  4 127       
+PG29   3728.755905  26022.487549  -3851.950478    196.540555  8  8  8 109       
+PG30  26187.997606   3567.366318   2377.935165    333.520262  2  8  8 117       
+PG31  18646.660225  -1058.660737 -18763.152660     60.552289  9 11 10 112       
+PG32  12967.992090 -10668.881688 -20194.418107   -226.283808 10  6  8 126       
+*  2011  4  1  3 30  0.00000000
+PG01  25485.665084   6959.285604  -3523.034818 999999.999999
+PG02 -20411.676711   8517.134193 -14310.536767    328.212967  8  7  7 116       
+PG03  15899.058413  -2941.683875  20698.121664    695.998753  5  8  7 141       
+PG04 -16722.425409  -3571.300434 -20604.727883     76.055394  6 11  7 160       
+PG05 -24661.533831   2604.375219   9634.117011   -137.796714  9  9 10 112       
+PG06  17153.813742   1950.925466  20394.850748   -222.013315  5  8  7 137       
+PG07   -194.905738 -19031.702597  18440.757525      6.995727  9  8  7  92       
+PG08  -9122.969083 -11262.766977  22251.458533      7.631671  8 10  6 155       
+PG09 -14508.974975  22002.595798  -3779.042044     71.070588  9 10  5 158       
+PG10 -24769.931607  -8785.074275  -5244.423431    -70.379276  7  9  6  94       
+PG11  11573.822357 -23689.211883    186.868431   -139.035059  7  9 10 124       
+PG12 -10789.976759  12328.133655 -20838.964717    -15.070124  9 10  7 141       
+PG13  -4712.296463 -25890.708524  -3521.397829    276.881803  9  9  9  99       
+PG14  14317.332591  18455.474029 -12614.933812    141.145478  6  4  8 121       
+PG15  -7221.469405  17754.705717  18323.559865   -138.762566  9  9  8 101       
+PG16  25491.709039   -156.007888   8024.478904   -161.853700  7  9  5 116       
+PG17 -14803.202812 -18751.435131 -11709.720885    184.212808  5  8  6 131       
+PG18  13377.363346  15649.564297  17283.650723    129.504350  4  9  5 133       
+PG19  10764.494395 -13747.764294  19914.655022   -125.881407  8  8  7 110       
+PG20   6112.917544 -14988.949794 -21199.615253     48.824495 11  9  7 124       
+PG21   2617.265569  18572.235411  18972.863175   -134.336763  8  7  7 115       
+PG22  22252.124371  11442.249730   9227.161063    150.885493  3  8  6 133       
+PG23   2997.095229 -21880.212628 -14501.201404    316.355616  8 10  8  93       
+PG24  14028.685035 -21485.653852  -6215.537652 999999.999999
+PG25   4804.918053  15577.382700 -20986.220638     -0.965940  8  7  5 144       
+PG26 -13657.001902   4428.534247  21750.189414   -160.316285  9  8  6 114       
+PG27 -17855.446063  19177.867020   3788.424388    251.254357  8  9  6 154       
+PG28 -19588.486062 -13255.694994  12858.927951     28.631054  6  8  4 121       
+PG29   3326.929271  25504.580785  -6622.533513    196.542953  8  8  8 108       
+PG30  26296.462811   3846.823618   -471.210430    333.523713  3  9  8 114       
+PG31  17190.543423    662.080251 -20091.034222     60.556627  8 11 10 113       
+PG32  15142.822830  -9867.917960 -19035.631183   -226.290428 10  6  8 131       
+*  2011  4  1  3 45  0.00000000
+PG01  24913.296873   7096.515091  -6311.641185 999999.999999
+PG02 -19532.827767   6950.102479 -16289.202167    328.214873  8  7  7 103       
+PG03  17009.028484   -788.067669  20041.119567    696.002377  5  8  7 142       
+PG04 -15310.124958  -5456.062541 -21254.413200     76.064266  7 11  5 141       
+PG05 -25571.031359   2228.049107   7015.050767   -137.801878  8  9 10 113       
+PG06  17996.701307   4034.725226  19346.120573   -222.118703  5  8  7 137       
+PG07   1172.579796 -20517.962853  16712.415232      6.996554  8  9  7 118       
+PG08  -7380.034211 -13077.585613  21854.066957      7.630840  7  9  6 145       
+PG09 -14783.246501  22054.448839   -893.981124     71.071415  9 10  5 144       
+PG10 -24017.859186  -8906.560198  -7923.148555    -70.380156  7  9  6  98       
+PG11  11931.065938 -23297.894277   2902.732004   -139.037971  7  9 10 123       
+PG12 -13075.948079  11872.727447 -19752.895947    -15.067473  9 10  7 135       
+PG13  -4388.440814 -25417.160184  -6364.251646    276.880498  9 10  9 106       
+PG14  14586.666881  19753.476388 -10138.965578    141.147626  5  4  8  75       
+PG15  -8199.038098  15800.372803  19667.914771   -138.759810  8  9  7 127       
+PG16  26199.124672    154.256427   5292.419519   -161.856146  6  9  5 104       
+PG17 -15021.142437 -19958.631899  -9218.366157    184.212942  6  8  7 131       
+PG18  11372.757958  15482.828022  18795.150315    129.506355  4  8  6 137       
+PG19  11549.520448 -11537.944431  20885.387034   -125.884555  8  8  7 104       
+PG20   8463.407615 -14666.342255 -20598.834360     48.824476 11 10  7 110       
+PG21   1183.515532  20041.134855  17478.841479   -134.339175  8  8  7 123       
+PG22  21045.754321  11531.242715  11659.671337    150.884912  4  7  6 136       
+PG23   3819.415979 -20282.797249 -16521.826384    316.353291  8 10  8  79       
+PG24  14629.006439 -21709.621894  -3440.264337    377.957806  9 10  9 146       
+PG25   2386.654179  15315.180871 -21583.741789     -0.966285  8  8  5 142       
+PG26 -14446.745736   1946.582264  21643.227864   -160.325781  9  8  6 137       
+PG27 -17720.240977  18630.885412   6620.965284    251.257557  9  9  7 129       
+PG28 -18078.619572 -13118.949932  15084.482108     28.633256  6  8  4 132       
+PG29   2796.357961  24718.145495  -9279.116971    196.545443  8  9  7 130       
+PG30  26099.779364   4082.513794  -3312.304474    333.527310  3  9  8 105       
+PG31  15746.659455   2564.694328 -21068.867939     60.561321  8 11  9 120       
+PG32  17208.296666  -9211.998555 -17537.556182   -226.297168 10  6  8 110       
+*  2011  4  1  4  0  0.00000000
+PG01  24042.015864   7238.263952  -8992.860555 999999.999999
+PG02 -18613.818522   5172.380040 -17981.346657    328.216718  7  6  7  93       
+PG03  18164.310997   1227.301105  19028.858707    696.007521  5  7  7 141       
+PG04 -13960.867798  -7453.831349 -21546.348235     76.073904  7 11  4 146       
+PG05 -26197.030719   1924.042805   4275.907151   -137.806714  7  9 10  99       
+PG06  18875.901086   5954.498427  17970.730482   -222.223695  5  8  7 134       
+PG07   2336.058446 -21902.463700  14694.161865      6.997444  8  9  7 114       
+PG08  -5782.897285 -14941.732470  21078.764678      7.629828  7  9  7 144       
+PG09 -14876.808203  21845.557786   2006.401415     71.074813  9  9  6 139       
+PG10 -22983.220175  -9034.616957 -10469.333746    -70.381584  7  9  5 120       
+PG11  12197.943611 -22636.019741   5567.323196   -139.040684  7  6  9 125       
+PG12 -15242.098456  11555.013916 -18324.523107    -15.064775  8 11  7 125       
+PG13  -3927.449841 -24666.868603  -9097.663927    276.878891 10 10  9 105       
+PG14  14819.246468  20763.335332  -7488.602443    141.149595  4  4  8  90       
+PG15  -9331.374858  13779.452914  20672.585070   -138.757230  8  8  7 119       
+PG16  26612.058546    388.941930   2470.975542   -161.858759  6  8  5 112       
+PG17 -15187.002669 -20885.106774  -6569.514109    184.213024  6  8  7  84       
+PG18   9211.487327  15399.014137  19994.454965    129.508365  5  8  6 134       
+PG19  12477.070284  -9290.365329  21494.661693   -125.888355  7  8  7 107       
+PG20  10740.885010 -14461.300190 -19647.775814     48.824352 10 10  8 126       
+PG21    -77.508041  21430.305188  15686.041706   -134.342327  8  8  7  99       
+PG22  19585.728807  11649.061479  13894.214251    150.884314  4  7  6 134       
+PG23   4811.151972 -18537.518774 -18254.183110    316.350930  8 10  8 125       
+PG24  15020.829361 -21711.399113   -604.718954    377.961262  9  9  9 130       
+PG25    -88.713616  15177.022121 -21810.401749     -0.966545  8  8  5 129       
+PG26 -15356.922325   -450.670938  21143.629169   -160.334963  8  8  6 129       
+PG27 -17445.140579  17815.654992   9339.498571    251.260024  9  9  8 130       
+PG28 -16333.986485 -13036.234981  17061.625595     28.635536  7  8  5 131       
+PG29   2110.423103  23691.583049 -11775.808873    196.547782  8  9  7 125       
+PG30  25599.371149   4311.757963  -6096.834307    333.529833  4  9  7 109       
+PG31  14355.278076   4619.813739 -21678.710175     60.565897  7 11  8  93       
+PG32  19117.618438  -8692.374844 -15726.552895   -226.303867 10  7  9 120       
+*  2011  4  1  4 15  0.00000000
+PG01  22886.285993   7421.177488 -11521.206115 999999.999999
+PG02 -17694.163603   3205.215965 -19358.154751    328.219022  6  6  6 100       
+PG03  19330.543254   3073.721983  17680.700093    696.011349  4  8  7 139       
+PG04 -12703.511836  -9529.032243 -21474.707265     76.082529  7 11  4 131       
+PG05 -26524.443594   1658.016360   1463.603601   -137.812252  6 10 10 112       
+PG06  19757.187880   7683.577073  16292.066206   -222.329117  4  8  7 130       
+PG07   3296.631498 -23139.890861  12420.686682      6.998224  8  9  7 118       
+PG08  -4355.344617 -16809.072326  19937.339472      7.630301  7  8  7 145       
+PG09 -14822.406102  21354.483278   4871.982620     71.076474  9  8  7 133       
+PG10 -21682.445265  -9203.872912 -12840.565916    -70.382562  6  9  5 108       
+PG11  12405.947984 -21701.432296   8133.309543   -139.043613  7  7  9 119       
+PG12 -17242.752223  11360.169031 -16578.255795    -15.062493  8 11  7 128       
+PG13  -3301.020372 -23670.189265 -11674.909399    276.877592 10 10  9 114       
+PG14  14974.429162  21480.280114  -4709.705348    141.151756  3  6  8  85       
+PG15 -10609.688305  11738.273698  21320.682567   -138.754678  8  8  7 131       
+PG16  26717.796841    584.633129   -392.197472   -161.861233  6  8  5  85       
+PG17 -15262.204730 -21529.144846  -3808.657216    184.213153  6  9  7 119       
+PG18   6932.164842  15416.923100  20861.270020    129.510102  5  8  6 140       
+PG19  13537.479506  -7052.847044  21732.959435   -125.891823  7  8  7 111       
+PG20  12901.382270 -14363.674477 -18362.245401     48.824753 10 10  8 106       
+PG21  -1162.958697  22696.516989  13623.262976   -134.344639  8  9  8 108       
+PG22  17896.746336  11826.147519  15893.107185    150.883404  4  7  6 138       
+PG23   5975.836160 -16690.598106 -19668.771621    316.348781  8 10  7  61       
+PG24  15229.978544 -21465.432405   2241.420418    377.965684  9  8  9 135       
+PG25  -2572.545861  15168.964120 -21662.256647     -0.966856  8  8  5 141       
+PG26 -16361.988696  -2715.890625  20262.259119   -160.344419  8  8  7 133       
+PG27 -17071.675373  16729.669359  11898.542329    251.263987  9  9  8 113       
+PG28 -14385.715901 -13037.977501  18758.584625     28.637573  6  7  5 135       
+PG29   1248.683847  22459.538477 -14069.384981    196.550390  8  9  7 136       
+PG30  24805.290221   4571.233181  -8777.708480    333.532575  4  9  7 107       
+PG31  13051.830470   6790.933524 -21909.067224     60.570386  7 10  8 110       
+PG32  20827.902555  -8292.677475 -13634.807190   -226.310726  9  7  9 130       
+*  2011  4  1  4 30  0.00000000
+PG01  21468.699001   7678.920826 -13853.828676 999999.999999
+PG02 -16810.112301   1077.169884 -20396.608345    328.221041  6  6  6  95       
+PG03  20469.973678   4727.803358  16021.884312    696.016673  4  8  7 135       
+PG04 -11560.814422 -11641.493911 -21039.663355     76.092017  8 11  5 143       
+PG05 -26546.616361   1393.706645  -1373.734594   -137.817182  4 10 10  93       
+PG06  20603.175698   9202.390999  14338.512703   -222.434418  4  8  7 123       
+PG07   4063.802130 -24187.558534   9931.240090      6.999097  8  9  7 105       
+PG08  -3112.931330 -18630.591226  18448.128052      7.629481  7  8  8 153       
+PG09 -14656.990440  20568.141701   7652.577956     71.078553  9  8  8 136       
+PG10 -20139.392916  -9445.725886 -14997.338130    -70.383411  6  9  5 121       
+PG11  12587.195276 -20500.091433  10554.899297   -139.046251  7  7  9 123       
+PG12 -19036.785927  11266.095069 -14544.117211    -15.059652  8 11  7 118       
+PG13  -2487.354959 -22463.872849 -14052.101971    276.876328 10 10  9 126       
+PG14  15012.542153  21908.637094  -1850.135816    141.153956  1  7  8  82       
+PG15 -12017.362187   9721.670433  21601.517518   -138.751856  7  8  7 123       
+PG16  26512.272359    779.506404  -3248.742025   -161.863991  5  8  5  84       
+PG17 -15209.632319 -21897.609616   -982.989146    184.213359  7  9  7 121       
+PG18   4576.907986  15548.646061  21380.591480    129.511684  5  8  5 135       
+PG19  14713.315181  -4871.087590  21597.215195   -125.895270  7  8  7 109       
+PG20  14904.090553 -14356.334415 -16763.725428     48.824526 10 11  8 128       
+PG21  -2077.574156  23797.913145  11324.389789   -134.346577  7  9  8 114       
+PG22  16009.982308  12088.474497  17622.677271    150.882713  5  7  5 139       
+PG23   7308.684312 -14789.419261 -20741.812454    316.346369  7 10  7 120       
+PG24  15287.672741 -20953.309949   5048.349465    377.969595  9  7 10   9       
+PG25  -5015.817710  15288.959206 -21141.792012     -0.967163  7  8  6 131       
+PG26 -17429.673287  -4807.798119  19017.052757   -160.353591  8  8  7 132       
+PG27 -16642.233278  15379.059301  14256.058609    251.266995  9  8  9 110       
+PG28 -12270.679521 -13148.938217  20148.116806     28.639901  7  7  6 136       
+PG29    197.885019  21061.589997 -16120.050168    196.552884  7  9  7 131       
+PG30  23735.798181   4895.392460 -11310.006828    333.534643  5  9  6  91       
+PG31  11865.567232   9035.632781 -21755.163213     60.574986  7 10  7 107       
+PG32  22301.775674  -7989.738324 -11299.705015   -226.317382  9  8  9 125       
+*  2011  4  1  4 45  0.00000000
+PG01  19819.198400   8040.731917 -15951.209443 999999.999999
+PG02 -15993.240648  -1176.851464 -21079.832044    328.222787  5  6  6 105       
+PG03  21542.959029   6174.109186  14082.953784    696.021736  5  8  7 132       
+PG04 -10548.643867 -13747.772523 -20247.454882     76.100993  8 10  7  99       
+PG05 -26265.554404   1094.517487  -4187.584697   -137.822753  3 10 10 108       
+PG06  21374.741467  10499.004837  12143.000081   -222.539652  4  8  7 127       
+PG07   4654.917567 -25007.065277   7268.950075      7.000007  8  9  7  77       
+PG08  -2062.472591 -20356.197788  16635.795262      7.628093  7  8  8 150       
+PG09 -14420.158482  19482.568230  10298.855965     71.081113  9  8  9 140       
+PG10 -18384.562892  -9787.024032 -16903.643635    -70.384366  6  9  5 135       
+PG11  12772.953418 -19046.006522  12788.745077   -139.049124  7  8  8 124       
+PG12 -20589.087253  11244.400538 -12257.230248    -15.057071  7 12  7 122       
+PG13  -1472.173121 -21089.639523 -16188.917771    276.875468 10 10  9 107       
+PG14  14896.545944  22061.490790   1041.069935    141.155892     7  8  92       
+PG15 -13530.477337   7771.403882  21510.750084   -138.748930  7  7  7 125       
+PG16  26000.222126   1011.698716  -6050.370737   -161.866469  5  8  5  96       
+PG17 -14995.184603 -22005.515827   1859.385764    184.213496  7  9  7 113       
+PG18   2189.976603  15799.040366  21542.967733    129.513648  5  9  5 138       
+PG19  15979.991435  -2787.087441  21090.799603   -125.898497  7  7  7 107       
+PG20  16712.744006 -14415.892267 -14879.048769     48.824447 10 11  8 110       
+PG21  -2833.390397  24695.627971   8827.928734   -134.348758  7  9  7 108       
+PG22  13962.041144  12456.434326  19053.791868    150.882075  5  7  5 137       
+PG23   8796.647330 -12880.778619 -21455.614413    316.343911  7 10  7  57       
+PG24  15229.110719 -20164.600472   7767.053510    377.972481  9  8 10 131       
+PG25  -7370.807870  15526.940851 -20257.884481     -0.967455  7  8  6 132       
+PG26 -18522.336554  -6692.574567  17432.500575   -160.362829  8  8  7 123       
+PG27 -16198.332579  13778.378513  16374.029010    251.270964  9  9  9 102       
+PG28 -10030.286499 -13387.238920  21207.854531     28.641924  7  7  6 139       
+PG29  -1047.313095  19540.755495 -17892.145123    196.555276  7  9  6 130       
+PG30  22416.659760   5314.996686 -13651.668174    333.538307  5  9  6  80       
+PG31  10818.468302  11307.048457 -21219.079965     60.579527  6 10  7 101       
+PG32  23508.759801  -7754.706981  -8763.089609   -226.324065  8  8  9  98       
+*  2011  4  1  5  0  0.00000000
+PG01  17974.040372   8530.149944 -17777.797814 999999.999999
+PG02 -15269.259945  -3516.799487 -21397.311071    328.224862  5  6  7 106       
+PG03  22509.527488   7405.474552  11899.089360    696.026989  4  8  7 127       
+PG04  -9675.451614 -15802.618725 -19110.361339     76.109882  8 10  8 143       
+PG05 -25691.829148    725.122076  -6929.841562   -137.827864  2 10  9 110       
+PG06  22032.525679  11569.374406   9742.483411   -222.644818  4  8  7 117       
+PG07   5094.297139 -25565.799286   4480.060260      7.001065  7  9  6  98       
+PG08  -1201.885136 -21936.605670  14530.981639      7.627907  7  7  8 145       
+PG09 -14152.464748  18103.340537  12763.282609     71.084444  9  7  9 142       
+PG10 -16454.081008 -10248.919698 -18527.521854    -70.384969  7  9  4 122       
+PG11  12992.203208 -17360.847317  14794.809073   -139.051947  7  8  8 121       
+PG12 -21871.789738  11261.641881  -9757.205442    -15.054685  7 11  7 118       
+PG13   -249.428382 -19592.584960 -18049.248647    276.873469  9 10  8 120       
+PG14  14593.594515  21960.023448   3914.532822    141.157990     8  7  84       
+PG15 -15118.623383   5924.712993  21050.430913   -138.746538  7  7  7 127       
+PG16  25195.030940   1317.675840  -8749.639995   -161.868927  5  8  5  97       
+PG17 -14589.214089 -21875.308792   4670.245307    184.213651  7 10  6 121       
+PG18   -183.671286  16165.474049  21344.693584    129.515579  5  9  5 139       
+PG19  17306.666353   -837.737049  20223.390544   -125.902022  6  7  7 105       
+PG20  18296.844588 -14513.680217 -12739.983429     48.824759  9 11  8 115       
+PG21  -3449.155808  25355.339917   6176.429061   -134.351649  7  9  8  86       
+PG22  11793.717446  12943.943815  20162.317137    150.881228  6  7  5 141       
+PG23  10418.795123 -11009.183763 -21798.823431    316.341603  7  9  6 100       
+PG24  15091.910562 -19097.380697  10350.201352    377.976493  9  8 10 131       
+PG25  -9592.739449  15865.232454 -19025.654881     -0.967713  7  8  6 122       
+PG26 -19598.544295  -8344.921260  15539.004904   -160.372105  7  8  7 136       
+PG27 -15778.985821  11950.091140  18218.928901    251.274651  9  9  9  75       
+PG28  -7709.134331 -13763.634357  21920.591142     28.644114  7  7  6 142       
+PG29  -2483.913729  17941.873413 -19354.784736    196.557900  7  9  6 130       
+PG30  20880.181267   5855.809674 -15764.110012    333.540330  5  9  5  94       
+PG31   9924.452322  13555.544186 -20309.762168     60.584086  6 10  7 111       
+PG32  24426.375514  -7554.411502  -6070.422181   -226.330905  7  8 10  99       
+*  2011  4  1  5 15  0.00000000
+PG01  15974.530132   9163.966031 -19302.586060 999999.999999
+PG02 -14657.085372  -5898.878411 -21344.983661    328.226752  5  6  7 115       
+PG03  23330.942092   8422.987316   9509.382254    696.030206  4  8  7 124       
+PG04  -8942.028689 -17760.536854 -17646.583514     76.119381  8 10  9 132       
+PG05 -24844.171784    253.016302  -9553.624547   -137.833039  3 10  9  98       
+PG06  22538.456087  12417.313839   7177.362301   -222.750168  4  8  7 118       
+PG07   5412.080676 -25838.231441   1613.104029      7.001509  7  9  6  77       
+PG08   -520.392915 -23325.221409  12169.819521      7.627296  8  7  8 147       
+PG09 -13893.665535  16445.632143  15001.073533     71.086960  9  7  9 143       
+PG10 -14388.489790 -10845.936202 -19841.551666    -70.385803  7  9  4 116       
+PG11  13270.296466 -15473.243475  16537.165957   -139.054403  7  8  7 120       
+PG12 -22865.233301  11280.777705  -7087.441725    -15.052120  6 11  7 113       
+PG13   1178.293928 -18019.479827 -19601.777731    276.871908  9 10  8 122       
+PG14  14076.433449  21632.562099   6721.355215    141.160161  1  9  7  97       
+PG15 -16745.967404   4213.056390  20228.932531   -138.743665  7  6  7 116       
+PG16  24118.265549   1730.659890 -11300.715530   -161.871274  5  8  5 115       
+PG17 -13967.796978 -21535.880127   7402.033207    184.213767  7 10  6 121       
+PG18  -2499.858129  16637.851770  20787.931658    129.517413  5 10  5 135       
+PG19  18657.382007    946.382202  19010.742038   -125.905511  6  7  7 106       
+PG20  19632.680795 -14616.944755 -10382.731583     48.824748  9 11  8 117       
+PG21  -3949.458966  25748.691229   3415.789605   -134.353984  7  9  8  86       
+PG22   9548.611258  13557.804093  20929.499730    150.880485  6  8  4 139       
+PG23  12147.012789  -9215.267740 -21766.552431    316.339514  6  9  6  95       
+PG24  14914.467905 -17758.430833  12752.998038    377.980695  9  8 10 131       
+PG25 -11641.310521  16279.262971 -17466.214760     -0.967980  7  8  6 120       
+PG26 -20614.777556  -9748.742850  13372.134672   -160.381484  7  8  8 130       
+PG27 -15419.208850   9923.791591  19762.105108    251.276934  8  9  8 100       
+PG28  -5353.559073 -14281.049910  22274.510696     28.646328  7  7  6 139       
+PG29  -4100.490311  16309.920853 -20482.415571    196.560450  7  8  5 133       
+PG30  19164.033992   6537.499817 -17612.776636    333.544250  5  9  4  84       
+PG31   9188.920601  15730.507250 -19042.884610     60.588657  5 10  7  89       
+PG32  25040.918543  -7352.901723  -3269.869532   -226.337803  7  8  9 113       
+*  2011  4  1  5 30  0.00000000
+PG01  13865.579969   9951.435052 -20499.613510 999999.999999
+PG02 -14168.196036  -8277.071021 -20925.212939    328.228681  5  6  7 111       
+PG03  23971.201824   9235.647275   6956.061893    696.035752  4  8  7 120       
+PG04  -8341.560513 -19577.380740 -15880.024036     76.128573  9  9  9 145       
+PG05 -23748.769316   -350.036425 -12014.063703   -137.838441  4 11  8 120       
+PG06  22857.239543  13054.174531   4490.846571   -222.856215  4  8  7 114       
+PG07   5642.843550 -25806.942858  -1281.968931      7.002461  7  9  6  60       
+PG08      0.904794 -24479.958730   9593.322115      7.629104  8  6  8 147       
+PG09 -13680.971492  14533.879396  16971.129156     71.087746  9  7  9 149       
+PG10 -12231.385906 -11585.280724 -20823.287164    -70.385595  7  9  5 124       
+PG11  13627.771456 -13417.800810  17984.721151   -139.057531  7  8  7 126       
+PG12 -23558.611506  11262.777134  -4294.353169    -15.049054  6 11  7 106       
+PG13   2799.710850 -16417.027451 -20820.470338    276.870717  9 10  8 120       
+PG14  13324.584799  21113.372344   9413.925271    141.162233  2  9  7 118       
+PG15 -18372.537235   2661.088669  19060.774973   -138.740847  6  6  8 106       
+PG16  22798.914802   2279.174287 -13660.120012   -161.873820  5  7  5 129       
+PG17 -13113.790363 -21021.358619  10008.623405    184.213946  7 10  6 115       
+PG18  -4716.649757  17198.925938  19880.755841    129.519191  5 10  5 131       
+PG19  19992.401209   2541.942456  17474.358595   -125.908881  6  6  7 106       
+PG20  20704.100571 -14690.214880  -7847.348532     48.824891  9 11  8 124       
+PG21  -4363.597123  25854.509442    594.459503   -134.356115  7  9  8 150       
+PG22   7271.647322  14297.336042  21342.267293    150.879602  6  8  4 139       
+PG23  13946.977885  -7534.378301 -21360.394713    316.337162  6  8  6 114       
+PG24  14734.301219 -16163.092077  14933.979175    377.985670  9  8 10 134       
+PG25 -13482.056214  16738.562098 -15606.310172     -0.968244  7  8  6 114       
+PG26 -21527.200833 -10897.439508  10971.807548   -160.390387  7  8  8 128       
+PG27 -15148.720287   7735.193726  20980.063897    251.280337  8  9  8 100       
+PG28  -3010.130545 -14934.399244  22263.361327     28.648377  7  7  6 140       
+PG29  -5877.426848  14688.334613 -21255.281158    196.562835  7  8  5 131       
+PG30  17309.908240   7372.783085 -19167.613971    333.546915  5  9  4 109       
+PG31   8608.656612  17782.200142 -17440.581995     60.593254  5  9  7 101       
+PG32  25347.878837  -7113.105359   -411.344170   -226.344443  6  8  9 117       
+*  2011  4  1  5 45  0.00000000
+PG01  11694.141498  10893.778017 -21348.393603 999999.999999
+PG02 -13806.304960 -10604.733874 -20146.645731    328.230698  6  7  7 117       
+PG03  24398.423111   9859.726811   4283.699157    696.041044  4  9  6 113       
+PG04  -7859.983534 -21211.927184 -13839.965678     76.137884  9  9  9 131       
+PG05 -22438.289554  -1106.724181 -14269.053026   -137.843469  4 11  8 126       
+PG06  22957.767731  13498.246878   1728.275005   -222.961022  4  8  6 108       
+PG07   5824.034739 -25463.344358  -4154.695835      7.003203  7  9  6  88       
+PG08    388.120810 -25364.900868   6846.654509      7.630027  8  6  8 154       
+PG09 -13547.385484  12401.063325  18636.925056     71.089651  8  7  9 151       
+PG10 -10027.950294 -12466.428889 -21455.630878    -70.385505  7  9  5 118       
+PG11  14079.378876 -11233.875697  19111.824546   -139.060517  7  8  7 122       
+PG12 -23950.279177  11168.317176  -1426.536892    -15.046709  6 10  7 106       
+PG13   4595.108371 -14830.144781 -21684.975098    276.869531  9  9  8 118       
+PG14  12325.276122  20441.246598  11946.689907    141.164397  3  9  6 119       
+PG15 -19955.669465   1285.908072  17566.350645   -138.738239  5  6  8 114       
+PG16  21272.361569   2985.760726 -15787.452495   -161.876318  5  7  5 128       
+PG17 -12017.638752 -20369.722315  12446.055187    184.214130  7 10  6 115       
+PG18  -6795.751391  17824.887477  18637.111231    129.520911  5 10  4 123       
+PG19  21269.688386   3933.528526  15641.084082   -125.912561  6  6  7 114       
+PG20  21503.007254 -14696.793244  -5177.088648     48.824759  9 11  8 120       
+PG21  -4724.226072  25659.770598  -2237.454460   -134.359260  6  9  8  93       
+PG22   5007.551437  15154.305312  21393.444146    150.878961  6  9  4 136       
+PG23  15779.377339  -5995.393244 -20588.325579    316.334839  6  8  5 115       
+PG24  14586.451959 -14334.794416  16855.731544    377.988851  9  8  9 133       
+PG25 -15087.490457  17207.996841 -13477.868261     -0.968564  7  8  6 124       
+PG26 -22293.412323 -11793.812689   8381.427672   -160.399647  7  8  8 133       
+PG27 -14990.867451   5424.931286  21854.677188    251.283141  7  9  7  98       
+PG28   -724.139673 -15710.688608  21886.571145     28.650539  8  8  6 141       
+PG29  -7787.484772  13117.401160 -21659.785422    196.565646  7  7  5 139       
+PG30  15362.047561   8366.832951 -20403.470636    333.550081  6  9  3 123       
+PG31   8172.086467  19663.589996 -15531.045810     60.597702  5  9  7 109       
+PG32  25351.988463  -6798.522904   2454.476695   -226.351372  5  8  9 118       
+*  2011  4  1  6  0  0.00000000
+PG01   9507.568929  11983.994200 -21834.257869 999999.999999
+PG02 -13567.344614 -12836.199918 -19023.967663    328.232787  6  8  8 115       
+PG03  24586.051891  10317.867690   1538.402611    696.044959  4  9  6 108       
+PG04  -7476.635747 -22627.366861 -11560.646599     76.147522  9  8  9 122       
+PG05 -20950.671710  -2033.118592 -16279.959039   -137.848920  5 11  7 129       
+PG06  22814.385006  13773.905478  -1063.605158   -223.066281  4  8  6  95       
+PG07   5994.301865 -24808.057844  -6955.014978      7.003950  7  9  6  90       
+PG08    673.357247 -25951.736966   3978.300269      7.631515  8  7  8 146       
+PG09 -13520.202638  10087.626200  19967.328964     71.091687  8  7  9 136       
+PG10  -7823.420834 -13480.998159 -21727.139151    -70.386160  7  9  5 131       
+PG11  14633.361917  -8964.160540  19898.763319   -139.063376  7  7  6 122       
+PG12 -24047.707909  10959.500017   1466.101160    -15.044164  6  9  7 108       
+PG13   6536.928740 -13300.329996 -22180.931639    276.867710  9  9  7 121       
+PG14  11074.080993  19657.941142  14276.886160    141.166548  4 10  5 127       
+PG15 -21451.566488     96.601410  15771.554716   -138.735734  5  6  8 123       
+PG16  19579.121869   3865.917318 -17646.069318   -161.878673  5  7  5 124       
+PG17 -10677.901535 -19621.283533  14673.230266    184.214262  8 10  6 116       
+PG18  -8703.786150  18486.221030  17076.685170    129.522602  5 10  3 126       
+PG19  22446.477916   5113.992086  13542.614575   -125.915671  6  5  7 109       
+PG20  22029.557323 -14600.313741  -2417.687086     48.824720  9 10  8 119       
+PG21  -5065.844673  25160.252877  -5029.155527   -134.361294  6  9  8  81       
+PG22   2799.338447  16113.140420  21081.879135    150.878351  6  9  3 136       
+PG23  17601.314420  -4619.802966 -19464.498723    316.332732  5  7  5 115       
+PG24  14502.003890 -12304.276495  18485.527327    377.990751  9  7  9 133       
+PG25 -16437.983810  17649.201838 -11117.453846     -0.968900  6  7  7 122       
+PG26 -22874.105657 -12449.605802   5647.004908   -160.408768  7  8  8 122       
+PG27 -14961.805575   3037.214360  22373.315211    251.284703  7  9  6  78       
+PG28   1461.874354 -16589.406730  21149.304481     28.652774  8  8  6 139       
+PG29  -9796.675831  11632.779081 -21688.746494    196.567875  7  7  4 137       
+PG30  13365.714930   9516.973474 -21300.425634    333.553086  6  9  3 124       
+PG31   7859.889834  21332.079529 -13347.996572     60.602204  5  9  7  89       
+PG32  25066.902165  -6374.887034   5277.127375   -226.358236  5  8  9 115       
+*  2011  4  1  6 15  0.00000000
+PG01   7351.972768  13206.991300 -21948.611627 999999.999999
+PG02 -13439.761256 -14928.328355 -17577.565063    328.234883  6  8  8  94       
+PG03  24513.865301  10637.956986  -1232.976913    696.049507  4  9  6 111       
+PG04  -7165.181387 -23792.653348  -9080.734015     76.156858  9  8  9 153       
+PG05 -19327.727956  -3137.861280 -18012.273595   -137.854097  6 11  6 134       
+PG06  22407.970622  13910.527648  -3837.389483   -223.171907  4  8  5 102       
+PG07   6191.772097 -23850.944000  -9634.171775      7.004833  7  9  6  61       
+PG08    893.221988 -26220.907027   1039.141700      7.631294  8  8  9 169       
+PG09 -13619.744737   7640.061432  20937.316051     71.094866  7  8  9 134       
+PG10  -5661.559972 -14612.918049 -21632.254044    -70.386738  7  8  5 125       
+PG11  15291.021789  -6653.141997  20332.121719   -139.066042  7  7  6 125       
+PG12 -23867.091630  10601.520210   4333.244734    -15.041981  5  8  7 109       
+PG13   8590.655495 -11864.176142 -22300.182440    276.866967  9  9  7 123       
+PG14   9575.249095  18806.520910  16365.221807    141.168684  4 10  4 125       
+PG15 -22816.903432   -905.899219  13707.328524   -138.732847  4  6  8 119       
+PG16  17763.395454   4927.299877 -19203.715832   -161.881278  5  7  4 126       
+PG17  -9101.482930 -18817.102428  16652.563662    184.214433  8 10  5 115       
+PG18 -10413.407647  19148.799578  15224.684470    129.524512  6 10  3 122       
+PG19  23480.871319   6084.492578  11214.944948   -125.919292  5  6  7 115       
+PG20  22292.049751 -14366.305493    383.412245     48.825291  8 10  7 132       
+PG21  -5423.178023  24360.841721  -7730.176148   -134.363552  6  9  8 103       
+PG22    686.866175  17151.437201  20412.483236    150.877275  7 10  4 136       
+PG23  19367.850164  -3421.090123 -18008.945229    316.330312  5  7  5 116       
+PG24  14506.779870 -10108.531491  19795.861944    377.994042  8  7  9 132       
+PG25 -17522.343809  18022.148149  -8565.644860     -0.969208  6  6  6 116       
+PG26 -23234.580989 -12884.714877   2816.278262   -160.417848  7  8  8 122       
+PG27 -15069.948362    618.388256  22528.913471    251.287433  7  9  6  93       
+PG28   3509.509715 -17543.191358  20062.455165     28.654915  8  9  6 143       
+PG29 -11865.408260  10264.212530 -21341.535252    196.570602  7  8  5 144       
+PG30  11365.643346  10812.662503 -21844.043514    333.556157  7  9  2 112       
+PG31   7645.935187  22751.067207 -10930.043494     60.606857  6  9  8  85       
+PG32  24514.531012  -5811.715730   8007.300914   -226.365108  5  8  9 129       
+*  2011  4  1  6 30  0.00000000
+PG01   5270.624002  14540.030529 -21689.096922 999999.999999
+PG02 -13405.099990 -16841.945667 -15833.104883    328.236878  7  9  8  83       
+PG03  24168.731736  10851.831161  -3983.620503    696.055346  4  9  6 109       
+PG04  -6894.778392 -24683.654352  -6442.700571     76.166108 10  8  8 124       
+PG05 -17613.608356  -4421.636610 -19436.200530   -137.859342  6 10  5 118       
+PG06  21726.793512  13941.223573  -6545.788877   -223.277549  4  8  5  78       
+PG07   6452.359533 -22610.775153 -12145.597766      7.005557  7  9  6 115       
+PG08   1087.147139 -26162.402311  -1918.524254      7.632588  8  9  9 162       
+PG09 -13858.392032   5109.233238  21528.556237     71.096571  7  8  8 144       
+PG10  -3583.170910 -15838.895503 -21171.455881    -70.387179  7  8  5 118       
+PG11  16046.586402  -4345.499126  20405.000383   -139.068678  7  7  6 114       
+PG12 -23432.618782  10064.213804   7125.071684    -15.039289  5  7  6 110       
+PG13  10715.962792 -10552.084289 -22040.887605    276.865330  8  9  7 127       
+PG14   7841.715183  17929.673390  18176.497170    141.170530  5 10  4 127       
+PG15 -24010.424445  -1728.645131  11409.124429   -138.730203  3  5  8 116       
+PG16  15871.479487   6169.219560 -20433.098224   -161.883739  5  8  4 127       
+PG17  -7303.556277 -17997.386776  18350.580816    184.214727  8 10  5 122       
+PG18 -11904.202188  19775.183781  13111.514941    129.526330  6 10  3 119       
+PG19  24333.404729   6854.227721   8697.758946   -125.922785  5  8  7 118       
+PG20  22306.508564 -13963.701778   3177.870221     48.825158  8 10  7 113       
+PG21  -5829.531101  23275.463134 -10291.420703   -134.365942  6  9  8 101       
+PG22  -1294.492406  18240.732791  19396.175172    150.876928  7 10  4 131       
+PG23  21033.620028  -2404.424568 -16247.183997    316.327858  5  7  5 120       
+PG24  14620.265900  -7789.523317  20764.888303    377.997255  8  7  9 118       
+PG25 -18338.075632  18286.789636  -5866.336998     -0.969528  6  6  7 116       
+PG26 -23346.053582 -13126.115065    -62.137730   -160.427157  7  8  9 125       
+PG27 -15315.699633  -1784.558506  22319.980907    251.290274  8  9  5 105       
+PG28   5385.754322 -18538.755483  18642.572509     28.657026  9  9  6 137       
+PG29 -13949.862208   9034.486695 -20624.095186    196.573133  7  8  4 137       
+PG30   9404.522643  12235.762876 -22025.557939    333.558322  7  9  1 131       
+PG31   7498.498855  23891.271830  -8319.946869     60.611280  6  9  8 101       
+PG32  23724.064480  -5083.695210  10597.745602   -226.372107  5  8  8 120       
+*  2011  4  1  6 45  0.00000000
+PG01   3302.467308  15953.472291 -21059.658986 999999.999999
+PG02 -13438.852460 -18543.127584 -13821.043996    328.238906  7  9  8 101       
+PG03  23545.108175  10993.861071  -6667.483743    696.060712  3  9  5  99       
+PG04  -6631.446114 -25284.055211  -3692.110668     76.176032 10  8  8 142       
+PG05 -15853.186766  -5876.952092 -20527.166640   -137.864616  7 10  3 136       
+PG06  20767.105107  13901.423812  -9142.413009   -223.382868  4  8  4 101       
+PG07   6808.168390 -21114.567364 -14445.744533      7.006556  7  9  6 123       
+PG08   1295.582464 -25776.183202  -4842.009403 999999.999999
+PG09 -14239.962325   2548.497915  21729.850951     71.099482  7  8  8 146       
+PG10  -1624.715582 -17129.163786 -20351.330503    -70.388252  7  8  5 131       
+PG11  16887.385577  -2084.510458  20117.092689   -139.071570  6  7  6 119       
+PG12 -22775.441512   9323.426500   9793.145883    -15.036787  5  7  6  90       
+PG13  12868.086511  -9387.222173 -21407.542287    276.863877  8  9  6 130       
+PG14   5894.787617  17068.053442  19680.160986    141.173065  5 10  3 129       
+PG15 -24994.468674  -2386.193994   8916.301338   -138.727230  3  4  8 107       
+PG16  13950.102863   7582.459834 -21312.384752   -161.886388  5  8  4 135       
+PG17  -5307.185069 -17199.935859  19738.453952    184.214654  8  9  5 125       
+PG18 -13163.341956  20326.082183  10772.360922    129.527906  7 10  3 117       
+PG19  24968.530156   7439.867262   6033.772375   -125.926238  5  9  7 117       
+PG20  22095.972265 -13366.233542   5917.293808     48.825319  8  9  6 123       
+PG21  -6315.188865  21926.639790 -12666.200689   -134.368107  5  9  8 125       
+PG22  -3115.010160  19347.522659  18049.734017    150.876051  7 10  4 130       
+PG23  22554.465093  -1566.679752 -14209.752990    316.325823  5  7  5 122       
+PG24  14854.802168  -5392.725585  21376.743003    377.998975  7  7  8 132       
+PG25 -18891.313187  18404.722821  -3065.989322     -0.969794  7  5  6 114       
+PG26 -23186.719422 -13206.556358  -2939.569032   -160.436432  8  8  9 131       
+PG27 -15691.468141  -4125.490962  21750.554935    251.292751  8  9  6  91       
+PG28   7064.061300 -19538.048099  16911.714867     28.659266  9 10  6 140       
+PG29 -16003.541030   7958.666648 -19548.842648    196.575735  6  9  5 142       
+PG30   7521.572327  13761.090835 -21841.984404    333.561336  7  9  2 135       
+PG31   7381.714963  24731.767375  -5563.801161     60.615962  7  9  8  94       
+PG32  22730.728681  -4171.838366  13004.092510   -226.379145  6  8  8 127       
+*  2011  4  1  7  0  0.00000000
+PG01   1480.798497  17411.797102 -20070.513462 999999.999999
+PG02 -13511.530605 -20004.279056 -11576.079040    328.240816  7  9  7 101       
+PG03  22645.263663  11099.472295  -9239.999691    696.064512  3 10  5  89       
+PG04  -6339.580943 -25585.973320   -876.827353     76.185352 10  8  7 130       
+PG05 -14090.428360  -7488.236326 -21266.248431   -137.869969  7 10  2 133       
+PG06  19533.444547  13827.375900 -11582.553201   -223.488264  4  8  3  93       
+PG07   7286.056929 -19396.599594 -16494.855859      7.007514  7  9  6 123       
+PG08   1558.143497 -25072.194439  -7679.270037 999999.999999
+PG09 -14759.470504     11.710325  21537.402047     71.101034  7  8  7 132       
+PG10    182.914444 -18448.493144 -19184.545397    -70.390281  7  7  6 118       
+PG11  17794.321912     89.462663  19474.620371   -139.074466  6  7  6 115       
+PG12 -21932.384566   8362.145645  12291.278725    -15.034045  5  7  6 107       
+PG13  14999.367049  -8384.765281 -20410.897404    276.862700  8  9  6 121       
+PG14   3763.528280  16258.719181  20850.794113    141.174939  5  9  3 127       
+PG15 -25736.369229  -2899.847012   6271.460833   -138.724796  2  4  8 114       
+PG16  12044.742711   9149.424426 -21825.625918   -161.888856  6  9  3 132       
+PG17  -3142.653434 -16458.684753  20792.471102    184.214838  8  9  5 121       
+PG18 -14185.958282  20761.920215   8246.664607    129.529774  7  9  3 112       
+PG19  25355.957762   7864.713602   3268.038841   -125.929768  5 10  7 113       
+PG20  21689.515646 -12553.650612   8554.089993     48.825309  8  9  6 128       
+PG21  -6905.938646  20344.683828 -14811.229779   -134.370757  5  9  8 118       
+PG22  -4751.556779  20434.485185  16395.558648    150.875369  7 10  5 125       
+PG23  23889.017911   -896.765087 -11931.671013    316.323556  5  7  4 104       
+PG24  15215.069307  -2965.541597  21621.762542    378.002503  7  7  8 139       
+PG25 -19196.423472  18340.795359   -212.823731     -0.970132  7  4  6 116       
+PG26 -22742.548982 -13163.086476  -5768.049911   -160.445744  8  8  9 123       
+PG27 -16181.960443  -6360.584486  20830.107493    251.294826  9  9  7 100       
+PG28   8525.207618 -20499.616301  14897.225160     28.661322  9 10  6 136       
+PG29 -17978.937751   7043.649574 -18134.448957    196.578236  6  9  5 136       
+PG30   5751.247227  15357.222725 -21296.162461    333.563508  8  9  2 126       
+PG31   7257.193531  25260.687044  -2710.158754     60.620277  7  9  8 112       
+PG32  21574.337923  -3064.376086  15185.599509   -226.385985  6  8  8 125       
+*  2011  4  1  7 15  0.00000000
+PG01   -167.843978  18874.866046 -18738.012624 999999.999999
+PG02 -13589.923172 -21204.977575  -9136.547439    328.242709  8  9  7 104       
+PG03  21479.227504  11203.654909 -11658.736402    696.069089  3 10  4  95       
+PG04  -5983.559408 -25590.252874   1953.846376 999999.999999
+PG05 -12366.800371  -9232.252565 -21640.507162   -137.875326  8 10  2 122       
+PG06  18038.640622  13754.606211 -13823.952425   -223.593706  4  8  2 101       
+PG07   7906.419902 -17497.160584 -18257.663283      7.008122  8  9  6 117       
+PG08   1911.796503 -24069.976641 -10379.927263      7.633867 10  8  8 123       
+PG09 -15403.282621  -2448.793577  20954.902048     71.101946  7  8  7 145       
+PG10   1815.426758 -19757.431498 -17689.729431    -70.390796  7  7  6 123       
+PG11  18742.613226   2140.354143  18490.135031   -139.077144  6  7  6 114       
+PG12 -20944.446980   7171.350920  14576.343374    -15.031893  5  7  5  90       
+PG13  17060.907785  -7551.447250 -19067.785087    276.861469  8  9  6 115       
+PG14   1483.846314  15533.715551  21668.515558    141.177096  6  9  3 129       
+PG15 -26209.673403  -3296.630674   3519.734352   -138.722125  2  5  8 110       
+PG16  10197.986513  10844.615703 -21963.083602   -161.891031  6 10  2 126       
+PG17   -846.528821 -15802.401925  21494.431619    184.214757  8  9  5 121       
+PG18 -14975.213637  21044.459158   5577.507730    129.531832  7  9  4 115       
+PG19  25471.811802   8157.621993    447.227256   -125.933302  5 10  7 125       
+PG20  21121.040690 -11512.719758  11042.316165     48.825681  8  8  5 129       
+PG21  -7621.785943  18566.559374 -16687.546467   -134.373091  4  8  7 130       
+PG22  -6188.303487  21461.870321  14461.334961    150.874604  7 10  5 127       
+PG23  25000.185823   -376.257678  -9451.839829    316.321287  5  7  4 125       
+PG24  15697.886052   -555.666844  21496.589868    378.004293  7  6  8 134       
+PG25 -19275.299765  18064.600051   2644.007766     -0.970473  7  3  6 120       
+PG26 -22007.791697 -13035.460762  -8501.035645   -160.454626  9  7  9 109       
+PG27 -16764.740148  -8449.698751  19573.404616    251.298768  9  8  8  98       
+PG28   9757.900876 -21380.127546  12631.422800     28.663346  9 10  6 127       
+PG29 -19829.251169   6288.047701 -16405.508322    196.580649  6  9  5 129       
+PG30   4122.118550  16987.533338 -20396.727279    333.566210  8  9  3 122       
+PG31   7085.737368  25475.570320    190.884492     60.625050  7  8  8  99       
+PG32  20297.702986  -1757.351639  17105.801150   -226.392773  6  8  7 124       
+*  2011  4  1  7 30  0.00000000
+PG01  -1624.530830  20299.375798 -17084.410076 999999.999999
+PG02 -13638.486651 -22132.554208  -6543.789612    328.244737  7  8  6  87       
+PG03  20064.469705  11339.514907 -13884.004912    696.073174  3 10  4 103       
+PG04  -5529.362709 -25306.422250   4750.074888     76.204403 11  8  7           
+PG05 -10719.786259 -11078.814058 -21643.225897   -137.880497  8 10  3 134       
+PG06  16303.505779  13716.405755 -15827.549303   -223.699295  4  8  2 109       
+PG07   8682.237788 -15461.074891 -19703.992376      7.009058  8  8  6 132       
+PG08   2389.160581 -22797.892162 -12896.244891      7.633627 10  8  8 120       
+PG09 -16149.658411  -4784.145489  19993.442121     71.104332  8  8  6 141       
+PG10   3255.914921 -21013.734013 -15891.251794    -70.393200  8  7  6 129       
+PG11  19702.770922   4037.578191  17182.195941   -139.080018  6  7  7 115       
+PG12 -19855.157705   5750.550429  16609.026369    -15.029075  5  8  5  96       
+PG13  19004.289181  -6885.435501 -17400.851095    276.859831  8  9  6 128       
+PG14   -902.662059  14918.856869  22119.306034    141.179126  6  8  3 130       
+PG15 -26395.139108  -3608.062563    708.032314   -138.719425  3  7  7 123       
+PG16   8448.002902  12635.430340 -21721.459986   -161.893447  7 10    129       
+PG17   1539.511093 -15253.588029  21831.962381    184.214977  8  8  5 125       
+PG18 -15542.062207  21138.401405   2810.901297    129.533167  8  8  4 110       
+PG19  25299.559595   8351.720839  -2381.119870   -125.936636  6 11  7 126       
+PG20  20427.883132 -10237.956982  13338.510119     48.825295  8  8  4 132       
+PG21  -8475.925705  16634.465482 -18261.334340   -134.375763  4  8  7 132       
+PG22  -7417.153623  22389.002166  12279.612979    150.873691  8  9  5 120       
+PG23  25856.479156     19.693332  -6812.396323    316.319143  5  7  4 117       
+PG24  16292.322118   1790.543703  21004.173610    378.007445  8  6  8 134       
+PG25 -19156.371363  17551.795607   5455.273357     -0.970847  7  4  6 110       
+PG26 -20985.184343 -12864.498537 -11094.056404   -160.463693  9  7  9 117       
+PG27 -17411.035602 -10357.628609  18000.320397    251.302589 10  8  9  90       
+PG28  10759.105803 -22136.003465  10151.206940     28.665539  9  9  6 131       
+PG29 -21510.084011   5682.405836 -14392.097934    196.583197  6  9  5 137       
+PG30   2655.967809  18611.432348 -19158.009856    333.569190  8  8  3 125       
+PG31   6829.085046  25383.342686   3088.620445     60.629361  8  8  8 101       
+PG32  18944.962542   -254.901706  18733.057616   -226.399388  7  8  7 124       
+*  2011  4  1  7 45  0.00000000
+PG01  -2878.503383  21640.455276 -15137.524774 999999.999999
+PG02 -13620.819006 -22782.396077  -3841.481544    328.247044  7  8  6 103       
+PG03  18425.329350  11536.916241 -15879.415066    696.076593  4 10  3  94       
+PG04  -4946.153853 -24752.310745   7462.426184     76.214149 10  8  7  79       
+PG05  -9181.559930 -12991.775866 -21274.043617   -137.885890  9 10  4 118       
+PG06  14356.229030  13742.398975 -17558.182332   -223.804617  4  8  2 110       
+PG07   9618.429639 -13336.067890 -20809.269580      7.010135  8  8  6 135       
+PG08   3017.001155 -21292.001372 -15184.039741      7.634581 11  8  8 134       
+PG09 -16969.656119  -6950.735651  18671.241718     71.106214  8  8  6 148       
+PG10   4495.369086 -22173.931804 -13818.897138    -70.393041  8  6  6 111       
+PG11  20641.769291   5756.977079  15574.937520   -139.082875  6  8  7 106       
+PG12 -18708.851565   4107.981951  18354.503067    -15.026770  5  8  5 102       
+PG13  20783.276384  -6376.536573 -15438.197291    276.858451  8  9  5 106       
+PG14  -3350.086621  14432.752702  22195.244797    141.181290  5  8  3 125       
+PG15 -26281.470786  -3868.748463  -2115.733566   -138.716800  4  8  7 124       
+PG16   6827.181350  14483.246542 -21104.018269   -161.896137  8 10    126       
+PG17   3970.046823 -14827.617105  21798.749217    184.215416  8  8  5 127       
+PG18 -15904.701385  21012.915993     -5.007362    129.535182  8  7  4  87       
+PG19  24830.680843   8482.979111  -5169.338532   -125.939889  7 11  7 129       
+PG20  19649.289418  -8732.061684  15402.482622     48.825803  8  8  3 136       
+PG21  -9474.018147  14594.205033 -19504.614114   -134.378193  4  7  6 132       
+PG22  -8437.880810  23175.840131   9887.297445    150.873229  8  9  6 116       
+PG23  26433.137842    321.225604  -4058.024262    316.316714  6  8  3 112       
+PG24  16980.118192   4029.642765  20153.663940    378.009990  8  6  8 128       
+PG25 -18873.368682  16785.202007   8172.514275     -0.971197  8  5  6 110       
+PG26 -19685.866259 -12690.443243 -13505.311213   -160.472730 10  7  9 120       
+PG27 -18086.772242 -12055.194622  16135.604652    251.305667 10  8 10 104       
+PG28  11534.070027 -22725.109878   7497.567254     28.667403 10  9  6 127       
+PG29 -22981.056228   5209.743873 -12129.238834    196.585847  5  9  5 130       
+PG30   1367.125010  20185.758979 -17599.864696    333.571094  8  8  3 116       
+PG31   6451.607426  24999.933515   5932.655668     60.633750  8  8  8 113       
+PG32  17559.904138   1430.779372  20040.999462   -226.406078  7  7  7 127       
+*  2011  4  1  8  0  0.00000000
+PG01  -3927.421215  22853.344783 -12930.306891 999999.999999
+PG02 -13501.163062 -23157.963587  -1074.946185    328.248876  7  8  5  99       
+PG03  16592.213873  11821.257997 -17612.377520    696.080946  5  9  2 108       
+PG04  -4207.739025 -23953.336331  10042.815339     76.223726 10  9  7 117       
+PG05  -7777.870924 -14930.267138 -20538.982870   -137.891437  9 10  5 118       
+PG06  12231.486379  13857.252774 -18985.240273   -223.910003  4  8  2 111       
+PG07  10711.533527 -11171.035296 -21554.921915      7.010729  8  9  5 129       
+PG08   3814.979180 -19594.641198 -17203.502226      7.635563 11  8  8 142       
+PG09 -17828.355283  -8911.765596  17013.211020     71.108249  8  8  7 152       
+PG10   5532.885460 -23194.982740 -11507.435812    -70.394625  8  6  6 106       
+PG11  21524.353980   7281.499019  13697.542037   -139.085723  6  8  6 111       
+PG12 -17548.934378   2260.472857  19783.025483    -15.024193  6  8  5  98       
+PG13  22355.458116  -6006.723964 -13212.938068    276.857040  8  9  5  96       
+PG14  -5809.740661  14086.113061  21894.656128    141.183447  5  7  2 121       
+PG15 -25865.767574  -4114.864010  -4903.443290   -138.714222  5  9  7 111       
+PG16   5360.995689  16344.764995 -20120.588701   -161.898683  9 11  1 124       
+PG17   6397.433140 -14532.153390  21394.678572    184.215654  8  7  5 126       
+PG18 -16087.729757  20643.018848  -2820.797219    129.537142  8  6  5  85       
+PG19  24065.053469   8588.672926  -7870.396903   -125.943490  7 11  7 130       
+PG20  18824.824799  -7006.032250  17198.055783     48.826111  8  8  3 138       
+PG21 -10613.802300  12493.416011 -20395.787141   -134.380161  4  7  5 139       
+PG22  -9257.966990  23784.540082   7325.057126    150.872259  8  8  6 115       
+PG23  26713.017481    562.429056  -1235.235002    316.314626  6  8  4 109       
+PG24  17736.393629   6122.535346  18960.210339    378.012595  8  6  8 132       
+PG25 -18463.892174  15755.627011  10748.884983     -0.971554  8  6  5 108       
+PG26 -18129.012939 -12551.380127 -15696.202807   -160.482024 10  7  9 112       
+PG27 -18753.800200 -13520.139530  14008.602227    251.307972 10  9 10 101       
+PG28  12096.038269 -23108.442251   4715.000373     28.669607 10  9  7 129       
+PG29 -24207.269977   4846.401461  -9656.268227    196.588226  5  8  6 123       
+PG30    262.075461  21666.289601 -15747.423469    333.573830  9  8  3 119       
+PG31   5921.888616  24349.552846   8673.814418     60.638231  8  8  7 121       
+PG32  16184.338539   3279.783176  21008.867828   -226.412919  8  7  6 130       
+*  2011  4  1  8 15  0.00000000
+PG01  -4777.284207  23895.094266 -10500.309800 999999.999999
+PG02 -13245.886362 -23270.524944   1709.548593    328.251316  7  9  3  96       
+PG03  14600.598446  12212.426022 -19054.550895    696.083825  6  9  3  92       
+PG04  -3293.848774 -22941.491366  12445.432085     76.233318 10  9  8 124       
+PG05  -6527.183780 -16850.118378 -19450.369034   -137.896666  9 10  6 132       
+PG06   9969.298781  14079.578794 -20083.244614   -224.015269  4  8  4 115       
+PG07  11949.725193  -9014.285591 -21928.664552      7.011735  8  9  5 130       
+PG08   4794.707523 -17752.770604 -18919.909002      7.636244 11  8  8 128       
+PG09 -18686.337665 -10638.495806  15050.363723     71.111228  8  8  7 145       
+PG10   6375.560442 -24035.941857  -8996.090503    -70.394685  8  5  6  96       
+PG11  22314.433767   8601.586123  11583.634329   -139.088588  6  8  7 117       
+PG12 -16416.205630    232.965859  20870.413369    -15.021684  6  7  5  99       
+PG13  23683.756666  -5750.969718 -10762.675663    276.855382  7  9  5 109       
+PG14  -8231.808415  13881.359349  21222.162381    141.185299  4  6  2 122       
+PG15 -25153.666970  -4382.578296  -7607.565258   -138.711525  7 10  6 110       
+PG16   4067.138723  18173.554728 -18787.455464   -161.901413  9 11  2 124       
+PG17   8773.409209 -14366.867568  20625.884965    184.215845  8  7  5 119       
+PG18 -16121.040657  20010.745837  -5586.689196    129.538851  8  6  5  87       
+PG19  23011.041719   8705.806679 -10438.641850   -125.946939  8 11  7 128       
+PG20  17992.776725  -5078.955569  18693.731223     48.826115  8  8  3 139       
+PG21 -11885.062745  10379.747776 -20920.016787   -134.382250  4  8  5 135       
+PG22  -9892.143803  24180.955633   4636.659834    150.871725  8  8  6 110       
+PG23  26687.204432    779.867517   1608.373742    316.312271  7  9  3  98       
+PG24  18530.612294   8035.749325  17444.667575    378.015692  9  6  9 130       
+PG25 -17967.841173  14462.390824  13139.965712     -0.971890  8  6  5 111       
+PG26 -16341.207020 -12481.760712 -17631.815478   -160.490958 10  7  9 126       
+PG27 -19371.282424 -14737.801164  11652.920746    251.311317 10  9 10 116       
+PG28  12465.655170 -23251.741982   1850.832829     28.671415 10  8  7 126       
+PG29 -25160.568980   4563.149893  -7016.135683    196.590667  6  8  6 119       
+PG30   -660.648292  23009.308482 -13630.773076    333.576825  9  8  3 106       
+PG31   5214.128666  23463.661458  11264.999714     60.642699  8  8  7 118       
+PG32  14856.586272   5265.118677  21621.752283   -226.419629  8  7  7 136       
+*  2011  4  1  8 30  0.00000000
+PG01  -5442.029436  24726.215405  -7889.074418 999999.999999
+PG02 -12824.885808 -23138.619520   4465.498361    328.253166  8  9  3 101       
+PG03  12489.860012  12723.952271 -20182.233277    696.088289  6  9  3 121       
+PG04  -2191.181687 -21754.067094  14627.629137     76.242572  9  9  8 131       
+PG05  -5440.105350 -18705.430332 -18026.640991   -137.901944 10  9  7 110       
+PG06   7613.678346  14421.075501 -20832.350465   -224.120702  5  8  4 125       
+PG07  13313.171776  -6911.823772 -21924.673705      7.012788  8  9  5 133       
+PG08   5959.150786 -15816.156748 -20304.214000      7.635990 11  8  8 139       
+PG09 -19501.355069 -12111.138156  12819.102841     71.112003  9  8  8 137       
+PG10   7038.067428 -24659.585544  -6327.903398    -70.396026  8  4  6  72       
+PG11  22976.498441   9715.265093   9270.615849   -139.091225  6  7  7  86       
+PG12 -15347.303825  -1942.269127  21598.441704    -15.019141  6  7  5 114       
+PG13  24737.752821  -5578.349993  -8128.900268    276.853894  7  9  5  96       
+PG14 -10567.043682  13812.556930  20188.641210    141.187523  3  6  2 121       
+PG15 -24159.178278  -4706.478992 -10181.944911   -138.708823  7 10  6 118       
+PG16   2954.965230  19921.745570 -17127.122242   -161.903466 10 11  3 125       
+PG17  11050.745056 -14323.465945  19504.700523    184.216032  8  7  5 122       
+PG18 -16038.493224  19106.063648  -8253.494813    129.540658  8  6  6 119       
+PG19  21685.282303   8869.545874 -12830.529398   -125.950167  9 11  7 132       
+PG20  17188.618422  -2977.476485  19863.273413     48.826311  8  8  4 142       
+PG21 -13269.946808   8299.066073 -21069.441243   -134.384602  4  8  4 137       
+PG22 -10361.652238  24336.020702   1868.242106    150.870909  8  6  7 101       
+PG23  26355.338922   1011.010688   4424.872093    316.310058  8  9  4 103       
+PG24  19327.768117   9742.487775  15633.216932    378.017585  9  6  9 115       
+PG25 -17425.764335  12913.527694  15304.532883     -0.972243  8  7  4 118       
+PG26 -14355.572009 -12511.078072 -19281.338709   -160.500591 11  7  8 112       
+PG27 -19897.203407 -15701.537122   9106.042830    251.312438  9  9 11 117       
+PG28  12670.069177 -23126.977377  -1045.545210     28.673884  9  8  7 120       
+PG29 -25820.543342   4326.525630  -4254.637174    196.593168  6  8  6 131       
+PG30  -1410.281537  24173.188571 -11284.556774    333.579807  9  7  3 119       
+PG31   4309.314152  22379.680307  13661.996891     60.647055  8  7  7 122       
+PG32  13610.128580   7353.602068  21870.730310   -226.426324  8  6  7 130       
+*  2011  4  1  8 45  0.00000000
+PG01  -5942.815991  25312.222809  -5141.434280 999999.999999
+PG02 -12212.868444 -22787.270278   7146.870074    328.255275  8  9  3 102       
+PG03  10301.984828  13362.408636 -20976.697163    696.092273  7  9  3 127       
+PG04   -894.163496 -20432.170256  16550.748530     76.252313  9  9  9 121       
+PG05  -4519.123018 -20450.225163 -16292.054798   -137.907075 10  9  8 116       
+PG06   5211.112934  14885.947963 -21218.753092   -224.226081  5  7  5 122       
+PG07  14774.704417  -4905.742130 -21543.644657      7.013692  8  8  6 132       
+PG08   7302.388527 -13835.480594 -21333.508826      7.636186 11  8  8 139       
+PG09 -20230.105682 -13319.361968  10360.405855     71.115406  8  8  8 133       
+PG10   7541.927142 -25033.923014  -3549.011267    -70.396462  8  3  6  94       
+PG11  23477.006697  10627.945431   6798.954997   -139.094173  7  7  7 102       
+PG12 -14373.333882  -4226.704646  21955.120078    -15.016553  6  6  5 101       
+PG13  25494.775633  -5453.384575  -5356.322089    276.852867  7  9  5 107       
+PG14 -12768.458346  13865.673999  18811.085310    141.189729  4  6  2 119       
+PG15 -22904.211425  -5118.058592 -12582.573590   -138.706362  8 10  5 119       
+PG16   2025.268835  21541.801598 -15167.957073   -161.905952 10 10  4 122       
+PG17  13184.864169 -14386.034903  18049.503854    184.216282  8  7  5 120       
+PG18 -15876.414375  17927.473594 -10773.575058    129.542306  7  7  6 107       
+PG19  20112.174595   9111.718688 -15005.330122   -125.953802  9 11  7 122       
+PG20  16443.595422   -734.966615  20686.195251     48.825896  8  8  5 140       
+PG21 -14743.612031   6293.766796 -20843.218423   -134.387037  5  8  4 127       
+PG22 -10693.246753  24226.957862   -932.475577    150.870062  8  5  7  85       
+PG23  25725.635061   1292.633309   7166.756283    316.307584  8  9  4 113       
+PG24  20089.744716  11223.427247  13556.910287    378.020933  9  6  9 103       
+PG25 -16877.196309  11125.655846  17205.273678     -0.972616  8  7  4 111       
+PG26 -12210.699531 -12662.731263 -20618.439479   -160.509797 11  7  8 123       
+PG27 -20289.953814 -16412.882245   6408.878538    251.316701  9  9 11 114       
+PG28  12741.762914 -22713.624309  -3923.527076     28.675906  9  8  7 126       
+PG29 -26175.241359   4100.331164  -1419.601967    196.595493  7  7  6 105       
+PG30  -2003.351001  25119.927103  -8747.497697    333.583042  9  7  3 117       
+PG31   3196.113660  21139.494639  15824.206527     60.651499  8  7  7 125       
+PG32  12472.466995   9506.967630  21752.913607   -226.433028  8  6  7 134       
+*  2011  4  1  9  0  0.00000000
+PG01  -6307.023389  25625.002713  -2304.751771 999999.999999
+PG02 -11390.463752 -22246.973118   9708.803155    328.257166  8  9  2 113       
+PG03   8080.191719  14127.055000 -21424.466554    696.096709  8  8  4 111       
+PG04    594.612748 -19019.094911  18180.864893     76.261438  8  9  8 130       
+PG05  -3758.664866 -22040.116778 -14276.283919   -137.912690 10  9  8 112       
+PG06   2808.946895  15470.632630 -21234.988659   -224.331508  6  7  5 118       
+PG07  16300.781297  -3032.778539 -20792.736901      7.014370  8  8  6 120       
+PG08   8809.745237 -11860.441750 -21991.348260      7.635651 11  8  7 140       
+PG09 -20830.038220 -14262.402285   7718.937426     71.116999  8  8  8 145       
+PG10   7914.495703 -25133.530780   -707.839245    -70.396870  8  2  6 104       
+PG11  23785.691322  11351.941211   4211.449923   -139.096972  7  7  7  91       
+PG12 -13518.727978  -6576.864125  21934.861647    -15.014063  7  7  5 114       
+PG13  25940.714804  -5337.561280  -2492.143705    276.851591  7  9  5  84       
+PG14 -14792.939102  14019.159748  17112.364013    141.191650  4  6  1 113       
+PG15 -21417.817830  -5644.319333 -14768.326043   -138.703603  9 10  5 144       
+PG16   1270.404867  22988.305156 -12943.720017   -161.908354 10 10  5 113       
+PG17  15135.381694 -14531.691362  16284.466733    184.216458  7  7  5 118       
+PG18 -15671.994502  16482.276358 -13101.784802    129.544205  7  7  6 112       
+PG19  18323.091083   9459.441506 -16925.800234   -125.957387 10 11  7 118       
+PG20  15783.492857   1609.575375  21148.135217     48.826399  9  9  6 143       
+PG21 -16275.168253   4401.270403 -20247.410197   -134.389705  6  8  5 126       
+PG22 -10917.980669  23838.262629  -3717.015247    150.869480  7  3  7  87       
+PG23  24814.596966   1659.239488   9787.702181    316.305294  9  9  4  96       
+PG24  20776.797849  12467.235702  11251.145001    378.023606  9  6  9 106       
+PG25 -16359.045842   9123.520074  18809.432166     -0.972936  8  7  4 120       
+PG26  -9949.405231 -12953.111285 -21621.585770   -160.518947 11  8  8 129       
+PG27 -20509.941953 -16881.426491   3605.253910    251.320328  8  8 10 109       
+PG28  12717.148724 -21999.685841  -6732.204785     28.678133  9  8  7 115       
+PG29 -26221.561765   3847.242583   1439.951839    196.598069  7  8  6 110       
+PG30  -2462.918388  25816.580331  -6061.845107    333.585492  9  6  2 100       
+PG31   1871.467189  19787.814563  17715.296439     60.655797  8  6  6 126       
+PG32  11464.226895  11683.156167  21271.407165   -226.439869  8  6  7 134       
+*  2011  4  1  9 15  0.00000000
+PG01  -6567.001080  25643.953372    571.901982 999999.999999
+PG02 -10345.128472 -21552.498295  12108.297279    328.259254  8  9  2 106       
+PG03   5867.515657  15009.753925 -21517.534344    696.101931  8  8  4 106       
+PG04   2264.285272 -17558.619356  19489.427172     76.270634  7  9  8 127       
+PG05  -3145.480341 -23433.935833 -12013.921543   -137.917752 10  9  9  94       
+PG06    453.721189  16163.842362 -20880.119602   -224.436742  6  6  5 114       
+PG07  17852.701911  -1323.095277 -19685.410254      7.015316  8  8  6 123       
+PG08  10458.274633  -9937.939475 -22267.940929      7.635973 11  8  7 145       
+PG09 -21261.105197 -14948.778103   4942.118178     71.120011  8  7  8 137       
+PG10   8187.707529 -24940.651161   2145.772407    -70.397846  8  2  5  94       
+PG11  23876.734206  11905.742242   1552.478553   -139.099674  7  7  7 121       
+PG12 -12800.381462  -8945.817667  21538.541401    -15.011861  8  7  6 104       
+PG13  26070.523080  -5190.988670    414.717570    276.850278  8  9  5 102       
+PG14 -16602.732220  14244.823158  15120.887171    141.193960  4  6    113       
+PG15 -19735.170621  -6306.550272 -16701.655174   -138.700750  9 11  5 106       
+PG16    674.756987  24219.679227 -10492.980357   -161.911067 10 10  5 112       
+PG17  16867.499479 -14731.518310  14239.198607    184.216559  7  7  5 113       
+PG18 -15461.646111  14786.480772 -15196.377241    129.545542  7  7  6 117       
+PG19  16355.334086   9933.920013 -18558.808881   -125.961018 10 11  7 126       
+PG20  15227.633909   4012.848612  21241.117960     48.826118  9  9  6 145       
+PG21 -17828.865904   2652.757232 -19294.718741   -134.392250  7  9  5 124       
+PG22 -11069.819168  23162.421778  -6436.995085    150.868755  7  3  7  89       
+PG23  23646.440427   2141.569434  12243.305139    316.303173  9  9  5 116       
+PG24  21349.105753  13470.793877   8755.077866    378.026925  9  6  8 120       
+PG25 -15904.098361   6939.224105  20089.375640     -0.973193  8  7  4 106       
+PG26  -7617.352188 -13390.934753 -22274.323051   -160.527860 11  8  8 124       
+PG27 -20521.179301 -17124.408380    741.332401    251.324369  8  8 10 159       
+PG28  12634.980716 -20982.397794  -9421.334843     28.680112  9  8  7 118       
+PG29 -25965.312706   3530.459338   4274.677082    196.600552  8  8  6 114       
+PG30  -2817.565462  26236.542878  -3272.745319    333.588166  9  5  2  87       
+PG31    340.851336  18370.457575  19303.765035     60.660515  8  6  6 133       
+PG32  10598.531011  13837.733197  20435.187247   -226.446544  8  5  7 133       
+*  2011  4  1  9 30  0.00000000
+PG01  -6758.617153  25356.849489   3438.609108 999999.999999
+PG02  -9071.811254 -20741.544972  14304.880297    328.261044  8  9  1 119       
+PG03   3705.397685  15995.156663 -21253.517378    696.106440  8  7  5 117       
+PG04   4095.965242 -16093.301171  20453.783636     76.280141  7  9  8 122       
+PG05  -2659.327369 -24595.246068  -9543.892521   -137.923159 10  8  9 101       
+PG06  -1810.460992  16946.933719 -20159.797384   -224.541884  6  6  5 123       
+PG07  19388.024317    200.677755 -18241.157456      7.016335  8  8  6 118       
+PG08  12217.571292  -8110.400671 -22160.209002      7.635984 10  8  6 134       
+PG09 -21487.392617 -15395.645790   2079.176842     71.123348  8  8  8 134       
+PG10   8396.622039 -24446.004268   4961.491056    -70.398475  8  2  5  97       
+PG11  23729.770335  12313.068619  -1132.750916   -139.102877  7  7  7 109       
+PG12 -12227.094352 -11284.807369  20773.445365    -15.009252  8  7  6 107       
+PG13  25888.387041  -4974.114882   3314.446269    276.849233  8  9  4 118       
+PG14 -18166.739939  14508.982331  12870.173170    141.195863  5  6    115       
+PG15 -17896.321232  -7119.323912 -18349.232993   -138.698014  9 11  5 121       
+PG16    215.530787  25199.777222  -7858.433246   -161.913553 10  9  5  84       
+PG17  18353.203222 -14951.753063  11948.290763    184.216514  7  7  5 121       
+PG18 -15279.397697  12864.356275 -17019.843165    129.547388  8  7  6 109       
+PG19  14250.874011  10549.472041 -19875.911961   -125.964217 10 10  7 114       
+PG20  14788.150006   6428.747068  20963.692948     48.826189  9  9  7 149       
+PG21 -19365.472769   1072.189890 -18004.092113   -134.393993  8  9  6 119       
+PG22 -11184.134020  22200.333709  -9044.994182    150.867621  7  5  7 102       
+PG23  22252.239623   2765.243288  14491.797091    316.300672  9  9  5 118       
+PG24  21768.330529  14239.114320   6110.986546    378.029215  9  6  8 113       
+PG25 -15539.691529   4611.181881  21023.071315     -0.973460  8  7  5 124       
+PG26  -5261.583586 -13976.845093 -22565.504392   -160.536851 11  7  8 129       
+PG27 -20292.784696 -17166.027830  -2135.032521 999999.999999
+PG28  12534.645954 -19668.578417 -11942.332758     28.682399  9  8  7 123       
+PG29 -25420.937074   3115.330583   7035.756580    196.602894  9  8  6 116       
+PG30  -3100.152522  26360.620353   -427.541218    333.590396  9  5  2 101       
+PG31  -1381.785067  16932.619546  20563.410862     60.664989  7  5  5 129       
+PG32   9880.659363  15925.386363  19258.904285   -226.453181  8  5  7 135       
+*  2011  4  1  9 45  0.00000000
+PG01  -6919.663304  24760.393556   6245.492844 999999.999999
+PG02  -7573.351892 -19853.295036  16261.249431    328.263113  8  9  1 109       
+PG03   1632.327585  17061.157329 -20635.745835    696.111064  8  6  5 113       
+PG04   6063.310241 -14662.842930  21057.578931     76.289753  6  9  7 114       
+PG05  -2273.939599 -25493.692320  -6908.784444   -137.928368  9  7  9 111       
+PG06  -3943.476966  17794.584947 -19086.198120   -224.647156  6  5  5 108       
+PG07  20862.130116   1524.102268 -16485.140128      7.017109  9  8  7 123       
+PG08  14050.870394  -6414.316808 -21671.723941      7.636708 10  8  6 134       
+PG09 -21478.562610 -15627.827787   -819.789456     71.124983  7  8  9 155       
+PG10   8577.833257 -23649.274138   7689.443578    -70.399692  8  3  4 108       
+PG11  23330.687681  12601.749114  -3798.937700   -139.105485  8  7  7 113       
+PG12 -11799.336908 -13544.940230  19653.113981    -15.006654  9  8  6 102       
+PG13  25407.556804  -4649.446833   6157.171950    276.847678  8  9  4 113       
+PG14 -19461.577932  14773.843616  10398.324542    141.197907  6  7    110       
+PG15 -15944.777838  -8089.752040 -19682.527154   -138.695552 10 10  5 116       
+PG16   -136.156708  25899.273913  -5086.128762   -161.915770 10  8  6 117       
+PG17  19572.213292 -15155.185327   9450.764083    184.216690  8  8  5 112       
+PG18 -15155.394357  10747.645599 -18539.661499    129.549184  8  7  6 106       
+PG19  12054.912691  11312.811317 -20853.862609   -125.967627 10 10  7 118       
+PG20  14469.551930   8809.968810  20320.948771     48.826552 10  9  7 147       
+PG21 -20843.775790   -324.346565 -16400.219053   -134.396944  9  9  6 101       
+PG22 -11296.139999  20961.410450 -11495.411345    150.867241  7  6  6 110       
+PG23  20668.827965   3549.592559  16494.731653    316.298591  9  8  5 121       
+PG24  21999.133728  14784.962829   3363.587148    378.032548  9  7  8 119       
+PG25 -15286.615410   2182.827825  21594.465255     -0.973718  8  7  5 114       
+PG26  -2929.008662 -14703.294468 -22489.473533   -160.546298 11  7  7 111       
+PG27 -19800.350358 -17036.491699  -4975.013047    251.332869  8  8 10 146       
+PG28  12454.406438 -18074.594717 -14249.270505     28.684606  9  8  7  93       
+PG29 -24610.916893   2570.893932   9675.745917    196.604994  9  7  6 114       
+PG30  -3346.391975  26177.849151   2424.993272    333.593201  9  4    108       
+PG31  -3274.407754  15517.199080  21473.705399     60.669744  7  5  5 127       
+PG32   9308.002553  17901.450345  17762.616350   -226.459942  7  4  7 131       
+*  2011  4  1 10  0  0.00000000
+PG01  -7088.179832  23860.429207   8943.613901 999999.999999
+PG02  -5860.598150 -18926.916175  17943.878359    328.264852  7  8  2 111       
+PG03   -317.414976  18179.603919 -19673.282802    696.114321  8  5  6  83       
+PG04   8133.403474 -13302.597057  21291.016158     76.298929  6  8  6 120       
+PG05  -1958.236121 -26106.126731  -4154.109232   -137.933497  9  7  9  83       
+PG06  -5910.572388  18675.759577 -17677.829685   -224.752313  6  4  5  84       
+PG07  22229.877118   2641.271662 -14447.736092      7.018063  9  8  7 103       
+PG08  15916.386309  -4879.040799 -20812.527676      7.636345 10  8  6 145       
+PG09 -21211.057028 -15676.568371  -3704.725323     71.126894  7  8  9  40       
+PG10   8767.808976 -22559.243363  10281.174839    -70.400520  7  3  4 110       
+PG11  22672.198251  12802.468393  -6401.404645   -139.108183  8  7  7 124       
+PG12 -11509.345384 -15678.884893  18197.084408    -15.003965 10  8  6 111       
+PG13  24649.837945  -4183.202985   8893.825412    276.846354  9  9  4  66       
+PG14 -20472.351211  14999.060191   7747.416442    141.199947  7  7    121       
+PG15 -13925.958098  -9217.031027 -20678.303109   -138.692588 10 10  6 117       
+PG16   -413.935798  26296.798908  -2224.629157   -161.918672 10  7  6 103       
+PG17  20512.649231 -15302.712836   6789.426680    184.216924  8  8  5 103       
+PG18 -15114.572149   8474.470517 -19728.940249    129.550957  8  7  6 126       
+PG19   9814.322436  12222.622643 -21475.048508   -125.971308 10  9  7 108       
+PG20  14268.618213  11109.672914  19324.403655     48.826765 10  9  7 143       
+PG21 -22222.142320  -1528.971657 -14512.934471   -134.399020  9  9  6 115       
+PG22 -11439.336325  19463.353712 -13745.300114    150.866502  7  6  6 119       
+PG23  18937.490899   4506.723711  18217.627737    316.296214 10  8  5 121       
+PG24  22010.591084  15128.197272    559.316699    378.034953  9  7  8  89       
+PG25 -15158.280008   -298.864568  21793.757099     -0.974003  8  7  6 122       
+PG26   -664.887561 -15554.712788 -22046.198725   -160.555154 11  7  7 124       
+PG27 -19027.113201 -16770.815669  -7729.587394    251.336703  8  8 10 148       
+PG28  12429.669312 -16225.935101 -16299.848299     28.686613  8  9  7  93       
+PG29 -23564.881901   1871.266548  12149.385205    196.607575 10  7  7 113       
+PG30  -3593.287776  25686.024777   5235.474621    333.596939  9  3     98       
+PG31  -5307.587545  14163.236345  22020.068101     60.674323  7  6  5 127       
+PG32   8870.306121  19723.407813  15971.458252   -226.466758  7  4  7 128       
+*  2011  4  1 10 15  0.00000000
+PG01  -7300.768438  22671.805344  11485.857145 999999.999999
+PG02  -3952.232145 -18000.066697  19323.582272    328.266962  7  8  3 114       
+PG03  -2114.876961  19317.246716 -18380.869376    696.119334  8  4  6  90       
+PG04  10267.899411 -12042.270955  21150.981266     76.308098  7  8  6 115       
+PG05  -1677.726037 -26417.468082  -1327.508321   -137.938762  8  6  9  78       
+PG06  -7683.536743  19554.917901 -15959.212211   -224.857519  5  4  5 103       
+PG07  23447.277091   3554.822463 -12164.006976      7.018916  9  7  7 114       
+PG08  17768.833479  -3525.882661 -19598.850223      7.636403  9  8  6 150       
+PG09 -20669.022677 -15578.076387  -6526.480108     71.128797  7  8  9 154       
+PG10   9001.230739 -21193.566068  12690.588905    -70.401159  7  4  4 106       
+PG11  21754.164188  12947.430915  -8896.785113   -139.110909  8  7  7 125       
+PG12 -11341.541633 -17642.509057  16430.537687    -15.001500 10  7  7 104       
+PG13  23644.761993  -3546.834259  11476.993314    276.845035  9  8  3 103       
+PG14 -21193.115639  15143.411788   4962.805346    141.201933  8  7    101       
+PG15 -11885.573735 -10492.296344 -21319.042617   -138.689942 10 10  6 119       
+PG16   -654.646541  26379.764710    675.887588   -161.921191 10  6  6 101       
+PG17  21171.378343 -15354.994697   4010.150178    184.217228  9  9  6 107       
+PG18 -15175.564946   6087.978186 -20566.930833    129.552599  9  7  5 125       
+PG19   7576.017033  13269.449007 -21727.846319   -125.974903  9  8  6 104       
+PG20  14174.603879  13283.117853  17991.775595     48.826859 10  9  7 143       
+PG21 -23460.076388  -2542.003771 -12376.557325   -134.401579  9  8  6 131       
+PG22 -11644.017132  17731.610844 -15755.162086    150.865706  7  7  6 120       
+PG23  17102.496290   5640.850996  19630.561951    316.294029  9  8  5 122       
+PG24  21777.454910  15294.848501  -2254.410415    378.037532  9  8  8 134       
+PG25 -15160.182400  -2784.999092  21617.566083     -0.974226  8  6  6 110       
+PG26   1488.638306 -16507.963013 -21241.353589   -160.564336 11  7  7 120       
+PG27 -17964.877785 -16407.417139 -10350.377557    251.340539  8  9 11 131       
+PG28  12491.364631 -14156.396914 -18056.310452     28.688914  8  9  6  97       
+PG29 -22318.458668    996.834809  14414.366137    196.610070 10  6  6 114       
+PG30  -3877.499160  24891.909650   7954.774895    333.599557  9  3     91       
+PG31  -7445.465483  12904.521692  22194.044216     60.678808  7  6  5 127       
+PG32   8550.194823  21352.316504  13915.250768   -226.473289  7  3  7 127       
+*  2011  4  1 10 30  0.00000000
+PG01  -7590.961910  21217.894196  13827.790144 999999.999999
+PG02  -1874.307745 -17107.455612  20376.032320    328.269017  6  7  4 116       
+PG03  -3737.365356  20436.896465 -16778.790257    696.123016  8  3  7  98       
+PG04  12424.385563 -10904.883475  20641.031220     76.317139  7  8  6 116       
+PG05  -1396.052143 -26421.259554   1522.084053   -137.943913  8  5  9 105       
+PG06  -9241.617641  20393.427448 -13960.437364   -224.962819  5  4  5 113       
+PG07  24473.135780   4275.619815  -9673.095722      7.019702  9  7  6 115       
+PG08  19561.068419  -2367.529816 -18052.735676      7.635929  9  8  6 142       
+PG09 -19844.932449 -15371.919839  -9237.610391     71.132474  7  9  9  47       
+PG10   9309.406934 -19578.185440  14874.848797    -70.402733  7  4  4 109       
+PG11  20583.671542  13068.990515 -11243.674160   -139.113710  8  7  7 110       
+PG12 -11273.258377 -19396.397202  14383.857818    -14.999159 10  7  7 104       
+PG13  22428.464631  -2718.351721  13861.755828    276.843915  9  8  3 101       
+PG14 -21627.003698  15166.541220   2092.367427    141.204077  8  8  1 117       
+PG15  -9868.007606 -11898.794528 -21593.270320   -138.687280  9 10  6 122       
+PG16   -896.669166  26144.854314   3564.558029   -161.923408  9  5  6  87       
+PG17  21554.030861 -15274.137231   1161.075998    184.217357 10  9  6 113       
+PG18 -15349.891343   3634.787686 -21039.403284    129.554643  9  6  5 116       
+PG19   5385.314688  14435.900068 -21606.883984   -125.978559  9  8  6 112       
+PG20  14169.759225  15289.216396  16346.638307     48.826532 10  8  8 141       
+PG21 -24519.709436  -3371.635395 -10029.181632   -134.404220  9  7  6 126       
+PG22 -11935.912839  15798.530012 -17489.681026    150.864712  7  7  6 120       
+PG23  15209.514429   6947.926728  20708.699934    316.291744  9  7  4 117       
+PG24  21281.217856  15315.976984  -5029.962810    378.039129  9  9  9 119       
+PG25 -15289.693996  -5226.446278  21068.985739     -0.974500  7  6  7 124       
+PG26   3493.923679 -17533.074381 -20086.339721   -160.573763 10  7  7 124       
+PG27 -16614.642123 -15986.544573 -12790.532866    251.345100  9  9 11 111       
+PG28  12664.507500 -11906.917018 -19486.275128     28.690845  7  9  6  80       
+PG29 -20911.906185    -64.802857  16432.041909    196.612234 10  5  6 113       
+PG30  -4233.692990  23811.102930  10534.915533    333.603005  9  2     89       
+PG31  -9646.954521  11768.421983  21993.387141     60.683320  7  6  5 124       
+PG32   8323.957306  22754.115291  11628.053909   -226.479911  6  3  7 122       
+*  2011  4  1 10 45  0.00000000
+PG01  -7987.717906  19529.780884  15928.475386 999999.999999
+PG02    340.489780 -16279.510876  21082.210304    328.271007  5  7  5 114       
+PG03  -5169.161147  21498.756780 -14892.654813    696.128452  8  2  7 106       
+PG04  14557.901894  -9906.011644  19771.251148     76.326458  7  8  6 112       
+PG05  -1076.612085 -26119.902124   4345.303815   -137.949268  7  4  9  79       
+PG06 -10572.135992  21151.114508 -11716.615125   -225.068156  5  4  5 114       
+PG07  25270.594378   4822.131615  -7017.564158      7.020480  9  7  6  99       
+PG08  21245.789561  -1407.804994 -16201.588840      7.636091  9  7  6 142       
+PG09 -18739.889560 -15099.338770 -11793.112539     71.135375  7  9  9  93       
+PG10   9718.828779 -17746.418505  16795.211349    -70.403695  6  4  5 112       
+PG11  19174.852664  13198.294318 -13403.238983   -139.116595  8  7  7  91       
+PG12 -11275.740814 -20907.193203  12092.110676    -14.996633 10  7  7  87       
+PG13  21042.312685  -1683.406245  16006.491412    276.842233  9  7  3 118       
+PG14 -21786.005878  15030.679664   -814.321749    141.206539  9  8  2 103       
+PG15  -7914.744791 -13412.368904 -21495.781208   -138.684630  9  9  6 124       
+PG16  -1178.192604  25598.148024   6390.776376   -161.925817  9  4  6 108       
+PG17  21674.677418 -15025.344253  -1708.234607    184.217323 10  9  6 115       
+PG18 -15641.455419   1163.305139 -21138.874871    129.556478 10  6  5 111       
+PG19   3284.354644  15697.179473 -21113.202391   -125.981725  9  7  6 109       
+PG20  14230.135583  17091.946013  14417.971575     48.826958 10  8  8 141       
+PG21 -25367.171205  -4033.314786  -7511.939643   -134.406504  9  7  5 125       
+PG22 -12335.019413  13702.246792 -18918.381297    150.864045  7  7  5 126       
+PG23  13303.984598   8415.587065  21432.756684    316.289374  9  6  4 113       
+PG24  20510.938472  15226.346695  -7720.259689    378.041024  9  9  9 117       
+PG25 -15536.175889  -7575.541346  20157.526577     -0.974773  7  6  7 122       
+PG26   5319.058602 -18594.237289 -18598.244346   -160.582942 10  7  7 112       
+PG27 -14986.886039 -15548.599266 -15005.643143    251.349951  9  9 11 120       
+PG28  12967.014261  -9524.092525 -20563.449667     28.693218  7  9  6 118       
+PG29 -19388.591514  -1318.175449  18168.069112    196.615018 10  4  5 107       
+PG30  -4692.952397  22467.568193  12929.971661    333.606142  9  2    116       
+PG31 -11867.132288  10774.963897  21422.047931     60.687909  7  6  5 126       
+PG32   8162.563933  23900.765971   9147.667687   -226.486535  6  2  7 120       
+*  2011  4  1 11  0  0.00000000
+PG01  -8514.099260  17645.155943  17751.218760 999999.999999
+PG02   2653.840610 -15541.206435  21428.793918    328.273252  5  7  6 114       
+PG03  -6401.983403  22461.887823 -12753.089125    696.132422  7  2  8 111       
+PG04  16622.553981  -9053.353117  18557.989003     76.335855  7  8  7 120       
+PG05   -684.191974 -25524.553777   7093.229841   -137.954477  7  4  9 100       
+PG06 -11670.776933  21787.892320  -9267.220034   -225.173510  5  4  5 117       
+PG07  25808.515711   5219.516994  -4242.681195      7.021525  9  6  6 101       
+PG08  22777.231980   -641.762038 -14077.654531      7.635633  8  7  6 136       
+PG09 -17363.614596 -14801.541822 -14151.079562     71.137827  7  9 10 158       
+PG10  10249.932750 -15737.746345  18417.775518    -70.403861  6  4  5 123       
+PG11  17548.466234  13363.987896 -15339.784562   -139.119239  8  8  7 117       
+PG12 -11315.385426 -22148.719148   9594.451482    -14.994078 10  7  7  98       
+PG13  19531.331591   -436.074363  17873.632728    276.841187  9  7  3 125       
+PG14 -21690.412614  14702.291663  -3706.852428    141.208387 10  8  2  90       
+PG15  -6062.917817 -15002.243257 -21027.763115   -138.681859  8  9  6 125       
+PG16  -1535.493932  24754.884792   9105.129210   -161.928199  8  4  6 115       
+PG17  21555.178496 -14578.463816  -4547.690666    184.217505 11  9  6 127       
+PG18 -16046.380017  -1278.019054 -20864.689860    129.558184 10  6  5 114       
+PG19   1310.628719  17021.916137 -20254.309017   -125.985033  8  7  6 113       
+PG20  14326.643468  18661.560296  12239.616778     48.827082 10  7  8 143       
+PG21 -25973.794090  -4548.869043  -4868.253873   -134.409524  8  7  5 100       
+PG22 -12854.664911  11485.345970 -20016.195712    150.863315  7  7  5 135       
+PG23  11429.488210  10023.420291  21789.376105    316.287072  9  6  3 122       
+PG24  19463.797035  15062.964405 -10279.535752    378.043888  9  9 10 117       
+PG25 -15881.417510  -9787.725816  18898.948014     -0.975063  7  5  7 104       
+PG26   6938.925105 -19651.035210 -16799.725275   -160.591880 10  6  7 131       
+PG27 -13101.492854 -15132.414463 -16954.660564    251.354377 10  9 11 122       
+PG28  13408.830953  -7058.455665 -21268.206638     28.695347  7  9  6 117       
+PG29 -17793.364551  -2759.585528  19592.972146    196.617325  9  3  5 114       
+PG30  -5281.309964  20892.829238  15096.966376    333.608922  8  2  1 121       
+PG31 -14058.773818   9936.203938  20490.075215     60.692603  7  7  6 129       
+PG32   8032.883422  24771.192436   6515.083560   -226.493178  6  2  7 118       
+*  2011  4  1 11 15  0.00000000
+PG01  -9186.195661  15606.954826  19264.238346 999999.999999
+PG02   5023.012801 -14911.094563  21408.462611    328.275190  5  7  7 118       
+PG03  -7435.180383  23285.751589 -10395.335467    696.136918  7  3  8  90       
+PG04  18573.153976  -8346.615744  17023.478879     76.344950  7  8  8 109       
+PG05   -186.546759 -24654.698138   9718.249826   -137.959992  7  4  9 101       
+PG06 -12541.545442  22265.398028  -6655.351617   -225.278512  5  4  5 101       
+PG07  26062.664430   5498.465010  -1395.672499      7.022156  9  6  6 112       
+PG08  24112.796442    -56.108210 -11717.441076      7.634897  8  8  7 149       
+PG09 -15734.126178 -14518.048446 -16273.279645     71.141371  7  9 10 146       
+PG10  10916.123570 -13596.361562  19714.125297    -70.404790  6  4  5 123       
+PG11  15731.251286  13591.025682 -17021.271211   -139.121875  8  8  7 118       
+PG12 -11355.168399 -23102.830141   6933.470195    -14.991660  9  6  7  73       
+PG13  17942.493803   1020.684416  19430.358003    276.839803  9  6  3 127       
+PG14 -21367.935523  14153.572597  -6534.875115    141.210538 10  8  3 101       
+PG15  -4344.022427 -16632.075972 -20196.809957   -138.678909  8  8  6 117       
+PG16  -2001.300727  23638.869218  11660.301009   -161.930549  8  5  6 103       
+PG17  21224.229444 -13909.366513  -7307.583845    184.217567 11  9  6 114       
+PG18 -16553.175448  -3642.416200 -20222.953153    129.560090 11  5  5 115       
+PG19   -504.313931  18373.272275 -19044.117704   -125.988367  8  7  6  87       
+PG20  14426.318600  19975.555602   9849.650047     48.826874 10  6  8 128       
+PG21 -26317.113136  -4945.410830  -2143.092016   -134.411316  9  7  4 116       
+PG22 -13500.852891   9193.352082 -20763.930000    150.862604  8  7  5 134       
+PG23   9626.189596  11743.552793  21771.420331    316.285003  8  5  2 115       
+PG24  18145.359296  14863.537653 -12664.093189    378.046032  9  9 10 127       
+PG25 -16300.381217 -11823.070178  17314.982664     -0.975324  7  5  7 109       
+PG26   8336.030268 -20659.880458 -14718.814710   -160.601346  9  6  7 125       
+PG27 -10987.289337 -14773.563719 -18600.805030    251.358896 10  9 11 109       
+PG28  13991.417014  -4562.580352 -21588.000930     28.697621  8  9  6 115       
+PG29 -16170.894131  -4377.074548  20682.622393    196.619847  9  2  4 118       
+PG30  -6018.471017  19124.859251  16996.732594    333.613087  8  2  2 122       
+PG31 -16173.969165   9255.904655  19213.429118     60.697163  8  7  6 110       
+PG32   7899.057701  25351.984776   3773.889729   -226.499557  5  2  6 108       
+*  2011  4  1 11 30  0.00000000
+PG01 -10012.331504  13461.799002  20441.239430 999999.999999
+PG02   7402.270071 -14400.584022  21020.114121    328.277306  6  7  7 118       
+PG03  -8275.633298  23931.783610  -7858.757373    696.141336  7  3  8  81       
+PG04  20366.824100  -7777.731780  15195.366074     76.353963  6  8  8 105       
+PG05    444.136307 -23537.399469  12174.902546   -137.964977  7  4  9 106       
+PG06 -13196.390106  22548.570229  -3926.926058   -225.383070  4  5  5 108       
+PG07  26016.638178   5693.828121   1475.057327      7.023229  9  6  6  88       
+PG08  25214.556447    370.069151  -9161.098653      7.634907  8  8  7 142       
+PG09 -13877.135661 -14285.133534 -18125.656249     71.142558  7  9 10 161       
+PG10  11723.099708 -11369.535770  20661.851918    -70.405003  5  5  6 121       
+PG11  13755.078339  13899.626639 -18419.781134   -139.124535  8  8  6 107       
+PG12 -11356.209467 -23759.974543   4154.484755    -14.988730  9  6  7  78       
+PG13  16322.935017   2674.920714  20649.202930    276.838694  9  6  2 123       
+PG14 -20852.540154  13363.736137  -9249.006998    141.212567 11  8  3 130       
+PG15  -2782.854301 -18261.246267 -19016.823159   -138.676064  8  8  6 118       
+PG16  -2603.304253  22281.550478  14011.930866   -161.933353  8  5  6 101       
+PG17  20716.137964 -13001.096517  -9939.503698    184.217820 11  9  6  95       
+PG18 -17143.231126  -5886.436499 -19226.325109    129.562173 11  5  5 118       
+PG19  -2135.935883  19710.289204 -17502.770708   -125.992211  8  7  6 104       
+PG20  14493.743441  21019.357542   7289.686864     48.827579 10  5  8 125       
+PG21 -26381.633165  -5254.076014    617.763957   -134.413572  9  7  4 130       
+PG22 -14271.910537   6873.109607 -21148.613641    150.862018  9  7  5 137       
+PG23   7929.404406  13541.535897  21378.160080    316.282619  8  5  1 101       
+PG24  16569.535861  14664.908094 -14833.030160    378.049242  9  9 10 125       
+PG25 -16762.223563 -13647.619726  15432.957943     -0.975653  6  4  8  68       
+PG26   9501.079157 -21575.611914 -12388.633358   -160.610780  9  6  7 115       
+PG27  -8681.205780 -14502.774277 -19912.424305    251.362568 10  9 10 139       
+PG28  14707.609217  -2089.107115 -21517.614562     28.699569  9  9  6 104       
+PG29 -14564.028459  -6150.707824  21418.625879    196.622441  8  3  4 104       
+PG30  -6916.786493  17206.703267  18594.719032    333.615095  7  3  2 109       
+PG31 -18165.768670   8729.526112  17613.713041     60.701786  9  7  7 108       
+PG32   7723.988979  25637.842734    969.633655   -226.505877  5  3  6 123       
+*  2011  4  1 11 45  0.00000000
+PG01 -10992.592609  11258.301636  21261.883943 999999.999999
+PG02   9744.416361 -14013.496788  20268.982123    328.279497  7  7  8 119       
+PG03  -8937.368456  24364.931909  -5186.250658    696.144442  6  3  9  85       
+PG04  21964.500977  -7331.381158  13106.148315     76.363232  6  8  8  97       
+PG05   1229.950022 -22206.273634  14420.680323   -137.970302  6  5  8 111       
+PG06 -13654.512882  22607.101779  -1129.817831   -225.487725  4  5  5 105       
+PG07  25662.515835   5843.102213   4320.718890      7.023939  9  6  6  68       
+PG08  26050.592659    664.303114  -6451.762224      7.634563  8  8  7 149       
+PG09 -11825.184485 -14134.424819 -19678.751492     71.144298  7  9  9 162       
+PG10  12668.509090  -9105.877570  21244.944198    -70.404826  5  5  6 118       
+PG11  11655.926715  14304.410307 -19511.931244   -139.127438  8  8  6 109       
+PG12 -11279.412212 -24119.439858   1304.792598    -14.986517  8  6  7  64       
+PG13  14718.168875   4505.946703  21508.579363    276.837302  9  5  2 114       
+PG14 -20183.034979  12320.036807 -11801.731889    141.214804 11  8  3 130       
+PG15  -1396.709134 -19846.324501 -17507.800689   -138.673346  7  7  6 120       
+PG16  -3362.884209  20720.813172  16119.402652   -161.935587  8  5  6 115       
+PG17  20069.382866 -11844.745466 -12397.235709    184.217942 11  9  6 108       
+PG18 -17791.603544  -7971.431395 -17893.688708    129.563966 11  5  5 122       
+PG19  -3567.509172  20989.421194 -15656.341557   -125.995530  8  7  6 105       
+PG20  14492.566417  21786.703584   4604.132754     48.827581 10  4  8 127       
+PG21 -26159.343546  -5508.642299   3368.425886   -134.416179  9  7  5 114       
+PG22 -15158.456405   4571.118461 -21163.729656    150.860966  9  7  5 130       
+PG23   6368.352153  15377.504726  20615.358305    316.280263  7  5    104       
+PG24  14758.235614  14501.518551 -16748.934857    378.050617  9  9  9 137       
+PG25 -17231.553259 -15234.512479  13285.321707     -0.975955  6  4  8  85       
+PG26  10433.257360 -22353.204374  -9847.006980   -160.620572  8  6  7 116       
+PG27  -6227.076699 -14344.521341 -20863.777949    251.366597 10  9 10 133       
+PG28  15541.871293    311.222825 -21059.222958     28.701690 10  9  7 115       
+PG29 -13012.241355  -8053.167654  21788.614758    196.625068  7  4  3 101       
+PG30  -7980.525458  15184.887369  19861.716885    333.617110  7  3  3 110       
+PG31 -19989.798161   8344.531061  15717.827343     60.706358  9  7  7 123       
+PG32   7470.888688  25631.740549  -1850.854237   -226.512523  5  3  6 115       
+*  2011  4  1 12  0  0.00000000
+PG01 -12118.691105   9045.306187  21712.145222 999999.999999
+PG02  12002.421550 -13745.926495  19166.646403    328.281353  8  6  8 123       
+PG03  -9440.884651  24555.102056  -2423.563673    696.148688  6  4  9  76       
+PG04  23332.284970  -6985.796470  10792.548137     76.372512  6  8  9 102       
+PG05   2186.207204 -20700.216018  16416.776466   -137.975871  6  6  8 122       
+PG06 -13941.396022  22416.708391   1687.028951   -225.592293  4  6  5 100       
+PG07  25001.199125   5984.810243   7092.937282      7.024930  9  5  6  78       
+PG08  26596.111079    859.514317  -3634.867780      7.634281  9  8  8 136       
+PG09  -9616.559340 -14091.696086 -20908.055747     71.144436  7  9  9 133       
+PG10  13741.947398  -6853.555481  21454.040336    -70.406740  5  5  6 125       
+PG11   9472.722243  14813.742664 -20279.229431   -139.129959  7  8  4 100       
+PG12 -11087.119233 -24189.275828  -1567.108705    -14.984243  7  6  7  73       
+PG13  13170.371627   6484.939087  21993.188791    276.836102  9  5  1 118       
+PG14 -19401.472194  11018.482974 -14148.274629    141.216991 11  8  4 116       
+PG15   -194.878524 -21342.670633 -15695.515257   -138.670509  7  7  6 133       
+PG16  -4294.096048  18999.531709  17946.553250   -161.938196  8  5  6 118       
+PG17  19325.012802 -10440.010695 -14637.621908    184.218083 11  9  6 120       
+PG18 -18468.061769  -9864.824059 -16249.703296    129.565848 11  5  6 105       
+PG19  -4790.606530  22166.198619 -13536.420026   -125.998994  8  7  6  88       
+PG20  14387.057939  22279.710395   1839.395222     48.827102 10  4  8 116       
+PG21 -25649.970537  -5744.080157   6063.578443   -134.418892  9  7  5  67       
+PG22 -16143.689017   2331.892109 -20809.319038    150.860430 10  7  5 119       
+PG23   4965.143708  17207.568912  19495.240877    316.277836  7  5    109       
+PG24  12740.722549  14403.971699 -18378.533987    378.053278  9  9  9 112       
+PG25 -17669.876703 -16564.827012  10909.080243     -0.976344  7  4  8  89       
+PG26  11140.201084 -22949.531350  -7135.979012   -160.629912  8  5  7 139       
+PG27  -3674.122119 -14315.874775 -21435.713479    251.369693 10  9  9 143       
+PG28  16470.914997   2591.434962 -20222.283860     28.703929 10  8  7 121       
+PG29 -11550.222092 -10050.631769  21786.439374    196.627599  6  5  4 108       
+PG30  -9205.484851  13107.679554  20774.484934    333.620346  6  3  3 122       
+PG31 -21605.787656   8080.991877  13557.549055     60.710666 10  7  8 120       
+PG32   7104.834814  25344.803768  -4640.170858   -226.519205  4  4  6 109       
+*  2011  4  1 12 15  0.00000000
+PG01 -13374.173541   6870.128739  21784.541792 999999.999999
+PG02  14131.067346 -13586.410731  17730.928372    328.283424  9  6  8 122       
+PG03  -9812.214542  24478.447556    381.466562    696.153425  5  3  9  93       
+PG04  24442.586463  -6713.812276   8294.831455     76.381995  5  8  9  98       
+PG05   3320.650739 -19061.937016  18128.763721   -137.980932  6  6  7 129       
+PG06 -14087.589124  21960.162047   4474.499526   -225.697832  3  6  5 107       
+PG07  24042.434888   6156.849986   9744.545264      7.025521 10  5  6 103       
+PG08  26834.309195    992.590831   -757.449699      7.634136  8  8  7 134       
+PG09  -7294.025408 -14175.891407 -21794.286971     71.146379  7  8  9 147       
+PG10  14925.295722  -4658.560552  21286.538976    -70.408869  4  5  7 126       
+PG11   7246.073823  15429.314799 -20708.371147   -139.132698  7  8  4 109       
+PG12 -10744.720022 -23985.897927  -4412.320502    -14.981550  6  6  7 101       
+PG13  11716.806027   8575.872330  22094.320596    276.835101  8  5    117       
+PG14 -18551.424542   9464.208040 -16247.430812    141.219047 11  8  3 131       
+PG15    821.537243 -22706.099065 -13611.085502   -138.667957  7  6  6 130       
+PG16  -5402.960004  17163.948903  19462.286215   -161.940709  8  5  5 122       
+PG17  18524.951056  -8795.412610 -16621.364488    184.218251 11  9  6 124       
+PG18 -19138.341914 -11541.122052 -14324.261223    129.567880 11  5  6 116       
+PG19  -5805.262903  23196.954776 -11179.583634   -126.002564  8  6  6  72       
+PG20  14143.641831  22508.627037   -956.927962     48.827564  9  4  8 125       
+PG21 -24860.965434  -5995.086842   8659.124911   -134.420999  9  7  6  71       
+PG22 -17203.983918    196.404371 -20091.958670    150.859671 10  8  5 138       
+PG23   3734.046524  18985.384687  18036.349864    316.275644  7  4    110       
+PG24  10552.696337  14397.735932 -19693.284431    378.054517  9  8  9 109       
+PG25 -18037.174670 -17628.128420   8345.158438     -0.976665  7  3  8  88       
+PG26  11637.642853 -23325.116528  -4301.215397   -160.639326  8  5  7 133       
+PG27  -1075.168320 -14425.660688 -21616.204663    251.371882 10  8  8 139       
+PG28  17464.659864   4710.007480 -19023.257075     28.706103 11  8  7 117       
+PG29 -10206.660829 -12103.903930  21412.259068    196.629885  6  5  4 117       
+PG30 -10578.959110  11023.275708  21316.253077    333.623562  5  4  3 129       
+PG31 -22978.959990   7912.477319  11169.042037     60.715378 10  7  8 104       
+PG32   6594.282286  24795.897651  -7351.078792   -226.525834  4  4  5 108       
+*  2011  4  1 12 30  0.00000000
+PG01 -14734.962901   4776.874243  21478.246799 999999.999999
+PG02  16088.549211 -13516.417018  15985.666867    328.285367  9  6  8 112       
+PG03 -10081.750809  24118.447950   3179.751855    696.157858  4  3  9  90       
+PG04  25275.030280  -6484.113299   5656.086992     76.391311  5  9 10  88       
+PG05   4632.965179 -17336.363232  19527.191367   -137.986103  6  6  7 120       
+PG06 -14127.308788  21228.048933   7184.198218   -225.803506  3  6  5  85       
+PG07  22804.516717   6394.867654  12230.359209      7.026336 10  5  6 109       
+PG08  26756.962937   1102.831753   2132.573782      7.633242  8  7  7 142       
+PG09  -4903.421707 -14398.407559 -22323.603343     71.148258  8  7  9 143       
+PG10  16193.379287  -2563.080024  20746.571693    -70.410068  3  6  7 126       
+PG11   5016.950647  16145.970434 -20791.472795   -139.135228  7  7  3 115       
+PG12 -10222.151029 -23533.386018  -7182.350284    -14.979362  6  6  8 104       
+PG13  10388.448472  10736.746844  21810.027574    276.833933  8  5    114       
+PG14 -17676.208276   7671.481735 -18062.333336    141.220992 11  8  3 136       
+PG15   1659.490916 -23894.544650 -11290.446341   -138.665029  7  5  6 129       
+PG16  -6687.077819  15261.945559  20641.081190   -161.943275  7  6  4 130       
+PG17  17710.276766  -6928.160687 -18313.754174    184.218300 11  9  6 117       
+PG18 -19765.555001 -12982.638771 -12151.864964    129.569284 10  6  6 107       
+PG19  -6619.797440  24040.546483  -8626.763331   -126.006108  8  6  6  60       
+PG20  13732.342742  22491.287236  -3736.869238     48.827412  8  4  8 115       
+PG21 -23807.234798  -6294.652481  11112.797154   -134.423835  9  7  6  89       
+PG22 -18309.773853  -1799.313207 -19024.614674    150.858724 10  8  5 129       
+PG23   2681.060262  20663.849192  16263.277306    316.273326  7  3  2 102       
+PG24   8235.127505  14502.049451 -20669.896847    378.056611  8  8  8 111       
+PG25 -18293.548715 -18422.692356   5637.693290     -0.977036  7  3  7  84       
+PG26  11948.732770 -23445.804301  -1391.301308   -160.648729  7  5  7 133       
+PG27   1515.316298 -14673.986789 -21400.725455    251.375874 10  8  7 133       
+PG28  18487.482871   6632.303934 -17485.169550     28.707988 11  8  7 143       
+PG29  -9003.274183 -14169.754341  20672.531211    196.632529  5  5  4 101       
+PG30 -12080.075634   8977.989186  21477.087744    333.625659  5  4  4 123       
+PG31 -24081.230278   7807.187828   8592.302264     60.719663 10  8  8  98       
+PG32   5912.470884  24010.936479  -9937.265210   -226.532349  4  4  5  92       
+*  2011  4  1 12 45  0.00000000
+PG01 -16170.211532   2804.893130  20799.072743 999999.999999
+PG02  17837.969517 -13511.129263  13960.371855    328.287282 10  6  8 107       
+PG03 -10282.879590  23466.723166   5921.849559    696.161967  4  3  9 102       
+PG04  25817.089610  -6262.630183   2921.480321     76.400768  5  9 10  70       
+PG05   6114.609147 -15568.967584  20588.090476   -137.991490  7  6  6 119       
+PG06 -14096.910403  20219.223775   9769.310488   -225.908700  3  5  5 109       
+PG07  21313.676133   6730.718353  14507.926725      7.027185 10  5  6  89       
+PG08  26364.716354   1230.309115   4987.120617      7.631976  8  7  7 142       
+PG09  -2492.165037 -14762.653672 -22487.752401     71.151574  8  6  8 151       
+PG10  17514.915399   -604.046754  19844.842921    -70.409967  3  6  7 122       
+PG11   2825.344176  16951.790760 -20526.237943   -139.138038  7  7  4 115       
+PG12  -9495.231145 -22862.503985  -9829.915376    -14.976346  6  6  8 104       
+PG13   9208.875359  12921.064367  21145.173913    276.832632  7  5  1 115       
+PG14 -16817.125271   5663.358543 -19561.138470    141.223220 11  8  3 133       
+PG15   2333.528973 -24869.663869  -8773.727035   -138.662413  7  4  6 123       
+PG16  -8135.589147  13341.270922  21463.392429   -161.945808  7  6  4 121       
+PG17  16919.554072  -4863.672656 -19685.307112    184.218465 11  9  6 130       
+PG18 -20311.688577 -14179.903478  -9770.942574    129.571512 10  7  7 101       
+PG19  -7250.300453  24659.997450  -5922.514325   -126.009520  8  5  6  77       
+PG20  13128.094254  22252.285228  -6452.906346     48.827617  8  4  7 120       
+PG21 -22510.626232  -6672.704478  13384.728422   -134.425510  9  7  6 103       
+PG22 -19426.674987  -3625.368403 -17626.376127    150.858177 10  8  5 122       
+PG23   1803.823642  22196.851322  14206.280054    316.270988  7  3  3  92       
+PG24   5832.887801  14729.067217 -21290.780300    378.059526  8  8  8 113       
+PG25 -18400.873185 -18955.399459   2833.273048     -0.977420  7  3  7  52       
+PG26  12103.048849 -23284.277545   1543.066070   -160.658182  7  5  7 120       
+PG27   4043.281383 -15052.162696 -20792.438830    251.378069 10  8  5 122       
+PG28  19499.696448   8331.695401 -15637.045345     28.710241 11  8  7 111       
+PG29  -7954.106419 -16202.420045  19579.899189    196.634922  6  5  5  81       
+PG30 -13680.484633   7014.523327  21254.106998    333.627926  5  4  4 124       
+PG31 -24892.173074   7729.299524   5870.543405     60.724311 10  8  8 100       
+PG32   5038.676624  23021.932921 -12354.112271   -226.538944  5  5  5 120       
+*  2011  4  1 13  0  0.00000000
+PG01 -17643.429352    987.438310  19759.333855 999999.999999
+PG02  19348.659345 -13540.508256  11689.756890    328.289379 10  7  8 106       
+PG03 -10450.474232  22523.541709   8558.900191    696.165940  3  4  9  92       
+PG04  26064.431449  -6014.027758    137.495286     76.410146  6 10 11 133       
+PG05   7748.974902 -13804.093892  21293.378884   -137.996776  8  6  6 124       
+PG06 -14033.295696  18940.945549  12185.420474   -226.014183  3  5  5 108       
+PG07  19603.184677   7191.071496  16538.235072      7.028203  9  4  6 124       
+PG08  25667.065269   1414.204666   7758.664579      7.631896  8  8  7 137       
+PG09   -107.710452 -15263.899054 -22284.159154     71.154033  8  6  8 148       
+PG10  18853.707126   1188.080248  18598.346690    -70.410837  3  6  8 124       
+PG11    708.960194  17828.437117 -19916.051908   -139.140791  6  7  5 110       
+PG12  -8546.781532 -22009.476411 -12309.731215    -14.973893  7  7  7 107       
+PG13   8193.453984  15079.492104  20111.353780    276.831444  7  5  2 116       
+PG14 -16011.796783   3470.975753 -20717.616017    141.225474 10  8  3 117       
+PG15   2865.028835 -25598.307077  -6104.547771   -138.659807  7  3  6 117       
+PG16  -9729.465755  11447.803839  21915.932702   -161.948559  7  6  4 132       
+PG17  16187.278451  -2634.766479 -20712.296559    184.218357 10  9  6 122       
+PG18 -20739.141033 -15131.752968  -7223.118988    129.573185  9  8  7 101       
+PG19  -7719.804391  25023.995401  -3114.206168   -126.013210  8  5  6  89       
+PG20  12311.858624  21821.909744  -9058.758678     48.827823  7  4  7 126       
+PG21 -20999.189506  -7154.872748  15437.988383   -134.428464  8  7  5 105       
+PG22 -20516.812234  -5258.953929 -15922.076746    150.857410 10  8  4 128       
+PG23   1091.860002  23541.009351  11900.779258    316.268517  6  3  4 108       
+PG24   3393.224948  15083.286966 -21544.397521    378.061562  8  8  8 106       
+PG25 -18324.388526 -19241.305251    -19.864810     -0.977790  7  4  7  89       
+PG26  12135.324486 -22821.351807   4449.979240   -160.667577  6  5  7 129       
+PG27   6457.153825 -15543.025898 -19802.187370    251.380432 10  8  5 121       
+PG28  20459.184650   9790.331912 -13513.223740     28.712397 11  8  7 123       
+PG29  -7065.131564 -18155.209674  18152.981288    196.637318  6  5  5 101       
+PG30 -15345.374811   5170.403001  20651.538231    333.630172  5  4  5 120       
+PG31 -25399.721481   7640.469619   3049.528496     60.728820  9  8  8 112       
+PG32   3959.255920  21865.816598 -14559.468075   -226.545651  5  5  5 124       
+*  2011  4  1 13 15  0.00000000
+PG01 -19113.840851   -649.426255  18377.591166 999999.999999
+PG02  20597.271477 -13570.587017   9213.154891    328.291227 10  7  8  92       
+PG03 -10619.311076  21297.992304  11043.584137    696.171015  3  5  9 118       
+PG04  26020.966362  -5703.229156  -2648.825715     76.419535  6 10 11 138       
+PG05   9511.868359 -12083.341307  21631.159546   -138.001996  9  6  6 124       
+PG06 -13972.320989  17408.692865  14391.269246   -226.119223  3  6  4 115       
+PG07  17712.198821   7796.214321  18286.369678      7.028931  9  4  5 108       
+PG08  24682.035663   1691.178659  10400.948687      7.632159  8  8  7 127       
+PG09   2203.983331 -15889.412227 -21715.954660     71.156073  8  5  8 146       
+PG10  20170.030122   2790.260229  17029.972166    -70.411721  3  6  8 122       
+PG11  -1298.013689  18751.743727 -18969.999954   -139.143636  6  7  6 112       
+PG12  -7367.486350 -21014.567389 -14579.272279    -14.971139  7  7  7 116       
+PG13   7348.870737  17161.649099  18726.681688    276.830382  7  6  3 118       
+PG14 -15292.657690   1132.528619 -21511.630487    141.227662 10  8  3 116       
+PG15   3281.162702 -26053.802443  -3329.247696   -138.656964  7  3  6 116       
+PG16 -11442.128131   9623.911663  21991.841567   -161.950951  7  6  5 129       
+PG17  15542.504097   -280.558627 -21377.168672    184.218625  9  9  6 136       
+PG18 -21012.228830 -15845.110456  -4552.459656    129.574894  9  8  7  89       
+PG19  -8057.171874  25108.179282   -251.149042   -126.016725  9  5  5 116       
+PG20  11271.516914  21234.879132 -11510.152654     48.827912  7  5  6 118       
+PG21 -19306.238579  -7761.414050  17239.080053   -134.430525  8  7  5 104       
+PG22 -21540.289012  -6685.006675 -13941.814519    150.856937 10  8  4 112       
+PG23    527.155001  24657.324561   9386.751340    316.266323  6  4  5 102       
+PG24    964.137933  15561.280499 -21425.521300    378.064977  8  8  8 125       
+PG25 -18034.173926 -19302.903042  -2872.662867     -0.978180  7  4  7  79       
+PG26  12083.936056 -22046.979850   7277.301241   -160.676777  6  5  7 127       
+PG27   8709.796723 -16121.661950 -18448.281339    251.383661 10  9  6 123       
+PG28  21323.122788  10999.541043 -11152.590775     28.714454 11  8  7 113       
+PG29  -6334.170690 -19982.153107  16416.063598    196.640226  6  5  5 104       
+PG30 -17034.770598   3476.633821  19680.616861    333.632690  5  4  6 125       
+PG31 -25600.571012   7501.449797    176.854342     60.733203  8  8  8 117       
+PG32   2668.437314  20583.060475 -16514.405381   -226.552390  5  5  5 121       
+*  2011  4  1 13 30  0.00000000
+PG01 -20537.915701  -2087.625083  16678.287613 999999.999999
+PG02  21568.595342 -13564.950179   6573.825764    328.293275 10  7  8  68       
+PG03 -10822.475088  19807.802909  13331.072874    696.176262  3  5  9 112       
+PG04  25698.605782  -5296.919493  -5390.632368     76.429133  6 10 11 127       
+PG05  11372.290267 -10444.071058  21595.908161   -138.007189  9  6  6 128       
+PG06 -13947.269553  15645.670222  16349.441366   -226.224478  3  5  4 114       
+PG07  15684.389120   8559.099884  19722.112371      7.029878  9  4  5 113       
+PG08  23435.566975   2093.826864  12869.686581      7.630449  8  8  6 139       
+PG09   4399.935729 -16618.886387 -20791.945466     71.157674  8  6  8 142       
+PG10  21422.153663   4187.508946  15168.011879    -70.413042  4  6  8 122       
+PG11  -3166.020982  19692.544252 -17702.804212   -139.146279  6  6  7 123       
+PG12  -5956.460109 -19920.514134 -16599.493797    -14.968464  7  7  7 126       
+PG13   6673.015159  19117.943027  17015.458901    276.828949  7  6  4 119       
+PG14 -14685.673133  -1308.036133 -21929.503014    141.229780  9  8  3 128       
+PG15   3613.629526 -26216.999439   -496.059158   -138.654325  7  4  6 131       
+PG16 -13240.356914   7906.968480  21690.739455   -161.953517  7  6  5 130       
+PG17  15007.707919   2154.885512 -21668.834907    184.218769  8  9  5 131       
+PG18 -21098.610342 -16334.468812  -1804.701513    129.577142  8  8  7  92       
+PG19  -8295.746618  24896.161390   2616.324473   -126.020060  9  6  5 122       
+PG20  10002.497421  20528.927296 -13765.545037     48.828196  8  5  6 137       
+PG21 -17469.245097  -8506.328755  18758.398214   -134.432717  7  7  5 102       
+PG22 -22456.741577  -7896.557901 -11720.381175    150.855826 10  9  4 124       
+PG23     85.045605  25512.682119   6708.020558    316.264222  7  5  6 113       
+PG24  -1407.285936  16151.745033 -20935.383741    378.068657  8  8  8 115       
+PG25 -17506.442022 -19169.109191  -5676.086011     -0.978547  8  5  6  97       
+PG26  11989.207963 -20960.909523   9973.704363   -160.685998  6  5  7 134       
+PG27  10760.273105 -16756.485625 -16756.089535    251.385759 10  9  7 124       
+PG28  22049.705476  11959.849611  -8597.750129     28.716619 10  8  6 120       
+PG29  -5751.127039 -21639.634877  14398.701222    196.642722  7  5  6  95       
+PG30 -18705.053277   1956.646586  18359.330023    333.634922  5  4  6 121       
+PG31 -25500.270945   7273.749495  -2698.803719     60.737729  8  8  7 122       
+PG32   1168.823022  19216.162625 -18183.953539   -226.558905  6  6  5 142       
+*  2011  4  1 13 45  0.00000000
+PG01 -21871.011482  -3317.550735  14691.282494 999999.999999
+PG02  22256.055589 -13486.336968   3818.168425    328.295050 10  7  8  62       
+PG03 -11089.826015  18078.807155  15379.948342    696.180367  3  6  8 110       
+PG04  25116.739948  -4764.975024  -8041.999041     76.438226  7 11 11 132       
+PG05  13293.487532  -8918.092646  21188.548104   -138.012343 10  6  6 129       
+PG06 -13987.447404  13682.028288  18026.969802   -226.329613  3  5  3 112       
+PG07  13566.403224   9484.677354  20820.469376      7.030714  9  4  5 113       
+PG08  21960.619743   2649.279650  15123.245698      7.630786  8  8  6 140       
+PG09   6441.526747 -17425.138793 -19526.523145     71.161251  8  6  8 143       
+PG10  22567.933401   5373.213075  13045.587665    -70.413233  4  6  8 119       
+PG11  -4871.088244  20617.707484 -16134.674604   -139.149272  6  6  8 109       
+PG12  -4321.497897 -18770.873783 -18335.502538    -14.965993  7  7  7 110       
+PG13   6155.223545  20901.383499  15007.723046    276.827432  7  6  5 114       
+PG14 -14209.329841  -3802.555304 -21964.246834    141.232048  8  8  3 126       
+PG15   3897.206402 -26077.029366   2345.755604   -138.651474  8  5  6 123       
+PG16 -15085.460764   6328.086606  21018.671077   -161.955997  8  6  6 124       
+PG17  14597.935070   4624.093208 -21582.836920    184.219143  8  9  5 121       
+PG18 -20970.575334 -16621.105323    973.515433    129.578733  6  8  7 106       
+PG19  -8471.823833  24380.240449   5437.801227   -126.023555  9  6  5 122       
+PG20   8508.120384  19743.294826 -15786.794336     48.827794  8  5  5 143       
+PG21 -15528.598180  -9396.698035  19970.648434   -134.435575  6  7  4 114       
+PG22 -23226.915495  -8894.764506  -9296.614874    150.854960 10  9  4 108       
+PG23   -264.614324  26081.135761   3911.466490    316.261887  7  6  6 108       
+PG24  -3676.508184  16835.876953 -20081.711733    378.071845  8  8  8  94       
+PG25 -16724.605315 -18874.010715  -8381.962161     -0.978974  8  5  6 100       
+PG26  11891.605048 -19572.951095  12489.739844   -160.695449  6  5  6 133       
+PG27  12575.329908 -17410.629778 -14757.447538    251.388799 10  9  8 119       
+PG28  22599.811496  12680.641287  -5894.158406     28.718918 10  8  6 129       
+PG29  -5298.529992 -23087.950560  12135.233254    196.645444  7  5  5  74       
+PG30 -20310.638193    625.570429  16712.014549    333.638146  5  5  6 101       
+PG31 -25112.996155   6921.288058  -5528.477907     60.742210  8  8  7 132       
+PG32   -528.427900  17808.038482 -19537.787539   -226.565499  6  6  5 138       
+*  2011  4  1 14  0  0.00000000
+PG01 -23069.063422  -4338.208404  12451.296313 999999.999999
+PG02  22661.869303 -13298.300228    994.853657    328.297003 10  7  9  97       
+PG03 -11446.594928  16144.075144  17153.063549    696.185096  3  6  8 118       
+PG04  24301.458619  -4081.767446 -10558.631533     76.447546  7 11 11 129       
+PG05  15234.233280  -7530.579145  20416.412814   -138.017621 10  6  6 125       
+PG06 -14116.955490  11553.831910  19395.851717   -226.434427  3  6  3 127       
+PG07  11406.218981  10569.532415  21562.119620      7.031810  8  4  4 112       
+PG08  20296.035865   3377.993191  17123.305555      7.630020  8  8  5 140       
+PG09   8295.735786 -18275.064108 -17939.512082     71.161918  8  7  8 137       
+PG10  23566.412660   6349.116501  10700.009867    -70.414142  4  6  8 107       
+PG11  -6395.578598  21491.349265 -14291.069617   -139.151782  6  6  8 101       
+PG12  -2478.996317 -17608.345508 -19757.165306    -14.963325  7  7  7 125       
+PG13   5776.870681  22469.299038  12738.690858    276.825897  6  7  6 106       
+PG14 -13873.942487  -6300.350125 -21615.672426    141.234308  7  8  3 123       
+PG15   4168.178274 -25631.751858   5146.788022   -138.648628  8  6  6 126       
+PG16 -16934.653411   4911.105974  19987.943375   -161.958630  8  7  6 131       
+PG17  14320.258415   7077.854687 -21121.383203    184.219444  8  9  5 118       
+PG18 -20606.155927 -16732.063542   3735.404490    129.580797  5  8  7 108       
+PG19  -8623.004842  23561.775107   8163.731076   -126.027216  9  7  4 131       
+PG20   6799.647555  18917.182343 -17539.771667     48.827931  8  6  5 143       
+PG21 -13526.269022 -10432.263610  20855.224998   -134.438259  6  7  4 113       
+PG22 -23814.201935  -9688.624498  -6712.690512    150.854255  9  8  4 105       
+PG23   -556.058994  26344.921217   1046.162709    316.259418  8  7  6 114       
+PG24  -5803.086174  17588.057345 -18878.644018    378.074642  8  8  8  95       
+PG25 -15680.072836 -18455.424273 -10943.807100     -0.979336  8  5  6  83       
+PG26  11829.891986 -17902.827359  14778.906986   -160.704715  6  5  6 139       
+PG27  14130.533597 -18043.572266 -12489.906393    251.389692  9 10  9 119       
+PG28  22938.540372  13179.477698  -3089.247981     28.721151  9  8  6 126       
+PG29  -4952.367501 -24292.727924   9664.218197    196.647666  8  6  6  99       
+PG30 -21805.733767   -510.137916  14768.823269    333.639759  5  6  7 105       
+PG31 -24461.003891   6411.973817  -8263.714859     60.746749  8  8  8 128       
+PG32  -2403.751527  16400.384657 -20550.856981   -226.572129  7  6  6 132       
+*  2011  4  1 14 15  0.00000000
+PG01 -24090.255104  -5157.023952   9997.278230 999999.999999
+PG02  22796.851929 -12966.850015  -1846.102383    328.298900 10  8  9 108       
+PG03 -11912.176339  14042.742289  18618.318322    696.189694  3  6  8 132       
+PG04  23284.544744  -3227.298196 -12898.541157     76.457327  7 11 11  77       
+PG05  17150.285705  -6299.251898  19293.097763   -138.023138 10  7  7 121       
+PG06 -14353.683156   9301.818332  20433.470017   -226.539699  3  6  4 141       
+PG07   9251.448494  11801.854416  21933.774628      7.032704  8  5  4 119       
+PG08  18485.188126   4292.777565  18835.483747      7.629683  8  8  4 139       
+PG09   9936.195664 -19130.814304 -16055.952723     71.162738  7  8  8 137       
+PG10  24379.370867   7124.987064   8172.085170    -70.415787  4  6  9 105       
+PG11  -7728.715138  22276.180048 -12202.363793   -139.154940  6  5  9 101       
+PG12   -453.545078 -16473.131556 -20839.644267    -14.961006  6  7  6 129       
+PG13   5512.283837  23784.889188  10248.106414    276.825345  6  8  6 105       
+PG14 -13681.301732  -8750.023899 -20890.361714    141.236304  6  8  4 123       
+PG15   4462.709965 -24887.869243   7858.369170   -138.645855  8  7  6 129       
+PG16 -18742.585840   3671.875303  18616.864617   -161.961043  9  7  7 132       
+PG17  14173.570709   9466.954425 -20293.259808    184.219815  8  9  5 123       
+PG18 -19990.022721 -16698.944473   6434.767128    129.582644  4  8  6 101       
+PG19  -8786.505795  22451.202292  10746.350296   -126.030701  9  7  4 143       
+PG20   4896.035959  18088.223725 -18994.903622     48.828018  8  6  5 132       
+PG21 -11504.421688 -11605.265891  21396.545039   -134.440142  6  7  4 120       
+PG22 -24186.074085 -10294.392183  -4013.362613    150.853666  8  8  3 123       
+PG23   -826.043996  26295.154496  -1837.534611    316.257116  8  8  7  66       
+PG24  -7752.067971  18376.825726 -17346.527611    378.077127  8  8  9  61       
+PG25 -14372.745947 -17953.322745 -13317.619417     -0.979685  8  5  5  84       
+PG26  11839.345056 -15979.599979  16798.686919   -160.714375  6  6  5 140       
+PG27  15411.008997 -18612.919542  -9995.851466    251.391297  9 10  9 130       
+PG28  23036.564515  13481.122957   -231.557820     28.723251  8  7  6 124       
+PG29  -4683.175750 -25226.159297   7027.797667    196.650131  9  6  5  92       
+PG30 -23146.105612  -1452.698505  12565.077503    333.642055  4  6  7 122       
+PG31 -23573.791425   5719.149284 -10857.391885     60.751375  9  8  8 132       
+PG32  -4429.669959  15032.079198 -21203.937157   -226.578752  7  6  6 129       
+*  2011  4  1 14 30  0.00000000
+PG01 -24896.605806  -5789.326973   7371.709264 999999.999999
+PG02  22679.877972 -12462.009910  -4654.301503    328.301034 10  8 10 106       
+PG03 -12499.172707  11818.585225  19749.326372    696.194104  3  7  7 127       
+PG04  22102.278121  -2188.123871 -15022.680140     76.466375  8 11 11 108       
+PG05  18995.969152  -5233.864133  17838.206001   -138.028142 10  7  7 116       
+PG06 -14708.558206   6969.994928  21122.917709   -226.644936  4  6  4 127       
+PG07   7147.656575  13161.734847  21928.442141      7.033679  8  6  5  99       
+PG08  16574.463151   5398.099866  20229.921436      7.630123  8  8  3 146       
+PG09  11344.024904 -19951.170602 -13905.816836     71.164610  7  8  8 140       
+PG10  24972.761846   7717.984071   5505.387869    -70.415874  4  6  9  84       
+PG11  -8866.849616  22934.940752  -9903.420351   -139.157479  6  5  9 103       
+PG12   1722.798385 -15401.400066 -21563.848912    -14.958258  7  7  6 114       
+PG13   5329.939880  24818.550460   7579.509174    276.823822  6  8  7 111       
+PG14 -13624.676004 -11101.283796 -19801.513930    141.238253  5  7  4 123       
+PG15   4815.226881 -23860.704266  10433.440260   -138.643035  8  7  6 121       
+PG16 -20462.974950   2617.847512  16929.392170   -161.963355  9  8  7 127       
+PG17  14148.714129  11743.894332 -19113.620431    184.219718  8  9  5 115       
+PG18 -19114.138322 -16556.554154   9026.698518    129.584459  5  8  6 102       
+PG19  -8997.492110  21067.700469  13140.563729   -126.034216  9  7  4 135       
+PG20   2823.405744  17291.035470 -20127.640810     48.827879  8  7  5 139       
+PG21  -9504.013781 -12900.549625  21584.334924   -134.442371  5  6  5 116       
+PG22 -24315.368962 -10734.720115  -1245.175854    150.852825  7  8  4 115       
+PG23  -1112.173751  25932.184596  -4688.927599    316.254824  9  8  7 116       
+PG24  -9495.178117  19166.105954 -15511.594051    378.079649  8  8  9  69       
+PG25 -12811.193822 -17408.190545 -15462.632151     -0.980023  8  5  5 104       
+PG26  11950.102598 -13840.687650  18511.504992   -160.723381  6  6  5 136       
+PG27  16411.755411 -19076.259377  -7321.525759    251.393973  9  9  9 135       
+PG28  22871.251311  13616.320858   2630.110617     28.725331  7  7  6 119       
+PG29  -4457.345129 -25867.998206   4270.997436    196.652569  9  7  5  90       
+PG30 -24290.770637  -2212.653083  10140.526474    333.645838  4  7  7 107       
+PG31 -22486.981831   4822.844964 -13264.529922     60.755559  8  8  8 135       
+PG32  -6571.610813  13737.684282 -21484.084637   -226.585562  8  6  6 135       
+*  2011  4  1 14 45  0.00000000
+PG01 -25455.414270  -6257.532689   4619.854937 999999.999999
+PG02  22337.018565 -11759.217471  -7379.939327    328.303016 10  8 10  98       
+PG03 -13212.736326   9518.406821  20525.953394    696.199387  3  7  7 123       
+PG04  20794.091774   -958.041162 -16895.532907     76.475398  8 11 10 127       
+PG05  20725.816546  -4336.001278  16076.992966   -138.033598 10  8  8 118       
+PG06 -15185.078481   4604.130467  21453.223984   -226.750022  4  6  5 122       
+PG07   5136.757378  14621.789253  21545.586707      7.034674  8  6  5 101       
+PG08  14611.628633   6689.692351  21281.819175      7.630357  8  7  2 141       
+PG09  12508.406517 -20693.066099 -11523.651043     71.166792  7  8  8 141       
+PG10  25317.990675   8151.757165   2745.508379    -70.417773  4  6  9  92       
+PG11  -9813.460449  23431.874019  -7433.069392   -139.160580  5  5  9 115       
+PG12   4011.526716 -14423.909279 -21916.795402    -14.955618  7  7  6 120       
+PG13   5193.895030  25548.924557   4779.437812    276.822295  6  9  7 107       
+PG14 -13689.164112 -13306.713939 -18368.668725    141.240264  4  7  4 127       
+PG15   5256.870240 -22573.650608  12827.390237   -138.640669  8  8  6 126       
+PG16 -22050.267636   1747.999943  14954.697299   -161.966171  9  8  8 120       
+PG17  14228.937873  13864.541253 -17603.663582    184.220002  8  8  5 116       
+PG18 -17978.149350 -16341.457857  11468.257526    129.586475  6  8  6 108       
+PG19  -9287.508607  19438.513376  15304.766094   -126.037603  9  7  4 137       
+PG20    614.242082  16555.895257 -20918.846738     48.828071  8  8  6 141       
+PG21  -7563.432031 -14295.938839  21413.863614   -134.444577  5  5  5 117       
+PG22 -24181.366882 -11037.564829   1544.341926    150.852159  6  7  4 123       
+PG23  -1451.193868  25265.585238  -7457.925344    316.252668  9  9  7 122       
+PG24 -11011.745009  19916.637114 -13405.518910    378.082495  7  8  9  70       
+PG25 -11012.501404 -16859.371428 -17342.008557     -0.980380  9  6  6 112       
+PG26  12185.736021 -11530.514106  19885.586694   -160.732703  7  5  4 143       
+PG27  17137.537284 -19392.994619  -4515.994150    251.395915  8  9  9 138       
+PG28  22427.520972  13620.380451   5447.498733     28.727357  7  6  6 127       
+PG29  -4238.593157 -26206.281780   1440.976069    196.654766 10  8  5  94       
+PG30 -25203.551282  -2808.173367   7538.536064    333.649226  3  7  7 118       
+PG31 -21240.976284   3710.790099 -15443.089292     60.759943  8  8  8 132       
+PG32  -8789.030366  12546.115639 -21384.980691   -226.592232  8  6  6 140       
+*  2011  4  1 15  0  0.00000000
+PG01 -25740.505107  -6590.057726   1788.981218 999999.999999
+PG02  21800.393123 -10840.507118  -9974.768663    328.304848 10  9 10 115       
+PG03 -14050.239226   7190.302015  20934.710579    696.204623  4  7  7 127       
+PG04  19401.128098    461.492328 -18485.658169     76.484576  8 11  9 139       
+PG05  22296.210379  -3599.203439  14039.917763   -138.038515 10  8  8 108       
+PG06 -15779.138955   2250.196510  21419.482558   -226.855038  5  6  5 132       
+PG07   3255.550837  16148.082200  20791.181813      7.035494  8  6  5 103       
+PG08  12644.141022   8154.486264  21971.913090      7.631398  8  7    142       
+PG09  13426.888000 -21313.211365  -8948.145033     71.168960  6  8  8 147       
+PG10  25392.985289   8455.315800    -60.708445    -70.419234  4  7  9 102       
+PG11 -10578.873943  23734.174136  -4833.494761   -139.163369  4  5  9 110       
+PG12   6368.956870 -13564.847319 -21891.865126    -14.953637  8  8  6 116       
+PG13   5065.387646  25963.629251   1896.586762    276.820937  6  9  8 108       
+PG14 -13852.381245 -15323.429935 -16617.314783    141.242756  4  7  4 131       
+PG15   5814.089317 -21057.318932  14998.844064   -138.637907  8  8  6 123       
+PG16 -23461.279047   1053.078135  12726.655690   -161.968533  8  8  8 114       
+PG17  14390.661436  15789.635555 -15790.206673    184.220362  8  8  5 120       
+PG18 -16589.506983 -16090.492608  13719.096242    129.588226  6  7  6 105       
+PG19  -9683.070448  17597.964341  17201.585135   -126.041315  9  7  4 138       
+PG20  -1693.639672  15907.597781 -21355.102637     48.828151  8  9  6 150       
+PG21  -5717.208368 -15762.875217  20886.116407   -134.446064  5  5  6 117       
+PG22 -23770.629433 -11234.901732   4307.490027    150.851544  5  7  4 115       
+PG23  -1877.320810  24313.786106 -10095.978341    316.250471  9 10  7 113       
+PG24 -12289.330658  20587.552668 -11064.871103    378.085147  7  8  9  55       
+PG25  -9001.795183 -16343.472702 -18923.470454     -0.980698  9  6  6 102       
+PG26  12562.113430  -9098.844986  20895.675393   -160.741970  7  5  3 140       
+PG27  17602.368628 -19526.074741  -1630.084644    251.400173  7  9  9 127       
+PG28  21698.417605  13531.629390   8173.647216     28.729745  6  5  6 114       
+PG29  -3989.548342 -26237.750338  -1413.767506    196.657209 10  9  5  99       
+PG30 -25854.428434  -3264.069838   4805.229877    333.652561  3  8  7 120       
+PG31 -19879.420971   2379.136348 -17354.733373     60.764308  8  8  7 130       
+PG32 -11036.801025  11479.538001 -20907.147821   -226.599072  8  6  7 142       
+*  2011  4  1 15 15  0.00000000
+PG01 -25733.232262  -6820.014224  -1072.452468 999999.999999
+PG02  21106.785531  -9695.423773 -12393.025766    328.306954 10  9 10 121       
+PG03 -15001.285550   4881.881846  20968.993410    696.209352  4  7  7 126       
+PG04  17964.744805   2061.216488 -19766.176932     76.494098  8 11  8 135       
+PG05  23666.959870  -3009.403168  11762.109466   -138.044089  9  8  8 124       
+PG06 -16479.157404    -47.183882  21022.884057   -226.960376  5  6  5 129       
+PG07   1534.456112  17701.322855  19677.649760      7.036326  7  7  6 116       
+PG08  10717.453780   9770.881382  22286.880639      7.631065  8  7    137       
+PG09  14105.384846 -21769.769705  -6221.621561     71.171015  6  8  8 126       
+PG10  25183.027602   8661.715338  -2865.923931    -70.421627  4  7  9  53       
+PG11 -11179.713498  23813.357144  -2149.535604   -139.166274  4  6 10 117       
+PG12   8747.714361 -12840.934030 -21488.955750    -14.950513  8  9  6 132       
+PG13   4904.548143  26059.645609  -1019.067001    276.819385  6 10  8 104       
+PG14 -14085.447472 -17114.550758 -14578.394455    141.244873  4  6  4 134       
+PG15   6507.427217 -19348.413507  16910.386666   -138.635176  8  8  6 140       
+PG16 -24656.745652    516.150419  10283.272738   -161.971152  8  8  8 110       
+PG17  14604.509382  17486.104385 -13705.168413    184.220150  8  8  5 116       
+PG18 -14963.314892 -15839.289754  15742.045095    129.590242  6  7  5 123       
+PG19 -10204.472113  15586.204115  18798.532070   -126.044657  8  7  4 138       
+PG20  -4058.328154  15364.529433 -21428.924668     48.828375  9 10  6 145       
+PG21  -3994.861449 -17267.305815  20007.901262   -134.448642  6  5  6 125       
+PG22 -23077.566631 -11361.300822   6997.195109    150.850777  5  7  4 102       
+PG23  -2420.679445  23103.359891 -12556.977279    316.248096  9 10  7 112       
+PG24 -13324.035586  21138.044045  -8530.461625    378.088346  6  8  9  38       
+PG25  -6811.464402 -15892.887452 -20179.848777     -0.981025  9  6  6 130       
+PG26  13086.613289  -6598.890478  21523.585578   -160.751136  7  5  3 148       
+PG27  17828.629722 -19443.551239   1284.659651    251.402691  6  8  8 135       
+PG28  20685.382297  13389.795505  10763.596510     28.731460  6  5  6 128       
+PG29  -3673.384247 -25967.946773  -4244.215099    196.659604 10  9  5  91       
+PG30 -26220.642528  -3610.549763   1988.605105    333.655496  3  8  7 130       
+PG31 -18447.545355    832.860474 -18965.544581     60.768737  7  8  7 132       
+PG32 -13266.810475  10552.537802 -20058.027497   -226.605831  8  5  7 141       
+*  2011  4  1 15 30  0.00000000
+PG01 -25423.203698  -6983.734391  -3915.609715 999999.999999
+PG02  20296.085944  -8321.628301 -14592.296358    328.309156 10  9  9 125       
+PG03 -16048.064050   2638.534507  20629.161500    696.213705  5  7  6 135       
+PG04  16525.022360   3824.212479 -20715.201498     76.503113  8 11  7 118       
+PG05  24802.754723  -2545.659747   9282.758170   -138.049338  9  8  9 127       
+PG06 -17266.490980  -2246.224387  20270.655283   -227.065606  6  6  6 129       
+PG07     -3.507554  19238.287641  18223.687288      7.037246  7  8  6 120       
+PG08   8873.388476  11509.349707  22219.664724      7.631477  7  7    121       
+PG09  14557.878783 -22024.024191  -3389.446728     71.172259  6  8  7 121       
+PG10  24681.318253   8806.610698  -5623.055317    -70.422855  4  7  9  35       
+PG11 -11638.093030  23646.493297    572.087979   -139.169015  5  8 10  71       
+PG12  11098.372332 -12260.821666 -20714.519633    -14.947853  9 10  6 132       
+PG13   4672.146616  25843.349474  -3917.149437    276.818304  6 10  8 104       
+PG14 -14354.236011 -18650.432348 -12287.716803    141.247155  4  6  4 133       
+PG15   7350.548390 -17488.385105  18529.209287   -138.632392  8  8  6 144       
+PG16 -25602.737500    113.449931   7666.052740   -161.973625  8  8  7 120       
+PG17  14836.573443  18928.131925 -11384.972124    184.220402  7  8  5 127       
+PG18 -13121.911882 -15620.857884  17503.650260    129.591732  7  6  5 121       
+PG19 -10864.861419  13447.745745  20068.547890   -126.048344  8  7  4 157       
+PG20  -6435.205132  14937.995587 -21138.890765     48.828405  9 10  6 144       
+PG21  -2419.906806 -18770.797500  18791.878955   -134.451492  6  6  6 124       
+PG22 -22104.714549 -11452.419103   9567.788978    150.850070  5  6  4 118       
+PG23  -3105.913897  21667.996348 -14798.096046    316.245769  9 10  7 107       
+PG24 -14120.465208  21529.040387  -5846.604339    378.092175  5  8  9   5       
+PG25  -4480.106906 -15534.491768 -21089.547294     -0.981340  9  6  7 128       
+PG26  13757.726897  -4085.263929  21758.572643   -160.759949  7  5  3 153       
+PG27  17845.870109 -19119.895695   4176.988336    251.406493  6  8  8 117       
+PG28  19398.227670  13234.376084  13175.027077     28.733491  6  5  6 133       
+PG29  -3255.440583 -25410.990304  -7001.665737    196.662369 10 10  5 117       
+PG30 -26287.504863  -3881.781868   -862.355724    333.659359  4  8  7 144       
+PG31 -16990.435140   -914.176124 -20246.676765     60.772906  6  8  7 138       
+PG32 -15429.708418   9771.613258 -18851.910928   -226.612327  8  5  7 140       
+*  2011  4  1 15 45  0.00000000
+PG01 -24808.702276  -7119.183091  -6692.090203 999999.999999
+PG02  19409.626662  -6725.170236 -16534.300834    328.310928  9  9  9 122       
+PG03 -17166.021933    501.799192  19922.461117    696.218461  5  7  6 118       
+PG04  15119.324742   5726.328961 -21316.200417     76.512273  8 11  6 128       
+PG05  25674.440904  -2181.160036   6644.441465   -138.054463  8  8  9  94       
+PG06 -18116.125959  -4309.348022  19175.908904   -227.170690  6  5  6 123       
+PG07  -1343.451152  20713.416714  16453.977121      7.038105  7  8  6  88       
+PG08   7148.631009  13333.359414  21769.704730      7.632435  8  7  3 147       
+PG09  14805.812019 -22041.975405   -499.360964     71.173581  7  8  7 130       
+PG10  23889.258716   8926.731534  -8286.006044    -70.424816  5  7  8 104       
+PG11 -11980.582335  23217.247337   3283.612328   -139.171893  3  8 10 101       
+PG12  13371.183420 -11824.819982 -19581.486424    -14.945182  9 10  6 122       
+PG13   4331.308266  25330.189494  -6747.770159    276.816977  5 11  8  95       
+PG14 -14620.828804 -19909.617726  -9785.292764    141.249523  4  6  5 126       
+PG15   8349.545856 -15521.914443  19827.667093   -138.629578  8  8  6 130       
+PG16 -26271.879607   -184.529124   4919.321211   -161.976424  7  8  7 101       
+PG17  15049.849851  20097.949448  -8869.883236    184.220438  7  8  5 117       
+PG18 -11094.204557 -15464.273846  18974.660423    129.593814  7  6  5  90       
+PG19 -11669.613522  11229.847827  20990.437369   -126.051410  7  7  4 140       
+PG20  -8778.439782  14631.825330 -20489.675097     48.828794  8 11  6 140       
+PG21  -1009.075459 -20231.846778  17256.507775   -134.453742  7  7  6 118       
+PG22 -20862.715641 -11543.467616  11975.752741    150.849567  5  6  4 117       
+PG23  -3951.028974  20047.207884 -16780.560950    316.243578  9 10  7 112       
+PG24 -14691.358406  21724.834845  -3060.304094    378.094811  5  8  9 132       
+PG25  -2051.239307 -15288.567186 -21636.911888     -0.981644  9  6  7 120       
+PG26  14565.067433  -1611.894124  21597.508696   -160.769210  7  5  3 143       
+PG27  17689.363023 -18537.034166   6996.887172    251.409561  6  8  7 150       
+PG28  17854.823042  13103.051492  15368.837465     28.735983  6  5  6 118       
+PG29  -2704.768012 -24589.031583  -9638.573536    196.664598 10 10  5  75       
+PG30 -26048.894673  -4114.330700  -3698.558121    333.662951  4  9  6 128       
+PG31 -15551.307567  -2839.519916 -21174.928264     60.777977  5  7  7 127       
+PG32 -17476.728130   9135.008311 -17309.719184   -226.619019  8  5  7 139       
+*  2011  4  1 16  0  0.00000000
+PG01 -23896.789265  -7264.319452  -9354.727173 999999.999999
+PG02  18488.484322  -4920.418736 -18185.581274    328.312705  9  8  9 125       
+PG03 -18324.826324  -1492.078390  18862.797658    696.221594  6  6  6 108       
+PG04  13780.964151   7736.878640 -21558.294115     76.521654  8 10  5 127       
+PG05  26260.070811  -1884.446127   3892.397827   -138.059513  7  8  8 101       
+PG06 -18997.613687  -6204.396294  17757.407707   -227.275723  6  5  6 109       
+PG07  -2479.026840  22080.523199  14398.787874      7.038967  7  9  6 101       
+PG08   5573.413102  15200.592434  20943.063464      7.632149  8  7  4 152       
+PG09  14877.189884 -21795.807483   2399.266144     71.175987  7  7  6 160       
+PG10  22816.444299   9058.334218 -10810.369246    -70.425562  5  7  8 122       
+PG11 -12236.983240  22516.678377   5937.114434   -139.174913  2  6 10 121       
+PG12  15517.837865 -11524.958641 -18109.068737    -14.942832  8 11  6 119       
+PG13   3849.129095  24544.027935  -9462.382251    276.815572  5 11  8  96       
+PG14 -14845.119611 -20879.470460  -7114.607073    141.251334  4  6  4 115       
+PG15   9502.554509 -13495.286627  20783.739048   -138.627024  8  8  5 130       
+PG16 -26644.339425   -411.722572   2089.509509   -161.978762  7  7  7  93       
+PG17  15205.794224  20986.319378  -6203.294553    184.220519  6  8  5 105       
+PG18  -8914.772790 -15393.525827  20130.460066    129.595831  6  5  5  90       
+PG19 -12616.026621   8980.812401  21549.185908   -126.055313  6  7  4 134       
+PG20 -11042.534395  14442.268689 -19491.988943     48.828759  8 11  6 138       
+PG21    228.224008 -21607.345016  15425.893445   -134.456325  7  8  6 115       
+PG22 -19370.004945 -11667.710919  14180.417306    150.848686  5  6  4 108       
+PG23  -4966.508751  18284.822107 -18470.330748    316.241488  8 11  7 112       
+PG24 -15056.893624  21694.589703   -220.389702    378.097553  6  7  9  59       
+PG25    428.179970 -15167.989878 -21812.499320     -0.981885  9  7  7 115       
+PG26  15489.781304    770.009815  21044.862870   -160.778209  7  5  3 139       
+PG27  17398.482929 -17685.067364   9696.438978    251.412834  6  8  7 156       
+PG28  16080.507867  13030.195584  17309.659933     28.737837  6  5  6 106       
+PG29  -1995.535692 -23531.408466 -12109.372473    196.666912 10 10  5  73       
+PG30 -25507.431068  -4345.526142  -6471.637777    333.665492  5  8  6 133       
+PG31 -14169.858252  -4912.764508 -21733.220632     60.782341  5  7  7 129       
+PG32 -19361.504829   8632.901339 -15458.633975   -226.625827  8  4  7 140       
+*  2011  4  1 16 15  0.00000000
+PG01 -22703.088592  -7455.469442 -11858.357884 999999.999999
+PG02  17571.820744  -2929.658172 -19518.076831    328.314726  8  8  8 123       
+PG03 -19489.566914  -3313.350357  17470.370110    696.227162  6  6  6 124       
+PG04  12538.017529   9819.584006 -21436.475730     76.530767  8 10  5 120       
+PG05  26545.688910  -1620.821666   1073.759001   -138.064937  6  7  8  89       
+PG06 -19876.217567  -7905.633277  16039.247951   -227.381027  6  5  6 127       
+PG07  -3412.501257  23294.548602  12093.467292      7.039692  6  9  7  72       
+PG08   4170.434449  17064.416451  19752.439876      7.632928  8  7  6 148       
+PG09  14805.416043 -21265.160985   5256.250785     71.177927  8  7  6 137       
+PG10  21480.371088   9235.685452 -13154.098061    -70.427074  6  7  8 124       
+PG11 -12438.964950  21543.759733   8485.423657   -139.177806  2  7  9 121       
+PG12  17493.179373 -11345.386523 -16322.452185    -14.940176  8 11  6 120       
+PG13   3198.129356  23516.173434 -12014.606306    276.814183  3 11  8 108       
+PG14 -14986.500125 -21556.471292  -4321.842044    141.253546  4  7  4  99       
+PG15  10799.684331 -11454.720673  21381.383434   -138.624360  8  8  5 128       
+PG16 -26708.545650   -605.023396   -775.588968   -161.981172  6  7  7 116       
+PG17  15265.933033  21592.699600  -3430.972886    184.220876  6  8  5 108       
+PG18  -6622.777534 -15426.547708  20951.446208    129.597456  7  6  6  99       
+PG19 -13693.347424   6748.265584  21736.157467   -126.058642  6  7  4 135       
+PG20 -13183.865655  14358.191110 -18162.427599     48.828873  8 11  7 128       
+PG21   1290.171620 -22854.150821  13329.535724   -134.458195  7  8  6 108       
+PG22 -17652.215782 -11855.054781  16144.611407    150.847908  5  6  3 109       
+PG23  -6154.746347  16427.324945 -19838.675113    316.239072  8 10  6 103       
+PG24 -15243.701589  21413.657415   2623.389061    378.099955  7  7 10           
+PG25   2909.358995 -15177.717909 -21613.240972     -0.982124  9  7  7 132       
+PG26  16505.336394   3013.846865  20112.493337   -160.787056  7  5  3 139       
+PG27  17014.980150 -16562.661641  12230.589782    251.414232  6  8  8 157       
+PG28  14107.258585  13045.530090  18966.314478     28.739851  6  5  6 114       
+PG29  -1108.245337 -22273.533506 -14371.273379    196.669534 10 11  5 122       
+PG30 -24674.322058  -4611.833127  -9134.757901    333.667249  6  8  6 139       
+PG31 -12880.747502  -7096.516748 -21910.969280     60.786673  5  7  7 119       
+PG32 -21041.811479   8247.942943 -13331.585700   -226.632558  7  4  8 114       
+*  2011  4  1 16 30  0.00000000
+PG01 -21251.261493  -7725.770393 -14160.556476 999999.999999
+PG02  16695.331348   -782.369404 -20509.578110    328.316728  8  8  7 122       
+PG03 -20622.143636  -4939.685312  15771.183514    696.230855  6  6  6 125       
+PG04  11412.338613  11933.742435 -20951.751509     76.540067  7 10  7 119       
+PG05  26525.823960  -1353.882276  -1763.246089   -138.070047  5  6  8  98       
+PG06 -20714.229011  -9394.510297  14050.466703   -227.486211  6  5  7 131       
+PG07  -4154.486504  24313.294908   9577.836328      7.040256  6  9  7  59       
+PG08   2954.073646  18875.560175  18217.059082      7.632747  8  7  7 150       
+PG09  14627.896610 -20438.154638   8021.469446     71.179470  8  6  6 130       
+PG10  19905.869081   9489.630387 -15278.137143    -70.428319  6  7  7 106       
+PG11 -12618.615124  20305.590631  10883.039178   -139.180534  3  7  9 115       
+PG12  19256.811082 -11263.093874 -14252.373471    -14.937620  8 11  6 118       
+PG13   2357.489606  22284.146249 -14361.005311    276.812808  3 11  8 115       
+PG14 -15005.562646 -21946.171144  -1455.068307    141.255459  4  8  4 117       
+PG15  12223.274540  -9444.719095  21610.784687   -138.621550  7  8  5 130       
+PG16 -26461.612972   -802.698974  -3627.581770   -161.983811  6  6  7 114       
+PG17  15193.469874  21925.086412   -600.280261    184.221049  6  8  5 119       
+PG18  -4260.706580 -15574.478180  21423.345210    129.599176  6  7  6 105       
+PG19 -14883.120956   4577.488024  21549.174644   -126.062186  5  7  4 140       
+PG20 -15162.165350  14361.559277 -16523.223863     48.829119  7 11  7 119       
+PG21   2182.510586 -23930.713984  11001.964636   -134.460734  7  9  6 114       
+PG22 -15741.328400 -12130.773862  17835.249447    150.847342  5  5  3 109       
+PG23  -7509.805174  14522.122983 -20862.642453    316.236708  7 10  6  96       
+PG24 -15283.626623  20864.662777   5421.280224    378.103099  8  7 10 133       
+PG25   5343.351302 -15314.596456 -21042.498759     -0.982405  8  7  7 137       
+PG26  17578.642933   5079.282369  18819.266057   -160.796242  6  6  4 134       
+PG27  16581.225058 -15177.110232  14557.813620    251.418379  6  8  8 159       
+PG28  11972.640188  13172.964182  20312.202794     28.741688  6  5  5  96       
+PG29    -30.702586 -20855.554970 -16385.018501    196.671877  9 11  5 104       
+PG30 -23568.904898  -4947.283684 -11643.351156    333.670609  7  8  6 119       
+PG31 -11712.289585  -9347.655546 -21704.334293     60.791311  5  6  6 121       
+PG32 -22481.135604   7956.120399 -10966.610595   -226.639408  7  4  8 102       
+*  2011  4  1 16 45  0.00000000
+PG01 -19572.192162  -8103.745192 -16222.319566 999999.999999
+PG02  15889.863457   1485.769174 -21144.055409    328.318400  7  8  7 134       
+PG03 -21682.776766  -6356.770349  13796.458205    696.234142  6  6  7 111       
+PG04  10418.803492  14035.572755 -20111.195147     76.549430  7 10  8 134       
+PG05  26203.669982  -1047.111047  -4570.103185   -138.075178  5  5  8 121       
+PG06 -21472.404731 -10660.165267  11824.578335   -227.590996  6  5  7 119       
+PG07  -4723.337952  25099.063851   6895.494143      7.041150  5  9  7  99       
+PG08   1929.926141  20583.930092  16362.433575      7.633425  8  7  7 188       
+PG09  14384.461294 -19312.104545  10645.778771     71.182464  8  6  6 141       
+PG10  18124.282267   9846.294787 -17147.010306    -70.428948  6  7  7 117       
+PG11 -12806.968676  18817.285073  13087.029727   -139.183309  4  8  9 105       
+PG12  20774.527633 -11248.929948 -11934.592833    -14.935116  7 11  6 100       
+PG13   1314.023501  20890.226051 -16461.798691    276.812529  1 11  7 115       
+PG14 -14865.753400 -22062.806945   1436.582685    141.257600  4  9  5 109       
+PG15  13748.457089  -7506.500939  21468.489461   -138.618819  7  7  5 127       
+PG16 -25909.457494  -1042.756244  -6418.250186   -161.986357  5  6  6 116       
+PG17  14954.826096  21999.546268   2240.617584    184.220988  5  9  5 106       
+PG18  -1872.999043 -15841.171524  21537.465720    129.601342  6  7  6 104       
+PG19 -16159.846593   2509.858487  20992.484430   -126.065609  5  7  3 139       
+PG20 -16941.885932  14428.201830 -14601.909693     48.829238  6 11  7 136       
+PG21   2918.220754 -24798.689505   8482.261764   -134.463474  7  9  5 113       
+PG22 -13674.593709 -12514.425634  19223.852494    150.846288  5  5  3  96       
+PG23  -9017.517757  12615.795506 -21525.411252    316.234505  6 10  6 100       
+PG24 -15212.289088  20038.301704   8124.443744    378.107521  8  7  9  97       
+PG25   7682.742019 -15567.488719 -20110.012011     -0.982705  8  7  7 134       
+PG26  18671.447466   6933.607587  17190.521574   -160.805934  6  6  3 126       
+PG27  16138.489809 -13544.077015  16640.674277    251.421320  6  8  8 162       
+PG28   9718.578980  13429.653874  21325.643790     28.744253  6  6  5  95       
+PG29   1241.294443 -19320.842368 -18115.579453    196.674259  9 11  5 121       
+PG30 -22217.902592  -5382.028303 -13955.798307    333.674112  7  8  5 141       
+PG31 -10685.401111 -11618.835990 -21116.342109     60.795696  6  7  7 136       
+PG32 -23650.027649   7727.910587  -8406.093595   -226.646063  6  5  8 121       
+*  2011  4  1 17  0  0.00000000
+PG01 -17702.915152  -8612.058778 -18008.695689 999999.999999
+PG02  15180.257643   3834.115785 -21411.859567    328.320657  7  8  7 131       
+PG03 -22631.573852  -7558.580644  11581.956266    696.237923  7  6  7 103       
+PG04   9564.820598  16079.698028 -18927.910695     76.558441  7  9  9 132       
+PG05  25590.949783   -665.477860  -7298.827387   -138.080405  5  5  8 122       
+PG06 -22111.473696 -11699.639696   9399.045713   -227.696267  6  6  7 104       
+PG07  -5144.241900  25620.136828   4093.046560      7.042163  4  9  7  85       
+PG08   1094.695242  22140.498283  14219.992604 999999.999999
+PG09  14115.660540 -17893.899050  13081.962365     71.185231  8  5  7 146       
+PG10  16172.424316  10325.966061 -18729.359487    -70.430294  7  7  6 115       
+PG11 -13032.578667  17101.537688  15057.891437   -139.186148  4  8  8 111       
+PG12  22019.515748 -11268.876429  -9409.269663    -14.932653  6 11  6 113       
+PG13     62.852239  19379.839636 -18281.505552    276.809685    11  7 110       
+PG14 -14534.913812 -21928.599277   4303.750199    141.259736  4  9  4  91       
+PG15  15344.006011  -5676.577486  20957.431922   -138.616239  7  7  4 128       
+PG16 -25066.598105  -1361.314451  -9100.322342   -161.988778  5  6  6 133       
+PG17  14521.058902  21839.457511   5043.543423    184.221324  5  9  5 114       
+PG18    495.406298 -16222.979538  21290.883297    129.602928  6  8  6  93       
+PG19 -17491.910710    581.467864  20076.615197   -126.069007  5  7  3 136       
+PG20 -18493.399851  14528.818264 -12430.888831     48.829231  6 11  7 131       
+PG21   3516.893205 -25424.476301   5813.465466   -134.465820  7  9  5 109       
+PG22 -11493.271846 -13018.989734  20286.996688    150.845692  5  6  3  79       
+PG23 -10655.914203  10752.405515 -21816.522328    316.232197  6  9  6 104       
+PG24 -15067.509745  18933.824635  10685.840946    378.111783  8  7  9 110       
+PG25   9883.277301 -15917.727751 -18831.735937     -0.982994  8  7  7 139       
+PG26  19741.929409   8552.750026  15257.415748   -160.814974  6  6  3 130       
+PG27  15725.328872 -11687.045732  18446.286156    251.423921  6  8  8  75       
+PG28   7389.997088  13825.309002  21990.152023     28.746383  6  7  5  86       
+PG29   2703.578721 -17714.354842 -19532.785016    196.676808  8 11  5 122       
+PG30 -20654.430377  -5941.056887 -16034.038228    333.678277  8  8  5 135       
+PG31  -9812.854417 -13860.179847 -20156.871868     60.800178  6  7  7 136       
+PG32 -24527.162252   7529.669408  -5695.917675   -226.652783  5  5  8 112       
+*  2011  4  1 17 15  0.00000000
+PG01 -15685.324212  -9266.502802 -19489.350552 999999.999999
+PG02  14584.454132   6218.481258 -21309.797797    328.322714  6  8  6 132       
+PG03 -23430.088155  -8547.315906   9167.246182    696.241882  7  6  7 128       
+PG04   8850.127497  18020.713182 -17420.899226     76.568013  7  9  9 133       
+PG05  24707.466641   -176.981317  -9902.767972   -138.085525  6  6  7 119       
+PG06 -22593.659627 -12517.806013   6814.691998   -227.801688  5  6  8 115       
+PG07  -5448.029178  25852.034744   1219.272702      7.042817  4  9  7 115       
+PG08    436.447977  23499.184917  11826.580451      7.633569  8  7  8 181       
+PG09  13861.006680 -16200.000110  15285.682293     71.187615  8  4  7 156       
+PG10  14091.345472  10942.192228 -19998.430320    -70.431265  7  7  5 120       
+PG11 -13320.192927  15187.881576  16760.340152   -139.188939  5  8  8 110       
+PG12  22973.274678 -11285.526004  -6720.252541    -14.930308  6 11  6 108       
+PG13  -1392.242692  17799.850878 -19789.508968    276.808501    11  7 120       
+PG14 -13986.652272 -21572.762328   7097.666480    141.261977  4  9  4  91       
+PG15  16973.438387  -3985.523621  20086.850225   -138.613690  6  7  4 130       
+PG16 -23955.649927  -1791.045170 -11628.236906   -161.991123  6  7  6 129       
+PG17  13869.105327  21474.493274   7761.090268    184.221370  5 10  5 117       
+PG18   2800.550462 -16708.815928  20686.551717    129.604896  6  9  6 102       
+PG19 -18842.756533  -1178.047161  18818.132054   -126.072480  4  7  3 129       
+PG20 -19793.986899  14630.199797 -10046.924572     48.829098  5 11  7 126       
+PG21   4003.821303 -25780.613985   3041.863135   -134.468174  6  9  5 125       
+PG22  -9241.231390 -13650.263789  21006.684151    150.844776  5  7  3  83       
+PG23 -12395.959330   8971.934836 -21731.992262    316.230040  5  8  5 120       
+PG24 -14887.662163  17559.186302  13061.080432    378.115389  9  7  9 118       
+PG25  11905.375251 -16339.872111 -17229.573927     -0.983283  8  7  6 138       
+PG26  20746.423516   9921.903576  13056.162794   -160.824316  5  6  3 131       
+PG27  15376.111395  -9636.506141  19946.679434    251.426178  6  9  7 165       
+PG28   5033.352410  14361.768351  22294.659793     28.748681  6  8  5  88       
+PG29   4343.567175 -16080.955757 -20611.866383    196.679364  8 11  5 111       
+PG30 -18916.793108  -6643.131579 -17844.106025    333.681686  8  7  5 140       
+PG31  -9098.869313 -16021.084430 -18842.503687     60.804927  7  8  7 133       
+PG32 -25100.067695   7325.194670  -2884.543494   -226.659722  5  6  8 117       
+*  2011  4  1 17 30  0.00000000
+PG01 -13564.709738 -10075.246050 -20639.060854 999999.999999
+PG02  14112.893936   8592.667889 -20841.089845    328.324639  6  8  6 135       
+PG03 -24042.806532  -9333.016918   6594.926178    696.246082  6  7  8 116       
+PG04   8266.887164  19814.781299 -15614.825440     76.577394  7  8 10 130       
+PG05  23580.361322    445.925738 -12337.390789   -138.090709  7  7  7 121       
+PG06 -22884.164125 -13127.007650   4115.059481   -227.906986  5  7  8 118       
+PG07  -5669.762549  25778.505894  -1675.753621      7.043625  3  9  8  92       
+PG08    -64.768080  24618.656334   9223.828615 999999.999999
+PG09  13657.233489 -14256.057395  17216.409782     71.189734  8  4  7 147       
+PG10  11924.952279  11701.131016 -20932.499514    -70.433197  7  7  4 121       
+PG11 -13689.595880  13111.667897  18164.016080   -139.191660  5  8  7 103       
+PG12  23626.219056 -11259.706654  -3914.297183    -14.927512  5 10  6 107       
+PG13  -3038.799536  16196.817789 -20960.534809    276.807252  2 11  7 103       
+PG14 -13201.496301 -21030.266651   9770.957420    141.264158  4 10  4  84       
+PG15  18596.323485  -2456.989645  18872.097809   -138.610366  6  8  3 132       
+PG16 -22606.526637  -2359.737360 -13958.887465   -161.993855  6  7  6 132       
+PG17  12982.807493  20939.385375  10347.382259    184.221585  5 10  5 120       
+PG18   5000.911130 -17280.505692  19733.335601    129.606769  6  9  6  98       
+PG19 -20172.243809  -2746.411012  17239.298888   -126.075735  4  7  4 129       
+PG20 -20828.570977  14696.617498  -7490.548297     48.829467  4 11  7 129       
+PG21   4408.837159 -25846.973041    216.178622   -134.470101  7  9  5 135       
+PG22  -6963.459643 -14406.537678  21370.632189    150.844351  5  8  3  93       
+PG23 -14202.565710   7308.901804 -21274.310883    316.227604  5  7  5 114       
+PG24 -14710.021454  15930.857770  15209.203329    378.118928  9  7  8 120       
+PG25  13715.460911 -16802.736480 -15331.007761     -0.983547  7  7  6 140       
+PG26  21641.189999  11035.767170  10627.209652   -160.833533  5  6  3 128       
+PG27  15119.749442  -7428.914974  21119.076509    251.429762  6  9  7           
+PG28   2695.129921  15032.856139  22233.682733     28.750615  6  9  4  95       
+PG29   6140.547054 -14463.739418 -21333.908759    196.681921  7 11  4 115       
+PG30 -17047.119898  -7499.964993 -19356.597727    333.683866  8  7  6 138       
+PG31  -8539.062019 -18052.075676 -17196.229907     60.809074  7  9  8 141       
+PG32 -25365.494966   7077.391872    -22.045094   -226.666530  5  7  8 108       
+*  2011  4  1 17 45  0.00000000
+PG01 -11388.178071 -11038.378689 -21438.130105 999999.999999
+PG02  13768.231442  10910.069356 -20015.212247    328.326542  5  8  6 136       
+PG03 -24438.510398  -9932.887756   3909.825494    696.251481  6  8  8 126       
+PG04   7800.085685  21421.199344 -13539.681778     76.586989  7  8 10 138       
+PG05  22243.102504   1225.081677 -14561.026060   -138.095957  7  8  6 132       
+PG06 -22952.556415 -13546.424210   1345.722515   -228.012091  5  7  8 122       
+PG07  -5847.155432  25392.200878  -4541.569753      7.044613  2  9  8  92       
+PG08   -435.967250  25463.960631   6457.411556      7.634409  9  7  9 185       
+PG09  13536.651625 -12096.138846  18838.307338     71.192805  8  4  7 145       
+PG10   9718.526693  12601.173539 -21515.238965    -70.433178  7  7  3 137       
+PG11 -14154.667680  10912.810377  19244.081346   -139.194453  6  8  7  97       
+PG12  23977.939570 -11152.185829  -1040.227684    -14.925023  5 10  6  92       
+PG13  -4855.987776  14615.281735 -21775.040200    276.805944  3 10  7 120       
+PG14 -12167.783822 -20340.403469  12278.410384    141.266008  5 10  3  63       
+PG15  20169.749193  -1106.988691  17334.354724   -138.608011  5  8  3 122       
+PG16 -21055.378785  -3089.041384 -16052.337371   -161.996017  6  6  6 129       
+PG17  11853.682818  20272.516140  12758.805130    184.221751  4 10  5 118       
+PG18   7058.785708 -17913.412666  18445.958793    129.608547  6  9  6  89       
+PG19 -21438.145029  -4109.327459  15367.656186   -126.079420  4  7  4 127       
+PG20 -21590.176368  14691.325947  -4805.396113     48.829429  4 10  7 131       
+PG21   4764.935916 -25611.679265  -2613.331579   -134.473072  7 10  6 118       
+PG22  -4704.537378 -15278.558444  21372.477262    150.843771  4  8  4  77       
+PG23 -16035.839925   5791.211376 -20452.327791    316.224999  4  5  5 123       
+PG24 -14569.176842  14073.310960  17093.392968    378.121288  9  7  8 133       
+PG25  15287.074407 -17270.657693 -13168.631473     -0.983861  7  7  6 137       
+PG26  22384.156636  11898.399026   8014.369669   -160.842579  5  6  4 117       
+PG27  14978.656875  -5105.474067  21946.087776    251.434031  6  9  6           
+PG28    420.331593  15824.525456  21807.427717     28.752868  6  9  4  69       
+PG29   8066.286691 -12902.435741 -21686.199912    196.684465  6 10  4 105       
+PG30 -15089.885938  -8515.668138 -20547.061222    333.685949  9  7  6 145       
+PG31  -8120.754598 -19906.628547 -15247.034328     60.813770  7 10  8 129       
+PG32 -25329.415132   6749.968616   2840.871966   -226.673278  5  7  8 107       
+*  2011  4  1 18  0  0.00000000
+PG01  -9203.009910 -12147.768074 -21872.720639 999999.999999
+PG02  13545.362354  13125.269738 -18847.640211    328.328627  5  8  6 142       
+PG03 -24591.461114 -10370.359607   1158.200905    696.253635  6  8  8 138       
+PG04   7428.221836  22803.873063 -11230.349550     76.596671  7  8 10 129       
+PG05  20734.248538   2175.580790 -16535.569957   -138.101309  8  8  6 125       
+PG06 -22774.018386 -13801.183661  -1446.437693   -228.117366  4  8  8 124       
+PG07  -6018.886758  24695.006414  -7328.238437      7.045379  2  9  7  72       
+PG08   -709.963892  26007.927757   3576.200233      7.634615  9  7  9 187       
+PG09  13525.676430  -9761.600077  20121.033566     71.194807  8  3  7 151       
+PG10   7517.194841  13632.858464 -21736.011254    -70.434870  7  7  3 132       
+PG11 -14722.702592   8634.349047  19981.694654   -139.197138  6  8  6  90       
+PG12  24037.110965 -10925.385121   1851.942028    -14.922327  5  9  5  82       
+PG13  -6815.237877  13096.151706 -22219.508120    276.804842  4 10  7 120       
+PG14 -10882.262278 -19545.205625  14577.699129    141.268177  6 10  3  84       
+PG15  21649.889490     56.515915  15500.245453   -138.605113  5  8  4 129       
+PG16 -19343.304815  -3993.440304 -17872.494628   -161.998627  7  6  7 127       
+PG17  10481.412080  19514.390492  14954.697507    184.221835  4 10  5 130       
+PG18   8941.550215 -18577.328702  16844.863133    129.610411  6 10  5  83       
+PG19 -22597.721131  -5260.791090  13235.524200   -126.082762  5  7  5 126       
+PG20 -22080.083745  14578.125304  -2037.482570     48.829595  5  9  7 127       
+PG21   5106.742719 -25071.722599  -5395.854360   -134.475289  6 10  6 110       
+PG22  -2507.132645 -16249.787974  21011.890749    150.842665  4  9  4  81       
+PG23 -17852.511481   4439.277265 -19281.034667    316.222952  4  4  5 115       
+PG24 -14495.571731  12018.199130  18681.596627    378.123851  9  7  8 134       
+PG25  16601.709988 -17704.947399 -10779.596317     -0.984132  7  7  7 130       
+PG26  22936.563314  12522.709841   5263.941115   -160.851791  5  5  4 118       
+PG27  14967.964495  -2710.770757  22415.834944    251.437198  7  8  6           
+PG28  -1748.987355  16715.286562  21021.840718     28.755061  6 10  3  82       
+PG29  10085.948490 -11431.955853 -21662.468184    196.687005  6 10  4 111       
+PG30 -13090.373463  -9686.483011 -21396.313931    333.688046  9  7  6 146       
+PG31  -7823.632142 -21542.878733 -13029.348271     60.817990  7 10  8 134       
+PG32 -25006.651201   6309.083615   5653.844290   -226.680298  5  8  8 106       
+*  2011  4  1 18 15  0.00000000
+PG01  -7055.017453 -13387.232827 -21935.096701 999999.999999
+PG02  13431.758654  15195.581903 -17359.497771    328.330541  5  8  6 133       
+PG03 -24482.370113 -10673.940147  -1613.056488    696.258587  6  9  8 137       
+PG04   7124.267216  23932.642089  -8726.058907     76.606318  7  7 10 128       
+PG05  19096.026988   3304.997344 -18227.128917   -138.106416  8  8  6 123       
+PG06 -22330.397924 -13921.252647  -4213.987786   -228.222357  4  8  8 129       
+PG07  -6222.881277  23698.024438  -9987.251307      7.046199  3  9  8 103       
+PG08   -923.857685  26232.270044    631.332114      7.634109 10  7  9 184       
+PG09  13643.599313  -7299.633790  21040.442540     71.197713  8  5  6 153       
+PG10   5364.398126  14779.083360 -21590.090855    -70.434415  7  6  2 128       
+PG11 -15394.016144   6320.895903  20364.351552   -139.200419  6  8  6  83       
+PG12  23821.051460 -10545.035502   4711.908613    -14.919810  5  8  5 100       
+PG13  -8881.164732  11675.242334 -22286.645932    276.803682  4  9  6 127       
+PG14  -9350.375201 -18687.784560  16630.056820    141.270414  6 10  3  78       
+PG15  22993.613469   1033.710411  13401.370861   -138.602590  5  8  4 121       
+PG16 -17514.880100  -5079.489322 -19387.736186   -162.000981  7  5  7 123       
+PG17   8874.028273  18706.044324  16897.994941    184.221916  3 10  5 128       
+PG18  10622.745990 -19237.598154  14955.972814    129.612035  6 10  5  58       
+PG19 -23609.317986  -6203.085260  10879.441182   -126.086077  5  7  5 129       
+PG20 -22307.677299  14322.921410    765.577775     48.829684  5  8  7 124       
+PG21   5468.887585 -24233.213369  -8081.044042   -134.478403  6 10  7 126       
+PG22   -410.567777 -17296.945341  20294.604216    150.841966  4  9  5  82       
+PG23 -19607.488151   3265.444400 -17781.251371    316.220596  4  4  6 100       
+PG24 -14514.228500   9803.268789  19947.049766    378.126915  9  7  8 141       
+PG25  17649.353840 -18065.475180  -8204.975900     -0.984425  7  7  7 129       
+PG26  23264.448186  12929.631694   2423.832700   -160.860972  5  5  5 112       
+PG27  15095.008347   -291.327033  22522.009616    251.439959  7  8  6  17       
+PG28  -3775.088605  17676.909987  19888.591181     28.757227  6 10  2  97       
+PG29  12159.269714 -10081.136268 -21263.004613    196.689307  5 10  4 122       
+PG30 -11093.124283 -11000.805522 -21890.688101    333.690969  9  7  6 145       
+PG31  -7620.719569 -22925.154207 -10582.395983     60.822537  7 10  8 133       
+PG32 -24420.167040   5724.880263   8367.792184   -226.687153  5  8  7 101       
+*  2011  4  1 18 30  0.00000000
+PG01  -4986.960217 -14733.030522 -21623.774209 999999.999999
+PG02  13408.091054  17082.469870 -15577.127494    328.332447  5  8  6 133       
+PG03 -24099.123923 -10875.898145  -4357.191648    696.262632  6  9  8 132       
+PG04   6856.863954  24784.399969  -6069.752332     76.615535  8  7 10 121       
+PG05  17372.785183   4612.899530 -19606.596452   -138.111696  8  8  5 118       
+PG06 -21611.029602 -13940.144299  -6909.716868   -228.327635  4  8  8 127       
+PG07  -6494.625934  22421.197382 -12472.402832      7.046902  4 10  7  72       
+PG08  -1117.330364  26128.332010  -2324.779900      7.634556 10  9  9 186       
+PG09  13901.664188  -4761.557873  21579.151857     71.198971  8  5  6 155       
+PG10   3300.420293  16015.610204 -21078.805166    -70.434427  7  6  2 121       
+PG11 -16161.856802   4017.030110  20386.083575   -139.202981  6  8  6  92       
+PG12  23354.952099  -9981.705675   7489.983162    -14.917209  4  7  4 104       
+PG13 -11012.750073  10382.018219 -21975.486727    276.802203  4  8  6 100       
+PG14  -7586.227102 -17810.644877  18400.889211    141.272441  7 10  2  81       
+PG15  24160.075362   1832.716311  11073.762825   -138.599913  5  8  5 130       
+PG16 -15616.556529  -6345.355274 -20571.470918   -162.003460  7  5  7 130       
+PG17   7047.799527  17887.446943  18555.819228    184.222313  3 10  5 133       
+PG18  12082.950408 -19856.441674  12810.360624    129.613917  7 10  5  50       
+PG19 -24433.925253  -6946.470891   8339.546453   -126.089661  5  8  5 138       
+PG20 -22289.986224  13895.222488   3555.388526     48.829699  5  8  7 133       
+PG21   5884.360796 -23111.264872 -10620.065981   -134.480157  6 10  7  98       
+PG22   1550.488498 -18390.815632  19232.342498    150.841224  4 10  5  62       
+PG23 -21255.478175   2273.728222 -15979.224751    316.218598  3  5  6  68       
+PG24 -14643.706611   7471.048623  20868.695879    378.130156  8  8  8 136       
+PG25  18428.700110 -18312.320643  -5489.062017     -0.984729  7  6  7 126       
+PG26  23339.925126  13147.009710   -457.285691   -160.869833  5  5  5 117       
+PG27  15359.099847   2105.895874  22263.873925    251.441677  8  7  6           
+PG28  -5625.781523  18675.386371  18424.988432     28.759291  6 10  2  95       
+PG29  14241.965650  -8871.731423 -20494.666093    196.691928  5 10  5 115       
+PG30  -9140.435491 -12439.495460 -22022.204623    333.692544  9  7  6 139       
+PG31  -7479.635652 -24025.263114  -7949.445072     60.827202  6 10  8 141       
+PG32 -23600.050534   4972.842012  10935.807821   -226.693915  6  8  7  87       
+*  2011  4  1 18 45  0.00000000
+PG01  -3037.077755 -16154.643129 -20943.573646 999999.999999
+PG02  13449.109596  18752.805842 -13531.591070    328.334371  6  8  6 138       
+PG03 -23437.244341 -11010.836405  -7028.323147    696.266262  7  9  8 136       
+PG04   6591.716028  25343.960226  -3307.359338     76.624953  8  8  9 169       
+PG05  15609.369910   6090.673122 -20650.153036   -138.117103  9  8  5 130       
+PG06 -20613.289383 -13893.490171  -9487.420491   -228.432636  5  8  8 127       
+PG07  -6865.591228  20892.595664 -14740.616801      7.047484  4  9  7 106       
+PG08  -1330.828064  25697.453740  -5239.474232 999999.999999
+PG09  14302.496759  -2200.915899  21726.957452     71.200141  7  6  5 158       
+PG10   1361.023535  17311.852000 -20209.589395    -70.435268  7  6  2 135       
+PG11 -17012.623483   1765.711759  20047.514437   -139.205813  6  8  6  90       
+PG12  22670.808150  -9212.141513  10137.980105    -14.914181  4  6  4 107       
+PG13 -13164.740189   9238.589366 -21291.393351    276.800800  4  7  6 123       
+PG14  -5612.228900 -16954.038176  19860.320988    141.274587  7 10  2  94       
+PG15  25112.226213   2469.072480   8557.270891   -138.597328  5  8  5 121       
+PG16 -13694.990837  -7780.677692 -21402.630593   -162.005857  8  6  7 133       
+PG17   5026.809900  17095.955356  19900.006042    184.222424  3 10  6 137       
+PG18  13310.393933 -20394.434325  10443.814010    129.615736  7 10  5 113       
+PG19 -25036.641543  -7508.581199   5658.917911   -126.093402  6  9  6 122       
+PG20 -22050.935847  13269.512382   6283.615377     48.829831  6  7  7 127       
+PG21   6382.925043 -21729.499502 -12966.628364   -134.482853  5 11  7 114       
+PG22   3347.155911 -19497.297511  17842.663689    150.840403  5 10  6  82       
+PG23 -22752.618642   1459.875360 -13906.149627    316.216017  3  5  6 106       
+PG24 -14895.332211   5067.368782  21431.497897    378.131013  8  8  9 124       
+PG25  18947.036971 -18407.430137  -2678.603147     -0.985024  8  6  7 126       
+PG26  23142.213566  13208.270679  -3330.792960   -160.879081  6  5  6 118       
+PG27  15751.578802   4434.991469  21646.208692    251.443850  8  7  7  38       
+PG28  -7275.471340  19672.116794  16653.824941     28.761750  6 10  2  96       
+PG29  16287.300611  -7817.694460 -19370.758975    196.694312  4 10  5 118       
+PG30  -7270.947813 -13976.461547 -21788.676103    333.694675  9  8  7 150       
+PG31  -7364.069877 -24823.485490  -5176.980287     60.831719  6 10  8 131       
+PG32 -22582.240187   4034.916741  13313.972214   -226.700851  7  9  6  86       
+*  2011  4  1 19  0  0.00000000
+PG01  -1237.793820 -17615.833358 -19905.573384 999999.999999
+PG02  13524.744825  20179.920030 -11258.111921    328.336201  6  8  6 135       
+PG03 -22500.074025 -11114.207516  -9582.140185    696.269923  7  9  7 129       
+PG04   6293.120635  25604.628475   -486.993457     76.634505  8  7  9 155       
+PG05  13849.497193   7721.663133 -21339.680669   -138.122333  9  8  5 142       
+PG06 -19342.858950 -13817.528758 -11902.682463   -228.537629  5  8  8 129       
+PG07  -7361.821657  19147.397060 -16752.708915      7.048557  5  9  7 112       
+PG08  -1603.709572  24950.930356  -8060.875916 999999.999999
+PG09  14839.917342    328.525125  21481.078679     71.202221  7  6  4 160       
+PG10   -423.755655  18631.917375 -18995.949577    -70.435837  7  6  2 126       
+PG11 -17926.376125   -393.219002  19355.776170   -139.208642  6  8  6  78       
+PG12  21806.096777  -8220.362612  12610.073386    -14.912279  4  6  4 119       
+PG13 -15289.207942   8258.993351 -20245.965879    276.799766  5  5  7 119       
+PG14  -3458.437195 -16154.415938  20983.669166    141.276815  8  9  2  98       
+PG15  25818.191052   2964.935045   5894.890956   -138.594461  5  8  6 125       
+PG16 -11795.363585  -9366.761480 -21866.078457   -162.008384  8  7  7 136       
+PG17   2842.252141  16364.876351  20907.564401    184.222528  4  9  6 140       
+PG18  14301.293763 -20812.084906   7896.301108    129.617778  7  9  6 103       
+PG19 -25387.993758  -7913.547282   2882.873375   -126.096861  7 10  6 114       
+PG20 -21620.335531  12426.444172   8902.840514     48.829957  6  7  7 139       
+PG21   6989.659769 -20119.194878 -15077.969497   -134.485493  5 10  7 116       
+PG22   4957.262114 -20578.652873  16148.706029    150.839589  5 10  6  85       
+PG23 -24058.050398    811.738598 -11597.621676    316.213701  3  5  6  92       
+PG24 -15272.725883   2639.769388  21626.639504    378.132747  8  8  9 112       
+PG25  19219.807314 -18316.213308    178.001356     -0.985328  8  5  7 132       
+PG26  22658.393458  13150.926974  -6148.877392   -160.888146  7  5  6 133       
+PG27  16256.143297   6652.556036  20679.213019    251.447479  8  7  7  80       
+PG28  -8705.985406  20625.299288  14603.140781     28.763520  6 10  2 105       
+PG29  18247.765235  -6924.774575 -17910.804909    196.697118  5 10  5  95       
+PG30  -5518.372842 -15579.501571 -21193.739454    333.697034  9  8  7 143       
+PG31  -7235.418303 -25309.229690  -2313.820779     60.836492  6 10  8 129       
+PG32 -21407.053364   2900.369177  15462.086998   -226.707758  7  9  6  89       
+*  2011  4  1 19 15  0.00000000
+PG01    385.359065 -19075.934879 -18526.961866 999999.999999
+PG02  13601.385436  21344.409797  -8795.470376    328.338160  7  7  6 125       
+PG03 -21298.687330 -11220.826352 -11976.553482    696.273789  7  9  7 145       
+PG04   5925.578261  25568.451601   2341.914212     76.644326  8  7  9 114       
+PG05  12134.173675   9481.629896 -21663.084788   -138.127570  9  8  6 129       
+PG06 -17813.685508 -13747.567213 -14113.642028   -228.642562  6  8  8 138       
+PG07  -8002.751897  17226.600203 -18474.070888      7.049514  5  8  7 100       
+PG08  -1972.442638  23909.569085 -10738.912702      7.635349 10  8  8 134       
+PG09  15499.148606   2774.788339  20846.223798     71.204347  8  7  3 163       
+PG10  -2030.604185  19935.880056 -17457.328492    -70.435461  7  5  3 123       
+PG11 -18877.613491  -2424.396089  18324.292408   -139.211510  6  9  7  74       
+PG12  20802.255333  -6998.472330  14863.603235    -14.909524  4  6  4 125       
+PG13 -17337.222406   7448.789656 -18856.854079    276.798369  5  5  7 103       
+PG14  -1161.611215 -15443.037452  21751.838116    141.278975  8  9  2 113       
+PG15  26252.460669   3348.026818   3132.046503   -138.592060  6  8  6 125       
+PG16  -9959.752316 -11077.098991 -21952.925511   -162.010767  9  8  8 139       
+PG17    531.456470  15722.188684  21561.061814    184.222554  5  9  6 142       
+PG18  15059.884146 -21071.456883   5211.339683    129.619546  8  9  6  98       
+PG19 -25465.064111  -8190.888413     58.244951   -126.100214  8 10  7 120       
+PG20 -21032.641471  11353.804277  11367.411188     48.830163  6  7  6 138       
+PG21   7723.707911 -18318.105507 -16915.768524   -134.487720  5 10  7 123       
+PG22   6366.011561 -21594.914125  14178.842748    150.838723  6 10  6  79       
+PG23 -25135.382855    309.948093  -9093.032033    316.211288  4  4  7 114       
+PG24 -15771.643035    235.859998  21451.616996    378.135536  7  9 10 123       
+PG25  19269.861342 -18009.016856   3031.537308     -0.985611  8  5  7 128       
+PG26  21883.869414  13014.975679  -8865.241442   -160.897478  7  5  6 134       
+PG27  16849.443881   8719.048221  19378.357623    251.450572  8  7  8  70       
+PG28  -9907.143293  21491.469320  12305.903752     28.765595  7 10  3 104       
+PG29  20076.794122  -6190.446399 -16140.193245    196.699520  5 10  6 106       
+PG30  -3910.401133 -17211.369989 -20246.817764    333.698895  9  8  7 156       
+PG31  -7054.508374 -25481.329480    589.797904     60.841050  6  9  8 112       
+PG32 -20117.580176   1566.333377  17344.310942   -226.714585  7  9  5  79       
+*  2011  4  1 19 30  0.00000000
+PG01   1814.553137 -20491.330240 -16830.788290 999999.999999
+PG02  13643.283509  22234.683749  -6185.361326    328.340262  7  6  5 131       
+PG03 -19851.535094 -11363.431159 -14172.296204    696.278584  8  9  7 148       
+PG04   5455.414817  25246.128265   5129.527514     76.654549  8  7  9 123       
+PG05  10500.229465  11339.504132 -21614.517418   -138.133008 10  8  6 139       
+PG06 -16047.633900 -13716.475104 -16081.733180   -228.747101  6  8  7 137       
+PG07  -8800.295496  15175.524933 -19875.263734      7.050236  5  8  7 103       
+PG08  -2468.928099  22602.864583 -13226.285126      7.635479 10  8  8 128       
+PG09  16257.409354   5089.619416  19834.473290     71.206757  8  7  4 159       
+PG10  -3443.682853  21181.230844 -15618.870299    -70.437354  7  5  3 131       
+PG11 -19836.281107  -4298.081720  16972.439693   -139.214432  7  9  7  60       
+PG12  19703.022248  -5547.149691  16859.818362    -14.906956  4  6  4 128       
+PG13 -19260.565687   6804.980511 -17147.477250    276.797084  5  5  7 110       
+PG14   1235.979019 -14844.783218  22151.631496    141.281160  8  8  2 116       
+PG15  26396.854015   3650.376898    315.833338   -138.589168  7  9  7 130       
+PG16  -8225.621695 -12878.206648 -21660.745461   -162.013364  9  9  8 134       
+PG17  -1863.311402  15189.472448  21848.929361    184.222862  5  9  6 141       
+PG18  15598.134841 -21137.766805   2435.275159    129.621335  8  9  6 122       
+PG19 -25252.385224  -8374.208522  -2767.364589   -126.103837  8 10  7 120       
+PG20 -20325.542179  10047.205741  13634.265587     48.830118  6  7  6 141       
+PG21   8597.285523 -16369.012856 -18446.950039   -134.489821  5 10  7 118       
+PG22   7566.377175 -22505.398122  11966.247191    150.837956  6 10  7 115       
+PG23 -25953.996867    -71.149265  -6434.913280    316.209012  5  3  7 122       
+PG24 -16380.129113  -2098.307750  20910.224275    378.138436  7  9 10 108       
+PG25  19126.430361 -17462.417487   5832.827294     -0.985861  8  5  7 124       
+PG26  20822.538618  12841.252196 -11435.747416   -160.906873  8  6  7 111       
+PG27  17501.923303  10600.020262  17764.192560    251.453846  8  7  9  39       
+PG28 -10877.043330  22227.144641   9799.600246     28.767732  7 10  4 103       
+PG29  21730.456121  -5604.173471 -14089.726675    196.701866  5  9  6  89       
+PG30  -2467.827847 -18831.038509 -18963.010689    333.699794  9  8  7 149       
+PG31  -6783.339826 -25347.973584   3483.155681     60.845747  7  9  8 113       
+PG32 -18758.009602     38.050617  18929.694891   -226.721488  8  9  5  82       
+*  2011  4  1 19 45  0.00000000
+PG01   3040.184688 -21817.062616 -14845.612856 999999.999999
+PG02  13614.035401  22847.225779  -3471.723431    328.342023  7  6  5 128       
+PG03 -18183.840105 -11571.341643 -16133.472443    696.283153  8  9  6 148       
+PG04   4852.346908  24656.579460   7826.543818     76.663758  8  8 10 112       
+PG05   8979.018417  13258.414159 -21194.496793   -138.138233 10  8  6 143       
+PG06 -14073.839512 -13753.269177 -17772.382312   -228.851980  7  7  7 145       
+PG07  -9758.241232  13042.160278 -20932.510394      7.051224  5  7  6 102       
+PG08  -3119.024867  21067.830902 -15479.365728      7.636225 10  8  8 128       
+PG09  17084.865615   7230.249540  18464.985939     71.206811  8  7  5 158       
+PG10  -4655.096600  22324.461220 -13511.081087    -70.437686  7  5  3 124       
+PG11 -20768.963248  -5991.078076  15325.100538   -139.217217  7  9  8  57       
+PG12  18552.707446  -3875.804766  18564.540342    -14.904263  4  6  4 131       
+PG13 -21013.434676   6316.261141 -15146.654589    276.795923  5  5  7 126       
+PG14   3687.951243 -14377.217106  22175.976943    141.283225  8  7  3 112       
+PG15  26241.215751   3906.898599  -2505.760897   -138.586636  8  9  7 125       
+PG16  -6624.490274 -14730.748727 -20993.680509   -162.015522 10  9  8 146       
+PG17  -4296.241528  14781.085824  21765.681298    184.223054  6  8  6 142       
+PG18  15935.161797 -20980.894046   -383.522533    129.623142  8  8  7 111       
+PG19 -24742.571777  -8499.746702  -5546.334599   -126.107401  9 10  7 128       
+PG20 -19538.422365   8510.479874  15663.718958     48.830360  7  7  6 143       
+PG21   9615.001420 -14318.071091 -19644.357397   -134.492727  5 10  6 138       
+PG22   8559.197909 -23270.270868   9548.372017    150.837210  7 10  7  89       
+PG23 -26490.140181   -362.319259  -3668.246359    316.206671  6  4  7 126       
+PG24 -17078.979935  -4319.793981  20012.435098    378.140815  8  9 11 119       
+PG25  18823.862011 -16660.282952   8533.582728     -0.986213  8  5  7 130       
+PG26  19486.666686  12669.795224 -13819.003243   -160.915859  8  6  7 108       
+PG27  18178.877244  12267.184068  15862.108450    251.458138  8  8 10  53       
+PG28 -11622.046326  22790.518378   7125.733248     28.769848  7 10  4 114       
+PG29  23169.050686  -5147.994265 -11795.069000    196.704465  5  9  7  72       
+PG30  -1203.926394 -20395.109039 -17362.912114    333.701371  9  8  7 158       
+PG31  -6386.769403 -24926.275374   6315.972790     60.850207  7  9  8 107       
+PG32 -17371.954053  -1671.208980  20192.612291   -226.728477  8  9  5  85       
+*  2011  4  1 20  0  0.00000000
+PG01   4061.077222 -23008.521486 -12605.059307 999999.999999
+PG02  13478.085059  23186.573680   -700.048252    328.344360  7  5  5 129       
+PG03 -16326.767141 -11869.257915 -17828.051714    696.287012  9  9  6 147       
+PG04   4090.922188  23826.192887  10385.136666     76.673264  8  9 10 112       
+PG05   7595.335812  15196.947855 -20409.920162   -138.143722 10  8  6 126       
+PG06 -11927.782156 -13881.845893 -19155.650092   -228.956545  7  7  6 145       
+PG07 -10871.979343  10875.426164 -21628.080391      7.052348  5  6  6 103       
+PG08  -3941.338551  19347.543896 -17459.005794      7.635726 10  8  8 131       
+PG09  17945.892370   9160.910259  16763.539763     71.208922  8  7  5 161       
+PG10  -5665.060967  23322.720704 -11169.384554    -70.437909  8  5  3 114       
+PG11 -21640.206439  -7487.365494  13412.124042   -139.220151  8  9  8  85       
+PG12  17394.461211  -2002.392866  19948.739007    -14.901755  4  6  4 133       
+PG13 -22554.065667   5963.590584 -12888.150165    276.794587  5  4  7 113       
+PG14   6145.366759 -14049.932029  21824.059935    141.285339  8  7  3 116       
+PG15  25783.823106   4153.859654  -5284.650921   -138.583769  8  9  7 110       
+PG16  -5180.827928 -16590.908936 -19962.431764   -162.018126 10 10  9 148       
+PG17  -6719.511665  14503.621226  21312.044280    184.223016  6  8  6 138       
+PG18  16096.347480 -20576.736626  -3195.529739    129.624784  7  7  7 123       
+PG19 -23936.666160  -8604.834279  -8231.779734   -126.110856 10 10  7 120       
+PG20 -18710.766567   6755.747532  17420.193288     48.830249  7  7  5 136       
+PG21  10773.517682 -12213.026030 -20487.275270   -134.494780  5  9  6 131       
+PG22   9352.975963 -23852.104088   6966.347938    150.836520  7  9  7 102       
+PG23 -26727.777620   -598.082905   -839.737711    316.204679  7  5  7 110       
+PG24 -17842.486310  -6390.194490  18774.188058    378.143129  8  9 11 126       
+PG25  18400.166550 -15594.559069  11087.241183     -0.986511  8  5  7 131       
+PG26  17896.484090  12538.276300 -15976.889358   -160.925170  8  6  7 113       
+PG27  18841.705901  13699.278959  13702.048968    251.461544  8  8 10  66       
+PG28 -12156.447075  23143.138914   4329.225940     28.772098  7  9  5 119       
+PG29  24358.547540  -4797.406236  -9296.106004    196.706872  6  9  7  99       
+PG30   -124.093460 -21859.332987 -15472.353581    333.702946  9  8  8 165       
+PG31  -5834.070996 -24241.505354   9039.308091     60.854343  7  9  7 100       
+PG32 -16000.835618  -3540.530548  21113.085359   -226.735430  8  8  5  77       
+*  2011  4  1 20 15  0.00000000
+PG01   4884.358303 -24023.138488 -10147.274329 999999.999999
+PG02  13202.196673  23265.016061   2083.323062    328.346267  7  6  5 129       
+PG03 -14316.397587 -12276.238806 -19228.308480    696.292462  9  8  6 150       
+PG04   3151.771167  22787.770092  12759.879339     76.682743  8  9 10 108       
+PG05   6366.595456  17110.602720 -19273.968048   -138.148964 11  7  6 124       
+PG06  -9650.112466 -14119.914015 -20206.803533   -229.061586  8  7  6 144       
+PG07 -12128.566318   8723.417426 -21950.561832      7.053086  5  6  6  58       
+PG08  -4946.323173  17489.460230 -19131.231993      7.635971  9  7  8 109       
+PG09  18800.584341  10854.035360  14761.926092     71.211806  9  7  6 155       
+PG10  -6481.752192  24135.484839  -8633.574491    -70.439182  8  6  4 121       
+PG11 -22413.918309  -8778.448972  11267.710959   -139.222923  8  9  9  99       
+PG12  16268.609627     47.103466  20989.010044    -14.899383  5  6  4 132       
+PG13 -23846.222103   5721.062828 -10410.137538    276.793054  5  4  7 110       
+PG14   8558.388381 -13864.204174  21101.363859    141.287510  7  6  4 115       
+PG15  25031.486797   4427.302521  -7973.450050   -138.581299  9  9  8  98       
+PG16  -3911.230013 -18411.959571 -18584.130055   -162.020789 11 10  9 143       
+PG17  -9084.905691  14355.663309  20494.991819    184.223306  7  8  6 138       
+PG18  16112.201680 -19908.351962  -5950.990412    129.626778  7  7  7 123       
+PG19 -22844.185234  -8726.314228 -10778.294743   -126.114248 10 10  7 127       
+PG20 -17880.566951   4803.164342  18872.874720     48.830633  7  7  5 142       
+PG21  12061.564065 -10101.390356 -20961.788782   -134.496718  5  9  6 132       
+PG22   9963.378690 -24217.363804   4264.309273    150.835506  8  9  8 110       
+PG23 -26659.166826   -815.222462   2002.924246    316.202120  7  6  7 129       
+PG24 -18639.432066  -8276.884199  17217.080669    378.146717  9  9 12 137       
+PG25  17895.431208 -14265.751276  13449.774066     -0.986841  8  6  7 128       
+PG26  16079.523107  12480.542465 -17875.028941   -160.934671  9  6  7  83       
+PG27  19449.320940  14882.712184  11318.171290    251.465526  7  8 10  83       
+PG28 -12501.835439  23251.511642   1457.732190     28.773969  6  8  5 102       
+PG29  25271.813378  -4522.511357  -6636.232082    196.709202  6  9  7 103       
+PG30    774.219238 -23180.186642 -13322.071893    333.706777  9  7  8 161       
+PG31  -5100.309561 -23326.022586  11606.413176     60.858907  7  8  7 100       
+PG32 -14682.392051  -5542.022994  21677.009346   -226.742229  9  8  5  81       
+*  2011  4  1 20 30  0.00000000
+PG01   5525.012300 -24822.028084  -7514.300321 999999.999999
+PG02  12756.845338  23102.020376   4831.908458    328.347851  7  6  5 126       
+PG03 -12192.543786 -12804.891967 -20311.205928    696.297442  9  8  5 141       
+PG04   2022.614370  21579.219014  14908.625995     76.692340  8  9 10 104       
+PG05   5302.298567  18953.369706 -17805.900039   -138.154000 11  7  6 115       
+PG06  -7285.272888 -14478.172745 -20906.804684   -229.166488  8  6  5 143       
+PG07 -13507.123339   6631.698326 -21895.018572      7.054206  5  7  7 104       
+PG08  -6135.730061  15543.587671 -20467.819843      7.635821  9  7  8  93       
+PG09  19606.443295  12291.102161  12497.220084     71.214214  9  7  7 157       
+PG10  -7120.840687  24726.167742  -5947.168625    -70.439667  8  6  4 121       
+PG11 -23054.784561  -9863.407346   8929.740527   -139.225953  9  9  9  92       
+PG12  15211.121079   2239.502672  21667.948238    -14.896824  5  6  4 132       
+PG13 -24860.490011   5557.046977  -7754.590091    276.791521  4  4  8  98       
+PG14  10877.981274 -13812.970154  20019.613962    141.289576  7  6  5 118       
+PG15  23999.341863   4761.474477 -10526.256761   -138.578662 10  9  8  94       
+PG16  -2823.904049 -20145.968859 -16882.085357   -162.023440 11 10  9 148       
+PG17 -11345.460310  14327.860884  19327.680411    184.223531  7  7  6 140       
+PG18  16017.006396 -18966.828720  -8600.867515    129.628695  7  7  8 124       
+PG19 -21482.865356  -8898.980128 -13142.681984   -126.117581 11 10  7 111       
+PG20 -17082.800043   2680.347756  19996.284266     48.830700  8  7  5 135       
+PG21  13460.301170  -8028.658641 -21060.973756   -134.499108  6  9  6 131       
+PG22  10412.461672 -24337.772393   1488.655518    150.834971  8  8  8 125       
+PG23 -26285.139899  -1051.205494   4811.824384    316.200159  8  7  7 129       
+PG24 -19434.306018  -9954.036974  15367.979730    378.147949  9  9 12 135       
+PG25  17350.164831 -12683.081163  15580.450235     -0.987130  7  6  7 126       
+PG26  14069.721422  12525.315319 -19483.204349   -160.943939  9  6  7  94       
+PG27  19959.667270  15811.948278   8748.450448    251.469010  7  8 10  79       
+PG28 -12686.161181  23088.556416  -1439.141288     28.776183  6  8  6 115       
+PG29  25889.578028  -4289.376207  -3861.576752    196.711598  7  9  8  86       
+PG30   1501.279845 -24316.449116 -10947.299647    333.709429  9  7  8 159       
+PG31  -4167.476369 -22217.952556  13973.526995     60.863310  7  8  7 102       
+PG32 -13449.353644  -7641.741238  21876.279077   -226.749138  9  8  6  40       
+*  2011  4  1 20 45  0.00000000
+PG01   6005.123843 -25371.508561  -4751.370198 999999.999999
+PG02  12117.477528  22723.413341   7499.792358    328.349877  7  6  6 120       
+PG03  -9997.442528 -13460.801567 -21058.723043    696.302514 10  8  5 145       
+PG04    698.979424  20242.046770  16793.327787     76.701834  8 10 10 112       
+PG05   4403.815796  20679.390851 -16030.743935   -138.159479 11  7  6 130       
+PG06  -4879.964561 -14959.771930 -21242.703327   -229.271214  8  6  5 140       
+PG07 -14979.550399   4641.712721 -21463.032647      7.055040  5  7  8  98       
+PG08  -7502.421596  13560.585812 -21446.735675      7.636406  9  7  8 134       
+PG09  20320.162949  13463.083681  10010.954340     71.216866  9  7  7 160       
+PG10  -7604.720609  25063.612839  -3156.671676    -70.441393  8  6  5 124       
+PG11 -23529.648338 -10748.651606   6439.055946   -139.228746  9  9  9 106       
+PG12  14252.262248   4535.528748  21974.412168    -14.894391  5  7  4 135       
+PG13 -25575.331991   5435.555152  -4966.604391    276.790235  4  5  8 125       
+PG14  13057.595258 -13881.130195  18596.623672    141.291669  6  6  6 120       
+PG15  22710.335520   5187.326945 -12899.419874   -138.575708 10  9  8 109       
+PG16  -1918.492716 -21745.580050 -14885.415772   -162.025734 11 10 10 139       
+PG17 -13457.079666  14403.313511  17829.284714    184.223783  7  7  6 134       
+PG18  15847.299620 -17751.846481 -11097.801451    129.630288  7  7  8 105       
+PG19 -19878.113118  -9154.091570 -15284.652628   -126.121150 11 10  7 122       
+PG20 -16348.034651    421.507112  20770.749191     48.830665  8  7  6 143       
+PG21  14944.009967  -6036.641341 -20784.919628   -134.501964  6  9  6 109       
+PG22  10727.640651 -24191.489248  -1312.739927    150.833940  8  8  8 111       
+PG23 -25615.081246  -1342.584116   7539.578975    316.197716  9  7  7 124       
+PG24 -20188.681339 -11403.387264  13258.555580    378.151157 10  9 13 148       
+PG25  16803.637693 -10864.311149  17442.541975     -0.987436  7  7  6 125       
+PG26  11906.323819  12695.084010 -20775.722569   -160.953505  9  6  7 120       
+PG27  20331.314289  16489.629125   6034.223315    251.473223  7  7 10  46       
+PG28 -12742.529790  22634.856083  -4310.692151     28.778070  6  7  6 125       
+PG29  26201.103197  -4061.551328  -1020.186221    196.714050  7  9  8  74       
+PG30   2074.560744 -25230.727492  -8387.278103    333.712008  9  7  8 119       
+PG31  -3025.344160 -20959.667827  16100.598279     60.867724  7  7  6  83       
+PG32 -12328.334076  -9800.823897  21708.823099   -226.756103  9  8  6  79       
+*  2011  4  1 21  0  0.00000000
+PG01   6352.839336 -25644.442413  -1906.134967 999999.999999
+PG02  11265.597468  22160.342622  10042.325299    328.351787  7  6  6 113       
+PG03  -7774.370248 -14242.212357 -21458.123619    696.306889 10  7  5 142       
+PG04   -815.404429  18819.716928  18380.763209     76.711182  8 10 10  99       
+PG05   3664.491774  22244.627224 -13978.882106   -138.164762 11  7  6 115       
+PG06  -2481.518733 -15560.080112 -21207.922453   -229.376369  9  6  5 136       
+PG07 -16511.526115   2789.369452 -20662.634253      7.055962  6  8  9  74       
+PG08  -9030.550933  11589.876847 -22052.443438      7.636059  8  8  8 127       
+PG09  20899.430752  14370.502983   7348.223986     71.218620  9  7  7 153       
+PG10  -7961.461517  25123.398058   -310.758906    -70.443486  8  7  5 108       
+PG11 -23808.799911 -11447.409833   3838.724491   -139.231600 10  9  9 104       
+PG12  13415.493763   6891.148118  21903.678315    -14.891743  6  7  4 129       
+PG13 -25977.858767   5317.787912  -2093.665121    276.789349  5  6  8 114       
+PG14  15054.766929 -14046.168734  16856.042748    141.293875  6  6  6 118       
+PG15  21194.430249   5731.141164 -15052.270778   -138.573422 10  9  8  93       
+PG16  -1186.243370 -23165.791427 -12628.560025   -162.028156 12  9 10 135       
+PG17 -15380.057483  14558.261950  16024.730469    184.224192  6  7  7 139       
+PG18  15640.261865 -16271.893119 -13397.050630    129.631981  7  7  8 135       
+PG19 -18062.179318  -9518.020849 -17167.492255   -126.124637 11  9  6 126       
+PG20 -15701.227913  -1933.689539  21182.764729     48.831209  9  7  6 136       
+PG21  16481.070116  -4161.988280 -20140.593094   -134.503877  7  9  7 132       
+PG22  10940.450522 -23764.061152  -4091.360837    150.833473  8  7  8 119       
+PG23 -24666.602242  -1723.427406  10140.087813    316.195478  9  7  7 117       
+PG24 -20862.710494 -12614.708589  10924.748284    378.153825 11  9 13 149       
+PG25  16292.281531  -8835.243404  19003.960894     -0.987714  7  7  6 126       
+PG26   9632.617647  13005.223692 -21731.732202   -160.962566  9  6  7 109       
+PG27  20525.066994  16926.413294   3219.668226    251.476727  6  7  9  71       
+PG28 -12707.769735  21879.636239  -7106.045597     28.780222  7  7  6 125       
+PG29  26204.528978  -3801.688489   1838.824183    196.716391  8  9  8 117       
+PG30   2517.945204 -25890.873511  -5684.692957    333.712354  9  7  8 165       
+PG31  -1672.012971 -19596.133955  17951.925808     60.872356  7  6  6  85       
+PG32 -11338.969322 -11976.802276  21178.551422   -226.762719  9  7  6  68       
+*  2011  4  1 21 15  0.00000000
+PG01   6601.085611 -25621.341288    972.163174 999999.999999
+PG02  10189.641209  21448.055854  12416.809401    328.353925  7  6  6 114       
+PG03  -5566.224790 -15139.981460 -21502.165264    696.309683 10  7  6 142       
+PG04  -2508.552091  17355.941772  19643.164586     76.720230  8 10  9 109       
+PG05   3070.068966  23608.472719 -11685.540844   -138.169854 11  6  6 116       
+PG06   -136.236488 -16266.773866 -20802.427242   -229.481708  9  7  6 147       
+PG07 -18063.752672   1103.854853 -19508.123363      7.056818  6  9  9  92       
+PG08 -10696.093147   9677.842674 -22276.076972      7.636545  8  8  8 111       
+PG09  21304.668469  15023.099939   4556.751635     71.221106  9  8  8 162       
+PG10  -8223.520985  24888.897497   2540.605107    -70.443980  7  7  5 118       
+PG11 -23867.130030 -11978.965830   1173.286844   -139.234314 10  9 10 127       
+PG12  12716.645726   9259.086410  21457.484591    -14.889172  7  7  4 130       
+PG13 -26064.287136   5163.799749    815.138562    276.787728  6  6  8 107       
+PG14  16832.581863 -14279.072192  14827.007886    141.295952  6  6  7 120       
+PG15  19487.550790   6413.332943 -16947.811359   -138.570727 11  8  8 107       
+PG16   -610.519949 -24365.664993 -10150.680603   -162.030604 12  9 10 139       
+PG17 -17080.448359  14763.059929  13944.325371    184.224191  6  6  7 131       
+PG18  15432.075300 -14544.125200 -15457.388644    129.633861  8  7  8 134       
+PG19 -16073.083546 -10011.081877 -18758.681370   -126.127983 11  9  6 134       
+PG20 -15160.758634  -4341.467040  21225.238334     48.831082  9  7  7 136       
+PG21  18035.177218  -2434.960115 -19141.555926   -134.506673  7  9  7 129       
+PG22  11085.138846 -23049.101699  -6798.904302    150.832584  8  7  8 122       
+PG23 -23464.923550  -2223.843949  12569.271419    316.193223  9  7  7 112       
+PG24 -21416.680438 -13585.994070   8406.174004 999999.999999
+PG25  15848.212366  -6628.911803  20237.812570     -0.987970  7  7  6 131       
+PG26   7294.541347  13463.364786 -22335.493543   -160.971648  9  6  7  71       
+PG27  20505.543750  17140.530932    351.217138    251.479753  7  7  8 172       
+PG28 -12620.824137  20821.424500  -9775.125410     28.782251  7  6  6 132       
+PG29  25906.886260  -3473.191066   4666.130602    196.719028  8  8  8 109       
+PG30   2860.679317 -26271.237625  -2885.035162    333.713635  9  6  8 121       
+PG31   -114.130240 -18173.186456  19496.709177     60.877104  7  5  6 103       
+PG32 -10493.329320 -14125.032379  20295.222982   -226.769521  9  7  6  68       
+*  2011  4  1 21 30  0.00000000
+PG01   6786.095139 -25291.189134   3833.557477 999999.999999
+PG02   8885.606661  20624.538751  14583.163058    328.355926  7  6  6 119       
+PG03  -3414.119882 -16137.801511 -21189.245659    696.314076 10  6  6 153       
+PG04  -4360.510832  15892.982770  20558.726058     76.729437  8 10  8  74       
+PG05   2599.415076  24735.250706  -9190.190542   -138.175386 10  6  6 111       
+PG06   2112.236923 -17060.248641 -20032.770625   -229.587077  8  7  6 152       
+PG07 -19593.396586   -393.285183 -18019.788703      7.057682  7  9 10  80       
+PG08 -12467.699024   7866.178093 -22115.482099      7.636314  7  8  8  78       
+PG09  21500.639962  15439.137817   1685.939248     71.223089  9  9  8 161       
+PG10  -8426.268612  24352.050396   5347.094515    -70.444334  7  8  5 102       
+PG11 -23685.107171 -12367.686481  -1511.991406   -139.237130 11 10 10 136       
+PG12  12163.402038  11590.466608  20643.965133    -14.886928  7  8  4 135       
+PG13 -25840.064288   4934.221840   3709.933989    276.786359  7  6  7 119       
+PG14  18360.941127 -14545.512312  12543.697825    141.298225  6  6  8 128       
+PG15  17630.313320   7247.482946 -18553.346639   -138.568191 11  8  8  80       
+PG16   -167.638479 -25309.893333  -7494.967886   -162.032863 11  8 10 144       
+PG17 -18531.234234  14983.393439  11623.290023    184.224640  6  5  7 131       
+PG18  15256.327879 -12593.873265 -17241.932997    129.635821  8  8  8 132       
+PG19 -13953.325796 -10646.586674 -20030.461085   -126.131365 11  8  6 120       
+PG20 -14737.737073  -6755.459139  20897.611521     48.831184 10  7  7 140       
+PG21  19566.740282   -878.491936 -17807.554519   -134.508734  8  9  7 137       
+PG22  11197.148975 -22048.669250  -9388.145761    150.831787  8  8  8 130       
+PG23 -22041.985973  -2868.648756  14785.784233    316.190923 10  7  7 122       
+PG24 -21812.571125 -14323.334648   5745.480021    378.159343 12  8 13 158       
+PG25  15497.933831  -4284.497670  21122.860355     -0.988260  7  7  6 138       
+PG26   4939.208145  14069.031942 -22576.602303   -160.981043  9  7  7  83       
+PG27  20242.665070  17157.059307  -2523.101098 999999.999999
+PG28 -12521.030889  19468.349233 -12269.650414     28.784351  7  6  7 138       
+PG29  25323.776497  -3041.831943   7413.058314    196.721283  8  8  8 126       
+PG30   3136.102465 -26353.709627    -35.891072    333.716191  9  6  8 125       
+PG31   1633.218399 -16735.805267  20709.505203     60.881506  6  6  5 111       
+PG32  -9795.617571 -16200.199149  19074.238825   -226.776198  9  7  6  81       
+*  2011  4  1 21 45  0.00000000
+PG01   6945.795983 -24651.948040   6628.246801 999999.999999
+PG02   7357.415428  19729.059065  16504.557935    328.357764  7  6  6 119       
+PG03  -1356.038678 -17212.690888 -20523.482624    696.319118 10  7  7 148       
+PG04  -6343.977582  14470.031421  21111.982373     76.738629  8 10  8 101       
+PG05   2225.526072  25595.534586  -6535.866475   -138.180572 10  5  6 106       
+PG06   4224.437218 -17914.337630 -18912.011341   -229.692461  8  8  7 161       
+PG07 -21055.669238  -1688.761937 -16223.531140      7.058574  8  9 11  68       
+PG08 -14307.830721   6190.460639 -21575.135928      7.637486  7  9  8 103       
+PG09  21457.864110  15644.391568  -1214.068726     71.226218 10  8  8 153       
+PG10  -8606.381774  23513.799850   8058.976361    -70.444861  7  8  5  88       
+PG11 -23249.546697 -12641.878994  -4171.854948   -139.240265 11 10 10 148       
+PG12  11755.110364  13836.506254  19477.479838    -14.884186  8  8  5 132       
+PG13 -25319.650740   4591.976039   6540.910740    276.785281  7  7  7 124       
+PG14  19617.582530 -14807.252930  10044.796660    141.300122  7  5  8 120       
+PG15  15666.583346   8239.630915 -19841.051574   -138.565389 11  7  9 108       
+PG16    172.006699 -25970.159214  -4707.858607   -162.035595 11  7 10 151       
+PG17 -19713.238589  15181.703276   9101.193189    184.224582  6  5  7 133       
+PG18  15142.533614 -10453.810851 -18718.882117    129.637414  9  8  7 127       
+PG19 -11748.429726 -11430.167454 -20960.334137   -126.135118 11  7  6 127       
+PG20 -14435.618619  -9128.328107  20205.857263     48.831179 10  7  8 131       
+PG21  21034.395453    492.422395 -16164.001464   -134.511845  8  9  8 110       
+PG22  11311.553342 -20773.324722 -11813.795641    150.831151  8  8  7 124       
+PG23 -20435.320156  -3676.224308  16751.694505    316.188335 10  6  7 124       
+PG24 -22015.560610 -14840.501151   2987.657058 999999.999999
+PG25  15261.271506  -1846.010711  21643.890398     -0.988516  6  7  6 133       
+PG26   2613.389183  14813.565000 -22450.166057   -160.990189  9  7  6  77       
+PG27  19712.996465  17006.933621  -5354.385449 999999.999999
+PG28 -12446.363837  17838.052503 -14544.130127     28.786000  7  6  7 139       
+PG29  24478.733326  -2477.275214  10032.421027    196.723792  8  7  8 120       
+PG30   3380.199298 -26128.500670   2813.831396    333.717831  8  5  7 121       
+PG31   3546.938847 -15326.451224  21570.587336     60.885735  6  7  6  98       
+PG32  -9242.164322 -18157.841179  17536.366547   -226.782727  8  6  6  59       
+*  2011  4  1 22  0  0.00000000
+PG01   7118.130934 -23710.723656   9307.491788 999999.999999
+PG02   5616.990598  18800.666794  18148.020818    328.359819  7  7  5 117       
+PG03    574.408073 -18335.738595 -19514.723768    696.324030 10  7  7 156       
+PG04  -8425.217318  13121.738139  21294.052087     76.748032  8 10  7 101       
+PG05   1916.765681  26167.239807  -3768.421808   -138.186053  9  5  6 118       
+PG06   6166.443052 -18797.311810 -17459.503512   -229.797586  8  8  7 152       
+PG07 -22405.486667  -2777.839433 -14150.399607      7.059630  9 10 11  93       
+PG08 -16174.128876   4678.986468 -20665.953025      7.636597  7  9  9  80       
+PG09  21153.782580  15670.870941  -4093.290021     71.229801 10  9  9 165       
+PG10  -8800.180583  22384.177671  10628.068069    -70.445240  6  8  4  88       
+PG11 -22554.148415 -12832.523554  -6761.771269   -139.243003 12 10 10 142       
+PG12  11482.922144  15950.209883  17978.343529    -14.881529  8  8  6 138       
+PG13 -24525.966980   4103.913311   9259.177506    276.783548  8  6  7 124       
+PG14  20588.815214 -15023.728661   7372.870920    141.302217  7  6  8 126       
+PG15  13641.915563   9387.862759 -20788.462143   -138.562574 11  7  8 122       
+PG16    442.571794 -26326.230599  -1838.184787   -162.038161 10  7 10 145       
+PG17 -20615.749714  15318.757457   6421.297959    184.224837  7  5  6 129       
+PG18  15114.835057  -8162.822150 -19862.140254    129.639364  9  8  7 136       
+PG19  -9505.369033 -12359.393558 -21531.491393   -126.138348 11  6  6 134       
+PG20 -14250.135976 -11413.423052  19162.353893     48.831113 10  7  8 136       
+PG21  22396.570389   1671.012240 -14241.370711   -134.514051  8  8  8 122       
+PG22  11461.500501 -19241.863400 -14033.329808    150.830311  8  8  7 128       
+PG23 -18686.714128  -4657.619357  18433.121367    316.186556 10  5  6 128       
+PG24 -21995.422084 -15158.246538    179.317730    378.165662 14  8 13 156       
+PG25  15150.579701    639.214365  21791.971739     -0.988753  7  7  6 145       
+PG26    362.001901  15680.327354 -21956.931042   -160.999229  9  7  6  96       
+PG27  18900.889104  16725.718242  -8093.651332 999999.999999
+PG28 -12431.712986  15957.209372 -16556.830675     28.788449  7  6  7 142       
+PG29  23402.292798  -1754.442334  12479.327163    196.726023  8  6  8 132       
+PG30   3630.025157 -25594.629210   5614.731020    333.719577  8  5  7 116       
+PG31   5596.658627 -13983.524971  22066.207295     60.890566  7  8  6 105       
+PG32  -8821.709821 -19955.844542  15707.401027   -226.789471  8  6  6  92       
+*  2011  4  1 22 15  0.00000000
+PG01   7339.374013 -22483.580958  11824.498805 999999.999999
+PG02   3684.043757  17876.703355  19484.992322    328.361611  7  8  5 116       
+PG03   2349.075735 -19473.083214 -18178.480977    696.328267 10  7  8 153       
+PG04 -10565.241569  11876.949079  21102.743024     76.756751  8 10  8 111       
+PG05   1638.292529  26436.443575   -935.726126   -138.191104  8  5  6 114       
+PG06   7911.018393 -19673.121774 -15700.560141   -229.902608  8  8  8 154       
+PG07 -23599.145845  -3664.301027 -11836.048608      7.060468  9 10 11 101       
+PG08 -18020.953824   3351.909343 -19404.989640      7.636514  7 10  9  59       
+PG09  20573.644931  15555.339159  -6902.760031     71.232130 11  9  9 157       
+PG10  -9041.973675  20982.027469  13008.674301    -70.445989  6  8  4 111       
+PG11 -21599.787629 -12971.929469  -9238.612830   -139.245503 12 11 10 156       
+PG12  11330.254709  17887.993784  16172.460886    -14.878964  8  8  6 134       
+PG13 -23489.521938   3442.311634  11817.615291    276.782795  8  6  7 125       
+PG14  21269.936227 -15153.736227   4573.668033    141.304239  8  6  9 108       
+PG15  11601.933791  10682.208655 -21378.881576   -138.559993 11  6  9 120       
+PG16    681.204288 -26366.744696   1063.728483   -162.040661 10  6 10 161       
+PG17 -21236.824979  15355.312799   3629.827951    184.224843  7  4  7 128       
+PG18  15190.945440  -5764.617657 -20651.813799    129.641237 10  9  7 135       
+PG19  -7270.933822 -13423.702293 -21733.154186   -126.141621 11  6  6 127       
+PG20 -14169.551077 -13566.410742  17785.639315     48.831447 10  6  8 134       
+PG21  23613.035212   2658.680500 -12074.527945   -134.516571  9  8  8 130       
+PG22  11676.739818 -17480.728493 -16007.775866    150.829386  9  8  7 133       
+PG23 -16840.725262  -5815.921417  19800.819341    316.184157 10  4  6 134       
+PG24 -21727.761955 -15303.354274  -2632.049836 999999.999999
+PG25  15170.251367   3122.147972  21564.607222     -0.988983  7  7  6 144       
+PG26  -1773.349692  16645.199886 -21103.355350   -161.008560  9  7  6 109       
+PG27  17799.365137  16352.174505 -10692.675323    251.500689 11  9  9 147       
+PG28 -12507.282965  13860.664790 -18270.680647     28.790172  6  7  7 152       
+PG29  22130.809983   -854.670027  14711.939621    196.728515  8  6  7 132       
+PG30   3922.064304 -24760.083276   8317.783390    333.721712  8  5  7 124       
+PG31   7745.726856 -12740.002694  22188.759641     60.894984  7  8  7 116       
+PG32  -8515.965324 -21555.856171  13617.765816   -226.796210  8  6  6  61       
+*  2011  4  1 22 30  0.00000000
+PG01   7642.513300 -20995.015482  14135.273153 999999.999999
+PG02   1585.573954  16991.373243  20491.833787    328.363439  7  8  5 115       
+PG03   3946.191095 -20587.097213 -16535.784695    696.333519 10  8  8 154       
+PG04 -12721.195457  10757.700412  20542.522012     76.766452  8 10  8 104       
+PG05   1353.618226  26397.899133   1913.175823   -138.196552  7  5  6 113       
+PG06   9438.487821 -20502.831108 -13665.996359   -230.007579  8  9  8 158       
+PG07 -24595.954791  -4360.091356  -9320.126980      7.061093 10 10 12  93       
+PG08 -19801.039302   2220.706841 -17815.058011      7.636322  7 10  9 121       
+PG09  19711.087128  15337.692468  -9595.325277     71.235097 12  9  9  65       
+PG10  -9362.486998  19334.374466  15158.479027    -70.447417  5  8  4  95       
+PG11 -20394.553516 -13092.363873 -11561.302760   -139.248266 12 11 10 159       
+PG12  11273.555727  19611.183267  14090.874283    -14.876548  8  7  7 133       
+PG13 -22247.254126   2586.172713  14171.711479    276.781219  9  5  7 129       
+PG14  21665.309417 -15157.173442   1695.345938    141.306427  9  7  9 114       
+PG15   9590.711885  12104.858817 -21601.693574   -138.557143 10  6  9 116       
+PG16    926.360782 -26089.647923   3946.996314   -162.043105  8  5  9 155       
+PG17 -21583.260328  15253.799913    775.165209    184.225274  8  4  6 130       
+PG18  15381.376261  -3306.158778 -21074.567175    129.642959 10  9  6 143       
+PG19  -5090.097299 -14604.651487 -21560.823310   -126.145136 11  6  7 136       
+PG20 -14175.214609 -15546.814314  16100.052057     48.831613 10  6  8 133       
+PG21  24646.380210   3464.637634  -9702.016775   -134.518953  9  8  8 127       
+PG22  11982.285181 -15523.127550 -17702.437948    150.828775  9  8  7 131       
+PG23 -14943.089469  -7145.929811  20830.700397    316.181779 10  3  5 136       
+PG24 -21195.053516 -15307.467621  -5398.843880 999999.999999
+PG25  15316.549973   5553.760153  20965.772863     -0.989259  7  7  6 143       
+PG26  -3755.736136  17677.351070 -19901.623016   -161.017892  9  7  6 126       
+PG27  16410.699852  15926.671944 -13104.883757    251.506450 12  9 10 143       
+PG28 -12697.185863  11590.218873 -19654.086879     28.792360  6  6  7 153       
+PG29  20705.069094    233.384178  16692.176807    196.731046  7  6  7 137       
+PG30   4290.585873 -23641.643377  10875.237289    333.724904  7  5  7 124       
+PG31   9952.444950 -11622.295487  21936.851214     60.899660  7  8  7 108       
+PG32  -8300.431250 -22924.570057  11302.059074   -226.802926  8  5  5  93       
+*  2011  4  1 22 45  0.00000000
+PG01   8055.766879 -19277.099598  16199.423483 999999.999999
+PG02   -644.908764  16174.430881  21150.273138    328.365697  7  9  5 119       
+PG03   5351.033711 -21637.740019 -14612.953030    696.337844  9  8  8 157       
+PG04 -14847.893838   9778.507166  19624.354598     76.775933  8 10  9 115       
+PG05   1026.234120  26055.223545   4728.929410   -138.201891  6  5  7 106       
+PG06  10737.308469 -21246.182314 -11391.561635   -230.112437  8  9  8 153       
+PG07 -25359.756120  -4884.649802  -6645.608141      7.061778 10 10 12  97       
+PG08 -21467.195294   1287.984908 -15924.262985      7.635203  7 11 10  47       
+PG09  18568.392394  15059.266982 -12126.365944     71.237336 12 10  9 112       
+PG10  -9787.444706  17475.466951  17039.369573    -70.448051  5  8  4  83       
+PG11 -18953.536908 -13224.701443 -13691.419165   -139.251164 13 11  9 151       
+PG12  11283.339267  21087.327808  11769.232605    -14.873758  8  7  8 126       
+PG13 -20841.128051   1522.263826  16280.358851    276.780009  9  5  7 128       
+PG14  21788.099823 -14996.757519  -1212.354195    141.308696  9  8  9 136       
+PG15   7649.217095  13630.691532 -21452.575512   -138.554204 10  6  9 100       
+PG16   1216.072679 -25502.273488   6761.117333   -162.045657  7  6  9 156       
+PG17 -21670.222590  14979.963378  -2093.006098    184.225493  8  5  6 135       
+PG18  15688.982178   -835.960726 -21123.831526    129.644812 11  9  6 142       
+PG19  -3004.444606 -15876.489576 -21016.426303   -126.148784 11  6  8 131       
+PG20 -14242.408490 -17319.399666  14135.268056     48.831510 10  6  8 136       
+PG21  25463.366894   4105.246305  -7165.319440   -134.521620  8  7  9 140       
+PG22  12397.273821 -13407.885598 -19087.543687    150.827988 10  9  7 127       
+PG23 -13039.085095  -8634.145871  21504.283656    316.179713  9  4  4 136       
+PG24 -20387.427638 -15205.742347  -8074.116814 999999.999999
+PG25  15577.769597   7886.714679  20005.845271     -0.989571  7  7  7 137       
+PG26  -5554.119222  18740.265835 -18369.592180   -161.027507  8  7  6  85       
+PG27  14746.661706  15489.500301 -15286.268354    251.510803 12 10 10 138       
+PG28 -13018.296806   9193.110108 -20681.632188     28.794499  5  7  7 153       
+PG29  19168.741576   1513.122765  18386.344219    196.733732  7  6  7 138       
+PG30   4766.065514 -22264.363765  13241.518923    333.727985  7  5  7 118       
+PG31  12171.481717 -10649.370356  21315.278120     60.904168  8  9  8 115       
+PG32  -8145.444220 -24034.843658   8798.547423   -226.809446  7  5  5  93       
+*  2011  4  1 23  0  0.00000000
+PG01   8601.293390 -17368.337114  17980.900127 999999.999999
+PG02  -2968.412686  15450.032835  21447.779995    328.367805  8  9  6 112       
+PG03   6556.363748 -22584.035907 -12441.271259    696.342509  9  9  9 160       
+PG04 -16899.442219   8945.970210  18365.423664     76.784956  8 10 10 129       
+PG05    621.241491  25420.750994   7462.742918   -138.206942  5  5  7  88       
+PG06  11804.315354 -21863.230215  -8917.273289   -230.216910  8  9  8 160       
+PG07 -25860.288019  -5263.962629  -3858.072428      7.062988 10 10 12 122       
+PG08 -22973.997252    547.619444 -13765.472971      7.635255  8 12 10  54       
+PG09  17156.435707  14761.137881 -14454.442200     71.240070 12 10 10 131       
+PG10 -10336.364611  15445.529587  18618.171317    -70.448078  6  8  4  88       
+PG11 -17298.377576 -13397.141733 -15593.754134   -139.253833 13 11  9 157       
+PG12  11325.453107  22291.286467   9247.189834    -14.871581  7  7  8 126       
+PG13 -19316.538937    245.860415  18106.603553    276.778584  9  5  6 135       
+PG14  21659.670380 -14639.653738  -4098.978119    141.310654  9  9  9 130       
+PG15   5813.875612  15228.096035 -20933.605977   -138.551562 10  6  9 111       
+PG16   1586.232582 -24621.054057   9456.905754   -162.048406  6  6  9 153       
+PG17 -21520.556154  14504.389382  -4924.593837    184.225691  8  6  6 139       
+PG18  16108.839746   1597.652389 -20799.864636    129.646573 11  8  6 155       
+PG19  -1050.724775 -17207.026642 -20108.355793   -126.152021 11  7  8 135       
+PG20 -14341.435189 -18855.356039  11925.744209     48.831712 10  5  8 132       
+PG21  26036.106896   4603.112708  -4508.108427   -134.524151  8  7  9 138       
+PG22  12934.068454 -11178.080238 -20138.798717    150.827134 11  9  6 130       
+PG23 -11171.911809 -10259.085671  21809.062949    316.177443  9  5  3 142       
+PG24 -19303.190142 -15035.371782 -10612.338979 999999.999999
+PG25  15934.716682  10076.998059  18701.418613     -0.989881  7  7  7 134       
+PG26  -7144.380373  19793.007433 -16530.669426   -161.036953  8  7  7  89       
+PG27  12828.382739  15079.148277 -17196.307399    251.514543 12 10 10 134       
+PG28 -13479.428599   6720.262548 -21334.630851     28.796481  6  7  7 158       
+PG29  17566.751810   2979.698160  19765.687377    196.735923  6  6  6 137       
+PG30   5373.740786 -20660.724387  15374.123128    333.729427  6  6  7 124       
+PG31  14355.421061  -9832.161214  20334.913607     60.908671  8  9  9 124       
+PG32  -8017.417753 -24866.606882   6148.610920   -226.815939  7  6  5  90       
+*  2011  4  1 23 15  0.00000000
+PG01   9294.150807 -15312.271801  19448.651658 999999.999999
+PG02  -5341.714420  14835.801190  21377.860048    328.369868  8  9  8 120       
+PG03   7562.574316 -23385.626232 -10056.578418    696.347092 10  9  9 160       
+PG04 -18830.876388   8258.710823  16788.738403     76.793915  8 10 11 129       
+PG05    106.919559  24515.057062  10067.251105   -138.211994  6  6  7  98       
+PG06  12644.630988 -22315.974737  -6286.666407   -230.321574  8 10  9 158       
+PG07 -26074.332884  -5529.370913  -1004.952392      7.063759 10 10 12 131       
+PG08 -24279.401624    -14.778057 -11375.736602      7.633942  8 12 10  89       
+PG09  15494.324166  14482.472323 -16541.862044     71.241749 12 10 10 143       
+PG10 -11021.620772  13289.282064  19867.274648    -70.449099  6  8  4  91       
+PG11 -15456.588369 -13634.037604 -17236.824214   -139.256857 13 11  8 158       
+PG12  11362.528699  23206.044549   6567.742859    -14.868681  6  7  9 124       
+PG13 -17720.587216  -1238.843652  19618.326424    276.777155  9  5  6 131       
+PG14  21308.661563 -14058.947702  -6914.255619    141.312858  9 10  9 135       
+PG15   4115.316024  16860.061156 -20053.262578   -138.548943 10  6  9 108       
+PG16   2068.973055 -23470.882727  11987.391545   -162.050821  6  7  8 157       
+PG17 -21163.789462  13803.856561  -7670.011783    184.225683  8  7  5 143       
+PG18  16628.460772   3948.265752 -20109.665428    129.648366 11  8  6 156       
+PG19    740.416489 -18558.777542 -18851.393333   -126.155467 11  7  9 139       
+PG20 -14438.908220 -20133.226362   9510.081361     48.831984 10  5  8 131       
+PG21  26343.032101   4985.967669  -1775.502644   -134.526128  9  7  9 137       
+PG22  13597.640799  -8879.513410 -20837.836252    150.826300 11  9  6 128       
+PG23  -9381.145543 -11991.908855  21738.782900    316.175189  9  6  2 144       
+PG24 -17949.044821 -14834.038066 -12970.148065 999999.999999
+PG25  16361.494415  12085.421371  17075.014518     -0.990161  7  7  8 137       
+PG26  -8510.120143  20791.677905 -14413.601813   -161.045920  8  7  7 106       
+PG27  10685.846488  14730.621668 -18798.866702    251.517880 13 10 10 125       
+PG28 -14080.866123   4224.376061 -21601.522941     28.798485  6  7  7 159       
+PG29  15943.612889   4620.022630  20806.858542    196.738372  5  7  6 137       
+PG30   6132.365245 -18869.480812  17234.468966    333.731838  6  6  7 129       
+PG31  16456.386819  -9173.287963  19012.510462     60.913464  8  9  9 123       
+PG32  -7880.235211 -25407.532102   3396.142305   -226.822512  7  6  5  98       
+*  2011  4  1 23 30  0.00000000
+PG01  10141.546697 -13155.905808  20577.185873 999999.999999
+PG02  -7718.788114  14342.137664  20940.258812    328.371824  7  9  9 119       
+PG03   8377.555268 -24004.340147  -7498.759375    696.351410 10  9  9 162       
+PG04 -20599.755863   7707.628527  14922.646971     76.803108  8 10 12 130       
+PG05   -543.831815  23366.172714  12497.352887   -138.217348  7  7  7 111       
+PG06  13271.244772 -22569.925086  -3545.977479   -230.426513  9 10  9 157       
+PG07 -25986.611750  -5716.179933   1865.247899      7.064472 11 10 12 149       
+PG08 -25346.232080   -421.094313  -8795.655654      7.633634  9 13 11 120       
+PG09  13608.754808  14258.992031 -18355.170864     71.245352 13 10 10 145       
+PG10 -11847.813286  11054.287141  20765.139416    -70.450711  6  8  5  81       
+PG11 -13460.680182 -13954.874139 -18593.329490   -139.259398 13 11  7 160       
+PG12  11355.558832  23823.232403   3776.518507    -14.866496  5  7  9 114       
+PG13 -16100.290355  -2918.678156  20788.842887    276.776111  9  5  6 128       
+PG14  20769.787974 -13234.899581  -9609.007143    141.314869  9 10  9 136       
+PG15   2577.340099  18485.489968 -18826.307741   -138.546125 10  6  9 108       
+PG16   2691.204888 -22084.150522  14308.669287   -162.053412  7  8  8 160       
+PG17 -20634.879912  12862.452263 -10281.093722    184.225605  8  8  4 138       
+PG18  17228.325838   6172.993890 -19066.750926    129.649953 11  8  7 126       
+PG19   2345.471162 -19890.336584 -17266.515141   -126.159030 11  7  9 139       
+PG20 -14499.190552 -21139.553486   6930.320659     48.831946 10  5  8 130       
+PG21  26369.628727   5285.385260    986.660906   -134.528554 10  7  9 132       
+PG22  14385.262654  -6559.081520 -21172.551837    150.825606 12 10  7 130       
+PG23  -7701.329095 -13797.345039  21293.614888    316.172749  9  6  2 144       
+PG24 -16340.011255 -14638.346627 -15107.073569 999999.999999
+PG25  16826.558934  13878.937817  15154.690111     -0.990470  7  7  9 129       
+PG26  -9643.193026  21691.034133 -12052.178104   -161.055307  7  6  7 105       
+PG27   8356.997672  14473.876895 -20063.051243    251.522958 13 10 10 126       
+PG28 -14814.282871   1757.947164 -21478.095103     28.800296  7  7  8 158       
+PG29  14341.795385   6413.096915  21492.291182    196.741046  5  7  6 134       
+PG30   7053.219603 -16934.253992  18788.696211    333.735330  6  7  7 130       
+PG31  18427.687356  -8667.091240  17370.421817     60.917966  9  9 10 117       
+PG32  -7696.748355 -25653.440589    586.903979   -226.829140  8  6  5  98       
+*  2011  4  1 23 45  0.00000000
+PG01  11142.410830 -10947.991832  21347.023765 999999.999999
+PG02 -10052.364315  13971.819994  20141.065288    328.374063  8  9  9 120       
+PG03   9016.265646 -24405.724267  -4811.143136    696.356569 10 10  9 160       
+PG04 -22167.650113   7276.464890  12800.267345     76.812184  8 10 12 133       
+PG05  -1352.232851  22008.519254  14711.007077   -138.222688  7  8  8 103       
+PG06  13704.281876 -22595.530624   -743.280676   -230.531730  9 11  9 155       
+PG07 -25590.391948  -5862.122604   4703.748360      7.065146 12 10 12 146       
+PG08 -26143.486691   -699.680197  -6068.723811      7.633794 10 13 11 126       
+PG09  11533.119503  14121.594942 -19865.564601     71.247050 13  9 10 140       
+PG10 -12811.470935   8789.199304  21296.666341    -70.452017  6  8  5  75       
+PG11 -11347.117618 -14373.432419 -19640.558552   -139.262146 13 11  6 159       
+PG12  11265.543571  24143.328049    921.020305    -14.863887  6  8 10 109       
+PG13 -14500.802980  -4771.796870  21597.407879    276.774817  9  6  7 134       
+PG14  20082.398170 -12155.926715 -12136.041369    141.316953  9 11  9 146       
+PG15   1216.162025  20060.691194 -17273.562198   -138.543201 10  6  9 110       
+PG16   3473.374418 -20499.502124  16380.678259   -162.055932  7  8  8 157       
+PG17 -19972.747431  11672.405757 -12711.987632    184.225997  9  9  5 143       
+PG18  17882.709577   8233.937611 -17690.807306    129.651754 11  8  8 139       
+PG19   3748.826478 -21157.932709 -15380.578653   -126.162414 11  7 10 141       
+PG20 -14485.922515 -21869.220230   4231.188056     48.831590  9  5  8 128       
+PG21  26108.917156   5535.389285   3732.531660   -134.532081 10  8  9 134       
+PG22  15286.517567  -4263.110010 -21137.316285    150.824805 12 10  7 134       
+PG23  -6160.754285 -15634.887338  20480.225334    316.170701  9  7  3 144       
+PG24 -14499.037281 -14482.302268 -16986.225328 999999.999999
+PG25  17294.006010  15431.726030  12973.551129     -0.990788  7  7  9 126       
+PG26 -10543.948378  22446.207980  -9484.831465   -161.064306  7  6  8  98       
+PG27   5886.496793  14332.445490 -20963.976317    251.527096 13 10 10 146       
+PG28 -15663.042369   -628.688654 -20967.522551     28.802549  8  7  8 148       
+PG29  12800.190220   8330.644503  21810.477710    196.743378  6  7  5 133       
+PG30   8139.428491 -14901.915052  20008.379382    333.736848  6  8  7 130       
+PG31  20225.422236  -8299.979846  15436.244396     60.922600  9 10 10 132       
+PG32  -7430.330659 -25608.428538  -2232.153237   -226.835787  8  7  5 104       
+EOF
diff --git a/util/data/igr_igs.diff b/util/data/igr_igs.diff
new file mode 100644
index 0000000..8e369f6
--- /dev/null
+++ b/util/data/igr_igs.diff
@@ -0,0 +1,3072 @@
+1629 432000  1    0.103    0.103    0.009    0.000 
+1629 432000  2   -0.010   -0.006    0.017   -0.588 
+1629 432000  3   -0.011    0.009    0.000   -0.599 
+1629 432000  4   -0.003   -0.007    0.016   -0.549 
+1629 432000  5    0.001   -0.005    0.015   -0.619 
+1629 432000  6   -0.008    0.005    0.001   -0.600 
+1629 432000  7   -0.002   -0.021    0.009   -0.593 
+1629 432000  8    0.003   -0.012   -0.004   -0.544 
+1629 432000  9    0.011   -0.003    0.015   -0.591 
+1629 432000 10    0.000   -0.010    0.008   -0.602 
+1629 432000 11   -0.018    0.001    0.000   -0.572 
+1629 432000 12   -0.005    0.000    0.000   -0.585 
+1629 432000 13   -0.003   -0.011    0.012   -0.588 
+1629 432000 14    0.002    0.008   -0.002   -0.582 
+1629 432000 15    0.020   -0.005    0.010   -0.614 
+1629 432000 16   -0.002    0.000   -0.002   -0.600 
+1629 432000 17   -0.003    0.012   -0.002   -0.591 
+1629 432000 18   -0.007   -0.010    0.001   -0.603 
+1629 432000 19   -0.004    0.017   -0.004   -0.568 
+1629 432000 20    0.000    0.002   -0.001   -0.604 
+1629 432000 21   -0.003    0.002   -0.001   -0.599 
+1629 432000 22   -0.012   -0.011    0.003   -0.590 
+1629 432000 23    0.000   -0.012    0.007   -0.581 
+1629 432000 24   -0.029    0.011    0.010    0.000 
+1629 432000 25    0.000   -0.005    0.005   -0.604 
+1629 432000 26    0.006    0.000    0.000   -0.599 
+1629 432000 27    0.014   -0.007    0.011   -0.606 
+1629 432000 28    0.004   -0.010   -0.007   -0.592 
+1629 432000 29   -0.006    0.005    0.005   -0.621 
+1629 432000 30   -0.002    0.001    0.006   -0.602 
+1629 432000 31   -0.006   -0.008    0.005   -0.595 
+1629 432000 32   -0.003   -0.004    0.000   -0.587 
+1629 432900  1    0.091    0.111    0.006    0.000 
+1629 432900  2   -0.008   -0.006    0.016   -0.590 
+1629 432900  3   -0.009    0.008    0.000   -0.597 
+1629 432900  4   -0.003   -0.006    0.015   -0.549 
+1629 432900  5   -0.001   -0.006    0.014   -0.620 
+1629 432900  6   -0.006    0.005    0.001   -0.597 
+1629 432900  7   -0.002   -0.019    0.011   -0.592 
+1629 432900  8    0.000   -0.011   -0.003   -0.541 
+1629 432900  9    0.011   -0.002    0.013   -0.589 
+1629 432900 10    0.000   -0.011    0.006   -0.603 
+1629 432900 11   -0.016    0.002    0.000   -0.575 
+1629 432900 12   -0.005    0.002    0.001   -0.582 
+1629 432900 13   -0.003   -0.010    0.010   -0.588 
+1629 432900 14    0.002    0.007   -0.002   -0.583 
+1629 432900 15    0.018   -0.003    0.008   -0.612 
+1629 432900 16   -0.002    0.000   -0.001   -0.599 
+1629 432900 17   -0.002    0.012   -0.002   -0.591 
+1629 432900 18   -0.006   -0.009    0.001   -0.599 
+1629 432900 19   -0.003    0.014   -0.004   -0.567 
+1629 432900 20   -0.001    0.002   -0.001   -0.601 
+1629 432900 21   -0.003    0.003    0.000   -0.597 
+1629 432900 22   -0.013   -0.009    0.002   -0.594 
+1629 432900 23   -0.001   -0.011    0.006   -0.579 
+1629 432900 24   -0.030    0.011    0.008    0.000 
+1629 432900 25    0.000   -0.005    0.005   -0.605 
+1629 432900 26    0.004    0.000    0.000   -0.598 
+1629 432900 27    0.013   -0.006    0.009   -0.603 
+1629 432900 28    0.003   -0.010   -0.006   -0.592 
+1629 432900 29   -0.005    0.003    0.006   -0.618 
+1629 432900 30   -0.002    0.002    0.006   -0.600 
+1629 432900 31   -0.004   -0.007    0.005   -0.591 
+1629 432900 32   -0.004   -0.005    0.001   -0.585 
+1629 433800  1    0.080    0.121    0.003    0.000 
+1629 433800  2   -0.008   -0.004    0.015   -0.588 
+1629 433800  3   -0.008    0.009    0.002   -0.594 
+1629 433800  4   -0.004   -0.006    0.015   -0.550 
+1629 433800  5   -0.002   -0.007    0.014   -0.617 
+1629 433800  6   -0.005    0.005    0.002   -0.595 
+1629 433800  7   -0.001   -0.018    0.011   -0.591 
+1629 433800  8   -0.001   -0.011   -0.002   -0.537 
+1629 433800  9    0.011   -0.001    0.009   -0.586 
+1629 433800 10   -0.001   -0.010    0.005   -0.600 
+1629 433800 11   -0.015    0.001    0.000   -0.576 
+1629 433800 12   -0.004    0.002    0.002   -0.583 
+1629 433800 13   -0.003   -0.010    0.008   -0.588 
+1629 433800 14    0.002    0.008   -0.001   -0.581 
+1629 433800 15    0.016   -0.004    0.007   -0.612 
+1629 433800 16   -0.003    0.002   -0.001   -0.600 
+1629 433800 17    0.000    0.011   -0.004   -0.591 
+1629 433800 18   -0.006   -0.008    0.001   -0.599 
+1629 433800 19   -0.001    0.013   -0.003   -0.565 
+1629 433800 20   -0.001    0.002   -0.001   -0.601 
+1629 433800 21   -0.003    0.004    0.001   -0.597 
+1629 433800 22   -0.011   -0.008    0.001   -0.592 
+1629 433800 23   -0.001   -0.009    0.004   -0.580 
+1629 433800 24   -0.029    0.011    0.007    0.000 
+1629 433800 25    0.001   -0.005    0.006   -0.602 
+1629 433800 26    0.003    0.000    0.001   -0.596 
+1629 433800 27    0.011   -0.005    0.008   -0.602 
+1629 433800 28    0.003   -0.011   -0.005   -0.592 
+1629 433800 29   -0.005    0.003    0.006   -0.615 
+1629 433800 30   -0.002    0.002    0.006   -0.599 
+1629 433800 31   -0.002   -0.006    0.005   -0.589 
+1629 433800 32   -0.004   -0.004    0.001   -0.585 
+1629 434700  1    0.072    0.129   -0.003    0.000 
+1629 434700  2   -0.007   -0.004    0.014   -0.587 
+1629 434700  3   -0.007    0.008    0.002   -0.595 
+1629 434700  4   -0.003   -0.005    0.013   -0.553 
+1629 434700  5   -0.002   -0.008    0.013   -0.618 
+1629 434700  6   -0.006    0.006    0.002   -0.596 
+1629 434700  7   -0.002   -0.017    0.010   -0.589 
+1629 434700  8   -0.001   -0.010   -0.002   -0.538 
+1629 434700  9    0.011    0.000    0.007   -0.584 
+1629 434700 10   -0.002   -0.009    0.004   -0.601 
+1629 434700 11   -0.013    0.001    0.000   -0.579 
+1629 434700 12   -0.004    0.003    0.002   -0.582 
+1629 434700 13   -0.002   -0.008    0.006   -0.590 
+1629 434700 14    0.003    0.008   -0.001   -0.582 
+1629 434700 15    0.014   -0.004    0.007   -0.612 
+1629 434700 16   -0.003    0.003   -0.001   -0.600 
+1629 434700 17    0.001    0.011   -0.004   -0.593 
+1629 434700 18   -0.005   -0.007    0.001   -0.598 
+1629 434700 19    0.000    0.011   -0.002   -0.565 
+1629 434700 20   -0.001    0.002   -0.001   -0.601 
+1629 434700 21   -0.004    0.005    0.002   -0.596 
+1629 434700 22   -0.011   -0.005    0.001   -0.594 
+1629 434700 23   -0.001   -0.008    0.004   -0.582 
+1629 434700 24   -0.029    0.011    0.004    0.000 
+1629 434700 25    0.001   -0.004    0.006   -0.603 
+1629 434700 26    0.001    0.000    0.000   -0.596 
+1629 434700 27    0.011   -0.005    0.007   -0.612 
+1629 434700 28    0.001   -0.012   -0.004   -0.591 
+1629 434700 29   -0.004    0.003    0.005   -0.616 
+1629 434700 30   -0.001    0.003    0.005   -0.600 
+1629 434700 31   -0.001   -0.005    0.005   -0.589 
+1629 434700 32   -0.006   -0.004    0.001   -0.586 
+1629 435600  1    0.063    0.139   -0.011    0.000 
+1629 435600  2   -0.006   -0.003    0.013   -0.589 
+1629 435600  3   -0.006    0.008    0.002   -0.595 
+1629 435600  4   -0.003   -0.005    0.011   -0.548 
+1629 435600  5   -0.004   -0.007    0.012   -0.615 
+1629 435600  6   -0.004    0.006    0.001   -0.597 
+1629 435600  7   -0.002   -0.015    0.010   -0.588 
+1629 435600  8   -0.002   -0.008   -0.002   -0.538 
+1629 435600  9    0.010    0.001    0.005   -0.583 
+1629 435600 10   -0.002   -0.009    0.003   -0.601 
+1629 435600 11   -0.012    0.002    0.001   -0.584 
+1629 435600 12   -0.004    0.004    0.002   -0.584 
+1629 435600 13   -0.003   -0.008    0.004   -0.591 
+1629 435600 14    0.003    0.008    0.000   -0.582 
+1629 435600 15    0.011   -0.003    0.006   -0.612 
+1629 435600 16   -0.003    0.003   -0.001   -0.600 
+1629 435600 17    0.003    0.010   -0.004   -0.596 
+1629 435600 18   -0.005   -0.006    0.000   -0.598 
+1629 435600 19    0.000    0.009   -0.001   -0.565 
+1629 435600 20   -0.001    0.002   -0.001   -0.603 
+1629 435600 21   -0.004    0.006    0.002   -0.596 
+1629 435600 22   -0.010   -0.004    0.001   -0.594 
+1629 435600 23   -0.003   -0.007    0.005   -0.581 
+1629 435600 24   -0.028    0.011    0.002    0.000 
+1629 435600 25    0.001   -0.004    0.005   -0.607 
+1629 435600 26    0.000    0.002    0.001   -0.592 
+1629 435600 27    0.009   -0.004    0.006   -0.609 
+1629 435600 28    0.000   -0.011   -0.003   -0.593 
+1629 435600 29   -0.002    0.002    0.006   -0.616 
+1629 435600 30   -0.002    0.002    0.006   -0.600 
+1629 435600 31   -0.002   -0.005    0.006   -0.591 
+1629 435600 32   -0.007   -0.004    0.002   -0.588 
+1629 436500  1    0.057    0.144   -0.019    0.000 
+1629 436500  2   -0.006   -0.001    0.012   -0.589 
+1629 436500  3   -0.005    0.007    0.003   -0.594 
+1629 436500  4   -0.005   -0.004    0.009   -0.555 
+1629 436500  5   -0.005   -0.008    0.011   -0.617 
+1629 436500  6   -0.004    0.006    0.002   -0.597 
+1629 436500  7   -0.002   -0.013    0.010   -0.587 
+1629 436500  8   -0.003   -0.008   -0.001   -0.535 
+1629 436500  9    0.010    0.001    0.004   -0.585 
+1629 436500 10   -0.003   -0.008    0.002   -0.601 
+1629 436500 11   -0.010    0.001    0.000   -0.584 
+1629 436500 12   -0.004    0.004    0.001   -0.584 
+1629 436500 13   -0.002   -0.007    0.003   -0.593 
+1629 436500 14    0.003    0.008    0.001   -0.584 
+1629 436500 15    0.009   -0.003    0.006   -0.612 
+1629 436500 16   -0.003    0.005   -0.001   -0.601 
+1629 436500 17    0.004    0.010   -0.004   -0.597 
+1629 436500 18   -0.005   -0.005    0.000   -0.597 
+1629 436500 19    0.000    0.009    0.000   -0.565 
+1629 436500 20    0.000    0.002   -0.002   -0.600 
+1629 436500 21   -0.003    0.006    0.002   -0.594 
+1629 436500 22   -0.009   -0.002    0.001   -0.593 
+1629 436500 23   -0.002   -0.005    0.005   -0.584 
+1629 436500 24   -0.027    0.011    0.000    0.000 
+1629 436500 25    0.001   -0.004    0.004   -0.609 
+1629 436500 26    0.000    0.003    0.002   -0.592 
+1629 436500 27    0.007   -0.003    0.006   -0.612 
+1629 436500 28    0.000   -0.012   -0.001   -0.594 
+1629 436500 29   -0.003    0.003    0.007   -0.616 
+1629 436500 30   -0.001    0.002    0.006   -0.600 
+1629 436500 31   -0.001   -0.004    0.007   -0.592 
+1629 436500 32   -0.007   -0.003    0.002   -0.589 
+1629 437400  1    0.052    0.150   -0.030    0.000 
+1629 437400  2   -0.005   -0.001    0.011   -0.593 
+1629 437400  3   -0.005    0.008    0.003   -0.594 
+1629 437400  4   -0.004   -0.003    0.007   -0.553 
+1629 437400  5   -0.006   -0.007    0.010   -0.615 
+1629 437400  6   -0.003    0.006    0.002   -0.595 
+1629 437400  7   -0.002   -0.010    0.009   -0.589 
+1629 437400  8   -0.003   -0.007    0.000   -0.531 
+1629 437400  9    0.010    0.001    0.002   -0.583 
+1629 437400 10   -0.003   -0.008    0.001   -0.601 
+1629 437400 11   -0.008    0.002    0.001   -0.586 
+1629 437400 12   -0.003    0.005    0.002   -0.583 
+1629 437400 13   -0.003   -0.007    0.001   -0.595 
+1629 437400 14    0.004    0.007    0.001   -0.582 
+1629 437400 15    0.008   -0.002    0.005   -0.610 
+1629 437400 16   -0.002    0.004   -0.001   -0.600 
+1629 437400 17    0.004    0.008   -0.005   -0.598 
+1629 437400 18   -0.005   -0.005    0.000   -0.597 
+1629 437400 19    0.001    0.008    0.001   -0.565 
+1629 437400 20    0.000    0.003   -0.001   -0.602 
+1629 437400 21   -0.002    0.005    0.002   -0.594 
+1629 437400 22   -0.010   -0.001    0.001   -0.595 
+1629 437400 23   -0.003   -0.005    0.005   -0.585 
+1629 437400 24   -0.026    0.011   -0.001    0.000 
+1629 437400 25    0.001   -0.004    0.003   -0.603 
+1629 437400 26   -0.002    0.003    0.001   -0.590 
+1629 437400 27    0.006   -0.003    0.006   -0.610 
+1629 437400 28   -0.001   -0.012    0.001   -0.592 
+1629 437400 29   -0.001    0.002    0.007   -0.616 
+1629 437400 30   -0.002    0.002    0.007   -0.600 
+1629 437400 31   -0.001   -0.004    0.007   -0.592 
+1629 437400 32   -0.008   -0.003    0.003   -0.591 
+1629 438300  1    0.045    0.151   -0.039    0.000 
+1629 438300  2   -0.005    0.001    0.010   -0.594 
+1629 438300  3   -0.004    0.008    0.003   -0.594 
+1629 438300  4   -0.003   -0.003    0.006   -0.556 
+1629 438300  5   -0.007   -0.007    0.009   -0.616 
+1629 438300  6   -0.003    0.005    0.003   -0.595 
+1629 438300  7   -0.001   -0.009    0.009   -0.590 
+1629 438300  8   -0.002   -0.006    0.000   -0.535 
+1629 438300  9    0.009    0.002    0.001   -0.584 
+1629 438300 10   -0.003   -0.006    0.000   -0.604 
+1629 438300 11   -0.006    0.001    0.001   -0.587 
+1629 438300 12   -0.003    0.006    0.002   -0.585 
+1629 438300 13   -0.002   -0.005    0.001   -0.597 
+1629 438300 14    0.004    0.007    0.001   -0.585 
+1629 438300 15    0.006   -0.002    0.003   -0.612 
+1629 438300 16   -0.003    0.005   -0.001   -0.602 
+1629 438300 17    0.006    0.007   -0.005   -0.599 
+1629 438300 18   -0.004   -0.004   -0.001   -0.599 
+1629 438300 19    0.001    0.008    0.002   -0.567 
+1629 438300 20    0.000    0.003   -0.001   -0.599 
+1629 438300 21   -0.001    0.006    0.001   -0.594 
+1629 438300 22   -0.008   -0.002    0.001   -0.598 
+1629 438300 23   -0.002   -0.004    0.004   -0.587 
+1629 438300 24   -0.023    0.010   -0.002   -0.590 
+1629 438300 25    0.000   -0.003    0.003   -0.605 
+1629 438300 26   -0.001    0.003    0.002   -0.593 
+1629 438300 27    0.005   -0.003    0.006   -0.602 
+1629 438300 28   -0.001   -0.011    0.002   -0.595 
+1629 438300 29   -0.001    0.003    0.007   -0.618 
+1629 438300 30   -0.002    0.002    0.007   -0.602 
+1629 438300 31    0.000   -0.003    0.008   -0.596 
+1629 438300 32   -0.010   -0.002    0.003   -0.594 
+1629 439200  1    0.043    0.150   -0.049    0.000 
+1629 439200  2   -0.004    0.003    0.008   -0.594 
+1629 439200  3   -0.004    0.008    0.003   -0.593 
+1629 439200  4   -0.004   -0.001    0.005   -0.556 
+1629 439200  5   -0.008   -0.007    0.008   -0.617 
+1629 439200  6   -0.003    0.006    0.003   -0.592 
+1629 439200  7    0.000   -0.008    0.009   -0.589 
+1629 439200  8   -0.001   -0.004    0.002   -0.532 
+1629 439200  9    0.008    0.003    0.000   -0.582 
+1629 439200 10   -0.003   -0.005    0.000   -0.603 
+1629 439200 11   -0.005    0.000    0.001   -0.587 
+1629 439200 12   -0.004    0.006    0.001   -0.584 
+1629 439200 13   -0.003   -0.005    0.000   -0.597 
+1629 439200 14    0.004    0.005    0.002   -0.586 
+1629 439200 15    0.004   -0.001    0.004   -0.610 
+1629 439200 16   -0.002    0.005   -0.002   -0.602 
+1629 439200 17    0.006    0.006   -0.005   -0.600 
+1629 439200 18   -0.004   -0.004    0.000   -0.600 
+1629 439200 19    0.001    0.007    0.003   -0.565 
+1629 439200 20    0.000    0.003    0.000   -0.601 
+1629 439200 21    0.000    0.005    0.002   -0.593 
+1629 439200 22   -0.007    0.000    0.001   -0.598 
+1629 439200 23   -0.003   -0.003    0.005   -0.588 
+1629 439200 24   -0.022    0.011   -0.004   -0.594 
+1629 439200 25   -0.001   -0.002    0.003   -0.606 
+1629 439200 26   -0.002    0.003    0.002   -0.593 
+1629 439200 27    0.004   -0.003    0.006   -0.611 
+1629 439200 28   -0.002   -0.009    0.003   -0.595 
+1629 439200 29   -0.001    0.004    0.007   -0.617 
+1629 439200 30   -0.001    0.002    0.007   -0.600 
+1629 439200 31    0.002   -0.004    0.008   -0.596 
+1629 439200 32   -0.010   -0.002    0.003   -0.594 
+1629 440100  1    0.038    0.148   -0.063    0.000 
+1629 440100  2   -0.004    0.004    0.007   -0.600 
+1629 440100  3   -0.003    0.008    0.003   -0.594 
+1629 440100  4   -0.003   -0.002    0.004   -0.562 
+1629 440100  5   -0.008   -0.005    0.007   -0.617 
+1629 440100  6   -0.003    0.006    0.003   -0.593 
+1629 440100  7    0.000   -0.005    0.009   -0.592 
+1629 440100  8   -0.002   -0.003    0.001   -0.532 
+1629 440100  9    0.008    0.002   -0.001   -0.585 
+1629 440100 10   -0.004   -0.004   -0.001   -0.604 
+1629 440100 11   -0.003    0.001    0.003   -0.593 
+1629 440100 12   -0.004    0.005    0.001   -0.587 
+1629 440100 13   -0.003   -0.004   -0.001   -0.598 
+1629 440100 14    0.004    0.004    0.002   -0.586 
+1629 440100 15    0.003    0.000    0.003   -0.611 
+1629 440100 16   -0.004    0.006   -0.001   -0.603 
+1629 440100 17    0.007    0.004   -0.004   -0.604 
+1629 440100 18   -0.004   -0.003    0.000   -0.601 
+1629 440100 19    0.001    0.008    0.004   -0.566 
+1629 440100 20    0.000    0.004    0.001   -0.606 
+1629 440100 21    0.000    0.004    0.001   -0.595 
+1629 440100 22   -0.007    0.000    0.001   -0.598 
+1629 440100 23   -0.003   -0.003    0.006   -0.591 
+1629 440100 24   -0.020    0.009   -0.004    0.000 
+1629 440100 25   -0.001   -0.002    0.003   -0.609 
+1629 440100 26   -0.002    0.004    0.002   -0.592 
+1629 440100 27    0.004   -0.002    0.006   -0.613 
+1629 440100 28   -0.002   -0.009    0.005   -0.595 
+1629 440100 29    0.000    0.004    0.008   -0.618 
+1629 440100 30   -0.002    0.003    0.008   -0.603 
+1629 440100 31    0.002   -0.004    0.010   -0.599 
+1629 440100 32   -0.011   -0.002    0.003   -0.596 
+1629 441000  1    0.034    0.141   -0.075    0.000 
+1629 441000  2   -0.004    0.005    0.006   -0.599 
+1629 441000  3   -0.004    0.008    0.004   -0.590 
+1629 441000  4   -0.002    0.000    0.003   -0.561 
+1629 441000  5   -0.009   -0.005    0.006   -0.615 
+1629 441000  6   -0.002    0.005    0.003   -0.592 
+1629 441000  7    0.001   -0.004    0.009   -0.592 
+1629 441000  8    0.000   -0.004    0.002   -0.534 
+1629 441000  9    0.008    0.002   -0.003   -0.583 
+1629 441000 10   -0.003   -0.003   -0.003   -0.606 
+1629 441000 11   -0.002    0.000    0.003   -0.593 
+1629 441000 12   -0.003    0.005    0.000   -0.584 
+1629 441000 13   -0.003   -0.003   -0.001   -0.599 
+1629 441000 14    0.005    0.003    0.003   -0.587 
+1629 441000 15    0.002    0.001    0.003   -0.608 
+1629 441000 16   -0.004    0.006   -0.001   -0.603 
+1629 441000 17    0.007    0.003   -0.003   -0.605 
+1629 441000 18   -0.004   -0.003   -0.001   -0.601 
+1629 441000 19    0.001    0.008    0.003   -0.565 
+1629 441000 20    0.000    0.004    0.001   -0.605 
+1629 441000 21    0.000    0.004    0.001   -0.595 
+1629 441000 22   -0.007    0.001    0.002   -0.598 
+1629 441000 23   -0.004   -0.003    0.006   -0.591 
+1629 441000 24   -0.016    0.009   -0.004   -0.599 
+1629 441000 25   -0.001   -0.001    0.002   -0.608 
+1629 441000 26   -0.003    0.005    0.002   -0.591 
+1629 441000 27    0.003   -0.001    0.005   -0.609 
+1629 441000 28   -0.002   -0.008    0.005   -0.594 
+1629 441000 29    0.000    0.005    0.007   -0.619 
+1629 441000 30   -0.002    0.004    0.009   -0.602 
+1629 441000 31    0.003   -0.003    0.010   -0.598 
+1629 441000 32   -0.011   -0.001    0.003   -0.601 
+1629 441900  1    0.028    0.130   -0.085    0.000 
+1629 441900  2   -0.003    0.006    0.004   -0.602 
+1629 441900  3   -0.003    0.008    0.004   -0.590 
+1629 441900  4    0.000    0.000    0.002   -0.562 
+1629 441900  5   -0.010   -0.003    0.006   -0.613 
+1629 441900  6   -0.002    0.006    0.003   -0.591 
+1629 441900  7    0.001   -0.003    0.009   -0.592 
+1629 441900  8    0.002   -0.003    0.003   -0.535 
+1629 441900  9    0.008    0.003   -0.003   -0.585 
+1629 441900 10   -0.003   -0.001   -0.003   -0.606 
+1629 441900 11   -0.001    0.001    0.004   -0.590 
+1629 441900 12   -0.003    0.005   -0.001   -0.586 
+1629 441900 13   -0.004   -0.002   -0.001   -0.599 
+1629 441900 14    0.005    0.002    0.003   -0.590 
+1629 441900 15    0.001    0.002    0.003   -0.607 
+1629 441900 16   -0.004    0.007   -0.001   -0.602 
+1629 441900 17    0.007    0.001   -0.004   -0.605 
+1629 441900 18   -0.003   -0.003    0.000   -0.601 
+1629 441900 19    0.002    0.007    0.005   -0.563 
+1629 441900 20    0.000    0.005    0.003   -0.607 
+1629 441900 21    0.000    0.004    0.001   -0.595 
+1629 441900 22   -0.006    0.001    0.002   -0.597 
+1629 441900 23   -0.004   -0.004    0.007   -0.591 
+1629 441900 24   -0.014    0.009   -0.003   -0.595 
+1629 441900 25   -0.002    0.000    0.001   -0.613 
+1629 441900 26   -0.003    0.006    0.002   -0.591 
+1629 441900 27    0.002    0.000    0.006   -0.599 
+1629 441900 28   -0.001   -0.007    0.006   -0.591 
+1629 441900 29    0.001    0.006    0.007   -0.621 
+1629 441900 30   -0.002    0.004    0.010   -0.603 
+1629 441900 31    0.004   -0.003    0.010   -0.602 
+1629 441900 32   -0.011    0.000    0.003   -0.607 
+1629 442800  1    0.022    0.117   -0.095    0.000 
+1629 442800  2   -0.002    0.008    0.002   -0.603 
+1629 442800  3   -0.003    0.008    0.004   -0.590 
+1629 442800  4    0.001    0.001    0.002   -0.564 
+1629 442800  5   -0.010   -0.003    0.004   -0.617 
+1629 442800  6   -0.002    0.004    0.004   -0.591 
+1629 442800  7    0.001   -0.001    0.009   -0.594 
+1629 442800  8    0.002   -0.003    0.004   -0.538 
+1629 442800  9    0.007    0.003   -0.004   -0.584 
+1629 442800 10   -0.003    0.000   -0.003   -0.610 
+1629 442800 11    0.001    0.002    0.005   -0.591 
+1629 442800 12   -0.004    0.004   -0.002   -0.586 
+1629 442800 13   -0.003   -0.001   -0.001   -0.602 
+1629 442800 14    0.004    0.002    0.004   -0.590 
+1629 442800 15    0.001    0.002    0.002   -0.607 
+1629 442800 16   -0.003    0.007    0.000   -0.603 
+1629 442800 17    0.008    0.001   -0.003   -0.605 
+1629 442800 18   -0.003   -0.001    0.001   -0.599 
+1629 442800 19    0.002    0.007    0.005   -0.563 
+1629 442800 20    0.000    0.004    0.004   -0.607 
+1629 442800 21    0.000    0.004    0.001   -0.597 
+1629 442800 22   -0.006    0.002    0.002   -0.598 
+1629 442800 23   -0.004   -0.002    0.007   -0.595 
+1629 442800 24   -0.011    0.009   -0.002   -0.600 
+1629 442800 25   -0.003   -0.001    0.002   -0.611 
+1629 442800 26   -0.003    0.006    0.003   -0.592 
+1629 442800 27    0.002    0.000    0.005   -0.598 
+1629 442800 28   -0.001   -0.005    0.006   -0.597 
+1629 442800 29    0.002    0.007    0.006   -0.622 
+1629 442800 30   -0.002    0.006    0.010   -0.605 
+1629 442800 31    0.006   -0.002    0.009   -0.601 
+1629 442800 32   -0.010    0.000    0.004   -0.606 
+1629 443700  1    0.014    0.103   -0.102    0.000 
+1629 443700  2   -0.001    0.009    0.000   -0.600 
+1629 443700  3   -0.002    0.006    0.004   -0.586 
+1629 443700  4    0.003    0.002    0.001   -0.563 
+1629 443700  5   -0.010   -0.001    0.004   -0.614 
+1629 443700  6   -0.002    0.004    0.005   -0.589 
+1629 443700  7    0.001    0.000    0.010   -0.594 
+1629 443700  8    0.004   -0.003    0.004   -0.536 
+1629 443700  9    0.007    0.003   -0.004   -0.582 
+1629 443700 10   -0.003    0.000   -0.004   -0.609 
+1629 443700 11    0.001    0.003    0.006   -0.592 
+1629 443700 12   -0.003    0.004   -0.002   -0.583 
+1629 443700 13   -0.005    0.000   -0.002   -0.600 
+1629 443700 14    0.004    0.000    0.004   -0.590 
+1629 443700 15    0.000    0.004    0.001   -0.604 
+1629 443700 16   -0.004    0.007    0.000   -0.602 
+1629 443700 17    0.008   -0.001   -0.002   -0.600 
+1629 443700 18   -0.002   -0.002    0.001   -0.597 
+1629 443700 19    0.001    0.007    0.004   -0.562 
+1629 443700 20    0.001    0.003    0.004   -0.607 
+1629 443700 21    0.001    0.004    0.002   -0.594 
+1629 443700 22   -0.006    0.001    0.002   -0.597 
+1629 443700 23   -0.005   -0.003    0.007   -0.592 
+1629 443700 24   -0.009    0.010    0.000   -0.598 
+1629 443700 25   -0.003    0.000    0.002   -0.609 
+1629 443700 26   -0.003    0.007    0.003   -0.590 
+1629 443700 27    0.001    0.000    0.004   -0.595 
+1629 443700 28    0.000   -0.004    0.008   -0.596 
+1629 443700 29    0.003    0.007    0.005   -0.621 
+1629 443700 30   -0.001    0.005    0.011   -0.605 
+1629 443700 31    0.007   -0.003    0.008   -0.598 
+1629 443700 32   -0.010    0.000    0.004   -0.606 
+1629 444600  1    0.005    0.087   -0.110    0.000 
+1629 444600  2    0.000    0.009   -0.001   -0.599 
+1629 444600  3   -0.002    0.006    0.005   -0.585 
+1629 444600  4    0.006    0.002    0.001   -0.561 
+1629 444600  5   -0.009    0.001    0.004   -0.618 
+1629 444600  6   -0.001    0.003    0.004   -0.589 
+1629 444600  7    0.001    0.000    0.010   -0.594 
+1629 444600  8    0.004   -0.003    0.005   -0.531 
+1629 444600  9    0.006    0.003   -0.004   -0.580 
+1629 444600 10   -0.002    0.001   -0.004   -0.610 
+1629 444600 11    0.000    0.006    0.007   -0.592 
+1629 444600 12   -0.004    0.003   -0.002   -0.582 
+1629 444600 13   -0.005    0.000   -0.001   -0.597 
+1629 444600 14    0.004    0.000    0.003   -0.588 
+1629 444600 15    0.000    0.004    0.001   -0.605 
+1629 444600 16   -0.004    0.008    0.002   -0.601 
+1629 444600 17    0.007   -0.001   -0.001   -0.602 
+1629 444600 18   -0.003   -0.001    0.002   -0.597 
+1629 444600 19    0.002    0.008    0.004   -0.559 
+1629 444600 20    0.001    0.003    0.006   -0.609 
+1629 444600 21    0.001    0.004    0.002   -0.595 
+1629 444600 22   -0.005    0.002    0.003   -0.594 
+1629 444600 23   -0.006   -0.003    0.007   -0.592 
+1629 444600 24   -0.007    0.010    0.002    0.000 
+1629 444600 25   -0.004    0.001    0.001   -0.605 
+1629 444600 26   -0.003    0.008    0.005   -0.593 
+1629 444600 27    0.002    0.000    0.004   -0.639 
+1629 444600 28    0.000   -0.002    0.007   -0.597 
+1629 444600 29    0.003    0.008    0.005   -0.617 
+1629 444600 30    0.000    0.006    0.011   -0.606 
+1629 444600 31    0.008   -0.003    0.008   -0.597 
+1629 444600 32   -0.009    0.001    0.004   -0.607 
+1629 445500  1   -0.005    0.069   -0.115    0.000 
+1629 445500  2    0.000    0.010   -0.002   -0.601 
+1629 445500  3   -0.002    0.005    0.005   -0.585 
+1629 445500  4    0.007    0.002    0.001   -0.567 
+1629 445500  5   -0.009    0.002    0.004   -0.615 
+1629 445500  6    0.000    0.003    0.006   -0.586 
+1629 445500  7    0.002    0.000    0.011   -0.592 
+1629 445500  8    0.006   -0.003    0.005   -0.535 
+1629 445500  9    0.006    0.004   -0.004   -0.583 
+1629 445500 10   -0.002    0.002   -0.004   -0.612 
+1629 445500 11    0.002    0.007    0.009   -0.592 
+1629 445500 12   -0.004    0.003   -0.002   -0.586 
+1629 445500 13   -0.006    0.002   -0.001   -0.598 
+1629 445500 14    0.004    0.000    0.003   -0.588 
+1629 445500 15    0.000    0.005    0.000   -0.605 
+1629 445500 16   -0.003    0.009    0.002   -0.600 
+1629 445500 17    0.007   -0.001   -0.001   -0.603 
+1629 445500 18   -0.001   -0.001    0.002   -0.595 
+1629 445500 19    0.002    0.007    0.004   -0.559 
+1629 445500 20    0.001    0.003    0.007   -0.610 
+1629 445500 21    0.000    0.004    0.002   -0.594 
+1629 445500 22   -0.006    0.001    0.004   -0.595 
+1629 445500 23   -0.006   -0.003    0.006   -0.593 
+1629 445500 24   -0.005    0.010    0.004   -0.582 
+1629 445500 25   -0.004    0.002    0.001   -0.608 
+1629 445500 26   -0.003    0.009    0.004   -0.591 
+1629 445500 27    0.001    0.001    0.003   -0.595 
+1629 445500 28    0.002   -0.001    0.008   -0.595 
+1629 445500 29    0.004    0.007    0.003   -0.621 
+1629 445500 30    0.000    0.007    0.012   -0.606 
+1629 445500 31    0.009   -0.004    0.007   -0.599 
+1629 445500 32   -0.009    0.001    0.004   -0.609 
+1629 446400  1   -0.017    0.053   -0.117    0.000 
+1629 446400  2    0.002    0.011   -0.004   -0.600 
+1629 446400  3   -0.001    0.005    0.005   -0.583 
+1629 446400  4    0.009    0.002    0.001   -0.566 
+1629 446400  5   -0.009    0.004    0.003   -0.617 
+1629 446400  6    0.000    0.001    0.006   -0.587 
+1629 446400  7    0.002    0.001    0.012   -0.592 
+1629 446400  8    0.006   -0.004    0.006   -0.533 
+1629 446400  9    0.004    0.003   -0.002   -0.583 
+1629 446400 10   -0.002    0.003   -0.004   -0.611 
+1629 446400 11    0.004    0.004    0.008   -0.587 
+1629 446400 12   -0.005    0.002   -0.002   -0.583 
+1629 446400 13   -0.007    0.002   -0.002   -0.597 
+1629 446400 14    0.004    0.000    0.003   -0.584 
+1629 446400 15    0.000    0.006    0.000   -0.604 
+1629 446400 16   -0.003    0.008    0.002   -0.600 
+1629 446400 17    0.006   -0.001   -0.001   -0.600 
+1629 446400 18   -0.001   -0.001    0.003   -0.594 
+1629 446400 19    0.003    0.006    0.003   -0.557 
+1629 446400 20    0.001    0.003    0.008   -0.607 
+1629 446400 21    0.001    0.004    0.003   -0.593 
+1629 446400 22   -0.005    0.001    0.003   -0.593 
+1629 446400 23   -0.008   -0.002    0.006   -0.593 
+1629 446400 24   -0.002    0.008    0.006   -0.597 
+1629 446400 25   -0.005    0.003    0.002   -0.604 
+1629 446400 26   -0.003    0.008    0.005   -0.592 
+1629 446400 27    0.001    0.002    0.003   -0.592 
+1629 446400 28    0.002   -0.001    0.007   -0.595 
+1629 446400 29    0.004    0.008    0.003   -0.620 
+1629 446400 30    0.001    0.007    0.011   -0.604 
+1629 446400 31    0.010   -0.004    0.005   -0.598 
+1629 446400 32   -0.009    0.002    0.004   -0.607 
+1629 447300  1   -0.030    0.033   -0.119    0.000 
+1629 447300  2    0.003    0.011   -0.005   -0.603 
+1629 447300  3    0.000    0.003    0.006   -0.582 
+1629 447300  4    0.011    0.001    0.001   -0.570 
+1629 447300  5   -0.008    0.005    0.002   -0.621 
+1629 447300  6    0.001    0.001    0.007   -0.586 
+1629 447300  7    0.003    0.000    0.012   -0.594 
+1629 447300  8    0.006   -0.003    0.007   -0.532 
+1629 447300  9    0.004    0.004   -0.001   -0.584 
+1629 447300 10   -0.002    0.004   -0.005   -0.612 
+1629 447300 11    0.003    0.004    0.009   -0.587 
+1629 447300 12   -0.006    0.001   -0.001   -0.587 
+1629 447300 13   -0.006    0.004   -0.001   -0.603 
+1629 447300 14    0.004   -0.001    0.003   -0.588 
+1629 447300 15    0.001    0.007    0.000   -0.607 
+1629 447300 16   -0.002    0.008    0.003   -0.600 
+1629 447300 17    0.006   -0.002    0.001   -0.603 
+1629 447300 18   -0.001    0.000    0.003   -0.596 
+1629 447300 19    0.004    0.006    0.003   -0.556 
+1629 447300 20    0.001    0.003    0.009   -0.611 
+1629 447300 21    0.000    0.004    0.002   -0.596 
+1629 447300 22   -0.006    0.001    0.005   -0.592 
+1629 447300 23   -0.007   -0.001    0.005   -0.599 
+1629 447300 24    0.000    0.009    0.008   -0.618 
+1629 447300 25   -0.005    0.003    0.002   -0.607 
+1629 447300 26   -0.003    0.009    0.007   -0.593 
+1629 447300 27    0.001    0.002    0.003   -0.592 
+1629 447300 28    0.003   -0.001    0.007   -0.595 
+1629 447300 29    0.005    0.007    0.001   -0.624 
+1629 447300 30    0.001    0.008    0.012   -0.609 
+1629 447300 31    0.010   -0.004    0.005   -0.601 
+1629 447300 32   -0.008    0.002    0.005   -0.611 
+1629 448200  1   -0.045    0.016   -0.118    0.000 
+1629 448200  2    0.004    0.010   -0.006   -0.604 
+1629 448200  3    0.000    0.002    0.006   -0.584 
+1629 448200  4    0.013    0.000    0.001   -0.570 
+1629 448200  5   -0.009    0.005    0.002   -0.620 
+1629 448200  6    0.001    0.000    0.008   -0.587 
+1629 448200  7    0.003   -0.001    0.013   -0.593 
+1629 448200  8    0.006   -0.005    0.007   -0.532 
+1629 448200  9    0.003    0.004    0.000   -0.582 
+1629 448200 10   -0.001    0.004   -0.005   -0.611 
+1629 448200 11    0.004    0.005    0.010   -0.588 
+1629 448200 12   -0.006    0.001   -0.001   -0.585 
+1629 448200 13   -0.007    0.004   -0.001   -0.602 
+1629 448200 14    0.004    0.000    0.003   -0.585 
+1629 448200 15    0.001    0.007    0.000   -0.607 
+1629 448200 16   -0.001    0.009    0.003   -0.601 
+1629 448200 17    0.007   -0.002    0.002   -0.602 
+1629 448200 18   -0.002    0.001    0.003   -0.595 
+1629 448200 19    0.003    0.005    0.003   -0.555 
+1629 448200 20    0.000    0.002    0.010   -0.613 
+1629 448200 21    0.000    0.005    0.002   -0.596 
+1629 448200 22   -0.005    0.001    0.004   -0.594 
+1629 448200 23   -0.007   -0.001    0.005   -0.599 
+1629 448200 24    0.001    0.007    0.009   -0.596 
+1629 448200 25   -0.004    0.004    0.002   -0.607 
+1629 448200 26   -0.003    0.009    0.007   -0.594 
+1629 448200 27    0.001    0.003    0.002   -0.593 
+1629 448200 28    0.004    0.001    0.007   -0.596 
+1629 448200 29    0.005    0.007    0.001   -0.623 
+1629 448200 30    0.002    0.008    0.011   -0.610 
+1629 448200 31    0.011   -0.004    0.003   -0.598 
+1629 448200 32   -0.008    0.003    0.006   -0.612 
+1629 449100  1   -0.058    0.002   -0.117    0.000 
+1629 449100  2    0.004    0.010   -0.007   -0.606 
+1629 449100  3    0.001    0.001    0.007   -0.582 
+1629 449100  4    0.014   -0.001    0.001   -0.573 
+1629 449100  5   -0.008    0.007    0.001   -0.622 
+1629 449100  6    0.002    0.000    0.009   -0.587 
+1629 449100  7    0.003   -0.002    0.013   -0.594 
+1629 449100  8    0.006   -0.004    0.008   -0.532 
+1629 449100  9    0.004    0.005    0.000   -0.582 
+1629 449100 10   -0.001    0.005   -0.005   -0.614 
+1629 449100 11    0.004    0.004    0.009   -0.586 
+1629 449100 12   -0.006    0.000    0.001   -0.588 
+1629 449100 13   -0.007    0.005   -0.002   -0.603 
+1629 449100 14    0.004   -0.001    0.004   -0.587 
+1629 449100 15    0.002    0.008    0.000   -0.609 
+1629 449100 16    0.000    0.009    0.003   -0.599 
+1629 449100 17    0.006   -0.002    0.002   -0.600 
+1629 449100 18    0.000    0.001    0.004   -0.593 
+1629 449100 19    0.004    0.004    0.004   -0.553 
+1629 449100 20    0.001    0.001    0.011   -0.610 
+1629 449100 21   -0.001    0.005    0.002   -0.596 
+1629 449100 22   -0.005    0.001    0.005   -0.591 
+1629 449100 23   -0.007    0.000    0.004   -0.599 
+1629 449100 24    0.003    0.010    0.010   -0.592 
+1629 449100 25   -0.004    0.004    0.002   -0.607 
+1629 449100 26   -0.002    0.009    0.008   -0.593 
+1629 449100 27    0.002    0.004    0.001   -0.592 
+1629 449100 28    0.004    0.001    0.007   -0.593 
+1629 449100 29    0.005    0.006    0.000   -0.624 
+1629 449100 30    0.004    0.007    0.011   -0.608 
+1629 449100 31    0.012   -0.004    0.001   -0.599 
+1629 449100 32   -0.007    0.004    0.005   -0.610 
+1629 450000  1   -0.075   -0.014   -0.113    0.000 
+1629 450000  2    0.005    0.009   -0.009   -0.601 
+1629 450000  3    0.002    0.000    0.007   -0.579 
+1629 450000  4    0.016   -0.002    0.002   -0.568 
+1629 450000  5   -0.008    0.008    0.001   -0.621 
+1629 450000  6    0.003   -0.001    0.008   -0.586 
+1629 450000  7    0.002   -0.002    0.013   -0.594 
+1629 450000  8    0.005   -0.004    0.008   -0.529 
+1629 450000  9    0.004    0.005    0.000   -0.581 
+1629 450000 10   -0.002    0.006   -0.005   -0.608 
+1629 450000 11    0.004    0.005    0.009   -0.582 
+1629 450000 12   -0.006    0.000    0.002   -0.585 
+1629 450000 13   -0.007    0.005   -0.001   -0.603 
+1629 450000 14    0.004   -0.001    0.004   -0.584 
+1629 450000 15    0.002    0.008    0.001   -0.607 
+1629 450000 16    0.000    0.008    0.004   -0.597 
+1629 450000 17    0.005   -0.001    0.003   -0.597 
+1629 450000 18    0.000    0.001    0.005   -0.590 
+1629 450000 19    0.005    0.003    0.002   -0.551 
+1629 450000 20   -0.001    0.002    0.011   -0.608 
+1629 450000 21    0.000    0.005    0.001   -0.594 
+1629 450000 22   -0.005    0.001    0.006   -0.587 
+1629 450000 23   -0.008    0.000    0.003   -0.597 
+1629 450000 24    0.003    0.011    0.011   -0.589 
+1629 450000 25   -0.004    0.005    0.002   -0.603 
+1629 450000 26   -0.003    0.008    0.009   -0.592 
+1629 450000 27    0.002    0.003    0.002   -0.590 
+1629 450000 28    0.004    0.002    0.006   -0.594 
+1629 450000 29    0.005    0.005   -0.002   -0.623 
+1629 450000 30    0.005    0.008    0.010   -0.607 
+1629 450000 31    0.012   -0.003    0.000   -0.594 
+1629 450000 32   -0.006    0.004    0.006   -0.607 
+1629 450900  1   -0.090   -0.024   -0.108    0.000 
+1629 450900  2    0.005    0.010   -0.008   -0.605 
+1629 450900  3    0.004   -0.001    0.007   -0.580 
+1629 450900  4    0.016   -0.004    0.002   -0.570 
+1629 450900  5   -0.008    0.009    0.001   -0.623 
+1629 450900  6    0.004   -0.001    0.010   -0.586 
+1629 450900  7    0.002   -0.002    0.013   -0.597 
+1629 450900  8    0.005   -0.004    0.009   -0.530 
+1629 450900  9    0.004    0.004    0.001   -0.578 
+1629 450900 10   -0.002    0.006   -0.005   -0.609 
+1629 450900 11    0.004    0.005    0.009   -0.582 
+1629 450900 12   -0.006    0.000    0.003   -0.587 
+1629 450900 13   -0.006    0.006   -0.001   -0.603 
+1629 450900 14    0.004   -0.001    0.004   -0.585 
+1629 450900 15    0.003    0.008    0.002   -0.609 
+1629 450900 16    0.002    0.008    0.003   -0.598 
+1629 450900 17    0.004   -0.002    0.003   -0.598 
+1629 450900 18    0.000    0.001    0.006   -0.590 
+1629 450900 19    0.006    0.001    0.003   -0.551 
+1629 450900 20   -0.001    0.001    0.012   -0.609 
+1629 450900 21    0.000    0.006    0.002   -0.595 
+1629 450900 22   -0.005    0.001    0.006   -0.588 
+1629 450900 23   -0.008    0.002    0.003   -0.600 
+1629 450900 24    0.003    0.011    0.011   -0.589 
+1629 450900 25   -0.003    0.005    0.002   -0.604 
+1629 450900 26   -0.003    0.009    0.009   -0.594 
+1629 450900 27    0.002    0.004    0.002   -0.590 
+1629 450900 28    0.003    0.002    0.005   -0.595 
+1629 450900 29    0.003    0.004   -0.002   -0.625 
+1629 450900 30    0.005    0.008    0.009   -0.609 
+1629 450900 31    0.012   -0.003   -0.002   -0.596 
+1629 450900 32   -0.006    0.006    0.007   -0.609 
+1629 451800  1   -0.104   -0.037   -0.103    0.000 
+1629 451800  2    0.005    0.010   -0.009   -0.603 
+1629 451800  3    0.004   -0.001    0.008   -0.578 
+1629 451800  4    0.016   -0.004    0.002   -0.565 
+1629 451800  5   -0.008    0.009    0.001   -0.620 
+1629 451800  6    0.005   -0.001    0.011   -0.584 
+1629 451800  7    0.001   -0.003    0.013   -0.594 
+1629 451800  8    0.005   -0.006    0.010   -0.525 
+1629 451800  9    0.004    0.004    0.001   -0.576 
+1629 451800 10   -0.002    0.006   -0.006   -0.606 
+1629 451800 11    0.003    0.005    0.009   -0.579 
+1629 451800 12   -0.005    0.000    0.005   -0.585 
+1629 451800 13   -0.005    0.007   -0.001   -0.601 
+1629 451800 14    0.004   -0.001    0.003   -0.582 
+1629 451800 15    0.003    0.007    0.002   -0.608 
+1629 451800 16    0.002    0.007    0.002   -0.597 
+1629 451800 17    0.005   -0.001    0.004   -0.594 
+1629 451800 18    0.000    0.002    0.007   -0.587 
+1629 451800 19    0.006    0.000    0.002   -0.549 
+1629 451800 20   -0.001    0.002    0.012   -0.606 
+1629 451800 21    0.000    0.006    0.002   -0.589 
+1629 451800 22   -0.004    0.002    0.007   -0.584 
+1629 451800 23   -0.007    0.002    0.003   -0.598 
+1629 451800 24    0.003    0.011    0.012   -0.584 
+1629 451800 25   -0.003    0.006    0.002   -0.601 
+1629 451800 26   -0.004    0.009    0.010   -0.593 
+1629 451800 27    0.001    0.004    0.002   -0.588 
+1629 451800 28    0.004    0.002    0.004   -0.593 
+1629 451800 29    0.004    0.003   -0.001   -0.624 
+1629 451800 30    0.005    0.008    0.008   -0.606 
+1629 451800 31    0.011   -0.004   -0.002   -0.594 
+1629 451800 32   -0.005    0.006    0.006   -0.604 
+1629 452700  1   -0.118   -0.044   -0.095    0.000 
+1629 452700  2    0.004    0.010   -0.010   -0.603 
+1629 452700  3    0.005   -0.002    0.009   -0.577 
+1629 452700  4    0.016   -0.005    0.003   -0.564 
+1629 452700  5   -0.008    0.010    0.001   -0.623 
+1629 452700  6    0.005   -0.001    0.010   -0.583 
+1629 452700  7   -0.001   -0.004    0.012   -0.596 
+1629 452700  8    0.004   -0.006    0.009   -0.527 
+1629 452700  9    0.004    0.004    0.001   -0.575 
+1629 452700 10   -0.001    0.006   -0.006   -0.604 
+1629 452700 11    0.004    0.005    0.009   -0.576 
+1629 452700 12   -0.005    0.001    0.006   -0.585 
+1629 452700 13   -0.005    0.007   -0.001   -0.602 
+1629 452700 14    0.005   -0.001    0.003   -0.579 
+1629 452700 15    0.004    0.006    0.003   -0.608 
+1629 452700 16    0.003    0.007    0.001   -0.593 
+1629 452700 17    0.004   -0.001    0.004   -0.592 
+1629 452700 18    0.001    0.003    0.007   -0.587 
+1629 452700 19    0.007   -0.002    0.002   -0.546 
+1629 452700 20   -0.001    0.002    0.012   -0.603 
+1629 452700 21   -0.001    0.008    0.002   -0.591 
+1629 452700 22   -0.003    0.002    0.007   -0.582 
+1629 452700 23   -0.007    0.004    0.003   -0.598 
+1629 452700 24    0.004    0.010    0.011   -0.580 
+1629 452700 25   -0.002    0.006    0.003   -0.602 
+1629 452700 26   -0.005    0.009    0.010   -0.592 
+1629 452700 27    0.001    0.003    0.004   -0.585 
+1629 452700 28    0.004    0.002    0.003   -0.591 
+1629 452700 29    0.002    0.002   -0.002   -0.626 
+1629 452700 30    0.005    0.008    0.007   -0.603 
+1629 452700 31    0.012   -0.003   -0.003   -0.591 
+1629 452700 32   -0.005    0.007    0.006   -0.602 
+1629 453600  1   -0.129   -0.051   -0.089    0.000 
+1629 453600  2    0.005    0.009   -0.010   -0.606 
+1629 453600  3    0.006   -0.004    0.009   -0.579 
+1629 453600  4    0.015   -0.005    0.002   -0.564 
+1629 453600  5   -0.008    0.011    0.000   -0.622 
+1629 453600  6    0.007   -0.002    0.011   -0.586 
+1629 453600  7   -0.002   -0.005    0.011   -0.597 
+1629 453600  8    0.003   -0.005    0.009   -0.534 
+1629 453600  9    0.004    0.003    0.003   -0.574 
+1629 453600 10   -0.001    0.006   -0.005   -0.606 
+1629 453600 11    0.004    0.004    0.007   -0.578 
+1629 453600 12   -0.003    0.000    0.007   -0.584 
+1629 453600 13   -0.004    0.008    0.000   -0.605 
+1629 453600 14    0.004   -0.001    0.004   -0.580 
+1629 453600 15    0.004    0.006    0.005   -0.606 
+1629 453600 16    0.003    0.006    0.001   -0.594 
+1629 453600 17    0.003    0.000    0.003   -0.592 
+1629 453600 18    0.002    0.003    0.009   -0.586 
+1629 453600 19    0.007   -0.003    0.002   -0.547 
+1629 453600 20   -0.001    0.002    0.011   -0.604 
+1629 453600 21   -0.001    0.009    0.002   -0.589 
+1629 453600 22   -0.003    0.002    0.008   -0.581 
+1629 453600 23   -0.006    0.005    0.002   -0.597 
+1629 453600 24    0.004    0.008    0.010   -0.579 
+1629 453600 25   -0.001    0.006    0.003   -0.601 
+1629 453600 26   -0.005    0.008    0.011   -0.591 
+1629 453600 27    0.001    0.003    0.004   -0.584 
+1629 453600 28    0.003    0.001    0.003   -0.591 
+1629 453600 29    0.002    0.002   -0.001   -0.627 
+1629 453600 30    0.006    0.008    0.007   -0.604 
+1629 453600 31    0.011   -0.002   -0.003   -0.594 
+1629 453600 32   -0.004    0.007    0.006   -0.600 
+1629 454500  1   -0.143   -0.055   -0.079    0.000 
+1629 454500  2    0.005    0.009   -0.009   -0.610 
+1629 454500  3    0.007   -0.004    0.009   -0.582 
+1629 454500  4    0.014   -0.006    0.002   -0.557 
+1629 454500  5   -0.008    0.011   -0.001   -0.621 
+1629 454500  6    0.008   -0.002    0.012   -0.586 
+1629 454500  7   -0.003   -0.005    0.011   -0.599 
+1629 454500  8    0.001   -0.004    0.010   -0.526 
+1629 454500  9    0.003    0.003    0.003   -0.574 
+1629 454500 10   -0.002    0.006   -0.006   -0.604 
+1629 454500 11    0.004    0.004    0.007   -0.577 
+1629 454500 12   -0.002    0.000    0.008   -0.585 
+1629 454500 13   -0.004    0.008    0.000   -0.604 
+1629 454500 14    0.004   -0.001    0.004   -0.582 
+1629 454500 15    0.004    0.005    0.005   -0.609 
+1629 454500 16    0.003    0.005    0.000   -0.594 
+1629 454500 17    0.002    0.001    0.005   -0.591 
+1629 454500 18    0.002    0.004    0.010   -0.588 
+1629 454500 19    0.008   -0.004    0.003   -0.548 
+1629 454500 20   -0.001    0.002    0.011   -0.603 
+1629 454500 21    0.000    0.009    0.002   -0.590 
+1629 454500 22   -0.002    0.003    0.008   -0.581 
+1629 454500 23   -0.005    0.005    0.002   -0.597 
+1629 454500 24    0.005    0.008    0.010   -0.578 
+1629 454500 25    0.000    0.006    0.003   -0.601 
+1629 454500 26   -0.007    0.009    0.011   -0.593 
+1629 454500 27    0.000    0.004    0.005   -0.585 
+1629 454500 28    0.002    0.003    0.003   -0.592 
+1629 454500 29    0.001    0.000   -0.002   -0.626 
+1629 454500 30    0.006    0.007    0.005   -0.604 
+1629 454500 31    0.011   -0.002   -0.004   -0.594 
+1629 454500 32   -0.004    0.009    0.007   -0.600 
+1629 455400  1   -0.151   -0.058   -0.072    0.000 
+1629 455400  2    0.005    0.009   -0.009   -0.612 
+1629 455400  3    0.007   -0.004    0.009   -0.582 
+1629 455400  4    0.012   -0.005    0.000   -0.560 
+1629 455400  5   -0.009    0.012   -0.002   -0.625 
+1629 455400  6    0.009   -0.002    0.010   -0.588 
+1629 455400  7   -0.003   -0.005    0.010   -0.601 
+1629 455400  8    0.000   -0.002    0.010   -0.529 
+1629 455400  9    0.002    0.002    0.002   -0.575 
+1629 455400 10   -0.001    0.004   -0.005   -0.606 
+1629 455400 11    0.004    0.003    0.007   -0.576 
+1629 455400 12   -0.001    0.000    0.008   -0.587 
+1629 455400 13   -0.002    0.007    0.001   -0.603 
+1629 455400 14    0.005   -0.001    0.004   -0.581 
+1629 455400 15    0.005    0.004    0.006   -0.610 
+1629 455400 16    0.004    0.005   -0.001   -0.594 
+1629 455400 17    0.002    0.001    0.005   -0.589 
+1629 455400 18    0.001    0.005    0.010   -0.588 
+1629 455400 19    0.009   -0.006    0.002   -0.547 
+1629 455400 20   -0.002    0.002    0.011   -0.603 
+1629 455400 21   -0.001    0.010    0.001   -0.591 
+1629 455400 22   -0.002    0.003    0.009   -0.581 
+1629 455400 23   -0.003    0.006    0.003   -0.597 
+1629 455400 24    0.004    0.006    0.009   -0.578 
+1629 455400 25    0.001    0.006    0.004   -0.603 
+1629 455400 26   -0.007    0.008    0.012   -0.596 
+1629 455400 27   -0.001    0.003    0.006   -0.585 
+1629 455400 28    0.002    0.002    0.002   -0.592 
+1629 455400 29    0.000    0.000   -0.001   -0.629 
+1629 455400 30    0.006    0.007    0.004   -0.604 
+1629 455400 31    0.009   -0.002   -0.003   -0.597 
+1629 455400 32   -0.003    0.009    0.007   -0.599 
+1629 456300  1   -0.159   -0.059   -0.063    0.000 
+1629 456300  2    0.005    0.008   -0.008   -0.612 
+1629 456300  3    0.007   -0.004    0.008   -0.583 
+1629 456300  4    0.010   -0.006   -0.002   -0.562 
+1629 456300  5   -0.009    0.013   -0.002   -0.624 
+1629 456300  6    0.009   -0.001    0.011   -0.588 
+1629 456300  7   -0.005   -0.005    0.009   -0.602 
+1629 456300  8   -0.001   -0.005    0.009    0.000 
+1629 456300  9    0.003    0.002    0.003   -0.574 
+1629 456300 10   -0.001    0.004   -0.005   -0.608 
+1629 456300 11    0.005    0.001    0.007   -0.574 
+1629 456300 12    0.001   -0.001    0.009   -0.585 
+1629 456300 13   -0.001    0.007    0.001   -0.605 
+1629 456300 14    0.005   -0.001    0.003   -0.581 
+1629 456300 15    0.004    0.004    0.008   -0.609 
+1629 456300 16    0.004    0.004   -0.002   -0.593 
+1629 456300 17    0.002    0.002    0.004   -0.588 
+1629 456300 18    0.002    0.005    0.011   -0.588 
+1629 456300 19    0.010   -0.007    0.002   -0.547 
+1629 456300 20   -0.002    0.003    0.010   -0.601 
+1629 456300 21    0.000    0.012    0.001   -0.590 
+1629 456300 22   -0.001    0.004    0.010   -0.579 
+1629 456300 23   -0.002    0.007    0.003   -0.597 
+1629 456300 24    0.004    0.004    0.008   -0.577 
+1629 456300 25    0.001    0.006    0.004   -0.601 
+1629 456300 26   -0.008    0.007    0.011   -0.592 
+1629 456300 27   -0.001    0.003    0.006   -0.584 
+1629 456300 28    0.000    0.002    0.002   -0.591 
+1629 456300 29    0.000   -0.001    0.000   -0.630 
+1629 456300 30    0.006    0.006    0.004   -0.603 
+1629 456300 31    0.008   -0.001   -0.002   -0.596 
+1629 456300 32   -0.003    0.010    0.007   -0.597 
+1629 457200  1   -0.166   -0.060   -0.056    0.000 
+1629 457200  2    0.004    0.007   -0.008   -0.608 
+1629 457200  3    0.009   -0.004    0.008   -0.583 
+1629 457200  4    0.007   -0.006   -0.003    0.000 
+1629 457200  5   -0.010    0.013   -0.002   -0.623 
+1629 457200  6    0.011   -0.001    0.010   -0.589 
+1629 457200  7   -0.005   -0.004    0.008   -0.600 
+1629 457200  8   -0.003   -0.007    0.007    0.000 
+1629 457200  9    0.002    0.001    0.002   -0.575 
+1629 457200 10   -0.002    0.004   -0.005   -0.606 
+1629 457200 11    0.006    0.001    0.007   -0.574 
+1629 457200 12    0.002   -0.001    0.008   -0.585 
+1629 457200 13    0.001    0.008    0.003   -0.604 
+1629 457200 14    0.005   -0.001    0.004   -0.582 
+1629 457200 15    0.003    0.005    0.008   -0.610 
+1629 457200 16    0.004    0.004   -0.003   -0.591 
+1629 457200 17    0.002    0.002    0.006   -0.588 
+1629 457200 18    0.003    0.006    0.011   -0.589 
+1629 457200 19    0.011   -0.008    0.003   -0.546 
+1629 457200 20   -0.002    0.003    0.009   -0.601 
+1629 457200 21   -0.001    0.013    0.002   -0.589 
+1629 457200 22   -0.001    0.004    0.011   -0.579 
+1629 457200 23   -0.001    0.007    0.004   -0.593 
+1629 457200 24    0.004    0.003    0.007   -0.575 
+1629 457200 25    0.002    0.006    0.003   -0.601 
+1629 457200 26   -0.009    0.008    0.011   -0.597 
+1629 457200 27   -0.002    0.003    0.007   -0.582 
+1629 457200 28   -0.001    0.001    0.001   -0.592 
+1629 457200 29   -0.001   -0.002    0.001   -0.628 
+1629 457200 30    0.005    0.006    0.003   -0.604 
+1629 457200 31    0.007    0.000   -0.001   -0.595 
+1629 457200 32   -0.002    0.009    0.006   -0.595 
+1629 458100  1   -0.168   -0.061   -0.049    0.000 
+1629 458100  2    0.004    0.006   -0.006   -0.610 
+1629 458100  3    0.008   -0.004    0.008   -0.584 
+1629 458100  4    0.005   -0.006   -0.005    0.000 
+1629 458100  5   -0.009    0.013   -0.004   -0.623 
+1629 458100  6    0.010    0.000    0.010   -0.592 
+1629 458100  7   -0.005   -0.003    0.006   -0.600 
+1629 458100  8   -0.004   -0.006    0.006   -0.533 
+1629 458100  9    0.002    0.000    0.003   -0.575 
+1629 458100 10   -0.001    0.003   -0.005   -0.606 
+1629 458100 11    0.006    0.000    0.007   -0.572 
+1629 458100 12    0.002   -0.003    0.008   -0.585 
+1629 458100 13    0.002    0.007    0.003   -0.603 
+1629 458100 14    0.006   -0.001    0.004   -0.582 
+1629 458100 15    0.003    0.004    0.009   -0.612 
+1629 458100 16    0.004    0.003   -0.005   -0.588 
+1629 458100 17    0.001    0.003    0.006   -0.587 
+1629 458100 18    0.002    0.007    0.012   -0.588 
+1629 458100 19    0.012   -0.009    0.002   -0.547 
+1629 458100 20   -0.002    0.004    0.008   -0.600 
+1629 458100 21    0.000    0.014    0.001   -0.591 
+1629 458100 22    0.001    0.005    0.012   -0.580 
+1629 458100 23    0.000    0.007    0.005   -0.589 
+1629 458100 24    0.004    0.001    0.007   -0.575 
+1629 458100 25    0.004    0.006    0.004   -0.603 
+1629 458100 26   -0.011    0.008    0.011   -0.599 
+1629 458100 27   -0.003    0.003    0.007   -0.584 
+1629 458100 28   -0.001    0.001    0.002   -0.591 
+1629 458100 29   -0.001   -0.001    0.001   -0.630 
+1629 458100 30    0.005    0.007    0.003   -0.603 
+1629 458100 31    0.006    0.001    0.001   -0.596 
+1629 458100 32   -0.002    0.010    0.006   -0.593 
+1629 459000  1   -0.170   -0.060   -0.042    0.000 
+1629 459000  2    0.003    0.005   -0.005   -0.611 
+1629 459000  3    0.009   -0.004    0.007   -0.585 
+1629 459000  4    0.002   -0.006   -0.006   -0.557 
+1629 459000  5   -0.010    0.013   -0.004   -0.624 
+1629 459000  6    0.011    0.001    0.009   -0.592 
+1629 459000  7   -0.006   -0.001    0.005   -0.604 
+1629 459000  8   -0.007   -0.007    0.005   -0.534 
+1629 459000  9    0.000   -0.001    0.003   -0.575 
+1629 459000 10   -0.002    0.003   -0.004   -0.608 
+1629 459000 11    0.006   -0.001    0.008   -0.573 
+1629 459000 12    0.004   -0.003    0.008   -0.585 
+1629 459000 13    0.002    0.006    0.004   -0.602 
+1629 459000 14    0.004   -0.001    0.004   -0.582 
+1629 459000 15    0.002    0.003    0.011   -0.614 
+1629 459000 16    0.003    0.003   -0.005   -0.590 
+1629 459000 17    0.001    0.002    0.006   -0.586 
+1629 459000 18    0.003    0.007    0.012   -0.591 
+1629 459000 19    0.012   -0.009    0.002   -0.548 
+1629 459000 20   -0.002    0.004    0.008   -0.599 
+1629 459000 21    0.000    0.014    0.002   -0.592 
+1629 459000 22    0.001    0.005    0.013   -0.582 
+1629 459000 23    0.001    0.007    0.005   -0.589 
+1629 459000 24    0.003   -0.002    0.007   -0.576 
+1629 459000 25    0.004    0.005    0.003   -0.604 
+1629 459000 26   -0.011    0.008    0.010   -0.598 
+1629 459000 27   -0.004    0.004    0.009   -0.583 
+1629 459000 28   -0.002    0.000    0.002   -0.592 
+1629 459000 29    0.000   -0.001    0.002   -0.631 
+1629 459000 30    0.005    0.007    0.002   -0.604 
+1629 459000 31    0.004    0.001    0.004   -0.596 
+1629 459000 32    0.000    0.010    0.006   -0.591 
+1629 459900  1   -0.173   -0.059   -0.038    0.000 
+1629 459900  2    0.003    0.005   -0.003   -0.611 
+1629 459900  3    0.009   -0.003    0.007   -0.585 
+1629 459900  4   -0.001   -0.004   -0.006   -0.560 
+1629 459900  5   -0.011    0.013   -0.005   -0.625 
+1629 459900  6    0.012    0.001    0.009   -0.591 
+1629 459900  7   -0.005   -0.001    0.004   -0.604 
+1629 459900  8   -0.008   -0.007    0.006   -0.534 
+1629 459900  9    0.000   -0.001    0.003   -0.572 
+1629 459900 10   -0.003    0.002   -0.005   -0.608 
+1629 459900 11    0.006   -0.004    0.007   -0.573 
+1629 459900 12    0.004   -0.004    0.007   -0.584 
+1629 459900 13    0.004    0.007    0.005   -0.600 
+1629 459900 14    0.004   -0.001    0.004   -0.583 
+1629 459900 15    0.001    0.003    0.012   -0.615 
+1629 459900 16    0.003    0.004   -0.006   -0.585 
+1629 459900 17    0.001    0.002    0.006   -0.585 
+1629 459900 18    0.003    0.008    0.013   -0.592 
+1629 459900 19    0.013   -0.011    0.002   -0.546 
+1629 459900 20   -0.001    0.003    0.007   -0.596 
+1629 459900 21    0.000    0.016    0.001   -0.592 
+1629 459900 22    0.002    0.007    0.014   -0.580 
+1629 459900 23    0.002    0.006    0.006   -0.586 
+1629 459900 24    0.003   -0.003    0.007   -0.575 
+1629 459900 25    0.004    0.005    0.003   -0.602 
+1629 459900 26   -0.013    0.009    0.009   -0.595 
+1629 459900 27   -0.005    0.003    0.010   -0.581 
+1629 459900 28   -0.002    0.000    0.002   -0.592 
+1629 459900 29   -0.001   -0.002    0.003   -0.630 
+1629 459900 30    0.004    0.006    0.001   -0.601 
+1629 459900 31    0.003    0.002    0.005   -0.592 
+1629 459900 32    0.000    0.010    0.005   -0.589 
+1629 460800  1   -0.172   -0.057   -0.032    0.000 
+1629 460800  2    0.003    0.003   -0.001   -0.610 
+1629 460800  3    0.009   -0.002    0.007   -0.587 
+1629 460800  4   -0.001   -0.001   -0.007   -0.568 
+1629 460800  5   -0.011    0.012   -0.007   -0.624 
+1629 460800  6    0.011    0.002    0.008   -0.591 
+1629 460800  7   -0.006    0.001    0.002   -0.604 
+1629 460800  8   -0.009   -0.006    0.003   -0.533 
+1629 460800  9   -0.001   -0.002    0.002   -0.572 
+1629 460800 10   -0.002    0.002   -0.004   -0.607 
+1629 460800 11    0.007   -0.004    0.009   -0.572 
+1629 460800 12    0.004   -0.005    0.006   -0.584 
+1629 460800 13    0.004    0.006    0.007   -0.599 
+1629 460800 14    0.004   -0.002    0.005   -0.584 
+1629 460800 15    0.000    0.003    0.012   -0.614 
+1629 460800 16    0.002    0.004   -0.006   -0.587 
+1629 460800 17    0.001    0.002    0.007   -0.584 
+1629 460800 18    0.003    0.009    0.014   -0.595 
+1629 460800 19    0.013   -0.011    0.001   -0.547 
+1629 460800 20   -0.001    0.003    0.006   -0.596 
+1629 460800 21    0.001    0.017    0.000   -0.595 
+1629 460800 22    0.003    0.007    0.015   -0.582 
+1629 460800 23    0.003    0.005    0.007   -0.584 
+1629 460800 24    0.002   -0.005    0.007   -0.578 
+1629 460800 25    0.004    0.005    0.004   -0.601 
+1629 460800 26   -0.012    0.008    0.007   -0.597 
+1629 460800 27   -0.006    0.003    0.009   -0.583 
+1629 460800 28   -0.003   -0.001    0.001   -0.591 
+1629 460800 29   -0.001   -0.001    0.004   -0.630 
+1629 460800 30    0.005    0.007    0.003   -0.603 
+1629 460800 31    0.002    0.002    0.008   -0.591 
+1629 460800 32    0.000    0.009    0.005   -0.588 
+1629 461700  1   -0.170   -0.054   -0.028    0.000 
+1629 461700  2    0.001    0.003    0.000   -0.607 
+1629 461700  3    0.009   -0.001    0.006   -0.585 
+1629 461700  4   -0.002   -0.001   -0.006   -0.568 
+1629 461700  5   -0.012    0.010   -0.007   -0.622 
+1629 461700  6    0.011    0.003    0.007   -0.591 
+1629 461700  7   -0.006    0.002    0.001   -0.603 
+1629 461700  8   -0.010   -0.005    0.003   -0.538 
+1629 461700  9   -0.002   -0.002    0.002   -0.571 
+1629 461700 10   -0.002    0.001   -0.004   -0.608 
+1629 461700 11    0.008   -0.005    0.008   -0.569 
+1629 461700 12    0.005   -0.005    0.005   -0.582 
+1629 461700 13    0.006    0.006    0.007   -0.597 
+1629 461700 14    0.003   -0.002    0.005   -0.580 
+1629 461700 15   -0.001    0.002    0.013   -0.612 
+1629 461700 16    0.002    0.004   -0.007   -0.584 
+1629 461700 17    0.001    0.001    0.007   -0.583 
+1629 461700 18    0.003    0.009    0.014   -0.594 
+1629 461700 19    0.013   -0.012    0.001   -0.545 
+1629 461700 20    0.000    0.004    0.005   -0.593 
+1629 461700 21    0.002    0.017    0.000   -0.595 
+1629 461700 22    0.002    0.008    0.015   -0.579 
+1629 461700 23    0.003    0.004    0.007   -0.582 
+1629 461700 24    0.003   -0.007    0.007   -0.578 
+1629 461700 25    0.004    0.005    0.003   -0.600 
+1629 461700 26   -0.013    0.008    0.006   -0.594 
+1629 461700 27   -0.006    0.004    0.010   -0.582 
+1629 461700 28   -0.005   -0.001    0.001   -0.591 
+1629 461700 29    0.000   -0.001    0.004   -0.629 
+1629 461700 30    0.005    0.007    0.002   -0.600 
+1629 461700 31    0.003    0.002    0.009   -0.588 
+1629 461700 32    0.001    0.010    0.005   -0.585 
+1629 462600  1   -0.167   -0.052   -0.024    0.000 
+1629 462600  2    0.001    0.002    0.002   -0.607 
+1629 462600  3    0.009   -0.001    0.006   -0.591 
+1629 462600  4   -0.002    0.001   -0.006   -0.571 
+1629 462600  5   -0.012    0.009   -0.007   -0.625 
+1629 462600  6    0.011    0.003    0.007   -0.597 
+1629 462600  7   -0.005    0.004    0.001   -0.607 
+1629 462600  8   -0.012   -0.005    0.002   -0.543 
+1629 462600  9   -0.003   -0.002    0.002   -0.573 
+1629 462600 10   -0.002    0.001   -0.003   -0.609 
+1629 462600 11    0.008   -0.006    0.010   -0.574 
+1629 462600 12    0.005   -0.004    0.004   -0.585 
+1629 462600 13    0.007    0.005    0.009   -0.597 
+1629 462600 14    0.003   -0.001    0.006   -0.583 
+1629 462600 15   -0.002    0.002    0.013   -0.616 
+1629 462600 16    0.002    0.005   -0.006   -0.588 
+1629 462600 17    0.001    0.001    0.007   -0.584 
+1629 462600 18    0.003    0.011    0.013   -0.596 
+1629 462600 19    0.014   -0.012    0.000   -0.550 
+1629 462600 20    0.001    0.004    0.005   -0.592 
+1629 462600 21    0.002    0.017   -0.001   -0.600 
+1629 462600 22    0.004    0.009    0.016   -0.585 
+1629 462600 23    0.004    0.003    0.008   -0.581 
+1629 462600 24    0.002   -0.007    0.008   -0.579 
+1629 462600 25    0.004    0.004    0.002   -0.601 
+1629 462600 26   -0.012    0.008    0.005   -0.598 
+1629 462600 27   -0.008    0.003    0.009   -0.583 
+1629 462600 28   -0.005   -0.001    0.001   -0.593 
+1629 462600 29    0.000   -0.001    0.004   -0.633 
+1629 462600 30    0.005    0.007    0.002   -0.600 
+1629 462600 31    0.001    0.002    0.010   -0.589 
+1629 462600 32    0.003    0.010    0.005   -0.585 
+1629 463500  1   -0.163   -0.047   -0.020    0.000 
+1629 463500  2    0.001    0.003    0.003   -0.611 
+1629 463500  3    0.008    0.001    0.006   -0.591 
+1629 463500  4   -0.002    0.002   -0.005   -0.573 
+1629 463500  5   -0.012    0.009   -0.008   -0.625 
+1629 463500  6    0.011    0.005    0.006   -0.596 
+1629 463500  7   -0.004    0.006    0.000   -0.606 
+1629 463500  8   -0.012   -0.004    0.001   -0.545 
+1629 463500  9   -0.004   -0.001    0.002   -0.574 
+1629 463500 10   -0.002    0.002   -0.003   -0.613 
+1629 463500 11    0.008   -0.006    0.009   -0.576 
+1629 463500 12    0.004   -0.004    0.002   -0.585 
+1629 463500 13    0.007    0.005    0.009   -0.595 
+1629 463500 14    0.002   -0.001    0.006   -0.583 
+1629 463500 15   -0.003    0.002    0.014   -0.618 
+1629 463500 16    0.001    0.006   -0.006   -0.588 
+1629 463500 17    0.002    0.000    0.007   -0.585 
+1629 463500 18    0.003    0.011    0.013   -0.599 
+1629 463500 19    0.013   -0.012   -0.001   -0.553 
+1629 463500 20    0.003    0.004    0.004   -0.593 
+1629 463500 21    0.003    0.018   -0.001   -0.601 
+1629 463500 22    0.003    0.010    0.015   -0.584 
+1629 463500 23    0.004    0.003    0.009   -0.581 
+1629 463500 24    0.002   -0.008    0.008   -0.582 
+1629 463500 25    0.003    0.004    0.003   -0.600 
+1629 463500 26   -0.013    0.009    0.004   -0.600 
+1629 463500 27   -0.009    0.002    0.009   -0.584 
+1629 463500 28   -0.005   -0.001    0.000   -0.594 
+1629 463500 29    0.001   -0.001    0.004   -0.633 
+1629 463500 30    0.005    0.008    0.003   -0.602 
+1629 463500 31    0.002    0.001    0.010   -0.590 
+1629 463500 32    0.003    0.008    0.005   -0.585 
+1629 464400  1   -0.159   -0.043   -0.017    0.000 
+1629 464400  2    0.001    0.003    0.004   -0.610 
+1629 464400  3    0.008    0.002    0.006   -0.591 
+1629 464400  4   -0.002    0.002   -0.003   -0.572 
+1629 464400  5   -0.012    0.007   -0.008   -0.629 
+1629 464400  6    0.011    0.005    0.006   -0.598 
+1629 464400  7   -0.004    0.007    0.000   -0.607 
+1629 464400  8   -0.013   -0.002    0.000   -0.548 
+1629 464400  9   -0.004    0.000    0.003   -0.573 
+1629 464400 10   -0.003    0.001   -0.001   -0.613 
+1629 464400 11    0.008   -0.007    0.010   -0.579 
+1629 464400 12    0.004   -0.003    0.001   -0.586 
+1629 464400 13    0.007    0.003    0.010   -0.595 
+1629 464400 14    0.002   -0.002    0.005   -0.585 
+1629 464400 15   -0.005    0.002    0.014   -0.624 
+1629 464400 16    0.002    0.007   -0.005   -0.589 
+1629 464400 17    0.002   -0.001    0.007   -0.585 
+1629 464400 18    0.003    0.012    0.013   -0.601 
+1629 464400 19    0.013   -0.012   -0.002   -0.554 
+1629 464400 20    0.004    0.003    0.003   -0.593 
+1629 464400 21    0.004    0.019   -0.001   -0.605 
+1629 464400 22    0.004    0.011    0.016   -0.589 
+1629 464400 23    0.004    0.001    0.010   -0.583 
+1629 464400 24    0.002   -0.008    0.009   -0.585 
+1629 464400 25    0.004    0.004    0.002   -0.602 
+1629 464400 26   -0.013    0.008    0.002   -0.600 
+1629 464400 27   -0.009    0.004    0.009   -0.585 
+1629 464400 28   -0.006   -0.002    0.000   -0.594 
+1629 464400 29    0.001   -0.001    0.004   -0.632 
+1629 464400 30    0.007    0.008    0.003   -0.603 
+1629 464400 31    0.002    0.002    0.010   -0.589 
+1629 464400 32    0.005    0.008    0.004   -0.585 
+1629 465300  1   -0.151   -0.038   -0.013    0.000 
+1629 465300  2    0.000    0.003    0.006   -0.608 
+1629 465300  3    0.008    0.003    0.006   -0.591 
+1629 465300  4   -0.002    0.004   -0.002   -0.572 
+1629 465300  5   -0.013    0.006   -0.008   -0.627 
+1629 465300  6    0.011    0.006    0.007   -0.596 
+1629 465300  7   -0.003    0.008   -0.001   -0.606 
+1629 465300  8   -0.012    0.000   -0.001   -0.547 
+1629 465300  9   -0.005    0.000    0.002   -0.573 
+1629 465300 10   -0.002    0.001   -0.001   -0.612 
+1629 465300 11    0.008   -0.006    0.009   -0.577 
+1629 465300 12    0.003   -0.003    0.001   -0.585 
+1629 465300 13    0.008    0.003    0.011   -0.592 
+1629 465300 14    0.002    0.000    0.006   -0.584 
+1629 465300 15   -0.005    0.001    0.013   -0.620 
+1629 465300 16    0.002    0.008   -0.003   -0.587 
+1629 465300 17    0.002   -0.001    0.006   -0.584 
+1629 465300 18    0.004    0.013    0.012   -0.601 
+1629 465300 19    0.013   -0.012   -0.002   -0.551 
+1629 465300 20    0.005    0.003    0.003   -0.591 
+1629 465300 21    0.005    0.018   -0.002   -0.606 
+1629 465300 22    0.005    0.012    0.015   -0.588 
+1629 465300 23    0.005    0.001    0.010   -0.579 
+1629 465300 24    0.003   -0.009    0.009   -0.586 
+1629 465300 25    0.004    0.003    0.003   -0.601 
+1629 465300 26   -0.013    0.007    0.001   -0.598 
+1629 465300 27   -0.010    0.004    0.009   -0.591 
+1629 465300 28   -0.006   -0.001    0.000   -0.594 
+1629 465300 29    0.002   -0.002    0.003   -0.631 
+1629 465300 30    0.008    0.007    0.004   -0.602 
+1629 465300 31    0.001    0.002    0.009   -0.589 
+1629 465300 32    0.005    0.007    0.004   -0.584 
+1629 466200  1   -0.145   -0.032   -0.010    0.000 
+1629 466200  2    0.000    0.003    0.006   -0.607 
+1629 466200  3    0.008    0.004    0.007   -0.590 
+1629 466200  4   -0.001    0.003   -0.001   -0.569 
+1629 466200  5   -0.013    0.006   -0.008   -0.629 
+1629 466200  6    0.011    0.007    0.006   -0.597 
+1629 466200  7   -0.002    0.010   -0.001   -0.605 
+1629 466200  8   -0.012    0.001   -0.001   -0.545 
+1629 466200  9   -0.005    0.002    0.003   -0.579 
+1629 466200 10   -0.002    0.002   -0.001   -0.614 
+1629 466200 11    0.009   -0.005    0.009   -0.578 
+1629 466200 12    0.002   -0.002    0.001   -0.583 
+1629 466200 13    0.008    0.002    0.012   -0.590 
+1629 466200 14    0.001    0.000    0.006   -0.585 
+1629 466200 15   -0.007    0.002    0.013   -0.623 
+1629 466200 16    0.003    0.008   -0.003   -0.588 
+1629 466200 17    0.003   -0.003    0.006   -0.584 
+1629 466200 18    0.003    0.013    0.011   -0.603 
+1629 466200 19    0.012   -0.010   -0.003   -0.552 
+1629 466200 20    0.006    0.003    0.004   -0.589 
+1629 466200 21    0.006    0.018   -0.002   -0.610 
+1629 466200 22    0.004    0.013    0.015   -0.589 
+1629 466200 23    0.005    0.001    0.010   -0.578 
+1629 466200 24    0.003   -0.009    0.009   -0.586 
+1629 466200 25    0.003    0.003    0.002   -0.603 
+1629 466200 26   -0.013    0.007    0.000   -0.597 
+1629 466200 27   -0.008    0.003    0.007    0.000 
+1629 466200 28   -0.006   -0.001   -0.001   -0.596 
+1629 466200 29    0.002   -0.002    0.003   -0.632 
+1629 466200 30    0.008    0.006    0.005   -0.602 
+1629 466200 31    0.002    0.001    0.009   -0.591 
+1629 466200 32    0.006    0.007    0.004   -0.585 
+1629 467100  1   -0.136   -0.028   -0.008    0.000 
+1629 467100  2    0.000    0.003    0.007   -0.606 
+1629 467100  3    0.008    0.005    0.007   -0.590 
+1629 467100  4   -0.001    0.004    0.000   -0.569 
+1629 467100  5   -0.012    0.005   -0.009   -0.628 
+1629 467100  6    0.011    0.007    0.007   -0.595 
+1629 467100  7    0.000    0.011    0.000   -0.601 
+1629 467100  8   -0.011    0.002   -0.001   -0.545 
+1629 467100  9   -0.006    0.002    0.003   -0.593 
+1629 467100 10   -0.002    0.002    0.000   -0.614 
+1629 467100 11    0.008   -0.005    0.009   -0.580 
+1629 467100 12    0.002   -0.001    0.000   -0.584 
+1629 467100 13    0.007    0.001    0.012   -0.590 
+1629 467100 14    0.001    0.001    0.007   -0.585 
+1629 467100 15   -0.008    0.002    0.012   -0.620 
+1629 467100 16    0.005    0.008   -0.001   -0.586 
+1629 467100 17    0.003   -0.003    0.005   -0.584 
+1629 467100 18    0.004    0.013    0.011   -0.606 
+1629 467100 19    0.012   -0.010   -0.003   -0.555 
+1629 467100 20    0.007    0.002    0.003   -0.590 
+1629 467100 21    0.007    0.016   -0.002   -0.613 
+1629 467100 22    0.004    0.013    0.014   -0.589 
+1629 467100 23    0.005    0.000    0.010   -0.578 
+1629 467100 24    0.003   -0.009    0.010   -0.588 
+1629 467100 25    0.003    0.003    0.002   -0.603 
+1629 467100 26   -0.012    0.006   -0.001   -0.598 
+1629 467100 27   -0.010    0.004    0.006   -0.584 
+1629 467100 28   -0.006    0.000   -0.003   -0.596 
+1629 467100 29    0.003   -0.002    0.004   -0.635 
+1629 467100 30    0.009    0.006    0.006   -0.600 
+1629 467100 31    0.002    0.000    0.008   -0.591 
+1629 467100 32    0.007    0.006    0.004   -0.585 
+1629 468000  1   -0.126   -0.022   -0.004    0.000 
+1629 468000  2   -0.001    0.002    0.007   -0.604 
+1629 468000  3    0.008    0.005    0.008   -0.592 
+1629 468000  4   -0.001    0.004    0.001   -0.566 
+1629 468000  5   -0.012    0.003   -0.008   -0.628 
+1629 468000  6    0.011    0.007    0.007   -0.598 
+1629 468000  7    0.000    0.012   -0.001   -0.602 
+1629 468000  8   -0.010    0.004   -0.001   -0.548 
+1629 468000  9   -0.007    0.002    0.002   -0.557 
+1629 468000 10   -0.003    0.002    0.001   -0.614 
+1629 468000 11    0.009   -0.004    0.009   -0.581 
+1629 468000 12    0.001    0.000    0.000   -0.586 
+1629 468000 13    0.008    0.000    0.013   -0.586 
+1629 468000 14    0.002    0.001    0.008   -0.587 
+1629 468000 15   -0.008    0.002    0.011   -0.618 
+1629 468000 16    0.006    0.008    0.002   -0.589 
+1629 468000 17    0.004   -0.004    0.005   -0.584 
+1629 468000 18    0.003    0.015    0.010   -0.606 
+1629 468000 19    0.012   -0.009   -0.003   -0.557 
+1629 468000 20    0.007    0.002    0.004   -0.589 
+1629 468000 21    0.008    0.014   -0.001   -0.616 
+1629 468000 22    0.006    0.014    0.014   -0.594 
+1629 468000 23    0.006   -0.001    0.011   -0.575 
+1629 468000 24    0.003   -0.009    0.011    0.000 
+1629 468000 25    0.001    0.004    0.003   -0.603 
+1629 468000 26   -0.010    0.006   -0.003   -0.595 
+1629 468000 27   -0.011    0.003    0.004   -0.582 
+1629 468000 28   -0.007    0.001   -0.003   -0.595 
+1629 468000 29    0.002   -0.002    0.002   -0.631 
+1629 468000 30    0.010    0.005    0.006   -0.602 
+1629 468000 31    0.001    0.000    0.008   -0.592 
+1629 468000 32    0.007    0.006    0.005   -0.584 
+1629 468900  1   -0.114   -0.018    0.001    0.000 
+1629 468900  2   -0.002    0.002    0.007   -0.605 
+1629 468900  3    0.008    0.005    0.010   -0.594 
+1629 468900  4    0.000    0.004    0.002   -0.565 
+1629 468900  5   -0.013    0.003   -0.008   -0.632 
+1629 468900  6    0.012    0.007    0.008   -0.599 
+1629 468900  7    0.001    0.012   -0.001   -0.600 
+1629 468900  8   -0.009    0.005   -0.002   -0.548 
+1629 468900  9   -0.009    0.002    0.002   -0.570 
+1629 468900 10   -0.002    0.003    0.002   -0.615 
+1629 468900 11    0.008   -0.003    0.009   -0.583 
+1629 468900 12    0.001    0.001    0.000   -0.589 
+1629 468900 13    0.008   -0.001    0.012   -0.588 
+1629 468900 14    0.002    0.002    0.008   -0.588 
+1629 468900 15   -0.009    0.002    0.010   -0.617 
+1629 468900 16    0.008    0.007    0.002   -0.592 
+1629 468900 17    0.003   -0.004    0.003   -0.587 
+1629 468900 18    0.003    0.013    0.010   -0.609 
+1629 468900 19    0.012   -0.007   -0.003   -0.559 
+1629 468900 20    0.008    0.000    0.003   -0.593 
+1629 468900 21    0.006    0.012   -0.001   -0.616 
+1629 468900 22    0.006    0.014    0.013   -0.595 
+1629 468900 23    0.007   -0.002    0.010   -0.577 
+1629 468900 24    0.003   -0.010    0.010   -0.591 
+1629 468900 25    0.001    0.005    0.002   -0.604 
+1629 468900 26   -0.010    0.005   -0.003   -0.598 
+1629 468900 27   -0.010    0.004    0.003   -0.589 
+1629 468900 28   -0.007    0.001   -0.004   -0.596 
+1629 468900 29    0.003   -0.003    0.002   -0.632 
+1629 468900 30    0.011    0.004    0.006   -0.603 
+1629 468900 31    0.002    0.000    0.006   -0.596 
+1629 468900 32    0.008    0.005    0.006   -0.586 
+1629 469800  1   -0.101   -0.014    0.008    0.000 
+1629 469800  2   -0.002    0.002    0.007   -0.605 
+1629 469800  3    0.009    0.005    0.010   -0.594 
+1629 469800  4   -0.001    0.003    0.004   -0.565 
+1629 469800  5   -0.013    0.001   -0.007   -0.631 
+1629 469800  6    0.012    0.007    0.008   -0.601 
+1629 469800  7    0.002    0.011   -0.001   -0.600 
+1629 469800  8   -0.008    0.006   -0.001   -0.551 
+1629 469800  9   -0.010    0.003    0.001   -0.574 
+1629 469800 10   -0.002    0.003    0.002   -0.615 
+1629 469800 11    0.009   -0.002    0.009   -0.583 
+1629 469800 12    0.001    0.003    0.001   -0.590 
+1629 469800 13    0.007   -0.002    0.012   -0.587 
+1629 469800 14    0.002    0.002    0.008   -0.591 
+1629 469800 15   -0.010    0.002    0.009   -0.618 
+1629 469800 16    0.010    0.006    0.003   -0.592 
+1629 469800 17    0.004   -0.005    0.003   -0.587 
+1629 469800 18    0.004    0.014    0.009   -0.611 
+1629 469800 19    0.011   -0.007   -0.003   -0.561 
+1629 469800 20    0.008    0.000    0.003   -0.592 
+1629 469800 21    0.006    0.009    0.000   -0.616 
+1629 469800 22    0.006    0.015    0.011   -0.598 
+1629 469800 23    0.008   -0.002    0.010   -0.579 
+1629 469800 24    0.002   -0.009    0.009   -0.595 
+1629 469800 25    0.001    0.004    0.003   -0.606 
+1629 469800 26   -0.010    0.004   -0.004   -0.603 
+1629 469800 27   -0.011    0.005    0.002   -0.591 
+1629 469800 28   -0.006    0.002   -0.005   -0.598 
+1629 469800 29    0.003   -0.002    0.001   -0.632 
+1629 469800 30    0.011    0.003    0.007   -0.604 
+1629 469800 31    0.002    0.000    0.006   -0.597 
+1629 469800 32    0.008    0.005    0.006   -0.587 
+1629 470700  1   -0.088   -0.011    0.012    0.000 
+1629 470700  2   -0.003    0.002    0.007   -0.602 
+1629 470700  3    0.010    0.006    0.011   -0.590 
+1629 470700  4    0.000    0.003    0.006   -0.559 
+1629 470700  5   -0.012    0.001   -0.006   -0.630 
+1629 470700  6    0.012    0.005    0.008   -0.600 
+1629 470700  7    0.003    0.011    0.000   -0.595 
+1629 470700  8   -0.007    0.005   -0.001   -0.546 
+1629 470700  9   -0.008    0.005    0.001   -0.574 
+1629 470700 10   -0.001    0.004    0.002   -0.613 
+1629 470700 11    0.008   -0.001    0.008   -0.582 
+1629 470700 12    0.001    0.003    0.002   -0.588 
+1629 470700 13    0.007   -0.002    0.011   -0.585 
+1629 470700 14    0.001    0.003    0.008   -0.588 
+1629 470700 15   -0.011    0.002    0.008   -0.613 
+1629 470700 16    0.011    0.005    0.004   -0.590 
+1629 470700 17    0.004   -0.007    0.002   -0.584 
+1629 470700 18    0.003    0.014    0.008   -0.607 
+1629 470700 19    0.011   -0.006   -0.002   -0.557 
+1629 470700 20    0.009   -0.001    0.003   -0.590 
+1629 470700 21    0.006    0.006    0.001   -0.612 
+1629 470700 22    0.006    0.015    0.010   -0.595 
+1629 470700 23    0.008   -0.002    0.011   -0.577 
+1629 470700 24    0.002   -0.008    0.009   -0.594 
+1629 470700 25    0.000    0.005    0.003   -0.604 
+1629 470700 26   -0.010    0.003   -0.004   -0.601 
+1629 470700 27   -0.010    0.005    0.001   -0.587 
+1629 470700 28   -0.005    0.003   -0.005   -0.595 
+1629 470700 29    0.002   -0.002    0.001   -0.630 
+1629 470700 30    0.011    0.002    0.008   -0.602 
+1629 470700 31    0.002    0.000    0.005   -0.596 
+1629 470700 32    0.009    0.003    0.006   -0.585 
+1629 471600  1   -0.072   -0.009    0.018    0.000 
+1629 471600  2   -0.003    0.002    0.007   -0.603 
+1629 471600  3    0.010    0.004    0.013   -0.595 
+1629 471600  4    0.000    0.003    0.006   -0.559 
+1629 471600  5   -0.011    0.000   -0.005   -0.631 
+1629 471600  6    0.012    0.005    0.008   -0.600 
+1629 471600  7    0.003    0.011    0.000   -0.597 
+1629 471600  8   -0.006    0.006    0.000   -0.545 
+1629 471600  9   -0.006    0.006    0.000   -0.581 
+1629 471600 10    0.000    0.004    0.002   -0.612 
+1629 471600 11    0.008    0.000    0.008   -0.586 
+1629 471600 12    0.000    0.004    0.003   -0.590 
+1629 471600 13    0.008   -0.003    0.012   -0.584 
+1629 471600 14    0.001    0.003    0.009   -0.589 
+1629 471600 15   -0.011    0.002    0.007   -0.616 
+1629 471600 16    0.012    0.004    0.005   -0.591 
+1629 471600 17    0.004   -0.007    0.001   -0.585 
+1629 471600 18    0.003    0.013    0.006   -0.608 
+1629 471600 19    0.012   -0.005   -0.002   -0.560 
+1629 471600 20    0.007   -0.001    0.003   -0.592 
+1629 471600 21    0.008    0.004    0.003   -0.614 
+1629 471600 22    0.007    0.014    0.009   -0.597 
+1629 471600 23    0.008   -0.003    0.010   -0.578 
+1629 471600 24    0.001   -0.008    0.008   -0.596 
+1629 471600 25    0.000    0.005    0.003   -0.606 
+1629 471600 26   -0.008    0.003   -0.004   -0.600 
+1629 471600 27   -0.011    0.005    0.000   -0.587 
+1629 471600 28   -0.005    0.004   -0.007   -0.594 
+1629 471600 29    0.001   -0.001    0.000   -0.631 
+1629 471600 30    0.011    0.001    0.007   -0.606 
+1629 471600 31    0.003    0.000    0.004   -0.597 
+1629 471600 32    0.009    0.004    0.007   -0.587 
+1629 472500  1   -0.058   -0.008    0.024    0.000 
+1629 472500  2   -0.003    0.000    0.007   -0.601 
+1629 472500  3    0.010    0.003    0.014   -0.596 
+1629 472500  4    0.001    0.002    0.008   -0.557 
+1629 472500  5   -0.010   -0.001   -0.004   -0.631 
+1629 472500  6    0.012    0.005    0.010   -0.601 
+1629 472500  7    0.004    0.011    0.000   -0.595 
+1629 472500  8   -0.005    0.006    0.000   -0.542 
+1629 472500  9   -0.006    0.006   -0.001   -0.582 
+1629 472500 10    0.001    0.004    0.002   -0.610 
+1629 472500 11    0.007    0.000    0.008   -0.589 
+1629 472500 12    0.000    0.004    0.003   -0.590 
+1629 472500 13    0.007   -0.003    0.011   -0.586 
+1629 472500 14    0.001    0.004    0.009   -0.590 
+1629 472500 15   -0.011    0.001    0.005   -0.614 
+1629 472500 16    0.013    0.001    0.005   -0.596 
+1629 472500 17    0.004   -0.006   -0.001   -0.587 
+1629 472500 18    0.003    0.013    0.006   -0.611 
+1629 472500 19    0.012   -0.004   -0.001   -0.561 
+1629 472500 20    0.007   -0.002    0.003   -0.595 
+1629 472500 21    0.010    0.001    0.005   -0.617 
+1629 472500 22    0.007    0.014    0.009   -0.601 
+1629 472500 23    0.009   -0.003    0.010   -0.579 
+1629 472500 24    0.001   -0.007    0.007   -0.597 
+1629 472500 25    0.001    0.005    0.004   -0.606 
+1629 472500 26   -0.008    0.001   -0.005   -0.602 
+1629 472500 27   -0.010    0.006   -0.001   -0.589 
+1629 472500 28   -0.005    0.005   -0.007   -0.596 
+1629 472500 29    0.002   -0.002    0.000   -0.631 
+1629 472500 30    0.011   -0.001    0.006   -0.607 
+1629 472500 31    0.003    0.000    0.004   -0.601 
+1629 472500 32    0.009    0.002    0.007   -0.591 
+1629 473400  1   -0.043   -0.010    0.031    0.000 
+1629 473400  2   -0.002    0.000    0.007   -0.602 
+1629 473400  3    0.011    0.003    0.015   -0.597 
+1629 473400  4    0.001    0.001    0.009   -0.556 
+1629 473400  5   -0.010   -0.001   -0.003   -0.630 
+1629 473400  6    0.012    0.004    0.009   -0.604 
+1629 473400  7    0.005    0.009    0.001   -0.595 
+1629 473400  8   -0.003    0.006   -0.001   -0.543 
+1629 473400  9   -0.005    0.006   -0.002   -0.585 
+1629 473400 10    0.001    0.004    0.003   -0.609 
+1629 473400 11    0.007    0.002    0.008   -0.586 
+1629 473400 12   -0.001    0.005    0.004   -0.591 
+1629 473400 13    0.008   -0.004    0.010   -0.586 
+1629 473400 14    0.001    0.004    0.008   -0.593 
+1629 473400 15   -0.011    0.002    0.003   -0.615 
+1629 473400 16    0.013    0.000    0.006   -0.597 
+1629 473400 17    0.003   -0.006   -0.002   -0.587 
+1629 473400 18    0.004    0.013    0.004   -0.613 
+1629 473400 19    0.011   -0.003    0.000   -0.564 
+1629 473400 20    0.007   -0.003    0.004   -0.598 
+1629 473400 21    0.012    0.000    0.006   -0.622 
+1629 473400 22    0.007    0.014    0.008   -0.606 
+1629 473400 23    0.010   -0.004    0.010   -0.582 
+1629 473400 24   -0.001   -0.007    0.007   -0.598 
+1629 473400 25    0.001    0.006    0.004   -0.607 
+1629 473400 26   -0.007    0.001   -0.004   -0.602 
+1629 473400 27   -0.009    0.005   -0.001   -0.586 
+1629 473400 28   -0.004    0.006   -0.007   -0.593 
+1629 473400 29    0.002   -0.003    0.000   -0.630 
+1629 473400 30    0.011   -0.002    0.007   -0.607 
+1629 473400 31    0.002    0.001    0.003   -0.602 
+1629 473400 32    0.010    0.003    0.008   -0.592 
+1629 474300  1   -0.030   -0.013    0.037    0.000 
+1629 474300  2   -0.001    0.000    0.007   -0.600 
+1629 474300  3    0.010    0.002    0.016   -0.596 
+1629 474300  4    0.000    0.000    0.009   -0.557 
+1629 474300  5   -0.009   -0.001   -0.001   -0.630 
+1629 474300  6    0.011    0.002    0.009   -0.602 
+1629 474300  7    0.006    0.008    0.002   -0.593 
+1629 474300  8   -0.002    0.005    0.000   -0.542 
+1629 474300  9   -0.004    0.007   -0.002   -0.583 
+1629 474300 10    0.002    0.005    0.003   -0.609 
+1629 474300 11    0.006    0.001    0.009   -0.588 
+1629 474300 12   -0.001    0.005    0.004   -0.591 
+1629 474300 13    0.009   -0.004    0.009   -0.586 
+1629 474300 14    0.001    0.004    0.008   -0.594 
+1629 474300 15   -0.011    0.001    0.001   -0.612 
+1629 474300 16    0.014   -0.001    0.006   -0.597 
+1629 474300 17    0.004   -0.006   -0.002   -0.585 
+1629 474300 18    0.004    0.012    0.004   -0.613 
+1629 474300 19    0.013   -0.002    0.001   -0.565 
+1629 474300 20    0.005   -0.004    0.003   -0.600 
+1629 474300 21    0.010   -0.003    0.007   -0.615 
+1629 474300 22    0.008    0.013    0.006   -0.606 
+1629 474300 23    0.011   -0.004    0.011   -0.582 
+1629 474300 24   -0.003   -0.006    0.007   -0.594 
+1629 474300 25    0.001    0.006    0.005   -0.606 
+1629 474300 26   -0.007    0.000   -0.004   -0.601 
+1629 474300 27   -0.009    0.006   -0.002   -0.587 
+1629 474300 28   -0.003    0.007   -0.008   -0.592 
+1629 474300 29    0.001   -0.003    0.000   -0.627 
+1629 474300 30    0.010   -0.004    0.006   -0.609 
+1629 474300 31    0.002    0.000    0.003   -0.604 
+1629 474300 32    0.009    0.001    0.008   -0.594 
+1629 475200  1   -0.016   -0.016    0.042    0.000 
+1629 475200  2    0.000   -0.001    0.007   -0.600 
+1629 475200  3    0.011   -0.001    0.016   -0.600 
+1629 475200  4    0.002   -0.001    0.011   -0.557 
+1629 475200  5   -0.008   -0.001    0.000   -0.632 
+1629 475200  6    0.011    0.001    0.009   -0.604 
+1629 475200  7    0.007    0.007    0.003   -0.594 
+1629 475200  8   -0.001    0.004    0.002   -0.540 
+1629 475200  9   -0.003    0.006   -0.003   -0.583 
+1629 475200 10    0.003    0.005    0.003   -0.607 
+1629 475200 11    0.006    0.003    0.009   -0.590 
+1629 475200 12   -0.001    0.005    0.005   -0.594 
+1629 475200 13    0.009   -0.004    0.008   -0.589 
+1629 475200 14    0.001    0.004    0.007   -0.597 
+1629 475200 15   -0.010    0.001    0.000   -0.613 
+1629 475200 16    0.013   -0.002    0.006   -0.600 
+1629 475200 17    0.003   -0.006   -0.003   -0.588 
+1629 475200 18    0.005    0.010    0.002   -0.615 
+1629 475200 19    0.013   -0.003    0.002   -0.570 
+1629 475200 20    0.004   -0.004    0.003   -0.602 
+1629 475200 21    0.009   -0.005    0.008   -0.609 
+1629 475200 22    0.007    0.011    0.005   -0.607 
+1629 475200 23    0.010   -0.004    0.012   -0.583 
+1629 475200 24   -0.004   -0.005    0.006   -0.597 
+1629 475200 25    0.001    0.006    0.005   -0.610 
+1629 475200 26   -0.006    0.000   -0.003   -0.605 
+1629 475200 27   -0.009    0.005   -0.003   -0.589 
+1629 475200 28   -0.001    0.007   -0.008   -0.591 
+1629 475200 29    0.000   -0.002    0.000   -0.629 
+1629 475200 30    0.009   -0.003    0.006   -0.609 
+1629 475200 31    0.002    0.000    0.002   -0.604 
+1629 475200 32    0.007    0.001    0.009   -0.599 
+1629 476100  1   -0.006   -0.022    0.047    0.000 
+1629 476100  2    0.000   -0.001    0.007   -0.601 
+1629 476100  3    0.011   -0.002    0.016   -0.599 
+1629 476100  4    0.002   -0.001    0.010   -0.558 
+1629 476100  5   -0.006   -0.001    0.000   -0.631 
+1629 476100  6    0.010   -0.001    0.009   -0.604 
+1629 476100  7    0.007    0.004    0.002   -0.594 
+1629 476100  8   -0.001    0.003    0.001   -0.538 
+1629 476100  9   -0.003    0.005   -0.003   -0.584 
+1629 476100 10    0.004    0.004    0.003   -0.606 
+1629 476100 11    0.005    0.003    0.009   -0.592 
+1629 476100 12   -0.001    0.005    0.006   -0.591 
+1629 476100 13    0.010   -0.005    0.008   -0.589 
+1629 476100 14    0.000    0.004    0.007   -0.595 
+1629 476100 15   -0.010    0.000   -0.001   -0.611 
+1629 476100 16    0.014   -0.003    0.006   -0.600 
+1629 476100 17    0.003   -0.006   -0.004   -0.590 
+1629 476100 18    0.005    0.010    0.001   -0.613 
+1629 476100 19    0.014   -0.001    0.004   -0.569 
+1629 476100 20    0.003   -0.004    0.003   -0.603 
+1629 476100 21    0.009   -0.008    0.008   -0.608 
+1629 476100 22    0.007    0.010    0.005   -0.607 
+1629 476100 23    0.012   -0.004    0.012   -0.585 
+1629 476100 24   -0.006   -0.002    0.005   -0.595 
+1629 476100 25    0.000    0.006    0.005   -0.610 
+1629 476100 26   -0.005   -0.001   -0.003   -0.601 
+1629 476100 27   -0.009    0.005   -0.002   -0.590 
+1629 476100 28    0.000    0.007   -0.007   -0.591 
+1629 476100 29    0.000   -0.002    0.000   -0.628 
+1629 476100 30    0.008   -0.004    0.006   -0.610 
+1629 476100 31    0.002    0.000    0.002   -0.605 
+1629 476100 32    0.008    0.001    0.009   -0.600 
+1629 477000  1    0.002   -0.029    0.051    0.000 
+1629 477000  2    0.000   -0.001    0.006   -0.602 
+1629 477000  3    0.010   -0.004    0.016   -0.598 
+1629 477000  4    0.002   -0.001    0.010   -0.558 
+1629 477000  5   -0.004   -0.001    0.001   -0.630 
+1629 477000  6    0.010   -0.002    0.009   -0.604 
+1629 477000  7    0.007    0.003    0.003   -0.594 
+1629 477000  8    0.000    0.002    0.001   -0.536 
+1629 477000  9    0.000    0.004   -0.003   -0.582 
+1629 477000 10    0.005    0.004    0.001   -0.605 
+1629 477000 11    0.004    0.004    0.009   -0.592 
+1629 477000 12   -0.001    0.004    0.005   -0.593 
+1629 477000 13    0.009   -0.005    0.008   -0.591 
+1629 477000 14    0.001    0.004    0.006   -0.596 
+1629 477000 15   -0.010    0.000   -0.001   -0.614 
+1629 477000 16    0.013   -0.004    0.005   -0.600 
+1629 477000 17    0.003   -0.005   -0.003   -0.590 
+1629 477000 18    0.004    0.008    0.001   -0.614 
+1629 477000 19    0.014    0.000    0.005   -0.568 
+1629 477000 20    0.002   -0.002    0.003   -0.603 
+1629 477000 21    0.009   -0.010    0.008   -0.606 
+1629 477000 22    0.007    0.009    0.005   -0.607 
+1629 477000 23    0.012   -0.005    0.011   -0.587 
+1629 477000 24   -0.007   -0.001    0.005   -0.596 
+1629 477000 25    0.000    0.006    0.005   -0.609 
+1629 477000 26   -0.004   -0.003   -0.002   -0.601 
+1629 477000 27   -0.008    0.004   -0.002   -0.589 
+1629 477000 28    0.000    0.009   -0.007   -0.587 
+1629 477000 29   -0.002   -0.003   -0.001   -0.627 
+1629 477000 30    0.007   -0.005    0.005   -0.609 
+1629 477000 31    0.000    0.000    0.001   -0.599 
+1629 477000 32    0.007    0.002    0.008   -0.598 
+1629 477900  1    0.009   -0.036    0.052    0.000 
+1629 477900  2    0.000   -0.002    0.005   -0.605 
+1629 477900  3    0.010   -0.004    0.015   -0.598 
+1629 477900  4    0.002   -0.001    0.009   -0.557 
+1629 477900  5   -0.004   -0.001    0.002   -0.631 
+1629 477900  6    0.009   -0.003    0.008   -0.603 
+1629 477900  7    0.007    0.001    0.004   -0.595 
+1629 477900  8    0.001    0.001    0.002   -0.539 
+1629 477900  9   -0.001    0.004   -0.003   -0.579 
+1629 477900 10    0.006    0.002    0.000   -0.607 
+1629 477900 11    0.004    0.005    0.010   -0.595 
+1629 477900 12   -0.001    0.004    0.005   -0.590 
+1629 477900 13    0.010   -0.006    0.008   -0.592 
+1629 477900 14   -0.001    0.005    0.006   -0.595 
+1629 477900 15   -0.009   -0.001   -0.002   -0.613 
+1629 477900 16    0.014   -0.006    0.004   -0.604 
+1629 477900 17    0.003   -0.004   -0.003   -0.593 
+1629 477900 18    0.004    0.007    0.000   -0.612 
+1629 477900 19    0.015    0.000    0.006   -0.569 
+1629 477900 20    0.002   -0.001    0.002   -0.603 
+1629 477900 21    0.009   -0.011    0.008   -0.605 
+1629 477900 22    0.006    0.008    0.005   -0.606 
+1629 477900 23    0.012   -0.005    0.013   -0.590 
+1629 477900 24   -0.008   -0.001    0.005   -0.596 
+1629 477900 25   -0.001    0.006    0.004   -0.611 
+1629 477900 26   -0.005   -0.003   -0.001   -0.600 
+1629 477900 27   -0.007    0.003   -0.002   -0.591 
+1629 477900 28    0.002    0.008   -0.005   -0.593 
+1629 477900 29   -0.004   -0.002    0.000   -0.627 
+1629 477900 30    0.006   -0.005    0.004   -0.609 
+1629 477900 31   -0.001    0.002    0.000   -0.602 
+1629 477900 32    0.007    0.002    0.008   -0.599 
+1629 478800  1    0.012   -0.043    0.053    0.000 
+1629 478800  2    0.001   -0.001    0.004   -0.604 
+1629 478800  3    0.010   -0.006    0.014   -0.596 
+1629 478800  4    0.004   -0.001    0.008   -0.558 
+1629 478800  5   -0.002   -0.001    0.002   -0.631 
+1629 478800  6    0.009   -0.004    0.008   -0.603 
+1629 478800  7    0.007   -0.001    0.004   -0.596 
+1629 478800  8    0.001    0.000    0.002   -0.538 
+1629 478800  9   -0.001    0.002   -0.003   -0.585 
+1629 478800 10    0.008    0.001    0.001   -0.605 
+1629 478800 11    0.004    0.005    0.010   -0.596 
+1629 478800 12   -0.001    0.004    0.005   -0.593 
+1629 478800 13    0.010   -0.007    0.008   -0.595 
+1629 478800 14    0.000    0.005    0.004   -0.597 
+1629 478800 15   -0.008   -0.001   -0.002   -0.614 
+1629 478800 16    0.013   -0.007    0.004   -0.604 
+1629 478800 17    0.002   -0.003   -0.002   -0.599 
+1629 478800 18    0.004    0.006   -0.001   -0.615 
+1629 478800 19    0.015    0.000    0.006   -0.570 
+1629 478800 20    0.001    0.000    0.002   -0.606 
+1629 478800 21    0.008   -0.013    0.007   -0.604 
+1629 478800 22    0.006    0.007    0.005   -0.611 
+1629 478800 23    0.013   -0.004    0.013   -0.591 
+1629 478800 24   -0.009    0.002    0.004   -0.594 
+1629 478800 25   -0.001    0.006    0.003   -0.612 
+1629 478800 26   -0.005   -0.005   -0.001   -0.600 
+1629 478800 27   -0.008    0.001   -0.002   -0.593 
+1629 478800 28    0.003    0.007   -0.004   -0.591 
+1629 478800 29   -0.005   -0.003    0.000   -0.627 
+1629 478800 30    0.006   -0.006    0.004   -0.611 
+1629 478800 31   -0.001    0.002    0.000   -0.605 
+1629 478800 32    0.006    0.002    0.007   -0.601 
+1629 479700  1    0.014   -0.050    0.051    0.000 
+1629 479700  2    0.001   -0.002    0.003   -0.606 
+1629 479700  3    0.009   -0.007    0.014   -0.596 
+1629 479700  4    0.004    0.000    0.007   -0.561 
+1629 479700  5    0.001   -0.001    0.002   -0.629 
+1629 479700  6    0.008   -0.005    0.007   -0.603 
+1629 479700  7    0.006   -0.003    0.005   -0.597 
+1629 479700  8    0.002   -0.001    0.001   -0.536 
+1629 479700  9    0.000    0.002   -0.003   -0.583 
+1629 479700 10    0.008    0.001    0.000   -0.603 
+1629 479700 11    0.003    0.006    0.010   -0.593 
+1629 479700 12    0.000    0.004    0.004   -0.592 
+1629 479700 13    0.010   -0.006    0.007   -0.596 
+1629 479700 14    0.000    0.004    0.004   -0.595 
+1629 479700 15   -0.007   -0.002   -0.002   -0.611 
+1629 479700 16    0.012   -0.007    0.003   -0.605 
+1629 479700 17    0.002   -0.002   -0.002   -0.596 
+1629 479700 18    0.004    0.004   -0.001   -0.614 
+1629 479700 19    0.016    0.000    0.006   -0.568 
+1629 479700 20    0.000    0.000    0.003   -0.606 
+1629 479700 21    0.007   -0.013    0.007   -0.602 
+1629 479700 22    0.006    0.005    0.006   -0.608 
+1629 479700 23    0.012   -0.004    0.013   -0.591 
+1629 479700 24   -0.010    0.003    0.005   -0.593 
+1629 479700 25   -0.001    0.006    0.003   -0.611 
+1629 479700 26   -0.004   -0.005    0.000   -0.600 
+1629 479700 27   -0.007    0.001   -0.002   -0.591 
+1629 479700 28    0.005    0.007   -0.003   -0.591 
+1629 479700 29   -0.006   -0.003   -0.001   -0.625 
+1629 479700 30    0.005   -0.006    0.004   -0.609 
+1629 479700 31   -0.001    0.003   -0.001   -0.604 
+1629 479700 32    0.004    0.003    0.007   -0.603 
+1629 480600  1    0.013   -0.054    0.046    0.000 
+1629 480600  2    0.001   -0.003    0.002   -0.606 
+1629 480600  3    0.008   -0.009    0.014   -0.597 
+1629 480600  4    0.004    0.000    0.007   -0.562 
+1629 480600  5    0.002   -0.001    0.003   -0.627 
+1629 480600  6    0.008   -0.005    0.007   -0.604 
+1629 480600  7    0.006   -0.005    0.005   -0.599 
+1629 480600  8    0.001   -0.001    0.002   -0.539 
+1629 480600  9    0.001    0.000   -0.003   -0.582 
+1629 480600 10    0.009    0.000    0.000   -0.603 
+1629 480600 11    0.003    0.006    0.011   -0.595 
+1629 480600 12   -0.001    0.004    0.003   -0.591 
+1629 480600 13    0.010   -0.006    0.007   -0.597 
+1629 480600 14   -0.001    0.005    0.004   -0.595 
+1629 480600 15   -0.006   -0.003   -0.003   -0.612 
+1629 480600 16    0.012   -0.006    0.002   -0.606 
+1629 480600 17    0.001   -0.001   -0.002   -0.598 
+1629 480600 18    0.005    0.004   -0.002   -0.612 
+1629 480600 19    0.016   -0.001    0.008   -0.569 
+1629 480600 20    0.000    0.001    0.003   -0.606 
+1629 480600 21    0.005   -0.014    0.005   -0.602 
+1629 480600 22    0.005    0.004    0.006   -0.607 
+1629 480600 23    0.012   -0.004    0.013   -0.595 
+1629 480600 24   -0.010    0.004    0.006   -0.591 
+1629 480600 25   -0.002    0.006    0.003   -0.610 
+1629 480600 26   -0.004   -0.006    0.000   -0.599 
+1629 480600 27   -0.007    0.000   -0.002   -0.597 
+1629 480600 28    0.006    0.004   -0.001   -0.591 
+1629 480600 29   -0.008   -0.003   -0.001   -0.625 
+1629 480600 30    0.004   -0.004    0.004   -0.611 
+1629 480600 31    0.001    0.004    0.000   -0.607 
+1629 480600 32    0.004    0.003    0.007   -0.600 
+1629 481500  1    0.011   -0.058    0.039    0.000 
+1629 481500  2    0.001   -0.002    0.000   -0.606 
+1629 481500  3    0.008   -0.009    0.012   -0.594 
+1629 481500  4    0.005    0.000    0.006   -0.558 
+1629 481500  5    0.003   -0.001    0.003   -0.626 
+1629 481500  6    0.008   -0.007    0.005   -0.603 
+1629 481500  7    0.005   -0.006    0.006   -0.599 
+1629 481500  8    0.001   -0.002    0.002   -0.536 
+1629 481500  9    0.001   -0.001   -0.002   -0.581 
+1629 481500 10    0.009   -0.001    0.000   -0.602 
+1629 481500 11    0.003    0.005    0.011   -0.592 
+1629 481500 12    0.000    0.004    0.002   -0.590 
+1629 481500 13    0.010   -0.007    0.007   -0.599 
+1629 481500 14   -0.001    0.005    0.003   -0.594 
+1629 481500 15   -0.005   -0.004   -0.003   -0.611 
+1629 481500 16    0.011   -0.006    0.002   -0.605 
+1629 481500 17    0.001   -0.001    0.000   -0.597 
+1629 481500 18    0.006    0.002   -0.002   -0.611 
+1629 481500 19    0.017   -0.001    0.008   -0.566 
+1629 481500 20   -0.001    0.002    0.004   -0.606 
+1629 481500 21    0.004   -0.014    0.004   -0.598 
+1629 481500 22    0.006    0.002    0.006   -0.608 
+1629 481500 23    0.012   -0.004    0.014   -0.597 
+1629 481500 24   -0.010    0.005    0.007   -0.588 
+1629 481500 25   -0.001    0.006    0.001   -0.613 
+1629 481500 26   -0.004   -0.007    0.002   -0.598 
+1629 481500 27   -0.007   -0.002   -0.001   -0.593 
+1629 481500 28    0.006    0.003    0.000   -0.588 
+1629 481500 29   -0.008   -0.003   -0.001   -0.624 
+1629 481500 30    0.004   -0.004    0.003   -0.610 
+1629 481500 31    0.001    0.004    0.001   -0.607 
+1629 481500 32    0.003    0.004    0.008   -0.601 
+1629 482400  1    0.007   -0.057    0.029    0.000 
+1629 482400  2    0.001   -0.002   -0.001   -0.605 
+1629 482400  3    0.007   -0.010    0.011   -0.590 
+1629 482400  4    0.005   -0.001    0.006   -0.561 
+1629 482400  5    0.004   -0.001    0.002   -0.625 
+1629 482400  6    0.007   -0.007    0.005   -0.600 
+1629 482400  7    0.003   -0.007    0.007   -0.600 
+1629 482400  8    0.000   -0.003    0.003   -0.534 
+1629 482400  9    0.000   -0.002   -0.002   -0.583 
+1629 482400 10    0.009   -0.002    0.000   -0.601 
+1629 482400 11    0.003    0.005    0.012   -0.591 
+1629 482400 12    0.001    0.004    0.002   -0.591 
+1629 482400 13    0.010   -0.006    0.006   -0.599 
+1629 482400 14    0.000    0.005    0.002   -0.595 
+1629 482400 15   -0.006   -0.004   -0.003   -0.611 
+1629 482400 16    0.010   -0.006    0.000   -0.605 
+1629 482400 17    0.001    0.000    0.001   -0.598 
+1629 482400 18    0.005    0.000   -0.002   -0.608 
+1629 482400 19    0.016   -0.002    0.007   -0.565 
+1629 482400 20   -0.002    0.003    0.005   -0.606 
+1629 482400 21    0.002   -0.015    0.002   -0.597 
+1629 482400 22    0.007    0.001    0.006   -0.608 
+1629 482400 23    0.012   -0.003    0.013   -0.596 
+1629 482400 24   -0.010    0.005    0.007   -0.588 
+1629 482400 25    0.000    0.006    0.001   -0.613 
+1629 482400 26   -0.003   -0.007    0.002   -0.597 
+1629 482400 27   -0.008   -0.003    0.000   -0.598 
+1629 482400 28    0.007    0.001    0.002   -0.586 
+1629 482400 29   -0.011   -0.004   -0.001   -0.621 
+1629 482400 30    0.004   -0.005    0.002   -0.610 
+1629 482400 31   -0.001    0.005    0.001   -0.605 
+1629 482400 32    0.003    0.003    0.007   -0.602 
+1629 483300  1    0.004   -0.056    0.019    0.000 
+1629 483300  2    0.000   -0.002   -0.002   -0.606 
+1629 483300  3    0.007   -0.010    0.010   -0.590 
+1629 483300  4    0.005   -0.002    0.005   -0.564 
+1629 483300  5    0.005   -0.002    0.003   -0.623 
+1629 483300  6    0.006   -0.007    0.004   -0.599 
+1629 483300  7    0.003   -0.007    0.008   -0.599 
+1629 483300  8    0.000   -0.003    0.003   -0.534 
+1629 483300  9    0.000   -0.003   -0.002   -0.584 
+1629 483300 10    0.009   -0.004    0.000   -0.601 
+1629 483300 11    0.003    0.004    0.013   -0.591 
+1629 483300 12    0.001    0.005    0.000   -0.588 
+1629 483300 13    0.010   -0.007    0.006   -0.601 
+1629 483300 14   -0.001    0.005    0.003   -0.594 
+1629 483300 15   -0.005   -0.006   -0.004   -0.609 
+1629 483300 16    0.010   -0.005    0.000   -0.606 
+1629 483300 17    0.000    0.001    0.002   -0.599 
+1629 483300 18    0.005   -0.002   -0.003   -0.609 
+1629 483300 19    0.017   -0.004    0.008   -0.567 
+1629 483300 20   -0.002    0.003    0.005   -0.604 
+1629 483300 21    0.001   -0.014    0.001   -0.597 
+1629 483300 22    0.006    0.000    0.006   -0.604 
+1629 483300 23    0.011   -0.003    0.014   -0.596 
+1629 483300 24   -0.009    0.006    0.008   -0.588 
+1629 483300 25    0.000    0.006    0.000   -0.612 
+1629 483300 26   -0.003   -0.008    0.002   -0.595 
+1629 483300 27   -0.007   -0.003   -0.002   -0.596 
+1629 483300 28    0.007   -0.002    0.002   -0.588 
+1629 483300 29   -0.012   -0.004    0.000   -0.620 
+1629 483300 30    0.003   -0.004    0.003   -0.608 
+1629 483300 31   -0.001    0.006    0.001   -0.604 
+1629 483300 32    0.002    0.004    0.007   -0.600 
+1629 484200  1    0.001   -0.049    0.006    0.000 
+1629 484200  2    0.000   -0.003   -0.003   -0.606 
+1629 484200  3    0.006   -0.010    0.009   -0.590 
+1629 484200  4    0.006   -0.003    0.005   -0.562 
+1629 484200  5    0.006   -0.003    0.002   -0.623 
+1629 484200  6    0.006   -0.008    0.004   -0.599 
+1629 484200  7    0.001   -0.008    0.007   -0.602 
+1629 484200  8    0.000   -0.003    0.003   -0.538 
+1629 484200  9    0.000   -0.004   -0.002   -0.583 
+1629 484200 10    0.010   -0.004   -0.001   -0.602 
+1629 484200 11    0.003    0.003    0.013   -0.591 
+1629 484200 12    0.003    0.006    0.000   -0.586 
+1629 484200 13    0.009   -0.007    0.007   -0.603 
+1629 484200 14   -0.002    0.004    0.002   -0.595 
+1629 484200 15   -0.005   -0.007   -0.004   -0.610 
+1629 484200 16    0.010   -0.004    0.000   -0.607 
+1629 484200 17    0.001    0.000    0.003   -0.600 
+1629 484200 18    0.005   -0.003   -0.003   -0.607 
+1629 484200 19    0.016   -0.004    0.007   -0.568 
+1629 484200 20   -0.002    0.005    0.005   -0.604 
+1629 484200 21    0.000   -0.015    0.000   -0.597 
+1629 484200 22    0.006   -0.001    0.006   -0.601 
+1629 484200 23    0.010   -0.003    0.014   -0.598 
+1629 484200 24   -0.010    0.006    0.009   -0.584 
+1629 484200 25    0.000    0.007    0.000   -0.615 
+1629 484200 26   -0.002   -0.009    0.003   -0.596 
+1629 484200 27   -0.007   -0.004   -0.002   -0.597 
+1629 484200 28    0.007   -0.003    0.004   -0.587 
+1629 484200 29   -0.013   -0.004   -0.001   -0.622 
+1629 484200 30    0.003   -0.005    0.003   -0.609 
+1629 484200 31   -0.001    0.005    0.002   -0.604 
+1629 484200 32    0.001    0.005    0.007   -0.600 
+1629 485100  1    0.001   -0.041   -0.007    0.000 
+1629 485100  2    0.000   -0.002   -0.005   -0.606 
+1629 485100  3    0.006   -0.010    0.008   -0.592 
+1629 485100  4    0.004   -0.003    0.005   -0.568 
+1629 485100  5    0.007   -0.003    0.002   -0.625 
+1629 485100  6    0.005   -0.008    0.003   -0.599 
+1629 485100  7    0.000   -0.008    0.008   -0.605 
+1629 485100  8   -0.001   -0.002    0.003   -0.539 
+1629 485100  9   -0.001   -0.004   -0.001   -0.585 
+1629 485100 10    0.009   -0.005    0.000   -0.606 
+1629 485100 11    0.003    0.002    0.014   -0.594 
+1629 485100 12    0.004    0.005    0.000   -0.592 
+1629 485100 13    0.010   -0.006    0.006   -0.605 
+1629 485100 14   -0.001    0.004    0.003   -0.597 
+1629 485100 15   -0.005   -0.007   -0.004   -0.611 
+1629 485100 16    0.010   -0.004    0.000   -0.607 
+1629 485100 17    0.001    0.001    0.005   -0.604 
+1629 485100 18    0.005   -0.005   -0.003   -0.608 
+1629 485100 19    0.015   -0.005    0.008   -0.569 
+1629 485100 20   -0.002    0.005    0.007   -0.606 
+1629 485100 21   -0.001   -0.014   -0.002   -0.597 
+1629 485100 22    0.006   -0.002    0.006   -0.600 
+1629 485100 23    0.010   -0.001    0.013   -0.600 
+1629 485100 24   -0.008    0.005    0.010   -0.588 
+1629 485100 25    0.001    0.007    0.000   -0.616 
+1629 485100 26    0.000   -0.008    0.002   -0.597 
+1629 485100 27   -0.008   -0.005   -0.002   -0.601 
+1629 485100 28    0.006   -0.006    0.005   -0.591 
+1629 485100 29   -0.014   -0.004   -0.001   -0.622 
+1629 485100 30    0.003   -0.004    0.003   -0.609 
+1629 485100 31   -0.001    0.005    0.002   -0.607 
+1629 485100 32    0.000    0.005    0.008   -0.604 
+1629 486000  1    0.002   -0.030   -0.021    0.000 
+1629 486000  2   -0.001   -0.002   -0.005   -0.610 
+1629 486000  3    0.005   -0.009    0.007   -0.590 
+1629 486000  4    0.004   -0.003    0.004   -0.571 
+1629 486000  5    0.008   -0.004    0.001   -0.625 
+1629 486000  6    0.005   -0.008    0.003   -0.598 
+1629 486000  7    0.000   -0.008    0.008   -0.604 
+1629 486000  8   -0.001   -0.002    0.004   -0.539 
+1629 486000  9   -0.001   -0.005   -0.001   -0.587 
+1629 486000 10    0.009   -0.005    0.001   -0.606 
+1629 486000 11    0.003    0.001    0.014   -0.593 
+1629 486000 12    0.004    0.007   -0.001   -0.591 
+1629 486000 13    0.009   -0.006    0.006   -0.606 
+1629 486000 14   -0.001    0.004    0.002   -0.597 
+1629 486000 15   -0.005   -0.008   -0.004   -0.612 
+1629 486000 16    0.010   -0.004    0.000   -0.607 
+1629 486000 17    0.000    0.000    0.005   -0.605 
+1629 486000 18    0.005   -0.005   -0.002   -0.606 
+1629 486000 19    0.014   -0.006    0.007   -0.567 
+1629 486000 20   -0.002    0.006    0.007   -0.607 
+1629 486000 21   -0.002   -0.013   -0.002   -0.598 
+1629 486000 22    0.006   -0.004    0.006   -0.601 
+1629 486000 23    0.009   -0.001    0.014   -0.602 
+1629 486000 24   -0.008    0.005    0.011   -0.588 
+1629 486000 25    0.002    0.007    0.000   -0.615 
+1629 486000 26    0.000   -0.008    0.003   -0.597 
+1629 486000 27   -0.007   -0.006   -0.001   -0.600 
+1629 486000 28    0.005   -0.007    0.006   -0.592 
+1629 486000 29   -0.016   -0.004   -0.003   -0.622 
+1629 486000 30    0.002   -0.003    0.003   -0.611 
+1629 486000 31   -0.002    0.005    0.002   -0.606 
+1629 486000 32   -0.001    0.004    0.009   -0.605 
+1629 486900  1    0.005   -0.017   -0.036    0.000 
+1629 486900  2   -0.002   -0.001   -0.007   -0.607 
+1629 486900  3    0.005   -0.009    0.006   -0.590 
+1629 486900  4    0.002   -0.003    0.004   -0.571 
+1629 486900  5    0.009   -0.004    0.000   -0.622 
+1629 486900  6    0.004   -0.008    0.002   -0.601 
+1629 486900  7   -0.001   -0.008    0.009   -0.603 
+1629 486900  8   -0.002   -0.001    0.005   -0.537 
+1629 486900  9   -0.001   -0.005    0.000   -0.585 
+1629 486900 10    0.009   -0.006    0.000   -0.606 
+1629 486900 11    0.003   -0.002    0.014   -0.594 
+1629 486900 12    0.005    0.008   -0.001   -0.591 
+1629 486900 13    0.008   -0.006    0.006   -0.607 
+1629 486900 14   -0.001    0.003    0.003   -0.598 
+1629 486900 15   -0.005   -0.009   -0.003   -0.611 
+1629 486900 16    0.009   -0.003    0.001   -0.606 
+1629 486900 17   -0.001   -0.001    0.006   -0.602 
+1629 486900 18    0.005   -0.006   -0.003   -0.606 
+1629 486900 19    0.013   -0.007    0.007   -0.568 
+1629 486900 20   -0.001    0.006    0.008   -0.607 
+1629 486900 21   -0.003   -0.012   -0.003   -0.597 
+1629 486900 22    0.007   -0.005    0.007   -0.601 
+1629 486900 23    0.008    0.000    0.014   -0.601 
+1629 486900 24   -0.006    0.004    0.012   -0.587 
+1629 486900 25    0.002    0.006   -0.001   -0.612 
+1629 486900 26    0.001   -0.009    0.003   -0.596 
+1629 486900 27   -0.007   -0.006   -0.002   -0.600 
+1629 486900 28    0.005   -0.009    0.006   -0.592 
+1629 486900 29   -0.017   -0.003   -0.003   -0.622 
+1629 486900 30    0.001   -0.003    0.003   -0.608 
+1629 486900 31   -0.003    0.006    0.002   -0.606 
+1629 486900 32   -0.001    0.005    0.009   -0.604 
+1629 487800  1    0.010   -0.001   -0.049    0.000 
+1629 487800  2   -0.002    0.000   -0.006   -0.607 
+1629 487800  3    0.003   -0.008    0.006   -0.587 
+1629 487800  4    0.001   -0.004    0.005   -0.571 
+1629 487800  5    0.009   -0.005    0.000   -0.623 
+1629 487800  6    0.004   -0.007    0.001   -0.599 
+1629 487800  7   -0.003   -0.007    0.009   -0.605 
+1629 487800  8   -0.002   -0.001    0.006   -0.534 
+1629 487800  9   -0.001   -0.006    0.001   -0.584 
+1629 487800 10    0.009   -0.006    0.000   -0.607 
+1629 487800 11    0.006   -0.004    0.015   -0.595 
+1629 487800 12    0.007    0.009   -0.001   -0.587 
+1629 487800 13    0.007   -0.006    0.006   -0.608 
+1629 487800 14   -0.001    0.002    0.004   -0.594 
+1629 487800 15   -0.004   -0.009   -0.003   -0.611 
+1629 487800 16    0.008   -0.002    0.000   -0.606 
+1629 487800 17    0.000   -0.001    0.008   -0.605 
+1629 487800 18    0.004   -0.007   -0.003   -0.606 
+1629 487800 19    0.011   -0.007    0.006   -0.566 
+1629 487800 20    0.000    0.007    0.010   -0.608 
+1629 487800 21   -0.004   -0.012   -0.004   -0.597 
+1629 487800 22    0.006   -0.005    0.006   -0.598 
+1629 487800 23    0.008    0.001    0.013   -0.601 
+1629 487800 24   -0.006    0.002    0.013   -0.591 
+1629 487800 25    0.004    0.006   -0.001   -0.609 
+1629 487800 26    0.001   -0.009    0.003   -0.597 
+1629 487800 27   -0.007   -0.006   -0.002   -0.605 
+1629 487800 28    0.002   -0.010    0.007   -0.593 
+1629 487800 29   -0.017   -0.004   -0.004   -0.619 
+1629 487800 30    0.001   -0.003    0.004   -0.608 
+1629 487800 31   -0.004    0.005    0.000   -0.603 
+1629 487800 32   -0.002    0.004    0.010   -0.604 
+1629 488700  1    0.020    0.014   -0.062    0.000 
+1629 488700  2   -0.003    0.000   -0.008   -0.609 
+1629 488700  3    0.002   -0.007    0.004   -0.588 
+1629 488700  4   -0.001   -0.003    0.004   -0.575 
+1629 488700  5    0.009   -0.005    0.000   -0.621 
+1629 488700  6    0.003   -0.007    0.001   -0.597 
+1629 488700  7   -0.002   -0.006    0.010   -0.605 
+1629 488700  8   -0.002    0.000    0.006   -0.536 
+1629 488700  9   -0.001   -0.006    0.002   -0.584 
+1629 488700 10    0.009   -0.006    0.000   -0.607 
+1629 488700 11    0.004   -0.005    0.014   -0.594 
+1629 488700 12    0.008    0.009    0.000   -0.590 
+1629 488700 13    0.007   -0.005    0.006   -0.609 
+1629 488700 14    0.000    0.001    0.004   -0.597 
+1629 488700 15   -0.004   -0.010   -0.003   -0.612 
+1629 488700 16    0.007   -0.001    0.000   -0.607 
+1629 488700 17   -0.001   -0.003    0.008   -0.606 
+1629 488700 18    0.004   -0.008   -0.002   -0.604 
+1629 488700 19    0.010   -0.007    0.005   -0.566 
+1629 488700 20    0.000    0.007    0.010   -0.609 
+1629 488700 21   -0.005   -0.011   -0.005   -0.598 
+1629 488700 22    0.005   -0.006    0.005   -0.595 
+1629 488700 23    0.008    0.001    0.012   -0.603 
+1629 488700 24   -0.005    0.001    0.013   -0.586 
+1629 488700 25    0.004    0.005    0.000   -0.612 
+1629 488700 26    0.002   -0.009    0.003   -0.596 
+1629 488700 27   -0.006   -0.007   -0.002   -0.599 
+1629 488700 28    0.001   -0.011    0.007   -0.594 
+1629 488700 29   -0.018   -0.004   -0.005   -0.620 
+1629 488700 30    0.000   -0.002    0.004   -0.609 
+1629 488700 31   -0.005    0.006    0.000   -0.602 
+1629 488700 32    0.000    0.004    0.010   -0.605 
+1629 489600  1    0.031    0.028   -0.072    0.000 
+1629 489600  2   -0.004    0.001   -0.007   -0.609 
+1629 489600  3    0.000   -0.006    0.004   -0.588 
+1629 489600  4   -0.002   -0.003    0.004   -0.571 
+1629 489600  5    0.008   -0.005    0.000   -0.623 
+1629 489600  6    0.002   -0.006    0.000   -0.596 
+1629 489600  7   -0.003   -0.004    0.010   -0.603 
+1629 489600  8   -0.002    0.001    0.006   -0.537 
+1629 489600  9   -0.002   -0.005    0.003   -0.588 
+1629 489600 10    0.009   -0.006    0.001   -0.606 
+1629 489600 11    0.004   -0.003    0.012   -0.590 
+1629 489600 12    0.009    0.009    0.001   -0.587 
+1629 489600 13    0.005   -0.005    0.005   -0.606 
+1629 489600 14    0.000    0.000    0.005   -0.592 
+1629 489600 15   -0.004   -0.009   -0.002   -0.612 
+1629 489600 16    0.006   -0.001   -0.001   -0.604 
+1629 489600 17   -0.001   -0.003    0.009   -0.604 
+1629 489600 18    0.003   -0.009   -0.002   -0.604 
+1629 489600 19    0.009   -0.007    0.004   -0.567 
+1629 489600 20    0.001    0.007    0.011   -0.608 
+1629 489600 21   -0.006   -0.010   -0.005   -0.597 
+1629 489600 22    0.005   -0.006    0.005   -0.595 
+1629 489600 23    0.007    0.002    0.011   -0.600 
+1629 489600 24   -0.005    0.003    0.013    0.000 
+1629 489600 25    0.005    0.004   -0.001   -0.608 
+1629 489600 26    0.002   -0.009    0.004   -0.597 
+1629 489600 27   -0.006   -0.007   -0.002   -0.598 
+1629 489600 28   -0.001   -0.013    0.007   -0.596 
+1629 489600 29   -0.019   -0.004   -0.005   -0.620 
+1629 489600 30    0.000   -0.003    0.003   -0.604 
+1629 489600 31   -0.005    0.006   -0.001   -0.600 
+1629 489600 32   -0.001    0.003    0.010   -0.603 
+1629 490500  1    0.046    0.042   -0.081    0.000 
+1629 490500  2   -0.004    0.002   -0.008   -0.611 
+1629 490500  3    0.000   -0.005    0.003   -0.587 
+1629 490500  4   -0.005   -0.002    0.005   -0.575 
+1629 490500  5    0.007   -0.005   -0.002   -0.624 
+1629 490500  6    0.000   -0.006    0.000   -0.594 
+1629 490500  7   -0.003   -0.003    0.010   -0.605 
+1629 490500  8   -0.001    0.001    0.007   -0.534 
+1629 490500  9   -0.002   -0.005    0.004   -0.587 
+1629 490500 10    0.008   -0.006    0.000   -0.612 
+1629 490500 11    0.004   -0.004    0.012   -0.593 
+1629 490500 12    0.010    0.010    0.002   -0.588 
+1629 490500 13    0.004   -0.005    0.004   -0.609 
+1629 490500 14    0.001   -0.001    0.005   -0.595 
+1629 490500 15   -0.003   -0.009   -0.002   -0.613 
+1629 490500 16    0.005    0.000    0.000   -0.609 
+1629 490500 17   -0.002   -0.005    0.009   -0.606 
+1629 490500 18    0.003   -0.009   -0.002   -0.604 
+1629 490500 19    0.006   -0.007    0.003   -0.566 
+1629 490500 20    0.002    0.007    0.012   -0.615 
+1629 490500 21   -0.006   -0.009   -0.005   -0.598 
+1629 490500 22    0.005   -0.007    0.004   -0.594 
+1629 490500 23    0.005    0.002    0.011   -0.606 
+1629 490500 24   -0.005    0.002    0.014    0.000 
+1629 490500 25    0.005    0.003    0.000   -0.612 
+1629 490500 26    0.004   -0.009    0.004   -0.596 
+1629 490500 27   -0.005   -0.007   -0.002   -0.600 
+1629 490500 28   -0.002   -0.013    0.007   -0.596 
+1629 490500 29   -0.019   -0.003   -0.007   -0.621 
+1629 490500 30   -0.002   -0.002    0.003   -0.608 
+1629 490500 31   -0.006    0.006   -0.002   -0.605 
+1629 490500 32   -0.001    0.001    0.011   -0.608 
+1629 491400  1    0.063    0.055   -0.087    0.000 
+1629 491400  2   -0.006    0.003   -0.007   -0.618 
+1629 491400  3   -0.001   -0.003    0.003   -0.588 
+1629 491400  4   -0.005   -0.002    0.005   -0.577 
+1629 491400  5    0.007   -0.005   -0.002   -0.626 
+1629 491400  6   -0.001   -0.005    0.000   -0.596 
+1629 491400  7   -0.004    0.000    0.011   -0.606 
+1629 491400  8    0.000    0.001    0.008   -0.538 
+1629 491400  9   -0.002   -0.005    0.005   -0.586 
+1629 491400 10    0.008   -0.006    0.000   -0.614 
+1629 491400 11    0.004   -0.004    0.011   -0.594 
+1629 491400 12    0.011    0.009    0.003   -0.590 
+1629 491400 13    0.004   -0.004    0.005   -0.613 
+1629 491400 14    0.001   -0.001    0.006   -0.597 
+1629 491400 15   -0.003   -0.008   -0.002   -0.617 
+1629 491400 16    0.005    0.001    0.001   -0.613 
+1629 491400 17   -0.002   -0.006    0.010   -0.609 
+1629 491400 18    0.003   -0.010   -0.001   -0.603 
+1629 491400 19    0.005   -0.007    0.003   -0.566 
+1629 491400 20    0.002    0.007    0.012   -0.619 
+1629 491400 21   -0.006   -0.009   -0.005   -0.599 
+1629 491400 22    0.005   -0.009    0.004   -0.594 
+1629 491400 23    0.005    0.002    0.010   -0.609 
+1629 491400 24   -0.005    0.004    0.013   -0.585 
+1629 491400 25    0.005    0.003   -0.001   -0.614 
+1629 491400 26    0.005   -0.009    0.004   -0.598 
+1629 491400 27   -0.005   -0.007   -0.003   -0.602 
+1629 491400 28   -0.003   -0.013    0.006   -0.600 
+1629 491400 29   -0.020   -0.002   -0.007   -0.627 
+1629 491400 30   -0.004   -0.002    0.003   -0.611 
+1629 491400 31   -0.006    0.005   -0.003   -0.608 
+1629 491400 32    0.000    0.000    0.011   -0.610 
+1629 492300  1    0.082    0.067   -0.092    0.000 
+1629 492300  2   -0.006    0.004   -0.007   -0.613 
+1629 492300  3   -0.003   -0.002    0.004   -0.588 
+1629 492300  4   -0.007   -0.001    0.006   -0.577 
+1629 492300  5    0.006   -0.005   -0.002   -0.629 
+1629 492300  6   -0.002   -0.004    0.000   -0.597 
+1629 492300  7   -0.003    0.001    0.011   -0.606 
+1629 492300  8    0.001    0.001    0.009   -0.476 
+1629 492300  9   -0.001   -0.005    0.006   -0.586 
+1629 492300 10    0.008   -0.005    0.000   -0.614 
+1629 492300 11    0.004   -0.004    0.010   -0.593 
+1629 492300 12    0.012    0.009    0.005   -0.589 
+1629 492300 13    0.003   -0.004    0.004   -0.609 
+1629 492300 14    0.002   -0.001    0.005   -0.597 
+1629 492300 15   -0.003   -0.008   -0.001   -0.618 
+1629 492300 16    0.003    0.000    0.000   -0.609 
+1629 492300 17   -0.003   -0.007    0.010   -0.609 
+1629 492300 18    0.002   -0.010   -0.002   -0.603 
+1629 492300 19    0.004   -0.006    0.001   -0.567 
+1629 492300 20    0.003    0.007    0.012   -0.615 
+1629 492300 21   -0.006   -0.008   -0.006   -0.602 
+1629 492300 22    0.004   -0.009    0.004   -0.594 
+1629 492300 23    0.004    0.003    0.010   -0.608 
+1629 492300 24   -0.004    0.002    0.013   -0.583 
+1629 492300 25    0.004    0.001    0.000   -0.615 
+1629 492300 26    0.005   -0.009    0.004   -0.600 
+1629 492300 27   -0.004   -0.006   -0.002   -0.602 
+1629 492300 28   -0.005   -0.014    0.006   -0.600 
+1629 492300 29   -0.020   -0.002   -0.007   -0.624 
+1629 492300 30   -0.004   -0.001    0.003   -0.607 
+1629 492300 31   -0.008    0.005   -0.004   -0.603 
+1629 492300 32    0.000   -0.001    0.011   -0.607 
+1629 493200  1    0.102    0.074   -0.094    0.000 
+1629 493200  2   -0.005    0.005   -0.006   -0.613 
+1629 493200  3   -0.004    0.000    0.004   -0.587 
+1629 493200  4   -0.008    0.000    0.006   -0.576 
+1629 493200  5    0.006   -0.005   -0.003   -0.623 
+1629 493200  6   -0.003   -0.002    0.000   -0.598 
+1629 493200  7   -0.003    0.003    0.011   -0.606 
+1629 493200  8    0.003    0.003    0.009    0.000 
+1629 493200  9   -0.001   -0.004    0.008   -0.584 
+1629 493200 10    0.008   -0.005    0.000   -0.615 
+1629 493200 11    0.005   -0.005    0.009   -0.592 
+1629 493200 12    0.012    0.009    0.005   -0.587 
+1629 493200 13    0.001   -0.004    0.004   -0.608 
+1629 493200 14    0.002   -0.002    0.006   -0.594 
+1629 493200 15   -0.003   -0.008   -0.001   -0.618 
+1629 493200 16    0.002    0.000    0.000   -0.609 
+1629 493200 17   -0.004   -0.007    0.010   -0.606 
+1629 493200 18    0.002   -0.010   -0.001   -0.603 
+1629 493200 19    0.002   -0.005    0.000   -0.565 
+1629 493200 20    0.003    0.005    0.013   -0.614 
+1629 493200 21   -0.006   -0.007   -0.006   -0.602 
+1629 493200 22    0.004   -0.009    0.004   -0.594 
+1629 493200 23    0.004    0.002    0.009   -0.607 
+1629 493200 24   -0.002    0.000    0.012   -0.583 
+1629 493200 25    0.005    0.000   -0.001   -0.611 
+1629 493200 26    0.006   -0.008    0.004   -0.598 
+1629 493200 27   -0.003   -0.005   -0.002   -0.592 
+1629 493200 28   -0.005   -0.013    0.004   -0.600 
+1629 493200 29   -0.020   -0.001   -0.008   -0.623 
+1629 493200 30   -0.006    0.000    0.002   -0.608 
+1629 493200 31   -0.008    0.005   -0.005   -0.602 
+1629 493200 32    0.000   -0.003    0.011   -0.605 
+1629 494100  1    0.121    0.082   -0.094    0.000 
+1629 494100  2   -0.006    0.005   -0.005   -0.612 
+1629 494100  3   -0.005    0.002    0.004   -0.589 
+1629 494100  4   -0.009    0.001    0.007   -0.577 
+1629 494100  5    0.005   -0.005   -0.002   -0.626 
+1629 494100  6   -0.004   -0.002    0.001   -0.594 
+1629 494100  7   -0.002    0.005    0.012   -0.604 
+1629 494100  8    0.003    0.003    0.011   -0.478 
+1629 494100  9   -0.001   -0.004    0.007   -0.585 
+1629 494100 10    0.008   -0.004    0.000   -0.617 
+1629 494100 11    0.005   -0.005    0.007   -0.591 
+1629 494100 12    0.011    0.007    0.007   -0.586 
+1629 494100 13   -0.001   -0.003    0.004   -0.609 
+1629 494100 14    0.001   -0.003    0.006   -0.592 
+1629 494100 15   -0.003   -0.007    0.000   -0.618 
+1629 494100 16    0.001    0.001   -0.001   -0.600 
+1629 494100 17   -0.003   -0.008    0.010   -0.605 
+1629 494100 18    0.001   -0.010   -0.001   -0.604 
+1629 494100 19   -0.001   -0.004    0.000   -0.563 
+1629 494100 20    0.004    0.005    0.013   -0.615 
+1629 494100 21   -0.006   -0.006   -0.005   -0.602 
+1629 494100 22    0.002   -0.010    0.004   -0.592 
+1629 494100 23    0.002    0.003    0.009   -0.606 
+1629 494100 24   -0.002    0.001    0.011   -0.579 
+1629 494100 25    0.003   -0.001   -0.001   -0.614 
+1629 494100 26    0.007   -0.008    0.004   -0.600 
+1629 494100 27   -0.001   -0.005   -0.002   -0.599 
+1629 494100 28   -0.006   -0.013    0.004   -0.600 
+1629 494100 29   -0.018   -0.001   -0.009   -0.626 
+1629 494100 30   -0.007    0.001    0.001   -0.608 
+1629 494100 31   -0.009    0.004   -0.006   -0.600 
+1629 494100 32    0.001   -0.004    0.011   -0.604 
+1629 495000  1    0.141    0.085   -0.091    0.000 
+1629 495000  2   -0.006    0.006   -0.005   -0.610 
+1629 495000  3   -0.006    0.004    0.004   -0.587 
+1629 495000  4   -0.010    0.001    0.008   -0.575 
+1629 495000  5    0.004   -0.004   -0.003   -0.622 
+1629 495000  6   -0.006    0.000    0.000   -0.594 
+1629 495000  7   -0.001    0.006    0.011   -0.604 
+1629 495000  8    0.003    0.004    0.011    0.000 
+1629 495000  9   -0.001   -0.004    0.007   -0.583 
+1629 495000 10    0.009   -0.004    0.000   -0.615 
+1629 495000 11    0.004   -0.004    0.007   -0.591 
+1629 495000 12    0.010    0.006    0.008   -0.585 
+1629 495000 13   -0.002   -0.003    0.004   -0.608 
+1629 495000 14    0.002   -0.002    0.006   -0.591 
+1629 495000 15   -0.003   -0.005    0.000   -0.617 
+1629 495000 16    0.000    0.002   -0.002   -0.603 
+1629 495000 17   -0.005   -0.009    0.009   -0.606 
+1629 495000 18    0.001   -0.010    0.000   -0.601 
+1629 495000 19   -0.002   -0.003    0.000   -0.562 
+1629 495000 20    0.004    0.004    0.013   -0.614 
+1629 495000 21   -0.006   -0.006   -0.006   -0.599 
+1629 495000 22    0.001   -0.010    0.002   -0.592 
+1629 495000 23    0.001    0.003    0.008   -0.606 
+1629 495000 24   -0.001    0.001    0.009   -0.579 
+1629 495000 25    0.003   -0.002    0.000   -0.612 
+1629 495000 26    0.007   -0.008    0.005   -0.597 
+1629 495000 27   -0.001   -0.004   -0.001   -0.591 
+1629 495000 28   -0.007   -0.012    0.003   -0.597 
+1629 495000 29   -0.018    0.000   -0.009   -0.626 
+1629 495000 30   -0.009    0.002    0.001   -0.605 
+1629 495000 31   -0.010    0.004   -0.007   -0.603 
+1629 495000 32    0.000   -0.007    0.011   -0.604 
+1629 495900  1    0.160    0.085   -0.085    0.000 
+1629 495900  2   -0.005    0.006   -0.003   -0.616 
+1629 495900  3   -0.008    0.005    0.003   -0.586 
+1629 495900  4   -0.010    0.001    0.008   -0.577 
+1629 495900  5    0.004   -0.004   -0.002   -0.628 
+1629 495900  6   -0.007    0.001    0.000   -0.595 
+1629 495900  7    0.001    0.007    0.012   -0.606 
+1629 495900  8    0.004    0.005    0.011   -0.475 
+1629 495900  9   -0.001   -0.003    0.008   -0.582 
+1629 495900 10    0.009   -0.002    0.001   -0.619 
+1629 495900 11    0.004   -0.004    0.006   -0.591 
+1629 495900 12    0.009    0.005    0.009   -0.590 
+1629 495900 13   -0.003   -0.002    0.005   -0.609 
+1629 495900 14    0.002   -0.003    0.006   -0.591 
+1629 495900 15   -0.003   -0.006    0.000   -0.619 
+1629 495900 16   -0.002    0.003   -0.002   -0.601 
+1629 495900 17   -0.005   -0.009    0.009   -0.606 
+1629 495900 18    0.000   -0.010   -0.001   -0.603 
+1629 495900 19   -0.005   -0.001   -0.002   -0.562 
+1629 495900 20    0.005    0.003    0.012   -0.613 
+1629 495900 21   -0.006   -0.006   -0.007   -0.600 
+1629 495900 22   -0.001   -0.011    0.003   -0.591 
+1629 495900 23    0.001    0.003    0.008   -0.608 
+1629 495900 24    0.000    0.001    0.008   -0.581 
+1629 495900 25    0.002   -0.003   -0.001   -0.614 
+1629 495900 26    0.008   -0.008    0.004   -0.598 
+1629 495900 27    0.001   -0.003   -0.001   -0.591 
+1629 495900 28   -0.006   -0.012    0.002   -0.600 
+1629 495900 29   -0.017    0.000   -0.010   -0.630 
+1629 495900 30   -0.009    0.003    0.000   -0.607 
+1629 495900 31   -0.011    0.003   -0.008   -0.603 
+1629 495900 32    0.000   -0.008    0.011   -0.603 
+1629 496800  1    0.178    0.086   -0.077    0.000 
+1629 496800  2   -0.004    0.005   -0.002   -0.612 
+1629 496800  3   -0.009    0.006    0.003   -0.584 
+1629 496800  4   -0.009    0.001    0.007   -0.575 
+1629 496800  5    0.004   -0.004   -0.002   -0.628 
+1629 496800  6   -0.008    0.001    0.000   -0.593 
+1629 496800  7    0.001    0.010    0.011   -0.604 
+1629 496800  8    0.006    0.004    0.011   -0.480 
+1629 496800  9    0.000   -0.003    0.008   -0.580 
+1629 496800 10    0.008   -0.002    0.000   -0.619 
+1629 496800 11    0.004   -0.005    0.005   -0.592 
+1629 496800 12    0.008    0.004    0.009   -0.586 
+1629 496800 13   -0.004   -0.002    0.005   -0.609 
+1629 496800 14    0.002   -0.004    0.006   -0.589 
+1629 496800 15   -0.003   -0.004    0.000   -0.617 
+1629 496800 16   -0.003    0.004   -0.004   -0.599 
+1629 496800 17   -0.006   -0.009    0.008   -0.604 
+1629 496800 18   -0.001   -0.009    0.000   -0.601 
+1629 496800 19   -0.006    0.002   -0.003   -0.562 
+1629 496800 20    0.004    0.002    0.011   -0.612 
+1629 496800 21   -0.006   -0.005   -0.007   -0.601 
+1629 496800 22   -0.001   -0.011    0.003   -0.589 
+1629 496800 23    0.000    0.002    0.008   -0.605 
+1629 496800 24    0.000    0.003    0.006   -0.581 
+1629 496800 25    0.001   -0.004    0.000   -0.613 
+1629 496800 26    0.009   -0.008    0.004   -0.595 
+1629 496800 27    0.001   -0.002   -0.001   -0.590 
+1629 496800 28   -0.006   -0.011    0.001   -0.599 
+1629 496800 29   -0.016   -0.001   -0.009   -0.630 
+1629 496800 30   -0.010    0.004   -0.001   -0.605 
+1629 496800 31   -0.010    0.001   -0.008   -0.603 
+1629 496800 32    0.001   -0.009    0.011   -0.602 
+1629 497700  1    0.192    0.082   -0.069    0.000 
+1629 497700  2   -0.004    0.004   -0.001   -0.612 
+1629 497700  3   -0.010    0.008    0.004   -0.585 
+1629 497700  4   -0.009    0.002    0.008   -0.574 
+1629 497700  5    0.003   -0.004   -0.001   -0.628 
+1629 497700  6   -0.009    0.003    0.000   -0.592 
+1629 497700  7    0.002    0.012    0.011   -0.603 
+1629 497700  8    0.007    0.002    0.013   -0.475 
+1629 497700  9    0.001   -0.004    0.008   -0.580 
+1629 497700 10    0.009   -0.002    0.001   -0.620 
+1629 497700 11    0.003   -0.005    0.004   -0.592 
+1629 497700 12    0.007    0.003    0.010   -0.585 
+1629 497700 13   -0.006   -0.001    0.006   -0.609 
+1629 497700 14    0.002   -0.003    0.005   -0.591 
+1629 497700 15   -0.003   -0.003    0.000   -0.618 
+1629 497700 16   -0.004    0.004   -0.005   -0.597 
+1629 497700 17   -0.006   -0.011    0.007   -0.603 
+1629 497700 18    0.000   -0.009    0.000   -0.602 
+1629 497700 19   -0.008    0.003   -0.003   -0.559 
+1629 497700 20    0.005    0.000    0.011   -0.612 
+1629 497700 21   -0.005   -0.004   -0.007   -0.600 
+1629 497700 22   -0.002   -0.011    0.003   -0.590 
+1629 497700 23   -0.002    0.002    0.008   -0.604 
+1629 497700 24    0.002    0.003    0.005   -0.582 
+1629 497700 25    0.000   -0.005   -0.001   -0.614 
+1629 497700 26    0.010   -0.007    0.004   -0.594 
+1629 497700 27    0.003   -0.003    0.000   -0.588 
+1629 497700 28   -0.006   -0.009    0.001   -0.597 
+1629 497700 29   -0.015    0.000   -0.009   -0.629 
+1629 497700 30   -0.012    0.005   -0.003   -0.607 
+1629 497700 31   -0.011    0.000   -0.008   -0.602 
+1629 497700 32    0.000   -0.011    0.010   -0.599 
+1629 498600  1    0.205    0.077   -0.057    0.000 
+1629 498600  2   -0.004    0.004    0.000   -0.617 
+1629 498600  3   -0.011    0.009    0.003   -0.585 
+1629 498600  4   -0.008   -0.001    0.007   -0.575 
+1629 498600  5    0.004   -0.004   -0.001   -0.627 
+1629 498600  6   -0.011    0.004    0.000   -0.591 
+1629 498600  7    0.003    0.013    0.010   -0.603 
+1629 498600  8    0.006    0.001    0.013   -0.481 
+1629 498600  9    0.002   -0.003    0.007   -0.579 
+1629 498600 10    0.008    0.000    0.001   -0.618 
+1629 498600 11    0.004   -0.004    0.004   -0.590 
+1629 498600 12    0.005    0.003    0.010   -0.585 
+1629 498600 13   -0.007   -0.001    0.007   -0.607 
+1629 498600 14    0.002   -0.003    0.005   -0.588 
+1629 498600 15   -0.003   -0.002    0.000   -0.617 
+1629 498600 16   -0.005    0.005   -0.007   -0.592 
+1629 498600 17   -0.006   -0.011    0.007   -0.601 
+1629 498600 18   -0.001   -0.010   -0.001   -0.601 
+1629 498600 19   -0.009    0.006   -0.004   -0.559 
+1629 498600 20    0.005   -0.001    0.011   -0.609 
+1629 498600 21   -0.005   -0.004   -0.006   -0.599 
+1629 498600 22   -0.003   -0.011    0.003   -0.590 
+1629 498600 23   -0.003    0.001    0.008   -0.603 
+1629 498600 24    0.004    0.004    0.004   -0.582 
+1629 498600 25   -0.001   -0.005    0.000   -0.613 
+1629 498600 26    0.010   -0.007    0.003   -0.595 
+1629 498600 27    0.005   -0.002    0.000   -0.585 
+1629 498600 28   -0.006   -0.008    0.000   -0.597 
+1629 498600 29   -0.013   -0.001   -0.009   -0.630 
+1629 498600 30   -0.012    0.006   -0.005   -0.606 
+1629 498600 31   -0.010    0.000   -0.008   -0.600 
+1629 498600 32    0.000   -0.012    0.009   -0.597 
+1629 499500  1    0.214    0.072   -0.045    0.000 
+1629 499500  2   -0.003    0.002    0.002   -0.613 
+1629 499500  3   -0.013    0.010    0.003   -0.583 
+1629 499500  4   -0.006   -0.001    0.006   -0.563 
+1629 499500  5    0.004   -0.003   -0.001   -0.627 
+1629 499500  6   -0.013    0.005    0.000   -0.591 
+1629 499500  7    0.003    0.015    0.009   -0.603 
+1629 499500  8    0.007    0.004    0.013    0.000 
+1629 499500  9    0.003   -0.003    0.008   -0.577 
+1629 499500 10    0.008    0.000    0.003   -0.618 
+1629 499500 11    0.003   -0.004    0.003   -0.589 
+1629 499500 12    0.004    0.001    0.010   -0.586 
+1629 499500 13   -0.008    0.000    0.009   -0.604 
+1629 499500 14    0.003   -0.003    0.005   -0.587 
+1629 499500 15   -0.002   -0.002    0.000   -0.617 
+1629 499500 16   -0.006    0.005   -0.008   -0.588 
+1629 499500 17   -0.006   -0.010    0.007   -0.602 
+1629 499500 18   -0.002   -0.009    0.000   -0.600 
+1629 499500 19   -0.012    0.008   -0.004   -0.555 
+1629 499500 20    0.004   -0.002    0.010   -0.603 
+1629 499500 21   -0.004   -0.004   -0.006   -0.598 
+1629 499500 22   -0.004   -0.011    0.003   -0.589 
+1629 499500 23   -0.003    0.002    0.008   -0.598 
+1629 499500 24    0.004    0.005    0.002   -0.582 
+1629 499500 25   -0.002   -0.006   -0.001   -0.613 
+1629 499500 26    0.011   -0.007    0.003   -0.597 
+1629 499500 27    0.007   -0.002    0.000   -0.589 
+1629 499500 28   -0.004   -0.008    0.000   -0.600 
+1629 499500 29   -0.012   -0.002   -0.009   -0.629 
+1629 499500 30   -0.013    0.006   -0.005   -0.607 
+1629 499500 31   -0.010   -0.002   -0.008   -0.599 
+1629 499500 32    0.000   -0.013    0.010   -0.595 
+1629 500400  1    0.220    0.068   -0.034    0.000 
+1629 500400  2   -0.002    0.002    0.003   -0.615 
+1629 500400  3   -0.015    0.011    0.003   -0.582 
+1629 500400  4   -0.005   -0.001    0.005   -0.588 
+1629 500400  5    0.004   -0.002    0.000   -0.629 
+1629 500400  6   -0.014    0.006    0.000   -0.591 
+1629 500400  7    0.005    0.015    0.008   -0.603 
+1629 500400  8    0.008    0.006    0.011    0.000 
+1629 500400  9    0.005   -0.003    0.008   -0.574 
+1629 500400 10    0.008    0.001    0.003   -0.618 
+1629 500400 11    0.003   -0.003    0.001   -0.591 
+1629 500400 12    0.003    0.001    0.009   -0.582 
+1629 500400 13   -0.009    0.000    0.009   -0.605 
+1629 500400 14    0.002   -0.003    0.004   -0.587 
+1629 500400 15   -0.002    0.000    0.001   -0.614 
+1629 500400 16   -0.007    0.005   -0.009   -0.592 
+1629 500400 17   -0.006   -0.009    0.007   -0.597 
+1629 500400 18   -0.003   -0.009    0.000   -0.600 
+1629 500400 19   -0.013    0.011   -0.005   -0.554 
+1629 500400 20    0.004   -0.003    0.009   -0.607 
+1629 500400 21   -0.004   -0.003   -0.005   -0.598 
+1629 500400 22   -0.005   -0.011    0.003   -0.588 
+1629 500400 23   -0.004    0.001    0.009   -0.600 
+1629 500400 24    0.006    0.005    0.001   -0.582 
+1629 500400 25   -0.002   -0.007   -0.002   -0.609 
+1629 500400 26    0.011   -0.006    0.004   -0.594 
+1629 500400 27    0.008   -0.002    0.001   -0.581 
+1629 500400 28   -0.005   -0.007    0.001   -0.597 
+1629 500400 29   -0.012   -0.004   -0.010   -0.629 
+1629 500400 30   -0.014    0.007   -0.007   -0.608 
+1629 500400 31   -0.009   -0.003   -0.006   -0.601 
+1629 500400 32   -0.001   -0.014    0.009   -0.594 
+1629 501300  1    0.222    0.060   -0.024    0.000 
+1629 501300  2   -0.002    0.001    0.005   -0.615 
+1629 501300  3   -0.015    0.012    0.002   -0.582 
+1629 501300  4   -0.003   -0.003    0.004   -0.557 
+1629 501300  5    0.004   -0.002    0.000   -0.632 
+1629 501300  6   -0.015    0.007   -0.001   -0.589 
+1629 501300  7    0.005    0.016    0.006   -0.602 
+1629 501300  8    0.008    0.007    0.011   -0.650 
+1629 501300  9    0.006   -0.004    0.008   -0.575 
+1629 501300 10    0.008    0.002    0.004   -0.619 
+1629 501300 11    0.002   -0.004    0.000   -0.589 
+1629 501300 12    0.003   -0.001    0.009   -0.579 
+1629 501300 13   -0.010    0.001    0.012   -0.607 
+1629 501300 14    0.004   -0.003    0.004   -0.587 
+1629 501300 15   -0.001    0.001    0.001   -0.615 
+1629 501300 16   -0.008    0.005   -0.010   -0.593 
+1629 501300 17   -0.006   -0.010    0.005   -0.598 
+1629 501300 18   -0.003   -0.009   -0.001   -0.601 
+1629 501300 19   -0.015    0.013   -0.005   -0.552 
+1629 501300 20    0.004   -0.005    0.009   -0.604 
+1629 501300 21   -0.003   -0.003   -0.005   -0.600 
+1629 501300 22   -0.006   -0.010    0.003   -0.589 
+1629 501300 23   -0.004    0.000    0.009   -0.598 
+1629 501300 24    0.008    0.004   -0.001   -0.587 
+1629 501300 25   -0.003   -0.007   -0.001   -0.611 
+1629 501300 26    0.012   -0.006    0.003   -0.595 
+1629 501300 27    0.010   -0.002    0.001   -0.579 
+1629 501300 28   -0.004   -0.005    0.000   -0.595 
+1629 501300 29   -0.011   -0.004   -0.008   -0.632 
+1629 501300 30   -0.014    0.006   -0.008   -0.609 
+1629 501300 31   -0.009   -0.005   -0.005   -0.597 
+1629 501300 32   -0.001   -0.016    0.008   -0.592 
+1629 502200  1    0.222    0.054   -0.012    0.000 
+1629 502200  2   -0.002   -0.001    0.007   -0.616 
+1629 502200  3   -0.017    0.012    0.001   -0.582 
+1629 502200  4   -0.001   -0.003    0.003   -0.561 
+1629 502200  5    0.004   -0.001   -0.001   -0.631 
+1629 502200  6   -0.017    0.008   -0.002   -0.589 
+1629 502200  7    0.006    0.017    0.004   -0.604 
+1629 502200  8    0.009    0.007    0.010   -0.652 
+1629 502200  9    0.007   -0.004    0.009   -0.573 
+1629 502200 10    0.008    0.002    0.005   -0.620 
+1629 502200 11    0.002   -0.004   -0.001   -0.588 
+1629 502200 12    0.001   -0.002    0.008   -0.581 
+1629 502200 13   -0.010    0.001    0.013   -0.606 
+1629 502200 14    0.003   -0.003    0.003   -0.587 
+1629 502200 15   -0.001    0.001    0.001   -0.615 
+1629 502200 16   -0.008    0.004   -0.012   -0.590 
+1629 502200 17   -0.006   -0.009    0.006   -0.595 
+1629 502200 18   -0.004   -0.008   -0.001   -0.601 
+1629 502200 19   -0.016    0.016   -0.006   -0.553 
+1629 502200 20    0.003   -0.005    0.008   -0.605 
+1629 502200 21   -0.003   -0.003   -0.004   -0.599 
+1629 502200 22   -0.007   -0.010    0.003   -0.589 
+1629 502200 23   -0.006   -0.001    0.009   -0.595 
+1629 502200 24    0.008    0.005   -0.002   -0.586 
+1629 502200 25   -0.003   -0.007   -0.002   -0.609 
+1629 502200 26    0.011   -0.005    0.002   -0.597 
+1629 502200 27    0.011   -0.002    0.002   -0.577 
+1629 502200 28   -0.003   -0.004    0.001   -0.594 
+1629 502200 29   -0.010   -0.006   -0.009   -0.633 
+1629 502200 30   -0.014    0.006   -0.010   -0.610 
+1629 502200 31   -0.009   -0.006   -0.003   -0.597 
+1629 502200 32   -0.001   -0.015    0.007   -0.591 
+1629 503100  1    0.218    0.048   -0.003    0.000 
+1629 503100  2   -0.002   -0.001    0.009   -0.613 
+1629 503100  3   -0.019    0.013    0.001   -0.581 
+1629 503100  4    0.000   -0.007    0.002   -0.567 
+1629 503100  5    0.004   -0.001    0.001   -0.630 
+1629 503100  6   -0.019    0.009   -0.003   -0.589 
+1629 503100  7    0.006    0.018    0.003   -0.602 
+1629 503100  8    0.009    0.006    0.009   -0.652 
+1629 503100  9    0.009   -0.005    0.009   -0.573 
+1629 503100 10    0.009    0.001    0.005   -0.618 
+1629 503100 11    0.001   -0.004   -0.002   -0.589 
+1629 503100 12    0.001   -0.003    0.008   -0.579 
+1629 503100 13   -0.010    0.001    0.013   -0.602 
+1629 503100 14    0.004   -0.003    0.003   -0.586 
+1629 503100 15   -0.001    0.001    0.002   -0.612 
+1629 503100 16   -0.010    0.004   -0.013   -0.591 
+1629 503100 17   -0.006   -0.008    0.005   -0.597 
+1629 503100 18   -0.004   -0.007   -0.001   -0.601 
+1629 503100 19   -0.017    0.018   -0.007   -0.554 
+1629 503100 20    0.002   -0.007    0.007   -0.604 
+1629 503100 21   -0.003   -0.003   -0.003   -0.600 
+1629 503100 22   -0.007   -0.009    0.003   -0.591 
+1629 503100 23   -0.005   -0.001    0.009   -0.591 
+1629 503100 24    0.010    0.005   -0.004    0.000 
+1629 503100 25   -0.004   -0.007   -0.002   -0.609 
+1629 503100 26    0.011   -0.006    0.002   -0.595 
+1629 503100 27    0.011   -0.003    0.002   -0.578 
+1629 503100 28   -0.001   -0.003    0.001   -0.594 
+1629 503100 29   -0.009   -0.007   -0.008   -0.630 
+1629 503100 30   -0.014    0.005   -0.010   -0.609 
+1629 503100 31   -0.008   -0.007   -0.001   -0.595 
+1629 503100 32   -0.002   -0.015    0.005   -0.592 
+1629 504000  1    0.213    0.044    0.005    0.000 
+1629 504000  2   -0.001   -0.002    0.010   -0.612 
+1629 504000  3   -0.019    0.013   -0.001   -0.578 
+1629 504000  4   -0.001   -0.010    0.003   -0.567 
+1629 504000  5    0.005   -0.002    0.001   -0.627 
+1629 504000  6   -0.019    0.009   -0.004   -0.590 
+1629 504000  7    0.006    0.018    0.000   -0.601 
+1629 504000  8    0.009    0.006    0.009   -0.652 
+1629 504000  9    0.011   -0.005    0.009   -0.572 
+1629 504000 10    0.008    0.002    0.006   -0.616 
+1629 504000 11    0.001   -0.003   -0.002   -0.589 
+1629 504000 12    0.002   -0.004    0.007   -0.580 
+1629 504000 13   -0.010    0.001    0.015   -0.601 
+1629 504000 14    0.004   -0.002    0.002   -0.587 
+1629 504000 15    0.000    0.002    0.002   -0.613 
+1629 504000 16   -0.010    0.003   -0.014   -0.590 
+1629 504000 17   -0.006   -0.007    0.005   -0.595 
+1629 504000 18   -0.005   -0.007    0.001   -0.603 
+1629 504000 19   -0.018    0.020   -0.006   -0.551 
+1629 504000 20    0.002   -0.007    0.006   -0.603 
+1629 504000 21   -0.002   -0.003   -0.003   -0.593 
+1629 504000 22   -0.008   -0.009    0.004   -0.590 
+1629 504000 23   -0.006   -0.001    0.011   -0.589 
+1629 504000 24    0.010    0.004   -0.005   -0.591 
+1629 504000 25   -0.003   -0.007   -0.003   -0.610 
+1629 504000 26    0.011   -0.005    0.000   -0.594 
+1629 504000 27    0.013   -0.003    0.002   -0.577 
+1629 504000 28    0.000   -0.001    0.001   -0.594 
+1629 504000 29   -0.009   -0.008   -0.008   -0.633 
+1629 504000 30   -0.014    0.004   -0.010   -0.612 
+1629 504000 31   -0.008   -0.008    0.001   -0.593 
+1629 504000 32   -0.002   -0.015    0.005   -0.590 
+1629 504900  1    0.205    0.040    0.013    0.000 
+1629 504900  2   -0.002   -0.004    0.011   -0.615 
+1629 504900  3   -0.020    0.013   -0.002   -0.584 
+1629 504900  4   -0.001   -0.012    0.002    0.000 
+1629 504900  5    0.004    0.000    0.003   -0.630 
+1629 504900  6   -0.020    0.010   -0.006   -0.591 
+1629 504900  7    0.006    0.018   -0.001   -0.602 
+1629 504900  8    0.008    0.006    0.009   -0.655 
+1629 504900  9    0.012   -0.006    0.010   -0.572 
+1629 504900 10    0.007    0.002    0.008   -0.618 
+1629 504900 11    0.002   -0.004   -0.004   -0.591 
+1629 504900 12    0.002   -0.006    0.006   -0.581 
+1629 504900 13   -0.010    0.002    0.016   -0.600 
+1629 504900 14    0.004   -0.003    0.000   -0.588 
+1629 504900 15    0.000    0.004    0.002   -0.615 
+1629 504900 16   -0.011    0.001   -0.015   -0.591 
+1629 504900 17   -0.005   -0.006    0.005   -0.595 
+1629 504900 18   -0.005   -0.007    0.000   -0.604 
+1629 504900 19   -0.021    0.021   -0.007   -0.553 
+1629 504900 20    0.000   -0.009    0.005   -0.602 
+1629 504900 21   -0.002   -0.003   -0.001   -0.597 
+1629 504900 22   -0.009   -0.009    0.003   -0.593 
+1629 504900 23   -0.006   -0.001    0.011   -0.590 
+1629 504900 24    0.011    0.004   -0.008   -0.595 
+1629 504900 25   -0.003   -0.008   -0.003   -0.609 
+1629 504900 26    0.012   -0.004    0.001   -0.596 
+1629 504900 27    0.014   -0.002    0.001   -0.576 
+1629 504900 28    0.000   -0.001    0.002   -0.594 
+1629 504900 29   -0.008   -0.009   -0.007   -0.633 
+1629 504900 30   -0.014    0.004   -0.010   -0.617 
+1629 504900 31   -0.009   -0.009    0.001   -0.594 
+1629 504900 32   -0.002   -0.014    0.004   -0.591 
+1629 505800  1    0.196    0.036    0.018    0.000 
+1629 505800  2   -0.001   -0.005    0.012   -0.615 
+1629 505800  3   -0.021    0.013   -0.003   -0.584 
+1629 505800  4   -0.002   -0.014    0.002    0.000 
+1629 505800  5    0.006    0.000    0.004   -0.635 
+1629 505800  6   -0.022    0.009   -0.007   -0.594 
+1629 505800  7    0.006    0.017   -0.003   -0.606 
+1629 505800  8    0.008    0.006    0.008   -0.659 
+1629 505800  9    0.014   -0.007    0.011   -0.573 
+1629 505800 10    0.008    0.001    0.009   -0.620 
+1629 505800 11    0.001   -0.003   -0.005   -0.592 
+1629 505800 12    0.002   -0.007    0.006   -0.582 
+1629 505800 13   -0.009    0.001    0.016   -0.601 
+1629 505800 14    0.004   -0.002   -0.001   -0.591 
+1629 505800 15    0.001    0.005    0.002   -0.617 
+1629 505800 16   -0.011    0.001   -0.015   -0.598 
+1629 505800 17   -0.006   -0.004    0.006   -0.594 
+1629 505800 18   -0.006   -0.006    0.001   -0.609 
+1629 505800 19   -0.021    0.023   -0.008   -0.553 
+1629 505800 20   -0.001   -0.008    0.004   -0.601 
+1629 505800 21   -0.003   -0.003   -0.001   -0.601 
+1629 505800 22   -0.009   -0.009    0.003   -0.594 
+1629 505800 23   -0.006   -0.001    0.010   -0.588 
+1629 505800 24    0.014    0.003   -0.010   -0.600 
+1629 505800 25   -0.002   -0.007   -0.002   -0.609 
+1629 505800 26    0.010   -0.004    0.000   -0.599 
+1629 505800 27    0.015   -0.002    0.002   -0.579 
+1629 505800 28    0.000    0.000    0.002   -0.595 
+1629 505800 29   -0.007   -0.010   -0.006   -0.636 
+1629 505800 30   -0.014    0.003   -0.011   -0.620 
+1629 505800 31   -0.009   -0.010    0.002   -0.594 
+1629 505800 32   -0.003   -0.014    0.004   -0.590 
+1629 506700  1    0.186    0.030    0.024    0.000 
+1629 506700  2   -0.001   -0.007    0.014   -0.613 
+1629 506700  3   -0.022    0.012   -0.005   -0.585 
+1629 506700  4   -0.002   -0.016    0.003    0.000 
+1629 506700  5    0.006    0.000    0.005   -0.632 
+1629 506700  6   -0.023    0.009   -0.009   -0.593 
+1629 506700  7    0.006    0.018   -0.005   -0.606 
+1629 506700  8    0.006    0.005    0.008   -0.662 
+1629 506700  9    0.016   -0.006    0.012   -0.571 
+1629 506700 10    0.008    0.000    0.010   -0.619 
+1629 506700 11    0.001   -0.001   -0.006   -0.591 
+1629 506700 12    0.002   -0.008    0.006   -0.582 
+1629 506700 13   -0.009    0.001    0.018   -0.598 
+1629 506700 14    0.005   -0.002   -0.001   -0.588 
+1629 506700 15    0.001    0.005    0.002   -0.616 
+1629 506700 16   -0.012   -0.001   -0.014   -0.594 
+1629 506700 17   -0.005   -0.003    0.005   -0.593 
+1629 506700 18   -0.006   -0.006    0.001   -0.607 
+1629 506700 19   -0.023    0.025   -0.010   -0.553 
+1629 506700 20   -0.001   -0.009    0.003   -0.602 
+1629 506700 21   -0.003   -0.003    0.000   -0.603 
+1629 506700 22   -0.010   -0.009    0.003   -0.596 
+1629 506700 23   -0.007   -0.002    0.011   -0.583 
+1629 506700 24    0.015    0.002   -0.012    0.000 
+1629 506700 25   -0.001   -0.007   -0.003   -0.609 
+1629 506700 26    0.009   -0.003    0.000   -0.598 
+1629 506700 27    0.016   -0.001    0.002   -0.573 
+1629 506700 28    0.001    0.002    0.002   -0.594 
+1629 506700 29   -0.007   -0.011   -0.007   -0.636 
+1629 506700 30   -0.015    0.001   -0.010   -0.608 
+1629 506700 31   -0.009   -0.010    0.003   -0.593 
+1629 506700 32   -0.003   -0.013    0.003   -0.589 
+1629 507600  1    0.174    0.026    0.028    0.000 
+1629 507600  2   -0.001   -0.008    0.014   -0.611 
+1629 507600  3   -0.023    0.013   -0.005   -0.583 
+1629 507600  4   -0.003   -0.017    0.004    0.000 
+1629 507600  5    0.006    0.000    0.006   -0.629 
+1629 507600  6   -0.024    0.009   -0.010   -0.594 
+1629 507600  7    0.005    0.018   -0.007   -0.601 
+1629 507600  8    0.006    0.003    0.008   -0.659 
+1629 507600  9    0.018   -0.007    0.013   -0.568 
+1629 507600 10    0.008   -0.001    0.011   -0.615 
+1629 507600 11    0.001   -0.001   -0.007   -0.587 
+1629 507600 12    0.003   -0.010    0.006   -0.582 
+1629 507600 13   -0.008    0.000    0.019   -0.591 
+1629 507600 14    0.004   -0.001   -0.002   -0.588 
+1629 507600 15    0.002    0.006    0.002   -0.612 
+1629 507600 16   -0.013   -0.002   -0.014   -0.593 
+1629 507600 17   -0.004   -0.001    0.007   -0.588 
+1629 507600 18   -0.006   -0.005    0.001   -0.606 
+1629 507600 19   -0.024    0.025   -0.010   -0.551 
+1629 507600 20   -0.003   -0.010    0.002   -0.598 
+1629 507600 21   -0.002   -0.004    0.001   -0.598 
+1629 507600 22   -0.010   -0.008    0.002   -0.593 
+1629 507600 23   -0.006   -0.002    0.012   -0.581 
+1629 507600 24    0.016    0.003   -0.015    0.000 
+1629 507600 25    0.000   -0.008   -0.003   -0.606 
+1629 507600 26    0.009   -0.001   -0.001   -0.594 
+1629 507600 27    0.016   -0.002    0.002   -0.575 
+1629 507600 28    0.001    0.003    0.002   -0.590 
+1629 507600 29   -0.007   -0.011   -0.006   -0.636 
+1629 507600 30   -0.014    0.001   -0.010   -0.615 
+1629 507600 31   -0.009   -0.011    0.003   -0.591 
+1629 507600 32   -0.005   -0.012    0.003   -0.586 
+1629 508500  1    0.161    0.022    0.030    0.000 
+1629 508500  2   -0.001   -0.009    0.015   -0.608 
+1629 508500  3   -0.024    0.012   -0.008   -0.583 
+1629 508500  4   -0.003   -0.017    0.003   -0.564 
+1629 508500  5    0.008   -0.001    0.007   -0.632 
+1629 508500  6   -0.024    0.008   -0.012   -0.595 
+1629 508500  7    0.003    0.017   -0.009   -0.600 
+1629 508500  8    0.004    0.003    0.009   -0.662 
+1629 508500  9    0.018   -0.009    0.014   -0.568 
+1629 508500 10    0.008   -0.002    0.012   -0.615 
+1629 508500 11    0.002   -0.001   -0.007   -0.587 
+1629 508500 12    0.004   -0.011    0.007   -0.580 
+1629 508500 13   -0.007    0.000    0.019   -0.589 
+1629 508500 14    0.004   -0.001   -0.003   -0.585 
+1629 508500 15    0.003    0.005    0.003   -0.612 
+1629 508500 16   -0.014   -0.003   -0.013   -0.592 
+1629 508500 17   -0.003    0.001    0.007   -0.587 
+1629 508500 18   -0.006   -0.006    0.001   -0.606 
+1629 508500 19   -0.025    0.026   -0.011   -0.551 
+1629 508500 20   -0.003   -0.009    0.001   -0.597 
+1629 508500 21   -0.003   -0.003    0.002   -0.602 
+1629 508500 22   -0.011   -0.007    0.004   -0.593 
+1629 508500 23   -0.006   -0.002    0.012   -0.579 
+1629 508500 24    0.017    0.002   -0.017    0.000 
+1629 508500 25    0.000   -0.008   -0.003   -0.605 
+1629 508500 26    0.009    0.000    0.000   -0.595 
+1629 508500 27    0.016   -0.002    0.002   -0.617 
+1629 508500 28    0.001    0.005    0.002   -0.589 
+1629 508500 29   -0.006   -0.012   -0.006   -0.633 
+1629 508500 30   -0.016    0.000   -0.009   -0.606 
+1629 508500 31   -0.010   -0.012    0.003   -0.588 
+1629 508500 32   -0.005   -0.011    0.001   -0.585 
+1629 509400  1    0.146    0.017    0.033    0.000 
+1629 509400  2   -0.002   -0.010    0.014   -0.608 
+1629 509400  3   -0.025    0.011   -0.009   -0.584 
+1629 509400  4   -0.005   -0.018    0.004    0.000 
+1629 509400  5    0.007   -0.001    0.008   -0.630 
+1629 509400  6   -0.024    0.007   -0.013   -0.598 
+1629 509400  7    0.002    0.016   -0.010   -0.599 
+1629 509400  8    0.002    0.002    0.010   -0.663 
+1629 509400  9    0.019   -0.009    0.014   -0.570 
+1629 509400 10    0.008   -0.003    0.012   -0.614 
+1629 509400 11    0.002   -0.001   -0.008   -0.587 
+1629 509400 12    0.005   -0.013    0.007   -0.583 
+1629 509400 13   -0.007   -0.001    0.020   -0.584 
+1629 509400 14    0.004   -0.001   -0.003   -0.585 
+1629 509400 15    0.004    0.006    0.003   -0.614 
+1629 509400 16   -0.015   -0.004   -0.013   -0.593 
+1629 509400 17   -0.003    0.003    0.006   -0.588 
+1629 509400 18   -0.007   -0.005    0.002   -0.609 
+1629 509400 19   -0.025    0.026   -0.012   -0.549 
+1629 509400 20   -0.004   -0.009    0.000   -0.596 
+1629 509400 21   -0.003   -0.003    0.003   -0.609 
+1629 509400 22   -0.012   -0.006    0.003   -0.594 
+1629 509400 23   -0.006   -0.002    0.011   -0.579 
+1629 509400 24    0.020    0.001   -0.019    0.000 
+1629 509400 25    0.001   -0.009   -0.003   -0.606 
+1629 509400 26    0.009    0.001    0.000   -0.596 
+1629 509400 27    0.015   -0.002    0.001    0.000 
+1629 509400 28    0.001    0.006    0.001   -0.586 
+1629 509400 29   -0.005   -0.012   -0.006   -0.634 
+1629 509400 30   -0.015   -0.001   -0.007   -0.606 
+1629 509400 31   -0.009   -0.013    0.004   -0.591 
+1629 509400 32   -0.005   -0.009    0.002   -0.588 
+1629 510300  1    0.130    0.013    0.036    0.000 
+1629 510300  2   -0.002   -0.012    0.014   -0.610 
+1629 510300  3   -0.025    0.010   -0.009   -0.592 
+1629 510300  4   -0.006   -0.018    0.004   -0.564 
+1629 510300  5    0.008   -0.002    0.009   -0.633 
+1629 510300  6   -0.026    0.007   -0.015   -0.606 
+1629 510300  7    0.001    0.014   -0.012   -0.601 
+1629 510300  8    0.001    0.000    0.012   -0.666 
+1629 510300  9    0.021   -0.009    0.015   -0.561 
+1629 510300 10    0.008   -0.004    0.012   -0.615 
+1629 510300 11    0.004   -0.001   -0.008   -0.590 
+1629 510300 12    0.006   -0.014    0.008   -0.583 
+1629 510300 13   -0.006   -0.001    0.019   -0.586 
+1629 510300 14    0.003   -0.001   -0.005   -0.588 
+1629 510300 15    0.006    0.006    0.002   -0.615 
+1629 510300 16   -0.016   -0.004   -0.011   -0.597 
+1629 510300 17   -0.003    0.004    0.007   -0.590 
+1629 510300 18   -0.007   -0.005    0.002   -0.613 
+1629 510300 19   -0.027    0.025   -0.013   -0.553 
+1629 510300 20   -0.005   -0.009   -0.001   -0.597 
+1629 510300 21   -0.004   -0.002    0.005   -0.611 
+1629 510300 22   -0.012   -0.005    0.003   -0.597 
+1629 510300 23   -0.005   -0.003    0.010   -0.581 
+1629 510300 24    0.023    0.002   -0.022    0.000 
+1629 510300 25    0.002   -0.010   -0.003   -0.607 
+1629 510300 26    0.007    0.002    0.000   -0.599 
+1629 510300 27    0.016   -0.001    0.001    0.000 
+1629 510300 28    0.001    0.007    0.001   -0.589 
+1629 510300 29   -0.006   -0.012   -0.006   -0.636 
+1629 510300 30   -0.015    0.000   -0.007   -0.609 
+1629 510300 31   -0.010   -0.013    0.004   -0.593 
+1629 510300 32   -0.005   -0.009    0.001   -0.589 
+1629 511200  1    0.115    0.007    0.037    0.000 
+1629 511200  2   -0.002   -0.013    0.014   -0.612 
+1629 511200  3   -0.026    0.008   -0.010   -0.592 
+1629 511200  4   -0.005   -0.017    0.005   -0.563 
+1629 511200  5    0.009   -0.003    0.010   -0.635 
+1629 511200  6   -0.025    0.006   -0.016   -0.605 
+1629 511200  7    0.000    0.014   -0.012   -0.604 
+1629 511200  8   -0.001   -0.001    0.014   -0.670 
+1629 511200  9    0.024   -0.009    0.014   -0.555 
+1629 511200 10    0.008   -0.006    0.012   -0.618 
+1629 511200 11    0.003   -0.001   -0.008   -0.593 
+1629 511200 12    0.006   -0.014    0.009   -0.588 
+1629 511200 13   -0.005   -0.003    0.019   -0.588 
+1629 511200 14    0.002    0.000   -0.006   -0.590 
+1629 511200 15    0.007    0.006    0.002   -0.615 
+1629 511200 16   -0.016   -0.004   -0.010   -0.597 
+1629 511200 17   -0.003    0.006    0.007   -0.591 
+1629 511200 18   -0.007   -0.004    0.003   -0.612 
+1629 511200 19   -0.028    0.025   -0.015   -0.555 
+1629 511200 20   -0.004   -0.007   -0.002   -0.600 
+1629 511200 21   -0.004   -0.003    0.006   -0.615 
+1629 511200 22   -0.012   -0.005    0.003   -0.600 
+1629 511200 23   -0.005   -0.003    0.009   -0.583 
+1629 511200 24    0.025    0.002   -0.022   -0.593 
+1629 511200 25    0.003   -0.010   -0.003   -0.609 
+1629 511200 26    0.008    0.004    0.000   -0.600 
+1629 511200 27    0.018    0.000    0.000    0.000 
+1629 511200 28    0.000    0.009    0.000   -0.589 
+1629 511200 29   -0.004   -0.012   -0.005   -0.636 
+1629 511200 30   -0.015   -0.002   -0.006   -0.609 
+1629 511200 31   -0.010   -0.014    0.005   -0.594 
+1629 511200 32   -0.006   -0.007    0.001   -0.591 
+1629 512100  1    0.099    0.002    0.040    0.000 
+1629 512100  2   -0.002   -0.013    0.013   -0.611 
+1629 512100  3   -0.027    0.007   -0.011   -0.590 
+1629 512100  4   -0.006   -0.017    0.005   -0.562 
+1629 512100  5    0.008   -0.004    0.012   -0.634 
+1629 512100  6   -0.025    0.003   -0.018   -0.600 
+1629 512100  7   -0.002    0.013   -0.013   -0.600 
+1629 512100  8   -0.004   -0.002    0.015   -0.662 
+1629 512100  9    0.026   -0.007    0.013   -0.573 
+1629 512100 10    0.008   -0.007    0.012   -0.619 
+1629 512100 11    0.006    0.000   -0.008   -0.591 
+1629 512100 12    0.006   -0.015    0.011   -0.589 
+1629 512100 13   -0.005   -0.003    0.018   -0.587 
+1629 512100 14    0.001    0.001   -0.007   -0.592 
+1629 512100 15    0.008    0.006    0.001   -0.610 
+1629 512100 16   -0.016   -0.004   -0.009   -0.600 
+1629 512100 17   -0.003    0.007    0.007   -0.591 
+1629 512100 18   -0.007   -0.004    0.004   -0.611 
+1629 512100 19   -0.029    0.024   -0.017   -0.553 
+1629 512100 20   -0.005   -0.007   -0.003   -0.600 
+1629 512100 21   -0.003    0.000    0.008   -0.607 
+1629 512100 22   -0.013   -0.003    0.002   -0.599 
+1629 512100 23   -0.004   -0.003    0.009   -0.584 
+1629 512100 24    0.028    0.002   -0.025    0.000 
+1629 512100 25    0.004   -0.010   -0.002   -0.610 
+1629 512100 26    0.008    0.005    0.002   -0.599 
+1629 512100 27    0.018    0.002    0.001   -0.588 
+1629 512100 28   -0.001    0.010   -0.001   -0.585 
+1629 512100 29   -0.004   -0.012   -0.004   -0.638 
+1629 512100 30   -0.013   -0.002   -0.005   -0.612 
+1629 512100 31   -0.008   -0.014    0.004   -0.599 
+1629 512100 32   -0.006   -0.006    0.000   -0.591 
+1629 513000  1    0.080   -0.003    0.043    0.000 
+1629 513000  2   -0.002   -0.014    0.012   -0.610 
+1629 513000  3   -0.027    0.006   -0.012   -0.595 
+1629 513000  4   -0.006   -0.015    0.006    0.000 
+1629 513000  5    0.010   -0.005    0.012   -0.635 
+1629 513000  6   -0.025    0.002   -0.018   -0.603 
+1629 513000  7   -0.004    0.013   -0.014   -0.600 
+1629 513000  8   -0.005   -0.003    0.017   -0.666 
+1629 513000  9    0.029   -0.007    0.013   -0.565 
+1629 513000 10    0.007   -0.008    0.012   -0.619 
+1629 513000 11    0.006   -0.001   -0.008   -0.588 
+1629 513000 12    0.006   -0.015    0.012   -0.592 
+1629 513000 13   -0.005   -0.004    0.017   -0.586 
+1629 513000 14   -0.001    0.001   -0.007   -0.594 
+1629 513000 15    0.009    0.007    0.001   -0.610 
+1629 513000 16   -0.016   -0.004   -0.008   -0.601 
+1629 513000 17   -0.002    0.009    0.008   -0.595 
+1629 513000 18   -0.007   -0.004    0.003   -0.612 
+1629 513000 19   -0.030    0.022   -0.018   -0.558 
+1629 513000 20   -0.005   -0.004   -0.004   -0.602 
+1629 513000 21   -0.001    0.001    0.010   -0.611 
+1629 513000 22   -0.013   -0.001    0.003   -0.602 
+1629 513000 23   -0.004   -0.003    0.008   -0.585 
+1629 513000 24    0.032    0.002   -0.026    0.000 
+1629 513000 25    0.004   -0.011   -0.002   -0.610 
+1629 513000 26    0.008    0.006    0.002   -0.600 
+1629 513000 27    0.018    0.002    0.000   -0.587 
+1629 513000 28   -0.001    0.011   -0.002   -0.587 
+1629 513000 29   -0.003   -0.012   -0.004   -0.637 
+1629 513000 30   -0.013   -0.001   -0.004   -0.612 
+1629 513000 31   -0.008   -0.015    0.004   -0.598 
+1629 513000 32   -0.006   -0.004   -0.001   -0.594 
+1629 513900  1    0.062   -0.005    0.047    0.000 
+1629 513900  2   -0.003   -0.013    0.011   -0.609 
+1629 513900  3   -0.028    0.004   -0.012   -0.592 
+1629 513900  4   -0.006   -0.014    0.006    0.000 
+1629 513900  5    0.009   -0.006    0.013   -0.633 
+1629 513900  6   -0.026    0.001   -0.019   -0.604 
+1629 513900  7   -0.005    0.012   -0.014   -0.599 
+1629 513900  8   -0.006   -0.004    0.020   -0.660 
+1629 513900  9    0.030   -0.007    0.012   -0.569 
+1629 513900 10    0.006   -0.010    0.012   -0.614 
+1629 513900 11    0.007   -0.001   -0.008   -0.588 
+1629 513900 12    0.006   -0.015    0.013   -0.592 
+1629 513900 13   -0.004   -0.005    0.016   -0.584 
+1629 513900 14   -0.003    0.002   -0.008   -0.594 
+1629 513900 15    0.010    0.006   -0.001   -0.607 
+1629 513900 16   -0.016   -0.004   -0.007   -0.602 
+1629 513900 17   -0.002    0.011    0.008   -0.593 
+1629 513900 18   -0.008   -0.004    0.004   -0.611 
+1629 513900 19   -0.032    0.020   -0.019   -0.557 
+1629 513900 20   -0.005   -0.003   -0.004   -0.600 
+1629 513900 21   -0.002    0.002    0.012   -0.610 
+1629 513900 22   -0.015   -0.001    0.003   -0.600 
+1629 513900 23   -0.004   -0.004    0.006   -0.584 
+1629 513900 24    0.036    0.003   -0.026    0.000 
+1629 513900 25    0.004   -0.011   -0.002   -0.611 
+1629 513900 26    0.007    0.006    0.003   -0.600 
+1629 513900 27    0.019    0.004    0.000   -0.585 
+1629 513900 28   -0.002    0.012   -0.003   -0.587 
+1629 513900 29   -0.002   -0.012   -0.002   -0.635 
+1629 513900 30   -0.011   -0.001   -0.003   -0.610 
+1629 513900 31   -0.009   -0.015    0.004   -0.600 
+1629 513900 32   -0.006   -0.003   -0.001   -0.593 
+1629 514800  1    0.046   -0.009    0.049    0.000 
+1629 514800  2   -0.004   -0.013    0.011   -0.607 
+1629 514800  3   -0.028    0.004   -0.012   -0.595 
+1629 514800  4   -0.005   -0.012    0.006    0.000 
+1629 514800  5    0.010   -0.008    0.014   -0.632 
+1629 514800  6   -0.025   -0.001   -0.020   -0.605 
+1629 514800  7   -0.006    0.011   -0.013   -0.602 
+1629 514800  8   -0.008   -0.004    0.022   -0.658 
+1629 514800  9    0.029   -0.006    0.010   -0.574 
+1629 514800 10    0.005   -0.011    0.012   -0.612 
+1629 514800 11    0.008    0.000   -0.006   -0.592 
+1629 514800 12    0.006   -0.015    0.013   -0.594 
+1629 514800 13   -0.003   -0.005    0.014   -0.584 
+1629 514800 14   -0.005    0.003   -0.009   -0.596 
+1629 514800 15    0.011    0.006   -0.001   -0.608 
+1629 514800 16   -0.014   -0.003   -0.006   -0.602 
+1629 514800 17   -0.003    0.012    0.008   -0.594 
+1629 514800 18   -0.007   -0.003    0.005   -0.612 
+1629 514800 19   -0.033    0.019   -0.021   -0.563 
+1629 514800 20   -0.004   -0.002   -0.005   -0.601 
+1629 514800 21   -0.003    0.003    0.013   -0.609 
+1629 514800 22   -0.015    0.002    0.004   -0.603 
+1629 514800 23   -0.004   -0.005    0.005   -0.583 
+1629 514800 24    0.040    0.004   -0.027    0.000 
+1629 514800 25    0.004   -0.011   -0.002   -0.611 
+1629 514800 26    0.008    0.008    0.004   -0.599 
+1629 514800 27    0.020    0.005    0.000   -0.589 
+1629 514800 28   -0.003    0.011   -0.005   -0.588 
+1629 514800 29   -0.002   -0.012   -0.003   -0.636 
+1629 514800 30   -0.009    0.000   -0.002   -0.611 
+1629 514800 31   -0.007   -0.014    0.004   -0.600 
+1629 514800 32   -0.006   -0.002   -0.001   -0.593 
+1629 515700  1    0.027   -0.010    0.054    0.000 
+1629 515700  2   -0.005   -0.012    0.009   -0.606 
+1629 515700  3   -0.028    0.002   -0.013   -0.595 
+1629 515700  4   -0.005   -0.010    0.007    0.000 
+1629 515700  5    0.009   -0.010    0.015   -0.633 
+1629 515700  6   -0.024   -0.003   -0.020   -0.605 
+1629 515700  7   -0.008    0.010   -0.013   -0.601 
+1629 515700  8   -0.007   -0.005    0.024   -0.656 
+1629 515700  9    0.029   -0.006    0.008   -0.575 
+1629 515700 10    0.005   -0.011    0.012   -0.612 
+1629 515700 11    0.009   -0.001   -0.006   -0.588 
+1629 515700 12    0.006   -0.014    0.015   -0.595 
+1629 515700 13   -0.004   -0.006    0.012   -0.583 
+1629 515700 14   -0.008    0.005   -0.009   -0.600 
+1629 515700 15    0.013    0.006   -0.003   -0.606 
+1629 515700 16   -0.013   -0.003   -0.004   -0.604 
+1629 515700 17   -0.002    0.012    0.007   -0.595 
+1629 515700 18   -0.008   -0.003    0.006   -0.615 
+1629 515700 19   -0.034    0.017   -0.022   -0.566 
+1629 515700 20   -0.003   -0.001   -0.005   -0.603 
+1629 515700 21   -0.003    0.003    0.014   -0.608 
+1629 515700 22   -0.016    0.003    0.004   -0.606 
+1629 515700 23   -0.003   -0.004    0.004   -0.586 
+1629 515700 24    0.045    0.003   -0.026    0.000 
+1629 515700 25    0.002   -0.012   -0.001   -0.614 
+1629 515700 26    0.008    0.009    0.005   -0.600 
+1629 515700 27    0.022    0.006   -0.001   -0.585 
+1629 515700 28   -0.004    0.012   -0.006   -0.588 
+1629 515700 29   -0.001   -0.011   -0.002   -0.635 
+1629 515700 30   -0.007   -0.001   -0.003   -0.611 
+1629 515700 31   -0.007   -0.015    0.003   -0.601 
+1629 515700 32   -0.006    0.000   -0.001   -0.596 
+1629 516600  1    0.010   -0.012    0.060    0.000 
+1629 516600  2   -0.006   -0.011    0.009   -0.607 
+1629 516600  3   -0.028    0.001   -0.013   -0.599 
+1629 516600  4   -0.005   -0.009    0.008    0.000 
+1629 516600  5    0.009   -0.012    0.015   -0.633 
+1629 516600  6   -0.024   -0.003   -0.020   -0.612 
+1629 516600  7   -0.009    0.009   -0.012   -0.601 
+1629 516600  8   -0.008   -0.004    0.027   -0.654 
+1629 516600  9    0.031   -0.004    0.006   -0.573 
+1629 516600 10    0.003   -0.010    0.010   -0.611 
+1629 516600 11    0.010    0.000   -0.005   -0.590 
+1629 516600 12    0.005   -0.014    0.015   -0.598 
+1629 516600 13   -0.004   -0.006    0.012   -0.583 
+1629 516600 14   -0.009    0.008   -0.010   -0.599 
+1629 516600 15    0.014    0.006   -0.004   -0.609 
+1629 516600 16   -0.012   -0.001   -0.004   -0.606 
+1629 516600 17   -0.002    0.012    0.008   -0.599 
+1629 516600 18   -0.008   -0.003    0.007   -0.622 
+1629 516600 19   -0.036    0.014   -0.022   -0.570 
+1629 516600 20   -0.002    0.000   -0.006   -0.603 
+1629 516600 21   -0.003    0.004    0.016   -0.608 
+1629 516600 22   -0.015    0.005    0.005   -0.610 
+1629 516600 23   -0.004   -0.004    0.002   -0.588 
+1629 516600 24    0.049    0.002   -0.024    0.000 
+1629 516600 25    0.002   -0.011   -0.002   -0.614 
+1629 516600 26    0.009    0.010    0.006   -0.602 
+1629 516600 27    0.023    0.008   -0.001   -0.588 
+1629 516600 28   -0.005    0.013   -0.007   -0.588 
+1629 516600 29   -0.001   -0.011   -0.001   -0.635 
+1629 516600 30   -0.006    0.000   -0.002   -0.611 
+1629 516600 31   -0.005   -0.015    0.002   -0.601 
+1629 516600 32   -0.006    0.001    0.000   -0.598 
+1629 517500  1   -0.004   -0.010    0.065    0.000 
+1629 517500  2   -0.006   -0.010    0.008   -0.603 
+1629 517500  3   -0.028    0.000   -0.012   -0.601 
+1629 517500  4   -0.004   -0.007    0.008    0.000 
+1629 517500  5    0.008   -0.013    0.015   -0.632 
+1629 517500  6   -0.024   -0.005   -0.018   -0.613 
+1629 517500  7   -0.010    0.008   -0.011   -0.602 
+1629 517500  8   -0.008   -0.005    0.028   -0.651 
+1629 517500  9    0.031   -0.002    0.003   -0.573 
+1629 517500 10    0.002   -0.009    0.010   -0.607 
+1629 517500 11    0.011   -0.001   -0.002   -0.592 
+1629 517500 12    0.004   -0.013    0.016   -0.598 
+1629 517500 13   -0.003   -0.006    0.009   -0.585 
+1629 517500 14   -0.012    0.010   -0.010   -0.603 
+1629 517500 15    0.014    0.006   -0.006   -0.605 
+1629 517500 16   -0.009    0.000   -0.004   -0.608 
+1629 517500 17   -0.002    0.013    0.007   -0.599 
+1629 517500 18   -0.008   -0.002    0.007   -0.622 
+1629 517500 19   -0.036    0.013   -0.023   -0.575 
+1629 517500 20   -0.001    0.003   -0.006   -0.600 
+1629 517500 21   -0.001    0.005    0.016   -0.601 
+1629 517500 22   -0.015    0.006    0.007   -0.612 
+1629 517500 23   -0.003   -0.004    0.001   -0.589 
+1629 517500 24    0.053    0.002   -0.022    0.000 
+1629 517500 25    0.001   -0.011   -0.002   -0.614 
+1629 517500 26    0.009    0.010    0.008   -0.599 
+1629 517500 27    0.024    0.009   -0.001   -0.588 
+1629 517500 28   -0.006    0.013   -0.009   -0.588 
+1629 517500 29    0.000   -0.010    0.000   -0.633 
+1629 517500 30   -0.002    0.001   -0.002   -0.611 
+1629 517500 31   -0.004   -0.015    0.002   -0.601 
+1629 517500 32   -0.006    0.003   -0.001   -0.600 
diff --git a/util/data/igs16295.sp3 b/util/data/igs16295.sp3
new file mode 100644
index 0000000..f1f82f0
--- /dev/null
+++ b/util/data/igs16295.sp3
@@ -0,0 +1,3191 @@
+#cP2011  4  1  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1629 432000.00000000   900.00000000 55652 0.0000000000000
++   32   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  2  2  3  2  2  2  3  3  2  2  2  2  2  2  2  2
+++         2  2  2  2  2  2  4  2  2  3  2  2  2  2  2  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* cod emr esa gfz grg jpl mit ngs sio                      
+/* REFERENCED TO IGS TIME (IGST) AND TO WEIGHTED MEAN POLE: 
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  1  0  0  0.00000000
+PG01  11952.393089  -9354.125690  21671.919870 999999.999999
+PG02 -11706.796694  13773.960913  19334.631024    328.187255  9  7  7  96       
+PG03   9379.286391 -24544.659326  -2806.536360    695.934946  6  6  8 113       
+PG04 -23158.135001   7030.369544  11122.882992     75.928524 15 13 13 129       
+PG05  -2043.079576  20916.271414  16158.285813   -137.721626  9  8  9 103       
+PG06  13910.183496 -22458.943630   1301.104616   -220.538426  8  6  7 115       
+PG07 -25109.135608  -5964.471865   6721.209526      6.985332 10  9  7 117       
+PG08 -26538.940354   -833.711899  -4028.057483      7.631080 13 10 15 124       
+PG09   9924.664304  14090.691673 -20760.391316     71.045330 12  9 12 117       
+PG10 -13584.806500   7166.095829  21447.446581    -70.368748  8  6  5 131       
+PG11  -9789.468865 -14732.208102 -20190.981248   -138.994737  9 10  5 124       
+PG12  11116.385889  24198.157850  -1183.466045    -15.104549  9  9  7 131       
+PG13 -13378.754853  -6203.770420  21949.428330    276.902399  8  7  5 122       
+PG14  19512.812441 -11212.850239 -13840.981841    141.117354 10 10 10 137       
+PG15    353.265279  21141.889332 -15964.033921   -138.798892  8 10  8 150       
+PG16   4162.915935 -19236.758589  17719.553157   -161.816428  8  7  8 120       
+PG17 -19430.391120  10641.016763 -14350.587325    184.212280  9  9  8  74       
+PG18  18375.316599   9626.229143 -16487.158198    129.481026  9 10  7 120       
+PG19   4634.095988 -22012.468318 -13842.518187   -125.830821 10  9  9 128       
+PG20 -14407.983540 -22229.045641   2218.784456     48.825292 10  8 10 154       
+PG21  25733.274731   5717.437461   5708.434643   -134.302011  9  9  9 106       
+PG22  16005.081312  -2630.010767 -20878.924968    150.897579  8  9  7 108       
+PG23  -5153.066698 -16953.951294  19672.052787    316.389456  6  6  6 109       
+PG24 -13022.100316 -14413.733289 -18176.425198 999999.999999
+PG25  17613.354625  16398.615306  11245.606841     -0.958940  6  9  9 148       
+PG26 -11055.375262  22880.478544  -7515.272888   -160.183470  8  6  9 135       
+PG27   4023.284720  14312.126850 -21380.677856    251.217920 14  8 12 113       
+PG28 -16340.168858  -2290.689952 -20357.674606     28.603538  8  9  9 114       
+PG29  11749.815554   9764.344687  21809.501304    196.509979  9  9  9 128       
+PG30   9028.058926 -13394.457090  20670.810194    333.482967  8  7  5 142       
+PG31  21396.961672  -8112.764603  13868.399589     60.496376 10  9  8 121       
+PG32  -7160.597028 -25400.035686  -4265.437544   -226.196829  8  8  8 110       
+*  2011  4  1  0 15  0.00000000
+PG01  13191.512671  -7171.176898  21797.082242 999999.999999
+PG02 -13855.363408  13600.563196  17942.521691    328.189260  9  7  7  96       
+PG03   9767.007213 -24505.835893     -4.391038    695.940080  6  6  8 107       
+PG04 -24305.281151   6750.109912   8648.032742     75.937541 14 13 13 124       
+PG05  -3152.963833  19293.617830  17911.207287   -137.726519  9  8  8  86       
+PG06  14073.683706 -22039.699952   4095.526825   -220.643861  8  6  7 107       
+PG07 -24190.015910  -6130.261098   9391.940337      6.986426  9  9  7 126       
+PG08 -26820.226000   -973.073878  -1156.176287      7.631683 12 10 14 121       
+PG09   7614.995542  14156.781161 -21694.223029     71.047009 12  9 11 117       
+PG10 -14754.565476   4960.695118  21332.179268    -70.368811  8  6  5 123       
+PG11  -7566.645108 -15333.594006 -20668.538637   -138.997313  9  9  4 118       
+PG12  10795.913449  24030.035641  -4035.065690    -15.101676  8  8  6 130       
+PG13 -11910.417105  -8281.827113  22103.577739    276.900907  7  7  5 128       
+PG14  18669.587077  -9692.504795 -15976.308304    141.119464  9  9 10 136       
+PG15   -688.411846  22526.514403 -13915.274845   -138.796239  8  9  8 137       
+PG16   5247.642443 -17413.525378  19278.523468   -161.818887  8  7  8 129       
+PG17 -18635.158693   9027.983620 -16371.010881    184.212375  9  9  7 105       
+PG18  19048.202511  11332.956198 -14597.555591    129.482820 10 10  7  95       
+PG19   5676.961096 -23065.882454 -11515.842380   -125.834246  9  9  9 132       
+PG20 -14185.185011 -22493.032839   -576.035518     48.825146 10  7 10 150       
+PG21  24980.847004   5964.284697   8319.755106   -134.304367  9  9  9 106       
+PG22  17056.645827   -478.130314 -20210.257350    150.896888  8  9  6  91       
+PG23  -3897.810156 -18742.114840  18258.930987    316.387121  6  5  6 107       
+PG24 -10854.789661 -14393.719005 -19535.103217 999999.999999
+PG25  17992.694444  17498.693351   8704.788049     -0.959274  6  9  9 140       
+PG26 -11580.233067  23288.475679  -4694.585182   -160.192313  8  6  9 130       
+PG27   1427.378769  14402.857326 -21614.638160    251.221333 14  8 11 110       
+PG28 -17327.021599  -4433.460987 -19206.672865     28.605510  8 10  9 121       
+PG29  10388.673825  11812.663220  21487.057812    196.512774  8  8  9 127       
+PG30  10382.296365 -11308.300897  21264.193161    333.486891  8  7  5 136       
+PG31  22805.297738  -7933.054667  11508.957318     60.500933  9  8  8 111       
+PG32  -6671.352132 -24885.252291  -6989.715613   -226.203399  8  8  8 112       
+*  2011  4  1  0 30  0.00000000
+PG01  14539.701039  -5064.281988  21543.271184 999999.999999
+PG02 -15838.147332  13519.585531  16237.322131    328.191374  9  7  7 117       
+PG03  10048.560339 -24185.458683   2797.790820    695.945556  6  6  8 116       
+PG04 -25176.919546   6516.619020   6026.083060     75.946336 14 13 13 118       
+PG05  -4441.252025  17577.431067  19354.304641   -137.731813  9  8  7 101       
+PG06  14125.864158 -21345.689294   6818.744101   -220.748863  7  6  7 117       
+PG07 -22988.769666  -6357.360254  11902.889697      6.987150  9  8  7 124       
+PG08 -26786.578459  -1084.136698   1734.945657      7.632012 11 10 14 120       
+PG09   5230.893857  14360.097731 -22272.698434     71.049016 11  9 10 109       
+PG10 -16012.930220   2849.244239  20843.476155    -70.369373  8  5  5 122       
+PG11  -5335.613414 -16037.210536 -20800.833787   -138.999923  9  9  3 118       
+PG12  10299.023619  23609.117488  -6817.915781    -15.099080  7  7  6 126       
+PG13 -10563.457062 -10435.897367  21872.162352    276.899691  6  6  5 132       
+PG14  17795.357035  -7931.216572 -17832.143137    141.121527  9  9 10 132       
+PG15  -1550.212515  23741.775245 -11625.053500   -138.793247  8  9  8 146       
+PG16   6508.420836 -15517.405362  20503.633444   -161.821436  8  7  7 127       
+PG17 -17819.874748   7189.486091 -18104.456681    184.212945 10  9  7 101       
+PG18  19683.106682  12806.799002 -12456.129275    129.484628 10  9  7 101       
+PG19   6518.090829 -23937.555423  -8987.330248   -125.837734  9  8  9 135       
+PG20 -13798.336607 -22507.913216  -3360.997845     48.825305  9  7 10 151       
+PG21  23961.281001   6255.383091  10794.719818   -134.306665  9  9  9 109       
+PG22  18158.039257   1538.545178 -19189.479066    150.896402  8  9  6  94       
+PG23  -2820.323004 -20437.428293  16527.853396    316.384905  6  4  6 110       
+PG24  -8552.143332 -14482.039486 -20558.462359 999999.999999
+PG25  18266.489693  18329.759866   6014.235400     -0.959670  5  9  9 146       
+PG26 -11915.170186  23445.863608  -1791.955352   -160.201750  8  5  8 124       
+PG27  -1167.464346  14632.625244 -21452.791914    251.225411 13  9  9 114       
+PG28 -18348.073522  -6384.218062 -17713.117294     28.607791  9 10  9 119       
+PG29   9165.132235  13879.762468  20797.784966    196.515241  7  8  8 129       
+PG30  11867.494719  -9255.089621  21477.593289    333.489842  8  7  5 134       
+PG31  23946.151910  -7821.181853   8955.587663     60.505202  9  8  9 113       
+PG32  -6014.166062 -24130.508101  -9595.471123   -226.209927  8  8  8 113       
+*  2011  4  1  0 45  0.00000000
+PG01  15966.984082  -3073.532675  20915.380606 999999.999999
+PG02 -17617.506434  13507.006308  14247.804395    328.193417  9  7  7 146       
+PG03  10257.009442 -23573.993621   5550.559723    695.951694  6  6  8 118       
+PG04 -25759.418616   6296.119279   3301.957963     75.955546 13 13 13 133       
+PG05  -5900.529004  15813.208307  20462.828818   -137.736921  9  8  7  97       
+PG06  14102.881669 -20374.617346   9423.675364   -220.854534  7  6  7 113       
+PG07 -21530.593331  -6678.225891  14211.190677      6.988137  8  8  6 117       
+PG08 -26437.417587  -1206.963631   4597.206208      7.631407 10 10 14 128       
+PG09   2819.650836  14705.152675 -22486.798106     71.049558 11  9  9 125       
+PG10 -17329.395288    869.479697  19991.143050    -70.371094  7  5  5 126       
+PG11  -3136.580998 -16832.067762 -20584.772758   -139.002545  8  9  4 124       
+PG12   9600.673706  22965.334419  -9484.525326    -15.096513  7  7  6 133       
+PG13  -9362.520560 -12620.003454  21259.111416    276.898310  6  6  5 131       
+PG14  16931.801402  -5950.873310 -19375.917584    141.123619  9  9  9 126       
+PG15  -2245.675168  24748.721430  -9132.958546   -138.790440  8  8  8 141       
+PG16   7935.521347 -13596.268181  21374.519293   -161.824032  8  8  7 122       
+PG17 -17023.539785   5149.873495 -19520.704640    184.212996  9  9  6 107       
+PG18  20242.080532  14037.166016 -10100.822003    129.486403 10  9  6  85       
+PG19   7172.554125 -24589.846043  -6301.086208   -125.840964  9  8  9 125       
+PG20 -13221.632459 -22297.416683  -6088.472999     48.825413  9  6  9 151       
+PG21  22695.529148   6621.146927  13093.109335   -134.308841  9  9  8 105       
+PG22  19275.460443   3389.225978 -17834.866668    150.895428  8  9  5 100       
+PG23  -1919.391571 -21993.536345  14508.316676    316.382404  6  4  7 110       
+PG24  -6158.591282 -14691.848924 -21228.120675 999999.999999
+PG25  18396.277090  18897.538094   3220.248958     -0.960039  6  8  9 144       
+PG26 -12088.956793  23324.308017   1142.155801   -160.211185  8  5  8 128       
+PG27  -3707.015561  14993.924487 -20897.256903    251.228574 13  9  7 116       
+PG28 -19364.098048  -8115.189729 -15905.254550     28.609934 10 10  9 118       
+PG29   8094.328345  15920.134158  19753.472156    196.518000  7  8  8 124       
+PG30  13456.275014  -7278.117059  21307.154595    333.493575  7  7  5 136       
+PG31  24798.002429  -7741.788052   6251.100636     60.509656  9  8  9  92       
+PG32  -5167.428072 -23167.051564 -12037.810998   -226.216597  7  8  8 104       
+*  2011  4  1  1  0  0.00000000
+PG01  17437.574509  -1233.095159  19924.832451 999999.999999
+PG02 -19161.861135  13533.422751  12008.013951    328.195334  9  7  7 146       
+PG03  10427.118003 -22670.505186   8204.919022    695.956659  6  6  8 119       
+PG04 -26047.310506   6053.359647    522.004503     75.965144 13 12 12 133       
+PG05  -7515.272179  14045.545437  21217.868163   -137.742279  9  8  6 101       
+PG06  14041.658982 -19132.594672  11865.529136   -220.959761  7  5  7 116       
+PG07 -19847.861498  -7120.308406  16277.322183      6.989025  8  8  6 112       
+PG08 -25781.035290  -1380.955371   7382.960017      7.631386  9  9 14 122       
+PG09    428.806627  15188.321179 -22333.171675     71.052838 11 10  8 112       
+PG10 -18668.363403   -947.182773  18791.321504    -70.371475  7  5  5 126       
+PG11  -1007.648834 -17700.692604 -20022.934602   -139.005402  9  9  4 121       
+PG12   8682.686708  22134.255548 -11989.297309    -15.093894  7  7  6 123       
+PG13  -8324.135728 -14785.096000  20275.102997    276.897198  6  5  5 124       
+PG14  16117.138288  -3781.561528 -20580.601785    141.125682  9  9  9 119       
+PG15  -2795.291648  25513.403389  -6482.171581   -138.787881  9  8  8 134       
+PG16   9510.987644 -11696.342937  21877.044312   -161.826671  8  8  8 113       
+PG17 -16281.286148   2941.022638 -20595.226830    184.212908  9  9  6  93       
+PG18  20687.379351  15021.779247  -7572.873167    129.488327  9  9  6  90       
+PG19   7662.493387 -24990.583277  -3504.144362   -125.844822  9  8  9 124       
+PG20 -12435.155181 -21891.125618  -8711.966194     48.824842  9  6  9 146       
+PG21  21210.857679   7087.850739  15177.571260   -134.311164  9  8  8 111       
+PG22  20371.426699   5050.094600 -16170.499015    150.894569  9  9  5 111       
+PG23  -1185.632627 -23366.576314  12235.058186    316.380121  7  4  7 115       
+PG24  -3721.152904 -15028.704726 -21531.707564 999999.999999
+PG25  18346.747638  19216.003459    370.889607     -0.960426  6  8  8 123       
+PG26 -12135.707736  22903.446495   4055.948875   -160.220368  8  5  7 126       
+PG27  -6139.247507  15470.709112 -19957.843866    251.231609 12  9  5 113       
+PG28 -20333.211030  -9607.300023 -13816.744604     28.611956 10 10  9 115       
+PG29   7183.365825  17887.114974  18371.919061    196.520360  6  8  8 126       
+PG30  15114.639995  -5415.701442  20756.131917    333.496925  7  7  5 134       
+PG31  25347.607103  -7656.782609   3440.950321     60.513824  8  7  9  88       
+PG32  -4116.479714 -22031.220988 -14274.203955   -226.223032  8  8  8  93       
+*  2011  4  1  1 15  0.00000000
+PG01  18911.200318    429.918764  18589.337733 999999.999999
+PG02 -20446.821304  13565.317258   9556.700695    328.197426  9  7  7 138       
+PG03  10593.771819 -21482.875469  10713.280415    695.960352  6  6  8 115       
+PG04 -26043.381469   5753.138156  -2266.767408     75.974034 12 12 12 101       
+PG05  -9262.288463  12316.509478  21606.661713   -137.747452  9  8  6  95       
+PG06  13978.289090 -17633.995623  14102.570704   -221.064891  7  6  7 111       
+PG07 -17979.004622  -7704.825690  18065.774877      6.989937  8  7  6 122       
+PG08 -24834.315427  -1643.211090  10045.733152      7.632063  9  9 13 129       
+PG09  -1895.388160  15797.941841 -21814.174468     71.054970 10 10  7 120       
+PG10 -19990.508974  -2576.632743  17266.108980    -70.370680  7  5  5 123       
+PG11   1016.434082 -18619.687396 -19123.600666   -139.007856  8  8  5 120       
+PG12   7534.649151  21155.690624 -14289.294018    -15.091376  7  7  6 125       
+PG13  -7456.193504 -16880.827796  18937.371821    276.895907  6  5  5 130       
+PG14  15384.593253  -1460.583664 -21425.201528    141.128161  8  9  9 106       
+PG15  -3225.506487  26008.185674  -3718.703808   -138.784978  9  7  8 137       
+PG16  11209.211340  -9860.560254  22003.482623   -161.829251  8  8  8 117       
+PG17 -15622.977450    601.273324 -21309.619326    184.213150  9  9  5  92       
+PG18  20982.976550  15766.494619  -4916.065258    129.490135  9  9  6 103       
+PG19   8016.048803 -25114.385717   -645.602436   -125.848047  9  8  8 126       
+PG20 -11425.799392 -21323.234349 -11186.887630     48.825594  9  6  9 142       
+PG21  19539.933834   7676.530165  17014.122325   -134.313411  8  8  8 114       
+PG22  21406.227324   6505.005668 -14225.790140    150.893927  9  9  5 103       
+PG23   -602.026124 -24516.847605   9747.461498    316.377691  7  5  7 109       
+PG24  -1287.822300 -15490.256369 -21463.133991 999999.999999
+PG25  18087.239263  19306.686939  -2484.847363     -0.960790  7  8  8 123       
+PG26 -12093.399753  22171.936258   6897.257092   -160.230006  8  5  7 125       
+PG27  -8416.312837  16039.061543 -18651.871849    251.233927 12  9  5 121       
+PG28 -21212.583400 -10850.618361 -11485.902544     28.613871 10 10  8 108       
+PG29   6431.187631  19734.533676  16676.641750    196.522941  6  7  8 129       
+PG30  16803.235919  -3699.809819  19834.811308    333.500470  7  7  6 134       
+PG31  25590.448814  -7526.944220    572.525351     60.518607  7  7 10  88       
+PG32  -2854.443283 -20763.094458 -16265.241708   -226.229569  8  8  8  86       
+*  2011  4  1  1 30  0.00000000
+PG01  20344.614948   1896.293544  16932.546456 999999.999999
+PG02 -21456.041255  13566.515259   6936.640426    328.199261  9  7  7 139       
+PG03  10790.381814 -20027.671889  13030.417466    695.964698  6  6  8 115       
+PG04 -25758.468763   5361.811660  -5017.437427     75.983489 11 12 11 102       
+PG05 -11111.455736  10664.125001  21622.802181   -137.752802  9  8  5  90       
+PG06  13946.495149 -15901.005853  16096.819153   -221.169915  7  6  6 109       
+PG07 -15967.164837  -8445.775407  19545.658205      6.990887  8  7  6 123       
+PG08 -23622.156672  -2026.970112  12540.926487      7.631872  8  9 13 134       
+PG09  -4109.464201  16514.703709 -20937.845012     71.057236 10 10  6 119       
+PG10 -21254.284218  -4002.746962  15443.079702    -70.371231  7  6  5 119       
+PG11   2905.402967 -19560.525057 -17900.703308   -139.010646  8  8  6 119       
+PG12   6154.519566  20072.139888 -16344.964744    -15.088570  7  7  5 118       
+PG13  -6757.782341 -18857.388077  17269.392386    276.894685  7  4  5 133       
+PG14  14761.082198    968.812809 -21895.136993    141.130316  8  9  9  95       
+PG15  -3567.477967  26212.826425   -890.576749   -138.782435 10  7  8 137       
+PG16  12997.805704  -8127.045750  21752.588406   -161.831685  8  7  8 121       
+PG17 -15072.037702  -1825.890823 -21651.911474    184.213533  8  9  5  93       
+PG18  21096.001866  16284.823766  -2175.955737    129.492083  8  8  6 110       
+PG19   8266.038577 -24943.722913   2224.291549   -125.851522  9  8  8 128       
+PG20 -10187.937353 -20631.152359 -13471.282120     48.825359  9  6  9 132       
+PG21  17719.740123   8402.071054  18572.612051   -134.316187  7  7  7 105       
+PG22  22339.470040   7745.879082 -12034.930236    150.893521  9  9  5 105       
+PG23   -144.762934 -25410.337697   7088.861905    316.375792  7  6  7 109       
+PG24   1094.093194 -16066.253021 -21022.756617 999999.999999
+PG25  17593.058973  19197.696133  -5297.873611     -0.961183  7  8  8 150       
+PG26 -12002.197506  21128.162256   9614.578610   -160.239311  8  5  6 121       
+PG27 -10496.339696  16668.227468 -17003.785039    251.237260 11  9  7 122       
+PG28 -21960.172324 -11844.432095  -8954.876221     28.616138 10 10  8  97       
+PG29   5828.767352  21418.350472  14696.486413    196.525050  6  7  7 126       
+PG30  18478.846832  -2154.960528  18560.274554    333.503641  7  7  6 133       
+PG31  25530.870313  -7313.580905  -2305.601373     60.523231  7  7 10  85       
+PG32  -1382.764699 -19404.988164 -17975.375460   -226.236018  8  8  8  89       
+*  2011  4  1  1 45  0.00000000
+PG01  21693.228337   3155.234911  14983.595462 999999.999999
+PG02 -22181.762813  13499.775291   4193.858810    328.201001  8  7  7 142       
+PG03  11047.337656 -18329.661311  15114.390943    695.969269  6  6  7 123       
+PG04 -25210.975823   4848.738272  -7683.910344     75.992642 10 11 11 108       
+PG05 -13026.739338   9121.032589  21266.326380   -137.758115  9  8  6 116       
+PG06  13976.206034 -13962.880020  17814.663975   -221.275082  6  6  6 107       
+PG07 -13858.678468  -9349.224970  20691.238524      6.991944  8  7  6 113       
+PG08 -22176.616524  -2560.188454  14826.501774      7.632277  8  9 12 129       
+PG09  -6174.132094  17312.309402 -19717.822805     71.057867  9 11  6 126       
+PG10 -22417.505748  -5217.749045  13354.721116    -70.371684  6  6  5 127       
+PG11   4634.454037 -20490.557343 -16373.689230   -139.013331  8  8  6 122       
+PG12   4548.922380  18927.148988 -18120.824098    -15.086284  6  7  5 115       
+PG13  -6219.382856 -20667.323461  15300.444128    276.893483  7  5  6 124       
+PG14  14266.162462   3458.942674 -21982.495851    141.132496  7  8  8 106       
+PG15  -3855.651026  26115.279087   1953.036905   -138.779738 10  7  8 135       
+PG16  14838.741537  -6527.820038  21129.553878   -161.834012  9  8  9 117       
+PG17 -14644.556602  -4293.361570 -21616.748039    184.213707  8  9  6  93       
+PG18  20998.051730  16597.183154    600.892160    129.494052  7  8  7 106       
+PG19   8448.450331 -24469.672926   5055.079156   -125.854908 10  9  8 126       
+PG20  -8723.803283 -19854.005066 -15526.508067     48.825768  9  6  8 125       
+PG21  15790.349958   9272.515561  19827.147159   -134.318772  6  7  6 107       
+PG22  23131.658136   8772.774842  -9636.247964    150.892521  9  9  5 109       
+PG23    215.625202 -26020.040268   4305.764808    316.373299  8  7  7 120       
+PG24   3379.617420 -16738.873993 -20217.428914    377.937647 15 12  8 122       
+PG25  16846.583140  18922.492624  -8019.849558     -0.961540  7  8  8 147       
+PG26 -11902.656788  19780.559803  12158.143779   -160.248279  7  6  6 122       
+PG27 -12344.958047  17321.966717 -15044.584493    251.240335 11 10  8 121       
+PG28 -22536.398592 -12596.952321  -6268.785000     28.618236  9 10  8  94       
+PG29   5359.611371  22898.227679  12465.156028    196.527724  6  7  7 131       
+PG30  20096.054668   -797.449358  16956.016409    333.505955  6  7  6 131       
+PG31  25181.889783  -6980.187305  -5144.455085     60.528006  7  7 10  79       
+PG32    288.558788 -17999.857342 -19373.611764   -226.242665  8  8  8 113       
+*  2011  4  1  2  0  0.00000000
+PG01  22912.794096   4204.561170  12776.565063 999999.999999
+PG02 -22625.019535  13328.444559   1376.773781    328.203012  8  6  7 140       
+PG03  11390.582377 -16420.985205  16927.419056    695.974911  7  6  7 123       
+PG04 -24426.126687   4187.601603 -10221.626804     76.001631 10 11 11 100       
+PG05 -14967.443542   7713.370100  20543.692951   -137.763080  9  8  6 124       
+PG06  14092.301470 -11854.942038  19227.393446   -221.380113  6  6  6 103       
+PG07 -11701.440640 -10412.908480  21482.398804      6.992749  8  7  6 105       
+PG08 -20535.803573  -3264.300885  16863.643774      7.632967  8  9 11 133       
+PG09  -8055.543203  18158.395340 -18173.204632     71.060476  8 11  5 137       
+PG10 -23438.958361  -6222.240848  11037.801455    -70.372842  6  6  5 125       
+PG11   6185.027809 -21374.204408 -14567.293201   -139.016204  8  7  7 109       
+PG12   2733.113422  17763.630692 -19586.069535    -15.083592  6  7  5 115       
+PG13  -5823.413053 -22267.272364  13065.068205    276.891613  7  6  6 121       
+PG14  13911.294194   5959.365178 -21686.156377    141.134604  7  8  8 123       
+PG15  -4126.199975  25712.183620   4762.695138   -138.776974 10  7  8 133       
+PG16  16689.699035  -5087.751162  20145.861038   -161.836760  9  8  9 116       
+PG17 -14348.705162  -6752.062859 -21205.442995    184.213807  7  9  6  84       
+PG18  20666.326650  16729.905076   3367.668010    129.495543  7  8  7 112       
+PG19   8600.807491 -23692.343611   7797.036153   -125.858537 10  9  8 136       
+PG20  -7043.583459 -19031.088967 -17317.857021     48.825586  9  6  8 117       
+PG21  13793.602696  10288.608180  20756.475181   -134.321497  6  6  6 110       
+PG22  23745.735836   9593.650890  -7071.508384    150.892087  9  9  5 104       
+PG23    512.899092 -26327.009046   1446.992866    316.370765  9  8  7 121       
+PG24   5527.668312 -17483.373183 -19060.434369    377.940523 15 12  9  96       
+PG25  15838.093081  18518.473567 -10604.012280     -0.961899  8  8  7 132       
+PG26 -11833.883400  18147.522462  14480.986331   -160.257588  7  6  5 106       
+PG27 -13936.485846  17960.152447 -12811.096743    251.243086 10 10  9 131       
+PG28 -22905.704115 -13124.678685  -3474.843093     28.620208  9 10  7  68       
+PG29   5000.552956  24138.973011  10020.656461    196.529998  6  6  7 132       
+PG30  21608.991561    365.070955  15051.427970    333.508988  6  8  7 134       
+PG31  24564.700086  -6494.037365  -7895.463784     60.532196  8  7 10  91       
+PG32   2141.084489 -16589.660191 -20434.150686   -226.249181  8  8  8  94       
+*  2011  4  1  2 15  0.00000000
+PG01  23961.086774   5050.557407  10349.856490 999999.999999
+PG02 -22795.490052  13018.108808  -1464.724253    328.205062  8  6  7 137       
+PG03  11840.374057 -14340.027264  18436.666325    695.979408  7  6  7 119       
+PG04 -23434.988795   3357.570839 -12588.242260     76.010943  9 11 10 100       
+PG05 -16889.649078   6459.918420  19467.649276   -137.768634  9  8  6 123       
+PG06  14313.572831  -9617.369249  20311.629345   -221.485493  6  6  6 105       
+PG07  -9543.212356 -11626.148820  21905.011057      6.993881  8  6  5 111       
+PG08 -18742.553518  -4153.214105  18617.391189      7.633264  8  9 10 123       
+PG09  -9726.371101  19015.682682 -16328.336770     71.062037  7 11  5 128       
+PG10 -24279.954265  -7024.912410   8532.683843    -70.375375  6  7  5 120       
+PG11   7545.366316 -22174.286115 -12511.218846   -139.018951  8  7  7 105       
+PG12    730.615366  16622.216965 -20715.127104    -15.081007  7  7  5 111       
+PG13  -5545.100186 -23619.543602  10602.427921    276.890715  7  7  6 126       
+PG14  13699.440638   8418.672722 -21011.779518    141.136804  7  8  8 111       
+PG15  -4415.404512  25009.027252   7489.573354   -138.774319 10  8  8 134       
+PG16  18505.582395  -3823.794918  18819.033593   -161.839397  9  8  9 120       
+PG17 -14184.482345  -9152.677890 -20425.906952    184.214056  7  9  6  83       
+PG18  20084.558191  16714.051939   6078.052455    129.497462  6  8  7 109       
+PG19   8760.480010 -22620.939969  10402.099966   -125.862065 10  9  8 135       
+PG20  -5165.209994 -18200.338820 -18815.106182     48.825525  9  6  8 130       
+PG21  11771.719159  11443.598435  21344.324690   -134.323248  5  5  5 111       
+PG22  24148.541663  10223.817878  -4385.161398    150.891167  8  8  6 107       
+PG23    783.565307 -26321.101828  -1437.219654    316.368640  9  8  8 108       
+PG24   7502.476794 -18269.015627 -17571.299186    377.942986 15 12  9  64       
+PG25  14566.313378  18025.412826 -13005.975382     -0.962277  8  8  7 133       
+PG26 -11831.732606  16256.885794  16539.984060   -160.266865  7  6  5 100       
+PG27 -15254.723677  18540.538508 -10345.108239    251.246039  9 10  9 136       
+PG28 -23037.932038 -13451.461571   -621.488272     28.622309  8 10  7 108       
+PG29   4722.808549  25111.801123   7404.669672    196.532541  7  6  7 130       
+PG30  22973.107757   1333.645257  12881.163606    333.511447  6  8  7 126       
+PG31  23707.866044  -5827.651339 -10511.273907     60.536729  7  7 10 116       
+PG32   4148.369394 -15213.749288 -21136.948497   -226.255730  8  8  8 109       
+*  2011  4  1  2 30  0.00000000
+PG01  24799.504420   5707.502340   7745.503222 999999.999999
+PG02 -22711.004427  12538.164500  -4280.232171    328.206995  8  6  8 139       
+PG03  12410.292747 -12130.020544  19614.926839    695.982799  6  6  7 118       
+PG04 -22273.300326   2344.256859 -14744.268031     76.020009  9 11 10 107       
+PG05 -18747.780941   5371.542776  18056.991313   -137.773719  9  8  7 122       
+PG06  14651.936292  -7293.809032  21049.664770   -221.590718  6  6  6 112       
+PG07  -7429.933263 -12970.111181  21951.213509      6.994429  8  7  5 114       
+PG08 -16842.932169  -5232.570136  20057.228253      7.633834  8  9 10 130       
+PG09 -11166.676011  19843.325414 -14212.539696     71.064018  7 11  5 126       
+PG10 -24905.789768  -7641.949214   5882.601840    -70.376192  5  7  5 130       
+PG11   8710.818565 -22853.448609 -10239.724658   -139.021865  8  6  7 128       
+PG12  -1427.466194  15539.704481 -21488.115136    -15.078218  7  7  5 118       
+PG13  -5353.641833 -24693.476681   7955.586903    276.889335  8  8  7 118       
+PG14  13625.021394  10786.313721 -19971.672097    141.138815  6  8  8  99       
+PG15  -4758.025230  24019.968373  10086.338078   -138.771691 10  8  7 130       
+PG16  20240.138980  -2744.547063  17172.296526   -161.841664  9  8  9 122       
+PG17 -14143.799239 -11447.377419 -19292.453071    184.214423  7  8  6  79       
+PG18  19243.696579  16584.080382   8686.927084    129.499231  5  7  7 111       
+PG19   8963.011028 -21273.475456  12824.758680   -125.865428 10  9  8 132       
+PG20  -3113.866747 -17396.863451 -19992.997385     48.825882  9  6  8 125       
+PG21   9765.901016  12723.310270  21579.698371   -134.325759  5  5  5 103       
+PG22  24312.114309  10685.116360  -1623.555800    150.890446  8  8  6 115       
+PG23   1065.214075 -26001.382243  -4296.164984    316.366527  9  9  8 108       
+PG24   9274.803918 -19060.271807 -15775.484572    377.945035 14 12 10  88       
+PG25  13038.631803  17483.822295 -15184.487377     -0.962666  8  8  6 137       
+PG26 -11927.135621  14144.999463  18296.833029   -160.275928  7  7  5 113       
+PG27 -16293.328833  19020.607957  -7692.399436    251.248760  8 10  9 130       
+PG28 -22909.482374 -13607.309843   2242.466468     28.624479  7 10  7  71       
+PG29   4493.256567  25795.365478   4661.862929    196.534891  7  6  7 132       
+PG30  24146.879568   2117.709095  10484.411836    333.513782  5  8  7 127       
+PG31  22646.245443  -4960.078983 -12946.564522     60.541174  7  8 10 104       
+PG32   6276.746133 -13907.356504 -21468.187213   -226.262315  8  8  7 119       
+*  2011  4  1  2 45  0.00000000
+PG01  25394.535598   6196.890017   5008.429837 999999.999999
+PG02 -22396.723486  11863.244077  -7019.809743    328.209067  8  6  7 140       
+PG03  13106.539404  -9837.454545  20441.181078    695.987693  6  6  7 118       
+PG04 -20980.144110   1140.431771 -16653.668969     76.029435  8 10  9  99       
+PG05 -20496.246068   4450.949014  16336.221837   -137.778956  9  8  7 121       
+PG06  15111.924728  -4929.881321  21429.703744   -221.695988  6  6  6 108       
+PG07  -5404.103952 -14418.381847  21619.585589      6.995266  8  6  5 105       
+PG08 -14884.615367  -6499.311156  21157.628013      7.633239  7  9  8 128       
+PG09 -12364.519723  20598.415130 -11859.761576     71.065370  6 11  5 133       
+PG10 -25287.047194  -8096.166038   3132.910367    -70.375703  5  7  5 129       
+PG11   9683.876961 -23375.633970  -7791.115400   -139.024473  7  6  7 115       
+PG12  -3703.423099  14547.653793 -21891.216466    -15.075787  8  7  6 112       
+PG13  -5213.607130 -25466.530793   5170.720766    276.887939  8  8  7 115       
+PG14  13674.217790  13014.376624 -18584.526326    141.141077  7  7  8 117       
+PG15  -5185.744699  22767.331100  12507.990137   -138.768802 10  8  7 124       
+PG16  21847.622205  -1850.119604  15234.151509   -161.844423  9  8  9 120       
+PG17 -14210.893352 -13591.481283 -17825.488931    184.214576  7  8  7 107       
+PG18  18142.338833  16376.405090  11151.049545    129.501252  5  7  7 101       
+PG19   9240.529878 -19676.140756  15022.881752   -125.868962  9  9  8 134       
+PG20   -921.226016 -16651.603769 -20831.637109     48.826064  9  6  8 130       
+PG21   7814.958977  14106.480961  21457.113844   -134.327452  6  4  4 104       
+PG22  24214.802184  11004.852212   1165.866208    150.889808  7  8  7 110       
+PG23   1394.812120 -25376.161720  -7079.610769    316.364189 10  9  8 120       
+PG24  10822.905735 -19818.223885 -13703.961653    377.948257 13 11 11  48       
+PG25  11270.991947  16933.296936 -17102.135849     -0.962988  8  8  6 117       
+PG26 -12144.635949  11855.422723  19718.919952   -160.285500  6  7  4 112       
+PG27 -17055.762978  19359.414380  -4901.714852    251.251537  6  9  9 127       
+PG28 -22504.207380 -13626.999116   5068.644140     28.626775  7  9  6 110       
+PG29   4275.890446  26176.520746   1839.144091    196.537573  8  6  7 124       
+PG30  25093.386577   2734.441220   7904.092415    333.517044  5  8  7 128       
+PG31  21419.670731  -3877.946372 -15158.846310     60.545279  7  8  9  90       
+PG32   8486.406852 -12700.236127 -21420.634151   -226.268741  8  8  7 132       
+*  2011  4  1  3  0  0.00000000
+PG01  25719.036001   6546.379935   2185.672227 999999.999999
+PG02 -21884.026395  10974.431450  -9634.946101    328.210981  7  6  7 142       
+PG03  13927.559595  -7510.352858  20901.009987    695.991781  6  6  7 124       
+PG04 -19596.514634   -253.512937 -18284.412619     76.038788  8 10  9 115       
+PG05 -22091.078199   3692.762029  14335.114087   -137.784199  8  8  7 115       
+PG06  15690.473867  -2571.623415  21446.002915   -221.801339  5  6  6 105       
+PG07  -3503.299894 -15937.853517  20915.215112      6.995979  8  7  5 106       
+PG08 -12915.201408  -7941.567761  21898.537361      7.633223  7  9  7 132       
+PG09 -13316.304736  21237.595627  -9308.156878     71.068865  6 11  5 128       
+PG10 -25400.697141  -8415.905552    330.324797    -70.376287  4  7  5 118       
+PG11  10473.937174 -23707.536602  -5207.141542   -139.027474  7  6  7 121       
+PG12  -6054.186885  13671.197187 -21916.950857    -15.073246  9  8  6 115       
+PG13  -5086.519670 -25925.061110   2296.279133    276.886542  8  9  7 116       
+PG14  13825.614854  15059.264649 -16875.043550    141.142924  7  7  8 109       
+PG15  -5725.737263  21280.791462  14712.660695   -138.765921 10  9  7 123       
+PG16  23284.436784  -1132.341473  13037.876866   -161.846844  9  8  9 115       
+PG17 -14363.052335 -15544.989259 -16051.103881    184.214369  7  8  7  84       
+PG18  16786.886245  16127.913924  13429.688799    129.503047  5  7  7  96       
+PG19   9620.317363 -17862.358190  16958.474820   -125.872469  9  9  8 138       
+PG20   1375.556008 -15990.161837 -21316.812969     48.826367  9  6  8 144       
+PG21   5954.015339  15565.364724  20976.785802   -134.329311  6  5  5  98       
+PG22  23842.136253  11214.534596   3935.379687    150.889103  6  7  7 110       
+PG23   1807.022842 -24462.679932  -9738.737806    316.361783 10  9  9 112       
+PG24  12133.205160 -20502.128357 -11392.675121    377.950579 13 11 11  98       
+PG25   9287.462187  16410.907571 -18725.985696     -0.963307  8  8  6 127       
+PG26 -12501.209275   9437.299576  20780.060434   -160.295158  6  7  4 114       
+PG27 -17554.829761  19519.331818  -2023.705359    251.253409  5  9  8 123       
+PG28 -21814.022551 -13548.539601   7809.867277     28.628915  6  9  6  91       
+PG29   4033.390716  26250.785688  -1015.125813    196.540285  8  6  7 128       
+PG30  25781.695366   3207.810747   5186.002594    333.519663  4  8  7 123       
+PG31  20071.438184  -2576.221145 -17109.230560     60.549790  7  8  9  92       
+PG32  10732.757570 -11615.526357 -20993.876433   -226.275250  8  8  7 117       
+*  2011  4  1  3 15  0.00000000
+PG01  25753.267893   6788.518868   -674.427049 999999.999999
+PG02 -21209.155276   9860.214560 -12079.492321    328.212843  7  6  7 141       
+PG03  14864.008675  -5196.498222  20986.855388    695.997198  6  6  7 121       
+PG04 -18163.827865  -1829.385897 -19608.964968     76.047979  8 10  8 109       
+PG05 -23491.527349   3083.921140  12088.189198   -137.789520  8  9  7 123       
+PG06  16377.007245   -263.934305  21098.917014   -221.906648  5  6  6 112       
+PG07  -1758.874922 -17489.886347  19849.653601      6.996855  8  7  5 108       
+PG08 -10980.515609  -9538.882249  22265.793206      7.633295  7  9  6 126       
+PG09 -14026.818829  21718.734697  -6599.587132     71.071132  6 11  6 131       
+PG10 -25230.964582  -8633.746851  -2477.840404    -70.375512  4  7  5 123       
+PG11  11096.784650 -23819.988015  -2532.312355   -139.030355  7  6  7 129       
+PG12  -8432.787843  12928.102860 -21564.340713    -15.070667  9  8  7 111       
+PG13  -4932.556833 -26064.754209   -617.884545    276.885100  8  9  8 116       
+PG14  14051.150772  16883.196202 -14873.452444    141.145143  7  7  8 109       
+PG15  -6399.425007  19596.288656  16662.344935   -138.763239  9  9  7 116       
+PG16  24510.706612   -575.272394  10620.961068   -161.849213  9  8  9 124       
+PG17 -14571.614443 -17273.923706 -14000.563109    184.215086  7  8  7  85       
+PG18  15191.428888  15874.486140  15485.216441    129.504679  5  7  7  99       
+PG19  10123.581809 -15871.563081  18598.343596   -125.875702  8  9  8 135       
+PG20   3735.048650 -15431.843547 -21440.223062     48.826268  9  7  8 133       
+PG21   4213.326021  17066.588064  20144.741816   -134.332163  6  5  5 106       
+PG22  23187.435436  11348.467425   6637.779338    150.888300  5  7  8 108       
+PG23   2332.624856 -23286.437841 -12227.045031    316.359486 10  9  9 118       
+PG24  13200.641930 -21071.072085  -8881.904839    377.952754 12 11 11  24       
+PG25   7119.496963  15949.703498 -20028.140906     -0.963643  7  8  6 128       
+PG26 -13005.426564   6943.488330  21461.075939   -160.304846  6  8  4 102       
+PG27 -17811.838493  19467.637888    890.123120    251.254639  5  9  7 130       
+PG28 -20839.220546 -13411.563975  10420.866270     28.631145  5  8  5  97       
+PG29   3728.755902  26022.487542  -3851.950483    196.542628  9  7  7 135       
+PG30  26187.997607   3567.366313   2377.935154    333.522280  3  8  7 124       
+PG31  18646.660218  -1058.660734 -18763.152668     60.554284  7  8  9  91       
+PG32  12967.992100 -10668.881688 -20194.418111   -226.281785  8  8  7 117       
+*  2011  4  1  3 30  0.00000000
+PG01  25485.665079   6959.285517  -3523.034708 999999.999999
+PG02 -20411.676711   8517.134184 -14310.536766    328.214964  6  6  7 133       
+PG03  15899.058415  -2941.683881  20698.121659    696.000705  6  7  7 118       
+PG04 -16722.425415  -3571.300436 -20604.727884     76.057264  8  9  8 109       
+PG05 -24661.533822   2604.375218   9634.117007   -137.794653  7  9  7 119       
+PG06  17153.813743   1950.925463  20394.850744   -222.011350  4  6  6 106       
+PG07   -194.905739 -19031.702597  18440.757515      6.997709  8  8  5 103       
+PG08  -9122.969087 -11262.766974  22251.458528      7.633442  7  9  4 135       
+PG09 -14508.974981  22002.595795  -3779.042040     71.072523  6 10  6 124       
+PG10 -24769.931605  -8785.074276  -5244.423427    -70.377240  4  7  5 125       
+PG11  11573.822357 -23689.211889    186.868424   -139.033084  7  7  7 113       
+PG12 -10789.976755  12328.133652 -20838.964715    -15.068184  9  8  7 121       
+PG13  -4712.296458 -25890.708524  -3521.397828    276.883795  8 10  8 112       
+PG14  14317.332587  18455.474029 -12614.933815    141.147438  7  6  8 115       
+PG15  -7221.469405  17754.705713  18323.559864   -138.760547  9  9  6 112       
+PG16  25491.709043   -156.007896   8024.478902   -161.851694  9  8  8 122       
+PG17 -14803.202819 -18751.435130 -11709.720884    184.214815  7  7  7 113       
+PG18  13377.363349  15649.564298  17283.650721    129.506342  6  7  7 103       
+PG19  10764.494393 -13747.764302  19914.655018   -125.879542  8  8  8 136       
+PG20   6112.917543 -14988.949797 -21199.615259     48.826525  9  7  9 127       
+PG21   2617.265568  18572.235407  18972.863173   -134.334777  7  6  5  95       
+PG22  22252.124376  11442.249728   9227.161060    150.887475  4  6  8 124       
+PG23   2997.095235 -21880.212625 -14501.201411    316.357592 10 10  9 129       
+PG24  14028.685042 -21485.653862  -6215.537654    377.955660 12 10 11 144       
+PG25   4804.918057  15577.382699 -20986.220639     -0.963923  7  8  6 131       
+PG26 -13657.001899   4428.534239  21750.189409   -160.314307  6  8  4 116       
+PG27 -17855.446065  19177.867020   3788.424384    251.256487  6  9  5  95       
+PG28 -19588.486062 -13255.694992  12858.927944     28.633044  5  8  5 115       
+PG29   3326.929268  25504.580777  -6622.533518    196.545012  9  7  7 142       
+PG30  26296.462811   3846.823612   -471.210441    333.525734  3  8  7 135       
+PG31  17190.543415    662.080254 -20091.034230     60.558620  6  8  8 102       
+PG32  15142.822839  -9867.917961 -19035.631187   -226.288403  8  8  7 104       
+*  2011  4  1  3 45  0.00000000
+PG01  24913.296878   7096.515022  -6311.641070 999999.999999
+PG02 -19532.827767   6950.102469 -16289.202165    328.216878  6  7  6 129       
+PG03  17009.028486   -788.067674  20041.119562    696.004328  6  7  7 120       
+PG04 -15310.124965  -5456.062543 -21254.413201     76.066156  7  8  7  91       
+PG05 -25571.031350   2228.049105   7015.050763   -137.799826  6  9  7 122       
+PG06  17996.701307   4034.725223  19346.120567   -222.116747  4  6  6 113       
+PG07   1172.579794 -20517.962853  16712.415221      6.998530  8  8  6  99       
+PG08  -7380.034217 -13077.585610  21854.066952      7.632625  7  8  4 123       
+PG09 -14783.246507  22054.448835   -893.981120     71.073360  7 10  7 113       
+PG10 -24017.859184  -8906.560200  -7923.148551    -70.378115  4  7  5 104       
+PG11  11931.065936 -23297.894284   2902.731995   -139.035995  7  8  7 120       
+PG12 -13075.948075  11872.727444 -19752.895945    -15.065519  9  9  8 113       
+PG13  -4388.440808 -25417.160186  -6364.251645    276.882492  8 10  8 110       
+PG14  14586.666877  19753.476388 -10138.965581    141.149587  7  6  8 106       
+PG15  -8199.038098  15800.372798  19667.914771   -138.757792  9  9  6 115       
+PG16  26199.124675    154.256418   5292.419517   -161.854146  9  7  8 117       
+PG17 -15021.142444 -19958.631898  -9218.366156    184.214953  7  8  6 106       
+PG18  11372.757959  15482.828023  18795.150313    129.508341  6  7  6 104       
+PG19  11549.520446 -11537.944438  20885.387030   -125.882690  7  8  8 132       
+PG20   8463.407614 -14666.342258 -20598.834367     48.826510  8  8  9 126       
+PG21   1183.515532  20041.134851  17478.841477   -134.337194  7  7  5 110       
+PG22  21045.754327  11531.242714  11659.671333    150.886897  4  6  8 112       
+PG23   3819.415985 -20282.797246 -16521.826390    316.355270  9 10  9 126       
+PG24  14629.006444 -21709.621904  -3440.264341    377.959749 11 10 11 164       
+PG25   2386.654183  15315.180869 -21583.741790     -0.964258  7  8  6 126       
+PG26 -14446.745733   1946.582255  21643.227860   -160.323808  5  8  5 103       
+PG27 -17720.240978  18630.885411   6620.965281    251.259542  7  8  5 111       
+PG28 -18078.619574 -13118.949931  15084.482100     28.635242  5  7  5  95       
+PG29   2796.357957  24718.145488  -9279.116974    196.547516  9  8  7 133       
+PG30  26099.779364   4082.513787  -3312.304486    333.529333  3  8  7 121       
+PG31  15746.659446   2564.694332 -21068.867946     60.563318  6  8  7 103       
+PG32  17208.296675  -9211.998556 -17537.556186   -226.295137  7  8  7  95       
+*  2011  4  1  4  0  0.00000000
+PG01  24042.015881   7238.263899  -8992.860438 999999.999999
+PG02 -18613.818524   5172.380029 -17981.346653    328.218721  5  7  6 120       
+PG03  18164.310998   1227.301100  19028.858702    696.009465  5  7  6 123       
+PG04 -13960.867807  -7453.831351 -21546.348236     76.075792  7  8  6  87       
+PG05 -26197.030710   1924.042801   4275.907148   -137.804657  5  9  7  98       
+PG06  18875.901086   5954.498426  17970.730476   -222.221737  4  6  5 108       
+PG07   2336.058444 -21902.463701  14694.161853      6.999419  8  9  6 110       
+PG08  -5782.897291 -14941.732466  21078.764672      7.631606  7  8  5 125       
+PG09 -14876.808207  21845.557783   2006.401417     71.076757  7  9  7 118       
+PG10 -22983.220173  -9034.616960 -10469.333742    -70.379546  4  7  5 108       
+PG11  12197.943607 -22636.019745   5567.323188   -139.038725  7  8  7 120       
+PG12 -15242.098451  11555.013914 -18324.523105    -15.062831  9  9  8 112       
+PG13  -3927.449834 -24666.868605  -9097.663925    276.880883  8 10  8 104       
+PG14  14819.246464  20763.335332  -7488.602446    141.151542  7  6  8  55       
+PG15  -9331.374858  13779.452908  20672.585070   -138.755214  8  8  6 106       
+PG16  26612.058549    388.941922   2470.975540   -161.856759  8  6  7 107       
+PG17 -15187.002675 -20885.106773  -6569.514108    184.215026  7  8  6 115       
+PG18   9211.487328  15399.014138  19994.454962    129.510348  7  7  6  93       
+PG19  12477.070281  -9290.365335  21494.661690   -125.886498  6  7  8 136       
+PG20  10740.885009 -14461.300193 -19647.775822     48.826376  8  8  9 131       
+PG21    -77.508042  21430.305184  15686.041703   -134.340350  7  7  6  95       
+PG22  19585.728812  11649.061478  13894.214248    150.886293  4  6  8 107       
+PG23   4811.151980 -18537.518772 -18254.183116    316.352907  9  9  9 126       
+PG24  15020.829363 -21711.399121   -604.718960    377.963255 11  9 11 108       
+PG25    -88.713611  15177.022118 -21810.401751     -0.964530  6  8  6 126       
+PG26 -15356.922322   -450.670946  21143.629164   -160.332989  5  8  5 112       
+PG27 -17445.140580  17815.654990   9339.498568    251.261998  8  8  5 133       
+PG28 -16333.986487 -13036.234980  17061.625588     28.637522  5  7  4  99       
+PG29   2110.423099  23691.583041 -11775.808876    196.549850  9  8  7 123       
+PG30  25599.371148   4311.757956  -6096.834318    333.531848  3  7  7 122       
+PG31  14355.278066   4619.813743 -21678.710180     60.567892  6  8  6  92       
+PG32  19117.618447  -8692.374846 -15726.552899   -226.301841  7  8  7 113       
+*  2011  4  1  4 15  0.00000000
+PG01  22886.286023   7421.177455 -11521.205996 999999.999999
+PG02 -17694.163606   3205.215954 -19358.154746    328.221035  4  7  6 111       
+PG03  19330.543254   3073.721980  17680.700087    696.013289  5  6  6 111       
+PG04 -12703.511847  -9529.032244 -21474.707266     76.084430  7  7  6  93       
+PG05 -26524.443586   1658.016355   1463.603599   -137.810180  4  8  7 105       
+PG06  19757.187879   7683.577072  16292.066199   -222.327162  4  6  5 102       
+PG07   3296.631495 -23139.890861  12420.686670      7.000205  7  9  6 113       
+PG08  -4355.344623 -16809.072323  19937.339465      7.632074  8  8  6 132       
+PG09 -14822.406106  21354.483274   4871.982621     71.078421  7  9  8 133       
+PG10 -21682.445263  -9203.872916 -12840.565911    -70.380521  4  7  4 103       
+PG11  12405.947981 -21701.432300   8133.309534   -139.041655  7  8  7 117       
+PG12 -17242.752217  11360.169030 -16578.255794    -15.060534  9 10  8 107       
+PG13  -3301.020366 -23670.189269 -11674.909398    276.879602  8 10  8 103       
+PG14  14974.429158  21480.280115  -4709.705351    141.153718  7  6  7  95       
+PG15 -10609.688306  11738.273691  21320.682567   -138.752654  8  8  5 106       
+PG16  26717.796843    584.633121   -392.197475   -161.859232  8  6  6 110       
+PG17 -15262.204736 -21529.144844  -3808.657217    184.215164  7  9  5 104       
+PG18   6932.164843  15416.923100  20861.270017    129.512089  7  7  5  92       
+PG19  13537.479502  -7052.847050  21732.959432   -125.889967  5  7  7 139       
+PG20  12901.382269 -14363.674480 -18362.245410     48.826792  8  8  8 122       
+PG21  -1162.958697  22696.516985  13623.262974   -134.342652  7  8  6  86       
+PG22  17896.746342  11826.147518  15893.107180    150.885379  5  6  7  94       
+PG23   5975.836167 -16690.598105 -19668.771626    316.350779  9  9  9 114       
+PG24  15229.978544 -21465.432414   2241.420410    377.967745 10  8 10 156       
+PG25  -2572.545856  15168.964117 -21662.256649     -0.964831  6  8  6 118       
+PG26 -16361.988693  -2715.890634  20262.259112   -160.342440  5  8  5 111       
+PG27 -17071.675374  16729.669357  11898.542326    251.265963  8  8  6 130       
+PG28 -14385.715904 -13037.977500  18758.584618     28.639557  5  7  4  92       
+PG29   1248.683842  22459.538470 -14069.384982    196.552471  9  8  8 126       
+PG30  24805.290220   4571.233173  -8777.708492    333.534606  4  7  7 126       
+PG31  13051.830460   6790.933528 -21909.067229     60.572390  6  8  5 110       
+PG32  20827.902563  -8292.677477 -13634.807195   -226.308688  6  7  8 112       
+*  2011  4  1  4 30  0.00000000
+PG01  21468.699046   7678.920810 -13853.828558 999999.999999
+PG02 -16810.112305   1077.169874 -20396.608339    328.223057  4  7  5 120       
+PG03  20469.973678   4727.803356  16021.884306    696.018620  5  6  6 122       
+PG04 -11560.814435 -11641.493911 -21039.663356     76.093918  7  6  7  28       
+PG05 -26546.616352   1393.706640  -1373.734596   -137.815113  3  8  7 117       
+PG06  20603.175697   9202.390999  14338.512695   -222.432459  4  6  5 109       
+PG07   4063.802127 -24187.558533   9931.240077      7.001074  7  9  6 111       
+PG08  -3112.931336 -18630.591221  18448.128045      7.631256  8  8  6 112       
+PG09 -14656.990443  20568.141697   7652.577956     71.080494  7  8  8 120       
+PG10 -20139.392915  -9445.725890 -14997.338125    -70.381373  5  6  3 114       
+PG11  12587.195272 -20500.091438  10554.899287   -139.044291  6  8  7 113       
+PG12 -19036.785921  11266.095068 -14544.117210    -15.057699  8 10  8 114       
+PG13  -2487.354952 -22463.872853 -14052.101970    276.878335  8 10  8 113       
+PG14  15012.542149  21908.637094  -1850.135819    141.155907  7  7  7  26       
+PG15 -12017.362188   9721.670426  21601.517518   -138.749831  7  8  5 110       
+PG16  26512.272360    779.506395  -3248.742028   -161.861986  8  6  6 119       
+PG17 -15209.632326 -21897.609614   -982.989148    184.215367  8  9  4 103       
+PG18   4576.907988  15548.646060  21380.591477    129.513669  7  8  5 101       
+PG19  14713.315178  -4871.087595  21597.215192   -125.893418  3  6  7 137       
+PG20  14904.090553 -14356.334417 -16763.725438     48.826571  8  8  8 123       
+PG21  -2077.574156  23797.913140  11324.389787   -134.344589  7  8  6  79       
+PG22  16009.982313  12088.474496  17622.677267    150.884693  5  6  7 111       
+PG23   7308.684319 -14789.419260 -20741.812459    316.348366  8  9  9 120       
+PG24  15287.672740 -20953.309956   5048.349456    377.971583 10  8 10 117       
+PG25  -5015.817706  15288.959202 -21141.792014     -0.965139  5  8  5 112       
+PG26 -17429.673284  -4807.798128  19017.052750   -160.351610  4  8  5  98       
+PG27 -16642.233279  15379.059298  14256.058607    251.268972  8  7  7 123       
+PG28 -12270.679525 -13148.938218  20148.116799     28.641888  4  6  4  92       
+PG29    197.885014  21061.589990 -16120.050169    196.554963  8  8  8 115       
+PG30  23735.798179   4895.392452 -11310.006839    333.536677  4  7  6 124       
+PG31  11865.567221   9035.632785 -21755.163216     60.576982  6  8  4  90       
+PG32  22301.775682  -7989.738327 -11299.705021   -226.315339  6  7  8 104       
+*  2011  4  1  4 45  0.00000000
+PG01  19819.198458   8040.731915 -15951.209326 999999.999999
+PG02 -15993.240652  -1176.851474 -21079.832037    328.224808  4  7  5 111       
+PG03  21542.959028   6174.109185  14082.953777    696.023676  5  6  6 126       
+PG04 -10548.643881 -13747.772522 -20247.454883     76.102903  7  6  7  19       
+PG05 -26265.554396   1094.517480  -4187.584698   -137.820677  2  7  7 121       
+PG06  21374.741465  10499.004837  12143.000072   -222.537695  4  5  5 109       
+PG07   4654.917564 -25007.065275   7268.950062      7.001990  7  9  6 113       
+PG08  -2062.472597 -20356.197784  16635.795254      7.629867  8  8  7 122       
+PG09 -14420.158486  19482.568225  10298.855965     71.083054  7  8  9 127       
+PG10 -18384.562891  -9787.024037 -16903.643630    -70.382319  5  6  3  92       
+PG11  12772.953414 -19046.006526  12788.745068   -139.047170  6  8  6 118       
+PG12 -20589.087247  11244.400538 -12257.230249    -15.055109  8 10  8 109       
+PG13  -1472.173114 -21089.639528 -16188.917769    276.877479  7 10  8 124       
+PG14  14896.545940  22061.490791   1041.069931    141.157850  7  7  7  82       
+PG15 -13530.477339   7771.403874  21510.750084   -138.746900  6  7  5 113       
+PG16  26000.222126   1011.698707  -6050.370740   -161.864470  7  5  5 111       
+PG17 -14995.184609 -22005.515825   1859.385762    184.215498  8 10  4 103       
+PG18   2189.976603  15799.040365  21542.967729    129.515626  7  9  5 106       
+PG19  15979.991431  -2787.087445  21090.799599   -125.896652  2  6  6 138       
+PG20  16712.744005 -14415.892268 -14879.048780     48.826481  7  9  8 118       
+PG21  -2833.390396  24695.627966   8827.928732   -134.346771  7  8  6 100       
+PG22  13962.041149  12456.434325  19053.791863    150.884048  5  6  7 112       
+PG23   8796.647337 -12880.778619 -21455.614417    316.345910  8  9  8 103       
+PG24  15229.110716 -20164.600482   7767.053500    377.974455 10  7 10 112       
+PG25  -7370.807866  15526.940847 -20257.884483     -0.965431  5  8  5 120       
+PG26 -18522.336552  -6692.574576  17432.500567   -160.360850  4  8  5 108       
+PG27 -16198.332581  13778.378509  16374.029009    251.272939  8  7  7 124       
+PG28 -10030.286503 -13387.238921  21207.854524     28.643903  4  7  4 103       
+PG29  -1047.313100  19540.755489 -17892.145123    196.557357  8  8  7 116       
+PG30  22416.659756   5314.996679 -13651.668185    333.540335  4  6  6 112       
+PG31  10818.468290  11307.048461 -21219.079966     60.581525  6  7  4 101       
+PG32  23508.759808  -7754.706985  -8763.089614   -226.322031  5  7  8 125       
+*  2011  4  1  5  0  0.00000000
+PG01  17974.040447   8530.149958 -17777.797701 999999.999999
+PG02 -15269.259950  -3516.799496 -21397.311062    328.226868  3  7  5 123       
+PG03  22509.527486   7405.474552  11899.089353    696.028920  5  6  5 107       
+PG04  -9675.451630 -15802.618723 -19110.361341     76.111777  7  5  8  72       
+PG05 -25691.829140    725.122068  -6929.841563   -137.825792  1  7  7 125       
+PG06  22032.525676  11569.374407   9742.483403   -222.642864  4  5  4 103       
+PG07   5094.297137 -25565.799284   4480.060247      7.003045  6  9  6 107       
+PG08  -1201.885141 -21936.605666  14530.981631      7.629672  9  7  7 128       
+PG09 -14152.464752  18103.340532  12763.282609     71.086382  7  7  9 133       
+PG10 -16454.081006 -10248.919704 -18527.521849    -70.382942  5  6  2 100       
+PG11  12992.203204 -17360.847322  14794.809064   -139.050005  6  8  6 123       
+PG12 -21871.789732  11261.641881  -9757.205444    -15.052732  8 10  7 114       
+PG13   -249.428375 -19592.584965 -18049.248646    276.875480  7 10  8 109       
+PG14  14593.594511  21960.023449   3914.532818    141.159938  7  8  7  74       
+PG15 -15118.623385   5924.712985  21050.430912   -138.744512  6  7  6 112       
+PG16  25195.030940   1317.675832  -8749.639999   -161.866936  7  6  5 115       
+PG17 -14589.214094 -21875.308791   4670.245304    184.215644  8 10  4 113       
+PG18   -183.671286  16165.474048  21344.693579    129.517547  7  9  4 111       
+PG19  17306.666348   -837.737052  20223.390542   -125.900183     5  6 137       
+PG20  18296.844589 -14513.680219 -12739.983440     48.826787  7  9  8 122       
+PG21  -3449.155808  25355.339912   6176.429060   -134.349666  7  8  6  80       
+PG22  11793.717451  12943.943814  20162.317131    150.883186  6  7  6 113       
+PG23  10418.795131 -11009.183763 -21798.823434    316.343596  7  8  8 101       
+PG24  15091.910559 -19097.380708  10350.201341    377.978457  9  6 10 109       
+PG25  -9592.739445  15865.232449 -19025.654883     -0.965701  5  8  5 125       
+PG26 -19598.544292  -8344.921268  15539.004895   -160.370130  4  8  5 111       
+PG27 -15778.985823  11950.091137  18218.928899    251.276618  8  7  7 119       
+PG28  -7709.134335 -13763.634359  21920.591136     28.646094  3  7  5 107       
+PG29  -2483.913734  17941.873408 -19354.784734    196.559979  7  8  7 121       
+PG30  20880.181262   5855.809666 -15764.110022    333.542356  5  6  5 122       
+PG31   9924.452310  13555.544189 -20309.762168     60.586066  6  7  3  90       
+PG32  24426.375520  -7554.411506  -6070.422187   -226.328879  4  7  8 109       
+*  2011  4  1  5 15  0.00000000
+PG01  15974.530222   9163.966055 -19302.585952 999999.999999
+PG02 -14657.085377  -5898.878421 -21344.983653    328.228771  3  7  5 107       
+PG03  23330.942088   8422.987317   9509.382247    696.032142  5  6  5 105       
+PG04  -8942.028705 -17760.536850 -17646.583516     76.121283  7  4  8  52       
+PG05 -24844.171776    253.016293  -9553.624548   -137.830962     7  6 119       
+PG06  22538.456083  12417.313840   7177.362291   -222.748214  4  5  4 110       
+PG07   5412.080674 -25838.231439   1613.104016      7.003500  6  8  6 113       
+PG08   -520.392920 -23325.221405  12169.819512      7.629063  9  7  8 113       
+PG09 -13893.665539  16445.632139  15001.073532     71.088888  7  7  9 118       
+PG10 -14388.489788 -10845.936208 -19841.551661    -70.383770  5  6  1  87       
+PG11  13270.296462 -15473.243480  16537.165948   -139.052461  5  8  5 116       
+PG12 -22865.233295  11280.777705  -7087.441728    -15.050161  8 10  7 115       
+PG13   1178.293934 -18019.479833 -19601.777730    276.873921  7  9  8 100       
+PG14  14076.433445  21632.562100   6721.355211    141.162112  7  9  6  82       
+PG15 -16745.967407   4213.056382  20228.932529   -138.741632  5  6  6 107       
+PG16  24118.265547   1730.659882 -11300.715533   -161.869278  6  6  5 114       
+PG17 -13967.796982 -21535.880125   7402.033204    184.215761  8 10  5 115       
+PG18  -2499.858129  16637.851769  20787.931652    129.519382  6 10  4 115       
+PG19  18657.382001    946.382201  19010.742035   -125.903673     5  6 133       
+PG20  19632.680796 -14616.944756 -10382.731595     48.826781  7  9  7 117       
+PG21  -3949.458966  25748.691223   3415.789603   -134.352000  6  8  6  85       
+PG22   9548.611263  13557.804092  20929.499724    150.882446  6  8  6 120       
+PG23  12147.012797  -9215.267742 -21766.552434    316.341514  7  7  8 103       
+PG24  14914.467902 -17758.430844  12752.998027    377.982659  9  6 10 112       
+PG25 -11641.310518  16279.262966 -17466.214762     -0.965966  4  8  5 126       
+PG26 -20614.777553  -9748.742859  13372.134663   -160.379501  4  9  6 115       
+PG27 -15419.208852   9923.791587  19762.105106    251.278902  7  7  7 112       
+PG28  -5353.559076 -14281.049912  22274.510691     28.648313  2  8  5 105       
+PG29  -4100.490314  16309.920849 -20482.415569    196.562535  6  7  7 120       
+PG30  19164.033987   6537.499809 -17612.776645    333.546282  5  6  5 119       
+PG31   9188.920589  15730.507253 -19042.884608     60.590644  6  7  4  89       
+PG32  25040.918549  -7352.901729  -3269.869539   -226.335772  4  7  8  99       
+*  2011  4  1  5 30  0.00000000
+PG01  13865.580073   9951.435089 -20499.613407 999999.999999
+PG02 -14168.196041  -8277.071031 -20925.212930    328.230692  3  7  6  90       
+PG03  23971.201820   9235.647276   6956.061885    696.037681  5  6  5 103       
+PG04  -8341.560529 -19577.380736 -15880.024038     76.130457  7  4  8  38       
+PG05 -23748.769308   -350.036434 -12014.063704   -137.836372  1  7  6 123       
+PG06  22857.239538  13054.174532   4490.846560   -222.854267  4  5  4 105       
+PG07   5642.843549 -25806.942855  -1281.968944      7.004443  6  8  7 119       
+PG08      0.904789 -24479.958724   9593.322105      7.630855  9  7  8 110       
+PG09 -13680.971496  14533.879392  16971.129155     71.089666  7  6  9 125       
+PG10 -12231.385904 -11585.280730 -20823.287158    -70.383572  5  7  1  97       
+PG11  13627.771453 -13417.800815  17984.721142   -139.055598  5  7  5 118       
+PG12 -23558.611501  11262.777134  -4294.353174    -15.047103  7  9  7 115       
+PG13   2799.710855 -16417.027458 -20820.470337    276.872723  6  9  8 110       
+PG14  13324.584795  21113.372345   9413.925268    141.164173  7  9  6  85       
+PG15 -18372.537238   2661.088662  19060.774971   -138.738820  5  6  7 110       
+PG16  22798.914800   2279.174280 -13660.120014   -161.871828  6  6  5 109       
+PG17 -13113.790368 -21021.358618  10008.623401    184.215927  7 10  5 114       
+PG18  -4716.649757  17198.925936  19880.755834    129.521150  5 10  4 109       
+PG19  19992.401203   2541.942456  17474.358593   -125.907049     5  5 134       
+PG20  20704.100572 -14690.214882  -7847.348544     48.826914  6  9  7 131       
+PG21  -4363.597123  25854.509436    594.459501   -134.354149  6  8  7 148       
+PG22   7271.647326  14297.336040  21342.267286    150.881550  5  8  5 120       
+PG23  13946.977892  -7534.378303 -21360.394716    316.339158  6  7  7 103       
+PG24  14734.301216 -16163.092088  14933.979163    377.987619  9  6 10 114       
+PG25 -13482.056211  16738.562092 -15606.310174     -0.966240  4  8  5 123       
+PG26 -21527.200829 -10897.439517  10971.807538   -160.388409  3  9  6 105       
+PG27 -15148.720288   7735.193722  20980.063895    251.282300  6  7  7 124       
+PG28  -3010.130549 -14934.399246  22263.361323     28.650354  2  8  5  91       
+PG29  -5877.426852  14688.334610 -21255.281157    196.564917  6  7  7 116       
+PG30  17309.908235   7372.783077 -19167.613979    333.548937  5  5  5 123       
+PG31   8608.656601  17782.200146 -17440.581993     60.595235  6  7  5  97       
+PG32  25347.878842  -7113.105365   -411.344176   -226.342427  3  7  8 108       
+*  2011  4  1  5 45  0.00000000
+PG01  11694.141616  10893.778061 -21348.393508 999999.999999
+PG02 -13806.304964 -10604.733884 -20146.645721    328.232711  3  7  6 112       
+PG03  24398.423106   9859.726813   4283.699148    696.042969  4  6  5 103       
+PG04  -7859.983550 -21211.927179 -13839.965681     76.139764  7  4  8  21       
+PG05 -22438.289546  -1106.724191 -14269.053027   -137.841392  1  7  6 125       
+PG06  22957.767726  13498.246879   1728.274995   -222.959077  4  6  3 111       
+PG07   5824.034740 -25463.344354  -4154.695847      7.005191  5  9  7 119       
+PG08    388.120806 -25364.900862   6846.654500      7.631785  9  7  8 111       
+PG09 -13547.385488  12401.063321  18636.925055     71.091568  7  6  9 133       
+PG10 -10027.950293 -12466.428895 -21455.630872    -70.383491  5  7  1  79       
+PG11  14079.378872 -11233.875702  19111.824537   -139.058595  5  7  5 116       
+PG12 -23950.279172  11168.317175  -1426.536898    -15.044759  7  9  6 101       
+PG13   4595.108376 -14830.144788 -21684.975097    276.871540  6  9  7  94       
+PG14  12325.276117  20441.246599  11946.689904    141.166330  6  9  6  79       
+PG15 -19955.669469   1285.908066  17566.350642   -138.736210  5  6  8 108       
+PG16  21272.361566   2985.760719 -15787.452496   -161.874340  5  6  5 132       
+PG17 -12017.638756 -20369.722314  12446.055183    184.216105  7 11  6 121       
+PG18  -6795.751392  17824.887474  18637.111224    129.522870  4 10  5 106       
+PG19  21269.688379   3933.528528  15641.084080   -125.910740     5  5 133       
+PG20  21503.007255 -14696.793246  -5177.088660     48.826772  6  8  6 129       
+PG21  -4724.226071  25659.770590  -2237.454462   -134.357290  5  8  7  85       
+PG22   5007.551440  15154.305310  21393.444139    150.880902  5  9  4 113       
+PG23  15779.377346  -5995.393248 -20588.325582    316.336833  6  6  7 112       
+PG24  14586.451955 -14334.794426  16855.731533    377.990787  9  6 10 115       
+PG25 -15087.490455  17207.996835 -13477.868264     -0.966557  4  8  5 118       
+PG26 -22293.412318 -11793.812698   8381.427662   -160.397671  3  9  6 111       
+PG27 -14990.867452   5424.931283  21854.677184    251.285094  6  7  7 127       
+PG28   -724.139677 -15710.688610  21886.571142     28.652510  2  9  6  99       
+PG29  -7787.484774  13117.401158 -21659.785420    196.567733  6  6  6 111       
+PG30  15362.047556   8366.832943 -20403.470643    333.552093  6  5  5 121       
+PG31   8172.086455  19663.589999 -15531.045807     60.599675  6  7  5  76       
+PG32  25351.988468  -6798.522911   2454.476689   -226.349365  4  7  8 110       
+*  2011  4  1  6  0  0.00000000
+PG01   9507.569058  11983.994251 -21834.257780 999999.999999
+PG02 -13567.344619 -12836.199927 -19023.967653    328.234809  3  8  6 114       
+PG03  24586.051885  10317.867694   1538.402602    696.046890  4  6  6 106       
+PG04  -7476.635762 -22627.366856 -11560.646601     76.149402  7  4  8  39       
+PG05 -20950.671702  -2033.118603 -16279.959039   -137.846844  1  8  5 126       
+PG06  22814.384999  13773.905480  -1063.605169   -223.064326  4  6  3 109       
+PG07   5994.301867 -24808.057839  -6955.014989      7.005941  5  9  8 120       
+PG08    673.357244 -25951.736961   3978.300260      7.633297  9  8  8  93       
+PG09 -13520.202642  10087.626197  19967.328961     71.093601  6  6  9 112       
+PG10  -7823.420833 -13480.998165 -21727.139146    -70.384137  5  7  2 108       
+PG11  14633.361913  -8964.160544  19898.763312   -139.061448  5  6  5 123       
+PG12 -24047.707906  10959.500017   1466.101153    -15.042217  6  8  6 113       
+PG13   6536.928744 -13300.330004 -22180.931639    276.869727  6  8  7 115       
+PG14  11074.080989  19657.941143  14276.886156    141.168483  6  9  6  84       
+PG15 -21451.566492     96.601404  15771.554711   -138.733711  5  6  8 119       
+PG16  19579.121866   3865.917312 -17646.069319   -161.876692  5  6  5 116       
+PG17 -10677.901538 -19621.283533  14673.230263    184.216238  7 11  6 120       
+PG18  -8703.786152  18486.221027  17076.685161    129.524558  4 10  5 108       
+PG19  22446.477909   5113.992089  13542.614573   -125.913845  1  5  5 136       
+PG20  22029.557324 -14600.313743  -2417.687097     48.826734  6  8  6 118       
+PG21  -5065.844672  25160.252868  -5029.155529   -134.359329  4  8  7  88       
+PG22   2799.338450  16113.140418  21081.879127    150.880288  5  9  4 115       
+PG23  17601.314426  -4619.802971 -19464.498725    316.334725  5  5  6 101       
+PG24  14502.003886 -12304.276503  18485.527317    377.992683  8  6 10 127       
+PG25 -16437.983809  17649.201832 -11117.453849     -0.966895  4  8  5 113       
+PG26 -22874.105652 -12449.605810   5647.004897   -160.406796  3  9  6 111       
+PG27 -14961.805576   3037.214357  22373.315207    251.286651  6  7  7 119       
+PG28   1461.874351 -16589.406731  21149.304478     28.654744  2  9  6 109       
+PG29  -9796.675833  11632.779079 -21688.746493    196.569967  5  6  6 111       
+PG30  13365.714924   9516.973466 -21300.425641    333.555100  6  5  5 125       
+PG31   7859.889823  21332.079531 -13347.996569     60.604184  6  7  5 116       
+PG32  25066.902169  -6374.887041   5277.127369   -226.356234  5  7  8 103       
+*  2011  4  1  6 15  0.00000000
+PG01   7351.972911  13206.991355 -21948.611548 999999.999999
+PG02 -13439.761261 -14928.328364 -17577.565054    328.236918  3  8  7 103       
+PG03  24513.865294  10637.956990  -1232.976922    696.051449  4  6  6 118       
+PG04  -7165.181401 -23792.653342  -9080.734017     76.158715  7  5  8  62       
+PG05 -19327.727948  -3137.861291 -18012.273594   -137.852024  2  8  5 119       
+PG06  22407.970614  13910.527650  -3837.389495   -223.169952  4  6  3 109       
+PG07   6191.772100 -23850.943995  -9634.171786      7.006830  5  9  8 114       
+PG08    893.221987 -26220.907023   1039.141690      7.633048  9  9  8 157       
+PG09 -13619.744740   7640.061429  20937.316048     71.096782  6  5  8 116       
+PG10  -5661.559970 -14612.918055 -21632.254038    -70.384723  5  7  3  53       
+PG11  15291.021785  -6653.142001  20332.121712   -139.064117  5  5  5 118       
+PG12 -23867.091628  10601.520210   4333.244726    -15.040031  6  7  5 117       
+PG13   8590.655499 -11864.176150 -22300.182440    276.868983  5  7  6  98       
+PG14   9575.249091  18806.520911  16365.221803    141.170625  6  9  5  70       
+PG15 -22816.903436   -905.899224  13707.328519   -138.730814  4  7  8 107       
+PG16  17763.395451   4927.299872 -19203.715832   -161.879295  5  5  5 113       
+PG17  -9101.482932 -18817.102429  16652.563657    184.216404  7 11  6 104       
+PG18 -10413.407649  19148.799574  15224.684460    129.526473  3 10  5 110       
+PG19  23480.871311   6084.492582  11214.944945   -125.917465  2  6  5 136       
+PG20  22292.049752 -14366.305495    383.412234     48.827302  5  8  6 119       
+PG21  -5423.178023  24360.841712  -7730.176150   -134.361584  4  8  7  88       
+PG22    686.866177  17151.437198  20412.483228    150.879213  4 10  4 111       
+PG23  19367.850169  -3421.090128 -18008.945231    316.332303  4  5  6 107       
+PG24  14506.779865 -10108.531499  19795.861934    377.995970  8  6  9 128       
+PG25 -17522.343809  18022.148143  -8565.644863     -0.967203  4  7  5 105       
+PG26 -23234.580982 -12884.714886   2816.278251   -160.415869  3  9  6  94       
+PG27 -15069.948362    618.388252  22528.913466    251.289385  6  6  6 120       
+PG28   3509.509713 -17543.191361  20062.455162     28.656891  3  9  6  93       
+PG29 -11865.408261  10264.212530 -21341.535250    196.572691  5  6  5 106       
+PG30  11365.643340  10812.662496 -21844.043519    333.558172  6  5  4 126       
+PG31   7645.935176  22751.067209 -10930.043490     60.608840  6  7  6  91       
+PG32  24514.531016  -5811.715739   8007.300907   -226.363107  6  7  8 111       
+*  2011  4  1  6 30  0.00000000
+PG01   5270.624153  14540.030587 -21689.096850 999999.999999
+PG02 -13405.099995 -16841.945676 -15833.104874    328.238918  3  9  7  87       
+PG03  24168.731729  10851.831165  -3983.620512    696.057286  4  6  6 108       
+PG04  -6894.778404 -24683.654347  -6442.700571     76.167977  7  5  7  45       
+PG05 -17613.608347  -4421.636622 -19436.200528   -137.857258  2  8  5 120       
+PG06  21726.793503  13941.223575  -6545.788887   -223.275589  5  5  3 110       
+PG07   6452.359536 -22610.775148 -12145.597776      7.007562  5  8  8 122       
+PG08   1087.147139 -26162.402309  -1918.524264      7.634354  9  9  8 150       
+PG09 -13858.392034   5109.233236  21528.556235     71.098488  5  5  8 114       
+PG10  -3583.170909 -15838.895507 -21171.455876    -70.385158  4  7  4  98       
+PG11  16046.586398  -4345.499129  20405.000376   -139.066757  5  5  6 116       
+PG12 -23432.618781  10064.213804   7125.071676    -15.037331  5  6  5 115       
+PG13  10715.962794 -10552.084296 -22040.887606    276.867341  5  7  6  90       
+PG14   7841.715178  17929.673391  18176.497166    141.172468  6  9  5  77       
+PG15 -24010.424450  -1728.645135  11409.124423   -138.728168  5  7  9 110       
+PG16  15871.479483   6169.219555 -20433.098223   -161.881756  5  6  5 113       
+PG17  -7303.556279 -17997.386777  18350.580811    184.216693  6 10  7 115       
+PG18 -11904.202189  19775.183776  13111.514931    129.528293  4 10  6 102       
+PG19  24333.404720   6854.227727   8697.758944   -125.920959  3  7  5 136       
+PG20  22306.508566 -13963.701780   3177.870210     48.827171  5  7  6 122       
+PG21  -5829.531100  23275.463124 -10291.420704   -134.363971  3  8  7 102       
+PG22  -1294.492404  18240.732788  19396.175163    150.878866  4 10  4 111       
+PG23  21033.620031  -2404.424574 -16247.184000    316.329850  4  5  6  97       
+PG24  14620.265896  -7789.523323  20764.888294    377.999184  8  6  9 126       
+PG25 -18338.075633  18286.789630  -5866.337002     -0.967518  5  7  5 101       
+PG26 -23346.053575 -13126.115073    -62.137742   -160.425169  4  9  6 105       
+PG27 -15315.699632  -1784.558509  22319.980901    251.292224  7  6  6 127       
+PG28   5385.754320 -18538.755485  18642.572507     28.659000  3 10  6 106       
+PG29 -13949.862208   9034.486695 -20624.095185    196.575232  4  7  5 104       
+PG30   9404.522637  12235.762869 -22025.557943    333.560336  6  5  4 128       
+PG31   7498.498846  23891.271832  -8319.946866     60.613272  6  7  6 106       
+PG32  23724.064483  -5083.695219  10597.745595   -226.370108  6  7  8  95       
+*  2011  4  1  6 45  0.00000000
+PG01   3302.467467  15953.472350 -21059.658923 999999.999999
+PG02 -13438.852465 -18543.127592 -13821.043988    328.240948  4  9  7 102       
+PG03  23545.108168  10993.861075  -6667.483751    696.062656  5  5  6 105       
+PG04  -6631.446124 -25284.055205  -3692.110666     76.177907  7  5  7           
+PG05 -15853.186757  -5876.952105 -20527.166638   -137.862536  2  8  5 125       
+PG06  20767.105098  13901.423813  -9142.413020   -223.380905  5  5  3 106       
+PG07   6808.168395 -21114.567359 -14445.744542      7.008563  6  8  8 129       
+PG08   1295.582465 -25776.183197  -4842.009412 999999.999999
+PG09 -14239.962328   2548.497913  21729.850948     71.101397  5  5  7 123       
+PG10  -1624.715581 -17129.163790 -20351.330498    -70.386225  4  7  5  87       
+PG11  16887.385572  -2084.510459  20117.092682   -139.069656  5  5  6 123       
+PG12 -22775.441513   9323.426501   9793.145874    -15.034836  4  6  5 117       
+PG13  12868.086512  -9387.222180 -21407.542288    276.865896  5  6  6  95       
+PG14   5894.787612  17068.053443  19680.160983    141.175004  6  9  5  84       
+PG15 -24994.468678  -2386.193998   8916.301330   -138.725200  5  6  9 116       
+PG16  13950.102859   7582.459830 -21312.384750   -161.884410  5  7  5 118       
+PG17  -5307.185071 -17199.935861  19738.453948    184.216617  6 10  7 118       
+PG18 -13163.341958  20326.082178  10772.360911    129.529869  4 10  6  92       
+PG19  24968.530146   7439.867269   6033.772373   -125.924414  4  8  5 137       
+PG20  22095.972267 -13366.233545   5917.293798     48.827323  5  7  6 125       
+PG21  -6315.188865  21926.639778 -12666.200690   -134.366138  3  8  7  92       
+PG22  -3115.010159  19347.522655  18049.734007    150.877984  4 10  4 106       
+PG23  22554.465095  -1566.679759 -14209.752993    316.327814  3  5  6 121       
+PG24  14854.802164  -5392.725589  21376.742995    378.000899  8  6  9 130       
+PG25 -18891.313188  18404.722815  -3065.989326     -0.967790  6  7  5 108       
+PG26 -23186.719414 -13206.556365  -2939.569043   -160.434456  4  9  6 109       
+PG27 -15691.468140  -4125.490965  21750.554929    251.294698  7  6  6 125       
+PG28   7064.061300 -19538.048101  16911.714865     28.661237  5 10  6 106       
+PG29 -16003.541030   7958.666649 -19548.842648    196.577835  4  7  5 108       
+PG30   7521.572321  13761.090829 -21841.984408    333.563349  6  6  4 127       
+PG31   7381.714955  24731.767376  -5563.801159     60.617950  6  7  6  89       
+PG32  22730.728684  -4171.838376  13004.092503   -226.377152  7  7  8 106       
+*  2011  4  1  7  0  0.00000000
+PG01   1480.798663  17411.797162 -20070.513406 999999.999999
+PG02 -13511.530609 -20004.279063 -11576.079032    328.242844  5  9  7 100       
+PG03  22645.263654  11099.472299  -9239.999699    696.066458  5  5  6  90       
+PG04  -6339.580950 -25585.973314   -876.827350 999999.999999
+PG05 -14090.428350  -7488.236339 -21266.248429   -137.867892  3  9  5 122       
+PG06  19533.444536  13827.375901 -11582.553211   -223.486300  5  5  3  93       
+PG07   7286.056934 -19396.599590 -16494.855867      7.009517  6  8  8 129       
+PG08   1558.143500 -25072.194432  -7679.270044 999999.999999
+PG09 -14759.470506     11.710324  21537.402045     71.102953  5  5  7 113       
+PG10    182.914446 -18448.493148 -19184.545392    -70.388260  3  7  5  71       
+PG11  17794.321906     89.462662  19474.620364   -139.072552  5  5  6 120       
+PG12 -21932.384568   8362.145646  12291.278717    -15.032094  4  6  5 112       
+PG13  14999.367048  -8384.765289 -20410.897407    276.864714  5  5  6 100       
+PG14   3763.528275  16258.719182  20850.794109    141.176879  7  9  4  59       
+PG15 -25736.369232  -2899.847017   6271.460825   -138.722761  5  6  9 110       
+PG16  12044.742707   9149.424422 -21825.625915   -161.886884  6  7  5 126       
+PG17  -3142.653436 -16458.684755  20792.471096    184.216799  5 10  6 112       
+PG18 -14185.958285  20761.920209   8246.664596    129.531739  4  9  6  93       
+PG19  25355.957751   7864.713610   3268.038838   -125.927946  5  8  6 136       
+PG20  21689.515648 -12553.650615   8554.089984     48.827313  5  6  6 126       
+PG21  -6905.938645  20344.683815 -14811.229781   -134.368791  3  7  7  92       
+PG22  -4751.556778  20434.485181  16395.558637    150.877302  5 10  5 114       
+PG23  23889.017912   -896.765094 -11931.671017    316.325533  2  5  6 123       
+PG24  15215.069303  -2965.541600  21621.762535    378.004420  8  6  9 140       
+PG25 -19196.423474  18340.795353   -212.823734     -0.968127  6  7  5 107       
+PG26 -22742.548973 -13163.086484  -5768.049922   -160.443752  5  9  6 121       
+PG27 -16181.960441  -6360.584489  20830.107486    251.296769  8  6  7 119       
+PG28   8525.207619 -20499.616302  14897.225159     28.663296  5 10  6 110       
+PG29 -17978.937750   7043.649576 -18134.448958    196.580332  3  8  5 108       
+PG30   5751.247222  15357.222719 -21296.162464    333.565522  6  6  4 133       
+PG31   7257.193524  25260.687044  -2710.158753     60.622261  6  7  7  92       
+PG32  21574.337925  -3064.376095  15185.599503   -226.384000  7  7  7 106       
+*  2011  4  1  7 15  0.00000000
+PG01   -167.843810  18874.866107 -18738.012575 999999.999999
+PG02 -13589.923176 -21204.977581  -9136.547433    328.244745  6  9  8  96       
+PG03  21479.227496  11203.654913 -11658.736410    696.071038  5  5  5  96       
+PG04  -5983.559413 -25590.252868   1953.846381 999999.999999
+PG05 -12366.800362  -9232.252578 -21640.507158   -137.873248  3  9  5 116       
+PG06  18038.640612  13754.606211 -13823.952435   -223.591732  5  5  3 111       
+PG07   7906.419907 -17497.160581 -18257.663289      7.010124  6  7  7 125       
+PG08   1911.796507 -24069.976635 -10379.927269      7.635645  9  9  8 109       
+PG09 -15403.282623  -2448.793577  20954.902045     71.103863  5  6  6 124       
+PG10   1815.426759 -19757.431501 -17689.729426    -70.388773  3  7  6  95       
+PG11  18742.613220   2140.354143  18490.135024   -139.075235  4  6  7 121       
+PG12 -20944.446982   7171.350923  14576.343366    -15.029943  4  6  4 115       
+PG13  17060.907783  -7551.447257 -19067.785090    276.863481  5  5  6 106       
+PG14   1483.846308  15533.715552  21668.515554    141.179036  7  9  4  49       
+PG15 -26209.673406  -3296.630678   3519.734343   -138.720082  6  6  9 107       
+PG16  10197.986509  10844.615700 -21963.083597   -161.889070  6  8  6 112       
+PG17   -846.528822 -15802.401928  21494.431613    184.216714  5  9  6 111       
+PG18 -14975.213639  21044.459151   5577.507718    129.533795  5  8  7 100       
+PG19  25471.811790   8157.622002    447.227254   -125.931478  6  9  5 131       
+PG20  21121.040692 -11512.719762  11042.316157     48.827681  5  6  6 129       
+PG21  -7621.785943  18566.559360 -16687.546468   -134.371119  3  7  7 101       
+PG22  -6188.303488  21461.870316  14461.334949    150.876539  6 10  5 112       
+PG23  25000.185823   -376.257685  -9451.839834    316.323253  2  6  6 116       
+PG24  15697.886048   -555.666845  21496.589861    378.006210  8  7  9 137       
+PG25 -19275.299769  18064.600045   2644.007762     -0.968462  7  6  5 106       
+PG26 -22007.791686 -13035.460770  -8501.035656   -160.452629  5  8  6 105       
+PG27 -16764.740145  -8449.698754  19573.404609    251.300715  8  6  7 124       
+PG28   9757.900877 -21380.127547  12631.422798     28.665319  6  9  5  95       
+PG29 -19829.251168   6288.047702 -16405.508323    196.582750  3  7  5 106       
+PG30   4122.118545  16987.533331 -20396.727282    333.568221  7  6  4 131       
+PG31   7085.737362  25475.570319    190.884491     60.627037  6  7  7  85       
+PG32  20297.702988  -1757.351649  17105.801144   -226.390794  8  7  7  97       
+*  2011  4  1  7 30  0.00000000
+PG01  -1624.530660  20299.375858 -17084.410034 999999.999999
+PG02 -13638.486654 -22132.554213  -6543.789607    328.246774  6  8  8  88       
+PG03  20064.469696  11339.514911 -13884.004919    696.075126  5  5  5  97       
+PG04  -5529.362711 -25306.422244   4750.074894     76.206261  8  5  6 120       
+PG05 -10719.786249 -11078.814071 -21643.225893   -137.878414  4  9  6 116       
+PG06  16303.505768  13716.405754 -15827.549312   -223.697319  5  5  3 116       
+PG07   8682.237794 -15461.074890 -19703.992381      7.011072  6  7  7 129       
+PG08   2389.160588 -22797.892155 -12896.244896      7.635408  9  8  8 109       
+PG09 -16149.658411  -4784.145488  19993.442118     71.106251  6  6  5 130       
+PG10   3255.914923 -21013.734016 -15891.251790    -70.391171  3  7  6  84       
+PG11  19702.770916   4037.578192  17182.195933   -139.078108  5  6  7 124       
+PG12 -19855.157709   5750.550432  16609.026361    -15.027122  4  6  4 113       
+PG13  19004.289179  -6885.435507 -17400.851099    276.861840  5  4  6  81       
+PG14   -902.662063  14918.856870  22119.306030    141.181069  7  8  4  79       
+PG15 -26395.139110  -3608.062566    708.032303   -138.717377  6  7  9 113       
+PG16   8448.002899  12635.430337 -21721.459981   -161.891478  7  9  6 120       
+PG17   1539.511092 -15253.588031  21831.962375    184.216933  5  8  6  98       
+PG18 -15542.062210  21138.401398   2810.901285    129.535140  5  8  7  99       
+PG19  25299.559583   8351.720848  -2381.119872   -125.934807  7  9  5 139       
+PG20  20427.883134 -10237.956986  13338.510111     48.827293  5  5  6 132       
+PG21  -8475.925705  16634.465468 -18261.334342   -134.373787  3  6  6 100       
+PG22  -7417.153624  22389.002161  12279.612966    150.875632  6  9  6 106       
+PG23  25856.479155     19.693325  -6812.396328    316.321108  2  7  6 117       
+PG24  16292.322115   1790.543705  21004.173603    378.009367  9  7  9 142       
+PG25 -19156.371367  17551.795602   5455.273354     -0.968833  7  6  5 105       
+PG26 -20985.184332 -12864.498545 -11094.056414   -160.461697  5  8  6 110       
+PG27 -17411.035598 -10357.628613  18000.320388    251.304535  9  6  8 119       
+PG28  10759.105805 -22136.003465  10151.206938     28.667515  6  9  5 102       
+PG29 -21510.084011   5682.405837 -14392.097936    196.585303  4  7  5 109       
+PG30   2655.967804  18611.432341 -19158.009858    333.571206  7  6  4 133       
+PG31   6829.085042  25383.342685   3088.620441     60.631350  6  7  7  89       
+PG32  18944.962542   -254.901716  18733.057610   -226.397415  8  7  7 105       
+*  2011  4  1  7 45  0.00000000
+PG01  -2878.503210  21640.455335 -15137.524736 999999.999999
+PG02 -13620.819009 -22782.396082  -3841.481541    328.249081  7  8  8  85       
+PG03  18425.329341  11536.916244 -15879.415073    696.078544  6  5  5 110       
+PG04  -4946.153852 -24752.310741   7462.426190     76.216018  8  5  6  52       
+PG05  -9181.559919 -12991.775879 -21274.043612   -137.883805  5  9  6 110       
+PG06  14356.229018  13742.398974 -17558.182341   -223.802644  6  4  3 115       
+PG07   9618.429644 -13336.067889 -20809.269584      7.012150  6  6  7 131       
+PG08   3017.001163 -21292.001365 -15184.039747      7.636361  9  8  8 109       
+PG09 -16969.656119  -6950.735650  18671.241715     71.108121  6  6  5 133       
+PG10   4495.369089 -22173.931806 -13818.897133    -70.391014  4  6  6 113       
+PG11  20641.769285   5756.977083  15574.937513   -139.080965  5  7  7 123       
+PG12 -18708.851569   4107.981955  18354.503060    -15.024821  4  6  4 114       
+PG13  20783.276380  -6376.536580 -15438.197296    276.860452  5  5  6 104       
+PG14  -3350.086625  14432.752703  22195.244793    141.183236  7  8  4  84       
+PG15 -26281.470787  -3868.748466  -2115.733578   -138.714749  6  8  9 118       
+PG16   6827.181347  14483.246538 -21104.018263   -161.894186  8  9  6 116       
+PG17   3970.046822 -14827.617107  21798.749211    184.217368  4  8  5 100       
+PG18 -15904.701388  21012.915985     -5.007375    129.537157  4  7  7  92       
+PG19  24830.680830   8482.979122  -5169.338534   -125.938067  8  9  5 143       
+PG20  19649.289419  -8732.061687  15402.482615     48.827790  6  5  6 135       
+PG21  -9474.018147  14594.205017 -19504.614115   -134.376218  3  6  6 107       
+PG22  -8437.880812  23175.840124   9887.297431    150.875164  7  9  6  93       
+PG23  26433.137840    321.225598  -4058.024268    316.318669  4  7  5 113       
+PG24  16980.118189   4029.642768  20153.663933    378.011907  9  7  9 143       
+PG25 -18873.368686  16785.202002   8172.514272     -0.969188  8  5  5  99       
+PG26 -19685.866246 -12690.443252 -13505.311222   -160.470744  6  8  6  99       
+PG27 -18086.772237 -12055.194625  16135.604642    251.307606  9  7  9 120       
+PG28  11534.070029 -22725.109878   7497.567252     28.669378  6  9  4 100       
+PG29 -22981.056227   5209.743875 -12129.238837    196.587949  5  6  5 112       
+PG30   1367.125006  20185.758973 -17599.864697    333.573100  7  6  4 128       
+PG31   6451.607423  24999.933513   5932.655663     60.635725  6  7  7  89       
+PG32  17559.904138   1430.779362  20040.999457   -226.404113  8  6  6 105       
+*  2011  4  1  8  0  0.00000000
+PG01  -3927.421043  22853.344840 -12930.306859 999999.999999
+PG02 -13501.163065 -23157.963590  -1074.946184    328.250910  7  8  8 113       
+PG03  16592.213864  11821.257999 -17612.377527    696.082903  6  5  5 108       
+PG04  -4207.739024 -23953.336330  10042.815346     76.225621  8  6  6  97       
+PG05  -7777.870913 -14930.267150 -20538.982863   -137.889355  6  9  7 123       
+PG06  12231.486368  13857.252772 -18985.240281   -223.908030  6  4  2 107       
+PG07  10711.533533 -11171.035297 -21554.921917      7.012744  5  6  6 129       
+PG08   3814.979189 -19594.641192 -17203.502229      7.637342  9  8  8 122       
+PG09 -17828.355282  -8911.765594  17013.211018     71.110158  7  6  5 120       
+PG10   5532.885462 -23194.982742 -11507.435808    -70.392599  5  6  6  87       
+PG11  21524.353973   7281.499023  13697.542028   -139.083814  5  7  7 124       
+PG12 -17548.934382   2260.472862  19783.025477    -15.022246  5  5  4 117       
+PG13  22355.458112  -6006.723970 -13212.938075    276.859038  5  6  6  96       
+PG14  -5809.740665  14086.113063  21894.656123    141.185394  7  7  4  95       
+PG15 -25865.767574  -4114.864013  -4903.443302   -138.712174  7  8  9 113       
+PG16   5360.995687  16344.764991 -20120.588695   -161.896724  9  9  7 113       
+PG17   6397.433139 -14532.153392  21394.678565    184.217601  4  7  4  91       
+PG18 -16087.729760  20643.018839  -2820.797233    129.539127  4  6  8  97       
+PG19  24065.053456   8588.672937  -7870.396904   -125.941666  8  9  5 136       
+PG20  18824.824800  -7006.032253  17198.055777     48.828098  6  5  5 132       
+PG21 -10613.802301  12493.415994 -20395.787141   -134.378177  3  5  5 103       
+PG22  -9257.966993  23784.540075   7325.057111    150.874200  7  8  7  88       
+PG23  26713.017478    562.429051  -1235.235009    316.316574  5  8  5 119       
+PG24  17736.393627   6122.535351  18960.210332    378.014522  9  8  9 138       
+PG25 -18463.892178  15755.627006  10748.884979     -0.969549  8  5  5  98       
+PG26 -18129.012927 -12551.380135 -15696.202814   -160.480034  6  8  6 107       
+PG27 -18753.800194 -13520.139533  14008.602218    251.309916  9  7  9 120       
+PG28  12096.038272 -23108.442250   4715.000372     28.671580  6  8  4 110       
+PG29 -24207.269976   4846.401462  -9656.268231    196.590327  5  5  5 117       
+PG30    262.075456  21666.289594 -15747.423472    333.575842  7  5  4 126       
+PG31   5921.888614  24349.552844   8673.814410     60.640203  7  7  7  76       
+PG32  16184.338539   3279.783167  21008.867823   -226.410957  8  7  6 106       
+*  2011  4  1  8 15  0.00000000
+PG01  -4777.284037  23895.094320 -10500.309772 999999.999999
+PG02 -13245.886363 -23270.524947   1709.548593    328.253340  8  8  8 103       
+PG03  14600.598437  12212.426023 -19054.550901    696.085778  7  4  4 120       
+PG04  -3293.848772 -22941.491365  12445.432091     76.235211  7  6  7  97       
+PG05  -6527.183768 -16850.118388 -19450.369027   -137.894590  7  9  7 122       
+PG06   9969.298770  14079.578791 -20083.244621   -224.013297  6  3  2 105       
+PG07  11949.725199  -9014.285593 -21928.664553      7.013746  6  6  6 117       
+PG08   4794.707533 -17752.770599 -18919.909005      7.638040  9  8  8 120       
+PG09 -18686.337663 -10638.495804  15050.363721     71.113132  7  6  5 123       
+PG10   6375.560444 -24035.941858  -8996.090499    -70.392657  5  6  6  78       
+PG11  22314.433759   8601.586128  11583.634321   -139.086689  6  7  7 124       
+PG12 -16416.205635    232.965864  20870.413364    -15.019743  5  5  5 116       
+PG13  23683.756660  -5750.969724 -10762.675670    276.857374  5  6  6 113       
+PG14  -8231.808418  13881.359351  21222.162376    141.187235  7  7  4  92       
+PG15 -25153.666969  -4382.578298  -7607.565271   -138.709484  7  8  9 116       
+PG16   4067.138721  18173.554724 -18787.455457   -161.899465  9 10  7 107       
+PG17   8773.409208 -14366.867569  20625.884958    184.217789  4  6  4  95       
+PG18 -16121.040660  20010.745828  -5586.689210    129.540832  4  6  8  79       
+PG19  23011.041706   8705.806691 -10438.641851   -125.945120  9 10  5 137       
+PG20  17992.776725  -5078.955573  18693.731218     48.828093  6  6  5 136       
+PG21 -11885.062747  10379.747759 -20920.016787   -134.380264  4  5  4 102       
+PG22  -9892.143805  24180.955625   4636.659819    150.873658  7  8  7  85       
+PG23  26687.204429    779.867513   1608.373735    316.314213  6  9  5 111       
+PG24  18530.612291   8035.749332  17444.667568    378.017620  9  8 10 137       
+PG25 -17967.841177  14462.390819  13139.965709     -0.969889  8  5  5  74       
+PG26 -16341.207007 -12481.760720 -17631.815484   -160.488978  6  9  6 110       
+PG27 -19371.282418 -14737.801168  11652.920736    251.313259  9  7  9 117       
+PG28  12465.655175 -23251.741981   1850.832828     28.673387  6  7  4 110       
+PG29 -25160.568980   4563.149894  -7016.135687    196.592766  6  5  4 104       
+PG30   -660.648297  23009.308475 -13630.773078    333.578825  7  5  4 127       
+PG31   5214.128663  23463.661456  11264.999705     60.644662  7  7  7  76       
+PG32  14856.586271   5265.118667  21621.752278   -226.417678  8  6  6 114       
+*  2011  4  1  8 30  0.00000000
+PG01  -5442.029269  24726.215457  -7889.074394 999999.999999
+PG02 -12824.885809 -23138.619522   4465.498359    328.255192  8  8  8 118       
+PG03  12489.860003  12723.952272 -20182.233283    696.090262  7  4  4 118       
+PG04  -2191.181685 -21754.067095  14627.629143     76.244476  7  6  7 108       
+PG05  -5440.105338 -18705.430341 -18026.640984   -137.899860  7  9  7 133       
+PG06   7613.678335  14421.075498 -20832.350472   -224.118712  7  3  2 119       
+PG07  13313.171781  -6911.823776 -21924.673706      7.014812  5  6  6 131       
+PG08   5959.150798 -15816.156743 -20304.214002      7.637801  9  8  8 126       
+PG09 -19501.355066 -12111.138154  12819.102839     71.113915  7  5  5 125       
+PG10   7038.067430 -24659.585545  -6327.903395    -70.393994  6  5  6  79       
+PG11  22976.498433   9715.265099   9270.615839   -139.089311  6  7  7 122       
+PG12 -15347.303830  -1942.269123  21598.441700    -15.017191  5  5  6 111       
+PG13  24737.752814  -5578.349998  -8128.900277    276.855884  5  7  7  99       
+PG14 -10567.043685  13812.556931  20188.641204    141.189467  6  7  4  67       
+PG15 -24159.178276  -4706.478994 -10181.944924   -138.706768  7  9  9 113       
+PG16   2954.965228  19921.745565 -17127.122236   -161.901506 10 10  7 115       
+PG17  11050.745055 -14323.465946  19504.700516    184.217980  4  6  3  96       
+PG18 -16038.493227  19106.063637  -8253.494826    129.542647  4  6  8 110       
+PG19  21685.282289   8869.545886 -12830.529398   -125.948331  9  9  5 130       
+PG20  17188.618421  -2977.476489  19863.273408     48.828286  6  7  4 139       
+PG21 -13269.946810   8299.066056 -21069.441242   -134.382602  4  5  3 110       
+PG22 -10361.652242  24336.020693   1868.242090    150.872860  7  7  7  81       
+PG23  26355.338918   1011.010685   4424.872085    316.311997  7  9  5 110       
+PG24  19327.768115   9742.487782  15633.216924    378.019516 10  9 10 131       
+PG25 -17425.764339  12913.527690  15304.532881     -0.970237  8  5  5  82       
+PG26 -14355.571997 -12511.078080 -19281.338714   -160.498595  7  9  6  92       
+PG27 -19897.203399 -15701.537125   9106.042821    251.314383  9  7  9 110       
+PG28  12670.069182 -23126.977376  -1045.545211     28.675861  6  7  5  99       
+PG29 -25820.543342   4326.525631  -4254.637178    196.595280  6  5  4 112       
+PG30  -1410.281542  24173.188564 -11284.556776    333.581810  7  5  4 128       
+PG31   4309.314151  22379.680305  13661.996881     60.649020  7  6  7  92       
+PG32  13610.128577   7353.602058  21870.730305   -226.424374  8  6  6 116       
+*  2011  4  1  8 45  0.00000000
+PG01  -5942.815828  25312.222856  -5141.434260 999999.999999
+PG02 -12212.868445 -22787.270281   7146.870071    328.257312  9  9  8 120       
+PG03  10301.984820  13362.408635 -20976.697169    696.094243  7  4  4 115       
+PG04   -894.163494 -20432.170258  16550.748535     76.254224  6  6  7 102       
+PG05  -4519.123006 -20450.225172 -16292.054790   -137.904989  7  9  7 125       
+PG06   5211.112923  14885.947958 -21218.753098   -224.224093  7  2  1 117       
+PG07  14774.704421  -4905.742136 -21543.644657      7.015715  5  7  6 124       
+PG08   7302.388539 -13835.480590 -21333.508827      7.638005  9  8  8 119       
+PG09 -20230.105678 -13319.361967  10360.405853     71.117321  7  5  6 122       
+PG10   7541.927144 -25033.923016  -3549.011264    -70.394418  6  5  6  69       
+PG11  23477.006689  10627.945437   6798.954988   -139.092253  6  7  7 120       
+PG12 -14373.333886  -4226.704642  21955.120076    -15.014600  5  6  7 115       
+PG13  25494.775626  -5453.384580  -5356.322098    276.854853  6  8  7  99       
+PG14 -12768.458348  13865.674000  18811.085304    141.191674  6  7  4  85       
+PG15 -22904.211422  -5118.058594 -12582.573604   -138.704301  8  9  9 113       
+PG16   2025.268834  21541.801592 -15167.957067   -161.903990 10  9  6  98       
+PG17  13184.864167 -14386.034903  18049.503847    184.218233  4  5  3  91       
+PG18 -15876.414378  17927.473583 -10773.575071    129.544304  5  6  8 107       
+PG19  20112.174582   9111.718700 -15005.330121   -125.951959 10  9  5 127       
+PG20  16443.595419   -734.966619  20686.195247     48.827873  7  7  4 138       
+PG21 -14743.612034   6293.766778 -20843.218422   -134.385032  5  5  3 100       
+PG22 -10693.246756  24226.957852   -932.475592    150.872010  6  6  7  88       
+PG23  25725.635057   1292.633306   7166.756274    316.309523  8  9  5 113       
+PG24  20089.744714  11223.427255  13556.910279    378.022876 10  9 10 129       
+PG25 -16877.196312  11125.655842  17205.273675     -0.970615  8  5  5  75       
+PG26 -12210.699518 -12662.731272 -20618.439483   -160.507797  7  9  6 101       
+PG27 -20289.953805 -16412.882247   6408.878529    251.318648  8  7  9 112       
+PG28  12741.762919 -22713.624308  -3923.527076     28.677887  6  5  5  75       
+PG29 -26175.241360   4100.331165  -1419.601971    196.597606  7  5  5 120       
+PG30  -2003.351006  25119.927095  -8747.497700    333.585050  8  4  4 122       
+PG31   3196.113658  21139.494638  15824.206517     60.653467  7  6  7  79       
+PG32  12472.466992   9506.967622  21752.913602   -226.431075  8  6  6 119       
+*  2011  4  1  9  0  0.00000000
+PG01  -6307.023230  25625.002756  -2304.751754 999999.999999
+PG02 -11390.463753 -22246.973121   9708.803151    328.259202  9  9  7 126       
+PG03   8080.191711  14127.054998 -21424.466560    696.098680  8  4  4 102       
+PG04    594.612750 -19019.094913  18180.864896     76.263347  6  6  7 101       
+PG05  -3758.664854 -22040.116785 -14276.283911   -137.910593  8  8  7 125       
+PG06   2808.946884  15470.632625 -21234.988665   -224.329513  7  1  1 110       
+PG07  16300.781301  -3032.778546 -20792.736901      7.016396  5  7  6 118       
+PG08   8809.745250 -11860.441748 -21991.348260      7.637479  9  8  8 122       
+PG09 -20830.038216 -14262.402285   7718.937423     71.118911  8  5  6 121       
+PG10   7914.495706 -25133.530781   -707.839244    -70.394825  6  4  6  79       
+PG11  23785.691314  11351.941218   4211.449913   -139.095041  7  6  7 122       
+PG12 -13518.727982  -6576.864122  21934.861646    -15.012107  6  7  7 114       
+PG13  25940.714797  -5337.561283  -2492.143715    276.853577  6  8  7  95       
+PG14 -14792.939104  14019.159750  17112.364008    141.193602  6  7  4  82       
+PG15 -21417.817825  -5644.319335 -14768.326057   -138.701520  8  9  9 115       
+PG16   1270.404865  22988.305149 -12943.720012   -161.906390 10  9  6  94       
+PG17  15135.381692 -14531.691361  16284.466726    184.218408  5  5  2  90       
+PG18 -15671.994505  16482.276346 -13101.784815    129.546209  5  7  7  95       
+PG19  18323.091070   9459.441518 -16925.800232   -125.955539 10  9  5 131       
+PG20  15783.492853   1609.575372  21148.135214     48.828377  7  8  4 139       
+PG21 -16275.168257   4401.270384 -20247.410196   -134.387687  6  5  3 107       
+PG22 -10917.980673  23838.262618  -3717.015263    150.871446  6  5  7  83       
+PG23  24814.596962   1659.239487   9787.702171    316.307238  8  9  5 104       
+PG24  20776.797847  12467.235710  11251.144992    378.025557 10  9 10 116       
+PG25 -16359.045846   9123.520070  18809.432164     -0.970927  9  6  5  82       
+PG26  -9949.405218 -12953.111293 -21621.585772   -160.516944  7  9  7 106       
+PG27 -20509.941944 -16881.426495   3605.253901    251.322279  8  7  9 118       
+PG28  12717.148730 -21999.685839  -6732.204785     28.680113  7  4  5 107       
+PG29 -26221.561766   3847.242584   1439.951835    196.600176  8  6  5 120       
+PG30  -2462.918395  25816.580323  -6061.845110    333.587502  8  4  4 121       
+PG31   1871.467187  19787.814561  17715.296429     60.657763  6  5  7  87       
+PG32  11464.226890  11683.156159  21271.407161   -226.437918  8  5  6 116       
+*  2011  4  1  9 15  0.00000000
+PG01  -6567.000929  25643.953410    571.901995 999999.999999
+PG02 -10345.128472 -21552.498298  12108.297273    328.261282  9  8  7 121       
+PG03   5867.515649  15009.753922 -21517.534350    696.103901  8  4  4 105       
+PG04   2264.285274 -17558.619360  19489.427174     76.272541  6  6  7 105       
+PG05  -3145.480328 -23433.935839 -12013.921535   -137.915661  8  8  7 121       
+PG06    453.721178  16163.842356 -20880.119609   -224.434754  7     1 109       
+PG07  17852.701914  -1323.095285 -19685.410253      7.017339  6  7  6 123       
+PG08  10458.274645  -9937.939475 -22267.940928      7.637796  9  8  7 136       
+PG09 -21261.105192 -14948.778103   4942.118176     71.121922  8  5  7 129       
+PG10   8187.707531 -24940.651162   2145.772408    -70.395803  7  4  5  78       
+PG11  23876.734198  11905.742248   1552.478544   -139.097748  7  6  7 129       
+PG12 -12800.381465  -8945.817664  21538.541400    -15.009911  7  7  8 117       
+PG13  26070.523072  -5190.988673    414.717559    276.852252  7  8  6  88       
+PG14 -16602.732222  14244.823158  15120.887165    141.195908  6  7  5  86       
+PG15 -19735.170616  -6306.550273 -16701.655187   -138.698681  8  9  9 102       
+PG16    674.756985  24219.679219 -10492.980354   -161.909109 10  9  5  92       
+PG17  16867.499477 -14731.518309  14239.198601    184.218507  5  5  2  95       
+PG18 -15461.646115  14786.480759 -15196.377253    129.547546  5  7  7 102       
+PG19  16355.334073   9933.920025 -18558.808879   -125.959180 10  9  5 131       
+PG20  15227.633904   4012.848609  21241.117957     48.828091  8  8  5 141       
+PG21 -17828.865909   2652.757214 -19294.718739   -134.390229  7  6  3 113       
+PG22 -11069.819173  23162.421766  -6436.995100    150.870718  6  5  7 100       
+PG23  23646.440422   2141.569433  12243.305129    316.305105  9  9  5 119       
+PG24  21349.105750  13470.793886   8755.077857    378.028880  9  9 10 109       
+PG25 -15904.098365   6939.224102  20089.375637     -0.971188  9  6  4  85       
+PG26  -7617.352175 -13390.934760 -22274.323052   -160.525866  7  9  6 115       
+PG27 -20521.179291 -17124.408384    741.332392    251.326341  7  6  8 146       
+PG28  12634.980722 -20982.397793  -9421.334843     28.682095  7  3  6  95       
+PG29 -25965.312708   3530.459340   4274.677079    196.602656  8  7  6 127       
+PG30  -2817.565470  26236.542871  -3272.745323    333.590173  8  3  4 124       
+PG31    340.851335  18370.457573  19303.765026     60.662480  6  5  6  92       
+PG32  10598.531006  13837.733190  20435.187243   -226.444595  8  6  6 120       
+*  2011  4  1  9 30  0.00000000
+PG01  -6758.617008  25356.849521   3438.609118 999999.999999
+PG02  -9071.811254 -20741.544975  14304.880291    328.263068  9  8  6 130       
+PG03   3705.397677  15995.156659 -21253.517385    696.108409  8  4  4 117       
+PG04   4095.965243 -16093.301174  20453.783637     76.282040  6  6  7 109       
+PG05  -2659.327356 -24595.246074  -9543.892513   -137.921061  8  8  7 124       
+PG06  -1810.461003  16946.933712 -20159.797390   -224.539893  7     1 108       
+PG07  19388.024319    200.677745 -18241.157455      7.018352  7  8  7 113       
+PG08  12217.571304  -8110.400672 -22160.209001      7.637803  9  8  8 135       
+PG09 -21487.392612 -15395.645792   2079.176839     71.125281  8  6  8 138       
+PG10   8396.622041 -24446.004270   4961.491057    -70.396426  6  4  5  78       
+PG11  23729.770326  12313.068624  -1132.750925   -139.100950  7  6  6 120       
+PG12 -12227.094354 -11284.807367  20773.445364    -15.007306  8  8  8 118       
+PG13  25888.387033  -4974.114884   3314.446257    276.851201  8  8  6 106       
+PG14 -18166.739940  14508.982331  12870.173164    141.197814  6  7  5  94       
+PG15 -17896.321225  -7119.323914 -18349.233006   -138.695937  8  9  8 121       
+PG16    215.530784  25199.777214  -7858.433243   -161.911590 10  8  5  91       
+PG17  18353.203219 -14951.753060  11948.290757    184.218461  6  6  2 106       
+PG18 -15279.397700  12864.356262 -17019.843176    129.549401  5  7  7  90       
+PG19  14250.873999  10549.472051 -19875.911958   -125.962377 10  8  4 139       
+PG20  14788.150000   6428.747065  20963.692944     48.828155  8  8  5 142       
+PG21 -19365.472775   1072.189872 -18004.092111   -134.391959  7  6  4  97       
+PG22 -11184.134024  22200.333696  -9044.994197    150.869585  6  5  7 113       
+PG23  22252.239618   2765.243287  14491.797081    316.302599  9  9  5 122       
+PG24  21768.330526  14239.114329   6110.986537    378.031171  9  9 10  83       
+PG25 -15539.691532   4611.181878  21023.071313     -0.971448  9  6  4  87       
+PG26  -5261.583573 -13976.845100 -22565.504392   -160.534858  8  9  6 109       
+PG27 -20292.784688 -17166.027833  -2135.032528 999999.999999
+PG28  12534.645960 -19668.578416 -11942.332757     28.684388  7  2  5  65       
+PG29 -25420.937076   3115.330585   7035.756577    196.605002  8  8  7 122       
+PG30  -3100.152530  26360.620347   -427.541223    333.592404  8  3  4 121       
+PG31  -1381.785069  16932.619545  20563.410853     60.666961  6  4  6  96       
+PG32   9880.659357  15925.386356  19258.904281   -226.451231  7  5  6 119       
+*  2011  4  1  9 45  0.00000000
+PG01  -6919.663168  24760.393584   6245.492852 999999.999999
+PG02  -7573.351892 -19853.295039  16261.249424    328.265134  9  7  6 124       
+PG03   1632.327577  17061.157324 -20635.745842    696.113033  8  4  4 102       
+PG04   6063.310242 -14662.842934  21057.578931     76.291651  6  6  6 101       
+PG05  -2273.939587 -25493.692325  -6908.784435   -137.926272  8  7  7 136       
+PG06  -3943.476977  17794.584940 -19086.198127   -224.645170  7     1 100       
+PG07  20862.130116   1524.102257 -16485.140128      7.019114  7  8  7 112       
+PG08  14050.870405  -6414.316810 -21671.723940      7.638527  9  8  7 130       
+PG09 -21478.562604 -15627.827789   -819.789459     71.126960  8  6  8 163       
+PG10   8577.833259 -23649.274140   7689.443578    -70.397643  6  4  5  76       
+PG11  23330.687673  12601.749119  -3798.937709   -139.103550  7  6  6 113       
+PG12 -11799.336910 -13544.940229  19653.113981    -15.004706  9  8  8 120       
+PG13  25407.556797  -4649.446834   6157.171938    276.849645  8  9  6  96       
+PG14 -19461.577933  14773.843615  10398.324535    141.199859  7  7  5  84       
+PG15 -15944.777830  -8089.752042 -19682.527166   -138.693485  8  8  8 104       
+PG16   -136.156713  25899.273905  -5086.128761   -161.913816 10  8  4  86       
+PG17  19572.213289 -15155.185324   9450.764078    184.218638  7  7  2  93       
+PG18 -15155.394361  10747.645586 -18539.661510    129.551206  6  6  7  91       
+PG19  12054.912679  11312.811327 -20853.862606   -125.965776 10  8  4 123       
+PG20  14469.551923   8809.968808  20320.948768     48.828520  9  8  5 138       
+PG21 -20843.775797   -324.346581 -16400.219051   -134.394900  8  7  4 109       
+PG22 -11296.140003  20961.410437 -11495.411359    150.869207  5  5  7  86       
+PG23  20668.827960   3549.592559  16494.731643    316.300520  9  8  6 118       
+PG24  21999.133725  14784.962838   3363.587138    378.034509  9  9  9  53       
+PG25 -15286.615413   2182.827822  21594.465253     -0.971707  9  6  5  55       
+PG26  -2929.008650 -14703.294474 -22489.473532   -160.544302  8  8  7 119       
+PG27 -19800.350348 -17036.491703  -4975.013053    251.334817  7  6  8 136       
+PG28  12454.406444 -18074.594717 -14249.270502     28.686593  7  3  5  84       
+PG29 -24610.916896   2570.893934   9675.745913    196.607113  9  8  7 123       
+PG30  -3346.391984  26177.849145   2424.993266    333.595204  8  2  4 120       
+PG31  -3274.407756  15517.199080  21473.705391     60.671716  5  3  6  75       
+PG32   9308.002546  17901.450339  17762.616346   -226.457991  7  5  6 106       
+*  2011  4  1 10  0  0.00000000
+PG01  -7088.179706  23860.429229   8943.613905 999999.999999
+PG02  -5860.598149 -18926.916177  17943.878352    328.266867  9  7  5 119       
+PG03   -317.414984  18179.603914 -19673.282810    696.116295  8  3  4  78       
+PG04   8133.403475 -13302.597061  21291.016157     76.300818  7  6  6  97       
+PG05  -1958.236109 -26106.126734  -4154.109224   -137.931402  8  6  7 128       
+PG06  -5910.572399  18675.759570 -17677.829692   -224.750319  7     1  90       
+PG07  22229.877118   2641.271650 -14447.736091      7.020071  8  8  7 111       
+PG08  15916.386319  -4879.040803 -20812.527675      7.638172  8  8  7 121       
+PG09 -21211.057021 -15676.568373  -3704.725325     71.128751  8  6  9 159       
+PG10   8767.808979 -22559.243365  10281.174838    -70.398472  6  4  5  63       
+PG11  22672.198242  12802.468397  -6401.404654   -139.106246  8  6  6 122       
+PG12 -11509.345385 -15678.884893  18197.084408    -15.002009  9  9  8 114       
+PG13  24649.837937  -4183.202985   8893.825399    276.848310  8  8  6  93       
+PG14 -20472.351213  14999.060190   7747.416434    141.201904  7  7  5  86       
+PG15 -13925.958090  -9217.031029 -20678.303120   -138.690525  8  8  8  99       
+PG16   -413.935804  26296.798900  -2224.629159   -161.916708 10  7  4  81       
+PG17  20512.649227 -15302.712832   6789.426675    184.218873  8  7  3 102       
+PG18 -15114.572152   8474.470502 -19728.940259    129.552978  6  6  7  93       
+PG19   9814.322424  12222.622652 -21475.048505   -125.969451  9  8  4 124       
+PG20  14268.618206  11109.672912  19324.403651     48.828730  9  8  5 140       
+PG21 -22222.142328  -1528.971671 -14512.934470   -134.396966  8  7  5 102       
+PG22 -11439.336331  19463.353698 -13745.300128    150.868482  6  5  6  69       
+PG23  18937.490893   4506.723712  18217.627726    316.298131  9  8  6 117       
+PG24  22010.591081  15128.197281    559.316688 999999.999999
+PG25 -15158.280009   -298.864572  21793.757096     -0.971993  9  6  5  63       
+PG26   -664.887551 -15554.712794 -22046.198722   -160.553170  8  8  6 110       
+PG27 -19027.113190 -16770.815672  -7729.587398    251.338645  7  7  9 118       
+PG28  12429.669319 -16225.935102 -16299.848296     28.688599  6  4  5  57       
+PG29 -23564.881903   1871.266550  12149.385203    196.609679  9  8  8 116       
+PG30  -3593.287786  25686.024772   5235.474615    333.598947  8  2  4 115       
+PG31  -5307.587546  14163.236345  22020.068093     60.676298  4  3  5  92       
+PG32   8870.306114  19723.407807  15971.458247   -226.464810  7  5  6 110       
+*  2011  4  1 10 15  0.00000000
+PG01  -7300.768324  22671.805362  11485.857144 999999.999999
+PG02  -3952.232143 -18000.066699  19323.582265    328.268979  8  6  4 114       
+PG03  -2114.876969  19317.246711 -18380.869386    696.121314  8  3  4 100       
+PG04  10267.899411 -12042.270959  21150.981264     76.309981  7  6  5 103       
+PG05  -1677.726024 -26417.468085  -1327.508313   -137.936653  7  6  7 128       
+PG06  -7683.536755  19554.917894 -15959.212219   -224.855522  7  1  2 106       
+PG07  23447.277090   3554.822451 -12164.006975      7.020919  8  8  7 118       
+PG08  17768.833488  -3525.882666 -19598.850221      7.638231  8  8  7 133       
+PG09 -20669.022668 -15578.076389  -6526.480110     71.130699  8  7  9 148       
+PG10   9001.230741 -21193.566071  12690.588903    -70.399106  5  5  5  63       
+PG11  21754.164180  12947.430918  -8896.785122   -139.108964  8  6  6 116       
+PG12 -11341.541634 -17642.509058  16430.537687    -14.999536 10  9  8 119       
+PG13  23644.761985  -3546.834258  11476.993302    276.846995  9  8  6  86       
+PG14 -21193.115641  15143.411786   4962.805338    141.203894  7  7  5  70       
+PG15 -11885.573726 -10492.296346 -21319.042627   -138.687883  7  8  7 112       
+PG16   -654.646549  26379.764703    675.887586   -161.919216  9  6  4  82       
+PG17  21171.378340 -15354.994693   4010.150175    184.219186  8  8  3  98       
+PG18 -15175.564949   6087.978173 -20566.930843    129.554629  7  6  7  84       
+PG19   7576.017021  13269.449014 -21727.846316   -125.973039  9  7  4 117       
+PG20  14174.603871  13283.117853  17991.775592     48.828836  9  8  6 136       
+PG21 -23460.076394  -2542.003783 -12376.557324   -134.399525  9  7  5  50       
+PG22 -11644.017138  17731.610830 -15755.162099    150.867692  6  5  6  88       
+PG23  17102.496283   5640.850998  19630.561941    316.295955  9  7  6 111       
+PG24  21777.454907  15294.848511  -2254.410425    378.039503  9  9  8 106       
+PG25 -15160.182401  -2784.999097  21617.566081     -0.972210  9  6  6  70       
+PG26   1488.638316 -16507.963018 -21241.353586   -160.562342  8  8  6  99       
+PG27 -17964.877775 -16407.417143 -10350.377560    251.342505  7  7  9  88       
+PG28  12491.364638 -14156.396915 -18056.310448     28.690901  6  5  5  63       
+PG29 -22318.458671    996.834812  14414.366135    196.612179  9  8  8 115       
+PG30  -3877.499171  24891.909646   7954.774889    333.601569  7  2  4 118       
+PG31  -7445.465485  12904.521692  22194.044210     60.680795  4  3  5  88       
+PG32   8550.194815  21352.316499  13915.250762   -226.471334  7  6  6 106       
+*  2011  4  1 10 30  0.00000000
+PG01  -7590.961809  21217.894210  13827.790136 999999.999999
+PG02  -1874.307743 -17107.455614  20376.032313    328.271035  8  5  3 110       
+PG03  -3737.365365  20436.896460 -16778.790267    696.124999  8  3  4 103       
+PG04  12424.385564 -10904.883478  20641.031216     76.319022  7  5  5 104       
+PG05  -1396.052130 -26421.259555   1522.084060   -137.941809  7  5  7 125       
+PG06  -9241.617653  20393.427441 -13960.437372   -224.960813  7  2  3 102       
+PG07  24473.135778   4275.619804  -9673.095721      7.021703  9  8  7 116       
+PG08  19561.068427  -2367.529822 -18052.735675      7.637767  8  7  7 127       
+PG09 -19844.932439 -15371.919842  -9237.610392     71.134390  8  7  9           
+PG10   9309.406936 -19578.185443  14874.848795    -70.400681  5  5  5  74       
+PG11  20583.671533  13068.990517 -11243.674169   -139.111764  8  6  6  98       
+PG12 -11273.258378 -19396.397205  14383.857817    -14.997191 10  9  8 121       
+PG13  22428.464624  -2718.351719  13861.755816    276.845874  9  8  6  89       
+PG14 -21627.003700  15166.541218   2092.367419    141.206049  8  7  4  64       
+PG15  -9868.007596 -11898.794530 -21593.270329   -138.685217  7  7  7 103       
+PG16   -896.669176  26144.854308   3564.558026   -161.921432  8  5  3  68       
+PG17  21554.030857 -15274.137226   1161.075995    184.219315  9  8  3  82       
+PG18 -15349.891347   3634.787672 -21039.403293    129.556682  8  6  7  95       
+PG19   5385.314677  14435.900075 -21606.883981   -125.976688  9  7  5 111       
+PG20  14169.759217  15289.216396  16346.638304     48.828506 10  7  6 133       
+PG21 -24519.709442  -3371.635404 -10029.181632   -134.402164  9  7  6  77       
+PG22 -11935.912845  15798.529997 -17489.681037    150.866706  7  5  6  87       
+PG23  15209.514421   6947.926730  20708.699924    316.293674  9  6  5 117       
+PG24  21281.217854  15315.976993  -5029.962819    378.041114  9  9  8 109       
+PG25 -15289.693997  -5226.446282  21068.985736     -0.972480  8  6  6  62       
+PG26   3493.923689 -17533.074385 -20086.339717   -160.571750  7  8  6 119       
+PG27 -16614.642112 -15986.544578 -12790.532868    251.347072  7  7  9  83       
+PG28  12664.507506 -11906.917020 -19486.275123     28.692840  5  6  5  92       
+PG29 -20911.906188    -64.802855  16432.041908    196.614343  9  7  8 118       
+PG30  -4233.693001  23811.102927  10534.915526    333.605019  7  2  4 119       
+PG31  -9646.954523  11768.421983  21993.387135     60.685313  4  3  5  83       
+PG32   8323.957298  22754.115286  11628.053903   -226.477953  7  5  6 101       
+*  2011  4  1 10 45  0.00000000
+PG01  -7987.717818  19529.780895  15928.475374 999999.999999
+PG02    340.489783 -16279.510878  21082.210297    328.273015  7  5  4 105       
+PG03  -5169.161157  21498.756774 -14892.654824    696.130421  7  3  4  95       
+PG04  14557.901894  -9906.011647  19771.251142     76.328322  7  5  6 109       
+PG05  -1076.612073 -26119.902125   4345.303821   -137.947165  6  4  7 117       
+PG06 -10572.136004  21151.114503 -11716.615133   -225.066156  7  2  4  94       
+PG07  25270.594375   4822.131604  -7017.564158      7.022466  9  7  7 109       
+PG08  21245.789568  -1407.804999 -16201.588839      7.637911  8  7  7 129       
+PG09 -18739.889552 -15099.338775 -11793.112540     71.137291  8  8  9  40       
+PG10   9718.828780 -17746.418509  16795.211347    -70.401651  5  5  5  64       
+PG11  19174.852656  13198.294319 -13403.238991   -139.114655  8  6  5 100       
+PG12 -11275.740815 -20907.193206  12092.110674    -14.994670 10  9  7 122       
+PG13  21042.312678  -1683.406243  16006.491401    276.844184  9  7  5  90       
+PG14 -21786.005879  15030.679661   -814.321757    141.208500  9  7  4 100       
+PG15  -7914.744780 -13412.368906 -21495.781216   -138.682585  6  6  6  99       
+PG16  -1178.192615  25598.148019   6390.776372   -161.923849  7  4  4  90       
+PG17  21674.677414 -15025.344246  -1708.234609    184.219270 10  8  3  98       
+PG18 -15641.455422   1163.305125 -21138.874879    129.558504  9  6  7 105       
+PG19   3284.354633  15697.179479 -21113.202389   -125.979868  8  7  5 125       
+PG20  14230.135574  17091.946014  14417.971572     48.828927 10  7  7 129       
+PG21 -25367.171211  -4033.314792  -7511.939644   -134.404464  8  7  7 106       
+PG22 -12335.019419  13702.246777 -18918.381307    150.866029  7  5  5 114       
+PG23  13303.984590   8415.587067  21432.756673    316.291298  9  5  5 109       
+PG24  20510.938470  15226.346703  -7720.259698    378.043006  9  9  8  92       
+PG25 -15536.175889  -7575.541351  20157.526574     -0.972759  8  6  7  77       
+PG26   5319.058612 -18594.237292 -18598.244342   -160.580936  7  8  6 124       
+PG27 -14986.886029 -15548.599271 -15005.643144    251.351910  8  8 10  60       
+PG28  12967.014266  -9524.092528 -20563.449662     28.695202  4  6  5 109       
+PG29 -19388.591516  -1318.175447  18168.069111    196.617118  9  7  9 116       
+PG30  -4692.952408  22467.568191  12929.971653    333.608151  7  3  4 122       
+PG31 -11867.132290  10774.963897  21422.047926     60.689898  5  4  5  89       
+PG32   8162.563924  23900.765968   9147.667681   -226.484584  7  5  6  99       
+*  2011  4  1 11  0  0.00000000
+PG01  -8514.099188  17645.155952  17751.218742 999999.999999
+PG02   2653.840613 -15541.206437  21428.793911    328.275262  6  5  4  94       
+PG03  -6401.983413  22461.887819 -12753.089138    696.134406  7  3  3  93       
+PG04  16622.553981  -9053.353120  18557.988997     76.337718  7  5  6 115       
+PG05   -684.191963 -25524.553777   7093.229846   -137.952371  6  3  6 119       
+PG06 -11670.776945  21787.892315  -9267.220042   -225.171509  7  3  4 103       
+PG07  25808.515708   5219.516983  -4242.681195      7.023515  9  7  7  97       
+PG08  22777.231986   -641.762044 -14077.654531      7.637450  8  7  8  63       
+PG09 -17363.614590 -14801.541828 -14151.079562     71.139766  8  8  9 140       
+PG10  10249.932750 -15737.746349  18417.775516    -70.401819  6  5  5  87       
+PG11  17548.466226  13363.987896 -15339.784570   -139.117283  8  6  5 111       
+PG12 -11315.385426 -22148.719152   9594.451479    -14.992109  9  9  7 105       
+PG13  19531.331583   -436.074360  17873.632716    276.843136  9  7  5 117       
+PG14 -21690.412615  14702.291660  -3706.852437    141.210352  9  7  4  99       
+PG15  -6062.917806 -15002.243259 -21027.763122   -138.679805  5  6  6 105       
+PG16  -1535.493944  24754.884788   9105.129205   -161.926228  6  3  4  90       
+PG17  21555.178492 -14578.463809  -4547.690667    184.219457 10  8  3 113       
+PG18 -16046.380020  -1278.019067 -20864.689866    129.560213  9  5  8  81       
+PG19   1310.628707  17021.916142 -20254.309015   -125.983166  8  7  6 125       
+PG20  14326.643461  18661.560297  12239.616775     48.829057 10  7  7 132       
+PG21 -25973.794098  -4548.869047  -4868.253876   -134.407475  8  7  7  98       
+PG22 -12854.664918  11485.345956 -20016.195721    150.865307  8  5  4  99       
+PG23  11429.488202  10023.420294  21789.376095    316.288999  9  5  4 112       
+PG24  19463.797034  15062.964413 -10279.535760    378.045877  9  9  8  69       
+PG25 -15881.417510  -9787.725821  18898.948011     -0.973043  8  6  7  61       
+PG26   6938.925113 -19651.035213 -16799.725271   -160.589877  7  8  6 119       
+PG27 -13101.492843 -15132.414468 -16954.660564    251.356335  8  8  9  84       
+PG28  13408.830958  -7058.455669 -21268.206631     28.697329  5  6  6 114       
+PG29 -17793.364552  -2759.585527  19592.972146    196.619429  9  6  8 121       
+PG30  -5281.309975  20892.829237  15096.966369    333.610942  7  3  3 119       
+PG31 -14058.773821   9936.203938  20490.075211     60.694595  5  5  5  97       
+PG32   8032.883413  24771.192432   6515.083553   -226.491219  7  5  7 101       
+*  2011  4  1 11 15  0.00000000
+PG01  -9186.195603  15606.954834  19264.238322 999999.999999
+PG02   5023.012804 -14911.094563  21408.462604    328.277196  6  5  5  98       
+PG03  -7435.180393  23285.751586 -10395.335481    696.138907  7  3  4  92       
+PG04  18573.153975  -8346.615746  17023.478871     76.346808  7  5  6 110       
+PG05   -186.546749 -24654.698137   9718.249830   -137.957888  6  3  7 123       
+PG06 -12541.545454  22265.398023  -6655.351627   -225.276508  7  3  4  97       
+PG07  26062.664426   5498.464999  -1395.672499      7.024141  9  6  6 106       
+PG08  24112.796447    -56.108216 -11717.441076      7.636704  8  7  7  97       
+PG09 -15734.126172 -14518.048452 -16273.279644     71.143312  7  8  9 115       
+PG10  10916.123569 -13596.361566  19714.125295    -70.402755  6  4  6  87       
+PG11  15731.251279  13591.025682 -17021.271219   -139.119911  8  6  5  86       
+PG12 -11355.168399 -23102.830145   6933.470192    -14.989693  9  9  6 109       
+PG13  17942.493796   1020.684419  19430.357992    276.841758  9  6  5 121       
+PG14 -21367.935524  14153.572593  -6534.875124    141.212506 10  6  4  98       
+PG15  -4344.022416 -16632.075973 -20196.809962   -138.676860  5  5  5 101       
+PG16  -2001.300740  23638.869217  11660.301004   -161.928562  5  2  4  87       
+PG17  21224.229440 -13909.366507  -7307.583844    184.219526 10  8  4 105       
+PG18 -16553.175451  -3642.416213 -20222.953159    129.562127 10  4  8 101       
+PG19   -504.313943  18373.272279 -19044.117703   -125.986496  7  6  6 123       
+PG20  14426.318593  19975.555604   9849.650044     48.828858 10  6  7 121       
+PG21 -26317.113146  -4945.410831  -2143.092021   -134.409259  7  8  8  95       
+PG22 -13500.852898   9193.352068 -20763.930009    150.864610  8  5  4 111       
+PG23   9626.189587  11743.552796  21771.420321    316.286935  8  5  4 109       
+PG24  18145.359295  14863.537660 -12664.093196    378.048022  9  9  7  65       
+PG25 -16300.381218 -11823.070183  17314.982660     -0.973303  8  5  7  85       
+PG26   8336.030276 -20659.880459 -14718.814705   -160.599339  7  7  6 122       
+PG27 -10987.289327 -14773.563725 -18600.805029    251.360861  8  7  9  29       
+PG28  13991.417019  -4562.580357 -21588.000923     28.699610  6  6  6  76       
+PG29 -16170.894133  -4377.074546  20682.622393    196.621951  9  6  8 123       
+PG30  -6018.471028  19124.859252  16996.732588    333.615112  6  4  3 119       
+PG31 -16173.969168   9255.904655  19213.429114     60.699169  6  5  5  95       
+PG32   7899.057692  25351.984774   3773.889722   -226.497584  7  5  7  96       
+*  2011  4  1 11 30  0.00000000
+PG01 -10012.331461  13461.799012  20441.239399 999999.999999
+PG02   7402.270073 -14400.584022  21020.114114    328.279314  6  5  6 104       
+PG03  -8275.633309  23931.783607  -7858.757388    696.143327  7  3  4  97       
+PG04  20366.824099  -7777.731781  15195.366065     76.355818  7  5  6 110       
+PG05    444.136317 -23537.399468  12174.902549   -137.962876  6  4  7 122       
+PG06 -13196.390118  22548.570225  -3926.926067   -225.381056  7  4  5 100       
+PG07  26016.638173   5693.828112   1475.057326      7.025215  9  6  6 114       
+PG08  25214.556450    370.069145  -9161.098652      7.636719  8  7  7 131       
+PG09 -13877.135656 -14285.133540 -18125.656247     71.144509  7  8  9 120       
+PG10  11723.099707 -11369.535774  20661.851915    -70.402970  6  4  6 112       
+PG11  13755.078332  13899.626637 -18419.781142   -139.122581  8  6  4 111       
+PG12 -11356.209466 -23759.974548   4154.484751    -14.986758  8  9  5 112       
+PG13  16322.935009   2674.920718  20649.202920    276.840648  9  6  4 116       
+PG14 -20852.540155  13363.736133  -9249.007006    141.214545 10  6  5 100       
+PG15  -2782.854290 -18261.246269 -19016.823162   -138.674011  4  5  5 117       
+PG16  -2603.304266  22281.550478  14011.930860   -161.931363  5  2  5  98       
+PG17  20716.137961 -13001.096511  -9939.503696    184.219778 10  8  4  94       
+PG18 -17143.231130  -5886.436512 -19226.325113    129.564219 10  3  8  87       
+PG19  -2135.935894  19710.289207 -17502.770708   -125.990330  7  6  6 134       
+PG20  14493.743434  21019.357545   7289.686860     48.829573  9  6  8 109       
+PG21 -26381.633177  -5254.076014    617.763951   -134.411498  8  8  8  79       
+PG22 -14271.910544   6873.109593 -21148.613649    150.864038  9  5  4 104       
+PG23   7929.404396  13541.535901  21378.160070    316.284559  7  5  4 101       
+PG24  16569.535862  14664.908101 -14833.030167    378.051236  9  8  7  79       
+PG25 -16762.223564 -13647.619732  15432.957939     -0.973628  8  5  8  89       
+PG26   9501.079164 -21575.611915 -12388.633354   -160.608772  7  7  6 128       
+PG27  -8681.205771 -14502.774282 -19912.424304    251.364522  8  7  9  36       
+PG28  14707.609221  -2089.107121 -21517.614555     28.701548  7  6  7  57       
+PG29 -14564.028461  -6150.707821  21418.625879    196.624544  8  5  8 130       
+PG30  -6916.786504  17206.703269  18594.719025    333.617121  6  5  3 121       
+PG31 -18165.768672   8729.526111  17613.713038     60.703794  7  6  4  95       
+PG32   7723.988969  25637.842731    969.633647   -226.503903  6  5  7 101       
+*  2011  4  1 11 45  0.00000000
+PG01 -10992.592579  11258.301649  21261.883906 999999.999999
+PG02   9744.416362 -14013.496788  20268.982116    328.281500  7  5  6  96       
+PG03  -8937.368466  24364.931907  -5186.250674    696.146431  7  3  4  92       
+PG04  21964.500977  -7331.381158  13106.148306     76.365089  7  5  6 116       
+PG05   1229.950031 -22206.273633  14420.680324   -137.968200  6  5  7 120       
+PG06 -13654.512893  22607.101777  -1129.817840   -225.485716  7  4  5 110       
+PG07  25662.515829   5843.102205   4320.718888      7.025916  9  5  6 105       
+PG08  26050.592661    664.303109  -6451.762224      7.636371  8  7  7 132       
+PG09 -11825.184481 -14134.424826 -19678.751490     71.146242  7  8  9 112       
+PG10  12668.509088  -9105.877575  21244.944195    -70.402795  6  3  6 104       
+PG11  11655.926709  14304.410306 -19511.931253   -139.125477  8  6  4 104       
+PG12 -11279.412211 -24119.439863   1304.792594    -14.984546  6  9  5 105       
+PG13  14718.168866   4505.946707  21508.579354    276.839258  9  6  3 110       
+PG14 -20183.034980  12320.036803 -11801.731897    141.216784 10  6  5 102       
+PG15  -1396.709123 -19846.324502 -17507.800690   -138.671305  4  5  5 106       
+PG16  -3362.884223  20720.813173  16119.402646   -161.933595  5  2  5  96       
+PG17  20069.382862 -11844.745460 -12397.235707    184.219893 11  7  4 114       
+PG18 -17791.603548  -7971.431407 -17893.688712    129.566012 10  3  8  85       
+PG19  -3567.509185  20989.421196 -15656.341558   -125.993646  7  5  6 125       
+PG20  14492.566412  21786.703588   4604.132751     48.829581  9  6  9 106       
+PG21 -26159.343556  -5508.642296   3368.425879   -134.414129  8  7  8  93       
+PG22 -15158.456413   4571.118448 -21163.729662    150.862986  9  5  5 110       
+PG23   6368.352142  15377.504730  20615.358294    316.282203  7  5  4 103       
+PG24  14758.235617  14501.518557 -16748.934864    378.052598  9  7  7  87       
+PG25 -17231.553260 -15234.512485  13285.321702     -0.973932  8  5  8  80       
+PG26  10433.257367 -22353.204374  -9847.006976   -160.618566  7  7  6 111       
+PG27  -6227.076690 -14344.521347 -20863.777947    251.368556  9  6  8  48       
+PG28  15541.871296    311.222818 -21059.222950     28.703666  8  5  7  86       
+PG29 -13012.241356  -8053.167651  21788.614758    196.627161  7  5  8 121       
+PG30  -7980.525468  15184.887373  19861.716879    333.619143  7  5  3 123       
+PG31 -19989.798163   8344.531061  15717.827340     60.708372  8  6  4 103       
+PG32   7470.888679  25631.740548  -1850.854245   -226.510542  6  5  8 110       
+*  2011  4  1 12  0  0.00000000
+PG01 -12118.691089   9045.306203  21712.145180 999999.999999
+PG02  12002.421550 -13745.926494  19166.646396    328.283355  7  4  7 101       
+PG03  -9440.884662  24555.102057  -2423.563689    696.150691  6  4  4 100       
+PG04  23332.284968  -6985.796469  10792.548126     76.374371  7  5  6 117       
+PG05   2186.207212 -20700.216017  16416.776466   -137.973762  6  6  7 121       
+PG06 -13941.396033  22416.708390   1687.028942   -225.590277  7  5  5 114       
+PG07  25001.199118   5984.810236   7092.937279      7.026911  9  4  6 104       
+PG08  26596.111080    859.514313  -3634.867782      7.636082  8  7  7 132       
+PG09  -9616.559337 -14091.696092 -20908.055744     71.146381  7  7  9 104       
+PG10  13741.947395  -6853.555486  21454.040333    -70.404715  6  3  6  87       
+PG11   9472.722237  14813.742661 -20279.229440   -139.127991  8  6  4 101       
+PG12 -11087.119232 -24189.275833  -1567.108710    -14.982263  5  8  5 107       
+PG13  13170.371618   6484.939091  21993.188783    276.838067  9  6  3 104       
+PG14 -19401.472195  11018.482970 -14148.274636    141.218981 10  6  5  98       
+PG15   -194.878514 -21342.670634 -15695.515257   -138.668463  4  4  5 122       
+PG16  -4294.096061  18999.531711  17946.553244   -161.936194  5  3  6 105       
+PG17  19325.012799 -10440.010689 -14637.621905    184.220046 10  7  4 106       
+PG18 -18468.061774  -9864.824069 -16249.703298    129.567898 10  3  8 100       
+PG19  -4790.606543  22166.198622 -13536.420028   -125.997092  7  5  6 121       
+PG20  14387.057935  22279.710399   1839.395219     48.829110  8  7  9 104       
+PG21 -25649.970546  -5744.080152   6063.578435   -134.416859  8  7  8 112       
+PG22 -16143.689024   2331.892098 -20809.319043    150.862454 10  5  5 103       
+PG23   4965.143698  17207.568916  19495.240865    316.279782  6  5  5 107       
+PG24  12740.722553  14403.971704 -18378.533993    378.055270  9  7  7  16       
+PG25 -17669.876704 -16564.827018  10909.080238     -0.974308  8  5  8  80       
+PG26  11140.201090 -22949.531350  -7135.979009   -160.627895  7  7  7 125       
+PG27  -3674.122110 -14315.874780 -21435.713476    251.371657  9  5  7  26       
+PG28  16470.914998   2591.434955 -20222.283852     28.705902  9  6  8  64       
+PG29 -11550.222092 -10050.631767  21786.439374    196.629698  6  5  7 119       
+PG30  -9205.484860  13107.679557  20774.484928    333.622376  7  5  2 119       
+PG31 -21605.787658   8080.991877  13557.549053     60.712681  8  7  5  87       
+PG32   7104.834807  25344.803767  -4640.170867   -226.517207  6  5  7 102       
+*  2011  4  1 12 15  0.00000000
+PG01 -13374.173535   6870.128761  21784.541745 999999.999999
+PG02  14131.067346 -13586.410730  17730.928365    328.285428  8  5  7 104       
+PG03  -9812.214553  24478.447558    381.466546    696.155423  6  3  4 106       
+PG04  24442.586461  -6713.812275   8294.831445     76.383855  7  5  6 115       
+PG05   3320.650745 -19061.937015  18128.763721   -137.978827  6  6  6 124       
+PG06 -14087.589134  21960.162048   4474.499517   -225.695817  6  4  5 110       
+PG07  24042.434881   6156.849982   9744.545262      7.027503  9  4  6 107       
+PG08  26834.309196    992.590828   -757.449700      7.635930  8  7  7 120       
+PG09  -7294.025405 -14175.891412 -21794.286968     71.148326  8  6  8  73       
+PG10  14925.295718  -4658.560556  21286.538973    -70.406847  6  3  6 102       
+PG11   7246.073818  15429.314796 -20708.371156   -139.130724  8  5  2  99       
+PG12 -10744.720021 -23985.897932  -4412.320508    -14.979579  4  8  6 108       
+PG13  11716.806017   8575.872335  22094.320588    276.837067  8  6  3  98       
+PG14 -18551.424542   9464.208036 -16247.430819    141.221031 10  5  5 110       
+PG15    821.537253 -22706.099065 -13611.085501   -138.665919  5  4  5 109       
+PG16  -5402.960018  17163.948906  19462.286209   -161.938708  5  3  6 100       
+PG17  18524.951053  -8795.412604 -16621.364484    184.220218 10  7  3  87       
+PG18 -19138.341919 -11541.122062 -14324.261224    129.569926 10  5  7 100       
+PG19  -5805.262917  23196.954777 -11179.583638   -126.000665  7  4  6 123       
+PG20  14143.641828  22508.627041   -956.927965     48.829576  8  6  9 107       
+PG21 -24860.965443  -5995.086834   8659.124903   -134.418970  9  7  8  98       
+PG22 -17203.983925    196.404361 -20091.958675    150.861696 10  5  6  97       
+PG23   3734.046512  18985.384691  18036.349852    316.277594  6  5  5 104       
+PG24  10552.696343  14397.735934 -19693.284436    378.056501  9  6  7  67       
+PG25 -18037.174670 -17628.128426   8345.158433     -0.974631  8  4  8  86       
+PG26  11637.642858 -23325.116527  -4301.215394   -160.637320  7  7  7 114       
+PG27  -1075.168311 -14425.660693 -21616.204661    251.373850  9  4  6  56       
+PG28  17464.659864   4710.007473 -19023.257068     28.708075  9  6  8  87       
+PG29 -10206.660829 -12103.903928  21412.259068    196.631979  5  4  7 128       
+PG30 -10578.959118  11023.275712  21316.253071    333.625597  7  5  2 126       
+PG31 -22978.959992   7912.477319  11169.042035     60.717395  9  7  5  88       
+PG32   6594.282278  24795.897650  -7351.078801   -226.523833  5  5  7 108       
+*  2011  4  1 12 30  0.00000000
+PG01 -14734.962903   4776.874272  21478.246748 999999.999999
+PG02  16088.549211 -13516.417017  15985.666861    328.287375  8  6  7  88       
+PG03 -10081.750819  24118.447954   3179.751839    696.159852  6  4  3  82       
+PG04  25275.030278  -6484.113298   5656.086982     76.393172  7  6  5 118       
+PG05   4632.965183 -17336.363231  19527.191366   -137.984003  7  5  6 116       
+PG06 -14127.308798  21228.048935   7184.198209   -225.801492  6  4  4  99       
+PG07  22804.516710   6394.867651  12230.359206      7.028318  9  3  6 112       
+PG08  26756.962937   1102.831751   2132.573781      7.635030  8  6  8 118       
+PG09  -4903.421707 -14398.407563 -22323.603340     71.150198  8  6  8  77       
+PG10  16193.379282  -2563.080028  20746.571692    -70.408050  7  2  6  97       
+PG11   5016.950643  16145.970430 -20791.472804   -139.133254  8  4    100       
+PG12 -10222.151028 -23533.386022  -7182.350289    -14.977385  4  7  6  93       
+PG13  10388.448463  10736.746849  21810.027566    276.835904  8  6  3  98       
+PG14 -17676.208277   7671.481731 -18062.333342    141.222979 10  5  6  99       
+PG15   1659.490926 -23894.544650 -11290.446340   -138.662981  5  3  5 125       
+PG16  -6687.077832  15261.945563  20641.081185   -161.941272  5  3  6 104       
+PG17  17710.276763  -6928.160682 -18313.754171    184.220269 10  7  3  98       
+PG18 -19765.555005 -12982.638779 -12151.864965    129.571333 10  6  7  96       
+PG19  -6619.797454  24040.546483  -8626.763336   -126.004214  8  4  6 133       
+PG20  13732.342740  22491.287238  -3736.869241     48.829425  7  5  9 110       
+PG21 -23807.234807  -6294.652471  11112.797146   -134.421812  9  6  7  99       
+PG22 -18309.773860  -1799.313216 -19024.614679    150.860749 10  6  6  90       
+PG23   2681.060250  20663.849197  16263.277295    316.275284  5  4  5 110       
+PG24   8235.127512  14502.049452 -20669.896852    378.058599  9  6  7  61       
+PG25 -18293.548715 -18422.692362   5637.693285     -0.975003  8  4  8  78       
+PG26  11948.732774 -23445.804298  -1391.301306   -160.646725  6  7  6 121       
+PG27   1515.316306 -14673.986793 -21400.725453    251.377840  9  4  5  61       
+PG28  18487.482871   6632.303925 -17485.169543     28.709947 10  7  8  97       
+PG29  -9003.274181 -14169.754338  20672.531212    196.634620  4  4  6 126       
+PG30 -12080.075641   8977.989191  21477.087739    333.627692  7  5  2 118       
+PG31 -24081.230278   7807.187828   8592.302263     60.721660  9  7  5  86       
+PG32   5912.470877  24010.936477  -9937.265218   -226.530353  5  5  7 120       
+*  2011  4  1 12 45  0.00000000
+PG01 -16170.211541   2804.893166  20799.072691 999999.999999
+PG02  17837.969517 -13511.129261  13960.371850    328.289299  8  6  7  86       
+PG03 -10282.879600  23466.723170   5921.849544    696.163961  6  4  4  88       
+PG04  25817.089608  -6262.630182   2921.480312     76.402626  7  6  5 128       
+PG05   6114.609151 -15568.967583  20588.090474   -137.989385  7  5  5 121       
+PG06 -14096.910412  20219.223778   9769.310480   -225.906689  6  4  4  97       
+PG07  21313.676126   6730.718352  14507.926721      7.029169  9  3  6 105       
+PG08  26364.716353   1230.309114   4987.120615      7.633774  8  6  8 118       
+PG09  -2492.165036 -14762.653676 -22487.752398     71.153504  8  5  7 124       
+PG10  17514.915393   -604.046756  19844.842921    -70.407942  6  3  6  96       
+PG11   2825.344172  16951.790755 -20526.237953   -139.136054  8  3     78       
+PG12  -9495.231144 -22862.503989  -9829.915381    -14.974378  5  7  7 110       
+PG13   9208.875349  12921.064373  21145.173905    276.834607  7  6  3  92       
+PG14 -16817.125270   5663.358538 -19561.138476    141.225204 10  5  6  98       
+PG15   2333.528982 -24869.663868  -8773.727033   -138.660369  5  3  5 113       
+PG16  -8135.589161  13341.270928  21463.392425   -161.943792  5  3  7 119       
+PG17  16919.554069  -4863.672652 -19685.307109    184.220442  9  7  3 112       
+PG18 -20311.688581 -14179.903485  -9770.942574    129.573552 10  7  7  54       
+PG19  -7250.300468  24659.997450  -5922.514331   -126.007623  8  4  6 126       
+PG20  13128.094252  22252.285229  -6452.906348     48.829628  6  4  9 114       
+PG21 -22510.626241  -6672.704467  13384.728414   -134.423492  9  5  7 103       
+PG22 -19426.674993  -3625.368411 -17626.376132    150.860200 10  6  6  83       
+PG23   1803.823630  22196.851327  14206.280041    316.272955  5  4  6 114       
+PG24   5832.887809  14729.067218 -21290.780305    378.061514  9  6  6  54       
+PG25 -18400.873184 -18955.399465   2833.273044     -0.975383  7  4  8  98       
+PG26  12103.048854 -23284.277542   1543.066071   -160.656180  6  7  6 115       
+PG27   4043.281390 -15052.162699 -20792.438828    251.380040  8  5  4   8       
+PG28  19499.696446   8331.695393 -15637.045340     28.712218 10  8  8  83       
+PG29  -7954.106415 -16202.420043  19579.899189    196.637014  3  4  6 127       
+PG30 -13680.484639   7014.523332  21254.106994    333.629958  7  5  3 122       
+PG31 -24892.173073   7729.299522   5870.543405     60.726319  9  7  6  77       
+PG32   5038.676617  23021.932919 -12354.112279   -226.536946  5  5  7 105       
+*  2011  4  1 13  0  0.00000000
+PG01 -17643.429364    987.438353  19759.333802 999999.999999
+PG02  19348.659344 -13540.508255  11689.756886    328.291395  8  6  6  76       
+PG03 -10450.474242  22523.541715   8558.900177    696.167929  6  4  4  80       
+PG04  26064.431445  -6014.027757    137.495278     76.412006  7  6  4  96       
+PG05   7748.974904 -13804.093891  21293.378882   -137.994672  8  5  5 117       
+PG06 -14033.295705  18940.945553  12185.420466   -226.012170  6  4  4 108       
+PG07  19603.184670   7191.071497  16538.235068      7.030190  8  3  6 119       
+PG08  25667.065268   1414.204666   7758.664577      7.633691  8  6  7 125       
+PG09   -107.710451 -15263.899056 -22284.159151     71.155983  8  5  7  78       
+PG10  18853.707118   1188.080247  18598.346689    -70.408819  6  3  7 108       
+PG11    708.960190  17828.437112 -19916.051918   -139.138803  8  3  2  92       
+PG12  -8546.781531 -22009.476415 -12309.731220    -14.971916  5  7  7 120       
+PG13   8193.453974  15079.492111  20111.353772    276.833429  7  6  4  90       
+PG14 -16011.796783   3470.975748 -20717.616021    141.227465 10  5  6  91       
+PG15   2865.028843 -25598.307076  -6104.547769   -138.657760  6  3  6  94       
+PG16  -9729.465768  11447.803846  21915.932698   -161.946545  6  4  7 116       
+PG17  16187.278449  -2634.766476 -20712.296557    184.220354  9  7  2  89       
+PG18 -20739.141037 -15131.752974  -7223.118987    129.575235  9  7  6  68       
+PG19  -7719.804406  25023.995401  -3114.206174   -126.011309  8  5  6 125       
+PG20  12311.858623  21821.909744  -9058.758680     48.829844  5  3  9 109       
+PG21 -20999.189514  -7154.872735  15437.988376   -134.426449  8  4  6  95       
+PG22 -20516.812240  -5258.953936 -15922.076751    150.859449 10  6  7  89       
+PG23   1091.859989  23541.009355  11900.779245    316.270489  5  4  6 121       
+PG24   3393.224957  15083.286964 -21544.397525    378.063542  8  6  6  39       
+PG25 -18324.388525 -19241.305257    -19.864813     -0.975748  7  4  8  84       
+PG26  12135.324491 -22821.351802   4449.979241   -160.665575  6  7  6 108       
+PG27   6457.153833 -15543.025899 -19802.187368    251.382409  8  5  3  66       
+PG28  20459.184647   9790.331905 -13513.223736     28.714369 10  8  7  93       
+PG29  -7065.131559 -18155.209671  18152.981288    196.639408  3  4  5 130       
+PG30 -15345.374817   5170.403007  20651.538227    333.632210  8  5  3 124       
+PG31 -25399.721480   7640.469617   3049.528496     60.730837  8  7  6  88       
+PG32   3959.255914  21865.816596 -14559.468082   -226.543647  5  5  6  69       
+*  2011  4  1 13 15  0.00000000
+PG01 -19113.840865   -649.426205  18377.591115 999999.999999
+PG02  20597.271476 -13570.587015   9213.154888    328.293250  8  6  6  79       
+PG03 -10619.311085  21297.992311  11043.584123    696.173003  6  4  4  91       
+PG04  26020.966358  -5703.229156  -2648.825722     76.421405  7  7  5  99       
+PG05   9511.868358 -12083.341306  21631.159544   -137.999899  8  5  5 118       
+PG06 -13972.320997  17408.692870  14391.269239   -226.117211  6  4  5 106       
+PG07  17712.198815   7796.214324  18286.369673      7.030923  8  4  6 117       
+PG08  24682.035661   1691.178660  10400.948686      7.633948  8  6  8 122       
+PG09   2203.983331 -15889.412229 -21715.954657     71.158019  8  5  6  77       
+PG10  20170.030114   2790.260228  17029.972166    -70.409709  6  4  7 102       
+PG11  -1298.013692  18751.743721 -18969.999964   -139.141658  8  3  2 110       
+PG12  -7367.486350 -21014.567393 -14579.272283    -14.969164  6  7  7 116       
+PG13   7348.870727  17161.649105  18726.681681    276.832371  6  6  4  86       
+PG14 -15292.657690   1132.528615 -21511.630491    141.229648 10  6  6 100       
+PG15   3281.162709 -26053.802441  -3329.247694   -138.654926  6  4  6 103       
+PG16 -11442.128143   9623.911670  21991.841564   -161.948934  6  4  8 121       
+PG17  15542.504095   -280.558625 -21377.168670    184.220613  8  7  3 124       
+PG18 -21012.228834 -15845.110460  -4552.459655    129.576942  9  7  6  99       
+PG19  -8057.171890  25108.179282   -251.149048   -126.014829  9  5  6 129       
+PG20  11271.516914  21234.879132 -11510.152657     48.829934  5  3  8 124       
+PG21 -19306.238586  -7761.414037  17239.080046   -134.428518  8  4  6  97       
+PG22 -21540.289018  -6685.006680 -13941.814525    150.858965 10  7  6  87       
+PG23    527.154989  24657.324565   9386.751327    316.268296  4  4  6 114       
+PG24    964.137943  15561.280496 -21425.521305    378.066956  8  7  6   5       
+PG25 -18034.173925 -19302.903048  -2872.662870     -0.976141  7  4  7  71       
+PG26  12083.936060 -22046.979845   7277.301241   -160.674776  6  6  6 117       
+PG27   8709.796730 -16121.661951 -18448.281337    251.385634  8  6  4  35       
+PG28  21323.122783  10999.541036 -11152.590772     28.716427  9  9  7  97       
+PG29  -6334.170684 -19982.153104  16416.063599    196.642311  4  4  5 125       
+PG30 -17034.770603   3476.633827  19680.616857    333.634723  8  5  3 125       
+PG31 -25600.571011   7501.449794    176.854343     60.735217  8  8  7  85       
+PG32   2668.437310  20583.060472 -16514.405388   -226.550379  5  5  6 105       
+*  2011  4  1 13 30  0.00000000
+PG01 -20537.915714  -2087.625029  16678.287567 999999.999999
+PG02  21568.595341 -13564.950176   6573.825762    328.295296  8  6  5  72       
+PG03 -10822.475096  19807.802918  13331.072860    696.178254  6  4  5 104       
+PG04  25698.605778  -5296.919493  -5390.632375     76.431006  7  7  5 100       
+PG05  11372.290265 -10444.071057  21595.908158   -138.005098  9  5  5 116       
+PG06 -13947.269561  15645.670227  16349.441359   -226.222464  6  4  5 112       
+PG07  15684.389114   8559.099889  19722.112366      7.031875  7  4  5 121       
+PG08  23435.566974   2093.826865  12869.686579      7.632246  8  6  7 125       
+PG09   4399.935728 -16618.886387 -20791.945463     71.159616  9  6  6  80       
+PG10  21422.153654   4187.508946  15168.011879    -70.411029  6  5  7 104       
+PG11  -3166.020985  19692.544246 -17702.804223   -139.144294  7  4  3 100       
+PG12  -5956.460108 -19920.514138 -16599.493800    -14.966493  5  7  6 122       
+PG13   6673.015149  19117.943033  17015.458894    276.830942  6  6  5  97       
+PG14 -14685.673132  -1308.036138 -21929.503018    141.231766  9  6  6 113       
+PG15   3613.629532 -26216.999436   -496.059155   -138.652283  7  5  6 101       
+PG16 -13240.356926   7906.968486  21690.739453   -161.951497  7  5  8 119       
+PG17  15007.707918   2154.885513 -21668.834905    184.220763  7  7  3 103       
+PG18 -21098.610347 -16334.468816  -1804.701511    129.579184  8  8  5  98       
+PG19  -8295.746634  24896.161391   2616.324465   -126.018161  9  6  6 133       
+PG20  10002.497421  20528.927295 -13765.545040     48.830219  6  3  8 121       
+PG21 -17469.245102  -8506.328741  18758.398209   -134.430710  8  4  5 103       
+PG22 -22456.741582  -7896.557905 -11720.381181    150.857852  9  7  6  88       
+PG23     85.045593  25512.682123   6708.020545    316.266208  4  5  6 115       
+PG24  -1407.285926  16151.745029 -20935.383747    378.070628  8  7  6           
+PG25 -17506.442020 -19169.109197  -5676.086014     -0.976513  7  4  7 106       
+PG26  11989.207967 -20960.909517   9973.704363   -160.684000  6  6  6 122       
+PG27  10760.273112 -16756.485625 -16756.089533    251.387750  8  7  5  31       
+PG28  22049.705470  11959.849607  -8597.750128     28.718589  9  9  6  96       
+PG29  -5751.127031 -21639.634874  14398.701223    196.644807  4  3  5 126       
+PG30 -18705.053281   1956.646590  18359.330019    333.636960  8  5  4 126       
+PG31 -25500.270946   7273.749491  -2698.803719     60.739754  8  8  7  96       
+PG32   1168.823018  19216.162622 -18183.953546   -226.556902  5  5  5 113       
+*  2011  4  1 13 45  0.00000000
+PG01 -21871.011493  -3317.550677  14691.282455 999999.999999
+PG02  22256.055588 -13486.336966   3818.168425    328.297070  8  6  4  71       
+PG03 -11089.826023  18078.807164  15379.948330    696.182349  6  4  5 102       
+PG04  25116.739943  -4764.975024  -8041.999047     76.440088  7  7  5  92       
+PG05  13293.487529  -8918.092645  21188.548101   -138.010255  9  6  6 111       
+PG06 -13987.447412  13682.028295  18026.969797   -226.327602  6  4  5 108       
+PG07  13566.403219   9484.677360  20820.469370      7.032713  7  4  5 116       
+PG08  21960.619742   2649.279652  15123.245696      7.632575  8  7  7 119       
+PG09   6441.526746 -17425.138792 -19526.523143     71.163190  8  7  6  90       
+PG10  22567.933392   5373.213076  13045.587665    -70.411225  5  5  7 109       
+PG11  -4871.088247  20617.707479 -16134.674615   -139.147297  7  4  4  97       
+PG12  -4321.497897 -18770.873787 -18335.502540    -14.964024  5  7  6 116       
+PG13   6155.223535  20901.383506  15007.723039    276.829430  6  6  5 100       
+PG14 -14209.329840  -3802.555309 -21964.246837    141.234031  8  7  6  99       
+PG15   3897.206407 -26077.029362   2345.755607   -138.649436  8  5  6 100       
+PG16 -15085.460775   6328.086612  21018.671075   -161.953980  8  6  9 106       
+PG17  14597.935069   4624.093209 -21582.836920    184.221136  6  6  4  88       
+PG18 -20970.575340 -16621.105325    973.515435    129.580771  7  7  4  98       
+PG19  -8471.823850  24380.240450   5437.801219   -126.021666  9  6  6 135       
+PG20   8508.120385  19743.294824 -15786.794340     48.829814  6  4  7 106       
+PG21 -15528.598184  -9396.698021  19970.648430   -134.433580  7  4  5 107       
+PG22 -23226.915501  -8894.764508  -9296.614880    150.856989  9  7  6  91       
+PG23   -264.614336  26081.135765   3911.466476    316.263877  5  6  6 122       
+PG24  -3676.508174  16835.876948 -20081.711740    378.073806  7  7  6  52       
+PG25 -16724.605314 -18874.010721  -8381.962162     -0.976928  7  4  7 107       
+PG26  11891.605052 -19572.951088  12489.739842   -160.693455  6  6  6 119       
+PG27  12575.329915 -17410.629776 -14757.447537    251.390776  8  7  6  42       
+PG28  22599.811490  12680.641284  -5894.158406     28.720879  9  9  5  90       
+PG29  -5298.529984 -23087.950557  12135.233255    196.647525  5  4  6 114       
+PG30 -20310.638197    625.570433  16712.014546    333.640182  7  6  4 119       
+PG31 -25112.996156   6921.288054  -5528.477908     60.744235  8  7  7 107       
+PG32   -528.427903  17808.038478 -19537.787547   -226.563495  6  5  5 103       
+*  2011  4  1 14  0  0.00000000
+PG01 -23069.063429  -4338.208347  12451.296284 999999.999999
+PG02  22661.869302 -13298.300226    994.853658    328.299022  8  6  4 102       
+PG03 -11446.594935  16144.075154  17153.063538    696.187065  6  5  5  93       
+PG04  24301.458614  -4081.767445 -10558.631539     76.449417  7  7  6 110       
+PG05  15234.233276  -7530.579144  20416.412812   -138.015537  9  6  6 112       
+PG06 -14116.955497  11553.831917  19395.851712   -226.432427  6  5  5 103       
+PG07  11406.218978  10569.532422  21562.119613      7.033810  6  5  4 120       
+PG08  20296.035865   3377.993194  17123.305552      7.631802  8  7  7 128       
+PG09   8295.735786 -18275.064106 -17939.512080     71.163864  8  8  6  84       
+PG10  23566.412651   6349.116503  10700.009867    -70.412137  5  5  7 106       
+PG11  -6395.578601  21491.349260 -14291.069629   -139.149810  7  4  5  98       
+PG12  -2478.996318 -17608.345512 -19757.165308    -14.961354  5  7  5 128       
+PG13   5776.870671  22469.299044  12738.690852    276.827894  5  7  5 109       
+PG14 -13873.942487  -6300.350130 -21615.672428    141.236293  8  7  5  98       
+PG15   4168.178280 -25631.751854   5146.788025   -138.646589  8  6  6 110       
+PG16 -16934.653421   4911.105980  19987.943375   -161.956611  8  7  9 119       
+PG17  14320.258414   7077.854687 -21121.383204    184.221439  5  6  4  95       
+PG18 -20606.155932 -16732.063542   3735.404492    129.582826  6  7  4  90       
+PG19  -8623.004858  23561.775109   8163.731069   -126.025331  9  7  7 133       
+PG20   6799.647557  18917.182340 -17539.771672     48.829953  6  4  7 113       
+PG21 -13526.269024 -10432.263595  20855.224996   -134.436269  7  5  4 108       
+PG22 -23814.201942  -9688.624499  -6712.690518    150.856283  8  7  5  79       
+PG23   -556.059006  26344.921220   1046.162696    316.261407  6  7  6 123       
+PG24  -5803.086164  17588.057340 -18878.644025    378.076603  7  8  7  44       
+PG25 -15680.072836 -18455.424279 -10943.807101     -0.977291  8  4  6 107       
+PG26  11829.891989 -17902.827352  14778.906984   -160.702724  6  6  6 119       
+PG27  14130.533605 -18043.572263 -12489.906393    251.391686  7  8  7  63       
+PG28  22938.540365  13179.477697  -3089.247983     28.723107  8  9  5  87       
+PG29  -4952.367490 -24292.727920   9664.218198    196.649739  6  5  7 120       
+PG30 -21805.733771   -510.137911  14768.823267    333.641793  7  6  4 120       
+PG31 -24461.003890   6411.973812  -8263.714860     60.748767  9  7  7  99       
+PG32  -2403.751530  16400.384654 -20550.856988   -226.570122  7  5  5 102       
+*  2011  4  1 14 15  0.00000000
+PG01 -24090.255108  -5157.023896   9997.278211 999999.999999
+PG02  22796.851929 -12966.850013  -1846.102381    328.300921  8  6  4  90       
+PG03 -11912.176346  14042.742299  18618.318312    696.191663  6  5  6 109       
+PG04  23284.544739  -3227.298194 -12898.541162     76.459208  7  7  6  94       
+PG05  17150.285700  -6299.251896  19293.097760   -138.021060  9  7  6 109       
+PG06 -14353.683162   9301.818339  20433.470013   -226.537702  5  5  5 111       
+PG07   9251.448491  11801.854423  21933.774620      7.034703  6  5  3 121       
+PG08  18485.188126   4292.777568  18835.483744      7.631464  7  7  6 125       
+PG09   9936.195664 -19130.814301 -16055.952721     71.164686  8  8  6  95       
+PG10  24379.370858   7124.987068   8172.085170    -70.413782  5  6  7 102       
+PG11  -7728.715141  22276.180044 -12202.363806   -139.152970  6  5  5 110       
+PG12   -453.545079 -16473.131561 -20839.644267    -14.959044  5  7  4 136       
+PG13   5512.283827  23784.889195  10248.106408    276.827350  5  7  6 102       
+PG14 -13681.301731  -8750.023904 -20890.361717    141.238285  7  7  5 109       
+PG15   4462.709970 -24887.869237   7858.369174   -138.643823  8  7  6  92       
+PG16 -18742.585850   3671.875308  18616.864617   -161.959020  9  8  9 116       
+PG17  14173.570709   9466.954424 -20293.259810    184.221813  5  6  5 103       
+PG18 -19990.022726 -16698.944471   6434.767131    129.584674  6  7  3  85       
+PG19  -8786.505812  22451.202296  10746.350288   -126.028811  9  7  7 133       
+PG20   4896.035961  18088.223722 -18994.903627     48.830034  6  5  6 125       
+PG21 -11504.421689 -11605.265877  21396.545038   -134.438152  7  5  4 115       
+PG22 -24186.074091 -10294.392183  -4013.362619    150.855681  8  7  5 106       
+PG23   -826.044007  26295.154499  -1837.534625    316.259105  7  7  6 125       
+PG24  -7752.067962  18376.825720 -17346.527619    378.079087  6  8  7  41       
+PG25 -14372.745947 -17953.322751 -13317.619417     -0.977643  8  4  6  92       
+PG26  11839.345059 -15979.599971  16798.686917   -160.712391  6  6  5 117       
+PG27  15411.009004 -18612.919539  -9995.851464    251.393286  7  8  7 101       
+PG28  23036.564508  13481.122959   -231.557822     28.725211  7  8  4  83       
+PG29  -4683.175738 -25226.159293   7027.797667    196.652200  7  6  7 117       
+PG30 -23146.105615  -1452.698501  12565.077500    333.644082  7  6  4 116       
+PG31 -23573.791424   5719.149278 -10857.391886     60.753389  9  7  7  88       
+PG32  -4429.669961  15032.079194 -21203.937164   -226.576751  7  5  4  97       
+*  2011  4  1 14 30  0.00000000
+PG01 -24896.605807  -5789.326924   7371.709258 999999.999999
+PG02  22679.877972 -12462.009907  -4654.301500    328.303057  8  6  4  71       
+PG03 -12499.172713  11818.585235  19749.326363    696.196073  6  5  6 105       
+PG04  22102.278115  -2188.123868 -15022.680145     76.468251  7  7  5  92       
+PG05  18995.969146  -5233.864130  17838.205999   -138.026064  9  8  6 107       
+PG06 -14708.558212   6969.994936  21122.917705   -226.642939  5  5  6  92       
+PG07   7147.656574  13161.734855  21928.442134      7.035687  6  5  3 108       
+PG08  16574.463151   5398.099869  20229.921433      7.631916  7  7  6 120       
+PG09  11344.024904 -19951.170598 -13905.816834     71.166556  8  9  6  98       
+PG10  24972.761836   7717.984075   5505.387870    -70.413865  4  6  7  90       
+PG11  -8866.849619  22934.940749  -9903.420364   -139.155508  5  5  5 103       
+PG12   1722.798382 -15401.400072 -21563.848912    -14.956302  6  6  3 128       
+PG13   5329.939871  24818.550467   7579.509167    276.825832  5  8  6 109       
+PG14 -13624.676002 -11101.283800 -19801.513932    141.240237  6  7  5  87       
+PG15   4815.226886 -23860.704259  10433.440264   -138.640999  9  7  6 109       
+PG16 -20462.974960   2617.847516  16929.392170   -161.961330  9  8  9 101       
+PG17  14148.714128  11743.894332 -19113.620434    184.221718  6  6  6  65       
+PG18 -19114.138327 -16556.554151   9026.698521    129.586484  5  7  4  74       
+PG19  -8997.492126  21067.700473  13140.563722   -126.032322  9  7  7 134       
+PG20   2823.405746  17291.035465 -20127.640815     48.829895  6  5  5 112       
+PG21  -9504.013781 -12900.549610  21584.334924   -134.440381  7  6  4 116       
+PG22 -24315.368968 -10734.720114  -1245.175860    150.854830  7  7  4  84       
+PG23  -1112.173761  25932.184599  -4688.927613    316.256818  7  8  7 128       
+PG24  -9495.178107  19166.105948 -15511.594060    378.081596  6  8  7  51       
+PG25 -12811.193822 -17408.190552 -15462.632151     -0.977972  8  4  5 106       
+PG26  11950.102600 -13840.687641  18511.504989   -160.721394  6  5  5 119       
+PG27  16411.755418 -19076.259373  -7321.525757    251.395966  7  8  7 104       
+PG28  22871.251304  13616.320861   2630.110613     28.727288  6  8  4  94       
+PG29  -4457.345116 -25867.998202   4270.997437    196.654644  8  7  7 128       
+PG30 -24290.770640  -2212.653078  10140.526471    333.647868  7  7  5 112       
+PG31 -22486.981830   4822.844959 -13264.529924     60.757573  8  7  7  99       
+PG32  -6571.610814  13737.684277 -21484.084644   -226.583559  7  5  4 100       
+*  2011  4  1 14 45  0.00000000
+PG01 -25455.414271  -6257.532648   4619.854944 999999.999999
+PG02  22337.018565 -11759.217469  -7379.939322    328.305036  8  6  4 106       
+PG03 -13212.736332   9518.406831  20525.953386    696.201361  6  5  6 105       
+PG04  20794.091770   -958.041159 -16895.532912     76.477294  7  6  5  79       
+PG05  20725.816539  -4336.001275  16076.992964   -138.031513  9  8  6 117       
+PG06 -15185.078486   4604.130475  21453.223981   -226.748025  5  6  6  92       
+PG07   5136.757378  14621.789261  21545.586699      7.036691  6  6  3 114       
+PG08  14611.628634   6689.692353  21281.819172      7.632155  6  7  5 112       
+PG09  12508.406518 -20693.066095 -11523.651042     71.168745  8  9  6 109       
+PG10  25317.990666   8151.757170   2745.508379    -70.415751  4  7  7  92       
+PG11  -9813.460452  23431.874017  -7433.069406   -139.158598  5  5  6 101       
+PG12   4011.526712 -14423.909284 -21916.795402    -14.953642  7  6  4 108       
+PG13   5193.895020  25548.924563   4779.437806    276.824312  5  8  6 109       
+PG14 -13689.164111 -13306.713943 -18368.668728    141.242255  5  7  5 103       
+PG15   5256.870245 -22573.650601  12827.390241   -138.638630  9  8  6 104       
+PG16 -22050.267646   1747.999947  14954.697299   -161.964146  9  8  9  86       
+PG17  14228.937872  13864.541252 -17603.663587    184.222016  6  5  6  97       
+PG18 -17978.149355 -16341.457852  11468.257529    129.588502  5  7  3  97       
+PG19  -9287.508622  19438.513381  15304.766086   -126.035704  9  8  7 127       
+PG20    614.242084  16555.895252 -20918.846745     48.830094  6  6  5 125       
+PG21  -7563.432030 -14295.938825  21413.863616   -134.442585  8  6  4 111       
+PG22 -24181.366888 -11037.564827   1544.341920    150.854161  5  6  4  89       
+PG23  -1451.193878  25265.585239  -7457.925357    316.254671  8  8  7 124       
+PG24 -11011.745001  19916.637109 -13405.518920    378.084455  5  8  7  50       
+PG25 -11012.501405 -16859.371435 -17342.008557     -0.978324  8  3  5  99       
+PG26  12185.736021 -11530.514098  19885.586692   -160.730710  6  5  5 130       
+PG27  17137.537292 -19392.994614  -4515.994148    251.397920  6  7  6 115       
+PG28  22427.520966  13620.380457   5447.498728     28.729328  6  7  4  86       
+PG29  -4238.593143 -26206.281776   1440.976070    196.656842  9  8  7 122       
+PG30 -25203.551285  -2808.173363   7538.536061    333.651258  6  7  5 117       
+PG31 -21240.976283   3710.790094 -15443.089294     60.761968  8  7  7  99       
+PG32  -8789.030366  12546.115634 -21384.980699   -226.590218  7  6  4 115       
+*  2011  4  1 15  0  0.00000000
+PG01 -25740.505109  -6590.057696   1788.981239 999999.999999
+PG02  21800.393124 -10840.507116  -9974.768658    328.306883  8  6  4 117       
+PG03 -14050.239231   7190.302024  20934.710572    696.206591  6  6  6 115       
+PG04  19401.128094    461.492331 -18485.658173     76.486481  8  6  5  94       
+PG05  22296.210371  -3599.203435  14039.917762   -138.036430  8  9  6 120       
+PG06 -15779.138960   2250.196518  21419.482555   -226.853042  5  6  6  92       
+PG07   3255.550837  16148.082208  20791.181805      7.037509  5  6  3 106       
+PG08  12644.141023   8154.486266  21971.913086      7.633195  6  7  5 104       
+PG09  13426.888001 -21313.211360  -8948.145032     71.170919  7  9  6 112       
+PG10  25392.985280   8455.315805    -60.708446    -70.417211  4  7  7  98       
+PG11 -10578.873946  23734.174135  -4833.494775   -139.161391  4  6  6  93       
+PG12   6368.956866 -13564.847326 -21891.865125    -14.951665  8  5  5 121       
+PG13   5065.387637  25963.629257   1896.586756    276.822957  5  9  6 116       
+PG14 -13852.381244 -15323.429939 -16617.314785    141.244746  5  7  5  96       
+PG15   5814.089322 -21057.318924  14998.844068   -138.635867  9  8  6  97       
+PG16 -23461.279057   1053.078139  12726.655690   -161.966507  9  9  8 110       
+PG17  14390.661436  15789.635555 -15790.206678    184.222380  6  5  6  90       
+PG18 -16589.506988 -16090.492603  13719.096244    129.590247  6  6  4  70       
+PG19  -9683.070462  17597.964347  17201.585128   -126.039424  9  8  8 129       
+PG20  -1693.639670  15907.597775 -21355.102644     48.830176  6  7  5 121       
+PG21  -5717.208366 -15762.875204  20886.116409   -134.444069  8  7  5 116       
+PG22 -23770.629439 -11234.901728   4307.490021    150.853549  4  5  3  92       
+PG23  -1877.320819  24313.786107 -10095.978355    316.252478  8  9  7 128       
+PG24 -12289.330650  20587.552663 -11064.871114    378.087107  5  8  7  30       
+PG25  -9001.795185 -16343.472709 -18923.470454     -0.978648  8  3  4  89       
+PG26  12562.113430  -9098.844978  20895.675390   -160.739979  6  5  6 123       
+PG27  17602.368635 -19526.074735  -1630.084643    251.402174  5  7  5  98       
+PG28  21698.417600  13531.629397   8173.647210     28.731719  5  7  4  85       
+PG29  -3989.548326 -26237.750334  -1413.767503    196.659284  9  8  8 124       
+PG30 -25854.428436  -3264.069835   4805.229874    333.654598  6  7  5 108       
+PG31 -19879.420969   2379.136343 -17354.733375     60.766331  8  7  7  85       
+PG32 -11036.801024  11479.537997 -20907.147830   -226.597054  7  6  5 101       
+*  2011  4  1 15 15  0.00000000
+PG01 -25733.232267  -6820.014207  -1072.452432 999999.999999
+PG02  21106.785533  -9695.423772 -12393.025759    328.308980  8  6  5 105       
+PG03 -15001.285555   4881.881855  20968.993404    696.211320  5  6  6 112       
+PG04  17964.744803   2061.216491 -19766.176936     76.496003  7  6  4  93       
+PG05  23666.959861  -3009.403164  11762.109466   -138.042013  8  9  5 113       
+PG06 -16479.157408    -47.183874  21022.884055   -226.958372  4  6  6  94       
+PG07   1534.456113  17701.322863  19677.649751      7.038337  5  7  4 105       
+PG08  10717.453782   9770.881383  22286.880634      7.632855  6  7  3 109       
+PG09  14105.384847 -21769.769700  -6221.621561     71.172965  7  9  5  78       
+PG10  25183.027593   8661.715344  -2865.923931    -70.419607  4  7  7 102       
+PG11 -11179.713501  23813.357146  -2149.535618   -139.164291  2  6  7 116       
+PG12   8747.714356 -12840.934038 -21488.955749    -14.948542  8  6  6 106       
+PG13   4904.548135  26059.645615  -1019.067007    276.821410  6  9  7 125       
+PG14 -14085.447471 -17114.550761 -14578.394458    141.246868  6  7  5  70       
+PG15   6507.427222 -19348.413498  16910.386669   -138.633138  8  8  6 115       
+PG16 -24656.745661    516.150422  10283.272737   -161.969132  9  8  8 109       
+PG17  14604.509383  17486.104386 -13705.168419    184.222159  6  5  6  73       
+PG18 -14963.314897 -15839.289748  15742.045098    129.592263  6  6  4  87       
+PG19 -10204.472126  15586.204122  18798.532063   -126.042764  9  7  7 132       
+PG20  -4058.328153  15364.529427 -21428.924676     48.830400  7  7  5 125       
+PG21  -3994.861446 -17267.305803  20007.901265   -134.446650  8  7  5 106       
+PG22 -23077.566638 -11361.300817   6997.195102    150.852781  4  5  3 111       
+PG23  -2420.679453  23103.359891 -12556.977293    316.250101  8  9  7 120       
+PG24 -13324.035580  21138.044041  -8530.461637    378.090303  4  7  7           
+PG25  -6811.464404 -15892.887458 -20179.848776     -0.978983  8  4  5 109       
+PG26  13086.613288  -6598.890469  21523.585575   -160.749147  6  4  6 122       
+PG27  17828.629729 -19443.551233   1284.659653    251.404694  5  6  3  93       
+PG28  20685.382292  13389.795514  10763.596504     28.733434  4  6  5 104       
+PG29  -3673.384230 -25967.946770  -4244.215096    196.661678  9  9  8 124       
+PG30 -26220.642529  -3610.549760   1988.605102    333.657523  5  8  5 104       
+PG31 -18447.545352    832.860468 -18965.544583     60.770757  7  7  6  88       
+PG32 -13266.810474  10552.537797 -20058.027506   -226.603815  7  6  5  96       
+*  2011  4  1 15 30  0.00000000
+PG01 -25423.203708  -6983.734390  -3915.609666 999999.999999
+PG02  20296.085946  -8321.628301 -14592.296352    328.311181  8  6  4 114       
+PG03 -16048.064053   2638.534515  20629.161494    696.215664  5  6  6 103       
+PG04  16525.022359   3824.212483 -20715.201503     76.505019  7  6  3  94       
+PG05  24802.754714  -2545.659742   9282.758170   -138.047260  7  9  5 107       
+PG06 -17266.490984  -2246.224380  20270.655282   -227.063609  4  6  6  89       
+PG07     -3.507551  19238.287648  18223.687279      7.039263  5  8  4 102       
+PG08   8873.388478  11509.349708  22219.664718      7.633259  6  7  3 108       
+PG09  14557.878784 -22024.024185  -3389.446729     71.174207  7  9  5  98       
+PG10  24681.318244   8806.610704  -5623.055317    -70.420830  4  7  6  92       
+PG11 -11638.093036  23646.493301    572.087964   -139.167030  3  8  7 115       
+PG12  11098.372325 -12260.821675 -20714.519632    -14.945894  8  7  7 106       
+PG13   4672.146609  25843.349480  -3917.149443    276.820333  6  9  7 124       
+PG14 -14354.236010 -18650.432350 -12287.716807    141.249136  6  6  5 102       
+PG15   7350.548394 -17488.385096  18529.209290   -138.630354  8  9  6  97       
+PG16 -25602.737508    113.449933   7666.052740   -161.971603  9  8  8 110       
+PG17  14836.573443  18928.131926 -11384.972132    184.222419  5  5  6  97       
+PG18 -13121.911886 -15620.857877  17503.650263    129.593753  7  6  4  86       
+PG19 -10864.861430  13447.745752  20068.547884   -126.046457  8  7  7 136       
+PG20  -6435.205132  14937.995580 -21138.890775     48.830432  7  8  6 121       
+PG21  -2419.906802 -18770.797488  18791.878959   -134.449499  8  8  5 108       
+PG22 -22104.714555 -11452.419098   9567.788972    150.852064  4  5  4 121       
+PG23  -3105.913905  21667.996347 -14798.096059    316.247774  8  9  7 125       
+PG24 -14120.465202  21529.040385  -5846.604352    378.094145  5  7  7 145       
+PG25  -4480.106910 -15534.491774 -21089.547293     -0.979307  8  4  5  94       
+PG26  13757.726896  -4085.263920  21758.572640   -160.757958  6  5  6 123       
+PG27  17845.870116 -19119.895689   4176.988338    251.408512  5  6  3 129       
+PG28  19398.227668  13234.376094  13175.027070     28.735468  4  5  5 103       
+PG29  -3255.440566 -25410.990300  -7001.665733    196.664435 10  9  8 130       
+PG30 -26287.504864  -3881.781865   -862.355728    333.661387  5  8  5 104       
+PG31 -16990.435136   -914.176129 -20246.676765     60.774918  6  7  6  83       
+PG32 -15429.708416   9771.613254 -18851.910938   -226.610311  7  6  5 103       
+*  2011  4  1 15 45  0.00000000
+PG01 -24808.702296  -7119.183105  -6692.090141 999999.999999
+PG02  19409.626665  -6725.170236 -16534.300826    328.312960  7  6  4 120       
+PG03 -17166.021935    501.799199  19922.461113    696.220424  4  6  6  95       
+PG04  15119.324743   5726.328964 -21316.200421     76.514190  7  6  3  88       
+PG05  25674.440895  -2181.160031   6644.441465   -138.052392  6  9  4 115       
+PG06 -18116.125962  -4309.348015  19175.908903   -227.168698  3  6  6 106       
+PG07  -1343.451150  20713.416720  16453.977111      7.040124  5  8  4 112       
+PG08   7148.631011  13333.359414  21769.704724      7.634222  6  7  2 102       
+PG09  14805.812020 -22041.975399   -499.360966     71.175529  7  9  4  79       
+PG10  23889.258707   8926.731540  -8286.006044    -70.422791  4  7  6 123       
+PG11 -11980.582339  23217.247342   3283.612314   -139.169912  2  8  8 109       
+PG12  13371.183412 -11824.819991 -19581.486424    -14.943214  9  8  7 109       
+PG13   4331.308259  25330.189499  -6747.770165    276.819007  6 10  7 111       
+PG14 -14620.828804 -19909.617727  -9785.292768    141.251513  6  7  5  92       
+PG15   8349.545860 -15521.914433  19827.667096   -138.627537  7  9  5 107       
+PG16 -26271.879614   -184.529123   4919.321211   -161.974399  8  8  7  87       
+PG17  15049.849852  20097.949451  -8869.883244    184.222458  5  6  6  66       
+PG18 -11094.204561 -15464.273838  18974.660425    129.595829  7  6  4  89       
+PG19 -11669.613532  11229.847834  20990.437364   -126.049522  8  7  7 131       
+PG20  -8778.439782  14631.825323 -20489.675107     48.830827  7  9  7 124       
+PG21  -1009.075454 -20231.846767  17256.507780   -134.451746  8  8  5 109       
+PG22 -20862.715646 -11543.467610  11975.752736    150.851552  4  5  4 112       
+PG23  -3951.028982  20047.207883 -16780.560962    316.245589  8  9  8 119       
+PG24 -14691.358401  21724.834844  -3060.304107    378.096765  5  7  7 153       
+PG25  -2051.239311 -15288.567191 -21636.911888     -0.979601  8  4  5 118       
+PG26  14565.067431  -1611.894115  21597.508693   -160.767223  6  5  6 114       
+PG27  17689.363029 -18537.034159   6996.887174    251.411558  5  6  5  95       
+PG28  17854.823041  13103.051503  15368.837458     28.737963  4  5  4 107       
+PG29  -2704.767994 -24589.031579  -9638.573531    196.666667 10 10  8 127       
+PG30 -26048.894673  -4114.330698  -3698.558125    333.664983  5  8  4 120       
+PG31 -15551.307562  -2839.519922 -21174.928264     60.779986  5  6  6  68       
+PG32 -17476.728130   9135.008307 -17309.719194   -226.617001  7  6  5 106       
+*  2011  4  1 16  0  0.00000000
+PG01 -23896.789296  -7264.319480  -9354.727101 999999.999999
+PG02  18488.484326  -4920.418737 -18185.581267    328.314735  7  6  4 119       
+PG03 -18324.826324  -1492.078384  18862.797654    696.223554  4  6  5 116       
+PG04  13780.964153   7736.878643 -21558.294119     76.523560  7  6  4  62       
+PG05  26260.070803  -1884.446122   3892.397827   -138.057436  5  9  4 118       
+PG06 -18997.613689  -6204.396288  17757.407707   -227.273734  3  6  6 105       
+PG07  -2479.026837  22080.523203  14398.787864      7.040980  5  9  5 121       
+PG08   5573.413104  15200.592433  20943.063458      7.633939  6  7  3  86       
+PG09  14877.189886 -21795.807478   2399.266141     71.177950  7  8  4 147       
+PG10  22816.444290   9058.334224 -10810.369247    -70.423540  5  7  6 115       
+PG11 -12236.983244  22516.678380   5937.114422   -139.172944  3  7  7 114       
+PG12  15517.837856 -11524.958650 -18109.068738    -14.940873  8  9  8 120       
+PG13   3849.129090  24544.027940  -9462.382256    276.817595  6 10  7 107       
+PG14 -14845.119611 -20879.470460  -7114.607078    141.253308  6  7  5 100       
+PG15   9502.554513 -13495.286618  20783.739050   -138.624982  7  9  5  98       
+PG16 -26644.339431   -411.722571   2089.509510   -161.976746  8  7  7  72       
+PG17  15205.794225  20986.319381  -6203.294562    184.222533  5  6  6 104       
+PG18  -8914.772793 -15393.525818  20130.460068    129.597846  8  7  5  97       
+PG19 -12616.026630   8980.812408  21549.185904   -126.053423  7  7  7 128       
+PG20 -11042.534396  14442.268682 -19491.988954     48.830788  6  9  7 115       
+PG21    228.224014 -21607.345006  15425.893450   -134.454332  7  9  5 117       
+PG22 -19370.004950 -11667.710913  14180.417301    150.850670  5  5  4 109       
+PG23  -4966.508758  18284.822105 -18470.330759    316.243489  7  9  8 127       
+PG24 -15056.893619  21694.589700   -220.389715 999999.999999
+PG25    428.179965 -15167.989882 -21812.499319     -0.979857  8  5  5  92       
+PG26  15489.781302    770.009824  21044.862866   -160.776218  6  5  6 119       
+PG27  17398.482935 -17685.067357   9696.438980    251.414830  5  6  7 102       
+PG28  16080.507868  13030.195597  17309.659926     28.739824  4  4  5 102       
+PG29  -1995.535673 -23531.408462 -12109.372468    196.668979 10 10  8 133       
+PG30 -25507.431068  -4345.526139  -6471.637780    333.667507  4  8  4 101       
+PG31 -14169.858247  -4912.764514 -21733.220631     60.784344  5  6  5 100       
+PG32 -19361.504828   8632.901336 -15458.633985   -226.623817  6  6  6 112       
+*  2011  4  1 16 15  0.00000000
+PG01 -22703.088638  -7455.469484 -11858.357803 999999.999999
+PG02  17571.820748  -2929.658174 -19518.076823    328.316763  6  6  3 121       
+PG03 -19489.566914  -3313.350352  17470.370107    696.229120  4  6  5 107       
+PG04  12538.017534   9819.584008 -21436.475735     76.532686  7  6  5  71       
+PG05  26545.688903  -1620.821661   1073.759003   -138.062857  4  8  4 109       
+PG06 -19876.217567  -7905.633271  16039.247951   -227.379045  3  6  6  94       
+PG07  -3412.501254  23294.548605  12093.467282      7.041709  5  9  5 121       
+PG08   4170.434450  17064.416450  19752.439869      7.634709  7  7  5 104       
+PG09  14805.416045 -21265.160980   5256.250781     71.179885  7  8  5  95       
+PG10  21480.371080   9235.685458 -13154.098061    -70.425033  5  7  6 102       
+PG11 -12438.964954  21543.759737   8485.423645   -139.175828  4  6  7  96       
+PG12  17493.179363 -11345.386533 -16322.452187    -14.938213  8  9  8 109       
+PG13   3198.129352  23516.173439 -12014.606310    276.816213  6 10  7 105       
+PG14 -14986.500126 -21556.471291  -4321.842049    141.255530  7  8  5 112       
+PG15  10799.684334 -11454.720664  21381.383436   -138.622314  6  9  4  87       
+PG16 -26708.545655   -605.023396   -775.588968   -161.979141  8  6  7  95       
+PG17  15265.933035  21592.699605  -3430.972895    184.222898  6  7  6  94       
+PG18  -6622.777537 -15426.547699  20951.446210    129.599471  8  8  5  85       
+PG19 -13693.347430   6748.265591  21736.157464   -126.056754  6  7  6 132       
+PG20 -13183.865657  14358.191103 -18162.427611     48.830924  6  9  7 127       
+PG21   1290.171626 -22854.150812  13329.535729   -134.456201  7  9  6 102       
+PG22 -17652.215787 -11855.054774  16144.611403    150.849891  5  5  4 110       
+PG23  -6154.746352  16427.324943 -19838.675124    316.241095  7  9  8 116       
+PG24 -15243.701584  21413.657413   2623.389047 999999.999999
+PG25   2909.358990 -15177.717912 -21613.240972     -0.980082  8  6  5 107       
+PG26  16505.336390   3013.846874  20112.493333   -160.785069  5  5  6 106       
+PG27  17014.980155 -16562.661634  12230.589784    251.416234  6  6  7 104       
+PG28  14107.258587  13045.530103  18966.314471     28.741838  4  4  4 102       
+PG29  -1108.245318 -22273.533503 -14371.273372    196.671606 10 10  9 138       
+PG30 -24674.322056  -4611.833125  -9134.757904    333.669276  4  7  4 108       
+PG31 -12880.747496  -7096.516754 -21910.969278     60.788691  5  6  4  85       
+PG32 -21041.811478   8247.942942 -13331.585711   -226.630529  6  6  6  93       
+*  2011  4  1 16 30  0.00000000
+PG01 -21251.261556  -7725.770448 -14160.556389 999999.999999
+PG02  16695.331354   -782.369407 -20509.578103    328.318788  6  6  3 125       
+PG03 -20622.143635  -4939.685309  15771.183511    696.232817  4  6  5  90       
+PG04  11412.338618  11933.742437 -20951.751514     76.541991  7  6  6  88       
+PG05  26525.823953  -1353.882271  -1763.246087   -138.067958  4  7  4 117       
+PG06 -20714.229010  -9394.510292  14050.466703   -227.484223  3  6  6  87       
+PG07  -4154.486500  24313.294908   9577.836317      7.042276  5  9  6 117       
+PG08   2954.073646  18875.560174  18217.059074      7.634540  7  7  6 112       
+PG09  14627.896612 -20438.154633   8021.469441     71.181425  7  7  6  85       
+PG10  19905.869073   9489.630393 -15278.137143    -70.426270  5  7  5  88       
+PG11 -12618.615128  20305.590635  10883.039167   -139.178554  4  6  7 113       
+PG12  19256.811071 -11263.093883 -14252.373474    -14.935653  8 10  8 104       
+PG13   2357.489602  22284.146253 -14361.005316    276.814853  5 10  7  95       
+PG14 -15005.562647 -21946.171143  -1455.068313    141.257449  7  8  5 105       
+PG15  12223.274543  -9444.719087  21610.784689   -138.619492  5  8  4 106       
+PG16 -26461.612977   -802.698975  -3627.581771   -161.981767  7  5  7  94       
+PG17  15193.469876  21925.086418   -600.280271    184.223079  6  7  6  98       
+PG18  -4260.706583 -15574.478170  21423.345211    129.601188  8  8  5  78       
+PG19 -14883.120961   4577.488031  21549.174641   -126.060298  6  6  6 134       
+PG20 -15162.165352  14361.559270 -16523.223875     48.831185  6  9  8 130       
+PG21   2182.510592 -23930.713975  11001.964641   -134.458737  7  9  6 100       
+PG22 -15741.328405 -12130.773853  17835.249443    150.849323  6  5  4 105       
+PG23  -7509.805179  14522.122981 -20862.642463    316.238740  6  9  8 119       
+PG24 -15283.626618  20864.662773   5421.280211    378.105050  6  6  8 117       
+PG25   5343.351297 -15314.596459 -21042.498758     -0.980358  7  6  5 118       
+PG26  17578.642928   5079.282378  18819.266053   -160.794247  5  5  6 106       
+PG27  16581.225063 -15177.110225  14557.813623    251.420387  6  6  8 120       
+PG28  11972.640191  13172.964195  20312.202788     28.743689  4  5  4  86       
+PG29    -30.702566 -20855.554968 -16385.018494    196.673967 10 10  8 131       
+PG30 -23568.904894  -4947.283682 -11643.351159    333.672646  4  7  4 115       
+PG31 -11712.289579  -9347.655551 -21704.334290     60.793339  5  6  4  89       
+PG32 -22481.135604   7956.120399 -10966.610606   -226.637373  6  6  6  91       
+*  2011  4  1 16 45  0.00000000
+PG01 -19572.192244  -8103.745259 -16222.319474 999999.999999
+PG02  15889.863463   1485.769170 -21144.055402    328.320445  6  7  3 125       
+PG03 -21682.776763  -6356.770347  13796.458201    696.236104  4  6  5  94       
+PG04  10418.803499  14035.572756 -20111.195153     76.551356  6  6  7  98       
+PG05  26203.669976  -1047.111042  -4570.103183   -138.073081  4  7  4 127       
+PG06 -21472.404729 -10660.165263  11824.578335   -227.589003  2  6  6  98       
+PG07  -4723.337949  25099.063850   6895.494132      7.043173  5  9  6 123       
+PG08   1929.926140  20583.930091  16362.433566      7.635012  8  7  7 157       
+PG09  14384.461295 -19312.104540  10645.778765     71.184419  7  7  6 104       
+PG10  18124.282259   9846.294792 -17147.010306    -70.426900  5  7  5  93       
+PG11 -12806.968680  18817.285077  13087.029717   -139.181331  4  6  6 114       
+PG12  20774.527621 -11248.929957 -11934.592838    -14.933152  8 10  7 107       
+PG13   1314.023498  20890.226055 -16461.798695    276.814562  5 10  7 115       
+PG14 -14865.753402 -22062.806944   1436.582680    141.259591  7  9  5  83       
+PG15  13748.457092  -7506.500931  21468.489462   -138.616757  4  8  4 118       
+PG16 -25909.457497  -1042.756244  -6418.250186   -161.984327  6  5  7  90       
+PG17  14954.826099  21999.546275   2240.617574    184.223019  7  8  6 103       
+PG18  -1872.999045 -15841.171514  21537.465722    129.603354  8  9  5  76       
+PG19 -16159.846597   2509.858493  20992.484429   -126.063719  5  6  5 135       
+PG20 -16941.885935  14428.201823 -14601.909705     48.831289  5  9  7 126       
+PG21   2918.220760 -24798.689497   8482.261770   -134.461465  7  9  6 104       
+PG22 -13674.593713 -12514.425625  19223.852490    150.848270  7  6  3  93       
+PG23  -9017.517761  12615.795503 -21525.411262    316.236532  5  8  7 117       
+PG24 -15212.289084  20038.301702   8124.443731    378.109466  7  6  8           
+PG25   7682.742015 -15567.488720 -20110.012011     -0.980654  7  6  4 114       
+PG26  18671.447461   6933.607596  17190.521570   -160.803934  5  6  6 116       
+PG27  16138.489813 -13544.077009  16640.674279    251.423327  6  6  8 132       
+PG28   9718.578985  13429.653888  21325.643784     28.746253  4  6  4  72       
+PG29   1241.294463 -19320.842366 -18115.579446    196.676339  9 10  8 115       
+PG30 -22217.902588  -5382.028302 -13955.798310    333.676137  5  7  4 105       
+PG31 -10685.401103 -11618.835995 -21116.342105     60.797707  5  6  3  99       
+PG32 -23650.027649   7727.910588  -8406.093606   -226.644038  5  6  6 109       
+*  2011  4  1 17  0  0.00000000
+PG01 -17702.915254  -8612.058852 -18008.695595 999999.999999
+PG02  15180.257648   3834.115780 -21411.859561    328.322702  5  7  3 128       
+PG03 -22631.573848  -7558.580644  11581.956262    696.239882  4  6  5  93       
+PG04   9564.820606  16079.698028 -18927.910701     76.560361  6  6  8 102       
+PG05  25590.949777   -665.477855  -7298.827384   -138.078328  4  6  5 131       
+PG06 -22111.473693 -11699.639694   9399.045713   -227.694272  2  6  6  95       
+PG07  -5144.241897  25620.136825   4093.046549      7.044184  5  9  6 126       
+PG08   1094.695239  22140.498280  14219.992595      7.634880  8  7  7 155       
+PG09  14115.660541 -17893.899046  13081.962357     71.187179  7  6  7 113       
+PG10  16172.424308  10325.966066 -18729.359487    -70.428244  5  7  4 106       
+PG11 -13032.578672  17101.537693  15057.891428   -139.184173  4  6  6 102       
+PG12  22019.515736 -11268.876438  -9409.269668    -14.930694  7 10  7  91       
+PG13     62.852238  19379.839640 -18281.505556    276.811714  5 10  7 111       
+PG14 -14534.913814 -21928.599275   4303.750193    141.261719  7  9  5  89       
+PG15  15344.006014  -5676.577478  20957.431923   -138.614178  3  7  4 107       
+PG16 -25066.598107  -1361.314451  -9100.322342   -161.986748  5  6  7 110       
+PG17  14521.058906  21839.457518   5043.543413    184.223345  7  8  6  92       
+PG18    495.406296 -16222.979528  21290.883298    129.604941  8 10  5  86       
+PG19 -17491.910712    581.467869  20076.615197   -126.067122  5  6  5 139       
+PG20 -18493.399854  14528.818259 -12430.888844     48.831279  5  9  8 131       
+PG21   3516.893211 -25424.476294   5813.465472   -134.463812  6  9  6 103       
+PG22 -11493.271850 -13018.989725  20286.996684    150.847672  7  7  3 101       
+PG23 -10655.914207  10752.405513 -21816.522337    316.234221  4  8  7 125       
+PG24 -15067.509743  18933.824635  10685.840934    378.113729  7  5  8  65       
+PG25   9883.277296 -15917.727751 -18831.735936     -0.980956  7  7  3 125       
+PG26  19741.929403   8552.750034  15257.415744   -160.812980  5  6  6 112       
+PG27  15725.328875 -11687.045727  18446.286158    251.425896  6  7  8 134       
+PG28   7389.997093  13825.309015  21990.152019     28.748384  4  7  4  91       
+PG29   2703.578741 -17714.354841 -19532.785008    196.678885  9 10  8 128       
+PG30 -20654.430371  -5941.056887 -16034.038230    333.680304  5  7  4 108       
+PG31  -9812.854409 -13860.179852 -20156.871863     60.802187  5  6  4  87       
+PG32 -24527.162252   7529.669411  -5695.917686   -226.650765  5  6  6 109       
+*  2011  4  1 17 15  0.00000000
+PG01 -15685.324333  -9266.502884 -19489.350458 999999.999999
+PG02  14584.454138   6218.481253 -21309.797792    328.324755  5  8  4 125       
+PG03 -23430.088150  -8547.315908   9167.246178    696.243847  4  5  5  92       
+PG04   8850.127506  18020.713181 -17420.899233     76.569936  6  6  8 105       
+PG05  24707.466636   -176.981312  -9902.767970   -138.083437  5  6  5 127       
+PG06 -22593.659623 -12517.806011   6814.691997   -227.799706  1  6  6  91       
+PG07  -5448.029176  25852.034739   1219.272690      7.044831  6  9  7 115       
+PG08    436.447974  23499.184914  11826.580440      7.635163  8  8  8 154       
+PG09  13861.006681 -16200.000106  15285.682286     71.189565  7  5  7 123       
+PG10  14091.345464  10942.192232 -19998.430320    -70.429207  5  7  4 111       
+PG11 -13320.192932  15187.881581  16760.340145   -139.186966  4  6  5 108       
+PG12  22973.274667 -11285.526011  -6720.252548    -14.928352  7 10  6  97       
+PG13  -1392.242691  17799.850881 -19789.508972    276.810532  5 10  7 105       
+PG14 -13986.652273 -21572.762325   7097.666474    141.263951  7 10  5 102       
+PG15  16973.438390  -3985.523614  20086.850225   -138.611627  3  6  4 115       
+PG16 -23955.649928  -1791.045171 -11628.236905   -161.989120  4  6  7 112       
+PG17  13869.105330  21474.493282   7761.090258    184.223388  7  9  6 101       
+PG18   2800.550461 -16708.815918  20686.551718    129.606911  8 10  6  85       
+PG19 -18842.756532  -1178.047157  18818.132054   -126.070602  4  6  5 140       
+PG20 -19793.986903  14630.199792 -10046.924585     48.831151  5  9  7 129       
+PG21   4003.821309 -25780.613979   3041.863140   -134.466167  6  9  6 100       
+PG22  -9241.231392 -13650.263779  21006.684147    150.846750  7  8  3 105       
+PG23 -12395.959332   8971.934833 -21731.992271    316.232061  4  7  6 124       
+PG24 -14887.662161  17559.186301  13061.080421    378.117322  7  4  9  63       
+PG25  11905.375248 -16339.872110 -17229.573926     -0.981235  7  7  3 111       
+PG26  20746.423509   9921.903584  13056.162790   -160.822315  5  6  6 120       
+PG27  15376.111396  -9636.506136  19946.679436    251.428177  5  7  8 134       
+PG28   5033.352416  14361.768364  22294.659789     28.750683  4  8  5  96       
+PG29   4343.567193 -16080.955756 -20611.866374    196.681453  9 10  8 134       
+PG30 -18916.793101  -6643.131580 -17844.106026    333.683715  5  7  4 110       
+PG31  -9098.869304 -16021.084434 -18842.503681     60.806930  6  7  4  92       
+PG32 -25100.067696   7325.194674  -2884.543505   -226.657707  4  6  6 121       
+*  2011  4  1 17 30  0.00000000
+PG01 -13564.709879 -10075.246135 -20639.060763 999999.999999
+PG02  14112.893942   8592.667883 -20841.089840    328.326674  5  8  4 116       
+PG03 -24042.806526  -9333.016922   6594.926174    696.248040  4  5  6 108       
+PG04   8266.887174  19814.781298 -15614.825448     76.579313  6  6  9 108       
+PG05  23580.361318    445.925742 -12337.390786   -138.088633  5  7  5 132       
+PG06 -22884.164119 -13127.007650   4115.059481   -227.905004  1  6  6  89       
+PG07  -5669.762548  25778.505888  -1675.753632      7.045639  5  9  7 110       
+PG08    -64.768083  24618.656330   9223.828604      7.635991  8  8  8 156       
+PG09  13657.233490 -14256.057391  17216.409775     71.191680  7  5  7 120       
+PG10  11924.952270  11701.131020 -20932.499514    -70.431144  5  7  4 111       
+PG11 -13689.595884  13111.667901  18164.016073   -139.189687  4  5  4  91       
+PG12  23626.219046 -11259.706660  -3914.297191    -14.925559  7  9  5 107       
+PG13  -3038.799534  16196.817792 -20960.534813    276.809281  5 10  6 104       
+PG14 -13201.496303 -21030.266649   9770.957414    141.266131  8 10  5 106       
+PG15  18596.323488  -2456.989640  18872.097809   -138.608308  3  6  4 110       
+PG16 -22606.526637  -2359.737362 -13958.887463   -161.991844  3  7  7 101       
+PG17  12982.807498  20939.385384  10347.382250    184.223605  7  9  7  94       
+PG18   5000.911129 -17280.505682  19733.335601    129.608774  7 10  6  72       
+PG19 -20172.243807  -2746.411009  17239.298888   -126.073862  4  6  5 138       
+PG20 -20828.570981  14696.617494  -7490.548310     48.831514  5  9  7 130       
+PG21   4408.837165 -25846.973035    216.178628   -134.468103  6  9  6 126       
+PG22  -6963.459644 -14406.537668  21370.632187    150.846325  7  9  3  94       
+PG23 -14202.565711   7308.901801 -21274.310891    316.229625  3  6  6 121       
+PG24 -14710.021453  15930.857769  15209.203320    378.120860  8  4  9  34       
+PG25  13715.460908 -16802.736478 -15331.007761     -0.981505  6  7  2 121       
+PG26  21641.189992  11035.767178  10627.209647   -160.831543  5  6  5 124       
+PG27  15119.749443  -7428.914970  21119.076510    251.431732  5  7  7 135       
+PG28   2695.129928  15032.856151  22233.682730     28.752608  4  9  5 103       
+PG29   6140.547072 -14463.739418 -21333.908750    196.684009  9  9  7 131       
+PG30 -17047.119889  -7499.964995 -19356.597728    333.685883  5  6  4 108       
+PG31  -8539.062009 -18052.075680 -17196.229900     60.811084  6  8  4 100       
+PG32 -25365.494966   7077.391879    -22.045105   -226.664516  5  5  6 105       
+*  2011  4  1 17 45  0.00000000
+PG01 -11388.178231 -11038.378774 -21438.130020 999999.999999
+PG02  13768.231447  10910.069350 -20015.212244    328.328597  5  8  5 129       
+PG03 -24438.510390  -9932.887761   3909.825491    696.253435  4  6  6  86       
+PG04   7800.085695  21421.199343 -13539.681786     76.588915  6  5  9 116       
+PG05  22243.102500   1225.081681 -14561.026058   -138.093862  5  7  5 137       
+PG06 -22952.556408 -13546.424211   1345.722515   -228.010107     6  7  97       
+PG07  -5847.155433  25392.200871  -4541.569765      7.046635  5  9  7 116       
+PG08   -435.967254  25463.960626   6457.411545      7.635994  9  8  9 155       
+PG09  13536.651626 -12096.138843  18838.307330     71.194745  7  5  7 124       
+PG10   9718.526684  12601.173541 -21515.238966    -70.431112  5  7  4 120       
+PG11 -14154.667684  10912.810381  19244.081340   -139.192480  4  5  3 110       
+PG12  23977.939561 -11152.185834  -1040.227693    -14.923055  7  9  4 109       
+PG13  -4855.987773  14615.281737 -21775.040205    276.807977  5  9  6 106       
+PG14 -12167.783824 -20340.403466  12278.410378    141.267981  8 10  4 112       
+PG15  20169.749196  -1106.988685  17334.354724   -138.605946  3  5  5 102       
+PG16 -21055.378783  -3089.041387 -16052.337369   -161.994011  3  7  7 105       
+PG17  11853.682823  20272.516149  12758.805121    184.223773  7  9  7  88       
+PG18   7058.785708 -17913.412656  18445.958794    129.610557  6 10  6  64       
+PG19 -21438.145024  -4109.327458  15367.656188   -126.077544  3  6  5 139       
+PG20 -21590.176373  14691.325944  -4805.396125     48.831473  5  8  7 130       
+PG21   4764.935922 -25611.679259  -2613.331572   -134.471069  6  9  7  79       
+PG22  -4704.537377 -15278.558433  21372.477259    150.845743  7  9  3  97       
+PG23 -16035.839926   5791.211373 -20452.327799    316.227026  3  5  5 127       
+PG24 -14569.176842  14073.310959  17093.392960    378.123225  8  5  9  89       
+PG25  15287.074405 -17270.657690 -13168.631472     -0.981812  6  7    114       
+PG26  22384.156628  11898.399034   8014.369665   -160.840585  6  7  5 114       
+PG27  14978.656874  -5105.474064  21946.087777    251.436003  5  7  7 132       
+PG28    420.331599  15824.525468  21807.427715     28.754869  3  9  6  98       
+PG29   8066.286708 -12902.435741 -21686.199902    196.686568  9  9  6 126       
+PG30 -15089.885929  -8515.668141 -20547.061222    333.687974  5  6  4 117       
+PG31  -8120.754587 -19906.628550 -15247.034320     60.815780  6  8  5  89       
+PG32 -25329.415132   6749.968624   2840.871955   -226.671268  5  5  6 106       
+*  2011  4  1 18  0  0.00000000
+PG01  -9203.010088 -12147.768160 -21872.720562 999999.999999
+PG02  13545.362358  13125.269733 -18847.640209    328.330668  5  9  5 126       
+PG03 -24591.461105 -10370.359613   1158.200902    696.255583  4  6  6  95       
+PG04   7428.221845  22803.873062 -11230.349557     76.598589  6  5  9 117       
+PG05  20734.248534   2175.580794 -16535.569955   -138.099215  6  8  5 135       
+PG06 -22774.018378 -13801.183662  -1446.437693   -228.115389     6  7  96       
+PG07  -6018.886759  24695.006404  -7328.238448      7.047394  5  9  8 120       
+PG08   -709.963898  26007.927753   3576.200222      7.636215  9  8  9 149       
+PG09  13525.676430  -9761.600074  20121.033558     71.196741  6  4  7 133       
+PG10   7517.194833  13632.858466 -21736.011254    -70.432805  5  7  4 116       
+PG11 -14722.702596   8634.349052  19981.694649   -139.195163  5  4  3 103       
+PG12  24037.110957 -10925.385125   1851.942019    -14.920371  6  8  4 121       
+PG13  -6815.237873  13096.151708 -22219.508125    276.806875  5  9  5  87       
+PG14 -10882.262280 -19545.205621  14577.699123    141.270141  8 10  4 110       
+PG15  21649.889493     56.515919  15500.245453   -138.603055  3  5  5 111       
+PG16 -19343.304812  -3993.440308 -17872.494624   -161.996628  3  6  6  86       
+PG17  10481.412086  19514.390501  14954.697499    184.223849  6  9  7 100       
+PG18   8941.550216 -18577.328693  16844.863133    129.612417  6 10  6  65       
+PG19 -22597.721125  -5260.791092  13235.524203   -126.080887  2  6  5 137       
+PG20 -22080.083749  14578.125302  -2037.482581     48.831636  5  7  7 127       
+PG21   5106.742725 -25071.722594  -5395.854353   -134.473283  5  9  7  92       
+PG22  -2507.132644 -16249.787963  21011.890746    150.844629  7 10  3 105       
+PG23 -17852.511481   4439.277263 -19281.034675    316.224969  3  5  5 123       
+PG24 -14495.571731  12018.199127  18681.596621    378.125788  8  5  9  91       
+PG25  16601.709987 -17704.947395 -10779.596317     -0.982086  6  7    108       
+PG26  22936.563305  12522.709849   5263.941111   -160.849805  6  7  6 115       
+PG27  14967.964494  -2710.770755  22415.834945    251.439165  5  7  6 141       
+PG28  -1748.987349  16715.286573  21021.840717     28.757060  3 10  6 101       
+PG29  10085.948506 -11431.955852 -21662.468175    196.689108  9  8  5 129       
+PG30 -13090.373453  -9686.483015 -21396.313930    333.690065  4  6  4 109       
+PG31  -7823.632132 -21542.878734 -13029.348263     60.820000  6  9  6  96       
+PG32 -25006.651202   6309.083624   5653.844279   -226.678290  6  6  6 113       
+*  2011  4  1 18 15  0.00000000
+PG01  -7055.017645 -13387.232909 -21935.096632 999999.999999
+PG02  13431.758658  15195.581899 -17359.497770    328.332584  5  9  6 126       
+PG03 -24482.370103 -10673.940155  -1613.056492    696.260539  4  5  6 103       
+PG04   7124.267225  23932.642087  -8726.058915     76.608234  6  5  9 118       
+PG05  19096.026985   3304.997348 -18227.128916   -138.104322  6  8  4 135       
+PG06 -22330.397915 -13921.252650  -4213.987786   -228.220383  2  6  7 100       
+PG07  -6222.881279  23698.024426  -9987.251318      7.048209  5  9  8 118       
+PG08   -923.857692  26232.270042    631.332101      7.635695  9  8  9 162       
+PG09  13643.599312  -7299.633786  21040.442532     71.199647  6  4  7 134       
+PG10   5364.398117  14779.083362 -21590.090856    -70.432347  4  8  4 119       
+PG11 -15394.016147   6320.895908  20364.351548   -139.198445  4  4  3 108       
+PG12  23821.051453 -10545.035505   4711.908603    -14.917857  6  7  4 122       
+PG13  -8881.164726  11675.242335 -22286.645938    276.805714  5  9  5  91       
+PG14  -9350.375203 -18687.784557  16630.056815    141.272386  8 10  3 104       
+PG15  22993.613472   1033.710414  13401.370861   -138.600528  4  6  6 110       
+PG16 -17514.880096  -5079.489326 -19387.736181   -161.998990  4  5  6  85       
+PG17   8874.028279  18706.044335  16897.994934    184.223929  6  9  7 111       
+PG18  10622.745990 -19237.598145  14955.972814    129.614042  5 10  6  68       
+PG19 -23609.317978  -6203.085263  10879.441185   -126.084213  2  7  5 140       
+PG20 -22307.677304  14322.921410    765.577764     48.831726  4  6  6 127       
+PG21   5468.887590 -24233.213365  -8081.044035   -134.476402  5  9  7  99       
+PG22   -410.567775 -17296.945330  20294.604213    150.843935  7 10  4  96       
+PG23 -19607.488149   3265.444398 -17781.251379    316.222611  3  5  5 125       
+PG24 -14514.228502   9803.268786  19947.049761    378.128855  8  5  9  90       
+PG25  17649.353840 -18065.475175  -8204.975899     -0.982377  7  8  1 124       
+PG26  23264.448176  12929.631701   2423.832696   -160.858989  7  6  6 119       
+PG27  15095.008344   -291.327030  22522.009616    251.441919  5  6  5 144       
+PG28  -3775.088599  17676.909996  19888.591180     28.759219  3 10  6 103       
+PG29  12159.269729 -10081.136268 -21263.004604    196.691406  9  7  5 132       
+PG30 -11093.124271 -11000.805527 -21890.688098    333.692995  5  6  4 112       
+PG31  -7620.719558 -22925.154207 -10582.395975     60.824546  6  9  6  96       
+PG32 -24420.167040   5724.880274   8367.792174   -226.685156  6  6  6 113       
+*  2011  4  1 18 30  0.00000000
+PG01  -4986.960422 -14733.030599 -21623.774152 999999.999999
+PG02  13408.091058  17082.469866 -15577.127494    328.334505  5  9  7 132       
+PG03 -24099.123912 -10875.898154  -4357.191651    696.264583  4  6  6  83       
+PG04   6856.863962  24784.399970  -6069.752339     76.617452  7  5  9 104       
+PG05  17372.785179   4612.899534 -19606.596451   -138.109604  6  8  4 140       
+PG06 -21611.029591 -13940.144303  -6909.716868   -228.325663  2  6  7  96       
+PG07  -6494.625937  22421.197369 -12472.402842      7.048915  5  9  8 118       
+PG08  -1117.330370  26128.332009  -2324.779913      7.636162  9  9  9 153       
+PG09  13901.664186  -4761.557870  21579.151850     71.200901  5  4  6 129       
+PG10   3300.420285  16015.610204 -21078.805167    -70.432364  5  7  5 120       
+PG11 -16161.856806   4017.030114  20386.083571   -139.201013  4  4  4 104       
+PG12  23354.952094  -9981.705678   7489.983152    -14.915257  5  6  4 119       
+PG13 -11012.750066  10382.018220 -21975.486734    276.804227  4  8  4 106       
+PG14  -7586.227104 -17810.644874  18400.889206    141.274403  8 10  3 117       
+PG15  24160.075365   1832.716313  11073.762825   -138.597854  4  6  6 108       
+PG16 -15616.556524  -6345.355279 -20571.470911   -162.001484  4  5  5  97       
+PG17   7047.799533  17887.446954  18555.819221    184.224318  6  9  7 101       
+PG18  12082.950409 -19856.441664  12810.360625    129.615923  5 10  6  45       
+PG19 -24433.925244  -6946.470897   8339.546457   -126.087797  3  7  5 140       
+PG20 -22289.986229  13895.222489   3555.388515     48.831730  4  5  7 136       
+PG21   5884.360801 -23111.264868 -10620.065975   -134.478160  5  9  7 105       
+PG22   1550.488501 -18390.815621  19232.342495    150.843191  7 10  4  96       
+PG23 -21255.478172   2273.728221 -15979.224759    316.220610  3  6  6 126       
+PG24 -14643.706615   7471.048619  20868.695875    378.132099  7  5  9  89       
+PG25  18428.700111 -18312.320638  -5489.062017     -0.982683  7  7  2 131       
+PG26  23339.925116  13147.009717   -457.285694   -160.867847  7  6  5 111       
+PG27  15359.099842   2105.895876  22263.873925    251.443627  5  6  5 140       
+PG28  -5625.781517  18675.386379  18424.988432     28.761283  3 10  6 105       
+PG29  14241.965663  -8871.731422 -20494.666084    196.694028  9  7  4 137       
+PG30  -9140.435479 -12439.495466 -22022.204618    333.694566  5  6  4 115       
+PG31  -7479.635642 -24025.263114  -7949.445064     60.829202  7  9  6  94       
+PG32 -23600.050534   4972.842024  10935.807812   -226.691924  7  6  6 114       
+*  2011  4  1 18 45  0.00000000
+PG01  -3037.077969 -16154.643201 -20943.573601 999999.999999
+PG02  13449.109599  18752.805840 -13531.591072    328.336417  5  9  7 121       
+PG03 -23437.244328 -11010.836415  -7028.323150    696.268206  4  6  6  92       
+PG04   6591.716034  25343.960227  -3307.359344     76.626830  7  5  9 112       
+PG05  15609.369906   6090.673125 -20650.153035   -138.115010  6  8  4 131       
+PG06 -20613.289370 -13893.490176  -9487.420491   -228.430666  3  6  7 105       
+PG07  -6865.591231  20892.595649 -14740.616810      7.049494  5  9  8 102       
+PG08  -1330.828071  25697.453736  -5239.474245 999999.999999
+PG09  14302.496756  -2200.915896  21726.957444     71.202064  5  5  5 134       
+PG10   1361.023527  17311.852000 -20209.589398    -70.433207  5  8  5  87       
+PG11 -17012.623486   1765.711763  20047.514434   -139.203848  4  5  5  99       
+PG12  22670.808146  -9212.141514  10137.980095    -14.912227  4  5  5  98       
+PG13 -13164.740181   9238.589366 -21291.393360    276.802816  5  8  4 121       
+PG14  -5612.228903 -16954.038173  19860.320983    141.276544  8  9  2 120       
+PG15  25112.226215   2469.072482   8557.270891   -138.595270  5  6  6 104       
+PG16 -13694.990831  -7780.677697 -21402.630585   -162.003894  4  6  5 116       
+PG17   5026.809906  17095.955366  19900.006035    184.224432  5  9  7 138       
+PG18  13310.393935 -20394.434316  10443.814010    129.617738  5 10  6  33       
+PG19 -25036.641531  -7508.581207   5658.917915   -126.091550  4  8  5 145       
+PG20 -22050.935851  13269.512384   6283.615367     48.831844  4  4  6 133       
+PG21   6382.925047 -21729.499498 -12966.628358   -134.480857  5  9  7 121       
+PG22   3347.155915 -19497.297500  17842.663686    150.842367  7 10  5  88       
+PG23 -22752.618639   1459.875358 -13906.149635    316.218012  3  5  6 137       
+PG24 -14895.332215   5067.368777  21431.497895    378.132953  7  6  9           
+PG25  18947.036973 -18407.430131  -2678.603146     -0.982979  7  7  2 132       
+PG26  23142.213555  13208.270686  -3330.792963   -160.877088  7  6  5 110       
+PG27  15751.578795   4434.991471  21646.208692    251.445816  6  6  6  74       
+PG28  -7275.471336  19672.116802  16653.824941     28.763751  4 10  7 121       
+PG29  16287.300623  -7817.694458 -19370.758966    196.696411  9  6  4 145       
+PG30  -7270.947800 -13976.461553 -21788.676098    333.696700  5  6  4 133       
+PG31  -7364.069867 -24823.485488  -5176.980279     60.833718  7  9  7  92       
+PG32 -22582.240187   4034.916754  13313.972204   -226.698865  7  6  6 116       
+*  2011  4  1 19  0  0.00000000
+PG01  -1237.794040 -17615.833426 -19905.573350 999999.999999
+PG02  13524.744827  20179.920028 -11258.111924    328.338254  6  9  7 133       
+PG03 -22500.074010 -11114.207527  -9582.140188    696.271864  5  6  6  88       
+PG04   6293.120640  25604.628476   -486.993462     76.636466  7  6  9 164       
+PG05  13849.497189   7721.663135 -21339.680669   -138.120236  6  8  4 133       
+PG06 -19342.858936 -13817.528764 -11902.682463   -228.535659  3  6  7 105       
+PG07  -7361.821662  19147.397045 -16752.708923      7.050569  5  8  7 111       
+PG08  -1603.709580  24950.930350  -8060.875927 999999.999999
+PG09  14839.917337    328.525128  21481.078671     71.204135  5  5  5 138       
+PG10   -423.755663  18631.917374 -18995.949580    -70.433775  5  7  5 102       
+PG11 -17926.376128   -393.218999  19355.776169   -139.206672  4  5  6 103       
+PG12  21806.096774  -8220.362613  12610.073377    -14.910338  3  4  5 121       
+PG13 -15289.207933   8258.993351 -20245.965888    276.801785  4  7  4 108       
+PG14  -3458.437197 -16154.415935  20983.669162    141.278773  8  9  2 115       
+PG15  25818.191054   2964.935045   5894.890955   -138.592412  6  6  6 105       
+PG16 -11795.363578  -9366.761485 -21866.078448   -162.006410  4  7  5  94       
+PG17   2842.252147  16364.876360  20907.564394    184.224520  6  9  7  83       
+PG18  14301.293766 -20812.084897   7896.301108    129.619781  5 10  6  67       
+PG19 -25387.993745  -7913.547293   2882.873380   -126.095012  5  8  5 138       
+PG20 -21620.335535  12426.444175   8902.840505     48.831982  4  4  6 132       
+PG21   6989.659773 -20119.194875 -15077.969492   -134.483498  5  9  7 115       
+PG22   4957.262119 -20578.652862  16148.706026    150.841552  7 10  5  98       
+PG23 -24058.050394    811.738597 -11597.621685    316.215702  3  5  6 126       
+PG24 -15272.725889   2639.769383  21626.639503    378.134690  7  7  9  52       
+PG25  19219.807316 -18316.213301    178.001358     -0.983295  7  7  3 131       
+PG26  22658.393447  13150.926980  -6148.877396   -160.886166  8  6  5 118       
+PG27  16256.143289   6652.556038  20679.213018    251.449416  6  6  7 139       
+PG28  -8705.985401  20625.299295  14603.140780     28.765511  5 10  6 109       
+PG29  18247.765247  -6924.774571 -17910.804899    196.699216  8  6  4 134       
+PG30  -5518.372828 -15579.501578 -21193.739447    333.699062  5  6  4 132       
+PG31  -7235.418294 -25309.229687  -2313.820773     60.838496  7  9  7  97       
+PG32 -21407.053363   2900.369191  15462.086989   -226.705775  8  7  6 107       
+*  2011  4  1 19 15  0.00000000
+PG01    385.358843 -19075.934939 -18526.961842 999999.999999
+PG02  13601.385438  21344.409796  -8795.470381    328.340212  6  9  7 131       
+PG03 -21298.687315 -11220.826364 -11976.553484    696.275730  5  5  6  94       
+PG04   5925.578264  25568.451604   2341.914208     76.646184  7  6  9 141       
+PG05  12134.173671   9481.629898 -21663.084788   -138.125463  7  8  4 149       
+PG06 -17813.685493 -13747.567220 -14113.642027   -228.640598  4  6  7  93       
+PG07  -8002.751902  17226.600187 -18474.070894      7.051523  5  7  7 119       
+PG08  -1972.442646  23909.569078 -10738.912713      7.637518  8  9  9 162       
+PG09  15499.148600   2774.788343  20846.223790     71.206264  5  6  4 136       
+PG10  -2030.604193  19935.880054 -17457.328496    -70.433395  5  7  6  99       
+PG11 -18877.613493  -2424.396085  18324.292408   -139.209544  4  6  7 113       
+PG12  20802.255330  -6998.472329  14863.603226    -14.907592  4  4  5 119       
+PG13 -17337.222396   7448.789655 -18856.854091    276.800393  4  7  4 111       
+PG14  -1161.611219 -15443.037449  21751.838112    141.280933  9  9  2 119       
+PG15  26252.460670   3348.026817   3132.046502   -138.590008  6  6  6 107       
+PG16  -9959.752308 -11077.098996 -21952.925501   -162.008790  4  8  6  97       
+PG17    531.456476  15722.188694  21561.061809    184.224549  6  8  7 105       
+PG18  15059.884149 -21071.456874   5211.339684    129.621552  5  9  7  89       
+PG19 -25465.064096  -8190.888426     58.244956   -126.098373  6  9  5 136       
+PG20 -21032.641475  11353.804282  11367.411179     48.832178  4  4  6 138       
+PG21   7723.707914 -18318.105504 -16915.768519   -134.485720  5  9  6 109       
+PG22   6366.011567 -21594.914115  14178.842745    150.840689  7 10  6  91       
+PG23 -25135.382851    309.948093  -9093.032042    316.213284  2  4  7 131       
+PG24 -15771.643043    235.859994  21451.616997    378.137493  6  7  9  81       
+PG25  19269.861345 -18009.016849   3031.537309     -0.983574  8  7  4 131       
+PG26  21883.869402  13014.975685  -8865.241445   -160.895494  8  6  5 106       
+PG27  16849.443871   8719.048223  19378.357622    251.452503  6  6  8 134       
+PG28  -9907.143289  21491.469325  12305.903752     28.767580  6 10  6 112       
+PG29  20076.794133  -6190.446395 -16140.193237    196.701628  8  5  5 143       
+PG30  -3910.401119 -17211.369995 -20246.817756    333.700925  5  6  4 131       
+PG31  -7054.508365 -25481.329475    589.797909     60.843042  8  8  7 112       
+PG32 -20117.580175   1566.333393  17344.310934   -226.712610  8  7  6 110       
+*  2011  4  1 19 30  0.00000000
+PG01   1814.552915 -20491.330294 -16830.788278 999999.999999
+PG02  13643.283511  22234.683750  -6185.361333    328.342317  7  8  7 125       
+PG03 -19851.535077 -11363.431171 -14172.296205    696.280524  5  5  6  92       
+PG04   5455.414818  25246.128268   5129.527511     76.656421  7  6  9 144       
+PG05  10500.229461  11339.504133 -21614.517417   -138.130902  7  8  5 140       
+PG06 -16047.633883 -13716.475112 -16081.733178   -228.745135  5  6  6  99       
+PG07  -8800.295502  15175.524916 -19875.263738      7.052251  4  6  6 117       
+PG08  -2468.928108  22602.864576 -13226.285136      7.637653  8  9  9 165       
+PG09  16257.409347   5089.619420  19834.473281     71.208669  6  6  5 131       
+PG10  -3443.682861  21181.230842 -15618.870304    -70.435286  5  7  6 118       
+PG11 -19836.281109  -4298.081716  16972.439694   -139.212471  5  7  7 116       
+PG12  19703.022247  -5547.149689  16859.818354    -14.905017  4  4  5 112       
+PG13 -19260.565677   6804.980510 -17147.477263    276.799104  4  6  4  99       
+PG14   1235.979016 -14844.783215  22151.631493    141.283118  9  8  2 123       
+PG15  26396.854016   3650.376897    315.833337   -138.587118  7  6  6 108       
+PG16  -8225.621687 -12878.206652 -21660.745449   -162.011397  5  9  6  95       
+PG17  -1863.311396  15189.472457  21848.929355    184.224848  6  8  7 105       
+PG18  15598.134845 -21137.766797   2435.275160    129.623341  5  8  7 108       
+PG19 -25252.385208  -8374.208538  -2767.364583   -126.101994  6  9  5 141       
+PG20 -20325.542182  10047.205746  13634.265579     48.832137  4  4  6 130       
+PG21   8597.285526 -16369.012853 -18446.950035   -134.487823  5  9  6 104       
+PG22   7566.377182 -22505.398112  11966.247188    150.839921  7 10  6 105       
+PG23 -25953.996861    -71.149264  -6434.913289    316.210996  3  4  7 127       
+PG24 -16380.129121  -2098.307755  20910.224277    378.140392  6  8  9  96       
+PG25  19126.430364 -17462.417480   5832.827296     -0.983831  8  6  4 129       
+PG26  20822.538607  12841.252201 -11435.747418   -160.904880  8  6  5 122       
+PG27  17501.923292  10600.020264  17764.192558    251.455772  6  7  8 134       
+PG28 -10877.043327  22227.144645   9799.600245     28.769712  6 10  6 112       
+PG29  21730.456131  -5604.173465 -14089.726666    196.703976  8  5  5 139       
+PG30  -2467.827833 -18831.038515 -18963.010679    333.701829  5  6  5 128       
+PG31  -6783.339817 -25347.973578   3483.155684     60.847738  8  8  7 110       
+PG32 -18758.009601     38.050632  18929.694884   -226.719518  8  7  6 109       
+*  2011  4  1 19 45  0.00000000
+PG01   3040.184470 -21817.062664 -14845.612853 999999.999999
+PG02  13614.035403  22847.225780  -3471.723440    328.344068  7  7  7 134       
+PG03 -18183.840086 -11571.341656 -16133.472444    696.285090  6  6  6  93       
+PG04   4852.346908  24656.579467   7826.543816     76.665650  7  6  9 113       
+PG05   8979.018413  13258.414160 -21194.496794   -138.136131  8  8  5 145       
+PG06 -14073.839493 -13753.269186 -17772.382309   -228.850016  5  6  6  77       
+PG07  -9758.241238  13042.160260 -20932.510397      7.053233  3  5  6 111       
+PG08  -3119.024876  21067.830896 -15479.365737      7.638399  8  9  9 157       
+PG09  17084.865606   7230.249545  18464.985930     71.208721  6  6  5 137       
+PG10  -4655.096609  22324.461219 -13511.081092    -70.435625  6  7  6  96       
+PG11 -20768.963249  -5991.078072  15325.100540   -139.215253  5  7  8 118       
+PG12  18552.707445  -3875.804763  18564.540334    -14.902330  5  4  5 112       
+PG13 -21013.434666   6316.261140 -15146.654602    276.797932  4  6  4 105       
+PG14   3687.951239 -14377.217103  22175.976940    141.285180  9  8  3 115       
+PG15  26241.215752   3906.898598  -2505.760899   -138.584596  8  7  6 108       
+PG16  -6624.490264 -14730.748731 -20993.680496   -162.013551  7  9  7 106       
+PG17  -4296.241522  14781.085832  21765.681293    184.225044  6  7  7 106       
+PG18  15935.161801 -20980.894039   -383.522532    129.625147  5  8  7 103       
+PG19 -24742.571760  -8499.746720  -5546.334592   -126.105553  7  9  5 141       
+PG20 -19538.422367   8510.479881  15663.718951     48.832374  4  4  6 134       
+PG21   9615.001423 -14318.071088 -19644.357394   -134.490725  5  9  6 124       
+PG22   8559.197916 -23270.270859   9548.372014    150.839180  8 10  7 104       
+PG23 -26490.140176   -362.319258  -3668.246368    316.208643  4  5  7 124       
+PG24 -17078.979945  -4319.793986  20012.435102 999999.999999
+PG25  18823.862015 -16660.282945   8533.582730     -0.984180  8  6  5 131       
+PG26  19486.666675  12669.795230 -13819.003245   -160.913873  9  7  5 131       
+PG27  18178.877233  12267.184071  15862.108448    251.460066  6  7  9 134       
+PG28 -11622.046325  22790.518381   7125.733247     28.771828  6  9  6 111       
+PG29  23169.050695  -5147.994258 -11795.068992    196.706567  7  5  5 142       
+PG30  -1203.926380 -20395.109044 -17362.912104    333.703402  5  5  5 123       
+PG31  -6386.769395 -24926.275367   6315.972791     60.852192  8  8  7 111       
+PG32 -17371.954051  -1671.208965  20192.612286   -226.726503  8  7  6 102       
+*  2011  4  1 20  0  0.00000000
+PG01   4061.077009 -23008.521530 -12605.059312 999999.999999
+PG02  13478.085060  23186.573682   -700.048262    328.346403  7  7  7 136       
+PG03 -16326.767122 -11869.257928 -17828.051713    696.288940  6  6  6 105       
+PG04   4090.922189  23826.192897  10385.136663     76.675154  6  7  9 113       
+PG05   7595.335807  15196.947857 -20409.920163   -138.141629  8  8  5 145       
+PG06 -11927.782137 -13881.845902 -19155.650088   -228.954578  6  6  6 112       
+PG07 -10871.979349  10875.426146 -21628.080391      7.054352  3  5  6 113       
+PG08  -3941.338560  19347.543890 -17459.005803      7.637902  8  9  9 153       
+PG09  17945.892359   9160.910264  16763.539754     71.210829  7  6  6 141       
+PG10  -5665.060975  23322.720702 -11169.384560    -70.435855  6  7  6 102       
+PG11 -21640.206440  -7487.365491  13412.124044   -139.218185  5  7  8 110       
+PG12  17394.461209  -2002.392862  19948.739000    -14.899819  5  4  5 118       
+PG13 -22554.065657   5963.590583 -12888.150180    276.796591  4  6  5 113       
+PG14   6145.366755 -14049.932027  21824.059933    141.287296  8  7  3 114       
+PG15  25783.823106   4153.859652  -5284.650923   -138.581723  8  8  6 116       
+PG16  -5180.827918 -16590.908939 -19962.431750   -162.016157  8 10  7  96       
+PG17  -6719.511659  14503.621233  21312.044275    184.225000  6  7  7 107       
+PG18  16096.347485 -20576.736619  -3195.529740    129.626794  5  7  8 108       
+PG19 -23936.666142  -8604.834299  -8231.779728   -126.109019  7  9  5 145       
+PG20 -18710.766569   6755.747539  17420.193282     48.832261  4  5  6 129       
+PG21  10773.517684 -12213.026027 -20487.275267   -134.492801  5 10  5 118       
+PG22   9352.975971 -23852.104079   6966.347934    150.838487  8 10  7 112       
+PG23 -26727.777614   -598.082904   -839.737722    316.206643  5  6  7 133       
+PG24 -17842.486320  -6390.194494  18774.188063    378.145102  5  8  9 100       
+PG25  18400.166553 -15594.559062  11087.241186     -0.984477  8  5  5 128       
+PG26  17896.484079  12538.276305 -15976.889358   -160.923189  9  7  5 131       
+PG27  18841.705888  13699.278962  13702.048966    251.463470  6  7 10 136       
+PG28 -12156.447075  23143.138915   4329.225939     28.774078  6  9  7 113       
+PG29  24358.547549  -4797.406228  -9296.105996    196.708985  7  5  6 142       
+PG30   -124.093446 -21859.332991 -15472.353571    333.704986  5  5  5 134       
+PG31  -5834.070988 -24241.505346   9039.308090     60.856321  8  8  7 112       
+PG32 -16000.835616  -3540.530533  21113.085354   -226.733463  8  7  6 103       
+*  2011  4  1 20 15  0.00000000
+PG01   4884.358098 -24023.138528 -10147.274342 999999.999999
+PG02  13202.196675  23265.016065   2083.323051    328.348317  7  7  7 129       
+PG03 -14316.397567 -12276.238819 -19228.308478    696.294409  7  6  5  95       
+PG04   3151.771168  22787.770104  12759.879337 999999.999999
+PG05   6366.595452  17110.602720 -19273.968051   -138.146862  9  8  6 146       
+PG06  -9650.112446 -14119.914025 -20206.803527   -229.059615  6  6  6 106       
+PG07 -12128.566324   8723.417408 -21950.561831      7.055095  3  6  5 113       
+PG08  -4946.323181  17489.460224 -19131.232002      7.638156  8  9  9 155       
+PG09  18800.584329  10854.035366  14761.926082     71.213715  7  6  6 133       
+PG10  -6481.752199  24135.484837  -8633.574499    -70.437120  6  6  6 116       
+PG11 -22413.918311  -8778.448968  11267.710963   -139.220952  6  7  8 120       
+PG12  16268.609625     47.103472  20989.010038    -14.897446  6  5  5 116       
+PG13 -23846.222093   5721.062826 -10410.137554    276.795054  4  6  5 107       
+PG14   8558.388377 -13864.204171  21101.363859    141.289470  8  7  4 114       
+PG15  25031.486797   4427.302517  -7973.450052   -138.579248  8  8  6  99       
+PG16  -3911.230002 -18411.959572 -18584.130040   -162.018819  9 10  8 117       
+PG17  -9084.905686  14355.663315  20494.991814    184.225290  6  6  7  82       
+PG18  16112.201685 -19908.351955  -5950.990412    129.628792  6  6  8 120       
+PG19 -22844.185213  -8726.314249 -10778.294736   -126.112402  8  9  5 142       
+PG20 -17880.566951   4803.164351  18872.874715     48.832641  4  6  6 133       
+PG21  12061.564067 -10101.390353 -20961.788781   -134.494728  5 10  5 120       
+PG22   9963.378699 -24217.363795   4264.309270    150.837484  8  9  7 116       
+PG23 -26659.166820   -815.222461   2002.924235    316.204088  6  7  7 123       
+PG24 -18639.432077  -8276.884203  17217.080677    378.148701  5  8  9 117       
+PG25  17895.431211 -14265.751268  13449.774069     -0.984809  9  5  5 133       
+PG26  16079.523095  12480.542469 -17875.028942   -160.932682  9  7  5 133       
+PG27  19449.320926  14882.712186  11318.171289    251.467449  5  6 10 135       
+PG28 -12501.835439  23251.511643   1457.732188     28.775949  6  8  7 116       
+PG29  25271.813386  -4522.511348  -6636.232075    196.711313  8  6  5 143       
+PG30    774.219252 -23180.186646 -13322.071883    333.708834  5  5  6 136       
+PG31  -5100.309552 -23326.022577  11606.413175     60.860888  9  8  7 116       
+PG32 -14682.392049  -5542.022980  21677.009342   -226.740256  8  7  6 107       
+*  2011  4  1 20 30  0.00000000
+PG01   5525.012104 -24822.028120  -7514.300339 999999.999999
+PG02  12756.845339  23102.020381   4831.908446    328.349901  8  7  7 128       
+PG03 -12192.543765 -12804.891980 -20311.205925    696.299391  7  6  5 121       
+PG04   2022.614372  21579.219028  14908.625993 999999.999999
+PG05   5302.298561  18953.369706 -17805.900043   -138.151881  9  7  6 145       
+PG06  -7285.272866 -14478.172754 -20906.804677   -229.164508  7  5  5 102       
+PG07 -13507.123345   6631.698309 -21895.018569      7.056228  2  6  6 108       
+PG08  -6135.730069  15543.587665 -20467.819851      7.638019  8  9  8 149       
+PG09  19606.443281  12291.102168  12497.220073     71.216124  7  6  7 134       
+PG10  -7120.840695  24726.167741  -5947.168634    -70.437598  7  6  6 108       
+PG11 -23054.784562  -9863.407343   8929.740532   -139.223977  6  7  9 122       
+PG12  15211.121077   2239.502679  21667.948232    -14.894881  6  6  6 115       
+PG13 -24860.490002   5557.046976  -7754.590107    276.793526  4  6  6 114       
+PG14  10877.981270 -13812.970152  20019.613963    141.291546  8  6  5 103       
+PG15  23999.341862   4761.474472 -10526.256763   -138.576605  9  8  7 104       
+PG16  -2823.904038 -20145.968860 -16882.085342   -162.021446  9 10  8 123       
+PG17 -11345.460304  14327.860888  19327.680405    184.225511  6  6  7  99       
+PG18  16017.006402 -18966.828714  -8600.867516    129.630728  6  6  8 122       
+PG19 -21482.865335  -8898.980151 -13142.681976   -126.115738  8  9  6 147       
+PG20 -17082.800042   2680.347764  19996.284262     48.832704  5  7  5 131       
+PG21  13460.301173  -8028.658638 -21060.973755   -134.497102  6 10  5 137       
+PG22  10412.461681 -24337.772384   1488.655515    150.836954  8  8  7 114       
+PG23 -26285.139893  -1051.205493   4811.824374    316.202122  7  7  7 129       
+PG24 -19434.306032  -9954.036977  15367.979740    378.149950  6  8  9 116       
+PG25  17350.164833 -12683.081156  15580.450237     -0.985097  8  5  5 132       
+PG26  14069.721412  12525.315323 -19483.204349   -160.941941  9  8  5 130       
+PG27  19959.667255  15811.948280   8748.450446    251.470940  4  6 10 132       
+PG28 -12686.161181  23088.556416  -1439.141290     28.778169  5  7  8 114       
+PG29  25889.578035  -4289.376197  -3861.576746    196.713721  8  6  5 142       
+PG30   1501.279859 -24316.449119 -10947.299636    333.711497  6  5  6 134       
+PG31  -4167.476360 -22217.952546  13973.526993     60.865290  8  7  7 112       
+PG32 -13449.353641  -7641.741224  21876.279073   -226.747170  8  7  7 114       
+*  2011  4  1 20 45  0.00000000
+PG01   6005.123657 -25371.508591  -4751.370222 999999.999999
+PG02  12117.477529  22723.413348   7499.792344    328.351923  8  7  6 129       
+PG03  -9997.442506 -13460.801579 -21058.723038    696.304465  7  6  5 114       
+PG04    698.979426  20242.046786  16793.327784 999999.999999
+PG05   4403.815790  20679.390851 -16030.743940   -138.157370  9  7  6 143       
+PG06  -4879.964538 -14959.771939 -21242.703318   -229.269236  7  5  5 103       
+PG07 -14979.550405   4641.712703 -21463.032642      7.057060  2  6  6 116       
+PG08  -7502.421602  13560.585807 -21446.735683      7.638613  7  8  8 152       
+PG09  20320.162933  13463.083687  10010.954328     71.218769  8  6  7 136       
+PG10  -7604.720617  25063.612839  -3156.671686    -70.439328  7  6  6 105       
+PG11 -23529.648339 -10748.651605   6439.055952   -139.226773  6  7  9 121       
+PG12  14252.262246   4535.528756  21974.412162    -14.892450  6  6  7 107       
+PG13 -25575.331982   5435.555151  -4966.604409    276.792230  5  6  6 117       
+PG14  13057.595253 -13881.130193  18596.623673    141.293632  8  6  5 104       
+PG15  22710.335519   5187.326940 -12899.419876   -138.573653  9  8  7 103       
+PG16  -1918.492704 -21745.580049 -14885.415758   -162.023753 10 10  8 106       
+PG17 -13457.079661  14403.313514  17829.284709    184.225760  6  5  8 111       
+PG18  15847.299626 -17751.846475 -11097.801452    129.632313  6  6  8 130       
+PG19 -19878.113095  -9154.091595 -15284.652618   -126.119305  8  9  6 144       
+PG20 -16348.034650    421.507121  20770.749188     48.832673  5  7  6 133       
+PG21  14944.009970  -6036.641338 -20784.919628   -134.499954  7 10  5 131       
+PG22  10727.640661 -24191.489239  -1312.739930    150.835927  8  8  8 133       
+PG23 -25615.081239  -1342.584114   7539.578964    316.199662  7  8  7 132       
+PG24 -20188.681354 -11403.387266  13258.555592 999999.999999
+PG25  16803.637694 -10864.311142  17442.541978     -0.985406  9  5  5 130       
+PG26  11906.323810  12695.084013 -20775.722569   -160.951510  9  8  5 128       
+PG27  20331.314273  16489.629126   6034.223313    251.475133  3  6 10 130       
+PG28 -12742.529791  22634.856081  -4310.692153     28.780051  5  7  8 112       
+PG29  26201.103204  -4061.551317  -1020.186214    196.716171  8  7  5 145       
+PG30   2074.560759 -25230.727493  -8387.278093    333.714036  6  4  6 122       
+PG31  -3025.344151 -20959.667817  16100.598276     60.869702  8  7  7 117       
+PG32 -12328.334073  -9800.823884  21708.823096   -226.754137  8  7  7 120       
+*  2011  4  1 21  0  0.00000000
+PG01   6352.839162 -25644.442439  -1906.134995 999999.999999
+PG02  11265.597469  22160.342630  10042.325285    328.353826  8  7  6 132       
+PG03  -7774.370225 -14242.212370 -21458.123614    696.308834  7  6  5 120       
+PG04   -815.404426  18819.716945  18380.763205 999999.999999
+PG05   3664.491768  22244.627224 -13978.882112   -138.162665  9  6  6 144       
+PG06  -2481.518709 -15560.080121 -21207.922443   -229.374386  7  5  5 138       
+PG07 -16511.526120   2789.369434 -20662.634246      7.057968  4  6  7 108       
+PG08  -9030.550939  11589.876844 -22052.443446      7.638258  7  8  8 153       
+PG09  20899.430734  14370.502990   7348.223973     71.220516  8  6  8 137       
+PG10  -7961.461525  25123.398059   -310.758917    -70.441433  7  6  6  95       
+PG11 -23808.799912 -11447.409832   3838.724498   -139.229641  6  6  9 124       
+PG12  13415.493760   6891.148128  21903.678309    -14.889803  6  7  7 104       
+PG13 -25977.858759   5317.787912  -2093.665140    276.791321  6  7  6 124       
+PG14  15054.766925 -14046.168733  16856.042750    141.295838  7  7  5 105       
+PG15  21194.430247   5731.141158 -15052.270780   -138.571381  9  8  7 119       
+PG16  -1186.243357 -23165.791425 -12628.560011   -162.026179 10  9  8 129       
+PG17 -15380.057479  14558.261951  16024.730462    184.226154  5  5  8  98       
+PG18  15640.261871 -16271.893114 -13397.050631    129.634003  6  7  8 133       
+PG19 -18062.179294  -9518.020874 -17167.492245   -126.122800  8  8  6 146       
+PG20 -15701.227910  -1933.689529  21182.764727     48.833204  6  8  6 135       
+PG21  16481.070118  -4161.988276 -20140.593095   -134.501882  7 10  6 144       
+PG22  10940.450532 -23764.061144  -4091.360839    150.835452  8  7  8 127       
+PG23 -24666.602236  -1723.427404  10140.087801    316.197416  8  8  6 133       
+PG24 -20862.710510 -12614.708592  10924.748299 999999.999999
+PG25  16292.281531  -8835.243396  19003.960897     -0.985692  8  6  4 135       
+PG26   9632.617638  13005.223693 -21731.732201   -160.960584  9  8  5 126       
+PG27  20525.066978  16926.413296   3219.668224    251.478644  4  6  9 131       
+PG28 -12707.769736  21879.636236  -7106.045599     28.782189  5  6  8 111       
+PG29  26204.528985  -3801.688478   1838.824189    196.718511  8  7  5 142       
+PG30   2517.945218 -25890.873512  -5684.692947    333.714406  6  3  7 112       
+PG31  -1672.012962 -19596.133944  17951.925805     60.874326  8  6  7 117       
+PG32 -11338.969317 -11976.802264  21178.551419   -226.760763  8  7  7 118       
+*  2011  4  1 21 15  0.00000000
+PG01   6601.085450 -25621.341310    972.163144 999999.999999
+PG02  10189.641210  21448.055863  12416.809386    328.355952  8  6  6 133       
+PG03  -5566.224766 -15139.981472 -21502.165256    696.311629  8  6  5 123       
+PG04  -2508.552088  17355.941789  19643.164583     76.722111  6  8  8 115       
+PG05   3070.068958  23608.472720 -11685.540851   -138.167747  9  6  6 145       
+PG06   -136.236464 -16266.773874 -20802.427230   -229.479722  7  5  5 117       
+PG07 -18063.752675   1103.854836 -19508.123354      7.058819  5  6  7  96       
+PG08 -10696.093151   9677.842671 -22276.076981      7.638754  7  8  8 151       
+PG09  21304.668451  15023.099948   4556.751621     71.223000  8  6  8 140       
+PG10  -8223.520993  24888.897499   2540.605095    -70.441930  6  6  6  91       
+PG11 -23867.130032 -11978.965829   1173.286851   -139.232355  7  6  9 131       
+PG12  12716.645722   9259.086421  21457.484584    -14.887238  7  7  8 112       
+PG13 -26064.287129   5163.799749    815.138543    276.789693  7  7  6 124       
+PG14  16832.581859 -14279.072191  14827.007889    141.297905  7  7  5  89       
+PG15  19487.550787   6413.332938 -16947.811362   -138.568685  9  8  7 115       
+PG16   -610.519935 -24365.664990 -10150.680590   -162.028628 10  9  8 117       
+PG17 -17080.448356  14763.059928  13944.325364    184.226150  5  4  9  93       
+PG18  15432.075306 -14544.125194 -15457.388645    129.635882  7  7  8 133       
+PG19 -16073.083521 -10011.081903 -18758.681359   -126.126146  8  8  6 142       
+PG20 -15160.758631  -4341.467031  21225.238333     48.833072  7  8  6 131       
+PG21  18035.177221  -2434.960112 -19141.555928   -134.504666  8 10  7 146       
+PG22  11085.138857 -23049.101692  -6798.904306    150.834563  8  7  8 135       
+PG23 -23464.923544  -2223.843947  12569.271407    316.195153  8  8  6 135       
+PG24 -21416.680455 -13585.994072   8406.174021 999999.999999
+PG25  15848.212366  -6628.911795  20237.812573     -0.985952  8  6  4 137       
+PG26   7294.541338  13463.364786 -22335.493543   -160.969662  9  8  5 129       
+PG27  20505.543734  17140.530934    351.217136    251.481811  5  7  9 139       
+PG28 -12620.824138  20821.424495  -9775.125412     28.784215  5  6  8 118       
+PG29  25906.886266  -3473.191054   4666.130608    196.721138  9  7  5 145       
+PG30   2860.679333 -26271.237625  -2885.035153    333.715658  6  3  7 118       
+PG31   -114.130230 -18173.186444  19496.709174     60.879067  8  5  7 111       
+PG32 -10493.329315 -14125.032368  20295.222981   -226.767569  8  7  7 113       
+*  2011  4  1 21 30  0.00000000
+PG01   6786.094993 -25291.189151   3833.557444 999999.999999
+PG02   8885.606663  20624.538761  14583.163044    328.357955  8  6  5 136       
+PG03  -3414.119857 -16137.801522 -21189.245650    696.316023  8  6  5 132       
+PG04  -4360.510827  15892.982788  20558.726054 999999.999999
+PG05   2599.415069  24735.250707  -9190.190550   -138.173286  9  5  6 145       
+PG06   2112.236947 -17060.248648 -20032.770612   -229.585083  7  5  6 130       
+PG07 -19593.396588   -393.285199 -18019.788693      7.059680  7  7  7  98       
+PG08 -12467.699026   7866.178091 -22115.482109      7.638527  7  8  8 143       
+PG09  21500.639943  15439.137826   1685.939234     71.224991  8  7  9 155       
+PG10  -8426.268620  24352.050399   5347.094503    -70.442285  6  7  5 113       
+PG11 -23685.107173 -12367.686480  -1511.991398   -139.235172  7  6  9 137       
+PG12  12163.402033  11590.466621  20643.965126    -14.884984  8  8  8 121       
+PG13 -25840.064281   4934.221841   3709.933969    276.788308  7  7  6 131       
+PG14  18360.941123 -14545.512311  12543.697828    141.300178  7  7  5  78       
+PG15  17630.313316   7247.482940 -18553.346642   -138.566143 10  8  7 103       
+PG16   -167.638464 -25309.893329  -7494.967873   -162.030886 10  9  8 120       
+PG17 -18531.234231  14983.393436  11623.290017    184.226602  5  4  9  90       
+PG18  15256.327886 -12593.873260 -17241.932999    129.637853  7  8  8 131       
+PG19 -13953.325771 -10646.586700 -20030.461073   -126.129534  8  8  6 142       
+PG20 -14737.737069  -6755.459130  20897.611521     48.833172  8  9  6 132       
+PG21  19566.740285   -878.491933 -17807.554522   -134.506702  9 10  8 117       
+PG22  11197.148987 -22048.669244  -9388.145764    150.833770  8  7  8 129       
+PG23 -22041.985967  -2868.648754  14785.784222    316.192855  9  8  6 130       
+PG24 -21812.571145 -14323.334649   5745.480040 999999.999999
+PG25  15497.933830  -4284.497661  21122.860358     -0.986240  8  6  4 140       
+PG26   4939.208136  14069.031941 -22576.602303   -160.979056  9  9  5 122       
+PG27  20242.665055  17157.059309  -2523.101099    251.485982  7  7  8 132       
+PG28 -12521.030890  19468.349227 -12269.650415     28.786306  6  6  8 115       
+PG29  25323.776502  -3041.831931   7413.058320    196.723398  9  7  6 148       
+PG30   3136.102480 -26353.709626    -35.891065    333.718211  6  2  7 111       
+PG31   1633.218408 -16735.805254  20709.505199     60.883478  7  5  7 115       
+PG32  -9795.617566 -16200.199140  19074.238823   -226.774238  8  7  7 108       
+*  2011  4  1 21 45  0.00000000
+PG01   6945.795853 -24651.948053   6628.246765 999999.999999
+PG02   7357.415430  19729.059077  16504.557921    328.359798  8  6  5 134       
+PG03  -1356.038653 -17212.690898 -20523.482615    696.321092  8  6  5 127       
+PG04  -6343.977576  14470.031439  21111.982369     76.740510  7  8  8 126       
+PG05   2225.526064  25595.534588  -6535.866484   -138.178459  9  4  7 147       
+PG06   4224.437244 -17914.337637 -18912.011326   -229.690441  8  6  6 114       
+PG07 -21055.669239  -1688.761951 -16223.531128      7.060580  8  7  8 100       
+PG08 -14307.830722   6190.460639 -21575.135940      7.639707  7  8  8 149       
+PG09  21457.864089  15644.391577  -1214.068741     71.228089  8  7  9 142       
+PG10  -8606.381782  23513.799854   8058.976349    -70.442809  5  7  5 103       
+PG11 -23249.546701 -12641.878993  -4171.854940   -139.238297  7  6  9 140       
+PG12  11755.110358  13836.506268  19477.479830    -14.882240  8  8  8 123       
+PG13 -25319.650734   4591.976040   6540.910721    276.787236  8  7  6 132       
+PG14  19617.582527 -14807.252929  10044.796665    141.302082  7  7  5  97       
+PG15  15666.583340   8239.630909 -19841.051576   -138.563337  9  7  7 105       
+PG16    172.006715 -25970.159210  -4707.858596   -162.033603 10  8  7 124       
+PG17 -19713.238586  15181.703272   9101.193182    184.226551  5  4  9  97       
+PG18  15142.533621 -10453.810846 -18718.882119    129.639458  7  8  8 138       
+PG19 -11748.429699 -11430.167479 -20960.334124   -126.133273  8  7  6 144       
+PG20 -14435.618614  -9128.328098  20205.857264     48.833172  9  9  7 135       
+PG21  21034.395457    492.422397 -16164.001469   -134.509806  9 10  8 150       
+PG22  11311.553354 -20773.324717 -11813.795644    150.833143  8  7  8 116       
+PG23 -20435.320151  -3676.224305  16751.694495    316.190272  9  8  6 134       
+PG24 -22015.560633 -14840.501153   2987.657080 999999.999999
+PG25  15261.271504  -1846.010701  21643.890401     -0.986490  8  7  4 142       
+PG26   2613.389176  14813.564998 -22450.166057   -160.988192  9  9  6 128       
+PG27  19712.996449  17006.933622  -5354.385450 999999.999999
+PG28 -12446.363838  17838.052496 -14544.130128     28.787964  6  6  8 115       
+PG29  24478.733332  -2477.275202  10032.421033    196.725913  9  7  6 146       
+PG30   3380.199313 -26128.500670   2813.831403    333.719863  7     7 117       
+PG31   3546.938857 -15326.451211  21570.587332     60.887712  7  5  7 114       
+PG32  -9242.164317 -18157.841170  17536.366546   -226.780763  8  7  7 113       
+*  2011  4  1 22  0  0.00000000
+PG01   7118.130819 -23710.723663   9307.491751 999999.999999
+PG02   5616.990600  18800.666807  18148.020804    328.361859  7  6  5 128       
+PG03    574.408099 -18335.738603 -19514.723758    696.326006  8  7  6 129       
+PG04  -8425.217313  13121.738156  21294.052082     76.749910  8  7  8 122       
+PG05   1916.765672  26167.239810  -3768.421818   -138.183935  8  3  7 149       
+PG06   6166.443077 -18797.311816 -17459.503496   -229.795567  7  6  7 132       
+PG07 -22405.486667  -2777.839447 -14150.399595      7.061645  8  7  8 105       
+PG08 -16174.128875   4678.986469 -20665.953039      7.638833  7  8  8 148       
+PG09  21153.782556  15670.870950  -4093.290035     71.231651  9  8 10 105       
+PG10  -8800.180591  22384.177677  10628.068057    -70.443180  5  7  5 109       
+PG11 -22554.148418 -12832.523553  -6761.771261   -139.241026  8  6  9 137       
+PG12  11482.922138  15950.209897  17978.343520    -14.879568  8  8  8 131       
+PG13 -24525.966975   4103.913314   9259.177487    276.785509  8  7  6 127       
+PG14  20588.815212 -15023.728661   7372.870926    141.304186  7  7  5 104       
+PG15  13641.915556   9387.862753 -20788.462145   -138.560522  9  7  7 130       
+PG16    442.571810 -26326.230595  -1838.184777   -162.036170 10  7  7 139       
+PG17 -20615.749711  15318.757451   6421.297952    184.226810  6  5  9  84       
+PG18  15114.835064  -8162.822146 -19862.140257    129.641407  8  8  8 135       
+PG19  -9505.369005 -12359.393583 -21531.491378   -126.136497  8  7  6 145       
+PG20 -14250.135972 -11413.423045  19162.353895     48.833113  9  9  7 135       
+PG21  22396.570393   1671.012243 -14241.370717   -134.511999  9 10  9 142       
+PG22  11461.500513 -19241.863395 -14033.329811    150.832311  8  8  7 122       
+PG23 -18686.714123  -4657.619354  18433.121358    316.188500  9  8  6 138       
+PG24 -21995.422109 -15158.246540    179.317752    378.167641 12  9  9 105       
+PG25  15150.579698    639.214375  21791.971742     -0.986721  8  7  4 142       
+PG26    362.001893  15680.327350 -21956.931042   -160.997229  8  9  6 132       
+PG27  18900.889086  16725.718242  -8093.651332 999999.999999
+PG28 -12431.712986  15957.209363 -16556.830675     28.790413  6  7  8 115       
+PG29  23402.292802  -1754.442322  12479.327168    196.728145  9  7  7 137       
+PG30   3630.025172 -25594.629208   5614.731026    333.721609  7  2  7 115       
+PG31   5596.658637 -13983.524957  22066.207290     60.892549  7  6  7 117       
+PG32  -8821.709815 -19955.844535  15707.401026   -226.787501  8  7  8 123       
+*  2011  4  1 22 15  0.00000000
+PG01   7339.373914 -22483.580960  11824.498765 999999.999999
+PG02   3684.043759  17876.703368  19484.992309    328.363649  7  6  4 131       
+PG03   2349.075762 -19473.083221 -18178.480966    696.330235  8  7  6 125       
+PG04 -10565.241563  11876.949096  21102.743019     76.758624  8  7  8 119       
+PG05   1638.292521  26436.443579   -935.726138   -138.188990  7  3  7 145       
+PG06   7911.018418 -19673.121777 -15700.560123   -229.900605  7  6  7 111       
+PG07 -23599.145843  -3664.301040 -11836.048595      7.062469  9  7  8 103       
+PG08 -18020.953820   3351.909345 -19404.989655      7.638722  7  9  8 152       
+PG09  20573.644905  15555.339166  -6902.760044     71.234040  9  8 10 144       
+PG10  -9041.973683  20982.027476  13008.674289    -70.443925  5  7  5  87       
+PG11 -21599.787635 -12971.929469  -9238.612822   -139.243532  8  7  8 136       
+PG12  11330.254703  17887.993799  16172.460875    -14.876998  8  8  8 124       
+PG13 -23489.521933   3442.311637  11817.615273    276.784753  9  7  6 119       
+PG14  21269.936226 -15153.736228   4573.668040    141.306214  7  7  5 116       
+PG15  11601.933783  10682.208649 -21378.881577   -138.557959  9  7  6 119       
+PG16    681.204304 -26366.744692   1063.728492   -162.038660  9  7  7 134       
+PG17 -21236.824976  15355.312792   3629.827944    184.226815  7  6 10  94       
+PG18  15190.945447  -5764.617653 -20651.813803    129.643276  9  9  8 131       
+PG19  -7270.933793 -13423.702317 -21733.154169   -126.139776  7  7  7 144       
+PG20 -14169.551072 -13566.410735  17785.639318     48.833450 10  8  7 139       
+PG21  23613.035215   2658.680500 -12074.527953   -134.514547  9 10  9 150       
+PG22  11676.739831 -17480.728490 -16007.775868    150.831383  8  8  7 120       
+PG23 -16840.725258  -5815.921414  19800.819332    316.186104  9  8  6 134       
+PG24 -21727.761983 -15303.354276  -2632.049811 999999.999999
+PG25  15170.251363   3122.147982  21564.607224     -0.986947  8  7  4 142       
+PG26  -1773.349700  16645.199881 -21103.355352   -161.006563  8  9  6 116       
+PG27  17799.365119  16352.174503 -10692.675324    251.502650  9 10  9  87       
+PG28 -12507.282964  13860.664780 -18270.680646     28.792123  6  7  8 115       
+PG29  22130.809987   -854.670015  14711.939625    196.730644  9  7  7 140       
+PG30   3922.064317 -24760.083274   8317.783395    333.723752  6  3  7 124       
+PG31   7745.726864 -12740.002680  22188.759637     60.896982  7  5  7 119       
+PG32  -8515.965318 -21555.856165  13617.765816   -226.794238  8  7  8 125       
+*  2011  4  1 22 30  0.00000000
+PG01   7642.513220 -20995.015479  14135.273110 999999.999999
+PG02   1585.573956  16991.373257  20491.833775    328.365475  7  6  4 119       
+PG03   3946.191122 -20587.097219 -16535.784683    696.335504  8  7  7 132       
+PG04 -12721.195451  10757.700427  20542.522006 999999.999999
+PG05   1353.618216  26397.899138   1913.175811   -138.194435  6  3  8 143       
+PG06   9438.487846 -20502.831110 -13665.996341   -230.005569  7  6  7 115       
+PG07 -24595.954787  -4360.091369  -9320.126966      7.063094  9  6  9  96       
+PG08 -19801.039297   2220.706844 -17815.058028      7.638543  7  9  8 157       
+PG09  19711.087099  15337.692475  -9595.325290     71.236980 10  9 10   9       
+PG10  -9362.487005  19334.374474  15158.479015    -70.445353  5  7  5  99       
+PG11 -20394.553522 -13092.363872 -11561.302752   -139.246305  9  7  8 141       
+PG12  11273.555721  19611.183282  14090.874271    -14.874574  9  8  8 124       
+PG13 -22247.254121   2586.172717  14171.711462    276.783175  9  7  6 130       
+PG14  21665.309418 -15157.173443   1695.345945    141.308409  8  7  5 121       
+PG15   9590.711876  12104.858810 -21601.693575   -138.555107  9  7  6 117       
+PG16    926.360798 -26089.647919   3946.996322   -162.041100  8  6  6 137       
+PG17 -21583.260326  15253.799904    775.165201    184.227259  7  7 10 104       
+PG18  15381.376268  -3306.158774 -21074.567178    129.644999  9  9  8 137       
+PG19  -5090.097269 -14604.651509 -21560.823292   -126.143274  7  7  7 145       
+PG20 -14175.214604 -15546.814310  16100.052061     48.833620 10  8  7 141       
+PG21  24646.380211   3464.637633  -9702.016785   -134.516915 10 10 10 125       
+PG22  11982.285194 -15523.127549 -17702.437951    150.830782  8  8  7 120       
+PG23 -14943.089465  -7145.929808  20830.700389    316.183731  9  8  6 135       
+PG24 -21195.053548 -15307.467623  -5398.843854 999999.999999
+PG25  15316.549969   5553.760164  20965.772865     -0.987223  8  7  5 130       
+PG26  -3755.736144  17677.351064 -19901.623018   -161.015892  8  9  6 110       
+PG27  16410.699834  15926.671942 -13104.883757    251.508408 10 10  9 118       
+PG28 -12697.185862  11590.218862 -19654.086877     28.794319  6  8  7 121       
+PG29  20705.069097    233.384190  16692.176811    196.733172  9  6  7 142       
+PG30   4290.585886 -23641.643376  10875.237293    333.726945  6  4  7 120       
+PG31   9952.444958 -11622.295472  21936.851210     60.901655  6  6  7 117       
+PG32  -8300.431244 -22924.570053  11302.059075   -226.800944  8  6  8 133       
+*  2011  4  1 22 45  0.00000000
+PG01   8055.766817 -19277.099593  16199.423436 999999.999999
+PG02   -644.908761  16174.430894  21150.273127    328.367728  7  6  5 118       
+PG03   5351.033739 -21637.740023 -14612.953018    696.339820  8  7  7 127       
+PG04 -14847.893832   9778.507180  19624.354592 999999.999999
+PG05   1026.234111  26055.223551   4728.929397   -138.199779  6  4  8 142       
+PG06  10737.308495 -21246.182315 -11391.561616   -230.110421  7  7  8 114       
+PG07 -25359.756115  -4884.649814  -6645.608127      7.063777  9  6  9  78       
+PG08 -21467.195288   1287.984912 -15924.263005      7.637403  7 10  8 151       
+PG09  18568.392364  15059.266989 -12126.365956     71.239233 10  9  9  88       
+PG10  -9787.444712  17475.466961  17039.369561    -70.446002  6  7  5 110       
+PG11 -18953.536915 -13224.701442 -13691.419157   -139.249204 10  7  8 132       
+PG12  11283.339261  21087.327823  11769.232592    -14.871782  8  8  7 119       
+PG13 -20841.128047   1522.263831  16280.358835    276.781957  9  7  6 118       
+PG14  21788.099826 -14996.757521  -1212.354187    141.310678  8  7  5 101       
+PG15   7649.217085  13630.691526 -21452.575511   -138.552178  8  7  5 115       
+PG16   1216.072695 -25502.273484   6761.117340   -162.043649  7  5  6 134       
+PG17 -21670.222588  14979.963367  -2093.006106    184.227472  8  7 10 109       
+PG18  15688.982186   -835.960722 -21123.831530    129.646851 10  9  8 139       
+PG19  -3004.444574 -15876.489596 -21016.426284   -126.146927  8  7  7 142       
+PG20 -14242.408485 -17319.399663  14135.268060     48.833511 10  8  8 147       
+PG21  25463.366896   4105.246303  -7165.319452   -134.519584  9  9 10 117       
+PG22  12397.273836 -13407.885597 -19087.543690    150.829991  9  9  6 127       
+PG23 -13039.085091  -8634.145867  21504.283650    316.181660  9  8  6 133       
+PG24 -20387.427674 -15205.742350  -8074.116788 999999.999999
+PG25  15577.769593   7886.714690  20005.845273     -0.987534  8  7  6 132       
+PG26  -5554.119229  18740.265829 -18369.592183   -161.025507  8  9  6 109       
+PG27  14746.661687  15489.500297 -15286.268354    251.512754 11 10  9 126       
+PG28 -13018.296804   9193.110096 -20681.632185     28.796458  6  8  6 128       
+PG29  19168.741578   1513.122777  18386.344221    196.735849  8  6  7 143       
+PG30   4766.065525 -22264.363764  13241.518926    333.730019  6  4  7 107       
+PG31  12171.481726 -10649.370341  21315.278116     60.906168  6  6  7 108       
+PG32  -8145.444214 -24034.843655   8798.547424   -226.807469  8  6  8 137       
+*  2011  4  1 23  0  0.00000000
+PG01   8601.293344 -17368.337105  17980.900078 999999.999999
+PG02  -2968.412682  15450.032848  21447.779984    328.369829  7  6  5 115       
+PG03   6556.363776 -22584.035911 -12441.271247    696.344495  8  7  7 136       
+PG04 -16899.442214   8945.970222  18365.423658 999999.999999
+PG05    621.241481  25420.751002   7462.742904   -138.204834  5  4  8 138       
+PG06  11804.315379 -21863.230214  -8917.273269   -230.214893  7  7  8 132       
+PG07 -25860.288013  -5263.962640  -3858.072415      7.064995 10  6  9 110       
+PG08 -22973.997244    547.619448 -13765.472993      7.637449  7 11  9 152       
+PG09  17156.435678  14761.137887 -14454.442210     71.241984 10  9  9  95       
+PG10 -10336.364616  15445.529598  18618.171305    -70.446036  7  7  5 101       
+PG11 -17298.377584 -13397.141733 -15593.754128   -139.251857 10  8  8 138       
+PG12  11325.453101  22291.286482   9247.189821    -14.869599  8  8  7 120       
+PG13 -19316.538934    245.860420  18106.603539    276.780531  9  7  6 128       
+PG14  21659.670385 -14639.653741  -4098.978110    141.312643  9  7  5  87       
+PG15   5813.875601  15228.096029 -20933.605976   -138.549535  7  7  5 123       
+PG16   1586.232596 -24621.054054   9456.905760   -162.046398  6  4  6 134       
+PG17 -21520.556151  14504.389370  -4924.593845    184.227674  9  8 10 116       
+PG18  16108.839753   1597.652392 -20799.864641    129.648616 10  9  8 136       
+PG19  -1050.724742 -17207.026661 -20108.355772   -126.150142  8  8  8 143       
+PG20 -14341.435185 -18855.356037  11925.744214     48.833717 10  8  8 148       
+PG21  26036.106899   4603.112705  -4508.108440   -134.522119  8  9 11 122       
+PG22  12934.068469 -11178.080240 -20138.798721    150.829147  9  9  6 116       
+PG23 -11171.911805 -10259.085666  21809.062944    316.179388  9  8  6 133       
+PG24 -19303.190182 -15035.371786 -10612.338952 999999.999999
+PG25  15934.716678  10076.998070  18701.418615     -0.987843  8  7  6 137       
+PG26  -7144.380381  19793.007425 -16530.669430   -161.034954  7  8  7 112       
+PG27  12828.382719  15079.148272 -17196.307399    251.516507 11 10  9 123       
+PG28 -13479.428596   6720.262537 -21334.630846     28.798441  7  8  6 133       
+PG29  17566.751812   2979.698172  19765.687380    196.738043  8  6  7 142       
+PG30   5373.740795 -20660.724387  15374.123130    333.731464  6  5  7 115       
+PG31  14355.421068  -9832.161200  20334.913603     60.910671  7  6  7 107       
+PG32  -8017.417747 -24866.606880   6148.610921   -226.813962  8  6  9 140       
+*  2011  4  1 23 15  0.00000000
+PG01   9294.150780 -15312.271791  19448.651604 999999.999999
+PG02  -5341.714415  14835.801202  21377.860039    328.371891  7  6  6 127       
+PG03   7562.574344 -23385.626234 -10056.578405    696.349076  8  7  8 131       
+PG04 -18830.876383   8258.710833  16788.738396 999999.999999
+PG05    106.919550  24515.057072  10067.251090   -138.209883  5  5  8 149       
+PG06  12644.631012 -22315.974734  -6286.666387   -230.319555  7  7  8 134       
+PG07 -26074.332876  -5529.370923  -1004.952379      7.065764 10  6  9 122       
+PG08 -24279.401617    -14.778052 -11375.736626      7.636130  7 11  9 157       
+PG09  15494.324137  14482.472329 -16541.862052     71.243666 10 10  9  77       
+PG10 -11021.620777  13289.282075  19867.274636    -70.447058  7  7  6 120       
+PG11 -15456.588378 -13634.037603 -17236.824208   -139.254896 11  8  7 132       
+PG12  11362.528693  23206.044563   6567.742844    -14.866696  8  8  6 127       
+PG13 -17720.587212  -1238.843646  19618.326412    276.779100  9  7  6 122       
+PG14  21308.661571 -14058.947707  -6914.255610    141.314859  9  7  6  97       
+PG15   4115.316011  16860.061150 -20053.262575   -138.546920  7  7  5 121       
+PG16   2068.973068 -23470.882724  11987.391549   -162.048807  6  4  6 138       
+PG17 -21163.789460  13803.856549  -7670.011790    184.227669  9  9  9 103       
+PG18  16628.460780   3948.265755 -20109.665434    129.650417 10  9  8 135       
+PG19    740.416523 -18558.777559 -18851.393311   -126.153578  8  8  9 146       
+PG20 -14438.908217 -20133.226361   9510.081366     48.833995 10  8  9 150       
+PG21  26343.032104   4985.967666  -1775.502658   -134.524100  8  9 11 122       
+PG22  13597.640815  -8879.513413 -20837.836256    150.828323 10  9  6 113       
+PG23  -9381.145540 -11991.908851  21738.782896    316.177143  9  8  7 128       
+PG24 -17949.044866 -14834.038069 -12970.148039 999999.999999
+PG25  16361.494413  12085.421383  17075.014519     -0.988113  7  7  7 150       
+PG26  -8510.120151  20791.677896 -14413.601818   -161.043919  7  8  7 114       
+PG27  10685.846466  14730.621662 -18798.866701    251.519833 11 10  8 128       
+PG28 -14080.866119   4224.376049 -21601.522935     28.800445  7  8  6 129       
+PG29  15943.612890   4620.022641  20806.858544    196.740489  7  7  7 143       
+PG30   6132.365252 -18869.480811  17234.468969    333.733877  6  6  7 124       
+PG31  16456.386826  -9173.287948  19012.510459     60.915469  8  6  8 113       
+PG32  -7880.235205 -25407.532102   3396.142306   -226.820525  7  5  9 141       
+*  2011  4  1 23 30  0.00000000
+PG01  10141.546687 -13155.905796  20577.185813 999999.999999
+PG02  -7718.788108  14342.137675  20940.258803    328.373850  7  5  7 119       
+PG03   8377.555296 -24004.340148  -7498.759362    696.353407  8  7  8 145       
+PG04 -20599.755858   7707.628536  14922.646963 999999.999999
+PG05   -543.831824  23366.172726  12497.352872   -138.215238  5  6  8 141       
+PG06  13271.244796 -22569.925083  -3545.977459   -230.424473  7  7  8 140       
+PG07 -25986.611741  -5716.179942   1865.247911      7.066476 10  6  9 128       
+PG08 -25346.232072   -421.094309  -8795.655681      7.635816  8 12  9 157       
+PG09  13608.754777  14258.992035 -18355.170870     71.247263 11 10  9  86       
+PG10 -11847.813289  11054.287151  20765.139406    -70.448672  8  7  6 109       
+PG11 -13460.680192 -13954.874139 -18593.329485   -139.257429 11  8  7 130       
+PG12  11355.558827  23823.232417   3776.518492    -14.864500  7  8  6 127       
+PG13 -16100.290351  -2918.678150  20788.842875    276.778057 10  8  7 125       
+PG14  20769.787983 -13234.899589  -9609.007133    141.316868  9  8  6 101       
+PG15   2577.340085  18485.489962 -18826.307737   -138.544095  7  7  5 124       
+PG16   2691.204900 -22084.150521  14308.669291   -162.051389  6  4  5 142       
+PG17 -20634.879910  12862.452251 -10281.093730    184.227602  9  9  9 116       
+PG18  17228.325846   6172.993893 -19066.750933    129.652027 10  9  8 139       
+PG19   2345.471198 -19890.336598 -17266.515119   -126.157130  9  8  9 152       
+PG20 -14499.190550 -21139.553486   6930.320665     48.833958 10  7  9 153       
+PG21  26369.628730   5285.385256    986.660890   -134.526527  8  9 11 118       
+PG22  14385.262669  -6559.081525 -21172.551842    150.827640 10 10  7 110       
+PG23  -7701.329091 -13797.345035  21293.614886    316.174710  9  8  8 128       
+PG24 -16340.011304 -14638.346629 -15107.073545    378.185609 16 10  8 141       
+PG25  16826.558932  13878.937828  15154.690113     -0.988422  7  7  7 137       
+PG26  -9643.193035  21691.034123 -12052.178110   -161.053300  6  8  7 115       
+PG27   8356.997649  14473.876887 -20063.051242    251.524918 12 10  8 136       
+PG28 -14814.282866   1757.947151 -21478.095096     28.802257  8  8  6 135       
+PG29  14341.795386   6413.096926  21492.291183    196.743163  6  7  6 141       
+PG30   7053.219609 -16934.253992  18788.696213    333.737367  6  6  7 129       
+PG31  18427.687361  -8667.091225  17370.421815     60.919971  9  6  8 115       
+PG32  -7696.748349 -25653.440590    586.903979   -226.827146  7  5  9 141       
+*  2011  4  1 23 45  0.00000000
+PG01  11142.410834 -10947.991822  21347.023700 999999.999999
+PG02 -10052.364309  13971.820004  20141.065280    328.376076  7  5  7 118       
+PG03   9016.265674 -24405.724267  -4811.143124    696.358574  7  6  8 133       
+PG04 -22167.650109   7276.464897  12800.267337 999999.999999
+PG05  -1352.232859  22008.519267  14711.007062   -138.220580  5  6  8 150       
+PG06  13704.281900 -22595.530619   -743.280658   -230.529685  7  8  8 117       
+PG07 -25590.391938  -5862.122612   4703.748371      7.067155 10  6  9 126       
+PG08 -26143.486683   -699.680192  -6068.723839      7.635967  8 12 10 162       
+PG09  11533.119472  14121.594944 -19865.564604     71.248960 11 10  9 101       
+PG10 -12811.470937   8789.199313  21296.666331    -70.449993  8  7  6 118       
+PG11 -11347.117629 -14373.432418 -19640.558550   -139.260170 11  8  6 133       
+PG12  11265.543567  24143.328062    921.020289    -14.861891  7  7  6 118       
+PG13 -14500.802977  -4771.796864  21597.407870    276.776770 10  8  8 128       
+PG14  20082.398182 -12155.926725 -12136.041359    141.318963  9  8  6  85       
+PG15   1216.162011  20060.691188 -17273.562192   -138.541182  6  7  5 112       
+PG16   3473.374427 -20499.502124  16380.678263   -162.053903  6  4  6 141       
+PG17 -19972.747429  11672.405744 -12711.987639    184.227994  9 10  9 125       
+PG18  17882.709585   8233.937613 -17690.807313    129.653828 10  9  8 139       
+PG19   3748.826514 -21157.932722 -15380.578630   -126.160495  9  8 10 155       
+PG20 -14485.922514 -21869.220233   4231.188062     48.833593 10  7 10 137       
+PG21  26108.917157   5535.389280   3732.531644   -134.530075  9  8 11 133       
+PG22  15286.517582  -4263.110016 -21137.316292    150.826845 10 10  7  85       
+PG23  -6160.754282 -15634.887334  20480.225333    316.172666  9  8  9 132       
+PG24 -14499.037334 -14482.302270 -16986.225306 999999.999999
+PG25  17294.006009  15431.726041  12973.551131     -0.988741  7  6  7 133       
+PG26 -10543.948387  22446.207970  -9484.831473   -161.062308  6  8  8 109       
+PG27   5886.496769  14332.445481 -20963.976316    251.529057 12 10  8 141       
+PG28 -15663.042363   -628.688667 -20967.522542     28.804509  8  8  7 138       
+PG29  12800.190220   8330.644513  21810.477710    196.745491  5  7  6 146       
+PG30   8139.428493 -14901.915053  20008.379384    333.738887  6  7  7 119       
+PG31  20225.422240  -8299.979831  15436.244394     60.924604  9  7  8 108       
+PG32  -7430.330653 -25608.428541  -2232.153236   -226.833784  7  5  9 148       
+EOF
diff --git a/util/data/igs16296.sp3 b/util/data/igs16296.sp3
new file mode 100644
index 0000000..ddf3ae6
--- /dev/null
+++ b/util/data/igs16296.sp3
@@ -0,0 +1,3191 @@
+#cP2011  4  2  0  0  0.00000000      96 ORBIT IGS05 HLM  IGS
+## 1629 518400.00000000   900.00000000 55653 0.0000000000000
++   32   G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17
++        G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  2  2  3  2  2  2  3  2  2  2  2  2  2  2  3  2
+++         2  2  2  3  2  2  4  2  2  3  2  2  2  2  2  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* FINAL ORBIT COMBINATION FROM WEIGHTED AVERAGE OF:        
+/* cod emr esa gfz grg jpl mit ngs sio                      
+/* REFERENCED TO IGS TIME (IGST) AND TO WEIGHTED MEAN POLE: 
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  2  0  0  0.00000000
+PG01  12287.307549  -8737.267921  21745.037745 999999.999999
+PG02 -12295.561992  13719.902367  18992.707114    328.377999  8  6  9 149       
+PG03   9500.023266 -24560.469999  -2039.811082    696.363278  6  6  7 115       
+PG04 -23501.462701   6942.644433  10458.851408     76.822369 14 13 12 130       
+PG05  -2332.598577  20481.606657  16669.971097   -138.226019  9  6  8 128       
+PG06  13969.994557 -22369.419969   2072.403437   -230.634629  9  6  8 127       
+PG07 -24887.785719  -6005.734619   7462.292012      7.068210  7 10  8 123       
+PG08 -26647.423494   -884.089283  -3240.639847      7.636779 13  9 15 100       
+PG09   9306.392857  14095.177949 -21049.229622     71.250584 12  9 12 140       
+PG10 -13901.096902   6541.988778  21453.429293    -70.451580  9  7  5 136       
+PG11  -9155.140199 -14897.166735 -20360.736463   -139.262584 11 11  9 122       
+PG12  11055.142667  24175.536759  -1950.154188    -14.859177  9  9  9 144       
+PG13 -12963.716644  -6768.327393  22029.614029    276.775689  9  9  5 128       
+PG14  19288.854637 -10819.271497 -14451.024572    141.321471 10 11 10 135       
+PG15     39.947064  21540.990534 -15421.568033   -138.538585  9 10  9 123       
+PG16   4428.489416 -18760.362825  18167.898712   -162.056416  9  6  8 126       
+PG17 -19218.656612  10234.601570 -14920.009745    184.228437  9 10  9 145       
+PG18  18560.757468  10099.422169 -16007.229595    129.655666 10 10  5 121       
+PG19   4943.212118 -22317.105346 -13225.891575   -126.163607  8  9  9 138       
+PG20 -14363.578130 -22325.473578   1459.302076     48.834666  9  8 10 144       
+PG21  25561.668624   5770.998961   6416.920286   -134.531277  7  7 10 151       
+PG22  16283.632505  -2035.719695 -20733.062918    150.826208  9 10  5 119       
+PG23  -4780.485489 -17460.211355  19311.730246    316.170329  8  5  6 144       
+PG24 -12456.317077 -14395.884681 -18574.934998 999999.999999
+PG25  17725.037968  16725.998287  10569.178658     -0.989142  8  7  8 142       
+PG26 -11221.156641  23014.471395  -6754.137567   -161.071658  9  5  9 142       
+PG27   3324.162218  14322.320112 -21483.426740    251.533161 15  9 12 131       
+PG28 -16602.867620  -2889.204326 -20080.234420     28.806731  9  9  9  93       
+PG29  11352.722710  10338.027205  21756.147452    196.748002  9  7  8 126       
+PG30   9385.618469 -12820.831365  20871.137277    333.742276  9  4  5 124       
+PG31  21809.994839  -8051.077524  13242.388419     60.929199 10  8  8 109       
+PG32  -7046.431526 -25284.704445  -5013.604611   -226.840470  8  8 10 129       
+*  2011  4  2  0 15  0.00000000
+PG01  13558.690879  -6570.705943  21764.668293 999999.999999
+PG02 -14403.532240  13573.930361  17513.830246    328.380271  8  5  9 127       
+PG03   9855.531703 -24445.678099    767.177664    696.368037  6  6  7 114       
+PG04 -24574.546454   6678.354247   7939.097275     76.831685 13 13 12 134       
+PG05  -3491.588656  18828.547047  18340.468857   -138.231003  9  6  8 138       
+PG06  14099.520163 -21875.398804   4852.006728   -230.739368  9  5  8 111       
+PG07 -23889.728686  -6184.702058  10093.936441      7.068989  7 10  8 132       
+PG08 -26842.389642  -1011.635981   -358.603030      7.636766 12  9 15 106       
+PG09   6971.844059  14197.694791 -21887.612641     71.250219 12  9 12 131       
+PG10 -15097.552166   4358.215360  21233.766945    -70.453431  8  7  5 125       
+PG11  -6925.488027 -15526.817125 -20741.312675   -139.265518 11 10  8 133       
+PG12  10690.272346  23937.352365  -4788.114082    -14.856507  8  8  9 151       
+PG13 -11525.507963  -8871.347182  22077.673565    276.774093  9  9  5 123       
+PG14  18432.799073  -9231.324007 -16513.302968    141.323362  9 11 10 110       
+PG15   -951.330912  22882.399525 -13302.145505   -138.536003  8 10  9 133       
+PG16   5561.451068 -16913.298366  19639.952128   -162.058952  9  6  8 141       
+PG17 -18414.514161   8558.749698 -16866.439094    184.228438  9 10  9 151       
+PG18  19227.764359  11744.972338 -14046.566562    129.657621 10  9  3 107       
+PG19   5929.815392 -23324.434437 -10839.668437   -126.167218  7  9  9 136       
+PG20 -14098.988558 -22519.635772  -1337.639976     48.834336  8  7 10 153       
+PG21  24736.358020   6026.764435   8995.939767   -134.533647  8  7 10 144       
+PG22  17352.115172     82.709536 -19967.248330    150.825350  9 10  5 115       
+PG23  -3573.666125 -19226.767788  17807.532023    316.167974  8  4  5 134       
+PG24 -10248.336266 -14403.777921 -19845.339000 999999.999999
+PG25  18079.553673  17752.503437   7982.979413     -0.989460  8  7  7 124       
+PG26 -11691.610434  23356.980953  -3906.204569   -161.080726  9  5  9  97       
+PG27    723.161166  14451.162999 -21610.374170    251.536895 15  8 11 145       
+PG28 -17602.843580  -4982.936694 -18833.611541     28.808681  9  9  9 116       
+PG29  10027.168828  12395.407566  21330.343285    196.750303  8  6  8 138       
+PG30  10777.937840 -10739.048242  21361.118532    333.744642  8  5  5 119       
+PG31  23147.477972  -7893.145805  10825.578503     60.933532  9  8  8 112       
+PG32  -6514.076087 -24702.138762  -7710.293076   -226.846978  7  8 10 113       
+*  2011  4  2  0 30  0.00000000
+PG01  14931.491262  -4491.843181  21406.015944 999999.999999
+PG02 -16335.049188  13514.468635  15729.058471    328.381850  8  5  9 131       
+PG03  10113.677422 -24045.903404   3560.632829    696.372445  6  6  8 112       
+PG04 -25367.572265   6451.815369   5284.424443     76.840660 13 13 12 142       
+PG05  -4827.762128  17094.442370  19693.775846   -138.236367  9  7  7 135       
+PG06  14127.459792 -21105.167467   7547.300569   -230.844652  8  5  8 116       
+PG07 -22615.638281  -6434.243288  12553.826613      7.069995  7 10  8 124       
+PG08 -26721.368619  -1121.824450   2529.402674      7.637152 11  9 14  99       
+PG09   4575.616866  14439.475305 -22367.624734     71.250965 12  9 11 139       
+PG10 -16374.756376   2279.422679  20642.736386    -70.455208  8  8  5 119       
+PG11  -4699.074306 -16256.272766 -20775.185049   -139.268370 11 10  8 113       
+PG12  10141.586443  23453.816597  -7544.482682    -14.854082  7  8  8 144       
+PG13 -10216.198216 -11038.148723  21740.576355    276.772875  8  8  5 117       
+PG14  17557.373692  -7407.583686 -18286.658969    141.325497  9 11  9 150       
+PG15  -1765.706340  24043.276403 -10951.849956   -138.533315  7  9  9 127       
+PG16   6868.715961 -15006.275104  20772.096081   -162.061477  9  7  8 137       
+PG17 -17601.152565   6663.204133 -18517.234491    184.228510  8 10  8 144       
+PG18  19846.598682  13153.992732 -11843.888493    129.659569 10  9  3 116       
+PG19   6718.056930 -24139.254736  -8263.382377   -126.170784  6  9  9 129       
+PG20 -13662.773711 -22470.517223  -4111.682648     48.834099  8  7 10 148       
+PG21  23648.860319   6335.340745  11427.610486   -134.536180  8  7 10 141       
+PG22  18461.670277   2056.916367 -18853.689151    150.824703 10 10  4 121       
+PG23  -2545.139019 -20887.488625  15993.036453    316.165706  8  3  6 136       
+PG24  -7916.677140 -14524.305452 -20774.892313 999999.999999
+PG25  18317.799440  18510.706019   5259.471186     -0.989824  8  7  7 127       
+PG26 -11979.402274  23440.431641   -989.955425   -161.090076  8  5  8 105       
+PG27  -1861.973003  14717.883458 -21341.327210    251.539397 15  8  9 146       
+PG28 -18626.701647  -6876.279954 -17251.532015     28.810682 10 10  9 127       
+PG29   8844.217183  14459.114476  20540.396349    196.752848  8  6  7 129       
+PG30  12294.441613  -8702.485216  21469.346946    333.748060  8  5  5 124       
+PG31  24210.783831  -7793.750444   8226.290475     60.938159  9  8  8 103       
+PG32  -5807.254853 -23887.536482 -10276.090335   -226.853539  7  7  9 108       
+*  2011  4  2  0 45  0.00000000
+PG01  16374.008919  -2539.263333  20675.808799 999999.999999
+PG02 -18053.983573  13515.926195  13668.630751    328.384024  9  5  9 118       
+PG03  10308.140681 -23353.929455   6291.136425    696.377644  7  6  8 116       
+PG04 -25869.124255   6228.694735   2540.225351     76.849669 12 12 12 147       
+PG05  -6331.454595  15324.709823  20706.711000   -138.241459 10  7  7 138       
+PG06  14090.337382 -20058.732242  10111.752692   -230.949436  8  5  8 119       
+PG07 -21092.764082  -6785.585812  14799.937760      7.070850  7 10  7 124       
+PG08 -26286.228109  -1254.703759   5375.328863      7.638212 10  9 14 114       
+PG09   2165.224826  14822.823761 -22481.781895     71.253805 12  9 10 125       
+PG10 -17700.672545    341.716491  19691.935367    -70.455897  8  8  5 115       
+PG11  -2515.648755 -17072.692850 -20460.856280   -139.270871 11 10  8 108       
+PG12   9385.785638  22756.503675 -10172.199678    -14.851613  6  7  8 153       
+PG13  -9058.279034 -13221.744435  21024.120261    276.771502  8  8  6 111       
+PG14  16703.471690  -5372.258699 -19739.985201    141.327747  9 11  9 150       
+PG15  -2418.719411  24985.913149  -8411.337950   -138.530445  7  9  9 134       
+PG16   8338.298460 -13086.890478  21545.607617   -162.064058  9  7  8 137       
+PG17 -16816.671121   4574.436410 -19843.658036    184.228564  8 10  7 131       
+PG18  20379.212019  14318.134987  -9438.095672    129.661499 10  9  2 109       
+PG19   7325.032820 -24725.282997  -5542.024089   -126.174260  6  9  9 136       
+PG20 -13030.627449 -22203.557077  -6815.425679     48.834425  8  6 10 151       
+PG21  22321.904736   6726.146100  13672.427961   -134.538509  8  7  9 137       
+PG22  19577.355779   3857.923413 -17412.279985    150.823701 10 10  4 102       
+PG23  -1691.399977 -22396.540272  13899.251285    316.163392  8  3  6 131       
+PG24  -5506.624745 -14768.612581 -21346.801466 999999.999999
+PG25  18402.016847  19008.635798   2445.515484     -0.990183  8  8  7 129       
+PG26 -12114.894328  23238.548203   1943.692928   -161.099384  8  4  8 118       
+PG27  -4377.406506  15112.613082 -20680.493836    251.542163 14  8  6 142       
+PG28 -19634.323582  -8543.762123 -15363.784571     28.812635 10 10  9 113       
+PG29   7816.810643  16483.161450  19399.800105    196.755500  8  6  7 128       
+PG30  13905.828107  -6753.225900  21193.915372    333.751297  8  6  5 126       
+PG31  24980.596485  -7716.630485   5488.129138     60.942779  9  8  8 107       
+PG32  -4906.149874 -22873.653156 -12666.667963   -226.859933  7  7  9 107       
+*  2011  4  2  1  0  0.00000000
+PG01  17849.076722   -745.285416  19587.248202 999999.999999
+PG02 -19530.596818  13547.651193  11367.917713    328.386159  9  5  9 109       
+PG03  10473.874843 -22371.232037   8909.984325    696.381779  7  5  8 115       
+PG04 -26076.004844   5973.601716   -246.894024     76.858877 12 12 12 148       
+PG05  -7984.982418  13563.410841  21362.027344   -138.246643 10  7  6 138       
+PG06  14025.003592 -18744.496946  12501.337432   -231.054316  8  4  8 113       
+PG07 -19355.252759  -7264.595661  16793.777638      7.071796  7  9  7 121       
+PG08 -25547.661525  -1449.205638   8131.781857      7.637613 10  9 14 121       
+PG09   -211.990455  15341.906328 -22228.284988     71.256348 11  9  9 135       
+PG10 -19038.530729  -1425.419135  18399.202850    -70.457485  7  8  5 116       
+PG11   -412.497533 -17956.884921 -19802.517965   -139.273859 11 10  8  75       
+PG12   8406.704755  21882.267542 -12626.306429    -14.848833  6  7  8 145       
+PG13  -8065.947921 -15372.551654  19940.811911    276.770243  8  7  6 118       
+PG14  15908.089042  -3157.517934 -20847.860420    141.329848  9 11  9 123       
+PG15  -2932.613532  25677.985065  -5724.653556   -138.527660  7  8  8 125       
+PG16   9950.109499 -11200.643461  21948.051673   -162.066531  8  7  8 130       
+PG17 -16094.903215   2326.185658 -20822.791804    184.228751  8 10  6 133       
+PG18  20788.173240  15237.346612  -6871.185003    129.663016  9  9  2  98       
+PG19   7774.644624 -25052.089927  -2723.282053   -126.177878  7  9  9 130       
+PG20 -12184.408260 -21749.727325  -9402.816870     48.834615  8  6  9 153       
+PG21  20784.307416   7224.146391  15693.892779   -134.541357  8  7  9 140       
+PG22  20660.931304   5463.945633 -15668.600564    150.823150 10 10  4  97       
+PG23  -1000.889948 -23711.053745  11562.270109    316.161239  8  3  6 128       
+PG24  -3065.624831 -15140.132577 -21550.367038 999999.999999
+PG25  18298.023118  19262.414391   -410.489023     -0.990570  8  8  7 136       
+PG26 -12133.410313  22733.343462   4842.743064   -161.108592  8  4  8 109       
+PG27  -6772.056508  15617.086337 -19639.744637    251.544273 14  8  2 147       
+PG28 -20583.393502  -9968.766678 -13205.373435     28.814923 10 10  9 124       
+PG29   6949.791589  18420.861150  17927.985553    196.757972  8  6  7 123       
+PG30  15576.496136  -4927.976828  20540.021584    333.753731  7  6  5 114       
+PG31  25446.031952  -7623.221752   2657.153034     60.946970  7  8  8  89       
+PG32  -3798.147081 -21697.984810 -14840.267487   -226.866504  7  7  9 112       
+*  2011  4  2  1 15  0.00000000
+PG01  19315.444670    865.089464  18159.738002 999999.999999
+PG02 -20742.599144  13575.254336   8866.822379    328.388353  9  5  8 118       
+PG03  10645.516722 -21108.103065  11370.143699    696.385429  7  5  8 104       
+PG04 -25993.243968   5651.612757  -3029.873228     76.868408 11 12 12 146       
+PG05  -9763.165450  11851.648713  21648.695333   -138.251884 10  7  6 138       
+PG06  13967.049187 -17179.034995  14675.284823   -231.159007  7  5  8 116       
+PG07 -17442.960937  -7890.611631  18501.037437      7.072640  7  9  6 125       
+PG08 -24524.825080  -1741.522061  10752.734823      7.636972  9  9 13 111       
+PG09  -2510.389546  15982.929529 -21611.040262     71.258544 11  9  8 130       
+PG10 -20348.237021  -3000.025507  16788.210181    -70.459114  7  8  6 111       
+PG11   1576.775144 -18883.931447 -18810.057614   -139.276576 11  9  8 112       
+PG12   7196.135754  20871.797930 -14864.702291    -14.846326  6  6  8 147       
+PG13  -7244.684465 -17440.190218  18509.639677    276.769158  8  6  7 122       
+PG14  15202.845701   -802.424954 -21591.014917    141.332023  8 11  8 120       
+PG15  -3335.264500  26093.804369  -2938.448030   -138.525061  6  8  8 124       
+PG16  11676.614807  -9389.311420  21973.433929   -162.069002  9  7  8 134       
+PG17 -15464.072679    -41.679532 -21437.937447    184.229256  7 10  6 136       
+PG18  21038.167690  15919.608698  -4187.491081    129.665134  9  8  3 104       
+PG19   8096.451996 -25096.354082    143.338474   -126.181284  8  9  9 119       
+PG20 -11112.995402 -21144.244469 -11829.912389     48.834486  9  6  9 145       
+PG21  19070.008855   7848.803598  17459.002375   -134.543664  8  7  8 137       
+PG22  21672.343058   6861.008550 -13653.422365    150.822358 10 10  4 125       
+PG23   -454.617292 -24792.761125   9022.648949    316.158679  8  4  6 128       
+PG24   -641.650334 -15634.360672 -21381.226071 999999.999999
+PG25  17976.662702  19295.478250  -3259.438381     -0.990973  8  8  7 128       
+PG26 -12073.694555  21916.078622   7655.107161   -161.118149  7  4  7 116       
+PG27  -8999.528980  16205.412127 -18238.373686    251.546602 14  9  6 148       
+PG28 -21431.123094 -11143.879763 -10815.740121     28.816803 10 10  9 119       
+PG29   6239.863368  20226.476384  16150.001026    196.760427  8  6  7 128       
+PG30  17265.876602  -3256.762585  19519.845362    333.757023  7  7  5 119       
+PG31  25605.000057  -7474.280604   -218.847075     60.951508  6  7  8  86       
+PG32  -2478.590590 -20401.371678 -16758.456331   -226.873246  7  7  8  95       
+*  2011  4  2  1 30  0.00000000
+PG01  20729.329807   2274.934792  16418.505033 999999.999999
+PG02 -21675.923782  13562.108705   6209.074180    328.390135  9  5  8 116       
+PG03  10855.796367 -19583.420908  13627.201421    696.389634  7  5  8 108       
+PG04 -25633.817045   5229.767988  -5761.946011     76.877963 10 12 12 149       
+PG05 -11634.147338  10226.096705  21562.075066   -138.256995 10  7  7 140       
+PG06  13949.290974 -15386.554853  16596.756488   -231.263805  8  5  8 112       
+PG07 -15400.058623  -8675.529709  19892.181025      7.073598  7  9  6 130       
+PG08 -23244.681872  -2163.578627  13194.227026      7.637322  9  8 13 121       
+PG09  -4687.506169  16724.603873 -20639.620692     71.261004 10  9  6 127       
+PG10 -21587.908275  -4368.263580  14887.956987    -70.461001  7  8  6 116       
+PG11   3423.339852 -19824.047294 -17498.983720   -139.279365 11  9  8 122       
+PG12   5754.353551  19768.038800 -16848.860142    -14.844077  6  7  7 144       
+PG13  -6591.183815 -19375.320404  16755.723501    276.767430  8  5  7 117       
+PG14  14612.736983   1648.403096 -21956.675473    141.333955  8 11  8 118       
+PG15  -3658.884352  26215.326877   -101.147907   -138.522418  7  8  8 122       
+PG16  13483.783357  -7689.494063  21622.239831   -162.071708  9  7  9 130       
+PG17 -14945.693494  -2484.540090 -21678.891630    184.229533  7 10  5 142       
+PG18  21097.405730  16380.381091  -1432.916501    129.666821  8  8  5  81       
+PG19   8324.295353 -24842.843935   3007.438202   -126.184696  8  9  9 125       
+PG20  -9812.879697 -20425.139181 -14055.593589     48.834637  9  6  9 147       
+PG21  17216.947256   8613.220724  18938.704214   -134.546408  7  7  8 141       
+PG22  22571.284896   8043.255295 -11402.126785    150.821423 10  9  5  93       
+PG23    -27.087336 -25609.470126   6324.686120    316.156534  8  6  6 131       
+PG24   1718.461846 -16238.949171 -20841.486364 999999.999999
+PG25  17415.073578  19137.528876  -6052.366212     -0.991333  8  8  7 114       
+PG26 -11976.197351  20787.870058  10329.651641   -161.127754  7  4  7  99       
+PG27 -11019.849105  16845.200201 -16502.663657    251.549437 13  9  8 154       
+PG28 -22135.975238 -12070.861279  -8237.928031     28.818788 10 10  9 119       
+PG29   5675.869036  21856.846363  14096.100987    196.762765  8  5  7 121       
+PG30  18929.979230  -1761.913006  18152.271550    333.760685  7  7  5 119       
+PG31  25464.252218  -7231.549361  -3091.108238     60.956261  6  7  8 105       
+PG32   -951.242380 -19026.464385 -18386.854870   -226.880001  7  7  8 104       
+*  2011  4  2  1 45  0.00000000
+PG01  22046.069390   3475.832485  14394.120381 999999.999999
+PG02 -22325.180635  13470.964403   3441.429356    328.392223  9  4  8 110       
+PG03  11134.017076 -17824.069454  15640.276957    696.394277  7  5  8 106       
+PG04 -25018.086105   4678.486147  -8397.369822     76.887068 10 11 11 146       
+PG05 -13560.480876   8717.712930  21103.975719   -138.262269 10  8  7 135       
+PG06  14000.388829 -13398.083531  18233.438705   -231.368547  8  5  8 122       
+PG07 -13273.473806  -9623.174182  20942.962624      7.074327  7  8  5 128       
+PG08 -21741.073684  -2741.657135  15415.043985      7.636635  8  8 12 107       
+PG09  -6705.412651  17538.879146 -19329.167226     71.262634  9 10  5 129       
+PG10 -22715.469821  -5524.683006  12732.186920    -70.461089  6  8  6 115       
+PG11   5104.068293 -20743.642189 -15890.264191   -139.282231 11  8  8 104       
+PG12   4090.322382  18614.528179 -18544.489464    -14.841405  6  7  7 145       
+PG13  -6093.649022 -21131.447225  14709.849123    276.766701  8  5  7 106       
+PG14  14155.165887   4146.357017 -21938.783142    141.336173  7 10  7 131       
+PG15  -3938.552380  26032.870736   2737.912125   -138.519607  7  7  8 120       
+PG16  15332.286381  -6131.377263  20901.363526   -162.074267  9  7  9 129       
+PG17 -14553.756166  -4954.589270 -21542.093685    184.229487  6 10  5 126       
+PG18  20938.890527  16641.783432   1345.835561    129.668821  7  8  5 102       
+PG19   8494.746487 -24285.085896   5818.667185   -126.188100  9  9  9 122       
+PG20  -8288.468412 -19631.738815 -16042.230651     48.834809  9  6  8 141       
+PG21  15265.803186   9523.510476  20108.309390   -134.548800  7  7  7 136       
+PG22  23318.772983   9012.934392  -8954.048463    150.820750  9  9  5 122       
+PG23    312.497277 -26136.314276   3515.619105    316.154181  9  7  6 157       
+PG24   3970.639522 -16934.124301 -19939.746245 999999.999999
+PG25  16597.719066  18823.251587  -8741.283071     -0.991641  8  9  7 130       
+PG26 -11881.258062  19359.900838  12817.268733   -161.137084  7  4  7  97       
+PG27 -12800.901610  17498.986710 -14465.271018    251.552744 12  9  9 148       
+PG28 -22659.315136 -12760.254801  -5517.714705     28.820966  9 10  9  84       
+PG29   5239.376783  23272.927660  11801.249458    196.765213  8  5  7 119       
+PG30  20523.085510   -457.383831  16462.469055    333.764312  7  7  6 119       
+PG31  25039.109608  -6859.402133  -5910.684889     60.960717  6  7  8 106       
+PG32    771.579381 -17616.108631 -19695.818331   -226.886446  7  7  8 101       
+*  2011  4  2  2  0  0.00000000
+PG01  23221.811952   4467.970740  12121.932674 999999.999999
+PG02 -22693.766339  13265.609754    612.794641    328.394087  8  4  7 124       
+PG03  11504.675093 -15864.025202  17372.872817    696.397602  7  5  8 101       
+PG04 -24172.987370   3972.848108 -10892.128465     76.896755  9 11 11 150       
+PG05 -15500.435708   7350.690431  20282.602612   -138.267471 10  8  7 127       
+PG06  14143.645807 -11250.403179  19558.045508   -231.473620  7  5  8 114       
+PG07 -11111.235198 -10728.981826  21634.863570      7.075447  7  8  5 121       
+PG08 -20053.549944  -3495.216775  17377.371761      7.636901  8  8 12 109       
+PG09  -8531.935916  18391.930343 -17700.227980     71.264424  8 10  5 108       
+PG10 -23690.253073  -6472.163495  10358.738807    -70.461691  6  8  7 106       
+PG11   6602.256428 -21606.554208 -14010.074141   -139.284972 10  8  8 101       
+PG12   2221.572154  17453.721815 -19922.135648    -14.838557  6  7  7 145       
+PG13  -5732.428793 -22666.618682  12407.897018    276.764151  8  5  7 114       
+PG14  13839.294919   6640.553858 -21538.080405    141.338182  6 10  7 118       
+PG15  -4210.633044  25545.517868   5529.374152   -138.516833  8  7  7 121       
+PG16  17178.898646  -4737.759971  19823.932169   -162.076905  9  7  9 130       
+PG17 -14294.231383  -7402.515215 -21030.645114    184.229593  6 10  5 138       
+PG18  20541.501935  16731.548642   4102.015347    129.670867  6  7  6  77       
+PG19   8645.452731 -23425.689707   8527.666903   -126.191493  9  8  9 118       
+PG20  -6552.094269 -18803.120023 -17756.284601     48.834571  9  6  8 134       
+PG21  13258.654456  10578.409006  20947.864840   -134.551083  7  7  7 136       
+PG22  23878.671906   9780.073128  -6351.758241    150.820249  9  9  6 107       
+PG23    598.814218 -26356.725073    644.755101    316.151678  9  8  6 158       
+PG24   6075.105198 -17693.412406 -18690.995490 999999.999999
+PG25  15517.144981  18390.852976 -11279.997967     -0.992011  8  9  7 136       
+PG26 -11827.266626  17653.212894  15071.942879   -161.146557  6  4  6  82       
+PG27 -14319.514951  18125.887357 -12164.455343    251.554359 12  9 10 154       
+PG28 -22966.924941 -13230.665747  -2702.734582     28.823069  9 10  8 107       
+PG29   4905.550081  24441.192189   9304.544920    196.767901  8  6  8 117       
+PG30  21999.512996    651.564096  14481.340393    333.767106  6  7  6 117       
+PG31  24352.877775  -6326.409128  -8629.257694     60.965240  7  7  7  83       
+PG32   2669.198464 -16211.710095 -20661.056217   -226.893124  7  8  7 117       
+*  2011  4  2  2 15  0.00000000
+PG01  24215.180245   5259.906136   9641.425769 999999.999999
+PG02 -22793.622913  12912.507330  -2226.705544    328.396223  9  5  7 114       
+PG03  11986.283238 -13743.148253  18793.636747    696.402703  7  4  8 104       
+PG04 -23130.996484   3093.704675 -13204.601201     76.906199  8 11 11 110       
+PG05 -17409.477427   6141.681373  19112.394307   -138.272823 10  8  8 135       
+PG06  14396.034944  -8984.784287  20548.727025   -231.578276  7  5  7 110       
+PG07  -8960.774475 -11980.014170  21955.439532      7.076146  8  7  4 130       
+PG08 -18225.991584  -4435.957878  19047.417855      7.636916  8  8 11 103       
+PG09 -10141.683404  19245.365886 -15778.532451     71.266741  7 10  5 120       
+PG10 -24474.532074  -7221.538770   7808.848522    -70.462955  5  8  7  99       
+PG11   7908.113588 -22375.412656 -11889.450055   -139.287839 10  7  8 114       
+PG12    173.746421  16325.364342 -20957.704730    -14.836302  6  7  6 143       
+PG13  -5480.972886 -23944.950249   9890.178665    276.763739  8  6  7 114       
+PG14  13665.742123   9079.642140 -20762.067549    141.340562  5 10  7 104       
+PG15  -4511.145297  24761.181835   8224.741879   -138.514045  8  8  7 115       
+PG16  18978.047177  -3523.376652  18409.032305   -162.079539  9  7  9 131       
+PG17 -14164.907847  -9779.235196 -20154.203720    184.230069  7 10  5 131       
+PG18  19890.861285  16681.791848   6789.557816    129.672480  5  7  6  96       
+PG19   8813.445010 -22276.317799  11086.989248   -126.195125  9  8  9 119       
+PG20  -4623.729365 -17976.589042 -19168.840388     48.834779  9  6  8 122       
+PG21  11237.582996  11769.149682  21442.481319   -134.552931  6  6  6 132       
+PG22  24219.113113  10361.853676  -3640.300755    150.819257  8  9  7 120       
+PG23    868.836125 -26263.083946  -2237.445748    316.149598  9  8  7 159       
+PG24   7997.745837 -18484.650169 -17116.395499 999999.999999
+PG25  14174.432595  17880.474071 -13624.908117     -0.992382  8  9  6 128       
+PG26 -11848.889266  15698.076216  17051.776915   -161.155720  6  5  6  76       
+PG27 -15562.143855  18683.395603  -9643.183226    251.556684 11  9 10 154       
+PG28 -23030.327091 -13507.749164    158.387766     28.825106  8 10  8 105       
+PG29   4644.269961  25334.829448   6648.574702    196.770490  9  6  8 123       
+PG30  23315.374237   1568.319210  12244.860131    333.769079  6  7  6 112       
+PG31  23435.965194  -5606.758952 -11199.950142     60.969461  7  7  7  66       
+PG32   4713.117058 -14851.644757 -21264.171443   -226.899827  8  8  7 101       
+*  2011  4  2  2 30  0.00000000
+PG01  24988.842198   5868.003361   6995.514057 999999.999999
+PG02 -22644.653213  12382.333164  -5026.695567    328.398163  9  5  7 105       
+PG03  12590.453851 -11505.728174  19877.012215    696.407926  7  4  8  95       
+PG04 -21928.909296   2028.570698 -15296.192385     76.915300  7 10 10 150       
+PG05 -19241.860750   5099.323301  17613.753968   -138.278098 10  8  8 131       
+PG06  14767.486696  -6645.565580  21189.380361   -231.682401  7  5  7 102       
+PG07  -6867.251644 -13355.300762  21898.570473      7.077041  8  7  5 132       
+PG08 -16305.074935  -5567.165311  20395.990393      7.637797  8  8 10 113       
+PG09 -11516.842594  20057.622656 -13594.697277     71.269911  6 10  5 126       
+PG10 -25034.942431  -7790.924908   5126.416274    -70.464789  4  7  7 100       
+PG11   9018.994107 -23013.082158  -9563.849021   -139.290719 10  7  8  90       
+PG12  -2020.164003  15264.970448 -21632.903498    -14.833813  7  7  6 146       
+PG13  -5307.064323 -24937.915478   7200.694768    276.762506  8  7  7 116       
+PG14  13626.631341  11413.621223 -19624.831294    141.342691  5  9  7 112       
+PG15  -4874.149750  23696.339595  10777.247574   -138.511576  8  8  7 124       
+PG16  20683.448315  -2494.536084  16681.346034   -162.082012  9  8  9 131       
+PG17 -14155.566990 -12037.612452 -18928.757987    184.230429  7 10  6 114       
+PG18  18979.950489  16527.642361   9363.783712    129.674222  4  7  6 104       
+PG19   9033.481379 -20857.300777  13451.971432   -126.198297  9  8  9 119       
+PG20  -2530.415338 -17186.245611 -20256.064864     48.834750  9  7  8 123       
+PG21   9243.277596  13079.604995  21582.612987   -134.555859  6  6  6 134       
+PG22  24313.751800  10781.720470   -866.401728    150.818422  8  8  7  99       
+PG23   1160.148956 -25857.025605  -5080.313637    316.147035 10  9  7 158       
+PG24   9711.266400 -19271.241273 -15242.939584 999999.999999
+PG25  12579.329549  17332.540850 -15735.743642     -0.992749  8  9  7 117       
+PG26 -11975.444461  13532.953761  18719.941968   -161.164961  6  4  6  80       
+PG27 -16525.127444  19129.237978  -6948.141501    251.560888 10  9 10 150       
+PG28 -22827.872224 -13622.957416   3016.877258     28.827314  7  9  8 118       
+PG29   4421.467186  25934.707176   3878.708078    196.773055  9  7  8 125       
+PG30  24430.255743   2304.516322   9793.323233    333.771997  6  7  7 109       
+PG31  22324.734559  -4681.482062 -13578.139982     60.973944  6  7  7  97       
+PG32   6867.878324 -13569.780573 -21493.101650   -226.906568  8  8  6  92       
+*  2011  4  2  2 45  0.00000000
+PG01  25510.930437   6315.577973   4229.789169 999999.999999
+PG02 -22273.817440  11651.351291  -7737.524267    328.400288  8  6  7 112       
+PG03  13321.284201  -9198.848313  20603.757488    696.411722  7  4  8 104       
+PG04 -20606.481584    772.274977 -17131.916257     76.924466  7 10 10 146       
+PG05 -20952.275517   4224.083577  15812.680878   -138.283249 10  9  8 135       
+PG06  15260.460465  -4278.635095  21469.862181   -231.787547  7  5  7 105       
+PG07  -4871.967143 -14826.503826  21464.606754      7.077977  8  6  5 130       
+PG08 -14338.627327  -6883.360319  21399.026321      7.637979  7  8  9 116       
+PG09 -12647.723196  20785.505564 -11183.859744     71.272620  6 10  5 104       
+PG10 -25343.732266  -8204.785003   2357.252947    -70.465419  3  7  7  90       
+PG11   9939.356786 -23484.134395  -7072.613814   -139.293672 10  7  8 121       
+PG12  -4320.875666  14302.475113 -21935.585808    -14.831065  7  8  6 141       
+PG13  -5174.276530 -25625.352732   4386.331532    276.761122  8  7  7 113       
+PG14  13705.991725  13595.602151 -18146.751639    141.344933  5  9  7  96       
+PG15  -5330.219250  22375.438388  13142.683763   -138.508798  8  8  7 111       
+PG16  22249.771913  -1649.085492  14670.705311   -162.084459  9  8  9 129       
+PG17 -14248.483485 -14134.088484 -17376.289750    184.230246  7 10  6 113       
+PG18  17809.467765  16305.789189  11782.064347    129.675848  4  6  6  88       
+PG19   9336.495532 -19196.916695  15581.547535   -126.201773  9  8  9 119       
+PG20   -305.431023 -16461.682977 -20999.584433     48.835187  9  7  8 107       
+PG21   7313.677719  14486.697457  21364.283188   -134.557307  6  6  6 132       
+PG22  24142.815560  11068.257093   1922.340270    150.817715  7  8  7 104       
+PG23   1509.245244 -25149.379535  -7833.917100    316.144843 10  9  7 151       
+PG24  11196.079030 -20013.610868 -13102.997203 999999.999999
+PG25  10750.053262  16786.116011 -17576.254760     -0.993055  8  9  7 109       
+PG26 -12229.509976  11203.103043  20045.516330   -161.174276  6  5  6  89       
+PG27 -17214.523274  19423.198764  -4128.696327    251.562849 10  9 10 145       
+PG28 -22345.559086 -13612.104182   5824.607598     28.829077  6  9  8 109       
+PG29   4200.613971  26230.053186   1042.338481    196.775472  9  8  8 121       
+PG30  25308.748084   2879.301395   7170.525887    333.775452  5  7  7 121       
+PG31  21060.126631  -3539.424603 -15722.251482     60.978395  6  7  7  91       
+PG32   9092.228086 -12394.174293 -21342.446228   -226.913300  8  8  6 115       
+*  2011  4  2  3  0  0.00000000
+PG01  25756.257578   6631.778658   1391.731892 999999.999999
+PG02 -21713.949781  10702.563072 -10311.224794    328.402048  8  6  7 121       
+PG03  14175.072875  -6870.641289  20961.318413    696.416825  7  4  8  99       
+PG04 -19204.975270   -672.656545 -18680.931859     76.934287  6 10  9  88       
+PG05 -22497.482609   3508.425776  13740.309529   -138.288616  9  9  8 137       
+PG06  15869.812706  -1929.869262  21386.103740   -231.892563  7  5  7 101       
+PG07  -3010.921861 -16358.882252  20660.406185      7.079018  8  6  5 124       
+PG08 -12373.931204  -8370.280086  22038.058502      7.636750  7  8  8 104       
+PG09 -13533.017663  21385.823183  -8585.235541     71.275989  5 10  6 114       
+PG10 -25379.802520  -8492.770396   -451.682106    -70.465463  3  7  7  95       
+PG11  10680.447575 -23756.290401  -4458.347290   -139.296809  9  6  8 119       
+PG12  -6684.117842  13461.106142 -21859.997164    -14.828664  8  8  6 144       
+PG13  -5043.594805 -25996.150131   1496.012055    276.759455  8  8  7 104       
+PG14  13880.487192  15583.440765 -16354.095539    141.346895  5  8  7 117       
+PG15  -5905.054663  20830.002321  15280.183472   -138.506018  8  8  6 109       
+PG16  23634.271546   -976.697185  12411.573192   -162.086734  9  8  9 126       
+PG17 -14419.227460 -16030.168358 -15524.335208    184.230483  7  9  6 128       
+PG18  16387.911254  16052.991910  14004.445352    129.677854  5  6  6  89       
+PG19   9748.214468 -17330.366091  17438.979732   -126.205168  9  8  9 119       
+PG20   2012.771985 -15826.871269 -21386.778126     48.835179  9  7  8 119       
+PG21   5482.703908  15961.072467  20789.249648   -134.559676  6  6  6 131       
+PG22  23693.906965  11253.879042   4678.263489    150.816842  6  8  7 103       
+PG23   1949.864590 -24159.752330 -10449.993758    316.142636 10  9  8 142       
+PG24  12440.890197 -20670.800044 -10733.749107 999999.999999
+PG25   8712.773845  16277.315756 -19114.830062     -0.993418  8  9  7 120       
+PG26 -12625.831334   8758.876125  21004.182161   -161.183510  6  5  6  94       
+PG27 -17645.539298  19528.831816  -1235.833987    251.566254  9  9 10 151       
+PG28 -21577.565459 -13513.804407   8534.850503     28.831237  6  8  7 112       
+PG29   3944.318445  26218.831306  -1811.913658    196.778013 10  8  8 114       
+PG30  25921.767069   3318.302862   4422.901775    333.778729  5  7  7 109       
+PG31  19686.105986  -2177.929908 -17594.513488     60.982867  6  7  6  99       
+PG32  11340.534452 -11346.001814 -20813.664671   -226.919895  8  8  6 119       
+*  2011  4  2  3 15  0.00000000
+PG01  25707.283047   6850.254635  -1470.096932 999999.999999
+PG02 -21002.347263   9526.581224 -12702.434140    328.404163  8  6  6 122       
+PG03  15140.379307  -4568.513505  20944.045531    696.422652  7  4  7  79       
+PG04 -17765.661484  -2295.898186 -19917.023183     76.943286  6  9  9 143       
+PG05 -23837.877661   2937.289489  11432.365006   -138.293934  9  9  8 136       
+PG06  16582.963155    356.412962  20940.130269   -231.997203  6  6  7 108       
+PG07  -1313.581478 -17912.520901  19499.258410      7.079767  8  6  6 118       
+PG08 -10456.037279 -10005.193496  22300.610886      7.636162  7  8  7 120       
+PG09 -14179.763496  21817.065399  -5841.598004     71.278038  5  9  6  96       
+PG10 -25129.502626  -8688.385328  -3253.040759    -70.466232  3  7  7 110       
+PG11  11259.711815 -23801.774854  -1766.202601   -139.299332  9  6  7 119       
+PG12  -9062.140965  12756.524303 -21406.910999    -14.826090  8  8  6 147       
+PG13  -4875.135508 -26048.584361  -1420.179610    276.758097  8  9  7 105       
+PG14  14120.443158  17341.180019 -14278.508194    141.349018  6  8  7  91       
+PG15  -6618.301382  19097.475234  17152.934167   -138.503368  7  8  6 107       
+PG16  24798.321764   -459.463470   9942.461049   -162.089631  9  8  9 129       
+PG17 -14637.732774 -17693.703659 -13405.455903    184.230860  8  9  6 139       
+PG18  14731.390517  15804.608475  15994.225522    129.679989  6  6  6  82       
+PG19  10288.001288 -15298.487303  18992.495052   -126.208629  8  8  9 118       
+PG20   4381.827428 -15299.264823 -21410.982637     48.835168  9  7  8 110       
+PG21   3779.119593  17468.017985  19865.101147   -134.562273  6  7  7 134       
+PG22  22962.532144  11373.394739   7354.440830    150.816058  5  7  8  99       
+PG23   2511.451475 -22915.769286 -12882.842515    316.140325 10 10  8 142       
+PG24  13442.960317 -21202.135712  -8176.523431 999999.999999
+PG25   6500.795782  15837.852675 -20325.035714     -0.993690  8  9  7 116       
+PG26 -13170.586771   6253.797026  21578.754630   -161.192874  6  6  6  88       
+PG27 -17841.604594  19414.987128   1678.883331    251.568593  9  8  9 168       
+PG28 -20526.480385 -13367.850694  11102.968234     28.833445  6  7  7 131       
+PG29   3615.960646  25907.795647  -4635.024937    196.780350 10  9  8 114       
+PG30  26247.617112   3652.359581   1598.636145    333.781905  4  7  7 107       
+PG31  18247.986450   -603.195218 -19161.667614     60.987032  5  7  6  98       
+PG32  13564.411021 -10438.771962 -19915.134777   -226.926823  8  8  5 115       
+*  2011  4  2  3 30  0.00000000
+PG01  25354.796981   7007.661185  -4306.873146 999999.999999
+PG02 -20179.193098   8122.191434 -14869.249492    328.405915  7  6  6 115       
+PG03  16198.421789  -2337.417321  20553.252113    696.427448  6  4  7  86       
+PG04 -16328.332242  -4079.507452 -20819.019632     76.953226  6  9  8  28       
+PG05 -24938.923554   2488.863173   8928.544503   -138.299389  8  9  8 136       
+PG06  17380.350114   2538.925441  20139.987700   -232.101879  6  5  7 104       
+PG07    198.105576 -19443.780271  18000.694964      7.080875  8  6  6 126       
+PG08  -8626.149109 -11757.549892  22180.510441      7.635462  7  8  6 118       
+PG09 -14602.999819  22041.064705  -2998.677541     71.279417  6  9  6  70       
+PG10 -24587.156947  -8827.526438  -5999.833660    -70.467234  3  7  7 111       
+PG11  11699.953858 -23598.524829    956.900895   -139.302459  9  7  7 120       
+PG12 -11405.371901  12196.266438 -20583.651804    -14.823333  9  9  7 138       
+PG13  -4629.893338 -25790.303204  -4311.884289    276.757169  9  9  7 116       
+PG14  14391.126400  18840.247159 -11956.414569    141.351300  6  7  7 104       
+PG15  -7482.613443  17219.846861  18728.812462   -138.500379  7  8  6  82       
+PG16  25708.807424    -72.775059   7305.290941   -162.091827  9  8  8 119       
+PG17 -14869.585986 -19099.926791 -11056.632346    184.230933  8  9  6 108       
+PG18  12863.174374  15593.190007  17718.487561    129.681663  6  6  6  95       
+PG19  10967.968568 -13146.266842  20215.816678   -126.212110  8  7  8 120       
+PG20   6756.860951 -14889.166060 -21071.606666     48.835204  9  8  8 124       
+PG21   2225.567100  18968.607200  18605.276823   -134.564617  7  7  7 127       
+PG22  21952.338131  11462.491052   9905.453649    150.815246  4  6  8  96       
+PG23   3217.794818 -21452.008433 -15090.157324    316.138095 10 10  8 143       
+PG24  14208.024083 -21568.907224  -5476.045748 999999.999999
+PG25   4153.469086  15493.760929 -21186.066689     -0.994009  7  9  7 121       
+PG26 -13861.044723   3742.508126  21759.525630   -161.202264  6  6  5  82       
+PG27 -17833.134655  19057.092859   4564.317984    251.570602  9  8  8 134       
+PG28 -19203.238561 -13213.585304  13487.045506     28.835462  6  6  6 127       
+PG29   3181.306722  25312.219490  -7378.406470    196.783153 10  9  8 109       
+PG30  26272.760657   3916.063828  -1253.221498    333.784776  4  7  6 122       
+PG31  16790.700281   1169.716772 -20395.610661     60.991754  5  7  6  91       
+PG32  15714.478250  -9677.862090 -18662.063122   -226.933608  8  8  6 118       
+*  2011  4  2  3 45  0.00000000
+PG01  24698.297757   7142.061502  -7070.320853 999999.999999
+PG02 -19285.883705   6496.579105 -16774.001217    328.408344  6  5  6 115       
+PG03  17323.793051   -218.245965  19797.115558    696.432631  6  4  7  33       
+PG04 -14929.872522  -5998.389273 -21371.151727     76.962408  6  8  7  51       
+PG05 -25772.397933   2135.618692   6271.835819   -138.304833  7  9  8 138       
+PG06  18236.155726   4580.767712  18999.580341   -232.206765  5  5  7  80       
+PG07   1510.396505 -20906.912086  16190.185421      7.081786  8  7  6 127       
+PG08  -6920.141254 -13589.945175  21678.104498      7.635817  7  8  5 114       
+PG09 -14825.120990  22024.579735   -104.482023     71.280632  6  8  7 103       
+PG10 -23755.307121  -8946.951401  -8646.157238    -70.467247  4  6  7 129       
+PG11  12028.273423 -23131.199192   3663.122691   -139.304966  8  7  7 109       
+PG12 -13664.153273  11779.515467 -19404.002167    -14.820575  9  9  7 130       
+PG13  -4271.446957 -25237.956045  -7129.346458    276.755464  9 10  7 112       
+PG14  14654.224392  20060.362154  -9428.345009    141.353405  6  6  7 104       
+PG15  -8503.001710  15242.117566  19980.928682   -138.497601  6  8  5  92       
+PG16  26339.315899    213.551409   4544.712321   -162.094614  8  7  8 127       
+PG17 -15077.483036 -20232.200875  -8518.593649    184.231216  8  9  5 140       
+PG18  10812.991422  15447.189872  19148.577821    129.683585  7  6  5 103       
+PG19  11792.395464 -10921.207002  21088.582092   -126.215181  7  6  8 123       
+PG20   9091.994668 -14599.369454 -20374.152683     48.835394  8  8  8 115       
+PG21    837.817153  20421.031702  17028.998775   -134.566939  7  8  7 131       
+PG22  20675.052726  11556.201364  12288.130497    150.814620  4  6  7  87       
+PG23   4085.905244 -19808.673163 -17033.784870    316.135684  9 10  9 114       
+PG24  14749.874212 -21735.980208  -2679.618673 999999.999999
+PG25   1714.870899  15264.352857 -21683.102676     -0.994259  7  9  7 107       
+PG26 -14685.628587   1278.683819  21544.412738   -161.211774  6  7  6 107       
+PG27 -17656.057505  18438.148608   7370.690146    251.575041  9  8  8 158       
+PG28 -17626.767235 -13088.323922  15648.459078     28.837591  7  6  6 115       
+PG29   2610.038205  24455.307494  -9994.740764    196.785422 10 10  8 110       
+PG30  25992.271056   4146.182854  -4083.627396    333.787229  4  7  7 115       
+PG31  15357.079142   3117.218548 -21273.955574     60.996337  5  7  5  98       
+PG32  17742.189259  -9060.399973 -17076.244737   -226.940485  7  8  6 120       
+*  2011  4  2  4  0  0.00000000
+PG01  23746.051205   7291.286104  -9713.506786 999999.999999
+PG02 -18363.331881   4665.214285 -18383.925624    328.409976  5  5  5 128       
+PG03  18485.457784   1753.581197  18690.430101    696.437229  6  4  7  69       
+PG04 -13602.943043  -8021.028199 -21563.336749     76.971200  7  8  7 149       
+PG05 -26317.409229   1845.566503   3507.784363   -138.309672  7  9  8 134       
+PG06  19119.273066   6450.608291  17538.423717   -232.311452  5  5  6 104       
+PG07   2618.119881 -22255.778862  14098.722445      7.082108  8  7  6 132       
+PG08  -5367.270629 -15459.376914  20800.372505      7.635505  8  8  5 129       
+PG09 -14874.941169  21740.738646   2791.458343     71.282929  6  8  7 142       
+PG10 -22644.665114  -9082.732004 -11147.892961    -70.468868  5  6  7 150       
+PG11  12274.818956 -22391.941462   6304.590446   -139.308270  8  7  6 111       
+PG12 -15790.499899  11497.208428 -17887.992939    -14.818205  9 10  7 139       
+PG13  -3767.555940 -24416.490439  -9824.269993    276.754018  9 10  7 117       
+PG14  14869.463557  20990.125948  -6738.199689    141.355473  6  6  7 110       
+PG15  -9676.490798  13210.662746  20888.072640   -138.495051  6  9  5  97       
+PG16  26671.090166    433.939395   1707.382332   -162.097014  8  7  8 124       
+PG17 -15222.795350 -21082.461091  -5835.096780    184.231375  8  9  5 125       
+PG18   8616.106976  15389.830391  20260.532158    129.685634  7  6  5 104       
+PG19  12757.468449  -8671.617393  21596.643643   -126.218843  7  5  8 125       
+PG20  11341.895625 -14425.099279 -19330.144990     48.835114  8  8  8 120       
+PG21   -375.733958  21782.084026  15161.108727   -134.569631  7  8  7 132       
+PG22  19150.131481  11687.413857  14462.240934    150.813870  5  6  7  94       
+PG23   5125.174981 -18030.060211 -18680.391130    316.133407  9 10  9 141       
+PG24  15089.625852 -21673.280386    163.751162 999999.999999
+PG25   -767.692772  15161.447233 -21807.562747     -0.994515  7  9  7 123       
+PG26 -15624.381529  -1086.989932  20938.913149   -161.221440  5  7  6  92       
+PG27 -17350.172914  17549.401515  10050.426560    251.578919  9  8  7 148       
+PG28 -15823.364401 -13025.882964  17552.384937     28.839394  6  5  5 118       
+PG29   1877.135902  23367.312213 -12438.803467    196.787971  9 10  8 101       
+PG30  25409.959865   4380.024587  -6844.380281    333.790381  4  7  6 102       
+PG31  13986.216056   5207.883304 -21780.496075     61.000870  5  7  4 102       
+PG32  19601.641649  -8575.500687 -15185.674035   -226.947255  7  8  6 106       
+*  2011  4  2  4 15  0.00000000
+PG01  22514.831248   7491.311801 -12191.606091 999999.999999
+PG02 -17450.318223   2651.403216 -19671.724563    328.412092  5  5  5 116       
+PG03  19647.984134   3549.286210  17254.223503    696.443442  6  4  6  75       
+PG04 -12374.821147 -10110.466183 -21391.388826     76.980427  7  7  7 138       
+PG05 -26561.143562   1583.682393    683.720862   -138.315012  5  9  8 126       
+PG06  19994.478882   8123.657729  15781.317169   -232.416127  5  5  6  93       
+PG07   3524.702346 -23445.610290  11762.301034      7.083284  8  8  6 127       
+PG08  -3989.135608 -17318.747527  19560.922324      7.638015  8  7  6 124       
+PG09 -14786.495689  21170.281164   5638.914764     71.285316  7  7  8 102       
+PG10 -21273.781399  -9268.746300 -13463.372585    -70.470115  6  6  7 148       
+PG11  12471.407624 -21380.857949   8834.313896   -139.310828  7  6  5 105       
+PG12 -17739.803788  11332.480336 -16061.578098    -14.815618  8 10  7 139       
+PG13  -3091.587441 -23358.145544 -12350.636201    276.752730  8 10  7 111       
+PG14  14996.301511  21627.270166  -3932.467000    141.357432  6  7  7  97       
+PG15 -10992.096804  11171.561287  21435.054313   -138.492227  5  8  4  90       
+PG16  26693.709248    625.561524  -1158.781110   -162.099743  8  6  7 123       
+PG17 -15267.184178 -21651.335334  -3052.168972    184.231125  8  9  5 114       
+PG18   6312.206825  15438.165711  21035.444837    129.687332  7  7  5  92       
+PG19  13851.351833  -6444.898537  21732.250163   -126.222447  6  4  7 119       
+PG20  13463.312157 -14354.244435 -17956.963824     48.835409  8  8  8 120       
+PG21  -1414.292250  23008.740285  13031.800318   -134.572182  7  9  7 122       
+PG22  17404.126838  11885.475314  16391.135779    150.813040  5  6  7  81       
+PG23   6336.852586 -16162.887469 -20002.024923    316.131302  9 10  9 130       
+PG24  15254.692566 -21357.085322   3004.259449 999999.999999
+PG25  -3245.308672  15188.898990 -21557.254562     -0.994776  6  9  7 105       
+PG26 -16649.803185  -3308.677222  19955.870904   -161.230472  5  8  6  95       
+PG27 -16957.418650  16390.692251  12558.913318    251.582252  9  8  8 151       
+PG28 -13825.834311 -13055.256874  19168.244063     28.841516  7  4  4 107       
+PG29    964.063020  22084.387523 -14668.255286    196.790396  9 10  8 104       
+PG30  24538.182492   4653.812290  -9488.911673    333.793342  4  7  6 106       
+PG31  12711.975865   7403.453462 -21905.561481     61.005249  4  7  3 121       
+PG32  21251.296106  -8204.850499 -13024.014293   -226.953796  7  8  6 121       
+*  2011  4  2  4 30  0.00000000
+PG01  21029.353137   7774.720763 -14462.629143 999999.999999
+PG02 -16581.958977    485.529440 -20616.003096    328.414213  5  6  5 114       
+PG03  20772.951940   5147.609240  15515.254153    696.447173  5  4  6  87       
+PG04 -11266.442786 -12225.494996 -20857.147814     76.990007  7  7  7 130       
+PG05 -26499.315091   1313.450428  -2152.037694   -138.320296  4  8  8 129       
+PG06  20823.769044   9582.398229  13757.941125   -232.521170  4  5  5  99       
+PG07   4241.853360 -24434.726781   9221.299823      7.083649  7  8  6 124       
+PG08  -2798.929800 -19118.562859  17979.862817      7.636536  9  7  6 123       
+PG09 -14597.617183  20302.542047   8387.841514     71.287507  7  7  8 107       
+PG10 -19668.441660  -9535.262365 -15554.003870    -70.471254  6  6  6 150       
+PG11  12650.069479 -20106.184886  11207.101253   -139.313828  7  6  5 110       
+PG12 -19472.420374  11261.427960 -13956.198364    -14.813145  8 10  7 131       
+PG13  -2223.718590 -22101.184415 -14665.470977    276.751199  8 10  8 102       
+PG14  14995.626745  21978.563331  -1059.410970    141.359670  7  7  7  95       
+PG15 -12431.125118   9168.952985  21612.935399   -138.489778  5  8  4 108       
+PG16  26405.471938    826.746379  -4005.364125   -162.102027  7  6  7 120       
+PG17 -15174.201415 -21947.944223   -217.326469    184.231517  8  9  4 112       
+PG18   3944.124160  15602.373461  21459.777007    129.689163  7  8  4  79       
+PG19  15054.580868  -4285.884237  21494.111101   -126.225917  5  3  7 130       
+PG20  15416.542072 -14367.882990 -16277.586193     48.835816  8  8  8 116       
+PG21  -2284.600447  24059.786428  10676.240265   -134.574224  7  9  7 123       
+PG22  15469.804096  12174.941581  18042.326208    150.812404  6  6  6  72       
+PG23   7713.850835 -14254.550730 -20976.569789    316.128899  8 10  8 133       
+PG24  15277.517437 -20771.070654   5792.223562 999999.999999
+PG25  -5669.140002  15342.448684 -20936.415458     -0.995075  6  9  6  98       
+PG26 -17728.011666  -5347.013307  18615.073412   -161.239937  5  8  6 110       
+PG27 -16520.115839  14970.472195  14855.146783    251.584399  8  8  8 154       
+PG28 -11672.412399 -13199.485696  20470.088331     28.843783  6  4  4 107       
+PG29   -140.300528  20647.222148 -16644.389475    196.792953  9 10  8 107       
+PG30  23397.337964   5001.129681 -11973.019538    333.794983  4  6  6 117       
+PG31  11561.716845   9660.136158 -21646.250245     61.009935  4  7  2 122       
+PG32  22655.526058  -7923.613110 -10629.938213   -226.960414  6  7  6 105       
+*  2011  4  2  4 45  0.00000000
+PG01  19321.421377   8169.296922 -16488.099820 999999.999999
+PG02 -15788.351561  -1795.979838 -21201.580599    328.416263  5  6  4 107       
+PG03  21820.474505   6535.365578  13505.407682    696.452510  5  4  6 109       
+PG04 -10291.682712 -14322.024304 -19968.521373     76.999763  8  7  8 141       
+PG05 -26136.303548    998.462667  -4951.001061   -138.325450  3  8  8 133       
+PG06  21567.808451  10817.045022  11502.384279   -232.626188  3  5  5 118       
+PG07   4788.919129 -25186.160903   6519.774883      7.084659  7  8  5 125       
+PG08  -1801.027180 -20808.763040  16083.547015      7.637918  9  7  6 122       
+PG09 -14348.336143  19136.125681  10989.300685     71.289162  7  6  9 101       
+PG10 -17860.813970  -9907.662594 -17384.851725    -70.472475  6  6  6 129       
+PG11  12841.578232 -18584.131780  13380.454509   -139.316639  7  6  4 105       
+PG12 -20955.072705  11254.164465 -11608.240193    -14.810398  8 10  7 131       
+PG13  -1151.870155 -20688.416330 -16729.549640    276.750710  8 10  7 112       
+PG14  14831.400167  22059.381804   1831.757543    141.361752  7  8  6  93       
+PG15 -13967.775018   7243.487862  21419.149969   -138.486674  5  8  3  94       
+PG16  25813.469931   1075.341187  -6784.230229   -162.104688  7  6  7 126       
+PG17 -14910.816838 -21989.392132   2621.217764    184.231608  8 10  5 123       
+PG18   1556.451094  15885.301144  21525.600778    129.690640  7  9  4  89       
+PG19  16340.757661  -2235.305320  20887.346960   -126.229457  4  3  7 132       
+PG20  17166.778487 -14441.078579 -14320.235172     48.835425  7  8  8 120       
+PG21  -3000.570839  24897.425980   8134.074233   -134.576927  6  9  7 128       
+PG22  13385.037475  12574.520033  19387.995188    150.811671  6  6  6  88       
+PG23   9240.891887 -12351.379859 -21588.078853    316.126603  8  9  8 124       
+PG24  15194.113099 -19907.067811   8478.994532 999999.999999
+PG25  -7992.108568  15609.897745 -19955.644532     -0.995331  6  9  6 110       
+PG26 -18820.169535  -7170.418978  16942.699338   -161.249282  4  8  6  95       
+PG27 -16079.260611  13305.505629  16902.281537    251.587596  8  8  8 151       
+PG28  -9405.516703 -13474.746703  21436.928191     28.845943  6  4  4 107       
+PG29  -1439.011370  19099.505391 -18332.820787    196.795535  8 10  8  83       
+PG30  22015.089024   5451.492699 -14255.537775    333.797538  3  6  6 101       
+PG31  10555.278368  11930.136579 -21006.533331     61.014509  4  7  2 112       
+PG32  23785.930187  -7701.618089  -8046.356801   -226.967176  6  7  6 100       
+*  2011  4  2  5  0  0.00000000
+PG01  17428.824406   8696.811432 -18233.676443 999999.999999
+PG02 -15093.449494  -4151.915823 -21419.674607    328.418187  5  7  4  84       
+PG03  22750.768139   7707.669260  11261.013662    696.456890  5  5  5  99       
+PG04  -9456.902696 -16354.579260 -18739.434903     77.009047  8  6  8 134       
+PG05 -25484.974394    604.014259  -7665.319878   -138.330600  3  8  8 130       
+PG06  22187.443270  11825.723865   9052.606264   -232.730997  3  5  4 111       
+PG07   5191.930531 -25669.110770   3704.678831      7.085498  7  8  4 118       
+PG08   -990.922795 -22340.614224  13904.183327      7.637637  9  7  7 119       
+PG09 -14079.166244  17679.231537  13396.411057     71.290892  7  6  9  89       
+PG10 -15888.376102 -10405.352637 -18925.170021    -70.473295  7  6  6 133       
+PG11  13074.033135 -16838.402917  15315.419468   -139.319712  6  6  4 105       
+PG12 -22162.017022  11276.123623  -9058.399273    -14.807999  8 10  7 127       
+PG13    127.662059 -19165.567359 -18508.029747    276.748333  8 10  7  89       
+PG14  14472.176374  21892.966089   4691.711838    141.364019  7  9  6  65       
+PG15 -15570.025994   5430.925911  20857.514493   -138.484146  5  7  3  90       
+PG16  24933.347127   1407.090182  -9448.292700   -162.107094  6  6  6 117       
+PG17 -14448.815466 -21799.971882   5415.345501    184.231488  8 10  5 106       
+PG18   -805.919603  16282.285688  21230.774325    129.692533  7  9  4 102       
+PG19  17677.518833   -328.431073  19923.331862   -126.232558  3  3  6 130       
+PG20  18685.282794 -14543.920576 -12117.940665     48.835811  7  8  7 119       
+PG21  -3582.620587  25488.803546   5448.816758   -134.579064  6  9  7 120       
+PG22  11191.526923  13096.242189  20405.435631    150.810658  6  7  5 104       
+PG23  10894.979956 -10496.963253 -21826.990453    316.124563  7  9  8 128       
+PG24  15042.472382 -18765.503050  11017.841718 999999.999999
+PG25 -10170.511629  15971.603032 -18631.726483     -0.995602  5  9  6 112       
+PG26 -19884.102168  -8756.060269  14970.644183   -161.258653  4  8  6  95       
+PG27 -15672.922236  11420.281192  18668.077977    251.589829  8  9  8 161       
+PG28  -7070.366826 -13889.696838  22053.003390     28.848216  6  5  5 113       
+PG29  -2926.731167  17486.284251 -19704.102473    196.798178  7 10  7  86       
+PG30  20425.337395   6029.097146 -16298.936510    333.800732  4  6  6 108       
+PG31   9704.278955  14163.368856 -19997.221669     61.018780  3  7  2  99       
+PG32  24622.350902  -7504.777787  -5319.557794   -226.973837  5  7  7  97       
+*  2011  4  2  5 15  0.00000000
+PG01  15394.016792   9372.042002 -19669.707502 999999.999999
+PG02 -14514.207154  -6537.724340 -21267.960175    328.420180  5  7  4 101       
+PG03  23525.704436   8667.824555   8822.103346    696.459656  4  5  6 111       
+PG04  -8760.788889 -18277.875471 -17189.684675     77.018911  8  6  9 116       
+PG05 -24566.188779     98.632855 -10248.588162   -138.335889  3  8  7 137       
+PG06  22645.221196  12614.358603   6449.841789   -232.835771  2  6  3 120       
+PG07   5482.382843 -25860.165727    825.020287      7.086358  7  8  5 114       
+PG08   -355.538729 -23668.584234  11479.316068      7.638679  9  7  7 114       
+PG09 -13829.343476  15949.603281  15565.298387     71.293037  7  6  9  79       
+PG10 -13792.659449 -11040.893163 -20148.879352    -70.474695  7  5  5 111       
+PG11  13371.555245 -14899.414158  16977.367000   -139.322743  6  5  4 105       
+PG12 -23075.922491  11289.561673  -6350.960113    -14.805336  8  9  7 127       
+PG13   1609.899741 -17579.561975 -19971.003941    276.747157  7 10  7  94       
+PG14  13892.448137  21509.394453   7471.829316    141.366101  7  9  6 100       
+PG15 -17200.770202   3760.939194  19938.129441   -138.481078  5  7  4  99       
+PG16  23788.752663   1854.088167 -11952.276228   -162.109477  5  6  6 109       
+PG17 -13766.014342 -21410.115527   8117.812756    184.231882  8 10  6 115       
+PG18  -3099.273879  16781.256339  20579.043008    129.694454  6  9  4  95       
+PG19  19027.734306   1406.063633  18619.435554   -126.236323  3  3  6 133       
+PG20  19950.339923 -14642.770608  -9708.015972     48.835862  6  8  7 116       
+PG21  -4056.726578  25807.377530   2667.129000   -134.581194  5  9  6 116       
+PG22   8933.382192  13744.896351  21077.410431    150.810158  6  8  5 103       
+PG23  12646.178768  -8730.604913 -21690.225201    316.122207  7  9  7 130       
+PG24  14860.916170 -17355.501465  13364.791529 999999.999999
+PG25 -12165.512108  16401.271956 -16987.349778     -0.995891  5  9  6 130       
+PG26 -20876.031310 -10090.425307  12735.752159   -161.267908  3  9  6 109       
+PG27 -15334.799629   9346.165053  20125.255035    251.591277  7  9  7 154       
+PG28  -4713.514481 -14445.085548  22307.997396     28.850237  6  5  5 118       
+PG29  -4589.725755  15852.275791 -20734.259106    196.800472  7  9  7  97       
+PG30  18666.996053   6751.783322 -18069.850193    333.802492  4  6  6  97       
+PG31   9011.756125  16309.275431 -18635.795464     61.023274  3  7  2  90       
+PG32  25153.556098  -7296.668506  -2498.277814   -226.980740  4  6  7 113       
+*  2011  4  2  5 30  0.00000000
+PG01  13262.637104  10202.062470 -20771.714998 999999.999999
+PG02 -14060.022301  -8907.056671 -20750.510469    328.422541  5  7  4  83       
+PG03  24110.283869   9426.900379   6231.628863    696.463669  3  5  6 113       
+PG04  -8194.489585 -20048.414662 -15344.690454     77.028297  8  6  9 122       
+PG05 -23408.022064   -544.516165 -12656.621680   -138.341289  4  8  7 133       
+PG06  22906.864846  13196.272614   3737.952774   -232.941016  2  6  3 115       
+PG07   5695.796580 -25744.253814  -2069.019553      7.087269  7  8  5 126       
+PG08    126.110749 -24752.122934   8851.180953      7.638536  9  7  7 121       
+PG09 -13635.094134  13974.090045  17456.021198     71.296587  6  6  9  80       
+PG10 -11617.851958 -11819.385616 -21034.985913    -70.475975  7  5  4 117       
+PG11  13753.156677 -12803.236746  18336.683700   -139.325531  5  5  4 102       
+PG12 -23688.429231  11255.196361  -3533.005449    -14.803203  7  9  6 118       
+PG13   3281.207923 -15976.780751 -21093.966579    276.745500  7  9  7  95       
+PG14  13073.765094  20944.315583  10124.988236    141.368238  7  9  5  85       
+PG15 -18819.146453   2256.159858  18677.176339   -138.478566  6  7  5  96       
+PG16  22410.505895   2443.366636 -14253.457889   -162.112006  5  6  6  94       
+PG17 -12847.255158 -20855.132114  10683.007094    184.231667  8 10  6 109       
+PG18  -5282.526271  17363.122160  19580.061058    129.696009  6 10  4 105       
+PG19  20350.888902   2946.967145  16998.673316   -126.239752  2  3  5 132       
+PG20  20947.958374 -14701.669656  -7131.456037     48.835660  6  8  7 113       
+PG21  -4453.230631  25834.077924   -162.006864   -134.583898  5  9  5 124       
+PG22   6655.625115  14517.740906  21392.430312    150.809337  6  9  4 107       
+PG23  14458.659573  -7085.971554 -21181.167666    316.120024  6  8  7 131       
+PG24  14686.446849 -15694.653800  15479.403335 999999.999999
+PG25 -13944.445502  16867.027784 -15050.723384     -0.996161  4  9  6 129       
+PG26 -21752.345676 -11169.509566  10278.983318   -161.276962  3  9  6  98       
+PG27 -15092.979010   7120.334414  21251.755226    251.593317  7 10  7 155       
+PG28  -2381.331782 -15133.650194  22197.195223     28.852498  5  6  6 119       
+PG29  -6406.197333  14240.200807 -21405.224329    196.803322  7  9  6  97       
+PG30  16782.605390   7630.249939 -19539.532167    333.803915  4  5  6 106       
+PG31   8472.164862  18318.680216 -16946.096951     61.027761  3  7  4  88       
+PG32  25377.557966  -7040.204584    367.265861   -226.987554  4  6  7 111       
+*  2011  4  2  5 45  0.00000000
+PG01  11081.915327  11185.829247 -21520.798942 999999.999999
+PG02 -13732.491330 -11213.373027 -19877.626645    328.424317  5  7  4  83       
+PG03  24473.975311  10003.014744   3534.662831    696.467360  3  6  5 102       
+PG04  -7742.053789 -21626.041509 -13235.145463     77.037787  8  6  9 116       
+PG05 -22044.720371  -1346.402510 -14848.200093   -138.346444  4  8  6 129       
+PG06  22942.644531  13591.517814    962.735589   -233.045923     6  2 112       
+PG07   5870.118091 -25315.271600  -4926.995064      7.088025  6  8  5 108       
+PG08    481.917361 -25557.269723   6065.945820      7.637780  9  7  7 115       
+PG09 -13528.009244  11787.826059  19033.444105     71.298269  6  6  9  96       
+PG10  -9409.307194 -12738.135280 -21567.936386    -70.475956  7  6  4 119       
+PG11  14231.833708 -10590.313004  19369.352984   -139.328283  5  4  5  95       
+PG12 -24000.361904  11133.916681   -653.571120    -14.800239  7  8  6 117       
+PG13   5119.651181 -14401.359011 -21858.189430    276.744801  7  9  7 122       
+PG14  12005.586685  20237.490003  12606.330211    141.370097  7  9  5  73       
+PG15 -20382.023996    931.507766  17096.615668   -138.475942  6  7  6 105       
+PG16  20835.501798   3195.665727 -16312.377213   -162.114408  4  6  6 106       
+PG17 -11685.137613 -20173.780173  13067.673296    184.232117  8 10  7 117       
+PG18  -7318.589116  18002.436050  18249.328302    129.697892  5 10  4  95       
+PG19  21604.592837   4281.108017  15089.272923   -126.243181  2  3  5 136       
+PG20  21672.286422 -14683.853142  -4432.264939     48.835955  5  8  6 123       
+PG21  -4805.439204  25558.191068  -2988.202291   -134.586070  4  9  5 117       
+PG22   4402.663731  15404.509181  21344.945997    150.808792  6  9  3 105       
+PG23  16291.975784  -5589.978249 -20309.537928    316.117729  6  8  6 137       
+PG24  14553.174475 -13808.458155  17325.467985 999999.999999
+PG25 -15481.893659  17332.704227 -12855.098073     -0.996469  4  8  6 127       
+PG26 -22471.333612 -11998.619017   7644.543678   -161.286142  3  9  6 114       
+PG27 -14968.926218   4784.534165  22030.930119    251.596825  6 10  7 158       
+PG28   -118.504632 -15940.298602  21721.583308     28.854467  4  7  6 114       
+PG29  -8346.938712  12689.204393 -21705.174388    196.805877  7  8  6  90       
+PG30  14816.843597   8667.540345 -20684.235509    333.806439  4  6  5  79       
+PG31   8071.735738  20145.598511 -14957.892135     61.032398  2  8  4  74       
+PG32  25301.559939  -6699.330951   3226.357507   -226.994354  4  6  7 112       
+*  2011  4  2  6  0  0.00000000
+PG01   8899.027528  12314.080961 -21903.957304 999999.999999
+PG02 -13525.479482 -13411.536855 -18665.566718    328.426185  6  7  5  86       
+PG03  24591.873967  10420.366429    777.595445    696.472998  3  6  6 116       
+PG04  -7381.159439 -22975.401445 -10896.563452     77.047213  9  6  9 109       
+PG05 -20515.434382  -2321.129055 -16785.761300   -138.351827  4  8  6 133       
+PG06  22728.599611  13825.954434  -1828.808675   -233.150943     7  2 102       
+PG07   6044.025528 -24576.370196  -7699.110128      7.088694  6  8  5 104       
+PG08    745.378877 -26058.016114   3172.851469      7.638467  9  7  7 132       
+PG09 -13533.601463   9433.053648  20268.029923     71.300771  5  5  8 108       
+PG10  -7212.010229 -13786.606334 -21737.903460    -70.474989  7  6  3 132       
+PG11  14813.924037  -8303.999613  20057.411385   -139.331020  5  3  5 107       
+PG12 -24021.590294  10888.493685   2237.236528    -14.797542  6  7  7 114       
+PG13   7095.665341 -12893.588887 -22251.003133    276.743407  6  8  6 118       
+PG14  10685.839509  19431.196055  14873.978503    141.372231  7  9  5  80       
+PG15 -21845.579260   -206.179440  15223.792257   -138.473302  6  7  7 103       
+PG16  19105.394712   4124.439414 -18093.504889   -162.116990  4  5  6 105       
+PG17 -10280.467753 -19406.727912  15231.598710    184.232054  7 10  7 108       
+PG18  -9175.610939  18668.317412  16608.036582    129.699431  4 10  4 104       
+PG19  22746.163702   5403.623650  12924.168296   -126.246543  2  4  5 141       
+PG20  22125.726216 -14553.316353  -1656.721830     48.836255  4  8  6  99       
+PG21  -5148.073994  24977.923017  -5760.646294   -134.588778  4  9  5 113       
+PG22   2216.792903  16387.706547  20935.451846    150.807917  6 10  2  84       
+PG23  18102.512785  -4261.950685 -19091.159964    316.115565  5  8  6 133       
+PG24  14490.878626 -11729.461761  18871.616926 999999.999999
+PG25 -16760.484411  17759.319403 -10438.199958     -0.996755  4  8  7 126       
+PG26 -22994.809303 -12591.816533   4879.003427   -161.295565  3  9  6  71       
+PG27 -14976.738113   2383.702077  22451.654409    251.599105  6 10  7 150       
+PG28   2033.421055 -16842.575564  20887.888951     28.856659  4  8  7 107       
+PG29 -10376.285742  11233.425816 -21628.750240    196.808325  6  7  5  72       
+PG30  12814.983373   9858.814716 -21485.520721    333.807959  5  6  5 116       
+PG31   7789.177858  21748.928120 -12706.310884     61.036872  1  8  4  93       
+PG32  24941.540268  -6240.660456   6028.753615   -227.001337  5  6  6 113       
+*  2011  4  2  6 15  0.00000000
+PG01   6759.457544  13569.556347 -21914.316394 999999.999999
+PG02 -13425.496050 -15459.340724 -17136.184202    328.428262  6  8  5  73       
+PG03  24445.639371  10708.058742  -1992.656278    696.478108  3  7  5 110       
+PG04  -7084.108349 -24067.240804  -8368.725087     77.056907  9  6  9 119       
+PG05 -18862.777845  -3475.194079 -18436.037068   -138.357103  4  8  6 128       
+PG06  22247.562144  13930.113866  -4589.232168   -233.255840     7  3 102       
+PG07   6255.209870 -23539.885791 -10337.118752      7.089463  6  8  6 117       
+PG08    954.054441 -26237.360884    223.271839      7.637514  9  7  7 158       
+PG09 -13670.114590   6957.633209  21136.522610     71.301747  5  5  8 100       
+PG10  -5069.053247 -14946.674255 -21540.996242    -70.475335  7  5  3 106       
+PG11  15498.755887  -5989.002039  20389.269192   -139.333905  5  3  5  98       
+PG12 -23770.542945  10485.222559   5089.142674    -14.795133  5  6  7 120       
+PG13   9173.018705 -11488.482725 -22265.982371    276.742358  6  7  6 103       
+PG14   9121.160227  18568.560229  16889.703295    141.374347  7  9  5  45       
+PG15 -23166.905795  -1158.202543  13090.955949   -138.470492  6  7  7 106       
+PG16  17265.106785   5235.133681 -19565.859453   -162.119290  3  3  5 103       
+PG17  -8642.405567 -18594.957445  17138.250304    184.232474  7 10  7 110       
+PG18 -10828.036470  19325.605835  14682.821205    129.701398  4 10  4  82       
+PG19  23734.221132   6317.915355  10540.429562   -126.250224  2  6  5 133       
+PG20  22318.738707 -14276.369497   1147.403660     48.836051  4  8  6 108       
+PG21  -5515.639840  24100.606503  -8429.133836   -134.591509  4  9  5 118       
+PG22    136.775361  17443.190312  20170.498732    150.807105  5 10  2 107       
+PG23  19845.056063  -3113.090749 -17547.635010    316.113169  5  7  6 122       
+PG24  14523.762115  -9496.139824  20091.832714 999999.999999
+PG25 -17771.386505  18106.672144  -7841.585513     -0.997048  4  8  7 109       
+PG26 -23289.573065 -12971.049901   2030.424889   -161.304977  4  9  6 102       
+PG27 -15122.668794    -35.490906  22508.376242    251.600713  7  9  6 154       
+PG28   4037.393194 -17811.402184  19708.555693     28.858745  4  8  7 113       
+PG29 -12453.331842   9900.774366 -21177.163182    196.810593  6  7  5  96       
+PG30  10821.347341  11191.412673 -21930.491166    333.810899  5  6  5 121       
+PG31   7596.696387  23093.951079 -10231.178346     61.041450  1  8  4  88       
+PG32  24321.496896  -5634.986714   8725.618347   -227.008379  6  6  6 112       
+*  2011  4  2  6 30  0.00000000
+PG01   4705.425548  14927.524269 -21551.267375 999999.999999
+PG02 -13412.353679 -17318.909116 -15316.487807    328.430186  6  9  6  75       
+PG03  24024.184985  10898.765646  -4729.414901    696.483700  3  7  5  91       
+PG04  -6819.053304 -24879.494770  -5695.028706     77.066614  9  6  8  64       
+PG05 -17131.264826  -4807.046767 -19770.619794   -138.362280  5  9  5 131       
+PG06  21489.942873  13937.885007  -7271.416771   -233.360646  1  7  3 105       
+PG07   6538.701567 -22226.917645 -12795.193617      7.090329  6  8  6 109       
+PG08   1147.840992 -26088.008633  -2730.283571      7.637567  9  8  7 125       
+PG09 -13947.645544   4413.301126  21622.495636     71.302839  4  4  8  88       
+PG10  -3020.174535 -16193.171193 -20979.389680    -70.476839  6  6  3 110       
+PG11  16278.602670  -3689.768175  20359.889417   -139.336852  5  3  6 111       
+PG12 -23273.394240   9895.429084   7852.607018    -14.792714  5  6  7 119       
+PG13  11310.026719 -10214.549449 -21903.033786    276.740869  6  6  6 102       
+PG14   7326.816422  17691.873545  18619.526117    141.376627  7  9  4  82       
+PG15 -24305.596900  -1933.743666  10734.706205   -138.467814  6  6  8  93       
+PG16  15361.214513   6524.768269 -20703.561245   -162.121955  3  2  5 103       
+PG17  -6788.306598 -17778.170953  18755.356027    184.232485  6  9  7 108       
+PG18 -12257.445204  19936.208549  12505.413868    129.703029  4  9  4  95       
+PG19  24530.236005   7035.295739   7978.639290   -126.253406  3  7  5 138       
+PG20  22269.344335 -13823.121035   3931.673923     48.836250  3  7  6 101       
+PG21  -5940.783265  22942.532783 -10945.109754   -134.593082  4  9  5 111       
+PG22  -1803.445375  18541.012871  19062.614556    150.806503  6 10  3 105       
+PG23  21474.417816  -2146.260271 -15705.928927    316.110953  4  7  6 134       
+PG24  14669.443829  -7151.558155  20965.854446 999999.999999
+PG25 -18514.480840  18334.998630  -5109.928846     -0.997338  5  8  7 116       
+PG26 -23328.656922 -13165.009671   -852.482118   -161.314201  5  9  6 104       
+PG27 -15404.938239  -2426.138606  22201.110398    251.603058  8  9  6 156       
+PG28   5862.061918 -18812.068837  18201.650080     28.860641  3  8  7 100       
+PG29 -14533.357849   8711.959731 -20358.181301    196.813317  6  7  4  98       
+PG30   8877.813561  12645.201787 -22011.957158    333.814265  5  7  4 113       
+PG31   7461.280541  24153.583835  -7576.253778     61.045915  2  8  5  73       
+PG32  23472.392625  -4858.610965  11270.402995   -227.015484  6  6  6 108       
+*  2011  4  2  6 45  0.00000000
+PG01   2774.441283  16356.608401 -20820.505480 999999.999999
+PG02 -13460.081175 -18957.929757 -13238.133556    328.432227  6  9  5 118       
+PG03  23324.101043  11027.293668  -7386.974938    696.487858  4  7  5  98       
+PG04  -6551.411984 -25398.115260  -2921.753621     77.076285  9  7  8 139       
+PG05 -15365.684359  -6306.954270 -20766.451136   -138.367376  5  9  4 131       
+PG06  20454.247340  13885.071632  -9829.358415   -233.465303  2  7  3  83       
+PG07   6925.311250 -20666.571534 -15030.744841      7.091187  5  8  6 116       
+PG08   1367.146039 -25612.678372  -5635.199312 999999.999999
+PG09 -14367.624432   1853.751044  21716.744511     71.304031  4  4  7 109       
+PG10  -1100.413672 -17494.709876 -20061.367017    -70.477340  6  6  3  91       
+PG11  17138.942554  -1448.910091  19970.823910   -139.339873  5  4  6 104       
+PG12 -22562.958796   9096.779375  10479.709397    -14.790158  4  6  7 123       
+PG13  13460.975367  -9092.827468 -21168.386632    276.739279  6  5  6  78       
+PG14   5326.309192  16840.955521  20034.256574    141.378810  7  9  3  88       
+PG15 -25225.241905  -2549.307887   8195.370096   -138.465157  6  6  8 103       
+PG16  13440.272189   7981.842025 -21486.312956   -162.124303  4  4  5 129       
+PG17  -4743.262731 -16993.256434  20055.423603    184.232884  6  9  7 109       
+PG18 -13453.131779  20460.595472  10112.195297    129.705044  4  9  4  80       
+PG19  25099.978499   7574.344870   5282.224483   -126.257037  3  9  5 139       
+PG20  22002.336375 -13168.829621   6647.829607     48.836269  4  7  6 101       
+PG21  -6452.718029  21528.408081 -13262.696570   -134.595458  4  9  5 115       
+PG22  -3575.852903  19646.499131  17630.131625    150.805512  6 10  3  96       
+PG23  22947.061373  -1356.085851 -13597.883086    316.108811  4  7  6 114       
+PG24  14938.227373  -4741.873886  21479.474352 999999.999999
+PG25 -18998.201622  18406.624773  -2290.253306     -0.997638  5  8  7 124       
+PG26 -23092.318166 -13207.771755  -3721.163999   -161.323528  5  9  6  85       
+PG27 -15813.823425  -4742.589978  21535.379619    251.605443  8  8  7 157       
+PG28   7482.799767 -19805.454455  16390.694507     28.862821  4  9  7  84       
+PG29 -16569.421515   7679.815270 -19185.996434    196.815921  6  7  4  94       
+PG30   7022.420232  14193.198918 -21728.529363    333.818244  6  7  4 125       
+PG31   7346.206150  24909.325075  -4788.395390     61.050594  3  7  5  52       
+PG32  22430.851175  -3894.431614  13619.652118   -227.022411  7  6  5 103       
+*  2011  4  2  7  0  0.00000000
+PG01    998.035885  17819.878307 -19733.969394 999999.999999
+PG02 -13538.051284 -20350.672675 -10936.860365    328.434149  6  9  5 102       
+PG03  22349.802255  11129.094091  -9921.293796    696.491561  5  8  6 104       
+PG04  -6245.412919 -25617.600222    -97.247456     77.086113  9  7  7 120       
+PG05 -13609.473635  -7957.186980 -21406.224243   -138.372712  6  9  4 130       
+PG06  19147.299109  13807.873903 -12218.947591   -233.570390  2  7  4  87       
+PG07   7440.247751 -18894.900121 -17005.172713      7.091964  5  8  6 114       
+PG08   1651.037581 -24824.007259  -8439.788329      7.638298  8  8  7           
+PG09 -14922.680874   -667.375406  21417.507816     71.306077  4  3  7  97       
+PG10    661.066781 -18814.761486 -18801.269610    -70.477809  5  5  3 106       
+PG11  18059.008214    694.279850  19230.110196   -139.342339  5  5  7 115       
+PG12 -21677.338876   8074.340215  12925.000374    -14.787482  5  7  7 122       
+PG13  15577.701351  -8136.208429 -20074.487032    276.738032  6  5  6  96       
+PG14   3150.672215  16051.625096  21109.955335    141.380842  7  9  3  58       
+PG15 -25894.780583  -3027.886482   5516.323765   -138.462588  7  5  8 106       
+PG16  11547.134500   9586.570276 -21899.796438   -162.126973  4  6  5 125       
+PG17  -2539.357678 -16272.868535  21016.190295    184.232932  6  8  7 108       
+PG18 -14412.399647  20859.387794   7543.648045    129.706729  4  9  5  46       
+PG19  25414.813626   7960.001460   2496.753682   -126.260588  4  9  5 143       
+PG20  21548.235650 -12295.069171   9248.644145     48.836136  4  7  6 111       
+PG21  -7075.792746  19890.453718 -15339.673436   -134.597928  4  8  4 113       
+PG22  -5159.245226  20721.520406  15896.920995    150.804692  6 10  4 101       
+PG23  24222.664081   -729.376100 -11259.658541    316.106496  3  6  6 116       
+PG24  15332.670562  -2314.733636  21624.724263 999999.999999
+PG25 -19239.053728  18287.549717    568.879361     -0.997934  6  7  7 113       
+PG26 -22568.755204 -13137.283497  -6527.976634   -161.332764  5  8  6 120       
+PG27 -16332.025004  -6941.887603  20522.107778    251.608447  9  7  7 156       
+PG28   8882.494923 -20749.436662  14304.420497     28.864742  5  9  7 111       
+PG29 -18514.044364   6808.940772 -17680.973844    196.818187  5  7  4  78       
+PG30   5288.115297  15802.443272 -21084.641727    333.820557  6  7  4 120       
+PG31   7212.687937  25351.864075  -1916.671530     61.054676  3  7  6  63       
+PG32  21237.663310  -2732.757257  15733.722917   -227.029227  7  6  4 108       
+*  2011  4  2  7 15  0.00000000
+PG01   -599.279680  19276.168537 -18309.679351 999999.999999
+PG02 -13612.278565 -21478.764737  -8451.879573    328.436290  6  9  6 116       
+PG03  21113.401453  11238.779166 -12290.635975    696.496058  5  8  5  82       
+PG04  -5865.711257 -25541.196973   2728.947742     77.095975  9  6  7 141       
+PG05 -11903.151162  -9732.516831 -21678.692418   -138.378191  6  9  4 123       
+PG06  17584.157358  13741.351047 -14398.733461   -233.675362  3  8  4  98       
+PG07   8101.968854 -16953.584044 -18684.540122      7.093005  5  7  6 123       
+PG08   2035.453284 -23744.053615 -11094.303340      7.638664  8  8  7 108       
+PG09 -15596.905259  -3098.496558  20730.507854     71.308091  5  3  6 104       
+PG10   2241.947129 -20112.953134 -17219.349006    -70.477737  5  5  3 114       
+PG11  19012.599270   2705.158133  18152.036764   -139.345462  5  6  7 123       
+PG12 -20658.380363   6821.347843  15146.300269    -14.785173  5  7  6 120       
+PG13  17611.271786  -7349.075760 -18639.797513    276.737049  7  5  5  90       
+PG14    837.492549  15354.333847  21828.318074    141.383282  7  8  2  75       
+PG15 -26289.665649  -3397.874812   2743.267943   -138.459705  7  5  9  95       
+PG16   9723.341829  11311.450346 -21935.975967   -162.129261  5  8  5 117       
+PG17   -214.662461 -15644.176229  21620.997583    184.233078  5  8  6 113       
+PG18 -15140.549584  21094.979745   4843.712832    129.708795  4  8  5  59       
+PG19  25452.798560   8222.424027   -330.791636   -126.264150  6 10  5 144       
+PG20  20942.026121 -11190.658261  11688.770185     48.836367  4  7  5 111       
+PG21  -7828.269649  18067.187885 -17138.374415   -134.600624  4  8  4 116       
+PG22  -6539.867302  21725.919376  13892.035005    150.803722  7 10  4 113       
+PG23  25265.562598   -245.831803  -8731.123266    316.104221  3  6  6 117       
+PG24  15847.468569     82.368920  21399.952863 999999.999999
+PG25 -19260.825254  17948.898286   3418.208136     -0.998254  6  7  7 109       
+PG26 -21754.531246 -12993.753148  -9226.882192   -161.341804  6  8  7  78       
+PG27 -16935.296067  -8985.112141  19177.466979    251.611494  9  6  8 156       
+PG28  10052.084145 -21600.449569  11976.436917     28.866682  5  8  6 107       
+PG29 -20320.929532   6095.678344 -15869.289234    196.820702  5  8  5 104       
+PG30   3701.692261  17435.092615 -20090.503626    333.823625  6  7  3 120       
+PG31   7021.610877  25481.327643    988.560455     61.059618  4  7  6  84       
+PG32  19936.167571  -1371.816973  17577.408256   -227.036140  8  6  4 111       
+*  2011  4  2  7 30  0.00000000
+PG01  -2000.789240  20681.578422 -16571.473809 999999.999999
+PG02 -13646.837972 -22331.696540  -5825.228212    328.438163  6  9  5 113       
+PG03  19634.319046  11388.693782 -14456.166892    696.500037  6  8  5  66       
+PG04  -5379.007227 -25180.765821   5507.012855     77.105240  9  6  7  96       
+PG05 -10282.869351 -11601.011549 -21578.878290   -138.383284  7  9  5 128       
+PG06  15787.727297  13717.924208 -16330.658258   -233.780249  4  7  4  84       
+PG07   8921.310090 -14888.407726 -20040.152660      7.093768  5  7  6 118       
+PG08   2551.547980 -22403.422427 -13551.898622      7.638536  8  8  8  85       
+PG09 -16366.493248  -5392.005086  19668.809364     71.310420  5  4  6 105       
+PG10   3627.464103 -21346.541256 -15341.517224    -70.478544  5  5  3 142       
+PG11  19969.118896   4554.852701  16756.788161   -139.348236  5  7  7 120       
+PG12 -19550.000105   5339.655335  17105.431718    -14.782361  6  7  6 126       
+PG13  19513.702593  -6727.270799 -16888.504290    276.735351  7  6  5  97       
+PG14  -1570.312108  14773.011032  22176.975704    141.385446  7  8  2  77       
+PG15 -26392.790460  -3691.786624    -76.531473   -138.457161  7  6  9  96       
+PG16   8005.630808  13122.138655 -21593.299056   -162.131695  6  9  6 122       
+PG17   2187.994696 -15127.823511  21859.085011    184.233389  5  7  6 114       
+PG18 -15650.556109  21133.128981   2059.055034    129.710296  4  7  5  99       
+PG19  25199.543260   8395.664477  -3152.762425   -126.267524  7 11  5 142       
+PG20  20221.720369  -9852.313843  13925.560995     48.836402  5  7  5 113       
+PG21  -8721.373459  16101.944088 -18626.476989   -134.603053  4  7  4 114       
+PG22  -7711.763479  22619.034354  11649.260495    150.803052  7  9  5 111       
+PG23  26046.029560    120.980376  -6055.192165    316.101983  3  6  6 119       
+PG24  16469.651272   2403.713962  20809.796529 999999.999999
+PG25 -19093.526106  17368.185175   6208.625377     -0.998572  7  7  7 124       
+PG26 -20654.701811 -12818.001780 -11774.086589   -161.350955  6  8  6  84       
+PG27 -17593.313479 -10838.593216  17522.679017    251.615369  9  5  9 147       
+PG28  10990.798974 -22315.138623   9444.808368     28.868884  6  8  6  99       
+PG29 -21946.642895   5528.421591 -13782.460110    196.823145  5  7  5 116       
+PG30   2282.948118  19049.707259 -18761.980374    333.826122  6  7  3 113       
+PG31   6735.267652  25307.159652   3876.586324     61.064120  5  7  7  95       
+PG32  18570.572326    182.044947  19120.457559   -227.043117  8  6  4 113       
+*  2011  4  2  7 45  0.00000000
+PG01  -3198.048124  21991.097750 -14548.645936 999999.999999
+PG02 -13605.351932 -22907.047932  -3101.095007    328.440213  6  8  5 117       
+PG03  17938.646049  11607.590433 -16382.494008    696.504019  6  8  5 114       
+PG04  -4755.598255 -24556.304716   8187.792194     77.114766  9  6  7  82       
+PG05  -8779.141800 -13525.096546 -21108.178917   -138.388532  7  9  5 128       
+PG06  13788.073454  13765.978232 -17980.748122   -233.885094  5  7  4  92       
+PG07   9900.925018 -12747.591554 -21049.036894      7.094812  5  7  6 110       
+PG08   3224.251329 -20840.054011 -15769.517741      7.639543  9  8  8 111       
+PG09 -17200.742253  -7506.001578  18252.502256     71.312085  6  4  6  91       
+PG10   4810.840320 -22472.009037 -13198.992722    -70.479120  4  5  3 119       
+PG11  20894.787443   6221.137915  15069.983968   -139.351303  5  7  8 120       
+PG12 -18396.452006   3639.842013  18768.872775    -14.779896  6  7  6 123       
+PG13  21239.653229  -6258.387786 -14850.135606    276.734260  6  6  6  59       
+PG14  -4025.916489  14324.162681  22149.706843    141.387620  7  7  3  86       
+PG15 -26195.147709  -3944.813836  -2895.026483   -138.454623  7  7  9 115       
+PG16   6424.629127  14978.610362 -20876.787190   -162.134156  7  9  6 115       
+PG17   4622.441544 -14737.142321  21725.797900    184.233529  5  6  5 117       
+PG18 -15962.437695  20944.449384   -761.748411    129.712137  4  7  6  61       
+PG19  24648.804016   8516.202665  -5921.595387   -126.271010  7 11  5 144       
+PG20  19426.811556  -8285.000046  15919.849821     48.836541  5  7  4 117       
+PG21  -9758.655395  14041.195144 -19777.656304   -134.605513  3  6  4 111       
+PG22  -8676.834332  23361.266447   9206.586743    150.802375  7  9  5 102       
+PG23  26541.337118    402.428720  -3277.129306    316.099820  4  7  6 122       
+PG24  17179.083545   4606.894999  19865.048112 999999.999999
+PG25 -18772.094269  16530.340885   8892.027846     -0.998900  7  6  7 119       
+PG26 -19282.651437 -12649.834093 -14128.617067   -161.359923  7  8  6  90       
+PG27 -18270.766428 -12474.950413  15583.770117    251.619002  9  5  9 151       
+PG28  11706.107239 -22852.055611   6751.540347     28.871125  6  8  6 101       
+PG29 -23352.191275   5088.244694 -11456.780701    196.825470  5  7  6 111       
+PG30   1044.092915  20602.680414 -17120.400824    333.829355  7  7  3 120       
+PG31   6319.030272  24847.642955   6697.257274     61.068422  6  7  7  88       
+PG32  17184.285075   1914.489790  20337.993129   -227.049839  8  7  4 107       
+*  2011  4  2  8  0  0.00000000
+PG01  -4191.041618  23160.297764 -12275.482936 999999.999999
+PG02 -13452.492603 -23210.428103   -325.127375    328.442147  7  8  5  87       
+PG03  16058.285461  11919.450661 -18038.153822    696.509221  7  8  5  83       
+PG04  -3970.797097 -23695.150776  10723.734940     77.124059  9  6  7 108       
+PG05  -7415.794255 -15462.845678 -20274.363726   -138.393853  7  9  6 130       
+PG06  11621.457606  13908.618715 -19319.746238   -233.989942  5  7  4  85       
+PG07  11035.057370 -10580.047066 -21694.309879      7.095574  5  7  6 110       
+PG08   4071.096780 -19097.731527 -17708.686105      7.640532  9  8  8 127       
+PG09 -18063.350966  -9405.770258  16508.221343     71.313255  6  4  6  89       
+PG10   5793.407511 -23446.729123 -10827.841569    -70.480274  5  4  3  90       
+PG11  21753.979893   7689.032737  13122.127652   -139.354075  6  8  8 114       
+PG12 -17240.600868   1740.982057  20108.319706    -14.777486  7  6  5 118       
+PG13  22748.035915  -5922.387313 -12559.095316    276.733002  6  6  6  99       
+PG14  -6480.160871  14016.258202  21746.558998    141.389794  7  7  3  97       
+PG15 -25696.194702  -4193.286400  -5664.182136   -138.451994  8  7  9 101       
+PG16   5003.787727  16836.560655 -19798.010495   -162.136700  8 10  7 102       
+PG17   7040.708636 -14477.648447  21222.704037    184.233527  4  6  5 108       
+PG18 -16102.339982  20505.741380  -3569.087668    129.713958  4  6  6  64       
+PG19  23802.788673   8621.395035  -8590.565476   -126.274575  8 11  5 145       
+PG20  18596.673802  -6501.955049  17636.670593     48.836704  5  7  4 110       
+PG21 -10935.700902  11932.761311 -20572.086569   -134.607460  4  5  4 108       
+PG22  -9444.593153  23915.630450   6605.593784    150.801387  7  8  6  92       
+PG23  26736.570652    633.437069   -443.821695    316.097342  5  8  6 125       
+PG24  17949.246215   6654.221190  18582.429236 999999.999999
+PG25 -18334.920502  15428.458672  11422.150948     -0.999214  7  6  6 115       
+PG26 -17659.653299 -12526.480727 -16252.841136   -161.368759  7  8  6 106       
+PG27 -18928.631303 -13873.931741  13391.276560    251.622462  9  6 10 155       
+PG28  12213.341898 -23173.331756   3941.970041     28.873050  6  7  5  91       
+PG29 -24504.435709   4749.825131  -8932.671628    196.828293  5  6  6 100       
+PG30    -10.566708  22049.768250 -15192.290507    333.832934  7  7  3 117       
+PG31   5742.888211  24129.088282   9401.883197     61.072882  6  7  7  80       
+PG32  15818.311682   3803.608679  21210.822337   -227.056667  8  7  4 107       
+*  2011  4  2  8 15  0.00000000
+PG01  -4988.016641  24147.023356  -9790.712964 999999.999999
+PG02 -13155.446403 -23255.135152   2456.273034    328.444012  7  9  5 109       
+PG03  14029.902755  12342.490677 -19396.043781    696.512298  7  7  5  99       
+PG04  -3006.153211 -22630.889661  13069.814274     77.133311  8  6  7  96       
+PG05  -6209.180046 -17369.453063 -19091.463827   -138.399060  8  9  6 124       
+PG06   9329.134385  14162.635758 -20323.674283   -234.094617  6  7  4  56       
+PG07  12309.651892  -8433.623815 -21965.435556      7.096483  5  7  6  93       
+PG08   5101.369247 -17224.374910 -19336.191330      7.640577  9  8  8 151       
+PG09 -18913.958622 -11064.934184  14468.522158     71.315531  6  4  6 103       
+PG10   6584.412599 -24230.627934  -8268.415853    -70.481571  5  4  3  91       
+PG11  22510.630643   8951.105667  10947.982328   -139.356986  6  8  8 116       
+PG12 -16122.271752   -329.916860  21101.150950    -14.775059  7  5  5 112       
+PG13  24003.480071  -5692.506414 -10054.116892    276.731674  6  6  6  96       
+PG14  -8883.218414  13849.428151  20973.875592    141.391789  6  6  3 119       
+PG15 -24903.911452  -4473.090446  -8336.772102   -138.449180  8  8  9 105       
+PG16   3758.595145  18648.996149 -18374.942435   -162.138998  9 10  7 104       
+PG17   9394.654949 -14346.841548  20357.615091    184.233701  5  6  4 113       
+PG18 -16101.364631  19801.099421  -6313.246650    129.715580  5  7  6  82       
+PG19  22672.162005   8747.893383 -11114.528799   -126.277912  9 11  5 147       
+PG20  17768.975611  -4524.392195  19045.904334     48.836679  6  8  3 114       
+PG21 -12240.191643   9823.985974 -20996.777856   -134.609944  3  5  4 110       
+PG22 -10031.628683  24249.229663   3890.768690    150.800469  7  8  5  90       
+PG23  26625.164771    850.976230   2396.966365    316.095041  5  8  5 119       
+PG24  18748.265564   8513.932890  16984.272656 999999.999999
+PG25 -17822.249329  14064.232591  13755.371290     -0.999522  7  6  7  93       
+PG26 -15814.172582 -12481.159937 -18112.929225   -161.378031  7  8  6  70       
+PG27 -19525.596744 -15023.021311  10979.897758    251.626173  9  6 10 151       
+PG28  12535.020647 -23246.263692   1064.064428     28.875205  6  6  5 100       
+PG29 -25377.284585   4482.621943  -6253.957247    196.830365  6  6  6  73       
+PG30   -884.655808  23347.668896 -13009.028752    333.835587  7  7  3 120       
+PG31   4982.792580  23184.727947  11944.079511     61.077095  7  7  7  42       
+PG32  14509.782716   5820.627566  21725.648374   -227.063481  8  7  4  99       
+*  2011  4  2  8 30  0.00000000
+PG01  -5604.990609  24913.021067  -7136.866506 999999.999999
+PG02 -12685.289787 -23061.549163   5196.659250    328.446196  8  9  6 113       
+PG03  11893.721300  12888.382704 -20433.798340    696.516729  8  7  5  92       
+PG04  -1850.422555 -21402.017191  15184.400902     77.142456  8  5  8  93       
+PG05  -5167.690916 -19198.830749 -17579.552970   -138.404340  8  9  7 123       
+PG06   6955.948003  14537.718842 -20974.308710   -234.199289  6  7  4  78       
+PG07  13702.797150  -6353.415866 -21858.366194      7.097476  5  7  6 118       
+PG08   6315.603398 -15270.196790 -20624.638970      7.641181  9  8  8 102       
+PG09 -19709.850323 -12466.244822  12171.136672     71.318582  6  5  6 107       
+PG10   7200.508107 -24787.785322  -5564.694358    -70.482480  5  4  2  80       
+PG11  23129.648482  10007.482558   8585.890694   -139.359860  6  8  7 116       
+PG12 -15076.738695  -2538.781265  21730.786035    -14.772472  7  5  6 120       
+PG13  24977.597299  -5536.432582  -7377.644109    276.730150  6  7  5  68       
+PG14 -11186.297081  13815.486025  19844.226605    141.393855  6  6  3 107       
+PG15 -23834.549027  -4818.104479 -10867.162937   -138.446687  8  8  9 105       
+PG16   2696.108338  20367.955890 -16631.693071   -162.141462 10 10  7 110       
+PG17  11637.613708 -14334.319827  19144.509277    184.234309  5  6  2 111       
+PG18 -15994.189023  18822.744035  -8945.356798    129.717495  5  7  6  80       
+PG19  21275.749780   8930.091030 -13450.647020   -126.281433  9 11  5 136       
+PG20  16978.170919  -2380.885038  20122.837034     48.836520  6  8  3  99       
+PG21 -13652.314231   7759.962116 -21045.743792   -134.611926  3  5  5 115       
+PG22 -10460.792131  24334.596435   1108.759224    150.800044  7  7  5  75       
+PG23  26209.143298   1092.481227   5197.349400    316.092751  6  9  5 120       
+PG24  19540.150833  10161.188347  15098.121870 999999.999999
+PG25 -17274.519080  12448.068816  15851.463262     -0.999838  8  6  6  94       
+PG26 -13780.940550 -12541.801138 -19679.263920   -161.387332  7  8  6  88       
+PG27 -20019.597599 -15917.793037   8388.092667    251.630420  9  7 10 151       
+PG28  12699.872202 -23044.746177  -1832.368965     28.877559  6  6  6 104       
+PG29 -25952.620470   4252.261337  -3467.084928    196.832780  7  6  6  98       
+PG30  -1589.465885  24455.596488 -10606.428592    333.837048  7  6  3 118       
+PG31   4021.755262  22053.363224  14280.552618     61.081673  7  7  7  31       
+PG32  13290.657053   7930.861173  21875.183946   -227.070301  8  7  5 100       
+*  2011  4  2  8 45  0.00000000
+PG01  -6064.954039  25425.438723  -4359.561122 999999.999999
+PG02 -12018.228628 -22656.281164   7850.245689    328.448162  8  9  6 114       
+PG03   9692.202568  13561.716901 -21134.108154    696.522315  8  7  4  87       
+PG04   -500.242029 -20050.409526  17030.068568     77.151565  7  5  8  96       
+PG05  -4291.583021 -20905.271608 -15764.422291   -138.409413  8  9  7 126       
+PG06   4548.782488  15035.957963 -21259.559405   -234.303892  6  6  4  75       
+PG07  15185.480609  -4380.192454 -21375.569289      7.098301  5  7  6 108       
+PG08   7705.447939 -13285.799831 -21552.875971      7.641709  9  9  8 122       
+PG09 -20407.748981 -13601.980170   9658.135922     71.322029  6  5  6 120       
+PG10   7664.941462 -25087.903357  -2763.533810    -70.483601  5  4  2  95       
+PG11  23578.286408  10865.565380   6077.055950   -139.362646  6  7  7 112       
+PG12 -14133.410207  -4845.610572  21986.935536    -14.769753  7  5  6 112       
+PG13  25649.998778  -5417.699108  -4575.145874    276.728963  5  7  5  73       
+PG14 -13343.314557  13898.275595  18376.241456    141.396166  5  6  4  96       
+PG15 -22512.076780  -5258.712873 -13212.075350   -138.443818  8  8  9  99       
+PG16   1814.821988  21946.294797 -14598.122223   -162.143893 10 10  6 107       
+PG17  13725.997916 -14422.208589  17603.352823    184.234047  5  6  1 104       
+PG18 -15817.532995  17571.536795 -11418.354626    129.719027  6  7  6  65       
+PG19  19639.950365   9198.653101 -15559.084208   -126.284911 10 10  5 139       
+PG20  16254.129465   -106.459307  20848.616669     48.836822  7  9  4 101       
+PG21 -15145.491115   5781.887823 -20720.002643   -134.614577  4  6  6 107       
+PG22 -10760.137626  24150.844244  -1692.423676    150.799180  7  6  6  91       
+PG23  25499.054952   1394.251738   7910.078518    316.090413  7  9  5 111       
+PG24  20286.192391  11578.788251  12956.255714 999999.999999
+PG25 -16730.706027  10598.865138  17674.296182     -1.000116  8  5  6 102       
+PG26 -11599.831349 -12729.967044 -20926.798611   -161.396866  8  8  6  98       
+PG27 -20369.411872 -16561.993070   5657.615280    251.633916  8  7  9 151       
+PG28  12741.598326 -22550.487383  -4696.549116     28.879474  7  5  6  88       
+PG29 -26220.925314   4022.073339   -620.301559    196.835339  7  6  7 108       
+PG30  -2143.400258  25336.794802  -8024.239008    333.838450  7  6  3 124       
+PG31   2850.663201  20777.822749  16371.811633     61.086061  7  6  7  77       
+PG32  12186.644616  10094.876697  21658.173374   -227.077233  8  7  5 103       
+*  2011  4  2  9  0  0.00000000
+PG01  -6396.795914  25658.136462  -1506.720603 999999.999999
+PG02 -11136.657944 -22071.107815  10372.606256    328.450088  8  9  6 116       
+PG03   7468.654092  14359.721667 -21484.980988    696.526637  8  6  4  99       
+PG04   1039.521992 -18619.667200  18574.311136     77.160845  7  5  8  91       
+PG05  -3573.125759 -22445.113706 -13677.152913   -138.415025  8  8  7 142       
+PG06   2154.924942  15651.655193 -21173.739715   -234.408718  6  6  3  78       
+PG07  16722.624462  -2549.011441 -20525.942461      7.099198  6  7  7 107       
+PG08   9253.894782 -11320.294880 -22106.278777      7.639710  8  9  8 140       
+PG09 -20965.613288 -14473.945363   6975.028001     71.324946  6  5  6 115       
+PG10   8006.471008 -25107.581140     86.157527    -70.485053  6  4  2 101       
+PG11  23827.414870  11539.480851   3464.799523   -139.365310  7  7  7 113       
+PG12 -13314.760476  -7205.841446  21865.740330    -14.767504  7  6  7 113       
+PG13  26009.025370  -5297.250442  -1694.373906    276.727604  5  8  5  87       
+PG14 -15312.484664  14074.333558  16594.343725    141.398087  5  6  4 106       
+PG15 -20967.348183  -5820.453296 -15331.310929   -138.441028  9  8  9 108       
+PG16   1104.884634  23339.458349 -12309.336905   -162.146544 10  9  6 106       
+PG17  15620.805350 -14585.890269  15759.819108    184.234199  6  6    103       
+PG18 -15608.537461  16057.150079 -13687.917992    129.720617  6  8  6  91       
+PG19  17797.872778   9579.185338 -17403.666801   -126.288345 10 10  5 148       
+PG20  15620.962487   2258.572901  21210.599342     48.836820  7  9  4 103       
+PG21 -16687.394219   3925.619917 -20027.420602   -134.617260  5  6  6 110       
+PG22 -10961.655666  23684.583426  -4464.241318    150.798603  6  5  5  79       
+PG23  24513.606761   1789.893670  10489.291942    316.088075  8  9  5 109       
+PG24  20946.468142  12757.614518  10595.145979 999999.999999
+PG25 -16226.737502   8543.466536  19192.459736     -1.000409  8  5  5  92       
+PG26  -9314.577788 -13060.005120 -21835.367921   -161.405939  8  8  6  95       
+PG27 -20536.270489 -16967.340540   2832.985253    251.639996  8  7  8 150       
+PG28  12697.413786 -21753.947819  -7477.652313     28.881827  7  4  5  82       
+PG29 -26181.581000   3754.717518   2237.196812    196.837782  8  6  7 102       
+PG30  -2571.144248  25959.934883  -5305.570244    333.840450  8  5  4 115       
+PG31   1468.780352  19403.295032  18182.796795     61.090685  7  6  7  43       
+PG32  11216.381093  12269.822452  21079.329099   -227.084023  8  7  5 100       
+*  2011  4  2  9 15  0.00000000
+PG01  -6633.992403  25592.755333   1372.258414 999999.999999
+PG02 -10030.004647 -21341.728779  12721.357374    328.451906  9  9  6 115       
+PG03   5265.810274  15272.252598 -21479.942276    696.531643  8  6  4  92       
+PG04   2755.766633 -17153.404139  19790.153570     77.170053  6  5  7  91       
+PG05  -2997.068505 -23778.341729 -11353.592519   -138.420411  8  8  7 124       
+PG06   -179.593906  16371.458368 -20717.718887   -234.513348  7  5  3  83       
+PG07  18274.360350   -888.066267 -19324.620691      7.099967  6  6  7 119       
+PG08  10935.856502  -9419.515493 -22276.907300      7.638927  8  9  8 137       
+PG09 -21344.364275 -15093.088476   4169.819724     71.327942  6  5  7 111       
+PG10   8258.049273 -24831.338698   2934.308716    -70.486777  6  4  2 111       
+PG11  23852.652689  12049.287248    793.809935   -139.368491  7  7  6 106       
+PG12 -12635.545026  -9571.884517  21369.800410    -14.765014  8  7  7 118       
+PG13  26052.160698  -5135.119283   1215.426657    276.726337  6  8  5  80       
+PG14 -17057.755935  14313.845698  14528.388523    141.400294  5  7  4 113       
+PG15 -19237.015318  -6522.850033 -17188.433022   -138.438384  9  8  9 101       
+PG16    548.655513  24507.176286  -9805.080585   -162.148670 10  9  6 113       
+PG17  17288.965123 -14795.011841  13644.905931    184.234779  6  6     98       
+PG18 -15403.125342  14297.879081 -15713.355566    129.722442  6  8  5  98       
+PG19  15788.229807  10091.091706 -18952.497173   -126.291728 10  9  4 144       
+PG20  15096.091684   4669.990477  21202.577137     48.837070  8  9  4 100       
+PG21 -18241.190067   2220.482374 -18982.411371   -134.619449  6  7  7 106       
+PG22 -11099.848179  22930.561119  -7158.485639    150.797822  6  5  5  95       
+PG23  23279.007448   2308.858562  12891.249391    316.085712  8  9  5  98       
+PG24  21481.402523  13696.769908   8054.856342 999999.999999
+PG25 -15794.036042   6315.817280  20379.806754     -1.000703  8  6  5  74       
+PG26  -6971.365791 -13538.452773 -22389.951406   -161.414973  8  8  6 121       
+PG27 -20485.426289 -17153.044000    -39.109206    251.645854  8  7  7 114       
+PG28  12606.418853 -20654.952563 -10125.788028     28.883728  7  4  5  87       
+PG29 -25842.835209   3413.832704   5056.126135    196.840240  8  7  7 106       
+PG30  -2902.584589  26300.342824  -2496.244634    333.843160  8  5  4 118       
+PG31   -116.077348  17975.601135  19683.417552     61.095266  7  5  6  93       
+PG32  10390.878055  14410.872770  20149.188745   -227.090747  8  7  6  96       
+*  2011  4  2  9 30  0.00000000
+PG01  -6813.109716  25219.498493   4227.377429 999999.999999
+PG02  -8695.322512 -20506.389257  14856.819335    328.454063  9  8  6 116       
+PG03   3124.432252  16282.052707 -21118.172513    696.535136  8  5  4  99       
+PG04   4627.487027 -15693.554909  20656.642689     77.179449  6  5  7 101       
+PG05  -2541.407771 -24870.062867  -8833.743957   -138.425620  8  7  7 115       
+PG06  -2411.615428  17174.815209 -19898.950335   -234.618437  6  4  3  78       
+PG07  19797.492602    582.192555 -17792.681802      7.100982  7  6  7 113       
+PG08  12719.061518  -7624.397476 -22063.529554      7.640162  8  9  8 130       
+PG09 -21509.470026 -15478.761058   1292.068668     71.330964  7  5  7 165       
+PG10   8455.325457 -24252.342227   5730.619093    -70.489170  5  5  2  93       
+PG11  23635.316915  12419.975365  -1890.604449   -139.371299  7  6  6 116       
+PG12 -12102.328184 -11894.774238  20508.095333    -14.762320  8  7  8 118       
+PG13  25786.108829  -4892.152011   4104.342328    276.725263  6  8  5  52       
+PG14 -18550.047331  14581.863440  12213.204783    141.402196  5  7  4 100       
+PG15 -17362.231515  -7378.478641 -18751.390818   -138.435849  9  8  8 114       
+PG16    121.581398  25415.005341  -7129.025024   -162.151401 10  9  5  99       
+PG17  18704.472570 -15014.734325  11294.453296    184.234566  7  7    101       
+PG18 -15234.417244  12320.100281 -17458.424600    129.724461  6  8  6  93       
+PG19  13654.023824  10746.665233 -20178.511040   -126.295072 10  9  3 141       
+PG20  14689.599075   7081.197129  20824.883115     48.837095  9  9  5  97       
+PG21 -19766.956754    688.371672 -17605.510060   -134.621353  7  7  7 102       
+PG22 -11210.201153  21891.996480  -9728.144156    150.796935  6  5  5 100       
+PG23  21828.043000   2975.134526  15075.041173    316.083277  8  9  6 106       
+PG24  21853.321087  14403.415549   5378.391124 999999.999999
+PG25 -15458.251412   3955.841871  21215.903928     -1.000989  8  6  4  91       
+PG26  -4617.349967 -14163.714329 -22580.890844   -161.424182  8  8  6 123       
+PG27 -20187.626340 -17145.039945  -2910.477393    251.649055  8  7  6 143       
+PG28  12507.869686 -19262.938602 -12592.996815     28.885770  7  4  5  91       
+PG29 -25221.435897   2965.645226   7787.970368    196.842656  9  7  7 112       
+PG30  -3171.512682  26341.007559    355.922514    333.845161  8  4  4 114       
+PG31  -1887.695838  16539.473811  20848.995801     61.099479  7  4  6 103       
+PG32   9713.262322  16472.738105  18883.898673   -227.097606  8  7  6 104       
+*  2011  4  2  9 45  0.00000000
+PG01  -6972.180246  24537.591100   7008.928208 999999.999999
+PG02  -7137.616305 -19604.415011  16742.648954    328.456089  8  8  6 114       
+PG03   1081.973165  17365.278475 -20404.577899    696.540032  8  5  3  91       
+PG04   6626.436905 -14278.771989  21159.207605     77.188954  6  6  6 104       
+PG05  -2178.425247 -25691.798964  -6161.075953   -138.430820  8  6  7 108       
+PG06  -4502.359456  18034.732594 -18731.372065   -234.724068  6  4  3 105       
+PG07  21247.093220   1849.631309 -15956.757413      7.101811  7  6  7 110       
+PG08  14565.224716  -5969.582556 -21471.524704      7.639491  8  8  8 135       
+PG09 -21432.327952 -15657.667022  -1608.050447     71.334428  6  6  7 126       
+PG10   8635.028604 -23372.794943   8425.514249    -70.489835  5  5  2 107       
+PG11  23163.160795  12680.305520  -4543.247935   -139.374128  7  6  5 120       
+PG12 -11713.337515 -14125.869223  19295.799983    -14.759523  9  8  8 121       
+PG13  25226.530534  -4531.716185   6922.639334    276.723677  7  8  5 113       
+PG14 -19768.232506  14839.737321   9688.046398    141.404477  6  7  4 112       
+PG15 -15387.189714  -8392.299141 -19993.076206   -138.433059  9  8  8 105       
+PG16   -206.641280  26035.656453  -4327.978448   -162.153668 10  8  4 124       
+PG17  19849.266111 -15207.178827   8748.566258    184.234677  7  7     93       
+PG18 -15131.272582  10157.397400 -18892.054041    129.726016  6  8  6  90       
+PG19  11441.070911  11550.449001 -21059.968852   -126.298720 10  8  3 141       
+PG20  14403.883519   9444.850178  20084.371835     48.837168  9  9  5 125       
+PG21 -21223.208380   -656.814470 -15922.841921   -134.624422  8  8  7 105       
+PG22 -11327.615971  20580.594135 -12128.254150    150.796155  6  5  5 116       
+PG23  20198.915985   3806.137744  17003.262692    316.080918  9  9  6 124       
+PG24  22027.944105  14892.313943   2611.002518 999999.999999
+PG25 -15238.229906   1508.097581  21686.382806     -1.001222  8  6  4 113       
+PG26  -2299.134807 -14926.021133 -22404.060030   -161.433594  8  8  6 105       
+PG27 -19620.430581 -16974.969379  -5732.159770    251.655005  8  8  7 163       
+PG28  12439.420178 -17596.814246 -14834.243630     28.888121  8  5  5 112       
+PG29 -24341.950620   2380.472392  10385.817010    196.845011  9  7  8 112       
+PG30  -3414.155954  26073.324398   3201.904869    333.847065  8  4  4 134       
+PG31  -3821.935234  15136.907244  21660.611899     61.104440  6  3  5  99       
+PG32   9178.808983  18411.188577  17304.929507   -227.104293  8  7  6  80       
+*  2011  4  2 10  0  0.00000000
+PG01  -7149.017167  23555.397630   9668.388425 999999.999999
+PG02  -5369.880432 -18674.710673  18346.436044    328.458219  8  7  5 112       
+PG03   -828.645847  18492.278228 -19349.789938    696.545349  8  4  4  96       
+PG04   8718.085369 -12942.979833  21289.884007     77.198242  7  6  6 111       
+PG05  -1875.956168 -26222.543539  -3381.767786   -138.435933  7  5  7 122       
+PG06  -6418.759310  18918.812288 -17235.178748   -234.828950  6  4  4  88       
+PG07  22578.167633   2910.684011 -13848.557623      7.102806  8  6  7 101       
+PG08  16431.442020  -4482.293953 -20512.674457      7.638336  8  8  8 121       
+PG09 -21091.396056 -15662.554234  -4480.644649     71.336834  6  6  7 134       
+PG10   8833.299726 -22203.972037  10971.102078    -70.491163  4  5  2  92       
+PG11  22430.877545  12861.526587  -7119.746148   -139.376984  8  6  4 112       
+PG12 -11458.647951 -16218.539256  17754.000715    -14.757190  9  8  8 109       
+PG13  24397.444986  -4021.323443   9621.620803    276.722516  7  8  4  83       
+PG14 -20699.832506  15046.714674   6995.958057    141.406558  6  7  4  75       
+PG15 -13357.550564  -9561.285202 -20891.803591   -138.430115  9  7  8 108       
+PG16   -470.666426  26350.050453  -1451.026494   -162.156229 10  7  4  93       
+PG17  20713.808735 -15333.014599   6050.949765    184.234947  8  7     82       
+PG18 -15117.021246   7849.391876 -19988.953086    129.727928  7  8  6  98       
+PG19   9196.415619  12498.895210 -21580.871328   -126.302215  9  7  3 139       
+PG20  14233.636702  11714.519037  18994.276724     48.837605  9  9  6  99       
+PG21 -22568.461370  -1809.414092 -13965.507591   -134.626527  8  7  7  99       
+PG22 -11484.863241  19016.231896 -14316.728189    150.795447  6  5  4 106       
+PG23  18433.888722   4811.847169  18642.644808    316.078756  9  8  6  97       
+PG24  21975.764959  15185.095093   -200.534836 999999.999999
+PG25 -15145.260948   -979.749829  21783.185148     -1.001503  8  6  4  80       
+PG26    -61.267476 -15807.679226 -21860.984474   -161.443192  8  8  6  99       
+PG27 -18769.320862 -16678.919066  -8455.224734    251.659049  8  9  8 135       
+PG28  12435.413611 -15684.425301 -16808.377307     28.890197  7  5  5 125       
+PG29 -23235.799124   1634.062687  12805.157658    196.847494 10  7  8 115       
+PG30  -3667.590392  25497.538060   5992.299914    333.851284  8  4  4 121       
+PG31  -5887.498871  13805.637037  22105.352898     61.108668  6  3  4  93       
+PG32   8775.263324  20184.539783  15438.728565   -227.111029  8  7  6  93       
+*  2011  4  2 10 15  0.00000000
+PG01  -7379.535944  22290.189365  12159.302491 999999.999999
+PG02  -3412.846624 -17754.274260  19640.255613    328.460114  8  6  5 113       
+PG03  -2580.105768  19628.601109 -17970.089207    696.550630  7  4  4  84       
+PG04  10862.827293 -11714.144320  21047.400739     77.207498  7  6  6 116       
+PG05  -1598.837956 -26449.541290   -543.901422   -138.441537  6  4  7 123       
+PG06  -8134.570156  19790.522206 -15436.468286   -234.933179  6  4  4 103       
+PG07  23747.328353   3770.274218 -11504.318565      7.103631  8  6  7 111       
+PG08  18271.750791  -3181.519153 -19204.854125      7.639003  8  8  8 119       
+PG09 -20473.037446 -15530.710351  -7276.950430     71.338305  6  7  7  65       
+PG10   9084.044771 -20765.894027  13322.104791    -70.492124  4  6  2  60       
+PG11  21440.356252  12996.025371  -9577.223387   -139.379486  8  6  4 112       
+PG12 -11320.686059 -18129.776309  15909.318160    -14.754638 10  8  8 113       
+PG13  23330.316814  -3334.103221  12154.478230    276.721194  8  8  4  74       
+PG14 -21341.387061  15161.641368   4183.063672    141.408753  7  7  4  91       
+PG15 -11318.818899 -10874.365967 -21431.703670   -138.427603  8  7  7 116       
+PG16   -707.918482  26348.057514   1451.375390   -162.158671  9  6  4 102       
+PG17  21297.347632 -15353.127633   3248.164971    184.235281  8  7    109       
+PG18 -15208.441853   5440.328906 -20730.089277    129.729467  8  8  6  92       
+PG19   6966.693789  13580.339897 -21731.289530   -126.305682  9  6  3 132       
+PG20  14166.137980  13846.307260  17573.948499     48.837606 10  9  6 106       
+PG21 -23762.779000  -2771.907615 -11768.906369   -134.629088  8  7  7 114       
+PG22 -11711.122850  17226.332307 -16255.133106    150.794718  6  5  4 107       
+PG23  16577.777811   5994.217193  19964.630264    316.076550  9  8  6 103       
+PG24  21673.263066  15309.273003  -3008.672853 999999.999999
+PG25 -15182.630140  -3458.568854  21504.698657     -1.001780  8  6  4  45       
+PG26   2055.211092 -16783.601738 -20958.906845   -161.452611  7  8  6 124       
+PG27 -17628.547737 -16295.965085 -11031.620067    251.663619  8  9  9 132       
+PG28  12525.303228 -13561.641886 -18479.025871     28.892241  7  6  4 113       
+PG29 -21940.038323    708.721043  15004.640238    196.850066 10  7  8 115       
+PG30  -3968.094470  24622.859130   8678.203686    333.854492  8  4  4 125       
+PG31  -8046.967385  12577.803942  22176.463919     61.113503  6  3  3  87       
+PG32   8483.438198  21755.051574  13316.313508   -227.117540  7  7  7  87       
+*  2011  4  2 10 30  0.00000000
+PG01  -7696.151606  20767.569173  14438.129115 999999.999999
+PG02  -1294.444713 -16876.781394  20601.167037    328.462013  7  6  5 109       
+PG03  -4151.566260  20736.206831 -16287.248202    696.556311  7  4  4 108       
+PG04  13017.394496 -10613.305546  20437.131243     77.216510  7  6  6 112       
+PG05  -1310.481527 -26368.758509   2303.384011   -138.446567  6  3  7 125       
+PG06  -9631.204594  20610.651575 -13366.769205   -235.038131  6  4  4 118       
+PG07  24714.414045   4441.413743  -8964.182605      7.104405  8  6  7 107       
+PG08  20038.794077  -2077.522206 -17571.635454      7.638360  8  8  8 120       
+PG09 -19572.056029 -15302.328565  -9950.118016     71.340368  6  8  8  83       
+PG10   9417.380408 -19086.649351  15436.742865    -70.493775  3  5  3  91       
+PG11  20200.684896  13115.955385 -11874.942723   -139.382471  8  6  4 129       
+PG12 -11275.033108 -19821.670365  13793.443977    -14.752221 10  9  8 104       
+PG13  22062.860986  -2450.067505  14477.121652    276.719881  8  7  4  87       
+PG14 -21698.486487  15144.702002   1297.787466    141.410855  8  7  4  76       
+PG15  -9314.729684 -12312.685504 -21603.023160   -138.424951  8  6  7 113       
+PG16   -956.898996  26028.889129   4328.337849   -162.161532  9  5  4  78       
+PG17  21607.837944 -15230.303503    388.819009    184.235297  9  7  1  87       
+PG18 -15415.030599   2977.481382 -21103.024953    129.731211  8  8  7  94       
+PG19   4796.504152  14775.299503 -21507.600389   -126.309252  8  6  3 128       
+PG20  14181.854213  15800.373968  15848.481491     48.837668 10  8  6  98       
+PG21 -24769.235087  -3554.511159  -9372.017918   -134.631475  8  6  7 124       
+PG22 -12030.671046  15244.940918 -17909.405161    150.793797  6  6  3 102       
+PG23  14676.353601   7346.893796  20945.886301    316.074424  9  7  6  91       
+PG24  21103.906743  15297.048410  -5765.853243 999999.999999
+PG25 -15345.495893  -5879.460583  20855.780998     -1.002061  8  6  4  58       
+PG26   4014.110179 -17822.115548 -19710.792441   -161.461836  7  8  6 118       
+PG27 -16201.668241 -15866.567015 -13415.066255    251.669598  8  9 10 147       
+PG28  12732.277025 -11271.099330 -19815.397809     28.894416  5  7  4 102       
+PG29 -20495.947988   -405.823587  16946.760918    196.852514 10  6  8 115       
+PG30  -4349.509998  23467.239997  11212.109410    333.855903  8  4  4 120       
+PG31 -10258.057558  11478.846958  21873.404689     61.117811  6  3  3  89       
+PG32   8278.065130  23090.193616  10972.810995   -227.124159  7  6  7  87       
+*  2011  4  2 10 45  0.00000000
+PG01  -8126.318013  19020.575123  16465.037565 999999.999999
+PG02    951.009517 -16071.291689  21211.650936    328.464112  6  6  5 113       
+PG03  -5529.313806  21774.838585 -14328.288370    696.560341  7  4  5 109       
+PG04  15136.407418  -9653.909224  19470.916007     77.225513  7  6  6 130       
+PG05   -974.502452 -25985.025120   5110.759517   -138.451991  6  2  7 122       
+PG06 -10898.260913  21338.890028 -11062.458501   -235.143214  6  4  5 103       
+PG07  25443.994114   4944.495936  -6271.521440      7.105551  8  6  7 106       
+PG08  21685.525278  -1171.694909 -15641.813460      7.638221  8  8  8 121       
+PG09 -18391.913986 -15018.809612 -12455.923784     71.342658  6  8  8 115       
+PG10   9858.241017 -17201.393293  17277.547856    -70.494341  3  6  3  96       
+PG11  18727.903748  13251.893307 -13974.904114   -139.385064  8  6  3 102       
+PG12 -11291.494868 -21262.696254  11442.599706    -14.749859 10  9  7 105       
+PG13  20637.609674  -1357.114018  16548.972597    276.718309  8  7  3  91       
+PG14 -21785.459216  14959.129971  -1609.980042    141.412808  9  7  4 109       
+PG15  -7385.704802 -13850.172816 -21402.323643   -138.422138  7  6  6 111       
+PG16  -1255.450775  25401.126425   7129.480728   -162.163523  8  4  4  93       
+PG17  21661.530107 -14930.856178  -2477.297344    184.235478  9  7  2  95       
+PG18 -15738.590592    509.441906 -21102.105984    129.733061  9  8  7  84       
+PG19   2726.850495  16057.083444 -20912.619433   -126.312699  7  5  4 135       
+PG20  14255.318248  17542.295206  13848.237080     48.837814 10  8  7  94       
+PG21 -25555.244396  -4174.484817  -6816.660834   -134.633908  8  6  6 133       
+PG22 -12461.769737  13111.546808 -19250.485286    150.793174  7  6  3  92       
+PG23  12774.702556   8855.249276  21568.743526    316.071955  9  6  5  91       
+PG24  20258.908474  15183.941229  -8425.275332 999999.999999
+PG25 -15621.094139  -8195.447746  19847.671957     -1.002282  8  6  5  72       
+PG26   5785.282697 -18886.023652 -18135.267725   -161.471379  7  8  6 103       
+PG27 -14501.737073 -15430.871381 -15561.974197    251.674875  8  9 10 147       
+PG28  13072.153739  -8860.645080 -20792.961766     28.896753  4  7  5  92       
+PG29 -18947.472413  -1711.840850  18598.485189    196.854815  9  6  8 114       
+PG30  -4841.678043  22056.809938  13548.811252    333.858701  7  4  4 120       
+PG31 -12475.058735  10526.662557  21201.814076     61.122458  7  4  3  64       
+PG32   8128.869925  24163.735703   8446.943706   -227.130693  7  6  7  86       
+*  2011  4  2 11  0  0.00000000
+PG01  -8691.269688  17088.498015  18204.635556 999999.999999
+PG02   3283.875556 -15361.126982  21459.973955    328.466204  6  6  5 123       
+PG03  -6707.152860  22703.514207 -12125.147004    696.565187  7  4  5 108       
+PG04  17174.002541  -8841.458375  18166.765369     77.234512  7  6  7 133       
+PG05   -556.346482 -25311.842173   7829.578753   -138.457280  5     6 122       
+PG06 -11933.722621  21935.464964  -8564.082714   -235.247686  6  4  5 114       
+PG07  25906.703526   5306.312160  -3472.212779      7.106113  8  6  7 109       
+PG08  23166.890743   -456.743926 -13448.869206      7.637130  8  7  8 134       
+PG09 -16944.633943 -14721.064753 -14753.405989     71.344804  7  8  8  93       
+PG10  10425.208155 -15151.065408  18812.083141    -70.493814  4  6  3 125       
+PG11  17044.520263  13431.569339 -15842.396716   -139.387892  8  6  3 131       
+PG12 -11335.396537 -22428.764940   8896.926638    -14.747359 10  9  7 123       
+PG13  19100.295390    -51.724919  18333.703825    276.717028  8  6  3 131       
+PG14 -21624.723657  14572.818571  -4489.756854    141.414906  9  6  4  73       
+PG15  -5567.440009 -15454.403353 -20832.574093   -138.419458  7  6  6 128       
+PG16  -1639.052547  24482.384398   9805.862114   -162.166251  7  2  5 136       
+PG17  21482.234212 -14426.135339  -5300.107527    184.235393 10  7  3 117       
+PG18 -16173.156050  -1915.622918 -20728.501887    129.734865 10  8  7 109       
+PG19    793.715111  17392.704373 -19955.623710   -126.316094  7  5  4 137       
+PG20  14356.248584  19044.212891  11608.275511     48.837950 10  7  7 128       
+PG21 -26093.715407  -4655.193060  -4146.744088   -134.636358  7  6  6 144       
+PG22 -13015.804916  10869.691995 -20254.860021    150.792452  8  6  3 137       
+PG23  10915.613047  10496.739341  21821.551312    316.069759  8  5  4 126       
+PG24  19137.703462  15007.302373 -10941.658474 999999.999999
+PG25 -15989.262836 -10363.089950  18497.795497     -1.002544  8  6  5  53       
+PG26   7345.624534 -19933.896330 -16256.483904   -161.480649  6  8  6 142       
+PG27 -12551.125490 -15026.991393 -17432.365189    251.678346  8  9 10 147       
+PG28  13552.604430  -6381.559693 -21393.981102     28.898645  5  7  5 126       
+PG29 -17339.578274  -3203.332932  19931.789137    196.857404  9  5  8 126       
+PG30  -5469.017757  20424.983737  15646.292037    333.862026  7  4  4 133       
+PG31 -14650.394454   9731.056997  20173.385976     61.127042  7  4  3 125       
+PG32   8001.836643  24956.625967   5780.468899   -227.137237  7  6  7  82       
+*  2011  4  2 11 15  0.00000000
+PG01  -9405.018545  15015.460001  19626.613318 999999.999999
+PG02   5660.464923 -14762.966487  21340.471510    328.468104  6  6  6 108       
+PG03  -7686.519149  23482.084288  -9714.250902    696.569185  6  4  5 100       
+PG04  19085.469478  -8173.492817  16548.454396     77.243486  7  6  7 124       
+PG05    -24.844036 -24370.862110  10412.738984   -138.462357  6  2  6 121       
+PG06 -12743.822163  22362.768876  -5915.597646   -235.352196  6  4  6  88       
+PG07  26080.359098   5558.829801   -613.881473      7.107290  8  6  7 115       
+PG08  24441.430738     82.800676 -11030.379818      7.636895  7  7  8 119       
+PG09 -15250.399420 -14447.880423 -16805.421918     71.347612  7  8  8 124       
+PG10  11129.613487 -12980.880621  20013.554638    -70.495536  4  6  4  98       
+PG11  15178.803815  13678.714443 -17446.502245   -139.390598  8  6  3 117       
+PG12 -11369.053266 -23304.001548   6199.816216    -14.744719  9  9  6  98       
+PG13  17498.112839   1460.670353  19799.910345    276.715776  8  6  3  81       
+PG14 -21245.826872  13959.766905  -7291.368961    141.417047 10  6  4  91       
+PG15  -3889.677027 -17087.721401 -19903.133237   -138.416789  6  6  5 133       
+PG16  -2139.215356  23298.627382  12310.872801   -162.168846  7  2  5 117       
+PG17  21100.288690 -13693.848670  -8030.164198    184.235604 10  7  4 112       
+PG18 -16705.250064  -4251.681567 -19990.101334    129.736451 10  7  7  73       
+PG19   -973.179408  18744.055655 -18652.259566   -126.319670  7  5  5 128       
+PG20  14450.863338  20285.728218   9167.708968     48.837682 10  7  7  64       
+PG21 -26363.990103  -5024.961087  -1407.524662   -134.638452  7  6  6 143       
+PG22 -13696.710811   8565.425554 -20904.996019    150.791393  8  6  3 106       
+PG23   9138.045563  12241.574441  21698.940465    316.067405  8  5  4  96       
+PG24  17748.131747  14804.759354 -13271.988718 999999.999999
+PG25 -16423.265575 -12343.963604  16829.455359     -1.002803  8  6  6  65       
+PG26   8679.839798 -20921.555527 -14103.897034   -161.489935  6  7  7 131       
+PG27 -10380.957256 -14689.336233 -18990.766923    251.681471  8  9 10 141       
+PG28  14172.737967  -3886.632394 -21607.885225     28.900865  6  7  6  89       
+PG29 -15716.591299  -4866.089006  20924.113573    196.859755  9  5  8 115       
+PG30  -6249.312362  18611.273144  17466.572147    333.864955  7  5  4 128       
+PG31 -16736.253419   9093.508388  18805.660255     61.131612  8  5  4  92       
+PG32   7860.617778  25457.626335   3017.571695   -227.143881  7  5  7  72       
+*  2011  4  2 11 30  0.00000000
+PG01 -10273.647124  12848.811506  20706.290305 999999.999999
+PG02   8034.490921 -14286.197448  20853.738596    328.470239  6  6  6 109       
+PG03  -8476.303434  24072.800805  -7135.995445    696.573486  6  4  6  98       
+PG04  20828.833232  -7639.890288  14645.023399     77.252594  7  6  7 133       
+PG05    646.368959 -23191.062324  12815.513900   -138.467855  6  3  6 127       
+PG06 -13342.576283  22586.908947  -3163.544314   -235.456900  7  3  6 112       
+PG07  25950.816582   5737.778544   2254.883837      7.108055  8  6  6 107       
+PG08  25472.743892    469.780305  -8427.386135      7.635866  7  7  8 126       
+PG09 -13336.876321 -14234.399684 -18579.126894     71.349436  7  8  8 115       
+PG10  11974.953345 -10738.659182  20861.297325    -70.497160  4  6  4 105       
+PG11  13163.885096  14012.063188 -18760.546559   -139.393310  8  6  3 107       
+PG12 -11353.360585 -23881.222382   3397.191040    -14.742366  8  9  5 107       
+PG13  15877.927688   3165.686261  20921.697063    276.714294  8  5  2  89       
+PG14 -20684.205840  13101.299923  -9965.856855    141.419311 10  5  5  96       
+PG15  -2375.209168 -18708.582202 -18629.619750   -138.414218  6  6  5 129       
+PG16  -2782.046978  21883.165889  14601.076969   -162.171098  6  2  5 113       
+PG17  20551.273566 -12719.142449 -10619.561814    184.235658 10  7  4  87       
+PG18 -17314.459462  -6456.439325 -18901.271465    129.738338 10  7  7  64       
+PG19  -2551.368974  20069.313970 -17024.332021   -126.322947  7  5  5 136       
+PG20  14503.334419  21254.507233   6568.989975     48.838039 10  6  7  78       
+PG21 -26352.544685  -5315.775356   1355.118063   -134.640585  8  6  6 132       
+PG22 -14500.704127   6245.664914 -21189.658586    150.790628  9  6  3  92       
+PG23   7475.746583  14053.685174  21201.984625    316.065155  7  5  3  98       
+PG24  16106.314468  14612.652973 -15376.239044 999999.999999
+PG25 -16890.881948 -14105.950245  14871.429654     -1.003109  8  6  6  84       
+PG26   9780.936994 -21803.708255 -11711.956217   -161.499148  5  7  7  92       
+PG27  -8030.168366 -14447.066146 -20207.056032    251.684190  9  8  9 136       
+PG28  14923.070210  -1428.179506 -21431.466256     28.903135  7  7  6  94       
+PG29 -14120.574575  -6678.057284  21558.725196    196.862282  8  4  8 115       
+PG30  -7192.759516  16659.844982  18976.496083    333.867569  7  5  4 127       
+PG31 -18686.232301   8607.244655  17121.732649     61.136220  9  5  4  79       
+PG32   7668.043340  25663.681629    204.216597   -227.150440  7  5  7  83       
+*  2011  4  2 11 45  0.00000000
+PG01 -11294.927470  10637.411206  21425.053526 999999.999999
+PG02  10358.640746 -13932.551588  20006.719326    328.472243  7  6  7 116       
+PG03  -9092.384408  24441.836317  -4434.130257    696.577780  6  4  5 107       
+PG04  22366.321270  -7223.470238  12490.198666     77.261996  7  6  7 106       
+PG05   1477.621087 -21807.644881  14996.342343   -138.473146  5  5  6 118       
+PG06 -13751.014649  22579.114896   -356.180224   -235.561797  7  4  6 124       
+PG07  25512.537318   5881.098278   5085.327344      7.108990  8  6  6 106       
+PG08  26230.766312    733.339990  -5683.727465      7.635275  7  7  8 119       
+PG09 -11238.286054 -14110.768920 -20046.377273     71.352395  7  8  8 126       
+PG10  12956.638492  -8473.067458  21341.127610    -70.499327  4  6  4  88       
+PG11  11036.690804  14444.545796 -19762.496728   -139.395970  8  6  3 102       
+PG12 -11249.444868 -24162.094172    536.747043    -14.739718  7  9  4 102       
+PG13  14284.503440   5040.330275  21679.169735    276.713486  8  5  2  96       
+PG14 -19979.719158  11987.010247 -12466.370377    141.421149 10  5  5 103       
+PG15  -1039.160325 -20273.063389 -17033.670267   -138.411402  6  5  5 139       
+PG16  -3587.042719  20275.378177  16636.981929   -162.173911  6  2  6 113       
+PG17  19874.519988 -11495.393393 -13022.826551    184.235804 10  6  5 117       
+PG18 -17974.296664  -8492.768784 -17482.493090    129.740013 11  7  8  57       
+PG19  -3926.364769  21324.514694 -15099.475020   -126.326518  7  5  5 141       
+PG20  14477.322994  21946.578146   3857.149971     48.838045  9  6  7  90       
+PG21 -26053.434299  -5561.878872   4095.383194   -134.644197  8  6  6 103       
+PG22 -15416.339652   3956.530738 -21104.107696    150.789795 10  6  4 102       
+PG23   5956.061316  15891.949696  20338.253050    316.062712  6  5  4 104       
+PG24  14236.225623  14464.523519 -17218.052189 999999.999999
+PG25 -17355.722027 -15624.284463  12657.471599     -1.003430  8  6  6  92       
+PG26  10650.427920 -22535.676428  -9119.692327   -161.508485  5  7  7 111       
+PG27  -5544.216355 -14322.748445 -21057.215845    251.687161  9  7  9 130       
+PG28  15785.876912    943.903335 -20868.896783     28.905027  8  7  7  91       
+PG29 -12589.809151  -8610.019968  21824.980527    196.864692  7  4  8 103       
+PG30  -8301.332996  14617.882744  20148.433432    333.870795  6  5  4 120       
+PG31 -20456.932819   8257.632956  15149.887691     61.140533  9  5  5  78       
+PG32   7387.677529  25580.006612  -2612.538578   -227.156961  7  4  8  96       
+*  2011  4  2 12  0  0.00000000
+PG01 -12458.281000   8429.858418  21770.679111 999999.999999
+PG02  12586.212705 -13696.047713  18812.686939    328.474123  8  5  7 113       
+PG03  -9556.880787  24560.692459  -1655.055551    696.581482  6  4  6 102       
+PG04  23665.661573  -6900.869995  10121.748529     77.271055  7  6  6 114       
+PG05   2482.215711 -20260.706228  16917.558019   -138.478315  5  6  6 118       
+PG06 -13996.136328  22316.947683   2457.414173   -235.666472  7  4  6 114       
+PG07  24768.843671   6027.306863   7829.324803      7.109622  8  6  6 105       
+PG08  26692.823808    907.639254  -2845.351891      7.633601  7  7  7 101       
+PG09  -8994.266968 -14100.990711 -21184.060562     71.352330  7  7  8 129       
+PG10  14062.087124  -6231.844448  21445.556119    -70.500144  4  6  4  83       
+PG11   8836.749083  14982.697099 -20435.300698   -139.398829  8  6  3  81       
+PG12 -11020.311865 -24156.970232  -2332.832247    -14.737155  6  8  4 108       
+PG13  12758.817590   7053.699134  22058.817716    276.712495  8  6  3  84       
+PG14 -19175.007368  10615.380316 -14749.032782    141.423557 10  5  5  84       
+PG15    111.433240 -21736.488000 -15142.587402   -138.408584  7  6  5 106       
+PG16  -4566.150587  18519.210891  18383.722233   -162.176369  6  3  7 115       
+PG17  19111.476980 -10024.676690 -15197.763474    184.236173 10  7  5 109       
+PG18 -18653.306826 -10329.914878 -15759.886656    129.741879 11  7  7  81       
+PG19  -5092.055904  22465.239167 -12910.704674   -126.330051  7  5  5 138       
+PG20  14337.534960  22366.312415   1079.003237     48.838323  9  5  8  92       
+PG21 -25468.474049  -5798.312564   6768.218814   -134.646058  8  5  6  90       
+PG22 -16424.884677   1741.722684 -20650.167998    150.788974 10  6  5 107       
+PG23   4598.994092  17711.639981  19121.748973    316.060287  5  5  5 101       
+PG24  12168.971684  14389.703958 -18765.374875 999999.999999
+PG25 -17778.713628 -16882.321946  10225.725170     -1.003744  8  6  6  75       
+PG26  11298.209827 -23075.163040  -6370.201505   -161.517792  4  6  7 109       
+PG27  -2973.484369 -14331.283976 -21523.978006    251.690205  9  6  8 127       
+PG28  16735.910929   3183.967076 -19931.571823     28.907131  9  7  7 110       
+PG29 -11157.433293 -10626.545311  21718.489771    196.867201  5  4  8  96       
+PG30  -9568.489402  12533.819247  20960.872496    333.874033  6  5  4 124       
+PG31 -22009.457298   8022.865840  12923.158868     61.145218  9  6  6  85       
+PG32   6985.368851  25219.883960  -5385.261274   -227.163340  7  4  7  77       
+*  2011  4  2 12 15  0.00000000
+PG01 -13745.080508   6272.748829  21737.531671 999999.999999
+PG02  14672.756514 -13563.249322  17291.107575    328.475971  8  6  7 113       
+PG03  -9897.144675  24407.437531   1152.963125    696.586048  6  4  6 109       
+PG04  24701.166010  -6643.653508   7580.789712     77.280389  6  6  6 112       
+PG05   3665.721109 -18593.729802  18546.046661   -138.483492  5  6  6 120       
+PG06 -14109.639936  21785.260866   5228.233887   -235.771130  7  4  6  99       
+PG07  23731.853633   6213.848763  10440.173134      7.110319  8  6  5 111       
+PG08  26844.423767   1030.389262     40.390304      7.635472  7  6  7 106       
+PG09  -6648.565517 -14222.015957 -21974.356240     71.354509  7  6  8 141       
+PG10  15271.153633  -4060.088170  21173.859954    -70.501034  4  6  3  83       
+PG11   6604.905222  15626.303518 -20767.166333   -139.401467  8  5  2 103       
+PG12 -10632.431382 -23884.409873  -5162.678042    -14.734654  6  8  5 112       
+PG13  11336.535191   9167.997014  22053.779151    276.710936  7  6  3  82       
+PG14 -18313.748016   8994.056341 -16773.754992    141.425436 10  4  5  78       
+PG15   1077.720569 -23055.096087 -12988.882242   -138.405746  7  5  5 119       
+PG16  -5723.146544  16661.521393  19811.646322   -162.178581  6  3  7 111       
+PG17  18304.002976  -8317.888866 -17106.241671    184.236205 10  7  5 103       
+PG18 -19316.369516 -11944.431777 -13764.645728    129.743729 11  8  8  86       
+PG19  -6050.778304  23448.346761 -10495.860799   -126.333661  6  5  5 136       
+PG20  14051.235325  22526.094074  -1717.668740     48.838288  8  4  7  98       
+PG21 -24607.156673  -6059.453154   9329.958388   -134.648402  9  4  6  79       
+PG22 -17500.996248   -358.998756 -19836.172531    150.788094 10  7  5  97       
+PG23   3416.556619  19466.033897  17572.729725    316.058086  5  4  5 107       
+PG24   9941.802307  14412.074645 -19991.032174 999999.999999
+PG25 -18119.704343 -17871.998954   7618.065860     -1.004059  8  6  7  73       
+PG26  11742.121953 -23383.988391  -3510.020406   -161.527236  4  6  7  51       
+PG27   -371.443693 -14479.163256 -21597.318615    251.693789  9  5  7 126       
+PG28  17741.446326   5252.232911 -18637.784968     28.909289  9  7  7  98       
+PG29  -9850.290492 -12687.180903  21241.179150    196.869412  4  4  7  96       
+PG30 -10979.238102  10455.515575  21398.887419    333.876333  6  5  3 123       
+PG31 -23310.750214   7874.919577  10478.820473     61.149794  9  6  6  71       
+PG32   6430.738137  24604.175382  -8066.888913   -227.169863  7  3  7  76       
+*  2011  4  2 12 30  0.00000000
+PG01 -15129.281027   4209.023046  21326.638897 999999.999999
+PG02  16577.652085 -13513.833639  15467.383454    328.478342  8  6  7 111       
+PG03 -10144.530243  23967.716975   3940.650220    696.590877  6  4  5 111       
+PG04  25454.562935  -6419.605380   4911.058395     77.289763  6  6  6 127       
+PG05   5025.568689 -16851.961299  19853.818785   -138.488803  5  6  5 124       
+PG06 -14126.482140  20976.877485   7908.233351   -235.875791  7  4  6 103       
+PG07  22422.096407   6475.486324  12873.359752      7.111229  8  5  5 109       
+PG08  26679.761931   1141.268401   2925.463297      7.634837  7  6  6  99       
+PG09  -4247.601999 -14483.100168 -22404.930804     71.355571  7  5  7 131       
+PG10  16556.870942  -1998.671737  20532.017679    -70.503190  4  5  3 103       
+PG11   4381.990144  16368.302008 -20751.776193   -139.404187  8  4  2 113       
+PG12 -10057.198399 -23370.398879  -7904.543683    -14.732080  6  7  6 125       
+PG13  10046.701941  11339.836753  21663.981796    276.709579  7  6  3  98       
+PG14 -17438.876647   7139.760022 -18504.981770    141.427877 10  4  6  97       
+PG15   1868.808134 -24187.699242 -10609.718156   -138.403084  6  4  5 111       
+PG16  -7053.342108  14750.329724  20896.796811   -162.181329  6  3  7 103       
+PG17  17492.653111  -6394.519018 -18714.899576    184.236290  9  6  4  82       
+PG18 -19926.137989 -13320.821756 -11532.395745    129.745340 10  8  7  81       
+PG19  -6813.043861  24233.681273  -7896.945317   -126.337186  6  5  5 138       
+PG20  13589.662989  22445.693707  -4484.937731     48.838128  6  2  7  74       
+PG21 -23486.315291  -6377.595892  11738.920870   -134.650534  9  4  6  69       
+PG22 -18613.672535  -2311.164067 -18676.782915    150.787514 10  7  6 104       
+PG23   2412.433644  21108.131852  15717.407202    316.055759  5  4  5 118       
+PG24   7596.885724  14549.029055 -20873.230844 999999.999999
+PG25 -18339.115926 -18593.966514   4879.378056     -1.004350  8  6  7  81       
+PG26  12007.179960 -23429.725885   -588.394011   -161.536887  4  6  7  84       
+PG27   2207.345579 -14764.096716 -21274.783759    251.697023  9  4  6 131       
+PG28  18765.596765   7116.145558 -17012.254745     28.911559 10  8  7 128       
+PG29  -8688.028398 -14747.843641  20401.251534    196.872230  4  3  7  97       
+PG30 -12510.575635   8428.465444  21454.463390    333.878652  6  5  3 127       
+PG31 -24334.738092   7780.750923   7857.815960     61.154320  9  6  6  87       
+PG32   5698.549161  23760.557870 -10611.491885   -227.176351  7  3  7  69       
+*  2011  4  2 12 45  0.00000000
+PG01 -16578.352979   2276.472877  20545.641831 999999.999999
+PG02  18265.562333 -13521.455245  13372.473857    328.480069  9  7  7 114       
+PG03 -10332.983270  23235.487455   6658.630063    696.595891  6  4  5 104       
+PG04  25915.553275  -6194.157640   2158.159543     77.298899  6  6  6 111       
+PG05   6550.975043 -15080.730721  20818.488103   -138.494026  6  6  5 120       
+PG06 -14083.325440  19892.957926  10451.177878   -235.980612  6  3  6 109       
+PG07  20867.822266   6842.794108  15087.300618      7.112111  8  5  5 113       
+PG08  26201.928567   1280.271562   5761.866245      7.636133  7  6  6 105       
+PG09  -1838.957833 -14885.440757 -22469.070060     71.356446  7  3  7 137       
+PG10  17886.471120    -82.851532  19532.514045    -70.505444  4  5  3 109       
+PG11   2207.486259  17194.937289 -20388.433930   -139.406911  8  4  3 116       
+PG12  -9272.215200 -22647.299720 -10511.605297    -14.729299  6  7  6 121       
+PG13   8910.710038  13521.773179  20896.155461    276.708394  6  6  4  90       
+PG14 -16590.846960   5077.839301 -19912.353011    141.429783 10  4  6  91       
+PG15   2501.214499 -25097.252279  -8046.265124   -138.400379  6  4  5 120       
+PG16  -8543.632520  12833.050366  21621.278587   -162.183747  6  4  7 108       
+PG17  16715.033499  -4282.077087 -19995.754852    184.236375  9  7  3  91       
+PG18 -20444.555721 -14451.859449  -9102.495868    129.747380 10  8  7  58       
+PG19  -7396.938352  24785.680819  -5159.369371   -126.340596  6  5  5 132       
+PG20  12929.292128  22151.374458  -7175.540113     48.838597  5     7  98       
+PG21 -22129.546422  -6781.627444  13955.973410   -134.653076  9  3  6  79       
+PG22 -19727.438370  -4086.727445 -17192.691715    150.786456 10  7  6  90       
+PG23   1581.983275  22592.410978  13587.530094    316.053279  5  3  6 113       
+PG24   5179.891862  14810.693067 -21395.980840 999999.999999
+PG25 -18399.586617 -19057.395108   2056.781584     -1.004680  8  6  7  81       
+PG26  12124.505678 -23187.165523   2343.558457   -161.546246  4  6  7  78       
+PG27   4709.304185 -15175.044915 -20561.625607    251.701778  9  5  5 127       
+PG28  19767.843863   8751.403310 -15085.521835     28.913745 10  8  7 116       
+PG29  -7682.481439 -16762.354719  19213.046455    196.874860  4  2  7  97       
+PG30 -14132.268358   6494.103865  21126.669048    333.881725  6  5  3 128       
+PG31 -25063.226539   7703.690344   5104.128109     61.158657  9  7  6  87       
+PG32   4769.908517  22722.506967 -12975.045227   -227.183045  7  3  7  88       
+*  2011  4  2 13  0  0.00000000
+PG01 -18054.478758    506.463161  19408.623948 999999.999999
+PG02  19707.698510 -13554.874402  11042.395724    328.482239  9  7  6 113       
+PG03 -10497.507159  22213.435165   9258.371972    696.600071  6  4  5 107       
+PG04  26082.075101  -5931.893546   -631.193113     77.308299  6  5  6 102       
+PG05   8223.190592 -13323.786974  21423.647709   -138.499289  7  6  4 126       
+PG06 -14016.939533  18543.047379  12813.446322   -236.085048  7  4  6  98       
+PG07  19104.030977   7340.813210  17044.036125      7.113091  8  5  4 115       
+PG08  25422.807852   1486.049985   8502.351787      7.636119  7  6  5 110       
+PG09    530.167445 -15422.104152 -22165.750905     71.359804  7  3  7 128       
+PG10  19222.638027   1658.880184  18194.024618    -70.506819  4  6  2 113       
+PG11    118.236108  18086.175569 -19682.137756   -139.409470  7  3  3 110       
+PG12  -8262.345340 -21752.570145 -12939.243841    -14.726894  6  7  6 125       
+PG13   7941.578913  15664.007653  19763.715052    276.706812  6  6  4  90       
+PG14 -15806.001927   2841.474801 -20971.265261    141.431975 10  5  5  97       
+PG15   2998.028622 -25752.279045  -5342.975976   -138.397687  5  4  5  95       
+PG16 -10172.879869  10954.773168  21973.511743   -162.186473  6  4  8 120       
+PG17  16004.290585  -2015.202646 -20926.705919    184.236539  8  7  3  98       
+PG18 -20834.389276 -15338.598008  -6517.301227    129.748980 10  8  7  69       
+PG19  -7827.211076  25074.823364  -2331.124078   -126.344020  6  6  5 137       
+PG20  12052.893102  21674.767108  -9743.666025     48.838805  3     7 114       
+PG21 -20566.414696  -7295.830389  15945.056172   -134.655412  9  3  6  80       
+PG22 -20803.715665  -5664.937408 -15410.215261    150.785666 10  7  6 100       
+PG23    912.575622  23876.546487  11219.852337    316.051123  5  3  6 113       
+PG24   2738.434434  15199.431451 -21549.424815 999999.999999
+PG25 -18267.537491 -19279.458416   -801.179147     -1.005036  7  6  7  65       
+PG26  12129.984287 -22639.535145   5233.768515   -161.555850  4  6  7  89       
+PG27   7083.875379 -15692.653511 -19470.738209    251.705909  9  6  4 136       
+PG28  20705.703679  10142.629537 -12893.241156     28.915856 10  9  7 116       
+PG29  -6837.359416 -18684.062783  17696.801770    196.877033  4  2  6  88       
+PG30 -15807.950299   4688.294542  20421.670493    333.884898  6  5  3 129       
+PG31 -25486.520860   7604.982586   2264.097020     61.163173  8  7  7  84       
+PG32   3633.245356  21528.058813 -15116.197561   -227.189474  6  3  6  87       
+*  2011  4  2 13 15  0.00000000
+PG01 -19515.963617  -1077.082504  17935.824727 999999.999999
+PG02  20882.842543 -13579.307560   8517.609469    328.484079  9  7  6  96       
+PG03 -10672.569131  20913.051694  11693.147970    696.604525  6  4  5 114       
+PG04  25960.272348  -5598.071663  -3409.935290     77.317769  5  5  6  95       
+PG05  10016.064636 -11621.709836  21659.138341   -138.504359  8  6  5 123       
+PG06 -13962.621027  16944.804795  14954.770790   -236.189842  6  4  6 103       
+PG07  17171.253429   7987.917081  18709.874229      7.113851  7  4  4 119       
+PG08  24362.673843   1794.298699  11101.136746      7.636544  7  6  5 106       
+PG09   2814.481134 -16078.243562 -21499.653792     71.362007  7  4  6 135       
+PG10  20524.937348   3205.657695  16540.992875    -70.507659  4  6  3  99       
+PG11  -1852.761049  19016.364630 -18643.576156   -139.412503  7  3  4 113       
+PG12  -7020.498318 -20727.297428 -15145.796601    -14.724237  6  7  6 121       
+PG13   7143.579793  17716.195522  18286.516245    276.705863  6  6  5  89       
+PG14 -15115.123108    470.573358 -21663.321147    141.434193  9  5  5 103       
+PG15   3387.805187 -26128.094708  -2546.798035   -138.395046  5  4  5 119       
+PG16 -11912.612380   9156.659259  21948.369027   -162.189019  7  4  8 113       
+PG17  15387.797473    365.508774 -21491.915226    184.236962  7  7  3 117       
+PG18 -21060.718423 -15990.066006  -3821.401702    129.750950  9  8  7  84       
+PG19  -8134.092939  25078.846285    538.107420   -126.347386  7  6  5 134       
+PG20  10950.354028  21051.559244 -12145.714395     48.838892     2  7 100       
+PG21 -18831.466253  -7938.856287  17673.668941   -134.657765  9  4  6  87       
+PG22 -21802.322353  -7032.913608 -13360.787477    150.784803 10  8  6  91       
+PG23    384.259228  24923.029650   8655.495537    316.048777  5  4  6 121       
+PG24    320.429717  15709.664805 -21330.066397 999999.999999
+PG25 -17914.601925 -19284.516945  -3645.369376     -1.005416  7  6  6  94       
+PG26  12062.695934 -21779.415461   8030.217341   -161.564907  4  5  7  89       
+PG27   9285.439952 -16290.075536 -18022.391305    251.707865  8  7  3 124       
+PG28  21536.456120  11283.668486 -10475.394367     28.917954 10  9  6  92       
+PG29  -6148.253167 -20467.495105  15878.320427    196.879579  4  2  6  92       
+PG30 -17496.487985   3040.061963  19352.586840    333.888413  6  5  3 125       
+PG31 -25603.745665   7445.419684   -614.307180     61.167675  8  7  7  89       
+PG32   2285.027602  20218.392143 -16997.024002   -227.196027  6  4  6  94       
+*  2011  4  2 13 30  0.00000000
+PG01 -20918.803663  -2458.395076  16153.245684 999999.999999
+PG02  21778.079823 -13557.946467   5842.299603    328.486154  9  7  5 108       
+PG03 -10890.515492  19354.355660  13918.977886    696.609446  6  4  5 108       
+PG04  25564.173728  -5160.114372  -6131.398694     77.326859  5  6  7  90       
+PG05  11896.904160 -10010.460522  21521.205176   -138.509623  8  6  5 126       
+PG06 -13952.694047  15123.427939  16838.901667   -236.294376  6  4  6 104       
+PG07  15114.130260   8794.933036  20055.970522      7.114843  7  4  3 115       
+PG08  23049.495767   2236.247261  13514.599129      7.635308  7  6  5 111       
+PG09   4972.056682 -16831.600535 -20481.115974     71.363902  7  5  6 135       
+PG10  21751.363831   4544.791846  14603.114065    -70.508716  4  6  2 100       
+PG11  -3677.421163  19955.121672 -17289.040976   -139.415404  7  3  4 116       
+PG12  -5548.113424 -19614.602694 -17093.266314    -14.721835  6  7  6 135       
+PG13   6512.218644  19629.283787  16490.488855    276.704586  6  6  5  93       
+PG14 -14542.217737  -1989.606648 -21976.657238    141.436207  8  6  5 116       
+PG15   3703.241338 -26207.774860    293.664661   -138.392382  6  5  5 110       
+PG16 -13728.009179   7474.511670  21547.199833   -162.191654  8  5  9 109       
+PG17  14886.090133   2814.913017 -21682.067674    184.236820  6  6  3 102       
+PG18 -21092.328490 -16422.675067  -1060.851795    129.752875  8  8  7  90       
+PG19  -8351.891954  24783.687568   3397.876816   -126.350998  8  6  5 137       
+PG20   9619.233590  20320.049684 -14341.003085     48.838401     3  7 110       
+PG21 -16963.082631  -8722.899268  19113.319050   -134.660360  9  5  5 101       
+PG22 -22683.039038  -8185.910575 -11080.367051    150.784150 10  8  6 108       
+PG23    -29.269495  25700.614838   5939.216384    316.046354  4  5  6 109       
+PG24  -2027.565750  16328.008436 -20740.889386 999999.999999
+PG25 -17318.862596 -19103.033952  -6426.907192     -1.005799  7  6  6  86       
+PG26  11963.182757 -20609.294960  10681.985770   -161.574331  4  5  7  92       
+PG27  11275.011829 -16934.142048 -16243.770006    251.710600  8  8  4 124       
+PG28  22218.862818  12177.506036  -7875.448627     28.920217  9  9  5 109       
+PG29  -5602.956714 -22069.975511  13788.546949    196.882090  5  2  6  76       
+PG30 -19153.551474   1570.622150  17939.192813    333.890710  6  6  3 125       
+PG31 -25422.849011   7187.007414  -3482.248983     61.172331  8  7  8  96       
+PG32    730.179289  18836.279950 -18583.748068   -227.202464  6  4  6  92       
+*  2011  4  2 13 45  0.00000000
+PG01 -22218.348236  -3630.247936  14092.158685 999999.999999
+PG02  22389.207511 -13453.583190   3063.563792    328.488200  9  7  4 107       
+PG03 -11180.066838  17565.264726  15895.535244    696.614832  6  5  5 111       
+PG04  24915.097485  -4589.007598  -8750.037251     77.336277  5  6  7 112       
+PG05  13827.592408  -8520.126141  21012.541790   -138.514921  9  6  5 123       
+PG06 -14015.149500  13110.800748  18434.188689   -236.398934  7  4  6  98       
+PG07  12979.839078   9764.554698  21058.835427      7.115763  6  4  3 122       
+PG08  21517.974537   2837.306774  15701.955129      7.635252  6  7  5 111       
+PG09   6965.681321 -17653.275745 -19126.024460     71.365346  7  6  6 136       
+PG10  22859.942762   5671.993711  12414.741045    -70.508165  4  6  2 102       
+PG11  -5333.475413  20868.421904 -15640.253294   -139.418094  7  4  5 103       
+PG12  -3855.322028 -18457.974869 -18747.976312    -14.719182  5  7  6 133       
+PG13   6034.577017  21357.305030  14407.155895    276.702883  6  6  6  85       
+PG14 -14103.592772  -4490.042168 -21906.144062    141.438577  8  6  5  96       
+PG15   3979.688449 -25982.831896   3129.021963   -138.389718  7  5  6 115       
+PG16 -15579.129570   5937.572244  20777.744764   -162.194281  8  6  9 100       
+PG17  14512.095178   5284.900159 -21494.501014    184.237136  5  6  4 111       
+PG18 -20902.955677 -16659.367863   1717.595603    129.754514  7  8  7  90       
+PG19  -8517.425286  24184.108203   6197.915154   -126.354294  8  7  6 134       
+PG20   8065.025926  19519.623458 -16292.424646     48.839195  2  4  6 117       
+PG21 -15002.211004  -9653.096594  20239.929528   -134.663084  9  6  5  82       
+PG22 -23407.180676  -9127.262117  -8608.771672    150.783262 10  8  6 108       
+PG23   -359.432079  26185.534162   3118.593256    316.044179  5  6  6 126       
+PG24  -4261.974213  17033.732056 -19791.361722 999999.999999
+PG25 -16465.847916 -18770.266291  -9098.001272     -1.006173  7  6  6  34       
+PG26  11871.624187 -19141.725203  13140.327114   -161.583874  4  5  7  89       
+PG27  13021.633558 -17586.823055 -14168.337352    251.711667  7  8  5 118       
+PG28  22714.803346  12835.832461  -5139.486244     28.921955  9  9  5 104       
+PG29  -5182.093712 -23453.148800  11463.059443    196.884506  5  3  7  63       
+PG30 -20733.321609    292.751294  16207.479022    333.893028  6  6  3 121       
+PG31 -24960.287030   6794.603634  -6290.820363     61.176772  8  7  8  88       
+PG32  -1017.826228  17424.467752 -19847.416133   -227.208936  6  4  5  89       
+*  2011  4  2 14  0  0.00000000
+PG01 -23370.990983  -4594.007966  11788.527918 999999.999999
+PG02  22720.797281 -13230.272168    230.527734    328.490134  9  7  3  98       
+PG03 -11564.962123  15580.639624  17586.987082    696.620144  6  5  5 102       
+PG04  24040.806445  -3860.562711 -11222.125521     77.345670  5  6  7 107       
+PG05  15765.923289  -7173.905282  20142.221971   -138.520065  9  6  5 121       
+PG06 -14172.473936  10944.399287  19714.071235   -236.503575  6  4  6 106       
+PG07  10816.427970  10891.070241  21700.759250      7.116743  6  4  2 115       
+PG08  19808.341138   3615.921882  17625.909274      7.635611  6  7  5 104       
+PG09   8764.048509 -18508.746997 -17455.646561     71.367104  7  7  6 140       
+PG10  23810.322740   6591.271233  10014.227661    -70.509161  4  6  2  87       
+PG11  -6805.162328  21719.852745 -13724.098128   -139.421158  6  4  5 104       
+PG12  -1960.779383 -17299.597058 -20081.160400    -14.716554  5  7  6 133       
+PG13   5689.995320  22859.055650  12073.048920    276.701320  6  6  6  92       
+PG14 -13807.252666  -6979.679857 -21453.455268    141.440428  7  6  5  96       
+PG15   4253.559477 -25453.571085   5909.983565   -138.387044  7  6  6 116       
+PG16 -17422.337531   4567.586694  19653.946374   -162.196823  8  7  9 106       
+PG17  14270.678030   7726.088100 -20933.208256    184.237410  4  5  4 105       
+PG18 -20472.343228 -16728.544019   4467.240672    129.755962  6  8  6  87       
+PG19  -8668.354309  23283.969218   8889.073033   -126.357871  9  7  6 132       
+PG20   6301.129109  18689.204776 -17967.039369     48.838910  3  4  6 103       
+PG21 -12991.010143 -10727.176660  21034.205553   -134.665015  9  7  6  79       
+PG22 -23939.111431  -9868.012927  -5988.953922    150.782612  9  8  6  63       
+PG23   -641.319412  26362.427527    243.149006    316.041852  6  6  6 117       
+PG24  -6343.708492  17799.526155 -18497.320216 999999.999999
+PG25 -15349.249123 -18324.781386 -11612.768829     -1.006515  6  6  6  70       
+PG26  11826.002180 -17399.054998  15359.730181   -161.593101  5  5  7  87       
+PG27  14503.408227 -18206.905374 -11835.044796    251.714267  6  9  5 118       
+PG28  22990.766877  13278.278423  -2315.327704     28.924226  8  9  4 109       
+PG29  -4860.024697 -24584.354531   8941.484129    196.887167  6  4  7  89       
+PG30 -22190.258135   -789.484951  14189.085119    333.896521  6  6  3 124       
+PG31 -24240.396747   6237.466713  -8991.851427     61.181439  8  7  8  93       
+PG32  -2937.210578  16024.040803 -20764.507004   -227.215618  7  4  5  91       
+*  2011  4  2 14 15  0.00000000
+PG01 -24335.823837  -5359.352000   9282.358105 999999.999999
+PG02  22785.906812 -12854.957310  -2606.593531    328.492054  9  7  3  98       
+PG03 -12062.814872  13441.038227  18962.742112    696.625556  6  5  6 119       
+PG04  22974.445557  -2956.497083 -13506.422701     77.355483  6  7  7 116       
+PG05  17667.099632  -5987.372230  18925.522047   -138.525362  9  7  5 121       
+PG06 -14440.710343   8666.000855  20657.473367   -236.607862  6  5  6 109       
+PG07   8671.117101  12160.419830  21970.146564      7.117869  6  4  1 115       
+PG08  17964.955663   4582.670869  19253.270092      7.636005  5  7  4 104       
+PG09  10342.755082 -19359.105106 -15496.395028     71.367558  7  8  6 140       
+PG10  24565.299270   7314.510807   7443.224937    -70.509737  4  6  3  96       
+PG11  -8083.682130  22471.991083 -11572.265267   -139.423894  6  5  6 105       
+PG12    108.830780 -16178.728928 -21069.476812    -14.714057  6  7  5 134       
+PG13   5451.068853  24099.591569   9529.032633    276.700397  6  7  6  95       
+PG14 -13652.643598  -9407.247533 -20627.006245    141.442714  6  6  5  85       
+PG15   4560.696831 -24629.111902   8588.242394   -138.384359  8  6  6 104       
+PG16 -19211.865877   3378.168671  18195.662982   -162.199141  9  8  9 101       
+PG17  14158.526444  10089.558487 -20008.715309    184.237708  4  4  5 114       
+PG18 -19787.074391 -16662.807658   7142.164302    129.757782  6  8  6  85       
+PG19  -8841.493339  22096.152030  11424.234748   -126.361313  9  8  7 128       
+PG20   4348.519467  17865.745429 -19336.598504     48.839160  3  4  6 102       
+PG21 -10971.454178 -11935.368503  21481.956190   -134.667118  9  7  6  87       
+PG22 -24247.644158 -10426.256182  -3266.233868    150.781977  9  8  6  88       
+PG23   -912.089011  26224.947703  -2636.570756    316.039608  7  7  5 128       
+PG24  -8239.515628  18592.548019 -16880.734473 999999.999999
+PG25 -13971.330039 -17806.858102 -13928.019930     -1.006860  7  6  5  82       
+PG26  11860.342487 -15412.742843  17298.937172   -161.602170  5  5  7  90       
+PG27  15708.125283 -18751.803811  -9287.421785    251.716529  6  9  6 113       
+PG28  23019.145887  13531.366936    548.332345     28.926281  7  9  5  99       
+PG29  -4606.001149 -25437.798264   6266.840591    196.889816  7  5  7  97       
+PG30 -23480.852041  -1680.636010  11920.624593    333.898757  6  7  3 122       
+PG31 -23294.476070   5490.653881 -11538.727097     61.185723  8  7  8  83       
+PG32  -4998.472207  14672.845683 -21317.458815   -227.222106  7  4  4  70       
+*  2011  4  2 14 30  0.00000000
+PG01 -25076.190444  -5943.663682   6616.982204 999999.999999
+PG02  22605.450467 -12298.992831  -5397.464788    328.494050  9  8  3 106       
+PG03 -12684.235396  11191.232537  19998.084218    696.629968  6  5  6 107       
+PG04  21753.300635  -1865.296330 -15564.796388     77.365086  6  7  7 111       
+PG05  19485.337344  -4968.046147  17383.638171   -138.530520  9  7  5 124       
+PG06 -14828.783445   6320.247059  21249.101189   -236.712645  6  5  6 109       
+PG07   6588.632140  13550.583517  21861.752378      7.118749  6  4  1 110       
+PG08  16034.753128   5739.649891  20555.522817      7.635478  5  7  4 112       
+PG09  11685.067450 -20162.471212 -13279.524214     71.369939  6  8  6 131       
+PG10  25092.213370   7860.767082   4745.944610    -70.510843  4  6  3 114       
+PG11  -9167.391006  23087.854524  -9220.795124   -139.426729  5  5  6  88       
+PG12   2319.603178 -15130.207334 -21695.436252    -14.711588  7  6  5 133       
+PG13   5284.914152  25051.482552   6819.553575    276.699026  6  7  6 105       
+PG14 -13630.752101 -11723.069724 -19441.765622    141.444597  5  6  5  76       
+PG15   4934.767255 -23527.073998  11117.337660   -138.381636  8  7  6 112       
+PG16 -20901.460612   2374.482116  16428.293361   -162.201719  9  8  9 105       
+PG17  14164.370224  12328.565988 -18737.839783    184.237728  4  4  5 107       
+PG18 -18841.156766 -16497.584678   9697.924586    129.759928  5  8  6  90       
+PG19  -9071.163591  20642.126478  13759.185603   -126.364927  9  8  7 136       
+PG20   2235.144441  17082.804228 -20377.991594     48.839351  4  5  6 112       
+PG21  -8983.938264 -13260.580004  21574.367116   -134.669399 10  8  6  96       
+PG22 -24307.271490 -10826.207069   -487.503385    150.780980  8  7  6  82       
+PG23  -1209.275650  25776.014044  -5469.942903    316.037172  7  8  5 127       
+PG24  -9923.097269  19375.708217 -14969.351290 999999.999999
+PG25 -12343.013297 -17256.833628 -16003.994997     -1.007148  7  6  5  81       
+PG26  12003.117640 -13222.269358  18921.880464   -161.611297  5  5  6  97       
+PG27  16633.460659 -19179.417432  -6572.579546    251.718527  5  9  6 129       
+PG28  22779.289306  13627.232597   3402.759993     28.928471  6  8  5  95       
+PG29  -4385.522913 -25995.475514   3484.827114    196.892190  8  7  7  88       
+PG30 -24565.288083  -2393.416158   9442.922496    333.900683  6  7  3 115       
+PG31 -22159.601336   4536.213382 -13887.196783     61.190154  8  8  8  75       
+PG32  -7165.291489  13404.032124 -21495.095770   -227.228626  7  5  4  89       
+*  2011  4  2 14 45  0.00000000
+PG01 -25561.080428  -6371.137805   3838.302442 999999.999999
+PG02  22207.255442 -11539.490747  -8092.605664    328.496216  9  8  4 101       
+PG03 -13432.260292   8878.553654  20674.672216    696.634040  6  5  6 107       
+PG04  20417.422367   -582.828745 -17362.800793     77.373965  6  7  7 111       
+PG05  21175.513790  -4115.279711  15543.304705   -138.535722  9  7  4 121       
+PG06 -15338.111422   3953.115783  21479.641921   -236.817227  6  5  6  97       
+PG07   4609.632981  15032.288225  21376.813634      7.119590  6  4  1 108       
+PG08  14065.588496   7080.168882  21509.349766      7.636445  5  7  4 107       
+PG09  12782.426748 -20875.552422 -10840.753505     71.371143  6  8  6 138       
+PG10  25364.175816   8255.294168   1968.403539    -70.512593  4  6  3 107       
+PG11 -10061.721941  23532.372492  -6709.530770   -139.429705  4  6  7 107       
+PG12   4631.501729 -14183.123538 -21947.735045    -14.708927  7  6  5 128       
+PG13   5154.652387  25695.776688   3991.829180    276.697577  6  8  7 127       
+PG14 -13724.551143 -13880.814978 -17918.946032    141.446764  5  6  5  92       
+PG15   5405.748915 -22172.940945  13453.480347   -138.379199  8  7  6 110       
+PG16 -22446.044100   1553.249264  14382.320717   -162.204330  9  8  9  97       
+PG17  14269.524208  14400.154231 -17143.339318    184.237841  5  3  5 123       
+PG18 -17636.341596 -16269.660531  12092.216325    129.761477  6  7  5 102       
+PG19  -9387.661284  18951.186214  15853.413380   -126.368188  9  8  7 129       
+PG20     -4.943414  16369.269316 -21073.612853     48.839416  5  6  6 113       
+PG21  -7065.931450 -14678.844562  21308.218710   -134.671517 10  8  7  79       
+PG22 -24099.183002 -11097.051698   2299.583096    150.780196  7  7  6  78       
+PG23  -1569.086907  25027.703780  -8207.213689    316.035076  8  8  5 125       
+PG24 -11375.959968  20109.147579 -12796.223755 999999.999999
+PG25 -10483.639309 -16713.460396 -17805.043170     -1.007482  7  6  4  90       
+PG26  12275.891328 -10873.693661  20198.503848   -161.620625  6  5  6 109       
+PG27  17286.754570 -19449.943616  -3740.165653    251.720843  5  9  5 120       
+PG28  22258.284104  13602.165097   6199.975108     28.930621  5  7  5 102       
+PG29  -4161.847616 -26247.812491    643.056707    196.894580  8  7  7  80       
+PG30 -25408.949624  -2947.926520   6800.188808    333.902728  5  8  3 118       
+PG31 -20877.223624   3364.120613 -15996.162864     61.194404  7  8  8  91       
+PG32  -9395.730198  12244.778287 -21292.938523   -227.235294  7  5  4  89       
+*  2011  4  2 15  0  0.00000000
+PG01 -25766.312767  -6671.629934    993.998507 999999.999999
+PG02  21624.844386 -10560.435715 -10644.346485    328.498303  9  8  4  77       
+PG03 -14302.115571   6551.138388  20980.891659    696.637524  6  6  6 110       
+PG04  19008.163577    887.309383 -18870.204398     77.383169  6  7  6 118       
+PG05  22694.797501  -3420.469244  13436.321271   -138.541248  9  8  4 124       
+PG06 -15962.515075   1610.359018  21345.865590   -236.922051  6  5  6 108       
+PG07   2769.298395  16570.010133  20523.071080      7.120451  6  5  2 107       
+PG08  12104.538360   8588.777019  22097.088152      7.637528  5  7  3 111       
+PG09  13634.669574 -21455.286437  -8219.814551     71.372516  6  8  5 130       
+PG10  25361.075493   8528.359530   -842.338824    -70.514253  4  6  3 102       
+PG11 -10778.828979  23773.819743  -4081.480008   -139.432578  4  7  7 100       
+PG12   6999.695179 -13359.729343 -21821.485599    -14.706290  8  5  6 136       
+PG13   5021.048234  26022.638940   1094.994366    276.696369  6  8  7 106       
+PG14 -13909.772412 -15839.106369 -16085.583056    141.449045  5  6  5  72       
+PG15   5998.571782 -20599.128045  15556.325108   -138.376199  8  8  6 104       
+PG16 -23803.336154    903.079871  12092.784830   -162.206950  9  9  9 100       
+PG17  14448.728768  16266.616809 -15253.459733    184.238329  5  3  5 115       
+PG18 -16182.170424 -16015.690370  14285.488915    129.763552  6  7  5 102       
+PG19  -9815.903115  17059.385259  17670.827352   -126.371624  9  8  7 130       
+PG20  -2332.679759  15748.269833 -21411.642427     48.839559  6  6  6 102       
+PG21  -5250.722238 -16160.028185  20686.042584   -134.673490 10  8  7 104       
+PG22 -23612.031873 -11271.618722   5047.417376    150.779434  6  7  6 103       
+PG23  -2024.755850  24000.785794 -10800.425362    316.032555  8  9  5 124       
+PG24 -12587.959239  20751.845798 -10399.132414 999999.999999
+PG25  -8420.406659 -16212.336555 -19300.230312     -1.007800  7  5  4  94       
+PG26  12692.272728  -8417.917982  21105.437746   -161.629826  6  5  6 100       
+PG27  17684.391740 -19527.568790   -841.305022    251.724245  6  9  3 128       
+PG28  21451.445909  13495.036908   8893.493229     28.932632  4  7  5 100       
+PG29  -3897.594553 -26193.998095  -2209.744574    196.897155  9  8  7  86       
+PG30 -25983.707171  -3370.589852   4039.150352    333.905621  5  8  3 122       
+PG31 -19491.594412   1972.916842 -17828.432832     61.198915  7  7  7  98       
+PG32 -11643.682253  11215.256938 -20713.384128   -227.241895  7  6  4  98       
+*  2011  4  2 15 15  0.00000000
+PG01 -25675.465300  -6879.298119  -1867.283398 999999.999999
+PG02  20895.998095  -9353.518761 -13007.740631    328.500281  9  8  4  90       
+PG03 -15281.323265   4256.155736  20912.050175    696.641732  6  6  6  98       
+PG04  17566.680393   2533.730269 -20061.462164     77.391984  7  7  6 117       
+PG05  24004.197346  -2867.576173  11098.997377   -138.546274  8  8  3 121       
+PG06 -16688.424469   -664.036491  20850.631474   -237.026656  5  6  6 110       
+PG07   1096.122180  18123.236862  19314.678133      7.121592  6  6  3 114       
+PG08  10196.220147  10241.624652  22307.114428      7.637716  6  7  3 106       
+PG09  14249.948925 -21860.520515  -5459.919722     71.373756  5  8  5 138       
+PG10  25070.339141   8713.888163  -3638.939030    -70.515691  4  6  3  83       
+PG11 -11336.962833  23785.153702  -1382.094435   -139.435588  3  8  7 102       
+PG12   9376.088722 -12674.616179 -21318.337849    -14.703854  8  6  7 133       
+PG13   4844.237022  26031.641316  -1820.776799    276.694981  6  9  7 100       
+PG14 -14155.970474 -17562.933212 -13974.013429    141.451141  5  6  5  85       
+PG15   6731.965753 -18843.792327  17389.673967   -138.373483  8  8  6  99       
+PG16 -24935.374472    405.106004   9598.691383   -162.209262  9  9  9 123       
+PG17  14671.250764  17896.749085 -13101.394763    184.238395  5  4  5 118       
+PG18 -14495.750320 -15770.733015  16241.518878    129.765475  6  7  4  93       
+PG19 -10374.303757  15008.221824  19180.381133   -126.375039  9  8  7 127       
+PG20  -4705.269655  15236.316462 -21386.239223     48.839673  6  7  6 102       
+PG21  -3566.301447 -17668.780670  19716.208461   -134.676500 10  9  8 107       
+PG22 -22842.424567 -11384.926682   7709.232732    150.778742  5  6  6  81       
+PG23  -2605.020346  22723.917412 -13204.301368    316.030299  8  9  6 123       
+PG24 -13557.513694  21263.296330  -7819.908986 999999.999999
+PG25  -6187.514832 -15784.470572 -20463.866638     -1.008095  7  5  3  96       
+PG26  13257.233420  -5908.741561  21626.503960   -161.638955  6  5  6 119       
+PG27  17850.827182 -19381.965038   2072.439962    251.725819  6  8  3 171       
+PG28  20362.510419  13345.675577  11439.010079     28.934742  3  6  5  95       
+PG29  -3556.381407 -25841.992989  -5024.564328    196.899700  9  9  7  86       
+PG30 -26268.943352  -3692.849547   1208.163483    333.909465  5  8  3 117       
+PG31 -18048.079367    370.019591 -19351.419388     61.203389  6  7  7  89       
+PG32 -13860.519764  10327.890982 -19765.744584   -227.248510  7  6  4 103       
+*  2011  4  2 15 30  0.00000000
+PG01 -25280.517421  -7031.090509  -4696.747309 999999.999999
+PG02  20061.161707  -7918.654658 -15141.410860    328.502384  8  8  4 105       
+PG03 -16350.144585   2038.091621  20470.413695    696.646755  6  6  7  94       
+PG04  16132.449166   4337.476621 -20916.127380     77.401595  7  7  5 124       
+PG05  25069.972742  -2433.937861   8571.524605   -138.551778  8  8  3 112       
+PG06 -17495.372580  -2829.310722  20002.802296   -237.131568  5  6  6 106       
+PG07   -389.031003  19647.943129  17771.995349      7.122536  6  7  3 112       
+PG08   8381.191354  12007.156839  22134.143824      7.637507  6  7  2 112       
+PG09  14644.349174 -22053.665850  -2607.150715     71.376296  5  8  4 138       
+PG10  24487.419223   8847.988987  -6374.514829    -70.516435  5  6  3  95       
+PG11 -11759.597313  23545.198463   1341.524128   -139.438523  3  8  8 102       
+PG12  11710.994332 -12134.201091 -20446.487045    -14.701303  9  7  7 131       
+PG13   4585.470343  25731.696510  -4705.156922    276.693269  7  9  7 105       
+PG14 -14427.833210 -19024.811018 -11621.265313    141.453159  6  6  4  88       
+PG15   7617.562064 -16949.433045  18922.099153   -138.370790  8  8  6 102       
+PG16 -25809.880159     33.896216   6942.367690   -162.211857  9  8  9 110       
+PG17  14902.198418  19266.845848 -10724.670239    184.238427  5  5  5 114       
+PG18 -12601.267205 -15566.858491  17927.933879    129.767242  7  7  3 117       
+PG19 -11073.929220  12843.125335  20356.588810   -126.378493  8  8  7 127       
+PG20  -7077.610613  14842.702320 -20997.642714     48.839567  6  8  7 107       
+PG21  -2034.424785 -19165.705904  18412.932481   -134.678667 10  9  8 105       
+PG22 -21795.117785 -11472.663715  10239.873545    150.777718  5  6  6  96       
+PG23  -3332.792433  21232.539296 -15377.070548    316.028044  8  9  6 121       
+PG24 -14291.479379  21605.178622  -5103.675962 999999.999999
+PG25  -3825.041443 -15455.035286 -21275.945320     -1.008388  7  5  3 107       
+PG26  13966.820148  -3400.796697  21753.033166   -161.647961  6  5  6 108       
+PG27  17817.314990 -18989.535267   4950.062046    251.727887  6  8  5 131       
+PG28  19003.527834  13193.239484  13795.025103     28.936915  3  6  6 105       
+PG29  -3104.430345 -25208.213778  -7752.942047    196.901889 10  9  8  79       
+PG30 -26252.280051  -3949.692135  -1643.671912    333.913372  5  8  3 118       
+PG31 -16591.425035  -1428.313930 -20537.772573     61.207777  5  7  6  96       
+PG32 -15996.867639   9586.935030 -18466.136948   -227.254957  7  6  4  79       
+*  2011  4  2 15 45  0.00000000
+PG01 -24582.184044  -7165.137640  -7446.257379 999999.999999
+PG02  19161.764225  -6264.162584 -17008.309768    328.504370  8  7  4 113       
+PG03 -17482.336567    -62.833841  19665.086841    696.651825  6  6  7  93       
+PG04  14741.850812   6272.523633 -21419.198015     77.411139  7  7  3 115       
+PG05  25864.852046  -2091.335049   5897.287297   -138.557050  7  8  2 116       
+PG06 -18356.755565  -4849.262554  18817.069966   -237.236251  5  6  7 108       
+PG07  -1673.571524  21098.224295  15921.271241      7.123322  7  8  4 119       
+PG08   6694.490762  13847.121072  21579.433743      7.636101  7  7  1 106       
+PG09  14841.199291 -22002.265737    290.231587     71.378943  5  8  4 135       
+PG10  23615.996386   8967.417996  -9003.368751    -70.517496  5  6  3 105       
+PG11 -12074.337466  23039.622390   4041.476017   -139.441632  5  8  8 108       
+PG12  13954.876370 -11736.541863 -19220.565235    -14.698652  9  8  8 140       
+PG13   4208.810576  25140.641233  -7508.541799    276.692252  7  9  7 114       
+PG14 -14686.683796 -20205.647652  -9068.374657    141.455375  6  6  5  85       
+PG15   8659.282898 -14961.338866  20127.474457   -138.368150  7  8  6 102       
+PG16 -26401.420006   -241.386462   4168.774005   -162.214444  8  8  8  90       
+PG17  15103.996258  20361.410604  -8164.466079    184.238514  6  5  4 101       
+PG18 -10529.254664 -15431.875931  19316.685375    129.769082  7  7  3 116       
+PG19 -11917.957484  10611.809649  21179.927108   -126.382241  8  8  7 123       
+PG20  -9403.806439  14569.186401 -20252.181980     48.839556  6  8  7 101       
+PG21   -669.893833 -20608.717635  16796.197557   -134.681448 10  9  9 103       
+PG22 -20482.917934 -11569.657736  12596.528437    150.777038  5  6  6  98       
+PG23  -4224.072286  19567.516234 -17281.212969    316.025557  8  9  7 120       
+PG24 -14804.689038  21742.958273  -2298.018037 999999.999999
+PG25  -1377.596222 -15242.359446 -21722.484868     -1.008646  7  5  4 130       
+PG26  14808.275159   -947.465617  21483.987068   -161.657382  6  6  6 112       
+PG27  17620.407507 -18334.364828   7742.031862    251.730804  7  7  7 139       
+PG28  17394.471860  13074.652698  15923.402586     28.938746  3  5  6 103       
+PG29  -2512.080602 -24316.902700 -10347.804731    196.904329 10 10  8  91       
+PG30 -25929.986943  -4178.057259  -4467.378754    333.916749  5  8  3 127       
+PG31 -15164.046772  -3397.375443 -21365.928340     61.212238  5  6  6 109       
+PG32 -18004.432171   8988.405391 -16837.222640   -227.261572  6  6  4  92       
+*  2011  4  2 16  0  0.00000000
+PG01 -23589.930528  -7319.110847 -10069.128879 999999.999999
+PG02  18238.524027  -4406.605177 -18576.378069    328.506334  7  6  3 110       
+PG03 -18646.184733  -2012.050209  18511.746076    696.657847  6  5  7  71       
+PG04  13426.872553   8306.546398 -21561.392278     77.420476  7  7  4 136       
+PG05  26369.013706  -1807.273666   3122.123405   -138.562344  6  8  3 103       
+PG06 -19240.830322  -6693.406428  17313.697071   -237.340972  5  6  6 109       
+PG07  -2753.505011  22428.024982  13794.212582      7.124319  7  8  4 123       
+PG08   5164.380685  15717.859130  20650.880157      7.637352  8  6  2 117       
+PG09  14870.099820 -21680.415139   3182.552041     71.381327  6  7  4 151       
+PG10  22467.892704   9108.033461 -11481.683022    -70.519035  5  5  3 122       
+PG11 -12311.651086  22261.663161   6669.957791   -139.444131  5  7  8 105       
+PG12  16060.105116 -11471.490676 -17661.415927    -14.695890  9  9  8 131       
+PG13   3682.707927  24284.489112 -10182.901794    276.690995  6  9  7  90       
+PG14 -14892.112907 -21095.286036  -6359.642458    141.457411  6  6  4  95       
+PG15   9853.042139 -12925.943480  20985.406803   -138.365294  7  8  6 106       
+PG16 -26692.324619   -455.626374   1324.779648   -162.216930  8  7  8  92       
+PG17  15237.961324  21173.553943  -5464.889756    184.238505  6  6  4 111       
+PG18  -8315.642926 -15388.224652  20384.466991    129.770745  7  7  3 119       
+PG19 -12901.464381   8362.559514  21637.119615   -126.385564  8  8  6 124       
+PG20 -11638.717406  14409.971889 -19162.190944     48.839948  5  9  7  89       
+PG21    519.911198 -21954.538439  14891.576613   -134.683538 10  9  9 112       
+PG22 -18926.289172 -11708.394541  14739.417260    150.776335  5  6  5 108       
+PG23  -5287.150073  17773.581792 -18884.112808    316.023377  8  9  7 128       
+PG24 -15119.175412  21647.348397    547.896588 999999.999999
+PG25   1107.197508 -15157.195588 -21795.769647     -1.008964  7  5  4 145       
+PG26  15760.553940   1401.123580  20825.886134   -161.666605  6  6  6 116       
+PG27  17300.297576 -17408.853315  10401.134268    251.735460  7  7  8 117       
+PG28  15562.583134  13023.150044  17789.870422     28.940867  4  5  6 102       
+PG29  -1755.147645 -23199.205487 -12764.285332    196.907211 10 10  8 100       
+PG30 -25307.064238  -4415.200792  -7214.933863    333.918702  5  8  3 122       
+PG31 -13804.407104  -5504.736952 -21820.558842     61.216753  5  6  5 101       
+PG32 -19837.804832   8520.364954 -14907.798661   -227.268277  6  6  5 111       
+*  2011  4  2 16 15  0.00000000
+PG01 -22321.669888  -7528.608729 -12520.889148 999999.999999
+PG02  17329.812119  -2370.296497 -19819.088266    328.508642  6  6  3 108       
+PG03 -19805.762355  -3781.766597  17032.238910    696.663356  6  5  7  87       
+PG04  12213.973978  10401.929154 -21339.347851     77.430024  7  7  4 143       
+PG05  26570.793896  -1546.430929    293.547734   -138.567634  5  8  4  89       
+PG06 -20111.912161  -8337.913738  15518.178803   -237.444614  5  6  6 108       
+PG07  -3633.412351  23592.895137  11427.449813      7.125026  6  9  5 135       
+PG08   3811.343931  17571.840447  19362.997279      7.638316  8  6  4 119       
+PG09  14765.691126 -21069.970830   6019.553578     71.383846  6  7  5 142       
+PG10  21062.701326   9303.297646 -13768.179644    -70.519334  5  5  3 125       
+PG11 -12503.474540  21212.563726   9180.177883   -139.446763  5  7  7 107       
+PG12  17982.649695 -11321.182231 -15795.753854    -14.693448  8 10  8 134       
+PG13   2981.399278  23196.385626 -12682.593593    276.689387  6 10  7 114       
+PG14 -15003.675842 -21692.706856  -3541.848043    141.459611  6  7  4 121       
+PG15  11186.767620 -10889.154234  21481.562013   -138.362637  6  8  5 106       
+PG16 -26673.330080   -646.247229  -1541.586829   -162.219482  7  6  8  85       
+PG17  15265.919224  21705.070531  -2672.214727    184.238574  7  7  4 123       
+PG18  -6000.619241 -15452.066119  21113.075522    129.772714  8  7  3 122       
+PG19 -14011.539069   6142.518393  21721.302094   -126.388890  7  8  6 127       
+PG20 -13739.490627  14351.981163 -17745.829700     48.840176  5  9  7 103       
+PG21   1535.220746 -23160.291585  12729.950448   -134.685911 10  9 10 104       
+PG22 -17152.686441 -11917.638679  16632.423404    150.775736  5  6  5 117       
+PG23  -6522.125991  15897.652162 -20158.606822    316.021263  7  9  7 126       
+PG24 -15263.111303  21295.571135   3384.225538 999999.999999
+PG25   3580.336584 -15202.292589 -21494.484476     -1.009228  6  6  4 131       
+PG26  16795.209508   3599.930241  19792.552380   -161.675602  6  6  6 113       
+PG27  16899.077791 -16214.015596  12883.207627    251.737065  7  7  8 116       
+PG28  13541.473997  13066.978015  19364.457666     28.943059  4  5  5 110       
+PG29   -816.074441 -21891.991536 -14960.509309    196.909533  9 10  8  96       
+PG30 -24397.005245  -4697.075567  -9840.051047    333.920630  6  8  3 117       
+PG31 -12545.551498  -7711.300997 -21892.911220     61.221219  5  6  5 103       
+PG32 -21456.162276   8163.552701 -12712.248785   -227.274914  6  6  5 103       
+*  2011  4  2 16 30  0.00000000
+PG01 -20803.155045  -7825.631893 -14759.998157 999999.999999
+PG02  16470.140554   -186.503618 -20715.865528    328.510523  5  6  3  99       
+PG03 -20922.358051  -5351.805873  15254.066003    696.669078  6  4  7 103       
+PG04  11123.159659  12516.984268 -20755.739131     77.438957  7  6  5 143       
+PG05  26467.094672  -1272.209702  -2540.049822   -138.572806  4  7  5 107       
+PG06 -20931.728847  -9766.306869  13460.830273   -237.549248  5  5  6 104       
+PG07  -4326.088422  24551.703734   8861.905795      7.125992  6  9  5 127       
+PG08   2647.381127  19359.382785  17736.772611      7.637922  9  6  5 117       
+PG09  14566.202457 -20161.495655   8751.285690     71.385558  6  6  6 137       
+PG10  19427.147215   9582.877123 -15824.740226    -70.519741  5  5  2  91       
+PG11 -12681.751234  19901.694603  11527.271509   -139.449703  5  7  7  94       
+PG12  19683.643441 -11260.838651 -13655.714215    -14.690830  8 10  8 129       
+PG13   2086.076076  21915.308420 -14965.119417    276.687984  5 10  7 105       
+PG14 -14982.588007 -22005.888154   -663.433443    141.461606  5  8  4  93       
+PG15  12640.742324  -8894.718581  21607.881072   -138.360039  5  7  4 106       
+PG16 -26343.920416   -851.609503  -4381.904124   -162.221997  7  6  8  91       
+PG17  15151.798390  21966.196349    165.903032    184.238995  7  8  4 119       
+PG18  -3627.336752 -15632.608626  21489.711025    129.774755  8  8  4 124       
+PG19 -15227.720068   3996.043938  21432.070682   -126.392511  7  8  6 127       
+PG20 -15667.014716  14375.418731 -16026.812727     48.840072  4  9  7 100       
+PG21   2383.769974 -24185.128482  10347.113746   -134.688081 10  9 10  93       
+PG22 -15195.639381 -12221.207526  18243.664031    150.775076  6  6  4 120       
+PG23  -7920.764876  13987.078673 -21083.420198    316.018911  6  9  7 129       
+PG24 -15269.511479  20672.367162   6161.371859 999999.999999
+PG25   5993.125268 -15372.289507 -20823.740915     -1.009505  6  6  4 121       
+PG26  17877.594391   5610.583887  18404.684089   -161.684749  6  6  6 105       
+PG27  16458.988283 -14759.455206  15147.780829    251.741029  7  8  8 129       
+PG28  11370.027442  13228.290989  20621.872421     28.945259  5  5  5  92       
+PG29    315.172059 -20436.460909 -16898.334760    196.912016  9 10  8  94       
+PG30 -23221.256072  -5056.790627 -12298.906327    333.924179  6  8  3 114       
+PG31 -11413.863358  -9972.631859 -21581.023713     61.225918  6  6  4  95       
+PG32 -22824.787612   7892.331002 -10289.867882   -227.281644  5  6  5 105       
+*  2011  4  2 16 45  0.00000000
+PG01 -19067.089635  -8237.202521 -16748.519269 999999.999999
+PG02  15688.836116   2107.620831 -21252.381668    328.512551  5  6  3 100       
+PG03 -21956.007960  -6710.116367  13209.765544    696.671750  6  4  7  96       
+PG04  10167.294536  14607.340948 -19819.306923     77.448586  7  6  6 126       
+PG05  26063.477981   -948.341267  -5330.218233   -138.577883  4  6  5 100       
+PG06 -21660.882108 -10969.882322  11176.304487   -237.653948  5  6  7 117       
+PG07  -4851.852584  25268.241130   6142.078648      7.126677  6  9  5 124       
+PG08   1675.643521  21030.495834  15799.392029      7.638013  9  6  5 110       
+PG09  14311.833062 -18954.887767  11329.033683     71.387941  7  6  7 135       
+PG10  17594.202000   9971.390036 -17616.980575    -70.520753  5  5  2  97       
+PG11 -12876.965628  18346.351729  13669.191070   -139.452298  5  7  7  96       
+PG12  21130.759166 -11259.860375 -11278.298342    -14.688333  8 10  8 132       
+PG13    985.778221  20484.565303 -16991.822473    276.687406  5 10  7 100       
+PG14 -14793.353513 -22051.331768   2226.326492    141.463848  5  8  4  91       
+PG15  14188.249609  -6982.690812  21362.685395   -138.357195  4  7  4 108       
+PG16 -25712.358406  -1109.371721  -7148.131938   -162.224644  6  5  8  73       
+PG17  14863.142867  21975.059423   3001.217894    184.238740  8  9  4 114       
+PG18  -1240.513897 -15931.689633  21507.211937    129.776392  8  9  4 119       
+PG19 -16522.730470   1963.192987  20775.417100   -126.395953  7  8  6 133       
+PG20 -17387.244931  14454.602765 -14034.045913     48.840161  4  9  7  98       
+PG21   3080.391144 -24991.828939   7783.265483   -134.690293 10  9 10  93       
+PG22 -13093.621497 -12636.943009  19545.991843    150.773993  6  6  4 117       
+PG23  -9466.687548  12087.909417 -21643.484891    316.016595  5  9  7 129       
+PG24 -15174.751414  19770.711779   8830.893518 999999.999999
+PG25   8298.852211 -15653.935049 -19794.994550     -1.009804  5  7  5 121       
+PG26  18968.317314   7402.652523  16689.285292   -161.694053  6  6  6  97       
+PG27  16020.719397 -13063.025450  17158.607473    251.744380  7  8  8 132       
+PG28   9091.127943  13522.275550  21541.821698     28.947100  5  6  6  96       
+PG29   1640.496515 -18876.591387 -18544.032086    196.914586  9 10  8 129       
+PG30 -21808.399920  -5523.204302 -14550.798184    333.926194  6  8  4 107       
+PG31 -10428.091805 -12240.516987 -20889.810635     61.230476  6  6  4 100       
+PG32 -23916.346053   7675.908532  -7684.077220   -227.288221  5  6  6 103       
+*  2011  4  2 17  0  0.00000000
+PG01 -17151.990709  -8784.179644 -18452.731517 999999.999999
+PG02  15008.949581   4470.327653 -21420.722025    328.514611  4  6  4 104       
+PG03 -22867.066653  -7852.949513  10936.220599    696.675764  6  4  7  80       
+PG04   9351.690766  16627.456640 -18544.795315     77.457965  7  6  6 119       
+PG05  25373.942562   -540.475035  -8029.258646   -138.583116  3  5  5 103       
+PG06 -22260.364142 -11947.848550   8703.046622   -237.758706  5  6  7  95       
+PG07  -5237.557583  25712.644843   3315.251832      7.127454  6  8  5 124       
+PG08    890.423564  22536.775401  13583.832852      7.637399  9  6  6 114       
+PG09  14043.026987 -17459.656205  13706.269176     71.390268  7  5  7 139       
+PG10  15601.983596  10487.343677 -19114.775282    -70.521858  5  4  2 101       
+PG11 -13116.737376  16571.233934  15567.547908   -139.454958  5  7  6 107       
+PG12  22299.338865 -11283.160229  -8704.725277    -14.685628  8 10  8 130       
+PG13   -322.017982  18950.148872 -18728.509194    276.685403  4  9  7 107       
+PG14 -14405.265409 -21853.278897   5078.154291    141.465770  5  9  4  81       
+PG15  15796.495832  -5188.056816  20750.671653   -138.354682  4  6  4 109       
+PG16 -24795.402961  -1454.875505  -9793.382446   -162.227133  5  5  7  93       
+PG17  14372.488008  21756.848075   5785.685031    184.238818  8  9  5 113       
+PG18   1115.029571 -16343.633133  21164.220613    129.778211  7  9  5 107       
+PG19 -17863.479836     78.391356  19763.556903   -126.399264  7  8  6 132       
+PG20 -18872.348976  14559.035848 -11801.175550     48.840198  3  9  7  93       
+PG21   3646.309940 -25548.308254   5082.383631   -134.693083 10  8 10  69       
+PG22 -10888.746073 -13175.918035  20517.422876    150.773599  6  7  3 109       
+PG23 -11135.887252  10243.228377 -21830.138643    316.014447  5  8  7 125       
+PG24 -15016.965448  18592.209292  11346.382996 999999.999999
+PG25  10454.393599 -16026.624521 -18425.854306     -1.010093  5  7  5 136       
+PG26  20024.881921   8954.551240  14678.976734   -161.703473  5  6  6  93       
+PG27  15621.828427 -11150.203714  18884.100313    251.747508  6  8  8 130       
+PG28   6750.265651  13956.528756  22109.274445     28.949163  5  6  6  98       
+PG29   3153.388906 -17257.485538 -19868.889946    196.916966  8 10  8 123       
+PG30 -20193.101946  -6119.699301 -16558.738055    333.929024  6  8  4 108       
+PG31  -9598.694961 -14464.696963 -19831.010931     61.234700  6  7  4 100       
+PG32 -24711.859845   7479.783512  -4941.552430   -227.295173  4  5  6  98       
+*  2011  4  2 17 15  0.00000000
+PG01 -15100.845231  -9480.313841 -19843.675625 999999.999999
+PG02  14446.439329   6856.726412 -21219.428454    328.516566  3  7  4 113       
+PG03 -23617.752076  -8784.706659   8473.910362    696.680191  5  4  7  79       
+PG04   8673.985858  18532.198262 -16952.791162     77.467172  7  5  7 115       
+PG05  24420.392562    -17.694346 -10591.024313   -138.588446  4  3  6 122       
+PG06 -22693.074595 -12707.173826   6082.690653   -237.863145  4  6  7 101       
+PG07  -5515.336318  25862.590127    430.646735      7.128232  6  8  6 121       
+PG08    277.510895  23833.270687  11128.326752      7.638273 10  7  7  96       
+PG09  13798.711607 -15694.817558  15839.598679     71.392656  7  5  8 136       
+PG10  13492.477980  11142.299634 -20292.727613    -70.522641  6  4  2 102       
+PG11 -13424.538369  14607.619298  17188.382057   -139.457976  4  7  5  95       
+PG12  23173.232046 -11292.687477  -5979.701143    -14.683149  8 10  8 125       
+PG13  -1831.137820  17359.011032 -20145.990554    276.683662  3  9  6 101       
+PG14 -13793.721947 -21442.648144   7843.587283    141.467890  5  9  3  91       
+PG15  17427.773453  -3539.567739  19782.798595   -138.351873  4  5  5 104       
+PG16 -23617.722054  -1919.613706 -12272.679719   -162.229631  5  5  7 108       
+PG17  13658.549238  21342.730335   8472.237489    184.239051  8  9  6 120       
+PG18   3395.850931 -16855.391055  20465.274156    129.780040  7 10  5 116       
+PG19 -19212.291005  -1630.664828  18414.658285   -126.402581  7  7  6 136       
+PG20 -20101.629494  14654.676284  -9366.053829     48.840107  2  9  6  97       
+PG21   4108.164714 -25828.964713   2291.488531   -134.695297 10  8 10  85       
+PG22  -8625.336090 -13841.906320  21141.485615    150.773614  6  8  3 120       
+PG23 -12897.546781   8491.635588 -21641.205728    316.012204  4  7  6 131       
+PG24 -14834.391352  17147.151195  13664.298535 999999.999999
+PG25  12421.681602 -16463.233860 -16739.786534     -1.010299  5  8  6 113       
+PG26  21003.429965  10254.065602  12411.217108   -161.712842  6  6  6  99       
+PG27  15295.321044  -9053.212401  20297.671682    251.749637  6  9  7 135       
+PG28   4394.058385  14530.708894  22314.668282     28.951122  5  7  6 101       
+PG29   4838.970025 -15623.682122 -20849.735402    196.919693  8  9  7 119       
+PG30 -18414.857255  -6863.179750 -18289.968376    333.930166  6  8  4 123       
+PG31  -8927.528232 -16594.693988 -18422.998565     61.239333  6  7  4 101       
+PG32 -25201.341900   7267.341826  -2111.288624   -227.301863  4  5  6  88       
+*  2011  4  2 17 30  0.00000000
+PG01 -12959.609399 -10331.576450 -20897.626730 999999.999999
+PG02  14009.655523   9220.347107 -20653.424500    328.518722  3  7  5 115       
+PG03 -24173.603813  -9517.471839   5866.125569    696.684668  5  4  7  89       
+PG04   8124.321934  20278.436081 -15069.462694     77.476526  7  4  7 129       
+PG05  23231.818114    646.099635 -12971.694713   -138.593844  4  2  6 104       
+PG06 -22925.283191 -13262.149319   3359.404916   -237.967892  4  6  7  89       
+PG07  -5721.137210  25704.196276  -2461.465214      7.129230  6  8  6 121       
+PG08   -185.094615  24880.245488   8475.698762      7.638814 10  7  7 118       
+PG09  13614.575490 -13688.404548  17689.683962     71.395483  6  5  8 125       
+PG10  11310.126200  11940.296641 -21130.579803    -70.525076  6  4  2  99       
+PG11 -13818.590447  12492.274042  18502.838534   -139.460476  4  6  5 102       
+PG12  23745.308487 -11249.080391  -3150.620307    -14.680667  7 10  7 134       
+PG13  -3526.779800  15757.322554 -21220.536429    276.682379  3  9  6  95       
+PG14 -12941.311048 -20855.738997  10475.770270    141.469946  5  9  3 103       
+PG15  19040.818906  -2058.824828  18476.069979   -138.348916  3  4  5 112       
+PG16 -22211.020881  -2529.838543 -14543.697121   -162.232299  4  5  7  85       
+PG17  12707.181414  20768.566452  11015.539730    184.239450  8  9  6 116       
+PG18   5561.326451 -17446.968741  19420.815093    129.781847  6 10  5 113       
+PG19 -20528.302577  -3143.839267  16752.479999   -126.405984  7  7  6 137       
+PG20 -21062.186864  14705.363191  -6770.126967     48.840531  2  9  6  80       
+PG21   4496.781239 -25815.803945   -540.195492   -134.697372 10  9 10  92       
+PG22  -6348.419501 -14631.134930  21407.487419    150.773380  6  8  3 114       
+PG23 -14715.120606   6865.924593 -21080.962918    316.009957  4  7  6 126       
+PG24 -14663.729710  15454.237963  15744.730462 999999.999999
+PG25  14168.982289 -16931.218882 -14765.718386     -1.010553  4  8  6 114       
+PG26  21860.511012  11298.483712   9927.463450   -161.721742  6  7  6 112       
+PG27  15068.438996  -6809.925778  21377.987307    251.753385  5  9  7 132       
+PG28   2068.737741  15236.469903  22154.059523     28.953717  5  8  6  97       
+PG29   6674.369260 -14017.497974 -21469.357641    196.922126  8  9  7 127       
+PG30 -16516.589540  -7763.321220 -19716.406998    333.935078  6  7  4 119       
+PG31  -8407.892282 -18581.663655 -16690.456923     61.243704  6  8  5 112       
+PG32 -25384.064235   7001.538052    756.371293   -227.308706  5  5  6  88       
+*  2011  4  2 17 45  0.00000000
+PG01 -10775.605287 -11335.788540 -21596.487429 999999.999999
+PG02  13699.138075  11514.746050 -19733.831060    328.520697  3  8  5 124       
+PG03 -24504.800247 -10070.259173   3158.166804    696.688728  5  4  7  91       
+PG04   7685.824948  21826.590507 -12926.195295     77.485782  7  4  7 134       
+PG05  21843.218790   1470.988969 -15130.511812   -138.598956  5  3  6 104       
+PG06 -22927.984595 -13633.682351    579.193839   -238.072634  3  6  7  97       
+PG07  -5893.107898  25232.610898  -5310.672632      7.130105  6  8  7 123       
+PG08   -526.137497  25644.756202   5672.593292      7.640392 10  7  8  93       
+PG09  13521.463233 -11476.595249  19222.106057     71.397027  6  5  8 126       
+PG10   9100.324351  12877.553323 -21613.558641    -70.526509  6  4  2  94       
+PG11 -14310.993265  10266.140498  19487.731649   -139.463493  4  7  4  98       
+PG12  24017.624553 -11113.380306   -266.714210    -14.678062  7  9  7 136       
+PG13  -5385.916267  14188.782349 -21934.238473    276.681120  3  9  6  98       
+PG14 -11838.624331 -20132.751380  12930.212491    141.472356  5  9  3  96       
+PG15  20592.312665   -759.647710  16853.219179   -138.346235  3  4  6 114       
+PG16 -20612.915013  -3305.362345 -16567.462396   -162.234849  4  5  7  79       
+PG17  11512.074871  20073.463051  13372.708328    184.239568  8 10  7 116       
+PG18   7575.005842 -18092.125109  18047.116350    129.783399  6 10  5 119       
+PG19 -21768.992581  -4449.090906  14805.927666   -126.409440  7  7  6 139       
+PG20 -21749.295047  14674.341977  -4057.753701     48.840288  2  8  6  94       
+PG21   4845.748867 -25499.283123  -3362.165270   -134.700054 11  9 10  98       
+PG22  -4102.203766 -15532.329077  21310.694865    150.772918  6  9  3 119       
+PG23 -16547.636904   5392.004360 -20159.996208    316.007978  3  6  6 127       
+PG24 -14538.584843  13539.978377  17552.088322 999999.999999
+PG25  15671.934261 -17393.937490 -12537.546684     -1.010856  4  8  6 119       
+PG26  22554.804369  12094.348729   7272.298145   -161.730983  6  6  6  84       
+PG27  14961.686311  -4462.606014  22109.141637    251.756049  4  9  6 138       
+PG28   -181.353163  16057.682967  21629.214964     28.955611  5  9  7 100       
+PG29   8629.421907 -12477.465694 -21716.826329    196.924518  8  8  6 118       
+PG30 -14543.151011  -8822.095484 -20815.017921    333.937811  7  7  4 112       
+PG31  -8024.939577 -20380.192998 -14663.923245     61.248184  6  9  5 114       
+PG32 -25268.454672   6646.584810   3610.718768   -227.315404  5  4  6  97       
+*  2011  4  2 18  0  0.00000000
+PG01  -8595.872932 -12482.564429 -21928.095564 999999.999999
+PG02  13507.728913  13695.094371 -18477.682433    328.522936  3  8  6 112       
+PG03 -24587.288327 -10468.013226    396.542457    696.692933  4  5  7  99       
+PG04   7335.371116  23142.071666 -10559.124549     77.495106  6  5  7 135       
+PG05  20294.310338   2470.071138 -17030.466990   -138.604110  5  4  6 109       
+PG06 -22678.095193 -13848.344384  -2210.836150   -238.176870  3  7  7  82       
+PG07  -6069.893632  24452.247907  -8067.337455      7.130899  6  9  7 113       
+PG08   -779.769676  26101.975714   2768.602654      7.641921 10  7  8 133       
+PG09  13543.962753  -9102.490508  20408.144153     71.397482  6  4  8 120       
+PG10   6907.887566  13942.464228 -21732.650889    -70.526846  6  4  1  80       
+PG11 -14907.120989   7972.861165  20125.982693   -139.466280  4  7  4 102       
+PG12  24001.236448 -10848.737275   2621.834923    -14.675538  6  8  7 132       
+PG13  -7378.006591  12693.038399 -22275.278412    276.680027  3  8  5 107       
+PG14 -10484.772333 -19316.177767  15165.499143    141.474228  5  9  3  98       
+PG15  22038.464145    352.252640  14942.302305   -138.343617  2  4  6 118       
+PG16 -18865.587681  -4258.597343 -18309.019986   -162.237167  5  5  6 100       
+PG17  10075.163731  19298.222467  15503.991217    184.239679  8  9  7 117       
+PG18   9405.829285 -18759.328308  16366.115243    129.785372  6 10  6 124       
+PG19 -22891.765596  -5542.699609  12608.538090   -126.412972  6  7  6 137       
+PG20 -22166.473662  14525.831981  -1275.463654     48.840602  3  7  6  92       
+PG21   5189.855977 -24878.828239  -6123.630176   -134.702772 11  9 10 104       
+PG22  -1928.584288 -16527.048475  20852.425236    150.772883  6  9  3 123       
+PG23 -18351.167141   4088.102191 -18894.955428    316.005921  3  6  6 132       
+PG24 -14488.049484  11437.793271  19055.697211 999999.999999
+PG25  16914.308330 -17812.143885 -10093.560185     -1.011139  4  8  7 103       
+PG26  23048.725846  12656.859191   4492.547216   -161.740135  6  6  7 106       
+PG27  14988.117239  -2056.514034  22480.762848    251.758514  4  9  6 140       
+PG28  -2315.202634  16970.941031  20747.642814     28.957325  5  9  7 101       
+PG29  10667.660337 -11036.928884 -21587.697718    196.927064  7  7  6 122       
+PG30 -12539.775832 -10033.582391 -21568.109006    333.940980  7  8  4 119       
+PG31  -7756.422492 -21949.969698 -12379.213021     61.252568  6  9  5 123       
+PG32 -24871.632583   6169.577123   6401.646847   -227.322329  6  4  6 107       
+*  2011  4  2 18 15  0.00000000
+PG01  -6465.537735 -13753.573295 -21886.441812 999999.999999
+PG02  13420.987062  15719.690393 -16907.553623    328.524753  3  9  6 120       
+PG03 -24403.688901 -10740.408117  -2371.819346    696.695939  4  5  7  96       
+PG04   7044.615981  24196.553538  -8008.569133     77.504608  6  5  7 111       
+PG05  18628.063195   3648.759996 -18638.927801   -138.609118  6  5  6  96       
+PG06 -22159.446308 -13937.207151  -4963.237659   -238.281425  3  7  7  65       
+PG07  -6288.920331  23376.669552 -10683.492312      7.131874  6  9  7  99       
+PG08   -983.977082  26236.202223   -184.682148      7.641908 10  8  9 158       
+PG09  13699.254043  -6614.585663  21225.441671     71.398834  5  4  7 122       
+PG10   4775.531136  15115.893212 -21484.802792    -70.527694  6  4  2  95       
+PG11 -15605.313628   5657.203252  20406.920812   -139.468953  4  7  4 102       
+PG12  23715.668420 -10422.037772   5464.797351    -14.672887  6  7  7 128       
+PG13  -9465.995483  11304.277535 -22238.099835    276.678767  4  7  5 103       
+PG14  -8887.583585 -18449.128017  17143.948745    141.476222  5  9  3 107       
+PG15  23336.621419   1279.286560  12776.207730   -138.341033  2  4  6 114       
+PG16 -17014.278591  -5393.873131 -19738.039908   -162.239650  5  5  5  87       
+PG17   8406.732182  18483.743893  17373.397636    184.240081  8  9  7 103       
+PG18  11029.159991 -19412.937919  14405.151936    129.787085  5 10  6 121       
+PG19 -23855.544500  -6429.178453  10197.901362   -126.416538  6  6  6 139       
+PG20 -22325.250857  14226.575384   1528.833223     48.840665  2  6  6 102       
+PG21   5563.452241 -23962.991459  -8774.544369   -134.704923 11  9 10 115       
+PG22    134.259561 -17590.304409  20040.046992    150.772504  6  9  4 127       
+PG23 -20080.405832   2964.272718 -17308.215052    316.003481  2  6  6 126       
+PG24 -14535.488277   9186.862124  20230.294431 999999.999999
+PG25  17888.459161 -18145.596892  -7475.784690     -1.011460  5  8  7 125       
+PG26  23309.861257  13008.957042   1636.411045   -161.749556  7  6  7 113       
+PG27  15152.900514    361.558166  22488.055030    251.760435  5  9  6 141       
+PG28  -4296.467094  17946.334014  19522.558996     28.959476  5  9  7 109       
+PG29  12747.561395  -9722.850625 -21084.103739    196.929558  7  6  6 127       
+PG30 -10550.539399 -11384.072068 -21963.557567    333.943366  7  7  4 124       
+PG31  -7573.750746 -23257.252845  -9876.737736     61.257130  7  9  5 104       
+PG32 -24218.610442   5541.983434   9080.579206   -227.329266  6  5  6  93       
+*  2011  4  2 18 30  0.00000000
+PG01  -4426.252883 -15123.111166 -21471.792911 999999.999999
+PG02  13417.884206  17551.341953 -15051.110237    328.526822  4  9  6 103       
+PG03 -23943.950539 -10920.496172  -5100.332972    696.699291  3  5  6  83       
+PG04   6781.250060  24969.028877  -5318.369010     77.514322  6  6  7 113       
+PG05  16889.127554   5004.383178 -19928.194544   -138.614549  7  6  6  94       
+PG06 -21363.534871 -13934.508447  -7631.000491   -238.385839  3  7  7 107       
+PG07  -6584.732789  22028.117475 -13113.703349      7.132656  6  9  7 113       
+PG08  -1178.837197  26041.505926  -3134.674974      7.643022 10  9  9  59       
+PG09  13996.277510  -4064.999667  21658.534592     71.400595  5  2  7 122       
+PG10   2742.422401  16371.758413 -20873.037748    -70.528473  6  4  2  97       
+PG11 -16396.874687   3363.452111  20326.441732   -139.471784  4  7  4 109       
+PG12  23188.058203  -9805.388148   8212.797593    -14.670284  5  5  7 127       
+PG13 -11607.559089  10050.034648 -21823.482674    276.677699  4  6  5 106       
+PG14  -7063.481512 -17573.648720  18832.208685    141.478563  6  9  3  79       
+PG15  24446.845344   2031.686049  10392.090826   -138.338048  2  4  7 118       
+PG16 -15105.658489  -6707.061014 -20829.362458   -162.241948  5  6  5 110       
+PG17   6525.214846  17669.434345  18949.271408    184.239764  8  9  7 103       
+PG18  12427.589942 -20014.575217  12196.609022    129.788744  5 10  6 107       
+PG19 -24622.308931  -7120.879984   7615.030460   -126.419840  6  7  6 139       
+PG20 -22244.623510  13747.306086   4306.673258     48.840425  3  5  6  99       
+PG21   5998.811687 -22769.232217 -11266.650470   -134.707068 11  9  9 104       
+PG22   2053.129831 -18691.436679  18886.887724    150.772164  6  9  4 117       
+PG23 -21690.300372   2022.226165 -15427.450324    316.001120  2  6  6 124       
+PG24 -14697.566029   6830.760409  21056.420407 999999.999999
+PG25  18595.451614 -18354.719911  -4729.261969     -1.011735  6  8  7 112       
+PG26  23312.179422  13180.152672  -1247.375396   -161.758876  7  6  7 117       
+PG27  15453.166503   2744.787157  22131.784041    251.763425  6  8  7 135       
+PG28  -6094.656288  18948.474409  17972.784151     28.961360  5 10  7  99       
+PG29  14824.001882  -8554.882448 -20214.721717    196.932288  7  5  5 126       
+PG30  -8616.874597 -12852.451715 -21994.964747    333.946053  7  7  4 115       
+PG31  -7443.312288 -24276.084480  -7200.732452     61.261434  7  9  5  97       
+PG32 -23341.201910   4740.942979  11601.340619   -227.336188  7  5  6  83       
+*  2011  4  2 18 45  0.00000000
+PG01  -2514.774145 -16558.964301 -20690.717182 999999.999999
+PG02  13471.749002  19158.571260 -12940.592309    328.528858  5  9  6 105       
+PG03 -23205.734894 -11043.259841  -7743.482317    696.703674  4  6  6 101       
+PG04   6510.434284  25446.598183  -2535.137546     77.523968  6  7  6  99       
+PG05  15122.204113   6526.092675 -20875.977500   -138.619924  7  7  6  99       
+PG06 -20290.000507 -13876.195918 -10168.336083   -238.490438  4  7  7  92       
+PG07  -6987.455921  20436.712714 -15315.880955      7.133762  6  9  7 117       
+PG08  -1404.683798  25521.982518  -6028.826484 999999.999999
+PG09  14435.265342  -1507.538766  21699.221425     71.402629  5  2  7 124       
+PG10    842.855981  17677.892954 -19906.486209    -70.528553  7  5  2 102       
+PG11 -17266.372492   1133.842303  19887.023854   -139.474540  4  7  5 112       
+PG12  22452.015245  -8977.393734  10818.196416    -14.667826  5  3  7 129       
+PG13 -13756.553043   8950.263718 -21038.520489    276.676324  4  6  5 108       
+PG14  -5037.044432 -16729.098421  20201.782198    141.480573  6  9  3  97       
+PG15  25333.389391   2626.906348   7830.743474   -138.335520  2  4  7 110       
+PG16 -13186.148857  -8185.523774 -21563.468148   -162.244603  5  7  4 119       
+PG17   4456.697870  16891.686855  20204.800769    184.239973  8  8  7 110       
+PG18  13591.483079 -20524.634168   9777.450704    129.790454  5 10  7 103       
+PG19 -25158.525282  -7637.314334   4903.687923   -126.423563  6  7  6 142       
+PG20 -21950.233340  13064.079300   7009.887355     48.840960  3  4  6 116       
+PG21   6524.573047 -21323.324324 -13554.502805   -134.709748 11  9  8 132       
+PG22   3800.890207 -19795.220170  17412.048930    150.771720  6  9  5 115       
+PG23 -23137.670342   1255.477138 -13285.138259    315.998981  2  6  7 121       
+PG24 -14983.555869   4415.942807  21520.700434 999999.999999
+PG25  19044.857071 -18402.247766  -1901.274735     -1.012004  7  8  8 121       
+PG26  23036.988951  13205.142593  -4110.339843   -161.767954  8  6  7 106       
+PG27  15878.136291   5047.803991  21418.212083    251.765610  6  8  7 135       
+PG28  -7686.124741  19937.744839  16122.565972     28.963509  5 10  7  99       
+PG29  16849.865379  -7544.730614 -18994.624748    196.934826  7  3  5 132       
+PG30  -6776.193712 -14410.862807 -21661.739268    333.947940  7  7  4 122       
+PG31  -7328.000359 -24989.192873  -4398.412091     61.266094  7  9  5 102       
+PG32 -22276.688416   3750.319793  13920.952043   -227.343119  7  5  6  89       
+*  2011  4  2 19  0  0.00000000
+PG01   -761.720262 -18023.534252 -19556.009963 999999.999999
+PG02  13551.420606  20516.602591 -10612.243032    328.530987  5  9  6 115       
+PG03 -22194.526520 -11144.121337 -10257.505581    696.708642  4  6  6 107       
+PG04   6196.359357  25624.955647    292.560482     77.533421  5  7  7 101       
+PG05  13370.421820   8195.093647 -21465.786702   -138.625093  8  7  6 111       
+PG06 -18946.807376 -13798.402638 -12531.456468   -238.594903  4  7  6 104       
+PG07  -7521.441397  18639.357900 -17252.022400      7.134644  7  8  6 114       
+PG08  -1700.260121  24691.601301  -8815.656980      7.643778 10  9  9           
+PG09  15007.661494   1004.318101  21346.760073     71.403595  5  1  7 124       
+PG10   -894.897831  18997.155473 -18600.322177    -70.529758  7  4  3 104       
+PG11 -18192.228585   -992.908096  19097.605901   -139.477492  4  7  6  99       
+PG12  21546.238893  -7924.182179  13235.935513    -14.665356  4  2  7 128       
+PG13 -15864.609728   8016.703615 -19896.501537    276.675036  4  5  5 103       
+PG14  -2840.264914 -15950.637629  21229.480847    141.482741  6  9  3  97       
+PG15  25966.030346   3088.753149   5135.908468   -138.332669  3  5  7 101       
+PG16 -11300.249287  -9808.397669 -21926.862561   -162.246852  5  8  4 113       
+PG17   2234.137578  16182.481038  21118.458341    184.240398  8  7  7 114       
+PG18  14519.228673 -20903.878153   7188.662419    129.792409  5  9  7 110       
+PG19 -25436.417544  -8004.206658   2109.678927   -126.426746  6  7  6 143       
+PG20 -21473.289144  12159.407201   9591.455388     48.841401  3  4  6 115       
+PG21   7164.331864 -19658.410777 -15596.437457   -134.711946 11  9  8 122       
+PG22   5357.320506 -20863.162162  15640.127832    150.771382  6  9  5 113       
+PG23 -24382.757304    649.803778 -10917.993300    315.996674  2  5  7 116       
+PG24 -15394.950717   1990.132173  21616.016288 999999.999999
+PG25  19254.227810 -18254.795953    959.468934     -1.012291  7  8  8 111       
+PG26  22473.614706  13122.278782  -6905.018538   -161.777028  8  6  7 109       
+PG27  16409.524873   7228.122383  20358.984511    251.767977  7  7  8 136       
+PG28  -9054.831366  20871.731052  14001.321212     28.965641  6 10  7  97       
+PG29  18777.737410  -6695.844571 -17445.015270    196.937143  6  3  5 128       
+PG30  -5060.661192 -16025.606543 -20969.110726    333.949373  7  7  4 127       
+PG31  -7188.880865 -25388.552394  -1519.076949     61.270655  7  8  5  78       
+PG32 -21066.304335   2561.475834  16000.337392   -227.349991  7  6  5  86       
+*  2011  4  2 19 15  0.00000000
+PG01    809.433986 -19475.184951 -18086.517664 999999.999999
+PG02  13622.565861  21608.101785  -8105.692810    328.533082  6  8  6 111       
+PG03 -20923.469514 -11257.463535 -12601.032697    696.711910  4  6  6 117       
+PG04   5803.865939  25508.546381   3115.089867     77.543329  5  7  7 129       
+PG05  11673.783921   9985.184604 -21687.227252   -138.630387  8  8  6 113       
+PG06 -17350.119526 -13735.911857 -14679.335060   -238.699043  5  7  6 114       
+PG07  -8204.153829  16678.386964 -18888.872364      7.135303  7  8  6 116       
+PG08  -2100.942413  23573.654596 -11445.762542      7.644547 10  9  9 130       
+PG09  15696.436209   3419.419918  20607.883636     71.405319  6  2  6 111       
+PG10  -2449.526291  20288.754724 -16975.601331    -70.529547  7  5  3  75       
+PG11 -19147.564033  -2982.900616  17973.334434   -139.480205  4  7  6 111       
+PG12  20512.953207  -6640.130476  15424.328523    -14.662750  5  3  7 132       
+PG13 -17882.826851   7252.561088 -18416.695424    276.673798  4  5  5 105       
+PG14   -511.535055 -15267.888259  21897.797289    141.484898  7  8  2  96       
+PG15  26321.200688   3446.269715   2353.549517   -138.330067  4  6  7  98       
+PG16  -9488.936090 -11547.201066 -21912.366429   -162.249550  6  9  5 114       
+PG17   -103.676712  15568.157071  21674.365208    184.240628  7  6  7 112       
+PG18  15217.187891 -21115.061379   4474.594669    129.793998  6  9  7 113       
+PG19 -25435.034246  -8252.329973   -719.880113   -126.430504  7  8  6 141       
+PG20 -20849.276084  11023.152854  12006.350209     48.841123  3  5  6 126       
+PG21   7935.452376 -17813.746633 -17355.457556   -134.714722 11  9  6 112       
+PG22   6709.712441 -21854.944001  13600.847632    150.770825  6  9  6 115       
+PG23 -25390.649603    183.996301  -8366.347419    315.994336  3  4  7 119       
+PG24 -15925.389206   -399.323634  21341.568892 999999.999999
+PG25  19248.270074 -17884.290712   3803.677507     -1.012592  8  7  8 115       
+PG26  21619.780966  12971.949599  -9585.645010   -161.786571  8  6  6 114       
+PG27  17022.204153   9247.467294  18970.970707    251.769853  8  6  9 140       
+PG28 -10192.834729  21706.796075  11643.291929     28.967616  6 10  7 109       
+PG29  20561.622199  -6003.439366 -15592.846798    196.939743  6  3  5 131       
+PG30  -3496.157858 -17658.267993 -19928.072007    333.950137  7  7  4 136       
+PG31  -6986.928926 -25475.580224   1386.811210     61.275088  7  8  5 113       
+PG32 -19753.605782   1173.738864  17804.932977   -227.357064  8  6  6 103       
+*  2011  4  2 19 30  0.00000000
+PG01   2183.092930 -20869.763326 -16306.860469 999999.999999
+PG02  13649.110247  22423.645652  -5463.308318    328.534983  6  8  5 120       
+PG03 -19412.941963 -11415.213120 -14735.671997    696.716588  5  6  6 116       
+PG04   5300.058098  25110.383194   5882.666731     77.552712  4  7  7 102       
+PG05  10067.741306  11863.590336 -21536.194423   -138.635740  8  9  6  98       
+PG06 -15523.869778 -13720.670041 -16574.435865   -238.803806  6  7  6 117       
+PG07  -9045.340297  14600.017562 -20198.489700      7.136294  7  7  5 110       
+PG08  -2637.112167  22199.834241 -13872.768049      7.645813  9  9  9 121       
+PG09  16476.780673   5690.838345  19496.634672     71.408121  6  2  7 118       
+PG10  -3807.350222  21509.743421 -15058.996911    -70.530463  7  5  3 114       
+PG11 -20101.263754  -4808.146534  16535.192991   -139.482873  5  8  7 106       
+PG12  19396.222000  -5128.267532  17345.783724    -14.660251  5  4  7 125       
+PG13 -19763.486202   6652.522202 -16624.047923    276.672308  4  5  6 108       
+PG14   1905.606334 -14703.811136  22195.193742    141.486946  7  8  3 102       
+PG15  26382.880930   3732.426820   -468.912151   -138.327495  5  7  8 101       
+PG16  -7788.194327 -13366.751466 -21519.302203   -162.251928  7 10  6 112       
+PG17  -2513.380149  15068.408447  21862.573439    184.240859  7  5  6 109       
+PG18  15699.328291 -21124.510003   1682.218156    129.795964  6  8  8 101       
+PG19 -25141.074016  -8416.156765  -3537.308471   -126.434006  7  8  6 149       
+PG20 -20116.502181   9653.143813  14212.354293     48.841530  4  5  6 119       
+PG21   8848.156408 -15833.187075 -18800.005243   -134.716944 11  8  5 139       
+PG22   7853.182554 -22729.954646  11328.598898    150.770436  7  9  6 110       
+PG23 -26132.531987   -169.135719  -5673.484324    315.992050  4  3  7 131       
+PG24 -16560.894967  -2707.065106  20702.835074 999999.999999
+PG25  19057.748251 -17269.203509   6582.329363     -1.012896  8  7  8 110       
+PG26  20481.698624  12794.931067 -12108.779303   -161.796054  9  6  6 128       
+PG27  17685.105386  11072.964811  17276.059270    251.774699  8  6  9 140       
+PG28 -11100.498598  22399.744043   9087.111338     28.969383  6  9  6  95       
+PG29  22158.613376  -5454.850291 -13470.341167    196.942295  6  3  5 128       
+PG30  -2101.471652 -19267.022711 -18555.249940    333.951027  7  7  5 135       
+PG31  -6684.761536 -25260.966064   4268.561127     61.279659  7  8  5  94       
+PG32 -18382.789792   -405.445991  19305.194287   -227.363881  8  6  6 101       
+*  2011  4  2 19 45  0.00000000
+PG01   3351.973764 -22162.237763 -14247.055160 999999.999999
+PG02  13594.730131  22961.908902  -2729.515457    328.537156  6  7  5 129       
+PG03 -17689.886981 -11645.533258 -16626.543944    696.722476  5  6  5 118       
+PG04   4655.840987  24451.525639   8546.300510     77.562140  5  7  7  90       
+PG05   8581.947704  13792.057746 -21014.964162   -138.640931  9  9  6  99       
+PG06 -13499.033785 -13780.406759 -18183.397206   -238.908191  6  7  5 105       
+PG07 -10046.514923  12452.668704 -21158.711248      7.137286  7  7  4 117       
+PG08  -3332.747643  20608.978030 -16054.203028      7.643928  9  8  9 110       
+PG09  17317.147957   7777.570480  18034.024828     71.409682  7  3  7 113       
+PG10  -4962.712250  22616.628343 -12882.431073    -70.531637  8  5  3 112       
+PG11 -21019.210738  -6447.404551  14809.527296   -139.485900  5  8  7 112       
+PG12  18240.211871  -3400.337550  18967.445682    -14.657687  6  4  6 131       
+PG13 -21461.740194   6203.091878 -14548.787375    276.671316  4  5  6  96       
+PG14   4363.920385 -14273.842647  22116.302172    141.489170  7  7  3  93       
+PG15  26143.218967   3982.665423  -3283.383200   -138.325048  6  8  8 118       
+PG16  -6227.741634 -15226.360266 -20753.569645   -162.254629  8 10  6 114       
+PG17  -4948.466550  14695.531619  21679.261797    184.241165  7  5  6 106       
+PG18  15986.553907 -20903.596796  -1139.699002    129.797899  6  7  8 108       
+PG19 -24549.440644  -8532.378617  -6295.114794   -126.437365  7  9  6 141       
+PG20 -19314.539486   8055.477744  16170.832024     48.841648  4  5  6 104       
+PG21   9904.932296 -13763.491088 -19904.596517   -134.719418 11  8  4 141       
+PG22   8790.688246 -23448.859193   8861.896305    150.769981  7  8  6 104       
+PG23 -26586.716549   -441.536446  -2884.937202    315.989803  5  4  7 116       
+PG24 -17280.416461  -4891.245160  19711.422941 999999.999999
+PG25  18718.163128 -16395.541126   9247.522481     -1.013197  8  7  8 115       
+PG26  19073.863021  12630.764503 -14433.877399   -161.805618  9  7  6 122       
+PG27  18362.334965  12678.157461  15300.906242    251.778314  8  6 10 140       
+PG28 -11786.391079  22909.515980   6375.276154     28.971362  7  9  6  81       
+PG29  23530.452818  -5030.204540 -11114.410767    196.944509  6  4  6 128       
+PG30   -887.743528 -20808.083619 -16872.702826    333.952560  7  6  5 124       
+PG31  -6248.294817 -24764.146737   7076.171519     61.284068  7  8  6  84       
+PG32 -16997.029525  -2160.679232  20476.998109   -227.370930  8  6  6  84       
+*  2011  4  2 20  0  0.00000000
+PG01   4317.220146 -23308.393209 -11942.041304 999999.999999
+PG02  13424.353000  23229.565793     49.895636    328.538968  6  7  5 123       
+PG03 -15786.926002 -11971.668240 -18242.760574    696.726197  6  6  5 125       
+PG04   3847.315572  23560.239334  11058.733715     77.571496  5  7  8 104       
+PG05   7239.244689  15728.174514 -20132.176134   -138.646097  9  9  7  92       
+PG06 -11312.632632 -13937.417190 -19477.655829   -239.013702  7  7  5 106       
+PG07 -11200.777076  10285.210694 -21753.506127      7.138122  7  7  4 121       
+PG08  -4204.294046  18845.543645 -17952.279722      7.644138  9  8  9 118       
+PG09  18180.589171   9645.974305  16247.533760     71.413056  7  3  7 114       
+PG10  -5918.056585  23567.037177 -10482.601589    -70.531065  8  4  4 127       
+PG11 -21865.636303  -7886.738616  12827.482695   -139.488866  5  8  7 112       
+PG12  17087.472245  -1476.523281  20261.745299    -14.655420  6  4  6 130       
+PG13 -22937.204562   5883.249554 -12225.947005    276.669610  4  5  6 107       
+PG14   6814.057549 -13985.322745  21662.032760    141.491399  7  7  4  95       
+PG15  25602.853482   4233.347296  -6041.894075   -138.322277  7  8  8 103       
+PG16  -4829.995969 -17081.262814 -19627.604724   -162.256943  9 10  7 132       
+PG17  -7360.849108  14453.962055  21126.839802    184.241199  7  5  6 109       
+PG18  16105.751957 -20430.044838  -3941.477488    129.799419  6  6  8 103       
+PG19 -23663.507658  -8638.347468  -8946.748749   -126.440956  8  9  6 149       
+PG20 -18482.622387   6244.504809  17847.441149     48.842100  4  5  6 107       
+PG21  11100.289997 -11652.520286 -20650.301236   -134.721688 11  8  3 119       
+PG22   9532.743674 -23975.142971   6242.756681    150.769763  7  8  6 120       
+PG23 -26739.419447   -668.503444    -47.759284    315.987773  6  6  7 125       
+PG24 -18056.643678  -6914.908939  18384.831618 999999.999999
+PG25  18268.256097 -15257.551980  11753.305271     -1.013485  8  6  8 116       
+PG26  17418.577141  12516.212495 -16523.802267   -161.814925  9  7  6 128       
+PG27  19014.471938  14043.812883  13076.633796    251.781657  8  6 10 142       
+PG28 -12266.870859  23198.854937   3553.524599     28.973498  7  9  6  95       
+PG29  24644.916439  -4703.381882  -8565.997252    196.947168  6  4  5 123       
+PG30    141.810249 -22237.240896 -14907.643282    333.955535  7  6  5 115       
+PG31  -5648.259050 -24012.452192   9761.218998     61.288640  7  8  6  82       
+PG32 -15636.887530  -4069.070956  21301.940762   -227.377636  8  6  6 100       
+*  2011  4  2 20 15  0.00000000
+PG01   5088.188805 -24266.518478  -9431.115861 999999.999999
+PG02  13105.612888  23240.912609   2828.476036    328.541022  6  7  5 110       
+PG03 -13741.285836 -12410.977003 -19557.849770    696.730530  7  6  5 117       
+PG04   2856.968532  22470.868439  13375.356182     77.580666  5  7  8 102       
+PG05   6054.916024  17626.861637 -18902.708058   -138.651709  9  9  7  97       
+PG06  -9006.498489 -14207.557898 -20433.997456   -239.118152  8  7  5 131       
+PG07 -12492.968139   8145.216113 -21973.216508      7.139073  7  7  4 124       
+PG08  -5259.857779  16957.878978 -19534.556955      7.643264  9  8  9 105       
+PG09  19026.319831  11270.876391  14170.467111     71.415640  7  4  7 113       
+PG10  -6683.691103  24321.377898  -7900.406289    -70.531542  8  4  4 131       
+PG11 -22604.529690  -9119.781204  10624.370957   -139.491718  5  8  7 116       
+PG12  15977.299811    615.158282  21206.850053    -14.652962  6  3  6 130       
+PG13 -24155.398482   5665.397604  -9694.808468    276.668322  4  5  7 114       
+PG14   9206.233205 -13837.236517  20839.587851    141.493453  6  7  5  95       
+PG15  24770.929168   4520.172145  -8697.393676   -138.319818  8  9  8 112       
+PG16  -3609.330775 -18884.230943 -18160.218196   -162.259507  9 10  7 145       
+PG17  -9702.492132  14340.116451  20213.956033    184.241365  7  5  6 114       
+PG18  16088.590584 -19689.000763  -6673.458357    129.801218  6  6  8 101       
+PG19 -22495.082268  -8770.494819 -11447.341875   -126.444287  8  9  6 150       
+PG20 -17658.067844   4242.484831  19212.767889     48.842118  4  5  6 100       
+PG21  12420.870528  -9547.416588 -21025.057505   -134.723849 10  8  3 127       
+PG22  10096.843660 -24276.571501   3516.006149    150.769184  7  7  6 117       
+PG23 -26585.256831   -887.165539   2790.223745    315.985420  7  7  7 128       
+PG24 -18857.068353  -8747.180652  16746.121979 999999.999999
+PG25  17748.397976 -13858.120356  14056.473739     -1.013789  8  6  7 126       
+PG26  15545.221932  12483.840378 -18345.279008   -161.824805  9  7  6 123       
+PG27  19600.010360  15158.498247  10638.475880    251.785215  7  7 10 141       
+PG28 -12565.365629  23235.874984    670.122218     28.975557  7  8  6  89       
+PG29  25476.972836  -4443.224754  -5869.339844    196.949715  6  5  6 118       
+PG30    991.886350 -23511.443580 -12692.084872    333.958406  7  5  6 125       
+PG31  -4861.512116 -23039.962397  12277.697346     61.292912  7  7  6  96       
+PG32 -14338.863379  -6100.981745  21767.535419   -227.384412  8  6  7 100       
+*  2011  4  2 20 30  0.00000000
+PG01   5681.914859 -24999.020358  -6757.283321 999999.999999
+PG02  12610.210406  23017.226228   5559.827020    328.542898  7  7  6 111       
+PG03 -11593.575895 -12974.186184 -20550.123556    696.734304  7  6  4 119       
+PG04   1674.603875  21222.467445  15455.070551 999999.999999
+PG05   5036.240812  19441.983770 -17347.441864   -138.656984  9  9  7 108       
+PG06  -6625.848053 -14599.499105 -21035.020410   -239.222705  8  7  4 113       
+PG07 -13900.158298   6077.279500 -21814.683335      7.140097  7  7  4 128       
+PG08  -6498.754416  14996.365184 -20774.478028      7.643346  9  8  8 103       
+PG09  19811.441732  12636.309289  11841.197939     71.418455  7  4  7 115       
+PG10  -7277.234955  24844.424258  -5180.270729    -70.532788  8  5  4 127       
+PG11 -23201.049934 -10147.699931   8238.983669   -139.494435  6  7  7 122       
+PG12  14944.250490   2839.762439  21787.008530    -14.650435  6  3  6 131       
+PG13 -25088.978200   5516.568394  -6998.273036    276.667144  5  5  7 100       
+PG14  11491.929533 -13820.280660  19662.379275    141.495509  5  7  5  98       
+PG15  23664.802735   4876.621049 -11204.531095   -138.316808  8  9  8 127       
+PG16  -2571.650303 -20587.306435 -16376.312761   -162.261918 10 10  7 121       
+PG17 -11927.054874  14342.550154  18955.407267    184.241655  7  5  6 107       
+PG18  15970.114407 -18673.826260  -9286.958755    129.803050  6  6  8  98       
+PG19 -21064.068645  -8962.786173 -13754.428703   -126.447775  9  9  6 147       
+PG20 -16874.781896   2078.930762  20242.871734     48.842286  4  5  5 105       
+PG21  13845.899818  -7492.841560 -21023.816868   -134.726128 10  8  4 127       
+PG22  10506.615183 -24326.508518    728.526094    150.768605  7  7  7 114       
+PG23 -26127.443007  -1134.894362   5581.170596    315.983134  8  7  7 133       
+PG24 -19645.246135 -10364.216521  14823.505663 999999.999999
+PG25  17198.925673 -12208.832434  16117.320772     -1.014066  8  6  7 128       
+PG26  13489.301432  12560.764967 -19869.296979   -161.833958  9  7  6 122       
+PG27  20076.904598  16018.897973   8025.366606    251.787520  7  7 10 146       
+PG28 -12711.360344  22995.468019  -2224.938594     28.977544  7  8  6  95       
+PG29  26009.670040  -4214.948302  -3071.187667    196.952002  6  6  6 111       
+PG30   1674.789079 -24590.368718 -10262.411399    333.961495  7  5  6 113       
+PG31  -3872.101775 -21886.125285  14582.793583     61.297456  6  7  6 107       
+PG32 -13134.124767  -8221.007583  21867.313060   -227.391332  8  6  7 114       
+*  2011  4  2 20 45  0.00000000
+PG01   6122.274121 -25473.900761  -3966.530611 999999.999999
+PG02  11915.130213  22585.882170   8198.305960    328.545039  7  7  6 108       
+PG03  -9386.455960 -13664.886618 -21202.989374    696.738999  7  6  4 116       
+PG04    297.974165  19857.250000  17261.086812     77.599465  5  6  8 119       
+PG05   4182.363619  21128.016185 -15492.924079   -138.662096 10  8  7 104       
+PG06  -4217.717295 -15114.267221 -21269.500008   -239.327692  8  7  4 111       
+PG07 -15392.441995   4121.469585 -21281.257733      7.141204  7  7  5 124       
+PG08  -7911.423491  13011.512151 -21651.775612      7.644090  8  8  8  89       
+PG09  20492.740429  13735.855518   9302.318872     71.420425  8  5  7 114       
+PG10  -7722.768138  25106.761434  -2369.387858    -70.533915  8  5  4 118       
+PG11 -23622.885111 -10978.877129   5712.868943   -139.497270  6  7  7 116       
+PG12  14016.855306   5156.588759  21992.785620    -14.647921  6  3  7 133       
+PG13 -25718.717125   5399.846081  -4182.168056    276.665849  5  5  7 108       
+PG14  13625.561897 -13917.254778  18149.847781    141.497894  5  7  6 101       
+PG15  22309.449906   5332.485209 -13520.412753   -138.314273  9  9  8  96       
+PG16  -1714.305370 -22143.587545 -14306.480510   -162.264519 10 10  7 114       
+PG17 -13991.486858  14442.427453  17371.946221    184.241841  7  6  5 113       
+PG18  15787.195402 -17386.567849 -11735.228116    129.805004  7  6  8 106       
+PG19 -19397.840735  -9245.267229 -15828.639056   -126.451333  9  8  7 147       
+PG20 -16161.913508   -210.336820  20919.727894     48.842138  5  6  5 105       
+PG21  15347.960239  -5529.354699 -20648.523713   -134.728668 10  8  5 126       
+PG22  10790.727106 -24105.038580  -2071.550357    150.768115  7  6  7 111       
+PG23 -25377.683996  -1447.707094   8277.981613    315.980644  8  8  6 126       
+PG24 -20382.212572 -11749.891797  12649.860138 999999.999999
+PG25  16658.491871 -10329.710800  17900.324232     -1.014344  8  6  6 120       
+PG26  11291.295347  12767.606425 -21071.461687   -161.843444  9  7  6 128       
+PG27  20404.171026  16629.858361   5279.467174    251.791033  6  7  9 150       
+PG28 -12739.126222  22460.484735  -5080.815244     28.979671  7  7  6  97       
+PG29  26234.716707  -3981.693148   -219.971534    196.954413  7  6  6 113       
+PG30   2209.837031 -25437.922459  -7658.868533    333.964247  7  4  7 113       
+PG31  -2672.038572 -20594.194074  16637.588823     61.301737  6  6  6  91       
+PG32 -12047.462753 -10389.168730  21600.832620   -227.397932  8  6  7 109       
+*  2011  4  2 21  0  0.00000000
+PG01   6438.873093 -25666.037371  -1107.038089 999999.999999
+PG02  11003.673438  21979.263005  10699.722752    328.546970  7  6  6 115       
+PG03  -7163.237775 -14479.290053 -21505.202849    696.742558  8  6  4 112       
+PG04  -1266.917200  18418.921096  18761.625786     77.608693  5  7  7 122       
+PG05   3484.487495  22641.704343 -13370.924792   -138.667563 10  8  7 115       
+PG06  -1829.317786 -15745.100149 -21132.643003   -239.431931  9  7  4 118       
+PG07 -16934.008978   2311.971764 -20382.700906      7.142257  7  7  6 120       
+PG08  -9479.706808  11052.085446 -22152.741209      7.644359  8  8  8 108       
+PG09  21028.477941  14572.594663   6599.733524     71.422700  7  5  7 112       
+PG10  -8049.712636  25086.029377    483.118049    -70.534356  9  5  4 135       
+PG11 -23841.508250 -11628.322747   3089.587029   -139.499936  6  6  7 119       
+PG12  13216.587839   7520.571991  21821.186922    -14.645505  6  4  7 132       
+PG13 -26034.193944   5275.950825  -1294.497573    276.664513  6  6  7 117       
+PG14  15566.048449 -14103.765706  16327.184329    141.499755  5  7  6  94       
+PG15  20736.594576   5912.536119 -15605.323404   -138.311548  9  9  8 110       
+PG16  -1026.355973 -23508.997058 -11986.485453   -162.267060 11 10  7 106       
+PG17 -15857.514663  14614.290734  15489.986922    184.241950  7  6  5 111       
+PG18  15576.904926 -15838.078796 -13974.379675    129.806807  7  6  8 114       
+PG19 -17530.344908  -9642.755745 -17634.352180   -126.454994  9  8  7 148       
+PG20 -15542.710828  -2584.387270  21231.557709     48.842523  5  6  5 103       
+PG21  16894.038636  -3691.998222 -19907.938462   -134.731134 10  8  5 145       
+PG22  10981.598987 -23599.847407  -4835.677832    150.767840  7  6  7 111       
+PG23 -24355.769912  -1858.718289  10835.047562    315.978379  8  8  6 136       
+PG24 -21027.999949 -12896.199578  10262.177909 999999.999999
+PG25  16162.492387  -8248.627054  19374.761742     -1.014635  8  6  6 121       
+PG26   8995.355879  13117.673155 -21932.298727   -161.852589  9  8  6 126       
+PG27  20543.495464  17004.149686   2445.627468    251.795762  6  7  8 152       
+PG28 -12686.234399  21622.631776  -7846.753047     28.981676  7  7  6 105       
+PG29  26152.736470  -3706.158313   2635.048892    196.956788  7  6  6 115       
+PG30   2622.497268 -26023.617622  -4924.978736    333.967910  7  3  7 122       
+PG31  -1261.753630 -19209.547609  18407.674681     61.306440  6  6  6 108       
+PG32 -11096.502721 -12562.257140  20973.606392   -227.404839  8  6  7 112       
+*  2011  4  2 21 15  0.00000000
+PG01   6665.708742 -25558.215045   1771.660051 999999.999999
+PG02   9866.268544  21233.494894  13022.020283    328.548725  7  6  6 113       
+PG03  -4966.465764 -15406.255349 -21451.059860    696.746622  8  6  4 118       
+PG04  -3005.856160  16950.964206  19930.514349     77.617962  5  7  7 112       
+PG05   2926.383267  23943.651748 -11017.901566   -138.672759 10  8  7 120       
+PG06    493.620657 -16477.625280 -20626.223353   -239.536238  9  7  5 104       
+PG07 -18484.447840    675.970269 -19134.977087      7.142920  8  7  7 126       
+PG08 -11177.471617   9163.339556 -22270.360915      7.644898  8  8  8 103       
+PG09  21380.103983  15158.668781   3781.715341     71.425377  7  6  7 105       
+PG10  -8291.487341  24767.908021   3327.087539    -70.535547  8  5  4 135       
+PG11 -23833.285047 -12116.850039    413.959015   -139.502667  6  5  7 122       
+PG12  12557.120512   9883.837634  21275.672887    -14.643164  6  5  7 130       
+PG13 -26034.160512   5104.926270   1615.352633    276.663105  7  6  7 113       
+PG14  17278.224058 -14349.221439  14224.954255    141.501855  4  7  6 112       
+PG15  18983.591553   6635.388334 -17423.399768   -138.308561 10  8  8 103       
+PG16   -489.172674 -24643.959779  -9456.639111   -162.269731 11  9  7 114       
+PG17 -17492.962755  14827.102880  13341.208429    184.242079  7  6  6 113       
+PG18  15374.877759 -14047.782856 -15964.271775    129.808633  7  6  7 116       
+PG19 -15500.962328 -10173.728681 -19140.303168   -126.458114  9  8  7 140       
+PG20 -15033.626458  -4998.581960  21173.040008     48.842426  6  7  6 104       
+PG21  18446.798252  -2009.143217 -18817.319253   -134.733666 10  9  6 138       
+PG22  11113.958733 -22806.821835  -7515.759005    150.767306  7  7  7 104       
+PG23 -23088.879831  -2396.697167  13208.981006    315.976034  9  7  6 136       
+PG24 -21543.199037 -13803.349457   7700.958185 999999.999999
+PG25  15741.632701  -6000.414694  20515.241440     -1.014923  7  6  5 115       
+PG26   6647.888868  13616.403286 -22437.511099   -161.861889  9  8  6 122       
+PG27  20460.792336  17161.944327   -429.220356    251.801707  7  7  6 141       
+PG28 -12591.910447  20483.036229 -10473.065506     28.983885  7  6  6 112       
+PG29  25773.187298  -3352.249017   5444.646457    196.959076  8  6  6 125       
+PG30   2943.272866 -26323.774293  -2106.882156    333.970061  7  2  7 107       
+PG31    349.771554 -17777.959984  19863.678599     61.311007  5  5  6 106       
+PG32 -10291.193198 -14695.293289  19996.946791   -227.411518  8  6  7 113       
+*  2011  4  2 21 30  0.00000000
+PG01   6839.650108 -25141.864428   4619.550780 999999.999999
+PG02   8501.030829  20387.055432  15125.932300    328.550867  7  5  5 119       
+PG03  -2836.523192 -16427.585646 -21040.525007    696.750842  8  6  5 127       
+PG04  -4896.798503  15494.956680  20747.658786 999999.999999
+PG05   2485.195890  24999.773965  -8474.376674   -138.678245  9  7  7 113       
+PG06   2708.454521 -17290.356648 -19758.593161   -239.640517  9  7  5 117       
+PG07 -20000.230659   -767.190342 -17559.945674      7.143855  8  7  7 116       
+PG08 -12971.546369   7385.424880 -22004.322735      7.645562  9  8  8 108       
+PG09  21513.816470  15514.497696    897.960270     71.427621  7  7  7 164       
+PG10  -8483.990181  24146.798130   6112.263429    -70.535121  8  5  4 125       
+PG11 -23580.395727 -12470.050966  -2268.678973   -139.505517  6  5  7 130       
+PG12  12043.895464  12197.362373  20366.064982    -14.640470  7  5  8 133       
+PG13 -25726.572796   4847.866406   4497.444019    276.661457  7  6  7 115       
+PG14  18734.044305 -14618.080111  11878.626777    141.503996  4  7  6 100       
+PG15  17092.103578   7512.599231 -18943.245893   -138.306233 10  8  8  97       
+PG16    -77.354128 -25514.919986  -6761.080323   -162.272143 11  9  7 127       
+PG17 -18872.855960  15045.526162  10962.059567    184.242179  7  6  6 121       
+PG18  15213.740626 -12043.086310 -17669.314262    129.810484  8  6  8 109       
+PG19 -13353.169828 -10849.448075 -20320.131874   -126.461716  9  7  7 147       
+PG20 -14643.707878  -7406.124795  20745.399221     48.842606  7  7  6 102       
+PG21  19966.014042   -501.637199 -17397.980539   -134.736317 10  9  6 141       
+PG22  11223.305870 -21730.341970 -10065.009168    150.766833  8  7  7 121       
+PG23 -21610.622677  -3084.783523  15359.321133    315.973789  9  7  6 134       
+PG24 -21890.508690 -14479.564497   5009.549525 999999.999999
+PG25  15420.689596  -3625.716058  21302.139498     -1.015179  7  6  5 127       
+PG26   4296.062049  14261.079866 -22578.190052   -161.871568  9  8  6 121       
+PG27  20127.659462  17130.018558  -3296.737203    251.806493  8  8  4 173       
+PG28 -12495.296380  19052.441109 -12912.133196     28.985830  7  6  6  87       
+PG29  25113.950973  -2886.674015   8160.480555    196.961595  8  6  7 124       
+PG30   3206.379778 -26322.493969    747.391601    333.971213  7  2  7 119       
+PG31   2145.203430 -16343.885595  20981.693854     61.315562  5  5  5  94       
+PG32  -9633.585054 -16743.041199  18687.740383   -227.418164  8  6  7 118       
+*  2011  4  2 21 45  0.00000000
+PG01   6998.801885 -24417.475495   7387.035986 999999.999999
+PG02   6914.048611  19479.300693  16975.611597    328.552923  6  5  5 111       
+PG03   -810.310016 -17518.590011 -20279.292782    696.754916  8  6  5 128       
+PG04  -6910.573154  14088.984701  21199.386759 999999.999999
+PG05   2132.516752  25782.561366  -5784.237964   -138.683640  9  6  7 115       
+PG06   4777.113012 -18155.494055 -18544.565478   -239.745278  9  7  6 125       
+PG07 -21436.321267  -2006.535859 -15684.959906      7.144738  9  8  7 129       
+PG08 -14822.925328   5752.026137 -21360.903576      7.646150  9  9  8  93       
+PG09  21401.912243  15667.689498  -2001.343243     71.429945  7  7  7 164       
+PG10  -8663.970033  23226.163880   8789.248194    -70.537811  8  6  4 132       
+PG11 -23071.541394 -12717.113877  -4913.205412   -139.508179  6  4  6 131       
+PG12  11674.023504  14412.676407  19108.347776    -14.638083  7  6  8 135       
+PG13 -25128.280580   4468.615333   7302.135401    276.660649  8  6  7 105       
+PG14  19913.532001 -14871.309168   9328.014044    141.506021  5  7  6 100       
+PG15  15106.621176   8548.041673 -20138.479889   -138.303415 10  8  8 113       
+PG16    240.075764 -26095.635278  -3946.973413   -162.274671 10  8  7 122       
+PG17 -19980.258299  15231.390776   8393.169510    184.242400  7  6  6 102       
+PG18  15121.675350  -9858.461578 -19059.177356    129.812324  8  6  7 117       
+PG19 -11133.045907 -11673.361465 -21152.864475   -126.465188  9  6  7 147       
+PG20 -14374.297043  -9759.698946  19956.369036     48.842814  8  7  6 110       
+PG21  21410.106638    817.722556 -15676.749368   -134.738938 10  8  6 139       
+PG22  11344.342114 -20383.250245 -12438.807608    150.766608  7  7  7 111       
+PG23 -19959.846904  -3939.410500  17249.202681    315.971357  9  7  5 133       
+PG24 -22036.216962 -14940.585487   2233.452153 999999.999999
+PG25  15217.516144  -1169.607433  21721.936991     -1.015402  7  6  4 129       
+PG26   1986.285159  15040.830201 -22350.978160   -161.880738  9  8  6 115       
+PG27  19522.671484  16940.695379  -6107.919565    251.811626  8  9  6 177       
+PG28 -12433.694599  17351.011143 -15119.394176     28.988110  7  6  6 104       
+PG29  24200.610686  -2280.429735  10735.928584    196.964080  8  5  7 127       
+PG30   3448.258580 -26012.363944   3588.713364    333.972198  7  2  7 114       
+PG31   4099.370840 -14948.823243  21743.612163     61.319990  5  6  5  98       
+PG32  -9117.904275 -18661.529884  17068.154583   -227.425021  8  6  8 122       
+*  2011  4  2 22  0  0.00000000
+PG01   7180.815782 -23394.666635  10025.827235 999999.999999
+PG02   5119.382646  18548.962631  18539.220981    328.554700  6  5  5  96       
+PG03   1079.962473 -18648.894893 -19178.777054    696.759169  8  6  5 117       
+PG04  -9011.876540  12766.223602  21278.652641     77.645547  6  7  6 114       
+PG05   1835.679959  26272.100361  -2993.975447   -138.688663  9  5  6 116       
+PG06   6667.405118 -19039.993760 -17005.168930   -239.849826  9  7  6 121       
+PG07 -22747.845795  -3039.668585 -13542.380497      7.145765  9  8  8 114       
+PG08 -16688.189471   4289.278290 -20352.746056      7.644875  9 10  8 103       
+PG09  21023.881153  15651.701763  -4866.407051     71.432851  8  7  7 161       
+PG10  -8867.357374  22018.517781  11310.458091    -70.539193  8  6  4 137       
+PG11 -22302.413741 -12889.529876  -7475.418017   -139.510745  7  4  6 139       
+PG12  11436.512208  16483.543874  17524.372174    -14.635641  8  7  8 137       
+PG13 -24264.384594   3935.373384   9980.940223    276.659350  8  6  7 112       
+PG14  20805.427409 -15068.000920   6616.625843    141.508376  6  7  6 104       
+PG15  13072.880108   9737.575650 -20988.202320   -138.300850 10  7  7 123       
+PG16    498.240037 -26368.192156  -1063.641485   -162.277016 10  7  6 129       
+PG17 -20806.812223  15345.297445   5678.671505    184.242517  8  6  6 121       
+PG18  15121.180710  -7534.241435 -20109.383575    129.813927  9  7  7 101       
+PG19  -8887.674956 -12640.803414 -21623.317855   -126.468636  9  6  7 147       
+PG20 -14219.050166 -12013.124279  18820.033322     48.842670  8  6  7 119       
+PG21  22737.709443   1944.381079 -13685.341070   -134.740886  9  8  6 134       
+PG22  11509.433167 -18786.495232 -14595.517882    150.766222  7  8  7 106       
+PG23 -18179.260208  -4969.475852  18845.979374    315.969230  9  6  5 128       
+PG24 -21951.559913 -15208.901483   -580.411168 999999.999999
+PG25  15142.328669   1319.945037  21767.450459     -1.015583  7  6  4 136       
+PG26   -237.291997  15936.912800 -21758.181831   -161.889792  9  8  6 123       
+PG27  18632.456287  16630.556494  -8813.904254    251.817309  9  9  8 172       
+PG28 -12440.872471  15407.746050 -17054.296504     28.990200  7  6  6 121       
+PG29  23065.446720  -1510.113497  13126.880490    196.966605  8  5  7 123       
+PG30   3705.975213 -25394.856948   6367.695579    333.974515  7  3  7 111       
+PG31   6180.072438 -13629.818248  22137.358543     61.324467  5  6  5  79       
+PG32  -8730.912306 -20409.530216  15165.281862   -227.431526  8  6  8 117       
+*  2011  4  2 22 15  0.00000000
+PG01   7421.218347 -22091.904009  12489.823142 999999.999999
+PG02   3138.774583  17632.669916  19789.478804    328.556655  6  5  5 110       
+PG03   2807.817457 -19783.482558 -17756.024032    696.763981  8  6  6 119       
+PG04 -11160.513866  11553.740859  20985.105270     77.654952  6  7  7 109       
+PG05   1559.231379  26456.812081   -151.867356   -138.693979  9  4  6 129       
+PG06   8354.093083 -19906.868199 -15167.277494   -239.954546  9  7  7 113       
+PG07 -23891.762526  -3872.644511 -11169.013442      7.146638  9  8  8 132       
+PG08 -18521.084890   3014.993529 -18998.536640      7.645171  9 10  8 113       
+PG09  20367.209598  15504.315784  -7648.683027     71.434747  8  8  7  89       
+PG10  -9127.625811  20545.044526  13631.049909    -70.540378  7  6  4 139       
+PG11 -21275.915697 -13019.736395  -9912.706141   -139.513662  7  5  6 133       
+PG12  11312.811930  18367.559071  15641.466234    -14.633045  8  7  7 141       
+PG13 -23167.282725   3222.145560  12487.376005    276.658058  8  6  6 105       
+PG14  21407.513878 -15167.083450   3790.948149    141.510359  7  7  7  96       
+PG15  11036.235528  11069.033925 -21477.377389   -138.298007 10  7  7 115       
+PG16    734.809525 -26323.700321   1838.346216   -162.279690  9  6  6 129       
+PG17 -21352.953377  15348.291819   2865.449517    184.242608  8  7  6 126       
+PG18  15228.087586  -5115.176607 -20801.767411    129.815842 10  7  7 112       
+PG19  -6663.507719 -13739.014208 -21722.417247   -126.471795  9  6  6 149       
+PG20 -14164.275231 -14122.969428  17356.548871     48.842956  9  7  7 121       
+PG21  23909.205665   2881.888959 -11459.675782   -134.743557  9  8  6 132       
+PG22  11747.165252 -16968.461606 -16497.259143    150.765348  7  8  6  96       
+PG23 -16313.907659  -6175.795274  20121.792087    315.967031  9  6  5 125       
+PG24 -21613.908570 -15312.735082  -3384.446604 999999.999999
+PG25  15197.303240   3793.739546  21437.952448     -1.015837  7  6  5 141       
+PG26  -2334.216773  16923.288047 -20807.828851   -161.899119  9  8  6 118       
+PG27  17452.502458  16238.962542 -11366.826353    251.821180  9 10  9 138       
+PG28 -12545.506407  13259.517890 -18681.182428     28.992255  7  7  5  96       
+PG29  21746.190760   -559.015332  15292.483235    196.969113  8  4  7 121       
+PG30   4015.571849 -24480.401542   9035.571378    333.976617  7  4  6 113       
+PG31   8349.144102 -12418.155019  22157.029525     61.329197  5  7  6  98       
+PG32  -8452.539361 -21949.938278  13010.725715   -227.438159  7  6  8 118       
+*  2011  4  2 22 30  0.00000000
+PG01   7751.823929 -20535.880307  14735.950909 999999.999999
+PG02   1001.069829  16763.545669  20704.150266    328.558639  7  5  5  99       
+PG03   4353.359737 -20883.925607 -16033.543609    696.769719  8  6  7 120       
+PG04 -13312.833275  10471.568027  20325.021185     77.664283  6  7  8 107       
+PG05   1266.511998  26333.878569   2692.869345   -138.699156  8  3  6 124       
+PG06   9819.687654 -20716.661828 -13063.122186   -240.058995  9  7  8 120       
+PG07 -24828.468812  -4519.529113  -8605.481846      7.147678  9  9  9 131       
+PG08 -20274.196345   1938.219820 -17322.597240      7.644330  9 11  8  87       
+PG09  19427.873227  15265.989752 -10301.637977     71.436596  9  8  7 121       
+PG10  -9474.256168  18834.876858  15709.796340    -70.540631  7  6  4 149       
+PG11 -20002.129161 -13139.746995 -12184.685184   -139.516394  7  5  6 142       
+PG12  11277.656932  20027.599850  13491.960975    -14.630652  8  8  7 135       
+PG13 -21875.439471   2309.973290  14777.790344    276.656298  9  6  6 103       
+PG14  21726.602629 -15129.060698    899.655911    141.512626  8  8  7 108       
+PG15   9040.054120  12522.525054 -21597.119031   -138.295346 10  7  6 114       
+PG16    988.299439 -25962.636397   4708.112486   -162.282324  8  5  6 136       
+PG17 -21627.788612  15203.543963      2.320157    184.242718  9  7  6 125       
+PG18  15450.869625  -2648.820336 -21124.792245    129.817549 10  7  7 124       
+PG19  -4504.738962 -14947.480340 -21447.418145   -126.475341  8  6  7 147       
+PG20 -14189.571628 -16050.054828  15591.757163     48.843141  9  7  7 118       
+PG21  24888.177017   3641.455448  -9039.155982   -134.746334  9  8  6 134       
+PG22  12081.056584 -14964.010955 -18110.611382    150.764982  8  8  6 107       
+PG23 -14409.562575  -7550.861946  21054.071801    315.964871  8  6  4 127       
+PG24 -21007.740284 -15284.819410  -6131.153657 999999.999999
+PG25  15376.497121   6203.039598  20739.180182     -1.016091  7  6  5 131       
+PG26  -4269.059658  17967.461061 -19513.665098   -161.908599  8  8  6 126       
+PG27  15987.651999  15806.431334 -13720.716939    251.826088 10 10  9 130       
+PG28 -12769.839855  10949.768521 -19970.074649     28.994229  8  7  5 112       
+PG29  20284.588198    582.053059  17195.823373    196.971389  8  4  7 124       
+PG30   4410.433892 -23288.111075  11545.095125    333.981419  7  4  6 119       
+PG31  10563.745030 -11338.284601  21802.936869     61.333529  5  7  6  92       
+PG32  -8256.767956 -23251.019509  10640.132097   -227.444950  7  6  8 123       
+*  2011  4  2 22 45  0.00000000
+PG01   8199.298421 -18760.576363  16724.954115 999999.999999
+PG02  -1258.629850  15969.934288  21266.475124    328.560626  7  6  5 121       
+PG03   5703.890145 -21909.778880 -14039.054242    696.774017  7  6  7 132       
+PG04 -15423.291819   9532.075114  19311.109990     77.673703  7  7  9  95       
+PG05    921.292224  25909.338961   5490.947944   -138.704182  7  3  6 130       
+PG06  11054.932235 -21429.042161 -10729.694787   -240.164029  9  7  8 105       
+PG07 -25523.285670  -5001.651020  -5895.542106      7.148649 10  9  9 117       
+PG08 -21900.652562   1059.138673 -15354.402497      7.643174  9 12  8  75       
+PG09  18210.511114  14978.157152 -12781.455862     71.439303  9  9  7 118       
+PG10  -9931.370749  16924.052757  17509.887170    -70.541093  7  6  4 107       
+PG11 -18498.034213 -13279.815472 -14253.788413   -139.518939  7  6  6 144       
+PG12  11300.168154  21433.085288  11112.639441    -14.628242  9  8  7 142       
+PG13 -20431.924259   1187.898164  16812.147476    276.654984  8  6  6 102       
+PG14  21778.173554 -14917.712968  -2007.227436    141.514659  9  7  7 109       
+PG15   7124.185431  14071.045028 -21344.875284   -138.292630  9  7  6 151       
+PG16   1296.333298 -25294.822971   7495.414686   -162.284592  7  4  6 132       
+PG17 -21648.638614  14877.964571  -2860.835410    184.243093  9  7  6 135       
+PG18  15790.277235   -183.810856 -21073.719119    129.819329 10  7  7 132       
+PG19  -2451.764139 -16238.589203 -20802.024373   -126.478801  8  6  7 147       
+PG20 -14268.743969 -17760.788081  13556.694665     48.843018  9  6  7 122       
+PG21  25642.712658   4241.221055  -6465.923195   -134.748574  8  8  6 142       
+PG22  12528.477987 -12813.270552 -19407.238664    150.764769  8  8  6 105       
+PG23 -12511.088517  -9078.925856  21625.967467    315.962587  8  6  5 125       
+PG24 -20125.358034 -15161.011211  -8773.892827 999999.999999
+PG25  15666.097950   8501.256799  19683.232512     -1.016330  8  6  6 141       
+PG26  -6012.583585  19031.577075 -17895.083269   -161.918119  8  8  6 140       
+PG27  14252.242228  15372.934002 -15832.422481    251.829695 10 10 10 127       
+PG28 -13128.620727   8526.921463 -20897.337542     28.996281  8  7  5 125       
+PG29  18724.824568   1914.223140  18804.537453    196.973891  7  5  7 130       
+PG30   4919.741438 -21845.172869  13851.445297    333.984135  7  5  6 115       
+PG31  12777.814516 -10407.022623  21081.559712     61.338273  6  7  7 114       
+PG32  -8112.736405 -24287.472246   8092.669667   -227.451537  7  6  8 123       
+*  2011  4  2 23  0  0.00000000
+PG01   8783.933364 -16806.042538  18422.109882 999999.999999
+PG02  -3600.058803  15274.306517  21465.521989    328.562797  7  6  5 111       
+PG03   6854.259623 -22820.082939 -11805.137179    696.778756  7  6  8 122       
+PG04 -17446.088109   8739.667101  17962.201549 999999.999999
+PG05    489.391527  25197.851323   8193.883883   -138.709440  7  3  5 123       
+PG06  12058.956496 -22004.439788  -8208.056730   -240.268384  9  8  9 115       
+PG07 -25947.765556  -5346.583542  -3085.355120      7.149466 10  9  9 110       
+PG08 -23355.801078    369.297496 -13128.034627      7.643820  9 12  8  86       
+PG09  16728.285895  14681.534659 -15047.662907     71.442267 10  9  8 127       
+PG10 -10516.597788  14854.198041  18999.635714    -70.541970  7  6  4 152       
+PG11 -16786.991988 -13467.180087 -16085.812511   -139.521670  8  6  6 143       
+PG12  11345.174867  22560.992177   8544.118020    -14.625785  9  8  6 140       
+PG13 -18882.774153   -146.383860  18554.759491    276.653670  9  7  6 107       
+PG14  21585.682637 -14501.689192  -4879.209118    141.516801  9  7  7 112       
+PG15   5323.571271  15681.376844 -20724.505700   -138.289935  9  7  6 119       
+PG16   1693.947131 -24339.044683  10151.570421   -162.287290  6  4  6 140       
+PG17 -21440.260460  14343.690840  -5673.972697    184.243205 10  7  6 131       
+PG18  16239.307220   2231.873749 -20650.627147    129.821297 10  7  8 133       
+PG19   -539.775410 -17578.578023 -19796.395516   -126.482062  8  6  7 146       
+PG20 -14370.951202 -19228.280445  11287.013144     48.842871 10  7  7 109       
+PG21  26146.535169   4705.287794  -3784.109504   -134.751330  7  8  6 142       
+PG22  13099.828298 -10560.218135 -20364.416285    150.763994  9  9  6 104       
+PG23 -10660.833174 -10736.395080  21826.689076    315.960162  8  6  5 129       
+PG24 -18967.329783 -14978.790443 -11267.646488 999999.999999
+PG25  16044.990605  10645.551201  18288.357146     -1.016572  8  5  6 134       
+PG26  -7542.713462  20073.741239 -15976.975528   -161.927536  7  8  7 134       
+PG27  12269.872992  14976.177077 -17662.523190    251.835409 11 10 10 121       
+PG28 -13628.370640   6042.578167 -21446.190436     28.998641  9  8  5 116       
+PG29  17111.876741   3430.347691  20091.341496    196.976651  7  5  7 123       
+PG30   5567.072730 -20185.914035  15913.108284    333.986322  7  6  6 112       
+PG31  14943.646439  -9633.043253  20005.408549     61.342818  6  6  8 107       
+PG32  -7986.025303 -25041.274608   5410.461983   -227.458162  7  6  8 120       
+*  2011  4  2 23 15  0.00000000
+PG01   9518.681380 -14716.948541  19797.860155 999999.999999
+PG02  -5979.090255  14692.387057  21296.459237    328.564938  8  6  6 105       
+PG03   7806.943280 -23574.927025  -9368.797143    696.783915  7  6  8 120       
+PG04 -19336.795647   8090.808223  16302.827037     77.691743  7  7 11  80       
+PG05    -59.781793  24222.129312  10754.852785   -138.714796  7  5  5 115       
+PG06  12839.094305 -22405.668977  -5542.568948   -240.372704  9  8  9 117       
+PG07 -26080.775566  -5586.893654   -222.723454      7.150419 10  9  9 126       
+PG08 -24598.793594   -147.839453 -10681.587000      7.642463  9 13  8  98       
+PG09  15002.444731  14414.499555 -17063.674082     71.442552 10  9  8 126       
+PG10 -11240.215462  12670.991117  20153.073021    -70.543158  7  6  4 146       
+PG11 -14898.010481 -13724.930376 -17650.413738   -139.524254  8  6  6 145       
+PG12  11374.704748  23396.593881   5830.169622    -14.623276  9  8  6 141       
+PG13 -17275.244359  -1686.207389  19974.946749    276.652318  8  7  6 108       
+PG14  21179.560333 -13855.925326  -7666.228513    141.518875 10  7  7 109       
+PG15   3667.047371  17315.245871 -19746.248195   -138.287119  9  8  7 154       
+PG16   2212.004684 -23122.318728  12630.345956   -162.289871  5  4  6 141       
+PG17 -21033.779218  13579.379182  -8387.799713    184.243407 10  8  7 138       
+PG18  16783.504626   4552.614242 -19864.290188    129.823225 11  7  8 131       
+PG19   1202.446604 -18928.744882 -18447.038603   -126.485611  7  6  8 146       
+PG20 -14462.043050 -20433.202725   8822.323094     48.843145 10  6  7 130       
+PG21  26379.909498   5062.551678  -1039.096846   -134.753602  7  7  6 134       
+PG22  13797.999537  -8251.119541 -20965.450014    150.763589  9  9  6  72       
+PG23  -8897.114983 -12492.549244  21651.756747    315.957997  8  6  6 127       
+PG24 -17542.629502 -14775.701280 -13569.762585 999999.999999
+PG25  16485.619425  12598.288264  16578.632055     -1.016877  8  5  7 135       
+PG26  -8845.266509  21049.526087 -13789.501520   -161.936922  7  8  7 143       
+PG27  10072.790791  14649.944365 -19176.223556    251.841416 11 10 10 120       
+PG28 -14267.021876   3549.580504 -21607.055737     29.000303  9  8  5 126       
+PG29  15489.851708   5115.099767  21034.472416    196.979158  6  6  7 122       
+PG30   6369.223100 -18350.575304  17692.720161    333.989435  7  6  6 121       
+PG31  17013.525302  -9016.684376  18592.804811     61.347481  8  7  8 107       
+PG32  -7840.084064 -25502.284979   2637.974873   -227.464746  7  6  8 129       
+*  2011  4  2 23 30  0.00000000
+PG01  10408.492966 -12540.960091  20828.343987 999999.999999
+PG02  -8349.205642  14232.542289  20760.732717    328.567120  8  6  6 107       
+PG03   8571.824088 -24137.014452  -6770.928443    696.788944  7  6  8 124       
+PG04 -21053.932712   7574.366012  14362.707582     77.700589  7  7 11  79       
+PG05   -751.832700  23012.075952  13129.518105   -138.719830  6  6  4 127       
+PG06  13410.375461 -22599.461457  -2780.060485   -240.477678  8  8  9 118       
+PG07 -25909.316593  -5758.706156   2643.694459      7.151061 10 10 10 116       
+PG08 -25594.027749   -516.047672  -8056.526721      7.641595  9 13  8 106       
+PG09  13061.605065  14211.590951 -18797.261647     71.444122 11  8  8 108       
+PG10 -12104.611675  10422.476238  20950.416248    -70.543888  8  6  4 142       
+PG11 -12864.818993 -14071.034575 -18921.551948   -139.527070  8  6  6 141       
+PG12  11349.585968  23933.895282   3016.998861    -14.620899  8  8  6 140       
+PG13 -15656.015280  -3415.977944  21047.613021    276.651117  8  8  7  99       
+PG14  20595.938402 -12962.829174 -10319.563150    141.521261 10  7  8 104       
+PG15   2176.384618  18930.688478 -18426.573604   -138.284408  8  8  8 118       
+PG16   2875.789044 -21678.851806  14888.788436   -162.292362  5  5  6 141       
+PG17 -20465.370479  12571.249281 -10954.687657    184.243550 10  8  7 146       
+PG18  17401.578403   6736.732488 -18729.918748    129.824852 10  7  8 131       
+PG19   2753.495279 -20246.878286 -16776.581128   -126.488917  7  6  9 141       
+PG20 -14506.028871 -21364.349807   6205.474452     48.843472 10  6  8 115       
+PG21  26330.309998   5345.386071   1723.205728   -134.755943  8  7  7 133       
+PG22  14618.154550  -5932.882412 -21199.978323    150.763273  9  9  6 115       
+PG23  -7252.861343 -14310.543308  21103.147459    315.955718  8  6  7 127       
+PG24 -15868.471902 -14587.792093 -15640.670445 999999.999999
+PG25  16955.111955  14328.297070  14583.546761     -1.017145  8  5  7 134       
+PG26  -9914.409228  21913.621302 -11367.763387   -161.946220  7  8  7 139       
+PG27   7700.899037  14422.574973 -20344.185263    251.844157 12 10 10 115       
+PG28 -15033.939209   1100.028477 -21377.731377     29.002607  9  8  6 122       
+PG29  13900.375600   6945.387899  21618.035792    196.981335  6  7  7 124       
+PG30   7335.295412 -16383.838532  19157.842875    333.991280  7  6  6 124       
+PG31  18941.366172  -8550.068670  16867.579929     61.352005  9  7  9  97       
+PG32  -7637.749604 -25668.573483   -178.637430   -227.471233  7  6  9 130       
+*  2011  4  2 23 45  0.00000000
+PG01  11449.981862 -10327.008047  21495.820039 999999.999999
+PG02 -10663.078919  13895.457157  19866.141005    328.569143  9  6  7 105       
+PG03   9165.686405 -24473.170204  -4055.688028    696.794114  7  7  9 125       
+PG04 -22560.409283   7172.254494  12176.165204     77.709940  8  7 12  99       
+PG05  -1606.179662  21603.648962  15276.812556   -138.725156  6  7  4 124       
+PG06  13794.714683 -22557.850136     31.044860   -240.581705  8  8  9 118       
+PG07 -25429.048596  -5900.137154   5465.181890      7.152061 11 10 10 102       
+PG08 -26312.397392   -765.241566  -5297.025540      7.642933 10 13  8  96       
+PG09  10940.796647  14102.182280 -20220.948054     71.445826 11  8  8 111       
+PG10 -13104.081088   8157.297837  21378.401868    -70.545015  8  7  5 147       
+PG11 -10724.782550 -14517.560504 -19877.879678   -139.529640  9  7  6 139       
+PG12  11231.101057  24175.748538    152.479844    -14.618083  8  7  6 140       
+PG13 -14069.427491  -5311.569624  21753.722237    276.649852  9  8  7  98       
+PG14  19875.154613 -11813.180656 -12792.720473    141.523218 10  7  8 107       
+PG15    865.608370  20483.582396 -16787.928229   -138.281484  8  8  9 116       
+PG16   3703.827765 -20048.728514  16887.985012   -162.294566  5  5  7 142       
+PG17 -19774.746927  11313.833936 -13329.556240    184.243954 10  9  7 137       
+PG18  18066.299062   8747.894554 -17268.779595    129.826839 10  7  8 128       
+PG19   4100.013348 -21488.851616 -14813.425040   -126.492258  7  7  9 141       
+PG20 -14466.619532 -22018.895095   3481.789532     48.843332 10  6  8 122       
+PG21  25992.829900   5588.226717   4457.059164   -134.758977  8  6  7 125       
+PG22  15547.826463  -3651.392640 -21064.151411    150.762806 10  9  7  90       
+PG23  -5754.452848 -16148.668043  20189.332230    315.953335  8  7  8 131       
+PG24 -13969.843689 -14448.112820 -17444.557659 999999.999999
+PG25  17416.620260  15811.882143  12337.490866     -1.017438  8  5  8 134       
+PG26 -10752.813922  22621.572118  -8751.380422   -161.955450  6  8  8 130       
+PG27   5200.422888  14315.652111 -21143.271023    251.846099 12 10 10 125       
+PG28 -15910.323938  -1256.656036 -20763.384374     29.004438 10  9  7  99       
+PG29  12381.093105   8891.071255  21832.255922    196.984198  6  8  7 127       
+PG30   8466.107280 -14333.166380  20281.651753    333.993362  7  7  6 118       
+PG31  20684.301120  -8217.534752  14858.698010     61.356621 10  8  9 102       
+PG32  -7342.805373 -25546.469941  -2992.223116   -227.477852  8  6  9 136       
+EOF
diff --git a/util/data/igu16295_00.sp3 b/util/data/igu16295_00.sp3
new file mode 100644
index 0000000..8dc818e
--- /dev/null
+++ b/util/data/igu16295_00.sp3
@@ -0,0 +1,6167 @@
+#cP2011  3 31  0  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 345600.00000000   900.00000000 55651 0.0000000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  4  5  4  4  4  4  4  3  4  4  3  4  4  3  4  5
+++         4  4  4  4  4  5  4  4  4  4  3  4  3  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_00 (55652.000) FROM:       
+/* cou emu esu gfu siu usu                                  
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  3 31  0  0  0.00000000
+PG02 -11108.597956  13836.596005  19652.233901    327.987166  7  8  5 192       
+PG03   9248.588724 -24508.794398  -3568.975466    695.489862  7  4  2 175       
+PG04 -22795.202951   7124.195421  11772.811852     75.031403  9 11 11 207       
+PG05  -1766.525198  21340.486997  15625.379010   -137.223938  6  5  9 233       
+PG06  13839.700294 -22528.285925    528.680503   -210.419614  8  5  7 183       
+PG07 -25308.265270  -5925.112587   5971.417638      6.891864  8  9  4 212       
+PG08 -26407.112565   -778.263106  -4810.549716      7.617322  6 10  7 218       
+PG09  10534.230365  14095.554860 -20446.134834     70.844534  8  7  7 215       
+PG10 -13276.576075   7794.195313  21412.523014    -70.278988  9  9  6 201       
+PG11 -10419.987902 -14575.195311 -19994.033891   -138.736320  8 12 10  80       
+PG12  11166.960091  24201.156442   -415.672499    -15.357549  8  9  7 227       
+PG13 -13800.248541  -5648.265821  21840.205285    277.023606  7 10  6 234       
+PG14  19731.128798 -11587.222512 -13212.958346    140.902203  9  8 12 206       
+PG15    680.640403  20732.932734 -16485.023629   -139.068552 10 12  5 231       
+PG16   3910.365662 -19704.522866  17249.355971   -161.584345 10  6  6 161       
+PG17 -19637.936465  11029.494315 -13763.077884    184.187829  7 10  6 211       
+PG18  18190.003619   9137.260191 -16946.752819    129.299259  7  8 10 208       
+PG19   4309.468778 -21697.333879 -14440.442448   -125.506490 10 10 10 225       
+PG20 -14442.614264 -22112.747874   2975.624616     48.808955  9  9  9 223       
+PG21  25884.958187   5664.594330   4992.768972   -134.081999  7  8 11 216       
+PG22  15732.239415  -3231.820123 -20998.032052    150.958608  8  6  7 228       
+PG23  -5538.335026 -16444.113303  20005.675106    316.600760 10 10  5 240       
+PG24 -13575.492456 -14438.314993 -17754.928017    377.634023 11 12 12           
+PG25  17496.604450  16051.655830  11907.428936     -0.934040        6 208       
+PG26 -10873.749756  22730.342020  -8266.422089   -159.304742  7  8 10 283       
+PG27   4718.564703  14312.264835 -21249.107429    250.882890  8  5  5 208       
+PG28 -16082.602133  -1680.881064 -20608.239663     28.387351 10  7  8 226       
+PG29  12155.225419   9195.734525  21833.615996    196.263159 10  7 10 233       
+PG30   8681.738213 -13966.766142  20442.863279    333.224323  5  5  7 213       
+PG31  20965.657378  -8181.986556  14477.082879     60.051888  5  5 11 212       
+PG32  -7264.565248 -25495.820559  -3511.932636   -225.556226 10  8  9 222       
+*  2011  3 31  0 15  0.00000000
+PG02 -13294.694903  13634.463423  18348.630922    327.989068  7  8  5 195       
+PG03   9670.764314 -24544.557613   -775.371496    695.494458  6  2  3 175       
+PG04 -24014.834877   6825.624887   9346.155195     75.040115  9 10 11 203       
+PG05  -2827.343030  19751.629537  17458.478343   -137.229032  5  6  9 233       
+PG06  14039.708281 -22182.971625   3334.241209   -210.525231  6  5  7 183       
+PG07 -24469.381921  -6080.411618   8677.855726      6.892570  8  9  5 211       
+PG08 -26774.025315   -932.386712  -1952.477054      7.617976  5 10  8 218       
+PG09   8252.830203  14126.136854 -21474.362549     70.846550  8  6  6 210       
+PG10 -14417.787006   5570.465606  21401.929078    -70.279821 10  8  5 201       
+PG11  -8207.269567 -15147.970278 -20567.907870   -138.738726  8 11 10  50       
+PG12  10888.637245  24104.738217  -3277.447431    -15.355113  8  9  7 225       
+PG13 -12304.193724  -7698.245572  22100.178090    277.022209  8 10  6 235       
+PG14  18903.988525 -10135.446403 -15418.488301    140.904397  8  8 11 208       
+PG15   -411.855748  22157.515590 -14509.633266   -139.065763 10 11  4 233       
+PG16   4946.781808 -17908.552784  18893.360041   -161.586789 10  7  5 164       
+PG17 -18854.644233   9480.412108 -15854.890077    184.187813  7 11  6 210       
+PG18  18866.120022  10903.826777 -15130.659368    129.301068  7  8 10 215       
+PG19   5409.133052 -22793.660991 -12176.339882   -125.510212  9 10  9 222       
+PG20 -14259.353841 -22447.818979    186.471405     48.809307  9  8  9 223       
+PG21  25206.459291   5904.985959   7633.355405   -134.084127  7  8 10 217       
+PG22  16764.767199  -1049.206398 -20427.423596    150.957871  7  6  8 230       
+PG23  -4235.216214 -18250.251713  18685.430047    316.598590 10  9  5 241       
+PG24 -11451.843427 -14391.891049 -19200.173390    377.637731 11 12 12 188       
+PG25  17897.783947  17225.059294   9415.223691     -0.934436     1  6 209       
+PG26 -11454.657752  23201.186841  -5476.598289   -159.313634  7  8  9 283       
+PG27   2131.760175  14364.975364 -21589.695428    250.887486  8  6  6 207       
+PG28 -17053.738634  -3870.038626 -19554.470201     28.389618  9  8  8 234       
+PG29  10760.274582  11231.652511  21614.902453    196.265663 10  7 10 234       
+PG30   9996.403643 -11879.730865  21138.818893    333.227450  6  5  7 215       
+PG31  22442.684211  -7978.152649  12178.027261     60.056611  4  5 10 213       
+PG32  -6816.409014 -25050.666725  -6260.396463   -225.562756 10  8  9 221       
+*  2011  3 31  0 30  0.00000000
+PG02 -15326.031750  13530.188649  16725.153865    327.991328  7  8  5 197       
+PG03   9978.210431 -24302.802682   2031.792602    695.499211  5     3 173       
+PG04 -24964.102131   6582.619692   6760.377651     75.049096  8  9 10 206       
+PG05  -4067.169194  18056.807899  18989.531978   -137.234216  5  6  8 233       
+PG06  14118.843392 -21564.955580   6081.801748   -210.631135  5  5  6 182       
+PG07 -23342.876938  -6287.486817  11236.684738      6.893532  9  9  4 212       
+PG08 -26827.729428  -1047.343248    938.091639      7.617276  6  9  8 216       
+PG09   5884.371578  14291.317482 -22150.663355     70.849246  8  6  4 212       
+PG10 -15654.987927   3429.266560  21016.340492    -70.280542 10  8  6 202       
+PG11  -5974.831567 -15824.866547 -20798.411504   -138.741365  8 11 10  66       
+PG12  10441.707104  23748.573972  -6083.388270    -15.352584  8  9  7 223       
+PG13 -10921.449982  -9836.110835  21974.694047    277.020921  8 10  6 236       
+PG14  18034.078212  -8438.244017 -17354.325741    140.906737  8  9 10 207       
+PG15  -1322.088348  23424.169373 -12282.524771   -139.063077  9 11  3 234       
+PG16   6160.384809 -16026.776470  20209.973686   -161.589495 10  7  5 169       
+PG17 -18040.300009   7700.706467 -17668.750730    184.187936  8 11  7 210       
+PG18  19514.349204  12441.749484 -13053.218551    129.302968  7  9 10 220       
+PG19   6304.282054 -23719.308667  -9698.915780   -125.513327  9  9  9 222       
+PG20 -13919.970422 -22528.468525  -2605.893206     48.809133  9  8  9 223       
+PG21  24256.379791   6180.855330  10148.753108   -134.086247  8  8 10 217       
+PG22  17855.513153   1007.664382 -19500.790707    150.957380  6  6  9 230       
+PG23  -3108.704273 -19976.578938  17040.017671    316.596154 10  8  6 241       
+PG24  -9181.497946 -14448.983728 -20316.049056    377.639847 10 11 12 182       
+PG25  18204.258356  18129.384178   6761.053726     -0.934800  2  3  6 209       
+PG26 -11838.881714  23430.369000  -2591.377514   -159.322726  6  8  9 283       
+PG27   -468.798260  14557.229945 -21535.228741    250.891299  8  7  7 203       
+PG28 -18069.074330  -5876.137853 -18151.500259     28.391754  9  8  8 236       
+PG29   9497.337690  13298.587015  21027.163002    196.268302  9  6  9 235       
+PG30  11448.238388  -9813.114995  21457.088078    333.231230  6  6  8 217       
+PG31  23659.496337  -7851.141797   9673.839268     60.061161  3  4 10 213       
+PG32  -6207.268098 -24358.088500  -8902.823703   -225.569190 10  9  9 220       
+*  2011  3 31  0 45  0.00000000
+PG02 -17163.552007  13501.395739  14809.074238    327.992802  7  8  6 195       
+PG03  10203.261893 -23771.721117   4803.106268    695.504223  5       170       
+PG04 -25627.185978   6362.070342   4059.876856     75.058423  7  7  8 207       
+PG05  -5480.846981  16301.472943  20192.254057   -137.239323  5  6  8 232       
+PG06  14112.775713 -20669.657947   8723.795028   -210.736947  4  5  5 181       
+PG07 -21951.829051  -6579.918327  13604.248598      6.894530  9  9  4 211       
+PG08 -26565.198431  -1163.084378   3813.055460      7.616725  7  9  8 218       
+PG09   3475.809834  14597.801360 -22464.488973     70.851510  7  6  2 214       
+PG10 -16959.293865   1409.869742  20263.749898    -70.281953 10  7  6 202       
+PG11  -3763.234602 -16596.769862 -20680.862041   -138.743945  8 11  9 104       
+PG12   9799.467293  23160.865779  -8785.629944    -15.350113  8  9  7 220       
+PG13  -9678.752437 -12017.017158  21465.809843    277.019828  8  9  6 238       
+PG14  17163.736318  -6515.133903 -18986.486600    140.908544  8  9  9 210       
+PG15  -2061.539299  24492.815663  -9842.165670   -139.060544  9 10  2 237       
+PG16   7543.718494 -14107.209707  21177.213892   -161.591995  9  8  5 174       
+PG17 -17234.689533   5712.549010 -19172.997715    184.188238  8 11  7 206       
+PG18  20096.953859  13738.203003 -10751.363456    129.304521  8  9 10 225       
+PG19   7007.898671 -24435.393413  -7051.328595   -125.517030  9  8  9 224       
+PG20 -13397.243416 -22376.640185  -5353.669501     48.809125  8  8  8 224       
+PG21  23053.842612   6523.521609  12498.065938   -134.088705  8  8 10 218       
+PG22  18971.913241   2906.262574 -18234.764731    150.956739  6  6  9 233       
+PG23  -2159.890525 -21576.351810  15097.386946    316.594155 10  8  6 242       
+PG24  -6807.918937 -14624.711483 -21082.610622    377.641292 10 11 12 178       
+PG25  18376.979044  18768.019024   3990.598531     -0.935218  3  4  6 214       
+PG26 -12053.507416  23387.595136    339.302413   -159.332344  6  8  9 283       
+PG27  -3028.638543  14883.905223 -21085.735944    250.895467  7  7  8 200       
+PG28 -19090.394015  -7669.169031 -16425.985289     28.393562  9  9  7 145       
+PG29   8383.711831  15351.631496  20080.468550    196.270767  8  6  9 236       
+PG30  13011.858914  -7811.303106  21391.872353    333.233946  6  6  8 219       
+PG31  24592.420862  -7766.611007   7006.483536     60.065582  4  5 10 213       
+PG32  -5413.818181 -23447.742278 -11393.813187   -225.575770 10  9  8 219       
+*  2011  3 31  1  0  0.00000000
+PG02 -18773.916994  13520.024886  12633.070303    327.995165  6  8  6 197       
+PG03  10380.373257 -22947.984180   7489.352736    695.508481  4  1    173       
+PG04 -25996.354366   6128.981156   1290.682808     75.067783  6  7  5  22       
+PG05  -7055.048248  14530.632602  21046.091372   -137.244856  5  6  8 233       
+PG06  14058.379603 -19500.886801  11214.722496   -210.842634  4  6  3 185       
+PG07 -20326.756678  -6986.649780  15740.046722      6.895651  9  8  4 209       
+PG08 -25992.301073  -1319.355865   6624.571927      7.617511  7  9  9 220       
+PG09   1074.769379  15044.180653 -22410.939957     70.853208  7  6  2 201       
+PG10 -18296.384357   -454.452459  19158.571489    -70.283544 10  7  7 205       
+PG11  -1611.296017 -17447.971192 -20216.227659   -138.746718  8 10  8 120       
+PG12   8941.794389  22375.797296 -11337.991905    -15.347252  7  9  7 216       
+PG13  -8594.920018 -14192.581999  20582.361364    277.018459  8  8  6 238       
+PG14  16332.287811  -4394.046756 -20286.370400    140.910605  8  9  9 210       
+PG15  -2648.872790  25327.980692  -7230.816383   -139.057703  9  9  1 239       
+PG16   9081.000521 -12196.692022  21779.255734   -161.594682  9  8  5 184       
+PG17 -16474.140772   3545.876726 -20341.524992    184.188637  9 11  7 197       
+PG18  20575.985691  14788.670435  -8265.521762    129.306319  8  9 10 227       
+PG19   7540.285418 -24908.103039  -4279.893173   -125.519980  8  8  9 224       
+PG20 -12669.547888 -22020.434526  -8009.976956     48.809215  8  8  7 232       
+PG21  21624.496655   6960.488172  14643.123901   -134.091284  8  7  9 221       
+PG22  20077.349938   4620.789764 -16651.888913    150.955672  6  5  9 236       
+PG23  -1381.607618 -23004.842342  12890.873835    316.591830 10  7  6 241       
+PG24  -4377.579748 -14926.733647 -21485.835062    377.643614 10 11 11 189       
+PG25  18379.622013  19152.741782   1151.519831     -0.935610  4  4  5 213       
+PG26 -12131.329858  23050.206565   3263.913133   -159.341780  5  8  8 283       
+PG27  -5494.934577  15331.224683 -20248.954116    250.898453  6  8  8 135       
+PG28 -20076.371945  -9227.630495 -14410.185162     28.395793  9  9  7  81       
+PG29   7428.751100  17344.274499  18790.965357    196.273166  7  5  8 237       
+PG30  14654.966259  -5914.122035  20944.478015    333.236499  6  6  8 222       
+PG31  25225.889982  -7687.063956   4220.755574     60.070164  5  4 10 214       
+PG32  -4419.417478 -22354.709085 -13690.116581   -225.582462  9  9  7 227       
+*  2011  3 31  1 15  0.00000000
+PG02 -20130.698037  13553.538026  10234.688941    327.997321  6  8  6 193       
+PG03  10544.558553 -21837.055669  10042.460782    695.513337  4  3    169       
+PG04 -26072.133642   5847.986408  -1500.302623     75.077379  4  8  2 212       
+PG05  -8768.623230  12787.203851  21536.566266   -137.249985  5  5  8 232       
+PG06  13992.133770 -18070.784547  13511.938360   -210.948270  4  6  2 181       
+PG07 -18504.563523  -7530.704887  17607.414159      6.896721  9  8  4 213       
+PG08 -25123.604741  -1554.046370   9325.773642      7.617776  8  9  9 221       
+PG09  -1271.998722  15620.955346 -21990.818508     70.853926  7  6  4 193       
+PG10 -19627.817025  -2137.489713  17721.291238    -70.284257 10  7  8 201       
+PG11    445.179805 -18356.656062 -19411.178684   -138.749383  8 10  7 107       
+PG12   7856.113999  21432.186523 -13696.751611    -15.344667  7  9  7 211       
+PG13  -7680.241849 -16312.629392  19339.806657    277.017098  8  8  7 240       
+PG14  15574.464594  -2110.428713 -21231.287550    140.912807  8 10  8 206       
+PG15  -3109.007744  25900.164179  -4493.784965   -139.055007  9  9    239       
+PG16  10748.611319 -10339.198454  22006.647048   -161.597128  8  8  6 179       
+PG17 -15790.070614   1237.404362 -21154.246146    184.188724  9 11  8 206       
+PG18  20914.810605  15596.847462  -5638.868668    129.308119  8  9 10 228       
+PG19   7928.063749 -25110.077424  -1433.231055   -125.523795  8  7  8 221       
+PG20 -11721.843009 -21492.919944 -10529.633600     48.809246  8  8  7 222       
+PG21  19999.655981   7514.298377  16548.995526   -134.093332  8  7  9 218       
+PG22  21132.569935   6132.958496 -14780.178392    150.955069  5  5  9 236       
+PG23   -758.871322 -24221.034882  10458.636453    316.589750 10  6  6 242       
+PG24  -1938.372707 -15354.855317 -21517.918169    377.647072  9 10 11 170       
+PG25  18180.117273  19303.105632  -1707.358291     -0.936006  5  5  5 210       
+PG26 -12109.432779  22404.310015   6130.286533   -159.350898  5  8  8 283       
+PG27  -7818.517962  15877.321206 -19040.198960    250.901239  6  8  9 192       
+PG28 -20984.266358 -10539.080727 -12141.227898     28.398222  9  9  7 155       
+PG29   6633.651858  19230.038149  17180.607752    196.275762  6  5  8 238       
+PG30  16339.533845  -4155.398949  20123.280059    333.240190  5  6  9 222       
+PG31  25552.968763  -7573.426691   1363.584822     60.074627  6  5 10 211       
+PG32  -3215.006475 -21118.194104 -15751.403805   -225.589228  9  9  7 203       
+*  2011  3 31  1 30  0.00000000
+PG02 -21215.309352  13566.330363   7655.695465    327.999124  6  8  7 193       
+PG03  10729.792457 -20453.156775  12416.461353    695.518443  5  4    169       
+PG04 -25863.185270   5484.869046  -4266.061182     75.086549  2 10  6 211       
+PG05 -10593.260911  11110.461809  21655.510225   -137.255627  4  5  7 231       
+PG06  13948.559737 -16399.459080  15576.366955   -211.053851  6  6  1 184       
+PG07 -16527.250423  -8228.130480  19174.145680      6.897603 10  8  3 214       
+PG08 -23981.878489  -1901.601510  11871.475358      7.617620  8  9  9 222       
+PG09  -3520.125800  16310.842821 -21210.622104     70.854394  7  5  6 194       
+PG10 -20912.500351  -3620.861758  15978.013886    -70.285019  9  7  8 200       
+PG11   2374.569740 -19295.635550 -18278.059579   -138.752440  8  9  6 134       
+PG12   6538.090059  20371.971247 -15821.383533    -15.342168  8  9  7 206       
+PG13  -6936.213667 -18327.015031  17759.942813    277.016261  8  7  7 240       
+PG14  14919.023972    293.955457 -21804.871272    140.914900  8 10  7 204       
+PG15  -3471.939916  26186.988219  -1678.621709   -139.052058  9  8    239       
+PG16  12515.890386  -8574.286567  21856.408103   -161.599477  8  9  6 182       
+PG17 -15207.746830  -1170.630965 -21597.437142    184.189019  9 11  8 206       
+PG18  21079.572808  16174.242653  -2916.561310    129.310017  8  9  9 229       
+PG19   8202.915978 -25021.545608   1438.631909   -125.527387  7  6  8 221       
+PG20 -10546.410800 -20830.773413 -12869.897706     48.809547  8  8  7 220       
+PG21  18215.257529   8201.570915  18184.461966   -134.095970  8  7  8 218       
+PG22  22097.211343   7432.470693 -12652.584963    150.954329  5  5  9 238       
+PG23   -269.643994 -25189.198565   7842.987180    316.587384 10  5  7 242       
+PG24    462.045869 -15900.947749 -21177.468013    377.649861  9  9 11 160       
+PG25  17752.023024  19245.533755  -4536.888164     -0.936396  5  6  5 208       
+PG26 -12027.560496  21445.583628   8886.632775   -159.360210  5  8  8 283       
+PG27  -9955.732169  16493.176693 -17482.034322    250.903295  6  8  9 194       
+PG28 -21771.652802 -11600.313141  -9660.302259     28.400531  9  9  6 240       
+PG29   5991.556173  20964.125890  15276.797209    196.278635  6  4  8 238       
+PG30  18023.244297  -2561.782547  18943.528795    333.242537  5  6  9 223       
+PG31  25575.576347  -7386.697559  -1516.705203     60.079335  8  6  9 211       
+PG32  -1799.731829 -19780.061155 -17541.007785   -225.595802  8  9  6 209       
+*  2011  3 31  1 45  0.00000000
+PG02 -22017.638564  13521.290977   4941.322298    328.001303  5  9  7 189       
+PG03  10967.442825 -18818.876293  14568.423311    695.523259  6  4    173       
+PG04 -25385.896681   5008.026804  -6960.199227     75.095881  4 11  8 218       
+PG05 -12494.433647   9534.645586  21401.185290   -137.260545  5  5  7 231       
+PG06  13958.760009 -14514.318076  17373.142254   -211.158826  7  7    187       
+PG07 -14440.439908  -9087.207526  20413.053649      6.898324 10  7  2 212       
+PG08 -22597.311327  -2391.558204  14218.865452      7.618634  9 10  8 222       
+PG09  -5629.054100  17089.367382 -20082.477659     70.855495  7  5  7 186       
+PG10 -22108.264314  -4894.468277  13959.921333    -70.285866  9  7  8 200       
+PG11   4150.456173 -20233.297789 -16834.776860   -138.755036  7  9  4 154       
+PG12   4992.005228  19238.583504 -17675.251912    -15.339713  8  8  6 201       
+PG13  -6355.634095 -20187.458337  15870.502751    277.014902  8  6  7 240       
+PG14  14387.621696   2772.470783 -21997.365684    140.917314  8 10  6 198       
+PG15  -3771.361107  26174.079458   1165.730716   -139.049489  9  7    239       
+PG16  14346.205687  -6935.735924  21332.018955   -161.602170  8  9  6 184       
+PG17 -14745.314809  -3631.940822 -21663.952883    184.189431  9 11  8 211       
+PG18  21040.544480  16539.497194   -144.968615    129.311874  9 10  9 231       
+PG19   8400.122282 -24631.170365   4285.200295   -125.530925  7  5  7 220       
+PG20  -9143.318918 -20072.803741 -14991.161474     48.809308  8  8  6 217       
+PG21  16310.670525   9032.244949  19522.452140   -134.098677  7  7  8 218       
+PG22  22931.378718   8517.179650 -10306.379446    150.953682  5  5  9 239       
+PG23    114.109337 -25880.269002   5089.633756    316.584972  9  5  7 242       
+PG24   2777.911060 -16549.191718 -20469.587090    377.654402  8  8 11 132       
+PG25  17075.691206  19012.158867  -7288.441742     -0.936833  5  6  5 208       
+PG26 -11926.347090  20179.708472  11482.600919   -159.369615  5  8  7 283       
+PG27 -11870.039655  17143.893268 -15603.752047    250.906267  5  8 10 186       
+PG28 -22398.122895 -12417.159695  -7011.804740     28.402561  9  9  6 241       
+PG29   5487.969266  22505.018300  13111.932763    196.281005  6  4  7 239       
+PG30  19661.111182  -1151.876935  17427.006322    333.243555  5  6  9 224       
+PG31  25304.389191  -7089.611322  -4371.171392     60.084099  8  7  9 212       
+PG32   -181.262099 -18383.254333 -19026.633035   -225.602379  8  9  6 201       
+*  2011  3 31  2  0  0.00000000
+PG02 -22536.344235  13381.447485   2139.431483    328.003193  5  9  8 182       
+PG03  11284.805261 -16964.436149  16459.341427    695.528042  6  5  2 173       
+PG04 -24663.704754   4389.833642  -9537.665989     75.104535  5 11  8 219       
+PG05 -14432.588675   8087.773861  20778.292613   -137.265861  4  5  7 230       
+PG06  14049.111769 -12449.135998  18872.161061   -211.264637  7  7    189       
+PG07 -12291.767181 -10107.962148  21302.450008      6.899543 10  7  2 214       
+PG08 -21006.470474  -3047.251049  16328.175361      7.618069  8  9  8 223       
+PG09  -7563.339401  17925.712798 -18624.014778     70.856105  7  5  8 188       
+PG10 -23173.465653  -5956.610846  11702.657830    -70.286698  9  7  9 201       
+PG11   5752.467909 -21134.750469 -15104.598509   -138.758031  7  8    154       
+PG12   3230.815406  18075.273940 -19226.245683    -15.336880  9  8  5 194       
+PG13  -5923.055574 -21849.307810  13704.640733    277.012833  8  5  8 242       
+PG14  13993.985069   5275.253068 -21805.784779    140.919279  8 10  6 197       
+PG15  -4043.131536  25855.648538   3989.814657   -139.046515  8  7    237       
+PG16  16198.252274  -5450.428639  20443.299085   -161.604510  8  9  7 186       
+PG17 -14413.126702  -6097.811555 -21353.315429    184.189447  9 11  9 210       
+PG18  20773.313936  16717.456397   2629.091200    129.313457  9 10  8 231       
+PG19   8556.954521 -23936.563973   7056.454609   -125.534277  7  5  6 220       
+PG20  -7520.591717 -19258.413523 -16857.587555     48.809591  8  8  5 221       
+PG21  14327.394699  10009.059617  20540.437565   -134.101037  7  6  7 220       
+PG22  23597.203218   9392.933394  -7782.465674    150.952962  6  5  8 240       
+PG23    425.114471 -26272.980302   2246.844437    316.582656  9  4  8 243       
+PG24   4966.940570 -17276.638548 -19405.837634    377.657372  8  7 11 134       
+PG25  16139.179077  18639.453028  -9914.743804     -0.937203  5  6  5 203       
+PG26 -11845.479038  18622.391442  13870.352299   -159.379089  5  8  7 284       
+PG27 -13533.306223  17790.232562 -13440.681981    250.908955  5  8 10 192       
+PG28 -22826.880425 -13003.945177  -4242.465028     28.404718  9  9  6 241       
+PG29   5101.475266  23815.957423  10722.878911    196.283396  7  4  7 239       
+PG30  21207.213599     64.277604  15601.545022    333.246017  4  5  9 224       
+PG31  24758.426053  -6648.255632  -7151.050597     60.088707  7  6  9 209       
+PG32   1624.226327 -16970.165704 -20181.011252   -225.608981  7  9  4 199       
+*  2011  3 31  2 15  0.00000000
+PG02 -22778.804222  13111.624474   -700.390484    328.005148  5 10  9 171       
+PG03  11703.807292 -14926.639155  18054.950054    695.533742  7  6    171       
+PG04 -23726.178950   3607.849099 -11955.441881     75.113583  7 11  8 223       
+PG05 -16364.539874   6790.714533  19797.869482   -137.271348  4  6  7 226       
+PG06  14240.164480 -10242.892891  20048.543821   -211.370440  8  8    189       
+PG07 -10129.196758 -11281.998009  21826.543327      6.900741 10  7  3 216       
+PG08 -19251.032841  -3884.737865  18163.319893      7.618458  9 10  7 226       
+PG09  -9293.785201  18783.813461 -16858.175694     70.857577  6  5  9 186       
+PG10 -24068.565360  -6813.790320   9245.657477    -70.288491  9  8  8 202       
+PG11   7166.903478 -21963.116870 -13115.861249   -138.760713  7  7     67       
+PG12   1275.873407  16923.449362 -20447.344503    -15.334113  8  8  5 180       
+PG13  -5615.569905 -23273.168997  11300.317971    277.012746  8  4  8 243       
+PG14  13743.418560   7750.975593 -21233.940347    140.921767  7 10  6 199       
+PG15  -4323.667604  25234.743227   6744.544706   -139.043704  9  6    233       
+PG16  18027.528553  -4137.509328  19206.185389   -161.607212  7 10  7 184       
+PG17 -14213.397356  -8518.819165 -20671.675044    184.189779 10 11  9 214       
+PG18  20259.772699  16738.032742   5359.095232    129.315510  8 10  8 229       
+PG19   8710.995046 -22944.453340   9703.785594   -125.537692  7  5  6 221       
+PG20  -5694.084500 -18426.057414 -18437.680505     48.809655  8  7  5 217       
+PG21  12307.687621  11127.286354  21220.784617   -134.103229  6  7  7 219       
+PG22  24060.326800  10073.109971  -5124.640906    150.952405  5  6  8 241       
+PG23    699.284765 -26354.698593   -635.444978    316.580377  9  4  8 243       
+PG24   6991.798509 -18054.070418 -18004.086887    377.660714  9  5 11 137       
+PG25  14938.871311  18166.701271 -12370.680948     -0.937602  6  6  5 196       
+PG26 -11821.874883  16798.964486  16005.613015   -159.388503  6  9  6 285       
+PG27 -14926.705626  18390.345810 -11033.359408    250.911866  5  8 10 191       
+PG28 -23026.174779 -13382.627371  -1400.471499     28.406984  9  9  6 243       
+PG29   4804.724464  24866.263881   8150.358348    196.285832  8  4  7 237       
+PG30  22616.467395   1085.359621  13500.424523    333.248909  5  6 10 222       
+PG31  23964.325986  -6033.578364  -9808.573439     60.093105  7  6  7 207       
+PG32   3592.402354 -15581.012683 -20982.486263   -225.615668  8  9  5 198       
+*  2011  3 31  2 30  0.00000000
+PG02 -22760.714411  12680.043564  -3527.783944    328.007147  5 10  9 169       
+PG03  12239.942856 -12747.541956  19326.437522    695.537825  7  6    180       
+PG04 -22607.898429   2645.833953 -14173.190544     75.122478  8 12  8 221       
+PG05 -18245.005639   5656.542507  18477.078080   -137.276292  4  6  7 227       
+PG06  14545.780799  -7938.431734  20882.999226   -211.475979  8  8    193       
+PG07  -7999.327378 -12592.659629  21975.742679      6.901479 10  6  3 216       
+PG08 -17376.330890  -4911.985456  19692.500577      7.618322  9 10  6 226       
+PG09 -10798.369685  19623.652525 -14812.958651     70.858377  6  6  9 188       
+PG10 -24757.619163  -7480.195271   6631.429112    -70.288627  8  8  8 203       
+PG11   8387.109067 -22680.940812 -10901.583390   -138.763313  6  6  3 150       
+PG12   -843.670868  15821.086961 -21317.105338    -15.331688  8  8  4 174       
+PG13  -5403.894518 -24426.330453   8699.601909    277.011235  8  4  8 242       
+PG14  13632.660017  10148.669988 -20292.340140    140.923735  7 10  6 197       
+PG15  -4648.310783  24323.165032   9382.086840   -139.041205  9  5    233       
+PG16  19787.933169  -3007.851628  17642.415718   -161.609737  7 10  7 188       
+PG17 -14140.197445 -10846.564065 -19631.648177    184.189882  9 11  9 215       
+PG18  19488.870152  16634.905757   7999.534162    129.317319  8 10  7 230       
+PG19   8898.451816 -21670.488107  12180.895784   -125.541320  7  5  6 221       
+PG20  -3687.066585 -17611.753796 -19704.786395     48.809458  9  7  5 214       
+PG21  10293.164005  12374.725903  21551.060741   -134.105299  5  6  6 219       
+PG22  24291.253478  10577.867143  -2378.817715    150.951729  5  7  8 241       
+PG23    974.083939 -26121.920797  -3506.562401    316.577937  9  4  8 243       
+PG24   8821.372422 -18847.128891 -16288.231656    377.664405  9  4 11 114       
+PG25  13479.788238  17634.378456 -14614.072706     -0.937968  6  6  4 191       
+PG26 -11887.968464  14743.566524  17848.669798   -159.397833  7  9  5 285       
+PG27 -16041.209165  18901.609027  -8426.582642    250.914083  5  8 10 191       
+PG28 -22970.521643 -13581.668906   1465.384777     28.409097  9 10  6 242       
+PG29   4565.655006  25632.436848   5438.278088    196.288322  9  4  7 237       
+PG30  23846.356810   1918.557192  11161.666769    333.253014  5  6 10 224       
+PG31  22955.341880  -5222.726651 -12297.780239     60.097480  7  7  6 205       
+PG32   5691.467865 -14252.290960 -21415.510596   -225.622275  7  8  5 193       
+*  2011  3 31  2 45  0.00000000
+PG02 -22505.353501  12059.794764  -6292.589806    328.009067  4 11  9 167       
+PG03  12901.487304 -10472.910199  20251.039424    695.542854  8  7    183       
+PG04 -21347.163704   1494.537505 -16153.868985     75.131837  9 11  6 220       
+PG05 -20028.233527   4690.208348  16838.890989   -137.281732  4  6  7 227       
+PG06  14972.550066  -5580.986662  21362.090806   -211.582016  8  8    194       
+PG07  -5945.749151 -14015.523865  21746.861083      6.902374 10  6  4 217       
+PG08 -15429.761124  -6128.349070  20888.763235      7.617501  9  9  5 227       
+PG09 -12062.931424  20402.728392 -12521.091100     70.860799  7  6 10 192       
+PG10 -25209.627012  -7976.907969   3904.812821    -70.289013  8  8  8 202       
+PG11   9413.591333 -23251.649734  -8498.982769   -138.766286  5  6  5 160       
+PG12  -3091.774035  14801.286404 -21820.059974    -15.329009  8  7  3 141       
+PG13  -5253.713408 -25283.931827   5947.894544    277.009838  8  4  8 243       
+PG14  13650.090742  12419.528117 -18997.960645    140.925889  6 10  7 203       
+PG15  -5049.744045  23141.053017  11856.711758   -139.038351  8  3    230       
+PG16  21433.422121  -2063.846664  15779.126027   -161.611785  7 10  8 187       
+PG17 -14179.780047 -13035.357179 -18252.039183    184.190020  9 10  9 210       
+PG18  18457.113253  16444.107891  10506.597319    129.319134  8 10  6 229       
+PG19   9152.540900 -20138.700979  14444.648045   -125.544873  7  5  4 221       
+PG20  -1529.529094 -16847.704421 -20637.514824     48.809850  9  7  5 213       
+PG21   8323.411587  13731.974876  21524.289878   -134.107501  4  6  6 219       
+PG22  24266.516779  10933.139608    407.777675    150.950847  5  7  7 242       
+PG23   1286.824062 -25580.416876  -6316.047574    316.575668  9  4  9 242       
+PG24  10431.810864 -19617.668792 -14287.804375    377.666730  9  2 10 127       
+PG25  11775.567963  17082.492327 -16606.391809     -0.938339  6  6  4 181       
+PG26 -12070.180099  12497.937051  19365.273485   -159.407154  7  9  4 286       
+PG27 -16877.648172  19282.474737  -5668.396723    250.917736  5  8 10 197       
+PG28 -22641.672068 -13634.694194   4306.532424     28.411343  9  9  6 241       
+PG29   4348.902994  26098.994645   2632.998711    196.290910  9  4  6 236       
+PG30  24858.554085   2579.010778   8627.251101    333.256184  4  5 10 223       
+PG31  21770.083558  -4200.163294 -14575.325606     60.101825  8  7  5 203       
+PG32   7883.161016 -13015.368368 -21471.036440   -225.629014  7  8  6 199       
+*  2011  3 31  3  0  0.00000000
+PG02 -22042.545119  11230.114235  -8945.820831    328.011100  5 11  9 158       
+PG03  13689.029714  -8150.524147  20812.493095    695.547027  8  8    188       
+PG04 -19984.588234    152.229494 -17864.290592     75.140622 10 11  5 228       
+PG05 -21669.649350   3888.528328  14911.680053   -137.286922  4  7  8 226       
+PG06  15519.492906  -3216.637877  21478.405408   -211.687683  8  8    197       
+PG07  -4007.515705 -15519.204261  21143.212536      6.903400 10  6  5 217       
+PG08 -13459.109317  -7524.370244  21730.500164      7.616582  9  9  4 225       
+PG09 -13081.585755  21077.644364 -10019.628967     70.861517  7  6 10 190       
+PG10 -25399.694525  -8330.863800   1112.221192    -70.289868  7  9  8 201       
+PG11  10253.854722 -23641.020586  -5948.901711   -138.768896  4  6  6 163       
+PG12  -5426.675124  13891.016460 -21947.014795    -15.326394  8  7  2 125       
+PG13  -5127.216568 -25829.829327   3093.106358    277.008229  7  4  8 242       
+PG14  13776.287818  14518.613540 -17373.901671    140.928319  6 10  7 206       
+PG15  -5556.520037  21716.152161  14125.605561   -139.035672  8  2  1 232       
+PG16  22919.664735  -1299.516981  13648.369698   -161.614596  7 10  8 191       
+PG17 -14311.223513 -15043.792088 -16557.454791    184.190222  9 10  9 211       
+PG18  17168.797731  16202.547652  12838.819153    129.321324  7 10  5 230       
+PG19   9502.003825 -18380.644605  16455.842760   -125.548231  7  5  4 221       
+PG20    742.756985 -16161.072336 -21220.078595     48.809598  9  7  5 210       
+PG21   6434.669091  15172.959107  21139.151022   -134.109187  2  6  6 222       
+PG22  23969.620578  11169.425941   3187.416096    150.950128  5  7  7 242       
+PG23   1672.970861 -24745.009409  -9014.595111    316.573258  8  4  9 240       
+PG24  11807.277907 -20325.284363 -12037.465973    377.669277  9  1 10 129       
+PG25   9848.122556  16548.956936 -18313.421591     -0.938666  7  6  4 174       
+PG26 -12387.652379  10109.872050  20527.416776   -159.416254  8  9  4 285       
+PG27 -17446.359938  19494.254423  -2809.039704    250.922095  5  8 10 197       
+PG28 -22029.302615 -13578.989628   7075.397007     28.413665  9  9  7 240       
+PG29   4117.347516  26259.023083   -217.442343    196.293098  9  5  5 233       
+PG30  25620.361824   3088.939786   5942.272210    333.258948  4  5 10 226       
+PG31  20451.054578  -2958.513128 -16601.257234     60.106572  8  8  4 204       
+PG32  10124.041579 -11895.281389 -21146.785439   -225.635658  7  7  6 203       
+*  2011  3 31  3 15  0.00000000
+PG02 -21407.362623  10177.412383 -11440.605589    328.013100  5 11  9 156       
+PG03  14595.343790  -5828.410272  21001.340884    695.552542  8  8  2 193       
+PG04 -18561.618949  -1375.042045 -19275.636109     75.149646 11 10  3 228       
+PG05 -23127.467912   3240.494053  12728.716622   -137.292036  4  7  7 227       
+PG06  16178.064465   -890.750400  21230.624878   -211.793353  8  8  2 203       
+PG07  -2217.790653 -17066.440668  20174.598092      6.904247  9  5  5 216       
+PG08 -11510.851192  -9081.907586  22201.886433      7.616150  8  9  4 226       
+PG09 -13856.850893  21605.770324  -7349.478780     70.861548  7  7 10 191       
+PG10 -25309.967482  -8573.607540  -1699.122920    -70.290821  7  9  8 202       
+PG11  10921.963427 -23818.590508  -3295.143735   -138.771909  2  5  7 172       
+PG12  -7802.301351  13110.106011 -21695.245511    -15.323660  8  7  2 127       
+PG13  -4984.774256 -26057.126636    184.793222    277.006485  7  5  8 241       
+PG14  13984.893184  16406.415745 -15448.932361    140.930337  6  9  8 210       
+PG15  -6191.760325  20082.796378  16149.622110   -139.033052  8  4  2 232       
+PG16  24205.638083   -700.947760  11286.567956   -161.617250  7 10  9 194       
+PG17 -14507.360991 -16836.143786 -14577.822149    184.190658  9 10 10 212       
+PG18  15635.966051  15946.521923  14957.682785    129.323139  7 10  4 231       
+PG19   9969.820579 -16434.242912  18179.907944   -125.551837  7  5  4 223       
+PG20   3089.398290 -15572.962484 -21442.547142     48.809694  9  6  5 211       
+PG21   4658.611622  16665.723093  20400.112568   -134.111937  2  6  6 223       
+PG22  23391.719827  11320.414614   5912.671431    150.949355  5  8  6 243       
+PG23   2164.528117 -23639.000303 -11554.970680    316.571163  8  5  9 238       
+PG24  12940.392315 -20928.946429  -9576.393918    377.672555  9  2 10 149       
+PG25   7726.980965  16068.059297 -19705.839668     -0.938964  7  6  3 165       
+PG26 -12851.314552   7631.412340  21313.957516   -159.425316  9  9  4 286       
+PG27 -17766.448187  19502.753537    100.113524    250.924562  5  8  9 202       
+PG28 -21131.410816 -13453.907355   9726.124849     28.415678  9  9  7 240       
+PG29   3833.731567  26114.409386  -3064.141489    196.295734  9  5  5 231       
+PG30  26105.922850   3476.497129   3154.063748    333.262799  5  5 10 226       
+PG31  19043.036147  -1499.101006 -18339.753513     60.110929  7  8  3 203       
+PG32  12367.010956 -10909.789217 -20447.384094   -225.642187  7  7  7 211       
+*  2011  3 31  3 30  0.00000000
+PG02 -20638.633740   8896.007921 -13733.081246    328.016253  5 11  9 164       
+PG03  15605.601877  -3553.077599  20815.075496    695.557551  8  8  3 197       
+PG04 -17119.036855  -3073.476841 -20363.907648     75.158848 11  9  3 231       
+PG05 -24364.204387   2727.887708  10327.592427   -137.297384  4  7  8 227       
+PG06  16932.453001   1353.546766  20623.503358   -211.899008  8  7  3 206       
+PG07   -602.721826 -18615.434963  18857.178265      6.905338  9  5  6 216       
+PG08  -9628.490140 -10774.603796  22293.239205      7.616687  8  8  5 228       
+PG09 -14399.471186  21946.920263  -4554.840496     70.862560  7  7 11 193       
+PG10 -24930.309532  -8739.895595  -4481.941682    -70.292929  7  9  8 201       
+PG11  11437.839340 -23758.953857   -583.729990   -138.774647  5  8  8 176       
+PG12 -10169.851904  12470.520367 -21068.581069    -15.321212  8  6  1 126       
+PG13  -4786.677754 -25968.353266  -2726.726142    277.005284  7  6  8 241       
+PG14  14243.761330  18050.187766 -13256.940311    140.932680  6  9  9 217       
+PG15  -6972.077559  18280.647756  17893.963048   -139.030158  7  5  3 230       
+PG16  25255.102542   -247.016156   8733.900510   -161.619388  7  9  9 197       
+PG17 -14735.956284 -18383.542607 -12347.822594    184.190635  9  9  9 216       
+PG18  13878.096094  15710.268482  16828.177094    129.324739  6 10  4 231       
+PG19  10572.169732 -14342.406384  19587.489540   -125.555351  7  5  3 225       
+PG20   5466.710453 -15097.642110 -21301.010636     48.810120  9  6  5 215       
+PG21   3021.287585  18173.456374  19317.494016   -134.114369  2  6  6 227       
+PG22  22532.018076  11421.503482   8537.209102    150.949040  4  8  6 244       
+PG23   2788.569089 -22293.269850 -13892.879551    316.568705  8  5  9 235       
+PG24  13832.332060 -21388.683770  -6947.576908    377.676677  9  2  9 156       
+PG25   5448.343249  15669.078420 -20759.718257     -0.939287  7  7  3 164       
+PG26 -13463.322269   5116.849711  21711.065376   -159.434544  9  9  5 286       
+PG27 -17864.706329  19279.692354   3007.578502    250.927049  6  8  9 180       
+PG28 -19954.411140 -13299.232710  12215.248105     28.418149  8  9  7 239       
+PG29   3462.296421  25675.751206  -5858.160767    196.298142 10  5  4 231       
+PG30  26297.154294   3774.406000    311.309385    333.266333  6  5 10 228       
+PG31  17591.379040    167.845769 -19759.804155     60.115422  7  8  2 207       
+PG32  14563.007120 -10068.730362 -19384.355037   -225.648741  7  6  7 219       
+*  2011  3 31  3 45  0.00000000
+PG02 -19777.310921   7388.537390 -15783.213454    328.017340  5 11  8 156       
+PG03  16697.919984  -1367.836331  20258.126689    695.561314  8  8  4 200       
+PG04 -15695.489686  -4921.833201 -21110.320769     75.168393 12  8  5 231       
+PG05 -25348.029452   2326.177439   7749.571410   -137.302804  3  7  7 226       
+PG06  17760.160121   3476.786965  19667.753488   -212.005072  8  7  4 208       
+PG07    819.411382 -20121.383409  17213.230986      6.906193  9  5  7 217       
+PG08  -7850.994553 -12568.680184  22001.288683      7.616496  8  7  6 228       
+PG09 -14727.934589  22064.985711  -1682.570601     70.865733  7  7 10 190       
+PG10 -24258.702849  -8866.197136  -7189.641562    -70.295586  7  9  8 197       
+PG11  11826.318975 -23442.889374   2137.913224   -138.777616  6  8  8 180       
+PG12 -12479.500179  11975.953153 -20077.372742    -15.318328  8  6  2 158       
+PG13  -4494.876556 -25575.286752  -5591.254886    277.003947  7  6  8 241       
+PG14  14516.336891  19425.017452 -10836.296993    140.934639  7  9  9 220       
+PG15  -7906.763016  16353.242994  19328.773437   -139.027191  6  6  3 229       
+PG16  26037.905937     89.610623   6033.645577   -161.622100  7  9  9 197       
+PG17 -14961.076892 -19664.881720  -9906.254181    184.190936  8  9 10 219       
+PG18  11921.532699  15524.607674  18419.304303    129.326751  5 10  5 231       
+PG19  11317.675736 -12151.469755  20654.932386   -125.558731  7  5  4 225       
+PG20   7829.175559 -14742.029553 -20797.652456     48.810063  9  6  5 216       
+PG21   1542.248517  19655.729017  17907.445938   -134.116723  3  5  6 225       
+PG22  21397.869492  11508.270116  11016.545356    150.948353  3  8  5 244       
+PG23   3565.975948 -20745.087357 -15987.768570    316.566577  8  5  9 232       
+PG24  14492.598996 -21667.239249  -4197.030448    377.680431  9  4  8 172       
+PG25   3053.881686  15375.109970 -21456.932930     -0.939617  7  7  3 156       
+PG26 -14216.899269   2620.646203  21712.477851   -159.443504  9 10  6 286       
+PG27 -17774.264655  18803.860176   5862.733150    250.930070  6  8  9 199       
+PG28 -18512.936781 -13153.573279  14502.288251     28.420019  8  9  7 239       
+PG29   2970.365880  24961.942551  -8551.366928    196.300677 10  6  4 231       
+PG30  26184.375854   4018.439969  -2536.838800    333.269618  6  5 10 229       
+PG31  16140.269684   2023.345090 -20835.817921     60.119989  7  8  3 208       
+PG32  16662.804897  -9373.714112 -17975.958550   -225.655519  7  5  7 223       
+*  2011  3 31  4  0  0.00000000
+PG02 -18864.778547   5666.024757 -17555.524651    328.019296  5 11  8 166       
+PG03  17844.205975    688.729103  19341.694324    695.565429  7  7  5 201       
+PG04 -14326.107878  -6892.015250 -21501.629458     75.177783 12  7  6           
+PG05 -26053.917492   2005.656989   5038.883652   -137.307991  3  8  7 225       
+PG06  18632.839399   5444.447773  18379.845412   -212.110961  8  5  4 211       
+PG07   2038.742373 -21538.147494  15270.796623      6.906948  9  5  8 217       
+PG08  -6211.396050 -14424.037334  21329.349421      7.614678  9  7  7 230       
+PG09 -14867.692090  21929.462955   1218.532563     70.867752  7  7 10 198       
+PG10 -23301.361194  -8989.149085  -9777.028778    -70.296338  8  9  8 204       
+PG11  12116.003644 -22858.266293   4821.820983   -138.780382  4  6  8 171       
+PG12 -14682.149450  11621.751881 -18738.346484    -15.315796  7  6  3 178       
+PG13  -4074.643122 -24898.429282  -8359.588376    277.002404  7  6  7 242       
+PG14  14763.205000  20514.594128  -8229.153804    140.936952  7  9  9 223       
+PG15  -8997.270788  14346.405251  20429.643131   -139.024554  5  7  3 229       
+PG16  26531.070262    341.246842   3231.478511   -161.624563  7  8  9 199       
+PG17 -15144.608538 -20667.427684  -7295.336479    184.190923  8  8  9 217       
+PG18   9798.681877  15415.718863  19704.535213    129.328751  4  9  5 231       
+PG19  12206.970652  -9909.516721  21364.645663   -125.562243  7  4  4 227       
+PG20  10130.973397 -14505.470573 -19940.728484     48.810418  9  5  3 221       
+PG21    233.908987  21069.899666  16191.838793   -134.119706  5  4  5 227       
+PG22  20004.584122  11614.951094  13308.766835    150.947310     7  5 244       
+PG23   4510.438514 -19036.684622 -17803.545003    316.564395  8  4  8 229       
+PG24  14938.453171 -21731.631862  -1372.949987    377.683152  9  4  7 166       
+PG25    589.333915  15202.141856 -21785.473095     -0.939919  7  8  3 177       
+PG26 -15096.585758    195.365698  21319.560372   -159.452831  9 10  6 287       
+PG27 -17533.031063  18061.965893   8616.713794    250.930924  6  8  9 204       
+PG28 -16829.361569 -13052.823885  16550.297090     28.422595  8  8  7 239       
+PG29   2329.818170  23999.450844 -11097.263554    196.303189 10  6  5 227       
+PG30  25766.615783   4245.811235  -5341.617099    333.271659  6  6 10 227       
+PG31  14731.039300   4040.158392 -21548.142075     60.124558  6  8  4 208       
+PG32  18618.845249  -8818.164293 -16246.883575   -225.662219  7  3  7 227       
+*  2011  3 31  4 15  0.00000000
+PG02 -17941.169713   3747.611313 -19019.715683    328.021159  5 11  7 179       
+PG03  19011.269418   2584.069446  18083.437956    695.569754  7  8  5 204       
+PG04 -13041.253063  -8949.919122 -21530.378574     75.187102 12  3  7 206       
+PG05 -26464.545174   1732.784685   2241.973268   -137.313382  3  8  8 222       
+PG06  19517.361426   7228.044107  16781.722971   -212.217050  8  5  4 213       
+PG07   3054.029952 -22819.998650  13063.214004      6.908171  9  5  8 217       
+PG08  -4735.606294 -16295.627807  20287.381409      7.614552  8  6  8 231       
+PG09 -14850.098392  21516.811904   4098.516240     70.871272  7  7 10 199       
+PG10 -22072.554527  -9144.020122 -12200.994129    -70.297913  8  8  8 208       
+PG11  12337.947467 -22000.685839   7420.392290   -138.783288  5  7  9 166       
+PG12 -16731.173932  11395.182223 -17074.338846    -15.313420  7  6  3 187       
+PG13  -3496.100325 -23966.162768 -10984.354698    277.001340  6  7  7 241       
+PG14  14943.751551  21311.645048  -5480.683718    140.938986  7  8 10 225       
+PG15 -10237.017714  12306.584305  21178.006288   -139.021835  4  8  4 228       
+PG16  26719.622684    543.775362    374.738252   -161.626997  6  8  9 199       
+PG17 -15247.851260 -21387.115356  -4559.971243    184.191177  7  7  9 218       
+PG18   7546.994615  15404.092927  20662.209100    129.330508  3  9  7 230       
+PG19  13232.584007  -7664.659370  21705.349818   -125.565817  7  5  6 227       
+PG20  12327.531301 -14379.811260 -18744.452477     48.810312  9  6  4 222       
+PG21   -898.832194  22372.651141  14198.051673   -134.121641  5  5  5 226       
+PG22  18374.945819  11772.987094  15375.201121    150.947076     8  5 245       
+PG23   5627.751704 -17213.652800 -19309.198592    316.562120  7  4  8 225       
+PG24  15194.040338 -21554.559463   1475.179797    377.685267  8  5  9 192       
+PG25  -1897.058802  15158.416409 -21739.649047     -0.940168  7  8  4 179       
+PG26 -16078.876531  -2110.285386  20541.174224   -159.462100  9 10  7 287       
+PG27 -17181.998802  17049.163694  11223.220649    250.933794  6  8  8 206       
+PG28 -14933.064230 -13028.756934  18326.335746     28.424741  7  8  7 240       
+PG29   1518.386973  22821.311379 -13451.801536    196.305704  9  7  2 224       
+PG30  25051.591532   4493.532570  -8055.467393    333.273747  7  7 10 226       
+PG31  13400.584960   6183.625796 -21883.479224     60.129160  5  8  4 208       
+PG32  20387.014234  -8387.716477 -14227.792660   -225.668902  7  3  8 229       
+*  2011  3 31  4 30  0.00000000
+PG02 -17043.763285   1659.961111 -20151.169728    328.023140  6 11  6 178       
+PG03  20162.140527   4292.711374  16507.037455    695.575201  7  8  5 206       
+PG04 -11865.444683 -11056.511807 -21195.078209     75.196837 12     8 230       
+PG05 -26570.907239   1471.669631   -593.287389   -137.318423  2  8  8 221       
+PG06  20377.065916   8805.995065  14900.441810   -212.322952  7  4  5 213       
+PG07   3872.528895 -23923.368183  10628.553889      6.908894  9  6  8 218       
+PG08  -3441.503799 -18135.054558  18891.931691      7.614890  9  5  8 231       
+PG09 -14711.105245  20811.586882   6907.124895     70.875188  6  7 10 199       
+PG10 -20594.153673  -9363.237603 -14421.161317    -70.298814  8  8  7 210       
+PG11  12524.236553 -20873.824849   9887.307801   -138.785898  6  7  9 169       
+PG12 -18584.076919  11276.022431 -15113.919213    -15.310492  7  7  3 190       
+PG13  -2735.553129 -22813.618443 -13420.811349    276.999890  7  7  6 237       
+PG14  15017.867334  21818.029324  -2638.283674    140.941101  7  8 10 229       
+PG15 -11611.505392  10279.189949  21561.433746   -139.019297  4  9  4 228       
+PG16  26597.141593    735.102462  -2488.329144   -161.629658  6  7  9 202       
+PG17 -15233.135334 -21828.520638  -1746.972362    184.191202  7  7  9 215       
+PG18   5207.773512  15503.696708  21275.875076    129.332575  4  9  7 230       
+PG19  14379.160808  -5463.340186  21672.204888   -125.569117  7  4  6 228       
+PG20  14377.036323 -14349.765956 -17228.787696     48.810710  9  6  3 227       
+PG21  -1858.685982  23521.600788  11958.653246   -134.124050  5  5  5 229       
+PG22  16538.462383  12009.687429  17181.030068    150.946550  1  8  5 245       
+PG23   6915.437768 -15323.229637 -20479.316374    316.559828  7  4  8 216       
+PG24  15289.249672 -21115.583774   4297.499701    377.688055  7  7  9 196       
+PG25  -4356.209255  15244.103846 -21320.192079     -0.940489  6  8  4 185       
+PG26 -17133.211951  -4253.219916  19393.364232   -159.471255  8 10  7 288       
+PG27 -16763.494735  15769.247701  13639.224007    250.938043  6  8  8 208       
+PG28 -12859.463900 -13107.781853  19801.892949     28.426917  8  7  7 239       
+PG29    520.739222  21465.876705 -15574.153214    196.308219  9  7  2 221       
+PG30  24055.374503   4796.816573 -10632.803007    333.275779  7  7  9 226       
+PG31  12179.968205   8412.809702 -21835.188863     60.133626  4  8  5 213       
+PG32  21928.293503  -8060.952965 -11954.730590   -225.675590  7  2  8 234       
+*  2011  3 31  4 45  0.00000000
+PG02 -16205.526523   -563.629029 -20931.331717    328.025222  6 11  6 177       
+PG03  21257.537860   5796.992523  14641.642432    695.578949  6  7  5 208       
+PG04 -10816.505232 -13169.108026 -20500.294281     75.206288 12  3  8 216       
+PG05 -26372.627035   1185.647669  -3418.404549   -137.323762  3  8  7 219       
+PG06  21173.155344  10164.235062  12767.734462   -212.428889  7  2  5 216       
+PG07   4509.521912 -24808.532588   8008.958983      6.909762  9  6  8 218       
+PG08  -2338.333362 -19892.337422  17165.949345      7.615183  9  4  9 232       
+PG09 -14489.750801  19807.284908   9594.703475     70.878239  6  8  9 199       
+PG10 -18894.912323  -9675.028467 -16400.493475    -70.299300  9  8  7 204       
+PG11  12706.519477 -19489.461051  12178.439933   -138.788648  7  7  9 168       
+PG12 -20204.000214  11237.465793 -12890.903596    -15.307877  6  7  4 193       
+PG13  -1776.574641 -21481.307388 -15627.585662    276.999116  7  7  5 174       
+PG14  14947.629601  22044.490404    249.247304    140.943171  6  8 10 230       
+PG15 -13098.757825   8306.982967  21573.815265   -139.016012  3  9  5 228       
+PG16  26165.998201    953.536889  -5309.340596   -161.632242  6  6  9 204       
+PG17 -15065.395773 -22004.516514   1095.722001    184.191525  6  6  9 216       
+PG18   2824.841048  15721.379129  21534.571177    129.334228  4  9  8 231       
+PG19  15623.994721  -3348.721750  21266.822830   -125.572769  7  4  7 228       
+PG20  16241.854334 -14393.568089 -15419.145892     48.810441  8  6  2 231       
+PG21  -2655.768464  24476.926276   9510.969198   -134.126044  6  6  5 229       
+PG22  14530.376635  12347.062731  18695.838857    150.945528  4  7  6 246       
+PG23   8362.705315 -13412.547164 -21294.483086    316.557642  7  3  8 203       
+PG24  15258.350167 -20402.048756   7044.694315    377.691300  7  7 10 176       
+PG25  -6739.875236  15451.299747 -20534.245848     -0.940789  6  8  5 185       
+PG26 -18223.268016  -6197.459233  17898.885132   -159.480512  8 10  7 288       
+PG27 -16319.438206  14234.522813  15825.567556    250.940635  6  8  8 209       
+PG28 -10648.861380 -13309.910967  20953.244253     28.429232  8  7  8 240       
+PG29   -670.714491  19975.368287 -17427.435782    196.310682  9  8  2 219       
+PG30  22801.759563   5187.571556 -13030.714220    333.278758  7  7  9 226       
+PG31  11093.250792  10681.904690 -21403.463247     60.138372  3  8  6 217       
+PG32  23210.209567  -7810.443636  -9468.411405   -225.682533  7  1  8 237       
+*  2011  3 31  5  0  0.00000000
+PG02 -15453.860427  -2884.374066 -21347.960456    328.027415  7 10  5 181       
+PG03  22257.419978   7087.468729  12521.230347    695.584188  5  7  6 210       
+PG04  -9904.958146 -15242.802754 -19456.649847     75.216488 12  5  8 239       
+PG05 -25877.950751    838.886491  -6185.078023   -137.329062  3  8  8 219       
+PG06  21866.179901  11296.548433  10419.507759   -212.534561  6  1  4 215       
+PG07   4987.530445 -25441.166140   5249.902015      6.910668  9  6  9 218       
+PG08  -1426.449434 -21517.780539  15138.469432      7.616308  9  3  9 233       
+PG09 -14226.499717  18506.865366  12113.135606     70.879904  6  7  9 200       
+PG10 -17009.511882 -10102.221043 -18105.853013    -70.300493  9  7  7 204       
+PG11  12914.552748 -17867.173644  14252.731312   -138.791322  8  8  9 169       
+PG12 -21561.024350  11247.296286 -10443.767824    -15.305073  7  7  4 201       
+PG13   -610.806836 -20013.566645 -17567.348333    276.997256  6  8  5 229       
+PG14  14698.896743  22010.081058   3132.539771    140.945414  6  8 10 232       
+PG15 -14670.056050   6428.584904  21215.430793   -139.013700  4 10  6 226       
+PG16  25437.284695   1236.152280  -8040.550241   -161.634375  6  6  9 206       
+PG17 -14713.646827 -21935.629166   3919.842752    184.191615  6  6  8 215       
+PG18    443.112991  16056.541495  21433.036963    129.336239  4  9  8 230       
+PG19  16937.851336  -1359.224193  20497.168583   -125.576177  6  4  8 229       
+PG20  17889.803253 -14483.881303 -13345.995974     48.810866  8  6  3 233       
+PG21  -3307.094881  25202.942662   6896.533622   -134.128703  6  6  4 225       
+PG22  12390.475273  12800.867988  19894.094648    150.945018  4  7  6 246       
+PG23   9950.742939 -11526.909996 -21741.563226    316.555294  7  2  7 193       
+PG24  15138.463494 -19409.695027   9668.893654    377.695720  8  7 10 180       
+PG25  -9002.319756  15764.346930 -19395.248830     -0.941088  5  9  5 189       
+PG26 -19308.478954  -7915.291549  16086.590874   -159.489778  8 10  8 288       
+PG27 -15889.674706  12465.370599  17747.469569    250.944326  6  9  7 211       
+PG28  -8345.125123 -13647.962461  21761.753699     28.431586  7  7  8 240       
+PG29  -2055.310880  18394.286017 -18979.370070    196.313269  9  8  2 214       
+PG30  21321.369670   5693.047278 -15209.607065    333.281034  8  8  9 226       
+PG31  10156.617971  12941.859282 -20595.370039     60.142979  1  8  6 221       
+PG32  24208.018338  -7604.045983  -6813.403047   -225.689387  7  4  8 239       
+*  2011  3 31  5 15  0.00000000
+PG02 -14809.594481  -5259.349549 -21395.254425    328.029300  7 10  5 191       
+PG03  23122.555264   8162.986672  10183.894188    695.587728  5  7  6 211       
+PG04  -9133.704378 -17232.010410 -18080.732068     75.225469 12  5  8 214       
+PG05 -25103.426100    397.958441  -8846.011574   -137.334353  3  8  7 221       
+PG06  22417.560463  12204.616170   7895.278336   -212.640405  6     5 215       
+PG07   5335.235186 -25793.697319   2399.375775      6.911636  9  9  9 217       
+PG08   -697.421303 -22963.866413  12844.165045      7.616172  9  3  9 233       
+PG09 -13961.498569  16922.906422  14416.795984     70.883047  6  8  9 203       
+PG10 -14977.401983 -10661.249350 -19508.510042    -70.300909 10  7  6 204       
+PG11  13174.825624 -16033.727744  16073.017599   -138.794293  8  8  9 170       
+PG12 -22633.207095  11269.290959  -7814.970404    -15.302742  7  8  5 201       
+PG13    761.552289 -18456.881489 -19207.411151    276.995734  7  8  4 223       
+PG14  14242.756223  21741.286827   5962.481599    140.947647  6  7 10 231       
+PG15 -16290.939769   4677.162464  20492.911918   -139.010957  4 10  7 225       
+PG16  24430.430654   1617.192852 -10635.618226   -161.636911  6  7  9 202       
+PG17 -14152.302524 -21649.121466   6677.577174    184.191659  6  5  8 215       
+PG18  -1892.875876  16501.086746  20971.854845    129.338085  5  9  9 230       
+PG19  18286.045923    472.736855  19377.356421   -125.579697  6  4  9 229       
+PG20  19295.232283 -14588.938483 -11044.385921     48.811160  8  6  2 233       
+PG21  -3835.782308  25669.564297   4160.425639   -134.131298  7  6  4 226       
+PG22  10161.739005  13379.890467  20755.549592    150.944277  6  7  6 245       
+PG23  11653.331738  -9708.171383 -21813.863903    316.553181  6     7 184       
+PG24  14967.937616 -18142.946448  12124.538728    377.699820  8  8 10 179       
+PG25 -11101.877612  16160.469582 -17922.709509     -0.941362  5  8  6 192       
+PG26 -20345.717634  -9388.060469  13990.714403   -159.498887  7 10  8 289       
+PG27 -15510.440820  10489.538500  19374.926050    250.948429  6  9  7 213       
+PG28  -5994.264494 -14127.023929  22214.118926     28.433481  8  6  8 240       
+PG29  -3623.948642  16767.737135 -20202.861819    196.315922  8  9  2 207       
+PG30  19650.533824   6334.676197 -17133.771361    333.281952  8  8  8 222       
+PG31   9377.828098  15142.144943 -19424.757506     60.147606  3  7  7 223       
+PG32  24905.574249  -7406.405438  -4037.232299   -225.696355  7  5  8 240       
+*  2011  3 31  5 30  0.00000000
+PG02 -14286.265583  -7642.987702 -21073.855476    328.031240  8 10  5 171       
+PG03  23816.046158   9030.429564   7671.080482    695.592394  4  7  6 213       
+PG04  -8497.994474 -19092.056319 -16394.900514     75.234993 12  6  8 210       
+PG05 -24073.277916   -166.679214 -11355.706017   -137.339603  4  7  7 221       
+PG06  22791.094755  12897.773194   5237.552416   -212.745712  5  2  4 220       
+PG07   5586.149569 -25846.413326   -492.969031      6.912447  9  9  9 215       
+PG08   -134.502782 -24187.098195  10322.770661      7.617395 10  3  9 232       
+PG09 -13732.818755  15077.377804  16463.492729     70.884787  6  8  9 204       
+PG10 -12841.475900 -11361.395061 -20584.594649    -70.300504 10  6  5 205       
+PG11  13509.325884 -14022.166387  17606.771782   -138.796934  8  8  9 178       
+PG12 -23407.318041  11264.792911  -5050.197687    -15.300027  7  8  6 200       
+PG13   2331.591293 -16858.147978 -20520.241763    276.994332  6  8  2 216       
+PG14  13556.772418  21270.884509   8691.029035    140.949540  6  8 10 232       
+PG15 -17922.436188   3079.334891  19419.096448   -139.008155  4 10  8 225       
+PG16  23172.520238   2126.581167 -13050.364202   -161.639233  6  8  8 202       
+PG17 -13362.295638 -21177.840327   9322.339487    184.192185  6  4  7 212       
+PG18  -4140.443980  17039.653771  20157.514891    129.339831  5  9  9 231       
+PG19  19629.731353   2121.768029  17927.349453   -125.583255  5  4  9 231       
+PG20  20439.865420 -14673.867290  -8553.382957     48.810956  7  6  3 237       
+PG21  -4269.984410  25853.585659   1350.497356   -134.133418  7  6  4 226       
+PG22   7888.882730  14085.508264  21265.563722    150.943567  7  7  6 246       
+PG23  13437.748683  -7993.268528 -21511.180270    316.550783  6     7 168       
+PG24  14784.688935 -16614.858956  14369.193179    377.704956  9  9 10 183       
+PG25 -13002.368798  16610.695501 -16141.877629     -0.941623  5  9  6 196       
+PG26 -21291.055655 -10606.564374  11650.066898   -159.508357  7 10  8 289       
+PG27 -15213.008191   8341.187819  20683.022227    250.953323  6  9  7 214       
+PG28  -3642.935365 -14744.192782  22302.559998     28.436139  8  6  8 239       
+PG29  -5359.236530  15139.749731 -21076.493745    196.318264  8  9  2 198       
+PG30  17829.982670   7127.147466 -18771.875776    333.285266  8  8  8 220       
+PG31   8756.013543  17232.600298 -17912.021742     60.152161  3  6  7 225       
+PG32  25295.848577  -7180.588030  -1189.435168   -225.703187  7  6  8 242       
+*  2011  3 31  5 45  0.00000000
+PG02 -13889.703153  -9988.659783 -20390.737280    328.033557  8  9  6 157       
+PG03  24304.748835   9704.156604   5026.797519    695.595196  4  7  6 212       
+PG04  -7985.702624 -20780.762245 -14426.993788     75.244521 11  6  7 213       
+PG05 -22818.504354   -879.353169 -13671.222694   -137.345006  5  7  7 219       
+PG06  22954.392114  13392.484383   2491.156651   -212.851534  5  4  4 219       
+PG07   5777.100071 -25588.266951  -3376.720636      6.913368  9  9  9 215       
+PG08    286.547082 -25149.711252   7618.384505      7.618325 10  3  9 232       
+PG09 -13574.763522  13001.026372  18215.372707     70.887386  5  8  9 203       
+PG10 -10646.625554 -12204.294874 -21315.488051    -70.302151 10  6  5 200       
+PG11  13934.502132 -11870.647836  18826.749237   -138.799750  8  8  9 179       
+PG12 -23879.239337  11194.391289  -2197.545985    -15.297252  7  8  6 207       
+PG13   4081.861381 -15262.941045 -21483.889931    276.992773  6  8    210       
+PG14  12625.989299  20636.581302  11271.989374    140.951722  5  8 10 232       
+PG15 -19522.467990   1654.343649  18012.780707   -139.005197  5 10  9 224       
+PG16  21697.333177   2788.583673 -15243.495405   -161.641745  6  9  8 197       
+PG17 -12331.955243 -20558.872162  11809.514771    184.192209  6  4  6 214       
+PG18  -6260.182084  17650.133815  19002.397635    129.341639  5  9  9 231       
+PG19  20927.345052   3570.237995  16172.571095   -125.586484  4  4 10 230       
+PG20  21313.375553 -14702.153159  -5915.438608     48.811420  6  7  4 235       
+PG21  -4641.595354  25739.719336  -1483.495487   -134.136523  7  7  3 226       
+PG22   5616.838161  14911.535732  21415.343931    150.942692  7  7  7 246       
+PG23  15265.921996  -6412.970829 -20839.727726    316.548505  5     7 175       
+PG24  14624.581134 -14846.736126  16364.285102    377.709419  9  9 10 182       
+PG25 -14674.304969  17081.031098 -14083.316588     -0.941931  4  9  7 197       
+PG26 -22101.525892 -11571.066372   9107.185043   -159.517498  6 10  8 289       
+PG27 -15022.545045   6059.741247  21652.160090    250.954851  7  9  6 214       
+PG28  -1336.924909 -15488.602217  22024.951148     28.438529  8  6  9 239       
+PG29  -7235.971227  13551.637031 -21584.918277    196.320744  8  9  2 185       
+PG30  15903.410439   8077.741778 -20097.389125    333.286931  8  8  8 216       
+PG31   8281.842685  19165.274320 -16083.739282     60.156938  4  6  8 226       
+PG32  25381.078574  -6889.772157   1679.421026   -225.710207  7  7  7 241       
+*  2011  3 31  6  0  0.00000000
+PG02 -13617.929466 -12250.282554 -19358.987426    328.035284  9  9  6 153       
+PG03  24560.536292  10205.168143   2296.811911    695.600074  4  7  5 216       
+PG04  -7577.897926 -22259.965884 -12209.933089     75.253728 11  6  6 211       
+PG05 -21375.727704  -1758.043206 -15752.905470   -137.350155  5  6  7 221       
+PG06  22880.184186  13711.557445   -297.472488   -212.956914  5  5  4 221       
+PG07   5946.575470 -25017.352195  -6201.619199      6.914275  9  8  9 214       
+PG08    596.322115 -25821.178422   4778.662315      7.618040 10  3  9 231       
+PG09 -13516.316526  10732.389121  19639.761322     70.890075  5  8  8 202       
+PG10  -8438.224939 -13183.732857 -21688.147420    -70.302193 11  6  3 197       
+PG11  14460.469122  -9621.078124  19711.516123   -138.802810  8  8  9 187       
+PG12 -24054.016289  11019.640015    693.342996    -15.294994  7  8  7 208       
+PG13   5986.877604 -13713.852168 -22082.321235    276.991572  6  9    194       
+PG14  11443.652472  19879.487357  13661.764690    140.953862  5  8 10 233       
+PG15 -21047.386194    413.513346  16298.375496   -139.002595  5 10  9 221       
+PG16  20044.142496   3620.684833 -17177.298987   -161.644164  6  9  8 197       
+PG17 -11057.611926 -19832.056808  14097.167157    184.192589  6  4  6 213       
+PG18  -8217.268406  18304.456373  17524.669389    129.343497  5  8  9 232       
+PG19  22136.159248   4808.716539  14143.437891   -125.590051  3  4 10 230       
+PG20  21913.665114 -14637.184620  -3175.686949     48.811657  6  7  5 237       
+PG21  -4984.772924  25321.337105  -4290.843266   -134.138527  7  7  5 225       
+PG22   3389.233212  15844.362054  21202.095858    150.941756  8  6  7 247       
+PG23  17095.791014  -4990.885032 -19811.966915    316.546179  5  3  6 185       
+PG24  14519.906276 -12867.429653  18075.765681    377.712237  9  9 10 188       
+PG25 -16095.842947  17533.843991 -11782.383740     -0.942269  3  9  8 196       
+PG26 -22736.815102 -12290.931836   6407.452988   -159.526752  5 10  9 289       
+PG27 -14957.224565   3688.574061  22268.210222    250.958597  7 10  6 214       
+PG28    880.336797 -16341.733861  21384.893592     28.440734  8  5  9 239       
+PG29  -9221.928232  12040.476960 -21719.142635    196.323413  8  9  3 179       
+PG30  13915.954528   9185.945859 -21088.928128    333.289352  8  9  8 215       
+PG31   7938.036824  20896.191682 -13972.172417     60.161549  4  5  8 231       
+PG32  25172.546502  -6498.924851   4518.717691   -225.716996  7  7  7 242       
+*  2011  3 31  6 15  0.00000000
+PG02 -13461.371755 -14383.887980 -17997.493415    328.037391  9  9  7 157       
+PG03  24561.361337  10560.037479   -472.150493    695.604812  5  7  6 215       
+PG04  -7249.696412 -23496.914561  -9781.223545     75.263021 10  7  4 215       
+PG05 -19785.842950  -2813.495238 -17565.049931   -137.355570  5  5  7 223       
+PG06  22547.462573  13883.120001  -3081.032533   -213.062761  5  6  4 219       
+PG07   6133.012907 -24141.029088  -8918.466856      6.914863  9  8  9 210       
+PG08    830.351418 -26179.440772   1853.919390      7.617997 10  8  8 241       
+PG09 -13579.805797   8316.467200  20709.908202     70.892076  5  8  8 201       
+PG10  -6260.593845 -14285.728322 -21695.358826    -70.302654 11  5  3 194       
+PG11  15090.491075  -7317.598380  20245.847727   -138.805531  8  8  9 189       
+PG12 -23945.556024  10704.745180   3572.175867    -15.292241  7  9  7 205       
+PG13   8013.925192 -12248.957300 -22305.655501    276.990250  6  9    163       
+PG14  10011.625642  19042.479610  15820.047209    140.955984  5  8  9 231       
+PG15 -22453.569469   -639.978411  14305.472871   -138.999836  5  9 10 221       
+PG16  18256.310954   4632.713921 -18818.288012   -161.646618  6 10  8 190       
+PG17  -9543.909430 -19038.414677  16146.703967    184.192710  6  4  5 214       
+PG18  -9982.630578  18969.622231  15748.084981    129.345215  6  8  9 232       
+PG19  23213.876216   5836.101510  11874.823367   -125.593497  2  5 11 229       
+PG20  22246.839977 -14443.821632   -381.186038     48.811554  6  7  5 237       
+PG21  -5334.342195  24600.871551  -7020.890447   -134.141243  7  8  5 224       
+PG22   1246.922681  16863.379007  20629.086116    150.940950  8  6  7 245       
+PG23  18882.816371  -3742.750395 -18446.329045    316.543944  4  3  6 198       
+PG24  14498.028285 -10712.355554  19474.673863    377.714424 10  9  9 190       
+PG25 -17253.448840  17929.399752  -9278.627029     -0.942616  3  8  8 196       
+PG26 -23160.821892 -12783.925128   3598.222629   -159.535475  3 10  8 289       
+PG27 -15027.600501   1273.595057  22522.595886    250.960076  7  9  5 214       
+PG28   2969.190805 -17278.010275  20391.726383     28.442927  8  6  9 239       
+PG29 -11278.936289  10637.767128 -21476.699995    196.326022  7 10  4 164       
+PG30  11912.645144  10443.356101 -21730.532365    333.291147  7  8  8 212       
+PG31   7700.220069  22386.966485 -11614.658262     60.166009  5  4  8 233       
+PG32  24690.004649  -5976.390459   7278.742339   -225.723910  6  8  7 241       
+*  2011  3 31  6 30  0.00000000
+PG02 -13403.370936 -16349.098762 -16330.543652    328.039632  9  9  7 154       
+PG03  24292.085510  10799.656883  -3233.185753    695.609432  5  8  6 214       
+PG04  -6971.365591 -24465.475967  -7182.356788     75.272158 10  7  5 246       
+PG05 -18092.514711  -4048.612879 -19076.509225   -137.360836  6  5  6 220       
+PG06  21942.399778  13939.396998  -5812.122815   -213.168825  5  7  3 218       
+PG07   6373.091166 -22975.692502 -11480.015844      6.915813  9  8  9 207       
+PG08   1027.465393 -26211.806998  -1103.838105      7.618497 10 10  8 229       
+PG09 -13779.849094   5803.112688  21405.611765     70.893416  6  9  7 205       
+PG10  -4155.495294 -15488.920305 -21335.912487    -70.303853 11  5  2 192       
+PG11  15820.764635  -5004.992928  20420.987970   -138.808566  8  8  8 188       
+PG12 -23575.986967  10218.152292   6388.912098    -15.289803  7  9  6 210       
+PG13  10124.140327 -10900.470328 -22150.308401    276.988533  5  9    149       
+PG14   8340.487740  18168.517840  17710.457960    140.958326  5  8  9 230       
+PG15 -23699.029517  -1511.016154  12068.331934   -138.997014  5  9 10 220       
+PG16  16379.736022   5826.260228 -20137.790386   -161.648898  6 10  8 188       
+PG17  -7803.811792 -18218.544426  17923.488045    184.192787  5  5  4 215       
+PG18 -11533.908689  19608.951490  13701.693744    129.346975  5  8  9 230       
+PG19  24120.209746   6659.433478   9405.462701   -125.596808  3  4 11 229       
+PG20  22326.874904 -14089.925642   2419.885653     48.811255  6  7  5 236       
+PG21  -5724.149818  23589.850445  -9624.074873   -134.143955  7  8  5 219       
+PG22   -773.376722  17941.683799  19705.612935    150.940430  8  6  7 245       
+PG23  20581.582031  -2676.045307 -16766.850104    316.542095  3  4  6 205       
+PG24  14580.241128  -8422.267811  20537.599150    377.719376 10  9  9 187       
+PG25 -18142.247377  18227.493279  -6615.107879     -0.942959  3  8  8 200       
+PG26 -23343.025272 -13075.208721    727.952092   -159.544696  1 10  8 289       
+PG27 -15236.261992  -1138.236097  22412.316588    250.962573  8 10  5 216       
+PG28   4895.042406 -18265.652583  19060.471217     28.445141  8  6  9 240       
+PG29 -13364.194321   9368.308616 -20861.702702    196.328594  7 10  4 138       
+PG30   9936.877133  11833.871644 -22011.867361    333.293742  7  8  8 208       
+PG31   7538.065453  23606.197189  -9052.896042     60.170651  5  4  9 234       
+PG32  23960.777818  -5295.325641   9911.600833   -225.730980  7  8  7 241       
+*  2011  3 31  6 45  0.00000000
+PG02 -13420.961439 -18110.457784 -14387.354759    328.041807  9  9  8 145       
+PG03  23745.050029  10957.849822  -5939.964011    695.613481  6  8  5 214       
+PG04  -6709.641956 -25147.114181  -4458.121150     75.282167  9  5  7 184       
+PG05 -16340.578953  -5458.151908 -20261.226741   -137.366169  6  5  6 221       
+PG06  21059.016804  13915.332267  -8444.026107   -213.274427  5  8  3 215       
+PG07   6700.101187 -21546.194996 -13841.816338      6.916715  9  8  8 204       
+PG08   1228.015892 -25915.479089  -4041.928244      7.619198 10  9  6 239       
+PG09 -14122.634462   3245.196089  21713.698938     70.895512  7  9  7 203       
+PG10  -2160.720170 -16765.239795 -20614.694362    -70.304429 11  5  3 184       
+PG11  16640.508841  -2727.086989  20234.766159   -138.811446  7  8  8 195       
+PG12 -22974.705896   9533.968857   9094.660945    -15.287186  8  9  6 209       
+PG13  12273.825195  -9693.630276 -21619.035691    276.987389  4  9    132       
+PG14   6449.308293  17298.974844  19301.121323    140.960410  5  8  9 229       
+PG15 -24744.962413  -2212.152331   9625.292641   -138.994533  4  9 11 221       
+PG16  14461.199530   7194.402488 -21112.470020   -161.651619  7 10  8 126       
+PG17  -5858.305509 -17411.049153  19397.391183    184.192915  5  5  4 215       
+PG18 -12856.179068  20183.505158  11419.445925    129.348732  6  7  9 230       
+PG19  24818.395579   7293.408840   6777.307843   -125.600517  4  5 11 228       
+PG20  22174.980932 -13547.790436   5179.064503     48.811500  5  7  5 236       
+PG21  -6185.444185  22308.553551 -12052.968020   -134.145547  7  9  6 218       
+PG22  -2640.297272  19047.033085  18446.884000    150.939635  8  6  7 245       
+PG23  22147.428676  -1789.914865 -14802.723227    316.539635  3  5  7 214       
+PG24  14780.884283  -6041.839895  21247.037291    377.723181 11 10  9 193       
+PG25 -18766.043144  18389.111310  -3837.661758     -0.943210  4  8  8 199       
+PG26 -23259.620115 -13196.096360  -2154.621790   -159.553857    10  8 288       
+PG27 -15577.771660  -3500.408688  21939.917133    250.965447  8 10  5 216       
+PG28   6629.488962 -19267.780289  17411.706296     28.447231  8  6  9 239       
+PG29 -15431.779860   8249.362732 -19884.775887    196.331260  7 10  4 149       
+PG30   8028.954464  13334.168465 -21928.356655    333.296089  7  8  8 209       
+PG31   7416.687507  24530.585395  -6332.149952     60.175377  5  3  9 237       
+PG32  23018.587934  -4434.923558  12372.065249   -225.737953  6  8  7 242       
+*  2011  3 31  7  0  0.00000000
+PG02 -13485.887728 -19638.566441 -12201.536472    328.043697  9  8  8  91       
+PG03  22920.374946  11069.903526  -8547.444052    695.617809  6  8  5 214       
+PG04  -6429.211650 -25531.586973  -1655.829199     75.291659  9  5  9 189       
+PG05 -14574.409474  -7028.730715 -21098.686841   -137.371189  6  5  6           
+PG06  19899.569162  13847.104456 -10931.492960   -213.379995  5  8  4 215       
+PG07   7142.460183 -19884.947849 -15963.006951      6.917618  9  8  8 208       
+PG08   1472.028740 -25297.679020  -6908.028341      7.618739 11  7  5 227       
+PG09 -14605.574003    696.635344  21628.341147     70.897371  7  9  6 204       
+PG10   -308.810946 -18080.850742 -19542.688220    -70.306024 10  5  3 171       
+PG11  17532.355205   -525.202160  19691.571938   -138.814027  7  8  9 200       
+PG12 -22177.152133   8633.164757  11642.552691    -15.284578  8  9  6 201       
+PG13  14415.949151  -8645.861767 -20720.880487    276.986135  3  9              
+PG14   4365.109846  16472.041524  20565.169045    140.962557  6  8  8 230       
+PG15 -25557.188176  -2762.920717   7018.127387   -138.991905  3  8 11 219       
+PG16  12546.682661   8721.767361 -21724.769646   -161.653841  7 10  8 176       
+PG17  -3735.806686 -16651.048041  20543.281922    184.193066  5  5  4 215       
+PG18 -13942.405603  20653.630293   8939.698737    129.350468  6  7  9 232       
+PG19  25276.576846   7759.612373   4034.842609   -125.604068  6  5 11 228       
+PG20  21818.697018 -12795.415723   7848.453875     48.811373  6  7  5 236       
+PG21  -6745.357767  20785.300503 -14263.283835   -134.148204  6  9  6 218       
+PG22  -4328.832237  20143.014995  16873.801091    150.939059  8  5  7 245       
+PG23  23538.058117  -1075.417089 -12587.778848    316.537375  3  6  6 223       
+PG24  15106.746949  -3618.111101  21591.636278    377.726526 11 10  9 199       
+PG25 -19137.013084  18378.061180   -994.109000     -0.943585  5  7  8 191       
+PG26 -22894.387510 -13182.617232  -5001.265333   -159.562857    10  7 288       
+PG27 -16038.883823  -5768.332828  21113.406735    250.968026  8 10  6 216       
+PG28   8151.241319 -20243.722295  15471.363680     28.450143  8  6  8 238       
+PG29 -17434.290078   7290.114091 -18562.872286    196.333638  7 10  5 152       
+PG30   6224.755101  14914.437703 -21481.243295    333.298244  7  8  8 212       
+PG31   7298.220967  25145.733634  -3500.387067     60.179843  6  2  9 241       
+PG32  21902.155687  -3381.381276  14618.341763   -225.744880  6  8  7 243       
+*  2011  3 31  7 15  0.00000000
+PG02 -13565.815847 -20910.994867  -9810.504922    328.046009  9  7  8           
+PG03  21825.982453  11171.076275 -11012.543813    695.621509  6  9  4 206       
+PG04  -6094.295885 -25617.330655   1175.524462     75.300802  8  6 10 178       
+PG05 -12836.310745  -8739.158076 -21574.275810   -137.376374  6  5  6 176       
+PG06  18474.632809  13770.592516 -13231.516613   -213.485242  5  9  3 205       
+PG07   7722.429369 -18030.737587 -17807.032480      6.918530  9  8  7 212       
+PG08   1797.370554 -24375.370198  -9651.202166      7.619474 10  8  5 230       
+PG09 -15217.350329  -1789.624265  21151.193886     70.897757  8 10  6 206       
+PG10   1374.026907 -19397.330844 -18136.882696    -70.306867 10  5  3 156       
+PG11  18473.017320   1563.266304  18802.193838   -138.816954  6  8  8 200       
+PG12 -21223.359363   7504.502416  13988.567020    -15.282056  8  9  5 211       
+PG13  16501.781422  -7766.238513 -19471.024791    276.984753  2  9    113       
+PG14   2122.037057  15721.264658  21481.168025    140.964846  6  8  7 228       
+PG15 -26107.425244  -3188.885028   4291.340667   -138.988898  1  8 11 221       
+PG16  10679.709442  10384.919725 -21963.265164   -161.656421  7 10  8 132       
+PG17  -1471.293260 -15968.827451  21341.441480    184.193278  6  6  3 216       
+PG18 -14793.594517  20980.571552   6304.623797    129.352631  6  7  8 228       
+PG19  25469.015519   8085.499532   1224.367009   -125.607632  7  4 11 226       
+PG20  21290.739699 -11817.570691  10381.577211     48.811750  5  7  6 235       
+PG21  -7425.564478  19055.397776 -16214.823618   -134.150448  5 10  6 208       
+PG22  -5821.110694  21190.397803  15012.652150    150.938336  8  5  7 243       
+PG23  24715.050598   -516.074186 -10159.902451    316.535321  2  6  7 225       
+PG24  15556.780449  -1198.858541  21566.332392    377.728886 11  9  8 198       
+PG25 -19275.082384  18162.502028   1866.570452     -0.943910  6  6  8 199       
+PG26 -22239.279474 -13073.950722  -7764.976296   -159.572374  2 10  8 288       
+PG27 -16599.032859  -7900.739942  19946.131135    250.970839  8 10  7 218       
+PG28   9446.802348 -21150.500071  13270.444516     28.451906  7  6  8 240       
+PG29 -19324.550957   6491.460914 -16918.971529    196.335949  6 10  6 184       
+PG30   4554.560097  16539.363643 -20677.580767    333.300004  7  8  8 209       
+PG31   7143.517704  25446.591787   -607.371212     60.184493  5  1  9 239       
+PG32  20653.641237  -2128.577035  16612.746879   -225.751870  7  7  7 241       
+*  2011  3 31  7 30  0.00000000
+PG02 -13625.692864 -21912.935927  -7254.854466    328.047804  9  6  8 104       
+PG03  20477.349496  11295.132287 -13294.762341    695.625789  6  9  4 204       
+PG04  -5670.276313 -25411.511058   3986.158957     75.310396  8  4 11 173       
+PG05 -11164.997907 -10561.067657 -21679.546441   -137.381579  6  5  5           
+PG06  16802.882260  13719.848908 -15304.085548   -213.591313  5  9  4 200       
+PG07   8455.086362 -16027.306723 -19342.275640      6.919589  9  8  7 203       
+PG08   2238.011070 -23174.586453 -12222.892049      7.620687 10  8  5 234       
+PG09 -15938.355106  -4163.586586  20291.354244     70.900092  8 10  5 209       
+PG10   2868.782387 -20673.053500 -16420.078673    -70.307312 10  5  4 168       
+PG11  19434.207431   3506.093495  17583.530858   -138.819681  6  7  8 205       
+PG12 -20156.344320   6145.160108  16092.302710    -15.279601  8  9  4 213       
+PG13  18482.596209  -7055.268814 -17890.547286    276.983265  2  9    203       
+PG14   -239.737859  15074.270268  22033.466867    140.967110  7  8  6 228       
+PG15 -26374.352815  -3520.459830   1491.427621   -138.986170     7 11 221       
+PG16   8899.782153  12153.075054 -21822.922104   -161.659132  7 10  8 151       
+PG17    894.808097 -15388.680857  21777.901861    184.193295  6  6  4 215       
+PG18 -15418.639289  21128.086546   3559.520770    129.354439  5  7  9 227       
+PG19  25377.087266   8303.167025  -1606.740124   -125.611230  8  5 11 227       
+PG20  20627.654789 -10606.602464  12734.215368     48.811694  6  6  6 236       
+PG21  -8241.176922  17159.790905 -17872.326210   -134.152705  5 10  6 206       
+PG22  -7106.904915  22148.606709  12894.712554    150.937796  8  5  7 244       
+PG23  25645.240943    -88.704795  -7560.399640    316.533118  2  7  7 228       
+PG24  16122.126022   1169.042882  21172.378122    377.729910 11  9  8 202       
+PG25 -19207.008233  17716.318260   4695.083898     -0.944275  6  6  8 201       
+PG26 -21294.708399 -12910.791504 -10400.654098   -159.581828  4 10  8 289       
+PG27 -17231.075470  -9860.970849  18456.599030    250.975348  8 10  8 220       
+PG28  10510.872210 -21944.436325  10844.646886     28.454367  7  6  8 238       
+PG29 -21057.327304   5846.140241 -14981.669597    196.338557  6 10  6 167       
+PG30   3042.085892  18169.309604 -19530.152820    333.303075  7  8  8 210       
+PG31   6913.889777  25437.537411   2296.265739     60.188929  6     9 241       
+PG32  19316.989891   -678.437308  18322.284200   -225.758681  7  7  6 243       
+*  2011  3 31  7 45  0.00000000
+PG02 -13629.203327 -22637.584192  -4577.697474    328.050175  8  8  8 216       
+PG03  18897.003234  11472.954192 -15356.750193    695.632276  6 10  4 195       
+PG04  -5125.292008 -24929.733305   6726.437517     75.319804  8  4 12 168       
+PG05  -9594.221732 -12459.837037 -21412.380899   -137.386803  7  6  6 160       
+PG06  14910.564523  13725.639733 -17112.900074   -213.696441  5 10  4 190       
+PG07   9347.592349 -13921.756482 -20542.591900      6.920559  9  8  6 203       
+PG08   2822.457289 -21729.399905 -14577.850085      7.621042 10  8  5 151       
+PG09 -16741.498922  -6380.046831  19065.138278     70.902465  9 10  5 210       
+PG10   4164.228857 -21864.723455 -14420.593506    -70.307558 10  5  5 168       
+PG11  20383.757316   5277.242859  16058.189682   -138.822334  5  6  8 205       
+PG12 -19020.397557   4561.024571  17917.674604    -15.277062  8  9  2 215       
+PG13  20311.388463  -6505.010715 -16006.090223    276.982103     9    208       
+PG14  -2675.334632  14551.718995  22212.456842    140.969297  7  7  5 227       
+PG15 -26344.421879  -3791.549020  -1333.897406   -138.983551     6 11 219       
+PG16   7240.969862  13989.111471 -21305.245844   -161.661367  8 10  8 157       
+PG17   3317.942144 -14927.980821  21844.700642    184.193606  7  6  4 216       
+PG18 -15833.854566  21063.999351    752.045494    129.356354  5  7  9 226       
+PG19  24990.024737   8447.957039  -4410.771320   -125.614867  9  5 11 227       
+PG20  19868.323854  -9162.954112  14865.211159     48.811988  6  6  5 234       
+PG21  -9199.936432  15143.483846 -19206.196350   -134.154790  4 11  6 199       
+PG22  -8183.849315  22977.274678  10555.758761    150.937013  8  5  7 243       
+PG23  26301.905263    235.496197  -4833.318148    316.530679  3  7  7 228       
+PG24  16786.453052   3441.211170  20417.265488    377.731185 11  9  8 201       
+PG25 -18965.207357  17020.281091   7442.679436     -0.944650  6  5  8 199       
+PG26 -20069.541611 -12733.703053 -12865.710207   -159.591285  5 10  7 244       
+PG27 -17902.264619 -11618.113330  16668.262528    250.980292  8  9  8 220       
+PG28  11346.457565 -22582.835583   8233.902023     28.456508  7  6  8 240       
+PG29 -22590.966224   5339.182124 -12784.666430    196.341154  6 10  7 178       
+PG30   1703.752930  19761.673545 -18057.321117    333.306476  7  8  8 210       
+PG31   6572.825655  25132.091200   5159.953976     60.193825  6     9 241       
+PG32  17936.249466    959.013249  19719.117534   -225.765477  7  7  6 242       
+*  2011  3 31  8  0  0.00000000
+PG02 -13540.269829 -23086.230543  -1823.980724    328.052152  7  6  8 210       
+PG03  17113.780414  11731.278926 -17164.826385    695.635673  6 10  4 193       
+PG04  -4431.739217 -24195.417906   9347.811183     75.329106  8  5 12 174       
+PG05  -8151.591278 -14395.758071 -20777.047960   -137.392219  6  6  5 165       
+PG06  12830.684275  13814.109742 -18626.038918   -213.802194  5 10  5 184       
+PG07  10398.781620 -11762.835747 -21387.739049      6.922000  9  8  5 205       
+PG08   3572.426821 -20080.575470 -16674.985387      7.622352 10  9  6 148       
+PG09 -17593.352839  -8400.216374  17495.687471     70.904096  9 10  6 210       
+PG10   5257.218665 -22929.010955 -12171.860447    -70.309390  9  4  6 168       
+PG11  21286.893349   6857.622196  14253.982547   -138.825006  5  6  8 206       
+PG12 -17859.344800   2766.642711  19433.525839    -15.274620  8  9    217       
+PG13  21944.537877  -6099.512816 -13849.439085    276.980434  3  9  2 216       
+PG14  -5136.662757  14166.531862  22014.743428    140.971597  7  7  4 226       
+PG15 -26012.384962  -4038.053640  -4136.490836   -138.980787  2  6 11 217       
+PG16   5730.706710  15850.846839 -20418.318705   -161.663864  8 10  9 164       
+PG17   5750.906409 -14596.518478  21540.047261    184.193822  7  5  4 217       
+PG18 -16062.211063  20761.626192  -2068.635421    129.358030  5  7  8 227       
+PG19  24305.382940   8556.945943  -7140.444661   -125.618047  9  5 11 225       
+PG20  19052.384774  -7495.368399  16737.224174     48.811660  5  6  5 234       
+PG21 -10301.733567  13053.799425 -20193.089335   -134.157001  3 11  6 192       
+PG22  -9057.360301  23637.809429   8035.499099    150.936095  8  5  6 242       
+PG23  26665.717028    489.671751  -2024.736191    316.528344  3  7  7 230       
+PG24  17526.591319   5577.240326  19314.549735    377.733294 11  8  8 205       
+PG25 -18586.373312  16062.952152  10061.990977     -0.945005  7  5  8 197       
+PG26 -18580.810347 -12581.514398 -15120.619043   -159.600682  7 10  8 241       
+PG27 -18575.427275 -13147.954423  14609.249912    250.983758  8 10  9 220       
+PG28  11964.671127 -23025.677209   5481.816446     28.458664  7  6  8 240       
+PG29 -23888.909378   4948.673607 -10366.161803    196.343675  5 10  7 184       
+PG30    548.216980  21272.369455 -16282.799303    333.308814  7  8  8 215       
+PG31   6087.609286  24552.284257   7934.097126     60.198274  7  2  9 240       
+PG32  16553.924075   2765.913251  20780.939279   -225.772325  6  6  6 243       
+*  2011  3 31  8 15  0.00000000
+PG02 -13324.544374 -23268.072520    960.213687    328.054234  7  7  9 215       
+PG03  15161.878260  12091.597878 -18689.440725    695.641333  7 10  5 178       
+PG04  -3567.608038 -23238.865964  11803.753081     75.338437  8  6 12 169       
+PG05  -6857.639695 -16325.415590 -19784.152225   -137.397187  6  6  6 172       
+PG06  10601.927225  14005.626661 -19816.561706   -213.908396  6 10  5 165       
+PG07  11599.087742  -9599.184150 -21863.695773      6.922615  9  7  5 203       
+PG08   4501.815663 -18273.973480 -18478.108017      7.622534 10  8  6 141       
+PG09 -18455.565668 -10193.059129  15612.420180     70.906174  9  9  6 213       
+PG10   6152.665210 -23824.223228  -9711.923810    -70.309707  8  4  6 172       
+PG11  22107.610753   8235.554083  12203.342318   -138.828058  3  5  8 206       
+PG12 -16714.847623    784.835900  20614.145549    -15.272062  8  9    219       
+PG13  23343.360169  -5815.565148 -11457.019645    276.979470  2  8    218       
+PG14  -7574.044658  13923.415602  21443.225215    140.973743  7  7  4 226       
+PG15 -25381.524890  -4296.305486  -6868.576740   -138.977820  3  5 11 213       
+PG16   4388.849474  17692.534851 -19176.718859   -161.666577  9 10  8 155       
+PG17   8145.441593 -14396.137035  20868.396238    184.194129  8  6  5 217       
+PG18 -16132.296872  20201.010099  -4852.747804    129.359707  6  7  8 224       
+PG19  23329.209771   8667.372116  -9749.653223   -125.621254 10  6 11 223       
+PG20  18218.629931  -5620.766141  18317.419642     48.811770  5  5  5 235       
+PG21 -11538.479376  10938.562293 -20816.336512   -134.159056  2 11  6 175       
+PG22  -9740.257409  24094.916836   5376.928212    150.935541  8  6  6 240       
+PG23  26725.439625    709.858718    817.973640    316.526037  3  7  7 230       
+PG24  18313.430319   7542.022735  17883.579439    377.736442 11  8  8 206       
+PG25 -18109.937768  14841.293190  12507.859708     -0.945394  7  5  8 201       
+PG26 -16853.150226 -12489.810705 -17129.411200   -159.609859  7 10  7 240       
+PG27 -19210.312612 -14433.716729  12312.047803    250.987642  8  9  9 222       
+PG28  12384.218599 -23237.257121   2635.020056     28.460716  7  7  7 239       
+PG29 -24921.014729   4646.800751  -7768.171449    196.346116  5 10  8 189       
+PG30   -423.818100  22657.385908 -14235.351922    333.310598  8  7  8 215       
+PG31   5430.777275  23727.708015  10570.946385     60.202683  7  3  9 240       
+PG32  15209.424736   4717.120332  21491.235654   -225.779152  6  6  6 243       
+*  2011  3 31  8 30  0.00000000
+PG02 -12950.838311 -23199.749523   3728.375649    328.056390  6  5  9 214       
+PG03  13079.730049  12569.256278 -19905.580718    695.645493  7 10  5 163       
+PG04  -2517.596447 -22096.050658  14050.659859     75.347888  8  7 12 168       
+PG05  -5725.169729 -18203.223050 -18450.474635   -137.402395  6  6  6 159       
+PG06   8267.359570  14313.853363 -20663.033514   -214.013344  7 10  5 151       
+PG07  12930.807013  -7477.597939 -21962.865995      6.923425  9  6  4 201       
+PG08   5616.001046 -16358.772060 -19956.554659      7.622305 10  8  7 208       
+PG09 -19286.488419 -11736.284568  13450.349487     70.908264  9  9  7 214       
+PG10   6863.206968 -24511.948157  -7082.833200    -70.311086  8  3  6 169       
+PG11  22810.089948   9406.949816   9942.671977   -138.830498  4  5  8 206       
+PG12 -15624.809725  -1354.006284  21439.684595    -15.269353  8  8    221       
+PG13  24475.488187  -5623.733257  -8869.318052    276.977817  3  8    220       
+PG14  -9937.906435  13818.706375  20507.077575    140.975945  6  7  4 227       
+PG15 -24463.573744  -4601.485719  -9483.538950   -138.975075  4  4 11 219       
+PG16   3227.034602  19466.524209 -17601.318259   -161.668908  9  9  8 158       
+PG17  10453.874230 -14320.675658  19840.423365    184.194321  7  6  5 217       
+PG18 -16077.043760  19369.907351  -7550.851819    129.361664  6  8  8 223       
+PG19  22075.914689   8815.059759 -12194.200907   -125.624695 10  6 10 220       
+PG20  17403.446973  -3563.801521  19578.076250     48.811644  5  5  5 235       
+PG21 -12894.329567   8844.288294 -21066.203247   -134.161418  3 12  6 152       
+PG22 -10252.097545  24318.021423   2625.613553    150.934682  8  6  7 239       
+PG23  26478.331728    933.438878   3646.895956    316.523791  3  6  7 229       
+PG24  19113.049492   9306.864494  16149.139890    377.738747 11  7  8 206       
+PG25 -17576.436138  13360.957281  14738.117328     -0.945697  7  6  7 202       
+PG26 -14917.996936 -12489.563183 -18860.111688   -159.618790  7 10  7 241       
+PG27 -19765.072176 -15466.552697   9813.128894    250.992193  8  8  9 222       
+PG28  12630.582018 -23187.712224   -257.576576     28.462872  6  7  7 239       
+PG29 -25664.636342   4401.125911  -5035.776986    196.348327  4 10  8 185       
+PG30  -1219.495889  23874.369441 -11948.416728    333.311977  8  6  8 216       
+PG31   4581.357706  22694.289936  13025.421177     60.207277  7  4  8 239       
+PG32  13937.670935   6781.034130  21839.452314   -225.786011  6  6  6 243       
+*  2011  3 31  8 45  0.00000000
+PG02 -12392.441229 -22904.620803   6434.275736    328.058421  6  4  9 216       
+PG03  10908.743164  13172.780416 -20793.122172    695.649508  8 10  5 141       
+PG04  -1273.951527 -20807.185100  16048.697280     75.357126  8  7 11 173       
+PG05  -4758.904971 -19983.057238 -16798.705365   -137.407773  6  6  6 162       
+PG06   5872.951266  14745.088352 -21149.958450   -214.118917  7 10  6 132       
+PG07  14368.686434  -5441.385383 -21684.168187      6.924263  8  5  4 204       
+PG08   6911.503802 -14385.587050 -21085.685673      7.621776 10  8  7 200       
+PG09 -20042.929012 -13016.960865  11049.292976     70.910091  9  8  8 214       
+PG10   7408.560703 -24958.603531  -4329.943245    -70.312237  7  2  6 165       
+PG11  23360.098347  10375.188355   7511.645671   -138.833442  4  5  7 207       
+PG12 -14621.949952  -3612.923635  21896.464194    -15.266836  8  8    223       
+PG13  25316.030817  -5489.638206  -6130.230755    276.976658  4  8    222       
+PG14 -12180.475391  13840.539676  19221.639204    140.978199  6  6  5 226       
+PG15 -23278.324502  -4986.088247 -11936.696600   -138.972450  5  3 11 216       
+PG16   2248.363532  21125.016974 -15718.959446   -161.671374  9  9  8 166       
+PG17  12630.751882 -14356.229144  18472.901874    184.194547  8  6  5 218       
+PG18 -15932.268960  18264.477813 -10114.800392    129.363283  6  8  8 222       
+PG19  20567.838750   9032.895909 -14432.515709   -125.628509 11  6 10 217       
+PG20  16639.365789  -1356.110153  20497.099491     48.811936  5  5  5 236       
+PG21 -14346.245960   6814.461727 -20939.978170   -134.163816  3 12  6 125       
+PG22 -10618.245483  24282.527293   -171.075723    150.934133  8  6  6 239       
+PG23  25930.251579   1197.541263   6414.330677    316.521410  3  6  6 230       
+PG24  19888.035507  10850.355503  14141.017219    377.740996 10  7  8 207       
+PG25 -17025.841641  11636.249495  16714.317119     -0.946089  7  6  6 204       
+PG26 -12812.566545 -12605.938242 -20285.126053   -159.627222  8 10  7 290       
+PG27 -20197.828552 -16245.776231   7152.521063    250.996463  7  7 10 222       
+PG28  12734.921328 -22854.361927  -3145.608473     28.465301  6  8  6 239       
+PG29 -26105.420683   4176.048151  -2216.324411    196.350964  4  9  8 185       
+PG30  -1853.410084  24884.177979  -9459.649511    333.313790  8  6  8 218       
+PG31   3525.844487  21492.848000  15255.862501     60.211715  8  5  8 238       
+PG32  12767.889668   8920.651099  21821.065311   -225.792770  5  5  6 244       
+*  2011  3 31  9  0  0.00000000
+PG02 -11628.282982 -22411.812114   9032.668787    328.060469  5  5  9 214       
+PG03   8691.940998  13903.454415 -21337.122360    695.654103  8 10  5 100       
+PG04    163.000197 -19415.127262  17762.568341     75.366479  9  8 11 173       
+PG05  -3955.461233 -21619.929725 -14857.072109   -137.413044  6  6  6 164       
+PG06   3465.978998  15297.904951 -21268.110383   -214.224592  8 10  5 143       
+PG07  15880.811033  -3528.873803 -21033.011048      6.925207  8  5  3 209       
+PG08   8376.018198 -12404.569338 -21847.248024      7.621988 10  7  8 189       
+PG09 -20681.956731 -14031.731428   8453.002301     70.911178  9  7  9 214       
+PG10   7814.584422 -25136.826684  -1501.128675    -70.313259  7  1  7 158       
+PG11  23726.323750  11150.713267   4952.477764   -138.836037  4  6  7 208       
+PG12 -13732.595794  -5949.634104  21977.174532    -15.264191  8  8  2 223       
+PG13  25848.465187  -5375.435745  -3286.352280    276.975289  5  7    223       
+PG14 -14257.422555  13969.342635  17608.200608    140.980316  5  6  6 226       
+PG15 -21852.949014  -5478.486256 -14186.051525   -138.970008  6  3 10 216       
+PG16   1447.432104  22621.856709 -13562.013940   -161.673862  9  9  9 172       
+PG17  14634.410195 -14481.717306  16788.476661    184.194434  7  6  6 218       
+PG18 -15735.092961  16889.643442 -12498.689938    129.365178  6  8  8 221       
+PG19  18834.539424   9349.416593 -16426.331211   -125.631625 11  6  9 214       
+PG20  15953.771162    964.721329  21058.429228     48.812209  5  4  4 236       
+PG21 -15864.863459   4887.974930 -20441.899262   -134.166583  4 12  7 161       
+PG22 -10868.714657  23970.867891  -2964.785185    150.933450  9  7  6 238       
+PG23  25095.456536   1537.453641   9073.548841    316.519168  3  5  6 231       
+PG24  20598.936698  12158.965356  11893.491157    377.743153  9  6  8 209       
+PG25 -16495.933074   9689.757772  18402.399913     -0.946433  6  7  5 205       
+PG26 -10578.654441 -12857.319962 -21381.577082   -159.636442  9 10  7 290       
+PG27 -20468.284608 -16778.817375   4373.313632    251.000990  7  7 10 223       
+PG28  12732.729275 -22222.804530  -5978.154561     28.467639  6  8  6 239       
+PG29 -26237.789429   3934.387675    641.413237    196.353225  4  9  8 190       
+PG30  -2346.922998  25652.348600  -6810.391437    333.316494  8  6  7 221       
+PG31   2258.872880  20167.484279  17224.707932     60.216564  8  6  8 238       
+PG32  11722.649733  11094.809190  21437.563173   -225.799600  5  5  6 245       
+*  2011  3 31  9 15  0.00000000
+PG02 -10643.898212 -21755.064254  11479.985971    328.062416  5  6  9 213       
+PG03   6472.552769  14755.161002 -21528.054044    695.658882  8 10  6 102       
+PG04   1784.657233 -17963.690350  19162.184629     75.375601  8  8 10 178       
+PG05  -3303.640067 -23071.630702 -12658.868722   -137.418384  5  6  6 187       
+PG06   1093.370827  15963.107851 -21014.750724   -214.330405  8 10  6 160       
+PG07  17429.754076  -1772.123523 -20021.158913      6.926027  7  5  3 216       
+PG08   9988.800977 -10463.557680 -22229.602971      7.623441 10  7  8 172       
+PG09 -21162.676774 -14786.637470   5708.241134     70.915270  8  6  9 212       
+PG10   8112.083643 -25026.643780   1354.071980    -70.313083  6     7 155       
+PG11  23881.590204  11750.370947   2309.175101   -138.838833  5  6  5 211       
+PG12 -12975.741779  -8317.984502  21680.962594    -15.261637  8  8  4 223       
+PG13  26065.226718  -5241.439966   -386.210189    276.974143  5  6    225       
+PG14 -16129.389428  14178.633212  15693.694607    140.982433  5  6  7 227       
+PG15 -20221.046763  -6101.656652 -16192.996021   -138.967239  6  3 10 214       
+PG16    810.705771  23914.274392 -11167.828105   -161.676421  9  8  9 176       
+PG17  16428.412377 -14669.746250  14815.336168    184.194797  7  5  6 218       
+PG18 -15522.301126  15259.093819 -14659.777970    129.367074  6  9  8 220       
+PG19  16911.813582   9787.554897 -18141.326910   -125.635362 11  6  9 209       
+PG20  15367.833696   3356.423648  21252.332601     48.812205  5  4  4 238       
+PG21 -17415.617276   3097.793848 -19582.928207   -134.168883  3 12  7 179       
+PG22 -11036.822090  23373.300327  -5707.022834    150.932591  9  7  6 237       
+PG23  23996.104508   1985.100759  11579.537221    316.516742  3  5  6 233       
+PG24  21205.800528  13227.346043   9444.764598    377.745545  8  6  8 212       
+PG25 -16020.760180   7551.667676  19773.283241     -0.946728  6  8  4 204       
+PG26  -8261.290834 -13254.573750 -22131.594108   -159.645838  9 10  7 289       
+PG27 -20539.321462 -17080.893059   1521.097246    251.003794  6  6 11 230       
+PG28  12662.287620 -21287.713000  -8704.691794     28.469432  6  8  5 239       
+PG29 -26065.091473   3639.030569   3488.093004    196.355690  5  9  8 185       
+PG30  -2727.218702  26150.424630  -4045.060373    333.317992  8  5  7 222       
+PG31    783.574513  18763.882346  18899.079862     60.220986  9  6  7 239       
+PG32  10817.159872  13259.575620  20696.346234   -225.806484  5  4  6 245       
+*  2011  3 31  9 30  0.00000000
+PG02  -9432.158861 -20971.423063  13735.008804    328.064302  5  6  9 216       
+PG03   4292.596980  15714.493118 -21361.977971    695.664326  8 10  6 144       
+PG04   3574.291053 -16495.931117  20223.224779     75.385039  8  9  8 178       
+PG05  -2785.033845 -24300.281293 -10241.891204   -137.423476  5  5  6 178       
+PG06  -1199.941891  16724.012732 -20393.725306   -214.436063  8 10  6 173       
+PG07  18973.944203   -195.895244 -18666.491969      6.927337  7  6  4 219       
+PG08  11721.396489  -8606.359806 -22227.821375      7.624253 10  7  9 159       
+PG09 -21447.900210 -15296.567321   2863.839255     70.917947  5  3 10 215       
+PG10   8335.406828 -24616.365521   4185.367365    -70.313761  6     7 141       
+PG11  23803.913537  12196.521963   -373.213847   -138.841384  5  6  3 208       
+PG12 -12362.406351 -10669.546812  21013.410319    -15.259079  8  8  5 227       
+PG13  25967.972294  -5047.830564   2520.542071    276.972786  5  5  2 223       
+PG14 -17763.341253  14436.099289  13510.290316    140.984788  4  6  8 224       
+PG15 -18421.458870  -6872.111727 -17922.969814   -138.964300  6  3 10 209       
+PG16    317.227701  24964.520491  -8578.065523   -161.679057  9  8  9 172       
+PG17  17982.805020 -14887.732228  12586.783208    184.194794  7  5  7 220       
+PG18 -15328.720938  13394.933818 -16559.342194    129.368589  7  9  7 213       
+PG19  14840.491477  10363.598776 -19547.717715   -125.638355 11  6  8 205       
+PG20  14895.702535   5773.500695  21075.576167     48.812179  5  4  4 238       
+PG21 -18960.074859   1469.899704 -18380.389087   -134.170990  3 12  8 190       
+PG22 -11157.709656  22488.409392  -8350.022424    150.931890  9  7  6 233       
+PG23  22661.474037   2567.644939  13889.722705    316.514222  3  4  6 232       
+PG24  21669.737585  14058.332850   6836.338358    377.748022  7  7  8 211       
+PG25 -15629.266587   5258.786993  20803.363412     -0.947049  6  8  3 207       
+PG26  -5907.293840 -13800.572770 -22522.555883   -159.654743  9  9  7 289       
+PG27 -20378.530373 -17174.395302  -1356.664817    251.007008  7  6 11 225       
+PG28  12562.984431 -20053.284918 -11276.084373     28.471911  6  8  5 239       
+PG29 -25599.420015   3254.568273   6274.662889    196.358227  5  8  8 191       
+PG30  -3026.119838  26357.089638  -1210.469501    333.320445  8  3  7 221       
+PG31   -888.396928  17327.574981  20251.281131     60.225589  9  7  7 238       
+PG32  10058.849785  15369.727749  19610.549309   -225.813439  4  3  7 245       
+*  2011  3 31  9 45  0.00000000
+PG02  -7993.747317 -20099.815756  15759.518342    328.066378  6  6  9 215       
+PG03   2191.504930  16761.135370 -20840.650678    695.669797  9 10  6 175       
+PG04   5507.530445 -15052.489196  20927.567646     75.394053  8  9  7 176       
+PG05  -2374.919355 -25273.733434  -7647.790015   -137.428968  5  5  6 176       
+PG06  -3372.598857  17557.041132 -19415.435100   -214.541375  9 10  6 188       
+PG07  20469.195934   1183.092953 -16992.667810      6.928184  6  6  3 222       
+PG08  13538.661795  -6871.226423 -21843.652875      7.622969 10  7  9 141       
+PG09 -21505.643102 -15584.368814    -30.251626     70.920359  5  4 11 220       
+PG10   8520.886492 -23903.166609   6942.659349    -70.314018  6  1  7 146       
+PG11  23477.361208  12515.964384  -3049.341029   -138.844220  6  7  3 206       
+PG12 -11895.309059 -12955.299049  19986.405933    -15.256431  7  8  6 229       
+PG13  25567.503642  -4756.378704   5383.962434    276.971139  4  4  2 224       
+PG14 -19133.694470  14704.919696  11094.893578    140.986812  3  6  8 222       
+PG15 -16496.890628  -7799.079953 -19346.055508   -138.961827  6  4 10 116       
+PG16    -60.367533  25741.315384  -5837.958089   -161.681529  9  7  9 162       
+PG17  19275.139919 -15099.247906  10140.708105    184.195116  6  5  7 220       
+PG18 -15185.686988  11326.985398 -18163.456956    129.370710  7  9  7 203       
+PG19  12665.043104  11086.399871 -20620.782815   -125.641809 11  7  8 204       
+PG20  14543.992254   8168.814421  20531.474038     48.812087  5  4  5 238       
+PG21 -20457.410235     22.541701 -16857.490790   -134.173680  3 12  8 202       
+PG22 -11266.790273  21323.297557 -10847.605563    150.931400  9  7  6 230       
+PG23  21126.929555   3306.260864  15964.667259    316.512122  3  3  6 232       
+PG24  21954.455067  14662.645351   4112.339716    377.751736  6  8  9 208       
+PG25 -15344.124036   2853.317370  21474.921868     -0.947393  5  8  3 211       
+PG26  -3563.763602 -14490.002186 -22547.286748   -159.664249  9  9  7 290       
+PG27 -19959.621941 -17088.007494  -4211.334037    251.011610  7  7 12 218       
+PG28  12473.561927 -18533.314911 -13645.583261     28.473978  7  8  5 238       
+PG29 -24861.103894   2748.866939   8953.210707    196.360650  5  8  8 192       
+PG30  -3278.707197  26259.060623   1644.921106    333.323174  8  2  6 215       
+PG31  -2737.165565  15902.247767  21259.194548     60.230302  9  7  6 236       
+PG32   9447.243531  17380.275563  18198.793474   -225.820084  4  2  7 245       
+*  2011  3 31 10  0  0.00000000
+PG02  -6337.350877 -19179.562642  17518.912336    328.068124  5  6  9 214       
+PG03    204.830302  17868.506270 -19971.563689    695.674970  9 10  6 165       
+PG04   7553.160150 -13670.047348  21263.592023     75.403424  7  9  5 178       
+PG05  -2043.405279 -25966.761891  -4921.349566   -137.434010  5  5  6 176       
+PG06  -5388.247147  18432.609101 -18096.678457   -214.646911  9  9  6 183       
+PG07  21870.344568   2356.594153 -15028.692053      6.929148  6  7  4 229       
+PG08  15400.044992  -5289.572301 -21085.377685      7.623408 10  7  9 162       
+PG09 -21310.399537 -15679.673717  -2923.877937     70.923892  5  4 11 208       
+PG10   8705.190853 -22893.319290   9577.002122    -70.314689  6  3  7 146       
+PG11  22892.689373  12738.712974  -5674.281972   -138.846998  6  7  4 209       
+PG12 -11568.877467 -15127.327175  18617.912800    -15.253726  7  7  7 229       
+PG13  24883.350690  -4332.124717   8154.674336    276.969837  4  3  3 226       
+PG14 -20223.173334  14945.279336   8488.558622    140.989080  2  6  8 223       
+PG15 -14492.393263  -8883.968937 -20437.502348   -138.958807  6  5 10 137       
+PG16   -354.575475  26221.057179  -2995.480836   -161.684160  9  6  9 178       
+PG17  20291.219396 -15265.541149   7518.969743    184.195269  5  5  7 220       
+PG18 -15119.662268   9091.772106 -19443.665387    129.372169  7 10  6 201       
+PG19  10432.045780  11956.866348 -21341.324062   -125.645386 12  7  8 205       
+PG20  14311.583884  10495.235258  19629.811786     48.812170  5  4  5 240       
+PG21 -21865.955488  -1234.180051 -15042.754321   -134.175858  3 12  8 200       
+PG22 -11398.181677  19893.449807 -13156.024926    150.930771  9  7  7 234       
+PG23  19432.667311   4215.130901  17768.724047    316.509798  4  3  6 233       
+PG24  22027.704056  15058.300759   1318.813469    377.754623  7  9  9 212       
+PG25 -15180.823250    381.419986  21776.428935     -0.947672  5  8  4 210       
+PG26  -1276.562720 -15309.449473 -22204.204327   -159.673384  9  8  7 289       
+PG27 -19263.655800 -16855.569512  -6993.860077    251.016238  8  6 12 239       
+PG28  12430.371102 -16750.874375 -15769.807997     28.476235  7  8  5 234       
+PG29 -23877.894931   2094.505228  11477.785979    196.363443  5  8  6 190       
+PG30  -3521.790426  25851.699461   4471.811616    333.325981  7     5 218       
+PG31  -4735.243108  14528.140910  21906.584770     60.234943 10  7  5 237       
+PG32   8974.125492  19247.974083  16484.872173   -225.826784  3  2  7 247       
+*  2011  3 31 10 15  0.00000000
+PG02  -4479.567002 -18248.876211  18982.782556    328.070165  7  6  9 214       
+PG03  -1636.910672  19004.644028 -18767.909568    695.679674  9  9  6 164       
+PG04   9674.197920 -12379.976081  21226.338978     75.412506  6  9  5 176       
+PG05  -1756.788500 -26362.000846  -2109.707530   -137.439297  5  4  6 176       
+PG06  -7216.780151  19316.275262 -16460.365908   -214.752863  9  9  6 180       
+PG07  23132.923341   3324.933875 -12808.406706      6.929852  5  7  5 232       
+PG08  17261.061956  -3884.986726 -19967.551673      7.622799 10  8 10 182       
+PG09 -20844.145670 -15617.492203  -5767.561527     70.928644  5  5 12 229       
+PG10   8923.656330 -21602.066412  12041.550721    -70.316768  5  4  7 156       
+PG11  22047.738616  12896.681497  -8204.231662   -138.849784  6  8  3 206       
+PG12 -11369.580829 -17140.484527  16931.641450    -15.251295  7  7  6 231       
+PG13  23943.027701  -3744.941566  10784.723330    276.968266  5  3  3 226       
+PG14 -21023.360012  15116.022086   5735.817709    140.990898  2  6  8 224       
+PG15 -12453.761272 -10120.133265 -21178.168812   -138.956130  6  5  9 213       
+PG16   -601.531112  26388.735854   -100.468061   -161.686521  9  5  8 182       
+PG17  21025.532549 -15347.168337   4766.692676    184.195449  5  5  8 219       
+PG18 -15151.077099   6731.230056 -20377.529059    129.374057  7 10  6 200       
+PG19   8188.567816  12967.763152 -21696.044075   -125.648767 12  7  8 207       
+PG20  14189.746791  12707.292029  18386.648773     48.812368  5  4  6 241       
+PG21 -23144.764313  -2298.397488 -12969.366762   -134.178353  2 12  9 209       
+PG22 -11583.191890  18222.275439 -15234.770609    150.929982  9  7  7 234       
+PG23  17622.285585   5300.700265  19270.645051    316.507523  5  2  5 233       
+PG24  21862.587959  15269.761735  -1497.015510    377.757113  8  9  9 215       
+PG25 -15147.056708  -2108.369829  21702.739930     -0.947927  5  7  5 214       
+PG26    911.170612 -16237.782011 -21497.415410   -159.682917  9  8  7 288       
+PG27 -18280.036132 -16514.723365  -9655.603981    251.021566  8  7 12 226       
+PG28  12465.712393 -14737.601780 -17609.680855     28.478221  8  8  6 229       
+PG29 -22683.884679   1270.024812  13805.180791    196.365693  6  7  7 193       
+PG30  -3792.286383  25139.310740   7220.916973    333.327850  7     5 225       
+PG31  -6848.422165  13240.606356  22183.302715     60.239612 10  7  5 237       
+PG32   8623.990123  20932.775266  14497.376323   -225.833700  4     8 246       
+*  2011  3 31 10 30  0.00000000
+PG02  -2444.518203 -17343.400948  20125.443872    328.072415  7  6  9 213       
+PG03  -3309.226698  20133.310500 -17248.469842    695.683785  9  9  6 165       
+PG04  11829.202456 -11207.216733  20817.537162     75.421740  6 10  7 177       
+PG05  -1479.065518 -26450.587294    738.471867   -137.444509  5  3  6 174       
+PG06  -8835.327684  20170.102266 -14535.111931   -214.858729  9  9  6 182       
+PG07  24214.819870   4096.783451 -10369.905741      6.930955  5  7  5 235       
+PG08  19074.911314  -2672.562789 -18510.656445      7.621672 10  8 10 195       
+PG09 -20097.045386 -15436.641258  -8513.319690     70.930484  7  6 12 238       
+PG10   9208.673275 -20053.135635  14292.474786    -70.318096  5  5  7 153       
+PG11  20947.578556  13022.316948 -10597.166381   -138.852247  6  8  3 204       
+PG12 -11276.575445 -18953.947420  14956.631528    -15.248579  7  7  7 232       
+PG13  22780.987869  -2970.921339  13228.420994    276.967346  5  2  3 226       
+PG14 -21534.913535  15176.378552   2883.937644    140.993494  3  6  8 223       
+PG15 -10425.905321 -11492.958725 -21554.875478   -138.953313  5  5  9 209       
+PG16   -839.368189  26238.515022   2796.309790   -161.689010  9  3  8 181       
+PG17  21481.361495 -15305.678185   1931.490904    184.196079  4  6  8 218       
+PG18 -15293.436506   4291.202043 -20949.041425    129.375656  8 10  6 195       
+PG19   5980.527455  14103.832225 -21677.834691   -125.651772 12  7  8 206       
+PG20  14162.574666  14762.755765  16824.004375     48.812601  6  4  6 240       
+PG21 -24255.125830  -3176.233626 -10674.483000   -134.180533  4 11  9 214       
+PG22 -11848.919086  16340.342542 -17047.321990    150.929788  9  7  7 231       
+PG23  15741.229581   6561.222812  20444.130366    316.505292  5  1  5 233       
+PG24  21438.684243  15326.850013  -4287.499035    377.760012  8 10 10 213       
+PG25 -15242.417137  -4566.818344  21255.180457     -0.948219  4  7  6 216       
+PG26   2960.429986 -17246.805678 -20436.755174   -159.692118  8  8  8 288       
+PG27 -17007.222577 -16105.381845 -12149.210780    251.026095  9  7 12 226       
+PG28  12606.340330 -12532.626393 -19131.282975     28.480903  8  8  7 223       
+PG29 -21318.194047    260.945676  15895.656846    196.368439  5  6  7 195       
+PG30  -4125.568030  24135.105172   9843.854480    333.329822  6     4 202       
+PG31  -9036.917315  12068.870285  22085.393926     60.244589 10  6  5 236       
+PG32   8374.758179  22399.171370  12269.262458   -225.840340  5     8 246       
+*  2011  3 31 10 45  0.00000000
+PG02   -263.185118 -16494.847160  20926.406094    328.074204  8  6  9 211       
+PG03  -4794.428923  21215.279903 -15437.419760    695.687414  9  8  5 155       
+PG04  13973.755711 -10169.445391  20045.495312     75.431159  5 10  8 179       
+PG05  -1173.538713 -26232.485088   3573.855249   -137.449749  4  2  6 175       
+PG06 -10228.956167  20954.175930 -12354.711517   -214.964144  9  8  6 174       
+PG07  25077.850273   4688.616933  -7754.887909      6.931572  5  7  5 238       
+PG08  20794.164707  -1658.561974 -16740.666664      7.621854  9  9 10 205       
+PG09 -19067.841304 -15178.073302 -11115.417411     70.933502  4  6 12 206       
+PG10   9588.195796 -18277.912986  16289.813783    -70.319902  5  6  7 164       
+PG11  19604.399970  13147.234636 -12813.466149   -138.855244  6  8  4 202       
+PG12 -11262.635266 -20532.610009  12726.751394    -15.246217  7  7  7 231       
+PG13  21437.314325  -1993.527917  15443.160330    276.965939  5     3 228       
+PG14 -21767.445364  15087.701393    -17.885790    140.995128  4  6  8 224       
+PG15  -8451.262241 -12980.262544 -21560.660644   -138.950815  4  5  9 212       
+PG16  -1106.497380  25773.956919   5644.087772   -161.691461  9  2  7 190       
+PG17  21670.549687 -15105.278493   -937.368525    184.195720  3  7  7 218       
+PG18 -15552.733771   1819.781124 -21148.896169    129.377696  8 10  5 132       
+PG19   3851.088520  15342.233489 -21285.967024   -125.655527 12  7  8 207       
+PG20  14207.715998  16624.095132  14969.436060     48.812672  6  3  7 241       
+PG21 -25161.972515  -3881.260193  -8198.494704   -134.183077  4 11  9 210       
+PG22 -12217.024477  14284.333912 -18561.828247    150.928710  9  7  7 229       
+PG23  13835.166777   7986.618441  21268.309248    316.502994  6  2  4 234       
+PG24  20742.937973  15263.465309  -7005.332226    377.762260  9 10 10 213       
+PG25 -15458.423157  -6945.695475  20441.519715     -0.948479  4  6  7 217       
+PG26   4837.622349 -18302.190410 -19037.763380   -159.701811  8  7  8 241       
+PG27 -15453.113662 -15668.073430 -14429.516585    251.029962  9  7 11 220       
+PG28  12872.204256 -10181.167548 -20306.603443     28.482547  8  7  7 219       
+PG29 -19823.487463   -939.492147  17713.607393    196.370569  5  6  6 189       
+PG30  -4553.850909  22860.820611  12294.047146    333.332393  5  1  2 196       
+PG31 -11256.710358  11035.042727  21615.113326     60.248861 10  5  5 237       
+PG32   8198.734228  23617.385416   9837.367470   -225.847052  6     8 246       
+*  2011  3 31 11  0  0.00000000
+PG02   2027.523665 -15729.770213  21370.778990    328.076436  8  6  9 213       
+PG03  -6082.166195  22209.771299 -13364.045158    695.691875  9  8  6 171       
+PG04  16062.056818  -9276.546935  18924.869623     75.440228  3 10  9 176       
+PG05   -804.453106 -25716.476145   6347.311898   -137.455288  5     6 169       
+PG06 -11391.050066  21628.219143  -9957.512636   -215.069605  9  8  6 189       
+PG07  25689.192947   5123.874273  -5007.957280      6.932415  5  7  6 236       
+PG08  22372.469070   -840.417789 -14688.546757      7.620613  9  9 10 204       
+PG09 -17763.927531 -14883.170951 -13531.045166     70.936830  4  7 12 217       
+PG10  10084.441265 -16314.309820  17998.251430    -70.320020  5  6  7 160       
+PG11  18037.161254  13300.901628 -14816.493426   -138.857664  6  8  5 187       
+PG12 -11295.331152 -21848.267709  10280.123855    -15.243555  7  7  8 234       
+PG13  19956.196494   -804.467343  17390.186670    276.964502  5     4 225       
+PG14 -21739.052776  14815.139154  -2919.382264    140.997545  5  6  8 226       
+PG15  -6568.302848 -14552.997136 -21194.932472   -138.948070  4  5  9 206       
+PG16  -1439.875717  25007.881652   8393.045349   -161.693886  9  2  7 176       
+PG17  21612.938165 -14714.417535  -3789.846590    184.195898  2  7  7 221       
+PG18 -15927.192989   -634.423767 -20974.606822    129.379512  8 10  5 167       
+PG19   1839.154439  16653.295123 -20526.175364   -125.659060 12  7  9 208       
+PG20  14297.367387  18259.746930  12855.519558     48.812567  7  3  7 239       
+PG21 -25835.133377  -4433.686477  -5584.283973   -134.186015  4 11  9 216       
+PG22 -12702.729878  12095.765209 -19751.702168    150.928054  9  7  7 224       
+PG23  11948.352079   9558.652212  21728.143082    316.500847  7  1  4 233       
+PG24  19770.293273  15116.156030  -9604.320149    377.764973  9 10  9 203       
+PG25 -15778.870809  -9199.438080  19275.832500     -0.948758  4  6  7 221       
+PG26   6515.678907 -19364.640386 -17321.590070   -159.710350  8  7  8 288       
+PG27 -13635.070189 -15242.226130 -16454.470499    251.035146  9  7 11 220       
+PG28  13275.486860  -7732.869123 -21114.155361     28.484737  8  7  8 220       
+PG29 -18244.369377  -2329.887927  19228.144137    196.372944  5  6  6 197       
+PG30  -5104.685580  21346.006923  14527.622870    333.335320  4  4  2 157       
+PG31 -13461.049970  10153.406702  20780.849422     60.253545 10  5  6 234       
+PG32   8063.772957  24564.368903   7241.873195   -225.853820  6     9 244       
+*  2011  3 31 11 15  0.00000000
+PG02   4385.936709 -15068.543005  21449.600588    328.078370  8  5  9 211       
+PG03  -7169.692851  23075.976898 -11062.367603    695.695067  9  7  5 153       
+PG04  18048.561954  -8530.414462  17476.316461     75.449069  2 10 10 182       
+PG05   -338.597839 -24919.818733   9010.783271   -137.460460  5     6 175       
+PG06 -12323.359601  22153.233319  -7385.698609   -215.175576  9  7  7 175       
+PG07  26022.629458   5431.864013  -2175.882285      6.933338  6  7  6 238       
+PG08  23766.199505   -207.070144 -12389.688689      7.619206  8  9 10 214       
+PG09 -16201.112107 -14592.071014 -15720.918848     70.938781  4  7 12 196       
+PG10  10712.836563 -14205.371474  19387.789607    -70.320996  5  7  7 162       
+PG11  16271.003594  13509.413485 -16573.124605   -138.860570  6  8  5 187       
+PG12 -11338.413282 -22880.546552   7658.487263    -15.241034  7  7  8 233       
+PG13  18384.250093    595.762035  19035.308259    276.963212  5  1  4 227       
+PG14 -21475.525023  14329.180592  -5770.095022    140.999390  5  6  8 225       
+PG15  -4810.195245 -16176.233066 -20463.512889   -138.945458  1  5  9 206       
+PG16  -1873.339811  23961.867630  10995.221593   -161.696245  8  3  7 177       
+PG17  21335.489628 -14107.214040  -6576.040581    184.195995  1  8  7 220       
+PG18 -16407.347779  -3024.025490 -20430.479083    129.381275  8  9  4 165       
+PG19    -21.980047  18001.549264 -19410.628658   -125.662346 12  7  9 206       
+PG20  14399.487724  19645.153352  10519.243141     48.812887  7  3  8 240       
+PG21 -26250.392092  -4859.319890  -2876.476368   -134.188120  7 11 10 214       
+PG22 -13314.082438   9819.516438 -20596.113849    150.927361  9  7  7 224       
+PG23  10122.043774  11251.433714  21814.740699    316.498467  7  2  4 234       
+PG24  18524.037821  14922.593813 -12040.134339    377.766735  9 10  9 203       
+PG25 -16180.496964 -11286.711073  17778.252547     -0.949111  3  6  8 220       
+PG26   7974.953271 -20391.278034 -15314.822428   -159.719676  7  6  8 288       
+PG27 -11579.559391 -14864.460490 -18186.047277    251.038027  9  7 11 199       
+PG28  13819.987950  -5239.943532 -21539.437686     28.486934  9  6  8 214       
+PG29 -16625.724666  -3900.556536  20413.600908    196.375669  4  7  6 197       
+PG30  -5799.622670  19626.995836  16504.287475    333.339318  3  5  2 155       
+PG31 -15602.051638   9430.009248  19596.961513     60.258112 10  4  6 235       
+PG32   7934.615303  25224.572694   4525.723971   -225.860567  7  2  9 243       
+*  2011  3 31 11 30  0.00000000
+PG02   6766.981959 -14524.564014  21160.078750    328.080535  8  5  9 211       
+PG03  -8061.852129  23774.632406  -8570.675406    695.700043  9  7  5 152       
+PG04  19889.604436  -7925.075369  15726.043089     75.457970    10 10 188       
+PG05    253.192149 -23867.586144  11518.133487   -137.465879  5     6 177       
+PG06 -13035.714216  22493.098954  -4684.496851   -215.281050  9  7  7 174       
+PG07  26059.547278   5646.447837    693.175749      6.934048  6  7  6 239       
+PG08  24936.005110    260.388843  -9883.301731      7.618573  7  9 10 216       
+PG09 -14403.087066 -14342.076038 -17649.801088     70.941129  4  8 11 192       
+PG10  11481.256609 -11997.687674  20434.305387    -70.322335  4  7  7 163       
+PG11  14336.456133  13794.405535 -18054.231322   -138.863351  7  9  5 180       
+PG12 -11353.344146 -23617.545199   4906.501717    -15.238726  7  7  8 233       
+PG13  16768.746130   2197.665230  20349.531371    276.961790  6  2  4 227       
+PG14 -21009.250905  13607.005402  -8520.285836    141.001813  6  6  8 222       
+PG15  -3203.675901 -17810.385749 -19378.570208   -138.942326     5  9 110       
+PG16  -2436.072191  22665.415462  13405.386690   -161.698796  8  5  6 171       
+PG17  20871.133727 -13264.675004  -9247.100577    184.196551     8  7 223       
+PG18 -16976.447743  -5304.526536 -19527.441952    129.382944  9  9  4 159       
+PG19  -1705.764805  19347.017282 -17957.785082   -125.665861 12  7  9 204       
+PG20  14479.182791  20763.527647   8001.329504     48.812770  8  3  8 237       
+PG21 -26390.319112  -5188.344394   -120.705346   -134.190432 10 11  9 209       
+PG22 -14051.517735   7502.235916 -21080.373268    150.926548  9  7  7 220       
+PG23   8393.030776  13032.223161  21525.577084    316.496347  8  3  4 235       
+PG24  17015.845253  14720.007864 -14271.048726    377.768132 10  9  9 196       
+PG25 -16633.928517 -13171.806948  15974.621646     -0.949393  3  6  8 221       
+PG26   9203.868854 -21337.202317 -13049.224219   -159.729072  6  5  8 288       
+PG27  -9321.416880 -14566.966868 -19591.122827    251.041669  9  6 10 214       
+PG28  14500.883581  -2755.209894 -21575.227681     28.489292  9  5  8 211       
+PG29 -15011.065965  -5633.725497  21249.947435    196.378210  3  7  6 200       
+PG30  -6653.112003  17745.591732  18188.148369    333.342358  3  5  4 162       
+PG31 -17632.341030   8862.566267  18083.533675     60.262758  9  3  7 233       
+PG32   7774.349794  25590.463484   1734.000444   -225.867341  7  5  9 240       
+*  2011  3 31 11 45  0.00000000
+PG02   9123.699664 -14103.735932  20505.736354    328.082522  8  4  9 208       
+PG03  -8770.768024  24269.571121  -5930.960225    695.705794  9  6  5 142       
+PG04  21544.932072  -7447.132005  13705.270475     75.466889    10 11 188       
+PG05    994.694712 -22591.712000  13825.964392   -137.470964  4     6 180       
+PG06 -13545.415764  22616.068877  -1901.332333   -215.386513  8  6  7 170       
+PG07  25789.667861   5804.556960   3550.453413      6.934895  6  7  7 239       
+PG08  25848.195418    587.786673  -7211.764230      7.616833  7  9 10 220       
+PG09 -12400.632665 -14166.205611 -19286.945259     70.943832  5  8 11 202       
+PG10  12389.586941  -9739.673401  21119.978837    -70.324298  4  7  6 172       
+PG11  12268.458637  14172.135241 -19235.108804   -138.865883  7  9  5 172       
+PG12 -11300.924244 -24056.166843   2071.010716    -15.236133  7  7  8 232       
+PG13  15155.818831   3982.903850  21309.605852    276.960494  6  1  4 230       
+PG14 -20377.869186  12633.584124 -11121.838587    141.003739  7  6  8 224       
+PG15  -1768.173308 -19412.640347 -17958.439293   -138.939917     5 10 210       
+PG16  -3151.263694  21154.811806  15581.851447   -161.701268  8  6  5 172       
+PG17  20257.379358 -12175.648783 -11756.134133    184.196638  2  9  7 221       
+PG18 -17611.169722  -7435.849098 -18282.747910    129.385125  9  9  5 154       
+PG19  -3193.270345  20646.697723 -16192.127571   -125.669123 12  7 10 202       
+PG20  14500.203722  21606.321180   5345.499717     48.812834  8  4  8 239       
+PG21 -26244.855779  -5453.966238   2637.102561   -134.192768  9 10  9 208       
+PG22 -14907.739742   5190.681356 -21196.193551    150.925628  9  6  7 219       
+PG23   6792.328878  14862.518670  20864.607409    316.494103  8  2  5 237       
+PG24  15265.510978  14543.637144 -16258.644090    377.770185 10  9  8 190       
+PG25 -17104.880197 -14825.830543  13896.040798     -0.949709  3  6  9 221       
+PG26  10199.283373 -22157.173228 -10561.379680   -159.738368  5  4  8 287       
+PG27  -6902.741719 -14376.043252 -20642.282028    251.045653 10  6 10 204       
+PG28  15304.871340   -330.116598 -21221.695786     28.491341  9  5  8 202       
+PG29 -13440.950073  -7504.044530  21723.108077    196.380539  2  8  6 199       
+PG30  -7671.688761  15747.533307  19548.465264    333.345415  5  6  5 161       
+PG31 -19506.683060   8440.682511  16266.049511     60.267327  9  3  7 235       
+PG32   7545.949823  25662.765764  -1086.746587   -225.874163  7  6  9 241       
+*  2011  3 31 12  0  0.00000000
+PG02  11408.852100 -13804.240822  19496.451127    328.084469  7  4  9 208       
+PG03  -9315.249342  24529.200945  -3188.261665    695.709970  9  5  5 103       
+PG04  22979.104144  -7076.492616  11449.623118     75.476023  2  9 10 188       
+PG05   1903.173334 -21129.780176  15894.379673   -137.476327  2     6 181       
+PG06 -13876.339056  22496.092838    915.054719   -215.491979  8  6  8 164       
+PG07  25211.473490   5944.596174   6347.384203      6.935733  7  7  6 240       
+PG08  26475.921822    806.697392  -4419.946381      7.616934  6  9  9 223       
+PG09 -10230.589292 -14091.932499 -20606.464831     70.945867  5  8 11 199       
+PG10  13429.627051  -7479.793960  21433.583653    -70.324610  4  7  6 179       
+PG11  10105.234511  14652.766764 -20095.848482   -138.868255  7  9  5 171       
+PG12 -11142.949384 -24202.129452   -799.731044    -15.233499  7  6  8 232       
+PG13  13588.724037   5924.804235  21898.468566    276.959428  7  2  5 231       
+PG14 -19622.714674  11402.479526 -13529.142546    141.005912  7  6  8 224       
+PG15   -515.219598 -20938.520973 -16227.330240   -138.937208     5 10  31       
+PG16  -4035.025758  19471.741879  17487.198731   -161.703862  8  6  3 169       
+PG17  19534.750237 -10837.471660 -14059.078920    184.196543  2  9  7 219       
+PG18 -18282.598103  -9383.667669 -16719.555621    129.387044  9  9  5 157       
+PG19  -4473.765844  21856.200421 -14143.780810   -125.672656 12  7 10 202       
+PG20  14426.499002  22173.377142   2597.694286     48.812800  8  5  9 239       
+PG21 -25811.637878  -5690.978184   5351.414984   -134.195403  6 10  9 212       
+PG22 -15867.922646   2930.065236 -20941.829759    150.925022  9  6  7 217       
+PG23   5344.098625  16699.387582  19842.269680    316.491835  9  3  5 237       
+PG24  13300.387760  14425.258656 -17968.469981    377.772280 10  8  8 179       
+PG25 -17555.554164 -16227.624280  11578.331268     -0.950049  4  5  9 222       
+PG26  10966.545988 -22807.366340  -7892.234982   -159.747635  4  4  8 287       
+PG27  -4371.459284 -14310.866778 -21318.527265    251.048923 10  5  9 202       
+PG28  16210.692844   1987.161451 -20486.342069     28.493241  9  5  9 189       
+PG29 -11951.522426  -9479.387872  21825.181909    196.383127     8  6 202       
+PG30  -8853.487980  13680.788123  20560.305240    333.348252  7  6  6 159       
+PG31 -21183.539689   8146.377615  14174.991781     60.271922  9  3  8 233       
+PG32   7213.834102  25450.417442  -3889.197757   -225.880818  7  7  9 240       
+*  2011  3 31 12 15  0.00000000
+PG02  13576.570368 -13616.627037  18148.382536    328.086346  7  4  9 206       
+PG03  -9719.921373  24527.843192   -389.925561    695.714449  9  4  5  68       
+PG04  24162.697676  -6787.357756   8998.460954     75.485292  2  8 10 189       
+PG05   2988.509443 -19523.607571  17687.683647   -137.481478  3  2  7 184       
+PG06 -14057.779728  22113.919895   3715.506928   -215.597652  8  6  8 155       
+PG07  24332.317144   6104.795314   9036.394453      6.936744  7  7  7 240       
+PG08  26800.115954    953.068037  -1554.512066      7.616379  5  9  9 223       
+PG09  -7934.636077 -14140.141002 -21587.631493     70.946946  4  8 10 194       
+PG10  14585.335499  -5264.809277  21370.637209    -70.324966  3  7  6 181       
+PG11   7887.051535  15239.882604 -20621.651850   -138.871032  8  8  5 171       
+PG12 -10843.837376 -24069.654404  -3656.852608    -15.230965  7  6  8 232       
+PG13  12106.218244   7989.203101  22105.574151    276.958011  8  3  5 231       
+PG14 -18787.122065   9916.313644 -15699.936171    141.008421  7  6  6 226       
+PG15    551.825545 -22343.543772 -14214.928716   -138.934221     4 10           
+PG16  -5095.595108  17661.709121  19088.923480   -161.706357  7  7  2 163       
+PG17  18745.108107  -9256.278939 -16115.523523    184.196774  4  9  6 217       
+PG18 -18957.428025 -11120.495079 -14866.411014    129.388808  9  9  6 157       
+PG19  -5544.972537  22931.462791 -11848.013219   -125.675916 12  6 10 200       
+PG20  14223.758538  22472.768600   -194.733541     48.813152  8  5  9 239       
+PG21 -25096.054756  -5934.293237   7977.748689   -134.197334  7  9  9 208       
+PG22 -16910.225846    762.471137 -20322.091162    150.924458  8  6  7 216       
+PG23   4064.830032  18496.994088  18475.370996    316.489406  9  3  6 238       
+PG24  11154.538466  14391.848227 -19370.652851    377.776411 10  7  8 170       
+PG25 -17946.186784 -17364.399119   9061.415004     -0.950376  4  5  9 223       
+PG26  11519.232123 -23247.134281  -5086.532619   -159.756524  2  4  8 287       
+PG27  -1779.605796 -14382.564369 -21605.856962    251.052666  9  5  9 198       
+PG28  17190.005545   4153.465762 -19383.760637     28.495415  9  5  9 183       
+PG29 -10573.243440 -11521.918913  21554.561933    196.385601     8  6 205       
+PG30 -10188.114299  11593.751496  21205.081446    333.350214  6  6  7 158       
+PG31 -22626.501952   7954.898902  11845.371237     60.276734  8  3  8 212       
+PG32   6745.395317  24970.236226  -6625.996539   -225.887419  7  7 10 239       
+*  2011  3 31 12 30  0.00000000
+PG02  15583.974696 -13524.211140  16483.780064    328.088305  7  4  9 205       
+PG03 -10014.112680  24246.874391   2415.214645    695.719255  8  4  5 117       
+PG04  25073.281497  -6549.418736   6394.168165     75.494226  3  7 10 185       
+PG05   4252.628819 -17817.675989  19175.001920   -137.486722  3  2  7 184       
+PG06 -14123.099511  21457.935198   6451.343877   -215.703589  7  6  8 163       
+PG07  23168.210948   6321.569749  11571.685060      6.937430  8  6  7 239       
+PG08  26810.155454   1065.694370   1336.793068      7.614869  5  8  9 224       
+PG09  -5557.919302 -14324.336895 -22215.105639     70.947772  4  8 10 196       
+PG10  15833.402571  -3138.110085  20933.411020    -70.326163  3  7  5 187       
+PG11   5654.911307  15930.240334 -20803.082153   -138.873679  8  8  5 163       
+PG12 -10372.162940 -23680.845173  -6451.673000    -15.228475  7  6  8 232       
+PG13  10741.124039  10135.599142  21927.104881    276.956406  8  3  5 232       
+PG14 -17914.656358   8186.878394 -17596.092692    141.010382  8  6  6 226       
+PG15   1437.726544 -23584.889380 -11955.893503   -138.931522  2  3 10 204       
+PG16  -6332.860471  15772.327446  20359.970766   -161.708859  7  7    164       
+PG17  17929.933149  -7446.966021 -17889.457679    184.196955  5  9  7 214       
+PG18 -19599.337503 -12626.485055 -12756.644054    129.390629  9  9  6 135       
+PG19  -6412.978823  23830.479312  -9344.630696   -125.679351 12  5 10 206       
+PG20  13860.889601  22520.330895  -2983.837204     48.813353  8  6  8 237       
+PG21 -24111.048039  -6217.497488  10473.289295   -134.199856  8  9  9 208       
+PG22 -18006.600148  -1274.595631 -19348.228134    150.923533  8  6  8 220       
+PG23   2962.829797  20208.266195  16786.854641    316.487161  9  2  6 237       
+PG24   8867.634062  14464.426257 -20440.439120    377.780349 11  5  7 152       
+PG25 -18236.682290 -18232.047849   6388.625188     -0.950769  5  5  9 223       
+PG26  11878.552564 -23440.706599  -2192.137356   -159.765801  3  4  7 287       
+PG27    818.594067 -14593.635465 -21497.686410    251.055770  8  4  9 196       
+PG28  18208.559085   6132.162090 -17935.244874     28.497481  9  5  9 174       
+PG29  -9329.843529 -13589.377220  20915.952533    196.388270  2  8  6 205       
+PG30 -11656.877643   9533.427213  21470.957789    333.352941  7  6  7 137       
+PG31 -23805.545738   7835.792186   9316.189248     60.281226  8  4  8 231       
+PG32   6112.441362  24246.303401  -9250.503405   -225.894057  7  8  9 237       
+*  2011  3 31 12 45  0.00000000
+PG02  17392.703386 -13503.785195  14530.669688    328.090212  7  4  9 205       
+PG03 -10230.536407  23675.617637   5177.720101    695.724823  8  4  6 133       
+PG04  25696.126634  -6329.218176   3681.412912     75.503331  3  5  9 184       
+PG05   5689.244813 -16057.475236  20330.812852   -137.492092  4  2  7 185       
+PG06 -14108.226784  20524.699592   9075.233486   -215.808839  7  5  9 169       
+PG07  21743.300288   6627.951312  13909.987876      6.938499  8  7  7 238       
+PG08  26504.236506   1184.599701   4205.860713      7.615321  5  8  8 223       
+PG09  -3147.576581 -14650.130203 -22479.102542     70.948641  4  8 10 193       
+PG10  17144.122212  -1138.212829  20130.806600    -70.327276  3  7  5 191       
+PG11   3449.210917  16713.785086 -20636.250064   -138.876480  8  8  4 166       
+PG12  -9702.042829 -23064.778987  -9136.507086    -15.225865  7  6  8 231       
+PG13   9519.140381  12318.566077  21366.054030    276.955520  8  4  6 232       
+PG14 -17047.342373   6234.882584 -19184.329777    141.012683  8  6  6 225       
+PG15   2154.999964 -24623.028671  -9489.259138   -138.928838  3  2 10 204       
+PG16  -7738.227099  13851.555421  21279.164476   -161.711255  7  7  2 168       
+PG17  17128.633084  -5432.799923 -19349.935179    184.197278  6 10  6 214       
+PG18 -20170.469669 -13889.927553 -10427.699072    129.392212  9  8  7 117       
+PG19  -7091.817671  24514.973136  -6677.272178   -125.682786 12  4 10 205       
+PG20  13311.368020  22338.909913  -5721.894678     48.813050  8  7  9 236       
+PG21 -22876.661676  -6571.469122  12797.474153   -134.201944  8  9  9 209       
+PG22 -19123.851205  -3149.466013 -18037.697798    150.922715  8  6  8 221       
+PG23   2038.035284  21786.637895  14805.447776    316.484896  9  3  7 238       
+PG24   6483.634896  14657.134977 -21158.662172    377.783111 11     8 154       
+PG25 -18388.269690 -18835.129631   3605.958967     -0.951134  5  5  9 225       
+PG26  12072.446463 -23358.756501    740.743410   -159.775221  2  5  7 288       
+PG27   3368.770729 -14937.763219 -20995.088399    251.059276  8  3  9 195       
+PG28  19227.617761   7894.351693 -16168.251897     28.499803  9  6  9 175       
+PG29  -8237.544863 -15636.540027  19920.285573    196.390719  4  8  6 209       
+PG30 -13233.388127   7543.669611  21353.106196    333.356959  7  6  8 132       
+PG31 -24698.066418   7754.192950   6629.839257     60.285485  7  4  8 232       
+PG32   5292.494474  23309.081471 -11717.564142   -225.900708  7  9  9 233       
+*  2011  3 31 13  0  0.00000000
+PG02  18970.286875 -13526.606547  12322.418531    328.092106  6  3  9 205       
+PG03 -10403.816387  22811.938299   7848.475025    695.728936  8  3  6 154       
+PG04  26024.632105  -6091.618432    906.391065     75.512248  4  4  8 180       
+PG05   7283.928280 -14287.822614  21135.380830   -137.497397  3  3  6 186       
+PG06 -14050.075216  19319.173376  11542.023285   -215.913591  7  6  9 147       
+PG07  20089.041963   7052.148754  16011.285860      6.939472  8  7  7 239       
+PG08  25889.441821   1349.372921   7004.940221      7.616030  4  8  8 224       
+PG09   -751.204414 -15115.003958 -22375.496922     70.950018  3  8  9 197       
+PG10  18482.522714    702.528524  18978.105270    -70.328058  4  7  5 190       
+PG11   1308.422005  17573.920553 -20122.929019   -138.879070  8  8  3 147       
+PG12  -8814.318377 -22256.344831 -11665.459245    -15.223261  7  6  8 228       
+PG13   8457.946163  14489.371413  20432.180070    276.954011  9  5  6 233       
+PG14 -16223.966353   4089.343626 -20436.827330    141.014842  8  6  5 226       
+PG15   2723.232940 -25423.236910  -6857.753812   -138.925929  4    10 210       
+PG16  -9294.820922  11945.942491  21831.522107   -161.713928  7  7  4 164       
+PG17  16376.951191  -3244.696885 -20471.634958    184.197489  7 10  7 208       
+PG18 -20632.964204 -14907.426354  -7920.416311    129.394263  9  9  7  95       
+PG19  -7602.721360  24951.939959  -3892.620283   -125.686256 12  4 10 209       
+PG20  12554.413704  21957.358173  -8362.211124     48.813403  9  7  9 238       
+PG21 -21419.361360  -7023.107186  14912.537571   -134.204240  8  9  9 211       
+PG22 -20224.915688  -4837.325246 -16413.815329    150.922098  8  6  7 221       
+PG23   1282.166536  23187.797664  12565.192462    316.482641 10  2  8 236       
+PG24   4049.302293  14976.585908 -21512.122702    377.784776 11     8 136       
+PG25 -18365.118424 -19186.527344    761.285296     -0.951501  6  5  9 226       
+PG26  12134.382308 -22979.763005   3660.436909   -159.784808  3  6  6 288       
+PG27   5818.479116 -15400.030588 -20106.838266    251.061324  7  1  9 196       
+PG28  20205.560848   9419.741035 -14115.748566     28.501771  9  6  9 198       
+PG29  -7304.578154 -17616.803970  18584.536732    196.393042  6  8  6 211       
+PG30 -14884.486262   5663.564399  20853.807858    333.360373  7  6  8 139       
+PG31 -25289.654414   7672.292574   3831.452656     60.290159  6  5  7 228       
+PG32   4269.896500  22194.292065 -13984.281881   -225.907298  7  9  9 235       
+*  2011  3 31 13 15  0.00000000
+PG02  20291.307797 -13559.634229   9897.181218    328.094265  5  2  9 206       
+PG03 -10568.917634  21662.510139  10379.640567    695.734346  8  3  6 139       
+PG04  26060.455957  -5801.321459  -1883.934236     75.521471  5  6  8 185       
+PG05   9014.501114 -12551.224513  21575.084419   -137.502495  4  4  6 188       
+PG06 -13984.945340  17854.618897  13809.516240   -216.019036  7  5  8 139       
+PG07  18243.115476   7616.292417  17839.486214      6.940461  9  7  8 238       
+PG08  24981.502223   1597.522892   9687.354298      7.617446  4  8  8 223       
+PG09   1584.682512 -15708.374127 -21905.867679     70.952797  5  7  9 191       
+PG10  19809.705815   2358.946538  17496.603227    -70.330735  4  7  5 190       
+PG11   -732.167365  18488.033075 -19270.595507   -138.881628  8  7  2 168       
+PG12  -7697.489780 -21294.870624 -13995.192866    -15.221065  6  6  8  66       
+PG13   7566.633461  16597.736345  19141.832043    276.952811  8  5  6 232       
+PG14 -15478.519779   1786.647397 -21331.739614    141.017085  8  6  5 224       
+PG15   3168.118682 -25956.935334  -4107.044943   -138.923406  4    10 204       
+PG16 -10978.020503  10098.955324  22008.453964   -161.716414  7  7  5 158       
+PG17  15705.538819   -920.195915 -21235.308866    184.197534  8 10  7 212       
+PG18 -20950.477578 -15683.761207  -5278.281483    129.396251  9  9  8 106       
+PG19  -7973.082893  25114.998683  -1039.543265   -125.689762 12  3 10 206       
+PG20  11575.946953  21409.319599 -10859.893789     48.813493  8  7  9 235       
+PG21 -19771.147458  -7594.209592  16784.018049   -134.206669  8  9  8 214       
+PG22 -21270.297427  -6320.952892 -14505.300286    150.921297  8  6  8 221       
+PG23    679.213700  24371.372442  10104.865914    316.480210  9  1  8 237       
+PG24   1612.594900  15421.506573 -21493.872623    377.787044 11  4  9 160       
+PG25 -18135.849920 -19306.791947  -2096.478353     -0.951873  7  5  9 224       
+PG26  12101.905789 -22291.100731   6514.766173   -159.793716  4  6  6 288       
+PG27   8119.194575 -15957.535974 -18849.256623    251.064647  7  1  9 193       
+PG28  21099.586883  10697.142864 -11815.464006     28.503961  9  6  9 202       
+PG29  -6531.011801 -19483.828485  16931.444864    196.395657  7  8  6 212       
+PG30 -16571.468266   3926.019317  19982.395358    333.363666  7  6  9 141       
+PG31 -25574.582043   7550.927670    968.195484     60.294696  3  6  8 228       
+PG32   3036.673363  20941.590268 -16010.780542   -225.914147  6  9  9 229       
+*  2011  3 31 13 30  0.00000000
+PG02  21338.295293 -13566.964190   7297.235403    328.096348  5  2  9 207       
+PG03 -10759.547676  20242.731651  12725.610134    695.739365  8  3  6 188       
+PG04  25813.351962  -5424.383560  -4642.586615     75.530936  6  8  9 191       
+PG05  10851.737425 -10886.343633  21642.634674   -137.507805  4  4  6 189       
+PG06 -13946.973177  16152.189684  15839.178058   -216.124291  6  5  8 167       
+PG07  16248.106418   8335.411516  19363.036032      6.941455  9  8  8 238       
+PG08  23804.259436   1962.905801  12208.204277      7.616591  4  8  8 222       
+PG09   3816.152145 -16411.938010 -21077.483474     70.954557  5  7  9 189       
+PG10  21084.336746   3813.785456  15713.145315    -70.331946  4  7  4 190       
+PG11  -2641.603380  19428.254941 -18092.389464   -138.884479  7  7    173       
+PG12  -6348.365229 -20222.590344 -16085.663813    -15.218400  7  6  8  62       
+PG13   6845.493021  18593.666119  17517.649497    276.951381  9  5  7 232       
+PG14 -14838.849537   -630.686080 -21853.590665    141.019323  8  6  4 218       
+PG15   3520.247587 -26202.805773  -1284.926674   -138.920496  3    10 203       
+PG16 -12756.292350   8349.447542  21807.847572   -161.719172  7  7  6 160       
+PG17  15138.750499   1497.828963 -21628.107728    184.197590  8 10  7 211       
+PG18 -21089.634689 -16231.448663  -2546.658797    129.397869  9  9  8  53       
+PG19  -8235.166569  24985.491089   1831.813043   -125.693146 12  4  9 206       
+PG20  10369.290889  20731.851017 -13172.587763     48.813342  9  8  9 230       
+PG21 -17968.490682  -8300.535085  18381.227149   -134.209509  9  9  8 214       
+PG22 -22219.604802  -7591.158752 -12345.729376    150.920646  8  7  8 223       
+PG23    206.242935  25302.477474   7467.299216    316.477796  9     9 236       
+PG24   -778.990149  15982.704444 -21103.393915    377.789457 11  6  9 175       
+PG25 -17674.886256 -19223.200049  -4918.206181     -0.952303  8  5  9 225       
+PG26  12014.988119 -21289.797399   9252.075438   -159.803342  5  6  5 288       
+PG27  10228.138515 -16580.380932 -17245.852433    251.067192  6  2  9 197       
+PG28  21867.446581  11724.599809  -9309.074474     28.506162  9  7  9 203       
+PG29  -5908.899335 -21193.179961  14989.138359    196.398367  8  7  6 214       
+PG30 -18251.552207   2356.625529  18755.038159    333.367306  6  5  9 150       
+PG31 -25555.981621   7351.235616  -1911.476720     60.299373  5  7  7 226       
+PG32   1593.118746  19593.080541 -17760.945610   -225.920596  6 10  9 223       
+*  2011  3 31 13 45  0.00000000
+PG02  22102.312045 -13511.405233   4568.217943    328.098373  4  2  9 209       
+PG03 -11006.598960  18576.288096  14843.940196    695.744232  8  4  6 187       
+PG04  25300.722433  -4929.670142  -7323.314826     75.540441  7 10  9 188       
+PG05  12760.344472  -9326.630642  21337.181069   -137.512919  5  4  6 188       
+PG06 -13966.686573  14240.226151  17596.765330   -216.229200  6  5  8 190       
+PG07  14150.009482   9216.684351  20555.470407      6.942458  9  8  8 236       
+PG08  22388.846996   2474.280107  14525.058958      7.615852  4  8  7 219       
+PG09   5903.269066 -17200.300746 -19903.228709     70.956220  6  6  9 190       
+PG10  22264.223451   5058.106067  13659.572300    -70.333662  5  8  3 186       
+PG11  -4394.267376  20362.444576 -16606.989922   -138.887215  7  6    174       
+PG12  -4772.398177 -19083.008153 -17900.806045    -15.215922  7  6  8  25       
+PG13   6286.159789  20429.277230  15588.143387    276.949650  9  6  7 230       
+PG14 -14325.569571  -3115.481070 -21993.544925    141.021629  8  7  4 200       
+PG15   3813.702754 -26147.632925   1559.534804   -138.917890  4  2 10 198       
+PG16 -14592.293967   6730.329029  21234.040296   -161.721436  7  7  7 162       
+PG17  14693.709613   3962.664409 -21643.780711    184.197980  8 10  7 210       
+PG18 -21021.359297 -16570.026195    227.978825    129.399905  9  9  8 141       
+PG19  -8424.621593  24553.283225   4670.962732   -125.696765 11  5  9 208       
+PG20   8935.595141  19963.933668 -15261.162401     48.813288  9  8  9 227       
+PG21 -16051.124282  -9151.078646  19677.679282   -134.211836  9  9  8 218       
+PG22 -23033.127411  -8646.901275  -9972.908665    150.919698  8  7  8 225       
+PG23   -165.510166  25953.066770   4698.606907    316.475610 10     9 233       
+PG24  -3080.067736  16643.353930 -20346.665289    377.791972 11  7 10 180       
+PG25 -16963.583482 -18968.561911  -7655.406729     -0.952714  8  5  9 224       
+PG26  11914.241497 -19982.911218  11822.294356   -159.812730  5  6  4 289       
+PG27  12109.845817 -17232.981833 -15326.778613    251.069330  6  4  9 200       
+PG28  22469.131529  12509.138865  -6641.346007     28.508171  9  7  9 206       
+PG29  -5422.739377 -22703.915561  12790.673614    196.400618  8  7  6 218       
+PG30 -19879.519603    972.837342  17194.379333    333.370842  5  5 10 171       
+PG31 -25245.704857   7036.315848  -4758.597459     60.303756  5  7  7 242       
+PG32    -51.934008  18191.727473 -19203.126527   -225.927179  7 10  9 221       
+*  2011  3 31 14  0  0.00000000
+PG02  22583.205265 -13356.129763   1758.277171    328.100278  4  2  8 208       
+PG03 -11336.702814  16694.371582  16696.229654    695.748348  8  3  7 197       
+PG04  24546.906919  -4290.198993  -9881.307292     75.549900  7 10  9 188       
+PG05  14700.184605  -7899.172197  20664.304636   -137.518108  5  4  5 193       
+PG06 -14069.724155  12153.288834  19052.866371   -216.334037  7  5  8 191       
+PG07  11996.605693  10258.992110  21395.883342      6.943409  9  9  8 238       
+PG08  20772.615182   3154.040331  16598.620462      7.616868  4  7  7 220       
+PG09   7811.376617 -18041.861933 -18401.468359     70.956913  6  5  9 187       
+PG10  23307.921720   6091.362317  11372.097083    -70.336513  5  7  4 188       
+PG11  -5970.688266  21255.352951 -14838.401606   -138.890124  6  6  2 184       
+PG12  -2983.697388 -17919.220843 -19409.157930    -15.213407  8  7  8 121       
+PG13   5872.111201  22060.547959  13387.167115    276.948309  8  6  8 232       
+PG14 -13951.277838  -5617.568350 -21749.548303    141.023817  9  8  4 192       
+PG15   4084.516930 -25786.839906   4376.881046   -138.915265  4  4  9 197       
+PG16 -16444.199554   5267.482093  20297.684970   -161.724161  7  7  8 155       
+PG17  14379.680572   6425.399817 -21282.746316    184.198112  8 10  7 212       
+PG18 -20722.037157 -16725.093086   2998.810391    129.401574  9 10  8 140       
+PG19  -8578.861532  23817.234127   7428.025101   -125.700092 11  5  8 205       
+PG20   7283.966477  19144.931219 -17090.339441     48.813259  9  7  8 221       
+PG21 -14060.730298 -10147.584102  20651.480951   -134.214037  9  9  8 217       
+PG22 -23673.389382  -9495.088050  -7428.179413    150.918985  8  7  8 222       
+PG23   -469.303494  26303.026499   1847.342980    316.473417  9     9 232       
+PG24  -5248.942403  17379.599294 -19236.111456    377.794748 11  8 10 190       
+PG25 -15991.105515 -18579.826640 -10261.053546     -0.953058  9  5  9 227       
+PG26  11839.079089 -18387.496399  14178.010582   -159.821791  6  7  5 288       
+PG27  13737.400599 -17875.639816 -13128.121071    251.072448  7  4 10 195       
+PG28  22868.451527  13066.180593  -3859.258618     28.510380  9  8  9 208       
+PG29  -5050.230836 -23980.047573  10373.491959    196.403268  9  6  6 219       
+PG30 -21409.459575   -216.497792  15329.036337    333.374216  6  5 10 177       
+PG31 -24663.864841   6572.835026  -7524.491483     60.308263  3  7  7 221       
+PG32  -1881.171801  16779.721000 -20310.783736   -225.933471  7  9  8 212       
+*  2011  3 31 14 15  0.00000000
+PG02  22789.507510 -13066.328592  -1082.839778    328.102249  5  4  9 209       
+PG03 -11770.961816  14634.588308  18248.921348    695.753387  8  4  6 195       
+PG04  23582.234827  -3484.325371 -12273.875805     75.559275  8 11 10 190       
+PG05  16627.690433  -6623.798340  19635.899897   -137.523284  6  4  6 195       
+PG06 -14275.764175   9930.969420  20183.349013   -216.439556  6  6  8 192       
+PG07   9835.773664  11452.796036  21869.312570      6.944235  9  9  8 238       
+PG08  18997.834376   4017.176031  18393.359926      7.615878  4  7  6 220       
+PG09   9512.205066 -18899.936977 -16595.849069     70.958094  6  4  9 193       
+PG10  24176.304103   6921.154810   8890.625355    -70.337563  5  8  3 190       
+PG11  -7358.133057  22069.937705 -12815.648975   -138.892941  6  5    177       
+PG12  -1004.706411 -16772.262089 -20584.418209    -15.210762  7  7  8 137       
+PG13   5579.496221  23448.922252  10953.289434    276.947553  9  6  8 232       
+PG14 -13720.109113  -8085.563585 -21126.338161    141.025934  8  8  4 192       
+PG15   4369.053756 -25124.695262   7118.148510   -138.912310  5  5  9 197       
+PG16 -18267.195962   3978.961370  19015.514788   -161.726797  7  7  8 153       
+PG17  14197.770017   8836.648929 -20552.036573    184.198342  9 10  8 214       
+PG18 -20174.473306 -16727.148674   5719.408345    129.403574  9 10  8 141       
+PG19  -8735.378404  22785.312100  10054.655735   -125.703456 11  6  8 204       
+PG20   5431.302754  18313.051981 -18629.255057     48.813534  9  8  9 215       
+PG21 -12039.560613 -11284.311535  21285.677018   -134.216130  9  9  8 218       
+PG22 -24106.618688 -10150.070611  -4755.672365    150.918438  8  8  8 223       
+PG23   -741.362801  26340.964090  -1036.398622    316.471104 10    10 232       
+PG24  -7249.050233  18161.453392 -17790.432095    377.798186 11  8 10 190       
+PG25 -14755.004554 -18096.538997 -12690.389761     -0.953466  9  5  9 221       
+PG26  11825.903768 -16530.144570  16275.516701   -159.830946  7  7  3 288       
+PG27  15093.286134 -18466.290322 -10691.049340    251.074796  7  6 10 197       
+PG28  23034.441803  13418.639863  -1011.133233     28.512428  9  8  9 211       
+PG29  -4763.295039 -24991.833218   7778.802533    196.405701  9  6  6 220       
+PG30 -22796.539114  -1211.244026  13192.982782    333.376701  3  5 10 179       
+PG31 -23838.073454   5932.514761 -10161.589648     60.312839  3  8  7 141       
+PG32  -3869.200958  15396.860196 -21063.062684   -225.940158  7  9  8 208       
+*  2011  3 31 14 30  0.00000000
+PG02  22737.989056 -12610.797682  -3904.742697    328.104161  6  5  9 208       
+PG03 -12323.920036  12439.598045  19474.001087    695.757271  8  5  6 198       
+PG04  22441.877276  -2496.728215 -14461.102124     75.568641  9 11  9 189       
+PG05  18497.418243  -5512.481848  18269.949123   -137.528575  6  3  6 194       
+PG06 -14597.701284   7616.527217  20969.711824   -216.544760  6  6  8 199       
+PG07   7713.797829  12780.345906  21967.030134      6.945381  9  9  9 237       
+PG08  17110.219008   5070.496078  19878.115078      7.616396  4  7  6 220       
+PG09  10984.767635 -19734.080587 -14515.033232     70.960127  7  3  9 194       
+PG10  24834.033996   7562.678386   6258.035657    -70.338138  4  8  3 186       
+PG11  -8550.948711  22768.779412 -10572.375655   -138.895979  5  4  2 176       
+PG12   1134.438494 -15679.531760 -21405.921213    -15.208151  7  7  8 121       
+PG13   5378.259452  24562.703366   8329.083030    276.946044  9  6  9 231       
+PG14 -13627.639704 -10468.689883 -20135.323947    141.028226  8  8  5 195       
+PG15   4702.379338 -24174.183176   9735.745165   -138.909684  5  6  9 195       
+PG16 -20015.091259   2874.503060  17410.014771   -161.729294  6  7  8 166       
+PG17  14140.965515  11148.281982 -19465.118929    184.198293  9 10  8 211       
+PG18 -19368.613387 -16610.273904   8344.452706    129.405288  8 10  8 135       
+PG19  -8930.062908  21474.354317  12504.941984   -125.706723 11  7  8 206       
+PG20   3401.837248  17503.872134 -19851.949231     48.813764  9  8  8 214       
+PG21 -10029.035890 -12548.070453  21568.550392   -134.218274 10  9  8 219       
+PG22 -24304.076168 -10632.857578  -2001.525583    150.917607  8  8  8 224       
+PG23  -1019.231379  26064.658695  -3901.918887    316.468755 10  2 10 231       
+PG24  -9050.206401  18953.959492 -16034.310250    377.801066 10  8 11 188       
+PG25 -13261.485246 -17559.207892 -14901.692931     -0.953804 10  5  9 219       
+PG26  11906.412192 -14446.111509  18075.795592   -159.841164  7  8    290       
+PG27  16169.816775 -18962.345757  -8060.862072    251.077050  7  7 10 199       
+PG28  22942.551527  13595.765138   1854.220601     28.514657  8  9  8 211       
+PG29  -4529.326442 -25716.840980   5050.899850    196.408263  9  5  6 221       
+PG30 -23998.723546  -2019.718854  10824.831202    333.380653     5 10 180       
+PG31 -22802.398298   5093.443229 -12624.244123     60.317293  3  8  8 132       
+PG32  -5983.279240  14079.021585 -21445.277034   -225.946633  8  9  7 202       
+*  2011  3 31 14 45  0.00000000
+PG02  22452.879642 -11963.387030  -6657.373195    328.106266  7  5  9 208       
+PG03 -13002.819674  10155.544608  20349.572861    695.762547  8  5  6 199       
+PG04  21164.539440  -1319.163797 -16406.441930     75.577940  9 11  9 188       
+PG05  20263.679750  -4569.050622  16590.194133   -137.533790  6  3  7 195       
+PG06 -15041.099053   5255.403994  21399.337202   -216.650238  6  6  8 202       
+PG07   5673.737582  14216.215319  21686.731645      6.946294  9  9  9 238       
+PG08  15157.321247   6312.150578  21026.640749      7.616416  4  7  5 218       
+PG09  12216.011051 -20501.572825 -12192.362370     70.961410  7  2  9 187       
+PG10  25250.891792   8037.891681   3519.432972    -70.339111  4  8  3 183       
+PG11  -9550.636856  23315.548504  -8146.349080   -138.898551  3  3  2 182       
+PG12   3396.850622 -14673.371052 -21859.021794    -15.205514  7  7  7 193       
+PG13   5233.512765  25378.182805   5560.344369    276.944700  8  6  8 228       
+PG14 -13661.145311 -12718.571408 -18794.343277    141.030506  8  9  5 193       
+PG15   5116.690386 -22956.542476  12184.298902   -138.906948  5  6  9 193       
+PG16 -21641.975270   1955.357297  15509.007993   -161.731889  6  7  9 168       
+PG17  14194.506170  13315.100125 -18041.602949    184.198754  9 10  8 214       
+PG18 -18302.007676 -16410.705697  10830.411213    129.407218  8 10  8 145       
+PG19  -9195.601532  19909.481126  14736.242767   -125.710099 11  7  7 206       
+PG20   1226.410648  16748.974104 -20737.776808     48.813751  9  7  8 205       
+PG21  -8068.367204 -13918.522558  21493.870219   -134.220734 10  9  8 221       
+PG22 -24243.194419 -10970.080565    786.919260    150.916858  8  8  8 224       
+PG23  -1340.064784  25481.153339  -6698.862450    316.466466  9  4 10 230       
+PG24 -10629.606762  19718.571847 -13998.002753    377.803054 10  8 11 193       
+PG25 -11525.342039 -17007.649827 -16856.987360     -0.954305 10  5  8 172       
+PG26  12106.097849 -12178.061197  19545.408670   -159.850398  8  8    290       
+PG27  16969.142876 -19322.542783  -5285.963582    251.078914  6  7 10 195       
+PG28  22575.576268  13631.770534   4688.321621     28.517048  8  9  8 209       
+PG29  -4312.624727 -26140.752417   2236.425954    196.410736  9  5  6 222       
+PG30 -24978.375540  -2658.090471   8267.038942    333.383659     5 10 191       
+PG31 -21596.074638   4041.157232 -14869.530302     60.321545  2  8  8 154       
+PG32  -8184.359759  12856.777072 -21449.284065   -225.953225  8  9  7 189       
+*  2011  3 31 15  0  0.00000000
+PG02  21964.792889 -11104.247789  -9291.973781    328.108186  7  6  8 204       
+PG03 -13807.178897   7830.346751  20860.293221    695.766467  8  5  6 201       
+PG04  19791.039396     49.039089 -18077.280973     75.587334  9 10  8 188       
+PG05  21882.189679  -3789.221954  14625.712464   -137.538814  6  2  7 197       
+PG06 -15603.935299   2893.673298  21465.646441   -216.755864  6  6  8 205       
+PG07   3753.919771  15728.146815  21032.618417      6.947030  9  9  9 237       
+PG08  13186.849260   7731.473823  21818.102586      7.617751  5  6  5 220       
+PG09  13201.193501 -21159.021714  -9665.446094     70.963689  7  3  9 192       
+PG10  25402.907071   8374.445707    721.388771    -70.340208  4  8  4 186       
+PG11 -10365.652347  23676.466987  -5578.872641   -138.901596  1  2  2 179       
+PG12   5740.102297 -13779.839290 -21935.381492    -15.202844  7  7  7 170       
+PG13   5107.097070  25880.461493   2695.261518    276.943170  8  5  9 226       
+PG14 -13800.198431 -14790.927098 -17127.301011    141.032663  8  9  6 191       
+PG15   5639.862634 -21500.493594  14421.461046   -138.904465  5  7  8 194       
+PG16 -23103.870729   1214.445525  13345.165134   -161.734410  5  6  9 174       
+PG17  14336.566196  15296.387453 -16306.841130    184.198559  9 10  8 217       
+PG18 -16980.005443 -16165.355616  13136.180218    129.408997  8 10  8 142       
+PG19  -9560.017317  18123.191310  16709.954710   -125.713573 10  7  7 208       
+PG20  -1058.502513  16074.749643 -21271.735625     48.813658  9  8  8 204       
+PG21  -6193.245889 -15368.750336  21061.082292   -134.222081 10  8  8 222       
+PG22 -23908.484926 -11192.756190   3561.927707    150.916172  8  9  8 226       
+PG23  -1738.942900  24606.484827  -9378.158194    316.464264 10  4 10 230       
+PG24 -11972.541326  20414.700664 -11716.818401    377.806084 10  7 11 186       
+PG25  -9569.571624 -16479.371423 -18522.692005     -0.954658 10  5  8 167       
+PG26  12443.028322  -9774.480699  20657.254152   -159.860289  8  9    291       
+PG27  17502.842258 -19508.709217  -2416.807830    251.081553  7  8  9 199       
+PG28  21924.308708  13564.319287   7443.787296     28.519219  8  9  8 210       
+PG29  -4075.953938 -26257.867981   -616.411785    196.413094  9  5  5 222       
+PG30 -25703.668650  -3149.464219   5565.060056    333.385576  3  5 10 183       
+PG31 -20262.017868   2769.448330 -16858.020850     60.326037  3  9  8 224       
+PG32 -10428.411272  11754.222445 -21073.736932   -225.959894  8  8  7 185       
+*  2011  3 31 15 15  0.00000000
+PG02  21309.400482 -10020.822974 -11762.026349    328.110030  8  6  8 205       
+PG03 -14728.709843   5511.925740  20997.653168    695.770841  8  6  6 205       
+PG04  18362.822799   1600.759866 -19445.438489     75.596736  9 10  7 191       
+PG05  23311.666441  -3160.955184  12410.406115   -137.544273  6  2  7 196       
+PG06 -16276.646229    576.481449  21168.158265   -216.861160  6  7  8 207       
+PG07   1986.613186  17278.177590  20015.368183      6.947852  9  9 10 238       
+PG08  11244.969229   9309.161306  22237.503394      7.618912  5  6  4 220       
+PG09  13943.970067 -21664.030496  -6975.673566     70.965539  8  5  9 190       
+PG10  25273.259169   8604.415774  -2088.820883    -70.340970  4  8  5 183       
+PG11 -11010.927374  23821.706746  -2914.110497   -138.904350  2  3  3 177       
+PG12   8117.657769 -13017.741174 -21633.148808    -15.200349  6  7  7 135       
+PG13   4959.269751  26063.933091   -216.452652    276.942013  8  5  9 228       
+PG14 -14017.577997 -16647.098544 -15163.701253    141.034807  8  9  7 189       
+PG15   6294.177962 -19841.185302  16408.649508   -138.901524  6  8  8 196       
+PG16 -24360.314940    636.833232  10955.446376   -161.736901  6  6  9 178       
+PG17  14539.220291  17057.282180 -14291.434838    184.198553  9  9  9 220       
+PG18 -15415.676136 -15910.324671  15223.682158    129.411040  7 10  8 145       
+PG19 -10045.413902  16154.177961  18392.189285   -125.716953 10  7  6 210       
+PG20  -3411.977715  15501.411136 -21444.707933     48.813958 10  8  8 201       
+PG21  -4434.646858 -16866.079641  20275.434217   -134.224605 10  8  8 222       
+PG22 -23292.181329 -11334.894296   6276.176821    150.915641  8  9  8 226       
+PG23  -2247.270770  23465.063374 -11892.930027    316.462107  9  5 10 228       
+PG24 -13072.788971  21001.359334  -9230.492676    377.809817  9  7 11 182       
+PG25  -7424.674784 -16008.053508 -19870.193276     -0.954996 10  5  7 169       
+PG26  12926.958595  -7287.838302  21391.167400   -159.870096  9  9    291       
+PG27  17791.131808 -19487.373676    495.155597    251.084252  7  9  9 196       
+PG28  20987.893361  13432.919014  10075.049940     28.521016  7  9  8 211       
+PG29  -3782.169003 -26071.296261  -3458.655108    196.415716  9  5  5 221       
+PG30 -26149.761697  -3522.703925   2766.465946    333.388297  4  6 10 195       
+PG31 -18845.191029   1280.856197 -18554.516393     60.330561  3  9  8 221       
+PG32 -12667.965703  10788.070182 -20324.201020   -225.966652  8  8  6 176       
+*  2011  3 31 15 30  0.00000000
+PG02  20525.914636  -8708.539167 -14024.136417    328.112215  8  7  8 206       
+PG03 -15751.579083   3246.448482  20760.101652    695.775717  7  7  6 209       
+PG04  16920.464785   3321.151503 -20487.612972     75.605991 10 10  7 186       
+PG05  24515.325355  -2665.107139   9982.412268   -137.549417  6  1  8 195       
+PG06 -17042.464637  -1653.463436  20512.453383   -216.966452  6  7  8 212       
+PG07    396.937529  18824.005153  18651.991908      6.948737  9  9 10 237       
+PG08   9374.653015  11017.782517  22276.030921      7.618835  6  5  3 220       
+PG09  14456.174332 -21976.872786  -4167.645464     70.968698  8  6  8 188       
+PG10  24852.917571   8762.886513  -4863.968937    -70.341626  4  7  5 176       
+PG11 -11507.134060  23726.666143   -198.333501   -138.907173  6  7  4 172       
+PG12  10480.476523 -12397.944042 -20957.028017    -15.197792  7  7  7 125       
+PG13   4750.449038  25932.413424  -3124.444305    276.940724  8  5  9 229       
+PG14 -14280.451544 -18255.353820 -12938.084196    141.037084  8  9  8 190       
+PG15   7095.280904 -18018.904163  18111.717809   -138.898667  6  8  7 196       
+PG16 -25375.815159    200.497398   8380.484729   -161.739329  6  7  9 179       
+PG17  14769.649162  18569.916742 -12030.657695    184.198736  9  9  9 220       
+PG18 -13629.462466 -15679.465099  17058.416124    129.412852  8 10  8 150       
+PG19 -10666.972894  14045.915812  19754.348605   -125.720673 10  7  5 212       
+PG20  -5789.991973  15042.247122 -21253.612103     48.813871  9  7  8 197       
+PG21  -2817.789195 -18373.135963  19148.026766   -134.227163 10  8  8 224       
+PG22 -22394.597158 -11432.007359   8883.540318    150.914895  8  9  8 227       
+PG23  -2891.335348  22088.729215 -14199.357288    316.459763  9  6  9 224       
+PG24 -13932.675934  21438.846545  -6582.470860    377.812510  8  4 12 174       
+PG25  -5127.673813 -15622.195252 -20876.333296     -0.955321 11  5  7 171       
+PG26  13558.824620  -4772.572012  21734.342201   -159.879303  9  9  2 291       
+PG27  17861.749481 -19231.153093   3398.502716    251.086332  7  9  9 180       
+PG28  19773.881958  13277.288707  12539.013560     28.523338  7  9  8 211       
+PG29  -3395.846918 -25592.817840  -6241.428488    196.418064  9  6  5 221       
+PG30 -26299.692450  -3811.043482    -79.943722    333.390791  6  7  9 199       
+PG31 -17390.889145   -413.176369 -19928.717021     60.335172  4  9  7 220       
+PG32 -14853.831651   9967.050000 -19213.125122   -225.973441  8  7  5 172       
+*  2011  3 31 15 45  0.00000000
+PG02  19655.445642  -7171.170661 -16038.841787    328.114034  8  7  7 203       
+PG03 -16852.996153   1076.663201  20153.010773    695.781571  7  7  6 211       
+PG04  15502.211016   5187.990003 -21185.765323     75.615308 10  9  7 193       
+PG05  25462.208252  -2276.363394   7383.446445   -137.554684  6     8 198       
+PG06 -17878.037118  -3757.300804  19510.048442   -217.072039  6  8  8 214       
+PG07   -997.949075  20320.542164  16965.576233      6.949800  9  8 10 238       
+PG08   7614.133964  12822.619064  21931.315722      7.619486  6  4  4 219       
+PG09  14757.294589 -22062.115245  -1288.526339     70.970548  8  7  8 188       
+PG10  24141.003214   8886.443310  -7557.613777    -70.341647  5  7  6 179       
+PG11 -11879.710150  23373.069218   2520.901893   -138.910048  6  7  4 181       
+PG12  12778.726589 -11923.013873 -19918.232791    -15.195367  7  6  6 153       
+PG13   4442.945227  25498.914384  -5978.602328    276.939154  8  4  9 234       
+PG14 -14551.779897 -19591.919056 -10489.381186    141.039442  8  9  8 190       
+PG15   8051.405520 -16077.598839  19501.538225   -138.895932  6  8  6 199       
+PG16 -26121.125979   -122.641985   5663.920004   -161.742016  6  7  9 178       
+PG17  14991.535037  19814.286679  -9563.809513    184.199093  9  9  9 222       
+PG18 -11648.578603 -15503.037669  18609.958573    129.414678  8 10  8 151       
+PG19 -11432.242919  11845.079553  20773.590858   -125.723979  9  7  5 213       
+PG20  -8146.894554  14703.149406 -20701.462461     48.814226  9  7  8 192       
+PG21  -1361.294925 -19849.105398  17695.782253   -134.229640 10  8  8 224       
+PG22 -21224.187281 -11519.578643  11339.842997    150.914248  8  9  8 226       
+PG23  -3691.077988  20515.527220 -16257.466120    316.457525  9  6  9 223       
+PG24 -14562.794905  21690.393735  -3819.114138    377.815720  8  5 12 181       
+PG25  -2720.882442 -15343.970606 -21523.805612     -0.955544 11  6  6 184       
+PG26  14330.640759  -2283.004641  21681.560124   -159.888431  9 10  3 292       
+PG27  17748.569274 -18719.867605   6242.797956    251.088443  7  9  8 194       
+PG28  18297.996056  13135.754991  14795.648883     28.525436  7  9  8 212       
+PG29  -2884.859045 -24842.427287  -8916.778102    196.420691  9  6  5 218       
+PG30 -26144.962426  -4050.550488  -2925.020194    333.392828  7  8  9 193       
+PG31 -15943.007080  -2292.499418 -20955.818727     60.339533  4  9  7 218       
+PG32 -16936.903176   9291.647536 -17759.662495   -225.980190  8  6  5 169       
+*  2011  3 31 16  0  0.00000000
+PG02  18739.306074  -5420.862792 -17771.327351    328.116360  7  8  5 201       
+PG03 -18004.100327   -959.601179  19188.488423    695.787107  7  7  7 213       
+PG04  14142.608973   7172.298458 -21527.434141     75.624293  9  9  8 191       
+PG05  26128.299757  -1964.408115   4658.089352   -137.559804  6  2  8 199       
+PG06 -18754.295755  -5701.276125  18178.183361   -217.177322  6  7  8 215       
+PG07  -2189.350337  21721.601308  14984.913377      6.950452  9  8 10 236       
+PG08   5995.531816  14682.805007  21207.587859      7.619865  7     3 221       
+PG09  14873.653935 -21890.125557   1612.680326     70.972410  8  8  7 186       
+PG10  23144.861506   9011.625240 -10124.810819    -70.343092  6  6  6 168       
+PG11 -12157.683590  22749.837189   5195.626443   -138.912671  5  5  4 183       
+PG12  14963.542263 -11587.186421 -18534.322982    -15.192796  7  6  6 162       
+PG13   4002.610290  24785.074814  -8729.925452    276.937762  8  4  9 228       
+PG14 -14791.886303 -20641.701146  -7860.202462    141.041378  8  9  9 199       
+PG15   9162.902301 -14063.278258  20554.489462   -138.893095  7  8  4 200       
+PG16 -26574.303626   -365.465773   2851.692603   -161.744419  6  8  9 186       
+PG17  15166.590745  20778.819330  -6933.514348    184.198918  9  8  9 222       
+PG18  -9506.174293 -15406.509616  19852.411278    129.416676  8  9  8 147       
+PG19 -12340.745808   9599.858307  21433.179601   -125.727530  9  7  6 215       
+PG20 -10436.944075  14482.429557 -19797.335779     48.814574  9  6  8 197       
+PG21    -76.582428 -21251.162598  15941.320537   -134.232358 10  7  7 224       
+PG22 -19797.313257 -11631.547182  13603.574132    150.913538  7  9  8 227       
+PG23  -4659.132405  18788.252202 -18031.835645    316.455264  9  7  9 218       
+PG24 -14981.396093  21723.709345   -988.845670    377.821669  8  6 12 184       
+PG25   -250.474624 -15188.341138 -21801.451857     -0.955861 11  6  5 174       
+PG26  15225.802867    128.715291  21235.223934   -159.897704  9 10  3 292       
+PG27  17490.019525 -17941.348005   8979.478707    251.091700  7 10  9 196       
+PG28  16583.612375  13043.731347  16808.525887     28.527592  6  9  8 211       
+PG29  -2221.822676 -23847.569237 -11438.501800    196.423199  9  6  5 215       
+PG30 -25685.798214  -4278.507020  -5720.117801    333.395211  7  9  9 198       
+PG31 -14542.359963  -4328.801493 -21617.019552     60.344062  4  8  7 211       
+PG32 -18869.986892   8754.196452 -15989.341701   -225.986804  9  3  4 181       
+*  2011  3 31 16 15  0.00000000
+PG02  17817.334310  -3477.816731 -19192.031484    328.118256  7  9  5 196       
+PG03 -19171.102409  -2830.710352  17885.049214    695.791504  6  8  7 215       
+PG04  12871.278278   9239.226959 -21505.977742     75.633507  9  9  9 197       
+PG05  26497.388800  -1695.286499   1853.029358   -137.565063  6  3  8 198       
+PG06 -19637.551245  -7457.805011  16539.526486   -217.282514  5  8  8 217       
+PG07  -3177.198128  22981.644855  12744.022770      6.951297  9  7 11 238       
+PG08   4543.703694  16552.733583  20115.722034      7.619673  7     5 221       
+PG09  14837.315171 -21438.403716   4485.928885     70.975850  8  9  7 184       
+PG10  21879.847521   9173.394595 -12522.792604    -70.342993  7  6  7 162       
+PG11 -12372.341895  21853.690023   7778.364153   -138.915746  6  5  4 177       
+PG12  16988.758011 -11376.676700 -16828.925187    -15.190150  7  6  5 181       
+PG13   3400.341733  23820.274096 -11331.357533    276.936704  7  3  8 247       
+PG14 -14960.126560 -21398.677773  -5096.072555    141.043629  7  9  9 195       
+PG15  10422.082447 -12022.346997  21252.841599   -138.890648  7  8  3 201       
+PG16 -26721.500081   -564.221841     -8.693599   -161.747037  7  8  8 183       
+PG17  15256.162067  21460.625297  -4184.976241    184.198970  9  7 10 217       
+PG18  -7240.292714 -15409.533794  20764.793579    129.418445  8  9  8 149       
+PG19 -13383.911675   7358.234177  21722.714340   -125.731072  8  7  6 216       
+PG20 -12615.856519  14370.932388 -18556.243815     48.814086  9  6  8 197       
+PG21   1032.475194 -22536.019614  13912.733856   -134.234204  9  7  8 225       
+PG22 -18137.723466 -11798.866101  15636.550638    150.912958  8  9  8 227       
+PG23  -5800.165780  16952.826581 -19492.205697    316.452789  9  7  8 218       
+PG24 -15213.475746  21512.355368   1858.744602    377.825441  9  7 12 201       
+PG25   2235.093843 -15162.459477 -21704.454435     -0.956164 11  6  4 169       
+PG26  16219.777200   2414.550862  20405.199985   -159.907293  9 10  4 292       
+PG27  17127.378279 -16891.916613  11562.647831    251.095744  7 10  8 196       
+PG28  14660.994029  13032.329026  18545.284451     28.529818  6  9  8 211       
+PG29  -1385.374070 -22642.096422 -13762.955373    196.425596  9  7  4 210       
+PG30 -24931.088028  -4531.772994  -8417.904763    333.396936  8  9  8 194       
+PG31 -13225.124784  -6486.489004 -21899.921240     60.348828  5  9  7 136       
+PG32 -20609.567969   8339.322842 -13933.592398   -225.993719  8  2  4 177       
+*  2011  3 31 16 30  0.00000000
+PG02  16926.307530  -1369.652962 -20277.133571    328.120296  7 10  3 197       
+PG03 -20316.627759  -4512.225337  16267.158701    695.796022  6  9  8 216       
+PG04  11711.865032  11349.160901 -21120.737294     75.642701  9  9  9 197       
+PG05  26561.643580  -1432.906806   -983.726970   -137.570450  6  4  9 197       
+PG06 -20490.767169  -9006.306542  14621.802339   -217.387869  6  8  9 218       
+PG07  -3969.876384  24057.529961  10281.571217      6.951951  9  6 11 237       
+PG08   3275.371517  18383.682372  18673.162129      7.620236  8     5 223       
+PG09  14684.743551 -20692.677452   7280.991032     70.978964  9  9  6 184       
+PG10  20368.833128   9403.676582 -14711.611622    -70.344926  7  6  7 134       
+PG11 -12555.800756  20689.446407  10223.050372   -138.918413  7  6  4 160       
+PG12  18812.550396 -11270.316418 -14831.340155    -15.187693  7  6  5 190       
+PG13   2613.383321  22640.466080 -13738.577205    276.934941  8  3  8 254       
+PG14 -15016.593908 -21865.944313  -2244.628515    141.045543  7  9 10 197       
+PG15  11813.384082  -9999.942846  21585.033344   -138.887776  7  8  1 204       
+PG16 -26557.469021   -756.966344  -2868.930069   -161.749627  7  9  8 181       
+PG17  15222.841565  21865.427799  -1365.206041    184.199243  9  7 10 213       
+PG18  -4892.656094 -15525.144171  21331.375623    129.420401  9  9  8 149       
+PG19 -14545.341172   5166.292508  21638.242724   -125.734309  7  7  7 218       
+PG20 -14642.307947  14352.443444 -16998.912205     48.814475  8  6  8 189       
+PG21   1969.604544 -23661.541881  11643.252951   -134.236769  9  7  8 225       
+PG22 -16275.768848 -12048.187320  17404.522044    150.912205  8  9  7 228       
+PG23  -7110.547146  15056.577961 -20613.976116    316.450564  8  7  8 207       
+PG24 -15289.600787  21036.898931   4673.816385    377.828443  9  7 12 157       
+PG25   4686.751250 -15265.386503 -21234.421929     -0.956445 10  6  3 161       
+PG26  17281.135748   4532.305408  19208.482553   -159.917035  8 11  4 292       
+PG27  16703.018913 -15576.537277  13949.766105    251.099347  7 10  7 197       
+PG28  12566.297408  13127.142515  19978.044501     28.532248  6  9  7 210       
+PG29   -361.211591 -21264.988639 -15849.820447    196.428029  9  7  4 155       
+PG30 -23898.004568  -4845.195256 -10973.121230    333.400328  8 10  7 193       
+PG31 -12021.468153  -8723.869077 -21798.814062     60.353141  5  8  6 154       
+PG32 -22117.437379   8024.724007 -11629.136533   -226.000573  8     4 183       
+*  2011  3 31 16 45  0.00000000
+PG02  16098.508550    869.515831 -21008.916410    328.122401  6 10  4 198       
+PG03 -21401.199347  -5987.593541  14364.669033    695.801020  5  9  8 217       
+PG04  10681.219895  13459.021932 -20377.115416     75.652225  9  9 10 196       
+PG05  26321.879067  -1140.623968  -3803.663604   -137.575620  6  5  9 197       
+PG06 -21274.969137 -10333.777492  12457.347069   -217.493533  5  8  9 219       
+PG07  -4583.707980  24910.179885   7640.201020      6.953041  9  5 11 236       
+PG08   2198.567071  20125.597842  16903.718327      7.620999  8     6 222       
+PG09  14455.272349 -19647.708303   9948.364911     70.981368  8  9  6 183       
+PG10  18641.454510   9730.019772 -16654.740642    -70.346888  8  6  7 121       
+PG11 -12739.532691  19270.003624  12485.938938   -138.921269  7  7  4 192       
+PG12  20398.922793 -11240.495502 -12576.042645    -15.185146  6  5  5 191       
+PG13   1626.374091  21286.780992 -15910.729716    276.934417  7  3  8 194       
+PG14 -14923.792391 -22055.420458    645.204118    141.048011  6  8 10 197       
+PG15  13313.852251  -8038.340657  21545.838890   -138.885089  7  8    205       
+PG16 -26085.765491   -981.937062  -5680.674776   -161.751984  7 10  7 182       
+PG17  15032.032851  22007.176937   1477.767899    184.199333  9  7 10 216       
+PG18  -2507.318580 -15759.196448  21541.948817    129.422203  9  9  8 151       
+PG19 -15801.380109   3066.628432  21182.257240   -125.737913  7  7  7 220       
+PG20 -16479.336708  14404.376906 -15151.466958     48.814687  8  6  8 192       
+PG21   2745.886652 -24588.371252   9170.799157   -134.239154  9  6  7 225       
+PG22 -14247.384172 -12400.720563  18877.710299    150.911512  8  9  7 228       
+PG23  -8578.353099  13146.486936 -21378.590873    316.448095  8  7  7 208       
+PG24 -15244.519470  20285.791439   7407.196343    377.831330  9  7 12 194       
+PG25   7056.500515 -15488.133334 -20399.365645     -0.956763 10  6  2 161       
+PG26  18372.882209   6447.069546  17668.699897   -159.926065  8 11  5 292       
+PG27  16258.675472 -14008.643488  16102.241651    251.103319  7 10  7 199       
+PG28  10340.389859  13347.246051  21083.757307     28.534339  7  8  7 207       
+PG29    857.133881 -19758.881260 -17662.819661    196.430558  9  8  4 156       
+PG30 -22611.336271  -5250.120985 -13343.275952    333.401803  8 10  6 187       
+PG31 -10954.418682 -10994.591919 -21314.834756     60.357834  5  8  6 149       
+PG32 -23362.108665   7782.247561  -9117.260291   -226.007173  8  1  4 188       
+*  2011  3 31 17  0  0.00000000
+PG02  15360.502347   3200.260133 -21376.001209    328.124387  6 11  5 197       
+PG03 -22384.795747  -7248.510198  12212.166119    695.806611  5  9  9 218       
+PG04   9788.832871  15523.718185 -19286.564776     75.661595  8  9 10 195       
+PG05  25787.507602   -782.843929  -6558.570196   -137.580992  6  6  9 194       
+PG06 -21950.738099 -11435.087927  10082.597016   -217.599147  6  8  9 220       
+PG07  -5042.123844  25506.113515   4865.777912      6.953873 10  5 11 236       
+PG08   1312.424310  21728.971003  14837.232875      7.622308  9     6 224       
+PG09  14189.427408 -18307.763628  12440.216558     70.984993  9 10  6 182       
+PG10  16733.126642  10174.423550 -18319.625688    -70.348153  8  5  7 156       
+PG11 -12952.919725  17615.992980  14526.474228   -138.924165  7  7  4 198       
+PG12  21718.973310 -11254.371206 -10102.081891    -15.182364  6  5  4 190       
+PG13    432.107489  19803.950926 -17811.090542    276.932573  7  3  8 176       
+PG14 -14648.214830 -21987.232233   3524.043202    141.049908  6  8 10 195       
+PG15  14893.912384  -6175.483045  21136.423843   -138.882093  7  8  2 207       
+PG16 -25318.631742  -1275.918180  -8396.326225   -161.754313  8 10  7 180       
+PG17  14653.407270  21907.367163   4295.692878    184.199403 10  6 10 218       
+PG18   -129.230432 -16110.075343  21392.029195    129.424149  9  9  8 156       
+PG19 -17121.979893   1096.908861  20363.581456   -125.741213  6  7  8 220       
+PG20 -18095.592906  14498.719942 -13045.031057     48.814729  7  5  8 192       
+PG21   3379.210970 -25281.491499   6537.420360   -134.241458  9  6  7 226       
+PG22 -12092.872632 -12871.307898  20031.278434    150.910836  8  9  7 228       
+PG23 -10183.706714  11267.475007 -21773.803550    316.445719  8  7  6 205       
+PG24 -15115.616853  19255.939700  10011.276013    377.834472  9  9 12 193       
+PG25   9299.070300 -15814.026791 -19213.567374     -0.957003 10  6  3 156       
+PG26  19454.000658   8132.330875  15815.486853   -159.935437  8 10  6 292       
+PG27  15833.790937 -12209.664832  17985.917615    251.108363  7 10  7 197       
+PG28   8027.517725  13704.430832  21844.499376     28.536774  7  8  7 207       
+PG29   2267.833721 -18168.459827 -19170.365367    196.433161 10  8  3 164       
+PG30 -21102.558470  -5773.067675 -15489.275545    333.405193  8 10  6 192       
+PG31 -10039.032967 -13249.296738 -20455.990481     60.362281  6  8  6 158       
+PG32 -24319.962291   7579.222377  -6442.986552   -226.014094  7  5  5 191       
+*  2011  3 31 17 15  0.00000000
+PG02  14732.167427   5579.205876 -21373.456651    328.126344  6 11  7 187       
+PG03 -23228.418361  -8294.945430   9848.249232    695.811850  6  9  9 219       
+PG04   9036.549694  17497.694006 -17866.481682     75.671241  8  9 10 200       
+PG05  24976.174964   -326.587268  -9201.350823   -137.585951  7  7  8 190       
+PG06 -22479.734197 -12312.988134   7537.516189   -217.704547  7  8  9 220       
+PG07  -5374.546990  25818.770614   2006.572998      6.954632 10  7 11 235       
+PG08    607.334784  23146.729090  12509.114127      7.622040  9     6 221       
+PG09  13927.176450 -16686.721660  14711.332457     70.988138  8 10  6 183       
+PG10  14683.858498  10752.373336 -19678.186948    -70.348865  9  5  7 169       
+PG11 -13221.894274  15755.121510  16308.104267   -138.926908  8  7  4 202       
+PG12  22751.894658 -11275.296935  -7452.393288    -15.180110  6  6  5 192       
+PG13   -968.026002  18238.620133 -19407.652112    276.930934  7  2  7 160       
+PG14 -14161.766347 -21688.796888   6342.876146    141.052245  5  8 10 199       
+PG15  16518.405834  -4443.692889  20364.291620   -138.879447  7  8  4 207       
+PG16 -24276.572394  -1672.656360 -10969.790737   -161.756864  8 11  7 186       
+PG17  14062.199780  21594.086550   7040.877488    184.199661 10  6 10 216       
+PG18   2197.238897 -16568.682137  20882.988828    129.425858  9  9  7 154       
+PG19 -18471.806847   -711.358451  19197.152546   -125.744686  5  7  8 222       
+PG20 -19466.387761  14603.199810 -10715.234883     48.814949  6  4  8 194       
+PG21   3893.440358 -25711.669678   3788.612702   -134.243849  8  6  6 226       
+PG22  -9855.538104 -13467.747181  20845.722951    150.910124  8  9  7 229       
+PG23 -11899.432173   9460.799158 -21793.823669    316.443640  8  7  6 204       
+PG24 -14941.280082  17952.947019  12440.871141    377.836348  9  8 12 199       
+PG25  11373.464135 -16219.384524 -17697.340225     -0.957296  9  6  3 165       
+PG26  20481.151446   9570.710028  13683.751833   -159.944441  7 11  6 292       
+PG27  15464.003790 -10208.281175  19571.462524    251.112018  7 11  6 199       
+PG28   5673.867651  14202.705489  22247.709895     28.538952  7  7  7 208       
+PG29   3860.622156 -16538.782918 -20346.129101    196.435774 10  9  4 188       
+PG30 -19408.683648  -6434.594241 -17375.982587    333.408649  8 10  4 191       
+PG31  -9281.892155 -15437.395401 -19237.045038     60.367096  6  8  5 146       
+PG32 -24976.068817   7379.981044  -3654.170945   -226.020897  7  6  5 196       
+*  2011  3 31 17 30  0.00000000
+PG02  14226.015128   7960.545920 -21002.786601    328.128319  7 11  8 195       
+PG03 -23895.604634  -9134.846455   7314.763771    695.815680  6  9 10 220       
+PG04   8418.585228  19336.524152 -16140.000518     75.680900  8  8 10 198       
+PG05  23913.095960    257.047741 -11686.813748   -137.591309  7  7  8 184       
+PG06 -22826.196283 -12977.826648   4864.968934   -217.809927  7  8  9 221       
+PG07  -5615.036271  25829.578254   -887.605217      6.955473 10  7 11 237       
+PG08     65.466692  24336.064616   9959.742674      7.622253  9     6 221       
+PG09  13706.176093 -14807.791420  16720.058508     70.989546  8 10  5 182       
+PG10  12536.909033  11472.117756 -20707.262850    -70.350514  9  5  7 193       
+PG11 -13567.729211  13721.225705  17799.012196   -138.929742  8  7  4 204       
+PG12  23485.665312 -11264.413485  -4673.034208    -15.177425  6  7  5 187       
+PG13  -2563.927227  16637.604512 -20673.626707    276.929943  7  2  7 120       
+PG14 -13442.981126 -21193.648591   9053.867740    141.054141  5  8 10 198       
+PG15  18147.846421  -2868.614789  19243.123520   -138.876372  7  8  5 210       
+PG16 -22987.632887  -2201.386613 -13357.233086   -161.759044  8 11  6 186       
+PG17  13240.297395  21100.835506   9666.959125    184.199898 10  7 10 216       
+PG18   4429.768796 -17118.707445  20022.110013    129.427825  9  8  7 158       
+PG19 -19811.555026  -2333.806326  17703.708141   -125.748071  5  6  9 223       
+PG20 -20574.502134  14682.631183  -8201.645739     48.815277  6  4  9 193       
+PG21   4317.312365 -25856.707851    972.534806   -134.246208  8  5  6 226       
+PG22  -7580.214382 -14190.388914  21307.185561    150.909506  8  9  6 229       
+PG23 -13691.995467   7762.613623 -21439.346065    316.441398  8  7  5 207       
+PG24 -14759.241481  16391.016285  14654.024806    377.840048  8  8 11 205       
+PG25  13244.348658 -16674.474060 -15876.686086     -0.957565  8  6  3 159       
+PG26  21410.436068  10754.306420  11312.867243   -159.953571  7 10  7 292       
+PG27  15179.819387  -8039.440875  20834.669968    251.114836  6 11  5 200       
+PG28   3326.066546  14838.075041  22286.371823     28.540866  7  7  7 208       
+PG29   5616.990545 -14913.598785 -21169.520346    196.438191 10  9  4 182       
+PG30 -17570.935800  -7248.409266 -18972.700560    333.411522  8 11  3  94       
+PG31  -8680.952084 -17508.921059 -17679.267371     60.371467  6  7  5 157       
+PG32 -25324.657762   7147.504919   -800.546837   -226.027957  7  7  5 196       
+*  2011  3 31 17 45  0.00000000
+PG02  13846.817104  10297.629413 -20271.803656    328.130332  7 11  9 177       
+PG03 -24353.829122  -9783.537334   4656.006823    695.819791  7  9 10 219       
+PG04   7921.838876  20998.493852 -14135.686202     75.690064  8  8  9 203       
+PG05  22630.114689    991.578599 -13972.429893   -137.596464  7  7  8 179       
+PG06 -22958.362661 -13446.988948   2110.044669   -217.915439  7  8 10 221       
+PG07  -5800.744963  25528.714281  -3766.311025      6.956356 11  5 11 237       
+PG08   -338.368159  25260.123013   7233.757917      7.621794 10     6 223       
+PG09  13560.093584 -12702.846277  18429.198143     70.990490  8  9  4 189       
+PG10  10337.329272  12334.214451 -21388.992307    -70.352220 10  5  7 192       
+PG11 -14006.031571  11553.076834  18972.745823   -138.932652  8  7  4 203       
+PG12  23917.403801 -11182.338341  -1812.358880    -15.175057  6  8  4 189       
+PG13  -4337.009773  15046.165532 -21587.860206    276.928528  7  2  6 124       
+PG14 -12477.988580 -20540.051609  11611.138064    141.056406  5  7 10 200       
+PG15  19739.848943  -1468.423487  17792.517252   -138.874083  7  8  6 213       
+PG16 -21486.405614  -2885.523089 -15517.800346   -161.761609  8 11  5 186       
+PG17  12177.081512  20465.160074  12129.643586    184.199859 10  7 10 214       
+PG18   6529.495514 -17737.184922  18822.556693    129.429589  9  8  7 148       
+PG19 -21099.410658  -3753.907814  15909.386394   -125.751536  5  6 10 224       
+PG20 -21410.721775  14700.393751  -5547.123266     48.814882  4  4  9 198       
+PG21   4683.115644 -25702.444162  -1860.873383   -134.248836  7  5  6 224       
+PG22  -5311.744177 -15032.021420  21407.680549    150.908929  8  8  6 230       
+PG23 -15522.691004   6202.751270 -20717.467728    316.439398  7  6  5 205       
+PG24 -14604.967441  14592.521450  16612.738757    377.843585  8  7 10 203       
+PG25  14883.228154 -17144.719031 -13782.855048     -0.957872  8  6  4 171       
+PG26  22199.154236  11684.655943   8745.811735   -159.962894  6 10  7 293       
+PG27  15005.503422  -5743.184351  21756.675407    251.117384  6 11  5 206       
+PG28   1029.667201  15598.606027  21959.135725     28.543203  7  6  7 210       
+PG29   7510.709916 -13333.721857 -21626.064686    196.440829 10  9  5 165       
+PG30 -15633.298028  -8220.743214 -20253.585014    333.413576  8 11  3  99       
+PG31  -8225.754590 -19416.365166 -15810.046242     60.375892  5  7  5 141       
+PG32 -25369.216121   6845.118154   2067.254371   -226.034916  7  8  6 199       
+*  2011  3 31 18  0  0.00000000
+PG02  13591.548305  12544.566901 -19194.397643    328.132312  8 10  9 169       
+PG03 -24575.741481 -10262.849554   1917.923418    695.824036  8  9 10 218       
+PG04   7526.505659  22446.104566 -11887.123562     75.699317  8  6  9 206       
+PG05  21164.524848   1894.038788 -16019.048229   -137.601856  8  7  8 173       
+PG06 -22849.760822 -13744.076228   -680.657766   -218.020600  8  8  9 221       
+PG07  -5970.257280  24915.535966  -6579.375273      6.957050 11  6 11 235       
+PG08   -635.531550  25889.474084   4379.238081      7.622882 10     4 220       
+PG09  13517.080419 -10411.388417  19806.840993     70.992046  8  9  4 191       
+PG10   8130.439853  13331.362864 -21711.129871    -70.352780 10  4  7 202       
+PG11 -14545.984928   9292.989357  19808.728342   -138.935608  8  8  4 203       
+PG12  24053.371745 -10990.884314   1079.851145    -15.172339  5  8  4 188       
+PG13  -6260.744428  13506.362301 -22135.152816    276.927265  7  2  6 155       
+PG14 -11261.194844 -19769.454550  13971.500141    141.058418  6  7  9 199       
+PG15  21250.674710   -253.326620  16037.630041   -138.871277  7  8  7 213       
+PG16 -19812.797959  -3741.564820 -17414.308604   -161.764174  7 12  3 179       
+PG17  10869.994449  19727.150916  14387.407784    184.200283 10  7  9 211       
+PG18   8462.309434 -18395.312039  17303.257679    129.431584  9  7  5 151       
+PG19 -22292.611990  -4963.372910  13845.248735   -125.755017  6  6 10 224       
+PG20 -21974.076646  14619.984232  -2797.109329     48.815346  3  5  9 198       
+PG21   5025.193194 -25243.450558  -4660.849529   -134.251110  7  6  5 225       
+PG22  -3093.462303 -15978.049227  21145.234671    150.908267  8  7  5 230       
+PG23 -17349.025537   4803.767150 -19641.498426    316.437077  7  6  5 210       
+PG24 -14510.158093  12587.267391  18283.619917    377.846786  7  7 10 202       
+PG25  16269.360536 -17592.106128 -11451.813762     -0.958157  7  7  4 162       
+PG26  22807.481647  12372.319755   6028.290590   -159.972446  6 10  7 293       
+PG27  14958.225529  -3363.317491  22324.098360    251.119475  5 11  4 206       
+PG28  -1172.332764  16464.777844  21270.384324     28.545364  6  6  7 218       
+PG29   9508.663151 -11835.533187 -21707.673313    196.443460 10 10  7 161       
+PG30 -13640.984950  -9350.002147 -21197.981277    333.416431  7 11  4  53       
+PG31  -7897.991657 -21116.426328 -13662.378916     60.380423  5  6  4 166       
+PG32 -25122.218001   6438.156198   4898.681620   -226.041887  7  8  7 200       
+*  2011  3 31 18 15  0.00000000
+PG02  13449.640358  14657.790635 -17790.209450    328.134351  9 10  9 159       
+PG03 -24540.199113 -10600.025434   -852.690851    695.827970  8  9 10 220       
+PG04   7206.964855  23647.445872  -9432.404790     75.708733  8  7  8 207       
+PG05  19557.694301   2974.127209 -17791.556891   -137.607096  8  8  8 166       
+PG06 -22480.317783 -13897.852845  -3459.777736   -218.126064  9  9  9 223       
+PG07  -6161.871198  23998.656289  -9277.813587      6.957835 11  6 11 232       
+PG08   -862.107712  26203.300374   1446.791168      7.623081 10  6  5 249       
+PG09  13598.470919  -7979.180303  20827.093632     70.994164  8  9  3 192       
+PG10   5960.296180  14448.533294 -21667.288209    -70.353828 10  5  7 207       
+PG11 -15189.873623   6985.293019  20292.637467   -138.937984  8  8  6 205       
+PG12  23908.625831 -10654.737436   3953.283253    -15.169981  6  9  5 189       
+PG13  -8301.505169  12055.541823 -22306.484223    276.926377  7  3  5 178       
+PG14  -9795.656153 -18924.844102  16095.147997    141.060875  7  7  9 200       
+PG15  22636.835242    774.622031  14008.733644   -138.868420  6  8  8 214       
+PG16 -18010.605336  -4778.259454 -19013.881899   -161.766703  7 12  3 179       
+PG17   9324.810330  18927.863132  16402.157333    184.200325 10  7  9 213       
+PG18  10199.992747 -19059.514218  15488.696655    129.433236 10  7  5 152       
+PG19 -23349.046050  -5962.232482  11546.735000   -125.758301  6  5 10 226       
+PG20 -22271.772558  14406.583113      1.137402     48.815222  3  5  9 204       
+PG21   5378.335145 -24483.386395  -7376.822725   -134.253837  7  6  5 225       
+PG22   -965.737502 -17006.959325  20523.937095    150.907641  7  8  6 231       
+PG23 -19126.244524   3580.275714 -18230.672782    316.434703  7  6  5 211       
+PG24 -14501.416970  10411.470527  19638.431709    377.850185  6  6  9 204       
+PG25  17390.379804 -17976.738422  -8923.631367     -0.958435  7  6  4 163       
+PG26  23200.005011  12836.137564   3207.857382   -159.981231  6 10  8 292       
+PG27  15047.472273   -945.981114  22529.117868    251.123458  5 11  4 208       
+PG28  -3240.891168  17410.112418  20230.234596     28.547571  6  6  7 211       
+PG29  11571.955700 -10449.664157 -21412.797910    196.445937 10 10  7 152       
+PG30 -11638.892334 -10626.711132 -21790.689500    333.419011  7 11  5 200       
+PG31  -7672.398341 -22571.597879 -11274.245397     60.384940  4  6  5 142       
+PG32 -24604.503647   5895.537288   7644.216712   -226.048939  7  9  7 204       
+*  2011  3 31 18 30  0.00000000
+PG02  13403.528705  16597.513310 -16084.221379    328.136474  9  9 10 153       
+PG03 -24233.061880 -10826.442685  -3608.967592    695.831499  9  9 10 223       
+PG04   6932.916409  24577.376912  -6813.518836     75.717962  8  5  6 208       
+PG05  17853.545499   4233.640123 -19259.479516   -137.612246  8  8  8 166       
+PG06 -21837.248292 -13940.999681  -6179.963071   -218.230872  9  9  9 226       
+PG07  -6411.898143  22795.664661 -11814.710095      6.958647 11  7 10 229       
+PG08  -1057.244879  26190.247441  -1511.421668      7.624289 10  9  5 218       
+PG09  13817.770328  -5456.597256  21470.685744     70.993779  8  8  4 195       
+PG10   3868.194722  15663.391920 -21257.102049    -70.353361 10  5  7 213       
+PG11 -15932.908542   4674.735307  20416.644849   -138.940793  8  8  7 208       
+PG12  23506.333391 -10143.025735   6757.998384    -15.167144  6  9  4 191       
+PG13 -10419.684592  10725.021858 -22099.141785    276.924509  6  3  5 195       
+PG14  -8093.131888 -18049.059419  17946.286959    141.062783  7  7  9 201       
+PG15  23856.693687   1621.394409  11740.689572   -138.865808  6  8  8 214       
+PG16 -16125.940010  -5996.059444 -20288.532688   -161.769364  6 12  4 201       
+PG17   7555.600818  18107.714460  18139.831343    184.200787 10  8  9 208       
+PG18  11721.152444 -19692.718896  13408.604961    129.434989 10  7  5 155       
+PG19 -24228.823656  -6758.610721   9053.060721   -125.761957  6  5 11 227       
+PG20 -22318.815079  14028.574716   2799.350148     48.815528  3  5  9 206       
+PG21   5776.132021 -23434.982343  -9959.454776   -134.255976  6  6  6 225       
+PG22   1035.374410 -18091.059805  19553.897555    150.907066  7  8  6 232       
+PG23 -20808.942046   2538.601516 -16509.772511    316.432647  6  5  5 217       
+PG24 -14599.141751   8106.503265  20654.542593    377.853499  4  7  8 207       
+PG25  18242.601139 -18258.474835  -6241.793155     -0.958780  6  6  4 169       
+PG26  23347.061017  13102.189949    333.056261   -159.989785  6  9  8 292       
+PG27  15274.740342   1461.836780  22369.488318    251.127105  5 11  4 210       
+PG28  -5142.194404  18402.066343  18854.473216     28.549516  5  5  7 209       
+PG29  13657.262261  -9199.915701 -20746.467212    196.448460 10 10  7 151       
+PG30  -9670.075961 -12033.746477 -22022.157982    333.420978  7 11  6 203       
+PG31  -7517.935846 -23751.528176  -8687.883098     60.389429  4  6  5 134       
+PG32 -23844.341297   5191.171940  10256.278871   -226.055663  7  9  7 207       
+*  2011  3 31 18 45  0.00000000
+PG02  13429.466703  18329.034193 -14106.275333    328.138552  9  8 10 133       
+PG03 -23647.726357 -10976.212511  -6304.713077    695.835090 10 10 10 224       
+PG04   6670.724019  25218.466542  -4075.649574     75.727581  8  1  5 210       
+PG05  16096.948710   5666.208491 -20397.497165   -137.617506  8  8  7 156       
+PG06 -20915.685279 -13908.718179  -8794.652722   -218.336378 10  9  9 224       
+PG07  -6753.049237  21332.504143 -14146.058457      6.959678 11  7 10 228       
+PG08  -1261.361336  25848.895823  -4442.705622      7.624165 11  8  5 228       
+PG09  14179.984291  -2896.771084  21725.428541     70.996252  8  7  5 198       
+PG10   1891.273822  16947.011566 -20486.307642    -70.353765 10  5  7 212       
+PG11 -16763.359800   2404.883162  20179.512604   -138.943556  8  8  7 210       
+PG12  22876.780157  -9430.715099   9445.325592    -15.164872  6  9  5 188       
+PG13 -12571.037450   9539.013474 -21516.751361    276.923327  6  3  4 202       
+PG14  -6173.816429 -17183.129064  19493.698910    141.065096  7  7  8 201       
+PG15  24872.004029   2300.552350   9272.353662   -138.863001  6  8  8 215       
+PG16 -14205.572533  -7386.895123 -21215.673132   -161.771896  5 12  5 182       
+PG17   5584.396596  17304.919791  19570.947378    184.200995 10  8  9 207       
+PG18  13011.909084 -20255.796885  11097.554543    129.436864 10  6  5 155       
+PG19 -24895.775770  -7368.198375   6406.566199   -125.765442  6  5 11 228       
+PG20 -22137.337713  13458.959916   5549.092459     48.815588  4  6  9 211       
+PG21   6249.364185 -22119.646732 -12361.678221   -134.258357  7  7  6 223       
+PG22   2879.316903 -19197.465699  18251.111566    150.906484  7  7  6 233       
+PG23 -22352.693671   1676.751239 -14508.668136    316.430558  6  6  6 220       
+PG24 -14816.677257   5717.453706  21315.267028    377.856720     7  9 208       
+PG25  18830.997045 -18398.591906  -3452.453538     -0.959107  6  6  5 173       
+PG26  23225.837156  13202.522257  -2547.399917   -159.999223  7  9  9 292       
+PG27  15633.513038   3813.799737  21848.501454    251.129610  5 11  4 211       
+PG28  -6848.759468  19403.161466  17164.420315     28.551675  4  6  7 211       
+PG29  15718.357239  -8102.455794 -19720.203931    196.451143 10 10  8 172       
+PG30  -7774.309856 -13546.847139 -21888.605560    333.422156  7 10  7  82       
+PG31  -7399.213361 -24634.097823  -5948.979638     60.394186  2  6  5 146       
+PG32 -22876.218074   4305.154668  12690.062592   -226.062406  8  9  7 210       
+*  2011  3 31 19  0  0.00000000
+PG02  13498.571148  19823.848588 -11890.530077    328.140317  9  7 10  93       
+PG03 -22785.387173 -11084.705542  -8895.117063    695.838310 10 10 10 224       
+PG04   6384.913847  25561.649482  -1266.392886     75.736918  8     6 222       
+PG05  14332.088444   7257.352173 -21185.887140   -137.623061  8  9  7 166       
+PG06 -19719.025632 -13837.236094 -11258.860473   -218.442324 10 10  9 181       
+PG07  -7212.973772  19642.531185 -16231.543342      6.960495 11  6  9 225       
+PG08  -1514.294970  25187.832027  -7294.867857      7.623415 10  6  5 228       
+PG09  14681.325347   -353.606982  21586.507354     70.996773  8  6  6 198       
+PG10     61.260551  18264.847822 -19366.731894    -70.355875 10  5  7 213       
+PG11 -17662.987434    216.591773  19586.548518   -138.946427  7  8  8 214       
+PG12  22056.111351  -8499.775895  11968.728550    -15.162253  6 10  5 185       
+PG13 -14708.203149   8513.821546 -20569.211283    276.922098  6  3  4 211       
+PG14  -4065.760123 -16364.690954  20711.236204    141.067214  7  7  7 202       
+PG15  25649.330861   2832.522614   6645.919818   -138.860465  5  8  8 213       
+PG16 -12295.246919  -8934.277902 -21778.546669   -161.774249  4 12  6 176       
+PG17   3440.556005  16554.018629  20671.079940    184.201103 10  8  9 202       
+PG18  14066.309287 -20709.119969   8594.450617    129.438692  9  6  5 164       
+PG19 -25318.817818  -7813.449033   3652.026837   -125.769008  7  5 12 230       
+PG20 -21755.658305  12676.604026   8202.611423     48.815241  6  6  9 211       
+PG21   6824.503531 -20566.705609 -14539.698562   -134.261238  7  7  6 218       
+PG22   4542.014572 -20289.297685  16637.232471    150.905704  7  7  6 233       
+PG23 -23715.652137    984.703120 -12261.789878    316.428125  6  6  5 224       
+PG24 -15159.760524   3291.558240  21610.096547    377.860680     8  9 213       
+PG25  19168.845648 -18361.402992   -603.641075     -0.959437  6  6  5 174       
+PG26  22821.203963  13173.687583  -5385.404504   -160.008558  7  9  9 292       
+PG27  16109.515925   6065.687577  20974.898943    251.132100  5 11  5 212       
+PG28  -8340.324311  20372.321814  15186.715981     28.553674  3  6  7 212       
+PG29  17707.769117  -7165.326926 -18351.823183    196.453571 10 11  8 185       
+PG30  -5986.771141 -15135.387467 -21392.073484    333.424790  7 10  7  92       
+PG31  -7278.087117 -25206.170872  -3105.803458     60.398682  2  5  5 143       
+PG32 -21739.416005   3224.693631  14904.293704   -226.069357  8  9  7 214       
+*  2011  3 31 19 15  0.00000000
+PG02  13578.056754  21060.524854  -9474.868293    328.142542  9  8 10 116       
+PG03 -21655.022700 -11187.059865 -11337.416854    695.843300 11 10 10 226       
+PG04   6039.769393  25606.566279   1565.093933     75.746312  8     8 229       
+PG05  12600.864673   8984.850721 -21610.871047   -137.628175  8  9  8 180       
+PG06 -18258.974177 -13762.270602 -13529.947525   -218.547534 11 10  8 224       
+PG07  -7813.008850  17765.296866 -18035.247189      6.961471 11  6  9 223       
+PG08  -1853.478394  24225.314867 -10017.241523      7.624248 10  7  5 225       
+PG09  15309.313226   2120.236111  21056.596586     70.997806  9  4  7 200       
+PG10  -1596.588378  19577.950163 -17916.185804    -70.354178  9  5  7 215       
+PG11 -18607.747774  -1853.396342  18649.425966   -138.949208  7  8  8 216       
+PG12  21084.857920  -7340.073722  14284.626994    -15.159558  6 10  3 188       
+PG13 -16782.351880   7657.351533 -19272.530829    276.920593  5  4  4 219       
+PG14  -1804.000414 -15626.552556  21578.238609    141.069597  8  7  7 201       
+PG15  26161.297174   3243.611694   3906.213320   -138.857860  5  8  8 214       
+PG16 -10438.032893 -10613.734706 -21966.569845   -161.776778  3 12  6 207       
+PG17   1159.862209  15884.548985  21421.266238    184.201164 10  8  8 203       
+PG18  14886.439224 -21014.176713   5941.926175    129.440429  9  5  6 164       
+PG19 -25473.133781  -8122.530005    835.933978   -125.772542  7  6 12 230       
+PG20 -21207.098892  11667.268011  10713.689569     48.815815  6  7  9 211       
+PG21   7522.399490 -18812.307031 -16453.928305   -134.263720  7  8  6 214       
+PG22   6006.613183 -21327.051200  14739.251051    150.905031  6  7  6 233       
+PG23 -24860.048174    444.998688  -9807.537494    316.425934  6  6  6 228       
+PG24 -15626.275798    876.568220  21534.821031    377.862675  3  8 10 215       
+PG25  19277.064985 -18115.771419   2255.570634     -0.959754  6  6  5 173       
+PG26  22126.259694  13055.168524  -8134.177588   -160.017646  7  8  9 291       
+PG27  16681.240786   8176.784000  19762.738211    251.133521  6 11  5 213       
+PG28  -9604.490768  21266.376744  12953.023895     28.555956  3  6  8 210       
+PG29  19578.493760  -6388.282655 -16665.116034    196.455991  9 11  8 195       
+PG30  -4336.894759 -16763.385669 -20540.406683    333.427161  8 10  8 104       
+PG31  -7115.367987 -25463.991685   -208.293331     60.402959     5  4 153       
+PG32 -20476.435885   1944.746638  16861.892480   -226.076234  8  9  7 215       
+*  2011  3 31 19 30  0.00000000
+PG02  13632.611808  22025.322065  -6900.263506    328.144531  9  7 10 132       
+PG03 -20273.111437 -11316.723711 -13591.512296    695.847854 11 11 10 180       
+PG04   5600.957098  25361.567530   4368.993895     75.756118  9  2  9 188       
+PG05  10941.389370  10819.418532 -21664.865652   -137.633827  8  9  8 176       
+PG06 -16555.279681 -13717.507247 -15568.370884   -218.652532 11 10  7 187       
+PG07  -8567.189850  15745.099733 -19526.269325      6.962368 11  5  8 219       
+PG08  -2312.220465  22988.552570 -12561.670996      7.626487 10  8  6 221       
+PG09  16043.265595   4475.308970  20145.792458     70.999994  9  2  8 201       
+PG10  -3064.309079  20844.368172 -16158.257626    -70.354853  9  4  7 215       
+PG11 -19568.741331  -3773.666321  17385.878468   -138.951909  6  8  9 218       
+PG12  20006.308102  -5949.949310  16353.157490    -15.156928  6 10  2 188       
+PG13 -18744.894799   6968.939977 -17648.575307    276.919380  4  3  4 223       
+PG14    570.565897 -14995.443424  22079.868404    141.071606  8  8  6 201       
+PG15  26387.614096   3564.798740   1099.944548   -138.855342  5  8  9 214       
+PG16  -8672.778449 -12393.562195 -21775.575082   -161.778930    12  7 211       
+PG17  -1216.620268  15319.916339  21808.333399    184.201329 11  8  8 203       
+PG18  15482.227352 -21135.183361   3185.643585    129.442386  9  5  6 160       
+PG19 -25341.138436  -8328.067325  -1994.244721   -125.776195  8  7 12 230       
+PG20 -20528.614318  10424.379173  13038.478711     48.815881  7  6  9 213       
+PG21   8357.212824 -16898.038059 -18069.822417   -134.266034  7  9  6 204       
+PG22   7263.948833 -22270.086628  12589.084683    150.904234  6  7  6 233       
+PG23 -25753.543144     33.611381  -7187.638815    316.423563  6  6  6 227       
+PG24 -16206.324931  -1480.886958  21091.542227    377.865656  6  9 10 217       
+PG25  19183.259405 -17636.458085   5075.911653     -0.960082  6  6  6 172       
+PG26  21142.579232  12887.737379 -10748.928067   -160.026581  8  8  9 291       
+PG27  17320.720821  10111.146425  18231.212649    251.136405  6 11  5 214       
+PG28 -10637.090646  22041.682695  10499.646923     28.558259  2  6  8 211       
+PG29  21285.699153  -5762.959060 -14689.424189    196.458575  9 11  8 202       
+PG30  -2847.436279 -18390.715342 -19347.163803    333.430756  8 10  8  84       
+PG31  -6872.565189 -25413.214924   2692.871805     60.407608  3  4  3 158       
+PG32 -19131.335217    468.345232  18530.536543   -226.083008  8  9  7 216       
+*  2011  3 31 19 45  0.00000000
+PG02  13625.863757  22712.530808  -4210.116178    328.146456  8  4 10 127       
+PG03 -18663.093710 -11504.082276 -15620.528893    695.850858 11 11  9 189       
+PG04   5037.114037  24843.377035   7095.763825     75.765811  9    10 198       
+PG05   9386.635609  12725.660607 -21346.631403   -137.638917  8  9  8 175       
+PG06 -14635.168111 -13733.153851 -17338.393891   -218.757938 11 10  6 187       
+PG07  -9481.560195  13629.369058 -20679.246869      6.963210 11  4  7 215       
+PG08  -2918.169485  21512.624384 -14883.432841      7.625926 10  8  6 215       
+PG09  16855.155802   6667.189422  18871.366434     71.001756  9  2  8 204       
+PG10  -4331.780997  22020.704242 -14122.002571    -70.354792  9  4  7 217       
+PG11 -20513.358401  -5519.114149  15819.281884   -138.954848  6  9  9 218       
+PG12  18864.790189  -4336.465549  18138.859755    -15.154581  6 10  1 189       
+PG13 -20549.196293   6439.514802 -15724.720701    276.917847  4  3  5 228       
+PG14   3012.529385 -14491.005481  22207.359312    141.074146  8  8  5 202       
+PG15  26315.854639   3830.352840  -1725.065702   -138.852539  5  8  9 212       
+PG16  -7032.723458 -14235.876734 -21207.946222   -161.781391    11  7 213       
+PG17  -3643.890264  14876.499897  21825.141620    184.201876 11  8  8 200       
+PG18  15870.936986 -21040.623938    373.512072    129.444046  9  6  7 165       
+PG19 -24913.183896  -8465.731086  -4790.816512   -125.779463  8  7 12 231       
+PG20 -19759.283385   8949.507434  15136.298666     48.816089  8  6  9 214       
+PG21   9335.648225 -14869.318201 -19358.588705   -134.268076  7  9  6 200       
+PG22   8312.726603 -23078.185833  10223.079399    150.903458  5  6  5 234       
+PG23 -26370.386096   -278.942565  -4446.466535    316.420920  6  6  6 227       
+PG24 -16882.606674  -3736.879315  20288.583289    377.868102  7  9 11 219       
+PG25  18920.515458 -16905.250325   7808.769027     -0.960523  6  6  7 176       
+PG26  19880.168889  12711.812453 -13187.455825   -160.035555  8  8  9 290       
+PG27  17994.534053  11838.720360  16404.425693    251.140595  6 10  5 216       
+PG28 -11442.253327  22655.809045   7867.050657     28.560229  3  7  8 210       
+PG29  22788.354407  -5273.373293 -12459.114115    196.460929  8 11  8 207       
+PG30  -1533.775057 -19974.481017 -17831.454898    333.433394  9  9  8 217       
+PG31  -6513.593328 -25068.572046   5547.201601     60.411799  4  4  2 159       
+PG32 -17748.046785  -1193.398274  19883.119778   -226.089974  9  9  7 217       
+*  2011  3 31 20  0  0.00000000
+PG02  13521.881665  23124.529070  -1449.567545    328.148684  8  4 10  92       
+PG03 -16854.600728 -11775.213884 -17391.327288    695.855428 11 11  8 180       
+PG04   4321.329103  24076.423489   9697.078142     75.775149  9  4 10 199       
+PG05   7963.291066  14663.274281 -20661.314870   -137.644355  8  9  8 187       
+PG06 -12532.490161 -13834.627031 -18808.744818   -218.863616 11 11  5 179       
+PG07 -10553.806248  11466.943445 -21474.769430      6.964243 10  4  6 215       
+PG08  -3692.023979  19839.096513 -16942.069907      7.626270  9  8  7 207       
+PG09  17710.795582   8658.071764  17257.349516     71.004487  9     8 197       
+PG10  -5396.979083  23063.756638 -11841.527617    -70.356760  8  5  7 218       
+PG11 -21406.571365  -7071.663815  13978.139528   -138.957635  6  9 10 223       
+PG12  17703.935146  -2515.313254  19611.276779    -15.151968  6 10    183       
+PG13 -22152.225997   6052.079783 -13533.421690    276.916818  4  3  4 231       
+PG14   5473.486156 -14125.058247  21958.175550    141.076219  7  8  5 200       
+PG15  25941.942823   4076.327218  -4520.677819   -138.849663  5  8  9 207       
+PG16  -5544.330138 -16097.923834 -20272.640144   -161.783798    11  8 173       
+PG17  -6074.509169  14563.030506  21470.738181    184.201774 11  7  8 201       
+PG18  16076.362494 -20704.653768  -2445.166439    129.445775  9  6  8 179       
+PG19 -24187.985371  -8572.712559  -7506.617580   -125.783110  9  8 12 230       
+PG20 -18938.722581   7252.525080  16970.383994     48.816317  8  7  9 217       
+PG21  10456.521173 -12773.644528 -20297.752025   -134.270495  8 10  6 195       
+PG22   9159.399482 -23713.116771   7681.429858    150.902760  5  6  4 234       
+PG23 -26692.335150   -526.293426  -1630.322648    316.418601  5  7  6 229       
+PG24 -17631.086903  -5851.646604  19140.299438    377.869604  8 10 12 223       
+PG25  18525.994497 -15911.827296  10407.029506     -0.960880  6  5  7 167       
+PG26  18357.137536  12565.864821 -15410.694597   -160.044597  8  7  8 288       
+PG27  18665.006332  13336.264072  14311.116882    251.144254  7 10  6 211       
+PG28 -12032.162656  23069.227955   5099.292692     28.562312  5  7  8 202       
+PG29  24050.718940  -4896.728224 -10012.961015    196.463638  8 11  8 206       
+PG30   -403.483123 -21470.513120 -16017.705323    333.434980  9  9  8 109       
+PG31  -6006.373005 -24453.193015   8305.301651     60.416373  4  3  2 170       
+PG32 -16368.742172  -3021.593480  20898.106620   -226.096921  8  9  7 220       
+*  2011  3 31 20 15  0.00000000
+PG02  13286.662301  23271.554565   1335.201020    328.150716  7  5 10 108       
+PG03 -14882.479395 -12150.815542 -18874.957998    695.859322 12 11  8 186       
+PG04   3432.452480  23091.865568  12126.759998     75.784436  9  5 10 196       
+PG05   6690.860283  16588.452707 -19620.382986   -137.649511  8  8  8 181       
+PG06 -10286.611547 -14041.425043 -19953.209458   -218.968473 11 11  3 180       
+PG07 -11773.229727   9306.312941 -21899.682201      6.965103 10  1  5 212       
+PG08  -4646.544416  18014.395488 -18702.119767      7.625905  9  8  8 197       
+PG09  18571.284826  10418.059285  15333.964163     71.006081  9  3  9 199       
+PG10  -6265.911933  23932.191071  -9355.472378    -70.357612  7  5  7 220       
+PG11 -22212.318270  -8420.696576  11895.486903   -138.960152  5  9 10 224       
+PG12  16564.987697   -510.381035  20745.459294    -15.149454  6 10    182       
+PG13 -23516.089970   5782.506054 -11111.697792    276.915300  3  3  4 234       
+PG14   7903.673697 -13901.166818  21336.077836    141.078201  7  8  5 201       
+PG15  25270.339955   4338.987266  -7239.230267   -138.847261  6  8  9 203       
+PG16  -4226.378783 -17933.599637 -18985.089699   -161.786346    11  8 178       
+PG17  -8460.201727  14380.265372  20750.417814    184.202140 11  7  8 200       
+PG18  16127.756366 -20108.303831  -5220.606914    129.447644  9  7  8 176       
+PG19 -23172.750529  -8686.148135 -10095.761101   -125.786690  9  9 12 230       
+PG20 -18105.486252   5351.440660  18508.562650     48.816458  8  6  9 218       
+PG21  11710.676936 -10658.770521 -20871.557780   -134.272727  8 10  6 180       
+PG22   9817.749497 -24140.146378   5007.524003    150.901913  4  5  4 235       
+PG23 -26709.311549   -744.756329   1213.300311    316.416285  5  7  6 230       
+PG24 -18421.931552  -7790.889196  17666.795938    377.872075  9  9 12 224       
+PG25  18039.377186 -14654.327391  12825.896662     -0.961236  6  6  7 172       
+PG26  16599.102104  12484.925423 -17383.197499   -160.053489  9  7  9 287       
+PG27  19291.579854  14588.053426  11984.336847    251.147012  7  9  5 212       
+PG28 -12426.501735  23246.943991   2243.358131     28.564368  5  7  8 202       
+PG29  25043.633501  -4604.489833  -7393.454854    196.465825  7 11  8 209       
+PG30    543.822561 -22834.933126 -13935.344245    333.438231 10  8  7 222       
+PG31  -5324.261279 -23597.615858  10919.741270     60.420767  5  3    164       
+PG32 -15032.299850  -4990.165769  21559.783549   -226.103870  8 10  7 221       
+*  2011  3 31 20 30  0.00000000
+PG02  12889.547875  23171.203843   4097.675885    328.152841  7  5 10 132       
+PG03 -12785.646766 -12645.332051 -20047.060612    695.863747 11 12  7 184       
+PG04   2356.174955  21926.349445  14341.676369     75.793584 10  6 10 195       
+PG05   5581.050844  18455.437676 -18241.448601   -137.654854  8  8  8 187       
+PG06  -7941.085391 -14366.234549 -20751.143953   -219.074186 11 11    178       
+PG07 -13121.056444   7193.893232 -21947.274579      6.966170 10     4 213       
+PG08  -5785.904349  16088.011693 -20133.723156      7.624699  9  8  9 184       
+PG09  19394.658435  11926.107323  13136.925873     71.006689  9  4  9 198       
+PG10  -6952.242103  24588.175250  -6706.389737    -70.358374  6  5  7 219       
+PG11 -22894.920489  -9563.183237   9608.233302   -138.963312  6  9 10 224       
+PG12  15485.231590   1646.992186  21522.367437    -15.146919  6 10    183       
+PG13 -24609.384208   5600.602276  -8500.543398    276.914276  3  4  4 235       
+PG14  10253.666123 -13814.529951  20351.093850    141.080718  7  8  5 202       
+PG15  24313.920799   4653.231847  -9834.330084   -138.844511  6  8  9 197       
+PG16  -3089.367530 -19695.127335 -17366.985473   -161.789063  3 10  8 177       
+PG17 -10753.501154  14320.974551  19675.685591    184.202124 11  6  9 198       
+PG18  16058.527427 -19240.429838  -7903.486677    129.449225  9  8  9 179       
+PG19 -21883.006859  -8841.547102 -12514.370474   -125.790058 10  9 12 230       
+PG20 -17295.518185   3271.911187  19723.851681     48.816095  8  6  8 220       
+PG21  13081.261419  -8570.902532 -21071.207308   -134.274619  8 11  7 166       
+PG22  10308.184441 -24329.442599   2247.221035    150.901203  4  5  4 235       
+PG23 -26419.764011   -971.772216   4036.472260    316.413985  4  7  6 229       
+PG24 -19220.664916  -9526.854243  15893.560334    377.874352 10  9 13 226       
+PG25  17501.220951 -13139.594746  15023.667844     -0.961602  6  6  7 174       
+PG26  14638.352016  12499.237289 -19073.567956   -160.063057  9  7  9 285       
+PG27  19832.308022  15586.341558   9461.067325    251.150056  7  9  5 211       
+PG28 -12651.596309  23159.997441   -651.594985     28.566412  6  8  8 199       
+PG29  25745.562862  -4363.693116  -4646.042192    196.468211  7 11  7 208       
+PG30   1316.335402 -24025.736153 -11618.416368    333.440595 10  8  7 226       
+PG31  -4447.256782 -22538.528710  13345.865721     60.425443  6  3    165       
+PG32 -13772.931016  -7066.713044  21858.411597   -226.110702  8 10  8 222       
+*  2011  3 31 20 45  0.00000000
+PG02  12304.526288  22847.677238   6791.719539    328.154905  6  5  9 124       
+PG03 -10605.812447 -13266.316328 -20888.206563    695.867963 12 12  5 181       
+PG04   1085.828420  20620.550428  16302.574219     75.802762 10  7  9 196       
+PG05   4637.468008  20218.163133 -16547.988728   -137.660217  8  8  8 187       
+PG06  -5542.155626 -14814.310461 -21187.894952   -219.180395 11 11    171       
+PG07 -14571.066843   5172.398172 -21617.353816      6.967004  9     3 215       
+PG08  -7105.403151  14110.611386 -21213.102763      7.623674  8  8  9 166       
+PG09  20137.652612  13170.582999  10706.640378     71.008542  9  5 10 201       
+PG10  -7476.597671  24998.909863  -3940.033155    -70.360049  4  5  7 220       
+PG11 -23420.478100 -10503.522581   7156.457347   -138.965775  6  9 10 225       
+PG12  14496.589330   3919.051159  21929.164783    -15.144268  5 10  3 187       
+PG13 -25408.319409   5471.424852  -5744.268697    276.912818  3  4  4 236       
+PG14  12476.067785 -13852.194513  19019.391399    141.082657  6  8  5 200       
+PG15  23093.543662   5051.067554 -12261.625190   -138.841862  7  7  9 195       
+PG16  -2135.243318 -21334.823690 -15445.936600   -161.791455  4 10  8 173       
+PG17 -12909.378589  14370.243075  18264.119454    184.202427 11  6 10 199       
+PG18  15904.762166 -18098.359617 -10445.904269    129.450827  8  8  9 168       
+PG19 -20342.131636  -9071.280407 -14721.288737   -125.793489 10 10 12 224       
+PG20 -16540.717818   1046.450297  20594.956776     48.816360  9  6  8 221       
+PG21  14544.325933  -6552.994625 -20894.924905   -134.277380  8 11  7 126       
+PG22  10656.774850 -24257.309496   -551.926638    150.900498  4  5  3 234       
+PG23 -25830.730915  -1244.308030   6791.583854    316.411894  3  7  5 229       
+PG24 -19989.508571 -11039.170103  13851.016478    377.877234 10  9 13 226       
+PG25  16951.294748 -11383.094540  16962.457118     -0.962008  5  6  6 172       
+PG26  12512.802643  12633.092018 -20454.838896   -160.072279  9  7  9 284       
+PG27  20245.432546  16331.553533   6781.781961    251.154569  7  8  5 211       
+PG28 -12739.280402  22786.775986  -3535.072485     28.568587  7  8  8 196       
+PG29  26143.350135  -4138.423313  -1818.318740    196.470871  7 10  7 211       
+PG30   1929.622240 -25004.336008  -9105.116111    333.444117 10  7  7 225       
+PG31  -3362.934934 -21317.298526  15542.539463     60.429790  6  2    162       
+PG32 -12619.008567  -9213.588963  21790.284932   -226.117320  8 10  8 223       
+*  2011  3 31 21  0  0.00000000
+PG02  11511.368664  22330.796563   9372.272965    328.156773  6  6  9 121       
+PG03  -8386.110777 -14014.041688 -21384.184274    695.872568 11 12  3 184       
+PG04   -377.128661  19217.560698  17974.836369     75.812184 10  8  9 192       
+PG05   3855.630471  21831.926675 -14568.958734   -137.665344  8  7  8 181       
+PG06  -3137.148284 -15383.157777 -21255.115439   -219.284719 10 11  2 174       
+PG07 -16090.521529   3279.371935 -20916.205385      6.967980  8  2  4 215       
+PG08  -8591.546034  12132.137049 -21922.907448      7.624522  9  8 10 145       
+PG09  20757.509897  14149.427565   8087.324511     71.010632  9  5 10 201       
+PG10  -7865.597405  25137.991200  -1104.560970    -70.361310  4  6  6 219       
+PG11 -23758.189647 -11253.100488   4582.672774   -138.968780  7  9 10 225       
+PG12  13624.448951   6262.903363  21959.402145    -15.141982  5 10  4 188       
+PG13 -25897.573607   5356.780236  -2889.779648    276.911322  3  5  4 236       
+PG14  14527.143458 -13993.590866  17363.053452    141.084562  6  8  6 201       
+PG15  21637.329577   5560.193917 -14479.546951   -138.838903  7  7 10 183       
+PG16  -1357.478020 -22806.885786 -13255.013748   -161.793697  5  9  7 227       
+PG17 -14886.796264  14506.081051  16539.130685    184.202698 11  6 10 197       
+PG18  15703.630867 -16688.204909 -12802.327241    129.452692  8  9  9 171       
+PG19 -18580.599315  -9403.186010 -16678.754931   -125.796996 11 10 11 227       
+PG20 -15867.679734  -1286.637208  21106.664701     48.816485  9  6  8 224       
+PG21  16069.732156  -4643.215017 -20347.862876   -134.279945  8 11  7  81       
+PG22  10894.066684 -23907.204666  -3341.494977    150.899630  5  5    235       
+PG23 -24957.598052  -1597.274076   9432.101243    316.409368  3  7  5 229       
+PG24 -20688.850315 -12315.403411  11574.008291    377.879234 11 10 13 228       
+PG25  16426.956420  -9408.499605  18608.851419     -0.962329  5  7  6 176       
+PG26  10264.772354  12903.883734 -21504.802863   -160.081244 10  7  9 283       
+PG27  20490.994281  16832.202680   3989.943738    251.160150  7  8  4 212       
+PG28 -12725.521074  22114.073209  -6356.150976     28.570701  7  8  9 197       
+PG29  26232.654444  -3891.412516   1040.811685    196.473262  7 10  6 210       
+PG30   2405.904181 -25737.016957  -6437.244396    333.445603 11  7  6 226       
+PG31  -2067.080596 -19978.347534  17472.809715     60.434263  7  3  1 160       
+PG32 -11592.135774 -11389.169927  21357.701373   -226.124057  8 10  9 225       
+*  2011  3 31 21 15  0.00000000
+PG02  10496.564328  21654.829714  11796.045623    328.158886  6  6  9 116       
+PG03  -6169.687101 -14881.379518 -21526.224877    695.877367 11 12    179       
+PG04  -2022.962737  17761.192252  19329.138189     75.821272 10  8  7 195       
+PG05   3223.307597  23255.024556 -12338.307741   -137.670753  7  7  8 177       
+PG06   -772.813270 -16062.532317 -20950.966391   -219.389656 10 10  4 172       
+PG07 -17641.343949   1545.934998 -19856.443689      6.968836  7  3  5 220       
+PG08 -10222.480951  10199.973625 -22252.421386      7.624767 10  8 10 156       
+PG09  21213.743763  14869.926604   5326.079305     71.012499  8  6 10 202       
+PG10  -8150.624898  24986.545554   1750.328536    -70.361742  5  6  6 215       
+PG11 -23881.547994 -11829.594293   1931.079442   -138.971429  7  9 10 223       
+PG12  12886.760874   8631.992776  21613.090617    -15.139424  5 10  5 194       
+PG13 -26070.838628   5216.863695     14.193475    276.909933  3  5  5 235       
+PG14  16368.324637 -14211.372139  15409.755311    141.086840  6  9  6 199       
+PG15  19979.676464   6202.753705 -16450.011557   -138.836158  8  8 10 179       
+PG16   -741.489481 -24069.125820 -10832.180569   -161.796048  6  9  7 228       
+PG17 -16650.125283  14700.322337  14529.622082    184.202989 10  7 11 200       
+PG18  15491.747086 -15024.818559 -14930.503408    129.454568  8 10  9 159       
+PG19 -16634.971059  -9859.343014 -18353.037990   -125.800411 11 10 11 224       
+PG20 -15296.657957  -3684.552459  21250.120090     48.816664  9  7  8 223       
+PG21  17622.310424  -2873.646071 -19441.856738   -134.282232  7 12  8 145       
+PG22  11053.714804 -23270.495869  -6073.039120    150.898815  5  5  1 233       
+PG23 -23823.559990  -2062.015981  11913.308408    316.407272  3  7  5 229       
+PG24 -21278.788595 -13351.321169   9101.221437    377.882063 11  9 14 227       
+PG25  15961.636118  -7246.963736  19934.488405     -0.962667  4  7  6 175       
+PG26   7939.621579  13321.407553 -22206.294909   -160.089963 10  7  8 282       
+PG27  20532.425478  17104.522651   1131.435648    251.164184  7  7  5 214       
+PG28 -12648.851975  21137.839674  -9064.438009     28.572796  8  8  9 201       
+PG29  26018.056436  -3585.687565   3881.995752    196.475585  7 10  4 213       
+PG30   2773.075424 -26196.237436  -3659.589725    333.447880 11  7  6 226       
+PG31   -563.998222 -18567.442561  19104.482304     60.438765  7  3  3 155       
+PG32 -10706.481931 -13549.258532  20568.850999   -226.130759  8 10 10 225       
+*  2011  3 31 21 30  0.00000000
+PG02   9254.019623  20857.162531  14022.186477    328.160768  7  6  8 126       
+PG03  -3998.284031 -15853.948099 -21311.166035    695.882221 11 11    187       
+PG04  -3833.860060  16294.267908  20341.989430     75.830579 10  9  6 193       
+PG05   2721.165741  24450.286561  -9894.402501   -137.675616  6  7  8 155       
+PG06   1506.317483 -16834.764273 -20280.196651   -219.494434 10 10  6 177       
+PG07 -19181.513077     -4.210883 -18456.758413      6.969792  6  5  6 217       
+PG08 -11968.767335   8357.252470 -22197.641511      7.624529 10  8 11 148       
+PG09  21469.789045  15348.111019   2471.942871     71.015406  7  7 11 212       
+PG10  -8366.399086  24534.083451   4574.314195    -70.362580  6  7  5 212       
+PG11 -23769.370424 -12256.055355   -753.186958   -138.974305  8  9  9 223       
+PG12  12293.436913  10977.711238  20896.665220    -15.136866  5 10  6 198       
+PG13 -25931.037195   5011.972971   2917.908080    276.908594  3  6  4 234       
+PG14  17967.534851 -14472.528799  13192.345578    141.089097  5  9  6 201       
+PG15  18160.044000   6994.296681 -18139.069088   -138.833516  8  8 10 174       
+PG16   -265.392634 -25084.582654  -8219.623106   -161.798320  6  8  6 229       
+PG17 -18170.372557  14919.780983  12269.545444    184.203254 10  7 11 197       
+PG18  15303.552564 -13131.394456 -16792.310240    129.456239  8 11  9 120       
+PG19 -14546.660455 -10455.061613 -19715.018478   -125.803635 11 11 10 227       
+PG20 -14840.797137  -6101.479498  21022.980856     48.816846  9  7  9 225       
+PG21  19163.214655  -1269.266029 -18195.047181   -134.284236  7 12  8 182       
+PG22  11170.990415 -22346.923423  -8698.957588    150.898045  5  5  2 234       
+PG23 -22458.803215  -2664.936422  14193.027980    316.404961  2  7  4 227       
+PG24 -21720.695726 -14150.850685   6474.551360    377.886009 11 10 14 227       
+PG25  15583.485062  -4936.109294  20916.545933     -0.962987  4  6  5 183       
+PG26   5584.295258  13887.423264 -22547.429097   -160.099114 10  7  8 282       
+PG27  20338.068354  17171.817833  -1746.077352    251.168015  6  7  5 223       
+PG28 -12548.676938  19863.583003 -11611.064181     28.575038  8  9  9 203       
+PG29  25512.829394  -3186.203572   6656.290706    196.478115  7  9  4 214       
+PG30   3063.490534 -26361.733803   -819.237196    333.449434 11  7  6 226       
+PG31   1133.507535 -17129.963772  20410.604278     60.443513  7  3  5 135       
+PG32  -9968.402761 -15648.573186  19437.628883   -226.137345  7 11 10 226       
+*  2011  3 31 21 45  0.00000000
+PG02   7785.494281  19976.863423  16012.929251    328.162717  7  6  8 132       
+PG03  -1910.874120 -16910.530506 -20741.550572    695.886180 10 11  2 186       
+PG04  -5784.455818  14856.973160  20996.149412     75.839847 10 10  3 190       
+PG05   2323.699018  25386.450451  -7279.368976   -137.681105  6  6  7 162       
+PG06   3659.489157 -17675.394852 -19254.096134   -219.599776 10 10  6 180       
+PG07 -20666.611705  -1355.483994 -16741.563207      6.970592  5  5  7 223       
+PG08 -13794.438979   6641.356323 -21761.229882      7.623943 10  7 11 172       
+PG09  21494.473316  15607.827118   -425.051755     71.018280  7  7 11 199       
+PG10  -8549.398976  23779.032716   7317.401134    -70.362773  7  7  4 215       
+PG11 -23406.628774 -12559.809464  -3424.794862   -138.977400  9  9  9 223       
+PG12  11846.071577  13251.085912  19822.842233    -15.134471  4  9  6 199       
+PG13 -25490.199453   4704.231457   5771.449620    276.907188  4  6  4 234       
+PG14  19300.282528 -14739.739191  10748.334117    141.091112  5  9  7 201       
+PG15  16221.553628   7942.997613 -19517.489628   -138.830594  9  8 10 151       
+PG16     98.948533 -25822.943042  -5462.989727   -161.800765  7  8  6 230       
+PG17 -19426.167518  15127.623870   9797.361970    184.203263 10  8 11 197       
+PG18  15169.799414 -11038.724502 -18354.518545    129.457978  8 11  9  84       
+PG19 -12360.517903 -11198.129073 -20740.708338   -125.807246 11 11 10 225       
+PG20 -14505.661375  -8490.182948  20429.449415     48.817079  9  7  9 226       
+PG21  20651.411035    152.754709 -16631.388471   -134.287363  6 12  9 185       
+PG22  11281.221801 -21144.746300 -11173.352888    150.897186  5  6  4 233       
+PG23 -20899.438818  -3426.297802  16232.311370    316.402655  4  7  4 228       
+PG24 -21978.742932 -14725.740657   3738.426261    377.888756 12  9 14 228       
+PG25  15314.242315  -2518.767711  21538.134776     -0.963304  4  6  5 184       
+PG26   3245.812443  14595.498340 -22521.788136   -160.108267 10  7  8 280       
+PG27  19882.563208  17063.544049  -4593.854913    251.171391  6  8  6 208       
+PG28 -12463.514165  18306.387383 -13949.681884     28.576777  8  8  9 195       
+PG29  24738.386884  -2661.398574   9316.010323    196.480369  7  9  3 213       
+PG30   3312.560556 -26221.377209   2035.188559    333.453346 11  7  6 226       
+PG31   3004.475317 -15709.218066  21369.850075     60.447828  7  4  5 129       
+PG32  -9376.353759 -17642.272290  17983.377665   -226.144025  7 10 11 227       
+*  2011  3 31 22  0  0.00000000
+PG02   6100.757142  19053.190279  17734.204627    328.164823  7  6  8 118       
+PG03     57.615191 -18023.751411 -19825.655926    695.890810 10 11  4 186       
+PG04  -7842.673433  13485.338137  21280.907937     75.848903 10 10  4 194       
+PG05   2000.408343  26039.321506  -4538.362768   -137.686505  6  6  7 156       
+PG06   5651.136677 -18554.102739 -17890.320506   -219.705046  9  9  7 178       
+PG07 -22051.470804  -2500.807077 -14740.554579      6.971575  4  5  7 222       
+PG08 -15658.313006   5082.677913 -20952.350067      7.624351 10  7 12 173       
+PG09  21263.255572  15679.526145  -3314.791880     71.020849  8  6 11 202       
+PG10  -8736.208382  22728.922680   9930.879803    -70.364201  8  7  2 214       
+PG11 -22785.053653 -12771.219590  -6038.936611   -138.979995  9  9  9 221       
+PG12  11537.993441  15404.479184  18410.374715    -15.131751  2  9  6 202       
+PG13 -24769.000474   4259.254044   8525.586921    276.906074  5  6  2 233       
+PG14  20350.477576 -14972.906916   8119.292041    141.093469  5  9  7 200       
+PG15  14209.455246   9049.160206 -20561.276317   -138.827883  9  9 10 141       
+PG16    384.610620 -26261.712735  -2610.557001   -161.803224  7  8  6 230       
+PG17 -20404.467327  15284.908465   7155.411543    184.203527  9  9 12 196       
+PG18  15116.197393  -8784.143327 -19589.449183    129.459872  7 12  8  55       
+PG19 -10123.283417 -12088.343528 -21411.698820   -125.810481 11 12 10 226       
+PG20 -14289.078896 -10803.662290  19480.179848     48.817194  9  7  9 227       
+PG21  22045.234984   1383.425650 -14780.064649   -134.289658  4 12  9 205       
+PG22  11418.231329 -19680.562529 -13452.870800    150.896785  5  7  4 233       
+PG23 -19186.221437  -4359.251332  17996.088716    316.400516  6  7  3 228       
+PG24 -22021.331840 -15094.937045    939.093783    377.889700 13  9 14 226       
+PG25  15168.363673    -41.521108  21788.587921     -0.963600  5  6  5 187       
+PG26    969.748486  15431.137601 -22128.564175   -160.117084 10  7  7 281       
+PG27  19148.049439  16814.141745  -7362.853232    251.175302  8  8  7  27       
+PG28 -12429.257917  16490.539687 -16037.442386     28.579082  8  8  8 189       
+PG29  23723.430389  -1984.608511  11815.541873    196.483110  7  8  3 216       
+PG30   3557.207543 -25771.743777   4854.337774    333.455947 10  7  7 225       
+PG31   5020.437483 -14344.858878  21966.809975     60.452531  7  4  6 119       
+PG32  -8921.095447 -19487.461383  16230.565113   -226.150897  5 10 11 227       
+*  2011  3 31 22 15  0.00000000
+PG02   4217.451969  18124.091933  19156.211507    328.166742  8  6  8 129       
+PG03   1877.440136 -19160.994417 -18577.449779    695.893662 10 11  5 184       
+PG04  -9970.836363  12209.911988  21192.228645     75.857722  9 10  6 191       
+PG05   1717.182373  26392.670803  -1718.781230   -137.691683  6  6  6 164       
+PG06   7452.092407 -19435.884307 -16212.588798   -219.810517  9  9  8 212       
+PG07 -23291.847549  -3441.663664 -12488.189810      6.972230  2  5  8 228       
+PG08 -17515.489243   3703.672753 -19786.398372      7.623665 10  7 12 188       
+PG09  20759.191134  15598.832290  -6147.955424     71.023698 10  5 11 202       
+PG10  -8961.851472  21400.207152  12368.271075    -70.365395  8  8    218       
+PG11 -21903.495445 -12922.358488  -8552.019901   -138.982717  9  9  8 221       
+PG12  11354.641937  17393.237635  16683.712048    -15.129101  2  8  7 201       
+PG13 -23795.973309   3647.689894  11132.627950    276.904490  6  7  3 234       
+PG14  21110.937393 -15130.827736   5350.170804    141.095486  4  9  7 199       
+PG15  12169.517586  10305.028189 -21252.095995   -138.825055  9  9 10 121       
+PG16    628.096132 -26387.087916    287.660646   -161.805475  8  7  5 231       
+PG17 -21100.949487  15352.226765   4389.199326    184.203687  9 10 12 194       
+PG18  15162.286351  -6410.206432 -20475.505168    129.461435  7 12  8  77       
+PG19  -7881.963415 -13117.357553 -21715.526834   -125.813859 11 12  9 225       
+PG20 -14181.307440 -12996.796623  18192.064084     48.817042  9  7  9 229       
+PG21  23303.951630   2421.974717 -12674.835244   -134.291926  6 12  9 202       
+PG22  11612.832845 -17978.807921 -15497.500375    150.895849  5  8  5 232       
+PG23 -17363.099070  -5469.130758  19453.768987    316.398038  6  7  3 229       
+PG24 -21822.380329 -15283.697132  -1876.119575    377.892815 13  9 14 229       
+PG25  15152.446398   2446.899138  21663.641671     -0.963994  6  5  5 186       
+PG26  -1201.243654  16372.199725 -21372.647211   -160.126666 10  7  7 280       
+PG27  18125.125225  16461.654865 -10004.555633    251.181204  8  8  8 207       
+PG28 -12477.537009  14448.768158 -17835.921116     28.581265  8  8  9 175       
+PG29  22502.831824  -1135.287763  14112.120188    196.485330  7  8  4 216       
+PG30   3834.235010 -25018.367594   7588.995551    333.460097 10  8  7 226       
+PG31   7146.349677 -13071.468592  22192.181209     60.457097  7  5  7 126       
+PG32  -8586.180550 -21144.633075  14208.401245   -226.157553  5 10 12 228       
+*  2011  3 31 22 30  0.00000000
+PG02   2160.673501  17224.757621  20253.938858    328.168484  9  6  8 146       
+PG03   3525.001421 -20285.533453 -17016.466877    695.899624  9 11  6 190       
+PG04 -12127.003507  11054.682269  20732.755689     75.867096  9 11  8 191       
+PG05   1437.825631  26438.836023   1130.568375   -137.697224  6  6  5 163       
+PG06   9040.538734 -20282.440123 -14250.258854   -219.915578  9  9  8 209       
+PG07 -24346.074127  -4187.827402 -10023.093402      6.973352  1  5  9 228       
+PG08 -19318.979299   2518.233810 -18284.641776      7.624292 10  7 12 195       
+PG09  19973.595171  15404.953569  -8876.822275     71.027151 11  5 11 203       
+PG10  -9258.191517  19817.730089  14586.233236    -70.366913  9  8    219       
+PG11 -20768.033492 -13045.640129 -10922.324341   -138.985271 10  9  7 221       
+PG12  11274.252916  19177.229210  14672.570380    -15.126838  1  8  8 202       
+PG13 -22606.425004   2846.580061  13547.260760    276.903226  7  7  2 235       
+PG14  21583.559315 -15172.922333   2488.549516    141.097734  5  9  7 201       
+PG15  10146.402599  11694.913434 -21577.618998   -138.822321 10  9 11 112       
+PG16    867.677706 -26194.490105   3180.837808   -161.808248  8  7  6 231       
+PG17 -21520.072614  15291.390755   1546.610683    184.203851  8 10 12 193       
+PG18  15320.583036  -3963.159900 -20997.566072    129.463676  7 12  8 141       
+PG19  -5682.191090 -14268.842512 -21645.950408   -125.817345 11 12  9 226       
+PG20 -14165.511840 -15027.914590  16587.902900     48.817179  9  7 10 230       
+PG21  24389.258590   3275.565161 -10353.331466   -134.294413  7 11 10 208       
+PG22  11891.451757 -16070.950615 -17271.317072    150.895243  5  8  6 231       
+PG23 -15475.644991  -6753.040192  20579.780381    316.395742  7  7  2 229       
+PG24 -21362.415658 -15322.474271  -4659.567107    377.895435 14  9 14 228       
+PG25  15264.972000   4897.295604  21165.505666     -0.964251  7  6  5 192       
+PG26  -3228.826247  17389.593308 -20264.656052   -160.136148 10  7  7 280       
+PG27  16813.516278  16046.179341 -12471.850791    251.186220  8  8  8 207       
+PG28 -12634.247562  12221.119151 -19311.960875     28.583597  8  8  8 154       
+PG29  21116.295647    -99.988587  16166.546273    196.487893  7  7  4 217       
+PG30   4178.677915 -23975.657395  10190.972713    333.461750 10  8  7 226       
+PG31   9341.762644 -11917.352579  22042.863295     60.461726  7  6  8 121       
+PG32  -8348.704687 -22578.992173  11950.399007   -226.164107  4 10 12 229       
+*  2011  3 31 22 45  0.00000000
+PG02    -37.736375  16386.267541  21007.629067    328.170495 10  5  8 143       
+PG03   4983.590261 -21357.843722 -15167.602004    695.905186  9 10  6 187       
+PG04 -14266.470656  10036.280007  19911.688484     75.876149  8 11  9 189       
+PG05   1125.672821  26179.000272   3960.329208   -137.702485  7  7  4 165       
+PG06  10402.666017 -21053.710877 -12037.788910   -220.020730  9  8  8 214       
+PG07 -25176.616070  -4756.777345  -7387.402191      6.974128  2  5  9 231       
+PG08 -21021.402202   1531.402729 -16473.774792      7.623770 10  8 13 203       
+PG09  18906.390350  15139.001961 -11456.016746     71.029202 10  5 11 180       
+PG10  -9652.463180  18013.854415  16545.407242    -70.369286  9  8  2 220       
+PG11 -19391.833266 -13172.458729 -13110.617940   -138.988161 10  9  6 219       
+PG12  11268.825091  20722.212410  12411.421812    -15.124507     8  8 197       
+PG13 -21241.095116   1840.474095  15727.363725    276.901822  8  7  2 236       
+PG14  21779.149066 -15060.967247   -416.178100    141.099889  5  9  7 199       
+PG15   8182.085407  13195.639076 -21531.760758   -138.819696 10  9 11 155       
+PG16   1141.670802 -25688.742108   6018.280681   -161.810833  9  7  6 233       
+PG17 -21674.799277  15067.091576  -1322.932159    184.204036  7 11 12 190       
+PG18  15596.038063  -1491.269100 -21147.236537    129.465300  7 12  7 139       
+PG19  -3566.631980 -15518.972832 -21203.124631   -125.820683 11 12 10 225       
+PG20 -14218.532459 -16860.227812  14695.970040     48.817444  9  6 10 232       
+PG21  25266.675812   3958.714889  -7856.322112   -134.296772  5 11 10 206       
+PG22  12274.925630 -13994.411944 -18743.152371    150.894604  5  9  7 231       
+PG23 -13569.428146  -8199.755618  21354.041116    316.393723  8  7  3 231       
+PG24 -20629.434304 -15245.613851  -7364.049099    377.898200 15  9 14 228       
+PG25  15496.376754   7261.705423  20302.820878     -0.964542  8  6  6 186       
+PG26  -5080.237571  18448.237295 -18820.905301   -160.145346 10  7  7 279       
+PG27  15222.412027  15608.195848 -14719.943041    251.191626  8  8  8 202       
+PG28 -12918.330895   9853.516555 -20438.404285     28.585704  8  8  8 140       
+PG29  19606.853203   1126.937499  17943.839312    196.490310  7  6  5 214       
+PG30   4622.199574 -22666.470835  12614.009820    333.463565 10  9  8 229       
+PG31  11562.191705 -10903.585373  21521.960147     60.466304  8  6  9 142       
+PG32  -8180.294348 -23761.622170   9493.881982   -226.171044  4  9 12 230       
+*  2011  3 31 23  0  0.00000000
+PG02  -2340.152419  15634.395560  21403.173153    328.172301 10  6  9 137       
+PG03   6243.888299 -22337.050242 -13060.814468    695.910099  9 10  7 187       
+PG04 -16343.374657   9163.497828  18744.532610     75.885481  8 11 10 188       
+PG05    745.224629  25623.137280   6721.467295   -137.707799  8  7  2 170       
+PG06  11533.008898 -21709.499059  -9614.096809   -220.126280  8  8  9 211       
+PG07 -25751.482716  -5172.823476  -4626.059606      6.975050  3  4  9 229       
+PG08 -22576.683467    739.419649 -14385.407378      7.624530 10  8 13 210       
+PG09  17566.136653  14842.288498 -13843.174935     71.031806  9  5 11 183       
+PG10 -10166.002955  16027.290116  18211.178276    -70.371552 10  9  4 221       
+PG11 -17794.759453 -13331.882603 -15080.729306   -138.991100 10  9  5 174       
+PG12  11305.329491  22000.987782   9938.910922    -15.121939     7  8 200       
+PG13 -19744.607054    622.258497  17634.769097    276.900376  8  7  2 236       
+PG14  21716.908251 -14760.754916  -3313.663673    141.101871  5  9  7 201       
+PG15   6314.380271  14777.283476 -21114.819148   -138.816840 10  9 11 155       
+PG16   1486.707484 -24883.878241   8750.364073   -161.813040  9  7  5 232       
+PG17 -21585.988647  14648.464204  -4169.355869    184.204221  7 11 12 192       
+PG18  15985.823786    956.920579 -20922.945950    129.466835  6 12  7 168       
+PG19  -1573.496193 -16837.217005 -20393.670499   -125.824359 11 12 10 221       
+PG20 -14311.911317 -18463.072279  12549.479933     48.817633  8  6 10 232       
+PG21  25906.774695   4492.452045  -5226.966279   -134.299957  2 11 11 214       
+PG22  12777.535863 -11791.255932 -19887.174724    150.893852  5  9  7 228       
+PG23 -11688.381728  -9789.948616  21762.350771    316.391487  9  8  4 231       
+PG24 -19619.495830 -15089.907801  -9943.578700    377.901970 15  9 13  37       
+PG25  15829.446932   9495.053325  19090.506561     -0.964826  8  6  7 188       
+PG26  -6729.376087  19508.262337 -17063.300754   -160.154237 10  7  7 280       
+PG27  13370.438320  15186.850630 -16707.274506    251.196701  9  8  9 205       
+PG28 -13340.856604   7396.065762 -21194.690036     28.587492  8  7  8 166       
+PG29  18019.247757   2542.942312  19413.812424    196.492851  8  5  5 216       
+PG30   5191.603854 -21121.354605  14814.674114    333.466755  9  9  8 227       
+PG31  13760.633476 -10043.340053  20638.692107     60.471074  7  6  9 141       
+PG32  -8048.298738 -24670.453999   6879.442384   -226.177497  4  9 12 230       
+*  2011  3 31 23 15  0.00000000
+PG02  -4704.360163  14988.611233  21432.427931    328.174544 10  6 10 142       
+PG03   7304.197204 -23182.465154 -10730.740453    695.914766  9  9  7 220       
+PG04 -18312.334434   8437.134462  17252.737710     75.894909  7 11 11 185       
+PG05    263.739243  24789.624715   9366.139373   -137.712848  9  8    170       
+PG06  12434.447953 -22211.108807  -7021.831253   -220.231151  8  9  8 211       
+PG07 -26045.438173  -5465.976988  -1786.069933      6.976201  4  4 10 231       
+PG08 -23941.696595    130.101733 -12055.495477      7.624642 10  8 13 215       
+PG09  15969.752752  14554.655831 -15999.533968     71.033596 10  4 11 181       
+PG10 -10813.233382  13901.671706  19554.334302    -70.373817 10  9  6 223       
+PG11 -16002.760325 -13549.447342 -16800.072187   -138.993821 11  9  4 178       
+PG12  11347.115354  22994.290291   7297.207920    -15.119201     7  9 197       
+PG13 -18163.771666   -806.339327  19235.964113    276.899204  9  7  3 237       
+PG14  21423.597777 -14243.615158  -6153.495612    141.104217  5  9  8 199       
+PG15   4575.629632  16404.199129 -20333.503068   -138.813986 10  9 12 155       
+PG16   1936.083579 -23802.597815  11329.441940   -161.815529  9  8  6 233       
+PG17 -21281.480718  14010.492156  -6942.846516    184.204554  6 12 12 191       
+PG18  16479.458089   3334.316213 -20329.901363    129.468912  6 12  8 184       
+PG19    264.783854 -18187.409807 -19230.630600   -125.827497 11 12 10 222       
+PG20 -14413.132671 -19812.910649  10185.971300     48.817557  8  6 10 233       
+PG21  26286.207416   4903.248212  -2510.067223   -134.301415  7 11 11 215       
+PG22  13406.311474  -9506.699747 -20683.368725    150.892924  5  9  7 227       
+PG23  -9873.230974 -11496.729164  21796.692699    316.389183 10  8  6 233       
+PG24 -18337.027108 -14893.060321 -12354.136270    377.905291 16  8 13 228       
+PG25  16240.023057  11556.694094  17549.499030     -0.965119  9  6  8 186       
+PG26  -8157.666392  20526.421054 -15019.154811   -160.163435 10  7  7 279       
+PG27  11285.249491  14818.255494 -18396.434380    251.199968  9  8  9 206       
+PG28 -13904.456059   4901.178145 -21567.292489     28.589898  8  6  8 185       
+PG29  16398.272142   4137.201803  20551.564153    196.495463  7  4  6 216       
+PG30   5907.528765 -19377.473593  16753.227170    333.468443  8 10  9 227       
+PG31  15889.175188  -9341.521778  19408.221477     60.475573  7  7 10 151       
+PG32  -7917.145687 -25291.003780   4150.352439   -226.184123  5  8 12 231       
+*  2011  3 31 23 30  0.00000000
+PG02  -7084.941357  14461.322598  21093.445146    328.176281 11  6 10 146       
+PG03   8170.382329 -23855.159304  -8216.211054    695.919509  9  9  7 220       
+PG04 -20130.063367   7850.165016  15463.235248     75.904242  7 11 11 182       
+PG05   -347.284517  23704.540768  11848.539406   -137.718074  9  8    160       
+PG06  13117.878178 -22522.935574  -4306.571830   -220.335763  8  9  8 212       
+PG07 -26040.968603  -5670.608840   1084.276447      6.976762  6  3 10 229       
+PG08 -25077.790001   -316.470315  -9523.724998      7.625527  9  9 13 214       
+PG09  14141.948139  14312.905843 -17890.442707     71.035261 10  4 11 182       
+PG10 -11600.944774  11683.946503  20551.605801    -70.373792 10  9  7 222       
+PG11 -14047.045611 -13846.088928 -18240.119426   -138.996668 11  9  4 181       
+PG12  11355.459068  23691.390633   4531.308285    -15.116599  2  7  9 196       
+PG13 -16545.809180  -2434.595357  20502.714629    276.898045 10  7  5 237       
+PG14  20932.407624 -13487.734780  -8886.104958    141.106330  5  9  8 202       
+PG15   2991.607589  18036.269579 -19200.849463   -138.811594 10  9 12 142       
+PG16   2518.247874 -22475.386205  13710.711664   -161.818264  9  8  6 232       
+PG17 -20794.907258  13135.192394  -9594.765636    184.204312  6 12 12 194       
+PG18  17059.253670   5596.930466 -19379.900378    129.470621  7 12  8 200       
+PG19   1922.656384 -19529.068288 -17733.307459   -125.830919 12 12 11 224       
+PG20 -14487.026619 -20894.058551   7646.620241     48.817541  8  6 10 233       
+PG21  26388.506731   5221.775987    248.660948   -134.304272  9 11 11 218       
+PG22  14160.634558  -7187.505188 -21117.901895    150.892408  5 10  8 226       
+PG23  -8160.040446 -13286.492361  21455.438644    316.387064 10  8  7 233       
+PG24 -16794.823240 -14692.121180 -14554.401690    377.908530 16  8 12 125       
+PG25  16697.985487  13411.785728  15706.386963     -0.965431 10  7  8 189       
+PG26  -9354.669672  21457.666500 -12720.913323   -160.172304 10  8  8 280       
+PG27   9002.739199  14533.882434 -19755.027050    251.204362 10  7  9 207       
+PG28 -14603.133855   2421.601768 -21549.990368     28.591956  8  6  8 146       
+PG29  14787.122024   5890.857151  21337.879246    196.497995  7  3  6 217       
+PG30   6783.381975 -17477.267026  18394.439945    333.469920  8 10  9 226       
+PG31  17900.639556  -8794.715953  17851.395362     60.480339  8  7 10 144       
+PG32  -7749.816318 -25616.852958   1351.932512   -226.190587  6  8 12 230       
+*  2011  3 31 23 45  0.00000000
+PG02  -9434.803218  14057.393623  20390.602961    328.178246 11  6 11 141       
+PG03   8855.524663 -24319.509341  -5559.676069    695.924107  9  9  7 220       
+PG04 -21756.890669   7388.223190  13407.890403     75.913549  8 11 12 185       
+PG05  -1110.792176  22400.671920  14125.707500   -137.723387 10  9  3 163       
+PG06  13601.560177 -22613.939732  -1515.976392   -220.441054  8 10  9 212       
+PG07 -25728.970614  -5823.947429   3936.195649      6.977727  7  2 10 231       
+PG08 -25952.147875   -626.988049  -6832.859077      7.625295  9  9 13 214       
+PG09  12114.393593  14149.373593 -19485.795430     71.036807 10  5 11 188       
+PG10 -12527.904237   9422.643332  21186.074895    -70.374663 11  9  8 223       
+PG11 -11963.086150 -14237.252642 -19376.823558   -138.999124 11  9  5 188       
+PG12  11291.197718  24090.384228   1688.289255    -15.113901  3  7  9 196       
+PG13 -14936.559854  -4242.991321  21412.597346    276.896731 10  8  6 239       
+PG14  20281.576050 -12479.219248 -11463.667316    141.108234  5  8  8 204       
+PG15   1580.681456  19630.357545 -17736.027897   -138.808776 11  8 12 154       
+PG16   3255.495216 -20939.341740  15853.014025   -161.820669  9  8  6 232       
+PG17 -20164.276783  12012.529185 -12078.551782    184.204633  6 12 12 192       
+PG18  17701.067989   7705.388339 -18091.014694    129.472236  7 13  8 205       
+PG19   3382.287489 -20818.903210 -15926.982740   -125.834293 12 12 11 224       
+PG20 -14497.278511 -21699.109544   4975.497429     48.818067  8  7 10 233       
+PG21  26204.635514   5481.540685   3003.304779   -134.306886  9 11 11 220       
+PG22  15032.164108  -4880.316348 -21183.371255    150.891672  5 10  8 225       
+PG23  -6578.937934 -15120.041850  20743.447657    316.384717 10  7  9 234       
+PG24 -15013.742081 -14521.944800 -16506.453700    377.911462 17  8 12 100       
+PG25  17168.482754  15032.441202  13592.949729     -0.965761 10  7  9 188       
+PG26 -10318.407437  22256.849624 -10205.785877   -160.181321 10  8  8 280       
+PG27   6565.887970  14359.129006 -20756.468274    251.208537 11  7  9 210       
+PG28 -15422.465375      8.448877 -21143.957337     28.594285  8  5  8 148       
+PG29  13225.826663   7777.566311  21759.533794    196.500500  7  4  6 218       
+PG30   7824.569771 -15466.883314  19708.331684    333.471737  8 10  9 225       
+PG31  19750.207456  -8391.450909  15994.409841     60.484469  7  8 11 149       
+PG32  -7509.388659 -25649.851812  -1469.120174   -226.197157  7  8 12 229       
+*  2011  4  1  0  0  0.00000000
+PG02 -11706.796698  13773.960888  19334.631015    328.180439 10  7 11 232  P   P
+PG03   9379.286408 -24544.659331  -2806.536379    695.928695  9  9  7 269  P   P
+PG04 -23158.135006   7030.369578  11122.883031     75.922728  8 10 11 213  P   P
+PG05  -2043.079597  20916.271409  16158.285808   -137.728323 10 10  4 188  P   P
+PG06  13910.183522 -22458.943642   1301.104603   -220.548590  8 10  8 328  P   P
+PG07 -25109.135619  -5964.471890   6721.209524      6.978547  8    10 261  P   P
+PG08 -26538.940340   -833.711906  -4028.057521      7.624642  9  9 13 207  P   P
+PG09   9924.664344  14090.691654 -20760.391289     71.039368 10  5 11 154  P   P
+PG10 -13584.806504   7166.095807  21447.446583    -70.375029 11  9  9 271  P   P
+PG11  -9789.468890 -14732.208041 -20190.981271   -139.001834 11  9  6 164  P   P
+PG12  11116.385877  24198.157863  -1183.466044    -15.111198  5  7 10 221  P   P
+PG13 -13378.754854  -6203.770431  21949.428365    276.895336 11  8  6 205  P   P
+PG14  19512.812458 -11212.850199 -13840.981873    141.110617  6  8  8 165  P   P
+PG15    353.265292  21141.889331 -15964.033940   -138.805841 11  8 13 150  P   P
+PG16   4162.915931 -19236.758611  17719.553157   -161.823698 10  9  6 204  P   P
+PG17 -19430.391107  10641.016748 -14350.587338    184.205036  7 12 11  74  P   P
+PG18  18375.316605   9626.229149 -16487.158181    129.474468  8 12  9 228  P   P
+PG19   4634.096011 -22012.468294 -13842.518207   -125.837795 12 11 11 249  P   P
+PG20 -14407.983530 -22229.045645   2218.784453     48.817759  8  7 10 246  P   P
+PG21  25733.274726   5717.437455   5708.434636   -134.308898  7 10 11 254  P   P
+PG22  16005.081318  -2630.010738 -20878.924948    150.891007  5 10  8 228  P   P
+PG23  -5153.066714 -16953.951307  19672.052814    316.382315 11  7  9 208  P   P
+PG24 -13022.100271 -14413.733219 -18176.425198    377.914344 17  9 10 208  P   P
+PG25  17613.354635  16398.615313  11245.606816     -0.966158 11  8  9 212  P   P
+PG26 -11055.375262  22880.478547  -7515.272880   -160.190681  9  8  9 233  P   P
+PG27   4023.284738  14312.126850 -21380.677820    251.207808 11  6 10 337  P   P
+PG28 -16340.168855  -2290.689966 -20357.674601     28.596983  7  6  8 251  P   P
+PG29  11749.815544   9764.344706  21809.501327    196.503226  8  3  6 132  P   P
+PG30   9028.058941 -13394.457086  20670.810202    333.475901  7 11  9 266  P   P
+PG31  21396.961681  -8112.764599  13868.399590     60.489506  7  9 11 219  P   P
+PG32  -7160.597043 -25400.035682  -4265.437541   -226.204252  7  9 12 250  P   P
+*  2011  4  1  0 15  0.00000000
+PG02 -13855.363410  13600.563166  17942.521674    328.182395 11  9 11 233  P   P
+PG03   9767.007227 -24505.835895     -4.391055    695.933684 10  9  5 269  P   P
+PG04 -24305.281160   6750.109943   8648.032772     75.931694  8 10  8 251  P   P
+PG05  -3152.963849  19293.617829  17911.207283   -137.733673 11  9  7 211  P   P
+PG06  14073.683728 -22039.699955   4095.526816   -220.653582  9  8  3 324  P   P
+PG07 -24190.015918  -6130.261126   9391.940343      6.979655  9  3 10 263  P   P
+PG08 -26820.225982   -973.073884  -1156.176310      7.623890  4  8 12 285  P   P
+PG09   7614.995589  14156.781141 -21694.223008     71.041441  9  6 11 163  P   P
+PG10 -14754.565483   4960.695080  21332.179263    -70.376218 11 10  8 273  P   P
+PG11  -7566.645148 -15333.593954 -20668.538664   -139.004336  8 10  7 245  P   P
+PG12  10795.913435  24030.035650  -4035.065694    -15.108747  6  5  9 228  P   P
+PG13 -11910.417108  -8281.827127  22103.577767    276.894242 11  3  5 244  P   P
+PG14  18669.587093  -9692.504752 -15976.308329    141.112742  7  6  5 184  P   P
+PG15   -688.411851  22526.514404 -13915.274842   -138.803130  7  8 11 185  P   P
+PG16   5247.642434 -17413.525403  19278.523464   -161.825976  9  9  4 244  P   P
+PG17 -18635.158677   9027.983613 -16371.010891    184.205268  7 12 12 186  P   P
+PG18  19048.202515  11332.956200 -14597.555579    129.476148  9 13 10 237  P   P
+PG19   5676.961115 -23065.882433 -11515.842401   -125.841298 12 11 12 247  P   P
+PG20 -14185.185003 -22493.032844   -576.035527     48.817968  8  8 10 245  P   P
+PG21  24980.846997   5964.284698   8319.755098   -134.311453  8 10 11 257  P   P
+PG22  17056.645827   -478.130299 -20210.257333    150.890282  5 12 10 222  P   P
+PG23  -3897.810178 -18742.114850  18258.931008    316.380169 11  7  9 230  P   P
+PG24 -10854.789578 -14393.718934 -19535.103217    377.916149 16 10  9 300  P   P
+PG25  17992.694446  17498.693356   8704.788024     -0.966547 10  8 11 208  P   P
+PG26 -11580.233068  23288.475683  -4694.585180   -160.200267  9  9  7 259  P   P
+PG27   1427.378801  14402.857328 -21614.638131    251.212045  7  7 10 335  P   P
+PG28 -17327.021603  -4433.461001 -19206.672857     28.598854  8  5  9 262  P   P
+PG29  10388.673817  11812.663242  21487.057828    196.505522  7  4  3 236  P   P
+PG30  10382.296380 -11308.300888  21264.193163    333.478883  8 11  6 258  P   P
+PG31  22805.297748  -7933.054669  11508.957324     60.493969  5  8 11 222  P   P
+PG32  -6671.352145 -24885.252291  -6989.715612   -226.210718  6  9 12 260  P   P
+*  2011  4  1  0 30  0.00000000
+PG02 -15838.147334  13519.585501  16237.322111    328.184384 11 10 12 236  P   P
+PG03  10048.560352 -24185.458685   2797.790803    695.938405 10  9  5 266  P   P
+PG04 -25176.919557   6516.619060   6026.083093     75.940880  8 10  8 256  P   P
+PG05  -4441.252041  17577.431063  19354.304636   -137.738922 11 10  7 213  P   P
+PG06  14125.864178 -21345.689298   6818.744092   -220.759018  9  8  2 324  P   P
+PG07 -22988.769674  -6357.360281  11902.889703      6.980575 10  4  9 264  P   P
+PG08 -26786.578445  -1084.136703   1734.945634      7.623702  5  7 12 291  P   P
+PG09   5230.893900  14360.097710 -22272.698419     71.043505 10  6 11 153  P   P
+PG10 -16012.930227   2849.244201  20843.476146    -70.377408 11 10  9 279  P   P
+PG11  -5335.613453 -16037.210486 -20800.833817   -139.007073  8  9  8 246  P   P
+PG12  10299.023600  23609.117496  -6817.915786    -15.106182  7  5  9 228  P   P
+PG13 -10563.457067 -10435.897378  21872.162381    276.892928 11  4  6 246  P   P
+PG14  17795.357045  -7931.216526 -17832.143160    141.114900  7  5  5 194  P   P
+PG15  -1550.212523  23741.775244 -11625.053496   -138.800383  8  8 11 181  P   P
+PG16   6508.420827 -15517.405387  20503.633438   -161.828494  9 10  3 244  P   P
+PG17 -17819.874732   7189.486082 -18104.456692    184.205457  8 12 11 196  P   P
+PG18  19683.106681  12806.799008 -12456.129265    129.477971 10 13 10 238  P   P
+PG19   6518.090853 -23937.555403  -8987.330269   -125.844741 12 10 12 250  P   P
+PG20 -13798.336602 -22507.913222  -3360.997853     48.818047  7  8 10 245  P   P
+PG21  23961.280993   6255.383096  10794.719808   -134.313826  8 10 11 258  P   P
+PG22  18158.039257   1538.545196 -19189.479048    150.889556  5 12 10 221  P   P
+PG23  -2820.323029 -20437.428299  16527.853418    316.377882 11  7 10 230  P   P
+PG24  -8552.143237 -14482.039417 -20558.462358    377.918918 17 10  7 300  P   P
+PG25  18266.489693  18329.759871   6014.235373     -0.966883 10  8 11 207  P   P
+PG26 -11915.170188  23445.863611  -1791.955349   -160.209527  9  9  7 257  P   P
+PG27  -1167.464317  14632.625248 -21452.791887    251.215540  8  7 10 335  P   P
+PG28 -18348.073528  -6384.218078 -17713.117284     28.601004  8  5  9 264  P   P
+PG29   9165.132230  13879.762490  20797.784981    196.508013  7  4  3 236  P   P
+PG30  11867.494735  -9255.089611  21477.593288    333.481690  8 11  6 247  P   P
+PG31  23946.151923  -7821.181856   8955.587669     60.498525  4  9 11 223  P   P
+PG32  -6014.166075 -24130.508101  -9595.471122   -226.217375  7 10 12 265  P   P
+*  2011  4  1  0 45  0.00000000
+PG02 -17617.506435  13507.006277  14247.804373    328.186374 11 10 12 238  P   P
+PG03  10257.009454 -23573.993625   5550.559705    695.943136 10 10  6 263  P   P
+PG04 -25759.418629   6296.119329   3301.958001     75.950068  8  9  8 261  P   P
+PG05  -5900.529018  15813.208300  20462.828812   -137.744170 12 10  8 215  P   P
+PG06  14102.881687 -20374.617352   9423.675353   -220.864478  9  8    325  P   P
+PG07 -21530.593341  -6678.225917  14211.190683      6.981498 11  5  9 265  P   P
+PG08 -26437.417574  -1206.963635   4597.206185      7.623519  6  7 12 296  P   P
+PG09   2819.650874  14705.152653 -22486.798095     71.045558 10  7 11 130  P   P
+PG10 -17329.395295    869.479661  19991.143037    -70.378595 11 10  9 284  P   P
+PG11  -3136.581035 -16832.067714 -20584.772790   -139.009812  9  9  8 247  P   P
+PG12   9600.673683  22965.334425  -9484.525332    -15.103612  7  6  9 226  P   P
+PG13  -9362.520567 -12620.003462  21259.111445    276.891613 11  5  7 247  P   P
+PG14  16931.801408  -5950.873263 -19375.917606    141.117059  8  5  6 202  P   P
+PG15  -2245.675177  24748.721427  -9132.958542   -138.797635  8  8 11 176  P   P
+PG16   7935.521339 -13596.268207  21374.519286   -161.831014  9 10  2 244  P   P
+PG17 -17023.539769   5149.873485 -19520.704650    184.205642  8 12 11 204  P   P
+PG18  20242.080527  14037.166025 -10100.821995    129.479798 11 13 10 239  P   P
+PG19   7172.554150 -24589.846024  -6301.086229   -125.848187 12 10 12 252  P   P
+PG20 -13221.632458 -22297.416690  -6088.473005     48.818125  7  9 10 245  P   P
+PG21  22695.529139   6621.146936  13093.109323   -134.316193  9 10 10 258  P   P
+PG22  19275.460441   3389.225998 -17834.866649    150.888832  6 12 10 220  P   P
+PG23  -1919.391598 -21993.536350  14508.316701    316.375595 11  7 11 231  P   P
+PG24  -6158.591176 -14691.848858 -21228.120672    377.921722 17 11  6 299  P   P
+PG25  18396.277086  18897.538099   3220.248930     -0.967220 11  8 11 205  P   P
+PG26 -12088.956796  23324.308021   1142.155802   -160.218799 10 10  8 255  P   P
+PG27  -3707.015535  14993.924491 -20897.256877    251.218969  9  7 10 336  P   P
+PG28 -19364.098056  -8115.189745 -15905.254537     28.603159  8  5  9 265  P   P
+PG29   8094.328343  15920.134178  19753.472169    196.510507  7  5  2 237  P   P
+PG30  13456.275030  -7278.117048  21307.154593    333.484514  9 11  6 235  P   P
+PG31  24798.002443  -7741.788057   6251.100642     60.503078  4  9 11 223  P   P
+PG32  -5167.428086 -23167.051564 -12037.810997   -226.224033  8 11 11 269  P   P
+*  2011  4  1  1  0  0.00000000
+PG02 -19161.861135  13533.422721  12008.013926    328.188368 10 10 12 240  P   P
+PG03  10427.118015 -22670.505193   8204.919003    695.947872 10 10  6 260  P   P
+PG04 -26047.310521   6053.359706    522.004545     75.959260  8  9  8 265  P   P
+PG05  -7515.272192  14045.545428  21217.868155   -137.749415 12 11  8 216  P   P
+PG06  14041.658998 -19132.594679  11865.529123   -220.969965  9  9    326  P   P
+PG07 -19847.861511  -7120.308430  16277.322190      6.982422 11  6  9 267  P   P
+PG08 -25781.035279  -1380.955373   7382.959995      7.623348  6  6 11 301  P   P
+PG09    428.806660  15188.321157 -22333.171667     71.047600 10  7 11  53  P   P
+PG10 -18668.363410   -947.182809  18791.321488    -70.379776 11 10  9 288  P   P
+PG11  -1007.648870 -17700.692559 -20022.934635   -139.012555  9  9  9 248  P   P
+PG12   8682.686680  22134.255553 -11989.297314    -15.101039  8  7  8 225  P   P
+PG13  -8324.135738 -14785.096005  20275.103026    276.890296 12  6  8 249  P   P
+PG14  16117.138290  -3781.561479 -20580.601804    141.119218  8  5  6 209  P   P
+PG15  -2795.291658  25513.403386  -6482.171577   -138.794886  9  7 12 170  P   P
+PG16   9510.987637 -11696.342964  21877.044304   -161.833535  9 10  1 243  P   P
+PG17 -16281.286132   2941.022627 -20595.226839    184.205826  9 12 10 210  P   P
+PG18  20687.379341  15021.779260  -7572.873162    129.481630 11 12 11 240  P   P
+PG19   7662.493415 -24990.583261  -3504.144382   -125.851634 13  9 12 255  P   P
+PG20 -12435.155185 -21891.125625  -8711.966198     48.818200  7 10  9 244  P   P
+PG21  21210.857670   7087.850751  15177.571245   -134.318557  9 10 10 259  P   P
+PG22  20371.426696   5050.094622 -16170.498994    150.888110  6 12 11 220  P   P
+PG23  -1185.632656 -23366.576317  12235.058213    316.373305 11  7 11 231  P   P
+PG24  -3721.152788 -15028.704664 -21531.707556    377.924563 17 11  8 299  P   P
+PG25  18346.747631  19216.003463    370.889577     -0.967557 11  8 12 204  P   P
+PG26 -12135.707740  22903.446501   4055.948877   -160.228080 10 10  8 254  P   P
+PG27  -6139.247484  15470.709116 -19957.843841    251.222329  9  7 11 336  P   P
+PG28 -20333.211039  -9607.300038 -13816.744589     28.605318  7  5  8 266  P   P
+PG29   7183.365829  17887.114992  18371.919073    196.513001  7  5  3 237  P   P
+PG30  15114.640009  -5415.701431  20756.131913    333.487349  9 11  7 227  P   P
+PG31  25347.607117  -7656.782614   3440.950327     60.507630  5  9 12 222  P   P
+PG32  -4116.479729 -22031.220989 -14274.203954   -226.230693  8 11 11 273  P   P
+*  2011  4  1  1 15  0.00000000
+PG02 -20446.821303  13565.317230   9556.700669    328.190365 10 10 13 241  P   P
+PG03  10593.771831 -21482.875477  10713.280396    695.952611 11  9  6 259  P   P
+PG04 -26043.381488   5753.138225  -2266.767363     75.968460  8  8  9 268  P   P
+PG05  -9262.288476  12316.509466  21606.661704   -137.754662 12 11  9 217  P   P
+PG06  13978.289104 -17633.995632  14102.570691   -221.075478  9  8    326  P   P
+PG07 -17979.004637  -7704.825712  18065.774885      6.983348 11  6  9 268  P   P
+PG08 -24834.315416  -1643.211092  10045.733133      7.623189  7  5 11 305  P   P
+PG09  -1895.388133  15797.941820 -21814.174462     71.049634 10  8 11 145  P   P
+PG10 -19990.508981  -2576.632777  17266.108961    -70.380949 11 10 10 292  P   P
+PG11   1016.434049 -18619.687354 -19123.600700   -139.015301  9  8 10 249  P   P
+PG12   7534.649118  21155.690627 -14289.294025    -15.098463  9  7  8 223  P   P
+PG13  -7456.193516 -16880.827799  18937.371850    276.888975 12  6  9 250  P   P
+PG14  15384.593250  -1460.583614 -21425.201544    141.121378  9  6  6 215  P   P
+PG15  -3225.506495  26008.185669  -3718.703803   -138.792139 10  8 12 164  P   P
+PG16  11209.211334  -9860.560281  22003.482615   -161.836056  9 10  2 243  P   P
+PG17 -15622.977435    601.273313 -21309.619333    184.206007  9 12 10 216  P   P
+PG18  20982.976537  15766.494636  -4916.065255    129.483467 12 13 11 240  P   P
+PG19   8016.048834 -25114.385702   -645.602456   -125.855087 13  9 11 257  P   P
+PG20 -11425.799399 -21323.234356 -11186.887633     48.818274  6 10  9 243  P   P
+PG21  19539.933824   7676.530179  17014.122307   -134.320916 10 10 10 260  P   P
+PG22  21406.227319   6505.005692 -14225.790118    150.887389  7 12 11 220  P   P
+PG23   -602.026151 -24516.847606   9747.461527    316.371016 11  6 12 232  P   P
+PG24  -1287.822175 -15490.256312 -21463.133976    377.927441 17 11 10 297  P   P
+PG25  18087.239251  19306.686943  -2484.847396     -0.967893 12  8 12 202  P   P
+PG26 -12093.399756  22171.936264   6897.257095   -160.237371 10 10  8 253  P   P
+PG27  -8416.312819  16039.061548 -18651.871823    251.225622 10  8 11 335  P   P
+PG28 -21212.583410 -10850.618376 -11485.902526     28.607483  7  5  8 267  P   P
+PG29   6431.187640  19734.533693  16676.641762    196.515498  8  5  3 237  P   P
+PG30  16803.235933  -3699.809807  19834.811303    333.490195  9 11  7 233  P   P
+PG31  25590.448827  -7526.944227    572.525356     60.512185  6 10 12 221  P   P
+PG32  -2854.443298 -20763.094459 -16265.241707   -226.237357  9 12 11 276  P   P
+*  2011  4  1  1 30  0.00000000
+PG02 -21456.041252  13566.515232   6936.640397    328.192365  9 10 13 243  P   P
+PG03  10790.381824 -20027.671899  13030.417447    695.957352 11  9  7 260  P   P
+PG04 -25758.468785   5361.811739  -5017.437380     75.977667  8  8  9 271  P   P
+PG05 -11111.455747  10664.124987  21622.802171   -137.759905 13 11  9 218  P   P
+PG06  13946.495161 -15901.005863  16096.819140   -221.181015  9  8  1 326  P   P
+PG07 -15967.164854  -8445.775424  19545.658212      6.984276 12  7  9 268  P   P
+PG08 -23622.156660  -2026.970113  12540.926470      7.623050  7  4 11 309  P   P
+PG09  -4109.464180  16514.703690 -20937.845008     71.051655 11  8 12 178  P   P
+PG10 -21254.284224  -4002.746994  15443.079679    -70.382110 10 10 10 295  P   P
+PG11   2905.402938 -19560.525019 -17900.703343   -139.018050 10  8 10 250  P   P
+PG12   6154.519530  20072.139890 -16344.964749    -15.095881  9  8  8 221  P   P
+PG13  -6757.782356 -18857.388078  17269.392417    276.887652 12  6 10 251  P   P
+PG14  14761.082191    968.812860 -21895.137006    141.123539  9  7  7 220  P   P
+PG15  -3567.477974  26212.826420   -890.576743   -138.789390 10  8 12 160  P   P
+PG16  12997.805700  -8127.045779  21752.588398   -161.838576  9 10  3 242  P   P
+PG17 -15072.037689  -1825.890835 -21651.911481    184.206187  9 12 10 221  P   P
+PG18  21096.001850  16284.823786  -2175.955735    129.485307 12 13 11 240  P   P
+PG19   8266.038609 -24943.722899   2224.291530   -125.858542 13  9 11 259  P   P
+PG20 -10187.937366 -20631.152366 -13471.282121     48.818348  6 10  9 243  P   P
+PG21  17719.740113   8402.071071  18572.612030   -134.323270 10 10  9 260  P   P
+PG22  22339.470032   7745.879108 -12034.930213    150.886670  8 12 11 220  P   P
+PG23   -144.762962 -25410.337698   7088.861934    316.368726 11  6 12 231  P   P
+PG24   1094.093324 -16066.252967 -21022.756592    377.930358 17 11 12 295  P   P
+PG25  17593.058957  19197.696137  -5297.873644     -0.968230 12  7 12 199  P   P
+PG26 -12002.197510  21128.162263   9614.578612   -160.246668 11 11  8 253  P   P
+PG27 -10496.339681  16668.227472 -17003.785013    251.228850 10  8 12 335  P   P
+PG28 -21960.172335 -11844.432109  -8954.876200     28.609654  7  6  7 267  P   P
+PG29   5828.767366  21418.350486  14696.486426    196.517997  8  5  4 237  P   P
+PG30  18478.846844  -2154.960516  18560.274547    333.493044  9 11  8 246  P   P
+PG31  25530.870325  -7313.580913  -2305.601368     60.516736  8 10 12 220  P   P
+PG32  -1382.764715 -19404.988166 -17975.375458   -226.244026  9 12 10 279  P   P
+*  2011  4  1  1 45  0.00000000
+PG02 -22181.762807  13499.775266   4193.858780    328.194368  9 10 13 244  P   P
+PG03  11047.337665 -18329.661322  15114.390924    695.962089 11 10  6 262  P   P
+PG04 -25210.975847   4848.738360  -7683.910297     75.986886  8  8 10 273  P   P
+PG05 -13026.739349   9121.032572  21266.326368   -137.765149 13 11 10 219  P   P
+PG06  13976.206044 -13962.880032  17814.663963   -221.286578  9  8  2 325  P   P
+PG07 -13858.678487  -9349.224984  20691.238532      6.985204 12  8  9 269  P   P
+PG08 -22176.616511  -2560.188454  14826.501760      7.622931  7  4 10 312  P   P
+PG09  -6174.132080  17312.309385 -19717.822802     71.053670 11  8 12 197  P   P
+PG10 -22417.505752  -5217.749074  13354.721092    -70.383258 10 10 10 297  P   P
+PG11   4634.454011 -20490.557309 -16373.689264   -139.020804 10  7 11 250  P   P
+PG12   4548.922342  18927.148988 -18120.824102    -15.093298  9  8  7 219  P   P
+PG13  -6219.382871 -20667.323459  15300.444161    276.886325 12  7 10 252  P   P
+PG14  14266.162451   3458.942726 -21982.495861    141.125700  9  8  8 225  P   P
+PG15  -3855.651031  26115.279080   1953.036910   -138.786641 10  8 12 155  P   P
+PG16  14838.741534  -6527.820067  21129.553870   -161.841097  9 10  5 242  P   P
+PG17 -14644.556590  -4293.361582 -21616.748043    184.206366 10 12  9 225  P   P
+PG18  20998.051713  16597.183177    600.892158    129.487153 13 13 11 240  P   P
+PG19   8448.450365 -24469.672914   5055.079137   -125.862002 13  9 11 260  P   P
+PG20  -8723.803300 -19854.005072 -15526.508067     48.818422  6 11  9 242  P   P
+PG21  15790.349948   9272.515582  19827.147135   -134.325621 10 10  9 260  P   P
+PG22  23131.658127   8772.774868  -9636.247941    150.885953  9 12 12 221  P   P
+PG23    215.625176 -26020.040270   4305.764838    316.366435 11  6 13 231  P   P
+PG24   3379.617555 -16738.873944 -20217.428879    377.933314 17 12 13 292  P   P
+PG25  16846.583119  18922.492628  -8019.849591     -0.968565 12  7 12 197  P   P
+PG26 -11902.656791  19780.559811  12158.143781   -160.255970 11 11  8 254  P   P
+PG27 -12344.958036  17321.966719 -15044.584465    251.232017 10  9 12 333  P   P
+PG28 -22536.398604 -12596.952333  -6268.784978     28.611831  8  7  7 268  P   P
+PG29   5359.611391  22898.227692  12465.156042    196.520496  8  5  4 237  P   P
+PG30  20096.054679   -797.449345  16956.016400    333.495893  9 11  9 258  P   P
+PG31  25181.889797  -6980.187315  -5144.455080     60.521281  7 10 12 222  P   P
+PG32    288.558770 -17999.857344 -19373.611762   -226.250702 10 12 10 282  P   P
+*  2011  4  1  2  0  0.00000000
+PG02 -22625.019525  13328.444536   1376.773751    328.196375  8 10 14 245  P   P
+PG03  11390.582385 -16420.985218  16927.419038    695.966821 11  9  7 265  P   P
+PG04 -24426.126716   4187.601700 -10221.626758     75.996113  7  8 10 275  P   P
+PG05 -14967.443552   7713.370079  20543.692939   -137.770393 13 11 10 219  P   P
+PG06  14092.301478 -11854.942051  19227.393434   -221.392166  9  8  4 325  P   P
+PG07 -11701.440659 -10412.908492  21482.398814      6.986131 12  8  9 270  P   P
+PG08 -20535.803556  -3264.300885  16863.643765      7.622835  7  4 10 314  P   P
+PG09  -8055.543197  18158.395327 -18173.204628     71.055677 11  8 12 211  P   P
+PG10 -23438.958363  -6222.240874  11037.801428    -70.384391 10  9 10 300  P   P
+PG11   6185.027786 -21374.204379 -14567.293234   -139.023562 10  6 11 250  P   P
+PG12   2733.113378  17763.630690 -19586.069539    -15.090710  9  9  7 216  P   P
+PG13  -5823.413069 -22267.272363  13065.068238    276.884994 11  7 11 253  P   P
+PG14  13911.294178   5959.365231 -21686.156383    141.127863 10 10  8 229  P   P
+PG15  -4126.199979  25712.183612   4762.695146   -138.783892 11  9 12 151  P   P
+PG16  16689.699033  -5087.751191  20145.861028   -161.843615  9 10  7 242  P   P
+PG17 -14348.705153  -6752.062871 -21205.442997    184.206542 10 11  9 229  P   P
+PG18  20666.326633  16729.905102   3367.668006    129.489002 13 13 12 240  P   P
+PG19   8600.807527 -23692.343601   7797.036135   -125.865465 13  9 10 262  P   P
+PG20  -7043.583480 -19031.088973 -17317.857021     48.818494  7 11  9 241  P   P
+PG21  13793.602687  10288.608202  20756.475155   -134.327967 11 10  8 261  P   P
+PG22  23745.735824   9593.650918  -7071.508360    150.885240  9 12 12 222  P   P
+PG23    512.899066 -26327.009048   1446.992897    316.364144 11  6 13 231  P   P
+PG24   5527.668448 -17483.373136 -19060.434323    377.936308 17 12 14 288  P   P
+PG25  15838.093054  18518.473572 -10604.012313     -0.968900 12  6 12 195  P   P
+PG26 -11833.883402  18147.522470  14480.986334   -160.265275 11 11  8 255  P   P
+PG27 -13936.485840  17960.152447 -12811.096712    251.235126 11  9 12 331  P   P
+PG28 -22905.704129 -13124.678693  -3474.843069     28.614012  8  7  5 268  P   P
+PG29   5000.552981  24138.973023  10020.656475    196.522998  8  6  4 236  P   P
+PG30  21608.991571    365.070969  15051.427957    333.498740  9 10  9 267  P   P
+PG31  24564.700102  -6494.037380  -7895.463781     60.525832  5 11 12 224  P   P
+PG32   2141.084470 -16589.660194 -20434.150686   -226.257387 10 12  9 284  P   P
+*  2011  4  1  2 15  0.00000000
+PG02 -22795.490038  13018.108785  -1464.724286    328.198386  8 11 14 245  P   P
+PG03  11840.374064 -14340.027278  18436.666309    695.971543 11  9  6 269  P   P
+PG04 -23434.988827   3357.570943 -12588.242219     76.005354  7  8 10 277  P   P
+PG05 -16889.649089   6459.918398  19467.649262   -137.775637 13 11 11 219  P   P
+PG06  14313.572835  -9617.369262  20311.629334   -221.497775 10  8  4 324  P   P
+PG07  -9543.212377 -11626.148827  21905.011068      6.987059 13  9  9 271  P   P
+PG08 -18742.553499  -4153.214104  18617.391181      7.622766  8  4 10 316  P   P
+PG09  -9726.371100  19015.682671 -16328.336766     71.057677 11  9 13 223  P   P
+PG10 -24279.954266  -7024.912433   8532.683815    -70.385506  9  9 10 302  P   P
+PG11   7545.366297 -22174.286090 -12511.218877   -139.026324 10  5 11 250  P   P
+PG12    730.615321  16622.216959 -20715.127105    -15.088120 10  9  7 213  P   P
+PG13  -5545.100203 -23619.543600  10602.427956    276.883661 11  6 12 254  P   P
+PG14  13699.440621   8418.672774 -21011.779519    141.130026 10 10  9 233  P   P
+PG15  -4415.404513  25009.027243   7489.573360   -138.781144 11  9 12 151  P   P
+PG16  18505.582392  -3823.794945  18819.033584   -161.846131  9 10  7 242  P   P
+PG17 -14184.482336  -9152.677902 -20425.906951    184.206717 10 11  9 232  P   P
+PG18  20084.558173  16714.051967   6078.052450    129.490854 14 13 12 240  P   P
+PG19   8760.480045 -22620.939959  10402.099950   -125.868931 13  9 10 263  P   P
+PG20  -5165.210019 -18200.338826 -18815.106181     48.818567  8 11  9 240  P   P
+PG21  11771.719150  11443.598458  21344.324660   -134.330311 11 10  7 261  P   P
+PG22  24148.541649  10223.817907  -4385.161374    150.884528 10 12 12 223  P   P
+PG23    783.565281 -26321.101832  -1437.219622    316.361853 11  7 13 231  P   P
+PG24   7502.476929 -18269.015584 -17571.299126    377.939339 17 11 15 283  P   P
+PG25  14566.313348  18025.412831 -13005.975413     -0.969236 13  6 12 193  P   P
+PG26 -11831.732608  16256.885804  16539.984063   -160.274583 12 12  8 257  P   P
+PG27 -15254.723672  18540.538505 -10345.108207    251.238183 11 10 12 329  P   P
+PG28 -23037.932052 -13451.461577   -621.488247     28.616201  8  7  6 268  P   P
+PG29   4722.808579  25111.801133   7404.669688    196.525502  8  6  6 236  P   P
+PG30  22973.107764   1333.645273  12881.163593    333.501578  9 10 10 275  P   P
+PG31  23707.866061  -5827.651357 -10511.273902     60.530383  5 12 12 224  P   P
+PG32   4148.369374 -15213.749292 -21136.948496   -226.264081 11 12  9 286  P   P
+*  2011  4  1  2 30  0.00000000
+PG02 -22711.004408  12538.164476  -4280.232204    328.200399  8 11 14 245  P   P
+PG03  12410.292750 -12130.020559  19614.926825    695.976254 12  9  5 272  P   P
+PG04 -22273.300361   2344.256971 -14744.267995     76.014608  8  8 10 278  P   P
+PG05 -18747.780952   5371.542752  18056.991298   -137.780881 13 11 12 219  P   P
+PG06  14651.936295  -7293.809046  21049.664761   -221.603405 10  8  5 323  P   P
+PG07  -7429.933283 -12970.111185  21951.213521      6.987985 13 10 10 271  P   P
+PG08 -16842.932145  -5232.570135  20057.228248      7.622725  9  5  9 318  P   P
+PG09 -11166.676014  19843.325406 -14212.539692     71.059671 11  9 13 232  P   P
+PG10 -24905.789766  -7641.949234   5882.601810    -70.386600  9  9 10 303  P   P
+PG11   8710.818548 -22853.448589 -10239.724687   -139.029091 11  5 12 250  P   P
+PG12  -1427.466240  15539.704472 -21488.115135    -15.085527 10  9  6 211  P   P
+PG13  -5353.641852 -24693.476680   7955.586939    276.882323 11  6 12 254  P   P
+PG14  13625.021375  10786.313771 -19971.672094    141.132190 10 11 10 236  P   P
+PG15  -4758.025228  24019.968364  10086.338086   -138.778395 12 10 12 151  P   P
+PG16  20240.138977  -2744.547089  17172.296517   -161.848646  9  9  8 243  P   P
+PG17 -14143.799231 -11447.377430 -19292.453068    184.206892 10 11 10 235  P   P
+PG18  19243.696563  16584.080411   8686.927076    129.492708 14 13 12 239  P   P
+PG19   8963.011063 -21273.475448  12824.758665   -125.872401 13  8 10 264  P   P
+PG20  -3113.866775 -17396.863457 -19992.997384     48.818640  9 11  9 239  P   P
+PG21   9765.901008  12723.310293  21579.698339   -134.332654 11 10  6 261  P   P
+PG22  24312.114292  10685.116390  -1623.555776    150.883818 11 12 12 224  P   P
+PG23   1065.214049 -26001.382248  -4296.164952    316.359561 11  8 13 230  P   P
+PG24   9274.804051 -19060.271764 -15775.484499    377.942405 16 11 15 276  P   P
+PG25  13038.631769  17483.822302 -15184.487406     -0.969570 13  5 11 189  P   P
+PG26 -11927.135623  14144.999475  18296.833032   -160.283891 12 12  8 259  P   P
+PG27 -16293.328831  19020.607951  -7692.399403    251.241194 11 10 13 327  P   P
+PG28 -22909.482389 -13607.309846   2242.466493     28.618396  9  8  6 267  P   P
+PG29   4493.256601  25795.365487   4661.862945    196.528007  8  6  6 235  P   P
+PG30  24146.879572   2117.709112  10484.411822    333.504402  9 10 10 281  P   P
+PG31  22646.245459  -4960.079003 -12946.564518     60.534931  6 12 12 225  P   P
+PG32   6276.746111 -13907.356509 -21468.187214   -226.270786 11 12  9 287  P   P
+*  2011  4  1  2 45  0.00000000
+PG02 -22396.723464  11863.244051  -7019.809777    328.202416  7 11 14 245  P   P
+PG03  13106.539406  -9837.454560  20441.181066    695.980951 12  8  5 275  P   P
+PG04 -20980.144148   1140.431889 -16653.668941     76.023874  8  8 10 278  P   P
+PG05 -20496.246080   4450.948989  16336.221822   -137.786125 13 11 12 219  P   P
+PG06  15111.924728  -4929.881333  21429.703736   -221.709053 10  9  6 322  P   P
+PG07  -5404.103972 -14418.381849  21619.585602      6.988911 13 10 11 272  P   P
+PG08 -14884.615338  -6499.311155  21157.628009      7.622713  9  5  9 319  P   P
+PG09 -12364.519730  20598.415127 -11859.761569     71.061660 11  8 13 240  P   P
+PG10 -25287.047189  -8096.166055   3132.910337    -70.387676  8  9 10 304  P   P
+PG11   9683.876947 -23375.633953  -7791.115427   -139.031864 11  6 12 250  P   P
+PG12  -3703.423147  14547.653780 -21891.216462    -15.082932 11  9  7 208  P   P
+PG13  -5213.607150 -25466.530792   5170.720802    276.880980 11  5 12 254  P   P
+PG14  13674.217769  13014.376673 -18584.526320    141.134353 11 11 11 239  P   P
+PG15  -5185.744695  22767.331090  12507.990146   -138.775647 12 10 11 155  P   P
+PG16  21847.622202  -1850.119628  15234.151499   -161.851157  9  9  8 243  P   P
+PG17 -14210.893345 -13591.481295 -17825.488927    184.207065 11 11 10 237  P   P
+PG18  18142.338819  16376.405120  11151.049536    129.494565 14 13 12 239  P   P
+PG19   9240.529912 -19676.140749  15022.881739   -125.875876 13  8  9 266  P   P
+PG20   -921.226046 -16651.603775 -20831.637109     48.818713 10 11 10 238  P   P
+PG21   7814.958969  14106.480985  21457.113809   -134.334994 12 10  6 261  P   P
+PG22  24214.802166  11004.852243   1165.866231    150.883111 11 12 12 225  P   P
+PG23   1394.812095 -25376.161727  -7079.610738    316.357271 11  9 13 229  P   P
+PG24  10822.905864 -19818.223842 -13703.961567    377.945503 16 11 16 267  P   P
+PG25  11270.991909  16933.296944 -17102.135876     -0.969906 13  4 11 186  P   P
+PG26 -12144.635950  11855.422736  19718.919956   -160.293196 12 12  7 262  P   P
+PG27 -17055.762979  19359.414371  -4901.714816    251.244164 11 11 13 323  P   P
+PG28 -22504.207394 -13626.999117   5068.644165     28.620595  9  8  7 267  P   P
+PG29   4275.890483  26176.520754   1839.144108    196.530512  8  7  6 234  P   P
+PG30  25093.386579   2734.441237   7904.092400    333.507211  9  9 10 286  P   P
+PG31  21419.670747  -3877.946394 -15158.846308     60.539479  6 12 12 226  P   P
+PG32   8486.406830 -12700.236132 -21420.634154   -226.277502 11 12  9 288  P   P
+*  2011  4  1  3  0  0.00000000
+PG02 -21884.026369  10974.431421  -9634.946133    328.204438  8 11 14 245  P   P
+PG03  13927.559595  -7510.352872  20901.009977    695.985632 12  8  6 278  P   P
+PG04 -19596.514674   -253.512814 -18284.412597     76.033155  8  8 10 279  P   P
+PG05 -22091.078211   3692.762002  14335.114071   -137.791369 12 11 13 218  P   P
+PG06  15690.473865  -2571.623427  21446.002909   -221.814716 10  9  6 321  P   P
+PG07  -3503.299913 -15937.853517  20915.215128      6.989836 13 10 12 272  P   P
+PG08 -12915.201375  -7941.567761  21898.537359      7.622731 10  6  9 321  P   P
+PG09 -13316.304746  21237.595627  -9308.156872     71.063647 11  8 13 248  P   P
+PG10 -25400.697133  -8415.905566    330.324768    -70.388728  8  8  9 305  P   P
+PG11  10473.937162 -23707.536589  -5207.141567   -139.034641 11  7 12 249  P   P
+PG12  -6054.186934  13671.197170 -21916.950850    -15.080335 11  9  7 207  P   P
+PG13  -5086.519691 -25925.061111   2296.279171    276.879635 11  4 13 254  P   P
+PG14  13825.614832  15059.264696 -16875.043541    141.136518 11 11 11 242  P   P
+PG15  -5725.737255  21280.791451  14712.660704   -138.772901 12 10 11 159  P   P
+PG16  23284.436780  -1132.341495  13037.876856   -161.853666  9  8  9 243  P   P
+PG17 -14363.052327 -15544.989269 -16051.103874    184.207237 11 10 11 240  P   P
+PG18  16786.886235  16127.913954  13429.688788    129.496423 14 13 12 238  P   P
+PG19   9620.317396 -17862.358184  16958.474808   -125.879351 13  8  9 266  P   P
+PG20   1375.555975 -15990.161843 -21316.812970     48.818786 10 11 10 237  P   P
+PG21   5954.015333  15565.364746  20976.785764   -134.337333 12 10  6 261  P   P
+PG22  23842.136234  11214.534628   3935.379709    150.882407 12 12 12 226  P   P
+PG23   1807.022816 -24462.679940  -9738.737776    316.354981 11 10 13 228  P   P
+PG24  12133.205283 -20502.128312 -11392.675022    377.948631 16 11 16 254  P   P
+PG25   9287.462146  16410.907580 -18725.985719     -0.970239 13  4 11 183  P   P
+PG26 -12501.209273   9437.299591  20780.060439   -160.302497 12 12  7 264  P   P
+PG27 -17554.829763  19519.331804  -2023.705323    251.247105 11 12 13 320  P   P
+PG28 -21814.022565 -13548.539599   7809.867302     28.622800 10  9  7 266  P   P
+PG29   4033.390756  26250.785695  -1015.125796    196.533018  8  7  6 233  P   P
+PG30  25781.695365   3207.810766   5186.002578    333.510000  9  9 10 290  P   P
+PG31  20071.438199  -2576.221169 -17109.230559     60.544026  7 12 12 226  P   P
+PG32  10732.757547 -11615.526363 -20993.876438   -226.284232 11 12  9 289  P   P
+*  2011  4  1  3 15  0.00000000
+PG02 -21209.155249   9860.214527 -12079.492353    328.206463  8 12 13 244  P   P
+PG03  14864.008673  -5196.498236  20986.855380    695.990293 12  8  6 281  P   P
+PG04 -18163.827907  -1829.385769 -19608.964955     76.042450  8  9 10 278  P   P
+PG05 -23491.527361   3083.921113  12088.189184   -137.796616 12 10 13 217  P   P
+PG06  16377.007240   -263.934314  21098.917010   -221.920392 10  9  7 319  P   P
+PG07  -1758.874939 -17489.886347  19849.653619      6.990757 13 10 12 272  P   P
+PG08 -10980.515572  -9538.882249  22265.793204      7.622780 10  6  9 321  P   P
+PG09 -14026.818841  21718.734700  -6599.587125     71.065632 11  8 13 254  P   P
+PG10 -25230.964572  -8633.746863  -2477.840431    -70.389758  7  8  9 306  P   P
+PG11  11096.784639 -23819.988004  -2532.312377   -139.037428 11  8 12 247  P   P
+PG12  -8432.787893  12928.102839 -21564.340702    -15.077737 11  9  8 206  P   P
+PG13  -4932.556858 -26064.754212   -617.884509    276.878287 11  4 13 253  P   P
+PG14  14051.150750  16883.196246 -14873.452432    141.138685 11 11 12 245  P   P
+PG15  -6399.424997  19596.288645  16662.344945   -138.770155 12 11 11 163  P   P
+PG16  24510.706606   -575.272413  10620.961057   -161.856171  9  8  9 244  P   P
+PG17 -14571.614434 -17273.923717 -14000.563099    184.207409 11 10 11 242  P   P
+PG18  15191.428883  15874.486169  15485.216430    129.498283 15 13 12 237  P   P
+PG19  10123.581839 -15871.563075  18598.343585   -125.882830 13  7  8 267  P   P
+PG20   3735.048615 -15431.843554 -21440.223065     48.818860 11 11 10 236  P   P
+PG21   4213.326016  17066.588084  20144.741776   -134.339671 12  9  6 261  P   P
+PG22  23187.435415  11348.467457   6637.779358    150.881704 12 12 12 227  P   P
+PG23   2332.624829 -23286.437850 -12227.045003    316.352692 11 10 13 227  P   P
+PG24  13200.642046 -21071.072035  -8881.904727    377.951780 16 11 16 235  P   P
+PG25   7119.496920  15949.703509 -20028.140926     -0.970572 13  3 10 180  P   P
+PG26 -13005.426562   6943.488347  21461.075945   -160.311792 13 12  7 266  P   P
+PG27 -17811.838498  19467.637868    890.123156    251.250020 11 12 13 316  P   P
+PG28 -20839.220558 -13411.563971  10420.866296     28.625011 10  9  8 265  P   P
+PG29   3728.755944  26022.487548  -3851.950466    196.535525  8  7  6 232  P   P
+PG30  26187.997603   3567.366333   2377.935136    333.512765  9  9 10 294  P   P
+PG31  18646.660230  -1058.660761 -18763.152669     60.548573  7 13 11 227  P   P
+PG32  12967.992076 -10668.881695 -20194.418118   -226.290974 11 11  9 290  P   P
+*  2011  4  1  3 30  0.00000000
+PG02 -20411.676683   8517.134146 -14310.536794    328.208493  8 12 13 243  P   P
+PG03  15899.058411  -2941.683893  20698.121653    695.994935 12  8  7 282  P   P
+PG04 -16722.425458  -3571.300305 -20604.727881     76.051758  9  9 10 278  P   P
+PG05 -24661.533835   2604.375192   9634.116993   -137.801863 12 10 13 215  P   P
+PG06  17153.813737   1950.925456  20394.850741   -222.026078 10 10  8 317  P   P
+PG07   -194.905755 -19031.702598  18440.757534      6.991677 13 10 13 273  P   P
+PG08  -9122.969045 -11262.766974  22251.458527      7.622858 11  7  9 322  P   P
+PG09 -14508.974994  22002.595802  -3779.042032     71.067615 11  7 13 259  P   P
+PG10 -24769.931592  -8785.074285  -5244.423453    -70.390765  7  8  9 306  P   P
+PG11  11573.822344 -23689.211876    186.868406   -139.040208 12 10 12 247  P   P
+PG12 -10789.976806  12328.133627 -20838.964700    -15.075137 11  9  9 206  P   P
+PG13  -4712.296486 -25890.708528  -3521.397792    276.876935 11  4 13 253  P   P
+PG14  14317.332567  18455.474070 -12614.933801    141.140851 11 12 13 247  P   P
+PG15  -7221.469392  17754.705701  18323.559875   -138.767411 13 11 10 168  P   P
+PG16  25491.709036   -156.007911   8024.478891   -161.858671  9  8  9 244  P   P
+PG17 -14803.202809 -18751.435140 -11709.720870    184.207580 11 10 12 243  P   P
+PG18  13377.363349  15649.564325  17283.650710    129.500141 15 13 12 236  P   P
+PG19  10764.494421 -13747.764294  19914.655009   -125.886311 12  7  8 268  P   P
+PG20   6112.917507 -14988.949804 -21199.615264     48.818934 11 11 11 235  P   P
+PG21   2617.265564  18572.235424  18972.863130   -134.342008 12  9  7 261  P   P
+PG22  22252.124356  11442.249760   9227.161080    150.881004 13 12 12 228  P   P
+PG23   2997.095206 -21880.212635 -14501.201385    316.350402 11 11 13 226  P   P
+PG24  14028.685149 -21485.653806  -6215.537529    377.954962 15 11 17 211  P   P
+PG25   4804.918013  15577.382711 -20986.220655     -0.970905 14  3  9 176  P   P
+PG26 -13657.001896   4428.534256  21750.189417   -160.321080 13 12  7 268  P   P
+PG27 -17855.446071  19177.866994   3788.424421    251.252920 11 12 12 311  P   P
+PG28 -19588.486074 -13255.694985  12858.927968     28.627225 10  9  8 263  P   P
+PG29   3326.929309  25504.580783  -6622.533501    196.538032  9  8  6 231  P   P
+PG30  26296.462804   3846.823633   -471.210459    333.515504  8  9 10 296  P   P
+PG31  17190.543425    662.080227 -20091.034233     60.553119  7 13 11 228  P   P
+PG32  15142.822815  -9867.917968 -19035.631196   -226.297730 11 11 10 290  P   P
+*  2011  4  1  3 45  0.00000000
+PG02 -19532.827740   6950.102426 -16289.202190    328.210526  9 12 13 242  P   P
+PG03  17009.028480   -788.067684  20041.119558    695.999556 12  9  8 284  P   P
+PG04 -15310.125010  -5456.062410 -21254.413208     76.061080 10 10 10 278  P   P
+PG05 -25571.031364   2228.049080   7015.050751   -137.807112 11  9 13 213  P   P
+PG06  17996.701299   4034.725218  19346.120565   -222.131770 10 10  9 316  P   P
+PG07   1172.579780 -20517.962856  16712.415242      6.992596 13 10 13 273  P   P
+PG08  -7380.034171 -13077.585611  21854.066949      7.622967 11  6  9 322  P   P
+PG09 -14783.246520  22054.448846   -893.981112     71.069598 12  7 12 264  P   P
+PG10 -24017.859168  -8906.560207  -7923.148575    -70.391749  7  8  8 306  P   P
+PG11  11931.065926 -23297.894274   2902.731981   -139.042997 12 11 12 246  P   P
+PG12 -13075.948126  11872.727417 -19752.895925    -15.072538 11  9 10 208  P   P
+PG13  -4388.440839 -25417.160191  -6364.251611    276.875579 12  6 13 252  P   P
+PG14  14586.666858  19753.476425 -10138.965567    141.143019 11 12 13 249  P   P
+PG15  -8199.038083  15800.372786  19667.914784   -138.764668 13 11 10 172  P   P
+PG16  26199.124667    154.256408   5292.419505   -161.861168  8  7 10 245  P   P
+PG17 -15021.142431 -19958.631908  -9218.366141    184.207752 11  9 12 245  P   P
+PG18  11372.757965  15482.828047  18795.150301    129.502001 15 13 11 235  P   P
+PG19  11549.520472 -11537.944430  20885.387022   -125.889793 12  7  8 268  P   P
+PG20   8463.407577 -14666.342265 -20598.834375     48.819010 12 11 11 233  P   P
+PG21   1183.515528  20041.134865  17478.841432   -134.344345 12  9  8 260  P   P
+PG22  21045.754308  11531.242745  11659.671351    150.880306 13 12 12 229  P   P
+PG23   3819.415955 -20282.797256 -16521.826367    316.348115 12 11 12 225  P   P
+PG24  14629.006544 -21709.621843  -3440.264206    377.958157 15 12 17 228  P   P
+PG25   2386.654138  15315.180883 -21583.741803     -0.971236 14  3  9 172  P   P
+PG26 -14446.745729   1946.582274  21643.227869   -160.330359 13 12  7 270  P   P
+PG27 -17720.240986  18630.885380   6620.965316    251.255814 11 13 12 307  P   P
+PG28 -18078.619583 -13118.949923  15084.482123     28.629445 11 10  9 262  P   P
+PG29   2796.357997  24718.145493  -9279.116958    196.540538  9  8  7 229  P   P
+PG30  26099.779353   4082.513810  -3312.304505    333.518215  8  9 10 298  P   P
+PG31  15746.659454   2564.694304 -21068.867951     60.557665  7 13 10 229  P   P
+PG32  17208.296651  -9211.998563 -17537.556198   -226.304499 11 11 10 290  P   P
+*  2011  4  1  4  0  0.00000000
+PG02 -18613.818499   5172.379983 -17981.346673    328.212563  9 12 12 241  P   P
+PG03  18164.310992   1227.301093  19028.858699    696.004156 11  9  9 285  P   P
+PG04 -13960.867853  -7453.831218 -21546.348251     76.070415 10 10 10 277  P   P
+PG05 -26197.030725   1924.042777   4275.907138   -137.812361 11  9 13 211  P   P
+PG06  18875.901077   5954.498423  17970.730475   -222.237466 10 10 10 314  P   P
+PG07   2336.058432 -21902.463706  14694.161876      6.993510 13  9 13 273  P   P
+PG08  -5782.897241 -14941.732469  21078.764668      7.623103 12  6  9 322  P   P
+PG09 -14876.808220  21845.557796   2006.401427     71.071584 12  7 12 269  P   P
+PG10 -22983.220155  -9034.616965 -10469.333763    -70.392710  8  8  8 305  P   P
+PG11  12197.943602 -22636.019743   5567.323175   -139.045791 12 11 12 244  P   P
+PG12 -15242.098504  11555.013884 -18324.523080    -15.069937 11  9 10 211  P   P
+PG13  -3927.449869 -24666.868610  -9097.663894    276.874221 12  7 13 250  P   P
+PG14  14819.246447  20763.335364  -7488.602431    141.145187 12 11 13 250  P   P
+PG15  -9331.374840  13779.452895  20672.585084   -138.761926 13 11  9 175  P   P
+PG16  26612.058539    388.941916   2470.975526   -161.863661  8  7 10 246  P   P
+PG17 -15187.002659 -20885.106782  -6569.514091    184.207923 12  9 12 246  P   P
+PG18   9211.487339  15399.014158  19994.454952    129.503859 15 13 11 234  P   P
+PG19  12477.070305  -9290.365326  21494.661682   -125.893278 12  8  8 269  P   P
+PG20  10740.884971 -14461.300199 -19647.775833     48.819086 12 10 12 232  P   P
+PG21    -77.508047  21430.305193  15686.041657   -134.346684 12  9  8 260  P   P
+PG22  19585.728795  11649.061507  13894.214264    150.879609 13 12 12 230  P   P
+PG23   4811.151948 -18537.518781 -18254.183097    316.345827 12 11 12 223  P   P
+PG24  15020.829458 -21711.399055   -604.718817    377.961368 15 13 17 252  P   P
+PG25    -88.713656  15177.022135 -21810.401759     -0.971566 14  3  8 169  P   P
+PG26 -15356.922316   -450.670928  21143.629176   -160.339628 12 12  7 271  P   P
+PG27 -17445.140588  17815.654953   9339.498604    251.258711 11 13 12 302  P   P
+PG28 -16333.986494 -13036.234973  17061.625608     28.631667 11  9  9 260  P   P
+PG29   2110.423137  23691.583047 -11775.808859    196.543046  9  8  5 228  P   P
+PG30  25599.371135   4311.757981  -6096.834337    333.520894  8  9 10 299  P   P
+PG31  14355.278072   4619.813716 -21678.710188     60.562211  7 12 10 230  P   P
+PG32  19117.618423  -8692.374852 -15726.552915   -226.311282 11 10 11 289  P   P
+*  2011  4  1  4 15  0.00000000
+PG02 -17694.163582   3205.215903 -19358.154761    328.214604  9 12 12 239  P   P
+PG03  19330.543247   3073.721976  17680.700085    696.008732 11 10  9 285  P   P
+PG04 -12703.511892  -9529.032113 -21474.707291     76.079762 11 10 10 275  P   P
+PG05 -26524.443603   1658.016334   1463.603590   -137.817612 10  9 13 209  P   P
+PG06  19757.187870   7683.577073  16292.066198   -222.343161 10 11 10 312  P   P
+PG07   3296.631482 -23139.890867  12420.686695      6.994422 13  9 14 273  P   P
+PG08  -4355.344572 -16809.072325  19937.339460      7.623267 12  7  9 322  P   P
+PG09 -14822.406117  21354.483291   4871.982630     71.073572 12  8 12 273  P   P
+PG10 -21682.445241  -9203.872920 -12840.565930    -70.393650  8  8  8 304  P   P
+PG11  12405.947976 -21701.432301   8133.309526   -139.048590 12 12 12 242  P   P
+PG12 -17242.752269  11360.168997 -16578.255763    -15.067337 11  9 11 215  P   P
+PG13  -3301.020405 -23670.189274 -11674.909370    276.872861 12  8 13 249  P   P
+PG14  14974.429145  21480.280143  -4709.705335    141.147355 12 11 14 252  P   P
+PG15 -10609.688286  11738.273679  21320.682582   -138.759186 13 11  8 178  P   P
+PG16  26717.796831    584.633120   -392.197488   -161.866150  8  7 10 246  P   P
+PG17 -15262.204716 -21529.144853  -3808.657196    184.208094 12  9 13 247  P   P
+PG18   6932.164858  15416.923117  20861.270009    129.505715 15 13 10 233  P   P
+PG19  13537.479524  -7052.847037  21732.959426   -125.896763 12  9  9 269  P   P
+PG20  12901.382232 -14363.674485 -18362.245424     48.819163 12 10 12 231  P   P
+PG21  -1162.958704  22696.516990  13623.262924   -134.349025 12  9  9 260  P   P
+PG22  17896.746326  11826.147546  15893.107195    150.878914 14 12 11 231  P   P
+PG23   5975.836135 -16690.598113 -19668.771610    316.343541 12 11 11 222  P   P
+PG24  15229.978631 -21465.432343   2241.420560    377.964586 14 14 17 267  P   P
+PG25  -2572.545900  15168.964135 -21662.256653     -0.971895 14  2  7 165  P   P
+PG26 -16361.988687  -2715.890615  20262.259127   -160.348886 12 12  8 272  P   P
+PG27 -17071.675382  16729.669314  11898.542361    251.261619 11 13 12 298  P   P
+PG28 -14385.715909 -13037.977493  18758.584636     28.633891 11 10  9 258  P   P
+PG29   1248.683878  22459.538475 -14069.384967    196.545552 10  9  6 226  P   P
+PG30  24805.290203   4571.233200  -8777.708510    333.523541  8 10 10 300  P   P
+PG31  13051.830463   6790.933501 -21909.067239     60.566757  7 13  9 231  P   P
+PG32  20827.902541  -8292.677483 -13634.807213   -226.318078 11 10 11 289  P   P
+*  2011  4  1  4 30  0.00000000
+PG02 -16810.112285   1077.169819 -20396.608348    328.216646  9 12 11 238  P   P
+PG03  20469.973669   4727.803354  16021.884306    696.013286 11 10 10 285  P   P
+PG04 -11560.814479 -11641.493783 -21039.663388     76.089120 11 11 11 274  P   P
+PG05 -26546.616372   1393.706621  -1373.734602   -137.822864  9  8 13 205  P   P
+PG06  20603.175686   9202.391003  14338.512694   -222.448853 10 11 11 310  P   P
+PG07   4063.802114 -24187.558543   9931.240104      6.995333 13  8 14 272  P   P
+PG08  -3112.931284 -18630.591224  18448.128038      7.623455 12  7  9 322  P   P
+PG09 -14656.990452  20568.141716   7652.577966     71.075564 12  8 11 276  P   P
+PG10 -20139.392890  -9445.725894 -14997.338140    -70.394569  9  9  8 303  P   P
+PG11  12587.195268 -20500.091442  10554.899281   -139.051392 12 12 12 241  P   P
+PG12 -19036.785971  11266.095035 -14544.117175    -15.064739 11  9 11 218  P   P
+PG13  -2487.354994 -22463.872858 -14052.101945    276.871497 12  9 13 247  P   P
+PG14  15012.542139  21908.637117  -1850.135803    141.149524 12 11 14 253  P   P
+PG15 -12017.362168   9721.670414  21601.517535   -138.756446 13 10  8 181  P   P
+PG16  26512.272348    779.506399  -3248.742042   -161.868634  8  7 10 247  P   P
+PG17 -15209.632300 -21897.609623   -982.989124    184.208266 12  8 13 248  P   P
+PG18   4576.908007  15548.646073  21380.591472    129.507569 15 13 10 232  P   P
+PG19  14713.315197  -4871.087580  21597.215186   -125.900248 11 10  9 269  P   P
+PG20  14904.090517 -14356.334421 -16763.725455     48.819243 12  9 12 229  P   P
+PG21  -2077.574166  23797.913140  11324.389736   -134.351368 12  9 10 259  P   P
+PG22  16009.982301  12088.474521  17622.677280    150.878222 14 12 11 231  P   P
+PG23   7308.684286 -14789.419267 -20741.812446    316.341256 12 11 11 221  P   P
+PG24  15287.672818 -20953.309882   5048.349606    377.967803 14 14 16 278  P   P
+PG25  -5015.817748  15288.959220 -21141.792014     -0.972224 13  2  7 162  P   P
+PG26 -17429.673277  -4807.798109  19017.052767   -160.358134 12 12  8 273  P   P
+PG27 -16642.233286  15379.059251  14256.058640    251.264548 11 13 11 294  P   P
+PG28 -12270.679527 -13148.938212  20148.116815     28.636119 12 10  9 255  P   P
+PG29    197.885046  21061.589996 -16120.050154    196.548060 10  9  6 225  P   P
+PG30  23735.798160   4895.392481 -11310.006857    333.526155  8 10  9 300  P   P
+PG31  11865.567224   9035.632759 -21755.163228     60.571304  7 12  9 232  P   P
+PG32  22301.775661  -7989.738332 -11299.705041   -226.324886 11  9 12 288  P   P
+*  2011  4  1  4 45  0.00000000
+PG02 -15993.240637  -1176.851531 -21079.832039    328.218693 10 12 11 236  P   P
+PG03  21542.959019   6174.109186  14082.953777    696.017818 11 10 11 284  P   P
+PG04 -10548.643925 -13747.772397 -20247.454922     76.098489 12 11 11 272  P   P
+PG05 -26265.554418   1094.517465  -4187.584701   -137.828118  9  8 13 202  P   P
+PG06  21374.741454  10499.004843  12143.000072   -222.554538 11 11 12 308  P   P
+PG07   4654.917549 -25007.065287   7268.950091      6.996239 13  7 14 272  P   P
+PG08  -2062.472546 -20356.197787  16635.795245      7.623665 12  6 10 321  P   P
+PG09 -14420.158491  19482.568247  10298.855975     71.077563 12  9 11 279  P   P
+PG10 -18384.562865  -9787.024040 -16903.643642    -70.395470  9  9  8 302  P   P
+PG11  12772.953410 -19046.006533  12788.745064   -139.054197 12 13 11 239  P   P
+PG12 -20589.087294  11244.400504 -12257.230208    -15.062141 10  9 12 222  P   P
+PG13  -1472.173159 -21089.639532 -16188.917749    276.870130 12  9 12 245  P   P
+PG14  14896.545934  22061.490809   1041.069947    141.151695 12 10 14 254  P   P
+PG15 -13530.477316   7771.403864  21510.750104   -138.753708 13 10  7 183  P   P
+PG16  26000.222111   1011.698716  -6050.370755   -161.871115  7  8 10 248  P   P
+PG17 -14995.184580 -22005.515834   1859.385786    184.208438 12  8 13 248  P   P
+PG18   2189.976626  15799.040374  21542.967728    129.509421 16 13  9 230  P   P
+PG19  15979.991448  -2787.087429  21090.799595   -125.903732 11 10 10 269  P   P
+PG20  16712.743971 -14415.892272 -14879.048799     48.819323 12  9 13 228  P   P
+PG21  -2833.390409  24695.627961   8827.928681   -134.353714 12  9 10 259  P   P
+PG22  13962.041140  12456.434347  19053.791875    150.877529 14 12 11 232  P   P
+PG23   8796.647304 -12880.778624 -21455.614409    316.338972 12 11 10 219  P   P
+PG24  15229.110784 -20164.600399   7767.053647    377.971027 14 15 16 288  P   P
+PG25  -7370.807904  15526.940867 -20257.884479     -0.972550 13  3  8 160  P   P
+PG26 -18522.336544  -6692.574558  17432.500587   -160.367369 12 12  8 273  P   P
+PG27 -16198.332586  13778.378458  16374.029040    251.267504 11 13 11 292  P   P
+PG28 -10030.286503 -13387.238916  21207.854537     28.638347 12 10  9 253  P   P
+PG29  -1047.313073  19540.755495 -17892.145109    196.550567 10  9  5 223  P   P
+PG30  22416.659735   5314.996708 -13651.668201    333.528736  8 10  9 299  P   P
+PG31  10818.468292  11307.048434 -21219.079981     60.575852  7 12  9 232  P   P
+PG32  23508.759789  -7754.706989  -8763.089637   -226.331706 11  9 12 286  P   P
+*  2011  4  1  5  0  0.00000000
+PG02 -15269.259939  -3516.799556 -21397.311058    328.220739 10 12 11 235  P   P
+PG03  22509.527477   7405.474555  11899.089353    696.022329 11 11 11 282  P   P
+PG04  -9675.451672 -15802.618605 -19110.361385     76.107867 12 11 12 269  P   P
+PG05 -25691.829165    725.122057  -6929.841563   -137.833374  8  8 13 199  P   P
+PG06  22032.525665  11569.374415   9742.483400   -222.660214 11 11 12 306  P   P
+PG07   5094.297120 -25565.799298   4480.060277      6.997146 12  5 14 272  P   P
+PG08  -1201.885091 -21936.605669  14530.981618      7.623896 12  6 10 321  P   P
+PG09 -14152.464753  18103.340555  12763.282621     71.079568 12  9 10 281  P   P
+PG10 -16454.080977 -10248.919707 -18527.521857    -70.396353 10  9  8 300  P   P
+PG11  12992.203200 -17360.847330  14794.809062   -139.057003 13 13 11 237  P   P
+PG12 -21871.789777  11261.641847  -9757.205399    -15.059547 10  9 12 226  P   P
+PG13   -249.428423 -19592.584967 -18049.248631    276.868761 12 10 12 242  P   P
+PG14  14593.594509  21960.023462   3914.532834    141.153865 13 10 14 255  P   P
+PG15 -15118.623362   5924.712976  21050.430935   -138.750971 13  9  7 185  P   P
+PG16  25195.030923   1317.675845  -8749.640014   -161.873593  7  8 10 248  P   P
+PG17 -14589.214060 -21875.308799   4670.245331    184.208610 13  8 13 249  P   P
+PG18   -183.671260  16165.474053  21344.693583    129.511269 16 12  9 229  P   P
+PG19  17306.666363   -837.737034  20223.390537   -125.907216 10 11 11 269  P   P
+PG20  18296.844557 -14513.680220 -12739.983463     48.819405 11  8 13 227  P   P
+PG21  -3449.155826  25355.339902   6176.429007   -134.356062 12  9 11 258  P   P
+PG22  11793.717446  12943.943832  20162.317143    150.876837 14 12 10 233  P   P
+PG23  10418.795097 -11009.183766 -21798.823429    316.336689 12 11  9 219  P   P
+PG24  15091.910617 -19097.380619  10350.201482    377.974238 13 15 16 295  P   P
+PG25  -9592.739481  15865.232470 -19025.654876     -0.972875 13  3  8 160  P   P
+PG26 -19598.544285  -8344.921251  15539.004917   -160.376591 12 12  9 273  P   P
+PG27 -15778.985826  11950.091080  18218.928929    251.270499 11 13 10 292  P   P
+PG28  -7709.134333 -13763.634356  21920.591146     28.640576 12 10  8 250  P   P
+PG29  -2483.913712  17941.873414 -19354.784721    196.553072 11  9  5 221  P   P
+PG30  20880.181238   5855.809697 -15764.110038    333.531283  8 10  9 298  P   P
+PG31   9924.452311  13555.544163 -20309.762185     60.580400  6 12 10 233  P   P
+PG32  24426.375504  -7554.411510  -6070.422212   -226.338536 10  9 12 285  P   P
+*  2011  4  1  5 15  0.00000000
+PG02 -14657.085371  -5898.878481 -21344.983640    328.222788 11 12 10 233  P   P
+PG03  23330.942079   8422.987322   9509.382246    696.026820 11 11 12 281  P   P
+PG04  -8942.028745 -17760.536738 -17646.583562     76.117252 13 11 13 267  P   P
+PG05 -24844.171805    253.016287  -9553.624544   -137.838629  8  8 13 194  P   P
+PG06  22538.456071  12417.313851   7177.362288   -222.765879 11 11 13 305  P   P
+PG07   5412.080653 -25838.231453   1613.104047      6.998058 12  7 15 272  P   P
+PG08   -520.392873 -23325.221407  12169.819497      7.624143 13  6 11 320  P   P
+PG09 -13893.665536  16445.632163  15001.073548     71.081583 12 10 10 283  P   P
+PG10 -14388.489758 -10845.936211 -19841.551664    -70.397220 10  9  8 298  P   P
+PG11  13270.296458 -15473.243489  16537.165949   -139.059812 13 13 10 235  P   P
+PG12 -22865.233336  11280.777670  -7087.441680    -15.056953 10  9 12 229  P   P
+PG13   1178.293885 -18019.479832 -19601.777719    276.867393 12 10 12 239  P   P
+PG14  14076.433447  21632.562110   6721.355226    141.156036 13 10 14 256  P   P
+PG15 -16745.967383   4213.056374  20228.932554   -138.748235 12  8  7 187  P   P
+PG16  24118.265529   1730.659900 -11300.715549   -161.876066  7  9  9 249  P   P
+PG17 -13967.796942 -21535.880133   7402.033230    184.208782 13  8 13 249  P   P
+PG18  -2499.858102  16637.851770  20787.931661    129.513114 16 12  9 228  P   P
+PG19  18657.382014    946.382219  19010.742030   -125.910696 10 11 11 269  P   P
+PG20  19632.680766 -14616.944756 -10382.731620     48.819489 11  8 13 226  P   P
+PG21  -3949.458988  25748.691208   3415.789552   -134.358413 12  9 11 258  P   P
+PG22   9548.611261  13557.804107  20929.499736    150.876147 15 12  9 233  P   P
+PG23  12147.012764  -9215.267741 -21766.552433    316.334407 12 11  8 218  P   P
+PG24  14914.467950 -17758.430752  12752.998157    377.977436 13 15 16 300  P   P
+PG25 -11641.310550  16279.262987 -17466.214752     -0.973200 13  4  8 160  P   P
+PG26 -20614.777546  -9748.742843  13372.134687   -160.385802 11 12  9 273  P   P
+PG27 -15419.208853   9923.791526  19762.105133    251.273535 11 13  9 292  P   P
+PG28  -5353.559073 -14281.049912  22274.510696     28.642806 12 10  8 246  P   P
+PG29  -4100.490298  16309.920856 -20482.415555    196.555579 11  9  4 220  P   P
+PG30  19164.033961   6537.499841 -17612.776658    333.533798  8 10  9 297  P   P
+PG31   9188.920590  15730.507227 -19042.884628     60.584950  5 12 10 233  P   P
+PG32  25040.918536  -7352.901731  -3269.869566   -226.345375 10  9 12 283  P   P
+*  2011  4  1  5 30  0.00000000
+PG02 -14168.196039  -8277.071092 -20925.212910    328.224838 11 12 10 232  P   P
+PG03  23971.201810   9235.647284   6956.061884    696.031290 12 11 12 278  P   P
+PG04  -8341.560568 -19577.380630 -15880.024084     76.126642 13 11 13 263  P   P
+PG05 -23748.769341   -350.036436 -12014.063697   -137.843886  8  8 12 189  P   P
+PG06  22857.239525  13054.174544   4490.846556   -222.871530 12 11 13 304  P   P
+PG07   5642.843525 -25806.942873  -1281.968912      6.998946 12  6 15 271  P   P
+PG08      0.904832 -24479.958726   9593.322089      7.624405 13  6 11 319  P   P
+PG09 -13680.971489  14533.879417  16971.129173     71.083605 12 10  9 285  P   P
+PG10 -12231.385873 -11585.280734 -20823.287157    -70.398077 11 10  9 296  P   P
+PG11  13627.771448 -13417.800825  17984.721146   -139.062621 13 13 10 233  P   P
+PG12 -23558.611538  11262.777100  -4294.353122    -15.054363  9  9 12 233  P   P
+PG13   2799.710805 -16417.027454 -20820.470331    276.866021 12 10 11 236  P   P
+PG14  13324.584802  21113.372351   9413.925282    141.158210 13  9 14 256  P   P
+PG15 -18372.537214   2661.088655  19060.775000   -138.745501 12  8  8 188  P   P
+PG16  22798.914781   2279.174301 -13660.120029   -161.878536  6  9  9 250  P   P
+PG17 -13113.790321 -21021.358625  10008.623428    184.208955 13  8 13 249  P   P
+PG18  -4716.649729  17198.925934  19880.755850    129.514954 16 12 10 226  P   P
+PG19  19992.401215   2541.942475  17474.358588   -125.914175 10 12 12 269  P   P
+PG20  20704.100546 -14690.214879  -7847.348571     48.819575 11  8 13 225  P   P
+PG21  -4363.597150  25854.509415    594.459451   -134.360767 12 10 11 257  P   P
+PG22   7271.647328  14297.336052  21342.267299    150.875456 15 12  8 234  P   P
+PG23  13946.977860  -7534.378300 -21360.394718    316.332125 11 11  7 218  P   P
+PG24  14734.301255 -16163.091993  14933.979280    377.980615 13 16 15 305  P   P
+PG25 -13482.056239  16738.562115 -15606.310162     -0.973521 12  5  8 163  P   P
+PG26 -21527.200824 -10897.439503  10971.807565   -160.394998 11 12  9 272  P   P
+PG27 -15148.720288   7735.193658  20980.063919    251.276622 11 13  8 293  P   P
+PG28  -3010.130545 -14934.399248  22263.361325     28.645032 13 10  8 243  P   P
+PG29  -5877.426841  14688.334618 -21255.281141    196.558084 11  9  4 218  P   P
+PG30  17309.908207   7372.783110 -19167.613991    333.536282  8 10  9 294  P   P
+PG31   8608.656601  17782.200121 -17440.582014     60.589502  4 11 10 233  P   P
+PG32  25347.878833  -7113.105368   -411.344205   -226.352223 10  9 12 280  P   P
+*  2011  4  1  5 45  0.00000000
+PG02 -13806.304967 -10604.733944 -20146.645694    328.226888 11 11 11 231  P   P
+PG03  24398.423095   9859.726823   4283.699146    696.035743 12 11 13 275  P   P
+PG04  -7859.983586 -21211.927080 -13839.965724     76.136036 13 11 14 260  P   P
+PG05 -22438.289583  -1106.724189 -14269.053018   -137.849144  7  8 12 184  P   P
+PG06  22957.767712  13498.246893   1728.274988   -222.977163 12 11 13 303  P   P
+PG07   5824.034712 -25463.344377  -4154.695816      6.999833 12  2 14 271  P   P
+PG08    388.120844 -25364.900863   6846.654481      7.624674 13  5 11 319  P   P
+PG09 -13547.385477  12401.063346  18636.925077     71.085638 12 10  8 286  P   P
+PG10 -10027.950260 -12466.428900 -21455.630866    -70.398921 11 10  9 293  P   P
+PG11  14079.378867 -11233.875712  19111.824543   -139.065432 13 13  9 232  P   P
+PG12 -23950.279203  11168.317143  -1426.536845    -15.051775  9  9 12 235  P   P
+PG13   4595.108327 -14830.144781 -21684.975096    276.864649 12 10 10 232  P   P
+PG14  12325.276130  20441.246602  11946.689919    141.160382 14  9 14 256  P   P
+PG15 -19955.669444   1285.908059  17566.350674   -138.742769 12  6  8 190  P   P
+PG16  21272.361545   2985.760744 -15787.452512   -161.881005  6  9  9 251  P   P
+PG17 -12017.638703 -20369.722320  12446.055209    184.209128 13  9 13 249  P   P
+PG18  -6795.751364  17824.887470  18637.111246    129.516790 16 11 11 225  P   P
+PG19  21269.688390   3933.528547  15641.084074   -125.917652 10 12 13 269  P   P
+PG20  21503.007234 -14696.793240  -5177.088689     48.819661 10  9 14 225  P   P
+PG21  -4724.226105  25659.770564  -2237.454510   -134.363126 12 10 11 257  P   P
+PG22   5007.551446  15154.305320  21393.444153    150.874764 15 11  8 235  P   P
+PG23  15779.377316  -5995.393241 -20588.325587    316.329843 11 10  6 218  P   P
+PG24  14586.451985 -14334.794329  16855.731635    377.983771 13 16 15 309  P   P
+PG25 -15087.490479  17207.996858 -13477.868250     -0.973844 12  6  8 167  P   P
+PG26 -22293.412315 -11793.812685   8381.427690   -160.404184 11 11 10 271  P   P
+PG27 -14990.867450   5424.931216  21854.677206    251.279763 11 13  7 294  P   P
+PG28   -724.139671 -15710.688614  21886.571140     28.647259 13 10  8 238  P   P
+PG29  -7787.484769  13117.401168 -21659.785402    196.560589 12  9  4 215  P   P
+PG30  15362.047526   8366.832976 -20403.470653    333.538735  8 10  8 291  P   P
+PG31   8172.086456  19663.589976 -15531.045829     60.594054  3 11 11 233  P   P
+PG32  25351.988463  -6798.522912   2454.476658   -226.359077 10 10 12 278  P   P
+*  2011  4  1  6  0  0.00000000
+PG02 -13567.344625 -12836.199984 -19023.967620    328.228935 12 12 11 231  P   P
+PG03  24586.051874  10317.867704   1538.402600    696.040181 12 11 13 271  P   P
+PG04  -7476.635795 -22627.366762 -11560.646640     76.145430 14 10 14 257  P   P
+PG05 -20950.671744  -2033.118596 -16279.959028   -137.854403  8  7 12 179  P   P
+PG06  22814.384985  13773.905495  -1063.605176   -223.082779 13 11 13 303  P   P
+PG07   5994.301835 -24808.057867  -6955.014958      7.000727 12  7 14 270  P   P
+PG08    673.357275 -25951.736960   3978.300238      7.624950 13  4 12 318  P   P
+PG09 -13520.202626  10087.626222  19967.328988     71.087680 12 10  7 287  P   P
+PG10  -7823.420799 -13480.998170 -21727.139135    -70.399760 11 10 10 291  P   P
+PG11  14633.361909  -8964.160555  19898.763319   -139.068241 13 13  9 231  P   P
+PG12 -24047.707931  10959.499987   1466.101208    -15.049191  9  9 12 238  P   P
+PG13   6536.928695 -13300.329993 -22180.931643    276.863277 12 10 10 227  P   P
+PG14  11074.081007  19657.941142  14276.886172    141.162554 14  9 13 257  P   P
+PG15 -21451.566467     96.601398  15771.554747   -138.740039 11  5  8 191  P   P
+PG16  19579.121844   3865.917339 -17646.069332   -161.883472  5 10  9 251  P   P
+PG17 -10677.901480 -19621.283538  14673.230285    184.209303 13  9 13 248  P   P
+PG18  -8703.786126  18486.221020  17076.685192    129.518622 16 11 11 222  P   P
+PG19  22446.477918   5113.992107  13542.614566   -125.921122 10 12 13 269  P   P
+PG20  22029.557308 -14600.313735  -2417.687129     48.819750 10  9 14 224  P   P
+PG21  -5065.844713  25160.252837  -5029.155571   -134.365486 12 11 12 256  P   P
+PG22   2799.338459  16113.140424  21081.879144    150.874073 15 11  7 235  P   P
+PG23  17601.314397  -4619.802962 -19464.498733    316.327565 11 10  5 219  P   P
+PG24  14502.003908 -12304.276406  18485.527402    377.986901 12 16 14 312  P   P
+PG25 -16437.983828  17649.201856 -11117.453833     -0.974165 12  7  8 172  P   P
+PG26 -22874.105651 -12449.605800   5647.004928   -160.413357 10 11 10 270  P   P
+PG27 -14961.805571   3037.214288  22373.315226    251.282965 11 13  6 295  P   P
+PG28   1461.874356 -16589.406738  21149.304471     28.649483 13  9  8 234  P   P
+PG29  -9796.675833  11632.779093 -21688.746471    196.563095 12  9  6 213  P   P
+PG30  13365.714893   9516.973499 -21300.425647    333.541164  8 10  8 288  P   P
+PG31   7859.889824  21332.079511 -13347.996590     60.598608  2 10 11 233  P   P
+PG32  25066.902169  -6374.887043   5277.127337   -226.365936 10 10 12 275  P   P
+*  2011  4  1  6 15  0.00000000
+PG02 -13439.761269 -14928.328418 -17577.565014    328.230982 12 11 12 231  P   P
+PG03  24513.865283  10637.957003  -1232.976926    696.044604 13 12 13 266  P   P
+PG04  -7165.181429 -23792.653255  -9080.734048     76.154818 14 10 14 254  P   P
+PG05 -19327.727993  -3137.861281 -18012.273582   -137.859662  8  8 11 173  P   P
+PG06  22407.970599  13910.527666  -3837.389503   -223.188374 13 11 13 303  P   P
+PG07   6191.772064 -23850.944027  -9634.171755      7.001615 12  8 14 270  P   P
+PG08    893.222010 -26220.907017   1039.141667      7.625236 13  2 12 317  P   P
+PG09 -13619.744720   7640.061455  20937.316080     71.089734 12 11  7 288  P   P
+PG10  -5661.559936 -14612.918061 -21632.254022    -70.400595 11 10 10 288  P   P
+PG11  15291.021781  -6653.142011  20332.121721   -139.071049 13 13  9 231  P   P
+PG12 -23867.091647  10601.520181   4333.244781    -15.046610  9 10 12 241  P   P
+PG13   8590.655451 -11864.176137 -22300.182448    276.861906 12 10  9 221  P   P
+PG14   9575.249114  18806.520909  16365.221819    141.164727 14  9 13 256  P   P
+PG15 -22816.903412   -905.899230  13707.328558   -138.737309 11  5  8 193  P   P
+PG16  17763.395428   4927.299900 -19203.715844   -161.885936  5 10  9 252  P   P
+PG17  -9101.482868 -18817.102432  16652.563678    184.209478 13 10 12 248  P   P
+PG18 -10413.407626  19148.799567  15224.684498    129.520449 15 10 12 221  P   P
+PG19  23480.871318   6084.492599  11214.944938   -125.924591 10 12 14 268  P   P
+PG20  22292.049742 -14366.305484    383.412202     48.819841  9 10 14 225  P   P
+PG21  -5423.178071  24360.841676  -7730.176189   -134.367852 11 11 12 256  P   P
+PG22    686.866188  17151.437203  20412.483247    150.873380 15 11  8 236  P   P
+PG23  19367.850143  -3421.090118 -18008.945242    316.325284 11  9  4 220  P   P
+PG24  14506.779880 -10108.531400  19795.862003    377.990001 12 16 13 314  P   P
+PG25 -17522.343824  18022.148167  -8565.644847     -0.974485 12  8  9 176  P   P
+PG26 -23234.580984 -12884.714876   2816.278284   -160.422520 10 11 11 268  P   P
+PG27 -15069.948355    618.388183  22528.913481    251.286228 11 13  5 295  P   P
+PG28   3509.509717 -17543.191367  20062.455151     28.651703 12  9  9 229  P   P
+PG29 -11865.408266  10264.212543 -21341.535225    196.565599 12  9  6 211  P   P
+PG30  11365.643309  10812.662527 -21844.043524    333.543569  9 10  8 283  P   P
+PG31   7645.935178  22751.067190 -10930.043512     60.603163  4  9 11 233  P   P
+PG32  24514.531020  -5811.715739   8007.300875   -226.372797 10 10 12 272  P   P
+*  2011  4  1  6 30  0.00000000
+PG02 -13405.100005 -16841.945726 -15833.104829    328.233027 13 11 12 232  P   P
+PG03  24168.731716  10851.831179  -3983.620518    696.049017 13 12 14 260  P   P
+PG04  -6894.778427 -24683.654264  -6442.700592     76.164215 14  8 15 249  P   P
+PG05 -17613.608397  -4421.636609 -19436.200517   -137.864922  8  8 11 167  P   P
+PG06  21726.793486  13941.223592  -6545.788897   -223.293947 14 11 13 304  P   P
+PG07   6452.359496 -22610.775182 -12145.597748      7.002503 12  9 14 270  P   P
+PG08   1087.147154 -26162.402298  -1918.524288      7.625508 13  6 13 317  P   P
+PG09 -13858.392011   5109.233261  21528.556272     71.091799 12 11  7 288  P   P
+PG10  -3583.170874 -15838.895514 -21171.455854    -70.401430 11 10 11 285  P   P
+PG11  16046.586394  -4345.499139  20405.000387   -139.073855 13 13 10 231  P   P
+PG12 -23432.618794  10064.213777   7125.071730    -15.044034  9 10 12 243  P   P
+PG13  10715.962750 -10552.084280 -22040.887618    276.860533 12 10  8 214  P   P
+PG14   7841.715206  17929.673386  18176.497184    141.166900 14  9 13 256  P   P
+PG15 -24010.424428  -1728.645142  11409.124464   -138.734581 11  6  7 195  P   P
+PG16  15871.479459   6169.219584 -20433.098233   -161.888400  4 10  9 253  P   P
+PG17  -7303.556209 -17997.386780  18350.580828    184.209654 13 10 12 247  P   P
+PG18 -11904.202170  19775.183769  13111.514976    129.522271 15 10 13 218  P   P
+PG19  24333.404726   6854.227743   8697.758935   -125.928055 10 12 14 268  P   P
+PG20  22306.508562 -13963.701767   3177.870178     48.819933  9 11 14 226  P   P
+PG21  -5829.531156  23275.463084 -10291.420738   -134.370220 11 12 11 255  P   P
+PG22  -1294.492391  18240.732791  19396.175186    150.872686 15 10  9 236  P   P
+PG23  21033.620009  -2404.424563 -16247.184013    316.323005 10  8  4 221  P   P
+PG24  14620.265903  -7789.523223  20764.888343    377.993066 12 16 12 316  P   P
+PG25 -18338.075644  18286.789654  -5866.336986     -0.974804 11  9  9 181  P   P
+PG26 -23346.053581 -13126.115065    -62.137708   -160.431672 11 10 11 266  P   P
+PG27 -15315.699624  -1784.558579  22319.980914    251.289557 11 13  4 295  P   P
+PG28   5385.754323 -18538.755493  18642.572492     28.653919 12  9  9 225  P   P
+PG29 -13949.862216   9034.486711 -20624.095154    196.568104 11  9  7 209  P   P
+PG30   9404.522605  12235.762899 -22025.557945    333.545953  9 10  9 278  P   P
+PG31   7498.498850  23891.271815  -8319.946885     60.607720  5  8 11 232  P   P
+PG32  23724.064492  -5083.695220  10597.745563   -226.379661 11 11 12 268  P   P
+*  2011  4  1  6 45  0.00000000
+PG02 -13438.852475 -18543.127637 -13821.043939    328.235071 13 11 13 232  P   P
+PG03  23545.108154  10993.861091  -6667.483758    696.053423 14 12 14 253  P   P
+PG04  -6631.446140 -25284.055125  -3692.110675     76.173609 14  6 15 246  P   P
+PG05 -15853.186810  -5876.952089 -20527.166627   -137.870183  9  8 11 162  P   P
+PG06  20767.105078  13901.423832  -9142.413031   -223.399499 14 11 13 305  P   P
+PG07   6808.168351 -21114.567395 -14445.744517      7.003388 12 10 13 270  P   P
+PG08   1295.582471 -25776.183187  -4842.009438      7.625764 13  4 13 317  P   P
+PG09 -14239.962302   2548.497938  21729.850991     71.093874 12 11  7 288  P   P
+PG10  -1624.715545 -17129.163796 -20351.330470    -70.402266 11 10 12 282  P   P
+PG11  16887.385569  -2084.510470  20117.092695   -139.076658 12 13 10 232  P   P
+PG12 -22775.441519   9323.426475   9793.145927    -15.041460  9 11 11 245  P   P
+PG13  12868.086472  -9387.222162 -21407.542304    276.859164 12 10  8 206  P   P
+PG14   5894.787645  17068.053437  19680.161003    141.169073 14  9 12 256  P   P
+PG15 -24994.468658  -2386.194005   8916.301374   -138.731852 10  6  7 197  P   P
+PG16  13950.102835   7582.459858 -21312.384758   -161.890863  3 10  9 254  P   P
+PG17  -5307.184996 -17199.935862  19738.453959    184.209832 13 11 12 247  P   P
+PG18 -13163.341944  20326.082172  10772.360963    129.524088 15 10 13 216  P   P
+PG19  24968.530150   7439.867284   6033.772363   -125.931514 11 12 15 267  P   P
+PG20  22095.972268 -13366.233529   5917.293766     48.820026  9 11 13 227  P   P
+PG21  -6315.188929  21926.639736 -12666.200717   -134.372592 11 12 11 255  P   P
+PG22  -3115.010145  19347.522658  18049.734034    150.871991 15 10 10 237  P   P
+PG23  22554.465077  -1566.679748 -14209.753009    316.320727 10  7  4 222  P   P
+PG24  14854.802163  -5392.725488  21376.743025    377.996097 11 16 11 317  P   P
+PG25 -18891.313195  18404.722839  -3065.989310     -0.975123 11  9  9 186  P   P
+PG26 -23186.719424 -13206.556357  -2939.569008   -160.440814 11 10 11 263  P   P
+PG27 -15691.468131  -4125.491036  21750.554938    251.292953 11 12  3 294  P   P
+PG28   7064.061301 -19538.048109  16911.714845     28.656132 12  9 10 220  P   P
+PG29 -16003.541040   7958.666665 -19548.842612    196.570608 11  9  7 207  P   P
+PG30   7521.572289  13761.090857 -21841.984407    333.548320 10 10  9 271  P   P
+PG31   7381.714960  24731.767362  -5563.801175     60.612277  6  7 12 232  P   P
+PG32  22730.728697  -4171.838378  13004.092472   -226.386523 11 11 12 265  P   P
+*  2011  4  1  7  0  0.00000000
+PG02 -13511.530617 -20004.279103 -11576.078980    328.237109 13 11 14 233  P   P
+PG03  22645.263639  11099.472316  -9239.999707    696.057822 14 12 14 245  P   P
+PG04  -6339.580959 -25585.973236   -876.827347     76.182997 14  6 15 243  P   P
+PG05 -14090.428408  -7488.236321 -21266.248420   -137.875445  9  8 11 158  P   P
+PG06  19533.444516  13827.375920 -11582.553223   -223.505027 15 11 13 307  P   P
+PG07   7286.056888 -19396.599626 -16494.855847      7.004269 12 10 13 269  P   P
+PG08   1558.143498 -25072.194423  -7679.270072      7.626020 13  6 13 317  P   P
+PG09 -14759.470478     11.710347  21537.402093     71.095960 12 11  8 288  P   P
+PG10    182.914481 -18448.493152 -19184.545359    -70.403107 11 10 12 279  P   P
+PG11  17794.321905     89.462651  19474.620377   -139.079457 12 13 11 233  P   P
+PG12 -21932.384568   8362.145622  12291.278767    -15.038890  9 11 11 247  P   P
+PG13  14999.367013  -8384.765268 -20410.897426    276.857793 12 10  7 196  P   P
+PG14   3763.528313  16258.719176  20850.794132    141.171247 14  9 11 256  P   P
+PG15 -25736.369215  -2899.847025   6271.460870   -138.729127 10  7  7 200  P   P
+PG16  12044.742682   9149.424450 -21825.625921   -161.893326  2 10  9 254  P   P
+PG17  -3142.653356 -16458.684754  20792.471102    184.210009 12 11 11 246  P   P
+PG18 -14185.958276  20761.920206   8246.664654    129.525900 15 10 14 213  P   P
+PG19  25355.957753   7864.713623   3268.038827   -125.934968 11 12 15 267  P   P
+PG20  21689.515655 -12553.650597   8554.089952     48.820121  9 12 13 229  P   P
+PG21  -6905.938717  20344.683771 -14811.229799   -134.374968 11 13 11 254  P   P
+PG22  -4751.556764  20434.485183  16395.558669    150.871293 14  9 10 237  P   P
+PG23  23889.017898   -896.765085 -11931.671034    316.318448 10  6  4 224  P   P
+PG24  15215.069296  -2965.541498  21621.762544    377.999088 11 16 11 318  P   P
+PG25 -19196.423477  18340.795378   -212.823719     -0.975441 11  9  9 191  P   P
+PG26 -22742.548988 -13163.086476  -5768.049887   -160.449950 11  9 12 260  P   P
+PG27 -16181.960432  -6360.584559  20830.107493    251.296414 11 12  4 293  P   P
+PG28   8525.207618 -20499.616309  14897.225135     28.658340 12  9 11 216  P   P
+PG29 -17978.937762   7043.649593 -18134.448916    196.573111 11 10  8 205  P   P
+PG30   5751.247190  15357.222746 -21296.162461    333.550676 10 10  9 264  P   P
+PG31   7257.193532  25260.687033  -2710.158766     60.616835  7  6 12 231  P   P
+PG32  21574.337943  -3064.376098  15185.599473   -226.393384 12 12 11 261  P   P
+*  2011  4  1  7 15  0.00000000
+PG02 -13589.923182 -21204.977618  -9136.547377    328.239137 14 10 14 234  P   P
+PG03  21479.227479  11203.654931 -11658.736419    696.062219 15 12 14 239  P   P
+PG04  -5983.559412 -25590.252790   1953.846396     76.192379 14  6 15 240  P   P
+PG05 -12366.800421  -9232.252558 -21640.507152   -137.880706  9  8 11 158  P   P
+PG06  18038.640589  13754.606232 -13823.952448   -223.610531 15 11 13 309  P   P
+PG07   7906.419857 -17497.160617 -18257.663274      7.005145 12 10 12 269  P   P
+PG08   1911.796495 -24069.976623 -10379.927297      7.626263 13  6 13 317  P   P
+PG09 -15403.282595  -2448.793556  20954.902100     71.098056 12 12  9 288  P   P
+PG10   1815.426796 -19757.431503 -17689.729387    -70.403955 11 10 12 276  P   P
+PG11  18742.613220   2140.354131  18490.135038   -139.082253 12 13 11 234  P   P
+PG12 -20944.446977   7171.350899  14576.343413    -15.036324  9 11 10 249  P   P
+PG13  17060.907753  -7551.447236 -19067.785112    276.856426 11  9  7 186  P   P
+PG14   1483.846350  15533.715545  21668.515582    141.173420 15  9 10 255  P   P
+PG15 -26209.673392  -3296.630687   3519.734389   -138.726399 10  8  7 202  P   P
+PG16  10197.986483  10844.615728 -21963.083601   -161.895789  3 10  9 255  P   P
+PG17   -846.528738 -15802.401926  21494.431613    184.210189 12 12 11 245  P   P
+PG18 -14975.213636  21044.459152   5577.507782    129.527709 14 10 14 211  P   P
+PG19  25471.811789   8157.622014    447.227241   -125.938418 12 12 15 266  P   P
+PG20  21121.040705 -11512.719743  11042.316126     48.820217  9 12 13 231  P   P
+PG21  -7621.786022  18566.559316 -16687.546478   -134.377347 10 13 11 254  P   P
+PG22  -6188.303473  21461.870319  14461.334985    150.870594 14  9 11 237  P   P
+PG23  25000.185813   -376.257678  -9451.839852    316.316170 10  4  5 225  P   P
+PG24  15697.886035   -555.666742  21496.589849    378.002040 11 16 11 319  P   P
+PG25 -19275.299768  18064.600071   2644.007777     -0.975760 11 10  8 195  P   P
+PG26 -22007.791706 -13035.460762  -8501.035621   -160.459080 11  9 12 257  P   P
+PG27 -16764.740135  -8449.698822  19573.404614    251.299942 11 12  5 290  P   P
+PG28   9757.900875 -21380.127554  12631.422770     28.660543 11  8 11 214  P   P
+PG29 -19829.251180   6288.047719 -16405.508274    196.575616 10 10  8 202  P   P
+PG30   4122.118513  16987.533357 -20396.727276    333.553023 10 10 10 256  P   P
+PG31   7085.737373  25475.570310    190.884483     60.621395  8  5 12 230  P   P
+PG32  20297.703010  -1757.351654  17105.801115   -226.400241 12 12 11 257  P   P
+*  2011  4  1  7 30  0.00000000
+PG02 -13638.486654 -22132.554244  -6543.789551    328.241175 14 10 15 235  P   P
+PG03  20064.469678  11339.514929 -13884.004929    696.066616 15 12 13 237  P   P
+PG04  -5529.362701 -25306.422166   4750.074920     76.201739 14  9 15 240  P   P
+PG05 -10719.786311 -11078.814049 -21643.225889   -137.885968  9  9 11 159  P   P
+PG06  16303.505743  13716.405774 -15827.549325   -223.716012 15 11 12 311  P   P
+PG07   8682.237743 -15461.074925 -19703.992372      7.006019 12 10 12 269  P   P
+PG08   2389.160566 -22797.892142 -12896.244923      7.626488 13  7 13 318  P   P
+PG09 -16149.658384  -4784.145468  19993.442180     71.100162 12 12 11 287  P   P
+PG10   3255.914960 -21013.734016 -15891.251745    -70.404814 11 10 13 275  P   P
+PG11  19702.770917   4037.578179  17182.195947   -139.085045 11 13 12 235  P   P
+PG12 -19855.157698   5750.550409  16609.026404    -15.033762 10 12 10 250  P   P
+PG13  19004.289154  -6885.435486 -17400.851124    276.855059 11  9  8 174  P   P
+PG14   -902.662017  14918.856863  22119.306062    141.175593 14  9  8 254  P   P
+PG15 -26395.139100  -3608.062576    708.032351   -138.723672 10  8  8 204  P   P
+PG16   8448.002874  12635.430364 -21721.459982   -161.898254  4 10  9 256  P   P
+PG17   1539.511179 -15253.588030  21831.962368    184.210368 12 12 10 244  P   P
+PG18 -15542.062213  21138.401403   2810.901355    129.529516 14 11 14 208  P   P
+PG19  25299.559578   8351.720859  -2381.119886   -125.941864 12 12 15 266  P   P
+PG20  20427.883152 -10237.956967  13338.510080     48.820312 10 12 12 233  P   P
+PG21  -8475.925789  16634.465425 -18261.334341   -134.379728 10 13 10 254  P   P
+PG22  -7417.153610  22389.002164  12279.613007    150.869893 14  7 11 238  P   P
+PG23  25856.479149     19.693329  -6812.396349    316.313892  9  2  5 227  P   P
+PG24  16292.322095   1790.543808  21004.173570    378.004951 10 16 12 318  P   P
+PG25 -19156.371362  17551.795628   5455.273368     -0.976077 11 10  8 200  P   P
+PG26 -20985.184356 -12864.498537 -11094.056379   -160.468206 12  8 12 253  P   P
+PG27 -17411.035589 -10357.628678  18000.320392    251.303532 10 11  5 288  P   P
+PG28  10759.105801 -22136.003470  10151.206905     28.662740 11  8 12 214  P   P
+PG29 -21510.084021   5682.405854 -14392.097879    196.578120 10 10  8 200  P   P
+PG30   2655.967774  18611.432365 -19158.009849    333.555367 10  9 10 251  P   P
+PG31   6829.085057  25383.342678   3088.620438     60.625955  9  5 11 229  P   P
+PG32  18944.962569   -254.901723  18733.057584   -226.407094 12 12 11 252  P   P
+*  2011  4  1  7 45  0.00000000
+PG02 -13620.819003 -22782.396106  -3841.481484    328.243214 14 10 15 237  P   P
+PG03  18425.329321  11536.916264 -15879.415083    696.071017 15 13 13 240  P   P
+PG04  -4946.153831 -24752.310658   7462.426225     76.211095 14 10 15 241  P   P
+PG05  -9181.559982 -12991.775855 -21274.043611   -137.891231 10  9 11 162  P   P
+PG06  14356.228992  13742.398994 -17558.182353   -223.821471 16 12 12 313  P   P
+PG07   9618.429592 -13336.067924 -20809.269581      7.006893 12 10 11 269  P   P
+PG08   3017.001132 -21292.001349 -15184.039772      7.626694 12  7 13 318  P   P
+PG09 -16969.656094  -6950.735631  18671.241783     71.102277 12 12 12 286  P   P
+PG10   4495.369127 -22173.931802 -13818.897084    -70.405686 10  9 13 273  P   P
+PG11  20641.769287   5756.977068  15574.937526   -139.087831 11 12 12 236  P   P
+PG12 -18708.851555   4107.981932  18354.503100    -15.031204 10 12  8 252  P   P
+PG13  20783.276361  -6376.536560 -15438.197323    276.853694 11  9  8 172  P   P
+PG14  -3350.086575  14432.752697  22195.244831    141.177767 14  9  6 254  P   P
+PG15 -26281.470781  -3868.748477  -2115.733529   -138.720946 10  9  8 207  P   P
+PG16   6827.181322  14483.246564 -21104.018262   -161.900718  4 10  9 256  P   P
+PG17   3970.046912 -14827.617104  21798.749194    184.210549 11 12 10 243  P   P
+PG18 -15904.701397  21012.915997     -5.007299    129.531316 13 11 15 206  P   P
+PG19  24830.680822   8482.979132  -5169.338548   -125.945305 13 12 15 265  P   P
+PG20  19649.289442  -8732.061668  15402.482585     48.820409 10 12 12 235  P   P
+PG21  -9474.018237  14594.204976 -19504.614105   -134.382112 10 13 10 253  P   P
+PG22  -8437.880799  23175.840129   9887.297478    150.869188 13  6 12 238  P   P
+PG23  26433.137838    321.225599  -4058.024291    316.311614  9  3  5 228  P   P
+PG24  16980.118162   4029.642872  20153.663877    378.007822 10 16 13 318  P   P
+PG25 -18873.368678  16785.202029   8172.514286     -0.976396 11 10  8 203  P   P
+PG26 -19685.866276 -12690.443244 -13505.311189   -160.477329 12  7 12 250  P   P
+PG27 -18086.772229 -12055.194686  16135.604647    251.307181 10 11  6 285  P   P
+PG28  11534.070023 -22725.109879   7497.567215     28.664933 10  8 12 215  P   P
+PG29 -22981.056235   5209.743889 -12129.238774    196.580623  9 10  8 198  P   P
+PG30   1367.124978  20185.758995 -17599.864686    333.557712 10  9 10 251  P   P
+PG31   6451.607442  24999.933507   5932.655665     60.630517  9  5 11 229  P   P
+PG32  17559.904168   1430.779353  20040.999433   -226.413939 13 13 10 248  P   P
+*  2011  4  1  8  0  0.00000000
+PG02 -13501.163052 -23157.963611  -1074.946129    328.245248 14 10 15 240  P   P
+PG03  16592.213842  11821.258020 -17612.377536    696.075424 15 13 12 247  P   P
+PG04  -4207.738989 -23953.336240  10042.815386     76.220438 14 11 15 242  P   P
+PG05  -7777.870975 -14930.267125 -20538.982867   -137.896496  9  9 11 165  P   P
+PG06  12231.486338  13857.252793 -18985.240292   -223.926907 16 12 11 315  P   P
+PG07  10711.533481 -11171.035329 -21554.921921      7.007764 11  9 11 269  P   P
+PG08   3814.979150 -19594.641173 -17203.502255      7.626878 12  7 13 319  P   P
+PG09 -17828.355260  -8911.765578  17013.211091     71.104400 12 12 12 284  P   P
+PG10   5532.885501 -23194.982733 -11507.435754    -70.406574 10  8 13 273  P   P
+PG11  21524.353976   7281.499008  13697.542041   -139.090611 10 12 12 237  P   P
+PG12 -17548.934365   2260.472838  19783.025513    -15.028648 10 12  7 253  P   P
+PG13  22355.458098  -6006.723952 -13212.938103    276.852333 10  8  8 180  P   P
+PG14  -5809.740613  14086.113057  21894.656167    141.179939 14  9  3 253  P   P
+PG15 -25865.767572  -4114.864024  -4903.443256   -138.718219 10  9  8 209  P   P
+PG16   5360.995662  16344.765017 -20120.588690   -161.903186  5 10 10 257  P   P
+PG17   6397.433229 -14532.153390  21394.678540    184.210731 11 12 10 242  P   P
+PG18 -16087.729774  20643.018858  -2820.797154    129.533114 13 12 15 205  P   P
+PG19  24065.053444   8588.672947  -7870.396919   -125.948743 13 12 15 264  P   P
+PG20  18824.824826  -7006.032236  17198.055747     48.820507 10 13 12 238  P   P
+PG21 -10613.802393  12493.415955 -20395.787119   -134.384498 10 13  9 253  P   P
+PG22  -9257.966982  23784.540083   7325.057163    150.868482 13  5 12 238  P   P
+PG23  26713.017480    562.429047  -1235.235032    316.309335  9  5  5 230  P   P
+PG24  17736.393593   6122.535455  18960.210253    378.010652 10 16 14 317  P   P
+PG25 -18463.892166  15755.627032  10748.884994     -0.976713 11 10  8 207  P   P
+PG26 -18129.012960 -12551.380126 -15696.202785   -160.486453 12  6 12 246  P   P
+PG27 -18753.800188 -13520.139591  14008.602221    251.310887 10 11  7 284  P   P
+PG28  12096.038264 -23108.442249   4715.000330     28.667119 10  8 12 218  P   P
+PG29 -24207.269981   4846.401473  -9656.268161    196.583127  9 11  8 196  P   P
+PG30    262.075430  21666.289616 -15747.423456    333.560060 11  8 10 255  P   P
+PG31   5921.888637  24349.552838   8673.814419     60.635078 10  6 11 228  P   P
+PG32  16184.338572   3279.783156  21008.867802   -226.420776 13 13  9 245  P   P
+*  2011  4  1  8 15  0.00000000
+PG02 -13245.886344 -23270.524964   1709.548647    328.247281 14 10 15 242  P   P
+PG03  14600.598414  12212.426044 -19054.550911    696.079843 15 13 12 255  P   P
+PG04  -3293.848724 -22941.491270  12445.432135     76.229769 15 12 14 244  P   P
+PG05  -6527.183830 -16850.118363 -19450.369034   -137.901760 10  9 11 169  P   P
+PG06   9969.298738  14079.578812 -20083.244631   -224.032321 16 12 10 318  P   P
+PG07  11949.725146  -9014.285626 -21928.664564      7.008635 11  9 10 270  P   P
+PG08   4794.707487 -17752.770578 -18919.909028      7.627036 11  7 12 320  P   P
+PG09 -18686.337647 -10638.495788  15050.363801     71.106530 12 12 13 283  P   P
+PG10   6375.560486 -24035.941844  -8996.090441    -70.407479  9  8 13 273  P   P
+PG11  22314.433764   8601.586114  11583.634331   -139.093385  9 12 12 238  P   P
+PG12 -16416.205614    232.965840  20870.413395    -15.026096 10 12  5 254  P   P
+PG13  23683.756651  -5750.969709 -10762.675701    276.850975  9  8  8 191  P   P
+PG14  -8231.808364  13881.359347  21222.162427    141.182112 13  9  4 252  P   P
+PG15 -25153.666970  -4382.578310  -7607.565225   -138.715491 11 10  9 212  P   P
+PG16   4067.138698  18173.554748 -18787.455450   -161.905655  5  9 10 257  P   P
+PG17   8773.409297 -14366.867568  20625.884924    184.210913 11 12 10 241  P   P
+PG18 -16121.040680  20010.745855  -5586.689129    129.534911 13 13 15 205  P   P
+PG19  23011.041689   8705.806700 -10438.641867   -125.952175 14 12 15 263  P   P
+PG20  17992.776754  -5078.955557  18693.731189     48.820606 11 13 11 240  P   P
+PG21 -11885.062841  10379.747722 -20920.016754   -134.386886  9 14  9 254  P   P
+PG22  -9892.143796  24180.955636   4636.659874    150.867775 12  5 12 238  P   P
+PG23  26687.204435    779.867505   1608.373711    316.307058  8  7  5 231  P   P
+PG24  18530.612250   8035.749435  17444.667464    378.013443 10 16 14 316  P   P
+PG25 -17967.841163  14462.390846  13139.965723     -0.977031 11 11  8 209  P   P
+PG26 -16341.207045 -12481.760711 -17631.815456   -160.495580 13  4 12 241  P   P
+PG27 -19371.282414 -14737.801219  11652.920741    251.314642 10 10  7 285  P   P
+PG28  12465.655164 -23251.741975   1850.832784     28.669301  9  8 12 221  P   P
+PG29 -25160.568980   4563.149901  -7016.135612    196.585630  8 11  8 193  P   P
+PG30   -660.648320  23009.308495 -13630.773062    333.562420 11  8 11 262  P   P
+PG31   5214.128692  23463.661451  11264.999717     60.639643 10  7 11 227  P   P
+PG32  14856.586308   5265.118656  21621.752261   -226.427602 13 13  9 242  P   P
+*  2011  4  1  8 30  0.00000000
+PG02 -12824.885785 -23138.619540   4465.498411    328.249298 15  9 16 244  P   P
+PG03  12489.859979  12723.952291 -20182.233292    696.084273 16 13 11 262  P   P
+PG04  -2191.181623 -21754.066995  14627.629187     76.239087 15 12 14 245  P   P
+PG05  -5440.105397 -18705.430317 -18026.640993   -137.907024  9  9 11 172  P   P
+PG06   7613.678303  14421.075518 -20832.350479   -224.137716 16 11  9 320  P   P
+PG07  13313.171729  -6911.823807 -21924.673724      7.009506 11  9 10 270  P   P
+PG08   5959.150746 -15816.156720 -20304.214024      7.627169 11  7 12 321  P   P
+PG09 -19501.355056 -12111.138137  12819.102924     71.108666 12 12 14 281  P   P
+PG10   7038.067473 -24659.585524  -6327.903333    -70.408402  9  7 13 273  P   P
+PG11  22976.498438   9715.265084   9270.615848   -139.096156  9 12 13 239  P   P
+PG12 -15347.303806  -1942.269146  21598.441727    -15.023547 10 13  4 256  P   P
+PG13  24737.752810  -5578.349988  -8128.900308    276.849618  9  8  8 200  P   P
+PG14 -10567.043629  13812.556930  20188.641263    141.184284 13  9  6 251  P   P
+PG15 -24159.178281  -4706.479006 -10181.944879   -138.712762 11 10 10 214  P   P
+PG16   2954.965208  19921.745588 -17127.122226   -161.908127  6  9 10 258  P   P
+PG17  11050.745141 -14323.465945  19504.700475    184.211098 11 12 10 240  P   P
+PG18 -16038.493252  19106.063673  -8253.494744    129.536706 12 13 14 205  P   P
+PG19  21685.282268   8869.545895 -12830.529414   -125.955604 14 13 15 263  P   P
+PG20  17188.618452  -2977.476475  19863.273380     48.820703 11 12 11 242  P   P
+PG21 -13269.946906   8299.066022 -21069.441199   -134.389273  9 14  9 254  P   P
+PG22 -10361.652235  24336.020708   1868.242149    150.867065 12  6 12 237  P   P
+PG23  26355.338929   1011.010673   4424.872060    316.304781  8  8  4 231  P   P
+PG24  19327.768063   9742.487884  15633.216797    378.016195 11 16 15 314  P   P
+PG25 -17425.764321  12913.527717  15304.532894     -0.977351 11 11  7 212  P   P
+PG26 -14355.572039 -12511.078071 -19281.338689   -160.504710 13  4 12 237  P   P
+PG27 -19897.203399 -15701.537170   9106.042827    251.318439 10  9  8 289  P   P
+PG28  12670.069170 -23126.977365  -1045.545257     28.671475  9  9 13 225  P   P
+PG29 -25820.543337   4326.525633  -4254.637098    196.588135  7 11  7 190  P   P
+PG30  -1410.281560  24173.188582 -11284.556759    333.564794 11  7 11 269  P   P
+PG31   4309.314184  22379.680301  13661.996897     60.644207 10  8 10 227  P   P
+PG32  13610.128616   7353.602046  21870.730291   -226.434420 13 13  9 239  P   P
+*  2011  4  1  8 45  0.00000000
+PG02 -12212.868414 -22787.270295   7146.870119    328.251315 15  9 16 245  P   P
+PG03  10301.984794  13362.408655 -20976.697176    696.088717 16 13 10 268  P   P
+PG04   -894.163417 -20432.170152  16550.748576     76.248394 15 13 13 247  P   P
+PG05  -4519.123061 -20450.225148 -16292.054802   -137.912288  9  9 11 175  P   P
+PG06   5211.112889  14885.947979 -21218.753104   -224.243094 16 11  7 323  P   P
+PG07  14774.704369  -4905.742166 -21543.644683      7.010375 10  8  9 270  P   P
+PG08   7302.388483 -13835.480564 -21333.508848      7.627274 10  7 12 321  P   P
+PG09 -20230.105675 -13319.361950  10360.405942     71.110807 12 12 14 278  P   P
+PG10   7541.927189 -25033.922986  -3549.011199    -70.409347  9  8 13 274  P   P
+PG11  23477.006694  10627.945422   6798.954994   -139.098921  8 12 12 240  P   P
+PG12 -14373.333861  -4226.704666  21955.120098    -15.021001 10 13  5 257  P   P
+PG13  25494.775627  -5453.384574  -5356.322132    276.848266  8  8  8 208  P   P
+PG14 -12768.458294  13865.674000  18811.085369    141.186456 13  9  7 250  P   P
+PG15 -22904.211430  -5118.058605 -12582.573561   -138.710032 12 11 10 217  P   P
+PG16   2025.268816  21541.801615 -15167.957056   -161.910602  6  8 10 258  P   P
+PG17  13184.864250 -14386.034902  18049.503797    184.211283 11 12 11 239  P   P
+PG18 -15876.414408  17927.473627 -10773.574989    129.538501 12 14 14 207  P   P
+PG19  20112.174556   9111.718709 -15005.330138   -125.959028 15 13 15 262  P   P
+PG20  16443.595452   -734.966606  20686.195219     48.820802 11 12 10 244  P   P
+PG21 -14743.612129   6293.766746 -20843.218367   -134.391662  8 14 10 254  P   P
+PG22 -10693.246752  24226.957872   -932.475530    150.866353 11  8 12 237  P   P
+PG23  25725.635072   1292.633291   7166.756250    316.302503  8  9  5 232  P   P
+PG24  20089.744650  11223.427354  13556.910127    378.018912 11 16 16 311  P   P
+PG25 -16877.196292  11125.655868  17205.273688     -0.977671 10 11  6 215  P   P
+PG26 -12210.699563 -12662.731262 -20618.439462   -160.513846 13  5 12 232  P   P
+PG27 -20289.953810 -16412.882287   6408.878536    251.322273 10  9  8 294  P   P
+PG28  12741.762906 -22713.624291  -3923.527125     28.673645  9  9 13 228  P   P
+PG29 -26175.241350   4100.331161  -1419.601887    196.590638  7 11  7 188  P   P
+PG30  -2003.351021  25119.927112  -8747.497680    333.567185 11  7 12 276  P   P
+PG31   3196.113697  21139.494634  15824.206537     60.648772 11  8 10 227  P   P
+PG32  12472.467033   9506.967609  21752.913591   -226.441227 13 14 10 238  P   P
+*  2011  4  1  9  0  0.00000000
+PG02 -11390.463714 -22246.973132   9708.803194    328.253327 15 10 16 246  P   P
+PG03   8080.191685  14127.055018 -21424.466566    696.093179 15 13  9 273  P   P
+PG04    594.612841 -19019.094803  18180.864930     76.257684 15 13 13 249  P   P
+PG05  -3758.664905 -22040.116761 -14276.283926   -137.917552  9  9 11 179  P   P
+PG06   2808.946850  15470.632645 -21234.988668   -224.348455 16 11  5 325  P   P
+PG07  16300.781249  -3032.778577 -20792.736934      7.011248 10  8  9 271  P   P
+PG08   8809.745192 -11860.441720 -21991.348279      7.627350 10  7 12 322  P   P
+PG09 -20830.038222 -14262.402267   7718.937515     71.112953 12 12 15 276  P   P
+PG10   7914.495754 -25133.530744   -707.839177    -70.410312  9  8 12 276  P   P
+PG11  23785.691320  11351.941203   4211.449916   -139.101680  8 12 12 240  P   P
+PG12 -13518.727956  -6576.864146  21934.861663    -15.018457 10 13  7 258  P   P
+PG13  25940.714803  -5337.561283  -2492.143750    276.846917  7  9  9 214  P   P
+PG14 -14792.939051  14019.159751  17112.364080    141.188628 12  8  8 249  P   P
+PG15 -21417.817837  -5644.319346 -14768.326015   -138.707301 12 11 10 219  P   P
+PG16   1270.404852  22988.305172 -12943.719999   -161.913080  6  8 10 258  P   P
+PG17  15135.381768 -14531.691361  16284.466668    184.211469 11 12 12 239  P   P
+PG18 -15671.994539  16482.276398 -13101.784735    129.540296 11 15 14 209  P   P
+PG19  18323.091040   9459.441527 -16925.800247   -125.962450 15 13 14 261  P   P
+PG20  15783.492887   1609.575383  21148.135186     48.820898 11 12 10 246  P   P
+PG21 -16275.168349   4401.270356 -20247.410130   -134.394050  8 14 10 255  P   P
+PG22 -10917.980670  23838.262643  -3717.015198    150.865639 11  9 11 237  P   P
+PG23  24814.596982   1659.239468   9787.702148    316.300225  7  9  5 233  P   P
+PG24  20776.797768  12467.235804  11251.144817    378.021596 12 15 16 308  P   P
+PG25 -16359.045823   9123.520096  18809.432177     -0.977992 10 11  6 217  P   P
+PG26  -9949.405266 -12953.111283 -21621.585755   -160.522991 14  6 12 228  P   P
+PG27 -20509.941954 -16881.426528   3605.253910    251.326141 10  9  9 301  P   P
+PG28  12717.148714 -21999.685817  -6732.204834     28.675809  9 10 13 232  P   P
+PG29 -26221.561749   3847.242574   1439.951921    196.593140  6 11  6 185  P   P
+PG30  -2462.918404  25816.580337  -6061.845089    333.569599 11  7 12 281  P   P
+PG31   1871.467233  19787.814559  17715.296454     60.653339 11  8  9 227  P   P
+PG32  11464.226933  11683.156146  21271.407154   -226.448019 13 14 11 237  P   P
+*  2011  4  1  9 15  0.00000000
+PG02 -10345.128428 -21552.498306  12108.297311    328.255338 15 10 15 247  P   P
+PG03   5867.515624  15009.753942 -21517.534354    696.097660 15 13  8 277  P   P
+PG04   2264.285379 -17558.619245  19489.427198     76.266961 15 14 11 251  P   P
+PG05  -3145.480374 -23433.935817 -12013.921553   -137.922814  9  8 11 180  P   P
+PG06    453.721145  16163.842376 -20880.119608   -224.453803 16 11  3 328  P   P
+PG07  17852.701865  -1323.095315 -19685.410295      7.012119 10  7  9 271  P   P
+PG08  10458.274586  -9937.939444 -22267.940946      7.627399 10  6 12 323  P   P
+PG09 -21261.105208 -14948.778083   4942.118269     71.115100 12 12 15 273  P   P
+PG10   8187.707583 -24940.651116   2145.772474    -70.411301  9  9 12 277  P   P
+PG11  23876.734204  11905.742233   1552.478543   -139.104435  8 12 12 241  P   P
+PG12 -12800.381440  -8945.817687  21538.541413    -15.015916 10 13  9 259  P   P
+PG13  26070.523084  -5190.988678    414.717525    276.845571  6  9  9 219  P   P
+PG14 -16602.732171  14244.823162  15120.887244    141.190799 11  8  9 248  P   P
+PG15 -19735.170629  -6306.550283 -16701.655149   -138.704568 13 11 10 221  P   P
+PG16    674.756978  24219.679241 -10492.980339   -161.915562  7  7 10 258  P   P
+PG17  16867.499545 -14731.518310  14239.198535    184.211655 11 12 12 238  P   P
+PG18 -15461.646152  14786.480819 -15196.377175    129.542092 11 15 14 212  P   P
+PG19  16355.334039   9933.920034 -18558.808893   -125.965869 15 13 14 261  P   P
+PG20  15227.633938   4012.848618  21241.117930     48.820994 11 12 10 248  P   P
+PG21 -17828.865998   2652.757187 -19294.718663   -134.396438  8 14 11 256  P   P
+PG22 -11069.819173  23162.421796  -6436.995033    150.864925 10 10 11 236  P   P
+PG23  23646.440447   2141.569411  12243.305106    316.297946  7 10  5 233  P   P
+PG24  21349.105655  13470.793973   8755.077660    378.024250 13 15 16 304  P   P
+PG25 -15904.098339   6939.224127  20089.375651     -0.978313 10 12  5 219  P   P
+PG26  -7617.352226 -13390.934749 -22274.323039   -160.532144 14  7 11 222  P   P
+PG27 -20521.179305 -17124.408409    741.332403    251.330034 10  9 10 307  P   P
+PG28  12634.980705 -20982.397765  -9421.334893     28.677966  9 10 13 235  P   P
+PG29 -25965.312684   3530.459323   4274.677166    196.595644  5 12  5 184  P   P
+PG30  -2817.565473  26236.542883  -3272.745301    333.572038 11  8 12 285  P   P
+PG31    340.851387  18370.457572  19303.765055     60.657905 11  9  8 228  P   P
+PG32  10598.531050  13837.733176  20435.187240   -226.454802 13 14 12 237  P   P
+*  2011  4  1  9 30  0.00000000
+PG02  -9071.811203 -20741.544981  14304.880323    328.257344 15 10 15 249  P   P
+PG03   3705.397652  15995.156678 -21253.517387    696.102162 15 13  6 280  P   P
+PG04   4095.965363 -16093.301057  20453.783649     76.276225 15 14 10 253  P   P
+PG05  -2659.327394 -24595.246053  -9543.892533   -137.928076  8  8 11 183  P   P
+PG06  -1810.461035  16946.933731 -20159.797386   -224.559141 15 11  4 330  P   P
+PG07  19388.024273    200.677715 -18241.157505      7.012993  9  7 10 272  P   P
+PG08  12217.571245  -8110.400639 -22160.209017      7.627420 10  6 12 324  P   P
+PG09 -21487.392635 -15395.645769   2079.176931     71.117251 12 12 15 269  P   P
+PG10   8396.622097 -24446.004215   4961.491123    -70.412311 10 10 12 279  P   P
+PG11  23729.770331  12313.068610  -1132.750931   -139.107185  9 12 12 242  P   P
+PG12 -12227.094329 -11284.807390  20773.445373    -15.013375 10 12 10 260  P   P
+PG13  25888.387049  -4974.114894   3314.446223    276.844228  6  9  9 223  P   P
+PG14 -18166.739894  14508.982336  12870.173249    141.192970 11  8  9 247  P   P
+PG15 -17896.321241  -7119.323922 -18349.232970   -138.701835 13 11 10 223  P   P
+PG16    215.530783  25199.777236  -7858.433227   -161.918049  7  7 10 258  P   P
+PG17  18353.203279 -14951.753061  11948.290684    184.211843 11 13 13 238  P   P
+PG18 -15279.397740  12864.356328 -17019.843104    129.543888 11 16 13 214  P   P
+PG19  14250.873961  10549.472062 -19875.911970   -125.969286 15 13 14 260  P   P
+PG20  14788.150034   6428.747074  20963.692918     48.821090 11 12 10 250  P   P
+PG21 -19365.472857   1072.189849 -18004.092026   -134.398825  7 14 12 257  P   P
+PG22 -11184.134028  22200.333731  -9044.994131    150.864209 10 11 11 236  P   P
+PG23  22252.239648   2765.243263  14491.797060    316.295667  6 11  5 233  P   P
+PG24  21768.330410  14239.114407   6110.986321    378.026878 14 15 17 300  P   P
+PG25 -15539.691504   4611.181901  21023.071327     -0.978636 10 12  3 220  P   P
+PG26  -5261.583626 -13976.845089 -22565.504384   -160.541311 14  8 11 214  P   P
+PG27 -20292.784707 -17166.027852  -2135.032517    251.333922 10  9 10 313  P   P
+PG28  12534.645942 -19668.578383 -11942.332807     28.680119 10 11 12 238  P   P
+PG29 -25420.937047   3115.330562   7035.756663    196.598146  5 12  4 182  P   P
+PG30  -3100.152528  26360.620356   -427.541200    333.574507 11  8 12 288  P   P
+PG31  -1381.785012  16932.619545  20563.410887     60.662473 11  9  7 230  P   P
+PG32   9880.659402  15925.386343  19258.904281   -226.461569 12 14 12 239  P   P
+*  2011  4  1  9 45  0.00000000
+PG02  -7573.351835 -19853.295042  16261.249449    328.259346 15 10 15 250  P   P
+PG03   1632.327553  17061.157343 -20635.745842    696.106686 15 12  5 283  P   P
+PG04   6063.310372 -14662.842816  21057.578928     76.285478 16 14  8 255  P   P
+PG05  -2273.939616 -25493.692305  -6908.784456   -137.933337  7  8 11 184  P   P
+PG06  -3943.477008  17794.584958 -19086.198119   -224.664470 15 10  6 332  P   P
+PG07  20862.130074   1524.102228 -16485.140184      7.013868  8  6 10 273  P   P
+PG08  14050.870349  -6414.316776 -21671.723955      7.627415 10  6 13 325  P   P
+PG09 -21478.562640 -15627.827765   -819.789370     71.119397 13 12 16 266  P   P
+PG10   8577.833320 -23649.274076   7689.443642    -70.413345 10 10 11 280  P   P
+PG11  23330.687676  12601.749105  -3798.937718   -139.109930 10 12 12 242  P   P
+PG12 -11799.336885 -13544.940251  19653.113985    -15.010835 10 12 11 261  P   P
+PG13  25407.556818  -4649.446849   6157.171904    276.842890  6  9  9 227  P   P
+PG14 -19461.577893  14773.843622  10398.324625    141.195140 10  8  9 246  P   P
+PG15 -15944.777847  -8089.752049 -19682.527135   -138.699098 13 12 10 225  P   P
+PG16   -136.156707  25899.273926  -5086.128744   -161.920538  7  7 10 258  P   P
+PG17  19572.213338 -15155.185324   9450.764000    184.212031 11 13 13 237  P   P
+PG18 -15155.394403  10747.645657 -18539.661441    129.545686 10 16 13 217  P   P
+PG19  12054.912637  11312.811338 -20853.862616   -125.972700 15 13 13 260  P   P
+PG20  14469.551956   8809.968815  20320.948741     48.821184 11 12 11 251  P   P
+PG21 -20843.775871   -324.346604 -16400.218956   -134.401209  6 14 12 258  P   P
+PG22 -11296.140010  20961.410476 -11495.411293    150.863494  9 12 11 235  P   P
+PG23  20668.827995   3549.592533  16494.731625    316.293390  5 11  5 233  P   P
+PG24  21999.133584  14784.962905   3363.586907    378.029486 14 15 17 295  P   P
+PG25 -15286.615384   2182.827843  21594.465267     -0.978960 10 12  4 221  P   P
+PG26  -2929.008703 -14703.294463 -22489.473530   -160.550490 14  8 10 205  P   P
+PG27 -19800.350374 -17036.491716  -4975.013040    251.337812  9 10 11 319  P   P
+PG28  12454.406425 -18074.594678 -14249.270552     28.682267 10 11 12 241  P   P
+PG29 -24610.916860   2570.893903   9675.745998    196.600650  5 12  4 181  P   P
+PG30  -3346.391977  26177.849152   2424.993290    333.577007 12  9 13 291  P   P
+PG31  -3274.407694  15517.199081  21473.705429     60.667041 11  9  7 231  P   P
+PG32   9308.002590  17901.450326  17762.616350   -226.468325 12 13 13 240  P   P
+*  2011  4  1 10  0  0.00000000
+PG02  -5860.598087 -18926.916177  17943.878369    328.261343 15 10 14 251  P   P
+PG03   -317.415006  18179.603932 -19673.282807    696.111233 15 12  6 285  P   P
+PG04   8133.403615 -13302.596945  21291.016137     76.294717 16 14  5 257  P   P
+PG05  -1958.236129 -26106.126717  -4154.109246   -137.938596  7  9 10 186  P   P
+PG06  -5910.572428  18675.759588 -17677.829680   -224.769793 15 10  8 335  P   P
+PG07  22229.877080   2641.271623 -14447.736154      7.014745  7  5 10 273  P   P
+PG08  15916.386266  -4879.040767 -20812.527688      7.627384  9  6 13 326  P   P
+PG09 -21211.057069 -15676.568348  -3704.725242     71.121545 13 11 16 263  P   P
+PG10   8767.809044 -22559.243293  10281.174897    -70.414399 11 11 10 282  P   P
+PG11  22672.198243  12802.468384  -6401.404666   -139.112670 10 12 12 243  P   P
+PG12 -11509.345362 -15678.884914  18197.084408    -15.008297 10 12 12 262  P   P
+PG13  24649.837964  -4183.203006   8893.825368    276.841554  6 10  8 230  P   P
+PG14 -20472.351180  14999.060198   7747.416528    141.197310  9  8  9 245  P   P
+PG15 -13925.958106  -9217.031035 -20678.303092   -138.696361 13 12 10 226  P   P
+PG16   -413.935790  26296.798921  -2224.629141   -161.923033  8  7 10 258  P   P
+PG17  20512.649266 -15302.712831   6789.426593    184.212220 10 13 14 237  P   P
+PG18 -15114.572196   8474.470578 -19728.940197    129.547487 10 16 12 220  P   P
+PG19   9814.322379  12222.622664 -21475.048510   -125.976111 15 13 13 259  P   P
+PG20  14268.618236  11109.672919  19324.403626     48.821275 11 11 11 252  P   P
+PG21 -22222.142392  -1528.971692 -14512.934367   -134.403592  6 14 13 259  P   P
+PG22 -11439.336340  19463.353742 -13745.300062    150.862777  8 13 10 234  P   P
+PG23  18937.490934   4506.723683  18217.627713    316.291110  5 11  5 233  P   P
+PG24  22010.590911  15128.197337    559.316447    378.032076 15 14 17 289  P   P
+PG25 -15158.279980   -298.864553  21793.757111     -0.979285 10 12  5 222  P   P
+PG26   -664.887602 -15554.712781 -22046.198727   -160.559682 14  8 10 189  P   P
+PG27 -19027.113224 -16770.815680  -7729.587385    251.341703  9 10 11 323  P   P
+PG28  12429.669299 -16225.935059 -16299.848345     28.684411 10 11 12 243  P   P
+PG29 -23564.881864   1871.266513  12149.385283    196.603151  6 12  5 178  P   P
+PG30  -3593.287773  25686.024775   5235.474640    333.579540 11 10 13 292  P   P
+PG31  -5307.587481  14163.236347  22020.068138     60.671609 11  9  7 233  P   P
+PG32   8870.306157  19723.407796  15971.458256   -226.475068 11 13 14 243  P   P
+*  2011  4  1 10 15  0.00000000
+PG02  -3952.232076 -18000.066695  19323.582273    328.263337 15 10 14 253  P   P
+PG03  -2114.876989  19317.246729 -18380.869381    696.115804 14 12  6 287  P   P
+PG04  10267.899559 -12042.270844  21150.981227     76.303945 16 14  6 259  P   P
+PG05  -1677.726036 -26417.468069  -1327.508334   -137.943855  7  9 10 186  P   P
+PG06  -7683.536781  19554.917910 -15959.212204   -224.875113 15 10  8 336  P   P
+PG07  23447.277058   3554.822424 -12164.007044      7.015625  6  5 11 274  P   P
+PG08  17768.833438  -3525.882630 -19598.850232      7.627330 10  7 13 327  P   P
+PG09 -20669.022731 -15578.076362  -6526.480033     71.123687 14 11 16 260  P   P
+PG10   9001.230811 -21193.565989  12690.588957    -70.415474 11 11 10 284  P   P
+PG11  21754.164177  12947.430905  -8896.785138   -139.115407 11 13 10 244  P   P
+PG12 -11341.541612 -17642.509077  16430.537682    -15.005758 10 11 12 263  P   P
+PG13  23644.762017  -3546.834284  11476.993273    276.840222  7 10  8 232  P   P
+PG14 -21193.115616  15143.411798   4962.805434    141.199480  8  7  9 244  P   P
+PG15 -11885.573743 -10492.296351 -21319.042602   -138.693624 14 12 10 228  P   P
+PG16   -654.646526  26379.764723    675.887603   -161.925531  8  8 10 258  P   P
+PG17  21171.378367 -15354.994690   4010.150089    184.212407 10 13 14 237  P   P
+PG18 -15175.564995   6087.978250 -20566.930787    129.549291  9 17 11 222  P   P
+PG19   7576.016973  13269.449027 -21727.846317   -125.979523 15 13 12 259  P   P
+PG20  14174.603901  13283.117860  17991.775566     48.821368 11 11 11 254  P   P
+PG21 -23460.076450  -2542.003805 -12376.557214   -134.405972  2 14 13 261  P   P
+PG22 -11644.017150  17731.610876 -15755.162035    150.862060  8 13 10 233  P   P
+PG23  17102.496330   5640.850969  19630.561930    316.288830  5 12  6 233  P   P
+PG24  21777.454702  15294.848555  -2254.410677    378.034656 16 14 17 283  P   P
+PG25 -15160.182371  -2784.999079  21617.566096     -0.979612 10 12  7 224  P   P
+PG26   1488.638266 -16507.963006 -21241.353596   -160.568892 14  9 10 159  P   P
+PG27 -17964.877816 -16407.417145 -10350.377546    251.345578  9 10 11 328  P   P
+PG28  12491.364616 -14156.396868 -18056.310494     28.686550 11 12 12 246  P   P
+PG29 -22318.458627    996.834768  14414.366211    196.605653  5 12  4 178  P   P
+PG30  -3877.499152  24891.909647   7954.774914    333.582108 12 11 13 293  P   P
+PG31  -7445.465416  12904.521696  22194.044261     60.676177 11 10  7 235  P   P
+PG32   8550.194857  21352.316489  13915.250774   -226.481798 11 13 14 246  P   P
+*  2011  4  1 10 30  0.00000000
+PG02  -1874.307670 -17107.455607  20376.032312    328.265328 15 10 13 254  P   P
+PG03  -3737.365383  20436.896476 -16778.790260    696.120398 14 12  7 289  P   P
+PG04  12424.385716 -10904.883367  20641.031161     76.313164 15 14  9 261  P   P
+PG05  -1396.052132 -26421.259542   1522.084040   -137.949112  8  9 10 188  P   P
+PG06  -9241.617677  20393.427456 -13960.437355   -224.980433 14 10  9 338  P   P
+PG07  24473.135753   4275.619778  -9673.095795      7.016505  5  5 12 275  P   P
+PG08  19561.068381  -2367.529786 -18052.735684      7.627256 10  8 13 328  P   P
+PG09 -19844.932514 -15371.919812  -9237.610322     71.125826 15 10 16 258  P   P
+PG10   9309.407010 -19578.185353  14874.848841    -70.416570 11 12  8 286  P   P
+PG11  20583.671527  13068.990505 -11243.674188   -139.118142 11 13  9 245  P   P
+PG12 -11273.258356 -19396.397221  14383.857810    -15.003220 10 11 13 264  P   P
+PG13  22428.464660  -2718.351749  13861.755789    276.838892  8 10  8 234  P   P
+PG14 -21627.003682  15166.541231   2092.367515    141.201650  7  7  9 243  P   P
+PG15  -9868.007612 -11898.794535 -21593.270307   -138.690885 14 12 11 229  P   P
+PG16   -896.669144  26144.854328   3564.558043   -161.928033  8  8 10 257  P   P
+PG17  21554.030873 -15274.137219   1161.075908    184.212594  9 13 14 237  P   P
+PG18 -15349.891393   3634.787751 -21039.403244    129.551096  9 17 11 224  P   P
+PG19   5385.314627  14435.900087 -21606.883978   -125.982934 15 13 12 259  P   P
+PG20  14169.759243  15289.216403  16346.638277     48.821457 10 10 12 255  P   P
+PG21 -24519.709487  -3371.635428 -10029.181517   -134.408346  6 13 14 263  P   P
+PG22 -11935.912861  15798.530045 -17489.680975    150.861344  8 14  9 233  P   P
+PG23  15209.514475   6947.926699  20708.699917    316.286549  5 12  7 233  P   P
+PG24  21281.217609  15315.977028  -5029.963076    378.037229 16 13 17 276  P   P
+PG25 -15289.693966  -5226.446266  21068.985751     -0.979939 10 12  9 224  P   P
+PG26   3493.923641 -17533.074374 -20086.339733   -160.578116 14  9 10 113  P   P
+PG27 -16614.642160 -15986.544575 -12790.532854    251.349436  8 10 12 332  P   P
+PG28  12664.507483 -11906.916971 -19486.275167     28.688686 11 12 12 248  P   P
+PG29 -20911.906141    -64.802903  16432.041976    196.608153  5 12  5 177  P   P
+PG30  -4233.692977  23811.102924  10534.915551    333.584712 11 12 13 294  P   P
+PG31  -9646.954453  11768.421989  21993.387192     60.680745 10 10  8 237  P   P
+PG32   8323.957338  22754.115279  11628.053917   -226.488517 11 12 15 249  P   P
+*  2011  4  1 10 45  0.00000000
+PG02    340.489859 -16279.510867  21082.210286    328.267314 15 10 12 255  P   P
+PG03  -5169.161171  21498.756789 -14892.654815    696.125017 14 11  8 290  P   P
+PG04  14557.902047  -9906.011541  19771.251070     76.322373 15 14 10 264  P   P
+PG05  -1076.612063 -26119.902113   4345.303802   -137.954366  9 10 10 188  P   P
+PG06 -10572.136024  21151.114516 -11716.615113   -225.085755 14  9  9 340  P   P
+PG07  25270.594358   4822.131579  -7017.564236      7.017389  3  5 12 275  P   P
+PG08  21245.789527  -1407.804965 -16201.588845      7.627163  9  9 13 329  P   P
+PG09 -18739.889635 -15099.338740 -11793.112477     71.127965 14 10 16 253  P   P
+PG10   9718.828860 -17746.418411  16795.211383    -70.417683 12 12  7 288  P   P
+PG11  19174.852646  13198.294307 -13403.239013   -139.120872 11 13  8 247  P   P
+PG12 -11275.740795 -20907.193220  12092.110663    -15.000681 10 10 13 264  P   P
+PG13  21042.312720  -1683.406277  16006.491377    276.837566  9 10  8 235  P   P
+PG14 -21786.005870  15030.679676   -814.321662    141.203820  6  7  8 242  P   P
+PG15  -7914.744794 -13412.368910 -21495.781197   -138.688145 14 12 11 230  P   P
+PG16  -1178.192576  25598.148039   6390.776387   -161.930541  8  9 10 257  P   P
+PG17  21674.677419 -15025.344236  -1708.234697    184.212780  8 14 15 237  P   P
+PG18 -15641.455468   1163.305203 -21138.874836    129.552906  8 17 11 226  P   P
+PG19   3284.354582  15697.179491 -21113.202380   -125.986343 14 13 12 259  P   P
+PG20  14230.135598  17091.946021  14417.971545     48.821545 10 10 12 255  P   P
+PG21 -25367.171241  -4033.314818  -7511.939525   -134.410717  7 14 14 263  P   P
+PG22 -12335.019438  13702.246825 -18918.381248    150.860629  8 14  9 232  P   P
+PG23  13303.984650   8415.587037  21432.756673    316.284268  6 12  8 233  P   P
+PG24  20510.938182  15226.346731  -7720.259954    378.039801 17 13 17 270  P   P
+PG25 -15536.175859  -7575.541337  20157.526588     -0.980269 10 12 10 225  P   P
+PG26   5319.058567 -18594.237281 -18598.244362   -160.587359 14 10  9 183  P   P
+PG27 -14986.886083 -15548.599264 -15005.643129    251.353261  7 10 12 335  P   P
+PG28  12967.014242  -9524.092477 -20563.449702     28.690819 11 12 11 250  P   P
+PG29 -19388.591467  -1318.175500  18168.069172    196.610654  6 13  6 176  P   P
+PG30  -4692.952379  22467.568184  12929.971679    333.587352 11 13 13 294  P   P
+PG31 -11867.132221  10774.963905  21422.047990     60.685312 10 10  9 239  P   P
+PG32   8162.563962  23900.765962   9147.667698   -226.495223 10 12 15 252  P   P
+*  2011  4  1 11  0  0.00000000
+PG02   2653.840692 -15541.206423  21428.793888    328.269300 15  9 11 257  P   P
+PG03  -6401.983424  22461.887832 -12753.089126    696.129658 13 11  8 290  P   P
+PG04  16622.554134  -9053.353020  18557.988906     76.331574 15 14 11 266  P   P
+PG05   -684.191943 -25524.553769   7093.229828   -137.959619 10 11 10 189  P   P
+PG06 -11670.776963  21787.892328  -9267.220020   -225.191083 13  9  9 342  P   P
+PG07  25808.515699   5219.516959  -4242.681274      7.018274  2  6 12 276  P   P
+PG08  22777.231951   -641.762011 -14077.654534      7.627052  9  9 14 330  P   P
+PG09 -17363.614679 -14801.541789 -14151.079507     71.130092 14 10 15 249  P   P
+PG10  10249.932834 -15737.746244  18417.775541    -70.418812 12 12  5 290  P   P
+PG11  17548.466212  13363.987885 -15339.784593   -139.123601 11 13  6 249  P   P
+PG12 -11315.385407 -22148.719162   9594.451464    -14.998139 10  9 13 265  P   P
+PG13  19531.331631   -436.074398  17873.632698    276.836241 10 10  8 236  P   P
+PG14 -21690.412615  14702.291677  -3706.852343    141.205993  6  8  8 242  P   P
+PG15  -6062.917818 -15002.243262 -21027.763106   -138.685403 14 12 12 231  P   P
+PG16  -1535.493896  24754.884808   9105.129221   -161.933050  8 10 10 256  P   P
+PG17  21555.178486 -14578.463795  -4547.690755    184.212964  7 14 15 237  P   P
+PG18 -16046.380066  -1278.018991 -20864.689829    129.554718  7 17 11 228  P   P
+PG19   1310.628657  17021.916153 -20254.309001   -125.989755 14 13 12 260  P   P
+PG20  14326.643481  18661.560305  12239.616748     48.821632  9  9 12 256  P   P
+PG21 -25973.794109  -4548.869074  -4868.253753   -134.413085  4 14 14 263  P   P
+PG22 -12854.664941  11485.346004 -20016.195664    150.859913  8 15  8 231  P   P
+PG23  11429.488266  10023.420262  21789.376100    316.281986  7 12  9 233  P   P
+PG24  19463.796698  15062.964435 -10279.536012    378.042376 18 13 17 267  P   P
+PG25 -15881.417481  -9787.725809  18898.948025     -0.980600 10 12 11 225  P   P
+PG26   6938.925073 -19651.035203 -16799.725296   -160.596618 14 10 10 210  P   P
+PG27 -13101.492905 -15132.414458 -16954.660550    251.357043  6 10 12 338  P   P
+PG28  13408.830933  -7058.455617 -21268.206669     28.692951 11 12 11 252  P   P
+PG29 -17793.364503  -2759.585583  19592.972200    196.613156  6 12  7 177  P   P
+PG30  -5281.309943  20892.829226  15096.966395    333.590030 11 13 12 293  P   P
+PG31 -14058.773754   9936.203947  20490.075283     60.689881 10 10 10 241  P   P
+PG32   8032.883447  24771.192429   6515.083573   -226.501919  9 11 15 256  P   P
+*  2011  4  1 11 15  0.00000000
+PG02   5023.012884 -14911.094547  21408.462570    328.271284 14  9 10 258  P   P
+PG03  -7435.180400  23285.751598 -10395.335468    696.134322 13 11  9 291  P   P
+PG04  18573.154125  -8346.615654  17023.478765     76.340768 15 14 12 269  P   P
+PG05   -186.546719 -24654.698132   9718.249813   -137.964870 10 11  9 189  P   P
+PG06 -12541.545467  22265.398035  -6655.351603   -225.296416 13  9  9 343  P   P
+PG07  26062.664426   5498.464976  -1395.672580      7.019163  3  6 12 276  P   P
+PG08  24112.796417    -56.108185 -11717.441077      7.626929  8 10 14 331  P   P
+PG09 -15734.126270 -14518.048410 -16273.279597     71.132209 15 10 15 246  P   P
+PG10  10916.123657 -13596.361456  19714.125307    -70.419957 12 12  1 293  P   P
+PG11  15731.251260  13591.025672 -17021.271242   -139.126327 12 14  5 250  P   P
+PG12 -11355.168382 -23102.830152   6933.470173    -14.995598  9  8 14 265  P   P
+PG13  17942.493850   1020.684378  19430.357978    276.834920 11 10  9 237  P   P
+PG14 -21367.935532  14153.572612  -6534.875034    141.208165  7  8  8 241  P   P
+PG15  -4344.022424 -16632.075977 -20196.809950   -138.682663 14 12 12 232  P   P
+PG16  -2001.300684  23638.869235  11660.301019   -161.935563  8 10 10 255  P   P
+PG17  21224.229424 -13909.366487  -7307.583930    184.213147  6 14 15 237  P   P
+PG18 -16553.175496  -3642.416140 -20222.953127    129.556535  6 17 12 229  P   P
+PG19   -504.313994  18373.272289 -19044.117682   -125.993166 14 13 13 260  P   P
+PG20  14426.318610  19975.555611   9849.650018     48.821718  8  8 12 256  P   P
+PG21 -26317.113138  -4945.410862  -2143.091897   -134.415444  5 14 15 263  P   P
+PG22 -13500.852923   9193.352115 -20763.929953    150.859198  9 15  8 230  P   P
+PG23   9626.189657  11743.552765  21771.420333    316.279704  9 12 10 233  P   P
+PG24  18145.358911  14863.537679 -12664.093436    378.044965 18 12 17 267  P   P
+PG25 -16300.381190 -11823.070174  17314.982672     -0.980931 10 12 12 225  P   P
+PG26   8336.030240 -20659.880450 -14718.814736   -160.605896 14 10 10 228  P   P
+PG27 -10987.289394 -14773.563713 -18600.805017    251.360778  5 10 12 340  P   P
+PG28  13991.416992  -4562.580304 -21588.000958     28.695080 11 12 11 254  P   P
+PG29 -16170.894084  -4377.074605  20682.622439    196.615655  6 12  7 176  P   P
+PG30  -6018.470992  19124.859237  16996.732613    333.592743 11 14 12 291  P   P
+PG31 -16173.969105   9255.904667  19213.429193     60.694448  9 10 11 243  P   P
+PG32   7899.057724  25351.984773   3773.889745   -226.508604  9 10 15 260  P   P
+*  2011  4  1 11 30  0.00000000
+PG02   7402.270153 -14400.584003  21020.114067    328.273266 14  9  9 259  P   P
+PG03  -8275.633312  23931.783618  -7858.757374    696.139006 12 11 10 291  P   P
+PG04  20366.824242  -7777.731697  15195.365946     76.349958 14 14 12 272  P   P
+PG05    444.136355 -23537.399465  12174.902531   -137.970118 11 12  9 188  P   P
+PG06 -13196.390127  22548.570236  -3926.926041   -225.401761 12 10  9 344  P   P
+PG07  26016.638183   5693.828088   1475.057246      7.020052  6  6 12 277  P   P
+PG08  25214.556426    370.069173  -9161.098652      7.626797  7 10 14 333  P   P
+PG09 -13877.135760 -14285.133495 -18125.656210     71.134319 15 10 15 244  P   P
+PG10  11723.099797 -11369.535661  20661.851913    -70.421115 12 12  3 295  P   P
+PG11  13755.078310  13899.626628 -18419.781163   -139.129054 12 14  5 252  P   P
+PG12 -11356.209450 -23759.974550   4154.484729    -14.993053 10  7 14 266  P   P
+PG13  16322.935069   2674.920673  20649.202912    276.833598 11 10  9 237  P   P
+PG14 -20852.540170  13363.736153  -9249.006920    141.210339  7  8  8 241  P   P
+PG15  -2782.854295 -18261.246271 -19016.823154   -138.679919 13 12 13 233  P   P
+PG16  -2603.304203  22281.550497  14011.930876   -161.938080  8 11 10 254  P   P
+PG17  20716.137935 -13001.096485  -9939.503778    184.213329  7 14 15 237  P   P
+PG18 -17143.231172  -5886.436442 -19226.325086    129.558356  5 17 13 230  P   P
+PG19  -2135.935945  19710.289215 -17502.770682   -125.996577 13 13 13 261  P   P
+PG20  14493.743448  21019.357553   7289.686835     48.821802  8  8 12 257  P   P
+PG21 -26381.633149  -5254.076049    617.764074   -134.417802  6 14 15 263  P   P
+PG22 -14271.910572   6873.109639 -21148.613595    150.858484  9 15  9 229  P   P
+PG23   7929.404471  13541.535869  21378.160089    316.277422  9 12 11 233  P   P
+PG24  16569.535428  14664.908118 -14833.030388    378.047565 19 12 16 271  P   P
+PG25 -16762.223537 -13647.619723  15432.957948     -0.981264 11 12 13 225  P   P
+PG26   9501.079134 -21575.611907 -12388.633389   -160.615191 13 10 11 242  P   P
+PG27  -8681.205842 -14502.774269 -19912.424294    251.364461  7 10 12 342  P   P
+PG28  14707.609194  -2089.107069 -21517.614586     28.697211 11 13 12 256  P   P
+PG29 -14564.028414  -6150.707882  21418.625917    196.618153  6 13  8 176  P   P
+PG30  -6916.786466  17206.703250  18594.719050    333.595489 11 14 11 289  P   P
+PG31 -18165.768614   8729.526126  17613.713125     60.699014  9 11 12 245  P   P
+PG32   7723.988998  25637.842734    969.633673   -226.515282  9  9 15 263  P   P
+*  2011  4  1 11 45  0.00000000
+PG02   9744.416441 -14013.496765  20268.982056    328.275250 14  9  9 261  P   P
+PG03  -8937.368467  24364.931916  -5186.250658    696.143708 12 11 10 292  P   P
+PG04  21964.501111  -7331.381083  13106.148176     76.359143 14 14 13 275  P   P
+PG05   1229.950077 -22206.273632  14420.680306   -137.975365 12 12  9 187  P   P
+PG06 -13654.512898  22607.101787  -1129.817813   -225.507119 12 10  9 345  P   P
+PG07  25662.515849   5843.102181   4320.718811      7.020945  8  7 12 277  P   P
+PG08  26050.592641    664.303133  -6451.762223      7.626658  5 10 14 334  P   P
+PG09 -11825.184589 -14134.424778 -19678.751463     71.136417 15 10 15 243  P   P
+PG10  12668.509181  -9105.877458  21244.944178    -70.422280 12 13  6 297  P   P
+PG11  11655.926683  14304.410297 -19511.931273   -139.131782 12 14  7 254  P   P
+PG12 -11279.412196 -24119.439861   1304.792568    -14.990507 10  5 14 266  P   P
+PG13  14718.168931   4505.946658  21508.579352    276.832279 12 10  9 237  P   P
+PG14 -20183.035002  12320.036824 -11801.731817    141.212513  8  9  8 240  P   P
+PG15  -1396.709124 -19846.324505 -17507.800685   -138.677177 13 12 13 233  P   P
+PG16  -3362.884154  20720.813192  16119.402663   -161.940600  8 11 10 253  P   P
+PG17  20069.382827 -11844.745428 -12397.235785    184.213507  8 15 15 237  P   P
+PG18 -17791.603587  -7971.431343 -17893.688687    129.560181  6 17 14 230  P   P
+PG19  -3567.509234  20989.421203 -15656.341526   -125.999991 13 12 13 262  P   P
+PG20  14492.566422  21786.703596   4604.132727     48.821884  7  7 12 257  P   P
+PG21 -26159.343516  -5508.642337   3368.425999   -134.420165  7 14 15 264  P   P
+PG22 -15158.456442   4571.118491 -21163.729609    150.857771  9 16 10 227  P   P
+PG23   6368.352221  15377.504698  20615.358321    316.275139 10 12 11 233  P   P
+PG24  14758.235134  14501.518576 -16748.935059    378.050186 19 12 16 275  P   P
+PG25 -17231.553236 -15234.512478  13285.321709     -0.981597 11 12 13 225  P   P
+PG26  10433.257342 -22353.204369  -9847.007015   -160.624503 13 11 11 253  P   P
+PG27  -6227.076763 -14344.521332 -20863.777941    251.368086  9 10 12 343  P   P
+PG28  15541.871270    311.222868 -21059.222979     28.699342 11 12 12 258  P   P
+PG29 -13012.241312  -8053.167713  21788.614788    196.620653  6 12  9 177  P   P
+PG30  -7980.525429  15184.887349  19861.716903    333.598268 11 14 11 286  P   P
+PG31 -19989.798111   8344.531078  15717.827434     60.703580  8 11 12 247  P   P
+PG32   7470.888704  25631.740553  -1850.854217   -226.521954  9  9 15 267  P   P
+*  2011  4  1 12  0  0.00000000
+PG02  12002.421625 -13745.926468  19166.646324    328.277233 13  9 10 262  P   P
+PG03  -9440.884658  24555.102064  -2423.563673    696.148427 11 11 11 292  P   P
+PG04  23332.285092  -6985.796403  10792.547990     76.368326 13 14 13 278  P   P
+PG05   2186.207264 -20700.216019  16416.776447   -137.980610 12 13  8 186  P   P
+PG06 -13941.396033  22416.708399   1687.028968   -225.612490 11 10  9 346  P   P
+PG07  25001.199148   5984.810210   7092.937206      7.021840  9  7 12 278  P   P
+PG08  26596.111065    859.514333  -3634.867779      7.626517  2 11 13 334  P   P
+PG09  -9616.559447 -14091.696042 -20908.055728     71.138504 15 10 14 242  P   P
+PG10  13741.947489  -6853.555368  21454.040299    -70.423454 12 13  8 300  P   P
+PG11   9472.722209  14813.742654 -20279.229456   -139.134509 13 14  8 256  P   P
+PG12 -11087.119218 -24189.275827  -1567.108738    -14.987958 11  4 14 266  P   P
+PG13  13170.371687   6484.939040  21993.188789    276.830962 12  9  9 237  P   P
+PG14 -19401.472223  11018.482991 -14148.274562    141.214687  8  9  7 240  P   P
+PG15   -194.878510 -21342.670637 -15695.515257   -138.674434 13 11 14 234  P   P
+PG16  -4294.095989  18999.531731  17946.553262   -161.943120  8 12 10 252  P   P
+PG17  19325.012757 -10440.010650 -14637.621978    184.213683  8 15 14 237  P   P
+PG18 -18468.061809  -9864.824011 -16249.703278    129.562010  7 17 14 231  P   P
+PG19  -4790.606590  22166.198626 -13536.419991   -126.003406 13 12 14 262  P   P
+PG20  14387.057941  22279.710408   1839.395198     48.821965  7  8 12 257  P   P
+PG21 -25649.970494  -5744.080200   6063.578548   -134.422515 10 14 15 265  P   P
+PG22 -16143.689053   2331.892138 -20809.318991    150.857059 10 16 11 226  P   P
+PG23   4965.143779  17207.568884  19495.240901    316.272856 11 12 12 233  P   P
+PG24  12740.722026  14403.971728 -18378.534155    378.052832 19 11 15 280  P   P
+PG25 -17669.876683 -16564.827011  10909.080241     -0.981932 12 12 13 224  P   P
+PG26  11140.201071 -22949.531347  -7135.979051   -160.633831 13 11 12 262  P   P
+PG27  -3674.122185 -14315.874765 -21435.713475    251.371648 10 10 13 345  P   P
+PG28  16470.914974   2591.435003 -20222.283878     28.701473 11 12 12 259  P   P
+PG29 -11550.222054 -10050.631827  21786.439397    196.623152  7 12  9 178  P   P
+PG30  -9205.484821  13107.679531  20774.484951    333.601076 11 15 10 283  P   P
+PG31 -21605.787613   8080.991898  13557.549153     60.708144  7 11 13 248  P   P
+PG32   7104.834828  25344.803776  -4640.170836   -226.528620 10 10 15 271  P   P
+*  2011  4  1 12 15  0.00000000
+PG02  14131.067418 -13586.410701  17730.928279    328.279217 12  9 10 263  P   P
+PG03  -9812.214544  24478.447564    381.466563    696.153160 11 11 11 293  P   P
+PG04  24442.586571  -6713.812219   8294.831304     76.377510 13 13 13 280  P   P
+PG05   3320.650804 -19061.937017  18128.763699   -137.985853 13 13  8 184  P   P
+PG06 -14087.589128  21960.162056   4474.499544   -225.717876 10 11  9 347  P   P
+PG07  24042.434922   6156.849954   9744.545191      7.022737 10  7 12 278  P   P
+PG08  26834.309182    992.590843   -757.449701      7.626377    11 14 335  P   P
+PG09  -7294.025519 -14175.891361 -21794.286961     71.140582 15  9 14 242  P   P
+PG10  14925.295812  -4658.560438  21286.538922    -70.424632 12 13  9 302  P   P
+PG11   7246.073785  15429.314789 -20708.371167   -139.137237 13 14 10 258  P   P
+PG12 -10744.720005 -23985.897920  -4412.320537    -14.985408 11  6 14 266  P   P
+PG13  11716.806092   8575.872280  22094.320602    276.829644 13  9 10 237  P   P
+PG14 -18551.424575   9464.208057 -16247.430750    141.216863  9 10  8 240  P   P
+PG15    821.537259 -22706.099068 -13611.085503   -138.671690 13 11 14 234  P   P
+PG16  -5402.959941  17163.948926  19462.286228   -161.945644  9 12  9 251  P   P
+PG17  18524.951006  -8795.412562 -16621.364552    184.213858  9 15 14 237  P   P
+PG18 -19138.341949 -11541.122011 -14324.261207    129.563844  9 16 15 231  P   P
+PG19  -5805.262962  23196.954777 -11179.583596   -126.006825 13 12 14 263  P   P
+PG20  14143.641832  22508.627053   -956.927984     48.822045  8  9 12 257  P   P
+PG21 -24860.965377  -5995.086890   8659.125011   -134.424860 11 14 14 265  P   P
+PG22 -17203.983955    196.404397 -20091.958621    150.856347 10 16 12 224  P   P
+PG23   3734.046595  18985.384659  18036.349895    316.270572 11 11 13 233  P   P
+PG24  10552.695775  14397.735963 -19693.284558    378.055506 20 11 14 284  P   P
+PG25 -18037.174651 -17628.128419   8345.158434     -0.982266 12 11 14 223  P   P
+PG26  11637.642846 -23325.116527  -4301.215439   -160.643176 12 11 12 270  P   P
+PG27  -1075.168390 -14425.660679 -21616.204663    251.375143 11  9 13 345  P   P
+PG28  17464.659842   4710.007518 -19023.257092     28.703606 11 12 13 261  P   P
+PG29 -10206.660795 -12103.903986  21412.259085    196.625649  6 12 10 179  P   P
+PG30 -10578.959079  11023.275683  21316.253094    333.603912 11 15  9 279  P   P
+PG31 -22978.959957   7912.477346  11169.042143     60.712711  6 11 14 250  P   P
+PG32   6594.282295  24795.897665  -7351.078769   -226.535281 11 11 15 274  P   P
+*  2011  4  1 12 30  0.00000000
+PG02  16088.549278 -13516.416985  15985.666760    328.281202 12 10 11 263  P   P
+PG03 -10081.750805  24118.447958   3179.751856    696.157904 11 12 11 293  P   P
+PG04  25275.030374  -6484.113251   5656.086839     76.386695 12 13 13 283  P   P
+PG05   4632.965247 -17336.363232  19527.191340   -137.991094 13 14  8 181  P   P
+PG06 -14127.308786  21228.048942   7184.198236   -225.823279 10 11  9 347  P   P
+PG07  22804.516761   6394.867621  12230.359141      7.023637 11  7 12 278  P   P
+PG08  26756.962923   1102.831761   2132.573777      7.626242    11 13 336  P   P
+PG09  -4903.421820 -14398.407513 -22323.603344     71.142647 15  9 14 243  P   P
+PG10  16193.379376  -2563.079910  20746.571622    -70.425812 12 13 10 304  P   P
+PG11   5016.950606  16145.970423 -20791.472809   -139.139967 13 14 11 260  P   P
+PG12 -10222.151011 -23533.386005  -7182.350321    -14.982855 12  7 14 265  P   P
+PG13  10388.448541  10736.746794  21810.027587    276.828327 13  9 11 237  P   P
+PG14 -17676.208312   7671.481751 -18062.333281    141.219039  9 11  8 239  P   P
+PG15   1659.490935 -23894.544652 -11290.446342   -138.668947 13 10 15 234  P   P
+PG16  -6687.077753  15261.945584  20641.081204   -161.948168  9 13  8 250  P   P
+PG17  17710.276713  -6928.160635 -18313.754233    184.214028 10 15 14 236  P   P
+PG18 -19765.555029 -12982.638737 -12151.864950    129.565683 10 16 15 230  P   P
+PG19  -6619.797497  24040.546478  -8626.763289   -126.010247 13 11 14 264  P   P
+PG20  13732.342741  22491.287253  -3736.869257     48.822124  9  9 12 256  P   P
+PG21 -23807.234727  -6294.652535  11112.797245   -134.427204 12 14 14 265  P   P
+PG22 -18309.773888  -1799.313185 -19024.614624    150.855636 10 16 13 223  P   P
+PG23   2681.060332  20663.849165  16263.277343    316.268288 11 11 13 233  P   P
+PG24   8235.126909  14502.049486 -20669.896927    378.058212 20 11 12 288  P   P
+PG25 -18293.548699 -18422.692355   5637.693283     -0.982602 13 11 14 223  P   P
+PG26  11948.732770 -23445.804303  -1391.301353   -160.652533 12 12 13 277  P   P
+PG27   1515.316226 -14673.986780 -21400.725460    251.378573 12  9 13 346  P   P
+PG28  18487.482852   6632.303968 -17485.169567     28.705743 10 12 13 262  P   P
+PG29  -9003.274155 -14169.754394  20672.531223    196.628149  6 12 10 181  P   P
+PG30 -12080.075603   8977.989160  21477.087761    333.606771 12 15  8 275  P   P
+PG31 -24081.230255   7807.187862   8592.302376     60.717277  5 12 14 251  P   P
+PG32   5912.470890  24010.936496  -9937.265186   -226.541941 12 12 15 277  P   P
+*  2011  4  1 12 45  0.00000000
+PG02  17837.969577 -13511.129225  13960.371736    328.283191 11 10 11 264  P   P
+PG03 -10282.879582  23466.723174   5921.849561    696.162657 11 12 11 294  P   P
+PG04  25817.089687  -6262.630145   2921.480171     76.395883 11 13 13 285  P   P
+PG05   6114.609218 -15568.967584  20588.090444   -137.996332 14 14  7 177  P   P
+PG06 -14096.910394  20219.223784   9769.310506   -225.928701  9 11  9 348  P   P
+PG07  21313.676186   6730.718318  14507.926662      7.024540 12  6 12 278  P   P
+PG08  26364.716340   1230.309120   4987.120609      7.626118  2 11 13 337  P   P
+PG09  -2492.165149 -14762.653628 -22487.752413     71.144702 16  9 13 245  P   P
+PG10  17514.915484   -604.046641  19844.842832    -70.426990 12 13 11 307  P   P
+PG11   2825.344131  16951.790748 -20526.237950   -139.142699 13 13 12 262  P   P
+PG12  -9495.231126 -22862.503967  -9829.915415    -14.980300 13  9 14 265  P   P
+PG13   9208.875429  12921.064315  21145.173935    276.827011 13  9 11 236  P   P
+PG14 -16817.125309   5663.358558 -19561.138420    141.221217 10 11  8 239  P   P
+PG15   2333.528995 -24869.663871  -8773.727037   -138.666204 13 10 15 234  P   P
+PG16  -8135.589080  13341.270949  21463.392446   -161.950693  9 13  8 249  P   P
+PG17  16919.554016  -4863.672601 -19685.307164    184.214198 11 15 13 236  P   P
+PG18 -20311.688599 -14179.903451  -9770.942560    129.567526 12 16 15 230  P   P
+PG19  -7250.300508  24659.997441  -5922.514280   -126.013672 13 11 14 264  P   P
+PG20  13128.094252  22252.285247  -6452.906361     48.822205 10 10 12 256  P   P
+PG21 -22510.626147  -6672.704538  13384.728502   -134.429542 12 14 14 266  P   P
+PG22 -19426.675020  -3625.368385 -17626.376074    150.854926 10 16 14 221  P   P
+PG23   1803.823709  22196.851296  14206.280097    316.266003 12 11 14 234  P   P
+PG24   5832.887178  14729.067256 -21290.780326    378.060952 20 11 10 291  P   P
+PG25 -18400.873170 -18955.399457   2833.273039     -0.982939 13 11 15 221  P   P
+PG26  12103.048856 -23284.277551   1543.066022   -160.661903 12 12 13 284  P   P
+PG27   4043.281311 -15052.162687 -20792.438840    251.381931 13  9 14 346  P   P
+PG28  19499.696432   8331.695432 -15637.045363     28.707883 10 12 13 264  P   P
+PG29  -7954.106397 -16202.420095  19579.899196    196.630648  7 12 11 181  P   P
+PG30 -13680.484602   7014.523301  21254.107016    333.609651 12 15  9 272  P   P
+PG31 -24892.173061   7729.299564   5870.543523     60.721839  5 12 14 252  P   P
+PG32   5038.676627  23021.932944 -12354.112246   -226.548599 13 12 14 280  P   P
+*  2011  4  1 13  0  0.00000000
+PG02  19348.659396 -13540.508215  11689.756759    328.285181 10 11 12 265  P   P
+PG03 -10450.474219  22523.541718   8558.900194    696.167415 11 13 11 295  P   P
+PG04  26064.431510  -6014.027728    137.495143     76.405077 10 13 12 287  P   P
+PG05   7748.974975 -13804.093890  21293.378847   -138.001571 14 15  7 173  P   P
+PG06 -14033.295681  18940.945558  12185.420493   -226.034141  9 11  9 348  P   P
+PG07  19603.184739   7191.071459  16538.235016      7.025444 13  6 12 278  P   P
+PG08  25667.065255   1414.204670   7758.664569      7.626006  4 11 13 338  P   P
+PG09   -107.710561 -15263.899010 -22284.159177     71.146746 16  9 13 247  P   P
+PG10  18853.707204   1188.080359  18598.346583    -70.428165 12 13 12 309  P   P
+PG11    708.960146  17828.437106 -19916.051907   -139.145434 14 13 12 263  P   P
+PG12  -8546.781512 -22009.476387 -12309.731254    -14.977741 13 10 14 264  P   P
+PG13   8193.454056  15079.492052  20111.353811    276.825693 14  8 12 236  P   P
+PG14 -16011.796823   3470.975766 -20717.615972    141.223396 10 12  9 239  P   P
+PG15   2865.028859 -25598.307079  -6104.547775   -138.663460 12 10 15 234  P   P
+PG16  -9729.465687  11447.803867  21915.932722   -161.953218 10 13  7 248  P   P
+PG17  16187.278394  -2634.766422 -20712.296604    184.214365 11 15 13 236  P   P
+PG18 -20739.141049 -15131.752948  -7223.118975    129.569374 13 16 16 228  P   P
+PG19  -7719.804444  25023.995386  -3114.206120   -126.017100 13 11 14 265  P   P
+PG20  12311.858621  21821.909765  -9058.758689     48.822283 11 11 11 255  P   P
+PG21 -20999.189408  -7154.872814  15437.988451   -134.431877 12 14 13 265  P   P
+PG22 -20516.812263  -5258.953914 -15922.076690    150.854219 10 16 14 220  P   P
+PG23   1091.860064  23541.009327  11900.779306    316.263717 12 10 14 234  P   P
+PG24   3393.224305  15083.287009 -21544.397488    378.063728 20 11 11 293  P   P
+PG25 -18324.388514 -19241.305247    -19.864821     -0.983276 14 11 15 220  P   P
+PG26  12135.324500 -22821.351816   4449.979191   -160.671284 11 13 13 289  P   P
+PG27   6457.153755 -15543.025889 -19802.187383    251.385224 13  9 14 345  P   P
+PG28  20459.184639   9790.331939 -13513.223758     28.710024  9 11 13 265  P   P
+PG29  -7065.131549 -18155.209719  18152.981292    196.633148  7 11 11 182  P   P
+PG30 -15345.374782   5170.402974  20651.538249    333.612546 12 15 10 269  P   P
+PG31 -25399.721479   7640.469666   3049.528618     60.726400  2 12 15 253  P   P
+PG32   3959.255920  21865.816626 -14559.468050   -226.555257 13 13 14 283  P   P
+*  2011  4  1 13 15  0.00000000
+PG02  20597.271518 -13570.586972   9213.154750    328.287171  9 11 12 265  P   P
+PG03 -10619.311058  21297.992312  11043.584142    696.172175 11 13 11 296  P   P
+PG04  26020.966407  -5703.229136  -2648.825851     76.414276 10 13 12 288  P   P
+PG05   9511.868433 -12083.341304  21631.159503   -138.006809 14 15  8 167  P   P
+PG06 -13972.320966  17408.692873  14391.269266   -226.139599  9 11  8 348  P   P
+PG07  17712.198892   7796.214283  18286.369630      7.026349 13  7 11 278  P   P
+PG08  24682.035648   1691.178663  10400.948676      7.625910  5 11 13 338  P   P
+PG09   2203.983225 -15889.412186 -21715.954693     71.148779 16  8 14 250  P   P
+PG10  20170.030193   2790.260337  17029.972042    -70.429333 12 13 12 310  P   P
+PG11  -1298.013739  18751.743716 -18969.999944   -139.148171 14 13 13 265  P   P
+PG12  -7367.486329 -21014.567360 -14579.272318    -14.975181 14 11 13 264  P   P
+PG13   7348.870808  17161.649048  18726.681728    276.824373 14  8 12 235  P   P
+PG14 -15292.657731   1132.528629 -21511.630446    141.225576 10 12  9 238  P   P
+PG15   3281.162729 -26053.802446  -3329.247701   -138.660717 13 10 15 233  P   P
+PG16 -11442.128063   9623.911693  21991.841592   -161.955743 10 13  7 248  P   P
+PG17  15542.504039   -280.558569 -21377.168710    184.214531 12 14 13 235  P   P
+PG18 -21012.228840 -15845.110444  -4552.459643    129.571225 13 16 16 227  P   P
+PG19  -8057.171924  25108.179262   -251.148991   -126.020532 14 11 14 266  P   P
+PG20  11271.516910  21234.879156 -11510.152661     48.822363 12 11 11 254  P   P
+PG21 -19306.238469  -7761.414123  17239.080107   -134.434211 13 14 13 265  P   P
+PG22 -21540.289036  -6685.006666 -13941.814458    150.853513 10 16 15 219  P   P
+PG23    527.155057  24657.324541   9386.751393    316.261433 12 10 15 235  P   P
+PG24    964.137279  15561.280544 -21425.521206    378.066543 20 12 13 294  P   P
+PG25 -18034.173917 -19302.903036  -2872.662882     -0.983613 14 10 15 219  P   P
+PG26  12083.936077 -22046.979864   7277.301192   -160.680673 11 13 13 294  P   P
+PG27   8709.796655 -16121.661942 -18448.281356    251.388448 13  9 15 345  P   P
+PG28  21323.122782  10999.541064 -11152.590793     28.712171  8 11 13 266  P   P
+PG29  -6334.170685 -19982.153147  16416.063601    196.635647  7 11 12 184  P   P
+PG30 -17034.770570   3476.633794  19680.616879    333.615451 12 15 11 268  P   P
+PG31 -25600.571020   7501.449851    176.854467     60.730963  2 13 15 253  P   P
+PG32   2668.437311  20583.060506 -16514.405355   -226.561919 14 13 14 286  P   P
+*  2011  4  1 13 30  0.00000000
+PG02  21568.595371 -13564.950129   6573.825614    328.289165  8 11 13 266  P   P
+PG03 -10822.475063  19807.802918  13331.072880    696.176935 12 13 11 298  P   P
+PG04  25698.605812  -5296.919483  -5390.632496     76.423484  9 14 11 290  P   P
+PG05  11372.290341 -10444.071054  21595.908111   -138.012046 15 15 10 161  P   P
+PG06 -13947.269525  15645.670230  16349.441386   -226.245076  9 11  8 348  P   P
+PG07  15684.389199   8559.099844  19722.112331      7.027258 14  7 11 278  P   P
+PG08  23435.566960   2093.826867  12869.686568      7.625836  7 11 12 339  P   P
+PG09   4399.935627 -16618.886349 -20791.945510     71.150803 16  8 14 254  P   P
+PG10  21422.153723   4187.509050  15168.011739    -70.430491 11 12 13 312  P   P
+PG11  -3166.021035  19692.544240 -17702.804193   -139.150913 14 12 13 266  P   P
+PG12  -5956.460087 -19920.514099 -16599.493836    -14.972619 14 11 13 263  P   P
+PG13   6673.015229  19117.942978  17015.458949    276.823054 14  8 13 234  P   P
+PG14 -14685.673173  -1308.036126 -21929.502976    141.227756 11 13 10 238  P   P
+PG15   3613.629555 -26216.999442   -496.059165   -138.657975 13 11 15 233  P   P
+PG16 -13240.356848   7906.968510  21690.739484   -161.958266 10 13  7 247  P   P
+PG17  15007.707861   2154.885570 -21668.834937    184.214692 12 14 13 234  P   P
+PG18 -21098.610345 -16334.468808  -1804.701501    129.573080 14 15 16 225  P   P
+PG19  -8295.746664  24896.161366   2616.324524   -126.023968 14 12 14 266  P   P
+PG20  10002.497417  20528.927322 -13765.545040     48.822444 13 11 11 253  P   P
+PG21 -17469.244975  -8506.328835  18758.398253   -134.436541 13 14 12 265  P   P
+PG22 -22456.741595  -7896.557895 -11720.381112    150.852809 10 16 15 218  P   P
+PG23     85.045654  25512.682103   6708.020615    316.259148 12 10 15 236  P   P
+PG24  -1407.286593  16151.745079 -20935.383583    378.069398 20 12 15 294  P   P
+PG25 -17506.442014 -19169.109184  -5676.086028     -0.983951 15 10 15 217  P   P
+PG26  11989.207991 -20960.909542   9973.704313   -160.690070 12 14 13 299  P   P
+PG27  10760.273041 -16756.485617 -16756.089556    251.391606 13  9 15 343  P   P
+PG28  22049.705476  11959.849628  -8597.750150     28.714321  8 10 13 268  P   P
+PG29  -5751.127043 -21639.634912  14398.701224    196.638148  7 11 12 185  P   P
+PG30 -18705.053249   1956.646558  18359.330040    333.618365 12 15 12 270  P   P
+PG31 -25500.270965   7273.749557  -2698.803593     60.735516  4 13 15 251  P   P
+PG32   1168.823017  19216.162661 -18183.953513   -226.568584 14 14 13 288  P   P
+*  2011  4  1 13 45  0.00000000
+PG02  22256.055603 -13486.336913   3818.168269    328.291159  7 12 13 266  P   P
+PG03 -11089.825985  18078.807164  15379.948350    696.181690 12 13 11 299  P   P
+PG04  25116.739963  -4764.975021  -8041.999160     76.432703  9 14 11 291  P   P
+PG05  13293.487605  -8918.092640  21188.548047   -138.017283 15 15 11 152  P   P
+PG06 -13987.447369  13682.028297  18026.969824   -226.350571 10 11  7 347  P   P
+PG07  13566.403310   9484.677311  20820.469345      7.028166 14  7 11 278  P   P
+PG08  21960.619726   2649.279654  15123.245684      7.625784  8 11 12 339  P   P
+PG09   6441.526652 -17425.138760 -19526.523200     71.152818 15  8 14 257  P   P
+PG10  22567.933449   5373.213176  13045.587511    -70.431638 11 12 13 314  P   P
+PG11  -4871.088297  20617.707472 -16134.674576   -139.153659 14 12 14 267  P   P
+PG12  -4321.497875 -18770.873744 -18335.502575    -14.970057 15 12 12 262  P   P
+PG13   6155.223612  20901.383453  15007.723101    276.821732 14  8 14 233  P   P
+PG14 -14209.329881  -3802.555301 -21964.246799    141.229936 11 13 11 238  P   P
+PG15   3897.206433 -26077.029369   2345.755594   -138.655234 13 11 15 233  P   P
+PG16 -15085.460700   6328.086637  21018.671110   -161.960787 11 13  8 246  P   P
+PG17  14597.935014   4624.093265 -21582.836944    184.214851 12 14 13 234  P   P
+PG18 -20970.575331 -16621.105325    973.515444    129.574937 15 15 16 223  P   P
+PG19  -8471.823875  24380.240419   5437.801279   -126.027409 14 12 14 267  P   P
+PG20   8508.120380  19743.294854 -15786.794336     48.822526 13 12 10 252  P   P
+PG21 -15528.598049  -9396.698121  19970.648457   -134.438870 13 14 11 264  P   P
+PG22 -23226.915506  -8894.764506  -9296.614807    150.852108 10 15 15 217  P   P
+PG23   -264.614283  26081.135749   3911.466549    316.256864 12  9 15 236  P   P
+PG24  -3676.508833  16835.876997 -20081.711511    378.072292 20 12 16 294  P   P
+PG25 -16724.605310 -18874.010706  -8381.962179     -0.984289 15  9 15 216  P   P
+PG26  11891.605083 -19572.951119  12489.739794   -160.699473 12 14 13 303  P   P
+PG27  12575.329849 -17410.629769 -14757.447562    251.394703 13 10 16 342  P   P
+PG28  22599.811502  12680.641298  -5894.158429     28.716476  7 10 14 269  P   P
+PG29  -5298.530006 -23087.950589  12135.233256    196.640647  8 10 12 186  P   P
+PG30 -20310.638168    625.570402  16712.014567    333.621283 12 15 13 274  P   P
+PG31 -25112.996189   6921.288130  -5528.477783     60.740068  8 13 16 251  P   P
+PG32   -528.427907  17808.038522 -19537.787512   -226.575254 15 14 12 290  P   P
+*  2011  4  1 14  0  0.00000000
+PG02  22661.869302 -13298.300168    994.853498    328.293157  7 12 13 266  P   P
+PG03 -11446.594892  16144.075152  17153.063559    696.186438 13 13 10 300  P   P
+PG04  24301.458621  -4081.767450 -10558.631643     76.441931 10 14 10 292  P   P
+PG05  15234.233351  -7530.579138  20416.412752   -138.022519 15 15 12 142  P   P
+PG06 -14116.955451  11553.831918  19395.851739   -226.456083 10 11  7 347  P   P
+PG07  11406.219072  10569.532371  21562.119599      7.029078 15  8 11 278  P   P
+PG08  20296.035847   3377.993197  17123.305540      7.625758  8 12 12 339  P   P
+PG09   8295.735699 -18275.064082 -17939.512146     71.154824 15  8 14 260  P   P
+PG10  23566.412692   6349.116598  10700.009701    -70.432771 10 12 13 315  P   P
+PG11  -6395.578651  21491.349252 -14291.069580   -139.156407 14 11 14 268  P   P
+PG12  -2478.996294 -17608.345465 -19757.165342    -14.967490 15 12 11 261  P   P
+PG13   5776.870744  22469.298997  12738.690920    276.820408 14  7 14 232  P   P
+PG14 -13873.942525  -6300.350125 -21615.672393    141.232118 11 14 12 238  P   P
+PG15   4168.178309 -25631.751863   5146.788011   -138.652493 13 12 15 232  P   P
+PG16 -16934.653351   4911.106006  19987.943414   -161.963307 11 13  9 246  P   P
+PG17  14320.258361   7077.854741 -21121.383219    184.215010 12 13 13 233  P   P
+PG18 -20606.155918 -16732.063550   3735.404500    129.576798 15 15 16 221  P   P
+PG19  -8623.004879  23561.775073   8163.731127   -126.030852 14 12 14 267  P   P
+PG20   6799.647550  18917.182373 -17539.771663     48.822609 14 12  9 251  P   P
+PG21 -13526.268883 -10432.263701  20855.225002   -134.441198 13 14 10 264  P   P
+PG22 -23814.201939  -9688.624503  -6712.690443    150.851407 11 15 16 216  P   P
+PG23   -556.058962  26344.921210   1046.162770    316.254581 13 10 16 237  P   P
+PG24  -5803.086808  17588.057383 -18878.643734    378.075227 20 11 17 293  P   P
+PG25 -15680.072833 -18455.424262 -10943.807120     -0.984628 15  9 15 214  P   P
+PG26  11829.892026 -17902.827388  14778.906938   -160.708877 12 15 13 307  P   P
+PG27  14130.533547 -18043.572256 -12489.906419    251.397743 13 11 16 340  P   P
+PG28  22938.540385  13179.477703  -3089.248005     28.718636  8 10 13 270  P   P
+PG29  -4952.367525 -24292.727947   9664.218201    196.643148  8 10 13 187  P   P
+PG30 -21805.733744   -510.137941  14768.823286    333.624198 11 15 13 279  P   P
+PG31 -24461.003939   6411.973900  -8263.714739     60.744624 10 14 15 252  P   P
+PG32  -2403.751535  16400.384701 -20550.856954   -226.581932 15 14 11 292  P   P
+*  2011  4  1 14 15  0.00000000
+PG02  22796.851913 -12966.849947  -1846.102547    328.295158  7 12 13 266  P   P
+PG03 -11912.176298  14042.742296  18618.318335    696.191177 13 13  9 302  P   P
+PG04  23284.544732  -3227.298205 -12898.541259     76.451173 11 14  9 293  P   P
+PG05  17150.285775  -6299.251889  19293.097693   -138.027756 15 15 13 134  P   P
+PG06 -14353.683110   9301.818339  20433.470042   -226.561610 11 11  6 346  P   P
+PG07   9251.448589  11801.854370  21933.774618      7.029989 15  9 12 277  P   P
+PG08  18485.188107   4292.777573  18835.483730      7.625759 10 12 11 339  P   P
+PG09   9936.195585 -19130.814284 -16055.952796     71.156825 15  8 15 264  P   P
+PG10  24379.370882   7124.987157   8172.084992    -70.433887  9 12 13 316  P   P
+PG11  -7728.715190  22276.180033 -12202.363747   -139.159161 14 10 15 269  P   P
+PG12   -453.545057 -16473.131510 -20839.644301    -14.964923 16 12 10 259  P   P
+PG13   5512.283895  23784.889153  10248.106481    276.819083 14  6 15 231  P   P
+PG14 -13681.301769  -8750.023902 -20890.361681    141.234301 11 14 13 237  P   P
+PG15   4462.710002 -24887.869249   7858.369157   -138.649752 14 13 15 231  P   P
+PG16 -18742.585783   3671.875335  18616.864661   -161.965823 11 13 10 246  P   P
+PG17  14173.570657   9466.954477 -20293.259818    184.215167 12 13 13 232  P   P
+PG18 -19990.022707 -16698.944488   6434.767138    129.578661 16 14 16 218  P   P
+PG19  -8786.505827  22451.202253  10746.350347   -126.034301 14 12 14 267  P   P
+PG20   4896.035953  18088.223758 -18994.903614     48.822694 14 12  8 249  P   P
+PG21 -11504.421543 -11605.265986  21396.545024   -134.443525 13 14 10 263  P   P
+PG22 -24186.074080 -10294.392193  -4013.362541    150.850711 12 15 16 216  P   P
+PG23   -826.043973  26295.154495  -1837.534550    316.252299 13 11 16 237  P   P
+PG24  -7752.068582  18376.825752 -17346.527266    378.078200 20 11 18 291  P   P
+PG25 -14372.745947 -17953.322733 -13317.619439     -0.984967 16  9 14 212  P   P
+PG26  11839.345102 -15979.600014  16798.686873   -160.718282 13 15 12 311  P   P
+PG27  15411.008953 -18612.919530  -9995.851492    251.400732 13 11 16 338  P   P
+PG28  23036.564536  13481.122956   -231.557847     28.720802  9  9 13 270  P   P
+PG29  -4683.175784 -25226.159315   7027.797672    196.645648  9  9 13 188  P   P
+PG30 -23146.105590  -1452.698529  12565.077521    333.627107 11 14 14 285  P   P
+PG31 -23573.791485   5719.149376 -10857.391769     60.749178 11 14 16 252  P   P
+PG32  -4429.669969  15032.079245 -21203.937130   -226.588617 15 14 10 293  P   P
+*  2011  4  1 14 30  0.00000000
+PG02  22679.877939 -12462.009833  -4654.301668    328.297162  7 13 14 266  P   P
+PG03 -12499.172661  11818.585231  19749.326388    696.195902 13 13  8 303  P   P
+PG04  22102.278096  -2188.123886 -15022.680235     76.460426 12 14  8 293  P   P
+PG05  18995.969218  -5233.864123  17838.205925   -138.032994 15 15 14 130  P   P
+PG06 -14708.558155   6969.994934  21122.917736   -226.667152 11 10  5 346  P   P
+PG07   7147.656673  13161.734801  21928.442143      7.030901 15 10 13 277  P   P
+PG08  16574.463131   5398.099876  20229.921418      7.625790 11 12 11 339  P   P
+PG09  11344.024833 -19951.170591 -13905.816917     71.158818 15  8 15 268  P   P
+PG10  24972.761842   7717.984161   5505.387684    -70.434986  8 11 13 317  P   P
+PG11  -8866.849665  22934.940735  -9903.420296   -139.161919 14 10 15 270  P   P
+PG12   1722.798405 -15401.400017 -21563.848946    -14.962355 16 13  9 258  P   P
+PG13   5329.939932  24818.550432   7579.509245    276.817755 14  4 15 230  P   P
+PG14 -13624.676039 -11101.283801 -19801.513898    141.236483 11 14 14 237  P   P
+PG15   4815.226920 -23860.704274  10433.440245   -138.647013 14 13 15 230  P   P
+PG16 -20462.974897   2617.847544  16929.392219   -161.968337 11 13 11 246  P   P
+PG17  14148.714079  11743.894381 -19113.620434    184.215322 13 13 13 231  P   P
+PG18 -19114.138305 -16556.554174   9026.698527    129.580525 16 14 16 216  P   P
+PG19  -8997.492135  21067.700426  13140.563779   -126.037753 15 12 13 268  P   P
+PG20   2823.405737  17291.035505 -20127.640798     48.822779 15 12  7 248  P   P
+PG21  -9504.013634 -12900.549722  21584.334889   -134.445852 14 14 10 263  P   P
+PG22 -24315.368947 -10734.720131  -1245.175779    150.850014 12 15 16 216  P   P
+PG23  -1112.173736  25932.184601  -4688.927537    316.250018 13 11 16 237  P   P
+PG24  -9495.178697  19166.105964 -15511.593650    378.081208 20 12 18 288  P   P
+PG25 -12811.193825 -17408.190531 -15462.632174     -0.985307 16  9 14 210  P   P
+PG26  11950.102649 -13840.687691  18511.504947   -160.727683 13 15 12 314  P   P
+PG27  16411.755376 -19076.259363  -7321.525786    251.403676 13 12 16 335  P   P
+PG28  22871.251339  13616.320850   2630.110588     28.722973 10  9 13 271  P   P
+PG29  -4457.345173 -25867.998219   4270.997443    196.648148 10  8 13 189  P   P
+PG30 -24290.770618  -2212.653105  10140.526493    333.630004 11 14 15 289  P   P
+PG31 -22486.981903   4822.845067 -13264.529813     60.753730 12 14 16 251  P   P
+PG32  -6571.610824  13737.684331 -21484.084609   -226.595313 15 14  9 295  P   P
+*  2011  4  1 14 45  0.00000000
+PG02  22337.018516 -11759.217384  -7379.939490    328.299167  8 13 14 266  P   P
+PG03 -13212.736275   9518.406825  20525.953414    696.200611 13 13  7 304  P   P
+PG04  20794.091739   -958.041181 -16895.532994     76.469693 13 14  7 293  P   P
+PG05  20725.816608  -4336.001267  16076.992884   -138.038233 15 15 14 134  P   P
+PG06 -15185.078426   4604.130470  21453.224014   -226.772708 12 10  4 345  P   P
+PG07   5136.757475  14621.789209  21545.586719      7.031813 16 10 13 276  P   P
+PG08  14611.628611   6689.692363  21281.819156      7.625852 11 12 11 339  P   P
+PG09  12508.406456 -20693.066097 -11523.651131     71.160807 14  8 15 271  P   P
+PG10  25317.990651   8151.757251   2745.508187    -70.436066  8 11 13 318  P   P
+PG11  -9813.460496  23431.873998  -7433.069329   -139.164682 14 10 15 270  P   P
+PG12   4011.526735 -14423.909226 -21916.795434    -14.959786 16 13  8 256  P   P
+PG13   5193.895076  25548.924537   4779.437885    276.816425 14  2 15 229  P   P
+PG14 -13689.164145 -13306.713948 -18368.668694    141.238667 11 14 15 236  P   P
+PG15   5256.870282 -22573.650619  12827.390221   -138.644276 14 14 15 229  P   P
+PG16 -22050.267589   1747.999975  14954.697352   -161.970846 11 13 12 247  P   P
+PG17  14228.937825  13864.541298 -17603.663580    184.215476 13 12 14 230  P   P
+PG18 -17978.149329 -16341.457881  11468.257534    129.582389 17 14 16 213  P   P
+PG19  -9287.508626  19438.513328  15304.766142   -126.041209 15 12 13 268  P   P
+PG20    614.242074  16555.895294 -20918.846724     48.822867 15 12  7 247  P   P
+PG21  -7563.431883 -14295.938936  21413.863559   -134.448179 14 13 11 262  P   P
+PG22 -24181.366858 -11037.564850   1544.342002    150.849321 13 15 16 217  P   P
+PG23  -1451.193861  25265.585247  -7457.925283    316.247737 13 12 16 237  P   P
+PG24 -11011.745554  19916.637103 -13405.518459    378.084252 20 12 19 285  P   P
+PG25 -11012.501411 -16859.371414 -17342.008583     -0.985647 16 10 14 208  P   P
+PG26  12185.736075 -11530.514153  19885.586653   -160.737082 13 15 11 317  P   P
+PG27  17137.537258 -19392.994602  -4515.994176    251.406580 13 13 16 331  P   P
+PG28  22427.521009  13620.380439   5447.498703     28.725149 11  8 13 271  P   P
+PG29  -4238.593211 -26206.281789   1440.976078    196.650647 10  8 13 190  P   P
+PG30 -25203.551265  -2808.173388   7538.536083    333.632885 10 14 15 294  P   P
+PG31 -21240.976365   3710.790211 -15443.089193     60.758280 13 14 15 250  P   P
+PG32  -8789.030377  12546.115691 -21384.980664   -226.602019 16 14 10 296  P   P
+*  2011  4  1 15  0  0.00000000
+PG02  21800.393061 -10840.507018  -9974.768822    328.301176  9 13 14 265  P   P
+PG03 -14050.239172   7190.302016  20934.710602    696.205302 14 12  6 305  P   P
+PG04  19401.128053    461.492306 -18485.658247     76.478975 13 14  7 293  P   P
+PG05  22296.210436  -3599.203425  14039.917676   -138.043473 14 15 15 145  P   P
+PG06 -15779.138897   2250.196512  21419.482591   -226.878272 12  9  4 343  P   P
+PG07   3255.550932  16148.082159  20791.181837      7.032724 16 10 14 276  P   P
+PG08  12644.140999   8154.486279  21971.913068      7.625944 12 13 11 338  P   P
+PG09  13426.887949 -21313.211372  -8948.145126     71.162792 14  8 15 275  P   P
+PG10  25392.985242   8455.315885    -60.708640    -70.437125  8 11 13 318  P   P
+PG11 -10578.873984  23734.174111  -4833.494690   -139.167453 14 10 15 270  P   P
+PG12   6368.956889 -13564.847265 -21891.865157    -14.957217 16 13 10 254  P   P
+PG13   5065.387685  25963.629238   1896.586836    276.815093 14  5 16 228  P   P
+PG14 -13852.381275 -15323.429945 -16617.314752    141.240852 12 14 15 236  P   P
+PG15   5814.089361 -21057.318946  14998.844047   -138.641540 14 14 14 228  P   P
+PG16 -23461.279006   1053.078167  12726.655748   -161.973351 11 12 12 247  P   P
+PG17  14390.661390  15789.635597 -15790.206664    184.215630 13 12 14 228  P   P
+PG18 -16589.506959 -16090.492636  13719.096247    129.584254 17 14 16 210  P   P
+PG19  -9683.070461  17597.964289  17201.585181   -126.044667 15 11 12 267  P   P
+PG20  -1693.639681  15907.597821 -21355.102618     48.822957 16 12  9 245  P   P
+PG21  -5717.208219 -15762.875312  20886.116330   -134.450508 14 13 12 261  P   P
+PG22 -23770.629400 -11234.901758   4307.490103    150.848627 14 14 16 217  P   P
+PG23  -1877.320812  24313.786120 -10095.978282    316.245459 14 13 16 238  P   P
+PG24 -12289.331163  20587.552631 -11064.870608    378.087323 19 13 19 281  P   P
+PG25  -9001.795194 -16343.472688 -18923.470482     -0.985987 17 10 13 205  P   P
+PG26  12562.113487  -9098.845037  20895.675355   -160.746473 14 15 11 319  P   P
+PG27  17602.368612 -19526.074718  -1630.084670    251.409454 13 13 16 327  P   P
+PG28  21698.417649  13531.629373   8173.647186     28.727330 12  7 13 272  P   P
+PG29  -3989.548404 -26237.750343  -1413.767494    196.653147 11  9 13 191  P   P
+PG30 -25854.428420  -3264.069858   4805.229896    333.635749  9 13 15 298  P   P
+PG31 -19879.421060   2379.136468 -17354.733286     60.762827 13 14 15 249  P   P
+PG32 -11036.801035  11479.538054 -20907.147793   -226.608735 16 14 11 297  P   P
+*  2011  4  1 15 15  0.00000000
+PG02  21106.785456  -9695.423661 -12393.025917    328.303190 10 14 14 265  P   P
+PG03 -15001.285494   4881.881845  20968.993437    696.209973 14 12  5 306  P   P
+PG04  17964.744751   2061.216463 -19766.177002     76.488270 14 14  9 293  P   P
+PG05  23666.959921  -3009.403154  11762.109376   -138.048714 14 14 15 157  P   P
+PG06 -16479.157345    -47.183882  21022.884093   -226.983844 12  9  5 342  P   P
+PG07   1534.456203  17701.322817  19677.649794      7.033636 16 11 15 275  P   P
+PG08  10717.453756   9770.881399  22286.880615      7.626067 13 13 12 338  P   P
+PG09  14105.384805 -21769.769723  -6221.621661     71.164774 14  8 16 278  P   P
+PG10  25183.027532   8661.715423  -2865.924125    -70.438164  8 11 13 319  P   P
+PG11 -11179.713534  23813.357115  -2149.535527   -139.170231 14 11 15 270  P   P
+PG12   8747.714379 -12840.933975 -21488.955780    -14.954646 16 13 11 252  P   P
+PG13   4904.548177  26059.645604  -1019.066927    276.813760 14  7 16 227  P   P
+PG14 -14085.447499 -17114.550770 -14578.394424    141.243036 12 14 16 235  P   P
+PG15   6507.427263 -19348.413524  16910.386647   -138.638804 15 14 14 227  P   P
+PG16 -24656.745616    516.150449  10283.272798   -161.975854 10 12 13 248  P   P
+PG17  14604.509339  17486.104423 -13705.168399    184.215784 13 12 14 227  P   P
+PG18 -14963.314867 -15839.289784  15742.045098    129.586120 18 13 15 206  P   P
+PG19 -10204.472119  15586.204060  18798.532114   -126.048130 15 10 12 267  P   P
+PG20  -4058.328163  15364.529473 -21428.924646     48.823048 16 12 10 244  P   P
+PG21  -3994.861304 -17267.305905  20007.901162   -134.452837 14 13 13 260  P   P
+PG22 -23077.566589 -11361.300853   6997.195183    150.847937 14 14 16 219  P   P
+PG23  -2420.679454  23103.359910 -12556.977221    316.243182 14 13 15 238  P   P
+PG24 -13324.036048  21138.043977  -8530.461093    378.090423 19 14 20 276  P   P
+PG25  -6811.464417 -15892.887438 -20179.848807     -0.986328 17 10 12 203  P   P
+PG26  13086.613347  -6598.890534  21523.585543   -160.755855 14 15 10 322  P   P
+PG27  17828.629715 -19443.551212   1284.659625    251.412307 13 14 16 323  P   P
+PG28  20685.382349  13389.795483  10763.596480     28.729515 13  7 13 272  P   P
+PG29  -3673.384317 -25967.946775  -4244.215085    196.655644 12  9 13 192  P   P
+PG30 -26220.642516  -3610.549780   1988.605123    333.638589  9 13 15 301  P   P
+PG31 -18447.545450    832.860601 -18965.544507     60.767372 14 14 15 248  P   P
+PG32 -13266.810484  10552.537855 -20058.027469   -226.615466 16 14 12 297  P   P
+*  2011  4  1 15 30  0.00000000
+PG02  20296.085859  -8321.628176 -14592.296500    328.305207 11 14 13 264  P   P
+PG03 -16048.063991   2638.534503  20629.161530    696.214622 14 11  6 307  P   P
+PG04  16525.022298   3824.212452 -20715.201560     76.497580 15 14 10 293  P   P
+PG05  24802.754767  -2545.659730   9282.758077   -138.053957 13 14 16 167  P   P
+PG06 -17266.490920  -2246.224391  20270.655322   -227.089423 13  9  5 341  P   P
+PG07     -3.507466  19238.287609  18223.687332      7.034546 16 11 15 275  P   P
+PG08   8873.388450  11509.349726  22219.664696      7.626222 13 13 12 337  P   P
+PG09  14557.878751 -22024.024220  -3389.446833     71.166755 13  8 15 281  P   P
+PG10  24681.318160   8806.610782  -5623.055508    -70.439181  9 10 13 319  P   P
+PG11 -11638.093059  23646.493260    572.088062   -139.173004 14 12 15 271  P   P
+PG12  11098.372350 -12260.821611 -20714.519663    -14.952077 16 13 13 249  P   P
+PG13   4672.146644  25843.349477  -3917.149365    276.812422 14  9 16 226  P   P
+PG14 -14354.236035 -18650.432361 -12287.716773    141.245220 12 14 16 234  P   P
+PG15   7350.548437 -17488.385125  18529.209267   -138.636070 15 14 13 225  P   P
+PG16 -25602.737470    113.449960   7666.052803   -161.978351 10 12 13 249  P   P
+PG17  14836.573401  18928.131958 -11384.972106    184.215937 13 11 15 225  P   P
+PG18 -13121.911856 -15620.857916  17503.650261    129.587984 18 13 15 204  P   P
+PG19 -10864.861419  13447.745685  20068.547932   -126.051595 14  9 11 267  P   P
+PG20  -6435.205141  14937.995628 -21138.890740     48.823141 16 12 12 242  P   P
+PG21  -2419.906663 -18770.797583  18791.878835   -134.455169 14 13 14 259  P   P
+PG22 -22104.714498 -11452.419139   9567.789050    150.847249 15 14 16 221  P   P
+PG23  -3105.913913  21667.996371 -14798.095990    316.240907 14 14 15 237  P   P
+PG24 -14120.465624  21529.040283  -5846.603779    378.093556 19 15 20 270  P   P
+PG25  -4480.106925 -15534.491754 -21089.547327     -0.986667 17 11 11 200  P   P
+PG26  13757.726956  -4085.263988  21758.572612   -160.765228 14 16  9 324  P   P
+PG27  17845.870113 -19119.895662   4176.988312    251.415146 13 14 16 318  P   P
+PG28  19398.227729  13234.376057  13175.027048     28.731704 13  7 13 273  P   P
+PG29  -3255.440660 -25410.990303  -7001.665723    196.658141 12 10 13 192  P   P
+PG30 -26287.504854  -3881.781883   -862.355705    333.641402  9 13 15 304  P   P
+PG31 -16990.435240   -914.175991 -20246.676705     60.771916 14 14 14 247  P   P
+PG32 -15429.708426   9771.613311 -18851.910900   -226.622207 16 14 13 298  P   P
+*  2011  4  1 15 45  0.00000000
+PG02  19409.626570  -6725.170100 -16534.300963    328.307227 12 15 13 263  P   P
+PG03 -17166.021873    501.799185  19922.461152    696.219249 14 10  6 307  P   P
+PG04  15119.324673   5726.328933 -21316.200469     76.506904 15 14 12 292  P   P
+PG05  25674.440943  -2181.160018   6644.441371   -138.059201 13 14 16 175  P   P
+PG06 -18116.125900  -4309.348028  19175.908947   -227.195002 13 10  7 339  P   P
+PG07  -1343.451071  20713.416687  16453.977174      7.035454 16 10 16 274  P   P
+PG08   7148.630983  13333.359435  21769.704698      7.626404 14 13 13 336  P   P
+PG09  14805.811996 -22041.975445   -499.361073     71.168737 13  8 15 284  P   P
+PG10  23889.258600   8926.731619  -8286.006228    -70.440176 10 10 13 319  P   P
+PG11 -11980.582358  23217.247295   3283.612414   -139.175787 14 13 15 271  P   P
+PG12  13371.183437 -11824.819927 -19581.486454    -14.949506 16 13 14 246  P   P
+PG13   4331.308288  25330.189504  -6747.770089    276.811085 14 10 16 225  P   P
+PG14 -14620.828826 -19909.617739  -9785.292734    141.247405 13 14 17 233  P   P
+PG15   8349.545904 -15521.914467  19827.667073   -138.633338 15 15 13 224  P   P
+PG16 -26271.879584   -184.529097   4919.321276   -161.980842  9 11 13 250  P   P
+PG17  15049.849811  20097.949477  -8869.883213    184.216092 13 11 15 223  P   P
+PG18 -11094.204531 -15464.273878  18974.660421    129.589846 18 13 14 203  P   P
+PG19 -11669.613516  11229.847764  20990.437409   -126.055062 14  8 11 266  P   P
+PG20  -8778.439790  14631.825371 -20489.675069     48.823236 16 12 13 241  P   P
+PG21  -1009.075321 -20231.846850  17256.507635   -134.457504 14 12 14 258  P   P
+PG22 -20862.715583 -11543.467656  11975.752809    150.846560 15 13 15 222  P   P
+PG23  -3951.028997  20047.207910 -16780.560896    316.238634 14 14 15 237  P   P
+PG24 -14691.358778  21724.834703  -3060.303516    378.096706 18 16 20 264  P   P
+PG25  -2051.239330 -15288.567173 -21636.911926     -0.987008 17 11 10 197  P   P
+PG26  14565.067491  -1611.894187  21597.508669   -160.774587 14 15  9 326  P   P
+PG27  17689.363037 -18537.034127   6996.887149    251.417983 13 15 16 312  P   P
+PG28  17854.823107  13103.051462  15368.837438     28.733899 14  6 12 273  P   P
+PG29  -2704.768095 -24589.031580  -9638.573521    196.660637 13 10 13 192  P   P
+PG30 -26048.894667  -4114.330715  -3698.558102    333.644186  9 13 15 306  P   P
+PG31 -15551.307670  -2839.519780 -21174.928220     60.776459 14 14 14 246  P   P
+PG32 -17476.728136   9135.008363 -17309.719156   -226.628961 15 14 14 298  P   P
+*  2011  4  1 16  0  0.00000000
+PG02  18488.484225  -4920.418590 -18185.581389    328.309251 13 15 13 262  P   P
+PG03 -18324.826265  -1492.078400  18862.797696    696.223851 14 10  8 307  P   P
+PG04  13780.964075   7736.878612 -21558.294157     76.516240 16 14 13 291  P   P
+PG05  26260.070843  -1884.446109   3892.397733   -138.064447 12 13 16 181  P   P
+PG06 -18997.613630  -6204.396302  17757.407752   -227.300583 13 10  8 338  P   P
+PG07  -2479.026764  22080.523179  14398.787935      7.036362 16 10 16 274  P   P
+PG08   5573.413074  15200.592456  20943.063428      7.626615 14 13 13 335  P   P
+PG09  14877.189871 -21795.807536   2399.266033     71.170719 13  8 15 287  P   P
+PG10  22816.444160   9058.334305 -10810.369420    -70.441149 11 10 12 318  P   P
+PG11 -12236.983258  22516.678331   5937.114521   -139.178571 14 14 15 271  P   P
+PG12  15517.837883 -11524.958589 -18109.068768    -14.946938 16 13 14 243  P   P
+PG13   3849.129112  24544.027951  -9462.382184    276.809746 15 11 16 224  P   P
+PG14 -14845.119629 -20879.470474  -7114.607045    141.249591 13 13 17 232  P   P
+PG15   9502.554556 -13495.286655  20783.739028   -138.630607 15 15 12 222  P   P
+PG16 -26644.339409   -411.722547   2089.509574   -161.983331  9 11 13 251  P   P
+PG17  15205.794186  20986.319402  -6203.294528    184.216246 13 10 16 221  P   P
+PG18  -8914.772764 -15393.525858  20130.460061    129.591705 18 12 13 202  P   P
+PG19 -12616.026610   8980.812335  21549.185945   -126.058531 14  5 11 266  P   P
+PG20 -11042.534401  14442.268729 -19491.988912     48.823333 16 12 14 240  P   P
+PG21    228.224141 -21607.345076  15425.893286   -134.459842 15 12 15 257  P   P
+PG22 -19370.004881 -11667.710962  14180.417368    150.845874 16 13 15 225  P   P
+PG23  -4966.508779  18284.822135 -18470.330696    316.236361 14 14 14 236  P   P
+PG24 -15056.893953  21694.589519   -220.389116    378.099875 18 17 20 260  P   P
+PG25    428.179943 -15167.989866 -21812.499362     -0.987347 17 11  9 194  P   P
+PG26  15489.781361    770.009751  21044.862847   -160.783932 14 15  9 327  P   P
+PG27  17398.482951 -17685.067320   9696.438956    251.420825 13 15 16 305  P   P
+PG28  16080.507937  13030.195552  17309.659909     28.736098 14  6 12 273  P   P
+PG29  -1995.535780 -23531.408462 -12109.372459    196.663130 13 11 12 191  P   P
+PG30 -25507.431064  -4345.526155  -6471.637758    333.646939 10 12 15 308  P   P
+PG31 -14169.858357  -4912.764370 -21733.220604     60.781000 14 14 13 245  P   P
+PG32 -19361.504832   8632.901388 -15458.633948   -226.635727 15 14 15 298  P   P
+*  2011  4  1 16 15  0.00000000
+PG02  17571.820644  -2929.658016 -19518.076930    328.311277 13 15 13 261  P   P
+PG03 -19489.566857  -3313.350370  17470.370152    696.228428 14 10  8 307  P   P
+PG04  12538.017447   9819.583979 -21436.475761     76.525590 16 14 14 290  P   P
+PG05  26545.688936  -1620.821649   1073.758909   -138.069696 11 13 16 187  P   P
+PG06 -19876.217513  -7905.633287  16039.247998   -227.406161 13 11  9 336  P   P
+PG07  -3412.501186  23294.548590  12093.467361      7.037269 16  9 17 273  P   P
+PG08   4170.434420  17064.416474  19752.439836      7.626852 14 13 14 333  P   P
+PG09  14805.416039 -21265.161049   5256.250673     71.172704 13  9 15 289  P   P
+PG10  21480.370927   9235.685542 -13154.098223    -70.442104 12 10 12 318  P   P
+PG11 -12438.964962  21543.759682   8485.423746   -139.181363 14 14 15 271  P   P
+PG12  17493.179390 -11345.386473 -16322.452218    -14.944369 16 13 15 240  P   P
+PG13   3198.129368  23516.173456 -12014.606242    276.808405 15 12 15 223  P   P
+PG14 -14986.500141 -21556.471305  -4321.842018    141.251776 14 13 17 231  P   P
+PG15  10799.684378 -11454.720704  21381.383413   -138.627877 15 14 11 221  P   P
+PG16 -26708.545641   -605.023373   -775.588903   -161.985813  8 11 13 252  P   P
+PG17  15265.932996  21592.699619  -3430.972857    184.216401 14 10 16 219  P   P
+PG18  -6622.777509 -15426.547738  20951.446200    129.593564 19 12 12 202  P   P
+PG19 -13693.347407   6748.265515  21736.157503   -126.062001 14  4 11 265  P   P
+PG20 -13183.865661  14358.191148 -18162.427564     48.823433 16 12 15 239  P   P
+PG21   1290.171748 -22854.150867  13329.535547   -134.462185 15 11 16 256  P   P
+PG22 -17652.215713 -11855.054826  16144.611463    150.845189 16 13 15 227  P   P
+PG23  -6154.746380  16427.324976 -19838.675062    316.234091 15 14 14 236  P   P
+PG24 -15243.701875  21413.657191   2623.389647    378.103053 18 17 20 259  P   P
+PG25   2909.358963 -15177.717898 -21613.241021     -0.987687 17 11 10 191  P   P
+PG26  16505.336448   3013.846800  20112.493318   -160.793262 14 15 10 328  P   P
+PG27  17014.980181 -16562.661591  12230.589761    251.423681 13 15 15 296  P   P
+PG28  14107.258659  13045.530056  18966.314458     28.738297 15  6 11 273  P   P
+PG29  -1108.245429 -22273.533501 -14371.273367    196.665624 14 11 12 191  P   P
+PG30 -24674.322057  -4611.833139  -9134.757882    333.649658 11 12 15 309  P   P
+PG31 -12880.747609  -7096.516609 -21910.969269     60.785539 14 14 13 243  P   P
+PG32 -21041.811481   8247.942991 -13331.585672   -226.642505 15 14 15 297  P   P
+*  2011  4  1 16 30  0.00000000
+PG02  16695.331248   -782.369242 -20509.578191    328.313307 14 15 13 259  P   P
+PG03 -20622.143582  -4939.685327  15771.183560    696.232981 14 10  9 307  P   P
+PG04  11412.338525  11933.742409 -20951.751527     76.534951 16 14 15 289  P   P
+PG05  26525.823980  -1353.882259  -1763.246178   -138.074946 11 12 16 193  P   P
+PG06 -20714.228961  -9394.510307  14050.466753   -227.511734 13 12 10 335  P   P
+PG07  -4154.486439  24313.294902   9577.836405      7.038172 16  7 17 273  P   P
+PG08   2954.073617  18875.560197  18217.059037      7.627112 15 13 14 332  P   P
+PG09  14627.896614 -20438.154713   8021.469334     71.174695 13  9 15 292  P   P
+PG10  19905.868900   9489.630481 -15278.137288    -70.443037 13 10 11 317  P   P
+PG11 -12618.615129  20305.590576  10883.039267   -139.184158 14 15 15 270  P   P
+PG12  19256.811099 -11263.093827 -14252.373506    -14.941802 16 13 16 236  P   P
+PG13   2357.489613  22284.146276 -14361.005251    276.807062 15 13 15 221  P   P
+PG14 -15005.562657 -21946.171159  -1455.068282    141.253961 14 12 17 230  P   P
+PG15  12223.274586  -9444.719131  21610.784667   -138.625148 15 14 10 219  P   P
+PG16 -26461.612971   -802.698953  -3627.581706   -161.988293  8 11 13 253  P   P
+PG17  15193.469838  21925.086426   -600.280230    184.216556 14 10 16 216  P   P
+PG18  -4260.706556 -15574.478208  21423.345200    129.595416 19 12 11 203  P   P
+PG19 -14883.120935   4577.487953  21549.174679   -126.065473 14  8 11 264  P   P
+PG20 -15162.165354  14361.559312 -16523.223825     48.823533 16 12 15 238  P   P
+PG21   2182.510708 -23930.714012  11001.964444   -134.464531 15 10 16 255  P   P
+PG22 -15741.328328 -12130.773908  17835.249496    150.844503 17 13 14 230  P   P
+PG23  -7509.805211  14522.123015 -20862.642402    316.231821 15 15 13 235  P   P
+PG24 -15283.626868  20864.662513   5421.280798    378.106234 17 18 20 263  P   P
+PG25   5343.351267 -15314.596447 -21042.498814     -0.988024 17 11 11 188  P   P
+PG26  17578.642984   5079.282304  18819.266041   -160.802575 14 15 11 330  P   P
+PG27  16581.225098 -15177.110177  14557.813599    251.426562 13 15 15 287  P   P
+PG28  11972.640266  13172.964147  20312.202778     28.740501 15  6 11 273  P   P
+PG29    -30.702681 -20855.554964 -16385.018492    196.668116 14 11 11 191  P   P
+PG30 -23568.904900  -4947.283696 -11643.351137    333.652343 12 12 15 310  P   P
+PG31 -11712.289692  -9347.655407 -21704.334298     60.790078 14 14 13 242  P   P
+PG32 -22481.135604   7956.120445 -10966.610567   -226.649295 14 13 15 297  P   P
+*  2011  4  1 16 45  0.00000000
+PG02  15889.863358   1485.769340 -21144.055472    328.315338 14 16 13 258  P   P
+PG03 -21682.776716  -6356.770366  13796.458253    696.237510 14 11  9 306  P   P
+PG04  10418.803399  14035.572729 -20111.195150     76.544322 17 14 16 287  P   P
+PG05  26203.669997  -1047.111031  -4570.103270   -138.080198 10 12 16 197  P   P
+PG06 -21472.404687 -10660.165278  11824.578388   -227.617297 14 12 11 333  P   P
+PG07  -4723.337893  25099.063854   6895.494225      7.039076 16  4 17 272  P   P
+PG08   1929.926109  20583.930112  16362.433526      7.627393 15 12 15 330  P   P
+PG09  14384.461305 -19312.104632  10645.778662     71.176690 13 10 14 293  P   P
+PG10  18124.282067   9846.294885 -17147.010431    -70.443955 13  9 11 316  P   P
+PG11 -12806.968674  18817.285014  13087.029814   -139.186958 14 15 14 270  P   P
+PG12  20774.527652 -11248.929905 -11934.592870    -14.939237 15 13 16 233  P   P
+PG13   1314.023503  20890.226082 -16461.798635    276.805718 15 13 15 220  P   P
+PG14 -14865.753409 -22062.806961   1436.582708    141.256145 15 11 18 228  P   P
+PG15  13748.457133  -7506.500979  21468.489441   -138.622420 15 14 10 217  P   P
+PG16 -25909.457499  -1042.756225  -6418.250122   -161.990768  8 11 13 254  P   P
+PG17  14954.826061  21999.546277   2240.617618    184.216714 14  9 16 212  P   P
+PG18  -1872.999020 -15841.171551  21537.465708    129.597266 19 11 10 205  P   P
+PG19 -16159.846569   2509.858415  20992.484464   -126.068944 13 10 12 263  P   P
+PG20 -16941.885934  14428.201861 -14601.909651     48.823637 16 12 16 237  P   P
+PG21   2918.220871 -24798.689514   8482.261559   -134.466883 15  9 16 254  P   P
+PG22 -13674.593635 -12514.425680  19223.852534    150.843819 17 12 14 232  P   P
+PG23  -9017.517798  12615.795538 -21525.411202    316.229554 15 14 12 234  P   P
+PG24 -15212.289293  20038.301399   8124.444295    378.109422 17 18 20 270  P   P
+PG25   7682.741982 -15567.488713 -20110.012074     -0.988362 17 11 12 185  P   P
+PG26  18671.447513   6933.607525  17190.521562   -160.811872 14 15 12 331  P   P
+PG27  16138.489856 -13544.076955  16640.674255    251.429474 13 15 14 275  P   P
+PG28   9718.579061  13429.653840  21325.643779     28.742704 15  7 10 273  P   P
+PG29   1241.294346 -19320.842362 -18115.579447    196.670606 14 12 10 191  P   P
+PG30 -22217.902598  -5382.028315 -13955.798288    333.654992 13 12 15 311  P   P
+PG31 -10685.401216 -11618.835853 -21116.342131     60.794618 14 14 13 241  P   P
+PG32 -23650.027647   7727.910629  -8406.093567   -226.656095 14 13 16 296  P   P
+*  2011  4  1 17  0  0.00000000
+PG02  15180.257547   3834.115953 -21411.859611    328.317369 14 16 13 257  P   P
+PG03 -22631.573806  -7558.580662  11581.956318    696.242015 14 12 10 305  P   P
+PG04   9564.820501  16079.698002 -18927.910681     76.553705 17 14 16 286  P   P
+PG05  25590.949792   -665.477846  -7298.827467   -138.085453  9 11 16 200  P   P
+PG06 -22111.473659 -11699.639707   9399.045768   -227.722851 14 13 12 331  P   P
+PG07  -5144.241848  25620.136840   4093.046647      7.039984 15  4 17 272  P   P
+PG08   1094.695210  22140.498300  14219.992552      7.627693 15 12 15 328  P   P
+PG09  14115.660559 -17893.899148  13081.962262     71.178692 13 10 14 295  P   P
+PG10  16172.424099  10325.966163 -18729.359589    -70.444855 14  9 10 315  P   P
+PG11 -13032.578658  17101.537625  15057.891522   -139.189759 15 16 14 270  P   P
+PG12  22019.515768 -11268.876391  -9409.269703    -14.936674 15 13 17 229  P   P
+PG13     62.852236  19379.839670 -18281.505500    276.804374 16 13 14 220  P   P
+PG14 -14534.913818 -21928.599294   4303.750219    141.258329 16  9 18 226  P   P
+PG15  15344.006053  -5676.577528  20957.431903   -138.619693 15 14 10 216  P   P
+PG16 -25066.598117  -1361.314434  -9100.322281   -161.993238  8 11 13 255  P   P
+PG17  14521.058868  21839.457514   5043.543458    184.216873 15  8 16 209  P   P
+PG18    495.406319 -16222.979563  21290.883282    129.599111 19 11 10 206  P   P
+PG19 -17491.910684    581.467792  20076.615231   -126.072415 13 11 12 262  P   P
+PG20 -18493.399850  14528.818291 -12430.888786     48.823742 16 12 16 237  P   P
+PG21   3516.893317 -25424.476290   5813.465252   -134.469240 15  9 17 254  P   P
+PG22 -11493.271771 -13018.989780  20286.996720    150.843133 17 12 13 235  P   P
+PG23 -10655.914246  10752.405547 -21816.522278    316.227287 15 14 11 233  P   P
+PG24 -15067.509914  18933.824294  10685.841464    378.112598 16 19 19 278  P   P
+PG25   9883.277261 -15917.727747 -18831.736009     -0.988699 17 11 13 183  P   P
+PG26  19741.929451   8552.749967  15257.415740   -160.821150 13 15 12 331  P   P
+PG27  15725.328927 -11687.045668  18446.286134    251.432428 13 15 14 260  P   P
+PG28   7389.997170  13825.308968  21990.152019     28.744910 16  7 10 272  P   P
+PG29   2703.578624 -17714.354836 -19532.785014    196.673097 15 12  9 191  P   P
+PG30 -20654.430386  -5941.056899 -16034.038210    333.657605 14 12 15 311  P   P
+PG31  -9812.854520 -13860.179714 -20156.871906     60.799154 14 14 13 240  P   P
+PG32 -24527.162247   7529.669447  -5695.917646   -226.662906 13 13 16 295  P   P
+*  2011  4  1 17 15  0.00000000
+PG02  14584.454040   6218.481426 -21309.797823    328.319404 15 16 14 255  P   P
+PG03 -23430.088117  -8547.315924   9167.246236    696.246497 14 12 11 304  P   P
+PG04   8850.127396  18020.713154 -17420.899194     76.563094 17 14 17 284  P   P
+PG05  24707.466646   -176.981304  -9902.768046   -138.090709  9 11 15 204  P   P
+PG06 -22593.659598 -12517.806023   6814.692053   -227.828392 14 13 12 330  P   P
+PG07  -5448.029131  25852.034762   1219.272793      7.040895 15  6 18 271  P   P
+PG08    436.447944  23499.184931  11826.580394      7.628009 15 11 16 326  P   P
+PG09  13861.006704 -16200.000218  15285.682200     71.180703 13 11 13 297  P   P
+PG10  14091.345242  10942.192334 -19998.430397    -70.445741 14  8  9 314  P   P
+PG11 -13320.192911  15187.881509  16760.340234   -139.192563 15 16 13 269  P   P
+PG12  22973.274700 -11285.525972  -6720.252584    -14.934112 14 13 17 224  P   P
+PG13  -1392.242699  17799.850913 -19789.508919    276.803029 16 13 14 219  P   P
+PG14 -13986.652275 -21572.762348   7097.666497    141.260513 16  8 18 224  P   P
+PG15  16973.438425  -3985.523666  20086.850206   -138.616967 15 13 11 214  P   P
+PG16 -23955.649946  -1791.045154 -11628.236847   -161.995705  9 12 13 256  P   P
+PG17  13869.105293  21474.493272   7761.090303    184.217032 15  8 16 205  P   P
+PG18   2800.550481 -16708.815951  20686.551700    129.600952 19 11 12 208  P   P
+PG19 -18842.756505  -1178.047231  18818.132088   -126.075884 13 12 13 261  P   P
+PG20 -19793.986895  14630.199819 -10046.924523     48.823851 15 12 16 237  P   P
+PG21   4003.821411 -25780.613952   3041.862914   -134.471603 15 10 17 253  P   P
+PG22  -9241.231315 -13650.263835  21006.684173    150.842448 17 12 12 237  P   P
+PG23 -12395.959375   8971.934866 -21731.992211    316.225023 15 14 10 231  P   P
+PG24 -14887.662298  17559.185927  13061.080909    378.115767 16 19 19 284  P   P
+PG25  11905.375211 -16339.872111 -17229.574008     -0.989034 17 12 14 181  P   P
+PG26  20746.423553   9921.903521  13056.162790   -160.830409 13 14 12 332  P   P
+PG27  15376.111455  -9636.506074  19946.679411    251.435428 13 15 13 242  P   P
+PG28   5033.352493  14361.768318  22294.659794     28.747117 16  8 10 272  P   P
+PG29   4343.567078 -16080.955751 -20611.866385    196.675585 15 12  8 191  P   P
+PG30 -18916.793121  -6643.131590 -17844.106008    333.660184 14 12 14 311  P   P
+PG31  -9098.869412 -16021.084302 -18842.503739     60.803693 14 14 13 239  P   P
+PG32 -25100.067688   7325.194706  -2884.543465   -226.669725 12 13 16 294  P   P
+*  2011  4  1 17 30  0.00000000
+PG02  14112.893851   8592.668055 -20841.089852    328.321438 15 16 15 254  P   P
+PG03 -24042.806501  -9333.016936   6594.926234    696.250959 14 13 12 303  P   P
+PG04   8266.887059  19814.781269 -15614.825386     76.572490 17 14 18 282  P   P
+PG05  23580.361324    445.925749 -12337.390856   -138.095966  9 10 15 206  P   P
+PG06 -22884.164104 -13127.007659   4115.059538   -227.933919 15 13 13 328  P   P
+PG07  -5669.762510  25778.505922  -1675.753527      7.041783 15  8 18 270  P   P
+PG08    -64.768114  24618.656343   9223.828555      7.628336 15 10 16 324  P   P
+PG09  13657.233519 -14256.057512  17216.409700     71.182723 13 11 13 298  P   P
+PG10  11924.952038  11701.131126 -20932.499565    -70.446616 15  8  8 313  P   P
+PG11 -13689.595857  13111.667826  18164.016159   -139.195368 15 16 13 269  P   P
+PG12  23626.219081 -11259.706628  -3914.297229    -14.931553 13 13 17 219  P   P
+PG13  -3038.799547  16196.817826 -20960.534763    276.801684 16 14 13 218  P   P
+PG14 -13201.496302 -21030.266675   9770.957434    141.262696 17  5 17 222  P   P
+PG15  18596.323519  -2456.989692  18872.097791   -138.614243 14 13 12 213  P   P
+PG16 -22606.526664  -2359.737346 -13958.887410   -161.998169 10 12 13 258  P   P
+PG17  12982.807460  20939.385368  10347.382294    184.217195 15  7 16 200  P   P
+PG18   5000.911147 -17280.505713  19733.335584    129.602787 19 10 14 210  P   P
+PG19 -20172.243780  -2746.411080  17239.298921   -126.079352 12 13 14 259  P   P
+PG20 -20828.570971  14696.617514  -7490.548245     48.823961 15 12 17 237  P   P
+PG21   4408.837263 -25846.972984    216.178398   -134.473970 15 12 17 252  P   P
+PG22  -6963.459570 -14406.537722  21370.632204    150.841761 17 12 12 240  P   P
+PG23 -14202.565755   7308.901831 -21274.310831    316.222759 15 14 10 230  P   P
+PG24 -14710.021559  15930.857365  15209.203759    378.118920 16 20 19 289  P   P
+PG25  13715.460872 -16802.736484 -15331.007851     -0.989369 17 12 14 181  P   P
+PG26  21641.190031  11035.767121  10627.209650   -160.839651 13 14 13 332  P   P
+PG27  15119.749507  -7428.914904  21119.076482    251.438482 13 15 13 221  P   P
+PG28   2695.130003  15032.856108  22233.682741     28.749323 16  8 10 272  P   P
+PG29   6140.546959 -14463.739414 -21333.908765    196.678075 15 12  5 192  P   P
+PG30 -17047.119915  -7499.965003 -19356.597711    333.662730 15 12 14 310  P   P
+PG31  -8539.062114 -18052.075556 -17196.229973     60.808233 13 13 13 238  P   P
+PG32 -25365.494957   7077.391905    -22.045066   -226.676553 12 13 16 293  P   P
+*  2011  4  1 17 45  0.00000000
+PG02  13768.231363  10910.069518 -20015.212238    328.323473 15 16 15 252  P   P
+PG03 -24438.510374  -9932.887773   3909.825551    696.255399 14 13 12 301  P   P
+PG04   7800.085576  21421.199308 -13539.681701     76.581888 17 14 18 279  P   P
+PG05  22243.102502   1225.081687 -14561.026121   -138.101226  9 10 15 209  P   P
+PG06 -22952.556403 -13546.424218   1345.722572   -228.039431 15 13 13 327  P   P
+PG07  -5847.155399  25392.200919  -4541.569659      7.042670 15 10 18 269  P   P
+PG08   -435.967287  25463.960635   6457.411493      7.628669 15  9 16 322  P   P
+PG09  13536.651658 -12096.138970  18838.307268     71.184753 13 12 12 299  P   P
+PG10   9718.526443  12601.173651 -21515.238987    -70.447483 15  8  7 311  P   P
+PG11 -14154.667652  10912.810303  19244.081421   -139.198173 15 16 12 268  P   P
+PG12  23977.939597 -11152.185809  -1040.227733    -14.928996 12 13 17 213  P   P
+PG13  -4855.987792  14615.281771 -21775.040156    276.800338 16 13 12 218  P   P
+PG14 -12167.783822 -20340.403496  12278.410395    141.264878 17  3 17 219  P   P
+PG15  20169.749223  -1106.988737  17334.354707   -138.611517 14 12 12 212  P   P
+PG16 -21055.378818  -3089.041371 -16052.337321   -162.000633 11 12 13 259  P   P
+PG17  11853.682784  20272.516127  12758.805165    184.217358 15  7 16 195  P   P
+PG18   7058.785723 -17913.412685  18445.958775    129.604617 19 10 15 211  P   P
+PG19 -21438.145001  -4109.327524  15367.656220   -126.082819 12 13 14 258  P   P
+PG20 -21590.176359  14691.325956  -4805.396058     48.824072 14 13 17 238  P   P
+PG21   4764.936018 -25611.679183  -2613.331803   -134.476345 15 13 17 252  P   P
+PG22  -4704.537307 -15278.558487  21372.477268    150.841073 17 12 11 242  P   P
+PG23 -16035.839971   5791.211401 -20452.327738    316.220496 14 13 10 228  P   P
+PG24 -14569.176921  14073.310530  17093.393343    378.122053 15 20 18 294  P   P
+PG25  15287.074371 -17270.657702 -13168.631571     -0.989704 16 12 15 182  P   P
+PG26  22384.156664  11898.398984   8014.369669   -160.848874 13 14 13 332  P   P
+PG27  14978.656944  -5105.473995  21946.087747    251.441596 14 15 12 213  P   P
+PG28    420.331672  15824.525427  21807.427731     28.751527 16  8 11 271  P   P
+PG29   8066.286599 -12902.435737 -21686.199922    196.680561 15 12  5 192  P   P
+PG30 -15089.885960  -8515.668148 -20547.061208    333.665243 15 12 13 309  P   P
+PG31  -8120.754687 -19906.628436 -15247.034405     60.812771 13 13 14 238  P   P
+PG32 -25329.415121   6749.968645   2840.871994   -226.683385 11 12 16 291  P   P
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362283  13125.269893 -18847.640187    328.325507 16 16 16 250  P   P
+PG03 -24591.461098 -10370.359622   1158.200963    696.259823 15 14 13 299  P   P
+PG04   7428.221722  22803.873020 -11230.349448     76.591287 18 13 19 277  P   P
+PG05  20734.248533   2175.580798 -16535.570011   -138.106487 10  9 14 211  P   P
+PG06 -22774.018384 -13801.183666  -1446.437638   -228.144925 15 14 13 326  P   P
+PG07  -6018.886731  24695.006466  -7328.238344      7.043565 15 12 17 270  P   P
+PG08   -709.963932  26007.927757   3576.200168      7.629007 16  7 16 320  P   P
+PG09  13525.676467  -9761.600208  20121.033509     71.186794 13 12 12 300  P   P
+PG10   7517.194587  13632.858577 -21736.011247    -70.448343 15  8  8 310  P   P
+PG11 -14722.702559   8634.348973  19981.694725   -139.200980 15 16 12 268  P   P
+PG12  24037.110996 -10925.385108   1851.941978    -14.926440 11 13 17 207  P   P
+PG13  -6815.237897  13096.151740 -22219.508078    276.798993 16 13 11 217  P   P
+PG14 -10882.262277 -19545.205656  14577.699138    141.267061 17  3 17 216  P   P
+PG15  21649.889515     56.515871  15500.245437   -138.608796 14 12 13 211  P   P
+PG16 -19343.304854  -3993.440292 -17872.494581   -162.003092 12 12 13 260  P   P
+PG17  10481.412046  19514.390475  14954.697540    184.217525 16  7 16 189  P   P
+PG18   8941.550228 -18577.328720  16844.863116    129.606440 19 10 16 212  P   P
+PG19 -22597.721105  -5260.791151  13235.524236   -126.086282 12 14 15 257  P   P
+PG20 -22080.083733  14578.125305  -2037.482513     48.824185 13 13 17 238  P   P
+PG21   5106.742819 -25071.722493  -5395.854578   -134.478723 15 14 17 251  P   P
+PG22  -2507.132578 -16249.788014  21011.890747    150.840384 17 12 12 244  P   P
+PG23 -17852.511526   4439.277286 -19281.034612    316.218235 14 13 11 227  P   P
+PG24 -14495.571787  12018.198679  18681.596945    378.125163 15 20 17 298  P   P
+PG25  16601.709955 -17704.947415 -10779.596425     -0.990037 16 12 15 183  P   P
+PG26  22936.563335  12522.709806   5263.941116   -160.858078 13 14 13 333  P   P
+PG27  14967.964567  -2710.770683  22415.834911    251.444774 14 15 12 223  P   P
+PG28  -1748.987278  16715.286535  21021.840737     28.753729 16  8 12 271  P   P
+PG29  10085.948402 -11431.955850 -21662.468198    196.683047 15 12  7 194  P   P
+PG30 -13090.373488  -9686.483021 -21396.313920    333.667725 15 12 13 308  P   P
+PG31  -7823.632225 -21542.878633 -13029.348356     60.817310 13 12 14 237  P   P
+PG32 -25006.651189   6309.083641   5653.844317   -226.690223 11 12 16 290  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758591  15195.582050 -17359.497734    328.327539 16 16 17 249  P   P
+PG03 -24482.370106 -10673.940160  -1613.056431    696.264232 15 14 13 297  P   P
+PG04   7124.267096  23932.642037  -8726.058778     76.600681 18 12 19 275  P   P
+PG05  19096.026982   3304.997351 -18227.128964   -138.111749 10 10 14 212  P   P
+PG06 -22330.397930 -13921.252649  -4213.987733   -228.250400 16 14 14 325  P   P
+PG07  -6222.881255  23698.024500  -9987.251215      7.044458 15 13 17 270  P   P
+PG08   -923.857728  26232.270036    631.332049      7.629348 16  3 17 318  P   P
+PG09  13643.599352  -7299.633926  21040.442497     71.188845 13 13 11 300  P   P
+PG10   5364.397870  14779.083473 -21590.090817    -70.449200 15  8  9 308  P   P
+PG11 -15394.016106   6320.895828  20364.351620   -139.203785 15 16 13 268  P   P
+PG12  23821.051495 -10545.035496   4711.908560    -14.923889 11 14 17 201  P   P
+PG13  -8881.164755  11675.242367 -22286.645891    276.797648 16 13 10 217  P   P
+PG14  -9350.375201 -18687.784595  16630.056827    141.269241 18  5 16 214  P   P
+PG15  22993.613489   1033.710369  13401.370846   -138.606072 13 12 13 210  P   P
+PG16 -17514.880145  -5079.489308 -19387.736145   -162.005549 12 12 13 262  P   P
+PG17   8874.028238  18706.044303  16897.994974    184.217693 16  7 15 182  P   P
+PG18  10622.746000 -19237.598170  14955.972797    129.608258 19 10 16 212  P   P
+PG19 -23609.317960  -6203.085317  10879.441219   -126.089743 13 14 15 256  P   P
+PG20 -22307.677284  14322.921404    765.577834     48.824300 13 13 17 239  P   P
+PG21   5468.887684 -24233.213239  -8081.044253   -134.481109 15 15 17 251  P   P
+PG22   -410.567715 -17296.945380  20294.604207    150.839692 17 12 12 246  P   P
+PG23 -19607.488193   3265.444420 -17781.251313    316.215973 14 12 12 225  P   P
+PG24 -14514.228535   9803.268321  19947.050023    378.128245 15 20 16 301  P   P
+PG25  17649.353813 -18065.475202  -8204.976016     -0.990369 15 12 15 185  P   P
+PG26  23264.448203  12929.631665   2423.832704   -160.867264 13 13 14 332  P   P
+PG27  15095.008422   -291.326959  22522.009578    251.448019 14 15 12 231  P   P
+PG28  -3775.088532  17676.909961  19888.591206     28.755930 16  9 13 271  P   P
+PG29  12159.269630 -10081.136266 -21263.004632    196.685535 15 12  9 196  P   P
+PG30 -11093.124311 -11000.805530 -21890.688093    333.670182 16 12 12 307  P   P
+PG31  -7620.719646 -22925.154119 -10582.396076     60.821849 13 12 14 237  P   P
+PG32 -24420.167026   5724.880286   8367.792211   -226.697062 12 12 16 288  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.090999  17082.470005 -15577.127445    328.329571 16 16 17 248  P   P
+PG03 -24099.123925 -10875.898155  -4357.191592    696.268627 15 15 13 294  P   P
+PG04   6856.863826  24784.399902  -6069.752175     76.610086 18 11 19 272  P   P
+PG05  17372.785176   4612.899537 -19606.596493   -138.117013 11 10 14 213  P   P
+PG06 -21611.029618 -13940.144299  -6909.716817   -228.355856 16 14 14 324  P   P
+PG07  -6494.625919  22421.197454 -12472.402743      7.045354 15 13 17 270  P   P
+PG08  -1117.330410  26128.331994  -2324.779966      7.629670 16  7 17 316  P   P
+PG09  13901.664228  -4761.558012  21579.151831     71.190908 14 14 11 301  P   P
+PG10   3300.420038  16015.610313 -21078.805097    -70.450057 15  9 10 306  P   P
+PG11 -16161.856761   4017.030036  20386.083640   -139.206588 15 16 14 268  P   P
+PG12  23354.952138  -9981.705677   7489.983108    -14.921340 11 14 17 194  P   P
+PG13 -11012.750099  10382.018250 -21975.486686    276.796304 16 13 10 217  P   P
+PG14  -7586.227103 -17810.644918  18400.889216    141.271420 18  6 16 210  P   P
+PG15  24160.075378   1832.716273  11073.762809   -138.603351 13 11 13 210  P   P
+PG16 -15616.556580  -6345.355259 -20571.470882   -162.008007 13 12 13 263  P   P
+PG17   7047.799492  17887.446917  18555.819259    184.217865 16  7 15 174  P   P
+PG18  12082.950416 -19856.441690  12810.360609    129.610071 18 11 17 212  P   P
+PG19 -24433.925230  -6946.470943   8339.546491   -126.093201 13 15 16 255  P   P
+PG20 -22289.986205  13895.222474   3555.388587     48.824415 12 13 17 240  P   P
+PG21   5884.360897 -23111.264719 -10620.066181   -134.483498 16 16 17 251  P   P
+PG22   1550.488555 -18390.815670  19232.342483    150.838999 17 12 13 248  P   P
+PG23 -21255.478215   2273.728239 -15979.224691    316.213711 14 11 13 223  P   P
+PG24 -14643.706629   7471.048142  20868.696073    378.131297 15 20 15 304  P   P
+PG25  18428.700089 -18312.320674  -5489.062140     -0.990702 15 13 15 189  P   P
+PG26  23339.925139  13147.009689   -457.285686   -160.876435 13 13 14 332  P   P
+PG27  15359.099923   2105.895947  22263.873884    251.451335 14 15 12 234  P   P
+PG28  -5625.781455  18675.386347  18424.988462     28.758127 16  9 14 271  P   P
+PG29  14241.965571  -8871.731422 -20494.666115    196.688021 15 12 10 198  P   P
+PG30  -9140.435522 -12439.495467 -22022.204618    333.672615 16 12 12 305  P   P
+PG31  -7479.635723 -24025.263041  -7949.445169     60.826389 13 11 14 237  P   P
+PG32 -23600.050518   4972.842034  10935.807848   -226.703905 13 13 16 286  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109549  18752.805964 -13531.591013    328.331600 17 16 18 246  P   P
+PG03 -23437.244351 -11010.836412  -7028.323093    696.273011 16 15 13 292  P   P
+PG04   6591.715889  25343.960140  -3307.359154     76.619488 18  8 19 270  P   P
+PG05  15609.369902   6090.673128 -20650.153071   -138.122277 12 10 14 214  P   P
+PG06 -20613.289407 -13893.490168  -9487.420444   -228.461293 16 15 14 324  P   P
+PG07  -6865.591217  20892.595745 -14740.616716      7.046248 14 14 17 270  P   P
+PG08  -1330.828115  25697.453720  -5239.474296      7.629974 16  9 17 315  P   P
+PG09  14302.496801  -2200.916040  21726.957441     71.192983 14 14 12 301  P   P
+PG10   1361.023285  17311.852105 -20209.589296    -70.450917 15  9 11 305  P   P
+PG11 -17012.623440   1765.711687  20047.514499   -139.209390 15 16 14 267  P   P
+PG12  22670.808193  -9212.141521  10137.980051    -14.918792 11 14 17 187  P   P
+PG13 -13164.740218   9238.589393 -21291.393309    276.794962 15 13 10 217  P   P
+PG14  -5612.228904 -16954.038221  19860.320992    141.273599 18  7 15 207  P   P
+PG15  25112.226224   2469.072447   8557.270875   -138.600628 12 11 14 211  P   P
+PG16 -13694.990893  -7780.677675 -21402.630564   -162.010464 13 12 12 264  P   P
+PG17   5026.809864  17095.955326  19900.006071    184.218037 15  7 14 166  P   P
+PG18  13310.393940 -20394.434342  10443.813996    129.611878 18 12 17 212  P   P
+PG19 -25036.641523  -7508.581246   5658.917951   -126.096656 13 15 16 253  P   P
+PG20 -22050.935824  13269.512361   6283.615440     48.824532 11 13 16 242  P   P
+PG21   6382.925145 -21729.499329 -12966.628548   -134.485894 16 16 16 252  P   P
+PG22   3347.155962 -19497.297547  17842.663669    150.838302 17 11 14 249  P   P
+PG23 -22752.618679   1459.875375 -13906.149564    316.211451 13 11 13 221  P   P
+PG24 -14895.332213   5067.368293  21431.498027    378.134316 14 20 14 306  P   P
+PG25  18947.036956 -18407.430176  -2678.603276     -0.991033 15 13 15 192  P   P
+PG26  23142.213575  13208.270665  -3330.792954   -160.885589 13 13 14 332  P   P
+PG27  15751.578877   4434.991541  21646.208647    251.454722 14 14 13 231  P   P
+PG28  -7275.471278  19672.116772  16653.824975     28.760320 16  9 15 271  P   P
+PG29  16287.300538  -7817.694460 -19370.759000    196.690508 14 12 11 201  P   P
+PG30  -7270.947847 -13976.461553 -21788.676103    333.675028 16 11 11 303  P   P
+PG31  -7364.069943 -24823.485431  -5176.980386     60.830930 13 10 14 237  P   P
+PG32 -22582.240169   4034.916761  13313.972239   -226.710746 13 13 15 284  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744785  20179.920138 -11258.111857    328.333622 17 16 18 245  P   P
+PG03 -22500.074044 -11114.207520  -9582.140134    696.277388 16 15 13 289  P   P
+PG04   6293.120484  25604.628369   -486.993248     76.628886 18  6 20 267  P   P
+PG05  13849.497185   7721.663138 -21339.680699   -138.127544 12 11 13 214  P   P
+PG06 -19342.858984 -13817.528752 -11902.682421   -228.566708 17 15 13 324  P   P
+PG07  -7361.821651  19147.397149 -16752.708836      7.047136 14 14 16 270  P   P
+PG08  -1603.709628  24950.930332  -8060.875975      7.630276 16 11 17 313  P   P
+PG09  14839.917384    328.524984  21481.078684     71.195068 14 15 13 300  P   P
+PG10   -423.755899  18631.917472 -18995.949448    -70.451782 15  9 12 303  P   P
+PG11 -17926.376081   -393.219071  19355.776230   -139.212189 14 16 15 268  P   P
+PG12  21806.096824  -8220.362627  12610.073333    -14.916247 12 14 16 180  P   P
+PG13 -15289.207973   8258.993375 -20245.965835    276.793620 15 12 11 217  P   P
+PG14  -3458.437201 -16154.415987  20983.669169    141.275776 18  8 14 203  P   P
+PG15  25818.191057   2964.935018   5894.890939   -138.597906 12 11 14 211  P   P
+PG16 -11795.363644  -9366.761462 -21866.078435   -162.012920 14 12 12 265  P   P
+PG17   2842.252105  16364.876317  20907.564428    184.218213 15  8 14 158  P   P
+PG18  14301.293767 -20812.084924   7896.301096    129.613681 18 12 18 212  P   P
+PG19 -25387.993740  -7913.547324   2882.873416   -126.100108 14 15 17 252  P   P
+PG20 -21620.335505  12426.444144   8902.840577     48.824649 10 13 16 243  P   P
+PG21   6989.659874 -20119.194688 -15077.969662   -134.488294 16 17 16 253  P   P
+PG22   4957.262158 -20578.652906  16148.706005    150.837604 17 11 14 251  P   P
+PG23 -24058.050430    811.738612 -11597.621612    316.209189 13 10 14 219  P   P
+PG24 -15272.725870   2639.768896  21626.639568    378.137301 14 20 13 308  P   P
+PG25  19219.807307 -18316.213355    178.001223     -0.991364 14 13 15 196  P   P
+PG26  22658.393463  13150.926967  -6148.877385   -160.894729 13 13 14 331  P   P
+PG27  16256.143372   6652.556106  20679.212970    251.458182 14 14 13 222  P   P
+PG28  -8705.985350  20625.299268  14603.140818     28.762511 16  9 15 270  P   P
+PG29  18247.765168  -6924.774575 -17910.804936    196.692995 14 12 12 204  P   P
+PG30  -5518.372877 -15579.501576 -21193.739458    333.677424 16 11 11 301  P   P
+PG31  -7235.418363 -25309.229646  -2313.820879     60.835470 13  9 14 237  P   P
+PG32 -21407.053345   2900.369196  15462.087022   -226.717585 14 13 15 282  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385403  21344.409892  -8795.470308    328.335637 17 15 19 244  P   P
+PG03 -21298.687358 -11220.826352 -11976.553434    696.281761 16 16 13 287  P   P
+PG04   5925.578096  25568.451470   2341.914442     76.638274 18 10 20 265  P   P
+PG05  12134.173667   9481.629900 -21663.084812   -138.132813 12 11 13 213  P   P
+PG06 -17813.685550 -13747.567204 -14113.641992   -228.672104 17 15 13 324  P   P
+PG07  -8002.751895  17226.600298 -18474.070815      7.048023 14 14 16 271  P   P
+PG08  -1972.442697  23909.569056 -10738.912756      7.630561 16 11 16 312  P   P
+PG09  15499.148649   2774.788201  20846.223819     71.197163 14 15 13 300  P   P
+PG10  -2030.604420  19935.880142 -17457.328335    -70.452655 15  9 13 301  P   P
+PG11 -18877.613447  -2424.396153  18324.292467   -139.214984 14 16 16 268  P   P
+PG12  20802.255383  -6998.472350  14863.603183    -14.913704 13 15 16 175  P   P
+PG13 -17337.222437   7448.789677 -18856.854034    276.792280 15 12 11 217  P   P
+PG14  -1161.611227 -15443.037505  21751.838119    141.277951 18  8 13 200  P   P
+PG15  26252.460668   3348.026797   3132.046484   -138.595183 12 11 14 212  P   P
+PG16  -9959.752377 -11077.098972 -21952.925496   -162.015377 14 12 12 267  P   P
+PG17    531.456433  15722.188649  21561.061840    184.218391 15  8 14 154  P   P
+PG18  15059.884148 -21071.456903   5211.339675    129.615477 17 13 18 211  P   P
+PG19 -25465.064097  -8190.888449     58.244992   -126.103557 14 15 17 251  P   P
+PG20 -21032.641442  11353.804243  11367.411249     48.824768  9 13 16 245  P   P
+PG21   7723.708017 -18318.105302 -16915.768667   -134.490700 16 17 15 254  P   P
+PG22   6366.011597 -21594.914157  14178.842721    150.836902 17 11 15 252  P   P
+PG23 -25135.382883    309.948106  -9093.031967    316.206928 12  9 14 217  P   P
+PG24 -15771.643008    235.859508  21451.616995    378.140249 14 20 14 309  P   P
+PG25  19269.861344 -18009.016913   3031.537173     -0.991694 14 14 15 199  P   P
+PG26  21883.869415  13014.975678  -8865.241435   -160.903857 14 12 14 331  P   P
+PG27  16849.443954   8719.048287  19378.357572    251.461710 13 14 14 198  P   P
+PG28  -9907.143245  21491.469301  12305.903791     28.764696 15  9 16 270  P   P
+PG29  20076.794062  -6190.446399 -16140.193274    196.695483 13 12 13 207  P   P
+PG30  -3910.401169 -17211.369993 -20246.817773    333.679808 16 11 11 298  P   P
+PG31  -7054.508429 -25481.329450    589.797806     60.840010 13  7 15 237  P   P
+PG32 -20117.580156   1566.333397  17344.310966   -226.724422 14 13 15 281  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283481  22234.683827  -6185.361257    328.337664 17 15 19 243  P   P
+PG03 -19851.535130 -11363.431156 -14172.296161    696.286133 16 16 13 285  P   P
+PG04   5455.414635  25246.128108   5129.527759     76.647643 19 13 20 264  P   P
+PG05  10500.229458  11339.504134 -21614.517436   -138.138082 12 11 13 212  P   P
+PG06 -16047.633948 -13716.475092 -16081.733150   -228.777481 17 15 13 325  P   P
+PG07  -8800.295499  15175.525033 -19875.263669      7.048909 14 14 15 271  P   P
+PG08  -2468.928163  22602.864551 -13226.285171      7.630825 16 12 16 312  P   P
+PG09  16257.409398   5089.619282  19834.473325     71.199270 14 15 14 300  P   P
+PG10  -3443.683076  21181.230916 -15618.870117    -70.453540 15  9 13 300  P   P
+PG11 -19836.281064  -4298.081778  16972.439751   -139.217776 13 16 16 268  P   P
+PG12  19703.022302  -5547.149715  16859.818313    -14.911163 13 15 15 172  P   P
+PG13 -19260.565719   6804.980531 -17147.477202    276.790942 14 12 12 217  P   P
+PG14   1235.979002 -14844.783275  22151.631500    141.280127 18  9 11 196  P   P
+PG15  26396.854009   3650.376884    315.833319   -138.592460 12 11 14 214  P   P
+PG16  -8225.621758 -12878.206628 -21660.745453   -162.017834 14 12 11 268  P   P
+PG17  -1863.311439  15189.472410  21848.929384    184.218572 14  9 13 154  P   P
+PG18  15598.134839 -21137.766829   2435.275153    129.617269 17 14 18 210  P   P
+PG19 -25252.385214  -8374.208554  -2767.364546   -126.107003 15 15 17 251  P   P
+PG20 -20325.542145  10047.205702  13634.265645     48.824885  8 13 15 246  P   P
+PG21   8597.285633 -16369.012639 -18446.950158   -134.493111 16 18 14 255  P   P
+PG22   7566.377202 -22505.398151  11966.247163    150.836197 16 10 15 253  P   P
+PG23 -25953.996888    -71.149253  -6434.913214    316.204667 12  8 14 215  P   P
+PG24 -16380.129072  -2098.308235  20910.224209    378.143160 14 20 15 310  P   P
+PG25  19126.430371 -17462.417554   5832.827159     -0.992023 13 14 15 202  P   P
+PG26  20822.538617  12841.252201 -11435.747408   -160.912974 14 12 14 330  P   P
+PG27  17501.923373  10600.020325  17764.192507    251.465307 13 13 14 181  P   P
+PG28 -10877.043291  22227.144623   9799.600286     28.766876 15  9 16 270  P   P
+PG29  21730.456068  -5604.173471 -14089.726704    196.697971 13 13 13 210  P   P
+PG30  -2467.827883 -18831.038513 -18963.010702    333.682186 16 11 11 296  P   P
+PG31  -6783.339877 -25347.973569   3483.155586     60.844551 13  5 14 238  P   P
+PG32 -18758.009582     38.050636  18929.694915   -226.731252 15 14 14 279  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035378  22847.225842  -3471.723363    328.339689 18 14 19 243  P   P
+PG03 -18183.840147 -11571.341636 -16133.472405    696.290509 17 16 12 284  P   P
+PG04   4852.346708  24656.579273   7826.544072     76.657008 19 14 19 263  P   P
+PG05   8979.018412  13258.414160 -21194.496807   -138.143353 13 12 13 211  P   P
+PG06 -14073.839566 -13753.269162 -17772.382288   -228.882839 17 15 12 325  P   P
+PG07  -9758.241238  13042.160383 -20932.510337      7.049794 14 14 14 272  P   P
+PG08  -3119.024936  21067.830868 -15479.365764      7.631065 16 13 16 311  P   P
+PG09  17084.865658   7230.249412  18464.985989     71.201384 14 16 15 299  P   P
+PG10  -4655.096812  22324.461277 -13511.080881    -70.454437 15  9 14 299  P   P
+PG11 -20768.963206  -5991.078129  15325.100595   -139.220563 13 15 16 268  P   P
+PG12  18552.707503  -3875.804794  18564.540294    -14.908625 14 15 15 176  P   P
+PG13 -21013.434707   6316.261158 -15146.654538    276.789605 14 11 12 218  P   P
+PG14   3687.951221 -14377.217166  22175.976948    141.282299 18  9  8 192  P   P
+PG15  26241.215739   3906.898593  -2505.760917   -138.589735 12 12 14 215  P   P
+PG16  -6624.490337 -14730.748707 -20993.680509   -162.020293 14 12 11 269  P   P
+PG17  -4296.241565  14781.085786  21765.681319    184.218754 14 10 13 158  P   P
+PG18  15935.161792 -20980.894075   -383.522535    129.619058 16 15 18 210  P   P
+PG19 -24742.571770  -8499.746729  -5546.334556   -126.110447 15 16 17 250  P   P
+PG20 -19538.422328   8510.479831  15663.719013     48.825005  8 13 15 248  P   P
+PG21   9615.001532 -14318.070867 -19644.357491   -134.495524 16 18 14 257  P   P
+PG22   8559.197928 -23270.270896   9548.371988    150.835488 16 10 15 253  P   P
+PG23 -26490.140196   -362.319248  -3668.246293    316.202406 11  8 15 212  P   P
+PG24 -17078.979879  -4319.794457  20012.434968    378.146032 14 20 16 310  P   P
+PG25  18823.862030 -16660.283029   8533.582595     -0.992353 13 14 15 205  P   P
+PG26  19486.666682  12669.795235 -13819.003233   -160.922084 15 12 14 329  P   P
+PG27  18178.877311  12267.184126  15862.108396    251.468968 13 13 14 225  P   P
+PG28 -11622.046296  22790.518361   7125.733288     28.769054 15  9 16 271  P   P
+PG29  23169.050639  -5147.994263 -11795.069029    196.700459 12 13 14 213  P   P
+PG30  -1203.926430 -20395.109042 -17362.912133    333.684557 16 10 11 293  P   P
+PG31  -6386.769451 -24926.275373   6315.972699     60.849093 13  3 14 239  P   P
+PG32 -17371.954032  -1671.208961  20192.612314   -226.738076 15 14 14 278  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085041  23186.573728   -700.048186    328.341713 18 14 19 243  P   P
+PG03 -16326.767191 -11869.257905 -17828.051682    696.294889 17 16 12 284  P   P
+PG04   4090.921970  23826.192670  10385.136921     76.666358 19 15 19 263  P   P
+PG05   7595.335807  15196.947855 -20409.920172   -138.148624 13 12 13 209  P   P
+PG06 -11927.782217 -13881.845875 -19155.650077   -228.988179 17 16 11 326  P   P
+PG07 -10871.979352  10875.426271 -21628.080342      7.050679 13 14 14 273  P   P
+PG08  -3941.338625  19347.543859 -17459.005821      7.631277 15 13 16 311  P   P
+PG09  17945.892416   9160.910137  16763.539825     71.203509 14 16 16 298  P   P
+PG10  -5665.061164  23322.720741 -11169.384329    -70.455350 14 10 14 298  P   P
+PG11 -21640.206400  -7487.365540  13412.124098   -139.223345 12 15 17 268  P   P
+PG12  17394.461270  -2002.392897  19948.738963    -14.906089 14 15 14 181  P   P
+PG13 -22554.065695   5963.590600 -12888.150113    276.788270 13 11 13 219  P   P
+PG14   6145.366732 -14049.932091  21824.059943    141.284470 18 10  5 188  P   P
+PG15  25783.823087   4153.859654  -5284.650943   -138.587009 13 12 14 218  P   P
+PG16  -5180.827991 -16590.908917 -19962.431771   -162.022752 14 11 11 270  P   P
+PG17  -6719.511701  14503.621189  21312.044298    184.218939 13 11 13 165  P   P
+PG18  16096.347471 -20576.736661  -3195.529740    129.620842 16 16 18 209  P   P
+PG19 -23936.666157  -8604.834302  -8231.779692   -126.113887 16 16 17 250  P   P
+PG20 -18710.766526   6755.747487  17420.193339     48.825121  8 13 14 249  P   P
+PG21  10773.517794 -12213.025802 -20487.275336   -134.497940 16 18 13 258  P   P
+PG22   9352.975973 -23852.104114   6966.347911    150.834777 16 10 16 254  P   P
+PG23 -26727.777629   -598.082895   -839.737646    316.200143 11  9 15 211  P   P
+PG24 -17842.486236  -6390.194951  18774.187865    378.148869 14 20 17 310  P   P
+PG25  18400.166576 -15594.559155  11087.241054     -0.992682 12 14 15 208  P   P
+PG26  17896.484084  12538.276315 -15976.889347   -160.931186 15 12 14 328  P   P
+PG27  18841.705964  13699.279013  13702.048914    251.472689 13 12 15 251  P   P
+PG28 -12156.447054  23143.138897   4329.225979     28.771224 14 10 16 271  P   P
+PG29  24358.547500  -4797.406235  -9296.106033    196.702949 11 13 14 216  P   P
+PG30   -124.093495 -21859.332991 -15472.353605    333.686931 16 10 12 291  P   P
+PG31  -5834.071041 -24241.505366   9039.308007     60.853636 13  3 14 239  P   P
+PG32 -16000.835598  -3540.530527  21113.085382   -226.744893 15 14 13 276  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196661  23265.016097   2083.323126    328.343736 18 13 20 243  P   P
+PG03 -14316.397643 -12276.238792 -19228.308456    696.299278 17 16 11 284  P   P
+PG04   3151.770929  22787.769845  12759.879589     76.675699 19 16 19 263  P   P
+PG05   6366.595454  17110.602718 -19273.968054   -138.153895 13 12 13 206  P   P
+PG06  -9650.112531 -14119.913994 -20206.803527   -229.093503 17 15 10 328  P   P
+PG07 -12128.566329   8723.417538 -21950.561791      7.051563 13 14 13 274  P   P
+PG08  -4946.323251  17489.460194 -19131.232008      7.631460 15 13 15 312  P   P
+PG09  18800.584388  10854.035245  14761.926166     71.205641 14 16 16 297  P   P
+PG10  -6481.752374  24135.484854  -8633.574248    -70.456280 14 10 14 297  P   P
+PG11 -22413.918275  -8778.449012  11267.711015   -139.226123 10 15 17 268  P   P
+PG12  16268.609687     47.103434  20989.010004    -14.903554 14 15 13 187  P   P
+PG13 -23846.222127   5721.062844 -10410.137484    276.786939 13 11 13 220  P   P
+PG14   8558.388348 -13864.204238  21101.363870    141.286640 17 10  8 185  P   P
+PG15  25031.486772   4427.302527  -7973.450071   -138.584281 13 13 14 220  P   P
+PG16  -3911.230076 -18411.959551 -18584.130071   -162.025217 14 11 10 271  P   P
+PG17  -9084.905726  14355.663272  20494.991836    184.219129 12 11 13 172  P   P
+PG18  16112.201667 -19908.352003  -5950.990411    129.622625 15 16 18 209  P   P
+PG19 -22844.185234  -8726.314246 -10778.294702   -126.117326 16 16 17 250  P   P
+PG20 -17880.566906   4803.164296  18872.874767     48.825238  8 13 14 251  P   P
+PG21  12061.564177 -10101.390126 -20961.788822   -134.500358 16 18 13 260  P   P
+PG22   9963.378691 -24217.363830   4264.309247    150.834063 15 10 16 254  P   P
+PG23 -26659.166828   -815.222453   2002.924309    316.197881 11  9 15 209  P   P
+PG24 -18639.431973  -8276.884644  17217.080415    378.151668 14 20 18 309  P   P
+PG25  17895.431241 -14265.751371  13449.773943     -0.993011 12 15 14 211  P   P
+PG26  16079.523099  12480.542484 -17875.028929   -160.940284 15 12 13 327  P   P
+PG27  19449.320999  14882.712231  11318.171239    251.476466 12 12 15 269  P   P
+PG28 -12501.835428  23251.511626   1457.732229     28.773392 14 11 17 272  P   P
+PG29  25271.813345  -4522.511353  -6636.232110    196.705439 11 13 14 218  P   P
+PG30    774.219206 -23180.186646 -13322.071923    333.689311 16  9 12 289  P   P
+PG31  -5100.309603 -23326.022611  11606.413099     60.858180 14  3 14 240  P   P
+PG32 -14682.392032  -5542.022974  21677.009369   -226.751700 15 15 12 275  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845332  23102.020403   4831.908518    328.345740 19 11 20 244  P   P
+PG03 -12192.543848 -12804.891949 -20311.205913    696.303678 17 16 10 285  P   P
+PG04   2022.614111  21579.218739  14908.626231     76.685026 20 17 18 263  P   P
+PG05   5302.298565  18953.369702 -17805.900041   -138.159169 13 12 13 203  P   P
+PG06  -7285.272957 -14478.172721 -20906.804688   -229.198813 17 15 10 329  P   P
+PG07 -13507.123351   6631.698441 -21895.018539      7.052448 13 13 12 275  P   P
+PG08  -6135.730143  15543.587635 -20467.819845      7.631613 15 13 15 312  P   P
+PG09  19606.443344  12291.102053  12497.220167     71.207780 14 16 17 295  P   P
+PG10  -7120.840855  24726.167734  -5947.168369    -70.457231 14 10 14 296  P   P
+PG11 -23054.784531  -9863.407381   8929.740583   -139.228896  8 15 17 268  P   P
+PG12  15211.121141   2239.502639  21667.948201    -14.901019 14 16 12 194  P   P
+PG13 -24860.490032   5557.046992  -7754.590034    276.785608 12 11 13 221  P   P
+PG14  10877.981237 -13812.970220  20019.613975    141.288808 17 10 10 183  P   P
+PG15  23999.341831   4761.474489 -10526.256782   -138.581552 14 13 14 221  P   P
+PG16  -2823.904110 -20145.968842 -16882.085381   -162.027681 14 10  9 272  P   P
+PG17 -11345.460344  14327.860848  19327.680427    184.219319 11 12 13 177  P   P
+PG18  16017.006378 -18966.828768  -8600.867514    129.624405 15 17 18 209  P   P
+PG19 -21482.865360  -8898.980142 -13142.681945   -126.120762 16 16 16 250  P   P
+PG20 -17082.799995   2680.347708  19996.284307     48.825354  8 12 13 252  P   P
+PG21  13460.301281  -8028.658412 -21060.973769   -134.502777 16 18 14 262  P   P
+PG22  10412.461664 -24337.772419   1488.655494    150.833346 15 11 16 255  P   P
+PG23 -26285.139894  -1051.205486   4811.824446    316.195617 11 10 15 208  P   P
+PG24 -19434.305904  -9954.037397  15367.979419    378.154433 14 20 18 309  P   P
+PG25  17350.164869 -12683.081266  15580.450118     -0.993340 12 15 14 213  P   P
+PG26  14069.721413  12525.315342 -19483.204335   -160.949380 15 11 13 326  P   P
+PG27  19959.667325  15811.948320   8748.450400    251.480291 12 12 15 283  P   P
+PG28 -12686.161181  23088.556398  -1439.141250     28.775553 13 12 17 272  P   P
+PG29  25889.578001  -4289.376202  -3861.576780    196.707929 10 13 15 221  P   P
+PG30   1501.279816 -24316.449121 -10947.299682    333.691698 16  9 13 287  P   P
+PG31  -4167.476410 -22217.952593  13973.526924     60.862726 14  3 13 241  P   P
+PG32 -13449.353625  -7641.741217  21876.279100   -226.758498 15 15 12 275  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477527  22723.413355   7499.792413    328.347746 19 10 19 244  P   P
+PG03  -9997.442594 -13460.801545 -21058.723036    696.308094 16 16 10 286  P   P
+PG04    698.979142  20242.046468  16793.328002     76.694338 20 17 18 264  P   P
+PG05   4403.815797  20679.390846 -16030.743934   -138.164442 13 12 13 199  P   P
+PG06  -4879.964632 -14959.771905 -21242.703340   -229.304111 17 15 10 331  P   P
+PG07 -14979.550412   4641.712836 -21463.032623      7.053333 12 13 12 276  P   P
+PG08  -7502.421682  13560.585777 -21446.735664      7.631733 15 13 14 313  P   P
+PG09  20320.163001  13463.083582  10010.954431     71.209923 14 16 17 294  P   P
+PG10  -7604.720761  25063.612806  -3156.671410    -70.458201 13 11 14 296  P   P
+PG11 -23529.648314 -10748.651636   6439.056001   -139.231665  7 15 17 268  P   P
+PG12  14252.262310   4535.528715  21974.412135    -14.898487 14 16 11 200  P   P
+PG13 -25575.332007   5435.555168  -4966.604333    276.784280 11 11 13 223  P   P
+PG14  13057.595216 -13881.130261  18596.623688    141.290974 17 10 12 181  P   P
+PG15  22710.335481   5187.326963 -12899.419896   -138.578820 14 13 14 223  P   P
+PG16  -1918.492774 -21745.580036 -14885.415805   -162.030151 14 10  8 273  P   P
+PG17 -13457.079699  14403.313478  17829.284730    184.219514 10 13 13 184  P   P
+PG18  15847.299596 -17751.846535 -11097.801451    129.626185 14 17 18 211  P   P
+PG19 -19878.113123  -9154.091581 -15284.652590   -126.124196 17 16 16 250  P   P
+PG20 -16348.034601    421.507064  20770.749228     48.825469  8 12 13 254  P   P
+PG21  14944.010076  -6036.641115 -20784.919614   -134.505199 16 19 15 264  P   P
+PG22  10727.640635 -24191.489274  -1312.739950    150.832626 14 12 15 254  P   P
+PG23 -25615.081236  -1342.584109   7539.579034    316.193353 12 11 15 208  P   P
+PG24 -20188.681198 -11403.387663  13258.555214    378.157165 14 19 19 308  P   P
+PG25  16803.637737 -10864.311258  17442.541867     -0.993669 12 15 14 214  P   P
+PG26  11906.323809  12695.084036 -20775.722554   -160.958476 16 11 13 325  P   P
+PG27  20331.314340  16489.629161   6034.223270    251.484156 12 11 15 294  P   P
+PG28 -12742.529801  22634.856064  -4310.692115     28.777710 13 13 17 273  P   P
+PG29  26201.103177  -4061.551320  -1020.186247    196.710422  9 13 15 223  P   P
+PG30   2074.560719 -25230.727498  -8387.278142    333.694100 15  9 13 285  P   P
+PG31  -3025.344200 -20959.667876  16100.598217     60.867272 14  5 13 241  P   P
+PG32 -12328.334060  -9800.823877  21708.823124   -226.765285 15 15 12 274  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597472  22160.342625  10042.325350    328.349745 19  9 19 245  P   P
+PG03  -7774.370317 -14242.212334 -21458.123622    696.312525 16 16  9 287  P   P
+PG04   -815.404731  18819.716603  18380.763397     76.703638 20 17 17 264  P   P
+PG05   3664.491776  22244.627216 -13978.882102   -138.169714 12 12 13 195  P   P
+PG06  -2481.518804 -15560.080085 -21207.922477   -229.409400 17 15 10 332  P   P
+PG07 -16511.526127   2789.369568 -20662.634237      7.054221 12 12 12 277  P   P
+PG08  -9030.551023  11589.876815 -22052.443414      7.631820 15 13 14 314  P   P
+PG09  20899.430807  14370.502892   7348.224082     71.212069 14 16 18 292  P   P
+PG10  -7961.461656  25123.397998   -310.758635    -70.459192 13 11 14 296  P   P
+PG11 -23808.799893 -11447.409856   3838.724544   -139.234428  9 15 17 268  P   P
+PG12  13415.493824   6891.148087  21903.678285    -14.895954 14 16 10 205  P   P
+PG13 -25977.858777   5317.787927  -2093.665063    276.782956 10 11 13 224  P   P
+PG14  15054.766885 -14046.168799  16856.042767    141.293138 16 10 13 181  P   P
+PG15  21194.430203   5731.141187 -15052.270797   -138.576088 15 14 14 225  P   P
+PG16  -1186.243425 -23165.791418 -12628.560064   -162.032623 14 10  8 274  P   P
+PG17 -15380.057514  14558.261919  16024.730484    184.219708  9 13 14 188  P   P
+PG18  15640.261836 -16271.893180 -13397.050632    129.627964 13 18 17 213  P   P
+PG19 -18062.179326  -9518.020856 -17167.492220   -126.127629 17 17 16 250  P   P
+PG20 -15701.227860  -1933.689587  21182.764761     48.825582  8 12 12 255  P   P
+PG21  16481.070221  -4161.988059 -20140.593056   -134.507621 16 19 16 266  P   P
+PG22  10940.450496 -23764.061180  -4091.360857    150.831904 14 12 15 254  P   P
+PG23 -24666.602226  -1723.427401  10140.087869    316.191088 13 11 15 207  P   P
+PG24 -20862.710321 -12614.708960  10924.747869    378.159867 15 19 19 307  P   P
+PG25  16292.281579  -8835.243516  19003.960796     -0.993998 12 15 13 216  P   P
+PG26   9632.617635  13005.223720 -21731.732184   -160.967575 16 11 12 323  P   P
+PG27  20525.067042  16926.413326   3219.668184    251.488060 12 11 16 303  P   P
+PG28 -12707.769755  21879.636220  -7106.045562     28.779862 13 13 17 274  P   P
+PG29  26204.528964  -3801.688478   1838.824158    196.712913  9 13 15 225  P   P
+PG30   2517.945184 -25890.873520  -5684.692999    333.696520 15 10 14 284  P   P
+PG31  -1672.013011 -19596.134014  17951.925754     60.871819 14  6 12 242  P   P
+PG32 -11338.969307 -11976.802256  21178.551448   -226.772061 15 15 12 274  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641217  21448.055846  12416.809447    328.351745 19  8 19 246  P   P
+PG03  -5566.224861 -15139.981435 -21502.165277    696.316976 16 16 10 289  P   P
+PG04  -2508.552414  17355.941427  19643.164741     76.712921 20 18 16 266  P   P
+PG05   3070.068969  23608.472710 -11685.540836   -138.174986 12 12 13 190  P   P
+PG06   -136.236559 -16266.773839 -20802.427277   -229.514680 16 15 11 334  P   P
+PG07 -18063.752683   1103.854968 -19508.123355      7.055109 11 12 12 279  P   P
+PG08 -10696.093238   9677.842643 -22276.076933      7.631874 14 13 14 315  P   P
+PG09  21304.668529  15023.099858   4556.751733     71.214218 15 16 18 290  P   P
+PG10  -8223.521111  24888.897410   2540.605378    -70.460206 12 12 13 296  P   P
+PG11 -23867.130019 -11978.965847   1173.286895   -139.237189 11 14 17 268  P   P
+PG12  12716.645785   9259.086381  21457.484563    -14.893422 14 16 10 211  P   P
+PG13 -26064.287141   5163.799763    815.138621    276.781634  9 12 13 227  P   P
+PG14  16832.581817 -14279.072255  14827.007907    141.295299 16 10 13 183  P   P
+PG15  19487.550735   6413.332972 -16947.811376   -138.573352 15 14 14 227  P   P
+PG16   -610.520001 -24365.664989 -10150.680650   -162.035099 13 10  7 274  P   P
+PG17 -17080.448388  14763.059901  13944.325388    184.219907  9 14 14 193  P   P
+PG18  15432.075267 -14544.125265 -15457.388648    129.629745 13 18 17 215  P   P
+PG19 -16073.083555 -10011.081883 -18758.681338   -126.131060 17 17 15 251  P   P
+PG20 -15160.758581  -4341.467087  21225.238360     48.825692  8 12 12 256  P   P
+PG21  18035.177318  -2434.959902 -19141.555865   -134.510041 16 19 17 268  P   P
+PG22  11085.138812 -23049.101727  -6798.904322    150.831179 13 13 15 253  P   P
+PG23 -23464.923530  -2223.843946  12569.271471    316.188821 13 11 15 208  P   P
+PG24 -21416.680228 -13585.994410   8406.173546    378.162543 15 19 19 305  P   P
+PG25  15848.212417  -6628.911917  20237.812482     -0.994327 13 16 13 217  P   P
+PG26   7294.541335  13463.364815 -22335.493523   -160.976678 16 11 11 322  P   P
+PG27  20505.543794  17140.530961    351.217102    251.491989 12 11 16 311  P   P
+PG28 -12620.824168  20821.424480  -9775.125377     28.782009 12 14 16 275  P   P
+PG29  25906.886253  -3473.191052   4666.130578    196.715404 10 13 15 227  P   P
+PG30   2860.679303 -26271.237636  -2885.035209    333.698961 15 11 14 282  P   P
+PG31   -114.130280 -18173.186524  19496.709132     60.876369 14  7 11 243  P   P
+PG32 -10493.329309 -14125.032359  20295.223011   -226.778826 15 15 13 275  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606674  20624.538733  14583.163100    328.353741 20  7 19 247  P   P
+PG03  -3414.119953 -16137.801485 -21189.245683    696.321447 16 16 10 290  P   P
+PG04  -4360.511172  15892.982410  20558.726174     76.722192 20 18 14 267  P   P
+PG05   2599.415081  24735.250694  -9190.190530   -138.180257 12 12 13 186  P   P
+PG06   2112.236853 -17060.248614 -20032.770671   -229.619956 16 15 12 336  P   P
+PG07 -19593.396595   -393.285070 -18019.788702      7.055999 11 11 12 280  P   P
+PG08 -12467.699116   7866.178064 -22115.482046      7.631895 14 13 14 316  P   P
+PG09  21500.640025  15439.137744   1685.939346     71.216373 15 15 18 287  P   P
+PG10  -8426.268726  24352.050281   5347.094783    -70.461242 12 12 13 297  P   P
+PG11 -23685.107166 -12367.686492  -1511.991358   -139.239944 13 14 17 269  P   P
+PG12  12163.402094  11590.466582  20643.965106    -14.890888 14 16 11 215  P   P
+PG13 -25840.064287   4934.221856   3709.934047    276.780314  8 12 13 229  P   P
+PG14  18360.941080 -14545.512374  12543.697846    141.297460 15 10 14 185  P   P
+PG15  17630.313258   7247.482978 -18553.346652   -138.570616 15 14 13 229  P   P
+PG16   -167.638528 -25309.893335  -7494.967939   -162.037580 13 10  7 275  P   P
+PG17 -18531.234261  14983.393414  11623.290041    184.220106 10 14 15 198  P   P
+PG18  15256.327841 -12593.873336 -17241.933005    129.631525 12 19 16 218  P   P
+PG19 -13953.325807 -10646.586677 -20030.461057   -126.134490 17 17 15 252  P   P
+PG20 -14737.737020  -6755.459186  20897.611542     48.825800  8 12 12 257  P   P
+PG21  19566.740375   -878.491733 -17807.554437   -134.512460 16 19 18 270  P   P
+PG22  11197.148933 -22048.669279  -9388.145779    150.830452 13 14 15 253  P   P
+PG23 -22041.985949  -2868.648755  14785.784281    316.186553 14 12 15 209  P   P
+PG24 -21812.570871 -14323.334953   5745.479526    378.165196 16 18 20 304  P   P
+PG25  15497.933883  -4284.497784  21122.860278     -0.994656 13 16 12 219  P   P
+PG26   4939.208132  14069.031971 -22576.602281   -160.985785 16 11 11 321  P   P
+PG27  20242.665113  17157.059334  -2523.101129    251.495917 12 11 16 318  P   P
+PG28 -12521.030930  19468.349212 -12269.650382     28.784151 12 15 16 276  P   P
+PG29  25323.776496  -3041.831927   7413.058291    196.717899 11 13 15 229  P   P
+PG30   3136.102456 -26353.709641    -35.891121    333.701425 15 12 14 281  P   P
+PG31   1633.218357 -16735.805343  20709.505167     60.880918 13  8 11 243  P   P
+PG32  -9795.617565 -16200.199131  19074.238856   -226.785578 15 15 14 276  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415444  19729.059038  16504.557973    328.355734 20  8 18 249  P   P
+PG03  -1356.038749 -17212.690861 -20523.482659    696.325941 15 16 11 291  P   P
+PG04  -6343.977936  14470.031051  21111.982447     76.731449 20 18 12 268  P   P
+PG05   2225.526078  25595.534572  -6535.866459   -138.185527 12 12 13 182  P   P
+PG06   4224.437152 -17914.337605 -18912.011397   -229.725230 16 15 12 337  P   P
+PG07 -21055.669246  -1688.761826 -16223.531145      7.056892 10 11 12 281  P   P
+PG08 -14307.830812   6190.460614 -21575.135861      7.631887 14 13 14 317  P   P
+PG09  21457.864180  15644.391504  -1214.068631     71.218521 15 15 18 286  P   P
+PG10  -8606.381877  23513.799706   8058.976621    -70.462299 12 13 13 297  P   P
+PG11 -23249.546699 -12641.879000  -4171.854904   -139.242694 14 14 17 269  P   P
+PG12  11755.110415  13836.506230  19477.479812    -14.888354 14 15 12 220  P   P
+PG13 -25319.650735   4591.976054   6540.910797    276.778997  7 12 13 231  P   P
+PG14  19617.582483 -14807.252989  10044.796682    141.299619 14 10 14 189  P   P
+PG15  15666.583276   8239.630952 -19841.051581   -138.567877 16 14 13 230  P   P
+PG16    172.006654 -25970.159224  -4707.858667   -162.040062 12 10  7 275  P   P
+PG17 -19713.238614  15181.703254   9101.193210    184.220308 10 15 15 202  P   P
+PG18  15142.533572 -10453.810925 -18718.882130    129.633309 12 19 16 221  P   P
+PG19 -11748.429737 -11430.167454 -20960.334112   -126.137919 17 17 14 253  P   P
+PG20 -14435.618567  -9128.328151  20205.857281     48.825906  8 12 11 258  P   P
+PG21  21034.395536    492.422586 -16164.001363   -134.514878 15 18 18 272  P   P
+PG22  11311.553292 -20773.324751 -11813.795659    150.829727 12 15 15 252  P   P
+PG23 -20435.320130  -3676.224309  16751.694549    316.184284 14 12 14 211  P   P
+PG24 -22015.560307 -14840.501421   2987.656536    378.167831 17 18 20 302  P   P
+PG25  15261.271559  -1846.010823  21643.890331     -0.994987 13 16 12 219  P   P
+PG26   2613.389170  14813.565029 -22450.166032   -160.994902 16 11 11 320  P   P
+PG27  19712.996506  17006.933646  -5354.385474    251.499855 13 11 16 324  P   P
+PG28 -12446.363886  17838.052481 -14544.130095     28.786290 12 15 16 278  P   P
+PG29  24478.733333  -2477.275194  10032.421005    196.720393 12 13 15 231  P   P
+PG30   3380.199295 -26128.500688   2813.831344    333.703918 14 13 14 280  P   P
+PG31   3546.938803 -15326.451307  21570.587310     60.885467 13  9 10 244  P   P
+PG32  -9242.164321 -18157.841160  17536.366582   -226.792319 15 15 14 277  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990618  18800.666759  18148.020852    328.357722 20  9 18 251  P   P
+PG03    574.408004 -18335.738568 -19514.723814    696.330458 15 16 12 292  P   P
+PG04  -8425.217682  13121.737764  21294.052116     76.740693 20 18 10 270  P   P
+PG05   1916.765687  26167.239790  -3768.421790   -138.190796 12 12 12 179  P   P
+PG06   6166.442989 -18797.311787 -17459.503578   -229.830506 15 14 12 339  P   P
+PG07 -22405.486675  -2777.839328 -14150.399617      7.057787  9 10 13 282  P   P
+PG08 -16174.128965   4678.986446 -20665.952942      7.631847 13 14 14 319  P   P
+PG09  21153.782655  15670.870886  -4093.289932     71.220673 16 15 18 284  P   P
+PG10  -8800.180676  22384.177501  10628.068316    -70.463378 11 13 12 299  P   P
+PG11 -22554.148422 -12832.523554  -6761.771227   -139.245441 15 14 17 269  P   P
+PG12  11482.922190  15950.209863  17978.343502    -14.885818 14 15 13 223  P   P
+PG13 -24525.966969   4103.913327   9259.177562    276.777681  7 12 12 234  P   P
+PG14  20588.815167 -15023.728717   7372.870942    141.301776 13 10 14 194  P   P
+PG15  13641.915485   9387.862799 -20788.462145   -138.565137 16 15 12 232  P   P
+PG16    442.571751 -26326.230618  -1838.184851   -162.042552 12 10  8 276  P   P
+PG17 -20615.749737  15318.757437   6421.297982    184.220509 11 15 15 206  P   P
+PG18  15114.835011  -8162.822228 -19862.140273    129.635093 12 19 15 224  P   P
+PG19  -9505.369045 -12359.393557 -21531.491371   -126.141348 16 17 14 254  P   P
+PG20 -14250.135927 -11413.423095  19162.353907     48.826009  8 12 12 259  P   P
+PG21  22396.570459   1671.012420 -14241.370595   -134.517294 15 18 19 274  P   P
+PG22  11461.500445 -19241.863430 -14033.329825    150.828997 12 15 14 250  P   P
+PG23 -18686.714101  -4657.619359  18433.121408    316.182012 15 12 14 213  P   P
+PG24 -21995.421724 -15158.246772    179.317189    378.170452 18 17 20 301  P   P
+PG25  15150.579755    639.214257  21791.971680     -0.995319 13 16 12 220  P   P
+PG26    362.001886  15680.327381 -21956.931015   -161.004029 16 11 10 319  P   P
+PG27  18900.889144  16725.718266  -8093.651351    251.503796 13 11 15 329  P   P
+PG28 -12431.713044  15957.209350 -16556.830643     28.788425 12 15 15 279  P   P
+PG29  23402.292810  -1754.442312  12479.327141    196.722886 13 13 15 233  P   P
+PG30   3630.025161 -25594.629230   5614.730968    333.706439 14 13 15 279  P   P
+PG31   5596.658582 -13983.525060  22066.207279     60.890020 13 10 10 245  P   P
+PG32  -8821.709826 -19955.844525  15707.401065   -226.799046 14 15 15 278  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043778  17876.703311  19484.992354    328.359708 20  9 17 253  P   P
+PG03   2349.075670 -19473.083188 -18178.481032    696.334998 15 16 12 293  P   P
+PG04 -10565.241939  11876.948704  21102.743007     76.749925 20 18 11 272  P   P
+PG05   1638.292537  26436.443555   -935.726104   -138.196064 11 12 11 179  P   P
+PG06   7911.018336 -19673.121753 -15700.560217   -229.935786 15 14 13 341  P   P
+PG07 -23599.145851  -3664.300927 -11836.048623      7.058684  9 10 13 284  P   P
+PG08 -18020.953907   3351.909324 -19404.989543      7.631778 13 14 15 320  P   P
+PG09  20573.645013  15555.339112  -6902.759948     71.222818 16 14 18 283  P   P
+PG10  -9041.973760  20982.027274  13008.674531    -70.464478 11 14 11 300  P   P
+PG11 -21599.787642 -12971.929463  -9238.612794   -139.248186 15 14 17 270  P   P
+PG12  11330.254748  17887.993767  16172.460857    -14.883280 14 15 14 226  P   P
+PG13 -23489.521924   3442.311649  11817.615345    276.776367  7 12 12 236  P   P
+PG14  21269.936180 -15153.736280   4573.668053    141.303933 12 10 14 199  P   P
+PG15  11601.933706  10682.208698 -21378.881570   -138.562394 16 15 12 233  P   P
+PG16    681.204249 -26366.744725   1063.728414   -162.045044 11 11  9 276  P   P
+PG17 -21236.825001  15355.312782   3629.827976    184.220713 11 16 16 211  P   P
+PG18  15190.945392  -5764.617736 -20651.813826    129.636880 12 19 13 227  P   P
+PG19  -7270.933832 -13423.702289 -21733.154167   -126.144778 16 17 13 256  P   P
+PG20 -14169.551032 -13566.410783  17785.639326     48.826108  8 12 12 260  P   P
+PG21  23613.035270   2658.680668 -12074.527817   -134.519708 13 18 19 276  P   P
+PG22  11676.739757 -17480.728522 -16007.775884    150.828269 11 16 14 249  P   P
+PG23 -16840.725236  -5815.921422  19800.819376    316.179740 15 13 13 216  P   P
+PG24 -21727.761532 -15303.354474  -2632.050389    378.173066 18 17 20 299  P   P
+PG25  15170.251418   3122.147869  21564.607171     -0.995650 13 16 13 220  P   P
+PG26  -1773.349706  16645.199912 -21103.355320   -161.013165 16 11 11 318  P   P
+PG27  17799.365178  16352.174527 -10692.675336    251.507727 13 11 15 333  P   P
+PG28 -12507.283029  13860.664768 -18270.680615     28.790557 12 15 15 280  P   P
+PG29  22130.810002   -854.670003  14711.939600    196.725380 13 13 15 234  P   P
+PG30   3922.064313 -24760.083299   8317.783336    333.708992 14 14 15 277  P   P
+PG31   7745.726810 -12740.002788  22188.759635     60.894571 12 11 10 245  P   P
+PG32  -8515.965338 -21555.856157  13617.765857   -226.805765 14 15 15 280  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573975  16991.373191  20491.833816    328.361690 20  9 16 255  P   P
+PG03   3946.191034 -20587.097188 -16535.784761    696.339565 14 15 12 294  P   P
+PG04 -12721.195826  10757.700042  20542.521949     76.759147 20 18 14 274  P   P
+PG05   1353.618233  26397.899109   1913.175849   -138.201328 11 13 11 181  P   P
+PG06   9438.487771 -20502.831091 -13665.996444   -230.041074 15 13 13 342  P   P
+PG07 -24595.954796  -4360.091263  -9320.126998      7.059584  7  9 13 285  P   P
+PG08 -19801.039379   2220.706824 -17815.057899      7.631685 13 14 15 322  P   P
+PG09  19711.087217  15337.692429  -9595.325201     71.224961 17 14 18 281  P   P
+PG10  -9362.487075  19334.374248  15158.479238    -70.465596 11 14 11 301  P   P
+PG11 -20394.553533 -13092.363862 -11561.302729   -139.250926 16 14 16 270  P   P
+PG12  11273.555757  19611.183252  14090.874251    -14.880740 14 14 14 230  P   P
+PG13 -22247.254108   2586.172728  14171.711531    276.775055  7 12 12 239  P   P
+PG14  21665.309371 -15157.173490   1695.345956    141.306088 10 10 14 204  P   P
+PG15   9590.711795  12104.858862 -21601.693559   -138.559649 16 15 12 235  P   P
+PG16    926.360745 -26089.647962   3946.996242   -162.047541 11 12 10 277  P   P
+PG17 -21583.260350  15253.799898    775.165237    184.220917 11 16 16 215  P   P
+PG18  15381.376211  -3306.158857 -21074.567208    129.638672 12 19 11 230  P   P
+PG19  -5090.097308 -14604.651481 -21560.823295   -126.148209 16 17 13 257  P   P
+PG20 -14175.214569 -15546.814353  16100.052066     48.826205  8 12 12 261  P   P
+PG21  24646.380252   3464.637791  -9702.016638   -134.522113 11 18 20 278  P   P
+PG22  11982.285116 -15523.127578 -17702.437968    150.827540 11 16 13 247  P   P
+PG23 -14943.089444  -7145.929817  20830.700429    316.177466 15 13 13 219  P   P
+PG24 -21195.053024 -15307.467790  -5398.844434    378.175677 19 17 20 299  P   P
+PG25  15316.550021   5553.760056  20965.772819     -0.995981 13 16 13 220  P   P
+PG26  -3755.736150  17677.351094 -19901.622984   -161.022315 16 11 12 317  P   P
+PG27  16410.699894  15926.671968 -13104.883762    251.511643 14 11 15 337  P   P
+PG28 -12697.185933  11590.218852 -19654.086845     28.792686 12 16 14 282  P   P
+PG29  20705.069120    233.384203  16692.176787    196.727875 14 13 14 235  P   P
+PG30   4290.585890 -23641.643403  10875.237234    333.711575 13 15 15 275  P   P
+PG31   9952.444903 -11622.295584  21936.851217     60.899124 12 12 10 246  P   P
+PG32  -8300.431271 -22924.570045  11302.059119   -226.812471 14 14 16 282  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908742  16174.430822  21150.273165    328.363670 20  9 15 257  P   P
+PG03   5351.033656 -21637.739997 -14612.953106    696.344154 14 15 13 294  P   P
+PG04 -14847.894202   9778.506804  19624.354492     76.768357 20 18 15 276  P   P
+PG05   1026.234129  26055.223518   4728.929438   -138.206592 11 13 10 186  P   P
+PG06  10737.308428 -21246.182302 -11391.561729   -230.146371 14 13 13 343  P   P
+PG07 -25359.756126  -4884.649716  -6645.608162      7.060486  6  9 14 286  P   P
+PG08 -21467.195364   1287.984893 -15924.262860      7.631566 12 14 15 324  P   P
+PG09  18568.392485  15059.266947 -12126.365875     71.227101 17 13 18 278  P   P
+PG10  -9787.444777  17475.466712  17039.369759    -70.466732 11 15 10 303  P   P
+PG11 -18953.536929 -13224.701426 -13691.419139   -139.253665 16 14 16 271  P   P
+PG12  11283.339288  21087.327796  11769.232570    -14.878199 14 14 15 232  P   P
+PG13 -20841.128031   1522.263842  16280.358900    276.773743  8 12 12 241  P   P
+PG14  21788.099777 -14996.757563  -1212.354180    141.308243  8 10 14 209  P   P
+PG15   7649.217000  13630.691578 -21452.575488   -138.556906 16 15 13 236  P   P
+PG16   1216.072646 -25502.273537   6761.117258   -162.050041 10 12 11 277  P   P
+PG17 -21670.222613  14979.963364  -2093.006067    184.221120 11 17 16 220  P   P
+PG18  15688.982127   -835.960805 -21123.831567    129.640465 12 19  6 233  P   P
+PG19  -3004.444613 -15876.489568 -21016.426291   -126.151640 16 17 13 259  P   P
+PG20 -14242.408457 -17319.399701  14135.268063     48.826300  9 12 12 262  P   P
+PG21  25463.366917   4105.246450  -7165.319297   -134.524516  9 18 20 279  P   P
+PG22  12397.273754 -13407.885624 -19087.543708    150.826810 11 17 12 245  P   P
+PG23 -13039.085072  -8634.145878  21504.283684    316.175189 15 13 12 221  P   P
+PG24 -20387.427071 -15205.742490  -8074.117359    378.178289 20 16 20 298  P   P
+PG25  15577.769642   7886.714590  20005.845232     -0.996314 13 16 14 220  P   P
+PG26  -5554.119235  18740.265858 -18369.592146   -161.031479 15 12 12 316  P   P
+PG27  14746.661749  15489.500325 -15286.268354    251.515529 14 11 15 340  P   P
+PG28 -13018.296880   9193.110088 -20681.632152     28.794814 12 16 14 283  P   P
+PG29  19168.741610   1513.122791  18386.344198    196.730369 14 13 14 237  P   P
+PG30   4766.065537 -22264.363794  13241.518867    333.714191 13 16 15 272  P   P
+PG31  12171.481672 -10649.370455  21315.278132     60.903678 11 12 11 246  P   P
+PG32  -8145.444251 -24034.843649   8798.547473   -226.819166 13 14 16 284  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412664  15450.032770  21447.780019    328.365648 19 10 13 259  P   P
+PG03   6556.363701 -22584.035889 -12441.271343    696.348769 13 15 13 294  P   P
+PG04 -16899.442572   8945.969859  18365.423519     76.777558 20 18 16 279  P   P
+PG05    621.241501  25420.750964   7462.742948   -138.211855 11 13  8 190  P   P
+PG06  11804.315322 -21863.230208  -8917.273389   -230.251679 14 13 13 345  P   P
+PG07 -25860.288026  -5263.962550  -3858.072450      7.061390  4  9 14 287  P   P
+PG08 -22973.997312    547.619431 -13765.472834      7.631428 11 14 16 326  P   P
+PG09  17156.435803  14761.137851 -14454.442137     71.229230 17 13 18 276  P   P
+PG10 -10336.364676  15445.529330  18618.171477    -70.467885 11 15  9 305  P   P
+PG11 -17298.377601 -13397.141713 -15593.754113   -139.256401 17 14 15 271  P   P
+PG12  11325.453118  22291.286458   9247.189796    -14.875654 14 13 15 235  P   P
+PG13 -19316.538916    245.860431  18106.603601    276.772432  8 12 12 244  P   P
+PG14  21659.670334 -14639.653778  -4098.978107    141.310397  4 10 14 214  P   P
+PG15   5813.875514  15228.096082 -20933.605943   -138.554159 16 15 13 237  P   P
+PG16   1586.232550 -24621.054117   9456.905678   -162.052545 10 13 11 277  P   P
+PG17 -21520.556177  14504.389370  -4924.593804    184.221322 12 17 16 223  P   P
+PG18  16108.839695   1597.652312 -20799.864685    129.642263 12 20  8 236  P   P
+PG19  -1050.724777 -17207.026633 -20108.355783   -126.155073 15 17 14 261  P   P
+PG20 -14341.435164 -18855.356071  11925.744216     48.826391  9 12 12 262  P   P
+PG21  26036.106898   4603.112842  -4508.108280   -134.526917  8 18 20 280  P   P
+PG22  12934.068385 -11178.080264 -20138.798740    150.826081 10 17 11 243  P   P
+PG23 -11171.911790 -10259.085677  21809.062974    316.172912 15 13 12 224  P   P
+PG24 -19303.189497 -15035.371902 -10612.339504    378.180909 20 16 19 298  P   P
+PG25  15934.716722  10076.997979  18701.418577     -0.996648 13 17 15 220  P   P
+PG26  -7144.380385  19793.007453 -16530.669390   -161.040655 15 12 13 315  P   P
+PG27  12828.382783  15079.148302 -17196.307393    251.519374 14 11 14 343  P   P
+PG28 -13479.428675   6720.262532 -21334.630813     28.796942 12 16 13 285  P   P
+PG29  17566.751851   2979.698186  19765.687359    196.732863 15 13 14 238  P   P
+PG30   5373.740815 -20660.724418  15374.123072    333.716838 13 16 14 269  P   P
+PG31  14355.421017  -9832.161315  20334.913628     60.908232 11 13 12 247  P   P
+PG32  -8017.417795 -24866.606876   6148.610974   -226.825853 13 13 16 286  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714397  14835.801120  21377.860069    328.367627 19 10 11 261  P   P
+PG03   7562.574276 -23385.626218 -10056.578509    696.353406 13 14 13 294  P   P
+PG04 -18830.876725   8258.710486  16788.738222     76.786753 19 18 17 281  P   P
+PG05    106.919571  24515.057029  10067.251137   -138.217115 12 14  7 194  P   P
+PG06  12644.630966 -22315.974736  -6286.666513   -230.357004 14 12 13 346  P   P
+PG07 -26074.332891  -5529.370841  -1004.952414      7.062297  4  9 14 288  P   P
+PG08 -24279.401673    -14.778069 -11375.736455      7.631272 10 14 16 328  P   P
+PG09  15494.324267  14482.472297 -16541.861989     71.231351 17 13 17 275  P   P
+PG10 -11021.620833  13289.281793  19867.274779    -70.469049 11 15  8 307  P   P
+PG11 -15456.588396 -13634.037579 -17236.824198   -139.259135 17 14 15 272  P   P
+PG12  11362.528699  23206.044541   6567.742815    -14.873106 14 13 16 237  P   P
+PG13 -17720.587194  -1238.843634  19618.326470    276.771122  9 12 12 246  P   P
+PG14  21308.661516 -14058.947737  -6914.255611    141.312552  4 10 14 219  P   P
+PG15   4115.315924  16860.061202 -20053.262535   -138.551413 16 15 14 238  P   P
+PG16   2068.973025 -23470.882797  11987.391469   -162.055052 10 14 11 277  P   P
+PG17 -21163.789488  13803.856550  -7670.011747    184.221524 12 17 16 227  P   P
+PG18  16628.460723   3948.265677 -20109.665485    129.644064 13 19 11 238  P   P
+PG19    740.416491 -18558.777531 -18851.393326   -126.158506 15 16 14 263  P   P
+PG20 -14438.908205 -20133.226389   9510.081369     48.826479  9 11 12 263  P   P
+PG21  26343.032080   4985.967795  -1775.502498   -134.529307  9 18 20 280  P   P
+PG22  13597.640730  -8879.513434 -20837.836277    150.825353 10 17  9 241  P   P
+PG23  -9381.145530 -11991.908861  21738.782922    316.170632 15 12 12 226  P   P
+PG24 -17949.044098 -14834.038168 -12970.148557    378.183542 21 15 19 298  P   P
+PG25  16361.494451  12085.421301  17075.014483     -0.996980 13 16 15 219  P   P
+PG26  -8510.120153  20791.677923 -14413.601775   -161.049845 15 12 14 314  P   P
+PG27  10685.846533  14730.621695 -18798.866692    251.523175 15 11 14 346  P   P
+PG28 -14080.866200   4224.376046 -21601.522901     28.799070 12 16 12 286  P   P
+PG29  15943.612938   4620.022655  20806.858525    196.735358 15 13 13 239  P   P
+PG30   6132.365280 -18869.480843  17234.468910    333.719518 13 17 14 264  P   P
+PG31  16456.386778  -9173.288065  19012.510493     60.912787 10 13 12 247  P   P
+PG32  -7880.235264 -25407.532099   3396.142362   -226.832531 12 13 16 289  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788091  14342.137590  20940.258829    328.369605 19 10  9 263  P   P
+PG03   8377.555237 -24004.340138  -7498.759473    696.358064 13 14 13 293  P   P
+PG04 -20599.756180   7707.628206  14922.646761     76.795941 19 18 18 283  P   P
+PG05   -543.831801  23366.172679  12497.352921   -138.222372 12 14  6 199  P   P
+PG06  13271.244760 -22569.925093  -3545.977589   -230.462345 14 12 13 347  P   P
+PG07 -25986.611758  -5716.179868   1865.247877      7.063205  7  9 14 289  P   P
+PG08 -25346.232116   -421.094325  -8795.655499      7.631103  9 14 16 329  P   P
+PG09  13608.754912  14258.992009 -18355.170817     71.233462 18 12 17 274  P   P
+PG10 -11847.813343  11054.286858  20765.139518    -70.470225 11 16  8 309  P   P
+PG11 -13460.680211 -13954.874111 -18593.329480   -139.261870 17 14 14 273  P   P
+PG12  11355.558820  23823.232397   3776.518459    -14.870554 14 12 16 239  P   P
+PG13 -16100.290334  -2918.678137  20788.842931    276.769813 10 11 12 249  P   P
+PG14  20769.787926 -13234.899611  -9609.007139    141.314705  8 11 13 224  P   P
+PG15   2577.339998  18485.490012 -18826.307688   -138.548665 16 15 15 239  P   P
+PG16   2691.204860 -22084.150603  14308.669213   -162.057563 10 14 11 277  P   P
+PG17 -20634.879942  12862.452253 -10281.093684    184.221725 12 17 16 231  P   P
+PG18  17228.325792   6172.993818 -19066.750991    129.645872 13 19 13 240  P   P
+PG19   2345.471171 -19890.336570 -17266.515137   -126.161943 15 16 15 264  P   P
+PG20 -14499.190547 -21139.553509   6930.320669     48.826564  9 11 13 263  P   P
+PG21  26369.628685   5285.385379    986.661049   -134.531698 11 18 20 281  P   P
+PG22  14385.262585  -6559.081541 -21172.551865    150.824625 10 17  6 238  P   P
+PG23  -7701.329087 -13797.345045  21293.614908    316.168351 15 12 12 228  P   P
+PG24 -16340.010454 -14638.346716 -15107.074017    378.186191 21 15 19 298  P   P
+PG25  16826.558963  13878.937756  15154.690076     -0.997314 13 16 16 219  P   P
+PG26  -9643.193034  21691.034148 -12052.178066   -161.059052 15 13 14 313  P   P
+PG27   8356.997718  14473.876922 -20063.051228    251.526924 15 11 14 348  P   P
+PG28 -14814.282948   1757.947152 -21478.095060     28.801198 12 16 11 288  P   P
+PG29  14341.795442   6413.096938  21492.291167    196.737853 15 13 13 240  P   P
+PG30   7053.219644 -16934.254024  18788.696154    333.722229 13 17 14 259  P   P
+PG31  18427.687318  -8667.091342  17370.421855     60.917341  9 13 13 248  P   P
+PG32  -7696.748420 -25653.440590    586.904038   -226.839203 12 12 16 291  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364293  13971.819917  20141.065302    328.371583 19 11 10 265  P   P
+PG03   9016.265625 -24405.724265  -4811.143239    696.362743 13 14 13 293  P   P
+PG04 -22167.650405   7276.464587  12800.267110     76.805125 18 17 18 286  P   P
+PG05  -1352.232834  22008.519217  14711.007112   -138.227627 13 15  6 202  P   P
+PG06  13704.281874 -22595.530639   -743.280790   -230.567708 13 13 13 348  P   P
+PG07 -25590.391958  -5862.122545   4703.748340      7.064118  9  9 14 290  P   P
+PG08 -26143.486713   -699.680209  -6068.723649      7.630924  8 13 16 331  P   P
+PG09  11533.119608  14121.594922 -19865.564562     71.235562 18 12 17 273  P   P
+PG10 -12811.470990   8789.199013  21296.666411    -70.471411 12 16  8 311  P   P
+PG11 -11347.117649 -14373.432387 -19640.558548   -139.264604 17 14 13 274  P   P
+PG12  11265.543546  24143.328044    921.020252    -14.868000 15 11 16 241  P   P
+PG13 -14500.802961  -4771.796850  21597.407923    276.768502 10 11 12 251  P   P
+PG14  20082.398120 -12155.926740 -12136.041370    141.316860 10 12 13 228  P   P
+PG15   1216.161926  20060.691237 -17273.562136   -138.545917 16 15 15 240  P   P
+PG16   3473.374392 -20499.502214  16380.678189   -162.060075 11 15 11 277  P   P
+PG17 -19972.747464  11672.405747 -12711.987592    184.221923 12 18 16 235  P   P
+PG18  17882.709535   8233.937543 -17690.807376    129.647681 13 19 15 242  P   P
+PG19   3748.826494 -21157.932695 -15380.578651   -126.165382 14 16 15 266  P   P
+PG20 -14485.922522 -21869.220250   4231.188067     48.826648  9 11 13 263  P   P
+PG21  26108.917097   5535.389400   3732.531798   -134.534091 14 18 20 282  P   P
+PG22  15286.517500  -4263.110029 -21137.316316    150.823898 10 18  4 235  P   P
+PG23  -6160.754283 -15634.887342  20480.225353    316.166068 15 12 12 230  P   P
+PG24 -14499.036406 -14482.302350 -16986.225720    378.188864 22 15 18 298  P   P
+PG25  17294.006032  15431.725978  12973.551091     -0.997648 14 16 17 218  P   P
+PG26 -10543.948383  22446.207994  -9484.831426   -161.068272 15 13 15 313  P   P
+PG27   5886.496839  14332.445519 -20963.976299    251.530617 15 11 14 349  P   P
+PG28 -15663.042445   -628.688664 -20967.522505     28.803328 11 16 10 289  P   P
+PG29  12800.190283   8330.644524  21810.477699    196.740348 15 13 12 240  P   P
+PG30   8139.428536 -14901.915084  20008.379323    333.724967 14 17 13 254  P   P
+PG31  20225.422201  -8299.979949  15436.244441     60.921897  9 14 14 248  P   P
+PG32  -7430.330738 -25608.428543  -2232.153176   -226.845869 12 12 16 293  P   P
+EOF
diff --git a/util/data/igu16295_00_p.sp3 b/util/data/igu16295_00_p.sp3
new file mode 100644
index 0000000..b8ff60b
--- /dev/null
+++ b/util/data/igu16295_00_p.sp3
@@ -0,0 +1,3095 @@
+#cP2011  3 31  0  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 345600.00000000   900.00000000 55651 0.0000000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  4  5  4  4  4  4  4  3  4  4  3  4  4  3  4  5
+++         4  4  4  4  4  5  4  4  4  4  3  4  3  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_00 (55652.000) FROM:       
+/* cou emu esu gfu siu usu                                  
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  1  0  0  0.00000000
+PG02 -11706.796698  13773.960888  19334.631015    328.180439 10  7 11 232  P   P
+PG03   9379.286408 -24544.659331  -2806.536379    695.928695  9  9  7 269  P   P
+PG04 -23158.135006   7030.369578  11122.883031     75.922728  8 10 11 213  P   P
+PG05  -2043.079597  20916.271409  16158.285808   -137.728323 10 10  4 188  P   P
+PG06  13910.183522 -22458.943642   1301.104603   -220.548590  8 10  8 328  P   P
+PG07 -25109.135619  -5964.471890   6721.209524      6.978547  8    10 261  P   P
+PG08 -26538.940340   -833.711906  -4028.057521      7.624642  9  9 13 207  P   P
+PG09   9924.664344  14090.691654 -20760.391289     71.039368 10  5 11 154  P   P
+PG10 -13584.806504   7166.095807  21447.446583    -70.375029 11  9  9 271  P   P
+PG11  -9789.468890 -14732.208041 -20190.981271   -139.001834 11  9  6 164  P   P
+PG12  11116.385877  24198.157863  -1183.466044    -15.111198  5  7 10 221  P   P
+PG13 -13378.754854  -6203.770431  21949.428365    276.895336 11  8  6 205  P   P
+PG14  19512.812458 -11212.850199 -13840.981873    141.110617  6  8  8 165  P   P
+PG15    353.265292  21141.889331 -15964.033940   -138.805841 11  8 13 150  P   P
+PG16   4162.915931 -19236.758611  17719.553157   -161.823698 10  9  6 204  P   P
+PG17 -19430.391107  10641.016748 -14350.587338    184.205036  7 12 11  74  P   P
+PG18  18375.316605   9626.229149 -16487.158181    129.474468  8 12  9 228  P   P
+PG19   4634.096011 -22012.468294 -13842.518207   -125.837795 12 11 11 249  P   P
+PG20 -14407.983530 -22229.045645   2218.784453     48.817759  8  7 10 246  P   P
+PG21  25733.274726   5717.437455   5708.434636   -134.308898  7 10 11 254  P   P
+PG22  16005.081318  -2630.010738 -20878.924948    150.891007  5 10  8 228  P   P
+PG23  -5153.066714 -16953.951307  19672.052814    316.382315 11  7  9 208  P   P
+PG24 -13022.100271 -14413.733219 -18176.425198    377.914344 17  9 10 208  P   P
+PG25  17613.354635  16398.615313  11245.606816     -0.966158 11  8  9 212  P   P
+PG26 -11055.375262  22880.478547  -7515.272880   -160.190681  9  8  9 233  P   P
+PG27   4023.284738  14312.126850 -21380.677820    251.207808 11  6 10 337  P   P
+PG28 -16340.168855  -2290.689966 -20357.674601     28.596983  7  6  8 251  P   P
+PG29  11749.815544   9764.344706  21809.501327    196.503226  8  3  6 132  P   P
+PG30   9028.058941 -13394.457086  20670.810202    333.475901  7 11  9 266  P   P
+PG31  21396.961681  -8112.764599  13868.399590     60.489506  7  9 11 219  P   P
+PG32  -7160.597043 -25400.035682  -4265.437541   -226.204252  7  9 12 250  P   P
+*  2011  4  1  0 15  0.00000000
+PG02 -13855.363410  13600.563166  17942.521674    328.182395 11  9 11 233  P   P
+PG03   9767.007227 -24505.835895     -4.391055    695.933684 10  9  5 269  P   P
+PG04 -24305.281160   6750.109943   8648.032772     75.931694  8 10  8 251  P   P
+PG05  -3152.963849  19293.617829  17911.207283   -137.733673 11  9  7 211  P   P
+PG06  14073.683728 -22039.699955   4095.526816   -220.653582  9  8  3 324  P   P
+PG07 -24190.015918  -6130.261126   9391.940343      6.979655  9  3 10 263  P   P
+PG08 -26820.225982   -973.073884  -1156.176310      7.623890  4  8 12 285  P   P
+PG09   7614.995589  14156.781141 -21694.223008     71.041441  9  6 11 163  P   P
+PG10 -14754.565483   4960.695080  21332.179263    -70.376218 11 10  8 273  P   P
+PG11  -7566.645148 -15333.593954 -20668.538664   -139.004336  8 10  7 245  P   P
+PG12  10795.913435  24030.035650  -4035.065694    -15.108747  6  5  9 228  P   P
+PG13 -11910.417108  -8281.827127  22103.577767    276.894242 11  3  5 244  P   P
+PG14  18669.587093  -9692.504752 -15976.308329    141.112742  7  6  5 184  P   P
+PG15   -688.411851  22526.514404 -13915.274842   -138.803130  7  8 11 185  P   P
+PG16   5247.642434 -17413.525403  19278.523464   -161.825976  9  9  4 244  P   P
+PG17 -18635.158677   9027.983613 -16371.010891    184.205268  7 12 12 186  P   P
+PG18  19048.202515  11332.956200 -14597.555579    129.476148  9 13 10 237  P   P
+PG19   5676.961115 -23065.882433 -11515.842401   -125.841298 12 11 12 247  P   P
+PG20 -14185.185003 -22493.032844   -576.035527     48.817968  8  8 10 245  P   P
+PG21  24980.846997   5964.284698   8319.755098   -134.311453  8 10 11 257  P   P
+PG22  17056.645827   -478.130299 -20210.257333    150.890282  5 12 10 222  P   P
+PG23  -3897.810178 -18742.114850  18258.931008    316.380169 11  7  9 230  P   P
+PG24 -10854.789578 -14393.718934 -19535.103217    377.916149 16 10  9 300  P   P
+PG25  17992.694446  17498.693356   8704.788024     -0.966547 10  8 11 208  P   P
+PG26 -11580.233068  23288.475683  -4694.585180   -160.200267  9  9  7 259  P   P
+PG27   1427.378801  14402.857328 -21614.638131    251.212045  7  7 10 335  P   P
+PG28 -17327.021603  -4433.461001 -19206.672857     28.598854  8  5  9 262  P   P
+PG29  10388.673817  11812.663242  21487.057828    196.505522  7  4  3 236  P   P
+PG30  10382.296380 -11308.300888  21264.193163    333.478883  8 11  6 258  P   P
+PG31  22805.297748  -7933.054669  11508.957324     60.493969  5  8 11 222  P   P
+PG32  -6671.352145 -24885.252291  -6989.715612   -226.210718  6  9 12 260  P   P
+*  2011  4  1  0 30  0.00000000
+PG02 -15838.147334  13519.585501  16237.322111    328.184384 11 10 12 236  P   P
+PG03  10048.560352 -24185.458685   2797.790803    695.938405 10  9  5 266  P   P
+PG04 -25176.919557   6516.619060   6026.083093     75.940880  8 10  8 256  P   P
+PG05  -4441.252041  17577.431063  19354.304636   -137.738922 11 10  7 213  P   P
+PG06  14125.864178 -21345.689298   6818.744092   -220.759018  9  8  2 324  P   P
+PG07 -22988.769674  -6357.360281  11902.889703      6.980575 10  4  9 264  P   P
+PG08 -26786.578445  -1084.136703   1734.945634      7.623702  5  7 12 291  P   P
+PG09   5230.893900  14360.097710 -22272.698419     71.043505 10  6 11 153  P   P
+PG10 -16012.930227   2849.244201  20843.476146    -70.377408 11 10  9 279  P   P
+PG11  -5335.613453 -16037.210486 -20800.833817   -139.007073  8  9  8 246  P   P
+PG12  10299.023600  23609.117496  -6817.915786    -15.106182  7  5  9 228  P   P
+PG13 -10563.457067 -10435.897378  21872.162381    276.892928 11  4  6 246  P   P
+PG14  17795.357045  -7931.216526 -17832.143160    141.114900  7  5  5 194  P   P
+PG15  -1550.212523  23741.775244 -11625.053496   -138.800383  8  8 11 181  P   P
+PG16   6508.420827 -15517.405387  20503.633438   -161.828494  9 10  3 244  P   P
+PG17 -17819.874732   7189.486082 -18104.456692    184.205457  8 12 11 196  P   P
+PG18  19683.106681  12806.799008 -12456.129265    129.477971 10 13 10 238  P   P
+PG19   6518.090853 -23937.555403  -8987.330269   -125.844741 12 10 12 250  P   P
+PG20 -13798.336602 -22507.913222  -3360.997853     48.818047  7  8 10 245  P   P
+PG21  23961.280993   6255.383096  10794.719808   -134.313826  8 10 11 258  P   P
+PG22  18158.039257   1538.545196 -19189.479048    150.889556  5 12 10 221  P   P
+PG23  -2820.323029 -20437.428299  16527.853418    316.377882 11  7 10 230  P   P
+PG24  -8552.143237 -14482.039417 -20558.462358    377.918918 17 10  7 300  P   P
+PG25  18266.489693  18329.759871   6014.235373     -0.966883 10  8 11 207  P   P
+PG26 -11915.170188  23445.863611  -1791.955349   -160.209527  9  9  7 257  P   P
+PG27  -1167.464317  14632.625248 -21452.791887    251.215540  8  7 10 335  P   P
+PG28 -18348.073528  -6384.218078 -17713.117284     28.601004  8  5  9 264  P   P
+PG29   9165.132230  13879.762490  20797.784981    196.508013  7  4  3 236  P   P
+PG30  11867.494735  -9255.089611  21477.593288    333.481690  8 11  6 247  P   P
+PG31  23946.151923  -7821.181856   8955.587669     60.498525  4  9 11 223  P   P
+PG32  -6014.166075 -24130.508101  -9595.471122   -226.217375  7 10 12 265  P   P
+*  2011  4  1  0 45  0.00000000
+PG02 -17617.506435  13507.006277  14247.804373    328.186374 11 10 12 238  P   P
+PG03  10257.009454 -23573.993625   5550.559705    695.943136 10 10  6 263  P   P
+PG04 -25759.418629   6296.119329   3301.958001     75.950068  8  9  8 261  P   P
+PG05  -5900.529018  15813.208300  20462.828812   -137.744170 12 10  8 215  P   P
+PG06  14102.881687 -20374.617352   9423.675353   -220.864478  9  8    325  P   P
+PG07 -21530.593341  -6678.225917  14211.190683      6.981498 11  5  9 265  P   P
+PG08 -26437.417574  -1206.963635   4597.206185      7.623519  6  7 12 296  P   P
+PG09   2819.650874  14705.152653 -22486.798095     71.045558 10  7 11 130  P   P
+PG10 -17329.395295    869.479661  19991.143037    -70.378595 11 10  9 284  P   P
+PG11  -3136.581035 -16832.067714 -20584.772790   -139.009812  9  9  8 247  P   P
+PG12   9600.673683  22965.334425  -9484.525332    -15.103612  7  6  9 226  P   P
+PG13  -9362.520567 -12620.003462  21259.111445    276.891613 11  5  7 247  P   P
+PG14  16931.801408  -5950.873263 -19375.917606    141.117059  8  5  6 202  P   P
+PG15  -2245.675177  24748.721427  -9132.958542   -138.797635  8  8 11 176  P   P
+PG16   7935.521339 -13596.268207  21374.519286   -161.831014  9 10  2 244  P   P
+PG17 -17023.539769   5149.873485 -19520.704650    184.205642  8 12 11 204  P   P
+PG18  20242.080527  14037.166025 -10100.821995    129.479798 11 13 10 239  P   P
+PG19   7172.554150 -24589.846024  -6301.086229   -125.848187 12 10 12 252  P   P
+PG20 -13221.632458 -22297.416690  -6088.473005     48.818125  7  9 10 245  P   P
+PG21  22695.529139   6621.146936  13093.109323   -134.316193  9 10 10 258  P   P
+PG22  19275.460441   3389.225998 -17834.866649    150.888832  6 12 10 220  P   P
+PG23  -1919.391598 -21993.536350  14508.316701    316.375595 11  7 11 231  P   P
+PG24  -6158.591176 -14691.848858 -21228.120672    377.921722 17 11  6 299  P   P
+PG25  18396.277086  18897.538099   3220.248930     -0.967220 11  8 11 205  P   P
+PG26 -12088.956796  23324.308021   1142.155802   -160.218799 10 10  8 255  P   P
+PG27  -3707.015535  14993.924491 -20897.256877    251.218969  9  7 10 336  P   P
+PG28 -19364.098056  -8115.189745 -15905.254537     28.603159  8  5  9 265  P   P
+PG29   8094.328343  15920.134178  19753.472169    196.510507  7  5  2 237  P   P
+PG30  13456.275030  -7278.117048  21307.154593    333.484514  9 11  6 235  P   P
+PG31  24798.002443  -7741.788057   6251.100642     60.503078  4  9 11 223  P   P
+PG32  -5167.428086 -23167.051564 -12037.810997   -226.224033  8 11 11 269  P   P
+*  2011  4  1  1  0  0.00000000
+PG02 -19161.861135  13533.422721  12008.013926    328.188368 10 10 12 240  P   P
+PG03  10427.118015 -22670.505193   8204.919003    695.947872 10 10  6 260  P   P
+PG04 -26047.310521   6053.359706    522.004545     75.959260  8  9  8 265  P   P
+PG05  -7515.272192  14045.545428  21217.868155   -137.749415 12 11  8 216  P   P
+PG06  14041.658998 -19132.594679  11865.529123   -220.969965  9  9    326  P   P
+PG07 -19847.861511  -7120.308430  16277.322190      6.982422 11  6  9 267  P   P
+PG08 -25781.035279  -1380.955373   7382.959995      7.623348  6  6 11 301  P   P
+PG09    428.806660  15188.321157 -22333.171667     71.047600 10  7 11  53  P   P
+PG10 -18668.363410   -947.182809  18791.321488    -70.379776 11 10  9 288  P   P
+PG11  -1007.648870 -17700.692559 -20022.934635   -139.012555  9  9  9 248  P   P
+PG12   8682.686680  22134.255553 -11989.297314    -15.101039  8  7  8 225  P   P
+PG13  -8324.135738 -14785.096005  20275.103026    276.890296 12  6  8 249  P   P
+PG14  16117.138290  -3781.561479 -20580.601804    141.119218  8  5  6 209  P   P
+PG15  -2795.291658  25513.403386  -6482.171577   -138.794886  9  7 12 170  P   P
+PG16   9510.987637 -11696.342964  21877.044304   -161.833535  9 10  1 243  P   P
+PG17 -16281.286132   2941.022627 -20595.226839    184.205826  9 12 10 210  P   P
+PG18  20687.379341  15021.779260  -7572.873162    129.481630 11 12 11 240  P   P
+PG19   7662.493415 -24990.583261  -3504.144382   -125.851634 13  9 12 255  P   P
+PG20 -12435.155185 -21891.125625  -8711.966198     48.818200  7 10  9 244  P   P
+PG21  21210.857670   7087.850751  15177.571245   -134.318557  9 10 10 259  P   P
+PG22  20371.426696   5050.094622 -16170.498994    150.888110  6 12 11 220  P   P
+PG23  -1185.632656 -23366.576317  12235.058213    316.373305 11  7 11 231  P   P
+PG24  -3721.152788 -15028.704664 -21531.707556    377.924563 17 11  8 299  P   P
+PG25  18346.747631  19216.003463    370.889577     -0.967557 11  8 12 204  P   P
+PG26 -12135.707740  22903.446501   4055.948877   -160.228080 10 10  8 254  P   P
+PG27  -6139.247484  15470.709116 -19957.843841    251.222329  9  7 11 336  P   P
+PG28 -20333.211039  -9607.300038 -13816.744589     28.605318  7  5  8 266  P   P
+PG29   7183.365829  17887.114992  18371.919073    196.513001  7  5  3 237  P   P
+PG30  15114.640009  -5415.701431  20756.131913    333.487349  9 11  7 227  P   P
+PG31  25347.607117  -7656.782614   3440.950327     60.507630  5  9 12 222  P   P
+PG32  -4116.479729 -22031.220989 -14274.203954   -226.230693  8 11 11 273  P   P
+*  2011  4  1  1 15  0.00000000
+PG02 -20446.821303  13565.317230   9556.700669    328.190365 10 10 13 241  P   P
+PG03  10593.771831 -21482.875477  10713.280396    695.952611 11  9  6 259  P   P
+PG04 -26043.381488   5753.138225  -2266.767363     75.968460  8  8  9 268  P   P
+PG05  -9262.288476  12316.509466  21606.661704   -137.754662 12 11  9 217  P   P
+PG06  13978.289104 -17633.995632  14102.570691   -221.075478  9  8    326  P   P
+PG07 -17979.004637  -7704.825712  18065.774885      6.983348 11  6  9 268  P   P
+PG08 -24834.315416  -1643.211092  10045.733133      7.623189  7  5 11 305  P   P
+PG09  -1895.388133  15797.941820 -21814.174462     71.049634 10  8 11 145  P   P
+PG10 -19990.508981  -2576.632777  17266.108961    -70.380949 11 10 10 292  P   P
+PG11   1016.434049 -18619.687354 -19123.600700   -139.015301  9  8 10 249  P   P
+PG12   7534.649118  21155.690627 -14289.294025    -15.098463  9  7  8 223  P   P
+PG13  -7456.193516 -16880.827799  18937.371850    276.888975 12  6  9 250  P   P
+PG14  15384.593250  -1460.583614 -21425.201544    141.121378  9  6  6 215  P   P
+PG15  -3225.506495  26008.185669  -3718.703803   -138.792139 10  8 12 164  P   P
+PG16  11209.211334  -9860.560281  22003.482615   -161.836056  9 10  2 243  P   P
+PG17 -15622.977435    601.273313 -21309.619333    184.206007  9 12 10 216  P   P
+PG18  20982.976537  15766.494636  -4916.065255    129.483467 12 13 11 240  P   P
+PG19   8016.048834 -25114.385702   -645.602456   -125.855087 13  9 11 257  P   P
+PG20 -11425.799399 -21323.234356 -11186.887633     48.818274  6 10  9 243  P   P
+PG21  19539.933824   7676.530179  17014.122307   -134.320916 10 10 10 260  P   P
+PG22  21406.227319   6505.005692 -14225.790118    150.887389  7 12 11 220  P   P
+PG23   -602.026151 -24516.847606   9747.461527    316.371016 11  6 12 232  P   P
+PG24  -1287.822175 -15490.256312 -21463.133976    377.927441 17 11 10 297  P   P
+PG25  18087.239251  19306.686943  -2484.847396     -0.967893 12  8 12 202  P   P
+PG26 -12093.399756  22171.936264   6897.257095   -160.237371 10 10  8 253  P   P
+PG27  -8416.312819  16039.061548 -18651.871823    251.225622 10  8 11 335  P   P
+PG28 -21212.583410 -10850.618376 -11485.902526     28.607483  7  5  8 267  P   P
+PG29   6431.187640  19734.533693  16676.641762    196.515498  8  5  3 237  P   P
+PG30  16803.235933  -3699.809807  19834.811303    333.490195  9 11  7 233  P   P
+PG31  25590.448827  -7526.944227    572.525356     60.512185  6 10 12 221  P   P
+PG32  -2854.443298 -20763.094459 -16265.241707   -226.237357  9 12 11 276  P   P
+*  2011  4  1  1 30  0.00000000
+PG02 -21456.041252  13566.515232   6936.640397    328.192365  9 10 13 243  P   P
+PG03  10790.381824 -20027.671899  13030.417447    695.957352 11  9  7 260  P   P
+PG04 -25758.468785   5361.811739  -5017.437380     75.977667  8  8  9 271  P   P
+PG05 -11111.455747  10664.124987  21622.802171   -137.759905 13 11  9 218  P   P
+PG06  13946.495161 -15901.005863  16096.819140   -221.181015  9  8  1 326  P   P
+PG07 -15967.164854  -8445.775424  19545.658212      6.984276 12  7  9 268  P   P
+PG08 -23622.156660  -2026.970113  12540.926470      7.623050  7  4 11 309  P   P
+PG09  -4109.464180  16514.703690 -20937.845008     71.051655 11  8 12 178  P   P
+PG10 -21254.284224  -4002.746994  15443.079679    -70.382110 10 10 10 295  P   P
+PG11   2905.402938 -19560.525019 -17900.703343   -139.018050 10  8 10 250  P   P
+PG12   6154.519530  20072.139890 -16344.964749    -15.095881  9  8  8 221  P   P
+PG13  -6757.782356 -18857.388078  17269.392417    276.887652 12  6 10 251  P   P
+PG14  14761.082191    968.812860 -21895.137006    141.123539  9  7  7 220  P   P
+PG15  -3567.477974  26212.826420   -890.576743   -138.789390 10  8 12 160  P   P
+PG16  12997.805700  -8127.045779  21752.588398   -161.838576  9 10  3 242  P   P
+PG17 -15072.037689  -1825.890835 -21651.911481    184.206187  9 12 10 221  P   P
+PG18  21096.001850  16284.823786  -2175.955735    129.485307 12 13 11 240  P   P
+PG19   8266.038609 -24943.722899   2224.291530   -125.858542 13  9 11 259  P   P
+PG20 -10187.937366 -20631.152366 -13471.282121     48.818348  6 10  9 243  P   P
+PG21  17719.740113   8402.071071  18572.612030   -134.323270 10 10  9 260  P   P
+PG22  22339.470032   7745.879108 -12034.930213    150.886670  8 12 11 220  P   P
+PG23   -144.762962 -25410.337698   7088.861934    316.368726 11  6 12 231  P   P
+PG24   1094.093324 -16066.252967 -21022.756592    377.930358 17 11 12 295  P   P
+PG25  17593.058957  19197.696137  -5297.873644     -0.968230 12  7 12 199  P   P
+PG26 -12002.197510  21128.162263   9614.578612   -160.246668 11 11  8 253  P   P
+PG27 -10496.339681  16668.227472 -17003.785013    251.228850 10  8 12 335  P   P
+PG28 -21960.172335 -11844.432109  -8954.876200     28.609654  7  6  7 267  P   P
+PG29   5828.767366  21418.350486  14696.486426    196.517997  8  5  4 237  P   P
+PG30  18478.846844  -2154.960516  18560.274547    333.493044  9 11  8 246  P   P
+PG31  25530.870325  -7313.580913  -2305.601368     60.516736  8 10 12 220  P   P
+PG32  -1382.764715 -19404.988166 -17975.375458   -226.244026  9 12 10 279  P   P
+*  2011  4  1  1 45  0.00000000
+PG02 -22181.762807  13499.775266   4193.858780    328.194368  9 10 13 244  P   P
+PG03  11047.337665 -18329.661322  15114.390924    695.962089 11 10  6 262  P   P
+PG04 -25210.975847   4848.738360  -7683.910297     75.986886  8  8 10 273  P   P
+PG05 -13026.739349   9121.032572  21266.326368   -137.765149 13 11 10 219  P   P
+PG06  13976.206044 -13962.880032  17814.663963   -221.286578  9  8  2 325  P   P
+PG07 -13858.678487  -9349.224984  20691.238532      6.985204 12  8  9 269  P   P
+PG08 -22176.616511  -2560.188454  14826.501760      7.622931  7  4 10 312  P   P
+PG09  -6174.132080  17312.309385 -19717.822802     71.053670 11  8 12 197  P   P
+PG10 -22417.505752  -5217.749074  13354.721092    -70.383258 10 10 10 297  P   P
+PG11   4634.454011 -20490.557309 -16373.689264   -139.020804 10  7 11 250  P   P
+PG12   4548.922342  18927.148988 -18120.824102    -15.093298  9  8  7 219  P   P
+PG13  -6219.382871 -20667.323459  15300.444161    276.886325 12  7 10 252  P   P
+PG14  14266.162451   3458.942726 -21982.495861    141.125700  9  8  8 225  P   P
+PG15  -3855.651031  26115.279080   1953.036910   -138.786641 10  8 12 155  P   P
+PG16  14838.741534  -6527.820067  21129.553870   -161.841097  9 10  5 242  P   P
+PG17 -14644.556590  -4293.361582 -21616.748043    184.206366 10 12  9 225  P   P
+PG18  20998.051713  16597.183177    600.892158    129.487153 13 13 11 240  P   P
+PG19   8448.450365 -24469.672914   5055.079137   -125.862002 13  9 11 260  P   P
+PG20  -8723.803300 -19854.005072 -15526.508067     48.818422  6 11  9 242  P   P
+PG21  15790.349948   9272.515582  19827.147135   -134.325621 10 10  9 260  P   P
+PG22  23131.658127   8772.774868  -9636.247941    150.885953  9 12 12 221  P   P
+PG23    215.625176 -26020.040270   4305.764838    316.366435 11  6 13 231  P   P
+PG24   3379.617555 -16738.873944 -20217.428879    377.933314 17 12 13 292  P   P
+PG25  16846.583119  18922.492628  -8019.849591     -0.968565 12  7 12 197  P   P
+PG26 -11902.656791  19780.559811  12158.143781   -160.255970 11 11  8 254  P   P
+PG27 -12344.958036  17321.966719 -15044.584465    251.232017 10  9 12 333  P   P
+PG28 -22536.398604 -12596.952333  -6268.784978     28.611831  8  7  7 268  P   P
+PG29   5359.611391  22898.227692  12465.156042    196.520496  8  5  4 237  P   P
+PG30  20096.054679   -797.449345  16956.016400    333.495893  9 11  9 258  P   P
+PG31  25181.889797  -6980.187315  -5144.455080     60.521281  7 10 12 222  P   P
+PG32    288.558770 -17999.857344 -19373.611762   -226.250702 10 12 10 282  P   P
+*  2011  4  1  2  0  0.00000000
+PG02 -22625.019525  13328.444536   1376.773751    328.196375  8 10 14 245  P   P
+PG03  11390.582385 -16420.985218  16927.419038    695.966821 11  9  7 265  P   P
+PG04 -24426.126716   4187.601700 -10221.626758     75.996113  7  8 10 275  P   P
+PG05 -14967.443552   7713.370079  20543.692939   -137.770393 13 11 10 219  P   P
+PG06  14092.301478 -11854.942051  19227.393434   -221.392166  9  8  4 325  P   P
+PG07 -11701.440659 -10412.908492  21482.398814      6.986131 12  8  9 270  P   P
+PG08 -20535.803556  -3264.300885  16863.643765      7.622835  7  4 10 314  P   P
+PG09  -8055.543197  18158.395327 -18173.204628     71.055677 11  8 12 211  P   P
+PG10 -23438.958363  -6222.240874  11037.801428    -70.384391 10  9 10 300  P   P
+PG11   6185.027786 -21374.204379 -14567.293234   -139.023562 10  6 11 250  P   P
+PG12   2733.113378  17763.630690 -19586.069539    -15.090710  9  9  7 216  P   P
+PG13  -5823.413069 -22267.272363  13065.068238    276.884994 11  7 11 253  P   P
+PG14  13911.294178   5959.365231 -21686.156383    141.127863 10 10  8 229  P   P
+PG15  -4126.199979  25712.183612   4762.695146   -138.783892 11  9 12 151  P   P
+PG16  16689.699033  -5087.751191  20145.861028   -161.843615  9 10  7 242  P   P
+PG17 -14348.705153  -6752.062871 -21205.442997    184.206542 10 11  9 229  P   P
+PG18  20666.326633  16729.905102   3367.668006    129.489002 13 13 12 240  P   P
+PG19   8600.807527 -23692.343601   7797.036135   -125.865465 13  9 10 262  P   P
+PG20  -7043.583480 -19031.088973 -17317.857021     48.818494  7 11  9 241  P   P
+PG21  13793.602687  10288.608202  20756.475155   -134.327967 11 10  8 261  P   P
+PG22  23745.735824   9593.650918  -7071.508360    150.885240  9 12 12 222  P   P
+PG23    512.899066 -26327.009048   1446.992897    316.364144 11  6 13 231  P   P
+PG24   5527.668448 -17483.373136 -19060.434323    377.936308 17 12 14 288  P   P
+PG25  15838.093054  18518.473572 -10604.012313     -0.968900 12  6 12 195  P   P
+PG26 -11833.883402  18147.522470  14480.986334   -160.265275 11 11  8 255  P   P
+PG27 -13936.485840  17960.152447 -12811.096712    251.235126 11  9 12 331  P   P
+PG28 -22905.704129 -13124.678693  -3474.843069     28.614012  8  7  5 268  P   P
+PG29   5000.552981  24138.973023  10020.656475    196.522998  8  6  4 236  P   P
+PG30  21608.991571    365.070969  15051.427957    333.498740  9 10  9 267  P   P
+PG31  24564.700102  -6494.037380  -7895.463781     60.525832  5 11 12 224  P   P
+PG32   2141.084470 -16589.660194 -20434.150686   -226.257387 10 12  9 284  P   P
+*  2011  4  1  2 15  0.00000000
+PG02 -22795.490038  13018.108785  -1464.724286    328.198386  8 11 14 245  P   P
+PG03  11840.374064 -14340.027278  18436.666309    695.971543 11  9  6 269  P   P
+PG04 -23434.988827   3357.570943 -12588.242219     76.005354  7  8 10 277  P   P
+PG05 -16889.649089   6459.918398  19467.649262   -137.775637 13 11 11 219  P   P
+PG06  14313.572835  -9617.369262  20311.629334   -221.497775 10  8  4 324  P   P
+PG07  -9543.212377 -11626.148827  21905.011068      6.987059 13  9  9 271  P   P
+PG08 -18742.553499  -4153.214104  18617.391181      7.622766  8  4 10 316  P   P
+PG09  -9726.371100  19015.682671 -16328.336766     71.057677 11  9 13 223  P   P
+PG10 -24279.954266  -7024.912433   8532.683815    -70.385506  9  9 10 302  P   P
+PG11   7545.366297 -22174.286090 -12511.218877   -139.026324 10  5 11 250  P   P
+PG12    730.615321  16622.216959 -20715.127105    -15.088120 10  9  7 213  P   P
+PG13  -5545.100203 -23619.543600  10602.427956    276.883661 11  6 12 254  P   P
+PG14  13699.440621   8418.672774 -21011.779519    141.130026 10 10  9 233  P   P
+PG15  -4415.404513  25009.027243   7489.573360   -138.781144 11  9 12 151  P   P
+PG16  18505.582392  -3823.794945  18819.033584   -161.846131  9 10  7 242  P   P
+PG17 -14184.482336  -9152.677902 -20425.906951    184.206717 10 11  9 232  P   P
+PG18  20084.558173  16714.051967   6078.052450    129.490854 14 13 12 240  P   P
+PG19   8760.480045 -22620.939959  10402.099950   -125.868931 13  9 10 263  P   P
+PG20  -5165.210019 -18200.338826 -18815.106181     48.818567  8 11  9 240  P   P
+PG21  11771.719150  11443.598458  21344.324660   -134.330311 11 10  7 261  P   P
+PG22  24148.541649  10223.817907  -4385.161374    150.884528 10 12 12 223  P   P
+PG23    783.565281 -26321.101832  -1437.219622    316.361853 11  7 13 231  P   P
+PG24   7502.476929 -18269.015584 -17571.299126    377.939339 17 11 15 283  P   P
+PG25  14566.313348  18025.412831 -13005.975413     -0.969236 13  6 12 193  P   P
+PG26 -11831.732608  16256.885804  16539.984063   -160.274583 12 12  8 257  P   P
+PG27 -15254.723672  18540.538505 -10345.108207    251.238183 11 10 12 329  P   P
+PG28 -23037.932052 -13451.461577   -621.488247     28.616201  8  7  6 268  P   P
+PG29   4722.808579  25111.801133   7404.669688    196.525502  8  6  6 236  P   P
+PG30  22973.107764   1333.645273  12881.163593    333.501578  9 10 10 275  P   P
+PG31  23707.866061  -5827.651357 -10511.273902     60.530383  5 12 12 224  P   P
+PG32   4148.369374 -15213.749292 -21136.948496   -226.264081 11 12  9 286  P   P
+*  2011  4  1  2 30  0.00000000
+PG02 -22711.004408  12538.164476  -4280.232204    328.200399  8 11 14 245  P   P
+PG03  12410.292750 -12130.020559  19614.926825    695.976254 12  9  5 272  P   P
+PG04 -22273.300361   2344.256971 -14744.267995     76.014608  8  8 10 278  P   P
+PG05 -18747.780952   5371.542752  18056.991298   -137.780881 13 11 12 219  P   P
+PG06  14651.936295  -7293.809046  21049.664761   -221.603405 10  8  5 323  P   P
+PG07  -7429.933283 -12970.111185  21951.213521      6.987985 13 10 10 271  P   P
+PG08 -16842.932145  -5232.570135  20057.228248      7.622725  9  5  9 318  P   P
+PG09 -11166.676014  19843.325406 -14212.539692     71.059671 11  9 13 232  P   P
+PG10 -24905.789766  -7641.949234   5882.601810    -70.386600  9  9 10 303  P   P
+PG11   8710.818548 -22853.448589 -10239.724687   -139.029091 11  5 12 250  P   P
+PG12  -1427.466240  15539.704472 -21488.115135    -15.085527 10  9  6 211  P   P
+PG13  -5353.641852 -24693.476680   7955.586939    276.882323 11  6 12 254  P   P
+PG14  13625.021375  10786.313771 -19971.672094    141.132190 10 11 10 236  P   P
+PG15  -4758.025228  24019.968364  10086.338086   -138.778395 12 10 12 151  P   P
+PG16  20240.138977  -2744.547089  17172.296517   -161.848646  9  9  8 243  P   P
+PG17 -14143.799231 -11447.377430 -19292.453068    184.206892 10 11 10 235  P   P
+PG18  19243.696563  16584.080411   8686.927076    129.492708 14 13 12 239  P   P
+PG19   8963.011063 -21273.475448  12824.758665   -125.872401 13  8 10 264  P   P
+PG20  -3113.866775 -17396.863457 -19992.997384     48.818640  9 11  9 239  P   P
+PG21   9765.901008  12723.310293  21579.698339   -134.332654 11 10  6 261  P   P
+PG22  24312.114292  10685.116390  -1623.555776    150.883818 11 12 12 224  P   P
+PG23   1065.214049 -26001.382248  -4296.164952    316.359561 11  8 13 230  P   P
+PG24   9274.804051 -19060.271764 -15775.484499    377.942405 16 11 15 276  P   P
+PG25  13038.631769  17483.822302 -15184.487406     -0.969570 13  5 11 189  P   P
+PG26 -11927.135623  14144.999475  18296.833032   -160.283891 12 12  8 259  P   P
+PG27 -16293.328831  19020.607951  -7692.399403    251.241194 11 10 13 327  P   P
+PG28 -22909.482389 -13607.309846   2242.466493     28.618396  9  8  6 267  P   P
+PG29   4493.256601  25795.365487   4661.862945    196.528007  8  6  6 235  P   P
+PG30  24146.879572   2117.709112  10484.411822    333.504402  9 10 10 281  P   P
+PG31  22646.245459  -4960.079003 -12946.564518     60.534931  6 12 12 225  P   P
+PG32   6276.746111 -13907.356509 -21468.187214   -226.270786 11 12  9 287  P   P
+*  2011  4  1  2 45  0.00000000
+PG02 -22396.723464  11863.244051  -7019.809777    328.202416  7 11 14 245  P   P
+PG03  13106.539406  -9837.454560  20441.181066    695.980951 12  8  5 275  P   P
+PG04 -20980.144148   1140.431889 -16653.668941     76.023874  8  8 10 278  P   P
+PG05 -20496.246080   4450.948989  16336.221822   -137.786125 13 11 12 219  P   P
+PG06  15111.924728  -4929.881333  21429.703736   -221.709053 10  9  6 322  P   P
+PG07  -5404.103972 -14418.381849  21619.585602      6.988911 13 10 11 272  P   P
+PG08 -14884.615338  -6499.311155  21157.628009      7.622713  9  5  9 319  P   P
+PG09 -12364.519730  20598.415127 -11859.761569     71.061660 11  8 13 240  P   P
+PG10 -25287.047189  -8096.166055   3132.910337    -70.387676  8  9 10 304  P   P
+PG11   9683.876947 -23375.633953  -7791.115427   -139.031864 11  6 12 250  P   P
+PG12  -3703.423147  14547.653780 -21891.216462    -15.082932 11  9  7 208  P   P
+PG13  -5213.607150 -25466.530792   5170.720802    276.880980 11  5 12 254  P   P
+PG14  13674.217769  13014.376673 -18584.526320    141.134353 11 11 11 239  P   P
+PG15  -5185.744695  22767.331090  12507.990146   -138.775647 12 10 11 155  P   P
+PG16  21847.622202  -1850.119628  15234.151499   -161.851157  9  9  8 243  P   P
+PG17 -14210.893345 -13591.481295 -17825.488927    184.207065 11 11 10 237  P   P
+PG18  18142.338819  16376.405120  11151.049536    129.494565 14 13 12 239  P   P
+PG19   9240.529912 -19676.140749  15022.881739   -125.875876 13  8  9 266  P   P
+PG20   -921.226046 -16651.603775 -20831.637109     48.818713 10 11 10 238  P   P
+PG21   7814.958969  14106.480985  21457.113809   -134.334994 12 10  6 261  P   P
+PG22  24214.802166  11004.852243   1165.866231    150.883111 11 12 12 225  P   P
+PG23   1394.812095 -25376.161727  -7079.610738    316.357271 11  9 13 229  P   P
+PG24  10822.905864 -19818.223842 -13703.961567    377.945503 16 11 16 267  P   P
+PG25  11270.991909  16933.296944 -17102.135876     -0.969906 13  4 11 186  P   P
+PG26 -12144.635950  11855.422736  19718.919956   -160.293196 12 12  7 262  P   P
+PG27 -17055.762979  19359.414371  -4901.714816    251.244164 11 11 13 323  P   P
+PG28 -22504.207394 -13626.999117   5068.644165     28.620595  9  8  7 267  P   P
+PG29   4275.890483  26176.520754   1839.144108    196.530512  8  7  6 234  P   P
+PG30  25093.386579   2734.441237   7904.092400    333.507211  9  9 10 286  P   P
+PG31  21419.670747  -3877.946394 -15158.846308     60.539479  6 12 12 226  P   P
+PG32   8486.406830 -12700.236132 -21420.634154   -226.277502 11 12  9 288  P   P
+*  2011  4  1  3  0  0.00000000
+PG02 -21884.026369  10974.431421  -9634.946133    328.204438  8 11 14 245  P   P
+PG03  13927.559595  -7510.352872  20901.009977    695.985632 12  8  6 278  P   P
+PG04 -19596.514674   -253.512814 -18284.412597     76.033155  8  8 10 279  P   P
+PG05 -22091.078211   3692.762002  14335.114071   -137.791369 12 11 13 218  P   P
+PG06  15690.473865  -2571.623427  21446.002909   -221.814716 10  9  6 321  P   P
+PG07  -3503.299913 -15937.853517  20915.215128      6.989836 13 10 12 272  P   P
+PG08 -12915.201375  -7941.567761  21898.537359      7.622731 10  6  9 321  P   P
+PG09 -13316.304746  21237.595627  -9308.156872     71.063647 11  8 13 248  P   P
+PG10 -25400.697133  -8415.905566    330.324768    -70.388728  8  8  9 305  P   P
+PG11  10473.937162 -23707.536589  -5207.141567   -139.034641 11  7 12 249  P   P
+PG12  -6054.186934  13671.197170 -21916.950850    -15.080335 11  9  7 207  P   P
+PG13  -5086.519691 -25925.061111   2296.279171    276.879635 11  4 13 254  P   P
+PG14  13825.614832  15059.264696 -16875.043541    141.136518 11 11 11 242  P   P
+PG15  -5725.737255  21280.791451  14712.660704   -138.772901 12 10 11 159  P   P
+PG16  23284.436780  -1132.341495  13037.876856   -161.853666  9  8  9 243  P   P
+PG17 -14363.052327 -15544.989269 -16051.103874    184.207237 11 10 11 240  P   P
+PG18  16786.886235  16127.913954  13429.688788    129.496423 14 13 12 238  P   P
+PG19   9620.317396 -17862.358184  16958.474808   -125.879351 13  8  9 266  P   P
+PG20   1375.555975 -15990.161843 -21316.812970     48.818786 10 11 10 237  P   P
+PG21   5954.015333  15565.364746  20976.785764   -134.337333 12 10  6 261  P   P
+PG22  23842.136234  11214.534628   3935.379709    150.882407 12 12 12 226  P   P
+PG23   1807.022816 -24462.679940  -9738.737776    316.354981 11 10 13 228  P   P
+PG24  12133.205283 -20502.128312 -11392.675022    377.948631 16 11 16 254  P   P
+PG25   9287.462146  16410.907580 -18725.985719     -0.970239 13  4 11 183  P   P
+PG26 -12501.209273   9437.299591  20780.060439   -160.302497 12 12  7 264  P   P
+PG27 -17554.829763  19519.331804  -2023.705323    251.247105 11 12 13 320  P   P
+PG28 -21814.022565 -13548.539599   7809.867302     28.622800 10  9  7 266  P   P
+PG29   4033.390756  26250.785695  -1015.125796    196.533018  8  7  6 233  P   P
+PG30  25781.695365   3207.810766   5186.002578    333.510000  9  9 10 290  P   P
+PG31  20071.438199  -2576.221169 -17109.230559     60.544026  7 12 12 226  P   P
+PG32  10732.757547 -11615.526363 -20993.876438   -226.284232 11 12  9 289  P   P
+*  2011  4  1  3 15  0.00000000
+PG02 -21209.155249   9860.214527 -12079.492353    328.206463  8 12 13 244  P   P
+PG03  14864.008673  -5196.498236  20986.855380    695.990293 12  8  6 281  P   P
+PG04 -18163.827907  -1829.385769 -19608.964955     76.042450  8  9 10 278  P   P
+PG05 -23491.527361   3083.921113  12088.189184   -137.796616 12 10 13 217  P   P
+PG06  16377.007240   -263.934314  21098.917010   -221.920392 10  9  7 319  P   P
+PG07  -1758.874939 -17489.886347  19849.653619      6.990757 13 10 12 272  P   P
+PG08 -10980.515572  -9538.882249  22265.793204      7.622780 10  6  9 321  P   P
+PG09 -14026.818841  21718.734700  -6599.587125     71.065632 11  8 13 254  P   P
+PG10 -25230.964572  -8633.746863  -2477.840431    -70.389758  7  8  9 306  P   P
+PG11  11096.784639 -23819.988004  -2532.312377   -139.037428 11  8 12 247  P   P
+PG12  -8432.787893  12928.102839 -21564.340702    -15.077737 11  9  8 206  P   P
+PG13  -4932.556858 -26064.754212   -617.884509    276.878287 11  4 13 253  P   P
+PG14  14051.150750  16883.196246 -14873.452432    141.138685 11 11 12 245  P   P
+PG15  -6399.424997  19596.288645  16662.344945   -138.770155 12 11 11 163  P   P
+PG16  24510.706606   -575.272413  10620.961057   -161.856171  9  8  9 244  P   P
+PG17 -14571.614434 -17273.923717 -14000.563099    184.207409 11 10 11 242  P   P
+PG18  15191.428883  15874.486169  15485.216430    129.498283 15 13 12 237  P   P
+PG19  10123.581839 -15871.563075  18598.343585   -125.882830 13  7  8 267  P   P
+PG20   3735.048615 -15431.843554 -21440.223065     48.818860 11 11 10 236  P   P
+PG21   4213.326016  17066.588084  20144.741776   -134.339671 12  9  6 261  P   P
+PG22  23187.435415  11348.467457   6637.779358    150.881704 12 12 12 227  P   P
+PG23   2332.624829 -23286.437850 -12227.045003    316.352692 11 10 13 227  P   P
+PG24  13200.642046 -21071.072035  -8881.904727    377.951780 16 11 16 235  P   P
+PG25   7119.496920  15949.703509 -20028.140926     -0.970572 13  3 10 180  P   P
+PG26 -13005.426562   6943.488347  21461.075945   -160.311792 13 12  7 266  P   P
+PG27 -17811.838498  19467.637868    890.123156    251.250020 11 12 13 316  P   P
+PG28 -20839.220558 -13411.563971  10420.866296     28.625011 10  9  8 265  P   P
+PG29   3728.755944  26022.487548  -3851.950466    196.535525  8  7  6 232  P   P
+PG30  26187.997603   3567.366333   2377.935136    333.512765  9  9 10 294  P   P
+PG31  18646.660230  -1058.660761 -18763.152669     60.548573  7 13 11 227  P   P
+PG32  12967.992076 -10668.881695 -20194.418118   -226.290974 11 11  9 290  P   P
+*  2011  4  1  3 30  0.00000000
+PG02 -20411.676683   8517.134146 -14310.536794    328.208493  8 12 13 243  P   P
+PG03  15899.058411  -2941.683893  20698.121653    695.994935 12  8  7 282  P   P
+PG04 -16722.425458  -3571.300305 -20604.727881     76.051758  9  9 10 278  P   P
+PG05 -24661.533835   2604.375192   9634.116993   -137.801863 12 10 13 215  P   P
+PG06  17153.813737   1950.925456  20394.850741   -222.026078 10 10  8 317  P   P
+PG07   -194.905755 -19031.702598  18440.757534      6.991677 13 10 13 273  P   P
+PG08  -9122.969045 -11262.766974  22251.458527      7.622858 11  7  9 322  P   P
+PG09 -14508.974994  22002.595802  -3779.042032     71.067615 11  7 13 259  P   P
+PG10 -24769.931592  -8785.074285  -5244.423453    -70.390765  7  8  9 306  P   P
+PG11  11573.822344 -23689.211876    186.868406   -139.040208 12 10 12 247  P   P
+PG12 -10789.976806  12328.133627 -20838.964700    -15.075137 11  9  9 206  P   P
+PG13  -4712.296486 -25890.708528  -3521.397792    276.876935 11  4 13 253  P   P
+PG14  14317.332567  18455.474070 -12614.933801    141.140851 11 12 13 247  P   P
+PG15  -7221.469392  17754.705701  18323.559875   -138.767411 13 11 10 168  P   P
+PG16  25491.709036   -156.007911   8024.478891   -161.858671  9  8  9 244  P   P
+PG17 -14803.202809 -18751.435140 -11709.720870    184.207580 11 10 12 243  P   P
+PG18  13377.363349  15649.564325  17283.650710    129.500141 15 13 12 236  P   P
+PG19  10764.494421 -13747.764294  19914.655009   -125.886311 12  7  8 268  P   P
+PG20   6112.917507 -14988.949804 -21199.615264     48.818934 11 11 11 235  P   P
+PG21   2617.265564  18572.235424  18972.863130   -134.342008 12  9  7 261  P   P
+PG22  22252.124356  11442.249760   9227.161080    150.881004 13 12 12 228  P   P
+PG23   2997.095206 -21880.212635 -14501.201385    316.350402 11 11 13 226  P   P
+PG24  14028.685149 -21485.653806  -6215.537529    377.954962 15 11 17 211  P   P
+PG25   4804.918013  15577.382711 -20986.220655     -0.970905 14  3  9 176  P   P
+PG26 -13657.001896   4428.534256  21750.189417   -160.321080 13 12  7 268  P   P
+PG27 -17855.446071  19177.866994   3788.424421    251.252920 11 12 12 311  P   P
+PG28 -19588.486074 -13255.694985  12858.927968     28.627225 10  9  8 263  P   P
+PG29   3326.929309  25504.580783  -6622.533501    196.538032  9  8  6 231  P   P
+PG30  26296.462804   3846.823633   -471.210459    333.515504  8  9 10 296  P   P
+PG31  17190.543425    662.080227 -20091.034233     60.553119  7 13 11 228  P   P
+PG32  15142.822815  -9867.917968 -19035.631196   -226.297730 11 11 10 290  P   P
+*  2011  4  1  3 45  0.00000000
+PG02 -19532.827740   6950.102426 -16289.202190    328.210526  9 12 13 242  P   P
+PG03  17009.028480   -788.067684  20041.119558    695.999556 12  9  8 284  P   P
+PG04 -15310.125010  -5456.062410 -21254.413208     76.061080 10 10 10 278  P   P
+PG05 -25571.031364   2228.049080   7015.050751   -137.807112 11  9 13 213  P   P
+PG06  17996.701299   4034.725218  19346.120565   -222.131770 10 10  9 316  P   P
+PG07   1172.579780 -20517.962856  16712.415242      6.992596 13 10 13 273  P   P
+PG08  -7380.034171 -13077.585611  21854.066949      7.622967 11  6  9 322  P   P
+PG09 -14783.246520  22054.448846   -893.981112     71.069598 12  7 12 264  P   P
+PG10 -24017.859168  -8906.560207  -7923.148575    -70.391749  7  8  8 306  P   P
+PG11  11931.065926 -23297.894274   2902.731981   -139.042997 12 11 12 246  P   P
+PG12 -13075.948126  11872.727417 -19752.895925    -15.072538 11  9 10 208  P   P
+PG13  -4388.440839 -25417.160191  -6364.251611    276.875579 12  6 13 252  P   P
+PG14  14586.666858  19753.476425 -10138.965567    141.143019 11 12 13 249  P   P
+PG15  -8199.038083  15800.372786  19667.914784   -138.764668 13 11 10 172  P   P
+PG16  26199.124667    154.256408   5292.419505   -161.861168  8  7 10 245  P   P
+PG17 -15021.142431 -19958.631908  -9218.366141    184.207752 11  9 12 245  P   P
+PG18  11372.757965  15482.828047  18795.150301    129.502001 15 13 11 235  P   P
+PG19  11549.520472 -11537.944430  20885.387022   -125.889793 12  7  8 268  P   P
+PG20   8463.407577 -14666.342265 -20598.834375     48.819010 12 11 11 233  P   P
+PG21   1183.515528  20041.134865  17478.841432   -134.344345 12  9  8 260  P   P
+PG22  21045.754308  11531.242745  11659.671351    150.880306 13 12 12 229  P   P
+PG23   3819.415955 -20282.797256 -16521.826367    316.348115 12 11 12 225  P   P
+PG24  14629.006544 -21709.621843  -3440.264206    377.958157 15 12 17 228  P   P
+PG25   2386.654138  15315.180883 -21583.741803     -0.971236 14  3  9 172  P   P
+PG26 -14446.745729   1946.582274  21643.227869   -160.330359 13 12  7 270  P   P
+PG27 -17720.240986  18630.885380   6620.965316    251.255814 11 13 12 307  P   P
+PG28 -18078.619583 -13118.949923  15084.482123     28.629445 11 10  9 262  P   P
+PG29   2796.357997  24718.145493  -9279.116958    196.540538  9  8  7 229  P   P
+PG30  26099.779353   4082.513810  -3312.304505    333.518215  8  9 10 298  P   P
+PG31  15746.659454   2564.694304 -21068.867951     60.557665  7 13 10 229  P   P
+PG32  17208.296651  -9211.998563 -17537.556198   -226.304499 11 11 10 290  P   P
+*  2011  4  1  4  0  0.00000000
+PG02 -18613.818499   5172.379983 -17981.346673    328.212563  9 12 12 241  P   P
+PG03  18164.310992   1227.301093  19028.858699    696.004156 11  9  9 285  P   P
+PG04 -13960.867853  -7453.831218 -21546.348251     76.070415 10 10 10 277  P   P
+PG05 -26197.030725   1924.042777   4275.907138   -137.812361 11  9 13 211  P   P
+PG06  18875.901077   5954.498423  17970.730475   -222.237466 10 10 10 314  P   P
+PG07   2336.058432 -21902.463706  14694.161876      6.993510 13  9 13 273  P   P
+PG08  -5782.897241 -14941.732469  21078.764668      7.623103 12  6  9 322  P   P
+PG09 -14876.808220  21845.557796   2006.401427     71.071584 12  7 12 269  P   P
+PG10 -22983.220155  -9034.616965 -10469.333763    -70.392710  8  8  8 305  P   P
+PG11  12197.943602 -22636.019743   5567.323175   -139.045791 12 11 12 244  P   P
+PG12 -15242.098504  11555.013884 -18324.523080    -15.069937 11  9 10 211  P   P
+PG13  -3927.449869 -24666.868610  -9097.663894    276.874221 12  7 13 250  P   P
+PG14  14819.246447  20763.335364  -7488.602431    141.145187 12 11 13 250  P   P
+PG15  -9331.374840  13779.452895  20672.585084   -138.761926 13 11  9 175  P   P
+PG16  26612.058539    388.941916   2470.975526   -161.863661  8  7 10 246  P   P
+PG17 -15187.002659 -20885.106782  -6569.514091    184.207923 12  9 12 246  P   P
+PG18   9211.487339  15399.014158  19994.454952    129.503859 15 13 11 234  P   P
+PG19  12477.070305  -9290.365326  21494.661682   -125.893278 12  8  8 269  P   P
+PG20  10740.884971 -14461.300199 -19647.775833     48.819086 12 10 12 232  P   P
+PG21    -77.508047  21430.305193  15686.041657   -134.346684 12  9  8 260  P   P
+PG22  19585.728795  11649.061507  13894.214264    150.879609 13 12 12 230  P   P
+PG23   4811.151948 -18537.518781 -18254.183097    316.345827 12 11 12 223  P   P
+PG24  15020.829458 -21711.399055   -604.718817    377.961368 15 13 17 252  P   P
+PG25    -88.713656  15177.022135 -21810.401759     -0.971566 14  3  8 169  P   P
+PG26 -15356.922316   -450.670928  21143.629176   -160.339628 12 12  7 271  P   P
+PG27 -17445.140588  17815.654953   9339.498604    251.258711 11 13 12 302  P   P
+PG28 -16333.986494 -13036.234973  17061.625608     28.631667 11  9  9 260  P   P
+PG29   2110.423137  23691.583047 -11775.808859    196.543046  9  8  5 228  P   P
+PG30  25599.371135   4311.757981  -6096.834337    333.520894  8  9 10 299  P   P
+PG31  14355.278072   4619.813716 -21678.710188     60.562211  7 12 10 230  P   P
+PG32  19117.618423  -8692.374852 -15726.552915   -226.311282 11 10 11 289  P   P
+*  2011  4  1  4 15  0.00000000
+PG02 -17694.163582   3205.215903 -19358.154761    328.214604  9 12 12 239  P   P
+PG03  19330.543247   3073.721976  17680.700085    696.008732 11 10  9 285  P   P
+PG04 -12703.511892  -9529.032113 -21474.707291     76.079762 11 10 10 275  P   P
+PG05 -26524.443603   1658.016334   1463.603590   -137.817612 10  9 13 209  P   P
+PG06  19757.187870   7683.577073  16292.066198   -222.343161 10 11 10 312  P   P
+PG07   3296.631482 -23139.890867  12420.686695      6.994422 13  9 14 273  P   P
+PG08  -4355.344572 -16809.072325  19937.339460      7.623267 12  7  9 322  P   P
+PG09 -14822.406117  21354.483291   4871.982630     71.073572 12  8 12 273  P   P
+PG10 -21682.445241  -9203.872920 -12840.565930    -70.393650  8  8  8 304  P   P
+PG11  12405.947976 -21701.432301   8133.309526   -139.048590 12 12 12 242  P   P
+PG12 -17242.752269  11360.168997 -16578.255763    -15.067337 11  9 11 215  P   P
+PG13  -3301.020405 -23670.189274 -11674.909370    276.872861 12  8 13 249  P   P
+PG14  14974.429145  21480.280143  -4709.705335    141.147355 12 11 14 252  P   P
+PG15 -10609.688286  11738.273679  21320.682582   -138.759186 13 11  8 178  P   P
+PG16  26717.796831    584.633120   -392.197488   -161.866150  8  7 10 246  P   P
+PG17 -15262.204716 -21529.144853  -3808.657196    184.208094 12  9 13 247  P   P
+PG18   6932.164858  15416.923117  20861.270009    129.505715 15 13 10 233  P   P
+PG19  13537.479524  -7052.847037  21732.959426   -125.896763 12  9  9 269  P   P
+PG20  12901.382232 -14363.674485 -18362.245424     48.819163 12 10 12 231  P   P
+PG21  -1162.958704  22696.516990  13623.262924   -134.349025 12  9  9 260  P   P
+PG22  17896.746326  11826.147546  15893.107195    150.878914 14 12 11 231  P   P
+PG23   5975.836135 -16690.598113 -19668.771610    316.343541 12 11 11 222  P   P
+PG24  15229.978631 -21465.432343   2241.420560    377.964586 14 14 17 267  P   P
+PG25  -2572.545900  15168.964135 -21662.256653     -0.971895 14  2  7 165  P   P
+PG26 -16361.988687  -2715.890615  20262.259127   -160.348886 12 12  8 272  P   P
+PG27 -17071.675382  16729.669314  11898.542361    251.261619 11 13 12 298  P   P
+PG28 -14385.715909 -13037.977493  18758.584636     28.633891 11 10  9 258  P   P
+PG29   1248.683878  22459.538475 -14069.384967    196.545552 10  9  6 226  P   P
+PG30  24805.290203   4571.233200  -8777.708510    333.523541  8 10 10 300  P   P
+PG31  13051.830463   6790.933501 -21909.067239     60.566757  7 13  9 231  P   P
+PG32  20827.902541  -8292.677483 -13634.807213   -226.318078 11 10 11 289  P   P
+*  2011  4  1  4 30  0.00000000
+PG02 -16810.112285   1077.169819 -20396.608348    328.216646  9 12 11 238  P   P
+PG03  20469.973669   4727.803354  16021.884306    696.013286 11 10 10 285  P   P
+PG04 -11560.814479 -11641.493783 -21039.663388     76.089120 11 11 11 274  P   P
+PG05 -26546.616372   1393.706621  -1373.734602   -137.822864  9  8 13 205  P   P
+PG06  20603.175686   9202.391003  14338.512694   -222.448853 10 11 11 310  P   P
+PG07   4063.802114 -24187.558543   9931.240104      6.995333 13  8 14 272  P   P
+PG08  -3112.931284 -18630.591224  18448.128038      7.623455 12  7  9 322  P   P
+PG09 -14656.990452  20568.141716   7652.577966     71.075564 12  8 11 276  P   P
+PG10 -20139.392890  -9445.725894 -14997.338140    -70.394569  9  9  8 303  P   P
+PG11  12587.195268 -20500.091442  10554.899281   -139.051392 12 12 12 241  P   P
+PG12 -19036.785971  11266.095035 -14544.117175    -15.064739 11  9 11 218  P   P
+PG13  -2487.354994 -22463.872858 -14052.101945    276.871497 12  9 13 247  P   P
+PG14  15012.542139  21908.637117  -1850.135803    141.149524 12 11 14 253  P   P
+PG15 -12017.362168   9721.670414  21601.517535   -138.756446 13 10  8 181  P   P
+PG16  26512.272348    779.506399  -3248.742042   -161.868634  8  7 10 247  P   P
+PG17 -15209.632300 -21897.609623   -982.989124    184.208266 12  8 13 248  P   P
+PG18   4576.908007  15548.646073  21380.591472    129.507569 15 13 10 232  P   P
+PG19  14713.315197  -4871.087580  21597.215186   -125.900248 11 10  9 269  P   P
+PG20  14904.090517 -14356.334421 -16763.725455     48.819243 12  9 12 229  P   P
+PG21  -2077.574166  23797.913140  11324.389736   -134.351368 12  9 10 259  P   P
+PG22  16009.982301  12088.474521  17622.677280    150.878222 14 12 11 231  P   P
+PG23   7308.684286 -14789.419267 -20741.812446    316.341256 12 11 11 221  P   P
+PG24  15287.672818 -20953.309882   5048.349606    377.967803 14 14 16 278  P   P
+PG25  -5015.817748  15288.959220 -21141.792014     -0.972224 13  2  7 162  P   P
+PG26 -17429.673277  -4807.798109  19017.052767   -160.358134 12 12  8 273  P   P
+PG27 -16642.233286  15379.059251  14256.058640    251.264548 11 13 11 294  P   P
+PG28 -12270.679527 -13148.938212  20148.116815     28.636119 12 10  9 255  P   P
+PG29    197.885046  21061.589996 -16120.050154    196.548060 10  9  6 225  P   P
+PG30  23735.798160   4895.392481 -11310.006857    333.526155  8 10  9 300  P   P
+PG31  11865.567224   9035.632759 -21755.163228     60.571304  7 12  9 232  P   P
+PG32  22301.775661  -7989.738332 -11299.705041   -226.324886 11  9 12 288  P   P
+*  2011  4  1  4 45  0.00000000
+PG02 -15993.240637  -1176.851531 -21079.832039    328.218693 10 12 11 236  P   P
+PG03  21542.959019   6174.109186  14082.953777    696.017818 11 10 11 284  P   P
+PG04 -10548.643925 -13747.772397 -20247.454922     76.098489 12 11 11 272  P   P
+PG05 -26265.554418   1094.517465  -4187.584701   -137.828118  9  8 13 202  P   P
+PG06  21374.741454  10499.004843  12143.000072   -222.554538 11 11 12 308  P   P
+PG07   4654.917549 -25007.065287   7268.950091      6.996239 13  7 14 272  P   P
+PG08  -2062.472546 -20356.197787  16635.795245      7.623665 12  6 10 321  P   P
+PG09 -14420.158491  19482.568247  10298.855975     71.077563 12  9 11 279  P   P
+PG10 -18384.562865  -9787.024040 -16903.643642    -70.395470  9  9  8 302  P   P
+PG11  12772.953410 -19046.006533  12788.745064   -139.054197 12 13 11 239  P   P
+PG12 -20589.087294  11244.400504 -12257.230208    -15.062141 10  9 12 222  P   P
+PG13  -1472.173159 -21089.639532 -16188.917749    276.870130 12  9 12 245  P   P
+PG14  14896.545934  22061.490809   1041.069947    141.151695 12 10 14 254  P   P
+PG15 -13530.477316   7771.403864  21510.750104   -138.753708 13 10  7 183  P   P
+PG16  26000.222111   1011.698716  -6050.370755   -161.871115  7  8 10 248  P   P
+PG17 -14995.184580 -22005.515834   1859.385786    184.208438 12  8 13 248  P   P
+PG18   2189.976626  15799.040374  21542.967728    129.509421 16 13  9 230  P   P
+PG19  15979.991448  -2787.087429  21090.799595   -125.903732 11 10 10 269  P   P
+PG20  16712.743971 -14415.892272 -14879.048799     48.819323 12  9 13 228  P   P
+PG21  -2833.390409  24695.627961   8827.928681   -134.353714 12  9 10 259  P   P
+PG22  13962.041140  12456.434347  19053.791875    150.877529 14 12 11 232  P   P
+PG23   8796.647304 -12880.778624 -21455.614409    316.338972 12 11 10 219  P   P
+PG24  15229.110784 -20164.600399   7767.053647    377.971027 14 15 16 288  P   P
+PG25  -7370.807904  15526.940867 -20257.884479     -0.972550 13  3  8 160  P   P
+PG26 -18522.336544  -6692.574558  17432.500587   -160.367369 12 12  8 273  P   P
+PG27 -16198.332586  13778.378458  16374.029040    251.267504 11 13 11 292  P   P
+PG28 -10030.286503 -13387.238916  21207.854537     28.638347 12 10  9 253  P   P
+PG29  -1047.313073  19540.755495 -17892.145109    196.550567 10  9  5 223  P   P
+PG30  22416.659735   5314.996708 -13651.668201    333.528736  8 10  9 299  P   P
+PG31  10818.468292  11307.048434 -21219.079981     60.575852  7 12  9 232  P   P
+PG32  23508.759789  -7754.706989  -8763.089637   -226.331706 11  9 12 286  P   P
+*  2011  4  1  5  0  0.00000000
+PG02 -15269.259939  -3516.799556 -21397.311058    328.220739 10 12 11 235  P   P
+PG03  22509.527477   7405.474555  11899.089353    696.022329 11 11 11 282  P   P
+PG04  -9675.451672 -15802.618605 -19110.361385     76.107867 12 11 12 269  P   P
+PG05 -25691.829165    725.122057  -6929.841563   -137.833374  8  8 13 199  P   P
+PG06  22032.525665  11569.374415   9742.483400   -222.660214 11 11 12 306  P   P
+PG07   5094.297120 -25565.799298   4480.060277      6.997146 12  5 14 272  P   P
+PG08  -1201.885091 -21936.605669  14530.981618      7.623896 12  6 10 321  P   P
+PG09 -14152.464753  18103.340555  12763.282621     71.079568 12  9 10 281  P   P
+PG10 -16454.080977 -10248.919707 -18527.521857    -70.396353 10  9  8 300  P   P
+PG11  12992.203200 -17360.847330  14794.809062   -139.057003 13 13 11 237  P   P
+PG12 -21871.789777  11261.641847  -9757.205399    -15.059547 10  9 12 226  P   P
+PG13   -249.428423 -19592.584967 -18049.248631    276.868761 12 10 12 242  P   P
+PG14  14593.594509  21960.023462   3914.532834    141.153865 13 10 14 255  P   P
+PG15 -15118.623362   5924.712976  21050.430935   -138.750971 13  9  7 185  P   P
+PG16  25195.030923   1317.675845  -8749.640014   -161.873593  7  8 10 248  P   P
+PG17 -14589.214060 -21875.308799   4670.245331    184.208610 13  8 13 249  P   P
+PG18   -183.671260  16165.474053  21344.693583    129.511269 16 12  9 229  P   P
+PG19  17306.666363   -837.737034  20223.390537   -125.907216 10 11 11 269  P   P
+PG20  18296.844557 -14513.680220 -12739.983463     48.819405 11  8 13 227  P   P
+PG21  -3449.155826  25355.339902   6176.429007   -134.356062 12  9 11 258  P   P
+PG22  11793.717446  12943.943832  20162.317143    150.876837 14 12 10 233  P   P
+PG23  10418.795097 -11009.183766 -21798.823429    316.336689 12 11  9 219  P   P
+PG24  15091.910617 -19097.380619  10350.201482    377.974238 13 15 16 295  P   P
+PG25  -9592.739481  15865.232470 -19025.654876     -0.972875 13  3  8 160  P   P
+PG26 -19598.544285  -8344.921251  15539.004917   -160.376591 12 12  9 273  P   P
+PG27 -15778.985826  11950.091080  18218.928929    251.270499 11 13 10 292  P   P
+PG28  -7709.134333 -13763.634356  21920.591146     28.640576 12 10  8 250  P   P
+PG29  -2483.913712  17941.873414 -19354.784721    196.553072 11  9  5 221  P   P
+PG30  20880.181238   5855.809697 -15764.110038    333.531283  8 10  9 298  P   P
+PG31   9924.452311  13555.544163 -20309.762185     60.580400  6 12 10 233  P   P
+PG32  24426.375504  -7554.411510  -6070.422212   -226.338536 10  9 12 285  P   P
+*  2011  4  1  5 15  0.00000000
+PG02 -14657.085371  -5898.878481 -21344.983640    328.222788 11 12 10 233  P   P
+PG03  23330.942079   8422.987322   9509.382246    696.026820 11 11 12 281  P   P
+PG04  -8942.028745 -17760.536738 -17646.583562     76.117252 13 11 13 267  P   P
+PG05 -24844.171805    253.016287  -9553.624544   -137.838629  8  8 13 194  P   P
+PG06  22538.456071  12417.313851   7177.362288   -222.765879 11 11 13 305  P   P
+PG07   5412.080653 -25838.231453   1613.104047      6.998058 12  7 15 272  P   P
+PG08   -520.392873 -23325.221407  12169.819497      7.624143 13  6 11 320  P   P
+PG09 -13893.665536  16445.632163  15001.073548     71.081583 12 10 10 283  P   P
+PG10 -14388.489758 -10845.936211 -19841.551664    -70.397220 10  9  8 298  P   P
+PG11  13270.296458 -15473.243489  16537.165949   -139.059812 13 13 10 235  P   P
+PG12 -22865.233336  11280.777670  -7087.441680    -15.056953 10  9 12 229  P   P
+PG13   1178.293885 -18019.479832 -19601.777719    276.867393 12 10 12 239  P   P
+PG14  14076.433447  21632.562110   6721.355226    141.156036 13 10 14 256  P   P
+PG15 -16745.967383   4213.056374  20228.932554   -138.748235 12  8  7 187  P   P
+PG16  24118.265529   1730.659900 -11300.715549   -161.876066  7  9  9 249  P   P
+PG17 -13967.796942 -21535.880133   7402.033230    184.208782 13  8 13 249  P   P
+PG18  -2499.858102  16637.851770  20787.931661    129.513114 16 12  9 228  P   P
+PG19  18657.382014    946.382219  19010.742030   -125.910696 10 11 11 269  P   P
+PG20  19632.680766 -14616.944756 -10382.731620     48.819489 11  8 13 226  P   P
+PG21  -3949.458988  25748.691208   3415.789552   -134.358413 12  9 11 258  P   P
+PG22   9548.611261  13557.804107  20929.499736    150.876147 15 12  9 233  P   P
+PG23  12147.012764  -9215.267741 -21766.552433    316.334407 12 11  8 218  P   P
+PG24  14914.467950 -17758.430752  12752.998157    377.977436 13 15 16 300  P   P
+PG25 -11641.310550  16279.262987 -17466.214752     -0.973200 13  4  8 160  P   P
+PG26 -20614.777546  -9748.742843  13372.134687   -160.385802 11 12  9 273  P   P
+PG27 -15419.208853   9923.791526  19762.105133    251.273535 11 13  9 292  P   P
+PG28  -5353.559073 -14281.049912  22274.510696     28.642806 12 10  8 246  P   P
+PG29  -4100.490298  16309.920856 -20482.415555    196.555579 11  9  4 220  P   P
+PG30  19164.033961   6537.499841 -17612.776658    333.533798  8 10  9 297  P   P
+PG31   9188.920590  15730.507227 -19042.884628     60.584950  5 12 10 233  P   P
+PG32  25040.918536  -7352.901731  -3269.869566   -226.345375 10  9 12 283  P   P
+*  2011  4  1  5 30  0.00000000
+PG02 -14168.196039  -8277.071092 -20925.212910    328.224838 11 12 10 232  P   P
+PG03  23971.201810   9235.647284   6956.061884    696.031290 12 11 12 278  P   P
+PG04  -8341.560568 -19577.380630 -15880.024084     76.126642 13 11 13 263  P   P
+PG05 -23748.769341   -350.036436 -12014.063697   -137.843886  8  8 12 189  P   P
+PG06  22857.239525  13054.174544   4490.846556   -222.871530 12 11 13 304  P   P
+PG07   5642.843525 -25806.942873  -1281.968912      6.998946 12  6 15 271  P   P
+PG08      0.904832 -24479.958726   9593.322089      7.624405 13  6 11 319  P   P
+PG09 -13680.971489  14533.879417  16971.129173     71.083605 12 10  9 285  P   P
+PG10 -12231.385873 -11585.280734 -20823.287157    -70.398077 11 10  9 296  P   P
+PG11  13627.771448 -13417.800825  17984.721146   -139.062621 13 13 10 233  P   P
+PG12 -23558.611538  11262.777100  -4294.353122    -15.054363  9  9 12 233  P   P
+PG13   2799.710805 -16417.027454 -20820.470331    276.866021 12 10 11 236  P   P
+PG14  13324.584802  21113.372351   9413.925282    141.158210 13  9 14 256  P   P
+PG15 -18372.537214   2661.088655  19060.775000   -138.745501 12  8  8 188  P   P
+PG16  22798.914781   2279.174301 -13660.120029   -161.878536  6  9  9 250  P   P
+PG17 -13113.790321 -21021.358625  10008.623428    184.208955 13  8 13 249  P   P
+PG18  -4716.649729  17198.925934  19880.755850    129.514954 16 12 10 226  P   P
+PG19  19992.401215   2541.942475  17474.358588   -125.914175 10 12 12 269  P   P
+PG20  20704.100546 -14690.214879  -7847.348571     48.819575 11  8 13 225  P   P
+PG21  -4363.597150  25854.509415    594.459451   -134.360767 12 10 11 257  P   P
+PG22   7271.647328  14297.336052  21342.267299    150.875456 15 12  8 234  P   P
+PG23  13946.977860  -7534.378300 -21360.394718    316.332125 11 11  7 218  P   P
+PG24  14734.301255 -16163.091993  14933.979280    377.980615 13 16 15 305  P   P
+PG25 -13482.056239  16738.562115 -15606.310162     -0.973521 12  5  8 163  P   P
+PG26 -21527.200824 -10897.439503  10971.807565   -160.394998 11 12  9 272  P   P
+PG27 -15148.720288   7735.193658  20980.063919    251.276622 11 13  8 293  P   P
+PG28  -3010.130545 -14934.399248  22263.361325     28.645032 13 10  8 243  P   P
+PG29  -5877.426841  14688.334618 -21255.281141    196.558084 11  9  4 218  P   P
+PG30  17309.908207   7372.783110 -19167.613991    333.536282  8 10  9 294  P   P
+PG31   8608.656601  17782.200121 -17440.582014     60.589502  4 11 10 233  P   P
+PG32  25347.878833  -7113.105368   -411.344205   -226.352223 10  9 12 280  P   P
+*  2011  4  1  5 45  0.00000000
+PG02 -13806.304967 -10604.733944 -20146.645694    328.226888 11 11 11 231  P   P
+PG03  24398.423095   9859.726823   4283.699146    696.035743 12 11 13 275  P   P
+PG04  -7859.983586 -21211.927080 -13839.965724     76.136036 13 11 14 260  P   P
+PG05 -22438.289583  -1106.724189 -14269.053018   -137.849144  7  8 12 184  P   P
+PG06  22957.767712  13498.246893   1728.274988   -222.977163 12 11 13 303  P   P
+PG07   5824.034712 -25463.344377  -4154.695816      6.999833 12  2 14 271  P   P
+PG08    388.120844 -25364.900863   6846.654481      7.624674 13  5 11 319  P   P
+PG09 -13547.385477  12401.063346  18636.925077     71.085638 12 10  8 286  P   P
+PG10 -10027.950260 -12466.428900 -21455.630866    -70.398921 11 10  9 293  P   P
+PG11  14079.378867 -11233.875712  19111.824543   -139.065432 13 13  9 232  P   P
+PG12 -23950.279203  11168.317143  -1426.536845    -15.051775  9  9 12 235  P   P
+PG13   4595.108327 -14830.144781 -21684.975096    276.864649 12 10 10 232  P   P
+PG14  12325.276130  20441.246602  11946.689919    141.160382 14  9 14 256  P   P
+PG15 -19955.669444   1285.908059  17566.350674   -138.742769 12  6  8 190  P   P
+PG16  21272.361545   2985.760744 -15787.452512   -161.881005  6  9  9 251  P   P
+PG17 -12017.638703 -20369.722320  12446.055209    184.209128 13  9 13 249  P   P
+PG18  -6795.751364  17824.887470  18637.111246    129.516790 16 11 11 225  P   P
+PG19  21269.688390   3933.528547  15641.084074   -125.917652 10 12 13 269  P   P
+PG20  21503.007234 -14696.793240  -5177.088689     48.819661 10  9 14 225  P   P
+PG21  -4724.226105  25659.770564  -2237.454510   -134.363126 12 10 11 257  P   P
+PG22   5007.551446  15154.305320  21393.444153    150.874764 15 11  8 235  P   P
+PG23  15779.377316  -5995.393241 -20588.325587    316.329843 11 10  6 218  P   P
+PG24  14586.451985 -14334.794329  16855.731635    377.983771 13 16 15 309  P   P
+PG25 -15087.490479  17207.996858 -13477.868250     -0.973844 12  6  8 167  P   P
+PG26 -22293.412315 -11793.812685   8381.427690   -160.404184 11 11 10 271  P   P
+PG27 -14990.867450   5424.931216  21854.677206    251.279763 11 13  7 294  P   P
+PG28   -724.139671 -15710.688614  21886.571140     28.647259 13 10  8 238  P   P
+PG29  -7787.484769  13117.401168 -21659.785402    196.560589 12  9  4 215  P   P
+PG30  15362.047526   8366.832976 -20403.470653    333.538735  8 10  8 291  P   P
+PG31   8172.086456  19663.589976 -15531.045829     60.594054  3 11 11 233  P   P
+PG32  25351.988463  -6798.522912   2454.476658   -226.359077 10 10 12 278  P   P
+*  2011  4  1  6  0  0.00000000
+PG02 -13567.344625 -12836.199984 -19023.967620    328.228935 12 12 11 231  P   P
+PG03  24586.051874  10317.867704   1538.402600    696.040181 12 11 13 271  P   P
+PG04  -7476.635795 -22627.366762 -11560.646640     76.145430 14 10 14 257  P   P
+PG05 -20950.671744  -2033.118596 -16279.959028   -137.854403  8  7 12 179  P   P
+PG06  22814.384985  13773.905495  -1063.605176   -223.082779 13 11 13 303  P   P
+PG07   5994.301835 -24808.057867  -6955.014958      7.000727 12  7 14 270  P   P
+PG08    673.357275 -25951.736960   3978.300238      7.624950 13  4 12 318  P   P
+PG09 -13520.202626  10087.626222  19967.328988     71.087680 12 10  7 287  P   P
+PG10  -7823.420799 -13480.998170 -21727.139135    -70.399760 11 10 10 291  P   P
+PG11  14633.361909  -8964.160555  19898.763319   -139.068241 13 13  9 231  P   P
+PG12 -24047.707931  10959.499987   1466.101208    -15.049191  9  9 12 238  P   P
+PG13   6536.928695 -13300.329993 -22180.931643    276.863277 12 10 10 227  P   P
+PG14  11074.081007  19657.941142  14276.886172    141.162554 14  9 13 257  P   P
+PG15 -21451.566467     96.601398  15771.554747   -138.740039 11  5  8 191  P   P
+PG16  19579.121844   3865.917339 -17646.069332   -161.883472  5 10  9 251  P   P
+PG17 -10677.901480 -19621.283538  14673.230285    184.209303 13  9 13 248  P   P
+PG18  -8703.786126  18486.221020  17076.685192    129.518622 16 11 11 222  P   P
+PG19  22446.477918   5113.992107  13542.614566   -125.921122 10 12 13 269  P   P
+PG20  22029.557308 -14600.313735  -2417.687129     48.819750 10  9 14 224  P   P
+PG21  -5065.844713  25160.252837  -5029.155571   -134.365486 12 11 12 256  P   P
+PG22   2799.338459  16113.140424  21081.879144    150.874073 15 11  7 235  P   P
+PG23  17601.314397  -4619.802962 -19464.498733    316.327565 11 10  5 219  P   P
+PG24  14502.003908 -12304.276406  18485.527402    377.986901 12 16 14 312  P   P
+PG25 -16437.983828  17649.201856 -11117.453833     -0.974165 12  7  8 172  P   P
+PG26 -22874.105651 -12449.605800   5647.004928   -160.413357 10 11 10 270  P   P
+PG27 -14961.805571   3037.214288  22373.315226    251.282965 11 13  6 295  P   P
+PG28   1461.874356 -16589.406738  21149.304471     28.649483 13  9  8 234  P   P
+PG29  -9796.675833  11632.779093 -21688.746471    196.563095 12  9  6 213  P   P
+PG30  13365.714893   9516.973499 -21300.425647    333.541164  8 10  8 288  P   P
+PG31   7859.889824  21332.079511 -13347.996590     60.598608  2 10 11 233  P   P
+PG32  25066.902169  -6374.887043   5277.127337   -226.365936 10 10 12 275  P   P
+*  2011  4  1  6 15  0.00000000
+PG02 -13439.761269 -14928.328418 -17577.565014    328.230982 12 11 12 231  P   P
+PG03  24513.865283  10637.957003  -1232.976926    696.044604 13 12 13 266  P   P
+PG04  -7165.181429 -23792.653255  -9080.734048     76.154818 14 10 14 254  P   P
+PG05 -19327.727993  -3137.861281 -18012.273582   -137.859662  8  8 11 173  P   P
+PG06  22407.970599  13910.527666  -3837.389503   -223.188374 13 11 13 303  P   P
+PG07   6191.772064 -23850.944027  -9634.171755      7.001615 12  8 14 270  P   P
+PG08    893.222010 -26220.907017   1039.141667      7.625236 13  2 12 317  P   P
+PG09 -13619.744720   7640.061455  20937.316080     71.089734 12 11  7 288  P   P
+PG10  -5661.559936 -14612.918061 -21632.254022    -70.400595 11 10 10 288  P   P
+PG11  15291.021781  -6653.142011  20332.121721   -139.071049 13 13  9 231  P   P
+PG12 -23867.091647  10601.520181   4333.244781    -15.046610  9 10 12 241  P   P
+PG13   8590.655451 -11864.176137 -22300.182448    276.861906 12 10  9 221  P   P
+PG14   9575.249114  18806.520909  16365.221819    141.164727 14  9 13 256  P   P
+PG15 -22816.903412   -905.899230  13707.328558   -138.737309 11  5  8 193  P   P
+PG16  17763.395428   4927.299900 -19203.715844   -161.885936  5 10  9 252  P   P
+PG17  -9101.482868 -18817.102432  16652.563678    184.209478 13 10 12 248  P   P
+PG18 -10413.407626  19148.799567  15224.684498    129.520449 15 10 12 221  P   P
+PG19  23480.871318   6084.492599  11214.944938   -125.924591 10 12 14 268  P   P
+PG20  22292.049742 -14366.305484    383.412202     48.819841  9 10 14 225  P   P
+PG21  -5423.178071  24360.841676  -7730.176189   -134.367852 11 11 12 256  P   P
+PG22    686.866188  17151.437203  20412.483247    150.873380 15 11  8 236  P   P
+PG23  19367.850143  -3421.090118 -18008.945242    316.325284 11  9  4 220  P   P
+PG24  14506.779880 -10108.531400  19795.862003    377.990001 12 16 13 314  P   P
+PG25 -17522.343824  18022.148167  -8565.644847     -0.974485 12  8  9 176  P   P
+PG26 -23234.580984 -12884.714876   2816.278284   -160.422520 10 11 11 268  P   P
+PG27 -15069.948355    618.388183  22528.913481    251.286228 11 13  5 295  P   P
+PG28   3509.509717 -17543.191367  20062.455151     28.651703 12  9  9 229  P   P
+PG29 -11865.408266  10264.212543 -21341.535225    196.565599 12  9  6 211  P   P
+PG30  11365.643309  10812.662527 -21844.043524    333.543569  9 10  8 283  P   P
+PG31   7645.935178  22751.067190 -10930.043512     60.603163  4  9 11 233  P   P
+PG32  24514.531020  -5811.715739   8007.300875   -226.372797 10 10 12 272  P   P
+*  2011  4  1  6 30  0.00000000
+PG02 -13405.100005 -16841.945726 -15833.104829    328.233027 13 11 12 232  P   P
+PG03  24168.731716  10851.831179  -3983.620518    696.049017 13 12 14 260  P   P
+PG04  -6894.778427 -24683.654264  -6442.700592     76.164215 14  8 15 249  P   P
+PG05 -17613.608397  -4421.636609 -19436.200517   -137.864922  8  8 11 167  P   P
+PG06  21726.793486  13941.223592  -6545.788897   -223.293947 14 11 13 304  P   P
+PG07   6452.359496 -22610.775182 -12145.597748      7.002503 12  9 14 270  P   P
+PG08   1087.147154 -26162.402298  -1918.524288      7.625508 13  6 13 317  P   P
+PG09 -13858.392011   5109.233261  21528.556272     71.091799 12 11  7 288  P   P
+PG10  -3583.170874 -15838.895514 -21171.455854    -70.401430 11 10 11 285  P   P
+PG11  16046.586394  -4345.499139  20405.000387   -139.073855 13 13 10 231  P   P
+PG12 -23432.618794  10064.213777   7125.071730    -15.044034  9 10 12 243  P   P
+PG13  10715.962750 -10552.084280 -22040.887618    276.860533 12 10  8 214  P   P
+PG14   7841.715206  17929.673386  18176.497184    141.166900 14  9 13 256  P   P
+PG15 -24010.424428  -1728.645142  11409.124464   -138.734581 11  6  7 195  P   P
+PG16  15871.479459   6169.219584 -20433.098233   -161.888400  4 10  9 253  P   P
+PG17  -7303.556209 -17997.386780  18350.580828    184.209654 13 10 12 247  P   P
+PG18 -11904.202170  19775.183769  13111.514976    129.522271 15 10 13 218  P   P
+PG19  24333.404726   6854.227743   8697.758935   -125.928055 10 12 14 268  P   P
+PG20  22306.508562 -13963.701767   3177.870178     48.819933  9 11 14 226  P   P
+PG21  -5829.531156  23275.463084 -10291.420738   -134.370220 11 12 11 255  P   P
+PG22  -1294.492391  18240.732791  19396.175186    150.872686 15 10  9 236  P   P
+PG23  21033.620009  -2404.424563 -16247.184013    316.323005 10  8  4 221  P   P
+PG24  14620.265903  -7789.523223  20764.888343    377.993066 12 16 12 316  P   P
+PG25 -18338.075644  18286.789654  -5866.336986     -0.974804 11  9  9 181  P   P
+PG26 -23346.053581 -13126.115065    -62.137708   -160.431672 11 10 11 266  P   P
+PG27 -15315.699624  -1784.558579  22319.980914    251.289557 11 13  4 295  P   P
+PG28   5385.754323 -18538.755493  18642.572492     28.653919 12  9  9 225  P   P
+PG29 -13949.862216   9034.486711 -20624.095154    196.568104 11  9  7 209  P   P
+PG30   9404.522605  12235.762899 -22025.557945    333.545953  9 10  9 278  P   P
+PG31   7498.498850  23891.271815  -8319.946885     60.607720  5  8 11 232  P   P
+PG32  23724.064492  -5083.695220  10597.745563   -226.379661 11 11 12 268  P   P
+*  2011  4  1  6 45  0.00000000
+PG02 -13438.852475 -18543.127637 -13821.043939    328.235071 13 11 13 232  P   P
+PG03  23545.108154  10993.861091  -6667.483758    696.053423 14 12 14 253  P   P
+PG04  -6631.446140 -25284.055125  -3692.110675     76.173609 14  6 15 246  P   P
+PG05 -15853.186810  -5876.952089 -20527.166627   -137.870183  9  8 11 162  P   P
+PG06  20767.105078  13901.423832  -9142.413031   -223.399499 14 11 13 305  P   P
+PG07   6808.168351 -21114.567395 -14445.744517      7.003388 12 10 13 270  P   P
+PG08   1295.582471 -25776.183187  -4842.009438      7.625764 13  4 13 317  P   P
+PG09 -14239.962302   2548.497938  21729.850991     71.093874 12 11  7 288  P   P
+PG10  -1624.715545 -17129.163796 -20351.330470    -70.402266 11 10 12 282  P   P
+PG11  16887.385569  -2084.510470  20117.092695   -139.076658 12 13 10 232  P   P
+PG12 -22775.441519   9323.426475   9793.145927    -15.041460  9 11 11 245  P   P
+PG13  12868.086472  -9387.222162 -21407.542304    276.859164 12 10  8 206  P   P
+PG14   5894.787645  17068.053437  19680.161003    141.169073 14  9 12 256  P   P
+PG15 -24994.468658  -2386.194005   8916.301374   -138.731852 10  6  7 197  P   P
+PG16  13950.102835   7582.459858 -21312.384758   -161.890863  3 10  9 254  P   P
+PG17  -5307.184996 -17199.935862  19738.453959    184.209832 13 11 12 247  P   P
+PG18 -13163.341944  20326.082172  10772.360963    129.524088 15 10 13 216  P   P
+PG19  24968.530150   7439.867284   6033.772363   -125.931514 11 12 15 267  P   P
+PG20  22095.972268 -13366.233529   5917.293766     48.820026  9 11 13 227  P   P
+PG21  -6315.188929  21926.639736 -12666.200717   -134.372592 11 12 11 255  P   P
+PG22  -3115.010145  19347.522658  18049.734034    150.871991 15 10 10 237  P   P
+PG23  22554.465077  -1566.679748 -14209.753009    316.320727 10  7  4 222  P   P
+PG24  14854.802163  -5392.725488  21376.743025    377.996097 11 16 11 317  P   P
+PG25 -18891.313195  18404.722839  -3065.989310     -0.975123 11  9  9 186  P   P
+PG26 -23186.719424 -13206.556357  -2939.569008   -160.440814 11 10 11 263  P   P
+PG27 -15691.468131  -4125.491036  21750.554938    251.292953 11 12  3 294  P   P
+PG28   7064.061301 -19538.048109  16911.714845     28.656132 12  9 10 220  P   P
+PG29 -16003.541040   7958.666665 -19548.842612    196.570608 11  9  7 207  P   P
+PG30   7521.572289  13761.090857 -21841.984407    333.548320 10 10  9 271  P   P
+PG31   7381.714960  24731.767362  -5563.801175     60.612277  6  7 12 232  P   P
+PG32  22730.728697  -4171.838378  13004.092472   -226.386523 11 11 12 265  P   P
+*  2011  4  1  7  0  0.00000000
+PG02 -13511.530617 -20004.279103 -11576.078980    328.237109 13 11 14 233  P   P
+PG03  22645.263639  11099.472316  -9239.999707    696.057822 14 12 14 245  P   P
+PG04  -6339.580959 -25585.973236   -876.827347     76.182997 14  6 15 243  P   P
+PG05 -14090.428408  -7488.236321 -21266.248420   -137.875445  9  8 11 158  P   P
+PG06  19533.444516  13827.375920 -11582.553223   -223.505027 15 11 13 307  P   P
+PG07   7286.056888 -19396.599626 -16494.855847      7.004269 12 10 13 269  P   P
+PG08   1558.143498 -25072.194423  -7679.270072      7.626020 13  6 13 317  P   P
+PG09 -14759.470478     11.710347  21537.402093     71.095960 12 11  8 288  P   P
+PG10    182.914481 -18448.493152 -19184.545359    -70.403107 11 10 12 279  P   P
+PG11  17794.321905     89.462651  19474.620377   -139.079457 12 13 11 233  P   P
+PG12 -21932.384568   8362.145622  12291.278767    -15.038890  9 11 11 247  P   P
+PG13  14999.367013  -8384.765268 -20410.897426    276.857793 12 10  7 196  P   P
+PG14   3763.528313  16258.719176  20850.794132    141.171247 14  9 11 256  P   P
+PG15 -25736.369215  -2899.847025   6271.460870   -138.729127 10  7  7 200  P   P
+PG16  12044.742682   9149.424450 -21825.625921   -161.893326  2 10  9 254  P   P
+PG17  -3142.653356 -16458.684754  20792.471102    184.210009 12 11 11 246  P   P
+PG18 -14185.958276  20761.920206   8246.664654    129.525900 15 10 14 213  P   P
+PG19  25355.957753   7864.713623   3268.038827   -125.934968 11 12 15 267  P   P
+PG20  21689.515655 -12553.650597   8554.089952     48.820121  9 12 13 229  P   P
+PG21  -6905.938717  20344.683771 -14811.229799   -134.374968 11 13 11 254  P   P
+PG22  -4751.556764  20434.485183  16395.558669    150.871293 14  9 10 237  P   P
+PG23  23889.017898   -896.765085 -11931.671034    316.318448 10  6  4 224  P   P
+PG24  15215.069296  -2965.541498  21621.762544    377.999088 11 16 11 318  P   P
+PG25 -19196.423477  18340.795378   -212.823719     -0.975441 11  9  9 191  P   P
+PG26 -22742.548988 -13163.086476  -5768.049887   -160.449950 11  9 12 260  P   P
+PG27 -16181.960432  -6360.584559  20830.107493    251.296414 11 12  4 293  P   P
+PG28   8525.207618 -20499.616309  14897.225135     28.658340 12  9 11 216  P   P
+PG29 -17978.937762   7043.649593 -18134.448916    196.573111 11 10  8 205  P   P
+PG30   5751.247190  15357.222746 -21296.162461    333.550676 10 10  9 264  P   P
+PG31   7257.193532  25260.687033  -2710.158766     60.616835  7  6 12 231  P   P
+PG32  21574.337943  -3064.376098  15185.599473   -226.393384 12 12 11 261  P   P
+*  2011  4  1  7 15  0.00000000
+PG02 -13589.923182 -21204.977618  -9136.547377    328.239137 14 10 14 234  P   P
+PG03  21479.227479  11203.654931 -11658.736419    696.062219 15 12 14 239  P   P
+PG04  -5983.559412 -25590.252790   1953.846396     76.192379 14  6 15 240  P   P
+PG05 -12366.800421  -9232.252558 -21640.507152   -137.880706  9  8 11 158  P   P
+PG06  18038.640589  13754.606232 -13823.952448   -223.610531 15 11 13 309  P   P
+PG07   7906.419857 -17497.160617 -18257.663274      7.005145 12 10 12 269  P   P
+PG08   1911.796495 -24069.976623 -10379.927297      7.626263 13  6 13 317  P   P
+PG09 -15403.282595  -2448.793556  20954.902100     71.098056 12 12  9 288  P   P
+PG10   1815.426796 -19757.431503 -17689.729387    -70.403955 11 10 12 276  P   P
+PG11  18742.613220   2140.354131  18490.135038   -139.082253 12 13 11 234  P   P
+PG12 -20944.446977   7171.350899  14576.343413    -15.036324  9 11 10 249  P   P
+PG13  17060.907753  -7551.447236 -19067.785112    276.856426 11  9  7 186  P   P
+PG14   1483.846350  15533.715545  21668.515582    141.173420 15  9 10 255  P   P
+PG15 -26209.673392  -3296.630687   3519.734389   -138.726399 10  8  7 202  P   P
+PG16  10197.986483  10844.615728 -21963.083601   -161.895789  3 10  9 255  P   P
+PG17   -846.528738 -15802.401926  21494.431613    184.210189 12 12 11 245  P   P
+PG18 -14975.213636  21044.459152   5577.507782    129.527709 14 10 14 211  P   P
+PG19  25471.811789   8157.622014    447.227241   -125.938418 12 12 15 266  P   P
+PG20  21121.040705 -11512.719743  11042.316126     48.820217  9 12 13 231  P   P
+PG21  -7621.786022  18566.559316 -16687.546478   -134.377347 10 13 11 254  P   P
+PG22  -6188.303473  21461.870319  14461.334985    150.870594 14  9 11 237  P   P
+PG23  25000.185813   -376.257678  -9451.839852    316.316170 10  4  5 225  P   P
+PG24  15697.886035   -555.666742  21496.589849    378.002040 11 16 11 319  P   P
+PG25 -19275.299768  18064.600071   2644.007777     -0.975760 11 10  8 195  P   P
+PG26 -22007.791706 -13035.460762  -8501.035621   -160.459080 11  9 12 257  P   P
+PG27 -16764.740135  -8449.698822  19573.404614    251.299942 11 12  5 290  P   P
+PG28   9757.900875 -21380.127554  12631.422770     28.660543 11  8 11 214  P   P
+PG29 -19829.251180   6288.047719 -16405.508274    196.575616 10 10  8 202  P   P
+PG30   4122.118513  16987.533357 -20396.727276    333.553023 10 10 10 256  P   P
+PG31   7085.737373  25475.570310    190.884483     60.621395  8  5 12 230  P   P
+PG32  20297.703010  -1757.351654  17105.801115   -226.400241 12 12 11 257  P   P
+*  2011  4  1  7 30  0.00000000
+PG02 -13638.486654 -22132.554244  -6543.789551    328.241175 14 10 15 235  P   P
+PG03  20064.469678  11339.514929 -13884.004929    696.066616 15 12 13 237  P   P
+PG04  -5529.362701 -25306.422166   4750.074920     76.201739 14  9 15 240  P   P
+PG05 -10719.786311 -11078.814049 -21643.225889   -137.885968  9  9 11 159  P   P
+PG06  16303.505743  13716.405774 -15827.549325   -223.716012 15 11 12 311  P   P
+PG07   8682.237743 -15461.074925 -19703.992372      7.006019 12 10 12 269  P   P
+PG08   2389.160566 -22797.892142 -12896.244923      7.626488 13  7 13 318  P   P
+PG09 -16149.658384  -4784.145468  19993.442180     71.100162 12 12 11 287  P   P
+PG10   3255.914960 -21013.734016 -15891.251745    -70.404814 11 10 13 275  P   P
+PG11  19702.770917   4037.578179  17182.195947   -139.085045 11 13 12 235  P   P
+PG12 -19855.157698   5750.550409  16609.026404    -15.033762 10 12 10 250  P   P
+PG13  19004.289154  -6885.435486 -17400.851124    276.855059 11  9  8 174  P   P
+PG14   -902.662017  14918.856863  22119.306062    141.175593 14  9  8 254  P   P
+PG15 -26395.139100  -3608.062576    708.032351   -138.723672 10  8  8 204  P   P
+PG16   8448.002874  12635.430364 -21721.459982   -161.898254  4 10  9 256  P   P
+PG17   1539.511179 -15253.588030  21831.962368    184.210368 12 12 10 244  P   P
+PG18 -15542.062213  21138.401403   2810.901355    129.529516 14 11 14 208  P   P
+PG19  25299.559578   8351.720859  -2381.119886   -125.941864 12 12 15 266  P   P
+PG20  20427.883152 -10237.956967  13338.510080     48.820312 10 12 12 233  P   P
+PG21  -8475.925789  16634.465425 -18261.334341   -134.379728 10 13 10 254  P   P
+PG22  -7417.153610  22389.002164  12279.613007    150.869893 14  7 11 238  P   P
+PG23  25856.479149     19.693329  -6812.396349    316.313892  9  2  5 227  P   P
+PG24  16292.322095   1790.543808  21004.173570    378.004951 10 16 12 318  P   P
+PG25 -19156.371362  17551.795628   5455.273368     -0.976077 11 10  8 200  P   P
+PG26 -20985.184356 -12864.498537 -11094.056379   -160.468206 12  8 12 253  P   P
+PG27 -17411.035589 -10357.628678  18000.320392    251.303532 10 11  5 288  P   P
+PG28  10759.105801 -22136.003470  10151.206905     28.662740 11  8 12 214  P   P
+PG29 -21510.084021   5682.405854 -14392.097879    196.578120 10 10  8 200  P   P
+PG30   2655.967774  18611.432365 -19158.009849    333.555367 10  9 10 251  P   P
+PG31   6829.085057  25383.342678   3088.620438     60.625955  9  5 11 229  P   P
+PG32  18944.962569   -254.901723  18733.057584   -226.407094 12 12 11 252  P   P
+*  2011  4  1  7 45  0.00000000
+PG02 -13620.819003 -22782.396106  -3841.481484    328.243214 14 10 15 237  P   P
+PG03  18425.329321  11536.916264 -15879.415083    696.071017 15 13 13 240  P   P
+PG04  -4946.153831 -24752.310658   7462.426225     76.211095 14 10 15 241  P   P
+PG05  -9181.559982 -12991.775855 -21274.043611   -137.891231 10  9 11 162  P   P
+PG06  14356.228992  13742.398994 -17558.182353   -223.821471 16 12 12 313  P   P
+PG07   9618.429592 -13336.067924 -20809.269581      7.006893 12 10 11 269  P   P
+PG08   3017.001132 -21292.001349 -15184.039772      7.626694 12  7 13 318  P   P
+PG09 -16969.656094  -6950.735631  18671.241783     71.102277 12 12 12 286  P   P
+PG10   4495.369127 -22173.931802 -13818.897084    -70.405686 10  9 13 273  P   P
+PG11  20641.769287   5756.977068  15574.937526   -139.087831 11 12 12 236  P   P
+PG12 -18708.851555   4107.981932  18354.503100    -15.031204 10 12  8 252  P   P
+PG13  20783.276361  -6376.536560 -15438.197323    276.853694 11  9  8 172  P   P
+PG14  -3350.086575  14432.752697  22195.244831    141.177767 14  9  6 254  P   P
+PG15 -26281.470781  -3868.748477  -2115.733529   -138.720946 10  9  8 207  P   P
+PG16   6827.181322  14483.246564 -21104.018262   -161.900718  4 10  9 256  P   P
+PG17   3970.046912 -14827.617104  21798.749194    184.210549 11 12 10 243  P   P
+PG18 -15904.701397  21012.915997     -5.007299    129.531316 13 11 15 206  P   P
+PG19  24830.680822   8482.979132  -5169.338548   -125.945305 13 12 15 265  P   P
+PG20  19649.289442  -8732.061668  15402.482585     48.820409 10 12 12 235  P   P
+PG21  -9474.018237  14594.204976 -19504.614105   -134.382112 10 13 10 253  P   P
+PG22  -8437.880799  23175.840129   9887.297478    150.869188 13  6 12 238  P   P
+PG23  26433.137838    321.225599  -4058.024291    316.311614  9  3  5 228  P   P
+PG24  16980.118162   4029.642872  20153.663877    378.007822 10 16 13 318  P   P
+PG25 -18873.368678  16785.202029   8172.514286     -0.976396 11 10  8 203  P   P
+PG26 -19685.866276 -12690.443244 -13505.311189   -160.477329 12  7 12 250  P   P
+PG27 -18086.772229 -12055.194686  16135.604647    251.307181 10 11  6 285  P   P
+PG28  11534.070023 -22725.109879   7497.567215     28.664933 10  8 12 215  P   P
+PG29 -22981.056235   5209.743889 -12129.238774    196.580623  9 10  8 198  P   P
+PG30   1367.124978  20185.758995 -17599.864686    333.557712 10  9 10 251  P   P
+PG31   6451.607442  24999.933507   5932.655665     60.630517  9  5 11 229  P   P
+PG32  17559.904168   1430.779353  20040.999433   -226.413939 13 13 10 248  P   P
+*  2011  4  1  8  0  0.00000000
+PG02 -13501.163052 -23157.963611  -1074.946129    328.245248 14 10 15 240  P   P
+PG03  16592.213842  11821.258020 -17612.377536    696.075424 15 13 12 247  P   P
+PG04  -4207.738989 -23953.336240  10042.815386     76.220438 14 11 15 242  P   P
+PG05  -7777.870975 -14930.267125 -20538.982867   -137.896496  9  9 11 165  P   P
+PG06  12231.486338  13857.252793 -18985.240292   -223.926907 16 12 11 315  P   P
+PG07  10711.533481 -11171.035329 -21554.921921      7.007764 11  9 11 269  P   P
+PG08   3814.979150 -19594.641173 -17203.502255      7.626878 12  7 13 319  P   P
+PG09 -17828.355260  -8911.765578  17013.211091     71.104400 12 12 12 284  P   P
+PG10   5532.885501 -23194.982733 -11507.435754    -70.406574 10  8 13 273  P   P
+PG11  21524.353976   7281.499008  13697.542041   -139.090611 10 12 12 237  P   P
+PG12 -17548.934365   2260.472838  19783.025513    -15.028648 10 12  7 253  P   P
+PG13  22355.458098  -6006.723952 -13212.938103    276.852333 10  8  8 180  P   P
+PG14  -5809.740613  14086.113057  21894.656167    141.179939 14  9  3 253  P   P
+PG15 -25865.767572  -4114.864024  -4903.443256   -138.718219 10  9  8 209  P   P
+PG16   5360.995662  16344.765017 -20120.588690   -161.903186  5 10 10 257  P   P
+PG17   6397.433229 -14532.153390  21394.678540    184.210731 11 12 10 242  P   P
+PG18 -16087.729774  20643.018858  -2820.797154    129.533114 13 12 15 205  P   P
+PG19  24065.053444   8588.672947  -7870.396919   -125.948743 13 12 15 264  P   P
+PG20  18824.824826  -7006.032236  17198.055747     48.820507 10 13 12 238  P   P
+PG21 -10613.802393  12493.415955 -20395.787119   -134.384498 10 13  9 253  P   P
+PG22  -9257.966982  23784.540083   7325.057163    150.868482 13  5 12 238  P   P
+PG23  26713.017480    562.429047  -1235.235032    316.309335  9  5  5 230  P   P
+PG24  17736.393593   6122.535455  18960.210253    378.010652 10 16 14 317  P   P
+PG25 -18463.892166  15755.627032  10748.884994     -0.976713 11 10  8 207  P   P
+PG26 -18129.012960 -12551.380126 -15696.202785   -160.486453 12  6 12 246  P   P
+PG27 -18753.800188 -13520.139591  14008.602221    251.310887 10 11  7 284  P   P
+PG28  12096.038264 -23108.442249   4715.000330     28.667119 10  8 12 218  P   P
+PG29 -24207.269981   4846.401473  -9656.268161    196.583127  9 11  8 196  P   P
+PG30    262.075430  21666.289616 -15747.423456    333.560060 11  8 10 255  P   P
+PG31   5921.888637  24349.552838   8673.814419     60.635078 10  6 11 228  P   P
+PG32  16184.338572   3279.783156  21008.867802   -226.420776 13 13  9 245  P   P
+*  2011  4  1  8 15  0.00000000
+PG02 -13245.886344 -23270.524964   1709.548647    328.247281 14 10 15 242  P   P
+PG03  14600.598414  12212.426044 -19054.550911    696.079843 15 13 12 255  P   P
+PG04  -3293.848724 -22941.491270  12445.432135     76.229769 15 12 14 244  P   P
+PG05  -6527.183830 -16850.118363 -19450.369034   -137.901760 10  9 11 169  P   P
+PG06   9969.298738  14079.578812 -20083.244631   -224.032321 16 12 10 318  P   P
+PG07  11949.725146  -9014.285626 -21928.664564      7.008635 11  9 10 270  P   P
+PG08   4794.707487 -17752.770578 -18919.909028      7.627036 11  7 12 320  P   P
+PG09 -18686.337647 -10638.495788  15050.363801     71.106530 12 12 13 283  P   P
+PG10   6375.560486 -24035.941844  -8996.090441    -70.407479  9  8 13 273  P   P
+PG11  22314.433764   8601.586114  11583.634331   -139.093385  9 12 12 238  P   P
+PG12 -16416.205614    232.965840  20870.413395    -15.026096 10 12  5 254  P   P
+PG13  23683.756651  -5750.969709 -10762.675701    276.850975  9  8  8 191  P   P
+PG14  -8231.808364  13881.359347  21222.162427    141.182112 13  9  4 252  P   P
+PG15 -25153.666970  -4382.578310  -7607.565225   -138.715491 11 10  9 212  P   P
+PG16   4067.138698  18173.554748 -18787.455450   -161.905655  5  9 10 257  P   P
+PG17   8773.409297 -14366.867568  20625.884924    184.210913 11 12 10 241  P   P
+PG18 -16121.040680  20010.745855  -5586.689129    129.534911 13 13 15 205  P   P
+PG19  23011.041689   8705.806700 -10438.641867   -125.952175 14 12 15 263  P   P
+PG20  17992.776754  -5078.955557  18693.731189     48.820606 11 13 11 240  P   P
+PG21 -11885.062841  10379.747722 -20920.016754   -134.386886  9 14  9 254  P   P
+PG22  -9892.143796  24180.955636   4636.659874    150.867775 12  5 12 238  P   P
+PG23  26687.204435    779.867505   1608.373711    316.307058  8  7  5 231  P   P
+PG24  18530.612250   8035.749435  17444.667464    378.013443 10 16 14 316  P   P
+PG25 -17967.841163  14462.390846  13139.965723     -0.977031 11 11  8 209  P   P
+PG26 -16341.207045 -12481.760711 -17631.815456   -160.495580 13  4 12 241  P   P
+PG27 -19371.282414 -14737.801219  11652.920741    251.314642 10 10  7 285  P   P
+PG28  12465.655164 -23251.741975   1850.832784     28.669301  9  8 12 221  P   P
+PG29 -25160.568980   4563.149901  -7016.135612    196.585630  8 11  8 193  P   P
+PG30   -660.648320  23009.308495 -13630.773062    333.562420 11  8 11 262  P   P
+PG31   5214.128692  23463.661451  11264.999717     60.639643 10  7 11 227  P   P
+PG32  14856.586308   5265.118656  21621.752261   -226.427602 13 13  9 242  P   P
+*  2011  4  1  8 30  0.00000000
+PG02 -12824.885785 -23138.619540   4465.498411    328.249298 15  9 16 244  P   P
+PG03  12489.859979  12723.952291 -20182.233292    696.084273 16 13 11 262  P   P
+PG04  -2191.181623 -21754.066995  14627.629187     76.239087 15 12 14 245  P   P
+PG05  -5440.105397 -18705.430317 -18026.640993   -137.907024  9  9 11 172  P   P
+PG06   7613.678303  14421.075518 -20832.350479   -224.137716 16 11  9 320  P   P
+PG07  13313.171729  -6911.823807 -21924.673724      7.009506 11  9 10 270  P   P
+PG08   5959.150746 -15816.156720 -20304.214024      7.627169 11  7 12 321  P   P
+PG09 -19501.355056 -12111.138137  12819.102924     71.108666 12 12 14 281  P   P
+PG10   7038.067473 -24659.585524  -6327.903333    -70.408402  9  7 13 273  P   P
+PG11  22976.498438   9715.265084   9270.615848   -139.096156  9 12 13 239  P   P
+PG12 -15347.303806  -1942.269146  21598.441727    -15.023547 10 13  4 256  P   P
+PG13  24737.752810  -5578.349988  -8128.900308    276.849618  9  8  8 200  P   P
+PG14 -10567.043629  13812.556930  20188.641263    141.184284 13  9  6 251  P   P
+PG15 -24159.178281  -4706.479006 -10181.944879   -138.712762 11 10 10 214  P   P
+PG16   2954.965208  19921.745588 -17127.122226   -161.908127  6  9 10 258  P   P
+PG17  11050.745141 -14323.465945  19504.700475    184.211098 11 12 10 240  P   P
+PG18 -16038.493252  19106.063673  -8253.494744    129.536706 12 13 14 205  P   P
+PG19  21685.282268   8869.545895 -12830.529414   -125.955604 14 13 15 263  P   P
+PG20  17188.618452  -2977.476475  19863.273380     48.820703 11 12 11 242  P   P
+PG21 -13269.946906   8299.066022 -21069.441199   -134.389273  9 14  9 254  P   P
+PG22 -10361.652235  24336.020708   1868.242149    150.867065 12  6 12 237  P   P
+PG23  26355.338929   1011.010673   4424.872060    316.304781  8  8  4 231  P   P
+PG24  19327.768063   9742.487884  15633.216797    378.016195 11 16 15 314  P   P
+PG25 -17425.764321  12913.527717  15304.532894     -0.977351 11 11  7 212  P   P
+PG26 -14355.572039 -12511.078071 -19281.338689   -160.504710 13  4 12 237  P   P
+PG27 -19897.203399 -15701.537170   9106.042827    251.318439 10  9  8 289  P   P
+PG28  12670.069170 -23126.977365  -1045.545257     28.671475  9  9 13 225  P   P
+PG29 -25820.543337   4326.525633  -4254.637098    196.588135  7 11  7 190  P   P
+PG30  -1410.281560  24173.188582 -11284.556759    333.564794 11  7 11 269  P   P
+PG31   4309.314184  22379.680301  13661.996897     60.644207 10  8 10 227  P   P
+PG32  13610.128616   7353.602046  21870.730291   -226.434420 13 13  9 239  P   P
+*  2011  4  1  8 45  0.00000000
+PG02 -12212.868414 -22787.270295   7146.870119    328.251315 15  9 16 245  P   P
+PG03  10301.984794  13362.408655 -20976.697176    696.088717 16 13 10 268  P   P
+PG04   -894.163417 -20432.170152  16550.748576     76.248394 15 13 13 247  P   P
+PG05  -4519.123061 -20450.225148 -16292.054802   -137.912288  9  9 11 175  P   P
+PG06   5211.112889  14885.947979 -21218.753104   -224.243094 16 11  7 323  P   P
+PG07  14774.704369  -4905.742166 -21543.644683      7.010375 10  8  9 270  P   P
+PG08   7302.388483 -13835.480564 -21333.508848      7.627274 10  7 12 321  P   P
+PG09 -20230.105675 -13319.361950  10360.405942     71.110807 12 12 14 278  P   P
+PG10   7541.927189 -25033.922986  -3549.011199    -70.409347  9  8 13 274  P   P
+PG11  23477.006694  10627.945422   6798.954994   -139.098921  8 12 12 240  P   P
+PG12 -14373.333861  -4226.704666  21955.120098    -15.021001 10 13  5 257  P   P
+PG13  25494.775627  -5453.384574  -5356.322132    276.848266  8  8  8 208  P   P
+PG14 -12768.458294  13865.674000  18811.085369    141.186456 13  9  7 250  P   P
+PG15 -22904.211430  -5118.058605 -12582.573561   -138.710032 12 11 10 217  P   P
+PG16   2025.268816  21541.801615 -15167.957056   -161.910602  6  8 10 258  P   P
+PG17  13184.864250 -14386.034902  18049.503797    184.211283 11 12 11 239  P   P
+PG18 -15876.414408  17927.473627 -10773.574989    129.538501 12 14 14 207  P   P
+PG19  20112.174556   9111.718709 -15005.330138   -125.959028 15 13 15 262  P   P
+PG20  16443.595452   -734.966606  20686.195219     48.820802 11 12 10 244  P   P
+PG21 -14743.612129   6293.766746 -20843.218367   -134.391662  8 14 10 254  P   P
+PG22 -10693.246752  24226.957872   -932.475530    150.866353 11  8 12 237  P   P
+PG23  25725.635072   1292.633291   7166.756250    316.302503  8  9  5 232  P   P
+PG24  20089.744650  11223.427354  13556.910127    378.018912 11 16 16 311  P   P
+PG25 -16877.196292  11125.655868  17205.273688     -0.977671 10 11  6 215  P   P
+PG26 -12210.699563 -12662.731262 -20618.439462   -160.513846 13  5 12 232  P   P
+PG27 -20289.953810 -16412.882287   6408.878536    251.322273 10  9  8 294  P   P
+PG28  12741.762906 -22713.624291  -3923.527125     28.673645  9  9 13 228  P   P
+PG29 -26175.241350   4100.331161  -1419.601887    196.590638  7 11  7 188  P   P
+PG30  -2003.351021  25119.927112  -8747.497680    333.567185 11  7 12 276  P   P
+PG31   3196.113697  21139.494634  15824.206537     60.648772 11  8 10 227  P   P
+PG32  12472.467033   9506.967609  21752.913591   -226.441227 13 14 10 238  P   P
+*  2011  4  1  9  0  0.00000000
+PG02 -11390.463714 -22246.973132   9708.803194    328.253327 15 10 16 246  P   P
+PG03   8080.191685  14127.055018 -21424.466566    696.093179 15 13  9 273  P   P
+PG04    594.612841 -19019.094803  18180.864930     76.257684 15 13 13 249  P   P
+PG05  -3758.664905 -22040.116761 -14276.283926   -137.917552  9  9 11 179  P   P
+PG06   2808.946850  15470.632645 -21234.988668   -224.348455 16 11  5 325  P   P
+PG07  16300.781249  -3032.778577 -20792.736934      7.011248 10  8  9 271  P   P
+PG08   8809.745192 -11860.441720 -21991.348279      7.627350 10  7 12 322  P   P
+PG09 -20830.038222 -14262.402267   7718.937515     71.112953 12 12 15 276  P   P
+PG10   7914.495754 -25133.530744   -707.839177    -70.410312  9  8 12 276  P   P
+PG11  23785.691320  11351.941203   4211.449916   -139.101680  8 12 12 240  P   P
+PG12 -13518.727956  -6576.864146  21934.861663    -15.018457 10 13  7 258  P   P
+PG13  25940.714803  -5337.561283  -2492.143750    276.846917  7  9  9 214  P   P
+PG14 -14792.939051  14019.159751  17112.364080    141.188628 12  8  8 249  P   P
+PG15 -21417.817837  -5644.319346 -14768.326015   -138.707301 12 11 10 219  P   P
+PG16   1270.404852  22988.305172 -12943.719999   -161.913080  6  8 10 258  P   P
+PG17  15135.381768 -14531.691361  16284.466668    184.211469 11 12 12 239  P   P
+PG18 -15671.994539  16482.276398 -13101.784735    129.540296 11 15 14 209  P   P
+PG19  18323.091040   9459.441527 -16925.800247   -125.962450 15 13 14 261  P   P
+PG20  15783.492887   1609.575383  21148.135186     48.820898 11 12 10 246  P   P
+PG21 -16275.168349   4401.270356 -20247.410130   -134.394050  8 14 10 255  P   P
+PG22 -10917.980670  23838.262643  -3717.015198    150.865639 11  9 11 237  P   P
+PG23  24814.596982   1659.239468   9787.702148    316.300225  7  9  5 233  P   P
+PG24  20776.797768  12467.235804  11251.144817    378.021596 12 15 16 308  P   P
+PG25 -16359.045823   9123.520096  18809.432177     -0.977992 10 11  6 217  P   P
+PG26  -9949.405266 -12953.111283 -21621.585755   -160.522991 14  6 12 228  P   P
+PG27 -20509.941954 -16881.426528   3605.253910    251.326141 10  9  9 301  P   P
+PG28  12717.148714 -21999.685817  -6732.204834     28.675809  9 10 13 232  P   P
+PG29 -26221.561749   3847.242574   1439.951921    196.593140  6 11  6 185  P   P
+PG30  -2462.918404  25816.580337  -6061.845089    333.569599 11  7 12 281  P   P
+PG31   1871.467233  19787.814559  17715.296454     60.653339 11  8  9 227  P   P
+PG32  11464.226933  11683.156146  21271.407154   -226.448019 13 14 11 237  P   P
+*  2011  4  1  9 15  0.00000000
+PG02 -10345.128428 -21552.498306  12108.297311    328.255338 15 10 15 247  P   P
+PG03   5867.515624  15009.753942 -21517.534354    696.097660 15 13  8 277  P   P
+PG04   2264.285379 -17558.619245  19489.427198     76.266961 15 14 11 251  P   P
+PG05  -3145.480374 -23433.935817 -12013.921553   -137.922814  9  8 11 180  P   P
+PG06    453.721145  16163.842376 -20880.119608   -224.453803 16 11  3 328  P   P
+PG07  17852.701865  -1323.095315 -19685.410295      7.012119 10  7  9 271  P   P
+PG08  10458.274586  -9937.939444 -22267.940946      7.627399 10  6 12 323  P   P
+PG09 -21261.105208 -14948.778083   4942.118269     71.115100 12 12 15 273  P   P
+PG10   8187.707583 -24940.651116   2145.772474    -70.411301  9  9 12 277  P   P
+PG11  23876.734204  11905.742233   1552.478543   -139.104435  8 12 12 241  P   P
+PG12 -12800.381440  -8945.817687  21538.541413    -15.015916 10 13  9 259  P   P
+PG13  26070.523084  -5190.988678    414.717525    276.845571  6  9  9 219  P   P
+PG14 -16602.732171  14244.823162  15120.887244    141.190799 11  8  9 248  P   P
+PG15 -19735.170629  -6306.550283 -16701.655149   -138.704568 13 11 10 221  P   P
+PG16    674.756978  24219.679241 -10492.980339   -161.915562  7  7 10 258  P   P
+PG17  16867.499545 -14731.518310  14239.198535    184.211655 11 12 12 238  P   P
+PG18 -15461.646152  14786.480819 -15196.377175    129.542092 11 15 14 212  P   P
+PG19  16355.334039   9933.920034 -18558.808893   -125.965869 15 13 14 261  P   P
+PG20  15227.633938   4012.848618  21241.117930     48.820994 11 12 10 248  P   P
+PG21 -17828.865998   2652.757187 -19294.718663   -134.396438  8 14 11 256  P   P
+PG22 -11069.819173  23162.421796  -6436.995033    150.864925 10 10 11 236  P   P
+PG23  23646.440447   2141.569411  12243.305106    316.297946  7 10  5 233  P   P
+PG24  21349.105655  13470.793973   8755.077660    378.024250 13 15 16 304  P   P
+PG25 -15904.098339   6939.224127  20089.375651     -0.978313 10 12  5 219  P   P
+PG26  -7617.352226 -13390.934749 -22274.323039   -160.532144 14  7 11 222  P   P
+PG27 -20521.179305 -17124.408409    741.332403    251.330034 10  9 10 307  P   P
+PG28  12634.980705 -20982.397765  -9421.334893     28.677966  9 10 13 235  P   P
+PG29 -25965.312684   3530.459323   4274.677166    196.595644  5 12  5 184  P   P
+PG30  -2817.565473  26236.542883  -3272.745301    333.572038 11  8 12 285  P   P
+PG31    340.851387  18370.457572  19303.765055     60.657905 11  9  8 228  P   P
+PG32  10598.531050  13837.733176  20435.187240   -226.454802 13 14 12 237  P   P
+*  2011  4  1  9 30  0.00000000
+PG02  -9071.811203 -20741.544981  14304.880323    328.257344 15 10 15 249  P   P
+PG03   3705.397652  15995.156678 -21253.517387    696.102162 15 13  6 280  P   P
+PG04   4095.965363 -16093.301057  20453.783649     76.276225 15 14 10 253  P   P
+PG05  -2659.327394 -24595.246053  -9543.892533   -137.928076  8  8 11 183  P   P
+PG06  -1810.461035  16946.933731 -20159.797386   -224.559141 15 11  4 330  P   P
+PG07  19388.024273    200.677715 -18241.157505      7.012993  9  7 10 272  P   P
+PG08  12217.571245  -8110.400639 -22160.209017      7.627420 10  6 12 324  P   P
+PG09 -21487.392635 -15395.645769   2079.176931     71.117251 12 12 15 269  P   P
+PG10   8396.622097 -24446.004215   4961.491123    -70.412311 10 10 12 279  P   P
+PG11  23729.770331  12313.068610  -1132.750931   -139.107185  9 12 12 242  P   P
+PG12 -12227.094329 -11284.807390  20773.445373    -15.013375 10 12 10 260  P   P
+PG13  25888.387049  -4974.114894   3314.446223    276.844228  6  9  9 223  P   P
+PG14 -18166.739894  14508.982336  12870.173249    141.192970 11  8  9 247  P   P
+PG15 -17896.321241  -7119.323922 -18349.232970   -138.701835 13 11 10 223  P   P
+PG16    215.530783  25199.777236  -7858.433227   -161.918049  7  7 10 258  P   P
+PG17  18353.203279 -14951.753061  11948.290684    184.211843 11 13 13 238  P   P
+PG18 -15279.397740  12864.356328 -17019.843104    129.543888 11 16 13 214  P   P
+PG19  14250.873961  10549.472062 -19875.911970   -125.969286 15 13 14 260  P   P
+PG20  14788.150034   6428.747074  20963.692918     48.821090 11 12 10 250  P   P
+PG21 -19365.472857   1072.189849 -18004.092026   -134.398825  7 14 12 257  P   P
+PG22 -11184.134028  22200.333731  -9044.994131    150.864209 10 11 11 236  P   P
+PG23  22252.239648   2765.243263  14491.797060    316.295667  6 11  5 233  P   P
+PG24  21768.330410  14239.114407   6110.986321    378.026878 14 15 17 300  P   P
+PG25 -15539.691504   4611.181901  21023.071327     -0.978636 10 12  3 220  P   P
+PG26  -5261.583626 -13976.845089 -22565.504384   -160.541311 14  8 11 214  P   P
+PG27 -20292.784707 -17166.027852  -2135.032517    251.333922 10  9 10 313  P   P
+PG28  12534.645942 -19668.578383 -11942.332807     28.680119 10 11 12 238  P   P
+PG29 -25420.937047   3115.330562   7035.756663    196.598146  5 12  4 182  P   P
+PG30  -3100.152528  26360.620356   -427.541200    333.574507 11  8 12 288  P   P
+PG31  -1381.785012  16932.619545  20563.410887     60.662473 11  9  7 230  P   P
+PG32   9880.659402  15925.386343  19258.904281   -226.461569 12 14 12 239  P   P
+*  2011  4  1  9 45  0.00000000
+PG02  -7573.351835 -19853.295042  16261.249449    328.259346 15 10 15 250  P   P
+PG03   1632.327553  17061.157343 -20635.745842    696.106686 15 12  5 283  P   P
+PG04   6063.310372 -14662.842816  21057.578928     76.285478 16 14  8 255  P   P
+PG05  -2273.939616 -25493.692305  -6908.784456   -137.933337  7  8 11 184  P   P
+PG06  -3943.477008  17794.584958 -19086.198119   -224.664470 15 10  6 332  P   P
+PG07  20862.130074   1524.102228 -16485.140184      7.013868  8  6 10 273  P   P
+PG08  14050.870349  -6414.316776 -21671.723955      7.627415 10  6 13 325  P   P
+PG09 -21478.562640 -15627.827765   -819.789370     71.119397 13 12 16 266  P   P
+PG10   8577.833320 -23649.274076   7689.443642    -70.413345 10 10 11 280  P   P
+PG11  23330.687676  12601.749105  -3798.937718   -139.109930 10 12 12 242  P   P
+PG12 -11799.336885 -13544.940251  19653.113985    -15.010835 10 12 11 261  P   P
+PG13  25407.556818  -4649.446849   6157.171904    276.842890  6  9  9 227  P   P
+PG14 -19461.577893  14773.843622  10398.324625    141.195140 10  8  9 246  P   P
+PG15 -15944.777847  -8089.752049 -19682.527135   -138.699098 13 12 10 225  P   P
+PG16   -136.156707  25899.273926  -5086.128744   -161.920538  7  7 10 258  P   P
+PG17  19572.213338 -15155.185324   9450.764000    184.212031 11 13 13 237  P   P
+PG18 -15155.394403  10747.645657 -18539.661441    129.545686 10 16 13 217  P   P
+PG19  12054.912637  11312.811338 -20853.862616   -125.972700 15 13 13 260  P   P
+PG20  14469.551956   8809.968815  20320.948741     48.821184 11 12 11 251  P   P
+PG21 -20843.775871   -324.346604 -16400.218956   -134.401209  6 14 12 258  P   P
+PG22 -11296.140010  20961.410476 -11495.411293    150.863494  9 12 11 235  P   P
+PG23  20668.827995   3549.592533  16494.731625    316.293390  5 11  5 233  P   P
+PG24  21999.133584  14784.962905   3363.586907    378.029486 14 15 17 295  P   P
+PG25 -15286.615384   2182.827843  21594.465267     -0.978960 10 12  4 221  P   P
+PG26  -2929.008703 -14703.294463 -22489.473530   -160.550490 14  8 10 205  P   P
+PG27 -19800.350374 -17036.491716  -4975.013040    251.337812  9 10 11 319  P   P
+PG28  12454.406425 -18074.594678 -14249.270552     28.682267 10 11 12 241  P   P
+PG29 -24610.916860   2570.893903   9675.745998    196.600650  5 12  4 181  P   P
+PG30  -3346.391977  26177.849152   2424.993290    333.577007 12  9 13 291  P   P
+PG31  -3274.407694  15517.199081  21473.705429     60.667041 11  9  7 231  P   P
+PG32   9308.002590  17901.450326  17762.616350   -226.468325 12 13 13 240  P   P
+*  2011  4  1 10  0  0.00000000
+PG02  -5860.598087 -18926.916177  17943.878369    328.261343 15 10 14 251  P   P
+PG03   -317.415006  18179.603932 -19673.282807    696.111233 15 12  6 285  P   P
+PG04   8133.403615 -13302.596945  21291.016137     76.294717 16 14  5 257  P   P
+PG05  -1958.236129 -26106.126717  -4154.109246   -137.938596  7  9 10 186  P   P
+PG06  -5910.572428  18675.759588 -17677.829680   -224.769793 15 10  8 335  P   P
+PG07  22229.877080   2641.271623 -14447.736154      7.014745  7  5 10 273  P   P
+PG08  15916.386266  -4879.040767 -20812.527688      7.627384  9  6 13 326  P   P
+PG09 -21211.057069 -15676.568348  -3704.725242     71.121545 13 11 16 263  P   P
+PG10   8767.809044 -22559.243293  10281.174897    -70.414399 11 11 10 282  P   P
+PG11  22672.198243  12802.468384  -6401.404666   -139.112670 10 12 12 243  P   P
+PG12 -11509.345362 -15678.884914  18197.084408    -15.008297 10 12 12 262  P   P
+PG13  24649.837964  -4183.203006   8893.825368    276.841554  6 10  8 230  P   P
+PG14 -20472.351180  14999.060198   7747.416528    141.197310  9  8  9 245  P   P
+PG15 -13925.958106  -9217.031035 -20678.303092   -138.696361 13 12 10 226  P   P
+PG16   -413.935790  26296.798921  -2224.629141   -161.923033  8  7 10 258  P   P
+PG17  20512.649266 -15302.712831   6789.426593    184.212220 10 13 14 237  P   P
+PG18 -15114.572196   8474.470578 -19728.940197    129.547487 10 16 12 220  P   P
+PG19   9814.322379  12222.622664 -21475.048510   -125.976111 15 13 13 259  P   P
+PG20  14268.618236  11109.672919  19324.403626     48.821275 11 11 11 252  P   P
+PG21 -22222.142392  -1528.971692 -14512.934367   -134.403592  6 14 13 259  P   P
+PG22 -11439.336340  19463.353742 -13745.300062    150.862777  8 13 10 234  P   P
+PG23  18937.490934   4506.723683  18217.627713    316.291110  5 11  5 233  P   P
+PG24  22010.590911  15128.197337    559.316447    378.032076 15 14 17 289  P   P
+PG25 -15158.279980   -298.864553  21793.757111     -0.979285 10 12  5 222  P   P
+PG26   -664.887602 -15554.712781 -22046.198727   -160.559682 14  8 10 189  P   P
+PG27 -19027.113224 -16770.815680  -7729.587385    251.341703  9 10 11 323  P   P
+PG28  12429.669299 -16225.935059 -16299.848345     28.684411 10 11 12 243  P   P
+PG29 -23564.881864   1871.266513  12149.385283    196.603151  6 12  5 178  P   P
+PG30  -3593.287773  25686.024775   5235.474640    333.579540 11 10 13 292  P   P
+PG31  -5307.587481  14163.236347  22020.068138     60.671609 11  9  7 233  P   P
+PG32   8870.306157  19723.407796  15971.458256   -226.475068 11 13 14 243  P   P
+*  2011  4  1 10 15  0.00000000
+PG02  -3952.232076 -18000.066695  19323.582273    328.263337 15 10 14 253  P   P
+PG03  -2114.876989  19317.246729 -18380.869381    696.115804 14 12  6 287  P   P
+PG04  10267.899559 -12042.270844  21150.981227     76.303945 16 14  6 259  P   P
+PG05  -1677.726036 -26417.468069  -1327.508334   -137.943855  7  9 10 186  P   P
+PG06  -7683.536781  19554.917910 -15959.212204   -224.875113 15 10  8 336  P   P
+PG07  23447.277058   3554.822424 -12164.007044      7.015625  6  5 11 274  P   P
+PG08  17768.833438  -3525.882630 -19598.850232      7.627330 10  7 13 327  P   P
+PG09 -20669.022731 -15578.076362  -6526.480033     71.123687 14 11 16 260  P   P
+PG10   9001.230811 -21193.565989  12690.588957    -70.415474 11 11 10 284  P   P
+PG11  21754.164177  12947.430905  -8896.785138   -139.115407 11 13 10 244  P   P
+PG12 -11341.541612 -17642.509077  16430.537682    -15.005758 10 11 12 263  P   P
+PG13  23644.762017  -3546.834284  11476.993273    276.840222  7 10  8 232  P   P
+PG14 -21193.115616  15143.411798   4962.805434    141.199480  8  7  9 244  P   P
+PG15 -11885.573743 -10492.296351 -21319.042602   -138.693624 14 12 10 228  P   P
+PG16   -654.646526  26379.764723    675.887603   -161.925531  8  8 10 258  P   P
+PG17  21171.378367 -15354.994690   4010.150089    184.212407 10 13 14 237  P   P
+PG18 -15175.564995   6087.978250 -20566.930787    129.549291  9 17 11 222  P   P
+PG19   7576.016973  13269.449027 -21727.846317   -125.979523 15 13 12 259  P   P
+PG20  14174.603901  13283.117860  17991.775566     48.821368 11 11 11 254  P   P
+PG21 -23460.076450  -2542.003805 -12376.557214   -134.405972  2 14 13 261  P   P
+PG22 -11644.017150  17731.610876 -15755.162035    150.862060  8 13 10 233  P   P
+PG23  17102.496330   5640.850969  19630.561930    316.288830  5 12  6 233  P   P
+PG24  21777.454702  15294.848555  -2254.410677    378.034656 16 14 17 283  P   P
+PG25 -15160.182371  -2784.999079  21617.566096     -0.979612 10 12  7 224  P   P
+PG26   1488.638266 -16507.963006 -21241.353596   -160.568892 14  9 10 159  P   P
+PG27 -17964.877816 -16407.417145 -10350.377546    251.345578  9 10 11 328  P   P
+PG28  12491.364616 -14156.396868 -18056.310494     28.686550 11 12 12 246  P   P
+PG29 -22318.458627    996.834768  14414.366211    196.605653  5 12  4 178  P   P
+PG30  -3877.499152  24891.909647   7954.774914    333.582108 12 11 13 293  P   P
+PG31  -7445.465416  12904.521696  22194.044261     60.676177 11 10  7 235  P   P
+PG32   8550.194857  21352.316489  13915.250774   -226.481798 11 13 14 246  P   P
+*  2011  4  1 10 30  0.00000000
+PG02  -1874.307670 -17107.455607  20376.032312    328.265328 15 10 13 254  P   P
+PG03  -3737.365383  20436.896476 -16778.790260    696.120398 14 12  7 289  P   P
+PG04  12424.385716 -10904.883367  20641.031161     76.313164 15 14  9 261  P   P
+PG05  -1396.052132 -26421.259542   1522.084040   -137.949112  8  9 10 188  P   P
+PG06  -9241.617677  20393.427456 -13960.437355   -224.980433 14 10  9 338  P   P
+PG07  24473.135753   4275.619778  -9673.095795      7.016505  5  5 12 275  P   P
+PG08  19561.068381  -2367.529786 -18052.735684      7.627256 10  8 13 328  P   P
+PG09 -19844.932514 -15371.919812  -9237.610322     71.125826 15 10 16 258  P   P
+PG10   9309.407010 -19578.185353  14874.848841    -70.416570 11 12  8 286  P   P
+PG11  20583.671527  13068.990505 -11243.674188   -139.118142 11 13  9 245  P   P
+PG12 -11273.258356 -19396.397221  14383.857810    -15.003220 10 11 13 264  P   P
+PG13  22428.464660  -2718.351749  13861.755789    276.838892  8 10  8 234  P   P
+PG14 -21627.003682  15166.541231   2092.367515    141.201650  7  7  9 243  P   P
+PG15  -9868.007612 -11898.794535 -21593.270307   -138.690885 14 12 11 229  P   P
+PG16   -896.669144  26144.854328   3564.558043   -161.928033  8  8 10 257  P   P
+PG17  21554.030873 -15274.137219   1161.075908    184.212594  9 13 14 237  P   P
+PG18 -15349.891393   3634.787751 -21039.403244    129.551096  9 17 11 224  P   P
+PG19   5385.314627  14435.900087 -21606.883978   -125.982934 15 13 12 259  P   P
+PG20  14169.759243  15289.216403  16346.638277     48.821457 10 10 12 255  P   P
+PG21 -24519.709487  -3371.635428 -10029.181517   -134.408346  6 13 14 263  P   P
+PG22 -11935.912861  15798.530045 -17489.680975    150.861344  8 14  9 233  P   P
+PG23  15209.514475   6947.926699  20708.699917    316.286549  5 12  7 233  P   P
+PG24  21281.217609  15315.977028  -5029.963076    378.037229 16 13 17 276  P   P
+PG25 -15289.693966  -5226.446266  21068.985751     -0.979939 10 12  9 224  P   P
+PG26   3493.923641 -17533.074374 -20086.339733   -160.578116 14  9 10 113  P   P
+PG27 -16614.642160 -15986.544575 -12790.532854    251.349436  8 10 12 332  P   P
+PG28  12664.507483 -11906.916971 -19486.275167     28.688686 11 12 12 248  P   P
+PG29 -20911.906141    -64.802903  16432.041976    196.608153  5 12  5 177  P   P
+PG30  -4233.692977  23811.102924  10534.915551    333.584712 11 12 13 294  P   P
+PG31  -9646.954453  11768.421989  21993.387192     60.680745 10 10  8 237  P   P
+PG32   8323.957338  22754.115279  11628.053917   -226.488517 11 12 15 249  P   P
+*  2011  4  1 10 45  0.00000000
+PG02    340.489859 -16279.510867  21082.210286    328.267314 15 10 12 255  P   P
+PG03  -5169.161171  21498.756789 -14892.654815    696.125017 14 11  8 290  P   P
+PG04  14557.902047  -9906.011541  19771.251070     76.322373 15 14 10 264  P   P
+PG05  -1076.612063 -26119.902113   4345.303802   -137.954366  9 10 10 188  P   P
+PG06 -10572.136024  21151.114516 -11716.615113   -225.085755 14  9  9 340  P   P
+PG07  25270.594358   4822.131579  -7017.564236      7.017389  3  5 12 275  P   P
+PG08  21245.789527  -1407.804965 -16201.588845      7.627163  9  9 13 329  P   P
+PG09 -18739.889635 -15099.338740 -11793.112477     71.127965 14 10 16 253  P   P
+PG10   9718.828860 -17746.418411  16795.211383    -70.417683 12 12  7 288  P   P
+PG11  19174.852646  13198.294307 -13403.239013   -139.120872 11 13  8 247  P   P
+PG12 -11275.740795 -20907.193220  12092.110663    -15.000681 10 10 13 264  P   P
+PG13  21042.312720  -1683.406277  16006.491377    276.837566  9 10  8 235  P   P
+PG14 -21786.005870  15030.679676   -814.321662    141.203820  6  7  8 242  P   P
+PG15  -7914.744794 -13412.368910 -21495.781197   -138.688145 14 12 11 230  P   P
+PG16  -1178.192576  25598.148039   6390.776387   -161.930541  8  9 10 257  P   P
+PG17  21674.677419 -15025.344236  -1708.234697    184.212780  8 14 15 237  P   P
+PG18 -15641.455468   1163.305203 -21138.874836    129.552906  8 17 11 226  P   P
+PG19   3284.354582  15697.179491 -21113.202380   -125.986343 14 13 12 259  P   P
+PG20  14230.135598  17091.946021  14417.971545     48.821545 10 10 12 255  P   P
+PG21 -25367.171241  -4033.314818  -7511.939525   -134.410717  7 14 14 263  P   P
+PG22 -12335.019438  13702.246825 -18918.381248    150.860629  8 14  9 232  P   P
+PG23  13303.984650   8415.587037  21432.756673    316.284268  6 12  8 233  P   P
+PG24  20510.938182  15226.346731  -7720.259954    378.039801 17 13 17 270  P   P
+PG25 -15536.175859  -7575.541337  20157.526588     -0.980269 10 12 10 225  P   P
+PG26   5319.058567 -18594.237281 -18598.244362   -160.587359 14 10  9 183  P   P
+PG27 -14986.886083 -15548.599264 -15005.643129    251.353261  7 10 12 335  P   P
+PG28  12967.014242  -9524.092477 -20563.449702     28.690819 11 12 11 250  P   P
+PG29 -19388.591467  -1318.175500  18168.069172    196.610654  6 13  6 176  P   P
+PG30  -4692.952379  22467.568184  12929.971679    333.587352 11 13 13 294  P   P
+PG31 -11867.132221  10774.963905  21422.047990     60.685312 10 10  9 239  P   P
+PG32   8162.563962  23900.765962   9147.667698   -226.495223 10 12 15 252  P   P
+*  2011  4  1 11  0  0.00000000
+PG02   2653.840692 -15541.206423  21428.793888    328.269300 15  9 11 257  P   P
+PG03  -6401.983424  22461.887832 -12753.089126    696.129658 13 11  8 290  P   P
+PG04  16622.554134  -9053.353020  18557.988906     76.331574 15 14 11 266  P   P
+PG05   -684.191943 -25524.553769   7093.229828   -137.959619 10 11 10 189  P   P
+PG06 -11670.776963  21787.892328  -9267.220020   -225.191083 13  9  9 342  P   P
+PG07  25808.515699   5219.516959  -4242.681274      7.018274  2  6 12 276  P   P
+PG08  22777.231951   -641.762011 -14077.654534      7.627052  9  9 14 330  P   P
+PG09 -17363.614679 -14801.541789 -14151.079507     71.130092 14 10 15 249  P   P
+PG10  10249.932834 -15737.746244  18417.775541    -70.418812 12 12  5 290  P   P
+PG11  17548.466212  13363.987885 -15339.784593   -139.123601 11 13  6 249  P   P
+PG12 -11315.385407 -22148.719162   9594.451464    -14.998139 10  9 13 265  P   P
+PG13  19531.331631   -436.074398  17873.632698    276.836241 10 10  8 236  P   P
+PG14 -21690.412615  14702.291677  -3706.852343    141.205993  6  8  8 242  P   P
+PG15  -6062.917818 -15002.243262 -21027.763106   -138.685403 14 12 12 231  P   P
+PG16  -1535.493896  24754.884808   9105.129221   -161.933050  8 10 10 256  P   P
+PG17  21555.178486 -14578.463795  -4547.690755    184.212964  7 14 15 237  P   P
+PG18 -16046.380066  -1278.018991 -20864.689829    129.554718  7 17 11 228  P   P
+PG19   1310.628657  17021.916153 -20254.309001   -125.989755 14 13 12 260  P   P
+PG20  14326.643481  18661.560305  12239.616748     48.821632  9  9 12 256  P   P
+PG21 -25973.794109  -4548.869074  -4868.253753   -134.413085  4 14 14 263  P   P
+PG22 -12854.664941  11485.346004 -20016.195664    150.859913  8 15  8 231  P   P
+PG23  11429.488266  10023.420262  21789.376100    316.281986  7 12  9 233  P   P
+PG24  19463.796698  15062.964435 -10279.536012    378.042376 18 13 17 267  P   P
+PG25 -15881.417481  -9787.725809  18898.948025     -0.980600 10 12 11 225  P   P
+PG26   6938.925073 -19651.035203 -16799.725296   -160.596618 14 10 10 210  P   P
+PG27 -13101.492905 -15132.414458 -16954.660550    251.357043  6 10 12 338  P   P
+PG28  13408.830933  -7058.455617 -21268.206669     28.692951 11 12 11 252  P   P
+PG29 -17793.364503  -2759.585583  19592.972200    196.613156  6 12  7 177  P   P
+PG30  -5281.309943  20892.829226  15096.966395    333.590030 11 13 12 293  P   P
+PG31 -14058.773754   9936.203947  20490.075283     60.689881 10 10 10 241  P   P
+PG32   8032.883447  24771.192429   6515.083573   -226.501919  9 11 15 256  P   P
+*  2011  4  1 11 15  0.00000000
+PG02   5023.012884 -14911.094547  21408.462570    328.271284 14  9 10 258  P   P
+PG03  -7435.180400  23285.751598 -10395.335468    696.134322 13 11  9 291  P   P
+PG04  18573.154125  -8346.615654  17023.478765     76.340768 15 14 12 269  P   P
+PG05   -186.546719 -24654.698132   9718.249813   -137.964870 10 11  9 189  P   P
+PG06 -12541.545467  22265.398035  -6655.351603   -225.296416 13  9  9 343  P   P
+PG07  26062.664426   5498.464976  -1395.672580      7.019163  3  6 12 276  P   P
+PG08  24112.796417    -56.108185 -11717.441077      7.626929  8 10 14 331  P   P
+PG09 -15734.126270 -14518.048410 -16273.279597     71.132209 15 10 15 246  P   P
+PG10  10916.123657 -13596.361456  19714.125307    -70.419957 12 12  1 293  P   P
+PG11  15731.251260  13591.025672 -17021.271242   -139.126327 12 14  5 250  P   P
+PG12 -11355.168382 -23102.830152   6933.470173    -14.995598  9  8 14 265  P   P
+PG13  17942.493850   1020.684378  19430.357978    276.834920 11 10  9 237  P   P
+PG14 -21367.935532  14153.572612  -6534.875034    141.208165  7  8  8 241  P   P
+PG15  -4344.022424 -16632.075977 -20196.809950   -138.682663 14 12 12 232  P   P
+PG16  -2001.300684  23638.869235  11660.301019   -161.935563  8 10 10 255  P   P
+PG17  21224.229424 -13909.366487  -7307.583930    184.213147  6 14 15 237  P   P
+PG18 -16553.175496  -3642.416140 -20222.953127    129.556535  6 17 12 229  P   P
+PG19   -504.313994  18373.272289 -19044.117682   -125.993166 14 13 13 260  P   P
+PG20  14426.318610  19975.555611   9849.650018     48.821718  8  8 12 256  P   P
+PG21 -26317.113138  -4945.410862  -2143.091897   -134.415444  5 14 15 263  P   P
+PG22 -13500.852923   9193.352115 -20763.929953    150.859198  9 15  8 230  P   P
+PG23   9626.189657  11743.552765  21771.420333    316.279704  9 12 10 233  P   P
+PG24  18145.358911  14863.537679 -12664.093436    378.044965 18 12 17 267  P   P
+PG25 -16300.381190 -11823.070174  17314.982672     -0.980931 10 12 12 225  P   P
+PG26   8336.030240 -20659.880450 -14718.814736   -160.605896 14 10 10 228  P   P
+PG27 -10987.289394 -14773.563713 -18600.805017    251.360778  5 10 12 340  P   P
+PG28  13991.416992  -4562.580304 -21588.000958     28.695080 11 12 11 254  P   P
+PG29 -16170.894084  -4377.074605  20682.622439    196.615655  6 12  7 176  P   P
+PG30  -6018.470992  19124.859237  16996.732613    333.592743 11 14 12 291  P   P
+PG31 -16173.969105   9255.904667  19213.429193     60.694448  9 10 11 243  P   P
+PG32   7899.057724  25351.984773   3773.889745   -226.508604  9 10 15 260  P   P
+*  2011  4  1 11 30  0.00000000
+PG02   7402.270153 -14400.584003  21020.114067    328.273266 14  9  9 259  P   P
+PG03  -8275.633312  23931.783618  -7858.757374    696.139006 12 11 10 291  P   P
+PG04  20366.824242  -7777.731697  15195.365946     76.349958 14 14 12 272  P   P
+PG05    444.136355 -23537.399465  12174.902531   -137.970118 11 12  9 188  P   P
+PG06 -13196.390127  22548.570236  -3926.926041   -225.401761 12 10  9 344  P   P
+PG07  26016.638183   5693.828088   1475.057246      7.020052  6  6 12 277  P   P
+PG08  25214.556426    370.069173  -9161.098652      7.626797  7 10 14 333  P   P
+PG09 -13877.135760 -14285.133495 -18125.656210     71.134319 15 10 15 244  P   P
+PG10  11723.099797 -11369.535661  20661.851913    -70.421115 12 12  3 295  P   P
+PG11  13755.078310  13899.626628 -18419.781163   -139.129054 12 14  5 252  P   P
+PG12 -11356.209450 -23759.974550   4154.484729    -14.993053 10  7 14 266  P   P
+PG13  16322.935069   2674.920673  20649.202912    276.833598 11 10  9 237  P   P
+PG14 -20852.540170  13363.736153  -9249.006920    141.210339  7  8  8 241  P   P
+PG15  -2782.854295 -18261.246271 -19016.823154   -138.679919 13 12 13 233  P   P
+PG16  -2603.304203  22281.550497  14011.930876   -161.938080  8 11 10 254  P   P
+PG17  20716.137935 -13001.096485  -9939.503778    184.213329  7 14 15 237  P   P
+PG18 -17143.231172  -5886.436442 -19226.325086    129.558356  5 17 13 230  P   P
+PG19  -2135.935945  19710.289215 -17502.770682   -125.996577 13 13 13 261  P   P
+PG20  14493.743448  21019.357553   7289.686835     48.821802  8  8 12 257  P   P
+PG21 -26381.633149  -5254.076049    617.764074   -134.417802  6 14 15 263  P   P
+PG22 -14271.910572   6873.109639 -21148.613595    150.858484  9 15  9 229  P   P
+PG23   7929.404471  13541.535869  21378.160089    316.277422  9 12 11 233  P   P
+PG24  16569.535428  14664.908118 -14833.030388    378.047565 19 12 16 271  P   P
+PG25 -16762.223537 -13647.619723  15432.957948     -0.981264 11 12 13 225  P   P
+PG26   9501.079134 -21575.611907 -12388.633389   -160.615191 13 10 11 242  P   P
+PG27  -8681.205842 -14502.774269 -19912.424294    251.364461  7 10 12 342  P   P
+PG28  14707.609194  -2089.107069 -21517.614586     28.697211 11 13 12 256  P   P
+PG29 -14564.028414  -6150.707882  21418.625917    196.618153  6 13  8 176  P   P
+PG30  -6916.786466  17206.703250  18594.719050    333.595489 11 14 11 289  P   P
+PG31 -18165.768614   8729.526126  17613.713125     60.699014  9 11 12 245  P   P
+PG32   7723.988998  25637.842734    969.633673   -226.515282  9  9 15 263  P   P
+*  2011  4  1 11 45  0.00000000
+PG02   9744.416441 -14013.496765  20268.982056    328.275250 14  9  9 261  P   P
+PG03  -8937.368467  24364.931916  -5186.250658    696.143708 12 11 10 292  P   P
+PG04  21964.501111  -7331.381083  13106.148176     76.359143 14 14 13 275  P   P
+PG05   1229.950077 -22206.273632  14420.680306   -137.975365 12 12  9 187  P   P
+PG06 -13654.512898  22607.101787  -1129.817813   -225.507119 12 10  9 345  P   P
+PG07  25662.515849   5843.102181   4320.718811      7.020945  8  7 12 277  P   P
+PG08  26050.592641    664.303133  -6451.762223      7.626658  5 10 14 334  P   P
+PG09 -11825.184589 -14134.424778 -19678.751463     71.136417 15 10 15 243  P   P
+PG10  12668.509181  -9105.877458  21244.944178    -70.422280 12 13  6 297  P   P
+PG11  11655.926683  14304.410297 -19511.931273   -139.131782 12 14  7 254  P   P
+PG12 -11279.412196 -24119.439861   1304.792568    -14.990507 10  5 14 266  P   P
+PG13  14718.168931   4505.946658  21508.579352    276.832279 12 10  9 237  P   P
+PG14 -20183.035002  12320.036824 -11801.731817    141.212513  8  9  8 240  P   P
+PG15  -1396.709124 -19846.324505 -17507.800685   -138.677177 13 12 13 233  P   P
+PG16  -3362.884154  20720.813192  16119.402663   -161.940600  8 11 10 253  P   P
+PG17  20069.382827 -11844.745428 -12397.235785    184.213507  8 15 15 237  P   P
+PG18 -17791.603587  -7971.431343 -17893.688687    129.560181  6 17 14 230  P   P
+PG19  -3567.509234  20989.421203 -15656.341526   -125.999991 13 12 13 262  P   P
+PG20  14492.566422  21786.703596   4604.132727     48.821884  7  7 12 257  P   P
+PG21 -26159.343516  -5508.642337   3368.425999   -134.420165  7 14 15 264  P   P
+PG22 -15158.456442   4571.118491 -21163.729609    150.857771  9 16 10 227  P   P
+PG23   6368.352221  15377.504698  20615.358321    316.275139 10 12 11 233  P   P
+PG24  14758.235134  14501.518576 -16748.935059    378.050186 19 12 16 275  P   P
+PG25 -17231.553236 -15234.512478  13285.321709     -0.981597 11 12 13 225  P   P
+PG26  10433.257342 -22353.204369  -9847.007015   -160.624503 13 11 11 253  P   P
+PG27  -6227.076763 -14344.521332 -20863.777941    251.368086  9 10 12 343  P   P
+PG28  15541.871270    311.222868 -21059.222979     28.699342 11 12 12 258  P   P
+PG29 -13012.241312  -8053.167713  21788.614788    196.620653  6 12  9 177  P   P
+PG30  -7980.525429  15184.887349  19861.716903    333.598268 11 14 11 286  P   P
+PG31 -19989.798111   8344.531078  15717.827434     60.703580  8 11 12 247  P   P
+PG32   7470.888704  25631.740553  -1850.854217   -226.521954  9  9 15 267  P   P
+*  2011  4  1 12  0  0.00000000
+PG02  12002.421625 -13745.926468  19166.646324    328.277233 13  9 10 262  P   P
+PG03  -9440.884658  24555.102064  -2423.563673    696.148427 11 11 11 292  P   P
+PG04  23332.285092  -6985.796403  10792.547990     76.368326 13 14 13 278  P   P
+PG05   2186.207264 -20700.216019  16416.776447   -137.980610 12 13  8 186  P   P
+PG06 -13941.396033  22416.708399   1687.028968   -225.612490 11 10  9 346  P   P
+PG07  25001.199148   5984.810210   7092.937206      7.021840  9  7 12 278  P   P
+PG08  26596.111065    859.514333  -3634.867779      7.626517  2 11 13 334  P   P
+PG09  -9616.559447 -14091.696042 -20908.055728     71.138504 15 10 14 242  P   P
+PG10  13741.947489  -6853.555368  21454.040299    -70.423454 12 13  8 300  P   P
+PG11   9472.722209  14813.742654 -20279.229456   -139.134509 13 14  8 256  P   P
+PG12 -11087.119218 -24189.275827  -1567.108738    -14.987958 11  4 14 266  P   P
+PG13  13170.371687   6484.939040  21993.188789    276.830962 12  9  9 237  P   P
+PG14 -19401.472223  11018.482991 -14148.274562    141.214687  8  9  7 240  P   P
+PG15   -194.878510 -21342.670637 -15695.515257   -138.674434 13 11 14 234  P   P
+PG16  -4294.095989  18999.531731  17946.553262   -161.943120  8 12 10 252  P   P
+PG17  19325.012757 -10440.010650 -14637.621978    184.213683  8 15 14 237  P   P
+PG18 -18468.061809  -9864.824011 -16249.703278    129.562010  7 17 14 231  P   P
+PG19  -4790.606590  22166.198626 -13536.419991   -126.003406 13 12 14 262  P   P
+PG20  14387.057941  22279.710408   1839.395198     48.821965  7  8 12 257  P   P
+PG21 -25649.970494  -5744.080200   6063.578548   -134.422515 10 14 15 265  P   P
+PG22 -16143.689053   2331.892138 -20809.318991    150.857059 10 16 11 226  P   P
+PG23   4965.143779  17207.568884  19495.240901    316.272856 11 12 12 233  P   P
+PG24  12740.722026  14403.971728 -18378.534155    378.052832 19 11 15 280  P   P
+PG25 -17669.876683 -16564.827011  10909.080241     -0.981932 12 12 13 224  P   P
+PG26  11140.201071 -22949.531347  -7135.979051   -160.633831 13 11 12 262  P   P
+PG27  -3674.122185 -14315.874765 -21435.713475    251.371648 10 10 13 345  P   P
+PG28  16470.914974   2591.435003 -20222.283878     28.701473 11 12 12 259  P   P
+PG29 -11550.222054 -10050.631827  21786.439397    196.623152  7 12  9 178  P   P
+PG30  -9205.484821  13107.679531  20774.484951    333.601076 11 15 10 283  P   P
+PG31 -21605.787613   8080.991898  13557.549153     60.708144  7 11 13 248  P   P
+PG32   7104.834828  25344.803776  -4640.170836   -226.528620 10 10 15 271  P   P
+*  2011  4  1 12 15  0.00000000
+PG02  14131.067418 -13586.410701  17730.928279    328.279217 12  9 10 263  P   P
+PG03  -9812.214544  24478.447564    381.466563    696.153160 11 11 11 293  P   P
+PG04  24442.586571  -6713.812219   8294.831304     76.377510 13 13 13 280  P   P
+PG05   3320.650804 -19061.937017  18128.763699   -137.985853 13 13  8 184  P   P
+PG06 -14087.589128  21960.162056   4474.499544   -225.717876 10 11  9 347  P   P
+PG07  24042.434922   6156.849954   9744.545191      7.022737 10  7 12 278  P   P
+PG08  26834.309182    992.590843   -757.449701      7.626377    11 14 335  P   P
+PG09  -7294.025519 -14175.891361 -21794.286961     71.140582 15  9 14 242  P   P
+PG10  14925.295812  -4658.560438  21286.538922    -70.424632 12 13  9 302  P   P
+PG11   7246.073785  15429.314789 -20708.371167   -139.137237 13 14 10 258  P   P
+PG12 -10744.720005 -23985.897920  -4412.320537    -14.985408 11  6 14 266  P   P
+PG13  11716.806092   8575.872280  22094.320602    276.829644 13  9 10 237  P   P
+PG14 -18551.424575   9464.208057 -16247.430750    141.216863  9 10  8 240  P   P
+PG15    821.537259 -22706.099068 -13611.085503   -138.671690 13 11 14 234  P   P
+PG16  -5402.959941  17163.948926  19462.286228   -161.945644  9 12  9 251  P   P
+PG17  18524.951006  -8795.412562 -16621.364552    184.213858  9 15 14 237  P   P
+PG18 -19138.341949 -11541.122011 -14324.261207    129.563844  9 16 15 231  P   P
+PG19  -5805.262962  23196.954777 -11179.583596   -126.006825 13 12 14 263  P   P
+PG20  14143.641832  22508.627053   -956.927984     48.822045  8  9 12 257  P   P
+PG21 -24860.965377  -5995.086890   8659.125011   -134.424860 11 14 14 265  P   P
+PG22 -17203.983955    196.404397 -20091.958621    150.856347 10 16 12 224  P   P
+PG23   3734.046595  18985.384659  18036.349895    316.270572 11 11 13 233  P   P
+PG24  10552.695775  14397.735963 -19693.284558    378.055506 20 11 14 284  P   P
+PG25 -18037.174651 -17628.128419   8345.158434     -0.982266 12 11 14 223  P   P
+PG26  11637.642846 -23325.116527  -4301.215439   -160.643176 12 11 12 270  P   P
+PG27  -1075.168390 -14425.660679 -21616.204663    251.375143 11  9 13 345  P   P
+PG28  17464.659842   4710.007518 -19023.257092     28.703606 11 12 13 261  P   P
+PG29 -10206.660795 -12103.903986  21412.259085    196.625649  6 12 10 179  P   P
+PG30 -10578.959079  11023.275683  21316.253094    333.603912 11 15  9 279  P   P
+PG31 -22978.959957   7912.477346  11169.042143     60.712711  6 11 14 250  P   P
+PG32   6594.282295  24795.897665  -7351.078769   -226.535281 11 11 15 274  P   P
+*  2011  4  1 12 30  0.00000000
+PG02  16088.549278 -13516.416985  15985.666760    328.281202 12 10 11 263  P   P
+PG03 -10081.750805  24118.447958   3179.751856    696.157904 11 12 11 293  P   P
+PG04  25275.030374  -6484.113251   5656.086839     76.386695 12 13 13 283  P   P
+PG05   4632.965247 -17336.363232  19527.191340   -137.991094 13 14  8 181  P   P
+PG06 -14127.308786  21228.048942   7184.198236   -225.823279 10 11  9 347  P   P
+PG07  22804.516761   6394.867621  12230.359141      7.023637 11  7 12 278  P   P
+PG08  26756.962923   1102.831761   2132.573777      7.626242    11 13 336  P   P
+PG09  -4903.421820 -14398.407513 -22323.603344     71.142647 15  9 14 243  P   P
+PG10  16193.379376  -2563.079910  20746.571622    -70.425812 12 13 10 304  P   P
+PG11   5016.950606  16145.970423 -20791.472809   -139.139967 13 14 11 260  P   P
+PG12 -10222.151011 -23533.386005  -7182.350321    -14.982855 12  7 14 265  P   P
+PG13  10388.448541  10736.746794  21810.027587    276.828327 13  9 11 237  P   P
+PG14 -17676.208312   7671.481751 -18062.333281    141.219039  9 11  8 239  P   P
+PG15   1659.490935 -23894.544652 -11290.446342   -138.668947 13 10 15 234  P   P
+PG16  -6687.077753  15261.945584  20641.081204   -161.948168  9 13  8 250  P   P
+PG17  17710.276713  -6928.160635 -18313.754233    184.214028 10 15 14 236  P   P
+PG18 -19765.555029 -12982.638737 -12151.864950    129.565683 10 16 15 230  P   P
+PG19  -6619.797497  24040.546478  -8626.763289   -126.010247 13 11 14 264  P   P
+PG20  13732.342741  22491.287253  -3736.869257     48.822124  9  9 12 256  P   P
+PG21 -23807.234727  -6294.652535  11112.797245   -134.427204 12 14 14 265  P   P
+PG22 -18309.773888  -1799.313185 -19024.614624    150.855636 10 16 13 223  P   P
+PG23   2681.060332  20663.849165  16263.277343    316.268288 11 11 13 233  P   P
+PG24   8235.126909  14502.049486 -20669.896927    378.058212 20 11 12 288  P   P
+PG25 -18293.548699 -18422.692355   5637.693283     -0.982602 13 11 14 223  P   P
+PG26  11948.732770 -23445.804303  -1391.301353   -160.652533 12 12 13 277  P   P
+PG27   1515.316226 -14673.986780 -21400.725460    251.378573 12  9 13 346  P   P
+PG28  18487.482852   6632.303968 -17485.169567     28.705743 10 12 13 262  P   P
+PG29  -9003.274155 -14169.754394  20672.531223    196.628149  6 12 10 181  P   P
+PG30 -12080.075603   8977.989160  21477.087761    333.606771 12 15  8 275  P   P
+PG31 -24081.230255   7807.187862   8592.302376     60.717277  5 12 14 251  P   P
+PG32   5912.470890  24010.936496  -9937.265186   -226.541941 12 12 15 277  P   P
+*  2011  4  1 12 45  0.00000000
+PG02  17837.969577 -13511.129225  13960.371736    328.283191 11 10 11 264  P   P
+PG03 -10282.879582  23466.723174   5921.849561    696.162657 11 12 11 294  P   P
+PG04  25817.089687  -6262.630145   2921.480171     76.395883 11 13 13 285  P   P
+PG05   6114.609218 -15568.967584  20588.090444   -137.996332 14 14  7 177  P   P
+PG06 -14096.910394  20219.223784   9769.310506   -225.928701  9 11  9 348  P   P
+PG07  21313.676186   6730.718318  14507.926662      7.024540 12  6 12 278  P   P
+PG08  26364.716340   1230.309120   4987.120609      7.626118  2 11 13 337  P   P
+PG09  -2492.165149 -14762.653628 -22487.752413     71.144702 16  9 13 245  P   P
+PG10  17514.915484   -604.046641  19844.842832    -70.426990 12 13 11 307  P   P
+PG11   2825.344131  16951.790748 -20526.237950   -139.142699 13 13 12 262  P   P
+PG12  -9495.231126 -22862.503967  -9829.915415    -14.980300 13  9 14 265  P   P
+PG13   9208.875429  12921.064315  21145.173935    276.827011 13  9 11 236  P   P
+PG14 -16817.125309   5663.358558 -19561.138420    141.221217 10 11  8 239  P   P
+PG15   2333.528995 -24869.663871  -8773.727037   -138.666204 13 10 15 234  P   P
+PG16  -8135.589080  13341.270949  21463.392446   -161.950693  9 13  8 249  P   P
+PG17  16919.554016  -4863.672601 -19685.307164    184.214198 11 15 13 236  P   P
+PG18 -20311.688599 -14179.903451  -9770.942560    129.567526 12 16 15 230  P   P
+PG19  -7250.300508  24659.997441  -5922.514280   -126.013672 13 11 14 264  P   P
+PG20  13128.094252  22252.285247  -6452.906361     48.822205 10 10 12 256  P   P
+PG21 -22510.626147  -6672.704538  13384.728502   -134.429542 12 14 14 266  P   P
+PG22 -19426.675020  -3625.368385 -17626.376074    150.854926 10 16 14 221  P   P
+PG23   1803.823709  22196.851296  14206.280097    316.266003 12 11 14 234  P   P
+PG24   5832.887178  14729.067256 -21290.780326    378.060952 20 11 10 291  P   P
+PG25 -18400.873170 -18955.399457   2833.273039     -0.982939 13 11 15 221  P   P
+PG26  12103.048856 -23284.277551   1543.066022   -160.661903 12 12 13 284  P   P
+PG27   4043.281311 -15052.162687 -20792.438840    251.381931 13  9 14 346  P   P
+PG28  19499.696432   8331.695432 -15637.045363     28.707883 10 12 13 264  P   P
+PG29  -7954.106397 -16202.420095  19579.899196    196.630648  7 12 11 181  P   P
+PG30 -13680.484602   7014.523301  21254.107016    333.609651 12 15  9 272  P   P
+PG31 -24892.173061   7729.299564   5870.543523     60.721839  5 12 14 252  P   P
+PG32   5038.676627  23021.932944 -12354.112246   -226.548599 13 12 14 280  P   P
+*  2011  4  1 13  0  0.00000000
+PG02  19348.659396 -13540.508215  11689.756759    328.285181 10 11 12 265  P   P
+PG03 -10450.474219  22523.541718   8558.900194    696.167415 11 13 11 295  P   P
+PG04  26064.431510  -6014.027728    137.495143     76.405077 10 13 12 287  P   P
+PG05   7748.974975 -13804.093890  21293.378847   -138.001571 14 15  7 173  P   P
+PG06 -14033.295681  18940.945558  12185.420493   -226.034141  9 11  9 348  P   P
+PG07  19603.184739   7191.071459  16538.235016      7.025444 13  6 12 278  P   P
+PG08  25667.065255   1414.204670   7758.664569      7.626006  4 11 13 338  P   P
+PG09   -107.710561 -15263.899010 -22284.159177     71.146746 16  9 13 247  P   P
+PG10  18853.707204   1188.080359  18598.346583    -70.428165 12 13 12 309  P   P
+PG11    708.960146  17828.437106 -19916.051907   -139.145434 14 13 12 263  P   P
+PG12  -8546.781512 -22009.476387 -12309.731254    -14.977741 13 10 14 264  P   P
+PG13   8193.454056  15079.492052  20111.353811    276.825693 14  8 12 236  P   P
+PG14 -16011.796823   3470.975766 -20717.615972    141.223396 10 12  9 239  P   P
+PG15   2865.028859 -25598.307079  -6104.547775   -138.663460 12 10 15 234  P   P
+PG16  -9729.465687  11447.803867  21915.932722   -161.953218 10 13  7 248  P   P
+PG17  16187.278394  -2634.766422 -20712.296604    184.214365 11 15 13 236  P   P
+PG18 -20739.141049 -15131.752948  -7223.118975    129.569374 13 16 16 228  P   P
+PG19  -7719.804444  25023.995386  -3114.206120   -126.017100 13 11 14 265  P   P
+PG20  12311.858621  21821.909765  -9058.758689     48.822283 11 11 11 255  P   P
+PG21 -20999.189408  -7154.872814  15437.988451   -134.431877 12 14 13 265  P   P
+PG22 -20516.812263  -5258.953914 -15922.076690    150.854219 10 16 14 220  P   P
+PG23   1091.860064  23541.009327  11900.779306    316.263717 12 10 14 234  P   P
+PG24   3393.224305  15083.287009 -21544.397488    378.063728 20 11 11 293  P   P
+PG25 -18324.388514 -19241.305247    -19.864821     -0.983276 14 11 15 220  P   P
+PG26  12135.324500 -22821.351816   4449.979191   -160.671284 11 13 13 289  P   P
+PG27   6457.153755 -15543.025889 -19802.187383    251.385224 13  9 14 345  P   P
+PG28  20459.184639   9790.331939 -13513.223758     28.710024  9 11 13 265  P   P
+PG29  -7065.131549 -18155.209719  18152.981292    196.633148  7 11 11 182  P   P
+PG30 -15345.374782   5170.402974  20651.538249    333.612546 12 15 10 269  P   P
+PG31 -25399.721479   7640.469666   3049.528618     60.726400  2 12 15 253  P   P
+PG32   3959.255920  21865.816626 -14559.468050   -226.555257 13 13 14 283  P   P
+*  2011  4  1 13 15  0.00000000
+PG02  20597.271518 -13570.586972   9213.154750    328.287171  9 11 12 265  P   P
+PG03 -10619.311058  21297.992312  11043.584142    696.172175 11 13 11 296  P   P
+PG04  26020.966407  -5703.229136  -2648.825851     76.414276 10 13 12 288  P   P
+PG05   9511.868433 -12083.341304  21631.159503   -138.006809 14 15  8 167  P   P
+PG06 -13972.320966  17408.692873  14391.269266   -226.139599  9 11  8 348  P   P
+PG07  17712.198892   7796.214283  18286.369630      7.026349 13  7 11 278  P   P
+PG08  24682.035648   1691.178663  10400.948676      7.625910  5 11 13 338  P   P
+PG09   2203.983225 -15889.412186 -21715.954693     71.148779 16  8 14 250  P   P
+PG10  20170.030193   2790.260337  17029.972042    -70.429333 12 13 12 310  P   P
+PG11  -1298.013739  18751.743716 -18969.999944   -139.148171 14 13 13 265  P   P
+PG12  -7367.486329 -21014.567360 -14579.272318    -14.975181 14 11 13 264  P   P
+PG13   7348.870808  17161.649048  18726.681728    276.824373 14  8 12 235  P   P
+PG14 -15292.657731   1132.528629 -21511.630446    141.225576 10 12  9 238  P   P
+PG15   3281.162729 -26053.802446  -3329.247701   -138.660717 13 10 15 233  P   P
+PG16 -11442.128063   9623.911693  21991.841592   -161.955743 10 13  7 248  P   P
+PG17  15542.504039   -280.558569 -21377.168710    184.214531 12 14 13 235  P   P
+PG18 -21012.228840 -15845.110444  -4552.459643    129.571225 13 16 16 227  P   P
+PG19  -8057.171924  25108.179262   -251.148991   -126.020532 14 11 14 266  P   P
+PG20  11271.516910  21234.879156 -11510.152661     48.822363 12 11 11 254  P   P
+PG21 -19306.238469  -7761.414123  17239.080107   -134.434211 13 14 13 265  P   P
+PG22 -21540.289036  -6685.006666 -13941.814458    150.853513 10 16 15 219  P   P
+PG23    527.155057  24657.324541   9386.751393    316.261433 12 10 15 235  P   P
+PG24    964.137279  15561.280544 -21425.521206    378.066543 20 12 13 294  P   P
+PG25 -18034.173917 -19302.903036  -2872.662882     -0.983613 14 10 15 219  P   P
+PG26  12083.936077 -22046.979864   7277.301192   -160.680673 11 13 13 294  P   P
+PG27   8709.796655 -16121.661942 -18448.281356    251.388448 13  9 15 345  P   P
+PG28  21323.122782  10999.541064 -11152.590793     28.712171  8 11 13 266  P   P
+PG29  -6334.170685 -19982.153147  16416.063601    196.635647  7 11 12 184  P   P
+PG30 -17034.770570   3476.633794  19680.616879    333.615451 12 15 11 268  P   P
+PG31 -25600.571020   7501.449851    176.854467     60.730963  2 13 15 253  P   P
+PG32   2668.437311  20583.060506 -16514.405355   -226.561919 14 13 14 286  P   P
+*  2011  4  1 13 30  0.00000000
+PG02  21568.595371 -13564.950129   6573.825614    328.289165  8 11 13 266  P   P
+PG03 -10822.475063  19807.802918  13331.072880    696.176935 12 13 11 298  P   P
+PG04  25698.605812  -5296.919483  -5390.632496     76.423484  9 14 11 290  P   P
+PG05  11372.290341 -10444.071054  21595.908111   -138.012046 15 15 10 161  P   P
+PG06 -13947.269525  15645.670230  16349.441386   -226.245076  9 11  8 348  P   P
+PG07  15684.389199   8559.099844  19722.112331      7.027258 14  7 11 278  P   P
+PG08  23435.566960   2093.826867  12869.686568      7.625836  7 11 12 339  P   P
+PG09   4399.935627 -16618.886349 -20791.945510     71.150803 16  8 14 254  P   P
+PG10  21422.153723   4187.509050  15168.011739    -70.430491 11 12 13 312  P   P
+PG11  -3166.021035  19692.544240 -17702.804193   -139.150913 14 12 13 266  P   P
+PG12  -5956.460087 -19920.514099 -16599.493836    -14.972619 14 11 13 263  P   P
+PG13   6673.015229  19117.942978  17015.458949    276.823054 14  8 13 234  P   P
+PG14 -14685.673173  -1308.036126 -21929.502976    141.227756 11 13 10 238  P   P
+PG15   3613.629555 -26216.999442   -496.059165   -138.657975 13 11 15 233  P   P
+PG16 -13240.356848   7906.968510  21690.739484   -161.958266 10 13  7 247  P   P
+PG17  15007.707861   2154.885570 -21668.834937    184.214692 12 14 13 234  P   P
+PG18 -21098.610345 -16334.468808  -1804.701501    129.573080 14 15 16 225  P   P
+PG19  -8295.746664  24896.161366   2616.324524   -126.023968 14 12 14 266  P   P
+PG20  10002.497417  20528.927322 -13765.545040     48.822444 13 11 11 253  P   P
+PG21 -17469.244975  -8506.328835  18758.398253   -134.436541 13 14 12 265  P   P
+PG22 -22456.741595  -7896.557895 -11720.381112    150.852809 10 16 15 218  P   P
+PG23     85.045654  25512.682103   6708.020615    316.259148 12 10 15 236  P   P
+PG24  -1407.286593  16151.745079 -20935.383583    378.069398 20 12 15 294  P   P
+PG25 -17506.442014 -19169.109184  -5676.086028     -0.983951 15 10 15 217  P   P
+PG26  11989.207991 -20960.909542   9973.704313   -160.690070 12 14 13 299  P   P
+PG27  10760.273041 -16756.485617 -16756.089556    251.391606 13  9 15 343  P   P
+PG28  22049.705476  11959.849628  -8597.750150     28.714321  8 10 13 268  P   P
+PG29  -5751.127043 -21639.634912  14398.701224    196.638148  7 11 12 185  P   P
+PG30 -18705.053249   1956.646558  18359.330040    333.618365 12 15 12 270  P   P
+PG31 -25500.270965   7273.749557  -2698.803593     60.735516  4 13 15 251  P   P
+PG32   1168.823017  19216.162661 -18183.953513   -226.568584 14 14 13 288  P   P
+*  2011  4  1 13 45  0.00000000
+PG02  22256.055603 -13486.336913   3818.168269    328.291159  7 12 13 266  P   P
+PG03 -11089.825985  18078.807164  15379.948350    696.181690 12 13 11 299  P   P
+PG04  25116.739963  -4764.975021  -8041.999160     76.432703  9 14 11 291  P   P
+PG05  13293.487605  -8918.092640  21188.548047   -138.017283 15 15 11 152  P   P
+PG06 -13987.447369  13682.028297  18026.969824   -226.350571 10 11  7 347  P   P
+PG07  13566.403310   9484.677311  20820.469345      7.028166 14  7 11 278  P   P
+PG08  21960.619726   2649.279654  15123.245684      7.625784  8 11 12 339  P   P
+PG09   6441.526652 -17425.138760 -19526.523200     71.152818 15  8 14 257  P   P
+PG10  22567.933449   5373.213176  13045.587511    -70.431638 11 12 13 314  P   P
+PG11  -4871.088297  20617.707472 -16134.674576   -139.153659 14 12 14 267  P   P
+PG12  -4321.497875 -18770.873744 -18335.502575    -14.970057 15 12 12 262  P   P
+PG13   6155.223612  20901.383453  15007.723101    276.821732 14  8 14 233  P   P
+PG14 -14209.329881  -3802.555301 -21964.246799    141.229936 11 13 11 238  P   P
+PG15   3897.206433 -26077.029369   2345.755594   -138.655234 13 11 15 233  P   P
+PG16 -15085.460700   6328.086637  21018.671110   -161.960787 11 13  8 246  P   P
+PG17  14597.935014   4624.093265 -21582.836944    184.214851 12 14 13 234  P   P
+PG18 -20970.575331 -16621.105325    973.515444    129.574937 15 15 16 223  P   P
+PG19  -8471.823875  24380.240419   5437.801279   -126.027409 14 12 14 267  P   P
+PG20   8508.120380  19743.294854 -15786.794336     48.822526 13 12 10 252  P   P
+PG21 -15528.598049  -9396.698121  19970.648457   -134.438870 13 14 11 264  P   P
+PG22 -23226.915506  -8894.764506  -9296.614807    150.852108 10 15 15 217  P   P
+PG23   -264.614283  26081.135749   3911.466549    316.256864 12  9 15 236  P   P
+PG24  -3676.508833  16835.876997 -20081.711511    378.072292 20 12 16 294  P   P
+PG25 -16724.605310 -18874.010706  -8381.962179     -0.984289 15  9 15 216  P   P
+PG26  11891.605083 -19572.951119  12489.739794   -160.699473 12 14 13 303  P   P
+PG27  12575.329849 -17410.629769 -14757.447562    251.394703 13 10 16 342  P   P
+PG28  22599.811502  12680.641298  -5894.158429     28.716476  7 10 14 269  P   P
+PG29  -5298.530006 -23087.950589  12135.233256    196.640647  8 10 12 186  P   P
+PG30 -20310.638168    625.570402  16712.014567    333.621283 12 15 13 274  P   P
+PG31 -25112.996189   6921.288130  -5528.477783     60.740068  8 13 16 251  P   P
+PG32   -528.427907  17808.038522 -19537.787512   -226.575254 15 14 12 290  P   P
+*  2011  4  1 14  0  0.00000000
+PG02  22661.869302 -13298.300168    994.853498    328.293157  7 12 13 266  P   P
+PG03 -11446.594892  16144.075152  17153.063559    696.186438 13 13 10 300  P   P
+PG04  24301.458621  -4081.767450 -10558.631643     76.441931 10 14 10 292  P   P
+PG05  15234.233351  -7530.579138  20416.412752   -138.022519 15 15 12 142  P   P
+PG06 -14116.955451  11553.831918  19395.851739   -226.456083 10 11  7 347  P   P
+PG07  11406.219072  10569.532371  21562.119599      7.029078 15  8 11 278  P   P
+PG08  20296.035847   3377.993197  17123.305540      7.625758  8 12 12 339  P   P
+PG09   8295.735699 -18275.064082 -17939.512146     71.154824 15  8 14 260  P   P
+PG10  23566.412692   6349.116598  10700.009701    -70.432771 10 12 13 315  P   P
+PG11  -6395.578651  21491.349252 -14291.069580   -139.156407 14 11 14 268  P   P
+PG12  -2478.996294 -17608.345465 -19757.165342    -14.967490 15 12 11 261  P   P
+PG13   5776.870744  22469.298997  12738.690920    276.820408 14  7 14 232  P   P
+PG14 -13873.942525  -6300.350125 -21615.672393    141.232118 11 14 12 238  P   P
+PG15   4168.178309 -25631.751863   5146.788011   -138.652493 13 12 15 232  P   P
+PG16 -16934.653351   4911.106006  19987.943414   -161.963307 11 13  9 246  P   P
+PG17  14320.258361   7077.854741 -21121.383219    184.215010 12 13 13 233  P   P
+PG18 -20606.155918 -16732.063550   3735.404500    129.576798 15 15 16 221  P   P
+PG19  -8623.004879  23561.775073   8163.731127   -126.030852 14 12 14 267  P   P
+PG20   6799.647550  18917.182373 -17539.771663     48.822609 14 12  9 251  P   P
+PG21 -13526.268883 -10432.263701  20855.225002   -134.441198 13 14 10 264  P   P
+PG22 -23814.201939  -9688.624503  -6712.690443    150.851407 11 15 16 216  P   P
+PG23   -556.058962  26344.921210   1046.162770    316.254581 13 10 16 237  P   P
+PG24  -5803.086808  17588.057383 -18878.643734    378.075227 20 11 17 293  P   P
+PG25 -15680.072833 -18455.424262 -10943.807120     -0.984628 15  9 15 214  P   P
+PG26  11829.892026 -17902.827388  14778.906938   -160.708877 12 15 13 307  P   P
+PG27  14130.533547 -18043.572256 -12489.906419    251.397743 13 11 16 340  P   P
+PG28  22938.540385  13179.477703  -3089.248005     28.718636  8 10 13 270  P   P
+PG29  -4952.367525 -24292.727947   9664.218201    196.643148  8 10 13 187  P   P
+PG30 -21805.733744   -510.137941  14768.823286    333.624198 11 15 13 279  P   P
+PG31 -24461.003939   6411.973900  -8263.714739     60.744624 10 14 15 252  P   P
+PG32  -2403.751535  16400.384701 -20550.856954   -226.581932 15 14 11 292  P   P
+*  2011  4  1 14 15  0.00000000
+PG02  22796.851913 -12966.849947  -1846.102547    328.295158  7 12 13 266  P   P
+PG03 -11912.176298  14042.742296  18618.318335    696.191177 13 13  9 302  P   P
+PG04  23284.544732  -3227.298205 -12898.541259     76.451173 11 14  9 293  P   P
+PG05  17150.285775  -6299.251889  19293.097693   -138.027756 15 15 13 134  P   P
+PG06 -14353.683110   9301.818339  20433.470042   -226.561610 11 11  6 346  P   P
+PG07   9251.448589  11801.854370  21933.774618      7.029989 15  9 12 277  P   P
+PG08  18485.188107   4292.777573  18835.483730      7.625759 10 12 11 339  P   P
+PG09   9936.195585 -19130.814284 -16055.952796     71.156825 15  8 15 264  P   P
+PG10  24379.370882   7124.987157   8172.084992    -70.433887  9 12 13 316  P   P
+PG11  -7728.715190  22276.180033 -12202.363747   -139.159161 14 10 15 269  P   P
+PG12   -453.545057 -16473.131510 -20839.644301    -14.964923 16 12 10 259  P   P
+PG13   5512.283895  23784.889153  10248.106481    276.819083 14  6 15 231  P   P
+PG14 -13681.301769  -8750.023902 -20890.361681    141.234301 11 14 13 237  P   P
+PG15   4462.710002 -24887.869249   7858.369157   -138.649752 14 13 15 231  P   P
+PG16 -18742.585783   3671.875335  18616.864661   -161.965823 11 13 10 246  P   P
+PG17  14173.570657   9466.954477 -20293.259818    184.215167 12 13 13 232  P   P
+PG18 -19990.022707 -16698.944488   6434.767138    129.578661 16 14 16 218  P   P
+PG19  -8786.505827  22451.202253  10746.350347   -126.034301 14 12 14 267  P   P
+PG20   4896.035953  18088.223758 -18994.903614     48.822694 14 12  8 249  P   P
+PG21 -11504.421543 -11605.265986  21396.545024   -134.443525 13 14 10 263  P   P
+PG22 -24186.074080 -10294.392193  -4013.362541    150.850711 12 15 16 216  P   P
+PG23   -826.043973  26295.154495  -1837.534550    316.252299 13 11 16 237  P   P
+PG24  -7752.068582  18376.825752 -17346.527266    378.078200 20 11 18 291  P   P
+PG25 -14372.745947 -17953.322733 -13317.619439     -0.984967 16  9 14 212  P   P
+PG26  11839.345102 -15979.600014  16798.686873   -160.718282 13 15 12 311  P   P
+PG27  15411.008953 -18612.919530  -9995.851492    251.400732 13 11 16 338  P   P
+PG28  23036.564536  13481.122956   -231.557847     28.720802  9  9 13 270  P   P
+PG29  -4683.175784 -25226.159315   7027.797672    196.645648  9  9 13 188  P   P
+PG30 -23146.105590  -1452.698529  12565.077521    333.627107 11 14 14 285  P   P
+PG31 -23573.791485   5719.149376 -10857.391769     60.749178 11 14 16 252  P   P
+PG32  -4429.669969  15032.079245 -21203.937130   -226.588617 15 14 10 293  P   P
+*  2011  4  1 14 30  0.00000000
+PG02  22679.877939 -12462.009833  -4654.301668    328.297162  7 13 14 266  P   P
+PG03 -12499.172661  11818.585231  19749.326388    696.195902 13 13  8 303  P   P
+PG04  22102.278096  -2188.123886 -15022.680235     76.460426 12 14  8 293  P   P
+PG05  18995.969218  -5233.864123  17838.205925   -138.032994 15 15 14 130  P   P
+PG06 -14708.558155   6969.994934  21122.917736   -226.667152 11 10  5 346  P   P
+PG07   7147.656673  13161.734801  21928.442143      7.030901 15 10 13 277  P   P
+PG08  16574.463131   5398.099876  20229.921418      7.625790 11 12 11 339  P   P
+PG09  11344.024833 -19951.170591 -13905.816917     71.158818 15  8 15 268  P   P
+PG10  24972.761842   7717.984161   5505.387684    -70.434986  8 11 13 317  P   P
+PG11  -8866.849665  22934.940735  -9903.420296   -139.161919 14 10 15 270  P   P
+PG12   1722.798405 -15401.400017 -21563.848946    -14.962355 16 13  9 258  P   P
+PG13   5329.939932  24818.550432   7579.509245    276.817755 14  4 15 230  P   P
+PG14 -13624.676039 -11101.283801 -19801.513898    141.236483 11 14 14 237  P   P
+PG15   4815.226920 -23860.704274  10433.440245   -138.647013 14 13 15 230  P   P
+PG16 -20462.974897   2617.847544  16929.392219   -161.968337 11 13 11 246  P   P
+PG17  14148.714079  11743.894381 -19113.620434    184.215322 13 13 13 231  P   P
+PG18 -19114.138305 -16556.554174   9026.698527    129.580525 16 14 16 216  P   P
+PG19  -8997.492135  21067.700426  13140.563779   -126.037753 15 12 13 268  P   P
+PG20   2823.405737  17291.035505 -20127.640798     48.822779 15 12  7 248  P   P
+PG21  -9504.013634 -12900.549722  21584.334889   -134.445852 14 14 10 263  P   P
+PG22 -24315.368947 -10734.720131  -1245.175779    150.850014 12 15 16 216  P   P
+PG23  -1112.173736  25932.184601  -4688.927537    316.250018 13 11 16 237  P   P
+PG24  -9495.178697  19166.105964 -15511.593650    378.081208 20 12 18 288  P   P
+PG25 -12811.193825 -17408.190531 -15462.632174     -0.985307 16  9 14 210  P   P
+PG26  11950.102649 -13840.687691  18511.504947   -160.727683 13 15 12 314  P   P
+PG27  16411.755376 -19076.259363  -7321.525786    251.403676 13 12 16 335  P   P
+PG28  22871.251339  13616.320850   2630.110588     28.722973 10  9 13 271  P   P
+PG29  -4457.345173 -25867.998219   4270.997443    196.648148 10  8 13 189  P   P
+PG30 -24290.770618  -2212.653105  10140.526493    333.630004 11 14 15 289  P   P
+PG31 -22486.981903   4822.845067 -13264.529813     60.753730 12 14 16 251  P   P
+PG32  -6571.610824  13737.684331 -21484.084609   -226.595313 15 14  9 295  P   P
+*  2011  4  1 14 45  0.00000000
+PG02  22337.018516 -11759.217384  -7379.939490    328.299167  8 13 14 266  P   P
+PG03 -13212.736275   9518.406825  20525.953414    696.200611 13 13  7 304  P   P
+PG04  20794.091739   -958.041181 -16895.532994     76.469693 13 14  7 293  P   P
+PG05  20725.816608  -4336.001267  16076.992884   -138.038233 15 15 14 134  P   P
+PG06 -15185.078426   4604.130470  21453.224014   -226.772708 12 10  4 345  P   P
+PG07   5136.757475  14621.789209  21545.586719      7.031813 16 10 13 276  P   P
+PG08  14611.628611   6689.692363  21281.819156      7.625852 11 12 11 339  P   P
+PG09  12508.406456 -20693.066097 -11523.651131     71.160807 14  8 15 271  P   P
+PG10  25317.990651   8151.757251   2745.508187    -70.436066  8 11 13 318  P   P
+PG11  -9813.460496  23431.873998  -7433.069329   -139.164682 14 10 15 270  P   P
+PG12   4011.526735 -14423.909226 -21916.795434    -14.959786 16 13  8 256  P   P
+PG13   5193.895076  25548.924537   4779.437885    276.816425 14  2 15 229  P   P
+PG14 -13689.164145 -13306.713948 -18368.668694    141.238667 11 14 15 236  P   P
+PG15   5256.870282 -22573.650619  12827.390221   -138.644276 14 14 15 229  P   P
+PG16 -22050.267589   1747.999975  14954.697352   -161.970846 11 13 12 247  P   P
+PG17  14228.937825  13864.541298 -17603.663580    184.215476 13 12 14 230  P   P
+PG18 -17978.149329 -16341.457881  11468.257534    129.582389 17 14 16 213  P   P
+PG19  -9287.508626  19438.513328  15304.766142   -126.041209 15 12 13 268  P   P
+PG20    614.242074  16555.895294 -20918.846724     48.822867 15 12  7 247  P   P
+PG21  -7563.431883 -14295.938936  21413.863559   -134.448179 14 13 11 262  P   P
+PG22 -24181.366858 -11037.564850   1544.342002    150.849321 13 15 16 217  P   P
+PG23  -1451.193861  25265.585247  -7457.925283    316.247737 13 12 16 237  P   P
+PG24 -11011.745554  19916.637103 -13405.518459    378.084252 20 12 19 285  P   P
+PG25 -11012.501411 -16859.371414 -17342.008583     -0.985647 16 10 14 208  P   P
+PG26  12185.736075 -11530.514153  19885.586653   -160.737082 13 15 11 317  P   P
+PG27  17137.537258 -19392.994602  -4515.994176    251.406580 13 13 16 331  P   P
+PG28  22427.521009  13620.380439   5447.498703     28.725149 11  8 13 271  P   P
+PG29  -4238.593211 -26206.281789   1440.976078    196.650647 10  8 13 190  P   P
+PG30 -25203.551265  -2808.173388   7538.536083    333.632885 10 14 15 294  P   P
+PG31 -21240.976365   3710.790211 -15443.089193     60.758280 13 14 15 250  P   P
+PG32  -8789.030377  12546.115691 -21384.980664   -226.602019 16 14 10 296  P   P
+*  2011  4  1 15  0  0.00000000
+PG02  21800.393061 -10840.507018  -9974.768822    328.301176  9 13 14 265  P   P
+PG03 -14050.239172   7190.302016  20934.710602    696.205302 14 12  6 305  P   P
+PG04  19401.128053    461.492306 -18485.658247     76.478975 13 14  7 293  P   P
+PG05  22296.210436  -3599.203425  14039.917676   -138.043473 14 15 15 145  P   P
+PG06 -15779.138897   2250.196512  21419.482591   -226.878272 12  9  4 343  P   P
+PG07   3255.550932  16148.082159  20791.181837      7.032724 16 10 14 276  P   P
+PG08  12644.140999   8154.486279  21971.913068      7.625944 12 13 11 338  P   P
+PG09  13426.887949 -21313.211372  -8948.145126     71.162792 14  8 15 275  P   P
+PG10  25392.985242   8455.315885    -60.708640    -70.437125  8 11 13 318  P   P
+PG11 -10578.873984  23734.174111  -4833.494690   -139.167453 14 10 15 270  P   P
+PG12   6368.956889 -13564.847265 -21891.865157    -14.957217 16 13 10 254  P   P
+PG13   5065.387685  25963.629238   1896.586836    276.815093 14  5 16 228  P   P
+PG14 -13852.381275 -15323.429945 -16617.314752    141.240852 12 14 15 236  P   P
+PG15   5814.089361 -21057.318946  14998.844047   -138.641540 14 14 14 228  P   P
+PG16 -23461.279006   1053.078167  12726.655748   -161.973351 11 12 12 247  P   P
+PG17  14390.661390  15789.635597 -15790.206664    184.215630 13 12 14 228  P   P
+PG18 -16589.506959 -16090.492636  13719.096247    129.584254 17 14 16 210  P   P
+PG19  -9683.070461  17597.964289  17201.585181   -126.044667 15 11 12 267  P   P
+PG20  -1693.639681  15907.597821 -21355.102618     48.822957 16 12  9 245  P   P
+PG21  -5717.208219 -15762.875312  20886.116330   -134.450508 14 13 12 261  P   P
+PG22 -23770.629400 -11234.901758   4307.490103    150.848627 14 14 16 217  P   P
+PG23  -1877.320812  24313.786120 -10095.978282    316.245459 14 13 16 238  P   P
+PG24 -12289.331163  20587.552631 -11064.870608    378.087323 19 13 19 281  P   P
+PG25  -9001.795194 -16343.472688 -18923.470482     -0.985987 17 10 13 205  P   P
+PG26  12562.113487  -9098.845037  20895.675355   -160.746473 14 15 11 319  P   P
+PG27  17602.368612 -19526.074718  -1630.084670    251.409454 13 13 16 327  P   P
+PG28  21698.417649  13531.629373   8173.647186     28.727330 12  7 13 272  P   P
+PG29  -3989.548404 -26237.750343  -1413.767494    196.653147 11  9 13 191  P   P
+PG30 -25854.428420  -3264.069858   4805.229896    333.635749  9 13 15 298  P   P
+PG31 -19879.421060   2379.136468 -17354.733286     60.762827 13 14 15 249  P   P
+PG32 -11036.801035  11479.538054 -20907.147793   -226.608735 16 14 11 297  P   P
+*  2011  4  1 15 15  0.00000000
+PG02  21106.785456  -9695.423661 -12393.025917    328.303190 10 14 14 265  P   P
+PG03 -15001.285494   4881.881845  20968.993437    696.209973 14 12  5 306  P   P
+PG04  17964.744751   2061.216463 -19766.177002     76.488270 14 14  9 293  P   P
+PG05  23666.959921  -3009.403154  11762.109376   -138.048714 14 14 15 157  P   P
+PG06 -16479.157345    -47.183882  21022.884093   -226.983844 12  9  5 342  P   P
+PG07   1534.456203  17701.322817  19677.649794      7.033636 16 11 15 275  P   P
+PG08  10717.453756   9770.881399  22286.880615      7.626067 13 13 12 338  P   P
+PG09  14105.384805 -21769.769723  -6221.621661     71.164774 14  8 16 278  P   P
+PG10  25183.027532   8661.715423  -2865.924125    -70.438164  8 11 13 319  P   P
+PG11 -11179.713534  23813.357115  -2149.535527   -139.170231 14 11 15 270  P   P
+PG12   8747.714379 -12840.933975 -21488.955780    -14.954646 16 13 11 252  P   P
+PG13   4904.548177  26059.645604  -1019.066927    276.813760 14  7 16 227  P   P
+PG14 -14085.447499 -17114.550770 -14578.394424    141.243036 12 14 16 235  P   P
+PG15   6507.427263 -19348.413524  16910.386647   -138.638804 15 14 14 227  P   P
+PG16 -24656.745616    516.150449  10283.272798   -161.975854 10 12 13 248  P   P
+PG17  14604.509339  17486.104423 -13705.168399    184.215784 13 12 14 227  P   P
+PG18 -14963.314867 -15839.289784  15742.045098    129.586120 18 13 15 206  P   P
+PG19 -10204.472119  15586.204060  18798.532114   -126.048130 15 10 12 267  P   P
+PG20  -4058.328163  15364.529473 -21428.924646     48.823048 16 12 10 244  P   P
+PG21  -3994.861304 -17267.305905  20007.901162   -134.452837 14 13 13 260  P   P
+PG22 -23077.566589 -11361.300853   6997.195183    150.847937 14 14 16 219  P   P
+PG23  -2420.679454  23103.359910 -12556.977221    316.243182 14 13 15 238  P   P
+PG24 -13324.036048  21138.043977  -8530.461093    378.090423 19 14 20 276  P   P
+PG25  -6811.464417 -15892.887438 -20179.848807     -0.986328 17 10 12 203  P   P
+PG26  13086.613347  -6598.890534  21523.585543   -160.755855 14 15 10 322  P   P
+PG27  17828.629715 -19443.551212   1284.659625    251.412307 13 14 16 323  P   P
+PG28  20685.382349  13389.795483  10763.596480     28.729515 13  7 13 272  P   P
+PG29  -3673.384317 -25967.946775  -4244.215085    196.655644 12  9 13 192  P   P
+PG30 -26220.642516  -3610.549780   1988.605123    333.638589  9 13 15 301  P   P
+PG31 -18447.545450    832.860601 -18965.544507     60.767372 14 14 15 248  P   P
+PG32 -13266.810484  10552.537855 -20058.027469   -226.615466 16 14 12 297  P   P
+*  2011  4  1 15 30  0.00000000
+PG02  20296.085859  -8321.628176 -14592.296500    328.305207 11 14 13 264  P   P
+PG03 -16048.063991   2638.534503  20629.161530    696.214622 14 11  6 307  P   P
+PG04  16525.022298   3824.212452 -20715.201560     76.497580 15 14 10 293  P   P
+PG05  24802.754767  -2545.659730   9282.758077   -138.053957 13 14 16 167  P   P
+PG06 -17266.490920  -2246.224391  20270.655322   -227.089423 13  9  5 341  P   P
+PG07     -3.507466  19238.287609  18223.687332      7.034546 16 11 15 275  P   P
+PG08   8873.388450  11509.349726  22219.664696      7.626222 13 13 12 337  P   P
+PG09  14557.878751 -22024.024220  -3389.446833     71.166755 13  8 15 281  P   P
+PG10  24681.318160   8806.610782  -5623.055508    -70.439181  9 10 13 319  P   P
+PG11 -11638.093059  23646.493260    572.088062   -139.173004 14 12 15 271  P   P
+PG12  11098.372350 -12260.821611 -20714.519663    -14.952077 16 13 13 249  P   P
+PG13   4672.146644  25843.349477  -3917.149365    276.812422 14  9 16 226  P   P
+PG14 -14354.236035 -18650.432361 -12287.716773    141.245220 12 14 16 234  P   P
+PG15   7350.548437 -17488.385125  18529.209267   -138.636070 15 14 13 225  P   P
+PG16 -25602.737470    113.449960   7666.052803   -161.978351 10 12 13 249  P   P
+PG17  14836.573401  18928.131958 -11384.972106    184.215937 13 11 15 225  P   P
+PG18 -13121.911856 -15620.857916  17503.650261    129.587984 18 13 15 204  P   P
+PG19 -10864.861419  13447.745685  20068.547932   -126.051595 14  9 11 267  P   P
+PG20  -6435.205141  14937.995628 -21138.890740     48.823141 16 12 12 242  P   P
+PG21  -2419.906663 -18770.797583  18791.878835   -134.455169 14 13 14 259  P   P
+PG22 -22104.714498 -11452.419139   9567.789050    150.847249 15 14 16 221  P   P
+PG23  -3105.913913  21667.996371 -14798.095990    316.240907 14 14 15 237  P   P
+PG24 -14120.465624  21529.040283  -5846.603779    378.093556 19 15 20 270  P   P
+PG25  -4480.106925 -15534.491754 -21089.547327     -0.986667 17 11 11 200  P   P
+PG26  13757.726956  -4085.263988  21758.572612   -160.765228 14 16  9 324  P   P
+PG27  17845.870113 -19119.895662   4176.988312    251.415146 13 14 16 318  P   P
+PG28  19398.227729  13234.376057  13175.027048     28.731704 13  7 13 273  P   P
+PG29  -3255.440660 -25410.990303  -7001.665723    196.658141 12 10 13 192  P   P
+PG30 -26287.504854  -3881.781883   -862.355705    333.641402  9 13 15 304  P   P
+PG31 -16990.435240   -914.175991 -20246.676705     60.771916 14 14 14 247  P   P
+PG32 -15429.708426   9771.613311 -18851.910900   -226.622207 16 14 13 298  P   P
+*  2011  4  1 15 45  0.00000000
+PG02  19409.626570  -6725.170100 -16534.300963    328.307227 12 15 13 263  P   P
+PG03 -17166.021873    501.799185  19922.461152    696.219249 14 10  6 307  P   P
+PG04  15119.324673   5726.328933 -21316.200469     76.506904 15 14 12 292  P   P
+PG05  25674.440943  -2181.160018   6644.441371   -138.059201 13 14 16 175  P   P
+PG06 -18116.125900  -4309.348028  19175.908947   -227.195002 13 10  7 339  P   P
+PG07  -1343.451071  20713.416687  16453.977174      7.035454 16 10 16 274  P   P
+PG08   7148.630983  13333.359435  21769.704698      7.626404 14 13 13 336  P   P
+PG09  14805.811996 -22041.975445   -499.361073     71.168737 13  8 15 284  P   P
+PG10  23889.258600   8926.731619  -8286.006228    -70.440176 10 10 13 319  P   P
+PG11 -11980.582358  23217.247295   3283.612414   -139.175787 14 13 15 271  P   P
+PG12  13371.183437 -11824.819927 -19581.486454    -14.949506 16 13 14 246  P   P
+PG13   4331.308288  25330.189504  -6747.770089    276.811085 14 10 16 225  P   P
+PG14 -14620.828826 -19909.617739  -9785.292734    141.247405 13 14 17 233  P   P
+PG15   8349.545904 -15521.914467  19827.667073   -138.633338 15 15 13 224  P   P
+PG16 -26271.879584   -184.529097   4919.321276   -161.980842  9 11 13 250  P   P
+PG17  15049.849811  20097.949477  -8869.883213    184.216092 13 11 15 223  P   P
+PG18 -11094.204531 -15464.273878  18974.660421    129.589846 18 13 14 203  P   P
+PG19 -11669.613516  11229.847764  20990.437409   -126.055062 14  8 11 266  P   P
+PG20  -8778.439790  14631.825371 -20489.675069     48.823236 16 12 13 241  P   P
+PG21  -1009.075321 -20231.846850  17256.507635   -134.457504 14 12 14 258  P   P
+PG22 -20862.715583 -11543.467656  11975.752809    150.846560 15 13 15 222  P   P
+PG23  -3951.028997  20047.207910 -16780.560896    316.238634 14 14 15 237  P   P
+PG24 -14691.358778  21724.834703  -3060.303516    378.096706 18 16 20 264  P   P
+PG25  -2051.239330 -15288.567173 -21636.911926     -0.987008 17 11 10 197  P   P
+PG26  14565.067491  -1611.894187  21597.508669   -160.774587 14 15  9 326  P   P
+PG27  17689.363037 -18537.034127   6996.887149    251.417983 13 15 16 312  P   P
+PG28  17854.823107  13103.051462  15368.837438     28.733899 14  6 12 273  P   P
+PG29  -2704.768095 -24589.031580  -9638.573521    196.660637 13 10 13 192  P   P
+PG30 -26048.894667  -4114.330715  -3698.558102    333.644186  9 13 15 306  P   P
+PG31 -15551.307670  -2839.519780 -21174.928220     60.776459 14 14 14 246  P   P
+PG32 -17476.728136   9135.008363 -17309.719156   -226.628961 15 14 14 298  P   P
+*  2011  4  1 16  0  0.00000000
+PG02  18488.484225  -4920.418590 -18185.581389    328.309251 13 15 13 262  P   P
+PG03 -18324.826265  -1492.078400  18862.797696    696.223851 14 10  8 307  P   P
+PG04  13780.964075   7736.878612 -21558.294157     76.516240 16 14 13 291  P   P
+PG05  26260.070843  -1884.446109   3892.397733   -138.064447 12 13 16 181  P   P
+PG06 -18997.613630  -6204.396302  17757.407752   -227.300583 13 10  8 338  P   P
+PG07  -2479.026764  22080.523179  14398.787935      7.036362 16 10 16 274  P   P
+PG08   5573.413074  15200.592456  20943.063428      7.626615 14 13 13 335  P   P
+PG09  14877.189871 -21795.807536   2399.266033     71.170719 13  8 15 287  P   P
+PG10  22816.444160   9058.334305 -10810.369420    -70.441149 11 10 12 318  P   P
+PG11 -12236.983258  22516.678331   5937.114521   -139.178571 14 14 15 271  P   P
+PG12  15517.837883 -11524.958589 -18109.068768    -14.946938 16 13 14 243  P   P
+PG13   3849.129112  24544.027951  -9462.382184    276.809746 15 11 16 224  P   P
+PG14 -14845.119629 -20879.470474  -7114.607045    141.249591 13 13 17 232  P   P
+PG15   9502.554556 -13495.286655  20783.739028   -138.630607 15 15 12 222  P   P
+PG16 -26644.339409   -411.722547   2089.509574   -161.983331  9 11 13 251  P   P
+PG17  15205.794186  20986.319402  -6203.294528    184.216246 13 10 16 221  P   P
+PG18  -8914.772764 -15393.525858  20130.460061    129.591705 18 12 13 202  P   P
+PG19 -12616.026610   8980.812335  21549.185945   -126.058531 14  5 11 266  P   P
+PG20 -11042.534401  14442.268729 -19491.988912     48.823333 16 12 14 240  P   P
+PG21    228.224141 -21607.345076  15425.893286   -134.459842 15 12 15 257  P   P
+PG22 -19370.004881 -11667.710962  14180.417368    150.845874 16 13 15 225  P   P
+PG23  -4966.508779  18284.822135 -18470.330696    316.236361 14 14 14 236  P   P
+PG24 -15056.893953  21694.589519   -220.389116    378.099875 18 17 20 260  P   P
+PG25    428.179943 -15167.989866 -21812.499362     -0.987347 17 11  9 194  P   P
+PG26  15489.781361    770.009751  21044.862847   -160.783932 14 15  9 327  P   P
+PG27  17398.482951 -17685.067320   9696.438956    251.420825 13 15 16 305  P   P
+PG28  16080.507937  13030.195552  17309.659909     28.736098 14  6 12 273  P   P
+PG29  -1995.535780 -23531.408462 -12109.372459    196.663130 13 11 12 191  P   P
+PG30 -25507.431064  -4345.526155  -6471.637758    333.646939 10 12 15 308  P   P
+PG31 -14169.858357  -4912.764370 -21733.220604     60.781000 14 14 13 245  P   P
+PG32 -19361.504832   8632.901388 -15458.633948   -226.635727 15 14 15 298  P   P
+*  2011  4  1 16 15  0.00000000
+PG02  17571.820644  -2929.658016 -19518.076930    328.311277 13 15 13 261  P   P
+PG03 -19489.566857  -3313.350370  17470.370152    696.228428 14 10  8 307  P   P
+PG04  12538.017447   9819.583979 -21436.475761     76.525590 16 14 14 290  P   P
+PG05  26545.688936  -1620.821649   1073.758909   -138.069696 11 13 16 187  P   P
+PG06 -19876.217513  -7905.633287  16039.247998   -227.406161 13 11  9 336  P   P
+PG07  -3412.501186  23294.548590  12093.467361      7.037269 16  9 17 273  P   P
+PG08   4170.434420  17064.416474  19752.439836      7.626852 14 13 14 333  P   P
+PG09  14805.416039 -21265.161049   5256.250673     71.172704 13  9 15 289  P   P
+PG10  21480.370927   9235.685542 -13154.098223    -70.442104 12 10 12 318  P   P
+PG11 -12438.964962  21543.759682   8485.423746   -139.181363 14 14 15 271  P   P
+PG12  17493.179390 -11345.386473 -16322.452218    -14.944369 16 13 15 240  P   P
+PG13   3198.129368  23516.173456 -12014.606242    276.808405 15 12 15 223  P   P
+PG14 -14986.500141 -21556.471305  -4321.842018    141.251776 14 13 17 231  P   P
+PG15  10799.684378 -11454.720704  21381.383413   -138.627877 15 14 11 221  P   P
+PG16 -26708.545641   -605.023373   -775.588903   -161.985813  8 11 13 252  P   P
+PG17  15265.932996  21592.699619  -3430.972857    184.216401 14 10 16 219  P   P
+PG18  -6622.777509 -15426.547738  20951.446200    129.593564 19 12 12 202  P   P
+PG19 -13693.347407   6748.265515  21736.157503   -126.062001 14  4 11 265  P   P
+PG20 -13183.865661  14358.191148 -18162.427564     48.823433 16 12 15 239  P   P
+PG21   1290.171748 -22854.150867  13329.535547   -134.462185 15 11 16 256  P   P
+PG22 -17652.215713 -11855.054826  16144.611463    150.845189 16 13 15 227  P   P
+PG23  -6154.746380  16427.324976 -19838.675062    316.234091 15 14 14 236  P   P
+PG24 -15243.701875  21413.657191   2623.389647    378.103053 18 17 20 259  P   P
+PG25   2909.358963 -15177.717898 -21613.241021     -0.987687 17 11 10 191  P   P
+PG26  16505.336448   3013.846800  20112.493318   -160.793262 14 15 10 328  P   P
+PG27  17014.980181 -16562.661591  12230.589761    251.423681 13 15 15 296  P   P
+PG28  14107.258659  13045.530056  18966.314458     28.738297 15  6 11 273  P   P
+PG29  -1108.245429 -22273.533501 -14371.273367    196.665624 14 11 12 191  P   P
+PG30 -24674.322057  -4611.833139  -9134.757882    333.649658 11 12 15 309  P   P
+PG31 -12880.747609  -7096.516609 -21910.969269     60.785539 14 14 13 243  P   P
+PG32 -21041.811481   8247.942991 -13331.585672   -226.642505 15 14 15 297  P   P
+*  2011  4  1 16 30  0.00000000
+PG02  16695.331248   -782.369242 -20509.578191    328.313307 14 15 13 259  P   P
+PG03 -20622.143582  -4939.685327  15771.183560    696.232981 14 10  9 307  P   P
+PG04  11412.338525  11933.742409 -20951.751527     76.534951 16 14 15 289  P   P
+PG05  26525.823980  -1353.882259  -1763.246178   -138.074946 11 12 16 193  P   P
+PG06 -20714.228961  -9394.510307  14050.466753   -227.511734 13 12 10 335  P   P
+PG07  -4154.486439  24313.294902   9577.836405      7.038172 16  7 17 273  P   P
+PG08   2954.073617  18875.560197  18217.059037      7.627112 15 13 14 332  P   P
+PG09  14627.896614 -20438.154713   8021.469334     71.174695 13  9 15 292  P   P
+PG10  19905.868900   9489.630481 -15278.137288    -70.443037 13 10 11 317  P   P
+PG11 -12618.615129  20305.590576  10883.039267   -139.184158 14 15 15 270  P   P
+PG12  19256.811099 -11263.093827 -14252.373506    -14.941802 16 13 16 236  P   P
+PG13   2357.489613  22284.146276 -14361.005251    276.807062 15 13 15 221  P   P
+PG14 -15005.562657 -21946.171159  -1455.068282    141.253961 14 12 17 230  P   P
+PG15  12223.274586  -9444.719131  21610.784667   -138.625148 15 14 10 219  P   P
+PG16 -26461.612971   -802.698953  -3627.581706   -161.988293  8 11 13 253  P   P
+PG17  15193.469838  21925.086426   -600.280230    184.216556 14 10 16 216  P   P
+PG18  -4260.706556 -15574.478208  21423.345200    129.595416 19 12 11 203  P   P
+PG19 -14883.120935   4577.487953  21549.174679   -126.065473 14  8 11 264  P   P
+PG20 -15162.165354  14361.559312 -16523.223825     48.823533 16 12 15 238  P   P
+PG21   2182.510708 -23930.714012  11001.964444   -134.464531 15 10 16 255  P   P
+PG22 -15741.328328 -12130.773908  17835.249496    150.844503 17 13 14 230  P   P
+PG23  -7509.805211  14522.123015 -20862.642402    316.231821 15 15 13 235  P   P
+PG24 -15283.626868  20864.662513   5421.280798    378.106234 17 18 20 263  P   P
+PG25   5343.351267 -15314.596447 -21042.498814     -0.988024 17 11 11 188  P   P
+PG26  17578.642984   5079.282304  18819.266041   -160.802575 14 15 11 330  P   P
+PG27  16581.225098 -15177.110177  14557.813599    251.426562 13 15 15 287  P   P
+PG28  11972.640266  13172.964147  20312.202778     28.740501 15  6 11 273  P   P
+PG29    -30.702681 -20855.554964 -16385.018492    196.668116 14 11 11 191  P   P
+PG30 -23568.904900  -4947.283696 -11643.351137    333.652343 12 12 15 310  P   P
+PG31 -11712.289692  -9347.655407 -21704.334298     60.790078 14 14 13 242  P   P
+PG32 -22481.135604   7956.120445 -10966.610567   -226.649295 14 13 15 297  P   P
+*  2011  4  1 16 45  0.00000000
+PG02  15889.863358   1485.769340 -21144.055472    328.315338 14 16 13 258  P   P
+PG03 -21682.776716  -6356.770366  13796.458253    696.237510 14 11  9 306  P   P
+PG04  10418.803399  14035.572729 -20111.195150     76.544322 17 14 16 287  P   P
+PG05  26203.669997  -1047.111031  -4570.103270   -138.080198 10 12 16 197  P   P
+PG06 -21472.404687 -10660.165278  11824.578388   -227.617297 14 12 11 333  P   P
+PG07  -4723.337893  25099.063854   6895.494225      7.039076 16  4 17 272  P   P
+PG08   1929.926109  20583.930112  16362.433526      7.627393 15 12 15 330  P   P
+PG09  14384.461305 -19312.104632  10645.778662     71.176690 13 10 14 293  P   P
+PG10  18124.282067   9846.294885 -17147.010431    -70.443955 13  9 11 316  P   P
+PG11 -12806.968674  18817.285014  13087.029814   -139.186958 14 15 14 270  P   P
+PG12  20774.527652 -11248.929905 -11934.592870    -14.939237 15 13 16 233  P   P
+PG13   1314.023503  20890.226082 -16461.798635    276.805718 15 13 15 220  P   P
+PG14 -14865.753409 -22062.806961   1436.582708    141.256145 15 11 18 228  P   P
+PG15  13748.457133  -7506.500979  21468.489441   -138.622420 15 14 10 217  P   P
+PG16 -25909.457499  -1042.756225  -6418.250122   -161.990768  8 11 13 254  P   P
+PG17  14954.826061  21999.546277   2240.617618    184.216714 14  9 16 212  P   P
+PG18  -1872.999020 -15841.171551  21537.465708    129.597266 19 11 10 205  P   P
+PG19 -16159.846569   2509.858415  20992.484464   -126.068944 13 10 12 263  P   P
+PG20 -16941.885934  14428.201861 -14601.909651     48.823637 16 12 16 237  P   P
+PG21   2918.220871 -24798.689514   8482.261559   -134.466883 15  9 16 254  P   P
+PG22 -13674.593635 -12514.425680  19223.852534    150.843819 17 12 14 232  P   P
+PG23  -9017.517798  12615.795538 -21525.411202    316.229554 15 14 12 234  P   P
+PG24 -15212.289293  20038.301399   8124.444295    378.109422 17 18 20 270  P   P
+PG25   7682.741982 -15567.488713 -20110.012074     -0.988362 17 11 12 185  P   P
+PG26  18671.447513   6933.607525  17190.521562   -160.811872 14 15 12 331  P   P
+PG27  16138.489856 -13544.076955  16640.674255    251.429474 13 15 14 275  P   P
+PG28   9718.579061  13429.653840  21325.643779     28.742704 15  7 10 273  P   P
+PG29   1241.294346 -19320.842362 -18115.579447    196.670606 14 12 10 191  P   P
+PG30 -22217.902598  -5382.028315 -13955.798288    333.654992 13 12 15 311  P   P
+PG31 -10685.401216 -11618.835853 -21116.342131     60.794618 14 14 13 241  P   P
+PG32 -23650.027647   7727.910629  -8406.093567   -226.656095 14 13 16 296  P   P
+*  2011  4  1 17  0  0.00000000
+PG02  15180.257547   3834.115953 -21411.859611    328.317369 14 16 13 257  P   P
+PG03 -22631.573806  -7558.580662  11581.956318    696.242015 14 12 10 305  P   P
+PG04   9564.820501  16079.698002 -18927.910681     76.553705 17 14 16 286  P   P
+PG05  25590.949792   -665.477846  -7298.827467   -138.085453  9 11 16 200  P   P
+PG06 -22111.473659 -11699.639707   9399.045768   -227.722851 14 13 12 331  P   P
+PG07  -5144.241848  25620.136840   4093.046647      7.039984 15  4 17 272  P   P
+PG08   1094.695210  22140.498300  14219.992552      7.627693 15 12 15 328  P   P
+PG09  14115.660559 -17893.899148  13081.962262     71.178692 13 10 14 295  P   P
+PG10  16172.424099  10325.966163 -18729.359589    -70.444855 14  9 10 315  P   P
+PG11 -13032.578658  17101.537625  15057.891522   -139.189759 15 16 14 270  P   P
+PG12  22019.515768 -11268.876391  -9409.269703    -14.936674 15 13 17 229  P   P
+PG13     62.852236  19379.839670 -18281.505500    276.804374 16 13 14 220  P   P
+PG14 -14534.913818 -21928.599294   4303.750219    141.258329 16  9 18 226  P   P
+PG15  15344.006053  -5676.577528  20957.431903   -138.619693 15 14 10 216  P   P
+PG16 -25066.598117  -1361.314434  -9100.322281   -161.993238  8 11 13 255  P   P
+PG17  14521.058868  21839.457514   5043.543458    184.216873 15  8 16 209  P   P
+PG18    495.406319 -16222.979563  21290.883282    129.599111 19 11 10 206  P   P
+PG19 -17491.910684    581.467792  20076.615231   -126.072415 13 11 12 262  P   P
+PG20 -18493.399850  14528.818291 -12430.888786     48.823742 16 12 16 237  P   P
+PG21   3516.893317 -25424.476290   5813.465252   -134.469240 15  9 17 254  P   P
+PG22 -11493.271771 -13018.989780  20286.996720    150.843133 17 12 13 235  P   P
+PG23 -10655.914246  10752.405547 -21816.522278    316.227287 15 14 11 233  P   P
+PG24 -15067.509914  18933.824294  10685.841464    378.112598 16 19 19 278  P   P
+PG25   9883.277261 -15917.727747 -18831.736009     -0.988699 17 11 13 183  P   P
+PG26  19741.929451   8552.749967  15257.415740   -160.821150 13 15 12 331  P   P
+PG27  15725.328927 -11687.045668  18446.286134    251.432428 13 15 14 260  P   P
+PG28   7389.997170  13825.308968  21990.152019     28.744910 16  7 10 272  P   P
+PG29   2703.578624 -17714.354836 -19532.785014    196.673097 15 12  9 191  P   P
+PG30 -20654.430386  -5941.056899 -16034.038210    333.657605 14 12 15 311  P   P
+PG31  -9812.854520 -13860.179714 -20156.871906     60.799154 14 14 13 240  P   P
+PG32 -24527.162247   7529.669447  -5695.917646   -226.662906 13 13 16 295  P   P
+*  2011  4  1 17 15  0.00000000
+PG02  14584.454040   6218.481426 -21309.797823    328.319404 15 16 14 255  P   P
+PG03 -23430.088117  -8547.315924   9167.246236    696.246497 14 12 11 304  P   P
+PG04   8850.127396  18020.713154 -17420.899194     76.563094 17 14 17 284  P   P
+PG05  24707.466646   -176.981304  -9902.768046   -138.090709  9 11 15 204  P   P
+PG06 -22593.659598 -12517.806023   6814.692053   -227.828392 14 13 12 330  P   P
+PG07  -5448.029131  25852.034762   1219.272793      7.040895 15  6 18 271  P   P
+PG08    436.447944  23499.184931  11826.580394      7.628009 15 11 16 326  P   P
+PG09  13861.006704 -16200.000218  15285.682200     71.180703 13 11 13 297  P   P
+PG10  14091.345242  10942.192334 -19998.430397    -70.445741 14  8  9 314  P   P
+PG11 -13320.192911  15187.881509  16760.340234   -139.192563 15 16 13 269  P   P
+PG12  22973.274700 -11285.525972  -6720.252584    -14.934112 14 13 17 224  P   P
+PG13  -1392.242699  17799.850913 -19789.508919    276.803029 16 13 14 219  P   P
+PG14 -13986.652275 -21572.762348   7097.666497    141.260513 16  8 18 224  P   P
+PG15  16973.438425  -3985.523666  20086.850206   -138.616967 15 13 11 214  P   P
+PG16 -23955.649946  -1791.045154 -11628.236847   -161.995705  9 12 13 256  P   P
+PG17  13869.105293  21474.493272   7761.090303    184.217032 15  8 16 205  P   P
+PG18   2800.550481 -16708.815951  20686.551700    129.600952 19 11 12 208  P   P
+PG19 -18842.756505  -1178.047231  18818.132088   -126.075884 13 12 13 261  P   P
+PG20 -19793.986895  14630.199819 -10046.924523     48.823851 15 12 16 237  P   P
+PG21   4003.821411 -25780.613952   3041.862914   -134.471603 15 10 17 253  P   P
+PG22  -9241.231315 -13650.263835  21006.684173    150.842448 17 12 12 237  P   P
+PG23 -12395.959375   8971.934866 -21731.992211    316.225023 15 14 10 231  P   P
+PG24 -14887.662298  17559.185927  13061.080909    378.115767 16 19 19 284  P   P
+PG25  11905.375211 -16339.872111 -17229.574008     -0.989034 17 12 14 181  P   P
+PG26  20746.423553   9921.903521  13056.162790   -160.830409 13 14 12 332  P   P
+PG27  15376.111455  -9636.506074  19946.679411    251.435428 13 15 13 242  P   P
+PG28   5033.352493  14361.768318  22294.659794     28.747117 16  8 10 272  P   P
+PG29   4343.567078 -16080.955751 -20611.866385    196.675585 15 12  8 191  P   P
+PG30 -18916.793121  -6643.131590 -17844.106008    333.660184 14 12 14 311  P   P
+PG31  -9098.869412 -16021.084302 -18842.503739     60.803693 14 14 13 239  P   P
+PG32 -25100.067688   7325.194706  -2884.543465   -226.669725 12 13 16 294  P   P
+*  2011  4  1 17 30  0.00000000
+PG02  14112.893851   8592.668055 -20841.089852    328.321438 15 16 15 254  P   P
+PG03 -24042.806501  -9333.016936   6594.926234    696.250959 14 13 12 303  P   P
+PG04   8266.887059  19814.781269 -15614.825386     76.572490 17 14 18 282  P   P
+PG05  23580.361324    445.925749 -12337.390856   -138.095966  9 10 15 206  P   P
+PG06 -22884.164104 -13127.007659   4115.059538   -227.933919 15 13 13 328  P   P
+PG07  -5669.762510  25778.505922  -1675.753527      7.041783 15  8 18 270  P   P
+PG08    -64.768114  24618.656343   9223.828555      7.628336 15 10 16 324  P   P
+PG09  13657.233519 -14256.057512  17216.409700     71.182723 13 11 13 298  P   P
+PG10  11924.952038  11701.131126 -20932.499565    -70.446616 15  8  8 313  P   P
+PG11 -13689.595857  13111.667826  18164.016159   -139.195368 15 16 13 269  P   P
+PG12  23626.219081 -11259.706628  -3914.297229    -14.931553 13 13 17 219  P   P
+PG13  -3038.799547  16196.817826 -20960.534763    276.801684 16 14 13 218  P   P
+PG14 -13201.496302 -21030.266675   9770.957434    141.262696 17  5 17 222  P   P
+PG15  18596.323519  -2456.989692  18872.097791   -138.614243 14 13 12 213  P   P
+PG16 -22606.526664  -2359.737346 -13958.887410   -161.998169 10 12 13 258  P   P
+PG17  12982.807460  20939.385368  10347.382294    184.217195 15  7 16 200  P   P
+PG18   5000.911147 -17280.505713  19733.335584    129.602787 19 10 14 210  P   P
+PG19 -20172.243780  -2746.411080  17239.298921   -126.079352 12 13 14 259  P   P
+PG20 -20828.570971  14696.617514  -7490.548245     48.823961 15 12 17 237  P   P
+PG21   4408.837263 -25846.972984    216.178398   -134.473970 15 12 17 252  P   P
+PG22  -6963.459570 -14406.537722  21370.632204    150.841761 17 12 12 240  P   P
+PG23 -14202.565755   7308.901831 -21274.310831    316.222759 15 14 10 230  P   P
+PG24 -14710.021559  15930.857365  15209.203759    378.118920 16 20 19 289  P   P
+PG25  13715.460872 -16802.736484 -15331.007851     -0.989369 17 12 14 181  P   P
+PG26  21641.190031  11035.767121  10627.209650   -160.839651 13 14 13 332  P   P
+PG27  15119.749507  -7428.914904  21119.076482    251.438482 13 15 13 221  P   P
+PG28   2695.130003  15032.856108  22233.682741     28.749323 16  8 10 272  P   P
+PG29   6140.546959 -14463.739414 -21333.908765    196.678075 15 12  5 192  P   P
+PG30 -17047.119915  -7499.965003 -19356.597711    333.662730 15 12 14 310  P   P
+PG31  -8539.062114 -18052.075556 -17196.229973     60.808233 13 13 13 238  P   P
+PG32 -25365.494957   7077.391905    -22.045066   -226.676553 12 13 16 293  P   P
+*  2011  4  1 17 45  0.00000000
+PG02  13768.231363  10910.069518 -20015.212238    328.323473 15 16 15 252  P   P
+PG03 -24438.510374  -9932.887773   3909.825551    696.255399 14 13 12 301  P   P
+PG04   7800.085576  21421.199308 -13539.681701     76.581888 17 14 18 279  P   P
+PG05  22243.102502   1225.081687 -14561.026121   -138.101226  9 10 15 209  P   P
+PG06 -22952.556403 -13546.424218   1345.722572   -228.039431 15 13 13 327  P   P
+PG07  -5847.155399  25392.200919  -4541.569659      7.042670 15 10 18 269  P   P
+PG08   -435.967287  25463.960635   6457.411493      7.628669 15  9 16 322  P   P
+PG09  13536.651658 -12096.138970  18838.307268     71.184753 13 12 12 299  P   P
+PG10   9718.526443  12601.173651 -21515.238987    -70.447483 15  8  7 311  P   P
+PG11 -14154.667652  10912.810303  19244.081421   -139.198173 15 16 12 268  P   P
+PG12  23977.939597 -11152.185809  -1040.227733    -14.928996 12 13 17 213  P   P
+PG13  -4855.987792  14615.281771 -21775.040156    276.800338 16 13 12 218  P   P
+PG14 -12167.783822 -20340.403496  12278.410395    141.264878 17  3 17 219  P   P
+PG15  20169.749223  -1106.988737  17334.354707   -138.611517 14 12 12 212  P   P
+PG16 -21055.378818  -3089.041371 -16052.337321   -162.000633 11 12 13 259  P   P
+PG17  11853.682784  20272.516127  12758.805165    184.217358 15  7 16 195  P   P
+PG18   7058.785723 -17913.412685  18445.958775    129.604617 19 10 15 211  P   P
+PG19 -21438.145001  -4109.327524  15367.656220   -126.082819 12 13 14 258  P   P
+PG20 -21590.176359  14691.325956  -4805.396058     48.824072 14 13 17 238  P   P
+PG21   4764.936018 -25611.679183  -2613.331803   -134.476345 15 13 17 252  P   P
+PG22  -4704.537307 -15278.558487  21372.477268    150.841073 17 12 11 242  P   P
+PG23 -16035.839971   5791.211401 -20452.327738    316.220496 14 13 10 228  P   P
+PG24 -14569.176921  14073.310530  17093.393343    378.122053 15 20 18 294  P   P
+PG25  15287.074371 -17270.657702 -13168.631571     -0.989704 16 12 15 182  P   P
+PG26  22384.156664  11898.398984   8014.369669   -160.848874 13 14 13 332  P   P
+PG27  14978.656944  -5105.473995  21946.087747    251.441596 14 15 12 213  P   P
+PG28    420.331672  15824.525427  21807.427731     28.751527 16  8 11 271  P   P
+PG29   8066.286599 -12902.435737 -21686.199922    196.680561 15 12  5 192  P   P
+PG30 -15089.885960  -8515.668148 -20547.061208    333.665243 15 12 13 309  P   P
+PG31  -8120.754687 -19906.628436 -15247.034405     60.812771 13 13 14 238  P   P
+PG32 -25329.415121   6749.968645   2840.871994   -226.683385 11 12 16 291  P   P
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362283  13125.269893 -18847.640187    328.325507 16 16 16 250  P   P
+PG03 -24591.461098 -10370.359622   1158.200963    696.259823 15 14 13 299  P   P
+PG04   7428.221722  22803.873020 -11230.349448     76.591287 18 13 19 277  P   P
+PG05  20734.248533   2175.580798 -16535.570011   -138.106487 10  9 14 211  P   P
+PG06 -22774.018384 -13801.183666  -1446.437638   -228.144925 15 14 13 326  P   P
+PG07  -6018.886731  24695.006466  -7328.238344      7.043565 15 12 17 270  P   P
+PG08   -709.963932  26007.927757   3576.200168      7.629007 16  7 16 320  P   P
+PG09  13525.676467  -9761.600208  20121.033509     71.186794 13 12 12 300  P   P
+PG10   7517.194587  13632.858577 -21736.011247    -70.448343 15  8  8 310  P   P
+PG11 -14722.702559   8634.348973  19981.694725   -139.200980 15 16 12 268  P   P
+PG12  24037.110996 -10925.385108   1851.941978    -14.926440 11 13 17 207  P   P
+PG13  -6815.237897  13096.151740 -22219.508078    276.798993 16 13 11 217  P   P
+PG14 -10882.262277 -19545.205656  14577.699138    141.267061 17  3 17 216  P   P
+PG15  21649.889515     56.515871  15500.245437   -138.608796 14 12 13 211  P   P
+PG16 -19343.304854  -3993.440292 -17872.494581   -162.003092 12 12 13 260  P   P
+PG17  10481.412046  19514.390475  14954.697540    184.217525 16  7 16 189  P   P
+PG18   8941.550228 -18577.328720  16844.863116    129.606440 19 10 16 212  P   P
+PG19 -22597.721105  -5260.791151  13235.524236   -126.086282 12 14 15 257  P   P
+PG20 -22080.083733  14578.125305  -2037.482513     48.824185 13 13 17 238  P   P
+PG21   5106.742819 -25071.722493  -5395.854578   -134.478723 15 14 17 251  P   P
+PG22  -2507.132578 -16249.788014  21011.890747    150.840384 17 12 12 244  P   P
+PG23 -17852.511526   4439.277286 -19281.034612    316.218235 14 13 11 227  P   P
+PG24 -14495.571787  12018.198679  18681.596945    378.125163 15 20 17 298  P   P
+PG25  16601.709955 -17704.947415 -10779.596425     -0.990037 16 12 15 183  P   P
+PG26  22936.563335  12522.709806   5263.941116   -160.858078 13 14 13 333  P   P
+PG27  14967.964567  -2710.770683  22415.834911    251.444774 14 15 12 223  P   P
+PG28  -1748.987278  16715.286535  21021.840737     28.753729 16  8 12 271  P   P
+PG29  10085.948402 -11431.955850 -21662.468198    196.683047 15 12  7 194  P   P
+PG30 -13090.373488  -9686.483021 -21396.313920    333.667725 15 12 13 308  P   P
+PG31  -7823.632225 -21542.878633 -13029.348356     60.817310 13 12 14 237  P   P
+PG32 -25006.651189   6309.083641   5653.844317   -226.690223 11 12 16 290  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758591  15195.582050 -17359.497734    328.327539 16 16 17 249  P   P
+PG03 -24482.370106 -10673.940160  -1613.056431    696.264232 15 14 13 297  P   P
+PG04   7124.267096  23932.642037  -8726.058778     76.600681 18 12 19 275  P   P
+PG05  19096.026982   3304.997351 -18227.128964   -138.111749 10 10 14 212  P   P
+PG06 -22330.397930 -13921.252649  -4213.987733   -228.250400 16 14 14 325  P   P
+PG07  -6222.881255  23698.024500  -9987.251215      7.044458 15 13 17 270  P   P
+PG08   -923.857728  26232.270036    631.332049      7.629348 16  3 17 318  P   P
+PG09  13643.599352  -7299.633926  21040.442497     71.188845 13 13 11 300  P   P
+PG10   5364.397870  14779.083473 -21590.090817    -70.449200 15  8  9 308  P   P
+PG11 -15394.016106   6320.895828  20364.351620   -139.203785 15 16 13 268  P   P
+PG12  23821.051495 -10545.035496   4711.908560    -14.923889 11 14 17 201  P   P
+PG13  -8881.164755  11675.242367 -22286.645891    276.797648 16 13 10 217  P   P
+PG14  -9350.375201 -18687.784595  16630.056827    141.269241 18  5 16 214  P   P
+PG15  22993.613489   1033.710369  13401.370846   -138.606072 13 12 13 210  P   P
+PG16 -17514.880145  -5079.489308 -19387.736145   -162.005549 12 12 13 262  P   P
+PG17   8874.028238  18706.044303  16897.994974    184.217693 16  7 15 182  P   P
+PG18  10622.746000 -19237.598170  14955.972797    129.608258 19 10 16 212  P   P
+PG19 -23609.317960  -6203.085317  10879.441219   -126.089743 13 14 15 256  P   P
+PG20 -22307.677284  14322.921404    765.577834     48.824300 13 13 17 239  P   P
+PG21   5468.887684 -24233.213239  -8081.044253   -134.481109 15 15 17 251  P   P
+PG22   -410.567715 -17296.945380  20294.604207    150.839692 17 12 12 246  P   P
+PG23 -19607.488193   3265.444420 -17781.251313    316.215973 14 12 12 225  P   P
+PG24 -14514.228535   9803.268321  19947.050023    378.128245 15 20 16 301  P   P
+PG25  17649.353813 -18065.475202  -8204.976016     -0.990369 15 12 15 185  P   P
+PG26  23264.448203  12929.631665   2423.832704   -160.867264 13 13 14 332  P   P
+PG27  15095.008422   -291.326959  22522.009578    251.448019 14 15 12 231  P   P
+PG28  -3775.088532  17676.909961  19888.591206     28.755930 16  9 13 271  P   P
+PG29  12159.269630 -10081.136266 -21263.004632    196.685535 15 12  9 196  P   P
+PG30 -11093.124311 -11000.805530 -21890.688093    333.670182 16 12 12 307  P   P
+PG31  -7620.719646 -22925.154119 -10582.396076     60.821849 13 12 14 237  P   P
+PG32 -24420.167026   5724.880286   8367.792211   -226.697062 12 12 16 288  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.090999  17082.470005 -15577.127445    328.329571 16 16 17 248  P   P
+PG03 -24099.123925 -10875.898155  -4357.191592    696.268627 15 15 13 294  P   P
+PG04   6856.863826  24784.399902  -6069.752175     76.610086 18 11 19 272  P   P
+PG05  17372.785176   4612.899537 -19606.596493   -138.117013 11 10 14 213  P   P
+PG06 -21611.029618 -13940.144299  -6909.716817   -228.355856 16 14 14 324  P   P
+PG07  -6494.625919  22421.197454 -12472.402743      7.045354 15 13 17 270  P   P
+PG08  -1117.330410  26128.331994  -2324.779966      7.629670 16  7 17 316  P   P
+PG09  13901.664228  -4761.558012  21579.151831     71.190908 14 14 11 301  P   P
+PG10   3300.420038  16015.610313 -21078.805097    -70.450057 15  9 10 306  P   P
+PG11 -16161.856761   4017.030036  20386.083640   -139.206588 15 16 14 268  P   P
+PG12  23354.952138  -9981.705677   7489.983108    -14.921340 11 14 17 194  P   P
+PG13 -11012.750099  10382.018250 -21975.486686    276.796304 16 13 10 217  P   P
+PG14  -7586.227103 -17810.644918  18400.889216    141.271420 18  6 16 210  P   P
+PG15  24160.075378   1832.716273  11073.762809   -138.603351 13 11 13 210  P   P
+PG16 -15616.556580  -6345.355259 -20571.470882   -162.008007 13 12 13 263  P   P
+PG17   7047.799492  17887.446917  18555.819259    184.217865 16  7 15 174  P   P
+PG18  12082.950416 -19856.441690  12810.360609    129.610071 18 11 17 212  P   P
+PG19 -24433.925230  -6946.470943   8339.546491   -126.093201 13 15 16 255  P   P
+PG20 -22289.986205  13895.222474   3555.388587     48.824415 12 13 17 240  P   P
+PG21   5884.360897 -23111.264719 -10620.066181   -134.483498 16 16 17 251  P   P
+PG22   1550.488555 -18390.815670  19232.342483    150.838999 17 12 13 248  P   P
+PG23 -21255.478215   2273.728239 -15979.224691    316.213711 14 11 13 223  P   P
+PG24 -14643.706629   7471.048142  20868.696073    378.131297 15 20 15 304  P   P
+PG25  18428.700089 -18312.320674  -5489.062140     -0.990702 15 13 15 189  P   P
+PG26  23339.925139  13147.009689   -457.285686   -160.876435 13 13 14 332  P   P
+PG27  15359.099923   2105.895947  22263.873884    251.451335 14 15 12 234  P   P
+PG28  -5625.781455  18675.386347  18424.988462     28.758127 16  9 14 271  P   P
+PG29  14241.965571  -8871.731422 -20494.666115    196.688021 15 12 10 198  P   P
+PG30  -9140.435522 -12439.495467 -22022.204618    333.672615 16 12 12 305  P   P
+PG31  -7479.635723 -24025.263041  -7949.445169     60.826389 13 11 14 237  P   P
+PG32 -23600.050518   4972.842034  10935.807848   -226.703905 13 13 16 286  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109549  18752.805964 -13531.591013    328.331600 17 16 18 246  P   P
+PG03 -23437.244351 -11010.836412  -7028.323093    696.273011 16 15 13 292  P   P
+PG04   6591.715889  25343.960140  -3307.359154     76.619488 18  8 19 270  P   P
+PG05  15609.369902   6090.673128 -20650.153071   -138.122277 12 10 14 214  P   P
+PG06 -20613.289407 -13893.490168  -9487.420444   -228.461293 16 15 14 324  P   P
+PG07  -6865.591217  20892.595745 -14740.616716      7.046248 14 14 17 270  P   P
+PG08  -1330.828115  25697.453720  -5239.474296      7.629974 16  9 17 315  P   P
+PG09  14302.496801  -2200.916040  21726.957441     71.192983 14 14 12 301  P   P
+PG10   1361.023285  17311.852105 -20209.589296    -70.450917 15  9 11 305  P   P
+PG11 -17012.623440   1765.711687  20047.514499   -139.209390 15 16 14 267  P   P
+PG12  22670.808193  -9212.141521  10137.980051    -14.918792 11 14 17 187  P   P
+PG13 -13164.740218   9238.589393 -21291.393309    276.794962 15 13 10 217  P   P
+PG14  -5612.228904 -16954.038221  19860.320992    141.273599 18  7 15 207  P   P
+PG15  25112.226224   2469.072447   8557.270875   -138.600628 12 11 14 211  P   P
+PG16 -13694.990893  -7780.677675 -21402.630564   -162.010464 13 12 12 264  P   P
+PG17   5026.809864  17095.955326  19900.006071    184.218037 15  7 14 166  P   P
+PG18  13310.393940 -20394.434342  10443.813996    129.611878 18 12 17 212  P   P
+PG19 -25036.641523  -7508.581246   5658.917951   -126.096656 13 15 16 253  P   P
+PG20 -22050.935824  13269.512361   6283.615440     48.824532 11 13 16 242  P   P
+PG21   6382.925145 -21729.499329 -12966.628548   -134.485894 16 16 16 252  P   P
+PG22   3347.155962 -19497.297547  17842.663669    150.838302 17 11 14 249  P   P
+PG23 -22752.618679   1459.875375 -13906.149564    316.211451 13 11 13 221  P   P
+PG24 -14895.332213   5067.368293  21431.498027    378.134316 14 20 14 306  P   P
+PG25  18947.036956 -18407.430176  -2678.603276     -0.991033 15 13 15 192  P   P
+PG26  23142.213575  13208.270665  -3330.792954   -160.885589 13 13 14 332  P   P
+PG27  15751.578877   4434.991541  21646.208647    251.454722 14 14 13 231  P   P
+PG28  -7275.471278  19672.116772  16653.824975     28.760320 16  9 15 271  P   P
+PG29  16287.300538  -7817.694460 -19370.759000    196.690508 14 12 11 201  P   P
+PG30  -7270.947847 -13976.461553 -21788.676103    333.675028 16 11 11 303  P   P
+PG31  -7364.069943 -24823.485431  -5176.980386     60.830930 13 10 14 237  P   P
+PG32 -22582.240169   4034.916761  13313.972239   -226.710746 13 13 15 284  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744785  20179.920138 -11258.111857    328.333622 17 16 18 245  P   P
+PG03 -22500.074044 -11114.207520  -9582.140134    696.277388 16 15 13 289  P   P
+PG04   6293.120484  25604.628369   -486.993248     76.628886 18  6 20 267  P   P
+PG05  13849.497185   7721.663138 -21339.680699   -138.127544 12 11 13 214  P   P
+PG06 -19342.858984 -13817.528752 -11902.682421   -228.566708 17 15 13 324  P   P
+PG07  -7361.821651  19147.397149 -16752.708836      7.047136 14 14 16 270  P   P
+PG08  -1603.709628  24950.930332  -8060.875975      7.630276 16 11 17 313  P   P
+PG09  14839.917384    328.524984  21481.078684     71.195068 14 15 13 300  P   P
+PG10   -423.755899  18631.917472 -18995.949448    -70.451782 15  9 12 303  P   P
+PG11 -17926.376081   -393.219071  19355.776230   -139.212189 14 16 15 268  P   P
+PG12  21806.096824  -8220.362627  12610.073333    -14.916247 12 14 16 180  P   P
+PG13 -15289.207973   8258.993375 -20245.965835    276.793620 15 12 11 217  P   P
+PG14  -3458.437201 -16154.415987  20983.669169    141.275776 18  8 14 203  P   P
+PG15  25818.191057   2964.935018   5894.890939   -138.597906 12 11 14 211  P   P
+PG16 -11795.363644  -9366.761462 -21866.078435   -162.012920 14 12 12 265  P   P
+PG17   2842.252105  16364.876317  20907.564428    184.218213 15  8 14 158  P   P
+PG18  14301.293767 -20812.084924   7896.301096    129.613681 18 12 18 212  P   P
+PG19 -25387.993740  -7913.547324   2882.873416   -126.100108 14 15 17 252  P   P
+PG20 -21620.335505  12426.444144   8902.840577     48.824649 10 13 16 243  P   P
+PG21   6989.659874 -20119.194688 -15077.969662   -134.488294 16 17 16 253  P   P
+PG22   4957.262158 -20578.652906  16148.706005    150.837604 17 11 14 251  P   P
+PG23 -24058.050430    811.738612 -11597.621612    316.209189 13 10 14 219  P   P
+PG24 -15272.725870   2639.768896  21626.639568    378.137301 14 20 13 308  P   P
+PG25  19219.807307 -18316.213355    178.001223     -0.991364 14 13 15 196  P   P
+PG26  22658.393463  13150.926967  -6148.877385   -160.894729 13 13 14 331  P   P
+PG27  16256.143372   6652.556106  20679.212970    251.458182 14 14 13 222  P   P
+PG28  -8705.985350  20625.299268  14603.140818     28.762511 16  9 15 270  P   P
+PG29  18247.765168  -6924.774575 -17910.804936    196.692995 14 12 12 204  P   P
+PG30  -5518.372877 -15579.501576 -21193.739458    333.677424 16 11 11 301  P   P
+PG31  -7235.418363 -25309.229646  -2313.820879     60.835470 13  9 14 237  P   P
+PG32 -21407.053345   2900.369196  15462.087022   -226.717585 14 13 15 282  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385403  21344.409892  -8795.470308    328.335637 17 15 19 244  P   P
+PG03 -21298.687358 -11220.826352 -11976.553434    696.281761 16 16 13 287  P   P
+PG04   5925.578096  25568.451470   2341.914442     76.638274 18 10 20 265  P   P
+PG05  12134.173667   9481.629900 -21663.084812   -138.132813 12 11 13 213  P   P
+PG06 -17813.685550 -13747.567204 -14113.641992   -228.672104 17 15 13 324  P   P
+PG07  -8002.751895  17226.600298 -18474.070815      7.048023 14 14 16 271  P   P
+PG08  -1972.442697  23909.569056 -10738.912756      7.630561 16 11 16 312  P   P
+PG09  15499.148649   2774.788201  20846.223819     71.197163 14 15 13 300  P   P
+PG10  -2030.604420  19935.880142 -17457.328335    -70.452655 15  9 13 301  P   P
+PG11 -18877.613447  -2424.396153  18324.292467   -139.214984 14 16 16 268  P   P
+PG12  20802.255383  -6998.472350  14863.603183    -14.913704 13 15 16 175  P   P
+PG13 -17337.222437   7448.789677 -18856.854034    276.792280 15 12 11 217  P   P
+PG14  -1161.611227 -15443.037505  21751.838119    141.277951 18  8 13 200  P   P
+PG15  26252.460668   3348.026797   3132.046484   -138.595183 12 11 14 212  P   P
+PG16  -9959.752377 -11077.098972 -21952.925496   -162.015377 14 12 12 267  P   P
+PG17    531.456433  15722.188649  21561.061840    184.218391 15  8 14 154  P   P
+PG18  15059.884148 -21071.456903   5211.339675    129.615477 17 13 18 211  P   P
+PG19 -25465.064097  -8190.888449     58.244992   -126.103557 14 15 17 251  P   P
+PG20 -21032.641442  11353.804243  11367.411249     48.824768  9 13 16 245  P   P
+PG21   7723.708017 -18318.105302 -16915.768667   -134.490700 16 17 15 254  P   P
+PG22   6366.011597 -21594.914157  14178.842721    150.836902 17 11 15 252  P   P
+PG23 -25135.382883    309.948106  -9093.031967    316.206928 12  9 14 217  P   P
+PG24 -15771.643008    235.859508  21451.616995    378.140249 14 20 14 309  P   P
+PG25  19269.861344 -18009.016913   3031.537173     -0.991694 14 14 15 199  P   P
+PG26  21883.869415  13014.975678  -8865.241435   -160.903857 14 12 14 331  P   P
+PG27  16849.443954   8719.048287  19378.357572    251.461710 13 14 14 198  P   P
+PG28  -9907.143245  21491.469301  12305.903791     28.764696 15  9 16 270  P   P
+PG29  20076.794062  -6190.446399 -16140.193274    196.695483 13 12 13 207  P   P
+PG30  -3910.401169 -17211.369993 -20246.817773    333.679808 16 11 11 298  P   P
+PG31  -7054.508429 -25481.329450    589.797806     60.840010 13  7 15 237  P   P
+PG32 -20117.580156   1566.333397  17344.310966   -226.724422 14 13 15 281  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283481  22234.683827  -6185.361257    328.337664 17 15 19 243  P   P
+PG03 -19851.535130 -11363.431156 -14172.296161    696.286133 16 16 13 285  P   P
+PG04   5455.414635  25246.128108   5129.527759     76.647643 19 13 20 264  P   P
+PG05  10500.229458  11339.504134 -21614.517436   -138.138082 12 11 13 212  P   P
+PG06 -16047.633948 -13716.475092 -16081.733150   -228.777481 17 15 13 325  P   P
+PG07  -8800.295499  15175.525033 -19875.263669      7.048909 14 14 15 271  P   P
+PG08  -2468.928163  22602.864551 -13226.285171      7.630825 16 12 16 312  P   P
+PG09  16257.409398   5089.619282  19834.473325     71.199270 14 15 14 300  P   P
+PG10  -3443.683076  21181.230916 -15618.870117    -70.453540 15  9 13 300  P   P
+PG11 -19836.281064  -4298.081778  16972.439751   -139.217776 13 16 16 268  P   P
+PG12  19703.022302  -5547.149715  16859.818313    -14.911163 13 15 15 172  P   P
+PG13 -19260.565719   6804.980531 -17147.477202    276.790942 14 12 12 217  P   P
+PG14   1235.979002 -14844.783275  22151.631500    141.280127 18  9 11 196  P   P
+PG15  26396.854009   3650.376884    315.833319   -138.592460 12 11 14 214  P   P
+PG16  -8225.621758 -12878.206628 -21660.745453   -162.017834 14 12 11 268  P   P
+PG17  -1863.311439  15189.472410  21848.929384    184.218572 14  9 13 154  P   P
+PG18  15598.134839 -21137.766829   2435.275153    129.617269 17 14 18 210  P   P
+PG19 -25252.385214  -8374.208554  -2767.364546   -126.107003 15 15 17 251  P   P
+PG20 -20325.542145  10047.205702  13634.265645     48.824885  8 13 15 246  P   P
+PG21   8597.285633 -16369.012639 -18446.950158   -134.493111 16 18 14 255  P   P
+PG22   7566.377202 -22505.398151  11966.247163    150.836197 16 10 15 253  P   P
+PG23 -25953.996888    -71.149253  -6434.913214    316.204667 12  8 14 215  P   P
+PG24 -16380.129072  -2098.308235  20910.224209    378.143160 14 20 15 310  P   P
+PG25  19126.430371 -17462.417554   5832.827159     -0.992023 13 14 15 202  P   P
+PG26  20822.538617  12841.252201 -11435.747408   -160.912974 14 12 14 330  P   P
+PG27  17501.923373  10600.020325  17764.192507    251.465307 13 13 14 181  P   P
+PG28 -10877.043291  22227.144623   9799.600286     28.766876 15  9 16 270  P   P
+PG29  21730.456068  -5604.173471 -14089.726704    196.697971 13 13 13 210  P   P
+PG30  -2467.827883 -18831.038513 -18963.010702    333.682186 16 11 11 296  P   P
+PG31  -6783.339877 -25347.973569   3483.155586     60.844551 13  5 14 238  P   P
+PG32 -18758.009582     38.050636  18929.694915   -226.731252 15 14 14 279  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035378  22847.225842  -3471.723363    328.339689 18 14 19 243  P   P
+PG03 -18183.840147 -11571.341636 -16133.472405    696.290509 17 16 12 284  P   P
+PG04   4852.346708  24656.579273   7826.544072     76.657008 19 14 19 263  P   P
+PG05   8979.018412  13258.414160 -21194.496807   -138.143353 13 12 13 211  P   P
+PG06 -14073.839566 -13753.269162 -17772.382288   -228.882839 17 15 12 325  P   P
+PG07  -9758.241238  13042.160383 -20932.510337      7.049794 14 14 14 272  P   P
+PG08  -3119.024936  21067.830868 -15479.365764      7.631065 16 13 16 311  P   P
+PG09  17084.865658   7230.249412  18464.985989     71.201384 14 16 15 299  P   P
+PG10  -4655.096812  22324.461277 -13511.080881    -70.454437 15  9 14 299  P   P
+PG11 -20768.963206  -5991.078129  15325.100595   -139.220563 13 15 16 268  P   P
+PG12  18552.707503  -3875.804794  18564.540294    -14.908625 14 15 15 176  P   P
+PG13 -21013.434707   6316.261158 -15146.654538    276.789605 14 11 12 218  P   P
+PG14   3687.951221 -14377.217166  22175.976948    141.282299 18  9  8 192  P   P
+PG15  26241.215739   3906.898593  -2505.760917   -138.589735 12 12 14 215  P   P
+PG16  -6624.490337 -14730.748707 -20993.680509   -162.020293 14 12 11 269  P   P
+PG17  -4296.241565  14781.085786  21765.681319    184.218754 14 10 13 158  P   P
+PG18  15935.161792 -20980.894075   -383.522535    129.619058 16 15 18 210  P   P
+PG19 -24742.571770  -8499.746729  -5546.334556   -126.110447 15 16 17 250  P   P
+PG20 -19538.422328   8510.479831  15663.719013     48.825005  8 13 15 248  P   P
+PG21   9615.001532 -14318.070867 -19644.357491   -134.495524 16 18 14 257  P   P
+PG22   8559.197928 -23270.270896   9548.371988    150.835488 16 10 15 253  P   P
+PG23 -26490.140196   -362.319248  -3668.246293    316.202406 11  8 15 212  P   P
+PG24 -17078.979879  -4319.794457  20012.434968    378.146032 14 20 16 310  P   P
+PG25  18823.862030 -16660.283029   8533.582595     -0.992353 13 14 15 205  P   P
+PG26  19486.666682  12669.795235 -13819.003233   -160.922084 15 12 14 329  P   P
+PG27  18178.877311  12267.184126  15862.108396    251.468968 13 13 14 225  P   P
+PG28 -11622.046296  22790.518361   7125.733288     28.769054 15  9 16 271  P   P
+PG29  23169.050639  -5147.994263 -11795.069029    196.700459 12 13 14 213  P   P
+PG30  -1203.926430 -20395.109042 -17362.912133    333.684557 16 10 11 293  P   P
+PG31  -6386.769451 -24926.275373   6315.972699     60.849093 13  3 14 239  P   P
+PG32 -17371.954032  -1671.208961  20192.612314   -226.738076 15 14 14 278  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085041  23186.573728   -700.048186    328.341713 18 14 19 243  P   P
+PG03 -16326.767191 -11869.257905 -17828.051682    696.294889 17 16 12 284  P   P
+PG04   4090.921970  23826.192670  10385.136921     76.666358 19 15 19 263  P   P
+PG05   7595.335807  15196.947855 -20409.920172   -138.148624 13 12 13 209  P   P
+PG06 -11927.782217 -13881.845875 -19155.650077   -228.988179 17 16 11 326  P   P
+PG07 -10871.979352  10875.426271 -21628.080342      7.050679 13 14 14 273  P   P
+PG08  -3941.338625  19347.543859 -17459.005821      7.631277 15 13 16 311  P   P
+PG09  17945.892416   9160.910137  16763.539825     71.203509 14 16 16 298  P   P
+PG10  -5665.061164  23322.720741 -11169.384329    -70.455350 14 10 14 298  P   P
+PG11 -21640.206400  -7487.365540  13412.124098   -139.223345 12 15 17 268  P   P
+PG12  17394.461270  -2002.392897  19948.738963    -14.906089 14 15 14 181  P   P
+PG13 -22554.065695   5963.590600 -12888.150113    276.788270 13 11 13 219  P   P
+PG14   6145.366732 -14049.932091  21824.059943    141.284470 18 10  5 188  P   P
+PG15  25783.823087   4153.859654  -5284.650943   -138.587009 13 12 14 218  P   P
+PG16  -5180.827991 -16590.908917 -19962.431771   -162.022752 14 11 11 270  P   P
+PG17  -6719.511701  14503.621189  21312.044298    184.218939 13 11 13 165  P   P
+PG18  16096.347471 -20576.736661  -3195.529740    129.620842 16 16 18 209  P   P
+PG19 -23936.666157  -8604.834302  -8231.779692   -126.113887 16 16 17 250  P   P
+PG20 -18710.766526   6755.747487  17420.193339     48.825121  8 13 14 249  P   P
+PG21  10773.517794 -12213.025802 -20487.275336   -134.497940 16 18 13 258  P   P
+PG22   9352.975973 -23852.104114   6966.347911    150.834777 16 10 16 254  P   P
+PG23 -26727.777629   -598.082895   -839.737646    316.200143 11  9 15 211  P   P
+PG24 -17842.486236  -6390.194951  18774.187865    378.148869 14 20 17 310  P   P
+PG25  18400.166576 -15594.559155  11087.241054     -0.992682 12 14 15 208  P   P
+PG26  17896.484084  12538.276315 -15976.889347   -160.931186 15 12 14 328  P   P
+PG27  18841.705964  13699.279013  13702.048914    251.472689 13 12 15 251  P   P
+PG28 -12156.447054  23143.138897   4329.225979     28.771224 14 10 16 271  P   P
+PG29  24358.547500  -4797.406235  -9296.106033    196.702949 11 13 14 216  P   P
+PG30   -124.093495 -21859.332991 -15472.353605    333.686931 16 10 12 291  P   P
+PG31  -5834.071041 -24241.505366   9039.308007     60.853636 13  3 14 239  P   P
+PG32 -16000.835598  -3540.530527  21113.085382   -226.744893 15 14 13 276  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196661  23265.016097   2083.323126    328.343736 18 13 20 243  P   P
+PG03 -14316.397643 -12276.238792 -19228.308456    696.299278 17 16 11 284  P   P
+PG04   3151.770929  22787.769845  12759.879589     76.675699 19 16 19 263  P   P
+PG05   6366.595454  17110.602718 -19273.968054   -138.153895 13 12 13 206  P   P
+PG06  -9650.112531 -14119.913994 -20206.803527   -229.093503 17 15 10 328  P   P
+PG07 -12128.566329   8723.417538 -21950.561791      7.051563 13 14 13 274  P   P
+PG08  -4946.323251  17489.460194 -19131.232008      7.631460 15 13 15 312  P   P
+PG09  18800.584388  10854.035245  14761.926166     71.205641 14 16 16 297  P   P
+PG10  -6481.752374  24135.484854  -8633.574248    -70.456280 14 10 14 297  P   P
+PG11 -22413.918275  -8778.449012  11267.711015   -139.226123 10 15 17 268  P   P
+PG12  16268.609687     47.103434  20989.010004    -14.903554 14 15 13 187  P   P
+PG13 -23846.222127   5721.062844 -10410.137484    276.786939 13 11 13 220  P   P
+PG14   8558.388348 -13864.204238  21101.363870    141.286640 17 10  8 185  P   P
+PG15  25031.486772   4427.302527  -7973.450071   -138.584281 13 13 14 220  P   P
+PG16  -3911.230076 -18411.959551 -18584.130071   -162.025217 14 11 10 271  P   P
+PG17  -9084.905726  14355.663272  20494.991836    184.219129 12 11 13 172  P   P
+PG18  16112.201667 -19908.352003  -5950.990411    129.622625 15 16 18 209  P   P
+PG19 -22844.185234  -8726.314246 -10778.294702   -126.117326 16 16 17 250  P   P
+PG20 -17880.566906   4803.164296  18872.874767     48.825238  8 13 14 251  P   P
+PG21  12061.564177 -10101.390126 -20961.788822   -134.500358 16 18 13 260  P   P
+PG22   9963.378691 -24217.363830   4264.309247    150.834063 15 10 16 254  P   P
+PG23 -26659.166828   -815.222453   2002.924309    316.197881 11  9 15 209  P   P
+PG24 -18639.431973  -8276.884644  17217.080415    378.151668 14 20 18 309  P   P
+PG25  17895.431241 -14265.751371  13449.773943     -0.993011 12 15 14 211  P   P
+PG26  16079.523099  12480.542484 -17875.028929   -160.940284 15 12 13 327  P   P
+PG27  19449.320999  14882.712231  11318.171239    251.476466 12 12 15 269  P   P
+PG28 -12501.835428  23251.511626   1457.732229     28.773392 14 11 17 272  P   P
+PG29  25271.813345  -4522.511353  -6636.232110    196.705439 11 13 14 218  P   P
+PG30    774.219206 -23180.186646 -13322.071923    333.689311 16  9 12 289  P   P
+PG31  -5100.309603 -23326.022611  11606.413099     60.858180 14  3 14 240  P   P
+PG32 -14682.392032  -5542.022974  21677.009369   -226.751700 15 15 12 275  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845332  23102.020403   4831.908518    328.345740 19 11 20 244  P   P
+PG03 -12192.543848 -12804.891949 -20311.205913    696.303678 17 16 10 285  P   P
+PG04   2022.614111  21579.218739  14908.626231     76.685026 20 17 18 263  P   P
+PG05   5302.298565  18953.369702 -17805.900041   -138.159169 13 12 13 203  P   P
+PG06  -7285.272957 -14478.172721 -20906.804688   -229.198813 17 15 10 329  P   P
+PG07 -13507.123351   6631.698441 -21895.018539      7.052448 13 13 12 275  P   P
+PG08  -6135.730143  15543.587635 -20467.819845      7.631613 15 13 15 312  P   P
+PG09  19606.443344  12291.102053  12497.220167     71.207780 14 16 17 295  P   P
+PG10  -7120.840855  24726.167734  -5947.168369    -70.457231 14 10 14 296  P   P
+PG11 -23054.784531  -9863.407381   8929.740583   -139.228896  8 15 17 268  P   P
+PG12  15211.121141   2239.502639  21667.948201    -14.901019 14 16 12 194  P   P
+PG13 -24860.490032   5557.046992  -7754.590034    276.785608 12 11 13 221  P   P
+PG14  10877.981237 -13812.970220  20019.613975    141.288808 17 10 10 183  P   P
+PG15  23999.341831   4761.474489 -10526.256782   -138.581552 14 13 14 221  P   P
+PG16  -2823.904110 -20145.968842 -16882.085381   -162.027681 14 10  9 272  P   P
+PG17 -11345.460344  14327.860848  19327.680427    184.219319 11 12 13 177  P   P
+PG18  16017.006378 -18966.828768  -8600.867514    129.624405 15 17 18 209  P   P
+PG19 -21482.865360  -8898.980142 -13142.681945   -126.120762 16 16 16 250  P   P
+PG20 -17082.799995   2680.347708  19996.284307     48.825354  8 12 13 252  P   P
+PG21  13460.301281  -8028.658412 -21060.973769   -134.502777 16 18 14 262  P   P
+PG22  10412.461664 -24337.772419   1488.655494    150.833346 15 11 16 255  P   P
+PG23 -26285.139894  -1051.205486   4811.824446    316.195617 11 10 15 208  P   P
+PG24 -19434.305904  -9954.037397  15367.979419    378.154433 14 20 18 309  P   P
+PG25  17350.164869 -12683.081266  15580.450118     -0.993340 12 15 14 213  P   P
+PG26  14069.721413  12525.315342 -19483.204335   -160.949380 15 11 13 326  P   P
+PG27  19959.667325  15811.948320   8748.450400    251.480291 12 12 15 283  P   P
+PG28 -12686.161181  23088.556398  -1439.141250     28.775553 13 12 17 272  P   P
+PG29  25889.578001  -4289.376202  -3861.576780    196.707929 10 13 15 221  P   P
+PG30   1501.279816 -24316.449121 -10947.299682    333.691698 16  9 13 287  P   P
+PG31  -4167.476410 -22217.952593  13973.526924     60.862726 14  3 13 241  P   P
+PG32 -13449.353625  -7641.741217  21876.279100   -226.758498 15 15 12 275  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477527  22723.413355   7499.792413    328.347746 19 10 19 244  P   P
+PG03  -9997.442594 -13460.801545 -21058.723036    696.308094 16 16 10 286  P   P
+PG04    698.979142  20242.046468  16793.328002     76.694338 20 17 18 264  P   P
+PG05   4403.815797  20679.390846 -16030.743934   -138.164442 13 12 13 199  P   P
+PG06  -4879.964632 -14959.771905 -21242.703340   -229.304111 17 15 10 331  P   P
+PG07 -14979.550412   4641.712836 -21463.032623      7.053333 12 13 12 276  P   P
+PG08  -7502.421682  13560.585777 -21446.735664      7.631733 15 13 14 313  P   P
+PG09  20320.163001  13463.083582  10010.954431     71.209923 14 16 17 294  P   P
+PG10  -7604.720761  25063.612806  -3156.671410    -70.458201 13 11 14 296  P   P
+PG11 -23529.648314 -10748.651636   6439.056001   -139.231665  7 15 17 268  P   P
+PG12  14252.262310   4535.528715  21974.412135    -14.898487 14 16 11 200  P   P
+PG13 -25575.332007   5435.555168  -4966.604333    276.784280 11 11 13 223  P   P
+PG14  13057.595216 -13881.130261  18596.623688    141.290974 17 10 12 181  P   P
+PG15  22710.335481   5187.326963 -12899.419896   -138.578820 14 13 14 223  P   P
+PG16  -1918.492774 -21745.580036 -14885.415805   -162.030151 14 10  8 273  P   P
+PG17 -13457.079699  14403.313478  17829.284730    184.219514 10 13 13 184  P   P
+PG18  15847.299596 -17751.846535 -11097.801451    129.626185 14 17 18 211  P   P
+PG19 -19878.113123  -9154.091581 -15284.652590   -126.124196 17 16 16 250  P   P
+PG20 -16348.034601    421.507064  20770.749228     48.825469  8 12 13 254  P   P
+PG21  14944.010076  -6036.641115 -20784.919614   -134.505199 16 19 15 264  P   P
+PG22  10727.640635 -24191.489274  -1312.739950    150.832626 14 12 15 254  P   P
+PG23 -25615.081236  -1342.584109   7539.579034    316.193353 12 11 15 208  P   P
+PG24 -20188.681198 -11403.387663  13258.555214    378.157165 14 19 19 308  P   P
+PG25  16803.637737 -10864.311258  17442.541867     -0.993669 12 15 14 214  P   P
+PG26  11906.323809  12695.084036 -20775.722554   -160.958476 16 11 13 325  P   P
+PG27  20331.314340  16489.629161   6034.223270    251.484156 12 11 15 294  P   P
+PG28 -12742.529801  22634.856064  -4310.692115     28.777710 13 13 17 273  P   P
+PG29  26201.103177  -4061.551320  -1020.186247    196.710422  9 13 15 223  P   P
+PG30   2074.560719 -25230.727498  -8387.278142    333.694100 15  9 13 285  P   P
+PG31  -3025.344200 -20959.667876  16100.598217     60.867272 14  5 13 241  P   P
+PG32 -12328.334060  -9800.823877  21708.823124   -226.765285 15 15 12 274  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597472  22160.342625  10042.325350    328.349745 19  9 19 245  P   P
+PG03  -7774.370317 -14242.212334 -21458.123622    696.312525 16 16  9 287  P   P
+PG04   -815.404731  18819.716603  18380.763397     76.703638 20 17 17 264  P   P
+PG05   3664.491776  22244.627216 -13978.882102   -138.169714 12 12 13 195  P   P
+PG06  -2481.518804 -15560.080085 -21207.922477   -229.409400 17 15 10 332  P   P
+PG07 -16511.526127   2789.369568 -20662.634237      7.054221 12 12 12 277  P   P
+PG08  -9030.551023  11589.876815 -22052.443414      7.631820 15 13 14 314  P   P
+PG09  20899.430807  14370.502892   7348.224082     71.212069 14 16 18 292  P   P
+PG10  -7961.461656  25123.397998   -310.758635    -70.459192 13 11 14 296  P   P
+PG11 -23808.799893 -11447.409856   3838.724544   -139.234428  9 15 17 268  P   P
+PG12  13415.493824   6891.148087  21903.678285    -14.895954 14 16 10 205  P   P
+PG13 -25977.858777   5317.787927  -2093.665063    276.782956 10 11 13 224  P   P
+PG14  15054.766885 -14046.168799  16856.042767    141.293138 16 10 13 181  P   P
+PG15  21194.430203   5731.141187 -15052.270797   -138.576088 15 14 14 225  P   P
+PG16  -1186.243425 -23165.791418 -12628.560064   -162.032623 14 10  8 274  P   P
+PG17 -15380.057514  14558.261919  16024.730484    184.219708  9 13 14 188  P   P
+PG18  15640.261836 -16271.893180 -13397.050632    129.627964 13 18 17 213  P   P
+PG19 -18062.179326  -9518.020856 -17167.492220   -126.127629 17 17 16 250  P   P
+PG20 -15701.227860  -1933.689587  21182.764761     48.825582  8 12 12 255  P   P
+PG21  16481.070221  -4161.988059 -20140.593056   -134.507621 16 19 16 266  P   P
+PG22  10940.450496 -23764.061180  -4091.360857    150.831904 14 12 15 254  P   P
+PG23 -24666.602226  -1723.427401  10140.087869    316.191088 13 11 15 207  P   P
+PG24 -20862.710321 -12614.708960  10924.747869    378.159867 15 19 19 307  P   P
+PG25  16292.281579  -8835.243516  19003.960796     -0.993998 12 15 13 216  P   P
+PG26   9632.617635  13005.223720 -21731.732184   -160.967575 16 11 12 323  P   P
+PG27  20525.067042  16926.413326   3219.668184    251.488060 12 11 16 303  P   P
+PG28 -12707.769755  21879.636220  -7106.045562     28.779862 13 13 17 274  P   P
+PG29  26204.528964  -3801.688478   1838.824158    196.712913  9 13 15 225  P   P
+PG30   2517.945184 -25890.873520  -5684.692999    333.696520 15 10 14 284  P   P
+PG31  -1672.013011 -19596.134014  17951.925754     60.871819 14  6 12 242  P   P
+PG32 -11338.969307 -11976.802256  21178.551448   -226.772061 15 15 12 274  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641217  21448.055846  12416.809447    328.351745 19  8 19 246  P   P
+PG03  -5566.224861 -15139.981435 -21502.165277    696.316976 16 16 10 289  P   P
+PG04  -2508.552414  17355.941427  19643.164741     76.712921 20 18 16 266  P   P
+PG05   3070.068969  23608.472710 -11685.540836   -138.174986 12 12 13 190  P   P
+PG06   -136.236559 -16266.773839 -20802.427277   -229.514680 16 15 11 334  P   P
+PG07 -18063.752683   1103.854968 -19508.123355      7.055109 11 12 12 279  P   P
+PG08 -10696.093238   9677.842643 -22276.076933      7.631874 14 13 14 315  P   P
+PG09  21304.668529  15023.099858   4556.751733     71.214218 15 16 18 290  P   P
+PG10  -8223.521111  24888.897410   2540.605378    -70.460206 12 12 13 296  P   P
+PG11 -23867.130019 -11978.965847   1173.286895   -139.237189 11 14 17 268  P   P
+PG12  12716.645785   9259.086381  21457.484563    -14.893422 14 16 10 211  P   P
+PG13 -26064.287141   5163.799763    815.138621    276.781634  9 12 13 227  P   P
+PG14  16832.581817 -14279.072255  14827.007907    141.295299 16 10 13 183  P   P
+PG15  19487.550735   6413.332972 -16947.811376   -138.573352 15 14 14 227  P   P
+PG16   -610.520001 -24365.664989 -10150.680650   -162.035099 13 10  7 274  P   P
+PG17 -17080.448388  14763.059901  13944.325388    184.219907  9 14 14 193  P   P
+PG18  15432.075267 -14544.125265 -15457.388648    129.629745 13 18 17 215  P   P
+PG19 -16073.083555 -10011.081883 -18758.681338   -126.131060 17 17 15 251  P   P
+PG20 -15160.758581  -4341.467087  21225.238360     48.825692  8 12 12 256  P   P
+PG21  18035.177318  -2434.959902 -19141.555865   -134.510041 16 19 17 268  P   P
+PG22  11085.138812 -23049.101727  -6798.904322    150.831179 13 13 15 253  P   P
+PG23 -23464.923530  -2223.843946  12569.271471    316.188821 13 11 15 208  P   P
+PG24 -21416.680228 -13585.994410   8406.173546    378.162543 15 19 19 305  P   P
+PG25  15848.212417  -6628.911917  20237.812482     -0.994327 13 16 13 217  P   P
+PG26   7294.541335  13463.364815 -22335.493523   -160.976678 16 11 11 322  P   P
+PG27  20505.543794  17140.530961    351.217102    251.491989 12 11 16 311  P   P
+PG28 -12620.824168  20821.424480  -9775.125377     28.782009 12 14 16 275  P   P
+PG29  25906.886253  -3473.191052   4666.130578    196.715404 10 13 15 227  P   P
+PG30   2860.679303 -26271.237636  -2885.035209    333.698961 15 11 14 282  P   P
+PG31   -114.130280 -18173.186524  19496.709132     60.876369 14  7 11 243  P   P
+PG32 -10493.329309 -14125.032359  20295.223011   -226.778826 15 15 13 275  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606674  20624.538733  14583.163100    328.353741 20  7 19 247  P   P
+PG03  -3414.119953 -16137.801485 -21189.245683    696.321447 16 16 10 290  P   P
+PG04  -4360.511172  15892.982410  20558.726174     76.722192 20 18 14 267  P   P
+PG05   2599.415081  24735.250694  -9190.190530   -138.180257 12 12 13 186  P   P
+PG06   2112.236853 -17060.248614 -20032.770671   -229.619956 16 15 12 336  P   P
+PG07 -19593.396595   -393.285070 -18019.788702      7.055999 11 11 12 280  P   P
+PG08 -12467.699116   7866.178064 -22115.482046      7.631895 14 13 14 316  P   P
+PG09  21500.640025  15439.137744   1685.939346     71.216373 15 15 18 287  P   P
+PG10  -8426.268726  24352.050281   5347.094783    -70.461242 12 12 13 297  P   P
+PG11 -23685.107166 -12367.686492  -1511.991358   -139.239944 13 14 17 269  P   P
+PG12  12163.402094  11590.466582  20643.965106    -14.890888 14 16 11 215  P   P
+PG13 -25840.064287   4934.221856   3709.934047    276.780314  8 12 13 229  P   P
+PG14  18360.941080 -14545.512374  12543.697846    141.297460 15 10 14 185  P   P
+PG15  17630.313258   7247.482978 -18553.346652   -138.570616 15 14 13 229  P   P
+PG16   -167.638528 -25309.893335  -7494.967939   -162.037580 13 10  7 275  P   P
+PG17 -18531.234261  14983.393414  11623.290041    184.220106 10 14 15 198  P   P
+PG18  15256.327841 -12593.873336 -17241.933005    129.631525 12 19 16 218  P   P
+PG19 -13953.325807 -10646.586677 -20030.461057   -126.134490 17 17 15 252  P   P
+PG20 -14737.737020  -6755.459186  20897.611542     48.825800  8 12 12 257  P   P
+PG21  19566.740375   -878.491733 -17807.554437   -134.512460 16 19 18 270  P   P
+PG22  11197.148933 -22048.669279  -9388.145779    150.830452 13 14 15 253  P   P
+PG23 -22041.985949  -2868.648755  14785.784281    316.186553 14 12 15 209  P   P
+PG24 -21812.570871 -14323.334953   5745.479526    378.165196 16 18 20 304  P   P
+PG25  15497.933883  -4284.497784  21122.860278     -0.994656 13 16 12 219  P   P
+PG26   4939.208132  14069.031971 -22576.602281   -160.985785 16 11 11 321  P   P
+PG27  20242.665113  17157.059334  -2523.101129    251.495917 12 11 16 318  P   P
+PG28 -12521.030930  19468.349212 -12269.650382     28.784151 12 15 16 276  P   P
+PG29  25323.776496  -3041.831927   7413.058291    196.717899 11 13 15 229  P   P
+PG30   3136.102456 -26353.709641    -35.891121    333.701425 15 12 14 281  P   P
+PG31   1633.218357 -16735.805343  20709.505167     60.880918 13  8 11 243  P   P
+PG32  -9795.617565 -16200.199131  19074.238856   -226.785578 15 15 14 276  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415444  19729.059038  16504.557973    328.355734 20  8 18 249  P   P
+PG03  -1356.038749 -17212.690861 -20523.482659    696.325941 15 16 11 291  P   P
+PG04  -6343.977936  14470.031051  21111.982447     76.731449 20 18 12 268  P   P
+PG05   2225.526078  25595.534572  -6535.866459   -138.185527 12 12 13 182  P   P
+PG06   4224.437152 -17914.337605 -18912.011397   -229.725230 16 15 12 337  P   P
+PG07 -21055.669246  -1688.761826 -16223.531145      7.056892 10 11 12 281  P   P
+PG08 -14307.830812   6190.460614 -21575.135861      7.631887 14 13 14 317  P   P
+PG09  21457.864180  15644.391504  -1214.068631     71.218521 15 15 18 286  P   P
+PG10  -8606.381877  23513.799706   8058.976621    -70.462299 12 13 13 297  P   P
+PG11 -23249.546699 -12641.879000  -4171.854904   -139.242694 14 14 17 269  P   P
+PG12  11755.110415  13836.506230  19477.479812    -14.888354 14 15 12 220  P   P
+PG13 -25319.650735   4591.976054   6540.910797    276.778997  7 12 13 231  P   P
+PG14  19617.582483 -14807.252989  10044.796682    141.299619 14 10 14 189  P   P
+PG15  15666.583276   8239.630952 -19841.051581   -138.567877 16 14 13 230  P   P
+PG16    172.006654 -25970.159224  -4707.858667   -162.040062 12 10  7 275  P   P
+PG17 -19713.238614  15181.703254   9101.193210    184.220308 10 15 15 202  P   P
+PG18  15142.533572 -10453.810925 -18718.882130    129.633309 12 19 16 221  P   P
+PG19 -11748.429737 -11430.167454 -20960.334112   -126.137919 17 17 14 253  P   P
+PG20 -14435.618567  -9128.328151  20205.857281     48.825906  8 12 11 258  P   P
+PG21  21034.395536    492.422586 -16164.001363   -134.514878 15 18 18 272  P   P
+PG22  11311.553292 -20773.324751 -11813.795659    150.829727 12 15 15 252  P   P
+PG23 -20435.320130  -3676.224309  16751.694549    316.184284 14 12 14 211  P   P
+PG24 -22015.560307 -14840.501421   2987.656536    378.167831 17 18 20 302  P   P
+PG25  15261.271559  -1846.010823  21643.890331     -0.994987 13 16 12 219  P   P
+PG26   2613.389170  14813.565029 -22450.166032   -160.994902 16 11 11 320  P   P
+PG27  19712.996506  17006.933646  -5354.385474    251.499855 13 11 16 324  P   P
+PG28 -12446.363886  17838.052481 -14544.130095     28.786290 12 15 16 278  P   P
+PG29  24478.733333  -2477.275194  10032.421005    196.720393 12 13 15 231  P   P
+PG30   3380.199295 -26128.500688   2813.831344    333.703918 14 13 14 280  P   P
+PG31   3546.938803 -15326.451307  21570.587310     60.885467 13  9 10 244  P   P
+PG32  -9242.164321 -18157.841160  17536.366582   -226.792319 15 15 14 277  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990618  18800.666759  18148.020852    328.357722 20  9 18 251  P   P
+PG03    574.408004 -18335.738568 -19514.723814    696.330458 15 16 12 292  P   P
+PG04  -8425.217682  13121.737764  21294.052116     76.740693 20 18 10 270  P   P
+PG05   1916.765687  26167.239790  -3768.421790   -138.190796 12 12 12 179  P   P
+PG06   6166.442989 -18797.311787 -17459.503578   -229.830506 15 14 12 339  P   P
+PG07 -22405.486675  -2777.839328 -14150.399617      7.057787  9 10 13 282  P   P
+PG08 -16174.128965   4678.986446 -20665.952942      7.631847 13 14 14 319  P   P
+PG09  21153.782655  15670.870886  -4093.289932     71.220673 16 15 18 284  P   P
+PG10  -8800.180676  22384.177501  10628.068316    -70.463378 11 13 12 299  P   P
+PG11 -22554.148422 -12832.523554  -6761.771227   -139.245441 15 14 17 269  P   P
+PG12  11482.922190  15950.209863  17978.343502    -14.885818 14 15 13 223  P   P
+PG13 -24525.966969   4103.913327   9259.177562    276.777681  7 12 12 234  P   P
+PG14  20588.815167 -15023.728717   7372.870942    141.301776 13 10 14 194  P   P
+PG15  13641.915485   9387.862799 -20788.462145   -138.565137 16 15 12 232  P   P
+PG16    442.571751 -26326.230618  -1838.184851   -162.042552 12 10  8 276  P   P
+PG17 -20615.749737  15318.757437   6421.297982    184.220509 11 15 15 206  P   P
+PG18  15114.835011  -8162.822228 -19862.140273    129.635093 12 19 15 224  P   P
+PG19  -9505.369045 -12359.393557 -21531.491371   -126.141348 16 17 14 254  P   P
+PG20 -14250.135927 -11413.423095  19162.353907     48.826009  8 12 12 259  P   P
+PG21  22396.570459   1671.012420 -14241.370595   -134.517294 15 18 19 274  P   P
+PG22  11461.500445 -19241.863430 -14033.329825    150.828997 12 15 14 250  P   P
+PG23 -18686.714101  -4657.619359  18433.121408    316.182012 15 12 14 213  P   P
+PG24 -21995.421724 -15158.246772    179.317189    378.170452 18 17 20 301  P   P
+PG25  15150.579755    639.214257  21791.971680     -0.995319 13 16 12 220  P   P
+PG26    362.001886  15680.327381 -21956.931015   -161.004029 16 11 10 319  P   P
+PG27  18900.889144  16725.718266  -8093.651351    251.503796 13 11 15 329  P   P
+PG28 -12431.713044  15957.209350 -16556.830643     28.788425 12 15 15 279  P   P
+PG29  23402.292810  -1754.442312  12479.327141    196.722886 13 13 15 233  P   P
+PG30   3630.025161 -25594.629230   5614.730968    333.706439 14 13 15 279  P   P
+PG31   5596.658582 -13983.525060  22066.207279     60.890020 13 10 10 245  P   P
+PG32  -8821.709826 -19955.844525  15707.401065   -226.799046 14 15 15 278  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043778  17876.703311  19484.992354    328.359708 20  9 17 253  P   P
+PG03   2349.075670 -19473.083188 -18178.481032    696.334998 15 16 12 293  P   P
+PG04 -10565.241939  11876.948704  21102.743007     76.749925 20 18 11 272  P   P
+PG05   1638.292537  26436.443555   -935.726104   -138.196064 11 12 11 179  P   P
+PG06   7911.018336 -19673.121753 -15700.560217   -229.935786 15 14 13 341  P   P
+PG07 -23599.145851  -3664.300927 -11836.048623      7.058684  9 10 13 284  P   P
+PG08 -18020.953907   3351.909324 -19404.989543      7.631778 13 14 15 320  P   P
+PG09  20573.645013  15555.339112  -6902.759948     71.222818 16 14 18 283  P   P
+PG10  -9041.973760  20982.027274  13008.674531    -70.464478 11 14 11 300  P   P
+PG11 -21599.787642 -12971.929463  -9238.612794   -139.248186 15 14 17 270  P   P
+PG12  11330.254748  17887.993767  16172.460857    -14.883280 14 15 14 226  P   P
+PG13 -23489.521924   3442.311649  11817.615345    276.776367  7 12 12 236  P   P
+PG14  21269.936180 -15153.736280   4573.668053    141.303933 12 10 14 199  P   P
+PG15  11601.933706  10682.208698 -21378.881570   -138.562394 16 15 12 233  P   P
+PG16    681.204249 -26366.744725   1063.728414   -162.045044 11 11  9 276  P   P
+PG17 -21236.825001  15355.312782   3629.827976    184.220713 11 16 16 211  P   P
+PG18  15190.945392  -5764.617736 -20651.813826    129.636880 12 19 13 227  P   P
+PG19  -7270.933832 -13423.702289 -21733.154167   -126.144778 16 17 13 256  P   P
+PG20 -14169.551032 -13566.410783  17785.639326     48.826108  8 12 12 260  P   P
+PG21  23613.035270   2658.680668 -12074.527817   -134.519708 13 18 19 276  P   P
+PG22  11676.739757 -17480.728522 -16007.775884    150.828269 11 16 14 249  P   P
+PG23 -16840.725236  -5815.921422  19800.819376    316.179740 15 13 13 216  P   P
+PG24 -21727.761532 -15303.354474  -2632.050389    378.173066 18 17 20 299  P   P
+PG25  15170.251418   3122.147869  21564.607171     -0.995650 13 16 13 220  P   P
+PG26  -1773.349706  16645.199912 -21103.355320   -161.013165 16 11 11 318  P   P
+PG27  17799.365178  16352.174527 -10692.675336    251.507727 13 11 15 333  P   P
+PG28 -12507.283029  13860.664768 -18270.680615     28.790557 12 15 15 280  P   P
+PG29  22130.810002   -854.670003  14711.939600    196.725380 13 13 15 234  P   P
+PG30   3922.064313 -24760.083299   8317.783336    333.708992 14 14 15 277  P   P
+PG31   7745.726810 -12740.002788  22188.759635     60.894571 12 11 10 245  P   P
+PG32  -8515.965338 -21555.856157  13617.765857   -226.805765 14 15 15 280  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573975  16991.373191  20491.833816    328.361690 20  9 16 255  P   P
+PG03   3946.191034 -20587.097188 -16535.784761    696.339565 14 15 12 294  P   P
+PG04 -12721.195826  10757.700042  20542.521949     76.759147 20 18 14 274  P   P
+PG05   1353.618233  26397.899109   1913.175849   -138.201328 11 13 11 181  P   P
+PG06   9438.487771 -20502.831091 -13665.996444   -230.041074 15 13 13 342  P   P
+PG07 -24595.954796  -4360.091263  -9320.126998      7.059584  7  9 13 285  P   P
+PG08 -19801.039379   2220.706824 -17815.057899      7.631685 13 14 15 322  P   P
+PG09  19711.087217  15337.692429  -9595.325201     71.224961 17 14 18 281  P   P
+PG10  -9362.487075  19334.374248  15158.479238    -70.465596 11 14 11 301  P   P
+PG11 -20394.553533 -13092.363862 -11561.302729   -139.250926 16 14 16 270  P   P
+PG12  11273.555757  19611.183252  14090.874251    -14.880740 14 14 14 230  P   P
+PG13 -22247.254108   2586.172728  14171.711531    276.775055  7 12 12 239  P   P
+PG14  21665.309371 -15157.173490   1695.345956    141.306088 10 10 14 204  P   P
+PG15   9590.711795  12104.858862 -21601.693559   -138.559649 16 15 12 235  P   P
+PG16    926.360745 -26089.647962   3946.996242   -162.047541 11 12 10 277  P   P
+PG17 -21583.260350  15253.799898    775.165237    184.220917 11 16 16 215  P   P
+PG18  15381.376211  -3306.158857 -21074.567208    129.638672 12 19 11 230  P   P
+PG19  -5090.097308 -14604.651481 -21560.823295   -126.148209 16 17 13 257  P   P
+PG20 -14175.214569 -15546.814353  16100.052066     48.826205  8 12 12 261  P   P
+PG21  24646.380252   3464.637791  -9702.016638   -134.522113 11 18 20 278  P   P
+PG22  11982.285116 -15523.127578 -17702.437968    150.827540 11 16 13 247  P   P
+PG23 -14943.089444  -7145.929817  20830.700429    316.177466 15 13 13 219  P   P
+PG24 -21195.053024 -15307.467790  -5398.844434    378.175677 19 17 20 299  P   P
+PG25  15316.550021   5553.760056  20965.772819     -0.995981 13 16 13 220  P   P
+PG26  -3755.736150  17677.351094 -19901.622984   -161.022315 16 11 12 317  P   P
+PG27  16410.699894  15926.671968 -13104.883762    251.511643 14 11 15 337  P   P
+PG28 -12697.185933  11590.218852 -19654.086845     28.792686 12 16 14 282  P   P
+PG29  20705.069120    233.384203  16692.176787    196.727875 14 13 14 235  P   P
+PG30   4290.585890 -23641.643403  10875.237234    333.711575 13 15 15 275  P   P
+PG31   9952.444903 -11622.295584  21936.851217     60.899124 12 12 10 246  P   P
+PG32  -8300.431271 -22924.570045  11302.059119   -226.812471 14 14 16 282  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908742  16174.430822  21150.273165    328.363670 20  9 15 257  P   P
+PG03   5351.033656 -21637.739997 -14612.953106    696.344154 14 15 13 294  P   P
+PG04 -14847.894202   9778.506804  19624.354492     76.768357 20 18 15 276  P   P
+PG05   1026.234129  26055.223518   4728.929438   -138.206592 11 13 10 186  P   P
+PG06  10737.308428 -21246.182302 -11391.561729   -230.146371 14 13 13 343  P   P
+PG07 -25359.756126  -4884.649716  -6645.608162      7.060486  6  9 14 286  P   P
+PG08 -21467.195364   1287.984893 -15924.262860      7.631566 12 14 15 324  P   P
+PG09  18568.392485  15059.266947 -12126.365875     71.227101 17 13 18 278  P   P
+PG10  -9787.444777  17475.466712  17039.369759    -70.466732 11 15 10 303  P   P
+PG11 -18953.536929 -13224.701426 -13691.419139   -139.253665 16 14 16 271  P   P
+PG12  11283.339288  21087.327796  11769.232570    -14.878199 14 14 15 232  P   P
+PG13 -20841.128031   1522.263842  16280.358900    276.773743  8 12 12 241  P   P
+PG14  21788.099777 -14996.757563  -1212.354180    141.308243  8 10 14 209  P   P
+PG15   7649.217000  13630.691578 -21452.575488   -138.556906 16 15 13 236  P   P
+PG16   1216.072646 -25502.273537   6761.117258   -162.050041 10 12 11 277  P   P
+PG17 -21670.222613  14979.963364  -2093.006067    184.221120 11 17 16 220  P   P
+PG18  15688.982127   -835.960805 -21123.831567    129.640465 12 19  6 233  P   P
+PG19  -3004.444613 -15876.489568 -21016.426291   -126.151640 16 17 13 259  P   P
+PG20 -14242.408457 -17319.399701  14135.268063     48.826300  9 12 12 262  P   P
+PG21  25463.366917   4105.246450  -7165.319297   -134.524516  9 18 20 279  P   P
+PG22  12397.273754 -13407.885624 -19087.543708    150.826810 11 17 12 245  P   P
+PG23 -13039.085072  -8634.145878  21504.283684    316.175189 15 13 12 221  P   P
+PG24 -20387.427071 -15205.742490  -8074.117359    378.178289 20 16 20 298  P   P
+PG25  15577.769642   7886.714590  20005.845232     -0.996314 13 16 14 220  P   P
+PG26  -5554.119235  18740.265858 -18369.592146   -161.031479 15 12 12 316  P   P
+PG27  14746.661749  15489.500325 -15286.268354    251.515529 14 11 15 340  P   P
+PG28 -13018.296880   9193.110088 -20681.632152     28.794814 12 16 14 283  P   P
+PG29  19168.741610   1513.122791  18386.344198    196.730369 14 13 14 237  P   P
+PG30   4766.065537 -22264.363794  13241.518867    333.714191 13 16 15 272  P   P
+PG31  12171.481672 -10649.370455  21315.278132     60.903678 11 12 11 246  P   P
+PG32  -8145.444251 -24034.843649   8798.547473   -226.819166 13 14 16 284  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412664  15450.032770  21447.780019    328.365648 19 10 13 259  P   P
+PG03   6556.363701 -22584.035889 -12441.271343    696.348769 13 15 13 294  P   P
+PG04 -16899.442572   8945.969859  18365.423519     76.777558 20 18 16 279  P   P
+PG05    621.241501  25420.750964   7462.742948   -138.211855 11 13  8 190  P   P
+PG06  11804.315322 -21863.230208  -8917.273389   -230.251679 14 13 13 345  P   P
+PG07 -25860.288026  -5263.962550  -3858.072450      7.061390  4  9 14 287  P   P
+PG08 -22973.997312    547.619431 -13765.472834      7.631428 11 14 16 326  P   P
+PG09  17156.435803  14761.137851 -14454.442137     71.229230 17 13 18 276  P   P
+PG10 -10336.364676  15445.529330  18618.171477    -70.467885 11 15  9 305  P   P
+PG11 -17298.377601 -13397.141713 -15593.754113   -139.256401 17 14 15 271  P   P
+PG12  11325.453118  22291.286458   9247.189796    -14.875654 14 13 15 235  P   P
+PG13 -19316.538916    245.860431  18106.603601    276.772432  8 12 12 244  P   P
+PG14  21659.670334 -14639.653778  -4098.978107    141.310397  4 10 14 214  P   P
+PG15   5813.875514  15228.096082 -20933.605943   -138.554159 16 15 13 237  P   P
+PG16   1586.232550 -24621.054117   9456.905678   -162.052545 10 13 11 277  P   P
+PG17 -21520.556177  14504.389370  -4924.593804    184.221322 12 17 16 223  P   P
+PG18  16108.839695   1597.652312 -20799.864685    129.642263 12 20  8 236  P   P
+PG19  -1050.724777 -17207.026633 -20108.355783   -126.155073 15 17 14 261  P   P
+PG20 -14341.435164 -18855.356071  11925.744216     48.826391  9 12 12 262  P   P
+PG21  26036.106898   4603.112842  -4508.108280   -134.526917  8 18 20 280  P   P
+PG22  12934.068385 -11178.080264 -20138.798740    150.826081 10 17 11 243  P   P
+PG23 -11171.911790 -10259.085677  21809.062974    316.172912 15 13 12 224  P   P
+PG24 -19303.189497 -15035.371902 -10612.339504    378.180909 20 16 19 298  P   P
+PG25  15934.716722  10076.997979  18701.418577     -0.996648 13 17 15 220  P   P
+PG26  -7144.380385  19793.007453 -16530.669390   -161.040655 15 12 13 315  P   P
+PG27  12828.382783  15079.148302 -17196.307393    251.519374 14 11 14 343  P   P
+PG28 -13479.428675   6720.262532 -21334.630813     28.796942 12 16 13 285  P   P
+PG29  17566.751851   2979.698186  19765.687359    196.732863 15 13 14 238  P   P
+PG30   5373.740815 -20660.724418  15374.123072    333.716838 13 16 14 269  P   P
+PG31  14355.421017  -9832.161315  20334.913628     60.908232 11 13 12 247  P   P
+PG32  -8017.417795 -24866.606876   6148.610974   -226.825853 13 13 16 286  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714397  14835.801120  21377.860069    328.367627 19 10 11 261  P   P
+PG03   7562.574276 -23385.626218 -10056.578509    696.353406 13 14 13 294  P   P
+PG04 -18830.876725   8258.710486  16788.738222     76.786753 19 18 17 281  P   P
+PG05    106.919571  24515.057029  10067.251137   -138.217115 12 14  7 194  P   P
+PG06  12644.630966 -22315.974736  -6286.666513   -230.357004 14 12 13 346  P   P
+PG07 -26074.332891  -5529.370841  -1004.952414      7.062297  4  9 14 288  P   P
+PG08 -24279.401673    -14.778069 -11375.736455      7.631272 10 14 16 328  P   P
+PG09  15494.324267  14482.472297 -16541.861989     71.231351 17 13 17 275  P   P
+PG10 -11021.620833  13289.281793  19867.274779    -70.469049 11 15  8 307  P   P
+PG11 -15456.588396 -13634.037579 -17236.824198   -139.259135 17 14 15 272  P   P
+PG12  11362.528699  23206.044541   6567.742815    -14.873106 14 13 16 237  P   P
+PG13 -17720.587194  -1238.843634  19618.326470    276.771122  9 12 12 246  P   P
+PG14  21308.661516 -14058.947737  -6914.255611    141.312552  4 10 14 219  P   P
+PG15   4115.315924  16860.061202 -20053.262535   -138.551413 16 15 14 238  P   P
+PG16   2068.973025 -23470.882797  11987.391469   -162.055052 10 14 11 277  P   P
+PG17 -21163.789488  13803.856550  -7670.011747    184.221524 12 17 16 227  P   P
+PG18  16628.460723   3948.265677 -20109.665485    129.644064 13 19 11 238  P   P
+PG19    740.416491 -18558.777531 -18851.393326   -126.158506 15 16 14 263  P   P
+PG20 -14438.908205 -20133.226389   9510.081369     48.826479  9 11 12 263  P   P
+PG21  26343.032080   4985.967795  -1775.502498   -134.529307  9 18 20 280  P   P
+PG22  13597.640730  -8879.513434 -20837.836277    150.825353 10 17  9 241  P   P
+PG23  -9381.145530 -11991.908861  21738.782922    316.170632 15 12 12 226  P   P
+PG24 -17949.044098 -14834.038168 -12970.148557    378.183542 21 15 19 298  P   P
+PG25  16361.494451  12085.421301  17075.014483     -0.996980 13 16 15 219  P   P
+PG26  -8510.120153  20791.677923 -14413.601775   -161.049845 15 12 14 314  P   P
+PG27  10685.846533  14730.621695 -18798.866692    251.523175 15 11 14 346  P   P
+PG28 -14080.866200   4224.376046 -21601.522901     28.799070 12 16 12 286  P   P
+PG29  15943.612938   4620.022655  20806.858525    196.735358 15 13 13 239  P   P
+PG30   6132.365280 -18869.480843  17234.468910    333.719518 13 17 14 264  P   P
+PG31  16456.386778  -9173.288065  19012.510493     60.912787 10 13 12 247  P   P
+PG32  -7880.235264 -25407.532099   3396.142362   -226.832531 12 13 16 289  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788091  14342.137590  20940.258829    328.369605 19 10  9 263  P   P
+PG03   8377.555237 -24004.340138  -7498.759473    696.358064 13 14 13 293  P   P
+PG04 -20599.756180   7707.628206  14922.646761     76.795941 19 18 18 283  P   P
+PG05   -543.831801  23366.172679  12497.352921   -138.222372 12 14  6 199  P   P
+PG06  13271.244760 -22569.925093  -3545.977589   -230.462345 14 12 13 347  P   P
+PG07 -25986.611758  -5716.179868   1865.247877      7.063205  7  9 14 289  P   P
+PG08 -25346.232116   -421.094325  -8795.655499      7.631103  9 14 16 329  P   P
+PG09  13608.754912  14258.992009 -18355.170817     71.233462 18 12 17 274  P   P
+PG10 -11847.813343  11054.286858  20765.139518    -70.470225 11 16  8 309  P   P
+PG11 -13460.680211 -13954.874111 -18593.329480   -139.261870 17 14 14 273  P   P
+PG12  11355.558820  23823.232397   3776.518459    -14.870554 14 12 16 239  P   P
+PG13 -16100.290334  -2918.678137  20788.842931    276.769813 10 11 12 249  P   P
+PG14  20769.787926 -13234.899611  -9609.007139    141.314705  8 11 13 224  P   P
+PG15   2577.339998  18485.490012 -18826.307688   -138.548665 16 15 15 239  P   P
+PG16   2691.204860 -22084.150603  14308.669213   -162.057563 10 14 11 277  P   P
+PG17 -20634.879942  12862.452253 -10281.093684    184.221725 12 17 16 231  P   P
+PG18  17228.325792   6172.993818 -19066.750991    129.645872 13 19 13 240  P   P
+PG19   2345.471171 -19890.336570 -17266.515137   -126.161943 15 16 15 264  P   P
+PG20 -14499.190547 -21139.553509   6930.320669     48.826564  9 11 13 263  P   P
+PG21  26369.628685   5285.385379    986.661049   -134.531698 11 18 20 281  P   P
+PG22  14385.262585  -6559.081541 -21172.551865    150.824625 10 17  6 238  P   P
+PG23  -7701.329087 -13797.345045  21293.614908    316.168351 15 12 12 228  P   P
+PG24 -16340.010454 -14638.346716 -15107.074017    378.186191 21 15 19 298  P   P
+PG25  16826.558963  13878.937756  15154.690076     -0.997314 13 16 16 219  P   P
+PG26  -9643.193034  21691.034148 -12052.178066   -161.059052 15 13 14 313  P   P
+PG27   8356.997718  14473.876922 -20063.051228    251.526924 15 11 14 348  P   P
+PG28 -14814.282948   1757.947152 -21478.095060     28.801198 12 16 11 288  P   P
+PG29  14341.795442   6413.096938  21492.291167    196.737853 15 13 13 240  P   P
+PG30   7053.219644 -16934.254024  18788.696154    333.722229 13 17 14 259  P   P
+PG31  18427.687318  -8667.091342  17370.421855     60.917341  9 13 13 248  P   P
+PG32  -7696.748420 -25653.440590    586.904038   -226.839203 12 12 16 291  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364293  13971.819917  20141.065302    328.371583 19 11 10 265  P   P
+PG03   9016.265625 -24405.724265  -4811.143239    696.362743 13 14 13 293  P   P
+PG04 -22167.650405   7276.464587  12800.267110     76.805125 18 17 18 286  P   P
+PG05  -1352.232834  22008.519217  14711.007112   -138.227627 13 15  6 202  P   P
+PG06  13704.281874 -22595.530639   -743.280790   -230.567708 13 13 13 348  P   P
+PG07 -25590.391958  -5862.122545   4703.748340      7.064118  9  9 14 290  P   P
+PG08 -26143.486713   -699.680209  -6068.723649      7.630924  8 13 16 331  P   P
+PG09  11533.119608  14121.594922 -19865.564562     71.235562 18 12 17 273  P   P
+PG10 -12811.470990   8789.199013  21296.666411    -70.471411 12 16  8 311  P   P
+PG11 -11347.117649 -14373.432387 -19640.558548   -139.264604 17 14 13 274  P   P
+PG12  11265.543546  24143.328044    921.020252    -14.868000 15 11 16 241  P   P
+PG13 -14500.802961  -4771.796850  21597.407923    276.768502 10 11 12 251  P   P
+PG14  20082.398120 -12155.926740 -12136.041370    141.316860 10 12 13 228  P   P
+PG15   1216.161926  20060.691237 -17273.562136   -138.545917 16 15 15 240  P   P
+PG16   3473.374392 -20499.502214  16380.678189   -162.060075 11 15 11 277  P   P
+PG17 -19972.747464  11672.405747 -12711.987592    184.221923 12 18 16 235  P   P
+PG18  17882.709535   8233.937543 -17690.807376    129.647681 13 19 15 242  P   P
+PG19   3748.826494 -21157.932695 -15380.578651   -126.165382 14 16 15 266  P   P
+PG20 -14485.922522 -21869.220250   4231.188067     48.826648  9 11 13 263  P   P
+PG21  26108.917097   5535.389400   3732.531798   -134.534091 14 18 20 282  P   P
+PG22  15286.517500  -4263.110029 -21137.316316    150.823898 10 18  4 235  P   P
+PG23  -6160.754283 -15634.887342  20480.225353    316.166068 15 12 12 230  P   P
+PG24 -14499.036406 -14482.302350 -16986.225720    378.188864 22 15 18 298  P   P
+PG25  17294.006032  15431.725978  12973.551091     -0.997648 14 16 17 218  P   P
+PG26 -10543.948383  22446.207994  -9484.831426   -161.068272 15 13 15 313  P   P
+PG27   5886.496839  14332.445519 -20963.976299    251.530617 15 11 14 349  P   P
+PG28 -15663.042445   -628.688664 -20967.522505     28.803328 11 16 10 289  P   P
+PG29  12800.190283   8330.644524  21810.477699    196.740348 15 13 12 240  P   P
+PG30   8139.428536 -14901.915084  20008.379323    333.724967 14 17 13 254  P   P
+PG31  20225.422201  -8299.979949  15436.244441     60.921897  9 14 14 248  P   P
+PG32  -7430.330738 -25608.428543  -2232.153176   -226.845869 12 12 16 293  P   P
+EOF
diff --git a/util/data/igu16295_06.sp3 b/util/data/igu16295_06.sp3
new file mode 100644
index 0000000..61fcf37
--- /dev/null
+++ b/util/data/igu16295_06.sp3
@@ -0,0 +1,6167 @@
+#cP2011  3 31  6  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 367200.00000000   900.00000000 55651 0.2500000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         5  4  4  4  4  4  4  4  4  4  5  4  4  4  3  4  4
+++         4  4  5  4  4  5  4  3  4  3  4  3  4  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_06 (55652.250) FROM:       
+/* cou emu esu gfu siu usu                                  
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  3 31  6  0  0.00000000
+PG02 -13617.929466 -12250.282546 -19358.987433    328.035165  7  5  6 155       
+PG03  24560.536303  10205.168137   2296.811918    695.600132  8 10  6 179       
+PG04  -7577.897927 -22259.965872 -12209.933101     75.253539 11 11  5 224       
+PG05 -21375.727702  -1758.043213 -15752.905480   -137.348008  6  7  9 312       
+PG06  22880.184196  13711.557437   -297.472484   -212.956867  8  9  6 169       
+PG07   5946.575476 -25017.352196  -6201.619207      6.914117  7  8  9  79       
+PG08    596.322134 -25821.178434   4778.662291      7.617879 12 12 13 210       
+PG09 -13516.316526  10732.389117  19639.761322     70.889658  8  9 10 190       
+PG10  -8438.224929 -13183.732864 -21688.147426    -70.302305 11  9  6 207       
+PG11  14460.469124  -9621.078123  19711.516120   -138.802928  8 10  8 186       
+PG12 -24054.016288  11019.640009    693.342992    -15.295284  9  5 12  85       
+PG13   5986.877611 -13713.852174 -22082.321237    276.991582  8 11  5 227       
+PG14  11443.652475  19879.487360  13661.764699    140.953857  7  9  8 193       
+PG15 -21047.386191    413.513329  16298.375487   -139.002727  9  8  9 167       
+PG16  20044.142494   3620.684828 -17177.298985   -161.644203  9  8 10 222       
+PG17 -11057.611925 -19832.056804  14097.167150    184.192355 10     5 196       
+PG18  -8217.268402  18304.456370  17524.669401    129.343448  7  7  8 202       
+PG19  22136.159252   4808.716551  14143.437897   -125.590068  6 11  9 223       
+PG20  21913.665111 -14637.184618  -3175.686952     48.811650  8  8  9 218       
+PG21  -4984.772915  25321.337103  -4290.843265   -134.138533  3  9  7 145       
+PG22   3389.233211  15844.362054  21202.095867    150.941679  9  5  7 234       
+PG23  17095.791013  -4990.885035 -19811.966915    316.546261  6  8  8 226       
+PG24  14519.906295 -12867.429643  18075.765686    377.712023 11 11  7 156       
+PG25 -16095.842948  17533.843993 -11782.383740     -0.942433  2  7  8 210       
+PG26 -22736.815094 -12290.931846   6407.452982   -159.526502  7 10  9 295       
+PG27 -14957.224563   3688.574061  22268.210219    250.958112 10 11  8 201       
+PG28    880.336794 -16341.733861  21384.893593     28.440406 10  7  6 141       
+PG29  -9221.928230  12040.476952 -21719.142632    196.323230  8  9  7 177       
+PG30  13915.954526   9185.945851 -21088.928127    333.289332  5 10  8 161       
+PG31   7938.036818  20896.191685 -13972.172411     60.161572  7  6  9 211       
+PG32  25172.546501  -6498.924856   4518.717683   -225.716994  6  9 11 210       
+*  2011  3 31  6 15  0.00000000
+PG02 -13461.371754 -14383.887973 -17997.493424    328.037250  7  5  7 163       
+PG03  24561.361348  10560.037473   -472.150484    695.604870  7  9  6 185       
+PG04  -7249.696411 -23496.914550  -9781.223558     75.262806 10 11  8 222       
+PG05 -19785.842947  -2813.495244 -17565.049940   -137.353424  6  7  9 312       
+PG06  22547.462583  13883.119992  -3081.032529   -213.062710  8  9  6 181       
+PG07   6133.012912 -24141.029087  -8918.466863      6.914724  7  8  9 124       
+PG08    830.351438 -26179.440781   1853.919367      7.617825 12 12 13 213       
+PG09 -13579.805797   8316.467196  20709.908201     70.891643  9  9 10 190       
+PG10  -6260.593834 -14285.728328 -21695.358831    -70.302784 11  8  5 206       
+PG11  15090.491079  -7317.598380  20245.847725   -138.805653  8 10  8 188       
+PG12 -23945.556024  10704.745173   3572.175863    -15.292538  9  6 12 101       
+PG13   8013.925198 -12248.957306 -22305.655502    276.990288  7 11  4 229       
+PG14  10011.625646  19042.479613  15820.047217    140.955957  8  9  9 191       
+PG15 -22453.569467   -639.978427  14305.472861   -138.999963  8  8  9 168       
+PG16  18256.310953   4632.713918 -18818.288010   -161.646656  9  8 10 227       
+PG17  -9543.909429 -19038.414674  16146.703959    184.192469 10     4 199       
+PG18  -9982.630574  18969.622229  15748.084994    129.345159  7  7  9 198       
+PG19  23213.876220   5836.101523  11874.823374   -125.593512  5 11  9 221       
+PG20  22246.839976 -14443.821630   -381.186041     48.811533  8  8  9 218       
+PG21  -5334.342187  24600.871549  -7020.890448   -134.141243  4  9  7  94       
+PG22   1246.922682  16863.379007  20629.086123    150.940865  8  5  7 232       
+PG23  18882.816370  -3742.750398 -18446.329045    316.544033  6  8  8 226       
+PG24  14498.028305 -10712.355544  19474.673865    377.714199 11 11  8 163       
+PG25 -17253.448841  17929.399753  -9278.627029     -0.942790  1  7  9 210       
+PG26 -23160.821885 -12783.925138   3598.222622   -159.535214  7 10  9 296       
+PG27 -15027.600499   1273.595056  22522.595885    250.959581 10 10  8 201       
+PG28   2969.190801 -17278.010274  20391.726383     28.442596 10  7  6 149       
+PG29 -11278.936289  10637.767121 -21476.699993    196.325818  8  9  7 180       
+PG30  11912.645142  10443.356094 -21730.532364    333.291121  6  9  7 174       
+PG31   7700.220064  22386.966488 -11614.658255     60.166037  6  6  9 208       
+PG32  24690.004650  -5976.390463   7278.742331   -225.723925  6  9 11 210       
+*  2011  3 31  6 30  0.00000000
+PG02 -13403.370934 -16349.098755 -16330.543661    328.039613  7  5  8 224       
+PG03  24292.085520  10799.656877  -3233.185743    695.609499  7  9  6 191       
+PG04  -6971.365589 -24465.475959  -7182.356801     75.272150 10 11  9 211       
+PG05 -18092.514708  -4048.612884 -19076.509233   -137.358684  6  8  8 312       
+PG06  21942.399789  13939.396991  -5812.122810   -213.168767  8  9  5 189       
+PG07   6373.091170 -22975.692501 -11480.015850      6.915697  7  7  8 134       
+PG08   1027.465413 -26211.807005  -1103.838125      7.618338 12 13 12 211       
+PG09 -13779.849094   5803.112684  21405.611764     70.892980  9  9  9 190       
+PG10  -4155.495283 -15488.920310 -21335.912491    -70.303971 11  8  5 203       
+PG11  15820.764639  -5004.992929  20420.987966   -138.808681  9 10  9 188       
+PG12 -23575.986966  10218.152286   6388.912096    -15.290107  9  6 11 129       
+PG13  10124.140332 -10900.470335 -22150.308402    276.988607  6 11  4 229       
+PG14   8340.487745  18168.517841  17710.457967    140.958291  9  9  9 190       
+PG15 -23699.029516  -1511.016169  12068.331922   -138.997126  7  8 10 174       
+PG16  16379.736021   5826.260225 -20137.790383   -161.648941  9  8  9 229       
+PG17  -7803.811792 -18218.544424  17923.488037    184.192545  9  2  3 203       
+PG18 -11533.908685  19608.951489  13701.693757    129.346918  6  7  9 192       
+PG19  24120.209750   6659.433489   9405.462708   -125.596809  3 11  9 219       
+PG20  22326.874903 -14089.925640   2419.885651     48.811234  7  8  9 216       
+PG21  -5724.149809  23589.850445  -9624.074875   -134.143959  5  9  7 100       
+PG22   -773.376719  17941.683800  19705.612942    150.940348  8  4  7 230       
+PG23  20581.582029  -2676.045310 -16766.850105    316.542198  6  7  8 224       
+PG24  14580.241147  -8422.267802  20537.599150    377.719151 12 11  8 164       
+PG25 -18142.247378  18227.493281  -6615.107878     -0.943144  1  6  9 207       
+PG26 -23343.025265 -13075.208730    727.952083   -159.544419  6 10  9 296       
+PG27 -15236.261989  -1138.236097  22412.316588    250.962082 10 10  8 201       
+PG28   4895.042402 -18265.652581  19060.471218     28.444819  9  6  6 152       
+PG29 -13364.194322   9368.308608 -20861.702700    196.328378  7  9  8 182       
+PG30   9936.877131  11833.871637 -22011.867361    333.293721  5  9  7 177       
+PG31   7538.065450  23606.197191  -9052.896034     60.170673  5  6  9 204       
+PG32  23960.777819  -5295.325645   9911.600825   -225.731000  7  9 11 210       
+*  2011  3 31  6 45  0.00000000
+PG02 -13420.961436 -18110.457778 -14387.354769    328.041770  8  5  8 225       
+PG03  23745.050040  10957.849816  -5939.964001    695.613543  7  9  6 198       
+PG04  -6709.641953 -25147.114175  -4458.121163     75.281926 10  9 10 185       
+PG05 -16340.578949  -5458.151911 -20261.226749   -137.364009  6  8  7 312       
+PG06  21059.016815  13915.332260  -8444.026101   -213.274383  8  9  5 196       
+PG07   6700.101191 -21546.194994 -13841.816343      6.916619  7  7  8 179       
+PG08   1228.015911 -25915.479095  -4041.928262      7.619053 12 12 12 211       
+PG09 -14122.634462   3245.196086  21713.698937     70.895065  9  9  9 191       
+PG10  -2160.720159 -16765.239800 -20614.694366    -70.304568 11  7  4 201       
+PG11  16640.508847  -2727.086991  20234.766155   -138.811557  9 10  9 190       
+PG12 -22974.705895   9533.968851   9094.660943    -15.287502  9  7 11 145       
+PG13  12273.825199  -9693.630283 -21619.035691    276.987439  6 11  4 229       
+PG14   6449.308299  17298.974845  19301.121329    140.960362 10  8  9 190       
+PG15 -24744.962413  -2212.152345   9625.292628   -138.994631  5  8  9 178       
+PG16  14461.199531   7194.402487 -21112.470016   -161.651559  9  7  8 242       
+PG17  -5858.305509 -17411.049151  19397.391175    184.192665 10  4  3 205       
+PG18 -12856.179065  20183.505158  11419.445938    129.348679  6  7  9 184       
+PG19  24818.395583   7293.408851   6777.307851   -125.600511    11 10 217       
+PG20  22174.980932 -13547.790434   5179.064501     48.811462  7  7  9 214       
+PG21  -6185.444176  22308.553550 -12052.968024   -134.145554  5 10  7 133       
+PG22  -2640.297268  19047.033085  18446.884006    150.939555  7  3  6 229       
+PG23  22147.428674  -1789.914868 -14802.723227    316.539727  6  7  8 219       
+PG24  14780.884302  -6041.839887  21247.037289    377.722949 13 11  8 171       
+PG25 -18766.043144  18389.111312  -3837.661758     -0.943415  2  6  9 206       
+PG26 -23259.620107 -13196.096367  -2154.621800   -159.553569  5 10  9 297       
+PG27 -15577.771657  -3500.408688  21939.917134    250.964951 10  9  7 202       
+PG28   6629.488959 -19267.780287  17411.706298     28.446911  9  6  6 161       
+PG29 -15431.779863   8249.362725 -19884.775884    196.331022  7  9  8 184       
+PG30   8028.954463  13334.168459 -21928.356654    333.296049  6  9  7 179       
+PG31   7416.687506  24530.585397  -6332.149944     60.175385  4  6  9 198       
+PG32  23018.587936  -4434.923562  12372.065241   -225.737985  7  9 10 213       
+*  2011  3 31  7  0  0.00000000
+PG02 -13485.887725 -19638.566437 -12201.536483    328.043618  8  5  8 214       
+PG03  22920.374959  11069.903520  -8547.444040    695.617867  7  9  5 204       
+PG04  -6429.211647 -25531.586968  -1655.829212     75.291401  9  9 11 176       
+PG05 -14574.409469  -7028.730717 -21098.686849   -137.371416  6  8  7           
+PG06  19899.569174  13847.104449 -10931.492953   -213.379959  8 10  4 203       
+PG07   7142.460187 -19884.947847 -15963.006955      6.917526  7  7  8 144       
+PG08   1472.028760 -25297.679024  -6908.028357      7.618591 12 10 11 206       
+PG09 -14605.574004    696.635341  21628.341146     70.896907  9  9  9 196       
+PG10   -308.810935 -18080.850746 -19542.688223    -70.306172 11  7  3 196       
+PG11  17532.355211   -525.202163  19691.571934   -138.814140  9 10  9 193       
+PG12 -22177.152132   8633.164751  11642.552690    -15.284902  9  7 11 173       
+PG13  14415.949154  -8645.861774 -20720.880487    276.986043  6 11  4 184       
+PG14   4365.109852  16472.041524  20565.169050    140.962490 10  8  9 194       
+PG15 -25557.188176  -2762.920730   7018.127373   -138.992007  4  7  9 190       
+PG16  12546.682663   8721.767359 -21724.769642   -161.653892  9  7  7 232       
+PG17  -3735.806686 -16651.048040  20543.281915    184.192800  9  5  3 207       
+PG18 -13942.405600  20653.630293   8939.698749    129.350407  5  7  8 178       
+PG19  25276.576850   7759.612383   4034.842617   -125.604063  2 10 10 218       
+PG20  21818.697018 -12795.415722   7848.453873     48.811317  7  7  9 218       
+PG21  -6745.357759  20785.300503 -14263.283839   -134.148206  6 10  8 144       
+PG22  -4328.832232  20143.014996  16873.801097    150.938970  7  2  6 231       
+PG23  23538.058115  -1075.417092 -12587.778850    316.537478  5  7  9 216       
+PG24  15106.746968  -3618.111094  21591.636273    377.726284 13 10  8 181       
+PG25 -19137.013082  18378.061182   -994.108999     -0.943798  4  5  9 200       
+PG26 -22894.387502 -13182.617238  -5001.265343   -159.562568  5 10  8 297       
+PG27 -16038.883820  -5768.332828  21113.406737    250.967520 10  9  8 207       
+PG28   8151.241316 -20243.722292  15471.363682     28.449818  9  6  5 172       
+PG29 -17434.290082   7290.114084 -18562.872282    196.333390  7 10  9 176       
+PG30   6224.755100  14914.437697 -21481.243294    333.298200  6  9  6 181       
+PG31   7298.220968  25145.733634  -3500.387058     60.179848  3  6  9 190       
+PG32  21902.155691  -3381.381280  14618.341755   -225.744930  8  9 10 218       
+*  2011  3 31  7 15  0.00000000
+PG02 -13565.815843 -20910.994864  -9810.504933    328.045914  8  5  8 201       
+PG03  21825.982467  11171.076268 -11012.543801    695.621573  7  9  5 210       
+PG04  -6094.295881 -25617.330653   1175.524449     75.300530  9  8 11 171       
+PG05 -12836.310740  -8739.158077 -21574.275818   -137.374019  6  8  6 314       
+PG06  18474.632823  13770.592509 -13231.516606   -213.485201  9 10  4 209       
+PG07   7722.429373 -18030.737584 -17807.032483      6.918450  7  7  7 165       
+PG08   1797.370572 -24375.370202  -9651.202180      7.619318 12 10 10 202       
+PG09 -15217.350330  -1789.624268  21151.193884     70.897299 10  9  8 193       
+PG10   1374.026919 -19397.330846 -18136.882699    -70.307002 11  7  4 186       
+PG11  18473.017327   1563.266300  18802.193834   -138.817051  9 10  9 186       
+PG12 -21223.359362   7504.502410  13988.567020    -15.282393  9  8 10 175       
+PG13  16501.781422  -7766.238520 -19471.024791    276.984792  6 11  5 227       
+PG14   2122.037063  15721.264656  21481.168029    140.964775 11  8  8 190       
+PG15 -26107.425244  -3188.885039   4291.340651   -138.988975  3  7  9 186       
+PG16  10679.709445  10384.919724 -21963.265160   -161.656357  9  7  6 244       
+PG17  -1471.293261 -15968.827450  21341.441472    184.193021  9  6  3 209       
+PG18 -14793.594514  20980.571554   6304.623808    129.352575  5  7  9 162       
+PG19  25469.015523   8085.499541   1224.367017   -125.607610  4 10 10 217       
+PG20  21290.739699 -11817.570690  10381.577209     48.811695  7  6  9 216       
+PG21  -7425.564470  19055.397777 -16214.823623   -134.150450  6 10  7 162       
+PG22  -5821.110688  21190.397805  15012.652156    150.938248  7  3  6 228       
+PG23  24715.050596   -516.074188 -10159.902453    316.535431  5  7  9 212       
+PG24  15556.780468  -1198.858536  21566.332386    377.728653 13  9  8 176       
+PG25 -19275.082381  18162.502030   1866.570453     -0.944137  5  4  9 199       
+PG26 -22239.279466 -13073.950726  -7764.976307   -159.572068  6 10  8 297       
+PG27 -16599.032857  -7900.739942  19946.131138    250.970344 10  8  8 205       
+PG28   9446.802345 -21150.500069  13270.444519     28.451597  8  6  5 180       
+PG29 -19324.550961   6491.460908 -16918.971524    196.335688  7 10  9 184       
+PG30   4554.560096  16539.363637 -20677.580766    333.299968  6  9  6 183       
+PG31   7143.517707  25446.591786   -607.371203     60.184502  3  5  9 184       
+PG32  20653.641242  -2128.577040  16612.746872   -225.751921  8  9 10 216       
+*  2011  3 31  7 30  0.00000000
+PG02 -13625.692860 -21912.935925  -7254.854478    328.047714  9  5  8 205       
+PG03  20477.349510  11295.132281 -13294.762329    695.625856  7  9  5 215       
+PG04  -5670.276309 -25411.511057   3986.158944     75.310122  9  7 12 168       
+PG05 -11164.997901 -10561.067658 -21679.546447   -137.379270  5  9  5 314       
+PG06  16802.882274  13719.848903 -15304.085540   -213.591272  9 10  4 214       
+PG07   8455.086366 -16027.306721 -19342.275643      6.919547  7  7  7 195       
+PG08   2238.011088 -23174.586456 -12222.892060      7.620536 12 10  9 213       
+PG09 -15938.355106  -4163.586588  20291.354241     70.899641 10  9  8 197       
+PG10   2868.782399 -20673.053502 -16420.078675    -70.307447 11  7  4 190       
+PG11  19434.207438   3506.093490  17583.530855   -138.819761  9 10  9 187       
+PG12 -20156.344318   6145.160102  16092.302710    -15.279939 10  8 10 181       
+PG13  18482.596210  -7055.268821 -17890.547287    276.983384  6 11  5 226       
+PG14   -239.737853  15074.270266  22033.466871    140.967039 11  8  8 191       
+PG15 -26374.352815  -3520.459840   1491.427604   -138.986228  3  7  9 194       
+PG16   8899.782157  12153.075053 -21822.922100   -161.659165  9  7  5 235       
+PG17    894.808095 -15388.680857  21777.901854    184.193046  9  6  3 211       
+PG18 -15418.639286  21128.086548   3559.520781    129.354394  3  7  8 139       
+PG19  25377.087271   8303.167033  -1606.740116   -125.611195  5 10 10 216       
+PG20  20627.654790 -10606.602463  12734.215367     48.811640  7  5  8 217       
+PG21  -8241.176914  17159.790906 -17872.326215   -134.152706  7 10  7 165       
+PG22  -7106.904908  22148.606710  12894.712561    150.937719  7  2  6 229       
+PG23  25645.240940    -88.704797  -7560.399642    316.533236  5  7  9 205       
+PG24  16122.126039   1169.042887  21172.378114    377.729685 14  8  7 179       
+PG25 -19207.008230  17716.318262   4695.083900     -0.944504  6  4  9 197       
+PG26 -21294.708390 -12910.791508 -10400.654109   -159.581526  6 10  8 298       
+PG27 -17231.075467  -9860.970849  18456.599034    250.974863 10  8  8 208       
+PG28  10510.872207 -21944.436323  10844.646889     28.454077  8  6  6 185       
+PG29 -21057.327308   5846.140235 -14981.669591    196.338293  7 10  9 174       
+PG30   3042.085891  18169.309600 -19530.152820    333.303046  6  8  6 184       
+PG31   6913.889781  25437.537410   2296.265746     60.188935  5  5  9 174       
+PG32  19316.989897   -678.437313  18322.284193   -225.758728  8  9 10 219       
+*  2011  3 31  7 45  0.00000000
+PG02 -13629.203322 -22637.584191  -4577.697485    328.049952  8  6  8 197       
+PG03  18897.003250  11472.954186 -15356.750182    695.632330  8 10  5 220       
+PG04  -5125.292004 -24929.733306   6726.437504     75.319507  9  7 12 146       
+PG05  -9594.221726 -12459.837037 -21412.380905   -137.386987  5  9  5 136       
+PG06  14910.564539  13725.639727 -17112.900066   -213.696413  9 10  4 218       
+PG07   9347.592353 -13921.756479 -20542.591901      6.920524  7  6  7 202       
+PG08   2822.457308 -21729.399908 -14577.850094      7.621010 11 10  8 199       
+PG09 -16741.498922  -6380.046832  19065.138274     70.902014 10  8  8 198       
+PG10   4164.228869 -21864.723457 -14420.593507    -70.307695 10  7  5 191       
+PG11  20383.757323   5277.242853  16058.189678   -138.822406  9 10 10 181       
+PG12 -19020.397554   4561.024566  17917.674605    -15.277411 10  9  9 184       
+PG13  20311.388463  -6505.010722 -16006.090224    276.982224  6 11  6 223       
+PG14  -2675.334626  14551.718993  22212.456846    140.969224 11  8  8 189       
+PG15 -26344.421878  -3791.549030  -1333.897424   -138.983595  3  7  8 200       
+PG16   7240.969867  13989.111470 -21305.245840   -161.661408  8  7  4 235       
+PG17   3317.942141 -14927.980820  21844.700636    184.193358  9  6  3 211       
+PG18 -15833.854565  21063.999354    752.045505    129.356318  2  8  8 108       
+PG19  24990.024742   8447.957047  -4410.771311   -125.614828  6 10 10 219       
+PG20  19868.323855  -9162.954112  14865.211158     48.811926  7  4  8 217       
+PG21  -9199.936425  15143.483847 -19206.196355   -134.154802  7 10  7 166       
+PG22  -8183.849308  22977.274679  10555.758768    150.936936  6  3  6 227       
+PG23  26301.905261    235.496196  -4833.318150    316.530790  4  7  9 202       
+PG24  16786.453069   3441.211174  20417.265478    377.730964 14  5  7 175       
+PG25 -18965.207353  17020.281093   7442.679437     -0.944890  6  4  9 191       
+PG26 -20069.541600 -12733.703056 -12865.710219   -159.590249  7 10  7 298       
+PG27 -17902.264616 -11618.113330  16668.262533    250.979809 10  7  9 208       
+PG28  11346.457563 -22582.835581   8233.902026     28.456226  7  6  5 194       
+PG29 -22590.966229   5339.182120 -12784.666424    196.340878  7 10  9 175       
+PG30   1703.752929  19761.673541 -18057.321117    333.306441  6  8  6 183       
+PG31   6572.825660  25132.091198   5159.953982     60.193811  6  5  9 162       
+PG32  17936.249473    959.013244  19719.117528   -225.765531  8  9  9 220       
+*  2011  3 31  8  0  0.00000000
+PG02 -13540.269824 -23086.230543  -1823.980736    328.051941  8  6  7 196       
+PG03  17113.780431  11731.278920 -17164.826374    695.635725  8 10  4 223       
+PG04  -4431.739213 -24195.417908   9347.811170     75.328795  9  7 12 111       
+PG05  -8151.591272 -14395.758071 -20777.047966   -137.392400  4  8  4 131       
+PG06  12830.684292  13814.109736 -18626.038912   -213.802172  9 10  4 222       
+PG07  10398.781624 -11762.835744 -21387.739050      6.921972  8  7  6 208       
+PG08   3572.426839 -20080.575474 -16674.985394      7.622421 11 11  8 222       
+PG09 -17593.352838  -8400.216375  17495.687467     70.903645 10  9  8 200       
+PG10   5257.218677 -22929.010957 -12171.860448    -70.309443 10  6  6 215       
+PG11  21286.893355   6857.622188  14253.982543   -138.825069  9 10 10 176       
+PG12 -17859.344797   2766.642704  19433.525840    -15.274976 10  9  9 188       
+PG13  21944.537876  -6099.512823 -13849.439087    276.980569  7 11  6 221       
+PG14  -5136.662751  14166.531858  22014.743432    140.971525 12  7  8 191       
+PG15 -26012.384961  -4038.053648  -4136.490854   -138.980820  4  7  8 206       
+PG16   5730.706716  15850.846838 -20418.318701   -161.663899  8  7  1 236       
+PG17   5750.906406 -14596.518477  21540.047255    184.193578  9  6  3 211       
+PG18 -16062.211062  20761.626196  -2068.635411    129.357999  1  8  8  91       
+PG19  24305.382946   8556.945948  -7140.444653   -125.618000  7  9 10 219       
+PG20  19052.384775  -7495.368399  16737.224174     48.811596  6  3  8 219       
+PG21 -10301.733561  13053.799427 -20193.089341   -134.157019  6 10  7 171       
+PG22  -9057.360294  23637.809429   8035.499105    150.936030  6  3  6 227       
+PG23  26665.717025    489.671750  -2024.736193    316.528453  4  7  9 197       
+PG24  17526.591335   5577.240328  19314.549725    377.733082 14     7 175       
+PG25 -18586.373308  16062.952153  10061.990979     -0.945249  7  6  9 185       
+PG26 -18580.810335 -12581.514400 -15120.619056   -159.600381  7 10  6 142       
+PG27 -18575.427272 -13147.954423  14609.249916    250.983279 10  7 10 210       
+PG28  11964.671125 -23025.677207   5481.816450     28.458390  7  5  5 200       
+PG29 -23888.909383   4948.673603 -10366.161796    196.343396  7  9 10 183       
+PG30    548.216980  21272.369452 -16282.799302    333.308785  6  8  5 175       
+PG31   6087.609291  24552.284253   7934.097132     60.198240  7  5  9 153       
+PG32  16553.924083   2765.913246  20780.939274   -225.772379  9  9  9 223       
+*  2011  3 31  8 15  0.00000000
+PG02 -13324.544369 -23268.072521    960.213677    328.054003  8  7  8 189       
+PG03  15161.878277  12091.597872 -18689.440716    695.641379  8 10  5 227       
+PG04  -3567.608033 -23238.865967  11803.753070     75.338124  9  8 12 123       
+PG05  -6857.639689 -16325.415590 -19784.152231   -137.397302  3  8  5 204       
+PG06  10601.927243  14005.626656 -19816.561701   -213.908384 10 10  4 225       
+PG07  11599.087747  -9599.184147 -21863.695775      6.922610  7  5  6 213       
+PG08   4501.815681 -18273.973485 -18478.108022      7.622612 11 11  7 225       
+PG09 -18455.565667 -10193.059130  15612.420176     70.905730 10  8  8 204       
+PG10   6152.665222 -23824.223230  -9711.923810    -70.309746 10  6  6 207       
+PG11  22107.610759   8235.554075  12203.342314   -138.828107  8  9  9 168       
+PG12 -16714.847620    784.835893  20614.145550    -15.272420 10  9  8 190       
+PG13  23343.360167  -5815.565154 -11457.019648    276.979611  7 10  6 217       
+PG14  -7574.044653  13923.415599  21443.225220    140.973671 11  7  9 190       
+PG15 -25381.524888  -4296.305493  -6868.576759   -138.977840  5  7  8 210       
+PG16   4388.849480  17692.534849 -19176.718855   -161.666611  8  6  1 236       
+PG17   8145.441589 -14396.137034  20868.396233    184.193891  9  6  4 211       
+PG18 -16132.296872  20201.010103  -4852.747796    129.359676  4  8  7 133       
+PG19  23329.209777   8667.372121  -9749.653215   -125.621201  8  9 10 221       
+PG20  18218.629933  -5620.766141  18317.419641     48.811703  7     8 221       
+PG21 -11538.479371  10938.562296 -20816.336518   -134.159086  7 10  6 176       
+PG22  -9740.257402  24094.916836   5376.928218    150.935471  5  4  6 226       
+PG23  26725.439624    709.858717    817.973637    316.526142  5  7  9 189       
+PG24  18313.430334   7542.022737  17883.579427    377.736241 14  5  6 172       
+PG25 -18109.937763  14841.293191  12507.859710     -0.945656  7  7  9 180       
+PG26 -16853.150213 -12489.810707 -17129.411211   -159.609551  7 10  5 135       
+PG27 -19210.312609 -14433.716729  12312.047807    250.987167  9  6  9 212       
+PG28  12384.218597 -23237.257119   2635.020059     28.460455  6  5  5 204       
+PG29 -24921.014734   4646.800748  -7768.171442    196.345828  6  9 10 187       
+PG30   -423.818100  22657.385905 -14235.351922    333.310571  7  8  4 170       
+PG31   5430.777281  23727.708011  10570.946391     60.202648  8  4  8 161       
+PG32  15209.424744   4717.120327  21491.235649   -225.779206  8  9  8 224       
+*  2011  3 31  8 30  0.00000000
+PG02 -12950.838306 -23199.749525   3728.375639    328.056149  8  6  8 180       
+PG03  13079.730067  12569.256272 -19905.580710    695.645532  8 10  4 230       
+PG04  -2517.596444 -22096.050662  14050.659849     75.347567  9  8 11 148       
+PG05  -5725.169722 -18203.223049 -18450.474640   -137.402520  3  8  5 196       
+PG06   8267.359589  14313.853358 -20663.033510   -214.013341 10 10  4 228       
+PG07  12930.807018  -7477.597937 -21962.865996      6.923448  7  5  6 214       
+PG08   5616.001062 -16358.772066 -19956.554662      7.622295 11 11  7 228       
+PG09 -19286.488419 -11736.284569  13450.349483     70.907827 10  8  8 208       
+PG10   6863.206979 -24511.948158  -7082.833199    -70.311142  9  5  6 203       
+PG11  22810.089953   9406.949809   9942.671975   -138.830539  8  9  9 154       
+PG12 -15624.809722  -1354.006291  21439.684597    -15.269716 10  9  8 191       
+PG13  24475.488185  -5623.733262  -8869.318055    276.977954  7 10  6 214       
+PG14  -9937.906432  13818.706371  20507.077580    140.975877 11  7  9 194       
+PG15 -24463.573741  -4601.485725  -9483.538967   -138.975066  5  6  7 212       
+PG16   3227.034609  19466.524208 -17601.318256   -161.668937  7  6    236       
+PG17  10453.874226 -14320.675657  19840.423362    184.194088  9  6  4 209       
+PG18 -16077.043760  19369.907356  -7550.851812    129.361639  5  8  6 146       
+PG19  22075.914695   8815.059764 -12194.200900   -125.624638  9  8 10 225       
+PG20  17403.446974  -3563.801522  19578.076249     48.811574  6     7 223       
+PG21 -12894.329563   8844.288297 -21066.203253   -134.161464  7 11  6 180       
+PG22 -10252.097538  24318.021424   2625.613559    150.934617  4  5  6 226       
+PG23  26478.331727    933.438878   3646.895953    316.523885  5  6  9 181       
+PG24  19113.049506   9306.864495  16149.139878    377.738556 14  7  6 164       
+PG25 -17576.436133  13360.957281  14738.117330     -0.945966  8  7  8 176       
+PG26 -14917.996922 -12489.563184 -18860.111699   -159.618485  8 10  4 141       
+PG27 -19765.072174 -15466.552697   9813.128897    250.991726  9  5  9 215       
+PG28  12630.582016 -23187.712222   -257.576572     28.462620  6  6  5 208       
+PG29 -25664.636346   4401.125909  -5035.776979    196.348039  6  9 10 191       
+PG30  -1219.495890  23874.369439 -11948.416728    333.311956  7  7  4 165       
+PG31   4581.357711  22694.289932  13025.421182     60.207226  8  4  8 163       
+PG32  13937.670943   6781.034125  21839.452310   -225.786064  8  9  8 225       
+*  2011  3 31  8 45  0.00000000
+PG02 -12392.441224 -22904.620805   6434.275727    328.058168  8  5  8 172       
+PG03  10908.743181  13172.780410 -20793.122165    695.649534  8 10  5 233       
+PG04  -1273.951525 -20807.185104  16048.697271     75.356800  9  9 11 157       
+PG05  -4758.904965 -19983.057237 -16798.705369   -137.407956  3  8  6 123       
+PG06   5872.951285  14745.088347 -21149.958448   -214.118931 10 10  5 231       
+PG07  14368.686439  -5441.385381 -21684.168188      6.924308  7  6  7 217       
+PG08   6911.503817 -14385.587057 -21085.685674      7.621795 10 11  7 231       
+PG09 -20042.929011 -13016.960867  11049.292972     70.909660  9  7  8 209       
+PG10   7408.560713 -24958.603532  -4329.943244    -70.312302  9  4  7 200       
+PG11  23360.098352  10375.188347   7511.645668   -138.833473  7  9  9 131       
+PG12 -14621.949948  -3612.923642  21896.464196    -15.267200 10  9  8 191       
+PG13  25316.030815  -5489.638210  -6130.230759    276.976789  7  9  7 209       
+PG14 -12180.475388  13840.539672  19221.639209    140.978135 11  7 10 193       
+PG15 -23278.324499  -4986.088253 -11936.696617   -138.972440  6  7  6 216       
+PG16   2248.363539  21125.016972 -15718.959443   -161.671408  7  6    236       
+PG17  12630.751878 -14356.229143  18472.901871    184.194323  9  6  4 207       
+PG18 -15932.268960  18264.477819 -10114.800387    129.363265  5  8  6 162       
+PG19  20567.838756   9032.895912 -14432.515703   -125.628457  9  8  9 227       
+PG20  16639.365790  -1356.110153  20497.099491     48.811866  6  2  7 224       
+PG21 -14346.245957   6814.461730 -20939.978176   -134.163882  7 10  6 185       
+PG22 -10618.245477  24282.527294   -171.075718    150.934069  4  6  6 228       
+PG23  25930.251577   1197.541263   6414.330673    316.521494  5  6  9 172       
+PG24  19888.035520  10850.355503  14141.017206    377.740813 13  8  7 153       
+PG25 -17025.841637  11636.249494  16714.317121     -0.946369  8  8  8 177       
+PG26 -12812.566530 -12605.938244 -20285.126063   -159.626888  8 10  4 299       
+PG27 -20197.828550 -16245.776231   7152.521066    250.996002  8  4 10 216       
+PG28  12734.921327 -22854.361925  -3145.608470     28.465059  5  6  4 213       
+PG29 -26105.420686   4176.048149  -2216.324403    196.350668  6  9 10 192       
+PG30  -1853.410084  24884.177976  -9459.649511    333.313760  6  7  3 162       
+PG31   3525.844491  21492.847995  15255.862505     60.211656  8  4  8 167       
+PG32  12767.889676   8920.651094  21821.065308   -225.792822  7  8  8 225       
+*  2011  3 31  9  0  0.00000000
+PG02 -11628.282977 -22411.812118   9032.668779    328.060213  8  6  8 162       
+PG03   8691.941015  13903.454409 -21337.122354    695.654119  8 11  5 234       
+PG04    163.000199 -19415.127267  17762.568333     75.366150  9  9 10 171       
+PG05  -3955.461226 -21619.929724 -14857.072113   -137.413228  4  7  6 125       
+PG06   3465.979017  15297.904947 -21268.110382   -214.224618 10 11  5 231       
+PG07  15880.811037  -3528.873801 -21033.011049      6.925271  7  6  6 215       
+PG08   8376.018212 -12404.569347 -21847.248025      7.622026 10 11  7 232       
+PG09 -20681.956730 -14031.731429   8453.002297     70.910757  9  7  9 214       
+PG10   7814.584432 -25136.826685  -1501.128673    -70.313339  8  3  7 194       
+PG11  23726.323754  11150.713260   4952.477762   -138.836057  6  9  8  88       
+PG12 -13732.595790  -5949.634112  21977.174534    -15.264556 11  9  8 191       
+PG13  25848.465185  -5375.435748  -3286.352284    276.975410  7  8  7 205       
+PG14 -14257.422554  13969.342630  17608.200613    140.980257 10  7 10 195       
+PG15 -21852.949010  -5478.486261 -14186.051542   -138.969990  6  7  5 217       
+PG16   1447.432111  22621.856707 -13562.013939   -161.673894  7  5    233       
+PG17  14634.410190 -14481.717304  16788.476660    184.194218  8  6  5 205       
+PG18 -15735.092962  16889.643448 -12498.689934    129.365160  6  9  5 165       
+PG19  18834.539430   9349.416596 -16426.331207   -125.631576  9  7  9 229       
+PG20  15953.771163    964.721329  21058.429229     48.812139  5  2  7 224       
+PG21 -15864.863455   4887.974934 -20441.899267   -134.166673  7 10  7 182       
+PG22 -10868.714652  23970.867891  -2964.785181    150.933388  5  6  6 228       
+PG23  25095.456535   1537.453642   9073.548837    316.519243  5  6  9 162       
+PG24  20598.936710  12158.965356  11893.491145    377.742982 13  9  8 134       
+PG25 -16495.933070   9689.757770  18402.399914     -0.946722  8  8  7 177       
+PG26 -10578.654425 -12857.319964 -21381.577091   -159.636117  8  9  3 299       
+PG27 -20468.284605 -16778.817376   4373.313634    251.000533  7  4 10 221       
+PG28  12732.729275 -22222.804528  -5978.154558     28.467405  4  6  3 215       
+PG29 -26237.789432   3934.387673    641.413244    196.352919  6  9 10 197       
+PG30  -2346.922999  25652.348598  -6810.391437    333.316469  6  7  3 118       
+PG31   2258.872883  20167.484274  17224.707936     60.216501  8  3  7 171       
+PG32  11722.649741  11094.809185  21437.563172   -225.799646  6  8  8 225       
+*  2011  3 31  9 15  0.00000000
+PG02 -10643.898208 -21755.064258  11479.985964    328.062149  7  6  8 153       
+PG03   6472.552786  14755.160995 -21528.054040    695.658879  8 11  5 235       
+PG04   1784.657233 -17963.690354  19162.184623     75.375265  9  9  9 179       
+PG05  -3303.640062 -23071.630701 -12658.868725   -137.418505  5  7  6 154       
+PG06   1093.370845  15963.107846 -21014.750724   -214.330455 10 10  5 231       
+PG07  17429.754080  -1772.123522 -20021.158914      6.926104  7  7  7 214       
+PG08   9988.800989 -10463.557690 -22229.602970      7.623497 10 11  7 233       
+PG09 -21162.676774 -14786.637471   5708.241129     70.914852  8  7  9 216       
+PG10   8112.083652 -25026.643781   1354.071982    -70.313176  8  1  7 192       
+PG11  23881.590208  11750.370940   2309.175099   -138.838846  6  9  7  58       
+PG12 -12975.741774  -8317.984510  21680.962596    -15.262003 11  8  8 192       
+PG13  26065.226716  -5241.439968   -386.210193    276.974248  7  7  7 197       
+PG14 -16129.389427  14178.633208  15693.694611    140.982379 10  7 10 198       
+PG15 -20221.046759  -6101.656657 -16192.996037   -138.967221  6  7  4 218       
+PG16    810.705777  23914.274389 -11167.828103   -161.676465  7  5    230       
+PG17  16428.412372 -14669.746248  14815.336167    184.194589  8  6  5 203       
+PG18 -15522.301126  15259.093825 -14659.777967    129.367052  7  9  4 174       
+PG19  16911.813588   9787.554898 -18141.326907   -125.635326 10  7  8 231       
+PG20  15367.833697   3356.423648  21252.332602     48.812135  5  3  7 227       
+PG21 -17415.617273   3097.793853 -19582.928212   -134.168998  7 10  7 176       
+PG22 -11036.822086  23373.300328  -5707.022829    150.932535  5  7  6 228       
+PG23  23996.104507   1985.100758  11579.537217    316.516802  6  5  8 153       
+PG24  21205.800539  13227.346042   9444.764587    377.745383 12  9  8 117       
+PG25 -16020.760176   7551.667673  19773.283242     -0.947028  9  8  7 180       
+PG26  -8261.290818 -13254.573751 -22131.594115   -159.645513  9  9  2 299       
+PG27 -20539.321459 -17080.893060   1521.097246    251.003304  6  6 11 220       
+PG28  12662.287620 -21287.712999  -8704.691791     28.469204  4  6  3 219       
+PG29 -26065.091476   3639.030569   3488.093012    196.355378  6  8 10 204       
+PG30  -2727.218702  26150.424628  -4045.060374    333.317948  6  6  2 123       
+PG31    783.574516  18763.882341  18899.079865     60.220910  8  3  7 181       
+PG32  10817.159880  13259.575614  20696.346233   -225.806528  6  7  7 225       
+*  2011  3 31  9 30  0.00000000
+PG02  -9432.158857 -20971.423067  13735.008798    328.064033  8  7  8 143       
+PG03   4292.596996  15714.493110 -21361.977969    695.664312  8 11  5 235       
+PG04   3574.291052 -16495.931121  20223.224773     75.384703  9  9  7 183       
+PG05  -2785.033840 -24300.281293 -10241.891207   -137.423619  5  7  6 133       
+PG06  -1199.941873  16724.012728 -20393.725309   -214.436120 10 10  6 230       
+PG07  18973.944206   -195.895244 -18666.491970      6.927429  7  7  7 213       
+PG08  11721.396500  -8606.359817 -22227.821374      7.624328  9 12  8 234       
+PG09 -21447.900209 -15296.567322   2863.839251     70.917550  6  7 10 220       
+PG10   8335.406835 -24616.365521   4185.367366    -70.313862  8     7 186       
+PG11  23803.913539  12196.521957   -373.213848   -138.841384  6  8  6 143       
+PG12 -12362.406347 -10669.546820  21013.410320    -15.259445 10  8  8 183       
+PG13  25967.972292  -5047.830566   2520.542066    276.972880  7  6  7 192       
+PG14 -17763.341253  14436.099286  13510.290320    140.984745  9  6 11 200       
+PG15 -18421.458866  -6872.111732 -17922.969829   -138.964286  6  7  2 217       
+PG16    317.227707  24964.520487  -8578.065522   -161.679105  7  6  2 227       
+PG17  17982.805015 -14887.732226  12586.783209    184.194597  7  6  6 199       
+PG18 -15328.720939  13394.933824 -16559.342192    129.368563  7  9  4 179       
+PG19  14840.491483  10363.598777 -19547.717712   -125.638323 10  6  8 233       
+PG20  14895.702536   5773.500694  21075.576168     48.812115  5  3  7 225       
+PG21 -18960.074856   1469.899710 -18380.389092   -134.171124  6 10  8 168       
+PG22 -11157.709653  22488.409393  -8350.022419    150.931831  5  7  5 227       
+PG23  22661.474037   2567.644939  13889.722700    316.514274  6  4  8 164       
+PG24  21669.737595  14058.332847   6836.338349    377.747874 12  9  8  96       
+PG25 -15629.266583   5258.786991  20803.363413     -0.947349  9  9  6 179       
+PG26  -5907.293823 -13800.572772 -22522.555888   -159.654420  9  9  2 298       
+PG27 -20378.530369 -17174.395304  -1356.664818    251.006504  5  6 11 230       
+PG28  12562.984431 -20053.284916 -11276.084371     28.471694  5  7  2 221       
+PG29 -25599.420017   3254.568273   6274.662896    196.357908  6  8 10 208       
+PG30  -3026.119838  26357.089636  -1210.469501    333.320388  6  6  3 155       
+PG31   -888.396926  17327.574977  20251.281135     60.225510  9  3  6 184       
+PG32  10058.849793  15369.727743  19610.549309   -225.813474  5  7  7 222       
+*  2011  3 31  9 45  0.00000000
+PG02  -7993.747315 -20099.815760  15759.518336    328.066106  8  7  8 146       
+PG03   2191.504944  16761.135362 -20840.650677    695.669768  8 10  6 238       
+PG04   5507.530443 -15052.489200  20927.567642     75.393720  9  9  5 187       
+PG05  -2374.919350 -25273.733434  -7647.790018   -137.429129  6  6  6 146       
+PG06  -3372.598839  17557.041128 -19415.435104   -214.541447  9 10  7 232       
+PG07  20469.195936   1183.092953 -16992.667810      6.928288  7  8  7 212       
+PG08  13538.661803  -6871.226434 -21843.652874      7.623061  9 12  8 236       
+PG09 -21505.643101 -15584.368815    -30.251629     70.919956  5  8 10 230       
+PG10   8520.886499 -23903.166610   6942.659351    -70.314128  7     8 187       
+PG11  23477.361210  12515.964379  -3049.341030   -138.844213  6  8  5 166       
+PG12 -11895.309054 -12955.299058  19986.405934    -15.256790 10  8  8 177       
+PG13  25567.503641  -4756.378705   5383.962429    276.971226  6  4  7 183       
+PG14 -19133.694472  14704.919693  11094.893582    140.986779  8  6 11 203       
+PG15 -16496.890624  -7799.079958 -19346.055522   -138.962011  6  7    155       
+PG16    -60.367528  25741.315380  -5837.958089   -161.681595  7  5  4 226       
+PG17  19275.139914 -15099.247903  10140.708106    184.194930  7  6  6 195       
+PG18 -15185.686989  11326.985405 -18163.456956    129.370678  7  9  3 194       
+PG19  12665.043110  11086.399870 -20620.782814   -125.641788 10  5  8 236       
+PG20  14543.992254   8168.814419  20531.474039     48.812030  4  3  7 225       
+PG21 -20457.410233     22.541706 -16857.490794   -134.173842  6 10  8 172       
+PG22 -11266.790269  21323.297558 -10847.605560    150.931342  6  7  4 230       
+PG23  21126.929554   3306.260864  15964.667254    316.512170  6  3  8 168       
+PG24  21954.455075  14662.645349   4112.339708    377.751599 11  8  8 147       
+PG25 -15344.124031   2853.317367  21474.921868     -0.947697  9  9  6 177       
+PG26  -3563.763585 -14490.002188 -22547.286753   -159.663928  9  9  3 298       
+PG27 -19959.621938 -17088.007496  -4211.334038    251.011180  5  7 11 225       
+PG28  12473.561927 -18533.314909 -13645.583258     28.473776  6  6  3 225       
+PG29 -24861.103896   2748.866938   8953.210715    196.360327  6  8 10 211       
+PG30  -3278.707196  26259.060621   1644.921105    333.323092  5  5  3 161       
+PG31  -2737.165564  15902.247763  21259.194551     60.230222  9  3  5 182       
+PG32   9447.243538  17380.275557  18198.793476   -225.820112  4  7  7 221       
+*  2011  3 31 10  0  0.00000000
+PG02  -6337.350877 -19179.562647  17518.912331    328.067849  8  6  8 161       
+PG03    204.830316  17868.506263 -19971.563689    695.674937  7 10  6 235       
+PG04   7553.160147 -13670.047351  21263.592019     75.403093  9  9  2 191       
+PG05  -2043.405275 -25966.761891  -4921.349568   -137.434177  7  5  5 165       
+PG06  -5388.247129  18432.609097 -18096.678462   -214.646990  9 10  7 229       
+PG07  21870.344570   2356.594153 -15028.692054      6.929269  6  8  7 204       
+PG08  15400.044999  -5289.572312 -21085.377685      7.623525  8 12  9 234       
+PG09 -21310.399535 -15679.673717  -2923.877940     70.923472  4  8 11 212       
+PG10   8705.190859 -22893.319291   9577.002123    -70.314803  7  3  8 188       
+PG11  22892.689374  12738.712971  -5674.281971   -138.846979  5  8  4 171       
+PG12 -11568.877462 -15127.327185  18617.912800    -15.254081 10  7  9 176       
+PG13  24883.350689  -4332.124717   8154.674331    276.969915  6  2  8 179       
+PG14 -20223.173336  14945.279334   8488.558626    140.989056  7  6 11 207       
+PG15 -14492.393260  -8883.968941 -20437.502361   -138.958989  7  8  1 165       
+PG16   -354.575470  26221.057176  -2995.480836   -161.684228  7  5  4 220       
+PG17  20291.219392 -15265.541146   7518.969746    184.195097  5  6  6 190       
+PG18 -15119.662269   9091.772112 -19443.665388    129.372129  8 10  4 190       
+PG19  10432.045786  11956.866347 -21341.324062   -125.645369 11  5  8 236       
+PG20  14311.583884  10495.235256  19629.811788     48.812121  1  4  7 226       
+PG21 -21865.955486  -1234.180046 -15042.754325   -134.176046  5 10  8 146       
+PG22 -11398.181674  19893.449809 -13156.024923    150.930707  7  8  3 231       
+PG23  19432.667310   4215.130900  17768.724042    316.509838  6  3  8 177       
+PG24  22027.704064  15058.300756   1318.813464    377.754498 10  6  8 160       
+PG25 -15180.823245    381.419984  21776.428936     -0.947979  9  8  6 183       
+PG26  -1276.562704 -15309.449475 -22204.204330   -159.673057  9  8  2 297       
+PG27 -19263.655796 -16855.569514  -6993.860080    251.015669  5  6 11 253       
+PG28  12430.371102 -16750.874374 -15769.807994     28.476061  6  6  4 228       
+PG29 -23877.894932   2094.505227  11477.785986    196.363114  6  8 10 215       
+PG30  -3521.790425  25851.699459   4471.811615    333.325840  5  5  2 211       
+PG31  -4735.243109  14528.140906  21906.584773     60.234868  9  4  5 186       
+PG32   8974.125498  19247.974078  16484.872176   -225.826801  3  6  7 222       
+*  2011  3 31 10 15  0.00000000
+PG02  -4479.567002 -18248.876215  18982.782552    328.069893  8  6  8 165       
+PG03  -1636.910659  19004.644021 -18767.909570    695.679646  7 10  7 234       
+PG04   9674.197916 -12379.976083  21226.338976     75.412186  8  9  4 193       
+PG05  -1756.788498 -26362.000846  -2109.707531   -137.439463  7  4  6 178       
+PG06  -7216.780134  19316.275258 -16460.365914   -214.752938  8  9  7 227       
+PG07  23132.923343   3324.933875 -12808.406707      6.929988  6  8  7 195       
+PG08  17261.061961  -3884.986738 -19967.551674      7.622939  8 12  9 233       
+PG09 -20844.145668 -15617.492204  -5767.561530     70.928289  4  9 11 234       
+PG10   8923.656333 -21602.066413  12041.550722    -70.316884  7  5  8 191       
+PG11  22047.738618  12896.681494  -8204.231662   -138.849751  6  8  3 183       
+PG12 -11369.580825 -17140.484536  16931.641449    -15.251636 10  6  9 170       
+PG13  23943.027700  -3744.941566  10784.723325    276.968338  6     8 175       
+PG14 -21023.360015  15116.022085   5735.817713    140.990889  6  6 11 211       
+PG15 -12453.761270 -10120.133269 -21178.168822   -138.956100  7  7    215       
+PG16   -601.531108  26388.735850   -100.468062   -161.686580  7  5  5 218       
+PG17  21025.532546 -15347.168334   4766.692680    184.195297  5  5  6 186       
+PG18 -15151.077101   6731.230062 -20377.529062    129.374025  8 10  5 188       
+PG19   8188.567821  12967.763151 -21696.044076   -125.648746 10  5  7 237       
+PG20  14189.746790  12707.292027  18386.648775     48.812334  2  4  6 226       
+PG21 -23144.764311  -2298.397482 -12969.366766   -134.178545  5  9  9 159       
+PG22 -11583.191888  18222.275441 -15234.770607    150.929935  7  8  3 232       
+PG23  17622.285584   5300.700264  19270.645047    316.507569  7  3  7 183       
+PG24  21862.587966  15269.761732  -1497.015513    377.757014 10  6  7 160       
+PG25 -15147.056704  -2108.369831  21702.739931     -0.948226  9  8  6 183       
+PG26    911.170627 -16237.782013 -21497.415411   -159.682582  9  8  3 297       
+PG27 -18280.036128 -16514.723368  -9655.603985    251.021186  6  6 12 235       
+PG28  12465.712393 -14737.601778 -17609.680853     28.478081  7  6  5 230       
+PG29 -22683.884680   1270.024812  13805.180797    196.365362  7  7 10 219       
+PG30  -3792.286382  25139.310740   7220.916972    333.327775  4  4  3 193       
+PG31  -6848.422165  13240.606352  22183.302718     60.239547  9  3  5 185       
+PG32   8623.990128  20932.775261  14497.376327   -225.833702  5  5  7 219       
+*  2011  3 31 10 30  0.00000000
+PG02  -2444.518203 -17343.400952  20125.443868    328.072147  8  6  8 171       
+PG03  -3309.226686  20133.310493 -17248.469845    695.683753  7 10  7 232       
+PG04  11829.202451 -11207.216734  20817.537161     75.421427  8  9  6 193       
+PG05  -1479.065517 -26450.587294    738.471866   -137.444681  7  3  6 184       
+PG06  -8835.327668  20170.102263 -14535.111939   -214.858813  8  9  8 224       
+PG07  24214.819871   4096.783452 -10369.905741      6.931093  6  8  7 187       
+PG08  19074.911318  -2672.562801 -18510.656445      7.621823  7 12  9 231       
+PG09 -20097.045384 -15436.641259  -8513.319693     70.930194  4  9 12 237       
+PG10   9208.673277 -20053.135635  14292.474788    -70.318218  7  6  8 193       
+PG11  20947.578558  13022.316946 -10597.166379   -138.852214  6  7  4 190       
+PG12 -11276.575441 -18953.947430  14956.631527    -15.248908 10  5  9 158       
+PG13  22780.987869  -2970.921338  13228.420988    276.967415  5  2  8 175       
+PG14 -21534.913538  15176.378553   2883.937648    140.993504  6  6 11 211       
+PG15 -10425.905320 -11492.958729 -21554.875488   -138.953291  7  7  2 214       
+PG16   -839.368186  26238.515018   2796.309788   -161.689092  6  4  5 212       
+PG17  21481.361492 -15305.678182   1931.490909    184.195935  4  6  6 185       
+PG18 -15293.436507   4291.202048 -20949.041429    129.375616  8 10  6 183       
+PG19   5980.527459  14103.832224 -21677.834693   -125.651756 11  5  7 236       
+PG20  14162.574664  14762.755763  16824.004377     48.812576  1  4  6 224       
+PG21 -24255.125827  -3176.233620 -10674.483003   -134.180744  5  8  9 141       
+PG22 -11848.919085  16340.342545 -17047.321989    150.929737  8  9  3 229       
+PG23  15741.229580   6561.222811  20444.130362    316.505335  8  3  7 187       
+PG24  21438.684250  15326.850011  -4287.499036    377.759919  9  6  7 177       
+PG25 -15242.417133  -4566.818347  21255.180459     -0.948515  9  7  6 182       
+PG26   2960.430001 -17246.805681 -20436.755174   -159.691790  9  7  4 296       
+PG27 -17007.222574 -16105.381847 -12149.210785    251.025753  7  6 11 237       
+PG28  12606.340331 -12532.626391 -19131.282973     28.480786  8  5  6 231       
+PG29 -21318.194048    260.945676  15895.656851    196.368108  7  6  9 220       
+PG30  -4125.568031  24135.105172   9843.854478    333.329702  3  4  2 182       
+PG31  -9036.917316  12068.870283  22085.393930     60.244531  9  3  6 185       
+PG32   8374.758183  22399.171366  12269.262463   -225.840333  6  5  6 218       
+*  2011  3 31 10 45  0.00000000
+PG02   -263.185120 -16494.847164  20926.406091    328.073939  8  7  8 180       
+PG03  -4794.428911  21215.279897 -15437.419764    695.687391  7  9  7 231       
+PG04  13973.755706 -10169.445390  20045.495313     75.430855  7  9  7 196       
+PG05  -1173.538712 -26232.485088   3573.855249   -137.449926  7  2  6 194       
+PG06 -10228.956152  20954.175927 -12354.711526   -214.964222  7  8  8 222       
+PG07  25077.850273   4688.616935  -7754.887908      6.931720  6  8  7 171       
+PG08  20794.164709  -1658.561985 -16740.666665      7.622035  6 12 10 229       
+PG09 -19067.841302 -15178.073303 -11115.417413     70.933143  4  9 12 208       
+PG10   9588.195797 -18277.912987  16289.813784    -70.320026  7  7  8 201       
+PG11  19604.399971  13147.234636 -12813.466147   -138.855198  7  7  5 198       
+PG12 -11262.635263 -20532.610017  12726.751392    -15.246534  9  5  9 159       
+PG13  21437.314324  -1993.527915  15443.160324    276.966003  6  4  8 184       
+PG14 -21767.445368  15087.701394    -17.885787    140.995147  5  7 10 213       
+PG15  -8451.262241 -12980.262548 -21560.660653   -138.950786  7  7  3 212       
+PG16  -1106.497378  25773.956914   5644.087770   -161.691549  6  4  5 202       
+PG17  21670.549684 -15105.278490   -937.368519    184.195593  4  5  6 184       
+PG18 -15552.733773   1819.781129 -21148.896173    129.377552  8 10  7 123       
+PG19   3851.088524  15342.233488 -21285.967027   -125.655505 11  6  6 237       
+PG20  14207.715996  16624.095130  14969.436062     48.812661     3  6 224       
+PG21 -25161.972512  -3881.260189  -8198.494706   -134.183291  4  8  9 115       
+PG22 -12217.024476  14284.333915 -18561.828246    150.928666  8  9  3 230       
+PG23  13835.166775   7986.618440  21268.309243    316.503037  8  3  6 190       
+PG24  20742.937980  15263.465308  -7005.332226    377.762185  9  6  6 190       
+PG25 -15458.423154  -6945.695479  20441.519716     -0.948773  9  6  6 188       
+PG26   4837.622363 -18302.190412 -19037.763378   -159.701475  9  7  4 144       
+PG27 -15453.113659 -15668.073432 -14429.516590    251.029519  8  7 11 214       
+PG28  12872.204257 -10181.167546 -20306.603441     28.482462  8  5  6 235       
+PG29 -19823.487464   -939.492147  17713.607398    196.370237  8  6  9 224       
+PG30  -4553.850909  22860.820610  12294.047145    333.332296  1  4  2 121       
+PG31 -11256.710359  11035.042726  21615.113329     60.248808  9  4  7 186       
+PG32   8198.734231  23617.385412   9837.367476   -225.847027  7  4  6 217       
+*  2011  3 31 11  0  0.00000000
+PG02   2027.523662 -15729.770215  21370.778989    328.076185  9  6  8 177       
+PG03  -6082.166185  22209.771294 -13364.045161    695.691900  6  9  7 240       
+PG04  16062.056812  -9276.546933  18924.869624     75.439941  6 10  9 190       
+PG05   -804.453106 -25716.476145   6347.311898   -137.455459  7  1  6 199       
+PG06 -11391.050053  21628.219142  -9957.512645   -215.069648  6  7  8 230       
+PG07  25689.192947   5123.874275  -5007.957278      6.932570  7  8  7 178       
+PG08  22372.469071   -840.417800 -14688.546758      7.620805  4 12 10 227       
+PG09 -17763.927528 -14883.170952 -13531.045168     70.936539  7 10 12 235       
+PG10  10084.441264 -16314.309821  17998.251432    -70.320137  7  7  7 200       
+PG11  18037.161255  13300.901629 -14816.493423   -138.857611  7  7  6 209       
+PG12 -11295.331150 -21848.267718  10280.123853    -15.243847  9  5 10 140       
+PG13  19956.196493   -804.467341  17390.186665    276.964570  6  4  8 180       
+PG14 -21739.052780  14815.139156  -2919.382261    140.997589  6  7 10 213       
+PG15  -6568.302849 -14552.997139 -21194.932480   -138.948042  7  7  4 207       
+PG16  -1439.875716  25007.881648   8393.045347   -161.693981  6  4  6 195       
+PG17  21612.938163 -14714.417532  -3789.846584    184.195791  4  6  7 195       
+PG18 -15927.192991   -634.423763 -20974.606828    129.379471  8 10  8 188       
+PG19   1839.154443  16653.295123 -20526.175367   -125.659032 10  6  7 237       
+PG20  14297.367386  18259.746928  12855.519561     48.812570  3  2  6 220       
+PG21 -25835.133374  -4433.686473  -5584.283974   -134.186226  3  8 10  66       
+PG22 -12702.729877  12095.765212 -19751.702168    150.928047  9  9  4 231       
+PG23  11948.352076   9558.652210  21728.143078    316.500903  8  3  6 193       
+PG24  19770.293281  15116.156029  -9604.320147    377.764909  9  7  6 203       
+PG25 -15778.870806  -9199.438083  19275.832501     -0.949034  9  6  7 183       
+PG26   6515.678920 -19364.640388 -17321.590067   -159.710019  8  6  5 294       
+PG27 -13635.070186 -15242.226132 -16454.470504    251.034869  9  6 11 237       
+PG28  13275.486861  -7732.869121 -21114.155359     28.484687  9  5  6 239       
+PG29 -18244.369378  -2329.887927  19228.144141    196.372618  8  7  9 225       
+PG30  -5104.685580  21346.006923  14527.622869    333.335216     4  4 165       
+PG31 -13461.049972  10153.406702  20780.849425     60.253508  9  5  8 181       
+PG32   8063.772959  24564.368900   7241.873202   -225.853782  8  2  6 212       
+*  2011  3 31 11 15  0.00000000
+PG02   4385.936705 -15068.543007  21449.600587    328.078116  9  6  8 179       
+PG03  -7169.692843  23075.976894 -11062.367607    695.695043  6  8  7 227       
+PG04  18048.561948  -8530.414459  17476.316463     75.448783  6  9  9 187       
+PG05   -338.597841 -24919.818732   9010.783272   -137.460645  7  3  6 205       
+PG06 -12323.359588  22153.233319  -7385.698618   -215.175661  6  6  8 217       
+PG07  26022.629458   5431.864015  -2175.882282      6.933480  7  7  7 168       
+PG08  23766.199506   -207.070154 -12389.688692      7.619397  2 11 10 223       
+PG09 -16201.112104 -14592.071014 -15720.918850     70.938449  8 10 11 198       
+PG10  10712.836561 -14205.371474  19387.789608    -70.321121  7  8  7 203       
+PG11  16271.003596  13509.413486 -16573.124601   -138.860524  8  6  7 211       
+PG12 -11338.413281 -22880.546560   7658.487260    -15.241321  9  5 10 145       
+PG13  18384.250092    595.762038  19035.308253    276.963270  6  5  8 186       
+PG14 -21475.525027  14329.180596  -5770.095020    140.999438  6  8 10 215       
+PG15  -4810.195248 -16176.233070 -20463.512897   -138.945450  7  7  4 201       
+PG16  -1873.339811  23961.867626  10995.221590   -161.696349  5  5  6 190       
+PG17  21335.489626 -14107.214037  -6576.040574    184.195889  4  6  7 195       
+PG18 -16407.347782  -3024.025486 -20430.479089    129.381215  8 10  8 179       
+PG19    -21.980043  18001.549263 -19410.628661   -125.662326 11  7  7 236       
+PG20  14399.487722  19645.153350  10519.243144     48.812893  4     6 218       
+PG21 -26250.392089  -4859.319887  -2876.476368   -134.188341  6  8 10 125       
+PG22 -13314.082437   9819.516441 -20596.113850    150.927309  9  9  5 229       
+PG23  10122.043771  11251.433712  21814.740695    316.498523  8  3  6 193       
+PG24  18524.037829  14922.593814 -12040.134336    377.766668  9  7  6 207       
+PG25 -16180.496961 -11286.711076  17778.252548     -0.949386  8  5  7 184       
+PG26   7974.953283 -20391.278037 -15314.822423   -159.719362  8  5  5 294       
+PG27 -11579.559388 -14864.460490 -18186.047283    251.037715  9  6 11 213       
+PG28  13819.987951  -5239.943530 -21539.437684     28.486902  9  5  6 240       
+PG29 -16625.724667  -3900.556536  20413.600912    196.375333  8  7  9 226       
+PG30  -5799.622671  19626.995836  16504.287473    333.339203  2  5  4 160       
+PG31 -15602.051639   9430.009250  19596.961516     60.258079  9  5  8 179       
+PG32   7934.615304  25224.572692   4525.723978   -225.860533  9  2  6 208       
+*  2011  3 31 11 30  0.00000000
+PG02   6766.981954 -14524.564015  21160.078750    328.080285  9  6  8 177       
+PG03  -8061.852122  23774.632402  -8570.675410    695.700011  6  7  7 225       
+PG04  19889.604430  -7925.075364  15726.043091     75.457693  5  9 10 180       
+PG05    253.192147 -23867.586144  11518.133488   -137.466074  7  4  7 209       
+PG06 -13035.714206  22493.098954  -4684.496860   -215.281147  5  5  8 213       
+PG07  26059.547277   5646.447840    693.175752      6.934182  7  7  7 175       
+PG08  24936.005109    260.388835  -9883.301734      7.618759    11 11 219       
+PG09 -14403.087063 -14342.076039 -17649.801090     70.940794  8 10 11 195       
+PG10  11481.256606 -11997.687674  20434.305388    -70.322461  6  9  7 205       
+PG11  14336.456135  13794.405537 -18054.231318   -138.863316  8  6  7 217       
+PG12 -11353.344146 -23617.545206   4906.501713    -15.239001  8  6 10 155       
+PG13  16768.746129   2197.665233  20349.531364    276.961848  7  6  8 187       
+PG14 -21009.250909  13607.005407  -8520.285835    141.001859  7  8  9 216       
+PG15  -3203.675904 -17810.385752 -19378.570214   -138.942485  7  7  5           
+PG16  -2436.072192  22665.415458  13405.386688   -161.698909  5  5  6 187       
+PG17  20871.133726 -13264.675001  -9247.100570    184.196446  5  6  7 204       
+PG18 -16976.447746  -5304.526534 -19527.441958    129.382817  9 10  9 163       
+PG19  -1705.764802  19347.017282 -17957.785087   -125.665851 11  7  8 236       
+PG20  14479.182788  20763.527645   8001.329507     48.812782  6     6 214       
+PG21 -26390.319110  -5188.344392   -120.705345   -134.190649  9  7 10 164       
+PG22 -14051.517736   7502.235919 -21080.373269    150.926474  9  9  6 228       
+PG23   8393.030772  13032.223160  21525.577080    316.496406  8  4  6 192       
+PG24  17015.845263  14720.007867 -14271.048723    377.768055  9  6  6 214       
+PG25 -16633.928514 -13171.806951  15974.621648     -0.949663  8  5  8 184       
+PG26   9203.868865 -21337.202319 -13049.224213   -159.728779  7  3  4 293       
+PG27  -9321.416877 -14566.966868 -19591.122832    251.041383  9  6 10 233       
+PG28  14500.883582  -2755.209891 -21575.227679     28.489277  9  6  6 242       
+PG29 -15011.065966  -5633.725496  21249.947438    196.377870  9  7  8 227       
+PG30  -6653.112004  17745.591732  18188.148367    333.342236  4  6  4 162       
+PG31 -17632.341031   8862.566269  18083.533679     60.262727  8  6  9 173       
+PG32   7774.349795  25590.463483   1734.000451   -225.867301  9  2  6 200       
+*  2011  3 31 11 45  0.00000000
+PG02   9123.699659 -14103.735933  20505.736356    328.082275  9  5  8 178       
+PG03  -8770.768018  24269.571117  -5930.960229    695.705755  6  6  8 222       
+PG04  21544.932066  -7447.131998  13705.270477     75.466618  4  9 10 175       
+PG05    994.694709 -22591.711999  13825.964394   -137.471165  6  5  7 214       
+PG06 -13545.415754  22616.068877  -1901.332342   -215.386619  4  2  8 208       
+PG07  25789.667859   5804.556964   3550.453418      6.935023  8  7  8 166       
+PG08  25848.195417    587.786665  -7211.764234      7.617016    11 11 215       
+PG09 -12400.632662 -14166.205612 -19286.945260     70.943579  8 10 11 234       
+PG10  12389.586938  -9739.673400  21119.978838    -70.324425  6  9  7 208       
+PG11  12268.458639  14172.135244 -19235.108800   -138.865853  9  6  7 217       
+PG12 -11300.924244 -24056.166850   2071.010713    -15.236398  8  6 10 161       
+PG13  15155.818830   3982.903853  21309.605846    276.960548  7  6  8 194       
+PG14 -20377.869190  12633.584130 -11121.838586    141.003792  8  8  9 217       
+PG15  -1768.173313 -19412.640349 -17958.439300   -138.939947  7  6  5 165       
+PG16  -3151.263696  21154.811802  15581.851444   -161.701389  5  6  6 181       
+PG17  20257.379358 -12175.648781 -11756.134125    184.196543  5  6  7 203       
+PG18 -17611.169726  -7435.849095 -18282.747915    129.384997  9 10  9 154       
+PG19  -3193.270342  20646.697724 -16192.127576   -125.669113 10  7  8 234       
+PG20  14500.203719  21606.321179   5345.499722     48.812857  6     6 215       
+PG21 -26244.855776  -5453.966237   2637.102563   -134.192998  8  6 10 176       
+PG22 -14907.739742   5190.681360 -21196.193553    150.925541  9 10  7 227       
+PG23   6792.328873  14862.518668  20864.607405    316.494170  8  3  5 193       
+PG24  15265.510989  14543.637147 -16258.644086    377.770103  9  6  7 216       
+PG25 -17104.880195 -14825.830546  13896.040800     -0.949974  8  4  8 191       
+PG26  10199.283383 -22157.173229 -10561.379674   -159.738089  6  2  4 291       
+PG27  -6902.741716 -14376.043252 -20642.282033    251.045390 10  6 10 232       
+PG28  15304.871340   -330.116595 -21221.695784     28.491350  9  6  6 241       
+PG29 -13440.950074  -7504.044530  21723.108079    196.380193  9  8  8 227       
+PG30  -7671.688762  15747.533308  19548.465261    333.345290  5  6  5 152       
+PG31 -19506.683061   8440.682515  16266.049515     60.267300  8  6  9 173       
+PG32   7545.949823  25662.765765  -1086.746579   -225.874116 10  2  5 202       
+*  2011  3 31 12  0  0.00000000
+PG02  11408.852095 -13804.240822  19496.451130    328.084235  8  6  7 175       
+PG03  -9315.249338  24529.200942  -3188.261670    695.709940  5  4  7 216       
+PG04  22979.104138  -7076.492608  11449.623122     75.475767  4  9  9 164       
+PG05   1903.173330 -21129.780175  15894.379675   -137.476527  4  6  6 219       
+PG06 -13876.339047  22496.092839    915.054711   -215.492083  3     8 202       
+PG07  25211.473487   5944.596178   6347.384209      6.935862  8  7  7 176       
+PG08  26475.921821    806.697387  -4419.946385      7.617122  2 10 10 208       
+PG09 -10230.589288 -14091.932501 -20606.464832     70.945624  9 10 10 232       
+PG10  13429.627047  -7479.793958  21433.583654    -70.324727  6  9  5 210       
+PG11  10105.234513  14652.766768 -20095.848478   -138.868223  8  6  7 217       
+PG12 -11142.949385 -24202.129459   -799.731047    -15.233745  8  6 10 173       
+PG13  13588.724036   5924.804239  21898.468560    276.959494  7  7  8 197       
+PG14 -19622.714677  11402.479533 -13529.142546    141.005982  8  9  8 217       
+PG15   -515.219604 -20938.520975 -16227.330246   -138.937362  8  6  5 106       
+PG16  -4035.025761  19471.741876  17487.198728   -161.703987  5  7  6 168       
+PG17  19534.750237 -10837.471658 -14059.078912    184.196466  6  6  6 205       
+PG18 -18282.598108  -9383.667667 -16719.555626    129.386927  9  9  9 164       
+PG19  -4473.765841  21856.200422 -14143.780815   -125.672639 10  6  9 231       
+PG20  14426.498999  22173.377141   2597.694290     48.812838  7     6 215       
+PG21 -25811.637875  -5690.978184   5351.414987   -134.195644  3  6 10 191       
+PG22 -15867.922647   2930.065240 -20941.829762    150.924931  9 10  8 225       
+PG23   5344.098619  16699.387580  19842.269675    316.491917  8  3  6 192       
+PG24  13300.387774  14425.258660 -17968.469978    377.772197  9  5  8 217       
+PG25 -17555.554162 -16227.624283  11578.331271     -0.950302  8  4  9 193       
+PG26  10966.545996 -22807.366341  -7892.234974   -159.747364  5     5 290       
+PG27  -4371.459281 -14310.866779 -21318.527269    251.048667 10  5  9 230       
+PG28  16210.692844   1987.161454 -20486.342066     28.493278 10  6  7 240       
+PG29 -11951.522426  -9479.387871  21825.181911    196.382786  8  8  8 227       
+PG30  -8853.487981  13680.788124  20560.305238    333.348130  7  6  5 149       
+PG31 -21183.539690   8146.377618  14174.991784     60.271907  8  6 10 154       
+PG32   7213.834102  25450.417444  -3889.197749   -225.880754 10  3  5 204       
+*  2011  3 31 12 15  0.00000000
+PG02  13576.570363 -13616.627037  18148.382539    328.086118  8  5  7 171       
+PG03  -9719.921369  24527.843189   -389.925565    695.714410  5  3  8 211       
+PG04  24162.697671  -6787.357748   8998.460957     75.485044  4  8  9 150       
+PG05   2988.509438 -19523.607569  17687.683649   -137.481681  4  7  6 223       
+PG06 -14057.779721  22113.919896   3715.506920   -215.597764  2     8 193       
+PG07  24332.317142   6104.795318   9036.394460      6.936863  8  7  8 184       
+PG08  26800.115952    953.068032  -1554.512070      7.616554  4 10 10 206       
+PG09  -7934.636074 -14140.141003 -21587.631495     70.946704  8 10 10 229       
+PG10  14585.335494  -5264.809275  21370.637211    -70.325082  5  9  5 210       
+PG11   7887.051539  15239.882608 -20621.651846   -138.871014  9  6  7 219       
+PG12 -10843.837378 -24069.654409  -3656.852612    -15.231203  8  6 10 182       
+PG13  12106.218243   7989.203105  22105.574144    276.958076  8  7  8 199       
+PG14 -18787.122068   9916.313652 -15699.936172    141.008497  8  9  7 216       
+PG15    551.825538 -22343.543775 -14214.928722   -138.934378  7  5  6  98       
+PG16  -5095.595111  17661.709116  19088.923477   -161.706488  4  7  6 168       
+PG17  18745.108108  -9256.278938 -16115.523515    184.196703  7  6  7 206       
+PG18 -18957.428031 -11120.495076 -14866.411018    129.388690  9  9  9 165       
+PG19  -5544.972533  22931.462793 -11848.013224   -125.675906 10  6  9 228       
+PG20  14223.758535  22472.768599   -194.733536     48.813191  8  2  5 215       
+PG21 -25096.054753  -5934.293237   7977.748693   -134.197565  5  6 10 192       
+PG22 -16910.225847    762.471141 -20322.091165    150.924343  9 10  9 222       
+PG23   4064.830026  18496.994087  18475.370991    316.489496  8  3  6 192       
+PG24  11154.538482  14391.848233 -19370.652849    377.776316  9  3  9 219       
+PG25 -17946.186782 -17364.399121   9061.415007     -0.950624  8  4  9 197       
+PG26  11519.232129 -23247.134282  -5086.532612   -159.756267  4     4 289       
+PG27  -1779.605794 -14382.564368 -21605.856966    251.052409  9  5  9 227       
+PG28  17190.005545   4153.465765 -19383.760634     28.495469  9  7  6 239       
+PG29 -10573.243440 -11521.918912  21554.561934    196.385256  9  9  8 226       
+PG30 -10188.114300  11593.751497  21205.081444    333.350082  6  7  5 154       
+PG31 -22626.501952   7954.898907  11845.371240     60.276511  8  6  9 206       
+PG32   6745.395317  24970.236228  -6625.996531   -225.887358 10  4  4 203       
+*  2011  3 31 12 30  0.00000000
+PG02  15583.974692 -13524.211139  16483.780068    328.088085  8  5  8 170       
+PG03 -10014.112677  24246.874389   2415.214642    695.719212  4     8 206       
+PG04  25073.281491  -6549.418727   6394.168168     75.493989  4  8  9 147       
+PG05   4252.628813 -17817.675987  19175.001923   -137.486925  4  7  6 225       
+PG06 -14123.099504  21457.935199   6451.343870   -215.703708     4  8 190       
+PG07  23168.210945   6321.569753  11571.685067      6.937543  9  7  8 190       
+PG08  26810.155452   1065.694367   1336.793064      7.615038  5  9  9 203       
+PG09  -5557.919299 -14324.336896 -22215.105640     70.947535  9 10  9 229       
+PG10  15833.402565  -3138.110083  20933.411022    -70.326275  4  9  5 212       
+PG11   5654.911310  15930.240337 -20803.082148   -138.873665  9  6  7 218       
+PG12 -10372.162942 -23680.845178  -6451.673004    -15.228695  9  6 10 192       
+PG13  10741.124038  10135.599146  21927.104874    276.956475  8  7  8 200       
+PG14 -17914.656360   8186.878403 -17596.092694    141.010458  9  9  7 218       
+PG15   1437.726536 -23584.889382 -11955.893509   -138.931614  7  4  6 166       
+PG16  -6332.860475  15772.327442  20359.970763   -161.708993  5  8  6 168       
+PG17  17929.933150  -7446.966019 -17889.457672    184.196900  7  6  7 209       
+PG18 -19599.337509 -12626.485053 -12756.644058    129.390513  9  9 10 154       
+PG19  -6412.978818  23830.479314  -9344.630700   -125.679343  9  6  9 227       
+PG20  13860.889597  22520.330894  -2983.837199     48.813398  8  3  5 216       
+PG21 -24111.048037  -6217.497489  10473.289300   -134.200089  6  6 10 201       
+PG22 -18006.600150  -1274.595626 -19348.228138    150.923415  9  9  9 224       
+PG23   2962.829790  20208.266194  16786.854636    316.487258  8  3  6 187       
+PG24   8867.634081  14464.426263 -20440.439119    377.780249 10  3 10 220       
+PG25 -18236.682289 -18232.047852   6388.625190     -0.951002  8  4  9 203       
+PG26  11878.552569 -23440.706599  -2192.137348   -159.765550  4     4 288       
+PG27    818.594068 -14593.635464 -21497.686414    251.055518  9  5  9 225       
+PG28  18208.559085   6132.162093 -17935.244871     28.497556  9  7  6 238       
+PG29  -9329.843529 -13589.377219  20915.952533    196.387926  8  9  7 225       
+PG30 -11656.877645   9533.427215  21470.957787    333.352808  7  7  6 135       
+PG31 -23805.545739   7835.792191   9316.189250     60.281211  8  6 10 101       
+PG32   6112.441361  24246.303405  -9250.503397   -225.893992 10  4  3 206       
+*  2011  3 31 12 45  0.00000000
+PG02  17392.703382 -13503.785194  14530.669693    328.090009  7  5  8 163       
+PG03 -10230.536405  23675.617634   5177.720099    695.724778  4     7 200       
+PG04  25696.126629  -6329.218167   3681.412915     75.503111  5  8  7 123       
+PG05   5689.244806 -16057.475234  20330.812855   -137.492288  3  7  6 228       
+PG06 -14108.226779  20524.699593   9075.233479   -215.808957     5  8 187       
+PG07  21743.300285   6627.951315  13909.987883      6.938612  9  7  8 197       
+PG08  26504.236505   1184.599699   4205.860708      7.615489  6  9  8 199       
+PG09  -3147.576579 -14650.130204 -22479.102542     70.948416  9 10  9 226       
+PG10  17144.122206  -1138.212828  20130.806602    -70.327374  3  9  4 213       
+PG11   3449.210921  16713.785090 -20636.250059   -138.876465  9  6  6 219       
+PG12  -9702.042832 -23064.778991  -9136.507091    -15.226063  9  7  9 199       
+PG13   9519.140379  12318.566081  21366.054023    276.955604  8  8  8 199       
+PG14 -17047.342376   6234.882594 -19184.329780    141.012762  9  9  6 217       
+PG15   2154.999955 -24623.028672  -9489.259143   -138.928940  7  3  6 184       
+PG16  -7738.227103  13851.555417  21279.164472   -161.711383  5  8  5 161       
+PG17  17128.633086  -5432.799922 -19349.935171    184.197243  8  6  7 215       
+PG18 -20170.469677 -13889.927550 -10427.699075    129.392095  9  8 10 160       
+PG19  -7091.817665  24514.973139  -6677.272182   -125.682777  9  5  9 224       
+PG20  13311.368016  22338.909912  -5721.894673     48.813110  8  4  5 215       
+PG21 -22876.661673  -6571.469123  12797.474158   -134.202173  6  6 10 205       
+PG22 -19123.851208  -3149.466008 -18037.697802    150.922585  9  9  9 223       
+PG23   2038.035278  21786.637894  14805.447771    316.485010  8  2  6 188       
+PG24   6483.634918  14657.134983 -21158.662173    377.783013 10  4 11 222       
+PG25 -18388.269689 -18835.129633   3605.958970     -0.951353  8  5 10 206       
+PG26  12072.446467 -23358.756500    740.743418   -159.774973  3  1  4 288       
+PG27   3368.770731 -14937.763218 -20995.088402    251.059035  8  4  9 223       
+PG28  19227.617760   7894.351696 -16168.251893     28.499904  9  7  6 235       
+PG29  -8237.544863 -15636.540026  19920.285573    196.390380  8  9  7 223       
+PG30 -13233.388129   7543.669612  21353.106194    333.356829  6  7  7 133       
+PG31 -24698.066418   7754.192956   6629.839258     60.285488  7  6  9 117       
+PG32   5292.494474  23309.081475 -11717.564134   -225.900636 11  5  3 204       
+*  2011  3 31 13  0  0.00000000
+PG02  18970.286870 -13526.606546  12322.418537    328.091914  7  5  7 145       
+PG03 -10403.816386  22811.938297   7848.475023    695.728879  3  3  7 183       
+PG04  26024.632099  -6091.618421    906.391068     75.512042  5  8  6 154       
+PG05   7283.928272 -14287.822612  21135.380834   -137.497590  4  8  5 229       
+PG06 -14050.075211  19319.173377  11542.023278   -215.913727     6  7 159       
+PG07  20089.041960   7052.148758  16011.285868      6.939587  9  7  8 202       
+PG08  25889.441820   1349.372920   7004.940216      7.616191  6 10  7 196       
+PG09   -751.204411 -15115.003960 -22375.496923     70.949709  9 10  8 194       
+PG10  18482.522708    702.528526  18978.105273    -70.328145  4 10  2 209       
+PG11   1308.422010  17573.920557 -20122.929014   -138.879062  9  5  6 206       
+PG12  -8814.318381 -22256.344834 -11665.459249    -15.223462 10  7  9 187       
+PG13   8457.946161  14489.371417  20432.180063    276.954107  8  8  8 199       
+PG14 -16223.966355   4089.343637 -20436.827332    141.014911  9  9  6 211       
+PG15   2723.232930 -25423.236911  -6857.753818   -138.926034  6  2  6 198       
+PG16  -9294.820926  11945.942487  21831.522103   -161.714057  5  8  5 163       
+PG17  16376.951193  -3244.696884 -20471.634950    184.197470  8  6  7 208       
+PG18 -20632.964213 -14907.426351  -7920.416313    129.394160 10  8 10 116       
+PG19  -7602.721354  24951.939962  -3892.620286   -125.686255  9  3  9 219       
+PG20  12554.413700  21957.358173  -8362.211118     48.813458  8  5  5 218       
+PG21 -21419.361358  -7023.107186  14912.537576   -134.204473  6  6 10 206       
+PG22 -20224.915692  -4837.325240 -16413.815334    150.921944  9  9 10 221       
+PG23   1282.166529  23187.797663  12565.192456    316.482761  8  2  7 180       
+PG24   4049.302318  14976.585915 -21512.122706    377.784668 11  6 11 212       
+PG25 -18365.118423 -19186.527346    761.285298     -0.951705  8  5 10 209       
+PG26  12134.382309 -22979.763005   3660.436917   -159.784568  3  2  3 287       
+PG27   5818.479117 -15400.030586 -20106.838269    251.061090  7  4  9 214       
+PG28  20205.560847   9419.741037 -14115.748562     28.501884  9  8  5 223       
+PG29  -7304.578154 -17616.803969  18584.536731    196.392705  8  8  7 220       
+PG30 -14884.486264   5663.564401  20853.807855    333.360244  6  7  7 126       
+PG31 -25289.654413   7672.292580   3831.452656     60.290142  6  5  9 116       
+PG32   4269.896500  22194.292071 -13984.281874   -225.907234 11  5  4 206       
+*  2011  3 31 13 15  0.00000000
+PG02  20291.307794 -13559.634228   9897.181225    328.094083  6  5  8 138       
+PG03 -10568.917635  21662.510138  10379.640565    695.734292  2  4  7 187       
+PG04  26060.455952  -5801.321447  -1883.934232     75.521272  6  9  7 142       
+PG05   9014.501106 -12551.224511  21575.084423   -137.502685  5  7  4 230       
+PG06 -13984.945336  17854.618897  13809.516234   -216.019141     7  7 168       
+PG07  18243.115473   7616.292420  17839.486220      6.940573  9  7  8 206       
+PG08  24981.502223   1597.522893   9687.354292      7.617600  7 10  7 195       
+PG09   1584.682514 -15708.374127 -21905.867680     70.952492  9  9  9 187       
+PG10  19809.705809   2358.946540  17496.603230    -70.330814  4  9    207       
+PG11   -732.167360  18488.033079 -19270.595503   -138.881610  9  5  6 215       
+PG12  -7697.489784 -21294.870626 -13995.192870    -15.221146 10  7  9 123       
+PG13   7566.633459  16597.736349  19141.832035    276.952915  8  8  9 195       
+PG14 -15478.519782   1786.647409 -21331.739618    141.017162  9  9  6 215       
+PG15   3168.118673 -25956.935335  -4107.044948   -138.923528  6     6 198       
+PG16 -10978.020507  10098.955321  22008.453960   -161.716543  5  8  5 166       
+PG17  15705.538822   -920.195915 -21235.308859    184.197551  9  6  7 220       
+PG18 -20950.477588 -15683.761203  -5278.281484    129.396125 10  7 10 175       
+PG19  -7973.082887  25114.998686  -1039.543267   -125.689754  8  3  9 219       
+PG20  11575.946950  21409.319599 -10859.893783     48.813571  8  5  5 213       
+PG21 -19771.147456  -7594.209592  16784.018054   -134.206901  7  7 10 207       
+PG22 -21270.297431  -6320.952886 -14505.300291    150.921132  9  9 10 220       
+PG23    679.213692  24371.372441  10104.865908    316.480347  8     7 178       
+PG24   1612.594927  15421.506579 -21493.872629    377.786944 12  7 12 220       
+PG25 -18135.849920 -19306.791950  -2096.478350     -0.952070  9  5 10 212       
+PG26  12101.905790 -22291.100728   6514.766181   -159.793483  3  3  4 287       
+PG27   8119.194577 -15957.535971 -18849.256626    251.064441  6  3  9 218       
+PG28  21099.586882  10697.142867 -11815.464002     28.504103  9  7  5 228       
+PG29  -6531.011800 -19483.828483  16931.444862    196.395327  7  8  6 218       
+PG30 -16571.468268   3926.019320  19982.395355    333.363543  6  7  7 131       
+PG31 -25574.582042   7550.927676    968.195483     60.294693  3  6  8 144       
+PG32   3036.673364  20941.590274 -16010.780535   -225.914073 10  5  3 203       
+*  2011  3 31 13 30  0.00000000
+PG02  21338.295290 -13566.964189   7297.235411    328.096181  6  5  8 138       
+PG03 -10759.547676  20242.731648  12725.610133    695.739267  1  6  6 192       
+PG04  25813.351956  -5424.383548  -4642.586613     75.530757  6 10  8 141       
+PG05  10851.737417 -10886.343630  21642.634678   -137.507987  5  8  3 231       
+PG06 -13946.973175  16152.189684  15839.178052   -216.124396     7  7 182       
+PG07  16248.106414   8335.411519  19363.036038      6.941567  9  7  7 209       
+PG08  23804.259437   1962.905803  12208.204271      7.616742  7 10  6 193       
+PG09   3816.152146 -16411.938010 -21077.483474     70.954375  9  9  9 220       
+PG10  21084.336739   3813.785460  15713.145319    -70.332012  4  9    205       
+PG11  -2641.603375  19428.254944 -18092.389460   -138.884463  9  5  6 215       
+PG12  -6348.365233 -20222.590347 -16085.663817    -15.218474 11  7  9 135       
+PG13   6845.493019  18593.666123  17517.649488    276.951501  8  8  9 194       
+PG14 -14838.849539   -630.686068 -21853.590669    141.019390  9  9  6 217       
+PG15   3520.247578 -26202.805773  -1284.926679   -138.920621  5     7 204       
+PG16 -12756.292354   8349.447539  21807.847567   -161.719293  5  8  5 165       
+PG17  15138.750502   1497.828962 -21628.107722    184.197626  9  6  7 224       
+PG18 -21089.634700 -16231.448658  -2546.658797    129.397736 10  7 10 183       
+PG19  -8235.166563  24985.491093   1831.813041   -125.693151  8  3  9 217       
+PG20  10369.290885  20731.851018 -13172.587758     48.813419  8  5  5 215       
+PG21 -17968.490681  -8300.535085  18381.227154   -134.209736  7  7 10 210       
+PG22 -22219.604806  -7591.158746 -12345.729381    150.920466  9  9 10 220       
+PG23    206.242927  25302.477473   7467.299209    316.477950  8     7 171       
+PG24   -778.990119  15982.704450 -21103.393924    377.789350 12  7 12 222       
+PG25 -17674.886256 -19223.200052  -4918.206178     -0.952481  9  5 10 214       
+PG26  12014.988118 -21289.797397   9252.075446   -159.803115  3  3  3 286       
+PG27  10228.138518 -16580.380930 -17245.852435    251.066994  5  3  9 216       
+PG28  21867.446579  11724.599812  -9309.074470     28.506312  9  8  5 227       
+PG29  -5908.899333 -21193.179959  14989.138357    196.398045  7  8  6 214       
+PG30 -18251.552209   2356.625532  18755.038156    333.367187  5  7  8 130       
+PG31 -25555.981619   7351.235621  -1911.476722     60.299381  6  6  7 160       
+PG32   1593.118747  19593.080548 -17760.945604   -225.920531 10  5  4 204       
+*  2011  3 31 13 45  0.00000000
+PG02  22102.312043 -13511.405232   4568.217951    328.098227  6  4  7 151       
+PG03 -11006.598961  18576.288095  14843.940195    695.744147  2  6  6 188       
+PG04  25300.722428  -4929.670129  -7323.314823     75.540282  7 10  9 166       
+PG05  12760.344464  -9326.630640  21337.181074   -137.513085  6  8    230       
+PG06 -13966.686572  14240.226151  17596.765325   -216.229327  1  8  7 172       
+PG07  14150.009479   9216.684353  20555.470412      6.942578 10  8  7 211       
+PG08  22388.846998   2474.280110  14525.058953      7.616005  7 10  5 188       
+PG09   5903.269068 -17200.300747 -19903.228709     70.956054  9  8  9 215       
+PG10  22264.223445   5058.106071  13659.572303    -70.333707  4  9    198       
+PG11  -4394.267371  20362.444580 -16606.989919   -138.887188  9  5  6 214       
+PG12  -4772.398182 -19083.008155 -17900.806049    -15.215983 11  7  8  94       
+PG13   6286.159786  20429.277233  15588.143378    276.949792  8  8  9 181       
+PG14 -14325.569572  -3115.481057 -21993.544930    141.021513  9  9  6 186       
+PG15   3813.702745 -26147.632925   1559.534799   -138.918018  4     6 207       
+PG16 -14592.293970   6730.329027  21234.040292   -161.721549  6  8  5 168       
+PG17  14693.709616   3962.664408 -21643.780704    184.198047  9  6  7 227       
+PG18 -21021.359309 -16570.026189    227.978826    129.399772 10  7 10 186       
+PG19  -8424.621586  24553.283229   4670.962731   -125.696760  7  4  9 214       
+PG20   8935.595137  19963.933669 -15261.162395     48.813373  8  6  5 214       
+PG21 -16051.124280  -9151.078646  19677.679289   -134.212054  7  7 10 211       
+PG22 -23033.127416  -8646.901268  -9972.908670    150.919509  9  8 10 219       
+PG23   -165.510173  25953.066768   4698.606900    316.475780  9     7 174       
+PG24  -3080.067704  16643.353936 -20346.665302    377.791869 12  7 13 222       
+PG25 -16963.583482 -18968.561914  -7655.406726     -0.952876 10  5 10 215       
+PG26  11914.241496 -19982.911215  11822.294363   -159.812500  3  4  2 285       
+PG27  12109.845819 -17232.981831 -15326.778615    251.069148  3  3  9 210       
+PG28  22469.131527  12509.138867  -6641.346003     28.508332  9  8  5 223       
+PG29  -5422.739375 -22703.915559  12790.673611    196.400314  7  8  5 210       
+PG30 -19879.519604    972.837345  17194.379329    333.370733  4  7  8 158       
+PG31 -25245.704854   7036.315853  -4758.597463     60.303720  5  6  6 222       
+PG32    -51.934007  18191.727479 -19203.126521   -225.927107 10  4  4 204       
+*  2011  3 31 14  0  0.00000000
+PG02  22583.205263 -13356.129763   1758.277179    328.100139  5  4  7 168       
+PG03 -11336.702817  16694.371581  16696.229653    695.748239  3  7  6 186       
+PG04  24546.906914  -4290.198979  -9881.307290     75.549740  7 11  9 180       
+PG05  14700.184598  -7899.172194  20664.304641   -137.518272  6  7    230       
+PG06 -14069.724155  12153.288834  19052.866366   -216.334175  2  8  6 169       
+PG07  11996.605690  10258.992111  21395.883347      6.943525  9  7  6 213       
+PG08  20772.615186   3154.040335  16598.620456      7.617013  7 10  4 190       
+PG09   7811.376618 -18041.861933 -18401.468359     70.956735  9  7  9 211       
+PG10  23307.921714   6091.362321  11372.097087    -70.336552  4  9  3 194       
+PG11  -5970.688262  21255.352954 -14838.401604   -138.890113  9  5  5 211       
+PG12  -2983.697392 -17919.220845 -19409.157933    -15.213475 12  7  8  77       
+PG13   5872.111199  22060.547962  13387.167106    276.948458  8  7  9 178       
+PG14 -13951.277839  -5617.568338 -21749.548309    141.023693  9  9  5 180       
+PG15   4084.516920 -25786.839906   4376.881042   -138.915411  3  3  5 211       
+PG16 -16444.199557   5267.482091  20297.684966   -161.724277  7  8  5 175       
+PG17  14379.680576   6425.399816 -21282.746310    184.198184  9  6  7 228       
+PG18 -20722.037170 -16725.093079   2998.810393    129.401429  9  7 10 195       
+PG19  -8578.861524  23817.234131   7428.025100   -125.700113  7  5  8 212       
+PG20   7283.966474  19144.931220 -17090.339435     48.813323  7  5  4 215       
+PG21 -14060.730297 -10147.584100  20651.480958   -134.214262  8  7 10 212       
+PG22 -23673.389388  -9495.088042  -7428.179418    150.918780  9  8 10 218       
+PG23   -469.303501  26303.026497   1847.342972    316.473587  9     8 171       
+PG24  -5248.942370  17379.599299 -19236.111473    377.794625 12  7 13 221       
+PG25 -15991.105515 -18579.826643 -10261.053544     -0.953205 10  5 10 222       
+PG26  11839.079086 -18387.496395  14178.010590   -159.821574  3  4  3 284       
+PG27  13737.400601 -17875.639814 -13128.121073    251.072253  4  4 10 206       
+PG28  22868.451525  13066.180596  -3859.258614     28.510530  9  8  7 219       
+PG29  -5050.230833 -23980.047571  10373.491954    196.402966  7  7  5 205       
+PG30 -21409.459577   -216.497788  15329.036334    333.374108  4  7  9 168       
+PG31 -24663.864838   6572.835031  -7524.491488     60.308295  2  3  6 196       
+PG32  -1881.171800  16779.721007 -20310.783731   -225.933423 10  4  4 203       
+*  2011  3 31 14 15  0.00000000
+PG02  22789.507509 -13066.328593  -1082.839770    328.102121  6  4  7 180       
+PG03 -11770.961819  14634.588306  18248.921347    695.753287  3  8  6 182       
+PG04  23582.234821  -3484.325356 -12273.875804     75.559125  8 11  9 185       
+PG05  16627.690428  -6623.798337  19635.899902   -137.523441  6  7  3 229       
+PG06 -14275.764177   9930.969419  20183.349009   -216.439694  2  9  6 163       
+PG07   9835.773661  11452.796037  21869.312575      6.944353  9  8  6 214       
+PG08  18997.834381   4017.176035  18393.359921      7.616021  7 10  3 190       
+PG09   9512.205068 -18899.936977 -16595.849069     70.957918  9  7  9 202       
+PG10  24176.304096   6921.154815   8890.625359    -70.337588  4  9  3 188       
+PG11  -7358.133053  22069.937706 -12815.648973   -138.892933  9  4  6 202       
+PG12  -1004.706414 -16772.262090 -20584.418212    -15.210827 11  6  7  70       
+PG13   5579.496218  23448.922255  10953.289424    276.947713  8  7 10 169       
+PG14 -13720.109114  -8085.563573 -21126.338168    141.025811  9  9  5 179       
+PG15   4369.053747 -25124.695262   7118.148506   -138.912464  3  4  6 216       
+PG16 -18267.195965   3978.961367  19015.514784   -161.726905  5  8  5 175       
+PG17  14197.770020   8836.648927 -20552.036567    184.198430  9  7  7 228       
+PG18 -20174.473318 -16727.148667   5719.408349    129.403422  9  8 10 200       
+PG19  -8735.378397  22785.312103  10054.655736   -125.703490  6  6  8 209       
+PG20   5431.302751  18313.051981 -18629.255051     48.813588  7  5  5 214       
+PG21 -12039.560612 -11284.311533  21285.677025   -134.216354  8  7  9 212       
+PG22 -24106.618695 -10150.070603  -4755.672370    150.918230  9  8 10 220       
+PG23   -741.362809  26340.964087  -1036.398630    316.471273  9     8 173       
+PG24  -7249.050201  18161.453396 -17790.432116    377.798050 13  7 13 217       
+PG25 -14755.004555 -18096.538999 -12690.389758     -0.953596 11  5  9 220       
+PG26  11825.903764 -16530.144565  16275.516709   -159.830733  3  5  1 284       
+PG27  15093.286137 -18466.290320 -10691.049342    251.074598     3  9 202       
+PG28  23034.441801  13418.639866  -1011.133229     28.512573  9  8  7 212       
+PG29  -4763.295035 -24991.833215   7778.802527    196.405409  7  7  4 200       
+PG30 -22796.539115  -1211.244022  13192.982779    333.376599  2  8  9 173       
+PG31 -23838.073451   5932.514765 -10161.589654     60.312687  3  3  6 162       
+PG32  -3869.200956  15396.860203 -21063.062680   -225.940126 10  3  6 201       
+*  2011  3 31 14 30  0.00000000
+PG02  22737.989055 -12610.797684  -3904.742689    328.104050  6  4  7 186       
+PG03 -12323.920040  12439.598044  19474.001086    695.757171  2  9  6 179       
+PG04  22441.877269  -2496.728200 -14461.102123     75.568516  8 11  9 187       
+PG05  18497.418237  -5512.481845  18269.949129   -137.528716  6  6  5 228       
+PG06 -14597.701287   7616.527216  20969.711820   -216.544900  2  9  6 167       
+PG07   7713.797826  12780.345907  21967.030138      6.945507  9  8  6 214       
+PG08  17110.219013   5070.496081  19878.115073      7.616543  7 10  3 194       
+PG09  10984.767636 -19734.080586 -14515.033232     70.959947  9  5 10 196       
+PG10  24834.033990   7562.678391   6258.035661    -70.338144  3  8  4 178       
+PG11  -8550.948708  22768.779414 -10572.375653   -138.895968  8  4  6 200       
+PG12   1134.438490 -15679.531762 -21405.921216    -15.208207 11  6  6  85       
+PG13   5378.259448  24562.703368   8329.083020    276.946223  8  7 10 166       
+PG14 -13627.639705 -10468.689871 -20135.323954    141.028111  9  9  5 179       
+PG15   4702.379330 -24174.183176   9735.745162   -138.909843  3  5  6 219       
+PG16 -20015.091261   2874.503058  17410.014768   -161.729390  5  8  5 183       
+PG17  14140.965518  11148.281980 -19465.118924    184.198408  9  6  8 225       
+PG18 -19368.613399 -16610.273895   8344.452711    129.405138  9  8 10 206       
+PG19  -8930.062900  21474.354321  12504.941985   -125.706758  5  7  7 210       
+PG20   3401.837244  17503.872134 -19851.949226     48.813819  7  5  4 215       
+PG21 -10029.035888 -12548.070451  21568.550400   -134.218491  8  7  9 212       
+PG22 -24304.076175 -10632.857569  -2001.525588    150.917397  8  8 10 220       
+PG23  -1019.231386  26064.658692  -3901.918895    316.468938  9  2  8 165       
+PG24  -9050.206369  18953.959496 -16034.310275    377.800929 13  7 13 214       
+PG25 -13261.485246 -17559.207894 -14901.692929     -0.953904 11  5  9 225       
+PG26  11906.412188 -14446.111503  18075.795599   -159.841163  4  6    270       
+PG27  16169.816777 -18962.345755  -8060.862075    251.076850     4  9 197       
+PG28  22942.551524  13595.765141   1854.220603     28.514802  9  8  7 204       
+PG29  -4529.326436 -25716.840978   5050.899844    196.407991  7  6  4 195       
+PG30 -23998.723547  -2019.718849  10824.831199    333.380567  2  8  9 181       
+PG31 -22802.398293   5093.443233 -12624.244130     60.317156  4  2  6 160       
+PG32  -5983.279239  14079.021592 -21445.277031   -225.946606 10  2  6 199       
+*  2011  3 31 14 45  0.00000000
+PG02  22452.879642 -11963.387033  -6657.373187    328.106169  6  2  7 195       
+PG03 -13002.819680  10155.544607  20349.572860    695.762452  2  9  5 176       
+PG04  21164.539433  -1319.163781 -16406.441929     75.577822  9 11  9 193       
+PG05  20263.679745  -4569.050619  16590.194138   -137.533920  6  6  6 226       
+PG06 -15041.099057   5255.403993  21399.337198   -216.650375  2 10  6 164       
+PG07   5673.737580  14216.215319  21686.731648      6.946425  9  8  6 214       
+PG08  15157.321254   6312.150581  21026.640744      7.616565  7 10  2 191       
+PG09  12216.011052 -20501.572824 -12192.362369     70.961220  9  4 10 186       
+PG10  25250.891786   8037.891687   3519.432975    -70.339103  3  8  5 163       
+PG11  -9550.636853  23315.548505  -8146.349079   -138.898545  8  4  7 193       
+PG12   3396.850619 -14673.371053 -21859.021797    -15.205520 12  7  5 223       
+PG13   5233.512761  25378.182806   5560.344359    276.944887  8  6 10 146       
+PG14 -13661.145311 -12718.571396 -18794.343285    141.030394  8  9  5 173       
+PG15   5116.690379 -22956.542475  12184.298899   -138.907112  2  5  5 223       
+PG16 -21641.975272   1955.357293  15509.007990   -161.731978  5  8  5 187       
+PG17  14194.506173  13315.100122 -18041.602944    184.198882  9  6  8 226       
+PG18 -18302.007688 -16410.705687  10830.411218    129.407066  8  8 10 209       
+PG19  -9195.601526  19909.481128  14736.242769   -125.710155  5  8  7 209       
+PG20   1226.410645  16748.974104 -20737.776802     48.813793  6  5  4 212       
+PG21  -8068.367202 -13918.522555  21493.870227   -134.220946  8  7  8 211       
+PG22 -24243.194426 -10970.080556    786.919256    150.916642  8  9 10 219       
+PG23  -1340.064790  25481.153335  -6698.862459    316.466659  9  3  8 171       
+PG24 -10629.606732  19718.571850 -13998.002782    377.802905 12  6 13 211       
+PG25 -11525.342039 -17007.649829 -16856.987359     -0.954385 11  5  9 170       
+PG26  12106.097845 -12178.061190  19545.408676   -159.850396  5  6    270       
+PG27  16969.142878 -19322.542781  -5285.963585    251.078707     4  9 193       
+PG28  22575.576264  13631.770538   4688.321624     28.517185  9  8  7 200       
+PG29  -4312.624720 -26140.752414   2236.425947    196.410479  7  6  3 193       
+PG30 -24978.375541  -2658.090466   8267.038938    333.383582  3  8  9 197       
+PG31 -21596.074633   4041.157235 -14869.530310     60.321459  4  3  6 190       
+PG32  -8184.359758  12856.777078 -21449.284062   -225.953215 10  2  6 193       
+*  2011  3 31 15  0  0.00000000
+PG02  21964.792889 -11104.247792  -9291.973775    328.108107  6     7 196       
+PG03 -13807.178903   7830.346750  20860.293220    695.766371  2 10  5 177       
+PG04  19791.039388     49.039107 -18077.280972     75.587231  9 11  8 194       
+PG05  21882.189675  -3789.221952  14625.712470   -137.538930  6  5  7 224       
+PG06 -15603.935304   2893.673296  21465.646436   -216.756001  2 10  6 167       
+PG07   3753.919768  15728.146815  21032.618419      6.947165  9  7  6 213       
+PG08  13186.849268   7731.473827  21818.102582      7.617901  7 10  2 194       
+PG09  13201.193502 -21159.021712  -9665.446093     70.963493  8  4 10 172       
+PG10  25402.907066   8374.445713    721.388773    -70.340182  2  7  6 155       
+PG11 -10365.652346  23676.466988  -5578.872640   -138.901592  8  3  7 179       
+PG12   5740.102294 -13779.839292 -21935.381495    -15.202821 12  6  5 220       
+PG13   5107.097066  25880.461494   2695.261508    276.943364  8  6 10 144       
+PG14 -13800.198431 -14790.927088 -17127.301018    141.032556  8  8  5 172       
+PG15   5639.862628 -21500.493593  14421.461043   -138.904631  4  5  4 226       
+PG16 -23103.870730   1214.445522  13345.165131   -161.734491  5  7  5 194       
+PG17  14336.566199  15296.387451 -16306.841125    184.198704  9  6  8 222       
+PG18 -16980.005453 -16165.355605  13136.180225    129.408836  7  8  9 213       
+PG19  -9560.017312  18123.191312  16709.954713   -125.713640  4  8  6 211       
+PG20  -1058.502517  16074.749644 -21271.735620     48.813695  6  5  5 212       
+PG21  -6193.245887 -15368.750333  21061.082300   -134.222293  8  7  8 210       
+PG22 -23908.484933 -11192.756180   3561.927704    150.915944  8  9  9 222       
+PG23  -1738.942907  24606.484822  -9378.158203    316.464463  9  3  8 171       
+PG24 -11972.541299  20414.700668 -11716.818433    377.805929 12  5 13 201       
+PG25  -9569.571624 -16479.371424 -18522.692004     -0.954733 12  4  8 166       
+PG26  12443.028317  -9774.480691  20657.254158   -159.860282  5  7  1 271       
+PG27  17502.842260 -19508.709216  -2416.807832    251.081344  2  5  9 197       
+PG28  21924.308703  13564.319290   7443.787299     28.519351  9  8  7 190       
+PG29  -4075.953929 -26257.867978   -616.411792    196.412853  7  5  2 189       
+PG30 -25703.668651  -3149.464213   5565.060053    333.385507  4  9  9 194       
+PG31 -20262.017862   2769.448332 -16858.020857     60.326106  5  3  6 188       
+PG32 -10428.411272  11754.222451 -21073.736929   -225.959895 10     7 191       
+*  2011  3 31 15 15  0.00000000
+PG02  21309.400482 -10020.822978 -11762.026342    328.109968  6     6 204       
+PG03 -14728.709850   5511.925741  20997.653166    695.770745  2 10  5 180       
+PG04  18362.822791   1600.759884 -19445.438487     75.596651  9 11  8 197       
+PG05  23311.666437  -3160.955182  12410.406121   -137.544376  6  4  7 221       
+PG06 -16276.646235    576.481448  21168.158260   -216.861294  3 10  5 168       
+PG07   1986.613183  17278.177590  20015.368185      6.947995  8  7  6 212       
+PG08  11244.969238   9309.161309  22237.503390      7.619069  6  9  3 194       
+PG09  13943.970068 -21664.030494  -6975.673563     70.965333  8  4  9 166       
+PG10  25273.259164   8604.415781  -2088.820880    -70.340930  2  7  6 152       
+PG11 -11010.927374  23821.706746  -2914.110497   -138.904351  7  3  7 170       
+PG12   8117.657767 -13017.741176 -21633.148811    -15.200301 11  6  4 218       
+PG13   4959.269746  26063.933091   -216.452662    276.942279  8  6 10 200       
+PG14 -14017.577996 -16647.098534 -15163.701261    141.034702  8  8  5 166       
+PG15   6294.177957 -19841.185301  16408.649506   -138.901690  4  5  4 229       
+PG16 -24360.314940    636.833230  10955.446374   -161.736972  5  7  6 200       
+PG17  14539.220293  17057.282177 -14291.434834    184.198718  9  5  8 220       
+PG18 -15415.676146 -15910.324660  15223.682164    129.410876  7  9  9 216       
+PG19 -10045.413898  16154.177962  18392.189289   -125.717031  3  8  5 210       
+PG20  -3411.977719  15501.411136 -21444.707927     48.813985  6  6  5 211       
+PG21  -4434.646857 -16866.079637  20275.434225   -134.224811  9  6  8 208       
+PG22 -23292.181337 -11334.894286   6276.176817    150.915406  8  9  9 223       
+PG23  -2247.270777  23465.063368 -11892.930035    316.462308  9  4  7 171       
+PG24 -13072.788945  21001.359339  -9230.492711    377.809651 11  4 12 194       
+PG25  -7424.674785 -16008.053510 -19870.193276     -0.955065 12  5  8 166       
+PG26  12926.958590  -7287.838293  21391.167405   -159.870083  5  7  2 272       
+PG27  17791.131809 -19487.373676    495.155593    251.084034  3  6  8 195       
+PG28  20987.893357  13432.919017  10075.049942     28.521147  8  8  7 180       
+PG29  -3782.168993 -26071.296259  -3458.655115    196.415486  8  5  2 186       
+PG30 -26149.761697  -3522.703919   2766.465942    333.388234  5  9  9 206       
+PG31 -18845.191022   1280.856199 -18554.516401     60.330633  5  3  6 193       
+PG32 -12667.965703  10788.070187 -20324.201016   -225.966666  9     7 192       
+*  2011  3 31 15 30  0.00000000
+PG02  20525.914637  -8708.539171 -14024.136410    328.112170  6  4  6 210       
+PG03 -15751.579090   3246.448483  20760.101650    695.775629  2 11  6 180       
+PG04  16920.464776   3321.151521 -20487.612970     75.605922 10 11  7 201       
+PG05  24515.325352  -2665.107138   9982.412274   -137.549499  6  3  8 218       
+PG06 -17042.464644  -1653.463437  20512.453378   -216.966577  3 10  5 171       
+PG07    396.937527  18824.005153  18651.991909      6.948890  8  6  7 211       
+PG08   9374.653025  11017.782518  22276.030919      7.619004  6  9  4 191       
+PG09  14456.174333 -21976.872783  -4167.645461     70.968490  7  5  9 168       
+PG10  24852.917567   8762.886520  -4863.968934    -70.341566     5  7 160       
+PG11 -11507.134061  23726.666143   -198.333503   -138.907172  4  8  7 156       
+PG12  10480.476522 -12397.944045 -20957.028019    -15.197721 11  6  4 219       
+PG13   4750.449032  25932.413423  -3124.444315    276.941157  8  5  9 247       
+PG14 -14280.451544 -18255.353811 -12938.084204    141.037017  8  8  5 194       
+PG15   7095.280900 -18018.904163  18111.717808   -138.898828  4  5  4 231       
+PG16 -25375.815160    200.497395   8380.484728   -161.739386  5  7  7 204       
+PG17  14769.649164  18569.916739 -12030.657691    184.198907  9  4  8 218       
+PG18 -13629.462475 -15679.465087  17058.416131    129.412691  6  9  9 219       
+PG19 -10666.972890  14045.915812  19754.348609   -125.720748  3  8  5 210       
+PG20  -5789.991977  15042.247121 -21253.612098     48.813892  5  6  4 211       
+PG21  -2817.789194 -18373.135960  19148.026775   -134.227358  8  6  7 204       
+PG22 -22394.597166 -11432.007348   8883.540314    150.914656  7  9  8 225       
+PG23  -2891.335355  22088.729209 -14199.357296    316.459965  9  5  7 174       
+PG24 -13932.675912  21438.846552  -6582.470897    377.812350 10  8 11 186       
+PG25  -5127.673813 -15622.195252 -20876.333296     -0.955379 12  5  7 165       
+PG26  13558.824615  -4772.572003  21734.342206   -159.879278  5  7  3 272       
+PG27  17861.749482 -19231.153093   3398.502712    251.086109  4  6  8 183       
+PG28  19773.881953  13277.288711  12539.013562     28.523470  8  8  7 172       
+PG29  -3395.846907 -25592.817836  -6241.428495    196.417853  8  5  2 187       
+PG30 -26299.692450  -3811.043476    -79.943726    333.390745  6  9  9 213       
+PG31 -17390.889138   -413.176367 -19928.717028     60.335249  6  4  5 191       
+PG32 -14853.831652   9967.050005 -19213.125119   -225.973464  9     7 190       
+*  2011  3 31 15 45  0.00000000
+PG02  19655.445643  -7171.170665 -16038.841782    328.114000  5  5  4 214       
+PG03 -16852.996161   1076.663204  20153.010771    695.781480  2 11  6 184       
+PG04  15502.211006   5187.990022 -21185.765319     75.615249  9 10  7 204       
+PG05  25462.208249  -2276.363394   7383.446451   -137.554757  5  2  8 214       
+PG06 -17878.037125  -3757.300803  19510.048436   -217.072165  3 10  6 178       
+PG07   -997.949077  20320.542163  16965.576233      6.949955  7  6  7 209       
+PG08   7614.133975  12822.619065  21931.315720      7.619654  5  8  5 190       
+PG09  14757.294591 -22062.115241  -1288.526336     70.970327  7  6  8 169       
+PG10  24141.003212   8886.443317  -7557.613774    -70.341580     5  7 164       
+PG11 -11879.710152  23373.069217   2520.901890   -138.910060  3  8  7 151       
+PG12  12778.726588 -11923.013876 -19918.232793    -15.195290 11  6  5 217       
+PG13   4442.945220  25498.914383  -5978.602337    276.939431  9  6  9 160       
+PG14 -14551.779897 -19591.919048 -10489.381194    141.039355  7  8  6 190       
+PG15   8051.405517 -16077.598839  19501.538223   -138.896097  5  6  3 233       
+PG16 -26121.125979   -122.641988   5663.920003   -161.742068  5  7  7 207       
+PG17  14991.535039  19814.286676  -9563.809509    184.199264  9  4  8 218       
+PG18 -11648.578611 -15503.037657  18609.958580    129.414509  6  9  8 221       
+PG19 -11432.242917  11845.079554  20773.590862   -125.724071  3  9  4 210       
+PG20  -8146.894559  14703.149405 -20701.462456     48.814230  4  6  4 212       
+PG21  -1361.294923 -19849.105394  17695.782261   -134.229838  8  6  7 201       
+PG22 -21224.187288 -11519.578631  11339.842994    150.913997  7  9  8 226       
+PG23  -3691.077995  20515.527214 -16257.466127    316.457723  9  5  7 177       
+PG24 -14562.794887  21690.393743  -3819.114178    377.815505  8  9 10 182       
+PG25  -2720.882441 -15343.970607 -21523.805612     -0.955526 12  5  6 228       
+PG26  14330.640754  -2283.004631  21681.560127   -159.888402  4  8  2 272       
+PG27  17748.569275 -18719.867606   6242.797951    251.088205  5  6  7 200       
+PG28  18297.996051  13135.754994  14795.648884     28.525561  8  8  7 162       
+PG29  -2884.859033 -24842.427284  -8916.778109    196.420499  8  6  2 187       
+PG30 -26144.962426  -4050.550482  -2925.020198    333.392785  7  9  9 212       
+PG31 -15943.007072  -2292.499417 -20955.818733     60.339595  6  4  5 191       
+PG32 -16936.903177   9291.647541 -17759.662492   -225.980234  9     7 190       
+*  2011  3 31 16  0  0.00000000
+PG02  18739.306076  -5420.862797 -17771.327346    328.116344  4  7  1 215       
+PG03 -18004.100335   -959.601175  19188.488421    695.787028  3 11  7 187       
+PG04  14142.608964   7172.298477 -21527.434137     75.624253  9 10  7 204       
+PG05  26128.299756  -1964.408115   4658.089358   -137.559859  5  3  9 210       
+PG06 -18754.295762  -5701.276123  18178.183355   -217.177437  4 10  6 183       
+PG07  -2189.350339  21721.601308  14984.913377      6.950619  7  5  7 205       
+PG08   5995.531827  14682.805007  21207.587858      7.620043  5  7  5 192       
+PG09  14873.653936 -21890.125552   1612.680330     70.972188  6  7  7 171       
+PG10  23144.861504   9011.625246 -10124.810815    -70.343010  2  3  7 180       
+PG11 -12157.683593  22749.837189   5195.626439   -138.912692  6  4  5 128       
+PG12  14963.542262 -11587.186425 -18534.322983    -15.192705 11  7  5 213       
+PG13   4002.610283  24785.074812  -8729.925461    276.938039  9  6  9 184       
+PG14 -14791.886302 -20641.701138  -7860.202469    141.041288  7  8  6 192       
+PG15   9162.902298 -14063.278259  20554.489460   -138.893253  5  5  2 235       
+PG16 -26574.303626   -365.465776   2851.692603   -161.744455  4  7  7 214       
+PG17  15166.590746  20778.819326  -6933.514345    184.199101  9  2  9 212       
+PG18  -9506.174300 -15406.509605  19852.411285    129.416508  5  8  8 222       
+PG19 -12340.745806   9599.858308  21433.179603   -125.727619  3  8  4 212       
+PG20 -10436.944079  14482.429555 -19797.335774     48.814582  5  6  3 215       
+PG21    -76.582427 -21251.162594  15941.320546   -134.232543  8  4  5 196       
+PG22 -19797.313265 -11631.547170  13603.574129    150.913284  6  9  7 229       
+PG23  -4659.132411  18788.252195 -18031.835652    316.455466  9  6  7 177       
+PG24 -14981.396077  21723.709354   -988.845711    377.821468  7  9  9 176       
+PG25   -250.474623 -15188.341139 -21801.451856     -0.955912 12  6  6 172       
+PG26  15225.802862    128.715301  21235.223938   -159.897664  3  8  2 272       
+PG27  17490.019526 -17941.348007   8979.478703    251.091460  5  7  7 204       
+PG28  16583.612370  13043.731351  16808.525887     28.527716  8  9  7 145       
+PG29  -2221.822663 -23847.569234 -11438.501806    196.423037  8  6  5 172       
+PG30 -25685.798213  -4278.507014  -5720.117805    333.395186  7 10  9 217       
+PG31 -14542.359954  -4328.801492 -21617.019557     60.344119  6  5  5 189       
+PG32 -18869.986893   8754.196457 -15989.341698   -225.986845  9  3  7 196       
+*  2011  3 31 16 15  0.00000000
+PG02  17817.334312  -3477.816736 -19192.031480    328.118264  3  8  1 221       
+PG03 -19171.102417  -2830.710347  17885.049212    695.791431  2 11  8 191       
+PG04  12871.278267   9239.226977 -21505.977737     75.633490  9 10  7 208       
+PG05  26497.388799  -1695.286500   1853.029364   -137.565099  5  4  9 204       
+PG06 -19637.551253  -7457.805008  16539.526480   -217.282622  3 10  7 187       
+PG07  -3177.198129  22981.644854  12744.022770      6.951475  7  4  7 207       
+PG08   4543.703705  16552.733581  20115.722034      7.619861  5  7  6 189       
+PG09  14837.315172 -21438.403712   4485.928890     70.975623  6  7  5 178       
+PG10  21879.847519   9173.394601 -12522.792601    -70.342901  2  3  7 190       
+PG11 -12372.341899  21853.690023   7778.364148   -138.915758  5  5  6 127       
+PG12  16988.758009 -11376.676704 -16828.925188    -15.190041 11  7  6 212       
+PG13   3400.341725  23820.274094 -11331.357541    276.937047  9  7  9 158       
+PG14 -14960.126559 -21398.677766  -5096.072562    141.043529  7  8  6 182       
+PG15  10422.082444 -12022.346998  21252.841598   -138.890799  5  6  3 236       
+PG16 -26721.500082   -564.221844     -8.693598   -161.747049  4  7  7 220       
+PG17  15256.162068  21460.625293  -4184.976239    184.199132  9  3  8 217       
+PG18  -7240.292720 -15409.533784  20764.793586    129.418274  5  9  7 224       
+PG19 -13383.911676   7358.234178  21722.714343   -125.731159  3  9  5 212       
+PG20 -12615.856523  14370.932386 -18556.243810     48.814104  3  7  5 212       
+PG21   1032.475195 -22536.019611  13912.733865   -134.234380  7  5  6 190       
+PG22 -18137.723473 -11798.866089  15636.550635    150.912698  6  9  6 230       
+PG23  -5800.165786  16952.826574 -19492.205703    316.453001  9  5  6 183       
+PG24 -15213.475732  21512.355378   1858.744561    377.825256  7  9 10 200       
+PG25   2235.093844 -15162.459477 -21704.454435     -0.956113 12  5  5 225       
+PG26  16219.777195   2414.550872  20405.199988   -159.907238  4  8  3 272       
+PG27  17127.378280 -16891.916614  11562.647826    251.095498  5  7  6 208       
+PG28  14660.994024  13032.329029  18545.284451     28.529942  7  9  7 126       
+PG29  -1385.374057 -22642.096419 -13762.955379    196.425470  8  6  3 185       
+PG30 -24931.088026  -4531.772988  -8417.904766    333.396930  8 10  9 221       
+PG31 -13225.124775  -6486.489003 -21899.921243     60.348732  7  6  4 165       
+PG32 -20609.567970   8339.322848 -13933.592395   -225.993754  8  3  7 194       
+*  2011  3 31 16 30  0.00000000
+PG02  16926.307532  -1369.652968 -20277.133569    328.120325     9  2 227       
+PG03 -20316.627768  -4512.225332  16267.158698    695.795955  2 11  8 194       
+PG04  11711.865022  11349.160920 -21120.737287     75.642703  9 10  8 213       
+PG05  26561.643579  -1432.906808   -983.726965   -137.570470  5  5  9 198       
+PG06 -20490.767177  -9006.306537  14621.802333   -217.387968  4 10  7 193       
+PG07  -3969.876385  24057.529960  10281.571217      6.952134  7  3  8 204       
+PG08   3275.371529  18383.682369  18673.162130      7.620434  5  6  7 190       
+PG09  14684.743552 -20692.677446   7280.991037     70.978732  6  8  2 187       
+PG10  20368.833127   9403.676587 -14711.611620    -70.344825  4  3  7 202       
+PG11 -12555.800761  20689.446407  10223.050367   -138.918380  5  6  6 139       
+PG12  18812.550394 -11270.316423 -14831.340155    -15.187574 10  7  7 209       
+PG13   2613.383313  22640.466078 -13738.577212    276.935321  9  7  8 189       
+PG14 -15016.593907 -21865.944307  -2244.628522    141.045438  6  7  6 180       
+PG15  11813.384080  -9999.942848  21585.033342   -138.887917  5  6  5 237       
+PG16 -26557.469020   -756.966347  -2868.930068   -161.749635  4  7  7 219       
+PG17  15222.841565  21865.427795  -1365.206039    184.199371  9  4  9 204       
+PG18  -4892.656098 -15525.144161  21331.375629    129.420233  5  8  6 225       
+PG19 -14545.341173   5166.292510  21638.242727   -125.734394  3  9  6 212       
+PG20 -14642.307952  14352.443441 -16998.912199     48.814474  3  7  4 209       
+PG21   1969.604545 -23661.541878  11643.252959   -134.236933  7  5  5 183       
+PG22 -16275.768854 -12048.187308  17404.522042    150.911940  5  9  5 231       
+PG23  -7110.547152  15056.577955 -20613.976121    316.450759  8  6  5 209       
+PG24 -15289.600776  21036.898942   4673.816344    377.828231  9  9 10  79       
+PG25   4686.751252 -15265.386502 -21234.421929     -0.956383 12  5  4 223       
+PG26  17281.135743   4532.305418  19208.482554   -159.916967  3  9  4 272       
+PG27  16703.018914 -15576.537279  13949.766099    251.099096  5  7  5 212       
+PG28  12566.297403  13127.142519  19978.044501     28.532371  7  8  7 110       
+PG29   -361.211577 -21264.988635 -15849.820452    196.428000  8  6  2 186       
+PG30 -23898.004567  -4845.195250 -10973.121233    333.400336  8 10  8 223       
+PG31 -12021.468144  -8723.869077 -21798.814064     60.353050  7  7  2 177       
+PG32 -22117.437381   8024.724013 -11629.136529   -226.000627  8  4  6 191       
+*  2011  3 31 16 45  0.00000000
+PG02  16098.508552    869.515826 -21008.916408    328.122439    10  4 228       
+PG03 -21401.199355  -5987.593534  14364.669032    695.800963    11  9 199       
+PG04  10681.219883  13459.021951 -20377.115409     75.652233  9 10  8 211       
+PG05  26321.879067  -1140.623970  -3803.663599   -137.575629  5  6  9 195       
+PG06 -21274.969145 -10333.777487  12457.347064   -217.493621  3 10  8 197       
+PG07  -4583.707980  24910.179884   7640.201019      6.953236  7  2  8 199       
+PG08   2198.567082  20125.597840  16903.718330      7.621206  6  6  7 187       
+PG09  14455.272350 -19647.708297   9948.364916     70.981132  6  8    193       
+PG10  18641.454509   9730.019776 -16654.740641    -70.346794  4  4  8 205       
+PG11 -12739.532697  19270.003624  12485.938932   -138.921307  5  6  6 137       
+PG12  20398.922791 -11240.495506 -12576.042645    -15.185032 10  6  7 199       
+PG13   1626.374081  21286.780990 -15910.729721    276.934656  9  7  8 200       
+PG14 -14923.792390 -22055.420453    645.204112    141.047901  6  7  6 175       
+PG15  13313.852250  -8038.340659  21545.838889   -138.885221  6  5  5 238       
+PG16 -26085.765491   -981.937065  -5680.674774   -161.751975  4  8  7 221       
+PG17  15032.032851  22007.176934   1477.767900    184.199501  9  5  8 209       
+PG18  -2507.318583 -15759.196439  21541.948823    129.422040  6  8  6 225       
+PG19 -15801.380111   3066.628434  21182.257242   -125.737992  3  9  7 213       
+PG20 -16479.336713  14404.376902 -15151.466953     48.814689  3  7  4 210       
+PG21   2745.886654 -24588.371250   9170.799166   -134.239305  6  5  4 174       
+PG22 -14247.384177 -12400.720552  18877.710297    150.911244  4  9  4 232       
+PG23  -8578.353105  13146.486931 -21378.590877    316.448284  8  5  4 189       
+PG24 -15244.519463  20285.791453   7407.196304    377.831101 10 10 11 155       
+PG25   7056.500516 -15488.133332 -20399.365645     -0.956697 11  5  5 219       
+PG26  18372.882205   6447.069555  17668.699897   -159.925985  2  9  4 272       
+PG27  16258.675473 -14008.643490  16102.241646    251.103065  5  8  4 216       
+PG28  10340.389855  13347.246055  21083.757306     28.534460  6  8  7 126       
+PG29    857.133896 -19758.881257 -17662.819665    196.430541  8  6  2 187       
+PG30 -22611.336269  -5250.120980 -13343.275954    333.401829  8 10  8 223       
+PG31 -10954.418673 -10994.591920 -21314.834758     60.357749  7  7  1 174       
+PG32 -23362.108667   7782.247566  -9117.260287   -226.007227  8  5  6 192       
+*  2011  3 31 17  0  0.00000000
+PG02  15360.502349   3200.260128 -21376.001208    328.124435  3 10  5 228       
+PG03 -22384.795756  -7248.510190  12212.166118    695.806558  1 11  9 202       
+PG04   9788.832859  15523.718202 -19286.564769     75.661610  8 10  8 209       
+PG05  25787.507602   -782.843932  -6558.570191   -137.580996  5  6  9 190       
+PG06 -21950.738107 -11435.087920  10082.597011   -217.599229  3 10  8 202       
+PG07  -5042.123844  25506.113514   4865.777911      6.954069  6     8 199       
+PG08   1312.424321  21728.970999  14837.232879      7.622527  6  6  7 183       
+PG09  14189.427409 -18307.763621  12440.216564     70.984753  6  9    199       
+PG10  16733.126642  10174.423554 -18319.625687    -70.348067  5  6  8 208       
+PG11 -12952.919731  17615.992980  14526.474222   -138.924215  5  7  6 141       
+PG12  21718.973308 -11254.371211 -10102.081891    -15.182261  9  7  7 192       
+PG13    432.107480  19803.950924 -17811.090547    276.932800  9  7  7 203       
+PG14 -14648.214830 -21987.232228   3524.043196    141.049787  5  7  7 173       
+PG15  14893.912384  -6175.483048  21136.423843   -138.882215  5  5  5 238       
+PG16 -25318.631742  -1275.918181  -8396.326223   -161.754298  5  8  8 221       
+PG17  14653.407270  21907.367159   4295.692878    184.199577  9  5  8 205       
+PG18   -129.230434 -16110.075336  21392.029200    129.423988  5  8  5 224       
+PG19 -17121.979897   1096.908865  20363.581457   -125.741290  4  9  7 212       
+PG20 -18095.592911  14498.719939 -13045.031050     48.814724  4  7  4 208       
+PG21   3379.210971 -25281.491497   6537.420367   -134.241600  5  5  5 162       
+PG22 -12092.872637 -12871.307888  20031.278432    150.910564  3  9  4 232       
+PG23 -10183.706720  11267.475002 -21773.803553    316.445887  7  5  2 189       
+PG24 -15115.616849  19255.939718  10011.275975    377.834239 10 11 12 148       
+PG25   9299.070302 -15814.026790 -19213.567374     -0.956944 11  6  6 215       
+PG26  19454.000655   8132.330885  15815.486853   -159.935341     8  4 271       
+PG27  15833.790937 -12209.664834  17985.917611    251.108106  5  8  4 217       
+PG28   8027.517721  13704.430836  21844.499375     28.536896  6  8  7 131       
+PG29   2267.833736 -18168.459824 -19170.365371    196.433151  7  6  1 191       
+PG30 -21102.558467  -5773.067670 -15489.275547    333.405221  9 10  8 226       
+PG31 -10039.032958 -13249.296738 -20455.990481     60.362200  7  8  1 179       
+PG32 -24319.962293   7579.222383  -6442.986548   -226.014155  7  6  6 195       
+*  2011  3 31 17 15  0.00000000
+PG02  14732.167429   5579.205871 -21373.456651    328.126416  5 10  7 229       
+PG03 -23228.418370  -8294.945421   9848.249231    695.811808  2 11  9 206       
+PG04   9036.549683  17497.694023 -17866.481673     75.671279  8  9  8 207       
+PG05  24976.174965   -326.587271  -9201.350818   -137.585940  6  6  9 182       
+PG06 -22479.734206 -12312.988128   7537.516184   -217.704616  4 10  9 206       
+PG07  -5374.546989  25818.770612   2006.572997      6.954844  7  6  8 194       
+PG08    607.334794  23146.729087  12509.114133      7.622268  7  6  7 178       
+PG09  13927.176451 -16686.721654  14711.332463     70.987900  6  9  2 205       
+PG10  14683.858498  10752.373340 -19678.186948    -70.348771  6  6  8 212       
+PG11 -13221.894281  15755.121511  16308.104261   -138.926960  5  7  6 151       
+PG12  22751.894656 -11275.296940  -7452.393286    -15.180005  9  7  8 182       
+PG13   -968.026011  18238.620132 -19407.652115    276.931163  9  8  6 204       
+PG14 -14161.766347 -21688.796883   6342.876142    141.052118  4  7  6 180       
+PG15  16518.405834  -4443.692892  20364.291621   -138.879553  6  5  5 238       
+PG16 -24276.572394  -1672.656362 -10969.790735   -161.756839  5  8  7 225       
+PG17  14062.199780  21594.086547   7040.877488    184.199823  9  6  7 200       
+PG18   2197.238897 -16568.682131  20882.988833    129.425705  5  8  5 224       
+PG19 -18471.806852   -711.358447  19197.152547   -125.744754  3  8  8 214       
+PG20 -19466.387766  14603.199806 -10715.234878     48.814942  4  7  4 209       
+PG21   3893.440359 -25711.669677   3788.612708   -134.243975  5  5  4 144       
+PG22  -9855.538108 -13467.747172  20845.722950    150.909851  2  9  2 233       
+PG23 -11899.432178   9460.799153 -21793.823672    316.443802  7  5  1 192       
+PG24 -14941.280080  17952.947039  12440.871106    377.836100 11 11 12 146       
+PG25  11373.464137 -16219.384522 -17697.340224     -0.957231 11  6  6 211       
+PG26  20481.151444   9570.710037  13683.751832   -159.944325     9  4 270       
+PG27  15464.003789 -10208.281178  19571.462521    251.111765  5  8  4 220       
+PG28   5673.867648  14202.705493  22247.709894     28.539083  6  8  6 138       
+PG29   3860.622170 -16538.782915 -20346.129104    196.435761  7  7    198       
+PG30 -19408.683645  -6434.594236 -17375.982589    333.408692  9 10  7 228       
+PG31  -9281.892146 -15437.395403 -19237.045036     60.367024  7  8  2 174       
+PG32 -24976.068819   7379.981050  -3654.170941   -226.020962  7  7  6 198       
+*  2011  3 31 17 30  0.00000000
+PG02  14226.015130   7960.545914 -21002.786602    328.128398  7 10  8 232       
+PG03 -23895.604643  -9134.846444   7314.763771    695.815648  3 11 10 210       
+PG04   8418.585216  19336.524168 -16140.000508     75.680939  8  9  8 209       
+PG05  23913.095960    257.047737 -11686.813744   -137.591297  6  7  8 179       
+PG06 -22826.196291 -12977.826640   4864.968930   -217.809988  4 10  9 210       
+PG07  -5615.036269  25829.578253   -887.605218      6.955701  8  6  8 198       
+PG08     65.466701  24336.064613   9959.742680      7.622489  7  5  7 176       
+PG09  13706.176094 -14807.791413  16720.058513     70.989308  6  9  3 209       
+PG10  12536.909033  11472.117758 -20707.262851    -70.350427  7  7  8 218       
+PG11 -13567.729218  13721.225706  17799.012190   -138.929800  5  7  6 164       
+PG12  23485.665311 -11264.413491  -4673.034206    -15.177330  8  7  8 178       
+PG13  -2563.927237  16637.604512 -20673.626708    276.930156  9  8  6 204       
+PG14 -13442.981126 -21193.648586   9053.867736    141.054008  4  8  6 183       
+PG15  18147.846421  -2868.614793  19243.123522   -138.876464  6  5  5 238       
+PG16 -22987.632887  -2201.386614 -13357.233083   -161.759011  5  8  7 228       
+PG17  13240.297395  21100.835503   9666.959125    184.200055  9  6  8 200       
+PG18   4429.768796 -17118.707440  20022.110017    129.427681  5  8  5 223       
+PG19 -19811.555031  -2333.806321  17703.708141   -125.748137  4  8  8 212       
+PG20 -20574.502140  14682.631179  -8201.645734     48.815264  5  7  3 205       
+PG21   4317.312367 -25856.707851    972.534811   -134.246322  5  5  3 131       
+PG22  -7580.214386 -14190.388905  21307.185560    150.909232     8  2 233       
+PG23 -13691.995472   7762.613619 -21439.346068    316.441544  7  6    194       
+PG24 -14759.241480  16391.016307  14654.024773    377.839786 10 10 12 155       
+PG25  13244.348661 -16674.474057 -15876.686085     -0.957504 10  7  6 207       
+PG26  21410.436066  10754.306429  11312.867242   -159.953442     8  4 269       
+PG27  15179.819387  -8039.440878  20834.669966    251.114585  4  8  3 223       
+PG28   3326.066543  14838.075045  22286.371822     28.541001  6  8  6 144       
+PG29   5616.990559 -14913.598782 -21169.520349    196.438205  7  7    202       
+PG30 -17570.935797  -7248.409262 -18972.700562    333.411512  9 10  6 151       
+PG31  -8680.952076 -17508.921061 -17679.267368     60.371400  7  8  4 178       
+PG32 -25324.657764   7147.504925   -800.546833   -226.028029  7  8  5 195       
+*  2011  3 31 17 45  0.00000000
+PG02  13846.817106  10297.629408 -20271.803659    328.130428  8 10  8 231       
+PG03 -24353.829130  -9783.537323   4656.006823    695.819759  4 11 10 214       
+PG04   7921.838864  20998.493866 -14135.686192     75.690113  8  9  7 202       
+PG05  22630.114690    991.578595 -13972.429890   -137.596444  7  7  8 165       
+PG06 -22958.362670 -13446.988940   2110.044665   -217.915492  5 10  9 213       
+PG07  -5800.744961  25528.714280  -3766.311026      6.956595  8  4  8 190       
+PG08   -338.368150  25260.123010   7233.757925      7.622034  8  5  7 185       
+PG09  13560.093585 -12702.846271  18429.198148     70.990252  7  9  3 217       
+PG10  10337.329272  12334.214453 -21388.992308    -70.352135  7  7  8 218       
+PG11 -14006.031578  11553.076836  18972.745816   -138.932719  6  7  6 172       
+PG12  23917.403799 -11182.338347  -1812.358877    -15.174969  8  7  8 158       
+PG13  -4337.009782  15046.165533 -21587.860208    276.928728  9  8  4 209       
+PG14 -12477.988579 -20540.051603  11611.138062    141.056264  3  8  7 195       
+PG15  19739.848944  -1468.423491  17792.517255   -138.874164  6  4  6 238       
+PG16 -21486.405615  -2885.523089 -15517.800344   -161.761570  5  9  7 227       
+PG17  12177.081513  20465.160072  12129.643585    184.200004  9  7  7 194       
+PG18   6529.495516 -17737.184918  18822.556697    129.429451  4  7  6 222       
+PG19 -21099.410664  -3753.907807  15909.386394   -125.751599  4  8  9 217       
+PG20 -21410.721781  14700.393747  -5547.123260     48.814861  5  7  2 211       
+PG21   4683.115644 -25702.444162  -1860.873380   -134.248938  5  4  4  83       
+PG22  -5311.744180 -15032.021411  21407.680548    150.908653     8  2 235       
+PG23 -15522.691008   6202.751267 -20717.467730    316.439526  6  6    187       
+PG24 -14604.967441  14592.521474  16612.738726    377.843308 10 10 11 148       
+PG25  14883.228156 -17144.719028 -13782.855047     -0.957813 10  7  6 201       
+PG26  22199.154234  11684.655950   8745.811733   -159.962748  2  8  5 269       
+PG27  15005.503421  -5743.184354  21756.675406    251.117136  2  9  4 227       
+PG28   1029.667199  15598.606030  21959.135724     28.543344  5  7  6 135       
+PG29   7510.709929 -13333.721855 -21626.064690    196.440874  7  7    202       
+PG30 -15633.298025  -8220.743211 -20253.585016    333.413564  9 10  5 101       
+PG31  -8225.754582 -19416.365168 -15810.046237     60.375828  7  9  4 163       
+PG32 -25369.216123   6845.118161   2067.254375   -226.034998  6  8  4 205       
+*  2011  3 31 18  0  0.00000000
+PG02  13591.548307  12544.566896 -19194.397645    328.132419  9 10  9 230       
+PG03 -24575.741489 -10262.849542   1917.923419    695.824017  5 10 10 215       
+PG04   7526.505646  22446.104579 -11887.123553     75.699371  8  8  7 195       
+PG05  21164.524848   1894.038783 -16019.048227   -137.601834  8  7  8 167       
+PG06 -22849.760830 -13744.076219   -680.657769   -218.020642  6 10  9 216       
+PG07  -5970.257277  24915.535965  -6579.375274      6.957288  8  4  8 185       
+PG08   -635.531542  25889.474081   4379.238089      7.623125  9  5  6 185       
+PG09  13517.080419 -10411.388411  19806.840997     70.991811  6  9  4 220       
+PG10   8130.439853  13331.362866 -21711.129873    -70.352700  8  7  7 220       
+PG11 -14545.984935   9292.989359  19808.728336   -138.935672  5  6  5 176       
+PG12  24053.371742 -10990.884319   1079.851148    -15.172260  7  8  8 132       
+PG13  -6260.744437  13506.362302 -22135.152817    276.927456  9  9  4 208       
+PG14 -11261.194843 -19769.454544  13971.500140    141.058276     8  6 199       
+PG15  21250.674711   -253.326626  16037.630046   -138.871345  6  3  5 235       
+PG16 -19812.797960  -3741.564820 -17414.308602   -161.764125  5  9  7 224       
+PG17  10869.994451  19727.150914  14387.407782    184.200418  9  7  7 193       
+PG18   8462.309435 -18395.312037  17303.257681    129.431455  4  8  4 219       
+PG19 -22292.611997  -4963.372902  13845.248734   -125.755071  4  8  9 217       
+PG20 -21974.076652  14619.984228  -2797.109324     48.815325  5  7    211       
+PG21   5025.193194 -25243.450559  -4660.849526   -134.251200  6  5  6 127       
+PG22  -3093.462305 -15978.049219  21145.234669    150.907992     8    234       
+PG23 -17349.025540   4803.767148 -19641.498427    316.437192  5  6    188       
+PG24 -14510.158094  12587.267417  18283.619890    377.846504 10  9 11 163       
+PG25  16269.360539 -17592.106124 -11451.813761     -0.958106  9  7  6 197       
+PG26  22807.481645  12372.319762   6028.290588   -159.972288  2  8  5 267       
+PG27  14958.225529  -3363.317494  22324.098360    251.119230     9  4 228       
+PG28  -1172.332767  16464.777848  21270.384323     28.545525  4  7  6 156       
+PG29   9508.663162 -11835.533184 -21707.673316    196.443530  6  8  2 206       
+PG30 -13640.984947  -9350.002143 -21197.981277    333.416427  8 10  4 132       
+PG31  -7897.991650 -21116.426330 -13662.378910     60.380386  7  9  4 169       
+PG32 -25122.218002   6438.156204   4898.681624   -226.041973  6  8  3 207       
+*  2011  3 31 18 15  0.00000000
+PG02  13449.640360  14657.790629 -17790.209453    328.134471  9 10  9 229       
+PG03 -24540.199121 -10600.025422   -852.690849    695.827961  6 10 10 219       
+PG04   7206.964842  23647.445884  -9432.404781     75.708791  8  9  6 186       
+PG05  19557.694301   2974.127204 -17791.556889   -137.607067  8  7  7 176       
+PG06 -22480.317791 -13897.852836  -3459.777737   -218.126093  7 10  9 220       
+PG07  -6161.871194  23998.656288  -9277.813588      6.958080  8  4  8 181       
+PG08   -862.107705  26203.300371   1446.791178      7.623385  9  8  6 211       
+PG09  13598.470919  -7979.180297  20827.093636     70.993937  6  9  4 222       
+PG10   5960.296180  14448.533296 -21667.288211    -70.353744  8  7  8 221       
+PG11 -15189.873630   6985.293022  20292.637461   -138.938046  6  7  6 180       
+PG12  23908.625828 -10654.737442   3953.283256    -15.169901  7  8  9  79       
+PG13  -8301.505178  12055.541826 -22306.484222    276.926560  8  8  2 209       
+PG14  -9795.656152 -18924.844095  16095.147996    141.060732     8  6 202       
+PG15  22636.835243    774.622026  14008.733650   -138.868468  7  4  5 235       
+PG16 -18010.605337  -4778.259452 -19013.881897   -161.766733  5  9  6 157       
+PG17   9324.810333  18927.863130  16402.157331    184.200468  9  7  6 196       
+PG18  10199.992748 -19059.514218  15488.696657    129.433124  3  7  5 217       
+PG19 -23349.046057  -5962.232472  11546.734998   -125.758345  3  8  9 217       
+PG20 -22271.772564  14406.583109      1.137407     48.815198  5  7    212       
+PG21   5378.335144 -24483.386396  -7376.822724   -134.253909  6  4  5 152       
+PG22   -965.737504 -17006.959319  20523.937093    150.907377     8  3 234       
+PG23 -19126.244527   3580.275713 -18230.672784    316.434804  4  6    179       
+PG24 -14501.416971  10411.470553  19638.431684    377.849901  9 10 10 170       
+PG25  17390.379807 -17976.738418  -8923.631365     -0.958386  8  7  6 192       
+PG26  23200.005010  12836.137570   3207.857380   -159.981051  3  8  5 266       
+PG27  15047.472273   -945.981118  22529.117870    251.123227     9  5 229       
+PG28  -3240.891170  17410.112420  20230.234596     28.547736  4  7  6 133       
+PG29  11571.955710 -10449.664155 -21412.797914    196.446037  6  8  2 207       
+PG30 -11638.892331 -10626.711129 -21790.689500    333.419054  8  9  3 226       
+PG31  -7672.398335 -22571.597881 -11274.245391     60.384884  6  9  6 171       
+PG32 -24604.503649   5895.537294   7644.216715   -226.049029  5  8    208       
+*  2011  3 31 18 30  0.00000000
+PG02  13403.528707  16597.513305 -16084.221383    328.136610 10  9  9 230       
+PG03 -24233.061889 -10826.442672  -3608.967590    695.831497  7 10 10 222       
+PG04   6932.916396  24577.376924  -6813.518827     75.718031  8  7  2 178       
+PG05  17853.545500   4233.640118 -19259.479514   -137.612207  8  7  7 186       
+PG06 -21837.248300 -13940.999671  -6179.963072   -218.230892  8 10  9 225       
+PG07  -6411.898139  22795.664659 -11814.710095      6.958899  8  5  8 184       
+PG08  -1057.244872  26190.247439  -1511.421657      7.624235  9 10  5 264       
+PG09  13817.770328  -5456.597251  21470.685747     70.993562  6  8  4 224       
+PG10   3868.194723  15663.391921 -21257.102052    -70.353274  8  7  8 223       
+PG11 -15932.908548   4674.735310  20416.644843   -138.940850  6  7  6 181       
+PG12  23506.333387 -10143.025741   6757.998388    -15.167063  6  8  9 138       
+PG13 -10419.684599  10725.021863 -22099.141784    276.924682  8  8  2 208       
+PG14  -8093.131887 -18049.059412  17946.286958    141.062643  1  8  6 206       
+PG15  23856.693688   1621.394402  11740.689580   -138.865837  7  3  5 232       
+PG16 -16125.940011  -5996.059440 -20288.532687   -161.769328  5  9  6 228       
+PG17   7555.600822  18107.714458  18139.831341    184.200930  8  7  4 194       
+PG18  11721.152446 -19692.718896  13408.604962    129.434892  2  7  6 214       
+PG19 -24228.823663  -6758.610710   9053.060718   -125.761988  3  7 10 216       
+PG20 -22318.815085  14028.574713   2799.350152     48.815506  5  7    214       
+PG21   5776.132021 -23434.982345  -9959.454777   -134.256027  7  4  6 171       
+PG22   1035.374409 -18091.059799  19553.897553    150.906813     8  4 233       
+PG23 -20808.942048   2538.601516 -16509.772513    316.432735  3  5  1 180       
+PG24 -14599.141753   8106.503291  20654.542572    377.853215  7 10 10 175       
+PG25  18242.601141 -18258.474831  -6241.793153     -0.958734  8  7  6 184       
+PG26  23347.061016  13102.189954    333.056259   -159.989587  3  8  4 264       
+PG27  15274.740341   1461.836775  22369.488321    251.126888     9  5 229       
+PG28  -5142.194405  18402.066345  18854.473216     28.549696  3  6  6 118       
+PG29  13657.262270  -9199.915699 -20746.467215    196.448588  5  9  2 208       
+PG30  -9670.075959 -12033.746474 -22022.157981    333.421016  8  9  2 223       
+PG31  -7517.935841 -23751.528178  -8687.883092     60.389361  6  9  6 181       
+PG32 -23844.341298   5191.171947  10256.278873   -226.055757  5  9    209       
+*  2011  3 31 18 45  0.00000000
+PG02  13429.466704  18329.034190 -14106.275336    328.138710 10  8  9 228       
+PG03 -23647.726366 -10976.212497  -6304.713075    695.835102  8 10 10 225       
+PG04   6670.724007  25218.466553  -4075.649565     75.727629  9  6  2 119       
+PG05  16096.948710   5666.208486 -20397.497163   -137.617448  9  8  6 189       
+PG06 -20915.685288 -13908.718169  -8794.652723   -218.336378  8 10  8 226       
+PG07  -6753.049232  21332.504140 -14146.058458      6.959942  9  5  8 179       
+PG08  -1261.361330  25848.895823  -4442.705611      7.624498  9  8  4 181       
+PG09  14179.984290  -2896.771079  21725.428544     70.996047  6  8  5 226       
+PG10   1891.273822  16947.011567 -20486.307644    -70.353663  8  7  7 222       
+PG11 -16763.359805   2404.883164  20179.512599   -138.943610  6  6  7 178       
+PG12  22876.780153  -9430.715105   9445.325595    -15.164793  5  8  9 159       
+PG13 -12571.037456   9539.013479 -21516.751359    276.923497  7  8  2 209       
+PG14  -6173.816428 -17183.129057  19493.698910    141.064961     9  6 209       
+PG15  24872.004030   2300.552342   9272.353671   -138.863010  7  3  5 229       
+PG16 -14205.572533  -7386.895117 -21215.673132   -161.771902  5  9  5 159       
+PG17   5584.396602  17304.919788  19570.947378    184.201141  8  7  4 194       
+PG18  13011.909085 -20255.796887  11097.554543    129.436786     7  5 210       
+PG19 -24895.775777  -7368.198363   6406.566196   -125.765458  3  7 10 218       
+PG20 -22137.337718  13458.959913   5549.092463     48.815565  6  7    216       
+PG21   6249.364184 -22119.646734 -12361.678222   -134.258376  7  3  6 184       
+PG22   2879.316902 -19197.465694  18251.111564    150.906244  2  8  5 232       
+PG23 -22352.693673   1676.751240 -14508.668139    316.430637  2  6    171       
+PG24 -14816.677259   5717.453732  21315.267010    377.856433  6 10  9 175       
+PG25  18830.997047 -18398.591901  -3452.453536     -0.959059  7  7  6 182       
+PG26  23225.837155  13202.522262  -2547.399919   -159.999003  4  8  4 263       
+PG27  15633.513037   3813.799732  21848.501459    251.129408     9  6 230       
+PG28  -6848.759469  19403.161468  17164.420315     28.551872  2  6  6 105       
+PG29  15718.357248  -8102.455792 -19720.203935    196.451307  5  9  4 207       
+PG30  -7774.309853 -13546.847136 -21888.605560    333.422182  8  9  2 127       
+PG31  -7399.213358 -24634.097824  -5948.979631     60.394112  6  9  6 192       
+PG32 -22876.218077   4305.154675  12690.062594   -226.062501  4  9    214       
+*  2011  3 31 19  0  0.00000000
+PG02  13498.571149  19823.848585 -11890.530080    328.140488 10  7  9 226       
+PG03 -22785.387181 -11084.705528  -8895.117061    695.838332  8 10 10 227       
+PG04   6384.913834  25561.649491  -1266.392878     75.737086  9  6  5 203       
+PG05  14332.088443   7257.352169 -21185.887139   -137.622994  9  8  5 200       
+PG06 -19719.025641 -13837.236083 -11258.860474   -218.442294  9 10  8 170       
+PG07  -7212.973767  19642.531181 -16231.543342      6.960757  9  5  7 188       
+PG08  -1514.294965  25187.832028  -7294.867845      7.623734 10  6  4 139       
+PG09  14681.325345   -353.606978  21586.507357     70.996581  6  8  5 226       
+PG10     61.260550  18264.847824 -19366.731898    -70.355770  8  7  7 222       
+PG11 -17662.987438    216.591777  19586.548513   -138.946475  6  6  7 173       
+PG12  22056.111348  -8499.775901  11968.728554    -15.162176  5  8  9 173       
+PG13 -14708.203154   8513.821553 -20569.211281    276.922255  6  8  3 205       
+PG14  -4065.760122 -16364.690947  20711.236205    141.067085  2  9  6 211       
+PG15  25649.330863   2832.522607   6645.919828   -138.860458  7  3  5 225       
+PG16 -12295.246919  -8934.277896 -21778.546670   -161.774248  4  9  5 142       
+PG17   3440.556012  16554.018626  20671.079940    184.201246  7  6  4 194       
+PG18  14066.309288 -20709.119971   8594.450617    129.438634     7  5 204       
+PG19 -25318.817825  -7813.449019   3652.026834   -125.769017  2  7 10 219       
+PG20 -21755.658310  12676.604023   8202.611426     48.815217  6  6    213       
+PG21   6824.503529 -20566.705611 -14539.698565   -134.261223  7  4  6 190       
+PG22   4542.014571 -20289.297680  16637.232468    150.905479  3  8  5 230       
+PG23 -23715.652138    984.703122 -12261.789881    316.428195     6  2 174       
+PG24 -15159.760526   3291.558265  21610.096533    377.860395  6 10  8 173       
+PG25  19168.845650 -18361.402988   -603.641072     -0.959391  6  7  6 171       
+PG26  22821.203963  13173.687586  -5385.404506   -160.008319  4  8  4 260       
+PG27  16109.515924   6065.687572  20974.898949    251.131912     9  6 229       
+PG28  -8340.324311  20372.321815  15186.715982     28.553883  3  6  5  99       
+PG29  17707.769125  -7165.326923 -18351.823188    196.453757  5  9  4 207       
+PG30  -5986.771139 -15135.387464 -21392.073484    333.424825  7  9  2 157       
+PG31  -7278.087115 -25206.170873  -3105.803452     60.398609  6  9  6 202       
+PG32 -21739.416008   3224.693638  14904.293705   -226.069460  3  9    213       
+*  2011  3 31 19 15  0.00000000
+PG02  13578.056754  21060.524852  -9474.868296    328.142723 10  8  9 222       
+PG03 -21655.022709 -11187.059851 -11337.416852    695.843335  9 11 10 231       
+PG04   6039.769380  25606.566288   1565.093941     75.746465  8  6  7 139       
+PG05  12600.864672   8984.850717 -21610.871045   -137.628100  9  8  4 204       
+PG06 -18258.974186 -13762.270591 -13529.947525   -218.547507  9 10  8 231       
+PG07  -7813.008845  17765.296862 -18035.247190      6.961722  9  5  7 193       
+PG08  -1853.478389  24225.314869 -10017.241511      7.624568 10  6  5 133       
+PG09  15309.313225   2120.236114  21056.596588     70.997625  6  8  6 227       
+PG10  -1596.588379  19577.950165 -17916.185807    -70.354072  8  6  7 220       
+PG11 -18607.747777  -1853.396339  18649.425960   -138.949250  6  6  7 166       
+PG12  21084.857916  -7340.073727  14284.626998    -15.159485  4  8  9 187       
+PG13 -16782.351884   7657.351541 -19272.530827    276.920740  5  8  4 204       
+PG14  -1804.000412 -15626.552548  21578.238610    141.069473  3  9  6 212       
+PG15  26161.297176   3243.611687   3906.213331   -138.857837  7  1  5 223       
+PG16 -10438.032891 -10613.734698 -21966.569846   -161.776740  4  9  4 225       
+PG17   1159.862216  15884.548983  21421.266239    184.201316  7  6  4 197       
+PG18  14886.439225 -21014.176716   5941.926174    129.440389     7  5 201       
+PG19 -25473.133788  -8122.529990    835.933974   -125.772532  2  7 10 220       
+PG20 -21207.098897  11667.268010  10713.689572     48.815793  6  6    213       
+PG21   7522.399489 -18812.307033 -16453.928309   -134.263673  8  4  7 198       
+PG22   6006.613183 -21327.051196  14739.251049    150.904817  3  8  6 228       
+PG23 -24860.048175    444.998690  -9807.537498    316.425999     6  3 181       
+PG24 -15626.275800    876.568244  21534.821020    377.862392  7 11  7 171       
+PG25  19277.064986 -18115.771414   2255.570637     -0.959707  5  7  6 165       
+PG26  22126.259694  13055.168527  -8134.177590   -160.017398  4  7  4 259       
+PG27  16681.240785   8176.783994  19762.738219    251.133345  1  9  6 229       
+PG28  -9604.490767  21266.376746  12953.023896     28.556173  3  6  5 126       
+PG29  19578.493766  -6388.282652 -16665.116040    196.456189  5  9  6 205       
+PG30  -4336.894757 -16763.385666 -20540.406683    333.427207  7  9  2 162       
+PG31  -7115.367986 -25463.991686   -208.293326     60.402877  6  8  6 204       
+PG32 -20476.435888   1944.746645  16861.892481   -226.076338  2  9    214       
+*  2011  3 31 19 30  0.00000000
+PG02  13632.611809  22025.322064  -6900.263508    328.144714 10  7  8 220       
+PG03 -20273.111445 -11316.723697 -13591.512294    695.847908  9 11  9 190       
+PG04   5600.957085  25361.567538   4368.993902     75.756214  9  5  9 181       
+PG05  10941.389369  10819.418531 -21664.865650   -137.633745 10  8  3 207       
+PG06 -16555.279690 -13717.507235 -15568.370884   -218.652495  9 11  7 183       
+PG07  -8567.189845  15745.099729 -19526.269327      6.962613  9  5  6 189       
+PG08  -2312.220462  22988.552572 -12561.670984      7.626811  9  7  5 168       
+PG09  16043.265594   4475.308973  20145.792460     70.999823  6  8  6 226       
+PG10  -3064.309080  20844.368175 -16158.257629    -70.354739  8  5  7 221       
+PG11 -19568.741333  -3773.666319  17385.878464   -138.951951  6  5  8 157       
+PG12  20006.308098  -5949.949314  16353.157494    -15.156860  4  7  8 193       
+PG13 -18744.894802   6968.939986 -17648.575305    276.919514  4  8  4 207       
+PG14    570.565900 -14995.443416  22079.868405    141.071486  4  9  6 214       
+PG15  26387.614099   3564.798733   1099.944560   -138.855304  7  2  5 218       
+PG16  -8672.778447 -12393.562186 -21775.575084   -161.778906  3  9  4 224       
+PG17  -1216.620260  15319.916336  21808.333401    184.201477  7  5  4 197       
+PG18  15482.227353 -21135.183364   3185.643583    129.442357     7  4 195       
+PG19 -25341.138441  -8328.067310  -1994.244726   -125.776174  3  6 10 224       
+PG20 -20528.614323  10424.379172  13038.478714     48.815850  7  5  3 215       
+PG21   8357.212822 -16898.038061 -18069.822421   -134.265951  8  5  7 203       
+PG22   7263.948834 -22270.086624  12589.084680    150.904032  3  8  6 228       
+PG23 -25753.543144     33.611383  -7187.638819    316.423620     6  3 166       
+PG24 -16206.324933  -1480.886936  21091.542219    377.865373  8 10  6 167       
+PG25  19183.259406 -17636.458081   5075.911656     -0.960044  4  7  6 167       
+PG26  21142.579231  12887.737381 -10748.928069   -160.026326  4  8  4 257       
+PG27  17320.720820  10111.146419  18231.212658    251.136240  2  9  7 228       
+PG28 -10637.090645  22041.682697  10499.646926     28.558479  3  5  5 122       
+PG29  21285.699159  -5762.959057 -14689.424196    196.458788  5 10  6 200       
+PG30  -2847.436278 -18390.715339 -19347.163803    333.430806  6  8  2 151       
+PG31  -6872.565189 -25413.214924   2692.871809     60.407518  6  8  6 208       
+PG32 -19131.335219    468.345238  18530.536543   -226.083122     9  3 218       
+*  2011  3 31 19 45  0.00000000
+PG02  13625.863758  22712.530808  -4210.116180    328.146635  9  2  8 215       
+PG03 -18663.093718 -11504.082261 -15620.528892    695.850912  9 11  9 195       
+PG04   5037.114024  24843.377042   7095.763830     75.765890  8  6  9 160       
+PG05   9386.635608  12725.660606 -21346.631400   -137.638828 10  8  3 206       
+PG06 -14635.168120 -13733.153840 -17338.393891   -218.757897 10 11  6 179       
+PG07  -9481.560191  13629.369054 -20679.246871      6.963440  9  5  6 184       
+PG08  -2918.169483  21512.624388 -14883.432829      7.626237  9  7  5 170       
+PG09  16855.155800   6667.189424  18871.366436     71.001596  6  8  7 226       
+PG10  -4331.780998  22020.704244 -14122.002573    -70.354685  7  3  6 217       
+PG11 -20513.358402  -5519.114148  15819.281879   -138.954883  6  3  8 149       
+PG12  18864.790185  -4336.465553  18138.859759    -15.154514  3  8  8 200       
+PG13 -20549.196295   6439.514810 -15724.720700    276.917962  4  8  5 206       
+PG14   3012.529389 -14491.005472  22207.359313    141.074035  6  9  6 216       
+PG15  26315.854643   3830.352834  -1725.065689   -138.852491  7  1  5 214       
+PG16  -7032.723454 -14235.876724 -21207.946225   -161.781369  1  9  3 223       
+PG17  -3643.890256  14876.499894  21825.141623    184.202030  7  5  4 193       
+PG18  15870.936988 -21040.623941    373.512069    129.444032  1  7  3 188       
+PG19 -24913.183901  -8465.731070  -4790.816517   -125.779429  4  7 10 227       
+PG20 -19759.283391   8949.507433  15136.298668     48.816057  7  4  4 216       
+PG21   9335.648223 -14869.318202 -19358.588710   -134.267962  8  6  8 210       
+PG22   8312.726605 -23078.185829  10223.079396    150.903271  4  8  5 227       
+PG23 -26370.386096   -278.942562  -4446.466539    316.420969  2  6  3 144       
+PG24 -16882.606676  -3736.879296  20288.583283    377.867825  9 10  6 158       
+PG25  18920.515459 -16905.250320   7808.769030     -0.960488  3  7  6 180       
+PG26  19880.168889  12711.812456 -13187.455827   -160.035298  5  8  4 255       
+PG27  17994.534053  11838.720355  16404.425703    251.140441  2  9  7 227       
+PG28 -11442.253325  22655.809047   7867.050659     28.560466  4  5  5 142       
+PG29  22788.354412  -5273.373290 -12459.114123    196.461152  5 10  7 193       
+PG30  -1533.775057 -19974.481013 -17831.454899    333.433380  5  8  2 192       
+PG31  -6513.593329 -25068.572045   5547.201603     60.411702  6  8  6 214       
+PG32 -17748.046788  -1193.398268  19883.119778   -226.090091     9  4 220       
+*  2011  3 31 20  0  0.00000000
+PG02  13521.881666  23124.529071  -1449.567546    328.148859  9  2  7 216       
+PG03 -16854.600735 -11775.213869 -17391.327286    695.855493  9 11  8 183       
+PG04   4321.329091  24076.423496   9697.078145     75.775228  7  8  9 155       
+PG05   7963.291065  14663.274281 -20661.314868   -137.644258  9  8  3 211       
+PG06 -12532.490170 -13834.627020 -18808.744818   -218.863564 10 11  6 165       
+PG07 -10553.806244  11466.943441 -21474.769432      6.964468  8  3  5 196       
+PG08  -3692.023976  19839.096518 -16942.069896      7.626581  9  8  6 174       
+PG09  17710.795581   8658.071765  17257.349517     71.004345  7  8  7 222       
+PG10  -5396.979085  23063.756641 -11841.527620    -70.356644  6  2  6 216       
+PG11 -21406.571364  -7071.663815  13978.139523   -138.957661  7  4  9 112       
+PG12  17703.935143  -2515.313257  19611.276783    -15.151895  3  7  8 202       
+PG13 -22152.225999   6052.079792 -13533.421689    276.916929  4  9  5 201       
+PG14   5473.486162 -14125.058238  21958.175553    141.076123  5  9  6 213       
+PG15  25941.942828   4076.327212  -4520.677804   -138.849607  6     7 206       
+PG16  -5544.330133 -16097.923823 -20272.640148   -161.783771    10  5 125       
+PG17  -6074.509159  14563.030503  21470.738185    184.201941  7  4  6 199       
+PG18  16076.362496 -20704.653772  -2445.166442    129.445781  2  7  3 184       
+PG19 -24187.985375  -8572.712543  -7506.617586   -125.783059  5  7 10 227       
+PG20 -18938.722586   7252.525081  16970.383995     48.816284  7  4  4 217       
+PG21  10456.521171 -12773.644529 -20297.752031   -134.270337  8  7  8 219       
+PG22   9159.399484 -23713.116768   7681.429856    150.902593  4  7  5 222       
+PG23 -26692.335150   -526.293422  -1630.322653    316.418649  3  6  5 164       
+PG24 -17631.086905  -5851.646585  19140.299435    377.869337 10 10  4 153       
+PG25  18525.994497 -15911.827291  10407.029509     -0.960849  3  6  6 176       
+PG26  18357.137535  12565.864823 -15410.694599   -160.044344  4  8  3 252       
+PG27  18665.006332  13336.264067  14311.116892    251.144116  3  9  8 222       
+PG28 -12032.162655  23069.227958   5099.292696     28.562555  4  5  6 171       
+PG29  24050.718945  -4896.728221 -10012.961025    196.463869  6 10  8 199       
+PG30   -403.483122 -21470.513118 -16017.705325    333.435054  4  8  3 163       
+PG31  -6006.373006 -24453.193013   8305.301653     60.416277  6  8  7 218       
+PG32 -16368.742176  -3021.593475  20898.106620   -226.097039     9  4 218       
+*  2011  3 31 20 15  0.00000000
+PG02  13286.662300  23271.554566   1335.201019    328.150887  9  3  5 211       
+PG03 -14882.479402 -12150.815527 -18874.957997    695.859392  9 11  7 188       
+PG04   3432.452469  23091.865574  12126.760001     75.784516  7  9 10 148       
+PG05   6690.860281  16588.452709 -19620.382983   -137.649399 10  8  4 209       
+PG06 -10286.611557 -14041.425031 -19953.209459   -218.968418 10 11  4 165       
+PG07 -11773.229724   9306.312937 -21899.682202      6.965322  8  3  4 191       
+PG08  -4646.544415  18014.395494 -18702.119756      7.626210  9  8  6 181       
+PG09  18571.284825  10418.059286  15333.964165     71.005952  7  8  8 221       
+PG10  -6265.911935  23932.191075  -9355.472380    -70.357491  6     6 215       
+PG11 -22212.318267  -8420.696578  11895.486898   -138.960168  7  3  8  57       
+PG12  16564.987694   -510.381037  20745.459298    -15.149380  2  8  7 206       
+PG13 -23516.089970   5782.506063 -11111.697792    276.915404  3  8  6 205       
+PG14   7903.673703 -13901.166809  21336.077838    141.078116  7  9  6 212       
+PG15  25270.339961   4338.987261  -7239.230252   -138.847191  7     6 199       
+PG16  -4226.378776 -17933.599627 -18985.089704   -161.786317     9  4 129       
+PG17  -8460.201717  14380.265368  20750.417820    184.202318  8  3  6 198       
+PG18  16127.756368 -20108.303836  -5220.606918    129.447665  3  7  3 180       
+PG19 -23172.750533  -8686.148119 -10095.761108   -125.786621  5  7  9 228       
+PG20 -18105.486257   5351.440661  18508.562652     48.816421  8  4  5 219       
+PG21  11710.676935 -10658.770523 -20871.557785   -134.272541  9  8  8 219       
+PG22   9817.749500 -24140.146375   5007.524000    150.901764  4  7  6 222       
+PG23 -26709.311548   -744.756325   1213.300306    316.416325  3  6  4 160       
+PG24 -18421.931555  -7790.889181  17666.795937    377.871820 10 10  5 143       
+PG25  18039.377186 -14654.327386  12825.896665     -0.961208  2  6  6 186       
+PG26  16599.102102  12484.925426 -17383.197501   -160.053232  5  7  4 250       
+PG27  19291.579854  14588.053421  11984.336859    251.146884  4  9  7 220       
+PG28 -12426.501734  23246.943993   2243.358135     28.564626  5  6  5 179       
+PG29  25043.633505  -4604.489830  -7393.454864    196.466062  6 10  8 192       
+PG30    543.822561 -22834.933123 -13935.344247    333.438190  4  7  2 168       
+PG31  -5324.261281 -23597.615856  10919.741270     60.420667  6  7  7 222       
+PG32 -15032.299854  -4990.165764  21559.783548   -226.103989     9  6 219       
+*  2011  3 31 20 30  0.00000000
+PG02  12889.547875  23171.203845   4097.675885    328.153003  9     4 206       
+PG03 -12785.646772 -12645.332037 -20047.060611    695.863818  9 11  6 187       
+PG04   2356.174945  21926.349450  14341.676371     75.793652  7 10  9 120       
+PG05   5581.050843  18455.437677 -18241.448598   -137.654738 10  8  5 210       
+PG06  -7941.085401 -14366.234536 -20751.143954   -219.074130  9 11  3 157       
+PG07 -13121.056441   7193.893229 -21947.274581      6.966370  8  3  4 191       
+PG08  -5785.904348  16088.011700 -20133.723145      7.624989  9  8  6 181       
+PG09  19394.658434  11926.107324  13136.925875     71.006571  7  7  9 217       
+PG10  -6952.242104  24588.175255  -6706.389740    -70.358260  5  1  5 209       
+PG11 -22894.920486  -9563.183240   9608.233297   -138.963320  7  4  8 125       
+PG12  15485.231588   1646.992185  21522.367440    -15.146842     8  7 208       
+PG13 -24609.384207   5600.602285  -8500.543399    276.914365  4  8  6 201       
+PG14  10253.666131 -13814.529943  20351.093852    141.080647  8  9  7 211       
+PG15  24313.920806   4653.231843  -9834.330069   -138.844435  7     7 188       
+PG16  -3089.367522 -19695.127324 -17366.985479   -161.789029     8  4 122       
+PG17 -10753.501144  14320.974548  19675.685599    184.202310  8  2  7 196       
+PG18  16058.527429 -19240.429843  -7903.486681    129.449259  3  7  2 174       
+PG19 -21883.006861  -8841.547087 -12514.370481   -125.789979  5  7  9 229       
+PG20 -17295.518190   3271.911188  19723.851682     48.816053  8  4  6 219       
+PG21  13081.261417  -8570.902533 -21071.207314   -134.274406  9  8  9 223       
+PG22  10308.184446 -24329.442595   2247.221031    150.901070  4  7  6 220       
+PG23 -26419.764010   -971.772212   4036.472254    316.414018  4  6  4 170       
+PG24 -19220.664919  -9526.854230  15893.560335    377.874110 11 10  6 136       
+PG25  17501.220951 -13139.594740  15023.667848     -0.961576  3  7  7 195       
+PG26  14638.352015  12499.237293 -19073.567957   -160.062804  4  8  3 248       
+PG27  19832.308022  15586.341554   9461.067337    251.149939  4  8  7 216       
+PG28 -12651.596307  23159.997444   -651.594980     28.566663  5  6  5 171       
+PG29  25745.562867  -4363.693113  -4646.042203    196.468445  7 10  8 188       
+PG30   1316.335401 -24025.736150 -11618.416370    333.440535  4  7  2 152       
+PG31  -4447.256783 -22538.528708  13345.865720     60.425337  7  7  7 226       
+PG32 -13772.931020  -7066.713040  21858.411596   -226.110820     9  7 221       
+*  2011  3 31 20 45  0.00000000
+PG02  12304.526288  22847.677240   6791.719540    328.155066  8  1  3 201       
+PG03 -10605.812452 -13266.316313 -20888.206563    695.868035  9 11  4 184       
+PG04   1085.828411  20620.550433  16302.574219     75.802825  7 10  9 127       
+PG05   4637.468007  20218.163136 -16547.988724   -137.660098  9  7  6 209       
+PG06  -5542.155635 -14814.310448 -21187.894953   -219.180338  9 11  3 153       
+PG07 -14571.066840   5172.398169 -21617.353818      6.967189  7  2  3 190       
+PG08  -7105.403150  14110.611393 -21213.102753      7.623948  9  8  6 188       
+PG09  20137.652611  13170.582999  10706.640380     71.008440  6  7  9 215       
+PG10  -7476.597671  24998.909868  -3940.033158    -70.359939  4  2  6 207       
+PG11 -23420.478096 -10503.522584   7156.457343   -138.965775  7  5  8 148       
+PG12  14496.589329   3919.051158  21929.164786    -15.144186     8  6 211       
+PG13 -25408.319408   5471.424862  -5744.268699    276.912898  5  7  6 198       
+PG14  12476.067793 -13852.194505  19019.391402    141.082599  8  9  7 209       
+PG15  23093.543670   5051.067550 -12261.625175   -138.841780  7  2  7 178       
+PG16  -2135.243309 -21334.823678 -15445.936607   -161.791420  3  8  5 108       
+PG17 -12909.378578  14370.243073  18264.119464    184.202619  8  3  8 194       
+PG18  15904.762168 -18098.359623 -10445.904273    129.450886  2  7  2 176       
+PG19 -20342.131638  -9071.280392 -14721.288744   -125.793382  6  7  9 219       
+PG20 -16540.717823   1046.450300  20594.956777     48.816308  8  4  6 220       
+PG21  14544.325930  -6552.994626 -20894.924912   -134.277141  9  9  9 223       
+PG22  10656.774856 -24257.309493   -551.926641    150.900379  4  6  6 220       
+PG23 -25830.730914  -1244.308025   6791.583848    316.411912  5  5  4 178       
+PG24 -19989.508575 -11039.170091  13851.016483    377.877004 11 10  8 137       
+PG25  16951.294747 -11383.094535  16962.457121     -0.961984  3  6  6 201       
+PG26  12512.802642  12633.092022 -20454.838897   -160.072031  5  7  2 247       
+PG27  20245.432547  16331.553530   6781.781972    251.154462  4  7  7 213       
+PG28 -12739.280399  22786.775990  -3535.072480     28.568844  6  6  5 185       
+PG29  26143.350141  -4138.423311  -1818.318753    196.471099  7 10  9 188       
+PG30   1929.622239 -25004.336005  -9105.116114    333.444043  5  6  2 159       
+PG31  -3362.934936 -21317.298525  15542.539462     60.429676  7  6  7 229       
+PG32 -12619.008572  -9213.588959  21790.284929   -226.117441  2  9  7 220       
+*  2011  3 31 21  0  0.00000000
+PG02  11511.368666  22330.796566   9372.272966    328.156938  7  4  5 193       
+PG03  -8386.110782 -14014.041675 -21384.184274    695.872648  8 11  2 186       
+PG04   -377.128668  19217.560702  17974.836368     75.812245  7 11  8 135       
+PG05   3855.630471  21831.926679 -14568.958729   -137.665208  9  7  7 206       
+PG06  -3137.148293 -15383.157764 -21255.115441   -219.284655  8 11  4 151       
+PG07 -16090.521527   3279.371933 -20916.205386      6.968158  7  3  2 186       
+PG08  -8591.546034  12132.137058 -21922.907439      7.624785  9  8  6 187       
+PG09  20757.509896  14149.427565   8087.324513     71.010552  6  6  9 211       
+PG10  -7865.597405  25137.991206  -1104.560973    -70.361196  4  3  5 203       
+PG11 -23758.189641 -11253.100492   4582.672770   -138.968762  8  6  8 165       
+PG12  13624.448951   6262.903363  21959.402148    -15.141887     8  5 212       
+PG13 -25897.573605   5356.780245  -2889.779651    276.911399  5  7  6 200       
+PG14  14527.143467 -13993.590859  17363.053455    141.084524  9  9  7 208       
+PG15  21637.329585   5560.193915 -14479.546936   -138.838818  7  3  7 154       
+PG16  -1357.478010 -22806.885774 -13255.013756   -161.793784  5  8  4 156       
+PG17 -14886.796254  14506.081049  16539.130696    184.202902  8  3  9 195       
+PG18  15703.630869 -16688.204916 -12802.327246    129.452775     6  3 169       
+PG19 -18580.599316  -9403.185996 -16678.754938   -125.796881  6  7  8 221       
+PG20 -15867.679737  -1286.637205  21106.664702     48.816430  9  4  7 220       
+PG21  16069.732153  -4643.215019 -20347.862882   -134.279679  9  9  9 226       
+PG22  10894.066691 -23907.204664  -3341.494979    150.899531  5  6  5 220       
+PG23 -24957.598050  -1597.274072   9432.101237    316.409384  6  4  3 187       
+PG24 -20688.850320 -12315.403401  11574.008298    377.879022 11 10  8 158       
+PG25  16426.956419  -9408.499600  18608.851422     -0.962300  4  7  6 207       
+PG26  10264.772353  12903.883737 -21504.802863   -160.080995  5  7  2 245       
+PG27  20490.994282  16832.202677   3989.943748    251.160059  4  7  7 211       
+PG28 -12725.521070  22114.073214  -6356.150970     28.570978  6  6  5 186       
+PG29  26232.654450  -3891.412514   1040.811671    196.473487  8 10  9 185       
+PG30   2405.904180 -25737.016954  -6437.244400    333.445521  6  6    177       
+PG31  -2067.080598 -19978.347532  17472.809713     60.434151  8  6  7 232       
+PG32 -11592.135778 -11389.169923  21357.701370   -226.124176  4  9  8 218       
+*  2011  3 31 21 15  0.00000000
+PG02  10496.564329  21654.829717  11796.045624    328.159037  6  4  5 185       
+PG03  -6169.687104 -14881.379505 -21526.224878    695.877438  7 11  1 186       
+PG04  -2022.962744  17761.192256  19329.138188     75.821322  7 11  6 141       
+PG05   3223.307597  23255.024560 -12338.307736   -137.670621  8  7  7 201       
+PG06   -772.813278 -16062.532304 -20950.966392   -219.389602  8 11  6 159       
+PG07 -17641.343947   1545.934996 -19856.443691      6.968991  6  3    186       
+PG08 -10222.480950  10199.973634 -22252.421377      7.625013 10  7  6 183       
+PG09  21213.743763  14869.926603   5326.079307     71.012429  5  6 10 207       
+PG10  -8150.624897  24986.545561   1750.328532    -70.361639  6  4  5 191       
+PG11 -23881.547987 -11829.594300   1931.079437   -138.971402  8  6  8 172       
+PG12  12886.760875   8631.992776  21613.090619    -15.139327  2  8  4 213       
+PG13 -26070.838626   5216.863702     14.193471    276.910002  6  7  6 202       
+PG14  16368.324647 -14211.372132  15409.755315    141.086809  9  8  7 205       
+PG15  19979.676472   6202.753704 -16450.011542   -138.836082  7  4  7 149       
+PG16   -741.489470 -24069.125808 -10832.180577   -161.796164  7  8  4 120       
+PG17 -16650.125273  14700.322336  14529.622095    184.203196  8  4  9 195       
+PG18  15491.747088 -15024.818566 -14930.503414    129.454667     6  4 167       
+PG19 -16634.971058  -9859.343001 -18353.037998   -125.800290  6  7  8 222       
+PG20 -15296.657960  -3684.552455  21250.120090     48.816599  9  4  7 222       
+PG21  17622.310422  -2873.646072 -19441.856744   -134.281954  9  9  9 224       
+PG22  11053.714811 -23270.495867  -6073.039122    150.898727  5  6  4 220       
+PG23 -23823.559989  -2062.015976  11913.308401    316.407274  6  5  2 193       
+PG24 -21278.788603 -13351.321161   9101.221448    377.881862 11 10  9 165       
+PG25  15961.636117  -7246.963732  19934.488408     -0.962642  4  7  6 211       
+PG26   7939.621578  13321.407556 -22206.294909   -160.089729  5  7  2 244       
+PG27  20532.425480  17104.522649   1131.435658    251.164079  6  5  7 214       
+PG28 -12648.851972  21137.839680  -9064.438003     28.573072  7  7  6 185       
+PG29  26018.056442  -3585.687564   3881.995739    196.475793  8  9  9 187       
+PG30   2773.075422 -26196.237433  -3659.589729    333.447779  7  5    187       
+PG31   -563.998223 -18567.442559  19104.482302     60.438644  8  5  7 234       
+PG32 -10706.481936 -13549.258528  20568.850995   -226.130885  5  9  8 218       
+*  2011  3 31 21 30  0.00000000
+PG02   9254.019626  20857.162535  14022.186479    328.160919  5  5  6 174       
+PG03  -3998.284033 -15853.948086 -21311.166035    695.882291  7 11  2 189       
+PG04  -3833.860065  16294.267912  20341.989428     75.830624  8 11  3 155       
+PG05   2721.165742  24450.286566  -9894.402495   -137.675474  8  6  8 185       
+PG06   1506.317476 -16834.764261 -20280.196652   -219.494382  8 10  6 163       
+PG07 -19181.513075     -4.210885 -18456.758415      6.969938  5  3    178       
+PG08 -11968.767335   8357.252480 -22197.641502      7.624765 10  7  6 175       
+PG09  21469.789045  15348.111019   2471.942874     71.015356  2  5 10 210       
+PG10  -8366.399084  24534.083458   4574.314191    -70.362488  7  5  5 182       
+PG11 -23769.370416 -12256.055363   -753.186963   -138.974261  8  7  8 178       
+PG12  12293.436914  10977.711239  20896.665221    -15.136755  4  8  2 214       
+PG13 -25931.037193   5011.972978   2917.908075    276.908654  7  7  6 205       
+PG14  17967.534861 -14472.528793  13192.345583    141.089085  9  8  7 203       
+PG15  18160.044009   6994.296681 -18139.069073   -138.833442  7  4  7 138       
+PG16   -265.392621 -25084.582643  -8219.623114   -161.798460  7  8  5 157       
+PG17 -18170.372548  14919.780983  12269.545459    184.203466  8  5 10 190       
+PG18  15303.552567 -13131.394464 -16792.310245    129.456360     6  5 162       
+PG19 -14546.660454 -10455.061602 -19715.018485   -125.803517  7  7  7 222       
+PG20 -14840.797139  -6101.479494  21022.980856     48.816781  9  5  8 224       
+PG21  19163.214652  -1269.266029 -18195.047187   -134.283935  9  9  9 218       
+PG22  11170.990423 -22346.923423  -8698.957590    150.897974  5  6  4 223       
+PG23 -22458.803214  -2664.936418  14193.027972    316.404956  7  4  1 199       
+PG24 -21720.695736 -14150.850678   6474.551375    377.885827 11 11 10 172       
+PG25  15583.485059  -4936.109290  20916.545937     -0.962954  5  7  6 216       
+PG26   5584.295258  13887.423268 -22547.429097   -160.098882  5  7    246       
+PG27  20338.068357  17171.817832  -1746.077344    251.167983  6  5  8 214       
+PG28 -12548.676935  19863.583009 -11611.064175     28.575317  7  7  6 176       
+PG29  25512.829400  -3186.203571   6656.290692    196.478314  9  9 10 188       
+PG30   3063.490533 -26361.733800   -819.237200    333.449325  7  5    195       
+PG31   1133.507534 -17129.963771  20410.604277     60.443397  8  5  7 236       
+PG32  -9968.402766 -15648.573183  19437.628879   -226.137464  6  9  8 219       
+*  2011  3 31 21 45  0.00000000
+PG02   7785.494284  19976.863427  16012.929253    328.162867  4  5  7 167       
+PG03  -1910.874122 -16910.530494 -20741.550572    695.886253  6 10  4 190       
+PG04  -5784.455823  14856.973161  20996.149409     75.839888  9 11  3 155       
+PG05   2323.699021  25386.450456  -7279.368970   -137.680955  7  6  8 188       
+PG06   3659.489151 -17675.394841 -19254.096135   -219.599722  7 10  7 166       
+PG07 -20666.611703  -1355.483995 -16741.563209      6.970725  3  3    179       
+PG08 -13794.438979   6641.356334 -21761.229875      7.624170 10  7  7 182       
+PG09  21494.473317  15607.827117   -425.051752     71.018484  1  5 10 218       
+PG10  -8549.398974  23779.032725   7317.401131    -70.362686  8  5  6 182       
+PG11 -23406.628766 -12559.809474  -3424.794867   -138.977341  8  7  7 189       
+PG12  11846.071579  13251.085913  19822.842235    -15.134352  5  7    213       
+PG13 -25490.199450   4704.231464   5771.449614    276.907244  7  7  6 204       
+PG14  19300.282538 -14739.739187  10748.334121    141.091114  9  7  7 199       
+PG15  16221.553638   7942.997614 -19517.489613   -138.830520  7  5  7 150       
+PG16     98.948547 -25822.943032  -5462.989736   -161.800919  8  7  5 172       
+PG17 -19426.167509  15127.623870   9797.361986    184.203479  8  5 10 187       
+PG18  15169.799418 -11038.724511 -18354.518551    129.458125     6  6 172       
+PG19 -12360.517902 -11198.129064 -20740.708345   -125.807122  7  7  7 221       
+PG20 -14505.661377  -8490.182943  20429.449414     48.817014 10  4  8 224       
+PG21  20651.411032    152.754709 -16631.388477   -134.287046  9 10  9 222       
+PG22  11281.221808 -21144.746300 -11173.352890    150.897137  6  6  3 222       
+PG23 -20899.438816  -3426.297797  16232.311362    316.402642  8  5    202       
+PG24 -21978.742945 -14725.740652   3738.426277    377.888592 11 11 10 180       
+PG25  15314.242312  -2518.767707  21538.134780     -0.963265  6  7  5 219       
+PG26   3245.812443  14595.498344 -22521.788135   -160.108039  5  6    241       
+PG27  19882.563212  17063.544049  -4593.854905    251.171347  5  5  8 195       
+PG28 -12463.514161  18306.387390 -13949.681878     28.577062  7  7  7 191       
+PG29  24738.386890  -2661.398574   9316.010310    196.480556  9  9  9 194       
+PG30   3312.560554 -26221.377207   2035.188554    333.453228  8  5    201       
+PG31   3004.475316 -15709.218066  21369.850073     60.447717  9  5  7 238       
+PG32  -9376.353764 -17642.272287  17983.377660   -226.144139  6  8  9 217       
+*  2011  3 31 22  0  0.00000000
+PG02   6100.757146  19053.190284  17734.204630    328.164966  3  4  8 151       
+PG03     57.615191 -18023.751400 -19825.655925    695.890874  5 10  5 190       
+PG04  -7842.673437  13485.338136  21280.907933     75.848938  9 12  6 163       
+PG05   2000.408345  26039.321512  -4538.362762   -137.686369  7  5  9 166       
+PG06   5651.136672 -18554.102727 -17890.320507   -219.704999  7 10  7 167       
+PG07 -22051.470801  -2500.807078 -14740.554580      6.971687  2  2    168       
+PG08 -15658.313005   5082.677922 -20952.350060      7.624556 10  8  7 183       
+PG09  21263.255574  15679.526144  -3314.791876     71.020805  4  4 11 178       
+PG10  -8736.208380  22728.922689   9930.879799    -70.364132  8  5  6 183       
+PG11 -22785.053642 -12771.219601  -6038.936615   -138.979929  8  7  8 193       
+PG12  11537.993445  15404.479186  18410.374716    -15.131625  6  7    212       
+PG13 -24769.000471   4259.254049   8525.586914    276.906115  8  7  6 206       
+PG14  20350.477587 -14972.906913   8119.292047    141.093483  9  6  7 195       
+PG15  14209.455256   9049.160208 -20561.276302   -138.827811  7  6  7 141       
+PG16    384.610634 -26261.712725  -2610.557009   -161.803397  9  7  6 186       
+PG17 -20404.467319  15284.908467   7155.411559    184.203743  8  6 11 182       
+PG18  15116.197397  -8784.143336 -19589.449188    129.460036     6  6 183       
+PG19 -10123.283416 -12088.343522 -21411.698826   -125.810361  7  8  7 223       
+PG20 -14289.078897 -10803.662286  19480.179847     48.817121 10  4  8 224       
+PG21  22045.234982   1383.425650 -14780.064654   -134.289326  8 10  9 216       
+PG22  11418.231337 -19680.562531 -13452.870802    150.896832  6  7  2 227       
+PG23 -19186.221433  -4359.251328  17996.088709    316.400490  8  6  1 205       
+PG24 -22021.331856 -15094.937042    939.093803    377.889542 12 12  9 187       
+PG25  15168.363670    -41.521106  21788.587925     -0.963557  7  6  5 221       
+PG26    969.748486  15431.137605 -22128.564173   -160.116863  5  7    244       
+PG27  19148.049443  16814.141746  -7362.853226    251.175171  6  5  9 146       
+PG28 -12429.257913  16490.539694 -16037.442381     28.579353  8  8  7 189       
+PG29  23723.430396  -1984.608511  11815.541860    196.483282  9  8  9 200       
+PG30   3557.207542 -25771.743775   4854.337768    333.455814  8  5  2 208       
+PG31   5020.437482 -14344.858878  21966.809974     60.452420  9  5  7 239       
+PG32  -8921.095451 -19487.461380  16230.565108   -226.151009  6  8  9 216       
+*  2011  3 31 22 15  0.00000000
+PG02   4217.451974  18124.091938  19156.211510    328.166888  5  6  8 148       
+PG03   1877.440137 -19160.994407 -18577.449777    695.893733  5 10  5 188       
+PG04  -9970.836365  12209.911986  21192.228640     75.857756 10 12  9 154       
+PG05   1717.182375  26392.670809  -1718.781224   -137.691531  6  4  8 175       
+PG06   7452.092402 -19435.884295 -16212.588797   -219.810531  7  9  8 183       
+PG07 -23291.847546  -3441.663665 -12488.189810      6.972331  1  3  3 174       
+PG08 -17515.489241   3703.672763 -19786.398365      7.623862 10  7  7 181       
+PG09  20759.191136  15598.832290  -6147.955420     71.023720  6  6 11 190       
+PG10  -8961.851469  21400.207162  12368.271071    -70.365330  9  6  6 178       
+PG11 -21903.495434 -12922.358499  -8552.019905   -138.982625  8  8  7 199       
+PG12  11354.641943  17393.237636  16683.712048    -15.128959  7  7  3 208       
+PG13 -23795.973306   3647.689898  11132.627942    276.904523  8  7  6 209       
+PG14  21110.937404 -15130.827735   5350.170809    141.095521  9  5  7 188       
+PG15  12169.517597  10305.028193 -21252.095979   -138.824988  7  6  6 165       
+PG16    628.096147 -26387.087906    287.660638   -161.805653  9  7  6 194       
+PG17 -21100.949480  15352.226769   4389.199344    184.203916  8  6 11 191       
+PG18  15162.286356  -6410.206441 -20475.505174    129.461619     6  7 191       
+PG19  -7881.963413 -13117.357548 -21715.526839   -125.813730  8  7  6 221       
+PG20 -14181.307440 -12996.796618  18192.064082     48.816976 10  4  9 222       
+PG21  23303.951628   2421.974719 -12674.835249   -134.291594  9  9  9 216       
+PG22  11612.832854 -17978.807924 -15497.500378    150.895845  6  7  2 223       
+PG23 -17363.099065  -5469.130755  19453.768978    316.398011  9  6    207       
+PG24 -21822.380349 -15283.697130  -1876.119553    377.892685 12 12 10 197       
+PG25  15152.446395   2446.899140  21663.641677     -0.963939  7  6  3 221       
+PG26  -1201.243653  16372.199730 -21372.647209   -160.126440  6  6    242       
+PG27  18125.125231  16461.654867 -10004.555628    251.181163  6  4  9 204       
+PG28 -12477.537005  14448.768166 -17835.921111     28.581528  8  8  7 196       
+PG29  22502.831830  -1135.287764  14112.120176    196.485498 10  8  9 206       
+PG30   3834.235009 -25018.367592   7588.995545    333.459963  8  5  1 213       
+PG31   7146.349677 -13071.468593  22192.181208     60.456998  9  5  7 240       
+PG32  -8586.180553 -21144.633072  14208.401238   -226.157651  7  8  9 213       
+*  2011  3 31 22 30  0.00000000
+PG02   2160.673508  17224.757627  20253.938862    328.168629  6  6  8 147       
+PG03   3525.001422 -20285.533444 -17016.466875    695.899698  5  9  6 194       
+PG04 -12127.003508  11054.682264  20732.755683     75.867131 10 12 10 159       
+PG05   1437.825634  26438.836029   1130.568381   -137.697068  6  4  8 163       
+PG06   9040.538731 -20282.440112 -14250.258852   -219.915603  6  8  8 170       
+PG07 -24346.074124  -4187.827403 -10023.093402      6.973443  2  2  4 172       
+PG08 -19318.979298   2518.233819 -18284.641770      7.624480 10  7  7 180       
+PG09  19973.595173  15404.953568  -8876.822271     71.027137  8  7 11 189       
+PG10  -9258.191513  19817.730100  14586.233232    -70.366853 10  6  7 184       
+PG11 -20768.033481 -13045.640142 -10922.324344   -138.985156  8  8  6 204       
+PG12  11274.252923  19177.229212  14672.570380    -15.126687  8  6  5 206       
+PG13 -22606.425002   2846.580063  13547.260752    276.903246  9  8  6 213       
+PG14  21583.559327 -15172.922334   2488.549523    141.097781  9  5  6 188       
+PG15  10146.402609  11694.913439 -21577.618982   -138.822248  6  6  6 174       
+PG16    867.677721 -26194.490095   3180.837800   -161.808435 10  7  6 203       
+PG17 -21520.072608  15291.390760   1546.610701    184.204087  8  6 11 191       
+PG18  15320.583042  -3963.159910 -20997.566078    129.463889  1  7  8 197       
+PG19  -5682.191089 -14268.842510 -21645.950411   -125.817209  9  7  6 222       
+PG20 -14165.511839 -15027.914586  16587.902898     48.817117 10  4  9 222       
+PG21  24389.258588   3275.565163 -10353.331469   -134.294070 10  9  8 216       
+PG22  11891.451767 -16070.950620 -17271.317074    150.895267  6  7  3 224       
+PG23 -15475.644985  -6753.040189  20579.780373    316.395707 10  7    209       
+PG24 -21362.415682 -15322.474271  -4659.567083    377.895325 12 12 10 202       
+PG25  15264.971997   4897.295606  21165.505672     -0.964185  7  6    222       
+PG26  -3228.826247  17389.593312 -20264.656049   -160.135918  6  5  1 242       
+PG27  16813.516285  16046.179344 -12471.850787    251.186188  6  5 10 208       
+PG28 -12634.247558  12221.119159 -19311.960871     28.583850  8  7  8 200       
+PG29  21116.295654    -99.988588  16166.546262    196.488054 10  8  9 209       
+PG30   4178.677914 -23975.657395  10190.972707    333.461606  9  6  2 217       
+PG31   9341.762645 -11917.352580  22042.863295     60.461637  9  5  7 240       
+PG32  -8348.704689 -22578.992171  11950.398999   -226.164194  7  7  9 212       
+*  2011  3 31 22 45  0.00000000
+PG02    -37.736366  16386.267548  21007.629072    328.170647  7  5  9 133       
+PG03   4983.590262 -21357.843714 -15167.602000    695.905270  5  8  6 185       
+PG04 -14266.470656  10036.280001  19911.688477     75.876189 11 12 11 147       
+PG05   1125.672826  26179.000279   3960.329213   -137.702326  6  4  8 174       
+PG06  10402.666014 -21053.710867 -12037.788906   -220.020766  6  8  8 158       
+PG07 -25176.616066  -4756.777347  -7387.402190      6.974214  4  2  6 174       
+PG08 -21021.402201   1531.402738 -16473.774786      7.623951  9  6  7 179       
+PG09  18906.390353  15139.001961 -11456.016742     71.029192  6  6 11 175       
+PG10  -9652.463175  18013.854427  16545.407239    -70.369232 10  6  7 178       
+PG11 -19391.833254 -13172.458742 -13110.617943   -138.988018  8  8  6 204       
+PG12  11268.825099  20722.212411  12411.421812    -15.124335  8  6  7 197       
+PG13 -21241.095113   1840.474095  15727.363716    276.901840 10  8  5 211       
+PG14  21779.149077 -15060.967250   -416.178094    141.099952  8  6  6 178       
+PG15   8182.085416  13195.639081 -21531.760742   -138.819619  6  6  5 184       
+PG16   1141.670817 -25688.742099   6018.280674   -161.811025 10  6  6 205       
+PG17 -21674.799272  15067.091583  -1322.932141    184.204283  8  6 11 198       
+PG18  15596.038070  -1491.269110 -21147.236544    129.465533  3  6  8 204       
+PG19  -3566.631980 -15518.972832 -21203.124634   -125.820535  9  7  6 219       
+PG20 -14218.532457 -16860.227807  14695.970037     48.817393 10  3  9 218       
+PG21  25266.675810   3958.714893  -7856.322116   -134.296426  9  9  7 214       
+PG22  12274.925639 -13994.411951 -18743.152374    150.894652  6  8  4 224       
+PG23 -13569.428139  -8199.755616  21354.041107    316.393690 10  7    210       
+PG24 -20629.434335 -15245.613852  -7364.049074    377.898115 12 12 10 207       
+PG25  15496.376750   7261.705424  20302.820885     -0.964459  8  6  1 220       
+PG26  -5080.237570  18448.237299 -18820.905297   -160.145110  6  5  3 241       
+PG27  15222.412035  15608.195851 -14719.943038    251.191594  7  4 10 206       
+PG28 -12918.330890   9853.516563 -20438.404281     28.585948  8  7  8 205       
+PG29  19606.853208   1126.937496  17943.839301    196.490468 10  8  9 212       
+PG30   4622.199573 -22666.470834  12614.009814    333.463422  9  6  3 220       
+PG31  11562.191705 -10903.585375  21521.960147     60.466229  9  6  7 239       
+PG32  -8180.294350 -23761.622168   9493.881974   -226.171113  7  6  9 204       
+*  2011  3 31 23  0  0.00000000
+PG02  -2340.152410  15634.395567  21403.173159    328.172451  8  5  9 138       
+PG03   6243.888300 -22337.050233 -13060.814463    695.910181  5  8  6 189       
+PG04 -16343.374657   9163.497820  18744.532601     75.885517 11 12 12 137       
+PG05    745.224635  25623.137288   6721.467301   -137.707647  8  5  8 174       
+PG06  11533.008895 -21709.499049  -9614.096804   -220.126335  7  7  8 175       
+PG07 -25751.482711  -5172.823478  -4626.059604      6.975125  6  1  6 175       
+PG08 -22576.683465    739.419657 -14385.407372      7.624693  9  7  7 183       
+PG09  17566.136655  14842.288499 -13843.174931     71.031791  4  7 11 187       
+PG10 -10166.002950  16027.290128  18211.178273    -70.371508 11  6  8 180       
+PG11 -17794.759441 -13331.882617 -15080.729308   -138.990902  8  8  5 135       
+PG12  11305.329500  22000.987784   9938.910921    -15.121757  9  4  7 193       
+PG13 -19744.607051    622.258495  17634.769088    276.900378 10  8  5 214       
+PG14  21716.908263 -14760.754921  -3313.663666    141.101936  8  7  6 183       
+PG15   6314.380279  14777.283482 -21114.819130   -138.816771  6  6  5 184       
+PG16   1486.707499 -24883.878231   8750.364067   -161.813242 10  6  6 213       
+PG17 -21585.988643  14648.464213  -4169.355850    184.204467  8  7 12 202       
+PG18  15985.823794    956.920570 -20922.945956    129.467083  3  7  8 203       
+PG19  -1573.496195 -16837.217007 -20393.670501   -125.824227  9  7  6 214       
+PG20 -14311.911313 -18463.072275  12549.479929     48.817584 10  3  9 219       
+PG21  25906.774693   4492.452049  -5226.966281   -134.299607  7  9  7 205       
+PG22  12777.535871 -11791.255940 -19887.174726    150.893916  6  9  5 226       
+PG23 -11688.381719  -9789.948615  21762.350760    316.391445 11  8  3 210       
+PG24 -19619.495866 -15089.907804  -9943.578674    377.901987 13 12 11 118       
+PG25  15829.446928   9495.053326  19090.506570     -0.964738  9  5  4 219       
+PG26  -6729.376086  19508.262342 -17063.300750   -160.153999  7  4  3 242       
+PG27  13370.438330  15186.850635 -16707.274504    251.196660  7  4 10 211       
+PG28 -13340.856599   7396.065770 -21194.690033     28.587712  8  7  8 208       
+PG29  18019.247762   2542.942310  19413.812414    196.492999 11  8  8 214       
+PG30   5191.603853 -21121.354604  14814.674108    333.466603  9  6  3 225       
+PG31  13760.633476 -10043.340054  20638.692108     60.471006  9  6  7 239       
+PG32  -8048.298738 -24670.453997   6879.442374   -226.177556  8  6  9 204       
+*  2011  3 31 23 15  0.00000000
+PG02  -4704.360152  14988.611240  21432.427938    328.174697  9  5 10 145       
+PG03   7304.197205 -23182.465146 -10730.740446    695.914698  6  7  5 186       
+PG04 -18312.334433   8437.134451  17252.737699     75.894948 11 11 12  76       
+PG05    263.739250  24789.624723   9366.139378   -137.712705  8  6  8 183       
+PG06  12434.447951 -22211.108795  -7021.831246   -220.231217  7  6  7 177       
+PG07 -26045.438169  -5465.976991  -1786.069930      6.976269  7     7 190       
+PG08 -23941.696593    130.101740 -12055.495472      7.624794  9  7  7 177       
+PG09  15969.752755  14554.655831 -15999.533964     71.033584  5  7 11 186       
+PG10 -10813.233376  13901.671718  19554.334300    -70.373784 11  6  8 174       
+PG11 -16002.760314 -13549.447356 -16800.072190   -138.993608  8  7  4 149       
+PG12  11347.115366  22994.290292   7297.207919    -15.119006  9  4  8 184       
+PG13 -18163.771663   -806.339331  19235.964103    276.899200 11  9  4 214       
+PG14  21423.597789 -14243.615165  -6153.495604    141.104285  8  8  6 167       
+PG15   4575.629639  16404.199136 -20333.503048   -138.813910  5  6  5 185       
+PG16   1936.083593 -23802.597805  11329.441935   -161.815736 10  7  6 216       
+PG17 -21281.480715  14010.492168  -6942.846498    184.204805  8  7 12 208       
+PG18  16479.458098   3334.316203 -20329.901369    129.469184  5  7  9 206       
+PG19    264.783850 -18187.409811 -19230.630601   -125.827342  9  7  7 215       
+PG20 -14413.132665 -19812.910645  10185.971295     48.817518 10  3  9 215       
+PG21  26286.207415   4903.248218  -2510.067223   -134.301068  7  9  5 203       
+PG22  13406.311482  -9506.699757 -20683.368728    150.893016  5  9  6 225       
+PG23  -9873.230964 -11496.729164  21796.692687    316.389142 11  8  5 209       
+PG24 -18337.027150 -14893.060324 -12354.136246    377.905234 13 12 10 216       
+PG25  16240.023052  11556.694095  17549.499040     -0.965019  9  5  5 217       
+PG26  -8157.666391  20526.421058 -15019.154806   -160.163212  7  4  4 243       
+PG27  11285.249502  14818.255499 -18396.434379    251.199927  8  4 10 210       
+PG28 -13904.456054   4901.178153 -21567.292486     28.590101  8  6  8 208       
+PG29  16398.272145   4137.201799  20551.564145    196.495606 11  8  8 217       
+PG30   5907.528765 -19377.473593  16753.227164    333.468291  9  7  3 227       
+PG31  15889.175187  -9341.521781  19408.221478     60.475517  9  7  7 238       
+PG32  -7917.145686 -25291.003777   4150.352428   -226.184163  8  5  8 198       
+*  2011  3 31 23 30  0.00000000
+PG02  -7084.941345  14461.322606  21093.445154    328.176431  9  5 11 145       
+PG03   8170.382329 -23855.159296  -8216.211045    695.919423  7  7  5 198       
+PG04 -20130.063365   7850.165004  15463.235235     75.904286 11 11 13 135       
+PG05   -347.284509  23704.540777  11848.539411   -137.717935  8  6  8 182       
+PG06  13117.878175 -22522.935563  -4306.571821   -220.335848  7  6  7 191       
+PG07 -26040.968598  -5670.608843   1084.276451      6.976825  8     8 192       
+PG08 -25077.789998   -316.470308  -9523.724993      7.625684  8  6  7 174       
+PG09  14141.948143  14312.905843 -17890.442703     71.035243  6  7 11 190       
+PG10 -11600.944767  11683.946515  20551.605799    -70.373768 11  6  9 183       
+PG11 -14047.045600 -13846.088941 -18240.119428   -138.996446  7  8  4 144       
+PG12  11355.459081  23691.390634   4531.308284    -15.116392  9  5  9 169       
+PG13 -16545.809177  -2434.595362  20502.714617    276.898030 11  9  3 216       
+PG14  20932.407635 -13487.734790  -8886.104950    141.106393  8  8  7 177       
+PG15   2991.607596  18036.269585 -19200.849443   -138.811514  5  6  6 183       
+PG16   2518.247887 -22475.386195  13710.711660   -161.818478 11  7  6 221       
+PG17 -20794.907255  13135.192408  -9594.765619    184.204575  8  7 12 207       
+PG18  17059.253681   5596.930455 -19379.900383    129.470912  6  7  9 201       
+PG19   1922.656377 -19529.068294 -17733.307458   -125.830764  9  7  7 219       
+PG20 -14487.026612 -20894.058546   7646.620235     48.817507 10  3  9 215       
+PG21  26388.506731   5221.775992    248.660948   -134.303927  9  9  4 193       
+PG22  14160.634566  -7187.505200 -21117.901900    150.892519  5  9  7 227       
+PG23  -8160.040434 -13286.492362  21455.438630    316.387024 12  7  6 208       
+PG24 -16794.823290 -14692.121184 -14554.401668    377.908556 14 11 10  84       
+PG25  16697.985483  13411.785728  15706.386976     -0.965322 10  5  7 215       
+PG26  -9354.669670  21457.666504 -12720.913317   -160.172070  7  5  5 245       
+PG27   9002.739212  14533.882439 -19755.027051    251.204317  8  3  9 213       
+PG28 -14603.133849   2421.601776 -21549.990367     28.592131  8  6  8  99       
+PG29  14787.122025   5890.857146  21337.879238    196.498134 10  8  7 218       
+PG30   6783.381975 -17477.267026  18394.439939    333.469766  9  7  4 230       
+PG31  17900.639555  -8794.715955  17851.395364     60.480290  9  7  8 237       
+PG32  -7749.816316 -25616.852954   1351.932500   -226.190613  8  5  7 200       
+*  2011  3 31 23 45  0.00000000
+PG02  -9434.803205  14057.393631  20390.602970    328.178394 10  5 11 149       
+PG03   8855.524663 -24319.509333  -5559.676059    695.924008  7  6  5 201       
+PG04 -21756.890666   7388.223174  13407.890388     75.913591 11 11 13 141       
+PG05  -1110.792167  22400.671930  14125.707505   -137.723262  9  7  8 186       
+PG06  13601.560173 -22613.939719  -1515.976381   -220.441149  7  6  7 196       
+PG07 -25728.970608  -5823.947432   3936.195655      6.977785  9  1  9 198       
+PG08 -25952.147873   -626.988043  -6832.859073      7.625435  8  6  8 174       
+PG09  12114.393598  14149.373595 -19485.795427     71.036772  6  7 11 194       
+PG10 -12527.904230   9422.643345  21186.074894    -70.374657 11  6 10 184       
+PG11 -11963.086140 -14237.252655 -19376.823560   -138.998900  7  7  4 155       
+PG12  11291.197733  24090.384228   1688.289254    -15.113683 10  5  9 146       
+PG13 -14936.559851  -4242.991328  21412.597332    276.896709 12  9  3 216       
+PG14  20281.576061 -12479.219259 -11463.667309    141.108294  8  9  7 175       
+PG15   1580.681461  19630.357551 -17736.027876   -138.808699  6  6  6 186       
+PG16   3255.495228 -20939.341729  15853.014022   -161.820887 11  7  6 224       
+PG17 -20164.276779  12012.529201 -12078.551767    184.204890  8  7 11 208       
+PG18  17701.068000   7705.388328 -18091.014698    129.472528  6  7  9 203       
+PG19   3382.287479 -20818.903218 -15926.982739   -125.834139  9  7  8 219       
+PG20 -14497.278502 -21699.109539   4975.497422     48.818047 10  4  9 217       
+PG21  26204.635514   5481.540691   3003.304781   -134.306550  8  8  1 184       
+PG22  15032.164115  -4880.316361 -21183.371261    150.891796  5 10  8 229       
+PG23  -6578.937921 -15120.041852  20743.447641    316.384676 12  7  7 206       
+PG24 -15013.742138 -14521.944804 -16506.453681    377.911474 14 11 10 137       
+PG25  17168.482750  15032.441202  13592.949742     -0.965651 10  4  8 213       
+PG26 -10318.407436  22256.849627 -10205.785871   -160.181101  8  5  5 246       
+PG27   6565.887985  14359.129011 -20756.468276    251.208473  8  3  9 214       
+PG28 -15422.465368      8.448884 -21143.957336     28.594454  7  6  8  96       
+PG29  13225.826662   7777.566307  21759.533787    196.500634 10  8  7 219       
+PG30   7824.569771 -15466.883315  19708.331678    333.471582  9  7  4 232       
+PG31  19750.207454  -8391.450912  15994.409843     60.484428  9  7  8 236       
+PG32  -7509.388656 -25649.851808  -1469.120187   -226.197172  8  5  7 195       
+*  2011  4  1  0  0  0.00000000
+PG02 -11706.796684  13773.960897  19334.631026    328.180136 10  5 12 154       
+PG03   9379.286407 -24544.659323  -2806.536367    695.927949  8  6  3 208       
+PG04 -23158.135001   7030.369561  11122.883013     75.922520 11 10 13 150       
+PG05  -2043.079586  20916.271422  16158.285813   -137.728557  9  8  8 191       
+PG06  13910.183518 -22458.943628   1301.104616   -220.545386  8  6  6 202       
+PG07 -25109.135611  -5964.471894   6721.209531      6.978416  9  2  9 206       
+PG08 -26538.940337   -833.711901  -4028.057517      7.624119  7  5  7 168       
+PG09   9924.664348  14090.691656 -20760.391287     71.038934  7  7 11 196       
+PG10 -13584.806498   7166.095820  21447.446583    -70.375757 11  6 10 186       
+PG11  -9789.468881 -14732.208053 -20190.981273   -139.001631  7  7  3 141       
+PG12  11116.385893  24198.157863  -1183.466044    -15.111620 10  5 10  74       
+PG13 -13378.754849  -6203.770439  21949.428350    276.895522 12  9  3 218       
+PG14  19512.812469 -11212.850213 -13840.981865    141.110490  8  9  7 179       
+PG15    353.265296  21141.889335 -15964.033917   -138.805777  6  6  6 175       
+PG16   4162.915942 -19236.758599  17719.553155   -161.823509 11  7  5 227       
+PG17 -19430.391104  10641.016767 -14350.587324    184.205419  9  8 11 209       
+PG18  18375.316617   9626.229138 -16487.158183    129.474237  8  7  8 196       
+PG19   4634.095998 -22012.468303 -13842.518204   -125.837693  9  7  8 219       
+PG20 -14407.983519 -22229.045639   2218.784446     48.818484 10  5  9 217       
+PG21  25733.274726   5717.437461   5708.434639   -134.308963  7  7  5 177       
+PG22  16005.081324  -2630.010753 -20878.924955    150.890824  5 10  9 228       
+PG23  -5153.066699 -16953.951309  19672.052795    316.382450 12  7  8 203       
+PG24 -13022.100336 -14413.733223 -18176.425184    377.913912 14 10  8 109       
+PG25  17613.354632  16398.615314  11245.606831     -0.965993 10  5  9 209       
+PG26 -11055.375261  22880.478549  -7515.272873   -160.190655  8  6  5 247       
+PG27   4023.284754  14312.126855 -21380.677823    251.211668  8  2  9 216       
+PG28 -16340.168849  -2290.689959 -20357.674600     28.596481  7  5  8 107       
+PG29  11749.815541   9764.344700  21809.501321    196.502953 10  8  6 220       
+PG30   9028.058941 -13394.457086  20670.810196    333.475907  9  7  4 234       
+PG31  21396.961681  -8112.764602  13868.399592     60.489255  8  7  8 234       
+PG32  -7160.597039 -25400.035678  -4265.437555   -226.203691  8  5  6 196       
+*  2011  4  1  0 15  0.00000000
+PG02 -13855.363394  13600.563181  17942.521700    328.182172 11  5 12 166       
+PG03   9767.007231 -24505.835890     -4.391045    695.933092  9  8  3 210       
+PG04 -24305.281145   6750.109936   8648.032771     75.931549  8  9 13 166       
+PG05  -3152.963840  19293.617842  17911.207285   -137.733448 10  8 10 191       
+PG06  14073.683729 -22039.699951   4095.526823   -220.650808  8  8  6 205       
+PG07 -24190.015911  -6130.261129   9391.940341      6.979520 10    11 208       
+PG08 -26820.225989   -973.073882  -1156.176323      7.624728  8     9 161       
+PG09   7614.995587  14156.781141 -21694.223007     71.040635  9  7 11 198       
+PG10 -14754.565468   4960.695110  21332.179271    -70.375802 11  4 11 187       
+PG11  -7566.645120 -15333.593955 -20668.538664   -139.004202  7  8  4 154       
+PG12  10795.913458  24030.035657  -4035.065680    -15.108712  8  4  9 134       
+PG13 -11910.417095  -8281.827133  22103.577754    276.894035 11  9  5 218       
+PG14  18669.587103  -9692.504772 -15976.308330    141.112632  8 11  7 186       
+PG15   -688.411830  22526.514406 -13915.274843   -138.803125  6  7  8 174       
+PG16   5247.642454 -17413.525385  19278.523467   -161.825971 10  1  6 229       
+PG17 -18635.158676   9027.983626 -16371.010876    184.205515 10  9 10 209       
+PG18  19048.202529  11332.956193 -14597.555577    129.476064  8  7  9 197       
+PG19   5676.961112 -23065.882442 -11515.842393   -125.841166  9  8  7 223       
+PG20 -14185.184985 -22493.032842   -576.035524     48.818351  2  5  7 213       
+PG21  24980.847001   5964.284701   8319.755104   -134.311308  8  6  5 168       
+PG22  17056.645840   -478.130306 -20210.257340    150.890165  5  5 10 228       
+PG23  -3897.810151 -18742.114854  18258.930989    316.380123 10  7  6 199       
+PG24 -10854.789677 -14393.718939 -19535.103212    377.915636 15  8  7 143       
+PG25  17992.694455  17498.693356   8704.788044     -0.966299  9     9 202       
+PG26 -11580.233065  23288.475682  -4694.585167   -160.199490  9  7  4 247       
+PG27   1427.378802  14402.857333 -21614.638133    251.215121  9  2 10 218       
+PG28 -17327.021588  -4433.460996 -19206.672857     28.598519  7  6  9 199       
+PG29  10388.673814  11812.663229  21487.057826    196.505760 10  7  6 218       
+PG30  10382.296382 -11308.300890  21264.193165    333.479847  7  8  6 235       
+PG31  22805.297752  -7933.054663  11508.957318     60.493852  6  8  9 231       
+PG32  -6671.352137 -24885.252285  -6989.715623   -226.210241  2  6  7 195       
+*  2011  4  1  0 30  0.00000000
+PG02 -15838.147317  13519.585519  16237.322140    328.184304 11  6 12 168       
+PG03  10048.560355 -24185.458681   2797.790814    695.938569  9  8  2 214       
+PG04 -25176.919539   6516.619047   6026.083088     75.940355  8  8 12 174       
+PG05  -4441.252029  17577.431077  19354.304638   -137.738738 10  8 10 195       
+PG06  14125.864177 -21345.689294   6818.744099   -220.755816  8  8  5 207       
+PG07 -22988.769667  -6357.360284  11902.889701      6.980261 11    11 211       
+PG08 -26786.578453  -1084.136701   1734.945622      7.625088  8  1 10 177       
+PG09   5230.893900  14360.097710 -22272.698419     71.042658 10  7 11 201       
+PG10 -16012.930212   2849.244232  20843.476158    -70.376343 11  4 12 185       
+PG11  -5335.613424 -16037.210486 -20800.833816   -139.006810  6  8  4 156       
+PG12  10299.023627  23609.117504  -6817.915770    -15.106093  8  3  8 143       
+PG13 -10563.457054 -10435.897387  21872.162365    276.892833 11  9  6 216       
+PG14  17795.357055  -7931.216550 -17832.143162    141.114724  8 11  7 192       
+PG15  -1550.212501  23741.775246 -11625.053497   -138.800140  7  7  8 167       
+PG16   6508.420846 -15517.405369  20503.633441   -161.828517 10     7 231       
+PG17 -17819.874730   7189.486098 -18104.456680    184.206077 10  8 10 202       
+PG18  19683.106696  12806.798999 -12456.129261    129.477880  9  8  9 188       
+PG19   6518.090846 -23937.555413  -8987.330261   -125.844661  9  8  7 227       
+PG20 -13798.336582 -22507.913221  -3360.997851     48.818538  3  6  7 214       
+PG21  23961.280998   6255.383096  10794.719816   -134.313603  8  5  6 157       
+PG22  18158.039271   1538.545187 -19189.479055    150.889688  5  6 10 227       
+PG23  -2820.323000 -20437.428304  16527.853396    316.377918 10  7  7 194       
+PG24  -8552.143345 -14482.039420 -20558.462362    377.917116 15  6  6 138       
+PG25  18266.489705  18329.759870   6014.235396     -0.966668  9    10 196       
+PG26 -11915.170184  23445.863610  -1791.955336   -160.208917 10  7  4 249       
+PG27  -1167.464314  14632.625253 -21452.791891    251.219200 10    10 217       
+PG28 -18348.073512  -6384.218074 -17713.117285     28.600751  7  6  9           
+PG29   9165.132223  13879.762476  20797.784980    196.508240 10  7  6 217       
+PG30  11867.494736  -9255.089615  21477.593291    333.482806  8  8  7 236       
+PG31  23946.151925  -7821.181850   8955.587662     60.498161  6  8 10 227       
+PG32  -6014.166065 -24130.508094  -9595.471133   -226.216760  3  7  7 196       
+*  2011  4  1  0 45  0.00000000
+PG02 -17617.506419  13507.006296  14247.804405    328.186381 11  5 12 176       
+PG03  10257.009456 -23573.993620   5550.559717    695.944720  9  8    217       
+PG04 -25759.418610   6296.119309   3301.957990     75.949586  8  6 12 181       
+PG05  -5900.529006  15813.208315  20462.828815   -137.743838 10  8  9 196       
+PG06  14102.881684 -20374.617348   9423.675360   -220.861483  8  8  3 212       
+PG07 -21530.593333  -6678.225922  14211.190680      6.981274 12    11 213       
+PG08 -26437.417584  -1206.963633   4597.206174      7.624491  9  3 11 177       
+PG09   2819.650876  14705.152654 -22486.798096     71.043209 10  6 11 202       
+PG10 -17329.395280    869.479691  19991.143053    -70.378048 11  4 12 183       
+PG11  -3136.581005 -16832.067714 -20584.772789   -139.009421  6  8  4 160       
+PG12   9600.673712  22965.334434  -9484.525314    -15.103507  8  4  9 164       
+PG13  -9362.520554 -12620.003471  21259.111425    276.891473 11  9  6 214       
+PG14  16931.801418  -5950.873288 -19375.917608    141.116847  8 11  8 196       
+PG15  -2245.675157  24748.721428  -9132.958544   -138.797321  8  7  8 143       
+PG16   7935.521357 -13596.268188  21374.519289   -161.831101 10     7 233       
+PG17 -17023.539767   5149.873501 -19520.704640    184.206165 10  8 10 212       
+PG18  20242.080543  14037.166017 -10100.821989    129.479655 10  9  9 186       
+PG19   7172.554142 -24589.846035  -6301.086219   -125.847882 10  8  6 231       
+PG20 -13221.632437 -22297.416688  -6088.473004     48.818674  3  7  6 214       
+PG21  22695.529145   6621.146934  13093.109332   -134.315771  8  5  7 135       
+PG22  19275.460455   3389.225988 -17834.866655    150.888728  6  6 11 226       
+PG23  -1919.391568 -21993.536355  14508.316676    316.375439 10  7  7 187       
+PG24  -6158.591293 -14691.848858 -21228.120687    377.919955 15  4  2 152       
+PG25  18396.277101  18897.538098   3220.248954     -0.967012  9    10 188       
+PG26 -12088.956792  23324.308018   1142.155815   -160.218350 10  7  3 252       
+PG27  -3707.015530  14993.924496 -20897.256883    251.222381 10  2 10 216       
+PG28 -19364.098039  -8115.189743 -15905.254539     28.602917  6  5  9  18       
+PG29   8094.328333  15920.134165  19753.472168    196.511014 10  7  6 217       
+PG30  13456.275029  -7278.117052  21307.154597    333.486559  8  8  8 236       
+PG31  24798.002444  -7741.788049   6251.100634     60.502649  7  7 10 223       
+PG32  -5167.428074 -23167.051557 -12037.811009   -226.223396  3  7  7 198       
+*  2011  4  1  1  0  0.00000000
+PG02 -19161.861120  13533.422741  12008.013962    328.188322 11  5 13 185       
+PG03  10427.118018 -22670.505186   8204.919015    695.949694  9  8    221       
+PG04 -26047.310501   6053.359677    522.004528     75.959222  8  3 11 180       
+PG05  -7515.272179  14045.545445  21217.868159   -137.749185 11  8 10 196       
+PG06  14041.658996 -19132.594675  11865.529132   -220.966706  8  8  2 216       
+PG07 -19847.861502  -7120.308436  16277.322187      6.982185 12    11 217       
+PG08 -25781.035290  -1380.955371   7382.959986      7.624485  9  4 12 185       
+PG09    428.806663  15188.321158 -22333.171670     71.046503 10  6 10 219       
+PG10 -18668.363396   -947.182779  18791.321506    -70.378408 11  5 12 185       
+PG11  -1007.648839 -17700.692557 -20022.934633   -139.012273  5  8  3 161       
+PG12   8682.686712  22134.255564 -11989.297297    -15.100871  8  5  9 179       
+PG13  -8324.135724 -14785.096016  20275.103003    276.890384 11  9  6 215       
+PG14  16117.138300  -3781.561506 -20580.601807    141.118948  9 11  8 206       
+PG15  -2795.291639  25513.403386  -6482.171579   -138.794745  9  7  8 148       
+PG16   9510.987654 -11696.342945  21877.044307   -161.833728 10     7 235       
+PG17 -16281.286129   2941.022644 -20595.226832    184.206240 10  8 10 197       
+PG18  20687.379357  15021.779251  -7572.873153    129.481608 11 10  9 181       
+PG19   7662.493405 -24990.583271  -3504.144371   -125.851729 10  8  6 232       
+PG20 -12435.155160 -21891.125624  -8711.966197     48.818147  4  7  4 217       
+PG21  21210.857675   7087.850748  15177.571257   -134.318082  9  3  8 108       
+PG22  20371.426710   5050.094611 -16170.499001    150.887889  6  7 11 226       
+PG23  -1185.632624 -23366.576321  12235.058185    316.373181 10  6  7 179       
+PG24  -3721.152911 -15028.704662 -21531.707581    377.922783 16  5    139       
+PG25  18346.747648  19216.003463    370.889604     -0.967366  9  2 10 183       
+PG26 -12135.707736  22903.446495   4055.948889   -160.227488 11  8  3 251       
+PG27  -6139.247480  15470.709121 -19957.843849    251.225463 10  3 10 220       
+PG28 -20333.211023  -9607.300038 -13816.744591     28.604891  6  5  9 172       
+PG29   7183.365816  17887.114980  18371.919073    196.513400  9  7  6 215       
+PG30  15114.640009  -5415.701436  20756.131919    333.489933  9  7  8 237       
+PG31  25347.607119  -7656.782606   3440.950317     60.506833  7  7 11 222       
+PG32  -4116.479714 -22031.220981 -14274.203966   -226.229806  4  7  7 201       
+*  2011  4  1  1 15  0.00000000
+PG02 -20446.821289  13565.317252   9556.700707    328.190437 10  5 13 190       
+PG03  10593.771831 -21482.875471  10713.280409    695.953389 10  8    222       
+PG04 -26043.381466   5753.138189  -2266.767384     75.968113  7  4 10 196       
+PG05  -9262.288461  12316.509484  21606.661709   -137.754356 11  7 10 198       
+PG06  13978.289100 -17633.995627  14102.570700   -221.071845  9  9  1 218       
+PG07 -17979.004628  -7704.825718  18065.774881      6.983112 12    11 218       
+PG08 -24834.315429  -1643.211089  10045.733124      7.625168 10  6 12 189       
+PG09  -1895.388127  15797.941820 -21814.174467     71.048685 10  6 10 210       
+PG10 -19990.508967  -2576.632747  17266.108982    -70.377584 11  5 13 182       
+PG11   1016.434081 -18619.687352 -19123.600698   -139.014722  4  7  3 174       
+PG12   7534.649154  21155.690640 -14289.294006    -15.098327  7  6  8 191       
+PG13  -7456.193503 -16880.827810  18937.371825    276.889105 11  8  6 210       
+PG14  15384.593261  -1460.583643 -21425.201548    141.121439  9 11  9 209       
+PG15  -3225.506479  26008.185669  -3718.703806   -138.791826  9  7  7 141       
+PG16  11209.211349  -9860.560261  22003.482618   -161.836304  9  2  8 234       
+PG17 -15622.977431    601.273331 -21309.619330    184.206394 10  8 10 219       
+PG18  20982.976553  15766.494624  -4916.065244    129.483431 11 10  8 178       
+PG19   8016.048821 -25114.385713   -645.602445   -125.854943 10  8  7 232       
+PG20 -11425.799373 -21323.234355 -11186.887633     48.818919  4  8  2 215       
+PG21  19539.933831   7676.530173  17014.122322   -134.320323  9  1  8  63       
+PG22  21406.227334   6505.005679 -14225.790125    150.887278  7  8 11 226       
+PG23   -602.026120 -24516.847610   9747.461496    316.370758  9  6  7 174       
+PG24  -1287.822303 -15490.256307 -21463.134014    377.925294 16  7  6 161       
+PG25  18087.239273  19306.686942  -2484.847367     -0.967704  9  4 10 168       
+PG26 -12093.399752  22171.936257   6897.257106   -160.237114 11  8  2 252       
+PG27  -8416.312812  16039.061552 -18651.871835    251.227800 10  4 11 221       
+PG28 -21212.583394 -10850.618377 -11485.902529     28.606915  6  5  9  62       
+PG29   6431.187623  19734.533682  16676.641762    196.516004  9  7  5 214       
+PG30  16803.235932  -3699.809812  19834.811309    333.493487  9  8  9 236       
+PG31  25590.448828  -7526.944218    572.525346     60.511637  7  6 11 218       
+PG32  -2854.443281 -20763.094450 -16265.241718   -226.236368  3  8  8 194       
+*  2011  4  1  1 30  0.00000000
+PG02 -21456.041240  13566.515254   6936.640437    328.192300 10  4 13 198       
+PG03  10790.381825 -20027.671890  13030.417459    695.957734 10  8    224       
+PG04 -25758.468760   5361.811695  -5017.437406     75.977583  8  7  9 203       
+PG05 -11111.455731  10664.125006  21622.802176   -137.759690 11  7 10 198       
+PG06  13946.495157 -15901.005857  16096.819149   -221.176861  9  9    221       
+PG07 -15967.164846  -8445.775432  19545.658208      6.984077 13  2 10 220       
+PG08 -23622.156675  -2026.970110  12540.926463      7.625003 10  7 12 190       
+PG09  -4109.464173  16514.703689 -20937.845015     71.050969 10  6  9 210       
+PG10 -21254.284211  -4002.746966  15443.079704    -70.378109 10  5 13 182       
+PG11   2905.402971 -19560.525016 -17900.703339   -139.017507  3  7  4 182       
+PG12   6154.519569  20072.139905 -16344.964731    -15.095505  8  6  8 200       
+PG13  -6757.782341 -18857.388089  17269.392388    276.887905 11  7  7 207       
+PG14  14761.082201    968.812831 -21895.137011    141.123616  9 12  9 215       
+PG15  -3567.477960  26212.826420   -890.576748   -138.789279 10  6  8 137       
+PG16  12997.805714  -8127.045758  21752.588401   -161.838717  9  4  8 234       
+PG17 -15072.037685  -1825.890816 -21651.911480    184.206786 10  8 11 213       
+PG18  21096.001865  16284.823774  -2175.955723    129.485374 11 11  7 180       
+PG19   8266.038596 -24943.722910   2224.291542   -125.858406 10  8  6 230       
+PG20 -10187.937337 -20631.152364 -13471.282121     48.818725  4  9    218       
+PG21  17719.740120   8402.071063  18572.612046   -134.323090 10     9  92       
+PG22  22339.470047   7745.879094 -12034.930220    150.886869  7  8 11 224       
+PG23   -144.762929 -25410.337700   7088.861901    316.368880  9  4  7 168       
+PG24   1094.093193 -16066.252961 -21022.756644    377.928462 16  8  9 172       
+PG25  17593.058982  19197.696137  -5297.873615     -0.968053  9  5 10 162       
+PG26 -12002.197507  21128.162254   9614.578622   -160.246410 11  8  2 254       
+PG27 -10496.339674  16668.227475 -17003.785027    251.231143 10  5 11 218       
+PG28 -21960.172319 -11844.432112  -8954.876205     28.609238  6  4  9 169       
+PG29   5828.767347  21418.350476  14696.486425    196.518123  8  7  4 211       
+PG30  18478.846843  -2154.960522  18560.274555    333.496676  9  8 10 235       
+PG31  25530.870326  -7313.580903  -2305.601379     60.516278  8  4 12 216       
+PG32  -1382.764696 -19404.988158 -17975.375468   -226.242809  3  8  8 185       
+*  2011  4  1  1 45  0.00000000
+PG02 -22181.762798  13499.775290   4193.858823    328.194049  9  3 13 200       
+PG03  11047.337666 -18329.661313  15114.390936    695.962290 10  8    227       
+PG04 -25210.975820   4848.738308  -7683.910324     75.986735  8  9  9 204       
+PG05 -13026.739332   9121.032592  21266.326376   -137.765017 11  7 11 198       
+PG06  13976.206039 -13962.880026  17814.663971   -221.282045  9  9    224       
+PG07 -13858.678479  -9349.224992  20691.238527      6.985129 13  4 10 221       
+PG08 -22176.616526  -2560.188450  14826.501754      7.625389 10  7 12 198       
+PG09  -6174.132071  17312.309383 -19717.822810     71.051583  9  6  9 209       
+PG10 -22417.505741  -5217.749048  13354.721118    -70.378550  9  6 13 189       
+PG11   4634.454044 -20490.557306 -16373.689260   -139.020202  3  7  5 184       
+PG12   4548.922383  18927.149004 -18120.824086    -15.093242  7  7  7 202       
+PG13  -6219.382855 -20667.323470  15300.444128    276.886696 11  6  6 205       
+PG14  14266.162461   3458.942695 -21982.495866    141.125783  9 11  9 216       
+PG15  -3855.651020  26115.279080   1953.036905   -138.786607 10  6  8  94       
+PG16  14838.741547  -6527.820046  21129.553873   -161.841057  9  5  8 234       
+PG17 -14644.556585  -4293.361564 -21616.748045    184.206950 10  7 11 209       
+PG18  20998.051726  16597.183163    600.892172    129.487333 12 11  5 170       
+PG19   8448.450351 -24469.672924   5055.079150   -125.861799 10  8  5 233       
+PG20  -8723.803268 -19854.005070 -15526.508067     48.819138  4  9  2 217       
+PG21  15790.349955   9272.515571  19827.147154   -134.325677 10     9 128       
+PG22  23131.658141   8772.774853  -9636.247948    150.885856  8  9 11 222       
+PG23    215.625209 -26020.040270   4305.764803    316.366386  8  3  6 164       
+PG24   3379.617422 -16738.873936 -20217.428945    377.931300 16  9 10 170       
+PG25  16846.583147  18922.492629  -8019.849562     -0.968412  9  7 10 161       
+PG26 -11902.656788  19780.559800  12158.143791   -160.255386 11  8  2 255       
+PG27 -12344.958029  17321.966723 -15044.584481    251.234213 11  7 11 216       
+PG28 -22536.398588 -12596.952338  -6268.784982     28.611343  7  3  9 146       
+PG29   5359.611369  22898.227683  12465.156040    196.520808  8  6  5 208       
+PG30  20096.054678   -797.449352  16956.016410    333.498991  9  9 10 233       
+PG31  25181.889798  -6980.187303  -5144.455091     60.521040  7  4 12 215       
+PG32    288.558792 -17999.857335 -19373.611771   -226.249471  3  8  9 182       
+*  2011  4  1  2  0  0.00000000
+PG02 -22625.019519  13328.444562   1376.773795    328.196090  9  3 13 207       
+PG03  11390.582386 -16420.985207  16927.419049    695.967940 10  8    229       
+PG04 -24426.126687   4187.601642 -10221.626786     75.995742  8 10  8 211       
+PG05 -14967.443535   7713.370101  20543.692949   -137.769956 11  6 11 195       
+PG06  14092.301473 -11854.942044  19227.393442   -221.387066  9  9    225       
+PG07 -11701.440651 -10412.908501  21482.398808      6.985953 13  3  8 222       
+PG08 -20535.803572  -3264.300880  16863.643760      7.626099 11  7 12 198       
+PG09  -8055.543187  18158.395324 -18173.204637     71.054212  8  6  8 209       
+PG10 -23438.958353  -6222.240850  11037.801457    -70.379706  8  7 13 183       
+PG11   6185.027817 -21374.204375 -14567.293231   -139.023038  3  7  7 184       
+PG12   2733.113423  17763.630708 -19586.069524    -15.090528  7  7  7 208       
+PG13  -5823.413052 -22267.272372  13065.068203    276.884853 10  7  6 199       
+PG14  13911.294187   5959.365200 -21686.156389    141.127897  9 12  8 219       
+PG15  -4126.199970  25712.183612   4762.695140   -138.783824 11  6  6 118       
+PG16  16689.699045  -5087.751171  20145.861031   -161.843779  8  5  8 232       
+PG17 -14348.705148  -6752.062852 -21205.443002    184.207015  9  7 11 196       
+PG18  20666.326644  16729.905086   3367.668023    129.488830 12 12  4 175       
+PG19   8600.807511 -23692.343610   7797.036148   -125.865408 10  8  3 234       
+PG20  -7043.583448 -19031.088970 -17317.857020     48.818917  4  9  2 210       
+PG21  13793.602695  10288.608189  20756.475177   -134.328387 10     9 138       
+PG22  23745.735839   9593.650901  -7071.508368    150.885421  9  9 11 218       
+PG23    512.899100 -26327.009046   1446.992859    316.363881  8  2  7 171       
+PG24   5527.668315 -17483.373129 -19060.434404    377.934248 15  9 12 178       
+PG25  15838.093086  18518.473574 -10604.012284     -0.968761  9  7 10 168       
+PG26 -11833.883400  18147.522458  14480.986343   -160.264687 12  8    256       
+PG27 -13936.485833  17960.152452 -12811.096730    251.236984 11  8 12 213       
+PG28 -22905.704113 -13124.678700  -3474.843073     28.613307  8  2  8 139       
+PG29   5000.552957  24138.973015  10020.656472    196.523106  8  6  5 203       
+PG30  21608.991571    365.070961  15051.427968    333.502051  9  9 10 231       
+PG31  24564.700101  -6494.037366  -7895.463792     60.525275  7  7 12 209       
+PG32   2141.084494 -16589.660185 -20434.150693   -226.255948  2  8  8 177       
+*  2011  4  1  2 15  0.00000000
+PG02 -22795.490036  13018.108813  -1464.724241    328.198146  8    14 214       
+PG03  11840.374064 -14340.027267  18436.666319    695.972437 10  8    231       
+PG04 -23434.988794   3357.570878 -12588.242246     76.005053  9 10  9 215       
+PG05 -16889.649071   6459.918420  19467.649273   -137.775500 11  6 11 193       
+PG06  14313.572831  -9617.369255  20311.629343   -221.492448 10  9  2 228       
+PG07  -9543.212369 -11626.148836  21905.011061      6.987090 13  5  7 222       
+PG08 -18742.553518  -4153.214098  18617.391177      7.626395 11  8 11 200       
+PG09  -9726.371089  19015.682667 -16328.336776     71.055782  8  6  8 210       
+PG10 -24279.954259  -7024.912411   8532.683844    -70.382230  8  7 14 184       
+PG11   7545.366328 -22174.286086 -12511.218872   -139.025848  1  7  8 202       
+PG12    730.615368  16622.216978 -20715.127094    -15.087921  7  7  6 213       
+PG13  -5545.100186 -23619.543608  10602.427917    276.883972 10  5  5 198       
+PG14  13699.440629   8418.672743 -21011.779526    141.130110 10 11  8 221       
+PG15  -4415.404508  25009.027244   7489.573354   -138.781164 11  6  8 132       
+PG16  18505.582402  -3823.794925  18819.033588   -161.846406  8  6  8 232       
+PG17 -14184.482331  -9152.677885 -20425.906960    184.207252  9  7 11 199       
+PG18  20084.558182  16714.051950   6078.052468    129.490751 12 12  2 174       
+PG19   8760.480029 -22620.939969  10402.099965   -125.868936 11  8  5 236       
+PG20  -5165.209983 -18200.338821 -18815.106180     48.818844  4 10  5 207       
+PG21  11771.719157  11443.598443  21344.324686   -134.330132 10  2  9 147       
+PG22  24148.541664  10223.817889  -4385.161380    150.884515  9 10 11 218       
+PG23    783.565315 -26321.101826  -1437.219661    316.361756  7     6 173       
+PG24   7502.476800 -18269.015578 -17571.299221    377.936704 15  9 13 162       
+PG25  14566.313384  18025.412834 -13005.975385     -0.969106  8  7 10 184       
+PG26 -11831.732607  16256.885790  16539.984070   -160.273959 12  8  2 256       
+PG27 -15254.723665  18540.538510 -10345.108227    251.239944 11  9 12 214       
+PG28 -23037.932037 -13451.461586   -621.488251     28.615426  8  3  9 132       
+PG29   4722.808552  25111.801126   7404.669683    196.525658  9  5  5 199       
+PG30  22973.107765   1333.645264  12881.163605    333.504520  9  9 11 229       
+PG31  23707.866059  -5827.651341 -10511.273913     60.529828  7  8 12 203       
+PG32   4148.369400 -15213.749283 -21136.948502   -226.262435  4  8  9 193       
+*  2011  4  1  2 30  0.00000000
+PG02 -22711.004410  12538.164508  -4280.232159    328.200119  7    13 218       
+PG03  12410.292751 -12130.020548  19614.926834    695.975833 10  8    233       
+PG04 -22273.300325   2344.256900 -14744.268020     76.014161 10 11  9 219       
+PG05 -18747.780934   5371.542774  18056.991311   -137.780559 11  6 12 192       
+PG06  14651.936290  -7293.809039  21049.664769   -221.597665 10  9  3 230       
+PG07  -7429.933276 -12970.111195  21951.213513      6.987654 13  6  5 221       
+PG08 -16842.932166  -5232.570129  20057.228245      7.626985 11  8 11 204       
+PG09 -11166.676002  19843.325400 -14212.539701     71.057799  8  6  7 211       
+PG10 -24905.789761  -7641.949214   5882.601840    -70.383018  7  7 14 189       
+PG11   8710.818578 -22853.448585 -10239.724681   -139.028733  2  6  9 198       
+PG12  -1427.466191  15539.704493 -21488.115126    -15.085100  8  7  6 217       
+PG13  -5353.641832 -24693.476685   7955.586897    276.882611 10  5  3 197       
+PG14  13625.021383  10786.313741 -19971.672100    141.132147 10 11  8 222       
+PG15  -4758.025225  24019.968364  10086.338079   -138.778525 11  5  7 139       
+PG16  20240.138986  -2744.547070  17172.296523   -161.848655  8  6  9 230       
+PG17 -14143.799225 -11447.377412 -19292.453079    184.207644  9  7 12 198       
+PG18  19243.696568  16584.080393   8686.927095    129.492527 12 12    175       
+PG19   8963.011046 -21273.475457  12824.758679   -125.872290 11  8  4 239       
+PG20  -3113.866737 -17396.863451 -19992.997382     48.819214  4 10  5 209       
+PG21   9765.901015  12723.310277  21579.698368   -134.332625 11  3  8 144       
+PG22  24312.114306  10685.116371  -1623.555781    150.883805  9 10 11 219       
+PG23   1065.214084 -26001.382240  -4296.164991    316.359652  7  1  4 175       
+PG24   9274.803926 -19060.271761 -15775.484606    377.938769 15  8 14 167       
+PG25  13038.631808  17483.822304 -15184.487380     -0.969456  8  8  9 195       
+PG26 -11927.135623  14144.999459  18296.833038   -160.283003 12  7  4 257       
+PG27 -16293.328825  19020.607957  -7692.399426    251.242702 11 10 12 216       
+PG28 -22909.482375 -13607.309856   2242.466488     28.617629  9  5  9 149       
+PG29   4493.256572  25795.365481   4661.862940    196.528026  9  5  5 196       
+PG30  24146.879574   2117.709102  10484.411835    333.506877  9 10 11 226       
+PG31  22646.245457  -4960.078985 -12946.564528     60.534314  7  9 12 194       
+PG32   6276.746141 -13907.356500 -21468.187217   -226.268978  4  8 10 208       
+*  2011  4  1  2 45  0.00000000
+PG02 -22396.723468  11863.244087  -7019.809733    328.202185  8  2 14 221       
+PG03  13106.539406  -9837.454549  20441.181074    695.980718 11  9  2 236       
+PG04 -20980.144108   1140.431813 -16653.668961     76.023589 10 11 10 221       
+PG05 -20496.246063   4450.949010  16336.221837   -137.785781 11  5 12 190       
+PG06  15111.924723  -4929.881327  21429.703743   -221.702951 10  9  4 231       
+PG07  -5404.103964 -14418.381859  21619.585593      6.988488 13  6  3 221       
+PG08 -14884.615360  -6499.311148  21157.628007      7.626388 12  8 11 205       
+PG09 -12364.519718  20598.415119 -11859.761579     71.059142  7  6  7 207       
+PG10 -25287.047187  -8096.166036   3132.910365    -70.382523  8  9 14 196       
+PG11   9683.876974 -23375.633949  -7791.115421   -139.031334  3  6  9 196       
+PG12  -3703.423095  14547.653803 -21891.216457    -15.082689  8  7  7 218       
+PG13  -5213.607129 -25466.530795   5170.720757    276.881208 10  5  4 194       
+PG14  13674.217776  13014.376644 -18584.526326    141.134375 10 11  8 221       
+PG15  -5185.744695  22767.331091  12507.990138   -138.775657 11  4  8 165       
+PG16  21847.622210  -1850.119609  15234.151506   -161.851411  7  7  8 228       
+PG17 -14210.893339 -13591.481278 -17825.488941    184.207792  9  7 12 199       
+PG18  18142.338821  16376.405101  11151.049555    129.494538 12 12    177       
+PG19   9240.529895 -19676.140759  15022.881753   -125.875824 11  8  3 241       
+PG20   -921.226006 -16651.603768 -20831.637104     48.819385  5 10  5 206       
+PG21   7814.958977  14106.480966  21457.113842   -134.334315 11  4  8 153       
+PG22  24214.802180  11004.852223   1165.866226    150.883151 10 10 11 216       
+PG23   1394.812130 -25376.161716  -7079.610777    316.357321  5  2  4 180       
+PG24  10822.905744 -19818.223843 -13703.961687    377.942010 15  7 14 177       
+PG25  11270.991952  16933.296947 -17102.135853     -0.969791  7  8  9 200       
+PG26 -12144.635951  11855.422719  19718.919959   -160.292582 12  7  6 258       
+PG27 -17055.762973  19359.414378  -4901.714840    251.245474 11 10 12 214       
+PG28 -22504.207380 -13626.999128   5068.644159     28.619922  9  6 10 163       
+PG29   4275.890453  26176.520748   1839.144102    196.530703  9  4  5 191       
+PG30  25093.386582   2734.441226   7904.092415    333.510145  8 10 11 224       
+PG31  21419.670745  -3877.946375 -15158.846315     60.538408  8  9 12 190       
+PG32   8486.406861 -12700.236124 -21420.634153   -226.275411  5  8 10 217       
+*  2011  4  1  3  0  0.00000000
+PG02 -21884.026375  10974.431462  -9634.946091    328.204121  8  4 13 225       
+PG03  13927.559595  -7510.352862  20901.009983    695.984820 11  8  3 237       
+PG04 -19596.514632   -253.512893 -18284.412612     76.032944 11 11 11 222       
+PG05 -22091.078193   3692.762024  14335.114087   -137.790991 10  5 12 182       
+PG06  15690.473860  -2571.623422  21446.002916   -221.808287 10  9  4 232       
+PG07  -3503.299906 -15937.853527  20915.215117      6.989227 13  7  4 220       
+PG08 -12915.201399  -7941.567751  21898.537358      7.626390 12  8 10 208       
+PG09 -13316.304735  21237.595618  -9308.156880     71.062666  8  6  7 208       
+PG10 -25400.697134  -8415.905548    330.324796    -70.383076  9  9 14 200       
+PG11  10473.937188 -23707.536585  -5207.141561   -139.034311  5  6 10 195       
+PG12  -6054.186880  13671.197194 -21916.950850    -15.080121  9  7  8 220       
+PG13  -5086.519669 -25925.061110   2296.279124    276.879834  9  5    195       
+PG14  13825.614838  15059.264668 -16875.043545    141.136255 10 11  8 223       
+PG15  -5725.737258  21280.791454  14712.660695   -138.772755 11  2  8 164       
+PG16  23284.436789  -1132.341478  13037.876865   -161.853799  7  7  8 226       
+PG17 -14363.052322 -15544.989252 -16051.103892    184.207609  8  8 13 198       
+PG18  16786.886234  16127.913935  13429.688808    129.496360 11 12  3 177       
+PG19   9620.317378 -17862.358194  16958.474821   -125.879320 11  8  3 243       
+PG20   1375.556016 -15990.161834 -21316.812963     48.819707  7 10  6 205       
+PG21   5954.015342  15565.364727  20976.785801   -134.336153 11  4  8 148       
+PG22  23842.136247  11214.534607   3935.379704    150.882463 10 10 11 218       
+PG23   1807.022851 -24462.679925  -9738.737814    316.354935  5  4    173       
+PG24  12133.205170 -20502.128320 -11392.675153    377.944305 14  5 15 157       
+PG25   9287.462192  16410.907582 -18725.985698     -0.970063  6  8  9 209       
+PG26 -12501.209276   9437.299573  20780.060440   -160.302221 13  6  7 258       
+PG27 -17554.829758  19519.331812  -2023.705348    251.247383 11 11 12 215       
+PG28 -21814.022553 -13548.539611   7809.867295     28.622083 10  7 10 175       
+PG29   4033.390726  26250.785690  -1015.125802    196.533451 10  2  6 184       
+PG30  25781.695369   3207.810754   5186.002594    333.512778  8 10 11 221       
+PG31  20071.438197  -2576.221149 -17109.230565     60.542964  8  9 12 183       
+PG32  10732.757579 -11615.526357 -20993.876434   -226.281881  6  8 10 217       
+*  2011  4  1  3 15  0.00000000
+PG02 -21209.155257   9860.214573 -12079.492313    328.206016  9  4 13 228       
+PG03  14864.008674  -5196.498227  20986.855384    695.990240 11  9  4 238       
+PG04 -18163.827863  -1829.385852 -19608.964964     76.042146 11 11 11 222       
+PG05 -23491.527345   3083.921134  12088.189200   -137.796283 10  5 12 180       
+PG06  16377.007236   -263.934310  21098.917016   -221.913591 10  9  5 233       
+PG07  -1758.874933 -17489.886356  19849.653607      6.990115 13  7  7 218       
+PG08 -10980.515596  -9538.882240  22265.793205      7.626468 12  8  9 206       
+PG09 -14026.818830  21718.734689  -6599.587130     71.064944  8  5  7 203       
+PG10 -25230.964575  -8633.746845  -2477.840406    -70.382284  9 10 13 209       
+PG11  11096.784662 -23819.988001  -2532.312371   -139.037207  7  7 10 205       
+PG12  -8432.787839  12928.102864 -21564.340706    -15.077515 10  7  9 223       
+PG13  -4932.556833 -26064.754207   -617.884556    276.878399  9  5  2 194       
+PG14  14051.150755  16883.196219 -14873.452434    141.138470 10 11  8 220       
+PG15  -6399.425002  19596.288648  16662.344935   -138.770057 11  2  8 169       
+PG16  24510.706615   -575.272397  10620.961068   -161.856151  7  7  8 224       
+PG17 -14571.614430 -17273.923701 -14000.563120    184.208347  8  8 13 198       
+PG18  15191.428877  15874.486149  15485.216449    129.497987 11 13  5 188       
+PG19  10123.581822 -15871.563086  18598.343598   -125.882548 11  8  2 245       
+PG20   3735.048659 -15431.843545 -21440.223056     48.819616  8 10  6 202       
+PG21   4213.326026  17066.588064  20144.741817   -134.338994 11  4  8 145       
+PG22  23187.435426  11348.467435   6637.779354    150.881657 11 11 10 217       
+PG23   2332.624865 -23286.437832 -12227.045040    316.352651  4  4    176       
+PG24  13200.641941 -21071.072051  -8881.904867    377.946534 14  4 15 181       
+PG25   7119.496968  15949.703511 -20028.140908     -0.970377  5  9  8 211       
+PG26 -13005.426566   6943.488327  21461.075944   -160.311886 13  6  8 259       
+PG27 -17811.838494  19467.637878    890.123131    251.248639 12 12 12 217       
+PG28 -20839.220548 -13411.563984  10420.866288     28.624313 11  8 10 183       
+PG29   3728.755913  26022.487544  -3851.950472    196.535822 10  3  6 184       
+PG30  26187.997609   3567.366320   2377.935154    333.515413  8 10 11 218       
+PG31  18646.660229  -1058.660739 -18763.152673     60.547469  8 10 12 182       
+PG32  12967.992108 -10668.881690 -20194.418111   -226.288415  7  8 11 213       
+*  2011  4  1  3 30  0.00000000
+PG02 -20411.676692   8517.134198 -14310.536760    328.208174  9  6 13 229       
+PG03  15899.058413  -2941.683885  20698.121656    695.993768 11  9  5 238       
+PG04 -16722.425411  -3571.300391 -20604.727881     76.051338 11 11 12  71       
+PG05 -24661.533819   2604.375213   9634.117011   -137.801388  9  5 12 177       
+PG06  17153.813733   1950.925458  20394.850745   -222.018269 10  9  5 233       
+PG07   -194.905749 -19031.702606  18440.757521      6.990989 13  8  8 216       
+PG08  -9122.969071 -11262.766964  22251.458528      7.626647 12  8  8 205       
+PG09 -14508.974985  22002.595789  -3779.042035     71.066379  9  5  7 202       
+PG10 -24769.931597  -8785.074267  -5244.423430    -70.383977 10 10 13 211       
+PG11  11573.822367 -23689.211875    186.868412   -139.039935 10 11 11 212       
+PG12 -10789.976751  12328.133653 -20838.964709    -15.075004 10  6  9 224       
+PG13  -4712.296458 -25890.708519  -3521.397840    276.877097  9  6  4 189       
+PG14  14317.332570  18455.474043 -12614.933802    141.140775 10 11  8 218       
+PG15  -7221.469399  17754.705706  18323.559865   -138.767348 11  2  8 178       
+PG16  25491.709045   -156.007897   8024.478903   -161.858603  6  7  7 219       
+PG17 -14803.202806 -18751.435126 -11709.720894    184.208096  8  8 13 196       
+PG18  13377.363339  15649.564305  17283.650728    129.499671 11 12  6 191       
+PG19  10764.494405 -13747.764306  19914.655022   -125.886369 11  8  4 246       
+PG20   6112.917551 -14988.949793 -21199.615252     48.819894  8 10  6 202       
+PG21   2617.265575  18572.235405  18972.863175   -134.341587 11  5  8 141       
+PG22  22252.124365  11442.249737   9227.161076    150.880853 11 10 10 216       
+PG23   2997.095243 -21880.212614 -14501.201419    316.350771  2  5    184       
+PG24  14028.685052 -21485.653832  -6215.537677    377.949423 14  9 16 180       
+PG25   4804.918062  15577.382713 -20986.220641     -0.970626  5  8  7 214       
+PG26 -13657.001901   4428.534237  21750.189414   -160.321332 13  6  8 259       
+PG27 -17855.446068  19177.867007   3788.424395    251.250398 12 12 12 228       
+PG28 -19588.486065 -13255.695000  12858.927961     28.626227 11  9  9 193       
+PG29   3326.929279  25504.580779  -6622.533508    196.538248 10  3  6 193       
+PG30  26296.462812   3846.823619   -471.210440    333.518903  7 10 10 214       
+PG31  17190.543424    662.080249 -20091.034233     60.551833  9  9 11 186       
+PG32  15142.822848  -9867.917965 -19035.631186   -226.295017  7  8 11 209       
+*  2011  4  1  3 45  0.00000000
+PG02 -19532.827749   6950.102484 -16289.202160    328.210081  9  7 13 229       
+PG03  17009.028482   -788.067677  20041.119560    695.997399 11 10  5 238       
+PG04 -15310.124961  -5456.062498 -21254.413199     76.060222 11 11 12 109       
+PG05 -25571.031349   2228.049100   7015.050769   -137.806522  9  4 12 177       
+PG06  17996.701297   4034.725219  19346.120569   -222.123656 10  9  4 232       
+PG07   1172.579787 -20517.962863  16712.415227      6.991836 13  8 10 215       
+PG08  -7380.034197 -13077.585601  21854.066953      7.625840 12  7  6 204       
+PG09 -14783.246512  22054.448830   -893.981111     71.067227 10  3  8 200       
+PG10 -24017.859175  -8906.560190  -7923.148554    -70.384856 11 11 13 211       
+PG11  11931.065945 -23297.894273   2902.731987   -139.042835 10 10 11 214       
+PG12 -13075.948072  11872.727442 -19752.895939    -15.072367 10  6 11 220       
+PG13  -4388.440807 -25417.160178  -6364.251659    276.875814  9  7  5 189       
+PG14  14586.666859  19753.476400 -10138.965564    141.142908 10 11  9 213       
+PG15  -8199.038092  15800.372793  19667.914772   -138.764575 11  4  9 178       
+PG16  26199.124676    154.256421   5292.419519   -161.861033  6  7  6 216       
+PG17 -15021.142430 -19958.631896  -9218.366167    184.208240  9  8 13 199       
+PG18  11372.757952  15482.828029  18795.150318    129.501681 11 12  7 194       
+PG19  11549.520456 -11537.944443  20885.387036   -125.889505 11  9  3 247       
+PG20   8463.407622 -14666.342252 -20598.834359     48.819885  8 10  4 200       
+PG21   1183.515540  20041.134848  17478.841481   -134.343981 11  5  8 124       
+PG22  21045.754315  11531.242722  11659.671347    150.880280 11 11  9 217       
+PG23   3819.415994 -20282.797232 -16521.826399    316.348449  2  7  2 186       
+PG24  14629.006456 -21709.621880  -3440.264358    377.953653 14 10 16           
+PG25   2386.654188  15315.180885 -21583.741793     -0.970957  4  8  7 214       
+PG26 -14446.745735   1946.582254  21643.227864   -160.330813 12  6  9 258       
+PG27 -17720.240983  18630.885394   6620.965291    251.253535 12 13 11 209       
+PG28 -18078.619576 -13118.949939  15084.482115     28.628437 11  9  9 198       
+PG29   2796.357967  24718.145490  -9279.116965    196.540759 10  4  5 196       
+PG30  26099.779362   4082.513794  -3312.304486    333.522507  6 10 10 209       
+PG31  15746.659453   2564.694327 -21068.867950     60.556534  9 10 11 194       
+PG32  17208.296683  -9211.998562 -17537.556184   -226.301829  8  8 11 175       
+*  2011  4  1  4  0  0.00000000
+PG02 -18613.818507   5172.380045 -17981.346649    328.211946  9  8 12 231       
+PG03  18164.310994   1227.301096  19028.858699    696.002552 10 10  5 237       
+PG04 -13960.867802  -7453.831306 -21546.348234     76.069850 11 12 13 141       
+PG05 -26197.030712   1924.042796   4275.907156   -137.811331  8  5 12 176       
+PG06  18875.901075   5954.498422  17970.730478   -222.228628 10  9  5 232       
+PG07   2336.058439 -21902.463711  14694.161858      6.992751 12  8 10 211       
+PG08  -5782.897268 -14941.732459  21078.764672      7.624840 11  7  5 201       
+PG09 -14876.808213  21845.557777   2006.401432     71.070646 10  2  8 192       
+PG10 -22983.220162  -9034.616948 -10469.333746    -70.386363 11 11 12 177       
+PG11  12197.943617 -22636.019741   5567.323180   -139.045527  8  9 11 213       
+PG12 -15242.098451  11555.013910 -18324.523098    -15.069666 10  6 11 222       
+PG13  -3927.449833 -24666.868592  -9097.663942    276.874207  9  8  5 187       
+PG14  14819.246446  20763.335341  -7488.602424    141.144870 11 12  9 209       
+PG15  -9331.374850  13779.452902  20672.585074   -138.761987 11  5  9 184       
+PG16  26612.058549    388.941927   2470.975541   -161.863627  6  7  6 210       
+PG17 -15187.002661 -20885.106772  -6569.514120    184.208322  9  8 13 200       
+PG18   9211.487322  15399.014140  19994.454967    129.503690 11 12  7 197       
+PG19  12477.070291  -9290.365342  21494.661697   -125.893300 11  9  2 248       
+PG20  10740.885016 -14461.300184 -19647.775814     48.819754  9  9  2 198       
+PG21    -77.508033  21430.305178  15686.041710   -134.347126 11  4  7 127       
+PG22  19585.728799  11649.061483  13894.214260    150.879687 11 10  9 218       
+PG23   4811.151987 -18537.518754 -18254.183125    316.346094  3  7  2 186       
+PG24  15020.829376 -21711.399102   -604.718972    377.957028 14 11 16 165       
+PG25    -88.713607  15177.022137 -21810.401752     -0.971205  4  9  6 215       
+PG26 -15356.922323   -450.670949  21143.629168   -160.339981 12  5  9 258       
+PG27 -17445.140587  17815.654969   9339.498580    251.255990 12 13 12 203       
+PG28 -16333.986489 -13036.234991  17061.625601     28.630726 11  9  9 203       
+PG29   2110.423108  23691.583045 -11775.808866    196.543114 10  5  5 201       
+PG30  25599.371146   4311.757965  -6096.834318    333.525050  6 10  9 202       
+PG31  14355.278070   4619.813740 -21678.710184     60.561121  9  9 10 199       
+PG32  19117.618454  -8692.374853 -15726.552898   -226.308455  8  9 11 203       
+*  2011  4  1  4 15  0.00000000
+PG02 -17694.163588   3205.215969 -19358.154744    328.214281 10  9 12 231       
+PG03  19330.543249   3073.721978  17680.700085    696.006391 10 10  7 237       
+PG04 -12703.511839  -9529.032201 -21474.707264     76.078491 11 11 13 110       
+PG05 -26524.443590   1658.016352   1463.603607   -137.816838  8  5 12 178       
+PG06  19757.187868   7683.577070  16292.066202   -222.334040 10  9  5 230       
+PG07   3296.631490 -23139.890871  12420.686677      6.993554 12  8 11 208       
+PG08  -4355.344598 -16809.072315  19937.339467      7.625329 12  6  3 198       
+PG09 -14822.406112  21354.483269   4871.982638     71.072312 11     9 189       
+PG10 -21682.445251  -9203.872902 -12840.565916    -70.387323 12 11 12 182       
+PG11  12405.947987 -21701.432301   8133.309532   -139.048442  9 10 11 216       
+PG12 -17242.752218  11360.169022 -16578.255788    -15.067366 10  5 12 219       
+PG13  -3301.020364 -23670.189253 -11674.909414    276.872910  9  9  7 190       
+PG14  14974.429140  21480.280118  -4709.705326    141.147045 11 12 10 206       
+PG15 -10609.688298  11738.273689  21320.682571   -138.759417 11  7 10 185       
+PG16  26717.796842    584.633129   -392.197471   -161.866078  5  7  4 205       
+PG17 -15262.204721 -21529.144846  -3808.657227    184.208471 10  8 13 192       
+PG18   6932.164838  15416.923101  20861.270021    129.505442 11 12  8 197       
+PG19  13537.479510  -7052.847056  21732.959441   -125.896763 11 10  5 249       
+PG20  12901.382276 -14363.674470 -18362.245400     48.820188  9 10  4 201       
+PG21  -1162.958689  22696.516978  13623.262982   -134.349425 11  5  8 117       
+PG22  17896.746329  11826.147522  15893.107192    150.878784 12 11  9 220       
+PG23   5975.836175 -16690.598085 -19668.771633    316.343967  6  8  5 187       
+PG24  15229.978555 -21465.432400   2241.420406    377.961504 14 12 17 180       
+PG25  -2572.545851  15168.964135 -21662.256650     -0.971497  3  8  7 217       
+PG26 -16361.988695  -2715.890634  20262.259116   -160.349417 12  6 10 257       
+PG27 -17071.675382  16729.669333  11898.542337    251.259975 12 13 11 205       
+PG28 -14385.715906 -13037.977510  18758.584630     28.632768 11 10  9 205       
+PG29   1248.683852  22459.538473 -14069.384975    196.545747 10  7  5 205       
+PG30  24805.290216   4571.233183  -8777.708491    333.527824  6 10  9 195       
+PG31  13051.830463   6790.933524 -21909.067232     60.565627  9  9  9 201       
+PG32  20827.902571  -8292.677488 -13634.807193   -226.315294  8  9 12 195       
+*  2011  4  1  4 30  0.00000000
+PG02 -16810.112289   1077.169889 -20396.608338    328.216303 10 10 12 235       
+PG03  20469.973671   4727.803354  16021.884304    696.011726 10 11  8 236       
+PG04 -11560.814423 -11641.493870 -21039.663354     76.087944 11 11 14 151       
+PG05 -26546.616359   1393.706638  -1373.734587   -137.821744  8  5 12 183       
+PG06  20603.175685   9202.390998  14338.512698   -222.439329 10 10  7 228       
+PG07   4063.802124 -24187.558544   9931.240084      6.994445 12  8 12 205       
+PG08  -3112.931309 -18630.591214  18448.128045      7.624523 12  6  4 191       
+PG09 -14656.990448  20568.141691   7652.577977     71.074393 11    10 183       
+PG10 -20139.392899  -9445.725875 -14997.338130    -70.388179 12 12 11 183       
+PG11  12587.195276 -20500.091442  10554.899287   -139.051074  9 10 11 218       
+PG12 -19036.785923  11266.095058 -14544.117204    -15.064516  9  5 12 219       
+PG13  -2487.354949 -22463.872833 -14052.101986    276.871624  9 10  7 180       
+PG14  15012.542131  21908.637093  -1850.135790    141.149224 12 12 11 197       
+PG15 -12017.362180   9721.670425  21601.517524   -138.756574 11  8 10 186       
+PG16  26512.272360    779.506407  -3248.742024   -161.868819  5  7  2 199       
+PG17 -15209.632308 -21897.609618   -982.989157    184.208674 10  8 13 192       
+PG18   4576.907983  15548.646058  21380.591481    129.507026 11 12  8 199       
+PG19  14713.315184  -4871.087600  21597.215202   -125.900201 11 10  6 249       
+PG20  14904.090560 -14356.334405 -16763.725428     48.819948  9  9  2 195       
+PG21  -2077.574149  23797.913133  11324.389796   -134.351352 10  5  8 136       
+PG22  16009.982300  12088.474498  17622.677277    150.878096 12 10  8 221       
+PG23   7308.684327 -14789.419237 -20741.812465    316.341535  7  9  6 194       
+PG24  15287.672750 -20953.309949   5048.349457    377.965422 14 12 17 175       
+PG25  -5015.817700  15288.959221 -21141.792014     -0.971809  3  8  8 216       
+PG26 -17429.673287  -4807.798129  19017.052754   -160.358576 11  6 10 256       
+PG27 -16642.233289  15379.059271  14256.058617    251.262993 12 14 10 204       
+PG28 -12270.679527 -13148.938230  20148.116808     28.635100 11 10  8 207       
+PG29    197.885022  21061.589994 -16120.050161    196.548247 10  8  5 209       
+PG30  23735.798174   4895.392464 -11310.006838    333.529905  5 10  8 187       
+PG31  11865.567224   9035.632782 -21755.163218     60.570223  9  9  9 204       
+PG32  22301.775689  -7989.738340 -11299.705018   -226.321962  8 10 12 187       
+*  2011  4  1  4 45  0.00000000
+PG02 -15993.240637  -1176.851460 -21079.832037    328.218068 10 11 12 234       
+PG03  21542.959020   6174.109184  14082.953775    696.016792 10 11  9 235       
+PG04 -10548.643867 -13747.772483 -20247.454879     76.096928 11 11 14 123       
+PG05 -26265.554406   1094.517481  -4187.584688   -137.827281  8  5 11 187       
+PG06  21374.741453  10499.004837  12143.000075   -222.544549 10 10  8 227       
+PG07   4654.917560 -25007.065286   7268.950070      6.995367 11  8 13 200       
+PG08  -2062.472569 -20356.197777  16635.795254      7.623149 11  6  6 187       
+PG09 -14420.158490  19482.568218  10298.855988     71.076952 11  3 10 185       
+PG10 -18384.562872  -9787.024021 -16903.643635    -70.389127 12 12 10 186       
+PG11  12772.953415 -19046.006534  12788.745071   -139.053951 10 11 11 222       
+PG12 -20589.087250  11244.400526 -12257.230241    -15.061928  9  4 13 215       
+PG13  -1472.173109 -21089.639503 -16188.917786    276.870784  9 11  8 188       
+PG14  14896.545922  22061.490784   1041.069964    141.151153 12 13 11 191       
+PG15 -13530.477330   7771.403876  21510.750093   -138.753628 11  9 11 183       
+PG16  26000.222126   1011.698722  -6050.370735   -161.871298  5  8    192       
+PG17 -14995.184590 -22005.515831   1859.385752    184.208811 11  8 13 190       
+PG18   2189.976600  15799.040361  21542.967733    129.508988 12 11  9 198       
+PG19  15979.991437  -2787.087451  21090.799613   -125.903427 11 11  7 249       
+PG20  16712.744014 -14415.892254 -14879.048769     48.819890  9  9    202       
+PG21  -2833.390391  24695.627959   8827.928743   -134.353520 10  6  8 155       
+PG22  13962.041136  12456.434325  19053.791872    150.877455 12 10  8 223       
+PG23   8796.647345 -12880.778593 -21455.614421    316.339108  7 10  7 185       
+PG24  15229.110722 -20164.600478   7767.053504    377.968280 14 13 17 178       
+PG25  -7370.807860  15526.940866 -20257.884483     -0.972098  5  8  9 217       
+PG26 -18522.336554  -6692.574576  17432.500570   -160.367792 11  6 10 255       
+PG27 -16198.332591  13778.378479  16374.029018    251.266971 12 14  9 207       
+PG28 -10030.286505 -13387.238935  21207.854532     28.637120 11 10  8 209       
+PG29  -1047.313093  19540.755494 -17892.145116    196.550657  9  9  6 211       
+PG30  22416.659750   5314.996692 -13651.668183    333.533573  5 10  8 178       
+PG31  10818.468292  11307.048457 -21219.079967     60.574760  9  9  9 204       
+PG32  23508.759814  -7754.706999  -8763.089612   -226.328651  8 11 12 183       
+*  2011  4  1  5  0  0.00000000
+PG02 -15269.259935  -3516.799484 -21397.311064    328.220019 10 11 12  87       
+PG03  22509.527478   7405.474552  11899.089351    696.022068 10 11  9 232       
+PG04  -9675.451613 -15802.618687 -19110.361335     76.105813 11 11 14 142       
+PG05 -25691.829153    725.122073  -6929.841552   -137.832354  8  5 11 197       
+PG06  22032.525664  11569.374408   9742.483404   -222.649689  9 10  8 221       
+PG07   5094.297133 -25565.799294   4480.060254      6.996453 10  9 13 203       
+PG08  -1201.885113 -21936.605659  14530.981627      7.622990 11  6  7 171       
+PG09 -14152.464753  18103.340524  12763.282635     71.080297 12  5 10 191       
+PG10 -16454.080984 -10248.919687 -18527.521854    -70.389714 12 12  9 182       
+PG11  12992.203201 -17360.847332  14794.809070   -139.056762 10 11 11 223       
+PG12 -21871.789737  11261.641868  -9757.205436    -15.059510  8  5 13 216       
+PG13   -249.428368 -19592.584936 -18049.248663    276.868813  9 11  7 174       
+PG14  14593.594492  21960.023436   3914.532854    141.153263 13 13 12 183       
+PG15 -15118.623376   5924.712988  21050.430924   -138.751194 11  9 12 175       
+PG16  25195.030939   1317.675849  -8749.639993   -161.873711  5  8    180       
+PG17 -14589.214075 -21875.308799   4670.245296    184.208972 11  8 13 198       
+PG18   -183.671289  16165.474042  21344.693584    129.510947 12 11  9 198       
+PG19  17306.666354   -837.737058  20223.390555   -125.906930 11 11  7 248       
+PG20  18296.844597 -14513.680201 -12739.983430     48.820269  8  8    194       
+PG21  -3449.155804  25355.339905   6176.429070   -134.356474 10  6  8 195       
+PG22  11793.717439  12943.943811  20162.317139    150.876624 13 10  8 221       
+PG23  10418.795138 -11009.183734 -21798.823436    316.336830  8 10  8 191       
+PG24  15091.910560 -19097.380709  10350.201348    377.972309 14 13 17 186       
+PG25  -9592.739439  15865.232470 -19025.654883     -0.972332  5  7 10 217       
+PG26 -19598.544295  -8344.921269  15539.004898   -160.377035 10  5 10 253       
+PG27 -15778.985833  11950.091103  18218.928908    251.270680 12 15  8 205       
+PG28  -7709.134338 -13763.634375  21920.591141     28.639326 11 11  7 208       
+PG29  -2483.913728  17941.873414 -19354.784730    196.553311  9 10  7 219       
+PG30  20880.181255   5855.809680 -15764.110020    333.535648  6 10  7 181       
+PG31   9924.452311  13555.544185 -20309.762169     60.579333  9  8  9 209       
+PG32  24426.375526  -7554.411523  -6070.422186   -226.335467  8 12 13 176       
+*  2011  4  1  5 15  0.00000000
+PG02 -14657.085363  -5898.878410 -21344.983654    328.221904 10 11 12 129       
+PG03  23330.942080   8422.987317   9509.382244    696.025300 10 11 10 230       
+PG04  -8942.028686 -17760.536816 -17646.583506     76.115308 11 11 14 124       
+PG05 -24844.171791    253.016302  -9553.624536   -137.837529  8  4 11 199       
+PG06  22538.456071  12417.313842   7177.362293   -222.755025  9 10  9 217       
+PG07   5412.080668 -25838.231447   1613.104023      6.996913 10 10 13 198       
+PG08   -520.392893 -23325.221398  12169.819507      7.622397 11  6  8 163       
+PG09 -13893.665538  16445.632129  15001.073560     71.082779 12  7 10 205       
+PG10 -14388.489763 -10845.936191 -19841.551665    -70.390545 12 12  7 190       
+PG11  13270.296456 -15473.243492  16537.165957   -139.059219 11 11 11 225       
+PG12 -22865.233301  11280.777691  -7087.441719    -15.056951  7  5 14 212       
+PG13   1178.293944 -18019.479800 -19601.777744    276.867248 10 12  7 183       
+PG14  14076.433425  21632.562081   6721.355249    141.155425 13 13 12 181       
+PG15 -16745.967396   4213.056387  20228.932544   -138.748310 10 10 12 175       
+PG16  24118.265547   1730.659902 -11300.715527   -161.876044  4  9    156       
+PG17 -13967.796963 -21535.880135   7402.033196    184.209094 11  8 13 200       
+PG18  -2499.858131  16637.851761  20787.931659    129.512781 12 11 10 194       
+PG19  18657.382007    946.382193  19010.742051   -125.910415 11 11  8 247       
+PG20  19632.680805 -14616.944736 -10382.731584     48.820248  8  7    196       
+PG21  -3949.458964  25748.691217   3415.789614   -134.358705 10  6  7 186       
+PG22   9548.611250  13557.804086  20929.499731    150.875876 13 10  8 222       
+PG23  12147.012804  -9215.267710 -21766.552434    316.334756  8 11  8 184       
+PG24  14914.467896 -17758.430851  12752.998036    377.976507 14 13 16 191       
+PG25 -11641.310511  16279.262986 -17466.214761     -0.972617  6  7 11 218       
+PG26 -20614.777556  -9748.742859  13372.134665   -160.386387  9  5 10 252       
+PG27 -15419.208863   9923.791551  19762.105113    251.272968 12 15  7 211       
+PG28  -5353.559081 -14281.049930  22274.510693     28.641552 10 11  7 209       
+PG29  -4100.490311  16309.920856 -20482.415565    196.555882  9 10  7 219       
+PG30  19164.033978   6537.499825 -17612.776642    333.539578  6 10  6 175       
+PG31   9188.920590  15730.507248 -19042.884608     60.583908  8  8 10 209       
+PG32  25040.918555  -7352.901748  -3269.869538   -226.342369  8 12 13 180       
+*  2011  4  1  5 30  0.00000000
+PG02 -14168.196028  -8277.071022 -20925.212931    328.223827 11 12 12  94       
+PG03  23971.201810   9235.647277   6956.061883    696.030866 10 11 11 226       
+PG04  -8341.560507 -19577.380703 -15880.024024     76.124482 11 11 15 149       
+PG05 -23748.769325   -350.036422 -12014.063691   -137.842926  9  4 10 210       
+PG06  22857.239526  13054.174534   4490.846562   -222.861047 10 10  9 211       
+PG07   5642.843542 -25806.942864  -1281.968937      6.997869 10 10 14 200       
+PG08      0.904815 -24479.958716   9593.322098      7.624226 11  6  9 146       
+PG09 -13680.971492  14533.879380  16971.129185     71.083419 12  9 10 237       
+PG10 -12231.385875 -11585.280713 -20823.287161    -70.390339 12 12  5 184       
+PG11  13627.771442 -13417.800828  17984.721155   -139.062345 11 12 11 226       
+PG12 -23558.611508  11262.777120  -4294.353164    -15.053866  6  6 14 213       
+PG13   2799.710868 -16417.027421 -20820.470349    276.866062 10 12  7 175       
+PG14  13324.584774  21113.372320   9413.925307    141.157498 14 14 13 172       
+PG15 -18372.537227   2661.088669  19060.774990   -138.745469  9 10 13 168       
+PG16  22798.914800   2279.174301 -13660.120008   -161.878568  4  9  3  61       
+PG17 -13113.790347 -21021.358629  10008.623394    184.209264 11  8 12 205       
+PG18  -4716.649759  17198.925927  19880.755844    129.514565 12 11 10 192       
+PG19  19992.401209   2541.942446  17474.358610   -125.913769 11 11  9 245       
+PG20  20704.100581 -14690.214860  -7847.348533     48.820398  8  6    193       
+PG21  -4363.597122  25854.509431    594.459512   -134.360794 10  7  7 199       
+PG22   7271.647314  14297.336033  21342.267293    150.875005 13 10  9 221       
+PG23  13946.977900  -7534.378268 -21360.394713    316.332410  8 11  9 188       
+PG24  14734.301204 -16163.092099  14933.979172    377.981480 14 13 16 194       
+PG25 -13482.056204  16738.562113 -15606.310173     -0.972872  6  7 11 216       
+PG26 -21527.200834 -10897.439517  10971.807540   -160.395274  8  5 10 249       
+PG27 -15148.720299   7735.193684  20980.063901    251.276386 12 15  6 210       
+PG28  -3010.130555 -14934.399267  22263.361323     28.643606 10 11  6 208       
+PG29  -5877.426849  14688.334619 -21255.281153    196.558294  8 11  8 222       
+PG30  17309.908226   7372.783094 -19167.613975    333.542277  7 10  6 186       
+PG31   8608.656600  17782.200140 -17440.581990     60.588520  8  8 10 210       
+PG32  25347.878849  -7113.105387   -411.344177   -226.349002  9 13 13 173       
+*  2011  4  1  5 45  0.00000000
+PG02 -13806.304952 -10604.733877 -20146.645721    328.225879 11 12 13 109       
+PG03  24398.423095   9859.726814   4283.699145    696.036177 10 11 11 223       
+PG04  -7859.983526 -21211.927148 -13839.965662     76.133798 12 10 15 152       
+PG05 -22438.289566  -1106.724175 -14269.053014   -137.847914  9  4 10 211       
+PG06  22957.767713  13498.246881   1728.274995   -222.965821 10 10 10 206       
+PG07   5824.034731 -25463.344365  -4154.695841      6.998627  9 10 14 202       
+PG08    388.120830 -25364.900853   6846.654490      7.625181 11  7 10 153       
+PG09 -13547.385482  12401.063308  18636.925086     71.085345 12 10 10 235       
+PG10 -10027.950260 -12466.428879 -21455.630873    -70.390215 12 12  4 173       
+PG11  14079.378857 -11233.875716  19111.824554   -139.065321 11 12 11 228       
+PG12 -23950.279179  11168.317163  -1426.536887    -15.051502  5  7 14 212       
+PG13   4595.108392 -14830.144747 -21684.975107    276.864890 11 13  7 169       
+PG14  12325.276095  20441.246568  11946.689945    141.159670 14 14 12 168       
+PG15 -19955.669458   1285.908074  17566.350665   -138.742837  9 11 13 158       
+PG16  21272.361565   2985.760741 -15787.452490   -161.881039  4 10  4 143       
+PG17 -12017.638736 -20369.722326  12446.055176    184.209467 11  9 12 206       
+PG18  -6795.751393  17824.887465  18637.111235    129.516306 12 10 11 190       
+PG19  21269.688386   3933.528515  15641.084099   -125.917439 11 12  9 244       
+PG20  21503.007265 -14696.793221  -5177.088649     48.820276  8  5    192       
+PG21  -4724.226073  25659.770587  -2237.454452   -134.363946 10  8  7 206       
+PG22   5007.551428  15154.305301  21393.444146    150.874363 13 10  9 220       
+PG23  15779.377354  -5995.393211 -20588.325576    316.330101  9 12 10 190       
+PG24  14586.451936 -14334.794440  16855.731543    377.984664 14 12 16 198       
+PG25 -15087.490447  17207.996856 -13477.868262     -0.973178  5  7 12 213       
+PG26 -22293.412324 -11793.812696   8381.427664   -160.404496  7  5 10 248       
+PG27 -14990.867463   5424.931243  21854.677189    251.279209 12 15  5 209       
+PG28   -724.139685 -15710.688633  21886.571140     28.645790 10 11  5 207       
+PG29  -7787.484773  13117.401169 -21659.785417    196.561122  7 12  8 224       
+PG30  15362.047546   8366.832960 -20403.470639    333.545440  8 10  5 192       
+PG31   8172.086454  19663.589992 -15531.045802     60.592941  7  7 10 212       
+PG32  25351.988475  -6798.522935   2454.476687   -226.355926  9 14 13 175       
+*  2011  4  1  6  0  0.00000000
+PG02 -13567.344612 -12836.199934 -19023.967649    328.228337 11 14 12 152  P   P
+PG03  24586.051871  10317.867701   1538.402597    696.040033  9 11 11 235  P   P
+PG04  -7476.635739 -22627.366817 -11560.646582     76.143845 11 11 14 253  P   P
+PG05 -20950.671727  -2033.118586 -16279.959032   -137.853549  9  7 10 197  P   P
+PG06  22814.384984  13773.905489  -1063.605173   -223.072280  9 11 11 298  P   P
+PG07   5994.301849 -24808.057853  -6955.014974      6.999706 11 10 14 250  P   P
+PG08    673.357257 -25951.736951   3978.300251      7.626450 11  6 10 208  P   P
+PG09 -13520.202638  10087.626195  19967.328990     71.087449 11 13  9 174  P   P
+PG10  -7823.420796 -13480.998154 -21727.139141    -70.393486 11 11  6 317  P   P
+PG11  14633.361898  -8964.160554  19898.763330   -139.067712 10 11 10 216  P   P
+PG12 -24047.707920  10959.500000   1466.101173    -15.049405 11  9 14 185  P   P
+PG13   6536.928748 -13300.329967 -22180.931641    276.863452 14 12  9 173  P   P
+PG14  11074.080963  19657.941114  14276.886202    141.162105 14 14 11 239  P   P
+PG15 -21451.566481     96.601413  15771.554738   -138.740053  7  9 12 153  P   P
+PG16  19579.121864   3865.917337 -17646.069313   -161.883360  6 10  5 191  P   P
+PG17 -10677.901528 -19621.283543  14673.230251    184.209656 12  8 11 201  P   P
+PG18  -8703.786153  18486.221018  17076.685179    129.518191 11  9 10 221  P   P
+PG19  22446.477915   5113.992083  13542.614585   -125.920412  9 13 12 204  P   P
+PG20  22029.557332 -14600.313717  -2417.687086     48.820361  8  3  7 199  P   P
+PG21  -5065.844684  25160.252863  -5029.155527   -134.365761 11  9 12 241  P   P
+PG22   2799.338438  16113.140411  21081.879137    150.873858 13 10  9 188  P   P
+PG23  17601.314427  -4619.802938 -19464.498717    316.327768 11 12  9  80  P   P
+PG24  14502.003860 -12304.276523  18485.527326    377.984442 14 11 15 326  P   P
+PG25 -16437.983812  17649.201855 -11117.453841     -0.973684 12  7 12 206  P   P
+PG26 -22874.105658 -12449.605806   5647.004899   -160.413290  4  6  9 159  P   P
+PG27 -14961.805588   3037.214316  22373.315211    251.283716 11 14  6 322  P   P
+PG28   1461.874339 -16589.406751  21149.304474     28.648109  9 11  3 206  P   P
+PG29  -9796.675828  11632.779097 -21688.746488    196.563445  8 11  7 104  P   P
+PG30  13365.714910   9516.973490 -21300.425635    333.546382  9 10  5 294  P   P
+PG31   7859.889822  21332.079525 -13347.996563     60.597622  5  5 10 236  P   P
+PG32  25066.902173  -6374.887061   5277.127369   -226.363385  9 13 12 265  P   P
+*  2011  4  1  6 15  0.00000000
+PG02 -13439.761257 -14928.328374 -17577.565047    328.230496 11 13 13 230  P   P
+PG03  24513.865284  10637.957000  -1232.976918    696.044375 10 11 10 232  P   P
+PG04  -7165.181378 -23792.653304  -9080.733994     76.153849 12 11 13 296  P   P
+PG05 -19327.727979  -3137.861266 -18012.273591   -137.858699  9  7  9 228  P   P
+PG06  22407.970602  13910.527660  -3837.389494   -223.177571  9 11 10 294  P   P
+PG07   6191.772077 -23850.944017  -9634.171768      7.000596 10  8 13 246  P   P
+PG08    893.221994 -26220.907014   1039.141683      7.626516 11  8 10 251  P   P
+PG09 -13619.744737   7640.061432  20937.316073     71.089329 11 13  5 223  P   P
+PG10  -5661.559932 -14612.918048 -21632.254029    -70.392051 11 11  8 349  P   P
+PG11  15291.021770  -6653.142005  20332.121731   -139.070660 10 10 10 244  P   P
+PG12 -23867.091640  10601.520194   4333.244750    -15.046720 10  9 14 229  P   P
+PG13   8590.655498 -11864.176124 -22300.182443    276.862334 13 10  8 252  P   P
+PG14   9575.249089  18806.520897  16365.221836    141.164253 11 10  9 226  P   P
+PG15 -22816.903424   -905.899220  13707.328540   -138.737341  6  8 10 155  P   P
+PG16  17763.395447   4927.299901 -19203.715827   -161.885834  6  9  6 195  P   P
+PG17  -9101.482912 -18817.102438  16652.563650    184.209764 13  8 11 216  P   P
+PG18 -10413.407647  19148.799568  15224.684485    129.519983  9  8  9 216  P   P
+PG19  23480.871315   6084.492578  11214.944964   -125.924060  9 12 12 247  P   P
+PG20  22292.049756 -14366.305472    383.412238     48.820457  8  6  8 195  P   P
+PG21  -5423.178043  24360.841691  -7730.176163   -134.367995 12 11 12 251  P   P
+PG22    686.866174  17151.437195  20412.483245    150.873135 11  9  5 202  P   P
+PG23  19367.850170  -3421.090104 -18008.945226    316.325480 10  9  9 124  P   P
+PG24  14506.779840 -10108.531531  19795.861951    377.987742 13 13 13 326  P   P
+PG25 -17522.343813  18022.148163  -8565.644860     -0.973943 12  8 12 216  P   P
+PG26 -23234.580987 -12884.714881   2816.278253   -160.422700  5  7  7 248  P   P
+PG27 -15069.948372    618.388201  22528.913467    251.286620 10 13  7 322  P   P
+PG28   3509.509701 -17543.191373  20062.455155     28.650228  8 10  5 212  P   P
+PG29 -11865.408265  10264.212538 -21341.535240    196.566029 10 10  8 201  P   P
+PG30  11365.643329  10812.662524 -21844.043512    333.548996  9  9  3 287  P   P
+PG31   7645.935179  22751.067204 -10930.043488     60.602128  1  6  9 232  P   P
+PG32  24514.531014  -5811.715746   8007.300909   -226.370111  8 11 11 255  P   P
+*  2011  4  1  6 30  0.00000000
+PG02 -13405.099993 -16841.945685 -15833.104864    328.232519 12 13 13 230  P   P
+PG03  24168.731718  10851.831176  -3983.620508    696.048844 10 12 10 214  P   P
+PG04  -6894.778377 -24683.654307  -6442.700541     76.163215 12 11 13 296  P   P
+PG05 -17613.608381  -4421.636595 -19436.200526   -137.863959 10  7  9 229  P   P
+PG06  21726.793490  13941.223586  -6545.788888   -223.282919 10 11 10 294  P   P
+PG07   6452.359512 -22610.775171 -12145.597760      7.001479 10  9 13 247  P   P
+PG08   1087.147142 -26162.402296  -1918.524272      7.626738 11 10 10 261  P   P
+PG09 -13858.392029   5109.233238  21528.556262     71.091323 11 14  4 226  P   P
+PG10  -3583.170869 -15838.895501 -21171.455863    -70.392757 11 11  9 351  P   P
+PG11  16046.586381  -4345.499133  20405.000397   -139.073455 10 10 11 246  P   P
+PG12 -23432.618790  10064.213789   7125.071700    -15.044166 10  9 14 229  P   P
+PG13  10715.962796 -10552.084269 -22040.887608    276.860990 13  9  7 252  P   P
+PG14   7841.715178  17929.673375  18176.497199    141.166418 11 10  9 225  P   P
+PG15 -24010.424438  -1728.645131  11409.124446   -138.734610  6  8 10 150  P   P
+PG16  15871.479479   6169.219583 -20433.098218   -161.888292  6  9  6 201  P   P
+PG17  -7303.556258 -17997.386785  18350.580805    184.209935 13  9 10 219  P   P
+PG18 -11904.202189  19775.183772  13111.514961    129.521800  9  8  9 217  P   P
+PG19  24333.404726   6854.227721   8697.758962   -125.927501  8 12 13 244  P   P
+PG20  22306.508572 -13963.701755   3177.870214     48.820546  8  6  7 199  P   P
+PG21  -5829.531125  23275.463103 -10291.420715   -134.370364 12 11 12 253  P   P
+PG22  -1294.492405  18240.732784  19396.175182    150.872446 11  9  6 204  P   P
+PG23  21033.620034  -2404.424550 -16247.183994    316.323194 10  9 10 149  P   P
+PG24  14620.265863  -7789.523357  20764.888307    377.990743 12 13 13 328  P   P
+PG25 -18338.075635  18286.789650  -5866.336999     -0.974263 11  8 12 215  P   P
+PG26 -23346.053581 -13126.115068    -62.137740   -160.431865  4  6  6 243  P   P
+PG27 -15315.699643  -1784.558561  22319.980901    251.289961 10 13  8 323  P   P
+PG28   5385.754307 -18538.755499  18642.572497     28.652401  7  9  5 210  P   P
+PG29 -13949.862213   9034.486706 -20624.095171    196.568534  9 10  9 198  P   P
+PG30   9404.522626  12235.762896 -22025.557934    333.551525  9  9  3 282  P   P
+PG31   7498.498848  23891.271827  -8319.946860     60.606650  2  5  9 233  P   P
+PG32  23724.064482  -5083.695227  10597.745595   -226.376932  8 12 10 248  P   P
+*  2011  4  1  6 45  0.00000000
+PG02 -13438.852463 -18543.127602 -13821.043977    328.234541 12 12 14 229  P   P
+PG03  23545.108156  10993.861086  -6667.483748    696.053309 10 12 10 189  P   P
+PG04  -6631.446092 -25284.055162  -3692.110628     76.172581 12 11 13 297  P   P
+PG05 -15853.186793  -5876.952075 -20527.166637   -137.869228 10  7  8 231  P   P
+PG06  20767.105083  13901.423825  -9142.413021   -223.388282 10 11 10 294  P   P
+PG07   6808.168369 -21114.567382 -14445.744527      7.002363 10 10 13 249  P   P
+PG08   1295.582463 -25776.183187  -4842.009422      7.626945 11  8 10 268  P   P
+PG09 -14239.962321   2548.497914  21729.850979     71.093324 11 14  6 229  P   P
+PG10  -1624.715540 -17129.163784 -20351.330480    -70.393485 11 10 10 353  P   P
+PG11  16887.385555  -2084.510464  20117.092705   -139.076246 10 10 11 248  P   P
+PG12 -22775.441520   9323.426485   9793.145898    -15.041614 10 10 14 228  P   P
+PG13  12868.086516  -9387.222152 -21407.542289    276.859644 12  9  7 251  P   P
+PG14   5894.787614  17068.053425  19680.161016    141.168585 11 10  8 225  P   P
+PG15 -24994.468667  -2386.193994   8916.301355   -138.731881  5  8 10 146  P   P
+PG16  13950.102855   7582.459856 -21312.384744   -161.890752  7  9  6 206  P   P
+PG17  -5307.185048 -17199.935869  19738.453941    184.210107 12  9  9 223  P   P
+PG18 -13163.341959  20326.082176  10772.360945    129.523615  8  7  9 219  P   P
+PG19  24968.530152   7439.867261   6033.772391   -125.930940  9 12 13 242  P   P
+PG20  22095.972274 -13366.233518   5917.293801     48.820634  8  7  7 206  P   P
+PG21  -6315.188896  21926.639758 -12666.200699   -134.372734 12 12 11 255  P   P
+PG22  -3115.010159  19347.522653  18049.734028    150.871757 10  8  7 207  P   P
+PG23  22554.465098  -1566.679736 -14209.752987    316.320906  9  9 10 167  P   P
+PG24  14854.802123  -5392.725624  21376.743003    377.993702 12 13 12 329  P   P
+PG25 -18891.313190  18404.722834  -3065.989323     -0.974587 11  8 12 216  P   P
+PG26 -23186.719421 -13206.556359  -2939.569040   -160.441025  4  6  5 238  P   P
+PG27 -15691.468148  -4125.491017  21750.554927    251.293363 10 13  9 323  P   P
+PG28   7064.061286 -19538.048114  16911.714853     28.654574  6  9  5 208  P   P
+PG29 -16003.541036   7958.666660 -19548.842631    196.571037  9 11  9 193  P   P
+PG30   7521.572310  13761.090854 -21841.984398    333.554031  9  8  2 276  P   P
+PG31   7381.714957  24731.767372  -5563.801150     60.611175  5  5  9 234  P   P
+PG32  22730.728685  -4171.838384  13004.092503   -226.383761  8 12 10 240  P   P
+*  2011  4  1  7  0  0.00000000
+PG02 -13511.530608 -20004.279072 -11576.079019    328.236562 13 12 14 228  P   P
+PG03  22645.263642  11099.472312  -9239.999697    696.057773 11 12 10 199  P   P
+PG04  -6339.580911 -25585.973269   -876.827304     76.181943 12 11 13 298  P   P
+PG05 -14090.428389  -7488.236308 -21266.248430   -137.874503 11  6  7 232  P   P
+PG06  19533.444521  13827.375914 -11582.553213   -223.493660 10 11 10 294  P   P
+PG07   7286.056908 -19396.599612 -16494.855855      7.003250 11 10 13 249  P   P
+PG08   1558.143493 -25072.194424  -7679.270057      7.627146 12  7 10 274  P   P
+PG09 -14759.470498     11.710325  21537.402078     71.095337 11 14  8 231  P   P
+PG10    182.914487 -18448.493142 -19184.545368    -70.394236 11 10 11 356  P   P
+PG11  17794.321890     89.462658  19474.620389   -139.079031 10  9 11 249  P   P
+PG12 -21932.384573   8362.145631  12291.278739    -15.039064 10 10 14 227  P   P
+PG13  14999.367055  -8384.765260 -20410.897407    276.858299 12  9  7 251  P   P
+PG14   3763.528279  16258.719163  20850.794144    141.170758 11 11  8 224  P   P
+PG15 -25736.369223  -2899.847013   6271.460852   -138.729154  5  8 10 150  P   P
+PG16  12044.742701   9149.424448 -21825.625909   -161.893212  7  9  6 211  P   P
+PG17  -3142.653411 -16458.684763  20792.471089    184.210282 12 10  8 225  P   P
+PG18 -14185.958288  20761.920211   8246.664634    129.525430  8  6  9 220  P   P
+PG19  25355.957758   7864.713600   3268.038857   -125.934378  9 12 13 239  P   P
+PG20  21689.515657 -12553.650587   8554.089986     48.820724  8  7  6 213  P   P
+PG21  -6905.938681  20344.683795 -14811.229786   -134.375103 12 12 11 256  P   P
+PG22  -4751.556777  20434.485178  16395.558661    150.871067 10  8  7 210  P   P
+PG23  23889.017915   -896.765074 -11931.671010    316.318618  8  9 11 180  P   P
+PG24  15215.069255  -2965.541634  21621.762538    377.996618 12 12 12 330  P   P
+PG25 -19196.423474  18340.795372   -212.823732     -0.974910 10  9 12 216  P   P
+PG26 -22742.548981 -13163.086476  -5768.049919   -160.450177  3  6  5 232  P   P
+PG27 -16181.960448  -6360.584540  20830.107483    251.296827 10 13 10 322  P   P
+PG28   8525.207605 -20499.616314  14897.225144     28.656750  5  9  6 208  P   P
+PG29 -17978.937758   7043.649588 -18134.448938    196.573538  8 11  9 187  P   P
+PG30   5751.247211  15357.222743 -21296.162454    333.556517  8  8  2 269  P   P
+PG31   7257.193526  25260.687040  -2710.158740     60.615703  6  5  9 235  P   P
+PG32  21574.337928  -3064.376104  15185.599501   -226.390592  8 12 10 230  P   P
+*  2011  4  1  7 15  0.00000000
+PG02 -13589.923174 -21204.977591  -9136.547417    328.238576 13 11 14 225  P   P
+PG03  21479.227482  11203.654927 -11658.736408    696.062236 11 12 11 222  P   P
+PG04  -5983.559367 -25590.252818   1953.846434     76.191304 13 12 13 298  P   P
+PG05 -12366.800401  -9232.252546 -21640.507162   -137.879785 11  7  7 233  P   P
+PG06  18038.640595  13754.606226 -13823.952437   -223.599053 10 11 10 293  P   P
+PG07   7906.419880 -17497.160602 -18257.663279      7.004138 11 10 12 250  P   P
+PG08   1911.796493 -24069.976625 -10379.927282      7.627336 11  7 10 279  P   P
+PG09 -15403.282614  -2448.793578  20954.902082     71.097361 11 14 10 232  P   P
+PG10   1815.426801 -19757.431494 -17689.729397    -70.395013 11  9 11 357  P   P
+PG11  18742.613204   2140.354139  18490.135049   -139.081812 10  9 12 250  P   P
+PG12 -20944.446986   7171.350908  14576.343386    -15.036516 10 10 13 227  P   P
+PG13  17060.907792  -7551.447229 -19067.785089    276.856954 12  8  8 249  P   P
+PG14   1483.846315  15533.715533  21668.515590    141.172931 11 11  7 223  P   P
+PG15 -26209.673398  -3296.630675   3519.734371   -138.726425  5  8 11 156  P   P
+PG16  10197.986501  10844.615724 -21963.083590   -161.895675  7  9  6 215  P   P
+PG17   -846.528796 -15802.401935  21494.431606    184.210459 11 10  8 227  P   P
+PG18 -14975.213645  21044.459157   5577.507761    129.527243  7  6  9 222  P   P
+PG19  25471.811797   8157.621991    447.227271   -125.937814  9 12 14 236  P   P
+PG20  21121.040704 -11512.719732  11042.316159     48.820814  8  8  6 219  P   P
+PG21  -7621.785984  18566.559342 -16687.546469   -134.377473 12 12 10 257  P   P
+PG22  -6188.303485  21461.870315  14461.334976    150.870378 10  8  7 213  P   P
+PG23  25000.185827   -376.257668  -9451.839827    316.316328  8  9 11 189  P   P
+PG24  15697.885994   -555.666876  21496.589858    377.999489 12 12 12 331  P   P
+PG25 -19275.299768  18064.600065   2644.007765     -0.975237 10  9 12 217  P   P
+PG26 -22007.791697 -13035.460761  -8501.035652   -160.459325  4  6  5 228  P   P
+PG27 -16764.740151  -8449.698804  19573.404604    251.300349  9 12 11 321  P   P
+PG28   9757.900863 -21380.127558  12631.422781     28.658927  2  9  5 210  P   P
+PG29 -19829.251175   6288.047714 -16405.508300    196.576035  7 11 10 179  P   P
+PG30   4122.118534  16987.533355 -20396.727270    333.558988  8  8  2 261  P   P
+PG31   7085.737365  25475.570315    190.884509     60.620235  8  6  9 236  P   P
+PG32  20297.702993  -1757.351659  17105.801141   -226.397426  8 12  9 220  P   P
+*  2011  4  1  7 30  0.00000000
+PG02 -13638.486650 -22132.554222  -6543.789591    328.240596 13 11 15 224  P   P
+PG03  20064.469682  11339.514926 -13884.004918    696.066703 11 12 10 239  P   P
+PG04  -5529.362658 -25306.422191   4750.074952     76.200654 13 11 13 298  P   P
+PG05 -10719.786290 -11078.814039 -21643.225899   -137.885075 11  7  7 234  P   P
+PG06  16303.505750  13716.405769 -15827.549314   -223.704458 10 11 10 292  P   P
+PG07   8682.237768 -15461.074909 -19703.992375      7.005029 11 10 12 250  P   P
+PG08   2389.160568 -22797.892145 -12896.244909      7.627512 11  8 10 283  P   P
+PG09 -16149.658403  -4784.145490  19993.442158     71.099395 11 14 11 231  P   P
+PG10   3255.914963 -21013.734009 -15891.251756    -70.395817 11  9 11 359  P   P
+PG11  19702.770900   4037.578187  17182.195959   -139.084588 10  9 12 251  P   P
+PG12 -19855.157710   5750.550416  16609.026380    -15.033968 10 11 13 226  P   P
+PG13  19004.289190  -6885.435482 -17400.851097    276.855609 11  7  9 248  P   P
+PG14   -902.662055  14918.856851  22119.306067    141.175107 10 11  7 221  P   P
+PG15 -26395.139105  -3608.062565    708.032334   -138.723697  6  8 11 164  P   P
+PG16   8448.002890  12635.430359 -21721.459973   -161.898140  6  9  6 219  P   P
+PG17   1539.511119 -15253.588038  21831.962367    184.210639 10 10  7 228  P   P
+PG18 -15542.062218  21138.401409   2810.901332    129.529055  7  5  9 223  P   P
+PG19  25299.559590   8351.720837  -2381.119856   -125.941248 10 12 14 233  P   P
+PG20  20427.883147 -10237.956957  13338.510112     48.820902  9  8  6 225  P   P
+PG21  -8475.925750  16634.465451 -18261.334337   -134.379841 12 12  9 258  P   P
+PG22  -7417.153621  22389.002160  12279.612997    150.869688 10  7  8 216  P   P
+PG23  25856.479160     19.693338  -6812.396321    316.314037  7  8 11 198  P   P
+PG24  16292.322055   1790.543678  21004.173594    378.002317 12 12 11 331  P   P
+PG25 -19156.371365  17551.795620   5455.273356     -0.975564  9  9 12 219  P   P
+PG26 -20985.184343 -12864.498535 -11094.056410   -160.468470  3  6  5 227  P   P
+PG27 -17411.035604 -10357.628661  18000.320384    251.303930  9 12 11 319  P   P
+PG28  10759.105791 -22136.003474  10151.206918     28.661104     9  6 214  P   P
+PG29 -21510.084017   5682.405848 -14392.097909    196.578532  7 11 10 167  P   P
+PG30   2655.967794  18611.432363 -19158.009844    333.561445  8  8  2 252  P   P
+PG31   6829.085045  25383.342680   3088.620463     60.624770  8  6  9 236  P   P
+PG32  18944.962550   -254.901728  18733.057607   -226.404261  7 12  9 209  P   P
+*  2011  4  1  7 45  0.00000000
+PG02 -13620.819002 -22782.396088  -3841.481524    328.242620 14 10 15 224  P   P
+PG03  18425.329326  11536.916260 -15879.415071    696.071172 11 12 10 251  P   P
+PG04  -4946.153790 -24752.310680   7462.426251     76.210002 13 12 13 298  P   P
+PG05  -9181.559962 -12991.775846 -21274.043621   -137.890368 12  8  7 236  P   P
+PG06  14356.228999  13742.398989 -17558.182343   -223.809875 10 11  9 291  P   P
+PG07   9618.429618 -13336.067908 -20809.269581      7.005923 11 11 11 251  P   P
+PG08   3017.001137 -21292.001353 -15184.039758      7.627671 11  8 10 286  P   P
+PG09 -16969.656111  -6950.735651  18671.241758     71.101444 11 14 12 230  P   P
+PG10   4495.369129 -22173.931797 -13818.897095    -70.396648 11  8 12 360  P   P
+PG11  20641.769270   5756.977076  15574.937539   -139.087358  9  9 12 251  P   P
+PG12 -18708.851569   4107.981937  18354.503076    -15.031421 10 11 12 225  P   P
+PG13  20783.276393  -6376.536557 -15438.197293    276.854265 11  6  9 246  P   P
+PG14  -3350.086614  14432.752685  22195.244832    141.177287  9 11  6 220  P   P
+PG15 -26281.470783  -3868.748466  -2115.733546   -138.720969  7  9 11 172  P   P
+PG16   6827.181336  14483.246558 -21104.018254   -161.900607  6  9  6 222  P   P
+PG17   3970.046851 -14827.617114  21798.749201    184.210822  9 10  7 229  P   P
+PG18 -15904.701399  21012.916003     -5.007324    129.530868  6  6  9 225  P   P
+PG19  24830.680837   8482.979110  -5169.338518   -125.944682 10 12 14 229  P   P
+PG20  19649.289434  -8732.061660  15402.482614     48.820993  9  8  6 230  P   P
+PG21  -9474.018196  14594.205004 -19504.614105   -134.382210 12 13  8 258  P   P
+PG22  -8437.880809  23175.840126   9887.297466    150.868997  9  7  8 219  P   P
+PG23  26433.137845    321.225606  -4058.024262    316.311747  6  9 11 204  P   P
+PG24  16980.118125   4029.642747  20153.663916    378.005103 12 11 11 331  P   P
+PG25 -18873.368684  16785.202020   8172.514274     -0.975892  9 10 12 219  P   P
+PG26 -19685.866260 -12690.443240 -13505.311218   -160.477613  4  5  6 230  P   P
+PG27 -18086.772242 -12055.194670  16135.604638    251.307566  8 12 12 316  P   P
+PG28  11534.070015 -22725.109883   7497.567230     28.663284     9  5 219  P   P
+PG29 -22981.056232   5209.743883 -12129.238807    196.581026  6 12 10 151  P   P
+PG30   1367.124996  20185.758993 -17599.864683    333.563895  8  7  3 246  P   P
+PG31   6451.607427  24999.933507   5932.655689     60.629309  9  7  9 236  P   P
+PG32  17559.904149   1430.779349  20040.999454   -226.411094  7 12  9 208  P   P
+*  2011  4  1  8  0  0.00000000
+PG02 -13501.163055 -23157.963597  -1074.946167    328.244638 14 10 15 224  P   P
+PG03  16592.213848  11821.258018 -17612.377525    696.075648 11 12 10 259  P   P
+PG04  -4207.738952 -23953.336261  10042.815406     76.219340 13 13 13 298  P   P
+PG05  -7777.870955 -14930.267117 -20538.982876   -137.895668 12  8  8 238  P   P
+PG06  12231.486347  13857.252789 -18985.240281   -223.915302 10 11  9 290  P   P
+PG07  10711.533508 -11171.035313 -21554.921918      7.006819 11 11 10 250  P   P
+PG08   3814.979158 -19594.641177 -17203.502242      7.627811 11  9 10 289  P   P
+PG09 -17828.355277  -8911.765597  17013.211064     71.103505 11 14 13 227  P   P
+PG10   5532.885502 -23194.982730 -11507.435766    -70.397507 11  7 12 362  P   P
+PG11  21524.353959   7281.499017  13697.542055   -139.090124  9 10 13 251  P   P
+PG12 -17548.934382   2260.472842  19783.025491    -15.028876 10 11 12 225  P   P
+PG13  22355.458125  -6006.723950 -13212.938071    276.852921 10  6 10 244  P   P
+PG14  -5809.740652  14086.113046  21894.656166    141.179469  8 11  6 217  P   P
+PG15 -25865.767574  -4114.864013  -4903.443271   -138.718241  8  9 11 179  P   P
+PG16   5360.995674  16344.765012 -20120.588682   -161.903076  6 10  7 224  P   P
+PG17   6397.433168 -14532.153400  21394.678553    184.211007  8 10  8 230  P   P
+PG18 -16087.729773  20643.018864  -2820.797178    129.532679  6  7  9 227  P   P
+PG19  24065.053462   8588.672926  -7870.396890   -125.948113 11 12 14 226  P   P
+PG20  18824.824814  -7006.032228  17198.055775     48.821083  9  9  6 234  P   P
+PG21 -10613.802352  12493.415985 -20395.787125   -134.384578 12 13  7 259  P   P
+PG22  -9257.966990  23784.540080   7325.057151    150.868305  9  7  8 222  P   P
+PG23  26713.017483    562.429055  -1235.235003    316.309455  6  9 11 210  P   P
+PG24  17736.393558   6122.535336  18960.210305    378.007845 12 11 12 330  P   P
+PG25 -18463.892175  15755.627023  10748.884983     -0.976222  9 10 12 220  P   P
+PG26 -18129.012940 -12551.380122 -15696.202813   -160.486758  4  5  6 235  P   P
+PG27 -18753.800200 -13520.139576  14008.602213    251.311251  7 12 12 312  P   P
+PG28  12096.038258 -23108.442252   4715.000345     28.665463  4  9  4 224  P   P
+PG29 -24207.269980   4846.401468  -9656.268196    196.583517  6 12 11 126  P   P
+PG30    262.075448  21666.289615 -15747.423454    333.566340  8  7  3 249  P   P
+PG31   5921.888619  24349.552836   8673.814441     60.633850 10  7 10 235  P   P
+PG32  16184.338551   3279.783153  21008.867820   -226.417924  7 12  8 216  P   P
+*  2011  4  1  8 15  0.00000000
+PG02 -13245.886351 -23270.524953   1709.548611    328.246658 14  9 15 224  P   P
+PG03  14600.598419  12212.426041 -19054.550899    696.080131 11 12  9 266  P   P
+PG04  -3293.848691 -22941.491289  12445.432151     76.228673 13 14 13 298  P   P
+PG05  -6527.183811 -16850.118357 -19450.369043   -137.900971 12  8  9 241  P   P
+PG06   9969.298746  14079.578808 -20083.244622   -224.020738 10 11  8 288  P   P
+PG07  11949.725174  -9014.285610 -21928.664557      7.007717 11 11 10 250  P   P
+PG08   4794.707497 -17752.770583 -18919.909015      7.627931 11  9 10 292  P   P
+PG09 -18686.337661 -10638.495805  15050.363771     71.105579 11 14 14 222  P   P
+PG10   6375.560484 -24035.941844  -8996.090453    -70.398396 11  6 12 363  P   P
+PG11  22314.433747   8601.586123  11583.634345   -139.092882  9 10 13 251  P   P
+PG12 -16416.205634    232.965844  20870.413375    -15.026330 10 12 11 225  P   P
+PG13  23683.756674  -5750.969708 -10762.675667    276.851578  9  6 10 241  P   P
+PG14  -8231.808404  13881.359337  21222.162421    141.181654  7 11  6 214  P   P
+PG15 -25153.666971  -4382.578299  -7607.565239   -138.715513  8  9 11 185  P   P
+PG16   4067.138707  18173.554742 -18787.455444   -161.905549  4  9  7 227  P   P
+PG17   8773.409236 -14366.867577  20625.884945    184.211195  7 11  9 230  P   P
+PG18 -16121.040676  20010.745861  -5586.689154    129.534491  5  7  9 228  P   P
+PG19  23011.041710   8705.806679 -10438.641840   -125.951544 11 11 13 221  P   P
+PG20  17992.776739  -5078.955549  18693.731214     48.821174  9  9  7 238  P   P
+PG21 -11885.062800  10379.747752 -20920.016765   -134.386946 12 13  7 259  P   P
+PG22  -9892.143803  24180.955634   4636.659860    150.867610  9  8  8 224  P   P
+PG23  26687.204434    779.867511   1608.373740    316.307164  6  9 11 215  P   P
+PG24  18530.612220   8035.749324  17444.667528    378.010548 12 12 12 329  P   P
+PG25 -17967.841174  14462.390836  13139.965712     -0.976553  8 11 12 221  P   P
+PG26 -16341.207023 -12481.760707 -17631.815482   -160.495904  5  4  7 240  P   P
+PG27 -19371.282424 -14737.801205  11652.920733    251.314982  7 11 12 308  P   P
+PG28  12465.655160 -23251.741979   1850.832800     28.667643  5  9  5 228  P   P
+PG29 -25160.568982   4563.149897  -7016.135650    196.586008  6 12 11 130  P   P
+PG30   -660.648304  23009.308494 -13630.773060    333.568786  7  7  5 257  P   P
+PG31   5214.128671  23463.661447  11264.999737     60.638395 10  8  9 234  P   P
+PG32  14856.586287   5265.118654  21621.752276   -226.424748  6 12  8 226  P   P
+*  2011  4  1  8 30  0.00000000
+PG02 -12824.885796 -23138.619531   4465.498377    328.248668 15  8 15 221  P   P
+PG03  12489.859985  12723.952290 -20182.233280    696.084624 11 12  9 272  P   P
+PG04  -2191.181593 -21754.067013  14627.629198     76.237994 13 14 12 297  P   P
+PG05  -5440.105379 -18705.430312 -18026.641003   -137.906278 12  9  9 243  P   P
+PG06   7613.678311  14421.075514 -20832.350470   -224.126181 10 11  7 287  P   P
+PG07  13313.171757  -6911.823792 -21924.673713      7.008619 11 11 10 249  P   P
+PG08   5959.150759 -15816.156726 -20304.214011      7.628029 11  9 10 294  P   P
+PG09 -19501.355068 -12111.138152  12819.102892     71.107666 10 14 15 214  P   P
+PG10   7038.067469 -24659.585527  -6327.903345    -70.399311 11  6 12 364  P   P
+PG11  22976.498423   9715.265094   9270.615862   -139.095635  9 10 13 250  P   P
+PG12 -15347.303829  -1942.269143  21598.441708    -15.023785 10 12 10 225  P   P
+PG13  24737.752829  -5578.349988  -8128.900273    276.850237  8  7 11 238  P   P
+PG14 -10567.043668  13812.556921  20188.641254    141.183839  6 11  6 212  P   P
+PG15 -24159.178281  -4706.478995 -10181.944893   -138.712784  9  9 11 190  P   P
+PG16   2954.965214  19921.745581 -17127.122220   -161.908025  3  9  7 229  P   P
+PG17  11050.745082 -14323.465954  19504.700502    184.211387  6 11  9 229  P   P
+PG18 -16038.493244  19106.063679  -8253.494770    129.536302  5  8  9 230  P   P
+PG19  21685.282292   8869.545875 -12830.529388   -125.954972 11 11 13 217  P   P
+PG20  17188.618436  -2977.476468  19863.273404     48.821265 10 10  7 241  P   P
+PG21 -13269.946865   8299.066051 -21069.441215   -134.389313 12 13  8 259  P   P
+PG22 -10361.652239  24336.020707   1868.242135    150.866915  8  8  8 226  P   P
+PG23  26355.338924   1011.010679   4424.872089    316.304872  6 10 11 220  P   P
+PG24  19327.768039   9742.487781  15633.216872    378.013212 13 12 12 328  P   P
+PG25 -17425.764335  12913.527706  15304.532882     -0.976884  9 11 12 222  P   P
+PG26 -14355.572013 -12511.078066 -19281.338712   -160.505054  6  3  7 246  P   P
+PG27 -19897.203408 -15701.537157   9106.042819    251.318755  7 11 13 301  P   P
+PG28  12670.069169 -23126.977369  -1045.545241     28.669824  6 10  6 232  P   P
+PG29 -25820.543341   4326.525629  -4254.637139    196.588496  6 12 11 156  P   P
+PG30  -1410.281547  24173.188580 -11284.556759    333.571238  7  7  5 266  P   P
+PG31   4309.314160  22379.680295  13661.996915     60.642944 11  8  9 233  P   P
+PG32  13610.128596   7353.602044  21870.730304   -226.431566  6 12  9 235  P   P
+*  2011  4  1  8 45  0.00000000
+PG02 -12212.868429 -22787.270290   7146.870089    328.250679 15  8 15 220  P   P
+PG03  10301.984799  13362.408654 -20976.697165    696.089127 11 12  8 276  P   P
+PG04   -894.163393 -20432.170169  16550.748583     76.247304 13 15 12 297  P   P
+PG05  -4519.123045 -20450.225144 -16292.054811   -137.911586 12  9 10 246  P   P
+PG06   5211.112898  14885.947975 -21218.753095   -224.231631  9 11  7 286  P   P
+PG07  14774.704397  -4905.742152 -21543.644668      7.009522 10 11 10 249  P   P
+PG08   7302.388498 -13835.480571 -21333.508834      7.628105 10  9  9 295  P   P
+PG09 -20230.105685 -13319.361963  10360.405908     71.109765 11 13 15 201  P   P
+PG10   7541.927183 -25033.922993  -3549.011211    -70.400255 11  7 12 365  P   P
+PG11  23477.006679  10627.945433   6798.955007   -139.098383  9 10 13 249  P   P
+PG12 -14373.333886  -4226.704664  21955.120080    -15.021239 10 12  8 225  P   P
+PG13  25494.775641  -5453.384575  -5356.322095    276.848896  7  8 11 235  P   P
+PG14 -12768.458331  13865.673993  18811.085357    141.186027  5 11  5 208  P   P
+PG15 -22904.211429  -5118.058595 -12582.573574   -138.710054  9  9 11 194  P   P
+PG16   2025.268819  21541.801608 -15167.957050   -161.910505     9  8 231  P   P
+PG17  13184.864193 -14386.034912  18049.503831    184.211581  7 11 10 228  P   P
+PG18 -15876.414397  17927.473633 -10773.575015    129.538114  5  9  9 231  P   P
+PG19  20112.174582   9111.718689 -15005.330114   -125.958401 12 11 13 212  P   P
+PG20  16443.595434   -734.966599  20686.195241     48.821357 10 10  7 244  P   P
+PG21 -14743.612089   6293.766775 -20843.218389   -134.391680 12 13  9 259  P   P
+PG22 -10693.246755  24226.957871   -932.475546    150.866218  8  9  7 228  P   P
+PG23  25725.635062   1292.633297   7166.756278    316.302581  7 10 11 223  P   P
+PG24  20089.744634  11223.427259  13556.910212    378.015842 13 12 12 326  P   P
+PG25 -16877.196308  11125.655858  17205.273678     -0.977217  9 12 11 222  P   P
+PG26 -12210.699536 -12662.731257 -20618.439481   -160.514210  6  1  7 251  P   P
+PG27 -20289.953816 -16412.882275   6408.878527    251.322560  7 11 13 293  P   P
+PG28  12741.762907 -22713.624294  -3923.527107     28.672004  7 10  6 236  P   P
+PG29 -26175.241357   4100.331158  -1419.601930    196.590983  6 12 11 173  P   P
+PG30  -2003.351009  25119.927110  -8747.497681    333.573699  7  7  6 275  P   P
+PG31   3196.113670  21139.494627  15824.206553     60.647497 11  8  8 232  P   P
+PG32  12472.467013   9506.967608  21752.913602   -226.438376  5 12  9 242  P   P
+*  2011  4  1  9  0  0.00000000
+PG02 -11390.463734 -22246.973129   9708.803167    328.252688 15  8 14 220  P   P
+PG03   8080.191690  14127.055017 -21424.466556    696.093643 10 12  7 279  P   P
+PG04    594.612861 -19019.094820  18180.864935     76.256605 13 15 11 296  P   P
+PG05  -3758.664891 -22040.116759 -14276.283935   -137.916896 12  9 10 249  P   P
+PG06   2808.946858  15470.632642 -21234.988660   -224.337082  9 11  6 285  P   P
+PG07  16300.781277  -3032.778564 -20792.736916      7.010427 10 11 10 248  P   P
+PG08   8809.745208 -11860.441728 -21991.348266      7.628159 10  9 10 297  P   P
+PG09 -20830.038229 -14262.402277   7718.937481     71.111877 11 13 16 179  P   P
+PG10   7914.495744 -25133.530754   -707.839190    -70.401226 11  8 12 365  P   P
+PG11  23785.691305  11351.941214   4211.449929   -139.101126  9 10 13 247  P   P
+PG12 -13518.727982  -6576.864144  21934.861646    -15.018692 10 12  7 226  P   P
+PG13  25940.714812  -5337.561284  -2492.143713    276.847557  5  8 11 231  P   P
+PG14 -14792.939086  14019.159745  17112.364065    141.188216  6 11  5 205  P   P
+PG15 -21417.817835  -5644.319336 -14768.326027   -138.707325 10  9 11 198  P   P
+PG16   1270.404851  22988.305164 -12943.719993   -161.912988     8  8 232  P   P
+PG17  15135.381715 -14531.691371  16284.466708    184.211777  8 11 11 226  P   P
+PG18 -15671.994524  16482.276405 -13101.784761    129.539927  5 10  9 232  P   P
+PG19  18323.091069   9459.441508 -16925.800226   -125.961829 12 11 13 208  P   P
+PG20  15783.492867   1609.575388  21148.135206     48.821450 10 10  8 246  P   P
+PG21 -16275.168312   4401.270384 -20247.410158   -134.394046 11 13 10 259  P   P
+PG22 -10917.980671  23838.262642  -3717.015214    150.865521  8  9  8 230  P   P
+PG23  24814.596967   1659.239473   9787.702175    316.300290  8 10 11 226  P   P
+PG24  20776.797762  12467.235718  11251.144912    378.018440 13 12 12 324  P   P
+PG25 -16359.045841   9123.520086  18809.432166     -0.977550  9 12 11 222  P   P
+PG26  -9949.405237 -12953.111278 -21621.585771   -160.523372  7     7 255  P   P
+PG27 -20509.941958 -16881.426517   3605.253901    251.326397  8 10 13 282  P   P
+PG28  12717.148718 -21999.685821  -6732.204817     28.674183  8 10  6 240  P   P
+PG29 -26221.561760   3847.242571   1439.951877    196.593469  7 12 12 186  P   P
+PG30  -2462.918395  25816.580336  -6061.845091    333.576173  7  7  7 282  P   P
+PG31   1871.467203  19787.814551  17715.296465     60.652053 11  9  7 229  P   P
+PG32  11464.226915  11683.156145  21271.407162   -226.445175  5 12  9 247  P   P
+*  2011  4  1  9 15  0.00000000
+PG02 -10345.128451 -21552.498305  12108.297288    328.254695 15  8 14 220  P   P
+PG03   5867.515628  15009.753941 -21517.534343    696.098171 10 12  7 282  P   P
+PG04   2264.285393 -17558.619262  19489.427202     76.265894 13 15 10 295  P   P
+PG05  -3145.480362 -23433.935816 -12013.921561   -137.922206 12  9 11 252  P   P
+PG06    453.721154  16163.842373 -20880.119600   -224.442537  8 10  6 285  P   P
+PG07  17852.701891  -1323.095304 -19685.410272      7.011334 10 11 10 247  P   P
+PG08  10458.274604  -9937.939453 -22267.940931      7.628193 10  9 10 298  P   P
+PG09 -21261.105212 -14948.778092   4942.118234     71.113999 11 13 16 142  P   P
+PG10   8187.707569 -24940.651129   2145.772462    -70.402220 11  9 11 366  P   P
+PG11  23876.734190  11905.742244   1552.478556   -139.103864 10 10 13 245  P   P
+PG12 -12800.381467  -8945.817685  21538.541398    -15.016145  9 12  5 227  P   P
+PG13  26070.523087  -5190.988679    414.717561    276.846219  3  9 11 226  P   P
+PG14 -16602.732204  14244.823158  15120.887226    141.190405  6 11  5 201  P   P
+PG15 -19735.170628  -6306.550273 -16701.655160   -138.704595 11 10 11 200  P   P
+PG16    674.756972  24219.679232 -10492.980333   -161.915476  2  8  9 233  P   P
+PG17  16867.499496 -14731.518320  14239.198581    184.211976  9 11 12 224  P   P
+PG18 -15461.646135  14786.480825 -15196.377201    129.541741  5 11  9 233  P   P
+PG19  16355.334070   9933.920017 -18558.808874   -125.965256 12 11 12 203  P   P
+PG20  15227.633917   4012.848623  21241.117949     48.821543 10 11  8 248  P   P
+PG21 -17828.865962   2652.757215 -19294.718697   -134.396412 11 13 11 258  P   P
+PG22 -11069.819170  23162.421797  -6436.995050    150.864820  9 10  8 232  P   P
+PG23  23646.440429   2141.569416  12243.305133    316.297999  8 11 10 229  P   P
+PG24  21349.105660  13470.793895   8755.077762    378.021011 13 12 13 321  P   P
+PG25 -15904.098359   6939.224117  20089.375640     -0.977882  9 13 10 222  P   P
+PG26  -7617.352195 -13390.934745 -22274.323051   -160.532544  7     7 259  P   P
+PG27 -20521.179307 -17124.408399    741.332392    251.330257 10  9 13 265  P   P
+PG28  12634.980712 -20982.397769  -9421.334875     28.676360  9 10  7 243  P   P
+PG29 -25965.312698   3530.459323   4274.677121    196.595955  7 12 12 195  P   P
+PG30  -2817.565467  26236.542881  -3272.745303    333.578664  6  8  8 287  P   P
+PG31    340.851354  18370.457563  19303.765064     60.656611 12  9  6 227  P   P
+PG32  10598.531032  13837.733176  20435.187245   -226.451963  5 12 10 251  P   P
+*  2011  4  1  9 30  0.00000000
+PG02  -9071.811230 -20741.544981  14304.880303    328.256700 15  8 13 220  P   P
+PG03   3705.397656  15995.156678 -21253.517376    696.102715 10 11  6 284  P   P
+PG04   4095.965371 -16093.301073  20453.783652     76.275173 13 16  9 294  P   P
+PG05  -2659.327386 -24595.246053  -9543.892540   -137.927515 11  8 11 254  P   P
+PG06  -1810.461028  16946.933729 -20159.797379   -224.547991  8 10  5 285  P   P
+PG07  19388.024297    200.677726 -18241.157479      7.012242  9 10 11 245  P   P
+PG08  12217.571264  -8110.400648 -22160.209001      7.628204 10  9 10 298  P   P
+PG09 -21487.392637 -15395.645776   2079.176896     71.116137 11 12 16 185  P   P
+PG10   8396.622080 -24446.004232   4961.491111    -70.403237 11 10 11 366  P   P
+PG11  23729.770318  12313.068621  -1132.750918   -139.106598 10 10 13 243  P   P
+PG12 -12227.094357 -11284.807388  20773.445359    -15.013596  9 12  7 229  P   P
+PG13  25888.387048  -4974.114895   3314.446258    276.844883  3 10 11 221  P   P
+PG14 -18166.739924  14508.982334  12870.173228    141.192595  7 10  6 198  P   P
+PG15 -17896.321239  -7119.323914 -18349.232980   -138.701865 11 10 10 203  P   P
+PG16    215.530774  25199.777226  -7858.433220   -161.917968  3  8  9 234  P   P
+PG17  18353.203235 -14951.753073  11948.290735    184.212177  9 11 13 222  P   P
+PG18 -15279.397721  12864.356334 -17019.843130    129.543556  6 11  9 234  P   P
+PG19  14250.873993  10549.472045 -19875.911954   -125.968682 12 11 12 199  P   P
+PG20  14788.150012   6428.747078  20963.692935     48.821637 10 11  9 249  P   P
+PG21 -19365.472826   1072.189875 -18004.092064   -134.398777 11 13 11 258  P   P
+PG22 -11184.134023  22200.333732  -9044.994147    150.864117  9 11  8 233  P   P
+PG23  22252.239626   2765.243268  14491.797085    316.295709  9 11 10 231  P   P
+PG24  21768.330427  14239.114337   6110.986430    378.023559 13 13 13 318  P   P
+PG25 -15539.691526   4611.181892  21023.071316     -0.978215  9 13  9 221  P   P
+PG26  -5261.583594 -13976.845086 -22565.504393   -160.541726  7  2  7 261  P   P
+PG27 -20292.784707 -17166.027845  -2135.032528    251.334119 11  9 13 236  P   P
+PG28  12534.645951 -19668.578387 -11942.332789     28.678537  9 11  7 246  P   P
+PG29 -25420.937064   3115.330562   7035.756618    196.598439  8 12 12 203  P   P
+PG30  -3100.152524  26360.620354   -427.541202    333.581176  6  8  8 292  P   P
+PG31  -1381.785046  16932.619535  20563.410891     60.661172 12  9  5 224  P   P
+PG32   9880.659386  15925.386343  19258.904284   -226.458739  5 12 10 254  P   P
+*  2011  4  1  9 45  0.00000000
+PG02  -7573.351866 -19853.295045  16261.249434    328.258702 15  8 13 220  P   P
+PG03   1632.327557  17061.157343 -20635.745830    696.107272  9 11  6 286  P   P
+PG04   6063.310375 -14662.842831  21057.578931     76.284441 14 16  8 293  P   P
+PG05  -2273.939612 -25493.692307  -6908.784465   -137.932822 11  8 11 257  P   P
+PG06  -3943.477001  17794.584956 -19086.198112   -224.653443  7 10  5 285  P   P
+PG07  20862.130095   1524.102237 -16485.140155      7.013151  8 10 11 244  P   P
+PG08  14050.870368  -6414.316785 -21671.723938      7.628195 10  9 10 299  P   P
+PG09 -21478.562638 -15627.827771   -819.789405     71.118281 12 11 16 212  P   P
+PG10   8577.833298 -23649.274096   7689.443630    -70.404274 11 10 10 366  P   P
+PG11  23330.687664  12601.749117  -3798.937706   -139.109328 11 10 13 240  P   P
+PG12 -11799.336914 -13544.940249  19653.113972    -15.011046  9 12  8 230  P   P
+PG13  25407.556812  -4649.446849   6157.171938    276.843548  5 10 11 215  P   P
+PG14 -19461.577919  14773.843622  10398.324603    141.194784  7 10  7 196  P   P
+PG15 -15944.777846  -8089.752041 -19682.527143   -138.699133 11 10 10 205  P   P
+PG16   -136.156720  25899.273915  -5086.128737   -161.920464  5  8  9 235  P   P
+PG17  19572.213299 -15155.185337   9450.764056    184.212381  9 12 13 218  P   P
+PG18 -15155.394383  10747.645663 -18539.661467    129.545371  6 12  9 235  P   P
+PG19  12054.912671  11312.811323 -20853.862603   -125.972108 12 11 11 195  P   P
+PG20  14469.551934   8809.968820  20320.948757     48.821732 10 11  9 250  P   P
+PG21 -20843.775844   -324.346578 -16400.218999   -134.401142 10 13 12 257  P   P
+PG22 -11296.140003  20961.410477 -11495.411310    150.863413  9 12  8 234  P   P
+PG23  20668.827969   3549.592538  16494.731648    316.293421  9 11 10 233  P   P
+PG24  21999.133615  14784.962841   3363.587020    378.026089 13 13 13 315  P   P
+PG25 -15286.615406   2182.827834  21594.465256     -0.978548  9 13  8 220  P   P
+PG26  -2929.008670 -14703.294460 -22489.473535   -160.550918  8  4  7 264  P   P
+PG27 -19800.350373 -17036.491710  -4975.013052    251.337985 11  9 13 158  P   P
+PG28  12454.406437 -18074.594683 -14249.270534     28.680712 10 11  7 248  P   P
+PG29 -24610.916881   2570.893906   9675.745954    196.600923  9 12 12 209  P   P
+PG30  -3346.391976  26177.849150   2424.993287    333.583714  6  9  8 296  P   P
+PG31  -3274.407730  15517.199070  21473.705430     60.665736 12  9  3 221  P   P
+PG32   9308.002576  17901.450326  17762.616351   -226.465502  6 12 10 257  P   P
+*  2011  4  1 10  0  0.00000000
+PG02  -5860.598121 -18926.916182  17943.878358    328.260701 15  8 12 219  P   P
+PG03   -317.415003  18179.603933 -19673.282794    696.111845  8 11  6 286  P   P
+PG04   8133.403612 -13302.596958  21291.016141     76.293697 14 16  8 292  P   P
+PG05  -1958.236129 -26106.126720  -4154.109255   -137.938127 10  8 12 259  P   P
+PG06  -5910.572421  18675.759586 -17677.829673   -224.758891  7 10  6 286  P   P
+PG07  22229.877099   2641.271631 -14447.736121      7.014060  7 10 12 242  P   P
+PG08  15916.386286  -4879.040777 -20812.527670      7.628167 11  9 11 300  P   P
+PG09 -21211.057064 -15676.568352  -3704.725277     71.120435 12 10 16 229  P   P
+PG10   8767.809018 -22559.243317  10281.174886    -70.405330 11 10 10 366  P   P
+PG11  22672.198231  12802.468395  -6401.404654   -139.112055 11 11 13 237  P   P
+PG12 -11509.345391 -15678.884912  18197.084395    -15.008494 10 12 10 232  P   P
+PG13  24649.837953  -4183.203005   8893.825400    276.842216  7 10 11 209  P   P
+PG14 -20472.351202  14999.060200   7747.416504    141.196973  7 10  8 194  P   P
+PG15 -13925.958105  -9217.031027 -20678.303101   -138.696402 11 11 10 206  P   P
+PG16   -413.935808  26296.798910  -2224.629132   -161.922963  6  8 10 236  P   P
+PG17  20512.649233 -15302.712846   6789.426652    184.212585  9 12 14 214  P   P
+PG18 -15114.572175   8474.470584 -19728.940223    129.547188  7 12  9 235  P   P
+PG19   9814.322415  12222.622651 -21475.048500   -125.975534 12 11 11 193  P   P
+PG20  14268.618214  11109.672923  19324.403642     48.821827 10 11 10 251  P   P
+PG21 -22222.142369  -1528.971667 -14512.934416   -134.403506  9 13 13 256  P   P
+PG22 -11439.336330  19463.353744 -13745.300079    150.862706 10 12  8 235  P   P
+PG23  18937.490903   4506.723689  18217.627733    316.291132 10 11  9 235  P   P
+PG24  22010.590957  15128.197280    559.316565    378.028606 13 13 13 312  P   P
+PG25 -15158.280004   -298.864561  21793.757100     -0.978882 10 13  7 219  P   P
+PG26   -664.887569 -15554.712780 -22046.198727   -160.560124  7  6  7 266  P   P
+PG27 -19027.113220 -16770.815675  -7729.587398    251.341852 12  9 14 240  P   P
+PG28  12429.669312 -16225.935063 -16299.848326     28.682883 10 11  8 250  P   P
+PG29 -23564.881888   1871.266516  12149.385240    196.603407  9 12 12 214  P   P
+PG30  -3593.287775  25686.024774   5235.474637    333.586276  7  9  9 299  P   P
+PG31  -5307.587519  14163.236336  22020.068134     60.670300 12  9  2 217  P   P
+PG32   8870.306144  19723.407795  15971.458255   -226.472252  5 11 11 258  P   P
+*  2011  4  1 10 15  0.00000000
+PG02  -3952.232114 -18000.066702  19323.582267    328.262697 14  9 12 218  P   P
+PG03  -2114.876987  19317.246728 -18380.869368    696.116432  8 11  6 287  P   P
+PG04  10267.899551 -12042.270856  21150.981232     76.302944 14 16  9 291  P   P
+PG05  -1677.726039 -26417.468075  -1327.508342   -137.943427 10  8 12 261  P   P
+PG06  -7683.536776  19554.917908 -15959.212197   -224.864332  7  9  6 287  P   P
+PG07  23447.277073   3554.822432 -12164.007009      7.014970  6 10 12 240  P   P
+PG08  17768.833457  -3525.882640 -19598.850213      7.628122 10  9 11 300  P   P
+PG09 -20669.022721 -15578.076365  -6526.480065     71.122594 13  9 16 241  P   P
+PG10   9001.230782 -21193.566017  12690.588948    -70.406401 12 11  9 366  P   P
+PG11  21754.164166  12947.430916  -8896.785128   -139.114778 12 11 13 233  P   P
+PG12 -11341.541640 -17642.509075  16430.537672    -15.005940 10 11 11 234  P   P
+PG13  23644.762002  -3546.834282  11476.993302    276.840884  8 11 10 202  P   P
+PG14 -21193.115633  15143.411801   4962.805409    141.199161  7 10  9 194  P   P
+PG15 -11885.573743 -10492.296344 -21319.042609   -138.693670 11 11  9 207  P   P
+PG16   -654.646548  26379.764711    675.887612   -161.925466  7  9 10 237  P   P
+PG17  21171.378340 -15354.994706   4010.150150    184.212791  9 12 14 209  P   P
+PG18 -15175.564974   6087.978256 -20566.930813    129.549005  7 13  9 236  P   P
+PG19   7576.017009  13269.449015 -21727.846311   -125.978961 13 11 10 191  P   P
+PG20  14174.603879  13283.117862  17991.775580     48.821923 10 11 10 252  P   P
+PG21 -23460.076432  -2542.003780 -12376.557268   -134.405872  7 12 13 256  P   P
+PG22 -11644.017139  17731.610879 -15755.162053    150.862000 10 13  7 236  P   P
+PG23  17102.496296   5640.850974  19630.561948    316.288846 10 12  8 236  P   P
+PG24  21777.454763  15294.848505  -2254.410557    378.031117 13 13 13 308  P   P
+PG25 -15160.182394  -2784.999086  21617.566085     -0.979214  9 13  6 217  P   P
+PG26   1488.638298 -16507.963005 -21241.353592   -160.569342  8  6  7 267  P   P
+PG27 -17964.877810 -16407.417141 -10350.377559    251.345709 12  9 13 266  P   P
+PG28  12491.364631 -14156.396873 -18056.310476     28.685054 10 11  8 252  P   P
+PG29 -22318.458652    996.834774  14414.366170    196.605892 10 12 11 218  P   P
+PG30  -3877.499157  24891.909645   7954.774910    333.588870  7 10  9 301  P   P
+PG31  -7445.465455  12904.521685  22194.044252     60.674868 12  9  1 212  P   P
+PG32   8550.194847  21352.316488  13915.250770   -226.478986  5 11 11 259  P   P
+*  2011  4  1 10 30  0.00000000
+PG02  -1874.307711 -17107.455615  20376.032311    328.264693 14  9 11 217  P   P
+PG03  -3737.365382  20436.896476 -16778.790246    696.121036  7 10  6 287  P   P
+PG04  12424.385704 -10904.883377  20641.031167     76.312181 15 16 11 289  P   P
+PG05  -1396.052140 -26421.259549   1522.084032   -137.948723  9  9 11 263  P   P
+PG06  -9241.617672  20393.427454 -13960.437347   -224.969767  7  9  7 289  P   P
+PG07  24473.135764   4275.619785  -9673.095758      7.015878  4 10 13 238  P   P
+PG08  19561.068399  -2367.529797 -18052.735664      7.628061 10  9 12 301  P   P
+PG09 -19844.932502 -15371.919814  -9237.610353     71.124758 14  9 16 251  P   P
+PG10   9309.406978 -19578.185385  14874.848834    -70.407483 12 11  8 366  P   P
+PG11  20583.671515  13068.990516 -11243.674178   -139.117500 12 11 12 229  P   P
+PG12 -11273.258385 -19396.397219  14383.857801    -15.003384 10 11 12 236  P   P
+PG13  22428.464643  -2718.351747  13861.755816    276.839554 10 11 10 194  P   P
+PG14 -21627.003696  15166.541236   2092.367489    141.201348  7 10 10 196  P   P
+PG15  -9868.007614 -11898.794527 -21593.270314   -138.690938 11 11  9 208  P   P
+PG16   -896.669170  26144.854314   3564.558052   -161.927973  8  9 10 238  P   P
+PG17  21554.030853 -15274.137238   1161.075971    184.212998  9 12 14 202  P   P
+PG18 -15349.891372   3634.787756 -21039.403269    129.550823  7 13  9 236  P   P
+PG19   5385.314663  14435.900077 -21606.883974   -125.982387 13 10 10 191  P   P
+PG20  14169.759223  15289.216406  16346.638290     48.822020 10 10 11 252  P   P
+PG21 -24519.709476  -3371.635404 -10029.181574   -134.408235  6 12 13 255  P   P
+PG22 -11935.912847  15798.530050 -17489.680994    150.861291 10 13  7 236  P   P
+PG23  15209.514437   6947.926706  20708.699931    316.286559 11 12  8 237  P   P
+PG24  21281.217686  15315.976984  -5029.962957    378.033627 13 13 13 304  P   P
+PG25 -15289.693989  -5226.446273  21068.985740     -0.979546  9 13  7 215  P   P
+PG26   3493.923671 -17533.074373 -20086.339725   -160.578574  9  7  7 269  P   P
+PG27 -16614.642152 -15986.544573 -12790.532866    251.349548 12  9 13 282  P   P
+PG28  12664.507499 -11906.916975 -19486.275149     28.687222 10 11  9 253  P   P
+PG29 -20911.906169    -64.802896  16432.041939    196.608378 10 12 11 221  P   P
+PG30  -4233.692985  23811.102923  10534.915546    333.591494  8 10  9 302  P   P
+PG31  -9646.954492  11768.421977  21993.387179     60.679436 12  9  5 207  P   P
+PG32   8323.957329  22754.115277  11628.053913   -226.485708  5 10 11 259  P   P
+*  2011  4  1 10 45  0.00000000
+PG02    340.489816 -16279.510877  21082.210291    328.266685 14  9 10 215  P   P
+PG03  -5169.161171  21498.756788 -14892.654800    696.125655  7 10  7 286  P   P
+PG04  14557.902032  -9906.011548  19771.251077     76.321409 15 16 12 287  P   P
+PG05  -1076.612076 -26119.902123   4345.303793   -137.954014  9  9 11 264  P   P
+PG06 -10572.136021  21151.114513 -11716.615106   -225.075193  7  9  8 291  P   P
+PG07  25270.594365   4822.131585  -7017.564197      7.016785  5 10 13 236  P   P
+PG08  21245.789544  -1407.804976 -16201.588824      7.627986 10  9 12 301  P   P
+PG09 -18739.889619 -15099.338741 -11793.112506     71.126933 14  9 16 260  P   P
+PG10   9718.828824 -17746.418446  16795.211379    -70.408576 12 11  8 366  P   P
+PG11  19174.852634  13198.294319 -13403.239003   -139.120220 12 11 12 224  P   P
+PG12 -11275.740822 -20907.193218  12092.110656    -15.000825 10 10 12 238  P   P
+PG13  21042.312699  -1683.406273  16006.491401    276.838226 10 11  9 184  P   P
+PG14 -21786.005880  15030.679684   -814.321687    141.203534  7 11 11 198  P   P
+PG15  -7914.744797 -13412.368903 -21495.781204   -138.688205 11 11  9 208  P   P
+PG16  -1178.192606  25598.148024   6390.776397   -161.930483  9  9 10 238  P   P
+PG17  21674.677406 -15025.344257  -1708.234633    184.213205  9 13 14 194  P   P
+PG18 -15641.455447   1163.305208 -21138.874861    129.552641  7 13 10 236  P   P
+PG19   3284.354618  15697.179483 -21113.202380   -125.985814 12 10 10 191  P   P
+PG20  14230.135578  17091.946023  14417.971558     48.822117 10 10 11 252  P   P
+PG21 -25367.171236  -4033.314795  -7511.939586   -134.410597  4 12 13 254  P   P
+PG22 -12335.019423  13702.246831 -18918.381267    150.860579 10 14  7 236  P   P
+PG23  13303.984609   8415.587043  21432.756683    316.284274 11 12  7 237  P   P
+PG24  20510.938276  15226.346692  -7720.259839    378.036142 13 13 13 299  P   P
+PG25 -15536.175882  -7575.541342  20157.526578     -0.979877  9 13  9 213  P   P
+PG26   5319.058595 -18594.237281 -18598.244351   -160.587822  9  7  7 270  P   P
+PG27 -14986.886074 -15548.599263 -15005.643140    251.353358 13  9 13 292  P   P
+PG28  12967.014260  -9524.092481 -20563.449684     28.689386 11 11  9 254  P   P
+PG29 -19388.591496  -1318.175492  18168.069137    196.610863 10 12 11 224  P   P
+PG30  -4692.952390  22467.568184  12929.971673    333.594150  9 11  9 303  P   P
+PG31 -11867.132259  10774.963893  21422.047972     60.684004 12 10  6 201  P   P
+PG32   8162.563954  23900.765959   9147.667692   -226.492416  5 10 11 258  P   P
+*  2011  4  1 11  0  0.00000000
+PG02   2653.840646 -15541.206434  21428.793899    328.268675 13  9  9 214  P   P
+PG03  -6401.983426  22461.887830 -12753.089110    696.130288  7 10  7 285  P   P
+PG04  16622.554116  -9053.353023  18557.988916     76.330629 15 16 13 286  P   P
+PG05   -684.191961 -25524.553779   7093.229820   -137.959299  9 10 11 265  P   P
+PG06 -11670.776961  21787.892324  -9267.220012   -225.180606  8  9  8 293  P   P
+PG07  25808.515702   5219.516965  -4242.681234      7.017691  6 10 13 234  P   P
+PG08  22777.231966   -641.762022 -14077.654513      7.627901  9  8 12 302  P   P
+PG09 -17363.614661 -14801.541789 -14151.079533     71.129103 14  8 16 267  P   P
+PG10  10249.932794 -15737.746282  18417.775540    -70.409672 12 12  7 366  P   P
+PG11  17548.466199  13363.987897 -15339.784584   -139.122939 12 11 11 218  P   P
+PG12 -11315.385434 -22148.719161   9594.451457    -14.998265 11  9 13 240  P   P
+PG13  19531.331608   -436.074393  17873.632718    276.836898 11 11  9 173  P   P
+PG14 -21690.412620  14702.291686  -3706.852369    141.205720  7 11 11 201  P   P
+PG15  -6062.917822 -15002.243256 -21027.763113   -138.685473 11 11  9 209  P   P
+PG16  -1535.493930  24754.884791   9105.129231   -161.932995  9 10 10 239  P   P
+PG17  21555.178479 -14578.463818  -4547.690692    184.213412  8 13 15 186  P   P
+PG18 -16046.380046  -1278.018986 -20864.689854    129.554460  7 13 10 237  P   P
+PG19   1310.628693  17021.916148 -20254.309003   -125.989241 12 10 10 193  P   P
+PG20  14326.643463  18661.560306  12239.616760     48.822216 10 10 11 252  P   P
+PG21 -25973.794112  -4548.869051  -4868.253817   -134.412958  4 12 13 252  P   P
+PG22 -12854.664923  11485.346011 -20016.195684    150.859866 11 14  7 236  P   P
+PG23  11429.488223  10023.420270  21789.376106    316.281992 11 12  6 238  P   P
+PG24  19463.796811  15062.964402 -10279.535902    378.038669 13 13 13 296  P   P
+PG25 -15881.417503  -9787.725814  18898.948015     -0.980206 10 13 10 210  P   P
+PG26   6938.925099 -19651.035203 -16799.725281   -160.597081  9  8  7 271  P   P
+PG27 -13101.492894 -15132.414458 -16954.660561    251.357131 13  9 13 300  P   P
+PG28  13408.830951  -7058.455620 -21268.206651     28.691548 11 11 10 255  P   P
+PG29 -17793.364532  -2759.585573  19592.972168    196.613350 10 11 10 226  P   P
+PG30  -5281.309956  20892.829226  15096.966387    333.596841  9 11  8 304  P   P
+PG31 -14058.773791   9936.203935  20490.075259     60.688572 11 10  8 197  P   P
+PG32   8032.883442  24771.192425   6515.083565   -226.499108  4  9 11 256  P   P
+*  2011  4  1 11 15  0.00000000
+PG02   5023.012837 -14911.094559  21408.462588    328.270666 13  9  9 211  P   P
+PG03  -7435.180404  23285.751594 -10395.335451    696.134934  8 10  8 284  P   P
+PG04  18573.154104  -8346.615652  17023.478775     76.339841 15 15 14 284  P   P
+PG05   -186.546742 -24654.698144   9718.249806   -137.964576  9 10 11 266  P   P
+PG06 -12541.545467  22265.398029  -6655.351595   -225.286009  8 10  9 295  P   P
+PG07  26062.664425   5498.464982  -1395.672539      7.018596  8 10 13 232  P   P
+PG08  24112.796431    -56.108196 -11717.441055      7.627806  8  8 13 303  P   P
+PG09 -15734.126249 -14518.048410 -16273.279621     71.131275 14  9 16 273  P   P
+PG10  10916.123615 -13596.361498  19714.125310    -70.410772 13 12  7 366  P   P
+PG11  15731.251247  13591.025683 -17021.271234   -139.125658 12 12 10 212  P   P
+PG12 -11355.168407 -23102.830151   6933.470168    -14.995701 11  8 13 242  P   P
+PG13  17942.493823   1020.684384  19430.357996    276.835572 12 11  8 161  P   P
+PG14 -21367.935533  14153.572622  -6534.875059    141.207902  7 11 12 204  P   P
+PG15  -4344.022431 -16632.075971 -20196.809957   -138.682740 11 11  9 209  P   P
+PG16  -2001.300722  23638.869217  11660.301028   -161.935509 10 10 10 240  P   P
+PG17  21224.229423 -13909.366513  -7307.583868    184.213617  8 13 15 176  P   P
+PG18 -16553.175477  -3642.416135 -20222.953151    129.556280  7 13 10 237  P   P
+PG19   -504.313958  18373.272286 -19044.117687   -125.992669 12 10 10 195  P   P
+PG20  14426.318592  19975.555613   9849.650029     48.822314 10  9 11 252  P   P
+PG21 -26317.113148  -4945.410839  -2143.091963   -134.415316  7 12 13 251  P   P
+PG22 -13500.852905   9193.352123 -20763.929975    150.859151 11 14  8 235  P   P
+PG23   9626.189612  11743.552774  21771.420335    316.279711 12 11  6 238  P   P
+PG24  18145.359041  14863.537651 -12664.093334    378.041214 13 12 12 292  P   P
+PG25 -16300.381210 -11823.070177  17314.982663     -0.980535 10 13 11 208  P   P
+PG26   8336.030263 -20659.880451 -14718.814718   -160.606357  9  8  7 273  P   P
+PG27 -10987.289382 -14773.563713 -18600.805026    251.360862 13  9 13 306  P   P
+PG28  13991.417011  -4562.580307 -21588.000939     28.693707 11 11 10 256  P   P
+PG29 -16170.894112  -4377.074595  20682.622411    196.615840 10 11 10 228  P   P
+PG30  -6018.471008  19124.859237  16996.732605    333.599566 10 11  8 303  P   P
+PG31 -16173.969140   9255.904653  19213.429164     60.693141 11 10  9 193  P   P
+PG32   7899.057719  25351.984768   3773.889735   -226.505787  3  9 11 253  P   P
+*  2011  4  1 11 30  0.00000000
+PG02   7402.270105 -14400.584017  21020.114092    328.272656 12  9 10 209  P   P
+PG03  -8275.633318  23931.783613  -7858.757355    696.139594  8 10  8 282  P   P
+PG04  20366.824220  -7777.731690  15195.365956     76.349048 15 15 14 282  P   P
+PG05    444.136327 -23537.399478  12174.902526   -137.969848 10 11 11 267  P   P
+PG06 -13196.390128  22548.570228  -3926.926033   -225.391400  8 10  9 296  P   P
+PG07  26016.638177   5693.828094   1475.057286      7.019498  9 10 13 230  P   P
+PG08  25214.556438    370.069162  -9161.098630      7.627706  8  8 13 304  P   P
+PG09 -13877.135737 -14285.133495 -18125.656230     71.133442 14  9 15 278  P   P
+PG10  11723.099754 -11369.535704  20661.851921    -70.411871 13 12  8 365  P   P
+PG11  13755.078297  13899.626639 -18419.781156   -139.128376 12 12  9 206  P   P
+PG12 -11356.209474 -23759.974549   4154.484726    -14.993136 11  7 14 244  P   P
+PG13  16322.935040   2674.920681  20649.202925    276.834248 12 11  7 148  P   P
+PG14 -20852.540167  13363.736165  -9249.006944    141.210083  7 12 12 207  P   P
+PG15  -2782.854303 -18261.246266 -19016.823161   -138.680006 10 11 10 210  P   P
+PG16  -2603.304244  22281.550477  14011.930883   -161.938024 11 10 10 240  P   P
+PG17  20716.137940 -13001.096514  -9939.503719    184.213822  8 14 15 167  P   P
+PG18 -17143.231155  -5886.436438 -19226.325110    129.558100  7 13 11 237  P   P
+PG19  -2135.935910  19710.289215 -17502.770688   -125.996098 12 10 11 198  P   P
+PG20  14493.743431  21019.357553   7289.686845     48.822412  9  9 11 252  P   P
+PG21 -26381.633168  -5254.076026    617.764006   -134.417676  9 12 13 249  P   P
+PG22 -14271.910553   6873.109647 -21148.613617    150.858434 11 15  9 234  P   P
+PG23   7929.404424  13541.535878  21378.160087    316.277431 12 11  7 238  P   P
+PG24  16569.535576  14664.908095 -14833.030298    378.043782 13 12 11 290  P   P
+PG25 -16762.223557 -13647.619726  15432.957940     -0.980862 10 12 12 205  P   P
+PG26   9501.079154 -21575.611908 -12388.633367   -160.615646 10  9  7 275  P   P
+PG27  -8681.205830 -14502.774270 -19912.424303    251.364545 12  9 13 310  P   P
+PG28  14707.609213  -2089.107071 -21517.614567     28.695864 10 11 11 256  P   P
+PG29 -14564.028440  -6150.707871  21418.625892    196.618330 10 11 10 229  P   P
+PG30  -6916.786484  17206.703251  18594.719040    333.602323 11 12  7 303  P   P
+PG31 -18165.768647   8729.526113  17613.713091     60.697708 11 10 10 192  P   P
+PG32   7723.988995  25637.842727    969.633661   -226.512455  3  8 11 250  P   P
+*  2011  4  1 11 45  0.00000000
+PG02   9744.416393 -14013.496781  20268.982088    328.274645 12  9 11 207  P   P
+PG03  -8937.368473  24364.931909  -5186.250639    696.144264  8 10  9 280  P   P
+PG04  21964.501088  -7331.381070  13106.148185     76.358249 15 15 15 281  P   P
+PG05   1229.950044 -22206.273648  14420.680303   -137.975111 11 12 10 267  P   P
+PG06 -13654.512901  22607.101778  -1129.817805   -225.496777  8 10  9 298  P   P
+PG07  25662.515838   5843.102187   4320.718851      7.020398 10 10 13 228  P   P
+PG08  26050.592651    664.303121  -6451.762201      7.627602  6  8 13 305  P   P
+PG09 -11825.184565 -14134.424778 -19678.751480     71.135606 15  9 15 283  P   P
+PG10  12668.509136  -9105.877503  21244.944192    -70.412966 13 12  9 365  P   P
+PG11  11655.926669  14304.410308 -19511.931265   -139.131097 12 12  7 201  P   P
+PG12 -11279.412219 -24119.439861   1304.792567    -14.990567 12  7 14 246  P   P
+PG13  14718.168900   4505.946668  21508.579362    276.832925 13 11  6 137  P   P
+PG14 -20183.034995  12320.036837 -11801.731840    141.212260  8 12 12 210  P   P
+PG15  -1396.709134 -19846.324501 -17507.800693   -138.677272 10 11 10 211  P   P
+PG16  -3362.884198  20720.813171  16119.402668   -161.940542 11 11  9 241  P   P
+PG17  20069.382838 -11844.745461 -12397.235729    184.214025  8 14 14 162  P   P
+PG18 -17791.603573  -7971.431338 -17893.688711    129.559920  7 13 11 237  P   P
+PG19  -3567.509200  20989.421203 -15656.341535   -125.999529 12 10 11 201  P   P
+PG20  14492.566406  21786.703595   4604.132735     48.822511  9  8 11 251  P   P
+PG21 -26159.343544  -5508.642313   3368.425931   -134.420045  9 12 13 249  P   P
+PG22 -15158.456423   4571.118500 -21163.729633    150.857715 11 15 10 232  P   P
+PG23   6368.352174  15377.504708  20615.358314    316.275153 13 11  8 237  P   P
+PG24  14758.235299  14501.518555 -16748.934981    378.046377 13 11 11 288  P   P
+PG25 -17231.553254 -15234.512480  13285.321701     -0.981187 10 12 13 204  P   P
+PG26  10433.257358 -22353.204369  -9847.006991   -160.624949 10  9  8 277  P   P
+PG27  -6227.076752 -14344.521334 -20863.777948    251.368175 12  9 13 313  P   P
+PG28  15541.871288    311.222867 -21059.222958     28.698018 10 11 11 256  P   P
+PG29 -13012.241336  -8053.167702  21788.614766    196.620822 10 10  9 230  P   P
+PG30  -7980.525449  15184.887351  19861.716893    333.605112 11 12  7 302  P   P
+PG31 -19989.798141   8344.531066  15717.827396     60.702273 10 10 11 194  P   P
+PG32   7470.888702  25631.740545  -1850.854230   -226.519111     8 11 245  P   P
+*  2011  4  1 12  0  0.00000000
+PG02  12002.421577 -13745.926486  19166.646362    328.276635 11  9 11 205  P   P
+PG03  -9440.884667  24555.102055  -2423.563653    696.148943  9 10  9 277  P   P
+PG04  23332.285068  -6985.796385  10792.547998     76.367445 14 14 15 280  P   P
+PG05   2186.207226 -20700.216038  16416.776446   -137.980366 11 12 10 267  P   P
+PG06 -13941.396038  22416.708389   1687.028976   -225.602138  9 11 10 300  P   P
+PG07  25001.199132   5984.810217   7092.937244      7.021297 11 10 13 227  P   P
+PG08  26596.111073    859.514322  -3634.867758      7.627498  6  8 13 306  P   P
+PG09  -9616.559422 -14091.696043 -20908.055742     71.137764 15  9 15 286  P   P
+PG10  13741.947442  -6853.555414  21454.040319    -70.414056 13 12 10 364  P   P
+PG11   9472.722195  14813.742665 -20279.229448   -139.133819 12 12  6 195  P   P
+PG12 -11087.119239 -24189.275828  -1567.108738    -14.987997 12  7 14 248  P   P
+PG13  13170.371655   6484.939051  21993.188794    276.831602 13 11  5 133  P   P
+PG14 -19401.472212  11018.483005 -14148.274585    141.214435  8 12 12 213  P   P
+PG15   -194.878522 -21342.670633 -15695.515264   -138.674539  9 11 11 211  P   P
+PG16  -4294.096035  18999.531709  17946.553265   -161.943060 12 11  9 241  P   P
+PG17  19325.012773 -10440.010686 -14637.621925    184.214227  8 14 14 168  P   P
+PG18 -18468.061798  -9864.824007 -16249.703301    129.561740  8 13 11 237  P   P
+PG19  -4790.606557  22166.198628 -13536.420001   -126.002960 11 10 11 204  P   P
+PG20  14387.057927  22279.710407   1839.395205     48.822611  8  8 12 250  P   P
+PG21 -25649.970531  -5744.080175   6063.578481   -134.422408 10 12 13 249  P   P
+PG22 -16143.689035   2331.892148 -20809.319018    150.856994 11 15 11 230  P   P
+PG23   4965.143731  17207.568895  19495.240889    316.272876 13 10  9 236  P   P
+PG24  12740.722209  14403.971710 -18378.534092    378.049004 13 10 10 288  P   P
+PG25 -17669.876700 -16564.827012  10909.080234     -0.981511 11 11 13 203  P   P
+PG26  11140.201084 -22949.531346  -7135.979024   -160.634266 10 10  8 280  P   P
+PG27  -3674.122174 -14315.874768 -21435.713480    251.371749 12  9 13 315  P   P
+PG28  16470.914991   2591.435002 -20222.283856     28.700170 10 11 12 256  P   P
+PG29 -11550.222076 -10050.631816  21786.439376    196.623317 10 10  9 230  P   P
+PG30  -9205.484842  13107.679534  20774.484939    333.607933 11 12  7 300  P   P
+PG31 -21605.787640   8080.991886  13557.549110     60.706837 10 11 11 199  P   P
+PG32   7104.834826  25344.803766  -4640.170850   -226.525756     8 11 239  P   P
+*  2011  4  1 12 15  0.00000000
+PG02  14131.067372 -13586.410720  17730.928324    328.278625 11  9 12 203  P   P
+PG03  -9812.214555  24478.447551    381.466582    696.153631  9 11 10 275  P   P
+PG04  24442.586547  -6713.812193   8294.831308     76.376639 14 13 15 279  P   P
+PG05   3320.650763 -19061.937036  18128.763700   -137.985613 12 13 10 267  P   P
+PG06 -14087.589135  21960.162043   4474.499552   -225.707487  9 11 10 302  P   P
+PG07  24042.434901   6156.849961   9744.545227      7.022192 12 10 13 226  P   P
+PG08  26834.309188    992.590831   -757.449681      7.627398  6  7 13 307  P   P
+PG09  -7294.025494 -14175.891363 -21794.286971     71.139914 15  9 14 290  P   P
+PG10  14925.295765  -4658.560485  21286.538948    -70.415135 13 12 11 364  P   P
+PG11   7246.073770  15429.314799 -20708.371159   -139.136544 11 12  5 192  P   P
+PG12 -10744.720026 -23985.897923  -4412.320535    -14.985425 13  9 14 250  P   P
+PG13  11716.806060   8575.872293  22094.320603    276.830280 13 11  6 137  P   P
+PG14 -18551.424562   9464.208072 -16247.430772    141.216608  8 13 12 216  P   P
+PG15    821.537245 -22706.099065 -13611.085511   -138.671805 10 10 11 213  P   P
+PG16  -5402.959989  17163.948903  19462.286228   -161.945579 12 11  9 242  P   P
+PG17  18524.951026  -8795.412601 -16621.364504    184.214427  8 14 14 176  P   P
+PG18 -19138.341941 -11541.122006 -14324.261228    129.563561  8 12 12 237  P   P
+PG19  -5805.262931  23196.954781 -11179.583607   -126.006393 11  9 12 207  P   P
+PG20  14143.641819  22508.627051   -956.927977     48.822711  7  8 11 249  P   P
+PG21 -24860.965423  -5995.086862   8659.124945   -134.424770 11 12 13 249  P   P
+PG22 -17203.983938    196.404408 -20091.958649    150.856271 11 15 12 228  P   P
+PG23   3734.046548  18985.384670  18036.349878    316.270600 13 10 10 236  P   P
+PG24  10552.695973  14397.735946 -19693.284514    378.051667 12  9  9 288  P   P
+PG25 -18037.174666 -17628.128420   8345.158429     -0.981833 11 11 14 203  P   P
+PG26  11637.642854 -23325.116526  -4301.215411   -160.643594 10 10  9 283  P   P
+PG27  -1075.168379 -14425.660683 -21616.204667    251.375262 12  9 13 317  P   P
+PG28  17464.659858   4710.007518 -19023.257070     28.702320  9 11 12 256  P   P
+PG29 -10206.660813 -12103.903975  21412.259067    196.625815 10  9  9 230  P   P
+PG30 -10578.959101  11023.275687  21316.253081    333.610784 11 12  7 297  P   P
+PG31 -22978.959979   7912.477333  11169.042097     60.711398  9 11 12 206  P   P
+PG32   6594.282294  24795.897652  -7351.078784   -226.532393  1  9 10 231  P   P
+*  2011  4  1 12 30  0.00000000
+PG02  16088.549234 -13516.417006  15985.666813    328.280616 10 10 13 202  P   P
+PG03 -10081.750819  24118.447942   3179.751876    696.158324 10 11 10 272  P   P
+PG04  25275.030348  -6484.113219   5656.086841     76.385831 14 12 15 279  P   P
+PG05   4632.965202 -17336.363252  19527.191345   -137.990853 13 13  9 266  P   P
+PG06 -14127.308794  21228.048927   7184.198244   -225.812821  9 11 10 304  P   P
+PG07  22804.516736   6394.867629  12230.359175      7.023085 13 10 13 224  P   P
+PG08  26756.962929   1102.831749   2132.573796      7.627302  7  7 13 309  P   P
+PG09  -4903.421794 -14398.407514 -22323.603351     71.142056 15  8 14 293  P   P
+PG10  16193.379330  -2563.079957  20746.571655    -70.416203 13 13 12 363  P   P
+PG11   5016.950590  16145.970432 -20791.472800   -139.139271 10 12  6 190  P   P
+PG12 -10222.151030 -23533.386010  -7182.350317    -14.982851 13 10 14 251  P   P
+PG13  10388.448509  10736.746807  21810.027584    276.828959 14 11  7 145  P   P
+PG14 -17676.208296   7671.481767 -18062.333302    141.218777  9 13 12 218  P   P
+PG15   1659.490919 -23894.544650 -11290.446351   -138.669070 10 10 11 215  P   P
+PG16  -6687.077803  15261.945559  20641.081202   -161.948097 12 11  8 242  P   P
+PG17  17710.276736  -6928.160676 -18313.754190    184.214625  8 14 14 184  P   P
+PG18 -19765.555024 -12982.638731 -12151.864970    129.565384  8 12 12 237  P   P
+PG19  -6619.797467  24040.546484  -8626.763301   -126.009827 11  9 12 210  P   P
+PG20  13732.342729  22491.287251  -3736.869251     48.822810  6  9 11 248  P   P
+PG21 -23807.234780  -6294.652505  11112.797183   -134.427132 12 12 12 248  P   P
+PG22 -18309.773872  -1799.313173 -19024.614653    150.855547 10 15 13 225  P   P
+PG23   2681.060285  20663.849176  16263.277321    316.268325 13 10 11 234  P   P
+PG24   8235.127122  14502.049471 -20669.896903    378.054368 12  8  8 288  P   P
+PG25 -18293.548712 -18422.692355   5637.693279     -0.982154 12 10 14 204  P   P
+PG26  11948.732773 -23445.804301  -1391.301323   -160.652933 11 10  9 287  P   P
+PG27   1515.316235 -14673.986785 -21400.725463    251.378716 12  8 13 317  P   P
+PG28  18487.482867   6632.303969 -17485.169543     28.704467  9 10 12 256  P   P
+PG29  -9003.274169 -14169.754384  20672.531206    196.628315 10  9  9 229  P   P
+PG30 -12080.075625   8977.989164  21477.087747    333.613659 12 12  8 294  P   P
+PG31 -24081.230272   7807.187848   8592.302327     60.715958  8 11 12 212  P   P
+PG32   5912.470889  24010.936482  -9937.265202   -226.539022  4  9 10 221  P   P
+*  2011  4  1 12 45  0.00000000
+PG02  17837.969536 -13511.129249  13960.371796    328.282608  9 10 13 204  P   P
+PG03 -10282.879598  23466.723154   5921.849580    696.163022 10 11 10 269  P   P
+PG04  25817.089661  -6262.630104   2921.480168     76.395024 13 11 15 279  P   P
+PG05   6114.609170 -15568.967605  20588.090453   -137.996086 13 13  9 265  P   P
+PG06 -14096.910405  20219.223767   9769.310513   -225.918139  9 11 10 305  P   P
+PG07  21313.676157   6730.718328  14507.926693      7.023976 13 10 13 223  P   P
+PG08  26364.716344   1230.309109   4987.120626      7.627217  9  7 13 310  P   P
+PG09  -2492.165123 -14762.653628 -22487.752416     71.144189 15  8 13 295  P   P
+PG10  17514.915439   -604.046687  19844.842871    -70.417256 13 12 13 363  P   P
+PG11   2825.344115  16951.790757 -20526.237941   -139.142001 10 12  7 189  P   P
+PG12  -9495.231145 -22862.503974  -9829.915409    -14.980275 14 11 14 253  P   P
+PG13   9208.875398  12921.064329  21145.173927    276.827638 14 11  9 153  P   P
+PG14 -16817.125291   5663.358574 -19561.138441    141.220944  9 13 12 221  P   P
+PG15   2333.528977 -24869.663870  -8773.727047   -138.666335 10  9 12 217  P   P
+PG16  -8135.589131  13341.270923  21463.392440   -161.950615 12 11  8 242  P   P
+PG17  16919.554042  -4863.672645 -19685.307127    184.214819  8 14 13 190  P   P
+PG18 -20311.688598 -14179.903444  -9770.942579    129.567206  8 12 12 237  P   P
+PG19  -7250.300481  24659.997448  -5922.514293   -126.013262 12  9 12 213  P   P
+PG20  13128.094239  22252.285243  -6452.906357     48.822911  5  9 11 247  P   P
+PG21 -22510.626210  -6672.704505  13384.728445   -134.429495 13 12 12 249  P   P
+PG22 -19426.675006  -3625.368373 -17626.376105    150.854821 10 15 13 221  P   P
+PG23   1803.823663  22196.851306  14206.280070    316.266051 13  9 11 233  P   P
+PG24   5832.887403  14729.067243 -21290.780325    378.057111 11  8  8 288  P   P
+PG25 -18400.873182 -18955.399458   2833.273036     -0.982473 12  9 14 205  P   P
+PG26  12103.048855 -23284.277547   1543.066053   -160.662281 11 11  9 290  P   P
+PG27   4043.281318 -15052.162693 -20792.438842    251.382107 11  8 13 317  P   P
+PG28  19499.696444   8331.695433 -15637.045338     28.706612  8 10 13 255  P   P
+PG29  -7954.106406 -16202.420085  19579.899180    196.630818  9  8  9 228  P   P
+PG30 -13680.484624   7014.523306  21254.106999    333.616560 12 11  9 291  P   P
+PG31 -24892.173073   7729.299549   5870.543472     60.720514  8 11 13 217  P   P
+PG32   5038.676625  23021.932928 -12354.112261   -226.545644  6 10  9 208  P   P
+*  2011  4  1 13  0  0.00000000
+PG02  19348.659360 -13540.508241  11689.756826    328.284601  9 10 14 207  P   P
+PG03 -10450.474238  22523.541695   8558.900212    696.167721 11 12 10 267  P   P
+PG04  26064.431483  -6014.027680    137.495135     76.404216 13  9 14 280  P   P
+PG05   7748.974925 -13804.093913  21293.378860   -138.001310 14 13  9 264  P   P
+PG06 -14033.295694  18940.945539  12185.420498   -226.023446 10 12  9 307  P   P
+PG07  19603.184707   7191.071471  16538.235044      7.024864 14 10 13 223  P   P
+PG08  25667.065258   1414.204659   7758.664585      7.627143 10  7 13 311  P   P
+PG09   -107.710537 -15263.899011 -22284.159177     71.146309 15  8 13 297  P   P
+PG10  18853.707161   1188.080314  18598.346628    -70.418293 13 12 13 362  P   P
+PG11    708.960129  17828.437114 -19916.051897   -139.144736  9 12  8 190  P   P
+PG12  -8546.781530 -22009.476397 -12309.731247    -14.977698 14 11 14 254  P   P
+PG13   8193.454025  15079.492067  20111.353799    276.826317 14 11 10 159  P   P
+PG14 -16011.796802   3470.975783 -20717.615992    141.223106  9 13 12 223  P   P
+PG15   2865.028839 -25598.307079  -6104.547785   -138.663601 10  9 12 219  P   P
+PG16  -9729.465737  11447.803842  21915.932712   -161.953131 12 11  9 243  P   P
+PG17  16187.278422  -2634.766468 -20712.296573    184.215011  8 14 13 195  P   P
+PG18 -20739.141050 -15131.752940  -7223.118992    129.569030  9 11 12 237  P   P
+PG19  -7719.804418  25023.995395  -3114.206133   -126.016700 12  9 12 216  P   P
+PG20  12311.858609  21821.909760  -9058.758686     48.823011  3 10 11 246  P   P
+PG21 -20999.189478  -7154.872779  15437.988400   -134.431858 13 12 11 249  P   P
+PG22 -20516.812251  -5258.953901 -15922.076723    150.854094 10 15 14 217  P   P
+PG23   1091.860020  23541.009336  11900.779275    316.263778 13  9 12 232  P   P
+PG24   3393.224541  15083.286996 -21544.397512    378.059896 10  8  8 289  P   P
+PG25 -18324.388524 -19241.305248    -19.864824     -0.982790 12  8 15 208  P   P
+PG26  12135.324495 -22821.351811   4449.979222   -160.671637 11 11  9 294  P   P
+PG27   6457.153761 -15543.025895 -19802.187385    251.385435 11  8 13 316  P   P
+PG28  20459.184648   9790.331941 -13513.223732     28.708754  7 10 13 254  P   P
+PG29  -7065.131555 -18155.209710  18152.981277    196.633324  8  8  9 227  P   P
+PG30 -15345.374803   5170.402980  20651.538230    333.619478 12 11 10 286  P   P
+PG31 -25399.721485   7640.469650   3049.528564     60.725065  7 11 14 222  P   P
+PG32   3959.255918  21865.816608 -14559.468064   -226.552264  7 10  9 195  P   P
+*  2011  4  1 13 15  0.00000000
+PG02  20597.271487 -13570.587000   9213.154823    328.286595  8 10 14 211  P   P
+PG03 -10619.311079  21297.992287  11043.584158    696.172421 11 12  9 266  P   P
+PG04  26020.966379  -5703.229080  -2648.825863     76.413410 12  8 14 281  P   P
+PG05   9511.868380 -12083.341327  21631.159522   -138.006529 14 14 10 262  P   P
+PG06 -13972.320982  17408.692852  14391.269269   -226.128737 10 12  9 308  P   P
+PG07  17712.198858   7796.214295  18286.369654      7.025749 14 10 12 223  P   P
+PG08  24682.035650   1691.178652  10400.948690      7.627083 10  7 12 312  P   P
+PG09   2203.983248 -15889.412188 -21715.954690     71.148418 14  8 12 299  P   P
+PG10  20170.030153   2790.260293  17029.972095    -70.419314 12 12 14 362  P   P
+PG11  -1298.013757  18751.743722 -18969.999933   -139.147476  9 12  9 190  P   P
+PG12  -7367.486347 -21014.567371 -14579.272310    -14.975121 15 12 14 255  P   P
+PG13   7348.870779  17161.649062  18726.681711    276.824994 14 10 11 164  P   P
+PG14 -15292.657710   1132.528646 -21511.630465    141.225266  9 14 11 225  P   P
+PG15   3281.162707 -26053.802446  -3329.247712   -138.660867 10  9 12 222  P   P
+PG16 -11442.128113   9623.911667  21991.841578   -161.955646 12 11  9 243  P   P
+PG17  15542.504069   -280.558616 -21377.168685    184.215200  8 14 13 199  P   P
+PG18 -21012.228843 -15845.110435  -4552.459658    129.570853 10 11 12 237  P   P
+PG19  -8057.171901  25108.179272   -251.149004   -126.020139 12  9 12 218  P   P
+PG20  11271.516899  21234.879149 -11510.152659     48.823111  4 10 11 245  P   P
+PG21 -19306.238547  -7761.414084  17239.080065   -134.434221 14 12 10 250  P   P
+PG22 -21540.289028  -6685.006652 -13941.814493    150.853368  9 15 14 212  P   P
+PG23    527.155016  24657.324546   9386.751358    316.261506 13  9 13 230  P   P
+PG24    964.137522  15561.280533 -21425.521255    378.062725  9  8  9 289  P   P
+PG25 -18034.173926 -19302.903037  -2872.662882     -0.983107 13  8 15 211  P   P
+PG26  12083.936067 -22046.979857   7277.301224   -160.681001 12 11  9 298  P   P
+PG27   8709.796658 -16121.661949 -18448.281357    251.388703 12  9 14 314  P   P
+PG28  21323.122788  10999.541067 -11152.590766     28.710895  5 10 13 254  P   P
+PG29  -6334.170685 -19982.153139  16416.063585    196.635833  7  7  9 225  P   P
+PG30 -17034.770590   3476.633801  19680.616859    333.622416 12 11 11 282  P   P
+PG31 -25600.571021   7501.449834    176.854412     60.729616  6 11 14 226  P   P
+PG32   2668.437308  20583.060488 -16514.405370   -226.558881  9 11  9 197  P   P
+*  2011  4  1 13 30  0.00000000
+PG02  21568.595346 -13564.950160   6573.825692    328.288591  7 10 15 216  P   P
+PG03 -10822.475087  19807.802889  13331.072893    696.177120 11 12  9 265  P   P
+PG04  25698.605781  -5296.919417  -5390.632510     76.422610 11 10 13 282  P   P
+PG05  11372.290288 -10444.071077  21595.908135   -138.011741 14 14 11 260  P   P
+PG06 -13947.269543  15645.670207  16349.441388   -226.234016 11 12  8 310  P   P
+PG07  15684.389162   8559.099857  19722.112351      7.026632 15 10 12 224  P   P
+PG08  23435.566962   2093.826857  12869.686582      7.627042 11  6 12 313  P   P
+PG09   4399.935649 -16618.886351 -20791.945504     71.150514 14  8 12 301  P   P
+PG10  21422.153687   4187.509008  15168.011797    -70.420315 12 12 14 361  P   P
+PG11  -3166.021053  19692.544245 -17702.804183   -139.150219  9 11 10 190  P   P
+PG12  -5956.460105 -19920.514114 -16599.493826    -14.972543 15 13 13 256  P   P
+PG13   6673.015201  19117.942991  17015.458929    276.823673 14 10 12 171  P   P
+PG14 -14685.673151  -1308.036109 -21929.502996    141.227423  9 14 11 227  P   P
+PG15   3613.629531 -26216.999444   -496.059176   -138.658132 11  9 12 224  P   P
+PG16 -13240.356897   7906.968484  21690.739467   -161.958158 12 10 10 243  P   P
+PG17  15007.707893   2154.885522 -21668.834919    184.215387  7 14 13 202  P   P
+PG18 -21098.610351 -16334.468797  -1804.701513    129.572678 10 11 12 237  P   P
+PG19  -8295.746644  24896.161377   2616.324511   -126.023580 12 10 12 221  P   P
+PG20  10002.497405  20528.927315 -13765.545039     48.823213  6 10 10 244  P   P
+PG21 -17469.245059  -8506.328792  18758.398219   -134.436586 14 12  9 250  P   P
+PG22 -22456.741590  -7896.557881 -11720.381148    150.852641  9 15 14 206  P   P
+PG23     85.045615  25512.682107   6708.020576    316.259235 13  8 13 229  P   P
+PG24  -1407.286344  16151.745070 -20935.383660    378.065598  8  9  9 289  P   P
+PG25 -17506.442022 -19169.109186  -5676.086028     -0.983422 13  7 15 214  P   P
+PG26  11989.207977 -20960.909533   9973.704344   -160.690368 12 12  9 301  P   P
+PG27  10760.273043 -16756.485624 -16756.089557    251.391912 12  9 14 311  P   P
+PG28  22049.705479  11959.849631  -8597.750122     28.713035  3 10 13 253  P   P
+PG29  -5751.127038 -21639.634905  14398.701207    196.638346  7  7  9 222  P   P
+PG30 -18705.053269   1956.646566  18359.330019    333.625366 12 10 12 277  P   P
+PG31 -25500.270959   7273.749538  -2698.803649     60.734158  6 11 14 228  P   P
+PG32   1168.823013  19216.162642 -18183.953527   -226.565497  9 11  9 211  P   P
+*  2011  4  1 13 45  0.00000000
+PG02  22256.055585 -13486.336948   3818.168350    328.290589  5 11 15 221  P   P
+PG03 -11089.826012  18078.807132  15379.948361    696.181813 12 12  8 266  P   P
+PG04  25116.739930  -4764.974947  -8041.999177     76.431813 10 12 13 284  P   P
+PG05  13293.487552  -8918.092664  21188.548077   -138.016949 14 14 12 258  P   P
+PG06 -13987.447390  13682.028272  18026.969823   -226.339284 11 12  8 312  P   P
+PG07  13566.403272   9484.677326  20820.469362      7.027512 15  9 11 225  P   P
+PG08  21960.619728   2649.279643  15123.245696      7.627020 12  6 12 314  P   P
+PG09   6441.526672 -17425.138761 -19526.523190     71.152597 14  8 12 302  P   P
+PG10  22567.933418   5373.213135  13045.587574    -70.421297 11 12 14 361  P   P
+PG11  -4871.088316  20617.707475 -16134.674565   -139.152968  9 11 10 189  P   P
+PG12  -4321.497893 -18770.873761 -18335.502566    -14.969966 15 13 13 256  P   P
+PG13   6155.223585  20901.383466  15007.723076    276.822349 14 10 13 178  P   P
+PG14 -14209.329858  -3802.555284 -21964.246818    141.229577  9 14 11 229  P   P
+PG15   3897.206408 -26077.029373   2345.755584   -138.655398 11  9 12 227  P   P
+PG16 -15085.460747   6328.086611  21018.671089   -161.960667 12 10 10 243  P   P
+PG17  14597.935046   4624.093217 -21582.836931    184.215570  7 13 13 204  P   P
+PG18 -20970.575340 -16621.105313    973.515434    129.574503 10 11 12 237  P   P
+PG19  -8471.823857  24380.240431   5437.801266   -126.027022 12 10 12 223  P   P
+PG20   8508.120368  19743.294845 -15786.794335     48.823315  8 11 10 243  P   P
+PG21 -15528.598139  -9396.698075  19970.648432   -134.438949 14 12  8 252  P   P
+PG22 -23226.915504  -8894.764490  -9296.614844    150.851915  9 14 15 200  P   P
+PG23   -264.614318  26081.135750   3911.466508    316.256964 13  8 13 227  P   P
+PG24  -3676.508585  16835.876989 -20081.711615    378.068513  7  9  9 289  P   P
+PG25 -16724.605318 -18874.010708  -8381.962178     -0.983737 14  8 15 216  P   P
+PG26  11891.605065 -19572.951108  12489.739825   -160.699739 12 12  9 305  P   P
+PG27  12575.329849 -17410.629778 -14757.447564    251.395065 12 10 14 307  P   P
+PG28  22599.811502  12680.641301  -5894.158401     28.715172  3  9 13 252  P   P
+PG29  -5298.529997 -23087.950582  12135.233239    196.640861  6  7 10 219  P   P
+PG30 -20310.638185    625.570410  16712.014544    333.628325 12  9 12 272  P   P
+PG31 -25112.996178   6921.288109  -5528.477838     60.738694  7 11 15 231  P   P
+PG32   -528.427913  17808.038502 -19537.787525   -226.572115 10 12  9 225  P   P
+*  2011  4  1 14  0  0.00000000
+PG02  22661.869291 -13298.300206    994.853583    328.292587  5 11 15 226  P   P
+PG03 -11446.594922  16144.075118  17153.063566    696.186502 12 12  8 267  P   P
+PG04  24301.458586  -4081.767366 -10558.631659     76.441024  9 13 12 286  P   P
+PG05  15234.233299  -7530.579161  20416.412786   -138.022150 15 14 13 255  P   P
+PG06 -14116.955473  11553.831891  19395.851736   -226.444541 11 12  7 313  P   P
+PG07  11406.219032  10569.532387  21562.119612      7.028390 15  9 11 226  P   P
+PG08  20296.035849   3377.993187  17123.305552      7.627018 12  6 11 315  P   P
+PG09   8295.735717 -18275.064083 -17939.512133     71.154665 13  8 12 302  P   P
+PG10  23566.412667   6349.116559  10700.009768    -70.422257 10 12 15 360  P   P
+PG11  -6395.578671  21491.349253 -14291.069569   -139.155721  9 11 10 186  P   P
+PG12  -2478.996312 -17608.345484 -19757.165333    -14.967387 16 14 12 257  P   P
+PG13   5776.870718  22469.299007  12738.690891    276.821024 14 10 13 185  P   P
+PG14 -13873.942502  -6300.350110 -21615.672412    141.231729  9 14 12 230  P   P
+PG15   4168.178281 -25631.751868   5146.788001   -138.652663 12  9 11 229  P   P
+PG16 -16934.653395   4911.105980  19987.943388   -161.963174 12 10 11 243  P   P
+PG17  14320.258394   7077.854694 -21121.383213    184.215751  6 13 13 205  P   P
+PG18 -20606.155929 -16732.063537   3735.404492    129.576329 11 11 12 237  P   P
+PG19  -8623.004865  23561.775086   8163.731115   -126.030465 13 10 12 226  P   P
+PG20   6799.647539  18917.182363 -17539.771663     48.823416  9 11  9 241  P   P
+PG21 -13526.268978 -10432.263652  20855.224989   -134.441314 15 12  6 253  P   P
+PG22 -23814.201940  -9688.624486  -6712.690480    150.851189  9 14 15 191  P   P
+PG23   -556.058994  26344.921207   1046.162726    316.254693 13  9 14 225  P   P
+PG24  -5803.086561  17588.057379 -18878.643865    378.071470  4 10 10 290  P   P
+PG25 -15680.072839 -18455.424264 -10943.807119     -0.984049 14  8 14 219  P   P
+PG26  11829.892005 -17902.827375  14778.906968   -160.709110 12 12  9 308  P   P
+PG27  14130.533545 -18043.572266 -12489.906420    251.398167 12 10 15 302  P   P
+PG28  22938.540382  13179.477707  -3089.247975     28.717311  5  9 13 251  P   P
+PG29  -4952.367510 -24292.727941   9664.218182    196.643379  6  7 10 216  P   P
+PG30 -21805.733761   -510.137932  14768.823262    333.631287 11  8 13 269  P   P
+PG31 -24461.003922   6411.973877  -8263.714794     60.743230 10 11 15 235  P   P
+PG32  -2403.751542  16400.384680 -20550.856966   -226.578736 11 12  8 236  P   P
+*  2011  4  1 14 15  0.00000000
+PG02  22796.851910 -12966.849990  -1846.102461    328.294587  7 12 15 231  P   P
+PG03 -11912.176330  14042.742260  18618.318338    696.191183 13 12  6 269  P   P
+PG04  23284.544695  -3227.298113 -12898.541275     76.450243  8 14 12 288  P   P
+PG05  17150.285725  -6299.251913  19293.097733   -138.027350 15 14 13 252  P   P
+PG06 -14353.683135   9301.818310  20433.470035   -226.549790 12 11  5 315  P   P
+PG07   9251.448549  11801.854386  21933.774625      7.029265 15  9 10 228  P   P
+PG08  18485.188110   4292.777562  18835.483741      7.627040 13  6 11 315  P   P
+PG09   9936.195601 -19130.814284 -16055.952780     71.156719 13  8 12 303  P   P
+PG10  24379.370864   7124.987121   8172.085062    -70.423199  9 12 15 360  P   P
+PG11  -7728.715212  22276.180033 -12202.363735   -139.158480 10 10 11 183  P   P
+PG12   -453.545074 -16473.131531 -20839.644292    -14.964810 16 14 11 258  P   P
+PG13   5512.283871  23784.889161  10248.106448    276.819698 14  9 14 191  P   P
+PG14 -13681.301746  -8750.023888 -20890.361699    141.233879  9 14 12 232  P   P
+PG15   4462.709973 -24887.869255   7858.369148   -138.649930 12  9 12 232  P   P
+PG16 -18742.585824   3671.875310  18616.864632   -161.965677 12  9 11 242  P   P
+PG17  14173.570690   9466.954430 -20293.259818    184.215928  6 13 13 206  P   P
+PG18 -19990.022718 -16698.944472   6434.767133    129.578155 11 11 11 238  P   P
+PG19  -8786.505816  22451.202267  10746.350335   -126.033911 13 10 12 228  P   P
+PG20   4896.035940  18088.223747 -18994.903614     48.823519 10 11  9 240  P   P
+PG21 -11504.421641 -11605.265935  21396.545022   -134.443679 15 12  7 255  P   P
+PG22 -24186.074085 -10294.392176  -4013.362577    150.850464 10 14 15 182  P   P
+PG23   -826.044001  26295.154488  -1837.534595    316.252423 13 10 14 223  P   P
+PG24  -7752.068342  18376.825754 -17346.527425    378.074468  3 10 10 290  P   P
+PG25 -14372.745953 -17953.322736 -13317.619437     -0.984363 14  9 14 221  P   P
+PG26  11839.345079 -15979.599999  16798.686901   -160.718479 13 12  9 311  P   P
+PG27  15411.008950 -18612.919541  -9995.851494    251.401223 12 11 15 295  P   P
+PG28  23036.564529  13481.122962   -231.557817     28.719448  7  9 13 250  P   P
+PG29  -4683.175763 -25226.159309   7027.797651    196.645899  8  7 10 212  P   P
+PG30 -23146.105604  -1452.698521  12565.077496    333.634249 11  8 13 268  P   P
+PG31 -23573.791463   5719.149351 -10857.391822     60.747761 11 12 15 237  P   P
+PG32  -4429.669978  15032.079224 -21203.937139   -226.585363 12 12  9 244  P   P
+*  2011  4  1 14 30  0.00000000
+PG02  22679.877944 -12462.009881  -4654.301581    328.296590  8 12 15 235  P   P
+PG03 -12499.172696  11818.585193  19749.326386    696.195854 13 12  5 271  P   P
+PG04  22102.278056  -2188.123784 -15022.680247     76.459470  8 14 12 290  P   P
+PG05  18995.969171  -5233.864146  17838.205969   -138.032546 14 14 14 249  P   P
+PG06 -14708.558183   6969.994905  21122.917725   -226.655031 12 11  4 316  P   P
+PG07   7147.656632  13161.734818  21928.442145      7.030139 16  9 10 230  P   P
+PG08  16574.463135   5398.099865  20229.921428      7.627085 13  5 10 315  P   P
+PG09  11344.024846 -19951.170590 -13905.816897     71.158758 13  8 12 303  P   P
+PG10  24972.761830   7717.984127   5505.387755    -70.424119  8 12 15 359  P   P
+PG11  -8866.849689  22934.940732  -9903.420284   -139.161244 10 10 11 177  P   P
+PG12   1722.798386 -15401.400041 -21563.848936    -14.962234 16 14  9 258  P   P
+PG13   5329.939909  24818.550437   7579.509209    276.818370 14  8 14 197  P   P
+PG14 -13624.676017 -11101.283789 -19801.513915    141.236025  9 14 13 233  P   P
+PG15   4815.226891 -23860.704281  10433.440236   -138.647195 12 10 11 234  P   P
+PG16 -20462.974936   2617.847519  16929.392187   -161.968177 12  9 12 242  P   P
+PG17  14148.714111  11743.894336 -19113.620439    184.216102  6 12 13 206  P   P
+PG18 -19114.138316 -16556.554158   9026.698524    129.579980 11 11 11 238  P   P
+PG19  -8997.492128  21067.700440  13140.563768   -126.037358 13 11 11 230  P   P
+PG20   2823.405723  17291.035493 -20127.640798     48.823621 11 11  8 240  P   P
+PG21  -9504.013733 -12900.549669  21584.334900   -134.446045 15 12  9 256  P   P
+PG22 -24315.368956 -10734.720113  -1245.175816    150.849740 10 14 15 170  P   P
+PG23  -1112.173762  25932.184590  -4688.927584    316.250153 13 10 14 221  P   P
+PG24  -9495.178467  19166.105973 -15511.593834    378.077504  5 10 10 292  P   P
+PG25 -12811.193829 -17408.190535 -15462.632171     -0.984676 15 10 14 223  P   P
+PG26  11950.102624 -13840.687673  18511.504974   -160.727846 13 12  8 314  P   P
+PG27  16411.755370 -19076.259375  -7321.525788    251.404238 12 12 15 285  P   P
+PG28  22871.251328  13616.320857   2630.110617     28.721584  8  9 13 249  P   P
+PG29  -4457.345147 -25867.998214   4270.997421    196.648419  9  7 11 207  P   P
+PG30 -24290.770630  -2212.653096  10140.526466    333.637207 11  7 13 270  P   P
+PG31 -22486.981875   4822.845038 -13264.529863     60.752288 11 12 15 239  P   P
+PG32  -6571.610835  13737.684311 -21484.084616   -226.591998 12 13  9 251  P   P
+*  2011  4  1 14 45  0.00000000
+PG02  22337.018528 -11759.217437  -7379.939405    328.298595 10 13 15 239  P   P
+PG03 -13212.736312   9518.406786  20525.953406    696.200514 13 11  3 273  P   P
+PG04  20794.091696   -958.041072 -16895.533001     76.468710  9 15 12 291  P   P
+PG05  20725.816564  -4336.001290  16076.992933   -138.037740 14 14 15 245  P   P
+PG06 -15185.078454   4604.130442  21453.223999   -226.760266 12 10  4 317  P   P
+PG07   5136.757435  14621.789225  21545.586717      7.031011 16  8 11 232  P   P
+PG08  14611.628617   6689.692352  21281.819166      7.627156 13  5 10 315  P   P
+PG09  12508.406466 -20693.066095 -11523.651110     71.160783 12  8 12 303  P   P
+PG10  25317.990647   8151.757220   2745.508260    -70.425020  7 12 15 359  P   P
+PG11  -9813.460519  23431.873994  -7433.069317   -139.164012 10  9 11 170  P   P
+PG12   4011.526716 -14423.909252 -21916.795426    -14.959659 16 14  7 258  P   P
+PG13   5193.895055  25548.924539   4779.437847    276.817042 14  7 15 203  P   P
+PG14 -13689.164124 -13306.713936 -18368.668710    141.238172  9 14 13 235  P   P
+PG15   5256.870252 -22573.650627  12827.390213   -138.644460 12 10 11 236  P   P
+PG16 -22050.267622   1747.999951  14954.697318   -161.970672 11  8 12 241  P   P
+PG17  14228.937856  13864.541255 -17603.663591    184.216273  6 12 13 205  P   P
+PG18 -17978.149341 -16341.457863  11468.257532    129.581808 11 11 11 238  P   P
+PG19  -9287.508622  19438.513343  15304.766131   -126.040805 13 10 11 231  P   P
+PG20    614.242059  16555.895281 -20918.846723     48.823724 12 11  8 239  P   P
+PG21  -7563.431983 -14295.938881  21413.863581   -134.448411 15 12 11 258  P   P
+PG22 -24181.366870 -11037.564832   1544.341967    150.849018 11 14 15 156  P   P
+PG23  -1451.193884  25265.585232  -7457.925329    316.247883 12 11 14 219  P   P
+PG24 -11011.745336  19916.637122 -13405.518665    378.080577  7 10 11 294  P   P
+PG25 -11012.501414 -16859.371418 -17342.008579     -0.984989 15 10 13 224  P   P
+PG26  12185.736049 -11530.514133  19885.586678   -160.737208 13 12  8 316  P   P
+PG27  17137.537251 -19392.994615  -4515.994180    251.407217 12 12 15 271  P   P
+PG28  22427.520994  13620.380446   5447.498731     28.723721  9  9 13 248  P   P
+PG29  -4238.593179 -26206.281782   1440.976056    196.650944 10  8 11 203  P   P
+PG30 -25203.551274  -2808.173378   7538.536056    333.640155 10  7 13 274  P   P
+PG31 -21240.976333   3710.790179 -15443.089239     60.756811 12 12 15 241  P   P
+PG32  -8789.030388  12546.115671 -21384.980669   -226.598640 12 13 10 257  P   P
+*  2011  4  1 15  0  0.00000000
+PG02  21800.393080 -10840.507078  -9974.768739    328.300601 11 13 15 243  P   P
+PG03 -14050.239210   7190.301978  20934.710589    696.205163 13 11  4 275  P   P
+PG04  19401.128009    461.492422 -18485.658247     76.477956 10 15 12 293  P   P
+PG05  22296.210396  -3599.203449  14039.917729   -138.042934 14 14 15 241  P   P
+PG06 -15779.138927   2250.196484  21419.482572   -226.865496 12 10  5 319  P   P
+PG07   3255.550894  16148.082174  20791.181830      7.031881 16  8 12 235  P   P
+PG08  12644.141006   8154.486267  21971.913078      7.627250 13  4  9 315  P   P
+PG09  13426.887955 -21313.211369  -8948.145103     71.162795 11  8 12 302  P   P
+PG10  25392.985246   8455.315854    -60.708567    -70.425903  8 12 15 359  P   P
+PG11 -10578.874009  23734.174104  -4833.494680   -139.166788 10  9 11 152  P   P
+PG12   6368.956868 -13564.847292 -21891.865150    -14.957085 17 14  7 258  P   P
+PG13   5065.387667  25963.629236   1896.586797    276.815711 14  7 15 208  P   P
+PG14 -13852.381256 -15323.429934 -16617.314767    141.240317  9 14 14 236  P   P
+PG15   5814.089329 -21057.318956  14998.844040   -138.641727 13 10 11 238  P   P
+PG16 -23461.279035   1053.078144  12726.655712   -161.973165 11  7 12 241  P   P
+PG17  14390.661422  15789.635555 -15790.206681    184.216442  7 11 14 204  P   P
+PG18 -16589.506971 -16090.492617  13719.096247    129.583634 11 11 10 238  P   P
+PG19  -9683.070460  17597.964307  17201.585170   -126.044254 13 10 10 232  P   P
+PG20  -1693.639695  15907.597806 -21355.102618     48.823827 12 11  8 239  P   P
+PG21  -5717.208320 -15762.875256  20886.116365   -134.450778 15 12 12 260  P   P
+PG22 -23770.629415 -11234.901738   4307.490068    150.848298 12 13 15 142  P   P
+PG23  -1877.320831  24313.786102 -10095.978327    316.245612 12 11 14 217  P   P
+PG24 -12289.330959  20587.552662 -11064.870835    378.083678  8 11 12 297  P   P
+PG25  -9001.795198 -16343.472691 -18923.470478     -0.985303 16 11 13 225  P   P
+PG26  12562.113460  -9098.845017  20895.675378   -160.746563 13 12  8 319  P   P
+PG27  17602.368602 -19526.074734  -1630.084676    251.410168 13 13 15 249  P   P
+PG28  21698.417632  13531.629381   8173.647213     28.725859 10  9 13 247  P   P
+PG29  -3989.548367 -26237.750336  -1413.767517    196.653468 11  8 11 199  P   P
+PG30 -25854.428426  -3264.069848   4805.229870    333.643089 10  8 14 278  P   P
+PG31 -19879.421025   2379.136435 -17354.733326     60.761328 12 12 14 242  P   P
+PG32 -11036.801047  11479.538037 -20907.147797   -226.605294 13 13 11 261  P   P
+*  2011  4  1 15 15  0.00000000
+PG02  21106.785482  -9695.423726 -12393.025838    328.302610 12 14 15 246  P   P
+PG03 -15001.285532   4881.881807  20968.993418    696.209797 13 10  6 277  P   P
+PG04  17964.744705   2061.216586 -19766.176994     76.487215 11 15 13 295  P   P
+PG05  23666.959886  -3009.403176  11762.109432   -138.048127 14 13 15 237  P   P
+PG06 -16479.157375    -47.183908  21022.884070   -226.970723 12  9  6 320  P   P
+PG07   1534.456167  17701.322832  19677.649783      7.032750 16  8 13 237  P   P
+PG08  10717.453765   9770.881385  22286.880625      7.627370 14  4  8 314  P   P
+PG09  14105.384809 -21769.769718  -6221.621636     71.164792 11  7 12 302  P   P
+PG10  25183.027543   8661.715394  -2865.924053    -70.426768  9 12 15 359  P   P
+PG11 -11179.713560  23813.357105  -2149.535517   -139.169567 10  9 12 133  P   P
+PG12   8747.714357 -12840.934003 -21488.955774    -14.954512 17 14 10 258  P   P
+PG13   4904.548159  26059.645599  -1019.066967    276.814380 14  8 15 213  P   P
+PG14 -14085.447481 -17114.550759 -14578.394439    141.242460  9 13 14 238  P   P
+PG15   6507.427231 -19348.413535  16910.386641   -138.638993 13 10 10 240  P   P
+PG16 -24656.745641    516.150427  10283.272761   -161.975653 10  7 12 240  P   P
+PG17  14604.509369  17486.104384 -13705.168421    184.216609  8 11 14 203  P   P
+PG18 -14963.314878 -15839.289766  15742.045100    129.585462 11 11 10 238  P   P
+PG19 -10204.472121  15586.204079  18798.532104   -126.047703 13 10  9 234  P   P
+PG20  -4058.328179  15364.529458 -21428.924645     48.823929 13 11  9 238  P   P
+PG21  -3994.861402 -17267.305851  20007.901210   -134.453145 16 12 13 262  P   P
+PG22 -23077.566608 -11361.300833   6997.195149    150.847580 12 13 15 142  P   P
+PG23  -2420.679471  23103.359888 -12556.977265    316.243342 12 12 14 216  P   P
+PG24 -13324.035862  21138.044021  -8530.461338    378.086808  9 11 13 301  P   P
+PG25  -6811.464419 -15892.887442 -20179.848802     -0.985617 16 11 12 225  P   P
+PG26  13086.613320  -6598.890512  21523.585564   -160.755909 13 12  8 321  P   P
+PG27  17828.629704 -19443.551229   1284.659618    251.413101 13 14 15 218  P   P
+PG28  20685.382328  13389.795492  10763.596505     28.727997 11  9 13 247  P   P
+PG29  -3673.384275 -25967.946768  -4244.215108    196.655992 12  9 11 196  P   P
+PG30 -26220.642519  -3610.549771   1988.605098    333.646006  9  8 13 283  P   P
+PG31 -18447.545411    832.860565 -18965.544542     60.765842 13 12 14 243  P   P
+PG32 -13266.810497  10552.537838 -20058.027470   -226.611959 13 13 11 264  P   P
+*  2011  4  1 15 30  0.00000000
+PG02  20296.085890  -8321.628248 -14592.296427    328.304622 12 15 15 249  P   P
+PG03 -16048.064031   2638.534466  20629.161506    696.214417 13  9  7 278  P   P
+PG04  16525.022249   3824.212581 -20715.201543     76.496486 11 16 13 297  P   P
+PG05  24802.754739  -2545.659753   9282.758136   -138.053322 13 13 16 232  P   P
+PG06 -17266.490950  -2246.224415  20270.655295   -227.075949 12  8  7 321  P   P
+PG07     -3.507500  19238.287622  18223.687317      7.033619 16  8 13 240  P   P
+PG08   8873.388460  11509.349712  22219.664707      7.627514 14  4  8 313  P   P
+PG09  14557.878751 -22024.024213  -3389.446805     71.166778 10  7 12 300  P   P
+PG10  24681.318178   8806.610754  -5623.055438    -70.427620 11 12 15 359  P   P
+PG11 -11638.093086  23646.493248    572.088070   -139.172346 11 10 12 145  P   P
+PG12  11098.372328 -12260.821640 -20714.519658    -14.951942 17 14 12 257  P   P
+PG13   4672.146626  25843.349468  -3917.149405    276.813046 14  9 15 217  P   P
+PG14 -14354.236019 -18650.432351 -12287.716785    141.244604 10 13 14 239  P   P
+PG15   7350.548404 -17488.385138  18529.209264   -138.636260 13 11 10 241  P   P
+PG16 -25602.737490    113.449938   7666.052765   -161.978138  9  7 12 239  P   P
+PG17  14836.573431  18928.131923 -11384.972133    184.216773  9 11 15 201  P   P
+PG18 -13121.911866 -15620.857897  17503.650264    129.587288 11 11 10 238  P   P
+PG19 -10864.861424  13447.745705  20068.547922   -126.051154 13 10  9 234  P   P
+PG20  -6435.205158  14937.995612 -21138.890739     48.824032 13 11 10 238  P   P
+PG21  -2419.906760 -18770.797530  18791.878895   -134.455513 16 12 14 264  P   P
+PG22 -22104.714519 -11452.419119   9567.789018    150.846865 13 13 14 151  P   P
+PG23  -3105.913929  21667.996345 -14798.096032    316.241071 12 12 14 214  P   P
+PG24 -14120.465457  21529.040344  -5846.604036    378.089972 10 12 14 305  P   P
+PG25  -4480.106927 -15534.491758 -21089.547322     -0.985931 16 11 11 225  P   P
+PG26  13757.726929  -4085.263966  21758.572632   -160.765246 13 12  9 322  P   P
+PG27  17845.870100 -19119.895682   4176.988305    251.416020 13 14 15 244  P   P
+PG28  19398.227706  13234.376067  13175.027070     28.730136 11  9 12 246  P   P
+PG29  -3255.440614 -25410.990295  -7001.665746    196.658517 12  9 11 196  P   P
+PG30 -26287.504855  -3881.781874   -862.355730    333.648902  8  9 13 287  P   P
+PG31 -16990.435199   -914.176030 -20246.676734     60.770352 13 12 14 244  P   P
+PG32 -15429.708439   9771.613296 -18851.910899   -226.618636 13 13 12 267  P   P
+*  2011  4  1 15 45  0.00000000
+PG02  19409.626605  -6725.170177 -16534.300897    328.306636 13 15 15 251  P   P
+PG03 -17166.021912    501.799150  19922.461122    696.219021 13  7  8 280  P   P
+PG04  15119.324623   5726.329065 -21316.200442     76.505767 12 16 14 298  P   P
+PG05  25674.440919  -2181.160042   6644.441431   -138.058520 13 13 16 228  P   P
+PG06 -18116.125929  -4309.348050  19175.908916   -227.181176 12  7  7 322  P   P
+PG07  -1343.451101  20713.416699  16453.977156      7.034485 15  7 14 243  P   P
+PG08   7148.630994  13333.359420  21769.704712      7.627680 14  3  8 312  P   P
+PG09  14805.811994 -22041.975436   -499.361044     71.168752 11  6 12 299  P   P
+PG10  23889.258626   8926.731591  -8286.006162    -70.428456 12 12 14 359  P   P
+PG11 -11980.582387  23217.247282   3283.612421   -139.175137 11 10 12 138  P   P
+PG12  13371.183414 -11824.819958 -19581.486451    -14.949374 17 14 13 257  P   P
+PG13   4331.308271  25330.189491  -6747.770128    276.811711 14 10 15 221  P   P
+PG14 -14620.828812 -19909.617731  -9785.292745    141.246748 10 12 15 240  P   P
+PG15   8349.545870 -15521.914481  19827.667071   -138.633527 13 11  9 242  P   P
+PG16 -26271.879599   -184.529117   4919.321238   -161.980618  8  7 12 238  P   P
+PG17  15049.849841  20097.949446  -8869.883243    184.216937 10 10 15 200  P   P
+PG18 -11094.204539 -15464.273859  18974.660425    129.589115 11 10  9 237  P   P
+PG19 -11669.613524  11229.847786  20990.437399   -126.054606 13 10  8 235  P   P
+PG20  -8778.439808  14631.825355 -20489.675066     48.824133 13 11 10 239  P   P
+PG21  -1009.075415 -20231.846802  17256.507706   -134.457882 16 12 15 267  P   P
+PG22 -20862.715607 -11543.467635  11975.752780    150.846152 13 13 14 162  P   P
+PG23  -3951.029010  20047.207882 -16780.560935    316.238799 11 12 13 214  P   P
+PG24 -14691.358629  21724.834782  -3060.303781    378.093145 11 13 14 309  P   P
+PG25  -2051.239331 -15288.567176 -21636.911920     -0.986247 16 11  9 225  P   P
+PG26  14565.067466  -1611.894164  21597.508687   -160.774572 13 11  9 324  P   P
+PG27  17689.363022 -18537.034149   6996.887141    251.418935 13 14 14 269  P   P
+PG28  17854.823082  13103.051473  15368.837459     28.732277 12  9 12 246  P   P
+PG29  -2704.768045 -24589.031572  -9638.573542    196.661041 13  9 11 197  P   P
+PG30 -26048.894665  -4114.330706  -3698.558126    333.651774  8  9 13 290  P   P
+PG31 -15551.307627  -2839.519820 -21174.928244     60.774858 13 12 13 245  P   P
+PG32 -17476.728150   9135.008350 -17309.719153   -226.625327 13 13 13 269  P   P
+*  2011  4  1 16  0  0.00000000
+PG02  18488.484263  -4920.418672 -18185.581331    328.308652 13 15 14 253  P   P
+PG03 -18324.826302  -1492.078431  18862.797660    696.223611 13  6  9 281  P   P
+PG04  13780.964024   7736.878746 -21558.294119     76.515060 13 16 14 300  P   P
+PG05  26260.070825  -1884.446132   3892.397795   -138.063721 12 13 16 224  P   P
+PG06 -18997.613658  -6204.396322  17757.407717   -227.286405 12  7  8 324  P   P
+PG07  -2479.026793  22080.523189  14398.787912      7.035353 15  7 15 245  P   P
+PG08   5573.413086  15200.592442  20943.063442      7.627870 14  1  8 311  P   P
+PG09  14877.189866 -21795.807524   2399.266064     71.170715 11  6 11 297  P   P
+PG10  22816.444192   9058.334278 -10810.369359    -70.429281 12 12 14 359  P   P
+PG11 -12236.983289  22516.678316   5937.114526   -139.177928 10 11 12 171  P   P
+PG12  15517.837859 -11524.958619 -18109.068766    -14.946808 17 14 14 256  P   P
+PG13   3849.129095  24544.027934  -9462.382223    276.810375 14 11 15 225  P   P
+PG14 -14845.119616 -20879.470466  -7114.607054    141.248891 11 12 15 241  P   P
+PG15   9502.554523 -13495.286670  20783.739029   -138.630793 13 10  9 243  P   P
+PG16 -26644.339420   -411.722567   2089.509537   -161.983095  7  8 12 236  P   P
+PG17  15205.794215  20986.319375  -6203.294560    184.217099 11 10 15 199  P   P
+PG18  -8914.772771 -15393.525840  20130.460066    129.590941 12 10  9 237  P   P
+PG19 -12616.026621   8980.812359  21549.185936   -126.058057 13 10  7 236  P   P
+PG20 -11042.534420  14442.268712 -19491.988909     48.824235 13 11 11 239  P   P
+PG21    228.224052 -21607.345032  15425.893367   -134.460251 16 11 16 269  P   P
+PG22 -19370.004907 -11667.710941  14180.417341    150.845440 13 12 14 169  P   P
+PG23  -4966.508791  18284.822104 -18470.330733    316.236526 11 13 13 213  P   P
+PG24 -15056.893823  21694.589618   -220.389386    378.096335 12 13 15 313  P   P
+PG25    428.179942 -15167.989869 -21812.499355     -0.986563 16 12  8 224  P   P
+PG26  15489.781337    770.009774  21044.862864   -160.783885 13 11 10 325  P   P
+PG27  17398.482935 -17685.067343   9696.438949    251.421855 13 15 14 285  P   P
+PG28  16080.507910  13030.195565  17309.659927     28.734420 12  9 11 245  P   P
+PG29  -1995.535726 -23531.408453 -12109.372478    196.663565 13 10 11 200  P   P
+PG30 -25507.431060  -4345.526147  -6471.637781    333.654617  7 10 13 293  P   P
+PG31 -14169.858313  -4912.764412 -21733.220622     60.779363 13 12 13 246  P   P
+PG32 -19361.504846   8632.901377 -15458.633943   -226.632031 13 13 13 271  P   P
+*  2011  4  1 16 15  0.00000000
+PG02  17571.820683  -2929.658103 -19518.076881    328.310671 13 16 14 255  P   P
+PG03 -19489.566891  -3313.350399  17470.370111    696.228184 13  5  9 281  P   P
+PG04  12538.017395   9819.584113 -21436.475711     76.524363 13 16 15 301  P   P
+PG05  26545.688925  -1620.821672   1073.758970   -138.068925 11 13 16 221  P   P
+PG06 -19876.217539  -7905.633304  16039.247960   -227.391637 12  8  8 325  P   P
+PG07  -3412.501211  23294.548598  12093.467336      7.036220 15  5 15 248  P   P
+PG08   4170.434434  17064.416459  19752.439853      7.628080 14  3  9 309  P   P
+PG09  14805.416031 -21265.161035   5256.250703     71.172670 11  7 12 295  P   P
+PG10  21480.370965   9235.685514 -13154.098166    -70.430099 13 12 14 359  P   P
+PG11 -12438.964994  21543.759666   8485.423750   -139.180723 11 11 12 188  P   P
+PG12  17493.179367 -11345.386503 -16322.452217    -14.944244 16 14 15 255  P   P
+PG13   3198.129350  23516.173436 -12014.606279    276.809036 14 12 15 227  P   P
+PG14 -14986.500131 -21556.471297  -4321.842025    141.251035 11 11 15 242  P   P
+PG15  10799.684345 -11454.720721  21381.383417   -138.628059 13 11  9 244  P   P
+PG16 -26708.545648   -605.023392   -775.588939   -161.985569  6  8 12 235  P   P
+PG17  15265.933026  21592.699597  -3430.972892    184.217261 12  9 15 199  P   P
+PG18  -6622.777513 -15426.547722  20951.446206    129.592767 12  9  9 237  P   P
+PG19 -13693.347420   6748.265540  21736.157495   -126.061509 13 11  8 236  P   P
+PG20 -13183.865680  14358.191131 -18162.427560     48.824336 13 11 12 240  P   P
+PG21   1290.171663 -22854.150830  13329.535637   -134.462622 16 10 16 270  P   P
+PG22 -17652.215740 -11855.054806  16144.611439    150.844732 14 12 13 174  P   P
+PG23  -6154.746390  16427.324943 -19838.675096    316.234253 11 13 13 213  P   P
+PG24 -15243.701763  21413.657310   2623.389378    378.099532 12 14 15 317  P   P
+PG25   2909.358964 -15177.717900 -21613.241014     -0.986880 16 12  7 223  P   P
+PG26  16505.336426   3013.846822  20112.493333   -160.793185 13 11 11 327  P   P
+PG27  17014.980164 -16562.661617  12230.589753    251.424787 13 15 14 297  P   P
+PG28  14107.258631  13045.530069  18966.314473     28.736564 12  9 11 245  P   P
+PG29  -1108.245372 -22273.533491 -14371.273384    196.666087 14 10 10 204  P   P
+PG30 -24674.322050  -4611.833132  -9134.757904    333.657430  7 10 13 295  P   P
+PG31 -12880.747563  -7096.516652 -21910.969280     60.783866 13 12 13 246  P   P
+PG32 -21041.811494   8247.942982 -13331.585666   -226.638749 13 13 14 272  P   P
+*  2011  4  1 16 30  0.00000000
+PG02  16695.331287   -782.369331 -20509.578152    328.312691 14 16 14 257  P   P
+PG03 -20622.143614  -4939.685353  15771.183516    696.232741 13  6  9 282  P   P
+PG04  11412.338472  11933.742542 -20951.751466     76.533677 13 15 15 302  P   P
+PG05  26525.823975  -1353.882284  -1763.246119   -138.074135 10 12 16 218  P   P
+PG06 -20714.228984  -9394.510322  14050.466712   -227.496875 12  8  8 325  P   P
+PG07  -4154.486460  24313.294908   9577.836376      7.037088 15  2 16 250  P   P
+PG08   2954.073632  18875.560183  18217.059055      7.628309 14  2 10 307  P   P
+PG09  14627.896604 -20438.154696   8021.469365     71.174617 12  9 12 293  P   P
+PG10  19905.868943   9489.630452 -15278.137238    -70.430908 14 12 13 359  P   P
+PG11 -12618.615162  20305.590558  10883.039268   -139.183522 11 12 12 201  P   P
+PG12  19256.811076 -11263.093856 -14252.373506    -14.941683 16 14 16 254  P   P
+PG13   2357.489594  22284.146254 -14361.005286    276.807696 14 12 15 230  P   P
+PG14 -15005.562649 -21946.171150  -1455.068288    141.253181 12 11 15 243  P   P
+PG15  12223.274554  -9444.719148  21610.784674   -138.625325 13 10  9 244  P   P
+PG16 -26461.612974   -802.698971  -3627.581741   -161.988040  5  9 12 234  P   P
+PG17  15193.469867  21925.086409   -600.280267    184.217422 13  9 16 201  P   P
+PG18  -4260.706559 -15574.478193  21423.345206    129.594592 12  8  9 237  P   P
+PG19 -14883.120949   4577.487980  21549.174671   -126.064961 13 12  8 236  P   P
+PG20 -15162.165373  14361.559294 -16523.223820     48.824436 13 11 12 241  P   P
+PG21   2182.510628 -23930.713983  11001.964541   -134.464993 16  8 17 272  P   P
+PG22 -15741.328355 -12130.773887  17835.249475    150.844026 14 11 13 177  P   P
+PG23  -7509.805221  14522.122981 -20862.642433    316.231977 11 13 12 213  P   P
+PG24 -15283.626773  20864.662653   5421.280533    378.102729 13 14 16 321  P   P
+PG25   5343.351268 -15314.596449 -21042.498805     -0.987198 16 11  9 222  P   P
+PG26  17578.642964   5079.282325  18819.266055   -160.802471 12 11 11 328  P   P
+PG27  16581.225080 -15177.110204  14557.813593    251.427740 14 15 13 305  P   P
+PG28  11972.640237  13172.964160  20312.202791     28.738711 13  9 10 245  P   P
+PG29    -30.702621 -20855.554953 -16385.018507    196.668609 14 10 10 207  P   P
+PG30 -23568.904891  -4947.283689 -11643.351157    333.660212  8 10 12 296  P   P
+PG31 -11712.289647  -9347.655450 -21704.334303     60.788366 13 12 13 246  P   P
+PG32 -22481.135617   7956.120438 -10966.610559   -226.645484 12 13 14 273  P   P
+*  2011  4  1 16 45  0.00000000
+PG02  15889.863397   1485.769250 -21144.055442    328.314713 14 16 14 258  P   P
+PG03 -21682.776743  -6356.770389  13796.458205    696.237283 13  7 10 282  P   P
+PG04  10418.803344  14035.572859 -20111.195078     76.543001 14 15 15 303  P   P
+PG05  26203.669997  -1047.111055  -4570.103212   -138.079349  9 12 16 217  P   P
+PG06 -21472.404707 -10660.165290  11824.578345   -227.602120 12  9  9 326  P   P
+PG07  -4723.337912  25099.063856   6895.494195      7.037956 14    16 252  P   P
+PG08   1929.926126  20583.930099  16362.433546      7.628554 14  2 10 305  P   P
+PG09  14384.461293 -19312.104611  10645.778694     71.176559 12 11 12 290  P   P
+PG10  18124.282115   9846.294856 -17147.010388    -70.431715 14 12 12 360  P   P
+PG11 -12806.968708  18817.284995  13087.029813   -139.186320 11 12 12 211  P   P
+PG12  20774.527628 -11248.929934 -11934.592871    -14.939124 16 14 16 253  P   P
+PG13   1314.023483  20890.226058 -16461.798667    276.806356 14 13 14 232  P   P
+PG14 -14865.753402 -22062.806952   1436.582705    141.255328 13 10 15 244  P   P
+PG15  13748.457103  -7506.500996  21468.489452   -138.622591 13 10  9 245  P   P
+PG16 -25909.457499  -1042.756242  -6418.250155   -161.990508  6  9 12 233  P   P
+PG17  14954.826091  21999.546265   2240.617579    184.217584 13  8 16 204  P   P
+PG18  -1872.999021 -15841.171538  21537.465714    129.596417 12  7  9 237  P   P
+PG19 -16159.846585   2509.858444  20992.484456   -126.068412 13 12  9 236  P   P
+PG20 -16941.885954  14428.201843 -14601.909645     48.824536 13 11 13 242  P   P
+PG21   2918.220796 -24798.689494   8482.261661   -134.467364 16  5 17 274  P   P
+PG22 -13674.593662 -12514.425661  19223.852516    150.843324 14 11 12 179  P   P
+PG23  -9017.517807  12615.795503 -21525.411229    316.229702 10 12 12 215  P   P
+PG24 -15212.289215  20038.301562   8124.444040    378.105934 13 14 16 325  P   P
+PG25   7682.741984 -15567.488713 -20110.012064     -0.987517 16 11 10 221  P   P
+PG26  18671.447495   6933.607545  17190.521575   -160.811742 12 10 11 328  P   P
+PG27  16138.489837 -13544.076985  16640.674250    251.430723 14 15 12 312  P   P
+PG28   9718.579031  13429.653853  21325.643789     28.740858 13  8  9 245  P   P
+PG29   1241.294407 -19320.842352 -18115.579458    196.671129 14 10 10 210  P   P
+PG30 -22217.902587  -5382.028309 -13955.798306    333.662960  8 10 12 297  P   P
+PG31 -10685.401172 -11618.835895 -21116.342129     60.792867 13 12 13 246  P   P
+PG32 -23650.027659   7727.910624  -8406.093558   -226.652231 12 13 15 274  P   P
+*  2011  4  1 17  0  0.00000000
+PG02  15180.257584   3834.115863 -21411.859591    328.316737 14 17 14 259  P   P
+PG03 -22631.573829  -7558.580682  11581.956265    696.241810 13  9 10 282  P   P
+PG04   9564.820445  16079.698128 -18927.910599     76.552332 14 15 16 304  P   P
+PG05  25590.949797   -665.477870  -7298.827413   -138.084570  9 12 16 217  P   P
+PG06 -22111.473674 -11699.639717   9399.045722   -227.707373 12 10  9 327  P   P
+PG07  -5144.241863  25620.136840   4093.046614      7.038830 14  4 16 254  P   P
+PG08   1094.695227  22140.498287  14219.992573      7.628814 14  1 11 303  P   P
+PG09  14115.660544 -17893.899124  13081.962293     71.178499 13 12 12 287  P   P
+PG10  16172.424150  10325.966134 -18729.359554    -70.432522 15 12 12 360  P   P
+PG11 -13032.578692  17101.537605  15057.891519   -139.189122 11 13 12 220  P   P
+PG12  22019.515746 -11268.876420  -9409.269704    -14.936569 15 14 16 251  P   P
+PG13     62.852216  19379.839644 -18281.505529    276.805013 14 13 14 234  P   P
+PG14 -14534.913813 -21928.599284   4303.750218    141.257476 13  9 15 245  P   P
+PG15  15344.006024  -5676.577546  20957.431917   -138.619858 12 10 10 245  P   P
+PG16 -25066.598112  -1361.314450  -9100.322312   -161.992975  7 10 11 232  P   P
+PG17  14521.058899  21839.457507   5043.543419    184.217745 14  8 16 207  P   P
+PG18    495.406320 -16222.979552  21290.883287    129.598241 12  6  9 237  P   P
+PG19 -17491.910701    581.467822  20076.615223   -126.071863 13 13  9 235  P   P
+PG20 -18493.399871  14528.818273 -12430.888779     48.824636 13 11 13 244  P   P
+PG21   3516.893247 -25424.476280   5813.465356   -134.469737 15  6 17 276  P   P
+PG22 -11493.271797 -13018.989762  20286.996705    150.842623 14 11 12 180  P   P
+PG23 -10655.914255  10752.405511 -21816.522302    316.227424 10 12 12 216  P   P
+PG24 -15067.509849  18933.824478  10685.841223    378.109122 14 14 16 328  P   P
+PG25   9883.277264 -15917.727747 -18831.735996     -0.987838 16 11 12 219  P   P
+PG26  19741.929436   8552.749986  15257.415750   -160.820999 11 10 12 329  P   P
+PG27  15725.328906 -11687.045699  18446.286131    251.433741 14 16 12 317  P   P
+PG28   7389.997140  13825.308982  21990.152026     28.743010 13  8  8 245  P   P
+PG29   2703.578686 -17714.354825 -19532.785022    196.673648 14 10  9 212  P   P
+PG30 -20654.430374  -5941.056894 -16034.038226    333.665675  9 11 12 297  P   P
+PG31  -9812.854478 -13860.179756 -20156.871899     60.797367 13 12 13 246  P   P
+PG32 -24527.162259   7529.669443  -5695.917637   -226.658992 11 13 15 274  P   P
+*  2011  4  1 17 15  0.00000000
+PG02  14584.454076   6218.481338 -21309.797811    328.318762 14 17 14 260  P   P
+PG03 -23430.088134  -8547.315942   9167.246180    696.246322 12 10 10 283  P   P
+PG04   8850.127338  18020.713273 -17420.899103     76.561672 14 15 16 305  P   P
+PG05  24707.466656   -176.981330  -9902.767996   -138.089797  9 11 15 218  P   P
+PG06 -22593.659609 -12517.806031   6814.692006   -227.812635 12 10 10 327  P   P
+PG07  -5448.029144  25852.034759   1219.272758      7.039708 13  4 16 255  P   P
+PG08    436.447962  23499.184920  11826.580417      7.629087 14  3 11 301  P   P
+PG09  13861.006688 -16200.000192  15285.682229     71.180436 13 13 12 283  P   P
+PG10  14091.345295  10942.192305 -19998.430370    -70.433330 15 12 10 360  P   P
+PG11 -13320.192945  15187.881487  16760.340229   -139.191924 12 13 12 227  P   P
+PG12  22973.274678 -11285.525999  -6720.252586    -14.934015 15 14 17 249  P   P
+PG13  -1392.242720  17799.850887 -19789.508945    276.803670 14 13 14 235  P   P
+PG14 -13986.652271 -21572.762337   7097.666499    141.259627 14  8 15 245  P   P
+PG15  16973.438398  -3985.523685  20086.850223   -138.617125 12 10 10 245  P   P
+PG16 -23955.649938  -1791.045170 -11628.236876   -161.995438  8 10 11 231  P   P
+PG17  13869.105325  21474.493269   7761.090265    184.217907 14  7 15 211  P   P
+PG18   2800.550484 -16708.815941  20686.551705    129.600064 12  4 10 237  P   P
+PG19 -18842.756523  -1178.047199  18818.132080   -126.075314 12 13 10 234  P   P
+PG20 -19793.986917  14630.199799 -10046.924516     48.824737 12 10 13 245  P   P
+PG21   4003.821345 -25780.613952   3041.863019   -134.472110 15  8 17 277  P   P
+PG22  -9241.231341 -13650.263817  21006.684162    150.841925 14 10 11 180  P   P
+PG23 -12395.959382   8971.934831 -21731.992233    316.225147 10 12 12 218  P   P
+PG24 -14887.662246  17559.186132  13061.080685    378.112294 14 14 16 331  P   P
+PG25  11905.375214 -16339.872110 -17229.573994     -0.988159 16 11 13 218  P   P
+PG26  20746.423541   9921.903538  13056.162798   -160.830241 11 10 12 329  P   P
+PG27  15376.111433  -9636.506106  19946.679411    251.436801 14 16 11 321  P   P
+PG28   5033.352463  14361.768332  22294.659798     28.745162 13  7  7 246  P   P
+PG29   4343.567139 -16080.955739 -20611.866389    196.676165 14 10  9 214  P   P
+PG30 -18916.793107  -6643.131587 -17844.106022    333.668354 10 11 11 296  P   P
+PG31  -9098.869372 -16021.084342 -18842.503726     60.801868 12 12 13 245  P   P
+PG32 -25100.067699   7325.194703  -2884.543456   -226.665766 11 13 15 274  P   P
+*  2011  4  1 17 30  0.00000000
+PG02  14112.893884   8592.667969 -20841.089850    328.320788 14 17 15 260  P   P
+PG03 -24042.806512  -9333.016951   6594.926177    696.250820 12 10 11 283  P   P
+PG04   8266.887000  19814.781380 -15614.825289     76.571019 14 14 16 306  P   P
+PG05  23580.361337    445.925723 -12337.390810   -138.095030 10 11 15 220  P   P
+PG06 -22884.164109 -13127.007665   4115.059490   -227.917908 12 11 10 328  P   P
+PG07  -5669.762519  25778.505916  -1675.753563      7.040573 13  6 16 257  P   P
+PG08    -64.768095  24618.656333   9223.828579      7.629368 14  5 12 299  P   P
+PG09  13657.233501 -14256.057483  17216.409727     71.182375 13 14 11 279  P   P
+PG10  11924.952092  11701.131097 -20932.499544    -70.434144 15 12  9 361  P   P
+PG11 -13689.595891  13111.667804  18164.016150   -139.194726 12 13 12 233  P   P
+PG12  23626.219059 -11259.706654  -3914.297231    -14.931465 14 14 17 247  P   P
+PG13  -3038.799569  16196.817798 -20960.534785    276.802326 14 13 13 236  P   P
+PG14 -13201.496299 -21030.266662   9770.957437    141.261779 14  7 15 245  P   P
+PG15  18596.323495  -2456.989711  18872.097812   -138.614392 12 10 11 244  P   P
+PG16 -22606.526652  -2359.737361 -13958.887436   -161.997901  9 10 11 231  P   P
+PG17  12982.807494  20939.385370  10347.382257    184.218070 15  7 15 215  P   P
+PG18   5000.911151 -17280.505705  19733.335588    129.601886 12    10 237  P   P
+PG19 -20172.243799  -2746.411047  17239.298914   -126.078763 12 14 11 233  P   P
+PG20 -20828.570992  14696.617494  -7490.548238     48.824838 12 10 13 247  P   P
+PG21   4408.837202 -25846.972995    216.178502   -134.474483 15 11 17 279  P   P
+PG22  -6963.459594 -14406.537707  21370.632195    150.841229 14 10 11 181  P   P
+PG23 -14202.565762   7308.901797 -21274.310850    316.222866  9 12 12 220  P   P
+PG24 -14710.021517  15930.857589  15209.203556    378.115442 14 14 15 334  P   P
+PG25  13715.460875 -16802.736483 -15331.007835     -0.988483 15 11 14 217  P   P
+PG26  21641.190021  11035.767136  10627.209658   -160.839468 10 10 12 330  P   P
+PG27  15119.749485  -7428.914938  21119.076485    251.439910 14 16 10 325  P   P
+PG28   2695.129975  15032.856120  22233.682742     28.747316 13  6  5 246  P   P
+PG29   6140.547019 -14463.739402 -21333.908766    196.678679 14 10  9 216  P   P
+PG30 -17047.119900  -7499.965001 -19356.597724    333.670999 10 10 11 295  P   P
+PG31  -8539.062076 -18052.075593 -17196.229954     60.806368 12 12 13 245  P   P
+PG32 -25365.494966   7077.391902    -22.045057   -226.672552 10 13 15 274  P   P
+*  2011  4  1 17 45  0.00000000
+PG02  13768.231393  10910.069435 -20015.212244    328.322812 14 17 16 261  P   P
+PG03 -24438.510379  -9932.887786   3909.825493    696.255306 12 11 11 284  P   P
+PG04   7800.085515  21421.199411 -13539.681599     76.580373 14 14 16 306  P   P
+PG05  22243.102519   1225.081661 -14561.026079   -138.100271 10 10 14 223  P   P
+PG06 -22952.556403 -13546.424221   1345.722524   -228.023191 12 11 11 328  P   P
+PG07  -5847.155406  25392.200909  -4541.569696      7.041441 12  8 16 258  P   P
+PG08   -435.967266  25463.960626   6457.411518      7.629654 13  5 12 297  P   P
+PG09  13536.651640 -12096.138940  18838.307293     71.184315 13 14 11 274  P   P
+PG10   9718.526498  12601.173622 -21515.238975    -70.434966 15 12  6 361  P   P
+PG11 -14154.667685  10912.810281  19244.081409   -139.197529 12 13 12 238  P   P
+PG12  23977.939576 -11152.185834  -1040.227735    -14.928917 13 14 17 245  P   P
+PG13  -4855.987814  14615.281744 -21775.040175    276.800981 14 13 13 237  P   P
+PG14 -12167.783819 -20340.403482  12278.410400    141.263935 15  7 15 246  P   P
+PG15  20169.749200  -1106.988757  17334.354731   -138.611659 11 10 12 244  P   P
+PG16 -21055.378802  -3089.041385 -16052.337344   -162.000364 10 11 11 231  P   P
+PG17  11853.682821  20272.516133  12758.805130    184.218235 15  6 15 219  P   P
+PG18   7058.785728 -17913.412680  18445.958778    129.603708 12    11 238  P   P
+PG19 -21438.145019  -4109.327490  15367.656214   -126.082211 12 14 12 232  P   P
+PG20 -21590.176381  14691.325936  -4805.396051     48.824938 12 10 13 248  P   P
+PG21   4764.935960 -25611.679204  -2613.331701   -134.476856 15 12 17 280  P   P
+PG22  -4704.537331 -15278.558472  21372.477262    150.840534 14  9 10 181  P   P
+PG23 -16035.839977   5791.211368 -20452.327754    316.220586  9 11 12 222  P   P
+PG24 -14569.176886  14073.310770  17093.393164    378.118563 14 14 15 336  P   P
+PG25  15287.074373 -17270.657699 -13168.631554     -0.988807 15 11 14 217  P   P
+PG26  22384.156656  11898.398996   8014.369676   -160.848681 10 10 12 330  P   P
+PG27  14978.656921  -5105.474030  21946.087752    251.443072 14 16 10 327  P   P
+PG28    420.331645  15824.525439  21807.427729     28.749472 13  5  4 247  P   P
+PG29   8066.286658 -12902.435725 -21686.199919    196.681192 14 10  9 217  P   P
+PG30 -15089.885943  -8515.668146 -20547.061219    333.673612 10 10 10 294  P   P
+PG31  -8120.754651 -19906.628470 -15247.034382     60.810870 11 11 14 245  P   P
+PG32 -25329.415130   6749.968643   2840.872003   -226.679349 10 13 15 274  P   P
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362309  13125.269814 -18847.640200    328.324837 14 17 16 261  P   P
+PG03 -24591.461097 -10370.359633   1158.200906    696.259781 12 12 11 284  P   P
+PG04   7428.221658  22803.873112 -11230.349344     76.589728 14 14 17 307  P   P
+PG05  20734.248553   2175.580772 -16535.569973   -138.105518 11 10 14 227  P   P
+PG06 -22774.018378 -13801.183668  -1446.437684   -228.128487 12 12 11 328  P   P
+PG07  -6018.886735  24695.006452  -7328.238381      7.042317 12 11 16 260  P   P
+PG08   -709.963910  26007.927751   3576.200193      7.629944 13  3 13 295  P   P
+PG09  13525.676447  -9761.600176  20121.033532     71.186260 14 15 10 269  P   P
+PG10   7517.194643  13632.858547 -21736.011242    -70.435798 16 12  5 361  P   P
+PG11 -14722.702591   8634.348951  19981.694711   -139.200329 12 14 12 242  P   P
+PG12  24037.110975 -10925.385132   1851.941976    -14.926370 13 14 17 243  P   P
+PG13  -6815.237918  13096.151714 -22219.508094    276.799636 14 13 12 238  P   P
+PG14 -10882.262276 -19545.205640  14577.699144    141.266092 15  6 14 246  P   P
+PG15  21649.889496     56.515850  15500.245465   -138.608926 11 10 12 243  P   P
+PG16 -19343.304836  -3993.440304 -17872.494602   -162.002827 11 11 11 232  P   P
+PG17  10481.412085  19514.390484  14954.697507    184.218402 15  6 15 223  P   P
+PG18   8941.550233 -18577.328716  16844.863119    129.605527 12    12 238  P   P
+PG19 -22597.721123  -5260.791116  13235.524230   -126.085658 12 14 12 231  P   P
+PG20 -22080.083754  14578.125284  -2037.482506     48.825038 11  9 13 249  P   P
+PG21   5106.742765 -25071.722525  -5395.854480   -134.479228 15 13 17 281  P   P
+PG22  -2507.132601 -16249.788001  21011.890744    150.839841 14 10 10 182  P   P
+PG23 -17852.511531   4439.277255 -19281.034627    316.218304  8 11 12 225  P   P
+PG24 -14495.571757  12018.198934  18681.596791    378.121654 14 13 15 338  P   P
+PG25  16601.709957 -17704.947411 -10779.596405     -0.989133 15 11 15 217  P   P
+PG26  22936.563331  12522.709815   5263.941123   -160.857878  9 10 12 329  P   P
+PG27  14967.964544  -2710.770718  22415.834921    251.446290 14 16 11 329  P   P
+PG28  -1748.987303  16715.286546  21021.840734     28.751631 13  5  4 247  P   P
+PG29  10085.948458 -11431.955839 -21662.468193    196.683702 14 10 10 217  P   P
+PG30 -13090.373472  -9686.483019 -21396.313928    333.676195 11 10 10 292  P   P
+PG31  -7823.632193 -21542.878664 -13029.348331     60.815373 11 10 14 245  P   P
+PG32 -25006.651197   6309.083640   5653.844324   -226.686157 10 13 15 274  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758614  15195.581977 -17359.497752    328.326861 15 17 17 261  P   P
+PG03 -24482.370098 -10673.940169  -1613.056487    696.264247 12 12 12 285  P   P
+PG04   7124.267030  23932.642119  -8726.058675     76.599083 14 13 17 307  P   P
+PG05  19096.027005   3304.997325 -18227.128932   -138.110772 12  9 14 230  P   P
+PG06 -22330.397918 -13921.252651  -4213.987778   -228.233796 12 12 12 328  P   P
+PG07  -6222.881257  23698.024483  -9987.251251      7.043195 11 12 16 261  P   P
+PG08   -923.857704  26232.270033    631.332073      7.630238 13  5 13 293  P   P
+PG09  13643.599332  -7299.633892  21040.442517     71.188209 14 16 10 263  P   P
+PG10   5364.397924  14779.083445 -21590.090820    -70.436644 16 12  7 362  P   P
+PG11 -15394.016137   6320.895806  20364.351603   -139.203127 12 13 13 246  P   P
+PG12  23821.051475 -10545.035519   4711.908558    -14.923826 12 14 17 241  P   P
+PG13  -8881.164776  11675.242343 -22286.645903    276.798291 13 13 11 237  P   P
+PG14  -9350.375198 -18687.784579  16630.056834    141.268252 15  6 14 246  P   P
+PG15  22993.613474   1033.710347  13401.370877   -138.606194 10 10 13 242  P   P
+PG16 -17514.880124  -5079.489319 -19387.736162   -162.005288 11 11 11 233  P   P
+PG17   8874.028281  18706.044315  16897.994944    184.218570 15  5 14 226  P   P
+PG18  10622.746005 -19237.598169  14955.972798    129.607345 11  3 12 239  P   P
+PG19 -23609.317978  -6203.085281  10879.441214   -126.089104 12 14 13 229  P   P
+PG20 -22307.677305  14322.921384    765.577840     48.825139 11  9 13 251  P   P
+PG21   5468.887633 -24233.213281  -8081.044161   -134.481602 15 14 17 282  P   P
+PG22   -410.567736 -17296.945369  20294.604205    150.839150 14  9 10 185  P   P
+PG23 -19607.488198   3265.444391 -17781.251327    316.216021  7 11 12 227  P   P
+PG24 -14514.228509   9803.268586  19947.049897    378.124707 14 13 14 339  P   P
+PG25  17649.353813 -18065.475197  -8204.975995     -0.989462 14 11 15 218  P   P
+PG26  23264.448201  12929.631672   2423.832709   -160.867065  9 10 12 329  P   P
+PG27  15095.008398   -291.326994  22522.009591    251.449569 14 16 12 331  P   P
+PG28  -3775.088554  17676.909972  19888.591201     28.753790 13  4  7 248  P   P
+PG29  12159.269682 -10081.136255 -21263.004623    196.686211 14 10 11 217  P   P
+PG30 -11093.124295 -11000.805529 -21890.688099    333.678747 11 10 10 289  P   P
+PG31  -7620.719616 -22925.154145 -10582.396047     60.819878 11 10 14 244  P   P
+PG32 -24420.167033   5724.880286   8367.792217   -226.692972 11 13 15 275  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.091019  17082.469939 -15577.127468    328.328886 15 16 17 260  P   P
+PG03 -24099.123910 -10875.898163  -4357.191646    696.268704 13 13 12 287  P   P
+PG04   6856.863756  24784.399974  -6069.752074     76.608447 15 14 17 307  P   P
+PG05  17372.785198   4612.899511 -19606.596467   -138.116033 12  9 13 234  P   P
+PG06 -21611.029600 -13940.144299  -6909.716860   -228.339115 12 12 12 328  P   P
+PG07  -6494.625918  22421.197434 -12472.402777      7.044077 10 12 16 262  P   P
+PG08  -1117.330385  26128.331993  -2324.779942      7.630518 13  7 13 293  P   P
+PG09  13901.664208  -4761.557978  21579.151847     71.190166 14 16 11 257  P   P
+PG10   3300.420091  16015.610287 -21078.805107    -70.437504 16 11  9 362  P   P
+PG11 -16161.856790   4017.030013  20386.083620   -139.205923 12 13 13 249  P   P
+PG12  23354.952119  -9981.705698   7489.983107    -14.921284 12 14 17 238  P   P
+PG13 -11012.750119  10382.018228 -21975.486695    276.796945 13 12 11 237  P   P
+PG14  -7586.227100 -17810.644899  18400.889224    141.270415 15  7 13 245  P   P
+PG15  24160.075366   1832.716252  11073.762844   -138.603462  9 10 13 241  P   P
+PG16 -15616.556556  -6345.355269 -20571.470896   -162.007751 12 11 11 234  P   P
+PG17   7047.799538  17887.446933  18555.819234    184.218741 15  5 14 229  P   P
+PG18  12082.950422 -19856.441690  12810.360609    129.609164 11  4 12 240  P   P
+PG19 -24433.925247  -6946.470907   8339.546486   -126.092548 12 14 14 227  P   P
+PG20 -22289.986227  13895.222454   3555.388593     48.825240 11  8 13 252  P   P
+PG21   5884.360848 -23111.264771 -10620.066095   -134.483975 15 15 17 283  P   P
+PG22   1550.488536 -18390.815660  19232.342483    150.838460 14  9 11 188  P   P
+PG23 -21255.478218   2273.728212 -15979.224703    316.213737  6 10 13 230  P   P
+PG24 -14643.706605   7471.048415  20868.695975    378.127725 14 12 14 341  P   P
+PG25  18428.700089 -18312.320667  -5489.062118     -0.989791 14 11 16 220  P   P
+PG26  23339.925139  13147.009693   -457.285682   -160.876236  9 10 12 329  P   P
+PG27  15359.099899   2105.895912  22263.873900    251.452910 14 16 13 331  P   P
+PG28  -5625.781474  18675.386357  18424.988455     28.755952 12  5  8 248  P   P
+PG29  14241.965619  -8871.731411 -20494.666105    196.688716 14 11 12 216  P   P
+PG30  -9140.435507 -12439.495466 -22022.204622    333.681273 11 10  9 285  P   P
+PG31  -7479.635696 -24025.263062  -7949.445138     60.824385 10  9 14 244  P   P
+PG32 -23600.050525   4972.842033  10935.807852   -226.699793 11 13 15 275  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109566  18752.805905 -13531.591040    328.330909 15 16 18 260  P   P
+PG03 -23437.244330 -11010.836420  -7028.323144    696.273154 13 13 12 288  P   P
+PG04   6591.715817  25343.960204  -3307.359058     76.617812 15 13 16 308  P   P
+PG05  15609.369925   6090.673102 -20650.153049   -138.121301 13  9 13 237  P   P
+PG06 -20613.289384 -13893.490168  -9487.420484   -228.444448 12 13 12 328  P   P
+PG07  -6865.591215  20892.595722 -14740.616749      7.044961  9 13 16 263  P   P
+PG08  -1330.828088  25697.453721  -5239.474273      7.630785 12  4 13 293  P   P
+PG09  14302.496781  -2200.916006  21726.957455     71.192131 14 16 11 250  P   P
+PG10   1361.023336  17311.852080 -20209.589314    -70.438381 16 11 10 362  P   P
+PG11 -17012.623467   1765.711664  20047.514477   -139.208716 12 14 14 252  P   P
+PG12  22670.808175  -9212.141541  10137.980050    -14.918743 13 15 17 235  P   P
+PG13 -13164.740236   9238.589374 -21291.393316    276.795599 13 12 10 236  P   P
+PG14  -5612.228900 -16954.038202  19860.321001    141.272581 15  7 12 245  P   P
+PG15  25112.226216   2469.072425   8557.270912   -138.600729  9 10 13 240  P   P
+PG16 -13694.990867  -7780.677684 -21402.630575   -162.010216 12 11 10 236  P   P
+PG17   5026.809913  17095.955344  19900.006050    184.218914 15  6 13 231  P   P
+PG18  13310.393946 -20394.434342  10443.813996    129.610980 11  5 12 241  P   P
+PG19 -25036.641539  -7508.581210   5658.917947   -126.095992 12 14 14 225  P   P
+PG20 -22050.935845  13269.512341   6283.615445     48.825341 10  8 13 254  P   P
+PG21   6382.925098 -21729.499389 -12966.628470   -134.486349 15 16 16 284  P   P
+PG22   3347.155944 -19497.297538  17842.663670    150.837770 13  9 11 193  P   P
+PG23 -22752.618681   1459.875350 -13906.149575    316.211452  6 10 13 232  P   P
+PG24 -14895.332191   5067.368570  21431.497959    378.130699 14 11 14 342  P   P
+PG25  18947.036955 -18407.430168  -2678.603252     -0.990122 13 12 16 223  P   P
+PG26  23142.213577  13208.270666  -3330.792951   -160.885398  9 10 12 328  P   P
+PG27  15751.578855   4434.991506  21646.208667    251.456314 13 16 13 331  P   P
+PG28  -7275.471295  19672.116781  16653.824967     28.758114 12  6  9 249  P   P
+PG29  16287.300582  -7817.694450 -19370.758988    196.691220 14 11 12 214  P   P
+PG30  -7270.947832 -13976.461552 -21788.676105    333.683775 11  9  8 281  P   P
+PG31  -7364.069918 -24823.485448  -5176.980354     60.828895 11  8 14 244  P   P
+PG32 -22582.240177   4034.916760  13313.972242   -226.706620 12 13 15 276  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744798  20179.920087 -11258.111886    328.332929 16 16 18 259  P   P
+PG03 -22500.074016 -11114.207528  -9582.140182    696.277600 13 13 12 290  P   P
+PG04   6293.120409  25604.628423   -486.993159     76.627175 15 13 16 308  P   P
+PG05  13849.497209   7721.663113 -21339.680682   -138.126576 13  9 12 241  P   P
+PG06 -19342.858954 -13817.528753 -11902.682457   -228.549792 13 13 12 328  P   P
+PG07  -7361.821648  19147.397124 -16752.708866      7.045846  8 13 15 263  P   P
+PG08  -1603.709599  24950.930335  -8060.875954      7.631049 12  6 13 292  P   P
+PG09  14839.917365    328.525018  21481.078694     71.194106 14 17 13 242  P   P
+PG10   -423.755851  18631.917449 -18995.949472    -70.439278 16 10 12 363  P   P
+PG11 -17926.376104   -393.219094  19355.776205   -139.211505 12 14 15 254  P   P
+PG12  21806.096806  -8220.362646  12610.073333    -14.916204 13 15 17 231  P   P
+PG13 -15289.207991   8258.993358 -20245.965840    276.794255 12 11 10 235  P   P
+PG14  -3458.437197 -16154.415967  20983.669179    141.274748 15  8 11 244  P   P
+PG15  25818.191054   2964.934996   5894.890978   -138.597998  9 10 14 239  P   P
+PG16 -11795.363616  -9366.761470 -21866.078442   -162.012681 13 11 10 237  P   P
+PG17   2842.252156  16364.876337  20907.564411    184.219090 15  7 13 233  P   P
+PG18  14301.293774 -20812.084925   7896.301095    129.612794 10  6 13 243  P   P
+PG19 -25387.993756  -7913.547289   2882.873412   -126.099436 12 14 14 223  P   P
+PG20 -21620.335526  12426.444125   8902.840580     48.825443 10  7 13 255  P   P
+PG21   6989.659828 -20119.194755 -15077.969593   -134.488723 15 16 16 284  P   P
+PG22   4957.262143 -20578.652898  16148.706008    150.837080 13  9 11 199  P   P
+PG23 -24058.050433    811.738588 -11597.621622    316.209164  6 10 14 235  P   P
+PG24 -15272.725850   2639.769172  21626.639530    378.133633 14 10 14 342  P   P
+PG25  19219.807305 -18316.213346    178.001247     -0.990455 12 12 16 226  P   P
+PG26  22658.393466  13150.926965  -6148.877383   -160.894549 10 10 12 328  P   P
+PG27  16256.143350   6652.556072  20679.212994    251.459780 13 16 14 331  P   P
+PG28  -8705.985365  20625.299276  14603.140809     28.760278 11  7 10 249  P   P
+PG29  18247.765208  -6924.774564 -17910.804922    196.693722 13 12 13 212  P   P
+PG30  -5518.372863 -15579.501576 -21193.739459    333.686258 11  9  8 278  P   P
+PG31  -7235.418341 -25309.229658  -2313.820846     60.833406 11  7 14 244  P   P
+PG32 -21407.053353   2900.369195  15462.087024   -226.713451 12 13 14 276  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385414  21344.409848  -8795.470338    328.334944 16 15 19 257  P   P
+PG03 -21298.687325 -11220.826360 -11976.553479    696.282044 13 14 12 291  P   P
+PG04   5925.578019  25568.451517   2341.914522     76.636538 15 13 16 308  P   P
+PG05  12134.173691   9481.629877 -21663.084800   -138.131856 13 10 12 244  P   P
+PG06 -17813.685516 -13747.567204 -14113.642023   -228.655147 13 13 12 327  P   P
+PG07  -8002.751892  17226.600271 -18474.070843      7.046731  7 13 15 263  P   P
+PG08  -1972.442668  23909.569061 -10738.912737      7.631301 11  7 13 293  P   P
+PG09  15499.148631   2774.788235  20846.223826     71.196092 14 17 14 233  P   P
+PG10  -2030.604375  19935.880123 -17457.328365    -70.440192 16 10 12 363  P   P
+PG11 -18877.613467  -2424.396176  18324.292439   -139.214289 12 14 15 256  P   P
+PG12  20802.255366  -6998.472368  14863.603184    -14.913666 14 15 16 228  P   P
+PG13 -17337.222454   7448.789662 -18856.854037    276.792911 12 11 11 234  P   P
+PG14  -1161.611221 -15443.037484  21751.838129    141.276921 15  9  9 244  P   P
+PG15  26252.460669   3348.026775   3132.046525   -138.595265  9 10 14 237  P   P
+PG16  -9959.752348 -11077.098979 -21952.925500   -162.015149 13 11 10 239  P   P
+PG17    531.456487  15722.188670  21561.061829    184.219269 15  8 12 235  P   P
+PG18  15059.884154 -21071.456905   5211.339673    129.614609 10  7 13 244  P   P
+PG19 -25465.064111  -8190.888414     58.244990   -126.102877 13 15 15 221  P   P
+PG20 -21032.641463  11353.804224  11367.411252     48.825544 10  7 12 256  P   P
+PG21   7723.707973 -18318.105375 -16915.768608   -134.491097 16 16 15 285  P   P
+PG22   6366.011585 -21594.914149  14178.842725    150.836390 13  9 12 204  P   P
+PG23 -25135.382885    309.948085  -9093.031976    316.206878  5 10 14 237  P   P
+PG24 -15771.642989    235.859781  21451.616985    378.136525 15 10 15 343  P   P
+PG25  19269.861339 -18009.016903   3031.537198     -0.990788 12 13 16 229  P   P
+PG26  21883.869420  13014.975674  -8865.241433   -160.903691 10 10 12 327  P   P
+PG27  16849.443933   8719.048255  19378.357598    251.463309 13 16 15 330  P   P
+PG28  -9907.143257  21491.469308  12305.903781     28.762443 10  8 11 250  P   P
+PG29  20076.794097  -6190.446388 -16140.193260    196.696221 13 12 13 209  P   P
+PG30  -3910.401158 -17211.369993 -20246.817772    333.688724 11  9  7 275  P   P
+PG31  -7054.508409 -25481.329458    589.797839     60.837922 12  7 14 244  P   P
+PG32 -20117.580165   1566.333395  17344.310965   -226.720281 12 13 14 277  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283490  22234.683791  -6185.361287    328.336965 17 15 19 256  P   P
+PG03 -19851.535091 -11363.431164 -14172.296200    696.286487 13 14 12 293  P   P
+PG04   5455.414556  25246.128148   5129.527830     76.645888 15 13 16 308  P   P
+PG05  10500.229482  11339.504112 -21614.517428   -138.137143 14 10 12 247  P   P
+PG06 -16047.633910 -13716.475093 -16081.733177   -228.760512 12 13 12 327  P   P
+PG07  -8800.295494  15175.525005 -19875.263694      7.047619  6 13 15 263  P   P
+PG08  -2468.928132  22602.864558 -13226.285155      7.631537 11  7 13 293  P   P
+PG09  16257.409381   5089.619313  19834.473330     71.198090 14 17 15 223  P   P
+PG10  -3443.683034  21181.230901 -15618.870152    -70.441128 15  9 13 363  P   P
+PG11 -19836.281080  -4298.081802  16972.439719   -139.217069 11 14 16 257  P   P
+PG12  19703.022286  -5547.149732  16859.818314    -14.911130 14 15 16 224  P   P
+PG13 -19260.565734   6804.980519 -17147.477204    276.791566 11 10 11 232  P   P
+PG14   1235.979010 -14844.783255  22151.631510    141.279094 15  9  7 243  P   P
+PG15  26396.854015   3650.376862    315.833361   -138.592531 10 10 14 236  P   P
+PG16  -8225.621727 -12878.206633 -21660.745454   -162.017618 13 10  9 241  P   P
+PG17  -1863.311383  15189.472432  21848.929379    184.219449 15  9 11 236  P   P
+PG18  15598.134846 -21137.766832   2435.275150    129.616422  9  8 13 245  P   P
+PG19 -25252.385228  -8374.208519  -2767.364549   -126.106318 13 15 15 219  P   P
+PG20 -20325.542166  10047.205684  13634.265647     48.825647 10  8 12 257  P   P
+PG21   8597.285589 -16369.012719 -18446.950109   -134.493470 16 17 15 285  P   P
+PG22   7566.377193 -22505.398145  11966.247168    150.835700 12  9 12 209  P   P
+PG23 -25953.996890    -71.149272  -6434.913222    316.204589  6 10 14 239  P   P
+PG24 -16380.129056  -2098.307968  20910.224227    378.139372 15 10 15 343  P   P
+PG25  19126.430364 -17462.417543   5832.827184     -0.991123 12 13 16 232  P   P
+PG26  20822.538622  12841.252195 -11435.747407   -160.912827 11 10 12 326  P   P
+PG27  17501.923354  10600.020294  17764.192536    251.466896 13 16 16 328  P   P
+PG28 -10877.043299  22227.144630   9799.600276     28.764608  9  8 11 251  P   P
+PG29  21730.456099  -5604.173460 -14089.726690    196.698719 12 12 14 205  P   P
+PG30  -2467.827873 -18831.038513 -18963.010700    333.691178 11  8  6 273  P   P
+PG31  -6783.339859 -25347.973571   3483.155619     60.842440 12  7 14 244  P   P
+PG32 -18758.009592     38.050633  18929.694913   -226.727112 13 13 14 278  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035386  22847.225812  -3471.723391    328.338988 17 14 19 256  P   P
+PG03 -18183.840104 -11571.341644 -16133.472439    696.290932 13 14 12 295  P   P
+PG04   4852.346628  24656.579309   7826.544133     76.655238 15 14 16 308  P   P
+PG05   8979.018434  13258.414140 -21194.496804   -138.142434 14 11 12 251  P   P
+PG06 -14073.839525 -13753.269164 -17772.382310   -228.865886 12 13 12 326  P   P
+PG07  -9758.241233  13042.160354 -20932.510359      7.048511  4 13 14 263  P   P
+PG08  -3119.024903  21067.830876 -15479.365751      7.631755 10  8 13 294  P   P
+PG09  17084.865643   7230.249441  18464.985991     71.200100 13 17 16 212  P   P
+PG10  -4655.096772  22324.461266 -13511.080921    -70.442084 15  7 13 363  P   P
+PG11 -20768.963218  -5991.078152  15325.100562   -139.219843 11 14 16 258  P   P
+PG12  18552.707488  -3875.804810  18564.540297    -14.908593 15 16 15 220  P   P
+PG13 -21013.434720   6316.261149 -15146.654540    276.790224 11  9 11 230  P   P
+PG14   3687.951230 -14377.217146  22175.976958    141.281271 15 10  5 242  P   P
+PG15  26241.215751   3906.898570  -2505.760874   -138.589797 11 11 14 234  P   P
+PG16  -6624.490305 -14730.748710 -20993.680507   -162.020090 13 10  9 243  P   P
+PG17  -4296.241508  14781.085809  21765.681321    184.219634 14 10 11 236  P   P
+PG18  15935.161799 -20980.894077   -383.522539    129.618235  9  9 13 247  P   P
+PG19 -24742.571783  -8499.746695  -5546.334558   -126.109759 13 15 15 216  P   P
+PG20 -19538.422348   8510.479815  15663.719014     48.825750 10  9 12 257  P   P
+PG21   9615.001490 -14318.070951 -19644.357453   -134.495843 16 17 14 285  P   P
+PG22   8559.197921 -23270.270891   9548.371994    150.835009 12  9 12 214  P   P
+PG23 -26490.140198   -362.319265  -3668.246301    316.202301  8 11 15 241  P   P
+PG24 -17078.979866  -4319.794199  20012.435013    378.142179 15 11 15 343  P   P
+PG25  18823.862021 -16660.283016   8533.582621     -0.991459 12 14 16 234  P   P
+PG26  19486.666688  12669.795227 -13819.003233   -160.921956 11 10 12 325  P   P
+PG27  18178.877295  12267.184097  15862.108428    251.470541 12 15 16 326  P   P
+PG28 -11622.046301  22790.518367   7125.733278     28.766776  8  9 12 251  P   P
+PG29  23169.050666  -5147.994253 -11795.069017    196.701216 12 13 14 200  P   P
+PG30  -1203.926422 -20395.109042 -17362.912130    333.693624 11  8  5 274  P   P
+PG31  -6386.769434 -24926.275371   6315.972732     60.846962 13  7 14 244  P   P
+PG32 -17371.954043  -1671.208964  20192.612310   -226.733939 13 13 13 279  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085047  23186.573705   -700.048213    328.341007 17 14 19 255  P   P
+PG03 -16326.767143 -11869.257915 -17828.051710    696.295381 13 14 12 296  P   P
+PG04   4090.921890  23826.192702  10385.136970     76.664579 16 15 16 308  P   P
+PG05   7595.335829  15196.947837 -20409.920172   -138.147732 14 11 12 254  P   P
+PG06 -11927.782172 -13881.845878 -19155.650092   -228.971268 12 14 11 325  P   P
+PG07 -10871.979347  10875.426242 -21628.080361      7.049404  3 13 14 263  P   P
+PG08  -3941.338591  19347.543869 -17459.005810      7.631953  9  8 13 294  P   P
+PG09  17945.892402   9160.910164  16763.539826     71.202123 13 17 16 198  P   P
+PG10  -5665.061129  23322.720735 -11169.384373    -70.443061 15  6 14 363  P   P
+PG11 -21640.206408  -7487.365564  13412.124062   -139.222613 10 14 17 259  P   P
+PG12  17394.461256  -2002.392910  19948.738966    -14.906057 15 16 15 216  P   P
+PG13 -22554.065707   5963.590593 -12888.150114    276.788883 10  9 12 227  P   P
+PG14   6145.366742 -14049.932072  21824.059953    141.283451 15 10  6 240  P   P
+PG15  25783.823104   4153.859631  -5284.650900   -138.587062 12 11 14 233  P   P
+PG16  -5180.827958 -16590.908919 -19962.431765   -162.022565 13 10  9 245  P   P
+PG17  -6719.511642  14503.621212  21312.044306    184.219821 14 11 11 237  P   P
+PG18  16096.347478 -20576.736663  -3195.529744    129.620047  9 10 13 248  P   P
+PG19 -23936.666170  -8604.834269  -8231.779693   -126.113199 14 15 15 214  P   P
+PG20 -18710.766546   6755.747472  17420.193338     48.825853 10 10 11 258  P   P
+PG21  10773.517753 -12213.025889 -20487.275309   -134.498217 16 17 13 285  P   P
+PG22   9352.975970 -23852.104110   6966.347917    150.834317 11  9 13 219  P   P
+PG23 -26727.777630   -598.082910   -839.737654    316.200013  9 11 15 243  P   P
+PG24 -17842.486228  -6390.194705  18774.187935    378.144943 15 12 16 343  P   P
+PG25  18400.166565 -15594.559140  11087.241080     -0.991795 12 14 16 237  P   P
+PG26  17896.484091  12538.276306 -15976.889348   -160.931083 12 10 11 324  P   P
+PG27  18841.705951  13699.278986  13702.048947    251.474238 12 15 17 323  P   P
+PG28 -12156.447057  23143.138903   4329.225969     28.768942  8  9 12 252  P   P
+PG29  24358.547523  -4797.406224  -9296.106021    196.703711 11 13 15 193  P   P
+PG30   -124.093488 -21859.332990 -15472.353600    333.696065 11  7  6 277  P   P
+PG31  -5834.071025 -24241.505359   9039.308039     60.851487 13  8 14 245  P   P
+PG32 -16000.835609  -3540.530531  21113.085377   -226.740762 13 13 13 280  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196665  23265.016079   2083.323102    328.343027 18 13 19 254  P   P
+PG03 -14316.397591 -12276.238802 -19228.308478    696.299835 13 14 11 298  P   P
+PG04   3151.770849  22787.769874  12759.879629     76.673912 16 16 16 308  P   P
+PG05   6366.595474  17110.602702 -19273.968058   -138.153031 14 11 13 258  P   P
+PG06  -9650.112484 -14119.913997 -20206.803537   -229.076656 12 13 11 324  P   P
+PG07 -12128.566324   8723.417510 -21950.561807      7.050298  3 13 14 263  P   P
+PG08  -4946.323216  17489.460205 -19131.232000      7.632130  9  9 13 295  P   P
+PG09  18800.584376  10854.035269  14761.926165     71.204159 13 17 17 181  P   P
+PG10  -6481.752341  24135.484854  -8633.574296    -70.444059 15  7 14 363  P   P
+PG11 -22413.918277  -8778.449036  11267.710976   -139.225377 10 14 17 259  P   P
+PG12  16268.609675     47.103421  20989.010007    -14.903520 15 16 14 211  P   P
+PG13 -23846.222138   5721.062838 -10410.137485    276.787543 10 10 12 224  P   P
+PG14   8558.388360 -13864.204221  21101.363879    141.285633 15 11  8 239  P   P
+PG15  25031.486795   4427.302504  -7973.450029   -138.584327 13 11 14 232  P   P
+PG16  -3911.230041 -18411.959552 -18584.130062   -162.025042 13  9  8 247  P   P
+PG17  -9084.905668  14355.663295  20494.991851    184.220011 14 12 12 236  P   P
+PG18  16112.201675 -19908.352005  -5950.990415    129.621859  8 11 13 249  P   P
+PG19 -22844.185245  -8726.314215 -10778.294704   -126.116639 14 15 15 213  P   P
+PG20 -17880.566926   4803.164281  18872.874765     48.825957 10 11 11 258  P   P
+PG21  12061.564138 -10101.390214 -20961.788806   -134.500591 16 17 13 285  P   P
+PG22   9963.378691 -24217.363827   4264.309252    150.833624 11 10 13 223  P   P
+PG23 -26659.166829   -815.222467   2002.924302    316.197724 10 12 15 244  P   P
+PG24 -18639.431971  -8276.884412  17217.080508    378.147667 15 12 16 342  P   P
+PG25  17895.431228 -14265.751356  13449.773968     -0.992132 12 15 16 239  P   P
+PG26  16079.523105  12480.542475 -17875.028930   -160.940208 12 10 11 323  P   P
+PG27  19449.320988  14882.712206  11318.171275    251.477983 11 15 17 320  P   P
+PG28 -12501.835428  23251.511630   1457.732219     28.771108  7 10 12 252  P   P
+PG29  25271.813364  -4522.511344  -6636.232100    196.706203 10 14 15 186  P   P
+PG30    774.219210 -23180.186646 -13322.071918    333.698508 11  7  6 281  P   P
+PG31  -5100.309588 -23326.022600  11606.413128     60.856015 13  8 14 245  P   P
+PG32 -14682.392044  -5542.022978  21677.009361   -226.747579 13 13 13 281  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845336  23102.020390   4831.908495    328.345035 18 11 19 251  P   P
+PG03 -12192.543793 -12804.891959 -20311.205928    696.304296 13 14 11 299  P   P
+PG04   2022.614032  21579.218766  14908.626262     76.683235 16 16 15 307  P   P
+PG05   5302.298584  18953.369690 -17805.900048   -138.158333 14 12 13 261  P   P
+PG06  -7285.272907 -14478.172725 -20906.804691   -229.182049 11 13 11 323  P   P
+PG07 -13507.123346   6631.698413 -21895.018553      7.051196  5 13 13 262  P   P
+PG08  -6135.730109  15543.587647 -20467.819840      7.632283  8  9 13 295  P   P
+PG09  19606.443334  12291.102076  12497.220166     71.206211 13 17 18 157  P   P
+PG10  -7120.840825  24726.167739  -5947.168420    -70.445077 14  7 14 363  P   P
+PG11 -23054.784528  -9863.407405   8929.740541   -139.228137 10 14 17 259  P   P
+PG12  15211.121130   2239.502626  21667.948206    -14.900983 15 17 13 207  P   P
+PG13 -24860.490041   5557.046988  -7754.590036    276.786204  9 10 12 221  P   P
+PG14  10877.981249 -13812.970204  20019.613985    141.287816 14 11 10 238  P   P
+PG15  23999.341859   4761.474466 -10526.256741   -138.581590 13 12 14 231  P   P
+PG16  -2823.904075 -20145.968841 -16882.085370   -162.027523 12  9  8 249  P   P
+PG17 -11345.460286  14327.860872  19327.680449    184.220204 13 12 12 236  P   P
+PG18  16017.006387 -18966.828770  -8600.867518    129.623671  9 12 13 250  P   P
+PG19 -21482.865371  -8898.980112 -13142.681947   -126.120077 14 15 14 211  P   P
+PG20 -17082.800014   2680.347694  19996.284304     48.826061 10 12 11 258  P   P
+PG21  13460.301244  -8028.658501 -21060.973764   -134.502963 16 17 13 285  P   P
+PG22  10412.461667 -24337.772417   1488.655499    150.832930 10 11 13 227  P   P
+PG23 -26285.139894  -1051.205499   4811.824438    316.195435 11 12 15 246  P   P
+PG24 -19434.305909  -9954.037182  15367.979532    378.150356 15 12 17 341  P   P
+PG25  17350.164855 -12683.081249  15580.450142     -0.992468 13 15 16 240  P   P
+PG26  14069.721419  12525.315333 -19483.204336   -160.949333 12 10 11 322  P   P
+PG27  19959.667318  15811.948297   8748.450436    251.481769 11 14 17 315  P   P
+PG28 -12686.161177  23088.556403  -1439.141259     28.773273  8 10 12 252  P   P
+PG29  25889.578017  -4289.376192  -3861.576771    196.708696 10 14 15 174  P   P
+PG30   1501.279818 -24316.449121 -10947.299676    333.700955 10  7  7 286  P   P
+PG31  -4167.476395 -22217.952578  13973.526951     60.860549 14  8 13 245  P   P
+PG32 -13449.353639  -7641.741223  21876.279091   -226.754387 13 13 12 282  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477529  22723.413347   7499.792394    328.347043 19 10 19 250  P   P
+PG03  -9997.442537 -13460.801557 -21058.723045    696.308768 13 14 10 300  P   P
+PG04    698.979067  20242.046494  16793.328024     76.692549 15 16 15 307  P   P
+PG05   4403.815814  20679.390836 -16030.743943   -138.163638 14 12 13 264  P   P
+PG06  -4879.964581 -14959.771909 -21242.703338   -229.287446 11 13 10 322  P   P
+PG07 -14979.550408   4641.712810 -21463.032634      7.052094  6 13 13 261  P   P
+PG08  -7502.421649  13560.585790 -21446.735662      7.632412  9 10 13 295  P   P
+PG09  20320.162993  13463.083601  10010.954429     71.208274 13 17 18 119  P   P
+PG10  -7604.720735  25063.612817  -3156.671462    -70.446112 14  9 14 362  P   P
+PG11 -23529.648305 -10748.651660   6439.055957   -139.230892 10 14 17 258  P   P
+PG12  14252.262301   4535.528704  21974.412141    -14.898444 15 17 12 204  P   P
+PG13 -25575.332015   5435.555164  -4966.604336    276.784866  8 11 12 218  P   P
+PG14  13057.595229 -13881.130246  18596.623697    141.290001 14 12 11 236  P   P
+PG15  22710.335514   5187.326940 -12899.419857   -138.578852 14 12 14 230  P   P
+PG16  -1918.492738 -21745.580034 -14885.415790   -162.030009 12  9  8 251  P   P
+PG17 -13457.079643  14403.313501  17829.284758    184.220400 13 13 13 235  P   P
+PG18  15847.299606 -17751.846536 -11097.801455    129.625484  9 13 12 251  P   P
+PG19 -19878.113134  -9154.091553 -15284.652593   -126.123515 14 15 14 210  P   P
+PG20 -16348.034620    421.507050  20770.749223     48.826166 10 13 11 258  P   P
+PG21  14944.010041  -6036.641204 -20784.919621   -134.505336 16 17 14 284  P   P
+PG22  10727.640640 -24191.489273  -1312.739945    150.832234 10 12 12 230  P   P
+PG23 -25615.081234  -1342.584122   7539.579027    316.193146 12 13 15 247  P   P
+PG24 -20188.681213 -11403.387463  13258.555345    378.153009 14 12 17 340  P   P
+PG25  16803.637722 -10864.311240  17442.541890     -0.992806 13 16 15 242  P   P
+PG26  11906.323814  12695.084027 -20775.722556   -160.958461 12  9 10 321  P   P
+PG27  20331.314336  16489.629141   6034.223307    251.485592 11 14 17 309  P   P
+PG28 -12742.529795  22634.856068  -4310.692123     28.775438  9 11 12 252  P   P
+PG29  26201.103191  -4061.551310  -1020.186239    196.711186  9 14 15 160  P   P
+PG30   2074.560719 -25230.727497  -8387.278137    333.703411  9  7  8 291  P   P
+PG31  -3025.344185 -20959.667858  16100.598241     60.865086 14  8 13 245  P   P
+PG32 -12328.334074  -9800.823883  21708.823112   -226.761186 13 13 12 283  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597473  22160.342620  10042.325334    328.349048 19  9 19 248  P   P
+PG03  -7774.370257 -14242.212346 -21458.123624    696.313248 12 14 10 301  P   P
+PG04   -815.404803  18819.716627  18380.763410     76.701852 15 17 14 306  P   P
+PG05   3664.491792  22244.627209 -13978.882113   -138.168942 14 12 14 266  P   P
+PG06  -2481.518753 -15560.080090 -21207.922469   -229.392842 11 13 10 321  P   P
+PG07 -16511.526123   2789.369543 -20662.634246      7.052995  6 13 13 260  P   P
+PG08  -9030.550990  11589.876828 -22052.443415      7.632519  9 10 13 295  P   P
+PG09  20899.430802  14370.502909   7348.224079     71.210349 14 16 18 143  P   P
+PG10  -7961.461632  25123.398016   -310.758689    -70.447165 14 10 14 362  P   P
+PG11 -23808.799878 -11447.409881   3838.724499   -139.233641 11 14 17 257  P   P
+PG12  13415.493817   6891.148076  21903.678292    -14.895905 15 17 11 201  P   P
+PG13 -25977.858785   5317.787925  -2093.665067    276.783531  8 12 13 214  P   P
+PG14  15054.766898 -14046.168787  16856.042776    141.292187 13 12 12 235  P   P
+PG15  21194.430241   5731.141164 -15052.270761   -138.576113 14 12 14 229  P   P
+PG16  -1186.243389 -23165.791414 -12628.560047   -162.032496 11  9  9 253  P   P
+PG17 -15380.057459  14558.261944  16024.730519    184.220599 13 13 14 233  P   P
+PG18  15640.261847 -16271.893181 -13397.050636    129.627298 10 14 12 252  P   P
+PG19 -18062.179335  -9518.020829 -17167.492222   -126.126952 14 15 14 209  P   P
+PG20 -15701.227878  -1933.689599  21182.764754     48.826270  9 13 11 257  P   P
+PG21  16481.070189  -4161.988148 -20140.593073   -134.507708 15 17 15 284  P   P
+PG22  10940.450504 -23764.061179  -4091.360852    150.831536 10 12 12 233  P   P
+PG23 -24666.602224  -1723.427412  10140.087861    316.190858 12 13 15 248  P   P
+PG24 -20862.710347 -12614.708778  10924.748015    378.155632 14 13 18 338  P   P
+PG25  16292.281563  -8835.243498  19003.960818     -0.993143 13 16 15 243  P   P
+PG26   9632.617640  13005.223711 -21731.732186   -160.967593 13  9 10 320  P   P
+PG27  20525.067042  16926.413309   3219.668221    251.489447 12 13 17 302  P   P
+PG28 -12707.769747  21879.636224  -7106.045570     28.777603 10 11 12 252  P   P
+PG29  26204.528976  -3801.688469   1838.824165    196.713677  9 14 15 133  P   P
+PG30   2517.945182 -25890.873519  -5684.692994    333.705881  9  8  9 295  P   P
+PG31  -1672.012996 -19596.133993  17951.925776     60.869626 14  8 12 245  P   P
+PG32 -11338.969322 -11976.802262  21178.551434   -226.767973 13 13 12 283  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641217  21448.055846  12416.809433    328.351052 19  7 18 246  P   P
+PG03  -5566.224800 -15139.981447 -21502.165271    696.317742 12 14 10 301  P   P
+PG04  -2508.552481  17355.941452  19643.164746     76.711144 15 17 14 305  P   P
+PG05   3070.068983  23608.472705 -11685.540850   -138.174248 13 11 14 269  P   P
+PG06   -136.236508 -16266.773844 -20802.427262   -229.498241 10 13 10 320  P   P
+PG07 -18063.752679   1103.854945 -19508.123361      7.053897  6 13 14 259  P   P
+PG08 -10696.093206   9677.842657 -22276.076939      7.632600 10 10 13 294  P   P
+PG09  21304.668525  15023.099872   4556.751731     71.212435 14 16 19 173  P   P
+PG10  -8223.521088  24888.897435   2540.605324    -70.448232 13 11 14 362  P   P
+PG11 -23867.129997 -11978.965872   1173.286849   -139.236387 13 13 18 256  P   P
+PG12  12716.645780   9259.086371  21457.484571    -14.893364 15 17 12 198  P   P
+PG13 -26064.287148   5163.799762    815.138616    276.782196  8 12 13 210  P   P
+PG14  16832.581830 -14279.072245  14827.007915    141.294374 13 12 13 234  P   P
+PG15  19487.550778   6413.332949 -16947.811343   -138.573374 15 13 14 228  P   P
+PG16   -610.519965 -24365.664982 -10150.680630   -162.034989 10  9  9 254  P   P
+PG17 -17080.448337  14763.059927  13944.325428    184.220800 13 14 14 231  P   P
+PG18  15432.075278 -14544.125266 -15457.388651    129.629112 10 14 12 253  P   P
+PG19 -16073.083565 -10011.081857 -18758.681341   -126.130391 14 15 13 209  P   P
+PG20 -15160.758598  -4341.467099  21225.238353     48.826376  9 14 11 257  P   P
+PG21  18035.177289  -2434.959989 -19141.555892   -134.510080 15 17 16 283  P   P
+PG22  11085.138823 -23049.101728  -6798.904316    150.830837 10 13 12 235  P   P
+PG23 -23464.923527  -2223.843957  12569.271463    316.188570 13 14 15 249  P   P
+PG24 -21416.680268 -13585.994245   8406.173703    378.158227 14 13 18 337  P   P
+PG25  15848.212401  -6628.911899  20237.812502     -0.993480 13 17 14 244  P   P
+PG26   7294.541339  13463.364807 -22335.493525   -160.976730 13  9  9 319  P   P
+PG27  20505.543799  17140.530946    351.217137    251.493324 13 13 18 293  P   P
+PG28 -12620.824157  20821.424483  -9775.125385     28.779765 11 12 12 252  P   P
+PG29  25906.886261  -3473.191044   4666.130583    196.716167  9 15 16  61  P   P
+PG30   2860.679299 -26271.237635  -2885.035203    333.708370  8  9  9 299  P   P
+PG31   -114.130265 -18173.186500  19496.709151     60.874171 14  8 11 245  P   P
+PG32 -10493.329323 -14125.032365  20295.222994   -226.774749 13 13 12 283  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606675  20624.538736  14583.163090    328.353051 19  4 18 244  P   P
+PG03  -3414.119892 -16137.801497 -21189.245669    696.322248 12 14  9 301  P   P
+PG04  -4360.511233  15892.982434  20558.726173     76.720425 15 17 13 305  P   P
+PG05   2599.415095  24735.250693  -9190.190545   -138.179552 13 11 14 271  P   P
+PG06   2112.236903 -17060.248619 -20032.770649   -229.603636 10 12 10 318  P   P
+PG07 -19593.396591   -393.285091 -18019.788706      7.054799  7 13 14 258  P   P
+PG08 -12467.699085   7866.178079 -22115.482055      7.632658 10 10 13 293  P   P
+PG09  21500.640024  15439.137755   1685.939344     71.214539 14 15 19 194  P   P
+PG10  -8426.268705  24352.050313   5347.094728    -70.449314 13 11 13 361  P   P
+PG11 -23685.107138 -12367.686516  -1511.991405   -139.239128 14 13 18 254  P   P
+PG12  12163.402091  11590.466573  20643.965116    -14.890821 14 17 13 198  P   P
+PG13 -25840.064294   4934.221854   3709.934041    276.780865  8 13 13 206  P   P
+PG14  18360.941093 -14545.512365  12543.697855    141.296560 12 13 13 232  P   P
+PG15  17630.313305   7247.482956 -18553.346623   -138.570633 15 13 13 227  P   P
+PG16   -167.638493 -25309.893327  -7494.967917   -162.037484  9  9 10 256  P   P
+PG17 -18531.234213  14983.393442  11623.290086    184.221003 13 14 15 228  P   P
+PG18  15256.327854 -12593.873336 -17241.933008    129.630929 11 15 11 254  P   P
+PG19 -13953.325816 -10646.586653 -20030.461060   -126.133829 14 15 13 209  P   P
+PG20 -14737.737035  -6755.459196  20897.611534     48.826482  8 14 12 256  P   P
+PG21  19566.740351   -878.491818 -17807.554474   -134.512451 15 17 16 282  P   P
+PG22  11197.148946 -22048.669281  -9388.145774    150.830136 11 14 12 237  P   P
+PG23 -22041.985945  -2868.648766  14785.784274    316.186282 13 14 14 250  P   P
+PG24 -21812.570928 -14323.334804   5745.479694    378.160801 14 13 18 335  P   P
+PG25  15497.933866  -4284.497766  21122.860298     -0.993816 13 17 14 244  P   P
+PG26   4939.208136  14069.031963 -22576.602283   -160.985873 13  9  9 318  P   P
+PG27  20242.665121  17157.059320  -2523.101095    251.497204 14 12 18 282  P   P
+PG28 -12521.030916  19468.349215 -12269.650389     28.781927 12 12 12 252  P   P
+PG29  25323.776502  -3041.831920   7413.058295    196.718655 10 15 15 118  P   P
+PG30   3136.102450 -26353.709639    -35.891116    333.710878  7 10 10 302  P   P
+PG31   1633.218372 -16735.805317  20709.505183     60.878718 14  9 10 245  P   P
+PG32  -9795.617579 -16200.199136  19074.238837   -226.781512 12 13 12 283  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415444  19729.059044  16504.557965    328.355049 19  4 17 242  P   P
+PG03  -1356.038688 -17212.690873 -20523.482638    696.326768 11 14  9 301  P   P
+PG04  -6343.977991  14470.031073  21111.982440     76.729695 15 17 12 304  P   P
+PG05   2225.526090  25595.534574  -6535.866476   -138.184853 13 11 14 274  P   P
+PG06   4224.437200 -17914.337610 -18912.011369   -229.709029 10 12 11 317  P   P
+PG07 -21055.669243  -1688.761846 -16223.531148      7.055703  7 13 14 257  P   P
+PG08 -14307.830783   6190.460629 -21575.135873      7.632692 11 10 14 291  P   P
+PG09  21457.864181  15644.391513  -1214.068632     71.216649 15 15 19 203  P   P
+PG10  -8606.381857  23513.799746   8058.976567    -70.450405 12 12 13 361  P   P
+PG11 -23249.546665 -12641.879024  -4171.854951   -139.241866 14 13 18 252  P   P
+PG12  11755.110415  13836.506221  19477.479823    -14.888276 14 17 14 199  P   P
+PG13 -25319.650741   4591.976052   6540.910790    276.779535  9 14 13 202  P   P
+PG14  19617.582496 -14807.252983  10044.796692    141.298748 12 13 14 232  P   P
+PG15  15666.583328   8239.630930 -19841.051557   -138.567891 15 14 13 227  P   P
+PG16    172.006688 -25970.159214  -4707.858641   -162.039984  8  9 10 257  P   P
+PG17 -19713.238570  15181.703284   9101.193259    184.221209 13 15 15 224  P   P
+PG18  15142.533586 -10453.810925 -18718.882132    129.632745 11 15 10 254  P   P
+PG19 -11748.429746 -11430.167433 -20960.334116   -126.137265 14 15 13 210  P   P
+PG20 -14435.618580  -9128.328161  20205.857270     48.826587  8 14 13 255  P   P
+PG21  21034.395516    492.422504 -16164.001410   -134.514821 14 17 17 281  P   P
+PG22  11311.553308 -20773.324755 -11813.795653    150.829434 11 15 12 239  P   P
+PG23 -20435.320124  -3676.224320  16751.694542    316.183997 13 14 14 250  P   P
+PG24 -22015.560381 -14840.501287   2987.656710    378.163357 14 13 18 333  P   P
+PG25  15261.271542  -1846.010806  21643.890349     -0.994152 13 17 13 244  P   P
+PG26   2613.389173  14813.565022 -22450.166034   -160.995025 13  9  9 317  P   P
+PG27  19712.996519  17006.933634  -5354.385442    251.501093 15 12 18 268  P   P
+PG28 -12446.363872  17838.052484 -14544.130102     28.784085 12 12 12 251  P   P
+PG29  24478.733336  -2477.275189  10032.421008    196.721143 11 15 15 151  P   P
+PG30   3380.199286 -26128.500686   2813.831350    333.713412  7 10 10 305  P   P
+PG31   3546.938820 -15326.451280  21570.587323     60.883269 14 10  9 245  P   P
+PG32  -9242.164334 -18157.841165  17536.366561   -226.788261 12 13 13 283  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990618  18800.666768  18148.020846    328.357044 19  5 17 240  P   P
+PG03    574.408063 -18335.738579 -19514.723785    696.331301 11 13  9 301  P   P
+PG04  -8425.217730  13121.737785  21294.052103     76.738954 16 18 11 303  P   P
+PG05   1916.765699  26167.239795  -3768.421809   -138.190152 12 11 15 275  P   P
+PG06   6166.443035 -18797.311791 -17459.503544   -229.814416 10 12 11 316  P   P
+PG07 -22405.486671  -2777.839346 -14150.399618      7.056606  7 13 15 256  P   P
+PG08 -16174.128938   4678.986461 -20665.952959      7.632705 11 11 14 290  P   P
+PG09  21153.782658  15670.870892  -4093.289932     71.218773 16 14 19 213  P   P
+PG10  -8800.180658  22384.177548  10628.068264    -70.451503 12 12 13 361  P   P
+PG11 -22554.148381 -12832.523578  -6761.771273   -139.244601 15 13 18 250  P   P
+PG12  11482.922193  15950.209854  17978.343515    -14.885728 14 16 15 201  P   P
+PG13 -24525.966975   4103.913325   9259.177554    276.778207  9 14 13 197  P   P
+PG14  20588.815181 -15023.728713   7372.870952    141.300935 11 13 14 231  P   P
+PG15  13641.915540   9387.862777 -20788.462126   -138.565149 15 14 13 226  P   P
+PG16    442.571785 -26326.230604  -1838.184823   -162.042486  8  9 11 259  P   P
+PG17 -20615.749697  15318.757470   6421.298034    184.221415 12 15 16 219  P   P
+PG18  15114.835026  -8162.822227 -19862.140274    129.634563 12 16  9 254  P   P
+PG19  -9505.369054 -12359.393538 -21531.491374   -126.140703 14 15 12 212  P   P
+PG20 -14250.135938 -11413.423103  19162.353896     48.826693  7 14 13 253  P   P
+PG21  22396.570445   1671.012339 -14241.370651   -134.517191 14 17 18 280  P   P
+PG22  11461.500462 -19241.863434 -14033.329820    150.828731 12 15 12 241  P   P
+PG23 -18686.714092  -4657.619370  18433.121400    316.181711 14 15 14 250  P   P
+PG24 -21995.421818 -15158.246654    179.317368    378.165901 15 13 19 330  P   P
+PG25  15150.579738    639.214274  21791.971698     -0.994486 13 17 13 244  P   P
+PG26    362.001888  15680.327375 -21956.931017   -161.004186 13 10  9 317  P   P
+PG27  18900.889160  16725.718255  -8093.651322    251.504983 16 12 18 254  P   P
+PG28 -12431.713027  15957.209351 -16556.830650     28.786242 13 13 12 250  P   P
+PG29  23402.292812  -1754.442308  12479.327143    196.723633 11 15 15 167  P   P
+PG30   3630.025150 -25594.629228   5614.730973    333.715973  8 11 11 307  P   P
+PG31   5596.658600 -13983.525030  22066.207287     60.887823 14 11  9 244  P   P
+PG32  -8821.709838 -19955.844529  15707.401042   -226.794994 11 13 13 282  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043779  17876.703322  19484.992351    328.359036 19  5 16 238  P   P
+PG03   2349.075727 -19473.083198 -18178.480997    696.335849 10 13 10 300  P   P
+PG04 -10565.241980  11876.948721  21102.742990     76.748203 16 18 10 302  P   P
+PG05   1638.292548  26436.443564   -935.726123   -138.195447 12 11 14 277  P   P
+PG06   7911.018378 -19673.121756 -15700.560177   -229.919798 10 12 12 315  P   P
+PG07 -23599.145848  -3664.300943 -11836.048624      7.057510  6 13 15 254  P   P
+PG08 -18020.953883   3351.909340 -19404.989563      7.632697 11 11 14 287  P   P
+PG09  20573.645018  15555.339116  -6902.759948     71.220901 16 13 19 220  P   P
+PG10  -9041.973742  20982.027328  13008.674483    -70.452607 12 13 12 360  P   P
+PG11 -21599.787594 -12971.929488  -9238.612839   -139.247333 16 13 17 248  P   P
+PG12  11330.254755  17887.993758  16172.460873    -14.883177 14 16 16 203  P   P
+PG13 -23489.521929   3442.311646  11817.615335    276.776881  9 14 13 193  P   P
+PG14  21269.936194 -15153.736279   4573.668063    141.303121 11 14 15 231  P   P
+PG15  11601.933765  10682.208676 -21378.881556   -138.562406 15 14 12 226  P   P
+PG16    681.204281 -26366.744708   1063.728443   -162.044993  7 10 10 260  P   P
+PG17 -21236.824965  15355.312818   3629.828030    184.221625 12 16 16 214  P   P
+PG18  15190.945408  -5764.617735 -20651.813825    129.636382 12 16  8 255  P   P
+PG19  -7270.933841 -13423.702273 -21733.154171   -126.144141 14 15 12 214  P   P
+PG20 -14169.551040 -13566.410790  17785.639312     48.826800  6 14 14 251  P   P
+PG21  23613.035263   2658.680590 -12074.527880   -134.519562 12 17 18 280  P   P
+PG22  11676.739776 -17480.728528 -16007.775878    150.828027 12 16 11 242  P   P
+PG23 -16840.725225  -5815.921433  19800.819367    316.179428 14 15 13 250  P   P
+PG24 -21727.761646 -15303.354370  -2632.050209    378.168438 15 14 18 328  P   P
+PG25  15170.251402   3122.147884  21564.607189     -0.994819 13 17 13 243  P   P
+PG26  -1773.349705  16645.199907 -21103.355321   -161.013358 13 10 10 316  P   P
+PG27  17799.365198  16352.174519 -10692.675309    251.508864 16 11 17 253  P   P
+PG28 -12507.283010  13860.664769 -18270.680621     28.788397 13 13 12 249  P   P
+PG29  22130.810000   -854.670001  14711.939602    196.726122 12 15 15 179  P   P
+PG30   3922.064301 -24760.083298   8317.783341    333.718565  9 12 11 309  P   P
+PG31   7745.726827 -12740.002757  22188.759640     60.892379 13 11  7 243  P   P
+PG32  -8515.965347 -21555.856159  13617.765830   -226.801714 11 12 13 280  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573978  16991.373205  20491.833815    328.361024 19  6 15 236  P   P
+PG03   3946.191089 -20587.097198 -16535.784718    696.340413 10 13 10 299  P   P
+PG04 -12721.195860  10757.700055  20542.521928     76.757442 16 18 11 301  P   P
+PG05   1353.618246  26397.899121   1913.175829   -138.200737 11 11 14 279  P   P
+PG06   9438.487809 -20502.831091 -13665.996399   -230.025169 10 11 12 313  P   P
+PG07 -24595.954793  -4360.091277  -9320.126998      7.058413  6 13 15 253  P   P
+PG08 -19801.039358   2220.706841 -17815.057923      7.632670 11 11 15 285  P   P
+PG09  19711.087224  15337.692430  -9595.325200     71.223038 17 12 19 228  P   P
+PG10  -9362.487057  19334.374309  15158.479193    -70.453710 11 13 12 360  P   P
+PG11 -20394.553479 -13092.363886 -11561.302771   -139.250063 16 13 17 244  P   P
+PG12  11273.555768  19611.183244  14090.874269    -14.880624 14 16 16 206  P   P
+PG13 -22247.254113   2586.172724  14171.711520    276.775556 10 15 12 188  P   P
+PG14  21665.309385 -15157.173491   1695.345966    141.305306 10 14 15 230  P   P
+PG15   9590.711857  12104.858840 -21601.693551   -138.559662 15 14 12 225  P   P
+PG16    926.360777 -26089.647941   3946.996271   -162.047502  8 10 10 261  P   P
+PG17 -21583.260318  15253.799938    775.165293    184.221832 12 16 16 208  P   P
+PG18  15381.376228  -3306.158856 -21074.567206    129.638201 12 16  6 255  P   P
+PG19  -5090.097318 -14604.651467 -21560.823299   -126.147580 14 15 12 217  P   P
+PG20 -14175.214575 -15546.814359  16100.052050     48.826907  5 14 14 250  P   P
+PG21  24646.380253   3464.637715  -9702.016709   -134.521930 10 16 18 279  P   P
+PG22  11982.285136 -15523.127586 -17702.437962    150.827320 13 16 10 242  P   P
+PG23 -14943.089431  -7145.929830  20830.700419    316.177144 14 15 12 250  P   P
+PG24 -21195.053160 -15307.467699  -5398.844257    378.170976 16 14 18 325  P   P
+PG25  15316.550006   5553.760070  20965.772837     -0.995152 13 17 13 242  P   P
+PG26  -3755.736149  17677.351090 -19901.622985   -161.022541 13 10 10 315  P   P
+PG27  16410.699918  15926.671960 -13104.883739    251.512728 17 11 17 266  P   P
+PG28 -12697.185913  11590.218853 -19654.086852     28.790548 13 13 11 248  P   P
+PG29  20705.069116    233.384204  16692.176788    196.728612 12 15 14 187  P   P
+PG30   4290.585875 -23641.643401  10875.237239    333.721188 10 12 11 310  P   P
+PG31   9952.444921 -11622.295553  21936.851218     60.896938 13 12  7 242  P   P
+PG32  -8300.431279 -22924.570046  11302.059090   -226.808417 10 12 13 279  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908738  16174.430838  21150.273167    328.363011 19  7 13 234  P   P
+PG03   5351.033707 -21637.740003 -14612.953057    696.344990 10 13 11 297  P   P
+PG04 -14847.894228   9778.506813  19624.354466     76.766672 16 18 12 299  P   P
+PG05   1026.234141  26055.223534   4728.929418   -138.206021 11 11 14 280  P   P
+PG06  10737.308462 -21246.182300 -11391.561679   -230.130532 10 11 13 312  P   P
+PG07 -25359.756122  -4884.649728  -6645.608162      7.059314  7 13 15 252  P   P
+PG08 -21467.195346   1287.984911 -15924.262887      7.632626 11 11 15 282  P   P
+PG09  18568.392495  15059.266947 -12126.365873     71.225182 17 12 19 238  P   P
+PG10  -9787.444758  17475.466780  17039.369720    -70.454813 11 14 11 359  P   P
+PG11 -18953.536868 -13224.701451 -13691.419177   -139.252790 17 13 16 241  P   P
+PG12  11283.339303  21087.327789  11769.232591    -14.878068 14 15 17 209  P   P
+PG13 -20841.128037   1522.263837  16280.358889    276.774234 10 15 12 183  P   P
+PG14  21788.099791 -14996.757567  -1212.354170    141.307491 10 15 15 230  P   P
+PG15   7649.217063  13630.691558 -21452.575485   -138.556919 15 14 12 224  P   P
+PG16   1216.072676 -25502.273513   6761.117288   -162.050013  9 11 10 262  P   P
+PG17 -21670.222585  14979.963409  -2093.006011    184.222042 12 16 17 199  P   P
+PG18  15688.982146   -835.960803 -21123.831564    129.640022 12 16  7 255  P   P
+PG19  -3004.444623 -15876.489557 -21016.426295   -126.151019 13 14 12 220  P   P
+PG20 -14242.408460 -17319.399706  14135.268046     48.827014  5 14 14 247  P   P
+PG21  25463.366927   4105.246376  -7165.319374   -134.524297  9 16 19 278  P   P
+PG22  12397.273775 -13407.885634 -19087.543703    150.826612 13 17  9 243  P   P
+PG23 -13039.085057  -8634.145891  21504.283672    316.174863 13 15 12 250  P   P
+PG24 -20387.427230 -15205.742410  -8074.117189    378.173518 16 13 18 322  P   P
+PG25  15577.769627   7886.714602  20005.845251     -0.995483 13 17 14 241  P   P
+PG26  -5554.119234  18740.265855 -18369.592146   -161.031737 13 10 11 315  P   P
+PG27  14746.661776  15489.500318 -15286.268333    251.516564 17 11 17 279  P   P
+PG28 -13018.296858   9193.110089 -20681.632159     28.792697 13 14 11 247  P   P
+PG29  19168.741602   1513.122790  18386.344199    196.731101 12 15 14 193  P   P
+PG30   4766.065521 -22264.363792  13241.518872    333.723843 11 13 11 311  P   P
+PG31  12171.481690 -10649.370424  21315.278129     60.901497 12 13  7 241  P   P
+PG32  -8145.444255 -24034.843647   8798.547441   -226.815107  9 12 13 277  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412658  15450.032789  21447.780024    328.364995 19  7 12 231  P   P
+PG03   6556.363747 -22584.035892 -12441.271288    696.349582 10 12 12 295  P   P
+PG04 -16899.442592   8945.969863  18365.423489     76.775894 16 17 13 298  P   P
+PG05    621.241514  25420.750984   7462.742927   -138.211300 10 12 14 281  P   P
+PG06  11804.315351 -21863.230203  -8917.273335   -230.235884 10 12 14 311  P   P
+PG07 -25860.288022  -5263.962561  -3858.072450      7.060214  8 13 16 251  P   P
+PG08 -22973.997297    547.619450 -13765.472864      7.632568 10 11 15 278  P   P
+PG09  17156.435815  14761.137849 -14454.442135     71.227326 17 11 18 245  P   P
+PG10 -10336.364658  15445.529403  18618.171443    -70.455911 10 14 10 359  P   P
+PG11 -17298.377534 -13397.141737 -15593.754148   -139.255516 17 14 16 237  P   P
+PG12  11325.453138  22291.286451   9247.189819    -14.875508 14 15 17 212  P   P
+PG13 -19316.538922    245.860425  18106.603588    276.772912 10 15 12 180  P   P
+PG14  21659.670348 -14639.653784  -4098.978096    141.309674  9 15 15 231  P   P
+PG15   5813.875578  15228.096062 -20933.605946   -138.554175 15 14 13 224  P   P
+PG16   1586.232580 -24621.054089   9456.905708   -162.052527 10 11 10 263  P   P
+PG17 -21520.556154  14504.389419  -4924.593748    184.222250 12 17 17 190  P   P
+PG18  16108.839714   1597.652313 -20799.864679    129.641843 13 16  9 255  P   P
+PG19  -1050.724789 -17207.026624 -20108.355788   -126.154457 13 14 12 224  P   P
+PG20 -14341.435164 -18855.356075  11925.744198     48.827122  5 14 15 244  P   P
+PG21  26036.106918   4603.112770  -4508.108363   -134.526666  9 16 19 276  P   P
+PG22  12934.068407 -11178.080275 -20138.798735    150.825903 14 17  8 243  P   P
+PG23 -11171.911772 -10259.085691  21809.062959    316.172583 13 15 11 249  P   P
+PG24 -19303.189680 -15035.371833 -10612.339343    378.176074 17 13 18 319  P   P
+PG25  15934.716710  10076.997989  18701.418597     -0.995812 12 17 15 239  P   P
+PG26  -7144.380385  19793.007450 -16530.669388   -161.040944 13 10 12 314  P   P
+PG27  12828.382815  15079.148297 -17196.307376    251.520363 17 10 16 289  P   P
+PG28 -13479.428653   6720.262532 -21334.630820     28.794845 13 14 12 246  P   P
+PG29  17566.751840   2979.698184  19765.687359    196.733592 13 15 13 197  P   P
+PG30   5373.740797 -20660.724417  15374.123077    333.726533 12 13 11 311  P   P
+PG31  14355.421035  -9832.161284  20334.913622     60.906058 11 13  7 240  P   P
+PG32  -8017.417795 -24866.606872   6148.610940   -226.821781  7 11 13 274  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714389  14835.801142  21377.860077    328.366979 19  8 10 229  P   P
+PG03   7562.574319 -23385.626217 -10056.578450    696.354188 11 12 12 293  P   P
+PG04 -18830.876738   8258.710484  16788.738187     76.785108 16 17 14 297  P   P
+PG05    106.919585  24515.057053  10067.251116   -138.216572  9 12 14 281  P   P
+PG06  12644.630990 -22315.974728  -6286.666456   -230.341225 10 12 14 309  P   P
+PG07 -26074.332887  -5529.370851  -1004.952414      7.061113  9 14 16 250  P   P
+PG08 -24279.401662    -14.778050 -11375.736488      7.632497 10 11 15 275  P   P
+PG09  15494.324281  14482.472295 -16541.861987     71.229470 18 11 18 251  P   P
+PG10 -11021.620814  13289.281871  19867.274752    -70.457000 11 14 10 359  P   P
+PG11 -15456.588324 -13634.037603 -17236.824228   -139.258243 17 14 15 233  P   P
+PG12  11362.528723  23206.044536   6567.742841    -14.872946 14 14 18 215  P   P
+PG13 -17720.587200  -1238.843642  19618.326456    276.771593 10 15 12 176  P   P
+PG14  21308.661531 -14058.947745  -6914.255600    141.311855  9 15 15 231  P   P
+PG15   4115.315988  16860.061184 -20053.262543   -138.551430 15 14 13 223  P   P
+PG16   2068.973054 -23470.882765  11987.391499   -162.055042 11 12 10 264  P   P
+PG17 -21163.789469  13803.856604  -7670.011693    184.222458 12 17 17 179  P   P
+PG18  16628.460742   3948.265679 -20109.665477    129.643663 13 16 11 255  P   P
+PG19    740.416478 -18558.777525 -18851.393330   -126.157898 13 14 13 227  P   P
+PG20 -14438.908201 -20133.226393   9510.081349     48.827229  6 13 15 242  P   P
+PG21  26343.032111   4985.967724  -1775.502585   -134.529030 10 16 19 274  P   P
+PG22  13597.640752  -8879.513446 -20837.836273    150.825192 14 17  6 243  P   P
+PG23  -9381.145509 -11991.908876  21738.782905    316.170304 13 15 11 248  P   P
+PG24 -17949.044304 -14834.038108 -12970.148410    378.178647 17 13 18 316  P   P
+PG25  16361.494440  12085.421309  17075.014504     -0.996140 12 17 16 237  P   P
+PG26  -8510.120153  20791.677921 -14413.601773   -161.050166 13 11 12 314  P   P
+PG27  10685.846568  14730.621691 -18798.866679    251.524119 17 10 16 296  P   P
+PG28 -14080.866178   4224.376046 -21601.522908     28.796988 13 14 12 244  P   P
+PG29  15943.612923   4620.022653  20806.858525    196.736084 13 15 12 201  P   P
+PG30   6132.365261 -18869.480843  17234.468915    333.729257 12 14 11 311  P   P
+PG31  16456.386796  -9173.288033  19012.510483     60.910621 11 14  8 238  P   P
+PG32  -7880.235260 -25407.532093   3396.142326   -226.828441  5 11 13 270  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788081  14342.137614  20940.258841    328.368961 19  8  9 227  P   P
+PG03   8377.555275 -24004.340132  -7498.759408    696.358805 11 12 13 289  P   P
+PG04 -20599.756186   7707.628196  14922.646720     76.794316 16 17 14 297  P   P
+PG05   -543.831787  23366.172707  12497.352901   -138.221838  9 13 13 282  P   P
+PG06  13271.244779 -22569.925081  -3545.977530   -230.446554 10 12 15 308  P   P
+PG07 -25986.611754  -5716.179878   1865.247878      7.062010 10 14 16 249  P   P
+PG08 -25346.232110   -421.094306  -8795.655535      7.632416  9 11 16 271  P   P
+PG09  13608.754928  14258.992005 -18355.170815     71.231614 18 10 18 256  P   P
+PG10 -11847.813323  11054.286940  20765.139498    -70.458078 11 15 10 358  P   P
+PG11 -13460.680134 -13954.874135 -18593.329504   -139.260970 17 14 15 228  P   P
+PG12  11355.558848  23823.232393   3776.518487    -14.870381 15 13 18 219  P   P
+PG13 -16100.290340  -2918.678147  20788.842915    276.770274 10 15 11 172  P   P
+PG14  20769.787941 -13234.899621  -9609.007128    141.314034 10 16 15 232  P   P
+PG15   2577.340062  18485.489996 -18826.307702   -138.548686 14 14 14 222  P   P
+PG16   2691.204889 -22084.150568  14308.669241   -162.057560 11 12 10 265  P   P
+PG17 -20634.879926  12862.452312 -10281.093635    184.222665 12 17 16 170  P   P
+PG18  17228.325811   6172.993821 -19066.750980    129.645484 13 16 12 255  P   P
+PG19   2345.471156 -19890.336567 -17266.515140   -126.161338 13 13 13 231  P   P
+PG20 -14499.190538 -21139.553511   6930.320648     48.827337  7 13 15 238  P   P
+PG21  26369.628727   5285.385309    986.660959   -134.531399 12 16 19 273  P   P
+PG22  14385.262607  -6559.081556 -21172.551861    150.824479 14 17  5 242  P   P
+PG23  -7701.329063 -13797.345061  21293.614887    316.168027 13 15 12 247  P   P
+PG24 -16340.010684 -14638.346664 -15107.073887    378.181243 18 12 17 313  P   P
+PG25  16826.558954  13878.937763  15154.690099     -0.996466 12 17 16 235  P   P
+PG26  -9643.193034  21691.034147 -12052.178063   -161.059398 13 11 13 314  P   P
+PG27   8356.997755  14473.876919 -20063.051220    251.527828 18 10 15 302  P   P
+PG28 -14814.282925   1757.947150 -21478.095068     28.799132 13 14 12 242  P   P
+PG29  14341.795422   6413.096936  21492.291166    196.738578 13 15 11 204  P   P
+PG30   7053.219624 -16934.254023  18788.696160    333.732015 13 14 11 311  P   P
+PG31  18427.687335  -8667.091311  17370.421842     60.915182 10 14  9 236  P   P
+PG32  -7696.748411 -25653.440581    586.904000   -226.835089  3 11 13 266  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364281  13971.819943  20141.065318    328.370943 18  9 11 225  P   P
+PG03   9016.265659 -24405.724254  -4811.143171    696.363435 11 13 14 286  P   P
+PG04 -22167.650405   7276.464569  12800.267064     76.803520 16 16 14 296  P   P
+PG05  -1352.232818  22008.519248  14711.007094   -138.227096  9 14 13 282  P   P
+PG06  13704.281889 -22595.530623   -743.280729   -230.551869 11 13 15 307  P   P
+PG07 -25590.391953  -5862.122555   4703.748340      7.062906 11 14 16 248  P   P
+PG08 -26143.486711   -699.680190  -6068.723688      7.632328  8 11 16 269  P   P
+PG09  11533.119626  14121.594919 -19865.564562     71.233756 18 10 17 260  P   P
+PG10 -12811.470969   8789.199097  21296.666399    -70.459142 11 15 10 358  P   P
+PG11 -11347.117567 -14373.432411 -19640.558565   -139.263697 18 14 13 223  P   P
+PG12  11265.543580  24143.328042    921.020283    -14.867813 15 11 18 222  P   P
+PG13 -14500.802967  -4771.796861  21597.407905    276.768958 10 15 12 171  P   P
+PG14  20082.398136 -12155.926751 -12136.041359    141.316211 10 16 15 233  P   P
+PG15   1216.161988  20060.691222 -17273.562155   -138.545941 14 14 14 221  P   P
+PG16   3473.374420 -20499.502176  16380.678215   -162.060077 12 12 10 265  P   P
+PG17 -19972.747451  11672.405811 -12711.987547    184.222870 12 18 16 167  P   P
+PG18  17882.709554   8233.937545 -17690.807362    129.647305 13 16 13 255  P   P
+PG19   3748.826477 -21157.932694 -15380.578654   -126.164780 13 13 14 234  P   P
+PG20 -14485.922509 -21869.220251   4231.188044     48.827444  8 12 15 235  P   P
+PG21  26108.917151   5535.389330   3732.531708   -134.533774 13 16 19 272  P   P
+PG22  15286.517522  -4263.110044 -21137.316312    150.823764 14 17  8 241  P   P
+PG23  -6160.754257 -15634.887359  20480.225328    316.165751 13 14 12 246  P   P
+PG24 -14499.036659 -14482.302304 -16986.225611    378.183867 18 12 17 310  P   P
+PG25  17294.006026  15431.725985  12973.551116     -0.996788 12 16 17 232  P   P
+PG26 -10543.948384  22446.207992  -9484.831421   -161.068645 13 12 13 314  P   P
+PG27   5886.496879  14332.445517 -20963.976296    251.531485 18 10 15 306  P   P
+PG28 -15663.042422   -628.688667 -20967.522512     28.801272 13 14 12 240  P   P
+PG29  12800.190260   8330.644522  21810.477696    196.741072 13 15 10 206  P   P
+PG30   8139.428516 -14901.915084  20008.379330    333.734807 13 14 10 310  P   P
+PG31  20225.422218  -8299.979917  15436.244424     60.919744 10 14 10 234  P   P
+PG32  -7430.330723 -25608.428532  -2232.153214   -226.841724  5 11 13 261  P   P
+*  2011  4  2  0  0  0.00000000
+PG02 -12295.561962  13719.902308  18992.707142    328.372925 18 10 12 223  P   P
+PG03   9500.023264 -24560.469995  -2039.811126    696.368074 11 13 14 281  P   P
+PG04 -23501.462952   6942.644161  10458.851101     76.812719 16 16 15 296  P   P
+PG05  -2332.598539  20481.606647  16669.971105   -138.232346 10 14 13 282  P   P
+PG06  13969.994554 -22369.419984   2072.403372   -230.657173 11 13 15 306  P   P
+PG07 -24887.785738  -6005.734573   7462.291983      7.063798 11 14 16 248  P   P
+PG08 -26647.423475   -884.089304  -3240.639742      7.632237  7 11 16 267  P   P
+PG09   9306.392997  14095.177918 -21049.229561     71.235893 18 10 17 264  P   P
+PG10 -13901.096930   6541.988573  21453.429334    -70.460189 11 15 11 358  P   P
+PG11  -9155.140129 -14897.166688 -20360.736490   -139.266426 18 14 12 218  P   P
+PG12  11055.142659  24175.536754  -1950.154192    -14.865241 16 10 18 225  P   P
+PG13 -12963.716634  -6768.327381  22029.614083    276.767641 11 15 12 172  P   P
+PG14  19288.854599 -10819.271503 -14451.024611    141.318384 11 17 15 234  P   P
+PG15     39.947040  21540.990565 -15421.568002   -138.543196 14 14 15 220  P   P
+PG16   4428.489434 -18760.362878  18167.898675   -162.062595 13 13 10 266  P   P
+PG17 -19218.656627  10234.601631 -14920.009664    184.223073 13 18 16 175  P   P
+PG18  18560.757433  10099.422109 -16007.229652    129.649127 13 16 14 255  P   P
+PG19   4943.212095 -22317.105313 -13225.891603   -126.168222 13 13 14 238  P   P
+PG20 -14363.578129 -22325.473589   1459.302069     48.827551  8 12 15 231  P   P
+PG21  25561.668603   5770.999009   6416.920320   -134.536143 15 16 19 271  P   P
+PG22  16283.632439  -2035.719714 -20733.062942    150.823047 14 18 10 240  P   P
+PG23  -4780.485481 -17460.211362  19311.730256    316.163477 13 14 13 245  P   P
+PG24 -12456.316350 -14395.884635 -18574.935198    378.186523 18 11 16 308  P   P
+PG25  17725.037993  16725.998256  10569.178621     -0.997111 13 16 17 229  P   P
+PG26 -11221.156642  23014.471416  -6754.137507   -161.077902 13 12 13 314  P   P
+PG27   3324.162326  14322.320146 -21483.426690    251.535085 18 10 14 309  P   P
+PG28 -16602.867692  -2889.204343 -20080.234368     28.803410 13 14 13 239  P   P
+PG29  11352.722744  10338.027234  21756.147457    196.743568 13 15  9 207  P   P
+PG30   9385.618514 -12820.831387  20871.137239    333.737629 14 15 10 309  P   P
+PG31  21809.994842  -8051.077594  13242.388438     60.924305 10 14 11 232  P   P
+PG32  -7046.431616 -25284.704439  -5013.604579   -226.848348  8 11 13 254  P   P
+*  2011  4  2  0 15  0.00000000
+PG02 -14403.532211  13573.930305  17513.830270    328.374907 17 10 13 221  P   P
+PG03   9855.531707 -24445.678098    767.177619    696.372722 12 13 14 276  P   P
+PG04 -24574.546665   6678.353984   7939.096950     76.821914 16 15 15 296  P   P
+PG05  -3491.588616  18828.547036  18340.468868   -138.237589 11 15 12 282  P   P
+PG06  14099.520165 -21875.398823   4852.006662   -230.762461 11 14 15 306  P   P
+PG07 -23889.728709  -6184.702018  10093.936414      7.064689 12 14 15 247  P   P
+PG08 -26842.389613  -1011.636005   -358.602926      7.632145  6 11 16 267  P   P
+PG09   6971.844199  14197.694763 -21887.612593     71.238026 18 10 16 268  P   P
+PG10 -15097.552194   4358.215157  21233.766962    -70.461217 12 15 11 358  P   P
+PG11  -6925.487951 -15526.817078 -20741.312696   -139.269157 17 14 11 213  P   P
+PG12  10690.272325  23937.352363  -4788.114085    -14.862668 17 10 18 228  P   P
+PG13 -11525.507960  -8871.347168  22077.673616    276.766327 11 15 12 176  P   P
+PG14  18432.799027  -9231.324007 -16513.303007    141.320556 11 17 14 235  P   P
+PG15   -951.330932  22882.399553 -13302.145471   -138.540451 14 13 15 219  P   P
+PG16   5561.451089 -16913.298423  19639.952089   -162.065112 13 13 10 266  P   P
+PG17 -18414.514182   8558.749763 -16866.439020    184.223275 13 18 15 185  P   P
+PG18  19227.764329  11744.972285 -14046.566620    129.650949 13 16 14 255  P   P
+PG19   5929.815377 -23324.434407 -10839.668466   -126.171665 14 12 15 241  P   P
+PG20 -14098.988565 -22519.635780  -1337.639981     48.827658  9 12 15 227  P   P
+PG21  24736.357995   6026.764482   8995.939796   -134.538512 16 16 18 270  P   P
+PG22  17352.115110     82.709521 -19967.248354    150.822328 14 18 11 238  P   P
+PG23  -3573.666124 -19226.767793  17807.532028    316.161205 13 14 13 243  P   P
+PG24 -10248.335487 -14403.777885 -19845.339153    378.189216 19 10 15 305  P   P
+PG25  18079.553690  17752.503411   7982.979374     -0.997430 13 15 18 226  P   P
+PG26 -11691.610428  23356.980972  -3906.204508   -161.087171 13 13 14 314  P   P
+PG27    723.161274  14451.163035 -21610.374124    251.538626 18 10 14 311  P   P
+PG28 -17602.843650  -4982.936708 -18833.611486     28.805548 12 14 13 237  P   P
+PG29  10027.168865  12395.407592  21330.343292    196.746066 12 14  8 208  P   P
+PG30  10777.937886 -10739.048264  21361.118490    333.740481 14 15 11 307  P   P
+PG31  23147.477976  -7893.145878  10825.578524     60.928865 10 14 12 229  P   P
+PG32  -6514.076185 -24702.138758  -7710.293047   -226.854963  9 12 13 246  P   P
+*  2011  4  2  0 30  0.00000000
+PG02 -16335.049160  13514.468582  15729.058494    328.376890 17 11 14 220  P   P
+PG03  10113.677431 -24045.903404   3560.632784    696.377377 12 14 15 270  P   P
+PG04 -25367.572434   6451.815114   5284.424107     76.831109 15 15 14 296  P   P
+PG05  -4827.762083  17094.442357  19693.775860   -138.242825 12 15 11 282  P   P
+PG06  14127.459798 -21105.167490   7547.300503   -230.867738 12 14 15 305  P   P
+PG07 -22615.638308  -6434.243252  12553.826590      7.065578 12 14 15 247  P   P
+PG08 -26721.368578  -1121.824477   2529.402779      7.632055  4 12 16 269  P   P
+PG09   4575.617002  14439.475279 -22367.624700     71.240150 18 10 15 271  P   P
+PG10 -16374.756402   2279.422481  20642.736380    -70.462223 12 15 12 358  P   P
+PG11  -4699.074224 -16256.272720 -20775.185062   -139.271889 17 14 10 208  P   P
+PG12  10141.586409  23453.816599  -7544.482684    -14.860090 17 11 18 231  P   P
+PG13 -10216.198219 -11038.148706  21740.576404    276.765012 11 15 13 183  P   P
+PG14  17557.373638  -7407.583680 -18286.659010    141.322725 12 17 14 236  P   P
+PG15  -1765.706355  24043.276429 -10951.849919   -138.537707 14 13 15 217  P   P
+PG16   6868.715987 -15006.275166  20772.096040   -162.067629 14 13 10 267  P   P
+PG17 -17601.152591   6663.204201 -18517.234425    184.223474 13 18 15 192  P   P
+PG18  19846.598656  13153.992684 -11843.888552    129.652771 13 16 15 255  P   P
+PG19   6718.056923 -24139.254708  -8263.382407   -126.175110 14 12 15 244  P   P
+PG20 -13662.773728 -22470.517228  -4111.682651     48.827765  9 11 15 222  P   P
+PG21  23648.860291   6335.340793  11427.610509   -134.540882 16 16 18 270  P   P
+PG22  18461.670219   2056.916356 -18853.689175    150.821608 14 18 12 236  P   P
+PG23  -2545.139023 -20887.488627  15993.036453    316.158931 13 13 14 241  P   P
+PG24  -7916.676319 -14524.305429 -20774.892410    378.191946 19  9 14 303  P   P
+PG25  18317.799449  18510.706000   5259.471144     -0.997748 14 15 18 222  P   P
+PG26 -11979.402263  23440.431660   -989.955364   -161.096451 14 13 14 314  P   P
+PG27  -1861.972897  14717.883494 -21341.327167    251.542104 18 10 15 312  P   P
+PG28 -18626.701717  -6876.279965 -17251.531955     28.807683 12 14 13 235  P   P
+PG29   8844.217224  14459.114498  20540.396358    196.748567 12 14  6 208  P   P
+PG30  12294.441662  -8702.485238  21469.346899    333.743360 14 15 11 305  P   P
+PG31  24210.783836  -7793.750522   8226.290496     60.933425 10 15 13 227  P   P
+PG32  -5807.254959 -23887.536482 -10276.090308   -226.861571 11 12 13 236  P   P
+*  2011  4  2  0 45  0.00000000
+PG02 -18053.983546  13515.926146  13668.630771    328.378875 16 11 15 219  P   P
+PG03  10308.140696 -23353.929458   6291.136379    696.382037 12 14 15 262  P   P
+PG04 -25869.124381   6228.694486   2540.225012     76.840303 15 14 14 296  P   P
+PG05  -6331.454547  15324.709808  20706.711017   -138.248054 13 15 11 281  P   P
+PG06  14090.337392 -20058.732270  10111.752626   -230.973002 12 14 15 304  P   P
+PG07 -21092.764113  -6785.585781  14799.937741      7.066464 13 14 15 247  P   P
+PG08 -26286.228055  -1254.703790   5375.328967      7.631969  4 12 16 272  P   P
+PG09   2165.224958  14822.823738 -22481.781873     71.242269 18 11 15 274  P   P
+PG10 -17700.672569    341.716301  19691.935340    -70.463204 12 15 13 358  P   P
+PG11  -2515.648668 -17072.692806 -20460.856285   -139.274626 17 14 11 203  P   P
+PG12   9385.785591  22756.503681 -10172.199678    -14.857512 17 13 18 233  P   P
+PG13  -9058.279043 -13221.744415  21024.120309    276.763697 11 15 14 191  P   P
+PG14  16703.471629  -5372.258685 -19739.985240    141.324890 12 17 13 237  P   P
+PG15  -2418.719419  24985.913173  -8411.337914   -138.534964 13 12 15 215  P   P
+PG16   8338.298488 -13086.890544  21545.607574   -162.070145 14 13 10 267  P   P
+PG17 -16816.671153   4574.436480 -19843.657976    184.223670 13 18 14 200  P   P
+PG18  20379.211997  14318.134944  -9438.095732    129.654594 13 15 15 255  P   P
+PG19   7325.032821 -24725.282971  -5542.024119   -126.178556 14 12 15 248  P   P
+PG20 -13030.627474 -22203.557078  -6815.425679     48.827872 10 12 15 217  P   P
+PG21  22321.904706   6726.146148  13672.427977   -134.543253 17 16 18 269  P   P
+PG22  19577.355726   3857.923405 -17412.280008    150.820886 14 17 13 234  P   P
+PG23  -1691.399986 -22396.540271  13899.251280    316.156660 13 13 14 239  P   P
+PG24  -5506.623891 -14768.612571 -21346.801499    378.194717 19  8 13 302  P   P
+PG25  18402.016846  19008.635785   2445.515438     -0.998064 14 14 18 218  P   P
+PG26 -12114.894311  23238.548221   1943.692989   -161.105741 14 14 14 314  P   P
+PG27  -4377.406402  15112.613118 -20680.493796    251.545520 18 10 15 312  P   P
+PG28 -19634.323650  -8543.762131 -15363.784509     28.809817 12 13 13 233  P   P
+PG29   7816.810688  16483.161470  19399.800117    196.751070 12 14  5 208  P   P
+PG30  13905.828157  -6753.225922  21193.915320    333.746262 14 15 12 302  P   P
+PG31  24980.596490  -7716.630565   5488.129158     60.937980  9 15 13 224  P   P
+PG32  -4906.149988 -22873.653159 -12666.667939   -226.868171 12 12 12 221  P   P
+*  2011  4  2  1  0  0.00000000
+PG02 -19530.596792  13547.651148  11367.917731    328.380860 15 12 15 219  P   P
+PG03  10473.874864 -22371.232042   8909.984279    696.386700 13 14 15 253  P   P
+PG04 -26076.004928   5973.601469   -246.894359     76.849498 15 12 14 297  P   P
+PG05  -7984.982368  13563.410825  21362.027365   -138.253274 13 16 10 280  P   P
+PG06  14025.003607 -18744.496978  12501.337367   -231.078254 12 15 15 304  P   P
+PG07 -19355.252794  -7264.595632  16793.777623      7.067348 13 14 15 247  P   P
+PG08 -25547.661459  -1449.205673   8131.781959      7.631893  4 12 15 275  P   P
+PG09   -211.990330  15341.906308 -22228.284977     71.244377 17 11 14 276  P   P
+PG10 -19038.530749  -1425.419317  18399.202802    -70.464160 12 15 13 359  P   P
+PG11   -412.497440 -17956.884878 -19802.517961   -139.277364 17 14 12 200  P   P
+PG12   8406.704694  21882.267551 -12626.306428    -14.854931 18 14 18 236  P   P
+PG13  -8065.947936 -15372.551630  19940.811959    276.762383 12 14 14 198  P   P
+PG14  15908.088973  -3157.517913 -20847.860457    141.327053 13 17 13 239  P   P
+PG15  -2932.613533  25677.985087  -5724.653519   -138.532219 13 12 15 214  P   P
+PG16   9950.109530 -11200.643530  21948.051628   -162.072659 14 13 11 267  P   P
+PG17 -16094.903253   2326.185729 -20822.791752    184.223864 13 18 13 205  P   P
+PG18  20788.173223  15237.346574  -6871.185063    129.656418 12 15 16 254  P   P
+PG19   7774.644633 -25052.089904  -2723.282083   -126.182002 14 12 15 251  P   P
+PG20 -12184.408296 -21749.727322  -9402.816868     48.827979 11 12 15 211  P   P
+PG21  20784.307384   7224.146439  15693.892788   -134.545624 18 16 17 268  P   P
+PG22  20660.931256   5463.945627 -15668.600587    150.820163 13 17 14 231  P   P
+PG23  -1000.889961 -23711.053740  11562.270099    316.154389 13 12 15 237  P   P
+PG24  -3065.623956 -15140.132581 -21550.367000    378.197531 19  9 13 300  P   P
+PG25  18298.023108  19262.414383   -410.489071     -0.998378 15 13 18 214  P   P
+PG26 -12133.410289  22733.343478   4842.743124   -161.115038 14 14 14 314  P   P
+PG27  -6772.056408  15617.086373 -19639.744599    251.548874 18 11 16 311  P   P
+PG28 -20583.393566  -9968.766684 -13205.373369     28.811950 11 13 13 231  P   P
+PG29   6949.791638  18420.861167  17927.985568    196.753575 12 13  4 207  P   P
+PG30  15576.496186  -4927.976849  20540.021526    333.749186 14 14 13 300  P   P
+PG31  25446.031956  -7623.221836   2657.153052     60.942534  9 15 14 219  P   P
+PG32  -3798.147203 -21697.984816 -14840.267468   -226.874767 13 13 12 200  P   P
+*  2011  4  2  1 15  0.00000000
+PG02 -20742.599119  13575.254296   8866.822394    328.382845 14 12 16 220  P   P
+PG03  10645.516749 -21108.103071  11370.143652    696.391365 13 15 15 241  P   P
+PG04 -25993.244010   5651.612510  -3029.873555     76.858696 15 11 14 298  P   P
+PG05  -9763.165397  11851.648697  21648.695358   -138.258489 14 16 10 279  P   P
+PG06  13967.049206 -17179.035031  14675.284760   -231.183495 12 15 15 304  P   P
+PG07 -17442.960975  -7890.611604  18501.037427      7.068230 13 14 14 247  P   P
+PG08 -24524.824999  -1741.522103  10752.734921      7.631827  4 12 15 279  P   P
+PG09  -2510.389428  15982.929513 -21611.040262     71.246475 17 11 14 278  P   P
+PG10 -20348.237035  -3000.025677  16788.210115    -70.465090 12 15 14 359  P   P
+PG11   1576.775242 -18883.931408 -18810.057600   -139.280108 17 13 13 199  P   P
+PG12   7196.135682  20871.797942 -14864.702287    -14.852349 18 14 17 238  P   P
+PG13  -7244.684486 -17440.190192  18509.639724    276.761068 12 14 15 206  P   P
+PG14  15202.845627   -802.424926 -21591.014951    141.329212 13 18 12 240  P   P
+PG15  -3335.264492  26093.804389  -2938.447993   -138.529477 13 12 15 213  P   P
+PG16  11676.614841  -9389.311491  21973.433883   -162.075171 14 13 11 267  P   P
+PG17 -15464.072721    -41.679461 -21437.937401    184.224053 14 18 12 209  P   P
+PG18  21038.167680  15919.608663  -4187.491140    129.658241 12 15 16 254  P   P
+PG19   8096.452013 -25096.354061    143.338445   -126.185450 14 12 15 253  P   P
+PG20 -11112.995447 -21144.244463 -11829.912386     48.828086 11 12 15 205  P   P
+PG21  19070.008821   7848.803648  17459.002377   -134.547996 18 16 17 268  P   P
+PG22  21672.343014   6861.008546 -13653.422386    150.819439 13 17 14 227  P   P
+PG23   -454.617308 -24792.761118   9022.648935    316.152120 13 12 15 235  P   P
+PG24   -641.649450 -15634.360688 -21381.225959    378.200388 19  9 13 300  P   P
+PG25  17976.662682  19295.478247  -3259.438431     -0.998690 16 12 18 209  P   P
+PG26 -12073.694526  21916.078638   7655.107221   -161.124341 14 15 14 315  P   P
+PG27  -8999.528885  16205.412160 -18238.373648    251.552165 18 11 17 309  P   P
+PG28 -21431.123155 -11143.879766 -10815.740053     28.814082 11 13 13 230  P   P
+PG29   6239.863421  20226.476399  16150.001045    196.756082 12 13  4 206  P   P
+PG30  17265.876650  -3256.762605  19519.845298    333.752126 14 14 13 297  P   P
+PG31  25605.000058  -7474.280691   -218.847058     60.947086  9 15 14 214  P   P
+PG32  -2478.590718 -20401.371688 -16758.456318   -226.881361 14 13 12 179  P   P
+*  2011  4  2  1 30  0.00000000
+PG02 -21675.923757  13562.108671   6209.074194    328.384834 13 13 16 222  P   P
+PG03  10855.796399 -19583.420916  13627.201375    696.396030 13 15 15 224  P   P
+PG04 -25633.817048   5229.767739  -5761.946323     76.867899 15 12 13 300  P   P
+PG05 -11634.147286  10226.096689  21562.075096   -138.263697 14 16 11 278  P   P
+PG06  13949.290998 -15386.554891  16596.756427   -231.288725 13 15 15 305  P   P
+PG07 -15400.058665  -8675.529683  19892.181019      7.069110 13 14 14 248  P   P
+PG08 -23244.681778  -2163.578676  13194.227118      7.631775  4 12 15 282  P   P
+PG09  -4687.506059  16724.603861 -20639.620700     71.248563 17 11 14 280  P   P
+PG10 -21587.908282  -4368.263738  14887.956905    -70.465990 12 15 14 360  P   P
+PG11   3423.339955 -19824.047255 -17498.983695   -139.282855 17 13 14 200  P   P
+PG12   5754.353469  19768.038816 -16848.860135    -14.849766 19 15 17 241  P   P
+PG13  -6591.183842 -19375.320375  16755.723548    276.759753 13 14 16 213  P   P
+PG14  14612.736905   1648.403131 -21956.675502    141.331369 14 18 12 241  P   P
+PG15  -3658.884335  26215.326896   -101.147871   -138.526735 14 11 15 211  P   P
+PG16  13483.783390  -7689.494136  21622.239782   -162.077680 14 13 12 267  P   P
+PG17 -14945.693540  -2484.540019 -21678.891590    184.224240 14 17 11 212  P   P
+PG18  21097.405727  16380.381060  -1432.916557    129.660064 11 14 16 254  P   P
+PG19   8324.295380 -24842.843916   3007.438174   -126.188898 14 12 15 256  P   P
+PG20  -9812.879751 -20425.139172 -14055.593584     48.828194 12 12 14 199  P   P
+PG21  17216.947222   8613.220775  18938.704208   -134.550368 18 16 16 268  P   P
+PG22  22571.284859   8043.255292 -11402.126803    150.818717 13 17 15 224  P   P
+PG23    -27.087356 -25609.470114   6324.686102    316.149850 14 11 16 233  P   P
+PG24   1718.462726 -16238.949195 -20841.486176    378.203287 19 10 14 300  P   P
+PG25  17415.073547  19137.528878  -6052.366263     -0.999000 16 11 18 205  P   P
+PG26 -11976.197315  20787.870074  10329.651698   -161.133650 14 15 14 315  P   P
+PG27 -11019.849014  16845.200231 -16502.663619    251.555398 17 12 17 306  P   P
+PG28 -22135.975295 -12070.861279  -8237.927962     28.816215 10 13 13 229  P   P
+PG29   5675.869092  21856.846376  14096.101010    196.758592 12 12  4 204  P   P
+PG30  18929.979275  -1761.913025  18152.271479    333.755080 14 14 14 294  P   P
+PG31  25464.252218  -7231.549450  -3091.108224     60.951630  9 15 14 210  P   P
+PG32   -951.242515 -19026.464399 -18386.854864   -226.887955 14 14 11 197  P   P
+*  2011  4  2  1 45  0.00000000
+PG02 -22325.180609  13470.964374   3441.429368    328.386822 11 14 16 225  P   P
+PG03  11134.017114 -17824.069464  15640.276910    696.400693 13 15 14 202  P   P
+PG04 -25018.086071   4678.485893  -8397.370114     76.877107 15 13 13 301  P   P
+PG05 -13560.480824   8717.712913  21103.975754   -138.268903 15 16 12 277  P   P
+PG06  14000.388856 -13398.083572  18233.438646   -231.393947 13 15 15 305  P   P
+PG07 -13273.473853  -9623.174156  20942.962623      7.069986 13 14 14 248  P   P
+PG08 -21741.073575  -2741.657191  15415.044071      7.631739  4 12 15 285  P   P
+PG09  -6705.412548  17538.879140 -19329.167243     71.250639 17 12 14 281  P   P
+PG10 -22715.469821  -5524.683151  12732.186824    -70.466865 11 15 14 361  P   P
+PG11   5104.068398 -20743.642152 -15890.264155   -139.285606 16 12 15 203  P   P
+PG12   4090.322291  18614.528197 -18544.489453    -14.847182 19 16 16 243  P   P
+PG13  -6093.649055 -21131.447194  14709.849171    276.758436 13 13 16 219  P   P
+PG14  14155.165806   4146.357059 -21938.783165    141.333522 14 18 12 242  P   P
+PG15  -3938.552352  26032.870754   2737.912160   -138.523993 14 12 15 210  P   P
+PG16  15332.286414  -6131.377337  20901.363475   -162.080187 14 13 13 267  P   P
+PG17 -14553.756215  -4954.589200 -21542.093651    184.224423 14 17  9 214  P   P
+PG18  20938.890530  16641.783405   1345.835507    129.661887 11 14 16 254  P   P
+PG19   8494.746523 -24285.085877   5818.667157   -126.192348 14 13 15 258  P   P
+PG20  -8288.468475 -19631.738804 -16042.230647     48.828300 13 13 14 193  P   P
+PG21  15265.803151   9523.510526  20108.309375   -134.552741 19 16 15 268  P   P
+PG22  23318.772951   9012.934390  -8954.048480    150.817993 13 17 15 220  P   P
+PG23    312.497253 -26136.314260   3515.619083    316.147582 14 11 16 231  P   P
+PG24   3970.640386 -16934.124329 -19939.745981    378.206229 18 10 15 300  P   P
+PG25  16597.719025  18823.251594  -8741.283123     -0.999310 17 10 18 202  P   P
+PG26 -11881.258022  19359.900855  12817.268787   -161.142963 14 15 14 316  P   P
+PG27 -12800.901525  17498.986736 -14465.270979    251.558574 17 12 18 302  P   P
+PG28 -22659.315188 -12760.254797  -5517.714636     28.818345 10 13 13 229  P   P
+PG29   5239.376841  23272.927672  11801.249485    196.761102 12 12  5 201  P   P
+PG30  20523.085551   -457.383847  16462.468977    333.758042 14 14 14 291  P   P
+PG31  25039.109609  -6859.402227  -5910.684878     60.956170  9 15 15 210  P   P
+PG32    771.579242 -17616.108650 -19695.818334   -226.894550 15 14 11 218  P   P
+*  2011  4  2  2  0  0.00000000
+PG02 -22693.766312  13265.609729    612.794652    328.388813  7 14 17 228  P   P
+PG03  11504.675136 -15864.025214  17372.872769    696.405351 13 15 14 187  P   P
+PG04 -24172.987301   3972.847847 -10892.128732     76.886322 15 14 13 303  P   P
+PG05 -15500.435657   7350.690416  20282.602653   -138.274102 15 16 13 275  P   P
+PG06  14143.645840 -11250.403222  19558.045451   -231.499162 13 15 14 306  P   P
+PG07 -11111.235246 -10728.981801  21634.863574      7.070862 13 14 13 249  P   P
+PG08 -20053.549823  -3495.216839  17377.371839      7.631720  4 12 14 287  P   P
+PG09  -8531.935822  18391.930343 -17700.228002     71.252703 16 11 15 282  P   P
+PG10 -23690.253063  -6472.163627  10358.738700    -70.467709 11 15 15 362  P   P
+PG11   6602.256534 -21606.554170 -14010.074095   -139.288363 16 12 15 206  P   P
+PG12   2221.572054  17453.721837 -19922.135631    -14.844598 19 16 15 245  P   P
+PG13  -5732.428831 -22666.618652  12407.897065    276.757119 14 13 17 225  P   P
+PG14  13839.294836   6640.553905 -21538.080422    141.335673 14 18 14 244  P   P
+PG15  -4210.633006  25545.517885   5529.374185   -138.521254 14 12 15 209  P   P
+PG16  17178.898679  -4737.760045  19823.932114   -162.082689 14 13 13 267  P   P
+PG17 -14294.231436  -7402.515146 -21030.645085    184.224602 14 17  8 215  P   P
+PG18  20541.501946  16731.548616   4102.015295    129.663710 11 14 16 254  P   P
+PG19   8645.452775 -23425.689691   8527.666875   -126.195798 14 13 15 261  P   P
+PG20  -6552.094339 -18803.120009 -17756.284597     48.828407 14 13 14 187  P   P
+PG21  13258.654424  10578.409056  20947.864817   -134.555116 19 16 15 268  P   P
+PG22  23878.671878   9780.073125  -6351.758257    150.817270 12 17 16 215  P   P
+PG23    598.814190 -26356.725052    644.755074    316.145314 15 11 16 228  P   P
+PG24   6075.106032 -17693.412432 -18690.995153    378.209212 18 11 16 302  P   P
+PG25  15517.144931  18390.852989 -11279.998017     -0.999619 18  9 18 199  P   P
+PG26 -11827.266579  17653.212911  15071.942934   -161.152278 14 16 14 316  P   P
+PG27 -14319.514873  18125.887379 -12164.455300    251.561696 17 13 18 297  P   P
+PG28 -22966.924988 -13230.665741  -2702.734513     28.820477  9 13 13 229  P   P
+PG29   4905.550142  24441.192200   9304.544953    196.763617 12 11  6 199  P   P
+PG30  21999.513032    651.564082  14481.340307    333.761008 13 13 15 288  P   P
+PG31  24352.877777  -6326.409227  -8629.257688     60.960714  9 15 14 213  P   P
+PG32   2669.198320 -16211.710118 -20661.056230   -226.901150 15 14 10 232  P   P
+*  2011  4  2  2 15  0.00000000
+PG02 -22793.622883  12912.507308  -2226.705536    328.390807  2 15 16 231  P   P
+PG03  11986.283285 -13743.148266  18793.636700    696.410005 14 15 14 205  P   P
+PG04 -23130.996382   3093.704404 -13204.601440     76.895546 15 15 12 304  P   P
+PG05 -17409.477380   6141.681360  19112.394354   -138.279298 15 16 14 274  P   P
+PG06  14396.034978  -8984.784331  20548.726972   -231.604372 13 15 14 307  P   P
+PG07  -8960.774527 -11980.014145  21955.439540      7.071737 14 14 14 250  P   P
+PG08 -18225.991451  -4435.957949  19047.417921      7.631720  1 12 14 290  P   P
+PG09 -10141.683316  19245.365895 -15778.532479     71.254756 16 11 15 283  P   P
+PG10 -24474.532054  -7221.538889   7808.848404    -70.468526 11 15 15 363  P   P
+PG11   7908.113696 -22375.412617 -11889.449998   -139.291124 16 11 16 210  P   P
+PG12    173.746318  16325.364365 -20957.704707    -14.842014 20 16 14 247  P   P
+PG13  -5480.972930 -23944.950218   9890.178712    276.755800 14 12 17 230  P   P
+PG14  13665.742043   9079.642192 -20762.067559    141.337821 14 18 14 245  P   P
+PG15  -4511.145248  24761.181854   8224.741911   -138.518515 14 13 15 208  P   P
+PG16  18978.047207  -3523.376725  18409.032249   -162.085189 13 13 13 267  P   P
+PG17 -14164.907900  -9779.235129 -20154.203696    184.224779 14 16  8 216  P   P
+PG18  19890.861304  16681.791823   6789.557770    129.665533 11 14 16 254  P   P
+PG19   8813.445062 -22276.317785  11086.989221   -126.199249 14 13 15 263  P   P
+PG20  -4623.729441 -17976.589027 -19168.840387     48.828514 14 13 13 182  P   P
+PG21  11237.582963  11769.149730  21442.481288   -134.557490 19 17 14 269  P   P
+PG22  24219.113091  10361.853673  -3640.300766    150.816547 12 16 16 210  P   P
+PG23    868.836094 -26263.083921  -2237.445779    316.143047 15 12 16 226  P   P
+PG24   7997.746637 -18484.650186 -17116.395093    378.212234 18 11 17 304  P   P
+PG25  14174.432536  17880.474090 -13624.908164     -0.999927 18  9 17 198  P   P
+PG26 -11848.889216  15698.076236  17051.776967   -161.161593 14 16 13 316  P   P
+PG27 -15562.143782  18683.395619  -9643.183179    251.564771 17 14 18 290  P   P
+PG28 -23030.327131 -13507.749155    158.387833     28.822610  9 13 13 229  P   P
+PG29   4644.270022  25334.829459   6648.574741    196.766132 11 11  7 197  P   P
+PG30  23315.374265   1568.319199  12244.860040    333.763975 13 13 15 287  P   P
+PG31  23435.965195  -5606.759055 -11199.950138     60.965252  9 16 15 213  P   P
+PG32   4713.116912 -14851.644786 -21264.171468   -226.907755 16 14  9 243  P   P
+*  2011  4  2  2 30  0.00000000
+PG02 -22644.653180  12382.333144  -5026.695561    328.392802  8 16 16 234  P   P
+PG03  12590.453901 -11505.728189  19877.012166    696.414649 13 15 14 222  P   P
+PG04 -21928.909165   2028.570417 -15296.192592     76.904779 15 15 12 306  P   P
+PG05 -19241.860707   5099.323290  17613.754022   -138.284491 15 16 15 272  P   P
+PG06  14767.486732  -6645.565625  21189.380309   -231.709576 13 14 14 308  P   P
+PG07  -6867.251698 -13355.300738  21898.570485      7.072609 14 14 14 251  P   P
+PG08 -16305.074792  -5567.165389  20395.990446      7.631740  2 12 13 291  P   P
+PG09 -11516.842514  20057.622672 -13594.697309     71.256795 15 11 15 283  P   P
+PG10 -25034.942399  -7790.925015   5126.416149    -70.469316 11 14 14 364  P   P
+PG11   9018.994215 -23013.082117  -9563.848955   -139.293889 15 10 16 214  P   P
+PG12  -2020.164110  15264.970472 -21632.903466    -14.839430 20 16 12 249  P   P
+PG13  -5307.064372 -24937.915448   7200.694814    276.754479 15 11 17 235  P   P
+PG14  13626.631263  11413.621279 -19624.831296    141.339968 14 17 15 246  P   P
+PG15  -4874.149691  23696.339615  10777.247605   -138.515776 14 13 15 208  P   P
+PG16  20683.448341  -2494.536154  16681.345975   -162.087685 13 12 14 266  P   P
+PG17 -14155.567042 -12037.612387 -18928.757967    184.224953 15 16  9 215  P   P
+PG18  18979.950517  16527.642336   9363.783669    129.667356 11 14 16 254  P   P
+PG19   9033.481439 -20857.300765  13451.971405   -126.202701 15 13 15 265  P   P
+PG20  -2530.415419 -17186.245594 -20256.064866     48.828620 15 13 12 177  P   P
+PG21   9243.277564  13079.605042  21582.612948   -134.559865 19 17 14 269  P   P
+PG22  24313.751782  10781.720466   -866.401737    150.815824 12 16 16 205  P   P
+PG23   1160.148922 -25857.025574  -5080.313671    316.140778 15 12 16 224  P   P
+PG24   9711.267155 -19271.241274 -15242.939115    378.215293 18 11 18 307  P   P
+PG25  12579.329483  17332.540875 -15735.743685     -1.000235 18  9 17 199  P   P
+PG26 -11975.444407  13532.953782  18719.942019   -161.170906 14 16 13 317  P   P
+PG27 -16525.127375  19129.237986  -6948.141450    251.567805 16 14 19 280  P   P
+PG28 -22827.872258 -13622.957406   3016.877321     28.824743  8 13 12 230  P   P
+PG29   4421.467246  25934.707187   3878.708121    196.768647 12 10  8 195  P   P
+PG30  24430.255762   2304.516314   9793.323136    333.766936 13 12 15 287  P   P
+PG31  22324.734560  -4681.482168 -13578.139981     60.969786  9 16 14 215  P   P
+PG32   6867.878176 -13569.780607 -21493.101686   -226.914368 16 15  9 250  P   P
+*  2011  4  2  2 45  0.00000000
+PG02 -22273.817406  11651.351270  -7737.524263    328.394800 11 16 16 237  P   P
+PG03  13321.284254  -9198.848328  20603.757439    696.419287 13 14 13 234  P   P
+PG04 -20606.481427    772.274684 -17131.916427     76.914023 15 16 12 307  P   P
+PG05 -20952.275481   4224.083570  15812.680938   -138.289683 15 16 15 270  P   P
+PG06  15260.460504  -4278.635141  21469.862132   -231.814778 13 14 13 309  P   P
+PG07  -4871.967198 -14826.503805  21464.606771      7.073481 14 14 14 253  P   P
+PG08 -14338.627175  -6883.360404  21399.026359      7.631782  5 12 13 293  P   P
+PG09 -12647.723121  20785.505590 -11183.859779     71.258823 15 10 15 282  P   P
+PG10 -25343.732221  -8204.785098   2357.252815    -70.470080 10 14 14 365  P   P
+PG11   9939.356893 -23484.134349  -7072.613740   -139.296659 15 10 16 218  P   P
+PG12  -4320.875775  14302.475137 -21935.585769    -14.836846 20 16 11 250  P   P
+PG13  -5174.276585 -25625.352702   4386.331574    276.753158 15 10 18 239  P   P
+PG14  13705.991652  13595.602209 -18146.751634    141.342113 14 17 16 247  P   P
+PG15  -5330.219181  22375.438409  13142.683796   -138.513037 14 13 14 207  P   P
+PG16  22249.771935  -1649.085559  14670.705249   -162.090177 13 12 14 265  P   P
+PG17 -14248.483534 -14134.088422 -17376.289732    184.225124 15 15 10 214  P   P
+PG18  17809.467801  16305.789165  11782.064311    129.669179 13 14 16 254  P   P
+PG19   9336.495599 -19196.916684  15581.547508   -126.206154 15 14 14 266  P   P
+PG20   -305.431107 -16461.682959 -20999.584439     48.828727 15 13 12 175  P   P
+PG21   7313.677688  14486.697500  21364.283141   -134.562241 19 16 14 270  P   P
+PG22  24142.815547  11068.257087   1922.340265    150.815105 13 16 16 200  P   P
+PG23   1509.245207 -25149.379498  -7833.917137    316.138510 16 13 16 222  P   P
+PG24  11196.079736 -20013.610845 -13102.996679    378.218387 17 11 18 310  P   P
+PG25  10750.053190  16786.116042 -17576.254798     -1.000542 19 10 16 200  P   P
+PG26 -12229.509919  11203.103066  20045.516382   -161.180216 14 16 12 317  P   P
+PG27 -17214.523210  19423.198763  -4128.696271    251.570802 16 15 19 265  P   P
+PG28 -22345.559114 -13612.104171   5824.607658     28.826879  8 13 12 231  P   P
+PG29   4200.614030  26230.053199   1042.338527    196.771165 12 10  9 194  P   P
+PG30  25308.748094   2879.301392   7170.525785    333.769888 12 11 15 287  P   P
+PG31  21060.126630  -3539.424711 -15722.251488     60.974316  9 16 14 218  P   P
+PG32   9092.227940 -12394.174331 -21342.446279   -226.920990 16 15 10 256  P   P
+*  2011  4  2  3  0  0.00000000
+PG02 -21713.949746  10702.563048 -10311.224793    328.396800 13 17 16 240  P   P
+PG03  14175.072931  -6870.641305  20961.318363    696.423913 13 14 13 242  P   P
+PG04 -19204.975090   -672.656849 -18680.931988     76.923277 16 16 11 309  P   P
+PG05 -22497.482580   3508.425772  13740.309597   -138.294875 15 16 16 269  P   P
+PG06  15869.812746  -1929.869306  21386.103693   -231.919980 13 13 13 311  P   P
+PG07  -3010.921917 -16358.882233  20660.406206      7.074351 14 13 15 254  P   P
+PG08 -12373.931046  -8370.280177  22038.058525      7.631845  7 12 13 294  P   P
+PG09 -13533.017595  21385.823218  -8585.235579     71.260840 14  9 15 282  P   P
+PG10 -25379.802461  -8492.770481   -451.682240    -70.470820 10 14 14 366  P   P
+PG11  10680.447682 -23756.290350  -4458.347209   -139.299434 15 10 17 223  P   P
+PG12  -6684.117952  13461.106167 -21859.997116    -14.834263 20 16 12 252  P   P
+PG13  -5043.594866 -25996.150101   1496.012094    276.751835 16 10 18 243  P   P
+PG14  13880.487124  15583.440824 -16354.095527    141.344257 14 17 16 249  P   P
+PG15  -5905.054585  20830.002345  15280.183506   -138.510301 15 14 14 207  P   P
+PG16  23634.271562   -976.697246  12411.573126   -162.092665 12 12 14 265  P   P
+PG17 -14419.227506 -16030.168300 -15524.335192    184.225292 15 15 10 213  P   P
+PG18  16387.911298  16052.991885  14004.445323    129.671002 13 14 16 254  P   P
+PG19   9748.214540 -17330.366081  17438.979703   -126.209606 15 14 14 268  P   P
+PG20   2012.771899 -15826.871251 -21386.778137     48.828832 16 13 11 174  P   P
+PG21   5482.703878  15961.072506  20789.249594   -134.564617 19 16 15 271  P   P
+PG22  23693.906957  11253.879035   4678.263486    150.814386 13 16 15 194  P   P
+PG23   1949.864551 -24159.752287 -10449.993798    316.136243 16 14 16 220  P   P
+PG24  12440.890851 -20670.799992 -10733.748536    378.221509 17 12 18 314  P   P
+PG25   8712.773769  16277.315793 -19114.830094     -1.000850 19 10 16 203  P   P
+PG26 -12625.831276   8758.876151  21004.182213   -161.189521 14 16 11 318  P   P
+PG27 -17645.539239  19528.831805  -1235.833927    251.573770 16 15 19 243  P   P
+PG28 -21577.565480 -13513.804397   8534.850560     28.829015  8 13 11 232  P   P
+PG29   3944.318500  26218.831322  -1811.913608    196.773681 12 10 10 195  P   P
+PG30  25921.767067   3318.302864   4422.901670    333.772827 12 11 15 289  P   P
+PG31  19686.105984  -2177.930017 -17594.513498     60.978842  9 16 14 221  P   P
+PG32  11340.534308 -11346.001858 -20813.664735   -226.927623 16 15 11 260  P   P
+*  2011  4  2  3 15  0.00000000
+PG02 -21002.347228   9526.581195 -12702.434140    328.398803 14 18 16 242  P   P
+PG03  15140.379364  -4568.513522  20944.045479    696.428527 13 14 13 247  P   P
+PG04 -17765.661284  -2295.898501 -19917.023266     76.932543 16 17 11 310  P   P
+PG05 -23837.877640   2937.289489  11432.365081   -138.300067 14 15 16 267  P   P
+PG06  16582.963196    356.412918  20940.130224   -232.025183 12 13 13 312  P   P
+PG07  -1313.581535 -17912.520886  19499.258436      7.075221 15 13 15 255  P   P
+PG08 -10456.037117 -10005.193591  22300.610890      7.631930  8 12 13 295  P   P
+PG09 -14179.763429  21817.065446  -5841.598043     71.262843 14  8 15 281  P   P
+PG10 -25129.502552  -8688.385403  -3253.040893    -70.471537 10 14 14 367  P   P
+PG11  11259.711920 -23801.774796  -1766.202515   -139.302215 14 11 17 227  P   P
+PG12  -9062.141074  12756.524327 -21406.910942    -14.831681 20 16 13 253  P   P
+PG13  -4875.135574 -26048.584331  -1420.179576    276.750509 16 10 18 247  P   P
+PG14  14120.443099  17341.180076 -14278.508175    141.346399 14 16 17 250  P   P
+PG15  -6618.301295  19097.475260  17152.934203   -138.507565 15 14 13 208  P   P
+PG16  24798.321774   -459.463525   9942.460981   -162.095149 12 11 14 264  P   P
+PG17 -14637.732815 -17693.703606 -13405.455888    184.225456 15 14 11 211  P   P
+PG18  14731.390570  15804.608448  15994.225499    129.672823 14 14 15 254  P   P
+PG19  10288.001366 -15298.487296  18992.495022   -126.213060 14 14 14 269  P   P
+PG20   4381.827341 -15299.264804 -21410.982653     48.828936 16 13 11 173  P   P
+PG21   3779.119564  17468.018018  19865.101085   -134.566994 19 16 16 272  P   P
+PG22  22962.532141  11373.394730   7354.440828    150.813667 14 15 15 188  P   P
+PG23   2511.451433 -22915.769237 -12882.842556    316.133973 16 14 16 218  P   P
+PG24  13442.960916 -21202.135623  -8176.522825    378.224658 16 12 19 318  P   P
+PG25   6500.795704  15837.852717 -20325.035739     -1.001160 19 11 15 205  P   P
+PG26 -13170.586712   6253.797056  21578.754684   -161.198820 14 16 11 318  P   P
+PG27 -17841.604539  19414.987106   1678.883395    251.576716 15 16 19 229  P   P
+PG28 -20526.480400 -13367.850685  11102.968285     28.831154  8 13 11 233  P   P
+PG29   3615.960697  25907.795666  -4635.024884    196.776199 12 10 10 196  P   P
+PG30  26247.617099   3652.359588   1598.636036    333.775747 11 10 15 291  P   P
+PG31  18247.986445   -603.195327 -19161.667631     60.983364  9 16 14 224  P   P
+PG32  13564.410881 -10438.772011 -19915.134856   -226.934269 17 15 13 264  P   P
+*  2011  4  2  3 30  0.00000000
+PG02 -20179.193065   8122.191400 -14869.249492    328.400809 15 18 15 244  P   P
+PG03  16198.421845  -2337.417337  20553.252059    696.433130 13 13 13 251  P   P
+PG04 -16328.332024  -4079.507776 -20819.019667     76.941821 16 17 12 312  P   P
+PG05 -24938.923542   2488.863179   8928.544586   -138.305259 14 15 16 266  P   P
+PG06  17380.350155   2538.925399  20139.987656   -232.130388 12 12 14 314  P   P
+PG07    198.105518 -19443.780261  18000.694993      7.076090 15 13 16 257  P   P
+PG08  -8626.148944 -11757.549990  22180.510428      7.632037 10 12 12 296  P   P
+PG09 -14602.999755  22041.064764  -2998.677581     71.264839 14  8 15 279  P   P
+PG10 -24587.156858  -8827.526504  -5999.833793    -70.472234 11 14 13 369  P   P
+PG11  11699.953959 -23598.524761    956.900983   -139.304994 14 11 17 230  P   P
+PG12 -11405.372006  12196.266462 -20583.651738    -14.829101 20 16 15 255  P   P
+PG13  -4629.893410 -25790.303173  -4311.884260    276.749182 17 12 18 250  P   P
+PG14  14391.126352  18840.247211 -11956.414544    141.348540 14 16 17 251  P   P
+PG15  -7482.613347  17219.846891  18728.812502   -138.504829 15 14 13 208  P   P
+PG16  25708.807427    -72.775106   7305.290870   -162.097629 11 11 14 263  P   P
+PG17 -14869.586020 -19099.926743 -11056.632330    184.225620 15 13 12 209  P   P
+PG18  12863.174436  15593.189979  17718.487546    129.674645 15 14 15 254  P   P
+PG19  10967.968649 -13146.266837  20215.816646   -126.216512 14 14 14 270  P   P
+PG20   6756.860865 -14889.166041 -21071.606689     48.829040 16 12 11 173  P   P
+PG21   2225.567071  18968.607226  18605.276752   -134.569371 19 16 17 273  P   P
+PG22  21952.338133  11462.491041   9905.453651    150.812952 14 15 15 183  P   P
+PG23   3217.794776 -21452.008376 -15090.157367    316.131704 17 15 15 217  P   P
+PG24  14208.024628 -21568.907093  -5476.045113    378.227839 16 13 19 322  P   P
+PG25   4153.469008  15493.760976 -21186.066708     -1.001467 19 11 14 207  P   P
+PG26 -13861.044665   3742.508159  21759.525686   -161.208110 13 16 11 319  P   P
+PG27 -17833.134602  19057.092826   4564.318050    251.579649 15 16 19 253  P   P
+PG28 -19203.238570 -13213.585298  13487.045550     28.833295  8 12 10 234  P   P
+PG29   3181.306767  25312.219512  -7378.406416    196.778716 12 10 10 198  P   P
+PG30  26272.760631   3916.063841  -1253.221608    333.778646 11 10 15 293  P   P
+PG31  16790.700275   1169.716663 -20395.610685     60.987882  9 16 13 228  P   P
+PG32  15714.478116  -9677.862145 -18662.063215   -226.940928 17 15 14 266  P   P
+*  2011  4  2  3 45  0.00000000
+PG02 -19285.883674   6496.579066 -16774.001216    328.402819 15 19 15 246  P   P
+PG03  17323.793107   -218.245983  19797.115502    696.437720 13 12 13 252  P   P
+PG04 -14929.872289  -5998.389604 -21371.151710     76.951110 16 17 13 313  P   P
+PG05 -25772.397931   2135.618705   6271.835909   -138.310455 14 15 17 264  P   P
+PG06  18236.155766   4580.767672  18999.580297   -232.235599 12 11 14 315  P   P
+PG07   1510.396444 -20906.912081  16190.185453      7.076959 15 12 16 258  P   P
+PG08  -6920.141090 -13589.945275  21678.104464      7.632164 11 11 13 296  P   P
+PG09 -14825.120926  22024.579804   -104.482064     71.266824 14 10 15 278  P   P
+PG10 -23755.307015  -8946.951461  -8646.157365    -70.472915 11 14 13 370  P   P
+PG11  12028.273525 -23131.199119   3663.122778   -139.307784 14 13 17 234  P   P
+PG12 -13664.153373  11779.515489 -19404.002093    -14.826521 20 16 16 256  P   P
+PG13  -4271.447034 -25237.956012  -7129.346435    276.747855 17 13 18 253  P   P
+PG14  14654.224355  20060.362200  -9428.344979    141.350682 14 15 18 252  P   P
+PG15  -8503.001607  15242.117599  19980.928727   -138.502096 15 14 12 209  P   P
+PG16  26339.315894    213.551370   4544.712248   -162.100106 11 10 14 262  P   P
+PG17 -15077.483062 -20232.200833  -8518.593632    184.225782 15 13 12 206  P   P
+PG18  10812.991492  15447.189842  19148.577815    129.676467 16 14 14 254  P   P
+PG19  11792.395549 -10921.206999  21088.582058   -126.219965 14 14 14 271  P   P
+PG20   9091.994583 -14599.369435 -20374.152713     48.829141 16 12 12 175  P   P
+PG21    837.817122  20421.031721  17028.998698   -134.571749 19 15 18 274  P   P
+PG22  20675.052735  11556.201351  12288.130500    150.812237 15 15 15 179  P   P
+PG23   4085.905201 -19808.673100 -17033.784913    316.129434 17 15 15 216  P   P
+PG24  14749.874707 -21735.980035  -2679.618024    378.231027 16 14 19 325  P   P
+PG25   1714.870823  15264.352909 -21683.102688     -1.001776 19 11 12 210  P   P
+PG26 -14685.628530   1278.683856  21544.412798   -161.217394 13 16 11 319  P   P
+PG27 -17656.057454  18438.148562   7370.690214    251.582577 14 16 19 274  P   P
+PG28 -17626.767238 -13088.323918  15648.459116     28.835439  8 12 10 234  P   P
+PG29   2610.038244  24455.307520  -9994.740708    196.781232 13 10 11 200  P   P
+PG30  25992.271018   4146.182874  -4083.627506    333.781521 11 10 15 295  P   P
+PG31  15357.079134   3117.218441 -21273.955604     60.992399  9 16 13 231  P   P
+PG32  17742.189133  -9060.400033 -17076.244846   -226.947601 16 15 14 268  P   P
+*  2011  4  2  4  0  0.00000000
+PG02 -18363.331854   4665.214241 -18383.925620    328.404831 16 19 14 248  P   P
+PG03  18485.457839   1753.581179  18690.430042    696.442298 13 11 14 253  P   P
+PG04 -13602.942797  -8021.028534 -21563.336676     76.960411 17 17 14 315  P   P
+PG05 -26317.409240   1845.566523   3507.784460   -138.315652 13 15 17 263  P   P
+PG06  19119.273107   6450.608252  17538.423672   -232.340815 12 11 14 316  P   P
+PG07   2618.119818 -22255.778864  14098.722479      7.077829 15 12 17 260  P   P
+PG08  -5367.270467 -15459.377014  20800.372453      7.632311 11 11 13 296  P   P
+PG09 -14874.941104  21740.738727   2791.458303     71.268801 14 11 15 275  P   P
+PG10 -22644.664993  -9082.732059 -11147.893080    -70.473580 11 14 12 372  P   P
+PG11  12274.819060 -22391.941386   6304.590529   -139.310575 13 14 17 238  P   P
+PG12 -15790.499994  11497.208450 -17887.992855    -14.823945 20 16 17 257  P   P
+PG13  -3767.556021 -24416.490403  -9824.269977    276.746525 18 14 18 255  P   P
+PG14  14869.463532  20990.125987  -6738.199656    141.352825 14 15 18 253  P   P
+PG15  -9676.490688  13210.662782  20888.072693   -138.499361 15 14 11 208  P   P
+PG16  26671.090153    433.939365   1707.382256   -162.102578 10 10 14 261  P   P
+PG17 -15222.795366 -21082.461054  -5835.096763    184.225941 15 12 13 205  P   P
+PG18   8616.107054  15389.830359  20260.532162    129.678288 16 13 13 254  P   P
+PG19  12757.468537  -8671.617393  21596.643605   -126.223417 14 14 14 271  P   P
+PG20  11341.895542 -14425.099259 -19330.145026     48.829242 16 12 12 179  P   P
+PG21   -375.733991  21782.084036  15161.108643   -134.574128 19 15 19 276  P   P
+PG22  19150.131498  11687.413840  14462.240939    150.811525 15 15 15 175  P   P
+PG23   5125.174938 -18030.060140 -18680.391174    316.127162 17 15 14 216  P   P
+PG24  15089.626299 -21673.280167    163.751813    378.234232 15 15 20 328  P   P
+PG25   -767.692845  15161.447291 -21807.562751     -1.002087 19 12 11 212  P   P
+PG26 -15624.381473  -1086.989894  20938.913214   -161.226666 13 15 12 319  P   P
+PG27 -17350.172864  17549.401457  10050.426631    251.585507 14 17 19 288  P   P
+PG28 -15823.364397 -13025.882966  17552.384968     28.837586  9 12  9 235  P   P
+PG29   1877.135933  23367.312244 -12438.803409    196.783749 13 10 10 203  P   P
+PG30  25409.959815   4380.024615  -6844.380390    333.784368 11  9 14 297  P   P
+PG31  13986.216047   5207.883200 -21780.496111     60.996913 10 16 14 234  P   P
+PG32  19601.641532  -8575.500752 -15185.674159   -226.954290 16 15 15 269  P   P
+*  2011  4  2  4 15  0.00000000
+PG02 -17450.318199   2651.403164 -19671.724558    328.406846 16 19 13 249  P   P
+PG03  19647.984186   3549.286194  17254.223442    696.446860 12 10 14 252  P   P
+PG04 -12374.820888 -10110.466520 -21391.388696     76.969724 17 17 15 316  P   P
+PG05 -26561.143586   1583.682422    683.720962   -138.320856 13 14 17 263  P   P
+PG06  19994.478919   8123.657694  15781.317125   -232.446040 12 10 14 318  P   P
+PG07   3524.702277 -23445.610298  11762.301071      7.078699 15 11 17 261  P   P
+PG08  -3989.135453 -17318.747622  19560.922254      7.632476 12 11 13 297  P   P
+PG09 -14786.495624  21170.281258   5638.914724     71.270770 14 13 14 273  P   P
+PG10 -21273.781261  -9268.746353 -13463.372696    -70.474233 12 14 12 373  P   P
+PG11  12471.407728 -21380.857867   8834.313977   -139.313370 13 15 16 241  P   P
+PG12 -17739.803875  11332.480356 -16061.578007    -14.821370 19 16 18 258  P   P
+PG13  -3091.587525 -23358.145506 -12350.636190    276.745193 18 14 18 257  P   P
+PG14  14996.301499  21627.270197  -3932.466963    141.354967 14 14 18 254  P   P
+PG15 -10992.096691  11171.561329  21435.054373   -138.496629 15 14 11 209  P   P
+PG16  26693.709227    625.561505  -1158.781187   -162.105048 10  9 14 260  P   P
+PG17 -15267.184183 -21651.335304  -3052.168953    184.226101 15 12 13 204  P   P
+PG18   6312.206909  15438.165680  21035.444852    129.680107 17 13 12 254  P   P
+PG19  13851.351922  -6444.898538  21732.250124   -126.226870 14 15 14 272  P   P
+PG20  13463.312079 -14354.244414 -17956.963865     48.829342 16 11 13 185  P   P
+PG21  -1414.292290  23008.740285  13031.800226   -134.576508 19 14 19 277  P   P
+PG22  17404.126861  11885.475296  16391.135788    150.810816 16 14 14 172  P   P
+PG23   6336.852546 -16162.887394 -20002.024964    316.124890 17 15 14 216  P   P
+PG24  15254.692967 -21357.085058   3004.260092    378.237437 15 16 20 332  P   P
+PG25  -3245.308739  15188.899050 -21557.254559     -1.002396 19 11 12 214  P   P
+PG26 -16649.803135  -3308.677179  19955.870973   -161.235929 12 15 12 319  P   P
+PG27 -16957.418601  16390.692181  12558.913387    251.588448 14 17 18 298  P   P
+PG28 -13825.834302 -13055.256880  19168.244085     28.839735 10 12  9 236  P   P
+PG29    964.063044  22084.387558 -14668.255228    196.786263 13 10 10 205  P   P
+PG30  24538.182430   4653.812327  -9488.911777    333.787185 11  9 14 298  P   P
+PG31  12711.975858   7403.453361 -21905.561523     61.001423 10 16 14 237  P   P
+PG32  21251.296003  -8204.850570 -13024.014428   -226.960993 16 14 16 269  P   P
+*  2011  4  2  4 30  0.00000000
+PG02 -16581.958959    485.529382 -20616.003086    328.408862 17 20 12 250  P   P
+PG03  20772.951987   5147.609224  15515.254089    696.451411 12  9 14 250  P   P
+PG04 -11266.442514 -12225.495329 -20857.147624     76.979046 17 18 16 317  P   P
+PG05 -26499.315128   1313.450467  -2152.037589   -138.326063 13 14 17 262  P   P
+PG06  20823.769079   9582.398196  13757.941080   -232.551275 12 11 15 319  P   P
+PG07   4241.853286 -24434.726796   9221.299864      7.079571 15  9 18 263  P   P
+PG08  -2798.929653 -19118.562949  17979.862728      7.632658 12 10 13 297  P   P
+PG09 -14597.617116  20302.542153   8387.841478     71.272736 14 14 14 270  P   P
+PG10 -19668.441506  -9535.262417 -15554.003968    -70.474879 12 14 11 375  P   P
+PG11  12650.069583 -20106.184799  11207.101328   -139.316168 13 15 16 245  P   P
+PG12 -19472.420453  11261.427978 -13956.198267    -14.818798 19 16 18 259  P   P
+PG13  -2223.718677 -22101.184373 -14665.470972    276.743858 18 15 17 259  P   P
+PG14  14995.626747  21978.563353  -1059.410931    141.357110 15 13 18 255  P   P
+PG15 -12431.125002   9168.953031  21612.935469   -138.493896 15 14 11 209  P   P
+PG16  26405.471908    826.746371  -4005.364201   -162.107514 10  9 14 259  P   P
+PG17 -15174.201409 -21947.944200   -217.326450    184.226259 15 11 13 204  P   P
+PG18   3944.124249  15602.373429  21459.777035    129.681926 17 13 11 254  P   P
+PG19  15054.580956  -4285.884240  21494.111059   -126.230321 14 15 15 272  P   P
+PG20  15416.542000 -14367.882968 -16277.586239     48.829440 16 11 14 192  P   P
+PG21  -2284.600493  24059.786417  10676.240168   -134.578887 19 12 20 278  P   P
+PG22  15469.804126  12174.941560  18042.326220    150.810107 16 14 13 168  P   P
+PG23   7713.850797 -14254.550650 -20976.569828    316.122616 17 15 13 217  P   P
+PG24  15277.517795 -20771.070347   5792.224183    378.240646 15 16 20 334  P   P
+PG25  -5669.140063  15342.448747 -20936.415450     -1.002708 19 11 13 216  P   P
+PG26 -17728.011621  -5347.013261  18615.073486   -161.245179 12 15 13 319  P   P
+PG27 -16520.115791  14970.472112  14855.146850    251.591410 13 17 18 306  P   P
+PG28 -11672.412387 -13199.485706  20470.088345     28.841888 11 12  8 237  P   P
+PG29   -140.300511  20647.222187 -16644.389417    196.788776 14 11 10 208  P   P
+PG30  23397.337893   5001.129726 -11973.019635    333.789970 11  9 14 299  P   P
+PG31  11561.716840   9660.136060 -21646.250293     61.005934 11 16 14 239  P   P
+PG32  22655.525967  -7923.613187 -10629.938360   -226.967713 16 14 16 269  P   P
+*  2011  4  2  4 45  0.00000000
+PG02 -15788.351549  -1795.979900 -21201.580583    328.410882 17 20 13 251  P   P
+PG03  21820.474547   6535.365562  13505.407617    696.455948 12 10 15 246  P   P
+PG04 -10291.682427 -14322.024628 -19968.521121     76.988380 17 17 17 318  P   P
+PG05 -26136.303601    998.462717  -4951.000953   -138.331276 13 14 17 262  P   P
+PG06  21567.808482  10817.044991  11502.384234   -232.656520 12 11 15 320  P   P
+PG07   4788.919048 -25186.160925   6519.774925      7.080443 15  6 18 264  P   P
+PG08  -1801.027045 -20808.763122  16083.546910      7.632856 13 10 14 298  P   P
+PG09 -14348.336073  19136.125799  10989.300654     71.274698 14 15 13 266  P   P
+PG10 -17860.813804  -9907.662645 -17384.851809    -70.475520 13 14 11 376  P   P
+PG11  12841.578333 -18584.131691  13380.454575   -139.318966 13 16 16 248  P   P
+PG12 -20955.072775  11254.164481 -11608.240091    -14.816228 18 16 19 259  P   P
+PG13  -1151.870243 -20688.416285 -16729.549642    276.742524 19 15 17 261  P   P
+PG14  14831.400182  22059.381817   1831.757584    141.359255 15 12 18 256  P   P
+PG15 -13967.774902   7243.487913  21419.150049   -138.491164 15 14 11 209  P   P
+PG16  25813.469893   1075.341190  -6784.230304   -162.109977 11  8 13 258  P   P
+PG17 -14910.816819 -21989.392115   2621.217784    184.226418 15 10 14 208  P   P
+PG18   1556.451189  15885.301111  21525.600818    129.683745 17 12  9 253  P   P
+PG19  16340.757748  -2235.305327  20887.346916   -126.233771 13 15 16 272  P   P
+PG20  17166.778421 -14441.078557 -14320.235224     48.829538 16 11 14 199  P   P
+PG21  -3000.570893  24897.425957   8134.074129   -134.581266 19 10 20 279  P   P
+PG22  13385.037514  12574.520010  19387.995205    150.809402 17 14 13 161  P   P
+PG23   9240.891850 -12351.379777 -21588.078890    316.120340 17 15 12 218  P   P
+PG24  15194.113417 -19907.067460   8478.995117    378.243855 16 17 20 337  P   P
+PG25  -7992.108621  15609.897811 -19955.644519     -1.003021 19 11 14 218  P   P
+PG26 -18820.169497  -7170.418928  16942.699417   -161.254419 11 15 14 319  P   P
+PG27 -16079.260564  13305.505536  16902.281600    251.594399 13 17 17 313  P   P
+PG28  -9405.516688 -13474.746719  21436.928196     28.844043 11 12  8 237  P   P
+PG29  -1439.011362  19099.505433 -18332.820728    196.791290 14 11 10 209  P   P
+PG30  22015.088943   5451.492753 -14255.537865    333.792721 12  9 13 300  P   P
+PG31  10555.278366  11930.136486 -21006.533385     61.010444 11 16 15 241  P   P
+PG32  23785.930112  -7701.618172  -8046.356958   -226.974447 15 14 16 268  P   P
+*  2011  4  2  5  0  0.00000000
+PG02 -15093.449488  -4151.915889 -21419.674586    328.412903 17 20 14 252  P   P
+PG03  22750.768175   7707.669244  11261.013594    696.460473 12 10 15 240  P   P
+PG04  -9456.902398 -16354.579567 -18739.434588     76.997721 17 17 17 319  P   P
+PG05 -25484.974460    604.014319  -7665.319769   -138.336496 14 13 16 263  P   P
+PG06  22187.443296  11825.723837   9052.606217   -232.761777 13 12 16 321  P   P
+PG07   5191.930442 -25669.110800   3704.678874      7.081323 15  2 18 266  P   P
+PG08   -990.922672 -22340.614297  13904.183207      7.633065 13  9 14 298  P   P
+PG09 -14079.166170  17679.231667  13396.411035     71.276660 14 16 13 263  P   P
+PG10 -15888.375923 -10405.352691 -18925.170087    -70.476160 14 14 11 378  P   P
+PG11  13074.033236 -16838.402826  15315.419524   -139.321767 13 16 15 252  P   P
+PG12 -22162.017082  11276.123638  -9058.399167    -14.813661 18 16 19 260  P   P
+PG13    127.661971 -19165.567309 -18508.029755    276.741186 19 16 16 262  P   P
+PG14  14472.176404  21892.966092   4691.711880    141.361402 16 11 18 256  P   P
+PG15 -15570.025878   5430.925965  20857.514584   -138.488433 15 14 12 210  P   P
+PG16  24933.347082   1407.090196  -9448.292772   -162.112439 11  8 13 257  P   P
+PG17 -14448.815436 -21799.971872   5415.345521    184.226576 15 10 14 212  P   P
+PG18   -805.919505  16282.285658  21230.774379    129.685562 17 12  8 253  P   P
+PG19  17677.518917   -328.431084  19923.331814   -126.237220 13 16 16 272  P   P
+PG20  18685.282735 -14543.920553 -12117.940722     48.829634 16 11 15 207  P   P
+PG21  -3582.620650  25488.803510   5448.816651   -134.583645 19 10 20 281  P   P
+PG22  11191.526970  13096.242165  20405.435653    150.808699 17 13 12 157  P   P
+PG23  10894.979922 -10496.963169 -21826.990487    316.118062 17 15 12 220  P   P
+PG24  15042.472662 -18765.502662  11017.842257    378.247046 16 17 19 340  P   P
+PG25 -10170.511672  15971.603100 -18631.726466     -1.003335 19 12 15 220  P   P
+PG26 -19884.102139  -8756.060218  14970.644268   -161.263648 10 14 14 319  P   P
+PG27 -15672.922188  11420.281088  18668.078036    251.597422 13 17 17 318  P   P
+PG28  -7070.366808 -13889.696860  22053.003385     28.846201 12 12  8 238  P   P
+PG29  -2926.731166  17486.284297 -19704.102413    196.793801 14 11 10 211  P   P
+PG30  20425.337307   6029.097207 -16298.936590    333.795438 12  9 13 300  P   P
+PG31   9704.278956  14163.368766 -19997.221728     61.014953 12 16 16 243  P   P
+PG32  24622.350843  -7504.777878  -5319.557959   -226.981197 15 14 16 266  P   P
+*  2011  4  2  5 15  0.00000000
+PG02 -14514.207154  -6537.724409 -21267.960146    328.414927 18 20 16 252  P   P
+PG03  23525.704466   8667.824540   8822.103277    696.464986 13 11 15 231  P   P
+PG04  -8760.788577 -18277.875756 -17189.684297     77.007072 17 17 18 320  P   P
+PG05 -24566.188860     98.632926 -10248.588054   -138.341721 15 13 16 263  P   P
+PG06  22645.221218  12614.358577   6449.841742   -232.867049 13 12 16 322  P   P
+PG07   5482.382745 -25860.165762    825.020330      7.082203 16  6 18 266  P   P
+PG08   -355.538620 -23668.584296  11479.315935      7.633285 14  7 15 299  P   P
+PG09 -13829.343398  15949.603423  15565.298375     71.278620 14 16 12 259  P   P
+PG10 -13792.659259 -11040.893219 -20148.879399    -70.476803 14 14 11 379  P   P
+PG11  13371.555345 -14899.414064  16977.367045   -139.324568 13 17 14 255  P   P
+PG12 -23075.922540  11289.561687  -6350.960005    -14.811096 17 16 19 260  P   P
+PG13   1609.899655 -17579.561923 -19971.003955    276.739847 19 16 16 263  P   P
+PG14  13892.448181  21509.394447   7471.829358    141.363550 16 10 18 257  P   P
+PG15 -17200.770089   3760.939253  19938.129544   -138.485702 14 14 13 210  P   P
+PG16  23788.752610   1854.088191 -11952.276296   -162.114899 12  7 13 256  P   P
+PG17 -13766.014299 -21410.115524   8117.812775    184.226735 15  9 14 216  P   P
+PG18  -3099.273779  16781.256311  20579.043077    129.687379 17 11 10 253  P   P
+PG19  19027.734387   1406.063617  18619.435504   -126.240668 12 16 17 272  P   P
+PG20  19950.339872 -14642.770584  -9708.016031     48.829729 15 10 15 214  P   P
+PG21  -4056.726651  25807.377480   2667.128890   -134.586024 19 12 20 282  P   P
+PG22   8933.382248  13744.896324  21077.410460    150.807998 17 13 10 152  P   P
+PG23  12646.178738  -8730.604828 -21690.225234    316.115784 17 15 12 223  P   P
+PG24  14860.916417 -17355.501044  13364.792011    378.250218 16 17 19 342  P   P
+PG25 -12165.512141  16401.272028 -16987.349758     -1.003651 19 12 16 221  P   P
+PG26 -20876.031290 -10090.425254  12735.752248   -161.272865 10 14 15 318  P   P
+PG27 -15334.799582   9346.164939  20125.255089    251.600487 13 17 17 322  P   P
+PG28  -4713.514462 -14445.085575  22307.997381     28.848364 12 12  8 239  P   P
+PG29  -4589.725763  15852.275841 -20734.259044    196.796311 14 11  9 211  P   P
+PG30  18666.995959   6751.783389 -18069.850263    333.798120 13  9 12 299  P   P
+PG31   9011.756133  16309.275346 -18635.795527     61.019462 12 16 16 245  P   P
+PG32  25153.556058  -7296.668604  -2498.277985   -226.987963 14 14 17 263  P   P
+*  2011  4  2  5 30  0.00000000
+PG02 -14060.022307  -8907.056743 -20750.510432    328.416951 18 20 17 253  P   P
+PG03  24110.283892   9426.900365   6231.628793    696.469487 13 12 16 218  P   P
+PG04  -8194.489256 -20048.414918 -15344.690014     77.016429 17 17 18 321  P   P
+PG05 -23408.022160   -544.516083 -12656.621576   -138.346953 15 13 16 264  P   P
+PG06  22906.864861  13196.272592   3737.952726   -232.972334 14 12 16 323  P   P
+PG07   5695.796474 -25744.253857  -2069.019511      7.083072 16  8 18 267  P   P
+PG08    126.110845 -24752.122983   8851.180809      7.633514 14  5 15 300  P   P
+PG09 -13635.094052  13974.090198  17456.021199     71.280585 14 17 11 254  P   P
+PG10 -11617.851760 -11819.385675 -21034.985938    -70.477451 15 14 12 380  P   P
+PG11  13753.156776 -12803.236652  18336.683734   -139.327368 13 17 14 257  P   P
+PG12 -23688.429268  11255.196372  -3533.005340    -14.808534 17 17 19 260  P   P
+PG13   3281.207840 -15976.780697 -21093.966599    276.738508 19 16 15 264  P   P
+PG14  13073.765153  20944.315569  10124.988278    141.365700 17 10 18 257  P   P
+PG15 -18819.146345   2256.159920  18677.176455   -138.482971 14 14 14 210  P   P
+PG16  22410.505836   2443.366670 -14253.457953   -162.117357 12  7 12 255  P   P
+PG17 -12847.255102 -20855.132117  10683.007111    184.226894 15  9 14 221  P   P
+PG18  -5282.526170  17363.122136  19580.061143    129.689194 17 11 12 253  P   P
+PG19  20350.888979   2946.967126  16998.673264   -126.244113 12 16 18 271  P   P
+PG20  20947.958332 -14701.669630  -7131.456100     48.829824 15 10 15 221  P   P
+PG21  -4453.230716  25834.077859   -162.006975   -134.588402 19 14 20 283  P   P
+PG22   6655.625178  14517.740880  21392.430349    150.807298 17 12  7 151  P   P
+PG23  14458.659546  -7085.971470 -21181.167696    316.113503 17 15 13 225  P   P
+PG24  14686.447066 -15694.653352  15479.403754    378.253364 16 17 19 344  P   P
+PG25 -13944.445526  16867.027857 -15050.723362     -1.003968 18 12 17 223  P   P
+PG26 -21752.345665 -11169.509510  10278.983413   -161.282070  9 14 16 318  P   P
+PG27 -15092.978964   7120.334293  21251.755274    251.603598 13 17 16 325  P   P
+PG28  -2381.331763 -15133.650226  22197.195197     28.850528 12 12  8 239  P   P
+PG29  -6406.197347  14240.200860 -21405.224263    196.798819 14 12  9 211  P   P
+PG30  16782.605292   7630.250013 -19539.532225    333.800768 13  9 12 298  P   P
+PG31   8472.164876  18318.680136 -16946.097016     61.023972 12 15 17 246  P   P
+PG32  25377.557944  -7040.204689    367.265686   -226.994741 13 14 17 260  P   P
+*  2011  4  2  5 45  0.00000000
+PG02 -13732.491342 -11213.373100 -19877.626599    328.418975 18 20 18 252  P   P
+PG03  24473.975327  10003.014731   3534.662760    696.473980 14 13 16 200  P   P
+PG04  -7742.053438 -21626.041727 -13235.144962     77.025792 18 17 19 322  P   P
+PG05 -22044.720481  -1346.402418 -14848.199994   -138.352191 16 13 16 265  P   P
+PG06  22942.644540  13591.517796    962.735541   -233.077637 14 13 16 324  P   P
+PG07   5870.117975 -25315.271652  -4926.995025      7.083946 16 11 18 268  P   P
+PG08    481.917440 -25557.269757   6065.945667      7.633746 14  5 15 301  P   P
+PG09 -13528.009158  11787.826222  19033.444123     71.282552 14 17  9 250  P   P
+PG10  -9409.306989 -12738.135343 -21567.936389    -70.478110 15 14 12 382  P   P
+PG11  14231.833805 -10590.312910  19369.353006   -139.330168 14 17 13 260  P   P
+PG12 -24000.361930  11133.916691   -653.571011    -14.805975 16 17 19 261  P   P
+PG13   5119.651102 -14401.358955 -21858.189455    276.737167 19 16 13 265  P   P
+PG14  12005.586758  20237.489982  12606.330256    141.367852 17 10 17 257  P   P
+PG15 -20382.023895    931.507831  17096.615796   -138.480241 14 14 15 210  P   P
+PG16  20835.501733   3195.665771 -16312.377271   -162.119815 13  8 12 254  P   P
+PG17 -11685.137546 -20173.780182  13067.673311    184.227055 15  9 13 226  P   P
+PG18  -7318.589017  18002.436032  18249.328403    129.691008 17 10 13 253  P   P
+PG19  21604.592910   4281.107994  15089.272870   -126.247558 11 16 18 270  P   P
+PG20  21672.286391 -14683.853116  -4432.265003     48.829917 14 10 15 227  P   P
+PG21  -4805.439302  25558.190987  -2988.202401   -134.590780 19 15 20 284  P   P
+PG22   4402.663801  15404.509156  21344.946042    150.806599 17 12  4 156  P   P
+PG23  16291.975762  -5589.978168 -20309.537956    316.111222 17 15 14 228  P   P
+PG24  14553.174665 -13808.457684  17325.468334    378.256481 16 17 18 346  P   P
+PG25 -15481.893672  17332.704302 -12855.098051     -1.004287 18 13 17 225  P   P
+PG26 -22471.333613 -11998.618958   7644.543776   -161.291265  9 13 16 317  P   P
+PG27 -14968.926173   4784.534039  22030.930159    251.606761 13 18 15 327  P   P
+PG28   -118.504613 -15940.298637  21721.583271     28.852696 13 11  9 240  P   P
+PG29  -8346.938733  12689.204448 -21705.174318    196.801325 13 12  9 211  P   P
+PG30  14816.843497   8667.540424 -20684.235554    333.803382 13  9 11 297  P   P
+PG31   8071.735760  20145.598437 -14957.892201     61.028482 13 15 17 248  P   P
+PG32  25301.559936  -6699.331064   3226.357332   -227.001533 13 14 17 256  P   P
+EOF
diff --git a/util/data/igu16295_12.sp3 b/util/data/igu16295_12.sp3
new file mode 100644
index 0000000..9a74a84
--- /dev/null
+++ b/util/data/igu16295_12.sp3
@@ -0,0 +1,6167 @@
+#cP2011  3 31 12  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 388800.00000000   900.00000000 55651 0.5000000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         4  4  4  4  4  4  4  5  4  4  4  4  4  4  3  4  4
+++         4  4  4  4  4  4  4  5  6  3  3  3  4  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_12 (55652.500) FROM:       
+/* cou emu esu gfu siu usu                                  
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  3 31 12  0  0.00000000
+PG02  11408.852103 -13804.240826  19496.451127    328.084479  7  9    192       
+PG03  -9315.249328  24529.200944  -3188.261650    695.710096 10  8  9 191       
+PG04  22979.104163  -7076.492595  11449.623115     75.475612 12  9 11 197       
+PG05   1903.173334 -21129.780180  15894.379682   -137.476241 10  2  9 218       
+PG06 -13876.339047  22496.092837    915.054725   -215.491937  6  8  8 191       
+PG07  25211.473487   5944.596176   6347.384216      6.936076  8  8 11 217       
+PG08  26475.921831    806.697404  -4419.946368      7.617374 11  8 10 156       
+PG09 -10230.589288 -14091.932502 -20606.464837     70.945602  7  8  9 168       
+PG10  13429.627041  -7479.793957  21433.583655    -70.324520  9  3  7 211       
+PG11  10105.234514  14652.766781 -20095.848472   -138.867993 10  9 11 213       
+PG12 -11142.949390 -24202.129454   -799.731057    -15.233483 10  8  8 196       
+PG13  13588.724037   5924.804226  21898.468564    276.959946 10 11  7 230       
+PG14 -19622.714679  11402.479536 -13529.142556    141.006177  7 11  8 193       
+PG15   -515.219597 -20938.520984 -16227.330241   -138.937152  6 10  7 208       
+PG16  -4035.025767  19471.741867  17487.198744   -161.703753  5  5 11 205       
+PG17  19534.750246 -10837.471650 -14059.078933    184.196654  9 10 11 223       
+PG18 -18282.598106  -9383.667672 -16719.555632    129.387090  7 12  7 221       
+PG19  -4473.765829  21856.200427 -14143.780797   -125.672430  8 10 10 187       
+PG20  14426.498988  22173.377141   2597.694301     48.813034  6  7 13 213       
+PG21 -25811.637876  -5690.978194   5351.414987   -134.195399  8  6  9 219       
+PG22 -15867.922645   2930.065233 -20941.829776    150.925149  7 11  9 155       
+PG23   5344.098615  16699.387575  19842.269678    316.492117  8  8  7 230       
+PG24  13300.387784  14425.258683 -17968.469967    377.772180 11 13  9 199       
+PG25 -17555.554172 -16227.624290  11578.331268     -0.950024  9  7 10 194       
+PG26  10966.545989 -22807.366337  -7892.234977   -159.747497  8  5  9 309       
+PG27  -4371.459274 -14310.866772 -21318.527277    251.048722  9  9  9 129       
+PG28  16210.692851   1987.161454 -20486.342066     28.493455  9  8 10 227       
+PG29 -11951.522427  -9479.387880  21825.181911    196.382973 10 10 10 238       
+PG30  -8853.487979  13680.788119  20560.305246    333.348313  8  5  8 208       
+PG31 -21183.539675   8146.377621  14174.991795     60.272114 13 10 13 214       
+PG32   7213.834107  25450.417437  -3889.197737   -225.880591  8  6 12 199       
+*  2011  3 31 12 15  0.00000000
+PG02  13576.570371 -13616.627039  18148.382537    328.086338  7  8    179       
+PG03  -9719.921360  24527.843189   -389.925547    695.714552 10  8  9 184       
+PG04  24162.697693  -6787.357734   8998.460949     75.484853 11  9 10 191       
+PG05   2988.509442 -19523.607575  17687.683656   -137.481422 10  3  9 217       
+PG06 -14057.779720  22113.919894   3715.506933   -215.597630  6  8  8 178       
+PG07  24332.317141   6104.795315   9036.394467      6.937058  9  8 11 214       
+PG08  26800.115960    953.068048  -1554.512053      7.616792 10  8 10 138       
+PG09  -7934.636073 -14140.141004 -21587.631499     70.946662  6  7  8 156       
+PG10  14585.335488  -5264.809274  21370.637212    -70.324903  9  3  8 207       
+PG11   7887.051540  15239.882620 -20621.651840   -138.870808 11  9 11 212       
+PG12 -10843.837382 -24069.654404  -3656.852620    -15.230977  9  8  7 201       
+PG13  12106.218243   7989.203092  22105.574149    276.958506  9 11  7 232       
+PG14 -18787.122069   9916.313656 -15699.936181    141.008669  6 11  7 189       
+PG15    551.825544 -22343.543782 -14214.928715   -138.934185  6  9  8 202       
+PG16  -5095.595116  17661.709108  19088.923491   -161.706272  6  5 11 198       
+PG17  18745.108115  -9256.278929 -16115.523534    184.196861  8 10 10 218       
+PG18 -18957.428030 -11120.495080 -14866.411024    129.388827  7 12  7 216       
+PG19  -5544.972521  22931.462796 -11848.013206   -125.675718  8 10 11 185       
+PG20  14223.758526  22472.768599   -194.733527     48.813366  6  5 13 208       
+PG21 -25096.054753  -5934.293247   7977.748692   -134.197355  8  6  9 215       
+PG22 -16910.225846    762.471136 -20322.091178    150.924552  7 11  9 173       
+PG23   4064.830022  18496.994083  18475.370994    316.489675  8  8  6 227       
+PG24  11154.538495  14391.848254 -19370.652837    377.776265 10 13 10 202       
+PG25 -17946.186791 -17364.399126   9061.415004     -0.950376  9  7 10 200       
+PG26  11519.232123 -23247.134278  -5086.532615   -159.756420  8  5  8 308       
+PG27  -1779.605787 -14382.564364 -21605.856973    251.052451  7  9  9           
+PG28  17190.005551   4153.465764 -19383.760634     28.495618  8  9 10 226       
+PG29 -10573.243441 -11521.918919  21554.561934    196.385418 10 10  9 234       
+PG30 -10188.114298  11593.751493  21205.081451    333.350237  8  5  8 201       
+PG31 -22626.501938   7954.898909  11845.371251     60.276605 13 10 13 208       
+PG32   6745.395323  24970.236223  -6625.996521   -225.887217  9  7 12 189       
+*  2011  3 31 12 30  0.00000000
+PG02  15583.974699 -13524.211139  16483.780067    328.088308  6  7  1 175       
+PG03 -10014.112668  24246.874387   2415.214658    695.719354 10  8  9 170       
+PG04  25073.281511  -6549.418713   6394.168157     75.493802 11  8 10 187       
+PG05   4252.628817 -17817.675993  19175.001928   -137.486669 10  3  8 220       
+PG06 -14123.099503  21457.935196   6451.343882   -215.703575  6  8  9 175       
+PG07  23168.210944   6321.569749  11571.685073      6.937741  9  9 11 215       
+PG08  26810.155458   1065.694381   1336.793080      7.615278 10  8 11  97       
+PG09  -5557.919299 -14324.336898 -22215.105643     70.947493  6  7  8 149       
+PG10  15833.402560  -3138.110081  20933.411022    -70.326093  9  3  8 209       
+PG11   5654.911312  15930.240349 -20803.082143   -138.873458 11  9 11 209       
+PG12 -10372.162946 -23680.845173  -6451.673011    -15.228465  9  8  7 201       
+PG13  10741.124038  10135.599134  21927.104880    276.956907  9 11  7 233       
+PG14 -17914.656360   8186.878407 -17596.092701    141.010580  6 11  6 142       
+PG15   1437.726541 -23584.889389 -11955.893502   -138.931385  6  9  8 194       
+PG16  -6332.860479  15772.327434  20359.970775   -161.708770  7  4 11 195       
+PG17  17929.933156  -7446.966011 -17889.457688    184.197057  8 10  9 217       
+PG18 -19599.337508 -12626.485054 -12756.644064    129.390644  8 11  7 215       
+PG19  -6412.978806  23830.479317  -9344.630683   -125.679156  9 10 11 183       
+PG20  13860.889589  22520.330896  -2983.837191     48.813581  7  4 12 204       
+PG21 -24111.048037  -6217.497498  10473.289299   -134.199877  9  7  9 217       
+PG22 -18006.600149  -1274.595630 -19348.228150    150.923619  7 11  9 185       
+PG23   2962.829787  20208.266191  16786.854638    316.487437  7  7  6 226       
+PG24   8867.634095  14464.426282 -20440.439106    377.780191  9 12 10 202       
+PG25 -18236.682298 -18232.047854   6388.625189     -0.950758  9  7 10 200       
+PG26  11878.552563 -23440.706595  -2192.137351   -159.765700  9  6  8 308       
+PG27    818.594076 -14593.635462 -21497.686421    251.055576  6  9  9  97       
+PG28  18208.559090   6132.162092 -17935.244871     28.497709  8  9 10 223       
+PG29  -9329.843529 -13589.377224  20915.952533    196.388092 10 10  9 233       
+PG30 -11656.877643   9533.427211  21470.957793    333.352967  8  4  8 198       
+PG31 -23805.545726   7835.792193   9316.189261     60.281384 13 10 13 204       
+PG32   6112.441368  24246.303400  -9250.503389   -225.893861  9  7 11 179       
+*  2011  3 31 12 45  0.00000000
+PG02  17392.703389 -13503.785193  14530.669693    328.090229  5  6  2 170       
+PG03 -10230.536397  23675.617631   5177.720112    695.724920  9  7  8 167       
+PG04  25696.126645  -6329.218152   3681.412901     75.502912 10  7 10 193       
+PG05   5689.244809 -16057.475241  20330.812860   -137.492041 10  3  8 222       
+PG06 -14108.226778  20524.699588   9075.233490   -215.808833  6  8  9 178       
+PG07  21743.300283   6627.951312  13909.987889      6.938807 10  9 11 218       
+PG08  26504.236509   1184.599712   4205.860724      7.615729  9  8 11 107       
+PG09  -3147.576579 -14650.130206 -22479.102544     70.948379  6  7  7 154       
+PG10  17144.122202  -1138.212824  20130.806602    -70.327198  9  3  9 210       
+PG11   3449.210924  16713.785100 -20636.250055   -138.876266 11  9 10 208       
+PG12  -9702.042835 -23064.778987  -9136.507096    -15.225842  9  8  7 206       
+PG13   9519.140379  12318.566070  21366.054029    276.956026  9 11  8 233       
+PG14 -17047.342375   6234.882599 -19184.329787    141.012935  6 11  6 196       
+PG15   2154.999959 -24623.028678  -9489.259137   -138.928713  6  8  8 197       
+PG16  -7738.227106  13851.555410  21279.164483   -161.711162  7  4 11 195       
+PG17  17128.633091  -5432.799914 -19349.935185    184.197388  8 10  8 218       
+PG18 -20170.469676 -13889.927552 -10427.699081    129.392212  9 11  7 212       
+PG19  -7091.817654  24514.973140  -6677.272164   -125.682592  9  9 11 177       
+PG20  13311.368009  22338.909915  -5721.894668     48.813289  7  5 12 197       
+PG21 -22876.661672  -6571.469132  12797.474156   -134.201969  8  6  9 218       
+PG22 -19123.851207  -3149.466010 -18037.697814    150.922788  7 11  9 177       
+PG23   2038.035274  21786.637892  14805.447773    316.485181  6  5  6 227       
+PG24   6483.634934  14657.135001 -21158.662160    377.782936  9 12 10 203       
+PG25 -18388.269698 -18835.129634   3605.958970     -0.951121  9  7 10 206       
+PG26  12072.446462 -23358.756497    740.743415   -159.775128  9  7  8 308       
+PG27   3368.770737 -14937.763216 -20995.088408    251.059185  4  8  9 210       
+PG28  19227.617764   7894.351695 -16168.251893     28.500051  7  9 10 221       
+PG29  -8237.544863 -15636.540030  19920.285572    196.390540 10 10  9 231       
+PG30 -13233.388127   7543.669609  21353.106200    333.356985  8  4  8 197       
+PG31 -24698.066407   7754.192958   6629.839269     60.285654 12 10 13 204       
+PG32   5292.494480  23309.081471 -11717.564128   -225.900508 10  8 11 171       
+*  2011  3 31 13  0  0.00000000
+PG02  18970.286878 -13526.606544  12322.418537    328.092132  4  4  3 173       
+PG03 -10403.816379  22811.938292   7848.475034    695.729041  9  7  8 158       
+PG04  26024.632113  -6091.618406    906.391050     75.511843 10  4  9 191       
+PG05   7283.928276 -14287.822619  21135.380838   -137.497348 10  3  7 224       
+PG06 -14050.075210  19319.173372  11542.023288   -215.913565  6  8  9 177       
+PG07  20089.041958   7052.148754  16011.285873      6.939780 10  8 10 221       
+PG08  25889.441824   1349.372932   7004.940231      7.616431  9  8 11 140       
+PG09   -751.204411 -15115.003962 -22375.496924     70.949777  6  6  7 164       
+PG10  18482.522704    702.528530  18978.105272    -70.327973  8  3  9 210       
+PG11   1308.422013  17573.920566 -20122.929009   -138.878849 11  9 10 207       
+PG12  -8814.318383 -22256.344831 -11665.459253    -15.223230  8  8  6 209       
+PG13   8457.946161  14489.371408  20432.180070    276.954528  9 10  8 234       
+PG14 -16223.966354   4089.343641 -20436.827339    141.015093  5 11  5 202       
+PG15   2723.232935 -25423.236917  -6857.753812   -138.925807  6  8  8 201       
+PG16  -9294.820929  11945.942481  21831.522113   -161.713837  8  3 10 196       
+PG17  16376.951197  -3244.696875 -20471.634963    184.197628  8 10  7 220       
+PG18 -20632.964213 -14907.426351  -7920.416318    129.394280  9 11  7 210       
+PG19  -7602.721343  24951.939962  -3892.620270   -125.686057  9  8 11 172       
+PG20  12554.413694  21957.358175  -8362.211116     48.813648  8  6 12 199       
+PG21 -21419.361357  -7023.107195  14912.537575   -134.204269  8  6  9 220       
+PG22 -20224.915691  -4837.325241 -16413.815346    150.922157  8 11  9 176       
+PG23   1282.166526  23187.797662  12565.192457    316.482924  6  4  6 226       
+PG24   4049.302334  14976.585931 -21512.122692    377.784594  9 12 10 200       
+PG25 -18365.118433 -19186.527346    761.285299     -0.951479  9  8 10 209       
+PG26  12134.382305 -22979.763002   3660.436914   -159.784727  9  7  7 307       
+PG27   5818.479123 -15400.030586 -20106.838274    251.061184     8  9           
+PG28  20205.560851   9419.741037 -14115.748563     28.501961  6  9 10 197       
+PG29  -7304.578152 -17616.803972  18584.536731    196.392862  9  9  9 229       
+PG30 -14884.486262   5663.564398  20853.807860    333.360398  8  3  8 195       
+PG31 -25289.654404   7672.292581   3831.452667     60.290318 11 11 12 207       
+PG32   4269.896506  22194.292066 -13984.281869   -225.907086 10  8 10 169       
+*  2011  3 31 13 15  0.00000000
+PG02  20291.307801 -13559.634226   9897.181227    328.094288  3  2  4 163       
+PG03 -10568.917628  21662.510132  10379.640575    695.734435  8  7  8 152       
+PG04  26060.455964  -5801.321432  -1883.934253     75.521072 10  2  8 196       
+PG05   9014.501108 -12551.224518  21575.084427   -137.502460 10  5  7 223       
+PG06 -13984.945335  17854.618892  13809.516242   -216.019008  6  7  9 173       
+PG07  18243.115470   7616.292417  17839.486225      6.940753 10  9 10 221       
+PG08  24981.502225   1597.522903   9687.354307      7.617828  9  9 11 158       
+PG09   1584.682515 -15708.374131 -21905.867681     70.952545  6  6  6 162       
+PG10  19809.705807   2358.946544  17496.603229    -70.330656  8  3  9 206       
+PG11   -732.167357  18488.033086 -19270.595500   -138.881427 11  8  9 208       
+PG12  -7697.489785 -21294.870624 -13995.192873    -15.220954  8  8  6 175       
+PG13   7566.633460  16597.736340  19141.832042    276.953319  8 10  9 232       
+PG14 -15478.519780   1786.647414 -21331.739623    141.017257  5 11  5 140       
+PG15   3168.118676 -25956.935339  -4107.044942   -138.923311  7  7  8 199       
+PG16 -10978.020509  10098.955315  22008.453969   -161.716332  8  2 10 192       
+PG17  15705.538825   -920.195906 -21235.308869    184.197664  9 10  6 222       
+PG18 -20950.477588 -15683.761203  -5278.281489    129.396213  9 11  8 211       
+PG19  -7973.082877  25114.998685  -1039.543252   -125.689576  9  8 10 174       
+PG20  11575.946944  21409.319601 -10859.893783     48.813730  9  7 12 177       
+PG21 -19771.147454  -7594.209600  16784.018053   -134.206713  8  6  9 218       
+PG22 -21270.297430  -6320.952885 -14505.300303    150.921334  8 11 10 181       
+PG23    679.213691  24371.372441  10104.865909    316.480496  6  2  6 222       
+PG24   1612.594944  15421.506594 -21493.872615    377.786831  8 11 11 203       
+PG25 -18135.849930 -19306.791949  -2096.478348     -0.951853  9  8 10 212       
+PG26  12101.905787 -22291.100726   6514.766179   -159.793651  9  8  7 307       
+PG27   8119.194581 -15957.535973 -18849.256631    251.064503     8  9  78       
+PG28  21099.586885  10697.142866 -11815.464002     28.504222  5  9 10 216       
+PG29  -6531.011797 -19483.828485  16931.444863    196.395470  9  9  8 224       
+PG30 -16571.468266   3926.019317  19982.395360    333.363694  7  3  8 190       
+PG31 -25574.582034   7550.927677    968.195494     60.294852 10 11 12 204       
+PG32   3036.673370  20941.590270 -16010.780532   -225.913948 10  9 10 149       
+*  2011  3 31 13 30  0.00000000
+PG02  21338.295298 -13566.964186   7297.235413    328.096381  2  2  4 165       
+PG03 -10759.547671  20242.731642  12725.610141    695.739401  8  7  7 140       
+PG04  25813.351966  -5424.383532  -4642.586636     75.530536 11  3  8 202       
+PG05  10851.737420 -10886.343638  21642.634681   -137.507772 10  5  6 223       
+PG06 -13946.973174  16152.189678  15839.178060   -216.124273  6  7  9 164       
+PG07  16248.106412   8335.411515  19363.036043      6.941741 10  8 10 222       
+PG08  23804.259438   1962.905812  12208.204284      7.616965 10  9 11 166       
+PG09   3816.152146 -16411.938015 -21077.483474     70.954328  7  5  6 152       
+PG10  21084.336737   3813.785464  15713.145317    -70.331861  7  4  9 203       
+PG11  -2641.603372  19428.254951 -18092.389458   -138.884283 11  8  8 205       
+PG12  -6348.365234 -20222.590346 -16085.663818    -15.218284  8  8  5 167       
+PG13   6845.493019  18593.666115  17517.649496    276.951897  8  9  9 232       
+PG14 -14838.849538   -630.686063 -21853.590675    141.019473  5 11  5 132       
+PG15   3520.247581 -26202.805777  -1284.926673   -138.920409  7  6  8 199       
+PG16 -12756.292355   8349.447534  21807.847576   -161.719080  8  3 10 186       
+PG17  15138.750505   1497.828971 -21628.107730    184.197736  9 10  6 220       
+PG18 -21089.634700 -16231.448657  -2546.658802    129.397819  9 11  8 208       
+PG19  -8235.166553  24985.491090   1831.813055   -125.692963  9  7 10 182       
+PG20  10369.290880  20731.851020 -13172.587759     48.813587  9  8 11 166       
+PG21 -17968.490679  -8300.535092  18381.227153   -134.209550  8  5  9 218       
+PG22 -22219.604806  -7591.158744 -12345.729393    150.920664  9 11 10 188       
+PG23    206.242926  25302.477473   7467.299210    316.478100  6     6 219       
+PG24   -778.990103  15982.704462 -21103.393910    377.789228  9 11 11 203       
+PG25 -17674.886266 -19223.200050  -4918.206175     -0.952284  9  9 10 215       
+PG26  12014.988116 -21289.797394   9252.075444   -159.803290 10  8  7 307       
+PG27  10228.138520 -16580.380934 -17245.852441    251.067062     8  8 125       
+PG28  21867.446581  11724.599811  -9309.074470     28.506439  2  9 10 210       
+PG29  -5908.899329 -21193.179960  14989.138357    196.398181  9  8  8 220       
+PG30 -18251.552206   2356.625530  18755.038161    333.367325  7  5  8 185       
+PG31 -25555.981613   7351.235622  -1911.476713     60.299528  9 12 11 202       
+PG32   1593.118752  19593.080543 -17760.945603   -225.920403 11  9  9 130       
+*  2011  3 31 13 45  0.00000000
+PG02  22102.312051 -13511.405229   4568.217954    328.098414  1  5  4 176       
+PG03 -11006.598957  18576.288088  14843.940201    695.744273  8  7  7 154       
+PG04  25300.722435  -4929.670112  -7323.314847     75.540047 11  5  8 209       
+PG05  12760.344466  -9326.630647  21337.181076   -137.512889 10  5  5 222       
+PG06 -13966.686570  14240.226145  17596.765331   -216.229213  6  7  9 166       
+PG07  14150.009476   9216.684349  20555.470416      6.942738 10  8  9 222       
+PG08  22388.846998   2474.280118  14525.058965      7.616216 10  9 11 172       
+PG09   5903.269067 -17200.300752 -19903.228709     70.955999  7  6  6 152       
+PG10  22264.223444   5058.106075  13659.572301    -70.333567  7  4  9 198       
+PG11  -4394.267367  20362.444584 -16606.989917   -138.887025 11  8  8 204       
+PG12  -4772.398183 -19083.008155 -17900.806049    -15.215810  8  8  5 169       
+PG13   6286.159787  20429.277227  15588.143385    276.950151  8  8  9 227       
+PG14 -14325.569571  -3115.481052 -21993.544935    141.021664  5 11  6 137       
+PG15   3813.702749 -26147.632929   1559.534804   -138.917817  8  6  7 199       
+PG16 -14592.293970   6730.329023  21234.040300   -161.721350  8  4 10 190       
+PG17  14693.709619   3962.664416 -21643.780711    184.198137  9 10  6 221       
+PG18 -21021.359310 -16570.026187    227.978822    129.399846  9 11  9 206       
+PG19  -8424.621577  24553.283225   4670.962744   -125.696582  9  6 10 183       
+PG20   8935.595133  19963.933670 -15261.162398     48.813529 10  8 10 150       
+PG21 -16051.124277  -9151.078653  19677.679288   -134.211878  8  5  9 216       
+PG22 -23033.127416  -8646.901265  -9972.908681    150.919699  9 11 10 188       
+PG23   -165.510174  25953.066769   4698.606900    316.475907  6     6 215       
+PG24  -3080.067689  16643.353946 -20346.665288    377.791726  9 10 11 203       
+PG25 -16963.583493 -18968.561912  -7655.406722     -0.952691  9  9 10 218       
+PG26  11914.241493 -19982.911212  11822.294361   -159.812688 10  8  6 307       
+PG27  12109.845821 -17232.981836 -15326.778621    251.069216     8  8 123       
+PG28  22469.131529  12509.138867  -6641.346003     28.508446     9 10 209       
+PG29  -5422.739371 -22703.915560  12790.673611    196.400433  8  8  9 216       
+PG30 -19879.519602    972.837344  17194.379335    333.370861  7  6  8 184       
+PG31 -25245.704850   7036.315854  -4758.597454     60.304001  9 12 10 203       
+PG32    -51.934002  18191.727475 -19203.126522   -225.926992 11 10  7 117       
+*  2011  3 31 14  0  0.00000000
+PG02  22583.205271 -13356.129759   1758.277183    328.100317  3  7  1 182       
+PG03 -11336.702814  16694.371574  16696.229657    695.748364  8  7  7 155       
+PG04  24546.906919  -4290.198962  -9881.307314     75.549504 11  4  8 213       
+PG05  14700.184599  -7899.172202  20664.304643   -137.518089 10  6  6 221       
+PG06 -14069.724153  12153.288828  19052.866372   -216.334061  7  8  9 156       
+PG07  11996.605688  10258.992109  21395.883350      6.943678 10  8  9 222       
+PG08  20772.615186   3154.040341  16598.620466      7.617216 10  9 10 181       
+PG09   7811.376617 -18041.861938 -18401.468359     70.956684  8  5  7 145       
+PG10  23307.921713   6091.362325  11372.097084    -70.336419  6  2 10 191       
+PG11  -5970.688258  21255.352958 -14838.401601   -138.889951 11  7  7 203       
+PG12  -2983.697394 -17919.220846 -19409.157933    -15.213310  8  7  4 165       
+PG13   5872.111199  22060.547956  13387.167113    276.948587  8  8 10 214       
+PG14 -13951.277839  -5617.568333 -21749.548314    141.023836  7 12  6 139       
+PG15   4084.516924 -25786.839908   4376.881045   -138.915216  8  5  6 199       
+PG16 -16444.199557   5267.482088  20297.684974   -161.724091  9  6 11 188       
+PG17  14379.680578   6425.399824 -21282.746315    184.198266  9  9  7 221       
+PG18 -20722.037169 -16725.093077   2998.810389    129.401492 10 11  9 208       
+PG19  -8578.861517  23817.234126   7428.025111   -125.699919  9  6 10 189       
+PG20   7283.966469  19144.931220 -17090.339440     48.813481 11  9 10 152       
+PG21 -14060.730294 -10147.584107  20651.480957   -134.214090  8  4  8 215       
+PG22 -23673.389389  -9495.088038  -7428.179429    150.918960  9 11 10 191       
+PG23   -469.303502  26303.026497   1847.342973    316.473713  7  1  6 208       
+PG24  -5248.942357  17379.599308 -19236.111458    377.794472  9 10 11 204       
+PG25 -15991.105526 -18579.826640 -10261.053539     -0.953037  9  9  9 223       
+PG26  11839.079085 -18387.496393  14178.010587   -159.821771 10  9  7 306       
+PG27  13737.400602 -17875.639820 -13128.121080    251.072387  1  8  9 198       
+PG28  22868.451526  13066.180596  -3859.258614     28.510640     9 10 205       
+PG29  -5050.230827 -23980.047571  10373.491955    196.403078  8  7  8 210       
+PG30 -21409.459574   -216.497789  15329.036340    333.374221  7  7  9 184       
+PG31 -24663.864834   6572.835031  -7524.491480     60.308414  9 11 10 205       
+PG32  -1881.171796  16779.721002 -20310.783732   -225.933305 11 10  6 144       
+*  2011  3 31 14 15  0.00000000
+PG02  22789.507517 -13066.328588  -1082.839766    328.102298  5  8  4 191       
+PG03 -11770.961817  14634.588299  18248.921349    695.753416  7  7  7 156       
+PG04  23582.234825  -3484.325338 -12273.875826     75.558891 11  4  7 215       
+PG05  16627.690428  -6623.798345  19635.899904   -137.523261 10  6  5 221       
+PG06 -14275.764175   9930.969413  20183.349013   -216.439575  7  8  9 160       
+PG07   9835.773659  11452.796035  21869.312578      6.944502 10  8  9 223       
+PG08  18997.834381   4017.176041  18393.359930      7.616221 10  9 10 187       
+PG09   9512.205066 -18899.936983 -16595.849068     70.957885  8  6  7 152       
+PG10  24176.304096   6921.154818   8890.625356    -70.337456  5  3  9 189       
+PG11  -7358.133050  22069.937710 -12815.648971   -138.892771 10  7  6 194       
+PG12  -1004.706417 -16772.262093 -20584.418211    -15.210664  8  7  4 175       
+PG13   5579.496218  23448.922250  10953.289432    276.948058  8  7 10 225       
+PG14 -13720.109113  -8085.563568 -21126.338172    141.025958  6 11  6 141       
+PG15   4369.053751 -25124.695264   7118.148509   -138.912266  8  5  6 204       
+PG16 -18267.195963   3978.961366  19015.514792   -161.726720  8  7 10 190       
+PG17  14197.770022   8836.648935 -20552.036572    184.198516  9  9  8 221       
+PG18 -20174.473318 -16727.148664   5719.408345    129.403485  9 11  9 210       
+PG19  -8735.378390  22785.312097  10054.655745   -125.703287  9  5 10 185       
+PG20   5431.302746  18313.051981 -18629.255057     48.813752 11  9  8 142       
+PG21 -12039.560608 -11284.311539  21285.677024   -134.216180  8  3  8 214       
+PG22 -24106.618696 -10150.070598  -4755.672381    150.918407  9 11 10 196       
+PG23   -741.362808  26340.964089  -1036.398629    316.471399  7  3  5 211       
+PG24  -7249.050188  18161.453403 -17790.432102    377.797898  9  9 11 197       
+PG25 -14755.004566 -18096.538996 -12690.389753     -0.953436  9  9  9 222       
+PG26  11825.903764 -16530.144564  16275.516706   -159.830928 10  9  5 306       
+PG27  15093.286136 -18466.290327 -10691.049349    251.074730  1  8  7 189       
+PG28  23034.441801  13418.639866  -1011.133230     28.512684  2  9 10 200       
+PG29  -4763.295029 -24991.833215   7778.802528    196.405521  7  6  9 207       
+PG30 -22796.539113  -1211.244023  13192.982785    333.376712  6  8  9 186       
+PG31 -23838.073448   5932.514764 -10161.589647     60.312861  9 11  8 205       
+PG32  -3869.200952  15396.860199 -21063.062682   -225.940004 11 10  4 128       
+*  2011  3 31 14 30  0.00000000
+PG02  22737.989063 -12610.797679  -3904.742684    328.104213  6  9  5 196       
+PG03 -12323.920038  12439.598038  19474.001087    695.757290  8  8  7 157       
+PG04  22441.877272  -2496.728183 -14461.102143     75.568268 12  3  7 215       
+PG05  18497.418237  -5512.481854  18269.949130   -137.528556 10  6  5 218       
+PG06 -14597.701285   7616.527211  20969.711824   -216.544794  7  8  9 156       
+PG07   7713.797824  12780.345905  21967.030141      6.945640 10  7  8 221       
+PG08  17110.219013   5070.496085  19878.115081      7.616727 10  9 10 191       
+PG09  10984.767634 -19734.080592 -14515.033232     70.959910  8  6  7 132       
+PG10  24834.033989   7562.678394   6258.035658    -70.338024  2  3  9 169       
+PG11  -8550.948705  22768.779416 -10572.375653   -138.895818 10  6  5 190       
+PG12   1134.438487 -15679.531766 -21405.921215    -15.208060  7  7  3 164       
+PG13   5378.259448  24562.703365   8329.083026    276.946557  8  6 10 225       
+PG14 -13627.639705 -10468.689865 -20135.323959    141.028240  6 11  7 106       
+PG15   4702.379334 -24174.183178   9735.745164   -138.909659  9  5  5 203       
+PG16 -20015.091260   2874.503057  17410.014776   -161.729221  8  8 11 192       
+PG17  14140.965519  11148.281986 -19465.118926    184.198473  9  9  9 216       
+PG18 -19368.613399 -16610.273892   8344.452708    129.405185  9 10  9 209       
+PG19  -8930.062894  21474.354314  12504.941993   -125.706566  9  5 10 191       
+PG20   3401.837239  17503.872134 -19851.949232     48.813978 11  9  7 165       
+PG21 -10029.035885 -12548.070457  21568.550399   -134.218328  8  2  8 211       
+PG22 -24304.076176 -10632.857563  -2001.525599    150.917557  9 12 10 200       
+PG23  -1019.231386  26064.658693  -3901.918895    316.469065  8  4  5 204       
+PG24  -9050.206357  18953.959501 -16034.310261    377.800764  9  8 10 191       
+PG25 -13261.485259 -17559.207891 -14901.692924     -0.953761  9  9  9 226       
+PG26  11906.412187 -14446.111501  18075.795597   -159.840782 11  9  4 245       
+PG27  16169.816775 -18962.345763  -8060.862082    251.076973  3  8  7 185       
+PG28  22942.551525  13595.765142   1854.220603     28.514899  4  8 10 188       
+PG29  -4529.326430 -25716.840978   5050.899845    196.408085  7  5  9 200       
+PG30 -23998.723545  -2019.718849  10824.831205    333.380664  6  9  9 188       
+PG31 -22802.398291   5093.443233 -12624.244123     60.317333  8 11  7 207       
+PG32  -5983.279235  14079.021587 -21445.277034   -225.946489 11 10  3 131       
+*  2011  3 31 14 45  0.00000000
+PG02  22452.879650 -11963.387029  -6657.373182    328.106308  7 10  5 204       
+PG03 -13002.819679  10155.544602  20349.572859    695.762551  8  9  7 170       
+PG04  21164.539436  -1319.163763 -16406.441946     75.577540 12     7 217       
+PG05  20263.679744  -4569.050628  16590.194139   -137.533784  9  7  6 212       
+PG06 -15041.099055   5255.403988  21399.337201   -216.650289  8  8  9 163       
+PG07   5673.737578  14216.215317  21686.731652      6.946533  9  7  8 218       
+PG08  15157.321253   6312.150585  21026.640751      7.616723 10  8  9 192       
+PG09  12216.011050 -20501.572830 -12192.362368     70.961235  9  7  8 204       
+PG10  25250.891786   8037.891689   3519.432972    -70.339003     3  9 138       
+PG11  -9550.636851  23315.548506  -8146.349079   -138.898431  9  6  4 180       
+PG12   3396.850615 -14673.371059 -21859.021795    -15.205521  7  6  3 148       
+PG13   5233.512761  25378.182804   5560.344365    276.945198  8  4 10 223       
+PG14 -13661.145311 -12718.571391 -18794.343289    141.030485  7 11  7  22       
+PG15   5116.690383 -22956.542477  12184.298901   -138.906952  9  5  4 200       
+PG16 -21641.975270   1955.357294  15509.007998   -161.731838  7  9 10 196       
+PG17  14194.506174  13315.100129 -18041.602946    184.198909  9  9  9 213       
+PG18 -18302.007688 -16410.705684  10830.411216    129.407085  9 10  9 205       
+PG19  -9195.601521  19909.481122  14736.242775   -125.709990 10  4  9 197       
+PG20   1226.410639  16748.974102 -20737.776810     48.813918 11  9  5 173       
+PG21  -8068.367198 -13918.522560  21493.870226   -134.220804  8  1  8 203       
+PG22 -24243.194428 -10970.080551    786.919246    150.916770  9 12 10 204       
+PG23  -1340.064791  25481.153337  -6698.862458    316.466751  8  6  6 196       
+PG24 -10629.606721  19718.571854 -13998.002768    377.802704  9  8 10 188       
+PG25 -11525.342052 -17007.649826 -16856.987353     -0.954299  9 10  9  89       
+PG26  12106.097845 -12178.061189  19545.408674   -159.850041 11  9  3 245       
+PG27  16969.142876 -19322.542790  -5285.963593    251.078800  5  8  7 187       
+PG28  22575.576265  13631.770538   4688.321624     28.517259  5  7 10 183       
+PG29  -4312.624714 -26140.752414   2236.425949    196.410545  6  4  9 189       
+PG30 -24978.375539  -2658.090466   8267.038945    333.383643  6 10  9 193       
+PG31 -21596.074631   4041.157234 -14869.530304     60.321567  8 11  6 208       
+PG32  -8184.359755  12856.777074 -21449.284066   -225.953132 11 10  4 149       
+*  2011  3 31 15  0  0.00000000
+PG02  21964.792898 -11104.247788  -9291.973769    328.108247  8 10  5 204       
+PG03 -13807.178903   7830.346745  20860.293218    695.766475  8  9  7 169       
+PG04  19791.039390     49.039124 -18077.280987     75.586956 12  4  7 218       
+PG05  21882.189674  -3789.221959  14625.712470   -137.538797  9  7  7 211       
+PG06 -15603.935302   2893.673291  21465.646439   -216.755911  8  8  9 169       
+PG07   3753.919766  15728.146814  21032.618422      6.947271  9  7  8 219       
+PG08  13186.849267   7731.473830  21818.102588      7.618057 10  8  9 197       
+PG09  13201.193500 -21159.021718  -9665.446093     70.963516  9  7  9 192       
+PG10  25402.907066   8374.445715    721.388769    -70.340082     3  9 134       
+PG11 -10365.652344  23676.466988  -5578.872640   -138.901464  9  5  3 178       
+PG12   5740.102290 -13779.839299 -21935.381493    -15.202811  7  6  4 157       
+PG13   5107.097065  25880.461492   2695.261513    276.943678  8  3 10 221       
+PG14 -13800.198431 -14790.927083 -17127.301023    141.032655  7 11  8  47       
+PG15   5639.862633 -21500.493594  14421.461044   -138.904469  9  6  2 207       
+PG16 -23103.870728   1214.445522  13345.165140   -161.734353  7  9 11 200       
+PG17  14336.566200  15296.387457 -16306.841126    184.198739  9  8 10 213       
+PG18 -16980.005453 -16165.355602  13136.180223    129.408860  9 10 10 208       
+PG19  -9560.017307  18123.191306  16709.954718   -125.713471 10  4  9 197       
+PG20  -1058.502523  16074.749641 -21271.735628     48.813836 11  9  4 174       
+PG21  -6193.245883 -15368.750337  21061.082299   -134.222145  7     8 203       
+PG22 -23908.484935 -11192.756175   3561.927694    150.916075  9 12 10 206       
+PG23  -1738.942907  24606.484824  -9378.158202    316.464571  8  6  6 193       
+PG24 -11972.541289  20414.700670 -11716.818420    377.805744  8  7  9 179       
+PG25  -9569.571637 -16479.371422 -18522.691999     -0.954644 10 10  8  47       
+PG26  12443.028317  -9774.480690  20657.254155   -159.859923 11  9  3 248       
+PG27  17502.842258 -19508.709225  -2416.807841    251.081441  6  9  8 175       
+PG28  21924.308704  13564.319291   7443.787299     28.519429  6  7 10 177       
+PG29  -4075.953923 -26257.867978   -616.411790    196.412924  5  5  9 189       
+PG30 -25703.668650  -3149.464214   5565.060060    333.385584  6 10  9 197       
+PG31 -20262.017861   2769.448331 -16858.020852     60.326232  7 11  6 213       
+PG32 -10428.411269  11754.222446 -21073.736934   -225.959795 11 10  5 148       
+*  2011  3 31 15 15  0.00000000
+PG02  21309.400491 -10020.822975 -11762.026336    328.110103  8 10  5 210       
+PG03 -14728.709849   5511.925736  20997.653163    695.770851  8  9  8 174       
+PG04  18362.822792   1600.759901 -19445.438499     75.596369 12  6  7 218       
+PG05  23311.666435  -3160.955189  12410.406120   -137.544247  8  7  8 208       
+PG06 -16276.646233    576.481443  21168.158263   -216.861200  8  8  9 173       
+PG07   1986.613181  17278.177589  20015.368188      6.948100  9  7  7 219       
+PG08  11244.969237   9309.161311  22237.503396      7.619218 10  8  9 198       
+PG09  13943.970066 -21664.030500  -6975.673563     70.965357 10  8  9 187       
+PG10  25273.259163   8604.415782  -2088.820884    -70.340832     4  9 135       
+PG11 -11010.927372  23821.706745  -2914.110497   -138.904215  8  5  4 178       
+PG12   8117.657761 -13017.741184 -21633.148809    -15.200159  6  6  5 226       
+PG13   4959.269745  26063.933090   -216.452658    276.942664  8    10 218       
+PG14 -14017.577997 -16647.098530 -15163.701266    141.034800  7 11  8 120       
+PG15   6294.177962 -19841.185303  16408.649506   -138.901529  9  6  1 211       
+PG16 -24360.314939    636.833231  10955.446383   -161.736836  6 10 10 203       
+PG17  14539.220294  17057.282183 -14291.434834    184.198745  9  7 10 214       
+PG18 -15415.676145 -15910.324657  15223.682163    129.410899  9  9 10 211       
+PG19 -10045.413894  16154.177956  18392.189292   -125.716857 10  4  8 193       
+PG20  -3411.977726  15501.411133 -21444.707935     48.814127 11  9  4 170       
+PG21  -4434.646852 -16866.079641  20275.434224   -134.224662  7  2  8 200       
+PG22 -23292.181338 -11334.894280   6276.176809    150.915535  9 12 10 207       
+PG23  -2247.270777  23465.063370 -11892.930035    316.462416  9  7  5 192       
+PG24 -13072.788937  21001.359339  -9230.492699    377.809472  7  7  8 167       
+PG25  -7424.674798 -16008.053507 -19870.193271     -0.954978 10 10  8  80       
+PG26  12926.958591  -7287.838292  21391.167403   -159.869724 11  8  4 249       
+PG27  17791.131807 -19487.373685    495.155585    251.084132  8  9  9 170       
+PG28  20987.893357  13432.919018  10075.049942     28.521224  7  7 10 171       
+PG29  -3782.168987 -26071.296258  -3458.655113    196.415555  4  5  9 187       
+PG30 -26149.761696  -3522.703920   2766.465950    333.388304  6 11  9 203       
+PG31 -18845.191020   1280.856196 -18554.516396     60.330765  7 11  6 218       
+PG32 -12667.965701  10788.070183 -20324.201022   -225.966565 10 10  7 139       
+*  2011  3 31 15 30  0.00000000
+PG02  20525.914645  -8708.539169 -14024.136405    328.112286  9 10  5 216       
+PG03 -15751.579091   3246.448479  20760.101646    695.775720  9 10  8 186       
+PG04  16920.464777   3321.151538 -20487.612978     75.605611 12  7  8 219       
+PG05  24515.325350  -2665.107144   9982.412274   -137.549393  8  7  9 200       
+PG06 -17042.464641  -1653.463441  20512.453380   -216.966501  8  9  9 184       
+PG07    396.937525  18824.005152  18651.991912      6.948973  8  7  8 215       
+PG08   9374.653025  11017.782520  22276.030923      7.619132  9  7  9 198       
+PG09  14456.174330 -21976.872789  -4167.645461     70.968499 10  8  9 186       
+PG10  24852.917566   8762.886521  -4863.968938    -70.341484  2  4  9 155       
+PG11 -11507.134059  23726.666143   -198.333503   -138.907057  6  9  5 152       
+PG12  10480.476515 -12397.944054 -20957.028017    -15.197595  6  5  5 228       
+PG13   4750.449031  25932.413422  -3124.444311    276.943834  9    10 317       
+PG14 -14280.451544 -18255.353807 -12938.084208    141.037145  7 11  8 217       
+PG15   7095.280905 -18018.904165  18111.717807   -138.898688  9  7    211       
+PG16 -25375.815158    200.497397   8380.484738   -161.739272  5 11 10 207       
+PG17  14769.649165  18569.916745 -12030.657691    184.198914  8  6 10 210       
+PG18 -13629.462474 -15679.465084  17058.416130    129.412695  9  9  9 209       
+PG19 -10666.972887  14045.915807  19754.348611   -125.720586 10  4  8 200       
+PG20  -5789.991984  15042.247118 -21253.612106     48.814006 11  9  5 180       
+PG21  -2817.789189 -18373.135963  19148.026775   -134.227223  8  2  8 190       
+PG22 -22394.597167 -11432.007343   8883.540307    150.914765  9 11 10 211       
+PG23  -2891.335355  22088.729211 -14199.357296    316.460041  9  8  6 184       
+PG24 -13932.675904  21438.846550  -6582.470887    377.812158  6  9  8 170       
+PG25  -5127.673826 -15622.195249 -20876.333291     -0.955318 10 10  7 112       
+PG26  13558.824616  -4772.572002  21734.342204   -159.878940 11  8  5 249       
+PG27  17861.749481 -19231.153103   3398.502705    251.086185  9  9  9 176       
+PG28  19773.881953  13277.288713  12539.013562     28.523531  7  6 10 161       
+PG29  -3395.846901 -25592.817837  -6241.428493    196.417902  3  6  8 179       
+PG30 -26299.692449  -3811.043477    -79.943718    333.390787  6 11  9 207       
+PG31 -17390.889136   -413.176370 -19928.717023     60.335361  7 11  6 217       
+PG32 -14853.831649   9967.050001 -19213.125124   -225.973390 10 10  8 138       
+*  2011  3 31 15 45  0.00000000
+PG02  19655.445651  -7171.170664 -16038.841776    328.114115  9 10  4 219       
+PG03 -16852.996161   1076.663200  20153.010767    695.781574  9 10  8 188       
+PG04  15502.211007   5187.990039 -21185.765325     75.614932 12  9  8 219       
+PG05  25462.208247  -2276.363400   7383.446450   -137.554651  7  7  9 197       
+PG06 -17878.037123  -3757.300808  19510.048439   -217.072084  8  9  9 189       
+PG07   -997.949078  20320.542164  16965.576237      6.950036  7  6  7 215       
+PG08   7614.133975  12822.619066  21931.315723      7.619778  9  6  9 198       
+PG09  14757.294588 -22062.115246  -1288.526336     70.970338 10  8  8 175       
+PG10  24141.003210   8886.443317  -7557.613779    -70.341498  4  4  8 169       
+PG11 -11879.710151  23373.069217   2520.901889   -138.909938  6  8  6 165       
+PG12  12778.726581 -11923.013885 -19918.232792    -15.195159  5  4  6 228       
+PG13   4442.945219  25498.914382  -5978.602334    276.939526  9  2 10 146       
+PG14 -14551.779898 -19591.919044 -10489.381198    141.039491  7 11  8 213       
+PG15   8051.405522 -16077.598840  19501.538222   -138.895958 10  8    216       
+PG16 -26121.125978   -122.641986   5663.920013   -161.741952  4 11 10 210       
+PG17  14991.535040  19814.286681  -9563.809509    184.199275  8  6 11 211       
+PG18 -11648.578608 -15503.037653  18609.958580    129.414515  9  8  9 212       
+PG19 -11432.242914  11845.079548  20773.590862   -125.723904 10  5  8 198       
+PG20  -8146.894566  14703.149402 -20701.462464     48.814347 11  9  6 176       
+PG21  -1361.294918 -19849.105397  17695.782262   -134.229697  8  3  8 187       
+PG22 -21224.187289 -11519.578626  11339.842988    150.914104  9 11 10 212       
+PG23  -3691.077995  20515.527216 -16257.466127    316.457811  9  9  5 181       
+PG24 -14562.794879  21690.393739  -3819.114170    377.815262  4  9  9 160       
+PG25  -2720.882455 -15343.970604 -21523.805608     -0.955594 10 10  7  25       
+PG26  14330.640756  -2283.004631  21681.560126   -159.888063 10  8  6 250       
+PG27  17748.569274 -18719.867616   6242.797944    251.088288 10  9 10 160       
+PG28  18297.996051  13135.754996  14795.648884     28.525624  8  6 10 166       
+PG29  -2884.859027 -24842.427284  -8916.778107    196.420550  4  7  8 180       
+PG30 -26144.962426  -4050.550484  -2925.020190    333.392839  5 12  9 210       
+PG31 -15943.007071  -2292.499421 -20955.818729     60.339723  7 11  7 221       
+PG32 -16936.903175   9291.647537 -17759.662498   -225.980150 10 10  8 133       
+*  2011  3 31 16  0  0.00000000
+PG02  18739.306083  -5420.862797 -17771.327341    328.116442  9 10  3 218       
+PG03 -18004.100335   -959.601179  19188.488417    695.787119  9 10  8 192       
+PG04  14142.608964   7172.298493 -21527.434139     75.623922 11  9  8 218       
+PG05  26128.299752  -1964.408120   4658.089356   -137.559759  7  6 10 193       
+PG06 -18754.295761  -5701.276128  18178.183358   -217.177357  8  9  9 193       
+PG07  -2189.350340  21721.601307  14984.913381      6.950689  7  6  8 213       
+PG08   5995.531827  14682.805007  21207.587861      7.620158  8  6  9 201       
+PG09  14873.653934 -21890.125557   1612.680329     70.972191 10  9  8 175       
+PG10  23144.861502   9011.625246 -10124.810820    -70.342937  5  4  8 177       
+PG11 -12157.683591  22749.837187   5195.626439   -138.912580  6  3  6 156       
+PG12  14963.542254 -11587.186435 -18534.322983    -15.192586  5  4  7 224       
+PG13   4002.610282  24785.074812  -8729.925459    276.938124  9  4  9  49       
+PG14 -14791.886304 -20641.701135  -7860.202473    141.041415  7 10  8 208       
+PG15   9162.902303 -14063.278260  20554.489459   -138.893118 10  8    218       
+PG16 -26574.303625   -365.465774   2851.692614   -161.744356  3 11 10 213       
+PG17  15166.590748  20778.819331  -6933.514344    184.199103  7  5 11 210       
+PG18  -9506.174298 -15406.509600  19852.411284    129.416511  9  7  9 213       
+PG19 -12340.745803   9599.858303  21433.179603   -125.727456 10  6  8 200       
+PG20 -10436.944086  14482.429553 -19797.335781     48.814691 11  9  7 186       
+PG21    -76.582422 -21251.162596  15941.320547   -134.232405  8  4  9 182       
+PG22 -19797.313264 -11631.547165  13603.574124    150.913386  8 11  9 216       
+PG23  -4659.132411  18788.252197 -18031.835651    316.455543  9  9  6 176       
+PG24 -14981.396071  21723.709349   -988.845705    377.821265  4  8  9 134       
+PG25   -250.474636 -15188.341135 -21801.451853     -0.955865  9 10  7 118       
+PG26  15225.802864    128.715301  21235.223936   -159.897330 10  7  7 251       
+PG27  17490.019525 -17941.348018   8979.478696    251.091536 10  9 11 157       
+PG28  16583.612371  13043.731352  16808.525887     28.527777  8  6 10 162       
+PG29  -2221.822659 -23847.569233 -11438.501805    196.423080  5  7  9 164       
+PG30 -25685.798213  -4278.507015  -5720.117796    333.395224  5 12  9 212       
+PG31 -14542.359954  -4328.801496 -21617.019552     60.344239  7 11  7 221       
+PG32 -18869.986892   8754.196453 -15989.341705   -225.986775  9 10  8 146       
+*  2011  3 31 16 15  0.00000000
+PG02  17817.334319  -3477.816737 -19192.031474    328.118358  9 10  4 223       
+PG03 -19171.102418  -2830.710350  17885.049207    695.791522  9 11  8 198       
+PG04  12871.278268   9239.226992 -21505.977735     75.633151 11 10  9 220       
+PG05  26497.388795  -1695.286505   1853.029362   -137.565009  5  6 10 184       
+PG06 -19637.551251  -7457.805012  16539.526482   -217.282544  8  9  9 198       
+PG07  -3177.198130  22981.644855  12744.022774      6.951536  7  5  7 214       
+PG08   4543.703706  16552.733582  20115.722037      7.619965  8  5  9 199       
+PG09  14837.315171 -21438.403715   4485.928889     70.975628 11  9  8 154       
+PG10  21879.847518   9173.394601 -12522.792605    -70.342828  6  4  8 190       
+PG11 -12372.341897  21853.690021   7778.364148   -138.915666  6  3  7 144       
+PG12  16988.758001 -11376.676714 -16828.925188    -15.189923  4  3  7 223       
+PG13   3400.341724  23820.274094 -11331.357539    276.937224  9  6  9           
+PG14 -14960.126560 -21398.677762  -5096.072566    141.043655  6 10  9 205       
+PG15  10422.082450 -12022.347000  21252.841595   -138.890670 10  9  2 220       
+PG16 -26721.500081   -564.221841     -8.693588   -161.746961    12 10 217       
+PG17  15256.162071  21460.625297  -4184.976237    184.199139  7  4 11 209       
+PG18  -7240.292717 -15409.533779  20764.793586    129.418276 10  6  9 213       
+PG19 -13383.911673   7358.234174  21722.714343   -125.730996  9  6  8 200       
+PG20 -12615.856530  14370.932384 -18556.243816     48.814208 10  9  8 186       
+PG21   1032.475199 -22536.019613  13912.733866   -134.234242  8  3  9 178       
+PG22 -18137.723472 -11798.866084  15636.550631    150.912799  9 11  9 216       
+PG23  -5800.165786  16952.826576 -19492.205703    316.453077  9 10  4 174       
+PG24 -15213.475727  21512.355372   1858.744565    377.824986  5  8 11 179       
+PG25   2235.093832 -15162.459474 -21704.454432     -0.956036  9  9  6 233       
+PG26  16219.777198   2414.550871  20405.199987   -159.906910 10  7  8 251       
+PG27  17127.378279 -16891.916627  11562.647820    251.095572 11  9 10 158       
+PG28  14660.994025  13032.329031  18545.284452     28.530000  8  5  9 164       
+PG29  -1385.374052 -22642.096418 -13762.955378    196.425511  5  8  8 177       
+PG30 -24931.088027  -4531.772990  -8417.904758    333.396964  6 12  8 216       
+PG31 -13225.124774  -6486.489008 -21899.921239     60.348794  6 11  8 189       
+PG32 -20609.567969   8339.322845 -13933.592401   -225.993689  9 11  9 145       
+*  2011  3 31 16 30  0.00000000
+PG02  16926.307537  -1369.652969 -20277.133563    328.120408  8  9  4 226       
+PG03 -20316.627768  -4512.225334  16267.158694    695.796048  8 11  9 201       
+PG04  11711.865023  11349.160934 -21120.737284     75.642354 11 10  9 222       
+PG05  26561.643575  -1432.906811   -983.726966   -137.570382  4  5 10 181       
+PG06 -20490.767176  -9006.306542  14621.802335   -217.387891  8  9 10 202       
+PG07  -3969.876386  24057.529960  10281.571221      6.952189  7  4  7 215       
+PG08   3275.371529  18383.682370  18673.162132      7.620534  8  5  9 201       
+PG09  14684.743551 -20692.677450   7280.991037     70.978735 11  9  7 126       
+PG10  20368.833125   9403.676587 -14711.611625    -70.344756  6  4  7 200       
+PG11 -12555.800760  20689.446404  10223.050367   -138.918314  6  2  7 153       
+PG12  18812.550386 -11270.316433 -14831.340155    -15.187460  2  4  8 221       
+PG13   2613.383312  22640.466078 -13738.577211    276.935422 10  7  9 205       
+PG14 -15016.593908 -21865.944304  -2244.628525    141.045562  6  9  9 200       
+PG15  11813.384085  -9999.942849  21585.033340   -138.887792 10  9  4 222       
+PG16 -26557.469021   -756.966343  -2868.930057   -161.749544    12  9 219       
+PG17  15222.841568  21865.427799  -1365.206037    184.199382  6  4 11 209       
+PG18  -4892.656094 -15525.144156  21331.375629    129.420235 10  5  9 215       
+PG19 -14545.341171   5166.292507  21638.242725   -125.734229  9  6  8 199       
+PG20 -14642.307959  14352.443440 -16998.912205     48.814574 10  8  8 175       
+PG21   1969.604549 -23661.541879  11643.252962   -134.236797  8  3  9 176       
+PG22 -16275.768853 -12048.187303  17404.522039    150.912041  9 10  9 218       
+PG23  -7110.547151  15056.577957 -20613.976121    316.450831  9 10  4 195       
+PG24 -15289.600771  21036.898934   4673.816347    377.828011  7  7 11 170       
+PG25   4686.751240 -15265.386499 -21234.421926     -0.956308  9  9  6 231       
+PG26  17281.135746   4532.305417  19208.482553   -159.916643  9  7  8 251       
+PG27  16703.018913 -15576.537293  13949.766094    251.099166 11  9 11 168       
+PG28  12566.297404  13127.142520  19978.044502     28.532430  8  4  9 168       
+PG29   -361.211573 -21264.988635 -15849.820451    196.428042  6  8  7 180       
+PG30 -23898.004568  -4845.195252 -10973.121225    333.400371  6 12  8 220       
+PG31 -12021.468143  -8723.869082 -21798.814059     60.353111  6 11  8 197       
+PG32 -22117.437380   8024.724010 -11629.136536   -226.000562  8 11  9 125       
+*  2011  3 31 16 45  0.00000000
+PG02  16098.508557    869.515823 -21008.916403    328.122509  8  9  4 228       
+PG03 -21401.199356  -5987.593536  14364.669027    695.801044  8 11  9 206       
+PG04  10681.219885  13459.021964 -20377.115402     75.651870 10 10  9 221       
+PG05  26321.879062  -1140.623973  -3803.663601   -137.575555  3  5 10 174       
+PG06 -21274.969144 -10333.777491  12457.347067   -217.493552  8  9 10 207       
+PG07  -4583.707981  24910.179884   7640.201023      6.953277  6  4  6 209       
+PG08   2198.567082  20125.597840  16903.718331      7.621288  7  4  9 199       
+PG09  14455.272349 -19647.708300   9948.364915     70.981123 11  9  8  71       
+PG10  18641.454508   9730.019776 -16654.740645    -70.346733  7  4  6 205       
+PG11 -12739.532695  19270.003620  12485.938932   -138.921233  6  2  7 146       
+PG12  20398.922783 -11240.495517 -12576.042646    -15.184927  2  3  8 217       
+PG13   1626.374081  21286.780990 -15910.729722    276.934717 10  7  8 179       
+PG14 -14923.792391 -22055.420450    645.204109    141.048014  5  9  8 196       
+PG15  13313.852256  -8038.340660  21545.838886   -138.885110 10  9  5 222       
+PG16 -26085.765492   -981.937061  -5680.674763   -161.751900    12  9 221       
+PG17  15032.032855  22007.176937   1477.767902    184.199491  6  4 11 205       
+PG18  -2507.318579 -15759.196434  21541.948823    129.422031 10  3  8 212       
+PG19 -15801.380110   3066.628432  21182.257240   -125.737837  9  7  8 204       
+PG20 -16479.336720  14404.376903 -15151.466958     48.814778  9  9  9 187       
+PG21   2745.886657 -24588.371251   9170.799169   -134.239179  8  2 10 167       
+PG22 -14247.384175 -12400.720547  18877.710295    150.911334  9  9  9 220       
+PG23  -8578.353104  13146.486933 -21378.590877    316.448348  9 10  4 175       
+PG24 -15244.519459  20285.791443   7407.196304    377.830870  7  7 12 127       
+PG25   7056.500506 -15488.133329 -20399.365643     -0.956631  8  8  6 230       
+PG26  18372.882208   6447.069554  17668.699897   -159.925672  9  6  9 251       
+PG27  16258.675472 -14008.643505  16102.241642    251.103122 11 10 10 181       
+PG28  10340.389855  13347.246056  21083.757308     28.534507  8  4  9 165       
+PG29    857.133900 -19758.881257 -17662.819664    196.430567  7  8  6 174       
+PG30 -22611.336271  -5250.120982 -13343.275947    333.401852  6 12  8 221       
+PG31 -10954.418672 -10994.591926 -21314.834752     60.357799  6 11  8 190       
+PG32 -23362.108666   7782.247565  -9117.260294   -226.007173  7 11  9 144       
+*  2011  3 31 17  0  0.00000000
+PG02  15360.502353   3200.260125 -21376.001204    328.124489  7  8  5 225       
+PG03 -22384.795756  -7248.510192  12212.166113    695.806638  8 11  9 209       
+PG04   9788.832861  15523.718214 -19286.564760     75.661232  9 10  9 216       
+PG05  25787.507596   -782.843934  -6558.570194   -137.580931     5 10 170       
+PG06 -21950.738106 -11435.087925  10082.597014   -217.599164  8  9 10 211       
+PG07  -5042.123845  25506.113515   4865.777915      6.954098  6  4  6 210       
+PG08   1312.424320  21728.970999  14837.232880      7.622595  7  4  9 199       
+PG09  14189.427409 -18307.763625  12440.216562     70.984740 11  9  8 119       
+PG10  16733.126641  10174.423554 -18319.625690    -70.348017  7  5  6 206       
+PG11 -12952.919730  17615.992976  14526.474222   -138.924144  6  2  7 137       
+PG12  21718.973300 -11254.371222 -10102.081892    -15.182166  2  4  9 211       
+PG13    432.107480  19803.950923 -17811.090547    276.932856 10  8  8 183       
+PG14 -14648.214830 -21987.232225   3524.043194    141.049894  5  8  8 190       
+PG15  14893.912388  -6175.483050  21136.423840   -138.882113  9  9  6 222       
+PG16 -25318.631743  -1275.918178  -8396.326213   -161.754228    12  8 223       
+PG17  14653.407275  21907.367163   4295.692881    184.199566  6  5 11 206       
+PG18   -129.230430 -16110.075331  21392.029199    129.423974 10  3  8 211       
+PG19 -17121.979896   1096.908863  20363.581454   -125.741139  9  7  8 205       
+PG20 -18095.592917  14498.719941 -13045.031055     48.814806  8  9  9 189       
+PG21   3379.210974 -25281.491499   6537.420371   -134.241480  8  1 10 169       
+PG22 -12092.872634 -12871.307883  20031.278431    150.910651  9  9  8 221       
+PG23 -10183.706718  11267.475004 -21773.803553    316.445942  9 10  3 176       
+PG24 -15115.616846  19255.939704  10011.275974    377.834000  7  8 12 132       
+PG25   9299.070293 -15814.026786 -19213.567372     -0.956885  8  8  6 227       
+PG26  19454.000658   8132.330883  15815.486854   -159.935038  8  6  9 250       
+PG27  15833.790936 -12209.664851  17985.917607    251.108153 11 10 10 187       
+PG28   8027.517721  13704.430836  21844.499378     28.536937  8  3  9 163       
+PG29   2267.833739 -18168.459823 -19170.365370    196.433172  7  8  5 175       
+PG30 -21102.558470  -5773.067672 -15489.275540    333.405241  6 12  8 224       
+PG31 -10039.032956 -13249.296744 -20455.990475     60.362248  6 10  8 191       
+PG32 -24319.962292   7579.222382  -6442.986555   -226.014110  6 11 10 157       
+*  2011  3 31 17 15  0.00000000
+PG02  14732.167432   5579.205868 -21373.456647    328.126455  6  8  5 225       
+PG03 -23228.418370  -8294.945422   9848.249227    695.811885  7 11  9 213       
+PG04   9036.549684  17497.694034 -17866.481664     75.670889  8 10  9 214       
+PG05  24976.174958   -326.587271  -9201.350821   -137.585885     4 10 170       
+PG06 -22479.734205 -12312.988132   7537.516187   -217.704556  7  9 10 215       
+PG07  -5374.546991  25818.770614   2006.573001      6.954858  6  7  5 207       
+PG08    607.334794  23146.729087  12509.114132      7.622329  7  3  9 192       
+PG09  13927.176451 -16686.721657  14711.332461     70.987880 11 10  8 153       
+PG10  14683.858498  10752.373339 -19678.186951    -70.348734  8  5  5 209       
+PG11 -13221.894280  15755.121506  16308.104261   -138.926889  7  2  7 136       
+PG12  22751.894648 -11275.296951  -7452.393288    -15.179916  2  3  9 206       
+PG13   -968.026011  18238.620131 -19407.652116    276.931208 10  8  7 182       
+PG14 -14161.766347 -21688.796880   6342.876141    141.052221  5  7  8 184       
+PG15  16518.405839  -4443.692894  20364.291617   -138.879457  9  9  7 222       
+PG16 -24276.572396  -1672.656358 -10969.790726   -161.756783  1 12  8 224       
+PG17  14062.199786  21594.086550   7040.877491    184.199808  6  5 11 208       
+PG18   2197.238902 -16568.682127  20882.988832    129.425691 10  3  8 209       
+PG19 -18471.806851   -711.358448  19197.152543   -125.744607  8  7  9 207       
+PG20 -19466.387771  14603.199810 -10715.234881     48.815017  8  9  9 192       
+PG21   3893.440362 -25711.669679   3788.612712   -134.243860  8  2 10 173       
+PG22  -9855.538104 -13467.747167  20845.722948    150.909935  9  8  8 221       
+PG23 -11899.432177   9460.799155 -21793.823672    316.443849  9 10  4 176       
+PG24 -14941.280079  17952.947023  12440.871103    377.835857  6  7 12 133       
+PG25  11373.464128 -16219.384517 -17697.340222     -0.957176  8  7  6 224       
+PG26  20481.151447   9570.710034  13683.751833   -159.944028  7  6  9 249       
+PG27  15464.003788 -10208.281195  19571.462519    251.111803 10 10 10 195       
+PG28   5673.867648  14202.705493  22247.709897     28.539121  8  2  9 167       
+PG29   3860.622173 -16538.782915 -20346.129104    196.435779  8  9  5 190       
+PG30 -19408.683648  -6434.594238 -17375.982583    333.408706  6 12  8 226       
+PG31  -9281.892145 -15437.395409 -19237.045031     60.367071  5 10  9 187       
+PG32 -24976.068819   7379.981050  -3654.170947   -226.020925  5 11  9 167       
+*  2011  3 31 17 30  0.00000000
+PG02  14226.015132   7960.545911 -21002.786599    328.128431  5  8  5 227       
+PG03 -23895.604643  -9134.846446   7314.763766    695.815724  7 11  9 217       
+PG04   8418.585218  19336.524179 -16140.000498     75.680547  7 10  9 215       
+PG05  23913.095953    257.047738 -11686.813747   -137.591249  1  4 10 182       
+PG06 -22826.196291 -12977.826644   4864.968932   -217.809929  7 10 10 218       
+PG07  -5615.036271  25829.578254   -887.605214      6.955713  6  8  4 207       
+PG08     65.466700  24336.064614   9959.742680      7.622543  6  3  9 189       
+PG09  13706.176094 -14807.791416  16720.058511     70.989282 11 10  8 171       
+PG10  12536.909034  11472.117758 -20707.262854    -70.350397  8  5  4 214       
+PG11 -13567.729218  13721.225699  17799.012189   -138.929725  7     7 140       
+PG12  23485.665302 -11264.413502  -4673.034208    -15.177243  3  4  9 204       
+PG13  -2563.927236  16637.604510 -20673.626711    276.930198 10  9  6 179       
+PG14 -13442.981125 -21193.648584   9053.867735    141.054106  5  7  8 174       
+PG15  18147.846425  -2868.614795  19243.123517   -138.876374  9  9  8 224       
+PG16 -22987.632890  -2201.386610 -13357.233074   -161.758967  3 12  7 228       
+PG17  13240.297401  21100.835505   9666.959128    184.200038  6  6 11 211       
+PG18   4429.768801 -17118.707435  20022.110015    129.427664 10  4  7 207       
+PG19 -19811.555030  -2333.806323  17703.708138   -125.747991  8  8  9 206       
+PG20 -20574.502144  14682.631185  -8201.645736     48.815336  7  9  9 189       
+PG21   4317.312369 -25856.707853    972.534816   -134.246212  8  3 11 179       
+PG22  -7580.214381 -14190.388901  21307.185559    150.909319  9  7  8 221       
+PG23 -13691.995470   7762.613620 -21439.346068    316.441584  8 10  5 181       
+PG24 -14759.241482  16391.016288  14654.024770    377.839549  6  5 12 117       
+PG25  13244.348654 -16674.474053 -15876.686083     -0.957449  7  7  7 222       
+PG26  21410.436069  10754.306425  11312.867242   -159.953151  6  6  9 248       
+PG27  15179.819385  -8039.440896  20834.669964    251.114613 10 10  9 200       
+PG28   3326.066543  14838.075045  22286.371825     28.541034  8     9 171       
+PG29   5616.990562 -14913.598781 -21169.520348    196.438221  8  9  4 195       
+PG30 -17570.935800  -7248.409264 -18972.700556    333.411515  6 12  8 157       
+PG31  -8680.952074 -17508.921067 -17679.267362     60.371448  5 10  9 191       
+PG32 -25324.657764   7147.504926   -800.546839   -226.027999  3 10  9 163       
+*  2011  3 31 17 45  0.00000000
+PG02  13846.817107  10297.629405 -20271.803656    328.130458  4  8  5 222       
+PG03 -24353.829130  -9783.537325   4656.006819    695.819844  6 11  9 218       
+PG04   7921.838866  20998.493876 -14135.686182     75.689723  7  9  9 204       
+PG05  22630.114682    991.578597 -13972.429893   -137.596398  3  5 10 174       
+PG06 -22958.362669 -13446.988944   2110.044668   -217.915427  7 10 10 219       
+PG07  -5800.744963  25528.714281  -3766.311022      6.956605  7  8  5 208       
+PG08   -338.368152  25260.123010   7233.757923      7.622084  5  2  9 198       
+PG09  13560.093586 -12702.846274  18429.198145     70.990229 10 10  8 189       
+PG10  10337.329273  12334.214454 -21388.992311    -70.352105  8  5  4 209       
+PG11 -14006.031579  11553.076829  18972.745816   -138.932628  7  1  7 132       
+PG12  23917.403790 -11182.338357  -1812.358880    -15.174879  5  4  9 194       
+PG13  -4337.009782  15046.165530 -21587.860210    276.928775 10  9  4 184       
+PG14 -12477.988577 -20540.051602  11611.138061    141.056368  6  6  8 159       
+PG15  19739.848948  -1468.423493  17792.517249   -138.874071  9  9  9 224       
+PG16 -21486.405618  -2885.523086 -15517.800336   -161.761517  4 13  7 226       
+PG17  12177.081520  20465.160074  12129.643589    184.199994  6  6 10 214       
+PG18   6529.495520 -17737.184914  18822.556693    129.429441 10  4  7 206       
+PG19 -21099.410663  -3753.907809  15909.386389   -125.751445  7  8  9 209       
+PG20 -21410.721785  14700.393753  -5547.123262     48.814938  6  9  9 197       
+PG21   4683.115646 -25702.444165  -1860.873374   -134.248825  8  5 11 178       
+PG22  -5311.744174 -15032.021408  21407.680547    150.908748  9  7  8 222       
+PG23 -15522.691007   6202.751269 -20717.467730    316.439569  8 10  5 171       
+PG24 -14604.967445  14592.521453  16612.738723    377.843090  5  3 12 144       
+PG25  14883.228151 -17144.719024 -13782.855045     -0.957752  7  6  7 216       
+PG26  22199.154237  11684.655947   8745.811735   -159.962455  5  6  9 248       
+PG27  15005.503418  -5743.184373  21756.675405    251.117162  9 10  9 208       
+PG28   1029.667198  15598.606030  21959.135728     28.543381  7     9 175       
+PG29   7510.709931 -13333.721854 -21626.064689    196.440895  8  9  3 196       
+PG30 -15633.298029  -8220.743213 -20253.585010    333.413576  6 12  8 139       
+PG31  -8225.754580 -19416.365173 -15810.046232     60.375884  4 10  9 184       
+PG32 -25369.216122   6845.118162   2067.254369   -226.034964  2 10  9 183       
+*  2011  3 31 18  0  0.00000000
+PG02  13591.548308  12544.566894 -19194.397643    328.132439  4  8  6 220       
+PG03 -24575.741489 -10262.849544   1917.923415    695.824098  5 11  9 220       
+PG04   7526.505647  22446.104589 -11887.123543     75.698974  6  8  9 196       
+PG05  21164.524840   1894.038788 -16019.048230   -137.601794  4  6  9 180       
+PG06 -22849.760830 -13744.076223   -680.657767   -218.020586  7 10 10 222       
+PG07  -5970.257280  24915.535966  -6579.375271      6.957281  7  5  4 206       
+PG08   -635.531544  25889.474082   4379.238087      7.623221  5  2  9 165       
+PG09  13517.080421 -10411.388413  19806.840995     70.991780 10 11  8 197       
+PG10   8130.439854  13331.362867 -21711.129876    -70.352682  8  5  2 210       
+PG11 -14545.984937   9292.989350  19808.728335   -138.935582  8  2  7 142       
+PG12  24053.371735 -10990.884329   1079.851146    -15.172173  5  4  9 185       
+PG13  -6260.744437  13506.362299 -22135.152819    276.927487 10  9  3 182       
+PG14 -11261.194841 -19769.454543  13971.500139    141.058374  6  5  8 149       
+PG15  21250.674715   -253.326627  16037.630039   -138.871257  8  9  9 223       
+PG16 -19812.797962  -3741.564817 -17414.308595   -161.764084  5 13  6 223       
+PG17  10869.994457  19727.150916  14387.407787    184.200407  7  7 10 214       
+PG18   8462.309440 -18395.312033  17303.257677    129.431446 10  5  6 203       
+PG19 -22292.611996  -4963.372903  13845.248728   -125.754919  7  8 10 209       
+PG20 -21974.076654  14619.984236  -2797.109323     48.815384  6  9  8 204       
+PG21   5025.193195 -25243.450562  -4660.849520   -134.251095  7  6 11 183       
+PG22  -3093.462298 -15978.049217  21145.234669    150.908089  9  6  7 221       
+PG23 -17349.025540   4803.767149 -19641.498427    316.437222  8 11  6 173       
+PG24 -14510.158101  12587.267392  18283.619887    377.846291  6    11 139       
+PG25  16269.360535 -17592.106119 -11451.813758     -0.958048  7  5  8 215       
+PG26  22807.481648  12372.319759   6028.290590   -159.971998  4  7 10 246       
+PG27  14958.225525  -3363.317513  22324.098361    251.119244  8 11  8 211       
+PG28  -1172.332768  16464.777847  21270.384327     28.545556  7     9 185       
+PG29   9508.663166 -11835.533183 -21707.673316    196.443543  9  9  5 201       
+PG30 -13640.984949  -9350.002146 -21197.981273    333.416429  6 12  7 154       
+PG31  -7897.991647 -21116.426336 -13662.378905     60.380505  3  9  9 203       
+PG32 -25122.218002   6438.156206   4898.681620   -226.041952    10  9 189       
+*  2011  3 31 18 15  0.00000000
+PG02  13449.640360  14657.790628 -17790.209451    328.134468  5  7  6 220       
+PG03 -24540.199120 -10600.025424   -852.690853    695.828019  4 11  9 226       
+PG04   7206.964844  23647.445892  -9432.404773     75.708380  5  9  9 196       
+PG05  19557.694292   2974.127210 -17791.556892   -137.607052  4  7  9 185       
+PG06 -22480.317792 -13897.852840  -3459.777736   -218.126060  7 10 10 227       
+PG07  -6161.871198  23998.656288  -9277.813586      6.958051  7  6  4 193       
+PG08   -862.107708  26203.300373   1446.791174      7.623546  4  6  8 181       
+PG09  13598.470922  -7979.180298  20827.093633     70.993880 10 11  8 200       
+PG10   5960.296182  14448.533296 -21667.288214    -70.353752  8  5  3 213       
+PG11 -15189.873633   6985.293012  20292.637459   -138.937976  8     7 126       
+PG12  23908.625821 -10654.737451   3953.283253    -15.169841  6  5 10 180       
+PG13  -8301.505179  12055.541822 -22306.484226    276.926559  9  9    196       
+PG14  -9795.656148 -18924.844094  16095.147996    141.060806  7  5  7 168       
+PG15  22636.835247    774.622025  14008.733643   -138.868404  8  9 10 219       
+PG16 -18010.605339  -4778.259450 -19013.881891   -161.766731  5 12  6           
+PG17   9324.810340  18927.863132  16402.157336    184.200437  7  7 10 211       
+PG18  10199.992752 -19059.514213  15488.696651    129.433090 10  5  6 192       
+PG19 -23349.046056  -5962.232473  11546.734993   -125.758216  5  8 10 217       
+PG20 -22271.772565  14406.583119      1.137409     48.815294  5  9  8 200       
+PG21   5378.335144 -24483.386400  -7376.822717   -134.253834  7  7 11 188       
+PG22   -965.737497 -17006.959316  20523.937093    150.907452  9  6  7 223       
+PG23 -19126.244526   3580.275714 -18230.672783    316.434797  7 10  6 156       
+PG24 -14501.416980  10411.470527  19638.431681    377.849674  7  2 11 164       
+PG25  17390.379804 -17976.738413  -8923.631362     -0.958351  6  4  8 215       
+PG26  23200.005012  12836.137567   3207.857382   -159.980789  3  7  9 242       
+PG27  15047.472269   -945.981137  22529.117871    251.123207  7 10  8 215       
+PG28  -3240.891172  17410.112420  20230.234600     28.547740  6  3  8 167       
+PG29  11571.955713 -10449.664154 -21412.797913    196.446029  8  8  5 203       
+PG30 -11638.892334 -10626.711132 -21790.689496    333.418909  6 12  7 118       
+PG31  -7672.398331 -22571.597887 -11274.245385     60.384979  1  9  9 195       
+PG32 -24604.503647   5895.537297   7644.216712   -226.049034    10  9 194       
+*  2011  3 31 18 30  0.00000000
+PG02  13403.528706  16597.513305 -16084.221381    328.136594  5  7  6 219       
+PG03 -24233.061888 -10826.442675  -3608.967594    695.831549  3 11  9 231       
+PG04   6932.916397  24577.376932  -6813.518821     75.717611  4  8  8 188       
+PG05  17853.545491   4233.640126 -19259.479516   -137.612207  5  8  9 191       
+PG06 -21837.248300 -13940.999676  -6179.963071   -218.230870  7 10 10 232       
+PG07  -6411.898143  22795.664659 -11814.710094      6.958853  8  6  5 190       
+PG08  -1057.244876  26190.247442  -1511.421661      7.624228  3  9  8 269       
+PG09  13817.770330  -5456.597252  21470.685744     70.993489  9 12  8 205       
+PG10   3868.194726  15663.391921 -21257.102055    -70.353293  8  5  3 214       
+PG11 -15932.908552   4674.735300  20416.644840   -138.940783  8  1  7 120       
+PG12  23506.333380 -10143.025749   6757.998385    -15.167014  7  5  9 168       
+PG13 -10419.684600  10725.021857 -22099.141788    276.924669  9  9    200       
+PG14  -8093.131882 -18049.059412  17946.286957    141.062708  7  5  7 172       
+PG15  23856.693691   1621.394402  11740.689572   -138.865784  7  9 10 215       
+PG16 -16125.940014  -5996.059438 -20288.532682   -161.769465  5 12  5 104       
+PG17   7555.600829  18107.714461  18139.831347    184.200895  7  7  9 207       
+PG18  11721.152450 -19692.718892  13408.604957    129.434851 10  5  5 181       
+PG19 -24228.823662  -6758.610712   9053.060713   -125.761870  4  8 10 220       
+PG20 -22318.815084  14028.574724   2799.350155     48.815529  5 10  8 213       
+PG21   5776.132020 -23434.982349  -9959.454770   -134.255964  7  8 11 197       
+PG22   1035.374416 -18091.059797  19553.897552    150.906881  9  6  7 222       
+PG23 -20808.942048   2538.601516 -16509.772512    316.432722  7 10  7 145       
+PG24 -14599.141765   8106.503264  20654.542569    377.852998  8  5 11 167       
+PG25  18242.601140 -18258.474825  -6241.793149     -0.958706  7  2  8 212       
+PG26  23347.061018  13102.189951    333.056261   -159.989334  3  7  9 240       
+PG27  15274.740336   1461.836758  22369.488323    251.126850  6 10  7 217       
+PG28  -5142.194408  18402.066345  18854.473221     28.549689  5  4  8 151       
+PG29  13657.262273  -9199.915698 -20746.467215    196.448571  8  8  6 205       
+PG30  -9670.075960 -12033.746477 -22022.157978    333.420868  6 11  8  85       
+PG31  -7517.935837 -23751.528183  -8687.883087     60.389447     9  9 183       
+PG32 -23844.341297   5191.171950  10256.278871   -226.055765    10  9 193       
+*  2011  3 31 18 45  0.00000000
+PG02  13429.466704  18329.034189 -14106.275336    328.138679  6  7  7 218       
+PG03 -23647.726364 -10976.212501  -6304.713077    695.835139  3 11  9 234       
+PG04   6670.724008  25218.466561  -4075.649563     75.727201  3  6  8 157       
+PG05  16096.948701   5666.208495 -20397.497164   -137.617465  5  8  8 193       
+PG06 -20915.685288 -13908.718173  -8794.652721   -218.336369  7 11 10 234       
+PG07  -6753.049236  21332.504140 -14146.058457      6.959880  8  6  5 179       
+PG08  -1261.361335  25848.895824  -4442.705616      7.624389  1  9  7 165       
+PG09  14179.984293  -2896.771079  21725.428540     70.995959  9 12  8 209       
+PG10   1891.273826  16947.011567 -20486.307648    -70.353705  8  6  3 214       
+PG11 -16763.359809   2404.883154  20179.512595   -138.943550  8     8 142       
+PG12  22876.780146  -9430.715112   9445.325593    -15.164756  7  5  9 163       
+PG13 -12571.037457   9539.013473 -21516.751363    276.923478  9  9    202       
+PG14  -6173.816422 -17183.129057  19493.698909    141.065015  7  4  7 178       
+PG15  24872.004033   2300.552342   9272.353663   -138.862968  7  9 10 209       
+PG16 -14205.572536  -7386.895116 -21215.673127   -161.771928  6 12  5 121       
+PG17   5584.396608  17304.919791  19570.947384    184.201095  7  7  9 204       
+PG18  13011.909088 -20255.796883  11097.554536    129.436735 10  6  6 167       
+PG19 -24895.775776  -7368.198365   6406.566191   -125.765352  3  9 11 223       
+PG20 -22137.337716  13458.959925   5549.092466     48.815572  6 10  7 217       
+PG21   6249.364182 -22119.646738 -12361.678216   -134.258330  7  9 11 204       
+PG22   2879.316910 -19197.465692  18251.111562    150.906305  9  6  8 222       
+PG23 -22352.693672   1676.751239 -14508.668137    316.430608  7 10  7 138       
+PG24 -14816.677273   5717.453706  21315.267007    377.856221  9  7 10 179       
+PG25  18830.997047 -18398.591895  -3452.453531     -0.959040  7  1  8 213       
+PG26  23225.837157  13202.522259  -2547.399917   -159.998766  4  7  9 237       
+PG27  15633.513031   3813.799715  21848.501461    251.129349  4 11  7 218       
+PG28  -6848.759473  19403.161468  17164.420320     28.551848  4  5  8 158       
+PG29  15718.357251  -8102.455791 -19720.203934    196.451279  8  8  6 207       
+PG30  -7774.309855 -13546.847139 -21888.605556    333.422135  5 11  8  89       
+PG31  -7399.213353 -24634.097829  -5948.979627     60.394189     8  9 170       
+PG32 -22876.218074   4305.154678  12690.062593   -226.062523  3 10  8 201       
+*  2011  3 31 19  0  0.00000000
+PG02  13498.571149  19823.848585 -11890.530081    328.140462  6  7  7 215       
+PG03 -22785.387180 -11084.705532  -8895.117063    695.838374  3 11  9 235       
+PG04   6384.913835  25561.649500  -1266.392879     75.736735  2  6  8 234       
+PG05  14332.088435   7257.352178 -21185.887139   -137.623009  5  9  8 200       
+PG06 -19719.025641 -13837.236088 -11258.860471   -218.442311  8 11 10 174       
+PG07  -7212.973771  19642.531182 -16231.543341      6.960695  8  7  5 178       
+PG08  -1514.294970  25187.832029  -7294.867850      7.623628  2  7  6 203       
+PG09  14681.325348   -353.606978  21586.507352     70.996490  8 12  8 210       
+PG10     61.260556  18264.847824 -19366.731902    -70.355810  8  6  4 211       
+PG11 -17662.987443    216.591766  19586.548508   -138.946412  8  2  8 145       
+PG12  22056.111341  -8499.775907  11968.728551    -15.162139  8  5  9 144       
+PG13 -14708.203155   8513.821547 -20569.211285    276.922236  9  9  2 196       
+PG14  -4065.760116 -16364.690947  20711.236204    141.067141  8  5  6 174       
+PG15  25649.330865   2832.522606   6645.919820   -138.860413  6  9 10 203       
+PG16 -12295.246921  -8934.277894 -21778.546664   -161.774271  6 12  6           
+PG17   3440.556019  16554.018630  20671.079946    184.201197  7  7  9 206       
+PG18  14066.309290 -20709.119966   8594.450610    129.438584 10  6  5 162       
+PG19 -25318.817823  -7813.449021   3652.026828   -125.768909     8 11 224       
+PG20 -21755.658307  12676.604036   8202.611430     48.815226  6  9  6 214       
+PG21   6824.503527 -20566.705616 -14539.698559   -134.261261  7 10 10           
+PG22   4542.014579 -20289.297679  16637.232466    150.905543  9  6  8 219       
+PG23 -23715.652138    984.703121 -12261.789880    316.428170  6 10  7 149       
+PG24 -15159.760542   3291.558240  21610.096530    377.860199 10  8 10 177       
+PG25  19168.845650 -18361.402980   -603.641068     -0.959366  7     8 206       
+PG26  22821.203966  13173.687584  -5385.404502   -160.008083  4  8  9 233       
+PG27  16109.515917   6065.687556  20974.898952    251.131848  1 10  7 218       
+PG28  -8340.324315  20372.321815  15186.715988     28.553856  3  6  7 159       
+PG29  17707.769127  -7165.326922 -18351.823187    196.453733  8  8  7 206       
+PG30  -5986.771141 -15135.387467 -21392.073481    333.424779  5 11  8 107       
+PG31  -7278.087110 -25206.170877  -3105.803449     60.398685  1  8  9 165       
+PG32 -21739.416004   3224.693641  14904.293704   -226.069483  3  9  8 198       
+*  2011  3 31 19 15  0.00000000
+PG02  13578.056754  21060.524851  -9474.868298    328.142693  7  6  7 210       
+PG03 -21655.022708 -11187.059855 -11337.416853    695.843376  4 11  9 239       
+PG04   6039.769382  25606.566297   1565.093936     75.745979  3  6  7 231       
+PG05  12600.864665   8984.850727 -21610.871045   -137.628122  5  9  8 200       
+PG06 -18258.974186 -13762.270596 -13529.947523   -218.547502  8 11 10 239       
+PG07  -7813.008849  17765.296862 -18035.247188      6.961654  8  7  5 176       
+PG08  -1853.478394  24225.314870 -10017.241517      7.624527  3  8  5 200       
+PG09  15309.313227   2120.236115  21056.596582     70.997519  8 12  8 212       
+PG10  -1596.588372  19577.950165 -17916.185813    -70.354118  8  6  5 211       
+PG11 -18607.747782  -1853.396350  18649.425955   -138.949190  7  3  8 164       
+PG12  21084.857910  -7340.073732  14284.626994    -15.159459  8  5  9 146       
+PG13 -16782.351885   7657.351534 -19272.530832    276.920722  8  9  4 196       
+PG14  -1804.000406 -15626.552549  21578.238609    141.069521  8  5  6 178       
+PG15  26161.297177   3243.611687   3906.213323   -138.857803  6  9 10 199       
+PG16 -10438.032894 -10613.734697 -21966.569842   -161.776899  6 11  6  81       
+PG17   1159.862224  15884.548986  21421.266246    184.201259  7  6  8 205       
+PG18  14886.439226 -21014.176711   5941.926166    129.440331 10  6  5 159       
+PG19 -25473.133786  -8122.529993    835.933969   -125.772434     9 11 228       
+PG20 -21207.098891  11667.268023  10713.689577     48.815794  6  9  6 213       
+PG21   7522.399485 -18812.307038 -16453.928303   -134.263740  7 10 10  65       
+PG22   6006.613190 -21327.051195  14739.251045    150.904877  9  5  8 220       
+PG23 -24860.048174    444.998689  -9807.537496    316.425970  5 10  8 139       
+PG24 -15626.275817    876.568220  21534.821018    377.862205 10  8  9 183       
+PG25  19277.064987 -18115.771407   2255.570642     -0.959694  7  3  8 202       
+PG26  22126.259697  13055.168526  -8134.177586   -160.017168  5  8  9 230       
+PG27  16681.240778   8176.783980  19762.738221    251.133261  1 11  7 219       
+PG28  -9604.490772  21266.376745  12953.023902     28.556136  3  7  7 134       
+PG29  19578.493769  -6388.282651 -16665.116040    196.456159  7  8  7 203       
+PG30  -4336.894758 -16763.385670 -20540.406680    333.427149  5 10  8  90       
+PG31  -7115.367981 -25463.991689   -208.293324     60.402946  4  7  9 156       
+PG32 -20476.435884   1944.746649  16861.892481   -226.076368  4  9  8 197       
+*  2011  3 31 19 30  0.00000000
+PG02  13632.611809  22025.322063  -6900.263511    328.144677  7  5  7 205       
+PG03 -20273.111444 -11316.723701 -13591.512294    695.847910  5 11  8 196       
+PG04   5600.957086  25361.567547   4368.993895     75.755759  5  8  8 202       
+PG05  10941.389362  10819.418540 -21664.865650   -137.633768  5  9  7 202       
+PG06 -16555.279690 -13717.507241 -15568.370882   -218.652520  9 11  9 189       
+PG07  -8567.189849  15745.099729 -19526.269325      6.962545  8  8  5 165       
+PG08  -2312.220466  22988.552574 -12561.670990      7.626772  5  9  4 193       
+PG09  16043.265595   4475.308974  20145.792454     70.999716  8 13  9 214       
+PG10  -3064.309073  20844.368175 -16158.257636    -70.354791  8  6  6 208       
+PG11 -19568.741339  -3773.666329  17385.878457   -138.951884  7  4  8 170       
+PG12  20006.308092  -5949.949319  16353.157490    -15.156834  8  5  9 150       
+PG13 -18744.894803   6968.939979 -17648.575310    276.919493  8  9  5 201       
+PG14    570.565906 -14995.443417  22079.868403    141.071537  8  5  5 180       
+PG15  26387.614099   3564.798733   1099.944551   -138.855269  5  8 10 191       
+PG16  -8672.778449 -12393.562185 -21775.575080   -161.779055  6 11  6  90       
+PG17  -1216.620252  15319.916339  21808.333408    184.201418  7  6  8 208       
+PG18  15482.227352 -21135.183359   3185.643575    129.442300 10  6  6 160       
+PG19 -25341.138439  -8328.067312  -1994.244730   -125.776071  2  9 11 230       
+PG20 -20528.614315  10424.379185  13038.478720     48.815858  7  9  5 214       
+PG21   8357.212817 -16898.038066 -18069.822416   -134.265927  7 11 10 214       
+PG22   7263.948840 -22270.086623  12589.084677    150.904094  9  5  8 219       
+PG23 -25753.543143     33.611382  -7187.638816    316.423596  5 10  8 138       
+PG24 -16206.324952  -1480.886958  21091.542218    377.865202 11  8  9 183       
+PG25  19183.259408 -17636.458073   5075.911661     -0.960022  7  4  8 197       
+PG26  21142.579235  12887.737380 -10748.928065   -160.026105  6  8  8 225       
+PG27  17320.720811  10111.146407  18231.212661    251.136152  3 11  7 219       
+PG28 -10637.090650  22041.682696  10499.646932     28.558441  4  8  7 140       
+PG29  21285.699161  -5762.959056 -14689.424196    196.458760  7  8  7 200       
+PG30  -2847.436278 -18390.715342 -19347.163800    333.430751  4 10  9  57       
+PG31  -6872.565184 -25413.214927   2692.871810     60.407589  4  7  9 155       
+PG32 -19131.335215    468.345242  18530.536544   -226.083145  5  8  7 201       
+*  2011  3 31 19 45  0.00000000
+PG02  13625.863760  22712.530808  -4210.116184    328.146594  6  6  7 203       
+PG03 -18663.093717 -11504.082266 -15620.528891    695.850899  6 11  8 203       
+PG04   5037.114027  24843.377053   7095.763820     75.765454  6  8  8 191       
+PG05   9386.635601  12725.660616 -21346.631399   -137.638865  4  9  7 200       
+PG06 -14635.168120 -13733.153845 -17338.393888   -218.757932  9 11  9 190       
+PG07  -9481.560194  13629.369054 -20679.246869      6.963357  8  8  5 159       
+PG08  -2918.169487  21512.624390 -14883.432835      7.626190  7  9  4 197       
+PG09  16855.155802   6667.189425  18871.366429     71.001478  7 13  9 215       
+PG10  -4331.780989  22020.704245 -14122.002582    -70.354752  8  6  7 205       
+PG11 -20513.358408  -5519.114158  15819.281872   -138.954821  7  4  8 182       
+PG12  18864.790179  -4336.465557  18138.859755    -15.154500  8  5  8 169       
+PG13 -20549.196297   6439.514803 -15724.720704    276.917925  8  9  6 208       
+PG14   3012.529394 -14491.005474  22207.359311    141.074078  8  6  4 186       
+PG15  26315.854642   3830.352835  -1725.065697   -138.852464  5  8 10 180       
+PG16  -7032.723457 -14235.876724 -21207.946222   -161.781522  6 11  7 149       
+PG17  -3643.890248  14876.499898  21825.141631    184.201960  7  6  8 205       
+PG18  15870.936986 -21040.623936    373.512061    129.443967 10  7  6 165       
+PG19 -24913.183897  -8465.731074  -4790.816522   -125.779337  5  9 11 233       
+PG20 -19759.283382   8949.507446  15136.298675     48.816056  7  8  4 215       
+PG21   9335.648217 -14869.318208 -19358.588706   -134.267950  8 11 10 221       
+PG22   8312.726610 -23078.185829  10223.079391    150.903327  9  5  8 222       
+PG23 -26370.386095   -278.942563  -4446.466537    316.420937  4  9  7 152       
+PG24 -16882.606696  -3736.879315  20288.583284    377.867659 11  9  9 193       
+PG25  18920.515461 -16905.250311   7808.769036     -0.960472  8  6  7 195       
+PG26  19880.168893  12711.812455 -13187.455822   -160.035087  7  8  8 223       
+PG27  17994.534044  11838.720344  16404.425706    251.140340  5 11  7 220       
+PG28 -11442.253332  22655.809046   7867.050665     28.560411  5  8  7 145       
+PG29  22788.354415  -5273.373289 -12459.114123    196.461124  6  8  7 195       
+PG30  -1533.775056 -19974.481016 -17831.454895    333.433262  4  9  9 137       
+PG31  -6513.593323 -25068.572049   5547.201603     60.411763  5  6  9 150       
+PG32 -17748.046782  -1193.398264  19883.119780   -226.090120  6  8  7 204       
+*  2011  3 31 20  0  0.00000000
+PG02  13521.881669  23124.529071  -1449.567552    328.148797  5  5  7 205       
+PG03 -16854.600735 -11775.213874 -17391.327285    695.855449  6 12  8 201       
+PG04   4321.329095  24076.423508   9697.078134     75.774779  5  8  7 194       
+PG05   7963.291060  14663.274291 -20661.314866   -137.644319  3  9  8 202       
+PG06 -12532.490170 -13834.627025 -18808.744815   -218.863629  9 12  9 190       
+PG07 -10553.806247  11466.943440 -21474.769430      6.964368  8  8  4 143       
+PG08  -3692.023980  19839.096521 -16942.069902      7.626520  8 10  4 184       
+PG09  17710.795582   8658.071767  17257.349510     71.004208  7 13  9 210       
+PG10  -5396.979075  23063.756643 -11841.527629    -70.356731  7  6  7 207       
+PG11 -21406.571370  -7071.663824  13978.139515   -138.957614  7  5  9 195       
+PG12  17703.935137  -2515.313261  19611.276779    -15.151906  8  5  8 170       
+PG13 -22152.226000   6052.079786 -13533.421694    276.916875  7  9  7 207       
+PG14   5473.486167 -14125.058240  21958.175549    141.076148  7  7  3 185       
+PG15  25941.942827   4076.327213  -4520.677812   -138.849597  4  8 10 155       
+PG16  -5544.330135 -16097.923823 -20272.640145   -161.783840  6 10  8 138       
+PG17  -6074.509152  14563.030508  21470.738194    184.201849  7  5  8 200       
+PG18  16076.362493 -20704.653767  -2445.166451    129.445693 10  7  6 183       
+PG19 -24187.985371  -8572.712547  -7506.617590   -125.782981  6  9 11 237       
+PG20 -18938.722576   7252.525093  16970.384002     48.816261  7  7  5 216       
+PG21  10456.521163 -12773.644534 -20297.752027   -134.270351  8 11  9 229       
+PG22   9159.399489 -23713.116768   7681.429851    150.902630  9  4  8 222       
+PG23 -26692.335149   -526.293423  -1630.322651    316.418604  4  9  7 144       
+PG24 -17631.086925  -5851.646603  19140.299437    377.869166 11  9  8 201       
+PG25  18525.994500 -15911.827282  10407.029514     -0.960847  8  7  7 195       
+PG26  18357.137541  12565.864822 -15410.694594   -160.044155  8  9  8 216       
+PG27  18665.006323  13336.264058  14311.116895    251.143991  6 11  8 215       
+PG28 -12032.162662  23069.227958   5099.292702     28.562477  6  8  7 141       
+PG29  24050.718947  -4896.728220 -10012.961025    196.463823  6  8  7 196       
+PG30   -403.483121 -21470.513120 -16017.705321    333.434961  4  9  9 113       
+PG31  -6006.373000 -24453.193016   8305.301652     60.416316  6  6  9 144       
+PG32 -16368.742169  -3021.593471  20898.106622   -226.097086  6  7  7 201       
+*  2011  3 31 20 15  0.00000000
+PG02  13286.662305  23271.554567   1335.201013    328.150817  5  6  8 202       
+PG03 -14882.479402 -12150.815533 -18874.957995    695.859339  7 11  8 204       
+PG04   3432.452474  23091.865588  12126.759989     75.784053  6  8  8 194       
+PG05   6690.860277  16588.452718 -19620.382981   -137.649466  2 10  8 202       
+PG06 -10286.611557 -14041.425037 -19953.209455   -218.968489  9 11  9 193       
+PG07 -11773.229726   9306.312935 -21899.682200      6.965209  8  8  5 112       
+PG08  -4646.544417  18014.395498 -18702.119761      7.626140  9 10  6 187       
+PG09  18571.284824  10418.059288  15333.964157     71.005803  6 12 10 210       
+PG10  -6265.911925  23932.191078  -9355.472391    -70.357594  7  6  8 206       
+PG11 -22212.318274  -8420.696586  11895.486889   -138.960129  7  4  9 203       
+PG12  16564.987689   -510.381040  20745.459293    -15.149406  8  5  8 178       
+PG13 -23516.089973   5782.506056 -11111.697796    276.915332  6  9  7 213       
+PG14   7903.673708 -13901.166811  21336.077834    141.078133  7  6  3 189       
+PG15  25270.339959   4338.987262  -7239.230260   -138.847191  4  8  9 134       
+PG16  -4226.378778 -17933.599627 -18985.089700   -161.786393  6 10  7 151       
+PG17  -8460.201710  14380.265374  20750.417829    184.202209  7  5  8 198       
+PG18  16127.756363 -20108.303829  -5220.606926    129.447566  9  7  6 186       
+PG19 -23172.750529  -8686.148124 -10095.761111   -125.786553  7  9 10 238       
+PG20 -18105.486246   5351.440673  18508.562659     48.816393  7  7  4 219       
+PG21  11710.676926 -10658.770527 -20871.557783   -134.272566  9 11  9 229       
+PG22   9817.749503 -24140.146374   5007.523995    150.901791  9  4  8 225       
+PG23 -26709.311547   -744.756326   1213.300308    316.416262  4  8  7 163       
+PG24 -18421.931575  -7790.889194  17666.795942    377.871648 11  9  8 206       
+PG25  18039.377189 -14654.327377  12825.896670     -0.961214  8  7  7 196       
+PG26  16599.102108  12484.925425 -17383.197496   -160.053059  8  9  7 212       
+PG27  19291.579844  14588.053414  11984.336861    251.146744  7 10  8 215       
+PG28 -12426.501742  23246.943994   2243.358141     28.564537  6  9  7 154       
+PG29  25043.633508  -4604.489828  -7393.454865    196.466006  6  8  8 191       
+PG30    543.822562 -22834.933125 -13935.344242    333.438125  4  8  9 193       
+PG31  -5324.261275 -23597.615859  10919.741268     60.420693  6  5  9 158       
+PG32 -15032.299846  -4990.165760  21559.783550   -226.104040  6  7  6 204       
+*  2011  3 31 20 30  0.00000000
+PG02  12889.547880  23171.203845   4097.675878    328.152928  5  4  8 201       
+PG03 -12785.646773 -12645.332043 -20047.060607    695.863756  7 11  8 205       
+PG04   2356.174951  21926.349466  14341.676359     75.793180  7  9  8 188       
+PG05   5581.050840  18455.437687 -18241.448596   -137.654813     9  9 202       
+PG06  -7941.085401 -14366.234543 -20751.143950   -219.074210  9 11  9 193       
+PG07 -13121.056443   7193.893226 -21947.274579      6.966251  8  8  5 117       
+PG08  -5785.904350  16088.011704 -20133.723152      7.624914 10 10  7 186       
+PG09  19394.658433  11926.107327  13136.925866     71.006417  6 12 10 207       
+PG10  -6952.242093  24588.175258  -6706.389751    -70.358373  6  6  9 203       
+PG11 -22894.920491  -9563.183247   9608.233288   -138.963286  8  5  9 207       
+PG12  15485.231584   1646.992183  21522.367435    -15.146877  8  4  7 184       
+PG13 -24609.384210   5600.602278  -8500.543402    276.914292  6  9  7 214       
+PG14  10253.666134 -13814.529945  20351.093848    141.080659  6  7  3 192       
+PG15  24313.920804   4653.231844  -9834.330076   -138.844441  4  7  9 135       
+PG16  -3089.367524 -19695.127324 -17366.985475   -161.789110  6  9  7 151       
+PG17 -10753.501138  14320.974553  19675.685608    184.202187  7  4  7 198       
+PG18  16058.527423 -19240.429836  -7903.486688    129.449154  9  7  6 192       
+PG19 -21883.006858  -8841.547091 -12514.370484   -125.789916  8  9 10 240       
+PG20 -17295.518178   3271.911199  19723.851690     48.816017  8  6  4 219       
+PG21  13081.261408  -8570.902538 -21071.207313   -134.274440  9 11  9 232       
+PG22  10308.184448 -24329.442595   2247.221026    150.901092  8  4  8 226       
+PG23 -26419.764009   -971.772213   4036.472258    316.413946  3  8  7 177       
+PG24 -19220.664940  -9526.854240  15893.560343    377.873937 10  9  8 211       
+PG25  17501.220953 -13139.594731  15023.667852     -0.961586  8  8  6 194       
+PG26  14638.352022  12499.237291 -19073.567952   -160.062640  8 10  6 208       
+PG27  19832.308013  15586.341548   9461.067338    251.149794  7 10  8 212       
+PG28 -12651.596315  23159.997446   -651.594974     28.566558  7  9  6 156       
+PG29  25745.562869  -4363.693112  -4646.042205    196.468384  5  8  7 187       
+PG30   1316.335403 -24025.736151 -11618.416365    333.440465  4  8  9 185       
+PG31  -4447.256777 -22538.528710  13345.865718     60.425353  6  5  9 171       
+PG32 -13772.931011  -7066.713036  21858.411599   -226.110878  6  7  6 206       
+*  2011  3 31 20 45  0.00000000
+PG02  12304.526294  22847.677242   6791.719532    328.154976  5  5  8 198       
+PG03 -10605.812453 -13266.316320 -20888.206558    695.867955  7 11  8 207       
+PG04   1085.828418  20620.550451  16302.574208     75.802349  8  9  8 191       
+PG05   4637.468005  20218.163144 -16547.988722   -137.660184     9  9 202       
+PG06  -5542.155636 -14814.310455 -21187.894948   -219.180436 10 11  9 194       
+PG07 -14571.066842   5172.398164 -21617.353815      6.967059  8  9  6 127       
+PG08  -7105.403151  14110.611397 -21213.102761      7.623867 10 10  7 185       
+PG09  20137.652609  13170.583002  10706.640371     71.008276  5 12 10 207       
+PG10  -7476.597660  24998.909872  -3940.033170    -70.360060  6  5  9 205       
+PG11 -23420.478101 -10503.522591   7156.457334   -138.965750  8  5  9 212       
+PG12  14496.589325   3919.051156  21929.164781    -15.144236  8  5  7 190       
+PG13 -25408.319411   5471.424855  -5744.268703    276.912817  6  9  7 214       
+PG14  12476.067796 -13852.194507  19019.391397    141.082600  6  7  4 194       
+PG15  23093.543667   5051.067552 -12261.625181   -138.841799  4  8  9 157       
+PG16  -2135.243310 -21334.823678 -15445.936603   -161.791516  6  8  8 156       
+PG17 -12909.378573  14370.243079  18264.119473    184.202482  7  2  7 196       
+PG18  15904.762162 -18098.359615 -10445.904280    129.450768  9  7  7 197       
+PG19 -20342.131633  -9071.280398 -14721.288745   -125.793385  9  9 10 228       
+PG20 -16540.717811   1046.450309  20594.956785     48.816265  8  5  5 220       
+PG21  14544.325921  -6552.994630 -20894.924911   -134.277189  9 11  9 233       
+PG22  10656.774856 -24257.309493   -551.926646    150.900386  8  4  8 228       
+PG23 -25830.730913  -1244.308027   6791.583851    316.411834  3  7  7 186       
+PG24 -19989.508596 -11039.170101  13851.016493    377.876824 10  8  8 215       
+PG25  16951.294751 -11383.094525  16962.457125     -0.962003  8  9  6 195       
+PG26  12512.802650  12633.092020 -20454.838892   -160.071881  9 10  4 204       
+PG27  20245.432538  16331.553526   6781.781972    251.154305  8 10  9 212       
+PG28 -12739.280407  22786.775992  -3535.072475     28.568729  7 10  6 167       
+PG29  26143.350143  -4138.423309  -1818.318754    196.471030  5  8  7 179       
+PG30   1929.622242 -25004.336006  -9105.116109    333.443962  5  7 10 171       
+PG31  -3362.934929 -21317.298527  15542.539459     60.429679  6  5  9 180       
+PG32 -12619.008563  -9213.588955  21790.284933   -226.117504  7  8  6 206       
+*  2011  3 31 21  0  0.00000000
+PG02  11511.368672  22330.796568   9372.272958    328.156844  5  5  7 197       
+PG03  -8386.110784 -14014.041681 -21384.184268    695.872564  8 11  8 209       
+PG04   -377.128660  19217.560721  17974.836360     75.811771  9  9  8 194       
+PG05   3855.630470  21831.926687 -14568.958727   -137.665300     9 10 198       
+PG06  -3137.148294 -15383.157771 -21255.115435   -219.284757 10 11  9 196       
+PG07 -16090.521529   3279.371927 -20916.205383      6.968022  8  9  6 117       
+PG08  -8591.546034  12132.137062 -21922.907447      7.624700 11 10  8 192       
+PG09  20757.509893  14149.427569   8087.324504     71.010383  4 11 10 204       
+PG10  -7865.597394  25137.991211  -1104.560986    -70.361321  5  5  9 202       
+PG11 -23758.189647 -11253.100499   4582.672760   -138.968740  8  6  9 216       
+PG12  13624.448947   6262.903363  21959.402143    -15.141946  7  5  7 193       
+PG13 -25897.573608   5356.780239  -2889.779654    276.911308  5  8  7 218       
+PG14  14527.143469 -13993.590860  17363.053450    141.084520  6  7  4 198       
+PG15  21637.329583   5560.193917 -14479.546941   -138.838844  4  8  8 177       
+PG16  -1357.478010 -22806.885775 -13255.013752   -161.793834  6  7  8 204       
+PG17 -14886.796249  14506.081056  16539.130705    184.202755  6     7 190       
+PG18  15703.630863 -16688.204906 -12802.327253    129.452657  9  7  7 205       
+PG19 -18580.599312  -9403.186003 -16678.754938   -125.796886  9  9 10 230       
+PG20 -15867.679726  -1286.637197  21106.664710     48.816382  8  3  5 220       
+PG21  16069.732144  -4643.215021 -20347.862883   -134.279732  9 11  9 235       
+PG22  10894.066690 -23907.204663  -3341.494985    150.899535  8  4  8 229       
+PG23 -24957.598048  -1597.274072   9432.101240    316.409295  4  6  6 193       
+PG24 -20688.850341 -12315.403409  11574.008311    377.878836  9  8  8 219       
+PG25  16426.956423  -9408.499590  18608.851426     -0.962323  8  9  5 198       
+PG26  10264.772362  12903.883735 -21504.802859   -160.080854  9 10  3 204       
+PG27  20490.994273  16832.202674   3989.943748    251.159899  8  9  9 212       
+PG28 -12725.521079  22114.073216  -6356.150966     28.570854  8 10  6 172       
+PG29  26232.654453  -3891.412513   1040.811670    196.473414  5  8  7 175       
+PG30   2405.904183 -25737.016955  -6437.244394    333.445438  5  6  9 157       
+PG31  -2067.080591 -19978.347534  17472.809710     60.434145  6  5  8 188       
+PG32 -11592.135768 -11389.169920  21357.701374   -226.124243  7  7  6 205       
+*  2011  3 31 21 15  0.00000000
+PG02  10496.564336  21654.829719  11796.045616    328.158944  6  5  7 192       
+PG03  -6169.687107 -14881.379511 -21526.224871    695.877347  8 11  8 209       
+PG04  -2022.962734  17761.192276  19329.138181     75.820840  9  8  8 191       
+PG05   3223.307598  23255.024569 -12338.307734   -137.670721     9 10 190       
+PG06   -772.813279 -16062.532311 -20950.966386   -219.389712  9 10  9 197       
+PG07 -17641.343949   1545.934990 -19856.443687      6.968848  8  9  6 109       
+PG08 -10222.480949  10199.973639 -22252.421385      7.624922 11 10  9 188       
+PG09  21213.743759  14869.926607   5326.079298     71.012259  5 11 10 201       
+PG10  -8150.624886  24986.545566   1750.328520    -70.361778  6  4 10 195       
+PG11 -23881.547992 -11829.594306   1931.079427   -138.971377  8  6  9 218       
+PG12  12886.760871   8631.992776  21613.090613    -15.139391  7  5  7 196       
+PG13 -26070.838629   5216.863696     14.193469    276.909913  5  8  7 219       
+PG14  16368.324648 -14211.372133  15409.755310    141.086803  6  8  4 199       
+PG15  19979.676470   6202.753706 -16450.011546   -138.836119  4  8  8 177       
+PG16   -741.489471 -24069.125809 -10832.180573   -161.796217  6  7  8 194       
+PG17 -16650.125269  14700.322343  14529.622104    184.203037  5     7 188       
+PG18  15491.747082 -15024.818556 -14930.503419    129.454545  8  7  7 209       
+PG19 -16634.971055  -9859.343009 -18353.037996   -125.800303 10  9  9 230       
+PG20 -15296.657949  -3684.552449  21250.120098     48.816553  8  2  6 222       
+PG21  17622.310412  -2873.646073 -19441.856745   -134.282018  9 11  9 234       
+PG22  11053.714809 -23270.495867  -6073.039128    150.898723  8  4  8 230       
+PG23 -23823.559986  -2062.015977  11913.308405    316.407188  3  6  6 200       
+PG24 -21278.788624 -13351.321168   9101.221463    377.881675  8  8  9 220       
+PG25  15961.636121  -7246.963722  19934.488411     -0.962667  8  9  5 200       
+PG26   7939.621588  13321.407554 -22206.294906   -160.089599  9 10    199       
+PG27  20532.425472  17104.522647   1131.435657    251.163941  9  7 10 219       
+PG28 -12648.851981  21137.839683  -9064.438000     28.572941  8 10  6 171       
+PG29  26018.056445  -3585.687563   3881.995737    196.475720  5  8  7 157       
+PG30   2773.075426 -26196.237433  -3659.589723    333.447692  6  4  9 157       
+PG31   -563.998216 -18567.442560  19104.482298     60.438633  6  6  8 195       
+PG32 -10706.481925 -13549.258526  20568.851000   -226.130951  7  7  6 205       
+*  2011  3 31 21 30  0.00000000
+PG02   9254.019633  20857.162537  14022.186471    328.160810  7  6  7 198       
+PG03  -3998.284037 -15853.948092 -21311.166028    695.882186  8 10  8 214       
+PG04  -3833.860052  16294.267932  20341.989425     75.830133 10  8  8 195       
+PG05   2721.165743  24450.286574  -9894.402494   -137.675580  3  8 10 183       
+PG06   1506.317474 -16834.764268 -20280.196646   -219.494504  9 10  9 204       
+PG07 -19181.513076     -4.210891 -18456.758410      6.969787  8 10  7 150       
+PG08 -11968.767333   8357.252485 -22197.641511      7.624665 11 10  9 199       
+PG09  21469.789041  15348.111024   2471.942864     71.015166  7  9 11 208       
+PG10  -8366.399073  24534.083465   4574.314178    -70.362626  6  4 10 202       
+PG11 -23769.370420 -12256.055369   -753.186972   -138.974248  9  7  9 222       
+PG12  12293.436911  10977.711239  20896.665215    -15.136835  7  5  8 204       
+PG13 -25931.037195   5011.972973   2917.908073    276.908558  4  8  7 224       
+PG14  17967.534862 -14472.528794  13192.345577    141.089067  6  8  4 207       
+PG15  18160.044007   6994.296683 -18139.069077   -138.833490  5  9  7 184       
+PG16   -265.392622 -25084.582643  -8219.623111   -161.798522  6  5  8 189       
+PG17 -18170.372544  14919.780990  12269.545467    184.203292  5     8 185       
+PG18  15303.552560 -13131.394453 -16792.310250    129.456230  8  7  7 212       
+PG19 -14546.660452 -10455.061610 -19715.018482   -125.803543 10  9  8 233       
+PG20 -14840.797128  -6101.479489  21022.980864     48.816722  9  2  6 224       
+PG21  19163.214643  -1269.266029 -18195.047190   -134.284011  9 11  9 230       
+PG22  11170.990421 -22346.923421  -8698.957596    150.897961  8  5  7 233       
+PG23 -22458.803211  -2664.936419  14193.027977    316.404860  4  5  6 206       
+PG24 -21720.695757 -14150.850685   6474.551391    377.885623  7  8  9 225       
+PG25  15583.485063  -4936.109280  20916.545940     -0.962990  8 10  4 208       
+PG26   5584.295269  13887.423266 -22547.429095   -160.098767  9 11  2 207       
+PG27  20338.068347  17171.817831  -1746.077346    251.167831 10  5 11 224       
+PG28 -12548.676942  19863.583014 -11611.064171     28.575182  8 10  7 179       
+PG29  25512.829404  -3186.203571   6656.290690    196.478232  5  8  6 170       
+PG30   3063.490537 -26361.733799   -819.237194    333.449230  7  2  9 177       
+PG31   1133.507542 -17129.963771  20410.604272     60.443373  6  7  8 201       
+PG32  -9968.402755 -15648.573180  19437.628884   -226.137539  7  7  7 212       
+*  2011  3 31 21 45  0.00000000
+PG02   7785.494293  19976.863430  16012.929246    328.162765  7  6  7 195       
+PG03  -1910.874125 -16910.530499 -20741.550564    695.886155  8 10  8 212       
+PG04  -5784.455809  14856.973183  20996.149409     75.839403 10  7  8 193       
+PG05   2323.699023  25386.450464  -7279.368969   -137.681050  4  7 11 176       
+PG06   3659.489149 -17675.394847 -19254.096129   -219.599834  9  9  9 201       
+PG07 -20666.611704  -1355.484003 -16741.563203      6.970581  7 10  7 125       
+PG08 -13794.438976   6641.356339 -21761.229885      7.624076 11 10 10 191       
+PG09  21494.473311  15607.827122   -425.051761     71.018161  8  9 11 198       
+PG10  -8549.398963  23779.032733   7317.401118    -70.362822  6  5 10 199       
+PG11 -23406.628769 -12559.809480  -3424.794876   -138.977319  9  7  9 222       
+PG12  11846.071576  13251.085913  19822.842227    -15.134429  7  5  8 204       
+PG13 -25490.199453   4704.231458   5771.449613    276.907147  3  7  7 222       
+PG14  19300.282539 -14739.739187  10748.334116    141.091101  6  8  5 206       
+PG15  16221.553636   7942.997617 -19517.489617   -138.830560  5  9  7 195       
+PG16     98.948546 -25822.943031  -5462.989732   -161.800972  7  4  8 180       
+PG17 -19426.167505  15127.623879   9797.361994    184.203311  4  3  7 184       
+PG18  15169.799411 -11038.724499 -18354.518555    129.458005  8  6  7 216       
+PG19 -12360.517900 -11198.129072 -20740.708341   -125.807138 10  9  8 230       
+PG20 -14505.661367  -8490.182940  20429.449422     48.816964  8  2  7 223       
+PG21  20651.411023    152.754711 -16631.388480   -134.287112  9 11 10 232       
+PG22  11281.221805 -21144.746298 -11173.352895    150.897131  8  5  7 232       
+PG23 -20899.438813  -3426.297798  16232.311366    316.402556  3  4  6 208       
+PG24 -21978.742967 -14725.740658   3738.426296    377.888386  6  9 10 225       
+PG25  15314.242316  -2518.767699  21538.134782     -0.963295  7 10  4 208       
+PG26   3245.812454  14595.498342 -22521.788135   -160.107912  9 11  4 192       
+PG27  19882.563203  17063.544047  -4593.854907    251.171190 11  4 12 198       
+PG28 -12463.514168  18306.387395 -13949.681876     28.576939  9 10  7 186       
+PG29  24738.386894  -2661.398574   9316.010308    196.480485  6  8  6 168       
+PG30   3312.560559 -26221.377206   2035.188560    333.453143  7  2  9 178       
+PG31   3004.475324 -15709.218065  21369.850068     60.447697  6  7  7 205       
+PG32  -9376.353752 -17642.272285  17983.377665   -226.144204  7  7  7 210       
+*  2011  3 31 22  0  0.00000000
+PG02   6100.757154  19053.190287  17734.204623    328.164867  8  6  7 195       
+PG03     57.615186 -18023.751404 -19825.655917    695.890776  8 10  8 212       
+PG04  -7842.673422  13485.338158  21280.907936     75.848455 11  6  8 193       
+PG05   2000.408349  26039.321519  -4538.362762   -137.686448  6  6 11 178       
+PG06   5651.136670 -18554.102733 -17890.320500   -219.705113  9  9  9 201       
+PG07 -22051.470803  -2500.807086 -14740.554574      6.971544  7  9  7 163       
+PG08 -15658.313001   5082.677928 -20952.350070      7.624462 11 11 10 202       
+PG09  21263.255567  15679.526149  -3314.791885     71.020555  8  8 12 177       
+PG10  -8736.208369  22728.922699   9930.879787    -70.364265  6  6 10 201       
+PG11 -22785.053646 -12771.219608  -6038.936624   -138.979858  9  7  9 236       
+PG12  11537.993441  15404.479186  18410.374709    -15.131703  6  5  8 205       
+PG13 -24769.000473   4259.254043   8525.586913    276.906023  3  7  7 223       
+PG14  20350.477586 -14972.906912   8119.292042    141.093468  6  8  5 208       
+PG15  14209.455255   9049.160211 -20561.276305   -138.827848  5 10  7 198       
+PG16    384.610635 -26261.712723  -2610.557005   -161.803450  7  2  8 175       
+PG17 -20404.467316  15284.908475   7155.411566    184.203565  3  4  7 185       
+PG18  15116.197391  -8784.143324 -19589.449192    129.459916  8  5  7 221       
+PG19 -10123.283415 -12088.343530 -21411.698822   -125.810377 11  9  8 232       
+PG20 -14289.078888 -10803.662284  19480.179854     48.817076  8  3  7 223       
+PG21  22045.234974   1383.425654 -14780.064658   -134.289383  9 10 10 228       
+PG22  11418.231334 -19680.562528 -13452.870807    150.896768  8  4  6 235       
+PG23 -19186.221430  -4359.251329  17996.088713    316.400408  1  4  5 209       
+PG24 -22021.331880 -15094.937050    939.093822    377.889356  8  9 11 225       
+PG25  15168.363674    -41.521097  21788.587927     -0.963588  6 10  5 210       
+PG26    969.748498  15431.137602 -22128.564174   -160.116733  9 11  6 205       
+PG27  19148.049434  16814.141744  -7362.853229    251.175028 11  4 12 144       
+PG28 -12429.257918  16490.539700 -16037.442380     28.579233  9 11  7 193       
+PG29  23723.430400  -1984.608512  11815.541857    196.483208  6  8  6 173       
+PG30   3557.207548 -25771.743773   4854.337775    333.455730  7  3  9 187       
+PG31   5020.437489 -14344.858877  21966.809968     60.452398  5  8  7 209       
+PG32  -8921.095439 -19487.461379  16230.565112   -226.151073  6  7  7 211       
+*  2011  3 31 22 15  0.00000000
+PG02   4217.451982  18124.091943  19156.211503    328.166781  9  6  6 195       
+PG03   1877.440132 -19160.994411 -18577.449768    695.893625  8  9  8 211       
+PG04  -9970.836349  12209.912008  21192.228647     75.857261 10  6  9 194       
+PG05   1717.182381  26392.670817  -1718.781225   -137.691624  6  5 11 166       
+PG06   7452.092400 -19435.884300 -16212.588790   -219.810593  8  7  9 221       
+PG07 -23291.847547  -3441.663673 -12488.189803      6.972182  7  9  8 148       
+PG08 -17515.489237   3703.672768 -19786.398378      7.623760 11 11 11 198       
+PG09  20759.191127  15598.832294  -6147.955428     71.023581  9  8 12 109       
+PG10  -8961.851458  21400.207172  12368.271059    -70.365475  6  7 10 200       
+PG11 -21903.495438 -12922.358507  -8552.019912   -138.982601  9  8  8 228       
+PG12  11354.641940  17393.237637  16683.712040    -15.129046  7  6  9 202       
+PG13 -23795.973308   3647.689893  11132.627942    276.904425  2  7  7 226       
+PG14  21110.937403 -15130.827732   5350.170804    141.095498  6  8  6 212       
+PG15  12169.517596  10305.028194 -21252.095981   -138.825033  6 10  7 205       
+PG16    628.096147 -26387.087905    287.660641   -161.805711  7     9 173       
+PG17 -21100.949477  15352.226777   4389.199350    184.203731  4  6  8 171       
+PG18  15162.286349  -6410.206428 -20475.505176    129.461496  9  6  8 226       
+PG19  -7881.963414 -13117.357556 -21715.526834   -125.813753 11  9  7 231       
+PG20 -14181.307432 -12996.796618  18192.064088     48.816925  8  3  8 222       
+PG21  23303.951620   2421.974723 -12674.835253   -134.291653  9  9 10 230       
+PG22  11612.832850 -17978.807922 -15497.500382    150.895830  8  4  5 236       
+PG23 -17363.099062  -5469.130755  19453.768982    316.397925  1  4  5 209       
+PG24 -21822.380376 -15283.697138  -1876.119532    377.892470  9 10 11 231       
+PG25  15152.446399   2446.899148  21663.641677     -0.963979  6 10  5 211       
+PG26  -1201.243641  16372.199726 -21372.647211   -160.126320  8 11  7 196       
+PG27  18125.125221  16461.654865 -10004.555632    251.181003 11  4 12 217       
+PG28 -12477.537010  14448.768172 -17835.921110     28.581405  9 11  7 200       
+PG29  22502.831836  -1135.287766  14112.120173    196.485417  7  9  6 180       
+PG30   3834.235015 -25018.367590   7588.995551    333.459874  8  4  9 192       
+PG31   7146.349685 -13071.468590  22192.181202     60.456967  6  9  6 209       
+PG32  -8586.180541 -21144.633072  14208.401242   -226.157721  7  7  8 212       
+*  2011  3 31 22 30  0.00000000
+PG02   2160.673515  17224.757632  20253.938856    328.168519  9  6  6 200       
+PG03   3525.001417 -20285.533447 -17016.466866    695.899584  8  8  8 214       
+PG04 -12127.003491  11054.682287  20732.755694     75.866632 10  6  9 198       
+PG05   1437.825641  26438.836037   1130.568380   -137.697171  7  3 11 169       
+PG06   9040.538728 -20282.440115 -14250.258845   -219.915667  7  6  9 216       
+PG07 -24346.074124  -4187.827411 -10023.093394      6.973286  7  9  8 163       
+PG08 -19318.979293   2518.233825 -18284.641782      7.624361 10 11 11 200       
+PG09  19973.595164  15404.953572  -8876.822278     71.026964 10  8 13 210       
+PG10  -9258.191503  19817.730111  14586.233222    -70.367002  6  7 10 204       
+PG11 -20768.033484 -13045.640150 -10922.324351   -138.985139  9  8  8 229       
+PG12  11274.252919  19177.229213  14672.570372    -15.126778  6  6  9 204       
+PG13 -22606.425002   2846.580057  13547.260752    276.903142  1  6  7 228       
+PG14  21583.559326 -15172.922329   2488.549517    141.097754  6  8  5 214       
+PG15  10146.402610  11694.913440 -21577.618985   -138.822301  7 10  7 207       
+PG16    867.677721 -26194.490093   3180.837803   -161.808496  7  2  8 179       
+PG17 -21520.072605  15291.390769   1546.610706    184.203885  4  7  7 173       
+PG18  15320.583035  -3963.159898 -20997.566080    129.463761  9  6  8 227       
+PG19  -5682.191090 -14268.842517 -21645.950406   -125.817238 11  8  7 232       
+PG20 -14165.511832 -15027.914587  16587.902903     48.817066  8  4  8 223       
+PG21  24389.258581   3275.565167 -10353.331473   -134.294136  9  8 10 228       
+PG22  11891.451762 -16070.950617 -17271.317078    150.895245  8  4  4 237       
+PG23 -15475.644981  -6753.040189  20579.780376    316.395621  2  4  6 211       
+PG24 -21362.415712 -15322.474278  -4659.567061    377.895096 10 10 12 231       
+PG25  15264.972001   4897.295613  21165.505672     -0.964229  6 10  6 214       
+PG26  -3228.826235  17389.593309 -20264.656052   -160.135810  8 11  8 202       
+PG27  16813.516275  16046.179342 -12471.850792    251.186023 12  6 13 221       
+PG28 -12634.247560  12221.119166 -19311.960871     28.583718  9 11  7 203       
+PG29  21116.295659    -99.988591  16166.546259    196.487970  7  9  6 190       
+PG30   4178.677920 -23975.657391  10190.972712    333.461515  8  6  8 198       
+PG31   9341.762652 -11917.352577  22042.863288     60.461603  6  9  6 210       
+PG32  -8348.704677 -22578.992170  11950.399003   -226.164266  6  7  8 215       
+*  2011  3 31 22 45  0.00000000
+PG02    -37.736359  16386.267553  21007.629067    328.170527 10  5  6 200       
+PG03   4983.590257 -21357.843715 -15167.601991    695.905140  8  7  8 212       
+PG04 -14266.470638  10036.280023  19911.688490     75.875675 10  6  9 200       
+PG05   1125.672834  26179.000287   3960.329212   -137.702444  7  1 11 166       
+PG06  10402.666012 -21053.710869 -12037.788900   -220.020842  7  4  9 214       
+PG07 -25176.616065  -4756.777355  -7387.402181      6.974046  6  9  8 168       
+PG08 -21021.402195   1531.402744 -16473.774800      7.623816 10 11 11 203       
+PG09  18906.390344  15139.001965 -11456.016748     71.029004 10  6 13 211       
+PG10  -9652.463165  18013.854439  16545.407230    -70.369389  6  8 10 203       
+PG11 -19391.833259 -13172.458751 -13110.617948   -138.988011  9  8  8 231       
+PG12  11268.825095  20722.212412  12411.421804    -15.124440  6  6  9 197       
+PG13 -21241.095113   1840.474090  15727.363717    276.901723  1  6  6 228       
+PG14  21779.149076 -15060.967244   -416.178098    141.099911  6  8  5 216       
+PG15   8182.085418  13195.639082 -21531.760745   -138.819689  7 10  8 209       
+PG16   1141.670818 -25688.742096   6018.280677   -161.811097  7  3  8 178       
+PG17 -21674.799269  15067.091591  -1322.932136    184.204062  4  8  7 162       
+PG18  15596.038064  -1491.269098 -21147.236544    129.465394  9  5  8 231       
+PG19  -3566.631982 -15518.972839 -21203.124628   -125.820581 11  8  7 231       
+PG20 -14218.532452 -16860.227808  14695.970041     48.817333  8  4  8 222       
+PG21  25266.675804   3958.714897  -7856.322120   -134.296502  8  7 10 228       
+PG22  12274.925635 -13994.411948 -18743.152378    150.894617  8  4  4 240       
+PG23 -13569.428135  -8199.755616  21354.041110    316.393596  3  5  6 208       
+PG24 -20629.434368 -15245.613860  -7364.049053    377.897871 10 10 12 235       
+PG25  15496.376754   7261.705429  20302.820885     -0.964518  6 10  7 212       
+PG26  -5080.237558  18448.237295 -18820.905302   -160.145016  8 11  9 202       
+PG27  15222.412024  15608.195849 -14719.943043    251.191419 12  7 12 222       
+PG28 -12918.330891   9853.516571 -20438.404283     28.585805  9 10  8 209       
+PG29  19606.853214   1126.937493  17943.839299    196.490368  8  9  7 190       
+PG30   4622.199579 -22666.470830  12614.009819    333.463318  8  7  8 199       
+PG31  11562.191712 -10903.585371  21521.960139     60.466182  6  9  5 206       
+PG32  -8180.294339 -23761.622167   9493.881978   -226.171197  6  6  8 216       
+*  2011  3 31 23  0  0.00000000
+PG02  -2340.152403  15634.395573  21403.173155    328.172327 10  5  7 203       
+PG03   6243.888296 -22337.050234 -13060.814454    695.910041  8  6  8 215       
+PG04 -16343.374638   9163.497842  18744.532617     75.884988 10  8 10 204       
+PG05    745.224645  25623.137295   6721.467299   -137.707773  8  2 11 175       
+PG06  11533.008893 -21709.499050  -9614.096798   -220.126415  6  1  9 211       
+PG07 -25751.482710  -5172.823486  -4626.059595      6.974952  5  9  8 179       
+PG08 -22576.683459    739.419662 -14385.407386      7.624542  9 11 11 204       
+PG09  17566.136646  14842.288503 -13843.174936     71.031598 11  4 13 216       
+PG10 -10166.002940  16027.290141  18211.178265    -70.371666  7  8  9 205       
+PG11 -17794.759446 -13331.882626 -15080.729312   -138.990971  9  9  7 181       
+PG12  11305.329496  22000.987784   9938.910914    -15.121868  6  6 10 200       
+PG13 -19744.607051    622.258491  17634.769088    276.900260  1  6  6 230       
+PG14  21716.908261 -14760.754915  -3313.663670    141.101883  6  8  6 219       
+PG15   6314.380282  14777.283482 -21114.819132   -138.816852  8 10  8 210       
+PG16   1486.707501 -24883.878228   8750.364070   -161.813321  7  5  8 187       
+PG17 -21585.988640  14648.464221  -4169.355848    184.204232  5  8  7 150       
+PG18  15985.823787    956.920580 -20922.945956    129.466937  9  6  9 230       
+PG19  -1573.496197 -16837.217013 -20393.670495   -125.824284 11  8  7 228       
+PG20 -14311.911311 -18463.072277  12549.479932     48.817523  7  3  9 225       
+PG21  25906.774689   4492.452054  -5226.966285   -134.299685  7  7 10 224       
+PG22  12777.535867 -11791.255937 -19887.174730    150.893877  8  4  3 241       
+PG23 -11688.381715  -9789.948614  21762.350764    316.391348  3  5  6 208       
+PG24 -19619.495902 -15089.907811  -9943.578651    377.901683 10 10 12 208       
+PG25  15829.446932   9495.053331  19090.506570     -0.964804  6 10  8 215       
+PG26  -6729.376073  19508.262338 -17063.300756   -160.153920  8 11 10 206       
+PG27  13370.438319  15186.850632 -16707.274509    251.196480 13  8 12 226       
+PG28 -13340.856599   7396.065777 -21194.690036     28.587559  9 10  8 212       
+PG29  18019.247768   2542.942305  19413.812412    196.492893  8 10  7 197       
+PG30   5191.603859 -21121.354600  14814.674113    333.466494  9  8  8 207       
+PG31  13760.633482 -10043.340050  20638.692100     60.470954  6  9  6 207       
+PG32  -8048.298727 -24670.453996   6879.442378   -226.177646  6  6  8 219       
+*  2011  3 31 23 15  0.00000000
+PG02  -4704.360146  14988.611247  21432.427935    328.174577 10  4  7 193       
+PG03   7304.197202 -23182.465145 -10730.740438    695.914647  7  5  8 212       
+PG04 -18312.334415   8437.134473  17252.737717     75.894417  9  8 10 199       
+PG05    263.739260  24789.624731   9366.139376   -137.712828  8  4 11 171       
+PG06  12434.447949 -22211.108795  -7021.831240   -220.231289  6  1  8 201       
+PG07 -26045.438166  -5465.976999  -1786.069921      6.976110  5  8  8 181       
+PG08 -23941.696588    130.101745 -12055.495487      7.624646  9 10 11 198       
+PG09  15969.752745  14554.655836 -15999.533968     71.033394 11  3 13 213       
+PG10 -10813.233366  13901.671732  19554.334294    -70.373935  7  9  9 196       
+PG11 -16002.760320 -13549.447366 -16800.072192   -138.993671  9  9  7 166       
+PG12  11347.115361  22994.290292   7297.207911    -15.119111  6  6 10 188       
+PG13 -18163.771662   -806.339336  19235.964104    276.899093  3  6  6 226       
+PG14  21423.597788 -14243.615158  -6153.495608    141.104250  6  7  5 216       
+PG15   4575.629643  16404.199135 -20333.503052   -138.813991  8 10  9 204       
+PG16   1936.083595 -23802.597802  11329.441937   -161.815807  7  6  7 185       
+PG17 -21281.480712  14010.492175  -6942.846496    184.204569  6  8  6 158       
+PG18  16479.458092   3334.316213 -20329.901368    129.469044  9  6  9 229       
+PG19    264.783848 -18187.409815 -19230.630594   -125.827387 11  8  8 226       
+PG20 -14413.132664 -19812.910647  10185.971297     48.817468  6  4  9 221       
+PG21  26286.207412   4903.248223  -2510.067228   -134.301134  7  6 11 219       
+PG22  13406.311478  -9506.699755 -20683.368731    150.892980  8  4  4 239       
+PG23  -9873.230960 -11496.729164  21796.692690    316.389055  4  6  7 202       
+PG24 -18337.027191 -14893.060331 -12354.136223    377.904972 10 10 12 237       
+PG25  16240.023056  11556.694098  17549.499040     -0.965083  6 10  8 210       
+PG26  -8157.666379  20526.421054 -15019.154814   -160.163129  7 10 10 207       
+PG27  11285.249491  14818.255496 -18396.434385    251.199755 13  8 12 223       
+PG28 -13904.456053   4901.178159 -21567.292491     28.589953  9 10  8 208       
+PG29  16398.272151   4137.201794  20551.564143    196.495500  8 10  7 197       
+PG30   5907.528770 -19377.473588  16753.227169    333.468187  9  8  6 208       
+PG31  15889.175194  -9341.521775  19408.221469     60.475473  6  9  6 204       
+PG32  -7917.145676 -25291.003777   4150.352432   -226.184246  6  6  8 216       
+*  2011  3 31 23 30  0.00000000
+PG02  -7084.941339  14461.322612  21093.445153    328.176325 10  3  8 195       
+PG03   8170.382326 -23855.159294  -8216.211036    695.919379  8  4  8 207       
+PG04 -20130.063348   7850.165023  15463.235255     75.903752  8  9 10 200       
+PG05   -347.284498  23704.540785  11848.539409   -137.718053  8  6 10 186       
+PG06  13117.878173 -22522.935562  -4306.571815   -220.335912  5  4  8 195       
+PG07 -26040.968594  -5670.608851   1084.276461      6.976670  5  7  8 194       
+PG08 -25077.789994   -316.470304  -9523.725008      7.625529  8 10 11 202       
+PG09  14141.948132  14312.905848 -17890.442706     71.035058 12  3 12 210       
+PG10 -11600.944759  11683.946529  20551.605794    -70.373904  7  9  9 196       
+PG11 -14047.045608 -13846.088951 -18240.119429   -138.996503  9  8  7 157       
+PG12  11355.459076  23691.390634   4531.308277    -15.116492  5  6 10 187       
+PG13 -16545.809175  -2434.595368  20502.714618    276.897935  4  6  6 226       
+PG14  20932.407635 -13487.734781  -8886.104953    141.106367  7  7  5 215       
+PG15   2991.607600  18036.269584 -19200.849446   -138.811593  8 10  9 196       
+PG16   2518.247889 -22475.386191  13710.711661   -161.818542  7  7  7 192       
+PG17 -20794.907252  13135.192414  -9594.765618    184.204338  6  9  6 169       
+PG18  17059.253674   5596.930465 -19379.900382    129.470778  9  6  9 224       
+PG19   1922.656375 -19529.068297 -17733.307453   -125.830798 11  8  8 226       
+PG20 -14487.026613 -20894.058549   7646.620236     48.817469  5  3  9 219       
+PG21  26388.506729   5221.775998    248.660944   -134.303981  9  4 10 211       
+PG22  14160.634562  -7187.505197 -21117.901903    150.892489  9  4  5 239       
+PG23  -8160.040430 -13286.492362  21455.438633    316.386947  5  6  7 201       
+PG24 -16794.823334 -14692.121190 -14554.401645    377.908225 10 10 12 195       
+PG25  16697.985486  13411.785731  15706.386976     -0.965378  7 10  9 210       
+PG26  -9354.669659  21457.666500 -12720.913326   -160.171990  7 10 11 216       
+PG27   9002.739200  14533.882436 -19755.027056    251.204152 14  8 11 221       
+PG28 -14603.133846   2421.601782 -21549.990373     28.591993  8 10  8 175       
+PG29  14787.122031   5890.857141  21337.879237    196.498034  8 10  8 203       
+PG30   6783.381980 -17477.267021  18394.439943    333.469672  9  9  6 214       
+PG31  17900.639561  -8794.715948  17851.395355     60.480257  6  9  6 203       
+PG32  -7749.816306 -25616.852954   1351.932503   -226.190688  6  6  8 216       
+*  2011  3 31 23 45  0.00000000
+PG02  -9434.803201  14057.393638  20390.602970    328.178275 10     9 197       
+PG03   8855.524660 -24319.509330  -5559.676050    695.923951  7  4  8 205       
+PG04 -21756.890650   7388.223193  13407.890408     75.913035  7  9 10 204       
+PG05  -1110.792155  22400.671939  14125.707503   -137.723392  8  6 10 188       
+PG06  13601.560172 -22613.939717  -1515.976376   -220.441224  5  6  8 198       
+PG07 -25728.970603  -5823.947441   3936.195664      6.977626  6  7  8 198       
+PG08 -25952.147868   -626.988039  -6832.859088      7.625269  7 10 11 205       
+PG09  12114.393586  14149.373600 -19485.795429     71.036570 12  5 12 215       
+PG10 -12527.904223   9422.643358  21186.074890    -70.374801  7  9  8 198       
+PG11 -11963.086149 -14237.252665 -19376.823559   -138.998966  9  8  6 161       
+PG12  11291.197727  24090.384228   1688.289248    -15.113797  6  6 11 187       
+PG13 -14936.559848  -4242.991333  21412.597333    276.896606  4  6  6 227       
+PG14  20281.576061 -12479.219250 -11463.667311    141.108253  7  7  5 220       
+PG15   1580.681467  19630.357550 -17736.027880   -138.808798  8 10 10 198       
+PG16   3255.495230 -20939.341724  15853.014022   -161.820966  7  8  7 198       
+PG17 -20164.276778  12012.529207 -12078.551767    184.204640  6  9  6 142       
+PG18  17701.067994   7705.388337 -18091.014697    129.472382  9  6  9 224       
+PG19   3382.287477 -20818.903220 -15926.982733   -125.834187 10  7  8 228       
+PG20 -14497.278505 -21699.109542   4975.497421     48.818000  5  2  9 223       
+PG21  26204.635513   5481.540696   3003.304776   -134.306615  8  2 10 208       
+PG22  15032.164111  -4880.316359 -21183.371263    150.891756  9  5  6 241       
+PG23  -6578.937917 -15120.041851  20743.447645    316.384592  5  6  8 197       
+PG24 -15013.742186 -14521.944809 -16506.453658    377.911113 10  9 12 193       
+PG25  17168.482753  15032.441204  13592.949743     -0.965723  7 10  9 210       
+PG26 -10318.407425  22256.849623 -10205.785881   -160.181039  7  9 11 217       
+PG27   6565.887973  14359.129009 -20756.468282    251.208296 14  8 10 223       
+PG28 -15422.465365      8.448889 -21143.957343     28.594301  8  9  8 182       
+PG29  13225.826668   7777.566300  21759.533787    196.500517  8 10  8 206       
+PG30   7824.569776 -15466.883309  19708.331682    333.471475  9  9  5 218       
+PG31  19750.207460  -8391.450905  15994.409833     60.484384  7  9  6 201       
+PG32  -7509.388647 -25649.851808  -1469.120184   -226.197259  7  6  8 220       
+*  2011  4  1  0  0  0.00000000
+PG02 -11706.796680  13773.960904  19334.631027    328.180006  9     9 199       
+PG03   9379.286406 -24544.659318  -2806.536359    695.927887  8  5  7 208       
+PG04 -23158.134986   7030.369578  11122.883032     75.921946  6  9  8 207       
+PG05  -2043.079574  20916.271430  16158.285811   -137.728696  8  7 10 192       
+PG06  13910.183518 -22458.943625   1301.104621   -220.545467  6  7  7 200       
+PG07 -25109.135605  -5964.471902   6721.209539      6.978250  6  6  7 205       
+PG08 -26538.940333   -833.711898  -4028.057531      7.623942  7  9 11 208       
+PG09   9924.664337  14090.691661 -20760.391288     71.038724 12  6 11 217       
+PG10 -13584.806491   7166.095833  21447.446581    -70.375908  7  9  8 201       
+PG11  -9789.468892 -14732.208063 -20190.981272   -139.001706  8  8  6 178       
+PG12  11116.385887  24198.157864  -1183.466051    -15.111742  6  6 11 192       
+PG13 -13378.754847  -6203.770445  21949.428351    276.895414  5  6  6 228       
+PG14  19512.812470 -11212.850202 -13840.981866    141.110437  7  6  5 223       
+PG15    353.265302  21141.889334 -15964.033923   -138.805889  9 10 10 195       
+PG16   4162.915945 -19236.758594  17719.553154   -161.823598  6  8  6 204       
+PG17 -19430.391102  10641.016770 -14350.587325    184.205157  7  9  6 136       
+PG18  18375.316611   9626.229146 -16487.158182    129.474088  9  6  9 221       
+PG19   4634.095997 -22012.468304 -13842.518198   -125.837750 10  7  8 230       
+PG20 -14407.983523 -22229.045643   2218.784444     48.818430  4  2 10 226       
+PG21  25733.274724   5717.437466   5708.434635   -134.309038  3  4 10 207       
+PG22  16005.081321  -2630.010752 -20878.924958    150.890776  9  5  6 241       
+PG23  -5153.066695 -16953.951309  19672.052799    316.382359  5  6  9 194       
+PG24 -13022.100385 -14413.733226 -18176.425162    377.913530 10  8 11 201       
+PG25  17613.354634  16398.615315  11245.606832     -0.966076  7  9 10 212       
+PG26 -11055.375251  22880.478546  -7515.272886   -160.190607  7  8 11 223       
+PG27   4023.284743  14312.126854 -21380.677829    251.211486 14  8  9 224       
+PG28 -16340.168844  -2290.689955 -20357.674608     28.596316  8  9  8 187       
+PG29  11749.815546   9764.344693  21809.501323    196.502823  8 10  8 210       
+PG30   9028.058945 -13394.457080  20670.810199    333.475791  8  9  3 221       
+PG31  21396.961685  -8112.764593  13868.399581     60.489204  7  9  6 196       
+PG32  -7160.597029 -25400.035678  -4265.437552   -226.203788  7  6  8 225       
+*  2011  4  1  0 15  0.00000000
+PG02 -13855.363394  13600.563187  17942.521693    328.182023  9  4 10 200       
+PG03   9767.007228 -24505.835885     -4.391039    695.933025  7  6  6 207       
+PG04 -24305.281139   6750.109949   8648.032778     75.930968  5  9  8 209       
+PG05  -3152.963833  19293.617844  17911.207284   -137.733597  8  7  8 190       
+PG06  14073.683727 -22039.699948   4095.526827   -220.650896  5  7  6 199       
+PG07 -24190.015908  -6130.261136   9391.940349      6.979357  7  6  7 207       
+PG08 -26820.225986   -973.073876  -1156.176335      7.624549  6  9 10 208       
+PG09   7614.995576  14156.781149 -21694.223005     71.040417 12  7 10 218       
+PG10 -14754.565469   4960.695119  21332.179267    -70.375954  7  8  9 202       
+PG11  -7566.645133 -15333.593966 -20668.538664   -139.004279  8  8  3 171       
+PG12  10795.913445  24030.035655  -4035.065691    -15.108846  7  6 10 191       
+PG13 -11910.417103  -8281.827137  22103.577755    276.893943  7  5  6 227       
+PG14  18669.587104  -9692.504758 -15976.308328    141.112563  7  6  4 226       
+PG15   -688.411824  22526.514405 -13915.274847   -138.803248  8  8 10 190       
+PG16   5247.642451 -17413.525385  19278.523463   -161.826065  5  8  3 206       
+PG17 -18635.158673   9027.983627 -16371.010885    184.205266  7  8  6 122       
+PG18  19048.202521  11332.956204 -14597.555574    129.475905  9  8  9 220       
+PG19   5676.961107 -23065.882440 -11515.842394   -125.841154 10  7 10 226       
+PG20 -14185.184997 -22493.032842   -576.035533     48.818300  4  1 10 224       
+PG21  24980.846998   5964.284703   8319.755101   -134.311396  3  5  9 203       
+PG22  17056.645836   -478.130296 -20210.257338    150.890100  9  7  7 241       
+PG23  -3897.810157 -18742.114853  18258.930996    316.380043  6  5  8 187       
+PG24 -10854.789728 -14393.718940 -19535.103192    377.915229 10  8 10 194       
+PG25  17992.694452  17498.693358   8704.788042     -0.966404  8  9  9 209       
+PG26 -11580.233058  23288.475681  -4694.585180   -160.199444  7  7 11 224       
+PG27   1427.378793  14402.857333 -21614.638137    251.214927 14  6  7 226       
+PG28 -17327.021584  -4433.460992 -19206.672870     28.598355  6  8  8 201       
+PG29  10388.673814  11812.663223  21487.057831    196.505624  8  9  8 209       
+PG30  10382.296381 -11308.300887  21264.193166    333.479720  8  9  1 222       
+PG31  22805.297752  -7933.054657  11508.957310     60.493795  7  8  7 187       
+PG32  -6671.352132 -24885.252283  -6989.715624   -226.210341  7  7  8 225       
+*  2011  4  1  0 30  0.00000000
+PG02 -15838.147319  13519.585524  16237.322133    328.184161  9  5 10 198       
+PG03  10048.560353 -24185.458675   2797.790819    695.938511  7  6  5 205       
+PG04 -25176.919535   6516.619059   6026.083093     75.939773  5  8  7 208       
+PG05  -4441.252024  17577.431080  19354.304637   -137.738883  8  7  8 191       
+PG06  14125.864176 -21345.689290   6818.744103   -220.755896  5  8  6 195       
+PG07 -22988.769664  -6357.360292  11902.889708      6.980103  7  5  7 211       
+PG08 -26786.578451  -1084.136696   1734.945611      7.624909  6  9  9 213       
+PG09   5230.893889  14360.097719 -22272.698415     71.042444 12  8  9 217       
+PG10 -16012.930215   2849.244241  20843.476154    -70.376490  7  7  9 200       
+PG11  -5335.613438 -16037.210497 -20800.833815   -139.006886  8  8  3 164       
+PG12  10299.023613  23609.117501  -6817.915781    -15.106222  7  6 10 194       
+PG13 -10563.457062 -10435.897390  21872.162366    276.892750  7  6  6 225       
+PG14  17795.357058  -7931.216534 -17832.143159    141.114660  8  6  4 227       
+PG15  -1550.212495  23741.775244 -11625.053503   -138.800258  9  8 10 181       
+PG16   6508.420843 -15517.405367  20503.633437   -161.828611  5  8  3 209       
+PG17 -17819.874727   7189.486096 -18104.456688    184.205850  7  8  6 145       
+PG18  19683.106688  12806.799011 -12456.129259    129.477726  9  9  9 215       
+PG19   6518.090842 -23937.555410  -8987.330261   -125.844645  9  7 10 224       
+PG20 -13798.336595 -22507.913220  -3360.997860     48.818491  5  3 10 224       
+PG21  23961.280995   6255.383099  10794.719813   -134.313688  3  7  9 197       
+PG22  18158.039267   1538.545197 -19189.479053    150.889630  9  8  7 239       
+PG23  -2820.323006 -20437.428303  16527.853404    316.377843  6  5  9 177       
+PG24  -8552.143397 -14482.039419 -20558.462343    377.916697 11  6 10 191       
+PG25  18266.489700  18329.759872   6014.235394     -0.966772  8  9  9 204       
+PG26 -11915.170179  23445.863610  -1791.955351   -160.208866  7  6 11 226       
+PG27  -1167.464323  14632.625253 -21452.791895    251.219014 14  6  7 223       
+PG28 -18348.073507  -6384.218071 -17713.117298     28.600599  6  8  8 175       
+PG29   9165.132223  13879.762470  20797.784985    196.508103  8  9  8 209       
+PG30  11867.494734  -9255.089611  21477.593292    333.482682  7  9    223       
+PG31  23946.151926  -7821.181842   8955.587655     60.498111  8  7  7 174       
+PG32  -6014.166059 -24130.508092  -9595.471134   -226.216858  8  7  8 224       
+*  2011  4  1  0 45  0.00000000
+PG02 -17617.506420  13507.006302  14247.804397    328.186231  9  5 11 197       
+PG03  10257.009454 -23573.993614   5550.559722    695.944659  7  7  5 205       
+PG04 -25759.418606   6296.119321   3301.957992     75.948983  5  7  5 208       
+PG05  -5900.529001  15813.208317  20462.828813   -137.743989  8  7  7 189       
+PG06  14102.881682 -20374.617343   9423.675365   -220.861565  5  9  5 195       
+PG07 -21530.593331  -6678.225929  14211.190686      6.981114  8  5  7 213       
+PG08 -26437.417583  -1206.963628   4597.206164      7.624300  6  8  9 215       
+PG09   2819.650865  14705.152662 -22486.798092     71.042980 12  8  8 215       
+PG10 -17329.395284    869.479701  19991.143049    -70.378198  7  7  9 201       
+PG11  -3136.581021 -16832.067724 -20584.772786   -139.009509  7  8  3 163       
+PG12   9600.673699  22965.334432  -9484.525325    -15.103643  8  6 10 196       
+PG13  -9362.520562 -12620.003473  21259.111428    276.891386  7  5  7 223       
+PG14  16931.801422  -5950.873273 -19375.917604    141.116773  8  5  4 228       
+PG15  -2245.675150  24748.721427  -9132.958550   -138.797455  8  7 10 177       
+PG16   7935.521354 -13596.268187  21374.519285   -161.831203  4  8  2 212       
+PG17 -17023.539764   5149.873499 -19520.704649    184.205922  7  8  6 139       
+PG18  20242.080534  14037.166027 -10100.821987    129.479491  8  9  9 211       
+PG19   7172.554139 -24589.846031  -6301.086222   -125.847874  9  7 10 226       
+PG20 -13221.632450 -22297.416687  -6088.473014     48.818624  5  4 10 226       
+PG21  22695.529141   6621.146937  13093.109330   -134.315859  3  8  9 192       
+PG22  19275.460451   3389.225998 -17834.866653    150.888658  9  9  8 238       
+PG23  -1919.391574 -21993.536354  14508.316685    316.375360  6  5  9 171       
+PG24  -6158.591343 -14691.848857 -21228.120669    377.919507 11  5 10 187       
+PG25  18396.277096  18897.538100   3220.248952     -0.967126  8  8  9 203       
+PG26 -12088.956787  23324.308019   1142.155800   -160.218307  7  5 11 230       
+PG27  -3707.015538  14993.924497 -20897.256888    251.222182 14  5  8 221       
+PG28 -19364.098035  -8115.189741 -15905.254553     28.602756  6  8  8 176       
+PG29   8094.328334  15920.134159  19753.472174    196.510867  7  9  8 208       
+PG30  13456.275027  -7278.117048  21307.154598    333.486429  7  9  1 224       
+PG31  24798.002446  -7741.788041   6251.100627     60.502600  8  5  8 159       
+PG32  -5167.428069 -23167.051554 -12037.811009   -226.223503  8  8  7 227       
+*  2011  4  1  1  0  0.00000000
+PG02 -19161.861122  13533.422747  12008.013954    328.188184  8  5 11 192       
+PG03  10427.118015 -22670.505180   8204.919020    695.949650  7  7  4 201       
+PG04 -26047.310498   6053.359690    522.004527     75.958639  5  5  5 207       
+PG05  -7515.272176  14045.545447  21217.868157   -137.749322  8  7  7 190       
+PG06  14041.658994 -19132.594670  11865.529135   -220.966775  5  9  5 194       
+PG07 -19847.861500  -7120.308443  16277.322193      6.982041  9  5  7 218       
+PG08 -25781.035290  -1380.955366   7382.959977      7.624308  6  8  8 218       
+PG09    428.806653  15188.321166 -22333.171665     71.046247 12  9  7 224       
+PG10 -18668.363400   -947.182770  18791.321503    -70.378541  7  6 10 196       
+PG11  -1007.648856 -17700.692568 -20022.934630   -139.012353  8  7  2 131       
+PG12   8682.686698  22134.255561 -11989.297307    -15.100991  8  6  9 191       
+PG13  -8324.135732 -14785.096017  20275.103007    276.890317  8  5  7 221       
+PG14  16117.138304  -3781.561491 -20580.601802    141.118878  8  6  3 228       
+PG15  -2795.291633  25513.403385  -6482.171587   -138.794874  8  6 10 160       
+PG16   9510.987650 -11696.342943  21877.044303   -161.833821  4  8    216       
+PG17 -16281.286127   2941.022641 -20595.226840    184.205914  7  8  7 129       
+PG18  20687.379348  15021.779260  -7572.873152    129.481458  8 10  8 205       
+PG19   7662.493401 -24990.583267  -3504.144374   -125.851709  9  7 10 222       
+PG20 -12435.155174 -21891.125622  -8711.966208     48.818110  6  5  9 225       
+PG21  21210.857672   7087.850750  15177.571255   -134.318159  4  8  9 178       
+PG22  20371.426706   5050.094619 -16170.498999    150.887837  9  9  8 235       
+PG23  -1185.632631 -23366.576320  12235.058195    316.373116  6  4 10 160       
+PG24  -3721.152961 -15028.704659 -21531.707565    377.922328 11  5 10 180       
+PG25  18346.747643  19216.003464    370.889601     -0.967472  8  8  9 202       
+PG26 -12135.707732  22903.446498   4055.948874   -160.227434  8  4 10 230       
+PG27  -6139.247485  15470.709123 -19957.843855    251.225275 14  6  9 218       
+PG28 -20333.211019  -9607.300037 -13816.744607     28.604738  5  8  8  95       
+PG29   7183.365816  17887.114975  18371.919079    196.513261  7  9  9 210       
+PG30  15114.640006  -5415.701431  20756.131920    333.489814  6  9  2 226       
+PG31  25347.607119  -7656.782597   3440.950311     60.506792  7  4  8 167       
+PG32  -4116.479709 -22031.220977 -14274.203966   -226.229901  8  8  7 226       
+*  2011  4  1  1 15  0.00000000
+PG02 -20446.821290  13565.317258   9556.700698    328.190296  8  5 11 192       
+PG03  10593.771828 -21482.875464  10713.280413    695.953343  7  8  5 198       
+PG04 -26043.381463   5753.138201  -2266.767390     75.967522  6  6  6 211       
+PG05  -9262.288460  12316.509485  21606.661705   -137.754500  8  7  6 190       
+PG06  13978.289098 -17633.995622  14102.570703   -221.071915  5 10  5 192       
+PG07 -17979.004626  -7704.825724  18065.774886      6.982969  9  5  7 217       
+PG08 -24834.315430  -1643.211084  10045.733116      7.624989  6  8  9 220       
+PG09  -1895.388137  15797.941828 -21814.174461     71.048461 12  9  7 214       
+PG10 -19990.508972  -2576.632738  17266.108979    -70.377721  7  6 10 197       
+PG11   1016.434063 -18619.687362 -19123.600694   -139.014805  7  7     96       
+PG12   7534.649140  21155.690637 -14289.294016    -15.098446  9  7  9 196       
+PG13  -7456.193509 -16880.827811  18937.371830    276.889036  8  5  7 217       
+PG14  15384.593266  -1460.583627 -21425.201543    141.121375  9  6  3 230       
+PG15  -3225.506473  26008.185668  -3718.703814   -138.791956  8  5 10 163       
+PG16  11209.211346  -9860.560259  22003.482613   -161.836401  3  8    216       
+PG17 -15622.977430    601.273326 -21309.619336    184.206172  8  8  7 173       
+PG18  20982.976543  15766.494634  -4916.065244    129.483277  8 10  8 202       
+PG19   8016.048818 -25114.385709   -645.602448   -125.854926  9  7  9 221       
+PG20 -11425.799387 -21323.234352 -11186.887644     48.818879  7  6  9 224       
+PG21  19539.933828   7676.530177  17014.122320   -134.320402  5  9  9 170       
+PG22  21406.227330   6505.005688 -14225.790122    150.887222  9 10  8 234       
+PG23   -602.026126 -24516.847609   9747.461507    316.370689  6  3 10 138       
+PG24  -1287.822351 -15490.256303 -21463.133998    377.924820 11  6 10 168       
+PG25  18087.239267  19306.686943  -2484.847370     -0.967816  9  8  9 198       
+PG26 -12093.399751  22171.936262   6897.257091   -160.237059  8  5 10 231       
+PG27  -8416.312817  16039.061555 -18651.871842    251.227611 13  6 10 218       
+PG28 -21212.583391 -10850.618377 -11485.902545     28.606768  5  8  8 168       
+PG29   6431.187623  19734.533677  16676.641769    196.515856  7  9  9 210       
+PG30  16803.235928  -3699.809808  19834.811311    333.493363  5 10  2 226       
+PG31  25590.448828  -7526.944208    572.525341     60.511594  6  3  9 148       
+PG32  -2854.443275 -20763.094446 -16265.241718   -226.236544  9  8  7 203       
+*  2011  4  1  1 30  0.00000000
+PG02 -21456.041241  13566.515261   6936.640428    328.192153  7  5 12 195       
+PG03  10790.381821 -20027.671885  13030.417463    695.957688  6  8  4 199       
+PG04 -25758.468758   5361.811706  -5017.437414     75.976988  7  8  8 214       
+PG05 -11111.455731  10664.125007  21622.802173   -137.759835  8  7  6 187       
+PG06  13946.495154 -15901.005853  16096.819152   -221.176936  4 10  5 194       
+PG07 -15967.164843  -8445.775437  19545.658213      6.983936  9  6  7 217       
+PG08 -23622.156676  -2026.970104  12540.926455      7.624819  7  8  9 220       
+PG09  -4109.464181  16514.703697 -20937.845008     71.050737 12  9  7 212       
+PG10 -21254.284217  -4002.746957  15443.079701    -70.378247  7  5 11 200       
+PG11   2905.402951 -19560.525026 -17900.703335   -139.017602  7  6     62       
+PG12   6154.519557  20072.139901 -16344.964741    -15.095624  9  7  9 200       
+PG13  -6757.782348 -18857.388089  17269.392394    276.887837  8  4  8 216       
+PG14  14761.082207    968.812845 -21895.137005    141.123549  9  6  3 232       
+PG15  -3567.477954  26212.826419   -890.576756   -138.789411  8  4 10 155       
+PG16  12997.805711  -8127.045756  21752.588396   -161.838819  2  8  1 217       
+PG17 -15072.037685  -1825.890823 -21651.911485    184.206567  8  8  8 167       
+PG18  21096.001856  16284.823783  -2175.955723    129.485221  8 10  8 200       
+PG19   8266.038593 -24943.722906   2224.291538   -125.858390  9  7  9 218       
+PG20 -10187.937351 -20631.152362 -13471.282132     48.818679  8  6  9 228       
+PG21  17719.740117   8402.071066  18572.612045   -134.323170  6  9  9 165       
+PG22  22339.470042   7745.879102 -12034.930218    150.886809  8 10  8 233       
+PG23   -144.762935 -25410.337700   7088.861914    316.368807  6  2 10 143       
+PG24   1094.093149 -16066.252956 -21022.756629    377.927963 11  8 10 155       
+PG25  17593.058976  19197.696136  -5297.873617     -0.968170  9  8  9 199       
+PG26 -12002.197506  21128.162261   9614.578607   -160.246356  8  5 10 232       
+PG27 -10496.339677  16668.227479 -17003.785036    251.230946 13  7 10 215       
+PG28 -21960.172317 -11844.432112  -8954.876219     28.609076  5  8  8 165       
+PG29   5828.767346  21418.350472  14696.486432    196.517969  5  8  9 205       
+PG30  18478.846839  -2154.960517  18560.274557    333.496547  4 10  3 224       
+PG31  25530.870326  -7313.580893  -2305.601382     60.516233  7  4  9 143       
+PG32  -1382.764690 -19404.988152 -17975.375468   -226.242992  9  8  7 197       
+*  2011  4  1  1 45  0.00000000
+PG02 -22181.762798  13499.775297   4193.858813    328.193903  6  4 12 189       
+PG03  11047.337661 -18329.661307  15114.390940    695.962250  6  9  4 199       
+PG04 -25210.975819   4848.738318  -7683.910335     75.986145  7  9  8 212       
+PG05 -13026.739333   9121.032593  21266.326371   -137.765159  8  8  6 188       
+PG06  13976.206035 -13962.880021  17814.663975   -221.282113  4 10  5 199       
+PG07 -13858.678476  -9349.224997  20691.238532      6.984998 10  6  6 219       
+PG08 -22176.616528  -2560.188445  14826.501747      7.625215  8  9  9 223       
+PG09  -6174.132079  17312.309391 -19717.822803     71.051354 12  9  7 205       
+PG10 -22417.505747  -5217.749039  13354.721116    -70.378679  6  4 11 201       
+PG11   4634.454024 -20490.557315 -16373.689255   -139.020295  7  6    123       
+PG12   4548.922371  18927.149000 -18120.824094    -15.093359  9  8  9 195       
+PG13  -6219.382862 -20667.323471  15300.444135    276.886635  8  4  8 213       
+PG14  14266.162468   3458.942709 -21982.495860    141.125718  9  6  3 229       
+PG15  -3855.651014  26115.279079   1953.036896   -138.786745  8  4  9 165       
+PG16  14838.741543  -6527.820043  21129.553867   -161.841157     8  1 217       
+PG17 -14644.556586  -4293.361571 -21616.748050    184.206748  8  8  8 169       
+PG18  20998.051717  16597.183173    600.892172    129.487179  7 11  8 188       
+PG19   8448.450347 -24469.672921   5055.079145   -125.861776  9  8  9 218       
+PG20  -8723.803282 -19854.005068 -15526.508078     48.819096  9  6  9 225       
+PG21  15790.349952   9272.515575  19827.147154   -134.325753  6  9  9 149       
+PG22  23131.658137   8772.774861  -9636.247945    150.885796  8 10  8 229       
+PG23    215.625203 -26020.040271   4305.764817    316.366316  6  1 10 148       
+PG24   3379.617382 -16738.873931 -20217.428929    377.930797 11  8 10 139       
+PG25  16846.583141  18922.492628  -8019.849564     -0.968532  9  7  9 195       
+PG26 -11902.656788  19780.559808  12158.143775   -160.255325  9  6  9 234       
+PG27 -12344.958031  17321.966728 -15044.584492    251.234017 13  7 11 208       
+PG28 -22536.398588 -12596.952338  -6268.784996     28.611189  5  8  8 150       
+PG29   5359.611368  22898.227679  12465.156047    196.520651  5  8  9 205       
+PG30  20096.054674   -797.449346  16956.016412    333.498865  3 10  3 223       
+PG31  25181.889797  -6980.187293  -5144.455094     60.520997  7  5 10 160       
+PG32    288.558798 -17999.857330 -19373.611770   -226.249647  9  8  7 191       
+*  2011  4  1  2  0  0.00000000
+PG02 -22625.019519  13328.444568   1376.773785    328.195934  5  3 11 192       
+PG03  11390.582380 -16420.985202  16927.419053    695.967892  5  9  4 203       
+PG04 -24426.126685   4187.601650 -10221.626798     75.995150  7 10  8 218       
+PG05 -14967.443538   7713.370100  20543.692942   -137.770106  9  7  6 183       
+PG06  14092.301469 -11854.942039  19227.393446   -221.387144  3 10  5 201       
+PG07 -11701.440649 -10412.908504  21482.398812      6.985816  9  6  6 216       
+PG08 -20535.803575  -3264.300874  16863.643754      7.625916  8  9  8 223       
+PG09  -8055.543194  18158.395331 -18173.204631     71.053973 12  9  7 206       
+PG10 -23438.958360  -6222.240841  11037.801455    -70.379845  5  3 11 203       
+PG11   6185.027797 -21374.204384 -14567.293224   -139.023144  7  5  3  92       
+PG12   2733.113412  17763.630703 -19586.069532    -15.090654  9  8  8 201       
+PG13  -5823.413059 -22267.272373  13065.068211    276.884784  7  4  9 212       
+PG14  13911.294196   5959.365212 -21686.156384    141.127826  9  7  3 230       
+PG15  -4126.199965  25712.183612   4762.695131   -138.783969  8  4  9 167       
+PG16  16689.699041  -5087.751167  20145.861026   -161.843890  3  8  3 215       
+PG17 -14348.705149  -6752.062859 -21205.443006    184.206857  8  8  8 167       
+PG18  20666.326635  16729.905096   3367.668021    129.488666  7 11  7 186       
+PG19   8600.807506 -23692.343607   7797.036143   -125.865394  9  8  8 219       
+PG20  -7043.583460 -19031.088968 -17317.857031     48.818829  9  6  9 212       
+PG21  13793.602691  10288.608193  20756.475176   -134.328473  6  9  9 145       
+PG22  23745.735834   9593.650910  -7071.508365    150.885351  8 11  8 227       
+PG23    512.899094 -26327.009048   1446.992875    316.363798  6  1 11 166       
+PG24   5527.668280 -17483.373124 -19060.434387    377.933781 11  9 10 209       
+PG25  15838.093079  18518.473571 -10604.012286     -0.968891 10  7  9 197       
+PG26 -11833.883401  18147.522468  14480.986328   -160.264626  9  7  9 233       
+PG27 -13936.485833  17960.152456 -12811.096744    251.236775 12  7 11 208       
+PG28 -22905.704114 -13124.678701  -3474.843088     28.613171  5  8  8 164       
+PG29   5000.552957  24138.973012  10020.656480    196.522933  4  7  9 199       
+PG30  21608.991565    365.070968  15051.427972    333.501914    10  5 221       
+PG31  24564.700102  -6494.037356  -7895.463793     60.525225  7  6 10 152       
+PG32   2141.084500 -16589.660178 -20434.150691   -226.256136  9  8  7 192       
+*  2011  4  1  2 15  0.00000000
+PG02 -22795.490035  13018.108820  -1464.724250    328.197982  3  3 12 195       
+PG03  11840.374057 -14340.027262  18436.666323    695.972387  5  9  3 207       
+PG04 -23434.988794   3357.570885 -12588.242258     76.004460  8 10  8 219       
+PG05 -16889.649075   6459.918419  19467.649264   -137.775655  9  7  7 175       
+PG06  14313.572826  -9617.369251  20311.629346   -221.492527  3 10  5 208       
+PG07  -9543.212368 -11626.148839  21905.011065      6.986958 10  7  6 215       
+PG08 -18742.553521  -4153.214092  18617.391172      7.626216  9  9  9 222       
+PG09  -9726.371095  19015.682673 -16328.336770     71.055538 12  9  7 203       
+PG10 -24279.954266  -7024.912402   8532.683843    -70.382366  4  2 11 204       
+PG11   7545.366308 -22174.286094 -12511.218866   -139.025874  7  5  4 170       
+PG12    730.615359  16622.216973 -20715.127101    -15.088051  9  8  8 202       
+PG13  -5545.100192 -23619.543609  10602.427927    276.883903  7  3  9 212       
+PG14  13699.440638   8418.672754 -21011.779521    141.130035  9  7  3 229       
+PG15  -4415.404503  25009.027243   7489.573345   -138.781320  7  5  9 157       
+PG16  18505.582398  -3823.794921  18819.033582   -161.846521     7  1 216       
+PG17 -14184.482334  -9152.677892 -20425.906963    184.207097  9  8  8 177       
+PG18  20084.558173  16714.051961   6078.052465    129.490587  6 11  7 175       
+PG19   8760.480023 -22620.939966  10402.099959   -125.868923  9  8  8 219       
+PG20  -5165.209995 -18200.338821 -18815.106190     48.818754 10  6  9 209       
+PG21  11771.719154  11443.598447  21344.324686   -134.330219  7  9  9 136       
+PG22  24148.541658  10223.817898  -4385.161379    150.884440  7 11  8 226       
+PG23    783.565310 -26321.101829  -1437.219645    316.361668  7  3 11 168       
+PG24   7502.476767 -18269.015572 -17571.299204    377.936239 10  9 11 205       
+PG25  14566.313376  18025.412831 -13005.975387     -0.969245  9  6  8 199       
+PG26 -11831.732609  16256.885801  16539.984056   -160.273897 10  8  8 231       
+PG27 -15254.723666  18540.538516 -10345.108243    251.239722 12  8 11 205       
+PG28 -23037.932040 -13451.461585   -621.488265     28.615261  5  8  9 142       
+PG29   4722.808553  25111.801123   7404.669691    196.525476  4  6  9 197       
+PG30  22973.107759   1333.645271  12881.163610    333.504381    10  4 219       
+PG31  23707.866060  -5827.651331 -10511.273913     60.529771  7  8 10 172       
+PG32   4148.369406 -15213.749276 -21136.948499   -226.262551  9  8  8 225       
+*  2011  4  1  2 30  0.00000000
+PG02 -22711.004409  12538.164514  -4280.232169    328.199958  3  3 11 195       
+PG03  12410.292743 -12130.020542  19614.926838    695.975786  4 10  2 210       
+PG04 -22273.300326   2344.256905 -14744.268032     76.013581  8 10  8 222       
+PG05 -18747.780939   5371.542772  18056.991301   -137.780706  9  7  8 175       
+PG06  14651.936285  -7293.809034  21049.664772   -221.597742  3 11  5 211       
+PG07  -7429.933275 -12970.111198  21951.213518      6.987531 10  7  6 214       
+PG08 -16842.932169  -5232.570124  20057.228242      7.626818  9  8  9 224       
+PG09 -11166.676009  19843.325407 -14212.539697     71.057561 11  9  8 199       
+PG10 -24905.789768  -7641.949205   5882.601839    -70.383145  3  2 11 205       
+PG11   8710.818557 -22853.448592 -10239.724674   -139.028781  7  5  5 139       
+PG12  -1427.466199  15539.704488 -21488.115134    -15.085220  9  8  7 204       
+PG13  -5353.641838 -24693.476688   7955.586908    276.882547  7  2 10 210       
+PG14  13625.021392  10786.313752 -19971.672097    141.132085  9  7  3 227       
+PG15  -4758.025222  24019.968364  10086.338070   -138.778679  7  5  8 180       
+PG16  20240.138982  -2744.547065  17172.296516   -161.848764     7  1 215       
+PG17 -14143.799230 -11447.377420 -19292.453082    184.207501  9  8  9 181       
+PG18  19243.696560  16584.080404   8686.927091    129.492373  5 11  7 164       
+PG19   8963.011040 -21273.475454  12824.758673   -125.872275  9  8  7 221       
+PG20  -3113.866748 -17396.863451 -19992.997391     48.819133 10  6  8 208       
+PG21   9765.901012  12723.310281  21579.698368   -134.332709  8  9  9 110       
+PG22  24312.114300  10685.116380  -1623.555781    150.883738  6 11  8 224       
+PG23   1065.214079 -26001.382245  -4296.164975    316.359570  7  5 11 165       
+PG24   9274.803898 -19060.271756 -15775.484589    377.938286 10  9 11 193       
+PG25  13038.631801  17483.822301 -15184.487382     -0.969589  9  7  8 202       
+PG26 -11927.135625  14144.999472  18296.833026   -160.282926 10  8  8 232       
+PG27 -16293.328825  19020.607964  -7692.399443    251.242483 11  8 10 204       
+PG28 -22909.482379 -13607.309856   2242.466476     28.617474  5  8  9 163       
+PG29   4493.256574  25795.365479   4661.862948    196.527847  3  5  9 193       
+PG30  24146.879568   2117.709111  10484.411841    333.506740  2 10  3 218       
+PG31  22646.245459  -4960.078975 -12946.564527     60.534264  7  8 10 181       
+PG32   6276.746146 -13907.356492 -21468.187213   -226.269115  9  8  8 224       
+*  2011  4  1  2 45  0.00000000
+PG02 -22396.723466  11863.244092  -7019.809742    328.202027  4  4 11 196       
+PG03  13106.539397  -9837.454544  20441.181078    695.980671  4 10  2 214       
+PG04 -20980.144111   1140.431817 -16653.668973     76.023028  9 10  7 225       
+PG05 -20496.246068   4450.949009  16336.221824   -137.785928  9  7  9 176       
+PG06  15111.924718  -4929.881321  21429.703746   -221.703027  4 11  5 214       
+PG07  -5404.103964 -14418.381861  21619.585599      6.988372 10  7  6 212       
+PG08 -14884.615364  -6499.311143  21157.628006      7.626227  9  8  8 223       
+PG09 -12364.519725  20598.415125 -11859.761576     71.058908 11  9  8 195       
+PG10 -25287.047194  -8096.166028   3132.910365    -70.382645  4  3 12 207       
+PG11   9683.876953 -23375.633955  -7791.115413   -139.031378  7  5  7 162       
+PG12  -3703.423103  14547.653796 -21891.216464    -15.082803 10  8  7 203       
+PG13  -5213.607134 -25466.530798   5170.720770    276.881145  7    10 208       
+PG14  13674.217786  13014.376654 -18584.526324    141.134318  9  8  2 225       
+PG15  -5185.744693  22767.331091  12507.990129   -138.775809  7  5  8 187       
+PG16  21847.622206  -1850.119604  15234.151499   -161.851522     7  2 214       
+PG17 -14210.893345 -13591.481285 -17825.488943    184.207658  9  8  9 182       
+PG18  18142.338814  16376.405113  11151.049551    129.494386  5 11  7 154       
+PG19   9240.529888 -19676.140756  15022.881748   -125.875810  9  8  6 223       
+PG20   -921.226018 -16651.603770 -20831.637114     48.819307 10  6  8 205       
+PG21   7814.958975  14106.480970  21457.113841   -134.334401  8  9  9 115       
+PG22  24214.802173  11004.852233   1165.866227    150.883086  6 11  8 222       
+PG23   1394.812125 -25376.161722  -7079.610761    316.357241  7  6 11 181       
+PG24  10822.905719 -19818.223838 -13703.961669    377.941528  9  9 11 195       
+PG25  11270.991943  16933.296943 -17102.135854     -0.969923 10  6  8 203       
+PG26 -12144.635954  11855.422733  19718.919949   -160.292497 11  9  7 233       
+PG27 -17055.762974  19359.414386  -4901.714860    251.245252 10  8 10 201       
+PG28 -22504.207387 -13626.999126   5068.644149     28.619768  5  7  9 168       
+PG29   4275.890456  26176.520746   1839.144110    196.530526  3  5  9 187       
+PG30  25093.386576   2734.441235   7904.092421    333.510008  3 10  4 215       
+PG31  21419.670747  -3877.946365 -15158.846315     60.538358  7  9 10 186       
+PG32   8486.406866 -12700.236115 -21420.634149   -226.275552  9  8  8 229       
+*  2011  4  1  3  0  0.00000000
+PG02 -21884.026373  10974.431466  -9634.946100    328.203961  5  4 11 201       
+PG03  13927.559586  -7510.352856  20901.009988    695.984766  3 10  1 218       
+PG04 -19596.514637   -253.512891 -18284.412624     76.032390  9 10  7 228       
+PG05 -22091.078199   3692.762022  14335.114073   -137.791145  8  6  9 173       
+PG06  15690.473854  -2571.623416  21446.002920   -221.808371  4 11  4 217       
+PG07  -3503.299905 -15937.853529  20915.215123      6.989106 11  7  6 209       
+PG08 -12915.201403  -7941.567747  21898.537358      7.626228 10  8  8 224       
+PG09 -13316.304741  21237.595624  -9308.156878     71.062432 11  9  8 196       
+PG10 -25400.697141  -8415.905541    330.324796    -70.383204  5  3 11 212       
+PG11  10473.937167 -23707.536590  -5207.141552   -139.034356  7  5  7 173       
+PG12  -6054.186888  13671.197188 -21916.950856    -15.080241 10  8  8 204       
+PG13  -5086.519672 -25925.061115   2296.279137    276.879767  6    10 211       
+PG14  13825.614849  15059.264676 -16875.043545    141.136194  9  8  2 224       
+PG15  -5725.737257  21280.791453  14712.660687   -138.772914  7  6  8 188       
+PG16  23284.436784  -1132.341472  13037.876857   -161.853916     7  3 211       
+PG17 -14363.052330 -15544.989259 -16051.103892    184.207474  8  8 10 179       
+PG18  16786.886227  16127.913947  13429.688804    129.496200  4 11  6 137       
+PG19   9620.317371 -17862.358191  16958.474817   -125.879314  9  8  5 227       
+PG20   1375.556006 -15990.161838 -21316.812972     48.819614 11  6  9 204       
+PG21   5954.015339  15565.364731  20976.785800   -134.336247  8  8  9 142       
+PG22  23842.136240  11214.534618   3935.379704    150.882392  6 11  8 223       
+PG23   1807.022847 -24462.679932  -9738.737798    316.354846  7  7 11 178       
+PG24  12133.205149 -20502.128315 -11392.675134    377.943834  9  8 12 184       
+PG25   9287.462183  16410.907577 -18725.985700     -0.970201  9  6  7 209       
+PG26 -12501.209280   9437.299587  20780.060432   -160.302139 11  9  7 233       
+PG27 -17554.829760  19519.331822  -2023.705369    251.247158 10  8  9 205       
+PG28 -21814.022560 -13548.539608   7809.867287     28.621920  6  8 10 180       
+PG29   4033.390730  26250.785688  -1015.125796    196.533273  3  4  9 171       
+PG30  25781.695363   3207.810764   5186.002600    333.512633  4 10  3 213       
+PG31  20071.438199  -2576.221139 -17109.230563     60.542899  7  9 10 186       
+PG32  10732.757584 -11615.526346 -20993.876428   -226.282031  9  8  9 229       
+*  2011  4  1  3 15  0.00000000
+PG02 -21209.155254   9860.214576 -12079.492322    328.205846  6  4 11 200       
+PG03  14864.008663  -5196.498221  20986.855391    695.990186  3 10  1 220       
+PG04 -18163.827869  -1829.385851 -19608.964975     76.041600  9 10  7 228       
+PG05 -23491.527350   3083.921133  12088.189183   -137.796432  8  6  9 156       
+PG06  16377.007230   -263.934304  21098.917021   -221.913674  4 11  4 220       
+PG07  -1758.874933 -17489.886357  19849.653614      6.989999 11  7  7 206       
+PG08 -10980.515600  -9538.882236  22265.793205      7.626312 10  8  7 221       
+PG09 -14026.818836  21718.734695  -6599.587131     71.064696 11  8  7 190       
+PG10 -25230.964583  -8633.746839  -2477.840404    -70.382412  6  4 11 218       
+PG11  11096.784642 -23819.988004  -2532.312361   -139.037253  6  6  8 157       
+PG12  -8432.787844  12928.102858 -21564.340712    -15.077650 10  8  8 202       
+PG13  -4932.556837 -26064.754213   -617.884542    276.878329  6    10 210       
+PG14  14051.150766  16883.196226 -14873.452437    141.138413  8  9  1 220       
+PG15  -6399.425002  19596.288647  16662.344927   -138.770217  7  6  7 189       
+PG16  24510.706610   -575.272390  10620.961061   -161.856265  1  6  4 210       
+PG17 -14571.614439 -17273.923707 -14000.563121    184.208213  8  8 10 183       
+PG18  15191.428872  15874.486161  15485.216444    129.497834  4 11  6 135       
+PG19  10123.581813 -15871.563082  18598.343595   -125.882545  9  8  3 230       
+PG20   3735.048649 -15431.843550 -21440.223064     48.819521 11  6  9 201       
+PG21   4213.326023  17066.588069  20144.741816   -134.339087  8  8  9 137       
+PG22  23187.435420  11348.467447   6637.779354    150.881591  5 11  8 222       
+PG23   2332.624861 -23286.437841 -12227.045024    316.352540  7  8 11 148       
+PG24  13200.641922 -21071.072046  -8881.904848    377.946025  8  7 12 178       
+PG25   7119.496959  15949.703506 -20028.140909     -0.970519  9  6  7 210       
+PG26 -13005.426570   6943.488343  21461.075937   -160.311798 11 10  7 232       
+PG27 -17811.838496  19467.637889    890.123108    251.248398 10  8  8 205       
+PG28 -20839.220557 -13411.563979  10420.866281     28.624149  7  8 10 184       
+PG29   3728.755918  26022.487543  -3851.950466    196.535630  3  3  9 166       
+PG30  26187.997604   3567.366330   2377.935161    333.515269  5 10  3 211       
+PG31  18646.660232  -1058.660729 -18763.152670     60.547405  7 10 10 191       
+PG32  12967.992113 -10668.881678 -20194.418104   -226.288554  9  8  9 229       
+*  2011  4  1  3 30  0.00000000
+PG02 -20411.676690   8517.134200 -14310.536767    328.207980  7  5 11 204       
+PG03  15899.058401  -2941.683878  20698.121664    695.993695  3 10    221       
+PG04 -16722.425420  -3571.300392 -20604.727892     76.050754  9 10  8 173       
+PG05 -24661.533824   2604.375210   9634.116991   -137.801552  8  5 10 146       
+PG06  17153.813726   1950.925464  20394.850751   -222.018372  4 11  3 220       
+PG07   -194.905748 -19031.702607  18440.757529      6.990862 11  7  7 199       
+PG08  -9122.969076 -11262.766961  22251.458530      7.626481 10  7  7 219       
+PG09 -14508.974990  22002.595794  -3779.042037     71.066113 11  8  6 201       
+PG10 -24769.931605  -8785.074262  -5244.423428    -70.384133  7  5 11 220       
+PG11  11573.822347 -23689.211876    186.868423   -139.040003  8 10  9 141       
+PG12 -10789.976756  12328.133646 -20838.964715    -15.075166 10  8  8 202       
+PG13  -4712.296461 -25890.708528  -3521.397825    276.877024  6  2 10 211       
+PG14  14317.332580  18455.474050 -12614.933807    141.140695  8  9  2 218       
+PG15  -7221.469401  17754.705704  18323.559857   -138.767520  8  6  7 186       
+PG16  25491.709040   -156.007888   8024.478897   -161.858733  2  6  5 204       
+PG17 -14803.202816 -18751.435132 -11709.720894    184.207931  8  8 10 171       
+PG18  13377.363334  15649.564317  17283.650723    129.499501  5 11  5 102       
+PG19  10764.494394 -13747.764301  19914.655020   -125.886385  9  8  2 232       
+PG20   6112.917541 -14988.949801 -21199.615259     48.819896 11  6  9 229       
+PG21   2617.265572  18572.235409  18972.863175   -134.341700  8  8 10 140       
+PG22  22252.124359  11442.249750   9227.161076    150.880771  5 11  8 224       
+PG23   2997.095240 -21880.212625 -14501.201404    316.350626  7  8 10           
+PG24  14028.685036 -21485.653826  -6215.537658    377.948945  5    13 183       
+PG25   4804.918052  15577.382707 -20986.220642     -0.970793 10  6  6 212       
+PG26 -13657.001906   4428.534252  21750.189409   -160.321257 11 10  7 230       
+PG27 -17855.446071  19177.867019   3788.424372    251.250129 10  8  7 220       
+PG28 -19588.486074 -13255.694993  12858.927955     28.626043  7  8 10 191       
+PG29   3326.929285  25504.580778  -6622.533503    196.538027  3  3  9 152       
+PG30  26296.462807   3846.823630   -471.210433    333.518737  5 10  3 205       
+PG31  17190.543428    662.080259 -20091.034230     60.551742  7 10  9 190       
+PG32  15142.822853  -9867.917952 -19035.631177   -226.295180  9  8 10 227       
+*  2011  4  1  3 45  0.00000000
+PG02 -19532.827747   6950.102484 -16289.202167    328.209887  7  5 10 205       
+PG03  17009.028470   -788.067671  20041.119569    695.997324  2 10    222       
+PG04 -15310.124973  -5456.062499 -21254.413210     76.059631  9  9  9 159       
+PG05 -25571.031353   2228.049097   7015.050747   -137.806690  7  4 10 129       
+PG06  17996.701289   4034.725226  19346.120575   -222.123762  4 11  3 219       
+PG07   1172.579787 -20517.962863  16712.415236      6.991708 10  7  8 194       
+PG08  -7380.034202 -13077.585598  21854.066957      7.625677 10  7  6 217       
+PG09 -14783.246518  22054.448835   -893.981116     71.066955 10  8  5 196       
+PG10 -24017.859184  -8906.560186  -7923.148552    -70.385008  8  6 11 220       
+PG11  11931.065926 -23297.894273   2902.731998   -139.042906  7 10  9 140       
+PG12 -13075.948076  11872.727436 -19752.895946    -15.072530 10  7  9 196       
+PG13  -4388.440810 -25417.160189  -6364.251643    276.875754  5  4 10 220       
+PG14  14586.666871  19753.476407 -10138.965571    141.142829  8  9  2 213       
+PG15  -8199.038095  15800.372789  19667.914765   -138.764747  8  6  7 183       
+PG16  26199.124671    154.256430   5292.419512   -161.861166     6  5 199       
+PG17 -15021.142443 -19958.631900  -9218.366168    184.208080  8  8 11 175       
+PG18  11372.757947  15482.828040  18795.150313    129.501508  6 10  5 105       
+PG19  11549.520443 -11537.944437  20885.387034   -125.889529  9  8    234       
+PG20   8463.407613 -14666.342262 -20598.834365     48.819761 11  6 10 206       
+PG21   1183.515538  20041.134851  17478.841480   -134.344096  8  7 10 132       
+PG22  21045.754309  11531.242735  11659.671347    150.880197  5 11  7 224       
+PG23   3819.415990 -20282.797244 -16521.826384    316.348303  8  9 10           
+PG24  14629.006440 -21709.621873  -3440.264339    377.953145  6  3 13 208       
+PG25   2386.654178  15315.180878 -21583.741792     -0.971129  9  6  6 211       
+PG26 -14446.745740   1946.582270  21643.227861   -160.330739 11 10  8 228       
+PG27 -17720.240988  18630.885409   6620.965267    251.253262 10  8  6 203       
+PG28 -18078.619586 -13118.949930  15084.482113     28.628252  7  8 10 195       
+PG29   2796.357975  24718.145488  -9279.116961    196.540535  3  4  8 143       
+PG30  26099.779359   4082.513806  -3312.304477    333.522339  5 10  3 200       
+PG31  15746.659458   2564.694336 -21068.867946     60.556437  7 10  9 194       
+PG32  17208.296687  -9211.998548 -17537.556174   -226.302043  9  8 10 192       
+*  2011  4  1  4  0  0.00000000
+PG02 -18613.818505   5172.380044 -17981.346655    328.211768  7  5 10 210       
+PG03  18164.310982   1227.301104  19028.858710    696.002477  3 10    221       
+PG04 -13960.867816  -7453.831307 -21546.348245     76.069263  8  9 10 125       
+PG05 -26197.030714   1924.042793   4275.907132   -137.811486  7  2 10  75       
+PG06  18875.901068   5954.498430  17970.730486   -222.228733  3 10  3 220       
+PG07   2336.058439 -21902.463712  14694.161870      6.992626 10  7  8 188       
+PG08  -5782.897274 -14941.732457  21078.764677      7.624684 10  5  5 214       
+PG09 -14876.808219  21845.557782   2006.401424     71.070379 10  8  5 203       
+PG10 -22983.220173  -9034.616945 -10469.333742    -70.386531  9  6 10 181       
+PG11  12197.943599 -22636.019739   5567.323193   -139.045596  6  7  9 142       
+PG12 -15242.098453  11555.013904 -18324.523106    -15.069828 10  7  9 193       
+PG13  -3927.449837 -24666.868606  -9097.663926    276.874135  5  5 10 213       
+PG14  14819.246457  20763.335347  -7488.602435    141.144790  7  9  4 208       
+PG15  -9331.374855  13779.452899  20672.585065   -138.762155  8  5  7 186       
+PG16  26612.058544    388.941936   2470.975536   -161.863758     6  6 192       
+PG17 -15187.002675 -20885.106775  -6569.514120    184.208166  7  8 11 184       
+PG18   9211.487318  15399.014150  19994.454962    129.503520  7 10  4 134       
+PG19  12477.070277  -9290.365333  21494.661696   -125.893328  9  8    235       
+PG20  10740.885007 -14461.300197 -19647.775818     48.819721 11  6 10 221       
+PG21    -77.508035  21430.305182  15686.041709   -134.347246  8  6  9 126       
+PG22  19585.728795  11649.061498  13894.214260    150.879607  5 10  7 223       
+PG23   4811.151983 -18537.518768 -18254.183111    316.345946  8  9 10 107       
+PG24  15020.829362 -21711.399095   -604.718953    377.956555  7  5 14 162       
+PG25    -88.713617  15177.022129 -21810.401752     -0.971372  9  7  5 210       
+PG26 -15356.922329   -450.670931  21143.629166   -160.339901 10 11  8 228       
+PG27 -17445.140593  17815.654987   9339.498555    251.255730 10  8  4 197       
+PG28 -16333.986499 -13036.234979  17061.625600     28.630543  7  8 10 199       
+PG29   2110.423117  23691.583042 -11775.808863    196.542889  3  4  8  98       
+PG30  25599.371144   4311.757977  -6096.834308    333.524880  6 10  4 192       
+PG31  14355.278077   4619.813748 -21678.710180     60.561022  7  9  8 201       
+PG32  19117.618457  -8692.374838 -15726.552886   -226.308618  8  7 10 224       
+*  2011  4  1  4 15  0.00000000
+PG02 -17694.163588   3205.215967 -19358.154749    328.214098  8  6 10 208       
+PG03  19330.543236   3073.721986  17680.700097    696.006320  2 10    222       
+PG04 -12703.511857  -9529.032202 -21474.707276     76.077913  8  8 10 103       
+PG05 -26524.443591   1658.016348   1463.603582   -137.816991  6  2 11  88       
+PG06  19757.187861   7683.577078  16292.066210   -222.334141  3 11  3 219       
+PG07   3296.631490 -23139.890871  12420.686689      6.993433 10  7  9 183       
+PG08  -4355.344605 -16809.072314  19937.339473      7.625185 10  5  4 212       
+PG09 -14822.406119  21354.483274   4871.982630     71.072036 10  9  3 199       
+PG10 -21682.445262  -9203.872900 -12840.565912    -70.387494 10  7 10 176       
+PG11  12405.947970 -21701.432295   8133.309545   -139.048507  6  8 10 159       
+PG12 -17242.752221  11360.169017 -16578.255795    -15.067537 10  6 10 179       
+PG13  -3301.020369 -23670.189268 -11674.909398    276.872794  5  6 10 204       
+PG14  14974.429152  21480.280126  -4709.705339    141.146976  7 10  5 199       
+PG15 -10609.688304  11738.273684  21320.682562   -138.759574  9  6  8 186       
+PG16  26717.796838    584.633140   -392.197476   -161.866204     6  6 189       
+PG17 -15262.204737 -21529.144848  -3808.657228    184.208328  7  8 11 181       
+PG18   6932.164835  15416.923110  20861.270016    129.505279  7 10  5 145       
+PG19  13537.479496  -7052.847046  21732.959441   -125.896787  8  9    236       
+PG20  12901.382268 -14363.674485 -18362.245404     48.820121 11  7 10 210       
+PG21  -1162.958690  22696.516981  13623.262981   -134.349539  8  6 10  87       
+PG22  17896.746324  11826.147537  15893.107192    150.878715  5 10  7 223       
+PG23   5975.836172 -16690.598099 -19668.771621    316.343954  8  9  9 228       
+PG24  15229.978543 -21465.432392   2241.420425    377.961062  8  6 14 185       
+PG25  -2572.545862  15168.964128 -21662.256649     -0.971674  9  6  5 205       
+PG26 -16361.988701  -2715.890618  20262.259116   -160.349329 10 11  9 225       
+PG27 -17071.675389  16729.669352  11898.542313    251.259699 10  8  6 199       
+PG28 -14385.715917 -13037.977498  18758.584631     28.632589  8  8 10 201       
+PG29   1248.683861  22459.538470 -14069.384972    196.545526  4  4  8  94       
+PG30  24805.290215   4571.233195  -8777.708481    333.527654  6 10  3 191       
+PG31  13051.830470   6790.933532 -21909.067227     60.565524  7  9  7 200       
+PG32  20827.902573  -8292.677470 -13634.807179   -226.315460  8  8 10 216       
+*  2011  4  1  4 30  0.00000000
+PG02 -16810.112289   1077.169887 -20396.608342    328.216133  8  6 10 211       
+PG03  20469.973660   4727.803363  16021.884319    696.011663  2 10    221       
+PG04 -11560.814447 -11641.493872 -21039.663366     76.087386  8  8 11 122       
+PG05 -26546.616358   1393.706634  -1373.734613   -137.821887  5    11 136       
+PG06  20603.175678   9202.391006  14338.512707   -222.439426  3 10  3 218       
+PG07   4063.802123 -24187.558545   9931.240098      6.994325 10  6  9 180       
+PG08  -3112.931317 -18630.591215  18448.128053      7.624391 10  5  3 205       
+PG09 -14656.990455  20568.141697   7652.577966     71.074124 10  9  5 192       
+PG10 -20139.392912  -9445.725875 -14997.338126    -70.388334 10  8 10 171       
+PG11  12587.195260 -20500.091435  10554.899300   -139.051131  6  8 10 175       
+PG12 -19036.785925  11266.095053 -14544.117212    -15.064674  9  6 11 168       
+PG13  -2487.354955 -22463.872851 -14052.101971    276.871520  5  7 10 193       
+PG14  15012.542143  21908.637102  -1850.135806    141.149158  6 10  5 185       
+PG15 -12017.362188   9721.670419  21601.517514   -138.756722  9  6  9 188       
+PG16  26512.272356    779.506418  -3248.742028   -161.868940     5  7 188       
+PG17 -15209.632326 -21897.609619   -982.989158    184.208541  7  8 11 190       
+PG18   4576.907981  15548.646067  21380.591476    129.506867  8  9  5 163       
+PG19  14713.315169  -4871.087589  21597.215203   -125.900222  8  9  1 236       
+PG20  14904.090551 -14356.334423 -16763.725430     48.819828 10  7 10 186       
+PG21  -2077.574150  23797.913136  11324.389795   -134.351463  8  5 10 117       
+PG22  16009.982296  12088.474513  17622.677277    150.878034  6 10  6 221       
+PG23   7308.684324 -14789.419252 -20741.812454    316.341397  8  9  9 171       
+PG24  15287.672737 -20953.309941   5048.349475    377.964972  9  7 14 157       
+PG25  -5015.817711  15288.959213 -21141.792013     -0.971978  9  5  5 198       
+PG26 -17429.673292  -4807.798112  19017.052755   -160.358482 10 11 10 224       
+PG27 -16642.233295  15379.059293  14256.058594    251.262719 10  8  6 195       
+PG28 -12270.679537 -13148.938215  20148.116812     28.634925  8  8 10 204       
+PG29    197.885032  21061.589991 -16120.050160    196.548026  4  5  8 128       
+PG30  23735.798174   4895.392476 -11310.006828    333.529738  6 10  2 188       
+PG31  11865.567231   9035.632789 -21755.163213     60.570121  7  9  6 200       
+PG32  22301.775690  -7989.738321 -11299.705002   -226.322126  8  8 11 207       
+*  2011  4  1  4 45  0.00000000
+PG02 -15993.240639  -1176.851462 -21079.832039    328.217920  8  7  9 209       
+PG03  21542.959010   6174.109194  14082.953791    696.016739  3 10    220       
+PG04 -10548.643895 -13747.772484 -20247.454893     76.096390  7  8 11 120       
+PG05 -26265.554403   1094.517477  -4187.584714   -137.827417  4    11 149       
+PG06  21374.741447  10499.004846  12143.000085   -222.544636  2 10  3 218       
+PG07   4654.917560 -25007.065288   7268.950085      6.995256 10  6 10 181       
+PG08  -2062.472578 -20356.197779  16635.795264      7.623033  9  5  4 203       
+PG09 -14420.158498  19482.568224  10298.855976     71.076687 10 10  6 192       
+PG10 -18384.562887  -9787.024021 -16903.643631    -70.389269 10  8  9 162       
+PG11  12772.953400 -19046.006524  12788.745084   -139.053998  6  9 10 188       
+PG12 -20589.087252  11244.400522 -12257.230250    -15.062077  9  5 11 156       
+PG13  -1472.173116 -21089.639524 -16188.917771    276.870686  6  7  9 192       
+PG14  14896.545935  22061.490795   1041.069945    141.151102  6  9  6 174       
+PG15 -13530.477339   7771.403869  21510.750080   -138.753767  9  6  9 189       
+PG16  26000.222122   1011.698734  -6050.370738   -161.871404  1  4  8 186       
+PG17 -14995.184611 -22005.515831   1859.385750    184.208685  7  7 11 196       
+PG18   2189.976598  15799.040368  21542.967729    129.508837  8  9  5 172       
+PG19  15979.991421  -2787.087437  21090.799614   -125.903438  7  9  3 237       
+PG20  16712.744004 -14415.892275 -14879.048770     48.819783 10  8 11 189       
+PG21  -2833.390391  24695.627961   8827.928742   -134.353630  8  4 10 130       
+PG22  13962.041133  12456.434339  19053.791872    150.877407  6  9  6 221       
+PG23   8796.647342 -12880.778608 -21455.614412    316.338980  9 10  8 168       
+PG24  15229.110711 -20164.600467   7767.053522    377.967843  9  7 14 112       
+PG25  -7370.807870  15526.940858 -20257.884481     -0.972251  9  5  6 194       
+PG26 -18522.336560  -6692.574560  17432.500573   -160.367686  9 11 11 223       
+PG27 -16198.332598  13778.378503  16374.028996    251.266698 10  8  7 192       
+PG28 -10030.286516 -13387.238918  21207.854537     28.636957  9  8 10 208       
+PG29  -1047.313083  19540.755489 -17892.145116    196.550445  5  5  8 145       
+PG30  22416.659751   5314.996703 -13651.668173    333.533411  6  9  2 187       
+PG31  10818.468300  11307.048463 -21219.079963     60.574668  7  9  5 199       
+PG32  23508.759814  -7754.706978  -8763.089594   -226.328805  7  8 11 196       
+*  2011  4  1  5  0  0.00000000
+PG02 -15269.259938  -3516.799487 -21397.311065    328.219987  7  8  9 213       
+PG03  22509.527468   7405.474561  11899.089368    696.021999  2 10  2 216       
+PG04  -9675.451644 -15802.618688 -19110.361351     76.105258  7  8 11 116       
+PG05 -25691.829148    725.122066  -6929.841579   -137.832528  4    11 143       
+PG06  22032.525659  11569.374416   9742.483415   -222.649797  2 10  4 211       
+PG07   5094.297133 -25565.799296   4480.060271      6.996321  9  6 10 175       
+PG08  -1201.885123 -21936.605663  14530.981640      7.622863  9  5  5 191       
+PG09 -14152.464763  18103.340530  12763.282622     71.080029 10 10  6 195       
+PG10 -16454.081001 -10248.919688 -18527.521850    -70.389885 10  8  8 169       
+PG11  12992.203188 -17360.847320  14794.809082   -139.056826  7  9 10 188       
+PG12 -21871.789738  11261.641864  -9757.205445    -15.059688  8  5 11 159       
+PG13   -249.428376 -19592.584957 -18049.248649    276.868690  6  8  9 193       
+PG14  14593.594506  21960.023449   3914.532833    141.153194  6  9  7 177       
+PG15 -15118.623386   5924.712981  21050.430910   -138.751346  9  6 10 179       
+PG16  25195.030936   1317.675862  -8749.639995   -161.873852  3  4  7 167       
+PG17 -14589.214098 -21875.308798   4670.245294    184.208829  7  7 11 198       
+PG18   -183.671290  16165.474048  21344.693579    129.510775  8  9  6 164       
+PG19  17306.666337   -837.737042  20223.390557   -125.906961  7  9  4 237       
+PG20  18296.844586 -14513.680224 -12739.983428     48.820149 10  8 11 203       
+PG21  -3449.155804  25355.339907   6176.429069   -134.356595  9  3 10 206       
+PG22  11793.717437  12943.943825  20162.317139    150.876561  6  8  6 221       
+PG23  10418.795135 -11009.183750 -21798.823428    316.336875  9  9  8 242       
+PG24  15091.910550 -19097.380696  10350.201366    377.971859  9  9 14 125       
+PG25  -9592.739450  15865.232461 -19025.654881     -0.972510  9  5  7 198       
+PG26 -19598.544301  -8344.921253  15539.004903   -160.376947  9 11 11 218       
+PG27 -15778.985840  11950.091129  18218.928887    251.270385 10  9  7 194       
+PG28  -7709.134347 -13763.634357  21920.591149     28.639150  8  8  9 204       
+PG29  -2483.913718  17941.873408 -19354.784730    196.553080  5  6  8 174       
+PG30  20880.181258   5855.809691 -15764.110010    333.535447  6  9  1 167       
+PG31   9924.452319  13555.544190 -20309.762165     60.579220  7  9  5 204       
+PG32  24426.375524  -7554.411501  -6070.422166   -226.335646  7  8 11 199       
+*  2011  4  1  5 15  0.00000000
+PG02 -14657.085368  -5898.878413 -21344.983654    328.221789  7  7  9 169       
+PG03  23330.942072   8422.987327   9509.382263    696.025230  2  9  3 214       
+PG04  -8942.028722 -17760.536817 -17646.583526     76.114756  6  8 12  65       
+PG05 -24844.171785    253.016294  -9553.624561   -137.837684  4    11 167       
+PG06  22538.456067  12417.313850   7177.362304   -222.755130  2  9  3 208       
+PG07   5412.080670 -25838.231451   1613.104041      6.996772  9  7 11 167       
+PG08   -520.392904 -23325.221403  12169.819521      7.622272  9  5  6 186       
+PG09 -13893.665548  16445.632134  15001.073546     71.082540 10 11  7 199       
+PG10 -14388.489782 -10845.936193 -19841.551661    -70.390718 10  8  6 176       
+PG11  13270.296445 -15473.243477  16537.165968   -139.059284  7  9  9 192       
+PG12 -22865.233302  11280.777688  -7087.441729    -15.057109  8  6 11 166       
+PG13   1178.293934 -18019.479823 -19601.777733    276.867125  7  8  9 197       
+PG14  14076.433440  21632.562097   6721.355226    141.155357  6  9  7 180       
+PG15 -16745.967407   4213.056380  20228.932528   -138.748468  9  6 10 177       
+PG16  24118.265546   1730.659915 -11300.715528   -161.876174  4  3  8 139       
+PG17 -13967.796988 -21535.880133   7402.033194    184.208941  8  7 10 200       
+PG18  -2499.858132  16637.851766  20787.931653    129.512605  8  8  7 160       
+PG19  18657.381990    946.382210  19010.742053   -125.910444  6  8  5 237       
+PG20  19632.680793 -14616.944762 -10382.731582     48.820127  9  9 11 200       
+PG21  -3949.458963  25748.691219   3415.789614   -134.358845  9  2 10 133       
+PG22   9548.611249  13557.804100  20929.499731    150.875812  7  8  6 222       
+PG23  12147.012801  -9215.267725 -21766.552427    316.334784  9 10  7 243       
+PG24  14914.467889 -17758.430836  12752.998053    377.976065  9  8 14 160       
+PG25 -11641.310522  16279.262977 -17466.214758     -0.972781  8  4  8 197       
+PG26 -20614.777562  -9748.742843  13372.134672   -160.386303  8 11 12 216       
+PG27 -15419.208868   9923.791578  19762.105095    251.272671 10  9  7 200       
+PG28  -5353.559089 -14281.049911  22274.510703     28.641369  9  8  9 204       
+PG29  -4100.490300  16309.920849 -20482.415566    196.555645  5  7  8 176       
+PG30  19164.033983   6537.499835 -17612.776632    333.539382  6  9  2 150       
+PG31   9188.920598  15730.507253 -19042.884605     60.583786  7  8  5 199       
+PG32  25040.918550  -7352.901723  -3269.869517   -226.342544  6  8 11 197       
+*  2011  4  1  5 30  0.00000000
+PG02 -14168.196035  -8277.071025 -20925.212930    328.223697  7  7  9 156       
+PG03  23971.201805   9235.647287   6956.061902    696.030787  2  8  3 209       
+PG04  -8341.560548 -19577.380704 -15880.024048     76.123926  5  8 12 104       
+PG05 -23748.769318   -350.036431 -12014.063716   -137.843091  5    10 181       
+PG06  22857.239523  13054.174543   4490.846574   -222.861169  1  9  4 203       
+PG07   5642.843545 -25806.942868  -1281.968918      6.997720  8  8 11 171       
+PG08      0.904804 -24479.958724   9593.322115      7.624098  8  6  7 176       
+PG09 -13680.971504  14533.879386  16971.129169     71.083327 10 11  7 196       
+PG10 -12231.385897 -11585.280717 -20823.287158    -70.390523 10  9  5 171       
+PG11  13627.771434 -13417.800812  17984.721165   -139.062416  7 10  9 197       
+PG12 -23558.611509  11262.777118  -4294.353175    -15.054053  7  6 12 157       
+PG13   2799.710856 -16417.027446 -20820.470340    276.865930  7  9  9 196       
+PG14  13324.584790  21113.372340   9413.925283    141.157422  6  9  7 181       
+PG15 -18372.537239   2661.088661  19060.774971   -138.745641  8  5 10 161       
+PG16  22798.914801   2279.174313 -13660.120008   -161.878702  5  4  8  99       
+PG17 -13113.790374 -21021.358627  10008.623392    184.209103  8  7 10 204       
+PG18  -4716.649761  17198.925930  19880.755838    129.514378  9  8  7 160       
+PG19  19992.401193   2541.942465  17474.358613   -125.913807  6  8  6 236       
+PG20  20704.100568 -14690.214887  -7847.348529     48.820259  9  9 11 198       
+PG21  -4363.597121  25854.509432    594.459512   -134.360950  9    10 150       
+PG22   7271.647314  14297.336046  21342.267293    150.874927  7  7  6 223       
+PG23  13946.977896  -7534.378283 -21360.394708    316.332432  9 10  7 242       
+PG24  14734.301199 -16163.092083  14933.979191    377.981039  9  7 13 167       
+PG25 -13482.056215  16738.562103 -15606.310170     -0.973056  8  5  8 193       
+PG26 -21527.200840 -10897.439502  10971.807548   -160.395196  7 11 12 209       
+PG27 -15148.720304   7735.193712  20980.063885    251.276078 10  9  7 196       
+PG28  -3010.130561 -14934.399246  22263.361335     28.643417  9  8  9 200       
+PG29  -5877.426839  14688.334612 -21255.281154    196.558049  6  7  7 178       
+PG30  17309.908231   7372.783103 -19167.613966    333.542059  5  9  2 124       
+PG31   8608.656608  17782.200144 -17440.581989     60.588379  7  8  5 196       
+PG32  25347.878841  -7113.105360   -411.344153   -226.349195  5  8 11 193       
+*  2011  4  1  5 45  0.00000000
+PG02 -13806.304961 -10604.733880 -20146.645721    328.225750  7  8  9 148       
+PG03  24398.423092   9859.726825   4283.699166    696.036104  3  8  4 205       
+PG04  -7859.983570 -21211.927149 -13839.965690     76.133250  3  8 11 143       
+PG05 -22438.289557  -1106.724186 -14269.053038   -137.848081  5    10 185       
+PG06  22957.767712  13498.246890   1728.275008   -222.965942     8  3 197       
+PG07   5824.034734 -25463.344371  -4154.695821      6.998481  8  7 11 181       
+PG08    388.120817 -25364.900863   6846.654509      7.625064  8  6  8 163       
+PG09 -13547.385494  12401.063313  18636.925069     71.085248 10 11  6 198       
+PG10 -10027.950285 -12466.428883 -21455.630871    -70.390418 10  9  2 158       
+PG11  14079.378852 -11233.875698  19111.824562   -139.065384  8 10  9 204       
+PG12 -23950.279181  11168.317161  -1426.536898    -15.051707  6  7 12 142       
+PG13   4595.108378 -14830.144773 -21684.975100    276.864757  7  9  8 187       
+PG14  12325.276113  20441.246590  11946.689920    141.159591  6  9  7 175       
+PG15 -19955.669469   1285.908066  17566.350644   -138.742994  8  5 11 159       
+PG16  21272.361568   2985.760754 -15787.452489   -161.881167  6  5  8 133       
+PG17 -12017.638764 -20369.722323  12446.055175    184.209311  8  7 10 209       
+PG18  -6795.751395  17824.887467  18637.111228    129.516117  9  7  8 165       
+PG19  21269.688369   3933.528537  15641.084101   -125.917471  5  8  7 235       
+PG20  21503.007251 -14696.793249  -5177.088643     48.820140  9 10 10 192       
+PG21  -4724.226071  25659.770588  -2237.454451   -134.364099  9     9 168       
+PG22   5007.551429  15154.305313  21393.444146    150.874297  6  7  6 221       
+PG23  15779.377351  -5995.393225 -20588.325572    316.330122  9  9  7 242       
+PG24  14586.451933 -14334.794425  16855.731562    377.984242  8  7 12 181       
+PG25 -15087.490458  17207.996846 -13477.868259     -0.973362  8  5  9 187       
+PG26 -22293.412330 -11793.812684   8381.427673   -160.404418  7 10 12 207       
+PG27 -14990.867466   5424.931271  21854.677174    251.278902 10  9  7 193       
+PG28   -724.139689 -15710.688613  21886.571154     28.645608  8  8  8 200       
+PG29  -7787.484764  13117.401161 -21659.785418    196.560874  5  7  8 186       
+PG30  15362.047552   8366.832968 -20403.470630    333.545237  6  9  2 146       
+PG31   8172.086461  19663.589996 -15531.045803     60.592811  6  7  5 203       
+PG32  25351.988465  -6798.522905   2454.476711   -226.356115  4  9 11 180       
+*  2011  4  1  6  0  0.00000000
+PG02 -13567.344618 -12836.199924 -19023.967652    328.227843  6  8  9 102       
+PG03  24586.051874  10317.867704   1538.402621    696.040044  3  8  5 204       
+PG04  -7476.635784 -22627.366827 -11560.646611     76.142901  2  8 12 157       
+PG05 -20950.671715  -2033.118595 -16279.959049   -137.853522  5  3 10 173       
+PG06  22814.384987  13773.905491  -1063.605156   -223.071173     8  6 196       
+PG07   5994.301861 -24808.057859  -6955.014963      6.999256  7  7 11 184       
+PG08    673.357250 -25951.736964   3978.300267      7.626584  8  7  8 164       
+PG09 -13520.202646  10087.626187  19967.328976     71.087310 10 11  5 201       
+PG10  -7823.420825 -13480.998153 -21727.139143    -70.391062 10  8  4 144       
+PG11  14633.361893  -8964.160541  19898.763338   -139.068229  8 10  8 211       
+PG12 -24047.707915  10959.500004   1466.101153    -15.049140  5  7 12 110       
+PG13   6536.928748 -13300.329985 -22180.931641    276.862960  7  9  8 185       
+PG14  11074.080985  19657.941132  14276.886173    141.161748  6  9  7 181       
+PG15 -21451.566492     96.601405  15771.554715   -138.740462  7  4 11 160       
+PG16  19579.121870   3865.917346 -17646.069311   -161.883495  7  6  8 142       
+PG17 -10677.901549 -19621.283541  14673.230254    184.209447  8  7 10 215       
+PG18  -8703.786156  18486.221016  17076.685170    129.517818  9  7  7 174       
+PG19  22446.477901   5113.992096  13542.614596   -125.920561  5  8  8 234       
+PG20  22029.557319 -14600.313745  -2417.687080     48.820110  9 10 10 185       
+PG21  -5065.844674  25160.252867  -5029.155516   -134.366116  9  1  9 168       
+PG22   2799.338441  16113.140418  21081.879135    150.873705  6  6  6 222       
+PG23  17601.314431  -4619.802945 -19464.498714    316.328035  8  9  7 239       
+PG24  14502.003861 -12304.276507  18485.527346    377.986153  8  5 11 195       
+PG25 -16437.983812  17649.201843 -11117.453844     -0.973694  7  5  9 175       
+PG26 -22874.105664 -12449.605797   5647.004909   -160.413520  7 10 13 205       
+PG27 -14961.805587   3037.214343  22373.315197    251.280480 10  9  6 192       
+PG28   1461.874338 -16589.406736  21149.304489     28.647860  8  8  8 200       
+PG29  -9796.675824  11632.779085 -21688.746490    196.563106  5  7  7 172       
+PG30  13365.714921   9516.973491 -21300.425627    333.548262  6  9  3 150       
+PG31   7859.889828  21332.079528 -13347.996563     60.597335  5  7  5 194       
+PG32  25066.902164  -6374.887035   5277.127391   -226.362976  4  9 10 169       
+*  2011  4  1  6 15  0.00000000
+PG02 -13439.761262 -14928.328363 -17577.565051    328.229951  6  8  9  58       
+PG03  24513.865284  10637.957002  -1232.976903    696.044613  3  8  6 196       
+PG04  -7165.181425 -23792.653316  -9080.734027     76.152182  3  6 11 173       
+PG05 -19327.727962  -3137.861283 -18012.273603   -137.858702  6  3  9 186       
+PG06  22407.970603  13910.527661  -3837.389481   -223.176785     8  5 185       
+PG07   6191.772093 -23850.944017  -9634.171760      7.000129  7  8 12 196       
+PG08    893.221988 -26220.907025   1039.141697      7.626366  8  9  9 188       
+PG09 -13619.744742   7640.061418  20937.316062     71.090505 10 11  4 200       
+PG10  -5661.559962 -14612.918046 -21632.254034    -70.391664 10  8  6  95       
+PG11  15291.021765  -6653.141996  20332.121739   -139.070892  8 10  9 213       
+PG12 -23867.091637  10601.520200   4333.244726    -15.046961  3  8 12 108       
+PG13   8590.655504 -11864.176130 -22300.182441    276.862270  7  9  8 203       
+PG14   9575.249086  18806.520898  16365.221819    141.163892  6  9  7 183       
+PG15 -22816.903435   -905.899223  13707.328523   -138.737560  7  4 11 149       
+PG16  17763.395456   4927.299904 -19203.715823   -161.886102  7  6  8 165       
+PG17  -9101.482945 -18817.102436  16652.563651    184.209610  8  7  9 217       
+PG18 -10413.407654  19148.799563  15224.684470    129.519742  8  7  8 172       
+PG19  23480.871305   6084.492588  11214.944970   -125.924173  4  7  8 232       
+PG20  22292.049747 -14366.305495    383.412252     48.820668  9 11 10 178       
+PG21  -5423.178025  24360.841711  -7730.176138   -134.368370  9  2  9 175       
+PG22    686.866168  17151.437196  20412.483235    150.872633  6  6  7 222       
+PG23  19367.850175  -3421.090102 -18008.945218    316.325598  8  9  8 239       
+PG24  14506.779836 -10108.531505  19795.861965    377.989444  8  2 11 200       
+PG25 -17522.343811  18022.148153  -8565.644858     -0.974008  7  5 10 166       
+PG26 -23234.580996 -12884.714872   2816.278264   -160.422567  8 10 13 201       
+PG27 -15069.948371    618.388238  22528.913456    251.283223 10  9  6 191       
+PG28   3509.509699 -17543.191365  20062.455173     28.650014  8  9  7 197       
+PG29 -11865.408255  10264.212536 -21341.535249    196.565822  6  8  7 181       
+PG30  11365.643338  10812.662519 -21844.043506    333.551342  6  8  3 161       
+PG31   7645.935180  22751.067204 -10930.043484     60.601979  5  7  6 196       
+PG32  24514.531009  -5811.715732   8007.300929   -226.369867  3  9 10 155       
+*  2011  4  1  6 30  0.00000000
+PG02 -13405.099999 -16841.945675 -15833.104869    328.232051  7  8 10 200       
+PG03  24168.731720  10851.831177  -3983.620494    696.050476  3  8  6 185       
+PG04  -6894.778429 -24683.654321  -6442.700582     76.161435  5  8 10 182       
+PG05 -17613.608363  -4421.636613 -19436.200537   -137.863888  6  3  9 202       
+PG06  21726.793493  13941.223586  -6545.788875   -223.282396     8  5 169       
+PG07   6452.359529 -22610.775172 -12145.597752      7.000887  7  8 12 203       
+PG08   1087.147135 -26162.402310  -1918.524258      7.627686  8 10 10 165       
+PG09 -13858.392036   5109.233223  21528.556248     71.092227 10 11  3 193       
+PG10  -3583.170900 -15838.895500 -21171.455870    -70.392072 10  8  7  85       
+PG11  16046.586378  -4345.499124  20405.000405   -139.073522  9 10  9 214       
+PG12 -23432.618790  10064.213796   7125.071676    -15.044251  2  8 12 110       
+PG13  10715.962803 -10552.084274 -22040.887605    276.860663  7  9  8 206       
+PG14   7841.715173  17929.673376  18176.497182    141.165748  7  9  7 176       
+PG15 -24010.424449  -1728.645135  11409.124428   -138.734890  6  4 11 134       
+PG16  15871.479491   6169.219585 -20433.098213   -161.888533  8  7  8 171       
+PG17  -7303.556293 -17997.386784  18350.580807    184.209906  8  8  9 219       
+PG18 -11904.202196  19775.183765  13111.514943    129.521571  8  7  8 176       
+PG19  24333.404716   6854.227731   8697.758968   -125.927648  3  7  9 228       
+PG20  22306.508561 -13963.701779   3177.870229     48.820552  8 11 10 176       
+PG21  -5829.531104  23275.463125 -10291.420692   -134.370720  9  3  9 184       
+PG22  -1294.492413  18240.732784  19396.175173    150.872301  6  7  7 219       
+PG23  21033.620038  -2404.424547 -16247.183985    316.323168  8  9  8 238       
+PG24  14620.265863  -7789.523331  20764.888326    377.992662  8  2 10 201       
+PG25 -18338.075635  18286.789639  -5866.336997     -0.974311  6  5 10 165       
+PG26 -23346.053591 -13126.115060    -62.137728   -160.431849  9  9 13 193       
+PG27 -15315.699640  -1784.558525  22319.980890    251.286087 10  9  6 184       
+PG28   5385.754305 -18538.755491  18642.572519     28.652145  8  9  7 190       
+PG29 -13949.862202   9034.486703 -20624.095182    196.568396  6  8  7 182       
+PG30   9404.522634  12235.762891 -22025.557930    333.553533  6  8  4 156       
+PG31   7498.498847  23891.271827  -8319.946858     60.606411  5  7  5 197       
+PG32  23724.064474  -5083.695213  10597.745616   -226.376854  3  9 10 151       
+*  2011  4  1  6 45  0.00000000
+PG02 -13438.852470 -18543.127592 -13821.043982    328.234131  7  8 10 191       
+PG03  23545.108160  10993.861087  -6667.483734    696.055881  3  8  6 186       
+PG04  -6631.446150 -25284.055181  -3692.110677     76.171428  7  9  9 208       
+PG05 -15853.186774  -5876.952095 -20527.166646   -137.869164  7  3  9 189       
+PG06  20767.105088  13901.423826  -9142.413009   -223.387672     8  6 172       
+PG07   6808.168387 -21114.567383 -14445.744518      7.001884  7  9 12 195       
+PG08   1295.582456 -25776.183202  -4842.009407      7.627803  9  9 11 186       
+PG09 -14239.962328   2548.497899  21729.850961     71.095170 10 11  4 190       
+PG10  -1624.715571 -17129.163784 -20351.330491    -70.393089 10  8  8 119       
+PG11  16887.385554  -2084.510455  20117.092712   -139.076392  9 10  9 219       
+PG12 -22775.441522   9323.426493   9793.145873    -15.041725  2  9 12 153       
+PG13  12868.086522  -9387.222157 -21407.542286    276.859254  7  9  8 195       
+PG14   5894.787606  17068.053427  19680.160999    141.168316  7  9  7 183       
+PG15 -24994.468677  -2386.193998   8916.301337   -138.731879  5  3 11 145       
+PG16  13950.102868   7582.459857 -21312.384740   -161.891170  8  7  8 172       
+PG17  -5307.185086 -17199.935866  19738.453945    184.209849  8  8  8 224       
+PG18 -13163.341965  20326.082166  10772.360926    129.523188  8  7  9 181       
+PG19  24968.530143   7439.867272   6033.772398   -125.931080  2  6  9 225       
+PG20  22095.972262 -13366.233541   5917.293817     48.820734  8 11  9 174       
+PG21  -6315.188871  21926.639782 -12666.200677   -134.372857  9  4  8 178       
+PG22  -3115.010168  19347.522650  18049.734018    150.871446  5  7  7 217       
+PG23  22554.465102  -1566.679732 -14209.752976    316.321156  7  8  8 232       
+PG24  14854.802128  -5392.725599  21376.743028    377.994395  9  2  9 208       
+PG25 -18891.313191  18404.722823  -3065.989321     -0.974549  5  5 11 161       
+PG26 -23186.719431 -13206.556353  -2939.569029   -160.441092 10  9 13 192       
+PG27 -15691.468145  -4125.490983  21750.554917    251.288601 11 10  6 180       
+PG28   7064.061285 -19538.048107  16911.714877     28.654412  7 10  7 193       
+PG29 -16003.541025   7958.666657 -19548.842645    196.571011  6  8  8 171       
+PG30   7521.572318  13761.090849 -21841.984394    333.556564  6  8  4 173       
+PG31   7381.714953  24731.767372  -5563.801149     60.611100  5  7  5 204       
+PG32  22730.728673  -4171.838370  13004.092523   -226.383864  3  9  9 157       
+*  2011  4  1  7  0  0.00000000
+PG02 -13511.530617 -20004.279063 -11576.079025    328.235991  7  8 10 177       
+PG03  22645.263649  11099.472311  -9239.999683    696.059680  4  8  6 177       
+PG04  -6339.580977 -25585.973291   -876.827360     76.180870  8  8  9 143       
+PG05 -14090.428370  -7488.236329 -21266.248436   -137.874464  8  4  8           
+PG06  19533.444528  13827.375913 -11582.553201   -223.493070     8  6 163       
+PG07   7286.056926 -19396.599614 -16494.855846      7.002786  8  9 12 206       
+PG08   1558.143485 -25072.194441  -7679.270042      7.627643  9  7 11 143       
+PG09 -14759.470505     11.710308  21537.402056     71.096749 11 10  5 189       
+PG10    182.914455 -18448.493143 -19184.545383    -70.395164  9  7  9 128       
+PG11  17794.321890     89.462665  19474.620395   -139.079283  9  9  9 220       
+PG12 -21932.384576   8362.145640  12291.278715    -15.038975  4  9 12 163       
+PG13  14999.367062  -8384.765264 -20410.897403    276.858040  7  9  9 186       
+PG14   3763.528269  16258.719165  20850.794125    141.170203  7  9  7 184       
+PG15 -25736.369232  -2899.847017   6271.460832   -138.729428  5  3 11 146       
+PG16  12044.742717   9149.424445 -21825.625906   -161.893654  9  7  8 187       
+PG17  -3142.653451 -16458.684758  20792.471096    184.210028  7  8  8 226       
+PG18 -14185.958293  20761.920199   8246.664613    129.525091  8  7  9 179       
+PG19  25355.957749   7864.713610   3268.038863   -125.934605  3  5 10 223       
+PG20  21689.515642 -12553.650610   8554.090003     48.820722  8 11  9 176       
+PG21  -6905.938652  20344.683821 -14811.229767   -134.375501  8  4  8 192       
+PG22  -4751.556787  20434.485174  16395.558650    150.870770  4  7  8 216       
+PG23  23889.017919   -896.765069 -11931.670998    316.318862  7  8  9 229       
+PG24  15215.069265  -2965.541612  21621.762569    377.997915 10  3  8 211       
+PG25 -19196.423477  18340.795361   -212.823730     -0.974886  4  6 11 158       
+PG26 -22742.548993 -13163.086472  -5768.049907   -160.450362 10  9 13 185       
+PG27 -16181.960444  -6360.584509  20830.107473    251.290694 11 10  5 176       
+PG28   8525.207604 -20499.616309  14897.225170     28.656480  6 10  7 189       
+PG29 -17978.937746   7043.649584 -18134.448954    196.573518  6  8  8 169       
+PG30   5751.247219  15357.222737 -21296.162451    333.558788  6  8  5 184       
+PG31   7257.193521  25260.687039  -2710.158742     60.615408  6  6  4 207       
+PG32  21574.337913  -3064.376090  15185.599522   -226.390716  3  8  9 165       
+*  2011  4  1  7 15  0.00000000
+PG02 -13589.923185 -21204.977582  -9136.547424    328.237924  8  7 10 117       
+PG03  21479.227491  11203.654924 -11658.736394    696.064301  4  9  6 173       
+PG04  -5983.559439 -25590.252846   1953.846370     76.190329  8  9  8 132       
+PG05 -12366.800383  -9232.252569 -21640.507166   -137.879883  8  4  8 178       
+PG06  18038.640604  13754.606224 -13823.952426   -223.598468     8  5 149       
+PG07   7906.419899 -17497.160603 -18257.663270      7.003446  8  9 11 200       
+PG08   1911.796486 -24069.976644 -10379.927268      7.629016 10  8 11  98       
+PG09 -15403.282621  -2448.793595  20954.902055     71.097684 11 10  6 182       
+PG10   1815.426768 -19757.431497 -17689.729415    -70.395617  9  6 10           
+PG11  18742.613205   2140.354145  18490.135056   -139.081946  9  9  9 220       
+PG12 -20944.446991   7171.350918  14576.343364    -15.036811  5  9 11 167       
+PG13  17060.907799  -7551.447232 -19067.785083    276.856856  7  9  9 185       
+PG14   1483.846302  15533.715536  21668.515571    141.172390  7  9  7 184       
+PG15 -26209.673406  -3296.630680   3519.734350   -138.726734  4  3 11 161       
+PG16  10197.986519  10844.615720 -21963.083589   -161.895795  9  8  8 181       
+PG17   -846.528837 -15802.401930  21494.431615    184.209964  8  9  8 226       
+PG18 -14975.213650  21044.459142   5577.507737    129.527175  8  7  9 184       
+PG19  25471.811790   8157.622001    447.227279   -125.938115  3  6 10 220       
+PG20  21121.040687 -11512.719755  11042.316176     48.821112  8 11  8 184       
+PG21  -7621.785950  18566.559369 -16687.546454   -134.377808  8  5  8 195       
+PG22  -6188.303497  21461.870309  14461.334964    150.870026  4  7  8 216       
+PG23  25000.185830   -376.257662  -9451.839813    316.316609  6  7  9 225       
+PG24  15697.886009   -555.666857  21496.589895    377.999714 10  3  9 213       
+PG25 -19275.299771  18064.600051   2644.007766     -0.975206  4  6 11 153       
+PG26 -22007.791708 -13035.460758  -8501.035641   -160.459227 11  9 13 173       
+PG27 -16764.740146  -8449.698776  19573.404594    251.294668 11 10  6 177       
+PG28   9757.900863 -21380.127555  12631.422809     28.658530  6 10  7 181       
+PG29 -19829.251165   6288.047710 -16405.508319    196.575948  5  8  8 172       
+PG30   4122.118540  16987.533348 -20396.727268    333.561465  7  8  5 178       
+PG31   7085.737357  25475.570315    190.884505     60.620199  7  6  4 210       
+PG32  20297.702974  -1757.351643  17105.801161   -226.397495  3  8  8 176       
+*  2011  4  1  7 30  0.00000000
+PG02 -13638.486664 -22132.554214  -6543.789598    328.239958  8  7 10 129       
+PG03  20064.469694  11339.514921 -13884.004904    696.068412  4  9  7 158       
+PG04  -5529.362738 -25306.422224   4750.074884     76.199834  9  7  9 188       
+PG05 -10719.786272 -11078.814062 -21643.225901   -137.885095  9  5  8 200       
+PG06  16303.505761  13716.405767 -15827.549303   -223.704032  2  8  6 142       
+PG07   8682.237787 -15461.074911 -19703.992364      7.004470  8  9 11 216       
+PG08   2389.160560 -22797.892166 -12896.244896      7.628820 11  7 11 155       
+PG09 -16149.658409  -4784.145507  19993.442127     71.100094 11  9  7 176       
+PG10   3255.914930 -21013.734013 -15891.251777    -70.397989  9  5 10 103       
+PG11  19702.770903   4037.578192  17182.195966   -139.084803  9  9  9 221       
+PG12 -19855.157717   5750.550428  16609.026359    -15.033975  6  9 11 175       
+PG13  19004.289196  -6885.435483 -17400.851091    276.855246  7  9  9 174       
+PG14   -902.662071  14918.856854  22119.306046    141.174446  7  9  7 186       
+PG15 -26395.139110  -3608.062570    708.032313   -138.724007  4  2 11 175       
+PG16   8448.002909  12635.430354 -21721.459973   -161.898193  9  8  8 191       
+PG17   1539.511077 -15253.588033  21831.962380    184.210193  8  9  8 229       
+PG18 -15542.062222  21138.401390   2810.901305    129.528550  7  7  9 186       
+PG19  25299.559583   8351.720846  -2381.119848   -125.941433  4  6 10 217       
+PG20  20427.883129 -10237.956979  13338.510130     48.820740  8 11  8 188       
+PG21  -8475.925712  16634.465478 -18261.334326   -134.380450  8  6  7 200       
+PG22  -7417.153633  22389.002153  12279.612983    150.869142  3  7  8 212       
+PG23  25856.479161     19.693345  -6812.396306    316.314477  6  7  9 222       
+PG24  16292.322074   1790.543692  21004.173639    378.002878 11  4  9 215       
+PG25 -19156.371370  17551.795607   5455.273357     -0.975561  4  7 11 163       
+PG26 -20985.184355 -12864.498533 -11094.056399   -160.468275 12  9 13 170       
+PG27 -17411.035598 -10357.628636  18000.320373    251.298517 11 10  7 170       
+PG28  10759.105791 -22136.003473  10151.206948     28.660741  6 10  7 188       
+PG29 -21510.084008   5682.405845 -14392.097930    196.578520  6  8  8 174       
+PG30   2655.967799  18611.432356 -19158.009844    333.564453  7  8  6 190       
+PG31   6829.085035  25383.342680   3088.620458     60.624530  7  6  5 216       
+PG32  18944.962528   -254.901711  18733.057626   -226.404102  3  8  8 186       
+*  2011  4  1  7 45  0.00000000
+PG02 -13620.819018 -22782.396080  -3841.481531    328.242250  8  8 10  78       
+PG03  18425.329340  11536.916254 -15879.415060    696.071846  4  9  7 159       
+PG04  -4946.153878 -24752.310720   7462.426180     76.209605  9  8  9 189       
+PG05  -9181.559945 -12991.775870 -21274.043621   -137.890485  9  6  8 193       
+PG06  14356.229012  13742.398986 -17558.182333   -223.809343  4  8  6 109       
+PG07   9618.429638 -13336.067909 -20809.269570      7.005550  9  9 11 221       
+PG08   3017.001128 -21292.001378 -15184.039746      7.629750 11  8 12  63       
+PG09 -16969.656117  -6950.735669  18671.241722     71.101981 11  9  8 177       
+PG10   4495.369095 -22173.931804 -13818.897120    -70.397833  8  4 10 109       
+PG11  20641.769275   5756.977080  15574.937546   -139.087655  9  8 10 217       
+PG12 -18708.851578   4107.981951  18354.503057    -15.031676  6  9 10 162       
+PG13  20783.276398  -6376.536558 -15438.197286    276.853858  6  8  9 182       
+PG14  -3350.086631  14432.752688  22195.244809    141.176617  6  9  7 189       
+PG15 -26281.470788  -3868.748471  -2115.733568   -138.721353  4  2 11 179       
+PG16   6827.181356  14483.246551 -21104.018256   -161.900885  9  8  8 175       
+PG17   3970.046808 -14827.617107  21798.749216    184.210624  8  8  8 226       
+PG18 -15904.701401  21012.915981     -5.007351    129.530564  7  7  9 176       
+PG19  24830.680832   8482.979118  -5169.338510   -125.944683  5  7 10 215       
+PG20  19649.289414  -8732.061681  15402.482633     48.821234  8 10  7 198       
+PG21  -9474.018155  14594.205031 -19504.614100   -134.382884  8  7  7 199       
+PG22  -8437.880822  23175.840116   9887.297451    150.868683  3  8  8 214       
+PG23  26433.137845    321.225614  -4058.024246    316.312043  5  6  9 218       
+PG24  16980.118148   4029.642755  20153.663970    378.005410 11  4 10 214       
+PG25 -18873.368690  16785.202007   8172.514274     -0.975929  5  7 11 169       
+PG26 -19685.866272 -12690.443240 -13505.311208   -160.477309 13  9 13 136       
+PG27 -18086.772235 -12055.194649  16135.604626    251.301598 11 11  8 183       
+PG28  11534.070015 -22725.109885   7497.567262     28.662606  7 10  8 173       
+PG29 -22981.056224   5209.743881 -12129.238830    196.581165  6  9  9 168       
+PG30   1367.125001  20185.758986 -17599.864684    333.566356  7  7  6 183       
+PG31   6451.607414  24999.933507   5932.655681     60.628902  8  6  5 216       
+PG32  17559.904124   1430.779366  20040.999472   -226.410805  3  7  7 191       
+*  2011  4  1  8  0  0.00000000
+PG02 -13501.163074 -23157.963589  -1074.946174    328.244080  8  8 10  62       
+PG03  16592.213864  11821.258010 -17612.377515    696.076199  4 10  7 159       
+PG04  -4207.739048 -23953.336308  10042.815335     76.219167  9 10  9 200       
+PG05  -7777.870939 -14930.267141 -20538.982873   -137.896035  9  6  8 187       
+PG06  12231.486361  13857.252784 -18985.240274   -223.914727  5  9  6 125       
+PG07  10711.533528 -11171.035314 -21554.921906      7.006146  9  9 11 219       
+PG08   3814.979149 -19594.641204 -17203.502232      7.630713 11  8 12  75       
+PG09 -17828.355280  -8911.765614  17013.211022     71.104016 11  8  8 180       
+PG10   5532.885467 -23194.982739 -11507.435793    -70.399433  8  4 11 150       
+PG11  21524.353965   7281.499018  13697.542062   -139.090519  9  8 10 216       
+PG12 -17548.934392   2260.472856  19783.025474    -15.029109  7  8 10 163       
+PG13  22355.458130  -6006.723950 -13212.938062    276.852437  6  8 10 183       
+PG14  -5809.740672  14086.113048  21894.656139    141.178764  7  9  7 192       
+PG15 -25865.767576  -4114.864019  -4903.443292   -138.718778  4  3 11 183       
+PG16   5360.995695  16344.765002 -20120.588688   -161.903446  9  8  9 169       
+PG17   6397.433126 -14532.153393  21394.678572    184.210850  8  8  8 225       
+PG18 -16087.729772  20643.018838  -2820.797207    129.532527  6  7  9 171       
+PG19  24065.053459   8588.672933  -7870.396882   -125.948286  6  8 10 212       
+PG20  18824.824794  -7006.032248  17198.055794     48.821527  8 10  7 206       
+PG21 -10613.802307  12493.416009 -20395.787125   -134.384857  8  7  7 201       
+PG22  -9257.967002  23784.540068   7325.057133    150.867711  3  7  8 213       
+PG23  26713.017481    562.429063  -1235.234985    316.309928  3  4 10 213       
+PG24  17736.393586   6122.535338  18960.210368    378.007995 11  4 11 215       
+PG25 -18463.892183  15755.627009  10748.884982     -0.976313  6  8 10 179       
+PG26 -18129.012954 -12551.380124 -15696.202803   -160.486565 13  9 13 138       
+PG27 -18753.800190 -13520.139558  14008.602199    251.303912 12 11  9 190       
+PG28  12096.038259 -23108.442258   4715.000379     28.664801  7 11  8 167       
+PG29 -24207.269974   4846.401466  -9656.268222    196.583531  6  9  9 155       
+PG30    262.075450  21666.289607 -15747.423457    333.569083  7  8  7 184       
+PG31   5921.888603  24349.552837   8673.814432     60.633366  8  6  7 218       
+PG32  16184.338524   3279.783170  21008.867837   -226.417664  3  7  6 200       
+*  2011  4  1  8 15  0.00000000
+PG02 -13245.886373 -23270.524945   1709.548604    328.246537  8  8 10 115       
+PG03  14600.598437  12212.426032 -19054.550891    696.079095  5 10  7 143       
+PG04  -3293.848796 -22941.491344  12445.432082     76.228771  9 10 10 207       
+PG05  -6527.183797 -16850.118380 -19450.369038   -137.901254 10  7  8 193       
+PG06   9969.298763  14079.578802 -20083.244615   -224.019969  5  8  5  70       
+PG07  11949.725194  -9014.285611 -21928.664544      7.007181  9  9 11 221       
+PG08   4794.707488 -17752.770611 -18919.909008      7.631422 11  8 12  70       
+PG09 -18686.337662 -10638.495823  15050.363725     71.107029 11  7  9 173       
+PG10   6375.560448 -24035.941855  -8996.090484    -70.399476  8  5 11 168       
+PG11  22314.433755   8601.586123  11583.634354   -139.093371  8  7 10 217       
+PG12 -16416.205645    232.965858  20870.413360    -15.026584  7  9 10 169       
+PG13  23683.756678  -5750.969707 -10762.675656    276.850796  5  8 10 179       
+PG14  -8231.808424  13881.359338  21222.162392    141.180638  7  9  7 193       
+PG15 -25153.666972  -4382.578306  -7607.565261   -138.716067  4  2 10 193       
+PG16   4067.138727  18173.554731 -18787.455452   -161.906177  9  7  8 177       
+PG17   8773.409195 -14366.867570  20625.884967    184.211067  8  9  9 226       
+PG18 -16121.040673  20010.745830  -5586.689184    129.534264  5  7  9 183       
+PG19  23011.041708   8705.806686 -10438.641831   -125.951719  7  9 10 208       
+PG20  17992.776719  -5078.955568  18693.731233     48.821540  7  9  6 212       
+PG21 -11885.062753  10379.747775 -20920.016770   -134.386920  8  8  7 206       
+PG22  -9892.143815  24180.955619   4636.659842    150.867207  4  8  8 211       
+PG23  26687.204430    779.867521   1608.373759    316.307596     4 10 209       
+PG24  18530.612253   8035.749320  17444.667603    378.011103 11  3 11 216       
+PG25 -17967.841183  14462.390821  13139.965710     -0.976635  6  8 10 186       
+PG26 -16341.207036 -12481.760709 -17631.815472   -160.495496 14  9 12  92       
+PG27 -19371.282412 -14737.801191  11652.920717    251.307295 12 10 10 191       
+PG28  12465.655162 -23251.741988   1850.832835     28.666632  8 11  8 174       
+PG29 -25160.568978   4563.149896  -7016.135678    196.585990  6  9  9 169       
+PG30   -660.648304  23009.308486 -13630.773064    333.572086  6  7  7 195       
+PG31   5214.128651  23463.661449  11264.999727     60.637855  8  6  6 222       
+PG32  14856.586256   5265.118671  21621.752291   -226.424364  2  7  5 206       
+*  2011  4  1  8 30  0.00000000
+PG02 -12824.885821 -23138.619522   4465.498370    328.248404  9  7 10 134       
+PG03  12489.860004  12723.952279 -20182.233274    696.083599  6 10  7 155       
+PG04  -2191.181706 -21754.067074  14627.629134     76.238037  8 11 10 210       
+PG05  -5440.105368 -18705.430334 -18026.640996   -137.906511 10  7  9 194       
+PG06   7613.678328  14421.075508 -20832.350466   -224.125377  7  8  5 140       
+PG07  13313.171776  -6911.823791 -21924.673699      7.008250  9  9 11 224       
+PG08   5959.150750 -15816.156756 -20304.214006      7.631234 12  8 12 201       
+PG09 -19501.355065 -12111.138170  12819.102841     71.107821 11  5 10 174       
+PG10   7038.067433 -24659.585542  -6327.903379    -70.400799  7  6 11 171       
+PG11  22976.498432   9715.265092   9270.615872   -139.095983  8  6 10 212       
+PG12 -15347.303840  -1942.269129  21598.441696    -15.024025  7  9  9 163       
+PG13  24737.752831  -5578.349986  -8128.900261    276.849306  4  7 10 183       
+PG14 -10567.043690  13812.556921  20188.641221    141.182883  7  9  7 192       
+PG15 -24159.178280  -4706.479002 -10181.944913   -138.713334  4    10 198       
+PG16   2954.965233  19921.745570 -17127.122231   -161.908218  9  7  9 178       
+PG17  11050.745043 -14323.465947  19504.700526    184.211271  8  8  9 224       
+PG18 -16038.493240  19106.063644  -8253.494799    129.536093  5  8  8 184       
+PG19  21685.282291   8869.545880 -12830.529380   -125.954924  7  9 10 201       
+PG20  17188.618416  -2977.476485  19863.273423     48.821741  7  9  6 214       
+PG21 -13269.946816   8299.066071 -21069.441225   -134.389247  8  9  7 208       
+PG22 -10361.652252  24336.020690   1868.242115    150.866416  5  8  8 213       
+PG23  26355.338918   1011.010689   4424.872109    316.305387     2 10 205       
+PG24  19327.768078   9742.487771  15633.216958    378.013000 12  3 12 213       
+PG25 -17425.764346  12913.527691  15304.532880     -0.976982  7  9 10 185       
+PG26 -14355.572028 -12511.078070 -19281.338703   -160.505128 14 10 12  82       
+PG27 -19897.203393 -15701.537147   9106.042801    251.308434 12 10 11 198       
+PG28  12670.069171 -23126.977381  -1045.545205     28.669115  9 11  8 175       
+PG29 -25820.543340   4326.525629  -4254.637168    196.588503  5 10  9 169       
+PG30  -1410.281549  24173.188573 -11284.556763    333.575065  6  6  7 196       
+PG31   4309.314137  22379.680297  13661.996902     60.642219  9  6  7 224       
+PG32  13610.128563   7353.602062  21870.730316   -226.431056  2  7  5 207       
+*  2011  4  1  8 45  0.00000000
+PG02 -12212.868457 -22787.270280   7146.870083    328.250545  9  8  9 153       
+PG03  10301.984820  13362.408642 -20976.697161    696.087600  6 10  7 148       
+PG04   -894.163513 -20432.170238  16550.748527     76.247794  8 11 10 214       
+PG05  -4519.123037 -20450.225165 -16292.054803   -137.911634 10  7  9 200       
+PG06   5211.112916  14885.947968 -21218.753093   -224.230734  7  8  4 137       
+PG07  14774.704416  -4905.742150 -21543.644653      7.009172  9  9 11 224       
+PG08   7302.388488 -13835.480601 -21333.508833      7.631445 12  8 12 205       
+PG09 -20230.105678 -13319.361981  10360.405854     71.111259 11  4 10 178       
+PG10   7541.927146 -25033.923012  -3549.011247    -70.401219  7  6 11 181       
+PG11  23477.006691  10627.945429   6798.955020   -139.098902  7  4 10 209       
+PG12 -14373.333898  -4226.704649  21955.120070    -15.021406  7  8  8 160       
+PG13  25494.775642  -5453.384571  -5356.322081    276.848297  3  7 10 182       
+PG14 -12768.458353  13865.673991  18811.085321    141.185114  7  9  8 190       
+PG15 -22904.211427  -5118.058602 -12582.573593   -138.710852  4    10 207       
+PG16   2025.268837  21541.801595 -15167.957064   -161.910687  9  6  9 174       
+PG17  13184.864156 -14386.034905  18049.503858    184.211548  9  8 10 223       
+PG18 -15876.414391  17927.473593 -10773.575044    129.537763  4  8  8 191       
+PG19  20112.174584   9111.718694 -15005.330105   -125.958529  8 10  9 197       
+PG20  16443.595414   -734.966616  20686.195260     48.821342  7  8  5 218       
+PG21 -14743.612039   6293.766792 -20843.218404   -134.391676  8  9  7 211       
+PG22 -10693.246766  24226.957851   -932.475567    150.865600  6  8  8 209       
+PG23  25725.635054   1292.633307   7166.756298    316.302918        9 203       
+PG24  20089.744679  11223.427245  13556.910310    378.016372 12  3 12 208       
+PG25 -16877.196321  11125.655842  17205.273673     -0.977344  8  9 10 187       
+PG26 -12210.699551 -12662.731262 -20618.439473   -160.514341 14 10 11 131       
+PG27 -20289.953799 -16412.882268   6408.878508    251.312736 12 10 12 202       
+PG28  12741.762909 -22713.624312  -3923.527072     28.671161 10 11  9 187       
+PG29 -26175.241358   4100.331160  -1419.601961    196.590840  5 10  9 176       
+PG30  -2003.351015  25119.927102  -8747.497686    333.578314  6  6  7 203       
+PG31   3196.113643  21139.494630  15824.206539     60.646690  9  6  7 225       
+PG32  12472.466978   9506.967626  21752.913612   -226.437748  2  7  5 208       
+*  2011  4  1  9  0  0.00000000
+PG02 -11390.463765 -22246.973120   9708.803161    328.252422  9  8  9 179       
+PG03   8080.191711  14127.055004 -21424.466554    696.092051  7 10  7 144       
+PG04    594.612733 -19019.094895  18180.864890     76.256924  7 11  9 218       
+PG05  -3758.664885 -22040.116779 -14276.283926   -137.917259 10  7  9 203       
+PG06   2808.946877  15470.632635 -21234.988660   -224.336145  8  8  4 151       
+PG07  16300.781294  -3032.778560 -20792.736899      7.009871  9 10 11 225       
+PG08   8809.745198 -11860.441759 -21991.348267      7.630931 12  7 12 210       
+PG09 -20830.038217 -14262.402295   7718.937423     71.112863 11  3 10 175       
+PG10   7914.495706 -25133.530777   -707.839227    -70.401612  6  7 11 189       
+PG11  23785.691320  11351.941208   4211.449943   -139.101693  7  2 10 210       
+PG12 -13518.727995  -6576.864129  21934.861638    -15.018902  7  8  8 168       
+PG13  25940.714811  -5337.561280  -2492.143698    276.847032  1  6 10 185       
+PG14 -14792.939108  14019.159742  17112.364024    141.187046  7  9  8 186       
+PG15 -21417.817831  -5644.319344 -14768.326046   -138.708066  3     9 214       
+PG16   1270.404866  22988.305151 -12943.720010   -161.913078 10  5  9 181       
+PG17  15135.381681 -14531.691365  16284.466737    184.211731  8  8 11 223       
+PG18 -15671.994517  16482.276360 -13101.784788    129.539673  4  9  8 199       
+PG19  18323.091072   9459.441513 -16925.800218   -125.962087  9 10  9 189       
+PG20  15783.492849   1609.575372  21148.135226     48.821832  6  7  5 220       
+PG21 -16275.168262   4401.270397 -20247.410176   -134.394318  8 10  8 214       
+PG22 -10917.980682  23838.262618  -3717.015236    150.865035  7  8  8 207       
+PG23  24814.596958   1659.239484   9787.702195    316.300631  3  1  9 199       
+PG24  20776.797815  12467.235701  11251.145021    378.019049 12  3 13 207       
+PG25 -16359.045855   9123.520070  18809.432161     -0.977649  8  9 10 189       
+PG26  -9949.405253 -12953.111284 -21621.585764   -160.523483 14 10 10 157       
+PG27 -20509.941937 -16881.426513   3605.253879    251.316381 13  9 13 201       
+PG28  12717.148721 -21999.685842  -6732.204782     28.673397 10 11  9 193       
+PG29 -26221.561764   3847.242575   1439.951845    196.593413  5 10  9 189       
+PG30  -2462.918403  25816.580329  -6061.845097    333.580773  6  5  7 208       
+PG31   1871.467173  19787.814554  17715.296450     60.651003  9  5  6 228       
+PG32  11464.226878  11683.156163  21271.407169   -226.444592  3  7  6 210       
+*  2011  4  1  9 15  0.00000000
+PG02 -10345.128485 -21552.498297  12108.297283    328.254516  9  8  8 187       
+PG03   5867.515650  15009.753927 -21517.534345    696.097304  8 10  7 131       
+PG04   2264.285259 -17558.619341  19489.427168     76.266132  7 12  9 222       
+PG05  -3145.480360 -23433.935834 -12013.921552   -137.922316 10  7 10 208       
+PG06    453.721173  16163.842365 -20880.119603   -224.441354  8  8  3 151       
+PG07  17852.701907  -1323.095299 -19685.410253      7.010828  9  9 11 222       
+PG08  10458.274593  -9937.939484 -22267.940936      7.631257 12  7 13 209       
+PG09 -21261.105193 -14948.778110   4942.118173     71.115899 11  3 10 176       
+PG10   8187.707531 -24940.651157   2145.772424    -70.402572  6  8 11 195       
+PG11  23876.734208  11905.742238   1552.478572   -139.104378  6  1 10 209       
+PG12 -12800.381479  -8945.817672  21538.541392    -15.016674  7  8  7 169       
+PG13  26070.523084  -5190.988673    414.717577    276.845709     6 10 186       
+PG14 -16602.732225  14244.823152  15120.887181    141.189369  7  9  8 184       
+PG15 -19735.170623  -6306.550282 -16701.655177   -138.705195  2     8 208       
+PG16    674.756985  24219.679221 -10492.980352   -161.915785 10  4  9 188       
+PG17  16867.499465 -14731.518314  14239.198611    184.211853  8  8 11 223       
+PG18 -15461.646126  14786.480775 -15196.377226    129.541026  5 10  8 201       
+PG19  16355.334075   9933.920021 -18558.808866   -125.965700  9 10  9 185       
+PG20  15227.633900   4012.848608  21241.117969     48.821562  5  7  5 223       
+PG21 -17828.865914   2652.757224 -19294.718719   -134.396844  8 10  8 209       
+PG22 -11069.819181  23162.421769  -6436.995073    150.864337  8  9  7 207       
+PG23  23646.440417   2141.569427  12243.305152    316.298505  4  3  9 198       
+PG24  21349.105722  13470.793876   8755.077881    378.022384 12  3 13 205       
+PG25 -15904.098375   6939.224100  20089.375633     -0.977892  8 10  9 189       
+PG26  -7617.352212 -13390.934752 -22274.323046   -160.532383 15 11  8 164       
+PG27 -20521.179283 -17124.408398    741.332369    251.320479 13  8 14 203       
+PG28  12634.980714 -20982.397794  -9421.334842     28.675395 11 11  9 198       
+PG29 -25965.312706   3530.459327   4274.677089    196.595920  6 10  9 193       
+PG30  -2817.565478  26236.542875  -3272.745310    333.583448  6  5  7 215       
+PG31    340.851320  18370.457566  19303.765046     60.655732  9  5  6 231       
+PG32  10598.530995  13837.733193  20435.187250   -226.451257  4  7  7 211       
+*  2011  4  1  9 30  0.00000000
+PG02  -9071.811266 -20741.544974  14304.880299    328.256311  8  8  8 194       
+PG03   3705.397678  15995.156663 -21253.517381    696.101833  8 10  7 132       
+PG04   4095.965232 -16093.301158  20453.783633     76.275653  6 12  9 223       
+PG05  -2659.327388 -24595.246070  -9543.892530   -137.927715 10  7 10 215       
+PG06  -1810.461009  16946.933720 -20159.797385   -224.546476  9  8  3 158       
+PG07  19388.024311    200.677732 -18241.157457      7.011841  8  9 11 224       
+PG08  12217.571253  -8110.400679 -22160.209010      7.631283 12  7 13 207       
+PG09 -21487.392612 -15395.645794   2079.176835     71.119284 11  6 10 183       
+PG10   8396.622040 -24446.004265   4961.491073    -70.403180  6  9 11 200       
+PG11  23729.770339  12313.068614  -1132.750900   -139.107546  6  3 10 210       
+PG12 -12227.094369 -11284.807375  20773.445355    -15.014041  6  8  7 179       
+PG13  25888.387042  -4974.114887   3314.446276    276.844668     6 10 191       
+PG14 -18166.739944  14508.982325  12870.173180    141.191292  7  9  9 175       
+PG15 -17896.321233  -7119.323923 -18349.232995   -138.702443  2  2  8 209       
+PG16    215.530784  25199.777215  -7858.433242   -161.918268  9  4  9 200       
+PG17  18353.203207 -14951.753068  11948.290767    184.211826  9  8 11 223       
+PG18 -15279.397711  12864.356279 -17019.843151    129.542903  6 10  8 204       
+PG19  14250.874000  10549.472048 -19875.911948   -125.968875  9 10  9 174       
+PG20  14788.149997   6428.747064  20963.692955     48.821637  4  6  6 224       
+PG21 -19365.472779   1072.189880 -18004.092090   -134.398538  8 10  8 212       
+PG22 -11184.134033  22200.333701  -9044.994170    150.863231  9  9  7 202       
+PG23  22252.239612   2765.243279  14491.797103    316.296014  5  5  9 199       
+PG24  21768.330499  14239.114318   6110.986557    378.024701 12  4 13 201       
+PG25 -15539.691543   4611.181876  21023.071307     -0.978136  8  9  9 186       
+PG26  -5261.583611 -13976.845092 -22565.504388   -160.541365 15 11  6 180       
+PG27 -20292.784679 -17166.027846  -2135.032552    251.324247 14  6 14 188       
+PG28  12534.645953 -19668.578416 -11942.332758     28.677709 11 12  9 202       
+PG29 -25420.937075   3115.330569   7035.756586    196.598278  6 10  9 201       
+PG30  -3100.152539  26360.620348   -427.541210    333.585678  5  5  7 220       
+PG31  -1381.785083  16932.619539  20563.410872     60.660239 10  6  6 232       
+PG32   9880.659348  15925.386360  19258.904287   -226.457877  5  7  7 211       
+*  2011  4  1  9 45  0.00000000
+PG02  -7573.351904 -19853.295038  16261.249431    328.258382  8  8  7 199       
+PG03   1632.327578  17061.157327 -20635.745839    696.106470  9 10  7 129       
+PG04   6063.310233 -14662.842918  21057.578927     76.285281  6 12  8 225       
+PG05  -2273.939617 -25493.692322  -6908.784454   -137.932943 10  6 10 220       
+PG06  -3943.476982  17794.584947 -19086.198121   -224.651734  9  7  3 152       
+PG07  20862.130108   1524.102245 -16485.140131      7.012598  8  9 11 224       
+PG08  14050.870357  -6414.316816 -21671.723949      7.632007 12  7 13 207       
+PG09 -21478.562606 -15627.827788   -819.789466     71.120758 11  5 11 175       
+PG10   8577.833258 -23649.274134   7689.443593    -70.404386  5 10 11 207       
+PG11  23330.687689  12601.749108  -3798.937686   -139.110121  6  5  9 206       
+PG12 -11799.336926 -13544.940237  19653.113970    -15.011419  6  7  7 181       
+PG13  25407.556804  -4649.446841   6157.171957    276.843113  2  6 10 203       
+PG14 -19461.577937  14773.843610  10398.324551    141.193350  7 10  9 174       
+PG15 -15944.777838  -8089.752051 -19682.527156   -138.700047     4  7 191       
+PG16   -136.156714  25899.273905  -5086.128760   -161.920484  9  3 10 203       
+PG17  19572.213276 -15155.185333   9450.764087    184.212022  9  9 12 221       
+PG18 -15155.394372  10747.645604 -18539.661486    129.544708  6 11  8 209       
+PG19  12054.912680  11312.811325 -20853.862597   -125.972254 10 11  9 172       
+PG20  14469.551921   8809.968805  20320.948779     48.822005  3  6  6 226       
+PG21 -20843.775799   -324.346577 -16400.219028   -134.401469  8 11  9 217       
+PG22 -11296.140011  20961.410442 -11495.411332    150.862859  9  9  7 203       
+PG23  20668.827952   3549.592549  16494.731665    316.293936  6  6  8 195       
+PG24  21999.133699  14784.962824   3363.587154    378.028050 12  6 13 195       
+PG25 -15286.615425   2182.827820  21594.465246     -0.978378  8 10  8 183       
+PG26  -2929.008689 -14703.294467 -22489.473531   -160.550792 15 11  6 180       
+PG27 -19800.350340 -17036.491714  -4975.013076    251.328868 14  5 14 212       
+PG28  12454.406439 -18074.594715 -14249.270505     28.679937 12 12  9 200       
+PG29 -24610.916895   2570.893915   9675.745922    196.600391  6  9  9 201       
+PG30  -3346.391995  26177.849144   2424.993279    333.588478  5  4  7 224       
+PG31  -3274.407769  15517.199074  21473.705408     60.665010 10  6  5 231       
+PG32   9308.002539  17901.450343  17762.616351   -226.464623  6  7  8 211       
+*  2011  4  1 10  0  0.00000000
+PG02  -5860.598161 -18926.916176  17943.878358    328.260119  8  8  7 205       
+PG03   -317.414983  18179.603916 -19673.282806    696.109744  9 10  7 123       
+PG04   8133.403468 -13302.597048  21291.016153     76.294469  7 13  8 227       
+PG05  -1958.236138 -26106.126734  -4154.109245   -137.938069 10  6 10 225       
+PG06  -5910.572404  18675.759576 -17677.829686   -224.756864  9  7  3 156       
+PG07  22229.877109   2641.271641 -14447.736095      7.013562  8  8 11 221       
+PG08  15916.386275  -4879.040807 -20812.527683      7.631656 12  7 13 201       
+PG09 -21211.057024 -15676.568369  -3704.725337     71.122989 12  6 11 225       
+PG10   8767.808977 -22559.243359  10281.174852    -70.405195  5 10 10 214       
+PG11  22672.198262  12802.468385  -6401.404633   -139.112795  5  6 10 210       
+PG12 -11509.345402 -15678.884901  18197.084395    -15.008698  6  6  8 191       
+PG13  24649.837943  -4183.202995   8893.825419    276.841790  4  6 10 207       
+PG14 -20472.351217  14999.060184   7747.416449    141.195414  7 10  9 171       
+PG15 -13925.958098  -9217.031037 -20678.303111   -138.697077     5  8 198       
+PG16   -413.935805  26296.798901  -2224.629157   -161.923375  9  3 10 213       
+PG17  20512.649213 -15302.712842   6789.426682    184.212274  8  9 12 222       
+PG18 -15114.572162   8474.470521 -19728.940237    129.546488  7 11  9 211       
+PG19   9814.322425  12222.622652 -21475.048496   -125.975895 11 11 10 172       
+PG20  14268.618204  11109.672909  19324.403663     48.822232  5  4  7 225       
+PG21 -22222.142328  -1528.971670 -14512.934446   -134.403530  8 11 10 215       
+PG22 -11439.336337  19463.353705 -13745.300101    150.862150 10 10  7 199       
+PG23  18937.490884   4506.723700  18217.627749    316.291563  7  6  8 201       
+PG24  22010.591056  15128.197265    559.316701    378.030494 12  8 12 183       
+PG25 -15158.280024   -298.864575  21793.757088     -0.978646  9 10  8 182       
+PG26   -664.887588 -15554.712786 -22046.198724   -160.559644 15 11  8 189       
+PG27 -19027.113182 -16770.815680  -7729.587422    251.332700 15  6 15 152       
+PG28  12429.669314 -16225.935099 -16299.848300     28.681964 12 12 10 204       
+PG29 -23564.881904   1871.266528  12149.385210    196.602983  7  9  9 205       
+PG30  -3593.287797  25686.024769   5235.474628    333.592219  3  4  7 231       
+PG31  -5307.587560  14163.236340  22020.068109     60.669609 10  7  5 233       
+PG32   8870.306107  19723.407811  15971.458253   -226.471424  6  7  8 210       
+*  2011  4  1 10 15  0.00000000
+PG02  -3952.232155 -18000.066698  19323.582269    328.262248  7  9  5 209       
+PG03  -2114.876968  19317.246713 -18380.869383    696.114796  9 10  7 145       
+PG04  10267.899407 -12042.270948  21150.981261     76.303672  7 13  8 228       
+PG05  -1677.726052 -26417.468086  -1327.508333   -137.943301 10  5 10 229       
+PG06  -7683.536761  19554.917899 -15959.212213   -224.862038  9  7  4 170       
+PG07  23447.277080   3554.822443 -12164.006979      7.014440  8  8 11 221       
+PG08  17768.833447  -3525.882668 -19598.850228      7.631732 11  7 13 203       
+PG09 -20669.022673 -15578.076383  -6526.480123     71.124884 13  6 11 225       
+PG10   9001.230738 -21193.566065  12690.588916    -70.405809  5 11 10 218       
+PG11  21754.164201  12947.430906  -8896.785104   -139.115466  5  7  8 210       
+PG12 -11341.541651 -17642.509065  16430.537674    -15.006181  6  6  8 196       
+PG13  23644.761989  -3546.834271  11476.993322    276.840497  5  6 10 214       
+PG14 -21193.115646  15143.411782   4962.805351    141.197432  7 10  9 171       
+PG15 -11885.573735 -10492.296353 -21319.042618   -138.694403     5  7 205       
+PG16   -654.646550  26379.764703    675.887586   -161.925867  8  2 10 217       
+PG17  21171.378324 -15354.994702   4010.150180    184.212608  9 10 12 225       
+PG18 -15175.564960   6087.978190 -20566.930822    129.548163  8 11  9 214       
+PG19   7576.017021  13269.449016 -21727.846308   -125.979461 11 11 10 162       
+PG20  14174.603873  13283.117850  17991.775602     48.822366  4  5  8 226       
+PG21 -23460.076394  -2542.003786 -12376.557299   -134.406042  9 10 10 216       
+PG22 -11644.017145  17731.610837 -15755.162073    150.861386 10 10  7 195       
+PG23  17102.496275   5640.850985  19630.561962    316.289410  8  7  7 205       
+PG24  21777.454879  15294.848491  -2254.410419    378.033074 13  9 12 192       
+PG25 -15160.182415  -2784.999099  21617.566071     -0.978835  8  9  7 182       
+PG26   1488.638278 -16507.963012 -21241.353591   -160.568787 14 11  9 196       
+PG27 -17964.877766 -16407.417148 -10350.377582    251.336728 15  6 15 217       
+PG28  12491.364632 -14156.396910 -18056.310454     28.684303 13 12 10 209       
+PG29 -22318.458672    996.834787  14414.366141    196.605495  7  8  8 212       
+PG30  -3877.499182  24891.909641   7954.774901    333.594866  2  3  7 235       
+PG31  -7445.465498  12904.521688  22194.044224     60.674139 10  8  3 234       
+PG32   8550.194811  21352.316503  13915.250766   -226.477908  7  7  9 208       
+*  2011  4  1 10 30  0.00000000
+PG02  -1874.307754 -17107.455613  20376.032317    328.264318  7  9  5 215       
+PG03  -3737.365364  20436.896460 -16778.790264    696.118496 10  9  7 168       
+PG04  12424.385561 -10904.883469  20641.031213     76.312738  7 13  8 231       
+PG05  -1396.052157 -26421.259559   1522.084040   -137.948432 10  4 10 233       
+PG06  -9241.617658  20393.427445 -13960.437366   -224.967322  9  6  5 187       
+PG07  24473.135768   4275.619798  -9673.095726      7.015231  8  8 11 223       
+PG08  19561.068389  -2367.529823 -18052.735679      7.631273 11  7 13 204       
+PG09 -19844.932445 -15371.919832  -9237.610408     71.128548 14  7 12 208       
+PG10   9309.406932 -19578.185438  14874.848807    -70.407369  6 11  9 225       
+PG11  20583.671557  13068.990504 -11243.674155   -139.118234  4  8  8 214       
+PG12 -11273.258394 -19396.397211  14383.857803    -15.003805  5  6  9 204       
+PG13  22428.464625  -2718.351734  13861.755836    276.839378  6  7  9 220       
+PG14 -21627.003705  15166.541213   2092.367430    141.199606  7 11 10 177       
+PG15  -9868.007605 -11898.794537 -21593.270320   -138.691724  3  6  7 214       
+PG16   -896.669176  26144.854308   3564.558025   -161.928080  8  3  9 225       
+PG17  21554.030839 -15274.137235   1161.075999    184.212752  9 11 12 228       
+PG18 -15349.891357   3634.787689 -21039.403274    129.550233  8 12 10 220       
+PG19   5385.314677  14435.900076 -21606.883974   -125.983076 11 11 10 166       
+PG20  14169.759220  15289.216393  16346.638314     48.822058  6  4  8 227       
+PG21 -24519.709441  -3371.635412 -10029.181606   -134.408645  9 10 11 221       
+PG22 -11935.912852  15798.530004 -17489.681012    150.860415 11 10  8 189       
+PG23  15209.514413   6947.926716  20708.699944    316.287135  8  7  6 213       
+PG24  21281.217821  15315.976970  -5029.962819    378.034685 13 10 11 197       
+PG25 -15289.694012  -5226.446285  21068.985725     -0.979076  8  9  7 187       
+PG26   3493.923651 -17533.074380 -20086.339725   -160.578188 14 11 11 205       
+PG27 -16614.642104 -15986.544581 -12790.532888    251.341356 16  7 15 220       
+PG28  12664.507500 -11906.917014 -19486.275130     28.686280 13 11 10 218       
+PG29 -20911.906190    -64.802881  16432.041912    196.607690  7  8  8 217       
+PG30  -4233.693014  23811.102919  10534.915537    333.598314     3  6 239       
+PG31  -9646.954535  11768.421980  21993.387147     60.678672 10  8  2 237       
+PG32   8323.957296  22754.115290  11628.053907   -226.484508  8  6  9 210       
+*  2011  4  1 10 45  0.00000000
+PG02    340.489771 -16279.510878  21082.210300    328.266307  7  9  4 218       
+PG03  -5169.161156  21498.756774 -14892.654822    696.123917 10  9  6 184       
+PG04  14557.901892  -9906.011640  19771.251139     76.322076  7 13  9 232       
+PG05  -1076.612098 -26119.902131   4345.303801   -137.953779  9  3 10 236       
+PG06 -10572.136010  21151.114505 -11716.615127   -225.072663  9  6  6 196       
+PG07  25270.594365   4822.131600  -7017.564161      7.016001  9  8 11 227       
+PG08  21245.789535  -1407.805000 -16201.588840      7.631434 10  8 13 204       
+PG09 -18739.889555 -15099.338760 -11793.112557     71.131476 13  7 12 206       
+PG10   9718.828777 -17746.418505  16795.211357    -70.408321  6 11  9 229       
+PG11  19174.852681  13198.294305 -13403.238981   -139.121110  5  9  7 220       
+PG12 -11275.740831 -20907.193212  12092.110660    -15.001253  5  6  9 210       
+PG13  21042.312678  -1683.406259  16006.491420    276.837703  7  7  9 225       
+PG14 -21786.005885  15030.679656   -814.321748    141.202068  6 11 10 183       
+PG15  -7914.744789 -13412.368912 -21495.781208   -138.689054  5  7  8 216       
+PG16  -1178.192615  25598.148019   6390.776370   -161.930491  8  4  9 229       
+PG17  21674.677395 -15025.344255  -1708.234606    184.212728  9 12 13 230       
+PG18 -15641.455432   1163.305140 -21138.874860    129.552026  8 12 10 222       
+PG19   3284.354634  15697.179482 -21113.202381   -125.986240 12 11 11 168       
+PG20  14230.135580  17091.946010  14417.971582     48.822499  7  3  9 226       
+PG21 -25367.171207  -4033.314804  -7511.939617   -134.410929  9 11 11 221       
+PG22 -12335.019426  13702.246783 -18918.381283    150.859743 11 10  8 184       
+PG23  13303.984583   8415.587053  21432.756694    316.284775  9  8  6 217       
+PG24  20510.938432  15226.346678  -7720.259703    378.036595 14 10 11 199       
+PG25 -15536.175904  -7575.541353  20157.526561     -0.979328  8  9  7 189       
+PG26   5319.058575 -18594.237287 -18598.244352   -160.587339 14 11 12 209       
+PG27 -14986.886020 -15548.599273 -15005.643161    251.346114 16  8 15 169       
+PG28  12967.014259  -9524.092521 -20563.449669     28.688675 13 11 11 220       
+PG29 -19388.591520  -1318.175474  18168.069113    196.610492  7  7  7 219       
+PG30  -4692.952421  22467.568181  12929.971663    333.601456     4  6 242       
+PG31 -11867.132302  10774.963895  21422.047937     60.683282  9  9    238       
+PG32   8162.563924  23900.765970   9147.667683   -226.491101  8  6  9 209       
+*  2011  4  1 11  0  0.00000000
+PG02   2653.840601 -15541.206437  21428.793912    328.268572  5 10  4 221       
+PG03  -6401.983413  22461.887817 -12753.089135    696.127924 10  9  6 191       
+PG04  16622.553981  -9053.353114  18557.988993     76.331509  8 13  9 233       
+PG05   -684.191986 -25524.553787   7093.229827   -137.958960  9  3  9 239       
+PG06 -11670.776952  21787.892317  -9267.220037   -225.177955  9  5  6 202       
+PG07  25808.515697   5219.516982  -4242.681197      7.017053  9  7 11 231       
+PG08  22777.231957   -641.762044 -14077.654527      7.630981 10  8 13 208       
+PG09 -17363.614590 -14801.541809 -14151.079580     71.133914 13  7 12 171       
+PG10  10249.932746 -15737.746345  18417.775525    -70.408471  6 12  8 233       
+PG11  17548.466253  13363.987882 -15339.784563   -139.123721  6  9  6 225       
+PG12 -11315.385441 -22148.719157   9594.451464    -14.998655  5  6  9 217       
+PG13  19531.331584   -436.074377  17873.632736    276.836673  7  7  9 228       
+PG14 -21690.412622  14702.291653  -3706.852430    141.203954  6 12 10 187       
+PG15  -6062.917814 -15002.243265 -21027.763115   -138.686254  6  7  8 221       
+PG16  -1535.493944  24754.884788   9105.129203   -161.932846  7  5  9 232       
+PG17  21555.178471 -14578.463814  -4547.690667    184.212936  9 12 13 233       
+PG18 -16046.380029  -1278.019055 -20864.689848    129.553758  8 12 11 225       
+PG19   1310.628709  17021.916145 -20254.309007   -125.989502 12 11 11 172       
+PG20  14326.643468  18661.560294  12239.616784     48.822659  8  3  9 224       
+PG21 -25973.794087  -4548.869062  -4868.253847   -134.413940  8 11 11 223       
+PG22 -12854.664926  11485.345960 -20016.195699    150.858999 11 10  8 140       
+PG23  11429.488195  10023.420279  21789.376116    316.282500  9  8  5 221       
+PG24  19463.796987  15062.964386 -10279.535770    378.039486 15 10 11 206       
+PG25 -15881.417525  -9787.725823  18898.947996     -0.979572  7  8  7 194       
+PG26   6938.925078 -19651.035209 -16799.725283   -160.596266 14 10 13 215       
+PG27 -13101.492836 -15132.414470 -16954.660580    251.350555 17  8 14 186       
+PG28  13408.830950  -7058.455661 -21268.206640     28.690836 13 11 11 226       
+PG29 -17793.364557  -2759.585554  19592.972146    196.612828  8  6  7 224       
+PG30  -5281.309990  20892.829224  15096.966377    333.604264  4  4  5 243       
+PG31 -14058.773834   9936.203937  20490.075220     60.688013  9  9    239       
+PG32   8032.883413  24771.192435   6515.083556   -226.497706  9  6 10 207       
+*  2011  4  1 11 15  0.00000000
+PG02   5023.012790 -14911.094565  21408.462604    328.270527  6 10  4 223       
+PG03  -7435.180394  23285.751583 -10395.335479    696.132458 10  8  5 194       
+PG04  18573.153976  -8346.615743  17023.478865     76.340631  8 13  9 233       
+PG05   -186.546771 -24654.698150   9718.249812   -137.964461  9  3  9 242       
+PG06 -12541.545461  22265.398023  -6655.351621   -225.282962  9  4  7 205       
+PG07  26062.664415   5498.465000  -1395.672500      7.017706  9  7 10 228       
+PG08  24112.796422    -56.108216 -11717.441067      7.630263 10  8 13 206       
+PG09 -15734.126171 -14518.048431 -16273.279662     71.137468 14  7 12 184       
+PG10  10916.123564 -13596.361564  19714.125302    -70.409389  6 12  7 236       
+PG11  15731.251307  13591.025667 -17021.271216   -139.126294  7  9  6 223       
+PG12 -11355.168413 -23102.830149   6933.470176    -14.996210  5  6 10 218       
+PG13  17942.493795   1020.684401  19430.358011    276.835303  8  7  8 233       
+PG14 -21367.935530  14153.572585  -6534.875119    141.206147  6 12 10 192       
+PG15  -4344.022424 -16632.075979 -20196.809957   -138.683273  6  7  9 225       
+PG16  -2001.300740  23638.869215  11660.301000   -161.935172  7  6  9 235       
+PG17  21224.229417 -13909.366509  -7307.583846    184.213025  9 13 12 235       
+PG18 -16553.175460  -3642.416203 -20222.953141    129.555699  8 12 11 224       
+PG19   -504.313942  18373.272283 -19044.117694   -125.992802 12 10 12 182       
+PG20  14426.318604  19975.555601   9849.650054     48.822502  9    10 223       
+PG21 -26317.113129  -4945.410850  -2143.091993   -134.415732  9 11 11 220       
+PG22 -13500.852906   9193.352070 -20763.929986    150.858326 11 10  9 125       
+PG23   9626.189582  11743.552781  21771.420342    316.280461 10  8  4 223       
+PG24  18145.359240  14863.537631 -12664.093210    378.041688 15  9 11 202       
+PG25 -16300.381232 -11823.070185  17314.982643     -0.979803  7  8  7 194       
+PG26   8336.030241 -20659.880458 -14718.814720   -160.605704 13 10 13 218       
+PG27 -10987.289321 -14773.563726 -18600.805042    251.355111 17  8 14 188       
+PG28  13991.417009  -4562.580347 -21588.000932     28.693146 13 10 11 225       
+PG29 -16170.894139  -4377.074574  20682.622392    196.615375  8  5  7 224       
+PG30  -6018.471044  19124.859236  16996.732593    333.608459  6  5  4 244       
+PG31 -16173.969182   9255.904654  19213.429121     60.692610  9  9  2 240       
+PG32   7899.057694  25351.984775   3773.889724   -226.504038  9  6  9 205       
+*  2011  4  1 11 30  0.00000000
+PG02   7402.270059 -14400.584025  21020.114113    328.272646  6 10  5 224       
+PG03  -8275.633311  23931.783602  -7858.757385    696.136885 10  7  5 199       
+PG04  20366.824101  -7777.731779  15195.366058     76.349659  8 13  9 233       
+PG05    444.136295 -23537.399484  12174.902532   -137.969443  8  4  9 244       
+PG06 -13196.390127  22548.570224  -3926.926062   -225.387502  8  4  7 210       
+PG07  26016.638162   5693.828114   1475.057328      7.018769 10  7 10 231       
+PG08  25214.556429    370.069145  -9161.098638      7.630269  9  8 13 208       
+PG09 -13877.135653 -14285.133518 -18125.656265     71.138685 14  7 12 178       
+PG10  11723.099702 -11369.535773  20661.851922    -70.409602  6 12  7 239       
+PG11  13755.078362  13899.626622 -18419.781141   -139.128948  9  9  5 227       
+PG12 -11356.209479 -23759.974550   4154.484735    -14.993266  5  6 10 222       
+PG13  16322.935010   2674.920700  20649.202939    276.834196  8  7  7 236       
+PG14 -20852.540161  13363.736123  -9249.007003    141.208198  6 13 10 197       
+PG15  -2782.854297 -18261.246273 -19016.823158   -138.680412  7  7 10 224       
+PG16  -2603.304267  22281.550475  14011.930856   -161.937973  8  6  8 237       
+PG17  20716.137937 -13001.096508  -9939.503699    184.213281 10 13 12 237       
+PG18 -17143.231137  -5886.436504 -19226.325095    129.557786  8 12 12 227       
+PG19  -2135.935894  19710.289211 -17502.770700   -125.996618 13 10 12 185       
+PG20  14493.743447  21019.357542   7289.686871     48.823237 10    10 220       
+PG21 -26381.633154  -5254.076037    617.763978   -134.417979 10 11 12 224       
+PG22 -14271.910552   6873.109593 -21148.613626    150.857766 11 10  9 129       
+PG23   7929.404393  13541.535886  21378.160092    316.278089 11  8  5 225       
+PG24  16569.535795  14664.908071 -14833.030183    378.044916 16  8 10 205       
+PG25 -16762.223577 -13647.619733  15432.957920     -0.980108  7  8  7 197       
+PG26   9501.079132 -21575.611914 -12388.633370   -160.615254 13  9 14 236       
+PG27  -8681.205766 -14502.774285 -19912.424315    251.358787 18  8 13 190       
+PG28  14707.609210  -2089.107109 -21517.614563     28.695104 13  9 11 224       
+PG29 -14564.028467  -6150.707849  21418.625877    196.617986  8  4  6 226       
+PG30  -6916.786522  17206.703250  18594.719027    333.610474  7  6  4 245       
+PG31 -18165.768686   8729.526112  17613.713044     60.697257  9 10  2 241       
+PG32   7723.988973  25637.842732    969.633649   -226.510318 10  6  9 200       
+*  2011  4  1 11 45  0.00000000
+PG02   9744.416347 -14013.496792  20268.982114    328.274829  6 10  6 222       
+PG03  -8937.368470  24364.931902  -5186.250671    696.139988 10  7  5 201       
+PG04  21964.500980  -7331.381157  13106.148296     76.358942  8 12  9 231       
+PG05   1229.950009 -22206.273653  14420.680310   -137.974777  7  5  9 245       
+PG06 -13654.512903  22607.101775  -1129.817836   -225.492148  8  4  7 209       
+PG07  25662.515816   5843.102209   4320.718893      7.019470 10  7 10 229       
+PG08  26050.592642    664.303107  -6451.762205      7.629928  9  8 13 200       
+PG09 -11825.184475 -14134.424802 -19678.751508     71.140428 14  6 11 174       
+PG10  12668.509083  -9105.877575  21244.944201    -70.409434  7 13  6 240       
+PG11  11655.926739  14304.410290 -19511.931255   -139.131833 10 10  4 223       
+PG12 -11279.412221 -24119.439865   1304.792577    -14.991037  5  7 10 223       
+PG13  14718.168867   4505.946688  21508.579373    276.832801  9  7  7 238       
+PG14 -20183.034986  12320.036791 -11801.731896    141.210456  6 13 10 191       
+PG15  -1396.709129 -19846.324506 -17507.800688   -138.677685  8  7 10 222       
+PG16  -3362.884226  20720.813170  16119.402641   -161.940207  9  6  8 236       
+PG17  20069.382838 -11844.745452 -12397.235710    184.213409 10 14 12 235       
+PG18 -17791.603554  -7971.431402 -17893.688692    129.559603  8 12 13 223       
+PG19  -3567.509185  20989.421200 -15656.341549   -125.999926 13  9 12 191       
+PG20  14492.566428  21786.703584   4604.132761     48.823256 10  2 10 217       
+PG21 -26159.343534  -5508.642324   3368.425905   -134.420571  9 10 12 217       
+PG22 -15158.456421   4571.118446 -21163.729639    150.856783 11 10 10 193       
+PG23   6368.352141  15377.504715  20615.358317    316.275731 11  8  7 223       
+PG24  14758.235537  14501.518526 -16748.934880    378.046300 16  7  9 201       
+PG25 -17231.553272 -15234.512486  13285.321680     -0.980400  7  7  7 191       
+PG26  10433.257336 -22353.204376  -9847.006995   -160.625056 13  8 14 239       
+PG27  -6227.076685 -14344.521351 -20863.777957    251.362829 18  8 12 185       
+PG28  15541.871284    311.222832 -21059.222958     28.697224 13  9 12 221       
+PG29 -13012.241364  -8053.167679  21788.614754    196.620619  9  3  6 223       
+PG30  -7980.525488  15184.887351  19861.716878    333.612491  8  6  5 244       
+PG31 -19989.798178   8344.531063  15717.827345     60.701842  9 10  3 239       
+PG32   7470.888683  25631.740547  -1850.854244   -226.516950 10  7  9 192       
+*  2011  4  1 12  0  0.00000000
+PG02  12002.421532 -13745.926500  19166.646394    328.276443  7 10  7 220  P   P
+PG03  -9440.884667  24555.102050  -2423.563687    696.145856 10  7  4 290  P   P
+PG04  23332.284972  -6985.796470  10792.548116     76.368042  9 12  9 230  P   P
+PG05   2186.207188 -20700.216041  16416.776453   -137.979943  6  6  9 203  P   P
+PG06 -13941.396044  22416.708388   1687.028945   -225.597499  8  4  8 271  P   P
+PG07  25001.199105   5984.810241   7092.937287      7.020349 11  7 10 218  P   P
+PG08  26596.111062    859.514310  -3634.867756      7.630337  9  8 13 280  P   P
+PG09  -9616.559328 -14091.696068 -20908.055762     71.139947 15  5 11 303  P   P
+PG10  13741.947389  -6853.555488  21454.040338    -70.412003  7 13  7 295  P   P
+PG11   9472.722270  14813.742646 -20279.229445   -139.134671 11 10  2 169  P   P
+PG12 -11087.119241 -24189.275834  -1567.108727    -14.988646  5  7 11 233  P   P
+PG13  13170.371620   6484.939072  21993.188802    276.831490 10  6  7 226  P   P
+PG14 -19401.472200  11018.482957 -14148.274637    141.212684  6 14  9 238  P   P
+PG15   -194.878518 -21342.670637 -15695.515256   -138.675002  8  7 11  86  P   P
+PG16  -4294.096066  18999.531708  17946.553237   -161.943057  9  7  7 163  P   P
+PG17  19325.012775 -10440.010675 -14637.621908    184.213648 10 15 12 241  P   P
+PG18 -18468.061778  -9864.824067 -16249.703278    129.561406  8 12 13 117  P   P
+PG19  -4790.606544  22166.198624 -13536.420019   -126.003540 13  8 13 113  P   P
+PG20  14387.057954  22279.710396   1839.395230     48.823046 11  4 10 166  P   P
+PG21 -25649.970523  -5744.080184   6063.578458   -134.423449 10 10 12 247  P   P
+PG22 -16143.689031   2331.892094 -20809.319021    150.856173 11 10 10  83  P   P
+PG23   4965.143698  17207.568901  19495.240890    316.273328 11  7  8 154  P   P
+PG24  12740.722462  14403.971674 -18378.534007    378.050292 17  4  8 311  P   P
+PG25 -17669.876715 -16564.827016  10909.080213     -0.981092  8  6  7 226  P   P
+PG26  11140.201060 -22949.531353  -7135.979029   -160.634132 12  7 14 228  P   P
+PG27  -3674.122107 -14315.874785 -21435.713485    251.364165 18  7 11 310  P   P
+PG28  16470.914986   2591.434969 -20222.283859     28.699154 12  8 12 185  P   P
+PG29 -11550.222102 -10050.631793  21786.439369    196.623062  9  4  6 217  P   P
+PG30  -9205.484883  13107.679534  20774.484923    333.614287  9  6  5 283  P   P
+PG31 -21605.787673   8080.991881  13557.549056     60.706089  9 10  5 166  P   P
+PG32   7104.834811  25344.803765  -4640.170865   -226.524088 11  8  9 258  P   P
+*  2011  4  1 12 15  0.00000000
+PG02  14131.067329 -13586.410729  17730.928361    328.278394  8  8  8 211  P   P
+PG03  -9812.214558  24478.447549    381.466550    696.150500  9  6  6 284  P   P
+PG04  24442.586466  -6713.812267   8294.831434     76.377235  9  9  8 213  P   P
+PG05   3320.650724 -19061.937036  18128.763713   -137.985348  6  8  9 240  P   P
+PG06 -14087.589144  21960.162043   4474.499519   -225.702920  8  4  8 280  P   P
+PG07  24042.434877   6156.849986   9744.545268      7.021281  9  6  9 212  P   P
+PG08  26834.309182    992.590821   -757.449681      7.630319  7  8 12 284  P   P
+PG09  -7294.025413 -14175.891390 -21794.286983     71.143556 14  5 11 330  P   P
+PG10  14925.295713  -4658.560536  21286.538971    -70.413197  7 11  6 295  P   P
+PG11   7246.073840  15429.314779 -20708.371161   -139.137399 10  9    166  P   P
+PG12 -10744.720023 -23985.897928  -4412.320528    -14.985953  7  5 10 243  P   P
+PG13  11716.806024   8575.872318  22094.320607    276.830061 10  5  6 237  P   P
+PG14 -18551.424548   9464.208036 -16247.430814    141.214847  7 12  8 233  P   P
+PG15    821.537247 -22706.099069 -13611.085504   -138.672278  9  7 11 160  P   P
+PG16  -5402.960018  17163.948909  19462.286204   -161.945691 10 10  2 226  P   P
+PG17  18524.951039  -8795.412616 -16621.364479    184.213864  8 12 11 232  P   P
+PG18 -19138.341926 -11541.122045 -14324.261224    129.563242  8  9 11 168  P   P
+PG19  -5805.262922  23196.954774 -11179.583628   -126.006982 13  7 13 103  P   P
+PG20  14143.641838  22508.627040   -956.927964     48.823082  8  5 11 202  P   P
+PG21 -24860.965429  -5995.086862   8659.124916   -134.425627  8  7 11 258  P   P
+PG22 -17203.983926    196.404375 -20091.958665    150.855505 10 10  6 196  P   P
+PG23   3734.046514  18985.384681  18036.349871    316.271032 12  7  9 165  P   P
+PG24  10552.696180  14397.735904 -19693.284451    378.052735 11  5  7 312  P   P
+PG25 -18037.174680 -17628.128423   8345.158414     -0.981331  7  4  7 231  P   P
+PG26  11637.642834 -23325.116530  -4301.215413   -160.643892 12    14 282  P   P
+PG27  -1075.168319 -14425.660699 -21616.204665    251.367635 18  6 11 309  P   P
+PG28  17464.659862   4710.007488 -19023.257072     28.701345 11  7 12 201  P   P
+PG29 -10206.660847 -12103.903945  21412.259067    196.625467  8  7  7 223  P   P
+PG30 -10578.959135  11023.275692  21316.253065    333.617563  9  9  6 291  P   P
+PG31 -22978.960004   7912.477323  11169.042041     60.710551  9  9  5 201  P   P
+PG32   6594.282283  24795.897649  -7351.078799   -226.530606 11  9  9 262  P   P
+*  2011  4  1 12 30  0.00000000
+PG02  16088.549194 -13516.417016  15985.666856    328.280380  8  8  9 206  P   P
+PG03 -10081.750825  24118.447942   3179.751842    696.155130  9  6  6 281  P   P
+PG04  25275.030282  -6484.113292   5656.086967     76.386446  9  9  8 190  P   P
+PG05   4632.965162 -17336.363251  19527.191359   -137.990580  5  9  9 241  P   P
+PG06 -14127.308807  21228.048930   7184.198210   -225.808083  7  4  8 284  P   P
+PG07  22804.516707   6394.867655  12230.359212      7.022167  9  6  9 210  P   P
+PG08  26756.962923   1102.831741   2132.573799      7.630309  7  8 12 289  P   P
+PG09  -4903.421712 -14398.407543 -22323.603353     71.145784 15  6 10 334  P   P
+PG10  16193.379279  -2563.080008  20746.571685    -70.414140  7 11  7 296  P   P
+PG11   5016.950661  16145.970412 -20791.472809   -139.140145 10  9    151  P   P
+PG12 -10222.151026 -23533.386017  -7182.350309    -14.983383  8  7 10 244  P   P
+PG13  10388.448471  10736.746832  21810.027584    276.828750 10  5  6 238  P   P
+PG14 -17676.208280   7671.481730 -18062.333340    141.216996  7 12  8 234  P   P
+PG15   1659.490919 -23894.544653 -11290.446342   -138.669539  9  7 11 173  P   P
+PG16  -6687.077833  15261.945567  20641.081177   -161.948206 11 10  4 229  P   P
+PG17  17710.276751  -6928.160693 -18313.754168    184.214052  8 13 10 232  P   P
+PG18 -19765.555010 -12982.638767 -12151.864966    129.565066  8  9 11 172  P   P
+PG19  -6619.797461  24040.546478  -8626.763325   -126.010428 13  6 13 114  P   P
+PG20  13732.342753  22491.287238  -3736.869239     48.823192  9  6 11 199  P   P
+PG21 -23807.234791  -6294.652503  11112.797156   -134.427997  8  7 10 260  P   P
+PG22 -18309.773860  -1799.313205 -19024.614669    150.854783 10 10  7 197  P   P
+PG23   2681.060253  20663.849187  16263.277312    316.268756 12  7 10 164  P   P
+PG24   8235.127334  14502.049425 -20669.896857    378.055452 11  6  8 315  P   P
+PG25 -18293.548722 -18422.692358   5637.693265     -0.981641  8  4  7 233  P   P
+PG26  11948.732753 -23445.804305  -1391.301325   -160.653266 12  2 14 290  P   P
+PG27   1515.316295 -14673.986801 -21400.725455    251.371135 18  5 12 311  P   P
+PG28  18487.482869   6632.303942 -17485.169547     28.703478 11  6 12 201  P   P
+PG29  -9003.274202 -14169.754354  20672.531211    196.627958  8  8  8 224  P   P
+PG30 -12080.075660   8977.989170  21477.087730    333.620510  9  9  7 296  P   P
+PG31 -24081.230293   7807.187835   8592.302269     60.715093  9  9  5 192  P   P
+PG32   5912.470882  24010.936476  -9937.265218   -226.537174 12  9  9 267  P   P
+*  2011  4  1 12 45  0.00000000
+PG02  17837.969500 -13511.129262  13960.371843    328.282367  8  8  9 199  P   P
+PG03 -10282.879607  23466.723158   5921.849546    696.159781  9  6  6 277  P   P
+PG04  25817.089609  -6262.630179   2921.480294     76.395656 10  9  8 152  P   P
+PG05   6114.609128 -15568.967604  20588.090468   -137.995810  5  9  9 241  P   P
+PG06 -14096.910421  20219.223773   9769.310480   -225.913251  7  5  8 287  P   P
+PG07  21313.676124   6730.718355  14507.926728      7.023052 10  6  9 209  P   P
+PG08  26364.716337   1230.309101   4987.120632      7.630311  7  8 12 292  P   P
+PG09  -2492.165040 -14762.653657 -22487.752409     71.147996 15  6 10 336  P   P
+PG10  17514.915391   -604.046736  19844.842909    -70.415093  8 11  8 297  P   P
+PG11   2825.344187  16951.790736 -20526.237956   -139.142895 11  8  3 133  P   P
+PG12  -9495.231139 -22862.503983  -9829.915400    -14.980808  8  8 11 246  P   P
+PG13   9208.875360  12921.064355  21145.173925    276.827440 11  5  7 239  P   P
+PG14 -16817.125273   5663.358536 -19561.138474    141.219147  7 12  7 235  P   P
+PG15   2333.528974 -24869.663871  -8773.727037   -138.666800  9  6 11 184  P   P
+PG16  -8135.589163  13341.270931  21463.392414   -161.950723 11 10  5 232  P   P
+PG17  16919.554060  -4863.672661 -19685.307107    184.214238  8 13 10 231  P   P
+PG18 -20311.688584 -14179.903477  -9770.942575    129.566891  8  9 11 177  P   P
+PG19  -7250.300477  24659.997443  -5922.514320   -126.013875 13  7 13 119  P   P
+PG20  13128.094269  22252.285230  -6452.906346     48.823303 10  6 10 197  P   P
+PG21 -22510.626224  -6672.704502  13384.728421   -134.430363  9  7 10 261  P   P
+PG22 -19426.674993  -3625.368403 -17626.376122    150.854062  9 10  7 198  P   P
+PG23   1803.823634  22196.851315  14206.280058    316.266482 12  6 11 162  P   P
+PG24   5832.887618  14729.067195 -21290.780297    378.058202 11  7  8 317  P   P
+PG25 -18400.873189 -18955.399461   2833.273022     -0.981952  8  4  6 235  P   P
+PG26  12103.048834 -23284.277552   1543.066051   -160.662649 11  6 14 297  P   P
+PG27   4043.281376 -15052.162709 -20792.438829    251.374584 18  2 13 313  P   P
+PG28  19499.696446   8331.695409 -15637.045343     28.705610 10  4 12 201  P   P
+PG29  -7954.106437 -16202.420055  19579.899190    196.630451  8  8  8 224  P   P
+PG30 -13680.484658   7014.523311  21254.106981    333.623456  9  9  7 300  P   P
+PG31 -24892.173089   7729.299533   5870.543411     60.719631  9  9  6 182  P   P
+PG32   5038.676622  23021.932919 -12354.112278   -226.543745 12 10  8 272  P   P
+*  2011  4  1 13  0  0.00000000
+PG02  19348.659328 -13540.508256  11689.756878    328.284353  8  8 10 193  P   P
+PG03 -10450.474250  22523.541702   8558.900178    696.164449  9  6  6 272  P   P
+PG04  26064.431444  -6014.027755    137.495257     76.404865 10 10  9 176  P   P
+PG05   7748.974883 -13804.093910  21293.378877   -138.001036  6 10  8 242  P   P
+PG06 -14033.295714  18940.945547  12185.420465   -226.018428  7  5  8 290  P   P
+PG07  19603.184669   7191.071499  16538.235075      7.023939 10  6  9 207  P   P
+PG08  25667.065249   1414.204653   7758.664592      7.630324  7  8 11 295  P   P
+PG09   -107.710453 -15263.899040 -22284.159161     71.150192 15  7 10 339  P   P
+PG10  18853.707117   1188.080267  18598.346673    -70.416053  7 12  9 298  P   P
+PG11    708.960201  17828.437093 -19916.051919   -139.145648 12  8  5 118  P   P
+PG12  -8546.781523 -22009.476408 -12309.731238    -14.978229  9  8 11 246  P   P
+PG13   8193.453986  15079.492092  20111.353792    276.826126 11  6  8 239  P   P
+PG14 -16011.796783   3470.975745 -20717.616021    141.221303  8 13  7 235  P   P
+PG15   2865.028835 -25598.307079  -6104.547774   -138.664060  9  5 12 193  P   P
+PG16  -9729.465771  11447.803849  21915.932685   -161.953241 11 11  6 235  P   P
+PG17  16187.278442  -2634.766484 -20712.296556    184.214423  8 12  9 230  P   P
+PG18 -20739.141038 -15131.752970  -7223.118988    129.568718  7  8 11 181  P   P
+PG19  -7719.804418  25023.995392  -3114.206162   -126.017321 14  8 13 131  P   P
+PG20  12311.858643  21821.909746  -9058.758678     48.823411 11  7 10 194  P   P
+PG21 -20999.189496  -7154.872773  15437.988379   -134.432725  9  7 10 263  P   P
+PG22 -20516.812239  -5258.953930 -15922.076740    150.853344  9 10  7 199  P   P
+PG23   1091.859993  23541.009344  11900.779261    316.264205 12  6 11 157  P   P
+PG24   3393.224754  15083.286947 -21544.397502    378.060987 11  8  9 318  P   P
+PG25 -18324.388527 -19241.305252    -19.864836     -0.982264  9  4  7 237  P   P
+PG26  12135.324473 -22821.351816   4449.979221   -160.672039 11  9 14 303  P   P
+PG27   6457.153816 -15543.025911 -19802.187368    251.377981 18    14 314  P   P
+PG28  20459.184649   9790.331921 -13513.223739     28.707744  9  4 12 200  P   P
+PG29  -7065.131583 -18155.209682  18152.981291    196.632950  8  8  9 224  P   P
+PG30 -15345.374835   5170.402985  20651.538211    333.626399  9  9  8 304  P   P
+PG31 -25399.721497   7640.469630   3049.528502     60.724166  9  9  8 174  P   P
+PG32   3959.255918  21865.816596 -14559.468082   -226.550320 12 10  8 277  P   P
+*  2011  4  1 13 15  0.00000000
+PG02  20597.271459 -13570.587018   9213.154878    328.286338  8  7 10 187  P   P
+PG03 -10619.311094  21297.992297  11043.584124    696.169132  9  6  5 265  P   P
+PG04  26020.966355  -5703.229155  -2648.825746     76.414075 10 10 10 204  P   P
+PG05   9511.868338 -12083.341324  21631.159540   -138.006258  7 10  8 241  P   P
+PG06 -13972.321005  17408.692863  14391.269236   -226.123615  7  6  8 292  P   P
+PG07  17712.198816   7796.214323  18286.369681      7.024825 11  7  8 207  P   P
+PG08  24682.035640   1691.178647  10400.948699      7.630353  7  8 11 298  P   P
+PG09   2203.983330 -15889.412215 -21715.954665     71.152369 15  8 10 341  P   P
+PG10  20170.030113   2790.260247  17029.972145    -70.417022  8 11  9 300  P   P
+PG11  -1298.013685  18751.743702 -18969.999962   -139.148404 12  6  7 132  P   P
+PG12  -7367.486339 -21014.567385 -14579.272300    -14.975650 10  9 11 247  P   P
+PG13   7348.870741  17161.649086  18726.681701    276.824810 12  5  9 239  P   P
+PG14 -15292.657689   1132.528609 -21511.630491    141.223462  8 13  7 235  P   P
+PG15   3281.162700 -26053.802445  -3329.247700   -138.661321  9  5 12 200  P   P
+PG16 -11442.128147   9623.911674  21991.841549   -161.955758 11 11  7 237  P   P
+PG17  15542.504090   -280.558631 -21377.168670    184.214607  9 12  8 230  P   P
+PG18 -21012.228834 -15845.110460  -4552.459654    129.570544  7  8 11 186  P   P
+PG19  -8057.171903  25108.179271   -251.149036   -126.020766 14  9 13 141  P   P
+PG20  11271.516937  21234.879134 -11510.152654     48.823520 11  7 10 192  P   P
+PG21 -19306.238569  -7761.414076  17239.080046   -134.435083 10  8  9 265  P   P
+PG22 -21540.289016  -6685.006678 -13941.814512    150.852628  9 10  7 199  P   P
+PG23    527.154991  24657.324553   9386.751342    316.261928 13  6 12 148  P   P
+PG24    964.137732  15561.280483 -21425.521264    378.063811 12  9 10 319  P   P
+PG25 -18034.173926 -19302.903042  -2872.662894     -0.982580  9  5  7 239  P   P
+PG26  12083.936044 -22046.979863   7277.301223   -160.681434 10 10 14 308  P   P
+PG27   8709.796710 -16121.661964 -18448.281335    251.381325 18    15 314  P   P
+PG28  21323.122788  10999.541051 -11152.590773     28.709878  9  5 12 199  P   P
+PG29  -6334.170711 -19982.153113  16416.063604    196.635451  8  8  9 224  P   P
+PG30 -17034.770620   3476.633805  19680.616839    333.629337  9  9  8 307  P   P
+PG31 -25600.571027   7501.449811    176.854350     60.728705  8  9  9 169  P   P
+PG32   2668.437312  20583.060472 -16514.405388   -226.556903 13 10  7 280  P   P
+*  2011  4  1 13 30  0.00000000
+PG02  21568.595323 -13564.950181   6573.825751    328.288323  8  7 10 186  P   P
+PG03 -10822.475105  19807.802902  13331.072860    696.173828  9  6  6 257  P   P
+PG04  25698.605771  -5296.919492  -5390.632400     76.423286 11 11 10 221  P   P
+PG05  11372.290246 -10444.071074  21595.908155   -138.011476  7 10  7 241  P   P
+PG06 -13947.269568  15645.670221  16349.441356   -226.228812  7  6  8 294  P   P
+PG07  15684.389117   8559.099887  19722.112374      7.025711 12  7  8 206  P   P
+PG08  23435.566949   2093.826853  12869.686591      7.630399  8  7 10 300  P   P
+PG09   4399.935729 -16618.886378 -20791.945469     71.154527 15  9 11 344  P   P
+PG10  21422.153653   4187.508964  15168.011853    -70.417994  7 11 10 301  P   P
+PG11  -3166.020984  19692.544226 -17702.804218   -139.151162 12  6  8 151  P   P
+PG12  -5956.460097 -19920.514129 -16599.493816    -14.973070 10 10 10 248  P   P
+PG13   6673.015164  19117.943014  17015.458915    276.823493 12  6  9 239  P   P
+PG14 -14685.673130  -1308.036146 -21929.503017    141.225621  8 13  7 234  P   P
+PG15   3613.629522 -26216.999441   -496.059163   -138.658582  9  6 12 205  P   P
+PG16 -13240.356930   7906.968491  21690.739436   -161.958272 11 11  8 239  P   P
+PG17  15007.707915   2154.885506 -21668.834906    184.214788  9 12  8 229  P   P
+PG18 -21098.610344 -16334.468819  -1804.701511    129.572371  6  8 11 189  P   P
+PG19  -8295.746650  24896.161378   2616.324477   -126.024211 14 10 13 147  P   P
+PG20  10002.497447  20528.927299 -13765.545036     48.823628 12  7 10 189  P   P
+PG21 -17469.245084  -8506.328783  18758.398204   -134.437438 10  8  9 266  P   P
+PG22 -22456.741579  -7896.557905 -11720.381168    150.851914  8 10  7 199  P   P
+PG23     85.045593  25512.682111   6708.020559    316.259653 13  7 13 142  P   P
+PG24  -1407.286142  16151.745020 -20935.383686    378.066673 11 10 10 320  P   P
+PG25 -17506.442018 -19169.109191  -5676.086038     -0.982894 10  6  7 241  P   P
+PG26  11989.207953 -20960.909539   9973.704344   -160.690831 10 11 14 313  P   P
+PG27  10760.273090 -16756.485639 -16756.089532    251.384613 18  1 16 314  P   P
+PG28  22049.705478  11959.849619  -8597.750129     28.712012  8  5 11 198  P   P
+PG29  -5751.127060 -21639.634881  14398.701230    196.637958  8  8 10 223  P   P
+PG30 -18705.053297   1956.646569  18359.329997    333.632267  8 10  8 310  P   P
+PG31 -25500.270961   7273.749512  -2698.803711     60.733239  9  8  9 172  P   P
+PG32   1168.823019  19216.162623 -18183.953546   -226.563493 13 10  7 284  P   P
+*  2011  4  1 13 45  0.00000000
+PG02  22256.055568 -13486.336971   3818.168412    328.290309  8  7 10 191  P   P
+PG03 -11089.826032  18078.807148  15379.948329    696.178535  9  7  6 247  P   P
+PG04  25116.739933  -4764.975022  -8041.999074     76.432502 11 12 10 233  P   P
+PG05  13293.487512  -8918.092661  21188.548099   -138.016695  8 11  6 240  P   P
+PG06 -13987.447417  13682.028288  18026.969793   -226.334022  7  7  7 296  P   P
+PG07  13566.403223   9484.677356  20820.469379      7.026597 12  7  8 206  P   P
+PG08  21960.619713   2649.279641  15123.245706      7.630463  9  8 10 302  P   P
+PG09   6441.526748 -17425.138786 -19526.523147     71.156666 15  9 12 346  P   P
+PG10  22567.933390   5373.213093  13045.587635    -70.418972  7 11 10 302  P   P
+PG11  -4871.088250  20617.707459 -16134.674607   -139.153924 12  5  9 165  P   P
+PG12  -4321.497885 -18770.873779 -18335.502555    -14.970488 11 10 10 248  P   P
+PG13   6155.223550  20901.383487  15007.723060    276.822172 12  5 10 239  P   P
+PG14 -14209.329837  -3802.555319 -21964.246836    141.227783  8 13  8 234  P   P
+PG15   3897.206396 -26077.029367   2345.755597   -138.655845  9  7 12 210  P   P
+PG16 -15085.460780   6328.086617  21018.671056   -161.960787 11 11  8 241  P   P
+PG17  14597.935069   4624.093202 -21582.836921    184.214968  9 11  8 228  P   P
+PG18 -20970.575335 -16621.105331    973.515436    129.574199  5  8 12 192  P   P
+PG19  -8471.823867  24380.240435   5437.801232   -126.027656 14 10 13 155  P   P
+PG20   8508.120412  19743.294829 -15786.794335     48.823737 13  7  9 187  P   P
+PG21 -15528.598166  -9396.698064  19970.648422   -134.439790 11  9  9 268  P   P
+PG22 -23226.915495  -8894.764512  -9296.614865    150.851202  8 10  7 198  P   P
+PG23   -264.614337  26081.135753   3911.466490    316.257376 13  7 13 136  P   P
+PG24  -3676.508391  16835.876942 -20081.711658    378.069574 11 10 11 320  P   P
+PG25 -16724.605310 -18874.010714  -8381.962187     -0.983213 10  7  8 243  P   P
+PG26  11891.605041 -19572.951114  12489.739826   -160.700229 10 12 13 317  P   P
+PG27  12575.329892 -17410.629791 -14757.447535    251.387847 17  3 16 313  P   P
+PG28  22599.811499  12680.641294  -5894.158406     28.714147  8  7 11 196  P   P
+PG29  -5298.530015 -23087.950562  12135.233265    196.640467  8  7 10 222  P   P
+PG30 -20310.638210    625.570412  16712.014522    333.635187  7 10  8 313  P   P
+PG31 -25112.996174   6921.288078  -5528.477898     60.737762  9  9 10 165  P   P
+PG32   -528.427904  17808.038481 -19537.787545   -226.570094 14 11  7 286  P   P
+*  2011  4  1 14  0  0.00000000
+PG02  22661.869281 -13298.300232    994.853646    328.292295  8  7 10 198  P   P
+PG03 -11446.594944  16144.075136  17153.063536    696.183247 10  6  6 233  P   P
+PG04  24301.458602  -4081.767441 -10558.631565     76.441723 11 13 10 241  P   P
+PG05  15234.233261  -7530.579158  20416.412810   -138.021911  9 11  6 239  P   P
+PG06 -14116.955502  11553.831910  19395.851707   -226.439243  7  7  8 297  P   P
+PG07  11406.218982  10569.532417  21562.119623      7.027483 12  8  8 207  P   P
+PG08  20296.035832   3377.993185  17123.305562      7.630545  9  8  9 303  P   P
+PG09   8295.735788 -18275.064105 -17939.512082     71.158786 14  9 12 347  P   P
+PG10  23566.412647   6349.116519  10700.009833    -70.419953  6 11 11 303  P   P
+PG11  -6395.578609  21491.349240 -14291.069615   -139.156689 12  5 10 177  P   P
+PG12  -2478.996304 -17608.345503 -19757.165322    -14.967906 11 11  9 248  P   P
+PG13   5776.870685  22469.299026  12738.690873    276.820848 12  5 11 238  P   P
+PG14 -13873.942481  -6300.350142 -21615.672427    141.229948  8 12  9 233  P   P
+PG15   4168.178267 -25631.751861   5146.788015   -138.653107  9  8 12 213  P   P
+PG16 -16934.653427   4911.105986  19987.943354   -161.963300 11 11  9 242  P   P
+PG17  14320.258416   7077.854681 -21121.383204    184.215146 10 11  8 227  P   P
+PG18 -20606.155926 -16732.063552   3735.404494    129.576027  4  8 12 195  P   P
+PG19  -8623.004877  23561.775093   8163.731081   -126.031101 14 11 12 161  P   P
+PG20   6799.647585  18917.182346 -17539.771667     48.823845 13  6  9 185  P   P
+PG21 -13526.269007 -10432.263638  20855.224982   -134.442139 11  9  9 269  P   P
+PG22 -23814.201934  -9688.624506  -6712.690503    150.850492  8 10  7 198  P   P
+PG23   -556.059009  26344.921208   1046.162707    316.255101 13  8 13 141  P   P
+PG24  -5803.086380  17588.057334 -18878.643924    378.072514 11 10 11 319  P   P
+PG25 -15680.072828 -18455.424273 -10943.807126     -0.983534 11  8  7 244  P   P
+PG26  11829.891980 -17902.827382  14778.906970   -160.709628  9 12 13 321  P   P
+PG27  14130.533582 -18043.572277 -12489.906390    251.391029 17  4 16 311  P   P
+PG28  22938.540378  13179.477703  -3089.247981     28.716284  7  7 11 194  P   P
+PG29  -4952.367524 -24292.727925   9664.218210    196.642980  8  7 11 221  P   P
+PG30 -21805.733782   -510.137933  14768.823238    333.638094  7 10  9 315  P   P
+PG31 -24461.003912   6411.973842  -8263.714852     60.742282  9 10 10 158  P   P
+PG32  -2403.751532  16400.384657 -20550.856986   -226.576708 14 11  7 288  P   P
+*  2011  4  1 14 15  0.00000000
+PG02  22796.851906 -12966.850020  -1846.102397    328.294281  8  7 10 206  P   P
+PG03 -11912.176353  14042.742281  18618.318310    696.187965  9  7  6 210  P   P
+PG04  23284.544723  -3227.298188 -12898.541189     76.450951 12 13 10 248  P   P
+PG05  17150.285689  -6299.251910  19293.097758   -138.027127  9 11  6 238  P   P
+PG06 -14353.683165   9301.818332  20433.470008   -226.544479  7  8  6 298  P   P
+PG07   9251.448496  11801.854418  21933.774631      7.028367 13  8  8 209  P   P
+PG08  18485.188090   4292.777561  18835.483752      7.630647 10  8  8 304  P   P
+PG09   9936.195667 -19130.814303 -16055.952721     71.160887 14  9 12 349  P   P
+PG10  24379.370851   7124.987082   8172.085131    -70.420936  6 11 11 303  P   P
+PG11  -7728.715153  22276.180022 -12202.363787   -139.159459 13  5 11 186  P   P
+PG12   -453.545067 -16473.131551 -20839.644281    -14.965325 12 11  8 248  P   P
+PG13   5512.283840  23784.889178  10248.106428    276.819521 12  5 12 237  P   P
+PG14 -13681.301726  -8750.023918 -20890.361713    141.232113  8 12  9 231  P   P
+PG15   4462.709957 -24887.869246   7858.369163   -138.650370  9  8 12 216  P   P
+PG16 -18742.585854   3671.875314  18616.864596   -161.965811 10 11  9 243  P   P
+PG17  14173.570712   9466.954418 -20293.259811    184.215324 10 10  9 227  P   P
+PG18 -19990.022719 -16698.944483   6434.767133    129.577855     9 11 198  P   P
+PG19  -8786.505830  22451.202277  10746.350301   -126.034545 14 11 12 166  P   P
+PG20   4896.035988  18088.223729 -18994.903622     48.823953 14  6  9 183  P   P
+PG21 -11504.421673 -11605.265919  21396.545021   -134.444485 12 10  9 270  P   P
+PG22 -24186.074081 -10294.392194  -4013.362601    150.849784  7 10  6 197  P   P
+PG23   -826.044012  26295.154487  -1837.534614    316.252825 13  9 14 148  P   P
+PG24  -7752.068173  18376.825714 -17346.527496    378.075492 10 10 12 319  P   P
+PG25 -14372.745938 -17953.322745 -13317.619442     -0.983855 11  8  8 246  P   P
+PG26  11839.345052 -15979.600006  16798.686905   -160.719022  9 13 12 325  P   P
+PG27  15411.008982 -18612.919551  -9995.851462    251.394161 16  6 17 308  P   P
+PG28  23036.564523  13481.122961   -231.557821     28.718421  7  8 10 191  P   P
+PG29  -4683.175774 -25226.159296   7027.797681    196.645497  9  6 11 221  P   P
+PG30 -23146.105623  -1452.698523  12565.077471    333.640987  6 10  9 317  P   P
+PG31 -23573.791448   5719.149313 -10857.391876     60.746804  9 11 11 167  P   P
+PG32  -4429.669965  15032.079198 -21203.937161   -226.583335 14 11  8 290  P   P
+*  2011  4  1 14 30  0.00000000
+PG02  22679.877946 -12462.009914  -4654.301516    328.296270  8  7 10 213  P   P
+PG03 -12499.172719  11818.585216  19749.326360    696.192683  9  7  6 166  P   P
+PG04  22102.278097  -2188.123861 -15022.680170     76.460188 12 14  9 254  P   P
+PG05  18995.969137  -5233.864144  17838.205997   -138.032341 10 10  6 237  P   P
+PG06 -14708.558213   6969.994929  21122.917700   -226.649729  6  9  6 299  P   P
+PG07   7147.656579  13161.734848  21928.442144      7.029250 13  8  9 210  P   P
+PG08  16574.463113   5398.099865  20229.921438      7.630768 10  8  8 304  P   P
+PG09  11344.024907 -19951.170605 -13905.816833     71.162971 14  9 12 350  P   P
+PG10  24972.761826   7717.984088   5505.387827    -70.421917  5 10 11 304  P   P
+PG11  -8866.849635  22934.940725  -9903.420340   -139.162233 13  5 12 193  P   P
+PG12   1722.798394 -15401.400061 -21563.848925    -14.962744 12 11  8 248  P   P
+PG13   5329.939882  24818.550452   7579.509187    276.818191 13  4 12 236  P   P
+PG14 -13624.675997 -11101.283815 -19801.513927    141.234280  8 12 10 230  P   P
+PG15   4815.226872 -23860.704270  10433.440252   -138.647635  9  9 12 219  P   P
+PG16 -20462.974963   2617.847521  16929.392148   -161.968321  9 11  9 245  P   P
+PG17  14148.714133  11743.894325 -19113.620434    184.215500 10 10  9 226  P   P
+PG18 -19114.138320 -16556.554165   9026.698524    129.579681  4  9 11 201  P   P
+PG19  -8997.492145  21067.700453  13140.563733   -126.037992 14 11 12 169  P   P
+PG20   2823.405773  17291.035475 -20127.640810     48.824061 14  6  9 183  P   P
+PG21  -9504.013766 -12900.549651  21584.334903   -134.446831 12 10  9 272  P   P
+PG22 -24315.368955 -10734.720129  -1245.175841    150.849077  7 10  4 197  P   P
+PG23  -1112.173769  25932.184587  -4688.927604    316.250548 14 10 14 159  P   P
+PG24  -9495.178311  19166.105939 -15511.593917    378.078504 10 10 12 317  P   P
+PG25 -12811.193812 -17408.190545 -15462.632174     -0.984181 12  9  8 247  P   P
+PG26  11950.102595 -13840.687681  18511.504980   -160.728411  9 14 11 328  P   P
+PG27  16411.755397 -19076.259383  -7321.525756    251.397243 16  7 17 305  P   P
+PG28  22871.251321  13616.320859   2630.110616     28.720560  6  9 10 188  P   P
+PG29  -4457.345154 -25867.998205   4270.997453    196.648016  9  5 11 220  P   P
+PG30 -24290.770645  -2212.653100  10140.526441    333.643862  5  9  9 319  P   P
+PG31 -22486.981856   4822.844997 -13264.529914     60.751321  9 11 11 174  P   P
+PG32  -6571.610820  13737.684282 -21484.084640   -226.589976 14 11  9 292  P   P
+*  2011  4  1 14 45  0.00000000
+PG02  22337.018538 -11759.217474  -7379.939340    328.298259  8  6 10 219  P   P
+PG03 -13212.736336   9518.406812  20525.953383    696.197400  9  7  6 189  P   P
+PG04  20794.091748   -958.041149 -16895.532934     76.469433 12 14  8 258  P   P
+PG05  20725.816533  -4336.001288  16076.992962   -138.037556 10 10  7 235  P   P
+PG06 -15185.078485   4604.130466  21453.223977   -226.754992  6  9  5 299  P   P
+PG07   5136.757382  14621.789256  21545.586710      7.030134 14  8  9 212  P   P
+PG08  14611.628593   6689.692353  21281.819175      7.630909 11  8  7 304  P   P
+PG09  12508.406521 -20693.066105 -11523.651039     71.165036 14  8 12 352  P   P
+PG10  25317.990651   8151.757182   2745.508333    -70.422897  5 10 11 305  P   P
+PG11  -9813.460472  23431.873990  -7433.069376   -139.165010 13  6 12 199  P   P
+PG12   4011.526723 -14423.909273 -21916.795414    -14.960162 13 11  7 247  P   P
+PG13   5193.895031  25548.924550   4779.437824    276.816857 13  3 13 235  P   P
+PG14 -13689.164106 -13306.713960 -18368.668721    141.236448  8 11 10 228  P   P
+PG15   5256.870232 -22573.650613  12827.390229   -138.644900  9 10 12 221  P   P
+PG16 -22050.267647   1747.999952  14954.697277   -161.970827  9 11  9 245  P   P
+PG17  14228.937877  13864.541245 -17603.663587    184.215674 10  9  9 226  P   P
+PG18 -17978.149346 -16341.457867  11468.257532    129.581510  6 10 11 204  P   P
+PG19  -9287.508642  19438.513359  15304.766098   -126.041437 14 11 11 171  P   P
+PG20    614.242110  16555.895264 -20918.846740     48.824169 14  5  9 182  P   P
+PG21  -7563.432016 -14295.938862  21413.863590   -134.449173 13 10 10 273  P   P
+PG22 -24181.366872 -11037.564845   1544.341941    150.848373  6 10  2 196  P   P
+PG23  -1451.193887  25265.585227  -7457.925350    316.248273 14 11 14 169  P   P
+PG24 -11011.745195  19916.637094 -13405.518759    378.081550 10 10 13 316  P   P
+PG25 -11012.501394 -16859.371429 -17342.008580     -0.984507 12  9  8 248  P   P
+PG26  12185.736019 -11530.514142  19885.586686   -160.737792  9 14 10 330  P   P
+PG27  17137.537272 -19392.994622  -4515.994147    251.400283 15  8 17 301  P   P
+PG28  22427.520986  13620.380451   5447.498731     28.722700  6  9 10 184  P   P
+PG29  -4238.593183 -26206.281778   1440.976089    196.650537 10  4 12 219  P   P
+PG30 -25203.551286  -2808.173385   7538.536030    333.646720  5  9  9 321  P   P
+PG31 -21240.976310   3710.790135 -15443.089285     60.755836  9 11 11 179  P   P
+PG32  -8789.030374  12546.115641 -21384.980694   -226.596635 14 11 10 293  P   P
+*  2011  4  1 15  0  0.00000000
+PG02  21800.393095 -10840.507119  -9974.768676    328.300250  9  6 10 224  P   P
+PG03 -14050.239234   7190.302005  20934.710568    696.202111  9  6  7 219  P   P
+PG04  19401.128071    461.492344 -18485.658191     76.478689 12 14  7 262  P   P
+PG05  22296.210368  -3599.203448  14039.917759   -138.042772 10 10  8 233  P   P
+PG06 -15779.138957   2250.196510  21419.482551   -226.860269  5  9  5 299  P   P
+PG07   3255.550841  16148.082203  20791.181817      7.031013 14  8 10 214  P   P
+PG08  12644.140980   8154.486269  21971.913086      7.631069 11  8  7 304  P   P
+PG09  13426.888004 -21313.211374  -8948.145029     71.167086 13  8 12 353  P   P
+PG10  25392.985260   8455.315816    -60.708493    -70.423875  5 10 11 306  P   P
+PG11 -10578.873966  23734.174104  -4833.494740   -139.167793 12  7 13 204  P   P
+PG12   6368.956874 -13564.847314 -21891.865137    -14.957583 13 11  8 246  P   P
+PG13   5065.387646  25963.629245   1896.586773    276.815519 13  4 13 234  P   P
+PG14 -13852.381240 -15323.429956 -16617.314776    141.238616  8 11 11 225  P   P
+PG15   5814.089307 -21057.318940  14998.844057   -138.642166  9 10 11 222  P   P
+PG16 -23461.279056   1053.078142  12726.655669   -161.973331  8 11  9 246  P   P
+PG17  14390.661442  15789.635547 -15790.206678    184.215846 11  9 10 227  P   P
+PG18 -16589.506980 -16090.492618  13719.096247    129.583338  8 10 11 206  P   P
+PG19  -9683.070481  17597.964324  17201.585138   -126.044882 14 11 10 173  P   P
+PG20  -1693.639644  15907.597790 -21355.102638     48.824273 14  6 10 182  P   P
+PG21  -5717.208354 -15762.875236  20886.116380   -134.451516 13 10 11 274  P   P
+PG22 -23770.629421 -11234.901749   4307.490042    150.847671  6 10    196  P   P
+PG23  -1877.320830  24313.786095 -10095.978347    316.245998 14 12 14 177  P   P
+PG24 -12289.330832  20587.552641 -11064.870936    378.084625  9 10 13 314  P   P
+PG25  -9001.795174 -16343.472703 -18923.470475     -0.984835 13  9  9 248  P   P
+PG26  12562.113429  -9098.845027  20895.675389   -160.747164 10 14  8 333  P   P
+PG27  17602.368618 -19526.074739  -1630.084643    251.403284 15 10 17 295  P   P
+PG28  21698.417622  13531.629387   8173.647214     28.724841  5 10  9 181  P   P
+PG29  -3989.548369 -26237.750336  -1413.767484    196.653061 10  5 12 218  P   P
+PG30 -25854.428433  -3264.069857   4805.229843    333.649557  6  9  8 322  P   P
+PG31 -19879.420997   2379.136389 -17354.733367     60.760346 10 12 11 183  P   P
+PG32 -11036.801032  11479.538005 -20907.147823   -226.603311 14 12 11 293  P   P
+*  2011  4  1 15 15  0.00000000
+PG02  21106.785503  -9695.423771 -12393.025778    328.302243  9  5  9 229  P   P
+PG03 -15001.285556   4881.881835  20968.993400    696.206816  8  7  7 237  P   P
+PG04  17964.744777   2061.216507 -19766.176950     76.487954 12 14  6 265  P   P
+PG05  23666.959862  -3009.403177  11762.109463   -138.047989 10  9  9 231  P   P
+PG06 -16479.157405    -47.183882  21022.884052   -226.965559  5 10  6 299  P   P
+PG07   1534.456116  17701.322859  19677.649764      7.031893 14  8 11 216  P   P
+PG08  10717.453738   9770.881389  22286.880631      7.631249 11  7  7 303  P   P
+PG09  14105.384850 -21769.769717  -6221.621558     71.169120 13  7 12 354  P   P
+PG10  25183.027567   8661.715355  -2865.923980    -70.424848  5 10 11 306  P   P
+PG11 -11179.713523  23813.357110  -2149.535579   -139.170578 12  8 13 211  P   P
+PG12   8747.714363 -12840.934025 -21488.955761    -14.955005 14 11  9 245  P   P
+PG13   4904.548142  26059.645605  -1019.066991    276.814179 13  6 13 233  P   P
+PG14 -14085.447468 -17114.550778 -14578.394448    141.240784  8 11 11 223  P   P
+PG15   6507.427207 -19348.413517  16910.386659   -138.639433  9 11 11 224  P   P
+PG16 -24656.745659    516.150423  10283.272717   -161.975831  7 11  8 246  P   P
+PG17  14604.509388  17486.104378 -13705.168418    184.216018 11  9 10 227  P   P
+PG18 -14963.314889 -15839.289763  15742.045100    129.585166  9 10 11 209  P   P
+PG19 -10204.472144  15586.204098  18798.532072   -126.048327 13 11 10 175  P   P
+PG20  -4058.328128  15364.529443 -21428.924670     48.824379 15  6 11 183  P   P
+PG21  -3994.861436 -17267.305831  20007.901231   -134.453857 13 10 11 275  P   P
+PG22 -23077.566617 -11361.300841   6997.195123    150.846971  6 10  2 195  P   P
+PG23  -2420.679465  23103.359878 -12556.977286    316.243721 14 12 14 184  P   P
+PG24 -13324.035749  21138.044009  -8530.461444    378.087725  8 10 13 311  P   P
+PG25  -6811.464393 -15892.887454 -20179.848796     -0.985166 13 10  9 249  P   P
+PG26  13086.613289  -6598.890522  21523.585578   -160.756524 10 14  6 335  P   P
+PG27  17828.629715 -19443.551233   1284.659651    251.406252 14 11 16 288  P   P
+PG28  20685.382316  13389.795500  10763.596508     28.726984  5 10 10 175  P   P
+PG29  -3673.384274 -25967.946772  -4244.215075    196.655584 11  5 12 219  P   P
+PG30 -26220.642523  -3610.549782   1988.605071    333.652375  7  8  8 323  P   P
+PG31 -18447.545381    832.860517 -18965.544578     60.764853 10 12 11 185  P   P
+PG32 -13266.810482  10552.537806 -20058.027498   -226.610003 14 12 12 293  P   P
+*  2011  4  1 15 30  0.00000000
+PG02  20296.085917  -8321.628297 -14592.296371    328.304238  9  5 10 233  P   P
+PG03 -16048.064054   2638.534494  20629.161489    696.211510  8  7  8 248  P   P
+PG04  16525.022331   3824.212501 -20715.201510     76.497232 12 14  7 268  P   P
+PG05  24802.754718  -2545.659755   9282.758168   -138.053209 10  9 10 229  P   P
+PG06 -17266.490979  -2246.224389  20270.655279   -227.070863  4 10  7 299  P   P
+PG07     -3.507550  19238.287648  18223.687293      7.032773 14  8 12 219  P   P
+PG08   8873.388433  11509.349717  22219.664712      7.631448 12  7  7 302  P   P
+PG09  14557.878786 -22024.024205  -3389.446726     71.171139 12  7 12 354  P   P
+PG10  24681.318212   8806.610714  -5623.055366    -70.425813  6 10 11 307  P   P
+PG11 -11638.093056  23646.493258    572.088008   -139.173357 12 10 13 216  P   P
+PG12  11098.372332 -12260.821661 -20714.519644    -14.952429 14 11 10 244  P   P
+PG13   4672.146614  25843.349471  -3917.149429    276.812835 13  7 13 232  P   P
+PG14 -14354.236008 -18650.432367 -12287.716794    141.242952  8 10 12 220  P   P
+PG15   7350.548380 -17488.385118  18529.209282   -138.636701  9 11 11 224  P   P
+PG16 -25602.737505    113.449932   7666.052720   -161.978328  6 11  8 247  P   P
+PG17  14836.573448  18928.131918 -11384.972130    184.216189 11  8 10 228  P   P
+PG18 -13121.911879 -15620.857891  17503.650265    129.586992 10 10 10 211  P   P
+PG19 -10864.861447  13447.745725  20068.547892   -126.051772 13 11  9 176  P   P
+PG20  -6435.205108  14937.995599 -21138.890768     48.824483 15  7 12 184  P   P
+PG21  -2419.906793 -18770.797511  18791.878922   -134.456197 14 10 12 276  P   P
+PG22 -22104.714532 -11452.419124   9567.788993    150.846273  6 10  3 196  P   P
+PG23  -3105.913919  21667.996333 -14798.096053    316.241445 14 13 13 189  P   P
+PG24 -14120.465359  21529.040341  -5846.604145    378.090859  7  9 13 308  P   P
+PG25  -4480.106899 -15534.491771 -21089.547313     -0.985498 13 10  8 249  P   P
+PG26  13757.726898  -4085.263977  21758.572648   -160.765875 10 15  6 337  P   P
+PG27  17845.870106 -19119.895684   4176.988335    251.409194 13 12 16 279  P   P
+PG28  19398.227692  13234.376077  13175.027074     28.729128  5 10  9 170  P   P
+PG29  -3255.440610 -25410.990303  -7001.665713    196.658109 11  6 12 219  P   P
+PG30 -26287.504855  -3881.781888   -862.355757    333.655170  7  8  8 324  P   P
+PG31 -16990.435166   -914.176079 -20246.676763     60.769357 10 12 10 186  P   P
+PG32 -15429.708425   9771.613263 -18851.910928   -226.616714 14 12 13 293  P   P
+*  2011  4  1 15 45  0.00000000
+PG02  19409.626637  -6725.170230 -16534.300845    328.306237 10  6  9 236  P   P
+PG03 -17166.021934    501.799177  19922.461107    696.216192  7  7  9 256  P   P
+PG04  15119.324714   5726.328985 -21316.200422     76.506521 12 14  8 270  P   P
+PG05  25674.440902  -2181.160045   6644.441464   -138.058431 10  8 10 227  P   P
+PG06 -18116.125956  -4309.348025  19175.908901   -227.176177  3 10  8 298  P   P
+PG07  -1343.451149  20713.416722  16453.977126      7.033648 15  8 13 221  P   P
+PG08   7148.630966  13333.359426  21769.704713      7.631662 12  7  8 301  P   P
+PG09  14805.812021 -22041.975421   -499.360965     71.173147 12  7 11 355  P   P
+PG10  23889.258669   8926.731551  -8286.006093    -70.426774  7  9 10 307  P   P
+PG11 -11980.582362  23217.247296   3283.612361   -139.176157 12 10 14 218  P   P
+PG12  13371.183418 -11824.819977 -19581.486436    -14.949856 14 11 11 242  P   P
+PG13   4331.308263  25330.189492  -6747.770151    276.811489 14  9 14 230  P   P
+PG14 -14620.828804 -19909.617743  -9785.292754    141.245120  8  9 12 216  P   P
+PG15   8349.545846 -15521.914459  19827.667089   -138.633971  9 11 10 224  P   P
+PG16 -26271.879609   -184.529126   4919.321192   -161.980822  6 11  7 247  P   P
+PG17  15049.849856  20097.949443  -8869.883242    184.216359 11  8 11 229  P   P
+PG18 -11094.204555 -15464.273850  18974.660427    129.588817 11 10 10 214  P   P
+PG19 -11669.613548  11229.847807  20990.437370   -126.055217 13 10  9 175  P   P
+PG20  -8778.439759  14631.825344 -20489.675100     48.824586 15  7 12 186  P   P
+PG21  -1009.075446 -20231.846783  17256.507738   -134.458539 14 10 12 278  P   P
+PG22 -20862.715623 -11543.467637  11975.752756    150.845574  7 10  4 197  P   P
+PG23  -3951.028996  20047.207868 -16780.560956    316.239170 14 13 13 194  P   P
+PG24 -14691.358544  21724.834788  -3060.303892    378.094000  8  9 13 305  P   P
+PG25  -2051.239301 -15288.567189 -21636.911906     -0.985829 14 10  8 249  P   P
+PG26  14565.067435  -1611.894175  21597.508707   -160.775210 10 15  9 338  P   P
+PG27  17689.363023 -18537.034150   6996.887170    251.412118 13 12 16 266  P   P
+PG28  17854.823066  13103.051483  15368.837464     28.731274  6 10  9 164  P   P
+PG29  -2704.768039 -24589.031583  -9638.573512    196.660633 11  7 11 220  P   P
+PG30 -26048.894661  -4114.330722  -3698.558153    333.657945  8  7  8 325  P   P
+PG31 -15551.307592  -2839.519870 -21174.928266     60.773860 10 12 10 186  P   P
+PG32 -17476.728137   9135.008317 -17309.719184   -226.623440 14 12 13 293  P   P
+*  2011  4  1 16  0  0.00000000
+PG02  18488.484299  -4920.418728 -18185.581284    328.308237 10  7  9 239  P   P
+PG03 -18324.826322  -1492.078406  18862.797648    696.220857  7  7 10 262  P   P
+PG04  13780.964124   7736.878666 -21558.294112     76.515822 12 14  9 271  P   P
+PG05  26260.070812  -1884.446137   3892.397826   -138.063655 10  8 10 224  P   P
+PG06 -18997.613683  -6204.396297  17757.407705   -227.281501  2 10  9 297  P   P
+PG07  -2479.026837  22080.523209  14398.787879      7.034524 15  7 13 223  P   P
+PG08   5573.413059  15200.592448  20943.063442      7.631893 12  7  8 299  P   P
+PG09  14877.189887 -21795.807501   2399.266142     71.175143 12  7 11 355  P   P
+PG10  22816.444245   9058.334237 -10810.369293    -70.427724  8  9 10 308  P   P
+PG11 -12236.983270  22516.678333   5937.114468   -139.178960 11 10 13 220  P   P
+PG12  15517.837861 -11524.958637 -18109.068750    -14.947286 14 11 12 240  P   P
+PG13   3849.129091  24544.027932  -9462.382245    276.810140 14 10 14 229  P   P
+PG14 -14845.119612 -20879.470474  -7114.607063    141.247285  8  8 12 213  P   P
+PG15   9502.554498 -13495.286646  20783.739047   -138.631242  9 11  9 224  P   P
+PG16 -26644.339426   -411.722578   2089.509491   -161.983313  6 10  7 246  P   P
+PG17  15205.794228  20986.319374  -6203.294559    184.216528 11  8 11 230  P   P
+PG18  -8914.772788 -15393.525829  20130.460069    129.590641 12 10  9 215  P   P
+PG19 -12616.026645   8980.812380  21549.185908   -126.058661 13 10  9 175  P   P
+PG20 -11042.534373  14442.268704 -19491.988947     48.824687 15  8 13 189  P   P
+PG21    228.224023 -21607.345016  15425.893406   -134.460881 14 10 13 279  P   P
+PG22 -19370.004926 -11667.710941  14180.417319    150.844878  8 10  5 198  P   P
+PG23  -4966.508774  18284.822088 -18470.330754    316.236894 14 13 13 198  P   P
+PG24 -15056.893751  21694.589633   -220.389495    378.097160  8 10 13 301  P   P
+PG25    428.179974 -15167.989882 -21812.499337     -0.986163 14 10  8 248  P   P
+PG26  15489.781307    770.009762  21044.862887   -160.784530  9 15 10 340  P   P
+PG27  17398.482932 -17685.067343   9696.438977    251.415027 12 13 15 250  P   P
+PG28  16080.507892  13030.195575  17309.659932     28.733420  7 11  9 156  P   P
+PG29  -1995.535717 -23531.408468 -12109.372449    196.663159 12  8 11 221  P   P
+PG30 -25507.431051  -4345.526165  -6471.637807    333.660696  9  7  8 325  P   P
+PG31 -14169.858277  -4912.764462 -21733.220637     60.778359 10 12  9 186  P   P
+PG32 -19361.504835   8632.901345 -15458.633974   -226.630184 14 12 14 292  P   P
+*  2011  4  1 16 15  0.00000000
+PG02  17571.820723  -2929.658162 -19518.076839    328.310242 10  8  9 241  P   P
+PG03 -19489.566910  -3313.350375  17470.370101    696.225505  5  8 10 267  P   P
+PG04  12538.017502   9819.584033 -21436.475719     76.525135 12 14 11 272  P   P
+PG05  26545.688914  -1620.821678   1073.759002   -138.068884 10  7 11 221  P   P
+PG06 -19876.217561  -7905.633282  16039.247950   -227.386835  3 10 10 297  P   P
+PG07  -3412.501252  23294.548614  12093.467300      7.035398 15  6 14 226  P   P
+PG08   4170.434408  17064.416466  19752.439850      7.632136 12  6  9 297  P   P
+PG09  14805.416046 -21265.161005   5256.250780     71.177132 11  8 10 356  P   P
+PG10  21480.371027   9235.685472 -13154.098105    -70.428666  9  9 10 308  P   P
+PG11 -12438.964981  21543.759686   8485.423693   -139.181762 11 11 14 223  P   P
+PG12  17493.179368 -11345.386520 -16322.452201    -14.944718 13 11 13 238  P   P
+PG13   3198.129352  23516.173431 -12014.606301    276.808787 14 11 13 228  P   P
+PG14 -14986.500129 -21556.471303  -4321.842035    141.249450  9  7 12 209  P   P
+PG15  10799.684320 -11454.720696  21381.383435   -138.628514  9 11  9 224  P   P
+PG16 -26708.545649   -605.023406   -775.588984   -161.985800  6 10  5 246  P   P
+PG17  15265.933037  21592.699598  -3430.972891    184.216697 12  7 11 231  P   P
+PG18  -6622.777532 -15426.547707  20951.446210    129.592465 12 10  8 217  P   P
+PG19 -13693.347444   6748.265561  21736.157467   -126.062108 12 10  9 174  P   P
+PG20 -13183.865635  14358.191126 -18162.427602     48.824788 15  9 13 192  P   P
+PG21   1290.171636 -22854.150816  13329.535681   -134.463225 14 10 14 280  P   P
+PG22 -17652.215763 -11855.054803  16144.611419    150.844182  9 10  6 200  P   P
+PG23  -6154.746370  16427.324926 -19838.675118    316.234619 14 14 12 200  P   P
+PG24 -15243.701704  21413.657335   2623.389270    378.100326  8 10 14 296  P   P
+PG25   2909.358997 -15177.717912 -21613.240991     -0.986496 14 10  9 248  P   P
+PG26  16505.336397   3013.846809  20112.493360   -160.793838  9 15 12 341  P   P
+PG27  17014.980155 -16562.661617  12230.589780    251.417931 11 13 15 234  P   P
+PG28  14107.258610  13045.530079  18966.314478     28.735568  8 11 10 147  P   P
+PG29  -1108.245362 -22273.533509 -14371.273356    196.665683 12  8 11 223  P   P
+PG30 -24674.322039  -4611.833152  -9134.757929    333.663427 10  7  8 325  P   P
+PG31 -12880.747527  -7096.516701 -21910.969289     60.782859 10 13 10 184  P   P
+PG32 -21041.811485   8247.942951 -13331.585699   -226.636943 14 12 14 291  P   P
+*  2011  4  1 16 30  0.00000000
+PG02  16695.331330   -782.369392 -20509.578117    328.312247 10  9 10 242  P   P
+PG03 -20622.143631  -4939.685331  15771.183506    696.230135  4  8 10 271  P   P
+PG04  11412.338585  11933.742464 -20951.751490     76.534459 12 14 12 273  P   P
+PG05  26525.823968  -1353.882290  -1763.246087   -138.074116 10  6 10 219  P   P
+PG06 -20714.229004  -9394.510302  14050.466703   -227.492178  4 10 10 295  P   P
+PG07  -4154.486497  24313.294920   9577.836337      7.036269 15  6 14 228  P   P
+PG08   2954.073607  18875.560191  18217.059051      7.632391 13  5 10 294  P   P
+PG09  14627.896613 -20438.154659   8021.469439     71.179117 11  9 10 356  P   P
+PG10  19905.869014   9489.630409 -15278.137183    -70.429597 10  9  9 309  P   P
+PG11 -12618.615154  20305.590581  10883.039215   -139.184566 11 12 13 226  P   P
+PG12  19256.811076 -11263.093871 -14252.373488    -14.942152 13 11 14 236  P   P
+PG13   2357.489600  22284.146246 -14361.005307    276.807432 14 11 13 226  P   P
+PG14 -15005.562651 -21946.171153  -1455.068298    141.251614  9  7 12 205  P   P
+PG15  12223.274530  -9444.719122  21610.784692   -138.625788  9 11  8 223  P   P
+PG16 -26461.612971   -802.698987  -3627.581784   -161.988284  6  9  2 245  P   P
+PG17  15193.469877  21925.086412   -600.280266    184.216864 12  7 12 232  P   P
+PG18  -4260.706578 -15574.478177  21423.345212    129.594285 13  9  7 219  P   P
+PG19 -14883.120974   4577.488000  21549.174644   -126.065554 12 10  9 171  P   P
+PG20 -15162.165331  14361.559294 -16523.223866     48.824888 15  9 14 195  P   P
+PG21   2182.510603 -23930.713972  11001.964590   -134.465572 14  9 14 280  P   P
+PG22 -15741.328380 -12130.773882  17835.249458    150.843487  9 10  6 203  P   P
+PG23  -7509.805198  14522.122962 -20862.642455    316.232342 14 14 11 202  P   P
+PG24 -15283.626725  20864.662687   5421.280430    378.103496  9 10 13 291  P   P
+PG25   5343.351302 -15314.596460 -21042.498777     -0.986829 14 10 10 246  P   P
+PG26  17578.642937   5079.282313  18819.266087   -160.803128  9 15 13 342  P   P
+PG27  16581.225066 -15177.110203  14557.813618    251.420841 11 13 14 241  P   P
+PG28  11972.640214  13172.964171  20312.202796     28.737716  9 11  9 139  P   P
+PG29    -30.702609 -20855.554974 -16385.018480    196.668207 12  9 11 224  P   P
+PG30 -23568.904875  -4947.283711 -11643.351181    333.666135 10  6  7 325  P   P
+PG31 -11712.289610  -9347.655498 -21704.334305     60.787356 10 13 10 183  P   P
+PG32 -22481.135610   7956.120408 -10966.610594   -226.643717 13 12 15 289  P   P
+*  2011  4  1 16 45  0.00000000
+PG02  15889.863442   1485.769187 -21144.055414    328.314258 11 10 10 244  P   P
+PG03 -21682.776759  -6356.770369  13796.458197    696.234744  4  8 11 274  P   P
+PG04  10418.803464  14035.572783 -20111.195119     76.543796 12 14 12 273  P   P
+PG05  26203.669994  -1047.111063  -4570.103182   -138.079352 10  6 10 216  P   P
+PG06 -21472.404724 -10660.165272  11824.578336   -227.597527  5 10 11 294  P   P
+PG07  -4723.337944  25099.063865   6895.494154      7.037140 14  6 15 230  P   P
+PG08   1929.926105  20583.930107  16362.433540      7.632655 13  5 11 291  P   P
+PG09  14384.461296 -19312.104567  10645.778763     71.181097 11 10  9 356  P   P
+PG10  18124.282195   9846.294811 -17147.010340    -70.430516 10  9  9 309  P   P
+PG11 -12806.968705  18817.285021  13087.029764   -139.187372 10 12 13 229  P   P
+PG12  20774.527627 -11248.929948 -11934.592853    -14.939591 13 11 14 233  P   P
+PG13   1314.023494  20890.226048 -16461.798688    276.806076 14 12 13 225  P   P
+PG14 -14865.753408 -22062.806952   1436.582694    141.253775 10  6 12 201  P   P
+PG15  13748.457079  -7506.500970  21468.489469   -138.623062  9 11  8 221  P   P
+PG16 -25909.457492  -1042.756259  -6418.250198   -161.990764  6  9    245  P   P
+PG17  14954.826098  21999.546270   2240.617580    184.217033 12  7 12 234  P   P
+PG18  -1872.999041 -15841.171520  21537.465721    129.596106 13  9  6 221  P   P
+PG19 -16159.846608   2509.858463  20992.484429   -126.068999 11 10 10 168  P   P
+PG20 -16941.885915  14428.201847 -14601.909695     48.824988 14 10 14 199  P   P
+PG21   2918.220774 -24798.689488   8482.261715   -134.467922 14  9 14 281  P   P
+PG22 -13674.593689 -12514.425652  19223.852502    150.842791 10 10  6 206  P   P
+PG23  -9017.517781  12615.795483 -21525.411253    316.230065 14 14 10 204  P   P
+PG24 -15212.289177  20038.301604   8124.443942    378.106678  9 10 13 285  P   P
+PG25   7682.742017 -15567.488723 -20110.012030     -0.987163 14 10 11 245  P   P
+PG26  18671.447472   6933.607531  17190.521611   -160.812401  9 15 14 343  P   P
+PG27  16138.489819 -13544.076983  16640.674274    251.423758 10 14 14 258  P   P
+PG28   9718.579007  13429.653864  21325.643793     28.739866 10 10  9 128  P   P
+PG29   1241.294420 -19320.842374 -18115.579432    196.670730 12  9 10 226  P   P
+PG30 -22217.902568  -5382.028332 -13955.798329    333.668825 10  6  7 324  P   P
+PG31 -10685.401136 -11618.835941 -21116.342125     60.791856 10 13 10 182  P   P
+PG32 -23650.027655   7727.910597  -8406.093593   -226.650504 13 12 15 287  P   P
+*  2011  4  1 17  0  0.00000000
+PG02  15180.257630   3834.115800 -21411.859570    328.316269 11 11 11 245  P   P
+PG03 -22631.573843  -7558.580664  11581.956258    696.239332  4  8 12 276  P   P
+PG04   9564.820570  16079.698054 -18927.910657     76.553142 12 13 13 273  P   P
+PG05  25590.949798   -665.477879  -7298.827383   -138.084591 10  6 10 213  P   P
+PG06 -22111.473689 -11699.639702   9399.045715   -227.702881  6 10 12 293  P   P
+PG07  -5144.241891  25620.136845   4093.046572      7.038013 14  7 15 232  P   P
+PG08   1094.695208  22140.498296  14219.992566      7.632929 13  4 11 287  P   P
+PG09  14115.660542 -17893.899073  13081.962357     71.183076 10 10  8 356  P   P
+PG10  16172.424238  10325.966088 -18729.359515    -70.431426 11 10  8 309  P   P
+PG11 -13032.578695  17101.537633  15057.891472   -139.190180 10 12 13 232  P   P
+PG12  22019.515742 -11268.876432  -9409.269684    -14.937034 12 11 15 229  P   P
+PG13     62.852231  19379.839632 -18281.505550    276.804717 14 12 13 224  P   P
+PG14 -14534.913821 -21928.599281   4303.750208    141.255935 10  4 12 197  P   P
+PG15  15344.006001  -5676.577520  20957.431935   -138.620338  9 11  8 219  P   P
+PG16 -25066.598102  -1361.314470  -9100.322352   -161.993242  7  9  2 244  P   P
+PG17  14521.058904  21839.457514   5043.543419    184.217201 12  8 11 235  P   P
+PG18    495.406301 -16222.979533  21290.883296    129.597924 13  8  4 223  P   P
+PG19 -17491.910723    581.467839  20076.615196   -126.072444 10 10 10 165  P   P
+PG20 -18493.399835  14528.818282 -12430.888833     48.825087 14 10 15 202  P   P
+PG21   3516.893227 -25424.476278   5813.465414   -134.470276 14  9 15 282  P   P
+PG22 -11493.271826 -13018.989751  20286.996695    150.842096 11  9  6 209  P   P
+PG23 -10655.914227  10752.405490 -21816.522326    316.227787 14 14  8 204  P   P
+PG24 -15067.509822  18933.824528  10685.841133    378.109848  9 11 13 277  P   P
+PG25   9883.277296 -15917.727755 -18831.735958     -0.987495 14 10 11 243  P   P
+PG26  19741.929417   8552.749970  15257.415791   -160.821661  9 15 15 343  P   P
+PG27  15725.328883 -11687.045697  18446.286153    251.426694 10 14 13 272  P   P
+PG28   7389.997114  13825.308991  21990.152029     28.742016 10 10  9 110  P   P
+PG29   2703.578700 -17714.354849 -19532.784998    196.673249 12  9 10 227  P   P
+PG30 -20654.430350  -5941.056918 -16034.038246    333.671495 11  7  7 324  P   P
+PG31  -9812.854442 -13860.179799 -20156.871889     60.796353 10 12 11 182  P   P
+PG32 -24527.162257   7529.669418  -5695.917672   -226.657303 12 12 15 285  P   P
+*  2011  4  1 17 15  0.00000000
+PG02  14584.454123   6218.481275 -21309.797797    328.318282 11 11 11 245  P   P
+PG03 -23430.088147  -8547.315927   9167.246174    696.243898  6  8 12 277  P   P
+PG04   8850.127467  18020.713205 -17420.899179     76.562500 12 13 13 273  P   P
+PG05  24707.466659   -176.981339  -9902.767967   -138.089834 10  6 10 210  P   P
+PG06 -22593.659620 -12517.806019   6814.692000   -227.808239  8  9 12 291  P   P
+PG07  -5448.029167  25852.034760   1219.272715      7.038893 14  6 15 234  P   P
+PG08    436.447947  23499.184929  11826.580409      7.633206 13  3 12 283  P   P
+PG09  13861.006682 -16200.000133  15285.682288     71.185057 10 11  7 355  P   P
+PG10  14091.345389  10942.192258 -19998.430340    -70.432322 12 10  8 310  P   P
+PG11 -13320.192954  15187.881517  16760.340185   -139.192988  9 13 13 234  P   P
+PG12  22973.274673 -11285.526009  -6720.252565    -14.934481 12 11 15 226  P   P
+PG13  -1392.242701  17799.850873 -19789.508966    276.803358 14 13 12 222  P   P
+PG14 -13986.652282 -21572.762331   7097.666488    141.258092 11  3 12 193  P   P
+PG15  16973.438377  -3985.523659  20086.850242   -138.617615  9 10  8 217  P   P
+PG16 -23955.649924  -1791.045191 -11628.236914   -161.995718  7  9  5 243  P   P
+PG17  13869.105328  21474.493278   7761.090265    184.217368 12  8 11 237  P   P
+PG18   2800.550466 -16708.815921  20686.551716    129.599741 14  8  4 224  P   P
+PG19 -18842.756543  -1178.047184  18818.132053   -126.075891  9 10 11 161  P   P
+PG20 -19793.986885  14630.199813 -10046.924572     48.825186 14 11 15 206  P   P
+PG21   4003.821329 -25780.613955   3041.863081   -134.472632 14  9 15 283  P   P
+PG22  -9241.231369 -13650.263804  21006.684155    150.841399 11  9  5 212  P   P
+PG23 -12395.959354   8971.934809 -21731.992258    316.225511 14 14  7 204  P   P
+PG24 -14887.662227  17559.186189  13061.080603    378.113003  9 11 13 269  P   P
+PG25  11905.375246 -16339.872116 -17229.573949     -0.987827 14  9 12 240  P   P
+PG26  20746.423525   9921.903522  13056.162844   -160.830903  9 15 15 343  P   P
+PG27  15376.111406  -9636.506102  19946.679431    251.429652 10 14 12 282  P   P
+PG28   5033.352436  14361.768341  22294.659800     28.744167 11 10  8  88  P   P
+PG29   4343.567155 -16080.955765 -20611.866366    196.675768 12  9  9 228  P   P
+PG30 -18916.793081  -6643.131612 -17844.106039    333.674147 11  7  6 323  P   P
+PG31  -9098.869337 -16021.084382 -18842.503712     60.800851 10 12 11 182  P   P
+PG32 -25100.067700   7325.194680  -2884.543491   -226.664114 11 12 15 282  P   P
+*  2011  4  1 17 30  0.00000000
+PG02  14112.893931   8592.667907 -20841.089842    328.320298 12 12 12 245  P   P
+PG03 -24042.806523  -9333.016939   6594.926171    696.248439  8  8 12 279  P   P
+PG04   8266.887133  19814.781318 -15614.825383     76.571866 12 13 13 273  P   P
+PG05  23580.361344    445.925714 -12337.390783   -138.095079 11  7 10 207  P   P
+PG06 -22884.164118 -13127.007656   4115.059485   -227.913599  9  9 12 290  P   P
+PG07  -5669.762537  25778.505912  -1675.753605      7.039755 14  8 15 234  P   P
+PG08    -64.768105  24618.656343   9223.828571      7.633486 13  2 13 278  P   P
+PG09  13657.233491 -14256.057418  17216.409779     71.187042 10 12  6 355  P   P
+PG10  11924.952193  11701.131049 -20932.499526    -70.433209 12 10  8 310  P   P
+PG11 -13689.595904  13111.667835  18164.016110   -139.195798  9 13 12 236  P   P
+PG12  23626.219052 -11259.706663  -3914.297209    -14.931931 11 12 15 222  P   P
+PG13  -3038.799546  16196.817783 -20960.534807    276.801998 14 13 12 221  P   P
+PG14 -13201.496312 -21030.266654   9770.957428    141.260247 11  3 11 189  P   P
+PG15  18596.323475  -2456.989687  18872.097831   -138.614894  8 10  8 214  P   P
+PG16 -22606.526635  -2359.737383 -13958.887470   -161.998191  8  9  6 241  P   P
+PG17  12982.807495  20939.385381  10347.382257    184.217536 12  8 11 238  P   P
+PG18   5000.911135 -17280.505685  19733.335599    129.601554 14  7  6 225  P   P
+PG19 -20172.243818  -2746.411034  17239.298886   -126.079337  8 10 12 160  P   P
+PG20 -20828.570965  14696.617513  -7490.548297     48.825284 14 11 15 210  P   P
+PG21   4408.837188 -25846.973004    216.178567   -134.474995 14  9 15 283  P   P
+PG22  -6963.459623 -14406.537691  21370.632192    150.840702 12  8  4 215  P   P
+PG23 -14202.565733   7308.901775 -21274.310877    316.223233 14 14  5 203  P   P
+PG24 -14710.021507  15930.857652  15209.203484    378.116144  9 11 13 260  P   P
+PG25  13715.460904 -16802.736487 -15331.007785     -0.988159 14 10 13 238  P   P
+PG26  21641.190011  11035.767119  10627.209708   -160.840130 10 15 16 344  P   P
+PG27  15119.749453  -7428.914934  21119.076505    251.432642 10 14 11 290  P   P
+PG28   2695.129947  15032.856130  22233.682742     28.746318 11  9  8  79  P   P
+PG29   6140.547035 -14463.739428 -21333.908744    196.678285 12  8  8 229  P   P
+PG30 -17047.119870  -7499.965026 -19356.597738    333.676784 11  8  6 321  P   P
+PG31  -8539.062043 -18052.075630 -17196.229935     60.805350 10 12 12 184  P   P
+PG32 -25365.494971   7077.391883    -22.045091   -226.670931 11 12 15 279  P   P
+*  2011  4  1 17 45  0.00000000
+PG02  13768.231440  10910.069375 -20015.212243    328.322316 12 12 12 245  P   P
+PG03 -24438.510387  -9932.887776   3909.825488    696.252956  9  9 13 279  P   P
+PG04   7800.085650  21421.199357 -13539.681711     76.581240 12 12 13 272  P   P
+PG05  22243.102529   1225.081652 -14561.026055   -138.100330 11  7 10 204  P   P
+PG06 -22952.556409 -13546.424215   1345.722519   -228.018959 10  9 13 289  P   P
+PG07  -5847.155420  25392.200900  -4541.569737      7.040614 14 10 15 235  P   P
+PG08   -435.967271  25463.960637   6457.411510      7.633765 13  3 13 273  P   P
+PG09  13536.651626 -12096.138869  18838.307337     71.189033  9 12  5 354  P   P
+PG10   9718.526604  12601.173574 -21515.238968    -70.434083 12 11  8 310  P   P
+PG11 -14154.667703  10912.810313  19244.081374   -139.198605  9 13 12 238  P   P
+PG12  23977.939567 -11152.185842  -1040.227711    -14.929385  9 12 15 217  P   P
+PG13  -4855.987788  14615.281728 -21775.040198    276.800636 14 13 11 219  P   P
+PG14 -12167.783835 -20340.403471  12278.410391    141.262400 12  4 11 186  P   P
+PG15  20169.749184  -1106.988734  17334.354750   -138.612174  8 10  8 211  P   P
+PG16 -21055.378784  -3089.041408 -16052.337374   -162.000664  9  9  7 240  P   P
+PG17  11853.682820  20272.516146  12758.805129    184.217705 12  9 11 239  P   P
+PG18   7058.785714 -17913.412658  18445.958791    129.603369 13  7  8 226  P   P
+PG19 -21438.145035  -4109.327480  15367.656185   -126.082782  7 10 12 161  P   P
+PG20 -21590.176357  14691.325960  -4805.396111     48.825383 13 12 15 213  P   P
+PG21   4764.935949 -25611.679219  -2613.331635   -134.477361 14 10 15 284  P   P
+PG22  -4704.537358 -15278.558455  21372.477262    150.840003 12  8  3 218  P   P
+PG23 -16035.839948   5791.211346 -20452.327783    316.220955 14 14  6 202  P   P
+PG24 -14569.176884  14073.310840  17093.393103    378.119266  9 11 12 251  P   P
+PG25  15287.074400 -17270.657701 -13168.631499     -0.988490 14 10 13 234  P   P
+PG26  22384.156652  11898.398980   8014.369729   -160.849341 11 14 16 344  P   P
+PG27  14978.656886  -5105.474025  21946.087771    251.435668 10 15 10 296  P   P
+PG28    420.331617  15824.525448  21807.427728     28.748470 11  9  7 101  P   P
+PG29   8066.286674 -12902.435752 -21686.199899    196.680798 12  8  8 230  P   P
+PG30 -15089.885911  -8515.668172 -20547.061229    333.679406 11  8  6 320  P   P
+PG31  -8120.754620 -19906.628503 -15247.034359     60.809850 10 12 12 188  P   P
+PG32 -25329.415136   6749.968626   2840.871969   -226.677755 10 12 15 275  P   P
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362355  13125.269757 -18847.640204    328.324335 12 13 13 245  P   P
+PG03 -24591.461103 -10370.359626   1158.200900    696.257451 10  9 13 280  P   P
+PG04   7428.221796  22803.873069 -11230.349474     76.590619 12 12 14 271  P   P
+PG05  20734.248567   2175.580762 -16535.569951   -138.105585 12  7 10 200  P   P
+PG06 -22774.018381 -13801.183666  -1446.437688   -228.124319 11  9 13 287  P   P
+PG07  -6018.886744  24695.006440  -7328.238420      7.041480 14 11 15 237  P   P
+PG08   -709.963909  26007.927761   3576.200185      7.634042 13  4 13 267  P   P
+PG09  13525.676431  -9761.600100  20121.033568     71.191031  9 12  5 354  P   P
+PG10   7517.194753  13632.858500 -21736.011248    -70.434949 13 11  9 311  P   P
+PG11 -14722.702612   8634.348984  19981.694678   -139.201414  9 13 11 240  P   P
+PG12  24037.110963 -10925.385138   1851.942000    -14.926843  8 12 15 211  P   P
+PG13  -6815.237890  13096.151696 -22219.508118    276.799276 14 13 10 217  P   P
+PG14 -10882.262294 -19545.205627  14577.699136    141.264550 12  6 10 183  P   P
+PG15  21649.889481     56.515871  15500.245484   -138.609455  8  9  8 207  P   P
+PG16 -19343.304815  -3993.440328 -17872.494628   -162.003135  9 10  8 239  P   P
+PG17  10481.412083  19514.390499  14954.697505    184.217872 12  9 11 240  P   P
+PG18   8941.550221 -18577.328694  16844.863132    129.605179 13  6  9 227  P   P
+PG19 -22597.721135  -5260.791108  13235.524200   -126.086229  6 10 13 165  P   P
+PG20 -22080.083735  14578.125315  -2037.482567     48.825482 13 12 15 216  P   P
+PG21   5106.742755 -25071.722545  -5395.854414   -134.479733 14 11 14 284  P   P
+PG22  -2507.132626 -16249.787982  21011.890748    150.839303 12  7  4 220  P   P
+PG23 -17852.511503   4439.277234 -19281.034656    316.218676 13 14  7 200  P   P
+PG24 -14495.571762  12018.199008  18681.596742    378.122363 10 11 12 240  P   P
+PG25  16601.709981 -17704.947409 -10779.596346     -0.988819 13 10 14 230  P   P
+PG26  22936.563333  12522.709798   5263.941179   -160.858537 12 14 17 344  P   P
+PG27  14967.964505  -2710.770712  22415.834937    251.438735 11 15  8 300  P   P
+PG28  -1748.987331  16715.286555  21021.840731     28.750620 12  9  6 111  P   P
+PG29  10085.948474 -11431.955866 -21662.468173    196.683309 11  7  6 230  P   P
+PG30 -13090.373437  -9686.483046 -21396.313935    333.682018 12  9  7 318  P   P
+PG31  -7823.632164 -21542.878691 -13029.348305     60.814351 10 11 13 193  P   P
+PG32 -25006.651205   6309.083626   5653.844292   -226.684583  9 12 15 271  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758658  15195.581923 -17359.497762    328.326355 13 12 14 244  P   P
+PG03 -24482.370102 -10673.940165  -1613.056491    696.261924 11  9 13 280  P   P
+PG04   7124.267171  23932.642089  -8726.058823     76.599998 12 11 13 270  P   P
+PG05  19096.027021   3304.997315 -18227.128912   -138.110841 12  8 10 196  P   P
+PG06 -22330.397918 -13921.252652  -4213.987780   -228.229674 11  9 13 286  P   P
+PG07  -6222.881262  23698.024467  -9987.251289      7.042347 13 12 15 238  P   P
+PG08   -923.857699  26232.270044    631.332066      7.634317 13  7 14 259  P   P
+PG09  13643.599313  -7299.633812  21040.442545     71.193038  9 13  6 353  P   P
+PG10   5364.398037  14779.083398 -21590.090839    -70.435805 13 11 10 311  P   P
+PG11 -15394.016162   6320.895839  20364.351573   -139.204218  9 13 11 242  P   P
+PG12  23821.051461 -10545.035523   4711.908583    -14.924304  5 12 15 205  P   P
+PG13  -8881.164746  11675.242323 -22286.645930    276.797915 14 13  9 215  P   P
+PG14  -9350.375218 -18687.784564  16630.056827    141.266698 12  6 10 183  P   P
+PG15  22993.613461   1033.710367  13401.370897   -138.606739  8  9  9 202  P   P
+PG16 -17514.880102  -5079.489344 -19387.736185   -162.005603 10 10  9 237  P   P
+PG17   8874.028276  18706.044332  16897.994941    184.218041 12  9 10 241  P   P
+PG18  10622.745996 -19237.598147  14955.972812    129.606989 13  6 10 228  P   P
+PG19 -23609.317987  -6203.085276  10879.441182   -126.089675  6 10 13 171  P   P
+PG20 -22307.677291  14322.921419    765.577779     48.825581 12 12 15 219  P   P
+PG21   5468.887626 -24233.213306  -8081.044094   -134.482110 14 11 14 285  P   P
+PG22   -410.567758 -17296.945349  20294.604213    150.838600 12  7  4 223  P   P
+PG23 -19607.488172   3265.444369 -17781.251358    316.216397 13 13  9 196  P   P
+PG24 -14514.228521   9803.268667  19947.049860    378.125435 10 11 12 231  P   P
+PG25  17649.353834 -18065.475191  -8204.975931     -0.989148 13 10 14 226  P   P
+PG26  23264.448210  12929.631655   2423.832768   -160.867721 13 14 17 343  P   P
+PG27  15095.008356   -291.326986  22522.009607    251.441849 11 15  8 303  P   P
+PG28  -3775.088583  17676.909979  19888.591195     28.752770 12  8  5 124  P   P
+PG29  12159.269698 -10081.136281 -21263.004603    196.685819 11  6  6 231  P   P
+PG30 -11093.124257 -11000.805556 -21890.688101    333.684623 12  9  7 316  P   P
+PG31  -7620.719589 -22925.154169 -10582.396020     60.818854 10 11 13 197  P   P
+PG32 -24420.167044   5724.880275   8367.792186   -226.691412  8 12 14 267  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.091062  17082.469889 -15577.127483    328.328376 13 12 14 243  P   P
+PG03 -24099.123912 -10875.898162  -4357.191651    696.266374 12 10 13 281  P   P
+PG04   6856.863900  24784.399960  -6069.752239     76.609392 12 12 13 269  P   P
+PG05  17372.785219   4612.899501 -19606.596449   -138.116102 13  9 10 192  P   P
+PG06 -21611.029597 -13940.144303  -6909.716863   -228.335025 12  9 13 285  P   P
+PG07  -6494.625918  22421.197414 -12472.402814      7.043213 13 13 15 239  P   P
+PG08  -1117.330373  26128.332005  -2324.779948      7.634584 13  8 14 249  P   P
+PG09  13901.664187  -4761.557894  21579.151867     71.195055  9 13  7 352  P   P
+PG10   3300.420206  16015.610241 -21078.805140    -70.436650 13 11 11 312  P   P
+PG11 -16161.856818   4017.030047  20386.083592   -139.207022 10 13 11 243  P   P
+PG12  23354.952102  -9981.705701   7489.983132    -14.921769  4 13 15 198  P   P
+PG13 -11012.750088  10382.018208 -21975.486724    276.796555 14 13  8 212  P   P
+PG14  -7586.227121 -17810.644882  18400.889219    141.268842 12  8  9 184  P   P
+PG15  24160.075356   1832.716268  11073.762865   -138.604022  8  8  9 197  P   P
+PG16 -15616.556533  -6345.355293 -20571.470915   -162.008073 10 11  9 235  P   P
+PG17   7047.799532  17887.446951  18555.819229    184.218211 12 10 10 241  P   P
+PG18  12082.950415 -19856.441667  12810.360623    129.608795 13  6 10 228  P   P
+PG19 -24433.925253  -6946.470905   8339.546454   -126.093121  7 10 14 177  P   P
+PG20 -22289.986218  13895.222494   3555.388532     48.825680 12 13 15 222  P   P
+PG21   5884.360842 -23111.264802 -10620.066030   -134.484490 14 11 14 285  P   P
+PG22   1550.488516 -18390.815639  19232.342494    150.837895 12  6  5 225  P   P
+PG23 -21255.478194   2273.728191 -15979.224736    316.214119 13 13 10 191  P   P
+PG24 -14643.706623   7471.048501  20868.695952    378.128475 10 10 12 227  P   P
+PG25  18428.700104 -18312.320657  -5489.062050     -0.989475 12 11 14 222  P   P
+PG26  23339.925156  13147.009674   -457.285620   -160.876890 14 14 17 343  P   P
+PG27  15359.099855   2105.895921  22263.873914    251.445015 12 16  9 306  P   P
+PG28  -5625.781502  18675.386364  18424.988448     28.754920 11  8  6 134  P   P
+PG29  14241.965635  -8871.731436 -20494.666085    196.688324 11  6  6 231  P   P
+PG30  -9140.435467 -12439.495492 -22022.204619    333.687220 12  9  8 313  P   P
+PG31  -7479.635671 -24025.263081  -7949.445109     60.823357 10 10 13 203  P   P
+PG32 -23600.050538   4972.842024  10935.807823   -226.698241  8 12 14 262  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109607  18752.805860 -13531.591059    328.330399 13 12 14 242  P   P
+PG03 -23437.244330 -11010.836421  -7028.323149    696.270804 12 11 13 281  P   P
+PG04   6591.715965  25343.960208  -3307.359237     76.618785 12 12 13 268  P   P
+PG05  15609.369948   6090.673093 -20650.153035   -138.121365 13  9  9 187  P   P
+PG06 -20613.289378 -13893.490175  -9487.420485   -228.440370 12 10 13 284  P   P
+PG07  -6865.591212  20892.595698 -14740.616784      7.044077 13 13 15 240  P   P
+PG08  -1330.828070  25697.453733  -5239.474279      7.634829 13  6 14 242  P   P
+PG09  14302.496758  -2200.915919  21726.957465     71.197084  9 13  9 351  P   P
+PG10   1361.023450  17311.852037 -20209.589360    -70.437488 13 11 11 313  P   P
+PG11 -17012.623497   1765.711698  20047.514451   -139.209823 10 12 11 244  P   P
+PG12  22670.808154  -9212.141543  10137.980075    -14.919237  7 13 15 191  P   P
+PG13 -13164.740206   9238.589353 -21291.393347    276.795196 14 13  8 209  P   P
+PG14  -5612.228922 -16954.038183  19860.320997    141.270985 12  8  9 186  P   P
+PG15  25112.226208   2469.072440   8557.270934   -138.601305  8  8 10 192  P   P
+PG16 -13694.990842  -7780.677707 -21402.630589   -162.010542 10 11 10 234  P   P
+PG17   5026.809906  17095.955363  19900.006044    184.218381 12 10 10 242  P   P
+PG18  13310.393942 -20394.434320  10443.814010    129.610602 12  6 11 229  P   P
+PG19 -25036.641541  -7508.581211   5658.917913   -126.096569  8 10 14 183  P   P
+PG20 -22050.935841  13269.512386   6283.615385     48.825782 12 13 15 224  P   P
+PG21   6382.925094 -21729.499425 -12966.628409   -134.486876 14 12 14 285  P   P
+PG22   3347.155928 -19497.297517  17842.663684    150.837190 12  6  7 227  P   P
+PG23 -22752.618660   1459.875331 -13906.149610    316.211839 12 13 10 185  P   P
+PG24 -14895.332214   5067.368661  21431.497950    378.131483 10 10 12 226  P   P
+PG25  18947.036966 -18407.430153  -2678.603182     -0.989800 12 11 15 217  P   P
+PG26  23142.213602  13208.270648  -3330.792888   -160.886048 15 13 17 342  P   P
+PG27  15751.578808   4434.991517  21646.208679    251.448234 12 16 11 307  P   P
+PG28  -7275.471321  19672.116788  16653.824959     28.757069 11  8  7 141  P   P
+PG29  16287.300597  -7817.694473 -19370.758968    196.690829 10  5  7 230  P   P
+PG30  -7270.947790 -13976.461578 -21788.676098    333.689815 12  9  8 311  P   P
+PG31  -7364.069896 -24823.485461  -5176.980323     60.827862 10  9 13 208  P   P
+PG32 -22582.240191   4034.916754  13313.972216   -226.705068  7 12 14 258  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744838  20179.920046 -11258.111908    328.332418 13 12 15 241  P   P
+PG03 -22500.074014 -11114.207531  -9582.140187    696.275217 13 11 13 282  P   P
+PG04   6293.120562  25604.628448   -486.993350     76.628177 12 12 13 268  P   P
+PG05  13849.497234   7721.663104 -21339.680671   -138.126633 14 10 10 182  P   P
+PG06 -19342.858946 -13817.528763 -11902.682458   -228.545707 13 10 13 284  P   P
+PG07  -7361.821641  19147.397096 -16752.708899      7.044942 13 14 15 241  P   P
+PG08  -1603.709574  24950.930348  -8060.875960      7.635064 13  8 14 234  P   P
+PG09  14839.917341    328.525106  21481.078696     71.199126 10 13 10 351  P   P
+PG10   -423.755737  18631.917409 -18995.949533    -70.438317 13 11 12 314  P   P
+PG11 -17926.376137   -393.219060  19355.776182   -139.212620 10 12 11 245  P   P
+PG12  21806.096783  -8220.362645  12610.073358    -14.916706  9 13 15 183  P   P
+PG13 -15289.207960   8258.993338 -20245.965874    276.793839 14 13  8 206  P   P
+PG14  -3458.437218 -16154.415946  20983.669176    141.273125 12  9  7 190  P   P
+PG15  25818.191050   2964.935007   5894.891001   -138.598589  9  8 10 186  P   P
+PG16 -11795.363591  -9366.761492 -21866.078452   -162.013009 11 11 10 232  P   P
+PG17   2842.252148  16364.876357  20907.564405    184.218552 11 11  9 242  P   P
+PG18  14301.293772 -20812.084902   7896.301109    129.612407 12  6 11 229  P   P
+PG19 -25387.993753  -7913.547293   2882.873378   -126.100017  9 11 14 189  P   P
+PG20 -21620.335527  12426.444174   8902.840523     48.825884 11 13 14 226  P   P
+PG21   6989.659826 -20119.194796 -15077.969535   -134.489267 14 12 13 286  P   P
+PG22   4957.262131 -20578.652877  16148.706024    150.836480 12  6  7 229  P   P
+PG23 -24058.050415    811.738571 -11597.621659    316.209558 12 12 11 177  P   P
+PG24 -15272.725878   2639.769268  21626.639536    378.134457 11  9 13 228  P   P
+PG25  19219.807310 -18316.213327    178.001320     -0.990125 11 12 15 213  P   P
+PG26  22658.393500  13150.926946  -6148.877320   -160.895195 15 13 17 342  P   P
+PG27  16256.143302   6652.556085  20679.213005    251.451508 13 16 12 308  P   P
+PG28  -8705.985389  20625.299283  14603.140799     28.759217 11  8  8 147  P   P
+PG29  18247.765222  -6924.774587 -17910.804902    196.693329 10  6  8 229  P   P
+PG30  -5518.372821 -15579.501601 -21193.739447    333.692408 12  9  9 307  P   P
+PG31  -7235.418321 -25309.229666  -2313.820816     60.832368 10  8 13 213  P   P
+PG32 -21407.053368   2900.369191  15462.087000   -226.711889  8 12 13 253  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385451  21344.409812  -8795.470363    328.334431 13 12 15 238  P   P
+PG03 -21298.687321 -11220.826366 -11976.553482    696.279613 13 12 13 283  P   P
+PG04   5925.578178  25568.451564   2341.914323     76.637568 12 11 13 268  P   P
+PG05  12134.173719   9481.629868 -21663.084792   -138.131901 14 10 10 177  P   P
+PG06 -17813.685505 -13747.567217 -14113.642023   -228.651034 13 10 12 284  P   P
+PG07  -8002.751880  17226.600240 -18474.070873      7.045803 12 14 14 241  P   P
+PG08  -1972.442637  23909.569075 -10738.912743      7.635287 13  9 14 223  P   P
+PG09  15499.148605   2774.788323  20846.223818     71.201180 10 13 11 350  P   P
+PG10  -2030.604263  19935.880088 -17457.328440    -70.439142 13 11 12 314  P   P
+PG11 -18877.613500  -2424.396142  18324.292418   -139.215413 11 11 11 245  P   P
+PG12  20802.255340  -6998.472366  14863.603208    -14.914180 10 14 15 179  P   P
+PG13 -17337.222424   7448.789642 -18856.854073    276.792484 13 13  9 201  P   P
+PG14  -1161.611242 -15443.037463  21751.838128    141.275264 12 10  6 194  P   P
+PG15  26252.460669   3348.026784   3132.046550   -138.595872  9  8 10 181  P   P
+PG16  -9959.752323 -11077.099000 -21952.925506   -162.015477 11 11 10 231  P   P
+PG17    531.456478  15722.188691  21561.061821    184.218724 11 11 10 243  P   P
+PG18  15059.884156 -21071.456881   5211.339687    129.614210 12  6 11 230  P   P
+PG19 -25465.064104  -8190.888421     58.244954   -126.103466 10 11 15 194  P   P
+PG20 -21032.641469  11353.804278  11367.411197     48.825986 11 13 14 227  P   P
+PG21   7723.707972 -18318.105420 -16915.768554   -134.491662 14 12 13 286  P   P
+PG22   6366.011577 -21594.914128  14178.842742    150.835767 11  6  8 231  P   P
+PG23 -25135.382869    309.948068  -9093.032014    316.207278 11 12 11 164  P   P
+PG24 -15771.643023    235.859881  21451.617008    378.137394 11  9 13 230  P   P
+PG25  19269.861340 -18009.016878   3031.537272     -0.990448 11 12 15 210  P   P
+PG26  21883.869463  13014.975655  -8865.241371   -160.904333 16 12 17 341  P   P
+PG27  16849.443885   8719.048270  19378.357606    251.454840 13 16 14 308  P   P
+PG28  -9907.143278  21491.469314  12305.903770     28.761364 10  8  9 152  P   P
+PG29  20076.794110  -6190.446408 -16140.193239    196.695827  9  7  9 228  P   P
+PG30  -3910.401114 -17211.370016 -20246.817755    333.695004 12  9  9 304  P   P
+PG31  -7054.508392 -25481.329461    589.797869     60.836877 10  7 13 217  P   P
+PG32 -20117.580181   1566.333393  17344.310944   -226.718704  8 12 13 250  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283525  22234.683761  -6185.361313    328.336457 14 12 15 237  P   P
+PG03 -19851.535084 -11363.431171 -14172.296202    696.283995 14 12 13 284  P   P
+PG04   5455.414722  25246.128218   5129.527626     76.646946 13 11 13 268  P   P
+PG05  10500.229512  11339.504105 -21614.517424   -138.137174 14 10 10 174  P   P
+PG06 -16047.633896 -13716.475108 -16081.733174   -228.756351 13 10 12 283  P   P
+PG07  -8800.295481  15175.524970 -19875.263721      7.046667 12 14 14 241  P   P
+PG08  -2468.928094  22602.864572 -13226.285162      7.635494 13 10 14 213  P   P
+PG09  16257.409354   5089.619401  19834.473313     71.203250 11 13 12 349  P   P
+PG10  -3443.682926  21181.230872 -15618.870240    -70.439961 13 10 13 315  P   P
+PG11 -19836.281114  -4298.081769  16972.439701   -139.218203 11 11 11 246  P   P
+PG12  19703.022256  -5547.149729  16859.818338    -14.911656 11 14 14 180  P   P
+PG13 -19260.565707   6804.980498 -17147.477244    276.791132 13 12 10 196  P   P
+PG14   1235.978990 -14844.783232  22151.631511    141.277401 12 10  5 199  P   P
+PG15  26396.854018   3650.376868    315.833386   -138.593156  9  8 11 177  P   P
+PG16  -8225.621703 -12878.206653 -21660.745456   -162.017946 11 11 11 229  P   P
+PG17  -1863.311393  15189.472454  21848.929369    184.218896 11 11 10 243  P   P
+PG18  15598.134851 -21137.766806   2435.275164    129.616013 11  6 11 230  P   P
+PG19 -25252.385216  -8374.208530  -2767.364585   -126.106917 11 11 15 199  P   P
+PG20 -20325.542177  10047.205741  13634.265596     48.826089 11 13 14 228  P   P
+PG21   8597.285588 -16369.012765 -18446.950060   -134.494061 14 12 12 286  P   P
+PG22   7566.377190 -22505.398125  11966.247186    150.835053 11  6  8 233  P   P
+PG23 -25953.996878    -71.149286  -6434.913261    316.204998 11 11 12 146  P   P
+PG24 -16380.129094  -2098.307866  20910.224267    378.140296 11  9 13 232  P   P
+PG25  19126.430360 -17462.417512   5832.827257     -0.990770 10 12 15 209  P   P
+PG26  20822.538674  12841.252175 -11435.747348   -160.913465 17 12 17 340  P   P
+PG27  17501.923306  10600.020311  17764.192542    251.458229 13 16 15 307  P   P
+PG28 -10877.043318  22227.144636   9799.600264     28.763511  9  9 10 156  P   P
+PG29  21730.456111  -5604.173478 -14089.726669    196.698323  9  8 10 226  P   P
+PG30  -2467.827830 -18831.038534 -18963.010678    333.697605 12  9 10 300  P   P
+PG31  -6783.339844 -25347.973570   3483.155648     60.841387 10  6 13 221  P   P
+PG32 -18758.009607     38.050633  18929.694894   -226.725507  8 12 12 247  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035418  22847.225787  -3471.723419    328.338482 14 12 15 236  P   P
+PG03 -18183.840095 -11571.341654 -16133.472441    696.288367 14 12 12 286  P   P
+PG04   4852.346802  24656.579402   7826.543929     76.656330 12 12 12 268  P   P
+PG05   8979.018466  13258.414132 -21194.496803   -138.142447 15 11 11 175  P   P
+PG06 -14073.839509 -13753.269181 -17772.382306   -228.861654 14 10 11 283  P   P
+PG07  -9758.241217  13042.160315 -20932.510385      7.047530 12 14 13 241  P   P
+PG08  -3119.024859  21067.830892 -15479.365760      7.635684 13 10 14 203  P   P
+PG09  17084.865616   7230.249527  18464.985966     71.205331 11 14 13 348  P   P
+PG10  -4655.096669  22324.461244 -13511.081021    -70.440776 13 10 13 316  P   P
+PG11 -20768.963253  -5991.078120  15325.100544   -139.220987 11 10 12 246  P   P
+PG12  18552.707456  -3875.804805  18564.540319    -14.909132 12 14 14 186  P   P
+PG13 -21013.434695   6316.261129 -15146.654581    276.789781 13 12 10 189  P   P
+PG14   3687.951210 -14377.217122  22175.976961    141.279535 12 11  5 205  P   P
+PG15  26241.215758   3906.898573  -2505.760849   -138.590439 10  8 11 176  P   P
+PG16  -6624.490281 -14730.748728 -20993.680505   -162.020416 11 11 11 228  P   P
+PG17  -4296.241518  14781.085830  21765.681309    184.219071 11 11 11 243  P   P
+PG18  15935.161808 -20980.894050   -383.522525    129.617815 11  7 11 231  P   P
+PG19 -24742.571766  -8499.746709  -5546.334594   -126.110367 12 12 15 202  P   P
+PG20 -19538.422364   8510.479875  15663.718967     48.826195 11 13 13 229  P   P
+PG21   9615.001490 -14318.070999 -19644.357408   -134.496464 14 12 12 286  P   P
+PG22   8559.197923 -23270.270871   9548.372014    150.834336 11  6  8 235  P   P
+PG23 -26490.140190   -362.319277  -3668.246340    316.202718 10 10 12 106  P   P
+PG24 -17078.979909  -4319.794094  20012.435071    378.143161 11  9 14 233  P   P
+PG25  18823.862012 -16660.282980   8533.582692     -0.991090 10 13 15 210  P   P
+PG26  19486.666748  12669.795206 -13819.003178   -160.922592 17 12 17 339  P   P
+PG27  18178.877246  12267.184115  15862.108431    251.461674 14 16 15 306  P   P
+PG28 -11622.046317  22790.518373   7125.733265     28.765656  8  9 11 158  P   P
+PG29  23169.050676  -5147.994269 -11795.068994    196.700815  8  9 11 225  P   P
+PG30  -1203.926379 -20395.109061 -17362.912104    333.700213 11  9 10 296  P   P
+PG31  -6386.769421 -24926.275365   6315.972758     60.845902 11  6 13 225  P   P
+PG32 -17371.954058  -1671.208963  20192.612294   -226.732301  9 12 12 246  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085077  23186.573686   -700.048241    328.340504 14 11 15 235  P   P
+PG03 -16326.767133 -11869.257925 -17828.051711    696.292730 14 13 12 288  P   P
+PG04   4090.922073  23826.192819  10385.136771     76.665702 12 13 12 268  P   P
+PG05   7595.335861  15196.947830 -20409.920175   -138.147724 15 11 11 180  P   P
+PG06 -11927.782154 -13881.845896 -19155.650086   -228.966945 14 11 11 284  P   P
+PG07 -10871.979329  10875.426201 -21628.080384      7.048391 11 14 13 241  P   P
+PG08  -3941.338542  19347.543885 -17459.005822      7.635854 13 11 14 195  P   P
+PG09  17945.892373   9160.910247  16763.539792     71.207427 12 13 14 347  P   P
+PG10  -5665.061031  23322.720722 -11169.384483    -70.441589 13  9 13 318  P   P
+PG11 -21640.206442  -7487.365534  13412.124047   -139.223767 11  9 12 245  P   P
+PG12  17394.461222  -2002.392904  19948.738987    -14.906610 12 14 13 193  P   P
+PG13 -22554.065686   5963.590574 -12888.150157    276.788433 12 12 11 182  P   P
+PG14   6145.366725 -14049.932047  21824.059957    141.281669 12 11  5 210  P   P
+PG15  25783.823115   4153.859632  -5284.650874   -138.587719 10  8 11 176  P   P
+PG16  -5180.827935 -16590.908935 -19962.431761   -162.022886 11 11 12 227  P   P
+PG17  -6719.511654  14503.621233  21312.044293    184.219248 11 11 12 243  P   P
+PG18  16096.347491 -20576.736634  -3195.529731    129.619616 11  7 10 231  P   P
+PG19 -23936.666148  -8604.834287  -8231.779728   -126.113819 12 12 15 206  P   P
+PG20 -18710.766566   6755.747534  17420.193297     48.826302 11 13 13 229  P   P
+PG21  10773.517754 -12213.025937 -20487.275268   -134.498870 14 12 11 286  P   P
+PG22   9352.975976 -23852.104091   6966.347936    150.833617 10  6  8 237  P   P
+PG23 -26727.777626   -598.082920   -839.737693    316.200438  9  9 12 111  P   P
+PG24 -17842.486276  -6390.194600  18774.188010    378.145988 11  9 14 235  P   P
+PG25  18400.166551 -15594.559099  11087.241149     -0.991409  9 13 14 214  P   P
+PG26  17896.484159  12538.276283 -15976.889297   -160.931717 18 11 16 338  P   P
+PG27  18841.705903  13699.279005  13702.048947    251.465176 14 16 16 303  P   P
+PG28 -12156.447069  23143.138909   4329.225955     28.767800  6  9 11 162  P   P
+PG29  24358.547532  -4797.406237  -9296.105998    196.703305  7 10 12 222  P   P
+PG30   -124.093446 -21859.333007 -15472.353569    333.702830 11  9 11 292  P   P
+PG31  -5834.071014 -24241.505348   9039.308064     60.850417 11  7 12 228  P   P
+PG32 -16000.835624  -3540.530529  21113.085363   -226.739082  9 12 11 246  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196693  23265.016067   2083.323073    328.342527 14 11 15 234  P   P
+PG03 -14316.397579 -12276.238813 -19228.308477    696.297087 14 13 11 290  P   P
+PG04   3151.771043  22787.770014  12759.879439     76.675066 11 13 12 268  P   P
+PG05   6366.595507  17110.602696 -19273.968064   -138.153000 15 11 12 187  P   P
+PG06  -9650.112465 -14119.914017 -20206.803528   -229.072222 14 11 10 284  P   P
+PG07 -12128.566304   8723.417465 -21950.561828      7.049256 11 14 12 241  P   P
+PG08  -4946.323161  17489.460221 -19131.232015      7.636004 13 11 14 193  P   P
+PG09  18800.584346  10854.035349  14761.926124     71.209535 12 14 14 346  P   P
+PG10  -6481.752249  24135.484850  -8633.574416    -70.442402 12  9 14 319  P   P
+PG11 -22413.918312  -8778.449008  11267.710963   -139.226544 11  8 12 244  P   P
+PG12  16268.609638     47.103428  20989.010027    -14.904089 13 14 13 200  P   P
+PG13 -23846.222120   5721.062820 -10410.137530    276.787089 12 11 11 174  P   P
+PG14   8558.388344 -13864.204195  21101.363884    141.283800 12 12  6 216  P   P
+PG15  25031.486810   4427.302502  -7973.450003   -138.584999 11  9 12 179  P   P
+PG16  -3911.230020 -18411.959567 -18584.130054   -162.025359 11 11 12 227  P   P
+PG17  -9084.905679  14355.663316  20494.991835    184.219424 11 12 13 243  P   P
+PG18  16112.201691 -19908.351974  -5950.990402    129.621419 10  8 10 231  P   P
+PG19 -22844.185219  -8726.314235 -10778.294737   -126.117273 13 13 14 208  P   P
+PG20 -17880.566950   4803.164346  18872.874729     48.826409 11 13 12 229  P   P
+PG21  12061.564139 -10101.390261 -20961.788770   -134.501282 13 12 11 286  P   P
+PG22   9963.378702 -24217.363807   4264.309273    150.832894 10  7  8 238  P   P
+PG23 -26659.166829   -815.222475   2002.924263    316.198157  9  8 12 146  P   P
+PG24 -18639.432025  -8276.884306  17217.080602    378.148777 11 10 15 238  P   P
+PG25  17895.431210 -14265.751309  13449.774034     -0.991729 10 13 14 218  P   P
+PG26  16079.523181  12480.542451 -17875.028886   -160.940839 18 11 16 337  P   P
+PG27  19449.320941  14882.712225  11318.171271    251.468731 15 15 17 300  P   P
+PG28 -12501.835435  23251.511637   1457.732204     28.769942  4 10 11 165  P   P
+PG29  25271.813371  -4522.511354  -6636.232076    196.705795  6 11 12 220  P   P
+PG30    774.219251 -23180.186659 -13322.071883    333.705459 11  9 11 288  P   P
+PG31  -5100.309579 -23326.022585  11606.413152     60.854935 11  7 12 230  P   P
+PG32 -14682.392057  -5542.022976  21677.009351   -226.745851  9 12 11 247  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845361  23102.020383   4831.908467    328.344535 14  9 15 231  P   P
+PG03 -12192.543779 -12804.891972 -20311.205926    696.301443 14 13 11 292  P   P
+PG04   2022.614239  21579.218927  14908.626085     76.684421 11 14 12 269  P   P
+PG05   5302.298618  18953.369684 -17805.900058   -138.158279 15 11 12 196  P   P
+PG06  -7285.272887 -14478.172746 -20906.804680   -229.177485 14 11  9 284  P   P
+PG07 -13507.123326   6631.698366 -21895.018572      7.050121 11 15 11 241  P   P
+PG08  -6135.730049  15543.587663 -20467.819860      7.636134 13 12 13 196  P   P
+PG09  19606.443302  12291.102150  12497.220118     71.211656 13 14 15 345  P   P
+PG10  -7120.840740  24726.167747  -5947.168547    -70.443214 12  9 14 320  P   P
+PG11 -23054.784562  -9863.407378   8929.740530   -139.229316 11  8 12 244  P   P
+PG12  15211.121092   2239.502635  21667.948224    -14.901568 13 14 12 207  P   P
+PG13 -24860.490027   5557.046972  -7754.590083    276.785746 11 10 11 166  P   P
+PG14  10877.981236 -13812.970178  20019.613991    141.285930 12 12  8 221  P   P
+PG15  23999.341879   4761.474461 -10526.256716   -138.582277 11  9 12 181  P   P
+PG16  -2823.904056 -20145.968853 -16882.085359   -162.027833 10 11 12 227  P   P
+PG17 -11345.460297  14327.860892  19327.680430    184.219604 11 12 13 243  P   P
+PG18  16017.006406 -18966.828737  -8600.867505    129.623222 10  9 10 232  P   P
+PG19 -21482.865340  -8898.980135 -13142.681977   -126.120727 13 13 14 211  P   P
+PG20 -17082.800042   2680.347760  19996.284275     48.826517 11 12 12 229  P   P
+PG21  13460.301245  -8028.658547 -21060.973732   -134.503694 13 12 11 286  P   P
+PG22  10412.461683 -24337.772397   1488.655520    150.832169  9  7  8 240  P   P
+PG23 -26285.139898  -1051.205504   4811.824401    316.195878  8  7 12 166  P   P
+PG24 -19434.305971  -9954.037076  15367.979644    378.151532 11 10 15 244  P   P
+PG25  17350.164833 -12683.081198  15580.450204     -0.992045 10 14 14 223  P   P
+PG26  14069.721501  12525.315307 -19483.204299   -160.949964 18 11 15 336  P   P
+PG27  19959.667272  15811.948316   8748.450429    251.472334 15 15 17 297  P   P
+PG28 -12686.161180  23088.556410  -1439.141274     28.772084  6 10 12 168  P   P
+PG29  25889.578022  -4289.376201  -3861.576747    196.708281  6 11 13 217  P   P
+PG30   1501.279856 -24316.449131 -10947.299637    333.708100 10  8 11 284  P   P
+PG31  -4167.476388 -22217.952559  13973.526973     60.859457 12  8 12 233  P   P
+PG32 -13449.353651  -7641.741219  21876.279082   -226.752602 10 11 11 248  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477552  22723.413346   7499.792366    328.346550 14  9 15 230  P   P
+PG03  -9997.442522 -13460.801569 -21058.723041    696.305799 14 13 10 294  P   P
+PG04    698.979284  20242.046674  16793.327865     76.693764 10 14 12 269  P   P
+PG05   4403.815847  20679.390831 -16030.743957   -138.163557 15 11 12 203  P   P
+PG06  -4879.964560 -14959.771930 -21242.703323   -229.282734 14 10  8 285  P   P
+PG07 -14979.550387   4641.712761 -21463.032650      7.050986 10 14 11 241  P   P
+PG08  -7502.421583  13560.585807 -21446.735687      7.636245 13 12 13 203  P   P
+PG09  20320.162958  13463.083670  10010.954375     71.213789 13 14 15 344  P   P
+PG10  -7604.720656  25063.612837  -3156.671596    -70.444029 11  9 14 322  P   P
+PG11 -23529.648338 -10748.651636   6439.055949   -139.232083 11  8 12 242  P   P
+PG12  14252.262261   4535.528714  21974.412157    -14.899046 13 14 11 212  P   P
+PG13 -25575.332005   5435.555150  -4966.604384    276.784407 11  9 12 163  P   P
+PG14  13057.595218 -13881.130220  18596.623704    141.288059 12 12  8 226  P   P
+PG15  22710.335538   5187.326933 -12899.419832   -138.579554 12  9 12 184  P   P
+PG16  -1918.492722 -21745.580044 -14885.415778   -162.030311 10 10 12 228  P   P
+PG17 -13457.079653  14403.313520  17829.284737    184.219783 11 12 14 243  P   P
+PG18  15847.299629 -17751.846500 -11097.801441    129.625025  9 10 10 232  P   P
+PG19 -19878.113100  -9154.091578 -15284.652619   -126.124182 13 14 14 213  P   P
+PG20 -16348.034651    421.507118  20770.749200     48.826628 12 12 11 228  P   P
+PG21  14944.010041  -6036.641247 -20784.919592   -134.506108 13 12 12 286  P   P
+PG22  10727.640661 -24191.489253  -1312.739925    150.831442  8  8  8 241  P   P
+PG23 -25615.081242  -1342.584123   7539.578991    316.193598  8  5 12 179  P   P
+PG24 -20188.681283 -11403.387360  13258.555475    378.154254 12 11 15 252  P   P
+PG25  16803.637696 -10864.311185  17442.541947     -0.992362 11 14 14 227  P   P
+PG26  11906.323903  12695.083999 -20775.722527   -160.959091 19 12 15 335  P   P
+PG27  20331.314292  16489.629159   6034.223296    251.475983 16 15 18 292  P   P
+PG28 -12742.529792  22634.856077  -4310.692139     28.774224  8 10 12 169  P   P
+PG29  26201.103193  -4061.551317  -1020.186215    196.710765  6 11 13 214  P   P
+PG30   2074.560755 -25230.727504  -8387.278095    333.710758  9  8 11 281  P   P
+PG31  -3025.344179 -20959.667834  16100.598261     60.863982 12  8 11 234  P   P
+PG32 -12328.334084  -9800.823879  21708.823106   -226.759340 10 12 11 249  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597494  22160.342625  10042.325306    328.348560 14 10 14 229  P   P
+PG03  -7774.370242 -14242.212358 -21458.123618    696.310158 14 13  9 296  P   P
+PG04   -815.404574  18819.716824  18380.763273     76.703096  9 14 12 268  P   P
+PG05   3664.491824  22244.627206 -13978.882131   -138.168834 15 11 13 210  P   P
+PG06  -2481.518732 -15560.080110 -21207.922451   -229.387968 14 10  8 285  P   P
+PG07 -16511.526101   2789.369493 -20662.634260      7.051854 10 14 10 240  P   P
+PG08  -9030.550921  11589.876845 -22052.443446      7.636336 13 12 13 214  P   P
+PG09  20899.430764  14370.502971   7348.224021     71.215931 14 14 16 344  P   P
+PG10  -7961.461560  25123.398048   -310.758827    -70.444846 10  9 14 323  P   P
+PG11 -23808.799911 -11447.409858   3838.724494   -139.234846 11  9 13 241  P   P
+PG12  13415.493777   6891.148086  21903.678306    -14.896524 13 14 10 217  P   P
+PG13 -25977.858779   5317.787913  -2093.665115    276.783072 10  8 12 168  P   P
+PG14  15054.766889 -14046.168761  16856.042784    141.290187 12 12  9 232  P   P
+PG15  21194.430270   5731.141154 -15052.270738   -138.576829 12  9 12 186  P   P
+PG16  -1186.243375 -23165.791420 -12628.560033   -162.032790  9 10 12 229  P   P
+PG17 -15380.057468  14558.261961  16024.730495    184.219968 11 12 15 243  P   P
+PG18  15640.261874 -16271.893143 -13397.050620    129.626830  9 11  9 233  P   P
+PG19 -18062.179299  -9518.020857 -17167.492245   -126.127639 13 14 14 214  P   P
+PG20 -15701.227912  -1933.689531  21182.764738     48.826738 12 12 11 227  P   P
+PG21  16481.070189  -4161.988188 -20140.593047   -134.508526 12 12 12 286  P   P
+PG22  10940.450530 -23764.061160  -4091.360831    150.830714  8  9  7 243  P   P
+PG23 -24666.602236  -1723.427411  10140.087826    316.191320  9  4 12 190  P   P
+PG24 -20862.710427 -12614.708679  10924.748162    378.156946 12 11 16 261  P   P
+PG25  16292.281534  -8835.243441  19003.960869     -0.992678 11 14 13 231  P   P
+PG26   9632.617735  13005.223682 -21731.732166   -160.968222 19 12 14 334  P   P
+PG27  20525.066998  16926.413324   3219.668207    251.479674 16 14 18 288  P   P
+PG28 -12707.769738  21879.636233  -7106.045587     28.776363  9 10 12 171  P   P
+PG29  26204.528976  -3801.688475   1838.824188    196.713247  7 12 13 211  P   P
+PG30   2517.945214 -25890.873521  -5684.692951    333.713432  9  7 11 279  P   P
+PG31  -1672.012992 -19596.133966  17951.925794     60.868508 12  9 11 236  P   P
+PG32 -11338.969330 -11976.802258  21178.551430   -226.766059 10 11 11 251  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641236  21448.055855  12416.809407    328.350567 14 10 14 228  P   P
+PG03  -5566.224785 -15139.981459 -21502.165263    696.314525 14 13  9 298  P   P
+PG04  -2508.552242  17355.941661  19643.164635     76.712414  7 15 12 268  P   P
+PG05   3070.069014  23608.472704 -11685.540871   -138.174111 15 10 13 217  P   P
+PG06   -136.236488 -16266.773863 -20802.427241   -229.493187 14 10  8 286  P   P
+PG07 -18063.752658   1103.854895 -19508.123374      7.052723  9 14  9 240  P   P
+PG08 -10696.093134   9677.842675 -22276.076975      7.636408 13 12 12 224  P   P
+PG09  21304.668484  15023.099928   4556.751668     71.218084 14 14 16 343  P   P
+PG10  -8223.521023  24888.897481   2540.605184    -70.445666  9 10 14 324  P   P
+PG11 -23867.130031 -11978.965851   1173.286846   -139.237606 11 10 13 239  P   P
+PG12  12716.645741   9259.086381  21457.484583    -14.894001 13 14  9 222  P   P
+PG13 -26064.287146   5163.799752    815.138568    276.781740  9  7 12 178  P   P
+PG14  16832.581824 -14279.072218  14827.007924    141.292314 11 12 10 236  P   P
+PG15  19487.550812   6413.332936 -16947.811322   -138.574102 13 10 12 187  P   P
+PG16   -610.519954 -24365.664987 -10150.680615   -162.035272  9  9 12 231  P   P
+PG17 -17080.448344  14763.059944  13944.325400    184.220152 11 12 15 243  P   P
+PG18  15432.075309 -14544.125227 -15457.388634    129.628636  9 12  9 233  P   P
+PG19 -16073.083526 -10011.081886 -18758.681360   -126.131096 13 14 14 215  P   P
+PG20 -15160.758634  -4341.467031  21225.238343     48.826851 12 11 11 226  P   P
+PG21  18035.177288  -2434.960026 -19141.555868   -134.510944 12 12 13 286  P   P
+PG22  11085.138853 -23049.101709  -6798.904296    150.829984  7 10  7 244  P   P
+PG23 -23464.923542  -2223.843953  12569.271431    316.189042 10  6 12 197  P   P
+PG24 -21416.680360 -13585.994150   8406.173867    378.159610 12 11 16 269  P   P
+PG25  15848.212369  -6628.911839  20237.812548     -0.992993 12 14 13 234  P   P
+PG26   7294.541438  13463.364776 -22335.493515   -160.977361 19 12 12 333  P   P
+PG27  20505.543756  17140.530959    351.217121    251.483403 17 14 18 285  P   P
+PG28 -12620.824142  20821.424494  -9775.125402     28.778501 10 11 12 173  P   P
+PG29  25906.886259  -3473.191049   4666.130606    196.715729  8 12 13 209  P   P
+PG30   2860.679327 -26271.237634  -2885.035158    333.716125  8  7 11 280  P   P
+PG31   -114.130262 -18173.186470  19496.709167     60.873038 12 10 10 237  P   P
+PG32 -10493.329329 -14125.032361  20295.222992   -226.772763 10 11 12 252  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606691  20624.538750  14583.163064    328.352571 14 10 14 228  P   P
+PG03  -3414.119876 -16137.801508 -21189.245659    696.318901 14 13 10 299  P   P
+PG04  -4360.510986  15892.982654  20558.726090     76.721721  8 15 12 268  P   P
+PG05   2599.415124  24735.250694  -9190.190570   -138.179385 15 10 13 222  P   P
+PG06   2112.236923 -17060.248637 -20032.770626   -229.598393 13 10  9 287  P   P
+PG07 -19593.396571   -393.285141 -18019.788718      7.053593  8 14  9 239  P   P
+PG08 -12467.699012   7866.178096 -22115.482099      7.636462 13 12 12 235  P   P
+PG09  21500.639980  15439.137805   1685.939277     71.220253 14 14 16 343  P   P
+PG10  -8426.268647  24352.050373   5347.094591    -70.446492  8 11 14 326  P   P
+PG11 -23685.107172 -12367.686499  -1511.991405   -139.240362 11 10 13 236  P   P
+PG12  12163.402053  11590.466583  20643.965126    -14.891475 13 14  9 225  P   P
+PG13 -25840.064296   4934.221846   3709.933994    276.780410  8  7 12 186  P   P
+PG14  18360.941089 -14545.512338  12543.697865    141.294442 11 13 11 240  P   P
+PG15  17630.313343   7247.482940 -18553.346605   -138.571375 13 10 11 188  P   P
+PG16   -167.638484 -25309.893328  -7494.967900   -162.037758  9  9 12 233  P   P
+PG17 -18531.234218  14983.393457  11623.290056    184.220338 10 12 16 243  P   P
+PG18  15256.327888 -12593.873295 -17241.932989    129.630444  9 13  9 234  P   P
+PG19 -13953.325775 -10646.586683 -20030.461073   -126.134553 13 14 14 215  P   P
+PG20 -14737.737073  -6755.459129  20897.611530     48.826963 12 11 12 223  P   P
+PG21  19566.740348   -878.491850 -17807.554452   -134.513362 11 12 13 286  P   P
+PG22  11197.148981 -22048.669262  -9388.145753    150.829254  7 11  7 246  P   P
+PG23 -22041.985963  -2868.648759  14785.784244    316.186764 11  8 12 203  P   P
+PG24 -21812.571033 -14323.334716   5745.479870    378.162251 12 11 16 277  P   P
+PG25  15497.933834  -4284.497705  21122.860336     -0.993307 12 15 13 237  P   P
+PG26   4939.208237  14069.031932 -22576.602285   -160.986507 19 12 10 332  P   P
+PG27  20242.665080  17157.059330  -2523.101114    251.487150 18 13 19 284  P   P
+PG28 -12521.030896  19468.349227 -12269.650408     28.780636 11 11 12 173  P   P
+PG29  25323.776498  -3041.831923   7413.058317    196.718208  9 12 14 207  P   P
+PG30   3136.102475 -26353.709633    -35.891070    333.718838  7  7 11 281  P   P
+PG31   1633.218375 -16735.805284  20709.505197     60.877571 12 11 10 238  P   P
+PG32  -9795.617582 -16200.199133  19074.238836   -226.779450 10 11 12 253  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415459  19729.059063  16504.557940    328.354571 14 10 13 227  P   P
+PG03  -1356.038673 -17212.690883 -20523.482625    696.323289 13 13 10 300  P   P
+PG04  -6343.977738  14470.031299  21111.982388     76.731012  9 15 12 267  P   P
+PG05   2225.526117  25595.534577  -6535.866503   -138.184658 15 10 13 227  P   P
+PG06   4224.437219 -17914.337626 -18912.011343   -229.703586 13 10 10 288  P   P
+PG07 -21055.669223  -1688.761895 -16223.531157      7.054464  8 14  9 238  P   P
+PG08 -14307.830710   6190.460645 -21575.135924      7.636500 13 13 12 244  P   P
+PG09  21457.864131  15644.391556  -1214.068700     71.222418 15 13 17 342  P   P
+PG10  -8606.381806  23513.799820   8058.976433    -70.447324  8 12 13 327  P   P
+PG11 -23249.546699 -12641.879009  -4171.854948   -139.243113 11 11 12 234  P   P
+PG12  11755.110379  13836.506231  19477.479833    -14.888947 12 14  9 229  P   P
+PG13 -25319.650746   4591.976046   6540.910745    276.779085  8  7 12 195  P   P
+PG14  19617.582496 -14807.252955  10044.796702    141.296569 11 13 11 244  P   P
+PG15  15666.583369   8239.630912 -19841.051543   -138.568643 13 10 11 189  P   P
+PG16    172.006693 -25970.159212  -4707.858625   -162.040247  8  8 12 235  P   P
+PG17 -19713.238572  15181.703297   9101.193226    184.220526 10 13 16 243  P   P
+PG18  15142.533623 -10453.810882 -18718.882110    129.632256  9 13  9 234  P   P
+PG19 -11748.429704 -11430.167463 -20960.334124   -126.138012 13 14 13 215  P   P
+PG20 -14435.618619  -9128.328096  20205.857273     48.827078 12 10 12 221  P   P
+PG21  21034.395514    492.422476 -16164.001388   -134.515781 11 12 14 286  P   P
+PG22  11311.553347 -20773.324735 -11813.795632    150.828524  7 12  7 247  P   P
+PG23 -20435.320144  -3676.224310  16751.694515    316.184485 11  9 12 207  P   P
+PG24 -22015.560502 -14840.501206   2987.656898    378.164873 13 11 16 285  P   P
+PG25  15261.271509  -1846.010744  21643.890382     -0.993622 12 15 12 239  P   P
+PG26   2613.389276  14813.564990 -22450.166047   -160.995662 19 12  8 331  P   P
+PG27  19712.996477  17006.933641  -5354.385464    251.490919 18 12 19 286  P   P
+PG28 -12446.363845  17838.052497 -14544.130122     28.782771 12 11 12 175  P   P
+PG29  24478.733330  -2477.275191  10032.421030    196.720687 10 12 14 205  P   P
+PG30   3380.199307 -26128.500676   2813.831396    333.721569  5  7 11 284  P   P
+PG31   3546.938822 -15326.451245  21570.587335     60.882106 12 12  9 238  P   P
+PG32  -9242.164334 -18157.841163  17536.366561   -226.786121 10 11 13 255  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990631  18800.666791  18148.020823    328.356566 14 10 13 227  P   P
+PG03    574.408079 -18335.738589 -19514.723770    696.327693 13 13 11 302  P   P
+PG04  -8425.217474  13121.738014  21294.052083     76.740291 10 15 12 265  P   P
+PG05   1916.765723  26167.239802  -3768.421838   -138.189928 14 10 13 231  P   P
+PG06   6166.443053 -18797.311805 -17459.503515   -229.808767 13 10 11 289  P   P
+PG07 -22405.486653  -2777.839394 -14150.399627      7.055338  7 13  9 237  P   P
+PG08 -16174.128867   4678.986476 -20665.953017      7.636522 13 12 13 253  P   P
+PG09  21153.782604  15670.870929  -4093.290001     71.224592 16 13 17 342  P   P
+PG10  -8800.180611  22384.177635  10628.068136    -70.448162  7 12 13 328  P   P
+PG11 -22554.148417 -12832.523566  -6761.771268   -139.245863 11 12 12 231  P   P
+PG12  11482.922159  15950.209864  17978.343524    -14.886417 12 13  9 232  P   P
+PG13 -24525.966984   4103.913320   9259.177511    276.777762  8  8 12 202  P   P
+PG14  20588.815183 -15023.728685   7372.870963    141.298697 11 13 12 248  P   P
+PG15  13641.915584   9387.862757 -20788.462115   -138.565912 13 10 11 188  P   P
+PG16    442.571787 -26326.230600  -1838.184807   -162.042739  8  8 12 237  P   P
+PG17 -20615.749696  15318.757482   6421.297999    184.220716  9 13 16 243  P   P
+PG18  15114.835065  -8162.822184 -19862.140250    129.634069  9 14 10 235  P   P
+PG19  -9505.369011 -12359.393568 -21531.491378   -126.141471 13 14 14 215  P   P
+PG20 -14250.135978 -11413.423041  19162.353904     48.827192 12 10 12 218  P   P
+PG21  22396.570442   1671.012318 -14241.370629   -134.518199 10 12 14 286  P   P
+PG22  11461.500505 -19241.863414 -14033.329798    150.827793  9 12  7 249  P   P
+PG23 -18686.714115  -4657.619358  18433.121377    316.182208 12 10 12 211  P   P
+PG24 -21995.421957 -15158.246581    179.317562    378.167480 13 12 16 292  P   P
+PG25  15150.579704    639.214334  21791.971725     -0.993936 12 15 12 241  P   P
+PG26    362.001991  15680.327343 -21956.931041   -161.004827 19 12  9 331  P   P
+PG27  18900.889118  16725.718258  -8093.651345    251.494706 19 12 19 292  P   P
+PG28 -12431.712994  15957.209366 -16556.830672     28.784903 13 12 12 175  P   P
+PG29  23402.292804  -1754.442310  12479.327165    196.723165 11 12 14 204  P   P
+PG30   3630.025166 -25594.629214   5614.731020    333.724322  4  7 10 287  P   P
+PG31   5596.658601 -13983.524993  22066.207298     60.886643 13 12  9 238  P   P
+PG32  -8821.709834 -19955.844528  15707.401042   -226.792774 10 10 13 256  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043790  17876.703350  19484.992329    328.358560 14 11 12 226  P   P
+PG03   2349.075742 -19473.083206 -18178.480980    696.332112 13 13 11 302  P   P
+PG04 -10565.241724  11876.948953  21102.743001     76.749559 11 15 12 263  P   P
+PG05   1638.292569  26436.443573   -935.726155   -138.195194 14  9 12 235  P   P
+PG06   7911.018395 -19673.121768 -15700.560145   -229.913936 12  9 12 291  P   P
+PG07 -23599.145831  -3664.300990 -11836.048630      7.056211  6 13  9 237  P   P
+PG08 -18020.953815   3351.909354 -19404.989628      7.636531 13 12 13 261  P   P
+PG09  20573.644959  15555.339146  -6902.760015     71.226765 16 12 17 342  P   P
+PG10  -9041.973701  20982.027428  13008.674362    -70.449007  8 13 13 330  P   P
+PG11 -21599.787632 -12971.929478  -9238.612832   -139.248609 10 12 12 227  P   P
+PG12  11330.254724  17887.993767  16172.460880    -14.883882 12 13 10 234  P   P
+PG13 -23489.521942   3442.311644  11817.615295    276.776441  9  9 12 207  P   P
+PG14  21269.936199 -15153.736250   4573.668075    141.300826 10 13 12 251  P   P
+PG15  11601.933811  10682.208654 -21378.881550   -138.563177 13 10 11 187  P   P
+PG16    681.204280 -26366.744701   1063.728460   -162.045234  9  8 12 240  P   P
+PG17 -21236.824962  15355.312828   3629.827993    184.220906  8 13 16 243  P   P
+PG18  15190.945449  -5764.617692 -20651.813798    129.635883 10 14 10 236  P   P
+PG19  -7270.933799 -13423.702303 -21733.154169   -126.144930 13 14 14 214  P   P
+PG20 -14169.551081 -13566.410731  17785.639326     48.827307 11 10 13 214  P   P
+PG21  23613.035258   2658.680573 -12074.527858   -134.520619  9 12 15 286  P   P
+PG22  11676.739823 -17480.728508 -16007.775856    150.827062  9 13  7 250  P   P
+PG23 -16840.725249  -5815.921420  19800.819348    316.179932 13 10 11 213  P   P
+PG24 -21727.761804 -15303.354304  -2632.050010    378.170078 13 12 16 298  P   P
+PG25  15170.251369   3122.147944  21564.607209     -0.994251 12 15 11 243  P   P
+PG26  -1773.349603  16645.199876 -21103.355358   -161.014003 19 12 12 330  P   P
+PG27  17799.365156  16352.174518 -10692.675334    251.498501 19 12 19 298  P   P
+PG28 -12507.282972  13860.664784 -18270.680645     28.787035 13 12 12 176  P   P
+PG29  22130.809991   -854.670002  14711.939621    196.725642 12 12 13 205  P   P
+PG30   3922.064313 -24760.083278   8317.783387    333.727093  5  7 10 291  P   P
+PG31   7745.726829 -12740.002718  22188.759649     60.891182 13 13 10 238  P   P
+PG32  -8515.965339 -21555.856159  13617.765832   -226.799413 10 10 14 258  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573987  16991.373237  20491.833794    328.360549 14 11 11 226  P   P
+PG03   3946.191102 -20587.097204 -16535.784700    696.336550 12 12 12 303  P   P
+PG04 -12721.195609  10757.700284  20542.521970     76.758814 12 15 13 261  P   P
+PG05   1353.618264  26397.899135   1913.175795   -138.200457 14  9 12 238  P   P
+PG06   9438.487824 -20502.831101 -13665.996366   -230.019096 12  9 12 292  P   P
+PG07 -24595.954777  -4360.091321  -9320.127004      7.057086  4 13  9 236  P   P
+PG08 -19801.039294   2220.706854 -17815.057995      7.636528 12 12 13 268  P   P
+PG09  19711.087161  15337.692455  -9595.325265     71.228944 17 12 17 342  P   P
+PG10  -9362.487020  19334.374421  15158.479081    -70.449860  9 14 12 331  P   P
+PG11 -20394.553519 -13092.363878 -11561.302762   -139.251353 10 13 12 223  P   P
+PG12  11273.555741  19611.183252  14090.874275    -14.881345 12 12 11 236  P   P
+PG13 -22247.254129   2586.172723  14171.711483    276.775123 10 10 11 213  P   P
+PG14  21665.309394 -15157.173463   1695.345978    141.302957  9 13 13 254  P   P
+PG15   9590.711905  12104.858817 -21601.693550   -138.560443 13 10 11 186  P   P
+PG16    926.360772 -26089.647931   3946.996289   -162.047732 10  8 11 242  P   P
+PG17 -21583.260311  15253.799946    775.165253    184.221098  6 14 17 243  P   P
+PG18  15381.376270  -3306.158813 -21074.567175    129.637699 10 14 11 236  P   P
+PG19  -5090.097276 -14604.651496 -21560.823292   -126.148390 12 14 14 213  P   P
+PG20 -14175.214616 -15546.814304  16100.052069     48.827424 11  9 13 210  P   P
+PG21  24646.380246   3464.637703  -9702.016685   -134.523036  8 12 15 286  P   P
+PG22  11982.285186 -15523.127566 -17702.437939    150.826332 10 14  7 251  P   P
+PG23 -14943.089456  -7145.929814  20830.700403    316.177657 13 11 11 215  P   P
+PG24 -21195.053338 -15307.467640  -5398.844057    378.172671 14 12 16 303  P   P
+PG25  15316.549974   5553.760128  20965.772852     -0.994565 12 15 11 244  P   P
+PG26  -3755.736051  17677.351060 -19901.623032   -161.023192 19 12 14 329  P   P
+PG27  16410.699874  15926.671956 -13104.883764    251.502297 20 11 18 304  P   P
+PG28 -12697.185870  11590.218867 -19654.086878     28.789163 13 12 12 177  P   P
+PG29  20705.069104    233.384202  16692.176807    196.728119 12 12 13 206  P   P
+PG30   4290.585883 -23641.643378  10875.237284    333.729884  7  7 10 294  P   P
+PG31   9952.444923 -11622.295512  21936.851226     60.895721 13 13 10 237  P   P
+PG32  -8300.431267 -22924.570048  11302.059092   -226.806037 10 10 14 260  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908729  16174.430874  21150.273147    328.362534 14 11 10 225  P   P
+PG03   5351.033719 -21637.740008 -14612.953037    696.341008 12 12 12 303  P   P
+PG04 -14847.893985   9778.507039  19624.354538     76.768056 12 15 13 258  P   P
+PG05   1026.234156  26055.223551   4728.929383   -138.205718 13  9 12 241  P   P
+PG06  10737.308475 -21246.182307 -11391.561643   -230.124248 12  9 13 294  P   P
+PG07 -25359.756107  -4884.649770  -6645.608166      7.057961  3 12  9 235  P   P
+PG08 -21467.195287   1287.984923 -15924.262966      7.636515 12 12 13 275  P   P
+PG09  18568.392427  15059.266968 -12126.365936     71.231129 17 12 16 343  P   P
+PG10  -9787.444725  17475.466901  17039.369619    -70.450722 10 14 12 332  P   P
+PG11 -18953.536911 -13224.701446 -13691.419167   -139.254095 10 13 11 218  P   P
+PG12  11283.339280  21087.327796  11769.232597    -14.878803 11 12 12 238  P   P
+PG13 -20841.128054   1522.263837  16280.358854    276.773807 11 10 11 217  P   P
+PG14  21788.099804 -14996.757538  -1212.354157    141.305090  9 13 13 257  P   P
+PG15   7649.217112  13630.691533 -21452.575490   -138.557707 13  9 11 184  P   P
+PG16   1216.072668 -25502.273501   6761.117305   -162.050232 11  9 11 245  P   P
+PG17 -21670.222574  14979.963414  -2093.006052    184.221288  5 14 17 244  P   P
+PG18  15688.982187   -835.960761 -21123.831530    129.639516 10 15 12 237  P   P
+PG19  -3004.444583 -15876.489584 -21016.426283   -126.151849 12 14 14 211  P   P
+PG20 -14242.408500 -17319.399657  14135.268069     48.827539 10  9 14 204  P   P
+PG21  25463.366918   4105.246371  -7165.319348   -134.525443  6 12 15 286  P   P
+PG22  12397.273827 -13407.885614 -19087.543678    150.825603 10 14  8 252  P   P
+PG23 -13039.085082  -8634.145874  21504.283661    316.175382 14 11 10 216  P   P
+PG24 -20387.427429 -15205.742357  -8074.116991    378.175265 14 12 15 308  P   P
+PG25  15577.769598   7886.714657  20005.845261     -0.994880 12 14 12 245  P   P
+PG26  -5554.119140  18740.265827 -18369.592204   -161.032394 19 11 15 329  P   P
+PG27  14746.661731  15489.500311 -15286.268358    251.506081 20 11 18 310  P   P
+PG28 -13018.296811   9193.110103 -20681.632188     28.791293 13 12 13 178  P   P
+PG29  19168.741589   1513.122788  18386.344217    196.730597 12 12 13 208  P   P
+PG30   4766.065525 -22264.363765  13241.518915    333.732693  8  8  9 297  P   P
+PG31  12171.481692 -10649.370382  21315.278136     60.900265 13 14 11 236  P   P
+PG32  -8145.444240 -24034.843651   8798.547443   -226.812648 10  9 14 263  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412650  15450.032827  21447.780005    328.364516 13 11 10 224  P   P
+PG03   6556.363758 -22584.035895 -12441.271267    696.345488 11 12 13 302  P   P
+PG04 -16899.442359   8945.970083  18365.423587     76.777285 13 15 14 254  P   P
+PG05    621.241525  25420.751005   7462.742893   -138.210974 12 10 11 243  P   P
+PG06  11804.315362 -21863.230208  -8917.273298   -230.229391 11  9 13 295  P   P
+PG07 -25860.288009  -5263.962601  -3858.072453      7.058838  4 12 10 234  P   P
+PG08 -22973.997246    547.619461 -13765.472948      7.636496 11 11 14 281  P   P
+PG09  17156.435743  14761.137865 -14454.442194     71.233305 17 12 16 343  P   P
+PG10 -10336.364628  15445.529534  18618.171355    -70.451592 11 14 11 333  P   P
+PG11 -17298.377580 -13397.141733 -15593.754138   -139.256837  9 13 11 213  P   P
+PG12  11325.453120  22291.286457   9247.189825    -14.876259 11 11 12 240  P   P
+PG13 -19316.538941    245.860425  18106.603556    276.772493 11 11 11 220  P   P
+PG14  21659.670364 -14639.653755  -4098.978083    141.307226  8 14 13 260  P   P
+PG15   5813.875627  15228.096037 -20933.605957   -138.554968 13  9 11 183  P   P
+PG16   1586.232569 -24621.054074   9456.905725   -162.052736 11  9 10 247  P   P
+PG17 -21520.556139  14504.389422  -4924.593791    184.221479  7 15 17 244  P   P
+PG18  16108.839755   1597.652355 -20799.864642    129.641335 10 15 12 237  P   P
+PG19  -1050.724751 -17207.026650 -20108.355771   -126.155307 12 14 14 208  P   P
+PG20 -14341.435203 -18855.356030  11925.744223     48.827654 10  9 14 198  P   P
+PG21  26036.106908   4603.112770  -4508.108335   -134.527848  3 13 15 286  P   P
+PG22  12934.068461 -11178.080255 -20138.798709    150.824877 11 15  8 253  P   P
+PG23 -11171.911797 -10259.085673  21809.062953    316.173109 14 11  9 217  P   P
+PG24 -19303.189899 -15035.371785 -10612.339152    378.177866 15 12 15 312  P   P
+PG25  15934.716682  10076.998040  18701.418603     -0.995196 11 14 12 245  P   P
+PG26  -7144.380297  19793.007426 -16530.669456   -161.041607 18 11 15 329  P   P
+PG27  12828.382768  15079.148288 -17196.307401    251.509847 20 11 17 315  P   P
+PG28 -13479.428602   6720.262545 -21334.630853     28.793421 13 13 13 177  P   P
+PG29  17566.751825   2979.698183  19765.687376    196.733075 13 11 13 211  P   P
+PG30   5373.740797 -20660.724386  15374.123119    333.735521 10  9  9 300  P   P
+PG31  14355.421037  -9832.161241  20334.913627     60.904808 13 14 12 235  P   P
+PG32  -8017.417775 -24866.606877   6148.610941   -226.819247 10  9 14 266  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714381  14835.801182  21377.860060    328.366495 13 11 10 222  P   P
+PG03   7562.574328 -23385.626219 -10056.578427    696.349990 11 11 13 302  P   P
+PG04 -18830.876519   8258.710698  16788.738309     76.786504 13 15 14 249  P   P
+PG05    106.919593  24515.057077  10067.251082   -138.216225 11 10 11 245  P   P
+PG06  12644.630999 -22315.974730  -6286.666418   -230.334530 11  9 13 297  P   P
+PG07 -26074.332875  -5529.370888  -1004.952416      7.059717  6 12 10 233  P   P
+PG08 -24279.401618    -14.778038 -11375.736576      7.636471 11 11 14 286  P   P
+PG09  15494.324205  14482.472308 -16541.862040     71.235473 17 12 16 343  P   P
+PG10 -11021.620787  13289.282008  19867.274677    -70.452471 12 15 11 334  P   P
+PG11 -15456.588373 -13634.037601 -17236.824218   -139.259577  9 13 11 208  P   P
+PG12  11362.528710  23206.044541   6567.742848    -14.873709 11 10 13 241  P   P
+PG13 -17720.587220  -1238.843641  19618.326428    276.771180 12 11 11 224  P   P
+PG14  21308.661551 -14058.947716  -6914.255586    141.309364  7 14 13 262  P   P
+PG15   4115.316036  16860.061159 -20053.262560   -138.552229 13  9 11 183  P   P
+PG16   2068.973040 -23470.882748  11987.391516   -162.055243 12 10 10 250  P   P
+PG17 -21163.789450  13803.856605  -7670.011737    184.221670  8 15 17 244  P   P
+PG18  16628.460782   3948.265720 -20109.665437    129.643156 10 15 13 238  P   P
+PG19    740.416514 -18558.777548 -18851.393309   -126.158767 13 13 15 205  P   P
+PG20 -14438.908239 -20133.226353   9510.081376     48.827772  9  8 14 190  P   P
+PG21  26343.032099   4985.967729  -1775.502555   -134.530243  7 13 16 286  P   P
+PG22  13597.640807  -8879.513427 -20837.836245    150.824150 11 15  9 254  P   P
+PG23  -9381.145533 -11991.908858  21738.782902    316.170835 15 11  8 217  P   P
+PG24 -17949.044544 -14834.038064 -12970.148229    378.180476 15 12 15 316  P   P
+PG25  16361.494414  12085.421356  17075.014506     -0.995511 11 14 12 245  P   P
+PG26  -8510.120072  20791.677900 -14413.601850   -161.050834 18 10 16 329  P   P
+PG27  10685.846521  14730.621679 -18798.866703    251.513589 21 11 17 320  P   P
+PG28 -14080.866124   4224.376058 -21601.522944     28.795548 13 13 13 179  P   P
+PG29  15943.612906   4620.022650  20806.858541    196.735554 13 11 12 213  P   P
+PG30   6132.365257 -18869.480809  17234.468955    333.738365 11  9  9 303  P   P
+PG31  16456.386799  -9173.287990  19012.510486     60.909351 13 14 13 233  P   P
+PG32  -7880.235236 -25407.532099   3396.142326   -226.825834 10 10 14 269  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788073  14342.137657  20940.258824    328.368474 13 11 10 221  P   P
+PG03   8377.555281 -24004.340133  -7498.759385    696.354514 11 11 13 301  P   P
+PG04 -20599.755984   7707.628403  14922.646863     76.795712 13 14 14 242  P   P
+PG05   -543.831782  23366.172734  12497.352867   -138.221472 10 11 10 246  P   P
+PG06  13271.244785 -22569.925081  -3545.977492   -230.439667 11  9 14 299  P   P
+PG07 -25986.611743  -5716.179911   1865.247876      7.060594  7 11 10 232  P   P
+PG08 -25346.232074   -421.094293  -8795.655625      7.636443 10 11 14 291  P   P
+PG09  13608.754848  14258.992016 -18355.170861     71.237634 18 12 15 344  P   P
+PG10 -11847.813298  11054.287082  20765.139437    -70.453357 12 15 11 335  P   P
+PG11 -13460.680186 -13954.874134 -18593.329494   -139.262317  9 13 10 202  P   P
+PG12  11355.558842  23823.232396   3776.518494    -14.871155 11  9 13 243  P   P
+PG13 -16100.290361  -2918.678145  20788.842890    276.769868 13 11 10 226  P   P
+PG14  20769.787964 -13234.899593  -9609.007113    141.311504  7 14 13 264  P   P
+PG15   2577.340110  18485.489971 -18826.307723   -138.549489 13  9 11 184  P   P
+PG16   2691.204871 -22084.150548  14308.669258   -162.057750 13 11  9 252  P   P
+PG17 -20634.879902  12862.452311 -10281.093678    184.221860 10 15 16 244  P   P
+PG18  17228.325848   6172.993859 -19066.750936    129.644976 10 15 13 238  P   P
+PG19   2345.471188 -19890.336588 -17266.515116   -126.162226 13 13 15 201  P   P
+PG20 -14499.190576 -21139.553478   6930.320676     48.827887  8  8 14 181  P   P
+PG21  26369.628713   5285.385318    986.660991   -134.532642 10 13 16 286  P   P
+PG22  14385.262662  -6559.081537 -21172.551830    150.823424 11 15 10 255  P   P
+PG23  -7701.329086 -13797.345042  21293.614889    316.168564 15 11  7 216  P   P
+PG24 -16340.010942 -14638.346622 -15107.073721    378.183102 15 12 14 319  P   P
+PG25  16826.558932  13878.937805  15154.690099     -0.995828 11 14 13 245  P   P
+PG26  -9643.192961  21691.034131 -12052.178147   -161.060074 18  8 17 329  P   P
+PG27   8356.997708  14473.876906 -20063.051242    251.517297 21 11 15 324  P   P
+PG28 -14814.282869   1757.947161 -21478.095107     28.797676 13 13 13 180  P   P
+PG29  14341.795404   6413.096932  21492.291181    196.738034 13 11 12 216  P   P
+PG30   7053.219616 -16934.253987  18788.696198    333.741224 11 10  9 305  P   P
+PG31  18427.687339  -8667.091268  17370.421844     60.913895 13 15 13 231  P   P
+PG32  -7696.748384 -25653.440589    586.904001   -226.832414 11 10 14 273  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364274  13971.819987  20141.065302    328.370450 12 11 11 219  P   P
+PG03   9016.265662 -24405.724254  -4811.143147    696.359060 12 11 13 299  P   P
+PG04 -22167.650222   7276.464768  12800.267224     76.804913 13 14 15 234  P   P
+PG05  -1352.232816  22008.519279  14711.007061   -138.226716  8 11 10 248  P   P
+PG06  13704.281892 -22595.530620   -743.280691   -230.544801 11 10 14 301  P   P
+PG07 -25590.391943  -5862.122585   4703.748339      7.061472  9 11 10 231  P   P
+PG08 -26143.486684   -699.680175  -6068.723780      7.636416  8 10 14 295  P   P
+PG09  11533.119544  14121.594927 -19865.564600     71.239785 18 12 15 344  P   P
+PG10 -12811.470946   8789.199242  21296.666352    -70.454254 13 15 11 335  P   P
+PG11 -11347.117622 -14373.432410 -19640.558558   -139.265059  9 13 10 195  P   P
+PG12  11265.543580  24143.328044    921.020290    -14.868597 11  8 13 243  P   P
+PG13 -14500.802988  -4771.796859  21597.407883    276.768557 13 11 10 229  P   P
+PG14  20082.398163 -12155.926723 -12136.041343    141.313647  8 15 13 265  P   P
+PG15   1216.162034  20060.691198 -17273.562182   -138.546749 13  8 11 187  P   P
+PG16   3473.374399 -20499.502154  16380.678232   -162.060261 13 11  9 254  P   P
+PG17 -19972.747423  11672.405807 -12711.987590    184.222050 10 16 16 244  P   P
+PG18  17882.709587   8233.937582 -17690.807316    129.646799 10 15 14 238  P   P
+PG19   3748.826507 -21157.932712 -15380.578627   -126.165684 13 12 15 196  P   P
+PG20 -14485.922544 -21869.220222   4231.188072     48.828003  7  8 15 171  P   P
+PG21  26108.917133   5535.389342   3732.531741   -134.535052 10 13 16 286  P   P
+PG22  15286.517576  -4263.110026 -21137.316280    150.822700 11 15 11 256  P   P
+PG23  -6160.754278 -15634.887341  20480.225334    316.166292 15 11  7 215  P   P
+PG24 -14499.036933 -14482.302264 -16986.225462    378.185749 15 12 13 322  P   P
+PG25  17294.006006  15431.726021  12973.551114     -0.996144 11 13 13 245  P   P
+PG26 -10543.948319  22446.207982  -9484.831513   -161.069325 17  7 17 329  P   P
+PG27   5886.496832  14332.445502 -20963.976317    251.520970 21 11 14 327  P   P
+PG28 -15663.042366   -628.688657 -20967.522555     28.799802 13 13 13 180  P   P
+PG29  12800.190241   8330.644517  21810.477711    196.740515 13 10 12 218  P   P
+PG30   8139.428504 -14901.915046  20008.379366    333.744096 12 11 10 307  P   P
+PG31  20225.422222  -8299.979875  15436.244426     60.918439 13 15 14 229  P   P
+PG32  -7430.330691 -25608.428540  -2232.153215   -226.838987 11 11 14 276  P   P
+*  2011  4  2  0  0  0.00000000
+PG02 -12295.561955  13719.902353  18992.707127    328.372425 12 11 11 216  P   P
+PG03   9500.023265 -24560.469994  -2039.811101    696.363628 12 11 13 297  P   P
+PG04 -23501.462790   6942.644354  10458.851272     76.814105 13 14 15 223  P   P
+PG05  -2332.598541  20481.606681  16669.971073   -138.231954  5 11  9 248  P   P
+PG06  13969.994552 -22369.419980   2072.403410   -230.649936 11 10 14 302  P   P
+PG07 -24887.785729  -6005.734600   7462.291982      7.062352 10 10 10 230  P   P
+PG08 -26647.423457   -884.089288  -3240.639835      7.636392  7 10 14 299  P   P
+PG09   9306.392913  14095.177924 -21049.229592     71.241924 18 12 14 345  P   P
+PG10 -13901.096910   6541.988719  21453.429301    -70.455156 13 15 12 336  P   P
+PG11  -9155.140188 -14897.166686 -20360.736485   -139.267802 10 13 10 188  P   P
+PG12  11055.142667  24175.536754  -1950.154184    -14.866035 11  7 13 244  P   P
+PG13 -12963.716655  -6768.327379  22029.614064    276.767247 14 11 10 231  P   P
+PG14  19288.854629 -10819.271476 -14451.024594    141.315791  8 15 13 266  P   P
+PG15     39.947083  21540.990543 -15421.568034   -138.544008 12  8 12 191  P   P
+PG16   4428.489411 -18760.362854  18167.898692   -162.062775 14 12  8 256  P   P
+PG17 -19218.656595  10234.601624 -14920.009707    184.222240 11 16 16 244  P   P
+PG18  18560.757462  10099.422144 -16007.229603    129.648621 10 14 14 238  P   P
+PG19   4943.212121 -22317.105327 -13225.891574   -126.169141 14 12 16 191  P   P
+PG20 -14363.578163 -22325.473566   1459.302097     48.828118  8  9 15 161  P   P
+PG21  25561.668581   5770.999025   6416.920355   -134.537449 12 13 16 286  P   P
+PG22  16283.632491  -2035.719697 -20733.062907    150.821976 12 15 12 256  P   P
+PG23  -4780.485499 -17460.211345  19311.730266    316.164021 15 11  8 212  P   P
+PG24 -12456.316638 -14395.884595 -18574.935070    378.188420 15 12 13 324  P   P
+PG25  17725.037976  16725.998287  10569.178618     -0.996462 11 12 13 244  P   P
+PG26 -11221.156585  23014.471412  -6754.137604   -161.078589 17  7 17 329  P   P
+PG27   3324.162280  14322.320130 -21483.426709    251.524598 21 11 13 329  P   P
+PG28 -16602.867635  -2889.204335 -20080.234415     28.801928 13 12 13 181  P   P
+PG29  11352.722724  10338.027228  21756.147472    196.742999 13  9 12 220  P   P
+PG30   9385.618498 -12820.831347  20871.137274    333.746979 12 11 10 309  P   P
+PG31  21809.994846  -8051.077552  13242.388440     60.922982 13 15 14 226  P   P
+PG32  -7046.431580 -25284.704448  -5013.604580   -226.845557 12 12 14 280  P   P
+*  2011  4  2  0 15  0.00000000
+PG02 -14403.532202  13573.930352  17513.830256    328.374398 12 11 12 213  P   P
+PG03   9855.531703 -24445.678096    767.177644    696.368219 12 11 13 295  P   P
+PG04 -24574.546524   6678.354171   7939.097128     76.823293 13 14 15 209  P   P
+PG05  -3491.588620  18828.547072  18340.468836   -138.237188  4 12  9 249  P   P
+PG06  14099.520160 -21875.398817   4852.006700   -230.755075 12 11 14 304  P   P
+PG07 -23889.728701  -6184.702041  10093.936414      7.063233 11 10 10 228  P   P
+PG08 -26842.389605  -1011.635986   -358.603016      7.636373  4  9 14 302  P   P
+PG09   6971.844113  14197.694767 -21887.612616     71.244052 18 12 13 345  P   P
+PG10 -15097.552175   4358.215302  21233.766944    -70.456067 13 15 12 337  P   P
+PG11  -6925.488013 -15526.817078 -20741.312694   -139.270546 10 13 10 181  P   P
+PG12  10690.272340  23937.352362  -4788.114077    -14.863467 12  8 13 244  P   P
+PG13 -11525.507979  -8871.347166  22077.673600    276.765936 14 11  9 232  P   P
+PG14  18432.799060  -9231.323982 -16513.302990    141.317940  9 15 13 268  P   P
+PG15   -951.330893  22882.399534 -13302.145507   -138.541264 12  7 12 195  P   P
+PG16   5561.451064 -16913.298397  19639.952106   -162.065288 14 12  8 257  P   P
+PG17 -18414.514146   8558.749753 -16866.439061    184.222429 11 16 16 244  P   P
+PG18  19227.764353  11744.972318 -14046.566571    129.650445  9 14 15 238  P   P
+PG19   5929.815398 -23324.434418 -10839.668436   -126.172598 14 11 16 186  P   P
+PG20 -14098.988598 -22519.635762  -1337.639953     48.828233  9 10 15 155  P   P
+PG21  24736.357970   6026.764501   8995.939830   -134.539838 13 13 15 285  P   P
+PG22  17352.115160     82.709537 -19967.248318    150.821252 11 16 13 257  P   P
+PG23  -3573.666139 -19226.767777  17807.532042    316.161752 15 11  9 209  P   P
+PG24 -10248.335787 -14403.777846 -19845.339047    378.191119 16 11 12 326  P   P
+PG25  18079.553678  17752.503437   7982.979370     -0.996779 10 12 14 243  P   P
+PG26 -11691.610381  23356.980975  -3906.204609   -161.087864 16  9 17 330  P   P
+PG27    723.161228  14451.163018 -21610.374141    251.528179 21 11 13 332  P   P
+PG28 -17602.843597  -4982.936703 -18833.611535     28.804055 12 12 13 182  P   P
+PG29  10027.168846  12395.407585  21330.343305    196.745485 13  8 11 223  P   P
+PG30  10777.937869 -10739.048222  21361.118524    333.749870 12 12 10 311  P   P
+PG31  23147.477980  -7893.145836  10825.578525     60.927524 12 15 15 222  P   P
+PG32  -6514.076146 -24702.138768  -7710.293048   -226.852123 13 12 14 283  P   P
+*  2011  4  2  0 30  0.00000000
+PG02 -16335.049150  13514.468629  15729.058480    328.376371 11 10 13 208  P   P
+PG03  10113.677424 -24045.903401   3560.632808    696.372828 13 11 13 292  P   P
+PG04 -25367.572317   6451.815296   5284.424289     76.832474 13 14 15 196  P   P
+PG05  -4827.762090  17094.442395  19693.775828   -138.242419  7 12  9 249  P   P
+PG06  14127.459789 -21105.167483   7547.300539   -230.860218 12 12 14 305  P   P
+PG07 -22615.638299  -6434.243273  12553.826591      7.064113 12  9 10 227  P   P
+PG08 -26721.368580  -1121.824455   2529.402691      7.636363  4  8 14 305  P   P
+PG09   4575.616915  14439.475282 -22367.624715     71.246168 18 12 13 346  P   P
+PG10 -16374.756385   2279.422624  20642.736375    -70.456984 13 15 13 337  P   P
+PG11  -4699.074287 -16256.272719 -20775.185063   -139.273292 11 13 11 171  P   P
+PG12  10141.586430  23453.816596  -7544.482677    -14.860897 12 10 13 245  P   P
+PG13 -10216.198236 -11038.148704  21740.576391    276.764624 14 11  9 234  P   P
+PG14  17557.373674  -7407.583657 -18286.658992    141.320092  9 15 13 268  P   P
+PG15  -1765.706321  24043.276412 -10951.849959   -138.538522 12  7 12 200  P   P
+PG16   6868.715960 -15006.275138  20772.096057   -162.067804 14 13  9 259  P   P
+PG17 -17601.152553   6663.204188 -18517.234463    184.222616 12 16 15 243  P   P
+PG18  19846.598675  13153.992716 -11843.888502    129.652269  9 14 15 238  P   P
+PG19   6718.056940 -24139.254716  -8263.382376   -126.176055 15 11 16 180  P   P
+PG20 -13662.773758 -22470.517215  -4111.682624     48.828347 11 10 15 160  P   P
+PG21  23648.860262   6335.340814  11427.610543   -134.542226 13 12 15 285  P   P
+PG22  18461.670264   2056.916371 -18853.689138    150.820531 11 16 14 256  P   P
+PG23  -2545.139034 -20887.488612  15993.036470    316.159481 16 10 11 205  P   P
+PG24  -7916.676624 -14524.305388 -20774.892328    378.193849 16 11 10 328  P   P
+PG25  18317.799440  18510.706020   5259.471140     -0.997099 10 11 14 241  P   P
+PG26 -11979.402226  23440.431670   -989.955467   -161.097147 16 10 17 331  P   P
+PG27  -1861.972942  14717.883477 -21341.327183    251.531708 21 11 15 333  P   P
+PG28 -18626.701667  -6876.279961 -17251.532008     28.806183 11 12 13 182  P   P
+PG29   8844.217204  14459.114491  20540.396372    196.747973 13  7 11 224  P   P
+PG30  12294.441643  -8702.485196  21469.346931    333.752766 12 12 11 312  P   P
+PG31  24210.783841  -7793.750479   8226.290496     60.932065 12 15 15 217  P   P
+PG32  -5807.254916 -23887.536492 -10276.090307   -226.858689 14 13 14 286  P   P
+*  2011  4  2  0 45  0.00000000
+PG02 -18053.983535  13515.926193  13668.630759    328.378342 11 10 13 203  P   P
+PG03  10308.140683 -23353.929456   6291.136403    696.377457 13 12 13 288  P   P
+PG04 -25869.124286   6228.694663   2540.225193     76.841653 13 14 15 197  P   P
+PG05  -6331.454556  15324.709848  20706.710985   -138.247646  9 13  9 249  P   P
+PG06  14090.337380 -20058.732262  10111.752662   -230.965366 12 12 14 307  P   P
+PG07 -21092.764105  -6785.585799  14799.937742      7.064994 12  9 10 227  P   P
+PG08 -26286.228065  -1254.703764   5375.328883      7.636361  7  8 14 308  P   P
+PG09   2165.224870  14822.823741 -22481.781879     71.248270 18 12 12 346  P   P
+PG10 -17700.672553    341.716440  19691.935348    -70.457906 13 15 14 337  P   P
+PG11  -2515.648733 -17072.692806 -20460.856290   -139.276041 12 13 11 160  P   P
+PG12   9385.785620  22756.503677 -10172.199672    -14.858323 12 11 13 245  P   P
+PG13  -9058.279058 -13221.744414  21024.120298    276.763311 15 10  9 235  P   P
+PG14  16703.471667  -5372.258664 -19739.985223    141.322244 10 15 13 269  P   P
+PG15  -2418.719389  24985.913158  -8411.337956   -138.535780 11  7 13 205  P   P
+PG16   8338.298460 -13086.890514  21545.607592   -162.070319 15 13 10 261  P   P
+PG17 -16816.671113   4574.436465 -19843.658012    184.222802 12 16 15 243  P   P
+PG18  20379.212009  14318.134975  -9438.095681    129.654094  8 13 15 238  P   P
+PG19   7325.032833 -24725.282977  -5542.024088   -126.179511 15 11 16 176  P   P
+PG20 -13030.627503 -22203.557070  -6815.425653     48.828461 12 11 15 168  P   P
+PG21  22321.904675   6726.146171  13672.428009   -134.544609 14 12 15 285  P   P
+PG22  19577.355766   3857.923420 -17412.279970    150.819812 11 15 14 256  P   P
+PG23  -1691.399993 -22396.540258  13899.251299    316.157212 16 10 12 200  P   P
+PG24  -5506.624199 -14768.612530 -21346.801442    378.196614 16 11  9 329  P   P
+PG25  18402.016841  19008.635798   2445.515434     -0.997419 11 10 14 240  P   P
+PG26 -12114.894283  23238.548239   1943.692886   -161.106439 15 12 17 331  P   P
+PG27  -4377.406445  15112.613101 -20680.493811    251.535181 21 11 16 335  P   P
+PG28 -19634.323604  -8543.762129 -15363.784563     28.808310 10 12 13 184  P   P
+PG29   7816.810669  16483.161463  19399.800130    196.750465 12  6 11 225  P   P
+PG30  13905.828137  -6753.225879  21193.915352    333.755669 12 12 11 314  P   P
+PG31  24980.596496  -7716.630524   5488.129158     60.936604 11 15 15 214  P   P
+PG32  -4906.149942 -22873.653169 -12666.667938   -226.865257 14 14 13 289  P   P
+*  2011  4  2  1  0  0.00000000
+PG02 -19530.596780  13547.651195  11367.917720    328.380315 10  9 13 197  P   P
+PG03  10473.874847 -22371.232039   8909.984303    696.382102 14 12 13 284  P   P
+PG04 -26076.004856   5973.601643   -246.894184     76.850833 13 14 15 210  P   P
+PG05  -7984.982378  13563.410867  21362.027334   -138.252868 11 13 10 248  P   P
+PG06  14025.003591 -18744.496969  12501.337401   -231.070523 13 13 14 308  P   P
+PG07 -19355.252786  -7264.595648  16793.777624      7.065876 13  9 10 226  P   P
+PG08 -25547.661476  -1449.205645   8131.781879      7.636373  9  8 14 310  P   P
+PG09   -211.990417  15341.906309 -22228.284975     71.250357 18 12 12 347  P   P
+PG10 -19038.530736  -1425.419183  18399.202822    -70.458832 13 15 14 338  P   P
+PG11   -412.497507 -17956.884879 -19802.517969   -139.278792 13 12 12 147  P   P
+PG12   8406.704731  21882.267545 -12626.306424    -14.855745 12 12 13 245  P   P
+PG13  -8065.947948 -15372.551629  19940.811950    276.761998 15 10  9 236  P   P
+PG14  15908.089013  -3157.517895 -20847.860440    141.324399 10 15 12 269  P   P
+PG15  -2932.613509  25677.985076  -5724.653564   -138.533039 11  7 13 209  P   P
+PG16   9950.109502 -11200.643499  21948.051646   -162.072835 15 13 11 262  P   P
+PG17 -16094.903211   2326.185711 -20822.791785    184.222988 12 16 14 243  P   P
+PG18  20788.173229  15237.346604  -6871.185013    129.655918  7 13 15 238  P   P
+PG19   7774.644640 -25052.089908  -2723.282051   -126.182965 16 11 16 176  P   P
+PG20 -12184.408322 -21749.727319  -9402.816843     48.828575 13 11 14 177  P   P
+PG21  20784.307350   7224.146464  15693.892818   -134.546988 15 12 15 285  P   P
+PG22  20660.931291   5463.945642 -15668.600548    150.819093 11 15 14 256  P   P
+PG23  -1000.889964 -23711.053729  11562.270122    316.154945 16 10 13 192  P   P
+PG24  -3065.624263 -15140.132540 -21550.366970    378.199416 15 10  7 330  P   P
+PG25  18298.023107  19262.414391   -410.489075     -0.997739 11  8 14 238  P   P
+PG26 -12133.410270  22733.343505   4842.743021   -161.115738 14 13 17 332  P   P
+PG27  -6772.056450  15617.086356 -19639.744613    251.538596 21 11 17 336  P   P
+PG28 -20583.393526  -9968.766683 -13205.373425     28.810439 10 11 13 185  P   P
+PG29   6949.791620  18420.861160  17927.985581    196.752959 12  5 11 227  P   P
+PG30  15576.496165  -4927.976807  20540.021558    333.758573 12 12 12 315  P   P
+PG31  25446.031963  -7623.221795   2657.153052     60.941143 10 15 16 209  P   P
+PG32  -3798.147153 -21697.984826 -14840.267465   -226.871827 15 14 13 292  P   P
+*  2011  4  2  1 15  0.00000000
+PG02 -20742.599106  13575.254342   8866.822385    328.382285  9  9 14 189  P   P
+PG03  10645.516729 -21108.103069  11370.143677    696.386761 14 13 13 278  P   P
+PG04 -25993.243960   5651.612680  -3029.873387     76.860014 13 15 15 223  P   P
+PG05  -9763.165409  11851.648738  21648.695328   -138.258088 12 13 10 247  P   P
+PG06  13967.049187 -17179.035021  14675.284793   -231.175689 13 13 14 309  P   P
+PG07 -17442.960967  -7890.611619  18501.037428      7.066758 14  9  9 225  P   P
+PG08 -24524.825024  -1741.522071  10752.734847      7.636401 10  8 13 312  P   P
+PG09  -2510.389514  15982.929513 -21611.040252     71.252431 18 12 13 347  P   P
+PG10 -20348.237026  -3000.025550  16788.210145    -70.459764 13 15 15 338  P   P
+PG11   1576.775175 -18883.931408 -18810.057612   -139.281547 13 12 12 129  P   P
+PG12   7196.135726  20871.797935 -14864.702286    -14.853166 13 13 13 244  P   P
+PG13  -7244.684494 -17440.190192  18509.639717    276.760682 15  9 10 236  P   P
+PG14  15202.845668   -802.424910 -21591.014934    141.326554 10 15 12 269  P   P
+PG15  -3335.264475  26093.804381  -2938.448039   -138.530296 11  8 13 213  P   P
+PG16  11676.614813  -9389.311458  21973.433901   -162.075351 15 14 11 263  P   P
+PG17 -15464.072678    -41.679481 -21437.937432    184.223170 12 16 14 243  P   P
+PG18  21038.167679  15919.608693  -4187.491090    129.657742  6 13 15 237  P   P
+PG19   8096.452015 -25096.354061    143.338476   -126.186421 16 12 16 180  P   P
+PG20 -11112.995471 -21144.244465 -11829.912363     48.828688 14 12 14 185  P   P
+PG21  19070.008785   7848.803674  17459.002404   -134.549364 15 12 14 285  P   P
+PG22  21672.343044   6861.008562 -13653.422347    150.818375 10 15 15 256  P   P
+PG23   -454.617306 -24792.761109   9022.648960    316.152675 16 10 13 184  P   P
+PG24   -641.649750 -15634.360647 -21381.225953    378.202255 15 10  6 331  P   P
+PG25  17976.662683  19295.478250  -3259.438435     -0.998061 12  7 14 236  P   P
+PG26 -12073.694515  21916.078673   7655.107120   -161.125043 13 14 17 333  P   P
+PG27  -8999.528925  16205.412144 -18238.373663    251.541951 21 10 18 336  P   P
+PG28 -21431.123120 -11143.879766 -10815.740111     28.812569  9 11 13 186  P   P
+PG29   6239.863405  20226.476392  16150.001058    196.755458 12  4 12 227  P   P
+PG30  17265.876630  -3256.762563  19519.845329    333.761477 12 12 12 316  P   P
+PG31  25605.000066  -7474.280649   -218.847058     60.945683 10 15 16 206  P   P
+PG32  -2478.590666 -20401.371697 -16758.456314   -226.878403 16 14 12 294  P   P
+*  2011  4  2  1 30  0.00000000
+PG02 -21675.923743  13562.108716   6209.074185    328.384255  8  9 14 178  P   P
+PG03  10855.796374 -19583.420914  13627.201400    696.391431 14 13 13 272  P   P
+PG04 -25633.817019   5229.767907  -5761.946166     76.869198 13 15 15 232  P   P
+PG05 -11634.147300  10226.096730  21562.075065   -138.263305 13 13 11 246  P   P
+PG06  13949.290975 -15386.554882  16596.756459   -231.280866 13 14 13 310  P   P
+PG07 -15400.058657  -8675.529695  19892.181020      7.067640 14  8  9 225  P   P
+PG08 -23244.681809  -2163.578640  13194.227051      7.636446 11  8 13 313  P   P
+PG09  -4687.506143  16724.603861 -20639.620683     71.254492 18 12 13 348  P   P
+PG10 -21587.908277  -4368.263619  14887.956943    -70.460697 12 15 15 338  P   P
+PG11   3423.339887 -19824.047257 -17498.983710   -139.284306 13 11 13 108  P   P
+PG12   5754.353520  19768.038808 -16848.860136    -14.850585 13 13 12 244  P   P
+PG13  -6591.183846 -19375.320376  16755.723542    276.759365 15  8 11 237  P   P
+PG14  14612.736947   1648.403144 -21956.675485    141.328712 10 15 13 269  P   P
+PG15  -3658.884323  26215.326891   -101.147918   -138.527555 12  9 13 216  P   P
+PG16  13483.783363  -7689.494103  21622.239802   -162.077865 15 14 12 264  P   P
+PG17 -14945.693497  -2484.540041 -21678.891618    184.223353 11 15 13 243  P   P
+PG18  21097.405719  16380.381090  -1432.916509    129.659566  4 12 15 237  P   P
+PG19   8324.295377 -24842.843914   3007.438205   -126.189875 16 13 16 186  P   P
+PG20  -9812.879772 -20425.139178 -14055.593563     48.828801 15 12 14 190  P   P
+PG21  17216.947184   8613.220801  18938.704233   -134.551738 16 12 13 284  P   P
+PG22  22571.284882   8043.255309 -11402.126764    150.817658  9 15 15 255  P   P
+PG23    -27.087350 -25609.470108   6324.686128    316.150408 16 11 14 173  P   P
+PG24   1718.462435 -16238.949156 -20841.486195    378.205134 15 10  7 331  P   P
+PG25  17415.073553  19137.528877  -6052.366266     -0.998384 12  7 14 234  P   P
+PG26 -11976.197313  20787.870116  10329.651602   -161.134351 13 14 17 333  P   P
+PG27 -11019.849053  16845.200215 -16502.663634    251.545246 21 10 19 336  P   P
+PG28 -22135.975267 -12070.861280  -8237.928021     28.814700  8 11 13 186  P   P
+PG29   5675.869079  21856.846370  14096.101024    196.757958 12  3 12 228  P   P
+PG30  18929.979255  -1761.912983  18152.271511    333.764376 12 12 13 317  P   P
+PG31  25464.252227  -7231.549410  -3091.108223     60.950216  9 15 16 204  P   P
+PG32   -951.242460 -19026.464408 -18386.854858   -226.884988 16 15 11 296  P   P
+*  2011  4  2  1 45  0.00000000
+PG02 -22325.180595  13470.964419   3441.429361    328.386227  8  9 14 164  P   P
+PG03  11134.017085 -17824.069462  15640.276936    696.396114 14 14 13 264  P   P
+PG04 -25018.086061   4678.486058  -8397.369969     76.878386 13 16 15 240  P   P
+PG05 -13560.480838   8717.712954  21103.975722   -138.268520 13 13 12 245  P   P
+PG06  14000.388831 -13398.083563  18233.438678   -231.386054 14 14 13 311  P   P
+PG07 -13273.473844  -9623.174167  20942.962623      7.068521 15  8  9 225  P   P
+PG08 -21741.073612  -2741.657153  15415.044011      7.636507 12  8 12 315  P   P
+PG09  -6705.412630  17538.879138 -19329.167218     71.256538 18 12 14 348  P   P
+PG10 -22715.469820  -5524.683039  12732.186870    -70.461630 12 15 16 338  P   P
+PG11   5104.068331 -20743.642155 -15890.264173   -139.287067 14 11 13 125  P   P
+PG12   4090.322347  18614.528188 -18544.489458    -14.848002 13 14 12 243  P   P
+PG13  -6093.649055 -21131.447197  14709.849166    276.758044 15  8 12 238  P   P
+PG14  14155.165848   4146.357070 -21938.783149    141.330871 10 15 13 268  P   P
+PG15  -3938.552347  26032.870753   2737.912113   -138.524816 12 10 13 219  P   P
+PG16  15332.286388  -6131.377304  20901.363495   -162.080378 14 14 13 265  P   P
+PG17 -14553.756172  -4954.589223 -21542.093676    184.223534 11 15 13 242  P   P
+PG18  20938.890516  16641.783434   1345.835554    129.661390  5 12 15 237  P   P
+PG19   8494.746514 -24285.085874   5818.667187   -126.193330 16 14 16 193  P   P
+PG20  -8288.468493 -19631.738814 -16042.230627     48.828914 16 12 13 195  P   P
+PG21  15265.803112   9523.510553  20108.309396   -134.554109 16 12 13 284  P   P
+PG22  23318.772968   9012.934408  -8954.048441    150.816944  8 14 15 254  P   P
+PG23    312.497264 -26136.314257   3515.619110    316.148141 16 11 14 166  P   P
+PG24   3970.640107 -16934.124292 -19939.746022    378.208050 14 10  9 331  P   P
+PG25  16597.719034  18823.251589  -8741.283125     -0.998707 13  8 14 231  P   P
+PG26 -11881.258027  19359.900905  12817.268697   -161.143661 12 15 16 334  P   P
+PG27 -12800.901561  17498.986721 -14465.270995    251.548480 20  9 19 336  P   P
+PG28 -22659.315167 -12760.254797  -5517.714694     28.816831  7 10 13 188  P   P
+PG29   5239.376831  23272.927666  11801.249500    196.760462 11  3 13 228  P   P
+PG30  20523.085532   -457.383808  16462.469010    333.767272 11 12 13 318  P   P
+PG31  25039.109619  -6859.402185  -5910.684876     60.954738  7 15 16 199  P   P
+PG32    771.579298 -17616.108657 -19695.818325   -226.891582 16 15 10 298  P   P
+*  2011  4  2  2  0  0.00000000
+PG02 -22693.766298  13265.609773    612.794646    328.388200  8 10 14 144  P   P
+PG03  11504.675103 -15864.025213  17372.872796    696.400801 15 14 13 254  P   P
+PG04 -24172.987311   3972.848010 -10892.128602     76.887581 13 16 15 246  P   P
+PG05 -15500.435671   7350.690455  20282.602620   -138.273733 14 13 12 244  P   P
+PG06  14143.645812 -11250.403214  19558.045482   -231.491255 14 14 13 312  P   P
+PG07 -11111.235237 -10728.981811  21634.863574      7.069403 15  8  9 225  P   P
+PG08 -20053.549864  -3495.216798  17377.371787      7.636588 12  8 12 315  P   P
+PG09  -8531.935901  18391.930339 -17700.227971     71.258571 17 12 14 349  P   P
+PG10 -23690.253067  -6472.163524  10358.738752    -70.462564 11 14 16 337  P   P
+PG11   6602.256468 -21606.554175 -14010.074115   -139.289832 14 10 13 145  P   P
+PG12   2221.572116  17453.721826 -19922.135641    -14.845419 14 14 11 243  P   P
+PG13  -5732.428826 -22666.618655  12407.897061    276.756721 15  7 12 238  P   P
+PG14  13839.294877   6640.553913 -21538.080408    141.333030 11 15 13 268  P   P
+PG15  -4210.633008  25545.517887   5529.374139   -138.522076 12 11 13 222  P   P
+PG16  17178.898654  -4737.760012  19823.932136   -162.082889 14 14 13 266  P   P
+PG17 -14294.231395  -7402.515170 -21030.645106    184.223714 11 15 13 242  P   P
+PG18  20541.501926  16731.548646   4102.015339    129.663213  8 11 15 237  P   P
+PG19   8645.452762 -23425.689686   8527.666904   -126.196783 17 14 16 198  P   P
+PG20  -6552.094356 -18803.120023 -17756.284580     48.829027 16 12 12 199  P   P
+PG21  13258.654383  10578.409083  20947.864835   -134.556476 16 12 12 283  P   P
+PG22  23878.671889   9780.073145  -6351.758218    150.816230  6 14 16 253  P   P
+PG23    598.814207 -26356.725051    644.755102    316.145874 16 12 15 168  P   P
+PG24   6075.105769 -17693.412399 -18690.995214    378.211005 14 10 10 330  P   P
+PG25  15517.144943  18390.852979 -11279.998020     -0.999031 13  9 13 229  P   P
+PG26 -11827.266591  17653.212969  15071.942849   -161.152970 11 16 16 335  P   P
+PG27 -14319.514909  18125.887364 -12164.455318    251.551654 20  8 20 335  P   P
+PG28 -22966.924974 -13230.665741  -2702.734570     28.818963  8 10 13 190  P   P
+PG29   4905.550134  24441.192195   9304.544967    196.762969 11  4 13 228  P   P
+PG30  21999.513014    651.564120  14481.340341    333.770162 11 12 13 318  P   P
+PG31  24352.877787  -6326.409185  -8629.257685     60.959262  8 15 16 191  P   P
+PG32   2669.198377 -16211.710124 -20661.056218   -226.898187 17 15  8 300  P   P
+*  2011  4  2  2 15  0.00000000
+PG02 -22793.622869  12912.507352  -2226.705542    328.390174  9 11 14  99  P   P
+PG03  11986.283248 -13743.148266  18793.636728    696.405492 15 14 12 242  P   P
+PG04 -23130.996410   3093.704567 -13204.601325     76.896786 13 17 14 251  P   P
+PG05 -17409.477393   6141.681397  19112.394320   -138.278945 14 13 13 242  P   P
+PG06  14396.034948  -8984.784324  20548.727003   -231.596472 14 14 12 312  P   P
+PG07  -8960.774517 -11980.014153  21955.439540      7.070286 16  8 10 226  P   P
+PG08 -18225.991496  -4435.957906  19047.417877      7.636689 13  8 11 316  P   P
+PG09 -10141.683393  19245.365887 -15778.532443     71.260591 17 11 15 349  P   P
+PG10 -24474.532063  -7221.538794   7808.848461    -70.463496 10 14 16 337  P   P
+PG11   7908.113631 -22375.412625 -11889.450020   -139.292601 14  9 14 163  P   P
+PG12    173.746384  16325.364353 -20957.704722    -14.842834 14 15 10 242  P   P
+PG13  -5480.972921 -23944.950223   9890.178708    276.755395 15  6 13 238  P   P
+PG14  13665.742082   9079.642199 -20762.067546    141.335191 10 15 14 267  P   P
+PG15  -4511.145256  24761.181858   8224.741866   -138.519335 13 11 13 224  P   P
+PG16  18978.047183  -3523.376692  18409.032272   -162.085400 14 14 14 267  P   P
+PG17 -14164.907861  -9779.235153 -20154.203714    184.223892 11 15 13 242  P   P
+PG18  19890.861278  16681.791854   6789.557810    129.665035  9 11 15 236  P   P
+PG19   8813.445043 -22276.317778  11086.989249   -126.200236 17 15 15 204  P   P
+PG20  -4623.729455 -17976.589043 -19168.840370     48.829139 17 13 12 202  P   P
+PG21  11237.582923  11769.149756  21442.481303   -134.558843 17 11 12 283  P   P
+PG22  24219.113096  10361.853695  -3640.300729    150.815517  5 13 15 251  P   P
+PG23    868.836115 -26263.083923  -2237.445750    316.143609 16 12 15 180  P   P
+PG24   7997.746390 -18484.650159 -17116.395171    378.213998 13 10 10 330  P   P
+PG25  14174.432551  17880.474077 -13624.908166     -0.999357 14 11 13 226  P   P
+PG26 -11848.889233  15698.076300  17051.776890   -161.162277 10 16 15 336  P   P
+PG27 -15562.143816  18683.395605  -9643.183199    251.554773 19  9 20 334  P   P
+PG28 -23030.327126 -13507.749154    158.387778     28.821098  8 10 13 192  P   P
+PG29   4644.270018  25334.829455   6648.574755    196.765478 12  4 13 229  P   P
+PG30  23315.374249   1568.319235  12244.860074    333.773042 11 12 14 319  P   P
+PG31  23435.965207  -5606.759012 -11199.950133     60.963786  9 15 16 184  P   P
+PG32   4713.116970 -14851.644790 -21264.171452   -226.904806 17 15  7 301  P   P
+*  2011  4  2  2 30  0.00000000
+PG02 -22644.653166  12382.333188  -5026.695566    328.392150 10 12 14 101  P   P
+PG03  12590.453861 -11505.728188  19877.012197    696.410183 15 14 12 224  P   P
+PG04 -21928.909208   2028.570579 -15296.192493     76.905998 14 17 14 255  P   P
+PG05 -19241.860720   5099.323325  17613.753986   -138.284157 14 13 14 240  P   P
+PG06  14767.486700  -6645.565618  21189.380341   -231.701701 14 15 12 312  P   P
+PG07  -6867.251687 -13355.300745  21898.570486      7.071167 16  9 11 227  P   P
+PG08 -16305.074839  -5567.165344  20395.990411      7.636808 14  9 11 316  P   P
+PG09 -11516.842587  20057.622661 -13594.697268     71.262599 17 11 15 349  P   P
+PG10 -25034.942413  -7790.924928   5126.416209    -70.464424  9 14 16 336  P   P
+PG11   9018.994150 -23013.082126  -9563.848978   -139.295375 14  9 14 175  P   P
+PG12  -2020.164040  15264.970460 -21632.903488    -14.840249 15 15  8 241  P   P
+PG13  -5307.064358 -24937.915454   7200.694811    276.754065 16  6 14 238  P   P
+PG14  13626.631301  11413.621283 -19624.831284    141.337351 10 14 14 266  P   P
+PG15  -4874.149705  23696.339621  10777.247561   -138.516600 13 12 13 226  P   P
+PG16  20683.448320  -2494.536122  16681.345999   -162.087906 13 14 14 267  P   P
+PG17 -14155.567006 -12037.612411 -18928.757984    184.224072 11 14 14 241  P   P
+PG18  18979.950484  16527.642367   9363.783707    129.666856 11 11 15 236  P   P
+PG19   9033.481415 -20857.300756  13451.971432   -126.203689 17 15 15 209  P   P
+PG20  -2530.415431 -17186.245614 -20256.064850     48.829251 17 13 11 204  P   P
+PG21   9243.277524  13079.605066  21582.612959   -134.561207 17 12 12 283  P   P
+PG22  24313.751781  10781.720490   -866.401701    150.814807  6 13 15 250  P   P
+PG23   1160.148948 -25857.025579  -5080.313642    316.141344 16 13 15 191  P   P
+PG24   9711.266926 -19271.241254 -15242.939208    378.217027 12 10 11 329  P   P
+PG25  12579.329500  17332.540858 -15735.743688     -0.999684 14 11 13 223  P   P
+PG26 -11975.444429  13532.953852  18719.941949   -161.171582 10 16 14 336  P   P
+PG27 -16525.127410  19129.237973  -6948.141473    251.557838 19 11 20 332  P   P
+PG28 -22827.872259 -13622.957403   3016.877269     28.823235  9 10 13 193  P   P
+PG29   4421.467247  25934.707184   3878.708135    196.767989 12  6 14 228  P   P
+PG30  24430.255749   2304.516348   9793.323172    333.775909 10 12 14 320  P   P
+PG31  22324.734573  -4681.482125 -13578.139976     60.968304  9 15 16 178  P   P
+PG32   6867.878234 -13569.780609 -21493.101666   -226.911439 17 15  9 302  P   P
+*  2011  4  2  2 45  0.00000000
+PG02 -22273.817392  11651.351314  -7737.524267    328.394127 11 12 14 139  P   P
+PG03  13321.284212  -9198.848329  20603.757472    696.414874 15 14 12 199  P   P
+PG04 -20606.481486    772.274847 -17131.916346     76.915221 14 17 13 258  P   P
+PG05 -20952.275492   4224.083602  15812.680899   -138.289369 14 12 14 238  P   P
+PG06  15260.460470  -4278.635135  21469.862165   -231.806945 13 15 12 312  P   P
+PG07  -4871.967186 -14826.503810  21464.606771      7.072046 16  9 12 228  P   P
+PG08 -14338.627224  -6883.360358  21399.026333      7.636949 14  9 10 316  P   P
+PG09 -12647.723192  20785.505575 -11183.859735     71.264597 16 10 15 350  P   P
+PG10 -25343.732242  -8204.785018   2357.252878    -70.465349  8 13 16 336  P   P
+PG11   9939.356829 -23484.134361  -7072.613763   -139.298153 14  9 15 185  P   P
+PG12  -4320.875703  14302.475124 -21935.585797    -14.837665 15 15  7 240  P   P
+PG13  -5174.276566 -25625.352709   4386.331572    276.752733 16  7 14 239  P   P
+PG14  13705.991687  13595.602211 -18146.751623    141.339511 10 14 15 264  P   P
+PG15  -5330.219201  22375.438418  13142.683753   -138.513863 14 12 13 228  P   P
+PG16  22249.771916  -1649.085528  14670.705275   -162.090412 13 14 14 267  P   P
+PG17 -14248.483502 -14134.088445 -17376.289746    184.224248 11 14 14 241  P   P
+PG18  17809.467764  16305.789195  11782.064344    129.668676 12 11 14 235  P   P
+PG19   9336.495570 -19196.916674  15581.547534   -126.207141 17 15 14 213  P   P
+PG20   -305.431117 -16461.682982 -20999.584425     48.829361 17 13 10 205  P   P
+PG21   7313.677649  14486.697523  21364.283150   -134.563569 17 12 12 282  P   P
+PG22  24142.815540  11068.257113   1922.340299    150.814095  8 12 15 248  P   P
+PG23   1509.245237 -25149.379505  -7833.917108    316.139079 16 13 15 201  P   P
+PG24  11196.079525 -20013.610834 -13102.996784    378.220089 11 10 11 328  P   P
+PG25  10750.053209  16786.116022 -17576.254801     -1.000012 15 12 13 220  P   P
+PG26 -12229.509944  11203.103141  20045.516321   -161.180882  9 17 13 337  P   P
+PG27 -17214.523245  19423.198751  -4128.696297    251.560854 19 13 20 331  P   P
+PG28 -22345.559124 -13612.104166   5824.607609     28.825374  9  9 12 195  P   P
+PG29   4200.614037  26230.053196   1042.338541    196.770501 13  7 14 229  P   P
+PG30  25308.748083   2879.301424   7170.525822    333.778765  9 11 14 320  P   P
+PG31  21060.126644  -3539.424670 -15722.251480     60.972822 10 15 15 173  P   P
+PG32   9092.227997 -12394.174331 -21342.446254   -226.918087 17 15 12 303  P   P
+*  2011  4  2  3  0  0.00000000
+PG02 -21713.949732  10702.563092 -10311.224797    328.396107 12 13 14 159  P   P
+PG03  14175.072887  -6870.641306  20961.318398    696.419559 15 15 13 187  P   P
+PG04 -19204.975164   -672.656686 -18680.931926     76.924456 14 18 12 261  P   P
+PG05 -22497.482589   3508.425802  13740.309556   -138.294584 14 12 15 235  P   P
+PG06  15869.812711  -1929.869301  21386.103726   -231.912203 13 15 12 312  P   P
+PG07  -3010.921904 -16358.882239  20660.406206      7.072927 17  9 13 229  P   P
+PG08 -12373.931095  -8370.280130  22038.058507      7.637109 14  9  9 316  P   P
+PG09 -13533.017661  21385.823198  -8585.235532     71.266584 16  9 15 350  P   P
+PG10 -25379.802489  -8492.770408   -451.682177    -70.466269  6 13 16 335  P   P
+PG11  10680.447618 -23756.290365  -4458.347232   -139.300934 15 10 15 194  P   P
+PG12  -6684.117878  13461.106154 -21859.997151    -14.835080 15 15  7 239  P   P
+PG13  -5043.594842 -25996.150109   1496.012093    276.751398 16  8 15 239  P   P
+PG14  13880.487156  15583.440825 -16354.095518    141.341670 10 13 15 262  P   P
+PG15  -5905.054610  20830.002355  15280.183464   -138.511128 14 12 12 229  P   P
+PG16  23634.271547   -976.697217  12411.573154   -162.092912 12 14 15 268  P   P
+PG17 -14419.227478 -16030.168321 -15524.335203    184.224424 12 13 14 241  P   P
+PG18  16387.911256  16052.991915  14004.445351    129.670495 13 10 14 235  P   P
+PG19   9748.214507 -17330.366070  17438.979729   -126.210594 17 15 14 217  P   P
+PG20   2012.771890 -15826.871276 -21386.778123     48.829471 18 13 11 205  P   P
+PG21   5482.703840  15961.072527  20789.249600   -134.565931 17 11 13 282  P   P
+PG22  23693.906945  11253.879062   4678.263518    150.813387  9 12 15 246  P   P
+PG23   1949.864584 -24159.752297 -10449.993770    316.136814 16 14 15 210  P   P
+PG24  12440.890657 -20670.799990 -10733.748650    378.223177  9 11 11 326  P   P
+PG25   8712.773790  16277.315770 -19114.830099     -1.000340 15 13 12 217  P   P
+PG26 -12625.831303   8758.876230  21004.182161   -161.190174  9 17 12 337  P   P
+PG27 -17645.539273  19528.831795  -1235.833956    251.563825 18 14 20 328  P   P
+PG28 -21577.565497 -13513.804388   8534.850514     28.827512 10  9 12 197  P   P
+PG29   3944.318514  26218.831319  -1811.913595    196.773016 13  8 14 228  P   P
+PG30  25921.767060   3318.302893   4422.901707    333.781607  8 11 14 320  P   P
+PG31  19686.106000  -2177.929976 -17594.513489     60.977335 11 14 15 167  P   P
+PG32  11340.534363 -11346.001855 -20813.664706   -226.924752 17 15 13 303  P   P
+*  2011  4  2  3 15  0.00000000
+PG02 -21002.347214   9526.581241 -12702.434144    328.398090 13 13 14 170  P   P
+PG03  15140.379318  -4568.513523  20944.045518    696.424234 14 14 13 210  P   P
+PG04 -17765.661371  -2295.898337 -19917.023224     76.933704 14 18 12 262  P   P
+PG05 -23837.877646   2937.289516  11432.365038   -138.299798 13 11 15 233  P   P
+PG06  16582.963161    356.412923  20940.130259   -232.017477 13 15 13 312  P   P
+PG07  -1313.581521 -17912.520890  19499.258435      7.073805 17  9 14 231  P   P
+PG08 -10456.037166 -10005.193545  22300.610882      7.637288 15  9  9 316  P   P
+PG09 -14179.763494  21817.065419  -5841.597994     71.268562 16  9 15 350  P   P
+PG10 -25129.502586  -8688.385337  -3253.040830    -70.467181  5 13 15 334  P   P
+PG11  11259.711856 -23801.774813  -1766.202537   -139.303720 15 11 15 203  P   P
+PG12  -9062.141000  12756.524313 -21406.910985    -14.832498 16 15  9 237  P   P
+PG13  -4875.135545 -26048.584341  -1420.179576    276.750059 16  9 15 239  P   P
+PG14  14120.443127  17341.180076 -14278.508168    141.343828 10 13 15 260  P   P
+PG15  -6618.301325  19097.475271  17152.934162   -138.508395 14 13 12 230  P   P
+PG16  24798.321762   -459.463497   9942.461011   -162.095411 12 14 15 268  P   P
+PG17 -14637.732792 -17693.703626 -13405.455897    184.224599 12 13 15 241  P   P
+PG18  14731.390524  15804.608478  15994.225522    129.672312 14 10 14 235  P   P
+PG19  10288.001329 -15298.487284  18992.495048   -126.214046 17 15 13 220  P   P
+PG20   4381.827333 -15299.264832 -21410.982639     48.829579 18 13 12 205  P   P
+PG21   3779.119528  17468.018038  19865.101088   -134.568292 17 11 14 282  P   P
+PG22  22962.532123  11373.394759   7354.440858    150.812678 11 11 15 244  P   P
+PG23   2511.451470 -22915.769249 -12882.842528    316.134550 16 14 15 217  P   P
+PG24  13442.960740 -21202.135632  -8176.522942    378.226293  7 10 11 324  P   P
+PG25   6500.795726  15837.852692 -20325.035745     -1.000669 15 13 12 214  P   P
+PG26 -13170.586741   6253.797138  21578.754641   -161.199460  9 17 11 338  P   P
+PG27 -17841.604574  19414.987098   1678.883364    251.566757 17 15 20 326  P   P
+PG28 -20526.480423 -13367.850673  11102.968245     28.829653 10 10 12 198  P   P
+PG29   3615.960716  25907.795664  -4635.024873    196.775531 14  9 14 228  P   P
+PG30  26247.617095   3652.359614   1598.636074    333.784434  8 10 14 320  P   P
+PG31  18247.986462   -603.195286 -19161.667619     60.981844 11 14 15 162  P   P
+PG32  13564.410934 -10438.772006 -19915.134822   -226.931434 17 15 14 304  P   P
+*  2011  4  2  3 30  0.00000000
+PG02 -20179.193051   8122.191446 -14869.249497    328.400076 13 14 14 179  P   P
+PG03  16198.421800  -2337.417338  20553.252101    696.428901 14 14 14 228  P   P
+PG04 -16328.332124  -4079.507612 -20819.019647     76.942963 14 18 12 264  P   P
+PG05 -24938.923546   2488.863202   8928.544540   -138.305014 13 11 15 230  P   P
+PG06  17380.350121   2538.925402  20139.987693   -232.122762 13 15 13 311  P   P
+PG07    198.105534 -19443.780264  18000.694992      7.074683 17  9 15 232  P   P
+PG08  -8626.148992 -11757.549945  22180.510428      7.637487 15  8  8 315  P   P
+PG09 -14602.999817  22041.064730  -2998.677532     71.270534 15  9 15 350  P   P
+PG10 -24587.156899  -8827.526445  -5999.833730    -70.468087  6 12 15 333  P   P
+PG11  11699.953896 -23598.524782    956.900964   -139.306503 15 11 15 209  P   P
+PG12 -11405.371934  12196.266449 -20583.651788    -14.829916 16 15 11 236  P   P
+PG13  -4629.893376 -25790.303184  -4311.884259    276.748718 16 10 15 239  P   P
+PG14  14391.126374  18840.247211 -11956.414538    141.345986 10 12 16 258  P   P
+PG15  -7482.613382  17219.846903  18728.812462   -138.505663 14 13 11 231  P   P
+PG16  25708.807419    -72.775081   7305.290901   -162.097907 11 14 15 268  P   P
+PG17 -14869.586003 -19099.926760 -11056.632338    184.224773 13 13 15 241  P   P
+PG18  12863.174385  15593.190009  17718.487563    129.674128 15 10 13 235  P   P
+PG19  10967.968609 -13146.266823  20215.816672   -126.217496 17 15 12 223  P   P
+PG20   6756.860857 -14889.166071 -21071.606674     48.829686 18 13 13 204  P   P
+PG21   2225.567038  18968.607244  18605.276753   -134.570654 18 11 15 281  P   P
+PG22  21952.338110  11462.491072   9905.453677    150.811970 12 11 15 242  P   P
+PG23   3217.794815 -21452.008391 -15090.157339    316.132286 16 15 15 223  P   P
+PG24  14208.024468 -21568.907112  -5476.045235    378.229439  5 10 11 322  P   P
+PG25   4153.469030  15493.760949 -21186.066716     -1.000998 16 13 11 211  P   P
+PG26 -13861.044695   3742.508243  21759.525653   -161.208736  9 17  9 338  P   P
+PG27 -17833.134639  19057.092819   4564.318017    251.569658 17 16 20 322  P   P
+PG28 -19203.238599 -13213.585282  13487.045516     28.831796 11 10 11 200  P   P
+PG29   3181.306793  25312.219511  -7378.406406    196.778047 14 10 14 228  P   P
+PG30  26272.760632   3916.063865  -1253.221570    333.787244  8 10 14 320  P   P
+PG31  16790.700292   1169.716703 -20395.610671     60.986350 11 14 15 157  P   P
+PG32  15714.478166  -9677.862137 -18662.063176   -226.938132 17 15 15 303  P   P
+*  2011  4  2  3 45  0.00000000
+PG02 -19285.883661   6496.579113 -16774.001222    328.402066 14 14 14 184  P   P
+PG03  17323.793062   -218.245984  19797.115548    696.433554 14 14 14 240  P   P
+PG04 -14929.872401  -5998.389441 -21371.151713     76.952238 14 18 13 264  P   P
+PG05 -25772.397931   2135.618724   6271.835861   -138.310233 13 10 16 228  P   P
+PG06  18236.155733   4580.767674  18999.580336   -232.228061 12 15 14 310  P   P
+PG07   1510.396462 -20906.912083  16190.185454      7.075560 17  8 15 234  P   P
+PG08  -6920.141137 -13589.945232  21678.104473      7.637701 15  8  8 314  P   P
+PG09 -14825.120987  22024.579765   -104.482016     71.272500 15 10 14 350  P   P
+PG10 -23755.307063  -8946.951407  -8646.157306    -70.468983  7 12 15 332  P   P
+PG11  12028.273462 -23131.199141   3663.122762   -139.309305 15 12 15 214  P   P
+PG12 -13664.153305  11779.515476 -19404.002150    -14.827337 16 15 13 234  P   P
+PG13  -4271.446995 -25237.956025  -7129.346432    276.747373 16 11 15 240  P   P
+PG14  14654.224372  20060.362201  -9428.344975    141.348141 10 12 16 256  P   P
+PG15  -8503.001646  15242.117612  19980.928688   -138.502934 15 13 10 231  P   P
+PG16  26339.315889    213.551393   4544.712281   -162.100398 10 13 15 267  P   P
+PG17 -15077.483051 -20232.200848  -8518.593640    184.224947 13 12 16 240  P   P
+PG18  10812.991438  15447.189872  19148.577825    129.675941 15  9 13 235  P   P
+PG19  11792.395506 -10921.206983  21088.582085   -126.220948 17 15 12 225  P   P
+PG20   9091.994576 -14599.369467 -20374.152697     48.829792 18 13 14 203  P   P
+PG21    837.817092  20421.031737  17028.998697   -134.573015 18 11 16 281  P   P
+PG22  20675.052707  11556.201383  12288.130523    150.811262 12 10 14 239  P   P
+PG23   4085.905243 -19808.673116 -17033.784885    316.130020 16 15 15 228  P   P
+PG24  14749.874562 -21735.980066  -2679.618145    378.232593  5 10 11 319  P   P
+PG25   1714.870845  15264.352880 -21683.102696     -1.001328 16 13 11 208  P   P
+PG26 -14685.628559   1278.683939  21544.412774   -161.218003  9 17  9 339  P   P
+PG27 -17656.057493  18438.148557   7370.690179    251.572533 16 17 19 319  P   P
+PG28 -17626.767271 -13088.323899  15648.459087     28.833941 11 10 11 201  P   P
+PG29   2610.038277  24455.307519  -9994.740700    196.780562 15 10 14 228  P   P
+PG30  25992.271021   4146.182895  -4083.627469    333.790038  8  9 14 320  P   P
+PG31  15357.079153   3117.218479 -21273.955589     60.990853 12 14 14 154  P   P
+PG32  17742.189180  -9060.400022 -17076.244801   -226.944847 17 15 16 303  P   P
+*  2011  4  2  4  0  0.00000000
+PG02 -18363.331840   4665.214288 -18383.925628    328.404060 14 15 13 188  P   P
+PG03  18485.457797   1753.581178  18690.430092    696.438192 14 14 15 247  P   P
+PG04 -13602.942921  -8021.028372 -21563.336704     76.961524 14 18 13 264  P   P
+PG05 -26317.409235   1845.566538   3507.784410   -138.315456 12 10 16 225  P   P
+PG06  19119.273075   6450.608254  17538.423714   -232.333372 12 15 15 309  P   P
+PG07   2618.119838 -22255.778865  14098.722480      7.076435 17  7 16 235  P   P
+PG08  -5367.270512 -15459.376973  20800.372469      7.637930 15  8  8 313  P   P
+PG09 -14874.941165  21740.738680   2791.458349     71.274463 15 11 14 350  P   P
+PG10 -22644.665048  -9082.732010 -11147.893024    -70.469870  8 12 14 331  P   P
+PG11  12274.818996 -22391.941410   6304.590518   -139.312107 15 13 15 218  P   P
+PG12 -15790.499930  11497.208438 -17887.992921    -14.824758 16 15 13 232  P   P
+PG13  -3767.555979 -24416.490418  -9824.269973    276.746027 16 12 15 240  P   P
+PG14  14869.463543  20990.125989  -6738.199653    141.350294 11 11 16 253  P   P
+PG15  -9676.490730  13210.662795  20888.072653   -138.500205 15 13  8 231  P   P
+PG16  26671.090153    433.939385   1707.382290   -162.102887  9 13 15 267  P   P
+PG17 -15222.795361 -21082.461066  -5835.096769    184.225121 14 12 16 240  P   P
+PG18   8616.106997  15389.830388  20260.532165    129.677754 16  9 12 235  P   P
+PG19  12757.468492  -8671.617375  21596.643633   -126.224400 17 14 12 227  P   P
+PG20  11341.895536 -14425.099294 -19330.145010     48.829897 18 13 15 201  P   P
+PG21   -375.734018  21782.084050  15161.108641   -134.575377 18 11 16 281  P   P
+PG22  19150.131465  11687.413874  14462.240959    150.810555 13 10 14 236  P   P
+PG23   5125.174981 -18030.060158 -18680.391145    316.127756 16 15 14 232  P   P
+PG24  15089.626168 -21673.280210    163.751695    378.235767  7 10 11 317  P   P
+PG25   -767.692824  15161.447261 -21807.562762     -1.001657 16 14 11 206  P   P
+PG26 -15624.381503  -1086.989810  20938.913199   -161.227257  9 17 11 339  P   P
+PG27 -17350.172904  17549.401455  10050.426594    251.575391 16 18 19 315  P   P
+PG28 -15823.364435 -13025.882943  17552.384946     28.836088 12 10 11 202  P   P
+PG29   1877.135973  23367.312242 -12438.803405    196.783077 15 11 14 229  P   P
+PG30  25409.959822   4380.024633  -6844.380352    333.792815  9  8 14 320  P   P
+PG31  13986.216066   5207.883237 -21780.496094     60.995355 12 14 14 157  P   P
+PG32  19601.641575  -8575.500739 -15185.674109   -226.951579 17 15 16 302  P   P
+*  2011  4  2  4 15  0.00000000
+PG02 -17450.318186   2651.403213 -19671.724567    328.406058 14 15 13 190  P   P
+PG03  19647.984147   3549.286192  17254.223495    696.442812 13 14 15 253  P   P
+PG04 -12374.821023 -10110.466359 -21391.388748     76.970827 14 18 14 264  P   P
+PG05 -26561.143577   1583.682433    683.720911   -138.320682 12  9 16 222  P   P
+PG06  19994.478891   8123.657695  15781.317169   -232.438692 11 15 15 308  P   P
+PG07   3524.702301 -23445.610298  11762.301073      7.077311 17  6 16 237  P   P
+PG08  -3989.135495 -17318.747586  19560.922278      7.638175 15  7  9 311  P   P
+PG09 -14786.495684  21170.281202   5638.914767     71.276426 15 12 13 350  P   P
+PG10 -21273.781323  -9268.746307 -13463.372643    -70.470746  9 11 14 330  P   P
+PG11  12471.407664 -21380.857892   8834.313968   -139.314910 15 14 15 223  P   P
+PG12 -17739.803816  11332.480345 -16061.578079    -14.822183 15 15 14 230  P   P
+PG13  -3091.587479 -23358.145522 -12350.636185    276.744678 17 13 15 240  P   P
+PG14  14996.301505  21627.270199  -3932.466961    141.352446 12 11 16 250  P   P
+PG15 -10992.096735  11171.561342  21435.054333   -138.497478 15 13  7 231  P   P
+PG16  26693.709232    625.561522  -1158.781152   -162.105370  8 12 15 267  P   P
+PG17 -15267.184185 -21651.335313  -3052.168958    184.225294 14 11 16 240  P   P
+PG18   6312.206849  15438.165707  21035.444847    129.679564 16  8 11 235  P   P
+PG19  13851.351876  -6444.898521  21732.250152   -126.227851 17 14 13 228  P   P
+PG20  13463.312072 -14354.244451 -17956.963848     48.830000 18 13 16 198  P   P
+PG21  -1414.292311  23008.740298  13031.800224   -134.577742 18 10 17 280  P   P
+PG22  17404.126825  11885.475330  16391.135803    150.809847 14  9 14 234  P   P
+PG23   6336.852590 -16162.887412 -20002.024936    316.125491 16 16 14 235  P   P
+PG24  15254.692849 -21357.085113   3004.259980    378.238944  9 11 10 314  P   P
+PG25  -3245.308720  15188.899019 -21557.254572     -1.001986 16 14 11 204  P   P
+PG26 -16649.803164  -3308.677097  19955.870966   -161.236503 10 17 13 339  P   P
+PG27 -16957.418642  16390.692181  12558.913350    251.578240 15 18 19 312  P   P
+PG28 -13825.834344 -13055.256853  19168.244071     28.838235 12 10 11 204  P   P
+PG29    964.063090  22084.387556 -14668.255227    196.785593 15 11 13 229  P   P
+PG30  24538.182441   4653.812341  -9488.911742    333.795578 10  8 13 320  P   P
+PG31  12711.975877   7403.453396 -21905.561504     60.999855 12 13 14 164  P   P
+PG32  21251.296040  -8204.850553 -13024.014374   -226.958326 16 15 17 302  P   P
+*  2011  4  2  4 30  0.00000000
+PG02 -16581.958946    485.529432 -20616.003098    328.408059 14 15 13 191  P   P
+PG03  20772.951952   5147.609222  15515.254146    696.447415 12 14 15 256  P   P
+PG04 -11266.442660 -12225.495171 -20857.147704     76.980141 14 18 15 263  P   P
+PG05 -26499.315114   1313.450472  -2152.037640   -138.325912 11 10 16 220  P   P
+PG06  20823.769055   9582.398195  13757.941127   -232.544023 11 14 15 307  P   P
+PG07   4241.853312 -24434.726795   9221.299866      7.078187 17  6 17 238  P   P
+PG08  -2798.929692 -19118.562916  17979.862760      7.638431 15  7  9 309  P   P
+PG09 -14597.617176  20302.542089   8387.841517     71.278391 15 12 12 350  P   P
+PG10 -19668.441575  -9535.262376 -15554.003922    -70.471610  9 11 13 329  P   P
+PG11  12650.069519 -20106.184826  11207.101324   -139.317716 15 14 14 227  P   P
+PG12 -19472.420400  11261.427970 -13956.198345    -14.819612 15 15 15 228  P   P
+PG13  -2223.718628 -22101.184391 -14665.470965    276.743324 17 13 15 240  P   P
+PG14  14995.626746  21978.563357  -1059.410931    141.354594 13 10 16 247  P   P
+PG15 -12431.125048   9168.953043  21612.935427   -138.494752 15 13  6 231  P   P
+PG16  26405.471918    826.746385  -4005.364166   -162.107851  8 12 15 266  P   P
+PG17 -15174.201417 -21947.944205   -217.326455    184.225466 14 10 16 241  P   P
+PG18   3944.124188  15602.373455  21459.777023    129.681371 17  7 10 235  P   P
+PG19  15054.580910  -4285.884221  21494.111088   -126.231303 16 14 13 229  P   P
+PG20  15416.541992 -14367.883006 -16277.586221     48.830100 18 13 16 195  P   P
+PG21  -2284.600509  24059.786428  10676.240165   -134.580107 17  9 17 280  P   P
+PG22  15469.804086  12174.941595  18042.326231    150.809139 14  9 13 231  P   P
+PG23   7713.850841 -14254.550668 -20976.569799    316.123225 16 16 13 238  P   P
+PG24  15277.517688 -20771.070413   5792.224078    378.242127 10 11  9 310  P   P
+PG25  -5669.140045  15342.448716 -20936.415464     -1.002313 17 14 12 203  P   P
+PG26 -17728.011649  -5347.013182  18615.073488   -161.245737 10 17 14 339  P   P
+PG27 -16520.115833  14970.472115  14855.146813    251.581086 15 19 18 308  P   P
+PG28 -11672.412431 -13199.485677  20470.088338     28.840384 13 10 11 204  P   P
+PG29   -140.300460  20647.222184 -16644.389421    196.788108 16 11 13 229  P   P
+PG30  23397.337907   5001.129736 -11973.019602    333.798323 10  9 13 320  P   P
+PG31  11561.716857   9660.136093 -21646.250272     61.004355 12 13 14 172  P   P
+PG32  22655.525999  -7923.613168 -10629.938301   -226.965088 16 15 17 300  P   P
+*  2011  4  2  4 45  0.00000000
+PG02 -15788.351537  -1795.979851 -21201.580598    328.410063 14 16 13 193  P   P
+PG03  21820.474518   6535.365559  13505.407677    696.451999 11 14 16 259  P   P
+PG04 -10291.682584 -14322.024475 -19968.521228     76.989469 14 18 16 261  P   P
+PG05 -26136.303581    998.462717  -4951.001005   -138.331146 11 10 15 218  P   P
+PG06  21567.808462  10817.044990  11502.384283   -232.649359 10 14 16 306  P   P
+PG07   4788.919078 -25186.160923   6519.774929      7.079061 17  7 17 240  P   P
+PG08  -1801.027079 -20808.763094  16083.546948      7.638698 16  6 10 307  P   P
+PG09 -14348.336134  19136.125728  10989.300687     71.280361 15 13 12 349  P   P
+PG10 -17860.813880  -9907.662607 -17384.851769    -70.472465 10 10 13 328  P   P
+PG11  12841.578270 -18584.131717  13380.454576   -139.320523 15 15 14 231  P   P
+PG12 -20955.072728  11254.164476 -11608.240174    -14.817045 15 15 16 226  P   P
+PG13  -1151.870191 -20688.416304 -16729.549633    276.741969 17 14 15 241  P   P
+PG14  14831.400175  22059.381823   1831.757582    141.356741 14 10 16 243  P   P
+PG15 -13967.774947   7243.487924  21419.150006   -138.492028 15 13  7 230  P   P
+PG16  25813.469908   1075.341200  -6784.230269   -162.110329  9 12 14 265  P   P
+PG17 -14910.816835 -21989.392117   2621.217780    184.225639 15  9 16 241  P   P
+PG18   1556.451127  15885.301136  21525.600798    129.683178 17  7 10 235  P   P
+PG19  16340.757702  -2235.305308  20887.346945   -126.234752 16 13 14 230  P   P
+PG20  17166.778411 -14441.078596 -14320.235205     48.830201 17 13 17 192  P   P
+PG21  -3000.570903  24897.425968   8134.074128   -134.582475 17  8 18 280  P   P
+PG22  13385.037469  12574.520044  19387.995210    150.808433 15  9 13 228  P   P
+PG23   9240.891895 -12351.379795 -21588.078861    316.120957 16 16 13 240  P   P
+PG24  15194.113319 -19907.067538   8478.995022    378.245317 11 11  9 306  P   P
+PG25  -7992.108606  15609.897779 -19955.644533     -1.002640 17 14 13 202  P   P
+PG26 -18820.169524  -7170.418853  16942.699427   -161.254958 11 17 15 339  P   P
+PG27 -16079.260606  13305.505540  16902.281563    251.583938 15 19 17 305  P   P
+PG28  -9405.516733 -13474.746687  21436.928196     28.842534 13 10 11 205  P   P
+PG29  -1439.011306  19099.505429 -18332.820735    196.790622 16 11 12 229  P   P
+PG30  22015.088959   5451.492760 -14255.537834    333.801054 11  9 13 319  P   P
+PG31  10555.278382  11930.136516 -21006.533364     61.008854 12 13 14 180  P   P
+PG32  23785.930138  -7701.618150  -8046.356895   -226.971861 15 15 17 299  P   P
+*  2011  4  2  5  0  0.00000000
+PG02 -15093.449475  -4151.915840 -21419.674603    328.412072 14 16 14 191  P   P
+PG03  22750.768151   7707.669240  11261.013657    696.456559 10 14 16 260  P   P
+PG04  -9456.902566 -16354.579422 -18739.434724     76.998809 14 18 16 258  P   P
+PG05 -25484.974437    604.014314  -7665.319820   -138.336383 11 11 15 216  P   P
+PG06  22187.443281  11825.723835   9052.606268   -232.754704 10 14 16 304  P   P
+PG07   5191.930476 -25669.110796   3704.678879      7.079938 17  9 18 242  P   P
+PG08   -990.922703 -22340.614275  13904.183250      7.638972 16  6 11 305  P   P
+PG09 -14079.166232  17679.231589  13396.411062     71.282338 15 14 10 349  P   P
+PG10 -15888.376005 -10405.352654 -18925.170054    -70.473307 10  9 12 326  P   P
+PG11  13074.033173 -16838.402853  15315.419530   -139.323333 14 15 14 234  P   P
+PG12 -22162.017043  11276.123636  -9058.399255    -14.814480 14 15 16 224  P   P
+PG13    127.662025 -19165.567330 -18508.029744    276.740612 17 14 14 241  P   P
+PG14  14472.176390  21892.966100   4691.711878    141.358885 14 10 16 239  P   P
+PG15 -15570.025924   5430.925975  20857.514539   -138.489306 15 13  9 230  P   P
+PG16  24933.347101   1407.090203  -9448.292738   -162.112804 10 11 14 264  P   P
+PG17 -14448.815458 -21799.971870   5415.345518    184.225810 15  8 16 241  P   P
+PG18   -805.919568  16282.285680  21230.774351    129.684983 17  7 11 236  P   P
+PG19  17677.518873   -328.431064  19923.331845   -126.238203 15 13 14 230  P   P
+PG20  18685.282724 -14543.920594 -12117.940701     48.830300 17 13 17 191  P   P
+PG21  -3582.620654  25488.803520   5448.816650   -134.584845 17  8 18 279  P   P
+PG22  11191.526923  13096.242197  20405.435653    150.807722 15  8 12 225  P   P
+PG23  10894.979966 -10496.963186 -21826.990456    316.118689 16 16 12 242  P   P
+PG24  15042.472573 -18765.502749  11017.842173    378.248493 11 11  9 302  P   P
+PG25 -10170.511660  15971.603069 -18631.726481     -1.002965 17 14 14 202  P   P
+PG26 -19884.102164  -8756.060148  14970.644285   -161.264170 12 17 16 338  P   P
+PG27 -15672.922231  11420.281093  18668.077999    251.586802 14 19 16 302  P   P
+PG28  -7070.366854 -13889.696825  22053.003394     28.844686 13 10 11 205  P   P
+PG29  -2926.731106  17486.284292 -19704.102426    196.793136 16 11 12 229  P   P
+PG30  20425.337325   6029.097211 -16298.936562    333.803770 11 10 12 319  P   P
+PG31   9704.278970  14163.368794 -19997.221706     61.013350 12 13 14 188  P   P
+PG32  24622.350862  -7504.777852  -5319.557894   -226.978649 14 15 17 297  P   P
+*  2011  4  2  5 15  0.00000000
+PG02 -14514.207143  -6537.724361 -21267.960167    328.414084 14 16 14 189  P   P
+PG03  23525.704448   8667.824535   8822.103343    696.461099 10 14 16 260  P   P
+PG04  -8760.788756 -18277.875620 -17189.684463     77.008162 14 17 17 255  P   P
+PG05 -24566.188832     98.632916 -10248.588103   -138.341625 11 12 15 214  P   P
+PG06  22645.221209  12614.358573   6449.841795   -232.860053 11 14 16 302  P   P
+PG07   5482.382782 -25860.165758    825.020336      7.080818 17 10 18 243  P   P
+PG08   -355.538647 -23668.584280  11479.315984      7.639250 16  7 12 302  P   P
+PG09 -13829.343460  15949.603337  15565.298395     71.284324 14 14  9 349  P   P
+PG10 -13792.659347 -11040.893185 -20148.879375    -70.474138 11  9 11 325  P   P
+PG11  13371.555283 -14899.414092  16977.367057   -139.326144 14 15 13 237  P   P
+PG12 -23075.922509  11289.561689  -6350.960095    -14.811918 14 15 16 222  P   P
+PG13   1609.899710 -17579.561943 -19971.003941    276.739254 17 15 14 240  P   P
+PG14  13892.448160  21509.394457   7471.829354    141.361026 15  9 16 235  P   P
+PG15 -17200.770134   3760.939261  19938.129497   -138.486586 14 12 10 229  P   P
+PG16  23788.752635   1854.088194 -11952.276262   -162.115276 11 10 14 263  P   P
+PG17 -13766.014329 -21410.115519   8117.812773    184.225981 15  7 16 241  P   P
+PG18  -3099.273842  16781.256330  20579.043040    129.686786 17  7 12 236  P   P
+PG19  19027.734345   1406.063638  18619.435536   -126.241653 15 13 15 230  P   P
+PG20  19950.339859 -14642.770627  -9708.016010     48.830398 17 13 17 190  P   P
+PG21  -4056.726650  25807.377490   2667.128889   -134.587218 17 10 18 279  P   P
+PG22   8933.382197  13744.896356  21077.410454    150.807012 15  8 12 223  P   P
+PG23  12646.178781  -8730.604844 -21690.225201    316.116420 16 16 12 244  P   P
+PG24  14860.916335 -17355.501141  13364.791940    378.251657 12 12  9 298  P   P
+PG25 -12165.512133  16401.271996 -16987.349774     -1.003289 17 14 14 203  P   P
+PG26 -20876.031315 -10090.425189  12735.752272   -161.273371 12 17 16 338  P   P
+PG27 -15334.799624   9346.164946  20125.255052    251.589689 14 20 15 301  P   P
+PG28  -4713.514508 -14445.085539  22307.997398     28.846838 14  9 11 205  P   P
+PG29  -4589.725700  15852.275836 -20734.259062    196.795647 16 11 11 229  P   P
+PG30  18666.995979   6751.783391 -18069.850237    333.806474 12 11 12 318  P   P
+PG31   9011.756144  16309.275372 -18635.795503     61.017848 12 13 15 194  P   P
+PG32  25153.556069  -7296.668575  -2498.277917   -226.985447 14 15 17 295  P   P
+*  2011  4  2  5 30  0.00000000
+PG02 -14060.022297  -8907.056695 -20750.510456    328.416099 15 17 15 186  P   P
+PG03  24110.283882   9426.900358   6231.628861    696.465615 11 13 17 258  P   P
+PG04  -8194.489446 -20048.414795 -15344.690210     77.017526 14 17 17 250  P   P
+PG05 -23408.022127   -544.516098 -12656.621622   -138.346871 11 12 15 212  P   P
+PG06  22906.864858  13196.272586   3737.952781   -232.965405 12 13 17 301  P   P
+PG07   5695.796515 -25744.253853  -2069.019504      7.081683 17 12 18 243  P   P
+PG08    126.110820 -24752.122974   8851.180863      7.639532 16  7 13 299  P   P
+PG09 -13635.094115  13974.090105  17456.021210     71.286322 14 15  5 349  P   P
+PG10 -11617.851853 -11819.385642 -21034.985923    -70.474959 11  8 11 323  P   P
+PG11  13753.156715 -12803.236679  18336.683750   -139.328956 14 16 12 240  P   P
+PG12 -23688.429246  11255.196379  -3533.005432    -14.809360 13 15 16 220  P   P
+PG13   3281.207895 -15976.780718 -21093.966582    276.737895 17 15 13 240  P   P
+PG14  13073.765125  20944.315581  10124.988274    141.363164 16  9 16 231  P   P
+PG15 -18819.146388   2256.159928  18677.176406   -138.483866 14 12 12 228  P   P
+PG16  22410.505866   2443.366669 -14253.457921   -162.117747 12 10 13 262  P   P
+PG17 -12847.255139 -20855.132108  10683.007111    184.226153 16  6 16 242  P   P
+PG18  -5282.526232  17363.122152  19580.061098    129.688587 17  7 13 236  P   P
+PG19  20350.888939   2946.967146  16998.673297   -126.245103 14 13 15 230  P   P
+PG20  20947.958316 -14701.669673  -7131.456078     48.830495 16 14 17 191  P   P
+PG21  -4453.230707  25834.077869   -162.006975   -134.589594 17 11 18 279  P   P
+PG22   6655.625125  14517.740910  21392.430337    150.806300 15  9 12 220  P   P
+PG23  14458.659587  -7085.971485 -21181.167661    316.114150 16 15 11 245  P   P
+PG24  14686.446991 -15694.653458  15479.403699    378.254804 12 13 10 293  P   P
+PG25 -13944.445521  16867.027827 -15050.723378     -1.003609 16 14 15 205  P   P
+PG26 -21752.345690 -11169.509452  10278.983442   -161.282561 13 17 17 338  P   P
+PG27 -15092.979005   7120.334300  21251.755237    251.592601 14 20 13 300  P   P
+PG28  -2381.331808 -15133.650189  22197.195222     28.848992 14  9 11 204  P   P
+PG29  -6406.197282  14240.200853 -21405.224288    196.798157 16 11 10 229  P   P
+PG30  16782.605312   7630.250011 -19539.532203    333.809165 12 11 12 317  P   P
+PG31   8472.164884  18318.680159 -16946.096992     61.022347 12 13 15 201  P   P
+PG32  25377.557948  -7040.204657    367.265757   -226.992251 13 14 17 293  P   P
+*  2011  4  2  5 45  0.00000000
+PG02 -13732.491334 -11213.373054 -19877.626627    328.418117 15 17 15 180  P   P
+PG03  24473.975324  10003.014723   3534.662830    696.470109 12 13 17 256  P   P
+PG04  -7742.053641 -21626.041621 -13235.145188     77.026899 14 17 17 245  P   P
+PG05 -22044.720445  -1346.402438 -14848.200037   -138.352120 11 13 15 210  P   P
+PG06  22942.644544  13591.517789    962.735595   -233.070759 13 13 17 299  P   P
+PG07   5870.118021 -25315.271647  -4926.995015      7.082547 17 13 18 244  P   P
+PG08    481.917420 -25557.269755   6065.945725      7.639815 16  8 13 296  P   P
+PG09 -13528.009223  11787.826123  19033.444125     71.288334 14 15  4 348  P   P
+PG10  -9409.307087 -12738.135311 -21567.936384    -70.475768 11  8 10 322  P   P
+PG11  14231.833746 -10590.312938  19369.353027   -139.331767 14 16 11 243  P   P
+PG12 -24000.361916  11133.916701   -653.571104    -14.806805 12 15 16 218  P   P
+PG13   5119.651157 -14401.358976 -21858.189435    276.736535 17 15 12 239  P   P
+PG14  12005.586724  20237.489997  12606.330249    141.365300 16  9 16 228  P   P
+PG15 -20382.023935    931.507836  17096.615743   -138.481149 14 12 12 226  P   P
+PG16  20835.501768   3195.665766 -16312.377241   -162.120216 12 10 13 261  P   P
+PG17 -11685.137589 -20173.780171  13067.673312    184.226325 16  6 16 242  P   P
+PG18  -7318.589076  18002.436044  18249.328348    129.690386 17  7 14 236  P   P
+PG19  21604.592873   4281.108014  15089.272904   -126.248553 13 13 16 229  P   P
+PG20  21672.286372 -14683.853160  -4432.264980     48.830592 16 14 17 194  P   P
+PG21  -4805.439286  25558.190997  -2988.202400   -134.591974 17 13 18 279  P   P
+PG22   4402.663745  15404.509183  21344.946024    150.805588 16  9 12 219  P   P
+PG23  16291.975802  -5589.978180 -20309.537919    316.111881 16 15 11 245  P   P
+PG24  14553.174596 -13808.457797  17325.468295    378.257930 12 14 10 288  P   P
+PG25 -15481.893670  17332.704271 -12855.098067     -1.003930 16 14 15 207  P   P
+PG26 -22471.333637 -11998.618907   7644.543810   -161.291741 14 17 17 337  P   P
+PG27 -14968.926212   4784.534046  22030.930123    251.595549 13 20 11 300  P   P
+PG28   -118.504656 -15940.298600  21721.583304     28.851145 14  9 11 203  P   P
+PG29  -8346.938666  12689.204440 -21705.174349    196.800666 16 10  9 229  P   P
+PG30  14816.843518   8667.540420 -20684.235536    333.811849 12 12 12 316  P   P
+PG31   8071.735763  20145.598458 -14957.892177     61.026847 12 12 15 206  P   P
+PG32  25301.559933  -6699.331029   3226.357403   -226.999064 12 14 17 291  P   P
+*  2011  4  2  6  0  0.00000000
+PG02 -13525.479493 -13411.536882 -18665.566697    328.420138 15 17 16 174  P   P
+PG03  24591.873980  10420.366408    777.595444    696.474581 13 13 17 252  P   P
+PG04  -7381.159281 -22975.401530 -10896.563151     77.036278 14 16 17 237  P   P
+PG05 -20515.434466  -2321.128978 -16785.761248   -138.357373 12 13 14 208  P   P
+PG06  22728.599624  13825.954413  -1828.808668   -233.176113 14 13 17 297  P   P
+PG07   6044.025453 -24576.370251  -7699.110081      7.083415 17 14 18 246  P   P
+PG08    745.378925 -26058.016136   3172.851369      7.640093 16  6 14 293  P   P
+PG09 -13533.601438   9433.053713  20268.029950     71.290361 14 15  8 348  P   P
+PG10  -7212.010122 -13786.606369 -21737.903445    -70.476571 12  7 10 321  P   P
+PG11  14813.924076  -8303.999550  20057.411420   -139.334576 14 16 10 245  P   P
+PG12 -24021.590304  10888.493709   2237.236543    -14.804254 11 15 16 216  P   P
+PG13   7095.665322 -12893.588848 -22251.003140    276.735173 17 15 12 238  P   P
+PG14  10685.839556  19431.196044  14873.978543    141.367432 17  9 15 225  P   P
+PG15 -21845.579204   -206.179370  15223.792341   -138.478432 13 12 13 225  P   P
+PG16  19105.394682   4124.439457 -18093.504913   -162.122684 13 11 12 260  P   P
+PG17 -10280.467722 -19406.727915  15231.598723    184.226496 16  7 16 242  P   P
+PG18  -9175.610899  18668.317407  16608.036638    129.692184 16  8 15 236  P   P
+PG19  22746.163736   5403.623641  12924.168277   -126.252002 12 13 16 228  P   P
+PG20  22125.726173 -14553.316370  -1656.721872     48.830687 15 14 17 199  P   P
+PG21  -5148.074084  24977.922930  -5760.646397   -134.594356 16 14 18 279  P   P
+PG22   2216.792924  16387.706548  20935.451878    150.804872 16  9 12 217  P   P
+PG23  18102.512804  -4261.950617 -19091.159952    316.109607 15 15 12 246  P   P
+PG24  14490.878727 -11729.461393  18871.617178    378.261030 12 14 11 284  P   P
+PG25 -16760.484416  17759.319450 -10438.199950     -1.004249 16 14 16 210  P   P
+PG26 -22994.809341 -12591.816428   4879.003565   -161.300909 15 17 18 336  P   P
+PG27 -14976.738106   2383.701951  22451.654405    251.598534 13 20 11 301  P   P
+PG28   2033.421032 -16842.575567  20887.888942     28.853299 14  9 11 202  P   P
+PG29 -10376.285702  11233.425864 -21628.750201    196.803173 16 10  9 228  P   P
+PG30  12814.983293   9858.814794 -21485.520739    333.814525 12 12 12 315  P   P
+PG31   7789.177886  21748.928072 -12706.310926     61.031346 12 12 15 211  P   P
+PG32  24941.540273  -6240.660538   6028.753512   -227.005880 11 14 17 288  P   P
+*  2011  4  2  6 15  0.00000000
+PG02 -13425.496067 -15459.340751 -17136.184176    328.422158 15 17 17 164  P   P
+PG03  24445.639383  10708.058722  -1992.656277    696.479031 14 14 17 246  P   P
+PG04  -7084.108175 -24067.240862  -8368.724761     77.045658 14 16 17 228  P   P
+PG05 -18862.777937  -3475.193998 -18436.037022   -138.362629 12 14 14 205  P   P
+PG06  22247.562157  13930.113846  -4589.232161   -233.281465 15 13 17 296  P   P
+PG07   6255.209790 -23539.885853 -10337.118706      7.084285 17 15 18 247  P   P
+PG08    954.054476 -26237.360894    223.271739      7.640371 15  7 14 289  P   P
+PG09 -13670.114564   6957.633278  21136.522645     71.292406 14 16 10 348  P   P
+PG10  -5069.053141 -14946.674294 -21540.996214    -70.477364 12  8 10 320  P   P
+PG11  15498.755926  -5989.001979  20389.269221   -139.337385 13 16  9 247  P   P
+PG12 -23770.542953  10485.222586   5089.142688    -14.801707 10 15 16 214  P   P
+PG13   9173.018689 -11488.482687 -22265.982379    276.733811 17 15 11 237  P   P
+PG14   9121.160279  18568.560215  16889.703334    141.369563 17  9 15 222  P   P
+PG15 -23166.905745  -1158.202473  13090.956041   -138.475718 13 12 13 224  P   P
+PG16  17265.106756   5235.133725 -19565.859473   -162.125150 13 11 12 259  P   P
+PG17  -8642.405533 -18594.957450  17138.250316    184.226668 16  7 15 243  P   P
+PG18 -10828.036430  19325.605835  14682.821267    129.693982 16  8 15 236  P   P
+PG19  23734.221163   6317.915342  10540.429542   -126.255451 11 13 16 227  P   P
+PG20  22318.738673 -14276.369513   1147.403619     48.830782 15 14 17 204  P   P
+PG21  -5515.639940  24100.606400  -8429.133933   -134.596743 16 14 18 279  P   P
+PG22    136.775385  17443.190312  20170.498767    150.804156 16  9 12 216  P   P
+PG23  19845.056083  -3113.090684 -17547.634994    316.107334 15 15 12 245  P   P
+PG24  14523.762199  -9496.139448  20091.832908    378.264102 12 15 12 279  P   P
+PG25 -17771.386503  18106.672192  -7841.585506     -1.004565 16 14 16 213  P   P
+PG26 -23289.573116 -12971.049801   2030.425032   -161.310071 16 17 18 336  P   P
+PG27 -15122.668786    -35.491034  22508.376229    251.601565 13 20 14 303  P   P
+PG28   4037.393170 -17811.402187  19708.555681     28.855452 14  9 12 200  P   P
+PG29 -12453.331807   9900.774414 -21177.163144    196.805678 16 10  9 228  P   P
+PG30  10821.347262  11191.412750 -21930.491174    333.817196 12 13 12 314  P   P
+PG31   7596.696419  23093.951035 -10231.178387     61.035846 12 12 16 216  P   P
+PG32  24321.496913  -5634.986801   8725.618248   -227.012700 11 14 16 285  P   P
+*  2011  4  2  6 30  0.00000000
+PG02 -13412.353702 -17318.909142 -15316.487776    328.424182 15 17 17 154  P   P
+PG03  24024.184998  10898.765627  -4729.414900    696.483463 15 14 17 239  P   P
+PG04  -6819.053112 -24879.494795  -5695.028360     77.055057 14 16 17 213  P   P
+PG05 -17131.264926  -4807.046683 -19770.619755   -138.367890 13 14 14 202  P   P
+PG06  21489.942885  13937.884990  -7271.416763   -233.386813 16 13 17 294  P   P
+PG07   6538.701482 -22226.917711 -12795.193576      7.085156 17 15 17 248  P   P
+PG08   1147.841015 -26088.008633  -2730.283672      7.640639 15  8 14 284  P   P
+PG09 -13947.645517   4413.301197  21622.495682     71.294467 14 16 12 348  P   P
+PG10  -3020.174431 -16193.171234 -20979.389639    -70.478149 12  9 11 319  P   P
+PG11  16278.602710  -3689.768120  20359.889438   -139.340193 13 16  9 249  P   P
+PG12 -23273.394245   9895.429113   7852.607030    -14.799163  8 15 16 213  P   P
+PG13  11310.026709 -10214.549411 -21903.033795    276.732450 17 15 11 235  P   P
+PG14   7326.816482  17691.873529  18619.526158    141.371690 17  9 14 221  P   P
+PG15 -24305.596858  -1933.743598  10734.706303   -138.473004 12 12 14 222  P   P
+PG16  15361.214485   6524.768316 -20703.561260   -162.127616 13 12 11 257  P   P
+PG17  -6788.306560 -17778.170963  18755.356037    184.226840 15  7 15 243  P   P
+PG18 -12257.445167  19936.208554  12505.413939    129.695776 16  8 15 236  P   P
+PG19  24530.236033   7035.295721   7978.639271   -126.258900 11 13 17 226  P   P
+PG20  22269.344309 -13823.121050   3931.673884     48.830878 14 14 17 208  P   P
+PG21  -5940.783375  22942.532665 -10945.109842   -134.599132 16 15 18 279  P   P
+PG22  -1803.445346  18541.012872  19062.614597    150.803436 16  9 13 215  P   P
+PG23  21474.417837  -2146.260211 -15705.928907    316.105059 14 14 12 245  P   P
+PG24  14669.443895  -7151.557774  20965.854579    378.267143 12 15 12 275  P   P
+PG25 -18514.480832  18334.998680  -5109.928839     -1.004882 15 14 16 216  P   P
+PG26 -23328.656988 -13165.009576   -852.481973   -161.319227 16 17 18 335  P   P
+PG27 -15404.938231  -2426.138736  22201.110377    251.604644 12 20 16 304  P   P
+PG28   5862.061893 -18812.068844  18201.650065     28.857606 14  9 12 198  P   P
+PG29 -14533.357819   8711.959778 -20358.181261    196.808181 15 10 10 227  P   P
+PG30   8877.813485  12645.201864 -22011.957156    333.819864 12 13 12 313  P   P
+PG31   7461.280578  24153.583795  -7576.253817     61.040347 12 11 16 220  P   P
+PG32  23472.392653  -4858.611057  11270.402901   -227.019518 11 13 16 283  P   P
+*  2011  4  2  6 45  0.00000000
+PG02 -13460.081203 -18957.929781 -13238.133521    328.426208 15 16 17 149  P   P
+PG03  23324.101055  11027.293650  -7386.974937    696.487875 16 14 17 231  P   P
+PG04  -6551.411770 -25398.115251  -2921.753260     77.064453 14 15 17 196  P   P
+PG05 -15365.684467  -6306.954183 -20766.451105   -138.373154 13 14 14 199  P   P
+PG06  20454.247353  13885.071619  -9829.358408   -233.492156 16 13 16 293  P   P
+PG07   6925.311162 -20666.571605 -15030.744805      7.086028 17 16 17 249  P   P
+PG08   1367.146051 -25612.678365  -5635.199411      7.640886 15  8 15 281  P   P
+PG09 -14367.624405   1853.751117  21716.744567     71.296549 13 16 13 348  P   P
+PG10  -1100.413574 -17494.709917 -20061.366963    -70.478928 12  9 11 318  P   P
+PG11  17138.942594  -1448.910043  19970.823925   -139.342996 13 16  9 251  P   P
+PG12 -22562.958799   9096.779408  10479.709407    -14.796622  6 16 16 213  P   P
+PG13  13460.975362  -9092.827432 -21168.386642    276.731090 17 15 12 233  P   P
+PG14   5326.309258  16840.955504  20034.256618    141.373815 17  9 14 221  P   P
+PG15 -25225.241871  -2549.307820   8195.370199   -138.470292 11 12 14 221  P   P
+PG16  13440.272164   7981.842071 -21486.312965   -162.130081 13 12 11 256  P   P
+PG17  -4743.262690 -16993.256448  20055.423609    184.227012 15  8 15 243  P   P
+PG18 -13453.131744  20460.595482  10112.195376    129.697572 15  8 16 236  P   P
+PG19  25099.978524   7574.344849   5282.224464   -126.262349 11 14 17 224  P   P
+PG20  22002.336357 -13168.829636   6647.829569     48.830974 14 14 16 213  P   P
+PG21  -6452.718150  21528.407951 -13262.696644   -134.601523 16 16 17 279  P   P
+PG22  -3575.852871  19646.499133  17630.131671    150.802715 15  9 13 215  P   P
+PG23  22947.061395  -1356.085797 -13597.883065    316.102783 14 14 12 244  P   P
+PG24  14938.227422  -4741.873504  21479.474422    378.270151 12 16 13 272  P   P
+PG25 -18998.201608  18406.624823  -2290.253300     -1.005195 15 14 16 220  P   P
+PG26 -23092.318247 -13207.771664  -3721.163854   -161.328376 17 16 18 334  P   P
+PG27 -15813.823418  -4742.590108  21535.379590    251.607776 12 21 17 305  P   P
+PG28   7482.799742 -19805.454463  16390.694487     28.859758 14  9 13 194  P   P
+PG29 -16569.421489   7679.815316 -19185.996391    196.810682 15 11 10 226  P   P
+PG30   7022.420160  14193.198994 -21728.529351    333.822532 12 13 13 312  P   P
+PG31   7346.206191  24909.325039  -4788.395424     61.044850 12 11 16 224  P   P
+PG32  22430.851214  -3894.431712  13619.652031   -227.026333 11 13 15 280  P   P
+*  2011  4  2  7  0  0.00000000
+PG02 -13538.051316 -20350.672695 -10936.860326    328.428231 16 16 18 153  P   P
+PG03  22349.802267  11129.094075  -9921.293795    696.492271 16 14 17 224  P   P
+PG04  -6245.412678 -25617.600178    -97.247086     77.073851 15 14 17 181  P   P
+PG05 -13609.473750  -7957.186893 -21406.224222   -138.378421 14 15 14 194  P   P
+PG06  19147.299121  13807.873893 -12218.947585   -233.597492 17 14 16 291  P   P
+PG07   7440.247660 -18894.900196 -17005.172684      7.086895 17 16 17 250  P   P
+PG08   1651.037581 -24824.007244  -8439.788424      7.641123 15  8 15 278  P   P
+PG09 -14922.680848   -667.375332  21417.507883     71.298648 13 16 14 348  P   P
+PG10    661.066874 -18814.761527 -18801.269544    -70.479702 12  9 11 317  P   P
+PG11  18059.008254    694.279890  19230.110205   -139.345796 12 16 10 252  P   P
+PG12 -21677.338877   8074.340250  12925.000383    -14.794085  5 16 16 213  P   P
+PG13  15577.701350  -8136.208395 -20074.487042    276.729731 17 15 12 230  P   P
+PG14   3150.672287  16051.625079  21109.955382    141.375939 17  8 13 222  P   P
+PG15 -25894.780558  -3027.886417   5516.323870   -138.467580 11 13 14 219  P   P
+PG16  11547.134477   9586.570322 -21899.796443   -162.132546 13 12 11 255  P   P
+PG17  -2539.357635 -16272.868554  21016.190298    184.227185 15  8 14 243  P   P
+PG18 -14412.399615  20859.387811   7543.648132    129.699365 15  9 16 235  P   P
+PG19  25414.813646   7960.001436   2496.753664   -126.265798 12 14 17 222  P   P
+PG20  21548.235639 -12295.069185   9248.644108     48.831070 13 14 16 217  P   P
+PG21  -7075.792878  19890.453576 -15339.673496   -134.603918 15 16 17 279  P   P
+PG22  -5159.245191  20721.520409  15896.921048    150.801991 15  9 14 214  P   P
+PG23  24222.664103   -729.376053 -11259.658518    316.100506 13 14 13 243  P   P
+PG24  15332.670596  -2314.733254  21624.724270    378.273121 12 16 14 270  P   P
+PG25 -19239.053710  18287.549768    568.879365     -1.005506 14 15 16 223  P   P
+PG26 -22568.755300 -13137.283409  -6527.976490   -161.337521 18 16 18 333  P   P
+PG27 -16332.024996  -6941.887732  20522.107740    251.610963 11 21 18 305  P   P
+PG28   8882.494897 -20749.436671  14304.420470     28.861911 13  9 13 190  P   P
+PG29 -18514.044341   6808.940815 -17680.973796    196.813182 14 11 11 224  P   P
+PG30   5288.115229  15802.443346 -21084.641707    333.825204 12 13 13 311  P   P
+PG31   7212.687981  25351.864043  -1916.671559     61.049355 12 10 16 228  P   P
+PG32  21237.663359  -2732.757361  15733.722838   -227.033144 12 13 15 277  P   P
+*  2011  4  2  7 15  0.00000000
+PG02 -13612.278599 -21478.764756  -8451.879531    328.430248 16 16 18 163  P   P
+PG03  21113.401464  11238.779152 -12290.635973    696.496652 17 15 16 224  P   P
+PG04  -5865.710988 -25541.196893   2728.948114     77.083249 15 14 17 186  P   P
+PG05 -11903.151282  -9732.516743 -21678.692407   -138.383692 14 15 14 190  P   P
+PG06  17584.157370  13741.351042 -14398.733454   -233.702819 17 14 16 291  P   P
+PG07   8101.968760 -16953.584122 -18684.540101      7.087761 17 17 16 251  P   P
+PG08   2035.453273 -23744.053591 -11094.303431      7.641348 15  9 15 275  P   P
+PG09 -15596.905235  -3098.496484  20730.507933     71.300770 12 17 15 348  P   P
+PG10   2241.947217 -20112.953173 -17219.348929    -70.480473 12 10 12 317  P   P
+PG11  19012.599310   2705.158165  18152.036768   -139.348592 12 15 11 253  P   P
+PG12 -20658.380363   6821.347879  15146.300276    -14.791549  5 16 15 214  P   P
+PG13  17611.271790  -7349.075729 -18639.797524    276.728373 16 14 13 227  P   P
+PG14    837.492627  15354.333831  21828.318126    141.378059 17  8 12 224  P   P
+PG15 -26289.665634  -3397.874749   2743.268050   -138.464868 11 13 15 217  P   P
+PG16   9723.341808  11311.450391 -21935.975968   -162.135014 13 13 11 254  P   P
+PG17   -214.662416 -15644.176252  21620.997581    184.227359 14  8 14 244  P   P
+PG18 -15140.549556  21094.979771   4843.712926    129.701161 14  9 16 235  P   P
+PG19  25452.798576   8222.424000   -330.791653   -126.269247 13 14 17 220  P   P
+PG20  20942.026119 -11190.658275  11688.770151     48.831164 13 14 16 221  P   P
+PG21  -7828.269792  18067.187733 -17138.374458   -134.606316 15 16 16 279  P   P
+PG22  -6539.867264  21725.919382  13892.035065    150.801266 15  9 14 214  P   P
+PG23  25265.562620   -245.831765  -8731.123243    316.098229 13 13 13 241  P   P
+PG24  15847.468586     82.369300  21399.952807    378.276055 12 17 15 269  P   P
+PG25 -19260.825232  17948.898338   3418.208140     -1.005817 14 15 16 226  P   P
+PG26 -21754.531356 -12993.753064  -9226.882054   -161.346663 18 16 18 333  P   P
+PG27 -16935.296059  -8985.112266  19177.466934    251.614206 12 20 19 305  P   P
+PG28  10052.084118 -21600.449578  11976.436886     28.864064 13  9 13 186  P   P
+PG29 -20320.929511   6095.678383 -15869.289181    196.815679 14 12 11 223  P   P
+PG30   3701.692197  17435.092686 -20090.503596    333.827877 12 13 14 310  P   P
+PG31   7021.610925  25481.327614    988.560432     61.053861 12 10 16 231  P   P
+PG32  19936.167630  -1371.817081  17577.408188   -227.039950 12 12 14 274  P   P
+*  2011  4  2  7 30  0.00000000
+PG02 -13646.838006 -22331.696553  -5825.228167    328.432281 16 15 18 183  P   P
+PG03  19634.319058  11388.693770 -14456.166889    696.501021 17 15 16 233  P   P
+PG04  -5379.006928 -25180.765707   5507.013221     77.092635 15 13 17 198  P   P
+PG05 -10282.869476 -11601.011462 -21578.878290   -138.388966 14 15 14 185  P   P
+PG06  15787.727309  13717.924206 -16330.658250   -233.808138 17 14 15 290  P   P
+PG07   8921.309995 -14888.407806 -20040.152648      7.088628 17 17 15 251  P   P
+PG08   2551.547959 -22403.422395 -13551.898707      7.641558 14  9 15 272  P   P
+PG09 -16366.493227  -5392.005012  19668.809455     71.302910 12 17 16 348  P   P
+PG10   3627.464184 -21346.541290 -15341.517137    -70.481242 12 10 12 316  P   P
+PG11  19969.118934   4554.852724  16756.788160   -139.351387 12 15 12 253  P   P
+PG12 -19550.000103   5339.655372  17105.431724    -14.789017  7 16 15 216  P   P
+PG13  19513.702602  -6727.270773 -16888.504302    276.727017 16 14 14 223  P   P
+PG14  -1570.312025  14773.011019  22176.975762    141.380179 17  8 12 226  P   P
+PG15 -26392.790454  -3691.786563    -76.531366   -138.462155 12 13 15 216  P   P
+PG16   8005.630791  13122.138698 -21593.299053   -162.137479 13 13 12 252  P   P
+PG17   2187.994740 -15127.823539  21859.085005    184.227532 13  9 14 244  P   P
+PG18 -15650.556085  21133.129016   2059.055133    129.702954 13 10 16 234  P   P
+PG19  25199.543272   8395.664448  -3152.762440   -126.272697 14 15 17 218  P   P
+PG20  20221.720375  -9852.313858  13925.560963     48.831262 13 14 15 224  P   P
+PG21  -8721.373610  16101.943929 -18626.477011   -134.608715 14 17 16 279  P   P
+PG22  -7711.763441  22619.034363  11649.260563    150.800537 14 10 14 214  P   P
+PG23  26046.029583    120.980405  -6055.192143    316.095950 12 13 13 239  P   P
+PG24  16469.651271   2403.714338  20809.796410    378.278951 12 17 16 269  P   P
+PG25 -19093.526079  17368.185226   6208.625380     -1.006124 13 15 16 229  P   P
+PG26 -20654.701936 -12818.001699 -11774.086459   -161.355805 19 16 18 332  P   P
+PG27 -17593.313471 -10838.593336  17522.678966    251.617506 13 20 20 304  P   P
+PG28  10990.798945 -22315.138631   9444.808331     28.866215 12  9 14 180  P   P
+PG29 -21946.642875   5528.421624 -13782.460052    196.818176 13 12 11 221  P   P
+PG30   2282.948061  19049.707327 -18761.980336    333.830559 11 13 14 309  P   P
+PG31   6735.267704  25307.159625   3876.586308     61.058369 12  9 16 234  P   P
+PG32  18570.572393    182.044833  19120.457502   -227.046746 12 12 14 271  P   P
+*  2011  4  2  7 45  0.00000000
+PG02 -13605.351964 -22907.047941  -3101.094960    328.434312 16 15 18 194  P   P
+PG03  17938.646062  11607.590423 -16382.494005    696.505381 17 15 15 245  P   P
+PG04  -4755.597923 -24556.304565   8187.792548     77.102025 15 14 16 215  P   P
+PG05  -8779.141928 -13525.096460 -21108.178929   -138.394241 15 15 15 184  P   P
+PG06  13788.073467  13765.978234 -17980.748114   -233.913445 17 14 14 289  P   P
+PG07   9900.924923 -12747.591636 -21049.036893      7.089494 17 17 15 252  P   P
+PG08   3224.251299 -20840.053973 -15769.517818      7.641749 14 10 15 270  P   P
+PG09 -17200.742237  -7506.001504  18252.502358     71.305071 12 17 17 348  P   P
+PG10   4810.840395 -22472.009066 -13198.992628    -70.482008 12 10 12 316  P   P
+PG11  20894.787480   6221.137929  15069.983962   -139.354176 11 15 13 254  P   P
+PG12 -18396.452004   3639.842050  18768.872780    -14.786486  8 16 14 218  P   P
+PG13  21239.653242  -6258.387767 -14850.135619    276.725662 16 14 14 219  P   P
+PG14  -4025.916402  14324.162671  22149.706907    141.382298 17  8 12 229  P   P
+PG15 -26195.147714  -3944.813777  -2895.026377   -138.459442 13 14 15 214  P   P
+PG16   6424.629115  14978.610402 -20876.787183   -162.139947 13 13 12 251  P   P
+PG17   4622.441586 -14737.142354  21725.797891    184.227707 13  9 14 245  P   P
+PG18 -15962.437676  20944.449428   -761.748307    129.704749 13 11 16 234  P   P
+PG19  24648.804023   8516.202637  -5921.595400   -126.276148 15 15 17 216  P   P
+PG20  19426.811569  -8285.000063  15919.849791     48.831356 13 14 14 227  P   P
+PG21  -9758.655554  14041.194980 -19777.656303   -134.611114 14 17 16 279  P   P
+PG22  -8676.834293  23361.266460   9206.586817    150.799808 14 10 14 214  P   P
+PG23  26541.337141    402.428739  -3277.129285    316.093670 11 12 13 237  P   P
+PG24  17179.083525   4606.895367  19865.047930    378.281807 12 17 16 270  P   P
+PG25 -18772.094239  16530.340936   8892.027849     -1.006431 13 15 16 231  P   P
+PG26 -19282.651576 -12649.834014 -14128.616946   -161.364946 19 16 18 331  P   P
+PG27 -18270.766420 -12474.950525  15583.770061    251.620865 14 20 21 302  P   P
+PG28  11706.107208 -22852.055616   6751.540305     28.868366 12  9 14 173  P   P
+PG29 -23352.191255   5088.244721 -11456.780636    196.820670 12 13 11 219  P   P
+PG30   1044.092865  20602.680476 -17120.400780    333.833250 11 13 14 309  P   P
+PG31   6319.030328  24847.642929   6697.257265     61.062879 12  9 15 236  P   P
+PG32  17184.285150   1914.489674  20337.993085   -227.053532 13 11 13 269  P   P
+*  2011  4  2  8  0  0.00000000
+PG02 -13452.492635 -23210.428111   -325.127330    328.436342 16 14 18 200  P   P
+PG03  16058.285474  11919.450654 -18038.153818    696.509734 18 16 14 255  P   P
+PG04  -3970.796731 -23695.150590  10723.735271     77.111405 15 14 16 226  P   P
+PG05  -7415.794385 -15462.845593 -20274.363750   -138.399520 15 15 15 185  P   P
+PG06  11621.457620  13908.618721 -19319.746230   -234.018739 18 15 13 289  P   P
+PG07  11035.057276 -10580.047149 -21694.309889      7.090361 16 17 14 252  P   P
+PG08   4071.096744 -19097.731482 -17708.686175      7.641919 14 10 14 269  P   P
+PG09 -18063.350958  -9405.770186  16508.221457     71.307251 12 17 18 349  P   P
+PG10   5793.407579 -23446.729145 -10827.841469    -70.482778 12 10 12 317  P   P
+PG11  21753.979927   7689.032742  13122.127643   -139.356959 11 15 13 254  P   P
+PG12 -17240.600866   1740.982093  20108.319710    -14.783956  8 16 13 221  P   P
+PG13  22748.035930  -5922.387302 -12559.095331    276.724309 15 13 15 213  P   P
+PG14  -6480.160782  14016.258194  21746.559070    141.384415 17  9 13 231  P   P
+PG15 -25696.194716  -4193.286343  -5664.182034   -138.456728 13 14 15 213  P   P
+PG16   5003.787719  16836.560694 -19798.010484   -162.142415 12 13 13 251  P   P
+PG17   7040.708674 -14477.648486  21222.704023    184.227883 12 10 15 245  P   P
+PG18 -16102.339967  20505.741436  -3569.087560    129.706547 12 12 16 234  P   P
+PG19  23802.788676   8621.395007  -8590.565488   -126.279598 16 16 17 214  P   P
+PG20  18596.673822  -6501.955069  17636.670566     48.831454 13 13 14 229  P   P
+PG21 -10935.701068  11932.761145 -20572.086543   -134.613518 13 17 15 280  P   P
+PG22  -9444.593114  23915.630468   6605.593866    150.799077 13 10 15 213  P   P
+PG23  26736.570674    633.437078   -443.821676    316.091389 11 12 13 234  P   P
+PG24  17949.246173   6654.221547  18582.428991    378.284626 12 17 17 273  P   P
+PG25 -18334.920468  15428.458720  11422.150951     -1.006736 12 15 15 234  P   P
+PG26 -17659.653451 -12526.480650 -16252.841026   -161.374093 20 16 17 330  P   P
+PG27 -18928.631296 -13873.931845  13391.276500    251.624278 15 20 21 300  P   P
+PG28  12213.341865 -23173.331757   3941.969994     28.870516 11  9 14 163  P   P
+PG29 -24504.435687   4749.825151  -8932.671557    196.823163 11 13 12 218  P   P
+PG30    -10.566751  22049.768309 -15192.290456    333.835951 10 13 15 308  P   P
+PG31   5742.888272  24129.088257   9401.883195     61.067393 12  9 15 239  P   P
+PG32  15818.311763   3803.608558  21210.822307   -227.060306 13 10 12 267  P   P
+*  2011  4  2  8 15  0.00000000
+PG02 -13155.446433 -23255.135156   2456.273081    328.438372 17 14 18 206  P   P
+PG03  14029.902768  12342.490672 -19396.043777    696.514085 18 16 13 264  P   P
+PG04  -3006.152812 -22630.889443  13069.814578     77.120779 14 14 15 233  P   P
+PG05  -6209.180176 -17369.452982 -19091.463861   -138.404800 15 15 15 191  P   P
+PG06   9329.134401  14162.635768 -20323.674275   -234.124020 18 15 12 289  P   P
+PG07  12309.651800  -8433.623900 -21965.435577      7.091227 16 17 13 252  P   P
+PG08   5101.369204 -17224.374862 -19336.191391      7.642071 14 11 14 269  P   P
+PG09 -18913.958623 -11064.934112  14468.522282     71.309452 12 17 18 349  P   P
+PG10   6584.412661 -24230.627949  -8268.415747    -70.483549 11 11 12 317  P   P
+PG11  22510.630675   8951.105666  10947.982316   -139.359738 11 14 13 254  P   P
+PG12 -16122.271750   -329.916824  21101.150953    -14.781427  9 16 12 224  P   P
+PG13  24003.480089  -5692.506412 -10054.116909    276.722960 14 13 15 207  P   P
+PG14  -8883.218323  13849.428148  20973.875670    141.386531 17  9 14 234  P   P
+PG15 -24903.911476  -4473.090391  -8336.772004   -138.454011 14 14 15 212  P   P
+PG16   3758.595142  18648.996185 -18374.942421   -162.144885 12 13 13 250  P   P
+PG17   9394.654984 -14346.841592  20357.615075    184.228059 11 10 15 245  P   P
+PG18 -16101.364621  19801.099488  -6313.246541    129.708344 12 13 16 233  P   P
+PG19  22672.162003   8747.893356 -11114.528809   -126.283048 16 16 17 212  P   P
+PG20  17768.975637  -4524.392217  19045.904310     48.831551 13 12 13 231  P   P
+PG21 -12240.191813   9823.985806 -20996.777805   -134.615923 12 17 15 280  P   P
+PG22 -10031.628646  24249.229687   3890.768777    150.798344 13 11 15 213  P   P
+PG23  26625.164793    850.976230   2396.966381    316.089108 10 12 13 231  P   P
+PG24  18748.265496   8513.933237  16984.272348    378.287406 12 17 17 277  P   P
+PG25 -17822.249292  14064.232639  13755.371293     -1.007040 12 15 15 236  P   P
+PG26 -15814.172745 -12481.159864 -18112.929128   -161.383244 20 16 17 330  P   P
+PG27 -19525.596737 -15023.021404  10979.897697    251.627748 16 20 22 297  P   P
+PG28  12535.020612 -23246.263689   1064.064378     28.872665 10 10 14 150  P   P
+PG29 -25377.284561   4482.621955  -6253.957171    196.825654 10 13 12 216  P   P
+PG30   -884.655842  23347.668948 -13009.028696    333.838665 10 12 15 308  P   P
+PG31   4982.792645  23184.727922  11944.079515     61.071910 12  9 15 240  P   P
+PG32  14509.782803   5820.627444  21725.648358   -227.067068 13  9 11 265  P   P
+*  2011  4  2  8 30  0.00000000
+PG02 -12685.289818 -23061.549168   5196.659296    328.440386 17 12 18 209  P   P
+PG03  11893.721314  12888.382700 -20433.798336    696.518435 18 16 12 271  P   P
+PG04  -1850.422125 -21402.016946  15184.401168     77.130144 14 14 15 239  P   P
+PG05  -5167.691044 -19198.830673 -17579.553016   -138.410080 15 15 16 199  P   P
+PG06   6955.948020  14537.718856 -20974.308702   -234.229289 18 15 10 290  P   P
+PG07  13702.797061  -6353.415952 -21858.366227      7.092096 16 17 13 252  P   P
+PG08   6315.603352 -15270.196737 -20624.639023      7.642202 14 11 14 269  P   P
+PG09 -19709.850334 -12466.244750  12171.136805     71.311670 13 17 19 350  P   P
+PG10   7200.508165 -24787.785328  -5564.694250    -70.484323 11 11 12 318  P   P
+PG11  23129.648512  10007.482551   8585.890679   -139.362514 11 14 14 253  P   P
+PG12 -15076.738695  -2538.781230  21730.786036    -14.778898  9 16 11 227  P   P
+PG13  24977.597320  -5536.432590  -7377.644129    276.721613 14 13 15 200  P   P
+PG14 -11186.296988  13815.486027  19844.226690    141.388648 17 10 15 237  P   P
+PG15 -23834.549059  -4818.104425 -10867.162844   -138.451294 15 15 15 210  P   P
+PG16   2696.108340  20367.955922 -16631.693055   -162.147358 12 13 14 250  P   P
+PG17  11637.613737 -14334.319876  19144.509258    184.228238 11 11 15 246  P   P
+PG18 -15994.189019  18822.744112  -8945.356690    129.710144 11 13 16 232  P   P
+PG19  21275.749773   8930.091005 -13450.647028   -126.286501 17 16 16 211  P   P
+PG20  16978.170951  -2380.885063  20122.837013     48.831650 14 12 13 232  P   P
+PG21 -13652.314402   7759.961947 -21045.743714   -134.618327 12 17 14 281  P   P
+PG22 -10460.792095  24334.596466   1108.759315    150.797611 12 12 15 214  P   P
+PG23  26209.143321   1092.481218   5197.349414    316.086827 10 11 13 228  P   P
+PG24  19540.150735  10161.188680  15098.121503    378.290151 12 17 18 282  P   P
+PG25 -17274.519041  12448.068860  15851.463263     -1.007342 11 16 15 238  P   P
+PG26 -13780.940722 -12541.801066 -19679.263838   -161.392401 20 16 16 329  P   P
+PG27 -20019.597594 -15917.793120   8388.092606    251.631268 17 19 22 292  P   P
+PG28  12699.872166 -23044.746169  -1832.369019     28.874814  8 10 14 130  P   P
+PG29 -25952.620443   4252.261339  -3467.084846    196.828144  9 13 12 215  P   P
+PG30  -1589.465911  24455.596533 -10606.428532    333.841394  9 12 15 307  P   P
+PG31   4021.755331  22053.363199  14280.552628     61.076430 12 10 14 242  P   P
+PG32  13290.657145   7930.861052  21875.183945   -227.073814 13  8 10 264  P   P
+*  2011  4  2  8 45  0.00000000
+PG02 -12018.228657 -22656.281167   7850.245734    328.442409 17 12 18 216  P   P
+PG03   9692.202582  13561.716900 -21134.108149    696.522787 18 16  9 277  P   P
+PG04   -500.241569 -20050.409256  17030.068791     77.139499 14 14 14 243  P   P
+PG05  -4291.583146 -20905.271538 -15764.422346   -138.415361 15 15 16 207  P   P
+PG06   4548.782507  15035.957979 -21259.559396   -234.334545 18 15  7 291  P   P
+PG07  15185.480524  -4380.192542 -21375.569335      7.092965 16 17 13 252  P   P
+PG08   7705.447890 -13285.799775 -21552.876015      7.642314 13 11 14 271  P   P
+PG09 -20407.749006 -13601.980099   9658.136061     71.313904 14 17 19 351  P   P
+PG10   7664.941515 -25087.903352  -2763.533701    -70.485104 11 11 12 318  P   P
+PG11  23578.286433  10865.565366   6077.055932   -139.365286 11 14 14 253  P   P
+PG12 -14133.410209  -4845.610539  21986.935536    -14.776370  9 16 11 231  P   P
+PG13  25649.998802  -5417.699127  -4575.145897    276.720269 13 13 15 193  P   P
+PG14 -13343.314465  13898.275601  18376.241549    141.390763 16 11 15 240  P   P
+PG15 -22512.076820  -5258.712821 -13212.075265   -138.448575 16 15 15 208  P   P
+PG16   1814.821996  21946.294826 -14598.122205   -162.149834 12 12 14 250  P   P
+PG17  13725.997938 -14422.208643  17603.352802    184.228418 11 12 16 247  P   P
+PG18 -15817.532995  17571.536883 -11418.354521    129.711946 12 14 16 231  P   P
+PG19  19639.950354   9198.653079 -15559.084213   -126.289952 17 16 16 209  P   P
+PG20  16254.129501   -106.459335  20848.616650     48.831749 14 11 12 234  P   P
+PG21 -15145.491285   5781.887656 -20720.002539   -134.620732 11 18 14 282  P   P
+PG22 -10760.137592  24150.844282  -1692.423581    150.796875 11 12 15 214  P   P
+PG23  25499.054976   1394.251720   7910.078530    316.084544 10 11 12 224  P   P
+PG24  20286.192258  11578.788565  12956.255290    378.292862 12 17 18 286  P   P
+PG25 -16730.705987  10598.865179  17674.296183     -1.007643 10 16 14 239  P   P
+PG26 -11599.831529 -12729.966975 -20926.798545   -161.401565 21 16 15 329  P   P
+PG27 -20369.411869 -16561.993142   5657.615218    251.634834 18 19 22 286  P   P
+PG28  12741.598289 -22550.487369  -4696.549173     28.876960  6 10 14  91  P   P
+PG29 -26220.925283   4022.073331   -620.301473    196.830632  8 13 12 213  P   P
+PG30  -2143.400276  25336.794840  -8024.238944    333.844138  9 11 15 307  P   P
+PG31   2850.663272  20777.822725  16371.811649     61.080952 12 11 14 243  P   P
+PG32  12186.644712  10094.876576  21658.173389   -227.080546 13  8  9 264  P   P
+*  2011  4  2  9  0  0.00000000
+PG02 -11136.657970 -22071.107816  10372.606298    328.444428 17 11 17 221  P   P
+PG03   7468.654108  14359.721668 -21484.980982    696.527146 18 17  6 282  P   P
+PG04   1039.522479 -18619.666910  18574.311309     77.148841 14 15 14 246  P   P
+PG05  -3573.125879 -22445.113643 -13677.152978   -138.420641 15 15 16 215  P   P
+PG06   2154.924963  15651.655213 -21173.739705   -234.439786 18 15  6 292  P   P
+PG07  16722.624381  -2549.011530 -20525.942519      7.093834 16 17 14 252  P   P
+PG08   9253.894732 -11320.294821 -22106.278813      7.642403 13 11 14 273  P   P
+PG09 -20965.613325 -14473.945293   6975.028145     71.316153 15 17 19 352  P   P
+PG10   8006.471059 -25107.581126     86.157634    -70.485891 11 12 12 319  P   P
+PG11  23827.414891  11539.480833   3464.799501   -139.368054 12 13 14 252  P   P
+PG12 -13314.760478  -7205.841416  21865.740329    -14.773840  9 16 11 234  P   P
+PG13  26009.025398  -5297.250470  -1694.373932    276.718927 12 13 15 187  P   P
+PG14 -15312.484575  14074.333569  16594.343824    141.392878 16 12 16 242  P   P
+PG15 -20967.348230  -5820.453246 -15331.310853   -138.445855 16 15 14 206  P   P
+PG16   1104.884648  23339.458376 -12309.336886   -162.152312 12 12 14 250  P   P
+PG17  15620.805366 -14585.890328  15759.819086    184.228600 11 12 16 247  P   P
+PG18 -15608.537466  16057.150177 -13687.917891    129.713753 12 15 15 231  P   P
+PG19  17797.872763   9579.185319 -17403.666804   -126.293406 18 17 15 209  P   P
+PG20  15620.962528   2258.572871  21210.599327     48.831848 14  9 11 235  P   P
+PG21 -16687.394384   3925.619752 -20027.420470   -134.623137 10 18 14 282  P   P
+PG22 -10961.655635  23684.583471  -4464.241221    150.796140 11 13 14 214  P   P
+PG23  24513.606787   1789.893645  10489.291952    316.082260 11 11 12 219  P   P
+PG24  20946.467967  12757.614811  10595.145502    378.295540 13 17 19 292  P   P
+PG25 -16226.737461   8543.466572  19192.459738     -1.007943 10 16 13 241  P   P
+PG26  -9314.577975 -13060.005053 -21835.367872   -161.410742 21 17 13 329  P   P
+PG27 -20536.270487 -16967.340600   2832.985192    251.638446 19 18 22 277  P   P
+PG28  12697.413750 -21753.947799  -7477.652374     28.879106  4 11 14  79  P   P
+PG29 -26181.580966   3754.717499   2237.196900    196.833121  8 13 12 212  P   P
+PG30  -2571.144257  25959.934915  -5305.570178    333.846899  9 11 15 307  P   P
+PG31   1468.780426  19403.295009  18182.796817     61.085478 12 11 14 244  P   P
+PG32  11216.381193  12269.822334  21079.329129   -227.087261 14  8  9 264  P   P
+*  2011  4  2  9 15  0.00000000
+PG02 -10030.004671 -21341.728780  12721.357413    328.446443 17 10 17 224  P   P
+PG03   5265.810292  15272.252602 -21479.942269    696.531513 18 17  8 287  P   P
+PG04   2755.767143 -17153.403834  19790.153687     77.158172 15 15 14 248  P   P
+PG05  -2997.068620 -23778.341673 -11353.592591   -138.425922 15 14 16 222  P   P
+PG06   -179.593882  16371.458390 -20717.718877   -234.545016 17 15  9 293  P   P
+PG07  18274.360274   -888.066356 -19324.620761      7.094705 16 17 15 252  P   P
+PG08  10935.856454  -9419.515432 -22276.907327      7.642475 13 12 14 275  P   P
+PG09 -21344.364326 -15093.088406   4169.819870     71.318417 16 17 20 353  P   P
+PG10   8258.049322 -24831.338673   2934.308820    -70.486687 12 12 11 320  P   P
+PG11  23852.652706  12049.287227    793.809911   -139.370817 12 13 14 250  P   P
+PG12 -12635.545031  -9571.884489  21369.800409    -14.771310  9 16 12 237  P   P
+PG13  26052.160729  -5135.119322   1215.426628    276.717589 11 12 15 186  P   P
+PG14 -17057.755850  14313.845713  14528.388628    141.394994 16 12 16 245  P   P
+PG15 -19237.015372  -6522.849984 -17188.432954   -138.443132 17 15 14 204  P   P
+PG16    548.655533  24507.176310  -9805.080565   -162.154794 12 12 14 250  P   P
+PG17  17288.965131 -14795.011904  13644.905910    184.228782 11 13 17 248  P   P
+PG18 -15403.125351  14297.879188 -15713.355472    129.715561 12 15 15 231  P   P
+PG19  15788.229788  10091.091691 -18952.497172   -126.296857 18 17 14 209  P   P
+PG20  15096.091730   4669.990444  21202.577126     48.831947 14  8 11 235  P   P
+PG21 -18241.190225   2220.482212 -18982.411213   -134.625541  9 18 15 283  P   P
+PG22 -11099.848151  22930.561171  -7158.485541    150.795405 10 14 14 215  P   P
+PG23  23279.007476   2308.858530  12891.249399    316.079978 11 11 12 215  P   P
+PG24  21481.402299  13696.770175   8054.855819    378.298191 14 17 19 297  P   P
+PG25 -15794.036001   6315.817310  20379.806754     -1.008244 10 16 12 242  P   P
+PG26  -6971.365983 -13538.452709 -22389.951376   -161.419929 21 17 11 329  P   P
+PG27 -20485.426290 -17153.044048    -39.109264    251.642096 20 17 23 264  P   P
+PG28  12606.418816 -20654.952537 -10125.788089     28.881250  4 11 14 126  P   P
+PG29 -25842.835172   3413.832675   5056.126224    196.835607  8 13 12 212  P   P
+PG30  -2902.584592  26300.342848  -2496.244567    333.849677 10 10 15 308  P   P
+PG31   -116.077271  17975.601113  19683.417581     61.090006 12 12 14 245  P   P
+PG32  10390.878158  14410.872656  20149.188790   -227.093962 14  8  8 265  P   P
+*  2011  4  2  9 30  0.00000000
+PG02  -8695.322534 -20506.389258  14856.819370    328.448455 17 10 17 227  P   P
+PG03   3124.432271  16282.052712 -21118.172506    696.535892 18 17 11 290  P   P
+PG04   4627.487554 -15693.554593  20656.642746     77.167492 15 15 13 250  P   P
+PG05  -2541.407879 -24870.062821  -8833.744034   -138.431200 15 14 16 228  P   P
+PG06  -2411.615400  17174.815235 -19898.950323   -234.650231 17 15 11 294  P   P
+PG07  19797.492533    582.192464 -17792.681884      7.095577 15 17 15 252  P   P
+PG08  12719.061472  -7624.397414 -22063.529572      7.642528 13 12 14 279  P   P
+PG09 -21509.470090 -15478.760987   1292.068813     71.320700 17 17 20 354  P   P
+PG10   8455.325505 -24252.342192   5730.619191    -70.487490 12 13 10 321  P   P
+PG11  23635.316925  12419.975342  -1890.604476   -139.373576 13 13 14 249  P   P
+PG12 -12102.328192 -11894.774211  20508.095330    -14.768778  9 16 13 240  P   P
+PG13  25786.108864  -4892.152060   4104.342297    276.716251 10 13 15 189  P   P
+PG14 -18550.047251  14581.863461  12213.204893    141.397111 15 13 17 247  P   P
+PG15 -17362.231575  -7378.478594 -18751.390760   -138.440408 17 16 13 202  P   P
+PG16    121.581425  25415.005363  -7129.025004   -162.157278 12 11 14 251  P   P
+PG17  18704.472569 -15014.734394  11294.453275    184.228966 11 14 17 248  P   P
+PG18 -15234.417257  12320.100394 -17458.424514    129.717374 12 16 15 231  P   P
+PG19  13654.023801  10746.665223 -20178.511036   -126.300309 18 17 13 209  P   P
+PG20  14689.599125   7081.197094  20824.883108     48.832048 14  6 10 236  P   P
+PG21 -19766.956900    688.371514 -17605.509878   -134.627944  7 18 15 284  P   P
+PG22 -11210.201129  21891.996539  -9728.144059    150.794671 10 14 14 216  P   P
+PG23  21828.043030   2975.134487  15075.041180    316.077695 11 11 12 210  P   P
+PG24  21853.320806  14403.415789   5378.390560    378.300819 14 16 19 302  P   P
+PG25 -15458.251371   3955.841896  21215.903927     -1.008543 10 16 11 242  P   P
+PG26  -4617.350161 -14163.714268 -22580.890834   -161.429129 21 17  9 329  P   P
+PG27 -20187.626342 -17145.039981  -2910.477447    251.645767 21 17 23 245  P   P
+PG28  12507.869650 -19262.938569 -12592.996877     28.883393  7 12 14 147  P   P
+PG29 -25221.435855   2965.645186   7787.970457    196.838093  9 13 12 212  P   P
+PG30  -3171.512676  26341.007574    355.922581    333.852475 10  9 15 309  P   P
+PG31  -1887.695761  16539.473791  20848.995836     61.094537 13 13 14 245  P   P
+PG32   9713.262427  16472.737996  18883.898732   -227.100646 14  9  8 266  P   P
+*  2011  4  2  9 45  0.00000000
+PG02  -7137.616324 -19604.415012  16742.648983    328.450465 17 10 16 229  P   P
+PG03   1081.973187  17365.278482 -20404.577890    696.540286 17 16 12 293  P   P
+PG04   6626.437443 -14278.771667  21159.207600     77.176800 15 15 13 250  P   P
+PG05  -2178.425347 -25691.798927  -6161.076036   -138.436477 16 13 16 233  P   P
+PG06  -4502.359425  18034.732621 -18731.372054   -234.755434 17 15 12 296  P   P
+PG07  21247.093160   1849.631219 -15956.757505      7.096451 15 16 16 252  P   P
+PG08  14565.224673  -5969.582495 -21471.524714      7.642566 14 12 14 282  P   P
+PG09 -21432.328034 -15657.666953  -1608.050308     71.322983 18 17 20 355  P   P
+PG10   8635.028653 -23372.794899   8425.514340    -70.488306 12 13  9 323  P   P
+PG11  23163.160799  12680.305495  -4543.247963   -139.376333 13 12 14 247  P   P
+PG12 -11713.337525 -14125.869198  19295.799978    -14.766243  9 16 14 243  P   P
+PG13  25226.530574  -4531.716243   6922.639301    276.714919 10 12 15 196  P   P
+PG14 -19768.232433  14839.737346   9688.046510    141.399229 14 14 17 249  P   P
+PG15 -15387.189778  -8392.299096 -19993.076157   -138.437682 17 16 12 199  P   P
+PG16   -206.641246  26035.656472  -4327.978429   -162.159766 12 11 14 252  P   P
+PG17  19849.266103 -15207.178898   8748.566237    184.229151 11 14 18 249  P   P
+PG18 -15131.272600  10157.397519 -18892.053962    129.719189 12 16 14 231  P   P
+PG19  11441.070886  11550.448995 -21059.968843   -126.303763 18 17 12 209  P   P
+PG20  14403.883571   9444.850141  20084.371832     48.832148 14  7 10 236  P   P
+PG21 -21223.208511   -656.814623 -15922.841716   -134.630346  6 18 16 285  P   P
+PG22 -11327.615950  20580.594199 -12128.254055    150.793938 11 15 14 218  P   P
+PG23  20198.916019   3806.137700  17003.262699    316.075411 12 11 12 205  P   P
+PG24  22027.943760  14892.314151   2611.001923    378.303425 15 16 19 306  P   P
+PG25 -15238.229867   1508.097600  21686.382802     -1.008843 10 16 11 243  P   P
+PG26  -2299.135001 -14926.021077 -22404.060038   -161.438344 21 17 12 329  P   P
+PG27 -19620.430587 -16974.969406  -5732.159819    251.649464 21 16 23 212  P   P
+PG28  12439.420142 -17596.814207 -14834.243691     28.885533  8 12 13 162  P   P
+PG29 -24341.950576   2380.472342  10385.817097    196.840577 10 13 12 213  P   P
+PG30  -3414.155942  26073.324405   3201.904935    333.855291 11  8 15 309  P   P
+PG31  -3821.935155  15136.907226  21660.611940     61.099073 13 14 14 245  P   P
+PG32   9178.809089  18411.188477  17304.929580   -227.107313 14  9  9 268  P   P
+*  2011  4  2 10  0  0.00000000
+PG02  -5369.880449 -18674.710676  18346.436068    328.452470 17 10 15 230  P   P
+PG03   -828.645822  18492.278237 -19349.789927    696.544694 17 16 14 296  P   P
+PG04   8718.085911 -12942.979509  21289.883936     77.186095 15 15 13 249  P   P
+PG05  -1875.956261 -26222.543513  -3381.767872   -138.441753 16 13 16 238  P   P
+PG06  -6418.759275  18918.812317 -17235.178735   -234.860625 16 15 13 298  P   P
+PG07  22578.167582   2910.683920 -13848.557723      7.097324 14 16 16 252  P   P
+PG08  16431.441979  -4482.293893 -20512.674456      7.642586 13 12 15 286  P   P
+PG09 -21091.396154 -15662.554166  -4480.644518     71.325281 19 16 20 357  P   P
+PG10   8833.299777 -22203.971986  10971.102159    -70.489133 13 14  8 324  P   P
+PG11  22430.877540  12861.526561  -7119.746176   -139.379086 14 12 14 245  P   P
+PG12 -11458.647964 -16218.539233  17754.000708    -14.763707 10 15 14 246  P   P
+PG13  24397.445032  -4021.323511   9621.620771    276.713588 10 13 15 204  P   P
+PG14 -20699.832440  15046.714703   6995.958170    141.401349 14 14 18 252  P   P
+PG15 -13357.550632  -9561.285159 -20891.803553   -138.434954 18 16 10 196  P   P
+PG16   -470.666385  26350.050470  -1451.026475   -162.162256 12 10 14 253  P   P
+PG17  20713.808719 -15333.014674   6050.949746    184.229334 10 15 18 249  P   P
+PG18 -15117.021268   7849.392000 -19988.953016    129.721009 12 17 14 231  P   P
+PG19   9196.415592  12498.895210 -21580.871312   -126.307215 18 17 12 210  P   P
+PG20  14233.636756  11714.519000  18994.276726     48.832251 13  8  9 236  P   P
+PG21 -22568.461482  -1809.414241 -13965.507366   -134.632746  5 18 16 286  P   P
+PG22 -11484.863224  19016.231966 -14316.728097    150.793206 11 15 14 220  P   P
+PG23  18433.888759   4811.847119  18642.644817    316.073127 12 11 11 200  P   P
+PG24  21975.764539  15185.095269   -200.535451    378.306018 16 16 19 311  P   P
+PG25 -15145.260911   -979.749817  21783.185140     -1.009142  9 16 10 243  P   P
+PG26    -61.267668 -15807.679172 -21860.984502   -161.447572 21 16 14 330  P   P
+PG27 -18769.320871 -16678.919085  -8455.224779    251.653182 22 15 23 219  P   P
+PG28  12435.413575 -15684.425257 -16808.377367     28.887672  9 12 13 171  P   P
+PG29 -23235.799078   1634.062627  12805.157740    196.843062 11 13 12 214  P   P
+PG30  -3667.590375  25497.538058   5992.299979    333.858125 11  8 15 311  P   P
+PG31  -5887.498793  13805.637020  22105.352945     61.103609 13 14 14 245  P   P
+PG32   8775.263432  20184.539690  15438.728652   -227.113965 13 10  9 271  P   P
+*  2011  4  2 10 15  0.00000000
+PG02  -3412.846638 -17754.274263  19640.255632    328.454471 17 10 15 230  P   P
+PG03  -2580.105742  19628.601119 -17970.089194    696.549124 17 16 14 298  P   P
+PG04  10862.827832 -11714.143997  21047.400603     77.195376 16 15 14 248  P   P
+PG05  -1598.838040 -26449.541275   -543.901508   -138.447025 15 12 16 242  P   P
+PG06  -8134.570119  19790.522235 -15436.468273   -234.965806 16 14 14 300  P   P
+PG07  23747.328312   3770.274128 -11504.318675      7.098199 13 16 17 252  P   P
+PG08  18271.750754  -3181.519096 -19204.854115      7.642594 13 12 15 290  P   P
+PG09 -20473.037562 -15530.710284  -7276.950308     71.327576 19 16 20 358  P   P
+PG10   9084.044824 -20765.893968  13322.104863    -70.489970 13 15  8 325  P   P
+PG11  21440.356239  12996.025345  -9577.223417   -139.381836 15 12 14 243  P   P
+PG12 -11320.686074 -18129.776286  15909.318152    -14.761167 10 15 15 249  P   P
+PG13  23330.316866  -3334.103298  12154.478198    276.712260 11 13 15 211  P   P
+PG14 -21341.387003  15161.641401   4183.063784    141.403471 13 15 18 254  P   P
+PG15 -11318.818970 -10874.365927 -21431.703641   -138.432224 18 16  9 194  P   P
+PG16   -707.918434  26348.057529   1451.375406   -162.164751 12 10 14 254  P   P
+PG17  21297.347608 -15353.127709   3248.164953    184.229520 10 16 18 250  P   P
+PG18 -15208.441879   5440.329030 -20730.089217    129.722831 12 17 14 231  P   P
+PG19   6966.693761  13580.339900 -21731.289509   -126.310668 18 17 13 211  P   P
+PG20  14166.138038  13846.307223  17573.948504     48.832354 13  9 10 235  P   P
+PG21 -23762.779093  -2771.907762 -11768.906125   -134.635148    17 16 287  P   P
+PG22 -11711.122838  17226.332380 -16255.133018    150.792476 12 16 13 223  P   P
+PG23  16577.777852   5994.217141  19964.630275    316.070844 13 11 11 196  P   P
+PG24  21673.262563  15309.273149  -3008.673481    378.308601 16 16 19 315  P   P
+PG25 -15182.630105  -3458.568846  21504.698646     -1.009442  9 16 11 243  P   P
+PG26   2055.210904 -16783.601691 -20958.906892   -161.456818 21 16 16 331  P   P
+PG27 -17628.547750 -16295.965096 -11031.620106    251.656913 23 15 22 251  P   P
+PG28  12525.303193 -13561.641839 -18479.025928     28.889809 10 13 13 178  P   P
+PG29 -21940.038276    708.720976  15004.640314    196.845547 11 13 12 216  P   P
+PG30  -3968.094447  24622.859121   8678.203748    333.860978 11  9 14 312  P   P
+PG31  -8046.967308  12577.803928  22176.463971     61.108149 14 15 15 244  P   P
+PG32   8483.438308  21755.051491  13316.313605   -227.120601 13 10 10 273  P   P
+*  2011  4  2 10 30  0.00000000
+PG02  -1294.444726 -16876.781400  20601.167051    328.456471 17 11 14 231  P   P
+PG03  -4151.566231  20736.206841 -16287.248188    696.553572 16 16 15 299  P   P
+PG04  13017.395023 -10613.305225  20437.131041     77.204649 16 15 15 246  P   P
+PG05  -1310.481603 -26368.758504   2303.383925   -138.452293 15 12 16 245  P   P
+PG06  -9631.204555  20610.651605 -13366.769191   -235.070978 16 14 14 302  P   P
+PG07  24714.414016   4441.413652  -8964.182720      7.099076 12 16 17 252  P   P
+PG08  20038.794044  -2077.522152 -17571.635434      7.642587 13 12 15 294  P   P
+PG09 -19572.056162 -15302.328497  -9950.117904     71.329883 20 16 20 359  P   P
+PG10   9417.380464 -19086.649287  15436.742925    -70.490819 14 15  7 326  P   P
+PG11  20200.684875  13115.955359 -11874.942753   -139.384583 15 12 14 241  P   P
+PG12 -11275.033127 -19821.670342  13793.443966    -14.758624 11 14 16 251  P   P
+PG13  22062.861043  -2450.067590  14477.121622    276.710935 12 13 14 217  P   P
+PG14 -21698.486436  15144.702038   1297.787575    141.405596 11 16 18 256  P   P
+PG15  -9314.729758 -12312.685467 -21603.023142   -138.429493 18 16  9 193  P   P
+PG16   -956.898941  26028.889144   4328.337864   -162.167249 12 10 14 256  P   P
+PG17  21607.837914 -15230.303581    388.818994    184.229706  9 16 19 250  P   P
+PG18 -15415.030628   2977.481507 -21103.024903    129.724656 12 17 13 232  P   P
+PG19   4796.504123  14775.299509 -21507.600362   -126.314120 18 17 14 212  P   P
+PG20  14181.854272  15800.373930  15848.481501     48.832457 13  9 10 235  P   P
+PG21 -24769.235157  -3554.511304  -9372.017660   -134.637543  6 17 17 289  P   P
+PG22 -12030.671040  15244.940993 -17909.405078    150.791748 12 16 13 225  P   P
+PG23  14676.353646   7346.893741  20945.886314    316.068560 14 11 11 193  P   P
+PG24  21103.906148  15297.048532  -5765.853873    378.311178 17 15 19 318  P   P
+PG25 -15345.495861  -5879.460581  20855.780983     -1.009742  9 16 12 243  P   P
+PG26   4014.109996 -17822.115508 -19710.792505   -161.466079 21 16 17 332  P   P
+PG27 -16201.668259 -15866.567019 -13415.066288    251.660650 23 14 22 270  P   P
+PG28  12732.276991 -11271.099282 -19815.397862     28.891944 11 13 13 185  P   P
+PG29 -20495.947941   -405.823661  16946.760988    196.848031 12 12 11 217  P   P
+PG30  -4349.509972  23467.239979  11212.109469    333.863848 12  9 14 314  P   P
+PG31 -10258.057483  11478.846948  21873.404746     61.112690 14 16 15 243  P   P
+PG32   8278.065241  23090.193545  10972.811103   -227.127224 13 10 10 276  P   P
+*  2011  4  2 10 45  0.00000000
+PG02    951.009506 -16071.291696  21211.650943    328.458467 16 11 13 230  P   P
+PG03  -5529.313775  21774.838596 -14328.288355    696.558043 16 15 15 300  P   P
+PG04  15136.407926  -9653.908908  19470.915742     77.213907 16 15 15 242  P   P
+PG05   -974.502519 -25985.025127   5110.759431   -138.457559 15 11 16 249  P   P
+PG06 -10898.260871  21338.890058 -11062.458488   -235.176143 15 14 15 304  P   P
+PG07  25443.994097   4944.495846  -6271.521560      7.099950  9 15 17 251  P   P
+PG08  21685.525248  -1171.694859 -15641.813429      7.642572 13 12 16 297  P   P
+PG09 -18391.914131 -15018.809542 -12455.923682     71.332194 20 16 20 361  P   P
+PG10   9858.241076 -17201.393224  17277.547902    -70.491682 14 16  6 327  P   P
+PG11  18727.903717  13251.893283 -13974.904142   -139.387331 16 11 14 238  P   P
+PG12 -11291.494889 -21262.696230  11442.599694    -14.756077 11 14 16 253  P   P
+PG13  20637.609738  -1357.114111  16548.972570    276.709611 13 13 14 222  P   P
+PG14 -21785.459173  14959.130010  -1609.979938    141.407725 10 16 18 257  P   P
+PG15  -7385.704877 -13850.172782 -21402.323636   -138.426761 18 16 11 193  P   P
+PG16  -1255.450715  25401.126438   7129.480741   -162.169750 12 11 13 257  P   P
+PG17  21661.530071 -14930.856256  -2477.297357    184.229892  8 17 19 250  P   P
+PG18 -15738.590623    509.442029 -21102.105944    129.726483 12 17 13 233  P   P
+PG19   2726.850466  16057.083453 -20912.619398   -126.317572 18 17 15 213  P   P
+PG20  14255.318308  17542.295169  13848.237094     48.832561 13 10 10 234  P   P
+PG21 -25555.244437  -4174.484961  -6816.660565   -134.639928  6 17 17 290  P   P
+PG22 -12461.769734  13111.546883 -19250.485208    150.791022 13 17 13 228  P   P
+PG23  12774.702605   8855.249220  21568.743542    316.066279 14 11 11 191  P   P
+PG24  20258.907780  15183.941330  -8425.275953    378.313756 17 15 19 322  P   P
+PG25 -15621.094110  -8195.447747  19847.671937     -1.010042  9 16 13 243  P   P
+PG26   5785.282521 -18886.023620 -18135.267807   -161.475357 20 15 18 333  P   P
+PG27 -14501.737095 -15430.871382 -15561.974223    251.664380 24 14 22 283  P   P
+PG28  13072.153708  -8860.645031 -20792.961816     28.894078 12 13 13 190  P   P
+PG29 -18947.472368  -1711.840928  18598.485250    196.850516 12 12 10 219  P   P
+PG30  -4841.678014  22056.809913  13548.811306    333.866734 12 10 13 315  P   P
+PG31 -12475.058664  10526.662552  21201.814139     61.117234 14 16 16 242  P   P
+PG32   8128.870036  24163.735644   8446.943822   -227.133834 13 11 11 279  P   P
+*  2011  4  2 11  0  0.00000000
+PG02   3283.875546 -15361.126992  21459.973956    328.460460 16 11 13 229  P   P
+PG03  -6707.152826  22703.514217 -12125.146988    696.562539 16 15 16 300  P   P
+PG04  17174.003021  -8841.458065  18166.765043     77.223154 16 15 16 237  P   P
+PG05   -556.346541 -25311.842192   7829.578670   -138.462821 15 11 15 251  P   P
+PG06 -11933.722576  21935.464994  -8564.082700   -235.281300 15 13 15 306  P   P
+PG07  25906.703522   5306.312070  -3472.212901      7.100827  6 15 18 252  P   P
+PG08  23166.890715   -456.743880 -13448.869166      7.642547 12 12 16 301  P   P
+PG09 -16944.634100 -14721.064681 -14753.405900     71.334497 21 16 20 362  P   P
+PG10  10425.208218 -15151.065337  18812.083173    -70.492558 14 16  8 328  P   P
+PG11  17044.520222  13431.569318 -15842.396742   -139.390076 16 11 13 235  P   P
+PG12 -11335.396561 -22428.764917   8896.926624    -14.753527 12 13 17 255  P   P
+PG13  19100.295462    -51.725019  18333.703803    276.708288 14 13 13 226  P   P
+PG14 -21624.723622  14572.818610  -4489.756755    141.409858 10 17 18 259  P   P
+PG15  -5567.440085 -15454.403323 -20832.574097   -138.424024 18 16 12 196  P   P
+PG16  -1639.052482  24482.384410   9805.862126   -162.172253 12 11 13 259  P   P
+PG17  21482.234171 -14426.135416  -5300.107539    184.230077  8 18 19 251  P   P
+PG18 -16173.156083  -1915.622798 -20728.501855    129.728313 12 17 13 234  P   P
+PG19    793.715083  17392.704384 -19955.623667   -126.321023 18 17 16 213  P   P
+PG20  14356.248646  19044.212856  11608.275529     48.832663 12 10 10 233  P   P
+PG21 -26093.715416  -4655.193203  -4146.743812   -134.642308  8 17 17 290  P   P
+PG22 -13015.804919  10869.692070 -20254.859948    150.790299 13 17 13 230  P   P
+PG23  10915.613100  10496.739283  21821.551332    316.063995 15 11 11 190  P   P
+PG24  19137.702665  15007.302460 -10941.659072    378.316339 18 14 18 325  P   P
+PG25 -15989.262810 -10363.089955  18497.795470     -1.010343  9 16 14 243  P   P
+PG26   7345.624367 -19933.896306 -16256.484001   -161.484649 20 15 19 335  P   P
+PG27 -12551.125518 -15026.991390 -17432.365209    251.668097 24 14 21 292  P   P
+PG28  13552.604400  -6381.559644 -21393.981148     28.896211 12 13 13 194  P   P
+PG29 -17339.578232  -3203.333014  19931.789191    196.853002 13 12 10 221  P   P
+PG30  -5469.017727  20424.983704  15646.292086    333.869635 12 11 13 317  P   P
+PG31 -14650.394388   9731.056996  20173.386044     61.121779 15 16 16 241  P   P
+PG32   8001.836756  24956.625921   5780.469023   -227.140433 13 11 11 282  P   P
+*  2011  4  2 11 15  0.00000000
+PG02   5660.464912 -14762.966501  21340.471505    328.462450 16 11 12 227  P   P
+PG03  -7686.519112  23482.084298  -9714.250884    696.567058 15 15 16 300  P   P
+PG04  19085.469924  -8173.492513  16548.454015     77.232392 16 15 16 230  P   P
+PG05    -24.844089 -24370.862140  10412.738904   -138.468076 15 12 15 254  P   P
+PG06 -12743.822116  22362.768905  -5915.597632   -235.386453 14 13 15 308  P   P
+PG07  26080.359107   5558.829712   -613.881594      7.101702  9 15 18 251  P   P
+PG08  24441.430711     82.800716 -11030.379768      7.642520 11 12 16 304  P   P
+PG09 -15250.399587 -14447.880349 -16805.421842     71.336793 21 15 19 364  P   P
+PG10  11129.613553 -12980.880548  20013.554655    -70.493445 15 16  9 330  P   P
+PG11  15178.803765  13678.714425 -17446.502266   -139.392822 17 11 13 233  P   P
+PG12 -11369.053292 -23304.001524   6199.816199    -14.750972 13 12 17 257  P   P
+PG13  17498.112918   1460.670247  19799.910330    276.706969 15 13 13 229  P   P
+PG14 -21245.826843  13959.766945  -7291.368870    141.411995 10 18 18 260  P   P
+PG15  -3889.677103 -17087.721374 -19903.133252   -138.421290 18 16 14 200  P   P
+PG16  -2139.215286  23298.627394  12310.872812   -162.174759 12 12 12 260  P   P
+PG17  21100.288645 -13693.848747  -8030.164208    184.230262  8 18 19 251  P   P
+PG18 -16705.250099  -4251.681452 -19990.101310    129.730144 12 17 14 235  P   P
+PG19   -973.179434  18744.055666 -18652.259514   -126.324474 18 16 16 214  P   P
+PG20  14450.863402  20285.728185   9167.708990     48.832769 11 11 10 232  P   P
+PG21 -26363.990080  -5024.961231  -1407.524384   -134.644682  9 17 17 291  P   P
+PG22 -13696.710818   8565.425628 -20904.995950    150.789578 13 17 13 233  P   P
+PG23   9138.045619  12241.574383  21698.940490    316.061713 15 11 12 189  P   P
+PG24  17748.130844  14804.759432 -13271.989279    378.318933 18 14 18 328  P   P
+PG25 -16423.265554 -12343.963611  16829.455324     -1.010645  9 15 15 243  P   P
+PG26   8679.839640 -20921.555514 -14103.897146   -161.493958 20 14 19 337  P   P
+PG27 -10380.957288 -14689.336227 -18990.766938    251.671792 24 13 20 300  P   P
+PG28  14172.737939  -3886.632346 -21607.885268     28.898343 13 13 13 197  P   P
+PG29 -15716.591262  -4866.089089  20924.113618    196.855489 13 12  9 223  P   P
+PG30  -6249.312331  18611.273103  17466.572191    333.872549 12 11 12 319  P   P
+PG31 -16736.253361   9093.508393  18805.660327     61.126325 15 17 17 239  P   P
+PG32   7860.617892  25457.626303   3017.571824   -227.147022 13 12 11 286  P   P
+*  2011  4  2 11 30  0.00000000
+PG02   8034.490910 -14286.197465  20853.738584    328.464439 15 12 11 226  P   P
+PG03  -8476.303396  24072.800814  -7135.995426    696.571600 15 14 16 300  P   P
+PG04  20828.833636  -7639.889989  14645.022966     77.241621 16 15 16 221  P   P
+PG05    646.368913 -23191.062366  12815.513825   -138.473329 15 12 14 256  P   P
+PG06 -13342.576235  22586.908976  -3163.544300   -235.491604 14 13 15 310  P   P
+PG07  25950.816604   5737.778455   2254.883717      7.102579 12 15 18 251  P   P
+PG08  25472.743864    469.780339  -8427.386077      7.642488 10 12 16 307  P   P
+PG09 -13336.876497 -14234.399610 -18579.126832     71.339079 22 15 18 365  P   P
+PG10  11974.953413 -10738.659108  20861.297328    -70.494347 15 17 11 331  P   P
+PG11  13163.885037  14012.063173 -18760.546574   -139.395566 17 10 12 230  P   P
+PG12 -11353.360612 -23881.222357   3397.191022    -14.748415 14 11 17 258  P   P
+PG13  15877.927774   3165.686150  20921.697056    276.705651 15 13 12 232  P   P
+PG14 -20684.205818  13101.299962  -9965.856771    141.414135 11 18 18 261  P   P
+PG15  -2375.209244 -18708.582180 -18629.619776   -138.418553 18 15 15 203  P   P
+PG16  -2782.046905  21883.165901  14601.076979   -162.177269 12 12 12 262  P   P
+PG17  20551.273518 -12719.142523 -10619.561823    184.230446  9 18 18 251  P   P
+PG18 -17314.459497  -6456.439216 -18901.271448    129.731977 12 17 14 236  P   P
+PG19  -2551.368999  20069.313980 -17024.331961   -126.327925 18 16 17 214  P   P
+PG20  14503.334484  21254.507203   6568.990001     48.832874 11 11 10 230  P   P
+PG21 -26352.544631  -5315.775503   1355.118339   -134.647058 10 17 17 292  P   P
+PG22 -14500.704138   6245.664985 -21189.658522    150.788859 14 17 13 235  P   P
+PG23   7475.746642  14053.685117  21201.984655    316.059432 16 11 12 190  P   P
+PG24  16106.313461  14612.653049 -15376.239552    378.321543 18 14 17 330  P   P
+PG25 -16890.881930 -14105.950252  14871.429611     -1.010949  9 15 15 242  P   P
+PG26   9780.936846 -21803.708254 -11711.956341   -161.503284 20 12 19 338  P   P
+PG27  -8030.168403 -14447.066139 -20207.056044    251.675460 24 13 19 305  P   P
+PG28  14923.070184  -1428.179462 -21431.466296     28.900474 13 13 14 200  P   P
+PG29 -14120.574544  -6678.057367  21558.725234    196.857976 14 12  9 224  P   P
+PG30  -7192.759487  16659.844936  18976.496121    333.875473 12 12 12 321  P   P
+PG31 -18686.232249   8607.244666  17121.732726     61.130872 15 17 18 237  P   P
+PG32   7668.043455  25663.681611    204.216730   -227.153602 14 12 12 289  P   P
+*  2011  4  2 11 45  0.00000000
+PG02  10358.640733 -13932.551609  20006.719308    328.466426 15 12 11 223  P   P
+PG03  -9092.384367  24441.836325  -4434.130236    696.576168 15 14 16 299  P   P
+PG04  22366.321628  -7223.469941  12490.198189     77.250841 16 15 17 211  P   P
+PG05   1477.621046 -21807.644935  14996.342274   -138.478577 15 13 14 257  P   P
+PG06 -13751.014599  22579.114924   -356.180209   -235.596753 14 13 15 312  P   P
+PG07  25512.537353   5881.098188   5085.327229      7.103458 13 15 18 251  P   P
+PG08  26230.766282    733.340020  -5683.727399      7.642458  9 12 17 310  P   P
+PG09 -11238.286237 -14110.768844 -20046.377227     71.341355 22 15 18 366  P   P
+PG10  12956.638563  -8473.067385  21341.127597    -70.495259 15 17 12 332  P   P
+PG11  11036.690736  14444.545786 -19762.496737   -139.398313 18 10 11 228  P   P
+PG12 -11249.444897 -24162.094146    536.747022    -14.745852 15 10 17 260  P   P
+PG13  14284.503532   5040.330160  21679.169737    276.704333 16 13 11 235  P   P
+PG14 -19979.719142  11987.010283 -12466.370302    141.416279 12 18 18 262  P   P
+PG15  -1039.160400 -20273.063373 -17033.670304   -138.415813 18 15 16 208  P   P
+PG16  -3587.042644  20275.378189  16636.981938   -162.179779 12 13 12 264  P   P
+PG17  19874.519936 -11495.393464 -13022.826559    184.230630 10 19 18 252  P   P
+PG18 -17974.296700  -8492.768681 -17482.493079    129.733811 12 17 14 237  P   P
+PG19  -3926.364793  21324.514703 -15099.474951   -126.331372 18 16 17 214  P   P
+PG20  14477.323060  21946.578119   3857.150000     48.832980 11 11 10 229  P   P
+PG21 -26053.434219  -5561.879024   4095.383465   -134.649444 11 17 17 293  P   P
+PG22 -15416.339667   3956.530805 -21104.107634    150.788142 14 17 14 237  P   P
+PG23   5956.061377  15891.949640  20338.253084    316.057153 16 11 13 190  P   P
+PG24  14236.224515  14464.523599 -17218.052628    378.324173 18 14 17 333  P   P
+PG25 -17355.722012 -15624.284469  12657.471548     -1.011252  9 15 16 242  P   P
+PG26  10650.427783 -22535.676440  -9119.692462   -161.512624 19 10 20 340  P   P
+PG27  -5544.216396 -14322.748439 -21057.215854    251.679097 25 13 17 310  P   P
+PG28  15785.876889    943.903377 -20868.896820     28.902605 13 13 14 202  P   P
+PG29 -12589.809128  -8610.020049  21824.980558    196.860465 14 12  9 226  P   P
+PG30  -8301.332968  14617.882692  20148.433465    333.878409 12 12 11 323  P   P
+PG31 -20456.932774   8257.632974  15149.887771     61.135420 15 17 18 234  P   P
+PG32   7387.677646  25580.006609  -2612.538444   -227.160176 14 12 12 292  P   P
+EOF
diff --git a/util/data/igu16295_18.sp3 b/util/data/igu16295_18.sp3
new file mode 100644
index 0000000..5fe82f9
--- /dev/null
+++ b/util/data/igu16295_18.sp3
@@ -0,0 +1,6167 @@
+#cP2011  3 31 18  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 410400.00000000   900.00000000 55651 0.7500000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         3  4  4  3  3  4  4  5  4  3  4  3  4  3  4  4  4
+++         4  4  4  4  4  5  4  4  4  3  4  4  4  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_18 (55652.750) FROM:       
+/* cou emu esu gfu gou siu usu                              
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  3 31 18  0  0.00000000
+PG02  13591.548306  12544.566904 -19194.397640    328.132173  6 10  6 197       
+PG03 -24575.741489 -10262.849556   1917.923411    695.823876  7  9  8 197       
+PG04   7526.505652  22446.104597 -11887.123537     75.698505  8  8  8 196       
+PG05  21164.524837   1894.038796 -16019.048233   -137.601935  6 10 10 182       
+PG06 -22849.760827 -13744.076225   -680.657766   -218.020835  6  9  9 204       
+PG07  -5970.257291  24915.535963  -6579.375287      6.957036  9  6 10 228       
+PG08   -635.531560  25889.474105   4379.238059      7.623069 11 13 14 224       
+PG09  13517.080428 -10411.388416  19806.840993     70.991408  9  3  8 192       
+PG10   8130.439856  13331.362865 -21711.129871    -70.352942  5  7  4 183       
+PG11 -14545.984947   9292.989348  19808.728328   -138.935817  8  6  8 165       
+PG12  24053.371744 -10990.884323   1079.851150    -15.172413  6  8 11 184       
+PG13  -6260.744433  13506.362298 -22135.152817    276.927220 10  9  8 138       
+PG14 -11261.194851 -19769.454550  13971.500130    141.058196  8  7  6 166       
+PG15  21250.674726   -253.326613  16037.630033   -138.871504 10 10 10 226       
+PG16 -19812.797960  -3741.564827 -17414.308598   -161.764379  6 11  6 227       
+PG17  10869.994447  19727.150919  14387.407790    184.200168  9  7  9 221       
+PG18   8462.309434 -18395.312033  17303.257680    129.431168 10  8  5 213       
+PG19 -22292.611999  -4963.372903  13845.248726   -125.755185  6 10  9 206       
+PG20 -21974.076651  14619.984236  -2797.109330     48.815070  8 10  9 205       
+PG21   5025.193195 -25243.450558  -4660.849514   -134.251384  6  6  6 195       
+PG22  -3093.462299 -15978.049228  21145.234667    150.907833  8 10  1 214       
+PG23 -17349.025536   4803.767148 -19641.498430    316.436945  7 10  7 216       
+PG24 -14510.158117  12587.267371  18283.619886    377.845870 10  5 10 175       
+PG25  16269.360537 -17592.106122 -11451.813760     -0.958249  9  7  6 184       
+PG26  22807.481642  12372.319765   6028.290586   -159.972153  6 10 10 220       
+PG27  14958.225526  -3363.317513  22324.098364    251.118798  8  4  8 197       
+PG28  -1172.332776  16464.777837  21270.384326     28.545282  9  7  8 199       
+PG29   9508.663165 -11835.533186 -21707.673313    196.443314 10 10  7 201       
+PG30 -13640.984946  -9350.002157 -21197.981276    333.416185  3 10  6 216       
+PG31  -7897.991649 -21116.426343 -13662.378913     60.380286 10 10  7 199       
+PG32 -25122.218005   6438.156186   4898.681624   -226.042252  6 13 10 208       
+*  2011  3 31 18 15  0.00000000
+PG02  13449.640356  14657.790638 -17790.209448    328.134223  7 10  5 194       
+PG03 -24540.199121 -10600.025435   -852.690857    695.827812  7  8  8 202       
+PG04   7206.964848  23647.445901  -9432.404768     75.707924  8  7  8 190       
+PG05  19557.694289   2974.127217 -17791.556895   -137.607173  7 10  9 172       
+PG06 -22480.317789 -13897.852843  -3459.777735   -218.126293  6  9  9 207       
+PG07  -6161.871207  23998.656285  -9277.813600      6.957816  9  6 10 224       
+PG08   -862.107722  26203.300392   1446.791148      7.623026 10 13 14 248       
+PG09  13598.470927  -7979.180302  20827.093632     70.993522  9  3  7 193       
+PG10   5960.296183  14448.533294 -21667.288210    -70.353993  6  7  1 188       
+PG11 -15189.873643   6985.293010  20292.637451   -138.938192  8  5  8 158       
+PG12  23908.625830 -10654.737446   3953.283258    -15.170063  5  8 11 184       
+PG13  -8301.505174  12055.541820 -22306.484224    276.926319 10  9  8 120       
+PG14  -9795.656159 -18924.844101  16095.147989    141.060646  8  7  6 165       
+PG15  22636.835257    774.622038  14008.733636   -138.868640 10 10 11 224       
+PG16 -18010.605338  -4778.259461 -19013.881893   -161.767014  6 11  6 184       
+PG17   9324.810330  18927.863135  16402.157338    184.200215  9  7  8 221       
+PG18  10199.992748 -19059.514214  15488.696655    129.432827 10  8  7 211       
+PG19 -23349.046059  -5962.232473  11546.734990   -125.758470  6 10  9 208       
+PG20 -22271.772563  14406.583119      1.137402     48.814932  8 10  9 205       
+PG21   5378.335145 -24483.386396  -7376.822711   -134.254111  5  6  5 195       
+PG22   -965.737498 -17006.959326  20523.937091    150.907216  9  9  3 214       
+PG23 -19126.244523   3580.275712 -18230.672787    316.434545  6 10  7 215       
+PG24 -14501.416996  10411.470507  19638.431679    377.849274 11  5  9 169       
+PG25  17390.379805 -17976.738416  -8923.631364     -0.958538  9  7  6 184       
+PG26  23200.005006  12836.137575   3207.857378   -159.980927  5 10 10 216       
+PG27  15047.472268   -945.981137  22529.117876    251.122781  8  2  8 199       
+PG28  -3240.891179  17410.112411  20230.234599     28.547479  8  6  7 195       
+PG29  11571.955712 -10449.664157 -21412.797910    196.445825  9 10  8 199       
+PG30 -11638.892330 -10626.711142 -21790.689498    333.418682  4 10  6 214       
+PG31  -7672.398335 -22571.597893 -11274.245393     60.384771  9  9  7 197       
+PG32 -24604.503650   5895.537276   7644.216716   -226.049316  6 13 10 206       
+*  2011  3 31 18 30  0.00000000
+PG02  13403.528702  16597.513314 -16084.221378    328.136360  7  9  5 194       
+PG03 -24233.061888 -10826.442685  -3608.967599    695.831353  7  8  8 210       
+PG04   6932.916399  24577.376938  -6813.518817     75.717159  8  6  8 189       
+PG05  17853.545487   4233.640132 -19259.479520   -137.612316  7 10  9 152       
+PG06 -21837.248297 -13940.999679  -6179.963070   -218.231102  6  9  9 214       
+PG07  -6411.898151  22795.664655 -11814.710107      6.958639  9  6  9 221       
+PG08  -1057.244888  26190.247457  -1511.421685      7.624531  9 13 14 227       
+PG09  13817.770334  -5456.597256  21470.685743     70.993139  8  5  7 195       
+PG10   3868.194725  15663.391919 -21257.102052    -70.353525  6  7  1 194       
+PG11 -15932.908562   4674.735298  20416.644832   -138.940992  8  5  9 141       
+PG12  23506.333388 -10143.025744   6757.998390    -15.167227  4  7 11 183       
+PG13 -10419.684597  10725.021855 -22099.141787    276.924447 10  9  7  71       
+PG14  -8093.131894 -18049.059418  17946.286952    141.062555  8  7  6 171       
+PG15  23856.693700   1621.394413  11740.689564   -138.866015  9  9 11 221       
+PG16 -16125.940012  -5996.059450 -20288.532684   -161.769731  6 10  5 174       
+PG17   7555.600818  18107.714463  18139.831347    184.200678  9  6  7 217       
+PG18  11721.152446 -19692.718894  13408.604959    129.434592 10  8  8 206       
+PG19 -24228.823665  -6758.610712   9053.060711   -125.762122  7  9  9 210       
+PG20 -22318.815083  14028.574724   2799.350148     48.815237  9 10  9 205       
+PG21   5776.132021 -23434.982345  -9959.454764   -134.256228  5  6  5 192       
+PG22   1035.374415 -18091.059806  19553.897551    150.906651  9  9  4 213       
+PG23 -20808.942045   2538.601512 -16509.772517    316.432468  6 10  7 216       
+PG24 -14599.141780   8106.503246  20654.542564    377.852605 11  5  9 156       
+PG25  18242.601140 -18258.474828  -6241.793150     -0.958885  8  8  6 184       
+PG26  23347.061013  13102.189959    333.056257   -159.989471  5 10 10 212       
+PG27  15274.740335   1461.836757  22369.488329    251.126429  8  3  8 199       
+PG28  -5142.194414  18402.066336  18854.473219     28.549428  8  6  7 191       
+PG29  13657.262273  -9199.915701 -20746.467212    196.448380  9 10  8 192       
+PG30  -9670.075958 -12033.746487 -22022.157979    333.420654  4 10  6 211       
+PG31  -7517.935841 -23751.528188  -8687.883095     60.389255  9  8  8 191       
+PG32 -23844.341299   5191.171929  10256.278874   -226.056041  6 13 10 203       
+*  2011  3 31 18 45  0.00000000
+PG02  13429.466698  18329.034198 -14106.275332    328.138462  7  9  5 188       
+PG03 -23647.726364 -10976.212511  -6304.713083    695.834959  7  8  8 212       
+PG04   6670.724008  25218.466566  -4075.649560     75.726779  8  5  7 203       
+PG05  16096.948696   5666.208499 -20397.497169   -137.617560  7 10  9 140       
+PG06 -20915.685285 -13908.718178  -8794.652721   -218.336582  6  9  9 213       
+PG07  -6753.049243  21332.504135 -14146.058468      6.959667  9  7  9 219       
+PG08  -1261.361345  25848.895837  -4442.705637      7.624170  9 12 13 277       
+PG09  14179.984296  -2896.771085  21725.428540     70.995618  8  7  7 198       
+PG10   1891.273824  16947.011565 -20486.307646    -70.353918  6  6  2 195       
+PG11 -16763.359819   2404.883152  20179.512586   -138.943751  8  5  9 130       
+PG12  22876.780153  -9430.715108   9445.325598    -15.164954  5  7 11 186       
+PG13 -12571.037454   9539.013470 -21516.751363    276.923250  9  9  7 141       
+PG14  -6173.816435 -17183.129063  19493.698905    141.064873  8  7  5 173       
+PG15  24872.004040   2300.552353   9272.353654   -138.863190  9  9 11 218       
+PG16 -14205.572534  -7386.895127 -21215.673129   -161.772181  6 10  6 176       
+PG17   5584.396598  17304.919793  19570.947382    184.200891  9  6  6 216       
+PG18  13011.909086 -20255.796885  11097.554539    129.436488 10  8  8 204       
+PG19 -24895.775779  -7368.198365   6406.566188   -125.765589  8  9  9 212       
+PG20 -22137.337715  13458.959925   5549.092459     48.815302  9 10  8 207       
+PG21   6249.364184 -22119.646735 -12361.678211   -134.258580  5  7  4 197       
+PG22   2879.316908 -19197.465701  18251.111561    150.906084  9  9  5 213       
+PG23 -22352.693670   1676.751235 -14508.668143    316.430375  5  9  6 214       
+PG24 -14816.677287   5717.453688  21315.267001    377.855840 11  5  8 145       
+PG25  18830.997047 -18398.591898  -3452.453533     -0.959203  8  8  6 186       
+PG26  23225.837152  13202.522267  -2547.399921   -159.998893  5 10 10 208       
+PG27  15633.513029   3813.799714  21848.501468    251.128939  8  4  8 200       
+PG28  -6848.759479  19403.161460  17164.420319     28.551601  7  5  6 193       
+PG29  15718.357250  -8102.455795 -19720.203931    196.451095  9 10  9 192       
+PG30  -7774.309853 -13546.847148 -21888.605557    333.421932  5 10  6 211       
+PG31  -7399.213359 -24634.097834  -5948.979635     60.394004  9  7  8 195       
+PG32 -22876.218076   4305.154657  12690.062595   -226.062781  6 13 10 206       
+*  2011  3 31 19  0  0.00000000
+PG02  13498.571142  19823.848594 -11890.530077    328.140245  7  9  5 189       
+PG03 -22785.387181 -11084.705542  -8895.117068    695.838179  8  8  8 217       
+PG04   6384.913834  25561.649504  -1266.392879     75.736375  8  5  7 236       
+PG05  14332.088429   7257.352181 -21185.887144   -137.623107  8 10  8  52       
+PG06 -19719.025638 -13837.236093 -11258.860471   -218.442487  6  9  9 141       
+PG07  -7212.973777  19642.531176 -16231.543352      6.960481  9  7  9 214       
+PG08  -1514.294979  25187.832040  -7294.867868      7.623482  9 11 13 219       
+PG09  14681.325349   -353.606984  21586.507352     70.996137  8  7  7 196       
+PG10     61.260552  18264.847821 -19366.731900    -70.356022  7  6  2 199       
+PG11 -17662.987452    216.591764  19586.548498   -138.946623  8  6  9 125       
+PG12  22056.111347  -8499.775904  11968.728556    -15.162344  5  7 10 184       
+PG13 -14708.203152   8513.821543 -20569.211286    276.922009  9  9  7 143       
+PG14  -4065.760129 -16364.690952  20711.236200    141.066990  8  6  6 177       
+PG15  25649.330871   2832.522615   6645.919811   -138.860647  8  8 11 212       
+PG16 -12295.246921  -8934.277905 -21778.546667   -161.774532  7 10  6 169       
+PG17   3440.556009  16554.018631  20671.079944    184.200985  9  6  5 212       
+PG18  14066.309288 -20709.119970   8594.450611    129.438322 10  8  9 198       
+PG19 -25318.817826  -7813.449021   3652.026826   -125.769155  8  9  9 218       
+PG20 -21755.658306  12676.604036   8202.611423     48.814953  9 10  8 206       
+PG21   6824.503528 -20566.705613 -14539.698554   -134.261495  5  7  4 171       
+PG22   4542.014577 -20289.297686  16637.232465    150.905311 10  9  6 215       
+PG23 -23715.652136    984.703117 -12261.789886    316.427937  5  9  6 211       
+PG24 -15159.760555   3291.558223  21610.096522    377.859809 12  5  7 103       
+PG25  19168.845649 -18361.402984   -603.641069     -0.959540  8  8  7 188       
+PG26  22821.203959  13173.687591  -5385.404507   -160.008219  5 10  9 199       
+PG27  16109.515914   6065.687555  20974.898960    251.131430  8  5  9 198       
+PG28  -8340.324320  20372.321807  15186.715986     28.553600  6  5  5 193       
+PG29  17707.769127  -7165.326927 -18351.823184    196.453547  8 11  9 186       
+PG30  -5986.771138 -15135.387475 -21392.073481    333.424564  5  9  6 210       
+PG31  -7278.087117 -25206.170881  -3105.803458     60.398504  9  7  8 190       
+PG32 -21739.416005   3224.693621  14904.293706   -226.069744  7 13  9 203       
+*  2011  3 31 19 15  0.00000000
+PG02  13578.056748  21060.524861  -9474.868295    328.142492  7  7  5 183       
+PG03 -21655.022708 -11187.059864 -11337.416860    695.843193  7  8  8 222       
+PG04   6039.769378  25606.566301   1565.093936     75.745483  8  5  7 140       
+PG05  12600.864658   8984.850729 -21610.871051   -137.628207  8 10  8 134       
+PG06 -18258.974183 -13762.270602 -13529.947524   -218.547707  6  9  8 221       
+PG07  -7813.008853  17765.296856 -18035.247198      6.961447 10  7  8 215       
+PG08  -1853.478401  24225.314879 -10017.241532      7.624464  9 11 12 225       
+PG09  15309.313228   2120.236109  21056.596584     70.997177  8  9  7 198       
+PG10  -1596.588377  19577.950162 -17916.185811    -70.354317  7  6  3 197       
+PG11 -18607.747791  -1853.396352  18649.425944   -138.949391  8  6 10 118       
+PG12  21084.857915  -7340.073730  14284.627000    -15.159646  5  7 10 191       
+PG13 -16782.351883   7657.351530 -19272.530833    276.920501  8  9  6  97       
+PG14  -1804.000418 -15626.552553  21578.238607    141.069381  8  7  6 176       
+PG15  26161.297182   3243.611695   3906.213314   -138.858025  8  8 11 211       
+PG16 -10438.032893 -10613.734707 -21966.569843   -161.777138  7 10  6 169       
+PG17   1159.862213  15884.548987  21421.266242    184.201060  8  6  4 213       
+PG18  14886.439225 -21014.176715   5941.926166    129.440083 10  8  9 200       
+PG19 -25473.133789  -8122.529993    835.933966   -125.772667  9  9  9 219       
+PG20 -21207.098892  11667.268023  10713.689570     48.815535 10  9  8 202       
+PG21   7522.399487 -18812.307035 -16453.928299   -134.263961  5  8  3 178       
+PG22   6006.613189 -21327.051202  14739.251044    150.904653 10  9  7 214       
+PG23 -24860.048173    444.998684  -9807.537503    316.425747  5  8  6 211       
+PG24 -15626.275829    876.568206  21534.821008    377.861829 12  6  7 126       
+PG25  19277.064985 -18115.771410   2255.570640     -0.959849  8  9  7 183       
+PG26  22126.259691  13055.168532  -8134.177591   -160.017297  6 10  9 196       
+PG27  16681.240774   8176.783979  19762.738230    251.132850  8  6  9 199       
+PG28  -9604.490777  21266.376738  12953.023900     28.555894  5  5  5 189       
+PG29  19578.493769  -6388.282656 -16665.116036    196.455985  8 11  9 189       
+PG30  -4336.894755 -16763.385676 -20540.406680    333.426956  5  9  6 210       
+PG31  -7115.367989 -25463.991693   -208.293334     60.402776  8  6  8 189       
+PG32 -20476.435884   1944.746628  16861.892482   -226.076611  7 13  9 200       
+*  2011  3 31 19 30  0.00000000
+PG02  13632.611802  22025.322072  -6900.263508    328.144494  7  6  5 178       
+PG03 -20273.111444 -11316.723710 -13591.512301    695.847785  8  8  8 133       
+PG04   5600.957082  25361.567553   4368.993892     75.755345  9  5  7 185       
+PG05  10941.389355  10819.418542 -21664.865656   -137.633844  8 10  7 119       
+PG06 -16555.279688 -13717.507247 -15568.370883   -218.652685  7  9  8 125       
+PG07  -8567.189852  15745.099722 -19526.269334      6.962337 10  7  8 212       
+PG08  -2312.220473  22988.552581 -12561.671002      7.626706  9 11 11 223       
+PG09  16043.265595   4475.308968  20145.792457     70.999378  7  9  7 201       
+PG10  -3064.309078  20844.368171 -16158.257634    -70.354987  7  6  3 195       
+PG11 -19568.741346  -3773.666331  17385.878445   -138.952080  7  6 10 127       
+PG12  20006.308096  -5949.949317  16353.157496    -15.157014  6  6 10 198       
+PG13 -18744.894802   6968.939974 -17648.575311    276.919280  8  9  7 144       
+PG14    570.565894 -14995.443421  22079.868402    141.071406  8  7  6 178       
+PG15  26387.614103   3564.798740   1099.944542   -138.855487  7  8 11 210       
+PG16  -8672.778448 -12393.562195 -21775.575082   -161.779284  7 10  6 166       
+PG17  -1216.620263  15319.916340  21808.333403    184.201224  8  6  3 215       
+PG18  15482.227352 -21135.183363   3185.643574    129.442057 10  8  9 199       
+PG19 -25341.138442  -8328.067312  -1994.244734   -125.776298  9  9  9 221       
+PG20 -20528.614317  10424.379186  13038.478713     48.815604 10  9  7 202       
+PG21   8357.212820 -16898.038063 -18069.822413   -134.266169  5  8  3 203       
+PG22   7263.948839 -22270.086630  12589.084676    150.903877 10  9  8 214       
+PG23 -25753.543143     33.611376  -7187.638824    316.423378  5  8  6 210       
+PG24 -16206.324963  -1480.886971  21091.542207    377.864833 12  7  6 132       
+PG25  19183.259405 -17636.458076   5075.911660     -0.960172  8  9  7 177       
+PG26  21142.579230  12887.737386 -10748.928070   -160.026222  7 10  9 190       
+PG27  17320.720807  10111.146406  18231.212670    251.135746  7  7  9 200       
+PG28 -10637.090654  22041.682689  10499.646931     28.558213  4  6  4 187       
+PG29  21285.699161  -5762.959061 -14689.424192    196.458593  7 11 10 189       
+PG30  -2847.436276 -18390.715348 -19347.163800    333.430573  5  9  6 207       
+PG31  -6872.565194 -25413.214930   2692.871800     60.407431  8  6  7 192       
+PG32 -19131.335215    468.345222  18530.536544   -226.083378  8 12  9 201       
+*  2011  3 31 19 45  0.00000000
+PG02  13625.863752  22712.530815  -4210.116182    328.146428  6  8  5 166       
+PG03 -18663.093717 -11504.082274 -15620.528898    695.850807  8  8  8 147       
+PG04   5037.114021  24843.377059   7095.763817     75.765063  9  6  7 180       
+PG05   9386.635593  12725.660616 -21346.631405   -137.638912  7 10  6 100       
+PG06 -14635.168118 -13733.153851 -17338.393890   -218.758059  7  9  8 120       
+PG07  -9481.560197  13629.369047 -20679.246877      6.963179 10  6  7 213       
+PG08  -2918.169492  21512.624397 -14883.432844      7.626145  9 11 10 224       
+PG09  16855.155800   6667.189420  18871.366433     71.001152  7  9  8 203       
+PG10  -4331.780996  22020.704241 -14122.002580    -70.354914  7  6  3 193       
+PG11 -20513.358414  -5519.114160  15819.281860   -138.954998  7  7 10 137       
+PG12  18864.790181  -4336.465556  18138.859761    -15.154664  6  6 10 204       
+PG13 -20549.196296   6439.514798 -15724.720706    276.917747  7  9  6 161       
+PG14   3012.529382 -14491.005477  22207.359311    141.073963  8  7  6 179       
+PG15  26315.854645   3830.352840  -1725.065706   -138.852663  7  7 11 208       
+PG16  -7032.723455 -14235.876733 -21207.946223   -161.781730  7  9  6 158       
+PG17  -3643.890258  14876.499898  21825.141625    184.201784  8  6  4 216       
+PG18  15870.936985 -21040.623940    373.512059    129.443740  9  8  9 199       
+PG19 -24913.183901  -8465.731073  -4790.816525   -125.779540  9  9  9 223       
+PG20 -19759.283384   8949.507447  15136.298669     48.815832 10  8  6 204       
+PG21   9335.648220 -14869.318204 -19358.588704   -134.268177  4  8  3 209       
+PG22   8312.726609 -23078.185834  10223.079390    150.903124 10  9  8 214       
+PG23 -26370.386096   -278.942569  -4446.466544    316.420746  5  7  5 212       
+PG24 -16882.606705  -3736.879327  20288.583271    377.867308 12  7  6 141       
+PG25  18920.515457 -16905.250315   7808.769035     -0.960606  8  9  7 174       
+PG26  19880.168888  12711.812460 -13187.455827   -160.035185  7 10  8 185       
+PG27  17994.534040  11838.720343  16404.425716    251.139945  7  7  9 201       
+PG28 -11442.253334  22655.809041   7867.050664     28.560194  2  6  3 194       
+PG29  22788.354414  -5273.373294 -12459.114119    196.460978  7 11 10 187       
+PG30  -1533.775054 -19974.481022 -17831.454895    333.433106  6  9  6 203       
+PG31  -6513.593334 -25068.572052   5547.201593     60.411623  9  6  7 197       
+PG32 -17748.046782  -1193.398284  19883.119779   -226.090332  8 12  8 201       
+*  2011  3 31 20  0  0.00000000
+PG02  13521.881661  23124.529078  -1449.567551    328.148642  6  7  5 175       
+PG03 -16854.600735 -11775.213882 -17391.327292    695.855381  8  8  8 136       
+PG04   4321.329087  24076.423513   9697.078129     75.774393  9  6  7 188       
+PG05   7963.291050  14663.274290 -20661.314873   -137.644349  7 10  6 147       
+PG06 -12532.490168 -13834.627032 -18808.744817   -218.863742  8 10  8 142       
+PG07 -10553.806249  11466.943432 -21474.769437      6.964200 10  7  7 208       
+PG08  -3692.023985  19839.096526 -16942.069908      7.626477  9 11 10 217       
+PG09  17710.795579   8658.071762  17257.349514     71.003885  7 10  8 197       
+PG10  -5396.979083  23063.756638 -11841.527627    -70.356881  7  6  3 192       
+PG11 -21406.571375  -7071.663826  13978.139502   -138.957781  7  7 10 160       
+PG12  17703.935137  -2515.313260  19611.276785    -15.152057  7  5 10 204       
+PG13 -22152.226000   6052.079780 -13533.421696    276.916711  7  9  6 148       
+PG14   5473.486156 -14125.058242  21958.175550    141.076044  9  7  6 169       
+PG15  25941.942829   4076.327217  -4520.677821   -138.849792  7  7 11 204       
+PG16  -5544.330133 -16097.923832 -20272.640146   -161.784038  8  9  6 172       
+PG17  -6074.509162  14563.030508  21470.738186    184.201684  8  6  4 215       
+PG18  16076.362492 -20704.653771  -2445.166454    129.445480  9  8 10 206       
+PG19 -24187.985375  -8572.712546  -7506.617594   -125.783169  9  9  9 225       
+PG20 -18938.722579   7252.525094  16970.383997     48.816051 10  7  6 201       
+PG21  10456.521168 -12773.644530 -20297.752026   -134.270562  4  9  3 219       
+PG22   9159.399488 -23713.116773   7681.429850    150.902437 10  9  8 213       
+PG23 -26692.335150   -526.293430  -1630.322658    316.418425  5  6  5 212       
+PG24 -17631.086933  -5851.646614  19140.299423    377.868826 12  8  6 164       
+PG25  18525.994496 -15911.827286  10407.029514     -0.960969  8  9  6 170       
+PG26  18357.137535  12565.864826 -15410.694599   -160.044246  8 10  8 173       
+PG27  18665.006318  13336.264057  14311.116905    251.143602  7  7  9 192       
+PG28 -12032.162664  23069.227952   5099.292701     28.562273  3  6  4 182       
+PG29  24050.718947  -4896.728226 -10012.961020    196.463688  6 11 10 192       
+PG30   -403.483119 -21470.513125 -16017.705321    333.434818  6  9  7 209       
+PG31  -6006.373012 -24453.193020   8305.301642     60.416190  9  6  5 197       
+PG32 -16368.742168  -3021.593490  20898.106620   -226.097277  9 12  8 195       
+*  2011  3 31 20 15  0.00000000
+PG02  13286.662297  23271.554574   1335.201013    328.150682  6  8  5 164       
+PG03 -14882.479402 -12150.815540 -18874.958002    695.859286  9  8  8 108       
+PG04   3432.452465  23091.865594  12126.759982     75.783687  9  7  6 189       
+PG05   6690.860267  16588.452717 -19620.382988   -137.649475  7  9  5 144       
+PG06 -10286.611555 -14041.425044 -19953.209457   -218.968575  8  9  8 156       
+PG07 -11773.229727   9306.312928 -21899.682207      6.965066 10  6  7 207       
+PG08  -4646.544422  18014.395502 -18702.119765      7.626113  9 11  9 216       
+PG09  18571.284821  10418.059283  15333.964161     71.005500  6 10  8 199       
+PG10  -6265.911933  23932.191073  -9355.472389    -70.357712  7  6  5 190       
+PG11 -22212.318277  -8420.696588  11895.486877   -138.960276  7  7 10 165       
+PG12  16564.987687   -510.381039  20745.459300    -15.149531  7  6 10 209       
+PG13 -23516.089972   5782.506051 -11111.697798    276.915197  6  8  6 149       
+PG14   7903.673697 -13901.166813  21336.077835    141.078050  9  7  7 163       
+PG15  25270.339961   4338.987265  -7239.230267   -138.847371  7  7 10 205       
+PG16  -4226.378777 -17933.599634 -18985.089702   -161.786556  8  9  6 174       
+PG17  -8460.201720  14380.265373  20750.417821    184.202067  7  5  5 217       
+PG18  16127.756363 -20108.303833  -5220.606930    129.447376  9  8  9 205       
+PG19 -23172.750532  -8686.148122 -10095.761115   -125.786723  9  9  9 224       
+PG20 -18105.486249   5351.440673  18508.562653     48.816210 10  5  6 203       
+PG21  11710.676930 -10658.770523 -20871.557782   -134.272749  4  9  4 218       
+PG22   9817.749502 -24140.146379   5007.523994    150.901620 10  9  9 213       
+PG23 -26709.311549   -744.756333   1213.300301    316.416111  6  5  4 215       
+PG24 -18421.931582  -7790.889204  17666.795927    377.871327 12  8  6 168       
+PG25  18039.377184 -14654.327380  12825.896669     -0.961311  8  9  6 165       
+PG26  16599.102103  12484.925428 -17383.197501   -160.053127  8 10  7 175       
+PG27  19291.579840  14588.053413  11984.336871    251.146374  6  7  9 193       
+PG28 -12426.501743  23246.943989   2243.358141     28.564358  3  7  3 180       
+PG29  25043.633507  -4604.489834  -7393.454860    196.465893  6 11 10 197       
+PG30    543.822564 -22834.933130 -13935.344243    333.438002  7  9  6 209       
+PG31  -5324.261287 -23597.615862  10919.741258     60.420590  9  7  5 203       
+PG32 -15032.299845  -4990.165779  21559.783548   -226.104209  9 12  7 195       
+*  2011  3 31 20 30  0.00000000
+PG02  12889.547873  23171.203853   4097.675877    328.152808  6  5  5 156       
+PG03 -12785.646773 -12645.332049 -20047.060615    695.863721  9  8  8  67       
+PG04   2356.174941  21926.349472  14341.676351     75.792832 10  7  5 189       
+PG05   5581.050829  18455.437686 -18241.448604   -137.654804  6  9  4 146       
+PG06  -7941.085399 -14366.234549 -20751.143952   -219.074280  9  9  8 166       
+PG07 -13121.056445   7193.893219 -21947.274585      6.966119  9  5  7 210       
+PG08  -5785.904353  16088.011708 -20133.723154      7.624893  9 11  9 216       
+PG09  19394.658428  11926.107323  13136.925871     71.006121  6 10  8 197       
+PG10  -6952.242103  24588.175253  -6706.389750    -70.358475  7  6  5 183       
+PG11 -22894.920494  -9563.183250   9608.233275   -138.963418  6  8 10 170       
+PG12  15485.231581   1646.992183  21522.367442    -15.146990  7  6  9 212       
+PG13 -24609.384210   5600.602273  -8500.543405    276.914169  6  8  6 160       
+PG14  10253.666125 -13814.529947  20351.093850    141.080587  9  7  7 158       
+PG15  24313.920805   4653.231846  -9834.330083   -138.844608  7  7 10 203       
+PG16  -3089.367522 -19695.127331 -17366.985476   -161.789261  8  8  6 181       
+PG17 -10753.501146  14320.974552  19675.685599    184.202059  7  5  6 219       
+PG18  16058.527423 -19240.429840  -7903.486694    129.448979  9  8  9 205       
+PG19 -21883.006861  -8841.547090 -12514.370488   -125.790071 10  9  9 224       
+PG20 -17295.518182   3271.911200  19723.851685     48.815850 10  3  5 200       
+PG21  13081.261413  -8570.902533 -21071.207312   -134.274603  4 10  4 219       
+PG22  10308.184447 -24329.442600   2247.221025    150.900932 10  8  9 212       
+PG23 -26419.764011   -971.772219   4036.472251    316.413813  6  4  4 218       
+PG24 -19220.664945  -9526.854250  15893.560327    377.873632 11  8  7 174       
+PG25  17501.220948 -13139.594734  15023.667851     -0.961671  8  9  6 166       
+PG26  14638.352017  12499.237293 -19073.567958   -160.062692  8 11  6 171       
+PG27  19832.308008  15586.341548   9461.067348    251.149429  5  7  9 189       
+PG28 -12651.596316  23159.997440   -651.594974     28.566393  5  7  3 189       
+PG29  25745.562868  -4363.693117  -4646.042200    196.468293  6 11 10 197       
+PG30   1316.335405 -24025.736156 -11618.416365    333.440359  7  8  6 206       
+PG31  -4447.256790 -22538.528714  13345.865709     60.425266  9  7  5 207       
+PG32 -13772.931009  -7066.713054  21858.411596   -226.111029  9 12  6 194       
+*  2011  3 31 20 45  0.00000000
+PG02  12304.526287  22847.677248   6791.719530    328.154876  6  5  5 149       
+PG03 -10605.812453 -13266.316325 -20888.206566    695.867930 10  8  8  66       
+PG04   1085.828410  20620.550457  16302.574200     75.802018 10  7  5 186       
+PG05   4637.467993  20218.163144 -16547.988730   -137.660159  6  9  4 145       
+PG06  -5542.155633 -14814.310461 -21187.894951   -219.180493  9 10  8 173       
+PG07 -14571.066843   5172.398158 -21617.353821      6.966938  9  4  7 210       
+PG08  -7105.403154  14110.611401 -21213.102760      7.623846  9 11  8 213       
+PG09  20137.652604  13170.582999  10706.640376     71.007988  5 10  8 197       
+PG10  -7476.597671  24998.909866  -3940.033169    -70.360147  7  6  6 182       
+PG11 -23420.478101 -10503.522596   7156.457321   -138.965868  7  8 10 177       
+PG12  14496.589320   3919.051157  21929.164788    -15.144333  7  5  9 215       
+PG13 -25408.319412   5471.424849  -5744.268705    276.912708  6  7  5 160       
+PG14  12476.067787 -13852.194508  19019.391399    141.082541  9  7  7 151       
+PG15  23093.543668   5051.067553 -12261.625187   -138.841957  7  7  9 203       
+PG16  -2135.243309 -21334.823685 -15445.936604   -161.791652  8  8  6 185       
+PG17 -12909.378581  14370.243077  18264.119464    184.202370  7  5  7 219       
+PG18  15904.762161 -18098.359619 -10445.904286    129.450601  9  7  9 209       
+PG19 -20342.131636  -9071.280396 -14721.288750   -125.793471 10  8  9 216       
+PG20 -16540.717815   1046.450310  20594.956780     48.816118 10     4 199       
+PG21  14544.325926  -6552.994625 -20894.924911   -134.277340  4 10  5 220       
+PG22  10656.774855 -24257.309497   -551.926648    150.900238 10  8 10 212       
+PG23 -25830.730915  -1244.308033   6791.583844    316.411720  6  4  4 219       
+PG24 -19989.508599 -11039.170110  13851.016476    377.876532 11  8  7 178       
+PG25  16951.294744 -11383.094528  16962.457124     -0.962073  8  9  5 171       
+PG26  12512.802645  12633.092021 -20454.838898   -160.071919  9 11  5 170       
+PG27  20245.432532  16331.553527   6781.781982    251.153951  3  7  9 184       
+PG28 -12739.280409  22786.775988  -3535.072475     28.568572  6  7  4 186       
+PG29  26143.350142  -4138.423314  -1818.318749    196.470956  6 11 10 202       
+PG30   1929.622244 -25004.336011  -9105.116109    333.443873  7  8  7 206       
+PG31  -3362.934942 -21317.298530  15542.539451     60.429608  9  7  4 210       
+PG32 -12619.008560  -9213.588973  21790.284929   -226.117640  9 12  5 190       
+*  2011  3 31 21  0  0.00000000
+PG02  11511.368664  22330.796573   9372.272957    328.156750  5  6  5 127       
+PG03  -8386.110783 -14014.041686 -21384.184276    695.872539 10  8  8  68       
+PG04   -377.128669  19217.560726  17974.836351     75.811436 10  7  4 185       
+PG05   3855.630458  21831.926687 -14568.958735   -137.665266  6  9  3 118       
+PG06  -3137.148291 -15383.157777 -21255.115438   -219.284812  9  9  8 168       
+PG07 -16090.521529   3279.371921 -20916.205388      6.967906  9  4  7 208       
+PG08  -8591.546037  12132.137065 -21922.907444      7.624678  9 11  8 216       
+PG09  20757.509887  14149.427567   8087.324508     71.010093  3  9  9 191       
+PG10  -7865.597405  25137.991206  -1104.560985    -70.361398  7  6  6 182       
+PG11 -23758.189646 -11253.100504   4582.672747   -138.968856  7  8 10 185       
+PG12  13624.448940   6262.903363  21959.402150    -15.142039  6  5  9 216       
+PG13 -25897.573609   5356.780233  -2889.779656    276.911208  6  6  5 165       
+PG14  14527.143461 -13993.590861  17363.053451    141.084463  9  7  8 158       
+PG15  21637.329583   5560.193916 -14479.546948   -138.839002  7  8  9 198       
+PG16  -1357.478010 -22806.885781 -13255.013752   -161.793971  8  7  6 199       
+PG17 -14886.796257  14506.081052  16539.130695    184.202641  6  5  7 217       
+PG18  15703.630861 -16688.204910 -12802.327260    129.452491  9  7  9 207       
+PG19 -18580.599314  -9403.186001 -16678.754943   -125.796966 10  8  8 220       
+PG20 -15867.679730  -1286.637196  21106.664706     48.816238 10     4 198       
+PG21  16069.732149  -4643.215016 -20347.862883   -134.279879  4 10  6 222       
+PG22  10894.066689 -23907.204666  -3341.494986    150.899387 10  7 10 216       
+PG23 -24957.598052  -1597.274079   9432.101234    316.409193  5  4  3 219       
+PG24 -20688.850343 -12315.403417  11574.008294    377.878549 10  8  7 186       
+PG25  16426.956415  -9408.499592  18608.851425     -0.962388  8  9  5 181       
+PG26  10264.772357  12903.883736 -21504.802865   -160.080885  9 11  4 156       
+PG27  20490.994268  16832.202676   3989.943756    251.159544     7  9 174       
+PG28 -12725.521079  22114.073212  -6356.150966     28.570696  7  7  5 185       
+PG29  26232.654450  -3891.412518   1040.811676    196.473346  6 11 10 199       
+PG30   2405.904185 -25737.016960  -6437.244394    333.445355  8  8  7 204       
+PG31  -2067.080604 -19978.347537  17472.809703     60.434079  9  7  4 211       
+PG32 -11592.135764 -11389.169937  21357.701369   -226.124374 10 12  5 185       
+*  2011  3 31 21 15  0.00000000
+PG02  10496.564328  21654.829724  11796.045614    328.158852  4  6  5 121       
+PG03  -6169.687106 -14881.379516 -21526.224879    695.877322 10  8  8  39       
+PG04  -2022.962742  17761.192282  19329.138171     75.820513 10  7  3 183       
+PG05   3223.307585  23255.024568 -12338.307743   -137.670680  6  8  1 120       
+PG06   -772.813276 -16062.532317 -20950.966390   -219.389763  9  9  8 166       
+PG07 -17641.343949   1545.934983 -19856.443691      6.968733  9  4  7 208       
+PG08 -10222.480952  10199.973641 -22252.421381      7.624894  9 11  8 215       
+PG09  21213.743752  14869.926606   5326.079301     71.011969  3  9  9 186       
+PG10  -8150.624897  24986.545561   1750.328520    -70.361845  7  6  7 176       
+PG11 -23881.547989 -11829.594312   1931.079415   -138.971487  7  8 10 189       
+PG12  12886.760864   8631.992777  21613.090619    -15.139483  6  5  9 217       
+PG13 -26070.838631   5216.863691     14.193467    276.909820  5  5  4 175       
+PG14  16368.324641 -14211.372134  15409.755311    141.086749  9  7  8 162       
+PG15  19979.676470   6202.753704 -16450.011553   -138.836269  7  8  8 201       
+PG16   -741.489469 -24069.125815 -10832.180573   -161.796347  8  7  6 191       
+PG17 -16650.125276  14700.322338  14529.622094    184.202923  6  4  8 217       
+PG18  15491.747080 -15024.818559 -14930.503428    129.454384  9  6  8 207       
+PG19 -16634.971057  -9859.343006 -18353.038003   -125.800389 10  8  8 219       
+PG20 -15296.657953  -3684.552448  21250.120094     48.816414 10     3 202       
+PG21  17622.310417  -2873.646068 -19441.856747   -134.282153  4 10  6 219       
+PG22  11053.714809 -23270.495870  -6073.039130    150.898579 10  7  9 217       
+PG23 -23823.559990  -2062.015984  11913.308399    316.407093  5  4  4 219       
+PG24 -21278.788625 -13351.321176   9101.221445    377.881392 10  7  7 189       
+PG25  15961.636113  -7246.963723  19934.488410     -0.962728  8  9  4 189       
+PG26   7939.621582  13321.407554 -22206.294912   -160.089621  9 11  3 165       
+PG27  20532.425465  17104.522649   1131.435664    251.163553  5  7 10 177       
+PG28 -12648.851981  21137.839679  -9064.438000     28.572786  8  7  5 186       
+PG29  26018.056442  -3585.687567   3881.995743    196.475658  7 10  9 202       
+PG30   2773.075428 -26196.237437  -3659.589723    333.447616  8  7  7 203       
+PG31   -563.998228 -18567.442563  19104.482292     60.438575  9  7  3 212       
+PG32 -10706.481921 -13549.258542  20568.850994   -226.131074 10 11  5 183       
+*  2011  3 31 21 30  0.00000000
+PG02   9254.019624  20857.162542  14022.186468    328.160734  3  6  4  98       
+PG03  -3998.284035 -15853.948097 -21311.166036    695.882176 10  8  8 113       
+PG04  -3833.860061  16294.267937  20341.989414     75.829816 10  7  2 176       
+PG05   2721.165730  24450.286573  -9894.402502   -137.675518  6  8    150       
+PG06   1506.317477 -16834.764274 -20280.196649   -219.494545 10  9  8 161       
+PG07 -19181.513076     -4.210898 -18456.758414      6.969692  8  4  7 213       
+PG08 -11968.767336   8357.252487 -22197.641506      7.624650  9 11  8 220       
+PG09  21469.789032  15348.111022   2471.942868     71.014890  7  7 10 191       
+PG10  -8366.399085  24534.083460   4574.314178    -70.362676  7  6  7 188       
+PG11 -23769.370416 -12256.055376   -753.186983   -138.974342  7  8 10 193       
+PG12  12293.436903  10977.711241  20896.665221    -15.136917  6  4  9 219       
+PG13 -25931.037197   5011.972967   2917.908071    276.908482  5  3  3 184       
+PG14  17967.534856 -14472.528795  13192.345578    141.089021  9  7  8 171       
+PG15  18160.044007   6994.296680 -18139.069083   -138.833631  7  8  7 198       
+PG16   -265.392621 -25084.582649  -8219.623110   -161.798631  8  7  6 174       
+PG17 -18170.372551  14919.780985  12269.545457    184.203191  5  4  8 216       
+PG18  15303.552558 -13131.394456 -16792.310259    129.456076  9  5  8 204       
+PG19 -14546.660453 -10455.061607 -19715.018489   -125.803619 10  7  8 221       
+PG20 -14840.797134  -6101.479489  21022.980860     48.816599  9  2  4 205       
+PG21  19163.214648  -1269.266024 -18195.047191   -134.284136  4 10  7 215       
+PG22  11170.990420 -22346.923424  -8698.957598    150.897826 10  6  9 221       
+PG23 -22458.803214  -2664.936425  14193.027971    316.404784  4  4  4 220       
+PG24 -21720.695756 -14150.850692   6474.551374    377.885357  9  6  7 192       
+PG25  15583.485055  -4936.109281  20916.545939     -0.963037  7  9  4 198       
+PG26   5584.295262  13887.423264 -22547.429101   -160.098767  9 10  3 149       
+PG27  20338.068341  17171.817833  -1746.077340    251.167431  7  6 10 188       
+PG28 -12548.676942  19863.583009 -11611.064171     28.575042  9  7  5 191       
+PG29  25512.829401  -3186.203574   6656.290695    196.478187  7 10  9 204       
+PG30   3063.490538 -26361.733804   -819.237194    333.449175  8  7  7 199       
+PG31   1133.507529 -17129.963774  20410.604268     60.443330  9  7  3 214       
+PG32  -9968.402749 -15648.573196  19437.628877   -226.137648 10 11  6 188       
+*  2011  3 31 21 45  0.00000000
+PG02   7785.494284  19976.863434  16012.929244    328.162695  2  6  5 117       
+PG03  -1910.874124 -16910.530503 -20741.550572    695.886155 11  7  8 113       
+PG04  -5784.455817  14856.973187  20996.149398     75.839088 10  7  2 175       
+PG05   2323.699010  25386.450464  -7279.368978   -137.680988  7  7    151       
+PG06   3659.489151 -17675.394853 -19254.096132   -219.599859 10  9  8 155       
+PG07 -20666.611704  -1355.484009 -16741.563207      6.970487  8  5  7 212       
+PG08 -13794.438978   6641.356340 -21761.229878      7.624055  9 11  8 218       
+PG09  21494.473303  15607.827122   -425.051758     71.018135  7  7 11 218       
+PG10  -8549.398975  23779.032727   7317.401118    -70.362863  7  5  7 187       
+PG11 -23406.628764 -12559.809488  -3424.794885   -138.977411  8  7  9 196       
+PG12  11846.071567  13251.085915  19822.842233    -15.134507  6  4  9 221       
+PG13 -25490.199454   4704.231453   5771.449611    276.907078  5  1  2 184       
+PG14  19300.282534 -14739.739187  10748.334117    141.091057  9  7  8 170       
+PG15  16221.553635   7942.997612 -19517.489622   -138.830707  7  8  7 201       
+PG16     98.948547 -25822.943036  -5462.989732   -161.801071  9  6  7 166       
+PG17 -19426.167512  15127.623872   9797.361984    184.203208  5  4  8 218       
+PG18  15169.799408 -11038.724501 -18354.518564    129.457869  9  5  7 204       
+PG19 -12360.517900 -11198.129069 -20740.708348   -125.807192 10  7  7 220       
+PG20 -14505.661372  -8490.182939  20429.449418     48.816843  9  3  4 204       
+PG21  20651.411028    152.754715 -16631.388482   -134.287236  4 10  7 212       
+PG22  11281.221804 -21144.746301 -11173.352898    150.897000 10  5  9 220       
+PG23 -20899.438817  -3426.297804  16232.311361    316.402483  4  5  4 221       
+PG24 -21978.742965 -14725.740666   3738.426279    377.888123  9  4  8 195       
+PG25  15314.242308  -2518.767699  21538.134782     -0.963339  7  9  4 201       
+PG26   3245.812447  14595.498340 -22521.788141   -160.107918  9 10  3 165       
+PG27  19882.563196  17063.544049  -4593.854903    251.170803  8  6 11 181       
+PG28 -12463.514168  18306.387391 -13949.681875     28.576796  9  7  5 184       
+PG29  24738.386890  -2661.398578   9316.010313    196.480444  7  9  9 207       
+PG30   3312.560560 -26221.377210   2035.188560    333.453092  9  7  7 200       
+PG31   3004.475312 -15709.218069  21369.850065     60.447659  9  7  3 216       
+PG32  -9376.353746 -17642.272300  17983.377658   -226.144310 10 11  7 183       
+*  2011  3 31 22  0  0.00000000
+PG02   6100.757145  19053.190292  17734.204620    328.164804  3  5  4 139       
+PG03     57.615187 -18023.751408 -19825.655924    695.890776 11  7  8  98       
+PG04  -7842.673428  13485.338163  21280.907926     75.848144 10  7  2 175       
+PG05   2000.408336  26039.321520  -4538.362771   -137.686372  8  7    168       
+PG06   5651.136671 -18554.102738 -17890.320503   -219.705125 10  9  8 151       
+PG07 -22051.470802  -2500.807091 -14740.554577      6.971452  8  5  7 213       
+PG08 -15658.313003   5082.677929 -20952.350063      7.624440  9 11  8 220       
+PG09  21263.255558  15679.526150  -3314.791882     71.020340  8  7 11 167       
+PG10  -8736.208381  22728.922693   9930.879785    -70.364294  8  4  7 189       
+PG11 -22785.053641 -12771.219615  -6038.936630   -138.979981  8  7  9 196       
+PG12  11537.993432  15404.479189  18410.374714    -15.131776  6  4  9 221       
+PG13 -24769.000475   4259.254039   8525.586911    276.905961  5     1 187       
+PG14  20350.477582 -14972.906913   8119.292042    141.093430  8  7  9 174       
+PG15  14209.455253   9049.160205 -20561.276310   -138.827978  8  8  6 198       
+PG16    384.610635 -26261.712728  -2610.557005   -161.803542  9  5  7 159       
+PG17 -20404.467321  15284.908469   7155.411556    184.203468  5  4  8 217       
+PG18  15116.197387  -8784.143326 -19589.449201    129.459777  9  3  7 211       
+PG19 -10123.283416 -12088.343526 -21411.698828   -125.810440 10  7  6 219       
+PG20 -14289.078894 -10803.662282  19480.179850     48.816961  9  4  4 203       
+PG21  22045.234978   1383.425657 -14780.064660   -134.289483  3 10  7 212       
+PG22  11418.231332 -19680.562531 -13452.870809    150.896667 10  3  8 224       
+PG23 -19186.221435  -4359.251334  17996.088708    316.400346  4  5  4 221       
+PG24 -22021.331878 -15094.937056    939.093807    377.889101 10  5  7 193       
+PG25  15168.363665    -41.521098  21788.587926     -0.963626  6  8  5 205       
+PG26    969.748491  15431.137599 -22128.564180   -160.116728  9 10  4 151       
+PG27  19148.049428  16814.141747  -7362.853225    251.174788  8  4 11 195       
+PG28 -12429.257918  16490.539697 -16037.442379     28.579089 10  7  5 180       
+PG29  23723.430396  -1984.608515  11815.541862    196.483179  8  9  9 212       
+PG30   3557.207548 -25771.743777   4854.337774    333.455688  9  6  7 202       
+PG31   5020.437478 -14344.858880  21966.809966     60.452371  9  6  4 217       
+PG32  -8921.095432 -19487.461393  16230.565105   -226.151170 10 11  8 182       
+*  2011  3 31 22 15  0.00000000
+PG02   4217.451973  18124.091946  19156.211501    328.166731  3  5  3 133       
+PG03   1877.440134 -19160.994415 -18577.449776    695.893636 11  7  7  39       
+PG04  -9970.836354  12209.912011  21192.228636     75.856960 10  7  3 174       
+PG05   1717.182368  26392.670818  -1718.781233   -137.691540  8  6    158       
+PG06   7452.092402 -19435.884305 -16212.588793   -219.810660 10  8  8 181       
+PG07 -23291.847547  -3441.663677 -12488.189806      6.972104  7  5  7 211       
+PG08 -17515.489238   3703.672768 -19786.398368      7.623746  9 11  9 219       
+PG09  20759.191119  15598.832297  -6147.955426     71.023263  7  7 12 198       
+PG10  -8961.851470  21400.207166  12368.271057    -70.365490  8  4  7 187       
+PG11 -21903.495432 -12922.358515  -8552.019919   -138.982678  9  7  9 202       
+PG12  11354.641929  17393.237640  16683.712046    -15.129111  6  4  9 220       
+PG13 -23795.973309   3647.689888  11132.627940    276.904379  5       189       
+PG14  21110.937399 -15130.827734   5350.170804    141.095468  9  7  9 177       
+PG15  12169.517594  10305.028187 -21252.095987   -138.825150  8  8  5 202       
+PG16    628.096147 -26387.087909    287.660641   -161.805793  9  5  7 159       
+PG17 -21100.949482  15352.226769   4389.199340    184.203637  5  4  8 217       
+PG18  15162.286347  -6410.206430 -20475.505186    129.461363  9  3  6 214       
+PG19  -7881.963413 -13117.357552 -21715.526841   -125.813787 10  6  6 220       
+PG20 -14181.307437 -12996.796617  18192.064084     48.816817  9  3  5 202       
+PG21  23303.951624   2421.974726 -12674.835256   -134.291747  5 10  8 213       
+PG22  11612.832849 -17978.807924 -15497.500384    150.895705 10  3  8 222       
+PG23 -17363.099066  -5469.130760  19453.768978    316.397873  4  4  4 220       
+PG24 -21822.380373 -15283.697145  -1876.119546    377.892231 11  7  9 203       
+PG25  15152.446389   2446.899148  21663.641677     -0.964006  6  9  4 206       
+PG26  -1201.243648  16372.199724 -21372.647218   -160.126299  9 10  5 166       
+PG27  18125.125215  16461.654868 -10004.555630    251.180647  9  4 11 128       
+PG28 -12477.537009  14448.768169 -17835.921110     28.581268 10  7  5 173       
+PG29  22502.831831  -1135.287768  14112.120178    196.485402  8  8  9 214       
+PG30   3834.235015 -25018.367594   7588.995550    333.459842  9  6  7 204       
+PG31   7146.349674 -13071.468594  22192.181202     60.456952  9  6  4 218       
+PG32  -8586.180534 -21144.633085  14208.401235   -226.157810 10 11  9 179       
+*  2011  3 31 22 30  0.00000000
+PG02   2160.673506  17224.757636  20253.938854    328.168481  4  4  4 147       
+PG03   3525.001419 -20285.533450 -17016.466874    695.899614 11  6  7 113       
+PG04 -12127.003496  11054.682288  20732.755682     75.866339 10  7  3 172       
+PG05   1437.825629  26438.836038   1130.568371   -137.697071  9  5  1 166       
+PG06   9040.538730 -20282.440121 -14250.258848   -219.915719 10  8  8 162       
+PG07 -24346.074124  -4187.827415 -10023.093397      6.973224  7  5  7 212       
+PG08 -19318.979295   2518.233824 -18284.641772      7.624366  8 11  8 220       
+PG09  19973.595157  15404.953576  -8876.822277     71.026693  7  8 12 135       
+PG10  -9258.191515  19817.730106  14586.233219    -70.367002  8  4  7 192       
+PG11 -20768.033478 -13045.640158 -10922.324356   -138.985207  9  7  8 204       
+PG12  11274.252908  19177.229216  14672.570377    -15.126833  7  4  9 221       
+PG13 -22606.425004   2846.580054  13547.260750    276.903115  5       190       
+PG14  21583.559322 -15172.922332   2488.549517    141.097733  8  7  9 179       
+PG15  10146.402607  11694.913433 -21577.618991   -138.822410  8  8  5 202       
+PG16    867.677721 -26194.490098   3180.837803   -161.808566  9  4  7 157       
+PG17 -21520.072610  15291.390760   1546.610697    184.203806  5  5  8 217       
+PG18  15320.583033  -3963.159898 -20997.566090    129.463642  9  2  6 216       
+PG19  -5682.191089 -14268.842513 -21645.950414   -125.817260 10  6  5 220       
+PG20 -14165.511838 -15027.914585  16587.902900     48.816968  9  3  6 201       
+PG21  24389.258586   3275.565172 -10353.331477   -134.294216  7  9  8 211       
+PG22  11891.451760 -16070.950619 -17271.317081    150.895129 10  4  7 223       
+PG23 -15475.644985  -6753.040193  20579.780372    316.395584  4  4  3 219       
+PG24 -21362.415709 -15322.474286  -4659.567074    377.894873 11  8 10 204       
+PG25  15264.971991   4897.295613  21165.505672     -0.964245  5  9  4 209       
+PG26  -3228.826241  17389.593306 -20264.656059   -160.135772  9  9  6 152       
+PG27  16813.516269  16046.179345 -12471.850790    251.185676 10  3 11 148       
+PG28 -12634.247561  12221.119164 -19311.960870     28.583603 10  7  5 157       
+PG29  21116.295654    -99.988593  16166.546263    196.487967  8  8  8 218       
+PG30   4178.677919 -23975.657395  10190.972712    333.461500  9  5  7 206       
+PG31   9341.762642 -11917.352581  22042.863289     60.461600  9  7  5 219       
+PG32  -8348.704669 -22578.992183  11950.398995   -226.164344 10 10  9 179       
+*  2011  3 31 22 45  0.00000000
+PG02    -37.736368  16386.267557  21007.629065    328.170499  5  3  4 138       
+PG03   4983.590258 -21357.843719 -15167.601998    695.905171 11  6  7   4       
+PG04 -14266.470643  10036.280022  19911.688479     75.875385 10  7  3 170       
+PG05   1125.672822  26179.000288   3960.329204   -137.702335  9  4  2 165       
+PG06  10402.666013 -21053.710874 -12037.788903   -220.020892 10  7  8 167       
+PG07 -25176.616065  -4756.777358  -7387.402184      6.973994  7  5  6 211       
+PG08 -21021.402197   1531.402741 -16473.774789      7.623830  8 11  8 220       
+PG09  18906.390334  15139.001969 -11456.016748     71.028726  9  6 12 138       
+PG10  -9652.463176  18013.854434  16545.407226    -70.369376  8  4  7 190       
+PG11 -19391.833251 -13172.458759 -13110.617952   -138.988073  9  7  8 204       
+PG12  11268.825085  20722.212416  12411.421808    -15.124491  7  4  9 217       
+PG13 -21241.095115   1840.474087  15727.363715    276.901710  5  2    187       
+PG14  21779.149073 -15060.967247   -416.178099    141.099899  8  7  9 179       
+PG15   8182.085414  13195.639074 -21531.760751   -138.819792  8  8  5 207       
+PG16   1141.670818 -25688.742100   6018.280677   -161.811154  9  3  7 159       
+PG17 -21674.799274  15067.091582  -1322.932145    184.203993  6  5  8 216       
+PG18  15596.038061  -1491.269099 -21147.236554    129.465275  9  1  6 219       
+PG19  -3566.631980 -15518.972835 -21203.124636   -125.820598 10  6  4 218       
+PG20 -14218.532457 -16860.227807  14695.970037     48.817241  8  3  6 200       
+PG21  25266.675808   3958.714902  -7856.322123   -134.296581  6  9  8 211       
+PG22  12274.925632 -13994.411950 -18743.152380    150.894503 10  5  7 224       
+PG23 -13569.428139  -8199.755620  21354.041107    316.393569  5  4  4 217       
+PG24 -20629.434365 -15245.613867  -7364.049063    377.897658 12  9 11 208       
+PG25  15496.376744   7261.705430  20302.820885     -0.964525  4  9  4 206       
+PG26  -5080.237565  18448.237293 -18820.905309   -160.144973  8  9  7 159       
+PG27  15222.412018  15608.195851 -14719.943042    251.191077 10  3 11 159       
+PG28 -12918.330891   9853.516568 -20438.404283     28.585694 10  6  4 135       
+PG29  19606.853208   1126.937493  17943.839302    196.490376  8  7  8 218       
+PG30   4622.199578 -22666.470835  12614.009819    333.463313  9  5  6 208       
+PG31  11562.191702 -10903.585374  21521.960141     60.466188  9  7  6 217       
+PG32  -8180.294330 -23761.622180   9493.881969   -226.171266 10 10 10 177       
+*  2011  3 31 23  0  0.00000000
+PG02  -2340.152411  15634.395576  21403.173153    328.172320  5  3  3 148       
+PG03   6243.888297 -22337.050237 -13060.814461    695.910099 11  6  7  34       
+PG04 -16343.374643   9163.497839  18744.532606     75.884721  9  7  3 173       
+PG05    745.224634  25623.137298   6721.467292   -137.707640 10  3  3 176       
+PG06  11533.008894 -21709.499055  -9614.096801   -220.126434 10  7  8 157       
+PG07 -25751.482710  -5172.823488  -4626.059598      6.974922  6  5  6 215       
+PG08 -22576.683460    739.419659 -14385.407374      7.624583  7 10  9 217       
+PG09  17566.136635  14842.288506 -13843.174936     71.031339 10  5 12 116       
+PG10 -10166.002951  16027.290136  18211.178261    -70.371633  8  5  7 187       
+PG11 -17794.759439 -13331.882635 -15080.729315   -138.990931 10  7  7  46       
+PG12  11305.329486  22000.987788   9938.910916    -15.121903  7  3 10 218       
+PG13 -19744.607052    622.258487  17634.769087    276.900267  5  3    187       
+PG14  21716.908258 -14760.754918  -3313.663671    141.101895  8  7  9 179       
+PG15   6314.380277  14777.283474 -21114.819140   -138.816931  8  8  6 203       
+PG16   1486.707500 -24883.878233   8750.364069   -161.813356  8  3  7 168       
+PG17 -21585.988644  14648.464211  -4169.355855    184.204183  6  5  7 217       
+PG18  15985.823785    956.920581 -20922.945966    129.466840  9  2  6 216       
+PG19  -1573.496195 -16837.217009 -20393.670503   -125.824274 10  6  4 211       
+PG20 -14311.911316 -18463.072275  12549.479929     48.817448  8  2  7 200       
+PG21  25906.774692   4492.452058  -5226.966288   -134.299743  3  9  7 203       
+PG22  12777.535865 -11791.255938 -19887.174733    150.893782 10  6  6 224       
+PG23 -11688.381718  -9789.948619  21762.350760    316.391342  5  4  4 217       
+PG24 -19619.495900 -15089.907819  -9943.578661    377.901538 12  9 11  85       
+PG25  15829.446922   9495.053332  19090.506570     -0.964794  4  9  5 208       
+PG26  -6729.376080  19508.262335 -17063.300764   -160.153854  8  8  7 158       
+PG27  13370.438313  15186.850634 -16707.274510    251.196161 11  2 11 162       
+PG28 -13340.856599   7396.065775 -21194.690035     28.587473 10  6  4  98       
+PG29  18019.247762   2542.942305  19413.812415    196.492919  9  6  8 221       
+PG30   5191.603858 -21121.354605  14814.674112    333.466511  9  5  6 212       
+PG31  13760.633473 -10043.340053  20638.692102     60.470978  8  7  7 218       
+PG32  -8048.298719 -24670.454008   6879.442370   -226.177697 10  9 10 178       
+*  2011  3 31 23 15  0.00000000
+PG02  -4704.360153  14988.611249  21432.427933    328.174552  5  2  3 122       
+PG03   7304.197203 -23182.465149 -10730.740445    695.914625 11  5  7  88       
+PG04 -18312.334418   8437.134468  17252.737706     75.894129  9  7  2 167       
+PG05    263.739250  24789.624734   9366.139369   -137.712708 10  2  3 171       
+PG06  12434.447950 -22211.108800  -7021.831243   -220.231327 10  6  8 154       
+PG07 -26045.438166  -5465.977000  -1786.069922      6.976062  6  5  6 215       
+PG08 -23941.696588    130.101740 -12055.495475      7.624677  6 10  8 217       
+PG09  15969.752734  14554.655840 -15999.533968     71.033117 10  4 12 148       
+PG10 -10813.233377  13901.671728  19554.334289    -70.373916  8  6  7 191       
+PG11 -16002.760313 -13549.447375 -16800.072194   -138.993666 10  6  7           
+PG12  11347.115351  22994.290296   7297.207914    -15.119167  8  4 10 213       
+PG13 -18163.771663   -806.339339  19235.964102    276.899084  6  2    184       
+PG14  21423.597785 -14243.615163  -6153.495610    141.104241  9  7  8 187       
+PG15   4575.629636  16404.199127 -20333.503059   -138.814083  8  8  6 203       
+PG16   1936.083593 -23802.597806  11329.441936   -161.815861  8  4  7 162       
+PG17 -21281.480717  14010.492165  -6942.846502    184.204507  6  5  7 214       
+PG18  16479.458090   3334.316213 -20329.901379    129.468929  9  2  6 217       
+PG19    264.783849 -18187.409812 -19230.630602   -125.827400 10  6  4 218       
+PG20 -14413.132669 -19812.910646  10185.971294     48.817371  8  2  7 204       
+PG21  26286.207414   4903.248227  -2510.067231   -134.301215  6  8  7 203       
+PG22  13406.311475  -9506.699755 -20683.368735    150.892865 10  6  6 227       
+PG23  -9873.230963 -11496.729168  21796.692687    316.389032  6  4  4 211       
+PG24 -18337.027189 -14893.060340 -12354.136231    377.904774 12  9 11 214       
+PG25  16240.023046  11556.694099  17549.499040     -0.965091  4  9  5 206       
+PG26  -8157.666385  20526.421052 -15019.154822   -160.163075  8  8  8 154       
+PG27  11285.249485  14818.255498 -18396.434386    251.199420 11  2 10 178       
+PG28 -13904.456053   4901.178158 -21567.292489     28.589851 10  6  4 125       
+PG29  16398.272145   4137.201795  20551.564145    196.495509  9  5  8 221       
+PG30   5907.528769 -19377.473593  16753.227167    333.468187  9  6  5 211       
+PG31  15889.175185  -9341.521779  19408.221473     60.475478  8  8  8 213       
+PG32  -7917.145667 -25291.003788   4150.352424   -226.184320 10  9 10 187       
+*  2011  3 31 23 30  0.00000000
+PG02  -7084.941346  14461.322615  21093.445151    328.176306  5  2  3 140       
+PG03   8170.382327 -23855.159297  -8216.211043    695.919361 11  5  7 144       
+PG04 -20130.063351   7850.165017  15463.235245     75.903468  8  7  2 165       
+PG05   -347.284506  23704.540788  11848.539403   -137.717926 10  3  4 180       
+PG06  13117.878175 -22522.935566  -4306.571818   -220.335940 10  6  8 169       
+PG07 -26040.968594  -5670.608851   1084.276460      6.976630  6  5  5 218       
+PG08 -25077.789994   -316.470310  -9523.724995      7.625573  5 10  8 219       
+PG09  14141.948121  14312.905852 -17890.442707     71.034787 10  3 11 142       
+PG10 -11600.944769  11683.946526  20551.605790    -70.373878  8  7  7 192       
+PG11 -14047.045600 -13846.088960 -18240.119430   -138.996500 10  6  6 101       
+PG12  11355.459066  23691.390639   4531.308278    -15.116546  8  4 10 212       
+PG13 -16545.809176  -2434.595371  20502.714616    276.897935  6  2    183       
+PG14  20932.407631 -13487.734787  -8886.104955    141.106361  9  7  8 185       
+PG15   2991.607593  18036.269577 -19200.849454   -138.811679  8  8  7 200       
+PG16   2518.247888 -22475.386195  13710.711661   -161.818586  8  5  6 174       
+PG17 -20794.907257  13135.192404  -9594.765624    184.204281  6  6  7 215       
+PG18  17059.253672   5596.930466 -19379.900393    129.470668  9  2  7 213       
+PG19   1922.656377 -19529.068294 -17733.307461   -125.830809 10  7  3 218       
+PG20 -14487.026616 -20894.058547   7646.620232     48.817375  8  2  7 203       
+PG21  26388.506730   5221.776003    248.660940   -134.304056  8  8  7 197       
+PG22  14160.634559  -7187.505198 -21117.901907    150.892375  9  7  6 226       
+PG23  -8160.040433 -13286.492365  21455.438631    316.386930  7  4  5 210       
+PG24 -16794.823333 -14692.121200 -14554.401651    377.908101 13  9 11 108       
+PG25  16697.985476  13411.785733  15706.386977     -0.965380  5  9  6 207       
+PG26  -9354.669665  21457.666498 -12720.913334   -160.171930  8  6  8 155       
+PG27   9002.739195  14533.882437 -19755.027058    251.203826 11  1  9 172       
+PG28 -14603.133847   2421.601781 -21549.990371     28.591962 10  5  3 121       
+PG29  14787.122025   5890.857142  21337.879238    196.498051  9  5  7 224       
+PG30   6783.381979 -17477.267027  18394.439942    333.469679  8  6  5 215       
+PG31  17900.639554  -8794.715951  17851.395358     60.480264  8  8  8 214       
+PG32  -7749.816297 -25616.852965   1351.932495   -226.190755 10  8 10 186       
+*  2011  3 31 23 45  0.00000000
+PG02  -9434.803208  14057.393640  20390.602968    328.178278  5  4  3 140       
+PG03   8855.524662 -24319.509333  -5559.676057    695.923959 11  5  7 153       
+PG04 -21756.890654   7388.223184  13407.890398     75.912774  7  7  1 170       
+PG05  -1110.792163  22400.671942  14125.707498   -137.723238 10  4  4 178       
+PG06  13601.560174 -22613.939721  -1515.976379   -220.441230  9  6  7 173       
+PG07 -25728.970603  -5823.947441   3936.195663      6.977605  6  6  5 220       
+PG08 -25952.147868   -626.988047  -6832.859075      7.625340  4  9  8 219       
+PG09  12114.393575  14149.373604 -19485.795431     71.036328 10  3 11 157       
+PG10 -12527.904232   9422.643355  21186.074886    -70.374753  8  7  7 189       
+PG11 -11963.086141 -14237.252674 -19376.823560   -138.998940 10  6  6 134       
+PG12  11291.197718  24090.384233   1688.289248    -15.113831  9  4 10 209       
+PG13 -14936.559848  -4242.991337  21412.597331    276.896626  6  3    179       
+PG14  20281.576058 -12479.219256 -11463.667314    141.108270  9  8  8 188       
+PG15   1580.681457  19630.357543 -17736.027888   -138.808858  8  8  7 204       
+PG16   3255.495230 -20939.341729  15853.014023   -161.820986  8  5  6 182       
+PG17 -20164.276782  12012.529196 -12078.551771    184.204612  7  6  6 212       
+PG18  17701.067993   7705.388338 -18091.014708    129.472295  9  3  7 215       
+PG19   3382.287480 -20818.903217 -15926.982741   -125.834177 10  6  4 218       
+PG20 -14497.278508 -21699.109540   4975.497418     48.817925  8  2  8 205       
+PG21  26204.635515   5481.540702   3003.304773   -134.306663  7  6  7 194       
+PG22  15032.164108  -4880.316358 -21183.371267    150.891663  9  7  6 227       
+PG23  -6578.937919 -15120.041854  20743.447642    316.384594  7  4  6 209       
+PG24 -15013.742186 -14521.944820 -16506.453663    377.911013 13  9 11 112       
+PG25  17168.482743  15032.441207  13592.949744     -0.965706  5  9  7 206       
+PG26 -10318.407432  22256.849622 -10205.785889   -160.180953  7  6  8 159       
+PG27   6565.887968  14359.129009 -20756.468285    251.207997 10  1  8 177       
+PG28 -15422.465365      8.448888 -21143.957342     28.594295  9  6  2 118       
+PG29  13225.826662   7777.566303  21759.533787    196.500555  9  5  7 225       
+PG30   7824.569775 -15466.883315  19708.331681    333.471504  8  6  5 218       
+PG31  19750.207453  -8391.450907  15994.409837     60.484411  8  9  9 214       
+PG32  -7509.388637 -25649.851818  -1469.120191   -226.197304 10  7 10 187       
+*  2011  4  1  0  0  0.00000000
+PG02 -11706.796687  13773.960905  19334.631026    328.180019  4  5  4 143       
+PG03   9379.286408 -24544.659322  -2806.536364    695.927907 11  5  6 165       
+PG04 -23158.134990   7030.369568  11122.883023     75.921696  6  6  4 170       
+PG05  -2043.079581  20916.271432  16158.285808   -137.728530 10  5  4 179       
+PG06  13910.183520 -22458.943629   1301.104618   -220.545462  9  6  7 176       
+PG07 -25109.135604  -5964.471901   6721.209540      6.978248  7  6  5 223       
+PG08 -26538.940333   -833.711907  -4028.057518      7.624036  4  8  7 220       
+PG09   9924.664324  14090.691664 -20760.391289     71.038496 10  3 10 163       
+PG10 -13584.806499   7166.095830  21447.446577    -70.375846  8  7  7 192       
+PG11  -9789.468884 -14732.208072 -20190.981271   -139.001662 11  6  6  95       
+PG12  11116.385878  24198.157868  -1183.466052    -15.111770  9  5 10 205       
+PG13 -13378.754845  -6203.770448  21949.428349    276.895448  6  3  2 178       
+PG14  19512.812466 -11212.850209 -13840.981871    141.110469 10  8  8 191       
+PG15    353.265290  21141.889328 -15964.033930   -138.805926  9  7  7 199       
+PG16   4162.915944 -19236.758598  17719.553155   -161.823603  7  6  6 187       
+PG17 -19430.391107  10641.016760 -14350.587329    184.205151  7  6  6 209       
+PG18  18375.316611   9626.229148 -16487.158194    129.474014  9  3  7 211       
+PG19   4634.095999 -22012.468302 -13842.518206   -125.837727 10  6  3 218       
+PG20 -14407.983526 -22229.045641   2218.784440     48.818368  7  3  8 207       
+PG21  25733.274728   5717.437471   5708.434632   -134.309069     4  8 188       
+PG22  16005.081317  -2630.010750 -20878.924962    150.890696  9  7  6 226       
+PG23  -5153.066695 -16953.951312  19672.052796    316.382376  8  4  7 205       
+PG24 -13022.100388 -14413.733238 -18176.425166    377.913451 13  9 10  68       
+PG25  17613.354624  16398.615318  11245.606833     -0.966048  6  9  7 206       
+PG26 -11055.375258  22880.478546  -7515.272892   -160.190500  8  4  8 154       
+PG27   4023.284736  14312.126853 -21380.677832    251.211202 10  2  7 182       
+PG28 -16340.168845  -2290.689956 -20357.674607     28.596322  9  5  2 130       
+PG29  11749.815539   9764.344697  21809.501321    196.502870  9  5  7 227       
+PG30   9028.058944 -13394.457086  20670.810199    333.475832  7  6  4 219       
+PG31  21396.961680  -8112.764595  13868.399584     60.489239  7  9  9 211       
+PG32  -7160.597019 -25400.035687  -4265.437560   -226.203829 10  6 10 193       
+*  2011  4  1  0 15  0.00000000
+PG02 -13855.363400  13600.563186  17942.521694    328.182046  3  8  5 138       
+PG03   9767.007230 -24505.835889     -4.391045    695.933059 11  6  5 162       
+PG04 -24305.281142   6750.109936   8648.032771     75.930728  5  6  4 173       
+PG05  -3152.963838  19293.617845  17911.207282   -137.733418 10  5  5 175       
+PG06  14073.683728 -22039.699951   4095.526824   -220.650876  9  7  5 178       
+PG07 -24190.015907  -6130.261135   9391.940351      6.979371  7  6  5 223       
+PG08 -26820.225985   -973.073887  -1156.176322      7.624652  4  7  6 221       
+PG09   7614.995564  14156.781154 -21694.223006     71.040207 10  5  9 172       
+PG10 -14754.565476   4960.695116  21332.179263    -70.375883  8  6  6 192       
+PG11  -7566.645125 -15333.593973 -20668.538664   -139.004222 10  7  6 126       
+PG12  10795.913436  24030.035659  -4035.065692    -15.108864  9  5  9 199       
+PG13 -11910.417100  -8281.827142  22103.577753    276.893988  7  5  3 173       
+PG14  18669.587098  -9692.504765 -15976.308334    141.112603 10  8  7 195       
+PG15   -688.411837  22526.514400 -13915.274852   -138.803265  8  5  7 203       
+PG16   5247.642450 -17413.525390  19278.523463   -161.826058  7  7  6 191       
+PG17 -18635.158678   9027.983618 -16371.010886    184.205276  8  6  5 210       
+PG18  19048.202521  11332.956207 -14597.555585    129.475841  9  5  7 213       
+PG19   5676.961109 -23065.882438 -11515.842402   -125.841171 10  7  6 217       
+PG20 -14185.184998 -22493.032841   -576.035537     48.818239  7  4  9 203       
+PG21  24980.847002   5964.284709   8319.755097   -134.311415     4  7 188       
+PG22  17056.645832   -478.130294 -20210.257343    150.890029  9  8  7 226       
+PG23  -3897.810157 -18742.114857  18258.930993    316.380068  8  5  7 201       
+PG24 -10854.789733 -14393.718950 -19535.103196    377.915164 13 10  9 116       
+PG25  17992.694441  17498.693361   8704.788044     -0.966366  7  8  7 201       
+PG26 -11580.233065  23288.475682  -4694.585186   -160.199323  7  4  7 161       
+PG27   1427.378786  14402.857331 -21614.638139    251.214663 10  4  7 191       
+PG28 -17327.021585  -4433.460991 -19206.672867     28.598310  9  5     92       
+PG29  10388.673808  11812.663226  21487.057829    196.505684  9  5  7 227       
+PG30  10382.296380 -11308.300894  21264.193165    333.479775  7  7  5 221       
+PG31  22805.297748  -7933.054658  11508.957312     60.493835  7  8 10 209       
+PG32  -6671.352122 -24885.252291  -6989.715632   -226.210376 10  6 10 189       
+*  2011  4  1  0 30  0.00000000
+PG02 -15838.147324  13519.585522  16237.322134    328.184180  2  8  5 145       
+PG03  10048.560354 -24185.458678   2797.790815    695.938548 10  5  5 168       
+PG04 -25176.919539   6516.619046   6026.083086     75.939539  3  5  5 177       
+PG05  -4441.252028  17577.431079  19354.304636   -137.738701 10  6  5 176       
+PG06  14125.864177 -21345.689293   6818.744100   -220.755875  9  7  5 181       
+PG07 -22988.769662  -6357.360290  11902.889710      6.980122  7  6  5 223       
+PG08 -26786.578450  -1084.136708   1734.945622      7.625028  5  4  7 223       
+PG09   5230.893877  14360.097722 -22272.698416     71.042243 10  5  9 174       
+PG10 -16012.930220   2849.244238  20843.476151    -70.376417  8  6  7 193       
+PG11  -5335.613430 -16037.210504 -20800.833814   -139.006822 10  7  7 127       
+PG12  10299.023605  23609.117506  -6817.915783    -15.106236  9  6  9 196       
+PG13 -10563.457058 -10435.897394  21872.162364    276.892794  7  5  5 162       
+PG14  17795.357050  -7931.216542 -17832.143166    141.114706 10  8  6 199       
+PG15  -1550.212509  23741.775241 -11625.053508   -138.800275  8  5  7 203       
+PG16   6508.420842 -15517.405373  20503.633438   -161.828599  7  8  6 194       
+PG17 -17819.874732   7189.486088 -18104.456690    184.205890  8  6  4 213       
+PG18  19683.106688  12806.799014 -12456.129270    129.477667  9  6  7 208       
+PG19   6518.090844 -23937.555409  -8987.330269   -125.844658 10  7  6 218       
+PG20 -13798.336596 -22507.913218  -3360.997864     48.818428  7  6  9 206       
+PG21  23961.281000   6255.383104  10794.719808   -134.313700  1  3  6 185       
+PG22  18158.039263   1538.545200 -19189.479058    150.889561  9  8  7 224       
+PG23  -2820.323005 -20437.428307  16527.853401    316.377869  8  5  7 198       
+PG24  -8552.143405 -14482.039430 -20558.462347    377.916642 13 10  8  99       
+PG25  18266.489690  18329.759877   6014.235395     -0.966732  7  8  7 199       
+PG26 -11915.170185  23445.863611  -1791.955356   -160.208748  7  4  7 164       
+PG27  -1167.464329  14632.625250 -21452.791897    251.218754  9  4  7 189       
+PG28 -18348.073509  -6384.218070 -17713.117296     28.600613  8  5    103       
+PG29   9165.132218  13879.762474  20797.784982    196.508164  9  6  7 227       
+PG30  11867.494733  -9255.089618  21477.593292    333.482738  7  7  5 222       
+PG31  23946.151924  -7821.181844   8955.587655     60.498149  7  8 10 205       
+PG32  -6014.166050 -24130.508099  -9595.471142   -226.216887 10  6 10 192       
+*  2011  4  1  0 45  0.00000000
+PG02 -17617.506426  13507.006299  14247.804399    328.186249     8  5 130       
+PG03  10257.009456 -23573.993617   5550.559718    695.944702 10  6  4 169       
+PG04 -25759.418609   6296.119308   3301.957987     75.948755  2  5  7 180       
+PG05  -5900.529003  15813.208316  20462.828812   -137.743802 10  6  5 170       
+PG06  14102.881684 -20374.617346   9423.675363   -220.861538  8  7  4 182       
+PG07 -21530.593328  -6678.225926  14211.190689      6.981139  7  7  5 223       
+PG08 -26437.417581  -1206.963640   4597.206174      7.624432  6     7 223       
+PG09   2819.650854  14705.152665 -22486.798093     71.042789  9  5  8 180       
+PG10 -17329.395288    869.479697  19991.143047    -70.378123  8  7  7 196       
+PG11  -3136.581013 -16832.067731 -20584.772786   -139.009442 10  7  7 116       
+PG12   9600.673691  22965.334435  -9484.525327    -15.103654 10  7  9 189       
+PG13  -9362.520558 -12620.003478  21259.111425    276.891435  7  4  6 154       
+PG14  16931.801413  -5950.873281 -19375.917612    141.116825 10  9  6 204       
+PG15  -2245.675164  24748.721424  -9132.958554   -138.797463  8  4  7 194       
+PG16   7935.521353 -13596.268192  21374.519286   -161.831186  7  8  5 195       
+PG17 -17023.539768   5149.873492 -19520.704649    184.205932  8  6  3 209       
+PG18  20242.080535  14037.166030 -10100.821998    129.479439  9  6  7 209       
+PG19   7172.554140 -24589.846031  -6301.086229   -125.847876 10  6  6 222       
+PG20 -13221.632450 -22297.416685  -6088.473017     48.818573  6  7  9 211       
+PG21  22695.529146   6621.146941  13093.109325   -134.315867  2  3  7 181       
+PG22  19275.460447   3389.226001 -17834.866659    150.888595  9  8  8 224       
+PG23  -1919.391573 -21993.536357  14508.316682    316.375388  9  4  8 192       
+PG24  -6158.591354 -14691.848867 -21228.120673    377.919452 13  9  8 118       
+PG25  18396.277086  18897.538104   3220.248954     -0.967084  8  8  7 194       
+PG26 -12088.956793  23324.308020   1142.155795   -160.218176  7  5  6 165       
+PG27  -3707.015544  14993.924494 -20897.256890    251.221929  8  4  8 189       
+PG28 -19364.098036  -8115.189739 -15905.254551     28.602771  8  5    121       
+PG29   8094.328329  15920.134164  19753.472170    196.510932  9  6  7 227       
+PG30  13456.275026  -7278.117055  21307.154599    333.486490  7  7  5 221       
+PG31  24798.002443  -7741.788042   6251.100627     60.502636  6  8 10 199       
+PG32  -5167.428061 -23167.051560 -12037.811017   -226.223529 10  7  9 200       
+*  2011  4  1  1  0  0.00000000
+PG02 -19161.861126  13533.422744  12008.013956    328.188188     8  5 137       
+PG03  10427.118016 -22670.505183   8204.919017    695.949686 10  6  4 175       
+PG04 -26047.310501   6053.359677    522.004523     75.958399  2  7  8 173       
+PG05  -7515.272176  14045.545444  21217.868157   -137.749145  9  7  5 171       
+PG06  14041.658995 -19132.594673  11865.529133   -220.966756  8  7  3 187       
+PG07 -19847.861496  -7120.308439  16277.322195      6.982060  8  6  5 223       
+PG08 -25781.035288  -1380.955379   7382.959985      7.624437  7  2  8 225       
+PG09    428.806643  15188.321167 -22333.171666     71.046143  9  6  8 196       
+PG10 -18668.363403   -947.182772  18791.321502    -70.378476  8  7  7 198       
+PG11  -1007.648849 -17700.692574 -20022.934629   -139.012303 10  7  8 123       
+PG12   8682.686692  22134.255564 -11989.297310    -15.101018 10  7  9 183       
+PG13  -8324.135728 -14785.096021  20275.103004    276.890355  7  3  6 158       
+PG14  16117.138295  -3781.561499 -20580.601810    141.118918 11  9  5 208       
+PG15  -2795.291646  25513.403383  -6482.171590   -138.794894  8  4  7 194       
+PG16   9510.987648 -11696.342949  21877.044305   -161.833808  7  8  5 198       
+PG17 -16281.286131   2941.022635 -20595.226840    184.205990  8  6  2 205       
+PG18  20687.379350  15021.779263  -7572.873164    129.481394  9  6  8 206       
+PG19   7662.493402 -24990.583268  -3504.144381   -125.851717 10  5  6 221       
+PG20 -12435.155174 -21891.125620  -8711.966211     48.818038  6  7  9 215       
+PG21  21210.857678   7087.850752  15177.571250   -134.318176  3  1  7 172       
+PG22  20371.426702   5050.094623 -16170.499005    150.887763  9  8  8 225       
+PG23  -1185.632630 -23366.576323  12235.058193    316.373134  9  4  8 186       
+PG24  -3721.152975 -15028.704669 -21531.707570    377.922250 12  9  7 109       
+PG25  18346.747633  19216.003468    370.889604     -0.967443  8  7  7 197       
+PG26 -12135.707737  22903.446499   4055.948869   -160.227318  7  6  6 154       
+PG27  -6139.247490  15470.709118 -19957.843858    251.225005  7  4  8 190       
+PG28 -20333.211021  -9607.300034 -13816.744604     28.604731  8  4  1 145       
+PG29   7183.365811  17887.114979  18371.919074    196.513313  8  6  7 227       
+PG30  15114.640004  -5415.701439  20756.131922    333.489866  6  6  5 222       
+PG31  25347.607114  -7656.782597   3440.950310     60.506820  5  8 10 200       
+PG32  -4116.479702 -22031.220983 -14274.203972   -226.229947 10  8  9 205       
+*  2011  4  1  1 15  0.00000000
+PG02 -20446.821296  13565.317252   9556.700701    328.190299  1  8  5 122       
+PG03  10593.771830 -21482.875466  10713.280411    695.953384 10  6  4 175       
+PG04 -26043.381467   5753.138188  -2266.767392     75.967288  3  8  9 182       
+PG05  -9262.288460  12316.509482  21606.661706   -137.754318  9  7  5 169       
+PG06  13978.289099 -17633.995624  14102.570702   -221.071890  8  7  3 189       
+PG07 -17979.004621  -7704.825721  18065.774888      6.982995  8  6  5 222       
+PG08 -24834.315428  -1643.211099  10045.733123      7.625131  8  4  8 224       
+PG09  -1895.388147  15797.941829 -21814.174462     71.048269  9  6  8 190       
+PG10 -19990.508975  -2576.632741  17266.108979    -70.377656  8  7  7 200       
+PG11   1016.434070 -18619.687368 -19123.600693   -139.014745 10  7  8 136       
+PG12   7534.649133  21155.690639 -14289.294020    -15.098464 10  8  9 171       
+PG13  -7456.193504 -16880.827815  18937.371826    276.889077  7  3  7 157       
+PG14  15384.593255  -1460.583635 -21425.201552    141.121422 11  9  6 213       
+PG15  -3225.506486  26008.185667  -3718.703817   -138.791964  7  5  7 189       
+PG16  11209.211345  -9860.560264  22003.482616   -161.836386  7  8  5 197       
+PG17 -15622.977433    601.273321 -21309.619336    184.206154  9  5  3 205       
+PG18  20982.976546  15766.494637  -4916.065255    129.483222  9  7  8 206       
+PG19   8016.048819 -25114.385709   -645.602454   -125.854929 10  5  5 220       
+PG20 -11425.799386 -21323.234350 -11186.887647     48.818810  5  8  9 216       
+PG21  19539.933833   7676.530178  17014.122315   -134.320418  4  3  6 175       
+PG22  21406.227325   6505.005693 -14225.790130    150.887154  9  8  8 225       
+PG23   -602.026125 -24516.847612   9747.461505    316.370709  9  3  9 184       
+PG24  -1287.822367 -15490.256313 -21463.134005    377.924745 12  9  7 139       
+PG25  18087.239257  19306.686948  -2484.847368     -0.967787  8  7  7 191       
+PG26 -12093.399754  22171.936263   6897.257087   -160.236935  6  6  5 149       
+PG27  -8416.312823  16039.061549 -18651.871845    251.227350  7  4  9 194       
+PG28 -21212.583392 -10850.618374 -11485.902542     28.606766  8  4  2 151       
+PG29   6431.187618  19734.533682  16676.641762    196.515913  8  7  7 227       
+PG30  16803.235926  -3699.809815  19834.811313    333.493417  6  7  5 222       
+PG31  25590.448823  -7526.944206    572.525338     60.511621  5  8 10 196       
+PG32  -2854.443269 -20763.094451 -16265.241724   -226.236537 10  8  8 182       
+*  2011  4  1  1 30  0.00000000
+PG02 -21456.041247  13566.515254   6936.640431    328.192156  1  8  5 129       
+PG03  10790.381822 -20027.671885  13030.417462    695.957733  9  7  4 178       
+PG04 -25758.468762   5361.811693  -5017.437415     75.976758  3  9  9 191       
+PG05 -11111.455731  10664.125002  21622.802174   -137.759654  9  7  5 163       
+PG06  13946.495156 -15901.005854  16096.819151   -221.176905  7  8  3 192       
+PG07 -15967.164837  -8445.775434  19545.658215      6.983968  8  6  4 220       
+PG08 -23622.156675  -2026.970121  12540.926461      7.624974  8  6  8 223       
+PG09  -4109.464191  16514.703696 -20937.845010     71.050556  9  6  8 194       
+PG10 -21254.284219  -4002.746960  15443.079702    -70.378181  8  7  7 204       
+PG11   2905.402958 -19560.525031 -17900.703335   -139.017529 10  7  9 138       
+PG12   6154.519549  20072.139902 -16344.964745    -15.095644 10  8  9 154       
+PG13  -6757.782342 -18857.388093  17269.392390    276.887880  7     7 168       
+PG14  14761.082196    968.812837 -21895.137015    141.123600 11  9  6 218       
+PG15  -3567.477967  26212.826418   -890.576758   -138.789408  7  5  6 193       
+PG16  12997.805709  -8127.045761  21752.588399   -161.838798  7  8  6 197       
+PG17 -15072.037687  -1825.890826 -21651.911485    184.206560  9  5  4 204       
+PG18  21096.001859  16284.823786  -2175.955733    129.485173  9  8  8 207       
+PG19   8266.038593 -24943.722908   2224.291532   -125.858387 10  4  5 216       
+PG20 -10187.937349 -20631.152359 -13471.282135     48.818611  5  8  8 221       
+PG21  17719.740123   8402.071067  18572.612041   -134.323181  5  4  7 175       
+PG22  22339.470038   7745.879108 -12034.930225    150.886746  9  9  8 225       
+PG23   -144.762934 -25410.337703   7088.861912    316.368825  9  3  9 183       
+PG24   1094.093130 -16066.252965 -21022.756637    377.927893 12  9  8 148       
+PG25  17593.058966  19197.696142  -5297.873616     -0.968140  9  7  7 188       
+PG26 -12002.197509  21128.162261   9614.578604   -160.246227  6  6  5 147       
+PG27 -10496.339683  16668.227472 -17003.785038    251.230689  6  4  9 192       
+PG28 -21960.172318 -11844.432108  -8954.876217     28.609040  7  3  3 144       
+PG29   5828.767343  21418.350476  14696.486424    196.518026  7  7  7 224       
+PG30  18478.846837  -2154.960524  18560.274560    333.496604  6  7  5 220       
+PG31  25530.870319  -7313.580889  -2305.601387     60.516259  7  8 10 194       
+PG32  -1382.764684 -19404.988156 -17975.375473   -226.242990 10  9  8 173       
+*  2011  4  1  1 45  0.00000000
+PG02 -22181.762806  13499.775288   4193.858816    328.193910  1  7  5  83       
+PG03  11047.337663 -18329.661308  15114.390940    695.962306  9  7  3 186       
+PG04 -25210.975822   4848.738305  -7683.910335     75.985928  4 10 10 192       
+PG05 -13026.739332   9121.032587  21266.326372   -137.764972  9  7  6 168       
+PG06  13976.206038 -13962.880022  17814.663973   -221.282073  7  8  2 199       
+PG07 -13858.678470  -9349.224994  20691.238533      6.985040  8  6  4 221       
+PG08 -22176.616528  -2560.188461  14826.501752      7.625383  9  7  8 225       
+PG09  -6174.132088  17312.309388 -19717.822805     71.051177  8  7  9 186       
+PG10 -22417.505748  -5217.749042  13354.721118    -70.378607  8  7  7 204       
+PG11   4634.454030 -20490.557321 -16373.689255   -139.020214 10  7  9 160       
+PG12   4548.922364  18927.149000 -18120.824099    -15.093371 10  8  8 165       
+PG13  -6219.382856 -20667.323474  15300.444131    276.886684  7     8 170       
+PG14  14266.162456   3458.942703 -21982.495872    141.125775 11  8  6 215       
+PG15  -3855.651026  26115.279078   1953.036895   -138.786724  7  5  6 195       
+PG16  14838.741541  -6527.820049  21129.553872   -161.841127  7  8  6 199       
+PG17 -14644.556587  -4293.361573 -21616.748050    184.206741  9  4  5 208       
+PG18  20998.051721  16597.183176    600.892162    129.487137  9  9  8 205       
+PG19   8448.450347 -24469.672922   5055.079141   -125.861765  9  4  4 216       
+PG20  -8723.803280 -19854.005066 -15526.508080     48.819037  4  9  8 219       
+PG21  15790.349958   9272.515574  19827.147149   -134.325762  6  4  6 177       
+PG22  23131.658133   8772.774867  -9636.247953    150.885741  9  9  8 220       
+PG23    215.625204 -26020.040274   4305.764815    316.366344  9  4  9 187       
+PG24   3379.617362 -16738.873940 -20217.428940    377.930727 12  9  8 165       
+PG25  16846.583132  18922.492634  -8019.849563     -0.968499  9  7  7 182       
+PG26 -11902.656791  19780.559808  12158.143773   -160.255183  6  7  4 152       
+PG27 -12344.958037  17321.966720 -15044.584495    251.233769  6  5 10 178       
+PG28 -22536.398588 -12596.952334  -6268.784994     28.611165  7  3  3 166       
+PG29   5359.611365  22898.227684  12465.156038    196.520713  6  7  8 226       
+PG30  20096.054672   -797.449352  16956.016415    333.498926  5  7  5 221       
+PG31  25181.889791  -6980.187288  -5144.455099     60.521034  7  8 10 200       
+PG32    288.558803 -17999.857333 -19373.611774   -226.249644 10  9  7 160       
+*  2011  4  1  2  0  0.00000000
+PG02 -22625.019528  13328.444558   1376.773789    328.195940     7  5 118       
+PG03  11390.582382 -16420.985201  16927.419054    695.967953  8  7  3 188       
+PG04 -24426.126690   4187.601636 -10221.626798     75.994932  4 11  9 200       
+PG05 -14967.443537   7713.370093  20543.692944   -137.769915  8  7  5 159       
+PG06  14092.301472 -11854.942039  19227.393445   -221.387099  6  8  2 200       
+PG07 -11701.440641 -10412.908502  21482.398813      6.985863  8  5  4 217       
+PG08 -20535.803576  -3264.300891  16863.643758      7.626093  9  8  8 224       
+PG09  -8055.543203  18158.395328 -18173.204633     71.053799  9  6  9 186       
+PG10 -23438.958361  -6222.240846  11037.801458    -70.379775  7  7  7 206       
+PG11   6185.027803 -21374.204389 -14567.293225   -139.023058 10  6  9 142       
+PG12   2733.113404  17763.630702 -19586.069537    -15.090662 11  8  8 154       
+PG13  -5823.413051 -22267.272377  13065.068206    276.884834  6     8 183       
+PG14  13911.294183   5959.365207 -21686.156396    141.127888 12  9  7 216       
+PG15  -4126.199976  25712.183611   4762.695130   -138.783937  7  5  5 191       
+PG16  16689.699040  -5087.751173  20145.861031   -161.843853  7  8  7 195       
+PG17 -14348.705150  -6752.062861 -21205.443006    184.206878  9  3  5 207       
+PG18  20666.326639  16729.905100   3367.668012    129.488629  9  9  8 205       
+PG19   8600.807506 -23692.343609   7797.036139   -125.865379  9  4  2 217       
+PG20  -7043.583458 -19031.088966 -17317.857033     48.818773  5  9  7 203       
+PG21  13793.602697  10288.608192  20756.475173   -134.328479  6  4  6 172       
+PG22  23745.735831   9593.650917  -7071.508373    150.885302 10  9  8 219       
+PG23    512.899096 -26327.009051   1446.992873    316.363826  9  4  9 185       
+PG24   5527.668258 -17483.373132 -19060.434400    377.933673 12  9  9 179       
+PG25  15838.093070  18518.473577 -10604.012286     -0.968857  9  7  7 181       
+PG26 -11833.883404  18147.522467  14480.986326   -160.264484  6  7  4 138       
+PG27 -13936.485840  17960.152449 -12811.096746    251.236535  6  5 10 181       
+PG28 -22905.704113 -13124.678696  -3474.843085     28.613141  7  3  4 181       
+PG29   5000.552954  24138.973016  10020.656469    196.522996  5  7  8 223       
+PG30  21608.991564    365.070962  15051.427976    333.501978  5  7  6 218       
+PG31  24564.700097  -6494.037351  -7895.463801     60.525271  4  8  9 192       
+PG32   2141.084504 -16589.660180 -20434.150695   -226.256135 10 10  6 168       
+*  2011  4  1  2 15  0.00000000
+PG02 -22795.490045  13018.108808  -1464.724247    328.197998  1  7  6 139       
+PG03  11840.374060 -14340.027260  18436.666324    695.972461  8  8  3 194       
+PG04 -23434.988798   3357.570871 -12588.242257     76.004253  4 11  9 204       
+PG05 -16889.649073   6459.918411  19467.649267   -137.775461  9  7  7 147       
+PG06  14313.572829  -9617.369250  20311.629345   -221.492470  6  8  1 205       
+PG07  -9543.212359 -11626.148837  21905.011065      6.987015  8  5  4 216       
+PG08 -18742.553522  -4153.214110  18617.391175      7.626408  9  9  8 223       
+PG09  -9726.371104  19015.682668 -16328.336773     71.055378  8  7  9 188       
+PG10 -24279.954266  -7024.912408   8532.683847    -70.382287  7  7  7 206       
+PG11   7545.366312 -22174.286099 -12511.218867   -139.025805 10  6  9 149       
+PG12    730.615350  16622.216972 -20715.127105    -15.088043 10  8  7 137       
+PG13  -5545.100184 -23619.543613  10602.427922    276.883962  6     8 188       
+PG14  13699.440625   8418.672750 -21011.779534    141.130113 11  8  8 217       
+PG15  -4415.404514  25009.027242   7489.573346   -138.781276  7  6  4 197       
+PG16  18505.582397  -3823.794927  18819.033589   -161.846478  7  8  7 196       
+PG17 -14184.482333  -9152.677893 -20425.906963    184.207125  9  2  6 210       
+PG18  20084.558179  16714.051964   6078.052457    129.490566  8 10  8 203       
+PG19   8760.480022 -22620.939967  10402.099955   -125.868897  9  4  2 217       
+PG20  -5165.209992 -18200.338819 -18815.106191     48.818709  5  9  7 200       
+PG21  11771.719159  11443.598445  21344.324682   -134.330221  6  4  6 172       
+PG22  24148.541655  10223.817905  -4385.161388    150.884409 10 10  8 219       
+PG23    783.565311 -26321.101834  -1437.219645    316.361706  9  5  9 186       
+PG24   7502.476745 -18269.015580 -17571.299220    377.936146 12  9  9 172       
+PG25  14566.313368  18025.412837 -13005.975386     -0.969196  9  7  7 179       
+PG26 -11831.732611  16256.885800  16539.984054   -160.273750  7  7  2 147       
+PG27 -15254.723673  18540.538508 -10345.108245    251.239495  6  5 10 178       
+PG28 -23037.932039 -13451.461580   -621.488263     28.615249  7  3  5 173       
+PG29   4722.808550  25111.801127   7404.669680    196.525548  5  7  8 223       
+PG30  22973.107758   1333.645265  12881.163615    333.504450  6  7  5 218       
+PG31  23707.866055  -5827.651325 -10511.273922     60.529832  4  8 10 193       
+PG32   4148.369410 -15213.749277 -21136.948502   -226.262571 10 10  5 210       
+*  2011  4  1  2 30  0.00000000
+PG02 -22711.004420  12538.164502  -4280.232164    328.199974  2  7  6 154       
+PG03  12410.292746 -12130.020540  19614.926839    695.975864  7  8  2 199       
+PG04 -22273.300331   2344.256892 -14744.268031     76.013378  5 11  9 209       
+PG05 -18747.780937   5371.542763  18056.991303   -137.780518  8  7  7 149       
+PG06  14651.936288  -7293.809033  21049.664771   -221.597683  6  8  1 208       
+PG07  -7429.933266 -12970.111196  21951.213516      6.987589  8  5  4 213       
+PG08 -16842.932171  -5232.570141  20057.228243      7.627015  9  9  7 223       
+PG09 -11166.676018  19843.325401 -14212.539700     71.057404  8  7  9 185       
+PG10 -24905.789769  -7641.949212   5882.601844    -70.383071  7  7  7 208       
+PG11   8710.818561 -22853.448596 -10239.724677   -139.028705  9  6  9 147       
+PG12  -1427.466207  15539.704486 -21488.115138    -15.085211 10  8  7 106       
+PG13  -5353.641830 -24693.476691   7955.586903    276.882606  5     8 192       
+PG14  13625.021379  10786.313749 -19971.672110    141.132163 11  8  8 218       
+PG15  -4758.025232  24019.968363  10086.338072   -138.778624  8  5  3 193       
+PG16  20240.138981  -2744.547070  17172.296523   -161.848721  7  8  8 194       
+PG17 -14143.799228 -11447.377420 -19292.453083    184.207521  9  3  7 208       
+PG18  19243.696566  16584.080406   8686.927085    129.492349  8 10  8 203       
+PG19   8963.011039 -21273.475456  12824.758671   -125.872246  9  4    219       
+PG20  -3113.866746 -17396.863449 -19992.997393     48.819080  5  9  6 201       
+PG21   9765.901017  12723.310277  21579.698364   -134.332715  7  4  5 175       
+PG22  24312.114299  10685.116388  -1623.555789    150.883710 10 10  8 220       
+PG23   1065.214080 -26001.382249  -4296.164976    316.359603  9  6  9 186       
+PG24   9274.803875 -19060.271764 -15775.484608    377.938192 12  8 10 153       
+PG25  13038.631793  17483.822307 -15184.487381     -0.969540  9  7  6 186       
+PG26 -11927.135627  14144.999470  18296.833023   -160.282780  7  8    137       
+PG27 -16293.328832  19020.607957  -7692.399445    251.242261  6  5  9 180       
+PG28 -22909.482377 -13607.309850   2242.466477     28.617463  7  4  5 184       
+PG29   4493.256572  25795.365481   4661.862936    196.527913  5  7  8 222       
+PG30  24146.879567   2117.709104  10484.411846    333.506806  6  7  5 216       
+PG31  22646.245454  -4960.078968 -12946.564536     60.534326  4  8 10 187       
+PG32   6276.746149 -13907.356492 -21468.187216   -226.269137 10 10  4 211       
+*  2011  4  1  2 45  0.00000000
+PG02 -22396.723479  11863.244080  -7019.809738    328.202045  4  7  7 160       
+PG03  13106.539401  -9837.454540  20441.181080    695.980759  7  8  2 204       
+PG04 -20980.144116   1140.431803 -16653.668972     76.022824  4 11  8 210       
+PG05 -20496.246066   4450.948998  16336.221826   -137.785737  8  7  8 155       
+PG06  15111.924722  -4929.881320  21429.703745   -221.702964  6  8    210       
+PG07  -5404.103954 -14418.381860  21619.585596      6.988436  8  5  4 211       
+PG08 -14884.615367  -6499.311159  21157.628006      7.626434  9 10  6 223       
+PG09 -12364.519733  20598.415119 -11859.761579     71.058755  8  7 10 176       
+PG10 -25287.047195  -8096.166035   3132.910371    -70.382565  7  7  7 210       
+PG11   9683.876957 -23375.633960  -7791.115416   -139.031303  9  6  9 147       
+PG12  -3703.423111  14547.653795 -21891.216468    -15.082789 10  8  7 102       
+PG13  -5213.607126 -25466.530802   5170.720765    276.881207  4  2  9 192       
+PG14  13674.217773  13014.376652 -18584.526337    141.134406 11  9  8 217       
+PG15  -5185.744703  22767.331089  12507.990132   -138.775743  8  5    193       
+PG16  21847.622206  -1850.119609  15234.151507   -161.851473  7  8  8 194       
+PG17 -14210.893342 -13591.481285 -17825.488944    184.207678  9  3  7 207       
+PG18  18142.338820  16376.405114  11151.049547    129.494373  7 10  8 201       
+PG19   9240.529886 -19676.140757  15022.881746   -125.875774  9  4    221       
+PG20   -921.226013 -16651.603768 -20831.637114     48.819259  6  9  5 199       
+PG21   7814.958978  14106.480966  21457.113839   -134.334405  6  4  5 174       
+PG22  24214.802173  11004.852241   1165.866219    150.883067 10 11  8 218       
+PG23   1394.812126 -25376.161727  -7079.610761    316.357277  9  6  9 188       
+PG24  10822.905696 -19818.223846 -13703.961690    377.941429 12  8 10 162       
+PG25  11270.991936  16933.296948 -17102.135854     -0.969868  9  7  6 187       
+PG26 -12144.635956  11855.422729  19718.919946   -160.292347  7  8    137       
+PG27 -17055.762982  19359.414379  -4901.714862    251.245037  6  5  9 177       
+PG28 -22504.207384 -13626.999121   5068.644149     28.619766  7  4  6 185       
+PG29   4275.890454  26176.520747   1839.144097    196.530597  5  7  8 219       
+PG30  25093.386576   2734.441229   7904.092427    333.510076  6  7  6 215       
+PG31  21419.670742  -3877.946358 -15158.846323     60.538428  4  8  9 187       
+PG32   8486.406869 -12700.236115 -21420.634152   -226.275572 10 10  5 216       
+*  2011  4  1  3  0  0.00000000
+PG02 -21884.026387  10974.431454  -9634.946096    328.203982  5  8  7 168       
+PG03  13927.559590  -7510.352851  20901.009990    695.984870  6  9  2 207       
+PG04 -19596.514641   -253.512905 -18284.412622     76.032190  5 11  7 211       
+PG05 -22091.078198   3692.762011  14335.114074   -137.790948  8  7  9 158       
+PG06  15690.473859  -2571.623414  21446.002918   -221.808292  5  8    213       
+PG07  -3503.299895 -15937.853528  20915.215119      6.989185  8  5  5 208       
+PG08 -12915.201406  -7941.567763  21898.537358      7.626449  9 10  4 223       
+PG09 -13316.304751  21237.595616  -9308.156882     71.062282  8  7 10 170       
+PG10 -25400.697143  -8415.905549    330.324802    -70.383128  6  7  7 211       
+PG11  10473.937170 -23707.536594  -5207.141555   -139.034266  9  5  8 152       
+PG12  -6054.186897  13671.197185 -21916.950860    -15.080218 10  8  7 128       
+PG13  -5086.519665 -25925.061118   2296.279132    276.879839  4  3  9 194       
+PG14  13825.614836  15059.264677 -16875.043558    141.136296 11  9  8 216       
+PG15  -5725.737267  21280.791450  14712.660690   -138.772832  8  5    188       
+PG16  23284.436785  -1132.341477  13037.876866   -161.853859  7  8  9 189       
+PG17 -14363.052326 -15544.989259 -16051.103894    184.207515  9  4  7 204       
+PG18  16786.886233  16127.913948  13429.688801    129.496202  6 10  8 199       
+PG19   9620.317369 -17862.358190  16958.474816   -125.879264  9  5    224       
+PG20   1375.556011 -15990.161836 -21316.812973     48.819580  6  9  4 198       
+PG21   5954.015341  15565.364727  20976.785797   -134.336243  6  4  4 167       
+PG22  23842.136240  11214.534626   3935.379697    150.882387 10 11  8 219       
+PG23   1807.022847 -24462.679938  -9738.737799    316.354900  9  7  9 179       
+PG24  12133.205126 -20502.128323 -11392.675157    377.943736 11  7 10 133       
+PG25   9287.462176  16410.907582 -18725.985700     -0.970137  9  7  5 193       
+PG26 -12501.209282   9437.299583  20780.060429   -160.301978  8  8  2  97       
+PG27 -17554.829768  19519.331815  -2023.705370    251.246952  6  5  8 180       
+PG28 -21814.022556 -13548.539603   7809.867287     28.621932  7  4  6 190       
+PG29   4033.390727  26250.785689  -1015.125809    196.533347  6  7  8 216       
+PG30  25781.695364   3207.810758   5186.002606    333.512708  6  7  6 214       
+PG31  20071.438194  -2576.221131 -17109.230572     60.542985  5  8  9 182       
+PG32  10732.757587 -11615.526345 -20993.876430   -226.282044 10 10  6 216       
+*  2011  4  1  3 15  0.00000000
+PG02 -21209.155268   9860.214565 -12079.492317    328.205888  5  8  7 178       
+PG03  14864.008668  -5196.498215  20986.855392    695.990299  5  9  1 210       
+PG04 -18163.827873  -1829.385865 -19608.964973     76.041416  5 11  7 215       
+PG05 -23491.527349   3083.921120  12088.189184   -137.796235  8  6  9 145       
+PG06  16377.007235   -263.934302  21098.917019   -221.913588  4  8    215       
+PG07  -1758.874921 -17489.886358  19849.653608      6.990085  8  5  6 205       
+PG08 -10980.515605  -9538.882250  22265.793205      7.626541  8 10  3 220       
+PG09 -14026.818847  21718.734687  -6599.587134     71.064571  8  7  9 165       
+PG10 -25230.964585  -8633.746848  -2477.840398    -70.382327  6  7  6 215       
+PG11  11096.784644 -23819.988008  -2532.312365   -139.037159  9  6  8 155       
+PG12  -8432.787854  12928.102855 -21564.340715    -15.077608 10  8  7  96       
+PG13  -4932.556828 -26064.754217   -617.884547    276.878408  3  4  8 197       
+PG14  14051.150753  16883.196229 -14873.452449    141.138528 11  9  9 215       
+PG15  -6399.425012  19596.288644  16662.344930   -138.770129  8  6    190       
+PG16  24510.706612   -575.272395  10620.961070   -161.856204  7  8  9 188       
+PG17 -14571.614434 -17273.923706 -14000.563122    184.208249  8  5  8 206       
+PG18  15191.428878  15874.486161  15485.216443    129.497838  5 11  8 197       
+PG19  10123.581812 -15871.563081  18598.343595   -125.882487  9  5    226       
+PG20   3735.048654 -15431.843548 -21440.223064     48.819497  7  9  3 195       
+PG21   4213.326024  17066.588064  20144.741813   -134.339084  6  4  3 173       
+PG22  23187.435421  11348.467455   6637.779348    150.881594 10 11  8 219       
+PG23   2332.624861 -23286.437847 -12227.045025    316.352644  8  7  9 191       
+PG24  13200.641900 -21071.072055  -8881.904874    377.945942 11  6  9 143       
+PG25   7119.496952  15949.703510 -20028.140910     -0.970440  9  7  4 195       
+PG26 -13005.426572   6943.488337  21461.075934   -160.311635  8  8  4 104       
+PG27 -17811.838505  19467.637882    890.123108    251.248218  7  5  7 184       
+PG28 -20839.220551 -13411.563975  10420.866281     28.624169  7  4  6 191       
+PG29   3728.755916  26022.487542  -3851.950480    196.535709  6  6  8 215       
+PG30  26187.997605   3567.366325   2377.935167    333.515346  6  7  6 213       
+PG31  18646.660227  -1058.660721 -18763.152678     60.547508  5  8  9 183       
+PG32  12967.992116 -10668.881676 -20194.418105   -226.288558 10 11  7 217       
+*  2011  4  1  3 30  0.00000000
+PG02 -20411.676703   8517.134189 -14310.536763    328.208049  6  8  7 184       
+PG03  15899.058407  -2941.683872  20698.121664    695.993829  3  9    210       
+PG04 -16722.425424  -3571.300405 -20604.727890     76.050719  4 10  6 211       
+PG05 -24661.533823   2604.375197   9634.116992   -137.801342  7  6  9 143       
+PG06  17153.813732   1950.925467  20394.850748   -222.018267  3  8    215       
+PG07   -194.905737 -19031.702608  18440.757522      6.990965  8  4  6 200       
+PG08  -9122.969080 -11262.766974  22251.458530      7.626730  8 10  3 218       
+PG09 -14508.975002  22002.595786  -3779.042040     71.066018  8  7  9 173       
+PG10 -24769.931609  -8785.074272  -5244.423421    -70.384029  6  7  6 218       
+PG11  11573.822346 -23689.211877    186.868419   -139.039900 10  9  7 158       
+PG12 -10789.976766  12328.133643 -20838.964718    -15.075096 10  8  7 133       
+PG13  -4712.296453 -25890.708531  -3521.397831    276.877116  2  5  8 190       
+PG14  14317.332569  18455.474055 -12614.933818    141.140832 10  9  9 212       
+PG15  -7221.469410  17754.705700  18323.559860   -138.767414  8  6    191       
+PG16  25491.709042   -156.007893   8024.478906   -161.858654  6  8  9 181       
+PG17 -14803.202810 -18751.435131 -11709.720896    184.207965  8  6  8 201       
+PG18  13377.363339  15649.564317  17283.650723    129.499523  4 11  7 196       
+PG19  10764.494393 -13747.764299  19914.655020   -125.886308  8  6  2 227       
+PG20   6112.917547 -14988.949799 -21199.615259     48.819773  7  9  3 198       
+PG21   2617.265571  18572.235405  18972.863172   -134.341684  6  4  3 173       
+PG22  22252.124361  11442.249758   9227.161070    150.880795 10 12  7 218       
+PG23   2997.095239 -21880.212631 -14501.201405    316.350740  8  8  9 187       
+PG24  14028.685014 -21485.653835  -6215.537685    377.948886 11  2  9 172       
+PG25   4804.918045  15577.382710 -20986.220643     -0.970695  9  7  3 197       
+PG26 -13657.001907   4428.534246  21750.189405   -160.321080  9  8  5 122       
+PG27 -17855.446080  19177.867013   3788.424372    251.249995  7  5  6 203       
+PG28 -19588.486068 -13255.694990  12858.927954     28.626080  7  4  6 194       
+PG29   3326.929282  25504.580776  -6622.533517    196.538122  7  6  8 212       
+PG30  26296.462809   3846.823626   -471.210427    333.518830  6  8  6 210       
+PG31  17190.543423    662.080268 -20091.034238     60.551865  5  8  8 182       
+PG32  15142.822855  -9867.917948 -19035.631178   -226.295162  9 11  8 214       
+*  2011  4  1  3 45  0.00000000
+PG02 -19532.827760   6950.102475 -16289.202162    328.209961  6  8  7 192       
+PG03  17009.028477   -788.067663  20041.119569    695.997470  1  9    210       
+PG04 -15310.124977  -5456.062512 -21254.413208     76.059518  5 10  6 185       
+PG05 -25571.031352   2228.049084   7015.050748   -137.806477  6  6 10 143       
+PG06  17996.701296   4034.725229  19346.120573   -222.123648  2  7    213       
+PG07   1172.579798 -20517.962864  16712.415229      6.991820  8  4  7 196       
+PG08  -7380.034208 -13077.585610  21854.066956      7.625935  8 10  5 216       
+PG09 -14783.246530  22054.448827   -893.981119     71.066870  8  7  8 178       
+PG10 -24017.859189  -8906.560196  -7923.148544    -70.384899  5  6  6 217       
+PG11  11931.065926 -23297.894274   2902.731994   -139.042790 10  9  6 159       
+PG12 -13075.948086  11872.727432 -19752.895948    -15.072452 10  8  8 120       
+PG13  -4388.440803 -25417.160192  -6364.251648    276.875849  2  5  8 205       
+PG14  14586.666861  19753.476412 -10138.965582    141.142975 10 10  9 208       
+PG15  -8199.038105  15800.372785  19667.914768   -138.764628  9  6  3 191       
+PG16  26199.124674    154.256425   5292.419522   -161.861082  6  8 10 177       
+PG17 -15021.142435 -19958.631900  -9218.366170    184.208144  8  6  8 199       
+PG18  11372.757952  15482.828039  18795.150314    129.501538  3 11  7 196       
+PG19  11549.520443 -11537.944434  20885.387034   -125.889444  8  6  3 228       
+PG20   8463.407618 -14666.342261 -20598.834365     48.819766  7  9  3 197       
+PG21   1183.515535  20041.134847  17478.841478   -134.344074  6  4  3 172       
+PG22  21045.754312  11531.242742  11659.671342    150.880231 10 12  7 219       
+PG23   3819.415988 -20282.797251 -16521.826386    316.348426  8  8  8 186       
+PG24  14629.006420 -21709.621883  -3440.264369    377.953036 10  2  9 191       
+PG25   2386.654171  15315.180880 -21583.741795     -0.971024  9  7  3 195       
+PG26 -14446.745741   1946.582263  21643.227855   -160.330555  9  8  6 137       
+PG27 -17720.240997  18630.885403   6620.965268    251.253122  7  4  5 182       
+PG28 -18078.619579 -13118.949928  15084.482110     28.628300  7  4  6 195       
+PG29   2796.357972  24718.145485  -9279.116975    196.540636  7  6  8 210       
+PG30  26099.779361   4082.513802  -3312.304471    333.522433  6  7  6 209       
+PG31  15746.659453   2564.694345 -21068.867953     60.556572  5  8  8 189       
+PG32  17208.296689  -9211.998543 -17537.556175   -226.301989  9 11  8 177       
+*  2011  4  1  4  0  0.00000000
+PG02 -18613.818518   5172.380037 -17981.346650    328.211835  6  8  6 202       
+PG03  18164.310990   1227.301111  19028.858709    696.002624     9    208       
+PG04 -13960.867821  -7453.831319 -21546.348242     76.069151  6 10  6 187       
+PG05 -26197.030713   1924.042779   4275.907133   -137.811279  6  6  9 144       
+PG06  18875.901075   5954.498432  17970.730483   -222.228615     6    213       
+PG07   2336.058449 -21902.463713  14694.161861      6.992740  8  4  8 190       
+PG08  -5782.897279 -14941.732466  21078.764678      7.624944  7 10  6 214       
+PG09 -14876.808232  21845.557774   2006.401421     71.070287  8  7  8 175       
+PG10 -22983.220179  -9034.616954 -10469.333735    -70.386405  5  6  5 200       
+PG11  12197.943601 -22636.019743   5567.323187   -139.045470  8  6  7 152       
+PG12 -15242.098464  11555.013900 -18324.523107    -15.069742  9  8  9  71       
+PG13  -3927.449830 -24666.868609  -9097.663930    276.874233  2  5  8 203       
+PG14  14819.246448  20763.335353  -7488.602445    141.144936  9 10  8 207       
+PG15  -9331.374865  13779.452894  20672.585067   -138.762036  8  6  4 190       
+PG16  26612.058549    388.941931   2470.975546   -161.863684  5  8 10 169       
+PG17 -15187.002667 -20885.106775  -6569.514123    184.208223  8  7  8 201       
+PG18   9211.487323  15399.014149  19994.454964    129.503549  2 10  7 194       
+PG19  12477.070277  -9290.365330  21494.661695   -125.893237  8  6  4 229       
+PG20  10740.885012 -14461.300195 -19647.775819     48.819732  7  9  4 219       
+PG21    -77.508039  21430.305178  15686.041707   -134.347230  6  4  3 169       
+PG22  19585.728799  11649.061504  13894.214256    150.879642 10 12  7 219       
+PG23   4811.151981 -18537.518774 -18254.183113    316.346068  8  8  8 184       
+PG24  15020.829343 -21711.399107   -604.718984    377.956496  9  3  8 139       
+PG25    -88.713623  15177.022130 -21810.401754     -0.971264  9  7    199       
+PG26 -15356.922330   -450.670940  21143.629160   -160.339721  8  8  6 138       
+PG27 -17445.140601  17815.654982   9339.498557    251.255582  7  4  5 180       
+PG28 -16333.986491 -13036.234978  17061.625596     28.630592  7  3  6 197       
+PG29   2110.423113  23691.583038 -11775.808876    196.542988  7  6  7 204       
+PG30  25599.371147   4311.757972  -6096.834303    333.524972  7  8  5 206       
+PG31  14355.278072   4619.813757 -21678.710185     60.561164  5  8  7 193       
+PG32  19117.618458  -8692.374832 -15726.552887   -226.308599  9 11  8 212       
+*  2011  4  1  4 15  0.00000000
+PG02 -17694.163599   3205.215962 -19358.154744    328.214157  7  7  6 199       
+PG03  19330.543245   3073.721992  17680.700096    696.006468     9    209       
+PG04 -12703.511862  -9529.032214 -21474.707274     76.077798  6  9  7 185       
+PG05 -26524.443589   1658.016334   1463.603582   -137.816786  4  6 10 149       
+PG06  19757.187868   7683.577080  16292.066206   -222.334024     6    212       
+PG07   3296.631500 -23139.890873  12420.686680      6.993548  7  4  8 183       
+PG08  -4355.344610 -16809.072321  19937.339474      7.625441  6 10  8 212       
+PG09 -14822.406132  21354.483267   4871.982626     71.071958  8  7  7 170       
+PG10 -21682.445269  -9203.872909 -12840.565905    -70.387374  5  6  4 199       
+PG11  12405.947972 -21701.432300   8133.309539   -139.048383  8  6  3 154       
+PG12 -17242.752231  11360.169014 -16578.255795    -15.067454  9  7  9 141       
+PG13  -3301.020362 -23670.189272 -11674.909402    276.873005  1  5  7 224       
+PG14  14974.429144  21480.280133  -4709.705347    141.147123  8 10  8 204       
+PG15 -10609.688314  11738.273678  21320.682563   -138.759457  9  7  6 189       
+PG16  26717.796843    584.633134   -392.197466   -161.866131  4  8 10 166       
+PG17 -15262.204727 -21529.144848  -3808.657231    184.208382  8  7  8 196       
+PG18   6932.164838  15416.923109  20861.270019    129.505304  3 10  7 193       
+PG19  13537.479497  -7052.847042  21732.959441   -125.896694  8  7  5 230       
+PG20  12901.382272 -14363.674484 -18362.245404     48.820077  7  8  5 200       
+PG21  -1162.958696  22696.516978  13623.262979   -134.349532  5  3  3 170       
+PG22  17896.746329  11826.147542  15893.107188    150.878746 10 12  6 220       
+PG23   5975.836169 -16690.598106 -19668.771624    316.344021  8  8  8 208       
+PG24  15229.978526 -21465.432406   2241.420392    377.960977  7  4  8 155       
+PG25  -2572.545868  15168.964127 -21662.256651     -0.971567  9  7    196       
+PG26 -16361.988701  -2715.890627  20262.259108   -160.349153  9  8  7 154       
+PG27 -17071.675397  16729.669348  11898.542315    251.259566  8  4  6 179       
+PG28 -14385.715908 -13037.977497  18758.584626     28.632639  7  4  6 196       
+PG29   1248.683857  22459.538465 -14069.384985    196.545621  7  6  7 203       
+PG30  24805.290218   4571.233190  -8777.708476    333.527741  7  8  5 204       
+PG31  13051.830465   6790.933541 -21909.067232     60.565669  5  8  7 193       
+PG32  20827.902575  -8292.677464 -13634.807179   -226.315439  8 11  9 204       
+*  2011  4  1  4 30  0.00000000
+PG02 -16810.112299   1077.169882 -20396.608338    328.216181  7  7  6 206       
+PG03  20469.973668   4727.803368  16021.884317    696.011810  1  9    209       
+PG04 -11560.814450 -11641.493882 -21039.663364     76.087271  6  9  7 192       
+PG05 -26546.616356   1393.706619  -1373.734613   -137.821687  3  6 10 155       
+PG06  20603.175686   9202.391008  14338.512703   -222.439311     6  2 212       
+PG07   4063.802132 -24187.558546   9931.240089      6.994442  7  4  8 180       
+PG08  -3112.931322 -18630.591220  18448.128056      7.624644  5 10  8 206       
+PG09 -14656.990468  20568.141690   7652.577962     71.074047  8  7  7 162       
+PG10 -20139.392921  -9445.725883 -14997.338120    -70.388223  4  6  3 201       
+PG11  12587.195262 -20500.091440  10554.899295   -139.051007  7  6  2 161       
+PG12 -19036.785935  11266.095051 -14544.117211    -15.064589  8  8  9 147       
+PG13  -2487.354949 -22463.872854 -14052.101975    276.871602  1  6  7 127       
+PG14  15012.542137  21908.637108  -1850.135813    141.149300  8 10  8 197       
+PG15 -12017.362197   9721.670414  21601.517514   -138.756605  9  7  7 187       
+PG16  26512.272362    779.506411  -3248.742018   -161.868868  3  8 10 165       
+PG17 -15209.632316 -21897.609619   -982.989161    184.208600  8  7  8 196       
+PG18   4576.907982  15548.646065  21380.591480    129.506888  3 10  6 195       
+PG19  14713.315171  -4871.087584  21597.215203   -125.900131  8  7  6 230       
+PG20  14904.090555 -14356.334422 -16763.725431     48.819843  7  8  6 195       
+PG21  -2077.574156  23797.913132  11324.389793   -134.351460  5  3  3 174       
+PG22  16009.982301  12088.474516  17622.677274    150.878064  9 12  6 219       
+PG23   7308.684320 -14789.419259 -20741.812457    316.341511  8  8  7 194       
+PG24  15287.672723 -20953.309956   5048.349443    377.964904  6  6  8 109       
+PG25  -5015.817717  15288.959211 -21141.792015     -0.971870  9  6    195       
+PG26 -17429.673292  -4807.798122  19017.052746   -160.358310  9  8  8 160       
+PG27 -16642.233303  15379.059290  14256.058597    251.262592  8  4  7 180       
+PG28 -12270.679528 -13148.938216  20148.116805     28.634976  7  3  6 195       
+PG29    197.885027  21061.589985 -16120.050173    196.548117  7  7  6 203       
+PG30  23735.798179   4895.392471 -11310.006823    333.529818  6  8  5 205       
+PG31  11865.567227   9035.632797 -21755.163217     60.570266  6  8  6 195       
+PG32  22301.775691  -7989.738313 -11299.705002   -226.322111  8 11  9 196       
+*  2011  4  1  4 45  0.00000000
+PG02 -15993.240646  -1176.851466 -21079.832037    328.217956  7  7  6 198       
+PG03  21542.959019   6174.109198  14082.953789    696.016890  3  9  2 209       
+PG04 -10548.643898 -13747.772493 -20247.454892     76.096275  6  9  8 186       
+PG05 -26265.554401   1094.517462  -4187.584714   -137.827215  2  6 10 165       
+PG06  21374.741455  10499.004846  12143.000081   -222.544519  1  6  3 211       
+PG07   4654.917568 -25007.065289   7268.950075      6.995373  7  4  9 177       
+PG08  -2062.472583 -20356.197783  16635.795267      7.623283  4 10  9 206       
+PG09 -14420.158511  19482.568218  10298.855973     71.076617  8  7  7 162       
+PG10 -18384.562897  -9787.024028 -16903.643625    -70.389157  4  5  3 200       
+PG11  12772.953402 -19046.006529  12788.745078   -139.053873  7  6  1 172       
+PG12 -20589.087261  11244.400519 -12257.230248    -15.061990  8  7 10 164       
+PG13  -1472.173111 -21089.639527 -16188.917775    276.870766  2  6  7 142       
+PG14  14896.545930  22061.490801   1041.069941    141.151242  7  9  8 192       
+PG15 -13530.477348   7771.403863  21510.750080   -138.753649  9  7  8 187       
+PG16  26000.222130   1011.698727  -6050.370729   -161.871335  2  9 10 164       
+PG17 -14995.184600 -22005.515831   1859.385747    184.208746  8  8  8 199       
+PG18   2189.976598  15799.040365  21542.967733    129.508859  3 10  7 193       
+PG19  15979.991423  -2787.087433  21090.799612   -125.903344  7  8  7 231       
+PG20  16712.744007 -14415.892273 -14879.048771     48.819801  7  8  6 200       
+PG21  -2833.390398  24695.627958   8827.928739   -134.353628  5  3  2 175       
+PG22  13962.041138  12456.434341  19053.791870    150.877436  9 12  5 219       
+PG23   8796.647338 -12880.778616 -21455.614416    316.339095  8  8  7 188       
+PG24  15229.110697 -20164.600483   7767.053490    377.967767  6  6  7 135       
+PG25  -7370.807877  15526.940856 -20257.884484     -0.972143  9  6    195       
+PG26 -18522.336559  -6692.574571  17432.500563   -160.367515  9  8  8 163       
+PG27 -16198.332605  13778.378502  16374.028999    251.266580  8  5  7 180       
+PG28 -10030.286506 -13387.238920  21207.854529     28.637012  6  3  6 196       
+PG29  -1047.313088  19540.755483 -17892.145128    196.550535  8  7  6 200       
+PG30  22416.659757   5314.996697 -13651.668168    333.533493  6  8  5 205       
+PG31  10818.468296  11307.048470 -21219.079966     60.574822  7  7  6 193       
+PG32  23508.759815  -7754.706970  -8763.089594   -226.328793  8 12  9 188       
+*  2011  4  1  5  0  0.00000000
+PG02 -15269.259943  -3516.799490 -21397.311063    328.219961  7  7  6  98       
+PG03  22509.527478   7405.474565  11899.089365    696.022169  4  9  2 204       
+PG04  -9675.451647 -15802.618696 -19110.361350     76.105170  7  8  8 193       
+PG05 -25691.829145    725.122052  -6929.841579   -137.832302  2  6 10 156       
+PG06  22032.525667  11569.374416   9742.483410   -222.649660  3  6  3 207       
+PG07   5094.297140 -25565.799298   4480.060261      6.996459  6  5  9 179       
+PG08  -1201.885126 -21936.605665  14530.981644      7.623130  2  9  9 197       
+PG09 -14152.464775  18103.340524  12763.282618     71.079987  9  7  7 165       
+PG10 -16454.081012 -10248.919695 -18527.521845    -70.389762  3  5  3 194       
+PG11  12992.203190 -17360.847325  14794.809076   -139.056678  7  7  1 178       
+PG12 -21871.789747  11261.641863  -9757.205442    -15.059577  7  7 10 165       
+PG13   -249.428372 -19592.584961 -18049.248653    276.868800  2  6  7 116       
+PG14  14593.594501  21960.023455   3914.532830    141.153358  6  9  8 189       
+PG15 -15118.623395   5924.712975  21050.430908   -138.751208  9  7  9 190       
+PG16  25195.030945   1317.675853  -8749.639987   -161.873763  2  9 10 174       
+PG17 -14589.214086 -21875.308798   4670.245291    184.208916  8  8  8 204       
+PG18   -183.671292  16165.474045  21344.693584    129.510819  3 10  7 197       
+PG19  17306.666341   -837.737039  20223.390556   -125.906843  7  8  7 229       
+PG20  18296.844590 -14513.680223 -12739.983430     48.820193  7  9  7 205       
+PG21  -3449.155811  25355.339904   6176.429067   -134.356521  5  3  3 190       
+PG22  11793.717440  12943.943826  20162.317139    150.876609  9 12  5 216       
+PG23  10418.795131 -11009.183758 -21798.823433    316.336951  8  8  7 230       
+PG24  15091.910538 -19097.380711  10350.201335    377.971799  6  7  7 155       
+PG25  -9592.739457  15865.232458 -19025.654883     -0.972378  9  6    192       
+PG26 -19598.544299  -8344.921264  15539.004891   -160.376759  8  8  9 173       
+PG27 -15778.985846  11950.091129  18218.928891    251.270294  8  6  7 180       
+PG28  -7709.134338 -13763.634359  21920.591139     28.639228  6  3  6 190       
+PG29  -2483.913724  17941.873401 -19354.784739    196.553192  7  7  5 198       
+PG30  20880.181264   5855.809686 -15764.110007    333.535547  6  8  5 207       
+PG31   9924.452315  13555.544198 -20309.762167     60.579395  7  7  6 202       
+PG32  24426.375525  -7554.411492  -6070.422165   -226.335608  7 12 10 186       
+*  2011  4  1  5 15  0.00000000
+PG02 -14657.085370  -5898.878415 -21344.983653    328.221865  8  6  6  90       
+PG03  23330.942082   8422.987329   9509.382260    696.025416  5  9  2 202       
+PG04  -8942.028724 -17760.536824 -17646.583525     76.114683  7  8  8 189       
+PG05 -24844.171781    253.016280  -9553.624562   -137.837455  3  6 10 170       
+PG06  22538.456076  12417.313850   7177.362300   -222.754981  4  6  4 205       
+PG07   5412.080675 -25838.231451   1613.104032      6.996924  6  6  9 172       
+PG08   -520.392907 -23325.221404  12169.819527      7.622548  3  9  9 197       
+PG09 -13893.665560  16445.632130  15001.073543     71.082519  9  8  7 164       
+PG10 -14388.489794 -10845.936198 -19841.551657    -70.390579  2  5  3 197       
+PG11  13270.296447 -15473.243483  16537.165963   -139.059123  6  7  2 183       
+PG12 -22865.233310  11280.777688  -7087.441725    -15.056988  7  8 11 166       
+PG13   1178.293936 -18019.479828 -19601.777737    276.867252  2  6  6 130       
+PG14  14076.433436  21632.562102   6721.355225    141.155537  5  9  7 187       
+PG15 -16745.967415   4213.056374  20228.932525   -138.748320  9  7 10 189       
+PG16  24118.265555   1730.659905 -11300.715521   -161.876083  2  9 10 172       
+PG17 -13967.796975 -21535.880133   7402.033190    184.209042  8  8  7 207       
+PG18  -2499.858136  16637.851763  20787.931657    129.512660  3 10  7 193       
+PG19  18657.381995    946.382214  19010.742051   -125.910312  6  8  8 230       
+PG20  19632.680796 -14616.944759 -10382.731584     48.820176  7  9  7 201       
+PG21  -3949.458970  25748.691217   3415.789612   -134.358807  5  2  2 175       
+PG22   9548.611252  13557.804100  20929.499731    150.875871  9 12  5 217       
+PG23  12147.012797  -9215.267734 -21766.552433    316.334871  8  8  6 229       
+PG24  14914.467878 -17758.430853  12752.998023    377.976014  7  8  8 160       
+PG25 -11641.310528  16279.262973 -17466.214760     -0.972639  8  6    192       
+PG26 -20614.777559  -9748.742855  13372.134659   -160.386101  8  9  9 175       
+PG27 -15419.208873   9923.791579  19762.105099    251.272598  8  7  8 180       
+PG28  -5353.559080 -14281.049914  22274.510693     28.641466  6  3  7 192       
+PG29  -4100.490306  16309.920842 -20482.415575    196.555764  8  8  5 195       
+PG30  19164.033989   6537.499828 -17612.776630    333.539490  5  8  5 205       
+PG31   9188.920594  15730.507259 -19042.884606     60.583977  8  6  6 199       
+PG32  25040.918551  -7352.901713  -3269.869516   -226.342493  6 12  9 183       
+*  2011  4  1  5 30  0.00000000
+PG02 -14168.196033  -8277.071026 -20925.212930    328.223785  8  6  6 150       
+PG03  23971.201815   9235.647288   6956.061899    696.030983  6  9  3 198       
+PG04  -8341.560548 -19577.380710 -15880.024048     76.123882  8  7  8 191       
+PG05 -23748.769314   -350.036445 -12014.063716   -137.842844  5  6  9 182       
+PG06  22857.239531  13054.174541   4490.846570   -222.861005  5  6  5 202       
+PG07   5642.843548 -25806.942867  -1281.968926      6.997893  5  8  8 179       
+PG08      0.904802 -24479.958725   9593.322122      7.624381  5  8 10 190       
+PG09 -13680.971514  14533.879383  16971.129166     71.083325  9  8  7 167       
+PG10 -12231.385910 -11585.280720 -20823.287155    -70.390372  2  5  3 190       
+PG11  13627.771435 -13417.800818  17984.721159   -139.062240  6  7  2 189       
+PG12 -23558.611517  11262.777119  -4294.353169    -15.053908  5  8 11 170       
+PG13   2799.710858 -16417.027450 -20820.470344    276.866078  3  6  6 109       
+PG14  13324.584786  21113.372344   9413.925283    141.157615  5  8  7 182       
+PG15 -18372.537246   2661.088656  19060.774968   -138.745478  8  7 10 197       
+PG16  22798.914810   2279.174303 -13660.120001   -161.878600  3  9 10 180       
+PG17 -13113.790361 -21021.358626  10008.623389    184.209223  8  8  7 211       
+PG18  -4716.649765  17198.925929  19880.755841    129.514446  3 10  8 199       
+PG19  19992.401198   2541.942468  17474.358610   -125.913658  5  8  8 228       
+PG20  20704.100571 -14690.214885  -7847.348533     48.820329  7  9  7 197       
+PG21  -4363.597127  25854.509430    594.459510   -134.360896  5  1    186       
+PG22   7271.647316  14297.336044  21342.267294    150.874999  9 11  6 216       
+PG23  13946.977892  -7534.378292 -21360.394714    316.332538  8  8  6 229       
+PG24  14734.301190 -16163.092101  14933.979162    377.981001  8  8  8 171       
+PG25 -13482.056221  16738.562099 -15606.310172     -0.972897  8  6    185       
+PG26 -21527.200836 -10897.439514  10971.807535   -160.394979  7  9  9 185       
+PG27 -15148.720309   7735.193714  20980.063889    251.276021  8  7  7 184       
+PG28  -3010.130553 -14934.399250  22263.361323     28.643531  6  4  7 187       
+PG29  -5877.426845  14688.334604 -21255.281162    196.558186  8  9  4 197       
+PG30  17309.908238   7372.783096 -19167.613964    333.542184  5  8  5 206       
+PG31   8608.656605  17782.200150 -17440.581990     60.588587  8  6  7 198       
+PG32  25347.878843  -7113.105350   -411.344153   -226.349126  6 12  9 176       
+*  2011  4  1  5 45  0.00000000
+PG02 -13806.304957 -10604.733881 -20146.645721    328.225829  8  6  5 140       
+PG03  24398.423103   9859.726825   4283.699162    696.036296  6  9  3 195       
+PG04  -7859.983570 -21211.927154 -13839.965691     76.133200  8  7  8 192       
+PG05 -22438.289553  -1106.724199 -14269.053038   -137.847840  5  7  9 184       
+PG06  22957.767721  13498.246889   1728.275003   -222.965784  6  6  5 199       
+PG07   5824.034738 -25463.344369  -4154.695829      6.998655  5  7  8 178       
+PG08    388.120817 -25364.900863   6846.654516      7.625339  6  8  9 189       
+PG09 -13547.385504  12401.063310  18636.925067     71.085250  9  8  7 169       
+PG10 -10027.950298 -12466.428885 -21455.630869    -70.390275     4  4 188       
+PG11  14079.378854 -11233.875703  19111.824556   -139.065210  5  8  3 194       
+PG12 -23950.279187  11168.317163  -1426.536892    -15.051546  4  8 11 165       
+PG13   4595.108380 -14830.144777 -21684.975104    276.864896  3  7  6           
+PG14  12325.276108  20441.246594  11946.689921    141.159782  4  8  7 181       
+PG15 -19955.669476   1285.908060  17566.350640   -138.742837  8  7 11 195       
+PG16  21272.361578   2985.760743 -15787.452485   -161.881071  4  9 10 179       
+PG17 -12017.638750 -20369.722323  12446.055172    184.209432  8  8  7 211       
+PG18  -6795.751402  17824.887465  18637.111231    129.516181  3 10  8 198       
+PG19  21269.688375   3933.528539  15641.084097   -125.917323  5  8  8 228       
+PG20  21503.007255 -14696.793247  -5177.088648     48.820209  7  9  8 194       
+PG21  -4724.226077  25659.770586  -2237.454452   -134.364050  5     2 187       
+PG22   5007.551430  15154.305312  21393.444147    150.874365  9 11  7 215       
+PG23  15779.377347  -5995.393234 -20588.325579    316.330217  7  8  6 228       
+PG24  14586.451927 -14334.794443  16855.731534    377.984199  8  8  8 178       
+PG25 -15087.490465  17207.996841 -13477.868260     -0.973208  8  6    184       
+PG26 -22293.412325 -11793.812696   8381.427658   -160.404202  7  9 10 189       
+PG27 -14990.867470   5424.931274  21854.677180    251.278846  8  8  7 186       
+PG28   -724.139681 -15710.688615  21886.571141     28.645725  5  4  7 183       
+PG29  -7787.484771  13117.401154 -21659.785425    196.561009  8  9  4 194       
+PG30  15362.047559   8366.832961 -20403.470630    333.545357  5  8  5 209       
+PG31   8172.086459  19663.590002 -15531.045803     60.593014  9  6  7 202       
+PG32  25351.988466  -6798.522894   2454.476712   -226.356045  5 12  9 168       
+*  2011  4  1  6  0  0.00000000
+PG02 -13567.344611 -12836.199926 -19023.967653    328.227980  9  6  5           
+PG03  24586.051884  10317.867705   1538.402617    696.040235  7  9  3 193       
+PG04  -7476.635781 -22627.366831 -11560.646613     76.142921  8  7  8 181       
+PG05 -20950.671710  -2033.118609 -16279.959049   -137.853283  6  7  9 171       
+PG06  22814.384995  13773.905490  -1063.605160   -223.071022  6  6  6 198       
+PG07   5994.301863 -24808.057859  -6955.014971      6.999504  6  6  8 159       
+PG08    673.357252 -25951.736962   3978.300276      7.626855  7  7  9 194       
+PG09 -13520.202655  10087.626184  19967.328975     71.087316  9  9  7 165       
+PG10  -7823.420837 -13480.998154 -21727.139143    -70.390926     5  4 184       
+PG11  14633.361895  -8964.160546  19898.763332   -139.068052  5  8  3 199       
+PG12 -24047.707920  10959.500007   1466.101161    -15.048987  2  8 11 179       
+PG13   6536.928749 -13300.329989 -22180.931645    276.863095  3  7  6           
+PG14  11074.080979  19657.941134  14276.886176    141.161943  4  7  7 178       
+PG15 -21451.566497     96.601399  15771.554710   -138.740306  7  6 11 194       
+PG16  19579.121879   3865.917335 -17646.069307   -161.883412  5 10  9 187       
+PG17 -10677.901533 -19621.283541  14673.230251    184.209576  8  8  7 215       
+PG18  -8703.786163  18486.221016  17076.685171    129.517887  3  9  8 197       
+PG19  22446.477907   5113.992098  13542.614591   -125.920410  6  9  9 228       
+PG20  22029.557323 -14600.313742  -2417.687086     48.820186  7  9  8 192       
+PG21  -5065.844680  25160.252865  -5029.155518   -134.366078  5       193       
+PG22   2799.338439  16113.140415  21081.879136    150.873771  8 11  7 216       
+PG23  17601.314428  -4619.802954 -19464.498722    316.328114  7  8  5 227       
+PG24  14502.003856 -12304.276524  18485.527321    377.986110  8  8  8 188       
+PG25 -16437.983819  17649.201839 -11117.453844     -0.973532  7  7  1 183       
+PG26 -22874.105658 -12449.605810   5647.004893   -160.413305  7  9 10 190       
+PG27 -14961.805590   3037.214347  22373.315204    251.280427  9  8  7 185       
+PG28   1461.874346 -16589.406739  21149.304476     28.647985  5  2  7 182       
+PG29  -9796.675831  11632.779078 -21688.746496    196.563246  8 10  4 198       
+PG30  13365.714928   9516.973485 -21300.425627    333.548374  5  9  5 210       
+PG31   7859.889825  21332.079534 -13347.996562     60.597537  9  5  7 196       
+PG32  25066.902165  -6374.887024   5277.127392   -226.362898  5 12  9 167       
+*  2011  4  1  6 15  0.00000000
+PG02 -13439.761252 -14928.328366 -17577.565052    328.230081  9  5  5           
+PG03  24513.865295  10637.957001  -1232.976908    696.044801  7  9  3 185       
+PG04  -7165.181421 -23792.653319  -9080.734029     76.152138  8  6  7 192       
+PG05 -19327.727955  -3137.861296 -18012.273603   -137.858472  7  7  8 177       
+PG06  22407.970612  13910.527659  -3837.389487   -223.176632  6  7  5 193       
+PG07   6191.772094 -23850.944016  -9634.171766      7.000305  6  6  8 182       
+PG08    893.221991 -26220.907022   1039.141706      7.626628  8  7  9 210       
+PG09 -13619.744750   7640.061417  20937.316062     71.090512  9  8  6 174       
+PG10  -5661.559974 -14612.918045 -21632.254034    -70.391534     4  5 177       
+PG11  15291.021766  -6653.142001  20332.121733   -139.070714  5  8  4 200       
+PG12 -23867.091641  10601.520203   4333.244733    -15.046798     8 11 177       
+PG13   8590.655505 -11864.176134 -22300.182446    276.862464  2  7  6 221       
+PG14   9575.249079  18806.520900  16365.221822    141.164091  4  7  7 182       
+PG15 -22816.903440   -905.899229  13707.328518   -138.737404  6  6 11 196       
+PG16  17763.395466   4927.299893 -19203.715821   -161.886006  6 10  9 191       
+PG17  -9101.482928 -18817.102435  16652.563649    184.209745  8  9  7 215       
+PG18 -10413.407663  19148.799563  15224.684469    129.519812  4 10  8 195       
+PG19  23480.871311   6084.492589  11214.944963   -125.924020  6  9  9 226       
+PG20  22292.049752 -14366.305492    383.412246     48.820742  7 10  8 188       
+PG21  -5423.178031  24360.841710  -7730.176140   -134.368314  5  1  3 194       
+PG22    686.866165  17151.437194  20412.483237    150.872699  8 11  8 218       
+PG23  19367.850172  -3421.090111 -18008.945227    316.325698  6  8  5 225       
+PG24  14506.779832 -10108.531522  19795.861941    377.989403  9  8  8 190       
+PG25 -17522.343818  18022.148149  -8565.644858     -0.973841  7  7  3 182       
+PG26 -23234.580989 -12884.714885   2816.278249   -160.422346  7  9 10 196       
+PG27 -15069.948373    618.388243  22528.913463    251.283173  9  8  7 193       
+PG28   3509.509706 -17543.191368  20062.455160     28.650144  5  4  6 175       
+PG29 -11865.408262  10264.212528 -21341.535253    196.565964  7 10  3 198       
+PG30  11365.643345  10812.662512 -21844.043507    333.551469  4  9  5 209       
+PG31   7645.935178  22751.067210 -10930.043484     60.602194  9  5  8 193       
+PG32  24514.531010  -5811.715720   8007.300930   -226.369782  4 12  9 159       
+*  2011  4  1  6 30  0.00000000
+PG02 -13405.099986 -16841.945679 -15833.104871    328.232161  9  5  4 197       
+PG03  24168.731731  10851.831176  -3983.620498    696.050661  8  9  3 173       
+PG04  -6894.778422 -24683.654323  -6442.700584     76.161377  8  7  6 199       
+PG05 -17613.608355  -4421.636626 -19436.200536   -137.863683  7  7  7 185       
+PG06  21726.793501  13941.223585  -6545.788880   -223.282248  7  7  5 184       
+PG07   6452.359530 -22610.775170 -12145.597757      7.001056  7  6  8 194       
+PG08   1087.147141 -26162.402306  -1918.524248      7.627920  8  9  9 193       
+PG09 -13858.392042   5109.233222  21528.556248     71.092236 10  8  6 184       
+PG10  -3583.170911 -15838.895498 -21171.455873    -70.391957     3  5 171       
+PG11  16046.586380  -4345.499128  20405.000398   -139.073342  4  8  4 199       
+PG12 -23432.618792  10064.213799   7125.071685    -15.044082     8 11 170       
+PG13  10715.962802 -10552.084278 -22040.887610    276.860832  2  7  7 219       
+PG14   7841.715165  17929.673378  18176.497186    141.165951  4  7  7 179       
+PG15 -24010.424453  -1728.645141  11409.124422   -138.734737  5  6 12 200       
+PG16  15871.479499   6169.219574 -20433.098213   -161.888438  6 10  9 198       
+PG17  -7303.556276 -17997.386782  18350.580804    184.210052  7  9  6 214       
+PG18 -11904.202205  19775.183766  13111.514941    129.521642  4 10  9 200       
+PG19  24333.404723   6854.227731   8697.758961   -125.927490  7  9  9 222       
+PG20  22306.508566 -13963.701775   3177.870222     48.820635  7 10  8 190       
+PG21  -5829.531110  23275.463124 -10291.420694   -134.370674  5  3  4 195       
+PG22  -1294.492417  18240.732782  19396.175173    150.872365  8 11  9 215       
+PG23  21033.620035  -2404.424556 -16247.183994    316.323263  6  8  5 226       
+PG24  14620.265861  -7789.523348  20764.888303    377.992622  9  8  8 191       
+PG25 -18338.075641  18286.789635  -5866.336996     -0.974140  6  7  4 184       
+PG26 -23346.053583 -13126.115072    -62.137745   -160.431625  8  8 10 203       
+PG27 -15315.699641  -1784.558519  22319.980899    251.286038  9  8  7 199       
+PG28   5385.754312 -18538.755493  18642.572505     28.652280  5  5  6 157       
+PG29 -13949.862210   9034.486696 -20624.095186    196.568537  7 10  4 195       
+PG30   9404.522640  12235.762883 -22025.557933    333.553662  4  9  5 209       
+PG31   7498.498846  23891.271832  -8319.946858     60.606629  9  5  8 196       
+PG32  23724.064475  -5083.695200  10597.745617   -226.376764  3 12  9 159       
+*  2011  4  1  6 45  0.00000000
+PG02 -13438.852456 -18543.127597 -13821.043985    328.234255  9  5  4 189       
+PG03  23545.108171  10993.861085  -6667.483738    696.056060  8  9  3 177       
+PG04  -6631.446141 -25284.055183  -3692.110680     76.171381  8  8  5 218       
+PG05 -15853.186765  -5876.952107 -20527.166645   -137.868943  7  7  7 175       
+PG06  20767.105097  13901.423823  -9142.413014   -223.387524  7  7  6 184       
+PG07   6808.168388 -21114.567381 -14445.744523      7.002079  7  6  8 178       
+PG08   1295.582463 -25776.183198  -4842.009397      7.628062  9  6  9 162       
+PG09 -14239.962333   2548.497898  21729.850961     71.095178 10  8  6 184       
+PG10  -1624.715582 -17129.163781 -20351.330494    -70.392966     3  6 186       
+PG11  16887.385555  -2084.510459  20117.092705   -139.076214  4  8  4 204       
+PG12 -22775.441523   9323.426498   9793.145883    -15.041550  3  8 11 175       
+PG13  12868.086521  -9387.222161 -21407.542291    276.859447  1  7  7 214       
+PG14   5894.787598  17068.053428  19680.161003    141.168521  3  7  7 176       
+PG15 -24994.468680  -2386.194004   8916.301331   -138.731728  4  5 12 201       
+PG16  13950.102875   7582.459845 -21312.384741   -161.891070  7 10  8 197       
+PG17  -5307.185068 -17199.935863  19738.453942    184.209998  7  9  6 217       
+PG18 -13163.341975  20326.082168  10772.360922    129.523264  5 10  9 201       
+PG19  24968.530150   7439.867269   6033.772390   -125.930921  8  9  9 219       
+PG20  22095.972267 -13366.233538   5917.293810     48.820821  8 10  8 187       
+PG21  -6315.188875  21926.639781 -12666.200680   -134.372805  5  4  3 192       
+PG22  -3115.010173  19347.522649  18049.734017    150.871509  8 11  9 214       
+PG23  22554.465100  -1566.679741 -14209.752986    316.321251  6  7  5 219       
+PG24  14854.802127  -5392.725616  21376.743007    377.994355 10  8  8 197       
+PG25 -18891.313196  18404.722819  -3065.989320     -0.974372  5  8  5 183       
+PG26 -23186.719422 -13206.556364  -2939.569045   -160.440871  8  8 10 203       
+PG27 -15691.468146  -4125.490977  21750.554927    251.288547  9  8  7 199       
+PG28   7064.061290 -19538.048109  16911.714863     28.654550  5  5  6 149       
+PG29 -16003.541032   7958.666652 -19548.842647    196.571156  7 11  4 200       
+PG30   7521.572324  13761.090842 -21841.984398    333.556701  4  9  5 210       
+PG31   7381.714954  24731.767376  -5563.801149     60.611328  9  5  8 197       
+PG32  22730.728674  -4171.838358  13004.092524   -226.383771  3 12  8 162       
+*  2011  4  1  7  0  0.00000000
+PG02 -13511.530601 -20004.279068 -11576.079030    328.236104  9  6  4 175       
+PG03  22645.263660  11099.472309  -9239.999686    696.059861  8  9  4 169       
+PG04  -6339.580966 -25585.973293   -876.827365     76.180882  8  7  5 176       
+PG05 -14090.428360  -7488.236341 -21266.248434   -137.874357  7  7  6           
+PG06  19533.444537  13827.375911 -11582.553205   -223.492919  7  7  7 179       
+PG07   7286.056926 -19396.599611 -16494.855850      7.002977  8  7  8 190       
+PG08   1558.143493 -25072.194438  -7679.270031      7.627894  9  5  9 179       
+PG09 -14759.470508     11.710308  21537.402056     71.096754 10  8  6 189       
+PG10    182.914444 -18448.493139 -19184.545388    -70.395050  1  3  6 167       
+PG11  17794.321890     89.462662  19474.620388   -139.079105  4  8  3 202       
+PG12 -21932.384576   8362.145646  12291.278725    -15.038799  5  9 11 175       
+PG13  14999.367060  -8384.765268 -20410.897409    276.858241  1  7  7 212       
+PG14   3763.528259  16258.719166  20850.794129    141.170407  3  7  7 178       
+PG15 -25736.369234  -2899.847023   6271.460827   -138.729281  2  5 12 203       
+PG16  12044.742723   9149.424434 -21825.625907   -161.893552  7  9  8 205       
+PG17  -3142.653434 -16458.684755  20792.471092    184.210183  7  9  6 217       
+PG18 -14185.958303  20761.920201   8246.664607    129.525160  6 10  9 198       
+PG19  25355.957757   7864.713606   3268.038856   -125.934449  9 10  9 218       
+PG20  21689.515649 -12553.650607   8554.089994     48.820815  8  9  8 187       
+PG21  -6905.938657  20344.683821 -14811.229770   -134.375448  5  5  3 202       
+PG22  -4751.556793  20434.485172  16395.558649    150.870829  7 10 10 215       
+PG23  23889.017916   -896.765077 -11931.671008    316.318962  5  7  4 219       
+PG24  15215.069266  -2965.541628  21621.762549    377.997877 11  8  8 197       
+PG25 -19196.423481  18340.795357   -212.823729     -0.974707  4  8  5 184       
+PG26 -22742.548983 -13163.086482  -5768.049923   -160.450139  9  9 10 208       
+PG27 -16181.960444  -6360.584502  20830.107485    251.290636  9  8  6 204       
+PG28   8525.207608 -20499.616309  14897.225157     28.656621  5  5  6 130       
+PG29 -17978.937752   7043.649580 -18134.448956    196.573664  7 11  4 200       
+PG30   5751.247225  15357.222731 -21296.162456    333.559048  4  8  6 166       
+PG31   7257.193522  25260.687043  -2710.158743     60.615649  9  5  8 193       
+PG32  21574.337914  -3064.376078  15185.599522   -226.390617  3 12  8 161       
+*  2011  4  1  7 15  0.00000000
+PG02 -13589.923168 -21204.977589  -9136.547430    328.238039  9  5  4 147       
+PG03  21479.227502  11203.654922 -11658.736398    696.064474  9  9  4 156       
+PG04  -5983.559426 -25590.252849   1953.846365     76.190304  8  8  5 169       
+PG05 -12366.800371  -9232.252580 -21640.507164   -137.879667  7  7  5  71       
+PG06  18038.640612  13754.606222 -13823.952430   -223.598323  7  8  6 173       
+PG07   7906.419899 -17497.160601 -18257.663274      7.003624  8  7  7 188       
+PG08   1911.796495 -24069.976642 -10379.927257      7.629273  9  5  9 183       
+PG09 -15403.282623  -2448.793596  20954.902057     71.097691 10  8  6 194       
+PG10   1815.426759 -19757.431492 -17689.729421    -70.395509  1  3  6 176       
+PG11  18742.613205   2140.354142  18490.135048   -139.081764  4  8  3 201       
+PG12 -20944.446988   7171.350923  14576.343374    -15.036623  6  9 11 171       
+PG13  17060.907796  -7551.447236 -19067.785090    276.857044  3  7  7 213       
+PG14   1483.846291  15533.715536  21668.515573    141.172603  3  7  6 177       
+PG15 -26209.673407  -3296.630686   3519.734345   -138.726583  3  5 12 208       
+PG16  10197.986524  10844.615709 -21963.083592   -161.895696  8  9  8 207       
+PG17   -846.528819 -15802.401926  21494.431611    184.210131  6  9  6 216       
+PG18 -14975.213659  21044.459146   5577.507730    129.527248  6 10  9 204       
+PG19  25471.811797   8157.621996    447.227270   -125.937957  9 10  9 216       
+PG20  21121.040694 -11512.719753  11042.316167     48.821212  8  9  7 188       
+PG21  -7621.785955  18566.559368 -16687.546458   -134.377749  5  6  4 205       
+PG22  -6188.303504  21461.870308  14461.334961    150.870094  7 10 10 215       
+PG23  25000.185828   -376.257670  -9451.839823    316.316703  6  7  4 216       
+PG24  15697.886010   -555.666873  21496.589876    377.999685 11  7  9 198       
+PG25 -19275.299775  18064.600048   2644.007768     -0.975018  4  8  6 178       
+PG26 -22007.791698 -13035.460768  -8501.035656   -160.458998  9  8  9 214       
+PG27 -16764.740145  -8449.698769  19573.404607    251.294611  9  8  6 207       
+PG28   9757.900867 -21380.127554  12631.422797     28.658679  5  5  6 119       
+PG29 -19829.251171   6288.047707 -16405.508320    196.576097  6 11  5 200       
+PG30   4122.118546  16987.533343 -20396.727274    333.561607  5  9  6 210       
+PG31   7085.737359  25475.570319    190.884504     60.620434  9  5  7 199       
+PG32  20297.702975  -1757.351632  17105.801161   -226.397386  4 12  7 166       
+*  2011  4  1  7 30  0.00000000
+PG02 -13638.486645 -22132.554220  -6543.789605    328.240092  8  5  4 143       
+PG03  20064.469705  11339.514920 -13884.004908    696.068586  9  9  4 151       
+PG04  -5529.362724 -25306.422228   4750.074878     76.199895  8  5  5 192       
+PG05 -10719.786259 -11078.814072 -21643.225897   -137.884878  7  7  4 149       
+PG06  16303.505769  13716.405765 -15827.549308   -223.703883  7  8  7 171       
+PG07   8682.237787 -15461.074908 -19703.992368      7.004646  9  7  8 205       
+PG08   2389.160570 -22797.892163 -12896.244885      7.629082  9  5  9 190       
+PG09 -16149.658410  -4784.145508  19993.442128     71.100095 10  7  6 196       
+PG10   3255.914923 -21013.734008 -15891.251785    -70.397878  3  4  6 179       
+PG11  19702.770902   4037.578190  17182.195958   -139.084625  5  8  3 201       
+PG12 -19855.157714   5750.550433  16609.026369    -15.033784  6  9 11 170       
+PG13  19004.289193  -6885.435487 -17400.851098    276.855427  3  7  7 208       
+PG14   -902.662082  14918.856855  22119.306048    141.174660  4  7  6 177       
+PG15 -26395.139111  -3608.062576    708.032308   -138.723859  4  5 12 211       
+PG16   8448.002913  12635.430344 -21721.459976   -161.898090  8  9  8 207       
+PG17   1539.511095 -15253.588027  21831.962375    184.210362  5  9  7 217       
+PG18 -15542.062230  21138.401394   2810.901297    129.528624  7 10  9 201       
+PG19  25299.559591   8351.720840  -2381.119857   -125.941277  9 10  9 216       
+PG20  20427.883136 -10237.956977  13338.510120     48.820838  8  9  7 184       
+PG21  -8475.925717  16634.465478 -18261.334331   -134.380388  5  7  4 206       
+PG22  -7417.153641  22389.002153  12279.612978    150.869205  6 10 11 214       
+PG23  25856.479160     19.693337  -6812.396316    316.314574  6  6  4 213       
+PG24  16292.322077   1790.543677  21004.173621    378.002846 12  6  9 200       
+PG25 -19156.371372  17551.795604   5455.273359     -0.975369  3  8  6 182       
+PG26 -20985.184344 -12864.498542 -11094.056413   -160.468047 10  8  9 217       
+PG27 -17411.035596 -10357.628629  18000.320386    251.298452  9  8  6 210       
+PG28  10759.105794 -22136.003471  10151.206938     28.660886  5  6  6 103       
+PG29 -21510.084013   5682.405842 -14392.097931    196.578672  6 12  5 202       
+PG30   2655.967804  18611.432351 -19158.009851    333.564602  5  8  7 210       
+PG31   6829.085037  25383.342684   3088.620456     60.624773  9  5  6 197       
+PG32  18944.962528   -254.901700  18733.057626   -226.403994  5 12  6 172       
+*  2011  4  1  7 45  0.00000000
+PG02 -13620.818999 -22782.396087  -3841.481538    328.242410  7  7  4 135       
+PG03  18425.329351  11536.916253 -15879.415064    696.072045  9  9  5 145       
+PG04  -4946.153863 -24752.310724   7462.426173     76.209688  8  7  6 203       
+PG05  -9181.559930 -12991.775879 -21274.043616   -137.890248  7  7  3 165       
+PG06  14356.229021  13742.398985 -17558.182338   -223.809168  7  8  7 173       
+PG07   9618.429638 -13336.067906 -20809.269573      7.005748  9  7  8 212       
+PG08   3017.001140 -21292.001374 -15184.039736      7.630021  9  6  9 182       
+PG09 -16969.656116  -6950.735670  18671.241724     71.102008 10  7  6 199       
+PG10   4495.369089 -22173.931798 -13818.897129    -70.397701  4  4  6 174       
+PG11  20641.769274   5756.977078  15574.937538   -139.087448  5  8  3 201       
+PG12 -18708.851573   4107.981956  18354.503067    -15.031451  7  9 11 170       
+PG13  20783.276395  -6376.536560 -15438.197293    276.854067  4  7  7 201       
+PG14  -3350.086643  14432.752689  22195.244810    141.176859  5  7  6 177       
+PG15 -26281.470789  -3868.748476  -2115.733572   -138.721180  5  4 11 215       
+PG16   6827.181359  14483.246542 -21104.018260   -161.900748  8  9  7 206       
+PG17   3970.046826 -14827.617101  21798.749212    184.210830  5  9  6 218       
+PG18 -15904.701408  21012.915986     -5.007362    129.530674  8 10  9 204       
+PG19  24830.680840   8482.979111  -5169.338519   -125.944501  9 10  8 212       
+PG20  19649.289422  -8732.061680  15402.482623     48.821364  8  9  7 184       
+PG21  -9474.018159  14594.205031 -19504.614105   -134.382789  6  7  4 207       
+PG22  -8437.880830  23175.840117   9887.297445    150.868773  6 10 11 212       
+PG23  26433.137844    321.225607  -4058.024256    316.312170  5  6  4 211       
+PG24  16980.118152   4029.642741  20153.663952    378.005410 12  6  9 202       
+PG25 -18873.368692  16785.202004   8172.514277     -0.975700  4  8  6 176       
+PG26 -19685.866261 -12690.443248 -13505.311221   -160.477049 10  9  9 220       
+PG27 -18086.772232 -12055.194642  16135.604640    251.301555  8  7  6 212       
+PG28  11534.070019 -22725.109883   7497.567253     28.662782  5  6  6 133       
+PG29 -22981.056229   5209.743880 -12129.238830    196.581353  6 12  5 205       
+PG30   1367.125005  20185.758982 -17599.864691    333.566536  6  8  7 212       
+PG31   6451.607417  24999.933511   5932.655678     60.629180  9  5  6 201       
+PG32  17559.904123   1430.779377  20040.999471   -226.410664  5 12  5 175       
+*  2011  4  1  8  0  0.00000000
+PG02 -13501.163056 -23157.963597  -1074.946182    328.244257  7  6  5 109       
+PG03  16592.213875  11821.258009 -17612.377518    696.076413  9  9  6 143       
+PG04  -4207.739032 -23953.336312  10042.815328     76.219270  7  9  6 210       
+PG05  -7777.870923 -14930.267150 -20538.982869   -137.895776  7  7  3 165       
+PG06  12231.486370  13857.252784 -18985.240278   -223.914533  7  9  8 173       
+PG07  10711.533528 -11171.035311 -21554.921909      7.006354  9  7  8 209       
+PG08   3814.979162 -19594.641200 -17203.502221      7.631000  9  5  9 179       
+PG09 -17828.355278  -8911.765616  17013.211025     71.104056 10  7  7 200       
+PG10   5532.885463 -23194.982732 -11507.435804    -70.399254  5  6  6 172       
+PG11  21524.353964   7281.499018  13697.542053   -139.090296  5  8  3 204       
+PG12 -17548.934386   2260.472860  19783.025484    -15.028866  7  9 10 175       
+PG13  22355.458127  -6006.723952 -13212.938069    276.852662  5  7  7 196       
+PG14  -5809.740684  14086.113049  21894.656139    141.179027  4  7  6 174       
+PG15 -25865.767577  -4114.864024  -4903.443296   -138.718585  6  4 11 218       
+PG16   5360.995696  16344.764995 -20120.588692   -161.903292  9  9  8 206       
+PG17   6397.433144 -14532.153385  21394.678567    184.211080  4  8  6 219       
+PG18 -16087.729779  20643.018844  -2820.797220    129.532653  8 10  8 205       
+PG19  24065.053466   8588.672925  -7870.396891   -125.948089 10 10  8 210       
+PG20  18824.824802  -7006.032248  17198.055784     48.821677  8  8  6 187       
+PG21 -10613.802311  12493.416010 -20395.787131   -134.384742  6  8  5 207       
+PG22  -9257.967011  23784.540069   7325.057126    150.867818  5  9 11 209       
+PG23  26713.017481    562.429056  -1235.234994    316.310075  5  6  5 210       
+PG24  17736.393592   6122.535325  18960.210352    378.008018 12  5  9 205       
+PG25 -18463.892183  15755.627006  10748.884984     -0.976060  5  8  6 171       
+PG26 -18129.012942 -12551.380131 -15696.202815   -160.486406 11  9  9 138       
+PG27 -18753.800187 -13520.139552  14008.602214    251.303882  8  8  6 213       
+PG28  12096.038263 -23108.442254   4715.000371     28.664997  6  6  6 137       
+PG29 -24207.269978   4846.401466  -9656.268222    196.583735  7 12  5 208       
+PG30    262.075454  21666.289604 -15747.423464    333.569284  6  9  8 211       
+PG31   5921.888606  24349.552841   8673.814428     60.633663  9  5  6 205       
+PG32  16184.338523   3279.783181  21008.867836   -226.417504  7 12  5 186       
+*  2011  4  1  8 15  0.00000000
+PG02 -13245.886355 -23270.524953   1709.548595    328.246717  7  7  5  89       
+PG03  14600.598449  12212.426031 -19054.550895    696.079306 10  9  5 149       
+PG04  -3293.848779 -22941.491347  12445.432075     76.228878  6  9  6 213       
+PG05  -6527.183780 -16850.118388 -19450.369032   -137.900986  7  7  2 159       
+PG06   9969.298772  14079.578802 -20083.244620   -224.019778  8  9  8 178       
+PG07  11949.725194  -9014.285608 -21928.664547      7.007387  9  6  8 210       
+PG08   4794.707502 -17752.770607 -18919.908997      7.631757  9  7  9 195       
+PG09 -18686.337658 -10638.495824  15050.363728     71.107062  9  6  7 202       
+PG10   6375.560445 -24035.941849  -8996.090494    -70.399296  5  6  7 170       
+PG11  22314.433753   8601.586123  11583.634345   -139.093145  5  8  1 204       
+PG12 -16416.205638    232.965862  20870.413369    -15.026342  7  9 10 174       
+PG13  23683.756675  -5750.969708 -10762.675664    276.851019  5  6  7 185       
+PG14  -8231.808436  13881.359340  21222.162391    141.180898  5  7  7 175       
+PG15 -25153.666972  -4382.578310  -7607.565264   -138.715877  7  4 11 223       
+PG16   4067.138728  18173.554725 -18787.455456   -161.906022  9  8  7 206       
+PG17   8773.409213 -14366.867561  20625.884962    184.211304  3  8  7 218       
+PG18 -16121.040677  20010.745837  -5586.689197    129.534390  9 10  8 208       
+PG19  23011.041716   8705.806676 -10438.641841   -125.951529 10 10  7 208       
+PG20  17992.776727  -5078.955568  18693.731224     48.821693  8  8  6 194       
+PG21 -11885.062756  10379.747776 -20920.016777   -134.386808  6  9  6 211       
+PG22  -9892.143823  24180.955621   4636.659832    150.867315  6  8 11 210       
+PG23  26687.204430    779.867514   1608.373750    316.307752  5  6  5 206       
+PG24  18530.612259   8035.749307  17444.667586    378.011131 12  7  9 206       
+PG25 -17967.841183  14462.390819  13139.965712     -0.976376  5  8  6 174       
+PG26 -16341.207024 -12481.760715 -17631.815483   -160.495354 11  9  8  92       
+PG27 -19371.282409 -14737.801185  11652.920732    251.307255  7  7  5 215       
+PG28  12465.655167 -23251.741984   1850.832830     28.666831  6  6  7 135       
+PG29 -25160.568981   4563.149897  -7016.135678    196.586197  7 12  4 209       
+PG30   -660.648300  23009.308484 -13630.773072    333.572287  7  8  8 213       
+PG31   5214.128655  23463.661453  11264.999722     60.638151  9  5  5 206       
+PG32  14856.586255   5265.118681  21621.752289   -226.424200  7 12  3 192       
+*  2011  4  1  8 30  0.00000000
+PG02 -12824.885804 -23138.619532   4465.498361    328.248600  7  6  6  70       
+PG03  12489.860016  12723.952279 -20182.233278    696.083825 10  9  6 143       
+PG04  -2191.181689 -21754.067078  14627.629127     76.238156  6  9  6 215       
+PG05  -5440.105350 -18705.430341 -18026.640989   -137.906233  7  7  3 164       
+PG06   7613.678338  14421.075509 -20832.350471   -224.125172  8  9  8 173       
+PG07  13313.171777  -6911.823789 -21924.673702      7.008474  9  6  8 213       
+PG08   5959.150764 -15816.156751 -20304.213996      7.631528  9  7  9 202       
+PG09 -19501.355061 -12111.138172  12819.102845     71.107859  9  6  7 207       
+PG10   7038.067432 -24659.585536  -6327.903390    -70.400613  6  6  7 168       
+PG11  22976.498429   9715.265093   9270.615863   -139.095749  5  8  1 199       
+PG12 -15347.303833  -1942.269125  21598.441705    -15.023773  7  9  9 165       
+PG13  24737.752829  -5578.349986  -8128.900269    276.849541  5  5  7 179       
+PG14 -10567.043701  13812.556923  20188.641219    141.183154  6  8  7 176       
+PG15 -24159.178280  -4706.479006 -10181.944916   -138.713133  8  4 10 224       
+PG16   2954.965232  19921.745565 -17127.122234   -161.908048  9  8  7 208       
+PG17  11050.745060 -14323.465938  19504.700521    184.211521  3  7  7 215       
+PG18 -16038.493242  19106.063651  -8253.494814    129.536236  9 10  8 208       
+PG19  21685.282299   8869.545870 -12830.529390   -125.954721 10 10  7 206       
+PG20  17188.618423  -2977.476487  19863.273413     48.821901  8  8  6 196       
+PG21 -13269.946819   8299.066073 -21069.441233   -134.389120  6 10  7 210       
+PG22 -10361.652258  24336.020692   1868.242104    150.866536  7  8 11 212       
+PG23  26355.338918   1011.010683   4424.872100    316.305550  4  6  5 204       
+PG24  19327.768085   9742.487760  15633.216942    378.013040 12  7  9 203       
+PG25 -17425.764344  12913.527689  15304.532882     -0.976710  6  8  6 174       
+PG26 -14355.572015 -12511.078075 -19281.338713   -160.504958 11  9  7  99       
+PG27 -19897.203389 -15701.537142   9106.042816    251.308396  6  6  4 218       
+PG28  12670.069177 -23126.977376  -1045.545208     28.669323  7  7  7 154       
+PG29 -25820.543343   4326.525631  -4254.637168    196.588723  7 12  4 209       
+PG30  -1410.281545  24173.188572 -11284.556771    333.575283  7  8  8 213       
+PG31   4309.314141  22379.680302  13661.996898     60.642524  9  5  5 208       
+PG32  13610.128561   7353.602072  21870.730315   -226.430882  8 12  3 193       
+*  2011  4  1  8 45  0.00000000
+PG02 -12212.868440 -22787.270290   7146.870072    328.250743  7  7  6  94       
+PG03  10301.984832  13362.408642 -20976.697165    696.087830 10  9  6 157       
+PG04   -894.163497 -20432.170241  16550.748520     76.247920  5 10  6 215       
+PG05  -4519.123017 -20450.225172 -16292.054795   -137.911358  7  7  3 168       
+PG06   5211.112926  14885.947969 -21218.753098   -224.230522  8  9  8 175       
+PG07  14774.704417  -4905.742148 -21543.644656      7.009405  9  6  8 213       
+PG08   7302.388503 -13835.480596 -21333.508822      7.631740  8  8  9 203       
+PG09 -20230.105673 -13319.361984  10360.405858     71.111293  8  6  7 210       
+PG10   7541.927146 -25033.923006  -3549.011258    -70.401029  7  6  7 172       
+PG11  23477.006687  10627.945432   6798.955010   -139.098667  5  8    193       
+PG12 -14373.333890  -4226.704646  21955.120079    -15.021153  7  9  9 153       
+PG13  25494.775640  -5453.384571  -5356.322089    276.848531  6  5  7 180       
+PG14 -12768.458365  13865.673994  18811.085317    141.185383  6  7  7 177       
+PG15 -22904.211427  -5118.058605 -12582.573596   -138.710653  8  4 10 228       
+PG16   2025.268835  21541.801592 -15167.957066   -161.910510  9  7  7 204       
+PG17  13184.864174 -14386.034895  18049.503853    184.211802  4  7  7 212       
+PG18 -15876.414391  17927.473601 -10773.575060    129.537913 10 10  8 212       
+PG19  20112.174591   9111.718684 -15005.330116   -125.958323 10 10  6 204       
+PG20  16443.595421   -734.966618  20686.195251     48.821504  8  8  5 200       
+PG21 -14743.612042   6293.766795 -20843.218413   -134.391540  6 10  7 213       
+PG22 -10693.246771  24226.957853   -932.475579    150.865717  7  7 11 213       
+PG23  25725.635054   1292.633302   7166.756290    316.303084  3  6  6 203       
+PG24  20089.744687  11223.427235  13556.910295    378.016418 12  8 10 199       
+PG25 -16877.196318  11125.655840  17205.273676     -0.977065  6  8  6 177       
+PG26 -12210.699538 -12662.731266 -20618.439482   -160.514178 12  9  6           
+PG27 -20289.953795 -16412.882264   6408.878523    251.312690  4  6  5 221       
+PG28  12741.762917 -22713.624306  -3923.527073     28.671365  8  7  8 164       
+PG29 -26175.241361   4100.331163  -1419.601960    196.591063  8 12  4 208       
+PG30  -2003.351010  25119.927104  -8747.497694    333.578540  8  8  8 211       
+PG31   3196.113648  21139.494635  15824.206534     60.646999  9  4  5 206       
+PG32  12472.466976   9506.967636  21752.913610   -226.437571  8 12  4 194       
+*  2011  4  1  9  0  0.00000000
+PG02 -11390.463747 -22246.973128   9708.803152    328.252618  5  7  6 139       
+PG03   8080.191724  14127.055005 -21424.466558    696.092279 11  8  7 169       
+PG04    594.612749 -19019.094897  18180.864883     76.257047  5 10  5 217       
+PG05  -3758.664864 -22040.116785 -14276.283917   -137.916981  8  7  4 170       
+PG06   2808.946886  15470.632636 -21234.988665   -224.335932  9  9  8 181       
+PG07  16300.781296  -3032.778558 -20792.736901      7.010099  9  6  8 215       
+PG08   8809.745214 -11860.441752 -21991.348257      7.631228  9  9  9 210       
+PG09 -20830.038211 -14262.402300   7718.937427     71.112888  7  6  8 213       
+PG10   7914.495708 -25133.530771   -707.839238    -70.401422  7  6  7 170       
+PG11  23785.691315  11351.941212   4211.449933   -139.101458  5  8    192       
+PG12 -13518.727986  -6576.864128  21934.861647    -15.018653  7  9  8 144       
+PG13  25940.714809  -5337.561278  -2492.143704    276.847261  6  4  7 171       
+PG14 -14792.939120  14019.159745  17112.364019    141.187306  6  8  8 180       
+PG15 -21417.817831  -5644.319346 -14768.326048   -138.707877  8  5 10 232       
+PG16   1270.404865  22988.305150 -12943.720010   -161.912898 10  7  7 203       
+PG17  15135.381698 -14531.691354  16284.466732    184.211986  4  6  7 210       
+PG18 -15671.994516  16482.276367 -13101.784806    129.539825 10  9  8 217       
+PG19  18323.091078   9459.441502 -16925.800229   -125.961883 10  9  5 202       
+PG20  15783.492855   1609.575371  21148.135217     48.821990  7  8  5 201       
+PG21 -16275.168265   4401.270401 -20247.410188   -134.394185  6 10  8 216       
+PG22 -10917.980686  23838.262621  -3717.015250    150.865156  8  6 11 215       
+PG23  24814.596957   1659.239480   9787.702189    316.300796  3  6  6 201       
+PG24  20776.797823  12467.235692  11251.145005    378.019099 12  8  9 196       
+PG25 -16359.045852   9123.520068  18809.432164     -0.977374  7  8  6 180       
+PG26  -9949.405239 -12953.111287 -21621.585772   -160.523327 12  9  5  84       
+PG27 -20509.941933 -16881.426510   3605.253893    251.316325  2  6  6 223       
+PG28  12717.148731 -21999.685836  -6732.204781     28.673602  8  7  8 166       
+PG29 -26221.561766   3847.242579   1439.951846    196.593639  8 12  4 210       
+PG30  -2462.918399  25816.580331  -6061.845105    333.581000  8  7  8 211       
+PG31   1871.467177  19787.814559  17715.296445     60.651307  9  4  4 207       
+PG32  11464.226876  11683.156173  21271.407167   -226.444417  8 12  5 195       
+*  2011  4  1  9 15  0.00000000
+PG02 -10345.128468 -21552.498305  12108.297274    328.254723  4  7  6 152       
+PG03   5867.515662  15009.753928 -21517.534350    696.097548 11  8  7 169       
+PG04   2264.285275 -17558.619343  19489.427162     76.266269  5 10  4 219       
+PG05  -3145.480338 -23433.935839 -12013.921541   -137.922019  8  7  4 184       
+PG06    453.721182  16163.842368 -20880.119609   -224.441127  9  8  8 186       
+PG07  17852.701909  -1323.095297 -19685.410255      7.011073  9  6  9 210       
+PG08  10458.274610  -9937.939476 -22267.940926      7.631570  9  9  9 210       
+PG09 -21261.105187 -14948.778115   4942.118177     71.115931  6  6  8 212       
+PG10   8187.707535 -24940.651152   2145.772412    -70.402373  8  7  7 169       
+PG11  23876.734202  11905.742242   1552.478562   -139.104133  5  8    192       
+PG12 -12800.381470  -8945.817672  21538.541400    -15.016416  7  9  8 141       
+PG13  26070.523082  -5190.988671    414.717571    276.845954  6  4  7 162       
+PG14 -16602.732236  14244.823156  15120.887176    141.189646  6  7  8 173       
+PG15 -19735.170623  -6306.550284 -16701.655179   -138.704997  9  5  9 228       
+PG16    674.756983  24219.679220 -10492.980351   -161.915590 10  6  7 202       
+PG17  16867.499483 -14731.518303  14239.198607    184.212123  4  5  8 211       
+PG18 -15461.646123  14786.480783 -15196.377245    129.541193 10  9  7 218       
+PG19  16355.334081   9933.920009 -18558.808878   -125.965480 10  9  5 200       
+PG20  15227.633905   4012.848606  21241.117960     48.821727  7  8  5 204       
+PG21 -17828.865916   2652.757228 -19294.718732   -134.396703  5 11  8 209       
+PG22 -11069.819184  23162.421772  -6436.995088    150.864472  9  5 11 213       
+PG23  23646.440415   2141.569425  12243.305147    316.298679  1  7  6 202       
+PG24  21349.105731  13470.793868   8755.077867    378.022452 12  8  9 196       
+PG25 -15904.098371   6939.224098  20089.375636     -0.977605  7  8  5 175       
+PG26  -7617.352197 -13390.934754 -22274.323052   -160.532212 12  9  3 123       
+PG27 -20521.179279 -17124.408397    741.332383    251.320420  4  5  7 224       
+PG28  12634.980726 -20982.397788  -9421.334839     28.675619  9  7  8 180       
+PG29 -25965.312708   3530.459332   4274.677090    196.596153  8 12  3 215       
+PG30  -2817.565474  26236.542878  -3272.745317    333.583690  9  7  9 215       
+PG31    340.851325  18370.457572  19303.765042     60.656046  9  4  4 212       
+PG32  10598.530992  13837.733203  20435.187247   -226.451073  9 11  7 197       
+*  2011  4  1  9 30  0.00000000
+PG02  -9071.811249 -20741.544981  14304.880291    328.256522  3  8  6 157       
+PG03   3705.397690  15995.156665 -21253.517385    696.102074 11  8  7 181       
+PG04   4095.965246 -16093.301158  20453.783627     76.275794  4 11  4 218       
+PG05  -2659.327364 -24595.246074  -9543.892519   -137.927418  8  7  5 193       
+PG06  -1810.461000  16946.933724 -20159.797390   -224.546251  9  8  8 191       
+PG07  19388.024313    200.677734 -18241.157459      7.012083  9  6  9 215       
+PG08  12217.571270  -8110.400671 -22160.208999      7.631611  8  9  9 212       
+PG09 -21487.392604 -15395.645800   2079.176839     71.119218  6  4  8 140       
+PG10   8396.622045 -24446.004260   4961.491062    -70.402978  8  7  7 169       
+PG11  23729.770332  12313.068619  -1132.750910   -139.107304  5  8    189       
+PG12 -12227.094360 -11284.807376  20773.445362    -15.013785  6  8  8 131       
+PG13  25888.387040  -4974.114885   3314.446271    276.844907  6  5  7 162       
+PG14 -18166.739954  14508.982330  12870.173174    141.191572  7  7  8 167       
+PG15 -17896.321232  -7119.323923 -18349.232998   -138.702257  9  6  9 227       
+PG16    215.530781  25199.777215  -7858.433239   -161.918073 10  6  7 207       
+PG17  18353.203224 -14951.753056  11948.290763    184.212100  5  4  8 208       
+PG18 -15279.397707  12864.356288 -17019.843171    129.543074 10  9  7 221       
+PG19  14250.874006  10549.472037 -19875.911960   -125.968657 10  9  4 194       
+PG20  14788.150001   6428.747062  20963.692946     48.821800  6  8  5 204       
+PG21 -19365.472781   1072.189885 -18004.092104   -134.398402  5 11  9 212       
+PG22 -11184.134033  22200.333704  -9044.994186    150.863365  9  5 11 213       
+PG23  22252.239610   2765.243278  14491.797098    316.296189     7  6 202       
+PG24  21768.330510  14239.114312   6110.986543    378.024775 11  8  9 191       
+PG25 -15539.691539   4611.181874  21023.071310     -0.977851  7  7  5 176       
+PG26  -5261.583596 -13976.845094 -22565.504394   -160.541208 12  9  3 147       
+PG27 -20292.784673 -17166.027845  -2135.032541    251.324151  7  5  9 216       
+PG28  12534.645967 -19668.578411 -11942.332753     28.677935  9  7  8 186       
+PG29 -25420.937076   3115.330575   7035.756587    196.598513  8 11  4 216       
+PG30  -3100.152534  26360.620353   -427.541217    333.585918  9  7  9 218       
+PG31  -1381.785078  16932.619544  20563.410868     60.660549  9  4  3 212       
+PG32   9880.659344  15925.386370  19258.904283   -226.457696  9 11  8 195       
+*  2011  4  1  9 45  0.00000000
+PG02  -7573.351887 -19853.295044  16261.249424    328.258604  2  8  6 163       
+PG03   1632.327590  17061.157330 -20635.745843    696.106716 11  7  8 177       
+PG04   6063.310246 -14662.842917  21057.578922     76.285435  5 11  3 219       
+PG05  -2273.939592 -25493.692325  -6908.784443   -137.932628  8  6  5 200       
+PG06  -3943.476974  17794.584951 -19086.198127   -224.651504 10  8  8 185       
+PG07  20862.130110   1524.102246 -16485.140133      7.012851  9  6  9 213       
+PG08  14050.870374  -6414.316806 -21671.723938      7.632349  9  9  9 213       
+PG09 -21478.562598 -15627.827795   -819.789463     71.120777  6  6  9 205       
+PG10   8577.833263 -23649.274129   7689.443582    -70.404173  8  6  7 177       
+PG11  23330.687681  12601.749114  -3798.937695   -139.109869  6  8    185       
+PG12 -11799.336917 -13544.940238  19653.113976    -15.011156  6  8  7 133       
+PG13  25407.556802  -4649.446838   6157.171952    276.843367  5  5  7 141       
+PG14 -19461.577946  14773.843616  10398.324545    141.193635  7  7  8 169       
+PG15 -15944.777838  -8089.752050 -19682.527159   -138.699903  9  6  8 192       
+PG16   -136.156716  25899.273906  -5086.128756   -161.920280 10  6  7 201       
+PG17  19572.213293 -15155.185321   9450.764085    184.212304  5  3  8 206       
+PG18 -15155.394367  10747.645613 -18539.661506    129.544884 10  9  6 222       
+PG19  12054.912686  11312.811314 -20853.862609   -125.972026 10  8  3 196       
+PG20  14469.551924   8809.968804  20320.948769     48.822178  6  8  6 206       
+PG21 -20843.775802   -324.346571 -16400.219044   -134.401332  5 11  9 212       
+PG22 -11296.140009  20961.410446 -11495.411350    150.862998  9  6 10 213       
+PG23  20668.827950   3549.592549  16494.731661    316.294125     8  6 199       
+PG24  21999.133712  14784.962819   3363.587141    378.028143 11  8  8 186       
+PG25 -15286.615420   2182.827818  21594.465249     -0.978080  7  7  5 178       
+PG26  -2929.008673 -14703.294468 -22489.473535   -160.550626 12  9  4 142       
+PG27 -19800.350333 -17036.491714  -4975.013066    251.328854  8  5  9 224       
+PG28  12454.406453 -18074.594711 -14249.270498     28.680173 10  7  8 187       
+PG29 -24610.916895   2570.893921   9675.745923    196.600623  8 11  4 220       
+PG30  -3346.391989  26177.849151   2424.993272    333.588733  9  6  9 219       
+PG31  -3274.407764  15517.199080  21473.705405     60.665333  9  5  2 210       
+PG32   9308.002535  17901.450353  17762.616347   -226.464426  9 11  9 195       
+*  2011  4  1 10  0  0.00000000
+PG02  -5860.598146 -18926.916182  17943.878351    328.260354  3  8  6 170       
+PG03   -317.414970  18179.603920 -19673.282811    696.109979 12  7  8 168       
+PG04   8133.403479 -13302.597045  21291.016148     76.294632  6 11  4 220       
+PG05  -1958.236112 -26106.126735  -4154.109233   -137.937740  9  6  5 205       
+PG06  -5910.572395  18675.759581 -17677.829692   -224.756643 10  8  8 183       
+PG07  22229.877112   2641.271641 -14447.736097      7.013803  8  7  9 206       
+PG08  15916.386291  -4879.040797 -20812.527673      7.631987  9 10  9 198       
+PG09 -21211.057016 -15676.568377  -3704.725334     71.122893  7  7  9 222       
+PG10   8767.808983 -22559.243356  10281.174840    -70.404974  8  6  7 179       
+PG11  22672.198253  12802.468391  -6401.404641   -139.112555  6  7    194       
+PG12 -11509.345394 -15678.884904  18197.084401    -15.008432  6  8  7 152       
+PG13  24649.837940  -4183.202991   8893.825415    276.842050  5  6  8 125       
+PG14 -20472.351225  14999.060191   7747.416443    141.195700  7  7  8 166       
+PG15 -13925.958097  -9217.031035 -20678.303114   -138.696932  9  6  8 197       
+PG16   -413.935807  26296.798902  -2224.629153   -161.923179 10  6  7 204       
+PG17  20512.649229 -15302.712830   6789.426682    184.212560  5  4  9 207       
+PG18 -15114.572155   8474.470532 -19728.940258    129.546664 10  9  6 220       
+PG19   9814.322431  12222.622640 -21475.048508   -125.975679 10  7  5 194       
+PG20  14268.618206  11109.672907  19324.403653     48.822404  5  7  6 205       
+PG21 -22222.142331  -1528.971663 -14512.934465   -134.403406  4 11  9 207       
+PG22 -11439.336334  19463.353710 -13745.300119    150.862286  9  7 10 209       
+PG23  18937.490881   4506.723701  18217.627745    316.291754  2  8  6 204       
+PG24  22010.591070  15128.197260    559.316690    378.030621 10  8  6 173       
+PG25 -15158.280018   -298.864576  21793.757092     -0.978344  8  7  6 169       
+PG26   -664.887573 -15554.712786 -22046.198727   -160.559477 12  9  6 162       
+PG27 -19027.113176 -16770.815681  -7729.587413    251.332550  8  6 10 133       
+PG28  12429.669330 -16225.935096 -16299.848292     28.682206 10  7  8 188       
+PG29 -23564.881904   1871.266535  12149.385210    196.603226  8 11  4 221       
+PG30  -3593.287790  25686.024777   5235.474621    333.592463  9  6  9 225       
+PG31  -5307.587555  14163.236346  22020.068106     60.669931  9  5  1 214       
+PG32   8870.306103  19723.407820  15971.458248   -226.471228  9 11  9 193       
+*  2011  4  1 10 15  0.00000000
+PG02  -3952.232140 -18000.066702  19323.582263    328.262477  2  8  6 165       
+PG03  -2114.876956  19317.246717 -18380.869388    696.115031 12  6  8 171       
+PG04  10267.899417 -12042.270942  21150.981257     76.303830  5 11  5 218       
+PG05  -1677.726026 -26417.468086  -1327.508321   -137.942980  9  6  5 206       
+PG06  -7683.536751  19554.917905 -15959.212218   -224.861814 10  7  7 178       
+PG07  23447.277084   3554.822442 -12164.006981      7.014691  8  7  9 206       
+PG08  17768.833462  -3525.882657 -19598.850218      7.632082  9 10  9 208       
+PG09 -20669.022667 -15578.076391  -6526.480120     71.124938  8  8 10 246       
+PG10   9001.230745 -21193.566062  12690.588905    -70.405598  8  6  7 184       
+PG11  21754.164192  12947.430912  -8896.785113   -139.115219  6  7    180       
+PG12 -11341.541644 -17642.509068  16430.537678    -15.005928  6  7  8 158       
+PG13  23644.761986  -3546.834266  11476.993318    276.840749  5  6  7  94       
+PG14 -21193.115653  15143.411789   4962.805345    141.197708  8  6  8 162       
+PG15 -11885.573733 -10492.296351 -21319.042620   -138.694277  9  6  7 196       
+PG16   -654.646551  26379.764705    675.887592   -161.925658 10  6  7 201       
+PG17  21171.378340 -15354.994692   4010.150181    184.212888  6  5  9 204       
+PG18 -15175.564953   6087.978200 -20566.930844    129.548339 10  8  6 225       
+PG19   7576.017027  13269.449005 -21727.846321   -125.979239 10  7  4 195       
+PG20  14174.603873  13283.117848  17991.775592     48.822527  5  8  7 204       
+PG21 -23460.076398  -2542.003780 -12376.557319   -134.405921  6 11  9 206       
+PG22 -11644.017139  17731.610842 -15755.162092    150.861522  9  8  9 213       
+PG23  17102.496271   5640.850988  19630.561958    316.289594  2  8  5 202       
+PG24  21777.454897  15294.848488  -2254.410428    378.033177 10  8  7 182       
+PG25 -15160.182409  -2784.999100  21617.566076     -0.978539  7  7  6 177       
+PG26   1488.638294 -16507.963012 -21241.353592   -160.568633 12  8  7 152       
+PG27 -17964.877760 -16407.417150 -10350.377575    251.336691  9  7 10 232       
+PG28  12491.364650 -14156.396910 -18056.310444     28.684547 10  8  8 200       
+PG29 -22318.458671    996.834794  14414.366143    196.605735  8 10  4 222       
+PG30  -3877.499175  24891.909650   7954.774894    333.595120  9  5  8 222       
+PG31  -7445.465492  12904.521694  22194.044221     60.674450  8  6    211       
+PG32   8550.194807  21352.316512  13915.250760   -226.477720  9 10 10 187       
+*  2011  4  1 10 30  0.00000000
+PG02  -1874.307739 -17107.455616  20376.032312    328.264546  3  8  6 166       
+PG03  -3737.365352  20436.896464 -16778.790270    696.118724 12  6  8 170       
+PG04  12424.385570 -10904.883462  20641.031210     76.312893  6 11  6 218       
+PG05  -1396.052130 -26421.259558   1522.084052   -137.948110  9  5  5 206       
+PG06  -9241.617650  20393.427451 -13960.437371   -224.967107 10  7  7 183       
+PG07  24473.135771   4275.619797  -9673.095728      7.015479  8  7  9 206       
+PG08  19561.068405  -2367.529812 -18052.735671      7.631621  9 10  9 207       
+PG09 -19844.932440 -15371.919841  -9237.610405     71.128558  9  9 10 229       
+PG10   9309.406940 -19578.185435  14874.848797    -70.407161  8  6  7 188       
+PG11  20583.671547  13068.990510 -11243.674163   -139.117994  6  7  2 180       
+PG12 -11273.258387 -19396.397214  14383.857807    -15.003561  6  7  8 167       
+PG13  22428.464622  -2718.351728  13861.755832    276.839626  6  6  7 128       
+PG14 -21627.003711  15166.541222   2092.367425    141.199875  8  6  8 161       
+PG15  -9868.007602 -11898.794533 -21593.270324   -138.691621  9  6  7 201       
+PG16   -896.669177  26144.854311   3564.558033   -161.927868 10  6  6 201       
+PG17  21554.030856 -15274.137225   1161.076002    184.213032  5  6  9 203       
+PG18 -15349.891350   3634.787699 -21039.403297    129.550403 10  8  6 227       
+PG19   5385.314682  14435.900066 -21606.883987   -125.982862 10  6  4 197       
+PG20  14169.759218  15289.216392  16346.638302     48.822214  5  8  8 203       
+PG21 -24519.709447  -3371.635405 -10029.181628   -134.408534  8 10  9 213       
+PG22 -11935.912845  15798.530009 -17489.681032    150.860546  9  9  8 216       
+PG23  15209.514409   6947.926720  20708.699940    316.287319  4  9  4 202       
+PG24  21281.217841  15315.976969  -5029.962826    378.034789 10  9  7 181       
+PG25 -15289.694004  -5226.446285  21068.985731     -0.978788  7  6  6 180       
+PG26   3493.923666 -17533.074379 -20086.339724   -160.578049 12  8  8 150       
+PG27 -16614.642097 -15986.544583 -12790.532883    251.341280  9  7 10 235       
+PG28  12664.507518 -11906.917015 -19486.275119     28.686510 10  7  8 209       
+PG29 -20911.906188    -64.802873  16432.041913    196.607914  8 10  4 222       
+PG30  -4233.693006  23811.102929  10534.915531    333.598573  9  5  8 222       
+PG31  -9646.954530  11768.421986  21993.387145     60.678976  8  7    211       
+PG32   8323.957291  22754.115298  11628.053901   -226.484325  9 10 10 183       
+*  2011  4  1 10 45  0.00000000
+PG02    340.489785 -16279.510879  21082.210295    328.266540  4  8  6 164       
+PG03  -5169.161144  21498.756779 -14892.654827    696.124144 12  5  8 175       
+PG04  14557.901900  -9906.011631  19771.251137     76.322232  6 12  7 217       
+PG05  -1076.612070 -26119.902129   4345.303813   -137.953457  9  5  6 207       
+PG06 -10572.136001  21151.114511 -11716.615132   -225.072446 10  7  6 184       
+PG07  25270.594369   4822.131598  -7017.564164      7.016255  7  7  9 209       
+PG08  21245.789550  -1407.804988 -16201.588833      7.631790  8 10  9 205       
+PG09 -18739.889548 -15099.338769 -11793.112555     71.131480  9  9 11 227       
+PG10   9718.828784 -17746.418501  16795.211348    -70.408111  8  6  7 191       
+PG11  19174.852670  13198.294312 -13403.238988   -139.120866  7  6  2 190       
+PG12 -11275.740824 -20907.193215  12092.110662    -15.001012  6  6  9 177       
+PG13  21042.312674  -1683.406251  16006.491417    276.837949  7  7  7 141       
+PG14 -21786.005890  15030.679667   -814.321753    141.202345  8  6  8 159       
+PG15  -7914.744785 -13412.368907 -21495.781212   -138.688950  9  7  6 198       
+PG16  -1178.192616  25598.148022   6390.776378   -161.930267 10  6  6 202       
+PG17  21674.677412 -15025.344246  -1708.234602    184.213011  6  7  9 203       
+PG18 -15641.455424   1163.305150 -21138.874886    129.552140 10  8  6 212       
+PG19   3284.354639  15697.179472 -21113.202395   -125.986027 10  6  5 194       
+PG20  14230.135576  17091.946009  14417.971569     48.822650  5  8  9 199       
+PG21 -25367.171214  -4033.314797  -7511.939640   -134.410823  7 10  9 212       
+PG22 -12335.019417  13702.246789 -18918.381304    150.859880  9 10  7 216       
+PG23  13303.984579   8415.587059  21432.756690    316.284961  5  9  3 203       
+PG24  20510.938456  15226.346678  -7720.259707    378.036711 10  9  8 179       
+PG25 -15536.175896  -7575.541354  20157.526568     -0.979042  7  6  6 184       
+PG26   5319.058590 -18594.237286 -18598.244349   -160.587207 12  7  9 155       
+PG27 -14986.886013 -15548.599275 -15005.643157    251.345975 10  8 10 161       
+PG28  12967.014278  -9524.092524 -20563.449658     28.688906 10  8  8 214       
+PG29 -19388.591517  -1318.175467  18168.069115    196.610718  8 10  5 221       
+PG30  -4692.952413  22467.568193  12929.971658    333.601717  9  5  8 223       
+PG31 -11867.132297  10774.963901  21422.047935     60.683583  8  7    211       
+PG32   8162.563919  23900.765979   9147.667677   -226.490921  9  9 11 178       
+*  2011  4  1 11  0  0.00000000
+PG02   2653.840614 -15541.206436  21428.793908    328.268803  4  8  6 159       
+PG03  -6401.983402  22461.887822 -12753.089139    696.128147 12  5  8 171       
+PG04  16622.553989  -9053.353103  18557.988993     76.331659  6 12  8 214       
+PG05   -684.191959 -25524.553783   7093.229839   -137.958637 10  4  6 207       
+PG06 -11670.776943  21787.892324  -9267.220041   -225.177775 10  7  6 182       
+PG07  25808.515702   5219.516979  -4242.681198      7.017307  7  7  9 211       
+PG08  22777.231973   -641.762031 -14077.654522      7.631348  8 10  9 205       
+PG09 -17363.614582 -14801.541818 -14151.079578     71.133825  9  9 11 164       
+PG10  10249.932754 -15737.746343  18417.775516    -70.408264  8  6  7 193       
+PG11  17548.466241  13363.987888 -15339.784570   -139.123479  7  6  4 199       
+PG12 -11315.385436 -22148.719160   9594.451464    -14.998426  6  5  9 186       
+PG13  19531.331578   -436.074368  17873.632733    276.836912  7  7  7 151       
+PG14 -21690.412625  14702.291666  -3706.852434    141.204221  8  6  8 166       
+PG15  -6062.917810 -15002.243259 -21027.763119   -138.686169  9  7  6 200       
+PG16  -1535.493944  24754.884790   9105.129212   -161.932609 10  7  6 202       
+PG17  21555.178488 -14578.463808  -4547.690662    184.213215  6  8 10 203       
+PG18 -16046.380022  -1278.019044 -20864.689875    129.553977  9  8  6 228       
+PG19   1310.628714  17021.916137 -20254.309021   -125.989291 10  6  5 198       
+PG20  14326.643462  18661.560293  12239.616771     48.822793  5  7  9 194       
+PG21 -25973.794095  -4548.869054  -4868.253872   -134.413842    10  9 211       
+PG22 -12854.664916  11485.345967 -20016.195720    150.859173  9 10  6 219       
+PG23  11429.488191  10023.420287  21789.376110    316.282678  6  9  4 204       
+PG24  19463.797016  15062.964388 -10279.535773    378.039608 10  8  9 187       
+PG25 -15881.417516  -9787.725823  18898.948005     -0.979295  7  6  7 189       
+PG26   6938.925093 -19651.035207 -16799.725279   -160.596147 12  7 10 155       
+PG27 -13101.492828 -15132.414472 -16954.660577    251.350416 10  8 10 160       
+PG28  13408.830970  -7058.455666 -21268.206628     28.691053 10  8  8 221       
+PG29 -17793.364553  -2759.585547  19592.972149    196.613054  8  9  5 220       
+PG30  -5281.309981  20892.829237  15096.966373    333.604515  9  5  7 222       
+PG31 -14058.773828   9936.203942  20490.075218     60.688301  8  8  3 209       
+PG32   8032.883409  24771.192442   6515.083548   -226.497538  9  8 11 170       
+*  2011  4  1 11 15  0.00000000
+PG02   5023.012803 -14911.094562  21408.462602    328.270761  4  8  5 155       
+PG03  -7435.180382  23285.751588 -10395.335483    696.132683 12  6  8 171       
+PG04  18573.153984  -8346.615730  17023.478867     76.340784  6 11  8 212       
+PG05   -186.546744 -24654.698146   9718.249824   -137.964136  9  4  6 210       
+PG06 -12541.545453  22265.398031  -6655.351625   -225.282744 10  7  5 183       
+PG07  26062.664420   5498.464996  -1395.672502      7.017964  7  6  8 204       
+PG08  24112.796437    -56.108204 -11717.441065      7.630639  8 10  8 201       
+PG09 -15734.126164 -14518.048441 -16273.279661     71.137376  9  9 11 152       
+PG10  10916.123572 -13596.361562  19714.125294    -70.409179  7  5  7 199       
+PG11  15731.251295  13591.025673 -17021.271221   -139.126050  8  6  4 193       
+PG12 -11355.168409 -23102.830152   6933.470175    -14.995978  6  5  9 189       
+PG13  17942.493790   1020.684411  19430.358008    276.835544  8  7  6 163       
+PG14 -21367.935533  14153.572601  -6534.875122    141.206450  9  6  8 206       
+PG15  -4344.022417 -16632.075973 -20196.809962   -138.683186  9  7  6 200       
+PG16  -2001.300740  23638.869218  11660.301010   -161.934935 10  7  5 195       
+PG17  21224.229435 -13909.366505  -7307.583839    184.213306  6  8  9 203       
+PG18 -16553.175453  -3642.416191 -20222.953169    129.555903  9  8  7 228       
+PG19   -504.313936  18373.272276 -19044.117709   -125.992592 11  6  6 197       
+PG20  14426.318595  19975.555600   9849.650040     48.822634  5  7 10 195       
+PG21 -26317.113138  -4945.410842  -2143.092018   -134.415626  5 10  8 207       
+PG22 -13500.852894   9193.352078 -20763.930009    150.858506  9 11  5 223       
+PG23   9626.189578  11743.552790  21771.420337    316.280641  7  9  5 202       
+PG24  18145.359274  14863.537635 -12664.093212    378.041810 10  8  9 179       
+PG25 -16300.381223 -11823.070185  17314.982653     -0.979528  7  6  7 195       
+PG26   8336.030256 -20659.880455 -14718.814715   -160.605590 11  6 10 155       
+PG27 -10987.289313 -14773.563728 -18600.805040    251.354968 10  8 10 162       
+PG28  13991.417029  -4562.580354 -21588.000920     28.693374 10  8  7 223       
+PG29 -16170.894134  -4377.074566  20682.622394    196.615599  8  9  5 218       
+PG30  -6018.471034  19124.859251  16996.732590    333.608717  9  5  7 220       
+PG31 -16173.969175   9255.904659  19213.429120     60.692890  8  8  5 207       
+PG32   7899.057690  25351.984781   3773.889716   -226.503876  9  7 11 167       
+*  2011  4  1 11 30  0.00000000
+PG02   7402.270071 -14400.584021  21020.114112    328.272887  5  8  5 147       
+PG03  -8275.633299  23931.783608  -7858.757389    696.137119 12  6  8 162       
+PG04  20366.824109  -7777.731766  15195.366061     76.349818  6 11  8 208       
+PG05    444.136321 -23537.399478  12174.902543   -137.969110  9  4  5 212       
+PG06 -13196.390118  22548.570232  -3926.926066   -225.387276 10  7  5 177       
+PG07  26016.638167   5693.828110   1475.057326      7.019033  6  6  8 202       
+PG08  25214.556445    370.069157  -9161.098639      7.630654  8  9  8 197       
+PG09 -13877.135647 -14285.133527 -18125.656264     71.138603  9  9 10 169       
+PG10  11723.099709 -11369.535772  20661.851915    -70.409387  7  5  7 201       
+PG11  13755.078349  13899.626628 -18419.781146   -139.128696  8  5  4 201       
+PG12 -11356.209475 -23759.974553   4154.484734    -14.993032  7  5  9 194       
+PG13  16322.935003   2674.920710  20649.202936    276.834443  8  7  6 169       
+PG14 -20852.540162  13363.736142  -9249.007006    141.208460  9  6  8 179       
+PG15  -2782.854290 -18261.246267 -19016.823164   -138.680324  9  7  6 196       
+PG16  -2603.304266  22281.550480  14011.930866   -161.937722 10  8  5 197       
+PG17  20716.137954 -13001.096507  -9939.503691    184.213581  7  9  9 204       
+PG18 -17143.231132  -5886.436492 -19226.325125    129.557883  9  8  7 208       
+PG19  -2135.935888  19710.289206 -17502.770714   -125.996402 11  6  6 199       
+PG20  14493.743437  21019.357540   7289.686855     48.823363  5  6 10 190       
+PG21 -26381.633164  -5254.076028    617.763953   -134.417891  8 10  8 209       
+PG22 -14271.910540   6873.109603 -21148.613651    150.857952  9 11  5 224       
+PG23   7929.404389  13541.535895  21378.160085    316.278274  8  9  6 202       
+PG24  16569.535836  14664.908076 -14833.030184    378.045047 10  8 10 186       
+PG25 -16762.223568 -13647.619733  15432.957931     -0.979835  7  6  7 199       
+PG26   9501.079145 -21575.611911 -12388.633364   -160.614964 11  6 11 191       
+PG27  -8681.205757 -14502.774286 -19912.424313    251.358649  9  8  9 160       
+PG28  14707.609229  -2089.107119 -21517.614551     28.695347 10  8  7 224       
+PG29 -14564.028462  -6150.707842  21418.625879    196.618209  7  9  6 216       
+PG30  -6916.786511  17206.703266  18594.719027    333.610740  9  5  6 219       
+PG31 -18165.768679   8729.526116  17613.713043     60.697539  8  9  6 205       
+PG32   7723.988969  25637.842738    969.633641   -226.510161  9  6 11 155       
+*  2011  4  1 11 45  0.00000000
+PG02   9744.416359 -14013.496785  20268.982113    328.275091  5  8  5 145       
+PG03  -8937.368459  24364.931907  -5186.250674    696.140237 12  6  8 145       
+PG04  21964.500988  -7331.381143  13106.148301     76.359124  6 11  8 206       
+PG05   1229.950034 -22206.273646  14420.680319   -137.974421  9  4  5 215       
+PG06 -13654.512894  22607.101784  -1129.817839   -225.491899 10  7  5 168       
+PG07  25662.515823   5843.102204   4320.718892      7.019750  6  6  8 200       
+PG08  26050.592660    664.303119  -6451.762209      7.630341  7  9  8 187       
+PG09 -11825.184470 -14134.424811 -19678.751508     71.140358  9  9 10 169       
+PG10  12668.509089  -9105.877574  21244.944195    -70.409196  7  5  7 205       
+PG11  11655.926726  14304.410295 -19511.931260   -139.131568  8  5  5 198       
+PG12 -11279.412219 -24119.439867   1304.792575    -14.990790  7  4 10 199       
+PG13  14718.168860   4505.946700  21508.579369    276.833069  8  7  5 179       
+PG14 -20183.034986  12320.036812 -11801.731899    141.210723  9  7  7 183       
+PG15  -1396.709120 -19846.324501 -17507.800694   -138.677582  9  6  7 195       
+PG16  -3362.884223  20720.813175  16119.402652   -161.939931 10  8  5 196       
+PG17  20069.382855 -11844.745455 -12397.235702    184.213724  7  9  9 202       
+PG18 -17791.603550  -7971.431390 -17893.688725    129.559700  9  8  7 204       
+PG19  -3567.509178  20989.421196 -15656.341564   -125.999701 11  6  7 200       
+PG20  14492.566414  21786.703582   4604.132745     48.823404  6  5 10 189       
+PG21 -26159.343546  -5508.642315   3368.425880   -134.420464  6  9  7 200       
+PG22 -15158.456408   4571.118456 -21163.729666    150.856910  8 11  6 224       
+PG23   6368.352136  15377.504725  20615.358309    316.275937  8  8  7 202       
+PG24  14758.235585  14501.518533 -16748.934882    378.046447 10  7 10 187       
+PG25 -17231.553263 -15234.512487  13285.321693     -0.980111  7  6  8 201       
+PG26  10433.257348 -22353.204371  -9847.006986   -160.624737 11  6 11 183       
+PG27  -6227.076677 -14344.521351 -20863.777956    251.362716  9  8  9 171       
+PG28  15541.871302    311.222821 -21059.222947     28.697481 10  8  7 222       
+PG29 -13012.241357  -8053.167672  21788.614756    196.620861  7  8  6 215       
+PG30  -7980.525477  15184.887368  19861.716879    333.612772  9  6  5 219       
+PG31 -19989.798171   8344.531065  15717.827343     60.702137  8  9  7 203       
+PG32   7470.888680  25631.740552  -1850.854252   -226.516784  9  5 11 160       
+*  2011  4  1 12  0  0.00000000
+PG02  12002.421543 -13745.926491  19166.646394    328.276947  2  8  6 137       
+PG03  -9440.884656  24555.102056  -2423.563690    696.144497 12  7  8 117       
+PG04  23332.284981  -6985.796455  10792.548123     76.368421  7 10  8 203       
+PG05   2186.207213 -20700.216033  16416.776461   -137.979980  9  4  5 218       
+PG06 -13941.396035  22416.708397   1687.028943   -225.596470 10  7  4 171       
+PG07  25001.199111   5984.810235   7092.937286      7.020739  6  6  8 198       
+PG08  26596.111082    859.514321  -3634.867764      7.630054  7  9  8 181       
+PG09  -9616.559324 -14091.696076 -20908.055763     71.140510  9  9 10 173       
+PG10  13741.947395  -6853.555487  21454.040333    -70.411115  6  4  7 207       
+PG11   9472.722257  14813.742651 -20279.229448   -139.134077  9  5  4 197       
+PG12 -11087.119239 -24189.275836  -1567.108730    -14.988489  7  5 10 199       
+PG13  13170.371611   6484.939084  21993.188798    276.831867  9  7  5 185       
+PG14 -19401.472199  11018.482979 -14148.274640    141.212940 10  7  8 190       
+PG15   -194.878508 -21342.670632 -15695.515263   -138.674736  9  5  7 195       
+PG16  -4294.096063  18999.531713  17946.553249   -161.942532 10  9  4 195       
+PG17  19325.012792 -10440.010682 -14637.621899    184.213864  8  9  9 200       
+PG18 -18468.061776  -9864.824055 -16249.703313    129.561574 10  8  7 207       
+PG19  -4790.606536  22166.198623 -13536.420034   -126.003160 11  6  6 202       
+PG20  14387.057937  22279.710393   1839.395213     48.822942  6  4 10 188       
+PG21 -25649.970539  -5744.080174   6063.578433   -134.423184     8  7 199       
+PG22 -16143.689017   2331.892105 -20809.319050    150.856399  9 11  7 226       
+PG23   4965.143693  17207.568912  19495.240881    316.273519  9  8  8 202       
+PG24  12740.722517  14403.971683 -18378.534011    378.049138 10  6 10 184       
+PG25 -17669.876707 -16564.827018  10909.080227     -0.980479  8  5  8 204       
+PG26  11140.201072 -22949.531348  -7135.979019   -160.634071 10  6 11 165       
+PG27  -3674.122098 -14315.874785 -21435.713484    251.365821  9  8  9 164       
+PG28  16470.915004   2591.434957 -20222.283847     28.699701 10  8  7 219       
+PG29 -11550.222095 -10050.631787  21786.439370    196.623409  7  7  6 212       
+PG30  -9205.484871  13107.679552  20774.484926    333.616007  9  6  5 219       
+PG31 -21605.787665   8080.991882  13557.549053     60.706448  7  9  8 203       
+PG32   7104.834809  25344.803769  -4640.170872   -226.523458  9  4 11 165       
+*  2011  4  1 12 15  0.00000000
+PG02  14131.067339 -13586.410726  17730.928362    328.279051  4  8  5 129       
+PG03  -9812.214548  24478.447556    381.466545    696.149235 12  7  8 143       
+PG04  24442.586473  -6713.812261   8294.831439     76.377940  6 10  8 198       
+PG05   3320.650746 -19061.937030  18128.763716   -137.985033  9  4  5 220       
+PG06 -14087.589136  21960.162052   4474.499518   -225.701988  9  7  5 173       
+PG07  24042.434875   6156.849981   9744.545269      7.021353  6  6  8 200       
+PG08  26834.309198    992.590832   -757.449685      7.629938  7  9  7 177       
+PG09  -7294.025393 -14175.891395 -21794.286985     71.142462  8  9 10 161       
+PG10  14925.295719  -4658.560559  21286.538973    -70.413222  6  4  7 204       
+PG11   7246.073836  15429.314784 -20708.371165   -139.136801  9  5  5 203       
+PG12 -10744.720024 -23985.897934  -4412.320527    -14.985764  7  5 10 206       
+PG13  11716.806013   8575.872328  22094.320602    276.830895  9  7  5 186       
+PG14 -18551.424544   9464.208046 -16247.430824    141.214990 10  8  7 196       
+PG15    821.537259 -22706.099063 -13611.085508   -138.672162  8  5  6 197       
+PG16  -5402.960021  17163.948908  19462.286212   -161.945018 10  9  4 198       
+PG17  18524.951047  -8795.412597 -16621.364480    184.214092  8  9  9 200       
+PG18 -19138.341920 -11541.122052 -14324.261240    129.563625  9  8  8 208       
+PG19  -5805.262911  23196.954778 -11179.583642   -126.006727 11  5  7 197       
+PG20  14143.641832  22508.627037   -956.927971     48.823454  6  4 10 187       
+PG21 -24860.965438  -5995.086859   8659.124900   -134.425250     7  6 198       
+PG22 -17203.983919    196.404366 -20091.958682    150.855645  8 11  8 225       
+PG23   3734.046511  18985.384687  18036.349867    316.271353  9  7  9 204       
+PG24  10552.696303  14397.735915 -19693.284454    378.050421 11  5 10 194       
+PG25 -18037.174671 -17628.128427   8345.158422     -0.980767  8  5  8 207       
+PG26  11637.642841 -23325.116527  -4301.215404   -160.643462 10  6 11 165       
+PG27  -1075.168303 -14425.660700 -21616.204667    251.368036  8  8  9 154       
+PG28  17464.659869   4710.007476 -19023.257064     28.701910  9  7  7 220       
+PG29 -10206.660830 -12103.903948  21412.259064    196.625725  7  6  7 211       
+PG30 -10578.959129  11023.275707  21316.253068    333.619254  8  6  4 220       
+PG31 -22978.960000   7912.477325  11169.042035     60.711187  7  9  7 202       
+PG32   6594.282280  24795.897651  -7351.078807   -226.530057 10  4 10 148       
+*  2011  4  1 12 30  0.00000000
+PG02  16088.549203 -13516.417012  15985.666858    328.281020  5  8  5 120       
+PG03 -10081.750817  24118.447949   3179.751839    696.153692 11  7  8 122       
+PG04  25275.030291  -6484.113285   5656.086975     76.387295  7  9  7 192       
+PG05   4632.965182 -17336.363245  19527.191361   -137.990196  8  4  5 221       
+PG06 -14127.308800  21228.048939   7184.198209   -225.807644  9  7  5 169       
+PG07  22804.516705   6394.867650  12230.359215      7.022193  6  5  8 195       
+PG08  26756.962939   1102.831751   2132.573796      7.629064  7  8  7 172       
+PG09  -4903.421693 -14398.407547 -22323.603356     71.144384  7  9 10 168       
+PG10  16193.379283  -2563.080031  20746.571691    -70.414403  6  4  7 207       
+PG11   5016.950658  16145.970417 -20791.472814   -139.139300  9  5  5 199       
+PG12 -10222.151028 -23533.386022  -7182.350310    -14.983543  7  6 10 210       
+PG13  10388.448459  10736.746844  21810.027578    276.829750  9  7  5 188       
+PG14 -17676.208274   7671.481740 -18062.333350    141.216961 10  8  7 194       
+PG15   1659.490933 -23894.544647 -11290.446346   -138.669145  8  5  6 208       
+PG16  -6687.077836  15261.945566  20641.081184   -161.947564 10  9  5 196       
+PG17  17710.276759  -6928.160673 -18313.754168    184.214187  8 10  8 199       
+PG18 -19765.555004 -12982.638773 -12151.864981    129.565171  9  8  8 225       
+PG19  -6619.797449  24040.546483  -8626.763339   -126.010255 11  5  7 200       
+PG20  13732.342744  22491.287236  -3736.869247     48.823325  6  5 11 186       
+PG21 -23807.234802  -6294.652499  11112.797142   -134.428083  1  6  6 198       
+PG22 -18309.773853  -1799.313213 -19024.614687    150.854732  9 11  9 226       
+PG23   2681.060249  20663.849192  16263.277308    316.269058  9  7  9 202       
+PG24   8235.127469  14502.049434 -20669.896868    378.052549 11  4 10 190       
+PG25 -18293.548714 -18422.692363   5637.693274     -0.981109  8  5  8 209       
+PG26  11948.732759 -23445.804301  -1391.301316   -160.652845 10  7 11 149       
+PG27   1515.316311 -14673.986802 -21400.725458    251.372077  7  8  9 166       
+PG28  18487.482876   6632.303930 -17485.169539     28.703810  9  8  7 217       
+PG29  -9003.274183 -14169.754358  20672.531206    196.628397  7  6  7 208       
+PG30 -12080.075653   8977.989185  21477.087734    333.621382  8  6  4 218       
+PG31 -24081.230289   7807.187835   8592.302261     60.715515  8  9  8 198       
+PG32   5912.470879  24010.936477  -9937.265226   -226.536534 10  6 10 158       
+*  2011  4  1 12 45  0.00000000
+PG02  17837.969508 -13511.129256  13960.371847    328.282963  5  8  6 137       
+PG03 -10282.879600  23466.723165   5921.849543    696.157817 11  7  8  91       
+PG04  25817.089619  -6262.630170   2921.480303     76.396768  6  7  6 186       
+PG05   6114.609147 -15568.967596  20588.090469   -137.995576  8  3  5 221       
+PG06 -14096.910415  20219.223781   9769.310479   -225.912841  9  8  6 166       
+PG07  21313.676120   6730.718350  14507.926731      7.023055  6  5  8 198       
+PG08  26364.716355   1230.309111   4987.120629      7.627819  7  8  8 173       
+PG09  -2492.165023 -14762.653661 -22487.752413     71.147721  6  9 10 167       
+PG10  17514.915394   -604.046760  19844.842920    -70.414283  6  4  7 206       
+PG11   2825.344185  16951.790742 -20526.237962   -139.142093  9  5  5 201       
+PG12  -9495.231142 -22862.503989  -9829.915402    -14.980495  7  6 10 214       
+PG13   9208.875347  12921.064367  21145.173917    276.828459  9  6  6 185       
+PG14 -16817.125266   5663.358547 -19561.138485    141.219219 11  8  7 204       
+PG15   2333.528989 -24869.663865  -8773.727040   -138.666521  7  5  7 203       
+PG16  -8135.589166  13341.270931  21463.392422   -161.950078 10  9  5 197       
+PG17  16919.554067  -4863.672643 -19685.307106    184.214403  8 10  8 201       
+PG18 -20311.688580 -14179.903483  -9770.942590    129.567408  9  8  8 222       
+PG19  -7250.300465  24659.997450  -5922.514334   -126.013667 11  4  7 200       
+PG20  13128.094258  22252.285227  -6452.906353     48.823564  6  6 11 186       
+PG21 -22510.626237  -6672.704497  13384.728408   -134.429742  1  5  6 196       
+PG22 -19426.674986  -3625.368411 -17626.376141    150.854210  9 11  9 229       
+PG23   1803.823630  22196.851321  14206.280054    316.266728  9  5 10 202       
+PG24   5832.887763  14729.067201 -21290.780317    378.055498 11  3 10 199       
+PG25 -18400.873181 -18955.399466   2833.273032     -0.981460  8  5  8 213       
+PG26  12103.048839 -23284.277546   1543.066061   -160.662267  9  7 11 144       
+PG27   4043.281391 -15052.162709 -20792.438833    251.374420  7  7  9 226       
+PG28  19499.696451   8331.695398 -15637.045335     28.706128  9  7  7 215       
+PG29  -7954.106419 -16202.420060  19579.899183    196.630819  8  5  7 204       
+PG30 -13680.484652   7014.523327  21254.106987    333.623664  8  7  4 218       
+PG31 -24892.173084   7729.299530   5870.543401     60.720202  7  9  8 192       
+PG32   5038.676620  23021.932918 -12354.112286   -226.543105 10  7 10 163       
+*  2011  4  1 13  0  0.00000000
+PG02  19348.659336 -13540.508249  11689.756883    328.285073  5  7  6 149       
+PG03 -10450.474243  22523.541709   8558.900176    696.161802 11  8  8 130       
+PG04  26064.431457  -6014.027745    137.495267     76.406187  6  5  4 181       
+PG05   7748.974900 -13804.093902  21293.378877   -138.000860  7  3  5 223       
+PG06 -14033.295708  18940.945554  12185.420465   -226.018309  9  8  6 169       
+PG07  19603.184665   7191.071494  16538.235079      7.024085  6  5  8 198       
+PG08  25667.065268   1414.204660   7758.664590      7.627739  6  8  8 161       
+PG09   -107.710439 -15263.899041 -22284.159167     71.150183  6  8 10 157       
+PG10  18853.707120   1188.080242  18598.346690    -70.415152  5  4  7 205       
+PG11    708.960202  17828.437099 -19916.051926   -139.144847  9  6  5 203       
+PG12  -8546.781527 -22009.476414 -12309.731240    -14.978034  8  7 10 218       
+PG13   8193.453973  15079.492105  20111.353784    276.827284  9  5  7 190       
+PG14 -16011.796774   3470.975756 -20717.616032    141.221480 11  8  8 205       
+PG15   2865.028850 -25598.307073  -6104.547775   -138.663911  7  5  7 205       
+PG16  -9729.465775  11447.803849  21915.932694   -161.952812 10 10  6 199       
+PG17  16187.278448  -2634.766466 -20712.296554    184.214325  9 10  8 206       
+PG18 -20739.141035 -15131.752975  -7223.119004    129.569105  9  7  9 220       
+PG19  -7719.804405  25023.995400  -3114.206175   -126.017351 10  4  7 198       
+PG20  12311.858630  21821.909743  -9058.758684     48.823807  6  7 10 185       
+PG21 -20999.189511  -7154.872766  15437.988368   -134.432689  3  4  7 197       
+PG22 -20516.812232  -5258.953937 -15922.076761    150.853456  9 11 10 228       
+PG23   1091.859989  23541.009350  11900.779257    316.264267 10  4 10 206       
+PG24   3393.224908  15083.286951 -21544.397534    378.057543 12  5 10 199       
+PG25 -18324.388520 -19241.305257    -19.864826     -0.981799  9  5  8 215       
+PG26  12135.324476 -22821.351808   4449.979232   -160.671657  9  8 11 136       
+PG27   6457.153830 -15543.025910 -19802.187373    251.376780  7  7  9 222       
+PG28  20459.184653   9790.331910 -13513.223731     28.708276  9  7  7 211       
+PG29  -7065.131564 -18155.209688  18152.981281    196.633239  8  5  7 203       
+PG30 -15345.374830   5170.403002  20651.538219    333.625934  8  7  3 219       
+PG31 -25399.721489   7640.469625   3049.528490     60.724699  6  8  7 202       
+PG32   3959.255916  21865.816593 -14559.468090   -226.549801 10  8  9 160       
+*  2011  4  1 13 15  0.00000000
+PG02  20597.271468 -13570.587008   9213.154885    328.286949  6  8  6 160       
+PG03 -10619.311088  21297.992303  11043.584123    696.166892 11  8  8 100       
+PG04  26020.966370  -5703.229144  -2648.825735     76.415599  6  6  4 177       
+PG05   9511.868353 -12083.341315  21631.159539   -138.006084  7  3  5 223       
+PG06 -13972.321000  17408.692869  14391.269237   -226.123332  9  8  6 168       
+PG07  17712.198810   7796.214319  18286.369685      7.024836  6  6  8 198       
+PG08  24682.035660   1691.178653  10400.948699      7.628005  6  8  8 159       
+PG09   2203.983343 -15889.412216 -21715.954672     71.152251  4  8 10 163       
+PG10  20170.030116   2790.260224  17029.972167    -70.416022  5  4  8 203       
+PG11  -1298.013684  18751.743709 -18969.999971   -139.147676  9  6  5 206       
+PG12  -7367.486342 -21014.567391 -14579.272303    -14.975250  8  7 10 216       
+PG13   7348.870726  17161.649100  18726.681691    276.826237  9  5  8 189       
+PG14 -15292.657679   1132.528620 -21511.630502    141.223702 11  8  8 213       
+PG15   3281.162717 -26053.802439  -3329.247700   -138.661057  6  6  7 200       
+PG16 -11442.128152   9623.911675  21991.841559   -161.955180 10 10  6 198       
+PG17  15542.504096   -280.558615 -21377.168667    184.214622  9 10  7 209       
+PG18 -21012.228831 -15845.110466  -4552.459671    129.570805  9  7  9 220       
+PG19  -8057.171890  25108.179281   -251.149049   -126.020851 10  5  7 199       
+PG20  11271.516921  21234.879131 -11510.152660     48.823938  7  8 10 189       
+PG21 -19306.238584  -7761.414069  17239.080038   -134.434740  3  3  7 199       
+PG22 -21540.289010  -6685.006685 -13941.814534    150.852992  9 11 10 228       
+PG23    527.154988  24657.324560   9386.751338    316.262086 10  2 11 205       
+PG24    964.137893  15561.280485 -21425.521309    378.061012 12  6 10 202       
+PG25 -18034.173919 -19302.903048  -2872.662884     -0.982173  9  5  8 216       
+PG26  12083.936046 -22046.979853   7277.301235   -160.680845  8  8 11 135       
+PG27   8709.796724 -16121.661963 -18448.281342    251.380026  6  6 10 220       
+PG28  21323.122790  10999.541040 -11152.590765     28.710352  8  7  7 213       
+PG29  -6334.170691 -19982.153119  16416.063591    196.636170  9  5  7 200       
+PG30 -17034.770616   3476.633823  19680.616848    333.628475  7  7  3 218       
+PG31 -25600.571018   7501.449802    176.854335     60.729114  5  8  7 197       
+PG32   2668.437310  20583.060468 -16514.405396   -226.556492 10  8  9 179       
+*  2011  4  1 13 30  0.00000000
+PG02  21568.595333 -13564.950169   6573.825759    328.289026  6  7  6 169       
+PG03 -10822.475101  19807.802908  13331.072860    696.172165 10  8  8 100       
+PG04  25698.605789  -5296.919482  -5390.632387     76.425234  6  7  4 171       
+PG05  11372.290259 -10444.071063  21595.908154   -138.011267  6  4  4 224       
+PG06 -13947.269565  15645.670226  16349.441357   -226.228563  8  8  7 167       
+PG07  15684.389109   8559.099883  19722.112377      7.025801  6  6  8 199       
+PG08  23435.566971   2093.826856  12869.686592      7.626305  6  8  9 159       
+PG09   4399.935740 -16618.886375 -20791.945478     71.153971  3  7 10 215       
+PG10  21422.153655   4187.508942  15168.011882    -70.417321  5  4  8 203       
+PG11  -3166.020981  19692.544233 -17702.804228   -139.150311  9  6  6 205       
+PG12  -5956.460100 -19920.514135 -16599.493820    -14.972662  9  8  9  45       
+PG13   6673.015148  19117.943028  17015.458904    276.824819  9  4  9 190       
+PG14 -14685.673118  -1308.036135 -21929.503029    141.225828 11  8  9 214       
+PG15   3613.629539 -26216.999435   -496.059162   -138.658404  6  5  7 199       
+PG16 -13240.356936   7906.968492  21690.739446   -161.957713 10 10  7 197       
+PG17  15007.707920   2154.885522 -21668.834902    184.214784  9  9  7 211       
+PG18 -21098.610342 -16334.468825  -1804.701527    129.573061  9  7  9 219       
+PG19  -8295.746636  24896.161388   2616.324466   -126.024165 10  5  6 197       
+PG20  10002.497429  20528.927296 -13765.545042     48.824238  7  9 10 191       
+PG21 -17469.245101  -8506.328774  18758.398198   -134.436919  5  3  7 200       
+PG22 -22456.741573  -7896.557912 -11720.381192    150.851881 10 11 10 226       
+PG23     85.045591  25512.682119   6708.020554    316.260009 10  1 11 206       
+PG24  -1407.285976  16151.745021 -20935.383746    378.064702 12  7 10 206       
+PG25 -17506.442012 -19169.109198  -5676.086028     -0.982529  9  5  8 217       
+PG26  11989.207954 -20960.909526   9973.704356   -160.690056  8  9 10 144       
+PG27  10760.273103 -16756.485637 -16756.089539    251.382129  6  5 10 215       
+PG28  22049.705478  11959.849610  -8597.750120     28.712525  8  6  7 210       
+PG29  -5751.127040 -21639.634888  14398.701215    196.638693  9  5  7 199       
+PG30 -18705.053293   1956.646587  18359.330009    333.630729  7  8  4 218       
+PG31 -25500.270948   7273.749500  -2698.803728     60.733658  7  8  7 196       
+PG32   1168.823018  19216.162618 -18183.953553   -226.563002 10  9  8 182       
+*  2011  4  1 13 45  0.00000000
+PG02  22256.055579 -13486.336958   3818.168421    328.290817  5  6  7 174       
+PG03 -11089.826029  18078.807153  15379.948329    696.176284 10  8  8  90       
+PG04  25116.739954  -4764.975012  -8041.999059     76.434340  6  9  5 165       
+PG05  13293.487523  -8918.092649  21188.548097   -138.016412  6  4  4 225       
+PG06 -13987.447416  13682.028293  18026.969793   -226.333680  8  8  7 165       
+PG07  13566.403214   9484.677353  20820.469382      7.026655  7  6  8 198       
+PG08  21960.619736   2649.279641  15123.245708      7.626644  6  9  9 161       
+PG09   6441.526758 -17425.138782 -19526.523157     71.157556  1  6 10 215       
+PG10  22567.933393   5373.213072  13045.587670    -70.417499  5  3  8 201       
+PG11  -4871.088245  20617.707467 -16134.674619   -139.153325  9  7  6 204       
+PG12  -4321.497888 -18770.873784 -18335.502559    -14.970165  9  8  9  14       
+PG13   6155.223534  20901.383501  15007.723047    276.823318  9  4  9 189       
+PG14 -14209.329824  -3802.555309 -21964.246848    141.228005 12  8  9 160       
+PG15   3897.206413 -26077.029361   2345.755600   -138.655544  5  5  6 196       
+PG16 -15085.460786   6328.086620  21018.671068   -161.960178 10 10  8 197       
+PG17  14597.935073   4624.093216 -21582.836916    184.215177  9  9  7 211       
+PG18 -20970.575335 -16621.105337    973.515420    129.574662  9  8  9 219       
+PG19  -8471.823853  24380.240446   5437.801221   -126.027657  9  5  6 196       
+PG20   8508.120393  19743.294826 -15786.794340     48.823843  8  9  9 190       
+PG21 -15528.598184  -9396.698054  19970.648419   -134.439768  5  4  7 201       
+PG22 -23226.915490  -8894.764519  -9296.614892    150.851029 10 11 10 227       
+PG23   -264.614338  26081.135761   3911.466484    316.257707 10  3 11 205       
+PG24  -3676.508224  16835.876942 -20081.711734    378.067900 12  7 10 202       
+PG25 -16724.605304 -18874.010722  -8381.962178     -0.982899  9  6  8 222       
+PG26  11891.605041 -19572.951099  12489.739838   -160.699494  7  9 10 154       
+PG27  12575.329905 -17410.629789 -14757.447543    251.385171  6  3 10 213       
+PG28  22599.811498  12680.641285  -5894.158398     28.714834  8  5  7 205       
+PG29  -5298.529995 -23087.950569  12135.233247    196.641439 10  6  7 197       
+PG30 -20310.638207    625.570430  16712.014534    333.633967  7  8  4 218       
+PG31 -25112.996161   6921.288063  -5528.477917     60.738161  6  7  7 196       
+PG32   -528.427905  17808.038473 -19537.787552   -226.569585 10  9  7 181       
+*  2011  4  1 14  0  0.00000000
+PG02  22661.869293 -13298.300218    994.853656    328.292801  5  6  7 182       
+PG03 -11446.594943  16144.075141  17153.063536    696.181019 10  9  8  83       
+PG04  24301.458625  -4081.767433 -10558.631550     76.443682  7  9  5 161       
+PG05  15234.233269  -7530.579145  20416.412808   -138.021693  6  5  4 225       
+PG06 -14116.955503  11553.831914  19395.851707   -226.438495  8  8  7 166       
+PG07  11406.218972  10569.532415  21562.119625      7.027761  6  6  8 200       
+PG08  20296.035855   3377.993182  17123.305566      7.625872  7  9  9 165       
+PG09   8295.735797 -18275.064100 -17939.512093     71.158226  3  6 10 211       
+PG10  23566.412653   6349.116500  10700.009873    -70.418384  5  3  8 198       
+PG11  -6395.578602  21491.349248 -14291.069631   -139.155829  9  7  6 199       
+PG12  -2478.996307 -17608.345509 -19757.165326    -14.967500 10  9  9  72       
+PG13   5776.870669  22469.299041  12738.690859    276.821801  9  4 10 189       
+PG14 -13873.942466  -6300.350134 -21615.672440    141.230270 12  7 10 155       
+PG15   4168.178284 -25631.751853   5146.788020   -138.652693  5  5  7 194       
+PG16 -16934.653434   4911.105989  19987.943366   -161.962789 10 10  9 196       
+PG17  14320.258420   7077.854694 -21121.383198    184.215485  9  9  7 209       
+PG18 -20606.155927 -16732.063557   3735.404478    129.576723  9  8  9 217       
+PG19  -8623.004863  23561.775105   8163.731070   -126.031313  9  6  5 195       
+PG20   6799.647564  18917.182343 -17539.771671     48.823990  9 10  9 192       
+PG21 -13526.269026 -10432.263627  20855.224982   -134.442438  6  4  7 201       
+PG22 -23814.201930  -9688.624512  -6712.690531    150.850219 11 12 10 211       
+PG23   -556.059009  26344.921217   1046.162702    316.255252  9  5 11 204       
+PG24  -5803.086212  17588.057336 -18878.644014    378.070699 11  7 11 203       
+PG25 -15680.072823 -18455.424280 -10943.807118     -0.983266 10  7  8 222       
+PG26  11829.891979 -17902.827364  14778.906982   -160.708754  6  9 10 167       
+PG27  14130.533594 -18043.572276 -12489.906397    251.386060  6  2 10 209       
+PG28  22938.540375  13179.477696  -3089.247971     28.717066  8  5  8 197       
+PG29  -4952.367504 -24292.727930   9664.218190    196.643669 10  6  7 196       
+PG30 -21805.733781   -510.137913  14768.823252    333.635593  7  8  5 218       
+PG31 -24461.003899   6411.973825  -8263.714873     60.742728  3  8  8 195       
+PG32  -2403.751533  16400.384647 -20550.856993   -226.576214 11 10  7 185       
+*  2011  4  1 14 15  0.00000000
+PG02  22796.851920 -12966.850004  -1846.102384    328.294720  5  6  7 190       
+PG03 -11912.176353  14042.742286  18618.318310    696.185634  9  9  7  91       
+PG04  23284.544749  -3227.298183 -12898.541173     76.453487  7 10  5 155       
+PG05  17150.285695  -6299.251896  19293.097756   -138.027193  6  5  2 223       
+PG06 -14353.683168   9301.818335  20433.470008   -226.543750  8  9  7 154       
+PG07   9251.448486  11801.854416  21933.774632      7.028661  7  6  8 199       
+PG08  18485.188115   4292.777556  18835.483757      7.625533  6  9  9 171       
+PG09   9936.195675 -19130.814296 -16055.952734     71.159052  3  6 10 210       
+PG10  24379.370859   7124.987065   8172.085177    -70.420016  5  3  8 193       
+PG11  -7728.715146  22276.180032 -12202.363805   -139.158986  9  8  6 199       
+PG12   -453.545070 -16473.131557 -20839.644286    -14.965177  9  9  9  61       
+PG13   5512.283825  23784.889192  10248.106413    276.821266  9  5 10 182       
+PG14 -13681.301710  -8750.023910 -20890.361725    141.232263 12  7 10 162       
+PG15   4462.709973 -24887.869237   7858.369167   -138.649917  6  4  7 192       
+PG16 -18742.585861   3671.875320  18616.864609   -161.965189 10 10  9 194       
+PG17  14173.570714   9466.954430 -20293.259805    184.215883  9  9  7 211       
+PG18 -19990.022721 -16698.944488   6434.767118    129.578580  8  9  9 217       
+PG19  -8786.505817  22451.202289  10746.350291   -126.034789  9  6  6 200       
+PG20   4896.035966  18088.223726 -18994.903624     48.824094  9 10  9 198       
+PG21 -11504.421692 -11605.265908  21396.545024   -134.444307  7  4  8 202       
+PG22 -24186.074080 -10294.392200  -4013.362631    150.849710 11 12 10 224       
+PG23   -826.044010  26295.154497  -1837.534620    316.252977 10  6 11 200       
+PG24  -7752.068008  18376.825719 -17346.527603    378.073211 11  7 11 204       
+PG25 -14372.745934 -17953.322752 -13317.619434     -0.983571 10  7  8 229       
+PG26  11839.345050 -15979.599985  16798.686916   -160.718409  6 10  9 170       
+PG27  15411.008993 -18612.919551  -9995.851471    251.387672  6    10 208       
+PG28  23036.564517  13481.122955   -231.557813     28.719177  8  3  8 195       
+PG29  -4683.175754 -25226.159301   7027.797660    196.646153 11  6  7 194       
+PG30 -23146.105622  -1452.698503  12565.077486    333.637897  7  8  5 217       
+PG31 -23573.791434   5719.149292 -10857.391897     60.747379  2  8  8 189       
+PG32  -4429.669967  15032.079188 -21203.937166   -226.582819 10 10  6 190       
+*  2011  4  1 14 30  0.00000000
+PG02  22679.877962 -12462.009898  -4654.301503    328.296883  5  7  7 199       
+PG03 -12499.172721  11818.585221  19749.326361    696.190078  9  9  7 120       
+PG04  22102.278125  -2188.123858 -15022.680154     76.462574  8 10  5 132       
+PG05  18995.969142  -5233.864128  17838.205995   -138.032171  6  5  3 220       
+PG06 -14708.558217   6969.994932  21122.917700   -226.648954  7  9  7 151       
+PG07   7147.656567  13161.734848  21928.442145      7.029677  7  6  8 194       
+PG08  16574.463138   5398.099856  20229.921445      7.626012  6  9  9 183       
+PG09  11344.024914 -19951.170596 -13905.816846     71.160947  4  5 10 208       
+PG10  24972.761839   7717.984074   5505.387877    -70.420057  5  2  8 190       
+PG11  -8866.849625  22934.940738  -9903.420360   -139.161495  8  8  6 197       
+PG12   1722.798391 -15401.400067 -21563.848930    -14.962397  9  9  9   7       
+PG13   5329.939868  24818.550466   7579.509172    276.819800  8  6 10 175       
+PG14 -13624.675982 -11101.283808 -19801.513939    141.234242 12  6 10 167       
+PG15   4815.226887 -23860.704260  10433.440257   -138.647072  6  3  7 188       
+PG16 -20462.974971   2617.847529  16929.392163   -161.967458 10 10  9 190       
+PG17  14148.714134  11743.894335 -19113.620428    184.215822  9  8  7 211       
+PG18 -19114.138324 -16556.554169   9026.698510    129.580425  8  9  9 213       
+PG19  -8997.492132  21067.700465  13140.563725   -126.038267  9  7  6 204       
+PG20   2823.405750  17291.035472 -20127.640811     48.823990  9 10  8 206       
+PG21  -9504.013786 -12900.549639  21584.334909   -134.446507  8  4  8 202       
+PG22 -24315.368956 -10734.720133  -1245.175872    150.848893 11 12  9 223       
+PG23  -1112.173764  25932.184597  -4688.927609    316.250738 10  7 11 199       
+PG24  -9495.178150  19166.105949 -15511.594040    378.075763 11  7 11 204       
+PG25 -12811.193808 -17408.190552 -15462.632167     -0.983864 10  8  7 232       
+PG26  11950.102593 -13840.687657  18511.504989   -160.727388  5 10  9 176       
+PG27  16411.755407 -19076.259384  -7321.525764    251.390365  6  2  9 208       
+PG28  22871.251314  13616.320855   2630.110623     28.721287  7  2  7 193       
+PG29  -4457.345134 -25867.998208   4270.997430    196.648620 11  7  7 189       
+PG30 -24290.770646  -2212.653080  10140.526458    333.641719  7  8  6 214       
+PG31 -22486.981840   4822.844974 -13264.529934     60.751609     8  8 185       
+PG32  -6571.610822  13737.684271 -21484.084645   -226.589592 10 10  6 195       
+*  2011  4  1 14 45  0.00000000
+PG02  22337.018555 -11759.217458  -7379.939327    328.298896  6  7  8 201       
+PG03 -13212.736340   9518.406816  20525.953383    696.195391  9 10  7 137       
+PG04  20794.091779   -958.041149 -16895.532919     76.471626  9 10  5 141       
+PG05  20725.816537  -4336.001271  16076.992960   -138.037595  7  5  5 219       
+PG06 -15185.078492   4604.130469  21453.223976   -226.754013  7  9  7 157       
+PG07   5136.757370  14621.789255  21545.586709      7.030688  7  6  8 194       
+PG08  14611.628618   6689.692341  21281.819184      7.626260  6  9  9 187       
+PG09  12508.406527 -20693.066096 -11523.651052     71.163152  6  6 10 208       
+PG10  25317.990669   8151.757169   2745.508387    -70.421921  5  2  8 187       
+PG11  -9813.460460  23431.874004  -7433.069398   -139.164601  8  9  6 188       
+PG12   4011.526720 -14423.909279 -21916.795419    -14.959589  9  9  9 227       
+PG13   5193.895018  25548.924564   4779.437808    276.818289  8  6 10 178       
+PG14 -13689.164090 -13306.713954 -18368.668732    141.236262 12  5 11 163       
+PG15   5256.870246 -22573.650602  12827.390235   -138.644690  6  2  7 186       
+PG16 -22050.267656   1747.999960  14954.697293   -161.970244 10 10 10 191       
+PG17  14228.937877  13864.541254 -17603.663580    184.216124  9  8  7 203       
+PG18 -17978.149352 -16341.457871  11468.257519    129.582447  7  9  9 213       
+PG19  -9287.508629  19438.513371  15304.766091   -126.041635  9  8  5 204       
+PG20    614.242086  16555.895260 -20918.846738     48.824193  9 10  8 202       
+PG21  -7563.432036 -14295.938850  21413.863599   -134.448687  9  4  8 205       
+PG22 -24181.366877 -11037.564849   1544.341910    150.848223 11 12  9 222       
+PG23  -1451.193879  25265.585238  -7457.925355    316.248587 10  8 11 198       
+PG24 -11011.745040  19916.637111 -13405.518895    378.078613 11  6 11 192       
+PG25 -11012.501390 -16859.371435 -17342.008573     -0.984331 10  8  7 195       
+PG26  12185.736016 -11530.514114  19885.586694   -160.736693  4 10  8 185       
+PG27  17137.537281 -19392.994624  -4515.994154    251.392329  6  3  9 203       
+PG28  22427.520975  13620.380449   5447.498738     28.723336  7     8 187       
+PG29  -4238.593162 -26206.281779   1440.976064    196.650835 11  7  6 189       
+PG30 -25203.551288  -2808.173364   7538.536047    333.645116  7  8  6 215       
+PG31 -21240.976293   3710.790110 -15443.089305     60.756003     8  8 183       
+PG32  -8789.030376  12546.115628 -21384.980697   -226.596259 10 10  6 186       
+*  2011  4  1 15  0  0.00000000
+PG02  21800.393114 -10840.507104  -9974.768662    328.300757  6  8  8 203       
+PG03 -14050.239239   7190.302009  20934.710568    696.200651  8 10  7 157       
+PG04  19401.128103    461.492341 -18485.658179     76.480832  9 10  5 167       
+PG05  22296.210370  -3599.203429  14039.917757   -138.042488  7  5  6 216       
+PG06 -15779.138965   2250.196514  21419.482550   -226.859008  6  9  7 154       
+PG07   3255.550829  16148.082203  20791.181815      7.031524  7  5  8 192       
+PG08  12644.141005   8154.486254  21971.913098      7.627305  6  8  8 193       
+PG09  13426.888010 -21313.211363  -8948.145041     71.165331  6  6 10 203       
+PG10  25392.985283   8455.315805    -60.708436    -70.423362  6  2  8 190       
+PG11 -10578.873955  23734.174121  -4833.494765   -139.167373  8  9  6 177       
+PG12   6368.956872 -13564.847321 -21891.865144    -14.957589  9  9  9 227       
+PG13   5065.387634  25963.629258   1896.586757    276.816945  8  7 10 179       
+PG14 -13852.381224 -15323.429951 -16617.314787    141.238780 11  5 11 175       
+PG15   5814.089321 -21057.318927  14998.844063   -138.641906  6     7 179       
+PG16 -23461.279066   1053.078153  12726.655686   -161.972573 10 10 10 186       
+PG17  14390.661439  15789.635556 -15790.206671    184.216500  9  8  7 193       
+PG18 -16589.506987 -16090.492620  13719.096236    129.584216  7  9  9 210       
+PG19  -9683.070469  17597.964336  17201.585132   -126.045326  8  8  5 208       
+PG20  -1693.639670  15907.597787 -21355.102635     48.824291  9 10  7 206       
+PG21  -5717.208373 -15762.875225  20886.116393   -134.450147  9  4  8 205       
+PG22 -23770.629428 -11234.901752   4307.490010    150.847641 12 13  9 224       
+PG23  -1877.320820  24313.786106 -10095.978353    316.246425 10  9 11 190       
+PG24 -12289.330685  20587.552667 -11064.871086    378.081279 11  6 11 182       
+PG25  -9001.795170 -16343.472709 -18923.470470     -0.984648 11  9  7 197       
+PG26  12562.113426  -9098.844996  20895.675394   -160.745951  5 10  6 187       
+PG27  17602.368626 -19526.074743  -1630.084649    251.396588  7  4  8 202       
+PG28  21698.417609  13531.629388   8173.647219     28.725742  7     7 189       
+PG29  -3989.548346 -26237.750336  -1413.767509    196.653297 12  8  6 188       
+PG30 -25854.428437  -3264.069836   4805.229861    333.648498  7  8  6 210       
+PG31 -19879.420979   2379.136361 -17354.733385     60.760379     8  7 179       
+PG32 -11036.801035  11479.537991 -20907.147825   -226.603085 10 10  6 189       
+*  2011  4  1 15 15  0.00000000
+PG02  21106.785523  -9695.423757 -12393.025763    328.302890  7  8  8 205       
+PG03 -15001.285563   4881.881840  20968.993400    696.205400  8 10  8 149       
+PG04  17964.744811   2061.216501 -19766.176938     76.490377 10 10  5 166       
+PG05  23666.959862  -3009.403157  11762.109461   -138.048037  7  4  7 215       
+PG06 -16479.157414    -47.183879  21022.884050   -226.964320  6  9  7 160       
+PG07   1534.456103  17701.322860  19677.649761      7.032372  8  5  8 197       
+PG08  10717.453762   9770.881372  22286.880645      7.626974  6  8  8 193       
+PG09  14105.384856 -21769.769705  -6221.621568     71.167400  7  6  9 200       
+PG10  25183.027597   8661.715345  -2865.923921    -70.425721  7  2  8 186       
+PG11 -11179.713510  23813.357129  -2149.535605   -139.170263  8 10  6 176       
+PG12   8747.714361 -12840.934032 -21488.955767    -14.954444  9 10  9 225       
+PG13   4904.548132  26059.645617  -1019.067006    276.815432  8  8 10 180       
+PG14 -14085.447452 -17114.550774 -14578.394457    141.240922 11  6 11 176       
+PG15   6507.427221 -19348.413502  16910.386665   -138.639170  6     6 182       
+PG16 -24656.745671    516.150436  10283.272736   -161.975169 10  9 10 190       
+PG17  14604.509383  17486.104385 -13705.168412    184.216290  9  8  8 190       
+PG18 -14963.314898 -15839.289764  15742.045091    129.586240  7 10  8 211       
+PG19 -10204.472133  15586.204110  18798.532067   -126.048646  8  8  5 204       
+PG20  -4058.328154  15364.529440 -21428.924665     48.824529  9 10  7 203       
+PG21  -3994.861455 -17267.305820  20007.901247   -134.452713 10  4  9 209       
+PG22 -23077.566627 -11361.300843   6997.195093    150.846863 12 13  9 220       
+PG23  -2420.679453  23103.359891 -12556.977292    316.244070 10  9 11 191       
+PG24 -13324.035609  21138.044046  -8530.461605    378.084493 10  7 12 166       
+PG25  -6811.464389 -15892.887459 -20179.848792     -0.984942 11  9  7 199       
+PG26  13086.613285  -6598.890489  21523.585580   -160.755107  5 10  5 194       
+PG27  17828.629722 -19443.551239   1284.659646    251.399135  7  4  8 199       
+PG28  20685.382300  13389.795502  10763.596512     28.727460  7  2  7 181       
+PG29  -3673.384251 -25967.946770  -4244.215101    196.655716 12  8  6 191       
+PG30 -26220.642529  -3610.549761   1988.605088    333.651423  7  7  6 214       
+PG31 -18447.545362    832.860487 -18965.544592     60.764834     7  7 179       
+PG32 -13266.810485  10552.537792 -20058.027499   -226.609840 10 11  7 181       
+*  2011  4  1 15 30  0.00000000
+PG02  20296.085937  -8321.628284 -14592.296356    328.305113  7  9  8 207       
+PG03 -16048.064062   2638.534499  20629.161489    696.209771  7 11  8 163       
+PG04  16525.022366   3824.212492 -20715.201502     76.499395 10 10  4 171       
+PG05  24802.754717  -2545.659733   9282.758166   -138.053253  7  4  8 210       
+PG06 -17266.490990  -2246.224385  20270.655277   -227.069526  5  9  8 165       
+PG07     -3.507562  19238.287649  18223.687288      7.033316  8  4  8 192       
+PG08   8873.388456  11509.349698  22219.664729      7.627389  6  8  8 198       
+PG09  14557.878791 -22024.024193  -3389.446734     71.168650  8  6  9 199       
+PG10  24681.318249   8806.610706  -5623.055307    -70.426928  7  3  8 188       
+PG11 -11638.093041  23646.493278    572.087982   -139.173011  8 12  7 165       
+PG12  11098.372330 -12260.821669 -20714.519651    -14.951774  9 10  9 226       
+PG13   4672.146606  25843.349483  -3917.149444    276.814401  8  8 10 177       
+PG14 -14354.235993 -18650.432364 -12287.716802    141.243276 10  6 12 204       
+PG15   7350.548393 -17488.385101  18529.209287   -138.636373  6  2  6 178       
+PG16 -25602.737518    113.449947   7666.052740   -161.977606 10  9 10 187       
+PG17  14836.573442  18928.131925 -11384.972124    184.216552  9  7  8 179       
+PG18 -13121.911888 -15620.857891  17503.650257    129.587748  7 10  8 208       
+PG19 -10864.861438  13447.745737  20068.547888   -126.052317  8  9  6 209       
+PG20  -6435.205134  14937.995596 -21138.890761     48.824570  9 10  7 205       
+PG21  -2419.906812 -18770.797501  18791.878942   -134.455540 10  4  9 211       
+PG22 -22104.714545 -11452.419125   9567.788963    150.846163 12 13  8 222       
+PG23  -3105.913904  21667.996347 -14798.096060    316.241772 10 10 11 185       
+PG24 -14120.465226  21529.040388  -5846.604316    378.088334 10 10 12 171       
+PG25  -4480.106895 -15534.491774 -21089.547309     -0.985249 11  9  7 202       
+PG26  13757.726895  -4085.263941  21758.572647   -160.763905  6 10  4 197       
+PG27  17845.870111 -19119.895692   4176.988333    251.402941  8  5  7 201       
+PG28  19398.227674  13234.376081  13175.027077     28.729495  7  3  8 180       
+PG29  -3255.440586 -25410.990299  -7001.665739    196.658495 12  8  5 190       
+PG30 -26287.504862  -3881.781866   -862.355740    333.655315  7  7  6 209       
+PG31 -16990.435146   -914.176111 -20246.676775     60.769018  2  7  7 172       
+PG32 -15429.708429   9771.613248 -18851.910928   -226.616317 10 11  7 185       
+*  2011  4  1 15 45  0.00000000
+PG02  19409.626657  -6725.170219 -16534.300830    328.306945  8  9  7 209       
+PG03 -17166.021944    501.799183  19922.461107    696.214579  6 11  9 165       
+PG04  15119.324749   5726.328973 -21316.200417     76.508581 10  9  4 167       
+PG05  25674.440900  -2181.160022   6644.441462   -138.058318  6  4  9 209       
+PG06 -18116.125969  -4309.348020  19175.908899   -227.174570  5  9  8 171       
+PG07  -1343.451161  20713.416724  16453.977120      7.034218  8  4  9 194       
+PG08   7148.630988  13333.359405  21769.704733      7.628403  6  8  8 201       
+PG09  14805.812027 -22041.975408   -499.360970     71.170008  8  7  8 196       
+PG10  23889.258714   8926.731543  -8286.006033    -70.428850  8  4  8 186       
+PG11 -11980.582348  23217.247319   3283.612334   -139.175846  7 12  7 165       
+PG12  13371.183417 -11824.819986 -19581.486443    -14.949062  9 10 10 225       
+PG13   4331.308257  25330.189503  -6747.770166    276.813107  8  9 10 180       
+PG14 -14620.828789 -19909.617741  -9785.292760    141.245693  9  6 12 202       
+PG15   8349.545858 -15521.914440  19827.667094   -138.633519  6  2  5 180       
+PG16 -26271.879624   -184.529110   4919.321213   -161.980364 10  9 10 192       
+PG17  15049.849847  20097.949449  -8869.883236    184.216601  9  7  8 179       
+PG18 -11094.204565 -15464.273850  18974.660421    129.589865  7 10  8 208       
+PG19 -11669.613540  11229.847817  20990.437367   -126.055334  8 10  6 209       
+PG20  -8778.439785  14631.825341 -20489.675091     48.824983  9 10  6 200       
+PG21  -1009.075464 -20231.846775  17256.507762   -134.457749 10  3 10 214       
+PG22 -20862.715638 -11543.467637  11975.752727    150.845696 12 13  8 221       
+PG23  -3951.028980  20047.207882 -16780.560965    316.239617 10 10 11 186       
+PG24 -14691.358421  21724.834848  -3060.304069    378.091060 10 10 12 140       
+PG25  -2051.239296 -15288.567191 -21636.911903     -0.985509 11 10  7 200       
+PG26  14565.067431  -1611.894138  21597.508703   -160.773126  6 11  5 201       
+PG27  17689.363027 -18537.034160   6996.887169    251.406028  8  5  7 192       
+PG28  17854.823046  13103.051491  15368.837465     28.732021  7  4  8 180       
+PG29  -2704.768013 -24589.031577  -9638.573536    196.660770 12  9  5 194       
+PG30 -26048.894670  -4114.330700  -3698.558137    333.658956  7  7  6 211       
+PG31 -15551.307572  -2839.519903 -21174.928274     60.774107  2  7  7 174       
+PG32 -17476.728142   9135.008302 -17309.719182   -226.622995  9 11  7 176       
+*  2011  4  1 16  0  0.00000000
+PG02  18488.484319  -4920.418719 -18185.581268    328.308759  8  9  7 217       
+PG03 -18324.826334  -1492.078399  18862.797647    696.217742  6 11  9 169       
+PG04  13780.964159   7736.878651 -21558.294111     76.517974 11  9  3 162       
+PG05  26260.070809  -1884.446112   3892.397825   -138.063340  6  4  9 205       
+PG06 -18997.613698  -6204.396291  17757.407701   -227.279563  5  8  9 173       
+PG07  -2479.026848  22080.523211  14398.787871      7.035117  8  5  9 195       
+PG08   5573.413080  15200.592426  20943.063465      7.628133  7  8  8 202       
+PG09  14877.189890 -21795.807488   2399.266141     71.172468  9  7  7 198       
+PG10  22816.444297   9058.334228 -10810.369236    -70.429560  8  4  7 183       
+PG11 -12236.983256  22516.678361   5937.114440   -139.178814  7 11  7 165       
+PG12  15517.837861 -11524.958648 -18109.068757    -14.946682  9 10 10 225       
+PG13   3849.129089  24544.027943  -9462.382260    276.811735  9  9 10 175       
+PG14 -14845.119597 -20879.470472  -7114.607068    141.247534  9  7 12 201       
+PG15   9502.554510 -13495.286626  20783.739051   -138.630945  6  4  5 183       
+PG16 -26644.339443   -411.722559   2089.509513   -161.982663 10  9 10 191       
+PG17  15205.794218  20986.319380  -6203.294554    184.216708  9  7  8 177       
+PG18  -8914.772798 -15393.525826  20130.460066    129.591893  8 10  7 210       
+PG19 -12616.026638   8980.812390  21549.185905   -126.059198  8 10  7 209       
+PG20 -11042.534398  14442.268702 -19491.988937     48.824958  9 10  7 199       
+PG21    228.224004 -21607.345010  15425.893433   -134.460308 11  3 10 217       
+PG22 -19370.004943 -11667.710938  14180.417293    150.844838 12 13  8 220       
+PG23  -4966.508755  18284.822104 -18470.330764    316.237539 10 11 11 191       
+PG24 -15056.893636  21694.589708   -220.389676    378.093790 11 11 12 130       
+PG25    428.179980 -15167.989883 -21812.499334     -0.985723 11 10  7 198       
+PG26  15489.781303    770.009801  21044.862879   -160.782101  6 11  6 200       
+PG27  17398.482933 -17685.067356   9696.438978    251.409306  8  6  7 188       
+PG28  16080.507870  13030.195585  17309.659931     28.733900  7  6  8 178       
+PG29  -1995.535691 -23531.408460 -12109.372472    196.663119 12  9  5 197       
+PG30 -25507.431062  -4345.526143  -6471.637791    333.661505  8  7  6 212       
+PG31 -14169.858256  -4912.764496 -21733.220641     60.778452  4  6  7 179       
+PG32 -19361.504839   8632.901330 -15458.633972   -226.629804  9 11  8 173       
+*  2011  4  1 16 15  0.00000000
+PG02  17571.820741  -2929.658154 -19518.076824    328.310807  8  9  7 214       
+PG03 -19489.566923  -3313.350367  17470.370100    696.223347  4 11 10 179       
+PG04  12538.017536   9819.584016 -21436.475722     76.527104 11  9  2 169       
+PG05  26545.688911  -1620.821652   1073.759001   -138.068711  5  4 10 202       
+PG06 -19876.217577  -7905.633275  16039.247946   -227.384835  5  9  9 181       
+PG07  -3412.501262  23294.548616  12093.467290      7.035876  9  5  9 192       
+PG08   4170.434427  17064.416444  19752.439875      7.628935  8  8  8 205       
+PG09  14805.416049 -21265.160991   5256.250782     71.174399  9  8  6 192       
+PG10  21480.371087   9235.685463 -13154.098051    -70.431036  9  5  7 192       
+PG11 -12438.964967  21543.759717   8485.423667   -139.181679  7 12  8 155       
+PG12  17493.179368 -11345.386531 -16322.452207    -14.944015  9 10 10 223       
+PG13   3198.129351  23516.173443 -12014.606314    276.810381  9 10 10 184       
+PG14 -14986.500115 -21556.471301  -4321.842037    141.249731  8  7 12 196       
+PG15  10799.684331 -11454.720674  21381.383438   -138.628254  7  4  4 181       
+PG16 -26708.545669   -605.023384   -775.588962   -161.985058 10  9 10 193       
+PG17  15265.933024  21592.699605  -3430.972887    184.217078  9  7  8 177       
+PG18  -6622.777542 -15426.547705  20951.446209    129.593539  8 10  7 208       
+PG19 -13693.347439   6748.265570  21736.157466   -126.062496  7 11  8 213       
+PG20 -13183.865660  14358.191123 -18162.427590     48.825092  9 10  7 200       
+PG21   1290.171619 -22854.150812  13329.535711   -134.462150 11  2 11 220       
+PG22 -17652.215781 -11855.054798  16144.611396    150.844082 12 13  7 221       
+PG23  -6154.746349  16427.324942 -19838.675129    316.235157 10 11 10 183       
+PG24 -15243.701598  21413.657423   2623.389089    378.096166 11 11 12 186       
+PG25   2909.359004 -15177.717911 -21613.240987     -0.985825 11 10  7 229       
+PG26  16505.336394   3013.846849  20112.493348   -160.790924  7 11  7 201       
+PG27  17014.980156 -16562.661631  12230.589782    251.410731  9  7  7 187       
+PG28  14107.258587  13045.530092  18966.314475     28.735934  6  6  8 185       
+PG29  -1108.245334 -22273.533500 -14371.273378    196.665694 12 10  4 181       
+PG30 -24674.322051  -4611.833129  -9134.757915    333.663324  8  7  6 205       
+PG31 -12880.747505  -7096.516734 -21910.969288     60.782821  5  6  7 168       
+PG32 -21041.811489   8247.942935 -13331.585694   -226.636499  9 11  8 183       
+*  2011  4  1 16 30  0.00000000
+PG02  16695.331347   -782.369386 -20509.578103    328.312830  9  9  7 216       
+PG03 -20622.143645  -4939.685322  15771.183505    696.227067  4 11 10 185       
+PG04  11412.338619  11933.742445 -20951.751497     76.536394 11  8  2 171       
+PG05  26525.823964  -1353.882263  -1763.246088   -138.073798  4  4 10 196       
+PG06 -20714.229021  -9394.510294  14050.466699   -227.489990  6  9  9 188       
+PG07  -4154.486506  24313.294923   9577.836327      7.036452  9  6 10 194       
+PG08   2954.073624  18875.560169  18217.059078      7.628766  9  8  9 201       
+PG09  14627.896613 -20438.154645   8021.469444     71.175937  9  8  6 190       
+PG10  19905.869081   9489.630399 -15278.137133    -70.432276  9  5  6 189       
+PG11 -12618.615141  20305.590615  10883.039190   -139.184387  8 12  8 164       
+PG12  19256.811076 -11263.093884 -14252.373494    -14.941466  9 10 11 221       
+PG13   2357.489603  22284.146257 -14361.005321    276.809028  9 10 10 182       
+PG14 -15005.562636 -21946.171150  -1455.068297    141.251666  8  7 12 198       
+PG15  12223.274540  -9444.719099  21610.784693   -138.625417  7  3  4 182       
+PG16 -26461.612992   -802.698964  -3627.581762   -161.987654 11  9 10 196       
+PG17  15193.469862  21925.086418   -600.280263    184.217259 10  7  8 188       
+PG18  -4260.706587 -15574.478173  21423.345213    129.595274  8 10  7 211       
+PG19 -14883.120970   4577.488009  21549.174642   -126.066024  6 11  8 211       
+PG20 -15162.165355  14361.559290 -16523.223853     48.825293  9 10  7 210       
+PG21   2182.510586 -23930.713972  11001.964623   -134.464671 11  3 11 223       
+PG22 -15741.328400 -12130.773875  17835.249437    150.843529 12 13  7 222       
+PG23  -7509.805175  14522.122978 -20862.642469    316.232802 10 11 10 188       
+PG24 -15283.626629  20864.662788   5421.280252    378.099405 12 10 12 194       
+PG25   5343.351310 -15314.596458 -21042.498774     -0.986103 11 10  7 225       
+PG26  17578.642934   5079.282352  18819.266070   -160.800094  8 11  9 200       
+PG27  16581.225064 -15177.110221  14557.813621    251.414878  9  8  7 183       
+PG28  11972.640190  13172.964186  20312.202790     28.737778  7  7  8 179       
+PG29    -30.702582 -20855.554964 -16385.018499    196.668053 12 10  4 184       
+PG30 -23568.904888  -4947.283688 -11643.351168    333.666704  8  8  6 211       
+PG31 -11712.289589  -9347.655531 -21704.334300     60.787435  6  7  8 183       
+PG32 -22481.135614   7956.120392 -10966.610588   -226.643348  9 12  8 182       
+*  2011  4  1 16 45  0.00000000
+PG02  15889.863456   1485.769192 -21144.055400    328.314552  9  9  6 216       
+PG03 -21682.776773  -6356.770359  13796.458196    696.230399  5 11 11 185       
+PG04  10418.803497  14035.572763 -20111.195131     76.545790 11  8  4 172       
+PG05  26203.669989  -1047.111034  -4570.103182   -138.078868  3  5 10 193       
+PG06 -21472.404742 -10660.165263  11824.578333   -227.594723  7  9 10 189       
+PG07  -4723.337952  25099.063867   6895.494143      7.037397  9  7 10 195       
+PG08   1929.926119  20583.930086  16362.433569      7.628180  9  8  9 296       
+PG09  14384.461295 -19312.104552  10645.778771     71.178962 10  9  6 185       
+PG10  18124.282268   9846.294799 -17147.010296    -70.432852 10  6  5 193       
+PG11 -12806.968693  18817.285058  13087.029739   -139.187102  8 13  7 163       
+PG12  20774.527627 -11248.929962 -11934.592859    -14.938923  8 10 11 215       
+PG13   1314.023500  20890.226059 -16461.798701    276.808793 10 11  9 174       
+PG14 -14865.753393 -22062.806947   1436.582697    141.253840  9  7 12 192       
+PG15  13748.457089  -7506.500946  21468.489469   -138.622650  7  3  5 186       
+PG16 -25909.457516  -1042.756234  -6418.250175   -161.990156 11 10 10 196       
+PG17  14954.826082  21999.546276   2240.617582    184.217226 10  7  8 191       
+PG18  -1872.999049 -15841.171514  21537.465724    129.597468  9 10  7 212       
+PG19 -16159.846606   2509.858471  20992.484428   -126.069402  6 11  9 211       
+PG20 -16941.885938  14428.201843 -14601.909681     48.825457  8 10  8 211       
+PG21   2918.220757 -24798.689490   8482.261752   -134.467369 11  3 11 226       
+PG22 -13674.593710 -12514.425643  19223.852485    150.842506 12 13  6 221       
+PG23  -9017.517757  12615.795500 -21525.411268    316.230647 10 11 10 184       
+PG24 -15212.289089  20038.301715   8124.443770    378.103876 12 12 12 160       
+PG25   7682.742026 -15567.488721 -20110.012026     -0.986343 11 10  7 226       
+PG26  18671.447468   6933.607571  17190.521590   -160.809749  8 11 10 198       
+PG27  16138.489816 -13544.077003  16640.674278    251.417845  9  9  7 176       
+PG28   9718.578982  13429.653881  21325.643784     28.740366  7  7  8 176       
+PG29   1241.294449 -19320.842363 -18115.579450    196.670489 12 11  3 177       
+PG30 -22217.902582  -5382.028309 -13955.798317    333.670266  8  8  6 210       
+PG31 -10685.401114 -11618.835974 -21116.342115     60.791842  7  7  8 181       
+PG32 -23650.027658   7727.910581  -8406.093586   -226.649963  8 12  8 191       
+*  2011  4  1 17  0  0.00000000
+PG02  15180.257642   3834.115804 -21411.859557    328.316834  9  8  6 218       
+PG03 -22631.573859  -7558.580654  11581.956257    696.234212  6 12 11 194       
+PG04   9564.820601  16079.698034 -18927.910674     76.554803 11  8  6 179       
+PG05  25590.949792   -665.477849  -7298.827384   -138.084057  2  6 10 185       
+PG06 -22111.473708 -11699.639692   9399.045711   -227.699963  8  9 10 195       
+PG07  -5144.241898  25620.136845   4093.046560      7.038429 10  8 10 191       
+PG08   1094.695221  22140.498276  14219.992596      7.628066 10  8  9 296       
+PG09  14115.660539 -17893.899057  13081.962367     71.181730 10  9  7 185       
+PG10  16172.424317  10325.966074 -18729.359478    -70.434169 10  6  4 196       
+PG11 -13032.578684  17101.537673  15057.891450   -139.189912  8 13  7 156       
+PG12  22019.515743 -11268.876447  -9409.269689    -14.936446  8 10 12 213       
+PG13     62.852240  19379.839644 -18281.505563    276.805980 10 11  9 177       
+PG14 -14534.913805 -21928.599276   4303.750213    141.255975 10  7 11 190       
+PG15  15344.006011  -5676.577495  20957.431933   -138.620045  7  3  7 184       
+PG16 -25066.598129  -1361.314442  -9100.322330   -161.992551 11 11 10 194       
+PG17  14521.058886  21839.457520   5043.543421    184.217566 10  8  8 199       
+PG18    495.406294 -16222.979525  21290.883301    129.599072  9 10  7 212       
+PG19 -17491.910723    581.467847  20076.615194   -126.072771  5 12 10 213       
+PG20 -18493.399856  14528.818277 -12430.888818     48.825529  8 10  8 206       
+PG21   3516.893212 -25424.476285   5813.465454   -134.469686 11  4 12 228       
+PG22 -11493.271846 -13018.989739  20286.996681    150.841928 12 13  6 222       
+PG23 -10655.914203  10752.405507 -21816.522345    316.228345 10 11  9 183       
+PG24 -15067.509742  18933.824648  10685.840971    378.108178 11 13 12 175       
+PG25   9883.277307 -15917.727751 -18831.735952     -0.986625 11 10  7 224       
+PG26  19741.929413   8552.750010  15257.415767   -160.818764  8 11 10 196       
+PG27  15725.328878 -11687.045719  18446.286159    251.420431  9 10  7 177       
+PG28   7389.997089  13825.309010  21990.152017     28.742515  6  8  8 182       
+PG29   2703.578729 -17714.354838 -19532.785013    196.673060 12 11  3 174       
+PG30 -20654.430365  -5941.056894 -16034.038237    333.674461  8  8  6 210       
+PG31  -9812.854420 -13860.179830 -20156.871875     60.796339  8  7  9 175       
+PG32 -24527.162260   7529.669402  -5695.917664   -226.656646  8 12  8 188       
+*  2011  4  1 17 15  0.00000000
+PG02  14584.454131   6218.481277 -21309.797785    328.318909 10  8  6 214       
+PG03 -23430.088163  -8547.315916   9167.246173    696.238197  7 12 12 191       
+PG04   8850.127498  18020.713185 -17420.899202     76.564374 11  8  7 183       
+PG05  24707.466653   -176.981308  -9902.767967   -138.089160  3  6  9 185       
+PG06 -22593.659640 -12517.806008   6814.691997   -227.805375  9  9 10 193       
+PG07  -5448.029172  25852.034760   1219.272703      7.039092 10  8 11 197       
+PG08    436.447958  23499.184911  11826.580439      7.628349 11  9 10 296       
+PG09  13861.006676 -16200.000117  15285.682298     71.184116 10 10  7 179       
+PG10  14091.345475  10942.192241 -19998.430310    -70.435119 10  7  3 195       
+PG11 -13320.192943  15187.881560  16760.340166   -139.192682  9 14  6 164       
+PG12  22973.274673 -11285.526026  -6720.252569    -14.934107  7 10 12 204       
+PG13  -1392.242689  17799.850885 -19789.508980    276.804804 11 11  9 172       
+PG14 -13986.652265 -21572.762324   7097.666495    141.258211 11  7 11 180       
+PG15  16973.438385  -3985.523633  20086.850238   -138.617487  7  4  8 192       
+PG16 -23955.649954  -1791.045161 -11628.236893   -161.994905 12 11  9 202       
+PG17  13869.105309  21474.493284   7761.090266    184.217604 10  8  8 209       
+PG18   2800.550460 -16708.815913  20686.551723    129.601053  9 10  8 213       
+PG19 -18842.756545  -1178.047177  18818.132051   -126.076230  4 12 11 212       
+PG20 -19793.986904  14630.199808 -10046.924558     48.825349  8 10  8 208       
+PG21   4003.821313 -25780.613966   3041.863122   -134.472034 11  5 12 227       
+PG22  -9241.231389 -13650.263790  21006.684145    150.841018 12 13  6 220       
+PG23 -12395.959329   8971.934827 -21731.992280    316.226188 10 11 10 191       
+PG24 -14887.662156  17559.186318  13061.080454    378.111796 11 13 11 165       
+PG25  11905.375257 -16339.872112 -17229.573942     -0.986912 11 10  7 221       
+PG26  20746.423520   9921.903560  13056.162816   -160.828096  9 11 11 202       
+PG27  15376.111400  -9636.506126  19946.679438    251.422714  9 10  6 171       
+PG28   5033.352412  14361.768362  22294.659786     28.744812  6  8  8 180       
+PG29   4343.567183 -16080.955754 -20611.866379    196.675707 12 11  4 211       
+PG30 -18916.793096  -6643.131588 -17844.106032    333.677881  8  9  7 212       
+PG31  -9098.869316 -16021.084411 -18842.503693     60.801082  8  7 10 182       
+PG32 -25100.067702   7325.194664  -2884.543483   -226.663599  8 12  8 187       
+*  2011  4  1 17 30  0.00000000
+PG02  14112.893935   8592.667909 -20841.089831    328.320855 10  8  6 222       
+PG03 -24042.806539  -9333.016927   6594.926171    696.242430  9 12 12 198       
+PG04   8266.887162  19814.781299 -15614.825411     76.573775 11  8  9 174       
+PG05  23580.361337    445.925745 -12337.390782   -138.094295  4  7  9 158       
+PG06 -22884.164138 -13127.007645   4115.059482   -227.910637 10  9 11 201       
+PG07  -5669.762541  25778.505910  -1675.753618      7.039918 10  9 11 197       
+PG08    -64.768096  24618.656326   9223.828600      7.629234 11 10 11 297       
+PG09  13657.233483 -14256.057401  17216.409789     71.186248 10 10  7 182       
+PG10  11924.952282  11701.131029 -20932.499505    -70.437016 10  7  4 197       
+PG11 -13689.595895  13111.667881  18164.016093   -139.195364  9 14  6 161       
+PG12  23626.219052 -11259.706682  -3914.297212    -14.931282  6 10 12 206       
+PG13  -3038.799531  16196.817796 -20960.534822    276.803595 11 11  9 168       
+PG14 -13201.496295 -21030.266644   9770.957435    141.260418 12  7 11 183       
+PG15  18596.323482  -2456.989660  18872.097826   -138.614139  7  5  9 186       
+PG16 -22606.526667  -2359.737350 -13958.887452   -161.997593 12 12  9 208       
+PG17  12982.807474  20939.385386  10347.382257    184.217839 10  8  8 206       
+PG18   5000.911130 -17280.505675  19733.335608    129.602951  9 10  8 217       
+PG19 -20172.243821  -2746.411027  17239.298884   -126.079446  3 12 11 214       
+PG20 -20828.570982  14696.617507  -7490.548283     48.825770  7 10  9 206       
+PG21   4408.837172 -25846.973020    216.178610   -134.473915 11  7 12 230       
+PG22  -6963.459641 -14406.537676  21370.632185    150.840614 13 13  7 223       
+PG23 -14202.565708   7308.901793 -21274.310901    316.223781 10 11 10 186       
+PG24 -14710.021444  15930.857790  15209.203349    378.115366 11 13 10 179       
+PG25  13715.460916 -16802.736481 -15331.007777     -0.987153 11 10  8 221       
+PG26  21641.190006  11035.767155  10627.209677   -160.837287  9 12 12 190       
+PG27  15119.749446  -7428.914959  21119.076513    251.426291  9 10  6 174       
+PG28   2695.129924  15032.856151  22233.682726     28.746777  7  8  8 179       
+PG29   6140.547063 -14463.739418 -21333.908753    196.678303 12 12  5 214       
+PG30 -17047.119886  -7499.965003 -19356.597732    333.680016  7  9  7 208       
+PG31  -8539.062022 -18052.075657 -17196.229913     60.805263  9  7 10 168       
+PG32 -25365.494971   7077.391867    -22.045083   -226.670361  8 12  8 184       
+*  2011  4  1 17 45  0.00000000
+PG02  13768.231441  10910.069378 -20015.212231    328.322789 11  8  6 214       
+PG03 -24438.510405  -9932.887763   3909.825488    696.247846 10 12 12 197       
+PG04   7800.085679  21421.199340 -13539.681745     76.583366 11  7 10 192       
+PG05  22243.102520   1225.081682 -14561.026052   -138.099523  6  7  9 171       
+PG06 -22952.556429 -13546.424204   1345.722517   -228.015725 11 10 11 201       
+PG07  -5847.155421  25392.200898  -4541.569750      7.040906 11 10 11 205       
+PG08   -435.967264  25463.960621   6457.411538      7.629236 12 10 11 296       
+PG09  13536.651616 -12096.138850  18838.307347     71.189320 10 10  7 185       
+PG10   9718.526696  12601.173552 -21515.238957    -70.436989 11  7  5 195       
+PG11 -14154.667695  10912.810360  19244.081359   -139.198133 10 14  5 149       
+PG12  23977.939567 -11152.185862  -1040.227713    -14.928784  5 11 12 199       
+PG13  -4855.987770  14615.281741 -21775.040215    276.802291 11 12  9 174       
+PG14 -12167.783815 -20340.403460  12278.410400    141.262279 13  7 10 179       
+PG15  20169.749190  -1106.988707  17334.354744   -138.611765  7  6  9 187       
+PG16 -21055.378817  -3089.041372 -16052.337359   -161.999740 12 13  9 213       
+PG17  11853.682797  20272.516150  12758.805128    184.218017 10  8  8 212       
+PG18   7058.785711 -17913.412648  18445.958801    129.604756  9 10  8 218       
+PG19 -21438.145040  -4109.327472  15367.656181   -126.083106  3 12 12 215       
+PG20 -21590.176374  14691.325953  -4805.396098     48.825725  7 11  9 211       
+PG21   4764.935933 -25611.679240  -2613.331592   -134.476878 11  8 12 230       
+PG22  -4704.537374 -15278.558438  21372.477259    150.840049 13 12  8 222       
+PG23 -16035.839924   5791.211364 -20452.327810    316.221198 10 11 10 186       
+PG24 -14569.176830  14073.310984  17093.392985    378.117747 11 13  9 174       
+PG25  15287.074412 -17270.657695 -13168.631488     -0.987453 11 10  8 217       
+PG26  22384.156645  11898.399013   8014.369696   -160.846311 10 11 12 190       
+PG27  14978.656877  -5105.474051  21946.087781    251.430578  9 11  5 179       
+PG28    420.331595  15824.525470  21807.427709     28.749049  7  8  8 182       
+PG29   8066.286701 -12902.435741 -21686.199905    196.680879 12 12  6 211       
+PG30 -15089.885926  -8515.668149 -20547.061226    333.682111  8 10  7 209       
+PG31  -8120.754600 -19906.628528 -15247.034334     60.809971  9  7 11 173       
+PG32 -25329.415136   6749.968611   2840.871978   -226.677107  7 13  8 189       
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362352  13125.269761 -18847.640194    328.324840 11  8  7 169  P   P
+PG03 -24591.461121 -10370.359613   1158.200902    696.252463 11 12 12 299  P   P
+PG04   7428.221824  22803.873056 -11230.349513     76.592610 12  7 11 262  P   P
+PG05  20734.248556   2175.580794 -16535.569949   -138.104896  8  7  9 217  P   P
+PG06 -22774.018401 -13801.183654  -1446.437689   -228.121442 12 10 11 249  P   P
+PG07  -6018.886744  24695.006438  -7328.238433      7.041777 11 10 11 217  P   P
+PG08   -709.963904  26007.927746   3576.200212      7.628890 13 10 12 276  P   P
+PG09  13525.676420  -9761.600081  20121.033576     71.191066 11 10  8 244  P   P
+PG10   7517.194846  13632.858476 -21736.011246    -70.436715 11  7  7 309  P   P
+PG11 -14722.702605   8634.349032  19981.694668   -139.200816 10 14  6 234  P   P
+PG12  24037.110963 -10925.385160   1851.941998    -14.926358  5 11 12 191  P   P
+PG13  -6815.237870  13096.151711 -22219.508137    276.801078 12 12 10 233  P   P
+PG14 -10882.262270 -19545.205614  14577.699146    141.264594 13  7  9 205  P   P
+PG15  21649.889487     56.515898  15500.245475   -138.608907  8  7 11 186  P   P
+PG16 -19343.304851  -3993.440289 -17872.494616   -162.002315 12 13  9      P   P
+PG17  10481.412060  19514.390503  14954.697503    184.218374 10  8  8 205  P   P
+PG18   8941.550222 -18577.328685  16844.863142    129.606212  9 10  8 221  P   P
+PG19 -22597.721141  -5260.791100  13235.524197   -126.086312  3 12 13 184  P   P
+PG20 -22080.083750  14578.125307  -2037.482555     48.826096  7 11  9 225  P   P
+PG21   5106.742739 -25071.722572  -5395.854370   -134.479269 11  9 11 205  P   P
+PG22  -2507.132638 -16249.787964  21011.890747    150.838929 13 12  9 186  P   P
+PG23 -17852.511481   4439.277252 -19281.034685    316.219242  9 11 10 173  P   P
+PG24 -14495.571716  12018.199158  18681.596643    378.119474 10 13  9 277  P   P
+PG25  16601.709991 -17704.947402 -10779.596335     -0.987930 10 10  7 235  P   P
+PG26  22936.563325  12522.709829   5263.941144   -160.855360 11 11 13 226  P   P
+PG27  14967.964497  -2710.770740  22415.834948    251.435710  9 11  5 303  P   P
+PG28  -1748.987350  16715.286576  21021.840710     28.751418  8  8  8 242  P   P
+PG29  10085.948500 -11431.955855 -21662.468178    196.683369 12 12  7 200  P   P
+PG30 -13090.373452  -9686.483022 -21396.313933    333.684010  6 10  8 243  P   P
+PG31  -7823.632144 -21542.878713 -13029.348277     60.814623 10  6 11 233  P   P
+PG32 -25006.651204   6309.083610   5653.844302   -226.683750  8 13  9 227  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758652  15195.581927 -17359.497757    328.326939 11  8  7 208  P   P
+PG03 -24482.370113 -10673.940157  -1613.056497    696.257050 11 11 11 299  P   P
+PG04   7124.267191  23932.642080  -8726.058857     76.601976 10  7  9 261  P   P
+PG05  19096.027010   3304.997339 -18227.128914   -138.110180  9  6  8 219  P   P
+PG06 -22330.397928 -13921.252645  -4213.987787   -228.226612 11  9  9 244  P   P
+PG07  -6222.881260  23698.024465  -9987.251302      7.042667 11 11 11 215  P   P
+PG08   -923.857691  26232.270037    631.332090      7.629688 13  7 13 292  P   P
+PG09  13643.599311  -7299.633802  21040.442550     71.193022  9 10  8 261  P   P
+PG10   5364.398123  14779.083369 -21590.090848    -70.438108  9  8  8 311  P   P
+PG11 -15394.016159   6320.895869  20364.351561   -139.203721  8 12  6 244  P   P
+PG12  23821.051458 -10545.035539   4711.908587    -14.923729  5 12 13 207  P   P
+PG13  -8881.164734  11675.242327 -22286.645942    276.799674 11  9  8 227  P   P
+PG14  -9350.375203 -18687.784551  16630.056837    141.266772 12  6  9 213  P   P
+PG15  22993.613469   1033.710384  13401.370892   -138.606215  7  4 11 189  P   P
+PG16 -17514.880116  -5079.489322 -19387.736177   -162.004766  6 11  9 152  P   P
+PG17   8874.028257  18706.044334  16897.994941    184.218437  9  9  7 225  P   P
+PG18  10622.746000 -19237.598140  14955.972819    129.608164  9  9  9 236  P   P
+PG19 -23609.317993  -6203.085271  10879.441174   -126.089791  6 12 13 188  P   P
+PG20 -22307.677303  14322.921410    765.577779     48.826085  8 11  9 236  P   P
+PG21   5468.887609 -24233.213334  -8081.044058   -134.481394 11  8 11 252  P   P
+PG22   -410.567775 -17296.945334  20294.604215    150.838270 13 12 10 208  P   P
+PG23 -19607.488153   3265.444381 -17781.251379    316.216954  9 10  7 192  P   P
+PG24 -14514.228485   9803.268819  19947.049780    378.122669  9 12  9 281  P   P
+PG25  17649.353843 -18065.475186  -8204.975919     -0.988202 10 10  7 233  P   P
+PG26  23264.448202  12929.631678   2423.832734   -160.864501 11 11 13 229  P   P
+PG27  15095.008353   -291.327011  22522.009619    251.438192  8 10  5 310  P   P
+PG28  -3775.088596  17676.909999  19888.591179     28.753471  9  6  6 245  P   P
+PG29  12159.269726 -10081.136271 -21263.004602    196.685903 12 13  7 202  P   P
+PG30 -11093.124271 -11000.805539 -21890.688099    333.686199  5  9  7 292  P   P
+PG31  -7620.719578 -22925.154189 -10582.395996     60.819009  9  7 11 239  P   P
+PG32 -24420.167043   5724.880263   8367.792188   -226.690690  7 13  9 250  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.091052  17082.469895 -15577.127479    328.328962 12  8  7 206  P   P
+PG03 -24099.123923 -10875.898155  -4357.191656    696.261455 11 12 11 301  P   P
+PG04   6856.863919  24784.399953  -6069.752276     76.611359 10  9 10 266  P   P
+PG05  17372.785206   4612.899525 -19606.596450   -138.115417  9  5  8 217  P   P
+PG06 -21611.029606 -13940.144297  -6909.716869   -228.331902 11 10  9 240  P   P
+PG07  -6494.625916  22421.197411 -12472.402827      7.043541 11 11 11 217  P   P
+PG08  -1117.330366  26128.331999  -2324.779926      7.629981 13  7 13 295  P   P
+PG09  13901.664184  -4761.557884  21579.151871     71.195198  9 10  8 264  P   P
+PG10   3300.420289  16015.610212 -21078.805159    -70.439032  9  8  9 312  P   P
+PG11 -16161.856816   4017.030075  20386.083581   -139.206526  8 12  6 248  P   P
+PG12  23354.952098  -9981.705718   7489.983137    -14.921182  6 12 12 202  P   P
+PG13 -11012.750075  10382.018211 -21975.486737    276.798319 11  9  8 227  P   P
+PG14  -7586.227104 -17810.644869  18400.889229    141.268912 12  6  8 214  P   P
+PG15  24160.075363   1832.716286  11073.762859   -138.603493  6  4 12 181  P   P
+PG16 -15616.556546  -6345.355273 -20571.470909   -162.007234  7 11  9 141  P   P
+PG17   7047.799512  17887.446952  18555.819228    184.218607  8  9  7 226  P   P
+PG18  12082.950421 -19856.441661  12810.360628    129.609980  9 10  9 236  P   P
+PG19 -24433.925259  -6946.470899   8339.546444   -126.093226  8 12 13 184  P   P
+PG20 -22289.986229  13895.222485   3555.388531     48.826190  8 11  9 238  P   P
+PG21   5884.360825 -23111.264833 -10620.065997   -134.483756 11  9 11 253  P   P
+PG22   1550.488503 -18390.815624  19232.342498    150.837547 13 12 11 209  P   P
+PG23 -21255.478177   2273.728203 -15979.224758    316.214688  8 10  7 194  P   P
+PG24 -14643.706592   7471.048655  20868.695889    378.125688  9 12 10 286  P   P
+PG25  18428.700113 -18312.320651  -5489.062037     -0.988512 10 10  8 235  P   P
+PG26  23339.925147  13147.009696   -457.285655   -160.873644 12 11 13 236  P   P
+PG27  15359.099851   2105.895897  22263.873929    251.441359  8 11  6 310  P   P
+PG28  -5625.781513  18675.386382  18424.988431     28.755620  9  6  6 246  P   P
+PG29  14241.965662  -8871.731427 -20494.666080    196.688394 12 13  8 199  P   P
+PG30  -9140.435480 -12439.495476 -22022.204620    333.688960  5  9  7 296  P   P
+PG31  -7479.635661 -24025.263098  -7949.445085     60.823521  9  7 11 241  P   P
+PG32 -23600.050537   4972.842012  10935.807825   -226.697479  8 13  9 257  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109593  18752.805866 -13531.591055    328.330982 12  8  8 206  P   P
+PG03 -23437.244340 -11010.836414  -7028.323154    696.265864 12 12 11 303  P   P
+PG04   6591.715983  25343.960204  -3307.359277     76.620739 10  9 11 270  P   P
+PG05  15609.369934   6090.673116 -20650.153034   -138.120657 10  5  8 215  P   P
+PG06 -20613.289386 -13893.490170  -9487.420491   -228.437200 12 10  9 238  P   P
+PG07  -6865.591208  20892.595695 -14740.616796      7.044414 12 12 11 218  P   P
+PG08  -1330.828063  25697.453729  -5239.474260      7.630269 14  9 13 298  P   P
+PG09  14302.496754  -2200.915909  21726.957469     71.197379  9 10  8 266  P   P
+PG10   1361.023531  17311.852007 -20209.589389    -70.439942  9  7 10 314  P   P
+PG11 -17012.623496   1765.711726  20047.514442   -139.209327  8 12  7 251  P   P
+PG12  22670.808149  -9212.141560  10137.980081    -14.918640  6 13 12 197  P   P
+PG13 -13164.740192   9238.589356 -21291.393361    276.796962 10  9  8 227  P   P
+PG14  -5612.228902 -16954.038168  19860.321006    141.271052 12  6  6 215  P   P
+PG15  25112.226215   2469.072456   8557.270928   -138.600773  6  4 12 172  P   P
+PG16 -13694.990855  -7780.677687 -21402.630586   -162.009704  7 11  9 131  P   P
+PG17   5026.809886  17095.955363  19900.006042    184.218779  8  9  7 228  P   P
+PG18  13310.393949 -20394.434314  10443.814014    129.611792  9 10 10 237  P   P
+PG19 -25036.641547  -7508.581205   5658.917903   -126.096658  9 13 13 180  P   P
+PG20 -22050.935853  13269.512377   6283.615383     48.826298  8 12  9 239  P   P
+PG21   6382.925075 -21729.499461 -12966.628378   -134.486124 12  9 11 254  P   P
+PG22   3347.155919 -19497.297502  17842.663689    150.836822 13 11 12 209  P   P
+PG23 -22752.618645   1459.875341 -13906.149633    316.212422  8 10  7 196  P   P
+PG24 -14895.332187   5067.368816  21431.497904    378.128681  9 12 11 289  P   P
+PG25  18947.036973 -18407.430148  -2678.603167     -0.988823  9 10  8 236  P   P
+PG26  23142.213591  13208.270666  -3330.792923   -160.882785 13 11 14 244  P   P
+PG27  15751.578804   4434.991492  21646.208697    251.444583  8 11  7 310  P   P
+PG28  -7275.471331  19672.116805  16653.824941     28.757767  9  6  7 247  P   P
+PG29  16287.300622  -7817.694465 -19370.758960    196.690882 12 13  8 197  P   P
+PG30  -7270.947803 -13976.461563 -21788.676100    333.691707  4  9  7 299  P   P
+PG31  -7364.069887 -24823.485475  -5176.980299     60.828036  9  6 11 243  P   P
+PG32 -22582.240190   4034.916742  13313.972217   -226.704268  8 13  9 263  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744822  20179.920053 -11258.111905    328.333002 12  8  9 207  P   P
+PG03 -22500.074024 -11114.207525  -9582.140192    696.270276 12 12 11 304  P   P
+PG04   6293.120580  25604.628448   -486.993392     76.630117 10  9 11 273  P   P
+PG05  13849.497219   7721.663125 -21339.680669   -138.125903 10  5  7 213  P   P
+PG06 -19342.858954 -13817.528758 -11902.682463   -228.542500 12 10  8 237  P   P
+PG07  -7361.821636  19147.397092 -16752.708911      7.045289 12 12 11 220  P   P
+PG08  -1603.709567  24950.930345  -8060.875943      7.630565 14 10 13 301  P   P
+PG09  14839.917336    328.525116  21481.078699     71.199565  9 10  9 269  P   P
+PG10   -423.755659  18631.917380 -18995.949570    -70.440841  8  7 10 316  P   P
+PG11 -17926.376136   -393.219033  19355.776173   -139.212124  8 12  8 253  P   P
+PG12  21806.096777  -8220.362663  12610.073365    -14.916099  7 13 12 190  P   P
+PG13 -15289.207947   8258.993340 -20245.965888    276.795604 10  9  9 229  P   P
+PG14  -3458.437197 -16154.415931  20983.669184    141.273191 13  6  5 217  P   P
+PG15  25818.191056   2964.935022   5894.890996   -138.598052  6  5 12 159  P   P
+PG16 -11795.363603  -9366.761473 -21866.078451   -162.012173  8 11  9 129  P   P
+PG17   2842.252127  16364.876355  20907.564401    184.218950  7  9  7 229  P   P
+PG18  14301.293780 -20812.084897   7896.301112    129.613600  9 10 10 237  P   P
+PG19 -25387.993759  -7913.547286   2882.873366   -126.100092 10 13 13 178  P   P
+PG20 -21620.335539  12426.444164   8902.840519     48.826403  8 12  9 240  P   P
+PG21   6989.659806 -20119.194835 -15077.969508   -134.488496 12 10 10 255  P   P
+PG22   4957.262124 -20578.652863  16148.706029    150.836099 13 11 12 209  P   P
+PG23 -24058.050402    811.738582 -11597.621682    316.210155  8 10  8 199  P   P
+PG24 -15272.725856   2639.769422  21626.639507    378.131645  9 12 11 292  P   P
+PG25  19219.807316 -18316.213321    178.001335     -0.989136  9 10  8 238  P   P
+PG26  22658.393487  13150.926962  -6148.877355   -160.891922 13 11 14 250  P   P
+PG27  16256.143298   6652.556060  20679.213024    251.447866  8 11  8 310  P   P
+PG28  -8705.985396  20625.299299  14603.140782     28.759912  9  6  7 248  P   P
+PG29  18247.765246  -6924.774580 -17910.804892    196.693370 11 13  9 195  P   P
+PG30  -5518.372833 -15579.501587 -21193.739450    333.694441  3  9  8 302  P   P
+PG31  -7235.418313 -25309.229677  -2313.820791     60.832553  9  6 11 245  P   P
+PG32 -21407.053367   2900.369179  15462.087000   -226.711053  8 13  9 268  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385432  21344.409821  -8795.470361    328.335014 12  7  9 206  P   P
+PG03 -21298.687330 -11220.826360 -11976.553487    696.274697 13 12 11 306  P   P
+PG04   5925.578194  25568.451568   2341.914280     76.639492  9 10 12 276  P   P
+PG05  12134.173702   9481.629888 -21663.084789   -138.131152 11  6  7 209  P   P
+PG06 -17813.685511 -13747.567214 -14113.642028   -228.647802 13 11  7 238  P   P
+PG07  -8002.751876  17226.600236 -18474.070885      7.046165 12 12 10 221  P   P
+PG08  -1972.442629  23909.569072 -10738.912729      7.630861 14 11 13 304  P   P
+PG09  15499.148600   2774.788332  20846.223821     71.201751  9 10  9 271  P   P
+PG10  -2030.604190  19935.880060 -17457.328485    -70.441730  9  7 11 318  P   P
+PG11 -18877.613500  -2424.396117  18324.292411   -139.214916  8 12  9 255  P   P
+PG12  20802.255332  -6998.472383  14863.603217    -14.913561  8 13 12 181  P   P
+PG13 -17337.222412   7448.789644 -18856.854088    276.794246 10  9  9 231  P   P
+PG14  -1161.611218 -15443.037447  21751.838135    141.275330 13  7  4 219  P   P
+PG15  26252.460675   3348.026797   3132.046544   -138.595332  7  5 12 146  P   P
+PG16  -9959.752333 -11077.098983 -21952.925506   -162.014644  8 10  9 141  P   P
+PG17    531.456457  15722.188687  21561.061816    184.219126  5  9  8 230  P   P
+PG18  15059.884165 -21071.456877   5211.339687    129.615404  9 10 10 237  P   P
+PG19 -25465.064110  -8190.888414     58.244942   -126.103523 11 13 14 179  P   P
+PG20 -21032.641481  11353.804268  11367.411193     48.826513  8 12  9 241  P   P
+PG21   7723.707951 -18318.105462 -16915.768531   -134.490873 12 10 10 256  P   P
+PG22   6366.011574 -21594.914115  14178.842749    150.835377 13 10 13 210  P   P
+PG23 -25135.382859    309.948079  -9093.032037    316.207887  7 10  8 201  P   P
+PG24 -15771.643006    235.860033  21451.616996    378.134580  9 12 12 294  P   P
+PG25  19269.861344 -18009.016871   3031.537287     -0.989448  9 10  9 240  P   P
+PG26  21883.869448  13014.975667  -8865.241405   -160.901058 14 11 14 256  P   P
+PG27  16849.443880   8719.048245  19378.357629    251.451209  8 11  9 309  P   P
+PG28  -9907.143284  21491.469329  12305.903753     28.762055  9  7  8 248  P   P
+PG29  20076.794132  -6190.446404 -16140.193227    196.695857 11 14  9 196  P   P
+PG30  -3910.401126 -17211.370005 -20246.817760    333.697164  3  9  8 305  P   P
+PG31  -7054.508384 -25481.329469    589.797893     60.837072  9  6 10 246  P   P
+PG32 -20117.580179   1566.333381  17344.310944   -226.717830  9 14  8 272  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283504  22234.683769  -6185.361313    328.337035 11  8 10 211  P   P
+PG03 -19851.535094 -11363.431167 -14172.296208    696.279122 13 12 10 307  P   P
+PG04   5455.414740  25246.128228   5129.527582     76.648855  9 10 12 278  P   P
+PG05  10500.229493  11339.504123 -21614.517419   -138.136406 11  6  7 206  P   P
+PG06 -16047.633903 -13716.475106 -16081.733179   -228.753106 13 11  6 240  P   P
+PG07  -8800.295475  15175.524966 -19875.263733      7.047040 12 12  9 223  P   P
+PG08  -2468.928087  22602.864570 -13226.285150      7.631151 14 12 13 307  P   P
+PG09  16257.409348   5089.619410  19834.473316     71.203942  9 10 10 273  P   P
+PG10  -3443.682858  21181.230847 -15618.870293    -70.442609  9  7 11 320  P   P
+PG11 -19836.281115  -4298.081745  16972.439694   -139.217702  8 12  9 256  P   P
+PG12  19703.022249  -5547.149746  16859.818347    -14.911026  8 13 12 171  P   P
+PG13 -19260.565694   6804.980500 -17147.477260    276.792888  9  9  9 233  P   P
+PG14   1235.979015 -14844.783215  22151.631515    141.277470 13  7  5 221  P   P
+PG15  26396.854024   3650.376879    315.833381   -138.592614  8  6 12 146  P   P
+PG16  -8225.621712 -12878.206637 -21660.745457   -162.017115  8 10  9 155  P   P
+PG17  -1863.311415  15189.472449  21848.929363    184.219302  3  9  8 230  P   P
+PG18  15598.134859 -21137.766804   2435.275163    129.617203  9 10 10 237  P   P
+PG19 -25252.385221  -8374.208522  -2767.364598   -126.106953 11 13 14 183  P   P
+PG20 -20325.542190  10047.205731  13634.265591     48.826622  8 12  9 242  P   P
+PG21   8597.285566 -16369.012810 -18446.950042   -134.493252 12 10 10 256  P   P
+PG22   7566.377190 -22505.398112  11966.247192    150.834654 12  9 13 211  P   P
+PG23 -25953.996870    -71.149276  -6434.913284    316.205617  7 10  9 205  P   P
+PG24 -16380.129081  -2098.307718  20910.224271    378.137481  9 12 13 295  P   P
+PG25  19126.430362 -17462.417506   5832.827273     -0.989764  8 11  9 242  P   P
+PG26  20822.538657  12841.252184 -11435.747380   -160.910195 14 11 13 262  P   P
+PG27  17501.923302  10600.020287  17764.192567    251.454611  8 10 10 307  P   P
+PG28 -10877.043321  22227.144649   9799.600249     28.764196  9  7  9 249  P   P
+PG29  21730.456130  -5604.173475 -14089.726655    196.698346 10 14  9 199  P   P
+PG30  -2467.827842 -18831.038524 -18963.010684    333.699877  1  9  8 308  P   P
+PG31  -6783.339837 -25347.973575   3483.155670     60.841596 10  6 10 247  P   P
+PG32 -18758.009606     38.050621  18929.694893   -226.724601  9 14  8 276  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035396  22847.225796  -3471.723420    328.339055 11  9 10 215  P   P
+PG03 -18183.840105 -11571.341651 -16133.472446    696.283556 13 12  9 308  P   P
+PG04   4852.346820  24656.579415   7826.543885     76.658216  9 11 12 281  P   P
+PG05   8979.018445  13258.414149 -21194.496797   -138.141664 11  6  7 201  P   P
+PG06 -14073.839515 -13753.269180 -17772.382310   -228.858406 13 11  5 243  P   P
+PG07  -9758.241210  13042.160312 -20932.510396      7.047919 12 12  9 223  P   P
+PG08  -3119.024851  21067.830888 -15479.365750      7.631432 14 12 13 310  P   P
+PG09  17084.865609   7230.249536  18464.985969     71.206131  8 10 10 275  P   P
+PG10  -4655.096606  22324.461222 -13511.081082    -70.443479  9  7 11 322  P   P
+PG11 -20768.963253  -5991.078098  15325.100538   -139.220483  8 12  9 257  P   P
+PG12  18552.707447  -3875.804821  18564.540329    -14.908491  9 14 11 156  P   P
+PG13 -21013.434684   6316.261130 -15146.654598    276.791530  9  9  9 236  P   P
+PG14   3687.951237 -14377.217106  22175.976963    141.279610 13  8  7 224  P   P
+PG15  26241.215764   3906.898582  -2505.760853   -138.589895  9  6 12 159  P   P
+PG16  -6624.490289 -14730.748714 -20993.680507   -162.019586  9 10  9 168  P   P
+PG17  -4296.241540  14781.085824  21765.681301    184.219480  2 10  9 231  P   P
+PG18  15935.161816 -20980.894049   -383.522529    129.618999 10 11 10 238  P   P
+PG19 -24742.571770  -8499.746701  -5546.334607   -126.110385 12 13 13 187  P   P
+PG20 -19538.422377   8510.479865  15663.718961     48.826733  9 12  8 242  P   P
+PG21   9615.001466 -14318.071046 -19644.357395   -134.495635 12 11 10 256  P   P
+PG22   8559.197924 -23270.270859   9548.372019    150.833932 12  8 14 213  P   P
+PG23 -26490.140183   -362.319267  -3668.246362    316.203349  7 10  9 207  P   P
+PG24 -17078.979902  -4319.793950  20012.435090    378.140350 10 12 13 296  P   P
+PG25  18823.862012 -16660.282974   8533.582707     -0.990082  8 11  9 243  P   P
+PG26  19486.666730  12669.795213 -13819.003208   -160.919334 15 11 13 266  P   P
+PG27  18178.877243  12267.184092  15862.108458    251.458072  8 10 11 305  P   P
+PG28 -11622.046319  22790.518385   7125.733252     28.766336  9  7  9 249  P   P
+PG29  23169.050693  -5147.994267 -11795.068979    196.700832 10 14 10 202  P   P
+PG30  -1203.926391 -20395.109053 -17362.912110    333.702581  2  9  9 310  P   P
+PG31  -6386.769415 -24926.275367   6315.972780     60.846122 10  7 10 248  P   P
+PG32 -17371.954056  -1671.208975  20192.612293   -226.731365 10 14  7 279  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085053  23186.573697   -700.048243    328.341074 11  8 11 217  P   P
+PG03 -16326.767142 -11869.257923 -17828.051715    696.288000 14 12  9 309  P   P
+PG04   4090.922091  23826.192835  10385.136729     76.667565 10 12 12 283  P   P
+PG05   7595.335839  15196.947846 -20409.920167   -138.146925 11  6  8 196  P   P
+PG06 -11927.782160 -13881.845898 -19155.650090   -228.963706 13 12  4 248  P   P
+PG07 -10871.979322  10875.426198 -21628.080395      7.048798 12 12  8 224  P   P
+PG08  -3941.338534  19347.543881 -17459.005815      7.631699 14 12 12 312  P   P
+PG09  17945.892366   9160.910256  16763.539794     71.208321  8 10 11 277  P   P
+PG10  -5665.060974  23322.720704 -11169.384550    -70.444340  9  7 12 324  P   P
+PG11 -21640.206442  -7487.365513  13412.124041   -139.223257  8 12 10 258  P   P
+PG12  17394.461213  -2002.392919  19948.738998    -14.905957  9 14 10 134  P   P
+PG13 -22554.065675   5963.590574 -12888.150174    276.790174  8 10  9 239  P   P
+PG14   6145.366753 -14049.932031  21824.059956    141.281752 12  8  9 227  P   P
+PG15  25783.823121   4153.859639  -5284.650879   -138.587175  9  6 12 172  P   P
+PG16  -5180.827942 -16590.908923 -19962.431762   -162.022059  9 10  9 179  P   P
+PG17  -6719.511676  14503.621225  21312.044283    184.219661  5  9  9 231  P   P
+PG18  16096.347498 -20576.736633  -3195.529736    129.620793 10 11 10 238  P   P
+PG19 -23936.666151  -8604.834279  -8231.779742   -126.113817 12 13 13 192  P   P
+PG20 -18710.766580   6755.747524  17420.193290     48.826846  9 13  8 243  P   P
+PG21  10773.517728 -12213.025985 -20487.275261   -134.498023 12 11 10 256  P   P
+PG22   9352.975981 -23852.104080   6966.347941    150.833208 12  7 14 213  P   P
+PG23 -26727.777621   -598.082910   -839.737713    316.201077  7 10 10 209  P   P
+PG24 -17842.486274  -6390.194462  18774.188044    378.143185 10 12 14 296  P   P
+PG25  18400.166550 -15594.559092  11087.241164     -0.990399  7 11  9 245  P   P
+PG26  17896.484138  12538.276288 -15976.889326   -160.928473 15 11 13 271  P   P
+PG27  18841.705901  13699.278983  13702.048976    251.461587  8 10 11 302  P   P
+PG28 -12156.447070  23143.138920   4329.225943     28.768474  8  8 10 248  P   P
+PG29  24358.547546  -4797.406237  -9296.105982    196.703319 10 14 10 206  P   P
+PG30   -124.093458 -21859.333001 -15472.353576    333.705278  3  9  9 312  P   P
+PG31  -5834.071008 -24241.505348   9039.308084     60.850650 10  7  9 249  P   P
+PG32 -16000.835622  -3540.530541  21113.085362   -226.738118 10 14  7 282  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196668  23265.016077   2083.323070    328.343093 11  8 11 221  P   P
+PG03 -14316.397589 -12276.238813 -19228.308481    696.292452 14 12  7 310  P   P
+PG04   3151.771061  22787.770033  12759.879398     76.676907 10 13 12 285  P   P
+PG05   6366.595483  17110.602710 -19273.968055   -138.152190 11  7  9 188  P   P
+PG06  -9650.112471 -14119.914020 -20206.803531   -229.069000 13 11  3 251  P   P
+PG07 -12128.566297   8723.417463 -21950.561839      7.049678 12 12  8 225  P   P
+PG08  -4946.323154  17489.460216 -19131.232010      7.631950 14 13 12 314  P   P
+PG09  18800.584338  10854.035357  14761.926126     71.210508  8  9 12 279  P   P
+PG10  -6481.752199  24135.484838  -8633.574488    -70.445196  9  8 12 326  P   P
+PG11 -22413.918312  -8778.448990  11267.710957   -139.226026  8 12 10 259  P   P
+PG12  16268.609629     47.103414  20989.010039    -14.903423  9 14 10 111  P   P
+PG13 -23846.222110   5721.062821 -10410.137547    276.788821  8 10  9 241  P   P
+PG14   8558.388372 -13864.204180  21101.363881    141.283892 12  9 10 229  P   P
+PG15  25031.486816   4427.302507  -7973.450007   -138.584454 10  7 12 184  P   P
+PG16  -3911.230026 -18411.959556 -18584.130056   -162.024534  9  9  9 187  P   P
+PG17  -9084.905702  14355.663306  20494.991824    184.219845  6 10 10 231  P   P
+PG18  16112.201697 -19908.351973  -5950.990409    129.622585 10 11 10 238  P   P
+PG19 -22844.185222  -8726.314227 -10778.294751   -126.117250 13 13 13 196  P   P
+PG20 -17880.566963   4803.164336  18872.874721     48.826958  9 13  8 243  P   P
+PG21  12061.564113 -10101.390310 -20961.788768   -134.500412 12 11 10 257  P   P
+PG22   9963.378708 -24217.363797   4264.309276    150.832485 11  6 14 215  P   P
+PG23 -26659.166825   -815.222464   2002.924244    316.198807  7 10 10 212  P   P
+PG24 -18639.432030  -8276.884176  17217.080649    378.145987 10 12 14 295  P   P
+PG25  17895.431207 -14265.751302  13449.774048     -0.990719  7 11  9 246  P   P
+PG26  16079.523160  12480.542454 -17875.028912   -160.937616 16 11 13 274  P   P
+PG27  19449.320940  14882.712205  11318.171301    251.465156  8 10 12 298  P   P
+PG28 -12501.835436  23251.511648   1457.732195     28.770610  8  8 10 248  P   P
+PG29  25271.813382  -4522.511356  -6636.232059    196.705807  9 14 10 210  P   P
+PG30    774.219238 -23180.186655 -13322.071890    333.707970  4  9  9 314  P   P
+PG31  -5100.309574 -23326.022582  11606.413169     60.855181 10  8  9 250  P   P
+PG32 -14682.392056  -5542.022987  21677.009348   -226.744860 11 14  7 284  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845335  23102.020395   4831.908463    328.345102 11  6 11 221  P   P
+PG03 -12192.543790 -12804.891973 -20311.205930    696.296914 14 12  6 310  P   P
+PG04   2022.614258  21579.218949  14908.626048     76.686238 10 14 12 287  P   P
+PG05   5302.298592  18953.369696 -17805.900048   -138.157456 11  6  9 179  P   P
+PG06  -7285.272893 -14478.172750 -20906.804682   -229.174289 13 11  4 255  P   P
+PG07 -13507.123318   6631.698365 -21895.018582      7.050561 12 12  8 225  P   P
+PG08  -6135.730042  15543.587657 -20467.819857      7.632182 14 13 11 316  P   P
+PG09  19606.443295  12291.102158  12497.220120     71.212693  7  9 12 280  P   P
+PG10  -7120.840695  24726.167741  -5947.168624    -70.446047 10  8 12 328  P   P
+PG11 -23054.784562  -9863.407363   8929.740525   -139.228788  8 11 10 259  P   P
+PG12  15211.121083   2239.502622  21667.948236    -14.900890  9 14  9 127  P   P
+PG13 -24860.490018   5557.046972  -7754.590099    276.787469  7 10  9 243  P   P
+PG14  10877.981264 -13812.970164  20019.613985    141.286034 12  9 11 232  P   P
+PG15  23999.341885   4761.474464 -10526.256719   -138.581732 11  7 12 192  P   P
+PG16  -2823.904061 -20145.968844 -16882.085360   -162.027008  9  8  9 195  P   P
+PG17 -11345.460319  14327.860880  19327.680417    184.220029  7 10 11 230  P   P
+PG18  16017.006412 -18966.828736  -8600.867513    129.624376 11 11  9 239  P   P
+PG19 -21482.865342  -8898.980127 -13142.681992   -126.120683 13 13 13 200  P   P
+PG20 -17082.800055   2680.347751  19996.284266     48.827072 10 13  8 242  P   P
+PG21  13460.301219  -8028.658595 -21060.973736   -134.502805 12 12 10 256  P   P
+PG22  10412.461690 -24337.772388   1488.655521    150.831763 11  5 14 216  P   P
+PG23 -26285.139896  -1051.205493   4811.824383    316.196535  7 11 10 214  P   P
+PG24 -19434.305983  -9954.036953  15367.979703    378.148755 11 12 14 294  P   P
+PG25  17350.164828 -12683.081191  15580.450217     -0.991040  7 11  8 247  P   P
+PG26  14069.721479  12525.315308 -19483.204322   -160.946763 16 11 12 278  P   P
+PG27  19959.667272  15811.948297   8748.450460    251.468772  8  9 12 295  P   P
+PG28 -12686.161180  23088.556420  -1439.141281     28.772745  8  9 11 247  P   P
+PG29  25889.578030  -4289.376202  -3861.576730    196.708294  9 14 10 214  P   P
+PG30   1501.279844 -24316.449129 -10947.299646    333.710657  6  9 10 316  P   P
+PG31  -4167.476382 -22217.952555  13973.526989     60.859717 11  9  8 250  P   P
+PG32 -13449.353649  -7641.741231  21876.279079   -226.751590 11 14  8 285  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477525  22723.413357   7499.792362    328.347113 11  7 11 225  P   P
+PG03  -9997.442532 -13460.801571 -21058.723044    696.301386 14 12  4 310  P   P
+PG04    698.979304  20242.046699  16793.327831     76.695561 11 14 11 288  P   P
+PG05   4403.815820  20679.390842 -16030.743946   -138.162725 11  7 10 167  P   P
+PG06  -4879.964566 -14959.771936 -21242.703325   -229.279569 13 11  5 258  P   P
+PG07 -14979.550379   4641.712761 -21463.032662      7.051447 12 12  9 225  P   P
+PG08  -7502.421577  13560.585800 -21446.735686      7.632394 14 13 10 318  P   P
+PG09  20320.162951  13463.083677  10010.954376     71.214876  8  9 13 281  P   P
+PG10  -7604.720618  25063.612838  -3156.671675    -70.446895 10  9 12 330  P   P
+PG11 -23529.648338 -10748.651623   6439.055943   -139.231544  8 11 11 259  P   P
+PG12  14252.262252   4535.528702  21974.412169    -14.898355  9 14  8 151  P   P
+PG13 -25575.331997   5435.555150  -4966.604399    276.786121  6 10  9 246  P   P
+PG14  13057.595246 -13881.130207  18596.623696    141.288177 12  9 11 235  P   P
+PG15  22710.335545   5187.326933 -12899.419835   -138.579009 11  8 12 199  P   P
+PG16  -1918.492726 -21745.580036 -14885.415777   -162.029486 10  8  9 201  P   P
+PG17 -13457.079675  14403.313507  17829.284722    184.220216  8 10 12 230  P   P
+PG18  15847.299633 -17751.846500 -11097.801451    129.626166 11 11  9 240  P   P
+PG19 -19878.113101  -9154.091571 -15284.652634   -126.124116 13 13 12 204  P   P
+PG20 -16348.034663    421.507109  20770.749190     48.827187 10 13  8 242  P   P
+PG21  14944.010016  -6036.641295 -20784.919602   -134.505198 12 12 11 256  P   P
+PG22  10727.640669 -24191.489245  -1312.739925    150.831040 11  6 14 218  P   P
+PG23 -25615.081241  -1342.584114   7539.578975    316.194263  7 11 10 215  P   P
+PG24 -20188.681304 -11403.387246  13258.555545    378.151494 11 12 15 293  P   P
+PG25  16803.637690 -10864.311178  17442.541960     -0.991360  7 12  8 248  P   P
+PG26  11906.323879  12695.083999 -20775.722547   -160.955916 16 11 11 280  P   P
+PG27  20331.314293  16489.629142   6034.223328    251.472431  9  9 13 292  P   P
+PG28 -12742.529792  22634.856086  -4310.692143     28.774878  8  9 11 247  P   P
+PG29  26201.103198  -4061.551320  -1020.186198    196.710783  8 14 10 219  P   P
+PG30   2074.560742 -25230.727504  -8387.278103    333.713344  6  9 10 318  P   P
+PG31  -3025.344173 -20959.667829  16100.598274     60.864254 11  9  7 250  P   P
+PG32 -12328.334082  -9800.823892  21708.823102   -226.758306 11 14  8 287  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597465  22160.342635  10042.325301    328.349116 11  8 11 228  P   P
+PG03  -7774.370253 -14242.212361 -21458.123621    696.305873 14 12  5 311  P   P
+PG04   -815.404553  18819.716851  18380.763243     76.704872 12 14 10 289  P   P
+PG05   3664.491795  22244.627215 -13978.882119   -138.167995 11  6 10 152  P   P
+PG06  -2481.518738 -15560.080118 -21207.922452   -229.384842 13 11  7 261  P   P
+PG07 -16511.526093   2789.369494 -20662.634272      7.052334 11 12 10 225  P   P
+PG08  -9030.550915  11589.876837 -22052.443446      7.632582 15 13  9 319  P   P
+PG09  20899.430757  14370.502979   7348.224022     71.217051  8  9 13 282  P   P
+PG10  -7961.461528  25123.398057   -310.758907    -70.447742 10 10 12 331  P   P
+PG11 -23808.799910 -11447.409848   3838.724488   -139.234296  9 11 11 258  P   P
+PG12  13415.493768   6891.148076  21903.678319    -14.895820 10 14  8 165  P   P
+PG13 -25977.858772   5317.787912  -2093.665130    276.784778  6 10  8 248  P   P
+PG14  15054.766916 -14046.168749  16856.042773    141.290318 11  9 12 238  P   P
+PG15  21194.430276   5731.141152 -15052.270740   -138.576286 12  8 12 205  P   P
+PG16  -1186.243379 -23165.791415 -12628.560032   -162.031965 10  7  9 207  P   P
+PG17 -15380.057490  14558.261946  16024.730478    184.220407  8 10 12 229  P   P
+PG18  15640.261876 -16271.893142 -13397.050631    129.627958 11 11  9 240  P   P
+PG19 -18062.179299  -9518.020850 -17167.492260   -126.127551 13 13 12 207  P   P
+PG20 -15701.227925  -1933.689540  21182.764727     48.827304 10 13  8 241  P   P
+PG21  16481.070164  -4161.988234 -20140.593063   -134.507595 12 12 11 256  P   P
+PG22  10940.450539 -23764.061151  -4091.360833    150.830316 10  8 14 219  P   P
+PG23 -24666.602235  -1723.427402  10140.087813    316.191992  8 11 10 217  P   P
+PG24 -20862.710457 -12614.708573  10924.748242    378.154201 11 12 15 290  P   P
+PG25  16292.281527  -8835.243434  19003.960881     -0.991683  8 12  8 248  P   P
+PG26   9632.617711  13005.223680 -21731.732183   -160.965075 16 11 10 283  P   P
+PG27  20525.067001  16926.413309   3219.668239    251.476126 10  9 13 290  P   P
+PG28 -12707.769738  21879.636243  -7106.045589     28.777012  8  9 11 246  P   P
+PG29  26204.528978  -3801.688478   1838.824206    196.713270  8 14 10 222  P   P
+PG30   2517.945200 -25890.873523  -5684.692958    333.716031  7  9 10 319  P   P
+PG31  -1672.012986 -19596.133960  17951.925805     60.868794 12  9  6 250  P   P
+PG32 -11338.969328 -11976.802270  21178.551425   -226.765010 11 14  9 288  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641206  21448.055866  12416.809401    328.351121 10  8 11 230  P   P
+PG03  -5566.224796 -15139.981463 -21502.165266    696.310366 14 12  6 311  P   P
+PG04  -2508.552220  17355.941690  19643.164610     76.714176 12 15  9 289  P   P
+PG05   3070.068983  23608.472712 -11685.540858   -138.173266 11  5 10 137  P   P
+PG06   -136.236495 -16266.773872 -20802.427241   -229.490105 12 11  7 264  P   P
+PG07 -18063.752650   1103.854896 -19508.123385      7.053224 11 12 10 224  P   P
+PG08 -10696.093129   9677.842665 -22276.076977      7.632745 14 13  8 320  P   P
+PG09  21304.668478  15023.099935   4556.751670     71.219223  9  9 14 283  P   P
+PG10  -8223.520996  24888.897496   2540.605103    -70.448586 10 10 12 333  P   P
+PG11 -23867.130030 -11978.965845   1173.286840   -139.237042  9 11 11 257  P   P
+PG12  12716.645733   9259.086372  21457.484596    -14.893284 10 14  8 175  P   P
+PG13 -26064.287140   5163.799751    815.138555    276.783441  6 11  8 250  P   P
+PG14  16832.581850 -14279.072208  14827.007912    141.292461 11  9 12 241  P   P
+PG15  19487.550819   6413.332932 -16947.811325   -138.573560 12  9 11 210  P   P
+PG16   -610.519958 -24365.664982 -10150.680612   -162.034445 10  7 10 212  P   P
+PG17 -17080.448365  14763.059927  13944.325382    184.220598  9 10 13 228  P   P
+PG18  15432.075310 -14544.125226 -15457.388645    129.629750 11 11  9 241  P   P
+PG19 -16073.083526 -10011.081880 -18758.681373   -126.130989 13 13 11 209  P   P
+PG20 -15160.758646  -4341.467040  21225.238331     48.827421 10 14  9 240  P   P
+PG21  18035.177264  -2434.960070 -19141.555889   -134.509992 12 12 11 255  P   P
+PG22  11085.138862 -23049.101701  -6798.904299    150.829594 10 10 14 221  P   P
+PG23 -23464.923541  -2223.843945  12569.271419    316.189721  8 12 10 218  P   P
+PG24 -21416.680400 -13585.994054   8406.173954    378.156881 11 12 15 288  P   P
+PG25  15848.212361  -6628.911832  20237.812559     -0.992005  8 12  8 249  P   P
+PG26   7294.541412  13463.364774 -22335.493530   -160.974240 16 11  8 285  P   P
+PG27  20505.543761  17140.530945    351.217151    251.479858 11  9 13 291  P   P
+PG28 -12620.824143  20821.424504  -9775.125402     28.779143  9 10 11 245  P   P
+PG29  25906.886259  -3473.191052   4666.130624    196.715759  8 14 10 225  P   P
+PG30   2860.679312 -26271.237637  -2885.035165    333.718720  8  8 10 321  P   P
+PG31   -114.130256 -18173.186463  19496.709177     60.873337 12 10  5 250  P   P
+PG32 -10493.329327 -14125.032373  20295.222986   -226.771700 11 14 10 288  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606660  20624.538761  14583.163058    328.353124 10  8 11 232  P   P
+PG03  -3414.119888 -16137.801514 -21189.245661    696.314871 14 12  7 310  P   P
+PG04  -4360.510964  15892.982683  20558.726069     76.723468 13 15  8 290  P   P
+PG05   2599.415091  24735.250700  -9190.190556   -138.178537 11  5 10 140  P   P
+PG06   2112.236917 -17060.248647 -20032.770625   -229.595357 12 11  8 265  P   P
+PG07 -19593.396564   -393.285139 -18019.788729      7.054114 11 12 11 224  P   P
+PG08 -12467.699008   7866.178085 -22115.482102      7.632883 14 13  8 321  P   P
+PG09  21500.639972  15439.137811   1685.939280     71.221394 10  9 14 285  P   P
+PG10  -8426.268625  24352.050397   5347.094510    -70.449432 11 11 12 335  P   P
+PG11 -23685.107169 -12367.686495  -1511.991411   -139.239783 10 11 11 256  P   P
+PG12  12163.402046  11590.466575  20643.965140    -14.890745 10 14  9 182  P   P
+PG13 -25840.064290   4934.221844   3709.933982    276.782106  6 11  9 251  P   P
+PG14  18360.941114 -14545.512329  12543.697850    141.294606 10  9 13 243  P   P
+PG15  17630.313349   7247.482935 -18553.346608   -138.570832 13  9 11 213  P   P
+PG16   -167.638488 -25309.893324  -7494.967896   -162.036927 10  7 10 217  P   P
+PG17 -18531.234238  14983.393438  11623.290036    184.220792  9 11 14 226  P   P
+PG18  15256.327888 -12593.873293 -17241.933001    129.631546 11 12  9 242  P   P
+PG19 -13953.325775 -10646.586679 -20030.461087   -126.134427 13 13 11 211  P   P
+PG20 -14737.737084  -6755.459138  20897.611517     48.827540 10 14  9 239  P   P
+PG21  19566.740327   -878.491891 -17807.554477   -134.512389 12 13 12 255  P   P
+PG22  11197.148990 -22048.669254  -9388.145758    150.828873 10 11 14 222  P   P
+PG23 -22041.985962  -2868.648752  14785.784234    316.187449  9 12 10 219  P   P
+PG24 -21812.571086 -14323.334630   5745.479964    378.159538 11 12 15 284  P   P
+PG25  15497.933825  -4284.497698  21122.860347     -0.992327  9 12  7 249  P   P
+PG26   4939.208211  14069.031929 -22576.602296   -160.983413 16 11  5 287  P   P
+PG27  20242.665085  17157.059318  -2523.101086    251.483602 12  9 14 294  P   P
+PG28 -12521.030897  19468.349237 -12269.650406     28.781275  9 10 11 244  P   P
+PG29  25323.776495  -3041.831926   7413.058335    196.718249  8 14 10 228  P   P
+PG30   3136.102459 -26353.709639    -35.891077    333.721413  8  8 10 322  P   P
+PG31   1633.218381 -16735.805277  20709.505205     60.877883 12 10  5 249  P   P
+PG32  -9795.617579 -16200.199145  19074.238829   -226.778376 11 13 11 288  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415427  19729.059073  16504.557934    328.355121 10  8 10 234  P   P
+PG03  -1356.038685 -17212.690890 -20523.482628    696.319389 14 12  9 310  P   P
+PG04  -6343.977715  14470.031329  21111.982372     76.732751 14 15  8 290  P   P
+PG05   2225.526083  25595.534582  -6535.866489   -138.183807 11  4 10 155  P   P
+PG06   4224.437211 -17914.337637 -18912.011341   -229.700596 12 11  9 267  P   P
+PG07 -21055.669217  -1688.761893 -16223.531169      7.055007 10 12 11 223  P   P
+PG08 -14307.830707   6190.460634 -21575.135928      7.632996 14 13  9 322  P   P
+PG09  21457.864125  15644.391562  -1214.068698     71.223555 11  9 14 285  P   P
+PG10  -8606.381787  23513.799852   8058.976354    -70.450281 11 11 11 336  P   P
+PG11 -23249.546697 -12641.879008  -4171.854953   -139.242519 10 10 11 255  P   P
+PG12  11755.110374  13836.506225  19477.479846    -14.888204  9 14 10 188  P   P
+PG13 -25319.650741   4591.976044   6540.910734    276.780777  6 11  9 252  P   P
+PG14  19617.582518 -14807.252948  10044.796686    141.296750  9  9 13 245  P   P
+PG15  15666.583375   8239.630904 -19841.051546   -138.568103 13  9 11 216  P   P
+PG16    172.006689 -25970.159209  -4707.858619   -162.039411 11  7 10 221  P   P
+PG17 -19713.238592  15181.703277   9101.193204    184.220988  9 11 14 225  P   P
+PG18  15142.533622 -10453.810880 -18718.882123    129.633343 11 12  9 243  P   P
+PG19 -11748.429704 -11430.167460 -20960.334137   -126.137867 13 13 10 213  P   P
+PG20 -14435.618629  -9128.328105  20205.857259     48.827660 10 14 10 237  P   P
+PG21  21034.395494    492.422438 -16164.001418   -134.514787 11 13 12 254  P   P
+PG22  11311.553356 -20773.324727 -11813.795638    150.828153  9 12 13 224  P   P
+PG23 -20435.320143  -3676.224304  16751.694507    316.185179 10 12  9 219  P   P
+PG24 -22015.560568 -14840.501129   2987.656997    378.162172 12 12 15 280  P   P
+PG25  15261.271500  -1846.010737  21643.890392     -0.992651  9 12  7 249  P   P
+PG26   2613.389249  14813.564987 -22450.166056   -160.992593 17 11  6 289  P   P
+PG27  19712.996484  17006.933630  -5354.385437    251.487365 13  9 14 299  P   P
+PG28 -12446.363846  17838.052508 -14544.130119     28.783405 10 10 11 243  P   P
+PG29  24478.733323  -2477.275194  10032.421047    196.720738  8 14 10 231  P   P
+PG30   3380.199290 -26128.500683   2813.831390    333.724113  9  8 10 323  P   P
+PG31   3546.938828 -15326.451237  21570.587341     60.882428 12 10  6 249  P   P
+PG32  -9242.164331 -18157.841175  17536.366552   -226.785038 11 13 11 288  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990598  18800.666801  18148.020815    328.357117 10  8 10 235  P   P
+PG03    574.408065 -18335.738596 -19514.723772    696.323915 14 12 10 309  P   P
+PG04  -8425.217450  13121.738044  21294.052072     76.742026 14 15  9 290  P   P
+PG05   1916.765687  26167.239804  -3768.421824   -138.189075 11  4 10 169  P   P
+PG06   6166.443044 -18797.311818 -17459.503512   -229.805827 12 11  9 268  P   P
+PG07 -22405.486647  -2777.839390 -14150.399638      7.055902  9 11 11 221  P   P
+PG08 -16174.128864   4678.986464 -20665.953022      7.633080 14 13 10 322  P   P
+PG09  21153.782600  15670.870934  -4093.289998     71.225715 12  9 14 285  P   P
+PG10  -8800.180596  22384.177676  10628.068060    -70.451131 11 12 11 337  P   P
+PG11 -22554.148414 -12832.523567  -6761.771273   -139.245254 11 10 11 253  P   P
+PG12  11482.922156  15950.209859  17978.343537    -14.885659 10 14 11 193  P   P
+PG13 -24525.966979   4103.913317   9259.177502    276.779454  7 11  9 253  P   P
+PG14  20588.815203 -15023.728680   7372.870946    141.298898  8  9 13 248  P   P
+PG15  13641.915590   9387.862748 -20788.462120   -138.565371 13 10 10 218  P   P
+PG16    442.571782 -26326.230597  -1838.184799   -162.041897 11  7 10 225  P   P
+PG17 -20615.749714  15318.757460   6421.297976    184.221185  8 12 15 223  P   P
+PG18  15114.835063  -8162.822181 -19862.140263    129.635145 11 12  9 243  P   P
+PG19  -9505.369012 -12359.393567 -21531.491390   -126.141310 13 13 10 213  P   P
+PG20 -14250.135986 -11413.423050  19162.353889     48.827781 10 14 11 235  P   P
+PG21  22396.570425   1671.012282 -14241.370662   -134.517185 10 13 12 254  P   P
+PG22  11461.500513 -19241.863407 -14033.329805    150.827434  9 12 13 225  P   P
+PG23 -18686.714114  -4657.619353  18433.121370    316.182909 10 12  9 219  P   P
+PG24 -21995.422037 -15158.246511    179.317666    378.164789 12 12 15 274  P   P
+PG25  15150.579695    639.214341  21791.971734     -0.992972 10 12  8 249  P   P
+PG26    362.001965  15680.327340 -21956.931047   -161.001781 17 11  9 290  P   P
+PG27  18900.889128  16725.718250  -8093.651321    251.491148 13  9 14 304  P   P
+PG28 -12431.712996  15957.209378 -16556.830667     28.785536 10 11 11 242  P   P
+PG29  23402.292795  -1754.442311  12479.327180    196.723229  9 14 10 233  P   P
+PG30   3630.025148 -25594.629222   5614.731014    333.726820  9  8 10 324  P   P
+PG31   5596.658608 -13983.524986  22066.207302     60.886976 13 10  7 248  P   P
+PG32  -8821.709831 -19955.844540  15707.401033   -226.791686 11 13 12 288  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043757  17876.703360  19484.992321    328.359113  9  8 10 236  P   P
+PG03   2349.075728 -19473.083214 -18178.480982    696.328451 14 11 10 309  P   P
+PG04 -10565.241701  11876.948981  21102.742995     76.751295 14 15 10 290  P   P
+PG05   1638.292532  26436.443574   -935.726141   -138.194341 11  4 10 179  P   P
+PG06   7911.018386 -19673.121780 -15700.560142   -229.911042 12 10  9 268  P   P
+PG07 -23599.145825  -3664.300985 -11836.048642      7.056797  9 11 11 220  P   P
+PG08 -18020.953813   3351.909342 -19404.989634      7.633137 14 12 11 322  P   P
+PG09  20573.644957  15555.339152  -6902.760012     71.227865 12  9 14 285  P   P
+PG10  -9041.973688  20982.027476  13008.674292    -70.451986 11 12 11 338  P   P
+PG11 -21599.787629 -12971.929481  -9238.612837   -139.247984 11 10 11 251  P   P
+PG12  11330.254723  17887.993764  16172.460893    -14.883113 10 13 12 196  P   P
+PG13 -23489.521936   3442.311639  11817.615287    276.778136  8 12  9 254  P   P
+PG14  21269.936217 -15153.736246   4573.668057    141.301046  7  9 13 250  P   P
+PG15  11601.933816  10682.208644 -21378.881554   -138.562637 13 10  9 220  P   P
+PG16    681.204274 -26366.744699   1063.728468   -162.044385 11  7 10 228  P   P
+PG17 -21236.824978  15355.312804   3629.827969    184.221384  8 12 15 221  P   P
+PG18  15190.945446  -5764.617687 -20651.813811    129.636946 11 12 10 244  P   P
+PG19  -7270.933800 -13423.702302 -21733.154181   -126.144755 13 12  9 214  P   P
+PG20 -14169.551088 -13566.410740  17785.639308     48.827901 10 14 12 233  P   P
+PG21  23613.035245   2658.680541 -12074.527894   -134.519584 11 13 12 253  P   P
+PG22  11676.739830 -17480.728500 -16007.775864    150.826714  9 13 12 226  P   P
+PG23 -16840.725247  -5815.921416  19800.819342    316.180639 11 13  8 219  P   P
+PG24 -21727.761901 -15303.354244  -2632.049906    378.167393 13 12 15 268  P   P
+PG25  15170.251359   3122.147950  21564.607219     -0.993293 10 12  8 248  P   P
+PG26  -1773.349630  16645.199872 -21103.355360   -161.010978 16 11 11 291  P   P
+PG27  17799.365167  16352.174511 -10692.675313    251.494927 14  9 14 310  P   P
+PG28 -12507.282974  13860.664797 -18270.680640     28.787667 10 11 11 241  P   P
+PG29  22130.809978   -854.670003  14711.939637    196.725720  9 14 10 235  P   P
+PG30   3922.064294 -24760.083289   8317.783382    333.729536  9  9 10 325  P   P
+PG31   7745.726835 -12740.002711  22188.759651     60.891524 13 10  9 247  P   P
+PG32  -8515.965336 -21555.856170  13617.765822   -226.798322 11 13 12 287  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573954  16991.373245  20491.833786    328.361104  9  8  9 236  P   P
+PG03   3946.191088 -20587.097212 -16535.784701    696.332995 14 11 11 308  P   P
+PG04 -12721.195585  10757.700311  20542.521969     76.760556 14 15 12 290  P   P
+PG05   1353.618225  26397.899134   1913.175810   -138.199605 11  5 10 186  P   P
+PG06   9438.487815 -20502.831114 -13665.996362   -230.016247 12 10  9 268  P   P
+PG07 -24595.954772  -4360.091317  -9320.127015      7.057692  8 11 11 218  P   P
+PG08 -19801.039293   2220.706843 -17815.058002      7.633166 14 12 12 322  P   P
+PG09  19711.087160  15337.692460  -9595.325263     71.230012 13  9 14 284  P   P
+PG10  -9362.487010  19334.374476  15158.479017    -70.452847 11 13 10 339  P   P
+PG11 -20394.553517 -13092.363883 -11561.302767   -139.250711 11 10 10 249  P   P
+PG12  11273.555742  19611.183249  14090.874290    -14.880561 10 13 12 199  P   P
+PG13 -22247.254122   2586.172717  14171.711476    276.776825  9 12  9 254  P   P
+PG14  21665.309409 -15157.173460   1695.345960    141.303195  6 10 14 252  P   P
+PG15   9590.711908  12104.858806 -21601.693556   -138.559900 13 10  9 222  P   P
+PG16    926.360766 -26089.647929   3946.996298   -162.046876 11  8 10 230  P   P
+PG17 -21583.260326  15253.799920    775.165228    184.221582  7 13 15 219  P   P
+PG18  15381.376267  -3306.158808 -21074.567188    129.638754 10 12 10 245  P   P
+PG19  -5090.097278 -14604.651496 -21560.823304   -126.148202 13 12  9 214  P   P
+PG20 -14175.214621 -15546.814312  16100.052049     48.828025 10 14 12 231  P   P
+PG21  24646.380238   3464.637674  -9702.016723   -134.521981 12 13 12 253  P   P
+PG22  11982.285193 -15523.127558 -17702.437948    150.825996  8 13 12 228  P   P
+PG23 -14943.089454  -7145.929812  20830.700398    316.178371 11 13  7 219  P   P
+PG24 -21195.053452 -15307.467588  -5398.843953    378.169988 13 11 14 262  P   P
+PG25  15316.549964   5553.760133  20965.772862     -0.993614 10 13  9 248  P   P
+PG26  -3755.736077  17677.351056 -19901.623031   -161.020183 16 10 12 292  P   P
+PG27  16410.699887  15926.671950 -13104.883745    251.498701 14 10 14 315  P   P
+PG28 -12697.185872  11590.218882 -19654.086873     28.789797 11 11 11 240  P   P
+PG29  20705.069089    233.384203  16692.176820    196.728212  9 14  9 236  P   P
+PG30   4290.585863 -23641.643390  10875.237279    333.732264 10  9 10 325  P   P
+PG31   9952.444929 -11622.295506  21936.851226     60.896072 13 10 10 246  P   P
+PG32  -8300.431264 -22924.570058  11302.059080   -226.804944 11 12 13 286  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908762  16174.430881  21150.273138    328.363094  9  8  9 237  P   P
+PG03   5351.033705 -21637.740017 -14612.953038    696.337548 14 10 11 307  P   P
+PG04 -14847.893961   9778.507063  19624.354542     76.769812 15 15 13 289  P   P
+PG05   1026.234116  26055.223548   4728.929397   -138.204865 11  5 10 191  P   P
+PG06  10737.308465 -21246.182320 -11391.561639   -230.121439 11 10  9 268  P   P
+PG07 -25359.756104  -4884.649765  -6645.608177      7.058588  6 10 11 217  P   P
+PG08 -21467.195288   1287.984912 -15924.262974      7.633170 13 12 12 322  P   P
+PG09  18568.392427  15059.266972 -12126.365933     71.232155 13  9 14 285  P   P
+PG10  -9787.444716  17475.466965  17039.369562    -70.453715 11 13  9 340  P   P
+PG11 -18953.536910 -13224.701452 -13691.419172   -139.253437 11 10 10 247  P   P
+PG12  11283.339284  21087.327795  11769.232611    -14.878008 10 13 13 201  P   P
+PG13 -20841.128047   1522.263830  16280.358848    276.775519  9 12  8 254  P   P
+PG14  21788.099816 -14996.757537  -1212.354175    141.305346  6 10 14 254  P   P
+PG15   7649.217114  13630.691521 -21452.575496   -138.557162 13 10  8 222  P   P
+PG16   1216.072661 -25502.273498   6761.117316   -162.049367 12  9 10 233  P   P
+PG17 -21670.222587  14979.963386  -2093.006077    184.221782  6 13 15 217  P   P
+PG18  15688.982184   -835.960755 -21123.831542    129.640565 10 13 10 245  P   P
+PG19  -3004.444586 -15876.489586 -21016.426294   -126.151650 13 12  8 213  P   P
+PG20 -14242.408503 -17319.399664  14135.268047     48.828147 10 13 13 228  P   P
+PG21  25463.366913   4105.246343  -7165.319389   -134.524369 10 13 12 252  P   P
+PG22  12397.273833 -13407.885606 -19087.543687    150.825280  8 14 11 229  P   P
+PG23 -13039.085080  -8634.145873  21504.283656    316.176102 11 13  5 218  P   P
+PG24 -20387.427563 -15205.742312  -8074.116889    378.172579 14 11 14 256  P   P
+PG25  15577.769587   7886.714661  20005.845271     -0.993934 10 13 10 247  P   P
+PG26  -5554.119165  18740.265823 -18369.592201   -161.029396 16 10 13 293  P   P
+PG27  14746.661747  15489.500306 -15286.268343    251.502458 14 10 14 320  P   P
+PG28 -13018.296813   9193.110119 -20681.632182     28.791928 11 11 11 240  P   P
+PG29  19168.741571   1513.122790  18386.344229    196.730705  9 14  9 237  P   P
+PG30   4766.065503 -22264.363779  13241.518912    333.735006 10  9  9 326  P   P
+PG31  12171.481697 -10649.370376  21315.278135     60.900621 13 10 11 245  P   P
+PG32  -8145.444236 -24034.843660   8798.547431   -226.811554 11 12 13 285  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412683  15450.032833  21447.779995    328.365083  8  8  8 237  P   P
+PG03   6556.363743 -22584.035905 -12441.271267    696.342108 14 10 11 306  P   P
+PG04 -16899.442337   8945.970105  18365.423595     76.779061 15 15 14 289  P   P
+PG05    621.241484  25420.751001   7462.742906   -138.210123 11  6 10 196  P   P
+PG06  11804.315351 -21863.230221  -8917.273293   -230.226619 11  9  9 267  P   P
+PG07 -25860.288006  -5263.962594  -3858.072463      7.059483  5 10 11 215  P   P
+PG08 -22973.997248    547.619451 -13765.472957      7.633150 13 11 12 322  P   P
+PG09  17156.435742  14761.137868 -14454.442192     71.234284 13  9 14 284  P   P
+PG10 -10336.364619  15445.529603  18618.171307    -70.454591 11 13  9 340  P   P
+PG11 -17298.377579 -13397.141741 -15593.754142   -139.256162 12  9  9 244  P   P
+PG12  11325.453126  22291.286457   9247.189838    -14.875452 10 12 13 202  P   P
+PG13 -19316.538933    245.860417  18106.603552    276.774217 10 12  8 254  P   P
+PG14  21659.670375 -14639.653756  -4098.978100    141.307498  6 11 14 255  P   P
+PG15   5813.875627  15228.096025 -20933.605963   -138.554421 13 10  7 223  P   P
+PG16   1586.232561 -24621.054071   9456.905737   -162.051860 12 10 10 236  P   P
+PG17 -21520.556151  14504.389392  -4924.593817    184.221982  6 14 15 215  P   P
+PG18  16108.839751   1597.652362 -20799.864654    129.642380  9 13 11 245  P   P
+PG19  -1050.724755 -17207.026652 -20108.355781   -126.155101 13 12  9 212  P   P
+PG20 -14341.435203 -18855.356038  11925.744199     48.828271 10 13 13 226  P   P
+PG21  26036.106906   4603.112744  -4508.108376   -134.526757  8 13 12 251  P   P
+PG22  12934.068467 -11178.080247 -20138.798718    150.824565  8 14 10 230  P   P
+PG23 -11171.911794 -10259.085675  21809.062948    316.173836 11 13  5 217  P   P
+PG24 -19303.190052 -15035.371747 -10612.339055    378.175172 15 11 14 252  P   P
+PG25  15934.716672  10076.998044  18701.418613     -0.994255 10 12 11 246  P   P
+PG26  -7144.380322  19793.007422 -16530.669450   -161.038617 16  9 14 293  P   P
+PG27  12828.382785  15079.148282 -17196.307389    251.506190 14 10 13 324  P   P
+PG28 -13479.428604   6720.262561 -21334.630847     28.794060 11 12 11 239  P   P
+PG29  17566.751805   2979.698186  19765.687386    196.733198  9 13  8 238  P   P
+PG30   5373.740775 -20660.724402  15374.123117    333.737760 10 10  9 326  P   P
+PG31  14355.421042  -9832.161235  20334.913624     60.905169 13 11 11 244  P   P
+PG32  -8017.417771 -24866.606885   6148.610927   -226.818156 11 11 13 283  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714413  14835.801186  21377.860049    328.367071  8  8  8 237  P   P
+PG03   7562.574313 -23385.626228 -10056.578427    696.346673 14 10 12 305  P   P
+PG04 -18830.876500   8258.710718  16788.738323     76.788308 14 15 14 288  P   P
+PG05    106.919551  24515.057071  10067.251094   -138.215376 11  7  9 199  P   P
+PG06  12644.630986 -22315.974743  -6286.666413   -230.331789 11  9  9 265  P   P
+PG07 -26074.332873  -5529.370881  -1004.952426      7.060378  4  9 10 213  P   P
+PG08 -24279.401622    -14.778048 -11375.736587      7.633104 12 11 13 321  P   P
+PG09  15494.324205  14482.472310 -16541.862038     71.236406 14  9 14 284  P   P
+PG10 -11021.620777  13289.282083  19867.274638    -70.455473 12 13  8 340  P   P
+PG11 -15456.588374 -13634.037610 -17236.824222   -139.258887 12  9  9 241  P   P
+PG12  11362.528720  23206.044540   6567.742860    -14.872891 10 11 14 203  P   P
+PG13 -17720.587212  -1238.843651  19618.326423    276.772922 11 12  8 254  P   P
+PG14  21308.661558 -14058.947719  -6914.255603    141.309651  7 11 14 257  P   P
+PG15   4115.316035  16860.061147 -20053.262567   -138.551675 13 10  7 223  P   P
+PG16   2068.973032 -23470.882745  11987.391528   -162.054355 12 10  9 238  P   P
+PG17 -21163.789459  13803.856573  -7670.011761    184.222181  6 14 15 213  P   P
+PG18  16628.460778   3948.265726 -20109.665448    129.644197  9 13 11 245  P   P
+PG19    740.416508 -18558.777551 -18851.393319   -126.158553 12 11  9 211  P   P
+PG20 -14438.908237 -20133.226360   9510.081351     48.828394 10 13 13 224  P   P
+PG21  26343.032101   4985.967705  -1775.502596   -134.529137  3 13 12 251  P   P
+PG22  13597.640812  -8879.513419 -20837.836254    150.823849  8 14 10 231  P   P
+PG23  -9381.145530 -11991.908861  21738.782898    316.171569 11 13  6 217  P   P
+PG24 -17949.044718 -14834.038032 -12970.148139    378.177769 15 11 13 252  P   P
+PG25  16361.494405  12085.421359  17075.014518     -0.994573 10 12 11 245  P   P
+PG26  -8510.120095  20791.677895 -14413.601841   -161.047848 16  8 14 293  P   P
+PG27  10685.846539  14730.621674 -18798.866694    251.509892 15 10 13 328  P   P
+PG28 -14080.866126   4224.376075 -21601.522938     28.796192 11 12 10 239  P   P
+PG29  15943.612883   4620.022655  20806.858549    196.735693  9 13  8 239  P   P
+PG30   6132.365234 -18869.480827  17234.468954    333.740530 11 10  8 326  P   P
+PG31  16456.386803  -9173.287985  19012.510481     60.909715 12 11 12 243  P   P
+PG32  -7880.235231 -25407.532107   3396.142313   -226.824747 11 11 13 281  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788104  14342.137659  20940.258813    328.369059  7  8  8 237  P   P
+PG03   8377.555266 -24004.340143  -7498.759384    696.351244 14  9 12 304  P   P
+PG04 -20599.755966   7707.628420  14922.646880     76.797551 14 15 15 288  P   P
+PG05   -543.831823  23366.172727  12497.352878   -138.220625 11  8  9 201  P   P
+PG06  13271.244772 -22569.925093  -3545.977486   -230.436945 11  9  8 264  P   P
+PG07 -25986.611741  -5716.179904   1865.247868      7.061272  3  9 10 210  P   P
+PG08 -25346.232080   -421.094302  -8795.655638      7.633038 11 11 13 321  P   P
+PG09  13608.754849  14258.992016 -18355.170861     71.238520 14  9 13 283  P   P
+PG10 -11847.813289  11054.287162  20765.139408    -70.456365 12 13  8 341  P   P
+PG11 -13460.680189 -13954.874143 -18593.329499   -139.261610 12  9  8 238  P   P
+PG12  11355.558855  23823.232396   3776.518506    -14.870326 11 11 14 204  P   P
+PG13 -16100.290351  -2918.678157  20788.842885    276.771631 11 12  7 253  P   P
+PG14  20769.787969 -13234.899597  -9609.007129    141.311805  8 12 13 258  P   P
+PG15   2577.340105  18485.489959 -18826.307731   -138.548930 13 10  7 223  P   P
+PG16   2691.204863 -22084.150545  14308.669270   -162.056850 13 11  9 240  P   P
+PG17 -20634.879910  12862.452276 -10281.093702    184.222381  7 15 15 211  P   P
+PG18  17228.325844   6172.993866 -19066.750947    129.646020  8 13 12 244  P   P
+PG19   2345.471181 -19890.336592 -17266.515127   -126.162006 12 11  9 210  P   P
+PG20 -14499.190570 -21139.553483   6930.320650     48.828520  9 12 13 222  P   P
+PG21  26369.628718   5285.385296    986.660951   -134.531519  5 13 12 250  P   P
+PG22  14385.262666  -6559.081529 -21172.551841    150.823136  8 14 10 232  P   P
+PG23  -7701.329083 -13797.345046  21293.614885    316.169304 12 13  8 215  P   P
+PG24 -16340.011137 -14638.346595 -15107.073640    378.180376 16 11 13 255  P   P
+PG25  16826.558923  13878.937808  15154.690111     -0.994890 10 12 12 244  P   P
+PG26  -9643.192983  21691.034125 -12052.178135   -161.057085 15  7 15 293  P   P
+PG27   8356.997727  14473.876900 -20063.051237    251.513554 15 10 12 331  P   P
+PG28 -14814.282871   1757.947179 -21478.095102     28.798327 11 11 10 239  P   P
+PG29  14341.795380   6413.096940  21492.291186    196.738190  9 13  7 240  P   P
+PG30   7053.219592 -16934.254007  18788.696199    333.743314 11 11  8 326  P   P
+PG31  18427.687342  -8667.091261  17370.421838     60.914259 12 11 13 242  P   P
+PG32  -7696.748378 -25653.440595    586.903987   -226.831331 11 10 13 278  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364302  13971.819988  20141.065290    328.371047  6  9  8 236  P   P
+PG03   9016.265646 -24405.724264  -4811.143146    696.355817 14  9 12 303  P   P
+PG04 -22167.650207   7276.464784  12800.267245     76.806793 14 14 15 287  P   P
+PG05  -1352.232857  22008.519270  14711.007069   -138.225868 10  8  9 201  P   P
+PG06  13704.281878 -22595.530632   -743.280684   -230.542095 11  9  8 262  P   P
+PG07 -25590.391942  -5862.122577   4703.748332      7.062165  4  9  9 208  P   P
+PG08 -26143.486692   -699.680184  -6068.723795      7.632953 10 10 12 320  P   P
+PG09  11533.119547  14121.594926 -19865.564601     71.240625 14  9 13 282  P   P
+PG10 -12811.470936   8789.199327  21296.666334    -70.457265 12 13  9 341  P   P
+PG11 -11347.117627 -14373.432421 -19640.558562   -139.264335 12  9  7 235  P   P
+PG12  11265.543596  24143.328045    921.020301    -14.867757 11 10 14 204  P   P
+PG13 -14500.802977  -4771.796873  21597.407877    276.770344 11 13  6 253  P   P
+PG14  20082.398166 -12155.926729 -12136.041358    141.313961  9 12 13 259  P   P
+PG15   1216.162027  20060.691186 -17273.562189   -138.546181 13  9  7 222  P   P
+PG16   3473.374391 -20499.502151  16380.678244   -162.059346 13 11  8 242  P   P
+PG17 -19972.747429  11672.405770 -12711.987612    184.222580  8 15 15 208  P   P
+PG18  17882.709584   8233.937589 -17690.807327    129.647846  8 13 12 244  P   P
+PG19   3748.826497 -21157.932717 -15380.578637   -126.165463 12 10  9 208  P   P
+PG20 -14485.922536 -21869.220228   4231.188046     48.828644  9 12 13 220  P   P
+PG21  26108.917143   5535.389322   3732.531702   -134.533909  3 12 11 248  P   P
+PG22  15286.517580  -4263.110019 -21137.316291    150.822420  8 14 10 232  P   P
+PG23  -6160.754275 -15634.887346  20480.225330    316.167039 12 13  9 214  P   P
+PG24 -14499.037149 -14482.302241 -16986.225394    378.182998 16 11 12 259  P   P
+PG25  17294.005998  15431.726024  12973.551126     -0.995206 10 12 12 243  P   P
+PG26 -10543.948340  22446.207974  -9484.831498   -161.066332 15  5 15 293  P   P
+PG27   5886.496852  14332.445496 -20963.976315    251.517173 14 10 12 334  P   P
+PG28 -15663.042367   -628.688639 -20967.522551     28.800464 10 11 10 239  P   P
+PG29  12800.190214   8330.644527  21810.477713    196.740686  9 13  7 240  P   P
+PG30   8139.428480 -14901.915068  20008.379371    333.746115 11 11  7 326  P   P
+PG31  20225.422224  -8299.979868  15436.244417     60.918802 12 11 13 240  P   P
+PG32  -7430.330684 -25608.428545  -2232.153229   -226.837910 11  9 13 276  P   P
+*  2011  4  2  0  0  0.00000000
+PG02 -12295.561981  13719.902352  18992.707115    328.373034  6  9  9 236  P   P
+PG03   9500.023248 -24560.470004  -2039.811100    696.360391 13 10 12 302  P   P
+PG04 -23501.462778   6942.644367  10458.851297     76.816033 14 14 15 286  P   P
+PG05  -2332.598581  20481.606670  16669.971079   -138.231109 10  9  8 201  P   P
+PG06  13969.994539 -22369.419991   2072.403416   -230.647235 11  9  8 259  P   P
+PG07 -24887.785728  -6005.734591   7462.291976      7.063056  6  9  9 206  P   P
+PG08 -26647.423468   -884.089295  -3240.639852      7.632851  8 10 12 319  P   P
+PG09   9306.392917  14095.177921 -21049.229594     71.242721 14  9 12 281  P   P
+PG10 -13901.096898   6541.988807  21453.429295    -70.458175 12 13 10 341  P   P
+PG11  -9155.140195 -14897.166698 -20360.736490   -139.267063 12  9  6 232  P   P
+PG12  11055.142686  24175.536755  -1950.154173    -14.865186 11  9 14 203  P   P
+PG13 -12963.716643  -6768.327395  22029.614057    276.769062 12 12  6 252  P   P
+PG14  19288.854630 -10819.271484 -14451.024608    141.316115 10 13 13 260  P   P
+PG15     39.947074  21540.990531 -15421.568041   -138.543430 12  9  8 222  P   P
+PG16   4428.489402 -18760.362852  18167.898705   -162.061842 13 12  8 243  P   P
+PG17 -19218.656599  10234.601586 -14920.009726    184.222777  9 15 15 206  P   P
+PG18  18560.757458  10099.422150 -16007.229614    129.649676  8 13 12 243  P   P
+PG19   4943.212109 -22317.105334 -13225.891584   -126.168921 12 10  9 206  P   P
+PG20 -14363.578151 -22325.473570   1459.302071     48.828768  9 11 13 219  P   P
+PG21  25561.668596   5770.999005   6416.920317   -134.536289  5 12 11 247  P   P
+PG22  16283.632494  -2035.719691 -20733.062919    150.821704  7 14 11 233  P   P
+PG23  -4780.485497 -17460.211350  19311.730261    316.164775 12 12 10 212  P   P
+PG24 -12456.316875 -14395.884576 -18574.935018    378.185639 17 11 11 265  P   P
+PG25  17725.037969  16725.998288  10569.178631     -0.995521 11 12 12 242  P   P
+PG26 -11221.156604  23014.471402  -6754.137587   -161.075582 15  3 15 293  P   P
+PG27   3324.162300  14322.320124 -21483.426710    251.520743 14 10 11 336  P   P
+PG28 -16602.867637  -2889.204316 -20080.234411     28.802600 10 11 10 239  P   P
+PG29  11352.722697  10338.027239  21756.147470    196.743184  9 12  8 240  P   P
+PG30   9385.618474 -12820.831372  20871.137280    333.748933 11 11  7 326  P   P
+PG31  21809.994846  -8051.077545  13242.388428     60.923343 11 12 14 239  P   P
+PG32  -7046.431574 -25284.704452  -5013.604593   -226.844483 11  8 12 273  P   P
+*  2011  4  2  0 15  0.00000000
+PG02 -14403.532228  13573.930348  17513.830244    328.375022  5  9  9 236  P   P
+PG03   9855.531686 -24445.678106    767.177645    696.364966 13 10 12 301  P   P
+PG04 -24574.546517   6678.354183   7939.097156     76.825271 13 14 15 286  P   P
+PG05  -3491.588659  18828.547059  18340.468840   -138.236343 10  9  8 200  P   P
+PG06  14099.520146 -21875.398828   4852.006706   -230.752369 10  9  8 257  P   P
+PG07 -23889.728700  -6184.702033  10093.936407      7.063947  7  9  8 204  P   P
+PG08 -26842.389618  -1011.635991   -358.603034      7.632735  6 10 12 318  P   P
+PG09   6971.844119  14197.694763 -21887.612619     71.244812 14  9 12 280  P   P
+PG10 -15097.552163   4358.215392  21233.766949    -70.459092 12 13 11 341  P   P
+PG11  -6925.488021 -15526.817089 -20741.312700   -139.269791 12  9  6 229  P   P
+PG12  10690.272363  23937.352363  -4788.114068    -14.862610 12  7 14 202  P   P
+PG13 -11525.507967  -8871.347183  22077.673591    276.767782 12 12  6 252  P   P
+PG14  18432.799059  -9231.323992 -16513.303003    141.318271 10 13 13 261  P   P
+PG15   -951.330904  22882.399523 -13302.145514   -138.540679 12  9  8 221  P   P
+PG16   5561.451055 -16913.298396  19639.952119   -162.064339 13 12  7 244  P   P
+PG17 -18414.514148   8558.749715 -16866.439078    184.222975 10 15 14 205  P   P
+PG18  19227.764349  11744.972325 -14046.566581    129.651510  7 13 12 242  P   P
+PG19   5929.815385 -23324.434426 -10839.668445   -126.172379 11  9  9 203  P   P
+PG20 -14098.988582 -22519.635765  -1337.639980     48.828893  9 11 13 219  P   P
+PG21  24736.357990   6026.764481   8995.939795   -134.538663  5 12 10 247  P   P
+PG22  17352.115161     82.709542 -19967.248331    150.820990  7 14 11 233  P   P
+PG23  -3573.666138 -19226.767783  17807.532037    316.162513 12 12 11 211  P   P
+PG24 -10248.336043 -14403.777828 -19845.339015    378.188301 17 11  9 269  P   P
+PG25  18079.553671  17752.503438   7982.979385     -0.995834 11 11 13 240  P   P
+PG26 -11691.610399  23356.980964  -3906.204590   -161.084839 14  5 15 292  P   P
+PG27    723.161250  14451.163011 -21610.374146    251.524259 14  9 10 338  P   P
+PG28 -17602.843597  -4982.936684 -18833.611532     28.804741  9 11 10 239  P   P
+PG29  10027.168817  12395.407598  21330.343300    196.745683  9 12  8 240  P   P
+PG30  10777.937844 -10739.048249  21361.118534    333.751767 11 12  7 326  P   P
+PG31  23147.477980  -7893.145828  10825.578511     60.927882 10 12 14 237  P   P
+PG32  -6514.076138 -24702.138771  -7710.293060   -226.851055 11  8 12 269  P   P
+*  2011  4  2  0 30  0.00000000
+PG02 -16335.049174  13514.468622  15729.058468    328.377010  6  9 10 235  P   P
+PG03  10113.677407 -24045.903411   3560.632810    696.369540 13 10 12 300  P   P
+PG04 -25367.572313   6451.815306   5284.424318     76.834511 12 14 15 285  P   P
+PG05  -4827.762129  17094.442380  19693.775830   -138.241573 10 10  8 198  P   P
+PG06  14127.459775 -21105.167493   7547.300546   -230.857498 10 10  8 255  P   P
+PG07 -22615.638299  -6434.243264  12553.826586      7.064836  8  9  8 202  P   P
+PG08 -26721.368596  -1121.824459   2529.402671      7.632609  2 10 11 318  P   P
+PG09   4575.616922  14439.475276 -22367.624719     71.246897 14  8 11 279  P   P
+PG10 -16374.756373   2279.422714  20642.736393    -70.460020 12 13 12 340  P   P
+PG11  -4699.074299 -16256.272731 -20775.185071   -139.272523 12  9  6 226  P   P
+PG12  10141.586456  23453.816597  -7544.482669    -14.860030 12  6 14 201  P   P
+PG13 -10216.198224 -11038.148722  21740.576381    276.766505 12 12  7 251  P   P
+PG14  17557.373671  -7407.583667 -18286.659004    141.320428 10 13 12 262  P   P
+PG15  -1765.706333  24043.276401 -10951.849964   -138.537923 11  8  8 220  P   P
+PG16   6868.715950 -15006.275138  20772.096071   -162.066838 13 12  7 245  P   P
+PG17 -17601.152553   6663.204149 -18517.234478    184.223170 10 15 14 203  P   P
+PG18  19846.598671  13153.992723 -11843.888512    129.653348  8 12 12 240  P   P
+PG19   6718.056924 -24139.254725  -8263.382385   -126.175839 11  9  9 201  P   P
+PG20 -13662.773739 -22470.517217  -4111.682651     48.829017  8 10 13 219  P   P
+PG21  23648.860286   6335.340794  11427.610511   -134.541035  5 12 10 245  P   P
+PG22  18461.670266   2056.916376 -18853.689152    150.820275  7 14 12 234  P   P
+PG23  -2545.139033 -20887.488619  15993.036466    316.160250 11 12 12 210  P   P
+PG24  -7916.676898 -14524.305373 -20774.892318    378.190989 17 11  8 273  P   P
+PG25  18317.799435  18510.706021   5259.471155     -0.996145 11 11 13 239  P   P
+PG26 -11979.402241  23440.431656   -989.955446   -161.094103 13  7 15 292  P   P
+PG27  -1861.972920  14717.883470 -21341.327192    251.527720 14  9 10 339  P   P
+PG28 -18626.701666  -6876.279943 -17251.532005     28.806883  9 11  9 240  P   P
+PG29   8844.217175  14459.114505  20540.396362    196.748184  8 12  9 239  P   P
+PG30  12294.441618  -8702.485225  21469.346945    333.754615 11 12  7 326  P   P
+PG31  24210.783840  -7793.750471   8226.290480     60.932420  9 12 15 236  P   P
+PG32  -5807.254908 -23887.536493 -10276.090320   -226.857625 11  8 12 265  P   P
+*  2011  4  2  0 45  0.00000000
+PG02 -18053.983558  13515.926184  13668.630746    328.378998  5  9 10 234  P   P
+PG03  10308.140667 -23353.929464   6291.136406    696.374112 12 10 12 299  P   P
+PG04 -25869.124288   6228.694673   2540.225223     76.843750 12 13 15 285  P   P
+PG05  -6331.454594  15324.709831  20706.710985   -138.246797 10 10  7 194  P   P
+PG06  14090.337366 -20058.732271  10111.752668   -230.962622 10 10  8 253  P   P
+PG07 -21092.764105  -6785.585790  14799.937738      7.065724  9  9  7 201  P   P
+PG08 -26286.228086  -1254.703766   5375.328862      7.632476  4 10 10 317  P   P
+PG09   2165.224879  14822.823733 -22481.781886     71.248976 13  8 11 278  P   P
+PG10 -17700.672542    341.716529  19691.935378    -70.460955 12 13 12 340  P   P
+PG11  -2515.648747 -17072.692819 -20460.856299   -139.275258 12  8  7 223  P   P
+PG12   9385.785649  22756.503677 -10172.199666    -14.857449 12  5 14 199  P   P
+PG13  -9058.279045 -13221.744433  21024.120287    276.765230 11 12  8 250  P   P
+PG14  16703.471662  -5372.258676 -19739.985234    141.322583 11 13 12 262  P   P
+PG15  -2418.719403  24985.913148  -8411.337960   -138.535169 11  8  9 220  P   P
+PG16   8338.298450 -13086.890516  21545.607607   -162.069336 14 13  7 246  P   P
+PG17 -16816.671111   4574.436426 -19843.658024    184.223365 10 15 13 202  P   P
+PG18  20379.212006  14318.134982  -9438.095691    129.655190  8 12 12 238  P   P
+PG19   7325.032816 -24725.282987  -5542.024097   -126.179301 11  8  9 199  P   P
+PG20 -13030.627480 -22203.557071  -6815.425679     48.829140  8 10 13 220  P   P
+PG21  22321.904702   6726.146151  13672.427981   -134.543403  5 11  9 244  P   P
+PG22  19577.355768   3857.923424 -17412.279986    150.819558  7 14 12 234  P   P
+PG23  -1691.399994 -22396.540265  13899.251295    316.157989 11 11 13 209  P   P
+PG24  -5506.624488 -14768.612517 -21346.801457    378.193706 17 11  9 276  P   P
+PG25  18402.016838  19008.635800   2445.515450     -0.996454 11 10 13 238  P   P
+PG26 -12114.894297  23238.548223   1943.692908   -161.103371 13  9 15 291  P   P
+PG27  -4377.406423  15112.613094 -20680.493824    251.531120 14  9 10 340  P   P
+PG28 -19634.323603  -8543.762111 -15363.784561     28.809027  8 10  9 241  P   P
+PG29   7816.810640  16483.161478  19399.800116    196.750687  8 11  9 239  P   P
+PG30  13905.828112  -6753.225910  21193.915370    333.757481 11 12  8 325  P   P
+PG31  24980.596493  -7716.630513   5488.129139     60.936953  8 13 15 234  P   P
+PG32  -4906.149933 -22873.653170 -12666.667949   -226.864195 12  8 11 261  P   P
+*  2011  4  2  1  0  0.00000000
+PG02 -19530.596801  13547.651183  11367.917708    328.380989  5  9 10 234  P   P
+PG03  10473.874831 -22371.232048   8909.984306    696.378680 12 11 12 298  P   P
+PG04 -26076.004862   5973.601652   -246.894153     76.852994 11 13 15 284  P   P
+PG05  -7984.982415  13563.410848  21362.027331   -138.252017 10 10  7 189  P   P
+PG06  14025.003577 -18744.496977  12501.337408   -231.067745 10 10  8 251  P   P
+PG07 -19355.252786  -7264.595639  16793.777620      7.066611  9  9  6 200  P   P
+PG08 -25547.661501  -1449.205644   8131.781859      7.632340  6 10 10 317  P   P
+PG09   -211.990407  15341.906300 -22228.284984     71.251054 13  7 11 277  P   P
+PG10 -19038.530726  -1425.419095  18399.202865    -70.461897 11 13 13 340  P   P
+PG11   -412.497523 -17956.884891 -19802.517980   -139.277997 12  8  8 221  P   P
+PG12   8406.704762  21882.267546 -12626.306419    -14.854864 12  6 13 198  P   P
+PG13  -8065.947936 -15372.551649  19940.811936    276.763956 11 12  9 249  P   P
+PG14  15908.089007  -3157.517906 -20847.860451    141.324740 11 14 12 263  P   P
+PG15  -2932.613525  25677.985066  -5724.653566   -138.532411 10  8  9 219  P   P
+PG16   9950.109492 -11200.643502  21948.051662   -162.071832 14 13  8 247  P   P
+PG17 -16094.903207   2326.185672 -20822.791794    184.223557 10 15 13 201  P   P
+PG18  20788.173226  15237.346610  -6871.185021    129.657035  9 12 12 236  P   P
+PG19   7774.644621 -25052.089918  -2723.282060   -126.182763 11  8  9 195  P   P
+PG20 -12184.408294 -21749.727319  -9402.816868     48.829263  9  9 13 220  P   P
+PG21  20784.307380   7224.146443  15693.892794   -134.545770  5 11  8 243  P   P
+PG22  20660.931293   5463.945645 -15668.600566    150.818842  7 14 13 234  P   P
+PG23  -1000.889965 -23711.053737  11562.270118    316.155729 11 10 13 208  P   P
+PG24  -3065.624564 -15140.132528 -21550.367012    378.196453 17 12 11 279  P   P
+PG25  18298.023106  19262.414392   -410.489059     -0.996761 11 10 13 237  P   P
+PG26 -12133.410284  22733.343484   4842.743045   -161.112642 12 10 15 290  P   P
+PG27  -6772.056428  15617.086348 -19639.744630    251.534458 14  8 11 341  P   P
+PG28 -20583.393524  -9968.766666 -13205.373424     28.811174  8 10  9 243  P   P
+PG29   6949.791592  18420.861175  17927.985563    196.753190  8 10 10 238  P   P
+PG30  15576.496141  -4927.976839  20540.021580    333.760362 11 12  9 325  P   P
+PG31  25446.031955  -7623.221781   2657.153031     60.941482  7 13 15 233  P   P
+PG32  -3798.147144 -21697.984826 -14840.267476   -226.870768 12  9 11 257  P   P
+*  2011  4  2  1 15  0.00000000
+PG02 -20742.599126  13575.254327   8866.822372    328.382978  5 10 11 233  P   P
+PG03  10645.516712 -21108.103077  11370.143681    696.383241 12 11 12 297  P   P
+PG04 -25993.243971   5651.612690  -3029.873357     76.862239  9 13 15 284  P   P
+PG05  -9763.165445  11851.648718  21648.695321   -138.257234 11 10  8 183  P   P
+PG06  13967.049174 -17179.035028  14675.284800   -231.172867 10 11  8 251  P   P
+PG07 -17442.960967  -7890.611610  18501.037425      7.067497 10  9  6 199  P   P
+PG08 -24524.825052  -1741.522067  10752.734827      7.632205  8 10  9 316  P   P
+PG09  -2510.389504  15982.929502 -21611.040263     71.253128 13  6 11 276  P   P
+PG10 -20348.237018  -3000.025466  16788.210200    -70.462844 11 13 13 339  P   P
+PG11   1576.775157 -18883.931421 -18810.057625   -139.280740 12  8  9 218  P   P
+PG12   7196.135759  20871.797936 -14864.702283    -14.852278 13  7 13 196  P   P
+PG13  -7244.684482 -17440.190211  18509.639702    276.762683 11 11 10 249  P   P
+PG14  15202.845661   -802.424922 -21591.014945    141.326895 11 14 12 263  P   P
+PG15  -3335.264491  26093.804371  -2938.448040   -138.529654  9  7  9 218  P   P
+PG16  11676.614802  -9389.311464  21973.433919   -162.074329 13 13  9 248  P   P
+PG17 -15464.072674    -41.679519 -21437.937438    184.223748 10 15 12 200  P   P
+PG18  21038.167676  15919.608700  -4187.491098    129.658884 10 12 12 233  P   P
+PG19   8096.451995 -25096.354073    143.338468   -126.186226 11  7  9 194  P   P
+PG20 -11112.995440 -21144.244464 -11829.912386     48.829387  9  9 12 221  P   P
+PG21  19070.008818   7848.803652  17459.002386   -134.548132  7 11  7 242  P   P
+PG22  21672.343046   6861.008564 -13653.422366    150.818125  8 14 13 234  P   P
+PG23   -454.617308 -24792.761117   9022.648956    316.153469 11 10 13 208  P   P
+PG24   -641.650061 -15634.360637 -21381.226025    378.199233 17 12 12 280  P   P
+PG25  17976.662685  19295.478251  -3259.438419     -0.997066 12  9 13 236  P   P
+PG26 -12073.694528  21916.078648   7655.107145   -161.121914 11 11 15 289  P   P
+PG27  -8999.528904  16205.412137 -18238.373682    251.537735 13  8 11 341  P   P
+PG28 -21431.123118 -11143.879750 -10815.740109     28.813322  8 10  9 244  P   P
+PG29   6239.863377  20226.476407  16150.001036    196.755696  9 10 10 237  P   P
+PG30  17265.876607  -3256.762597  19519.845355    333.763256 10 12 10 324  P   P
+PG31  25605.000055  -7474.280634   -218.847081     60.946011  6 13 15 231  P   P
+PG32  -2478.590656 -20401.371696 -16758.456323   -226.877344 12  9 10 252  P   P
+*  2011  4  2  1 30  0.00000000
+PG02 -21675.923763  13562.108698   6209.074172    328.384969  4 10 11 233  P   P
+PG03  10855.796359 -19583.420922  13627.201404    696.387796 12 11 11 297  P   P
+PG04 -25633.817034   5229.767917  -5761.946135     76.871490  8 12 14 284  P   P
+PG05 -11634.147332  10226.096707  21562.075055   -138.262445 11 10  8 173  P   P
+PG06  13949.290963 -15386.554888  16596.756466   -231.277990 10 11  8 251  P   P
+PG07 -15400.058657  -8675.529687  19892.181018      7.068383 10  9  7 199  P   P
+PG08 -23244.681841  -2163.578633  13194.227032      7.632077  9 11  8 316  P   P
+PG09  -4687.506133  16724.603848 -20639.620696     71.255202 13  6 11 275  P   P
+PG10 -21587.908273  -4368.263538  14887.957011    -70.463797 10 13 14 339  P   P
+PG11   3423.339866 -19824.047271 -17498.983726   -139.283488 12  7  9 217  P   P
+PG12   5754.353555  19768.038809 -16848.860136    -14.849688 13  9 12 196  P   P
+PG13  -6591.183834 -19375.320395  16755.723525    276.761410 11 11 11 249  P   P
+PG14  14612.736938   1648.403133 -21956.675496    141.329049 11 14 12 263  P   P
+PG15  -3658.884341  26215.326881   -101.147917   -138.526897  8  7  8 219  P   P
+PG16  13483.783353  -7689.494111  21622.239821   -162.076824 13 13 10 248  P   P
+PG17 -14945.693491  -2484.540078 -21678.891621    184.223938 10 15 12 200  P   P
+PG18  21097.405716  16380.381096  -1432.916517    129.660735 10 12 12 231  P   P
+PG19   8324.295355 -24842.843926   3007.438198   -126.189689 11  7  9 191  P   P
+PG20  -9812.879737 -20425.139177 -14055.593584     48.829511  9  9 12 223  P   P
+PG21  17216.947219   8613.220779  18938.704219   -134.550493  8 11  7 241  P   P
+PG22  22571.284884   8043.255311 -11402.126786    150.817407  9 14 13 234  P   P
+PG23    -27.087352 -25609.470117   6324.686125    316.151213 11  9 14 209  P   P
+PG24   1718.462118 -16238.949149 -20841.486298    378.202050 17 12 13 281  P   P
+PG25  17415.073556  19137.528878  -6052.366252     -0.997370 12  8 13 235  P   P
+PG26 -11976.197325  20787.870087  10329.651626   -161.131188 10 11 14 288  P   P
+PG27 -11019.849034  16845.200209 -16502.663657    251.540950 13  8 12 341  P   P
+PG28 -22135.975264 -12070.861264  -8237.928019     28.815475  7  9  9 245  P   P
+PG29   5675.869052  21856.846384  14096.100997    196.758202  9  9 11 236  P   P
+PG30  18929.979234  -1761.913018  18152.271542    333.766163 10 13 11 323  P   P
+PG31  25464.252212  -7231.549390  -3091.108248     60.950535  6 13 15 230  P   P
+PG32   -951.242449 -19026.464406 -18386.854865   -226.883926 12 10  9 247  P   P
+*  2011  4  2  1 45  0.00000000
+PG02 -22325.180614  13470.964398   3441.429349    328.386960  3 10 12 232  P   P
+PG03  11134.017070 -17824.069469  15640.276941    696.392346 11 12 11 296  P   P
+PG04 -25018.086082   4678.486070  -8397.369940     76.880745  7 12 14 284  P   P
+PG05 -13560.480869   8717.712929  21103.975709   -138.267654 11 10  9 159  P   P
+PG06  14000.388819 -13398.083568  18233.438684   -231.383117 10 11  8 252  P   P
+PG07 -13273.473843  -9623.174159  20942.962622      7.069267 11  9  8 200  P   P
+PG08 -21741.073648  -2741.657141  15415.043994      7.631955 10 11  8 316  P   P
+PG09  -6705.412621  17538.879123 -19329.167233     71.257275 12  6 11 275  P   P
+PG10 -22715.469820  -5524.682963  12732.186950    -70.464756  9 12 14 338  P   P
+PG11   5104.068308 -20743.642169 -15890.264193   -139.286240 12  7 10 215  P   P
+PG12   4090.322384  18614.528189 -18544.489460    -14.847099 13  9 12 195  P   P
+PG13  -6093.649043 -21131.447215  14709.849148    276.760134 11 10 11 248  P   P
+PG14  14155.165839   4146.357059 -21938.783160    141.331204 11 14 12 263  P   P
+PG15  -3938.552366  26032.870742   2737.912116   -138.524141  6  6  8 219  P   P
+PG16  15332.286377  -6131.377314  20901.363517   -162.079318 13 13 11 249  P   P
+PG17 -14553.756165  -4954.589259 -21542.093676    184.224125 10 15 11 200  P   P
+PG18  20938.890513  16641.783441   1345.835547    129.662590 10 12 12 227  P   P
+PG19   8494.746491 -24285.085886   5818.667180   -126.193155 11  7  9 190  P   P
+PG20  -8288.468455 -19631.738813 -16042.230644     48.829634 10 10 11 224  P   P
+PG21  15265.803149   9523.510530  20108.309388   -134.552851  9 10  7 239  P   P
+PG22  23318.772971   9012.934410  -8954.048465    150.816688 10 14 13 233  P   P
+PG23    312.497260 -26136.314267   3515.619107    316.148955 10  9 14 210  P   P
+PG24   3970.639789 -16934.124292 -19939.746157    378.204899 17 12 14 281  P   P
+PG25  16597.719039  18823.251589  -8741.283111     -0.997669 12  7 12 235  P   P
+PG26 -11881.258038  19359.900872  12817.268719   -161.140463  9 12 14 287  P   P
+PG27 -12800.901545  17498.986716 -14465.271020    251.544105 12  8 12 341  P   P
+PG28 -22659.315163 -12760.254784  -5517.714692     28.817627  7  9  9 247  P   P
+PG29   5239.376805  23272.927679  11801.249468    196.760710 10  8 11 235  P   P
+PG30  20523.085513   -457.383843  16462.469045    333.769083 10 13 11 323  P   P
+PG31  25039.109601  -6859.402163  -5910.684902     60.955053  5 14 15 230  P   P
+PG32    771.579310 -17616.108654 -19695.818331   -226.890516 12 10  9 242  P   P
+*  2011  4  2  2  0  0.00000000
+PG02 -22693.766317  13265.609749    612.794634    328.388953  4 10 12 232  P   P
+PG03  11504.675089 -15864.025219  17372.872801    696.396886 11 12 11 296  P   P
+PG04 -24172.987335   3972.848025 -10892.128574     76.890008  7 12 13 285  P   P
+PG05 -15500.435701   7350.690428  20282.602605   -138.272860 11 11 10 135  P   P
+PG06  14143.645802 -11250.403217  19558.045488   -231.488246 11 11  9 254  P   P
+PG07 -11111.235236 -10728.981804  21634.863574      7.070151 11  9  8 200  P   P
+PG08 -20053.549903  -3495.216783  17377.371773      7.631844 10 11  8 316  P   P
+PG09  -8531.935893  18391.930324 -17700.227987     71.259348 12  7 11 274  P   P
+PG10 -23690.253073  -6472.163453  10358.738841    -70.465717  8 12 14 338  P   P
+PG11   6602.256443 -21606.554190 -14010.074137   -139.288999 12  7 11 214  P   P
+PG12   2221.572153  17453.721827 -19922.135646    -14.844510 13 10 11 196  P   P
+PG13  -5732.428814 -22666.618673  12407.897042    276.758858 10 10 12 248  P   P
+PG14  13839.294866   6640.553905 -21538.080418    141.333354 12 13 12 263  P   P
+PG15  -4210.633028  25545.517875   5529.374144   -138.521383  4  6  8 220  P   P
+PG16  17178.898645  -4737.760024  19823.932160   -162.081810 13 13 12 249  P   P
+PG17 -14294.231387  -7402.515204 -21030.645103    184.224310 10 15 11 201  P   P
+PG18  20541.501922  16731.548652   4102.015334    129.664444 11 12 11 225  P   P
+PG19   8645.452738 -23425.689698   8527.666898   -126.196618 11  7  8 190  P   P
+PG20  -6552.094314 -18803.120021 -17756.284594     48.829757 10 10 11 225  P   P
+PG21  13258.654421  10578.409059  20947.864832   -134.555207 10 10  7 238  P   P
+PG22  23878.671893   9780.073147  -6351.758244    150.815969 10 14 13 233  P   P
+PG23    598.814202 -26356.725062    644.755099    316.146698 10  9 14 211  P   P
+PG24   6075.105453 -17693.412405 -18690.995380    378.207785 17 12 15 280  P   P
+PG25  15517.144949  18390.852979 -11279.998008     -0.997970 13  7 12 235  P   P
+PG26 -11827.266601  17653.212930  15071.942870   -161.149735  8 13 14 286  P   P
+PG27 -14319.514894  18125.887361 -12164.455345    251.547202 12  9 13 340  P   P
+PG28 -22966.924969 -13230.665729  -2702.734568     28.819783  8  9  9 249  P   P
+PG29   4905.550109  24441.192206   9304.544932    196.763219 10  7 11 233  P   P
+PG30  21999.512998    651.564084  14481.340379    333.772012  9 12 12 322  P   P
+PG31  24352.877770  -6326.409159  -8629.257712     60.959575  8 14 15 229  P   P
+PG32   2669.198390 -16211.710121 -20661.056222   -226.897115 13 10  8 237  P   P
+*  2011  4  2  2 15  0.00000000
+PG02 -22793.622888  12912.507325  -2226.705553    328.390945  5 11 12 231  P   P
+PG03  11986.283235 -13743.148271  18793.636733    696.401416 11 12 11 296  P   P
+PG04 -23130.996439   3093.704584 -13204.601300     76.899279  9 12 13 285  P   P
+PG05 -17409.477421   6141.681369  19112.394301   -138.278063 11 10 11 116  P   P
+PG06  14396.034939  -8984.784326  20548.727008   -231.593383 11 12  8 256  P   P
+PG07  -8960.774516 -11980.014147  21955.439541      7.071033 12  9  9 202  P   P
+PG08 -18225.991538  -4435.957888  19047.417866      7.631750 11 11  8 317  P   P
+PG09 -10141.683386  19245.365871 -15778.532460     71.261424 11  8 12 274  P   P
+PG10 -24474.532077  -7221.538728   7808.848559    -70.466678  6 12 15 337  P   P
+PG11   7908.113604 -22375.412641 -11889.450046   -139.291762 11  7 11 214  P   P
+PG12    173.746422  16325.364355 -20957.704730    -14.841918 13 11 11 197  P   P
+PG13  -5480.972910 -23944.950239   9890.178688    276.757580 10  9 12 249  P   P
+PG14  13665.742071   9079.642191 -20762.067555    141.335506 11 13 13 263  P   P
+PG15  -4511.145277  24761.181845   8224.741872   -138.518627  3  6  8 221  P   P
+PG16  18978.047174  -3523.376706  18409.032299   -162.084301 13 13 12 249  P   P
+PG17 -14164.907852  -9779.235185 -20154.203709    184.224494  9 14 11 202  P   P
+PG18  19890.861274  16681.791860   6789.557806    129.666302 11 12 11 221  P   P
+PG19   8813.445018 -22276.317790  11086.989244   -126.200083 11  8  9 190  P   P
+PG20  -4623.729411 -17976.589043 -19168.840380     48.829879 11 10 10 227  P   P
+PG21  11237.582962  11769.149732  21442.481306   -134.557561 11  9  8 237  P   P
+PG22  24219.113102  10361.853696  -3640.300757    150.815248 11 14 13 233  P   P
+PG23    868.836108 -26263.083935  -2237.445751    316.144444 10  9 14 212  P   P
+PG24   7997.746080 -18484.650174 -17116.395368    378.210705 17 12 16 278  P   P
+PG25  14174.432559  17880.474076 -13624.908155     -0.998270 13  7 12 235  P   P
+PG26 -11848.889244  15698.076256  17051.776908   -161.159005  7 13 13 285  P   P
+PG27 -15562.143804  18683.395604  -9643.183229    251.550244 11  9 13 339  P   P
+PG28 -23030.327120 -13507.749144    158.387779     28.821942  8  8  8 250  P   P
+PG29   4644.269994  25334.829462   6648.574716    196.765729 11  6 12 232  P   P
+PG30  23315.374236   1568.319198  12244.860117    333.774950  9 12 12 321  P   P
+PG31  23435.965187  -5606.758983 -11199.950160     60.964093  9 14 15 229  P   P
+PG32   4713.116983 -14851.644786 -21264.171454   -226.903722 12 11  8 232  P   P
+*  2011  4  2  2 30  0.00000000
+PG02 -22644.653185  12382.333159  -5026.695576    328.392940  7 11 12 231  P   P
+PG03  12590.453850 -11505.728193  19877.012202    696.405936 11 12 10 297  P   P
+PG04 -21928.909242   2028.570599 -15296.192470     76.908560 10 12 12 286  P   P
+PG05 -19241.860745   5099.323295  17613.753963   -138.283264 11 10 12 144  P   P
+PG06  14767.486692  -6645.565620  21189.380346   -231.698528 11 12  9 258  P   P
+PG07  -6867.251686 -13355.300740  21898.570486      7.071914 12  9 10 205  P   P
+PG08 -16305.074884  -5567.165321  20395.990404      7.631671 11 11  8 317  P   P
+PG09 -11516.842582  20057.622645 -13594.697286     71.263503 11  9 12 273  P   P
+PG10 -25034.942437  -7790.924867   5126.416315    -70.467641  5 11 15 337  P   P
+PG11   9018.994122 -23013.082144  -9563.849007   -139.294531 11  7 11 215  P   P
+PG12  -2020.164001  15264.970463 -21632.903499    -14.839327 14 11 10 199  P   P
+PG13  -5307.064346 -24937.915469   7200.694791    276.756299  9  8 12 249  P   P
+PG14  13626.631289  11413.621277 -19624.831291    141.337656 11 13 13 263  P   P
+PG15  -4874.149727  23696.339606  10777.247568   -138.515871  3  6  8 222  P   P
+PG16  20683.448312  -2494.536139  16681.346029   -162.086791 12 13 13 249  P   P
+PG17 -14155.566995 -12037.612440 -18928.757976    184.224677  8 14 11 203  P   P
+PG18  18979.950480  16527.642373   9363.783703    129.668160 11 12 11 218  P   P
+PG19   9033.481389 -20857.300767  13451.971429   -126.203548 11  8  8 191  P   P
+PG20  -2530.415385 -17186.245613 -20256.064856     48.830002 11 10  9 228  P   P
+PG21   9243.277565  13079.605042  21582.612968   -134.559914 12  9  8 237  P   P
+PG22  24313.751789  10781.720491   -866.401730    150.814529 12 14 13 232  P   P
+PG23   1160.148940 -25857.025592  -5080.313643    316.142189 10 10 14 214  P   P
+PG24   9711.266625 -19271.241281 -15242.939434    378.213660 16 12 16 276  P   P
+PG25  12579.329509  17332.540856 -15735.743679     -0.998566 13  7 11 235  P   P
+PG26 -11975.444441  13532.953804  18719.941964   -161.168275  6 13 12 283  P   P
+PG27 -16525.127400  19129.237974  -6948.141505    251.553235 10 10 14 338  P   P
+PG28 -22827.872252 -13622.957394   3016.877269     28.824102  9  8  8 252  P   P
+PG29   4421.467224  25934.707188   3878.708093    196.768237 12  7 12 230  P   P
+PG30  24430.255740   2304.516310   9793.323217    333.777892  8 12 13 320  P   P
+PG31  22324.734550  -4681.482092 -13578.140001     60.968607 10 15 15 228  P   P
+PG32   6867.878249 -13569.780605 -21493.101666   -226.910342 12 11  8 227  P   P
+*  2011  4  2  2 45  0.00000000
+PG02 -22273.817410  11651.351285  -7737.524276    328.394936  8 12 12 230  P   P
+PG03  13321.284201  -9198.848333  20603.757477    696.410446 11 13 10 298  P   P
+PG04 -20606.481522    772.274871 -17131.916327     76.917849 11 12 12 286  P   P
+PG05 -20952.275514   4224.083571  15812.680874   -138.288464 11 10 12 166  P   P
+PG06  15260.460464  -4278.635137  21469.862169   -231.803680 11 12  9 260  P   P
+PG07  -4871.967185 -14826.503806  21464.606771      7.072794 12  9 11 208  P   P
+PG08 -14338.627271  -6883.360331  21399.026331      7.631613 11 11  8 318  P   P
+PG09 -12647.723189  20785.505558 -11183.859753     71.265586 10 10 12 273  P   P
+PG10 -25343.732276  -8204.784962   2357.252989    -70.468600  7 11 15 336  P   P
+PG11   9939.356799 -23484.134382  -7072.613794   -139.297305 11  8 11 215  P   P
+PG12  -4320.875665  14302.475127 -21935.585811    -14.836736 14 11 10 201  P   P
+PG13  -5174.276554 -25625.352724   4386.331551    276.755014  8  8 13 249  P   P
+PG14  13705.991675  13595.602207 -18146.751629    141.339805 11 12 13 262  P   P
+PG15  -5330.219224  22375.438400  13142.683761   -138.513115  5  7  8 224  P   P
+PG16  22249.771910  -1649.085546  14670.705308   -162.089279 12 13 13 249  P   P
+PG17 -14248.483491 -14134.088473 -17376.289737    184.224857  8 14 11 204  P   P
+PG18  17809.467759  16305.789201  11782.064342    129.670020 11 12 10 216  P   P
+PG19   9336.495544 -19196.916685  15581.547532   -126.207013 11  9  8 192  P   P
+PG20   -305.431069 -16461.682981 -20999.584426     48.830123 11 10  8 229  P   P
+PG21   7313.677690  14486.697500  21364.283165   -134.562266 12  8  9 236  P   P
+PG22  24142.815550  11068.257114   1922.340269    150.813807 12 14 13 231  P   P
+PG23   1509.245227 -25149.379520  -7833.917108    316.139935 10 11 14 216  P   P
+PG24  11196.079236 -20013.610876 -13102.997036    378.216647 16 11 16 274  P   P
+PG25  10750.053220  16786.116019 -17576.254794     -0.998863 14  8 11 236  P   P
+PG26 -12229.509957  11203.103089  20045.516331   -161.177537  6 14 11 282  P   P
+PG27 -17214.523237  19423.198756  -4128.696329    251.556181 10 11 14 337  P   P
+PG28 -22345.559115 -13612.104159   5824.607608     28.826265  9  8  7 254  P   P
+PG29   4200.614014  26230.053196   1042.338497    196.770745 12  8 12 229  P   P
+PG30  25308.748079   2879.301385   7170.525869    333.780842  7 12 13 319  P   P
+PG31  21060.126620  -3539.424632 -15722.251503     60.973120 10 15 14 229  P   P
+PG32   9092.228011 -12394.174327 -21342.446252   -226.916975 12 11  9 223  P   P
+*  2011  4  2  3  0  0.00000000
+PG02 -21713.949750  10702.563063 -10311.224804    328.396934  9 12 12 230  P   P
+PG03  14175.072878  -6870.641311  20961.318403    696.414946 11 13 10 299  P   P
+PG04 -19204.975204   -672.656658 -18680.931910     76.927149 12 13 11 287  P   P
+PG05 -22497.482607   3508.425769  13740.309528   -138.293665 11  9 13 180  P   P
+PG06  15869.812707  -1929.869304  21386.103730   -231.908843 11 12  9 261  P   P
+PG07  -3010.921904 -16358.882234  20660.406207      7.073671 13  9 12 211  P   P
+PG08 -12373.931144  -8370.280099  22038.058511      7.631576 12 11  9 318  P   P
+PG09 -13533.017660  21385.823181  -8585.235550     71.267673 10 11 12 273  P   P
+PG10 -25379.802535  -8492.770357   -451.682062    -70.469559  9 11 15 336  P   P
+PG11  10680.447587 -23756.290388  -4458.347265   -139.300085 10  8 12 217  P   P
+PG12  -6684.117840  13461.106158 -21859.997169    -14.834147 14 12  9 203  P   P
+PG13  -5043.594831 -25996.150122   1496.012073    276.753725  8  8 13 249  P   P
+PG14  13880.487144  15583.440821 -16354.095522    141.341952 11 12 14 262  P   P
+PG15  -5905.054634  20830.002336  15280.183471   -138.510362  6  8  8 225  P   P
+PG16  23634.271542   -976.697238  12411.573191   -162.091764 11 13 13 249  P   P
+PG17 -14419.227466 -16030.168346 -15524.335194    184.225038  8 13 11 205  P   P
+PG18  16387.911251  16052.991920  14004.445348    129.671879 11 12 10 214  P   P
+PG19   9748.214481 -17330.366081  17438.979728   -126.210477 11  9  8 193  P   P
+PG20   2012.771937 -15826.871276 -21386.778120     48.830244 12 10  8 229  P   P
+PG21   5482.703882  15961.072504  20789.249621   -134.564616 13  8 10 235  P   P
+PG22  23693.906957  11253.879064   4678.263487    150.813087 13 14 13 230  P   P
+PG23   1949.864574 -24159.752313 -10449.993769    316.137682 10 11 14 217  P   P
+PG24  12440.890382 -20670.800049 -10733.748926    378.219663 16 10 17 271  P   P
+PG25   8712.773802  16277.315766 -19114.830093     -0.999157 14  9 11 237  P   P
+PG26 -12625.831317   8758.876175  21004.182166   -161.186797  7 14 10 281  P   P
+PG27 -17645.539268  19528.831804  -1235.833990    251.559085  9 12 14 335  P   P
+PG28 -21577.565488 -13513.804384   8534.850513     28.828427 10  8  7 255  P   P
+PG29   3944.318491  26218.831315  -1811.913640    196.773255 13  9 12 227  P   P
+PG30  25921.767060   3318.302853   4422.901757    333.783793  6 12 13 319  P   P
+PG31  19686.105974  -2177.929935 -17594.513509     60.977630 11 15 14 229  P   P
+PG32  11340.534378 -11346.001851 -20813.664701   -226.923619 12 11 10 220  P   P
+*  2011  4  2  3 15  0.00000000
+PG02 -21002.347231   9526.581212 -12702.434150    328.398936  9 12 12 229  P   P
+PG03  15140.379311  -4568.513528  20944.045524    696.419435 11 13 10 300  P   P
+PG04 -17765.661413  -2295.898305 -19917.023214     76.936459 13 13 11 288  P   P
+PG05 -23837.877661   2937.289481  11432.365007   -138.298864 11  9 13 191  P   P
+PG06  16582.963158    356.412920  20940.130262   -232.014015 11 11 10 263  P   P
+PG07  -1313.581521 -17912.520887  19499.258436      7.074549 13  8 12 214  P   P
+PG08 -10456.037215 -10005.193512  22300.610892      7.631563 12 11 10 319  P   P
+PG09 -14179.763495  21817.065403  -5841.598012     71.269764 10 12 13 274  P   P
+PG10 -25129.502645  -8688.385290  -3253.040713    -70.470512 10 10 15 335  P   P
+PG11  11259.711824 -23801.774839  -1766.202571   -139.302870 10  9 12 219  P   P
+PG12  -9062.140964  12756.524319 -21406.911005    -14.831558 14 12 10 206  P   P
+PG13  -4875.135535 -26048.584353  -1420.179594    276.752434  9  8 13 250  P   P
+PG14  14120.443114  17341.180073 -14278.508169    141.344097 10 11 14 261  P   P
+PG15  -6618.301350  19097.475251  17152.934168   -138.507611  7  8  8 227  P   P
+PG16  24798.321760   -459.463520   9942.461050   -162.094247 10 13 14 249  P   P
+PG17 -14637.732779 -17693.703647 -13405.455887    184.225215  8 12 11 206  P   P
+PG18  14731.390518  15804.608482  15994.225520    129.673737 11 12  9 214  P   P
+PG19  10288.001303 -15298.487293  18992.495048   -126.213940 12  9  8 194  P   P
+PG20   4381.827380 -15299.264833 -21410.982631     48.830363 12 10  7 229  P   P
+PG21   3779.119570  17468.018016  19865.101116   -134.566965 13  7 11 235  P   P
+PG22  22962.532137  11373.394760   7354.440828    150.812366 13 14 12 230  P   P
+PG23   2511.451459 -22915.769266 -12882.842527    316.135429 10 12 14 219  P   P
+PG24  13442.960481 -21202.135712  -8176.523238    378.222705 15 10 17 268  P   P
+PG25   6500.795738  15837.852686 -20325.035741     -0.999453 14  9 10 238  P   P
+PG26 -13170.586756   6253.797079  21578.754640   -161.196051  7 14  9 280  P   P
+PG27 -17841.604572  19414.987111   1678.883329    251.561954  9 12 14 333  P   P
+PG28 -20526.480414 -13367.850671  11102.968243     28.830593 10  8  6 257  P   P
+PG29   3615.960693  25907.795656  -4635.024919    196.775764 13 10 12 226  P   P
+PG30  26247.617101   3652.359574   1598.636125    333.786745  4 12 13 318  P   P
+PG31  18247.986435   -603.195242 -19161.667635     60.982136 11 15 13 230  P   P
+PG32  13564.410949 -10438.772002 -19915.134814   -226.930279 12 11 10 219  P   P
+*  2011  4  2  3 30  0.00000000
+PG02 -20179.193067   8122.191417 -14869.249501    328.400938 10 13 12 229  P   P
+PG03  16198.421794  -2337.417344  20553.252106    696.423914 10 13 10 302  P   P
+PG04 -16328.332168  -4079.507577 -20819.019643     76.945780 13 13 11 289  P   P
+PG05 -24938.923557   2488.863166   8928.544507   -138.304065 10  9 14 200  P   P
+PG06  17380.350120   2538.925399  20139.987695   -232.119200 10 11 10 264  P   P
+PG07    198.105534 -19443.780261  18000.694994      7.075426 13  7 13 218  P   P
+PG08  -8626.149042 -11757.549909  22180.510444      7.631576 12 11 10 320  P   P
+PG09 -14602.999820  22041.064714  -2998.677548     71.271863 10 12 13 274  P   P
+PG10 -24587.156971  -8827.526400  -5999.833614    -70.471458 11 10 14 335  P   P
+PG11  11699.953862 -23598.524809    956.900929   -139.305656 10 11 12 219  P   P
+PG12 -11405.371899  12196.266455 -20583.651812    -14.828972 14 12 11 208  P   P
+PG13  -4629.893366 -25790.303195  -4311.884277    276.751135  9  8 13 250  P   P
+PG14  14391.126361  18840.247209 -11956.414537    141.346240 10 10 14 261  P   P
+PG15  -7482.613409  17219.846881  18728.812467   -138.504860  8  9  7 228  P   P
+PG16  25708.807420    -72.775106   7305.290942   -162.096728  9 13 14 248  P   P
+PG17 -14869.585989 -19099.926780 -11056.632327    184.225393  9 12 11 207  P   P
+PG18  12863.174378  15593.190013  17718.487562    129.675595 11 12  9 215  P   P
+PG19  10967.968583 -13146.266831  20215.816673   -126.217401 12 10  8 196  P   P
+PG20   6756.860904 -14889.166072 -21071.606662     48.830480 12 10  8 229  P   P
+PG21   2225.567080  18968.607225  18605.276787   -134.569314 14  6 12 236  P   P
+PG22  21952.338127  11462.491073   9905.453648    150.811645 13 14 12 229  P   P
+PG23   3217.794802 -21452.008409 -15090.157338    316.133176 11 12 13 220  P   P
+PG24  14208.024225 -21568.907214  -5476.045545    378.225777 15 11 17 265  P   P
+PG25   4153.469041  15493.760942 -21186.066714     -0.999748 14 10  9 239  P   P
+PG26 -13861.044710   3742.508182  21759.525644   -161.205298  8 14  6 279  P   P
+PG27 -17833.134639  19057.092836   4564.317983    251.564797  9 13 14 331  P   P
+PG28 -19203.238589 -13213.585283  13487.045513     28.832759 11  8  5 258  P   P
+PG29   3181.306770  25312.219498  -7378.406452    196.778269 14 10 12 225  P   P
+PG30  26272.760642   3916.063824  -1253.221519    333.789695  4 11 13 317  P   P
+PG31  16790.700265   1169.716751 -20395.610682     60.986641 11 15 12 231  P   P
+PG32  15714.478180  -9677.862133 -18662.063166   -226.936952 12 12 11 219  P   P
+*  2011  4  2  3 45  0.00000000
+PG02 -19285.883674   6496.579086 -16774.001224    328.402944 10 13 12 229  P   P
+PG03  17323.793059   -218.245990  19797.115552    696.428383 10 13 10 304  P   P
+PG04 -14929.872447  -5998.389402 -21371.151714     76.955110 14 13 10 290  P   P
+PG05 -25772.397939   2135.618686   6271.835826   -138.309267  9  8 14 207  P   P
+PG06  18236.155735   4580.767671  18999.580337   -232.224394 10 11 11 264  P   P
+PG07   1510.396462 -20906.912081  16190.185454      7.076300 13  7 13 221  P   P
+PG08  -6920.141185 -13589.945194  21678.104496      7.631614 13 10 11 320  P   P
+PG09 -14825.120992  22024.579749   -104.482031     71.273966 10 13 13 275  P   P
+PG10 -23755.307149  -8946.951365  -8646.157192    -70.472397 12 10 14 335  P   P
+PG11  12028.273429 -23131.199172   3663.122727   -139.308454  9 11 12 225  P   P
+PG12 -13664.153272  11779.515485 -19404.002176    -14.826386 14 13 12 210  P   P
+PG13  -4271.446986 -25237.956036  -7129.346448    276.749834 10  9 13 251  P   P
+PG14  14654.224358  20060.362200  -9428.344971    141.348380  9  9 15 260  P   P
+PG15  -8503.001674  15242.117588  19980.928691   -138.502110  9  9  6 229  P   P
+PG16  26339.315894    213.551366   4544.712324   -162.099206  8 12 14 248  P   P
+PG17 -15077.483036 -20232.200864  -8518.593629    184.225570  9 11 12 208  P   P
+PG18  10812.991430  15447.189875  19148.577825    129.677451 11 12  9 216  P   P
+PG19  11792.395482 -10921.206990  21088.582087   -126.220861 11 11  8 196  P   P
+PG20   9091.994621 -14599.369467 -20374.152681     48.830597 12 10  8 229  P   P
+PG21    837.817135  20421.031720  17028.998737   -134.571663 14  5 13 236  P   P
+PG22  20675.052726  11556.201383  12288.130495    150.810922 13 14 12 228  P   P
+PG23   4085.905229 -19808.673136 -17033.784884    316.130922 11 12 13 222  P   P
+PG24  14749.874337 -21735.980193  -2679.618465    378.228864 14 11 17 266  P   P
+PG25   1714.870855  15264.352873 -21683.102696     -1.000042 14 10  8 241  P   P
+PG26 -14685.628576   1278.683878  21544.412758   -161.214539  9 14  5 278  P   P
+PG27 -17656.057495  18438.148579   7370.690146    251.567619  9 14 14 330  P   P
+PG28 -17626.767262 -13088.323902  15648.459084     28.834928 11  8  4 260  P   P
+PG29   2610.038253  24455.307502  -9994.740746    196.780777 14 11 11 223  P   P
+PG30  25992.271037   4146.182853  -4083.627419    333.792642  5 11 13 317  P   P
+PG31  15357.079125   3117.218530 -21273.955594     60.991144 11 15 12 232  P   P
+PG32  17742.189192  -9060.400018 -17076.244789   -226.943639 11 12 11 220  P   P
+*  2011  4  2  4  0  0.00000000
+PG02 -18363.331852   4665.214263 -18383.925628    328.404952 10 13 12 230  P   P
+PG03  18485.457796   1753.581171  18690.430096    696.432841 10 13 11 306  P   P
+PG04 -13602.942968  -8021.028330 -21563.336712     76.964451 14 13 10 291  P   P
+PG05 -26317.409238   1845.566500   3507.784375   -138.314471  8  8 14 212  P   P
+PG06  19119.273078   6450.608249  17538.423715   -232.329604 10 11 12 265  P   P
+PG07   2618.119838 -22255.778864  14098.722481      7.077173 13  7 14 225  P   P
+PG08  -5367.270558 -15459.376934  20800.372499      7.631677 13 10 12 321  P   P
+PG09 -14874.941171  21740.738665   2791.458336     71.276076 10 14 13 276  P   P
+PG10 -22644.665148  -9082.731967 -11147.892915    -70.473328 13 10 14 334  P   P
+PG11  12274.818964 -22391.941446   6304.590482   -139.311253  8 11 12 230  P   P
+PG12 -15790.499899  11497.208449 -17887.992949    -14.823803 13 13 13 212  P   P
+PG13  -3767.555970 -24416.490429  -9824.269988    276.748527 10 10 13 251  P   P
+PG14  14869.463529  20990.125988  -6738.199645    141.350519  9  8 15 259  P   P
+PG15  -9676.490760  13210.662770  20888.072655   -138.499365  9 10  5 231  P   P
+PG16  26671.090162    433.939356   1707.382334   -162.101682  6 12 14 247  P   P
+PG17 -15222.795346 -21082.461080  -5835.096758    184.225745 10 11 12 209  P   P
+PG18   8616.106988  15389.830390  20260.532165    129.679302 12 12  8 218  P   P
+PG19  12757.468470  -8671.617381  21596.643635   -126.224320 11 11  9 197  P   P
+PG20  11341.895578 -14425.099294 -19330.144990     48.830710 12 10  9 229  P   P
+PG21   -375.733975  21782.084038  15161.108687   -134.574014 14  5 13 236  P   P
+PG22  19150.131487  11687.413873  14462.240932    150.810201 14 14 11 227  P   P
+PG23   5125.174966 -18030.060180 -18680.391146    316.128668 11 13 13 222  P   P
+PG24  15089.625962 -21673.280363    163.751371    378.231969 13 11 17 268  P   P
+PG25   -767.692815  15161.447252 -21807.562763     -1.000335 15 11  8 243  P   P
+PG26 -15624.381520  -1086.989873  20938.913175   -161.223774  9 14  7 277  P   P
+PG27 -17350.172908  17549.401481  10050.426563    251.570427 10 14 14 328  P   P
+PG28 -15823.364425 -13025.882949  17552.384941     28.837096 11  9  4 261  P   P
+PG29   1877.135948  23367.312221 -12438.803449    196.783281 15 12 11 222  P   P
+PG30  25409.959843   4380.024591  -6844.380304    333.795584  6 10 13 316  P   P
+PG31  13986.216039   5207.883290 -21780.496093     60.995647 12 15 11 234  P   P
+PG32  19601.641586  -8575.500734 -15185.674095   -226.950339 11 12 12 224  P   P
+*  2011  4  2  4 15  0.00000000
+PG02 -17450.318195   2651.403188 -19671.724567    328.406964 10 13 11 230  P   P
+PG03  19647.984147   3549.286184  17254.223499    696.437291 10 13 11 308  P   P
+PG04 -12374.821070 -10110.466315 -21391.388764     76.973802 14 13 10 292  P   P
+PG05 -26561.143576   1583.682392    683.720875   -138.319677  7  7 14 217  P   P
+PG06  19994.478896   8123.657689  15781.317169   -232.434824 10 11 12 264  P   P
+PG07   3524.702300 -23445.610297  11762.301074      7.078048 14  7 14 228  P   P
+PG08  -3989.135539 -17318.747548  19560.922313      7.631767 13 10 12 322  P   P
+PG09 -14786.495691  21170.281188   5638.914755     71.278194 11 14 13 276  P   P
+PG10 -21273.781437  -9268.746264 -13463.372543    -70.474247 13 10 13 334  P   P
+PG11  12471.407632 -21380.857931   8834.313934   -139.314054  7 12 11 234  P   P
+PG12 -17739.803788  11332.480358 -16061.578109    -14.821223 13 13 13 214  P   P
+PG13  -3091.587471 -23358.145532 -12350.636198    276.747215 11 10 12 252  P   P
+PG14  14996.301489  21627.270198  -3932.466950    141.352655 10  7 15 258  P   P
+PG15 -10992.096765  11171.561315  21435.054331   -138.496621 10 10  4 232  P   P
+PG16  26693.709244    625.561491  -1158.781107   -162.104156  3 12 14 246  P   P
+PG17 -15267.184169 -21651.335325  -3052.168948    184.225921 11 10 12 210  P   P
+PG18   6312.206838  15438.165709  21035.444847    129.681151 12 12  8 221  P   P
+PG19  13851.351855  -6444.898525  21732.250155   -126.227777 11 12  9 196  P   P
+PG20  13463.312112 -14354.244450 -17956.963825     48.830824 12 10  9 229  P   P
+PG21  -1414.292268  23008.740290  13031.800275   -134.576367 14  4 14 236  P   P
+PG22  17404.126848  11885.475328  16391.135779    150.809476 14 14 11 226  P   P
+PG23   6336.852574 -16162.887435 -20002.024937    316.126415 11 13 12 223  P   P
+PG24  15254.692659 -21357.085293   3004.259657    378.235085 12 12 17 271  P   P
+PG25  -3245.308712  15188.899010 -21557.254574     -1.000630 15 11  8 244  P   P
+PG26 -16649.803181  -3308.677160  19955.870935   -161.233001 10 14  9 276  P   P
+PG27 -16957.418647  16390.692211  12558.913320    251.573231 10 15 13 326  P   P
+PG28 -13825.834334 -13055.256861  19168.244064     28.839267 11  9  4 262  P   P
+PG29    964.063064  22084.387531 -14668.255269    196.785785 15 12 11 220  P   P
+PG30  24538.182466   4653.812298  -9488.911696    333.798520  8 10 13 316  P   P
+PG31  12711.975850   7403.453451 -21905.561497     61.000149 11 14 10 236  P   P
+PG32  21251.296050  -8204.850549 -13024.014358   -226.957052 11 12 12 228  P   P
+*  2011  4  2  4 30  0.00000000
+PG02 -16581.958952    485.529409 -20616.003095    328.408978 10 13 11 231  P   P
+PG03  20772.951955   5147.609213  15515.254151    696.441733  9 13 12 310  P   P
+PG04 -11266.442707 -12225.495126 -20857.147728     76.983160 14 13 10 293  P   P
+PG05 -26499.315109   1313.450431  -2152.037677   -138.324887  6  7 14 220  P   P
+PG06  20823.769062   9582.398188  13757.941126   -232.540057 10 11 12 264  P   P
+PG07   4241.853312 -24434.726795   9221.299867      7.078922 14  8 15 231  P   P
+PG08  -2798.929734 -19118.562879  17979.862801      7.631882 14  9 13 322  P   P
+PG09 -14597.617184  20302.542075   8387.841507     71.280316 11 15 13 277  P   P
+PG10 -19668.441701  -9535.262331 -15554.003830    -70.475156 14 10 13 334  P   P
+PG11  12650.069487 -20106.184869  11207.101292   -139.316860  6 12 11 238  P   P
+PG12 -19472.420375  11261.427985 -13956.198376    -14.818645 13 13 14 216  P   P
+PG13  -2223.718621 -22101.184401 -14665.470977    276.745898 12 10 12 252  P   P
+PG14  14995.626728  21978.563355  -1059.410916    141.354790 11  6 15 257  P   P
+PG15 -12431.125079   9168.953016  21612.935422   -138.493879 10 10  5 233  P   P
+PG16  26405.471934    826.746352  -4005.364121   -162.106626  3 12 14 246  P   P
+PG17 -15174.201401 -21947.944215   -217.326445    184.226097 12  9 12 211  P   P
+PG18   3944.124176  15602.373456  21459.777022    129.682997 12 11  8 223  P   P
+PG19  15054.580892  -4285.884226  21494.111092   -126.231231 11 13 10 196  P   P
+PG20  15416.542029 -14367.883006 -16277.586195     48.830935 12 10 10 229  P   P
+PG21  -2284.600466  24059.786426  10676.240221   -134.578720 14  4 14 237  P   P
+PG22  15469.804110  12174.941591  18042.326209    150.808754 14 14 10 226  P   P
+PG23   7713.850825 -14254.550692 -20976.569802    316.124161 11 13 12 224  P   P
+PG24  15277.517515 -20771.070621   5792.223762    378.238209 12 13 17 276  P   P
+PG25  -5669.140039  15342.448706 -20936.415467     -1.000922 15 11  9 246  P   P
+PG26 -17728.011665  -5347.013243  18615.073449   -161.242222 10 14 10 276  P   P
+PG27 -16520.115840  14970.472150  14855.146786    251.576039 11 15 13 324  P   P
+PG28 -11672.412422 -13199.485687  20470.088330     28.841436 12  9  5 263  P   P
+PG29   -140.300487  20647.222157 -16644.389458    196.788287 15 13 10 220  P   P
+PG30  23397.337936   5001.129693 -11973.019559    333.801446  9  9 13 316  P   P
+PG31  11561.716832   9660.136148 -21646.250259     61.004652 12 14  9 237  P   P
+PG32  22655.526007  -7923.613163 -10629.938283   -226.963778 10 12 12 234  P   P
+*  2011  4  2  4 45  0.00000000
+PG02 -15788.351539  -1795.979873 -21201.580594    328.410995 10 13 11 231  P   P
+PG03  21820.474522   6535.365549  13505.407681    696.446169  9 13 12 312  P   P
+PG04 -10291.682631 -14322.024429 -19968.521260     76.992526 15 13 11 294  P   P
+PG05 -26136.303572    998.462675  -4951.001040   -138.330102  5  7 14 224  P   P
+PG06  21567.808471  10817.044981  11502.384282   -232.645302 10 10 12 263  P   P
+PG07   4788.919077 -25186.160924   6519.774930      7.079796 14  9 15 234  P   P
+PG08  -1801.027119 -20808.763060  16083.546994      7.632023 14  9 13 323  P   P
+PG09 -14348.336142  19136.125714  10989.300680     71.282449 11 15 12 279  P   P
+PG10 -17860.814016  -9907.662561 -17384.851689    -70.476054 14 10 12 334  P   P
+PG11  12841.578239 -18584.131762  13380.454547   -139.319666  6 13 11 241  P   P
+PG12 -20955.072706  11254.164494 -11608.240205    -14.816072 12 13 14 217  P   P
+PG13  -1151.870185 -20688.416314 -16729.549642    276.744574 12 10 12 252  P   P
+PG14  14831.400155  22059.381819   1831.757600    141.356922 12  3 15 256  P   P
+PG15 -13967.774978   7243.487897  21419.149998   -138.491140 10 10  6 233  P   P
+PG16  25813.469927   1075.341166  -6784.230225   -162.109096  6 12 14 245  P   P
+PG17 -14910.816818 -21989.392125   2621.217788    184.226271 12  9 12 212  P   P
+PG18   1556.451112  15885.301136  21525.600797    129.684841 12 11  9 225  P   P
+PG19  16340.757686  -2235.305310  20887.346949   -126.234682 10 13 11 195  P   P
+PG20  17166.778445 -14441.078594 -14320.235176     48.831044 11 11 10 229  P   P
+PG21  -3000.570861  24897.425971   8134.074188   -134.581075 14  5 14 237  P   P
+PG22  13385.037494  12574.520039  19387.995192    150.808031 14 14 10 225  P   P
+PG23   9240.891879 -12351.379819 -21588.078864    316.121905 11 13 12 225  P   P
+PG24  15194.113160 -19907.067769   8478.994719    378.241343 11 14 16 281  P   P
+PG25  -7992.108601  15609.897770 -19955.644538     -1.001217 15 11 10 248  P   P
+PG26 -18820.169537  -7170.418913  16942.699382   -161.251438 11 14 12 275  P   P
+PG27 -16079.260614  13305.505579  16902.281540    251.578857 11 16 12 323  P   P
+PG28  -9405.516726 -13474.746699  21436.928187     28.843607 12  9  6 264  P   P
+PG29  -1439.011334  19099.505400 -18332.820770    196.790789 15 13  9 219  P   P
+PG30  22015.088993   5451.492716 -14255.537795    333.804363  9  8 12 316  P   P
+PG31  10555.278358  11930.136571 -21006.533344     61.009155 12 14 10 239  P   P
+PG32  23785.930143  -7701.618144  -8046.356876   -226.970515 10 12 12 239  P   P
+*  2011  4  2  5  0  0.00000000
+PG02 -15093.449474  -4151.915861 -21419.674598    328.413015 10 13 11 232  P   P
+PG03  22750.768158   7707.669229  11261.013661    696.450597 10 13 12 314  P   P
+PG04  -9456.902613 -16354.579377 -18739.434765     77.001899 15 12 11 296  P   P
+PG05 -25484.974423    604.014271  -7665.319855   -138.335319  6  7 14 226  P   P
+PG06  22187.443291  11825.723825   9052.606266   -232.750559 10 10 13 261  P   P
+PG07   5191.930475 -25669.110798   3704.678879      7.080672 14 10 15 237  P   P
+PG08   -990.922739 -22340.614244  13904.183300      7.632189 14  8 14 324  P   P
+PG09 -14079.166241  17679.231573  13396.411057     71.284590 11 16 12 280  P   P
+PG10 -15888.376150 -10405.352605 -18925.169989    -70.476938 15 10 11 333  P   P
+PG11  13074.033143 -16838.402900  15315.419505   -139.322475  5 13 10 245  P   P
+PG12 -22162.017024  11276.123657  -9058.399286    -14.813499 12 14 15 218  P   P
+PG13    127.662030 -19165.567340 -18508.029753    276.743246 12 11 11 253  P   P
+PG14  14472.176366  21892.966095   4691.711899    141.359052 13    14 254  P   P
+PG15 -15570.025955   5430.925948  20857.514527   -138.488403 10 11  8 234  P   P
+PG16  24933.347125   1407.090166  -9448.292697   -162.111562  8 12 14 244  P   P
+PG17 -14448.815441 -21799.971876   5415.345526    184.226445 12  8 12 212  P   P
+PG18   -805.919584  16282.285679  21230.774348    129.686678 12 11  9 227  P   P
+PG19  17677.518860   -328.431066  19923.331848   -126.238132 10 13 12 194  P   P
+PG20  18685.282755 -14543.920590 -12117.940671     48.831153 11 11 10 229  P   P
+PG21  -3582.620611  25488.803531   5448.816712   -134.583434 14  5 15 238  P   P
+PG22  11191.526947  13096.242191  20405.435638    150.807307 14 14 10 224  P   P
+PG23  10894.979950 -10496.963210 -21826.990462    316.119648 11 12 12 225  P   P
+PG24  15042.472427 -18765.503004  11017.841889    378.244471 10 14 16 286  P   P
+PG25 -10170.511657  15971.603060 -18631.726485     -1.001511 15 11 11 249  P   P
+PG26 -19884.102176  -8756.060205  14970.644232   -161.260646 11 14 13 275  P   P
+PG27 -15672.922239  11420.281136  18668.077980    251.581694 11 16 12 322  P   P
+PG28  -7070.366847 -13889.696839  22053.003385     28.845777 12  9  7 265  P   P
+PG29  -2926.731135  17486.284261 -19704.102456    196.793290 15 13  8 219  P   P
+PG30  20425.337362   6029.097168 -16298.936528    333.807268 10  7 12 316  P   P
+PG31   9704.278948  14163.368848 -19997.221679     61.013661 11 14 10 240  P   P
+PG32  24622.350866  -7504.777845  -5319.557872   -226.977263 10 13 12 245  P   P
+*  2011  4  2  5 15  0.00000000
+PG02 -14514.207138  -6537.724381 -21267.960161    328.415038 10 13 11 234  P   P
+PG03  23525.704456   8667.824523   8822.103347    696.455020 10 13 13 316  P   P
+PG04  -8760.788803 -18277.875577 -17189.684512     77.011278 15 12 12 297  P   P
+PG05 -24566.188814     98.632872 -10248.588136   -138.340541  6  7 13 228  P   P
+PG06  22645.221220  12614.358562   6449.841793   -232.855828 11 10 13 258  P   P
+PG07   5482.382781 -25860.165761    825.020337      7.081551 14 11 15 240  P   P
+PG08   -355.538679 -23668.584252  11479.316037      7.632376 15  9 14 325  P   P
+PG09 -13829.343470  15949.603322  15565.298390     71.286738 12 16 11 281  P   P
+PG10 -13792.659501 -11040.893132 -20148.879324    -70.477807 15 10 10 333  P   P
+PG11  13371.555254 -14899.414141  16977.367034   -139.325285  4 13 10 248  P   P
+PG12 -23075.922493  11289.561713  -6350.960126    -14.810932 11 14 15 218  P   P
+PG13   1609.899714 -17579.561954 -19971.003948    276.741912 13 11 11 253  P   P
+PG14  13892.448133  21509.394450   7471.829377    141.361182 13    14 253  P   P
+PG15 -17200.770164   3760.939235  19938.129482   -138.485669 10 10  9 234  P   P
+PG16  23788.752662   1854.088157 -11952.276225   -162.114028 10 12 14 243  P   P
+PG17 -13766.014312 -21410.115522   8117.812780    184.226620 13  8 12 213  P   P
+PG18  -3099.273860  16781.256329  20579.043036    129.688510 12 10 10 229  P   P
+PG19  19027.734334   1406.063636  18619.435539   -126.241580 10 14 12 191  P   P
+PG20  19950.339886 -14642.770621  -9708.015979     48.831259 11 11 10 229  P   P
+PG21  -4056.726604  25807.377508   2667.128954   -134.585796 14  6 15 238  P   P
+PG22   8933.382221  13744.896348  21077.410442    150.806583 14 13 10 224  P   P
+PG23  12646.178765  -8730.604869 -21690.225208    316.117392 11 12 11 225  P   P
+PG24  14860.916202 -17355.501418  13364.791680    378.247593 10 15 15 291  P   P
+PG25 -12165.512131  16401.271987 -16987.349778     -1.001803 15 12 11 251  P   P
+PG26 -20876.031323 -10090.425243  12735.752213   -161.269847 12 14 13 275  P   P
+PG27 -15334.799633   9346.164993  20125.255037    251.584555 11 16 10 322  P   P
+PG28  -4713.514504 -14445.085554  22307.997388     28.847946 12  9  8 265  P   P
+PG29  -4589.725729  15852.275803 -20734.259088    196.795790 16 14  6 218  P   P
+PG30  18666.996019   6751.783346 -18069.850209    333.810161 11  7 12 316  P   P
+PG31   9011.756122  16309.275423 -18635.795471     61.018169 12 13 11 241  P   P
+PG32  25153.556071  -7296.668568  -2498.277895   -226.984019  9 13 12 251  P   P
+*  2011  4  2  5 30  0.00000000
+PG02 -14060.022288  -8907.056715 -20750.510449    328.417063 10 13 11 235  P   P
+PG03  24110.283891   9426.900345   6231.628865    696.459438 11 13 13 318  P   P
+PG04  -8194.489493 -20048.414754 -15344.690267     77.020661 15 12 13 299  P   P
+PG05 -23408.022105   -544.516143 -12656.621652   -138.345766  7  7 13 230  P   P
+PG06  22906.864870  13196.272575   3737.952778   -232.961107 11 10 13 255  P   P
+PG07   5695.796514 -25744.253854  -2069.019503      7.082415 14 12 15 240  P   P
+PG08    126.110792 -24752.122951   8851.180918      7.632584 15 10 15 325  P   P
+PG09 -13635.094125  13974.090090  17456.021206     71.288897 12 17 11 282  P   P
+PG10 -11617.852012 -11819.385587 -21034.985888    -70.478666 15 11  8 333  P   P
+PG11  13753.156686 -12803.236729  18336.683732   -139.328096  5 14  9 251  P   P
+PG12 -23688.429233  11255.196406  -3533.005461    -14.808367 10 14 15 218  P   P
+PG13   3281.207898 -15976.780729 -21093.966588    276.740575 13 11 11 253  P   P
+PG14  13073.765094  20944.315572  10124.988298    141.363310 14  2 14 252  P   P
+PG15 -18819.146416   2256.159903  18677.176387   -138.482940 10 11 10 235  P   P
+PG16  22410.505894   2443.366630 -14253.457886   -162.116491 11 12 13 242  P   P
+PG17 -12847.255122 -20855.132110  10683.007117    184.226794 13  8 12 213  P   P
+PG18  -5282.526251  17363.122151  19580.061091    129.690339 13 10 10 230  P   P
+PG19  20350.888931   2946.967144  16998.673299   -126.245023  9 14 13 188  P   P
+PG20  20947.958340 -14701.669666  -7131.456046     48.831365 10 11 10 230  P   P
+PG21  -4453.230661  25834.077895   -162.006909   -134.588159 14  7 15 238  P   P
+PG22   6655.625147  14517.740901  21392.430327    150.805858 15 13 10 223  P   P
+PG23  14458.659572  -7085.971510 -21181.167670    316.115134 11 12 11 224  P   P
+PG24  14686.446868 -15694.653754  15479.403466    378.250703  9 15 15 295  P   P
+PG25 -13944.445521  16867.027818 -15050.723382     -1.002099 14 12 12 253  P   P
+PG26 -21752.345695 -11169.509502  10278.983379   -161.279043 12 14 14 276  P   P
+PG27 -15092.979014   7120.334350  21251.755227    251.587449 11 16  9 321  P   P
+PG28  -2381.331806 -15133.650205  22197.195212     28.850115 12  9  8 265  P   P
+PG29  -6406.197312  14240.200821 -21405.224309    196.798288 16 14  4 218  P   P
+PG30  16782.605354   7630.249967 -19539.532179    333.813038 11  7 11 316  P   P
+PG31   8472.164863  18318.680207 -16946.096954     61.022679 11 13 12 242  P   P
+PG32  25377.557947  -7040.204648    367.265779   -226.990783  9 13 12 256  P   P
+*  2011  4  2  5 45  0.00000000
+PG02 -13732.491321 -11213.373073 -19877.626618    328.419090 11 12 11 237  P   P
+PG03  24473.975335  10003.014709   3534.662833    696.463853 11 13 13 319  P   P
+PG04  -7742.053689 -21626.041583 -13235.145253     77.030049 15 12 14 300  P   P
+PG05 -22044.720418  -1346.402483 -14848.200065   -138.350995  8  7 13 231  P   P
+PG06  22942.644556  13591.517776    962.735592   -233.066398 12 10 13 251  P   P
+PG07   5870.118020 -25315.271648  -4926.995014      7.083282 14 13 15 242  P   P
+PG08    481.917394 -25557.269736   6065.945780      7.632809 15 11 15 326  P   P
+PG09 -13528.009232  11787.826107  19033.444121     71.291062 12 17  9 283  P   P
+PG10  -9409.307251 -12738.135253 -21567.936366    -70.479509 15 11  7 332  P   P
+PG11  14231.833719 -10590.312989  19369.353013   -139.330904  5 14  9 254  P   P
+PG12 -24000.361905  11133.916732   -653.571132    -14.805804 10 14 16 218  P   P
+PG13   5119.651159 -14401.358987 -21858.189440    276.739235 13 10 11 254  P   P
+PG14  12005.586688  20237.489985  12606.330273    141.365437 15  4 14 251  P   P
+PG15 -20382.023962    931.507812  17096.615722   -138.480211 10 11 11 235  P   P
+PG16  20835.501798   3195.665726 -16312.377211   -162.118954 11 12 13 241  P   P
+PG17 -11685.137572 -20173.780170  13067.673318    184.226970 13  8 11 213  P   P
+PG18  -7318.589097  18002.436042  18249.328339    129.692162 13 10 10 230  P   P
+PG19  21604.592867   4281.108011  15089.272904   -126.248465  9 14 14 184  P   P
+PG20  21672.286393 -14683.853151  -4432.264948     48.831470 10 12 10 230  P   P
+PG21  -4805.439239  25558.191031  -2988.202335   -134.590526 13  8 15 238  P   P
+PG22   4402.663765  15404.509173  21344.946017    150.805134 15 13 11 223  P   P
+PG23  16291.975786  -5589.978205 -20309.537930    316.112876 11 12 11 224  P   P
+PG24  14553.174482 -13808.458110  17325.468093    378.253801  8 15 14 299  P   P
+PG25 -15481.893671  17332.704263 -12855.098069     -1.002393 14 12 12 254  P   P
+PG26 -22471.333638 -11998.618953   7644.543743   -161.288233 13 14 14 276  P   P
+PG27 -14968.926221   4784.534098  22030.930118    251.590381 11 17  8 321  P   P
+PG28   -118.504657 -15940.298616  21721.583294     28.852283 12  8  9 266  P   P
+PG29  -8346.938697  12689.204408 -21705.174366    196.800787 16 14  6 218  P   P
+PG30  14816.843560   8667.540376 -20684.235518    333.815905 11  7 11 316  P   P
+PG31   8071.735743  20145.598502 -14957.892134     61.027192 11 12 12 243  P   P
+PG32  25301.559929  -6699.331018   3226.357425   -226.997553 10 13 12 261  P   P
+*  2011  4  2  6  0  0.00000000
+PG02 -13525.479476 -13411.536900 -18665.566687    328.421117 11 13 12 238  P   P
+PG03  24591.873992  10420.366394    777.595447    696.468267 12 13 13 321  P   P
+PG04  -7381.159329 -22975.401498 -10896.563223     77.039436 15 11 14 302  P   P
+PG05 -20515.434437  -2321.129024 -16785.761272   -138.356229  9  7 12 232  P   P
+PG06  22728.599637  13825.954399  -1828.808671   -233.171697 13 11 13 246  P   P
+PG07   6044.025452 -24576.370255  -7699.110080      7.084161 14 14 15 245  P   P
+PG08    745.378901 -26058.016121   3172.851425      7.633047 15 10 15 327  P   P
+PG09 -13533.601447   9433.053698  20268.029947     71.293236 12 17  8 284  P   P
+PG10  -7212.010287 -13786.606308 -21737.903445    -70.480342 15 11  7 332  P   P
+PG11  14813.924051  -8303.999602  20057.411410   -139.333713  6 14  8 257  P   P
+PG12 -24021.590295  10888.493742   2237.236516    -14.803245  9 15 16 218  P   P
+PG13   7095.665322 -12893.588861 -22251.003145    276.737888 13 11 11 254  P   P
+PG14  10685.839515  19431.196030  14873.978566    141.367562 15  6 13 249  P   P
+PG15 -21845.579228   -206.179393  15223.792318   -138.477486  9 11 11 235  P   P
+PG16  19105.394715   4124.439417 -18093.504886   -162.121419 12 12 13 240  P   P
+PG17 -10280.467707 -19406.727911  15231.598727    184.227145 13  8 11 213  P   P
+PG18  -9175.610919  18668.317405  16608.036627    129.693982 12  9 11 230  P   P
+PG19  22746.163732   5403.623637  12924.168276   -126.251905  9 14 14 180  P   P
+PG20  22125.726190 -14553.316358  -1656.721842     48.831573 10 12  9 231  P   P
+PG21  -5148.074034  24977.922972  -5760.646334   -134.592896 13  8 15 238  P   P
+PG22   2216.792941  16387.706536  20935.451872    150.804408 15 12 11 223  P   P
+PG23  18102.512790  -4261.950642 -19091.159964    316.110614 10 12 12 224  P   P
+PG24  14490.878622 -11729.461720  18871.617010    378.256878  7 16 13 302  P   P
+PG25 -16760.484419  17759.319442 -10438.199952     -1.002689 14 12 13 256  P   P
+PG26 -22994.809336 -12591.816470   4879.003496   -161.297417 13 14 15 277  P   P
+PG27 -14976.738115   2383.702007  22451.654406    251.593356 11 17  8 321  P   P
+PG28   2033.421029 -16842.575584  20887.888933     28.854450 12  8  9 266  P   P
+PG29 -10376.285732  11233.425834 -21628.750213    196.803284 15 15  8 218  P   P
+PG30  12814.983337   9858.814751 -21485.520727    333.818754 11  8 10 316  P   P
+PG31   7789.177868  21748.928111 -12706.310879     61.031707 12 12 12 244  P   P
+PG32  24941.540268  -6240.660526   6028.753533   -227.004328 10 14 12 266  P   P
+*  2011  4  2  6 15  0.00000000
+PG02 -13425.496047 -15459.340768 -17136.184165    328.423147 12 12 12 240  P   P
+PG03  24445.639397  10708.058707  -1992.656274    696.472679 13 13 13 322  P   P
+PG04  -7084.108224 -24067.240836  -8368.724839     77.048819 15 11 15 303  P   P
+PG05 -18862.777905  -3475.194044 -18436.037041   -138.361469  9  8 12 232  P   P
+PG06  22247.562171  13930.113833  -4589.232164   -233.277003 13 11 13 240  P   P
+PG07   6255.209789 -23539.885857 -10337.118705      7.085037 15 14 15 246  P   P
+PG08    954.054455 -26237.360883    223.271792      7.633304 16 10 16 327  P   P
+PG09 -13670.114573   6957.633263  21136.522641     71.295416 12 17  7 286  P   P
+PG10  -5069.053306 -14946.674232 -21540.996233    -70.481161 15 11  9 332  P   P
+PG11  15498.755902  -5989.002030  20389.269216   -139.336519  7 14  7 260  P   P
+PG12 -23770.542945  10485.222623   5089.142663    -14.800689  9 15 16 218  P   P
+PG13   9173.018689 -11488.482699 -22265.982383    276.736540 13 10 11 255  P   P
+PG14   9121.160234  18568.560200  16889.703356    141.369688 16  6 13 248  P   P
+PG15 -23166.905767  -1158.202493  13090.956017   -138.474764  9 11 12 235  P   P
+PG16  17265.106789   5235.133684 -19565.859451   -162.123880 12 12 12 239  P   P
+PG17  -8642.405518 -18594.957444  17138.250319    184.227321 13  8 11 213  P   P
+PG18 -10828.036451  19325.605833  14682.821253    129.695797 12  9 11 230  P   P
+PG19  23734.221162   6317.915336  10540.429540   -126.255344 10 15 15 174  P   P
+PG20  22318.738687 -14276.369498   1147.403649     48.831677 10 13  9 233  P   P
+PG21  -5515.639887  24100.606452  -8429.133872   -134.595269 12  8 15 237  P   P
+PG22    136.775401  17443.190299  20170.498764    150.803682 15 12 12 222  P   P
+PG23  19845.056070  -3113.090709 -17547.635006    316.108353 10 11 12 223  P   P
+PG24  14523.762101  -9496.139784  20091.832775    378.259935  8 16 12 304  P   P
+PG25 -17771.386506  18106.672186  -7841.585508     -1.002986 14 12 13 257  P   P
+PG26 -23289.573106 -12971.049838   2030.424961   -161.306597 14 14 15 277  P   P
+PG27 -15122.668796    -35.490977  22508.376236    251.596378 11 17  9 322  P   P
+PG28   4037.393165 -17811.402205  19708.555674     28.856616 12  8 10 266  P   P
+PG29 -12453.331836   9900.774385 -21177.163152    196.805780 15 15  9 219  P   P
+PG30  10821.347307  11191.412709 -21930.491168    333.821590 12  8 10 316  P   P
+PG31   7596.696402  23093.951069 -10231.178338     61.036225 12 11 13 244  P   P
+PG32  24321.496905  -5634.986788   8725.618269   -227.011104 10 14 11 270  P   P
+*  2011  4  2  6 30  0.00000000
+PG02 -13412.353677 -17318.909159 -15316.487764    328.425176 12 12 13 241  P   P
+PG03  24024.185012  10898.765612  -4729.414897    696.477091 13 13 13 323  P   P
+PG04  -6819.053162 -24879.494774  -5695.028443     77.058214 15 11 15 305  P   P
+PG05 -17131.264891  -4807.046729 -19770.619771   -138.366712 10  8 11 232  P   P
+PG06  21489.942899  13937.884976  -7271.416767   -233.382315 14 11 13 232  P   P
+PG07   6538.701482 -22226.917717 -12795.193575      7.085915 15 15 15 248  P   P
+PG08   1147.840997 -26088.008625  -2730.283620      7.633559 16 11 16 328  P   P
+PG09 -13947.645526   4413.301182  21622.495677     71.297604 12 17  9 287  P   P
+PG10  -3020.174594 -16193.171173 -20979.389675    -70.481967 15 11 11 331  P   P
+PG11  16278.602688  -3689.768171  20359.889437   -139.339321  7 14  7 262  P   P
+PG12 -23273.394240   9895.429152   7852.607007    -14.798137 10 15 16 217  P   P
+PG13  11310.026708 -10214.549424 -21903.033798    276.735190 13 10 12 256  P   P
+PG14   7326.816431  17691.873512  18619.526177    141.371812 16  7 12 247  P   P
+PG15 -24305.596878  -1933.743617  10734.706277   -138.472044  9 11 12 235  P   P
+PG16  15361.214519   6524.768275 -20703.561243   -162.126341 13 12 12 238  P   P
+PG17  -6788.306544 -17778.170955  18755.356039    184.227498 13  8 10 213  P   P
+PG18 -12257.445188  19936.208551  12505.413922    129.697605 12  9 11 229  P   P
+PG19  24530.236033   7035.295715   7978.639268   -126.258779 11 15 15 169  P   P
+PG20  22269.344320 -13823.121033   3931.673912     48.831781 10 13  8 234  P   P
+PG21  -5940.783319  22942.532725 -10945.109786   -134.597646 12  9 14 237  P   P
+PG22  -1803.445335  18541.012859  19062.614594    150.802956 15 12 13 222  P   P
+PG23  21474.417825  -2146.260235 -15705.928920    316.106090  9 11 12 222  P   P
+PG24  14669.443805  -7151.558115  20965.854483    378.262965  8 16 10 306  P   P
+PG25 -18514.480835  18334.998674  -5109.928841     -1.003283 14 13 14 258  P   P
+PG26 -23328.656972 -13165.009609   -852.482045   -161.315773 15 14 15 278  P   P
+PG27 -15404.938240  -2426.138678  22201.110390    251.599449 11 17 11 322  P   P
+PG28   5862.061886 -18812.068861  18201.650059     28.858779 12  7 10 266  P   P
+PG29 -14533.357847   8711.959752 -20358.181265    196.808276 15 15 11 219  P   P
+PG30   8877.813529  12645.201825 -22011.957155    333.824412 12  9  9 316  P   P
+PG31   7461.280560  24153.583824  -7576.253766     61.040746 12 10 13 244  P   P
+PG32  23472.392643  -4858.611043  11270.402921   -227.017880 11 14 11 274  P   P
+*  2011  4  2  6 45  0.00000000
+PG02 -13460.081176 -18957.929798 -13238.133509    328.427206 12 12 13 243  P   P
+PG03  23324.101071  11027.293635  -7386.974934    696.481505 14 13 13 325  P   P
+PG04  -6551.411822 -25398.115239  -2921.753347     77.067606 15 11 16 306  P   P
+PG05 -15365.684428  -6306.954228 -20766.451116   -138.371959 10  8 11 231  P   P
+PG06  20454.247367  13885.071606  -9829.358411   -233.487632 14 12 13 221  P   P
+PG07   6925.311162 -20666.571612 -15030.744804      7.086793 15 15 15 249  P   P
+PG08   1367.146035 -25612.678361  -5635.199364      7.633809 16 12 16 329  P   P
+PG09 -14367.624412   1853.751101  21716.744561     71.299797 12 18 11 288  P   P
+PG10  -1100.413733 -17494.709857 -20061.367018    -70.482764 15 11 12 331  P   P
+PG11  17138.942573  -1448.910093  19970.823929   -139.342120  8 14  7 264  P   P
+PG12 -22562.958795   9096.779448  10479.709387    -14.795586 11 15 16 215  P   P
+PG13  13460.975360  -9092.827443 -21168.386645    276.733837 13 10 12 257  P   P
+PG14   5326.309202  16840.955486  20034.256633    141.373937 16  7 10 245  P   P
+PG15 -25225.241887  -2549.307838   8195.370172   -138.469326  9 11 13 235  P   P
+PG16  13440.272197   7981.842032 -21486.312953   -162.128803 13 12 11 238  P   P
+PG17  -4743.262675 -16993.256437  20055.423611    184.227675 13  8 10 212  P   P
+PG18 -13453.131764  20460.595479  10112.195355    129.699412 12  9 11 228  P   P
+PG19  25099.978525   7574.344841   5282.224460   -126.262215 11 15 15 163  P   P
+PG20  22002.336366 -13168.829616   6647.829595     48.831884 10 13  8 235  P   P
+PG21  -6452.718091  21528.408018 -13262.696594   -134.600026 12  8 14 236  P   P
+PG22  -3575.852863  19646.499119  17630.131669    150.802229 15 11 13 222  P   P
+PG23  22947.061384  -1356.085821 -13597.883077    316.103826  9 11 12 220  P   P
+PG24  14938.227339  -4741.873847  21479.474365    378.265968  8 16  9 308  P   P
+PG25 -18998.201612  18406.624819  -2290.253300     -1.003581 13 13 14 259  P   P
+PG26 -23092.318226 -13207.771693  -3721.163925   -161.324946 15 14 16 280  P   P
+PG27 -15813.823427  -4742.590050  21535.379608    251.602575 11 17 12 321  P   P
+PG28   7482.799733 -19805.454479  16390.694484     28.860942 12  6 10 265  P   P
+PG29 -16569.421516   7679.815293 -19185.996391    196.810773 15 15 11 220  P   P
+PG30   7022.420203  14193.198957 -21728.529355    333.827220 12  9  9 316  P   P
+PG31   7346.206173  24909.325063  -4788.395372     61.045270 12  9 13 245  P   P
+PG32  22430.851202  -3894.431696  13619.652049   -227.024656 11 14 11 277  P   P
+*  2011  4  2  7  0  0.00000000
+PG02 -13538.051286 -20350.672711 -10936.860315    328.429234 13 12 13 245  P   P
+PG03  22349.802284  11129.094060  -9921.293792    696.485923 14 13 13 326  P   P
+PG04  -6245.412734 -25617.600174    -97.247176     77.077000 15 11 16 307  P   P
+PG05 -13609.473709  -7957.186937 -21406.224227   -138.377213 10  8 11 230  P   P
+PG06  19147.299136  13807.873881 -12218.947588   -233.592952 15 12 12 206  P   P
+PG07   7440.247660 -18894.900204 -17005.172683      7.087670 15 16 14 250  P   P
+PG08   1651.037566 -24824.007245  -8439.788380      7.634068 16 14 16 329  P   P
+PG09 -14922.680855   -667.375347  21417.507876     71.301991 12 18 12 289  P   P
+PG10    661.066720 -18814.761470 -18801.269616    -70.483551 14 10 13 330  P   P
+PG11  18059.008235    694.279841  19230.110212   -139.344915  8 14  9 265  P   P
+PG12 -21677.338875   8074.340293  12925.000366    -14.793039 11 16 15 214  P   P
+PG13  15577.701347  -8136.208407 -20074.487046    276.732484 13 10 12 258  P   P
+PG14   3150.672227  16051.625061  21109.955393    141.376060 16  7  9 244  P   P
+PG15 -25894.780573  -3027.886432   5516.323843   -138.466609  9 11 13 236  P   P
+PG16  11547.134509   9586.570284 -21899.796435   -162.131265 13 12 11 237  P   P
+PG17  -2539.357620 -16272.868541  21016.190298    184.227853 12  9 10 211  P   P
+PG18 -14412.399634  20859.387808   7543.648108    129.701214 11 10 11 226  P   P
+PG19  25414.813649   7960.001426   2496.753658   -126.265647 12 15 16 163  P   P
+PG20  21548.235646 -12295.069163   9248.644132     48.831988 10 14  7 237  P   P
+PG21  -7075.792815  19890.453650 -15339.673453   -134.602409 11  8 14 235  P   P
+PG22  -5159.245186  20721.520396  15896.921046    150.801503 15 10 14 222  P   P
+PG23  24222.664094   -729.376075 -11259.658530    316.101560  9 11 13 219  P   P
+PG24  15332.670521  -2314.733596  21624.724251    378.268939  9 16 10 309  P   P
+PG25 -19239.053713  18287.549765    568.879365     -1.003881 13 13 14 260  P   P
+PG26 -22568.755273 -13137.283435  -6527.976560   -161.334117 16 14 16 281  P   P
+PG27 -16332.025006  -6941.887674  20522.107765    251.605753 11 17 14 321  P   P
+PG28   8882.494886 -20749.436688  14304.420471     28.863102 12  6 11 265  P   P
+PG29 -18514.044366   6808.940795 -17680.973794    196.813268 15 15 12 221  P   P
+PG30   5288.115272  15802.443312 -21084.641715    333.830016 12  9  9 316  P   P
+PG31   7212.687962  25351.864061  -1916.671508     61.049796 12  8 13 245  P   P
+PG32  21237.663345  -2732.757343  15733.722855   -227.031430 11 14 10 280  P   P
+*  2011  4  2  7 15  0.00000000
+PG02 -13612.278567 -21478.764771  -8451.879519    328.431257 13 11 14 247  P   P
+PG03  21113.401483  11238.779138 -12290.635971    696.490344 15 14 13 326  P   P
+PG04  -5865.711047 -25541.196898   2728.948023     77.086390 15 12 16 308  P   P
+PG05 -11903.151239  -9732.516786 -21678.692408   -138.382469 11  9 10 229  P   P
+PG06  17584.157385  13741.351030 -14398.733458   -233.698273 15 12 12 181  P   P
+PG07   8101.968760 -16953.584131 -18684.540101      7.088547 15 16 13 251  P   P
+PG08   2035.453261 -23744.053594 -11094.303392      7.634327 16 14 16 330  P   P
+PG09 -15596.905242  -3098.496499  20730.507925     71.304190 11 18 13 290  P   P
+PG10   2241.947070 -20112.953120 -17219.349017    -70.484328 14 10 13 330  P   P
+PG11  19012.599294   2705.158119  18152.036778   -139.347703  8 14  9 267  P   P
+PG12 -20658.380362   6821.347923  15146.300263    -14.790493 12 16 15 213  P   P
+PG13  17611.271787  -7349.075740 -18639.797526    276.731129 12 11 13 258  P   P
+PG14    837.492562  15354.333812  21828.318131    141.378186 16  7  8 243  P   P
+PG15 -26289.665645  -3397.874764   2743.268023   -138.463894 10 11 13 236  P   P
+PG16   9723.341839  11311.450355 -21935.975963   -162.133726 14 12 10 237  P   P
+PG17   -214.662400 -15644.176236  21620.997580    184.228034 12  9 10 210  P   P
+PG18 -15140.549572  21094.979766   4843.712899    129.703012 11 10 11 224  P   P
+PG19  25452.798580   8222.423989   -330.791660   -126.269081 13 15 16 165  P   P
+PG20  20942.026123 -11190.658251  11688.770172     48.832092 10 14  7 238  P   P
+PG21  -7828.269726  18067.187813 -17138.374423   -134.604794 11  8 14 234  P   P
+PG22  -6539.867263  21725.919369  13892.035062    150.800777 15  9 14 222  P   P
+PG23  25265.562612   -245.831786  -8731.123254    316.099292  8 11 13 217  P   P
+PG24  15847.468521     82.368963  21399.952824    378.271878 10 16 11 310  P   P
+PG25 -19260.825235  17948.898335   3418.208141     -1.004183 12 14 14 260  P   P
+PG26 -21754.531324 -12993.753086  -9226.882121   -161.343287 16 14 16 282  P   P
+PG27 -16935.296068  -8985.112210  19177.466964    251.608991 11 17 14 321  P   P
+PG28  10052.084107 -21600.449594  11976.436889     28.865259 12  7 11 264  P   P
+PG29 -20320.929534   6095.678367 -15869.289175    196.815765 14 15 13 221  P   P
+PG30   3701.692240  17435.092655 -20090.503610    333.832798 12  9 10 317  P   P
+PG31   7021.610905  25481.327627    988.560483     61.054323 12  7 13 245  P   P
+PG32  19936.167614  -1371.817063  17577.408202   -227.038197 12 15  9 283  P   P
+*  2011  4  2  7 30  0.00000000
+PG02 -13646.837973 -22331.696566  -5825.228155    328.433288 13 11 14 248  P   P
+PG03  19634.319077  11388.693756 -14456.166888    696.494770 15 14 12 327  P   P
+PG04  -5379.006991 -25180.765722   5507.013130     77.095773 15 12 16 308  P   P
+PG05 -10282.869431 -11601.011502 -21578.878286   -138.387731 11  9 10 226  P   P
+PG06  15787.727324  13717.924196 -16330.658255   -233.803595 15 13 11 130  P   P
+PG07   8921.309996 -14888.407816 -20040.152648      7.089424 15 16 12 252  P   P
+PG08   2551.547948 -22403.422400 -13551.898672      7.634579 16 15 16 331  P   P
+PG09 -16366.493233  -5392.005026  19668.809446     71.306391 11 17 14 291  P   P
+PG10   3627.464045 -21346.541244 -15341.517240    -70.485099 14  9 14 329  P   P
+PG11  19969.118921   4554.852680  16756.788173   -139.350487  9 14 10 268  P   P
+PG12 -19550.000104   5339.655416  17105.431715    -14.787950 13 16 15 211  P   P
+PG13  19513.702597  -6727.270784 -16888.504303    276.729777 12 11 13 260  P   P
+PG14  -1570.312093  14773.011000  22176.975761    141.380310 16  8  8 241  P   P
+PG15 -26392.790464  -3691.786576    -76.531392   -138.461178 10 11 13 236  P   P
+PG16   8005.630820  13122.138665 -21593.299052   -162.136189 14 12 10 236  P   P
+PG17   2187.994757 -15127.823521  21859.085004    184.228217 11  9 11 209  P   P
+PG18 -15650.556100  21133.129010   2059.055104    129.704807 11 11 11 221  P   P
+PG19  25199.543276   8395.664437  -3152.762448   -126.272513 14 15 16 169  P   P
+PG20  20221.720377  -9852.313832  13925.560981     48.832198 10 14  6 240  P   P
+PG21  -8721.373542  16101.944013 -18626.476986   -134.607183 10  8 14 232  P   P
+PG22  -7711.763441  22619.034350  11649.260558    150.800050 15  8 15 223  P   P
+PG23  26046.029574    120.980385  -6055.192152    316.097024  8 11 13 215  P   P
+PG24  16469.651215   2403.714009  20809.796463    378.274782 10 16 13 310  P   P
+PG25 -19093.526082  17368.185224   6208.625382     -1.004483 12 14 14 261  P   P
+PG26 -20654.701898 -12818.001718 -11774.086521   -161.352457 17 14 15 283  P   P
+PG27 -17593.313481 -10838.593281  17522.679001    251.612283 11 17 15 320  P   P
+PG28  10990.798933 -22315.138648   9444.808338     28.867416 12  7 11 263  P   P
+PG29 -21946.642895   5528.421612 -13782.460044    196.818262 14 15 13 222  P   P
+PG30   2282.948101  19049.707299 -18761.980354    333.835569 12 10 10 317  P   P
+PG31   6735.267683  25307.159633   3876.586356     61.058853 12  8 13 244  P   P
+PG32  18570.572377    182.044854  19120.457514   -227.044957 12 15  9 285  P   P
+*  2011  4  2  7 45  0.00000000
+PG02 -13605.351929 -22907.047954  -3101.094949    328.435320 13 11 14 249  P   P
+PG03  17938.646082  11607.590410 -16382.494005    696.499202 15 14 11 328  P   P
+PG04  -4755.597990 -24556.304587   8187.792459     77.105153 15 14 16 309  P   P
+PG05  -8779.141882 -13525.096499 -21108.178919   -138.392996 11  9 11 224  P   P
+PG06  13788.073483  13765.978226 -17980.748119   -233.908912 15 13 10 173  P   P
+PG07   9900.924924 -12747.591648 -21049.036893      7.090304 15 16 11 252  P   P
+PG08   3224.251291 -20840.053979 -15769.517787      7.634820 17 15 15 331  P   P
+PG09 -17200.742242  -7506.001518  18252.502349     71.308592 11 17 15 292  P   P
+PG10   4810.840265 -22472.009029 -13198.992743    -70.485865 14  9 14 329  P   P
+PG11  20894.787469   6221.137888  15069.983978   -139.353266  9 14 11 269  P   P
+PG12 -18396.452006   3639.842095  18768.872775    -14.785406 13 16 14 210  P   P
+PG13  21239.653237  -6258.387777 -14850.135620    276.728424 12 11 13 261  P   P
+PG14  -4025.916471  14324.162653  22149.706899    141.382433 16  8 10 240  P   P
+PG15 -26195.147721  -3944.813788  -2895.026402   -138.458464 11 11 13 237  P   P
+PG16   6424.629142  14978.610372 -20876.787185   -162.138651 14 12 10 236  P   P
+PG17   4622.441604 -14737.142334  21725.797888    184.228398 11 10 11 208  P   P
+PG18 -15962.437687  20944.449423   -761.748338    129.706601 11 11 11 218  P   P
+PG19  24648.804028   8516.202624  -5921.595410   -126.275946 14 15 16 175  P   P
+PG20  19426.811571  -8285.000035  15919.849806     48.832302 11 15  4 241  P   P
+PG21  -9758.655483  14041.195068 -19777.656288   -134.609573 10  8 13 231  P   P
+PG22  -8676.834296  23361.266447   9206.586811    150.799325 14  5 15 223  P   P
+PG23  26541.337133    402.428720  -3277.129294    316.094753  9 11 13 214  P   P
+PG24  17179.083480   4606.895049  19865.048017    378.277651 11 16 14 310  P   P
+PG25 -18772.094242  16530.340934   8892.027851     -1.004786 11 14 14 261  P   P
+PG26 -19282.651534 -12649.834031 -14128.617004   -161.361626 17 14 15 284  P   P
+PG27 -18270.766430 -12474.950473  15583.770102    251.615630 11 16 16 318  P   P
+PG28  11706.107196 -22852.055633   6751.540316     28.869571 12  8 12 262  P   P
+PG29 -23352.191273   5088.244711 -11456.780626    196.820759 13 15 13 222  P   P
+PG30   1044.092905  20602.680453 -17120.400801    333.838330 12 10 11 317  P   P
+PG31   6319.030305  24847.642933   6697.257310     61.063386 13  9 12 244  P   P
+PG32  17184.285133   1914.489695  20337.993094   -227.051712 12 15  7 287  P   P
+*  2011  4  2  8  0  0.00000000
+PG02 -13452.492599 -23210.428123   -325.127319    328.437351 14 11 14 249  P   P
+PG03  16058.285495  11919.450643 -18038.153818    696.503642 16 14 10 328  P   P
+PG04  -3970.796802 -23695.150619  10723.735188     77.114521 16 15 16 310  P   P
+PG05  -7415.794337 -15462.845629 -20274.363735   -138.398267 11  9 11 220  P   P
+PG06  11621.457636  13908.618715 -19319.746233   -234.014226 15 13  8 200  P   P
+PG07  11035.057277 -10580.047161 -21694.309889      7.091185 15 16 10 252  P   P
+PG08   4071.096736 -19097.731489 -17708.686148      7.635047 17 15 15 332  P   P
+PG09 -18063.350962  -9405.770200  16508.221446     71.310792 10 17 16 293  P   P
+PG10   5793.407458 -23446.729117 -10827.841596    -70.486626 14  9 15 328  P   P
+PG11  21753.979920   7689.032704  13122.127661   -139.356038  9 14 12 269  P   P
+PG12 -17240.600868   1740.982137  20108.319709    -14.782865 13 17 13 208  P   P
+PG13  22748.035925  -5922.387310 -12559.095331    276.727072 11 11 14 262  P   P
+PG14  -6480.160852  14016.258178  21746.559056    141.384560 16  8 12 239  P   P
+PG15 -25696.194720  -4193.286352  -5664.182058   -138.455748 12 12 13 237  P   P
+PG16   5003.787744  16836.560667 -19798.010487   -162.141113 14 11 11 236  P   P
+PG17   7040.708693 -14477.648466  21222.704019    184.228583 10 10 12 207  P   P
+PG18 -16102.339975  20505.741428  -3569.087594    129.708395 10 12 11 215  P   P
+PG19  23802.788682   8621.394993  -8590.565499   -126.279378 15 15 16 181  P   P
+PG20  18596.673822  -6501.955040  17636.670577     48.832408 11 15  3 241  P   P
+PG21 -10935.700995  11932.761235 -20572.086540   -134.611964 10  8 13 229  P   P
+PG22  -9444.593119  23915.630456   6605.593858    150.798600 14  3 15 224  P   P
+PG23  26736.570667    633.437060   -443.821682    316.092483  9 11 14 212  P   P
+PG24  17949.246141   6654.221243  18582.429110    378.280485 11 16 15 310  P   P
+PG25 -18334.920470  15428.458720  11422.150954     -1.005089 11 14 14 261  P   P
+PG26 -17659.653403 -12526.480665 -16252.841079   -161.370798 18 14 15 285  P   P
+PG27 -18928.631307 -13873.931796  13391.276544    251.619031 11 16 16 317  P   P
+PG28  12213.341855 -23173.331775   3941.970007     28.871723 12  9 12 261  P   P
+PG29 -24504.435702   4749.825145  -8932.671546    196.823257 12 15 14 223  P   P
+PG30    -10.566712  22049.768290 -15192.290479    333.841082 12 10 12 317  P   P
+PG31   5742.888246  24129.088257   9401.883238     61.067923 13 10 12 243  P   P
+PG32  15818.311745   3803.608581  21210.822313   -227.058457 13 15  6 289  P   P
+*  2011  4  2  8 15  0.00000000
+PG02 -13155.446396 -23255.135167   2456.273090    328.439382 14 10 14 250  P   P
+PG03  14029.902791  12342.490662 -19396.043778    696.508088 16 14  9 329  P   P
+PG04  -3006.152887 -22630.889479  13069.814501     77.123886 16 16 16 311  P   P
+PG05  -6209.180127 -17369.453016 -19091.463842   -138.403539 11 10 11 216  P   P
+PG06   9329.134417  14162.635763 -20323.674279   -234.119535 15 13  7 216  P   P
+PG07  12309.651800  -8433.623914 -21965.435578      7.092065 15 16 10 252  P   P
+PG08   5101.369199 -17224.374869 -19336.191368      7.635259 17 16 14 332  P   P
+PG09 -18913.958626 -11064.934124  14468.522271     71.312993 10 17 16 293  P   P
+PG10   6584.412549 -24230.627932  -8268.415884    -70.487385 13  9 15 328  P   P
+PG11  22510.630671   8951.105630  10947.982335   -139.358805  9 14 12 270  P   P
+PG12 -16122.271754   -329.916780  21101.150955    -14.780324 14 17 13 207  P   P
+PG13  24003.480083  -5692.506420 -10054.116907    276.725723 10 11 14 263  P   P
+PG14  -8883.218392  13849.428133  20973.875649    141.386687 16  8 13 239  P   P
+PG15 -24903.911479  -4473.090398  -8336.772026   -138.453033 12 12 13 237  P   P
+PG16   3758.595165  18648.996161 -18374.942426   -162.143579 14 11 11 236  P   P
+PG17   9394.655003 -14346.841569  20357.615069    184.228769 10 11 13 206  P   P
+PG18 -16101.364626  19801.099478  -6313.246576    129.710185 10 12 11 211  P   P
+PG19  22672.162010   8747.893343 -11114.528820   -126.282812 15 15 15 186  P   P
+PG20  17768.975636  -4524.392186  19045.904317     48.832515 11 15  2 242  P   P
+PG21 -12240.191740   9823.985898 -20996.777813   -134.614358 10 10 14 226  P   P
+PG22 -10031.628652  24249.229676   3890.768767    150.797873 14  5 15 225  P   P
+PG23  26625.164786    850.976214   2396.966377    316.090210 10 12 14 210  P   P
+PG24  18748.265480   8513.932948  16984.272497    378.283283 11 15 15 309  P   P
+PG25 -17822.249295  14064.232639  13755.371295     -1.005394 11 15 13 261  P   P
+PG26 -15814.172693 -12481.159877 -18112.929175   -161.379974 18 14 14 286  P   P
+PG27 -19525.596750 -15023.021359  10979.897744    251.622481 12 16 17 315  P   P
+PG28  12535.020603 -23246.263708   1064.064395     28.873874 12 10 12 259  P   P
+PG29 -25377.284573   4482.621951  -6253.957159    196.825755 12 15 14 223  P   P
+PG30   -884.655805  23347.668933 -13009.028722    333.843826 12  9 12 317  P   P
+PG31   4982.792617  23184.727919  11944.079552     61.072459 14 11 11 242  P   P
+PG32  14509.782785   5820.627468  21725.648361   -227.065192 13 15  6 291  P   P
+*  2011  4  2  8 30  0.00000000
+PG02 -12685.289781 -23061.549179   5196.659304    328.441402 14  9 15 250  P   P
+PG03  11893.721338  12888.382692 -20433.798338    696.512543 16 14  6 329  P   P
+PG04  -1850.422205 -21402.016988  15184.401099     77.133241 16 16 16 311  P   P
+PG05  -5167.690995 -19198.830704 -17579.552992   -138.408816 12  9 12 210  P   P
+PG06   6955.948038  14537.718853 -20974.308707   -234.224836 15 13  7 227  P   P
+PG07  13702.797062  -6353.415968 -21858.366229      7.092948 15 16 11 252  P   P
+PG08   6315.603348 -15270.196744 -20624.639003      7.635452 17 16 14 332  P   P
+PG09 -19709.850336 -12466.244762  12171.136794     71.315189 11 17 17 294  P   P
+PG10   7200.508061 -24787.785324  -5564.694393    -70.488143 13 10 15 327  P   P
+PG11  23129.648510  10007.482518   8585.890699   -139.361564 10 13 12 270  P   P
+PG12 -15076.738701  -2538.781188  21730.786043    -14.777784 14 17 12 207  P   P
+PG13  24977.597313  -5536.432597  -7377.644127    276.724376  9 11 14 264  P   P
+PG14 -11186.297057  13815.486014  19844.226662    141.388813 16  9 14 238  P   P
+PG15 -23834.549061  -4818.104431 -10867.162864   -138.450317 13 12 13 238  P   P
+PG16   2696.108362  20367.955901 -16631.693061   -162.146045 14 11 12 236  P   P
+PG17  11637.613757 -14334.319851  19144.509250    184.228957 10 11 13 204  P   P
+PG18 -15994.189019  18822.744101  -8945.356725    129.711976 10 12 10 207  P   P
+PG19  21275.749780   8930.090991 -13450.647040   -126.286246 15 15 15 191  P   P
+PG20  16978.170949  -2380.885032  20122.837016     48.832621 11 16  4 243  P   P
+PG21 -13652.314329   7759.962039 -21045.743734   -134.616753 11 11 14 224  P   P
+PG22 -10460.792102  24334.596454   1108.759303    150.797149 14  8 15 225  P   P
+PG23  26209.143312   1092.481203   5197.349412    316.087937 10 12 14 208  P   P
+PG24  19540.150737  10161.188407  15098.121678    378.286046 12 15 16 307  P   P
+PG25 -17274.519044  12448.068862  15851.463265     -1.005701 10 15 13 261  P   P
+PG26 -13780.940668 -12541.801078 -19679.263878   -161.389153 18 14 14 287  P   P
+PG27 -20019.597609 -15917.793079   8388.092656    251.625980 13 15 17 313  P   P
+PG28  12699.872159 -23044.746189  -1832.368998     28.876023 12 11 12 258  P   P
+PG29 -25952.620452   4252.261338  -3467.084834    196.828254 11 15 14 224  P   P
+PG30  -1589.465875  24455.596523 -10606.428561    333.846564 12  9 12 317  P   P
+PG31   4021.755301  22053.363194  14280.552660     61.076998 14 12 11 241  P   P
+PG32  13290.657128   7930.861076  21875.183945   -227.071915 13 15  7 292  P   P
+*  2011  4  2  8 45  0.00000000
+PG02 -12018.228618 -22656.281175   7850.245741    328.443423 15  9 14 251  P   P
+PG03   9692.202607  13561.716894 -21134.108152    696.517008 16 14  3 329  P   P
+PG04   -500.241653 -20050.409304  17030.068730     77.142589 17 17 15 311  P   P
+PG05  -4291.583096 -20905.271565 -15764.422318   -138.414094 12  9 12 203  P   P
+PG06   4548.782525  15035.957979 -21259.559400   -234.330129 15 13  8 235  P   P
+PG07  15185.480524  -4380.192558 -21375.569337      7.093832 15 16 12 252  P   P
+PG08   7705.447888 -13285.799781 -21552.875999      7.635624 17 16 13 332  P   P
+PG09 -20407.749006 -13601.980111   9658.136049     71.317382 12 16 17 295  P   P
+PG10   7664.941421 -25087.903362  -2763.533849    -70.488904 13 11 15 327  P   P
+PG11  23578.286435  10865.565337   6077.055953   -139.364318 10 13 13 270  P   P
+PG12 -14133.410216  -4845.610498  21986.935547    -14.775242 14 17 11 207  P   P
+PG13  25649.998794  -5417.699131  -4575.145892    276.723032  9 12 14 264  P   P
+PG14 -13343.314532  13898.275590  18376.241513    141.390942 16  9 14 237  P   P
+PG15 -22512.076820  -5258.712825 -13212.075283   -138.447600 13 12 13 238  P   P
+PG16   1814.822015  21946.294809 -14598.122211   -162.148513 14 10 12 237  P   P
+PG17  13725.997960 -14422.208617  17603.352793    184.229149 11 11 14 203  P   P
+PG18 -15817.532993  17571.536870 -11418.354557    129.713768 11 13 10 204  P   P
+PG19  19639.950361   9198.653065 -15559.084226   -126.289681 15 15 15 194  P   P
+PG20  16254.129499   -106.459302  20848.616650     48.832729 11 16  7 243  P   P
+PG21 -15145.491214   5781.887746 -20720.002571   -134.619148 11 12 14 222  P   P
+PG22 -10760.137599  24150.844271  -1692.423596    150.796424 13 10 15 226  P   P
+PG23  25499.054967   1394.251708   7910.078529    316.085664 11 13 14 207  P   P
+PG24  20286.192280  11578.788312  12956.255489    378.288776 12 15 16 306  P   P
+PG25 -16730.705990  10598.865181  17674.296185     -1.006006 10 15 12 260  P   P
+PG26 -11599.831471 -12729.966987 -20926.798579   -161.398335 18 14 13 288  P   P
+PG27 -20369.411885 -16561.993106   5657.615269    251.629519 14 15 17 311  P   P
+PG28  12741.598284 -22550.487392  -4696.549149     28.878172 12 11 12 257  P   P
+PG29 -26220.925290   4022.073332   -620.301461    196.830754 10 15 14 224  P   P
+PG30  -2143.400241  25336.794835  -8024.238974    333.849299 12  9 13 317  P   P
+PG31   2850.663239  20777.822718  16371.811677     61.081540 14 12 10 240  P   P
+PG32  12186.644695  10094.876601  21658.173385   -227.078627 13 15  9 293  P   P
+*  2011  4  2  9  0  0.00000000
+PG02 -11136.657930 -22071.107822  10372.606304    328.445440 15  9 14 252  P   P
+PG03   7468.654134  14359.721663 -21484.980986    696.521481 16 14  5 329  P   P
+PG04   1039.522391 -18619.666963  18574.311259     77.151929 17 17 14 311  P   P
+PG05  -3573.125829 -22445.113665 -13677.152947   -138.419374 12  9 12 194  P   P
+PG06   2154.924982  15651.655215 -21173.739710   -234.435411 15 13  9 241  P   P
+PG07  16722.624382  -2549.011547 -20525.942522      7.094716 14 16 13 251  P   P
+PG08   9253.894732 -11320.294827 -22106.278799      7.635772 17 16 12 332  P   P
+PG09 -20965.613325 -14473.945304   6975.028133     71.319569 12 16 17 296  P   P
+PG10   8006.470972 -25107.581151     86.157485    -70.489668 13 11 15 326  P   P
+PG11  23827.414896  11539.480806   3464.799523   -139.367068 11 13 13 270  P   P
+PG12 -13314.760488  -7205.841376  21865.740343    -14.772699 14 17 11 208  P   P
+PG13  26009.025388  -5297.250473  -1694.373925    276.721692  8 12 14 265  P   P
+PG14 -15312.484637  14074.333559  16594.343783    141.393072 15  9 15 237  P   P
+PG15 -20967.348229  -5820.453248 -15331.310869   -138.444882 14 13 13 238  P   P
+PG16   1104.884667  23339.458361 -12309.336892   -162.150981 14  9 13 237  P   P
+PG17  15620.805387 -14585.890301  15759.819075    184.229340 11 12 15 201  P   P
+PG18 -15608.537460  16057.150162 -13687.917927    129.715563 11 13 10 201  P   P
+PG19  17797.872771   9579.185306 -17403.666817   -126.293117 16 15 14 197  P   P
+PG20  15620.962525   2258.572904  21210.599322     48.832837 12 16  9 243  P   P
+PG21 -16687.394316   3925.619840 -20027.420514   -134.621543 11 13 15 220  P   P
+PG22 -10961.655641  23684.583459  -4464.241238    150.795698 13 11 15 227  P   P
+PG23  24513.606776   1789.893634  10489.291953    316.083388 12 13 14 206  P   P
+PG24  20946.468011  12757.614576  10595.145721    378.291473 12 14 17 303  P   P
+PG25 -16226.737464   8543.466576  19192.459740     -1.006312 10 16 11 260  P   P
+PG26  -9314.577914 -13060.005064 -21835.367898   -161.407524 18 14 11 289  P   P
+PG27 -20536.270506 -16967.340568   2832.985244    251.633094 14 14 18 308  P   P
+PG28  12697.413746 -21753.947823  -7477.652348     28.880317 12 12 12 255  P   P
+PG29 -26181.580969   3754.717502   2237.196913    196.833255  9 15 14 224  P   P
+PG30  -2571.144223  25959.934913  -5305.570209    333.852031 12  8 13 317  P   P
+PG31   1468.780391  19403.295002  18182.796839     61.086085 15 13  9 239  P   P
+PG32  11216.381176  12269.822359  21079.329122   -227.085326 13 15 10 293  P   P
+*  2011  4  2  9 15  0.00000000
+PG02 -10030.004630 -21341.728784  12721.357418    328.447455 15  9 14 252  P   P
+PG03   5265.810319  15272.252599 -21479.942275    696.525965 16 14  8 329  P   P
+PG04   2755.767051 -17153.403889  19790.153649     77.161257 17 17 13 311  P   P
+PG05  -2997.068570 -23778.341692 -11353.592557   -138.424654 12  8 12 182  P   P
+PG06   -179.593862  16371.458395 -20717.718882   -234.540681 15 13 10 245  P   P
+PG07  18274.360275   -888.066375 -19324.620764      7.095604 14 16 14 251  P   P
+PG08  10935.856455  -9419.515438 -22276.907316      7.635898 17 16 12 332  P   P
+PG09 -21344.364324 -15093.088415   4169.819859     71.321752 13 16 18 296  P   P
+PG10   8258.049242 -24831.338714   2934.308671    -70.490436 13 12 15 326  P   P
+PG11  23852.652715  12049.287202    793.809933   -139.369811 11 12 13 269  P   P
+PG12 -12635.545042  -9571.884451  21369.800426    -14.770157 14 17 11 210  P   P
+PG13  26052.160718  -5135.119323   1215.426636    276.720356  7 12 14 266  P   P
+PG14 -17057.755908  14313.845705  14528.388582    141.395202 15 10 16 237  P   P
+PG15 -19237.015369  -6522.849984 -17188.432968   -138.442161 14 13 12 238  P   P
+PG16    548.655550  24507.176299  -9805.080570   -162.153453 14  8 13 238  P   P
+PG17  17288.965152 -14795.011876  13644.905895    184.229534 11 12 15 199  P   P
+PG18 -15403.125343  14297.879171 -15713.355507    129.717360 11 14 10 200  P   P
+PG19  15788.229797  10091.091679 -18952.497186   -126.296554 16 15 13 199  P   P
+PG20  15096.091726   4669.990477  21202.577116     48.832946 12 16 10 243  P   P
+PG21 -18241.190160   2220.482298 -18982.411268   -134.623939 11 13 15 218  P   P
+PG22 -11099.848156  22930.561158  -7158.485560    150.794975 13 12 15 228  P   P
+PG23  23279.007463   2308.858521  12891.249402    316.081114 12 13 13 205  P   P
+PG24  21481.402369  13696.769959   8054.856055    378.294143 13 14 17 300  P   P
+PG25 -15794.036004   6315.817315  20379.806757     -1.006620 10 16 10 259  P   P
+PG26  -6971.365921 -13538.452720 -22389.951394   -161.416717 19 14  9 290  P   P
+PG27 -20485.426310 -17153.044019    -39.109212    251.636703 15 14 18 306  P   P
+PG28  12606.418815 -20654.952565 -10125.788061     28.882462 12 12 12 254  P   P
+PG29 -25842.835172   3413.832679   5056.126237    196.835757  8 15 14 224  P   P
+PG30  -2902.584558  26300.342852  -2496.244599    333.854763 12  8 13 318  P   P
+PG31   -116.077308  17975.601105  19683.417597     61.090629 15 13  8 238  P   P
+PG32  10390.878143  14410.872680  20149.188780   -227.092013 13 15 11 294  P   P
+*  2011  4  2  9 30  0.00000000
+PG02  -8695.322492 -20506.389260  14856.819374    328.449470 15  9 14 252  P   P
+PG03   3124.432300  16282.052711 -21118.172512    696.530457 16 14 10 328  P   P
+PG04   4627.487460 -15693.554650  20656.642720     77.170580 17 17 11 311  P   P
+PG05  -2541.407828 -24870.062835  -8833.743997   -138.429934 13  8 12 166  P   P
+PG06  -2411.615380  17174.815241 -19898.950329   -234.645941 15 13 11 248  P   P
+PG07  19797.492534    582.192446 -17792.681887      7.096491 14 16 14 250  P   P
+PG08  12719.061475  -7624.397419 -22063.529563      7.635997 17 16 13 332  P   P
+PG09 -21509.470086 -15478.760996   1292.068802     71.323932 14 15 18 297  P   P
+PG10   8455.325432 -24252.342248   5730.619045    -70.491211 13 13 15 326  P   P
+PG11  23635.316938  12419.975319  -1890.604454   -139.372551 12 12 13 269  P   P
+PG12 -12102.328206 -11894.774176  20508.095351    -14.767611 14 17 12 212  P   P
+PG13  25786.108851  -4892.152058   4104.342307    276.719025  7 13 14 266  P   P
+PG14 -18550.047304  14581.863453  12213.204841    141.397334 14 11 16 236  P   P
+PG15 -17362.231571  -7378.478594 -18751.390772   -138.439442 15 13 12 238  P   P
+PG16    121.581440  25415.005354  -7129.025008   -162.155925 14  7 13 238  P   P
+PG17  18704.472590 -15014.734363  11294.453259    184.229728 11 13 16 198  P   P
+PG18 -15234.417247  12320.100375 -17458.424547    129.719159 11 14 11 200  P   P
+PG19  13654.023811  10746.665211 -20178.511050   -126.299995 16 15 13 201  P   P
+PG20  14689.599120   7081.197128  20824.883094     48.833055 12 16 11 243  P   P
+PG21 -19766.956841    688.371597 -17605.509942   -134.626333 11 14 15 216  P   P
+PG22 -11210.201132  21891.996526  -9728.144080    150.794253 12 13 15 229  P   P
+PG23  21828.043016   2975.134482  15075.041183    316.078839 12 14 13 204  P   P
+PG24  21853.320905  14403.415592   5378.390809    378.296784 13 13 17 297  P   P
+PG25 -15458.251375   3955.841901  21215.903930     -1.006927 10 16  8 258  P   P
+PG26  -4617.350098 -14163.714279 -22580.890844   -161.425917 19 14  7 290  P   P
+PG27 -20187.626364 -17145.039957  -2910.477397    251.640325 16 14 18 304  P   P
+PG28  12507.869652 -19262.938600 -12592.996849     28.884605 12 13 12 252  P   P
+PG29 -25221.435852   2965.645191   7787.970469    196.838258  7 15 13 223  P   P
+PG30  -3171.512644  26341.007583    355.922549    333.857495 12  8 13 318  P   P
+PG31  -1887.695799  16539.473783  20848.995846     61.095177 15 13  9 236  P   P
+PG32   9713.262413  16472.738020  18883.898719   -227.098686 13 15 12 294  P   P
+*  2011  4  2  9 45  0.00000000
+PG02  -7137.616281 -19604.415013  16742.648986    328.451482 15  8 13 252  P   P
+PG03   1081.973216  17365.278482 -20404.577897    696.534958 16 14 11 328  P   P
+PG04   6626.437347 -14278.771726  21159.207587     77.179893 18 18  9 310  P   P
+PG05  -2178.425297 -25691.798937  -6161.075998   -138.435214 13  7 12 144  P   P
+PG06  -4502.359404  18034.732630 -18731.372060   -234.751187 15 13 12 250  P   P
+PG07  21247.093160   1849.631200 -15956.757508      7.097380 13 16 15 249  P   P
+PG08  14565.224677  -5969.582499 -21471.524706      7.636070 17 16 13 332  P   P
+PG09 -21432.328030 -15657.666962  -1608.050317     71.326106 15 15 18 297  P   P
+PG10   8635.028584 -23372.794972   8425.514200    -70.491994 13 14 15 325  P   P
+PG11  23163.160815  12680.305475  -4543.247942   -139.375287 12 12 13 268  P   P
+PG12 -11713.337540 -14125.869166  19295.800002    -14.765063 14 17 13 215  P   P
+PG13  25226.530559  -4531.716240   6922.639312    276.717700  8 13 14 267  P   P
+PG14 -19768.232479  14839.737340   9688.046455    141.399467 14 11 16 236  P   P
+PG15 -15387.189773  -8392.299094 -19993.076168   -138.436719 15 13 11 237  P   P
+PG16   -206.641231  26035.656465  -4327.978431   -162.158400 14  6 13 238  P   P
+PG17  19849.266123 -15207.178867   8748.566220    184.229925 11 14 16 196  P   P
+PG18 -15131.272587  10157.397497 -18892.053994    129.720961 11 14 11 202  P   P
+PG19  11441.070897  11550.448984 -21059.968858   -126.303437 16 15 12 202  P   P
+PG20  14403.883566   9444.850174  20084.371813     48.833166 12 16 12 243  P   P
+PG21 -21223.208458   -656.814543 -15922.841790   -134.628726 11 14 16 215  P   P
+PG22 -11327.615952  20580.594185 -12128.254076    150.793531 12 14 14 231  P   P
+PG23  20198.916003   3806.137696  17003.262703    316.076564 13 14 13 203  P   P
+PG24  22027.943889  14892.313972   2611.002181    378.299404 14 13 17 292  P   P
+PG25 -15238.229871   1508.097607  21686.382807     -1.007235 10 16  5 257  P   P
+PG26  -2299.134938 -14926.021087 -22404.060040   -161.435123 19 13  9 291  P   P
+PG27 -19620.430612 -16974.969386  -5732.159771    251.643970 17 13 18 303  P   P
+PG28  12439.420146 -17596.814241 -14834.243662     28.886748 12 13 12 250  P   P
+PG29 -24341.950571   2380.472348  10385.817108    196.840761  7 15 13 223  P   P
+PG30  -3414.155910  26073.324419   3201.904904    333.860231 12  9 13 318  P   P
+PG31  -3821.935194  15136.907217  21660.611945     61.099724 16 14 10 235  P   P
+PG32   9178.809077  18411.188499  17304.929564   -227.105347 13 14 13 293  P   P
+*  2011  4  2 10  0  0.00000000
+PG02  -5369.880407 -18674.710674  18346.436069    328.453490 15  8 13 251  P   P
+PG03   -828.645792  18492.278240 -19349.789936    696.539469 16 14 12 327  P   P
+PG04   8718.085815 -12942.979568  21289.883936     77.189199 18 18  9 310  P   P
+PG05  -1875.956210 -26222.543519  -3381.767834   -138.440493 13  7 12 138  P   P
+PG06  -6418.759253  18918.812328 -17235.178742   -234.856418 14 13 12 251  P   P
+PG07  22578.167583   2910.683902 -13848.557726      7.098270 12 16 15 248  P   P
+PG08  16431.441985  -4482.293896 -20512.674451      7.636117 16 16 14 331  P   P
+PG09 -21091.396150 -15662.554175  -4480.644527     71.328279 16 14 18 297  P   P
+PG10   8833.299711 -22203.972074  10971.102027    -70.492788 13 14 15 325  P   P
+PG11  22430.877562  12861.526543  -7119.746155   -139.378017 13 11 13 267  P   P
+PG12 -11458.647982 -16218.539204  17754.000734    -14.762514 14 16 14 218  P   P
+PG13  24397.445014  -4021.323505   9621.620783    276.716379  8 13 13 267  P   P
+PG14 -20699.832480  15046.714697   6995.958113    141.401604 13 12 16 237  P   P
+PG15 -13357.550625  -9561.285155 -20891.803563   -138.433994 15 13 11 237  P   P
+PG16   -470.666372  26350.050465  -1451.026475   -162.160875 14  6 14 239  P   P
+PG17  20713.808739 -15333.014641   6050.949726    184.230121 11 14 17 195  P   P
+PG18 -15117.021253   7849.391977 -19988.953046    129.722769 11 15 11 205  P   P
+PG19   9196.415605  12498.895201 -21580.871328   -126.306878 15 15 11 202  P   P
+PG20  14233.636751  11714.519030  18994.276702     48.833278 12 16 13 242  P   P
+PG21 -22568.461437  -1809.414165 -13965.507448   -134.631119 11 15 16 215  P   P
+PG22 -11484.863224  19016.231952 -14316.728119    150.792814 12 14 14 232  P   P
+PG23  18433.888742   4811.847119  18642.644821    316.074288 13 14 12 204  P   P
+PG24  21975.764702  15185.095108   -200.535188    378.302005 15 12 17 287  P   P
+PG25 -15145.260916   -979.749809  21783.185146     -1.007543 10 16  6 255  P   P
+PG26    -61.267606 -15807.679182 -21860.984497   -161.444337 19 13 11 291  P   P
+PG27 -18769.320900 -16678.919069  -8455.224734    251.647634 17 13 18 303  P   P
+PG28  12435.413582 -15684.425295 -16808.377338     28.888888 12 13 12 249  P   P
+PG29 -23235.799070   1634.062633  12805.157750    196.843264  8 15 13 222  P   P
+PG30  -3667.590343  25497.538077   5992.299950    333.862973 12  9 13 318  P   P
+PG31  -5887.498832  13805.637012  22105.352944     61.104272 16 14 11 233  P   P
+PG32   8775.263421  20184.539711  15438.728634   -227.111993 13 14 13 293  P   P
+*  2011  4  2 10 15  0.00000000
+PG02  -3412.846594 -17754.274260  19640.255632    328.455497 15  7 12 250  P   P
+PG03  -2580.105711  19628.601123 -17970.089204    696.543988 15 14 12 327  P   P
+PG04  10862.827737 -11714.144055  21047.400616     77.198497 18 18 12 309  P   P
+PG05  -1598.837990 -26449.541275   -543.901468   -138.445771 13  6 12 159  P   P
+PG06  -8134.570097  19790.522248 -15436.468280   -234.961637 14 12 13 252  P   P
+PG07  23747.328312   3770.274110 -11504.318678      7.099160 11 15 15 246  P   P
+PG08  18271.750761  -3181.519099 -19204.854110      7.636138 16 16 15 330  P   P
+PG09 -20473.037559 -15530.710294  -7276.950316     71.330438 16 14 18 297  P   P
+PG10   9084.044762 -20765.894071  13322.104742    -70.493593 13 15 14 325  P   P
+PG11  21440.356264  12996.025329  -9577.223397   -139.380747 13 11 13 265  P   P
+PG12 -11320.686096 -18129.776260  15909.318181    -14.759961 14 16 15 221  P   P
+PG13  23330.316846  -3334.103288  12154.478210    276.715064  9 14 13 267  P   P
+PG14 -21341.387036  15161.641396   4183.063725    141.403741 12 13 17 237  P   P
+PG15 -11318.818963 -10874.365922 -21431.703649   -138.431267 15 13 10 236  P   P
+PG16   -707.918423  26348.057526   1451.375407   -162.163353 14  8 13 239  P   P
+PG17  21297.347628 -15353.127674   3248.164932    184.230318 11 15 17 193  P   P
+PG18 -15208.441863   5440.329005 -20730.089245    129.724580 11 15 12 209  P   P
+PG19   6966.693775  13580.339892 -21731.289525   -126.310323 15 15 11 202  P   P
+PG20  14166.138031  13846.307253  17573.948476     48.833391 12 16 14 242  P   P
+PG21 -23762.779057  -2771.907691 -11768.906213   -134.633513 11 15 16 215  P   P
+PG22 -11711.122836  17226.332364 -16255.133041    150.792095 12 15 13 233  P   P
+PG23  16577.777834   5994.217143  19964.630277    316.072012 13 14 11 204  P   P
+PG24  21673.262761  15309.273006  -3008.673218    378.304590 16 11 17 281  P   P
+PG25 -15182.630109  -3458.568837  21504.698652     -1.007850 10 16  9 254  P   P
+PG26   2055.210964 -16783.601700 -20958.906878   -161.453557 19 13 13 291  P   P
+PG27 -17628.547782 -16295.965084 -11031.620064    251.651299 18 12 18 304  P   P
+PG28  12525.303202 -13561.641880 -18479.025900     28.891028 12 13 12 247  P   P
+PG29 -21940.038265    708.720980  15004.640324    196.845768  8 15 12 221  P   P
+PG30  -3968.094416  24622.859144   8678.203720    333.865719 12 10 13 318  P   P
+PG31  -8046.967347  12577.803922  22176.463964     61.108821 16 14 13 232  P   P
+PG32   8483.438299  21755.051510  13316.313584   -227.118627 13 14 13 292  P   P
+*  2011  4  2 10 30  0.00000000
+PG02  -1294.444682 -16876.781395  20601.167049    328.457501 15  7 11 249  P   P
+PG03  -4151.566200  20736.206847 -16287.248199    696.548512 15 13 13 326  P   P
+PG04  13017.394930 -10613.305282  20437.131067     77.207791 18 18 14 308  P   P
+PG05  -1310.481553 -26368.758501   2303.383964   -138.451046 13  7 12 176  P   P
+PG06  -9631.204532  20610.651619 -13366.769199   -235.066841 14 12 13 251  P   P
+PG07  24714.414016   4441.413634  -8964.182723      7.100050 10 15 16 245  P   P
+PG08  20038.794051  -2077.522154 -17571.635431      7.636131 16 16 15 330  P   P
+PG09 -19572.056159 -15302.328507  -9950.117910     71.332597 17 14 18 297  P   P
+PG10   9417.380403 -19086.649404  15436.742817    -70.494410 13 15 14 325  P   P
+PG11  20200.684904  13115.955346 -11874.942735   -139.383473 13 11 13 264  P   P
+PG12 -11275.033150 -19821.670319  13793.443998    -14.757405 14 16 16 224  P   P
+PG13  22062.861021  -2450.067577  14477.121634    276.713754  9 14 13 267  P   P
+PG14 -21698.486462  15144.702033   1297.787515    141.405882 11 14 17 237  P   P
+PG15  -9314.729749 -12312.685460 -21603.023148   -138.428539 15 13 10 235  P   P
+PG16   -956.898931  26028.889142   4328.337866   -162.165834 14  9 13 240  P   P
+PG17  21607.837932 -15230.303543    388.818972    184.230516 10 16 17 192  P   P
+PG18 -15415.030611   2977.481481 -21103.024928    129.726396 11 15 12 212  P   P
+PG19   4796.504139  14775.299504 -21507.600378   -126.313772 15 15 11 201  P   P
+PG20  14181.854264  15800.373958  15848.481468     48.833505 12 16 14 241  P   P
+PG21 -24769.235132  -3554.511236  -9372.017754   -134.635900 12 15 16 216  P   P
+PG22 -12030.671037  15244.940977 -17909.405101    150.791378 12 15 13 234  P   P
+PG23  14676.353627   7346.893746  20945.886316    316.069737 13 14 11 204  P   P
+PG24  21103.906383  15297.048403  -5765.853614    378.307165 16 11 17 273  P   P
+PG25 -15345.495866  -5879.460570  20855.780991     -1.008157 10 16 11 252  P   P
+PG26   4014.110054 -17822.115516 -19710.792484   -161.462784 18 12 14 291  P   P
+PG27 -16201.668293 -15866.567011 -13415.066250    251.654961 18 12 17 306  P   P
+PG28  12732.277002 -11271.099325 -19815.397836     28.893166 12 14 11 246  P   P
+PG29 -20495.947927   -405.823657  16946.760997    196.848272  9 15 11 220  P   P
+PG30  -4349.509941  23467.240007  11212.109442    333.868473 12 11 13 318  P   P
+PG31 -10258.057521  11478.846942  21873.404733     61.113368 16 14 14 231  P   P
+PG32   8278.065233  23090.193562  10972.811079   -227.125251 13 13 14 291  P   P
+*  2011  4  2 10 45  0.00000000
+PG02    951.009550 -16071.291690  21211.650939    328.459505 15  6 10 248  P   P
+PG03  -5529.313743  21774.838604 -14328.288367    696.553045 15 13 13 326  P   P
+PG04  15136.407838  -9653.908963  19470.915781     77.217079 18 18 15 308  P   P
+PG05   -974.502470 -25985.025118   5110.759470   -138.456317 13  8 12 187  P   P
+PG06 -10898.260847  21338.890074 -11062.458496   -235.172032 13 11 13 250  P   P
+PG07  25443.994097   4944.495828  -6271.521562      7.100937  8 15 16 243  P   P
+PG08  21685.525256  -1171.694861 -15641.813428      7.636100 15 15 16 329  P   P
+PG09 -18391.914127 -15018.809551 -12455.923688     71.334748 17 13 17 297  P   P
+PG10   9858.241015 -17201.393354  17277.547810    -70.495241 14 16 13 324  P   P
+PG11  18727.903751  13251.893271 -13974.904127   -139.386198 14 10 12 262  P   P
+PG12 -11291.494916 -21262.696210  11442.599727    -14.754847 14 15 16 226  P   P
+PG13  20637.609713  -1357.114094  16548.972581    276.712450 10 14 13 267  P   P
+PG14 -21785.459192  14959.130005  -1609.979997    141.408025  9 14 17 237  P   P
+PG15  -7385.704867 -13850.172776 -21402.323641   -138.425809 15 13 10 233  P   P
+PG16  -1255.450706  25401.126438   7129.480744   -162.168316 14 10 13 240  P   P
+PG17  21661.530088 -14930.856217  -2477.297381    184.230714 10 16 17 191  P   P
+PG18 -15738.590606    509.442003 -21102.105966    129.728216 11 15 13 215  P   P
+PG19   2726.850484  16057.083449 -20912.619416   -126.317222 15 15 11 200  P   P
+PG20  14255.318299  17542.295195  13848.237057     48.833620 12 16 15 240  P   P
+PG21 -25555.244420  -4174.484895  -6816.660662   -134.638280 11 15 16 218  P   P
+PG22 -12461.769730  13111.546867 -19250.485230    150.790664 12 16 12 235  P   P
+PG23  12774.702585   8855.249228  21568.743542    316.067463 13 14 10 204  P   P
+PG24  20258.908055  15183.941216  -8425.275703    378.309734 17 10 17 263  P   P
+PG25 -15621.094115  -8195.447736  19847.671946     -1.008463 10 16 12 250  P   P
+PG26   5785.282577 -18886.023627 -18135.267777   -161.472018 18 12 15 290  P   P
+PG27 -14501.737132 -15430.871375 -15561.974190    251.658610 18 12 17 308  P   P
+PG28  13072.153719  -8860.645077 -20792.961792     28.895305 12 14 11 244  P   P
+PG29 -18947.472353  -1711.840926  18598.485257    196.850778  9 15 11 218  P   P
+PG30  -4841.677984  22056.809946  13548.811283    333.871235 12 12 12 317  P   P
+PG31 -12475.058700  10526.662547  21201.814120     61.117915 16 15 15 229  P   P
+PG32   8128.870030  24163.735659   8446.943796   -227.131864 13 13 14 290  P   P
+*  2011  4  2 11  0  0.00000000
+PG02   3283.875589 -15361.126984  21459.973951    328.461507 15  5  9 246  P   P
+PG03  -6707.152794  22703.514227 -12125.147001    696.557584 15 12 13 325  P   P
+PG04  17174.002938  -8841.458118  18166.765094     77.226360 18 18 16 306  P   P
+PG05   -556.346492 -25311.842178   7829.578708   -138.461585 13  9 12 197  P   P
+PG06 -11933.722553  21935.465011  -8564.082708   -235.277209 13 11 13 248  P   P
+PG07  25906.703522   5306.312053  -3472.212903      7.101826  5 15 16 242  P   P
+PG08  23166.890725   -456.743883 -13448.869167      7.636046 15 15 16 328  P   P
+PG09 -16944.634094 -14721.064688 -14753.405905     71.336886 18 13 17 297  P   P
+PG10  10425.208158 -15151.065478  18812.083097    -70.496087 14 16 12 324  P   P
+PG11  17044.520262  13431.569307 -15842.396729   -139.388924 14 10 12 261  P   P
+PG12 -11335.396591 -22428.764900   8896.926658    -14.752285 14 15 16 229  P   P
+PG13  19100.295434    -51.724998  18333.703814    276.711149 10 14 12 267  P   P
+PG14 -21624.723634  14572.818606  -4489.756813    141.410169  8 15 17 238  P   P
+PG15  -5567.440073 -15454.403315 -20832.574100   -138.423074 15 13 10 232  P   P
+PG16  -1639.052474  24482.384410   9805.862130   -162.170800 14 11 13 240  P   P
+PG17  21482.234186 -14426.135374  -5300.107561    184.230910  9 17 18 190  P   P
+PG18 -16173.156067  -1915.622825 -20728.501874    129.730042 11 15 13 218  P   P
+PG19    793.715103  17392.704383 -19955.623685   -126.320673 14 14 11 198  P   P
+PG20  14356.248636  19044.212878  11608.275489     48.833733 12 15 15 239  P   P
+PG21 -26093.715409  -4655.193139  -4146.743911   -134.640657  9 15 16 218  P   P
+PG22 -13015.804914  10869.692054 -20254.859971    150.789952 12 16 11 236  P   P
+PG23  10915.613081  10496.739294  21821.551331    316.065188 12 14  9 205  P   P
+PG24  19137.702979  15007.302358 -10941.658837    378.312303 18 10 17 250  P   P
+PG25 -15989.262816 -10363.089943  18497.795481     -1.008770 11 16 13 249  P   P
+PG26   7345.624419 -19933.896311 -16256.483965   -161.481260 18 11 15 290  P   P
+PG27 -12551.125557 -15026.991385 -17432.365181    251.662238 18 11 16 311  P   P
+PG28  13552.604412  -6381.559692 -21393.981127     28.897443 12 14 11 243  P   P
+PG29 -17339.578214  -3203.333013  19931.789196    196.853283  9 15 10 217  P   P
+PG30  -5469.017696  20424.983742  15646.292065    333.874008 12 12 12 317  P   P
+PG31 -14650.394422   9731.056992  20173.386020     61.122460 16 15 15 228  P   P
+PG32   8001.836751  24956.625933   5780.468996   -227.138467 13 12 14 289  P   P
+*  2011  4  2 11 15  0.00000000
+PG02   5660.464955 -14762.966491  21340.471498    328.463507 14  5  8 244  P   P
+PG03  -7686.519081  23482.084309  -9714.250897    696.562127 15 12 14 324  P   P
+PG04  19085.469847  -8173.492564  16548.454077     77.235639 18 17 17 305  P   P
+PG05    -24.844041 -24370.862123  10412.738940   -138.466848 13 10 11 204  P   P
+PG06 -12743.822092  22362.768923  -5915.597640   -235.382373 12 10 13 244  P   P
+PG07  26080.359107   5558.829695   -613.881595      7.102713  6 14 16 240  P   P
+PG08  24441.430722     82.800714 -11030.379771      7.635969 14 15 17 327  P   P
+PG09 -15250.399582 -14447.880356 -16805.421846     71.339016 18 13 17 296  P   P
+PG10  11129.613492 -12980.880700  20013.554598    -70.496948 14 16 10 324  P   P
+PG11  15178.803809  13678.714416 -17446.502257   -139.391648 14 10 11 259  P   P
+PG12 -11369.053325 -23304.001510   6199.816234    -14.749720 15 14 17 231  P   P
+PG13  17498.112889   1460.670271  19799.910338    276.709854 10 14 12 266  P   P
+PG14 -21245.826850  13959.766941  -7291.368925    141.412315  6 16 16 239  P   P
+PG15  -3889.677089 -17087.721367 -19903.133254   -138.420338 15 13 10 230  P   P
+PG16  -2139.215280  23298.627395  12310.872816   -162.173286 14 12 13 240  P   P
+PG17  21100.288659 -13693.848703  -8030.164230    184.231107  9 17 17 188  P   P
+PG18 -16705.250083  -4251.681478 -19990.101327    129.731871 11 16 14 221  P   P
+PG19   -973.179412  18744.055667 -18652.259534   -126.324126 14 14 12 195  P   P
+PG20  14450.863389  20285.728204   9167.708947     48.833849 12 15 15 239  P   P
+PG21 -26363.990084  -5024.961170  -1407.524484   -134.643026  6 15 16 220  P   P
+PG22 -13696.710811   8565.425613 -20904.995974    150.789239 12 16 11 237  P   P
+PG23   9138.045601  12241.574396  21698.940486    316.062914 12 14  9 206  P   P
+PG24  17748.131198  14804.759341 -13271.989064    378.314875 18  9 16 232  P   P
+PG25 -16423.265559 -12343.963599  16829.455338     -1.009076 11 16 14 247  P   P
+PG26   8679.839689 -20921.555516 -14103.897103   -161.490507 18  9 16 290  P   P
+PG27 -10380.957330 -14689.336224 -18990.766916    251.665837 19 11 16 313  P   P
+PG28  14172.737952  -3886.632396 -21607.885249     28.899580 12 14 11 242  P   P
+PG29 -15716.591242  -4866.089091  20924.113622    196.855790  9 15  8 215  P   P
+PG30  -6249.312301  18611.273147  17466.572173    333.876792 12 13 11 317  P   P
+PG31 -16736.253391   9093.508390  18805.660298     61.127003 16 15 16 227  P   P
+PG32   7860.617888  25457.626312   3017.571797   -227.145063 13 12 14 287  P   P
+*  2011  4  2 11 30  0.00000000
+PG02   8034.490951 -14286.197453  20853.738575    328.465507 14  5  8 242  P   P
+PG03  -8476.303365  24072.800827  -7135.995440    696.566675 15 11 14 323  P   P
+PG04  20828.833568  -7639.890037  14645.023038     77.244914 17 17 17 304  P   P
+PG05    646.368959 -23191.062344  12815.513857   -138.472105 13 10 11 209  P   P
+PG06 -13342.576212  22586.908994  -3163.544308   -235.487525 12 10 13 240  P   P
+PG07  25950.816603   5737.778438   2254.883717      7.103598  8 14 16 238  P   P
+PG08  25472.743877    469.780337  -8427.386082      7.635873 13 15 17 325  P   P
+PG09 -13336.876493 -14234.399616 -18579.126835     71.341137 18 12 16 296  P   P
+PG10  11974.953352 -10738.659268  20861.297291    -70.497825 14 16  8 324  P   P
+PG11  13163.885086  14012.063165 -18760.546569   -139.394372 14  9 11 257  P   P
+PG12 -11353.360650 -23881.222346   3397.191057    -14.747151 15 13 17 233  P   P
+PG13  15877.927743   3165.686178  20921.697061    276.708566 10 14 11 266  P   P
+PG14 -20684.205818  13101.299958  -9965.856824    141.414464  4 16 16 239  P   P
+PG15  -2375.209230 -18708.582172 -18629.619776   -138.417599 15 13 11 228  P   P
+PG16  -2782.046900  21883.165904  14601.076983   -162.175773 14 13 12 240  P   P
+PG17  20551.273531 -12719.142477 -10619.561844    184.231303 10 17 17 187  P   P
+PG18 -17314.459482  -6456.439241 -18901.271462    129.733704 11 15 14 223  P   P
+PG19  -2551.368975  20069.313983 -17024.331983   -126.327581 13 14 12 192  P   P
+PG20  14503.334469  21254.507218   6568.989955     48.833966 12 15 15 238  P   P
+PG21 -26352.544645  -5315.775442   1355.118241   -134.645398  5 15 16 221  P   P
+PG22 -14500.704131   6245.664971 -21189.658546    150.788526 12 16 12 238  P   P
+PG23   7475.746626  14053.685132  21201.984649    316.060642 12 14 10 207  P   P
+PG24  16106.313855  14612.652966 -15376.239362    378.317457 19 10 16 209  P   P
+PG25 -16890.881936 -14105.950239  14871.429627     -1.009381 12 16 15 245  P   P
+PG26   9780.936890 -21803.708253 -11711.956292   -161.499760 18  8 16 289  P   P
+PG27  -8030.168446 -14447.066137 -20207.056027    251.669403 19 11 15 315  P   P
+PG28  14923.070197  -1428.179512 -21431.466279     28.901719 12 14 11 241  P   P
+PG29 -14120.574523  -6678.057370  21558.725234    196.858296  9 15  7 213  P   P
+PG30  -7192.759457  16659.844984  18976.496108    333.879588 12 13 11 317  P   P
+PG31 -18686.232276   8607.244663  17121.732690     61.131545 16 15 17 226  P   P
+PG32   7668.043453  25663.681616    204.216702   -227.151651 13 11 14 285  P   P
+*  2011  4  2 11 45  0.00000000
+PG02  10358.640773 -13932.551595  20006.719298    328.467508 14  6  7 239  P   P
+PG03  -9092.384337  24441.836339  -4434.130250    696.571224 14 11 14 322  P   P
+PG04  22366.321568  -7223.469988  12490.198270     77.254186 17 17 18 303  P   P
+PG05   1477.621092 -21807.644908  14996.342303   -138.477359 13 11 11 213  P   P
+PG06 -13751.014577  22579.114942   -356.180217   -235.592667 11 10 13 234  P   P
+PG07  25512.537351   5881.098173   5085.327230      7.104482 10 14 15 236  P   P
+PG08  26230.766297    733.340017  -5683.727406      7.635759 11 14 17 324  P   P
+PG09 -11238.286234 -14110.768849 -20046.377230     71.343249 18 12 15 295  P   P
+PG10  12956.638501  -8473.067550  21341.127582    -70.498717 14 17  7 325  P   P
+PG11  11036.690790  14444.545778 -19762.496736   -139.397098 15  9 10 255  P   P
+PG12 -11249.444937 -24162.094138    536.747056    -14.744580 15 12 17 235  P   P
+PG13  14284.503500   5040.330192  21679.169738    276.707280 11 14 10 265  P   P
+PG14 -19979.719136  11987.010279 -12466.370351    141.416615  5 17 16 240  P   P
+PG15  -1039.160384 -20273.063365 -17033.670302   -138.414858 15 12 11 225  P   P
+PG16  -3587.042641  20275.378194  16636.981944   -162.178261 14 13 12 240  P   P
+PG17  19874.519948 -11495.393416 -13022.826578    184.231497 10 18 17 186  P   P
+PG18 -17974.296686  -8492.768705 -17482.493091    129.735543 10 15 14 225  P   P
+PG19  -3926.364767  21324.514708 -15099.474974   -126.331038 13 13 13 188  P   P
+PG20  14477.323042  21946.578131   3857.149953     48.834084 12 14 15 237  P   P
+PG21 -26053.434245  -5561.878965   4095.383369   -134.647776  8 15 16 221  P   P
+PG22 -15416.339658   3956.530792 -21104.107659    150.787814 12 16 12 239  P   P
+PG23   5956.061361  15891.949656  20338.253076    316.058369 11 14 11 208  P   P
+PG24  14236.224946  14464.523523 -17218.052470    378.320052 19 10 15 204  P   P
+PG25 -17355.722019 -15624.284457  12657.471565     -1.009684 12 16 15 244  P   P
+PG26  10650.427823 -22535.676434  -9119.692407   -161.509019 17  6 17 288  P   P
+PG27  -5544.216440 -14322.748437 -21057.215842    251.672931 19 10 14 317  P   P
+PG28  15785.876903    943.903327 -20868.896806     28.903858 11 14 12 241  P   P
+PG29 -12589.809105  -8610.020056  21824.980556    196.860804  9 14  7 211  P   P
+PG30  -8301.332939  14617.882744  20148.433456    333.882394 12 14 10 317  P   P
+PG31 -20456.932796   8257.632970  15149.887730     61.136084 15 15 17 226  P   P
+PG32   7387.677645  25580.006612  -2612.538473   -227.158234 13 10 14 283  P   P
+*  2011  4  2 12  0  0.00000000
+PG02  12586.212726 -13696.047722  18812.686903    328.469508 13  8  7 237  P   P
+PG03  -9556.880716  24560.692481  -1655.055543    696.575775 14 11 14 322  P   P
+PG04  23665.661828  -6900.869746  10121.748106     77.263456 17 17 18 301  P   P
+PG05   2482.215718 -20260.706262  16917.557981   -138.482608 13 12 10 216  P   P
+PG06 -13996.136256  22316.947730   2457.414180   -235.697798 11 10 13 226  P   P
+PG07  24768.843715   6027.306759   7829.324698      7.105365 12 14 15 234  P   P
+PG08  26692.823792    907.639275  -2845.351828      7.635631  9 14 17 323  P   P
+PG09  -8994.267151 -14100.990640 -21184.060536     71.345353 19 12 15 295  P   P
+PG10  14062.087134  -6231.844548  21445.556098    -70.499627 14 17  9 325  P   P
+PG11   8836.749066  14982.697087 -20435.300701   -139.399825 15  9  9 253  P   P
+PG12 -11020.311938 -24156.970199  -2332.832236    -14.742005 16 11 17 237  P   P
+PG13  12758.817652   7053.699049  22058.817727    276.705999 11 14 10 265  P   P
+PG14 -19175.007347  10615.380345 -14749.032762    141.418765  6 17 15 240  P   P
+PG15    111.433182 -21736.487982 -15142.587446   -138.412115 15 12 12 223  P   P
+PG16  -4566.150510  18519.210910  18383.722249   -162.180752 14 14 11 239  P   P
+PG17  19111.476939 -10024.676708 -15197.763497    184.231693 10 18 17 184  P   P
+PG18 -18653.306847 -10329.914805 -15759.886659    129.737384 10 15 15 227  P   P
+PG19  -5092.055898  22465.239180 -12910.704620   -126.334495 12 13 13 184  P   P
+PG20  14337.535004  22366.312401   1079.003222     48.834200 12 14 15 237  P   P
+PG21 -25468.473982  -5798.312664   6768.218981   -134.650143 10 15 16 224  P   P
+PG22 -16424.884685   1741.722735 -20650.167964    150.787103 12 16 13 240  P   P
+PG23   4598.994139  17711.639945  19121.749003    316.056097 11 13 12 209  P   P
+PG24  12168.970952  14389.703976 -18765.375108    378.322664 20 10 14 224  P   P
+PG25 -17778.713623 -16882.321938  10225.725129     -1.009987 13 15 16 243  P   P
+PG26  11298.209737 -23075.163055  -6370.201589   -161.518283 17  7 17 287  P   P
+PG27  -2973.484457 -14331.283969 -21523.978008    251.676414 19 10 13 319  P   P
+PG28  16735.910924   3183.967063 -19931.571843     28.905999 11 14 12 240  P   P
+PG29 -11157.433256 -10626.545398  21718.489791    196.863309  9 14  8 209  P   P
+PG30  -9568.489349  12533.819246  20960.872517    333.885213 12 14 10 317  P   P
+PG31 -22009.457280   8022.865860  12923.158904     61.140618 15 16 18 226  P   P
+PG32   6985.368969  25219.883971  -5385.261168   -227.164812 13  9 13 280  P   P
+*  2011  4  2 12 15  0.00000000
+PG02  14672.756531 -13563.249332  17291.107531    328.471508 13  9  7 234  P   P
+PG03  -9897.144605  24407.437552   1152.963134    696.580325 14 11 13 321  P   P
+PG04  24701.166219  -6643.653255   7580.789265     77.272725 16 17 18 300  P   P
+PG05   3665.721118 -18593.729840  18546.046624   -138.487851 13 12 10 219  P   P
+PG06 -14109.639864  21785.260912   5228.233894   -235.802921 10 11 12 215  P   P
+PG07  23731.853689   6213.848658  10440.173035      7.106245 13 14 15 232  P   P
+PG08  26844.423746   1030.389276     40.390365      7.635490  6 14 17 322  P   P
+PG09  -6648.565705 -14222.015887 -21974.356229     71.347450 19 11 14 294  P   P
+PG10  15271.153646  -4060.088273  21173.859938    -70.500554 14 17 11 325  P   P
+PG11   6604.905200  15626.303509 -20767.166330   -139.402555 15  9  8 252  P   P
+PG12 -10632.431458 -23884.409842  -5162.678033    -14.739428 16  9 17 239  P   P
+PG13  11336.535261   9167.996931  22053.779167    276.704721 11 14 10 264  P   P
+PG14 -18313.747994   8994.056364 -16773.754975    141.420918  7 18 15 241  P   P
+PG15   1077.720513 -23055.096076 -12988.882292   -138.409370 14 11 12 220  P   P
+PG16  -5723.146468  16661.521415  19811.646338   -162.183242 14 14 10 239  P   P
+PG17  18304.002933  -8317.888880 -17106.241693    184.231884 11 18 16 183  P   P
+PG18 -19316.369537 -11944.431713 -13764.645733    129.739232  9 15 15 228  P   P
+PG19  -6050.778295  23448.346770 -10495.860739   -126.337955 12 12 13 178  P   P
+PG20  14051.235367  22526.094061  -1717.668753     48.834318 12 13 15 236  P   P
+PG21 -24607.156589  -6059.453260   9329.958546   -134.652504 10 15 16 226  P   P
+PG22 -17500.996260   -358.998709 -19836.172498    150.786391 12 16 14 241  P   P
+PG23   3416.556669  19466.033862  17572.729755    316.053826 11 13 12 209  P   P
+PG24   9941.801527  14412.074678 -19991.032349    378.325298 20 11 12 240  P   P
+PG25 -18119.704339 -17871.998945   7618.065815     -1.010291 14 15 16 242  P   P
+PG26  11742.121869 -23383.988416  -3510.020491   -161.527551 17  9 17 286  P   P
+PG27   -371.443788 -14479.163252 -21597.318621    251.679850 19 10 12 320  P   P
+PG28  17741.446325   5252.232894 -18637.784991     28.908140 11 14 12 240  P   P
+PG29  -9850.290462 -12687.180988  21241.179162    196.865818  9 14  9 207  P   P
+PG30 -10979.238051  10455.515575  21398.887439    333.888044 13 15 10 316  P   P
+PG31 -23310.750200   7874.919603  10478.820509     61.145153 14 16 18 226  P   P
+PG32   6430.738256  24604.175406  -8066.888810   -227.171389 13  9 13 278  P   P
+*  2011  4  2 12 30  0.00000000
+PG02  16577.652097 -13513.833650  15467.383402    328.473508 12  9  7 231  P   P
+PG03 -10144.530173  23967.716995   3940.650231    696.584874 14 12 13 320  P   P
+PG04  25454.563093  -6419.605121   4911.057931     77.281992 15 17 18 298  P   P
+PG05   5025.568701 -16851.961340  19853.818750   -138.493089 13 13  9 221  P   P
+PG06 -14126.482067  20976.877529   7908.233358   -235.908038 10 11 12 201  P   P
+PG07  22422.096474   6475.486220  12873.359663      7.107126 13 14 14 230  P   P
+PG08  26679.761905   1141.268410   2925.463357      7.635343  7 14 17 320  P   P
+PG09  -4247.602189 -14483.100099 -22404.930810     71.349538 19 11 13 293  P   P
+PG10  16556.870956  -1998.671844  20532.017669    -70.501495 14 16 13 325  P   P
+PG11   4381.990118  16368.302002 -20751.776182   -139.405290 15  8  8 250  P   P
+PG12 -10057.198476 -23370.398849  -7904.543677    -14.736848 16  6 17 240  P   P
+PG13  10046.702015  11339.836672  21663.981818    276.703446 11 13 10 263  P   P
+PG14 -17438.876624   7139.760039 -18504.981757    141.423072  8 18 14 242  P   P
+PG15   1868.808079 -24187.699237 -10609.718212   -138.406624 14 10 12 218  P   P
+PG16  -7053.342034  14750.329750  20896.796827   -162.185733 14 15  9 239  P   P
+PG17  17492.653069  -6394.519028 -18714.899595    184.232076 11 18 16 182  P   P
+PG18 -19926.138007 -13320.821700 -11532.395750    129.741083  9 15 15 230  P   P
+PG19  -6813.043849  24233.681279  -7896.945251   -126.341416 12 11 13 173  P   P
+PG20  13589.663028  22445.693696  -4484.937740     48.834434 12 12 15 235  P   P
+PG21 -23486.315192  -6377.596003  11738.921016   -134.654860 10 15 15 228  P   P
+PG22 -18613.672548  -2311.164025 -18676.782883    150.785678 12 16 14 241  P   P
+PG23   2412.433695  21108.131819  15717.407232    316.051556 11 13 13 211  P   P
+PG24   7596.884906  14549.029104 -20873.230954    378.327957 20 11 10 250  P   P
+PG25 -18339.115923 -18593.966502   4879.378006     -1.010592 14 15 16 241  P   P
+PG26  12007.179883 -23429.725922   -588.394097   -161.536822 16 11 17 285  P   P
+PG27   2207.345480 -14764.096712 -21274.783770    251.683235 19  9 13 321  P   P
+PG28  18765.596769   7116.145537 -17012.254768     28.910281 10 14 13 241  P   P
+PG29  -8688.028379 -14747.843722  20401.251538    196.868326 10 13 10 205  P   P
+PG30 -12510.575588   8428.465446  21454.463408    333.890889 13 15 10 316  P   P
+PG31 -24334.738085   7780.750956   7857.815993     61.149688 13 16 18 226  P   P
+PG32   5698.549282  23760.557906 -10611.491787   -227.177966 13  8 12 275  P   P
+*  2011  4  2 12 45  0.00000000
+PG02  18265.562339 -13521.455257  13372.473797    328.475506 11 10  8 228  P   P
+PG03 -10332.983199  23235.487474   6658.630073    696.589419 14 12 13 319  P   P
+PG04  25915.553383  -6194.157374   2158.159071     77.291260 14 17 18 296  P   P
+PG05   6550.975056 -15080.730764  20818.488067   -138.498322 13 13  9 222  P   P
+PG06 -14083.325368  19892.957970  10451.177885   -236.013148 10 12 12 183  P   P
+PG07  20867.822343   6842.794004  15087.300539      7.108004 14 13 14 228  P   P
+PG08  26201.928534   1280.271568   5761.866302      7.635189 10 15 16 319  P   P
+PG09  -1838.958022 -14885.440691 -22469.070083     71.351622 19 10 14 292  P   P
+PG10  17886.471135    -82.851641  19532.514043    -70.502453 14 16 14 326  P   P
+PG11   2207.486231  17194.937287 -20388.433911   -139.408027 15  8  9 248  P   P
+PG12  -9272.215280 -22647.299692 -10511.605295    -14.734264 16  6 16 241  P   P
+PG13   8910.710117  13521.773100  20896.155490    276.702173 11 13 10 262  P   P
+PG14 -16590.846937   5077.839311 -19912.353000    141.425226  9 18 13 243  P   P
+PG15   2501.214444 -25097.252281  -8046.265186   -138.403876 14 10 12 216  P   P
+PG16  -8543.632448  12833.050395  21621.278603   -162.188224 15 15  8 238  P   P
+PG17  16715.033458  -4282.077094 -19995.754867    184.232264 11 19 15 182  P   P
+PG18 -20444.555737 -14451.859400  -9102.495872    129.742938  8 14 15 231  P   P
+PG19  -7396.938336  24785.680819  -5159.369300   -126.344878 12 11 13 168  P   P
+PG20  12929.292164  22151.374450  -7175.540119     48.834553 12 12 15 235  P   P
+PG21 -22129.546310  -6781.627561  13955.973542   -134.657214 10 15 15 230  P   P
+PG22 -19727.438384  -4086.727406 -17192.691683    150.784966 12 16 15 242  P   P
+PG23   1581.983326  22592.410948  13587.530124    316.049287 11 12 13 211  P   P
+PG24   5179.891019  14810.693134 -21395.980877    378.330645 20 12 10 257  P   P
+PG25 -18399.586614 -19057.395092   2056.781530     -1.010892 15 14 16 241  P   P
+PG26  12124.505609 -23187.165569   2343.558371   -161.546094 16 12 17 284  P   P
+PG27   4709.304084 -15175.044913 -20561.625623    251.686567 19  9 14 321  P   P
+PG28  19767.843873   8751.403285 -15085.521860     28.912425 10 13 13 241  P   P
+PG29  -7682.481431 -16762.354794  19213.046453    196.870836 10 12 11 204  P   P
+PG30 -14132.268315   6494.103869  21126.669065    333.893746 13 15 11 316  P   P
+PG31 -25063.226534   7703.690384   5104.128140     61.154216 12 17 18 227  P   P
+PG32   4769.908640  22722.507016 -12975.045136   -227.184543 13  9 12 272  P   P
+*  2011  4  2 13  0  0.00000000
+PG02  19707.698509 -13554.874413  11042.395657    328.477506 11 11  8 225  P   P
+PG03 -10497.507089  22213.435182   9258.371984    696.593961 13 12 13 319  P   P
+PG04  26082.075158  -5931.893267   -631.193587     77.300529 13 17 18 295  P   P
+PG05   8223.190606 -13323.787018  21423.647674   -138.503549 13 13  9 223  P   P
+PG06 -14016.939462  18543.047423  12813.446329   -236.118257 10 12 12 185  P   P
+PG07  19104.031063   7340.813107  17044.036058      7.108882 15 13 13 226  P   P
+PG08  25422.807812   1486.049989   8502.351841      7.635037 12 15 16 319  P   P
+PG09    530.167258 -15422.104090 -22165.750946     71.353702 19 10 14 292  P   P
+PG10  19222.638042   1658.880075  18194.024623    -70.503425 14 16 15 327  P   P
+PG11    118.236076  18086.175571 -19682.137728   -139.410768 15  7 10 247  P   P
+PG12  -8262.345422 -21752.570118 -12939.243843    -14.731680 17  8 16 243  P   P
+PG13   7941.578995  15664.007576  19763.715087    276.700899 11 13 11 262  P   P
+PG14 -15806.001905   2841.474803 -20971.265251    141.427381 10 18 12 243  P   P
+PG15   2998.028567 -25752.279056  -5342.976044   -138.401127 13  9 12 214  P   P
+PG16 -10172.879800  10954.773202  21973.511761   -162.190716 15 15  8 238  P   P
+PG17  16004.290546  -2015.202648 -20926.705932    184.232451 11 19 14 183  P   P
+PG18 -20834.389289 -15338.597967  -6517.301230    129.744796  9 14 15 232  P   P
+PG19  -7827.211058  25074.823359  -2331.124003   -126.348339 12 10 13 164  P   P
+PG20  12052.893135  21674.767103  -9743.666027     48.834671 12 11 14 235  P   P
+PG21 -20566.414572  -7295.830512  15945.056286   -134.659565  9 14 14 232  P   P
+PG22 -20803.715679  -5664.937374 -15410.215230    150.784253 11 16 15 242  P   P
+PG23    912.575672  23876.546458  11219.852367    316.047017 11 11 14 212  P   P
+PG24   2738.433576  15199.431534 -21549.424775    378.333362 20 12 13 262  P   P
+PG25 -18267.537487 -19279.458397   -801.179205     -1.011191 15 13 16 240  P   P
+PG26  12129.984225 -22639.535202   5233.768431   -161.555370 15 13 17 283  P   P
+PG27   7083.875277 -15692.653510 -19470.738231    251.689844 18 10 15 321  P   P
+PG28  20705.703695  10142.629507 -12893.241182     28.914570 10 13 13 242  P   P
+PG29  -6837.359421 -18684.062852  17696.801764    196.873345 11 12 12 203  P   P
+PG30 -15807.950260   4688.294548  20421.670508    333.896613 13 15 12 316  P   P
+PG31 -25486.520853   7604.982630   2264.097047     61.158737 11 17 19 227  P   P
+PG32   3633.245480  21528.058874 -15116.197476   -227.191125 13  9 11 269  P   P
+*  2011  4  2 13 15  0.00000000
+PG02  20882.842535 -13579.307570   8517.609395    328.479505 10 12  9 221  P   P
+PG03 -10672.569062  20913.051709  11693.147983    696.598496 13 13 13 318  P   P
+PG04  25960.272354  -5598.071368  -3409.935758     77.309799 11 17 18 294  P   P
+PG05  10016.064652 -11621.709882  21659.138306   -138.508773 13 13  9 224  P   P
+PG06 -13962.620958  16944.804837  14954.770797   -236.223363  9 13 11 203  P   P
+PG07  17171.253522   7987.916978  18709.874175      7.109759 15 13 13 225  P   P
+PG08  24362.673796   1794.298701  11101.136797      7.634886 13 15 16 318  P   P
+PG09   2814.480953 -16078.243505 -21499.653849     71.355778 19  9 15 291  P   P
+PG10  20524.937365   3205.657586  16540.992887    -70.504411 13 16 15 327  P   P
+PG11  -1852.761082  19016.364635 -18643.576117   -139.413513 15  6 11 245  P   P
+PG12  -7020.498402 -20727.297404 -15145.796607    -14.729094 17 10 16 244  P   P
+PG13   7143.579877  17716.195450  18286.516284    276.699628 11 12 11 261  P   P
+PG14 -15115.123087    470.573352 -21663.321136    141.429536 10 18 11 244  P   P
+PG15   3387.805133 -26128.094727  -2546.798107   -138.398378 13  8 12 213  P   P
+PG16 -11912.612315   9156.659298  21948.369047   -162.193207 14 15  9 237  P   P
+PG17  15387.797436    365.508776 -21491.915233    184.232636 11 18 14 184  P   P
+PG18 -21060.718433 -15990.065973  -3821.401703    129.746658  9 14 15 233  P   P
+PG19  -8134.092919  25078.846272    538.107498   -126.351803 12  9 13 160  P   P
+PG20  10950.354057  21051.559244 -12145.714392     48.834789 13 10 14 235  P   P
+PG21 -18831.466119  -7938.856414  17673.669036   -134.661914  8 14 14 235  P   P
+PG22 -21802.322366  -7032.913580 -13360.787444    150.783538 11 16 16 242  P   P
+PG23    384.259275  24923.029624   8655.495565    316.044750 11 11 14 213  P   P
+PG24    320.428858  15709.664902 -21330.066277    378.336111 20 13 14 265  P   P
+PG25 -17914.601920 -19284.516923  -3645.369437     -1.011490 16 13 16 241  P   P
+PG26  12062.695880 -21779.415527   8030.217260   -161.564644 15 14 16 282  P   P
+PG27   9285.439852 -16290.075536 -18022.391331    251.693065 18 10 16 321  P   P
+PG28  21536.456142  11283.668452 -10475.394394     28.916715 10 13 13 243  P   P
+PG29  -6148.253185 -20467.495167  15878.320419    196.875854 11 11 12 202  P   P
+PG30 -17496.487950   3040.061972  19352.586853    333.899490 12 15 13 315  P   P
+PG31 -25603.745658   7445.419732   -614.307156     61.163261  9 17 19 227  P   P
+PG32   2285.027725  20218.392215 -16997.023926   -227.197709 13  9 11 266  P   P
+*  2011  4  2 13 30  0.00000000
+PG02  21778.079806 -13557.946474   5842.299523    328.481505  9 12  9 217  P   P
+PG03 -10890.515426  19354.355674  13918.977900    696.603027 13 13 12 318  P   P
+PG04  25564.173686  -5160.114061  -6131.399146     77.319073  9 17 18 292  P   P
+PG05  11896.904177 -10010.460569  21521.205141   -138.513991 14 13 10 225  P   P
+PG06 -13952.693980  15123.427980  16838.901676   -236.328469 10 13 11 219  P   P
+PG07  15114.130360   8794.932934  20055.970480      7.110636 15 13 12 223  P   P
+PG08  23049.495712   2236.247266  13514.599176      7.634746 14 15 15 318  P   P
+PG09   4972.056507 -16831.600485 -20481.116046     71.357852 19  8 16 290  P   P
+PG10  21751.363848   4544.791740  14603.114082    -70.505410 13 16 16 328  P   P
+PG11  -3677.421197  19955.121680 -17289.040929   -139.416264 15  6 11 244  P   P
+PG12  -5548.113510 -19614.602673 -17093.266326    -14.726507 17 11 15 245  P   P
+PG13   6512.218728  19629.283719  16490.488899    276.698356 11 12 12 260  P   P
+PG14 -14542.217718  -1989.606663 -21976.657225    141.431692 10 18 11 244  P   P
+PG15   3703.241284 -26207.774889    293.664587   -138.395627 12  7 12 214  P   P
+PG16 -13728.009118   7474.511713  21547.199857   -162.195698 14 15 10 237  P   P
+PG17  14886.090100   2814.913021 -21682.067676    184.232820 11 18 13 187  P   P
+PG18 -21092.328495 -16422.675042  -1060.851795    129.748522 10 13 15 234  P   P
+PG19  -8351.891932  24783.687548   3397.876896   -126.355267 12  9 13 160  P   P
+PG20   9619.233614  20320.049687 -14341.003077     48.834908 13 10 13 236  P   P
+PG21 -16963.082490  -8722.899400  19113.319124   -134.664260  5 14 13 237  P   P
+PG22 -22683.039048  -8185.910552 -11080.367018    150.782824 11 16 16 242  P   P
+PG23    -29.269452  25700.614813   5939.216409    316.042483 12 10 14 213  P   P
+PG24  -2027.566597  16328.008543 -20740.889184    378.338896 20 13 16 267  P   P
+PG25 -17318.862590 -19103.033928  -6426.907255     -1.011786 16 12 16 241  P   P
+PG26  11963.182710 -20609.295037  10681.985694   -161.573918 14 14 16 280  P   P
+PG27  11275.011732 -16934.142048 -16243.770036    251.696233 18 11 16 320  P   P
+PG28  22218.862847  12177.505997  -7875.448656     28.918863 10 13 14 244  P   P
+PG29  -5602.956746 -22069.975565  13788.546940    196.878365 12 10 13 203  P   P
+PG30 -19153.551443   1570.622162  17939.192824    333.902376 12 15 14 315  P   P
+PG31 -25422.849004   7187.007465  -3482.248963     61.167774  6 17 19 229  P   P
+PG32    730.179413  18836.280032 -18583.748001   -227.204301 14 10 10 263  P   P
+*  2011  4  2 13 45  0.00000000
+PG02  22389.207486 -13453.583195   3063.563708    328.483506  9 13 10 214  P   P
+PG03 -11180.066774  17565.264738  15895.535259    696.607549 13 13 12 318  P   P
+PG04  24915.097398  -4589.007266  -8750.037681     77.328351  9 17 17 291  P   P
+PG05  13827.592426  -8520.126187  21012.541755   -138.519206 14 13 11 225  P   P
+PG06 -14015.149436  13110.800789  18434.188698   -236.433577 10 13 10 230  P   P
+PG07  12979.839183   9764.554600  21058.835398      7.111510 16 13 11 223  P   P
+PG08  21517.974476   2837.306782  15701.955171      7.634615 14 15 15 318  P   P
+PG09   6965.681154 -17653.275703 -19126.024548     71.359924 18  8 17 290  P   P
+PG10  22859.942781   5671.993607  12414.741068    -70.506419 12 15 16 329  P   P
+PG11  -5333.475447  20868.421913 -15640.253236   -139.419020 14  6 12 244  P   P
+PG12  -3855.322116 -18457.974852 -18747.976329    -14.723919 17 12 15 245  P   P
+PG13   6034.577100  21357.304967  14407.155941    276.697083 11 11 12 260  P   P
+PG14 -14103.592754  -4490.042190 -21906.144045    141.433847 11 18 12 245  P   P
+PG15   3979.688395 -25982.831935   3129.021886   -138.392876 12  7 12 214  P   P
+PG16 -15579.129515   5937.572293  20777.744791   -162.198188 14 16 12 236  P   P
+PG17  14512.095148   5284.900165 -21494.501011    184.233002 10 18 12 190  P   P
+PG18 -20902.955678 -16659.367845   1717.595605    129.750390 10 13 15 235  P   P
+PG19  -8517.425263  24184.108175   6197.915235   -126.358732 12  9 13 163  P   P
+PG20   8065.025946  19519.623467 -16292.424633     48.835028 13 10 13 236  P   P
+PG21 -15002.210859  -9653.096730  20239.929579   -134.666605    14 13 239  P   P
+PG22 -23407.180683  -9127.262099  -8608.771638    150.782108 11 16 16 243  P   P
+PG23   -359.432041  26185.534139   3118.593279    316.040218 12 10 15 214  P   P
+PG24  -4261.975036  17033.732167 -19791.361443    378.341715 20 13 17 268  P   P
+PG25 -16465.847908 -18770.266265  -9098.001335     -1.012083 17 11 16 241  P   P
+PG26  11871.624149 -19141.725289  13140.327044   -161.583189 13 15 16 279  P   P
+PG27  13021.633467 -17586.823055 -14168.337386    251.699347 18 12 17 318  P   P
+PG28  22714.803381  12835.832416  -5139.486273     28.921011 10 12 14 246  P   P
+PG29  -5182.093756 -23453.148847  11463.059433    196.880874 12  9 13 203  P   P
+PG30 -20733.321581    292.751309  16207.479032    333.905271 12 16 14 315  P   P
+PG31 -24960.287029   6794.603690  -6290.820346     61.172287  7 18 19 232  P   P
+PG32  -1017.826105  17424.467844 -19847.416076   -227.210898 14 10  9 260  P   P
+*  2011  4  2 14  0  0.00000000
+PG02  22720.797246 -13230.272169    230.527649    328.485506  9 13 11 211  P   P
+PG03 -11564.962063  15580.639636  17586.987097    696.612061 13 14 11 318  P   P
+PG04  24040.806316  -3860.562357 -11222.125919     77.337634 11 17 17 290  P   P
+PG05  15765.923305  -7173.905328  20142.221937   -138.524417 14 13 12 226  P   P
+PG06 -14172.473877  10944.399326  19714.071244   -236.538690 10 13  9 239  P   P
+PG07  10816.428079  10891.070145  21700.759234      7.112386 16 13 11 222  P   P
+PG08  19808.341070   3615.921894  17625.909312      7.634499 15 15 14 318  P   P
+PG09   8764.048354 -18508.746965 -17455.646661     71.361998 18  9 17 289  P   P
+PG10  23810.322759   6591.271135  10014.227691    -70.507437 10 15 17 330  P   P
+PG11  -6805.162359  21719.852754 -13724.098060   -139.421783 14  6 13 243  P   P
+PG12  -1960.779471 -17299.597043 -20081.160423    -14.721332 17 13 14 246  P   P
+PG13   5689.995400  22859.055593  12073.048968    276.695808 11 10 13 260  P   P
+PG14 -13807.252650  -6979.679888 -21453.455247    141.436003 11 18 14 246  P   P
+PG15   4253.559422 -25453.571134   5909.983488   -138.390126 11  7 11 216  P   P
+PG16 -17422.337481   4567.586748  19653.946403   -162.200677 14 16 13 236  P   P
+PG17  14270.678005   7726.088107 -20933.208245    184.233181 10 18 12 193  P   P
+PG18 -20472.343227 -16728.544008   4467.240676    129.752258 11 13 15 237  P   P
+PG19  -8668.354286  23283.969182   8889.073112   -126.362197 12  9 12 168  P   P
+PG20   6301.129126  18689.204790 -17967.039350     48.835148 13  9 12 237  P   P
+PG21 -12991.009997 -10727.176797  21034.205581   -134.668945  5 13 12 242  P   P
+PG22 -23939.111435  -9868.012913  -5988.953889    150.781391 12 15 16 243  P   P
+PG23   -641.319380  26362.427506    243.149026    316.037953 12 11 15 214  P   P
+PG24  -6343.709279  17799.526265 -18497.319862    378.344570 20 13 18 267  P   P
+PG25 -15349.249114 -18324.781358 -11612.768893     -1.012381 17 10 16 242  P   P
+PG26  11826.002148 -17399.055093  15359.730118   -161.592457 12 15 15 278  P   P
+PG27  14503.408143 -18206.905372 -11835.044831    251.702411 17 13 18 316  P   P
+PG28  22990.766919  13278.278374  -2315.327734     28.923162 11 12 14 247  P   P
+PG29  -4860.024754 -24584.354570   8941.484122    196.883383 13  8 14 204  P   P
+PG30 -22190.258111   -789.484932  14189.085126    333.908171 11 16 15 315  P   P
+PG31 -24240.396753   6237.466773  -8991.851416     61.176804 11 18 19 233  P   P
+PG32  -2937.210455  16024.040903 -20764.506959   -227.217507 14 10  9 258  P   P
+*  2011  4  2 14 15  0.00000000
+PG02  22785.906767 -12854.957306  -2606.593621    328.487506  9 14 11 209  P   P
+PG03 -12062.814814  13441.038237  18962.742127    696.616567 13 14 11 318  P   P
+PG04  22974.445389  -2956.496708 -13506.423063     77.346924 13 17 17 290  P   P
+PG05  17667.099650  -5987.372276  18925.522012   -138.529624 14 13 13 226  P   P
+PG06 -14440.710287   8666.000894  20657.473378   -236.643806 10 14  9 246  P   P
+PG07   8671.117213  12160.419738  21970.146562      7.113259 16 13 12 222  P   P
+PG08  17964.955591   4582.670886  19253.270123      7.634400 15 15 14 318  P   P
+PG09  10342.754936 -19359.105085 -15496.395141     71.364071 18 10 18 288  P   P
+PG10  24565.299291   7314.510713   7443.224970    -70.508463  9 15 17 331  P   P
+PG11  -8083.682159  22471.991092 -11572.265189   -139.424549 14  7 13 243  P   P
+PG12    108.830688 -16178.728918 -21069.476842    -14.718744 18 13 13 246  P   P
+PG13   5451.068931  24099.591518   9529.032682    276.694532 11 10 13 259  P   P
+PG14 -13652.643586  -9407.247569 -20627.006217    141.438157 11 18 15 246  P   P
+PG15   4560.696776 -24629.111962   8588.242317   -138.387377 10  7 11 218  P   P
+PG16 -19211.865832   3378.168730  18195.663017   -162.203166 14 16 13 235  P   P
+PG17  14158.526421  10089.558493 -20008.715293    184.233358 10 18 13 197  P   P
+PG18 -19787.074386 -16662.807654   7142.164308    129.754128 11 13 15 238  P   P
+PG19  -8841.493315  22096.151986  11424.234825   -126.365662 12  9 12 173  P   P
+PG20   4348.519478  17865.745449 -19336.598481     48.835268 14  9 11 238  P   P
+PG21 -10971.454032 -11935.368639  21481.956194   -134.671285  8 13 12 244  P   P
+PG22 -24247.644159 -10426.256175  -3266.233834    150.780673 12 15 16 243  P   P
+PG23   -912.088984  26224.947683  -2636.570739    316.035689 13 11 15 214  P   P
+PG24  -8239.516371  18592.548122 -16880.734050    378.347461 20 12 18 265  P   P
+PG25 -13971.330029 -17806.858073 -13928.019993     -1.012676 17  8 16 242  P   P
+PG26  11860.342465 -15412.742948  17298.937115   -161.601721 11 16 15 277  P   P
+PG27  15708.125205 -18751.803808  -9287.421823    251.705428 17 14 18 313  P   P
+PG28  23019.145935  13531.366881    548.332313     28.925315 12 12 13 249  P   P
+PG29  -4606.001219 -25437.798297   6266.840585    196.885892 14  8 14 204  P   P
+PG30 -23480.852020  -1680.635988  11920.624599    333.911076 11 16 15 315  P   P
+PG31 -23294.476080   5490.653945 -11538.727087     61.181315 12 18 18 235  P   P
+PG32  -4998.472086  14672.845792 -21317.458782   -227.224126 14 11 10 256  P   P
+*  2011  4  2 14 30  0.00000000
+PG02  22605.450412 -12298.992820  -5397.464879    328.489507 10 14 11 207  P   P
+PG03 -12684.235341  11191.232547  19998.084234    696.621061 12 14 10 318  P   P
+PG04  21753.300433  -1865.295932 -15564.796706     77.356220 14 17 16 289  P   P
+PG05  19485.337362  -4968.046192  17383.638135   -138.534830 14 13 14 226  P   P
+PG06 -14828.783393   6320.247097  21249.101203   -236.748929 10 14  9 252  P   P
+PG07   6588.632253  13550.583431  21861.752388      7.114134 16 13 13 222  P   P
+PG08  16034.753051   5739.649914  20555.522840      7.634322 16 15 13 319  P   P
+PG09  11685.067316 -20162.471204 -13279.524338     71.366147 18 12 18 288  P   P
+PG10  25092.213392   7860.766995   4745.944646    -70.509497  7 14 17 332  P   P
+PG11  -9167.391032  23087.854530  -9220.795037   -139.427322 14  9 13 243  P   P
+PG12   2319.603085 -15130.207328 -21695.436289    -14.716158 18 14 12 246  P   P
+PG13   5284.914225  25051.482506   6819.553623    276.693253 12  9 13 259  P   P
+PG14 -13630.752092 -11723.069765 -19441.765586    141.440311 11 18 15 247  P   P
+PG15   4934.767200 -23527.074069  11117.337584   -138.384628  9  8 11 220  P   P
+PG16 -20901.460571   2374.482180  16428.293400   -162.205653 14 16 14 235  P   P
+PG17  14164.370204  12328.565993 -18737.839761    184.233535  9 17 13 200  P   P
+PG18 -18841.156758 -16497.584680   9697.924593    129.756000 12 13 14 239  P   P
+PG19  -9071.163568  20642.126428  13759.185677   -126.369127 13  9 12 178  P   P
+PG20   2235.144448  17082.804253 -20377.991565     48.835388 14  9 11 239  P   P
+PG21  -8983.938121 -13260.580138  21574.367096   -134.673623 10 12 12 247  P   P
+PG22 -24307.271487 -10826.207068   -487.503350    150.779956 13 16 16 242  P   P
+PG23  -1209.275630  25776.014023  -5469.942890    316.033427 13 11 15 214  P   P
+PG24  -9923.097960  19375.708305 -14969.350808    378.350385 20 12 19 261  P   P
+PG25 -12343.013288 -17256.833599 -16003.995058     -1.012972 18  7 15 243  P   P
+PG26  12003.117626 -13222.269471  18921.880417   -161.610980 10 16 14 276  P   P
+PG27  16633.460590 -19179.417426  -6572.579585    251.708400 16 14 18 310  P   P
+PG28  22779.289360  13627.232538   3402.759960     28.927468 12 12 13 251  P   P
+PG29  -4385.522994 -25995.475539   3484.827112    196.888401 14  8 14 206  P   P
+PG30 -24565.288064  -2393.416134   9442.922501    333.913985 10 15 16 315  P   P
+PG31 -22159.601350   4536.213447 -13887.196776     61.185822 13 19 18 237  P   P
+PG32  -7165.291371  13404.032239 -21495.095749   -227.230756 14 11 10 255  P   P
+*  2011  4  2 14 45  0.00000000
+PG02  22207.255378 -11539.490727  -8092.605756    328.491508 10 15 12 206  P   P
+PG03 -13432.260242   8878.553663  20674.672233    696.625548 12 14 10 318  P   P
+PG04  20417.422136   -582.828326 -17362.801063     77.365525 15 17 16 289  P   P
+PG05  21175.513808  -4115.279755  15543.304667   -138.540034 14 13 15 227  P   P
+PG06 -15338.111375   3953.115821  21479.641935   -236.854060 11 14  9 257  P   P
+PG07   4609.633094  15032.288146  21376.813657      7.115007 17 13 14 222  P   P
+PG08  14065.588417   7080.168911  21509.349781      7.634269 16 15 13 320  P   P
+PG09  12782.426627 -20875.552428 -10840.753637     71.368226 18 13 19 288  P   P
+PG10  25364.175840   8255.294087   1968.403577    -70.510532  8 14 17 334  P   P
+PG11 -10061.721962  23532.372496  -6709.530676   -139.430101 14 10 14 244  P   P
+PG12   4631.501634 -14183.123537 -21947.735091    -14.713573 18 14 11 247  P   P
+PG13   5154.652456  25695.776648   3991.829225    276.691970 12  9 13 259  P   P
+PG14 -13724.551138 -13880.815022 -17918.945989    141.442464 11 17 16 247  P   P
+PG15   5405.748861 -22172.941027  13453.480275   -138.381878  8  9 11 222  P   P
+PG16 -22446.044065   1553.249332  14382.320761   -162.208138 13 16 15 235  P   P
+PG17  14269.524191  14400.154235 -17143.339289    184.233708  9 17 13 204  P   P
+PG18 -17636.341585 -16269.660538  12092.216333    129.757871 12 13 14 241  P   P
+PG19  -9387.661262  18951.186157  15853.413450   -126.372590 13  9 11 182  P   P
+PG20     -4.943413  16369.269349 -21073.612818     48.835508 14  9 10 239  P   P
+PG21  -7065.931311 -14678.844690  21308.218667   -134.675960 12 12 13 249  P   P
+PG22 -24099.182995 -11097.051703   2299.583131    150.779237 14 16 16 242  P   P
+PG23  -1569.086895  25027.703760  -8207.213679    316.031166 14 12 15 214  P   P
+PG24 -11375.960601  20109.147644 -12796.223220    378.353342 19 11 19 256  P   P
+PG25 -10483.639301 -16713.460368 -17805.043230     -1.013270 18  7 15 244  P   P
+PG26  12275.891322 -10873.693782  20198.503810   -161.620233  9 16 13 275  P   P
+PG27  17286.754511 -19449.943606  -3740.165691    251.711335 16 15 18 305  P   P
+PG28  22258.284164  13602.165035   6199.975076     28.929623 13 12 13 253  P   P
+PG29  -4161.847708 -26247.812510    643.056707    196.890906 15  9 14 206  P   P
+PG30 -25408.949607  -2947.926492   6800.188810    333.916896  8 15 16 316  P   P
+PG31 -20877.223642   3364.120680 -15996.162860     61.190327 14 19 18 239  P   P
+PG32  -9395.730084  12244.778409 -21292.938515   -227.237399 14 11 11 254  P   P
+*  2011  4  2 15  0  0.00000000
+PG02  21624.844313 -10560.435684 -10644.346575    328.493511 10 15 12 206  P   P
+PG03 -14302.115526   6551.138397  20980.891677    696.630023 12 14 10 319  P   P
+PG04  19008.163322    887.309820 -18870.204612     77.374839 16 17 15 289  P   P
+PG05  22694.797519  -3420.469286  13436.321234   -138.545236 13 13 15 227  P   P
+PG06 -15962.515034   1610.359056  21345.865607   -236.959202 11 14 10 260  P   P
+PG07   2769.298505  16570.010062  20523.071114      7.115880 17 12 14 224  P   P
+PG08  12104.538279   8588.777052  22097.088158      7.634239 16 15 13 321  P   P
+PG09  13634.669465 -21455.286457  -8219.814690     71.370309 17 14 19 288  P   P
+PG10  25361.075520   8528.359456   -842.338784    -70.511571 10 14 17 335  P   P
+PG11 -10778.828995  23773.819742  -4081.479908   -139.432885 14 11 14 245  P   P
+PG12   6999.695085 -13359.729346 -21821.485653    -14.710987 18 14 12 247  P   P
+PG13   5021.048297  26022.638907   1094.994409    276.690683 13  9 14 259  P   P
+PG14 -13909.772410 -15839.106413 -16085.583005    141.444617 12 17 17 248  P   P
+PG15   5998.571728 -20599.128138  15556.325041   -138.379128  6 10 11 224  P   P
+PG16 -23803.336125    903.079942  12092.784878   -162.210622 12 16 15 234  P   P
+PG17  14448.728753  16266.616811 -15253.459696    184.233883  9 16 14 208  P   P
+PG18 -16182.170412 -16015.690381  14285.488924    129.759742 12 13 13 242  P   P
+PG19  -9815.903095  17059.385196  17670.827416   -126.376053 13 10 11 185  P   P
+PG20  -2332.679762  15748.269871 -21411.642387     48.835627 15  9 10 240  P   P
+PG21  -5250.722105 -16160.028306  20686.042518   -134.678296 13 11 13 251  P   P
+PG22 -23612.031863 -11271.618732   5047.417409    150.778517 14 16 15 242  P   P
+PG23  -2024.755845  24000.785773 -10800.425353    316.028904 14 12 15 213  P   P
+PG24 -12587.959814  20751.845835 -10399.131836    378.356328 19 11 19 250  P   P
+PG25  -8420.406652 -16212.336529 -19300.230371     -1.013566 18  8 14 244  P   P
+PG26  12692.272729  -8417.918110  21105.437717   -161.629478  9 17 12 274  P   P
+PG27  17684.391691 -19527.568775   -841.305059    251.714237 15 16 18 300  P   P
+PG28  21451.445973  13495.036843   8893.493198     28.931778 13 12 13 256  P   P
+PG29  -3897.594653 -26193.998108  -2209.744571    196.893413 15 11 14 207  P   P
+PG30 -25983.707155  -3370.589821   4039.150354    333.919807  6 15 16 316  P   P
+PG31 -19491.594434   1972.916910 -17828.432832     61.194828 15 19 17 241  P   P
+PG32 -11643.682142  11215.257064 -20713.384131   -227.244056 14 11 12 254  P   P
+*  2011  4  2 15 15  0.00000000
+PG02  20895.998016  -9353.518719 -13007.740719    328.495517 11 15 12 206  P   P
+PG03 -15281.323226   4256.155747  20912.050193    696.634488 12 14 10 319  P   P
+PG04  17566.680118   2533.730723 -20061.462319     77.384160 16 17 14 289  P   P
+PG05  24004.197362  -2867.576214  11098.997341   -138.550437 13 12 16 228  P   P
+PG06 -16688.424435   -664.036453  20850.631491   -237.064353 11 13 11 263  P   P
+PG07   1096.122289  18123.236801  19314.678178      7.116750 17 12 15 225  P   P
+PG08  10196.220065  10241.624691  22307.114424      7.634236 17 15 13 322  P   P
+PG09  14249.948828 -21860.520551  -5459.919867     71.372395 17 15 19 288  P   P
+PG10  25070.339169   8713.888096  -3638.938989    -70.512611 12 14 17 336  P   P
+PG11 -11336.962844  23785.153695  -1382.094329   -139.435674 13 12 14 246  P   P
+PG12   9376.088628 -12674.616188 -21318.337912    -14.708407 18 15 13 247  P   P
+PG13   4844.237079  26031.641287  -1820.776758    276.689392 13 10 14 259  P   P
+PG14 -14155.970476 -17562.933256 -13974.013372    141.446768 12 16 17 248  P   P
+PG15   6731.965699 -18843.792431  17389.673907   -138.376381  6 10 11 226  P   P
+PG16 -24935.374449    405.106079   9598.691434   -162.213107 12 15 16 234  P   P
+PG17  14671.250750  17896.749085 -13101.394721    184.234056 10 15 14 211  P   P
+PG18 -14495.750307 -15770.733030  16241.518886    129.761611 12 14 12 244  P   P
+PG19 -10374.303739  15008.221757  19180.381192   -126.379515 13 10 11 188  P   P
+PG20  -4705.269660  15236.316505 -21386.239175     48.835746 15  9 11 242  P   P
+PG21  -3566.301322 -17668.780781  19716.208373   -134.680633 14 10 13 253  P   P
+PG22 -22842.424555 -11384.926697   7709.232764    150.777796 15 16 15 242  P   P
+PG23  -2605.020350  22723.917390 -13204.301360    316.026643 14 13 14 213  P   P
+PG24 -13557.514207  21263.296332  -7819.908377    378.359342 19 12 20 240  P   P
+PG25  -6187.514828 -15784.470548 -20463.866695     -1.013864 19  9 13 245  P   P
+PG26  13257.233428  -5908.741696  21626.503943   -161.638715  9 17 11 274  P   P
+PG27  17850.827144 -19381.965017   2072.439925    251.717113 14 17 19 294  P   P
+PG28  20362.510488  13345.675510  11439.010049     28.933936 14 12 12 258  P   P
+PG29  -3556.381515 -25841.992998  -5024.564323    196.895915 16 12 14 207  P   P
+PG30 -26268.943339  -3692.849515   1208.163483    333.922714  5 15 16 317  P   P
+PG31 -18048.079394    370.019660 -19351.419392     61.199326 15 19 16 243  P   P
+PG32 -13860.519657  10327.891111 -19765.744599   -227.250726 14 12 13 255  P   P
+*  2011  4  2 15 30  0.00000000
+PG02  20061.161622  -7918.654604 -15141.410942    328.497522 11 15 12 207  P   P
+PG03 -16350.144552   2038.091633  20470.413714    696.638943 12 14 11 320  P   P
+PG04  16132.448876   4337.477087 -20916.127471     77.393490 17 17 13 290  P   P
+PG05  25069.972758  -2433.937900   8571.524569   -138.555638 12 12 16 228  P   P
+PG06 -17495.372554  -2829.310683  20002.802316   -237.169514 11 13 12 265  P   P
+PG07   -389.030898  19647.943080  17771.995402      7.117621 17 11 16 227  P   P
+PG08   8381.191273  12007.156883  22134.143809      7.634261 17 15 14 323  P   P
+PG09  14644.349090 -22053.665902  -2607.150863     71.374485 17 16 19 288  P   P
+PG10  24487.419253   8847.988927  -6374.514788    -70.513649 13 13 17 337  P   P
+PG11 -11759.597319  23545.198452   1341.524237   -139.438467 13 13 14 248  P   P
+PG12  11710.994240 -12134.201107 -20446.487118    -14.705826 18 15 14 246  P   P
+PG13   4585.470392  25731.696486  -4705.156885    276.688097 14 10 14 260  P   P
+PG14 -14427.833215 -19024.811060 -11621.265249    141.448918 12 16 17 248  P   P
+PG15   7617.562012 -16949.433159  18922.099101   -138.373636  7 11 10 228  P   P
+PG16 -25809.880142     33.896292   6942.367743   -162.215587 11 15 16 234  P   P
+PG17  14902.198404  19266.845844 -10724.670190    184.234228 11 15 14 214  P   P
+PG18 -12601.267191 -15566.858508  17927.933886    129.763478 12 14 12 246  P   P
+PG19 -11073.929205  12843.125264  20356.588862   -126.382976 13 11 11 189  P   P
+PG20  -7077.610620  14842.702367 -20997.642660     48.835863 15 10 12 243  P   P
+PG21  -2034.424667 -19165.706004  18412.932373   -134.682969 14  9 14 256  P   P
+PG22 -21795.117771 -11472.663736  10239.873575    150.777076 15 16 14 241  P   P
+PG23  -3332.792444  21232.539274 -15377.070542    316.024383 15 13 14 212  P   P
+PG24 -14291.479831  21605.178583  -5103.675331    378.362385 18 14 20 230  P   P
+PG25  -3825.041442 -15455.035267 -21275.945376     -1.014162 19 10 12 246  P   P
+PG26  13966.820163  -3400.796837  21753.033160   -161.647945  9 17 10 274  P   P
+PG27  17817.314963 -18989.535238   4950.062011    251.719969 14 17 18 286  P   P
+PG28  19003.527907  13193.239416  13795.025076     28.936094 14 12 12 260  P   P
+PG29  -3104.430459 -25208.213783  -7752.942040    196.898416 16 12 14 208  P   P
+PG30 -26252.280039  -3949.692102  -1643.671914    333.925616  8 15 16 318  P   P
+PG31 -16591.425066  -1428.313862 -20537.772581     61.203826 15 19 15 245  P   P
+PG32 -15996.867538   9586.935162 -18466.136974   -227.257411 14 12 13 256  P   P
+*  2011  4  2 15 45  0.00000000
+PG02  19161.764136  -6264.162519 -17008.309845    328.499529 11 16 12 208  P   P
+PG03 -17482.336540    -62.833826  19665.086861    696.643391 11 15 12 321  P   P
+PG04  14741.850510   6272.524107 -21419.198038     77.402828 17 17 12 291  P   P
+PG05  25864.852061  -2091.335086   5897.287262   -138.560840 11 11 16 229  P   P
+PG06 -18356.755547  -4849.262514  18817.069986   -237.274687 11 13 12 267  P   P
+PG07  -1673.571421  21098.224257  15921.271304      7.118494 17 10 16 229  P   P
+PG08   6694.490683  13847.121120  21579.433717      7.634316 17 15 15 324  P   P
+PG09  14841.199218 -22002.265806    290.231437     71.376581 16 17 19 288  P   P
+PG10  23615.996419   8967.417942  -9003.368712    -70.514684 14 13 17 338  P   P
+PG11 -12074.337469  23039.622375   4041.476128   -139.441268 13 13 14 251  P   P
+PG12  13954.876282 -11736.541886 -19220.565317    -14.703249 18 15 15 246  P   P
+PG13   4208.810618  25140.641214  -7508.541766    276.686798 14 10 14 260  P   P
+PG14 -14686.683804 -20205.647690  -9068.374588    141.451066 13 15 18 249  P   P
+PG15   8659.282845 -14961.338989  20127.474414   -138.370891  8 12 10 229  P   P
+PG16 -26401.419995   -241.386384   4168.774061   -162.218066  9 15 16 234  P   P
+PG17  15103.996243  20361.410597  -8164.466025    184.234399 12 14 14 216  P   P
+PG18 -10529.254652 -15431.875951  19316.685381    129.765344 12 14 11 247  P   P
+PG19 -11917.957472  10611.809577  21179.927153   -126.386434 13 12 12 191  P   P
+PG20  -9403.806446  14569.186453 -20252.181919     48.835980 15 10 13 244  P   P
+PG21   -669.893723 -20608.717721  16796.197429   -134.685305 15  9 15 258  P   P
+PG22 -20482.917920 -11569.657761  12596.528463    150.776353 15 16 14 241  P   P
+PG23  -4224.072306  19567.516210 -17281.212962    316.022123 15 13 14 211  P   P
+PG24 -14804.689435  21742.958195  -2298.017398    378.365445 18 15 20 228  P   P
+PG25  -1377.596226 -15242.359429 -21722.484923     -1.014462 19 11 11 246  P   P
+PG26  14808.275179   -947.465762  21483.987072   -161.657166 10 17 10 274  P   P
+PG27  17620.407490 -18334.364792   7742.031828    251.722812 13 18 18 277  P   P
+PG28  17394.471935  13074.652631  15923.402560     28.938254 14 12 11 262  P   P
+PG29  -2512.080720 -24316.902702 -10347.804724    196.900914 17 13 14 209  P   P
+PG30 -25929.986932  -4178.057226  -4467.378757    333.928514 10 15 16 319  P   P
+PG31 -15164.046809  -3397.375375 -21365.928352     61.208321 15 19 14 247  P   P
+PG32 -18004.432076   8988.405525 -16837.222676   -227.264110 14 12 14 259  P   P
+*  2011  4  2 16  0  0.00000000
+PG02  18238.523937  -4406.605103 -18576.378136    328.501540 11 16 12 210  P   P
+PG03 -18646.184714  -2012.050190  18511.746096    696.647829 11 15 13 322  P   P
+PG04  13426.872245   8306.546873 -21561.392233     77.412175 17 17 12 292  P   P
+PG05  26369.013721  -1807.273702   3122.123374   -138.566044 11 11 16 229  P   P
+PG06 -19240.830312  -6693.406385  17313.697092   -237.379871 11 13 13 269  P   P
+PG07  -2753.504912  22428.024957  13794.212653      7.119365 17  8 17 231  P   P
+PG08   5164.380608  15717.859181  20650.880120      7.634400 17 14 15 325  P   P
+PG09  14870.099758 -21680.415225   3182.551893     71.378681 16 18 19 288  P   P
+PG10  22467.892739   9108.033414 -11481.682982    -70.515714 15 13 16 340  P   P
+PG11 -12311.651084  22261.663143   6669.957900   -139.444071 13 14 14 253  P   P
+PG12  16060.105032 -11471.490708 -17661.416016    -14.700674 17 16 16 245  P   P
+PG13   3682.707961  24284.489097 -10182.901767    276.685492 15 11 14 260  P   P
+PG14 -14892.112917 -21095.286068  -6359.642384    141.453213 14 14 18 249  P   P
+PG15   9853.042086 -12925.943611  20985.406772   -138.368149  9 12 10 230  P   P
+PG16 -26692.324616   -455.626296   1324.779704   -162.220544  7 15 16 234  P   P
+PG17  15237.961308  21173.553933  -5464.889696    184.234569 12 13 14 218  P   P
+PG18  -8315.642916 -15388.224673  20384.466996    129.767205 13 14 11 249  P   P
+PG19 -12901.464374   8362.559442  21637.119652   -126.389892 13 13 12 191  P   P
+PG20 -11638.717412  14409.971942 -19162.190878     48.836094 15 10 13 245  P   P
+PG21    519.911299 -21954.538508  14891.576469   -134.687644 15  8 15 260  P   P
+PG22 -18926.289160 -11708.394569  14739.417283    150.775631 16 16 13 240  P   P
+PG23  -5287.150100  17773.581766 -18884.112800    316.019863 15 13 13 209  P   P
+PG24 -15119.175757  21647.348277    547.897225    378.368526 17 16 20 236  P   P
+PG25   1107.197500 -15157.195578 -21795.769703     -1.014764 19 11 11 248  P   P
+PG26  15760.553966   1401.123433  20825.886152   -161.666379 10 17 11 275  P   P
+PG27  17300.297569 -17408.853271  10401.134237    251.725650 13 18 18 267  P   P
+PG28  15562.583210  13023.149980  17789.870400     28.940413 15 11 10 263  P   P
+PG29  -1755.147765 -23199.205487 -12764.285323    196.903411 17 13 13 209  P   P
+PG30 -25307.064228  -4415.200760  -7214.933869    333.931404 11 14 16 320  P   P
+PG31 -13804.407145  -5504.736886 -21820.558860     61.212816 16 19 12 250  P   P
+PG32 -19837.804742   8520.365088 -14907.798707   -227.270822 13 12 14 262  P   P
+*  2011  4  2 16 15  0.00000000
+PG02  17329.812027  -2370.296411 -19819.088323    328.503552 11 16 12 212  P   P
+PG03 -19805.762343  -3781.766576  17032.238932    696.652260 11 15 13 323  P   P
+PG04  12213.973663  10401.929626 -21339.347735     77.421528 18 17 12 293  P   P
+PG05  26570.793910  -1546.430963    293.547703   -138.571249 10 11 16 230  P   P
+PG06 -20111.912159  -8337.913693  15518.178825   -237.485069 11 13 14 269  P   P
+PG07  -3633.412254  23592.895125  11427.449891      7.120237 17  7 17 234  P   P
+PG08   3811.343860  17571.840499  19362.997231      7.634514 18 14 16 326  P   P
+PG09  14765.691076 -21069.970933   6019.553431     71.380789 16 18 19 289  P   P
+PG10  21062.701362   9303.297607 -13768.179606    -70.516736 16 13 16 341  P   P
+PG11 -12503.474534  21212.563703   9180.177992   -139.446879 12 14 14 256  P   P
+PG12  17982.649616 -11321.182273 -15795.753954    -14.698101 17 16 16 245  P   P
+PG13   2981.399304  23196.385614 -12682.593569    276.684181 15 11 13 260  P   P
+PG14 -15003.675854 -21692.706883  -3541.847965    141.455358 14 14 18 249  P   P
+PG15  11186.767569 -10889.154373  21481.561991   -138.365406 10 12 10 231  P   P
+PG16 -26673.330085   -646.247152  -1541.586772   -162.223020  7 15 16 234  P   P
+PG17  15265.919206  21705.070517  -2672.214663    184.234740 13 12 14 220  P   P
+PG18  -6000.619231 -15452.066143  21113.075526    129.769062 13 14 10 251  P   P
+PG19 -14011.539066   6142.518322  21721.302125   -126.393346 13 13 13 191  P   P
+PG20 -13739.490633  14351.981217 -17745.829625     48.836208 15 10 14 246  P   P
+PG21   1535.220841 -23160.291637  12729.950286   -134.689984 15  7 16 262  P   P
+PG22 -17152.686430 -11917.638709  16632.423425    150.774908 16 16 13 240  P   P
+PG23  -6522.126027  15897.652136 -20158.606810    316.017603 15 13 13 208  P   P
+PG24 -15263.111599  21295.570976   3384.226163    378.371615 17 17 20 247  P   P
+PG25   3580.336571 -15202.292584 -21494.484534     -1.015065 19 12 12 249  P   P
+PG26  16795.209541   3599.930091  19792.552407   -161.675583 12 17 13 276  P   P
+PG27  16899.077794 -16214.015544  12883.207596    251.728490 12 19 18 261  P   P
+PG28  13541.474074  13066.977954  19364.457646     28.942573 15 11  9 265  P   P
+PG29   -816.074563 -21891.991533 -14960.509302    196.905907 17 14 13 209  P   P
+PG30 -24397.005237  -4697.075537  -9840.051052    333.934284 12 14 16 322  P   P
+PG31 -12545.551547  -7711.300931 -21892.911242     61.217311 16 19 10 252  P   P
+PG32 -21456.162196   8163.552835 -12712.248837   -227.277548 13 13 15 265  P   P
+*  2011  4  2 16 30  0.00000000
+PG02  16470.140464   -186.503523 -20715.865574    328.505565 11 16 12 213  P   P
+PG03 -20922.358047  -5351.805847  15254.066027    696.656684 11 15 14 324  P   P
+PG04  11123.159340  12516.984729 -20755.738945     77.430888 18 17 13 294  P   P
+PG05  26467.094686  -1272.209735  -2540.049850   -138.576455  9 10 16 231  P   P
+PG06 -20931.728853  -9766.306821  13460.830297   -237.590278 12 12 14 270  P   P
+PG07  -4326.088327  24551.703735   8861.905879      7.121110 17  9 18 236  P   P
+PG08   2647.381061  19359.382835  17736.772551      7.634655 18 13 17 327  P   P
+PG09  14566.202417 -20161.495774   8751.285550     71.382905 15 19 19 290  P   P
+PG10  19427.147253   9582.877091 -15824.740191    -70.517752 16 13 15 342  P   P
+PG11 -12681.751224  19901.694580  11527.271615   -139.449687 12 15 14 258  P   P
+PG12  19683.643369 -11260.838703 -13655.714324    -14.695533 17 16 17 244  P   P
+PG13   2086.076092  21915.308412 -14965.119395    276.682864 15 12 13 261  P   P
+PG14 -14982.588019 -22005.888174   -663.433364    141.457502 15 13 18 250  P   P
+PG15  12640.742275  -8894.718726  21607.881062   -138.362666 11 13 10 232  P   P
+PG16 -26343.920427   -851.609426  -4381.904067   -162.225495  9 15 16 234  P   P
+PG17  15151.798368  21966.196330    165.903099    184.234909 14 12 14 222  P   P
+PG18  -3627.336743 -15632.608651  21489.711026    129.770916 13 13 10 252  P   P
+PG19 -15227.720069   3996.043870  21432.070705   -126.396797 13 14 13 190  P   P
+PG20 -15667.014719  14375.418784 -16026.812645     48.836319 15 11 14 247  P   P
+PG21   2383.770063 -24185.128514  10347.113570   -134.692326 16  6 16 263  P   P
+PG22 -15195.639373 -12221.207559  18243.664049    150.774184 16 16 12 239  P   P
+PG23  -7920.764919  13987.078647 -21083.420182    316.015341 15 13 13 207  P   P
+PG24 -15269.511728  20672.366963   6161.372458    378.374718 16 17 20 258  P   P
+PG25   5993.125249 -15372.289508 -20823.740974     -1.015368 19 12 13 250  P   P
+PG26  17877.594429   5610.583737  18404.684127   -161.684779 12 17 14 277  P   P
+PG27  16458.988294 -14759.455145  15147.780798    251.731343 12 19 17 262  P   P
+PG28  11370.027522  13228.290931  20621.872405     28.944735 15 11  8 267  P   P
+PG29    315.171937 -20436.460903 -16898.334754    196.908399 17 14 12 209  P   P
+PG30 -23221.256065  -5056.790598 -12298.906332    333.937156 13 14 16 323  P   P
+PG31 -11413.863413  -9972.631793 -21581.023739     61.221807 16 19  9 253  P   P
+PG32 -22824.787539   7892.331135 -10289.867941   -227.284287 13 13 15 268  P   P
+*  2011  4  2 16 45  0.00000000
+PG02  15688.836029   2107.620933 -21252.381701    328.507581 11 16 12 216  P   P
+PG03 -21956.007964  -6710.116335  13209.765571    696.661100 11 15 14 325  P   P
+PG04  10167.294215  14607.341391 -19819.306667     77.440255 18 17 15 296  P   P
+PG05  26063.477995   -948.341300  -5330.218258   -138.581666 10 10 16 231  P   P
+PG06 -21660.882123 -10969.882270  11176.304513   -237.695501 12 12 14 270  P   P
+PG07  -4851.852491  25268.241145   6142.078737      7.121982 17 11 18 238  P   P
+PG08   1675.643461  21030.495881  15799.391960      7.634824 18 13 17 328  P   P
+PG09  14311.833031 -18954.887903  11329.033551     71.385026 15 20 18 291  P   P
+PG10  17594.202039   9971.390010 -17616.980542    -70.518757 17 14 15 343  P   P
+PG11 -12876.965616  18346.351705  13669.191172   -139.452499 12 15 13 261  P   P
+PG12  21130.759100 -11259.860437 -11278.298457    -14.692967 16 16 18 243  P   P
+PG13    985.778228  20484.565299 -16991.822453    276.681543 16 12 13 261  P   P
+PG14 -14793.353525 -22051.331783   2226.326573    141.459644 16 11 18 250  P   P
+PG15  14188.249562  -6982.690963  21362.685398   -138.359930 11 13 11 232  P   P
+PG16 -25712.358427  -1109.371644  -7148.131882   -162.227969 11 15 16 234  P   P
+PG17  14863.142841  21975.059400   3001.217962    184.235079 14 11 14 224  P   P
+PG18  -1240.513891 -15931.689660  21507.211936    129.772765 13 13 10 253  P   P
+PG19 -16522.730475   1963.192925  20775.417117   -126.400247 13 15 14 188  P   P
+PG20 -17387.244931  14454.602815 -14034.045826     48.836430 14 11 15 249  P   P
+PG21   3080.391226 -24991.828950   7783.265297   -134.694671 16  5 16 265  P   P
+PG22 -13093.621492 -12636.943042  19545.991858    150.773459 16 16 11 239  P   P
+PG23  -9466.687598  12087.909391 -21643.484871    316.013081 15 13 12 205  P   P
+PG24 -15174.751618  19770.711540   8830.894082    378.377830 16 18 19 268  P   P
+PG25   8298.852187 -15653.935057 -19794.994613     -1.015671 19 13 14 251  P   P
+PG26  18968.317358   7402.652373  16689.285341   -161.693966 13 17 15 278  P   P
+PG27  16020.719417 -13063.025381  17158.607442    251.734212 12 20 17 270  P   P
+PG28   9091.128023  13522.275498  21541.821686     28.946895 15 11  6 268  P   P
+PG29   1640.496395 -18876.591380 -18544.032081    196.910890 18 15 11 208  P   P
+PG30 -21808.399916  -5523.204276 -14550.798189    333.940013 14 14 16 324  P   P
+PG31 -10428.091866 -12240.516921 -20889.810667     61.226305 16 18 11 255  P   P
+PG32 -23916.345990   7675.908664  -7684.077284   -227.291037 12 14 15 272  P   P
+*  2011  4  2 17  0  0.00000000
+PG02  15008.949498   4470.327761 -21420.722045    328.509599 11 15 13 218  P   P
+PG03 -22867.066664  -7852.949476  10936.220626    696.665513 11 15 15 326  P   P
+PG04   9351.690442  16627.457058 -18544.794990     77.449626 18 17 16 297  P   P
+PG05  25373.942578   -540.475067  -8029.258667   -138.586879 11 10 16 231  P   P
+PG06 -22260.364166 -11947.848494   8703.046649   -237.800735 12 12 15 269  P   P
+PG07  -5237.557491  25712.644872   3315.251924      7.122858 18 13 18 240  P   P
+PG08    890.423510  22536.775443  13583.832774      7.635021 18 12 18 330  P   P
+PG09  14043.026965 -17459.656357  13706.269057     71.387157 15 20 18 292  P   P
+PG10  15601.983637  10487.343659 -19114.775252    -70.519750 17 14 14 344  P   P
+PG11 -13116.737360  16571.233910  15567.548005   -139.455312 12 16 13 264  P   P
+PG12  22299.338808 -11283.160304  -8704.725398    -14.690405 16 16 18 242  P   P
+PG13   -322.017983  18950.148871 -18728.509175    276.680216 16 12 12 261  P   P
+PG14 -14405.265420 -21853.278906   5078.154370    141.461785 16 10 17 250  P   P
+PG15  15796.495786  -5188.056971  20750.671667   -138.357195 12 13 11 232  P   P
+PG16 -24795.402989  -1454.875430  -9793.382392   -162.230441 12 14 16 234  P   P
+PG17  14372.487979  21756.848048   5785.685101    184.235250 15 11 14 225  P   P
+PG18   1115.029575 -16343.633162  21164.220610    129.774608 13 13 10 254  P   P
+PG19 -17863.479846     78.391301  19763.556914   -126.403693 12 15 15 185  P   P
+PG20 -18872.348973  14559.035894 -11801.175456     48.836540 14 12 15 250  P   P
+PG21   3646.310017 -25548.308242   5082.383435   -134.697020 16  5 16 267  P   P
+PG22 -10888.746072 -13175.918069  20517.422888    150.772733 17 16 11 238  P   P
+PG23 -11135.887308  10243.228352 -21830.138616    316.010820 15 13 13 203  P   P
+PG24 -15016.965612  18592.209018  11346.383515    378.380936 16 19 19 276  P   P
+PG25  10454.393569 -16026.624536 -18425.854373     -1.015975 19 13 15 253  P   P
+PG26  20024.881970   8954.551093  14678.976793   -161.703146 13 17 16 280  P   P
+PG27  15621.828454 -11150.203639  18884.100281    251.737107 12 20 16 279  P   P
+PG28   6750.265732  13956.528710  22109.274437     28.949055 16 11  5 269  P   P
+PG29   3153.388790 -17257.485530 -19868.889942    196.913381 18 15  9 208  P   P
+PG30 -20193.101945  -6119.699277 -16558.738061    333.942859 15 14 15 326  P   P
+PG31  -9598.695028 -14464.696899 -19831.010968     61.230804 16 18 13 257  P   P
+PG32 -24711.859791   7479.783644  -4941.552498   -227.297797 12 14 15 275  P   P
+*  2011  4  2 17 15  0.00000000
+PG02  14446.439252   6856.726524 -21219.428460    328.511617 11 15 13 221  P   P
+PG03 -23617.752096  -8784.706615   8473.910392    696.669920 12 14 15 328  P   P
+PG04   8673.985530  18532.198646 -16952.790773     77.459000 18 17 17 299  P   P
+PG05  24420.392579    -17.694377 -10591.024330   -138.592095 12 11 16 231  P   P
+PG06 -22693.074627 -12707.173767   6082.690681   -237.905982 13 12 15 269  P   P
+PG07  -5515.336227  25862.590168    430.646831      7.123734 18 14 18 242  P   P
+PG08    277.510848  23833.270724  11128.326664      7.635242 18 10 18 331  P   P
+PG09  13798.711592 -15694.817726  15839.598575     71.389296 15 20 17 293  P   P
+PG10  13492.478023  11142.299621 -20292.727585    -70.520733 17 14 12 345  P   P
+PG11 -13424.538353  14607.619277  17188.382149   -139.458125 12 16 12 267  P   P
+PG12  23173.231997 -11292.687565  -5979.701270    -14.687845 15 17 18 240  P   P
+PG13  -1831.137830  17359.011035 -20145.990536    276.678884 16 12 12 262  P   P
+PG14 -13793.721955 -21442.648149   7843.587360    141.463924 17  8 17 251  P   P
+PG15  17427.773409  -3539.567897  19782.798621   -138.354462 12 14 12 232  P   P
+PG16 -23617.722091  -1919.613631 -12272.679669   -162.232914 13 14 16 235  P   P
+PG17  13658.549205  21342.730305   8472.237558    184.235420 15 10 14 226  P   P
+PG18   3395.850932 -16855.391084  20465.274151    129.776447 13 13 11 255  P   P
+PG19 -19212.291020  -1630.664872  18414.658291   -126.407138 12 15 15 182  P   P
+PG20 -20101.629486  14654.676323  -9366.053731     48.836649 14 13 15 251  P   P
+PG21   4108.164788 -25828.964676   2291.488330   -134.699372 16  6 17 268  P   P
+PG22  -8625.336094 -13841.906352  21141.485624    150.772006 17 15 11 238  P   P
+PG23 -12897.546842   8491.635564 -21641.205694    316.008557 15 12 13 202  P   P
+PG24 -14834.391482  17147.150893  13664.299003    378.384037 15 19 19 283  P   P
+PG25  12421.681567 -16463.233884 -16739.786607     -1.016282 19 14 16 254  P   P
+PG26  21003.430019  10254.065459  12411.217176   -161.712316 14 17 16 282  P   P
+PG27  15295.321077  -9053.212319  20297.671647    251.740035 13 20 15 287  P   P
+PG28   4394.058467  14530.708854  22314.668279     28.951215 16 10  7 271  P   P
+PG29   4838.969915 -15623.682113 -20849.735400    196.915867 18 15  7 208  P   P
+PG30 -18414.857257  -6863.179729 -18289.968383    333.945689 15 14 15 328  P   P
+PG31  -8927.528305 -16594.693924 -18422.998609     61.235304 16 18 14 258  P   P
+PG32 -25201.341856   7267.341957  -2111.288694   -227.304568 12 14 15 279  P   P
+*  2011  4  2 17 30  0.00000000
+PG02  14009.655452   9220.347221 -20653.424490    328.513637 12 15 13 224  P   P
+PG03 -24173.603841  -9517.471789   5866.125600    696.674324 13 15 15 329  P   P
+PG04   8124.321601  20278.436424 -15069.462244     77.468378 18 16 17 301  P   P
+PG05  23231.818133    646.099605 -12971.694726   -138.597314 12 11 16 231  P   P
+PG06 -22925.283232 -13262.149256   3359.404945   -238.011240 14 12 15 268  P   P
+PG07  -5721.137120  25704.196330  -2461.465117      7.124598 18 15 18 242  P   P
+PG08   -185.094657  24880.245518   8475.698666      7.635488 19 10 19 332  P   P
+PG09  13614.575482 -13688.404728  17689.683875     71.391441 15 21 17 294  P   P
+PG10  11310.126245  11940.296634 -21130.579777    -70.521706 17 14 10 346  P   P
+PG11 -13818.590430  12492.274024  18502.838622   -139.460940 11 16 12 269  P   P
+PG12  23745.308447 -11249.080493  -3150.620437    -14.685290 14 17 19 239  P   P
+PG13  -3526.779819  15757.322561 -21220.536410    276.677548 16 12 12 262  P   P
+PG14 -12941.311054 -20855.738999  10475.770344    141.466062 17  7 17 251  P   P
+PG15  19040.818864  -2058.824986  18476.070016   -138.351732 12 14 13 231  P   P
+PG16 -22211.020927  -2529.838469 -14543.697075   -162.235386 14 14 16 236  P   P
+PG17  12707.181377  20768.566419  11015.539798    184.235591 15 10 13 227  P   P
+PG18   5561.326449 -17446.968773  19420.815088    129.778279 13 12 11 256  P   P
+PG19 -20528.302596  -3143.839301  16752.480000   -126.410580 12 16 16 176  P   P
+PG20 -21062.186851  14705.363222  -6770.126865     48.836757 13 13 15 253  P   P
+PG21   4496.781310 -25815.803882   -540.195696   -134.701727 16  6 17 269  P   P
+PG22  -6348.419510 -14631.134962  21407.487426    150.771278 17 15 12 237  P   P
+PG23 -14715.120670   6865.924571 -21080.962877    316.006295 15 12 13 200  P   P
+PG24 -14663.729808  15454.237639  15744.730872    378.387131 15 19 18 288  P   P
+PG25  14168.982250 -16931.218915 -14765.718463     -1.016589 18 14 17 256  P   P
+PG26  21860.511071  11298.483575   9927.463526   -161.721481 15 17 17 284  P   P
+PG27  15068.439035  -6809.925689  21377.987268    251.743000 13 20 14 293  P   P
+PG28   2068.737822  15236.469869  22154.059523     28.953375 16 10  8 272  P   P
+PG29   6674.369157 -14017.497965 -21469.357639    196.918353 18 15  7 208  P   P
+PG30 -16516.589547  -7763.321203 -19716.407005    333.948506 16 13 14 329  P   P
+PG31  -8407.892359 -18581.663593 -16690.456971     61.239809 16 17 15 259  P   P
+PG32 -25384.064201   7001.538181    756.371222   -227.311344 12 15 15 283  P   P
+*  2011  4  2 17 45  0.00000000
+PG02  13699.138012  11514.746164 -19733.831036    328.515659 12 15 14 226  P   P
+PG03 -24504.800284 -10070.259117   3158.166836    696.678726 14 15 16 330  P   P
+PG04   7685.824607  21826.590802 -12926.194789     77.477759 18 16 18 303  P   P
+PG05  21843.218812   1470.988941 -15130.511822   -138.602538 13 11 15 231  P   P
+PG06 -22927.984646 -13633.682285    579.193867   -238.116509 14 12 15 267  P   P
+PG07  -5893.107811  25232.610968  -5310.672535      7.125469 18 16 18 243  P   P
+PG08   -526.137533  25644.756223   5672.593191      7.635750 19 11 19 334  P   P
+PG09  13521.463230 -11476.595441  19222.105991     71.393595 15 21 16 295  P   P
+PG10   9100.324397  12877.553322 -21613.558616    -70.522663 18 14  9 347  P   P
+PG11 -14310.993247  10266.140484  19487.731733   -139.463751 11 17 11 271  P   P
+PG12  24017.624523 -11113.380422   -266.714341    -14.682736 13 17 19 237  P   P
+PG13  -5385.916294  14188.782359 -21934.238453    276.676207 16 12 12 263  P   P
+PG14 -11838.624335 -20132.751380  12930.212561    141.468201 18  7 16 252  P   P
+PG15  20592.312627   -759.647866  16853.219227   -138.349004 12 14 13 230  P   P
+PG16 -20612.915067  -3305.362272 -16567.462356   -162.237857 15 14 15 236  P   P
+PG17  11512.074830  20073.463016  13372.708393    184.235763 16 11 13 228  P   P
+PG18   7575.005837 -18092.125143  18047.116343    129.780107 13 12 11 257  P   P
+PG19 -21768.992604  -4449.090928  14805.927664   -126.414018 12 16 16 169  P   P
+PG20 -21749.295031  14674.341998  -4057.753596     48.836863 13 14 16 254  P   P
+PG21   4845.748938 -25499.283033  -3362.165473   -134.704086 15  7 17 270  P   P
+PG22  -4102.203779 -15532.329109  21310.694870    150.770550 17 15 13 237  P   P
+PG23 -16547.636970   5392.004339 -20159.996160    316.004034 15 12 14 198  P   P
+PG24 -14538.584914  13539.978033  17552.088673    378.390213 15 20 17 293  P   P
+PG25  15671.934220 -17393.937532 -12537.546765     -1.016898 18 14 17 257  P   P
+PG26  22554.804435  12094.348597   7272.298227   -161.730637 15 17 17 286  P   P
+PG27  14961.686355  -4462.605920  22109.141595    251.746009 13 20 13 299  P   P
+PG28   -181.353082  16057.682940  21629.214969     28.955533 16 10 10 272  P   P
+PG29   8629.421811 -12477.465685 -21716.826327    196.920840 18 15 10 209  P   P
+PG30 -14543.151022  -8822.095469 -20815.017929    333.951308 16 13 14 331  P   P
+PG31  -8024.939657 -20380.192939 -14663.923297     61.244315 16 17 16 261  P   P
+PG32 -25268.454649   6646.584937   3610.718698   -227.318128 12 15 15 286  P   P
+EOF
diff --git a/util/data/igu16295_18_p.sp3 b/util/data/igu16295_18_p.sp3
new file mode 100644
index 0000000..a29834d
--- /dev/null
+++ b/util/data/igu16295_18_p.sp3
@@ -0,0 +1,3095 @@
+#cP2011  3 31 18  0  0.00000000     192 ORBIT IGS05 HLM  IGS
+## 1629 410400.00000000   900.00000000 55651 0.7500000000000
++   31   G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17G18
++        G19G20G21G22G23G24G25G26G27G28G29G30G31G32  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
++          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         3  4  4  3  3  4  4  5  4  3  4  3  4  3  4  4  4
+++         4  4  4  4  4  5  4  4  4  3  4  4  4  4  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+++         0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
+%c G  cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc
+%f  1.2500000  1.025000000  0.00000000000  0.000000000000000
+%f  0.0000000  0.000000000  0.00000000000  0.000000000000000
+%i    0    0    0    0      0      0      0      0         0
+%i    0    0    0    0      0      0      0      0         0
+/* ULTRA ORBIT COMBINATION 16295_18 (55652.750) FROM:       
+/* cou emu esu gfu gou siu usu                              
+/* REFERENCED TO emu CLOCK AND TO WEIGHTED MEAN POLE:       
+/* PCV:IGS05_1627 OL/AL:FES2004  NONE     Y  ORB:CMB CLK:CMB
+*  2011  4  1 18  0  0.00000000
+PG02  13545.362352  13125.269761 -18847.640194    328.324840 11  8  7 169  P   P
+PG03 -24591.461121 -10370.359613   1158.200902    696.252463 11 12 12 299  P   P
+PG04   7428.221824  22803.873056 -11230.349513     76.592610 12  7 11 262  P   P
+PG05  20734.248556   2175.580794 -16535.569949   -138.104896  8  7  9 217  P   P
+PG06 -22774.018401 -13801.183654  -1446.437689   -228.121442 12 10 11 249  P   P
+PG07  -6018.886744  24695.006438  -7328.238433      7.041777 11 10 11 217  P   P
+PG08   -709.963904  26007.927746   3576.200212      7.628890 13 10 12 276  P   P
+PG09  13525.676420  -9761.600081  20121.033576     71.191066 11 10  8 244  P   P
+PG10   7517.194846  13632.858476 -21736.011246    -70.436715 11  7  7 309  P   P
+PG11 -14722.702605   8634.349032  19981.694668   -139.200816 10 14  6 234  P   P
+PG12  24037.110963 -10925.385160   1851.941998    -14.926358  5 11 12 191  P   P
+PG13  -6815.237870  13096.151711 -22219.508137    276.801078 12 12 10 233  P   P
+PG14 -10882.262270 -19545.205614  14577.699146    141.264594 13  7  9 205  P   P
+PG15  21649.889487     56.515898  15500.245475   -138.608907  8  7 11 186  P   P
+PG16 -19343.304851  -3993.440289 -17872.494616   -162.002315 12 13  9      P   P
+PG17  10481.412060  19514.390503  14954.697503    184.218374 10  8  8 205  P   P
+PG18   8941.550222 -18577.328685  16844.863142    129.606212  9 10  8 221  P   P
+PG19 -22597.721141  -5260.791100  13235.524197   -126.086312  3 12 13 184  P   P
+PG20 -22080.083750  14578.125307  -2037.482555     48.826096  7 11  9 225  P   P
+PG21   5106.742739 -25071.722572  -5395.854370   -134.479269 11  9 11 205  P   P
+PG22  -2507.132638 -16249.787964  21011.890747    150.838929 13 12  9 186  P   P
+PG23 -17852.511481   4439.277252 -19281.034685    316.219242  9 11 10 173  P   P
+PG24 -14495.571716  12018.199158  18681.596643    378.119474 10 13  9 277  P   P
+PG25  16601.709991 -17704.947402 -10779.596335     -0.987930 10 10  7 235  P   P
+PG26  22936.563325  12522.709829   5263.941144   -160.855360 11 11 13 226  P   P
+PG27  14967.964497  -2710.770740  22415.834948    251.435710  9 11  5 303  P   P
+PG28  -1748.987350  16715.286576  21021.840710     28.751418  8  8  8 242  P   P
+PG29  10085.948500 -11431.955855 -21662.468178    196.683369 12 12  7 200  P   P
+PG30 -13090.373452  -9686.483022 -21396.313933    333.684010  6 10  8 243  P   P
+PG31  -7823.632144 -21542.878713 -13029.348277     60.814623 10  6 11 233  P   P
+PG32 -25006.651204   6309.083610   5653.844302   -226.683750  8 13  9 227  P   P
+*  2011  4  1 18 15  0.00000000
+PG02  13431.758652  15195.581927 -17359.497757    328.326939 11  8  7 208  P   P
+PG03 -24482.370113 -10673.940157  -1613.056497    696.257050 11 11 11 299  P   P
+PG04   7124.267191  23932.642080  -8726.058857     76.601976 10  7  9 261  P   P
+PG05  19096.027010   3304.997339 -18227.128914   -138.110180  9  6  8 219  P   P
+PG06 -22330.397928 -13921.252645  -4213.987787   -228.226612 11  9  9 244  P   P
+PG07  -6222.881260  23698.024465  -9987.251302      7.042667 11 11 11 215  P   P
+PG08   -923.857691  26232.270037    631.332090      7.629688 13  7 13 292  P   P
+PG09  13643.599311  -7299.633802  21040.442550     71.193022  9 10  8 261  P   P
+PG10   5364.398123  14779.083369 -21590.090848    -70.438108  9  8  8 311  P   P
+PG11 -15394.016159   6320.895869  20364.351561   -139.203721  8 12  6 244  P   P
+PG12  23821.051458 -10545.035539   4711.908587    -14.923729  5 12 13 207  P   P
+PG13  -8881.164734  11675.242327 -22286.645942    276.799674 11  9  8 227  P   P
+PG14  -9350.375203 -18687.784551  16630.056837    141.266772 12  6  9 213  P   P
+PG15  22993.613469   1033.710384  13401.370892   -138.606215  7  4 11 189  P   P
+PG16 -17514.880116  -5079.489322 -19387.736177   -162.004766  6 11  9 152  P   P
+PG17   8874.028257  18706.044334  16897.994941    184.218437  9  9  7 225  P   P
+PG18  10622.746000 -19237.598140  14955.972819    129.608164  9  9  9 236  P   P
+PG19 -23609.317993  -6203.085271  10879.441174   -126.089791  6 12 13 188  P   P
+PG20 -22307.677303  14322.921410    765.577779     48.826085  8 11  9 236  P   P
+PG21   5468.887609 -24233.213334  -8081.044058   -134.481394 11  8 11 252  P   P
+PG22   -410.567775 -17296.945334  20294.604215    150.838270 13 12 10 208  P   P
+PG23 -19607.488153   3265.444381 -17781.251379    316.216954  9 10  7 192  P   P
+PG24 -14514.228485   9803.268819  19947.049780    378.122669  9 12  9 281  P   P
+PG25  17649.353843 -18065.475186  -8204.975919     -0.988202 10 10  7 233  P   P
+PG26  23264.448202  12929.631678   2423.832734   -160.864501 11 11 13 229  P   P
+PG27  15095.008353   -291.327011  22522.009619    251.438192  8 10  5 310  P   P
+PG28  -3775.088596  17676.909999  19888.591179     28.753471  9  6  6 245  P   P
+PG29  12159.269726 -10081.136271 -21263.004602    196.685903 12 13  7 202  P   P
+PG30 -11093.124271 -11000.805539 -21890.688099    333.686199  5  9  7 292  P   P
+PG31  -7620.719578 -22925.154189 -10582.395996     60.819009  9  7 11 239  P   P
+PG32 -24420.167043   5724.880263   8367.792188   -226.690690  7 13  9 250  P   P
+*  2011  4  1 18 30  0.00000000
+PG02  13408.091052  17082.469895 -15577.127479    328.328962 12  8  7 206  P   P
+PG03 -24099.123923 -10875.898155  -4357.191656    696.261455 11 12 11 301  P   P
+PG04   6856.863919  24784.399953  -6069.752276     76.611359 10  9 10 266  P   P
+PG05  17372.785206   4612.899525 -19606.596450   -138.115417  9  5  8 217  P   P
+PG06 -21611.029606 -13940.144297  -6909.716869   -228.331902 11 10  9 240  P   P
+PG07  -6494.625916  22421.197411 -12472.402827      7.043541 11 11 11 217  P   P
+PG08  -1117.330366  26128.331999  -2324.779926      7.629981 13  7 13 295  P   P
+PG09  13901.664184  -4761.557884  21579.151871     71.195198  9 10  8 264  P   P
+PG10   3300.420289  16015.610212 -21078.805159    -70.439032  9  8  9 312  P   P
+PG11 -16161.856816   4017.030075  20386.083581   -139.206526  8 12  6 248  P   P
+PG12  23354.952098  -9981.705718   7489.983137    -14.921182  6 12 12 202  P   P
+PG13 -11012.750075  10382.018211 -21975.486737    276.798319 11  9  8 227  P   P
+PG14  -7586.227104 -17810.644869  18400.889229    141.268912 12  6  8 214  P   P
+PG15  24160.075363   1832.716286  11073.762859   -138.603493  6  4 12 181  P   P
+PG16 -15616.556546  -6345.355273 -20571.470909   -162.007234  7 11  9 141  P   P
+PG17   7047.799512  17887.446952  18555.819228    184.218607  8  9  7 226  P   P
+PG18  12082.950421 -19856.441661  12810.360628    129.609980  9 10  9 236  P   P
+PG19 -24433.925259  -6946.470899   8339.546444   -126.093226  8 12 13 184  P   P
+PG20 -22289.986229  13895.222485   3555.388531     48.826190  8 11  9 238  P   P
+PG21   5884.360825 -23111.264833 -10620.065997   -134.483756 11  9 11 253  P   P
+PG22   1550.488503 -18390.815624  19232.342498    150.837547 13 12 11 209  P   P
+PG23 -21255.478177   2273.728203 -15979.224758    316.214688  8 10  7 194  P   P
+PG24 -14643.706592   7471.048655  20868.695889    378.125688  9 12 10 286  P   P
+PG25  18428.700113 -18312.320651  -5489.062037     -0.988512 10 10  8 235  P   P
+PG26  23339.925147  13147.009696   -457.285655   -160.873644 12 11 13 236  P   P
+PG27  15359.099851   2105.895897  22263.873929    251.441359  8 11  6 310  P   P
+PG28  -5625.781513  18675.386382  18424.988431     28.755620  9  6  6 246  P   P
+PG29  14241.965662  -8871.731427 -20494.666080    196.688394 12 13  8 199  P   P
+PG30  -9140.435480 -12439.495476 -22022.204620    333.688960  5  9  7 296  P   P
+PG31  -7479.635661 -24025.263098  -7949.445085     60.823521  9  7 11 241  P   P
+PG32 -23600.050537   4972.842012  10935.807825   -226.697479  8 13  9 257  P   P
+*  2011  4  1 18 45  0.00000000
+PG02  13449.109593  18752.805866 -13531.591055    328.330982 12  8  8 206  P   P
+PG03 -23437.244340 -11010.836414  -7028.323154    696.265864 12 12 11 303  P   P
+PG04   6591.715983  25343.960204  -3307.359277     76.620739 10  9 11 270  P   P
+PG05  15609.369934   6090.673116 -20650.153034   -138.120657 10  5  8 215  P   P
+PG06 -20613.289386 -13893.490170  -9487.420491   -228.437200 12 10  9 238  P   P
+PG07  -6865.591208  20892.595695 -14740.616796      7.044414 12 12 11 218  P   P
+PG08  -1330.828063  25697.453729  -5239.474260      7.630269 14  9 13 298  P   P
+PG09  14302.496754  -2200.915909  21726.957469     71.197379  9 10  8 266  P   P
+PG10   1361.023531  17311.852007 -20209.589389    -70.439942  9  7 10 314  P   P
+PG11 -17012.623496   1765.711726  20047.514442   -139.209327  8 12  7 251  P   P
+PG12  22670.808149  -9212.141560  10137.980081    -14.918640  6 13 12 197  P   P
+PG13 -13164.740192   9238.589356 -21291.393361    276.796962 10  9  8 227  P   P
+PG14  -5612.228902 -16954.038168  19860.321006    141.271052 12  6  6 215  P   P
+PG15  25112.226215   2469.072456   8557.270928   -138.600773  6  4 12 172  P   P
+PG16 -13694.990855  -7780.677687 -21402.630586   -162.009704  7 11  9 131  P   P
+PG17   5026.809886  17095.955363  19900.006042    184.218779  8  9  7 228  P   P
+PG18  13310.393949 -20394.434314  10443.814014    129.611792  9 10 10 237  P   P
+PG19 -25036.641547  -7508.581205   5658.917903   -126.096658  9 13 13 180  P   P
+PG20 -22050.935853  13269.512377   6283.615383     48.826298  8 12  9 239  P   P
+PG21   6382.925075 -21729.499461 -12966.628378   -134.486124 12  9 11 254  P   P
+PG22   3347.155919 -19497.297502  17842.663689    150.836822 13 11 12 209  P   P
+PG23 -22752.618645   1459.875341 -13906.149633    316.212422  8 10  7 196  P   P
+PG24 -14895.332187   5067.368816  21431.497904    378.128681  9 12 11 289  P   P
+PG25  18947.036973 -18407.430148  -2678.603167     -0.988823  9 10  8 236  P   P
+PG26  23142.213591  13208.270666  -3330.792923   -160.882785 13 11 14 244  P   P
+PG27  15751.578804   4434.991492  21646.208697    251.444583  8 11  7 310  P   P
+PG28  -7275.471331  19672.116805  16653.824941     28.757767  9  6  7 247  P   P
+PG29  16287.300622  -7817.694465 -19370.758960    196.690882 12 13  8 197  P   P
+PG30  -7270.947803 -13976.461563 -21788.676100    333.691707  4  9  7 299  P   P
+PG31  -7364.069887 -24823.485475  -5176.980299     60.828036  9  6 11 243  P   P
+PG32 -22582.240190   4034.916742  13313.972217   -226.704268  8 13  9 263  P   P
+*  2011  4  1 19  0  0.00000000
+PG02  13524.744822  20179.920053 -11258.111905    328.333002 12  8  9 207  P   P
+PG03 -22500.074024 -11114.207525  -9582.140192    696.270276 12 12 11 304  P   P
+PG04   6293.120580  25604.628448   -486.993392     76.630117 10  9 11 273  P   P
+PG05  13849.497219   7721.663125 -21339.680669   -138.125903 10  5  7 213  P   P
+PG06 -19342.858954 -13817.528758 -11902.682463   -228.542500 12 10  8 237  P   P
+PG07  -7361.821636  19147.397092 -16752.708911      7.045289 12 12 11 220  P   P
+PG08  -1603.709567  24950.930345  -8060.875943      7.630565 14 10 13 301  P   P
+PG09  14839.917336    328.525116  21481.078699     71.199565  9 10  9 269  P   P
+PG10   -423.755659  18631.917380 -18995.949570    -70.440841  8  7 10 316  P   P
+PG11 -17926.376136   -393.219033  19355.776173   -139.212124  8 12  8 253  P   P
+PG12  21806.096777  -8220.362663  12610.073365    -14.916099  7 13 12 190  P   P
+PG13 -15289.207947   8258.993340 -20245.965888    276.795604 10  9  9 229  P   P
+PG14  -3458.437197 -16154.415931  20983.669184    141.273191 13  6  5 217  P   P
+PG15  25818.191056   2964.935022   5894.890996   -138.598052  6  5 12 159  P   P
+PG16 -11795.363603  -9366.761473 -21866.078451   -162.012173  8 11  9 129  P   P
+PG17   2842.252127  16364.876355  20907.564401    184.218950  7  9  7 229  P   P
+PG18  14301.293780 -20812.084897   7896.301112    129.613600  9 10 10 237  P   P
+PG19 -25387.993759  -7913.547286   2882.873366   -126.100092 10 13 13 178  P   P
+PG20 -21620.335539  12426.444164   8902.840519     48.826403  8 12  9 240  P   P
+PG21   6989.659806 -20119.194835 -15077.969508   -134.488496 12 10 10 255  P   P
+PG22   4957.262124 -20578.652863  16148.706029    150.836099 13 11 12 209  P   P
+PG23 -24058.050402    811.738582 -11597.621682    316.210155  8 10  8 199  P   P
+PG24 -15272.725856   2639.769422  21626.639507    378.131645  9 12 11 292  P   P
+PG25  19219.807316 -18316.213321    178.001335     -0.989136  9 10  8 238  P   P
+PG26  22658.393487  13150.926962  -6148.877355   -160.891922 13 11 14 250  P   P
+PG27  16256.143298   6652.556060  20679.213024    251.447866  8 11  8 310  P   P
+PG28  -8705.985396  20625.299299  14603.140782     28.759912  9  6  7 248  P   P
+PG29  18247.765246  -6924.774580 -17910.804892    196.693370 11 13  9 195  P   P
+PG30  -5518.372833 -15579.501587 -21193.739450    333.694441  3  9  8 302  P   P
+PG31  -7235.418313 -25309.229677  -2313.820791     60.832553  9  6 11 245  P   P
+PG32 -21407.053367   2900.369179  15462.087000   -226.711053  8 13  9 268  P   P
+*  2011  4  1 19 15  0.00000000
+PG02  13601.385432  21344.409821  -8795.470361    328.335014 12  7  9 206  P   P
+PG03 -21298.687330 -11220.826360 -11976.553487    696.274697 13 12 11 306  P   P
+PG04   5925.578194  25568.451568   2341.914280     76.639492  9 10 12 276  P   P
+PG05  12134.173702   9481.629888 -21663.084789   -138.131152 11  6  7 209  P   P
+PG06 -17813.685511 -13747.567214 -14113.642028   -228.647802 13 11  7 238  P   P
+PG07  -8002.751876  17226.600236 -18474.070885      7.046165 12 12 10 221  P   P
+PG08  -1972.442629  23909.569072 -10738.912729      7.630861 14 11 13 304  P   P
+PG09  15499.148600   2774.788332  20846.223821     71.201751  9 10  9 271  P   P
+PG10  -2030.604190  19935.880060 -17457.328485    -70.441730  9  7 11 318  P   P
+PG11 -18877.613500  -2424.396117  18324.292411   -139.214916  8 12  9 255  P   P
+PG12  20802.255332  -6998.472383  14863.603217    -14.913561  8 13 12 181  P   P
+PG13 -17337.222412   7448.789644 -18856.854088    276.794246 10  9  9 231  P   P
+PG14  -1161.611218 -15443.037447  21751.838135    141.275330 13  7  4 219  P   P
+PG15  26252.460675   3348.026797   3132.046544   -138.595332  7  5 12 146  P   P
+PG16  -9959.752333 -11077.098983 -21952.925506   -162.014644  8 10  9 141  P   P
+PG17    531.456457  15722.188687  21561.061816    184.219126  5  9  8 230  P   P
+PG18  15059.884165 -21071.456877   5211.339687    129.615404  9 10 10 237  P   P
+PG19 -25465.064110  -8190.888414     58.244942   -126.103523 11 13 14 179  P   P
+PG20 -21032.641481  11353.804268  11367.411193     48.826513  8 12  9 241  P   P
+PG21   7723.707951 -18318.105462 -16915.768531   -134.490873 12 10 10 256  P   P
+PG22   6366.011574 -21594.914115  14178.842749    150.835377 13 10 13 210  P   P
+PG23 -25135.382859    309.948079  -9093.032037    316.207887  7 10  8 201  P   P
+PG24 -15771.643006    235.860033  21451.616996    378.134580  9 12 12 294  P   P
+PG25  19269.861344 -18009.016871   3031.537287     -0.989448  9 10  9 240  P   P
+PG26  21883.869448  13014.975667  -8865.241405   -160.901058 14 11 14 256  P   P
+PG27  16849.443880   8719.048245  19378.357629    251.451209  8 11  9 309  P   P
+PG28  -9907.143284  21491.469329  12305.903753     28.762055  9  7  8 248  P   P
+PG29  20076.794132  -6190.446404 -16140.193227    196.695857 11 14  9 196  P   P
+PG30  -3910.401126 -17211.370005 -20246.817760    333.697164  3  9  8 305  P   P
+PG31  -7054.508384 -25481.329469    589.797893     60.837072  9  6 10 246  P   P
+PG32 -20117.580179   1566.333381  17344.310944   -226.717830  9 14  8 272  P   P
+*  2011  4  1 19 30  0.00000000
+PG02  13643.283504  22234.683769  -6185.361313    328.337035 11  8 10 211  P   P
+PG03 -19851.535094 -11363.431167 -14172.296208    696.279122 13 12 10 307  P   P
+PG04   5455.414740  25246.128228   5129.527582     76.648855  9 10 12 278  P   P
+PG05  10500.229493  11339.504123 -21614.517419   -138.136406 11  6  7 206  P   P
+PG06 -16047.633903 -13716.475106 -16081.733179   -228.753106 13 11  6 240  P   P
+PG07  -8800.295475  15175.524966 -19875.263733      7.047040 12 12  9 223  P   P
+PG08  -2468.928087  22602.864570 -13226.285150      7.631151 14 12 13 307  P   P
+PG09  16257.409348   5089.619410  19834.473316     71.203942  9 10 10 273  P   P
+PG10  -3443.682858  21181.230847 -15618.870293    -70.442609  9  7 11 320  P   P
+PG11 -19836.281115  -4298.081745  16972.439694   -139.217702  8 12  9 256  P   P
+PG12  19703.022249  -5547.149746  16859.818347    -14.911026  8 13 12 171  P   P
+PG13 -19260.565694   6804.980500 -17147.477260    276.792888  9  9  9 233  P   P
+PG14   1235.979015 -14844.783215  22151.631515    141.277470 13  7  5 221  P   P
+PG15  26396.854024   3650.376879    315.833381   -138.592614  8  6 12 146  P   P
+PG16  -8225.621712 -12878.206637 -21660.745457   -162.017115  8 10  9 155  P   P
+PG17  -1863.311415  15189.472449  21848.929363    184.219302  3  9  8 230  P   P
+PG18  15598.134859 -21137.766804   2435.275163    129.617203  9 10 10 237  P   P
+PG19 -25252.385221  -8374.208522  -2767.364598   -126.106953 11 13 14 183  P   P
+PG20 -20325.542190  10047.205731  13634.265591     48.826622  8 12  9 242  P   P
+PG21   8597.285566 -16369.012810 -18446.950042   -134.493252 12 10 10 256  P   P
+PG22   7566.377190 -22505.398112  11966.247192    150.834654 12  9 13 211  P   P
+PG23 -25953.996870    -71.149276  -6434.913284    316.205617  7 10  9 205  P   P
+PG24 -16380.129081  -2098.307718  20910.224271    378.137481  9 12 13 295  P   P
+PG25  19126.430362 -17462.417506   5832.827273     -0.989764  8 11  9 242  P   P
+PG26  20822.538657  12841.252184 -11435.747380   -160.910195 14 11 13 262  P   P
+PG27  17501.923302  10600.020287  17764.192567    251.454611  8 10 10 307  P   P
+PG28 -10877.043321  22227.144649   9799.600249     28.764196  9  7  9 249  P   P
+PG29  21730.456130  -5604.173475 -14089.726655    196.698346 10 14  9 199  P   P
+PG30  -2467.827842 -18831.038524 -18963.010684    333.699877  1  9  8 308  P   P
+PG31  -6783.339837 -25347.973575   3483.155670     60.841596 10  6 10 247  P   P
+PG32 -18758.009606     38.050621  18929.694893   -226.724601  9 14  8 276  P   P
+*  2011  4  1 19 45  0.00000000
+PG02  13614.035396  22847.225796  -3471.723420    328.339055 11  9 10 215  P   P
+PG03 -18183.840105 -11571.341651 -16133.472446    696.283556 13 12  9 308  P   P
+PG04   4852.346820  24656.579415   7826.543885     76.658216  9 11 12 281  P   P
+PG05   8979.018445  13258.414149 -21194.496797   -138.141664 11  6  7 201  P   P
+PG06 -14073.839515 -13753.269180 -17772.382310   -228.858406 13 11  5 243  P   P
+PG07  -9758.241210  13042.160312 -20932.510396      7.047919 12 12  9 223  P   P
+PG08  -3119.024851  21067.830888 -15479.365750      7.631432 14 12 13 310  P   P
+PG09  17084.865609   7230.249536  18464.985969     71.206131  8 10 10 275  P   P
+PG10  -4655.096606  22324.461222 -13511.081082    -70.443479  9  7 11 322  P   P
+PG11 -20768.963253  -5991.078098  15325.100538   -139.220483  8 12  9 257  P   P
+PG12  18552.707447  -3875.804821  18564.540329    -14.908491  9 14 11 156  P   P
+PG13 -21013.434684   6316.261130 -15146.654598    276.791530  9  9  9 236  P   P
+PG14   3687.951237 -14377.217106  22175.976963    141.279610 13  8  7 224  P   P
+PG15  26241.215764   3906.898582  -2505.760853   -138.589895  9  6 12 159  P   P
+PG16  -6624.490289 -14730.748714 -20993.680507   -162.019586  9 10  9 168  P   P
+PG17  -4296.241540  14781.085824  21765.681301    184.219480  2 10  9 231  P   P
+PG18  15935.161816 -20980.894049   -383.522529    129.618999 10 11 10 238  P   P
+PG19 -24742.571770  -8499.746701  -5546.334607   -126.110385 12 13 13 187  P   P
+PG20 -19538.422377   8510.479865  15663.718961     48.826733  9 12  8 242  P   P
+PG21   9615.001466 -14318.071046 -19644.357395   -134.495635 12 11 10 256  P   P
+PG22   8559.197924 -23270.270859   9548.372019    150.833932 12  8 14 213  P   P
+PG23 -26490.140183   -362.319267  -3668.246362    316.203349  7 10  9 207  P   P
+PG24 -17078.979902  -4319.793950  20012.435090    378.140350 10 12 13 296  P   P
+PG25  18823.862012 -16660.282974   8533.582707     -0.990082  8 11  9 243  P   P
+PG26  19486.666730  12669.795213 -13819.003208   -160.919334 15 11 13 266  P   P
+PG27  18178.877243  12267.184092  15862.108458    251.458072  8 10 11 305  P   P
+PG28 -11622.046319  22790.518385   7125.733252     28.766336  9  7  9 249  P   P
+PG29  23169.050693  -5147.994267 -11795.068979    196.700832 10 14 10 202  P   P
+PG30  -1203.926391 -20395.109053 -17362.912110    333.702581  2  9  9 310  P   P
+PG31  -6386.769415 -24926.275367   6315.972780     60.846122 10  7 10 248  P   P
+PG32 -17371.954056  -1671.208975  20192.612293   -226.731365 10 14  7 279  P   P
+*  2011  4  1 20  0  0.00000000
+PG02  13478.085053  23186.573697   -700.048243    328.341074 11  8 11 217  P   P
+PG03 -16326.767142 -11869.257923 -17828.051715    696.288000 14 12  9 309  P   P
+PG04   4090.922091  23826.192835  10385.136729     76.667565 10 12 12 283  P   P
+PG05   7595.335839  15196.947846 -20409.920167   -138.146925 11  6  8 196  P   P
+PG06 -11927.782160 -13881.845898 -19155.650090   -228.963706 13 12  4 248  P   P
+PG07 -10871.979322  10875.426198 -21628.080395      7.048798 12 12  8 224  P   P
+PG08  -3941.338534  19347.543881 -17459.005815      7.631699 14 12 12 312  P   P
+PG09  17945.892366   9160.910256  16763.539794     71.208321  8 10 11 277  P   P
+PG10  -5665.060974  23322.720704 -11169.384550    -70.444340  9  7 12 324  P   P
+PG11 -21640.206442  -7487.365513  13412.124041   -139.223257  8 12 10 258  P   P
+PG12  17394.461213  -2002.392919  19948.738998    -14.905957  9 14 10 134  P   P
+PG13 -22554.065675   5963.590574 -12888.150174    276.790174  8 10  9 239  P   P
+PG14   6145.366753 -14049.932031  21824.059956    141.281752 12  8  9 227  P   P
+PG15  25783.823121   4153.859639  -5284.650879   -138.587175  9  6 12 172  P   P
+PG16  -5180.827942 -16590.908923 -19962.431762   -162.022059  9 10  9 179  P   P
+PG17  -6719.511676  14503.621225  21312.044283    184.219661  5  9  9 231  P   P
+PG18  16096.347498 -20576.736633  -3195.529736    129.620793 10 11 10 238  P   P
+PG19 -23936.666151  -8604.834279  -8231.779742   -126.113817 12 13 13 192  P   P
+PG20 -18710.766580   6755.747524  17420.193290     48.826846  9 13  8 243  P   P
+PG21  10773.517728 -12213.025985 -20487.275261   -134.498023 12 11 10 256  P   P
+PG22   9352.975981 -23852.104080   6966.347941    150.833208 12  7 14 213  P   P
+PG23 -26727.777621   -598.082910   -839.737713    316.201077  7 10 10 209  P   P
+PG24 -17842.486274  -6390.194462  18774.188044    378.143185 10 12 14 296  P   P
+PG25  18400.166550 -15594.559092  11087.241164     -0.990399  7 11  9 245  P   P
+PG26  17896.484138  12538.276288 -15976.889326   -160.928473 15 11 13 271  P   P
+PG27  18841.705901  13699.278983  13702.048976    251.461587  8 10 11 302  P   P
+PG28 -12156.447070  23143.138920   4329.225943     28.768474  8  8 10 248  P   P
+PG29  24358.547546  -4797.406237  -9296.105982    196.703319 10 14 10 206  P   P
+PG30   -124.093458 -21859.333001 -15472.353576    333.705278  3  9  9 312  P   P
+PG31  -5834.071008 -24241.505348   9039.308084     60.850650 10  7  9 249  P   P
+PG32 -16000.835622  -3540.530541  21113.085362   -226.738118 10 14  7 282  P   P
+*  2011  4  1 20 15  0.00000000
+PG02  13202.196668  23265.016077   2083.323070    328.343093 11  8 11 221  P   P
+PG03 -14316.397589 -12276.238813 -19228.308481    696.292452 14 12  7 310  P   P
+PG04   3151.771061  22787.770033  12759.879398     76.676907 10 13 12 285  P   P
+PG05   6366.595483  17110.602710 -19273.968055   -138.152190 11  7  9 188  P   P
+PG06  -9650.112471 -14119.914020 -20206.803531   -229.069000 13 11  3 251  P   P
+PG07 -12128.566297   8723.417463 -21950.561839      7.049678 12 12  8 225  P   P
+PG08  -4946.323154  17489.460216 -19131.232010      7.631950 14 13 12 314  P   P
+PG09  18800.584338  10854.035357  14761.926126     71.210508  8  9 12 279  P   P
+PG10  -6481.752199  24135.484838  -8633.574488    -70.445196  9  8 12 326  P   P
+PG11 -22413.918312  -8778.448990  11267.710957   -139.226026  8 12 10 259  P   P
+PG12  16268.609629     47.103414  20989.010039    -14.903423  9 14 10 111  P   P
+PG13 -23846.222110   5721.062821 -10410.137547    276.788821  8 10  9 241  P   P
+PG14   8558.388372 -13864.204180  21101.363881    141.283892 12  9 10 229  P   P
+PG15  25031.486816   4427.302507  -7973.450007   -138.584454 10  7 12 184  P   P
+PG16  -3911.230026 -18411.959556 -18584.130056   -162.024534  9  9  9 187  P   P
+PG17  -9084.905702  14355.663306  20494.991824    184.219845  6 10 10 231  P   P
+PG18  16112.201697 -19908.351973  -5950.990409    129.622585 10 11 10 238  P   P
+PG19 -22844.185222  -8726.314227 -10778.294751   -126.117250 13 13 13 196  P   P
+PG20 -17880.566963   4803.164336  18872.874721     48.826958  9 13  8 243  P   P
+PG21  12061.564113 -10101.390310 -20961.788768   -134.500412 12 11 10 257  P   P
+PG22   9963.378708 -24217.363797   4264.309276    150.832485 11  6 14 215  P   P
+PG23 -26659.166825   -815.222464   2002.924244    316.198807  7 10 10 212  P   P
+PG24 -18639.432030  -8276.884176  17217.080649    378.145987 10 12 14 295  P   P
+PG25  17895.431207 -14265.751302  13449.774048     -0.990719  7 11  9 246  P   P
+PG26  16079.523160  12480.542454 -17875.028912   -160.937616 16 11 13 274  P   P
+PG27  19449.320940  14882.712205  11318.171301    251.465156  8 10 12 298  P   P
+PG28 -12501.835436  23251.511648   1457.732195     28.770610  8  8 10 248  P   P
+PG29  25271.813382  -4522.511356  -6636.232059    196.705807  9 14 10 210  P   P
+PG30    774.219238 -23180.186655 -13322.071890    333.707970  4  9  9 314  P   P
+PG31  -5100.309574 -23326.022582  11606.413169     60.855181 10  8  9 250  P   P
+PG32 -14682.392056  -5542.022987  21677.009348   -226.744860 11 14  7 284  P   P
+*  2011  4  1 20 30  0.00000000
+PG02  12756.845335  23102.020395   4831.908463    328.345102 11  6 11 221  P   P
+PG03 -12192.543790 -12804.891973 -20311.205930    696.296914 14 12  6 310  P   P
+PG04   2022.614258  21579.218949  14908.626048     76.686238 10 14 12 287  P   P
+PG05   5302.298592  18953.369696 -17805.900048   -138.157456 11  6  9 179  P   P
+PG06  -7285.272893 -14478.172750 -20906.804682   -229.174289 13 11  4 255  P   P
+PG07 -13507.123318   6631.698365 -21895.018582      7.050561 12 12  8 225  P   P
+PG08  -6135.730042  15543.587657 -20467.819857      7.632182 14 13 11 316  P   P
+PG09  19606.443295  12291.102158  12497.220120     71.212693  7  9 12 280  P   P
+PG10  -7120.840695  24726.167741  -5947.168624    -70.446047 10  8 12 328  P   P
+PG11 -23054.784562  -9863.407363   8929.740525   -139.228788  8 11 10 259  P   P
+PG12  15211.121083   2239.502622  21667.948236    -14.900890  9 14  9 127  P   P
+PG13 -24860.490018   5557.046972  -7754.590099    276.787469  7 10  9 243  P   P
+PG14  10877.981264 -13812.970164  20019.613985    141.286034 12  9 11 232  P   P
+PG15  23999.341885   4761.474464 -10526.256719   -138.581732 11  7 12 192  P   P
+PG16  -2823.904061 -20145.968844 -16882.085360   -162.027008  9  8  9 195  P   P
+PG17 -11345.460319  14327.860880  19327.680417    184.220029  7 10 11 230  P   P
+PG18  16017.006412 -18966.828736  -8600.867513    129.624376 11 11  9 239  P   P
+PG19 -21482.865342  -8898.980127 -13142.681992   -126.120683 13 13 13 200  P   P
+PG20 -17082.800055   2680.347751  19996.284266     48.827072 10 13  8 242  P   P
+PG21  13460.301219  -8028.658595 -21060.973736   -134.502805 12 12 10 256  P   P
+PG22  10412.461690 -24337.772388   1488.655521    150.831763 11  5 14 216  P   P
+PG23 -26285.139896  -1051.205493   4811.824383    316.196535  7 11 10 214  P   P
+PG24 -19434.305983  -9954.036953  15367.979703    378.148755 11 12 14 294  P   P
+PG25  17350.164828 -12683.081191  15580.450217     -0.991040  7 11  8 247  P   P
+PG26  14069.721479  12525.315308 -19483.204322   -160.946763 16 11 12 278  P   P
+PG27  19959.667272  15811.948297   8748.450460    251.468772  8  9 12 295  P   P
+PG28 -12686.161180  23088.556420  -1439.141281     28.772745  8  9 11 247  P   P
+PG29  25889.578030  -4289.376202  -3861.576730    196.708294  9 14 10 214  P   P
+PG30   1501.279844 -24316.449129 -10947.299646    333.710657  6  9 10 316  P   P
+PG31  -4167.476382 -22217.952555  13973.526989     60.859717 11  9  8 250  P   P
+PG32 -13449.353649  -7641.741231  21876.279079   -226.751590 11 14  8 285  P   P
+*  2011  4  1 20 45  0.00000000
+PG02  12117.477525  22723.413357   7499.792362    328.347113 11  7 11 225  P   P
+PG03  -9997.442532 -13460.801571 -21058.723044    696.301386 14 12  4 310  P   P
+PG04    698.979304  20242.046699  16793.327831     76.695561 11 14 11 288  P   P
+PG05   4403.815820  20679.390842 -16030.743946   -138.162725 11  7 10 167  P   P
+PG06  -4879.964566 -14959.771936 -21242.703325   -229.279569 13 11  5 258  P   P
+PG07 -14979.550379   4641.712761 -21463.032662      7.051447 12 12  9 225  P   P
+PG08  -7502.421577  13560.585800 -21446.735686      7.632394 14 13 10 318  P   P
+PG09  20320.162951  13463.083677  10010.954376     71.214876  8  9 13 281  P   P
+PG10  -7604.720618  25063.612838  -3156.671675    -70.446895 10  9 12 330  P   P
+PG11 -23529.648338 -10748.651623   6439.055943   -139.231544  8 11 11 259  P   P
+PG12  14252.262252   4535.528702  21974.412169    -14.898355  9 14  8 151  P   P
+PG13 -25575.331997   5435.555150  -4966.604399    276.786121  6 10  9 246  P   P
+PG14  13057.595246 -13881.130207  18596.623696    141.288177 12  9 11 235  P   P
+PG15  22710.335545   5187.326933 -12899.419835   -138.579009 11  8 12 199  P   P
+PG16  -1918.492726 -21745.580036 -14885.415777   -162.029486 10  8  9 201  P   P
+PG17 -13457.079675  14403.313507  17829.284722    184.220216  8 10 12 230  P   P
+PG18  15847.299633 -17751.846500 -11097.801451    129.626166 11 11  9 240  P   P
+PG19 -19878.113101  -9154.091571 -15284.652634   -126.124116 13 13 12 204  P   P
+PG20 -16348.034663    421.507109  20770.749190     48.827187 10 13  8 242  P   P
+PG21  14944.010016  -6036.641295 -20784.919602   -134.505198 12 12 11 256  P   P
+PG22  10727.640669 -24191.489245  -1312.739925    150.831040 11  6 14 218  P   P
+PG23 -25615.081241  -1342.584114   7539.578975    316.194263  7 11 10 215  P   P
+PG24 -20188.681304 -11403.387246  13258.555545    378.151494 11 12 15 293  P   P
+PG25  16803.637690 -10864.311178  17442.541960     -0.991360  7 12  8 248  P   P
+PG26  11906.323879  12695.083999 -20775.722547   -160.955916 16 11 11 280  P   P
+PG27  20331.314293  16489.629142   6034.223328    251.472431  9  9 13 292  P   P
+PG28 -12742.529792  22634.856086  -4310.692143     28.774878  8  9 11 247  P   P
+PG29  26201.103198  -4061.551320  -1020.186198    196.710783  8 14 10 219  P   P
+PG30   2074.560742 -25230.727504  -8387.278103    333.713344  6  9 10 318  P   P
+PG31  -3025.344173 -20959.667829  16100.598274     60.864254 11  9  7 250  P   P
+PG32 -12328.334082  -9800.823892  21708.823102   -226.758306 11 14  8 287  P   P
+*  2011  4  1 21  0  0.00000000
+PG02  11265.597465  22160.342635  10042.325301    328.349116 11  8 11 228  P   P
+PG03  -7774.370253 -14242.212361 -21458.123621    696.305873 14 12  5 311  P   P
+PG04   -815.404553  18819.716851  18380.763243     76.704872 12 14 10 289  P   P
+PG05   3664.491795  22244.627215 -13978.882119   -138.167995 11  6 10 152  P   P
+PG06  -2481.518738 -15560.080118 -21207.922452   -229.384842 13 11  7 261  P   P
+PG07 -16511.526093   2789.369494 -20662.634272      7.052334 11 12 10 225  P   P
+PG08  -9030.550915  11589.876837 -22052.443446      7.632582 15 13  9 319  P   P
+PG09  20899.430757  14370.502979   7348.224022     71.217051  8  9 13 282  P   P
+PG10  -7961.461528  25123.398057   -310.758907    -70.447742 10 10 12 331  P   P
+PG11 -23808.799910 -11447.409848   3838.724488   -139.234296  9 11 11 258  P   P
+PG12  13415.493768   6891.148076  21903.678319    -14.895820 10 14  8 165  P   P
+PG13 -25977.858772   5317.787912  -2093.665130    276.784778  6 10  8 248  P   P
+PG14  15054.766916 -14046.168749  16856.042773    141.290318 11  9 12 238  P   P
+PG15  21194.430276   5731.141152 -15052.270740   -138.576286 12  8 12 205  P   P
+PG16  -1186.243379 -23165.791415 -12628.560032   -162.031965 10  7  9 207  P   P
+PG17 -15380.057490  14558.261946  16024.730478    184.220407  8 10 12 229  P   P
+PG18  15640.261876 -16271.893142 -13397.050631    129.627958 11 11  9 240  P   P
+PG19 -18062.179299  -9518.020850 -17167.492260   -126.127551 13 13 12 207  P   P
+PG20 -15701.227925  -1933.689540  21182.764727     48.827304 10 13  8 241  P   P
+PG21  16481.070164  -4161.988234 -20140.593063   -134.507595 12 12 11 256  P   P
+PG22  10940.450539 -23764.061151  -4091.360833    150.830316 10  8 14 219  P   P
+PG23 -24666.602235  -1723.427402  10140.087813    316.191992  8 11 10 217  P   P
+PG24 -20862.710457 -12614.708573  10924.748242    378.154201 11 12 15 290  P   P
+PG25  16292.281527  -8835.243434  19003.960881     -0.991683  8 12  8 248  P   P
+PG26   9632.617711  13005.223680 -21731.732183   -160.965075 16 11 10 283  P   P
+PG27  20525.067001  16926.413309   3219.668239    251.476126 10  9 13 290  P   P
+PG28 -12707.769738  21879.636243  -7106.045589     28.777012  8  9 11 246  P   P
+PG29  26204.528978  -3801.688478   1838.824206    196.713270  8 14 10 222  P   P
+PG30   2517.945200 -25890.873523  -5684.692958    333.716031  7  9 10 319  P   P
+PG31  -1672.012986 -19596.133960  17951.925805     60.868794 12  9  6 250  P   P
+PG32 -11338.969328 -11976.802270  21178.551425   -226.765010 11 14  9 288  P   P
+*  2011  4  1 21 15  0.00000000
+PG02  10189.641206  21448.055866  12416.809401    328.351121 10  8 11 230  P   P
+PG03  -5566.224796 -15139.981463 -21502.165266    696.310366 14 12  6 311  P   P
+PG04  -2508.552220  17355.941690  19643.164610     76.714176 12 15  9 289  P   P
+PG05   3070.068983  23608.472712 -11685.540858   -138.173266 11  5 10 137  P   P
+PG06   -136.236495 -16266.773872 -20802.427241   -229.490105 12 11  7 264  P   P
+PG07 -18063.752650   1103.854896 -19508.123385      7.053224 11 12 10 224  P   P
+PG08 -10696.093129   9677.842665 -22276.076977      7.632745 14 13  8 320  P   P
+PG09  21304.668478  15023.099935   4556.751670     71.219223  9  9 14 283  P   P
+PG10  -8223.520996  24888.897496   2540.605103    -70.448586 10 10 12 333  P   P
+PG11 -23867.130030 -11978.965845   1173.286840   -139.237042  9 11 11 257  P   P
+PG12  12716.645733   9259.086372  21457.484596    -14.893284 10 14  8 175  P   P
+PG13 -26064.287140   5163.799751    815.138555    276.783441  6 11  8 250  P   P
+PG14  16832.581850 -14279.072208  14827.007912    141.292461 11  9 12 241  P   P
+PG15  19487.550819   6413.332932 -16947.811325   -138.573560 12  9 11 210  P   P
+PG16   -610.519958 -24365.664982 -10150.680612   -162.034445 10  7 10 212  P   P
+PG17 -17080.448365  14763.059927  13944.325382    184.220598  9 10 13 228  P   P
+PG18  15432.075310 -14544.125226 -15457.388645    129.629750 11 11  9 241  P   P
+PG19 -16073.083526 -10011.081880 -18758.681373   -126.130989 13 13 11 209  P   P
+PG20 -15160.758646  -4341.467040  21225.238331     48.827421 10 14  9 240  P   P
+PG21  18035.177264  -2434.960070 -19141.555889   -134.509992 12 12 11 255  P   P
+PG22  11085.138862 -23049.101701  -6798.904299    150.829594 10 10 14 221  P   P
+PG23 -23464.923541  -2223.843945  12569.271419    316.189721  8 12 10 218  P   P
+PG24 -21416.680400 -13585.994054   8406.173954    378.156881 11 12 15 288  P   P
+PG25  15848.212361  -6628.911832  20237.812559     -0.992005  8 12  8 249  P   P
+PG26   7294.541412  13463.364774 -22335.493530   -160.974240 16 11  8 285  P   P
+PG27  20505.543761  17140.530945    351.217151    251.479858 11  9 13 291  P   P
+PG28 -12620.824143  20821.424504  -9775.125402     28.779143  9 10 11 245  P   P
+PG29  25906.886259  -3473.191052   4666.130624    196.715759  8 14 10 225  P   P
+PG30   2860.679312 -26271.237637  -2885.035165    333.718720  8  8 10 321  P   P
+PG31   -114.130256 -18173.186463  19496.709177     60.873337 12 10  5 250  P   P
+PG32 -10493.329327 -14125.032373  20295.222986   -226.771700 11 14 10 288  P   P
+*  2011  4  1 21 30  0.00000000
+PG02   8885.606660  20624.538761  14583.163058    328.353124 10  8 11 232  P   P
+PG03  -3414.119888 -16137.801514 -21189.245661    696.314871 14 12  7 310  P   P
+PG04  -4360.510964  15892.982683  20558.726069     76.723468 13 15  8 290  P   P
+PG05   2599.415091  24735.250700  -9190.190556   -138.178537 11  5 10 140  P   P
+PG06   2112.236917 -17060.248647 -20032.770625   -229.595357 12 11  8 265  P   P
+PG07 -19593.396564   -393.285139 -18019.788729      7.054114 11 12 11 224  P   P
+PG08 -12467.699008   7866.178085 -22115.482102      7.632883 14 13  8 321  P   P
+PG09  21500.639972  15439.137811   1685.939280     71.221394 10  9 14 285  P   P
+PG10  -8426.268625  24352.050397   5347.094510    -70.449432 11 11 12 335  P   P
+PG11 -23685.107169 -12367.686495  -1511.991411   -139.239783 10 11 11 256  P   P
+PG12  12163.402046  11590.466575  20643.965140    -14.890745 10 14  9 182  P   P
+PG13 -25840.064290   4934.221844   3709.933982    276.782106  6 11  9 251  P   P
+PG14  18360.941114 -14545.512329  12543.697850    141.294606 10  9 13 243  P   P
+PG15  17630.313349   7247.482935 -18553.346608   -138.570832 13  9 11 213  P   P
+PG16   -167.638488 -25309.893324  -7494.967896   -162.036927 10  7 10 217  P   P
+PG17 -18531.234238  14983.393438  11623.290036    184.220792  9 11 14 226  P   P
+PG18  15256.327888 -12593.873293 -17241.933001    129.631546 11 12  9 242  P   P
+PG19 -13953.325775 -10646.586679 -20030.461087   -126.134427 13 13 11 211  P   P
+PG20 -14737.737084  -6755.459138  20897.611517     48.827540 10 14  9 239  P   P
+PG21  19566.740327   -878.491891 -17807.554477   -134.512389 12 13 12 255  P   P
+PG22  11197.148990 -22048.669254  -9388.145758    150.828873 10 11 14 222  P   P
+PG23 -22041.985962  -2868.648752  14785.784234    316.187449  9 12 10 219  P   P
+PG24 -21812.571086 -14323.334630   5745.479964    378.159538 11 12 15 284  P   P
+PG25  15497.933825  -4284.497698  21122.860347     -0.992327  9 12  7 249  P   P
+PG26   4939.208211  14069.031929 -22576.602296   -160.983413 16 11  5 287  P   P
+PG27  20242.665085  17157.059318  -2523.101086    251.483602 12  9 14 294  P   P
+PG28 -12521.030897  19468.349237 -12269.650406     28.781275  9 10 11 244  P   P
+PG29  25323.776495  -3041.831926   7413.058335    196.718249  8 14 10 228  P   P
+PG30   3136.102459 -26353.709639    -35.891077    333.721413  8  8 10 322  P   P
+PG31   1633.218381 -16735.805277  20709.505205     60.877883 12 10  5 249  P   P
+PG32  -9795.617579 -16200.199145  19074.238829   -226.778376 11 13 11 288  P   P
+*  2011  4  1 21 45  0.00000000
+PG02   7357.415427  19729.059073  16504.557934    328.355121 10  8 10 234  P   P
+PG03  -1356.038685 -17212.690890 -20523.482628    696.319389 14 12  9 310  P   P
+PG04  -6343.977715  14470.031329  21111.982372     76.732751 14 15  8 290  P   P
+PG05   2225.526083  25595.534582  -6535.866489   -138.183807 11  4 10 155  P   P
+PG06   4224.437211 -17914.337637 -18912.011341   -229.700596 12 11  9 267  P   P
+PG07 -21055.669217  -1688.761893 -16223.531169      7.055007 10 12 11 223  P   P
+PG08 -14307.830707   6190.460634 -21575.135928      7.632996 14 13  9 322  P   P
+PG09  21457.864125  15644.391562  -1214.068698     71.223555 11  9 14 285  P   P
+PG10  -8606.381787  23513.799852   8058.976354    -70.450281 11 11 11 336  P   P
+PG11 -23249.546697 -12641.879008  -4171.854953   -139.242519 10 10 11 255  P   P
+PG12  11755.110374  13836.506225  19477.479846    -14.888204  9 14 10 188  P   P
+PG13 -25319.650741   4591.976044   6540.910734    276.780777  6 11  9 252  P   P
+PG14  19617.582518 -14807.252948  10044.796686    141.296750  9  9 13 245  P   P
+PG15  15666.583375   8239.630904 -19841.051546   -138.568103 13  9 11 216  P   P
+PG16    172.006689 -25970.159209  -4707.858619   -162.039411 11  7 10 221  P   P
+PG17 -19713.238592  15181.703277   9101.193204    184.220988  9 11 14 225  P   P
+PG18  15142.533622 -10453.810880 -18718.882123    129.633343 11 12  9 243  P   P
+PG19 -11748.429704 -11430.167460 -20960.334137   -126.137867 13 13 10 213  P   P
+PG20 -14435.618629  -9128.328105  20205.857259     48.827660 10 14 10 237  P   P
+PG21  21034.395494    492.422438 -16164.001418   -134.514787 11 13 12 254  P   P
+PG22  11311.553356 -20773.324727 -11813.795638    150.828153  9 12 13 224  P   P
+PG23 -20435.320143  -3676.224304  16751.694507    316.185179 10 12  9 219  P   P
+PG24 -22015.560568 -14840.501129   2987.656997    378.162172 12 12 15 280  P   P
+PG25  15261.271500  -1846.010737  21643.890392     -0.992651  9 12  7 249  P   P
+PG26   2613.389249  14813.564987 -22450.166056   -160.992593 17 11  6 289  P   P
+PG27  19712.996484  17006.933630  -5354.385437    251.487365 13  9 14 299  P   P
+PG28 -12446.363846  17838.052508 -14544.130119     28.783405 10 10 11 243  P   P
+PG29  24478.733323  -2477.275194  10032.421047    196.720738  8 14 10 231  P   P
+PG30   3380.199290 -26128.500683   2813.831390    333.724113  9  8 10 323  P   P
+PG31   3546.938828 -15326.451237  21570.587341     60.882428 12 10  6 249  P   P
+PG32  -9242.164331 -18157.841175  17536.366552   -226.785038 11 13 11 288  P   P
+*  2011  4  1 22  0  0.00000000
+PG02   5616.990598  18800.666801  18148.020815    328.357117 10  8 10 235  P   P
+PG03    574.408065 -18335.738596 -19514.723772    696.323915 14 12 10 309  P   P
+PG04  -8425.217450  13121.738044  21294.052072     76.742026 14 15  9 290  P   P
+PG05   1916.765687  26167.239804  -3768.421824   -138.189075 11  4 10 169  P   P
+PG06   6166.443044 -18797.311818 -17459.503512   -229.805827 12 11  9 268  P   P
+PG07 -22405.486647  -2777.839390 -14150.399638      7.055902  9 11 11 221  P   P
+PG08 -16174.128864   4678.986464 -20665.953022      7.633080 14 13 10 322  P   P
+PG09  21153.782600  15670.870934  -4093.289998     71.225715 12  9 14 285  P   P
+PG10  -8800.180596  22384.177676  10628.068060    -70.451131 11 12 11 337  P   P
+PG11 -22554.148414 -12832.523567  -6761.771273   -139.245254 11 10 11 253  P   P
+PG12  11482.922156  15950.209859  17978.343537    -14.885659 10 14 11 193  P   P
+PG13 -24525.966979   4103.913317   9259.177502    276.779454  7 11  9 253  P   P
+PG14  20588.815203 -15023.728680   7372.870946    141.298898  8  9 13 248  P   P
+PG15  13641.915590   9387.862748 -20788.462120   -138.565371 13 10 10 218  P   P
+PG16    442.571782 -26326.230597  -1838.184799   -162.041897 11  7 10 225  P   P
+PG17 -20615.749714  15318.757460   6421.297976    184.221185  8 12 15 223  P   P
+PG18  15114.835063  -8162.822181 -19862.140263    129.635145 11 12  9 243  P   P
+PG19  -9505.369012 -12359.393567 -21531.491390   -126.141310 13 13 10 213  P   P
+PG20 -14250.135986 -11413.423050  19162.353889     48.827781 10 14 11 235  P   P
+PG21  22396.570425   1671.012282 -14241.370662   -134.517185 10 13 12 254  P   P
+PG22  11461.500513 -19241.863407 -14033.329805    150.827434  9 12 13 225  P   P
+PG23 -18686.714114  -4657.619353  18433.121370    316.182909 10 12  9 219  P   P
+PG24 -21995.422037 -15158.246511    179.317666    378.164789 12 12 15 274  P   P
+PG25  15150.579695    639.214341  21791.971734     -0.992972 10 12  8 249  P   P
+PG26    362.001965  15680.327340 -21956.931047   -161.001781 17 11  9 290  P   P
+PG27  18900.889128  16725.718250  -8093.651321    251.491148 13  9 14 304  P   P
+PG28 -12431.712996  15957.209378 -16556.830667     28.785536 10 11 11 242  P   P
+PG29  23402.292795  -1754.442311  12479.327180    196.723229  9 14 10 233  P   P
+PG30   3630.025148 -25594.629222   5614.731014    333.726820  9  8 10 324  P   P
+PG31   5596.658608 -13983.524986  22066.207302     60.886976 13 10  7 248  P   P
+PG32  -8821.709831 -19955.844540  15707.401033   -226.791686 11 13 12 288  P   P
+*  2011  4  1 22 15  0.00000000
+PG02   3684.043757  17876.703360  19484.992321    328.359113  9  8 10 236  P   P
+PG03   2349.075728 -19473.083214 -18178.480982    696.328451 14 11 10 309  P   P
+PG04 -10565.241701  11876.948981  21102.742995     76.751295 14 15 10 290  P   P
+PG05   1638.292532  26436.443574   -935.726141   -138.194341 11  4 10 179  P   P
+PG06   7911.018386 -19673.121780 -15700.560142   -229.911042 12 10  9 268  P   P
+PG07 -23599.145825  -3664.300985 -11836.048642      7.056797  9 11 11 220  P   P
+PG08 -18020.953813   3351.909342 -19404.989634      7.633137 14 12 11 322  P   P
+PG09  20573.644957  15555.339152  -6902.760012     71.227865 12  9 14 285  P   P
+PG10  -9041.973688  20982.027476  13008.674292    -70.451986 11 12 11 338  P   P
+PG11 -21599.787629 -12971.929481  -9238.612837   -139.247984 11 10 11 251  P   P
+PG12  11330.254723  17887.993764  16172.460893    -14.883113 10 13 12 196  P   P
+PG13 -23489.521936   3442.311639  11817.615287    276.778136  8 12  9 254  P   P
+PG14  21269.936217 -15153.736246   4573.668057    141.301046  7  9 13 250  P   P
+PG15  11601.933816  10682.208644 -21378.881554   -138.562637 13 10  9 220  P   P
+PG16    681.204274 -26366.744699   1063.728468   -162.044385 11  7 10 228  P   P
+PG17 -21236.824978  15355.312804   3629.827969    184.221384  8 12 15 221  P   P
+PG18  15190.945446  -5764.617687 -20651.813811    129.636946 11 12 10 244  P   P
+PG19  -7270.933800 -13423.702302 -21733.154181   -126.144755 13 12  9 214  P   P
+PG20 -14169.551088 -13566.410740  17785.639308     48.827901 10 14 12 233  P   P
+PG21  23613.035245   2658.680541 -12074.527894   -134.519584 11 13 12 253  P   P
+PG22  11676.739830 -17480.728500 -16007.775864    150.826714  9 13 12 226  P   P
+PG23 -16840.725247  -5815.921416  19800.819342    316.180639 11 13  8 219  P   P
+PG24 -21727.761901 -15303.354244  -2632.049906    378.167393 13 12 15 268  P   P
+PG25  15170.251359   3122.147950  21564.607219     -0.993293 10 12  8 248  P   P
+PG26  -1773.349630  16645.199872 -21103.355360   -161.010978 16 11 11 291  P   P
+PG27  17799.365167  16352.174511 -10692.675313    251.494927 14  9 14 310  P   P
+PG28 -12507.282974  13860.664797 -18270.680640     28.787667 10 11 11 241  P   P
+PG29  22130.809978   -854.670003  14711.939637    196.725720  9 14 10 235  P   P
+PG30   3922.064294 -24760.083289   8317.783382    333.729536  9  9 10 325  P   P
+PG31   7745.726835 -12740.002711  22188.759651     60.891524 13 10  9 247  P   P
+PG32  -8515.965336 -21555.856170  13617.765822   -226.798322 11 13 12 287  P   P
+*  2011  4  1 22 30  0.00000000
+PG02   1585.573954  16991.373245  20491.833786    328.361104  9  8  9 236  P   P
+PG03   3946.191088 -20587.097212 -16535.784701    696.332995 14 11 11 308  P   P
+PG04 -12721.195585  10757.700311  20542.521969     76.760556 14 15 12 290  P   P
+PG05   1353.618225  26397.899134   1913.175810   -138.199605 11  5 10 186  P   P
+PG06   9438.487815 -20502.831114 -13665.996362   -230.016247 12 10  9 268  P   P
+PG07 -24595.954772  -4360.091317  -9320.127015      7.057692  8 11 11 218  P   P
+PG08 -19801.039293   2220.706843 -17815.058002      7.633166 14 12 12 322  P   P
+PG09  19711.087160  15337.692460  -9595.325263     71.230012 13  9 14 284  P   P
+PG10  -9362.487010  19334.374476  15158.479017    -70.452847 11 13 10 339  P   P
+PG11 -20394.553517 -13092.363883 -11561.302767   -139.250711 11 10 10 249  P   P
+PG12  11273.555742  19611.183249  14090.874290    -14.880561 10 13 12 199  P   P
+PG13 -22247.254122   2586.172717  14171.711476    276.776825  9 12  9 254  P   P
+PG14  21665.309409 -15157.173460   1695.345960    141.303195  6 10 14 252  P   P
+PG15   9590.711908  12104.858806 -21601.693556   -138.559900 13 10  9 222  P   P
+PG16    926.360766 -26089.647929   3946.996298   -162.046876 11  8 10 230  P   P
+PG17 -21583.260326  15253.799920    775.165228    184.221582  7 13 15 219  P   P
+PG18  15381.376267  -3306.158808 -21074.567188    129.638754 10 12 10 245  P   P
+PG19  -5090.097278 -14604.651496 -21560.823304   -126.148202 13 12  9 214  P   P
+PG20 -14175.214621 -15546.814312  16100.052049     48.828025 10 14 12 231  P   P
+PG21  24646.380238   3464.637674  -9702.016723   -134.521981 12 13 12 253  P   P
+PG22  11982.285193 -15523.127558 -17702.437948    150.825996  8 13 12 228  P   P
+PG23 -14943.089454  -7145.929812  20830.700398    316.178371 11 13  7 219  P   P
+PG24 -21195.053452 -15307.467588  -5398.843953    378.169988 13 11 14 262  P   P
+PG25  15316.549964   5553.760133  20965.772862     -0.993614 10 13  9 248  P   P
+PG26  -3755.736077  17677.351056 -19901.623031   -161.020183 16 10 12 292  P   P
+PG27  16410.699887  15926.671950 -13104.883745    251.498701 14 10 14 315  P   P
+PG28 -12697.185872  11590.218882 -19654.086873     28.789797 11 11 11 240  P   P
+PG29  20705.069089    233.384203  16692.176820    196.728212  9 14  9 236  P   P
+PG30   4290.585863 -23641.643390  10875.237279    333.732264 10  9 10 325  P   P
+PG31   9952.444929 -11622.295506  21936.851226     60.896072 13 10 10 246  P   P
+PG32  -8300.431264 -22924.570058  11302.059080   -226.804944 11 12 13 286  P   P
+*  2011  4  1 22 45  0.00000000
+PG02   -644.908762  16174.430881  21150.273138    328.363094  9  8  9 237  P   P
+PG03   5351.033705 -21637.740017 -14612.953038    696.337548 14 10 11 307  P   P
+PG04 -14847.893961   9778.507063  19624.354542     76.769812 15 15 13 289  P   P
+PG05   1026.234116  26055.223548   4728.929397   -138.204865 11  5 10 191  P   P
+PG06  10737.308465 -21246.182320 -11391.561639   -230.121439 11 10  9 268  P   P
+PG07 -25359.756104  -4884.649765  -6645.608177      7.058588  6 10 11 217  P   P
+PG08 -21467.195288   1287.984912 -15924.262974      7.633170 13 12 12 322  P   P
+PG09  18568.392427  15059.266972 -12126.365933     71.232155 13  9 14 285  P   P
+PG10  -9787.444716  17475.466965  17039.369562    -70.453715 11 13  9 340  P   P
+PG11 -18953.536910 -13224.701452 -13691.419172   -139.253437 11 10 10 247  P   P
+PG12  11283.339284  21087.327795  11769.232611    -14.878008 10 13 13 201  P   P
+PG13 -20841.128047   1522.263830  16280.358848    276.775519  9 12  8 254  P   P
+PG14  21788.099816 -14996.757537  -1212.354175    141.305346  6 10 14 254  P   P
+PG15   7649.217114  13630.691521 -21452.575496   -138.557162 13 10  8 222  P   P
+PG16   1216.072661 -25502.273498   6761.117316   -162.049367 12  9 10 233  P   P
+PG17 -21670.222587  14979.963386  -2093.006077    184.221782  6 13 15 217  P   P
+PG18  15688.982184   -835.960755 -21123.831542    129.640565 10 13 10 245  P   P
+PG19  -3004.444586 -15876.489586 -21016.426294   -126.151650 13 12  8 213  P   P
+PG20 -14242.408503 -17319.399664  14135.268047     48.828147 10 13 13 228  P   P
+PG21  25463.366913   4105.246343  -7165.319389   -134.524369 10 13 12 252  P   P
+PG22  12397.273833 -13407.885606 -19087.543687    150.825280  8 14 11 229  P   P
+PG23 -13039.085080  -8634.145873  21504.283656    316.176102 11 13  5 218  P   P
+PG24 -20387.427563 -15205.742312  -8074.116889    378.172579 14 11 14 256  P   P
+PG25  15577.769587   7886.714661  20005.845271     -0.993934 10 13 10 247  P   P
+PG26  -5554.119165  18740.265823 -18369.592201   -161.029396 16 10 13 293  P   P
+PG27  14746.661747  15489.500306 -15286.268343    251.502458 14 10 14 320  P   P
+PG28 -13018.296813   9193.110119 -20681.632182     28.791928 11 11 11 240  P   P
+PG29  19168.741571   1513.122790  18386.344229    196.730705  9 14  9 237  P   P
+PG30   4766.065503 -22264.363779  13241.518912    333.735006 10  9  9 326  P   P
+PG31  12171.481697 -10649.370376  21315.278135     60.900621 13 10 11 245  P   P
+PG32  -8145.444236 -24034.843660   8798.547431   -226.811554 11 12 13 285  P   P
+*  2011  4  1 23  0  0.00000000
+PG02  -2968.412683  15450.032833  21447.779995    328.365083  8  8  8 237  P   P
+PG03   6556.363743 -22584.035905 -12441.271267    696.342108 14 10 11 306  P   P
+PG04 -16899.442337   8945.970105  18365.423595     76.779061 15 15 14 289  P   P
+PG05    621.241484  25420.751001   7462.742906   -138.210123 11  6 10 196  P   P
+PG06  11804.315351 -21863.230221  -8917.273293   -230.226619 11  9  9 267  P   P
+PG07 -25860.288006  -5263.962594  -3858.072463      7.059483  5 10 11 215  P   P
+PG08 -22973.997248    547.619451 -13765.472957      7.633150 13 11 12 322  P   P
+PG09  17156.435742  14761.137868 -14454.442192     71.234284 13  9 14 284  P   P
+PG10 -10336.364619  15445.529603  18618.171307    -70.454591 11 13  9 340  P   P
+PG11 -17298.377579 -13397.141741 -15593.754142   -139.256162 12  9  9 244  P   P
+PG12  11325.453126  22291.286457   9247.189838    -14.875452 10 12 13 202  P   P
+PG13 -19316.538933    245.860417  18106.603552    276.774217 10 12  8 254  P   P
+PG14  21659.670375 -14639.653756  -4098.978100    141.307498  6 11 14 255  P   P
+PG15   5813.875627  15228.096025 -20933.605963   -138.554421 13 10  7 223  P   P
+PG16   1586.232561 -24621.054071   9456.905737   -162.051860 12 10 10 236  P   P
+PG17 -21520.556151  14504.389392  -4924.593817    184.221982  6 14 15 215  P   P
+PG18  16108.839751   1597.652362 -20799.864654    129.642380  9 13 11 245  P   P
+PG19  -1050.724755 -17207.026652 -20108.355781   -126.155101 13 12  9 212  P   P
+PG20 -14341.435203 -18855.356038  11925.744199     48.828271 10 13 13 226  P   P
+PG21  26036.106906   4603.112744  -4508.108376   -134.526757  8 13 12 251  P   P
+PG22  12934.068467 -11178.080247 -20138.798718    150.824565  8 14 10 230  P   P
+PG23 -11171.911794 -10259.085675  21809.062948    316.173836 11 13  5 217  P   P
+PG24 -19303.190052 -15035.371747 -10612.339055    378.175172 15 11 14 252  P   P
+PG25  15934.716672  10076.998044  18701.418613     -0.994255 10 12 11 246  P   P
+PG26  -7144.380322  19793.007422 -16530.669450   -161.038617 16  9 14 293  P   P
+PG27  12828.382785  15079.148282 -17196.307389    251.506190 14 10 13 324  P   P
+PG28 -13479.428604   6720.262561 -21334.630847     28.794060 11 12 11 239  P   P
+PG29  17566.751805   2979.698186  19765.687386    196.733198  9 13  8 238  P   P
+PG30   5373.740775 -20660.724402  15374.123117    333.737760 10 10  9 326  P   P
+PG31  14355.421042  -9832.161235  20334.913624     60.905169 13 11 11 244  P   P
+PG32  -8017.417771 -24866.606885   6148.610927   -226.818156 11 11 13 283  P   P
+*  2011  4  1 23 15  0.00000000
+PG02  -5341.714413  14835.801186  21377.860049    328.367071  8  8  8 237  P   P
+PG03   7562.574313 -23385.626228 -10056.578427    696.346673 14 10 12 305  P   P
+PG04 -18830.876500   8258.710718  16788.738323     76.788308 14 15 14 288  P   P
+PG05    106.919551  24515.057071  10067.251094   -138.215376 11  7  9 199  P   P
+PG06  12644.630986 -22315.974743  -6286.666413   -230.331789 11  9  9 265  P   P
+PG07 -26074.332873  -5529.370881  -1004.952426      7.060378  4  9 10 213  P   P
+PG08 -24279.401622    -14.778048 -11375.736587      7.633104 12 11 13 321  P   P
+PG09  15494.324205  14482.472310 -16541.862038     71.236406 14  9 14 284  P   P
+PG10 -11021.620777  13289.282083  19867.274638    -70.455473 12 13  8 340  P   P
+PG11 -15456.588374 -13634.037610 -17236.824222   -139.258887 12  9  9 241  P   P
+PG12  11362.528720  23206.044540   6567.742860    -14.872891 10 11 14 203  P   P
+PG13 -17720.587212  -1238.843651  19618.326423    276.772922 11 12  8 254  P   P
+PG14  21308.661558 -14058.947719  -6914.255603    141.309651  7 11 14 257  P   P
+PG15   4115.316035  16860.061147 -20053.262567   -138.551675 13 10  7 223  P   P
+PG16   2068.973032 -23470.882745  11987.391528   -162.054355 12 10  9 238  P   P
+PG17 -21163.789459  13803.856573  -7670.011761    184.222181  6 14 15 213  P   P
+PG18  16628.460778   3948.265726 -20109.665448    129.644197  9 13 11 245  P   P
+PG19    740.416508 -18558.777551 -18851.393319   -126.158553 12 11  9 211  P   P
+PG20 -14438.908237 -20133.226360   9510.081351     48.828394 10 13 13 224  P   P
+PG21  26343.032101   4985.967705  -1775.502596   -134.529137  3 13 12 251  P   P
+PG22  13597.640812  -8879.513419 -20837.836254    150.823849  8 14 10 231  P   P
+PG23  -9381.145530 -11991.908861  21738.782898    316.171569 11 13  6 217  P   P
+PG24 -17949.044718 -14834.038032 -12970.148139    378.177769 15 11 13 252  P   P
+PG25  16361.494405  12085.421359  17075.014518     -0.994573 10 12 11 245  P   P
+PG26  -8510.120095  20791.677895 -14413.601841   -161.047848 16  8 14 293  P   P
+PG27  10685.846539  14730.621674 -18798.866694    251.509892 15 10 13 328  P   P
+PG28 -14080.866126   4224.376075 -21601.522938     28.796192 11 12 10 239  P   P
+PG29  15943.612883   4620.022655  20806.858549    196.735693  9 13  8 239  P   P
+PG30   6132.365234 -18869.480827  17234.468954    333.740530 11 10  8 326  P   P
+PG31  16456.386803  -9173.287985  19012.510481     60.909715 12 11 12 243  P   P
+PG32  -7880.235231 -25407.532107   3396.142313   -226.824747 11 11 13 281  P   P
+*  2011  4  1 23 30  0.00000000
+PG02  -7718.788104  14342.137659  20940.258813    328.369059  7  8  8 237  P   P
+PG03   8377.555266 -24004.340143  -7498.759384    696.351244 14  9 12 304  P   P
+PG04 -20599.755966   7707.628420  14922.646880     76.797551 14 15 15 288  P   P
+PG05   -543.831823  23366.172727  12497.352878   -138.220625 11  8  9 201  P   P
+PG06  13271.244772 -22569.925093  -3545.977486   -230.436945 11  9  8 264  P   P
+PG07 -25986.611741  -5716.179904   1865.247868      7.061272  3  9 10 210  P   P
+PG08 -25346.232080   -421.094302  -8795.655638      7.633038 11 11 13 321  P   P
+PG09  13608.754849  14258.992016 -18355.170861     71.238520 14  9 13 283  P   P
+PG10 -11847.813289  11054.287162  20765.139408    -70.456365 12 13  8 341  P   P
+PG11 -13460.680189 -13954.874143 -18593.329499   -139.261610 12  9  8 238  P   P
+PG12  11355.558855  23823.232396   3776.518506    -14.870326 11 11 14 204  P   P
+PG13 -16100.290351  -2918.678157  20788.842885    276.771631 11 12  7 253  P   P
+PG14  20769.787969 -13234.899597  -9609.007129    141.311805  8 12 13 258  P   P
+PG15   2577.340105  18485.489959 -18826.307731   -138.548930 13 10  7 223  P   P
+PG16   2691.204863 -22084.150545  14308.669270   -162.056850 13 11  9 240  P   P
+PG17 -20634.879910  12862.452276 -10281.093702    184.222381  7 15 15 211  P   P
+PG18  17228.325844   6172.993866 -19066.750947    129.646020  8 13 12 244  P   P
+PG19   2345.471181 -19890.336592 -17266.515127   -126.162006 12 11  9 210  P   P
+PG20 -14499.190570 -21139.553483   6930.320650     48.828520  9 12 13 222  P   P
+PG21  26369.628718   5285.385296    986.660951   -134.531519  5 13 12 250  P   P
+PG22  14385.262666  -6559.081529 -21172.551841    150.823136  8 14 10 232  P   P
+PG23  -7701.329083 -13797.345046  21293.614885    316.169304 12 13  8 215  P   P
+PG24 -16340.011137 -14638.346595 -15107.073640    378.180376 16 11 13 255  P   P
+PG25  16826.558923  13878.937808  15154.690111     -0.994890 10 12 12 244  P   P
+PG26  -9643.192983  21691.034125 -12052.178135   -161.057085 15  7 15 293  P   P
+PG27   8356.997727  14473.876900 -20063.051237    251.513554 15 10 12 331  P   P
+PG28 -14814.282871   1757.947179 -21478.095102     28.798327 11 11 10 239  P   P
+PG29  14341.795380   6413.096940  21492.291186    196.738190  9 13  7 240  P   P
+PG30   7053.219592 -16934.254007  18788.696199    333.743314 11 11  8 326  P   P
+PG31  18427.687342  -8667.091261  17370.421838     60.914259 12 11 13 242  P   P
+PG32  -7696.748378 -25653.440595    586.903987   -226.831331 11 10 13 278  P   P
+*  2011  4  1 23 45  0.00000000
+PG02 -10052.364302  13971.819988  20141.065290    328.371047  6  9  8 236  P   P
+PG03   9016.265646 -24405.724264  -4811.143146    696.355817 14  9 12 303  P   P
+PG04 -22167.650207   7276.464784  12800.267245     76.806793 14 14 15 287  P   P
+PG05  -1352.232857  22008.519270  14711.007069   -138.225868 10  8  9 201  P   P
+PG06  13704.281878 -22595.530632   -743.280684   -230.542095 11  9  8 262  P   P
+PG07 -25590.391942  -5862.122577   4703.748332      7.062165  4  9  9 208  P   P
+PG08 -26143.486692   -699.680184  -6068.723795      7.632953 10 10 12 320  P   P
+PG09  11533.119547  14121.594926 -19865.564601     71.240625 14  9 13 282  P   P
+PG10 -12811.470936   8789.199327  21296.666334    -70.457265 12 13  9 341  P   P
+PG11 -11347.117627 -14373.432421 -19640.558562   -139.264335 12  9  7 235  P   P
+PG12  11265.543596  24143.328045    921.020301    -14.867757 11 10 14 204  P   P
+PG13 -14500.802977  -4771.796873  21597.407877    276.770344 11 13  6 253  P   P
+PG14  20082.398166 -12155.926729 -12136.041358    141.313961  9 12 13 259  P   P
+PG15   1216.162027  20060.691186 -17273.562189   -138.546181 13  9  7 222  P   P
+PG16   3473.374391 -20499.502151  16380.678244   -162.059346 13 11  8 242  P   P
+PG17 -19972.747429  11672.405770 -12711.987612    184.222580  8 15 15 208  P   P
+PG18  17882.709584   8233.937589 -17690.807327    129.647846  8 13 12 244  P   P
+PG19   3748.826497 -21157.932717 -15380.578637   -126.165463 12 10  9 208  P   P
+PG20 -14485.922536 -21869.220228   4231.188046     48.828644  9 12 13 220  P   P
+PG21  26108.917143   5535.389322   3732.531702   -134.533909  3 12 11 248  P   P
+PG22  15286.517580  -4263.110019 -21137.316291    150.822420  8 14 10 232  P   P
+PG23  -6160.754275 -15634.887346  20480.225330    316.167039 12 13  9 214  P   P
+PG24 -14499.037149 -14482.302241 -16986.225394    378.182998 16 11 12 259  P   P
+PG25  17294.005998  15431.726024  12973.551126     -0.995206 10 12 12 243  P   P
+PG26 -10543.948340  22446.207974  -9484.831498   -161.066332 15  5 15 293  P   P
+PG27   5886.496852  14332.445496 -20963.976315    251.517173 14 10 12 334  P   P
+PG28 -15663.042367   -628.688639 -20967.522551     28.800464 10 11 10 239  P   P
+PG29  12800.190214   8330.644527  21810.477713    196.740686  9 13  7 240  P   P
+PG30   8139.428480 -14901.915068  20008.379371    333.746115 11 11  7 326  P   P
+PG31  20225.422224  -8299.979868  15436.244417     60.918802 12 11 13 240  P   P
+PG32  -7430.330684 -25608.428545  -2232.153229   -226.837910 11  9 13 276  P   P
+*  2011  4  2  0  0  0.00000000
+PG02 -12295.561981  13719.902352  18992.707115    328.373034  6  9  9 236  P   P
+PG03   9500.023248 -24560.470004  -2039.811100    696.360391 13 10 12 302  P   P
+PG04 -23501.462778   6942.644367  10458.851297     76.816033 14 14 15 286  P   P
+PG05  -2332.598581  20481.606670  16669.971079   -138.231109 10  9  8 201  P   P
+PG06  13969.994539 -22369.419991   2072.403416   -230.647235 11  9  8 259  P   P
+PG07 -24887.785728  -6005.734591   7462.291976      7.063056  6  9  9 206  P   P
+PG08 -26647.423468   -884.089295  -3240.639852      7.632851  8 10 12 319  P   P
+PG09   9306.392917  14095.177921 -21049.229594     71.242721 14  9 12 281  P   P
+PG10 -13901.096898   6541.988807  21453.429295    -70.458175 12 13 10 341  P   P
+PG11  -9155.140195 -14897.166698 -20360.736490   -139.267063 12  9  6 232  P   P
+PG12  11055.142686  24175.536755  -1950.154173    -14.865186 11  9 14 203  P   P
+PG13 -12963.716643  -6768.327395  22029.614057    276.769062 12 12  6 252  P   P
+PG14  19288.854630 -10819.271484 -14451.024608    141.316115 10 13 13 260  P   P
+PG15     39.947074  21540.990531 -15421.568041   -138.543430 12  9  8 222  P   P
+PG16   4428.489402 -18760.362852  18167.898705   -162.061842 13 12  8 243  P   P
+PG17 -19218.656599  10234.601586 -14920.009726    184.222777  9 15 15 206  P   P
+PG18  18560.757458  10099.422150 -16007.229614    129.649676  8 13 12 243  P   P
+PG19   4943.212109 -22317.105334 -13225.891584   -126.168921 12 10  9 206  P   P
+PG20 -14363.578151 -22325.473570   1459.302071     48.828768  9 11 13 219  P   P
+PG21  25561.668596   5770.999005   6416.920317   -134.536289  5 12 11 247  P   P
+PG22  16283.632494  -2035.719691 -20733.062919    150.821704  7 14 11 233  P   P
+PG23  -4780.485497 -17460.211350  19311.730261    316.164775 12 12 10 212  P   P
+PG24 -12456.316875 -14395.884576 -18574.935018    378.185639 17 11 11 265  P   P
+PG25  17725.037969  16725.998288  10569.178631     -0.995521 11 12 12 242  P   P
+PG26 -11221.156604  23014.471402  -6754.137587   -161.075582 15  3 15 293  P   P
+PG27   3324.162300  14322.320124 -21483.426710    251.520743 14 10 11 336  P   P
+PG28 -16602.867637  -2889.204316 -20080.234411     28.802600 10 11 10 239  P   P
+PG29  11352.722697  10338.027239  21756.147470    196.743184  9 12  8 240  P   P
+PG30   9385.618474 -12820.831372  20871.137280    333.748933 11 11  7 326  P   P
+PG31  21809.994846  -8051.077545  13242.388428     60.923343 11 12 14 239  P   P
+PG32  -7046.431574 -25284.704452  -5013.604593   -226.844483 11  8 12 273  P   P
+*  2011  4  2  0 15  0.00000000
+PG02 -14403.532228  13573.930348  17513.830244    328.375022  5  9  9 236  P   P
+PG03   9855.531686 -24445.678106    767.177645    696.364966 13 10 12 301  P   P
+PG04 -24574.546517   6678.354183   7939.097156     76.825271 13 14 15 286  P   P
+PG05  -3491.588659  18828.547059  18340.468840   -138.236343 10  9  8 200  P   P
+PG06  14099.520146 -21875.398828   4852.006706   -230.752369 10  9  8 257  P   P
+PG07 -23889.728700  -6184.702033  10093.936407      7.063947  7  9  8 204  P   P
+PG08 -26842.389618  -1011.635991   -358.603034      7.632735  6 10 12 318  P   P
+PG09   6971.844119  14197.694763 -21887.612619     71.244812 14  9 12 280  P   P
+PG10 -15097.552163   4358.215392  21233.766949    -70.459092 12 13 11 341  P   P
+PG11  -6925.488021 -15526.817089 -20741.312700   -139.269791 12  9  6 229  P   P
+PG12  10690.272363  23937.352363  -4788.114068    -14.862610 12  7 14 202  P   P
+PG13 -11525.507967  -8871.347183  22077.673591    276.767782 12 12  6 252  P   P
+PG14  18432.799059  -9231.323992 -16513.303003    141.318271 10 13 13 261  P   P
+PG15   -951.330904  22882.399523 -13302.145514   -138.540679 12  9  8 221  P   P
+PG16   5561.451055 -16913.298396  19639.952119   -162.064339 13 12  7 244  P   P
+PG17 -18414.514148   8558.749715 -16866.439078    184.222975 10 15 14 205  P   P
+PG18  19227.764349  11744.972325 -14046.566581    129.651510  7 13 12 242  P   P
+PG19   5929.815385 -23324.434426 -10839.668445   -126.172379 11  9  9 203  P   P
+PG20 -14098.988582 -22519.635765  -1337.639980     48.828893  9 11 13 219  P   P
+PG21  24736.357990   6026.764481   8995.939795   -134.538663  5 12 10 247  P   P
+PG22  17352.115161     82.709542 -19967.248331    150.820990  7 14 11 233  P   P
+PG23  -3573.666138 -19226.767783  17807.532037    316.162513 12 12 11 211  P   P
+PG24 -10248.336043 -14403.777828 -19845.339015    378.188301 17 11  9 269  P   P
+PG25  18079.553671  17752.503438   7982.979385     -0.995834 11 11 13 240  P   P
+PG26 -11691.610399  23356.980964  -3906.204590   -161.084839 14  5 15 292  P   P
+PG27    723.161250  14451.163011 -21610.374146    251.524259 14  9 10 338  P   P
+PG28 -17602.843597  -4982.936684 -18833.611532     28.804741  9 11 10 239  P   P
+PG29  10027.168817  12395.407598  21330.343300    196.745683  9 12  8 240  P   P
+PG30  10777.937844 -10739.048249  21361.118534    333.751767 11 12  7 326  P   P
+PG31  23147.477980  -7893.145828  10825.578511     60.927882 10 12 14 237  P   P
+PG32  -6514.076138 -24702.138771  -7710.293060   -226.851055 11  8 12 269  P   P
+*  2011  4  2  0 30  0.00000000
+PG02 -16335.049174  13514.468622  15729.058468    328.377010  6  9 10 235  P   P
+PG03  10113.677407 -24045.903411   3560.632810    696.369540 13 10 12 300  P   P
+PG04 -25367.572313   6451.815306   5284.424318     76.834511 12 14 15 285  P   P
+PG05  -4827.762129  17094.442380  19693.775830   -138.241573 10 10  8 198  P   P
+PG06  14127.459775 -21105.167493   7547.300546   -230.857498 10 10  8 255  P   P
+PG07 -22615.638299  -6434.243264  12553.826586      7.064836  8  9  8 202  P   P
+PG08 -26721.368596  -1121.824459   2529.402671      7.632609  2 10 11 318  P   P
+PG09   4575.616922  14439.475276 -22367.624719     71.246897 14  8 11 279  P   P
+PG10 -16374.756373   2279.422714  20642.736393    -70.460020 12 13 12 340  P   P
+PG11  -4699.074299 -16256.272731 -20775.185071   -139.272523 12  9  6 226  P   P
+PG12  10141.586456  23453.816597  -7544.482669    -14.860030 12  6 14 201  P   P
+PG13 -10216.198224 -11038.148722  21740.576381    276.766505 12 12  7 251  P   P
+PG14  17557.373671  -7407.583667 -18286.659004    141.320428 10 13 12 262  P   P
+PG15  -1765.706333  24043.276401 -10951.849964   -138.537923 11  8  8 220  P   P
+PG16   6868.715950 -15006.275138  20772.096071   -162.066838 13 12  7 245  P   P
+PG17 -17601.152553   6663.204149 -18517.234478    184.223170 10 15 14 203  P   P
+PG18  19846.598671  13153.992723 -11843.888512    129.653348  8 12 12 240  P   P
+PG19   6718.056924 -24139.254725  -8263.382385   -126.175839 11  9  9 201  P   P
+PG20 -13662.773739 -22470.517217  -4111.682651     48.829017  8 10 13 219  P   P
+PG21  23648.860286   6335.340794  11427.610511   -134.541035  5 12 10 245  P   P
+PG22  18461.670266   2056.916376 -18853.689152    150.820275  7 14 12 234  P   P
+PG23  -2545.139033 -20887.488619  15993.036466    316.160250 11 12 12 210  P   P
+PG24  -7916.676898 -14524.305373 -20774.892318    378.190989 17 11  8 273  P   P
+PG25  18317.799435  18510.706021   5259.471155     -0.996145 11 11 13 239  P   P
+PG26 -11979.402241  23440.431656   -989.955446   -161.094103 13  7 15 292  P   P
+PG27  -1861.972920  14717.883470 -21341.327192    251.527720 14  9 10 339  P   P
+PG28 -18626.701666  -6876.279943 -17251.532005     28.806883  9 11  9 240  P   P
+PG29   8844.217175  14459.114505  20540.396362    196.748184  8 12  9 239  P   P
+PG30  12294.441618  -8702.485225  21469.346945    333.754615 11 12  7 326  P   P
+PG31  24210.783840  -7793.750471   8226.290480     60.932420  9 12 15 236  P   P
+PG32  -5807.254908 -23887.536493 -10276.090320   -226.857625 11  8 12 265  P   P
+*  2011  4  2  0 45  0.00000000
+PG02 -18053.983558  13515.926184  13668.630746    328.378998  5  9 10 234  P   P
+PG03  10308.140667 -23353.929464   6291.136406    696.374112 12 10 12 299  P   P
+PG04 -25869.124288   6228.694673   2540.225223     76.843750 12 13 15 285  P   P
+PG05  -6331.454594  15324.709831  20706.710985   -138.246797 10 10  7 194  P   P
+PG06  14090.337366 -20058.732271  10111.752668   -230.962622 10 10  8 253  P   P
+PG07 -21092.764105  -6785.585790  14799.937738      7.065724  9  9  7 201  P   P
+PG08 -26286.228086  -1254.703766   5375.328862      7.632476  4 10 10 317  P   P
+PG09   2165.224879  14822.823733 -22481.781886     71.248976 13  8 11 278  P   P
+PG10 -17700.672542    341.716529  19691.935378    -70.460955 12 13 12 340  P   P
+PG11  -2515.648747 -17072.692819 -20460.856299   -139.275258 12  8  7 223  P   P
+PG12   9385.785649  22756.503677 -10172.199666    -14.857449 12  5 14 199  P   P
+PG13  -9058.279045 -13221.744433  21024.120287    276.765230 11 12  8 250  P   P
+PG14  16703.471662  -5372.258676 -19739.985234    141.322583 11 13 12 262  P   P
+PG15  -2418.719403  24985.913148  -8411.337960   -138.535169 11  8  9 220  P   P
+PG16   8338.298450 -13086.890516  21545.607607   -162.069336 14 13  7 246  P   P
+PG17 -16816.671111   4574.436426 -19843.658024    184.223365 10 15 13 202  P   P
+PG18  20379.212006  14318.134982  -9438.095691    129.655190  8 12 12 238  P   P
+PG19   7325.032816 -24725.282987  -5542.024097   -126.179301 11  8  9 199  P   P
+PG20 -13030.627480 -22203.557071  -6815.425679     48.829140  8 10 13 220  P   P
+PG21  22321.904702   6726.146151  13672.427981   -134.543403  5 11  9 244  P   P
+PG22  19577.355768   3857.923424 -17412.279986    150.819558  7 14 12 234  P   P
+PG23  -1691.399994 -22396.540265  13899.251295    316.157989 11 11 13 209  P   P
+PG24  -5506.624488 -14768.612517 -21346.801457    378.193706 17 11  9 276  P   P
+PG25  18402.016838  19008.635800   2445.515450     -0.996454 11 10 13 238  P   P
+PG26 -12114.894297  23238.548223   1943.692908   -161.103371 13  9 15 291  P   P
+PG27  -4377.406423  15112.613094 -20680.493824    251.531120 14  9 10 340  P   P
+PG28 -19634.323603  -8543.762111 -15363.784561     28.809027  8 10  9 241  P   P
+PG29   7816.810640  16483.161478  19399.800116    196.750687  8 11  9 239  P   P
+PG30  13905.828112  -6753.225910  21193.915370    333.757481 11 12  8 325  P   P
+PG31  24980.596493  -7716.630513   5488.129139     60.936953  8 13 15 234  P   P
+PG32  -4906.149933 -22873.653170 -12666.667949   -226.864195 12  8 11 261  P   P
+*  2011  4  2  1  0  0.00000000
+PG02 -19530.596801  13547.651183  11367.917708    328.380989  5  9 10 234  P   P
+PG03  10473.874831 -22371.232048   8909.984306    696.378680 12 11 12 298  P   P
+PG04 -26076.004862   5973.601652   -246.894153     76.852994 11 13 15 284  P   P
+PG05  -7984.982415  13563.410848  21362.027331   -138.252017 10 10  7 189  P   P
+PG06  14025.003577 -18744.496977  12501.337408   -231.067745 10 10  8 251  P   P
+PG07 -19355.252786  -7264.595639  16793.777620      7.066611  9  9  6 200  P   P
+PG08 -25547.661501  -1449.205644   8131.781859      7.632340  6 10 10 317  P   P
+PG09   -211.990407  15341.906300 -22228.284984     71.251054 13  7 11 277  P   P
+PG10 -19038.530726  -1425.419095  18399.202865    -70.461897 11 13 13 340  P   P
+PG11   -412.497523 -17956.884891 -19802.517980   -139.277997 12  8  8 221  P   P
+PG12   8406.704762  21882.267546 -12626.306419    -14.854864 12  6 13 198  P   P
+PG13  -8065.947936 -15372.551649  19940.811936    276.763956 11 12  9 249  P   P
+PG14  15908.089007  -3157.517906 -20847.860451    141.324740 11 14 12 263  P   P
+PG15  -2932.613525  25677.985066  -5724.653566   -138.532411 10  8  9 219  P   P
+PG16   9950.109492 -11200.643502  21948.051662   -162.071832 14 13  8 247  P   P
+PG17 -16094.903207   2326.185672 -20822.791794    184.223557 10 15 13 201  P   P
+PG18  20788.173226  15237.346610  -6871.185021    129.657035  9 12 12 236  P   P
+PG19   7774.644621 -25052.089918  -2723.282060   -126.182763 11  8  9 195  P   P
+PG20 -12184.408294 -21749.727319  -9402.816868     48.829263  9  9 13 220  P   P
+PG21  20784.307380   7224.146443  15693.892794   -134.545770  5 11  8 243  P   P
+PG22  20660.931293   5463.945645 -15668.600566    150.818842  7 14 13 234  P   P
+PG23  -1000.889965 -23711.053737  11562.270118    316.155729 11 10 13 208  P   P
+PG24  -3065.624564 -15140.132528 -21550.367012    378.196453 17 12 11 279  P   P
+PG25  18298.023106  19262.414392   -410.489059     -0.996761 11 10 13 237  P   P
+PG26 -12133.410284  22733.343484   4842.743045   -161.112642 12 10 15 290  P   P
+PG27  -6772.056428  15617.086348 -19639.744630    251.534458 14  8 11 341  P   P
+PG28 -20583.393524  -9968.766666 -13205.373424     28.811174  8 10  9 243  P   P
+PG29   6949.791592  18420.861175  17927.985563    196.753190  8 10 10 238  P   P
+PG30  15576.496141  -4927.976839  20540.021580    333.760362 11 12  9 325  P   P
+PG31  25446.031955  -7623.221781   2657.153031     60.941482  7 13 15 233  P   P
+PG32  -3798.147144 -21697.984826 -14840.267476   -226.870768 12  9 11 257  P   P
+*  2011  4  2  1 15  0.00000000
+PG02 -20742.599126  13575.254327   8866.822372    328.382978  5 10 11 233  P   P
+PG03  10645.516712 -21108.103077  11370.143681    696.383241 12 11 12 297  P   P
+PG04 -25993.243971   5651.612690  -3029.873357     76.862239  9 13 15 284  P   P
+PG05  -9763.165445  11851.648718  21648.695321   -138.257234 11 10  8 183  P   P
+PG06  13967.049174 -17179.035028  14675.284800   -231.172867 10 11  8 251  P   P
+PG07 -17442.960967  -7890.611610  18501.037425      7.067497 10  9  6 199  P   P
+PG08 -24524.825052  -1741.522067  10752.734827      7.632205  8 10  9 316  P   P
+PG09  -2510.389504  15982.929502 -21611.040263     71.253128 13  6 11 276  P   P
+PG10 -20348.237018  -3000.025466  16788.210200    -70.462844 11 13 13 339  P   P
+PG11   1576.775157 -18883.931421 -18810.057625   -139.280740 12  8  9 218  P   P
+PG12   7196.135759  20871.797936 -14864.702283    -14.852278 13  7 13 196  P   P
+PG13  -7244.684482 -17440.190211  18509.639702    276.762683 11 11 10 249  P   P
+PG14  15202.845661   -802.424922 -21591.014945    141.326895 11 14 12 263  P   P
+PG15  -3335.264491  26093.804371  -2938.448040   -138.529654  9  7  9 218  P   P
+PG16  11676.614802  -9389.311464  21973.433919   -162.074329 13 13  9 248  P   P
+PG17 -15464.072674    -41.679519 -21437.937438    184.223748 10 15 12 200  P   P
+PG18  21038.167676  15919.608700  -4187.491098    129.658884 10 12 12 233  P   P
+PG19   8096.451995 -25096.354073    143.338468   -126.186226 11  7  9 194  P   P
+PG20 -11112.995440 -21144.244464 -11829.912386     48.829387  9  9 12 221  P   P
+PG21  19070.008818   7848.803652  17459.002386   -134.548132  7 11  7 242  P   P
+PG22  21672.343046   6861.008564 -13653.422366    150.818125  8 14 13 234  P   P
+PG23   -454.617308 -24792.761117   9022.648956    316.153469 11 10 13 208  P   P
+PG24   -641.650061 -15634.360637 -21381.226025    378.199233 17 12 12 280  P   P
+PG25  17976.662685  19295.478251  -3259.438419     -0.997066 12  9 13 236  P   P
+PG26 -12073.694528  21916.078648   7655.107145   -161.121914 11 11 15 289  P   P
+PG27  -8999.528904  16205.412137 -18238.373682    251.537735 13  8 11 341  P   P
+PG28 -21431.123118 -11143.879750 -10815.740109     28.813322  8 10  9 244  P   P
+PG29   6239.863377  20226.476407  16150.001036    196.755696  9 10 10 237  P   P
+PG30  17265.876607  -3256.762597  19519.845355    333.763256 10 12 10 324  P   P
+PG31  25605.000055  -7474.280634   -218.847081     60.946011  6 13 15 231  P   P
+PG32  -2478.590656 -20401.371696 -16758.456323   -226.877344 12  9 10 252  P   P
+*  2011  4  2  1 30  0.00000000
+PG02 -21675.923763  13562.108698   6209.074172    328.384969  4 10 11 233  P   P
+PG03  10855.796359 -19583.420922  13627.201404    696.387796 12 11 11 297  P   P
+PG04 -25633.817034   5229.767917  -5761.946135     76.871490  8 12 14 284  P   P
+PG05 -11634.147332  10226.096707  21562.075055   -138.262445 11 10  8 173  P   P
+PG06  13949.290963 -15386.554888  16596.756466   -231.277990 10 11  8 251  P   P
+PG07 -15400.058657  -8675.529687  19892.181018      7.068383 10  9  7 199  P   P
+PG08 -23244.681841  -2163.578633  13194.227032      7.632077  9 11  8 316  P   P
+PG09  -4687.506133  16724.603848 -20639.620696     71.255202 13  6 11 275  P   P
+PG10 -21587.908273  -4368.263538  14887.957011    -70.463797 10 13 14 339  P   P
+PG11   3423.339866 -19824.047271 -17498.983726   -139.283488 12  7  9 217  P   P
+PG12   5754.353555  19768.038809 -16848.860136    -14.849688 13  9 12 196  P   P
+PG13  -6591.183834 -19375.320395  16755.723525    276.761410 11 11 11 249  P   P
+PG14  14612.736938   1648.403133 -21956.675496    141.329049 11 14 12 263  P   P
+PG15  -3658.884341  26215.326881   -101.147917   -138.526897  8  7  8 219  P   P
+PG16  13483.783353  -7689.494111  21622.239821   -162.076824 13 13 10 248  P   P
+PG17 -14945.693491  -2484.540078 -21678.891621    184.223938 10 15 12 200  P   P
+PG18  21097.405716  16380.381096  -1432.916517    129.660735 10 12 12 231  P   P
+PG19   8324.295355 -24842.843926   3007.438198   -126.189689 11  7  9 191  P   P
+PG20  -9812.879737 -20425.139177 -14055.593584     48.829511  9  9 12 223  P   P
+PG21  17216.947219   8613.220779  18938.704219   -134.550493  8 11  7 241  P   P
+PG22  22571.284884   8043.255311 -11402.126786    150.817407  9 14 13 234  P   P
+PG23    -27.087352 -25609.470117   6324.686125    316.151213 11  9 14 209  P   P
+PG24   1718.462118 -16238.949149 -20841.486298    378.202050 17 12 13 281  P   P
+PG25  17415.073556  19137.528878  -6052.366252     -0.997370 12  8 13 235  P   P
+PG26 -11976.197325  20787.870087  10329.651626   -161.131188 10 11 14 288  P   P
+PG27 -11019.849034  16845.200209 -16502.663657    251.540950 13  8 12 341  P   P
+PG28 -22135.975264 -12070.861264  -8237.928019     28.815475  7  9  9 245  P   P
+PG29   5675.869052  21856.846384  14096.100997    196.758202  9  9 11 236  P   P
+PG30  18929.979234  -1761.913018  18152.271542    333.766163 10 13 11 323  P   P
+PG31  25464.252212  -7231.549390  -3091.108248     60.950535  6 13 15 230  P   P
+PG32   -951.242449 -19026.464406 -18386.854865   -226.883926 12 10  9 247  P   P
+*  2011  4  2  1 45  0.00000000
+PG02 -22325.180614  13470.964398   3441.429349    328.386960  3 10 12 232  P   P
+PG03  11134.017070 -17824.069469  15640.276941    696.392346 11 12 11 296  P   P
+PG04 -25018.086082   4678.486070  -8397.369940     76.880745  7 12 14 284  P   P
+PG05 -13560.480869   8717.712929  21103.975709   -138.267654 11 10  9 159  P   P
+PG06  14000.388819 -13398.083568  18233.438684   -231.383117 10 11  8 252  P   P
+PG07 -13273.473843  -9623.174159  20942.962622      7.069267 11  9  8 200  P   P
+PG08 -21741.073648  -2741.657141  15415.043994      7.631955 10 11  8 316  P   P
+PG09  -6705.412621  17538.879123 -19329.167233     71.257275 12  6 11 275  P   P
+PG10 -22715.469820  -5524.682963  12732.186950    -70.464756  9 12 14 338  P   P
+PG11   5104.068308 -20743.642169 -15890.264193   -139.286240 12  7 10 215  P   P
+PG12   4090.322384  18614.528189 -18544.489460    -14.847099 13  9 12 195  P   P
+PG13  -6093.649043 -21131.447215  14709.849148    276.760134 11 10 11 248  P   P
+PG14  14155.165839   4146.357059 -21938.783160    141.331204 11 14 12 263  P   P
+PG15  -3938.552366  26032.870742   2737.912116   -138.524141  6  6  8 219  P   P
+PG16  15332.286377  -6131.377314  20901.363517   -162.079318 13 13 11 249  P   P
+PG17 -14553.756165  -4954.589259 -21542.093676    184.224125 10 15 11 200  P   P
+PG18  20938.890513  16641.783441   1345.835547    129.662590 10 12 12 227  P   P
+PG19   8494.746491 -24285.085886   5818.667180   -126.193155 11  7  9 190  P   P
+PG20  -8288.468455 -19631.738813 -16042.230644     48.829634 10 10 11 224  P   P
+PG21  15265.803149   9523.510530  20108.309388   -134.552851  9 10  7 239  P   P
+PG22  23318.772971   9012.934410  -8954.048465    150.816688 10 14 13 233  P   P
+PG23    312.497260 -26136.314267   3515.619107    316.148955 10  9 14 210  P   P
+PG24   3970.639789 -16934.124292 -19939.746157    378.204899 17 12 14 281  P   P
+PG25  16597.719039  18823.251589  -8741.283111     -0.997669 12  7 12 235  P   P
+PG26 -11881.258038  19359.900872  12817.268719   -161.140463  9 12 14 287  P   P
+PG27 -12800.901545  17498.986716 -14465.271020    251.544105 12  8 12 341  P   P
+PG28 -22659.315163 -12760.254784  -5517.714692     28.817627  7  9  9 247  P   P
+PG29   5239.376805  23272.927679  11801.249468    196.760710 10  8 11 235  P   P
+PG30  20523.085513   -457.383843  16462.469045    333.769083 10 13 11 323  P   P
+PG31  25039.109601  -6859.402163  -5910.684902     60.955053  5 14 15 230  P   P
+PG32    771.579310 -17616.108654 -19695.818331   -226.890516 12 10  9 242  P   P
+*  2011  4  2  2  0  0.00000000
+PG02 -22693.766317  13265.609749    612.794634    328.388953  4 10 12 232  P   P
+PG03  11504.675089 -15864.025219  17372.872801    696.396886 11 12 11 296  P   P
+PG04 -24172.987335   3972.848025 -10892.128574     76.890008  7 12 13 285  P   P
+PG05 -15500.435701   7350.690428  20282.602605   -138.272860 11 11 10 135  P   P
+PG06  14143.645802 -11250.403217  19558.045488   -231.488246 11 11  9 254  P   P
+PG07 -11111.235236 -10728.981804  21634.863574      7.070151 11  9  8 200  P   P
+PG08 -20053.549903  -3495.216783  17377.371773      7.631844 10 11  8 316  P   P
+PG09  -8531.935893  18391.930324 -17700.227987     71.259348 12  7 11 274  P   P
+PG10 -23690.253073  -6472.163453  10358.738841    -70.465717  8 12 14 338  P   P
+PG11   6602.256443 -21606.554190 -14010.074137   -139.288999 12  7 11 214  P   P
+PG12   2221.572153  17453.721827 -19922.135646    -14.844510 13 10 11 196  P   P
+PG13  -5732.428814 -22666.618673  12407.897042    276.758858 10 10 12 248  P   P
+PG14  13839.294866   6640.553905 -21538.080418    141.333354 12 13 12 263  P   P
+PG15  -4210.633028  25545.517875   5529.374144   -138.521383  4  6  8 220  P   P
+PG16  17178.898645  -4737.760024  19823.932160   -162.081810 13 13 12 249  P   P
+PG17 -14294.231387  -7402.515204 -21030.645103    184.224310 10 15 11 201  P   P
+PG18  20541.501922  16731.548652   4102.015334    129.664444 11 12 11 225  P   P
+PG19   8645.452738 -23425.689698   8527.666898   -126.196618 11  7  8 190  P   P
+PG20  -6552.094314 -18803.120021 -17756.284594     48.829757 10 10 11 225  P   P
+PG21  13258.654421  10578.409059  20947.864832   -134.555207 10 10  7 238  P   P
+PG22  23878.671893   9780.073147  -6351.758244    150.815969 10 14 13 233  P   P
+PG23    598.814202 -26356.725062    644.755099    316.146698 10  9 14 211  P   P
+PG24   6075.105453 -17693.412405 -18690.995380    378.207785 17 12 15 280  P   P
+PG25  15517.144949  18390.852979 -11279.998008     -0.997970 13  7 12 235  P   P
+PG26 -11827.266601  17653.212930  15071.942870   -161.149735  8 13 14 286  P   P
+PG27 -14319.514894  18125.887361 -12164.455345    251.547202 12  9 13 340  P   P
+PG28 -22966.924969 -13230.665729  -2702.734568     28.819783  8  9  9 249  P   P
+PG29   4905.550109  24441.192206   9304.544932    196.763219 10  7 11 233  P   P
+PG30  21999.512998    651.564084  14481.340379    333.772012  9 12 12 322  P   P
+PG31  24352.877770  -6326.409159  -8629.257712     60.959575  8 14 15 229  P   P
+PG32   2669.198390 -16211.710121 -20661.056222   -226.897115 13 10  8 237  P   P
+*  2011  4  2  2 15  0.00000000
+PG02 -22793.622888  12912.507325  -2226.705553    328.390945  5 11 12 231  P   P
+PG03  11986.283235 -13743.148271  18793.636733    696.401416 11 12 11 296  P   P
+PG04 -23130.996439   3093.704584 -13204.601300     76.899279  9 12 13 285  P   P
+PG05 -17409.477421   6141.681369  19112.394301   -138.278063 11 10 11 116  P   P
+PG06  14396.034939  -8984.784326  20548.727008   -231.593383 11 12  8 256  P   P
+PG07  -8960.774516 -11980.014147  21955.439541      7.071033 12  9  9 202  P   P
+PG08 -18225.991538  -4435.957888  19047.417866      7.631750 11 11  8 317  P   P
+PG09 -10141.683386  19245.365871 -15778.532460     71.261424 11  8 12 274  P   P
+PG10 -24474.532077  -7221.538728   7808.848559    -70.466678  6 12 15 337  P   P
+PG11   7908.113604 -22375.412641 -11889.450046   -139.291762 11  7 11 214  P   P
+PG12    173.746422  16325.364355 -20957.704730    -14.841918 13 11 11 197  P   P
+PG13  -5480.972910 -23944.950239   9890.178688    276.757580 10  9 12 249  P   P
+PG14  13665.742071   9079.642191 -20762.067555    141.335506 11 13 13 263  P   P
+PG15  -4511.145277  24761.181845   8224.741872   -138.518627  3  6  8 221  P   P
+PG16  18978.047174  -3523.376706  18409.032299   -162.084301 13 13 12 249  P   P
+PG17 -14164.907852  -9779.235185 -20154.203709    184.224494  9 14 11 202  P   P
+PG18  19890.861274  16681.791860   6789.557806    129.666302 11 12 11 221  P   P
+PG19   8813.445018 -22276.317790  11086.989244   -126.200083 11  8  9 190  P   P
+PG20  -4623.729411 -17976.589043 -19168.840380     48.829879 11 10 10 227  P   P
+PG21  11237.582962  11769.149732  21442.481306   -134.557561 11  9  8 237  P   P
+PG22  24219.113102  10361.853696  -3640.300757    150.815248 11 14 13 233  P   P
+PG23    868.836108 -26263.083935  -2237.445751    316.144444 10  9 14 212  P   P
+PG24   7997.746080 -18484.650174 -17116.395368    378.210705 17 12 16 278  P   P
+PG25  14174.432559  17880.474076 -13624.908155     -0.998270 13  7 12 235  P   P
+PG26 -11848.889244  15698.076256  17051.776908   -161.159005  7 13 13 285  P   P
+PG27 -15562.143804  18683.395604  -9643.183229    251.550244 11  9 13 339  P   P
+PG28 -23030.327120 -13507.749144    158.387779     28.821942  8  8  8 250  P   P
+PG29   4644.269994  25334.829462   6648.574716    196.765729 11  6 12 232  P   P
+PG30  23315.374236   1568.319198  12244.860117    333.774950  9 12 12 321  P   P
+PG31  23435.965187  -5606.758983 -11199.950160     60.964093  9 14 15 229  P   P
+PG32   4713.116983 -14851.644786 -21264.171454   -226.903722 12 11  8 232  P   P
+*  2011  4  2  2 30  0.00000000
+PG02 -22644.653185  12382.333159  -5026.695576    328.392940  7 11 12 231  P   P
+PG03  12590.453850 -11505.728193  19877.012202    696.405936 11 12 10 297  P   P
+PG04 -21928.909242   2028.570599 -15296.192470     76.908560 10 12 12 286  P   P
+PG05 -19241.860745   5099.323295  17613.753963   -138.283264 11 10 12 144  P   P
+PG06  14767.486692  -6645.565620  21189.380346   -231.698528 11 12  9 258  P   P
+PG07  -6867.251686 -13355.300740  21898.570486      7.071914 12  9 10 205  P   P
+PG08 -16305.074884  -5567.165321  20395.990404      7.631671 11 11  8 317  P   P
+PG09 -11516.842582  20057.622645 -13594.697286     71.263503 11  9 12 273  P   P
+PG10 -25034.942437  -7790.924867   5126.416315    -70.467641  5 11 15 337  P   P
+PG11   9018.994122 -23013.082144  -9563.849007   -139.294531 11  7 11 215  P   P
+PG12  -2020.164001  15264.970463 -21632.903499    -14.839327 14 11 10 199  P   P
+PG13  -5307.064346 -24937.915469   7200.694791    276.756299  9  8 12 249  P   P
+PG14  13626.631289  11413.621277 -19624.831291    141.337656 11 13 13 263  P   P
+PG15  -4874.149727  23696.339606  10777.247568   -138.515871  3  6  8 222  P   P
+PG16  20683.448312  -2494.536139  16681.346029   -162.086791 12 13 13 249  P   P
+PG17 -14155.566995 -12037.612440 -18928.757976    184.224677  8 14 11 203  P   P
+PG18  18979.950480  16527.642373   9363.783703    129.668160 11 12 11 218  P   P
+PG19   9033.481389 -20857.300767  13451.971429   -126.203548 11  8  8 191  P   P
+PG20  -2530.415385 -17186.245613 -20256.064856     48.830002 11 10  9 228  P   P
+PG21   9243.277565  13079.605042  21582.612968   -134.559914 12  9  8 237  P   P
+PG22  24313.751789  10781.720491   -866.401730    150.814529 12 14 13 232  P   P
+PG23   1160.148940 -25857.025592  -5080.313643    316.142189 10 10 14 214  P   P
+PG24   9711.266625 -19271.241281 -15242.939434    378.213660 16 12 16 276  P   P
+PG25  12579.329509  17332.540856 -15735.743679     -0.998566 13  7 11 235  P   P
+PG26 -11975.444441  13532.953804  18719.941964   -161.168275  6 13 12 283  P   P
+PG27 -16525.127400  19129.237974  -6948.141505    251.553235 10 10 14 338  P   P
+PG28 -22827.872252 -13622.957394   3016.877269     28.824102  9  8  8 252  P   P
+PG29   4421.467224  25934.707188   3878.708093    196.768237 12  7 12 230  P   P
+PG30  24430.255740   2304.516310   9793.323217    333.777892  8 12 13 320  P   P
+PG31  22324.734550  -4681.482092 -13578.140001     60.968607 10 15 15 228  P   P
+PG32   6867.878249 -13569.780605 -21493.101666   -226.910342 12 11  8 227  P   P
+*  2011  4  2  2 45  0.00000000
+PG02 -22273.817410  11651.351285  -7737.524276    328.394936  8 12 12 230  P   P
+PG03  13321.284201  -9198.848333  20603.757477    696.410446 11 13 10 298  P   P
+PG04 -20606.481522    772.274871 -17131.916327     76.917849 11 12 12 286  P   P
+PG05 -20952.275514   4224.083571  15812.680874   -138.288464 11 10 12 166  P   P
+PG06  15260.460464  -4278.635137  21469.862169   -231.803680 11 12  9 260  P   P
+PG07  -4871.967185 -14826.503806  21464.606771      7.072794 12  9 11 208  P   P
+PG08 -14338.627271  -6883.360331  21399.026331      7.631613 11 11  8 318  P   P
+PG09 -12647.723189  20785.505558 -11183.859753     71.265586 10 10 12 273  P   P
+PG10 -25343.732276  -8204.784962   2357.252989    -70.468600  7 11 15 336  P   P
+PG11   9939.356799 -23484.134382  -7072.613794   -139.297305 11  8 11 215  P   P
+PG12  -4320.875665  14302.475127 -21935.585811    -14.836736 14 11 10 201  P   P
+PG13  -5174.276554 -25625.352724   4386.331551    276.755014  8  8 13 249  P   P
+PG14  13705.991675  13595.602207 -18146.751629    141.339805 11 12 13 262  P   P
+PG15  -5330.219224  22375.438400  13142.683761   -138.513115  5  7  8 224  P   P
+PG16  22249.771910  -1649.085546  14670.705308   -162.089279 12 13 13 249  P   P
+PG17 -14248.483491 -14134.088473 -17376.289737    184.224857  8 14 11 204  P   P
+PG18  17809.467759  16305.789201  11782.064342    129.670020 11 12 10 216  P   P
+PG19   9336.495544 -19196.916685  15581.547532   -126.207013 11  9  8 192  P   P
+PG20   -305.431069 -16461.682981 -20999.584426     48.830123 11 10  8 229  P   P
+PG21   7313.677690  14486.697500  21364.283165   -134.562266 12  8  9 236  P   P
+PG22  24142.815550  11068.257114   1922.340269    150.813807 12 14 13 231  P   P
+PG23   1509.245227 -25149.379520  -7833.917108    316.139935 10 11 14 216  P   P
+PG24  11196.079236 -20013.610876 -13102.997036    378.216647 16 11 16 274  P   P
+PG25  10750.053220  16786.116019 -17576.254794     -0.998863 14  8 11 236  P   P
+PG26 -12229.509957  11203.103089  20045.516331   -161.177537  6 14 11 282  P   P
+PG27 -17214.523237  19423.198756  -4128.696329    251.556181 10 11 14 337  P   P
+PG28 -22345.559115 -13612.104159   5824.607608     28.826265  9  8  7 254  P   P
+PG29   4200.614014  26230.053196   1042.338497    196.770745 12  8 12 229  P   P
+PG30  25308.748079   2879.301385   7170.525869    333.780842  7 12 13 319  P   P
+PG31  21060.126620  -3539.424632 -15722.251503     60.973120 10 15 14 229  P   P
+PG32   9092.228011 -12394.174327 -21342.446252   -226.916975 12 11  9 223  P   P
+*  2011  4  2  3  0  0.00000000
+PG02 -21713.949750  10702.563063 -10311.224804    328.396934  9 12 12 230  P   P
+PG03  14175.072878  -6870.641311  20961.318403    696.414946 11 13 10 299  P   P
+PG04 -19204.975204   -672.656658 -18680.931910     76.927149 12 13 11 287  P   P
+PG05 -22497.482607   3508.425769  13740.309528   -138.293665 11  9 13 180  P   P
+PG06  15869.812707  -1929.869304  21386.103730   -231.908843 11 12  9 261  P   P
+PG07  -3010.921904 -16358.882234  20660.406207      7.073671 13  9 12 211  P   P
+PG08 -12373.931144  -8370.280099  22038.058511      7.631576 12 11  9 318  P   P
+PG09 -13533.017660  21385.823181  -8585.235550     71.267673 10 11 12 273  P   P
+PG10 -25379.802535  -8492.770357   -451.682062    -70.469559  9 11 15 336  P   P
+PG11  10680.447587 -23756.290388  -4458.347265   -139.300085 10  8 12 217  P   P
+PG12  -6684.117840  13461.106158 -21859.997169    -14.834147 14 12  9 203  P   P
+PG13  -5043.594831 -25996.150122   1496.012073    276.753725  8  8 13 249  P   P
+PG14  13880.487144  15583.440821 -16354.095522    141.341952 11 12 14 262  P   P
+PG15  -5905.054634  20830.002336  15280.183471   -138.510362  6  8  8 225  P   P
+PG16  23634.271542   -976.697238  12411.573191   -162.091764 11 13 13 249  P   P
+PG17 -14419.227466 -16030.168346 -15524.335194    184.225038  8 13 11 205  P   P
+PG18  16387.911251  16052.991920  14004.445348    129.671879 11 12 10 214  P   P
+PG19   9748.214481 -17330.366081  17438.979728   -126.210477 11  9  8 193  P   P
+PG20   2012.771937 -15826.871276 -21386.778120     48.830244 12 10  8 229  P   P
+PG21   5482.703882  15961.072504  20789.249621   -134.564616 13  8 10 235  P   P
+PG22  23693.906957  11253.879064   4678.263487    150.813087 13 14 13 230  P   P
+PG23   1949.864574 -24159.752313 -10449.993769    316.137682 10 11 14 217  P   P
+PG24  12440.890382 -20670.800049 -10733.748926    378.219663 16 10 17 271  P   P
+PG25   8712.773802  16277.315766 -19114.830093     -0.999157 14  9 11 237  P   P
+PG26 -12625.831317   8758.876175  21004.182166   -161.186797  7 14 10 281  P   P
+PG27 -17645.539268  19528.831804  -1235.833990    251.559085  9 12 14 335  P   P
+PG28 -21577.565488 -13513.804384   8534.850513     28.828427 10  8  7 255  P   P
+PG29   3944.318491  26218.831315  -1811.913640    196.773255 13  9 12 227  P   P
+PG30  25921.767060   3318.302853   4422.901757    333.783793  6 12 13 319  P   P
+PG31  19686.105974  -2177.929935 -17594.513509     60.977630 11 15 14 229  P   P
+PG32  11340.534378 -11346.001851 -20813.664701   -226.923619 12 11 10 220  P   P
+*  2011  4  2  3 15  0.00000000
+PG02 -21002.347231   9526.581212 -12702.434150    328.398936  9 12 12 229  P   P
+PG03  15140.379311  -4568.513528  20944.045524    696.419435 11 13 10 300  P   P
+PG04 -17765.661413  -2295.898305 -19917.023214     76.936459 13 13 11 288  P   P
+PG05 -23837.877661   2937.289481  11432.365007   -138.298864 11  9 13 191  P   P
+PG06  16582.963158    356.412920  20940.130262   -232.014015 11 11 10 263  P   P
+PG07  -1313.581521 -17912.520887  19499.258436      7.074549 13  8 12 214  P   P
+PG08 -10456.037215 -10005.193512  22300.610892      7.631563 12 11 10 319  P   P
+PG09 -14179.763495  21817.065403  -5841.598012     71.269764 10 12 13 274  P   P
+PG10 -25129.502645  -8688.385290  -3253.040713    -70.470512 10 10 15 335  P   P
+PG11  11259.711824 -23801.774839  -1766.202571   -139.302870 10  9 12 219  P   P
+PG12  -9062.140964  12756.524319 -21406.911005    -14.831558 14 12 10 206  P   P
+PG13  -4875.135535 -26048.584353  -1420.179594    276.752434  9  8 13 250  P   P
+PG14  14120.443114  17341.180073 -14278.508169    141.344097 10 11 14 261  P   P
+PG15  -6618.301350  19097.475251  17152.934168   -138.507611  7  8  8 227  P   P
+PG16  24798.321760   -459.463520   9942.461050   -162.094247 10 13 14 249  P   P
+PG17 -14637.732779 -17693.703647 -13405.455887    184.225215  8 12 11 206  P   P
+PG18  14731.390518  15804.608482  15994.225520    129.673737 11 12  9 214  P   P
+PG19  10288.001303 -15298.487293  18992.495048   -126.213940 12  9  8 194  P   P
+PG20   4381.827380 -15299.264833 -21410.982631     48.830363 12 10  7 229  P   P
+PG21   3779.119570  17468.018016  19865.101116   -134.566965 13  7 11 235  P   P
+PG22  22962.532137  11373.394760   7354.440828    150.812366 13 14 12 230  P   P
+PG23   2511.451459 -22915.769266 -12882.842527    316.135429 10 12 14 219  P   P
+PG24  13442.960481 -21202.135712  -8176.523238    378.222705 15 10 17 268  P   P
+PG25   6500.795738  15837.852686 -20325.035741     -0.999453 14  9 10 238  P   P
+PG26 -13170.586756   6253.797079  21578.754640   -161.196051  7 14  9 280  P   P
+PG27 -17841.604572  19414.987111   1678.883329    251.561954  9 12 14 333  P   P
+PG28 -20526.480414 -13367.850671  11102.968243     28.830593 10  8  6 257  P   P
+PG29   3615.960693  25907.795656  -4635.024919    196.775764 13 10 12 226  P   P
+PG30  26247.617101   3652.359574   1598.636125    333.786745  4 12 13 318  P   P
+PG31  18247.986435   -603.195242 -19161.667635     60.982136 11 15 13 230  P   P
+PG32  13564.410949 -10438.772002 -19915.134814   -226.930279 12 11 10 219  P   P
+*  2011  4  2  3 30  0.00000000
+PG02 -20179.193067   8122.191417 -14869.249501    328.400938 10 13 12 229  P   P
+PG03  16198.421794  -2337.417344  20553.252106    696.423914 10 13 10 302  P   P
+PG04 -16328.332168  -4079.507577 -20819.019643     76.945780 13 13 11 289  P   P
+PG05 -24938.923557   2488.863166   8928.544507   -138.304065 10  9 14 200  P   P
+PG06  17380.350120   2538.925399  20139.987695   -232.119200 10 11 10 264  P   P
+PG07    198.105534 -19443.780261  18000.694994      7.075426 13  7 13 218  P   P
+PG08  -8626.149042 -11757.549909  22180.510444      7.631576 12 11 10 320  P   P
+PG09 -14602.999820  22041.064714  -2998.677548     71.271863 10 12 13 274  P   P
+PG10 -24587.156971  -8827.526400  -5999.833614    -70.471458 11 10 14 335  P   P
+PG11  11699.953862 -23598.524809    956.900929   -139.305656 10 11 12 219  P   P
+PG12 -11405.371899  12196.266455 -20583.651812    -14.828972 14 12 11 208  P   P
+PG13  -4629.893366 -25790.303195  -4311.884277    276.751135  9  8 13 250  P   P
+PG14  14391.126361  18840.247209 -11956.414537    141.346240 10 10 14 261  P   P
+PG15  -7482.613409  17219.846881  18728.812467   -138.504860  8  9  7 228  P   P
+PG16  25708.807420    -72.775106   7305.290942   -162.096728  9 13 14 248  P   P
+PG17 -14869.585989 -19099.926780 -11056.632327    184.225393  9 12 11 207  P   P
+PG18  12863.174378  15593.190013  17718.487562    129.675595 11 12  9 215  P   P
+PG19  10967.968583 -13146.266831  20215.816673   -126.217401 12 10  8 196  P   P
+PG20   6756.860904 -14889.166072 -21071.606662     48.830480 12 10  8 229  P   P
+PG21   2225.567080  18968.607225  18605.276787   -134.569314 14  6 12 236  P   P
+PG22  21952.338127  11462.491073   9905.453648    150.811645 13 14 12 229  P   P
+PG23   3217.794802 -21452.008409 -15090.157338    316.133176 11 12 13 220  P   P
+PG24  14208.024225 -21568.907214  -5476.045545    378.225777 15 11 17 265  P   P
+PG25   4153.469041  15493.760942 -21186.066714     -0.999748 14 10  9 239  P   P
+PG26 -13861.044710   3742.508182  21759.525644   -161.205298  8 14  6 279  P   P
+PG27 -17833.134639  19057.092836   4564.317983    251.564797  9 13 14 331  P   P
+PG28 -19203.238589 -13213.585283  13487.045513     28.832759 11  8  5 258  P   P
+PG29   3181.306770  25312.219498  -7378.406452    196.778269 14 10 12 225  P   P
+PG30  26272.760642   3916.063824  -1253.221519    333.789695  4 11 13 317  P   P
+PG31  16790.700265   1169.716751 -20395.610682     60.986641 11 15 12 231  P   P
+PG32  15714.478180  -9677.862133 -18662.063166   -226.936952 12 12 11 219  P   P
+*  2011  4  2  3 45  0.00000000
+PG02 -19285.883674   6496.579086 -16774.001224    328.402944 10 13 12 229  P   P
+PG03  17323.793059   -218.245990  19797.115552    696.428383 10 13 10 304  P   P
+PG04 -14929.872447  -5998.389402 -21371.151714     76.955110 14 13 10 290  P   P
+PG05 -25772.397939   2135.618686   6271.835826   -138.309267  9  8 14 207  P   P
+PG06  18236.155735   4580.767671  18999.580337   -232.224394 10 11 11 264  P   P
+PG07   1510.396462 -20906.912081  16190.185454      7.076300 13  7 13 221  P   P
+PG08  -6920.141185 -13589.945194  21678.104496      7.631614 13 10 11 320  P   P
+PG09 -14825.120992  22024.579749   -104.482031     71.273966 10 13 13 275  P   P
+PG10 -23755.307149  -8946.951365  -8646.157192    -70.472397 12 10 14 335  P   P
+PG11  12028.273429 -23131.199172   3663.122727   -139.308454  9 11 12 225  P   P
+PG12 -13664.153272  11779.515485 -19404.002176    -14.826386 14 13 12 210  P   P
+PG13  -4271.446986 -25237.956036  -7129.346448    276.749834 10  9 13 251  P   P
+PG14  14654.224358  20060.362200  -9428.344971    141.348380  9  9 15 260  P   P
+PG15  -8503.001674  15242.117588  19980.928691   -138.502110  9  9  6 229  P   P
+PG16  26339.315894    213.551366   4544.712324   -162.099206  8 12 14 248  P   P
+PG17 -15077.483036 -20232.200864  -8518.593629    184.225570  9 11 12 208  P   P
+PG18  10812.991430  15447.189875  19148.577825    129.677451 11 12  9 216  P   P
+PG19  11792.395482 -10921.206990  21088.582087   -126.220861 11 11  8 196  P   P
+PG20   9091.994621 -14599.369467 -20374.152681     48.830597 12 10  8 229  P   P
+PG21    837.817135  20421.031720  17028.998737   -134.571663 14  5 13 236  P   P
+PG22  20675.052726  11556.201383  12288.130495    150.810922 13 14 12 228  P   P
+PG23   4085.905229 -19808.673136 -17033.784884    316.130922 11 12 13 222  P   P
+PG24  14749.874337 -21735.980193  -2679.618465    378.228864 14 11 17 266  P   P
+PG25   1714.870855  15264.352873 -21683.102696     -1.000042 14 10  8 241  P   P
+PG26 -14685.628576   1278.683878  21544.412758   -161.214539  9 14  5 278  P   P
+PG27 -17656.057495  18438.148579   7370.690146    251.567619  9 14 14 330  P   P
+PG28 -17626.767262 -13088.323902  15648.459084     28.834928 11  8  4 260  P   P
+PG29   2610.038253  24455.307502  -9994.740746    196.780777 14 11 11 223  P   P
+PG30  25992.271037   4146.182853  -4083.627419    333.792642  5 11 13 317  P   P
+PG31  15357.079125   3117.218530 -21273.955594     60.991144 11 15 12 232  P   P
+PG32  17742.189192  -9060.400018 -17076.244789   -226.943639 11 12 11 220  P   P
+*  2011  4  2  4  0  0.00000000
+PG02 -18363.331852   4665.214263 -18383.925628    328.404952 10 13 12 230  P   P
+PG03  18485.457796   1753.581171  18690.430096    696.432841 10 13 11 306  P   P
+PG04 -13602.942968  -8021.028330 -21563.336712     76.964451 14 13 10 291  P   P
+PG05 -26317.409238   1845.566500   3507.784375   -138.314471  8  8 14 212  P   P
+PG06  19119.273078   6450.608249  17538.423715   -232.329604 10 11 12 265  P   P
+PG07   2618.119838 -22255.778864  14098.722481      7.077173 13  7 14 225  P   P
+PG08  -5367.270558 -15459.376934  20800.372499      7.631677 13 10 12 321  P   P
+PG09 -14874.941171  21740.738665   2791.458336     71.276076 10 14 13 276  P   P
+PG10 -22644.665148  -9082.731967 -11147.892915    -70.473328 13 10 14 334  P   P
+PG11  12274.818964 -22391.941446   6304.590482   -139.311253  8 11 12 230  P   P
+PG12 -15790.499899  11497.208449 -17887.992949    -14.823803 13 13 13 212  P   P
+PG13  -3767.555970 -24416.490429  -9824.269988    276.748527 10 10 13 251  P   P
+PG14  14869.463529  20990.125988  -6738.199645    141.350519  9  8 15 259  P   P
+PG15  -9676.490760  13210.662770  20888.072655   -138.499365  9 10  5 231  P   P
+PG16  26671.090162    433.939356   1707.382334   -162.101682  6 12 14 247  P   P
+PG17 -15222.795346 -21082.461080  -5835.096758    184.225745 10 11 12 209  P   P
+PG18   8616.106988  15389.830390  20260.532165    129.679302 12 12  8 218  P   P
+PG19  12757.468470  -8671.617381  21596.643635   -126.224320 11 11  9 197  P   P
+PG20  11341.895578 -14425.099294 -19330.144990     48.830710 12 10  9 229  P   P
+PG21   -375.733975  21782.084038  15161.108687   -134.574014 14  5 13 236  P   P
+PG22  19150.131487  11687.413873  14462.240932    150.810201 14 14 11 227  P   P
+PG23   5125.174966 -18030.060180 -18680.391146    316.128668 11 13 13 222  P   P
+PG24  15089.625962 -21673.280363    163.751371    378.231969 13 11 17 268  P   P
+PG25   -767.692815  15161.447252 -21807.562763     -1.000335 15 11  8 243  P   P
+PG26 -15624.381520  -1086.989873  20938.913175   -161.223774  9 14  7 277  P   P
+PG27 -17350.172908  17549.401481  10050.426563    251.570427 10 14 14 328  P   P
+PG28 -15823.364425 -13025.882949  17552.384941     28.837096 11  9  4 261  P   P
+PG29   1877.135948  23367.312221 -12438.803449    196.783281 15 12 11 222  P   P
+PG30  25409.959843   4380.024591  -6844.380304    333.795584  6 10 13 316  P   P
+PG31  13986.216039   5207.883290 -21780.496093     60.995647 12 15 11 234  P   P
+PG32  19601.641586  -8575.500734 -15185.674095   -226.950339 11 12 12 224  P   P
+*  2011  4  2  4 15  0.00000000
+PG02 -17450.318195   2651.403188 -19671.724567    328.406964 10 13 11 230  P   P
+PG03  19647.984147   3549.286184  17254.223499    696.437291 10 13 11 308  P   P
+PG04 -12374.821070 -10110.466315 -21391.388764     76.973802 14 13 10 292  P   P
+PG05 -26561.143576   1583.682392    683.720875   -138.319677  7  7 14 217  P   P
+PG06  19994.478896   8123.657689  15781.317169   -232.434824 10 11 12 264  P   P
+PG07   3524.702300 -23445.610297  11762.301074      7.078048 14  7 14 228  P   P
+PG08  -3989.135539 -17318.747548  19560.922313      7.631767 13 10 12 322  P   P
+PG09 -14786.495691  21170.281188   5638.914755     71.278194 11 14 13 276  P   P
+PG10 -21273.781437  -9268.746264 -13463.372543    -70.474247 13 10 13 334  P   P
+PG11  12471.407632 -21380.857931   8834.313934   -139.314054  7 12 11 234  P   P
+PG12 -17739.803788  11332.480358 -16061.578109    -14.821223 13 13 13 214  P   P
+PG13  -3091.587471 -23358.145532 -12350.636198    276.747215 11 10 12 252  P   P
+PG14  14996.301489  21627.270198  -3932.466950    141.352655 10  7 15 258  P   P
+PG15 -10992.096765  11171.561315  21435.054331   -138.496621 10 10  4 232  P   P
+PG16  26693.709244    625.561491  -1158.781107   -162.104156  3 12 14 246  P   P
+PG17 -15267.184169 -21651.335325  -3052.168948    184.225921 11 10 12 210  P   P
+PG18   6312.206838  15438.165709  21035.444847    129.681151 12 12  8 221  P   P
+PG19  13851.351855  -6444.898525  21732.250155   -126.227777 11 12  9 196  P   P
+PG20  13463.312112 -14354.244450 -17956.963825     48.830824 12 10  9 229  P   P
+PG21  -1414.292268  23008.740290  13031.800275   -134.576367 14  4 14 236  P   P
+PG22  17404.126848  11885.475328  16391.135779    150.809476 14 14 11 226  P   P
+PG23   6336.852574 -16162.887435 -20002.024937    316.126415 11 13 12 223  P   P
+PG24  15254.692659 -21357.085293   3004.259657    378.235085 12 12 17 271  P   P
+PG25  -3245.308712  15188.899010 -21557.254574     -1.000630 15 11  8 244  P   P
+PG26 -16649.803181  -3308.677160  19955.870935   -161.233001 10 14  9 276  P   P
+PG27 -16957.418647  16390.692211  12558.913320    251.573231 10 15 13 326  P   P
+PG28 -13825.834334 -13055.256861  19168.244064     28.839267 11  9  4 262  P   P
+PG29    964.063064  22084.387531 -14668.255269    196.785785 15 12 11 220  P   P
+PG30  24538.182466   4653.812298  -9488.911696    333.798520  8 10 13 316  P   P
+PG31  12711.975850   7403.453451 -21905.561497     61.000149 11 14 10 236  P   P
+PG32  21251.296050  -8204.850549 -13024.014358   -226.957052 11 12 12 228  P   P
+*  2011  4  2  4 30  0.00000000
+PG02 -16581.958952    485.529409 -20616.003095    328.408978 10 13 11 231  P   P
+PG03  20772.951955   5147.609213  15515.254151    696.441733  9 13 12 310  P   P
+PG04 -11266.442707 -12225.495126 -20857.147728     76.983160 14 13 10 293  P   P
+PG05 -26499.315109   1313.450431  -2152.037677   -138.324887  6  7 14 220  P   P
+PG06  20823.769062   9582.398188  13757.941126   -232.540057 10 11 12 264  P   P
+PG07   4241.853312 -24434.726795   9221.299867      7.078922 14  8 15 231  P   P
+PG08  -2798.929734 -19118.562879  17979.862801      7.631882 14  9 13 322  P   P
+PG09 -14597.617184  20302.542075   8387.841507     71.280316 11 15 13 277  P   P
+PG10 -19668.441701  -9535.262331 -15554.003830    -70.475156 14 10 13 334  P   P
+PG11  12650.069487 -20106.184869  11207.101292   -139.316860  6 12 11 238  P   P
+PG12 -19472.420375  11261.427985 -13956.198376    -14.818645 13 13 14 216  P   P
+PG13  -2223.718621 -22101.184401 -14665.470977    276.745898 12 10 12 252  P   P
+PG14  14995.626728  21978.563355  -1059.410916    141.354790 11  6 15 257  P   P
+PG15 -12431.125079   9168.953016  21612.935422   -138.493879 10 10  5 233  P   P
+PG16  26405.471934    826.746352  -4005.364121   -162.106626  3 12 14 246  P   P
+PG17 -15174.201401 -21947.944215   -217.326445    184.226097 12  9 12 211  P   P
+PG18   3944.124176  15602.373456  21459.777022    129.682997 12 11  8 223  P   P
+PG19  15054.580892  -4285.884226  21494.111092   -126.231231 11 13 10 196  P   P
+PG20  15416.542029 -14367.883006 -16277.586195     48.830935 12 10 10 229  P   P
+PG21  -2284.600466  24059.786426  10676.240221   -134.578720 14  4 14 237  P   P
+PG22  15469.804110  12174.941591  18042.326209    150.808754 14 14 10 226  P   P
+PG23   7713.850825 -14254.550692 -20976.569802    316.124161 11 13 12 224  P   P
+PG24  15277.517515 -20771.070621   5792.223762    378.238209 12 13 17 276  P   P
+PG25  -5669.140039  15342.448706 -20936.415467     -1.000922 15 11  9 246  P   P
+PG26 -17728.011665  -5347.013243  18615.073449   -161.242222 10 14 10 276  P   P
+PG27 -16520.115840  14970.472150  14855.146786    251.576039 11 15 13 324  P   P
+PG28 -11672.412422 -13199.485687  20470.088330     28.841436 12  9  5 263  P   P
+PG29   -140.300487  20647.222157 -16644.389458    196.788287 15 13 10 220  P   P
+PG30  23397.337936   5001.129693 -11973.019559    333.801446  9  9 13 316  P   P
+PG31  11561.716832   9660.136148 -21646.250259     61.004652 12 14  9 237  P   P
+PG32  22655.526007  -7923.613163 -10629.938283   -226.963778 10 12 12 234  P   P
+*  2011  4  2  4 45  0.00000000
+PG02 -15788.351539  -1795.979873 -21201.580594    328.410995 10 13 11 231  P   P
+PG03  21820.474522   6535.365549  13505.407681    696.446169  9 13 12 312  P   P
+PG04 -10291.682631 -14322.024429 -19968.521260     76.992526 15 13 11 294  P   P
+PG05 -26136.303572    998.462675  -4951.001040   -138.330102  5  7 14 224  P   P
+PG06  21567.808471  10817.044981  11502.384282   -232.645302 10 10 12 263  P   P
+PG07   4788.919077 -25186.160924   6519.774930      7.079796 14  9 15 234  P   P
+PG08  -1801.027119 -20808.763060  16083.546994      7.632023 14  9 13 323  P   P
+PG09 -14348.336142  19136.125714  10989.300680     71.282449 11 15 12 279  P   P
+PG10 -17860.814016  -9907.662561 -17384.851689    -70.476054 14 10 12 334  P   P
+PG11  12841.578239 -18584.131762  13380.454547   -139.319666  6 13 11 241  P   P
+PG12 -20955.072706  11254.164494 -11608.240205    -14.816072 12 13 14 217  P   P
+PG13  -1151.870185 -20688.416314 -16729.549642    276.744574 12 10 12 252  P   P
+PG14  14831.400155  22059.381819   1831.757600    141.356922 12  3 15 256  P   P
+PG15 -13967.774978   7243.487897  21419.149998   -138.491140 10 10  6 233  P   P
+PG16  25813.469927   1075.341166  -6784.230225   -162.109096  6 12 14 245  P   P
+PG17 -14910.816818 -21989.392125   2621.217788    184.226271 12  9 12 212  P   P
+PG18   1556.451112  15885.301136  21525.600797    129.684841 12 11  9 225  P   P
+PG19  16340.757686  -2235.305310  20887.346949   -126.234682 10 13 11 195  P   P
+PG20  17166.778445 -14441.078594 -14320.235176     48.831044 11 11 10 229  P   P
+PG21  -3000.570861  24897.425971   8134.074188   -134.581075 14  5 14 237  P   P
+PG22  13385.037494  12574.520039  19387.995192    150.808031 14 14 10 225  P   P
+PG23   9240.891879 -12351.379819 -21588.078864    316.121905 11 13 12 225  P   P
+PG24  15194.113160 -19907.067769   8478.994719    378.241343 11 14 16 281  P   P
+PG25  -7992.108601  15609.897770 -19955.644538     -1.001217 15 11 10 248  P   P
+PG26 -18820.169537  -7170.418913  16942.699382   -161.251438 11 14 12 275  P   P
+PG27 -16079.260614  13305.505579  16902.281540    251.578857 11 16 12 323  P   P
+PG28  -9405.516726 -13474.746699  21436.928187     28.843607 12  9  6 264  P   P
+PG29  -1439.011334  19099.505400 -18332.820770    196.790789 15 13  9 219  P   P
+PG30  22015.088993   5451.492716 -14255.537795    333.804363  9  8 12 316  P   P
+PG31  10555.278358  11930.136571 -21006.533344     61.009155 12 14 10 239  P   P
+PG32  23785.930143  -7701.618144  -8046.356876   -226.970515 10 12 12 239  P   P
+*  2011  4  2  5  0  0.00000000
+PG02 -15093.449474  -4151.915861 -21419.674598    328.413015 10 13 11 232  P   P
+PG03  22750.768158   7707.669229  11261.013661    696.450597 10 13 12 314  P   P
+PG04  -9456.902613 -16354.579377 -18739.434765     77.001899 15 12 11 296  P   P
+PG05 -25484.974423    604.014271  -7665.319855   -138.335319  6  7 14 226  P   P
+PG06  22187.443291  11825.723825   9052.606266   -232.750559 10 10 13 261  P   P
+PG07   5191.930475 -25669.110798   3704.678879      7.080672 14 10 15 237  P   P
+PG08   -990.922739 -22340.614244  13904.183300      7.632189 14  8 14 324  P   P
+PG09 -14079.166241  17679.231573  13396.411057     71.284590 11 16 12 280  P   P
+PG10 -15888.376150 -10405.352605 -18925.169989    -70.476938 15 10 11 333  P   P
+PG11  13074.033143 -16838.402900  15315.419505   -139.322475  5 13 10 245  P   P
+PG12 -22162.017024  11276.123657  -9058.399286    -14.813499 12 14 15 218  P   P
+PG13    127.662030 -19165.567340 -18508.029753    276.743246 12 11 11 253  P   P
+PG14  14472.176366  21892.966095   4691.711899    141.359052 13    14 254  P   P
+PG15 -15570.025955   5430.925948  20857.514527   -138.488403 10 11  8 234  P   P
+PG16  24933.347125   1407.090166  -9448.292697   -162.111562  8 12 14 244  P   P
+PG17 -14448.815441 -21799.971876   5415.345526    184.226445 12  8 12 212  P   P
+PG18   -805.919584  16282.285679  21230.774348    129.686678 12 11  9 227  P   P
+PG19  17677.518860   -328.431066  19923.331848   -126.238132 10 13 12 194  P   P
+PG20  18685.282755 -14543.920590 -12117.940671     48.831153 11 11 10 229  P   P
+PG21  -3582.620611  25488.803531   5448.816712   -134.583434 14  5 15 238  P   P
+PG22  11191.526947  13096.242191  20405.435638    150.807307 14 14 10 224  P   P
+PG23  10894.979950 -10496.963210 -21826.990462    316.119648 11 12 12 225  P   P
+PG24  15042.472427 -18765.503004  11017.841889    378.244471 10 14 16 286  P   P
+PG25 -10170.511657  15971.603060 -18631.726485     -1.001511 15 11 11 249  P   P
+PG26 -19884.102176  -8756.060205  14970.644232   -161.260646 11 14 13 275  P   P
+PG27 -15672.922239  11420.281136  18668.077980    251.581694 11 16 12 322  P   P
+PG28  -7070.366847 -13889.696839  22053.003385     28.845777 12  9  7 265  P   P
+PG29  -2926.731135  17486.284261 -19704.102456    196.793290 15 13  8 219  P   P
+PG30  20425.337362   6029.097168 -16298.936528    333.807268 10  7 12 316  P   P
+PG31   9704.278948  14163.368848 -19997.221679     61.013661 11 14 10 240  P   P
+PG32  24622.350866  -7504.777845  -5319.557872   -226.977263 10 13 12 245  P   P
+*  2011  4  2  5 15  0.00000000
+PG02 -14514.207138  -6537.724381 -21267.960161    328.415038 10 13 11 234  P   P
+PG03  23525.704456   8667.824523   8822.103347    696.455020 10 13 13 316  P   P
+PG04  -8760.788803 -18277.875577 -17189.684512     77.011278 15 12 12 297  P   P
+PG05 -24566.188814     98.632872 -10248.588136   -138.340541  6  7 13 228  P   P
+PG06  22645.221220  12614.358562   6449.841793   -232.855828 11 10 13 258  P   P
+PG07   5482.382781 -25860.165761    825.020337      7.081551 14 11 15 240  P   P
+PG08   -355.538679 -23668.584252  11479.316037      7.632376 15  9 14 325  P   P
+PG09 -13829.343470  15949.603322  15565.298390     71.286738 12 16 11 281  P   P
+PG10 -13792.659501 -11040.893132 -20148.879324    -70.477807 15 10 10 333  P   P
+PG11  13371.555254 -14899.414141  16977.367034   -139.325285  4 13 10 248  P   P
+PG12 -23075.922493  11289.561713  -6350.960126    -14.810932 11 14 15 218  P   P
+PG13   1609.899714 -17579.561954 -19971.003948    276.741912 13 11 11 253  P   P
+PG14  13892.448133  21509.394450   7471.829377    141.361182 13    14 253  P   P
+PG15 -17200.770164   3760.939235  19938.129482   -138.485669 10 10  9 234  P   P
+PG16  23788.752662   1854.088157 -11952.276225   -162.114028 10 12 14 243  P   P
+PG17 -13766.014312 -21410.115522   8117.812780    184.226620 13  8 12 213  P   P
+PG18  -3099.273860  16781.256329  20579.043036    129.688510 12 10 10 229  P   P
+PG19  19027.734334   1406.063636  18619.435539   -126.241580 10 14 12 191  P   P
+PG20  19950.339886 -14642.770621  -9708.015979     48.831259 11 11 10 229  P   P
+PG21  -4056.726604  25807.377508   2667.128954   -134.585796 14  6 15 238  P   P
+PG22   8933.382221  13744.896348  21077.410442    150.806583 14 13 10 224  P   P
+PG23  12646.178765  -8730.604869 -21690.225208    316.117392 11 12 11 225  P   P
+PG24  14860.916202 -17355.501418  13364.791680    378.247593 10 15 15 291  P   P
+PG25 -12165.512131  16401.271987 -16987.349778     -1.001803 15 12 11 251  P   P
+PG26 -20876.031323 -10090.425243  12735.752213   -161.269847 12 14 13 275  P   P
+PG27 -15334.799633   9346.164993  20125.255037    251.584555 11 16 10 322  P   P
+PG28  -4713.514504 -14445.085554  22307.997388     28.847946 12  9  8 265  P   P
+PG29  -4589.725729  15852.275803 -20734.259088    196.795790 16 14  6 218  P   P
+PG30  18666.996019   6751.783346 -18069.850209    333.810161 11  7 12 316  P   P
+PG31   9011.756122  16309.275423 -18635.795471     61.018169 12 13 11 241  P   P
+PG32  25153.556071  -7296.668568  -2498.277895   -226.984019  9 13 12 251  P   P
+*  2011  4  2  5 30  0.00000000
+PG02 -14060.022288  -8907.056715 -20750.510449    328.417063 10 13 11 235  P   P
+PG03  24110.283891   9426.900345   6231.628865    696.459438 11 13 13 318  P   P
+PG04  -8194.489493 -20048.414754 -15344.690267     77.020661 15 12 13 299  P   P
+PG05 -23408.022105   -544.516143 -12656.621652   -138.345766  7  7 13 230  P   P
+PG06  22906.864870  13196.272575   3737.952778   -232.961107 11 10 13 255  P   P
+PG07   5695.796514 -25744.253854  -2069.019503      7.082415 14 12 15 240  P   P
+PG08    126.110792 -24752.122951   8851.180918      7.632584 15 10 15 325  P   P
+PG09 -13635.094125  13974.090090  17456.021206     71.288897 12 17 11 282  P   P
+PG10 -11617.852012 -11819.385587 -21034.985888    -70.478666 15 11  8 333  P   P
+PG11  13753.156686 -12803.236729  18336.683732   -139.328096  5 14  9 251  P   P
+PG12 -23688.429233  11255.196406  -3533.005461    -14.808367 10 14 15 218  P   P
+PG13   3281.207898 -15976.780729 -21093.966588    276.740575 13 11 11 253  P   P
+PG14  13073.765094  20944.315572  10124.988298    141.363310 14  2 14 252  P   P
+PG15 -18819.146416   2256.159903  18677.176387   -138.482940 10 11 10 235  P   P
+PG16  22410.505894   2443.366630 -14253.457886   -162.116491 11 12 13 242  P   P
+PG17 -12847.255122 -20855.132110  10683.007117    184.226794 13  8 12 213  P   P
+PG18  -5282.526251  17363.122151  19580.061091    129.690339 13 10 10 230  P   P
+PG19  20350.888931   2946.967144  16998.673299   -126.245023  9 14 13 188  P   P
+PG20  20947.958340 -14701.669666  -7131.456046     48.831365 10 11 10 230  P   P
+PG21  -4453.230661  25834.077895   -162.006909   -134.588159 14  7 15 238  P   P
+PG22   6655.625147  14517.740901  21392.430327    150.805858 15 13 10 223  P   P
+PG23  14458.659572  -7085.971510 -21181.167670    316.115134 11 12 11 224  P   P
+PG24  14686.446868 -15694.653754  15479.403466    378.250703  9 15 15 295  P   P
+PG25 -13944.445521  16867.027818 -15050.723382     -1.002099 14 12 12 253  P   P
+PG26 -21752.345695 -11169.509502  10278.983379   -161.279043 12 14 14 276  P   P
+PG27 -15092.979014   7120.334350  21251.755227    251.587449 11 16  9 321  P   P
+PG28  -2381.331806 -15133.650205  22197.195212     28.850115 12  9  8 265  P   P
+PG29  -6406.197312  14240.200821 -21405.224309    196.798288 16 14  4 218  P   P
+PG30  16782.605354   7630.249967 -19539.532179    333.813038 11  7 11 316  P   P
+PG31   8472.164863  18318.680207 -16946.096954     61.022679 11 13 12 242  P   P
+PG32  25377.557947  -7040.204648    367.265779   -226.990783  9 13 12 256  P   P
+*  2011  4  2  5 45  0.00000000
+PG02 -13732.491321 -11213.373073 -19877.626618    328.419090 11 12 11 237  P   P
+PG03  24473.975335  10003.014709   3534.662833    696.463853 11 13 13 319  P   P
+PG04  -7742.053689 -21626.041583 -13235.145253     77.030049 15 12 14 300  P   P
+PG05 -22044.720418  -1346.402483 -14848.200065   -138.350995  8  7 13 231  P   P
+PG06  22942.644556  13591.517776    962.735592   -233.066398 12 10 13 251  P   P
+PG07   5870.118020 -25315.271648  -4926.995014      7.083282 14 13 15 242  P   P
+PG08    481.917394 -25557.269736   6065.945780      7.632809 15 11 15 326  P   P
+PG09 -13528.009232  11787.826107  19033.444121     71.291062 12 17  9 283  P   P
+PG10  -9409.307251 -12738.135253 -21567.936366    -70.479509 15 11  7 332  P   P
+PG11  14231.833719 -10590.312989  19369.353013   -139.330904  5 14  9 254  P   P
+PG12 -24000.361905  11133.916732   -653.571132    -14.805804 10 14 16 218  P   P
+PG13   5119.651159 -14401.358987 -21858.189440    276.739235 13 10 11 254  P   P
+PG14  12005.586688  20237.489985  12606.330273    141.365437 15  4 14 251  P   P
+PG15 -20382.023962    931.507812  17096.615722   -138.480211 10 11 11 235  P   P
+PG16  20835.501798   3195.665726 -16312.377211   -162.118954 11 12 13 241  P   P
+PG17 -11685.137572 -20173.780170  13067.673318    184.226970 13  8 11 213  P   P
+PG18  -7318.589097  18002.436042  18249.328339    129.692162 13 10 10 230  P   P
+PG19  21604.592867   4281.108011  15089.272904   -126.248465  9 14 14 184  P   P
+PG20  21672.286393 -14683.853151  -4432.264948     48.831470 10 12 10 230  P   P
+PG21  -4805.439239  25558.191031  -2988.202335   -134.590526 13  8 15 238  P   P
+PG22   4402.663765  15404.509173  21344.946017    150.805134 15 13 11 223  P   P
+PG23  16291.975786  -5589.978205 -20309.537930    316.112876 11 12 11 224  P   P
+PG24  14553.174482 -13808.458110  17325.468093    378.253801  8 15 14 299  P   P
+PG25 -15481.893671  17332.704263 -12855.098069     -1.002393 14 12 12 254  P   P
+PG26 -22471.333638 -11998.618953   7644.543743   -161.288233 13 14 14 276  P   P
+PG27 -14968.926221   4784.534098  22030.930118    251.590381 11 17  8 321  P   P
+PG28   -118.504657 -15940.298616  21721.583294     28.852283 12  8  9 266  P   P
+PG29  -8346.938697  12689.204408 -21705.174366    196.800787 16 14  6 218  P   P
+PG30  14816.843560   8667.540376 -20684.235518    333.815905 11  7 11 316  P   P
+PG31   8071.735743  20145.598502 -14957.892134     61.027192 11 12 12 243  P   P
+PG32  25301.559929  -6699.331018   3226.357425   -226.997553 10 13 12 261  P   P
+*  2011  4  2  6  0  0.00000000
+PG02 -13525.479476 -13411.536900 -18665.566687    328.421117 11 13 12 238  P   P
+PG03  24591.873992  10420.366394    777.595447    696.468267 12 13 13 321  P   P
+PG04  -7381.159329 -22975.401498 -10896.563223     77.039436 15 11 14 302  P   P
+PG05 -20515.434437  -2321.129024 -16785.761272   -138.356229  9  7 12 232  P   P
+PG06  22728.599637  13825.954399  -1828.808671   -233.171697 13 11 13 246  P   P
+PG07   6044.025452 -24576.370255  -7699.110080      7.084161 14 14 15 245  P   P
+PG08    745.378901 -26058.016121   3172.851425      7.633047 15 10 15 327  P   P
+PG09 -13533.601447   9433.053698  20268.029947     71.293236 12 17  8 284  P   P
+PG10  -7212.010287 -13786.606308 -21737.903445    -70.480342 15 11  7 332  P   P
+PG11  14813.924051  -8303.999602  20057.411410   -139.333713  6 14  8 257  P   P
+PG12 -24021.590295  10888.493742   2237.236516    -14.803245  9 15 16 218  P   P
+PG13   7095.665322 -12893.588861 -22251.003145    276.737888 13 11 11 254  P   P
+PG14  10685.839515  19431.196030  14873.978566    141.367562 15  6 13 249  P   P
+PG15 -21845.579228   -206.179393  15223.792318   -138.477486  9 11 11 235  P   P
+PG16  19105.394715   4124.439417 -18093.504886   -162.121419 12 12 13 240  P   P
+PG17 -10280.467707 -19406.727911  15231.598727    184.227145 13  8 11 213  P   P
+PG18  -9175.610919  18668.317405  16608.036627    129.693982 12  9 11 230  P   P
+PG19  22746.163732   5403.623637  12924.168276   -126.251905  9 14 14 180  P   P
+PG20  22125.726190 -14553.316358  -1656.721842     48.831573 10 12  9 231  P   P
+PG21  -5148.074034  24977.922972  -5760.646334   -134.592896 13  8 15 238  P   P
+PG22   2216.792941  16387.706536  20935.451872    150.804408 15 12 11 223  P   P
+PG23  18102.512790  -4261.950642 -19091.159964    316.110614 10 12 12 224  P   P
+PG24  14490.878622 -11729.461720  18871.617010    378.256878  7 16 13 302  P   P
+PG25 -16760.484419  17759.319442 -10438.199952     -1.002689 14 12 13 256  P   P
+PG26 -22994.809336 -12591.816470   4879.003496   -161.297417 13 14 15 277  P   P
+PG27 -14976.738115   2383.702007  22451.654406    251.593356 11 17  8 321  P   P
+PG28   2033.421029 -16842.575584  20887.888933     28.854450 12  8  9 266  P   P
+PG29 -10376.285732  11233.425834 -21628.750213    196.803284 15 15  8 218  P   P
+PG30  12814.983337   9858.814751 -21485.520727    333.818754 11  8 10 316  P   P
+PG31   7789.177868  21748.928111 -12706.310879     61.031707 12 12 12 244  P   P
+PG32  24941.540268  -6240.660526   6028.753533   -227.004328 10 14 12 266  P   P
+*  2011  4  2  6 15  0.00000000
+PG02 -13425.496047 -15459.340768 -17136.184165    328.423147 12 12 12 240  P   P
+PG03  24445.639397  10708.058707  -1992.656274    696.472679 13 13 13 322  P   P
+PG04  -7084.108224 -24067.240836  -8368.724839     77.048819 15 11 15 303  P   P
+PG05 -18862.777905  -3475.194044 -18436.037041   -138.361469  9  8 12 232  P   P
+PG06  22247.562171  13930.113833  -4589.232164   -233.277003 13 11 13 240  P   P
+PG07   6255.209789 -23539.885857 -10337.118705      7.085037 15 14 15 246  P   P
+PG08    954.054455 -26237.360883    223.271792      7.633304 16 10 16 327  P   P
+PG09 -13670.114573   6957.633263  21136.522641     71.295416 12 17  7 286  P   P
+PG10  -5069.053306 -14946.674232 -21540.996233    -70.481161 15 11  9 332  P   P
+PG11  15498.755902  -5989.002030  20389.269216   -139.336519  7 14  7 260  P   P
+PG12 -23770.542945  10485.222623   5089.142663    -14.800689  9 15 16 218  P   P
+PG13   9173.018689 -11488.482699 -22265.982383    276.736540 13 10 11 255  P   P
+PG14   9121.160234  18568.560200  16889.703356    141.369688 16  6 13 248  P   P
+PG15 -23166.905767  -1158.202493  13090.956017   -138.474764  9 11 12 235  P   P
+PG16  17265.106789   5235.133684 -19565.859451   -162.123880 12 12 12 239  P   P
+PG17  -8642.405518 -18594.957444  17138.250319    184.227321 13  8 11 213  P   P
+PG18 -10828.036451  19325.605833  14682.821253    129.695797 12  9 11 230  P   P
+PG19  23734.221162   6317.915336  10540.429540   -126.255344 10 15 15 174  P   P
+PG20  22318.738687 -14276.369498   1147.403649     48.831677 10 13  9 233  P   P
+PG21  -5515.639887  24100.606452  -8429.133872   -134.595269 12  8 15 237  P   P
+PG22    136.775401  17443.190299  20170.498764    150.803682 15 12 12 222  P   P
+PG23  19845.056070  -3113.090709 -17547.635006    316.108353 10 11 12 223  P   P
+PG24  14523.762101  -9496.139784  20091.832775    378.259935  8 16 12 304  P   P
+PG25 -17771.386506  18106.672186  -7841.585508     -1.002986 14 12 13 257  P   P
+PG26 -23289.573106 -12971.049838   2030.424961   -161.306597 14 14 15 277  P   P
+PG27 -15122.668796    -35.490977  22508.376236    251.596378 11 17  9 322  P   P
+PG28   4037.393165 -17811.402205  19708.555674     28.856616 12  8 10 266  P   P
+PG29 -12453.331836   9900.774385 -21177.163152    196.805780 15 15  9 219  P   P
+PG30  10821.347307  11191.412709 -21930.491168    333.821590 12  8 10 316  P   P
+PG31   7596.696402  23093.951069 -10231.178338     61.036225 12 11 13 244  P   P
+PG32  24321.496905  -5634.986788   8725.618269   -227.011104 10 14 11 270  P   P
+*  2011  4  2  6 30  0.00000000
+PG02 -13412.353677 -17318.909159 -15316.487764    328.425176 12 12 13 241  P   P
+PG03  24024.185012  10898.765612  -4729.414897    696.477091 13 13 13 323  P   P
+PG04  -6819.053162 -24879.494774  -5695.028443     77.058214 15 11 15 305  P   P
+PG05 -17131.264891  -4807.046729 -19770.619771   -138.366712 10  8 11 232  P   P
+PG06  21489.942899  13937.884976  -7271.416767   -233.382315 14 11 13 232  P   P
+PG07   6538.701482 -22226.917717 -12795.193575      7.085915 15 15 15 248  P   P
+PG08   1147.840997 -26088.008625  -2730.283620      7.633559 16 11 16 328  P   P
+PG09 -13947.645526   4413.301182  21622.495677     71.297604 12 17  9 287  P   P
+PG10  -3020.174594 -16193.171173 -20979.389675    -70.481967 15 11 11 331  P   P
+PG11  16278.602688  -3689.768171  20359.889437   -139.339321  7 14  7 262  P   P
+PG12 -23273.394240   9895.429152   7852.607007    -14.798137 10 15 16 217  P   P
+PG13  11310.026708 -10214.549424 -21903.033798    276.735190 13 10 12 256  P   P
+PG14   7326.816431  17691.873512  18619.526177    141.371812 16  7 12 247  P   P
+PG15 -24305.596878  -1933.743617  10734.706277   -138.472044  9 11 12 235  P   P
+PG16  15361.214519   6524.768275 -20703.561243   -162.126341 13 12 12 238  P   P
+PG17  -6788.306544 -17778.170955  18755.356039    184.227498 13  8 10 213  P   P
+PG18 -12257.445188  19936.208551  12505.413922    129.697605 12  9 11 229  P   P
+PG19  24530.236033   7035.295715   7978.639268   -126.258779 11 15 15 169  P   P
+PG20  22269.344320 -13823.121033   3931.673912     48.831781 10 13  8 234  P   P
+PG21  -5940.783319  22942.532725 -10945.109786   -134.597646 12  9 14 237  P   P
+PG22  -1803.445335  18541.012859  19062.614594    150.802956 15 12 13 222  P   P
+PG23  21474.417825  -2146.260235 -15705.928920    316.106090  9 11 12 222  P   P
+PG24  14669.443805  -7151.558115  20965.854483    378.262965  8 16 10 306  P   P
+PG25 -18514.480835  18334.998674  -5109.928841     -1.003283 14 13 14 258  P   P
+PG26 -23328.656972 -13165.009609   -852.482045   -161.315773 15 14 15 278  P   P
+PG27 -15404.938240  -2426.138678  22201.110390    251.599449 11 17 11 322  P   P
+PG28   5862.061886 -18812.068861  18201.650059     28.858779 12  7 10 266  P   P
+PG29 -14533.357847   8711.959752 -20358.181265    196.808276 15 15 11 219  P   P
+PG30   8877.813529  12645.201825 -22011.957155    333.824412 12  9  9 316  P   P
+PG31   7461.280560  24153.583824  -7576.253766     61.040746 12 10 13 244  P   P
+PG32  23472.392643  -4858.611043  11270.402921   -227.017880 11 14 11 274  P   P
+*  2011  4  2  6 45  0.00000000
+PG02 -13460.081176 -18957.929798 -13238.133509    328.427206 12 12 13 243  P   P
+PG03  23324.101071  11027.293635  -7386.974934    696.481505 14 13 13 325  P   P
+PG04  -6551.411822 -25398.115239  -2921.753347     77.067606 15 11 16 306  P   P
+PG05 -15365.684428  -6306.954228 -20766.451116   -138.371959 10  8 11 231  P   P
+PG06  20454.247367  13885.071606  -9829.358411   -233.487632 14 12 13 221  P   P
+PG07   6925.311162 -20666.571612 -15030.744804      7.086793 15 15 15 249  P   P
+PG08   1367.146035 -25612.678361  -5635.199364      7.633809 16 12 16 329  P   P
+PG09 -14367.624412   1853.751101  21716.744561     71.299797 12 18 11 288  P   P
+PG10  -1100.413733 -17494.709857 -20061.367018    -70.482764 15 11 12 331  P   P
+PG11  17138.942573  -1448.910093  19970.823929   -139.342120  8 14  7 264  P   P
+PG12 -22562.958795   9096.779448  10479.709387    -14.795586 11 15 16 215  P   P
+PG13  13460.975360  -9092.827443 -21168.386645    276.733837 13 10 12 257  P   P
+PG14   5326.309202  16840.955486  20034.256633    141.373937 16  7 10 245  P   P
+PG15 -25225.241887  -2549.307838   8195.370172   -138.469326  9 11 13 235  P   P
+PG16  13440.272197   7981.842032 -21486.312953   -162.128803 13 12 11 238  P   P
+PG17  -4743.262675 -16993.256437  20055.423611    184.227675 13  8 10 212  P   P
+PG18 -13453.131764  20460.595479  10112.195355    129.699412 12  9 11 228  P   P
+PG19  25099.978525   7574.344841   5282.224460   -126.262215 11 15 15 163  P   P
+PG20  22002.336366 -13168.829616   6647.829595     48.831884 10 13  8 235  P   P
+PG21  -6452.718091  21528.408018 -13262.696594   -134.600026 12  8 14 236  P   P
+PG22  -3575.852863  19646.499119  17630.131669    150.802229 15 11 13 222  P   P
+PG23  22947.061384  -1356.085821 -13597.883077    316.103826  9 11 12 220  P   P
+PG24  14938.227339  -4741.873847  21479.474365    378.265968  8 16  9 308  P   P
+PG25 -18998.201612  18406.624819  -2290.253300     -1.003581 13 13 14 259  P   P
+PG26 -23092.318226 -13207.771693  -3721.163925   -161.324946 15 14 16 280  P   P
+PG27 -15813.823427  -4742.590050  21535.379608    251.602575 11 17 12 321  P   P
+PG28   7482.799733 -19805.454479  16390.694484     28.860942 12  6 10 265  P   P
+PG29 -16569.421516   7679.815293 -19185.996391    196.810773 15 15 11 220  P   P
+PG30   7022.420203  14193.198957 -21728.529355    333.827220 12  9  9 316  P   P
+PG31   7346.206173  24909.325063  -4788.395372     61.045270 12  9 13 245  P   P
+PG32  22430.851202  -3894.431696  13619.652049   -227.024656 11 14 11 277  P   P
+*  2011  4  2  7  0  0.00000000
+PG02 -13538.051286 -20350.672711 -10936.860315    328.429234 13 12 13 245  P   P
+PG03  22349.802284  11129.094060  -9921.293792    696.485923 14 13 13 326  P   P
+PG04  -6245.412734 -25617.600174    -97.247176     77.077000 15 11 16 307  P   P
+PG05 -13609.473709  -7957.186937 -21406.224227   -138.377213 10  8 11 230  P   P
+PG06  19147.299136  13807.873881 -12218.947588   -233.592952 15 12 12 206  P   P
+PG07   7440.247660 -18894.900204 -17005.172683      7.087670 15 16 14 250  P   P
+PG08   1651.037566 -24824.007245  -8439.788380      7.634068 16 14 16 329  P   P
+PG09 -14922.680855   -667.375347  21417.507876     71.301991 12 18 12 289  P   P
+PG10    661.066720 -18814.761470 -18801.269616    -70.483551 14 10 13 330  P   P
+PG11  18059.008235    694.279841  19230.110212   -139.344915  8 14  9 265  P   P
+PG12 -21677.338875   8074.340293  12925.000366    -14.793039 11 16 15 214  P   P
+PG13  15577.701347  -8136.208407 -20074.487046    276.732484 13 10 12 258  P   P
+PG14   3150.672227  16051.625061  21109.955393    141.376060 16  7  9 244  P   P
+PG15 -25894.780573  -3027.886432   5516.323843   -138.466609  9 11 13 236  P   P
+PG16  11547.134509   9586.570284 -21899.796435   -162.131265 13 12 11 237  P   P
+PG17  -2539.357620 -16272.868541  21016.190298    184.227853 12  9 10 211  P   P
+PG18 -14412.399634  20859.387808   7543.648108    129.701214 11 10 11 226  P   P
+PG19  25414.813649   7960.001426   2496.753658   -126.265647 12 15 16 163  P   P
+PG20  21548.235646 -12295.069163   9248.644132     48.831988 10 14  7 237  P   P
+PG21  -7075.792815  19890.453650 -15339.673453   -134.602409 11  8 14 235  P   P
+PG22  -5159.245186  20721.520396  15896.921046    150.801503 15 10 14 222  P   P
+PG23  24222.664094   -729.376075 -11259.658530    316.101560  9 11 13 219  P   P
+PG24  15332.670521  -2314.733596  21624.724251    378.268939  9 16 10 309  P   P
+PG25 -19239.053713  18287.549765    568.879365     -1.003881 13 13 14 260  P   P
+PG26 -22568.755273 -13137.283435  -6527.976560   -161.334117 16 14 16 281  P   P
+PG27 -16332.025006  -6941.887674  20522.107765    251.605753 11 17 14 321  P   P
+PG28   8882.494886 -20749.436688  14304.420471     28.863102 12  6 11 265  P   P
+PG29 -18514.044366   6808.940795 -17680.973794    196.813268 15 15 12 221  P   P
+PG30   5288.115272  15802.443312 -21084.641715    333.830016 12  9  9 316  P   P
+PG31   7212.687962  25351.864061  -1916.671508     61.049796 12  8 13 245  P   P
+PG32  21237.663345  -2732.757343  15733.722855   -227.031430 11 14 10 280  P   P
+*  2011  4  2  7 15  0.00000000
+PG02 -13612.278567 -21478.764771  -8451.879519    328.431257 13 11 14 247  P   P
+PG03  21113.401483  11238.779138 -12290.635971    696.490344 15 14 13 326  P   P
+PG04  -5865.711047 -25541.196898   2728.948023     77.086390 15 12 16 308  P   P
+PG05 -11903.151239  -9732.516786 -21678.692408   -138.382469 11  9 10 229  P   P
+PG06  17584.157385  13741.351030 -14398.733458   -233.698273 15 12 12 181  P   P
+PG07   8101.968760 -16953.584131 -18684.540101      7.088547 15 16 13 251  P   P
+PG08   2035.453261 -23744.053594 -11094.303392      7.634327 16 14 16 330  P   P
+PG09 -15596.905242  -3098.496499  20730.507925     71.304190 11 18 13 290  P   P
+PG10   2241.947070 -20112.953120 -17219.349017    -70.484328 14 10 13 330  P   P
+PG11  19012.599294   2705.158119  18152.036778   -139.347703  8 14  9 267  P   P
+PG12 -20658.380362   6821.347923  15146.300263    -14.790493 12 16 15 213  P   P
+PG13  17611.271787  -7349.075740 -18639.797526    276.731129 12 11 13 258  P   P
+PG14    837.492562  15354.333812  21828.318131    141.378186 16  7  8 243  P   P
+PG15 -26289.665645  -3397.874764   2743.268023   -138.463894 10 11 13 236  P   P
+PG16   9723.341839  11311.450355 -21935.975963   -162.133726 14 12 10 237  P   P
+PG17   -214.662400 -15644.176236  21620.997580    184.228034 12  9 10 210  P   P
+PG18 -15140.549572  21094.979766   4843.712899    129.703012 11 10 11 224  P   P
+PG19  25452.798580   8222.423989   -330.791660   -126.269081 13 15 16 165  P   P
+PG20  20942.026123 -11190.658251  11688.770172     48.832092 10 14  7 238  P   P
+PG21  -7828.269726  18067.187813 -17138.374423   -134.604794 11  8 14 234  P   P
+PG22  -6539.867263  21725.919369  13892.035062    150.800777 15  9 14 222  P   P
+PG23  25265.562612   -245.831786  -8731.123254    316.099292  8 11 13 217  P   P
+PG24  15847.468521     82.368963  21399.952824    378.271878 10 16 11 310  P   P
+PG25 -19260.825235  17948.898335   3418.208141     -1.004183 12 14 14 260  P   P
+PG26 -21754.531324 -12993.753086  -9226.882121   -161.343287 16 14 16 282  P   P
+PG27 -16935.296068  -8985.112210  19177.466964    251.608991 11 17 14 321  P   P
+PG28  10052.084107 -21600.449594  11976.436889     28.865259 12  7 11 264  P   P
+PG29 -20320.929534   6095.678367 -15869.289175    196.815765 14 15 13 221  P   P
+PG30   3701.692240  17435.092655 -20090.503610    333.832798 12  9 10 317  P   P
+PG31   7021.610905  25481.327627    988.560483     61.054323 12  7 13 245  P   P
+PG32  19936.167614  -1371.817063  17577.408202   -227.038197 12 15  9 283  P   P
+*  2011  4  2  7 30  0.00000000
+PG02 -13646.837973 -22331.696566  -5825.228155    328.433288 13 11 14 248  P   P
+PG03  19634.319077  11388.693756 -14456.166888    696.494770 15 14 12 327  P   P
+PG04  -5379.006991 -25180.765722   5507.013130     77.095773 15 12 16 308  P   P
+PG05 -10282.869431 -11601.011502 -21578.878286   -138.387731 11  9 10 226  P   P
+PG06  15787.727324  13717.924196 -16330.658255   -233.803595 15 13 11 130  P   P
+PG07   8921.309996 -14888.407816 -20040.152648      7.089424 15 16 12 252  P   P
+PG08   2551.547948 -22403.422400 -13551.898672      7.634579 16 15 16 331  P   P
+PG09 -16366.493233  -5392.005026  19668.809446     71.306391 11 17 14 291  P   P
+PG10   3627.464045 -21346.541244 -15341.517240    -70.485099 14  9 14 329  P   P
+PG11  19969.118921   4554.852680  16756.788173   -139.350487  9 14 10 268  P   P
+PG12 -19550.000104   5339.655416  17105.431715    -14.787950 13 16 15 211  P   P
+PG13  19513.702597  -6727.270784 -16888.504303    276.729777 12 11 13 260  P   P
+PG14  -1570.312093  14773.011000  22176.975761    141.380310 16  8  8 241  P   P
+PG15 -26392.790464  -3691.786576    -76.531392   -138.461178 10 11 13 236  P   P
+PG16   8005.630820  13122.138665 -21593.299052   -162.136189 14 12 10 236  P   P
+PG17   2187.994757 -15127.823521  21859.085004    184.228217 11  9 11 209  P   P
+PG18 -15650.556100  21133.129010   2059.055104    129.704807 11 11 11 221  P   P
+PG19  25199.543276   8395.664437  -3152.762448   -126.272513 14 15 16 169  P   P
+PG20  20221.720377  -9852.313832  13925.560981     48.832198 10 14  6 240  P   P
+PG21  -8721.373542  16101.944013 -18626.476986   -134.607183 10  8 14 232  P   P
+PG22  -7711.763441  22619.034350  11649.260558    150.800050 15  8 15 223  P   P
+PG23  26046.029574    120.980385  -6055.192152    316.097024  8 11 13 215  P   P
+PG24  16469.651215   2403.714009  20809.796463    378.274782 10 16 13 310  P   P
+PG25 -19093.526082  17368.185224   6208.625382     -1.004483 12 14 14 261  P   P
+PG26 -20654.701898 -12818.001718 -11774.086521   -161.352457 17 14 15 283  P   P
+PG27 -17593.313481 -10838.593281  17522.679001    251.612283 11 17 15 320  P   P
+PG28  10990.798933 -22315.138648   9444.808338     28.867416 12  7 11 263  P   P
+PG29 -21946.642895   5528.421612 -13782.460044    196.818262 14 15 13 222  P   P
+PG30   2282.948101  19049.707299 -18761.980354    333.835569 12 10 10 317  P   P
+PG31   6735.267683  25307.159633   3876.586356     61.058853 12  8 13 244  P   P
+PG32  18570.572377    182.044854  19120.457514   -227.044957 12 15  9 285  P   P
+*  2011  4  2  7 45  0.00000000
+PG02 -13605.351929 -22907.047954  -3101.094949    328.435320 13 11 14 249  P   P
+PG03  17938.646082  11607.590410 -16382.494005    696.499202 15 14 11 328  P   P
+PG04  -4755.597990 -24556.304587   8187.792459     77.105153 15 14 16 309  P   P
+PG05  -8779.141882 -13525.096499 -21108.178919   -138.392996 11  9 11 224  P   P
+PG06  13788.073483  13765.978226 -17980.748119   -233.908912 15 13 10 173  P   P
+PG07   9900.924924 -12747.591648 -21049.036893      7.090304 15 16 11 252  P   P
+PG08   3224.251291 -20840.053979 -15769.517787      7.634820 17 15 15 331  P   P
+PG09 -17200.742242  -7506.001518  18252.502349     71.308592 11 17 15 292  P   P
+PG10   4810.840265 -22472.009029 -13198.992743    -70.485865 14  9 14 329  P   P
+PG11  20894.787469   6221.137888  15069.983978   -139.353266  9 14 11 269  P   P
+PG12 -18396.452006   3639.842095  18768.872775    -14.785406 13 16 14 210  P   P
+PG13  21239.653237  -6258.387777 -14850.135620    276.728424 12 11 13 261  P   P
+PG14  -4025.916471  14324.162653  22149.706899    141.382433 16  8 10 240  P   P
+PG15 -26195.147721  -3944.813788  -2895.026402   -138.458464 11 11 13 237  P   P
+PG16   6424.629142  14978.610372 -20876.787185   -162.138651 14 12 10 236  P   P
+PG17   4622.441604 -14737.142334  21725.797888    184.228398 11 10 11 208  P   P
+PG18 -15962.437687  20944.449423   -761.748338    129.706601 11 11 11 218  P   P
+PG19  24648.804028   8516.202624  -5921.595410   -126.275946 14 15 16 175  P   P
+PG20  19426.811571  -8285.000035  15919.849806     48.832302 11 15  4 241  P   P
+PG21  -9758.655483  14041.195068 -19777.656288   -134.609573 10  8 13 231  P   P
+PG22  -8676.834296  23361.266447   9206.586811    150.799325 14  5 15 223  P   P
+PG23  26541.337133    402.428720  -3277.129294    316.094753  9 11 13 214  P   P
+PG24  17179.083480   4606.895049  19865.048017    378.277651 11 16 14 310  P   P
+PG25 -18772.094242  16530.340934   8892.027851     -1.004786 11 14 14 261  P   P
+PG26 -19282.651534 -12649.834031 -14128.617004   -161.361626 17 14 15 284  P   P
+PG27 -18270.766430 -12474.950473  15583.770102    251.615630 11 16 16 318  P   P
+PG28  11706.107196 -22852.055633   6751.540316     28.869571 12  8 12 262  P   P
+PG29 -23352.191273   5088.244711 -11456.780626    196.820759 13 15 13 222  P   P
+PG30   1044.092905  20602.680453 -17120.400801    333.838330 12 10 11 317  P   P
+PG31   6319.030305  24847.642933   6697.257310     61.063386 13  9 12 244  P   P
+PG32  17184.285133   1914.489695  20337.993094   -227.051712 12 15  7 287  P   P
+*  2011  4  2  8  0  0.00000000
+PG02 -13452.492599 -23210.428123   -325.127319    328.437351 14 11 14 249  P   P
+PG03  16058.285495  11919.450643 -18038.153818    696.503642 16 14 10 328  P   P
+PG04  -3970.796802 -23695.150619  10723.735188     77.114521 16 15 16 310  P   P
+PG05  -7415.794337 -15462.845629 -20274.363735   -138.398267 11  9 11 220  P   P
+PG06  11621.457636  13908.618715 -19319.746233   -234.014226 15 13  8 200  P   P
+PG07  11035.057277 -10580.047161 -21694.309889      7.091185 15 16 10 252  P   P
+PG08   4071.096736 -19097.731489 -17708.686148      7.635047 17 15 15 332  P   P
+PG09 -18063.350962  -9405.770200  16508.221446     71.310792 10 17 16 293  P   P
+PG10   5793.407458 -23446.729117 -10827.841596    -70.486626 14  9 15 328  P   P
+PG11  21753.979920   7689.032704  13122.127661   -139.356038  9 14 12 269  P   P
+PG12 -17240.600868   1740.982137  20108.319709    -14.782865 13 17 13 208  P   P
+PG13  22748.035925  -5922.387310 -12559.095331    276.727072 11 11 14 262  P   P
+PG14  -6480.160852  14016.258178  21746.559056    141.384560 16  8 12 239  P   P
+PG15 -25696.194720  -4193.286352  -5664.182058   -138.455748 12 12 13 237  P   P
+PG16   5003.787744  16836.560667 -19798.010487   -162.141113 14 11 11 236  P   P
+PG17   7040.708693 -14477.648466  21222.704019    184.228583 10 10 12 207  P   P
+PG18 -16102.339975  20505.741428  -3569.087594    129.708395 10 12 11 215  P   P
+PG19  23802.788682   8621.394993  -8590.565499   -126.279378 15 15 16 181  P   P
+PG20  18596.673822  -6501.955040  17636.670577     48.832408 11 15  3 241  P   P
+PG21 -10935.700995  11932.761235 -20572.086540   -134.611964 10  8 13 229  P   P
+PG22  -9444.593119  23915.630456   6605.593858    150.798600 14  3 15 224  P   P
+PG23  26736.570667    633.437060   -443.821682    316.092483  9 11 14 212  P   P
+PG24  17949.246141   6654.221243  18582.429110    378.280485 11 16 15 310  P   P
+PG25 -18334.920470  15428.458720  11422.150954     -1.005089 11 14 14 261  P   P
+PG26 -17659.653403 -12526.480665 -16252.841079   -161.370798 18 14 15 285  P   P
+PG27 -18928.631307 -13873.931796  13391.276544    251.619031 11 16 16 317  P   P
+PG28  12213.341855 -23173.331775   3941.970007     28.871723 12  9 12 261  P   P
+PG29 -24504.435702   4749.825145  -8932.671546    196.823257 12 15 14 223  P   P
+PG30    -10.566712  22049.768290 -15192.290479    333.841082 12 10 12 317  P   P
+PG31   5742.888246  24129.088257   9401.883238     61.067923 13 10 12 243  P   P
+PG32  15818.311745   3803.608581  21210.822313   -227.058457 13 15  6 289  P   P
+*  2011  4  2  8 15  0.00000000
+PG02 -13155.446396 -23255.135167   2456.273090    328.439382 14 10 14 250  P   P
+PG03  14029.902791  12342.490662 -19396.043778    696.508088 16 14  9 329  P   P
+PG04  -3006.152887 -22630.889479  13069.814501     77.123886 16 16 16 311  P   P
+PG05  -6209.180127 -17369.453016 -19091.463842   -138.403539 11 10 11 216  P   P
+PG06   9329.134417  14162.635763 -20323.674279   -234.119535 15 13  7 216  P   P
+PG07  12309.651800  -8433.623914 -21965.435578      7.092065 15 16 10 252  P   P
+PG08   5101.369199 -17224.374869 -19336.191368      7.635259 17 16 14 332  P   P
+PG09 -18913.958626 -11064.934124  14468.522271     71.312993 10 17 16 293  P   P
+PG10   6584.412549 -24230.627932  -8268.415884    -70.487385 13  9 15 328  P   P
+PG11  22510.630671   8951.105630  10947.982335   -139.358805  9 14 12 270  P   P
+PG12 -16122.271754   -329.916780  21101.150955    -14.780324 14 17 13 207  P   P
+PG13  24003.480083  -5692.506420 -10054.116907    276.725723 10 11 14 263  P   P
+PG14  -8883.218392  13849.428133  20973.875649    141.386687 16  8 13 239  P   P
+PG15 -24903.911479  -4473.090398  -8336.772026   -138.453033 12 12 13 237  P   P
+PG16   3758.595165  18648.996161 -18374.942426   -162.143579 14 11 11 236  P   P
+PG17   9394.655003 -14346.841569  20357.615069    184.228769 10 11 13 206  P   P
+PG18 -16101.364626  19801.099478  -6313.246576    129.710185 10 12 11 211  P   P
+PG19  22672.162010   8747.893343 -11114.528820   -126.282812 15 15 15 186  P   P
+PG20  17768.975636  -4524.392186  19045.904317     48.832515 11 15  2 242  P   P
+PG21 -12240.191740   9823.985898 -20996.777813   -134.614358 10 10 14 226  P   P
+PG22 -10031.628652  24249.229676   3890.768767    150.797873 14  5 15 225  P   P
+PG23  26625.164786    850.976214   2396.966377    316.090210 10 12 14 210  P   P
+PG24  18748.265480   8513.932948  16984.272497    378.283283 11 15 15 309  P   P
+PG25 -17822.249295  14064.232639  13755.371295     -1.005394 11 15 13 261  P   P
+PG26 -15814.172693 -12481.159877 -18112.929175   -161.379974 18 14 14 286  P   P
+PG27 -19525.596750 -15023.021359  10979.897744    251.622481 12 16 17 315  P   P
+PG28  12535.020603 -23246.263708   1064.064395     28.873874 12 10 12 259  P   P
+PG29 -25377.284573   4482.621951  -6253.957159    196.825755 12 15 14 223  P   P
+PG30   -884.655805  23347.668933 -13009.028722    333.843826 12  9 12 317  P   P
+PG31   4982.792617  23184.727919  11944.079552     61.072459 14 11 11 242  P   P
+PG32  14509.782785   5820.627468  21725.648361   -227.065192 13 15  6 291  P   P
+*  2011  4  2  8 30  0.00000000
+PG02 -12685.289781 -23061.549179   5196.659304    328.441402 14  9 15 250  P   P
+PG03  11893.721338  12888.382692 -20433.798338    696.512543 16 14  6 329  P   P
+PG04  -1850.422205 -21402.016988  15184.401099     77.133241 16 16 16 311  P   P
+PG05  -5167.690995 -19198.830704 -17579.552992   -138.408816 12  9 12 210  P   P
+PG06   6955.948038  14537.718853 -20974.308707   -234.224836 15 13  7 227  P   P
+PG07  13702.797062  -6353.415968 -21858.366229      7.092948 15 16 11 252  P   P
+PG08   6315.603348 -15270.196744 -20624.639003      7.635452 17 16 14 332  P   P
+PG09 -19709.850336 -12466.244762  12171.136794     71.315189 11 17 17 294  P   P
+PG10   7200.508061 -24787.785324  -5564.694393    -70.488143 13 10 15 327  P   P
+PG11  23129.648510  10007.482518   8585.890699   -139.361564 10 13 12 270  P   P
+PG12 -15076.738701  -2538.781188  21730.786043    -14.777784 14 17 12 207  P   P
+PG13  24977.597313  -5536.432597  -7377.644127    276.724376  9 11 14 264  P   P
+PG14 -11186.297057  13815.486014  19844.226662    141.388813 16  9 14 238  P   P
+PG15 -23834.549061  -4818.104431 -10867.162864   -138.450317 13 12 13 238  P   P
+PG16   2696.108362  20367.955901 -16631.693061   -162.146045 14 11 12 236  P   P
+PG17  11637.613757 -14334.319851  19144.509250    184.228957 10 11 13 204  P   P
+PG18 -15994.189019  18822.744101  -8945.356725    129.711976 10 12 10 207  P   P
+PG19  21275.749780   8930.090991 -13450.647040   -126.286246 15 15 15 191  P   P
+PG20  16978.170949  -2380.885032  20122.837016     48.832621 11 16  4 243  P   P
+PG21 -13652.314329   7759.962039 -21045.743734   -134.616753 11 11 14 224  P   P
+PG22 -10460.792102  24334.596454   1108.759303    150.797149 14  8 15 225  P   P
+PG23  26209.143312   1092.481203   5197.349412    316.087937 10 12 14 208  P   P
+PG24  19540.150737  10161.188407  15098.121678    378.286046 12 15 16 307  P   P
+PG25 -17274.519044  12448.068862  15851.463265     -1.005701 10 15 13 261  P   P
+PG26 -13780.940668 -12541.801078 -19679.263878   -161.389153 18 14 14 287  P   P
+PG27 -20019.597609 -15917.793079   8388.092656    251.625980 13 15 17 313  P   P
+PG28  12699.872159 -23044.746189  -1832.368998     28.876023 12 11 12 258  P   P
+PG29 -25952.620452   4252.261338  -3467.084834    196.828254 11 15 14 224  P   P
+PG30  -1589.465875  24455.596523 -10606.428561    333.846564 12  9 12 317  P   P
+PG31   4021.755301  22053.363194  14280.552660     61.076998 14 12 11 241  P   P
+PG32  13290.657128   7930.861076  21875.183945   -227.071915 13 15  7 292  P   P
+*  2011  4  2  8 45  0.00000000
+PG02 -12018.228618 -22656.281175   7850.245741    328.443423 15  9 14 251  P   P
+PG03   9692.202607  13561.716894 -21134.108152    696.517008 16 14  3 329  P   P
+PG04   -500.241653 -20050.409304  17030.068730     77.142589 17 17 15 311  P   P
+PG05  -4291.583096 -20905.271565 -15764.422318   -138.414094 12  9 12 203  P   P
+PG06   4548.782525  15035.957979 -21259.559400   -234.330129 15 13  8 235  P   P
+PG07  15185.480524  -4380.192558 -21375.569337      7.093832 15 16 12 252  P   P
+PG08   7705.447888 -13285.799781 -21552.875999      7.635624 17 16 13 332  P   P
+PG09 -20407.749006 -13601.980111   9658.136049     71.317382 12 16 17 295  P   P
+PG10   7664.941421 -25087.903362  -2763.533849    -70.488904 13 11 15 327  P   P
+PG11  23578.286435  10865.565337   6077.055953   -139.364318 10 13 13 270  P   P
+PG12 -14133.410216  -4845.610498  21986.935547    -14.775242 14 17 11 207  P   P
+PG13  25649.998794  -5417.699131  -4575.145892    276.723032  9 12 14 264  P   P
+PG14 -13343.314532  13898.275590  18376.241513    141.390942 16  9 14 237  P   P
+PG15 -22512.076820  -5258.712825 -13212.075283   -138.447600 13 12 13 238  P   P
+PG16   1814.822015  21946.294809 -14598.122211   -162.148513 14 10 12 237  P   P
+PG17  13725.997960 -14422.208617  17603.352793    184.229149 11 11 14 203  P   P
+PG18 -15817.532993  17571.536870 -11418.354557    129.713768 11 13 10 204  P   P
+PG19  19639.950361   9198.653065 -15559.084226   -126.289681 15 15 15 194  P   P
+PG20  16254.129499   -106.459302  20848.616650     48.832729 11 16  7 243  P   P
+PG21 -15145.491214   5781.887746 -20720.002571   -134.619148 11 12 14 222  P   P
+PG22 -10760.137599  24150.844271  -1692.423596    150.796424 13 10 15 226  P   P
+PG23  25499.054967   1394.251708   7910.078529    316.085664 11 13 14 207  P   P
+PG24  20286.192280  11578.788312  12956.255489    378.288776 12 15 16 306  P   P
+PG25 -16730.705990  10598.865181  17674.296185     -1.006006 10 15 12 260  P   P
+PG26 -11599.831471 -12729.966987 -20926.798579   -161.398335 18 14 13 288  P   P
+PG27 -20369.411885 -16561.993106   5657.615269    251.629519 14 15 17 311  P   P
+PG28  12741.598284 -22550.487392  -4696.549149     28.878172 12 11 12 257  P   P
+PG29 -26220.925290   4022.073332   -620.301461    196.830754 10 15 14 224  P   P
+PG30  -2143.400241  25336.794835  -8024.238974    333.849299 12  9 13 317  P   P
+PG31   2850.663239  20777.822718  16371.811677     61.081540 14 12 10 240  P   P
+PG32  12186.644695  10094.876601  21658.173385   -227.078627 13 15  9 293  P   P
+*  2011  4  2  9  0  0.00000000
+PG02 -11136.657930 -22071.107822  10372.606304    328.445440 15  9 14 252  P   P
+PG03   7468.654134  14359.721663 -21484.980986    696.521481 16 14  5 329  P   P
+PG04   1039.522391 -18619.666963  18574.311259     77.151929 17 17 14 311  P   P
+PG05  -3573.125829 -22445.113665 -13677.152947   -138.419374 12  9 12 194  P   P
+PG06   2154.924982  15651.655215 -21173.739710   -234.435411 15 13  9 241  P   P
+PG07  16722.624382  -2549.011547 -20525.942522      7.094716 14 16 13 251  P   P
+PG08   9253.894732 -11320.294827 -22106.278799      7.635772 17 16 12 332  P   P
+PG09 -20965.613325 -14473.945304   6975.028133     71.319569 12 16 17 296  P   P
+PG10   8006.470972 -25107.581151     86.157485    -70.489668 13 11 15 326  P   P
+PG11  23827.414896  11539.480806   3464.799523   -139.367068 11 13 13 270  P   P
+PG12 -13314.760488  -7205.841376  21865.740343    -14.772699 14 17 11 208  P   P
+PG13  26009.025388  -5297.250473  -1694.373925    276.721692  8 12 14 265  P   P
+PG14 -15312.484637  14074.333559  16594.343783    141.393072 15  9 15 237  P   P
+PG15 -20967.348229  -5820.453248 -15331.310869   -138.444882 14 13 13 238  P   P
+PG16   1104.884667  23339.458361 -12309.336892   -162.150981 14  9 13 237  P   P
+PG17  15620.805387 -14585.890301  15759.819075    184.229340 11 12 15 201  P   P
+PG18 -15608.537460  16057.150162 -13687.917927    129.715563 11 13 10 201  P   P
+PG19  17797.872771   9579.185306 -17403.666817   -126.293117 16 15 14 197  P   P
+PG20  15620.962525   2258.572904  21210.599322     48.832837 12 16  9 243  P   P
+PG21 -16687.394316   3925.619840 -20027.420514   -134.621543 11 13 15 220  P   P
+PG22 -10961.655641  23684.583459  -4464.241238    150.795698 13 11 15 227  P   P
+PG23  24513.606776   1789.893634  10489.291953    316.083388 12 13 14 206  P   P
+PG24  20946.468011  12757.614576  10595.145721    378.291473 12 14 17 303  P   P
+PG25 -16226.737464   8543.466576  19192.459740     -1.006312 10 16 11 260  P   P
+PG26  -9314.577914 -13060.005064 -21835.367898   -161.407524 18 14 11 289  P   P
+PG27 -20536.270506 -16967.340568   2832.985244    251.633094 14 14 18 308  P   P
+PG28  12697.413746 -21753.947823  -7477.652348     28.880317 12 12 12 255  P   P
+PG29 -26181.580969   3754.717502   2237.196913    196.833255  9 15 14 224  P   P
+PG30  -2571.144223  25959.934913  -5305.570209    333.852031 12  8 13 317  P   P
+PG31   1468.780391  19403.295002  18182.796839     61.086085 15 13  9 239  P   P
+PG32  11216.381176  12269.822359  21079.329122   -227.085326 13 15 10 293  P   P
+*  2011  4  2  9 15  0.00000000
+PG02 -10030.004630 -21341.728784  12721.357418    328.447455 15  9 14 252  P   P
+PG03   5265.810319  15272.252599 -21479.942275    696.525965 16 14  8 329  P   P
+PG04   2755.767051 -17153.403889  19790.153649     77.161257 17 17 13 311  P   P
+PG05  -2997.068570 -23778.341692 -11353.592557   -138.424654 12  8 12 182  P   P
+PG06   -179.593862  16371.458395 -20717.718882   -234.540681 15 13 10 245  P   P
+PG07  18274.360275   -888.066375 -19324.620764      7.095604 14 16 14 251  P   P
+PG08  10935.856455  -9419.515438 -22276.907316      7.635898 17 16 12 332  P   P
+PG09 -21344.364324 -15093.088415   4169.819859     71.321752 13 16 18 296  P   P
+PG10   8258.049242 -24831.338714   2934.308671    -70.490436 13 12 15 326  P   P
+PG11  23852.652715  12049.287202    793.809933   -139.369811 11 12 13 269  P   P
+PG12 -12635.545042  -9571.884451  21369.800426    -14.770157 14 17 11 210  P   P
+PG13  26052.160718  -5135.119323   1215.426636    276.720356  7 12 14 266  P   P
+PG14 -17057.755908  14313.845705  14528.388582    141.395202 15 10 16 237  P   P
+PG15 -19237.015369  -6522.849984 -17188.432968   -138.442161 14 13 12 238  P   P
+PG16    548.655550  24507.176299  -9805.080570   -162.153453 14  8 13 238  P   P
+PG17  17288.965152 -14795.011876  13644.905895    184.229534 11 12 15 199  P   P
+PG18 -15403.125343  14297.879171 -15713.355507    129.717360 11 14 10 200  P   P
+PG19  15788.229797  10091.091679 -18952.497186   -126.296554 16 15 13 199  P   P
+PG20  15096.091726   4669.990477  21202.577116     48.832946 12 16 10 243  P   P
+PG21 -18241.190160   2220.482298 -18982.411268   -134.623939 11 13 15 218  P   P
+PG22 -11099.848156  22930.561158  -7158.485560    150.794975 13 12 15 228  P   P
+PG23  23279.007463   2308.858521  12891.249402    316.081114 12 13 13 205  P   P
+PG24  21481.402369  13696.769959   8054.856055    378.294143 13 14 17 300  P   P
+PG25 -15794.036004   6315.817315  20379.806757     -1.006620 10 16 10 259  P   P
+PG26  -6971.365921 -13538.452720 -22389.951394   -161.416717 19 14  9 290  P   P
+PG27 -20485.426310 -17153.044019    -39.109212    251.636703 15 14 18 306  P   P
+PG28  12606.418815 -20654.952565 -10125.788061     28.882462 12 12 12 254  P   P
+PG29 -25842.835172   3413.832679   5056.126237    196.835757  8 15 14 224  P   P
+PG30  -2902.584558  26300.342852  -2496.244599    333.854763 12  8 13 318  P   P
+PG31   -116.077308  17975.601105  19683.417597     61.090629 15 13  8 238  P   P
+PG32  10390.878143  14410.872680  20149.188780   -227.092013 13 15 11 294  P   P
+*  2011  4  2  9 30  0.00000000
+PG02  -8695.322492 -20506.389260  14856.819374    328.449470 15  9 14 252  P   P
+PG03   3124.432300  16282.052711 -21118.172512    696.530457 16 14 10 328  P   P
+PG04   4627.487460 -15693.554650  20656.642720     77.170580 17 17 11 311  P   P
+PG05  -2541.407828 -24870.062835  -8833.743997   -138.429934 13  8 12 166  P   P
+PG06  -2411.615380  17174.815241 -19898.950329   -234.645941 15 13 11 248  P   P
+PG07  19797.492534    582.192446 -17792.681887      7.096491 14 16 14 250  P   P
+PG08  12719.061475  -7624.397419 -22063.529563      7.635997 17 16 13 332  P   P
+PG09 -21509.470086 -15478.760996   1292.068802     71.323932 14 15 18 297  P   P
+PG10   8455.325432 -24252.342248   5730.619045    -70.491211 13 13 15 326  P   P
+PG11  23635.316938  12419.975319  -1890.604454   -139.372551 12 12 13 269  P   P
+PG12 -12102.328206 -11894.774176  20508.095351    -14.767611 14 17 12 212  P   P
+PG13  25786.108851  -4892.152058   4104.342307    276.719025  7 13 14 266  P   P
+PG14 -18550.047304  14581.863453  12213.204841    141.397334 14 11 16 236  P   P
+PG15 -17362.231571  -7378.478594 -18751.390772   -138.439442 15 13 12 238  P   P
+PG16    121.581440  25415.005354  -7129.025008   -162.155925 14  7 13 238  P   P
+PG17  18704.472590 -15014.734363  11294.453259    184.229728 11 13 16 198  P   P
+PG18 -15234.417247  12320.100375 -17458.424547    129.719159 11 14 11 200  P   P
+PG19  13654.023811  10746.665211 -20178.511050   -126.299995 16 15 13 201  P   P
+PG20  14689.599120   7081.197128  20824.883094     48.833055 12 16 11 243  P   P
+PG21 -19766.956841    688.371597 -17605.509942   -134.626333 11 14 15 216  P   P
+PG22 -11210.201132  21891.996526  -9728.144080    150.794253 12 13 15 229  P   P
+PG23  21828.043016   2975.134482  15075.041183    316.078839 12 14 13 204  P   P
+PG24  21853.320905  14403.415592   5378.390809    378.296784 13 13 17 297  P   P
+PG25 -15458.251375   3955.841901  21215.903930     -1.006927 10 16  8 258  P   P
+PG26  -4617.350098 -14163.714279 -22580.890844   -161.425917 19 14  7 290  P   P
+PG27 -20187.626364 -17145.039957  -2910.477397    251.640325 16 14 18 304  P   P
+PG28  12507.869652 -19262.938600 -12592.996849     28.884605 12 13 12 252  P   P
+PG29 -25221.435852   2965.645191   7787.970469    196.838258  7 15 13 223  P   P
+PG30  -3171.512644  26341.007583    355.922549    333.857495 12  8 13 318  P   P
+PG31  -1887.695799  16539.473783  20848.995846     61.095177 15 13  9 236  P   P
+PG32   9713.262413  16472.738020  18883.898719   -227.098686 13 15 12 294  P   P
+*  2011  4  2  9 45  0.00000000
+PG02  -7137.616281 -19604.415013  16742.648986    328.451482 15  8 13 252  P   P
+PG03   1081.973216  17365.278482 -20404.577897    696.534958 16 14 11 328  P   P
+PG04   6626.437347 -14278.771726  21159.207587     77.179893 18 18  9 310  P   P
+PG05  -2178.425297 -25691.798937  -6161.075998   -138.435214 13  7 12 144  P   P
+PG06  -4502.359404  18034.732630 -18731.372060   -234.751187 15 13 12 250  P   P
+PG07  21247.093160   1849.631200 -15956.757508      7.097380 13 16 15 249  P   P
+PG08  14565.224677  -5969.582499 -21471.524706      7.636070 17 16 13 332  P   P
+PG09 -21432.328030 -15657.666962  -1608.050317     71.326106 15 15 18 297  P   P
+PG10   8635.028584 -23372.794972   8425.514200    -70.491994 13 14 15 325  P   P
+PG11  23163.160815  12680.305475  -4543.247942   -139.375287 12 12 13 268  P   P
+PG12 -11713.337540 -14125.869166  19295.800002    -14.765063 14 17 13 215  P   P
+PG13  25226.530559  -4531.716240   6922.639312    276.717700  8 13 14 267  P   P
+PG14 -19768.232479  14839.737340   9688.046455    141.399467 14 11 16 236  P   P
+PG15 -15387.189773  -8392.299094 -19993.076168   -138.436719 15 13 11 237  P   P
+PG16   -206.641231  26035.656465  -4327.978431   -162.158400 14  6 13 238  P   P
+PG17  19849.266123 -15207.178867   8748.566220    184.229925 11 14 16 196  P   P
+PG18 -15131.272587  10157.397497 -18892.053994    129.720961 11 14 11 202  P   P
+PG19  11441.070897  11550.448984 -21059.968858   -126.303437 16 15 12 202  P   P
+PG20  14403.883566   9444.850174  20084.371813     48.833166 12 16 12 243  P   P
+PG21 -21223.208458   -656.814543 -15922.841790   -134.628726 11 14 16 215  P   P
+PG22 -11327.615952  20580.594185 -12128.254076    150.793531 12 14 14 231  P   P
+PG23  20198.916003   3806.137696  17003.262703    316.076564 13 14 13 203  P   P
+PG24  22027.943889  14892.313972   2611.002181    378.299404 14 13 17 292  P   P
+PG25 -15238.229871   1508.097607  21686.382807     -1.007235 10 16  5 257  P   P
+PG26  -2299.134938 -14926.021087 -22404.060040   -161.435123 19 13  9 291  P   P
+PG27 -19620.430612 -16974.969386  -5732.159771    251.643970 17 13 18 303  P   P
+PG28  12439.420146 -17596.814241 -14834.243662     28.886748 12 13 12 250  P   P
+PG29 -24341.950571   2380.472348  10385.817108    196.840761  7 15 13 223  P   P
+PG30  -3414.155910  26073.324419   3201.904904    333.860231 12  9 13 318  P   P
+PG31  -3821.935194  15136.907217  21660.611945     61.099724 16 14 10 235  P   P
+PG32   9178.809077  18411.188499  17304.929564   -227.105347 13 14 13 293  P   P
+*  2011  4  2 10  0  0.00000000
+PG02  -5369.880407 -18674.710674  18346.436069    328.453490 15  8 13 251  P   P
+PG03   -828.645792  18492.278240 -19349.789936    696.539469 16 14 12 327  P   P
+PG04   8718.085815 -12942.979568  21289.883936     77.189199 18 18  9 310  P   P
+PG05  -1875.956210 -26222.543519  -3381.767834   -138.440493 13  7 12 138  P   P
+PG06  -6418.759253  18918.812328 -17235.178742   -234.856418 14 13 12 251  P   P
+PG07  22578.167583   2910.683902 -13848.557726      7.098270 12 16 15 248  P   P
+PG08  16431.441985  -4482.293896 -20512.674451      7.636117 16 16 14 331  P   P
+PG09 -21091.396150 -15662.554175  -4480.644527     71.328279 16 14 18 297  P   P
+PG10   8833.299711 -22203.972074  10971.102027    -70.492788 13 14 15 325  P   P
+PG11  22430.877562  12861.526543  -7119.746155   -139.378017 13 11 13 267  P   P
+PG12 -11458.647982 -16218.539204  17754.000734    -14.762514 14 16 14 218  P   P
+PG13  24397.445014  -4021.323505   9621.620783    276.716379  8 13 13 267  P   P
+PG14 -20699.832480  15046.714697   6995.958113    141.401604 13 12 16 237  P   P
+PG15 -13357.550625  -9561.285155 -20891.803563   -138.433994 15 13 11 237  P   P
+PG16   -470.666372  26350.050465  -1451.026475   -162.160875 14  6 14 239  P   P
+PG17  20713.808739 -15333.014641   6050.949726    184.230121 11 14 17 195  P   P
+PG18 -15117.021253   7849.391977 -19988.953046    129.722769 11 15 11 205  P   P
+PG19   9196.415605  12498.895201 -21580.871328   -126.306878 15 15 11 202  P   P
+PG20  14233.636751  11714.519030  18994.276702     48.833278 12 16 13 242  P   P
+PG21 -22568.461437  -1809.414165 -13965.507448   -134.631119 11 15 16 215  P   P
+PG22 -11484.863224  19016.231952 -14316.728119    150.792814 12 14 14 232  P   P
+PG23  18433.888742   4811.847119  18642.644821    316.074288 13 14 12 204  P   P
+PG24  21975.764702  15185.095108   -200.535188    378.302005 15 12 17 287  P   P
+PG25 -15145.260916   -979.749809  21783.185146     -1.007543 10 16  6 255  P   P
+PG26    -61.267606 -15807.679182 -21860.984497   -161.444337 19 13 11 291  P   P
+PG27 -18769.320900 -16678.919069  -8455.224734    251.647634 17 13 18 303  P   P
+PG28  12435.413582 -15684.425295 -16808.377338     28.888888 12 13 12 249  P   P
+PG29 -23235.799070   1634.062633  12805.157750    196.843264  8 15 13 222  P   P
+PG30  -3667.590343  25497.538077   5992.299950    333.862973 12  9 13 318  P   P
+PG31  -5887.498832  13805.637012  22105.352944     61.104272 16 14 11 233  P   P
+PG32   8775.263421  20184.539711  15438.728634   -227.111993 13 14 13 293  P   P
+*  2011  4  2 10 15  0.00000000
+PG02  -3412.846594 -17754.274260  19640.255632    328.455497 15  7 12 250  P   P
+PG03  -2580.105711  19628.601123 -17970.089204    696.543988 15 14 12 327  P   P
+PG04  10862.827737 -11714.144055  21047.400616     77.198497 18 18 12 309  P   P
+PG05  -1598.837990 -26449.541275   -543.901468   -138.445771 13  6 12 159  P   P
+PG06  -8134.570097  19790.522248 -15436.468280   -234.961637 14 12 13 252  P   P
+PG07  23747.328312   3770.274110 -11504.318678      7.099160 11 15 15 246  P   P
+PG08  18271.750761  -3181.519099 -19204.854110      7.636138 16 16 15 330  P   P
+PG09 -20473.037559 -15530.710294  -7276.950316     71.330438 16 14 18 297  P   P
+PG10   9084.044762 -20765.894071  13322.104742    -70.493593 13 15 14 325  P   P
+PG11  21440.356264  12996.025329  -9577.223397   -139.380747 13 11 13 265  P   P
+PG12 -11320.686096 -18129.776260  15909.318181    -14.759961 14 16 15 221  P   P
+PG13  23330.316846  -3334.103288  12154.478210    276.715064  9 14 13 267  P   P
+PG14 -21341.387036  15161.641396   4183.063725    141.403741 12 13 17 237  P   P
+PG15 -11318.818963 -10874.365922 -21431.703649   -138.431267 15 13 10 236  P   P
+PG16   -707.918423  26348.057526   1451.375407   -162.163353 14  8 13 239  P   P
+PG17  21297.347628 -15353.127674   3248.164932    184.230318 11 15 17 193  P   P
+PG18 -15208.441863   5440.329005 -20730.089245    129.724580 11 15 12 209  P   P
+PG19   6966.693775  13580.339892 -21731.289525   -126.310323 15 15 11 202  P   P
+PG20  14166.138031  13846.307253  17573.948476     48.833391 12 16 14 242  P   P
+PG21 -23762.779057  -2771.907691 -11768.906213   -134.633513 11 15 16 215  P   P
+PG22 -11711.122836  17226.332364 -16255.133041    150.792095 12 15 13 233  P   P
+PG23  16577.777834   5994.217143  19964.630277    316.072012 13 14 11 204  P   P
+PG24  21673.262761  15309.273006  -3008.673218    378.304590 16 11 17 281  P   P
+PG25 -15182.630109  -3458.568837  21504.698652     -1.007850 10 16  9 254  P   P
+PG26   2055.210964 -16783.601700 -20958.906878   -161.453557 19 13 13 291  P   P
+PG27 -17628.547782 -16295.965084 -11031.620064    251.651299 18 12 18 304  P   P
+PG28  12525.303202 -13561.641880 -18479.025900     28.891028 12 13 12 247  P   P
+PG29 -21940.038265    708.720980  15004.640324    196.845768  8 15 12 221  P   P
+PG30  -3968.094416  24622.859144   8678.203720    333.865719 12 10 13 318  P   P
+PG31  -8046.967347  12577.803922  22176.463964     61.108821 16 14 13 232  P   P
+PG32   8483.438299  21755.051510  13316.313584   -227.118627 13 14 13 292  P   P
+*  2011  4  2 10 30  0.00000000
+PG02  -1294.444682 -16876.781395  20601.167049    328.457501 15  7 11 249  P   P
+PG03  -4151.566200  20736.206847 -16287.248199    696.548512 15 13 13 326  P   P
+PG04  13017.394930 -10613.305282  20437.131067     77.207791 18 18 14 308  P   P
+PG05  -1310.481553 -26368.758501   2303.383964   -138.451046 13  7 12 176  P   P
+PG06  -9631.204532  20610.651619 -13366.769199   -235.066841 14 12 13 251  P   P
+PG07  24714.414016   4441.413634  -8964.182723      7.100050 10 15 16 245  P   P
+PG08  20038.794051  -2077.522154 -17571.635431      7.636131 16 16 15 330  P   P
+PG09 -19572.056159 -15302.328507  -9950.117910     71.332597 17 14 18 297  P   P
+PG10   9417.380403 -19086.649404  15436.742817    -70.494410 13 15 14 325  P   P
+PG11  20200.684904  13115.955346 -11874.942735   -139.383473 13 11 13 264  P   P
+PG12 -11275.033150 -19821.670319  13793.443998    -14.757405 14 16 16 224  P   P
+PG13  22062.861021  -2450.067577  14477.121634    276.713754  9 14 13 267  P   P
+PG14 -21698.486462  15144.702033   1297.787515    141.405882 11 14 17 237  P   P
+PG15  -9314.729749 -12312.685460 -21603.023148   -138.428539 15 13 10 235  P   P
+PG16   -956.898931  26028.889142   4328.337866   -162.165834 14  9 13 240  P   P
+PG17  21607.837932 -15230.303543    388.818972    184.230516 10 16 17 192  P   P
+PG18 -15415.030611   2977.481481 -21103.024928    129.726396 11 15 12 212  P   P
+PG19   4796.504139  14775.299504 -21507.600378   -126.313772 15 15 11 201  P   P
+PG20  14181.854264  15800.373958  15848.481468     48.833505 12 16 14 241  P   P
+PG21 -24769.235132  -3554.511236  -9372.017754   -134.635900 12 15 16 216  P   P
+PG22 -12030.671037  15244.940977 -17909.405101    150.791378 12 15 13 234  P   P
+PG23  14676.353627   7346.893746  20945.886316    316.069737 13 14 11 204  P   P
+PG24  21103.906383  15297.048403  -5765.853614    378.307165 16 11 17 273  P   P
+PG25 -15345.495866  -5879.460570  20855.780991     -1.008157 10 16 11 252  P   P
+PG26   4014.110054 -17822.115516 -19710.792484   -161.462784 18 12 14 291  P   P
+PG27 -16201.668293 -15866.567011 -13415.066250    251.654961 18 12 17 306  P   P
+PG28  12732.277002 -11271.099325 -19815.397836     28.893166 12 14 11 246  P   P
+PG29 -20495.947927   -405.823657  16946.760997    196.848272  9 15 11 220  P   P
+PG30  -4349.509941  23467.240007  11212.109442    333.868473 12 11 13 318  P   P
+PG31 -10258.057521  11478.846942  21873.404733     61.113368 16 14 14 231  P   P
+PG32   8278.065233  23090.193562  10972.811079   -227.125251 13 13 14 291  P   P
+*  2011  4  2 10 45  0.00000000
+PG02    951.009550 -16071.291690  21211.650939    328.459505 15  6 10 248  P   P
+PG03  -5529.313743  21774.838604 -14328.288367    696.553045 15 13 13 326  P   P
+PG04  15136.407838  -9653.908963  19470.915781     77.217079 18 18 15 308  P   P
+PG05   -974.502470 -25985.025118   5110.759470   -138.456317 13  8 12 187  P   P
+PG06 -10898.260847  21338.890074 -11062.458496   -235.172032 13 11 13 250  P   P
+PG07  25443.994097   4944.495828  -6271.521562      7.100937  8 15 16 243  P   P
+PG08  21685.525256  -1171.694861 -15641.813428      7.636100 15 15 16 329  P   P
+PG09 -18391.914127 -15018.809551 -12455.923688     71.334748 17 13 17 297  P   P
+PG10   9858.241015 -17201.393354  17277.547810    -70.495241 14 16 13 324  P   P
+PG11  18727.903751  13251.893271 -13974.904127   -139.386198 14 10 12 262  P   P
+PG12 -11291.494916 -21262.696210  11442.599727    -14.754847 14 15 16 226  P   P
+PG13  20637.609713  -1357.114094  16548.972581    276.712450 10 14 13 267  P   P
+PG14 -21785.459192  14959.130005  -1609.979997    141.408025  9 14 17 237  P   P
+PG15  -7385.704867 -13850.172776 -21402.323641   -138.425809 15 13 10 233  P   P
+PG16  -1255.450706  25401.126438   7129.480744   -162.168316 14 10 13 240  P   P
+PG17  21661.530088 -14930.856217  -2477.297381    184.230714 10 16 17 191  P   P
+PG18 -15738.590606    509.442003 -21102.105966    129.728216 11 15 13 215  P   P
+PG19   2726.850484  16057.083449 -20912.619416   -126.317222 15 15 11 200  P   P
+PG20  14255.318299  17542.295195  13848.237057     48.833620 12 16 15 240  P   P
+PG21 -25555.244420  -4174.484895  -6816.660662   -134.638280 11 15 16 218  P   P
+PG22 -12461.769730  13111.546867 -19250.485230    150.790664 12 16 12 235  P   P
+PG23  12774.702585   8855.249228  21568.743542    316.067463 13 14 10 204  P   P
+PG24  20258.908055  15183.941216  -8425.275703    378.309734 17 10 17 263  P   P
+PG25 -15621.094115  -8195.447736  19847.671946     -1.008463 10 16 12 250  P   P
+PG26   5785.282577 -18886.023627 -18135.267777   -161.472018 18 12 15 290  P   P
+PG27 -14501.737132 -15430.871375 -15561.974190    251.658610 18 12 17 308  P   P
+PG28  13072.153719  -8860.645077 -20792.961792     28.895305 12 14 11 244  P   P
+PG29 -18947.472353  -1711.840926  18598.485257    196.850778  9 15 11 218  P   P
+PG30  -4841.677984  22056.809946  13548.811283    333.871235 12 12 12 317  P   P
+PG31 -12475.058700  10526.662547  21201.814120     61.117915 16 15 15 229  P   P
+PG32   8128.870030  24163.735659   8446.943796   -227.131864 13 13 14 290  P   P
+*  2011  4  2 11  0  0.00000000
+PG02   3283.875589 -15361.126984  21459.973951    328.461507 15  5  9 246  P   P
+PG03  -6707.152794  22703.514227 -12125.147001    696.557584 15 12 13 325  P   P
+PG04  17174.002938  -8841.458118  18166.765094     77.226360 18 18 16 306  P   P
+PG05   -556.346492 -25311.842178   7829.578708   -138.461585 13  9 12 197  P   P
+PG06 -11933.722553  21935.465011  -8564.082708   -235.277209 13 11 13 248  P   P
+PG07  25906.703522   5306.312053  -3472.212903      7.101826  5 15 16 242  P   P
+PG08  23166.890725   -456.743883 -13448.869167      7.636046 15 15 16 328  P   P
+PG09 -16944.634094 -14721.064688 -14753.405905     71.336886 18 13 17 297  P   P
+PG10  10425.208158 -15151.065478  18812.083097    -70.496087 14 16 12 324  P   P
+PG11  17044.520262  13431.569307 -15842.396729   -139.388924 14 10 12 261  P   P
+PG12 -11335.396591 -22428.764900   8896.926658    -14.752285 14 15 16 229  P   P
+PG13  19100.295434    -51.724998  18333.703814    276.711149 10 14 12 267  P   P
+PG14 -21624.723634  14572.818606  -4489.756813    141.410169  8 15 17 238  P   P
+PG15  -5567.440073 -15454.403315 -20832.574100   -138.423074 15 13 10 232  P   P
+PG16  -1639.052474  24482.384410   9805.862130   -162.170800 14 11 13 240  P   P
+PG17  21482.234186 -14426.135374  -5300.107561    184.230910  9 17 18 190  P   P
+PG18 -16173.156067  -1915.622825 -20728.501874    129.730042 11 15 13 218  P   P
+PG19    793.715103  17392.704383 -19955.623685   -126.320673 14 14 11 198  P   P
+PG20  14356.248636  19044.212878  11608.275489     48.833733 12 15 15 239  P   P
+PG21 -26093.715409  -4655.193139  -4146.743911   -134.640657  9 15 16 218  P   P
+PG22 -13015.804914  10869.692054 -20254.859971    150.789952 12 16 11 236  P   P
+PG23  10915.613081  10496.739294  21821.551331    316.065188 12 14  9 205  P   P
+PG24  19137.702979  15007.302358 -10941.658837    378.312303 18 10 17 250  P   P
+PG25 -15989.262816 -10363.089943  18497.795481     -1.008770 11 16 13 249  P   P
+PG26   7345.624419 -19933.896311 -16256.483965   -161.481260 18 11 15 290  P   P
+PG27 -12551.125557 -15026.991385 -17432.365181    251.662238 18 11 16 311  P   P
+PG28  13552.604412  -6381.559692 -21393.981127     28.897443 12 14 11 243  P   P
+PG29 -17339.578214  -3203.333013  19931.789196    196.853283  9 15 10 217  P   P
+PG30  -5469.017696  20424.983742  15646.292065    333.874008 12 12 12 317  P   P
+PG31 -14650.394422   9731.056992  20173.386020     61.122460 16 15 15 228  P   P
+PG32   8001.836751  24956.625933   5780.468996   -227.138467 13 12 14 289  P   P
+*  2011  4  2 11 15  0.00000000
+PG02   5660.464955 -14762.966491  21340.471498    328.463507 14  5  8 244  P   P
+PG03  -7686.519081  23482.084309  -9714.250897    696.562127 15 12 14 324  P   P
+PG04  19085.469847  -8173.492564  16548.454077     77.235639 18 17 17 305  P   P
+PG05    -24.844041 -24370.862123  10412.738940   -138.466848 13 10 11 204  P   P
+PG06 -12743.822092  22362.768923  -5915.597640   -235.382373 12 10 13 244  P   P
+PG07  26080.359107   5558.829695   -613.881595      7.102713  6 14 16 240  P   P
+PG08  24441.430722     82.800714 -11030.379771      7.635969 14 15 17 327  P   P
+PG09 -15250.399582 -14447.880356 -16805.421846     71.339016 18 13 17 296  P   P
+PG10  11129.613492 -12980.880700  20013.554598    -70.496948 14 16 10 324  P   P
+PG11  15178.803809  13678.714416 -17446.502257   -139.391648 14 10 11 259  P   P
+PG12 -11369.053325 -23304.001510   6199.816234    -14.749720 15 14 17 231  P   P
+PG13  17498.112889   1460.670271  19799.910338    276.709854 10 14 12 266  P   P
+PG14 -21245.826850  13959.766941  -7291.368925    141.412315  6 16 16 239  P   P
+PG15  -3889.677089 -17087.721367 -19903.133254   -138.420338 15 13 10 230  P   P
+PG16  -2139.215280  23298.627395  12310.872816   -162.173286 14 12 13 240  P   P
+PG17  21100.288659 -13693.848703  -8030.164230    184.231107  9 17 17 188  P   P
+PG18 -16705.250083  -4251.681478 -19990.101327    129.731871 11 16 14 221  P   P
+PG19   -973.179412  18744.055667 -18652.259534   -126.324126 14 14 12 195  P   P
+PG20  14450.863389  20285.728204   9167.708947     48.833849 12 15 15 239  P   P
+PG21 -26363.990084  -5024.961170  -1407.524484   -134.643026  6 15 16 220  P   P
+PG22 -13696.710811   8565.425613 -20904.995974    150.789239 12 16 11 237  P   P
+PG23   9138.045601  12241.574396  21698.940486    316.062914 12 14  9 206  P   P
+PG24  17748.131198  14804.759341 -13271.989064    378.314875 18  9 16 232  P   P
+PG25 -16423.265559 -12343.963599  16829.455338     -1.009076 11 16 14 247  P   P
+PG26   8679.839689 -20921.555516 -14103.897103   -161.490507 18  9 16 290  P   P
+PG27 -10380.957330 -14689.336224 -18990.766916    251.665837 19 11 16 313  P   P
+PG28  14172.737952  -3886.632396 -21607.885249     28.899580 12 14 11 242  P   P
+PG29 -15716.591242  -4866.089091  20924.113622    196.855790  9 15  8 215  P   P
+PG30  -6249.312301  18611.273147  17466.572173    333.876792 12 13 11 317  P   P
+PG31 -16736.253391   9093.508390  18805.660298     61.127003 16 15 16 227  P   P
+PG32   7860.617888  25457.626312   3017.571797   -227.145063 13 12 14 287  P   P
+*  2011  4  2 11 30  0.00000000
+PG02   8034.490951 -14286.197453  20853.738575    328.465507 14  5  8 242  P   P
+PG03  -8476.303365  24072.800827  -7135.995440    696.566675 15 11 14 323  P   P
+PG04  20828.833568  -7639.890037  14645.023038     77.244914 17 17 17 304  P   P
+PG05    646.368959 -23191.062344  12815.513857   -138.472105 13 10 11 209  P   P
+PG06 -13342.576212  22586.908994  -3163.544308   -235.487525 12 10 13 240  P   P
+PG07  25950.816603   5737.778438   2254.883717      7.103598  8 14 16 238  P   P
+PG08  25472.743877    469.780337  -8427.386082      7.635873 13 15 17 325  P   P
+PG09 -13336.876493 -14234.399616 -18579.126835     71.341137 18 12 16 296  P   P
+PG10  11974.953352 -10738.659268  20861.297291    -70.497825 14 16  8 324  P   P
+PG11  13163.885086  14012.063165 -18760.546569   -139.394372 14  9 11 257  P   P
+PG12 -11353.360650 -23881.222346   3397.191057    -14.747151 15 13 17 233  P   P
+PG13  15877.927743   3165.686178  20921.697061    276.708566 10 14 11 266  P   P
+PG14 -20684.205818  13101.299958  -9965.856824    141.414464  4 16 16 239  P   P
+PG15  -2375.209230 -18708.582172 -18629.619776   -138.417599 15 13 11 228  P   P
+PG16  -2782.046900  21883.165904  14601.076983   -162.175773 14 13 12 240  P   P
+PG17  20551.273531 -12719.142477 -10619.561844    184.231303 10 17 17 187  P   P
+PG18 -17314.459482  -6456.439241 -18901.271462    129.733704 11 15 14 223  P   P
+PG19  -2551.368975  20069.313983 -17024.331983   -126.327581 13 14 12 192  P   P
+PG20  14503.334469  21254.507218   6568.989955     48.833966 12 15 15 238  P   P
+PG21 -26352.544645  -5315.775442   1355.118241   -134.645398  5 15 16 221  P   P
+PG22 -14500.704131   6245.664971 -21189.658546    150.788526 12 16 12 238  P   P
+PG23   7475.746626  14053.685132  21201.984649    316.060642 12 14 10 207  P   P
+PG24  16106.313855  14612.652966 -15376.239362    378.317457 19 10 16 209  P   P
+PG25 -16890.881936 -14105.950239  14871.429627     -1.009381 12 16 15 245  P   P
+PG26   9780.936890 -21803.708253 -11711.956292   -161.499760 18  8 16 289  P   P
+PG27  -8030.168446 -14447.066137 -20207.056027    251.669403 19 11 15 315  P   P
+PG28  14923.070197  -1428.179512 -21431.466279     28.901719 12 14 11 241  P   P
+PG29 -14120.574523  -6678.057370  21558.725234    196.858296  9 15  7 213  P   P
+PG30  -7192.759457  16659.844984  18976.496108    333.879588 12 13 11 317  P   P
+PG31 -18686.232276   8607.244663  17121.732690     61.131545 16 15 17 226  P   P
+PG32   7668.043453  25663.681616    204.216702   -227.151651 13 11 14 285  P   P
+*  2011  4  2 11 45  0.00000000
+PG02  10358.640773 -13932.551595  20006.719298    328.467508 14  6  7 239  P   P
+PG03  -9092.384337  24441.836339  -4434.130250    696.571224 14 11 14 322  P   P
+PG04  22366.321568  -7223.469988  12490.198270     77.254186 17 17 18 303  P   P
+PG05   1477.621092 -21807.644908  14996.342303   -138.477359 13 11 11 213  P   P
+PG06 -13751.014577  22579.114942   -356.180217   -235.592667 11 10 13 234  P   P
+PG07  25512.537351   5881.098173   5085.327230      7.104482 10 14 15 236  P   P
+PG08  26230.766297    733.340017  -5683.727406      7.635759 11 14 17 324  P   P
+PG09 -11238.286234 -14110.768849 -20046.377230     71.343249 18 12 15 295  P   P
+PG10  12956.638501  -8473.067550  21341.127582    -70.498717 14 17  7 325  P   P
+PG11  11036.690790  14444.545778 -19762.496736   -139.397098 15  9 10 255  P   P
+PG12 -11249.444937 -24162.094138    536.747056    -14.744580 15 12 17 235  P   P
+PG13  14284.503500   5040.330192  21679.169738    276.707280 11 14 10 265  P   P
+PG14 -19979.719136  11987.010279 -12466.370351    141.416615  5 17 16 240  P   P
+PG15  -1039.160384 -20273.063365 -17033.670302   -138.414858 15 12 11 225  P   P
+PG16  -3587.042641  20275.378194  16636.981944   -162.178261 14 13 12 240  P   P
+PG17  19874.519948 -11495.393416 -13022.826578    184.231497 10 18 17 186  P   P
+PG18 -17974.296686  -8492.768705 -17482.493091    129.735543 10 15 14 225  P   P
+PG19  -3926.364767  21324.514708 -15099.474974   -126.331038 13 13 13 188  P   P
+PG20  14477.323042  21946.578131   3857.149953     48.834084 12 14 15 237  P   P
+PG21 -26053.434245  -5561.878965   4095.383369   -134.647776  8 15 16 221  P   P
+PG22 -15416.339658   3956.530792 -21104.107659    150.787814 12 16 12 239  P   P
+PG23   5956.061361  15891.949656  20338.253076    316.058369 11 14 11 208  P   P
+PG24  14236.224946  14464.523523 -17218.052470    378.320052 19 10 15 204  P   P
+PG25 -17355.722019 -15624.284457  12657.471565     -1.009684 12 16 15 244  P   P
+PG26  10650.427823 -22535.676434  -9119.692407   -161.509019 17  6 17 288  P   P
+PG27  -5544.216440 -14322.748437 -21057.215842    251.672931 19 10 14 317  P   P
+PG28  15785.876903    943.903327 -20868.896806     28.903858 11 14 12 241  P   P
+PG29 -12589.809105  -8610.020056  21824.980556    196.860804  9 14  7 211  P   P
+PG30  -8301.332939  14617.882744  20148.433456    333.882394 12 14 10 317  P   P
+PG31 -20456.932796   8257.632970  15149.887730     61.136084 15 15 17 226  P   P
+PG32   7387.677645  25580.006612  -2612.538473   -227.158234 13 10 14 283  P   P
+*  2011  4  2 12  0  0.00000000
+PG02  12586.212726 -13696.047722  18812.686903    328.469508 13  8  7 237  P   P
+PG03  -9556.880716  24560.692481  -1655.055543    696.575775 14 11 14 322  P   P
+PG04  23665.661828  -6900.869746  10121.748106     77.263456 17 17 18 301  P   P
+PG05   2482.215718 -20260.706262  16917.557981   -138.482608 13 12 10 216  P   P
+PG06 -13996.136256  22316.947730   2457.414180   -235.697798 11 10 13 226  P   P
+PG07  24768.843715   6027.306759   7829.324698      7.105365 12 14 15 234  P   P
+PG08  26692.823792    907.639275  -2845.351828      7.635631  9 14 17 323  P   P
+PG09  -8994.267151 -14100.990640 -21184.060536     71.345353 19 12 15 295  P   P
+PG10  14062.087134  -6231.844548  21445.556098    -70.499627 14 17  9 325  P   P
+PG11   8836.749066  14982.697087 -20435.300701   -139.399825 15  9  9 253  P   P
+PG12 -11020.311938 -24156.970199  -2332.832236    -14.742005 16 11 17 237  P   P
+PG13  12758.817652   7053.699049  22058.817727    276.705999 11 14 10 265  P   P
+PG14 -19175.007347  10615.380345 -14749.032762    141.418765  6 17 15 240  P   P
+PG15    111.433182 -21736.487982 -15142.587446   -138.412115 15 12 12 223  P   P
+PG16  -4566.150510  18519.210910  18383.722249   -162.180752 14 14 11 239  P   P
+PG17  19111.476939 -10024.676708 -15197.763497    184.231693 10 18 17 184  P   P
+PG18 -18653.306847 -10329.914805 -15759.886659    129.737384 10 15 15 227  P   P
+PG19  -5092.055898  22465.239180 -12910.704620   -126.334495 12 13 13 184  P   P
+PG20  14337.535004  22366.312401   1079.003222     48.834200 12 14 15 237  P   P
+PG21 -25468.473982  -5798.312664   6768.218981   -134.650143 10 15 16 224  P   P
+PG22 -16424.884685   1741.722735 -20650.167964    150.787103 12 16 13 240  P   P
+PG23   4598.994139  17711.639945  19121.749003    316.056097 11 13 12 209  P   P
+PG24  12168.970952  14389.703976 -18765.375108    378.322664 20 10 14 224  P   P
+PG25 -17778.713623 -16882.321938  10225.725129     -1.009987 13 15 16 243  P   P
+PG26  11298.209737 -23075.163055  -6370.201589   -161.518283 17  7 17 287  P   P
+PG27  -2973.484457 -14331.283969 -21523.978008    251.676414 19 10 13 319  P   P
+PG28  16735.910924   3183.967063 -19931.571843     28.905999 11 14 12 240  P   P
+PG29 -11157.433256 -10626.545398  21718.489791    196.863309  9 14  8 209  P   P
+PG30  -9568.489349  12533.819246  20960.872517    333.885213 12 14 10 317  P   P
+PG31 -22009.457280   8022.865860  12923.158904     61.140618 15 16 18 226  P   P
+PG32   6985.368969  25219.883971  -5385.261168   -227.164812 13  9 13 280  P   P
+*  2011  4  2 12 15  0.00000000
+PG02  14672.756531 -13563.249332  17291.107531    328.471508 13  9  7 234  P   P
+PG03  -9897.144605  24407.437552   1152.963134    696.580325 14 11 13 321  P   P
+PG04  24701.166219  -6643.653255   7580.789265     77.272725 16 17 18 300  P   P
+PG05   3665.721118 -18593.729840  18546.046624   -138.487851 13 12 10 219  P   P
+PG06 -14109.639864  21785.260912   5228.233894   -235.802921 10 11 12 215  P   P
+PG07  23731.853689   6213.848658  10440.173035      7.106245 13 14 15 232  P   P
+PG08  26844.423746   1030.389276     40.390365      7.635490  6 14 17 322  P   P
+PG09  -6648.565705 -14222.015887 -21974.356229     71.347450 19 11 14 294  P   P
+PG10  15271.153646  -4060.088273  21173.859938    -70.500554 14 17 11 325  P   P
+PG11   6604.905200  15626.303509 -20767.166330   -139.402555 15  9  8 252  P   P
+PG12 -10632.431458 -23884.409842  -5162.678033    -14.739428 16  9 17 239  P   P
+PG13  11336.535261   9167.996931  22053.779167    276.704721 11 14 10 264  P   P
+PG14 -18313.747994   8994.056364 -16773.754975    141.420918  7 18 15 241  P   P
+PG15   1077.720513 -23055.096076 -12988.882292   -138.409370 14 11 12 220  P   P
+PG16  -5723.146468  16661.521415  19811.646338   -162.183242 14 14 10 239  P   P
+PG17  18304.002933  -8317.888880 -17106.241693    184.231884 11 18 16 183  P   P
+PG18 -19316.369537 -11944.431713 -13764.645733    129.739232  9 15 15 228  P   P
+PG19  -6050.778295  23448.346770 -10495.860739   -126.337955 12 12 13 178  P   P
+PG20  14051.235367  22526.094061  -1717.668753     48.834318 12 13 15 236  P   P
+PG21 -24607.156589  -6059.453260   9329.958546   -134.652504 10 15 16 226  P   P
+PG22 -17500.996260   -358.998709 -19836.172498    150.786391 12 16 14 241  P   P
+PG23   3416.556669  19466.033862  17572.729755    316.053826 11 13 12 209  P   P
+PG24   9941.801527  14412.074678 -19991.032349    378.325298 20 11 12 240  P   P
+PG25 -18119.704339 -17871.998945   7618.065815     -1.010291 14 15 16 242  P   P
+PG26  11742.121869 -23383.988416  -3510.020491   -161.527551 17  9 17 286  P   P
+PG27   -371.443788 -14479.163252 -21597.318621    251.679850 19 10 12 320  P   P
+PG28  17741.446325   5252.232894 -18637.784991     28.908140 11 14 12 240  P   P
+PG29  -9850.290462 -12687.180988  21241.179162    196.865818  9 14  9 207  P   P
+PG30 -10979.238051  10455.515575  21398.887439    333.888044 13 15 10 316  P   P
+PG31 -23310.750200   7874.919603  10478.820509     61.145153 14 16 18 226  P   P
+PG32   6430.738256  24604.175406  -8066.888810   -227.171389 13  9 13 278  P   P
+*  2011  4  2 12 30  0.00000000
+PG02  16577.652097 -13513.833650  15467.383402    328.473508 12  9  7 231  P   P
+PG03 -10144.530173  23967.716995   3940.650231    696.584874 14 12 13 320  P   P
+PG04  25454.563093  -6419.605121   4911.057931     77.281992 15 17 18 298  P   P
+PG05   5025.568701 -16851.961340  19853.818750   -138.493089 13 13  9 221  P   P
+PG06 -14126.482067  20976.877529   7908.233358   -235.908038 10 11 12 201  P   P
+PG07  22422.096474   6475.486220  12873.359663      7.107126 13 14 14 230  P   P
+PG08  26679.761905   1141.268410   2925.463357      7.635343  7 14 17 320  P   P
+PG09  -4247.602189 -14483.100099 -22404.930810     71.349538 19 11 13 293  P   P
+PG10  16556.870956  -1998.671844  20532.017669    -70.501495 14 16 13 325  P   P
+PG11   4381.990118  16368.302002 -20751.776182   -139.405290 15  8  8 250  P   P
+PG12 -10057.198476 -23370.398849  -7904.543677    -14.736848 16  6 17 240  P   P
+PG13  10046.702015  11339.836672  21663.981818    276.703446 11 13 10 263  P   P
+PG14 -17438.876624   7139.760039 -18504.981757    141.423072  8 18 14 242  P   P
+PG15   1868.808079 -24187.699237 -10609.718212   -138.406624 14 10 12 218  P   P
+PG16  -7053.342034  14750.329750  20896.796827   -162.185733 14 15  9 239  P   P
+PG17  17492.653069  -6394.519028 -18714.899595    184.232076 11 18 16 182  P   P
+PG18 -19926.138007 -13320.821700 -11532.395750    129.741083  9 15 15 230  P   P
+PG19  -6813.043849  24233.681279  -7896.945251   -126.341416 12 11 13 173  P   P
+PG20  13589.663028  22445.693696  -4484.937740     48.834434 12 12 15 235  P   P
+PG21 -23486.315192  -6377.596003  11738.921016   -134.654860 10 15 15 228  P   P
+PG22 -18613.672548  -2311.164025 -18676.782883    150.785678 12 16 14 241  P   P
+PG23   2412.433695  21108.131819  15717.407232    316.051556 11 13 13 211  P   P
+PG24   7596.884906  14549.029104 -20873.230954    378.327957 20 11 10 250  P   P
+PG25 -18339.115923 -18593.966502   4879.378006     -1.010592 14 15 16 241  P   P
+PG26  12007.179883 -23429.725922   -588.394097   -161.536822 16 11 17 285  P   P
+PG27   2207.345480 -14764.096712 -21274.783770    251.683235 19  9 13 321  P   P
+PG28  18765.596769   7116.145537 -17012.254768     28.910281 10 14 13 241  P   P
+PG29  -8688.028379 -14747.843722  20401.251538    196.868326 10 13 10 205  P   P
+PG30 -12510.575588   8428.465446  21454.463408    333.890889 13 15 10 316  P   P
+PG31 -24334.738085   7780.750956   7857.815993     61.149688 13 16 18 226  P   P
+PG32   5698.549282  23760.557906 -10611.491787   -227.177966 13  8 12 275  P   P
+*  2011  4  2 12 45  0.00000000
+PG02  18265.562339 -13521.455257  13372.473797    328.475506 11 10  8 228  P   P
+PG03 -10332.983199  23235.487474   6658.630073    696.589419 14 12 13 319  P   P
+PG04  25915.553383  -6194.157374   2158.159071     77.291260 14 17 18 296  P   P
+PG05   6550.975056 -15080.730764  20818.488067   -138.498322 13 13  9 222  P   P
+PG06 -14083.325368  19892.957970  10451.177885   -236.013148 10 12 12 183  P   P
+PG07  20867.822343   6842.794004  15087.300539      7.108004 14 13 14 228  P   P
+PG08  26201.928534   1280.271568   5761.866302      7.635189 10 15 16 319  P   P
+PG09  -1838.958022 -14885.440691 -22469.070083     71.351622 19 10 14 292  P   P
+PG10  17886.471135    -82.851641  19532.514043    -70.502453 14 16 14 326  P   P
+PG11   2207.486231  17194.937287 -20388.433911   -139.408027 15  8  9 248  P   P
+PG12  -9272.215280 -22647.299692 -10511.605295    -14.734264 16  6 16 241  P   P
+PG13   8910.710117  13521.773100  20896.155490    276.702173 11 13 10 262  P   P
+PG14 -16590.846937   5077.839311 -19912.353000    141.425226  9 18 13 243  P   P
+PG15   2501.214444 -25097.252281  -8046.265186   -138.403876 14 10 12 216  P   P
+PG16  -8543.632448  12833.050395  21621.278603   -162.188224 15 15  8 238  P   P
+PG17  16715.033458  -4282.077094 -19995.754867    184.232264 11 19 15 182  P   P
+PG18 -20444.555737 -14451.859400  -9102.495872    129.742938  8 14 15 231  P   P
+PG19  -7396.938336  24785.680819  -5159.369300   -126.344878 12 11 13 168  P   P
+PG20  12929.292164  22151.374450  -7175.540119     48.834553 12 12 15 235  P   P
+PG21 -22129.546310  -6781.627561  13955.973542   -134.657214 10 15 15 230  P   P
+PG22 -19727.438384  -4086.727406 -17192.691683    150.784966 12 16 15 242  P   P
+PG23   1581.983326  22592.410948  13587.530124    316.049287 11 12 13 211  P   P
+PG24   5179.891019  14810.693134 -21395.980877    378.330645 20 12 10 257  P   P
+PG25 -18399.586614 -19057.395092   2056.781530     -1.010892 15 14 16 241  P   P
+PG26  12124.505609 -23187.165569   2343.558371   -161.546094 16 12 17 284  P   P
+PG27   4709.304084 -15175.044913 -20561.625623    251.686567 19  9 14 321  P   P
+PG28  19767.843873   8751.403285 -15085.521860     28.912425 10 13 13 241  P   P
+PG29  -7682.481431 -16762.354794  19213.046453    196.870836 10 12 11 204  P   P
+PG30 -14132.268315   6494.103869  21126.669065    333.893746 13 15 11 316  P   P
+PG31 -25063.226534   7703.690384   5104.128140     61.154216 12 17 18 227  P   P
+PG32   4769.908640  22722.507016 -12975.045136   -227.184543 13  9 12 272  P   P
+*  2011  4  2 13  0  0.00000000
+PG02  19707.698509 -13554.874413  11042.395657    328.477506 11 11  8 225  P   P
+PG03 -10497.507089  22213.435182   9258.371984    696.593961 13 12 13 319  P   P
+PG04  26082.075158  -5931.893267   -631.193587     77.300529 13 17 18 295  P   P
+PG05   8223.190606 -13323.787018  21423.647674   -138.503549 13 13  9 223  P   P
+PG06 -14016.939462  18543.047423  12813.446329   -236.118257 10 12 12 185  P   P
+PG07  19104.031063   7340.813107  17044.036058      7.108882 15 13 13 226  P   P
+PG08  25422.807812   1486.049989   8502.351841      7.635037 12 15 16 319  P   P
+PG09    530.167258 -15422.104090 -22165.750946     71.353702 19 10 14 292  P   P
+PG10  19222.638042   1658.880075  18194.024623    -70.503425 14 16 15 327  P   P
+PG11    118.236076  18086.175571 -19682.137728   -139.410768 15  7 10 247  P   P
+PG12  -8262.345422 -21752.570118 -12939.243843    -14.731680 17  8 16 243  P   P
+PG13   7941.578995  15664.007576  19763.715087    276.700899 11 13 11 262  P   P
+PG14 -15806.001905   2841.474803 -20971.265251    141.427381 10 18 12 243  P   P
+PG15   2998.028567 -25752.279056  -5342.976044   -138.401127 13  9 12 214  P   P
+PG16 -10172.879800  10954.773202  21973.511761   -162.190716 15 15  8 238  P   P
+PG17  16004.290546  -2015.202648 -20926.705932    184.232451 11 19 14 183  P   P
+PG18 -20834.389289 -15338.597967  -6517.301230    129.744796  9 14 15 232  P   P
+PG19  -7827.211058  25074.823359  -2331.124003   -126.348339 12 10 13 164  P   P
+PG20  12052.893135  21674.767103  -9743.666027     48.834671 12 11 14 235  P   P
+PG21 -20566.414572  -7295.830512  15945.056286   -134.659565  9 14 14 232  P   P
+PG22 -20803.715679  -5664.937374 -15410.215230    150.784253 11 16 15 242  P   P
+PG23    912.575672  23876.546458  11219.852367    316.047017 11 11 14 212  P   P
+PG24   2738.433576  15199.431534 -21549.424775    378.333362 20 12 13 262  P   P
+PG25 -18267.537487 -19279.458397   -801.179205     -1.011191 15 13 16 240  P   P
+PG26  12129.984225 -22639.535202   5233.768431   -161.555370 15 13 17 283  P   P
+PG27   7083.875277 -15692.653510 -19470.738231    251.689844 18 10 15 321  P   P
+PG28  20705.703695  10142.629507 -12893.241182     28.914570 10 13 13 242  P   P
+PG29  -6837.359421 -18684.062852  17696.801764    196.873345 11 12 12 203  P   P
+PG30 -15807.950260   4688.294548  20421.670508    333.896613 13 15 12 316  P   P
+PG31 -25486.520853   7604.982630   2264.097047     61.158737 11 17 19 227  P   P
+PG32   3633.245480  21528.058874 -15116.197476   -227.191125 13  9 11 269  P   P
+*  2011  4  2 13 15  0.00000000
+PG02  20882.842535 -13579.307570   8517.609395    328.479505 10 12  9 221  P   P
+PG03 -10672.569062  20913.051709  11693.147983    696.598496 13 13 13 318  P   P
+PG04  25960.272354  -5598.071368  -3409.935758     77.309799 11 17 18 294  P   P
+PG05  10016.064652 -11621.709882  21659.138306   -138.508773 13 13  9 224  P   P
+PG06 -13962.620958  16944.804837  14954.770797   -236.223363  9 13 11 203  P   P
+PG07  17171.253522   7987.916978  18709.874175      7.109759 15 13 13 225  P   P
+PG08  24362.673796   1794.298701  11101.136797      7.634886 13 15 16 318  P   P
+PG09   2814.480953 -16078.243505 -21499.653849     71.355778 19  9 15 291  P   P
+PG10  20524.937365   3205.657586  16540.992887    -70.504411 13 16 15 327  P   P
+PG11  -1852.761082  19016.364635 -18643.576117   -139.413513 15  6 11 245  P   P
+PG12  -7020.498402 -20727.297404 -15145.796607    -14.729094 17 10 16 244  P   P
+PG13   7143.579877  17716.195450  18286.516284    276.699628 11 12 11 261  P   P
+PG14 -15115.123087    470.573352 -21663.321136    141.429536 10 18 11 244  P   P
+PG15   3387.805133 -26128.094727  -2546.798107   -138.398378 13  8 12 213  P   P
+PG16 -11912.612315   9156.659298  21948.369047   -162.193207 14 15  9 237  P   P
+PG17  15387.797436    365.508776 -21491.915233    184.232636 11 18 14 184  P   P
+PG18 -21060.718433 -15990.065973  -3821.401703    129.746658  9 14 15 233  P   P
+PG19  -8134.092919  25078.846272    538.107498   -126.351803 12  9 13 160  P   P
+PG20  10950.354057  21051.559244 -12145.714392     48.834789 13 10 14 235  P   P
+PG21 -18831.466119  -7938.856414  17673.669036   -134.661914  8 14 14 235  P   P
+PG22 -21802.322366  -7032.913580 -13360.787444    150.783538 11 16 16 242  P   P
+PG23    384.259275  24923.029624   8655.495565    316.044750 11 11 14 213  P   P
+PG24    320.428858  15709.664902 -21330.066277    378.336111 20 13 14 265  P   P
+PG25 -17914.601920 -19284.516923  -3645.369437     -1.011490 16 13 16 241  P   P
+PG26  12062.695880 -21779.415527   8030.217260   -161.564644 15 14 16 282  P   P
+PG27   9285.439852 -16290.075536 -18022.391331    251.693065 18 10 16 321  P   P
+PG28  21536.456142  11283.668452 -10475.394394     28.916715 10 13 13 243  P   P
+PG29  -6148.253185 -20467.495167  15878.320419    196.875854 11 11 12 202  P   P
+PG30 -17496.487950   3040.061972  19352.586853    333.899490 12 15 13 315  P   P
+PG31 -25603.745658   7445.419732   -614.307156     61.163261  9 17 19 227  P   P
+PG32   2285.027725  20218.392215 -16997.023926   -227.197709 13  9 11 266  P   P
+*  2011  4  2 13 30  0.00000000
+PG02  21778.079806 -13557.946474   5842.299523    328.481505  9 12  9 217  P   P
+PG03 -10890.515426  19354.355674  13918.977900    696.603027 13 13 12 318  P   P
+PG04  25564.173686  -5160.114061  -6131.399146     77.319073  9 17 18 292  P   P
+PG05  11896.904177 -10010.460569  21521.205141   -138.513991 14 13 10 225  P   P
+PG06 -13952.693980  15123.427980  16838.901676   -236.328469 10 13 11 219  P   P
+PG07  15114.130360   8794.932934  20055.970480      7.110636 15 13 12 223  P   P
+PG08  23049.495712   2236.247266  13514.599176      7.634746 14 15 15 318  P   P
+PG09   4972.056507 -16831.600485 -20481.116046     71.357852 19  8 16 290  P   P
+PG10  21751.363848   4544.791740  14603.114082    -70.505410 13 16 16 328  P   P
+PG11  -3677.421197  19955.121680 -17289.040929   -139.416264 15  6 11 244  P   P
+PG12  -5548.113510 -19614.602673 -17093.266326    -14.726507 17 11 15 245  P   P
+PG13   6512.218728  19629.283719  16490.488899    276.698356 11 12 12 260  P   P
+PG14 -14542.217718  -1989.606663 -21976.657225    141.431692 10 18 11 244  P   P
+PG15   3703.241284 -26207.774889    293.664587   -138.395627 12  7 12 214  P   P
+PG16 -13728.009118   7474.511713  21547.199857   -162.195698 14 15 10 237  P   P
+PG17  14886.090100   2814.913021 -21682.067676    184.232820 11 18 13 187  P   P
+PG18 -21092.328495 -16422.675042  -1060.851795    129.748522 10 13 15 234  P   P
+PG19  -8351.891932  24783.687548   3397.876896   -126.355267 12  9 13 160  P   P
+PG20   9619.233614  20320.049687 -14341.003077     48.834908 13 10 13 236  P   P
+PG21 -16963.082490  -8722.899400  19113.319124   -134.664260  5 14 13 237  P   P
+PG22 -22683.039048  -8185.910552 -11080.367018    150.782824 11 16 16 242  P   P
+PG23    -29.269452  25700.614813   5939.216409    316.042483 12 10 14 213  P   P
+PG24  -2027.566597  16328.008543 -20740.889184    378.338896 20 13 16 267  P   P
+PG25 -17318.862590 -19103.033928  -6426.907255     -1.011786 16 12 16 241  P   P
+PG26  11963.182710 -20609.295037  10681.985694   -161.573918 14 14 16 280  P   P
+PG27  11275.011732 -16934.142048 -16243.770036    251.696233 18 11 16 320  P   P
+PG28  22218.862847  12177.505997  -7875.448656     28.918863 10 13 14 244  P   P
+PG29  -5602.956746 -22069.975565  13788.546940    196.878365 12 10 13 203  P   P
+PG30 -19153.551443   1570.622162  17939.192824    333.902376 12 15 14 315  P   P
+PG31 -25422.849004   7187.007465  -3482.248963     61.167774  6 17 19 229  P   P
+PG32    730.179413  18836.280032 -18583.748001   -227.204301 14 10 10 263  P   P
+*  2011  4  2 13 45  0.00000000
+PG02  22389.207486 -13453.583195   3063.563708    328.483506  9 13 10 214  P   P
+PG03 -11180.066774  17565.264738  15895.535259    696.607549 13 13 12 318  P   P
+PG04  24915.097398  -4589.007266  -8750.037681     77.328351  9 17 17 291  P   P
+PG05  13827.592426  -8520.126187  21012.541755   -138.519206 14 13 11 225  P   P
+PG06 -14015.149436  13110.800789  18434.188698   -236.433577 10 13 10 230  P   P
+PG07  12979.839183   9764.554600  21058.835398      7.111510 16 13 11 223  P   P
+PG08  21517.974476   2837.306782  15701.955171      7.634615 14 15 15 318  P   P
+PG09   6965.681154 -17653.275703 -19126.024548     71.359924 18  8 17 290  P   P
+PG10  22859.942781   5671.993607  12414.741068    -70.506419 12 15 16 329  P   P
+PG11  -5333.475447  20868.421913 -15640.253236   -139.419020 14  6 12 244  P   P
+PG12  -3855.322116 -18457.974852 -18747.976329    -14.723919 17 12 15 245  P   P
+PG13   6034.577100  21357.304967  14407.155941    276.697083 11 11 12 260  P   P
+PG14 -14103.592754  -4490.042190 -21906.144045    141.433847 11 18 12 245  P   P
+PG15   3979.688395 -25982.831935   3129.021886   -138.392876 12  7 12 214  P   P
+PG16 -15579.129515   5937.572293  20777.744791   -162.198188 14 16 12 236  P   P
+PG17  14512.095148   5284.900165 -21494.501011    184.233002 10 18 12 190  P   P
+PG18 -20902.955678 -16659.367845   1717.595605    129.750390 10 13 15 235  P   P
+PG19  -8517.425263  24184.108175   6197.915235   -126.358732 12  9 13 163  P   P
+PG20   8065.025946  19519.623467 -16292.424633     48.835028 13 10 13 236  P   P
+PG21 -15002.210859  -9653.096730  20239.929579   -134.666605    14 13 239  P   P
+PG22 -23407.180683  -9127.262099  -8608.771638    150.782108 11 16 16 243  P   P
+PG23   -359.432041  26185.534139   3118.593279    316.040218 12 10 15 214  P   P
+PG24  -4261.975036  17033.732167 -19791.361443    378.341715 20 13 17 268  P   P
+PG25 -16465.847908 -18770.266265  -9098.001335     -1.012083 17 11 16 241  P   P
+PG26  11871.624149 -19141.725289  13140.327044   -161.583189 13 15 16 279  P   P
+PG27  13021.633467 -17586.823055 -14168.337386    251.699347 18 12 17 318  P   P
+PG28  22714.803381  12835.832416  -5139.486273     28.921011 10 12 14 246  P   P
+PG29  -5182.093756 -23453.148847  11463.059433    196.880874 12  9 13 203  P   P
+PG30 -20733.321581    292.751309  16207.479032    333.905271 12 16 14 315  P   P
+PG31 -24960.287029   6794.603690  -6290.820346     61.172287  7 18 19 232  P   P
+PG32  -1017.826105  17424.467844 -19847.416076   -227.210898 14 10  9 260  P   P
+*  2011  4  2 14  0  0.00000000
+PG02  22720.797246 -13230.272169    230.527649    328.485506  9 13 11 211  P   P
+PG03 -11564.962063  15580.639636  17586.987097    696.612061 13 14 11 318  P   P
+PG04  24040.806316  -3860.562357 -11222.125919     77.337634 11 17 17 290  P   P
+PG05  15765.923305  -7173.905328  20142.221937   -138.524417 14 13 12 226  P   P
+PG06 -14172.473877  10944.399326  19714.071244   -236.538690 10 13  9 239  P   P
+PG07  10816.428079  10891.070145  21700.759234      7.112386 16 13 11 222  P   P
+PG08  19808.341070   3615.921894  17625.909312      7.634499 15 15 14 318  P   P
+PG09   8764.048354 -18508.746965 -17455.646661     71.361998 18  9 17 289  P   P
+PG10  23810.322759   6591.271135  10014.227691    -70.507437 10 15 17 330  P   P
+PG11  -6805.162359  21719.852754 -13724.098060   -139.421783 14  6 13 243  P   P
+PG12  -1960.779471 -17299.597043 -20081.160423    -14.721332 17 13 14 246  P   P
+PG13   5689.995400  22859.055593  12073.048968    276.695808 11 10 13 260  P   P
+PG14 -13807.252650  -6979.679888 -21453.455247    141.436003 11 18 14 246  P   P
+PG15   4253.559422 -25453.571134   5909.983488   -138.390126 11  7 11 216  P   P
+PG16 -17422.337481   4567.586748  19653.946403   -162.200677 14 16 13 236  P   P
+PG17  14270.678005   7726.088107 -20933.208245    184.233181 10 18 12 193  P   P
+PG18 -20472.343227 -16728.544008   4467.240676    129.752258 11 13 15 237  P   P
+PG19  -8668.354286  23283.969182   8889.073112   -126.362197 12  9 12 168  P   P
+PG20   6301.129126  18689.204790 -17967.039350     48.835148 13  9 12 237  P   P
+PG21 -12991.009997 -10727.176797  21034.205581   -134.668945  5 13 12 242  P   P
+PG22 -23939.111435  -9868.012913  -5988.953889    150.781391 12 15 16 243  P   P
+PG23   -641.319380  26362.427506    243.149026    316.037953 12 11 15 214  P   P
+PG24  -6343.709279  17799.526265 -18497.319862    378.344570 20 13 18 267  P   P
+PG25 -15349.249114 -18324.781358 -11612.768893     -1.012381 17 10 16 242  P   P
+PG26  11826.002148 -17399.055093  15359.730118   -161.592457 12 15 15 278  P   P
+PG27  14503.408143 -18206.905372 -11835.044831    251.702411 17 13 18 316  P   P
+PG28  22990.766919  13278.278374  -2315.327734     28.923162 11 12 14 247  P   P
+PG29  -4860.024754 -24584.354570   8941.484122    196.883383 13  8 14 204  P   P
+PG30 -22190.258111   -789.484932  14189.085126    333.908171 11 16 15 315  P   P
+PG31 -24240.396753   6237.466773  -8991.851416     61.176804 11 18 19 233  P   P
+PG32  -2937.210455  16024.040903 -20764.506959   -227.217507 14 10  9 258  P   P
+*  2011  4  2 14 15  0.00000000
+PG02  22785.906767 -12854.957306  -2606.593621    328.487506  9 14 11 209  P   P
+PG03 -12062.814814  13441.038237  18962.742127    696.616567 13 14 11 318  P   P
+PG04  22974.445389  -2956.496708 -13506.423063     77.346924 13 17 17 290  P   P
+PG05  17667.099650  -5987.372276  18925.522012   -138.529624 14 13 13 226  P   P
+PG06 -14440.710287   8666.000894  20657.473378   -236.643806 10 14  9 246  P   P
+PG07   8671.117213  12160.419738  21970.146562      7.113259 16 13 12 222  P   P
+PG08  17964.955591   4582.670886  19253.270123      7.634400 15 15 14 318  P   P
+PG09  10342.754936 -19359.105085 -15496.395141     71.364071 18 10 18 288  P   P
+PG10  24565.299291   7314.510713   7443.224970    -70.508463  9 15 17 331  P   P
+PG11  -8083.682159  22471.991092 -11572.265189   -139.424549 14  7 13 243  P   P
+PG12    108.830688 -16178.728918 -21069.476842    -14.718744 18 13 13 246  P   P
+PG13   5451.068931  24099.591518   9529.032682    276.694532 11 10 13 259  P   P
+PG14 -13652.643586  -9407.247569 -20627.006217    141.438157 11 18 15 246  P   P
+PG15   4560.696776 -24629.111962   8588.242317   -138.387377 10  7 11 218  P   P
+PG16 -19211.865832   3378.168730  18195.663017   -162.203166 14 16 13 235  P   P
+PG17  14158.526421  10089.558493 -20008.715293    184.233358 10 18 13 197  P   P
+PG18 -19787.074386 -16662.807654   7142.164308    129.754128 11 13 15 238  P   P
+PG19  -8841.493315  22096.151986  11424.234825   -126.365662 12  9 12 173  P   P
+PG20   4348.519478  17865.745449 -19336.598481     48.835268 14  9 11 238  P   P
+PG21 -10971.454032 -11935.368639  21481.956194   -134.671285  8 13 12 244  P   P
+PG22 -24247.644159 -10426.256175  -3266.233834    150.780673 12 15 16 243  P   P
+PG23   -912.088984  26224.947683  -2636.570739    316.035689 13 11 15 214  P   P
+PG24  -8239.516371  18592.548122 -16880.734050    378.347461 20 12 18 265  P   P
+PG25 -13971.330029 -17806.858073 -13928.019993     -1.012676 17  8 16 242  P   P
+PG26  11860.342465 -15412.742948  17298.937115   -161.601721 11 16 15 277  P   P
+PG27  15708.125205 -18751.803808  -9287.421823    251.705428 17 14 18 313  P   P
+PG28  23019.145935  13531.366881    548.332313     28.925315 12 12 13 249  P   P
+PG29  -4606.001219 -25437.798297   6266.840585    196.885892 14  8 14 204  P   P
+PG30 -23480.852020  -1680.635988  11920.624599    333.911076 11 16 15 315  P   P
+PG31 -23294.476080   5490.653945 -11538.727087     61.181315 12 18 18 235  P   P
+PG32  -4998.472086  14672.845792 -21317.458782   -227.224126 14 11 10 256  P   P
+*  2011  4  2 14 30  0.00000000
+PG02  22605.450412 -12298.992820  -5397.464879    328.489507 10 14 11 207  P   P
+PG03 -12684.235341  11191.232547  19998.084234    696.621061 12 14 10 318  P   P
+PG04  21753.300433  -1865.295932 -15564.796706     77.356220 14 17 16 289  P   P
+PG05  19485.337362  -4968.046192  17383.638135   -138.534830 14 13 14 226  P   P
+PG06 -14828.783393   6320.247097  21249.101203   -236.748929 10 14  9 252  P   P
+PG07   6588.632253  13550.583431  21861.752388      7.114134 16 13 13 222  P   P
+PG08  16034.753051   5739.649914  20555.522840      7.634322 16 15 13 319  P   P
+PG09  11685.067316 -20162.471204 -13279.524338     71.366147 18 12 18 288  P   P
+PG10  25092.213392   7860.766995   4745.944646    -70.509497  7 14 17 332  P   P
+PG11  -9167.391032  23087.854530  -9220.795037   -139.427322 14  9 13 243  P   P
+PG12   2319.603085 -15130.207328 -21695.436289    -14.716158 18 14 12 246  P   P
+PG13   5284.914225  25051.482506   6819.553623    276.693253 12  9 13 259  P   P
+PG14 -13630.752092 -11723.069765 -19441.765586    141.440311 11 18 15 247  P   P
+PG15   4934.767200 -23527.074069  11117.337584   -138.384628  9  8 11 220  P   P
+PG16 -20901.460571   2374.482180  16428.293400   -162.205653 14 16 14 235  P   P
+PG17  14164.370204  12328.565993 -18737.839761    184.233535  9 17 13 200  P   P
+PG18 -18841.156758 -16497.584680   9697.924593    129.756000 12 13 14 239  P   P
+PG19  -9071.163568  20642.126428  13759.185677   -126.369127 13  9 12 178  P   P
+PG20   2235.144448  17082.804253 -20377.991565     48.835388 14  9 11 239  P   P
+PG21  -8983.938121 -13260.580138  21574.367096   -134.673623 10 12 12 247  P   P
+PG22 -24307.271487 -10826.207068   -487.503350    150.779956 13 16 16 242  P   P
+PG23  -1209.275630  25776.014023  -5469.942890    316.033427 13 11 15 214  P   P
+PG24  -9923.097960  19375.708305 -14969.350808    378.350385 20 12 19 261  P   P
+PG25 -12343.013288 -17256.833599 -16003.995058     -1.012972 18  7 15 243  P   P
+PG26  12003.117626 -13222.269471  18921.880417   -161.610980 10 16 14 276  P   P
+PG27  16633.460590 -19179.417426  -6572.579585    251.708400 16 14 18 310  P   P
+PG28  22779.289360  13627.232538   3402.759960     28.927468 12 12 13 251  P   P
+PG29  -4385.522994 -25995.475539   3484.827112    196.888401 14  8 14 206  P   P
+PG30 -24565.288064  -2393.416134   9442.922501    333.913985 10 15 16 315  P   P
+PG31 -22159.601350   4536.213447 -13887.196776     61.185822 13 19 18 237  P   P
+PG32  -7165.291371  13404.032239 -21495.095749   -227.230756 14 11 10 255  P   P
+*  2011  4  2 14 45  0.00000000
+PG02  22207.255378 -11539.490727  -8092.605756    328.491508 10 15 12 206  P   P
+PG03 -13432.260242   8878.553663  20674.672233    696.625548 12 14 10 318  P   P
+PG04  20417.422136   -582.828326 -17362.801063     77.365525 15 17 16 289  P   P
+PG05  21175.513808  -4115.279755  15543.304667   -138.540034 14 13 15 227  P   P
+PG06 -15338.111375   3953.115821  21479.641935   -236.854060 11 14  9 257  P   P
+PG07   4609.633094  15032.288146  21376.813657      7.115007 17 13 14 222  P   P
+PG08  14065.588417   7080.168911  21509.349781      7.634269 16 15 13 320  P   P
+PG09  12782.426627 -20875.552428 -10840.753637     71.368226 18 13 19 288  P   P
+PG10  25364.175840   8255.294087   1968.403577    -70.510532  8 14 17 334  P   P
+PG11 -10061.721962  23532.372496  -6709.530676   -139.430101 14 10 14 244  P   P
+PG12   4631.501634 -14183.123537 -21947.735091    -14.713573 18 14 11 247  P   P
+PG13   5154.652456  25695.776648   3991.829225    276.691970 12  9 13 259  P   P
+PG14 -13724.551138 -13880.815022 -17918.945989    141.442464 11 17 16 247  P   P
+PG15   5405.748861 -22172.941027  13453.480275   -138.381878  8  9 11 222  P   P
+PG16 -22446.044065   1553.249332  14382.320761   -162.208138 13 16 15 235  P   P
+PG17  14269.524191  14400.154235 -17143.339289    184.233708  9 17 13 204  P   P
+PG18 -17636.341585 -16269.660538  12092.216333    129.757871 12 13 14 241  P   P
+PG19  -9387.661262  18951.186157  15853.413450   -126.372590 13  9 11 182  P   P
+PG20     -4.943413  16369.269349 -21073.612818     48.835508 14  9 10 239  P   P
+PG21  -7065.931311 -14678.844690  21308.218667   -134.675960 12 12 13 249  P   P
+PG22 -24099.182995 -11097.051703   2299.583131    150.779237 14 16 16 242  P   P
+PG23  -1569.086895  25027.703760  -8207.213679    316.031166 14 12 15 214  P   P
+PG24 -11375.960601  20109.147644 -12796.223220    378.353342 19 11 19 256  P   P
+PG25 -10483.639301 -16713.460368 -17805.043230     -1.013270 18  7 15 244  P   P
+PG26  12275.891322 -10873.693782  20198.503810   -161.620233  9 16 13 275  P   P
+PG27  17286.754511 -19449.943606  -3740.165691    251.711335 16 15 18 305  P   P
+PG28  22258.284164  13602.165035   6199.975076     28.929623 13 12 13 253  P   P
+PG29  -4161.847708 -26247.812510    643.056707    196.890906 15  9 14 206  P   P
+PG30 -25408.949607  -2947.926492   6800.188810    333.916896  8 15 16 316  P   P
+PG31 -20877.223642   3364.120680 -15996.162860     61.190327 14 19 18 239  P   P
+PG32  -9395.730084  12244.778409 -21292.938515   -227.237399 14 11 11 254  P   P
+*  2011  4  2 15  0  0.00000000
+PG02  21624.844313 -10560.435684 -10644.346575    328.493511 10 15 12 206  P   P
+PG03 -14302.115526   6551.138397  20980.891677    696.630023 12 14 10 319  P   P
+PG04  19008.163322    887.309820 -18870.204612     77.374839 16 17 15 289  P   P
+PG05  22694.797519  -3420.469286  13436.321234   -138.545236 13 13 15 227  P   P
+PG06 -15962.515034   1610.359056  21345.865607   -236.959202 11 14 10 260  P   P
+PG07   2769.298505  16570.010062  20523.071114      7.115880 17 12 14 224  P   P
+PG08  12104.538279   8588.777052  22097.088158      7.634239 16 15 13 321  P   P
+PG09  13634.669465 -21455.286457  -8219.814690     71.370309 17 14 19 288  P   P
+PG10  25361.075520   8528.359456   -842.338784    -70.511571 10 14 17 335  P   P
+PG11 -10778.828995  23773.819742  -4081.479908   -139.432885 14 11 14 245  P   P
+PG12   6999.695085 -13359.729346 -21821.485653    -14.710987 18 14 12 247  P   P
+PG13   5021.048297  26022.638907   1094.994409    276.690683 13  9 14 259  P   P
+PG14 -13909.772410 -15839.106413 -16085.583005    141.444617 12 17 17 248  P   P
+PG15   5998.571728 -20599.128138  15556.325041   -138.379128  6 10 11 224  P   P
+PG16 -23803.336125    903.079942  12092.784878   -162.210622 12 16 15 234  P   P
+PG17  14448.728753  16266.616811 -15253.459696    184.233883  9 16 14 208  P   P
+PG18 -16182.170412 -16015.690381  14285.488924    129.759742 12 13 13 242  P   P
+PG19  -9815.903095  17059.385196  17670.827416   -126.376053 13 10 11 185  P   P
+PG20  -2332.679762  15748.269871 -21411.642387     48.835627 15  9 10 240  P   P
+PG21  -5250.722105 -16160.028306  20686.042518   -134.678296 13 11 13 251  P   P
+PG22 -23612.031863 -11271.618732   5047.417409    150.778517 14 16 15 242  P   P
+PG23  -2024.755845  24000.785773 -10800.425353    316.028904 14 12 15 213  P   P
+PG24 -12587.959814  20751.845835 -10399.131836    378.356328 19 11 19 250  P   P
+PG25  -8420.406652 -16212.336529 -19300.230371     -1.013566 18  8 14 244  P   P
+PG26  12692.272729  -8417.918110  21105.437717   -161.629478  9 17 12 274  P   P
+PG27  17684.391691 -19527.568775   -841.305059    251.714237 15 16 18 300  P   P
+PG28  21451.445973  13495.036843   8893.493198     28.931778 13 12 13 256  P   P
+PG29  -3897.594653 -26193.998108  -2209.744571    196.893413 15 11 14 207  P   P
+PG30 -25983.707155  -3370.589821   4039.150354    333.919807  6 15 16 316  P   P
+PG31 -19491.594434   1972.916910 -17828.432832     61.194828 15 19 17 241  P   P
+PG32 -11643.682142  11215.257064 -20713.384131   -227.244056 14 11 12 254  P   P
+*  2011  4  2 15 15  0.00000000
+PG02  20895.998016  -9353.518719 -13007.740719    328.495517 11 15 12 206  P   P
+PG03 -15281.323226   4256.155747  20912.050193    696.634488 12 14 10 319  P   P
+PG04  17566.680118   2533.730723 -20061.462319     77.384160 16 17 14 289  P   P
+PG05  24004.197362  -2867.576214  11098.997341   -138.550437 13 12 16 228  P   P
+PG06 -16688.424435   -664.036453  20850.631491   -237.064353 11 13 11 263  P   P
+PG07   1096.122289  18123.236801  19314.678178      7.116750 17 12 15 225  P   P
+PG08  10196.220065  10241.624691  22307.114424      7.634236 17 15 13 322  P   P
+PG09  14249.948828 -21860.520551  -5459.919867     71.372395 17 15 19 288  P   P
+PG10  25070.339169   8713.888096  -3638.938989    -70.512611 12 14 17 336  P   P
+PG11 -11336.962844  23785.153695  -1382.094329   -139.435674 13 12 14 246  P   P
+PG12   9376.088628 -12674.616188 -21318.337912    -14.708407 18 15 13 247  P   P
+PG13   4844.237079  26031.641287  -1820.776758    276.689392 13 10 14 259  P   P
+PG14 -14155.970476 -17562.933256 -13974.013372    141.446768 12 16 17 248  P   P
+PG15   6731.965699 -18843.792431  17389.673907   -138.376381  6 10 11 226  P   P
+PG16 -24935.374449    405.106079   9598.691434   -162.213107 12 15 16 234  P   P
+PG17  14671.250750  17896.749085 -13101.394721    184.234056 10 15 14 211  P   P
+PG18 -14495.750307 -15770.733030  16241.518886    129.761611 12 14 12 244  P   P
+PG19 -10374.303739  15008.221757  19180.381192   -126.379515 13 10 11 188  P   P
+PG20  -4705.269660  15236.316505 -21386.239175     48.835746 15  9 11 242  P   P
+PG21  -3566.301322 -17668.780781  19716.208373   -134.680633 14 10 13 253  P   P
+PG22 -22842.424555 -11384.926697   7709.232764    150.777796 15 16 15 242  P   P
+PG23  -2605.020350  22723.917390 -13204.301360    316.026643 14 13 14 213  P   P
+PG24 -13557.514207  21263.296332  -7819.908377    378.359342 19 12 20 240  P   P
+PG25  -6187.514828 -15784.470548 -20463.866695     -1.013864 19  9 13 245  P   P
+PG26  13257.233428  -5908.741696  21626.503943   -161.638715  9 17 11 274  P   P
+PG27  17850.827144 -19381.965017   2072.439925    251.717113 14 17 19 294  P   P
+PG28  20362.510488  13345.675510  11439.010049     28.933936 14 12 12 258  P   P
+PG29  -3556.381515 -25841.992998  -5024.564323    196.895915 16 12 14 207  P   P
+PG30 -26268.943339  -3692.849515   1208.163483    333.922714  5 15 16 317  P   P
+PG31 -18048.079394    370.019660 -19351.419392     61.199326 15 19 16 243  P   P
+PG32 -13860.519657  10327.891111 -19765.744599   -227.250726 14 12 13 255  P   P
+*  2011  4  2 15 30  0.00000000
+PG02  20061.161622  -7918.654604 -15141.410942    328.497522 11 15 12 207  P   P
+PG03 -16350.144552   2038.091633  20470.413714    696.638943 12 14 11 320  P   P
+PG04  16132.448876   4337.477087 -20916.127471     77.393490 17 17 13 290  P   P
+PG05  25069.972758  -2433.937900   8571.524569   -138.555638 12 12 16 228  P   P
+PG06 -17495.372554  -2829.310683  20002.802316   -237.169514 11 13 12 265  P   P
+PG07   -389.030898  19647.943080  17771.995402      7.117621 17 11 16 227  P   P
+PG08   8381.191273  12007.156883  22134.143809      7.634261 17 15 14 323  P   P
+PG09  14644.349090 -22053.665902  -2607.150863     71.374485 17 16 19 288  P   P
+PG10  24487.419253   8847.988927  -6374.514788    -70.513649 13 13 17 337  P   P
+PG11 -11759.597319  23545.198452   1341.524237   -139.438467 13 13 14 248  P   P
+PG12  11710.994240 -12134.201107 -20446.487118    -14.705826 18 15 14 246  P   P
+PG13   4585.470392  25731.696486  -4705.156885    276.688097 14 10 14 260  P   P
+PG14 -14427.833215 -19024.811060 -11621.265249    141.448918 12 16 17 248  P   P
+PG15   7617.562012 -16949.433159  18922.099101   -138.373636  7 11 10 228  P   P
+PG16 -25809.880142     33.896292   6942.367743   -162.215587 11 15 16 234  P   P
+PG17  14902.198404  19266.845844 -10724.670190    184.234228 11 15 14 214  P   P
+PG18 -12601.267191 -15566.858508  17927.933886    129.763478 12 14 12 246  P   P
+PG19 -11073.929205  12843.125264  20356.588862   -126.382976 13 11 11 189  P   P
+PG20  -7077.610620  14842.702367 -20997.642660     48.835863 15 10 12 243  P   P
+PG21  -2034.424667 -19165.706004  18412.932373   -134.682969 14  9 14 256  P   P
+PG22 -21795.117771 -11472.663736  10239.873575    150.777076 15 16 14 241  P   P
+PG23  -3332.792444  21232.539274 -15377.070542    316.024383 15 13 14 212  P   P
+PG24 -14291.479831  21605.178583  -5103.675331    378.362385 18 14 20 230  P   P
+PG25  -3825.041442 -15455.035267 -21275.945376     -1.014162 19 10 12 246  P   P
+PG26  13966.820163  -3400.796837  21753.033160   -161.647945  9 17 10 274  P   P
+PG27  17817.314963 -18989.535238   4950.062011    251.719969 14 17 18 286  P   P
+PG28  19003.527907  13193.239416  13795.025076     28.936094 14 12 12 260  P   P
+PG29  -3104.430459 -25208.213783  -7752.942040    196.898416 16 12 14 208  P   P
+PG30 -26252.280039  -3949.692102  -1643.671914    333.925616  8 15 16 318  P   P
+PG31 -16591.425066  -1428.313862 -20537.772581     61.203826 15 19 15 245  P   P
+PG32 -15996.867538   9586.935162 -18466.136974   -227.257411 14 12 13 256  P   P
+*  2011  4  2 15 45  0.00000000
+PG02  19161.764136  -6264.162519 -17008.309845    328.499529 11 16 12 208  P   P
+PG03 -17482.336540    -62.833826  19665.086861    696.643391 11 15 12 321  P   P
+PG04  14741.850510   6272.524107 -21419.198038     77.402828 17 17 12 291  P   P
+PG05  25864.852061  -2091.335086   5897.287262   -138.560840 11 11 16 229  P   P
+PG06 -18356.755547  -4849.262514  18817.069986   -237.274687 11 13 12 267  P   P
+PG07  -1673.571421  21098.224257  15921.271304      7.118494 17 10 16 229  P   P
+PG08   6694.490683  13847.121120  21579.433717      7.634316 17 15 15 324  P   P
+PG09  14841.199218 -22002.265806    290.231437     71.376581 16 17 19 288  P   P
+PG10  23615.996419   8967.417942  -9003.368712    -70.514684 14 13 17 338  P   P
+PG11 -12074.337469  23039.622375   4041.476128   -139.441268 13 13 14 251  P   P
+PG12  13954.876282 -11736.541886 -19220.565317    -14.703249 18 15 15 246  P   P
+PG13   4208.810618  25140.641214  -7508.541766    276.686798 14 10 14 260  P   P
+PG14 -14686.683804 -20205.647690  -9068.374588    141.451066 13 15 18 249  P   P
+PG15   8659.282845 -14961.338989  20127.474414   -138.370891  8 12 10 229  P   P
+PG16 -26401.419995   -241.386384   4168.774061   -162.218066  9 15 16 234  P   P
+PG17  15103.996243  20361.410597  -8164.466025    184.234399 12 14 14 216  P   P
+PG18 -10529.254652 -15431.875951  19316.685381    129.765344 12 14 11 247  P   P
+PG19 -11917.957472  10611.809577  21179.927153   -126.386434 13 12 12 191  P   P
+PG20  -9403.806446  14569.186453 -20252.181919     48.835980 15 10 13 244  P   P
+PG21   -669.893723 -20608.717721  16796.197429   -134.685305 15  9 15 258  P   P
+PG22 -20482.917920 -11569.657761  12596.528463    150.776353 15 16 14 241  P   P
+PG23  -4224.072306  19567.516210 -17281.212962    316.022123 15 13 14 211  P   P
+PG24 -14804.689435  21742.958195  -2298.017398    378.365445 18 15 20 228  P   P
+PG25  -1377.596226 -15242.359429 -21722.484923     -1.014462 19 11 11 246  P   P
+PG26  14808.275179   -947.465762  21483.987072   -161.657166 10 17 10 274  P   P
+PG27  17620.407490 -18334.364792   7742.031828    251.722812 13 18 18 277  P   P
+PG28  17394.471935  13074.652631  15923.402560     28.938254 14 12 11 262  P   P
+PG29  -2512.080720 -24316.902702 -10347.804724    196.900914 17 13 14 209  P   P
+PG30 -25929.986932  -4178.057226  -4467.378757    333.928514 10 15 16 319  P   P
+PG31 -15164.046809  -3397.375375 -21365.928352     61.208321 15 19 14 247  P   P
+PG32 -18004.432076   8988.405525 -16837.222676   -227.264110 14 12 14 259  P   P
+*  2011  4  2 16  0  0.00000000
+PG02  18238.523937  -4406.605103 -18576.378136    328.501540 11 16 12 210  P   P
+PG03 -18646.184714  -2012.050190  18511.746096    696.647829 11 15 13 322  P   P
+PG04  13426.872245   8306.546873 -21561.392233     77.412175 17 17 12 292  P   P
+PG05  26369.013721  -1807.273702   3122.123374   -138.566044 11 11 16 229  P   P
+PG06 -19240.830312  -6693.406385  17313.697092   -237.379871 11 13 13 269  P   P
+PG07  -2753.504912  22428.024957  13794.212653      7.119365 17  8 17 231  P   P
+PG08   5164.380608  15717.859181  20650.880120      7.634400 17 14 15 325  P   P
+PG09  14870.099758 -21680.415225   3182.551893     71.378681 16 18 19 288  P   P
+PG10  22467.892739   9108.033414 -11481.682982    -70.515714 15 13 16 340  P   P
+PG11 -12311.651084  22261.663143   6669.957900   -139.444071 13 14 14 253  P   P
+PG12  16060.105032 -11471.490708 -17661.416016    -14.700674 17 16 16 245  P   P
+PG13   3682.707961  24284.489097 -10182.901767    276.685492 15 11 14 260  P   P
+PG14 -14892.112917 -21095.286068  -6359.642384    141.453213 14 14 18 249  P   P
+PG15   9853.042086 -12925.943611  20985.406772   -138.368149  9 12 10 230  P   P
+PG16 -26692.324616   -455.626296   1324.779704   -162.220544  7 15 16 234  P   P
+PG17  15237.961308  21173.553933  -5464.889696    184.234569 12 13 14 218  P   P
+PG18  -8315.642916 -15388.224673  20384.466996    129.767205 13 14 11 249  P   P
+PG19 -12901.464374   8362.559442  21637.119652   -126.389892 13 13 12 191  P   P
+PG20 -11638.717412  14409.971942 -19162.190878     48.836094 15 10 13 245  P   P
+PG21    519.911299 -21954.538508  14891.576469   -134.687644 15  8 15 260  P   P
+PG22 -18926.289160 -11708.394569  14739.417283    150.775631 16 16 13 240  P   P
+PG23  -5287.150100  17773.581766 -18884.112800    316.019863 15 13 13 209  P   P
+PG24 -15119.175757  21647.348277    547.897225    378.368526 17 16 20 236  P   P
+PG25   1107.197500 -15157.195578 -21795.769703     -1.014764 19 11 11 248  P   P
+PG26  15760.553966   1401.123433  20825.886152   -161.666379 10 17 11 275  P   P
+PG27  17300.297569 -17408.853271  10401.134237    251.725650 13 18 18 267  P   P
+PG28  15562.583210  13023.149980  17789.870400     28.940413 15 11 10 263  P   P
+PG29  -1755.147765 -23199.205487 -12764.285323    196.903411 17 13 13 209  P   P
+PG30 -25307.064228  -4415.200760  -7214.933869    333.931404 11 14 16 320  P   P
+PG31 -13804.407145  -5504.736886 -21820.558860     61.212816 16 19 12 250  P   P
+PG32 -19837.804742   8520.365088 -14907.798707   -227.270822 13 12 14 262  P   P
+*  2011  4  2 16 15  0.00000000
+PG02  17329.812027  -2370.296411 -19819.088323    328.503552 11 16 12 212  P   P
+PG03 -19805.762343  -3781.766576  17032.238932    696.652260 11 15 13 323  P   P
+PG04  12213.973663  10401.929626 -21339.347735     77.421528 18 17 12 293  P   P
+PG05  26570.793910  -1546.430963    293.547703   -138.571249 10 11 16 230  P   P
+PG06 -20111.912159  -8337.913693  15518.178825   -237.485069 11 13 14 269  P   P
+PG07  -3633.412254  23592.895125  11427.449891      7.120237 17  7 17 234  P   P
+PG08   3811.343860  17571.840499  19362.997231      7.634514 18 14 16 326  P   P
+PG09  14765.691076 -21069.970933   6019.553431     71.380789 16 18 19 289  P   P
+PG10  21062.701362   9303.297607 -13768.179606    -70.516736 16 13 16 341  P   P
+PG11 -12503.474534  21212.563703   9180.177992   -139.446879 12 14 14 256  P   P
+PG12  17982.649616 -11321.182273 -15795.753954    -14.698101 17 16 16 245  P   P
+PG13   2981.399304  23196.385614 -12682.593569    276.684181 15 11 13 260  P   P
+PG14 -15003.675854 -21692.706883  -3541.847965    141.455358 14 14 18 249  P   P
+PG15  11186.767569 -10889.154373  21481.561991   -138.365406 10 12 10 231  P   P
+PG16 -26673.330085   -646.247152  -1541.586772   -162.223020  7 15 16 234  P   P
+PG17  15265.919206  21705.070517  -2672.214663    184.234740 13 12 14 220  P   P
+PG18  -6000.619231 -15452.066143  21113.075526    129.769062 13 14 10 251  P   P
+PG19 -14011.539066   6142.518322  21721.302125   -126.393346 13 13 13 191  P   P
+PG20 -13739.490633  14351.981217 -17745.829625     48.836208 15 10 14 246  P   P
+PG21   1535.220841 -23160.291637  12729.950286   -134.689984 15  7 16 262  P   P
+PG22 -17152.686430 -11917.638709  16632.423425    150.774908 16 16 13 240  P   P
+PG23  -6522.126027  15897.652136 -20158.606810    316.017603 15 13 13 208  P   P
+PG24 -15263.111599  21295.570976   3384.226163    378.371615 17 17 20 247  P   P
+PG25   3580.336571 -15202.292584 -21494.484534     -1.015065 19 12 12 249  P   P
+PG26  16795.209541   3599.930091  19792.552407   -161.675583 12 17 13 276  P   P
+PG27  16899.077794 -16214.015544  12883.207596    251.728490 12 19 18 261  P   P
+PG28  13541.474074  13066.977954  19364.457646     28.942573 15 11  9 265  P   P
+PG29   -816.074563 -21891.991533 -14960.509302    196.905907 17 14 13 209  P   P
+PG30 -24397.005237  -4697.075537  -9840.051052    333.934284 12 14 16 322  P   P
+PG31 -12545.551547  -7711.300931 -21892.911242     61.217311 16 19 10 252  P   P
+PG32 -21456.162196   8163.552835 -12712.248837   -227.277548 13 13 15 265  P   P
+*  2011  4  2 16 30  0.00000000
+PG02  16470.140464   -186.503523 -20715.865574    328.505565 11 16 12 213  P   P
+PG03 -20922.358047  -5351.805847  15254.066027    696.656684 11 15 14 324  P   P
+PG04  11123.159340  12516.984729 -20755.738945     77.430888 18 17 13 294  P   P
+PG05  26467.094686  -1272.209735  -2540.049850   -138.576455  9 10 16 231  P   P
+PG06 -20931.728853  -9766.306821  13460.830297   -237.590278 12 12 14 270  P   P
+PG07  -4326.088327  24551.703735   8861.905879      7.121110 17  9 18 236  P   P
+PG08   2647.381061  19359.382835  17736.772551      7.634655 18 13 17 327  P   P
+PG09  14566.202417 -20161.495774   8751.285550     71.382905 15 19 19 290  P   P
+PG10  19427.147253   9582.877091 -15824.740191    -70.517752 16 13 15 342  P   P
+PG11 -12681.751224  19901.694580  11527.271615   -139.449687 12 15 14 258  P   P
+PG12  19683.643369 -11260.838703 -13655.714324    -14.695533 17 16 17 244  P   P
+PG13   2086.076092  21915.308412 -14965.119395    276.682864 15 12 13 261  P   P
+PG14 -14982.588019 -22005.888174   -663.433364    141.457502 15 13 18 250  P   P
+PG15  12640.742275  -8894.718726  21607.881062   -138.362666 11 13 10 232  P   P
+PG16 -26343.920427   -851.609426  -4381.904067   -162.225495  9 15 16 234  P   P
+PG17  15151.798368  21966.196330    165.903099    184.234909 14 12 14 222  P   P
+PG18  -3627.336743 -15632.608651  21489.711026    129.770916 13 13 10 252  P   P
+PG19 -15227.720069   3996.043870  21432.070705   -126.396797 13 14 13 190  P   P
+PG20 -15667.014719  14375.418784 -16026.812645     48.836319 15 11 14 247  P   P
+PG21   2383.770063 -24185.128514  10347.113570   -134.692326 16  6 16 263  P   P
+PG22 -15195.639373 -12221.207559  18243.664049    150.774184 16 16 12 239  P   P
+PG23  -7920.764919  13987.078647 -21083.420182    316.015341 15 13 13 207  P   P
+PG24 -15269.511728  20672.366963   6161.372458    378.374718 16 17 20 258  P   P
+PG25   5993.125249 -15372.289508 -20823.740974     -1.015368 19 12 13 250  P   P
+PG26  17877.594429   5610.583737  18404.684127   -161.684779 12 17 14 277  P   P
+PG27  16458.988294 -14759.455145  15147.780798    251.731343 12 19 17 262  P   P
+PG28  11370.027522  13228.290931  20621.872405     28.944735 15 11  8 267  P   P
+PG29    315.171937 -20436.460903 -16898.334754    196.908399 17 14 12 209  P   P
+PG30 -23221.256065  -5056.790598 -12298.906332    333.937156 13 14 16 323  P   P
+PG31 -11413.863413  -9972.631793 -21581.023739     61.221807 16 19  9 253  P   P
+PG32 -22824.787539   7892.331135 -10289.867941   -227.284287 13 13 15 268  P   P
+*  2011  4  2 16 45  0.00000000
+PG02  15688.836029   2107.620933 -21252.381701    328.507581 11 16 12 216  P   P
+PG03 -21956.007964  -6710.116335  13209.765571    696.661100 11 15 14 325  P   P
+PG04  10167.294215  14607.341391 -19819.306667     77.440255 18 17 15 296  P   P
+PG05  26063.477995   -948.341300  -5330.218258   -138.581666 10 10 16 231  P   P
+PG06 -21660.882123 -10969.882270  11176.304513   -237.695501 12 12 14 270  P   P
+PG07  -4851.852491  25268.241145   6142.078737      7.121982 17 11 18 238  P   P
+PG08   1675.643461  21030.495881  15799.391960      7.634824 18 13 17 328  P   P
+PG09  14311.833031 -18954.887903  11329.033551     71.385026 15 20 18 291  P   P
+PG10  17594.202039   9971.390010 -17616.980542    -70.518757 17 14 15 343  P   P
+PG11 -12876.965616  18346.351705  13669.191172   -139.452499 12 15 13 261  P   P
+PG12  21130.759100 -11259.860437 -11278.298457    -14.692967 16 16 18 243  P   P
+PG13    985.778228  20484.565299 -16991.822453    276.681543 16 12 13 261  P   P
+PG14 -14793.353525 -22051.331783   2226.326573    141.459644 16 11 18 250  P   P
+PG15  14188.249562  -6982.690963  21362.685398   -138.359930 11 13 11 232  P   P
+PG16 -25712.358427  -1109.371644  -7148.131882   -162.227969 11 15 16 234  P   P
+PG17  14863.142841  21975.059400   3001.217962    184.235079 14 11 14 224  P   P
+PG18  -1240.513891 -15931.689660  21507.211936    129.772765 13 13 10 253  P   P
+PG19 -16522.730475   1963.192925  20775.417117   -126.400247 13 15 14 188  P   P
+PG20 -17387.244931  14454.602815 -14034.045826     48.836430 14 11 15 249  P   P
+PG21   3080.391226 -24991.828950   7783.265297   -134.694671 16  5 16 265  P   P
+PG22 -13093.621492 -12636.943042  19545.991858    150.773459 16 16 11 239  P   P
+PG23  -9466.687598  12087.909391 -21643.484871    316.013081 15 13 12 205  P   P
+PG24 -15174.751618  19770.711540   8830.894082    378.377830 16 18 19 268  P   P
+PG25   8298.852187 -15653.935057 -19794.994613     -1.015671 19 13 14 251  P   P
+PG26  18968.317358   7402.652373  16689.285341   -161.693966 13 17 15 278  P   P
+PG27  16020.719417 -13063.025381  17158.607442    251.734212 12 20 17 270  P   P
+PG28   9091.128023  13522.275498  21541.821686     28.946895 15 11  6 268  P   P
+PG29   1640.496395 -18876.591380 -18544.032081    196.910890 18 15 11 208  P   P
+PG30 -21808.399916  -5523.204276 -14550.798189    333.940013 14 14 16 324  P   P
+PG31 -10428.091866 -12240.516921 -20889.810667     61.226305 16 18 11 255  P   P
+PG32 -23916.345990   7675.908664  -7684.077284   -227.291037 12 14 15 272  P   P
+*  2011  4  2 17  0  0.00000000
+PG02  15008.949498   4470.327761 -21420.722045    328.509599 11 15 13 218  P   P
+PG03 -22867.066664  -7852.949476  10936.220626    696.665513 11 15 15 326  P   P
+PG04   9351.690442  16627.457058 -18544.794990     77.449626 18 17 16 297  P   P
+PG05  25373.942578   -540.475067  -8029.258667   -138.586879 11 10 16 231  P   P
+PG06 -22260.364166 -11947.848494   8703.046649   -237.800735 12 12 15 269  P   P
+PG07  -5237.557491  25712.644872   3315.251924      7.122858 18 13 18 240  P   P
+PG08    890.423510  22536.775443  13583.832774      7.635021 18 12 18 330  P   P
+PG09  14043.026965 -17459.656357  13706.269057     71.387157 15 20 18 292  P   P
+PG10  15601.983637  10487.343659 -19114.775252    -70.519750 17 14 14 344  P   P
+PG11 -13116.737360  16571.233910  15567.548005   -139.455312 12 16 13 264  P   P
+PG12  22299.338808 -11283.160304  -8704.725398    -14.690405 16 16 18 242  P   P
+PG13   -322.017983  18950.148871 -18728.509175    276.680216 16 12 12 261  P   P
+PG14 -14405.265420 -21853.278906   5078.154370    141.461785 16 10 17 250  P   P
+PG15  15796.495786  -5188.056971  20750.671667   -138.357195 12 13 11 232  P   P
+PG16 -24795.402989  -1454.875430  -9793.382392   -162.230441 12 14 16 234  P   P
+PG17  14372.487979  21756.848048   5785.685101    184.235250 15 11 14 225  P   P
+PG18   1115.029575 -16343.633162  21164.220610    129.774608 13 13 10 254  P   P
+PG19 -17863.479846     78.391301  19763.556914   -126.403693 12 15 15 185  P   P
+PG20 -18872.348973  14559.035894 -11801.175456     48.836540 14 12 15 250  P   P
+PG21   3646.310017 -25548.308242   5082.383435   -134.697020 16  5 16 267  P   P
+PG22 -10888.746072 -13175.918069  20517.422888    150.772733 17 16 11 238  P   P
+PG23 -11135.887308  10243.228352 -21830.138616    316.010820 15 13 13 203  P   P
+PG24 -15016.965612  18592.209018  11346.383515    378.380936 16 19 19 276  P   P
+PG25  10454.393569 -16026.624536 -18425.854373     -1.015975 19 13 15 253  P   P
+PG26  20024.881970   8954.551093  14678.976793   -161.703146 13 17 16 280  P   P
+PG27  15621.828454 -11150.203639  18884.100281    251.737107 12 20 16 279  P   P
+PG28   6750.265732  13956.528710  22109.274437     28.949055 16 11  5 269  P   P
+PG29   3153.388790 -17257.485530 -19868.889942    196.913381 18 15  9 208  P   P
+PG30 -20193.101945  -6119.699277 -16558.738061    333.942859 15 14 15 326  P   P
+PG31  -9598.695028 -14464.696899 -19831.010968     61.230804 16 18 13 257  P   P
+PG32 -24711.859791   7479.783644  -4941.552498   -227.297797 12 14 15 275  P   P
+*  2011  4  2 17 15  0.00000000
+PG02  14446.439252   6856.726524 -21219.428460    328.511617 11 15 13 221  P   P
+PG03 -23617.752096  -8784.706615   8473.910392    696.669920 12 14 15 328  P   P
+PG04   8673.985530  18532.198646 -16952.790773     77.459000 18 17 17 299  P   P
+PG05  24420.392579    -17.694377 -10591.024330   -138.592095 12 11 16 231  P   P
+PG06 -22693.074627 -12707.173767   6082.690681   -237.905982 13 12 15 269  P   P
+PG07  -5515.336227  25862.590168    430.646831      7.123734 18 14 18 242  P   P
+PG08    277.510848  23833.270724  11128.326664      7.635242 18 10 18 331  P   P
+PG09  13798.711592 -15694.817726  15839.598575     71.389296 15 20 17 293  P   P
+PG10  13492.478023  11142.299621 -20292.727585    -70.520733 17 14 12 345  P   P
+PG11 -13424.538353  14607.619277  17188.382149   -139.458125 12 16 12 267  P   P
+PG12  23173.231997 -11292.687565  -5979.701270    -14.687845 15 17 18 240  P   P
+PG13  -1831.137830  17359.011035 -20145.990536    276.678884 16 12 12 262  P   P
+PG14 -13793.721955 -21442.648149   7843.587360    141.463924 17  8 17 251  P   P
+PG15  17427.773409  -3539.567897  19782.798621   -138.354462 12 14 12 232  P   P
+PG16 -23617.722091  -1919.613631 -12272.679669   -162.232914 13 14 16 235  P   P
+PG17  13658.549205  21342.730305   8472.237558    184.235420 15 10 14 226  P   P
+PG18   3395.850932 -16855.391084  20465.274151    129.776447 13 13 11 255  P   P
+PG19 -19212.291020  -1630.664872  18414.658291   -126.407138 12 15 15 182  P   P
+PG20 -20101.629486  14654.676323  -9366.053731     48.836649 14 13 15 251  P   P
+PG21   4108.164788 -25828.964676   2291.488330   -134.699372 16  6 17 268  P   P
+PG22  -8625.336094 -13841.906352  21141.485624    150.772006 17 15 11 238  P   P
+PG23 -12897.546842   8491.635564 -21641.205694    316.008557 15 12 13 202  P   P
+PG24 -14834.391482  17147.150893  13664.299003    378.384037 15 19 19 283  P   P
+PG25  12421.681567 -16463.233884 -16739.786607     -1.016282 19 14 16 254  P   P
+PG26  21003.430019  10254.065459  12411.217176   -161.712316 14 17 16 282  P   P
+PG27  15295.321077  -9053.212319  20297.671647    251.740035 13 20 15 287  P   P
+PG28   4394.058467  14530.708854  22314.668279     28.951215 16 10  7 271  P   P
+PG29   4838.969915 -15623.682113 -20849.735400    196.915867 18 15  7 208  P   P
+PG30 -18414.857257  -6863.179729 -18289.968383    333.945689 15 14 15 328  P   P
+PG31  -8927.528305 -16594.693924 -18422.998609     61.235304 16 18 14 258  P   P
+PG32 -25201.341856   7267.341957  -2111.288694   -227.304568 12 14 15 279  P   P
+*  2011  4  2 17 30  0.00000000
+PG02  14009.655452   9220.347221 -20653.424490    328.513637 12 15 13 224  P   P
+PG03 -24173.603841  -9517.471789   5866.125600    696.674324 13 15 15 329  P   P
+PG04   8124.321601  20278.436424 -15069.462244     77.468378 18 16 17 301  P   P
+PG05  23231.818133    646.099605 -12971.694726   -138.597314 12 11 16 231  P   P
+PG06 -22925.283232 -13262.149256   3359.404945   -238.011240 14 12 15 268  P   P
+PG07  -5721.137120  25704.196330  -2461.465117      7.124598 18 15 18 242  P   P
+PG08   -185.094657  24880.245518   8475.698666      7.635488 19 10 19 332  P   P
+PG09  13614.575482 -13688.404728  17689.683875     71.391441 15 21 17 294  P   P
+PG10  11310.126245  11940.296634 -21130.579777    -70.521706 17 14 10 346  P   P
+PG11 -13818.590430  12492.274024  18502.838622   -139.460940 11 16 12 269  P   P
+PG12  23745.308447 -11249.080493  -3150.620437    -14.685290 14 17 19 239  P   P
+PG13  -3526.779819  15757.322561 -21220.536410    276.677548 16 12 12 262  P   P
+PG14 -12941.311054 -20855.738999  10475.770344    141.466062 17  7 17 251  P   P
+PG15  19040.818864  -2058.824986  18476.070016   -138.351732 12 14 13 231  P   P
+PG16 -22211.020927  -2529.838469 -14543.697075   -162.235386 14 14 16 236  P   P
+PG17  12707.181377  20768.566419  11015.539798    184.235591 15 10 13 227  P   P
+PG18   5561.326449 -17446.968773  19420.815088    129.778279 13 12 11 256  P   P
+PG19 -20528.302596  -3143.839301  16752.480000   -126.410580 12 16 16 176  P   P
+PG20 -21062.186851  14705.363222  -6770.126865     48.836757 13 13 15 253  P   P
+PG21   4496.781310 -25815.803882   -540.195696   -134.701727 16  6 17 269  P   P
+PG22  -6348.419510 -14631.134962  21407.487426    150.771278 17 15 12 237  P   P
+PG23 -14715.120670   6865.924571 -21080.962877    316.006295 15 12 13 200  P   P
+PG24 -14663.729808  15454.237639  15744.730872    378.387131 15 19 18 288  P   P
+PG25  14168.982250 -16931.218915 -14765.718463     -1.016589 18 14 17 256  P   P
+PG26  21860.511071  11298.483575   9927.463526   -161.721481 15 17 17 284  P   P
+PG27  15068.439035  -6809.925689  21377.987268    251.743000 13 20 14 293  P   P
+PG28   2068.737822  15236.469869  22154.059523     28.953375 16 10  8 272  P   P
+PG29   6674.369157 -14017.497965 -21469.357639    196.918353 18 15  7 208  P   P
+PG30 -16516.589547  -7763.321203 -19716.407005    333.948506 16 13 14 329  P   P
+PG31  -8407.892359 -18581.663593 -16690.456971     61.239809 16 17 15 259  P   P
+PG32 -25384.064201   7001.538181    756.371222   -227.311344 12 15 15 283  P   P
+*  2011  4  2 17 45  0.00000000
+PG02  13699.138012  11514.746164 -19733.831036    328.515659 12 15 14 226  P   P
+PG03 -24504.800284 -10070.259117   3158.166836    696.678726 14 15 16 330  P   P
+PG04   7685.824607  21826.590802 -12926.194789     77.477759 18 16 18 303  P   P
+PG05  21843.218812   1470.988941 -15130.511822   -138.602538 13 11 15 231  P   P
+PG06 -22927.984646 -13633.682285    579.193867   -238.116509 14 12 15 267  P   P
+PG07  -5893.107811  25232.610968  -5310.672535      7.125469 18 16 18 243  P   P
+PG08   -526.137533  25644.756223   5672.593191      7.635750 19 11 19 334  P   P
+PG09  13521.463230 -11476.595441  19222.105991     71.393595 15 21 16 295  P   P
+PG10   9100.324397  12877.553322 -21613.558616    -70.522663 18 14  9 347  P   P
+PG11 -14310.993247  10266.140484  19487.731733   -139.463751 11 17 11 271  P   P
+PG12  24017.624523 -11113.380422   -266.714341    -14.682736 13 17 19 237  P   P
+PG13  -5385.916294  14188.782359 -21934.238453    276.676207 16 12 12 263  P   P
+PG14 -11838.624335 -20132.751380  12930.212561    141.468201 18  7 16 252  P   P
+PG15  20592.312627   -759.647866  16853.219227   -138.349004 12 14 13 230  P   P
+PG16 -20612.915067  -3305.362272 -16567.462356   -162.237857 15 14 15 236  P   P
+PG17  11512.074830  20073.463016  13372.708393    184.235763 16 11 13 228  P   P
+PG18   7575.005837 -18092.125143  18047.116343    129.780107 13 12 11 257  P   P
+PG19 -21768.992604  -4449.090928  14805.927664   -126.414018 12 16 16 169  P   P
+PG20 -21749.295031  14674.341998  -4057.753596     48.836863 13 14 16 254  P   P
+PG21   4845.748938 -25499.283033  -3362.165473   -134.704086 15  7 17 270  P   P
+PG22  -4102.203779 -15532.329109  21310.694870    150.770550 17 15 13 237  P   P
+PG23 -16547.636970   5392.004339 -20159.996160    316.004034 15 12 14 198  P   P
+PG24 -14538.584914  13539.978033  17552.088673    378.390213 15 20 17 293  P   P
+PG25  15671.934220 -17393.937532 -12537.546765     -1.016898 18 14 17 257  P   P
+PG26  22554.804435  12094.348597   7272.298227   -161.730637 15 17 17 286  P   P
+PG27  14961.686355  -4462.605920  22109.141595    251.746009 13 20 13 299  P   P
+PG28   -181.353082  16057.682940  21629.214969     28.955533 16 10 10 272  P   P
+PG29   8629.421811 -12477.465685 -21716.826327    196.920840 18 15 10 209  P   P
+PG30 -14543.151022  -8822.095469 -20815.017929    333.951308 16 13 14 331  P   P
+PG31  -8024.939657 -20380.192939 -14663.923297     61.244315 16 17 16 261  P   P
+PG32 -25268.454649   6646.584937   3610.718698   -227.318128 12 15 15 286  P   P
+EOF
diff --git a/util/data/igu_igs.diff b/util/data/igu_igs.diff
new file mode 100644
index 0000000..85a4c99
--- /dev/null
+++ b/util/data/igu_igs.diff
@@ -0,0 +1,2976 @@
+1629 432000  2   -0.004   -0.025   -0.009   -2.043 
+1629 432000  3    0.017   -0.005   -0.019   -1.874 
+1629 432000  4   -0.005    0.034    0.039   -1.738 
+1629 432000  5   -0.021   -0.005   -0.005   -2.008 
+1629 432000  6    0.026   -0.012   -0.013   -3.047 
+1629 432000  7   -0.011   -0.025   -0.002   -2.034 
+1629 432000  8    0.014   -0.007   -0.038   -1.930 
+1629 432000  9    0.040   -0.019    0.027   -1.787 
+1629 432000 10   -0.004   -0.022    0.002   -1.883 
+1629 432000 11   -0.025    0.061   -0.023   -2.128 
+1629 432000 12   -0.012    0.013    0.001   -1.993 
+1629 432000 13   -0.001   -0.011    0.035   -2.117 
+1629 432000 14    0.017    0.040   -0.032   -2.020 
+1629 432000 15    0.013   -0.001   -0.019   -2.083 
+1629 432000 16   -0.004   -0.022    0.000   -2.179 
+1629 432000 17    0.013   -0.015   -0.013   -2.172 
+1629 432000 18    0.006    0.006    0.017   -1.966 
+1629 432000 19    0.023    0.024   -0.020   -2.091 
+1629 432000 20    0.010   -0.004   -0.003   -2.258 
+1629 432000 21   -0.005   -0.006   -0.007   -2.065 
+1629 432000 22    0.006    0.029    0.020   -1.970 
+1629 432000 23   -0.016   -0.013    0.027   -2.141 
+1629 432000 24    0.045    0.070    0.000    0.000 
+1629 432000 25    0.010    0.007   -0.025   -2.164 
+1629 432000 26    0.000    0.003    0.008   -2.162 
+1629 432000 27    0.018    0.000    0.036   -3.032 
+1629 432000 28    0.003   -0.014    0.005   -1.965 
+1629 432000 29   -0.010    0.019    0.023   -2.024 
+1629 432000 30    0.015    0.004    0.008   -2.118 
+1629 432000 31    0.009    0.004    0.001   -2.060 
+1629 432000 32   -0.015    0.004    0.003   -2.225 
+1629 432900  2   -0.002   -0.030   -0.017   -2.058 
+1629 432900  3    0.014   -0.002   -0.017   -1.917 
+1629 432900  4   -0.009    0.031    0.030   -1.753 
+1629 432900  5   -0.016   -0.001   -0.004   -2.145 
+1629 432900  6    0.022   -0.003   -0.009   -2.914 
+1629 432900  7   -0.008   -0.028    0.006   -2.030 
+1629 432900  8    0.018   -0.006   -0.023   -2.336 
+1629 432900  9    0.047   -0.020    0.021   -1.669 
+1629 432900 10   -0.007   -0.038   -0.005   -2.221 
+1629 432900 11   -0.040    0.052   -0.027   -2.105 
+1629 432900 12   -0.014    0.009   -0.004   -2.120 
+1629 432900 13   -0.003   -0.014    0.028   -1.998 
+1629 432900 14    0.016    0.043   -0.025   -2.015 
+1629 432900 15   -0.005    0.001    0.003   -2.066 
+1629 432900 16   -0.009   -0.025   -0.004   -2.125 
+1629 432900 17    0.016   -0.007   -0.010   -2.131 
+1629 432900 18    0.004    0.002    0.012   -2.000 
+1629 432900 19    0.019    0.021   -0.021   -2.114 
+1629 432900 20    0.008   -0.005   -0.009   -2.152 
+1629 432900 21   -0.007    0.001   -0.008   -2.124 
+1629 432900 22    0.000    0.015    0.017   -1.980 
+1629 432900 23   -0.022   -0.010    0.021   -2.084 
+1629 432900 24    0.083    0.071   -0.000    0.000 
+1629 432900 25    0.002    0.005   -0.025   -2.180 
+1629 432900 26   -0.001    0.004    0.002   -2.385 
+1629 432900 27    0.032    0.002    0.029   -2.784 
+1629 432900 28   -0.004   -0.014    0.008   -1.995 
+1629 432900 29   -0.008    0.022    0.016   -2.174 
+1629 432900 30    0.015    0.009    0.002   -2.401 
+1629 432900 31    0.010   -0.002    0.006   -2.088 
+1629 432900 32   -0.013    0.000    0.001   -2.194 
+1629 433800  2   -0.002   -0.030   -0.020   -2.096 
+1629 433800  3    0.013   -0.002   -0.017   -2.144 
+1629 433800  4   -0.011    0.040    0.033   -1.636 
+1629 433800  5   -0.016   -0.004   -0.005   -2.131 
+1629 433800  6    0.020   -0.004   -0.009   -3.044 
+1629 433800  7   -0.008   -0.027    0.006   -1.971 
+1629 433800  8    0.014   -0.005   -0.023   -2.491 
+1629 433800  9    0.043   -0.021    0.015   -1.652 
+1629 433800 10   -0.007   -0.038   -0.009   -2.409 
+1629 433800 11   -0.039    0.050   -0.030   -2.144 
+1629 433800 12   -0.019    0.008   -0.005   -2.129 
+1629 433800 13   -0.005   -0.011    0.029   -2.027 
+1629 433800 14    0.010    0.046   -0.023   -1.987 
+1629 433800 15   -0.008   -0.001    0.004   -2.139 
+1629 433800 16   -0.009   -0.025   -0.006   -2.116 
+1629 433800 17    0.016   -0.009   -0.011   -2.245 
+1629 433800 18   -0.001    0.006    0.010   -1.996 
+1629 433800 19    0.024    0.020   -0.021   -2.101 
+1629 433800 20    0.005   -0.006   -0.008   -2.176 
+1629 433800 21   -0.008    0.005   -0.010   -2.147 
+1629 433800 22    0.000    0.018    0.018   -2.052 
+1629 433800 23   -0.025   -0.006    0.022   -2.105 
+1629 433800 24    0.095    0.069    0.001    0.000 
+1629 433800 25    0.000    0.005   -0.027   -2.162 
+1629 433800 26   -0.002    0.003    0.003   -2.331 
+1629 433800 27    0.029    0.004    0.027   -2.959 
+1629 433800 28   -0.006   -0.016    0.010   -2.035 
+1629 433800 29   -0.005    0.022    0.015   -2.167 
+1629 433800 30    0.016    0.010   -0.001   -2.444 
+1629 433800 31    0.013   -0.003    0.006   -2.002 
+1629 433800 32   -0.013   -0.000    0.001   -2.233 
+1629 434700  2   -0.001   -0.031   -0.022   -2.111 
+1629 434700  3    0.012   -0.004   -0.018   -2.566 
+1629 434700  4   -0.013    0.050    0.038   -1.642 
+1629 434700  5   -0.014   -0.007   -0.006   -2.173 
+1629 434700  6    0.018   -0.006   -0.011   -2.981 
+1629 434700  7   -0.010   -0.026    0.006   -1.990 
+1629 434700  8    0.013   -0.004   -0.023   -2.365 
+1629 434700  9    0.038   -0.022    0.011   -1.199 
+1629 434700 10   -0.007   -0.036   -0.013   -2.249 
+1629 434700 11   -0.037    0.048   -0.032   -2.179 
+1629 434700 12   -0.023    0.006   -0.006   -2.128 
+1629 434700 13   -0.007   -0.008    0.029   -2.008 
+1629 434700 14    0.006    0.047   -0.022   -1.967 
+1629 434700 15   -0.009   -0.003    0.004   -2.157 
+1629 434700 16   -0.008   -0.026   -0.007   -2.093 
+1629 434700 17    0.016   -0.010   -0.010   -2.205 
+1629 434700 18   -0.005    0.009    0.008   -1.980 
+1629 434700 19    0.025    0.019   -0.021   -2.165 
+1629 434700 20    0.001   -0.007   -0.006   -2.185 
+1629 434700 21   -0.009    0.009   -0.012   -2.204 
+1629 434700 22   -0.002    0.020    0.019   -1.977 
+1629 434700 23   -0.027   -0.005    0.025   -2.041 
+1629 434700 24    0.106    0.066    0.003    0.000 
+1629 434700 25   -0.004    0.005   -0.028   -2.153 
+1629 434700 26   -0.003    0.004    0.001   -2.283 
+1629 434700 27    0.026    0.004    0.026   -2.880 
+1629 434700 28   -0.008   -0.016    0.013   -2.031 
+1629 434700 29   -0.002    0.020    0.013   -2.246 
+1629 434700 30    0.016    0.011   -0.002   -2.716 
+1629 434700 31    0.014   -0.005    0.006   -1.972 
+1629 434700 32   -0.014    0.000    0.001   -2.229 
+1629 435600  2    0.000   -0.030   -0.025   -2.088 
+1629 435600  3    0.012   -0.007   -0.019   -2.634 
+1629 435600  4   -0.015    0.059    0.042   -1.764 
+1629 435600  5   -0.013   -0.009   -0.008   -2.139 
+1629 435600  6    0.016   -0.007   -0.013   -3.059 
+1629 435600  7   -0.013   -0.024    0.007   -1.980 
+1629 435600  8    0.011   -0.002   -0.022   -2.410 
+1629 435600  9    0.033   -0.022    0.008   -1.570 
+1629 435600 10   -0.007   -0.036   -0.016   -2.489 
+1629 435600 11   -0.036    0.045   -0.033   -2.144 
+1629 435600 12   -0.028    0.005   -0.005   -2.142 
+1629 435600 13   -0.010   -0.005    0.029   -2.069 
+1629 435600 14    0.002    0.049   -0.019   -1.938 
+1629 435600 15   -0.010   -0.003    0.004   -2.100 
+1629 435600 16   -0.007   -0.027   -0.008   -2.058 
+1629 435600 17    0.016   -0.011   -0.009   -2.123 
+1629 435600 18   -0.010    0.013    0.005   -2.008 
+1629 435600 19    0.028    0.016   -0.020   -2.042 
+1629 435600 20   -0.004   -0.007   -0.004   -1.991 
+1629 435600 21   -0.009    0.012   -0.015   -2.216 
+1629 435600 22   -0.003    0.022    0.021   -1.936 
+1629 435600 23   -0.029   -0.003    0.027   -2.043 
+1629 435600 24    0.116    0.062    0.008    0.000 
+1629 435600 25   -0.007    0.004   -0.030   -2.138 
+1629 435600 26   -0.004    0.006    0.002   -2.312 
+1629 435600 27    0.023    0.004    0.025   -2.782 
+1629 435600 28   -0.009   -0.015    0.015   -1.990 
+1629 435600 29    0.004    0.018    0.012   -2.206 
+1629 435600 30    0.014    0.011   -0.004   -2.871 
+1629 435600 31    0.014   -0.005    0.006   -1.857 
+1629 435600 32   -0.015   -0.001    0.001   -2.297 
+1629 436500  2    0.001   -0.028   -0.026   -2.117 
+1629 436500  3    0.012   -0.008   -0.019   -2.321 
+1629 436500  4   -0.019    0.069    0.045   -1.671 
+1629 436500  5   -0.013   -0.012   -0.009   -2.162 
+1629 436500  6    0.014   -0.009   -0.013   -3.174 
+1629 436500  7   -0.015   -0.022    0.008   -1.975 
+1629 436500  8    0.011   -0.002   -0.019   -2.660 
+1629 436500  9    0.027   -0.021    0.006   -1.600 
+1629 436500 10   -0.007   -0.034   -0.019   -3.079 
+1629 436500 11   -0.033    0.042   -0.034   -2.232 
+1629 436500 12   -0.033    0.003   -0.007   -2.125 
+1629 436500 13   -0.012   -0.003    0.029   -2.078 
+1629 436500 14   -0.003    0.050   -0.016   -2.033 
+1629 436500 15   -0.008   -0.005    0.005   -2.147 
+1629 436500 16   -0.006   -0.027   -0.008   -2.040 
+1629 436500 17    0.015   -0.011   -0.007   -2.141 
+1629 436500 18   -0.013    0.017    0.003   -1.999 
+1629 436500 19    0.031    0.015   -0.020   -2.111 
+1629 436500 20   -0.007   -0.007   -0.003   -2.194 
+1629 436500 21   -0.010    0.014   -0.018   -2.250 
+1629 436500 22   -0.005    0.024    0.022   -1.960 
+1629 436500 23   -0.027   -0.001    0.029   -2.001 
+1629 436500 24    0.125    0.057    0.015    0.000 
+1629 436500 25   -0.012    0.004   -0.033   -2.129 
+1629 436500 26   -0.003    0.006    0.003   -2.208 
+1629 436500 27    0.018    0.005    0.026   -2.490 
+1629 436500 28   -0.010   -0.015    0.018   -1.915 
+1629 436500 29    0.009    0.017    0.012   -2.231 
+1629 436500 30    0.014    0.012   -0.005   -3.080 
+1629 436500 31    0.013   -0.007    0.005   -1.925 
+1629 436500 32   -0.015   -0.001    0.001   -2.335 
+1629 437400  2    0.003   -0.027   -0.029   -2.067 
+1629 437400  3    0.010   -0.010   -0.019   -2.202 
+1629 437400  4   -0.022    0.079    0.047   -1.745 
+1629 437400  5   -0.011   -0.014   -0.010   -2.129 
+1629 437400  6    0.012   -0.010   -0.013   -3.328 
+1629 437400  7   -0.017   -0.017    0.007   -1.982 
+1629 437400  8    0.012   -0.001   -0.017   -2.645 
+1629 437400  9    0.021   -0.019    0.004   -1.673 
+1629 437400 10   -0.006   -0.032   -0.023   -3.261 
+1629 437400 11   -0.029    0.038   -0.035   -2.220 
+1629 437400 12   -0.036    0.002   -0.005   -2.192 
+1629 437400 13   -0.015   -0.001    0.031   -2.108 
+1629 437400 14   -0.007    0.051   -0.013   -2.032 
+1629 437400 15   -0.007   -0.005    0.006   -2.085 
+1629 437400 16   -0.004   -0.029   -0.008   -2.066 
+1629 437400 17    0.013   -0.012   -0.007   -2.202 
+1629 437400 18   -0.016    0.020    0.002   -2.031 
+1629 437400 19    0.032    0.014   -0.019   -2.105 
+1629 437400 20   -0.013   -0.007   -0.001   -2.102 
+1629 437400 21   -0.010    0.017   -0.021   -2.123 
+1629 437400 22   -0.008    0.026    0.023   -2.054 
+1629 437400 23   -0.028   -0.001    0.029   -2.118 
+1629 437400 24    0.130    0.054    0.025    0.000 
+1629 437400 25   -0.016    0.004   -0.033   -2.113 
+1629 437400 26   -0.004    0.007    0.002   -2.206 
+1629 437400 27    0.015    0.004    0.026   -2.521 
+1629 437400 28   -0.011   -0.014    0.021   -1.944 
+1629 437400 29    0.014    0.014    0.013   -2.114 
+1629 437400 30    0.012    0.012   -0.007   -3.177 
+1629 437400 31    0.012   -0.008    0.005   -1.947 
+1629 437400 32   -0.016   -0.002    0.002   -2.401 
+1629 438300  2    0.006   -0.025   -0.030   -1.989 
+1629 438300  3    0.009   -0.011   -0.019   -2.153 
+1629 438300  4   -0.024    0.088    0.047   -1.726 
+1629 438300  5   -0.011   -0.017   -0.012   -2.109 
+1629 438300  6    0.010   -0.012   -0.012   -3.446 
+1629 438300  7   -0.019   -0.014    0.008   -2.021 
+1629 438300  8    0.013    0.000   -0.014   -2.802 
+1629 438300  9    0.014   -0.017    0.003   -1.258 
+1629 438300 10   -0.004   -0.029   -0.024   -3.470 
+1629 438300 11   -0.026    0.034   -0.034   -2.240 
+1629 438300 12   -0.038    0.000   -0.004   -2.103 
+1629 438300 13   -0.015    0.002    0.033   -2.146 
+1629 438300 14   -0.011    0.052   -0.010   -2.037 
+1629 438300 15   -0.005   -0.007    0.005   -2.069 
+1629 438300 16   -0.003   -0.029   -0.008   -2.124 
+1629 438300 17    0.012   -0.012   -0.004   -2.201 
+1629 438300 18   -0.017    0.023   -0.002   -2.068 
+1629 438300 19    0.034    0.012   -0.019   -2.127 
+1629 438300 20   -0.017   -0.006    0.000   -2.202 
+1629 438300 21   -0.010    0.021   -0.024   -2.053 
+1629 438300 22   -0.009    0.026    0.023   -1.969 
+1629 438300 23   -0.026   -0.002    0.030   -2.058 
+1629 438300 24    0.135    0.049    0.035   -1.299 
+1629 438300 25   -0.021    0.004   -0.033   -2.106 
+1629 438300 26   -0.003    0.008    0.002   -2.306 
+1629 438300 27    0.011    0.002    0.028   -2.494 
+1629 438300 28   -0.012   -0.012    0.022   -1.920 
+1629 438300 29    0.020    0.013    0.014   -2.167 
+1629 438300 30    0.011    0.013   -0.009   -3.017 
+1629 438300 31    0.014   -0.010    0.005   -2.016 
+1629 438300 32   -0.018   -0.002    0.002   -2.409 
+1629 439200  2    0.010   -0.023   -0.030   -1.990 
+1629 439200  3    0.008   -0.013   -0.018   -2.425 
+1629 439200  4   -0.029    0.097    0.046   -1.654 
+1629 439200  5   -0.010   -0.021   -0.012   -2.192 
+1629 439200  6    0.008   -0.013   -0.012   -3.613 
+1629 439200  7   -0.019   -0.012    0.010   -1.984 
+1629 439200  8    0.017    0.000   -0.009   -3.037 
+1629 439200  9    0.006   -0.013    0.004   -1.439 
+1629 439200 10   -0.002   -0.026   -0.027   -3.462 
+1629 439200 11   -0.023    0.029   -0.033   -2.206 
+1629 439200 12   -0.044   -0.002   -0.004   -2.134 
+1629 439200 13   -0.016    0.001    0.033   -1.984 
+1629 439200 14   -0.016    0.053   -0.006   -2.021 
+1629 439200 15   -0.004   -0.008    0.008   -2.074 
+1629 439200 16   -0.002   -0.029   -0.010   -2.055 
+1629 439200 17    0.009   -0.012   -0.002   -2.178 
+1629 439200 18   -0.017    0.026   -0.004   -1.961 
+1629 439200 19    0.036    0.010   -0.018   -2.077 
+1629 439200 20   -0.021   -0.006    0.000   -2.126 
+1629 439200 21   -0.009    0.022   -0.026   -1.940 
+1629 439200 22   -0.012    0.028    0.024   -2.053 
+1629 439200 23   -0.026   -0.002    0.031   -1.985 
+1629 439200 24    0.136    0.047    0.046   -1.264 
+1629 439200 25   -0.027    0.005   -0.033   -2.099 
+1629 439200 26   -0.002    0.008    0.003   -2.305 
+1629 439200 27    0.006    0.000    0.031   -2.386 
+1629 439200 28   -0.014   -0.008    0.024   -1.858 
+1629 439200 29    0.025    0.012    0.014   -2.099 
+1629 439200 30    0.010    0.014   -0.013   -3.072 
+1629 439200 31    0.016   -0.015    0.003   -1.908 
+1629 439200 32   -0.019   -0.003    0.000   -2.460 
+1629 440100  2    0.014   -0.023   -0.033   -2.001 
+1629 440100  3    0.007   -0.014   -0.016   -2.358 
+1629 440100  4   -0.032    0.104    0.041   -1.676 
+1629 440100  5   -0.011   -0.022   -0.014   -2.099 
+1629 440100  6    0.004   -0.013   -0.011   -3.682 
+1629 440100  7   -0.021   -0.007    0.011   -2.045 
+1629 440100  8    0.019    0.001   -0.008   -3.147 
+1629 440100  9    0.001   -0.011    0.004   -1.307 
+1629 440100 10   -0.001   -0.023   -0.028   -3.037 
+1629 440100 11   -0.019    0.025   -0.031   -2.210 
+1629 440100 12   -0.045   -0.006   -0.001   -2.132 
+1629 440100 13   -0.017    0.002    0.035   -2.115 
+1629 440100 14   -0.017    0.052   -0.001   -2.032 
+1629 440100 15   -0.001   -0.009    0.006   -2.046 
+1629 440100 16   -0.003   -0.027   -0.009   -2.019 
+1629 440100 17    0.009   -0.012    0.001   -2.200 
+1629 440100 18   -0.018    0.028   -0.005   -1.981 
+1629 440100 19    0.035    0.010   -0.016   -2.058 
+1629 440100 20   -0.025   -0.006    0.001   -2.086 
+1629 440100 21   -0.009    0.023   -0.030   -2.117 
+1629 440100 22   -0.014    0.029    0.024   -1.990 
+1629 440100 23   -0.026   -0.004    0.032   -2.035 
+1629 440100 24    0.135    0.043    0.060   -1.093 
+1629 440100 25   -0.030    0.005   -0.031   -2.086 
+1629 440100 26   -0.002    0.010    0.003   -2.314 
+1629 440100 27    0.005   -0.003    0.032   -2.355 
+1629 440100 28   -0.014   -0.006    0.025   -1.831 
+1629 440100 29    0.030    0.010    0.016   -2.110 
+1629 440100 30    0.007    0.016   -0.013   -2.959 
+1629 440100 31    0.017   -0.018    0.005   -1.902 
+1629 440100 32   -0.020   -0.004    0.001   -2.504 
+1629 441000  2    0.019   -0.024   -0.033   -1.977 
+1629 441000  3    0.003   -0.015   -0.014   -1.962 
+1629 441000  4   -0.035    0.112    0.036   -1.619 
+1629 441000  5   -0.011   -0.024   -0.015   -2.147 
+1629 441000  6    0.003   -0.014   -0.009   -3.803 
+1629 441000  7   -0.020   -0.004    0.012   -1.932 
+1629 441000  8    0.024    0.001   -0.005   -3.330 
+1629 441000  9   -0.003   -0.008    0.004   -1.303 
+1629 441000 10    0.002   -0.020   -0.030   -3.120 
+1629 441000 11   -0.017    0.020   -0.029   -2.166 
+1629 441000 12   -0.046   -0.009    0.001   -2.191 
+1629 441000 13   -0.019    0.001    0.036   -2.102 
+1629 441000 14   -0.019    0.050    0.003   -1.986 
+1629 441000 15    0.002   -0.009    0.008   -2.010 
+1629 441000 16   -0.003   -0.026   -0.009   -2.093 
+1629 441000 17    0.008   -0.011    0.003   -2.258 
+1629 441000 18   -0.016    0.029   -0.008   -1.956 
+1629 441000 19    0.035    0.008   -0.015   -2.090 
+1629 441000 20   -0.028   -0.006    0.001   -2.171 
+1629 441000 21   -0.008    0.023   -0.032   -2.067 
+1629 441000 22   -0.017    0.030    0.024   -1.987 
+1629 441000 23   -0.026   -0.005    0.032   -2.088 
+1629 441000 24    0.133    0.043    0.073   -0.788 
+1629 441000 25   -0.034    0.007   -0.029   -2.070 
+1629 441000 26   -0.002    0.012    0.003   -2.387 
+1629 441000 27    0.002   -0.006    0.033   -2.268 
+1629 441000 28   -0.015   -0.003    0.025   -1.824 
+1629 441000 29    0.034    0.009    0.016   -2.064 
+1629 441000 30    0.004    0.017   -0.014   -2.812 
+1629 441000 31    0.016   -0.020    0.004   -1.872 
+1629 441000 32   -0.022   -0.005   -0.001   -2.540 
+1629 441900  2    0.022   -0.026   -0.034   -1.994 
+1629 441900  3    0.002   -0.015   -0.012   -2.021 
+1629 441900  4   -0.038    0.118    0.028   -1.667 
+1629 441900  5   -0.012   -0.025   -0.015   -2.149 
+1629 441900  6    0.000   -0.012   -0.008   -3.917 
+1629 441900  7   -0.020   -0.002    0.013   -1.905 
+1629 441900  8    0.029    0.001   -0.004   -3.156 
+1629 441900  9   -0.007   -0.003    0.007   -1.112 
+1629 441900 10    0.005   -0.017   -0.030   -3.589 
+1629 441900 11   -0.014    0.017   -0.027   -2.216 
+1629 441900 12   -0.048   -0.013    0.004   -2.142 
+1629 441900 13   -0.020    0.001    0.036   -2.086 
+1629 441900 14   -0.021    0.049    0.006   -2.016 
+1629 441900 15    0.004   -0.010    0.009   -2.052 
+1629 441900 16   -0.003   -0.024   -0.010   -2.019 
+1629 441900 17    0.007   -0.012    0.004   -2.252 
+1629 441900 18   -0.014    0.030   -0.009   -2.005 
+1629 441900 19    0.034    0.007   -0.013   -2.073 
+1629 441900 20   -0.030   -0.006    0.000   -2.204 
+1629 441900 21   -0.008    0.024   -0.035   -2.261 
+1629 441900 22   -0.018    0.031    0.023   -2.008 
+1629 441900 23   -0.025   -0.007    0.031   -2.074 
+1629 441900 24    0.129    0.043    0.086   -0.826 
+1629 441900 25   -0.038    0.008   -0.027   -2.074 
+1629 441900 26   -0.001    0.013    0.004   -2.307 
+1629 441900 27   -0.001   -0.009    0.036   -2.210 
+1629 441900 28   -0.014   -0.001    0.025   -1.853 
+1629 441900 29    0.037    0.008    0.017   -2.117 
+1629 441900 30    0.002    0.017   -0.015   -2.948 
+1629 441900 31    0.016   -0.022    0.002   -1.739 
+1629 441900 32   -0.022   -0.005   -0.003   -2.626 
+1629 442800  2    0.026   -0.029   -0.032   -1.962 
+1629 442800  3    0.000   -0.014   -0.010   -1.843 
+1629 442800  4   -0.040    0.123    0.022   -1.689 
+1629 442800  5   -0.012   -0.027   -0.016   -2.150 
+1629 442800  6   -0.002   -0.012   -0.006   -4.010 
+1629 442800  7   -0.019    0.000    0.016   -1.842 
+1629 442800  8    0.033    0.000   -0.002   -3.145 
+1629 442800  9   -0.010    0.000    0.006   -1.564 
+1629 442800 10    0.008   -0.014   -0.029   -3.730 
+1629 442800 11   -0.012    0.013   -0.025   -2.149 
+1629 442800 12   -0.049   -0.017    0.007   -2.125 
+1629 442800 13   -0.021   -0.001    0.038   -2.071 
+1629 442800 14   -0.022    0.047    0.009   -1.920 
+1629 442800 15    0.008   -0.011    0.009   -2.093 
+1629 442800 16   -0.004   -0.022   -0.010   -2.045 
+1629 442800 17    0.008   -0.010    0.007   -2.138 
+1629 442800 18   -0.010    0.030   -0.011   -1.986 
+1629 442800 19    0.033    0.006   -0.012   -2.063 
+1629 442800 20   -0.033   -0.006   -0.001   -2.273 
+1629 442800 21   -0.006    0.022   -0.038   -2.405 
+1629 442800 22   -0.019    0.032    0.022   -2.007 
+1629 442800 23   -0.026   -0.008    0.030   -2.039 
+1629 442800 24    0.123    0.045    0.099   -0.584 
+1629 442800 25   -0.041    0.009   -0.023   -2.078 
+1629 442800 26    0.002    0.015    0.005   -2.200 
+1629 442800 27   -0.002   -0.014    0.036   -1.890 
+1629 442800 28   -0.014    0.002    0.025   -1.833 
+1629 442800 29    0.040    0.007    0.017   -2.179 
+1629 442800 30   -0.001    0.019   -0.016   -2.897 
+1629 442800 31    0.015   -0.024    0.001   -1.728 
+1629 442800 32   -0.023   -0.006   -0.005   -2.693 
+1629 443700  2    0.027   -0.033   -0.032   -1.913 
+1629 443700  3   -0.002   -0.014   -0.008   -2.070 
+1629 443700  4   -0.042    0.128    0.013   -1.658 
+1629 443700  5   -0.012   -0.027   -0.014   -2.127 
+1629 443700  6   -0.005   -0.009   -0.004   -4.120 
+1629 443700  7   -0.017    0.000    0.018   -1.828 
+1629 443700  8    0.037    0.000   -0.002   -3.152 
+1629 443700  9   -0.012    0.003    0.007   -1.649 
+1629 443700 10    0.010   -0.012   -0.027   -4.271 
+1629 443700 11   -0.011    0.011   -0.022   -2.120 
+1629 443700 12   -0.050   -0.021    0.011   -2.120 
+1629 443700 13   -0.025   -0.003    0.036   -2.042 
+1629 443700 14   -0.022    0.044    0.012   -1.936 
+1629 443700 15    0.010   -0.011    0.010   -2.073 
+1629 443700 16   -0.006   -0.019   -0.011   -2.086 
+1629 443700 17    0.009   -0.011    0.010   -2.302 
+1629 443700 18   -0.005    0.029   -0.011   -1.917 
+1629 443700 19    0.030    0.006   -0.011   -2.137 
+1629 443700 20   -0.035   -0.007   -0.003   -2.221 
+1629 443700 21   -0.005    0.020   -0.040   -2.251 
+1629 443700 22   -0.021    0.032    0.020   -1.977 
+1629 443700 23   -0.027   -0.009    0.028   -2.037 
+1629 443700 24    0.116    0.050    0.112   -0.292 
+1629 443700 25   -0.043    0.011   -0.020   -2.077 
+1629 443700 26    0.002    0.017    0.006   -2.082 
+1629 443700 27   -0.005   -0.020    0.036   -1.385 
+1629 443700 28   -0.012    0.004    0.026   -1.839 
+1629 443700 29    0.042    0.006    0.017   -2.129 
+1629 443700 30   -0.004    0.020   -0.018   -2.853 
+1629 443700 31    0.012   -0.027   -0.001   -1.712 
+1629 443700 32   -0.024   -0.007   -0.007   -2.755 
+1629 444600  2    0.028   -0.038   -0.028   -1.940 
+1629 444600  3   -0.004   -0.012   -0.006   -1.730 
+1629 444600  4   -0.043    0.131    0.003   -1.651 
+1629 444600  5   -0.013   -0.026   -0.014   -2.162 
+1629 444600  6   -0.006   -0.007   -0.003   -4.415 
+1629 444600  7   -0.016   -0.001    0.019   -1.808 
+1629 444600  8    0.042    0.000   -0.001   -3.173 
+1629 444600  9   -0.013    0.007    0.008   -1.471 
+1629 444600 10    0.013   -0.009   -0.026   -4.055 
+1629 444600 11   -0.013    0.013   -0.018   -2.136 
+1629 444600 12   -0.051   -0.025    0.015   -2.084 
+1629 444600 13   -0.028   -0.004    0.036   -2.057 
+1629 444600 14   -0.020    0.041    0.014   -1.975 
+1629 444600 15    0.013   -0.012    0.011   -2.058 
+1629 444600 16   -0.007   -0.015   -0.011   -2.092 
+1629 444600 17    0.010   -0.010    0.014   -2.169 
+1629 444600 18    0.000    0.027   -0.011   -1.859 
+1629 444600 19    0.028    0.008   -0.009   -2.029 
+1629 444600 20   -0.036   -0.007   -0.005   -2.276 
+1629 444600 21   -0.004    0.017   -0.043   -2.168 
+1629 444600 22   -0.020    0.032    0.020   -1.940 
+1629 444600 23   -0.029   -0.010    0.026   -2.156 
+1629 444600 24    0.107    0.056    0.125   -0.209 
+1629 444600 25   -0.044    0.012   -0.016   -2.093 
+1629 444600 26    0.003    0.017    0.008   -2.030 
+1629 444600 27   -0.006   -0.026    0.037   -1.069 
+1629 444600 28   -0.012    0.007    0.024   -1.744 
+1629 444600 29    0.041    0.006    0.017   -2.093 
+1629 444600 30   -0.007    0.021   -0.018   -3.067 
+1629 444600 31    0.010   -0.027   -0.003   -1.649 
+1629 444600 32   -0.024   -0.007   -0.009   -2.796 
+1629 445500  2    0.027   -0.043   -0.025   -1.904 
+1629 445500  3   -0.006   -0.010   -0.004   -1.431 
+1629 445500  4   -0.045    0.133   -0.007   -1.522 
+1629 445500  5   -0.014   -0.025   -0.012   -2.184 
+1629 445500  6   -0.008   -0.005   -0.002   -4.504 
+1629 445500  7   -0.014   -0.003    0.021   -1.779 
+1629 445500  8    0.046   -0.001   -0.003   -2.895 
+1629 445500  9   -0.013    0.011    0.008   -1.128 
+1629 445500 10    0.016   -0.007   -0.024   -4.087 
+1629 445500 11   -0.010    0.010   -0.014   -2.099 
+1629 445500 12   -0.051   -0.027    0.020   -2.104 
+1629 445500 13   -0.031   -0.005    0.034   -2.072 
+1629 445500 14   -0.019    0.037    0.014   -1.969 
+1629 445500 15    0.015   -0.012    0.013   -2.061 
+1629 445500 16   -0.008   -0.010   -0.012   -2.105 
+1629 445500 17    0.013   -0.010    0.015   -2.159 
+1629 445500 18    0.006    0.024   -0.012   -1.901 
+1629 445500 19    0.026    0.008   -0.008   -2.129 
+1629 445500 20   -0.037   -0.007   -0.008   -2.248 
+1629 445500 21   -0.004    0.014   -0.045   -2.144 
+1629 445500 22   -0.019    0.031    0.018   -1.976 
+1629 445500 23   -0.030   -0.010    0.023   -2.145 
+1629 445500 24    0.100    0.061    0.135   -0.477 
+1629 445500 25   -0.045    0.014   -0.013   -2.092 
+1629 445500 26    0.004    0.019    0.009   -1.964 
+1629 445500 27   -0.008   -0.031    0.035   -1.118 
+1629 445500 28   -0.009    0.008    0.023   -1.738 
+1629 445500 29    0.040    0.005    0.016   -2.092 
+1629 445500 30   -0.011    0.023   -0.019   -3.333 
+1629 445500 31    0.008   -0.028   -0.005   -1.695 
+1629 445500 32   -0.024   -0.007   -0.012   -2.807 
+1629 446400  2    0.025   -0.046   -0.020   -1.846 
+1629 446400  3   -0.006   -0.007   -0.003   -1.592 
+1629 446400  4   -0.046    0.133   -0.015   -1.612 
+1629 446400  5   -0.015   -0.024   -0.010   -2.310 
+1629 446400  6   -0.009   -0.003   -0.001   -4.715 
+1629 446400  7   -0.012   -0.005    0.023   -1.771 
+1629 446400  8    0.050   -0.003   -0.004   -2.549 
+1629 446400  9   -0.013    0.013    0.010   -1.551 
+1629 446400 10    0.018   -0.005   -0.021   -3.946 
+1629 446400 11   -0.005    0.002   -0.013   -2.118 
+1629 446400 12   -0.053   -0.030    0.025   -2.130 
+1629 446400 13   -0.035   -0.005    0.031   -1.997 
+1629 446400 14   -0.017    0.032    0.015   -1.905 
+1629 446400 15    0.018   -0.013    0.014   -2.012 
+1629 446400 16   -0.010   -0.006   -0.014   -2.069 
+1629 446400 17    0.016   -0.009    0.017   -2.129 
+1629 446400 18    0.011    0.020   -0.010   -1.945 
+1629 446400 19    0.024    0.009   -0.008   -2.033 
+1629 446400 20   -0.038   -0.006   -0.011   -2.185 
+1629 446400 21   -0.005    0.009   -0.046   -1.899 
+1629 446400 22   -0.017    0.029    0.016   -2.004 
+1629 446400 23   -0.032   -0.009    0.019   -2.123 
+1629 446400 24    0.095    0.066    0.143   -0.566 
+1629 446400 25   -0.045    0.017   -0.008   -2.109 
+1629 446400 26    0.006    0.018    0.012   -1.990 
+1629 446400 27   -0.008   -0.037    0.036   -0.985 
+1629 446400 28   -0.007    0.007    0.020   -1.755 
+1629 446400 29    0.038    0.006    0.017   -2.040 
+1629 446400 30   -0.013    0.025   -0.019   -3.284 
+1629 446400 31    0.006   -0.027   -0.008   -1.703 
+1629 446400 32   -0.024   -0.006   -0.016   -2.830 
+1629 447300  2    0.024   -0.051   -0.015   -1.928 
+1629 447300  3   -0.007   -0.004   -0.002   -1.366 
+1629 447300  4   -0.045    0.131   -0.025   -1.399 
+1629 447300  5   -0.017   -0.021   -0.009   -2.228 
+1629 447300  6   -0.009    0.001   -0.001   -4.796 
+1629 447300  7   -0.013   -0.006    0.025   -1.734 
+1629 447300  8    0.051   -0.002   -0.005   -2.640 
+1629 447300  9   -0.011    0.017    0.009   -1.454 
+1629 447300 10    0.022   -0.004   -0.019   -3.936 
+1629 447300 11   -0.005   -0.001   -0.008   -2.079 
+1629 447300 12   -0.052   -0.033    0.031   -2.039 
+1629 447300 13   -0.039   -0.005    0.028   -2.021 
+1629 447300 14   -0.013    0.028    0.016   -1.908 
+1629 447300 15    0.020   -0.012    0.015   -1.958 
+1629 447300 16   -0.012   -0.001   -0.013   -2.074 
+1629 447300 17    0.020   -0.009    0.021   -2.120 
+1629 447300 18    0.015    0.017   -0.008   -1.911 
+1629 447300 19    0.022    0.013   -0.006   -2.037 
+1629 447300 20   -0.037   -0.005   -0.014   -2.287 
+1629 447300 21   -0.007    0.005   -0.050   -1.911 
+1629 447300 22   -0.016    0.028    0.015   -1.938 
+1629 447300 23   -0.032   -0.008    0.016   -2.170 
+1629 447300 24    0.087    0.071    0.150   -0.947 
+1629 447300 25   -0.044    0.018   -0.004   -2.118 
+1629 447300 26    0.006    0.019    0.015   -1.932 
+1629 447300 27   -0.008   -0.043    0.035   -1.302 
+1629 447300 28   -0.005    0.007    0.018   -1.699 
+1629 447300 29    0.036    0.005    0.015   -2.074 
+1629 447300 30   -0.017    0.027   -0.018   -3.317 
+1629 447300 31    0.003   -0.027   -0.010   -1.689 
+1629 447300 32   -0.022   -0.006   -0.018   -2.815 
+1629 448200  2    0.020   -0.055   -0.009   -1.922 
+1629 448200  3   -0.009   -0.002    0.000   -1.599 
+1629 448200  4   -0.044    0.128   -0.032   -1.438 
+1629 448200  5   -0.020   -0.019   -0.006   -2.324 
+1629 448200  6   -0.011    0.004   -0.001   -4.915 
+1629 448200  7   -0.013   -0.010    0.027   -1.721 
+1629 448200  8    0.052   -0.003   -0.007   -2.339 
+1629 448200  9   -0.009    0.019    0.010   -1.478 
+1629 448200 10    0.025   -0.004   -0.015   -3.956 
+1629 448200 11   -0.004   -0.004   -0.006   -2.129 
+1629 448200 12   -0.050   -0.033    0.035   -2.111 
+1629 448200 13   -0.042   -0.005    0.025   -2.050 
+1629 448200 14   -0.010    0.023    0.016   -1.914 
+1629 448200 15    0.020   -0.012    0.017   -1.983 
+1629 448200 16   -0.012    0.004   -0.014   -1.993 
+1629 448200 17    0.026   -0.009    0.024   -2.129 
+1629 448200 18    0.019    0.013   -0.005   -1.829 
+1629 448200 19    0.019    0.015   -0.006   -2.048 
+1629 448200 20   -0.036   -0.004   -0.017   -2.197 
+1629 448200 21   -0.010    0.000   -0.051   -2.032 
+1629 448200 22   -0.012    0.025    0.013   -1.940 
+1629 448200 23   -0.033   -0.007    0.013   -2.132 
+1629 448200 24    0.078    0.074    0.150   -1.133 
+1629 448200 25   -0.042    0.018    0.000   -2.124 
+1629 448200 26    0.007    0.019    0.017   -1.956 
+1629 448200 27   -0.007   -0.047    0.033   -1.326 
+1629 448200 28   -0.002    0.006    0.016   -1.730 
+1629 448200 29    0.032    0.006    0.015   -2.069 
+1629 448200 30   -0.019    0.029   -0.018   -3.154 
+1629 448200 31    0.003   -0.026   -0.012   -1.702 
+1629 448200 32   -0.021   -0.005   -0.020   -2.862 
+1629 449100  2    0.015   -0.057   -0.002   -1.833 
+1629 449100  3   -0.009    0.001    0.000   -1.756 
+1629 449100  4   -0.044    0.125   -0.039   -1.323 
+1629 449100  5   -0.022   -0.015   -0.003   -2.231 
+1629 449100  6   -0.011    0.006    0.000   -5.049 
+1629 449100  7   -0.015   -0.012    0.029   -1.724 
+1629 449100  8    0.051   -0.003   -0.009   -1.859 
+1629 449100  9   -0.005    0.022    0.010   -1.646 
+1629 449100 10    0.026   -0.003   -0.012   -3.943 
+1629 449100 11   -0.004   -0.007   -0.004   -2.107 
+1629 449100 12   -0.047   -0.034    0.041   -2.108 
+1629 449100 13   -0.045   -0.004    0.020   -2.203 
+1629 449100 14   -0.006    0.018    0.016   -1.845 
+1629 449100 15    0.023   -0.010    0.020   -2.041 
+1629 449100 16   -0.015    0.009   -0.015   -1.992 
+1629 449100 17    0.029   -0.009    0.024   -2.117 
+1629 449100 18    0.023    0.009   -0.001   -1.860 
+1629 449100 19    0.017    0.016   -0.004   -2.123 
+1629 449100 20   -0.034   -0.004   -0.019   -2.146 
+1629 449100 21   -0.013   -0.005   -0.051   -2.081 
+1629 449100 22   -0.009    0.022    0.012   -1.954 
+1629 449100 23   -0.033   -0.005    0.008   -2.080 
+1629 449100 24    0.068    0.083    0.147   -1.028 
+1629 449100 25   -0.038    0.020    0.004   -2.134 
+1629 449100 26    0.008    0.018    0.020   -1.954 
+1629 449100 27   -0.005   -0.051    0.031   -1.629 
+1629 449100 28    0.000    0.005    0.013   -1.666 
+1629 449100 29    0.027    0.006    0.014   -2.036 
+1629 449100 30   -0.021    0.029   -0.016   -3.477 
+1629 449100 31    0.002   -0.027   -0.015   -1.701 
+1629 449100 32   -0.019   -0.004   -0.023   -2.900 
+1629 450000  2    0.011   -0.060    0.004   -1.837 
+1629 450000  3   -0.009    0.003    0.000   -1.976 
+1629 450000  4   -0.042    0.118   -0.044   -1.172 
+1629 450000  5   -0.025   -0.011    0.000   -2.273 
+1629 450000  6   -0.011    0.008   -0.003   -5.201 
+1629 450000  7   -0.017   -0.014    0.030   -1.768 
+1629 450000  8    0.050   -0.003   -0.013   -1.732 
+1629 450000  9   -0.001    0.023    0.012   -2.043 
+1629 450000 10    0.029   -0.003   -0.008   -4.021 
+1629 450000 11   -0.004   -0.008   -0.002   -2.098 
+1629 450000 12   -0.045   -0.034    0.045   -2.043 
+1629 450000 13   -0.048   -0.002    0.015   -2.014 
+1629 450000 14   -0.002    0.013    0.016   -1.821 
+1629 450000 15    0.023   -0.009    0.023   -1.936 
+1629 450000 16   -0.017    0.013   -0.015   -1.996 
+1629 450000 17    0.034   -0.008    0.027   -2.109 
+1629 450000 18    0.026    0.005    0.004   -1.882 
+1629 450000 19    0.015    0.018   -0.005   -2.108 
+1629 450000 20   -0.032   -0.001   -0.023   -2.213 
+1629 450000 21   -0.018   -0.010   -0.053   -1.917 
+1629 450000 22   -0.005    0.018    0.012   -1.903 
+1629 450000 23   -0.034   -0.003    0.005   -2.071 
+1629 450000 24    0.058    0.089    0.141   -1.265 
+1629 450000 25   -0.036    0.021    0.007   -2.151 
+1629 450000 26    0.007    0.017    0.022   -1.937 
+1629 450000 27   -0.003   -0.057    0.030   -1.834 
+1629 450000 28    0.002    0.003    0.010   -1.654 
+1629 450000 29    0.022    0.006    0.013   -2.071 
+1629 450000 30   -0.024    0.031   -0.016   -3.320 
+1629 450000 31    0.001   -0.026   -0.017   -1.699 
+1629 450000 32   -0.016   -0.004   -0.025   -2.895 
+1629 450900  2    0.006   -0.060    0.013   -1.794 
+1629 450900  3   -0.009    0.005   -0.001   -1.595 
+1629 450900  4   -0.040    0.112   -0.046   -1.208 
+1629 450900  5   -0.029   -0.006    0.004   -2.299 
+1629 450900  6   -0.012    0.011   -0.003   -5.296 
+1629 450900  7   -0.021   -0.014    0.031   -1.631 
+1629 450900  8    0.047   -0.002   -0.015   -1.475 
+1629 450900  9    0.003    0.024    0.016   -2.190 
+1629 450900 10    0.030   -0.003   -0.003   -4.032 
+1629 450900 11   -0.004   -0.009    0.001   -2.204 
+1629 450900 12   -0.041   -0.035    0.048   -2.036 
+1629 450900 13   -0.049    0.001    0.011   -1.957 
+1629 450900 14    0.002    0.010    0.015   -1.822 
+1629 450900 15    0.024   -0.008    0.025   -1.980 
+1629 450900 16   -0.018    0.018   -0.016   -2.035 
+1629 450900 17    0.040   -0.008    0.026   -2.092 
+1629 450900 18    0.027    0.001    0.009   -1.879 
+1629 450900 19    0.013    0.018   -0.005   -2.105 
+1629 450900 20   -0.030    0.000   -0.025   -2.186 
+1629 450900 21   -0.022   -0.015   -0.051   -1.923 
+1629 450900 22   -0.002    0.015    0.012   -1.888 
+1629 450900 23   -0.033    0.001    0.001   -2.131 
+1629 450900 24    0.048    0.092    0.130   -1.566 
+1629 450900 25   -0.032    0.021    0.010   -2.169 
+1629 450900 26    0.007    0.016    0.024   -1.889 
+1629 450900 27   -0.001   -0.061    0.027   -1.609 
+1629 450900 28    0.003    0.000    0.005   -1.651 
+1629 450900 29    0.016    0.007    0.014   -2.085 
+1629 450900 30   -0.026    0.032   -0.013   -3.743 
+1629 450900 31    0.001   -0.026   -0.020   -1.707 
+1629 450900 32   -0.013   -0.002   -0.027   -2.879 
+1629 451800  2    0.002   -0.061    0.020   -1.755 
+1629 451800  3   -0.010    0.008   -0.001   -1.916 
+1629 451800  4   -0.039    0.106   -0.046   -1.144 
+1629 451800  5   -0.033   -0.002    0.007   -2.253 
+1629 451800  6   -0.013    0.012   -0.004   -5.175 
+1629 451800  7   -0.024   -0.018    0.032   -1.648 
+1629 451800  8    0.043   -0.002   -0.016   -1.934 
+1629 451800  9    0.007    0.025    0.018   -1.817 
+1629 451800 10    0.031   -0.004    0.001   -4.348 
+1629 451800 11   -0.005   -0.010    0.004   -2.105 
+1629 451800 12   -0.037   -0.034    0.052   -2.176 
+1629 451800 13   -0.050    0.004    0.006   -2.009 
+1629 451800 14    0.007    0.006    0.014   -1.788 
+1629 451800 15    0.024   -0.007    0.029   -2.003 
+1629 451800 16   -0.019    0.021   -0.015   -2.011 
+1629 451800 17    0.047   -0.007    0.027   -2.090 
+1629 451800 18    0.028   -0.002    0.016   -1.858 
+1629 451800 19    0.012    0.019   -0.005   -2.136 
+1629 451800 20   -0.026    0.003   -0.027   -2.200 
+1629 451800 21   -0.027   -0.021   -0.050   -1.984 
+1629 451800 22    0.002    0.012    0.013   -1.827 
+1629 451800 23   -0.032    0.003   -0.002   -2.108 
+1629 451800 24    0.039    0.095    0.117   -2.100 
+1629 451800 25   -0.028    0.023    0.012   -2.183 
+1629 451800 26    0.005    0.014    0.027   -1.975 
+1629 451800 27    0.000   -0.064    0.024   -1.702 
+1629 451800 28    0.004   -0.002    0.002   -1.595 
+1629 451800 29    0.011    0.008    0.016   -2.048 
+1629 451800 30   -0.028    0.033   -0.012   -3.794 
+1629 451800 31    0.000   -0.025   -0.021   -1.719 
+1629 451800 32   -0.009   -0.003   -0.029   -2.937 
+1629 452700  2   -0.003   -0.060    0.027   -1.746 
+1629 452700  3   -0.011    0.010   -0.002   -2.166 
+1629 452700  4   -0.036    0.099   -0.043   -1.118 
+1629 452700  5   -0.037    0.002    0.009   -2.324 
+1629 452700  6   -0.014    0.014   -0.007   -5.422 
+1629 452700  7   -0.028   -0.023    0.031   -1.606 
+1629 452700  8    0.038   -0.001   -0.019   -2.132 
+1629 452700  9    0.011    0.025    0.022   -1.778 
+1629 452700 10    0.033   -0.005    0.006   -4.626 
+1629 452700 11   -0.005   -0.010    0.006   -2.050 
+1629 452700 12   -0.031   -0.032    0.053   -2.103 
+1629 452700 13   -0.049    0.007    0.001   -2.066 
+1629 452700 14    0.013    0.003    0.015   -1.783 
+1629 452700 15    0.025   -0.007    0.032   -1.966 
+1629 452700 16   -0.021    0.025   -0.016   -1.998 
+1629 452700 17    0.053   -0.006    0.026   -2.092 
+1629 452700 18    0.028   -0.004    0.022   -1.823 
+1629 452700 19    0.011    0.019   -0.006   -2.072 
+1629 452700 20   -0.021    0.006   -0.029   -2.132 
+1629 452700 21   -0.034   -0.026   -0.048   -1.750 
+1629 452700 22    0.006    0.010    0.014   -1.840 
+1629 452700 23   -0.030    0.007   -0.005   -2.096 
+1629 452700 24    0.030    0.097    0.102   -2.103 
+1629 452700 25   -0.024    0.023    0.014   -2.185 
+1629 452700 26    0.003    0.013    0.028   -1.953 
+1629 452700 27    0.002   -0.067    0.022   -1.598 
+1629 452700 28    0.006   -0.004   -0.002   -1.574 
+1629 452700 29    0.005    0.010    0.018   -2.142 
+1629 452700 30   -0.030    0.033   -0.010   -4.005 
+1629 452700 31    0.001   -0.023   -0.022   -1.685 
+1629 452700 32   -0.005   -0.001   -0.031   -2.912 
+1629 453600  2   -0.006   -0.057    0.033   -1.761 
+1629 453600  3   -0.011    0.010   -0.002   -2.011 
+1629 453600  4   -0.033    0.094   -0.039   -1.191 
+1629 453600  5   -0.042    0.007    0.011   -2.266 
+1629 453600  6   -0.014    0.015   -0.007   -5.532 
+1629 453600  7   -0.032   -0.028    0.031   -1.563 
+1629 453600  8    0.031    0.001   -0.022   -2.502 
+1629 453600  9    0.016    0.025    0.027   -1.775 
+1629 453600 10    0.034   -0.005    0.011   -4.684 
+1629 453600 11   -0.004   -0.011    0.007   -2.036 
+1629 453600 12   -0.025   -0.030    0.055   -2.091 
+1629 453600 13   -0.049    0.011   -0.004   -1.934 
+1629 453600 14    0.018   -0.001    0.016   -1.777 
+1629 453600 15    0.025   -0.006    0.036   -1.897 
+1629 453600 16   -0.022    0.027   -0.013   -2.033 
+1629 453600 17    0.058   -0.005    0.022   -2.079 
+1629 453600 18    0.026   -0.007    0.031   -1.780 
+1629 453600 19    0.009    0.018   -0.007   -2.182 
+1629 453600 20   -0.016    0.008   -0.032   -2.094 
+1629 453600 21   -0.041   -0.031   -0.042   -1.846 
+1629 453600 22    0.009    0.006    0.017   -1.863 
+1629 453600 23   -0.029    0.009   -0.008   -2.147 
+1629 453600 24    0.022    0.097    0.085   -1.733 
+1629 453600 25   -0.019    0.024    0.016   -2.179 
+1629 453600 26    0.001    0.010    0.031   -1.967 
+1629 453600 27    0.005   -0.069    0.019   -1.105 
+1629 453600 28    0.005   -0.007   -0.007   -1.577 
+1629 453600 29    0.000    0.014    0.022   -2.060 
+1629 453600 30   -0.031    0.033   -0.006   -4.178 
+1629 453600 31    0.001   -0.020   -0.021   -1.672 
+1629 453600 32    0.000   -0.002   -0.032   -2.909 
+1629 454500  2   -0.008   -0.054    0.040   -1.780 
+1629 454500  3   -0.011    0.013   -0.004   -2.052 
+1629 454500  4   -0.028    0.087   -0.031   -1.168 
+1629 454500  5   -0.045    0.010    0.012   -2.290 
+1629 454500  6   -0.015    0.016   -0.008   -5.523 
+1629 454500  7   -0.036   -0.032    0.031   -1.563 
+1629 454500  8    0.023    0.006   -0.023   -2.342 
+1629 454500  9    0.020    0.026    0.032   -2.113 
+1629 454500 10    0.034   -0.006    0.016   -4.758 
+1629 454500 11   -0.004   -0.010    0.009   -2.078 
+1629 454500 12   -0.019   -0.029    0.055   -1.972 
+1629 454500 13   -0.048    0.013   -0.008   -2.122 
+1629 454500 14    0.023   -0.002    0.016   -1.768 
+1629 454500 15    0.024   -0.006    0.039   -1.947 
+1629 454500 16   -0.023    0.028   -0.012   -1.991 
+1629 454500 17    0.064   -0.003    0.021   -2.076 
+1629 454500 18    0.023   -0.007    0.038   -1.806 
+1629 454500 19    0.007    0.017   -0.007   -2.136 
+1629 454500 20   -0.010    0.011   -0.032   -2.237 
+1629 454500 21   -0.048   -0.036   -0.039   -1.879 
+1629 454500 22    0.011    0.005    0.019   -1.749 
+1629 454500 23   -0.026    0.010   -0.011   -2.104 
+1629 454500 24    0.015    0.099    0.069   -1.789 
+1629 454500 25   -0.015    0.024    0.016   -2.183 
+1629 454500 26   -0.002    0.010    0.033   -1.994 
+1629 454500 27    0.007   -0.069    0.015   -0.946 
+1629 454500 28    0.004   -0.006   -0.011   -1.555 
+1629 454500 29   -0.005    0.013    0.025   -2.126 
+1629 454500 30   -0.031    0.031   -0.005   -4.378 
+1629 454500 31    0.002   -0.019   -0.022   -1.702 
+1629 454500 32    0.004    0.000   -0.032   -2.905 
+1629 455400  2   -0.010   -0.050    0.045   -1.766 
+1629 455400  3   -0.013    0.014   -0.006   -2.479 
+1629 455400  4   -0.023    0.083   -0.021   -1.128 
+1629 455400  5   -0.050    0.013    0.011   -2.298 
+1629 455400  6   -0.017    0.017   -0.010   -5.504 
+1629 455400  7   -0.040   -0.034    0.028   -1.517 
+1629 455400  8    0.015    0.011   -0.024   -2.652 
+1629 455400  9    0.023    0.025    0.037   -2.005 
+1629 455400 10    0.035   -0.007    0.022   -4.878 
+1629 455400 11   -0.004   -0.010    0.011   -2.128 
+1629 455400 12   -0.013   -0.027    0.054   -2.010 
+1629 455400 13   -0.044    0.016   -0.012   -2.041 
+1629 455400 14    0.028   -0.005    0.018   -1.669 
+1629 455400 15    0.022   -0.007    0.041   -1.923 
+1629 455400 16   -0.024    0.029   -0.010   -1.992 
+1629 455400 17    0.070   -0.003    0.017   -2.110 
+1629 455400 18    0.019   -0.007    0.045   -1.805 
+1629 455400 19    0.006    0.016   -0.009   -2.127 
+1629 455400 20   -0.004    0.013   -0.032   -2.170 
+1629 455400 21   -0.056   -0.040   -0.034   -1.873 
+1629 455400 22    0.013    0.003    0.023   -1.853 
+1629 455400 23   -0.022    0.011   -0.013   -2.052 
+1629 455400 24    0.007    0.100    0.049   -1.834 
+1629 455400 25   -0.011    0.024    0.016   -2.184 
+1629 455400 26   -0.006    0.008    0.034   -1.950 
+1629 455400 27    0.008   -0.070    0.013   -0.800 
+1629 455400 28    0.003   -0.008   -0.015   -1.523 
+1629 455400 29   -0.008    0.016    0.031   -2.137 
+1629 455400 30   -0.032    0.030   -0.002   -4.312 
+1629 455400 31    0.004   -0.017   -0.019   -1.664 
+1629 455400 32    0.009   -0.001   -0.032   -2.864 
+1629 456300  2   -0.010   -0.045    0.049   -1.762 
+1629 456300  3   -0.014    0.016   -0.007   -2.768 
+1629 456300  4   -0.016    0.080   -0.009   -1.289 
+1629 456300  5   -0.053    0.016    0.011   -2.293 
+1629 456300  6   -0.020    0.019   -0.011   -5.574 
+1629 456300  7   -0.044   -0.036    0.025   -1.551 
+1629 456300  8    0.006    0.010   -0.026    0.000 
+1629 456300  9    0.026    0.025    0.043   -2.255 
+1629 456300 10    0.036   -0.006    0.028   -4.809 
+1629 456300 11   -0.003   -0.011    0.013   -2.099 
+1629 456300 12   -0.006   -0.026    0.053   -1.986 
+1629 456300 13   -0.040    0.018   -0.016   -2.018 
+1629 456300 14    0.033   -0.006    0.020   -1.778 
+1629 456300 15    0.020   -0.007    0.044   -1.994 
+1629 456300 16   -0.024    0.028   -0.008   -1.935 
+1629 456300 17    0.075   -0.001    0.011   -2.034 
+1629 456300 18    0.014   -0.006    0.052   -1.733 
+1629 456300 19    0.004    0.015   -0.010   -2.129 
+1629 456300 20    0.001    0.016   -0.032   -2.188 
+1629 456300 21   -0.064   -0.042   -0.027   -1.935 
+1629 456300 22    0.014    0.003    0.027   -1.797 
+1629 456300 23   -0.018    0.011   -0.016   -2.125 
+1629 456300 24   -0.001    0.101    0.030   -1.440 
+1629 456300 25   -0.007    0.024    0.016   -2.198 
+1629 456300 26   -0.010    0.008    0.035   -1.906 
+1629 456300 27    0.009   -0.071    0.009   -0.523 
+1629 456300 28    0.001   -0.008   -0.020   -1.530 
+1629 456300 29   -0.010    0.016    0.036   -2.167 
+1629 456300 30   -0.032    0.028    0.001   -4.506 
+1629 456300 31    0.005   -0.014   -0.016   -1.701 
+1629 456300 32    0.013   -0.002   -0.031   -2.809 
+1629 457200  2   -0.008   -0.040    0.052   -1.719 
+1629 457200  3   -0.015    0.017   -0.008   -2.589 
+1629 457200  4   -0.009    0.078    0.003    0.000 
+1629 457200  5   -0.058    0.018    0.009   -2.264 
+1629 457200  6   -0.020    0.019   -0.012   -5.614 
+1629 457200  7   -0.046   -0.036    0.020   -1.573 
+1629 457200  8   -0.002    0.009   -0.028    0.000 
+1629 457200  9    0.028    0.023    0.048   -2.096 
+1629 457200 10    0.035   -0.004    0.033   -4.451 
+1629 457200 11   -0.001   -0.011    0.013   -2.070 
+1629 457200 12    0.000   -0.024    0.050   -2.037 
+1629 457200 13   -0.035    0.021   -0.019   -2.075 
+1629 457200 14    0.038   -0.006    0.023   -1.688 
+1629 457200 15    0.017   -0.008    0.045   -1.908 
+1629 457200 16   -0.025    0.028   -0.006   -1.931 
+1629 457200 17    0.080    0.001    0.006   -2.036 
+1629 457200 18    0.009   -0.003    0.058   -1.750 
+1629 457200 19    0.002    0.013   -0.011   -2.105 
+1629 457200 20    0.007    0.018   -0.032   -2.156 
+1629 457200 21   -0.072   -0.044   -0.018   -1.852 
+1629 457200 22    0.014    0.002    0.032   -1.801 
+1629 457200 23   -0.014    0.009   -0.017   -2.124 
+1629 457200 24   -0.007    0.102    0.009   -1.598 
+1629 457200 25   -0.003    0.025    0.015   -2.193 
+1629 457200 26   -0.015    0.008    0.035   -1.858 
+1629 457200 27    0.009   -0.070    0.007   -0.106 
+1629 457200 28   -0.001   -0.007   -0.024   -1.486 
+1629 457200 29   -0.012    0.017    0.042   -2.165 
+1629 457200 30   -0.032    0.027    0.003   -4.451 
+1629 457200 31    0.008   -0.011   -0.013   -1.627 
+1629 457200 32    0.018   -0.003   -0.030   -2.813 
+1629 458100  2   -0.006   -0.037    0.056   -1.681 
+1629 458100  3   -0.017    0.018   -0.009   -2.644 
+1629 458100  4    0.001    0.078    0.015    0.000 
+1629 458100  5   -0.059    0.020    0.006   -2.236 
+1629 458100  6   -0.023    0.021   -0.013   -5.636 
+1629 458100  7   -0.050   -0.036    0.015   -1.493 
+1629 458100  8   -0.012    0.012   -0.028   -2.813 
+1629 458100  9    0.028    0.021    0.055   -1.741 
+1629 458100 10    0.037   -0.002    0.039   -4.551 
+1629 458100 11    0.000   -0.012    0.014   -2.104 
+1629 458100 12    0.005   -0.024    0.047   -1.913 
+1629 458100 13   -0.030    0.021   -0.022   -2.115 
+1629 458100 14    0.042   -0.007    0.028   -1.684 
+1629 458100 15    0.014   -0.009    0.046   -1.894 
+1629 458100 16   -0.026    0.028   -0.004   -2.014 
+1629 458100 17    0.084    0.002    0.000   -1.956 
+1629 458100 18    0.003    0.001    0.064   -1.825 
+1629 458100 19   -0.001    0.012   -0.013   -2.081 
+1629 458100 20    0.013    0.019   -0.031   -2.238 
+1629 458100 21   -0.079   -0.044   -0.010   -1.867 
+1629 458100 22    0.015    0.003    0.036   -1.782 
+1629 458100 23   -0.010    0.007   -0.018   -2.123 
+1629 458100 24   -0.013    0.103   -0.012   -1.250 
+1629 458100 25    0.001    0.026    0.015   -2.188 
+1629 458100 26   -0.020    0.008    0.035   -1.934 
+1629 458100 27    0.010   -0.068    0.005   -0.232 
+1629 458100 28   -0.002   -0.007   -0.028   -1.432 
+1629 458100 29   -0.012    0.017    0.049   -2.139 
+1629 458100 30   -0.032    0.026    0.006   -4.556 
+1629 458100 31    0.011   -0.009   -0.008   -1.691 
+1629 458100 32    0.022   -0.005   -0.029   -2.832 
+1629 459000  2    0.000   -0.031    0.056   -1.679 
+1629 459000  3   -0.018    0.018   -0.010   -2.551 
+1629 459000  4    0.010    0.078    0.026   -1.356 
+1629 459000  5   -0.062    0.022    0.004   -2.265 
+1629 459000  6   -0.025    0.020   -0.013   -5.604 
+1629 459000  7   -0.051   -0.035    0.009   -1.515 
+1629 459000  8   -0.022    0.013   -0.027   -2.674 
+1629 459000  9    0.027    0.020    0.062   -1.825 
+1629 459000 10    0.037    0.000    0.045   -4.090 
+1629 459000 11    0.001   -0.013    0.014   -2.080 
+1629 459000 12    0.011   -0.023    0.043   -1.991 
+1629 459000 13   -0.025    0.021   -0.025   -2.033 
+1629 459000 14    0.046   -0.007    0.032   -1.642 
+1629 459000 15    0.010   -0.010    0.048   -1.887 
+1629 459000 16   -0.025    0.027   -0.001   -2.031 
+1629 459000 17    0.087    0.001   -0.007   -1.968 
+1629 459000 18   -0.003    0.005    0.070   -1.686 
+1629 459000 19   -0.005    0.011   -0.014   -2.116 
+1629 459000 20    0.018    0.019   -0.031   -2.093 
+1629 459000 21   -0.084   -0.043    0.001   -1.781 
+1629 459000 22    0.014    0.003    0.041   -1.721 
+1629 459000 23   -0.006    0.004   -0.021   -2.163 
+1629 459000 24   -0.020    0.103   -0.033   -1.324 
+1629 459000 25    0.005    0.026    0.014   -2.172 
+1629 459000 26   -0.024    0.008    0.035   -1.951 
+1629 459000 27    0.009   -0.065    0.004   -0.301 
+1629 459000 28   -0.004   -0.005   -0.033   -1.432 
+1629 459000 29   -0.010    0.017    0.057   -2.153 
+1629 459000 30   -0.030    0.024    0.009   -4.748 
+1629 459000 31    0.015   -0.007   -0.003   -1.617 
+1629 459000 32    0.027   -0.007   -0.026   -2.902 
+1629 459900  2    0.006   -0.024    0.057   -1.759 
+1629 459900  3   -0.020    0.020   -0.010   -2.257 
+1629 459900  4    0.021    0.083    0.035   -1.476 
+1629 459900  5   -0.063    0.024    0.001   -2.226 
+1629 459900  6   -0.026    0.020   -0.012   -5.644 
+1629 459900  7   -0.052   -0.035    0.003   -1.576 
+1629 459900  8   -0.031    0.016   -0.025   -2.898 
+1629 459900  9    0.025    0.019    0.068   -1.752 
+1629 459900 10    0.038    0.004    0.049   -4.399 
+1629 459900 11    0.002   -0.015    0.013   -2.058 
+1629 459900 12    0.014   -0.023    0.040   -1.914 
+1629 459900 13   -0.019    0.020   -0.027   -2.026 
+1629 459900 14    0.050   -0.006    0.038   -1.640 
+1629 459900 15    0.006   -0.011    0.049   -1.858 
+1629 459900 16   -0.025    0.026    0.001   -1.958 
+1629 459900 17    0.090    0.003   -0.017   -2.044 
+1629 459900 18   -0.009    0.012    0.076   -1.751 
+1629 459900 19   -0.008    0.010   -0.014   -2.170 
+1629 459900 20    0.023    0.019   -0.030   -2.213 
+1629 459900 21   -0.090   -0.041    0.010   -1.767 
+1629 459900 22    0.013    0.005    0.047   -1.792 
+1629 459900 23   -0.002    0.001   -0.023   -2.115 
+1629 459900 24   -0.027    0.104   -0.056   -1.225 
+1629 459900 25    0.008    0.027    0.014   -2.161 
+1629 459900 26   -0.030    0.008    0.033   -1.974 
+1629 459900 27    0.008   -0.061    0.005   -0.127 
+1629 459900 28   -0.006   -0.001   -0.037   -1.333 
+1629 459900 29   -0.008    0.014    0.063   -2.196 
+1629 459900 30   -0.028    0.022    0.011   -4.613 
+1629 459900 31    0.019   -0.006    0.002   -1.561 
+1629 459900 32    0.030   -0.009   -0.024   -2.946 
+1629 460800  2    0.013   -0.021    0.055   -1.697 
+1629 460800  3   -0.022    0.021   -0.009   -2.242 
+1629 460800  4    0.035    0.090    0.040   -1.554 
+1629 460800  5   -0.062    0.025   -0.004   -2.141 
+1629 460800  6   -0.030    0.021   -0.011   -5.659 
+1629 460800  7   -0.052   -0.032   -0.004   -1.493 
+1629 460800  8   -0.039    0.019   -0.026   -3.137 
+1629 460800  9    0.022    0.016    0.073   -1.726 
+1629 460800 10    0.039    0.009    0.054   -4.190 
+1629 460800 11    0.003   -0.015    0.013   -2.038 
+1629 460800 12    0.017   -0.024    0.036   -1.919 
+1629 460800 13   -0.014    0.018   -0.028   -2.010 
+1629 460800 14    0.052   -0.006    0.044   -1.635 
+1629 460800 15    0.002   -0.011    0.046   -1.812 
+1629 460800 16   -0.025    0.026    0.005   -1.937 
+1629 460800 17    0.090    0.002   -0.025   -2.060 
+1629 460800 18   -0.014    0.019    0.079   -1.803 
+1629 460800 19   -0.012    0.010   -0.015   -2.122 
+1629 460800 20    0.026    0.017   -0.030   -2.276 
+1629 460800 21   -0.092   -0.039    0.022   -1.895 
+1629 460800 22    0.011    0.008    0.052   -1.714 
+1629 460800 23    0.002   -0.004   -0.023   -2.170 
+1629 460800 24   -0.034    0.104   -0.079   -1.160 
+1629 460800 25    0.012    0.026    0.015   -2.148 
+1629 460800 26   -0.033    0.009    0.029   -1.924 
+1629 460800 27    0.006   -0.058    0.003    0.291 
+1629 460800 28   -0.008    0.001   -0.042   -1.337 
+1629 460800 29   -0.005    0.011    0.070   -2.159 
+1629 460800 30   -0.026    0.022    0.016   -4.731 
+1629 460800 31    0.023   -0.006    0.009   -1.536 
+1629 460800 32    0.033   -0.011   -0.021   -2.944 
+1629 461700  2    0.019   -0.017    0.054   -1.816 
+1629 461700  3   -0.023    0.021   -0.010   -1.779 
+1629 461700  4    0.048    0.095    0.044   -1.631 
+1629 461700  5   -0.062    0.025   -0.007   -2.150 
+1629 461700  6   -0.032    0.021   -0.010   -5.703 
+1629 461700  7   -0.053   -0.033   -0.011   -1.532 
+1629 461700  8   -0.046    0.021   -0.023   -3.299 
+1629 461700  9    0.016    0.016    0.080   -1.979 
+1629 461700 10    0.042    0.014    0.058   -4.444 
+1629 461700 11    0.005   -0.014    0.010   -2.007 
+1629 461700 12    0.021   -0.024    0.031   -1.905 
+1629 461700 13   -0.009    0.015   -0.031   -1.918 
+1629 461700 14    0.054   -0.004    0.051   -1.536 
+1629 461700 15   -0.001   -0.012    0.046   -1.801 
+1629 461700 16   -0.023    0.024    0.007   -1.856 
+1629 461700 17    0.089    0.001   -0.034   -2.061 
+1629 461700 18   -0.020    0.027    0.081   -1.775 
+1629 461700 19   -0.017    0.009   -0.016   -2.115 
+1629 461700 20    0.029    0.016   -0.029   -2.245 
+1629 461700 21   -0.094   -0.037    0.033   -1.985 
+1629 461700 22    0.009    0.011    0.055   -1.764 
+1629 461700 23    0.006   -0.008   -0.024   -2.145 
+1629 461700 24   -0.041    0.103   -0.104   -1.252 
+1629 461700 25    0.014    0.027    0.014   -2.141 
+1629 461700 26   -0.038    0.009    0.028   -1.979 
+1629 461700 27    0.004   -0.051    0.005    0.415 
+1629 461700 28   -0.011    0.006   -0.044   -1.225 
+1629 461700 29    0.000    0.007    0.075   -2.139 
+1629 461700 30   -0.023    0.020    0.016   -4.918 
+1629 461700 31    0.029   -0.005    0.012   -1.505 
+1629 461700 32    0.037   -0.011   -0.017   -2.975 
+1629 462600  2    0.024   -0.018    0.052   -1.767 
+1629 462600  3   -0.024    0.019   -0.009   -1.795 
+1629 462600  4    0.062    0.100    0.044   -1.616 
+1629 462600  5   -0.059    0.024   -0.009   -2.148 
+1629 462600  6   -0.032    0.020   -0.007   -5.697 
+1629 462600  7   -0.052   -0.031   -0.018   -1.591 
+1629 462600  8   -0.052    0.023   -0.022   -3.187 
+1629 462600  9    0.010    0.017    0.085   -1.574 
+1629 462600 10    0.043    0.021    0.062   -4.319 
+1629 462600 11    0.005   -0.015    0.009   -2.052 
+1629 462600 12    0.024   -0.023    0.027   -1.905 
+1629 462600 13   -0.004    0.010   -0.031   -1.878 
+1629 462600 14    0.056   -0.001    0.059   -1.554 
+1629 462600 15   -0.005   -0.012    0.045   -1.797 
+1629 462600 16   -0.020    0.023    0.010   -1.985 
+1629 462600 17    0.086    0.001   -0.041   -2.063 
+1629 462600 18   -0.025    0.036    0.082   -1.781 
+1629 462600 19   -0.021    0.009   -0.016   -2.180 
+1629 462600 20    0.031    0.014   -0.028   -2.273 
+1629 462600 21   -0.096   -0.034    0.043   -2.000 
+1629 462600 22    0.007    0.015    0.059   -1.737 
+1629 462600 23    0.011   -0.012   -0.025   -2.163 
+1629 462600 24   -0.052    0.102   -0.127   -0.996 
+1629 462600 25    0.018    0.027    0.013   -2.133 
+1629 462600 26   -0.042    0.009    0.025   -1.833 
+1629 462600 27    0.000   -0.045    0.006    1.216 
+1629 462600 28   -0.012    0.011   -0.046   -1.315 
+1629 462600 29    0.005    0.002    0.080   -2.142 
+1629 462600 30   -0.018    0.018    0.017   -5.101 
+1629 462600 31    0.033   -0.004    0.016   -1.443 
+1629 462600 32    0.039   -0.012   -0.014   -3.012 
+1629 463500  2    0.031   -0.014    0.048   -1.798 
+1629 463500  3   -0.026    0.020   -0.007   -1.657 
+1629 463500  4    0.077    0.106    0.041   -1.748 
+1629 463500  5   -0.055    0.024   -0.012   -2.188 
+1629 463500  6   -0.034    0.021   -0.006   -5.696 
+1629 463500  7   -0.052   -0.030   -0.026   -1.601 
+1629 463500  8   -0.056    0.026   -0.021   -3.217 
+1629 463500  9    0.003    0.017    0.089   -1.953 
+1629 463500 10    0.045    0.030    0.065   -4.476 
+1629 463500 11    0.005   -0.015    0.006   -1.999 
+1629 463500 12    0.025   -0.024    0.022   -1.919 
+1629 463500 13    0.001    0.006   -0.034   -1.975 
+1629 463500 14    0.054    0.000    0.065   -1.564 
+1629 463500 15   -0.008   -0.011    0.043   -1.718 
+1629 463500 16   -0.018    0.023    0.011   -1.982 
+1629 463500 17    0.083    0.001   -0.050   -2.084 
+1629 463500 18   -0.030    0.044    0.082   -1.740 
+1629 463500 19   -0.026    0.009   -0.017   -2.119 
+1629 463500 20    0.033    0.013   -0.028   -2.120 
+1629 463500 21   -0.095   -0.032    0.055   -1.988 
+1629 463500 22    0.004    0.020    0.062   -1.696 
+1629 463500 23    0.015   -0.015   -0.024   -2.105 
+1629 463500 24   -0.064    0.099   -0.152   -1.188 
+1629 463500 25    0.020    0.026    0.013   -2.115 
+1629 463500 26   -0.045    0.010    0.021   -1.813 
+1629 463500 27   -0.005   -0.040    0.007    1.087 
+1629 463500 28   -0.013    0.017   -0.049   -1.272 
+1629 463500 29    0.010   -0.004    0.084   -2.089 
+1629 463500 30   -0.015    0.017    0.020   -5.356 
+1629 463500 31    0.039   -0.004    0.020   -1.408 
+1629 463500 32    0.041   -0.013   -0.011   -3.043 
+1629 464400  2    0.039   -0.011    0.043   -1.761 
+1629 464400  3   -0.026    0.020   -0.006   -1.649 
+1629 464400  4    0.091    0.110    0.034   -1.698 
+1629 464400  5   -0.051    0.024   -0.015   -2.086 
+1629 464400  6   -0.034    0.020   -0.003   -5.679 
+1629 464400  7   -0.052   -0.031   -0.033   -1.543 
+1629 464400  8   -0.058    0.028   -0.019   -3.037 
+1629 464400  9   -0.006    0.018    0.092   -1.786 
+1629 464400 10    0.048    0.037    0.067   -4.643 
+1629 464400 11    0.006   -0.015    0.003   -1.990 
+1629 464400 12    0.026   -0.024    0.017   -1.904 
+1629 464400 13    0.006    0.000   -0.035   -1.997 
+1629 464400 14    0.053    0.001    0.072   -1.491 
+1629 464400 15   -0.012   -0.011    0.042   -1.733 
+1629 464400 16   -0.013    0.023    0.013   -2.006 
+1629 464400 17    0.076    0.000   -0.058   -2.080 
+1629 464400 18   -0.034    0.052    0.080   -1.773 
+1629 464400 19   -0.030    0.009   -0.015   -2.072 
+1629 464400 20    0.034    0.011   -0.028   -2.242 
+1629 464400 21   -0.092   -0.028    0.066   -1.908 
+1629 464400 22    0.003    0.025    0.065   -1.741 
+1629 464400 23    0.020   -0.019   -0.023   -2.102 
+1629 464400 24   -0.079    0.094   -0.175   -1.187 
+1629 464400 25    0.023    0.026    0.013   -2.118 
+1629 464400 26   -0.048    0.010    0.017   -1.813 
+1629 464400 27   -0.010   -0.033    0.009    1.158 
+1629 464400 28   -0.016    0.022   -0.049   -1.290 
+1629 464400 29    0.017   -0.010    0.086   -2.109 
+1629 464400 30   -0.009    0.014    0.021   -5.367 
+1629 464400 31    0.046   -0.002    0.025   -1.326 
+1629 464400 32    0.043   -0.013   -0.007   -3.028 
+1629 465300  2    0.044   -0.008    0.038   -1.782 
+1629 465300  3   -0.025    0.020   -0.004   -1.871 
+1629 465300  4    0.105    0.115    0.024   -1.673 
+1629 465300  5   -0.046    0.022   -0.018   -2.144 
+1629 465300  6   -0.033    0.020    0.001   -5.711 
+1629 465300  7   -0.049   -0.030   -0.042   -1.565 
+1629 465300  8   -0.059    0.031   -0.018   -3.117 
+1629 465300  9   -0.016    0.020    0.093   -2.045 
+1629 465300 10    0.052    0.046    0.066   -4.646 
+1629 465300 11    0.006   -0.015   -0.001   -2.005 
+1629 465300 12    0.025   -0.023    0.013   -1.800 
+1629 465300 13    0.012   -0.005   -0.034   -2.003 
+1629 465300 14    0.051    0.004    0.079   -1.532 
+1629 465300 15   -0.013   -0.010    0.038   -1.765 
+1629 465300 16   -0.007    0.022    0.015   -1.935 
+1629 465300 17    0.068   -0.001   -0.066   -2.054 
+1629 465300 18   -0.037    0.060    0.078   -1.635 
+1629 465300 19   -0.034    0.009   -0.014   -2.005 
+1629 465300 20    0.034    0.009   -0.027   -2.128 
+1629 465300 21   -0.089   -0.027    0.076   -1.861 
+1629 465300 22    0.000    0.030    0.067   -1.737 
+1629 465300 23    0.025   -0.022   -0.023   -2.146 
+1629 465300 24   -0.095    0.087   -0.197   -1.388 
+1629 465300 25    0.026    0.025    0.014   -2.136 
+1629 465300 26   -0.051    0.011    0.013   -1.882 
+1629 465300 27   -0.014   -0.025    0.011    1.107 
+1629 465300 28   -0.017    0.028   -0.050   -1.238 
+1629 465300 29    0.024   -0.017    0.087   -2.102 
+1629 465300 30   -0.003    0.012    0.022   -5.437 
+1629 465300 31    0.052   -0.001    0.029   -1.372 
+1629 465300 32    0.044   -0.014   -0.003   -3.060 
+1629 466200  2    0.051   -0.006    0.032   -1.716 
+1629 466200  3   -0.025    0.019   -0.002   -1.873 
+1629 466200  4    0.120    0.117    0.012   -1.743 
+1629 466200  5   -0.038    0.021   -0.020   -2.103 
+1629 466200  6   -0.032    0.019    0.004   -5.770 
+1629 466200  7   -0.046   -0.030   -0.050   -1.607 
+1629 466200  8   -0.059    0.033   -0.016   -3.113 
+1629 466200  9   -0.023    0.023    0.092   -2.407 
+1629 466200 10    0.056    0.055    0.066   -4.762 
+1629 466200 11    0.005   -0.014   -0.006   -1.869 
+1629 466200 12    0.025   -0.023    0.009   -1.819 
+1629 466200 13    0.016   -0.010   -0.034   -2.090 
+1629 466200 14    0.046    0.005    0.085   -1.452 
+1629 466200 15   -0.016   -0.008    0.036   -1.768 
+1629 466200 16   -0.001    0.022    0.016   -1.936 
+1629 466200 17    0.060   -0.001   -0.073   -1.984 
+1629 466200 18   -0.040    0.066    0.072   -1.653 
+1629 466200 19   -0.038    0.011   -0.012   -2.071 
+1629 466200 20    0.034    0.009   -0.026   -2.118 
+1629 466200 21   -0.082   -0.023    0.085   -2.058 
+1629 466200 22   -0.004    0.035    0.066   -1.612 
+1629 466200 23    0.030   -0.024   -0.021   -2.078 
+1629 466200 24   -0.116    0.078   -0.216   -1.287 
+1629 466200 25    0.028    0.023    0.014   -2.155 
+1629 466200 26   -0.053    0.011    0.008   -1.935 
+1629 466200 27   -0.019   -0.019    0.011    0.000 
+1629 466200 28   -0.018    0.033   -0.050   -1.280 
+1629 466200 29    0.029   -0.023    0.086   -2.055 
+1629 466200 30    0.002    0.009    0.023   -5.365 
+1629 466200 31    0.057    0.000    0.034   -1.345 
+1629 466200 32    0.045   -0.013    0.000   -3.099 
+1629 467100  2    0.057   -0.003    0.025   -1.735 
+1629 467100  3   -0.024    0.019    0.000   -1.903 
+1629 467100  4    0.130    0.118   -0.003   -1.851 
+1629 467100  5   -0.029    0.020   -0.021   -2.118 
+1629 467100  6   -0.031    0.018    0.008   -5.786 
+1629 467100  7   -0.042   -0.029   -0.056   -1.573 
+1629 467100  8   -0.056    0.034   -0.015   -3.331 
+1629 467100  9   -0.036    0.024    0.089   -2.267 
+1629 467100 10    0.061    0.064    0.064   -4.707 
+1629 467100 11    0.003   -0.014   -0.009   -1.913 
+1629 467100 12    0.025   -0.022    0.004   -1.837 
+1629 467100 13    0.021   -0.015   -0.034   -2.025 
+1629 467100 14    0.040    0.007    0.090   -1.415 
+1629 467100 15   -0.017   -0.007    0.031   -1.683 
+1629 467100 16    0.006    0.021    0.017   -2.015 
+1629 467100 17    0.049    0.000   -0.078   -1.981 
+1629 467100 18   -0.042    0.071    0.069   -1.655 
+1629 467100 19   -0.042    0.011   -0.010   -2.076 
+1629 467100 20    0.033    0.007   -0.027   -2.199 
+1629 467100 21   -0.074   -0.023    0.095   -1.891 
+1629 467100 22   -0.007    0.039    0.066   -1.713 
+1629 467100 23    0.035   -0.026   -0.018   -2.138 
+1629 467100 24   -0.141    0.067   -0.231   -1.506 
+1629 467100 25    0.029    0.021    0.014   -2.174 
+1629 467100 26   -0.053    0.011    0.002   -1.855 
+1629 467100 27   -0.026   -0.013    0.013    0.898 
+1629 467100 28   -0.019    0.039   -0.050   -1.297 
+1629 467100 29    0.036   -0.031    0.085   -1.938 
+1629 467100 30    0.007    0.007    0.024   -5.455 
+1629 467100 31    0.062    0.001    0.038   -1.402 
+1629 467100 32    0.044   -0.013    0.004   -3.098 
+1629 468000  2    0.062    0.000    0.017   -1.656 
+1629 468000  3   -0.022    0.018    0.003   -1.518 
+1629 468000  4    0.140    0.116   -0.020   -1.829 
+1629 468000  5   -0.020    0.017   -0.022   -2.157 
+1629 468000  6   -0.029    0.018    0.012   -5.838 
+1629 468000  7   -0.038   -0.027   -0.063   -1.597 
+1629 468000  8   -0.053    0.036   -0.013   -3.234 
+1629 468000  9   -0.048    0.025    0.083   -2.160 
+1629 468000 10    0.065    0.072    0.059   -4.775 
+1629 468000 11    0.001   -0.013   -0.012   -1.926 
+1629 468000 12    0.023   -0.021    0.000   -1.885 
+1629 468000 13    0.027   -0.021   -0.031   -2.025 
+1629 468000 14    0.033    0.008    0.094   -1.377 
+1629 468000 15   -0.016   -0.006    0.028   -1.750 
+1629 468000 16    0.014    0.021    0.018   -1.896 
+1629 468000 17    0.039    0.001   -0.082   -1.995 
+1629 468000 18   -0.044    0.076    0.062   -1.646 
+1629 468000 19   -0.045    0.012   -0.005   -1.997 
+1629 468000 20    0.030    0.007   -0.025   -2.235 
+1629 468000 21   -0.064   -0.021    0.103   -1.986 
+1629 468000 22   -0.009    0.044    0.066   -1.710 
+1629 468000 23    0.041   -0.029   -0.013   -2.105 
+1629 468000 24   -0.170    0.056   -0.241    0.000 
+1629 468000 25    0.029    0.019    0.015   -2.186 
+1629 468000 26   -0.051    0.013   -0.005   -1.952 
+1629 468000 27   -0.034   -0.008    0.013    0.917 
+1629 468000 28   -0.020    0.043   -0.049   -1.256 
+1629 468000 29    0.039   -0.037    0.080   -1.957 
+1629 468000 30    0.013    0.003    0.025   -5.818 
+1629 468000 31    0.065    0.002    0.045   -1.406 
+1629 468000 32    0.043   -0.011    0.009   -3.075 
+1629 468900  2    0.067    0.004    0.008   -1.691 
+1629 468900  3   -0.020    0.018    0.005   -1.652 
+1629 468900  4    0.148    0.115   -0.037   -1.810 
+1629 468900  5   -0.012    0.016   -0.021   -2.159 
+1629 468900  6   -0.026    0.016    0.015   -5.873 
+1629 468900  7   -0.032   -0.027   -0.069   -1.587 
+1629 468900  8   -0.050    0.036   -0.011   -3.268 
+1629 468900  9   -0.063    0.027    0.077   -2.102 
+1629 468900 10    0.070    0.082    0.054   -4.907 
+1629 468900 11   -0.003   -0.013   -0.016   -1.932 
+1629 468900 12    0.022   -0.019   -0.005   -1.865 
+1629 468900 13    0.032   -0.026   -0.029   -2.030 
+1629 468900 14    0.025    0.012    0.096   -1.323 
+1629 468900 15   -0.017   -0.005    0.025   -1.721 
+1629 468900 16    0.023    0.020    0.017   -1.893 
+1629 468900 17    0.027    0.003   -0.086   -2.032 
+1629 468900 18   -0.046    0.077    0.056   -1.600 
+1629 468900 19   -0.048    0.013   -0.001   -1.944 
+1629 468900 20    0.030    0.007   -0.026   -2.239 
+1629 468900 21   -0.056   -0.022    0.110   -1.933 
+1629 468900 22   -0.012    0.046    0.064   -1.688 
+1629 468900 23    0.047   -0.029   -0.011   -2.136 
+1629 468900 24   -0.205    0.044   -0.252   -1.453 
+1629 468900 25    0.030    0.018    0.015   -2.219 
+1629 468900 26   -0.050    0.012   -0.010   -1.964 
+1629 468900 27   -0.041   -0.002    0.014    0.921 
+1629 468900 28   -0.022    0.047   -0.046   -1.304 
+1629 468900 29    0.044   -0.044    0.076   -1.956 
+1629 468900 30    0.019    0.001    0.025   -5.834 
+1629 468900 31    0.069    0.004    0.051   -1.384 
+1629 468900 32    0.042   -0.010    0.012   -3.137 
+1629 469800  2    0.073    0.007   -0.001   -1.711 
+1629 469800  3   -0.018    0.016    0.007   -1.379 
+1629 469800  4    0.152    0.111   -0.055   -1.756 
+1629 469800  5   -0.002    0.013   -0.020   -2.189 
+1629 469800  6   -0.024    0.015    0.017   -5.882 
+1629 469800  7   -0.025   -0.026   -0.074   -1.558 
+1629 469800  8   -0.046    0.036   -0.009   -3.151 
+1629 469800  9   -0.075    0.030    0.070   -2.567 
+1629 469800 10    0.074    0.090    0.046   -4.763 
+1629 469800 11   -0.006   -0.012   -0.019   -1.912 
+1629 469800 12    0.022   -0.016   -0.007   -1.807 
+1629 469800 13    0.036   -0.030   -0.027   -2.093 
+1629 469800 14    0.018    0.013    0.096   -1.319 
+1629 469800 15   -0.016   -0.005    0.022   -1.699 
+1629 469800 16    0.032    0.020    0.017   -1.979 
+1629 469800 17    0.016    0.007   -0.087   -2.015 
+1629 469800 18   -0.046    0.079    0.049   -1.675 
+1629 469800 19   -0.050    0.012    0.003   -1.873 
+1629 469800 20    0.026    0.007   -0.027   -2.113 
+1629 469800 21   -0.045   -0.024    0.115   -1.853 
+1629 469800 22   -0.016    0.048    0.062   -1.607 
+1629 469800 23    0.054   -0.031   -0.007   -2.136 
+1629 469800 24   -0.245    0.035   -0.257   -1.165 
+1629 469800 25    0.031    0.016    0.015   -2.236 
+1629 469800 26   -0.048    0.011   -0.016   -1.908 
+1629 469800 27   -0.048    0.003    0.014    0.709 
+1629 469800 28   -0.023    0.049   -0.044   -1.245 
+1629 469800 29    0.047   -0.048    0.068   -1.856 
+1629 469800 30    0.024   -0.003    0.025   -6.088 
+1629 469800 31    0.070    0.006    0.057   -1.369 
+1629 469800 32    0.040   -0.007    0.014   -3.167 
+1629 470700  2    0.076    0.011   -0.011   -1.709 
+1629 470700  3   -0.014    0.015    0.009   -1.620 
+1629 470700  4    0.153    0.106   -0.072   -1.783 
+1629 470700  5    0.010    0.012   -0.019   -2.159 
+1629 470700  6   -0.020    0.013    0.020   -5.876 
+1629 470700  7   -0.017   -0.025   -0.078   -1.522 
+1629 470700  8   -0.041    0.034   -0.006   -3.222 
+1629 470700  9   -0.083    0.035    0.063   -2.796 
+1629 470700 10    0.080    0.098    0.036   -4.806 
+1629 470700 11   -0.010   -0.012   -0.022   -1.864 
+1629 470700 12    0.020   -0.014   -0.011   -1.802 
+1629 470700 13    0.042   -0.034   -0.024   -1.984 
+1629 470700 14    0.009    0.015    0.095   -1.403 
+1629 470700 15   -0.014   -0.004    0.019   -1.667 
+1629 470700 16    0.039    0.020    0.015   -2.006 
+1629 470700 17    0.005    0.010   -0.088   -1.946 
+1629 470700 18   -0.046    0.078    0.043   -1.678 
+1629 470700 19   -0.051    0.012    0.009   -1.941 
+1629 470700 20    0.024    0.007   -0.027   -2.213 
+1629 470700 21   -0.030   -0.026    0.119   -1.875 
+1629 470700 22   -0.019    0.048    0.059   -1.619 
+1629 470700 23    0.060   -0.030    0.000   -2.108 
+1629 470700 24   -0.288    0.028   -0.256   -0.961 
+1629 470700 25    0.030    0.014    0.014   -2.251 
+1629 470700 26   -0.045    0.011   -0.020   -1.926 
+1629 470700 27   -0.054    0.007    0.015    0.405 
+1629 470700 28   -0.024    0.051   -0.040   -1.314 
+1629 470700 29    0.049   -0.053    0.061   -1.938 
+1629 470700 30    0.029   -0.007    0.026   -6.235 
+1629 470700 31    0.069    0.008    0.064   -1.375 
+1629 470700 32    0.038   -0.006    0.017   -3.189 
+1629 471600  2    0.079    0.014   -0.023   -1.787 
+1629 471600  3   -0.011    0.013    0.012   -1.423 
+1629 471600  4    0.153    0.100   -0.091   -1.842 
+1629 471600  5    0.020    0.008   -0.018   -2.173 
+1629 471600  6   -0.018    0.013    0.022   -5.868 
+1629 471600  7   -0.009   -0.024   -0.079   -1.571 
+1629 471600  8   -0.035    0.033   -0.003   -3.117 
+1629 471600  9   -0.089    0.039    0.055   -2.900 
+1629 471600 10    0.084    0.105    0.025   -5.094 
+1629 471600 11   -0.014   -0.011   -0.023   -1.894 
+1629 471600 12    0.019   -0.010   -0.015   -1.808 
+1629 471600 13    0.048   -0.038   -0.018   -2.067 
+1629 471600 14    0.000    0.017    0.094   -1.307 
+1629 471600 15   -0.012   -0.003    0.016   -1.678 
+1629 471600 16    0.048    0.020    0.016   -2.045 
+1629 471600 17   -0.006    0.014   -0.088   -1.947 
+1629 471600 18   -0.046    0.076    0.037   -1.647 
+1629 471600 19   -0.050    0.011    0.014   -1.975 
+1629 471600 20    0.020    0.008   -0.027   -2.226 
+1629 471600 21   -0.011   -0.027    0.123   -1.682 
+1629 471600 22   -0.023    0.048    0.057   -1.617 
+1629 471600 23    0.064   -0.032    0.005   -2.102 
+1629 471600 24   -0.336    0.022   -0.252   -1.050 
+1629 471600 25    0.029    0.012    0.014   -2.266 
+1629 471600 26   -0.040    0.010   -0.025   -2.021 
+1629 471600 27   -0.062    0.010    0.014    0.212 
+1629 471600 28   -0.025    0.052   -0.038   -1.312 
+1629 471600 29    0.049   -0.056    0.054   -1.881 
+1629 471600 30    0.032   -0.011    0.026   -6.269 
+1629 471600 31    0.067    0.009    0.072   -1.413 
+1629 471600 32    0.034   -0.003    0.020   -3.208 
+1629 472500  2    0.080    0.016   -0.034   -1.772 
+1629 472500  3   -0.007    0.012    0.013   -1.375 
+1629 472500  4    0.150    0.092   -0.106   -1.811 
+1629 472500  5    0.030    0.005   -0.017   -2.093 
+1629 472500  6   -0.013    0.012    0.024   -5.968 
+1629 472500  7    0.000   -0.023   -0.081   -1.492 
+1629 472500  8   -0.030    0.031   -0.001   -2.930 
+1629 472500  9   -0.098    0.042    0.047   -3.329 
+1629 472500 10    0.088    0.110    0.012   -5.157 
+1629 472500 11   -0.019   -0.010   -0.023   -1.923 
+1629 472500 12    0.017   -0.007   -0.019   -1.770 
+1629 472500 13    0.054   -0.041   -0.014   -2.050 
+1629 472500 14   -0.008    0.019    0.090   -1.301 
+1629 472500 15   -0.008   -0.004    0.012   -1.740 
+1629 472500 16    0.056    0.018    0.015   -2.099 
+1629 472500 17   -0.016    0.020   -0.086   -1.912 
+1629 472500 18   -0.045    0.073    0.032   -1.676 
+1629 472500 19   -0.051    0.010    0.021   -2.000 
+1629 472500 20    0.017    0.007   -0.026   -2.141 
+1629 472500 21    0.008   -0.031    0.124   -1.854 
+1629 472500 22   -0.025    0.047    0.056   -1.622 
+1629 472500 23    0.070   -0.031    0.012   -2.168 
+1629 472500 24   -0.384    0.019   -0.240   -0.916 
+1629 472500 25    0.028    0.009    0.012   -2.287 
+1629 472500 26   -0.036    0.009   -0.031   -1.966 
+1629 472500 27   -0.067    0.012    0.012   -0.025 
+1629 472500 28   -0.027    0.053   -0.035   -1.358 
+1629 472500 29    0.049   -0.059    0.046   -1.887 
+1629 472500 30    0.036   -0.015    0.025   -6.706 
+1629 472500 31    0.063    0.012    0.079   -1.415 
+1629 472500 32    0.032   -0.001    0.023   -3.304 
+1629 473400  2    0.080    0.019   -0.047   -1.813 
+1629 473400  3   -0.003    0.011    0.014   -1.295 
+1629 473400  4    0.143    0.084   -0.119   -1.757 
+1629 473400  5    0.038    0.003   -0.018   -2.171 
+1629 473400  6   -0.009    0.011    0.026   -6.207 
+1629 473400  7    0.010   -0.024   -0.080   -1.548 
+1629 473400  8   -0.024    0.028    0.000   -2.975 
+1629 473400  9   -0.104    0.045    0.037   -3.055 
+1629 473400 10    0.090    0.113   -0.002   -5.440 
+1629 473400 11   -0.022   -0.009   -0.021   -1.941 
+1629 473400 12    0.016   -0.002   -0.022   -1.887 
+1629 473400 13    0.060   -0.045   -0.008   -2.114 
+1629 473400 14   -0.015    0.020    0.086   -1.261 
+1629 473400 15   -0.005   -0.002    0.008   -1.771 
+1629 473400 16    0.063    0.019    0.016   -2.014 
+1629 473400 17   -0.026    0.026   -0.082   -1.933 
+1629 473400 18   -0.042    0.070    0.027   -1.758 
+1629 473400 19   -0.051    0.008    0.026   -1.873 
+1629 473400 20    0.014    0.008   -0.025   -2.330 
+1629 473400 21    0.028   -0.035    0.123   -1.890 
+1629 473400 22   -0.028    0.046    0.054   -1.665 
+1629 473400 23    0.075   -0.032    0.019   -2.140 
+1629 473400 24   -0.434    0.017   -0.221   -1.101 
+1629 473400 25    0.027    0.009    0.009   -2.289 
+1629 473400 26   -0.030    0.008   -0.035   -1.924 
+1629 473400 27   -0.071    0.013    0.010   -0.018 
+1629 473400 28   -0.027    0.052   -0.031   -1.300 
+1629 473400 29    0.047   -0.061    0.038   -1.916 
+1629 473400 30    0.038   -0.019    0.025   -6.485 
+1629 473400 31    0.058    0.015    0.087   -1.433 
+1629 473400 32    0.029    0.003    0.026   -3.411 
+1629 474300  2    0.079    0.023   -0.060   -1.874 
+1629 474300  3   -0.001    0.009    0.016   -0.816 
+1629 474300  4    0.134    0.075   -0.130   -1.783 
+1629 474300  5    0.046    0.001   -0.018   -2.148 
+1629 474300  6   -0.005    0.010    0.027   -6.416 
+1629 474300  7    0.020   -0.024   -0.077   -1.490 
+1629 474300  8   -0.020    0.024    0.001   -2.912 
+1629 474300  9   -0.108    0.048    0.027   -2.945 
+1629 474300 10    0.093    0.117   -0.017   -5.841 
+1629 474300 11   -0.026   -0.009   -0.020   -1.890 
+1629 474300 12    0.015    0.002   -0.026   -1.787 
+1629 474300 13    0.065   -0.049   -0.002   -2.092 
+1629 474300 14   -0.022    0.021    0.080   -1.280 
+1629 474300 15   -0.001   -0.003    0.005   -1.760 
+1629 474300 16    0.069    0.019    0.017   -2.100 
+1629 474300 17   -0.035    0.032   -0.078   -1.914 
+1629 474300 18   -0.039    0.064    0.025   -1.748 
+1629 474300 19   -0.049    0.007    0.032   -1.902 
+1629 474300 20    0.010    0.008   -0.024   -2.308 
+1629 474300 21    0.040   -0.041    0.120   -1.810 
+1629 474300 22   -0.029    0.043    0.053   -1.563 
+1629 474300 23    0.079   -0.032    0.027   -2.118 
+1629 474300 24   -0.483    0.019   -0.195   -0.723 
+1629 474300 25    0.024    0.007    0.007   -2.298 
+1629 474300 26   -0.025    0.005   -0.039   -1.780 
+1629 474300 27   -0.073    0.015    0.006   -0.141 
+1629 474300 28   -0.026    0.050   -0.029   -1.296 
+1629 474300 29    0.044   -0.062    0.030   -1.951 
+1629 474300 30    0.039   -0.024    0.024   -6.258 
+1629 474300 31    0.052    0.017    0.094   -1.437 
+1629 474300 32    0.025    0.005    0.028   -3.421 
+1629 475200  2    0.075    0.026   -0.072   -1.835 
+1629 475200  3    0.004    0.007    0.016   -0.679 
+1629 475200  4    0.124    0.066   -0.136   -1.812 
+1629 475200  5    0.052   -0.002   -0.019   -2.053 
+1629 475200  6    0.000    0.009    0.026   -6.659 
+1629 475200  7    0.030   -0.026   -0.073   -1.520 
+1629 475200  8   -0.015    0.020    0.003   -2.868 
+1629 475200  9   -0.110    0.050    0.016   -2.361 
+1629 475200 10    0.094    0.118   -0.034   -5.618 
+1629 475200 11   -0.028   -0.007   -0.016   -1.954 
+1629 475200 12    0.014    0.006   -0.028   -1.707 
+1629 475200 13    0.069   -0.051    0.006   -2.130 
+1629 475200 14   -0.028    0.021    0.074   -1.287 
+1629 475200 15    0.004   -0.003    0.000   -1.790 
+1629 475200 16    0.072    0.020    0.018   -2.076 
+1629 475200 17   -0.042    0.039   -0.073   -1.908 
+1629 475200 18   -0.035    0.058    0.020   -1.765 
+1629 475200 19   -0.047    0.004    0.037   -1.893 
+1629 475200 20    0.006    0.009   -0.021   -2.142 
+1629 475200 21    0.052   -0.048    0.113   -1.696 
+1629 475200 22   -0.029    0.040    0.052   -1.617 
+1629 475200 23    0.081   -0.032    0.036   -2.076 
+1629 475200 24   -0.527    0.024   -0.162   -0.731 
+1629 475200 25    0.021    0.007    0.003   -2.286 
+1629 475200 26   -0.019    0.003   -0.042   -1.780 
+1629 475200 27   -0.075    0.015    0.001   -0.003 
+1629 475200 28   -0.024    0.048   -0.026   -1.328 
+1629 475200 29    0.038   -0.060    0.023   -1.962 
+1629 475200 30    0.039   -0.026    0.023   -6.386 
+1629 475200 31    0.045    0.021    0.100   -1.360 
+1629 475200 32    0.021    0.009    0.031   -3.422 
+1629 476100  2    0.072    0.029   -0.086   -1.862 
+1629 476100  3    0.009    0.006    0.017   -0.678 
+1629 476100  4    0.110    0.056   -0.141   -1.902 
+1629 476100  5    0.059   -0.002   -0.022   -2.106 
+1629 476100  6    0.006    0.008    0.027   -6.613 
+1629 476100  7    0.041   -0.028   -0.071   -1.429 
+1629 476100  8   -0.014    0.015   -0.001   -2.864 
+1629 476100  9   -0.114    0.051    0.007   -2.322 
+1629 476100 10    0.094    0.118   -0.051   -5.332 
+1629 476100 11   -0.033   -0.007   -0.011   -1.953 
+1629 476100 12    0.016    0.012   -0.029   -1.747 
+1629 476100 13    0.075   -0.055    0.014   -2.225 
+1629 476100 14   -0.033    0.021    0.069   -1.250 
+1629 476100 15    0.006   -0.003   -0.002   -1.730 
+1629 476100 16    0.077    0.020    0.019   -2.079 
+1629 476100 17   -0.047    0.042   -0.068   -1.907 
+1629 476100 18   -0.030    0.051    0.017   -1.823 
+1629 476100 19   -0.045    0.000    0.042   -1.847 
+1629 476100 20    0.004    0.012   -0.019   -2.258 
+1629 476100 21    0.066   -0.056    0.108   -1.766 
+1629 476100 22   -0.030    0.036    0.054   -1.604 
+1629 476100 23    0.083   -0.032    0.043   -2.105 
+1629 476100 24   -0.568    0.029   -0.122   -0.298 
+1629 476100 25    0.019    0.007    0.001   -2.289 
+1629 476100 26   -0.012    0.000   -0.045   -1.756 
+1629 476100 27   -0.079    0.014   -0.002    0.388 
+1629 476100 28   -0.022    0.045   -0.024   -1.340 
+1629 476100 29    0.034   -0.058    0.017   -1.898 
+1629 476100 30    0.039   -0.029    0.023   -6.501 
+1629 476100 31    0.035    0.027    0.108   -1.404 
+1629 476100 32    0.017    0.015    0.032   -3.432 
+1629 477000  2    0.067    0.032   -0.101   -1.851 
+1629 477000  3    0.014    0.004    0.017   -0.584 
+1629 477000  4    0.096    0.047   -0.143   -1.942 
+1629 477000  5    0.064   -0.001   -0.026   -2.126 
+1629 477000  6    0.012    0.007    0.027   -6.532 
+1629 477000  7    0.051   -0.030   -0.065   -1.403 
+1629 477000  8   -0.014    0.010   -0.004   -2.635 
+1629 477000  9   -0.113    0.050   -0.004   -2.264 
+1629 477000 10    0.094    0.118   -0.070   -5.325 
+1629 477000 11   -0.037   -0.007   -0.005   -2.013 
+1629 477000 12    0.017    0.017   -0.032   -1.640 
+1629 477000 13    0.078   -0.055    0.021   -2.272 
+1629 477000 14   -0.035    0.020    0.061   -1.181 
+1629 477000 15    0.009   -0.002   -0.002   -1.789 
+1629 477000 16    0.079    0.021    0.019   -2.067 
+1629 477000 17   -0.050    0.047   -0.062   -1.871 
+1629 477000 18   -0.024    0.042    0.015   -1.694 
+1629 477000 19   -0.043   -0.005    0.047   -1.809 
+1629 477000 20    0.001    0.015   -0.016   -2.189 
+1629 477000 21    0.080   -0.064    0.099   -1.616 
+1629 477000 22   -0.028    0.031    0.055   -1.533 
+1629 477000 23    0.082   -0.032    0.048   -2.097 
+1629 477000 24   -0.603    0.034   -0.075   -0.116 
+1629 477000 25    0.016    0.007   -0.002   -2.278 
+1629 477000 26   -0.004   -0.005   -0.047   -1.741 
+1629 477000 27   -0.080    0.013   -0.007    0.220 
+1629 477000 28   -0.019    0.043   -0.024   -1.260 
+1629 477000 29    0.026   -0.056    0.011   -1.940 
+1629 477000 30    0.038   -0.031    0.022   -6.272 
+1629 477000 31    0.023    0.034    0.113   -1.314 
+1629 477000 32    0.013    0.019    0.032   -3.474 
+1629 477900  2    0.060    0.036   -0.114   -1.831 
+1629 477900  3    0.018    0.004    0.017   -0.391 
+1629 477900  4    0.079    0.037   -0.141   -2.022 
+1629 477900  5    0.067   -0.001   -0.030   -2.083 
+1629 477900  6    0.018    0.006    0.026   -6.599 
+1629 477900  7    0.060   -0.034   -0.059   -1.388 
+1629 477900  8   -0.013    0.006   -0.006   -2.295 
+1629 477900  9   -0.113    0.048   -0.015   -2.639 
+1629 477900 10    0.091    0.115   -0.089   -5.710 
+1629 477900 11   -0.041   -0.007    0.003   -1.992 
+1629 477900 12    0.018    0.022   -0.034   -1.775 
+1629 477900 13    0.080   -0.058    0.030   -2.277 
+1629 477900 14   -0.039    0.020    0.056   -1.195 
+1629 477900 15    0.013   -0.003   -0.004   -1.749 
+1629 477900 16    0.081    0.021    0.021   -2.069 
+1629 477900 17   -0.053    0.051   -0.055   -1.872 
+1629 477900 18   -0.018    0.034    0.014   -1.807 
+1629 477900 19   -0.040   -0.009    0.051   -1.813 
+1629 477900 20    0.000    0.018   -0.013   -2.225 
+1629 477900 21    0.094   -0.071    0.088   -1.814 
+1629 477900 22   -0.027    0.026    0.058   -1.581 
+1629 477900 23    0.079   -0.031    0.056   -2.084 
+1629 477900 24   -0.631    0.038   -0.021   -0.168 
+1629 477900 25    0.014    0.008   -0.005   -2.265 
+1629 477900 26    0.002   -0.009   -0.049   -1.716 
+1629 477900 27   -0.079    0.012   -0.012    0.567 
+1629 477900 28   -0.014    0.039   -0.023   -1.300 
+1629 477900 29    0.018   -0.052    0.007   -1.908 
+1629 477900 30    0.037   -0.031    0.022   -6.088 
+1629 477900 31    0.012    0.042    0.118   -1.343 
+1629 477900 32    0.010    0.025    0.033   -3.493 
+1629 478800  2    0.052    0.040   -0.127   -1.863 
+1629 478800  3    0.023    0.003    0.017   -0.154 
+1629 478800  4    0.065    0.029   -0.135   -2.077 
+1629 478800  5    0.071    0.001   -0.035   -2.068 
+1629 478800  6    0.024    0.005    0.027   -6.587 
+1629 478800  7    0.069   -0.038   -0.052   -1.423 
+1629 478800  8   -0.013    0.004   -0.008   -2.304 
+1629 478800  9   -0.110    0.046   -0.026   -2.769 
+1629 478800 10    0.086    0.112   -0.106   -5.800 
+1629 478800 11   -0.044   -0.006    0.011   -1.988 
+1629 478800 12    0.019    0.028   -0.034   -1.746 
+1629 478800 13    0.082   -0.059    0.039   -2.319 
+1629 478800 14   -0.040    0.018    0.049   -1.220 
+1629 478800 15    0.016   -0.003   -0.006   -1.709 
+1629 478800 16    0.081    0.021    0.024   -2.001 
+1629 478800 17   -0.055    0.054   -0.047   -1.795 
+1629 478800 18   -0.012    0.026    0.012   -1.757 
+1629 478800 19   -0.038   -0.015    0.054   -1.736 
+1629 478800 20   -0.002    0.021   -0.009   -2.267 
+1629 478800 21    0.106   -0.079    0.075   -1.627 
+1629 478800 22   -0.023    0.022    0.061   -1.568 
+1629 478800 23    0.075   -0.028    0.061   -2.030 
+1629 478800 24   -0.652    0.045    0.037    0.056 
+1629 478800 25    0.011    0.010   -0.008   -2.257 
+1629 478800 26    0.009   -0.014   -0.050   -1.712 
+1629 478800 27   -0.078    0.010   -0.015    0.844 
+1629 478800 28   -0.008    0.034   -0.022   -1.303 
+1629 478800 29    0.010   -0.048    0.004   -1.877 
+1629 478800 30    0.035   -0.033    0.022   -5.895 
+1629 478800 31    0.001    0.049    0.122   -1.330 
+1629 478800 32    0.006    0.030    0.032   -3.481 
+1629 479700  2    0.042    0.043   -0.138   -1.822 
+1629 479700  3    0.027    0.001    0.019   -0.248 
+1629 479700  4    0.049    0.020   -0.129   -2.137 
+1629 479700  5    0.075    0.002   -0.041   -2.072 
+1629 479700  6    0.031    0.003    0.027   -6.712 
+1629 479700  7    0.077   -0.041   -0.043   -1.371 
+1629 479700  8   -0.013    0.003   -0.010   -2.410 
+1629 479700  9   -0.106    0.043   -0.036   -2.770 
+1629 479700 10    0.079    0.109   -0.124   -5.883 
+1629 479700 11   -0.047   -0.005    0.020   -1.953 
+1629 479700 12    0.021    0.033   -0.035   -1.804 
+1629 479700 13    0.081   -0.057    0.047   -2.398 
+1629 479700 14   -0.041    0.014    0.045   -1.221 
+1629 479700 15    0.020   -0.005   -0.007   -1.736 
+1629 479700 16    0.080    0.023    0.028   -2.041 
+1629 479700 17   -0.056    0.056   -0.040   -1.823 
+1629 479700 18   -0.006    0.016    0.012   -1.714 
+1629 479700 19   -0.034   -0.020    0.057   -1.710 
+1629 479700 20   -0.004    0.024   -0.004   -2.270 
+1629 479700 21    0.117   -0.086    0.061   -1.707 
+1629 479700 22   -0.018    0.014    0.067   -1.634 
+1629 479700 23    0.068   -0.024    0.066   -2.057 
+1629 479700 24   -0.664    0.048    0.099   -0.124 
+1629 479700 25    0.008    0.012   -0.012   -2.240 
+1629 479700 26    0.017   -0.019   -0.049   -1.768 
+1629 479700 27   -0.075    0.009   -0.019    0.844 
+1629 479700 28   -0.001    0.028   -0.021   -1.276 
+1629 479700 29   -0.001   -0.043    0.002   -1.998 
+1629 479700 30    0.033   -0.033    0.022   -5.778 
+1629 479700 31   -0.009    0.057    0.124   -1.275 
+1629 479700 32    0.001    0.034    0.033   -3.460 
+1629 480600  2    0.030    0.047   -0.148   -1.838 
+1629 480600  3    0.033    0.000    0.020   -0.395 
+1629 480600  4    0.034    0.010   -0.121   -2.255 
+1629 480600  5    0.076    0.003   -0.047   -2.083 
+1629 480600  6    0.036    0.003    0.027   -6.779 
+1629 480600  7    0.085   -0.045   -0.035   -1.384 
+1629 480600  8   -0.014    0.002   -0.011   -1.922 
+1629 480600  9   -0.101    0.038   -0.047   -2.642 
+1629 480600 10    0.069    0.104   -0.140   -5.835 
+1629 480600 11   -0.050   -0.006    0.030   -1.984 
+1629 480600 12    0.021    0.039   -0.036   -1.837 
+1629 480600 13    0.080   -0.055    0.055   -2.365 
+1629 480600 14   -0.041    0.012    0.042   -1.202 
+1629 480600 15    0.023   -0.006   -0.010   -1.706 
+1629 480600 16    0.078    0.024    0.031   -2.029 
+1629 480600 17   -0.057    0.057   -0.032   -1.820 
+1629 480600 18    0.002    0.008    0.010   -1.830 
+1629 480600 19   -0.030   -0.025    0.059   -1.741 
+1629 480600 20   -0.004    0.027    0.000   -2.331 
+1629 480600 21    0.127   -0.094    0.044   -1.748 
+1629 480600 22   -0.013    0.010    0.069   -1.512 
+1629 480600 23    0.061   -0.020    0.070   -2.117 
+1629 480600 24   -0.667    0.050    0.164   -0.369 
+1629 480600 25    0.006    0.013   -0.014   -2.230 
+1629 480600 26    0.024   -0.025   -0.050   -1.820 
+1629 480600 27   -0.071    0.008   -0.023    1.156 
+1629 480600 28    0.006    0.021   -0.022   -1.280 
+1629 480600 29   -0.012   -0.038    0.001   -1.996 
+1629 480600 30    0.032   -0.032    0.021   -5.575 
+1629 480600 31   -0.019    0.066    0.126   -1.271 
+1629 480600 32   -0.001    0.039    0.033   -3.502 
+1629 481500  2    0.015    0.053   -0.156   -1.772 
+1629 481500  3    0.038    0.000    0.020   -0.198 
+1629 481500  4    0.020    0.003   -0.113   -2.214 
+1629 481500  5    0.076    0.005   -0.054   -2.107 
+1629 481500  6    0.043    0.002    0.027   -6.886 
+1629 481500  7    0.091   -0.049   -0.025   -1.363 
+1629 481500  8   -0.016    0.002   -0.012   -2.036 
+1629 481500  9   -0.094    0.032   -0.057   -3.109 
+1629 481500 10    0.057    0.100   -0.154   -6.120 
+1629 481500 11   -0.050   -0.007    0.039   -1.907 
+1629 481500 12    0.022    0.043   -0.035   -1.809 
+1629 481500 13    0.077   -0.053    0.062   -2.308 
+1629 481500 14   -0.041    0.008    0.038   -1.228 
+1629 481500 15    0.026   -0.007   -0.013   -1.738 
+1629 481500 16    0.075    0.025    0.035   -2.041 
+1629 481500 17   -0.055    0.056   -0.024   -1.884 
+1629 481500 18    0.009    0.000    0.009   -1.749 
+1629 481500 19   -0.025   -0.031    0.060   -1.722 
+1629 481500 20   -0.005    0.030    0.004   -2.185 
+1629 481500 21    0.135   -0.100    0.027   -1.586 
+1629 481500 22   -0.005    0.002    0.073   -1.463 
+1629 481500 23    0.053   -0.016    0.073   -2.102 
+1629 481500 24   -0.659    0.049    0.229   -0.454 
+1629 481500 25    0.004    0.015   -0.017   -2.207 
+1629 481500 26    0.031   -0.031   -0.048   -1.804 
+1629 481500 27   -0.066    0.007   -0.025    1.177 
+1629 481500 28    0.012    0.014   -0.023   -1.320 
+1629 481500 29   -0.022   -0.032    0.001   -2.062 
+1629 481500 30    0.029   -0.031    0.021   -5.666 
+1629 481500 31   -0.033    0.076    0.125   -1.249 
+1629 481500 32   -0.004    0.044    0.035   -3.525 
+1629 482400  2    0.000    0.058   -0.160   -1.758 
+1629 482400  3    0.043   -0.002    0.021   -0.188 
+1629 482400  4    0.007   -0.005   -0.104   -2.244 
+1629 482400  5    0.075    0.006   -0.060   -2.093 
+1629 482400  6    0.046    0.001    0.027   -7.092 
+1629 482400  7    0.094   -0.051   -0.014   -1.419 
+1629 482400  8   -0.018    0.003   -0.012   -1.812 
+1629 482400  9   -0.087    0.024   -0.066   -2.710 
+1629 482400 10    0.041    0.095   -0.166   -6.186 
+1629 482400 11   -0.050   -0.008    0.049   -1.978 
+1629 482400 12    0.024    0.047   -0.034   -1.840 
+1629 482400 13    0.073   -0.047    0.068   -2.244 
+1629 482400 14   -0.038    0.005    0.035   -1.252 
+1629 482400 15    0.029   -0.009   -0.014   -1.770 
+1629 482400 16    0.070    0.026    0.039   -2.007 
+1629 482400 17   -0.053    0.054   -0.015   -1.927 
+1629 482400 18    0.014   -0.008    0.008   -1.807 
+1629 482400 19   -0.021   -0.036    0.058   -1.655 
+1629 482400 20   -0.007    0.033    0.009   -2.202 
+1629 482400 21    0.141   -0.106    0.006   -1.478 
+1629 482400 22    0.003   -0.004    0.075   -1.462 
+1629 482400 23    0.044   -0.010    0.074   -2.046 
+1629 482400 24   -0.644    0.043    0.291   -0.413 
+1629 482400 25    0.003    0.017   -0.019   -2.200 
+1629 482400 26    0.037   -0.036   -0.046   -1.845 
+1629 482400 27   -0.058    0.007   -0.026    1.816 
+1629 482400 28    0.020    0.006   -0.022   -1.340 
+1629 482400 29   -0.035   -0.027    0.003   -1.976 
+1629 482400 30    0.027   -0.030    0.019   -5.275 
+1629 482400 31   -0.049    0.088    0.121   -1.242 
+1629 482400 32   -0.005    0.047    0.034   -3.541 
+1629 483300  2   -0.016    0.066   -0.166   -1.728 
+1629 483300  3    0.048   -0.003    0.023   -0.146 
+1629 483300  4   -0.007   -0.011   -0.097   -2.409 
+1629 483300  5    0.075    0.007   -0.067   -2.007 
+1629 483300  6    0.052    0.000    0.029   -7.167 
+1629 483300  7    0.098   -0.053   -0.002   -1.413 
+1629 483300  8   -0.019    0.005   -0.014   -1.710 
+1629 483300  9   -0.079    0.017   -0.075   -2.357 
+1629 483300 10    0.024    0.089   -0.178   -6.027 
+1629 483300 11   -0.049   -0.011    0.059   -1.856 
+1629 483300 12    0.022    0.051   -0.034   -1.762 
+1629 483300 13    0.068   -0.042    0.073   -2.478 
+1629 483300 14   -0.038    0.002    0.036   -1.194 
+1629 483300 15    0.032   -0.012   -0.017   -1.777 
+1629 483300 16    0.067    0.027    0.044   -2.039 
+1629 483300 17   -0.052    0.053   -0.008   -1.992 
+1629 483300 18    0.019   -0.017    0.007   -1.803 
+1629 483300 19   -0.015   -0.043    0.059   -1.646 
+1629 483300 20   -0.008    0.036    0.013   -2.200 
+1629 483300 21    0.146   -0.109   -0.014   -1.611 
+1629 483300 22    0.011   -0.010    0.078   -1.490 
+1629 483300 23    0.034   -0.004    0.075   -2.040 
+1629 483300 24   -0.620    0.032    0.353   -0.266 
+1629 483300 25    0.000    0.018   -0.022   -2.196 
+1629 483300 26    0.043   -0.043   -0.044   -1.766 
+1629 483300 27   -0.051    0.009   -0.028    2.232 
+1629 483300 28    0.028   -0.003   -0.025   -1.322 
+1629 483300 29   -0.046   -0.022    0.005   -1.964 
+1629 483300 30    0.025   -0.028    0.021   -5.089 
+1629 483300 31   -0.061    0.098    0.117   -1.262 
+1629 483300 32   -0.008    0.051    0.034   -3.557 
+1629 484200  2   -0.033    0.074   -0.168   -1.767 
+1629 484200  3    0.052   -0.004    0.025   -0.051 
+1629 484200  4   -0.019   -0.018   -0.090   -2.346 
+1629 484200  5    0.072    0.007   -0.074   -2.078 
+1629 484200  6    0.057   -0.002    0.031   -7.259 
+1629 484200  7    0.099   -0.054    0.009   -1.435 
+1629 484200  8   -0.020    0.007   -0.015   -1.837 
+1629 484200  9   -0.071    0.007   -0.083   -2.320 
+1629 484200 10    0.006    0.086   -0.186   -6.332 
+1629 484200 11   -0.046   -0.014    0.068   -1.922 
+1629 484200 12    0.023    0.055   -0.034   -1.815 
+1629 484200 13    0.061   -0.035    0.078   -2.421 
+1629 484200 14   -0.037   -0.001    0.034   -1.125 
+1629 484200 15    0.034   -0.015   -0.019   -1.803 
+1629 484200 16    0.063    0.028    0.049   -2.101 
+1629 484200 17   -0.049    0.049    0.000   -1.917 
+1629 484200 18    0.022   -0.023    0.006   -1.786 
+1629 484200 19   -0.009   -0.047    0.057   -1.628 
+1629 484200 20   -0.009    0.040    0.017   -2.133 
+1629 484200 21    0.147   -0.112   -0.035   -1.640 
+1629 484200 22    0.021   -0.017    0.081   -1.444 
+1629 484200 23    0.025    0.002    0.076   -2.039 
+1629 484200 24   -0.590    0.016    0.410   -0.116 
+1629 484200 25   -0.003    0.021   -0.023   -2.199 
+1629 484200 26    0.049   -0.050   -0.042   -1.885 
+1629 484200 27   -0.042    0.010   -0.029    2.311 
+1629 484200 28    0.035   -0.011   -0.025   -1.294 
+1629 484200 29   -0.057   -0.017    0.006   -1.947 
+1629 484200 30    0.022   -0.027    0.022   -5.355 
+1629 484200 31   -0.073    0.108    0.111   -1.152 
+1629 484200 32   -0.010    0.054    0.035   -3.524 
+1629 485100  2   -0.049    0.085   -0.168   -1.759 
+1629 485100  3    0.057   -0.006    0.028   -0.225 
+1629 485100  4   -0.031   -0.022   -0.082   -2.279 
+1629 485100  5    0.069    0.008   -0.080   -2.015 
+1629 485100  6    0.060   -0.005    0.033   -7.400 
+1629 485100  7    0.097   -0.052    0.020   -1.462 
+1629 485100  8   -0.023    0.010   -0.016   -1.890 
+1629 485100  9   -0.062   -0.002   -0.089   -2.380 
+1629 485100 10   -0.015    0.081   -0.192   -6.090 
+1629 485100 11   -0.044   -0.019    0.077   -1.824 
+1629 485100 12    0.023    0.058   -0.032   -1.842 
+1629 485100 13    0.056   -0.026    0.079   -2.364 
+1629 485100 14   -0.034   -0.005    0.034   -1.076 
+1629 485100 15    0.037   -0.018   -0.020   -1.693 
+1629 485100 16    0.057    0.028    0.053   -2.009 
+1629 485100 17   -0.047    0.046    0.007   -1.961 
+1629 485100 18    0.026   -0.029    0.005   -1.833 
+1629 485100 19   -0.004   -0.053    0.056   -1.650 
+1629 485100 20   -0.010    0.042    0.021   -2.167 
+1629 485100 21    0.147   -0.111   -0.057   -1.677 
+1629 485100 22    0.030   -0.023    0.082   -1.451 
+1629 485100 23    0.017    0.008    0.074   -2.079 
+1629 485100 24   -0.553   -0.006    0.461   -0.061 
+1629 485100 25   -0.006    0.021   -0.026   -2.195 
+1629 485100 26    0.054   -0.055   -0.039   -1.910 
+1629 485100 27   -0.034    0.012   -0.028    2.596 
+1629 485100 28    0.043   -0.018   -0.025   -1.253 
+1629 485100 29   -0.068   -0.013    0.008   -1.857 
+1629 485100 30    0.020   -0.025    0.022   -5.508 
+1629 485100 31   -0.082    0.117    0.101   -1.106 
+1629 485100 32   -0.011    0.057    0.035   -3.538 
+1629 486000  2   -0.063    0.098   -0.164   -1.711 
+1629 486000  3    0.059   -0.008    0.030   -0.386 
+1629 486000  4   -0.041   -0.025   -0.074   -2.250 
+1629 486000  5    0.065    0.010   -0.086   -2.111 
+1629 486000  6    0.063   -0.006    0.036   -7.564 
+1629 486000  7    0.095   -0.049    0.032   -1.435 
+1629 486000  8   -0.024    0.013   -0.018   -2.174 
+1629 486000  9   -0.052   -0.012   -0.094   -2.436 
+1629 486000 10   -0.038    0.080   -0.194   -5.970 
+1629 486000 11   -0.038   -0.024    0.085   -1.817 
+1629 486000 12    0.023    0.061   -0.032   -1.664 
+1629 486000 13    0.048   -0.019    0.080   -2.358 
+1629 486000 14   -0.031   -0.006    0.033   -1.167 
+1629 486000 15    0.039   -0.022   -0.021   -1.701 
+1629 486000 16    0.051    0.028    0.058   -2.052 
+1629 486000 17   -0.046    0.042    0.014   -2.024 
+1629 486000 18    0.029   -0.033    0.003   -1.797 
+1629 486000 19    0.001   -0.058    0.053   -1.572 
+1629 486000 20   -0.011    0.046    0.026   -2.164 
+1629 486000 21    0.147   -0.108   -0.079   -1.930 
+1629 486000 22    0.039   -0.030    0.082   -1.476 
+1629 486000 23    0.007    0.013    0.073   -2.104 
+1629 486000 24   -0.513   -0.032    0.506    0.065 
+1629 486000 25   -0.009    0.021   -0.028   -2.200 
+1629 486000 26    0.057   -0.059   -0.035   -1.947 
+1629 486000 27   -0.023    0.017   -0.027    2.182 
+1629 486000 28    0.049   -0.024   -0.024   -1.316 
+1629 486000 29   -0.078   -0.009    0.009   -1.840 
+1629 486000 30    0.016   -0.023    0.022   -5.651 
+1629 486000 31   -0.091    0.125    0.089   -1.050 
+1629 486000 32   -0.011    0.057    0.037   -3.502 
+1629 486900  2   -0.077    0.111   -0.158   -1.736 
+1629 486900  3    0.061   -0.010    0.033   -0.404 
+1629 486900  4   -0.052   -0.028   -0.066   -2.318 
+1629 486900  5    0.060    0.010   -0.090   -2.009 
+1629 486900  6    0.063   -0.008    0.038   -7.636 
+1629 486900  7    0.090   -0.046    0.043   -1.409 
+1629 486900  8   -0.026    0.016   -0.019   -2.035 
+1629 486900  9   -0.042   -0.023   -0.100   -2.456 
+1629 486900 10   -0.061    0.079   -0.194   -5.563 
+1629 486900 11   -0.033   -0.031    0.091   -1.781 
+1629 486900 12    0.023    0.063   -0.031   -1.830 
+1629 486900 13    0.042   -0.011    0.080   -2.293 
+1629 486900 14   -0.028   -0.009    0.034   -1.149 
+1629 486900 15    0.041   -0.026   -0.022   -1.699 
+1629 486900 16    0.045    0.027    0.061   -2.015 
+1629 486900 17   -0.044    0.037    0.020   -1.911 
+1629 486900 18    0.030   -0.036    0.000   -1.842 
+1629 486900 19    0.007   -0.062    0.051   -1.609 
+1629 486900 20   -0.010    0.046    0.030   -2.204 
+1629 486900 21    0.142   -0.102   -0.103   -1.855 
+1629 486900 22    0.049   -0.036    0.081   -1.452 
+1629 486900 23   -0.001    0.019    0.072   -2.074 
+1629 486900 24   -0.468   -0.064    0.544    0.036 
+1629 486900 25   -0.013    0.020   -0.031   -2.202 
+1629 486900 26    0.059   -0.065   -0.032   -2.011 
+1629 486900 27   -0.014    0.021   -0.028    2.282 
+1629 486900 28    0.057   -0.031   -0.024   -1.175 
+1629 486900 29   -0.087   -0.005    0.011   -1.809 
+1629 486900 30    0.013   -0.020    0.021   -5.676 
+1629 486900 31   -0.098    0.133    0.076   -1.015 
+1629 486900 32   -0.010    0.058    0.037   -3.493 
+1629 487800  2   -0.087    0.125   -0.148   -1.791 
+1629 487800  3    0.062   -0.012    0.036   -0.312 
+1629 487800  4   -0.061   -0.031   -0.057   -2.230 
+1629 487800  5    0.053    0.012   -0.093   -2.008 
+1629 487800  6    0.064   -0.011    0.040   -7.739 
+1629 487800  7    0.085   -0.039    0.053   -1.414 
+1629 487800  8   -0.028    0.018   -0.022   -2.110 
+1629 487800  9   -0.033   -0.035   -0.104   -2.234 
+1629 487800 10   -0.084    0.078   -0.191   -5.501 
+1629 487800 11   -0.023   -0.041    0.098   -1.791 
+1629 487800 12    0.025    0.064   -0.031   -1.854 
+1629 487800 13    0.035   -0.003    0.078   -2.372 
+1629 487800 14   -0.025   -0.011    0.034   -1.174 
+1629 487800 15    0.043   -0.029   -0.023   -1.714 
+1629 487800 16    0.038    0.027    0.063   -2.023 
+1629 487800 17   -0.042    0.032    0.026   -1.943 
+1629 487800 18    0.030   -0.039   -0.002   -1.730 
+1629 487800 19    0.011   -0.067    0.048   -1.540 
+1629 487800 20   -0.009    0.048    0.035   -2.186 
+1629 487800 21    0.139   -0.095   -0.124   -1.700 
+1629 487800 22    0.057   -0.041    0.078   -1.443 
+1629 487800 23   -0.008    0.024    0.069   -2.059 
+1629 487800 24   -0.422   -0.102    0.573   -0.177 
+1629 487800 25   -0.015    0.020   -0.034   -2.206 
+1629 487800 26    0.060   -0.068   -0.028   -2.179 
+1629 487800 27   -0.003    0.027   -0.026    1.989 
+1629 487800 28    0.061   -0.037   -0.022   -1.128 
+1629 487800 29   -0.094   -0.003    0.010   -1.887 
+1629 487800 30    0.010   -0.018    0.023   -5.991 
+1629 487800 31   -0.104    0.138    0.060   -0.900 
+1629 487800 32   -0.010    0.057    0.038   -3.566 
+1629 488700  2   -0.095    0.136   -0.137   -1.719 
+1629 488700  3    0.062   -0.014    0.039   -0.352 
+1629 488700  4   -0.070   -0.031   -0.048   -2.184 
+1629 488700  5    0.048    0.013   -0.094   -2.041 
+1629 488700  6    0.062   -0.013    0.044   -7.886 
+1629 488700  7    0.079   -0.033    0.063   -1.400 
+1629 488700  8   -0.028    0.021   -0.026   -2.344 
+1629 488700  9   -0.024   -0.046   -0.107   -2.036 
+1629 488700 10   -0.107    0.079   -0.184   -5.212 
+1629 488700 11   -0.019   -0.047    0.100   -1.761 
+1629 488700 12    0.025    0.064   -0.030   -1.886 
+1629 488700 13    0.029    0.005    0.076   -2.375 
+1629 488700 14   -0.022   -0.012    0.034   -1.232 
+1629 488700 15    0.044   -0.034   -0.023   -1.739 
+1629 488700 16    0.030    0.026    0.065   -1.932 
+1629 488700 17   -0.041    0.026    0.031   -1.908 
+1629 488700 18    0.030   -0.040   -0.004   -1.794 
+1629 488700 19    0.016   -0.070    0.045   -1.661 
+1629 488700 20   -0.008    0.048    0.038   -2.276 
+1629 488700 21    0.133   -0.083   -0.145   -1.726 
+1629 488700 22    0.063   -0.046    0.073   -1.497 
+1629 488700 23   -0.015    0.027    0.066   -2.085 
+1629 488700 24   -0.377   -0.141    0.591   -0.018 
+1629 488700 25   -0.019    0.018   -0.038   -2.221 
+1629 488700 26    0.060   -0.072   -0.024   -2.208 
+1629 488700 27    0.008    0.032   -0.025    1.926 
+1629 488700 28    0.066   -0.041   -0.020   -1.218 
+1629 488700 29   -0.101   -0.001    0.010   -1.808 
+1629 488700 30    0.006   -0.017    0.023   -6.235 
+1629 488700 31   -0.108    0.142    0.044   -1.057 
+1629 488700 32   -0.006    0.056    0.038   -3.586 
+1629 489600  2   -0.101    0.147   -0.122   -1.644 
+1629 489600  3    0.059   -0.016    0.042    0.089 
+1629 489600  4   -0.078   -0.031   -0.038   -2.194 
+1629 489600  5    0.040    0.013   -0.094   -2.102 
+1629 489600  6    0.059   -0.014    0.045   -8.049 
+1629 489600  7    0.073   -0.024    0.071   -1.384 
+1629 489600  8   -0.030    0.023   -0.030   -2.196 
+1629 489600  9   -0.015   -0.058   -0.108   -2.168 
+1629 489600 10   -0.130    0.081   -0.173   -5.279 
+1629 489600 11   -0.014   -0.049    0.099   -1.687 
+1629 489600 12    0.027    0.061   -0.030   -1.818 
+1629 489600 13    0.022    0.011    0.072   -2.353 
+1629 489600 14   -0.018   -0.014    0.033   -1.114 
+1629 489600 15    0.043   -0.037   -0.022   -1.686 
+1629 489600 16    0.022    0.024    0.064   -1.974 
+1629 489600 17   -0.039    0.021    0.034   -1.885 
+1629 489600 18    0.029   -0.040   -0.007   -1.841 
+1629 489600 19    0.020   -0.073    0.041   -1.531 
+1629 489600 20   -0.005    0.047    0.042   -2.235 
+1629 489600 21    0.127   -0.070   -0.164   -1.652 
+1629 489600 22    0.069   -0.049    0.067   -1.438 
+1629 489600 23   -0.021    0.030    0.063   -2.137 
+1629 489600 24   -0.334   -0.181    0.599    0.000 
+1629 489600 25   -0.022    0.016   -0.043   -2.245 
+1629 489600 26    0.059   -0.073   -0.019   -2.313 
+1629 489600 27    0.016    0.037   -0.024    1.797 
+1629 489600 28    0.069   -0.045   -0.017   -1.117 
+1629 489600 29   -0.107    0.000    0.009   -1.753 
+1629 489600 30    0.004   -0.016    0.022   -6.166 
+1629 489600 31   -0.110    0.144    0.027   -1.003 
+1629 489600 32   -0.004    0.052    0.037   -3.571 
+1629 490500  2   -0.104    0.158   -0.107   -1.645 
+1629 490500  3    0.057   -0.018    0.045   -0.207 
+1629 490500  4   -0.087   -0.029   -0.026   -2.127 
+1629 490500  5    0.033    0.012   -0.094   -2.050 
+1629 490500  6    0.054   -0.016    0.047   -8.129 
+1629 490500  7    0.068   -0.015    0.079   -1.331 
+1629 490500  8   -0.030    0.024   -0.033   -2.355 
+1629 490500  9   -0.006   -0.069   -0.108   -2.153 
+1629 490500 10   -0.153    0.084   -0.162   -5.118 
+1629 490500 11   -0.008   -0.055    0.101   -1.659 
+1629 490500 12    0.027    0.060   -0.031   -1.846 
+1629 490500 13    0.016    0.017    0.068   -2.341 
+1629 490500 14   -0.015   -0.014    0.031   -1.125 
+1629 490500 15    0.044   -0.040   -0.023   -1.668 
+1629 490500 16    0.014    0.023    0.065   -2.000 
+1629 490500 17   -0.039    0.014    0.038   -1.948 
+1629 490500 18    0.028   -0.039   -0.010   -1.771 
+1629 490500 19    0.023   -0.076    0.039   -1.573 
+1629 490500 20   -0.004    0.045    0.047   -2.246 
+1629 490500 21    0.122   -0.055   -0.182   -1.794 
+1629 490500 22    0.074   -0.052    0.060   -1.410 
+1629 490500 23   -0.028    0.033    0.062   -2.100 
+1629 490500 24   -0.291   -0.222    0.600    0.000 
+1629 490500 25   -0.027    0.014   -0.049   -2.280 
+1629 490500 26    0.058   -0.074   -0.015   -2.456 
+1629 490500 27    0.026    0.043   -0.023    2.233 
+1629 490500 28    0.072   -0.047   -0.013   -1.062 
+1629 490500 29   -0.111    0.002    0.005   -1.793 
+1629 490500 30   -0.001   -0.014    0.022   -5.881 
+1629 490500 31   -0.113    0.145    0.009   -0.945 
+1629 490500 32   -0.003    0.049    0.039   -3.590 
+1629 491400  2   -0.106    0.165   -0.088   -1.643 
+1629 491400  3    0.053   -0.018    0.049    0.049 
+1629 491400  4   -0.093   -0.028   -0.013   -2.111 
+1629 491400  5    0.027    0.012   -0.091   -2.095 
+1629 491400  6    0.049   -0.015    0.050   -8.248 
+1629 491400  7    0.061   -0.006    0.088   -1.230 
+1629 491400  8   -0.029    0.023   -0.037   -2.227 
+1629 491400  9    0.002   -0.080   -0.107   -2.018 
+1629 491400 10   -0.173    0.088   -0.145   -5.027 
+1629 491400 11   -0.001   -0.059    0.100   -1.680 
+1629 491400 12    0.028    0.056   -0.032   -1.843 
+1629 491400 13    0.011    0.023    0.065   -2.336 
+1629 491400 14   -0.010   -0.016    0.031   -1.046 
+1629 491400 15    0.043   -0.044   -0.022   -1.696 
+1629 491400 16    0.006    0.022    0.065   -1.956 
+1629 491400 17   -0.038    0.008    0.041   -1.956 
+1629 491400 18    0.027   -0.038   -0.011   -1.730 
+1629 491400 19    0.026   -0.078    0.038   -1.551 
+1629 491400 20   -0.002    0.042    0.050   -2.294 
+1629 491400 21    0.116   -0.037   -0.197   -1.737 
+1629 491400 22    0.077   -0.055    0.053   -1.445 
+1629 491400 23   -0.032    0.034    0.061   -2.074 
+1629 491400 24   -0.250   -0.260    0.587    0.355 
+1629 491400 25   -0.030    0.012   -0.056   -2.298 
+1629 491400 26    0.056   -0.074   -0.012   -2.497 
+1629 491400 27    0.035    0.048   -0.024    1.851 
+1629 491400 28    0.075   -0.048   -0.010   -0.956 
+1629 491400 29   -0.115    0.004    0.002   -1.754 
+1629 491400 30   -0.006   -0.014    0.022   -6.087 
+1629 491400 31   -0.113    0.144   -0.008   -0.978 
+1629 491400 32    0.000    0.046    0.039   -3.574 
+1629 492300  2   -0.105    0.170   -0.070   -1.531 
+1629 492300  3    0.047   -0.019    0.052    0.422 
+1629 492300  4   -0.100   -0.027    0.003   -2.109 
+1629 492300  5    0.021    0.011   -0.087   -2.134 
+1629 492300  6    0.042   -0.015    0.053   -8.482 
+1629 492300  7    0.056    0.004    0.093   -1.228 
+1629 492300  8   -0.031    0.021   -0.040   -2.284 
+1629 492300  9    0.010   -0.092   -0.103   -2.317 
+1629 492300 10   -0.192    0.093   -0.125   -5.113 
+1629 492300 11    0.006   -0.063    0.097   -1.687 
+1629 492300 12    0.031    0.052   -0.032   -1.824 
+1629 492300 13    0.005    0.027    0.060   -2.651 
+1629 492300 14   -0.007   -0.017    0.028   -1.033 
+1629 492300 15    0.041   -0.048   -0.021   -1.698 
+1629 492300 16   -0.002    0.019    0.064   -1.931 
+1629 492300 17   -0.038    0.002    0.044   -1.890 
+1629 492300 18    0.025   -0.037   -0.014   -1.825 
+1629 492300 19    0.028   -0.078    0.035   -1.566 
+1629 492300 20    0.001    0.038    0.054   -2.294 
+1629 492300 21    0.111   -0.017   -0.211   -1.624 
+1629 492300 22    0.078   -0.055    0.044   -1.334 
+1629 492300 23   -0.037    0.035    0.060   -2.092 
+1629 492300 24   -0.209   -0.303    0.564   -0.013 
+1629 492300 25   -0.033    0.007   -0.063   -2.311 
+1629 492300 26    0.052   -0.071   -0.008   -2.380 
+1629 492300 27    0.043    0.054   -0.024    1.843 
+1629 492300 28    0.076   -0.048   -0.005   -1.064 
+1629 492300 29   -0.117    0.004   -0.001   -1.719 
+1629 492300 30   -0.010   -0.013    0.022   -6.339 
+1629 492300 31   -0.113    0.142   -0.026   -0.926 
+1629 492300 32    0.002    0.041    0.039   -3.615 
+1629 493200  2   -0.101    0.173   -0.050   -1.599 
+1629 493200  3    0.042   -0.018    0.056    0.639 
+1629 493200  4   -0.105   -0.026    0.020   -1.995 
+1629 493200  5    0.015    0.009   -0.083   -2.136 
+1629 493200  6    0.034   -0.013    0.055   -8.568 
+1629 493200  7    0.049    0.015    0.098   -1.259 
+1629 493200  8   -0.029    0.020   -0.043   -2.155 
+1629 493200  9    0.018   -0.102   -0.095   -2.544 
+1629 493200 10   -0.209    0.097   -0.102   -4.980 
+1629 493200 11    0.014   -0.068    0.094   -1.675 
+1629 493200 12    0.032    0.047   -0.035   -1.793 
+1629 493200 13   -0.002    0.030    0.056   -2.200 
+1629 493200 14   -0.004   -0.019    0.026   -1.016 
+1629 493200 15    0.039   -0.050   -0.020   -1.653 
+1629 493200 16   -0.010    0.017    0.061   -1.946 
+1629 493200 17   -0.038   -0.004    0.045   -1.940 
+1629 493200 18    0.023   -0.035   -0.016   -1.748 
+1629 493200 19    0.028   -0.077    0.034   -1.587 
+1629 493200 20    0.004    0.032    0.058   -2.260 
+1629 493200 21    0.106    0.004   -0.220   -1.627 
+1629 493200 22    0.079   -0.055    0.036   -1.361 
+1629 493200 23   -0.039    0.034    0.059   -2.079 
+1629 493200 24   -0.171   -0.341    0.530   -0.339 
+1629 493200 25   -0.035    0.004   -0.073   -2.321 
+1629 493200 26    0.048   -0.067   -0.004   -2.449 
+1629 493200 27    0.052    0.059   -0.024    1.958 
+1629 493200 28    0.077   -0.047    0.000   -1.041 
+1629 493200 29   -0.117    0.005   -0.006   -1.735 
+1629 493200 30   -0.015   -0.012    0.020   -6.805 
+1629 493200 31   -0.111    0.138   -0.043   -0.909 
+1629 493200 32    0.005    0.036    0.040   -3.640 
+1629 494100  2   -0.098    0.173   -0.031   -1.604 
+1629 494100  3    0.033   -0.016    0.058    0.794 
+1629 494100  4   -0.110   -0.027    0.039   -2.051 
+1629 494100  5    0.010    0.008   -0.076   -2.180 
+1629 494100  6    0.025   -0.012    0.056   -8.600 
+1629 494100  7    0.045    0.023    0.103   -1.180 
+1629 494100  8   -0.030    0.017   -0.046   -2.145 
+1629 494100  9    0.023   -0.112   -0.086   -2.657 
+1629 494100 10   -0.222    0.102   -0.077   -4.957 
+1629 494100 11    0.021   -0.072    0.089   -1.678 
+1629 494100 12    0.033    0.039   -0.036   -1.727 
+1629 494100 13   -0.008    0.032    0.053   -2.249 
+1629 494100 14   -0.002   -0.023    0.023   -1.031 
+1629 494100 15    0.035   -0.052   -0.019   -1.601 
+1629 494100 16   -0.018    0.017    0.058   -1.974 
+1629 494100 17   -0.037   -0.010    0.045   -1.905 
+1629 494100 18    0.020   -0.033   -0.018   -1.786 
+1629 494100 19    0.027   -0.074    0.034   -1.584 
+1629 494100 20    0.008    0.027    0.062   -2.188 
+1629 494100 21    0.102    0.027   -0.226   -1.630 
+1629 494100 22    0.077   -0.056    0.026   -1.290 
+1629 494100 23   -0.043    0.033    0.060   -2.110 
+1629 494100 24   -0.137   -0.374    0.488   -0.466 
+1629 494100 25   -0.037   -0.001   -0.082   -2.338 
+1629 494100 26    0.044   -0.063    0.000   -2.427 
+1629 494100 27    0.059    0.062   -0.025    2.174 
+1629 494100 28    0.077   -0.046    0.005   -1.069 
+1629 494100 29   -0.115    0.005   -0.011   -1.759 
+1629 494100 30   -0.020   -0.010    0.018   -7.054 
+1629 494100 31   -0.108    0.132   -0.058   -0.970 
+1629 494100 32    0.008    0.032    0.040   -3.603 
+1629 495000  2   -0.091    0.172   -0.012   -1.570 
+1629 495000  3    0.025   -0.014    0.060    0.875 
+1629 495000  4   -0.115   -0.029    0.062   -2.045 
+1629 495000  5    0.006    0.007   -0.070   -2.198 
+1629 495000  6    0.015   -0.009    0.057   -8.669 
+1629 495000  7    0.038    0.034    0.105   -1.156 
+1629 495000  8   -0.031    0.013   -0.049   -2.295 
+1629 495000  9    0.029   -0.121   -0.075   -2.685 
+1629 495000 10   -0.232    0.106   -0.051   -4.638 
+1629 495000 11    0.027   -0.075    0.086   -1.703 
+1629 495000 12    0.035    0.032   -0.038   -1.797 
+1629 495000 13   -0.013    0.034    0.050   -2.278 
+1629 495000 14    0.001   -0.026    0.020   -1.030 
+1629 495000 15    0.031   -0.052   -0.018   -1.779 
+1629 495000 16   -0.027    0.016    0.053   -1.896 
+1629 495000 17   -0.038   -0.016    0.044   -1.922 
+1629 495000 18    0.018   -0.031   -0.017   -1.795 
+1629 495000 19    0.027   -0.071    0.033   -1.646 
+1629 495000 20    0.010    0.020    0.065   -2.264 
+1629 495000 21    0.098    0.051   -0.230   -1.759 
+1629 495000 22    0.074   -0.054    0.017   -1.368 
+1629 495000 23   -0.044    0.030    0.060   -2.058 
+1629 495000 24   -0.106   -0.404    0.439   -0.582 
+1629 495000 25   -0.036   -0.006   -0.090   -2.358 
+1629 495000 26    0.039   -0.057    0.003   -2.431 
+1629 495000 27    0.064    0.066   -0.028    2.024 
+1629 495000 28    0.075   -0.043    0.011   -0.985 
+1629 495000 29   -0.113    0.004   -0.015   -1.779 
+1629 495000 30   -0.026   -0.008    0.017   -6.941 
+1629 495000 31   -0.105    0.124   -0.073   -0.855 
+1629 495000 32    0.009    0.026    0.039   -3.609 
+1629 495900  2   -0.084    0.168    0.006   -1.536 
+1629 495900  3    0.016   -0.012    0.060    0.589 
+1629 495900  4   -0.119   -0.035    0.085   -2.107 
+1629 495900  5    0.002    0.006   -0.063   -2.208 
+1629 495900  6    0.005   -0.007    0.057   -8.791 
+1629 495900  7    0.034    0.048    0.106   -1.189 
+1629 495900  8   -0.033    0.009   -0.052   -2.196 
+1629 495900  9    0.032   -0.127   -0.062   -2.996 
+1629 495900 10   -0.241    0.110   -0.021   -4.908 
+1629 495900 11    0.032   -0.078    0.081   -1.707 
+1629 495900 12    0.036    0.025   -0.040   -1.781 
+1629 495900 13   -0.019    0.034    0.049   -2.290 
+1629 495900 14    0.002   -0.030    0.017   -0.930 
+1629 495900 15    0.027   -0.052   -0.017   -1.670 
+1629 495900 16   -0.035    0.016    0.048   -1.985 
+1629 495900 17   -0.039   -0.022    0.044   -1.923 
+1629 495900 18    0.015   -0.029   -0.019   -1.781 
+1629 495900 19    0.023   -0.066    0.032   -1.581 
+1629 495900 20    0.014    0.012    0.067   -2.219 
+1629 495900 21    0.096    0.076   -0.231   -1.582 
+1629 495900 22    0.070   -0.054    0.009   -1.400 
+1629 495900 23   -0.045    0.028    0.061   -1.958 
+1629 495900 24   -0.079   -0.429    0.383   -0.351 
+1629 495900 25   -0.034   -0.012   -0.099   -2.366 
+1629 495900 26    0.036   -0.050    0.004   -2.485 
+1629 495900 27    0.070    0.069   -0.030    1.677 
+1629 495900 28    0.073   -0.041    0.016   -1.002 
+1629 495900 29   -0.109    0.004   -0.020   -1.801 
+1629 495900 30   -0.031   -0.007    0.014   -6.815 
+1629 495900 31   -0.100    0.114   -0.085   -0.902 
+1629 495900 32    0.011    0.021    0.039   -3.633 
+1629 496800  2   -0.075    0.160    0.022   -1.547 
+1629 496800  3    0.007   -0.009    0.061    1.271 
+1629 496800  4   -0.123   -0.042    0.109   -2.189 
+1629 496800  5   -0.001    0.004   -0.056   -2.180 
+1629 496800  6   -0.006   -0.004    0.055   -8.855 
+1629 496800  7    0.028    0.062    0.104   -1.148 
+1629 496800  8   -0.034    0.004   -0.054   -2.161 
+1629 496800  9    0.037   -0.134   -0.049   -2.982 
+1629 496800 10   -0.246    0.111    0.007   -4.658 
+1629 496800 11    0.037   -0.079    0.076   -1.744 
+1629 496800 12    0.039    0.017   -0.041   -1.819 
+1629 496800 13   -0.024    0.032    0.047   -2.363 
+1629 496800 14    0.003   -0.035    0.015   -0.923 
+1629 496800 15    0.022   -0.048   -0.016   -1.721 
+1629 496800 16   -0.042    0.016    0.043   -1.938 
+1629 496800 17   -0.040   -0.026    0.041   -1.896 
+1629 496800 18    0.012   -0.027   -0.017   -1.792 
+1629 496800 19    0.020   -0.059    0.033   -1.617 
+1629 496800 20    0.016    0.003    0.068   -2.234 
+1629 496800 21    0.094    0.101   -0.225   -1.631 
+1629 496800 22    0.066   -0.051    0.001   -1.273 
+1629 496800 23   -0.045    0.023    0.063   -2.019 
+1629 496800 24   -0.056   -0.448    0.324   -0.187 
+1629 496800 25   -0.032   -0.020   -0.108   -2.384 
+1629 496800 26    0.030   -0.043    0.005   -2.480 
+1629 496800 27    0.073    0.072   -0.034    1.682 
+1629 496800 28    0.071   -0.038    0.020   -0.999 
+1629 496800 29   -0.104    0.002   -0.023   -1.817 
+1629 496800 30   -0.035   -0.006    0.010   -6.697 
+1629 496800 31   -0.093    0.101   -0.093   -0.806 
+1629 496800 32    0.013    0.017    0.038   -3.577 
+1629 497700  2   -0.067    0.151    0.036   -1.512 
+1629 497700  3   -0.003   -0.005    0.061    1.107 
+1629 497700  4   -0.129   -0.050    0.137   -2.264 
+1629 497700  5   -0.003    0.003   -0.048   -2.227 
+1629 497700  6   -0.015    0.001    0.053   -8.999 
+1629 497700  7    0.024    0.074    0.103   -1.125 
+1629 497700  8   -0.036   -0.006   -0.052   -1.903 
+1629 497700  9    0.040   -0.140   -0.035   -3.238 
+1629 497700 10   -0.247    0.111    0.039   -5.052 
+1629 497700 11    0.041   -0.080    0.072   -1.601 
+1629 497700 12    0.042    0.009   -0.043   -1.808 
+1629 497700 13   -0.029    0.032    0.047   -2.418 
+1629 497700 14    0.002   -0.038    0.012   -0.943 
+1629 497700 15    0.017   -0.045   -0.015   -1.662 
+1629 497700 16   -0.049    0.018    0.036   -1.966 
+1629 497700 17   -0.041   -0.032    0.040   -1.870 
+1629 497700 18    0.010   -0.025   -0.017   -1.734 
+1629 497700 19    0.018   -0.054    0.034   -1.658 
+1629 497700 20    0.020   -0.006    0.070   -2.226 
+1629 497700 21    0.094    0.126   -0.218   -1.411 
+1629 497700 22    0.060   -0.050   -0.006   -1.272 
+1629 497700 23   -0.044    0.022    0.066   -1.990 
+1629 497700 24   -0.033   -0.465    0.262   -0.183 
+1629 497700 25   -0.027   -0.027   -0.117   -2.396 
+1629 497700 26    0.027   -0.036    0.008   -2.481 
+1629 497700 27    0.078    0.071   -0.038    1.829 
+1629 497700 28    0.067   -0.035    0.026   -0.986 
+1629 497700 29   -0.099    0.002   -0.028   -1.760 
+1629 497700 30   -0.040   -0.003    0.005   -6.839 
+1629 497700 31   -0.088    0.088   -0.101   -0.809 
+1629 497700 32    0.014    0.012    0.037   -3.569 
+1629 498600  2   -0.059    0.139    0.049   -1.479 
+1629 498600  3   -0.013   -0.001    0.059    1.212 
+1629 498600  4   -0.136   -0.068    0.164   -2.208 
+1629 498600  5   -0.003    0.003   -0.042   -2.221 
+1629 498600  6   -0.027    0.004    0.051   -9.052 
+1629 498600  7    0.018    0.085    0.099   -1.068 
+1629 498600  8   -0.040   -0.015   -0.053   -1.946 
+1629 498600  9    0.042   -0.142   -0.019   -2.996 
+1629 498600 10   -0.247    0.109    0.070   -5.304 
+1629 498600 11    0.045   -0.078    0.069   -1.671 
+1629 498600 12    0.044    0.001   -0.044   -1.824 
+1629 498600 13   -0.033    0.030    0.048   -2.375 
+1629 498600 14    0.001   -0.044    0.010   -0.894 
+1629 498600 15    0.013   -0.040   -0.016   -1.648 
+1629 498600 16   -0.056    0.020    0.029   -1.956 
+1629 498600 17   -0.041   -0.037    0.038   -1.935 
+1629 498600 18    0.007   -0.026   -0.016   -1.754 
+1629 498600 19    0.014   -0.046    0.034   -1.620 
+1629 498600 20    0.024   -0.015    0.072   -2.193 
+1629 498600 21    0.096    0.149   -0.206   -1.600 
+1629 498600 22    0.054   -0.049   -0.012   -1.257 
+1629 498600 23   -0.043    0.018    0.068   -2.068 
+1629 498600 24   -0.014   -0.477    0.198   -0.240 
+1629 498600 25   -0.022   -0.036   -0.123   -2.404 
+1629 498600 26    0.023   -0.028    0.008   -2.575 
+1629 498600 27    0.081    0.071   -0.041    2.311 
+1629 498600 28    0.062   -0.032    0.030   -0.946 
+1629 498600 29   -0.092    0.000   -0.031   -1.801 
+1629 498600 30   -0.043   -0.001    0.000   -6.581 
+1629 498600 31   -0.081    0.073   -0.105   -0.843 
+1629 498600 32    0.016    0.010    0.036   -3.592 
+1629 499500  2   -0.050    0.124    0.059   -1.444 
+1629 499500  3   -0.023    0.003    0.057    1.441 
+1629 499500  4   -0.145   -0.087    0.190   -2.201 
+1629 499500  5   -0.004    0.003   -0.036   -2.179 
+1629 499500  6   -0.037    0.008    0.047   -9.182 
+1629 499500  7    0.014    0.096    0.094   -0.973 
+1629 499500  8   -0.044   -0.016   -0.051    0.000 
+1629 499500  9    0.045   -0.144   -0.003   -2.722 
+1629 499500 10   -0.242    0.105    0.102   -5.309 
+1629 499500 11    0.046   -0.076    0.065   -1.661 
+1629 499500 12    0.047   -0.007   -0.044   -1.968 
+1629 499500 13   -0.037    0.027    0.051   -2.355 
+1629 499500 14   -0.001   -0.048    0.009   -0.883 
+1629 499500 15    0.009   -0.035   -0.016   -1.606 
+1629 499500 16   -0.062    0.022    0.021   -1.970 
+1629 499500 17   -0.042   -0.040    0.036   -1.917 
+1629 499500 18    0.005   -0.026   -0.014   -1.757 
+1629 499500 19    0.008   -0.039    0.036   -1.531 
+1629 499500 20    0.027   -0.023    0.073   -2.192 
+1629 499500 21    0.098    0.169   -0.190   -1.510 
+1629 499500 22    0.047   -0.047   -0.017   -1.219 
+1629 499500 23   -0.040    0.017    0.071   -1.967 
+1629 499500 24    0.002   -0.484    0.132    0.409 
+1629 499500 25   -0.017   -0.045   -0.130   -2.415 
+1629 499500 26    0.020   -0.021    0.009   -2.549 
+1629 499500 27    0.082    0.070   -0.045    2.670 
+1629 499500 28    0.058   -0.030    0.034   -1.029 
+1629 499500 29   -0.085   -0.002   -0.034   -1.770 
+1629 499500 30   -0.047    0.000   -0.005   -6.497 
+1629 499500 31   -0.076    0.057   -0.107   -0.836 
+1629 499500 32    0.018    0.007    0.035   -3.562 
+1629 500400  2   -0.042    0.110    0.067   -1.389 
+1629 500400  3   -0.034    0.007    0.054    1.656 
+1629 500400  4   -0.156   -0.107    0.214   -2.272 
+1629 500400  5   -0.004    0.003   -0.030   -2.191 
+1629 500400  6   -0.048    0.012    0.042   -9.308 
+1629 500400  7    0.011    0.104    0.087   -1.029 
+1629 500400  8   -0.048   -0.018   -0.048    0.000 
+1629 500400  9    0.047   -0.144    0.013   -2.718 
+1629 500400 10   -0.236    0.098    0.132   -5.398 
+1629 500400 11    0.047   -0.072    0.061   -1.654 
+1629 500400 12    0.050   -0.014   -0.044   -1.771 
+1629 500400 13   -0.040    0.024    0.053   -2.448 
+1629 500400 14   -0.004   -0.052    0.007   -0.898 
+1629 500400 15    0.003   -0.027   -0.016   -1.647 
+1629 500400 16   -0.066    0.023    0.013   -1.952 
+1629 500400 17   -0.042   -0.043    0.034   -1.891 
+1629 500400 18    0.001   -0.027   -0.012   -1.829 
+1629 500400 19    0.005   -0.031    0.036   -1.528 
+1629 500400 20    0.030   -0.031    0.072   -2.198 
+1629 500400 21    0.101    0.187   -0.170   -1.438 
+1629 500400 22    0.039   -0.044   -0.021   -1.184 
+1629 500400 23   -0.036    0.015    0.073   -1.953 
+1629 500400 24    0.019   -0.487    0.065    0.783 
+1629 500400 25   -0.009   -0.054   -0.135   -2.419 
+1629 500400 26    0.016   -0.013    0.011   -2.567 
+1629 500400 27    0.083    0.068   -0.048    2.628 
+1629 500400 28    0.051   -0.027    0.038   -0.899 
+1629 500400 29   -0.079   -0.004   -0.037   -1.865 
+1629 500400 30   -0.049    0.002   -0.011   -6.487 
+1629 500400 31   -0.069    0.041   -0.106   -0.907 
+1629 500400 32    0.018    0.005    0.033   -3.541 
+1629 501300  2   -0.035    0.096    0.073   -1.372 
+1629 501300  3   -0.043    0.012    0.050    1.808 
+1629 501300  4   -0.168   -0.134    0.234   -2.371 
+1629 501300  5   -0.004    0.002   -0.024   -2.203 
+1629 501300  6   -0.057    0.016    0.035   -9.445 
+1629 501300  7    0.007    0.111    0.079   -1.049 
+1629 501300  8   -0.051   -0.022   -0.043   -2.086 
+1629 501300  9    0.049   -0.142    0.029   -2.728 
+1629 501300 10   -0.227    0.088    0.161   -5.774 
+1629 501300 11    0.046   -0.068    0.059   -1.631 
+1629 501300 12    0.053   -0.021   -0.043   -1.832 
+1629 501300 13   -0.041    0.022    0.057   -2.432 
+1629 501300 14   -0.008   -0.056    0.007   -0.894 
+1629 501300 15   -0.002   -0.020   -0.018   -1.551 
+1629 501300 16   -0.069    0.024    0.005   -1.975 
+1629 501300 17   -0.043   -0.045    0.031   -1.846 
+1629 501300 18   -0.001   -0.029   -0.009   -1.821 
+1629 501300 19   -0.001   -0.023    0.036   -1.554 
+1629 501300 20    0.033   -0.039    0.070   -2.221 
+1629 501300 21    0.103    0.202   -0.148   -1.493 
+1629 501300 22    0.030   -0.042   -0.024   -1.135 
+1629 501300 23   -0.032    0.013    0.075   -1.905 
+1629 501300 24    0.035   -0.486   -0.002    0.826 
+1629 501300 25   -0.001   -0.064   -0.136   -2.434 
+1629 501300 26    0.013   -0.007    0.010   -2.507 
+1629 501300 27    0.083    0.064   -0.050    2.760 
+1629 501300 28    0.044   -0.024    0.039   -0.865 
+1629 501300 29   -0.071   -0.004   -0.037   -1.842 
+1629 501300 30   -0.050    0.002   -0.017   -6.331 
+1629 501300 31   -0.064    0.025   -0.103   -0.909 
+1629 501300 32    0.019    0.004    0.032   -3.541 
+1629 502200  2   -0.030    0.077    0.076   -1.395 
+1629 502200  3   -0.053    0.015    0.044    1.682 
+1629 502200  4   -0.183   -0.160    0.248   -2.632 
+1629 502200  5   -0.003    0.001   -0.019   -2.153 
+1629 502200  6   -0.065    0.020    0.028   -9.697 
+1629 502200  7    0.003    0.117    0.069   -1.002 
+1629 502200  8   -0.055   -0.025   -0.035   -2.047 
+1629 502200  9    0.051   -0.138    0.044   -2.818 
+1629 502200 10   -0.215    0.074    0.187   -5.472 
+1629 502200 11    0.045   -0.062    0.057   -1.590 
+1629 502200 12    0.055   -0.026   -0.041   -1.843 
+1629 502200 13   -0.042    0.021    0.061   -2.447 
+1629 502200 14   -0.014   -0.060    0.007   -0.897 
+1629 502200 15   -0.007   -0.013   -0.018   -1.601 
+1629 502200 16   -0.071    0.024   -0.004   -1.930 
+1629 502200 17   -0.043   -0.047    0.029   -1.881 
+1629 502200 18   -0.006   -0.032   -0.007   -1.820 
+1629 502200 19   -0.006   -0.016    0.037   -1.502 
+1629 502200 20    0.037   -0.044    0.066   -2.174 
+1629 502200 21    0.107    0.214   -0.123   -1.585 
+1629 502200 22    0.020   -0.039   -0.025   -1.116 
+1629 502200 23   -0.027    0.011    0.075   -1.897 
+1629 502200 24    0.049   -0.480   -0.068    0.830 
+1629 502200 25    0.007   -0.074   -0.137   -2.456 
+1629 502200 26    0.010    0.000    0.010   -2.427 
+1629 502200 27    0.081    0.061   -0.051    2.859 
+1629 502200 28    0.036   -0.022    0.041   -0.850 
+1629 502200 29   -0.063   -0.006   -0.038   -1.800 
+1629 502200 30   -0.050    0.002   -0.023   -5.889 
+1629 502200 31   -0.060    0.009   -0.098   -0.955 
+1629 502200 32    0.019    0.004    0.031   -3.518 
+1629 503100  2   -0.025    0.062    0.077   -1.313 
+1629 503100  3   -0.061    0.020    0.039    1.625 
+1629 503100  4   -0.200   -0.194    0.256   -2.591 
+1629 503100  5   -0.001    0.000   -0.013   -2.165 
+1629 503100  6   -0.073    0.024    0.021   -9.840 
+1629 503100  7    0.000    0.123    0.060   -1.031 
+1629 503100  8   -0.060   -0.028   -0.027   -2.199 
+1629 503100  9    0.052   -0.133    0.059   -2.200 
+1629 503100 10   -0.203    0.058    0.211   -5.640 
+1629 503100 11    0.043   -0.057    0.055   -1.592 
+1629 503100 12    0.058   -0.031   -0.040   -1.887 
+1629 503100 13   -0.041    0.018    0.064   -2.496 
+1629 503100 14   -0.018   -0.063    0.008   -0.864 
+1629 503100 15   -0.013   -0.005   -0.018   -1.541 
+1629 503100 16   -0.073    0.024   -0.013   -2.021 
+1629 503100 17   -0.043   -0.046    0.026   -1.886 
+1629 503100 18   -0.009   -0.036   -0.003   -1.825 
+1629 503100 19   -0.010   -0.009    0.036   -1.467 
+1629 503100 20    0.039   -0.050    0.062   -2.209 
+1629 503100 21    0.109    0.221   -0.097   -1.439 
+1629 503100 22    0.012   -0.037   -0.026   -1.107 
+1629 503100 23   -0.020    0.010    0.075   -1.870 
+1629 503100 24    0.066   -0.471   -0.134    0.000 
+1629 503100 25    0.015   -0.084   -0.135   -2.450 
+1629 503100 26    0.007    0.005    0.012   -2.462 
+1629 503100 27    0.078    0.055   -0.052    2.669 
+1629 503100 28    0.029   -0.020    0.041   -0.832 
+1629 503100 29   -0.056   -0.005   -0.037   -1.831 
+1629 503100 30   -0.050    0.002   -0.029   -5.650 
+1629 503100 31   -0.056   -0.006   -0.092   -0.929 
+1629 503100 32    0.019    0.004    0.028   -3.469 
+1629 504000  2   -0.019    0.046    0.076   -1.406 
+1629 504000  3   -0.069    0.023    0.031    1.783 
+1629 504000  4   -0.219   -0.227    0.258   -2.637 
+1629 504000  5    0.000   -0.002   -0.009   -2.097 
+1629 504000  6   -0.080    0.027    0.011  -10.073 
+1629 504000  7   -0.003    0.125    0.049   -1.101 
+1629 504000  8   -0.065   -0.031   -0.018   -1.986 
+1629 504000  9    0.057   -0.127    0.071   -2.194 
+1629 504000 10   -0.189    0.039    0.231   -5.844 
+1629 504000 11    0.040   -0.049    0.054   -1.547 
+1629 504000 12    0.061   -0.035   -0.037   -1.880 
+1629 504000 13   -0.038    0.017    0.067   -2.495 
+1629 504000 14   -0.023   -0.064    0.010   -0.847 
+1629 504000 15   -0.019    0.002   -0.020   -1.585 
+1629 504000 16   -0.073    0.022   -0.021   -1.977 
+1629 504000 17   -0.042   -0.044    0.023   -1.817 
+1629 504000 18   -0.014   -0.042    0.000   -1.784 
+1629 504000 19   -0.015   -0.003    0.036   -1.459 
+1629 504000 20    0.043   -0.052    0.057   -2.141 
+1629 504000 21    0.110    0.225   -0.069   -1.541 
+1629 504000 22    0.002   -0.035   -0.023   -1.112 
+1629 504000 23   -0.015    0.009    0.076   -1.949 
+1629 504000 24    0.084   -0.457   -0.198    1.129 
+1629 504000 25    0.023   -0.093   -0.132   -2.460 
+1629 504000 26    0.005    0.010    0.011   -2.397 
+1629 504000 27    0.076    0.051   -0.052    2.764 
+1629 504000 28    0.021   -0.018    0.040   -0.856 
+1629 504000 29   -0.049   -0.007   -0.037   -1.810 
+1629 504000 30   -0.049    0.000   -0.034   -5.413 
+1629 504000 31   -0.053   -0.020   -0.083   -0.805 
+1629 504000 32    0.018    0.006    0.028   -3.427 
+1629 504900  2   -0.014    0.032    0.075   -1.373 
+1629 504900  3   -0.076    0.027    0.022    1.460 
+1629 504900  4   -0.239   -0.259    0.252    0.000 
+1629 504900  5    0.002   -0.002   -0.003   -2.108 
+1629 504900  6   -0.085    0.031    0.000  -10.159 
+1629 504900  7   -0.005    0.130    0.040   -1.059 
+1629 504900  8   -0.070   -0.030   -0.006   -2.007 
+1629 504900  9    0.059   -0.121    0.084   -2.421 
+1629 504900 10   -0.175    0.017    0.251   -5.744 
+1629 504900 11    0.036   -0.044    0.052   -1.550 
+1629 504900 12    0.062   -0.038   -0.034   -1.831 
+1629 504900 13   -0.034    0.018    0.070   -2.433 
+1629 504900 14   -0.029   -0.067    0.011   -0.848 
+1629 504900 15   -0.025    0.010   -0.019   -1.509 
+1629 504900 16   -0.074    0.021   -0.031   -1.918 
+1629 504900 17   -0.040   -0.043    0.022   -1.847 
+1629 504900 18   -0.018   -0.048    0.001   -1.849 
+1629 504900 19   -0.021    0.003    0.034   -1.476 
+1629 504900 20    0.045   -0.055    0.052   -2.219 
+1629 504900 21    0.110    0.227   -0.041   -1.688 
+1629 504900 22   -0.008   -0.035   -0.023   -1.026 
+1629 504900 23   -0.008    0.008    0.074   -1.861 
+1629 504900 24    0.104   -0.441   -0.262    0.889 
+1629 504900 25    0.030   -0.103   -0.126   -2.459 
+1629 504900 26    0.004    0.015    0.013   -2.279 
+1629 504900 27    0.073    0.045   -0.050    2.703 
+1629 504900 28    0.011   -0.017    0.041   -0.767 
+1629 504900 29   -0.041   -0.005   -0.035   -1.761 
+1629 504900 30   -0.046    0.000   -0.040   -5.853 
+1629 504900 31   -0.051   -0.034   -0.076   -0.812 
+1629 504900 32    0.017    0.006    0.027   -3.431 
+1629 505800  2   -0.007    0.022    0.072   -1.247 
+1629 505800  3   -0.083    0.031    0.012    1.285 
+1629 505800  4   -0.261   -0.289    0.238    0.000 
+1629 505800  5    0.004   -0.004    0.002   -2.185 
+1629 505800  6   -0.091    0.033   -0.011  -10.284 
+1629 505800  7   -0.006    0.132    0.030   -1.133 
+1629 505800  8   -0.074   -0.030    0.006   -1.920 
+1629 505800  9    0.063   -0.115    0.094   -2.501 
+1629 505800 10   -0.160   -0.007    0.265   -5.886 
+1629 505800 11    0.031   -0.038    0.051   -1.475 
+1629 505800 12    0.064   -0.040   -0.031   -1.840 
+1629 505800 13   -0.030    0.016    0.073   -2.374 
+1629 505800 14   -0.033   -0.068    0.012   -0.821 
+1629 505800 15   -0.031    0.017   -0.019   -1.483 
+1629 505800 16   -0.072    0.018   -0.039   -1.869 
+1629 505800 17   -0.040   -0.040    0.022   -1.856 
+1629 505800 18   -0.024   -0.054    0.002   -1.896 
+1629 505800 19   -0.025    0.009    0.031   -1.506 
+1629 505800 20    0.047   -0.056    0.045   -2.203 
+1629 505800 21    0.108    0.226   -0.014   -1.701 
+1629 505800 22   -0.017   -0.035   -0.021   -1.082 
+1629 505800 23   -0.001    0.007    0.072   -1.950 
+1629 505800 24    0.128   -0.420   -0.321    1.344 
+1629 505800 25    0.036   -0.110   -0.119   -2.471 
+1629 505800 26    0.001    0.019    0.014   -2.230 
+1629 505800 27    0.070    0.040   -0.046    2.803 
+1629 505800 28    0.000   -0.018    0.040   -0.784 
+1629 505800 29   -0.034   -0.005   -0.034   -1.736 
+1629 505800 30   -0.043   -0.002   -0.046   -5.936 
+1629 505800 31   -0.050   -0.047   -0.069   -0.769 
+1629 505800 32    0.016    0.007    0.027   -3.396 
+1629 506700  2   -0.002    0.007    0.069   -1.252 
+1629 506700  3   -0.088    0.034    0.002    1.088 
+1629 506700  4   -0.284   -0.318    0.218    0.000 
+1629 506700  5    0.007   -0.005    0.006   -2.120 
+1629 506700  6   -0.094    0.034   -0.022  -10.455 
+1629 506700  7   -0.007    0.133    0.019   -1.117 
+1629 506700  8   -0.080   -0.030    0.019   -2.063 
+1629 506700  9    0.068   -0.105    0.103   -2.652 
+1629 506700 10   -0.144   -0.033    0.276   -5.658 
+1629 506700 11    0.025   -0.031    0.049   -1.467 
+1629 506700 12    0.064   -0.041   -0.027   -1.810 
+1629 506700 13   -0.025    0.017    0.076   -2.383 
+1629 506700 14   -0.037   -0.068    0.015   -0.797 
+1629 506700 15   -0.038    0.023   -0.020   -1.549 
+1629 506700 16   -0.070    0.013   -0.047   -1.918 
+1629 506700 17   -0.038   -0.036    0.021   -1.873 
+1629 506700 18   -0.030   -0.060    0.001   -1.837 
+1629 506700 19   -0.028    0.014    0.028   -1.466 
+1629 506700 20    0.049   -0.057    0.040   -2.160 
+1629 506700 21    0.106    0.223    0.014   -1.572 
+1629 506700 22   -0.026   -0.035   -0.020   -0.990 
+1629 506700 23    0.003    0.005    0.070   -1.891 
+1629 506700 24    0.156   -0.397   -0.378    0.000 
+1629 506700 25    0.043   -0.116   -0.111   -2.477 
+1629 506700 26   -0.001    0.023    0.015   -2.088 
+1629 506700 27    0.067    0.035   -0.043    2.705 
+1629 506700 28   -0.010   -0.017    0.038   -0.702 
+1629 506700 29   -0.027   -0.003   -0.033   -1.724 
+1629 506700 30   -0.040   -0.005   -0.049   -5.977 
+1629 506700 31   -0.049   -0.059   -0.059   -0.728 
+1629 506700 32    0.013    0.007    0.028   -3.342 
+1629 507600  2    0.003   -0.005    0.065   -1.223 
+1629 507600  3   -0.092    0.036   -0.008    1.107 
+1629 507600  4   -0.305   -0.342    0.192    0.000 
+1629 507600  5    0.008   -0.008    0.010   -2.113 
+1629 507600  6   -0.095    0.036   -0.034  -10.497 
+1629 507600  7   -0.007    0.134    0.009   -1.123 
+1629 507600  8   -0.084   -0.029    0.032   -1.930 
+1629 507600  9    0.073   -0.098    0.109   -2.532 
+1629 507600 10   -0.131   -0.061    0.282   -5.324 
+1629 507600 11    0.019   -0.024    0.046   -1.435 
+1629 507600 12    0.064   -0.041   -0.024   -1.844 
+1629 507600 13   -0.018    0.015    0.077   -2.508 
+1629 507600 14   -0.040   -0.066    0.017   -0.809 
+1629 507600 15   -0.044    0.029   -0.017   -1.411 
+1629 507600 16   -0.068    0.007   -0.053   -1.932 
+1629 507600 17   -0.035   -0.032    0.022   -1.932 
+1629 507600 18   -0.035   -0.066   -0.001   -1.810 
+1629 507600 19   -0.032    0.018    0.025   -1.448 
+1629 507600 20    0.050   -0.058    0.034   -2.285 
+1629 507600 21    0.103    0.217    0.039   -1.721 
+1629 507600 22   -0.036   -0.036   -0.018   -1.064 
+1629 507600 23    0.010    0.003    0.068   -1.897 
+1629 507600 24    0.189   -0.368   -0.430    0.000 
+1629 507600 25    0.048   -0.120   -0.101   -2.490 
+1629 507600 26   -0.003    0.027    0.017   -2.096 
+1629 507600 27    0.064    0.030   -0.040    2.823 
+1629 507600 28   -0.019   -0.016    0.037   -0.698 
+1629 507600 29   -0.021    0.000   -0.031   -1.678 
+1629 507600 30   -0.034   -0.008   -0.052   -5.362 
+1629 507600 31   -0.049   -0.070   -0.051   -0.752 
+1629 507600 32    0.010    0.008    0.029   -3.387 
+1629 508500  2    0.007   -0.017    0.061   -1.261 
+1629 508500  3   -0.095    0.037   -0.021    1.603 
+1629 508500  4   -0.326   -0.362    0.158   -2.755 
+1629 508500  5    0.011   -0.010    0.015   -2.170 
+1629 508500  6   -0.095    0.035   -0.047  -10.480 
+1629 508500  7   -0.008    0.132   -0.001   -1.112 
+1629 508500  8   -0.087   -0.028    0.048   -2.063 
+1629 508500  9    0.078   -0.090    0.112   -2.633 
+1629 508500 10   -0.118   -0.089    0.283   -5.479 
+1629 508500 11    0.013   -0.018    0.044   -1.449 
+1629 508500 12    0.063   -0.040   -0.021   -1.854 
+1629 508500 13   -0.012    0.014    0.078   -2.416 
+1629 508500 14   -0.042   -0.064    0.018   -0.781 
+1629 508500 15   -0.052    0.034   -0.014   -1.399 
+1629 508500 16   -0.066    0.001   -0.060   -1.940 
+1629 508500 17   -0.032   -0.027    0.024   -1.872 
+1629 508500 18   -0.039   -0.071   -0.003   -1.840 
+1629 508500 19   -0.034    0.020    0.021   -1.473 
+1629 508500 20    0.050   -0.056    0.027   -2.212 
+1629 508500 21    0.097    0.210    0.063   -1.611 
+1629 508500 22   -0.045   -0.035   -0.016   -1.014 
+1629 508500 23    0.014    0.001    0.064   -1.898 
+1629 508500 24    0.227   -0.338   -0.475    0.000 
+1629 508500 25    0.051   -0.122   -0.091   -2.511 
+1629 508500 26   -0.003    0.029    0.020   -2.103 
+1629 508500 27    0.060    0.027   -0.034    3.051 
+1629 508500 28   -0.030   -0.015    0.035   -0.661 
+1629 508500 29   -0.013    0.002   -0.030   -1.719 
+1629 508500 30   -0.030   -0.011   -0.056   -5.006 
+1629 508500 31   -0.050   -0.080   -0.042   -0.809 
+1629 508500 32    0.006    0.009    0.030   -3.375 
+1629 509400  2    0.011   -0.028    0.056   -1.263 
+1629 509400  3   -0.096    0.037   -0.033    1.626 
+1629 509400  4   -0.345   -0.378    0.120    0.000 
+1629 509400  5    0.012   -0.013    0.020   -2.090 
+1629 509400  6   -0.094    0.034   -0.059  -10.455 
+1629 509400  7   -0.007    0.129   -0.009   -1.104 
+1629 509400  8   -0.090   -0.027    0.063   -1.988 
+1629 509400  9    0.082   -0.082    0.112   -2.584 
+1629 509400 10   -0.106   -0.118    0.280   -5.683 
+1629 509400 11    0.007   -0.012    0.040   -1.431 
+1629 509400 12    0.061   -0.039   -0.020   -1.770 
+1629 509400 13   -0.006    0.015    0.078   -2.397 
+1629 509400 14   -0.043   -0.063    0.018   -0.815 
+1629 509400 15   -0.058    0.038   -0.010   -1.341 
+1629 509400 16   -0.064   -0.006   -0.066   -2.007 
+1629 509400 17   -0.030   -0.022    0.024   -1.947 
+1629 509400 18   -0.045   -0.076   -0.006   -1.897 
+1629 509400 19   -0.036    0.023    0.016   -1.486 
+1629 509400 20    0.049   -0.056    0.021   -2.210 
+1629 509400 21    0.090    0.200    0.085   -1.726 
+1629 509400 22   -0.054   -0.035   -0.015   -0.995 
+1629 509400 23    0.018   -0.001    0.059   -1.889 
+1629 509400 24    0.274   -0.304   -0.514    0.000 
+1629 509400 25    0.053   -0.123   -0.080   -2.523 
+1629 509400 26   -0.004    0.030    0.022   -2.017 
+1629 509400 27    0.058    0.025   -0.030    2.978 
+1629 509400 28   -0.040   -0.015    0.033   -0.646 
+1629 509400 29   -0.006    0.004   -0.029   -1.649 
+1629 509400 30   -0.024   -0.015   -0.056   -5.032 
+1629 509400 31   -0.051   -0.089   -0.032   -0.767 
+1629 509400 32    0.001    0.009    0.033   -3.400 
+1629 510300  2    0.014   -0.039    0.052   -1.218 
+1629 510300  3   -0.096    0.037   -0.044    1.454 
+1629 510300  4   -0.360   -0.388    0.078   -2.716 
+1629 510300  5    0.014   -0.016    0.025   -2.119 
+1629 510300  6   -0.092    0.032   -0.071  -10.429 
+1629 510300  7   -0.007    0.125   -0.017   -1.106 
+1629 510300  8   -0.090   -0.025    0.079   -2.344 
+1629 510300  9    0.091   -0.073    0.110   -2.868 
+1629 510300 10   -0.095   -0.148    0.272   -5.843 
+1629 510300 11    0.002   -0.007    0.036   -1.318 
+1629 510300 12    0.057   -0.038   -0.018   -1.833 
+1629 510300 13   -0.001    0.014    0.076   -2.470 
+1629 510300 14   -0.044   -0.060    0.017   -0.738 
+1629 510300 15   -0.064    0.043   -0.005   -1.361 
+1629 510300 16   -0.061   -0.014   -0.071   -1.936 
+1629 510300 17   -0.028   -0.018    0.028   -1.872 
+1629 510300 18   -0.049   -0.079   -0.011   -1.843 
+1629 510300 19   -0.038    0.025    0.012   -1.393 
+1629 510300 20    0.047   -0.053    0.017   -2.178 
+1629 510300 21    0.079    0.189    0.106   -1.521 
+1629 510300 22   -0.062   -0.034   -0.015   -1.024 
+1629 510300 23    0.021   -0.004    0.054   -1.795 
+1629 510300 24    0.326   -0.268   -0.544    0.000 
+1629 510300 25    0.055   -0.122   -0.070   -2.547 
+1629 510300 26   -0.006    0.031    0.025   -2.012 
+1629 510300 27    0.057    0.024   -0.024    0.000 
+1629 510300 28   -0.048   -0.015    0.033   -0.502 
+1629 510300 29    0.001    0.008   -0.028   -1.655 
+1629 510300 30   -0.018   -0.018   -0.059   -4.780 
+1629 510300 31   -0.054   -0.096   -0.022   -0.673 
+1629 510300 32   -0.004    0.010    0.036   -3.464 
+1629 511200  2    0.018   -0.048    0.048   -1.240 
+1629 511200  3   -0.095    0.035   -0.056    1.335 
+1629 511200  4   -0.369   -0.392    0.034   -2.763 
+1629 511200  5    0.015   -0.020    0.028   -2.057 
+1629 511200  6   -0.088    0.029   -0.082  -10.474 
+1629 511200  7   -0.008    0.119   -0.022   -1.157 
+1629 511200  8   -0.090   -0.023    0.097   -2.094 
+1629 511200  9    0.099   -0.064    0.103   -3.291 
+1629 511200 10   -0.085   -0.176    0.259   -6.055 
+1629 511200 11   -0.004   -0.001    0.034   -1.324 
+1629 511200 12    0.052   -0.034   -0.018   -1.874 
+1629 511200 13    0.006    0.013    0.075   -2.347 
+1629 511200 14   -0.045   -0.056    0.016   -0.722 
+1629 511200 15   -0.071    0.046    0.000   -1.384 
+1629 511200 16   -0.059   -0.023   -0.074   -1.913 
+1629 511200 17   -0.026   -0.014    0.030   -1.889 
+1629 511200 18   -0.053   -0.082   -0.016   -1.893 
+1629 511200 19   -0.040    0.026    0.007   -1.454 
+1629 511200 20    0.045   -0.050    0.012   -2.130 
+1629 511200 21    0.066    0.177    0.122   -1.587 
+1629 511200 22   -0.068   -0.035   -0.014   -0.994 
+1629 511200 23    0.022   -0.005    0.050   -1.945 
+1629 511200 24    0.385   -0.232   -0.563    0.843 
+1629 511200 25    0.057   -0.118   -0.062   -2.578 
+1629 511200 26   -0.007    0.031    0.027   -2.039 
+1629 511200 27    0.058    0.024   -0.019    0.000 
+1629 511200 28   -0.058   -0.013    0.032   -0.596 
+1629 511200 29    0.008    0.010   -0.027   -1.577 
+1629 511200 30   -0.011   -0.022   -0.058   -4.548 
+1629 511200 31   -0.055   -0.103   -0.011   -0.758 
+1629 511200 32   -0.011    0.010    0.039   -3.461 
+1629 512100  2    0.019   -0.057    0.045   -1.181 
+1629 512100  3   -0.092    0.033   -0.066    1.428 
+1629 512100  4   -0.376   -0.392   -0.012   -2.608 
+1629 512100  5    0.016   -0.024    0.034   -2.121 
+1629 512100  6   -0.082    0.024   -0.094  -10.547 
+1629 512100  7   -0.008    0.113   -0.028   -1.135 
+1629 512100  8   -0.087   -0.021    0.112   -2.082 
+1629 512100  9    0.108   -0.054    0.096   -3.364 
+1629 512100 10   -0.077   -0.202    0.242   -6.162 
+1629 512100 11   -0.007    0.006    0.028   -1.395 
+1629 512100 12    0.045   -0.032   -0.018   -1.883 
+1629 512100 13    0.009    0.012    0.072   -2.514 
+1629 512100 14   -0.046   -0.052    0.013   -0.684 
+1629 512100 15   -0.077    0.049    0.007   -1.330 
+1629 512100 16   -0.055   -0.033   -0.078   -1.914 
+1629 512100 17   -0.025   -0.010    0.032   -1.829 
+1629 512100 18   -0.055   -0.083   -0.023   -1.917 
+1629 512100 19   -0.039    0.028    0.002   -1.500 
+1629 512100 20    0.040   -0.048    0.008   -2.201 
+1629 512100 21    0.055    0.168    0.136   -1.547 
+1629 512100 22   -0.074   -0.032   -0.016   -0.934 
+1629 512100 23    0.022   -0.008    0.044   -1.908 
+1629 512100 24    0.451   -0.198   -0.578    0.000 
+1629 512100 25    0.055   -0.113   -0.053   -2.609 
+1629 512100 26   -0.006    0.031    0.032   -1.979 
+1629 512100 27    0.059    0.024   -0.012    1.522 
+1629 512100 28   -0.065   -0.012    0.031   -0.469 
+1629 512100 29    0.015    0.012   -0.025   -1.578 
+1629 512100 30   -0.004   -0.025   -0.059   -4.425 
+1629 512100 31   -0.054   -0.108   -0.002   -0.723 
+1629 512100 32   -0.020    0.008    0.041   -3.456 
+1629 513000  2    0.019   -0.066    0.041   -1.135 
+1629 513000  3   -0.088    0.031   -0.078    1.217 
+1629 513000  4   -0.375   -0.385   -0.057    0.000 
+1629 513000  5    0.017   -0.029    0.038   -2.066 
+1629 513000  6   -0.075    0.019   -0.103  -10.644 
+1629 513000  7   -0.009    0.106   -0.032   -1.052 
+1629 513000  8   -0.082   -0.020    0.129   -2.056 
+1629 513000  9    0.118   -0.046    0.089   -3.603 
+1629 513000 10   -0.070   -0.226    0.223   -6.069 
+1629 513000 11   -0.011    0.010    0.023   -1.385 
+1629 513000 12    0.036   -0.030   -0.020   -1.849 
+1629 513000 13    0.013    0.011    0.069   -2.434 
+1629 513000 14   -0.047   -0.047    0.011   -0.696 
+1629 513000 15   -0.081    0.052    0.016   -1.362 
+1629 513000 16   -0.053   -0.043   -0.080   -1.931 
+1629 513000 17   -0.024   -0.006    0.036   -1.901 
+1629 513000 18   -0.057   -0.083   -0.030   -1.897 
+1629 513000 19   -0.039    0.028   -0.003   -1.479 
+1629 513000 20    0.035   -0.043    0.005   -2.223 
+1629 513000 21    0.041    0.158    0.147   -1.558 
+1629 513000 22   -0.078   -0.029   -0.017   -0.972 
+1629 513000 23    0.021   -0.009    0.040   -1.878 
+1629 513000 24    0.524   -0.167   -0.580    0.000 
+1629 513000 25    0.052   -0.108   -0.046   -2.626 
+1629 513000 26   -0.006    0.030    0.034   -1.926 
+1629 513000 27    0.060    0.026   -0.005    0.970 
+1629 513000 28   -0.071   -0.010    0.032   -0.490 
+1629 513000 29    0.023    0.013   -0.024   -1.588 
+1629 513000 30    0.004   -0.027   -0.059   -4.608 
+1629 513000 31   -0.055   -0.112    0.007   -0.759 
+1629 513000 32   -0.027    0.008    0.044   -3.456 
+1629 513900  2    0.019   -0.072    0.038   -1.217 
+1629 513900  3   -0.083    0.026   -0.088    1.299 
+1629 513900  4   -0.370   -0.376   -0.100    0.000 
+1629 513900  5    0.018   -0.033    0.041   -2.042 
+1629 513900  6   -0.067    0.013   -0.113  -10.778 
+1629 513900  7   -0.011    0.098   -0.035   -0.987 
+1629 513900  8   -0.076   -0.019    0.145   -1.750 
+1629 513900  9    0.121   -0.042    0.081   -3.637 
+1629 513900 10   -0.065   -0.249    0.198   -6.215 
+1629 513900 11   -0.014    0.016    0.018   -1.337 
+1629 513900 12    0.027   -0.027   -0.022   -1.924 
+1629 513900 13    0.016    0.011    0.065   -2.462 
+1629 513900 14   -0.049   -0.042    0.007   -0.730 
+1629 513900 15   -0.085    0.052    0.023   -1.417 
+1629 513900 16   -0.049   -0.053   -0.082   -1.916 
+1629 513900 17   -0.025   -0.003    0.039   -1.904 
+1629 513900 18   -0.059   -0.083   -0.037   -1.914 
+1629 513900 19   -0.039    0.028   -0.007   -1.413 
+1629 513900 20    0.028   -0.038    0.003   -2.162 
+1629 513900 21    0.021    0.147    0.155   -1.479 
+1629 513900 22   -0.082   -0.027   -0.018   -0.954 
+1629 513900 23    0.019   -0.011    0.034   -1.940 
+1629 513900 24    0.603   -0.140   -0.571    0.000 
+1629 513900 25    0.049   -0.100   -0.041   -2.632 
+1629 513900 26   -0.006    0.029    0.037   -1.790 
+1629 513900 27    0.062    0.028    0.000    0.832 
+1629 513900 28   -0.076   -0.008    0.033   -0.493 
+1629 513900 29    0.032    0.014   -0.023   -1.643 
+1629 513900 30    0.012   -0.030   -0.059   -4.745 
+1629 513900 31   -0.054   -0.114    0.016   -0.746 
+1629 513900 32   -0.037    0.006    0.049   -3.507 
+1629 514800  2    0.018   -0.078    0.035   -1.253 
+1629 514800  3   -0.075    0.022   -0.096    1.281 
+1629 514800  4   -0.358   -0.363   -0.139    0.000 
+1629 514800  5    0.020   -0.038    0.044   -2.105 
+1629 514800  6   -0.057    0.006   -0.120  -11.028 
+1629 514800  7   -0.013    0.090   -0.035   -1.081 
+1629 514800  8   -0.068   -0.017    0.159   -1.805 
+1629 514800  9    0.125   -0.036    0.073   -3.824 
+1629 514800 10   -0.060   -0.268    0.172   -6.550 
+1629 514800 11   -0.017    0.020    0.015   -1.362 
+1629 514800 12    0.017   -0.024   -0.025   -1.815 
+1629 514800 13    0.018    0.011    0.062   -2.428 
+1629 514800 14   -0.051   -0.037    0.003   -0.673 
+1629 514800 15   -0.087    0.053    0.033   -1.386 
+1629 514800 16   -0.046   -0.063   -0.082   -1.843 
+1629 514800 17   -0.026    0.000    0.041   -1.904 
+1629 514800 18   -0.058   -0.080   -0.044   -1.905 
+1629 514800 19   -0.035    0.028   -0.011   -1.478 
+1629 514800 20    0.021   -0.034    0.002   -2.196 
+1629 514800 21   -0.001    0.137    0.160   -1.438 
+1629 514800 22   -0.084   -0.024   -0.019   -0.919 
+1629 514800 23    0.015   -0.011    0.030   -1.941 
+1629 514800 24    0.685   -0.116   -0.552    0.000 
+1629 514800 25    0.044   -0.091   -0.038   -2.640 
+1629 514800 26   -0.004    0.028    0.040   -1.709 
+1629 514800 27    0.064    0.030    0.006    0.860 
+1629 514800 28   -0.079   -0.005    0.033   -0.449 
+1629 514800 29    0.039    0.014   -0.021   -1.553 
+1629 514800 30    0.020   -0.031   -0.058   -4.385 
+1629 514800 31   -0.051   -0.115    0.025   -0.731 
+1629 514800 32   -0.048    0.004    0.053   -3.565 
+1629 515700  2    0.018   -0.082    0.030   -1.278 
+1629 515700  3   -0.068    0.016   -0.104    1.298 
+1629 515700  4   -0.342   -0.347   -0.174    0.000 
+1629 515700  5    0.021   -0.043    0.047   -2.168 
+1629 515700  6   -0.046   -0.002   -0.126  -11.227 
+1629 515700  7   -0.015    0.082   -0.035   -1.039 
+1629 515700  8   -0.056   -0.017    0.171   -1.456 
+1629 515700  9    0.130   -0.032    0.063   -3.692 
+1629 515700 10   -0.056   -0.282    0.143   -6.593 
+1629 515700 11   -0.018    0.024    0.010   -1.271 
+1629 515700 12    0.006   -0.022   -0.029   -1.922 
+1629 515700 13    0.018    0.012    0.058   -2.392 
+1629 515700 14   -0.055   -0.030   -0.001   -0.692 
+1629 515700 15   -0.087    0.052    0.040   -1.347 
+1629 515700 16   -0.043   -0.073   -0.080   -1.872 
+1629 515700 17   -0.028    0.001    0.043   -1.842 
+1629 515700 18   -0.057   -0.078   -0.051   -1.905 
+1629 515700 19   -0.032    0.028   -0.015   -1.477 
+1629 515700 20    0.012   -0.028    0.003   -2.253 
+1629 515700 21   -0.024    0.129    0.160   -1.561 
+1629 515700 22   -0.085   -0.021   -0.021   -0.890 
+1629 515700 23    0.010   -0.010    0.026   -1.952 
+1629 515700 24    0.768   -0.099   -0.518    0.000 
+1629 515700 25    0.038   -0.082   -0.036   -2.658 
+1629 515700 26   -0.002    0.027    0.043   -1.777 
+1629 515700 27    0.067    0.033    0.009    1.002 
+1629 515700 28   -0.081   -0.003    0.034   -0.412 
+1629 515700 29    0.048    0.014   -0.019   -1.538 
+1629 515700 30    0.028   -0.032   -0.059   -4.305 
+1629 515700 31   -0.048   -0.117    0.034   -0.804 
+1629 515700 32   -0.059    0.003    0.056   -3.599 
+1629 516600  2    0.017   -0.085    0.026   -1.273 
+1629 516600  3   -0.059    0.010   -0.111    1.396 
+1629 516600  4   -0.322   -0.330   -0.202    0.000 
+1629 516600  5    0.023   -0.047    0.049   -2.139 
+1629 516600  6   -0.036   -0.010   -0.130  -11.354 
+1629 516600  7   -0.017    0.074   -0.034   -0.981 
+1629 516600  8   -0.044   -0.016    0.182   -1.413 
+1629 516600  9    0.135   -0.026    0.053   -4.137 
+1629 516600 10   -0.054   -0.293    0.112   -6.461 
+1629 516600 11   -0.019    0.028    0.005   -1.331 
+1629 516600 12   -0.007   -0.020   -0.033   -1.815 
+1629 516600 13    0.017    0.013    0.056   -2.471 
+1629 516600 14   -0.057   -0.022   -0.006   -0.648 
+1629 516600 15   -0.087    0.050    0.049   -1.370 
+1629 516600 16   -0.040   -0.082   -0.078   -1.851 
+1629 516600 17   -0.032    0.002    0.046   -1.762 
+1629 516600 18   -0.054   -0.075   -0.058   -1.845 
+1629 516600 19   -0.027    0.028   -0.018   -1.443 
+1629 516600 20    0.003   -0.023    0.004   -2.217 
+1629 516600 21   -0.045    0.123    0.159   -1.550 
+1629 516600 22   -0.084   -0.016   -0.023   -0.904 
+1629 516600 23    0.004   -0.010    0.022   -1.906 
+1629 516600 24    0.850   -0.087   -0.472    0.174 
+1629 516600 25    0.031   -0.072   -0.037   -2.666 
+1629 516600 26    0.001    0.025    0.044   -1.724 
+1629 516600 27    0.069    0.035    0.014    0.601 
+1629 516600 28   -0.082    0.001    0.036   -0.317 
+1629 516600 29    0.056    0.012   -0.016   -1.592 
+1629 516600 30    0.035   -0.032   -0.059   -4.538 
+1629 516600 31   -0.043   -0.117    0.040   -0.788 
+1629 516600 32   -0.071    0.000    0.059   -3.615 
+1629 517500  2    0.016   -0.087    0.022   -1.347 
+1629 517500  3   -0.049    0.002   -0.115    1.250 
+1629 517500  4   -0.296   -0.310   -0.227    0.000 
+1629 517500  5    0.025   -0.050    0.050   -2.113 
+1629 517500  6   -0.026   -0.020   -0.132  -11.399 
+1629 517500  7   -0.020    0.067   -0.031   -0.910 
+1629 517500  8   -0.030   -0.017    0.190   -1.512 
+1629 517500  9    0.136   -0.022    0.042   -4.017 
+1629 517500 10   -0.053   -0.300    0.080   -6.421 
+1629 517500 11   -0.020    0.031    0.002   -1.329 
+1629 517500 12   -0.021   -0.018   -0.037   -1.831 
+1629 517500 13    0.016    0.014    0.053   -2.479 
+1629 517500 14   -0.062   -0.015   -0.011   -0.630 
+1629 517500 15   -0.085    0.049    0.056   -1.420 
+1629 517500 16   -0.035   -0.090   -0.074   -1.850 
+1629 517500 17   -0.035    0.003    0.047   -1.820 
+1629 517500 18   -0.050   -0.070   -0.063   -1.843 
+1629 517500 19   -0.020    0.027   -0.021   -1.465 
+1629 517500 20   -0.008   -0.017    0.005   -2.082 
+1629 517500 21   -0.060    0.120    0.154   -1.204 
+1629 517500 22   -0.082   -0.013   -0.024   -0.883 
+1629 517500 23   -0.001   -0.008    0.020   -1.978 
+1629 517500 24    0.928   -0.080   -0.414    0.000 
+1629 517500 25    0.023   -0.063   -0.040   -2.670 
+1629 517500 26    0.004    0.024    0.047   -1.788 
+1629 517500 27    0.070    0.038    0.017    0.468 
+1629 517500 28   -0.082    0.003    0.037   -0.354 
+1629 517500 29    0.063    0.011   -0.011   -1.542 
+1629 517500 30    0.043   -0.031   -0.061   -4.173 
+1629 517500 31   -0.039   -0.118    0.047   -0.812 
+1629 517500 32   -0.085   -0.002    0.060   -3.623 
diff --git a/util/gencrc/crc16.c b/util/gencrc/crc16.c
new file mode 100644
index 0000000..0a9959c
--- /dev/null
+++ b/util/gencrc/crc16.c
@@ -0,0 +1,34 @@
+static const unsigned short tbl_CRC16[]={
+    0x0000,0x1021,0x2042,0x3063,0x4084,0x50A5,0x60C6,0x70E7,
+    0x8108,0x9129,0xA14A,0xB16B,0xC18C,0xD1AD,0xE1CE,0xF1EF,
+    0x1231,0x0210,0x3273,0x2252,0x52B5,0x4294,0x72F7,0x62D6,
+    0x9339,0x8318,0xB37B,0xA35A,0xD3BD,0xC39C,0xF3FF,0xE3DE,
+    0x2462,0x3443,0x0420,0x1401,0x64E6,0x74C7,0x44A4,0x5485,
+    0xA56A,0xB54B,0x8528,0x9509,0xE5EE,0xF5CF,0xC5AC,0xD58D,
+    0x3653,0x2672,0x1611,0x0630,0x76D7,0x66F6,0x5695,0x46B4,
+    0xB75B,0xA77A,0x9719,0x8738,0xF7DF,0xE7FE,0xD79D,0xC7BC,
+    0x48C4,0x58E5,0x6886,0x78A7,0x0840,0x1861,0x2802,0x3823,
+    0xC9CC,0xD9ED,0xE98E,0xF9AF,0x8948,0x9969,0xA90A,0xB92B,
+    0x5AF5,0x4AD4,0x7AB7,0x6A96,0x1A71,0x0A50,0x3A33,0x2A12,
+    0xDBFD,0xCBDC,0xFBBF,0xEB9E,0x9B79,0x8B58,0xBB3B,0xAB1A,
+    0x6CA6,0x7C87,0x4CE4,0x5CC5,0x2C22,0x3C03,0x0C60,0x1C41,
+    0xEDAE,0xFD8F,0xCDEC,0xDDCD,0xAD2A,0xBD0B,0x8D68,0x9D49,
+    0x7E97,0x6EB6,0x5ED5,0x4EF4,0x3E13,0x2E32,0x1E51,0x0E70,
+    0xFF9F,0xEFBE,0xDFDD,0xCFFC,0xBF1B,0xAF3A,0x9F59,0x8F78,
+    0x9188,0x81A9,0xB1CA,0xA1EB,0xD10C,0xC12D,0xF14E,0xE16F,
+    0x1080,0x00A1,0x30C2,0x20E3,0x5004,0x4025,0x7046,0x6067,
+    0x83B9,0x9398,0xA3FB,0xB3DA,0xC33D,0xD31C,0xE37F,0xF35E,
+    0x02B1,0x1290,0x22F3,0x32D2,0x4235,0x5214,0x6277,0x7256,
+    0xB5EA,0xA5CB,0x95A8,0x8589,0xF56E,0xE54F,0xD52C,0xC50D,
+    0x34E2,0x24C3,0x14A0,0x0481,0x7466,0x6447,0x5424,0x4405,
+    0xA7DB,0xB7FA,0x8799,0x97B8,0xE75F,0xF77E,0xC71D,0xD73C,
+    0x26D3,0x36F2,0x0691,0x16B0,0x6657,0x7676,0x4615,0x5634,
+    0xD94C,0xC96D,0xF90E,0xE92F,0x99C8,0x89E9,0xB98A,0xA9AB,
+    0x5844,0x4865,0x7806,0x6827,0x18C0,0x08E1,0x3882,0x28A3,
+    0xCB7D,0xDB5C,0xEB3F,0xFB1E,0x8BF9,0x9BD8,0xABBB,0xBB9A,
+    0x4A75,0x5A54,0x6A37,0x7A16,0x0AF1,0x1AD0,0x2AB3,0x3A92,
+    0xFD2E,0xED0F,0xDD6C,0xCD4D,0xBDAA,0xAD8B,0x9DE8,0x8DC9,
+    0x7C26,0x6C07,0x5C64,0x4C45,0x3CA2,0x2C83,0x1CE0,0x0CC1,
+    0xEF1F,0xFF3E,0xCF5D,0xDF7C,0xAF9B,0xBFBA,0x8FD9,0x9FF8,
+    0x6E17,0x7E36,0x4E55,0x5E74,0x2E93,0x3EB2,0x0ED1,0x1EF0
+};
diff --git a/util/gencrc/crc24.c b/util/gencrc/crc24.c
new file mode 100644
index 0000000..d06dace
--- /dev/null
+++ b/util/gencrc/crc24.c
@@ -0,0 +1,34 @@
+static const unsigned int tbl_CRC24Q[]={
+    0x000000,0x864CFB,0x8AD50D,0x0C99F6,0x93E6E1,0x15AA1A,0x1933EC,0x9F7F17,
+    0xA18139,0x27CDC2,0x2B5434,0xAD18CF,0x3267D8,0xB42B23,0xB8B2D5,0x3EFE2E,
+    0xC54E89,0x430272,0x4F9B84,0xC9D77F,0x56A868,0xD0E493,0xDC7D65,0x5A319E,
+    0x64CFB0,0xE2834B,0xEE1ABD,0x685646,0xF72951,0x7165AA,0x7DFC5C,0xFBB0A7,
+    0x0CD1E9,0x8A9D12,0x8604E4,0x00481F,0x9F3708,0x197BF3,0x15E205,0x93AEFE,
+    0xAD50D0,0x2B1C2B,0x2785DD,0xA1C926,0x3EB631,0xB8FACA,0xB4633C,0x322FC7,
+    0xC99F60,0x4FD39B,0x434A6D,0xC50696,0x5A7981,0xDC357A,0xD0AC8C,0x56E077,
+    0x681E59,0xEE52A2,0xE2CB54,0x6487AF,0xFBF8B8,0x7DB443,0x712DB5,0xF7614E,
+    0x19A3D2,0x9FEF29,0x9376DF,0x153A24,0x8A4533,0x0C09C8,0x00903E,0x86DCC5,
+    0xB822EB,0x3E6E10,0x32F7E6,0xB4BB1D,0x2BC40A,0xAD88F1,0xA11107,0x275DFC,
+    0xDCED5B,0x5AA1A0,0x563856,0xD074AD,0x4F0BBA,0xC94741,0xC5DEB7,0x43924C,
+    0x7D6C62,0xFB2099,0xF7B96F,0x71F594,0xEE8A83,0x68C678,0x645F8E,0xE21375,
+    0x15723B,0x933EC0,0x9FA736,0x19EBCD,0x8694DA,0x00D821,0x0C41D7,0x8A0D2C,
+    0xB4F302,0x32BFF9,0x3E260F,0xB86AF4,0x2715E3,0xA15918,0xADC0EE,0x2B8C15,
+    0xD03CB2,0x567049,0x5AE9BF,0xDCA544,0x43DA53,0xC596A8,0xC90F5E,0x4F43A5,
+    0x71BD8B,0xF7F170,0xFB6886,0x7D247D,0xE25B6A,0x641791,0x688E67,0xEEC29C,
+    0x3347A4,0xB50B5F,0xB992A9,0x3FDE52,0xA0A145,0x26EDBE,0x2A7448,0xAC38B3,
+    0x92C69D,0x148A66,0x181390,0x9E5F6B,0x01207C,0x876C87,0x8BF571,0x0DB98A,
+    0xF6092D,0x7045D6,0x7CDC20,0xFA90DB,0x65EFCC,0xE3A337,0xEF3AC1,0x69763A,
+    0x578814,0xD1C4EF,0xDD5D19,0x5B11E2,0xC46EF5,0x42220E,0x4EBBF8,0xC8F703,
+    0x3F964D,0xB9DAB6,0xB54340,0x330FBB,0xAC70AC,0x2A3C57,0x26A5A1,0xA0E95A,
+    0x9E1774,0x185B8F,0x14C279,0x928E82,0x0DF195,0x8BBD6E,0x872498,0x016863,
+    0xFAD8C4,0x7C943F,0x700DC9,0xF64132,0x693E25,0xEF72DE,0xE3EB28,0x65A7D3,
+    0x5B59FD,0xDD1506,0xD18CF0,0x57C00B,0xC8BF1C,0x4EF3E7,0x426A11,0xC426EA,
+    0x2AE476,0xACA88D,0xA0317B,0x267D80,0xB90297,0x3F4E6C,0x33D79A,0xB59B61,
+    0x8B654F,0x0D29B4,0x01B042,0x87FCB9,0x1883AE,0x9ECF55,0x9256A3,0x141A58,
+    0xEFAAFF,0x69E604,0x657FF2,0xE33309,0x7C4C1E,0xFA00E5,0xF69913,0x70D5E8,
+    0x4E2BC6,0xC8673D,0xC4FECB,0x42B230,0xDDCD27,0x5B81DC,0x57182A,0xD154D1,
+    0x26359F,0xA07964,0xACE092,0x2AAC69,0xB5D37E,0x339F85,0x3F0673,0xB94A88,
+    0x87B4A6,0x01F85D,0x0D61AB,0x8B2D50,0x145247,0x921EBC,0x9E874A,0x18CBB1,
+    0xE37B16,0x6537ED,0x69AE1B,0xEFE2E0,0x709DF7,0xF6D10C,0xFA48FA,0x7C0401,
+    0x42FA2F,0xC4B6D4,0xC82F22,0x4E63D9,0xD11CCE,0x575035,0x5BC9C3,0xDD8538
+};
diff --git a/util/gencrc/gencrc.c b/util/gencrc/gencrc.c
new file mode 100644
index 0000000..bc78c52
--- /dev/null
+++ b/util/gencrc/gencrc.c
@@ -0,0 +1,77 @@
+/*------------------------------------------------------------------------------
+* gencrc.c : generate crc table
+*
+*          Copyright (C) 2013 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2013/02/28 1.0 new
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
+
+static const char rcsid[]="$Id:$";
+
+#define POLYCRC16   0x1021u     /* CRC16  polynomial for BINEX,NVS */
+#define POLYCRC24Q  0x1864CFBu  /* CRC24Q polynomial for SBAS  */
+
+/* generate crc-16 parity table -----------------------------------------------*/
+static void gen_crc16(FILE *fp)
+{
+    unsigned short crcs[256]={0};
+    int i,j;
+    
+    for (i=0;i<256;i++) {
+        crcs[i]=(unsigned short)i<<8;
+        for (j=0;j<8;j++) {
+            if (crcs[i]&0x8000) crcs[i]=(crcs[i]<<1)^POLYCRC16;
+            else crcs[i]<<=1;
+        }
+    }
+    fprintf(fp,"static const unsigned short tbl_CRC16[]={\n");
+    
+    for (i=0;i<32;i++) {
+        fprintf(fp,"    ");
+        for (j=0;j<8;j++) {
+            fprintf(fp,"0x%04X%s",crcs[j+i*8],i==31&&j==7?"":",");
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"};\n");
+}
+/* generate crc-24q parity table ---------------------------------------------*/
+static void gen_crc24(FILE *fp)
+{
+    unsigned int crcs[256]={0};
+    int i,j;
+    
+    for (i=0;i<256;i++) {
+        crcs[i]=(unsigned int)i<<16;
+        for (j=0;j<8;j++) if ((crcs[i]<<=1)&0x1000000) crcs[i]^=POLYCRC24Q;
+    }
+    fprintf(fp,"static const unsigned int tbl_CRC24Q[]={\n");
+    
+    for (i=0;i<32;i++) {
+        fprintf(fp,"    ");
+        for (j=0;j<8;j++) {
+            fprintf(fp,"0x%06X%s",crcs[j+i*8],i==31&&j==7?"":",");
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"};\n");
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=stdout;
+    int i,crc=0;
+    
+    for (i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-16")) crc=0;
+        else if (!strcmp(argv[i],"-24")) crc=1;
+    }
+    switch (crc) {
+        case 0: gen_crc16(fp); break;
+        case 1: gen_crc24(fp); break;
+    }
+    return 0;
+}
diff --git a/util/gencrc/genmsk.c b/util/gencrc/genmsk.c
new file mode 100644
index 0000000..406b5a6
--- /dev/null
+++ b/util/gencrc/genmsk.c
@@ -0,0 +1,36 @@
+/*------------------------------------------------------------------------------
+* genmsk.c: generate glonass hamming mask
+*-----------------------------------------------------------------------------*/
+#include <stdlib.h>
+#include <stdio.h>
+
+static const int pos[8][85]={
+    { 9,10,12,13,15,17,19,20,22,24,26,28,30,32,34,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,66,68,70,72,74,76,78,80,82,84,0},
+    { 9,11,12,14,15,18,19,21,22,25,26,29,30,33,34,36,37,40,41,44,45,48,49,52,53,56,57,60,61,64,65,67,68,71,72,75,76,79,80,83,84,0},
+    {10,11,12,16,17,18,19,23,24,25,26,31,32,33,34,38,39,40,41,46,47,48,49,54,55,56,57,62,63,64,65,69,70,71,72,77,78,79,80,85,0},
+    {13,14,15,16,17,18,19,27,28,29,30,31,32,33,34,42,43,44,45,46,47,48,49,58,59,60,61,62,63,64,65,73,74,75,76,77,78,79,80,0},
+    {20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,81,82,83,84,85,0},
+    {35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,0},
+    {66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,0},
+    { 9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,
+     51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,0},
+};
+
+int main(int argc, char **argv)
+{
+    int i,j,bits[11],p;
+    
+    printf("const unsigned char mask[][11]={\n");
+    for (i=0;i<8;i++) {
+        for (j=0;j<11;j++) bits[j]=0;
+        for (j=0;pos[i][j];j++) {
+            p=85-pos[i][j];
+            bits[p/8]|=1<<(7-p%8);
+        }
+        printf("    {");
+        for (j=0;j<10;j++) printf("0x%02X%s",bits[j],j<9?",":"");
+        printf("}%s\n",i<7?",":"");
+    }
+    printf("};\n");
+    return 0;
+}
diff --git a/util/gencrc/genxor.c b/util/gencrc/genxor.c
new file mode 100644
index 0000000..8121ad6
--- /dev/null
+++ b/util/gencrc/genxor.c
@@ -0,0 +1,18 @@
+/*------------------------------------------------------------------------------
+* genxor.c: generate xor table
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+    int i,j,b;
+    
+    printf("const unsigned char xor_bits[]={\n");
+    
+    for (i=0;i<256;i++) {
+        for (j=b=0;j<8;j++) b^=((i>>j)&1);
+        printf("%d%s",b,i==255?"\n":(i%32==31?",\n":","));
+    }
+    printf("};\n");
+    return 0;
+}
diff --git a/util/gencrc/makefile b/util/gencrc/makefile
new file mode 100644
index 0000000..4a28a36
--- /dev/null
+++ b/util/gencrc/makefile
@@ -0,0 +1,20 @@
+# makefile for gencrc
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+CFLAGS = -Wall -O3 -ansi -pedantic
+LDLIBS  = -lm
+
+all        : gencrc genxor genmsk
+gencrc     : gencrc.o
+genxor     : genxor.o
+genmsk     : genmsk.o
+
+clean:
+	rm -f gencrc genxor genmsk *.o
+
+test:
+	./gencrc -16 > crc16.c
+	./gencrc -24 > crc24.c
+	./genxor > xor.c
+	./genmsk > msk.c
diff --git a/util/geniono/estiono.c b/util/geniono/estiono.c
new file mode 100644
index 0000000..5029c03
--- /dev/null
+++ b/util/geniono/estiono.c
@@ -0,0 +1,247 @@
+/*------------------------------------------------------------------------------
+* geniono.c : ionosphere correction estimation
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/09/15 1.0  new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define SQR(x)      ((x)*(x))
+#define MIN(x,y)    ((x)<=(y)?(x):(y))
+
+#define FACT_LG     0.4
+#define SIG_ERR_A   0.003
+#define SIG_ERR_B   0.003
+#define RATIO_ERR   100.0
+
+#define PRN_IONO    SQR(1E-3)  /* process noise variance of iono delay (m^2/s) */
+#define VAR_IONO    SQR(10.0)  /* initial variance of vertical iono delay (m^2) */
+
+#define II(s)       ((s)-1)            /* state index of ionos */
+#define IB(s)       (MAXSAT+(s)-1)     /* state index of phase bias */
+#define NX          (MAXSAT*2)         /* number of estimated states */
+
+typedef struct {              /* satellite status type */
+    gtime_t time;             /* time */
+    double azel[2];           /* azimuth/elevation (rad) */
+    double gf;                /* geometry-free phase value (m) */
+} stat_t;
+
+/* initialize state and covariance -------------------------------------------*/
+static void initx(double *x, double *P, int nx, int i, double xi, double var)
+{
+    int j;
+    x[i]=xi;
+    for (j=0;j<nx;j++) {
+        P[i+j*nx]=P[j+i*nx]=i==j?var:0.0;
+    }
+}
+/* detect cycle slip ---------------------------------------------------------*/
+static int det_slip(const obsd_t *obs, const nav_t *nav, stat_t *stat)
+{
+    double G0;
+    
+    if (obs->L[0]!=0.0&&obs->L[1]!=0.0) {
+        G0=stat[obs->sat-1].gf;
+        stat[obs->sat-1].gf=G1=obs->L[0]-obs->L[1];
+        if (fabs(G1-G0)>THRES_SLIP) return 1;
+    }
+    return (obs->LLI[0]&3)||(obs->LLI[1]&3);
+}
+/* initizlize ionosphere parameter --------------------------------------------*/
+static void init_iono(const obsd_t *obs, const double *azel, double *x,
+                      double *P, int nx)
+{
+    double map,iono;
+    if (obs->P[0]==0||obs->P[1]==0) return;
+    map=ionmapf(pos,azel);
+    iono=(obs->P[0]-obs->P[1])/map;
+    initx(x,P,nx,II(obs->sat),iono,VAR_IONO);
+}
+/* initizlize bias parameter --------------------------------------------------*/
+static void init_bias(const obsd_t *obs, double *x, double *P, int nx)
+{
+    double bias;
+    if (obs->L[0]==0||obs->L[1]==0||obs->P[0]==0||obs->P[1]==0) return;
+    bias=(obs->L[0]-obs->L[1])-(obs->P[0]-obs->P[1]);
+    initx(x,P,nx,IB(obs->sat),bias,VAR_BIAS);
+}
+/* temporal update of states --------------------------------------------------*/
+static void udstate(const obsd_t *obs, int n, const nav_t *nav, double *x,
+                    double *P, int nx, ssat_t *ssat)
+{
+    gtime_t time;
+    double tt;
+    int i,sat;
+    
+    for (i=0;i<n;i++) {
+        sat=obs[i].sat
+        time=ssat[sat-1].time;
+        
+        if (!time.time) {
+            init_iono(obs+i,nav,x,P,nx);
+            init_bias(obs+i,nav,x,P,nx);
+        }
+        else {
+            tt=timediff(obs[i].time,time);
+            
+            P[II(sat)*(nx+1)]+=PRN_IONO*fabs(tt);
+            
+            if (det_slip(obs+i,nav,ssat)||fabs(tt)>MAXGAP_BIAS) {
+                init_bias(obs+i,nav,x,P,nx);
+            }
+        }
+        ssat[sat-1].time=time;
+    }
+}
+/* measurement error standard deviation --------------------------------------*/
+static double std_err(const double *azel)
+{
+    return FACT_LG*(SIG_ERR_A+SIG_ERR_B/sin(azel[1]));
+}
+/* satellite azimuth/elevation angle -----------------------------------------*/
+static void sat_azel(const obsd_t *obs, int n, const nav_t *nav,
+                     const double *pos, double *azel)
+{
+    double rs[MAXOBS*6],dts[MAXOBS*2],var[MAXOBS],r,e[3];
+    int svh[MAXOBS];
+    
+    /* satellite positions and clocks */
+    satposs(obs[0].time,obs,n,nav,EPHOPT_BRDC,rs,dts,var,svh);
+    
+    for (i=0;i<n;i++) {
+        if (geodist(rs+i*6,rr,e))>0.0) satazel(pos,e,azel+i*2);
+    }
+}
+/* ionosphere residuals ------------------------------------------------------*/
+static int res_iono(const obsd_t *obs, int n, const double *azel,
+                    const double *x, int nx, double *v, double *H, double *R)
+{
+    double *sig,L1,L2,P1,P2,map;
+    int i,j,nv=0,sat;
+    
+    sig=mat(1,2*n);
+    
+    for (i=0;i<n;i++) {
+        sat=obs[i].sat;
+        L1=obs->L[0]*lam[0];
+        L2=obs->L[1]*lam[1];
+        P1=obs->P[0];
+        P2=obs->P[1];
+        if (L1==0||L2==0||P1==0||P2==0) continue;
+        
+        /* ionosphere mapping function */
+        map=ionmapf(pos,azel+i*2);
+        
+        /* residuals of ionosphere (geometriy-free) LC */
+        v[nv  ]=(L1-L2)+map*x[II(sat)]-x[IB(sat)];
+        v[nv+1]=(P1-P2)-map*x[II(sat)];
+        
+        /* partial derivatives */
+        for (j=0;j<nx;j++) H[nx*nv+j]=0.0;
+        H[nx*nv    +II(sat)]=-map;
+        H[nx*nv    +IB(sat)]=1.0;
+        H[nx*(nv+1)+IB(sat)]=map;
+        
+        /* standard deviation of error */
+        sig[nv  ]=std_err(azel);
+        sig[nv+1]=sig[nv]*RATIO_ERR;
+        nv+=2;
+    }
+    for (i=0;i<nv;i++) for (j=0;j<nv;j++) {
+        R[i+j*nv]=i==j?SQR(sig[i]):0.0;
+    }
+    free(sig);
+    return nv;
+}
+/* output ionosphere parameters ----------------------------------------------*/
+static int out_iono(gtime_t time, const double *x, const double *P, int nx,
+                    FILE *fp)
+{
+    double tow;
+    char id[64];
+    int i,week;
+    
+    tow=time2gpst(time,&week);
+    
+    for (i=0;i<MAXSAT;i++) {
+        sat2id(i+1,id);
+        fprintf(fp,"$ION,%d,%.3f,%d,%s,%.1f,%.4f,%4f\n",week,tow,0,id,
+                ssat[i].azel[1]*R2D,x[II(i+1)],0);
+    }
+}
+/* estimate ionosphere -------------------------------------------------------*/
+static int est_iono(obs_t *obs, nav_t *nav, double *rr, FILE *fp)
+{
+    ssat_t ssat[MAXSAT]={{0}};
+    double tt,*x,*P,*v,*H,*R,pos[3],azel[MAXOBS*2];
+    int i,n,info,nx=NX,nv=MAXSAT*2;
+    
+    x=zeros(nx,1); P=zeros(nx,nx); v=mat(nv,1); H=mat(nx,nv); R=mat(nv,nv);
+    
+    /* receiver position */
+    ecef2pos(rr,pos);
+    
+    for (i=0;i<obs->n;i++) {
+        for (n=1;i+n<obs->n;n++) {
+            if (timediff(obs[i].time,obs->data[i+n].time)>1E-3) break;
+        }
+        /* satellite azimuth/elevation angle */
+        sat_azel(obs+i,n,nav,pos,azel);
+        
+        /* time update of parameters */
+        ud_state(obs+i,n,azel,x,P,nx,ssat);
+        
+        /* ionosphere residuals */
+        if ((nv=res_iono(obs+i,n,azel,x,nx,v,H,R))<=0) break;
+        
+        /* filter */
+        if ((info=filter(x,P,H,v,R,nx,nv))) break;
+        
+        /* output ionopshere parameters */
+        out_iono(obs[i].time,x,P,nx,fp);
+    }
+    free(x); free(P); free(v); free(H); free(R);
+    
+    return 1;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=stdout;
+    nav_t nav={0};
+    obs_t obs={0};
+    double rr[3]={0};
+    char *ifile[32],*ofile="";
+    int i,j,n=0;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            for (j=0;j<3;j++) rr[j]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) {
+            ofile=argv[i];
+        }
+        else ifile[n++]=argv[i];
+    }
+    /* open output file */
+    if (*ofile&&!(fp=fopen(ofile,"w"))) {
+        fprintf(stderr,"output file open error: %s\n",ofile);
+        return -1;
+    }
+    /* read rinex files */
+    if (!readrnx(ifile,1,n,&obs,&nav,NULL)) {
+        fprintf(stderr,"no observation data\n");
+        return -1;
+    }
+    /* estimate ionosphere parameters */
+    est_iono(&obs,&nav,rr,fp);
+    
+    fclose(fp);
+    
+    return 0;
+}
diff --git a/util/geniono/gengrid.c b/util/geniono/gengrid.c
new file mode 100644
index 0000000..481d9fc
--- /dev/null
+++ b/util/geniono/gengrid.c
@@ -0,0 +1,169 @@
+/*------------------------------------------------------------------------------
+* gengrid.c : generate ionosphere grid correction
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/09/15 1.0  new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MAX_NGRID   8
+#define GRID_INT    1.0
+#define AREA_N      46.0
+#define AREA_S      30.0
+#define AREA_E      146.0
+#define AREA_W      127.0
+
+#define SPOS_RID    "$SPOS"         /* stec position id */
+#define STEC_RID    "$STEC"         /* stec record id */
+
+#define SQR(x)      ((x)*(x))
+
+/* output ionosphere header --------------------------------------------------*/
+static void out_head(gtime_t time, const double *pos, FILE *fp)
+{
+    double tow;
+    int week;
+    
+    tow=time2gpst(time,&week);
+    
+    fprintf(fp,"%s %4d %5.0f %7.3f %8.3f\n",SPOS_RID,week,tow,pos[0]*R2D,
+            pos[1]*R2D);
+}
+/* output ionosphere parameters ----------------------------------------------*/
+static void out_iono(gtime_t time, int sat, int brk, double iono, double rate,
+                     double var, FILE *fp)
+{
+    double tow;
+    char id[64];
+    int week;
+    
+    tow=time2gpst(time,&week);
+    satno2id(sat,id);
+    
+    fprintf(fp,"%s %4d %6.0f %-3s %d %8.4f %9.6f %7.4f\n",STEC_RID,week,tow,id,
+            brk,iono,rate,var);
+}
+/* interpolation of stec to grid ---------------------------------------------*/
+static void interp_grid(const nav_t *nav, gtime_t ts, gtime_t te, double tint,
+                        const double *pos, const char *dir)
+{
+    FILE *fp=NULL;
+    gtime_t t0={0},t1;
+    double iono[MAXSAT]={0},rate,var,dist[MAX_NGRID];
+    char file[1024];
+    int i,n,sat,brk,index[MAX_NGRID];
+    
+    /* search grid */
+    if (!(n=stec_grid(nav,pos,MAX_NGRID,index,dist))) return;
+    
+    fprintf(stderr,"GRID=%.2f %.2f, N=%d\n",pos[0]*R2D,pos[1]*R2D,n);
+    
+    /* for each epoch */
+    for (i=0;;i++,t0=t1) {
+        t1=timeadd(ts,tint*i);
+        if (timediff(t1,te)>1E-3) break;
+        
+        /* for each satellite */
+        for (sat=1;sat<=MAXSAT;sat++) {
+            
+            /* interpolation of ionosphere */
+            if (!interp_ion(nav,t0,t1,sat,n,index,dist,iono+sat-1,&rate,
+                            &var,&brk)) {
+                continue;
+            }
+            if (!fp) {
+                sprintf(file,"%s/%c%4.0f_%c%5.0f.stec",dir,
+                        pos[0]<0.0?'S':'N',fabs(pos[0])*R2D*100.0,
+                        pos[1]<0.0?'W':'E',fabs(pos[1])*R2D*100.0);
+                
+                if (!(fp=fopen(file,"w"))) {
+                    fprintf(stderr,"file open error: %s\n",file);
+                    continue;
+                }
+                out_head(t1,pos,fp);
+            }
+            /* output ionosphere delay */
+            out_iono(t1,sat,brk,iono[sat-1],rate,var,fp);
+        }
+    }
+    if (fp) fclose(fp);
+}
+/* interpolation of stec -----------------------------------------------------*/
+static void interp_stec(const nav_t *nav, gtime_t ts, gtime_t te, double tint,
+                        const double *ew, const double *ns, double gint,
+                        const char *dir)
+{
+    double lat,lon,pos[3]={0};
+    int i,j;
+    
+    for (i=0;;i++) { /* N -> S */
+        if ((lat=ns[0]-gint*i)<ns[1]-1E-6) break;
+        
+        for (j=0;;j++) { /* W -> E */
+            if ((lon=ew[1]+gint*j)>ew[0]+1E-6) break;
+            
+            pos[0]=lat*D2R;
+            pos[1]=lon*D2R;
+            
+            /* interpolation of stec to grid */
+            interp_grid(nav,ts,te,tint,pos,dir);
+        }
+    }
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    nav_t nav={0};
+    gtime_t ts={0},te={0};
+    double eps[6]={2011,1,1,0,0,0},epe[6]={2011,1,3,23,59,59},tint=30.0;
+    double ew[2]={AREA_E,AREA_W},ns[2]={AREA_N,AREA_S},gint=GRID_INT;
+    char *ifile="",*dir=".";
+    int i;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ew")&&i+2<argc) {
+            ew[0]=atof(argv[++i]);
+            ew[1]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-ns")&&i+2<argc) {
+            ns[0]=atof(argv[++i]);
+            ns[1]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-gi")&&i+1<argc) {
+            gint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) dir=argv[++i];
+        else ifile=argv[i];
+    }
+    ts=epoch2time(eps);
+    te=epoch2time(epe);
+    
+    /* read stec file */
+    stec_read(ifile,&nav);
+    
+    if (nav.nn<=0) {
+        fprintf(stderr,"stec file open error: %s\n",ifile);
+        return -1;
+    }
+    /* interpolation of stec */
+    interp_stec(&nav,ts,te,tint,ew,ns,gint,dir);
+    
+    stec_free(&nav);
+    
+    return 0;
+}
diff --git a/util/geniono/geniono.c b/util/geniono/geniono.c
new file mode 100644
index 0000000..bb44db3
--- /dev/null
+++ b/util/geniono/geniono.c
@@ -0,0 +1,410 @@
+/*------------------------------------------------------------------------------
+* geniono.c : ionosphere correction estimation
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/09/15 1.0  new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MIN_EL      (5.0*D2R)
+
+#define FACT_LG     0.4
+#define SIG_ERR_A   0.003
+#define SIG_ERR_B   0.003
+#define RATIO_ERR   100.0
+
+//#define THRES_LG    0.08
+#define THRES_LG    0.2
+#define MAXGAP_IONO 300.0
+#define MAXGAP_BIAS 300.0
+
+#define SPOS_RID    "$SPOS"         /* stec position id */
+#define STEC_RID    "$STEC"         /* stec record id */
+
+#define VAR_IONO    SQR(10)         /* initial var of iono (m^2) */
+#define VAR_IONR    SQR(0.1)        /* initial var of iono rate (m^2) */
+#define VAR_BIAS    SQR(10)         /* initial var of bias (m^2) */
+#define PRN_IONO    SQR(0)          /* process noise var of iono (m^2/s) */
+#define PRN_IONR    SQR(1E-3)       /* process noise var of iono rate (m^2/s) */
+
+#define II(s)       (((s)-1)*2)     /* state index of ionos */
+#define IB(s)       (MAXSAT*2+(s)-1) /* state index of bias */
+#define NX          (MAXSAT*3)      /* number of estimated states */
+
+#define SQR(x)      ((x)*(x))
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                    /* satellite status type */
+    gtime_t time;                   /* time */
+    double azel[2];                 /* azimuth/elevation (rad) */
+    double LG,PG;                   /* geometry-free phase/code (m) */
+    int slip;                       /* slip flag */
+} sstat_t;
+
+typedef struct {                    /* ekf type */
+    int nx;                         /* number of states */
+    double *x,*P;                   /* state variable and covariance */
+} ekf_t;
+
+/* new ekf -------------------------------------------------------------------*/
+static ekf_t *ekf_new(int nx)
+{
+    ekf_t *ekf;
+    if (!(ekf=(ekf_t *)malloc(sizeof(ekf_t)))) return NULL;
+    ekf->nx=nx;
+    ekf->x=zeros(nx,1);
+    ekf->P=zeros(nx,nx);
+    return ekf;
+}
+/* free ekf ------------------------------------------------------------------*/
+static void ekf_free(ekf_t *ekf)
+{
+    if (!ekf) return;
+    free(ekf->x);
+    free(ekf->P);
+    free(ekf);
+}
+/* measurement error standard deviation --------------------------------------*/
+static double sig_err(const double *azel)
+{
+    return FACT_LG*(SIG_ERR_A+SIG_ERR_B/sin(azel[1]));
+}
+/* initialize states of ekf --------------------------------------------------*/
+static void ekf_init(ekf_t *ekf, const double *xi, double *Pi, int ix, int nx)
+{
+    int i,j;
+    
+    /* x(ix)=xi */
+    matcpy(ekf->x+ix,xi,nx,1);
+    
+    /* P(ix,:)=0; P(ix,:)=0; P(ix,ix)=diag(Pi) */
+    for (i=0;i<nx;i++) for (j=0;j<ekf->nx;j++) {
+        ekf->P[ix+i+ekf->nx*j]=ekf->P[j+ekf->nx*(ix+i)]=j==ix+i?Pi[i]:0.0;
+    }
+}
+/* predict states of ekf -----------------------------------------------------*/
+static void ekf_pred(ekf_t *ekf, double *F, double *Q, int ix, int nx)
+{
+    double *A;
+    int i;
+    
+    A=mat(ekf->nx,nx);
+    
+    /* x(ix)=F*x(ix) */
+    matmul("NN",nx,1,nx,1.0,F,ekf->x+ix,0.0,A);
+    matcpy(ekf->x+ix,A,nx,1);
+    
+    /* P(ix,:)=F*P(ix,:); P(:,ix)=P(:,ix)*F' */
+    for (i=0;i<ekf->nx;i++) {
+        matmul("NN",nx,1,nx,1.0,F,ekf->P+ekf->nx*i+ix,0.0,A);
+        matcpy(ekf->P+ekf->nx*i+ix,A,nx,1);
+    }
+    matmul("NT",ekf->nx,nx,nx,1.0,ekf->P+ekf->nx*ix,F,0.0,A);
+    matcpy(ekf->P+ekf->nx*ix,A,ekf->nx,nx);
+    
+    /* P(ix,ix)+=diag(Q) */
+    for (i=0;i<nx;i++) {
+        ekf->P[(ix+i)*(ekf->nx+1)]+=Q[i];
+    }
+    free(A);
+}
+/* raw pseudorange and phase range  with dcb correction ----------------------*/
+static int raw_obs(const obsd_t *obs, const nav_t *nav, double *P1, double *P2,
+                   double *L1, double *L2)
+{
+    double gamma=SQR(lam[0]/lam[1]);
+    
+    *L1=obs->L[0]*lam[0];
+    *L2=obs->L[1]*lam[1];
+    *P1=obs->P[0];
+    *P2=obs->P[1];
+    if (*L1==0.0||*L2==0.0||*P1==0.0||*P2==0.0) return 0;
+    
+    *P1+=nav->cbias[obs->sat-1][0];
+    *P2+=nav->cbias[obs->sat-1][0]*gamma;
+    if (obs->code[0]==CODE_L1C) *P1+=nav->cbias[obs->sat-1][1];
+    return 1;
+}
+/* temporal update of states --------------------------------------------------*/
+static void ud_state(const obsd_t *obs, int n, const nav_t *nav,
+                     const double *pos, const double *azel, ekf_t *ekf,
+                     sstat_t *sstat)
+{
+    double P1,P2,L1,L2,PG,LG,tt,F[4]={0},Q[2]={0};
+    double x[2]={0},P[2],c_iono=1.0-SQR(lam[1]/lam[0]);
+    int i,sat,slip;
+    
+    for (i=0;i<n;i++) {
+        
+        /* raw pseudorange and phase range */
+        if (!raw_obs(obs+i,nav,&P1,&P2,&L1,&L2)||azel[i*2+1]<MIN_EL) continue;
+        
+        sat=obs[i].sat;
+        tt=timediff(obs[i].time,sstat[sat-1].time);
+        LG=L1-L2;
+        PG=P1-P2;
+        slip=(obs[i].LLI[0]&3)||(obs[i].LLI[1]&3);
+        slip|=fabs(LG-sstat[sat-1].LG)>THRES_LG;
+        
+        if (fabs(tt)>MAXGAP_IONO) {
+#if 1
+            x[0]=PG/c_iono;
+#else
+            x[0]=ionmodel(obs[i].time,nav->ion_gps,pos,azel+i*2);
+#endif
+            x[1]=1E-6;
+            P[0]=VAR_IONO;
+            P[1]=VAR_IONR;
+            ekf_init(ekf,x,P,II(sat),2);
+        }
+        else {
+            F[0]=F[3]=1.0;
+            F[2]=tt;
+            Q[0]=PRN_IONO*fabs(tt);
+            Q[1]=PRN_IONR*fabs(tt);
+            ekf_pred(ekf,F,Q,II(sat),2);
+        }
+        if (tt>MAXGAP_BIAS||slip) {
+            x[0]=LG+PG;
+            P[0]=VAR_BIAS;
+            ekf_init(ekf,x,P,IB(sat),1);
+        }
+        sstat[sat-1].time=obs[i].time;
+        sstat[sat-1].azel[0]=azel[i*2];
+        sstat[sat-1].azel[1]=azel[i*2+1];
+        sstat[sat-1].slip=slip;
+        sstat[sat-1].LG=LG;
+        sstat[sat-1].PG=PG;
+    }
+}
+/* ionosphere residuals ------------------------------------------------------*/
+static int res_iono(const obsd_t *obs, int n, const nav_t *nav,
+                    const double *rs, const double *rr, const double *pos,
+                    const double *azel, const pcv_t *pcv, const ekf_t *ekf,
+                    double *phw, double *v, double *H, double *R)
+{
+    double *sig,P1,P2,L1,L2,c_iono=1.0-SQR(lam[1]/lam[0]);
+    double LG,PG,antdel[3]={0},dant[NFREQ]={0};
+    int i,j,nv=0,sat;
+    
+    sig=mat(1,2*n);
+    
+    for (i=0;i<n;i++) {
+        if (!raw_obs(obs+i,nav,&P1,&P2,&L1,&L2)||azel[i*2+1]<MIN_EL) continue;
+        
+        sat=obs[i].sat;
+        
+        /* ionosphere-LC model */
+        LG=-c_iono*ekf->x[II(sat)]+ekf->x[IB(sat)];
+        PG= c_iono*ekf->x[II(sat)]+nav->cbias[sat-1][0];
+        
+        /* receiver antenna phase center offset and variation */
+        if (pcv) {
+            antmodel(pcv,antdel,azel+i*2,dant);
+            LG+=dant[0]-dant[1];
+            PG+=dant[0]-dant[1];
+        }
+        /* phase windup correction */
+        windupcorr(obs[i].time,rs+i*6,rr,phw+obs[i].sat-1);
+        LG+=(lam[0]-lam[1])*phw[obs[i].sat-1];
+        
+        /* residuals of ionosphere (geometriy-free) LC */
+        v[nv  ]=(L1-L2)-LG;
+#if 0
+        v[nv+1]=(P1-P2)-PG;
+#else
+        v[nv+1]=0.0;
+#endif
+        for (j=0;j<ekf->nx*2;j++) H[ekf->nx*nv+j]=0.0;
+        H[ekf->nx*nv    +II(sat)]=-c_iono;
+        H[ekf->nx*nv    +IB(sat)]=1.0;
+        H[ekf->nx*(nv+1)+II(sat)]=c_iono;
+        
+        sig[nv  ]=sig_err(azel+i*2);
+        sig[nv+1]=RATIO_ERR*sig[nv];
+        nv+=2;
+    }
+    for (i=0;i<nv;i++) for (j=0;j<nv;j++) {
+        R[i+j*nv]=i==j?SQR(sig[i]):0.0;
+    }
+    free(sig);
+    return nv;
+}
+/* output ionosphere header --------------------------------------------------*/
+static void out_head(gtime_t time, const double *pos, FILE *fp)
+{
+    double tow;
+    int week;
+    
+    tow=time2gpst(time,&week);
+    
+    fprintf(fp,"%s %4d %5.0f %7.3f %8.3f\n",SPOS_RID,week,tow,pos[0]*R2D,
+            pos[1]*R2D);
+}
+/* output ionosphere parameters ----------------------------------------------*/
+static void out_iono(gtime_t time, const ekf_t *ekf, const sstat_t *sstat,
+                     FILE *fp)
+{
+    double tow;
+    char id[64];
+    int sat,week;
+    
+    tow=time2gpst(time,&week);
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (sstat[sat-1].time.time==0||
+            timediff(time,sstat[sat-1].time)>MAXGAP_IONO) continue;
+        satno2id(sat,id);
+        fprintf(fp,"%s %4d %6.0f %-3s %d %8.4f %9.6f %7.4f %6.1f %5.1f %7.3f %11.3f\n",
+                STEC_RID,week,tow,id,sstat[sat-1].slip,
+                ekf->x[II(sat)],ekf->x[II(sat)+1],
+                sqrt(ekf->P[II(sat)*(ekf->nx+1)]),sstat[sat-1].azel[0]*R2D,
+                sstat[sat-1].azel[1]*R2D, sstat[sat-1].PG,sstat[sat-1].LG);
+    }
+}
+/* estimate ionosphere -------------------------------------------------------*/
+static int est_iono(obs_t *obs, nav_t *nav, const pcv_t *pcv, double *rr,
+                    double tint, FILE *fp)
+{
+    sstat_t sstat[MAXSAT]={{{0}}};
+    ekf_t *ekf;
+    gtime_t time;
+    double pos[3],rs[MAXOBS*6],dts[MAXOBS*2],var[MAXOBS],e[3],azel[MAXOBS*2];
+    double *v,*H,*R,phw[MAXSAT]={0};
+    int i,j,n=0,info,nx=NX,nv=MAXSAT*2,svh[MAXOBS];
+    
+    ekf=ekf_new(NX); v=mat(nv,1); H=mat(nx,nv); R=mat(nv,nv);
+    
+    /* receiver position */
+    ecef2pos(rr,pos);
+    
+    out_head(obs->data[0].time,pos,fp);
+    
+    for (i=0;i<obs->n;i+=n) {
+        for (n=1;i+n<obs->n;n++) {
+            if (timediff(obs->data[i+n].time,obs->data[i].time)>1E-3) break;
+        }
+        time=obs->data[i].time;
+        
+        /* satellite positions and clocks */
+        satposs(time,obs->data+i,n,nav,EPHOPT_BRDC,rs,dts,var,svh);
+        
+        /* satellite azimuth/elevation angle */
+        for (j=0;j<n;j++) {
+            if (geodist(rs+j*6,rr,e)>0.0) satazel(pos,e,azel+j*2);
+            else azel[j*2]=azel[1+j*2]=0.0;
+        }
+        /* time update of parameters */
+        ud_state(obs->data+i,n,nav,pos,azel,ekf,sstat);
+        
+        /* ionosphere residuals */
+        if ((nv=res_iono(obs->data+i,n,nav,rs,rr,pos,azel,pcv,ekf,phw,v,H,R))<=0) {
+            continue;
+        }
+        /* filter */
+        if ((info=filter(ekf->x,ekf->P,H,v,R,ekf->nx,nv))) {
+            fprintf(stderr,"filter error: info=%d\n",info);
+            break;
+        }
+        /* output ionopshere parameters */
+        if (tint<=0.0||fmod(time2gpst(time,NULL)+0.005,tint)<0.01) {
+            out_iono(obs->data[i].time,ekf,sstat,fp);
+        }
+    }
+    ekf_free(ekf); free(v); free(H); free(R);
+    
+    return 1;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=stdout;
+    pcvs_t pcvs={0};
+    nav_t nav={0};
+    obs_t obs={0};
+    sta_t sta={{0}};
+    pcv_t *pcv=NULL;
+    gtime_t ts={0},te={0};
+    double eps[6]={0},epe[6]={0},rr[3]={0},tint=30.0;
+    char *ifile[32],*ofile="",*afile="",*dfile="",ant[64]="";
+    int i,j,n=0;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            for (j=0;j<3;j++) rr[j]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) ofile=argv[++i];
+        else if (!strcmp(argv[i],"-a")&&i+1<argc) afile=argv[++i];
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) dfile=argv[++i];
+        else ifile[n++]=argv[i];
+    }
+    /* open output file */
+    if (*ofile&&!(fp=fopen(ofile,"w"))) {
+        fprintf(stderr,"output file open error: %s\n",ofile);
+        return -1;
+    }
+    if (eps[2]>=1.0) ts=epoch2time(eps);
+    if (epe[2]>=1.0) te=epoch2time(epe);
+    
+    /* read rinex obs/nav */
+    for (i=0;i<n;i++) {
+        fprintf(stderr,"reading: %s\n",ifile[i]);
+        
+        readrnxt(ifile[i],1,ts,te,0.0,&obs,&nav,&sta);
+        
+        if (*sta.antdes) strcpy(ant,sta.antdes);
+        if (norm(sta.pos,3)>0.0) matcpy(rr,sta.pos,3,1);
+    }
+    if (!sortobs(&obs)) {
+        fprintf(stderr,"no observation data\n");
+        return -1;
+    }
+    uniqnav(&nav);
+    
+    /* read antenna file */
+    if (*afile&&*ant) {
+        if (!readpcv(afile,&pcvs)) {
+            fprintf(stderr,"antenna file open error: %s\n",afile);
+            return -1;
+        }
+        /* search pcv */
+        if (!(pcv=searchpcv(0,ant,obs.data[0].time,&pcvs))) {
+            fprintf(stderr,"no antenna parmeter: %s\n",ant);
+        }
+    }
+    /* read p1-c1 dcb parameters */
+    if (*dfile) readdcb(dfile,&nav);
+    
+    /* set p1-p2 dcb parameters */
+    for (i=0;i<MAXSAT;i++) {
+        for (j=0;j<nav.n;j++) {
+            if (nav.eph[j].sat!=i+1) continue;
+            nav.cbias[i][0]=nav.eph[j].tgd[0]*CLIGHT;
+            break;
+        }
+    }
+    /* estimate ionosphere parameters */
+    est_iono(&obs,&nav,pcv,rr,tint,fp);
+    
+    fclose(fp);
+    
+    if (*ofile) fprintf(stderr,"output: %s\n",ofile);
+    
+    return 0;
+}
diff --git a/util/geniono/genstec.c b/util/geniono/genstec.c
new file mode 100644
index 0000000..3b10232
--- /dev/null
+++ b/util/geniono/genstec.c
@@ -0,0 +1,409 @@
+/*------------------------------------------------------------------------------
+* genstec.c : generate stec corrections
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/09/15 1.0  new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MIN_EL      (5.0*D2R)
+
+#define FACT_LG     0.4
+#define SIG_ERR_A   0.003
+#define SIG_ERR_B   0.003
+#define RATIO_ERR   100.0
+
+#define THRES_LG    0.1
+#define MAXGAP_IONO 300.0
+#define MAXGAP_BIAS 300.0
+
+#define SPOS_RID    "$SPOS"         /* stec position id */
+#define STEC_RID    "$STEC"         /* stec record id */
+
+#define VAR_IONO    SQR(10)         /* initial var of iono (m^2) */
+#define VAR_IONR    SQR(0.1)        /* initial var of iono rate (m^2) */
+#define VAR_BIAS    SQR(10)         /* initial var of bias (m^2) */
+#define PRN_IONO    SQR(0)          /* process noise var of iono (m^2/s) */
+#define PRN_IONR    SQR(1E-3)       /* process noise var of iono rate (m^2/s) */
+
+#define II(s)       (((s)-1)*2)     /* state index of ionos */
+#define IB(s)       (MAXSAT*2+(s)-1) /* state index of bias */
+#define NX          (MAXSAT*3)      /* number of estimated states */
+
+#define SQR(x)      ((x)*(x))
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                    /* satellite status type */
+    gtime_t time;                   /* time */
+    double azel[2];                 /* azimuth/elevation (rad) */
+    double LG,PG;                   /* geometry-free phase/code (m) */
+    int slip;                       /* slip flag */
+} sstat_t;
+
+typedef struct {                    /* ekf type */
+    int nx;                         /* number of states */
+    double *x,*P;                   /* state variable and covariance */
+} ekf_t;
+
+/* new ekf -------------------------------------------------------------------*/
+static ekf_t *ekf_new(int nx)
+{
+    ekf_t *ekf;
+    if (!(ekf=(ekf_t *)malloc(sizeof(ekf_t)))) return NULL;
+    ekf->nx=nx;
+    ekf->x=zeros(nx,1);
+    ekf->P=zeros(nx,nx);
+    return ekf;
+}
+/* free ekf ------------------------------------------------------------------*/
+static void ekf_free(ekf_t *ekf)
+{
+    if (!ekf) return;
+    free(ekf->x);
+    free(ekf->P);
+    free(ekf);
+}
+/* measurement error standard deviation --------------------------------------*/
+static double sig_err(const double *azel)
+{
+    return FACT_LG*(SIG_ERR_A+SIG_ERR_B/sin(azel[1]));
+}
+/* initialize states of ekf --------------------------------------------------*/
+static void ekf_init(ekf_t *ekf, const double *xi, double *Pi, int ix, int nx)
+{
+    int i,j;
+    
+    /* x(ix)=xi */
+    matcpy(ekf->x+ix,xi,nx,1);
+    
+    /* P(ix,:)=0; P(ix,:)=0; P(ix,ix)=diag(Pi) */
+    for (i=0;i<nx;i++) for (j=0;j<ekf->nx;j++) {
+        ekf->P[ix+i+ekf->nx*j]=ekf->P[j+ekf->nx*(ix+i)]=j==ix+i?Pi[i]:0.0;
+    }
+}
+/* predict states of ekf -----------------------------------------------------*/
+static void ekf_pred(ekf_t *ekf, double *F, double *Q, int ix, int nx)
+{
+    double *A;
+    int i;
+    
+    A=mat(ekf->nx,nx);
+    
+    /* x(ix)=F*x(ix) */
+    matmul("NN",nx,1,nx,1.0,F,ekf->x+ix,0.0,A);
+    matcpy(ekf->x+ix,A,nx,1);
+    
+    /* P(ix,:)=F*P(ix,:); P(:,ix)=P(:,ix)*F' */
+    for (i=0;i<ekf->nx;i++) {
+        matmul("NN",nx,1,nx,1.0,F,ekf->P+ekf->nx*i+ix,0.0,A);
+        matcpy(ekf->P+ekf->nx*i+ix,A,nx,1);
+    }
+    matmul("NT",ekf->nx,nx,nx,1.0,ekf->P+ekf->nx*ix,F,0.0,A);
+    matcpy(ekf->P+ekf->nx*ix,A,ekf->nx,nx);
+    
+    /* P(ix,ix)+=diag(Q) */
+    for (i=0;i<nx;i++) {
+        ekf->P[(ix+i)*(ekf->nx+1)]+=Q[i];
+    }
+    free(A);
+}
+/* raw pseudorange and phase range  with dcb correction ----------------------*/
+static int raw_obs(const obsd_t *obs, const nav_t *nav, double *P1, double *P2,
+                   double *L1, double *L2)
+{
+    double gamma=SQR(lam[0]/lam[1]);
+    
+    *L1=obs->L[0]*lam[0];
+    *L2=obs->L[1]*lam[1];
+    *P1=obs->P[0];
+    *P2=obs->P[1];
+    if (*L1==0.0||*L2==0.0||*P1==0.0||*P2==0.0) return 0;
+    
+    *P1+=nav->cbias[obs->sat-1][0];
+    *P2+=nav->cbias[obs->sat-1][0]*gamma;
+    if (obs->code[0]==CODE_L1C) *P1+=nav->cbias[obs->sat-1][1];
+    return 1;
+}
+/* temporal update of states --------------------------------------------------*/
+static void ud_state(const obsd_t *obs, int n, const nav_t *nav,
+                     const double *pos, const double *azel, ekf_t *ekf,
+                     sstat_t *sstat)
+{
+    double P1,P2,L1,L2,PG,LG,tt,F[4]={0},Q[2]={0};
+    double x[2]={0},P[2],c_iono=1.0-SQR(lam[1]/lam[0]);
+    int i,sat,slip;
+    
+    for (i=0;i<n;i++) {
+        
+        /* raw pseudorange and phase range */
+        if (!raw_obs(obs+i,nav,&P1,&P2,&L1,&L2)||azel[i*2+1]<MIN_EL) continue;
+        
+        sat=obs[i].sat;
+        tt=timediff(obs[i].time,sstat[sat-1].time);
+        LG=L1-L2;
+        PG=P1-P2;
+        slip=(obs[i].LLI[0]&3)||(obs[i].LLI[1]&3);
+        slip|=fabs(LG-sstat[sat-1].LG)>THRES_LG;
+        
+        if (fabs(tt)>MAXGAP_IONO) {
+#if 1
+            x[0]=PG/c_iono;
+#else
+            x[0]=ionmodel(obs[i].time,nav->ion_gps,pos,azel+i*2);
+#endif
+            x[1]=1E-6;
+            P[0]=VAR_IONO;
+            P[1]=VAR_IONR;
+            ekf_init(ekf,x,P,II(sat),2);
+        }
+        else {
+            F[0]=F[3]=1.0;
+            F[2]=tt;
+            Q[0]=PRN_IONO*fabs(tt);
+            Q[1]=PRN_IONR*fabs(tt);
+            ekf_pred(ekf,F,Q,II(sat),2);
+        }
+        if (tt>MAXGAP_BIAS||slip) {
+            x[0]=LG+PG;
+            P[0]=VAR_BIAS;
+            ekf_init(ekf,x,P,IB(sat),1);
+        }
+        sstat[sat-1].time=obs[i].time;
+        sstat[sat-1].azel[0]=azel[i*2];
+        sstat[sat-1].azel[1]=azel[i*2+1];
+        sstat[sat-1].slip=slip;
+        sstat[sat-1].LG=LG;
+        sstat[sat-1].PG=PG;
+    }
+}
+/* ionosphere residuals ------------------------------------------------------*/
+static int res_iono(const obsd_t *obs, int n, const nav_t *nav,
+                    const double *rs, const double *rr, const double *pos,
+                    const double *azel, const pcv_t *pcv, const ekf_t *ekf,
+                    double *phw, double *v, double *H, double *R)
+{
+    double *sig,P1,P2,L1,L2,c_iono=1.0-SQR(lam[1]/lam[0]);
+    double LG,PG,antdel[3]={0},dant[NFREQ]={0};
+    int i,j,nv=0,sat;
+    
+    sig=mat(1,2*n);
+    
+    for (i=0;i<n;i++) {
+        if (!raw_obs(obs+i,nav,&P1,&P2,&L1,&L2)||azel[i*2+1]<MIN_EL) continue;
+        
+        sat=obs[i].sat;
+        
+        /* ionosphere-LC model */
+        LG=-c_iono*ekf->x[II(sat)]+ekf->x[IB(sat)];
+        PG= c_iono*ekf->x[II(sat)]+nav->cbias[sat-1][0];
+        
+        /* receiver antenna phase center offset and variation */
+        if (pcv) {
+            antmodel(pcv,antdel,azel+i*2,dant);
+            LG+=dant[0]-dant[1];
+            PG+=dant[0]-dant[1];
+        }
+        /* phase windup correction */
+        windupcorr(obs[i].time,rs+i*6,rr,phw+obs[i].sat-1);
+        LG+=(lam[0]-lam[1])*phw[obs[i].sat-1];
+        
+        /* residuals of ionosphere (geometriy-free) LC */
+        v[nv  ]=(L1-L2)-LG;
+#if 0
+        v[nv+1]=(P1-P2)-PG;
+#else
+        v[nv+1]=0.0;
+#endif
+        for (j=0;j<ekf->nx*2;j++) H[ekf->nx*nv+j]=0.0;
+        H[ekf->nx*nv    +II(sat)]=-c_iono;
+        H[ekf->nx*nv    +IB(sat)]=1.0;
+        H[ekf->nx*(nv+1)+II(sat)]=c_iono;
+        
+        sig[nv  ]=sig_err(azel+i*2);
+        sig[nv+1]=RATIO_ERR*sig[nv];
+        nv+=2;
+    }
+    for (i=0;i<nv;i++) for (j=0;j<nv;j++) {
+        R[i+j*nv]=i==j?SQR(sig[i]):0.0;
+    }
+    free(sig);
+    return nv;
+}
+/* output ionosphere header --------------------------------------------------*/
+static void out_head(gtime_t time, const double *pos, FILE *fp)
+{
+    double tow;
+    int week;
+    
+    tow=time2gpst(time,&week);
+    
+    fprintf(fp,"%s %4d %5.0f %7.3f %8.3f\n",SPOS_RID,week,tow,pos[0]*R2D,
+            pos[1]*R2D);
+}
+/* output ionosphere parameters ----------------------------------------------*/
+static void out_iono(gtime_t time, const ekf_t *ekf, const sstat_t *sstat,
+                     FILE *fp)
+{
+    double tow;
+    char id[64];
+    int sat,week;
+    
+    tow=time2gpst(time,&week);
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (sstat[sat-1].time.time==0||
+            timediff(time,sstat[sat-1].time)>MAXGAP_IONO) continue;
+        satno2id(sat,id);
+        fprintf(fp,"%s %4d %6.0f %-3s %d %8.4f %9.6f %7.4f %6.1f %5.1f %7.3f %11.3f\n",
+                STEC_RID,week,tow,id,sstat[sat-1].slip,
+                ekf->x[II(sat)],ekf->x[II(sat)+1],
+                sqrt(ekf->P[II(sat)*(ekf->nx+1)]),sstat[sat-1].azel[0]*R2D,
+                sstat[sat-1].azel[1]*R2D, sstat[sat-1].PG,sstat[sat-1].LG);
+    }
+}
+/* estimate ionosphere -------------------------------------------------------*/
+static int est_iono(obs_t *obs, nav_t *nav, const pcv_t *pcv, double *rr,
+                    double tint, FILE *fp)
+{
+    sstat_t sstat[MAXSAT]={{{0}}};
+    ekf_t *ekf;
+    gtime_t time;
+    double pos[3],rs[MAXOBS*6],dts[MAXOBS*2],var[MAXOBS],e[3],azel[MAXOBS*2];
+    double *v,*H,*R,phw[MAXSAT]={0};
+    int i,j,n=0,info,nx=NX,nv=MAXSAT*2,svh[MAXOBS];
+    
+    ekf=ekf_new(NX); v=mat(nv,1); H=mat(nx,nv); R=mat(nv,nv);
+    
+    /* receiver position */
+    ecef2pos(rr,pos);
+    
+    out_head(obs->data[0].time,pos,fp);
+    
+    for (i=0;i<obs->n;i+=n) {
+        for (n=1;i+n<obs->n;n++) {
+            if (timediff(obs->data[i+n].time,obs->data[i].time)>1E-3) break;
+        }
+        time=obs->data[i].time;
+        
+        /* satellite positions and clocks */
+        satposs(time,obs->data+i,n,nav,EPHOPT_BRDC,rs,dts,var,svh);
+        
+        /* satellite azimuth/elevation angle */
+        for (j=0;j<n;j++) {
+            if (geodist(rs+j*6,rr,e)>0.0) satazel(pos,e,azel+j*2);
+            else azel[j*2]=azel[1+j*2]=0.0;
+        }
+        /* time update of parameters */
+        ud_state(obs->data+i,n,nav,pos,azel,ekf,sstat);
+        
+        /* ionosphere residuals */
+        if ((nv=res_iono(obs->data+i,n,nav,rs,rr,pos,azel,pcv,ekf,phw,v,H,R))<=0) {
+            continue;
+        }
+        /* filter */
+        if ((info=filter(ekf->x,ekf->P,H,v,R,ekf->nx,nv))) {
+            fprintf(stderr,"filter error: info=%d\n",info);
+            break;
+        }
+        /* output ionopshere parameters */
+        if (tint<=0.0||fmod(time2gpst(time,NULL)+0.005,tint)<0.01) {
+            out_iono(obs->data[i].time,ekf,sstat,fp);
+        }
+    }
+    ekf_free(ekf); free(v); free(H); free(R);
+    
+    return 1;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=stdout;
+    pcvs_t pcvs={0};
+    nav_t nav={0};
+    obs_t obs={0};
+    sta_t sta={{0}};
+    pcv_t *pcv=NULL;
+    gtime_t ts={0},te={0};
+    double eps[6]={0},epe[6]={0},rr[3]={0},tint=30.0;
+    char *ifile[32],*ofile="",*afile="",*dfile="",ant[64]="";
+    int i,j,n=0;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            for (j=0;j<3;j++) rr[j]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) ofile=argv[++i];
+        else if (!strcmp(argv[i],"-a")&&i+1<argc) afile=argv[++i];
+        else if (!strcmp(argv[i],"-d")&&i+1<argc) dfile=argv[++i];
+        else ifile[n++]=argv[i];
+    }
+    /* open output file */
+    if (*ofile&&!(fp=fopen(ofile,"w"))) {
+        fprintf(stderr,"output file open error: %s\n",ofile);
+        return -1;
+    }
+    if (eps[2]>=1.0) ts=epoch2time(eps);
+    if (epe[2]>=1.0) te=epoch2time(epe);
+    
+    /* read rinex obs/nav */
+    for (i=0;i<n;i++) {
+        fprintf(stderr,"reading: %s\n",ifile[i]);
+        
+        readrnxt(ifile[i],1,ts,te,0.0,"",&obs,&nav,&sta);
+        
+        if (*sta.antdes) strcpy(ant,sta.antdes);
+        if (norm(sta.pos,3)>0.0) matcpy(rr,sta.pos,3,1);
+    }
+    if (!sortobs(&obs)) {
+        fprintf(stderr,"no observation data\n");
+        return -1;
+    }
+    uniqnav(&nav);
+    
+    /* read antenna file */
+    if (*afile&&*ant) {
+        if (!readpcv(afile,&pcvs)) {
+            fprintf(stderr,"antenna file open error: %s\n",afile);
+            return -1;
+        }
+        /* search pcv */
+        if (!(pcv=searchpcv(0,ant,obs.data[0].time,&pcvs))) {
+            fprintf(stderr,"no antenna parmeter: %s\n",ant);
+        }
+    }
+    /* read p1-c1 dcb parameters */
+    if (*dfile) readdcb(dfile,&nav);
+    
+    /* set p1-p2 dcb parameters */
+    for (i=0;i<MAXSAT;i++) {
+        for (j=0;j<nav.n;j++) {
+            if (nav.eph[j].sat!=i+1) continue;
+            nav.cbias[i][0]=nav.eph[j].tgd[0]*CLIGHT;
+            break;
+        }
+    }
+    /* estimate ionosphere parameters */
+    est_iono(&obs,&nav,pcv,rr,tint,fp);
+    
+    fclose(fp);
+    
+    if (*ofile) fprintf(stderr,"output: %s\n",ofile);
+    
+    return 0;
+}
diff --git a/util/geniono/geonet.csv b/util/geniono/geonet.csv
new file mode 100644
index 0000000..4a3286b
--- /dev/null
+++ b/util/geniono/geonet.csv
@@ -0,0 +1,1247 @@
+000841,EL05239303501,��쓻�`,�É���,�ɓ��s,�{�c�Z���H�Ƈ��ɓ����C�Z���^�[
+000842,EL05238314901,�����`,����,���}�s,�V�M���
+000843,EL05234600302,���R���΂`,���R��,�ÎR�s,���Β������O�����h���ԏ�
+010844,EL06140260403,�X�`,�X��,�X�s,�X�s�����ʏ��w�Z
+010845,EL05640023504,�����S�R�P�`,������,�S�R�s,�S�R�s�����ϑ�񏬊w�Z
+010846,EL05033538602,���m���`,���m��,��쑺,��쑺�L�_�n
+020847,EL05237569902,���E�`,�É���,�l���s,���E����Ҍ𗬃Z���^�[
+020848,EL06841271601,�t��R,�k�C��,�t��s,�t��s���喦���w�Z
+020849,EL06741677003,�t��S,�k�C��,�t��s,�t��s���L�ʏ����w�Z�Ւn
+020850,EL06742328302,���ڕ�,�k�C��,���ڕʒ�,���ڕʒ���������
+020851,EL06742209102,�y��,�k�C��,�y����,�y�������⊦�ʏ����w�Z
+020852,EL06742009302,����,�k�C��,���쒬,���쒬�����v���w�Z�Ւn
+020853,EL06642645501,���[,�k�C��,���[��,���[�����E���Z��
+020854,EL06642379402,������,�k�C��,��������,���������̌�����
+020855,EL06641368902,�H�y�Q,�k�C��,�H�y��,�H�y���L�n(�������t��)
+020856,EL06643321902,���,�k�C��,��ʎs,��ʎs�����ʏ��w�Z
+020857,EL06642139202,�m��,�k�C��,�m�ʎs,�싽�s���v�[��
+020858,EL06642143801,�k�C������,�k�C��,�m�ʎs,�m�ʎs�c�Z��
+020859,EL06644077901,���Q,�k�C��,����,�������E�g�������w�Z
+020860,EL06641066802,�����Q,�k�C��,������,���������B�z���w�Z�Ւn
+020861,EL06543649203,���c��,�k�C��,���y��,���y�������c�����w�Z
+020862,EL06542616802,����Q,�k�C��,����s,����s���]�O�ʏ����w�Z
+020863,EL06543615401,����,�k�C��,���y��,���y�������ꒆ�w�Z
+020864,EL06545505401,�W�ÂQ,�k�C��,�W�Ò�,�W�Ò����O�ʏ����w�Z
+020865,EL06542417002,�[��,�k�C��,�[��s,�[��s���[����w�Z
+020866,EL06543435001,�����A,�k�C��,�k���s,�����a���w�Z�p�n
+020867,EL06542367301,����,�k�C��,���쒬,���L��(���x����u���̏��v
+020868,EL06543377903,�Õ�,�k�C��,�Õʒ�,�Õʒ����{�򏬊w�Z
+020869,EL06545216702,�ʊC�R,�k�C��,�ʊC��,�ʊC������t���w�Z
+020870,EL06544255701,���W�ÂQ,�k�C��,���W�Ò�,���W�Ò����{�V�����w�Z
+020871,EL06542212503,����,�k�C��,���ʎs,���ʎs�����ʏ��w�Z
+020872,EL06541240902,����,�k�C��,���ʒ�,���L�q��
+020873,EL06543166002,����,�k�C��,���ʒ�,���ʒ������ʒ��w�Z
+020874,EL06543013401,��m�y�Q,�k�C��,��m�y��,��m�y�����f�����w�Z
+020875,EL06440738002,�ϒO�Q,�k�C��,�ϒO��,�ϒO���T�N���}�X�T���N�`���A���[�Z���^�[
+020876,EL06441628703,�Ύ�,�k�C��,�Ύ�s,�Ύ�֏�
+020877,EL06441656201,�V�’�,�k�C��,�V�’Ñ�,�V�’Ñ����V�’Ò��w�Z
+020878,EL06444676702,�l���Q,�k�C��,�l����,�l���������~��ʏ��w�Z
+020879,EL06443600202,����,�k�C��,���ǒ�,���ǒ����Z�����w�Z
+020880,EL06442549501,��x�ǖ�,�k�C��,��x�ǖ쒬,��x�ǖ쒬����Џ��w�Z
+020881,EL06444537902,�W���Q,�k�C��,�W����,�W���������H�����w�Z�@���E���Z��
+020882,EL06441516602,�D�y�Q,�k�C��,�D�y�s,�D�y�s�����u���w�Z
+020883,EL06443544701,�{��,�k�C��,�{�ʒ�,�{�ʒ����{�ʒ������w�Z
+020884,EL06440469401,�Ԉ��,�k�C��,�Ԉ�쑺,�Ԉ�쑺���Ԉ�쏬�w�Z�@���E���Z��
+020885,EL06442246202,�k�C������,�k�C��,������,����������h���w�Z�Ւn
+020886,EL06443156202,�Y�y,�k�C��,�Y�y��,�Y�y�����Y�y���w�Z
+020887,EL06442176602,�莺,�k�C��,�莺��,�莺������������w�Z
+020888,EL06440002002,���q,�k�C��,���q��,�瑖�n��R���L��
+020889,EL06443020501,����,�k�C��,���ʒ�,���ʒ�������w�Z
+020890,EL06342636101,��ʂQ,�k�C��,������,���������������w�Z
+020891,EL06342363101,�Y��,�k�C��,�Y�͒�,�Y�͒����R�̌����K�فu���z�فv
+020892,EL06240478401,�ˈ�,�k�C��,���َs,�^���L��
+020893,EL06240445202,�،Ó�,�k�C��,�،Ó��,�،Ó�������J���w�Z
+020894,EL06241105701,���ԉY,�X��,���ԉY��,���ԉY���������C���w�Z�Ւn
+020895,EL06140673802,�X���,�X��,�ނŽs,�ނŽs�������w�Z
+020896,EL06141539001,���ʂQ,�X��,���ʑ�,���ʑ����V�����w�Z
+020897,EL06140524301,����,�X��,������,���������������w�Z
+020898,EL06140007001,�[�Y,�X��,�[�Y��,�[�Y�������������w�Z
+020899,EL06041609803,�\�a�c�΂P,�X��,�\�a�c�s,���ڏ򐅏�
+020901,EL06041621602,�܌�,�X��,�܌˒�,�Ђ΂��X�|�[�c�𗬃Z���^�[
+020902,EL06040573502,�\�a�c�΂Q,�X��,�\�a�c�s,�\�a�c�Ύ��R�̉�(2007.2���݋@�\���Ă��Ȃ�)
+020903,EL06041332802,�y��,��茧,�y�Ē�,�ȓn�ӂꂠ���L��
+020904,EL06041102301,����,��茧,�������s,�������s�����㒆�w�Z
+020905,EL05941756201,���R,��茧,���,��򒬗��啽�����w�Z�Ւn
+020906,EL05941478702,�c�V,��茧,�{�Îs,�{�Îs���c�V��ꒆ�w�Z
+020907,EL05941336402,���Q,��茧,��䑺,��䑺����n�����w�Z
+020908,EL05940266603,���,��茧,���a�꒬,���a�꒬�h��Ǘ��Z���^�[
+020909,EL05941125302,�唗,��茧,�Ԋ��s,�Ԋ��s�������Ə�
+020910,EL05841628402,�]�h,��茧,���B�s,���B�s���l�񏬊w�Z
+020911,EL05841431202,���哌,��茧,��֎s,��֎s���匴���w�Z
+020912,EL05841319101,����,��茧,����,���򒬗��������w�Z
+020913,EL05840362602,�I��Q,�{�錧,�I���s,�I����n���Z���^�[�i�R���n�E�X�j
+020914,EL05841029501,�{�铌�a,�{�錧,�o�Ďs,���a�����x��
+020915,EL05841002001,������,�{�錧,�I���s,�������ΘJ�ґ̈�Z���^�[
+020916,EL05741719201,���,�{�錧,�o�Ďs,�o�Ďs��������w�Z
+020917,EL05740658802,����c,�{�錧,������,����c�������𗬃^�[�~�i���{�݁u�Ԃȗсv
+020918,EL05741621401,�͖k,�{�錧,�Ί��s,�Ί��s���͖k���w�Z
+020919,EL05740271503,����,�{�錧,����s,����s���|�㒆�w�Z
+020920,EL05640558802,�ېX,�{�錧,�ېX��,���L�n
+020921,EL06040400202,���X,�H�c��,���I��,���I�������X���w�Z
+020922,EL06040231201,�鑃,�H�c��,�k�H�c�s,�k�H�c�s���쏬�w�Z
+020923,EL06040101001,����,�H�c��,�O�풬,�O�풬���������w�Z
+020924,EL05940740202,���m�Q,�H�c��,�k�H�c�s,�œ�����u�}�^�M�̓��v
+020925,EL05940203401,���,�H�c��,�R���{���s,�R���{���s����钆�w�Z
+020926,EL05940240702,���c,�H�c��,���s,���s�����c�쏬�w�Z
+020927,EL05840725202,���R��,�H�c��,�R���{���s,�R���{���s�����R�����w�Z
+020928,EL05840557701,������,�H�c��,��������,�����������֐쏬�w�Z�Ւn�i�֐�����ٕʊفj
+020929,EL05840436502,�Y��,�H�c��,����s,����s���Y�����w�Z
+020930,EL05840312402,�^����,�R�`��,�^���쒬,���}�n��_������
+020931,EL05840130901,�ŏ�,�R�`��,�ŏ㒬,�ŏ㒬�����|���w�Z
+020932,EL05839054302,�߉�,�R�`��,�߉��s,�߉��s���O�����w�Z
+020933,EL05740715701,�呠,�R�`��,�呠��,�呠�������䏬���w�Z
+020934,EL05740230101,�R�`,�R�`��,�R�`�s,�R�`�s��������O���w�Z�E��񒆊w�Z
+020935,EL05639770003,�іL,�R�`��,�іL��,�іL�������Ð쏬���w�Z
+020936,EL05640630501,�����Q,������,�����s,�����s���э⏬�w�Z
+020937,EL05639470702,�k����,������,�k������,�k���������剖���w�Z
+020938,EL05640340501,�������a,������,��{���s,��{���s�����a���w�Z
+020939,EL05639165602,��Í��c,������,��Ô�����,��Ô���������ꒆ�w�Z
+020940,EL05640133701,�����S�R�R,������,�S�R�s,�S�R�s����c���w�Z
+020941,EL05539759402,���a,������,���a��,���a�������a���w�Z����앪�Z
+020942,EL05540715703,��������,������,�{���s,�{���s���������w�Z
+020943,EL05540635602,�ʐ�,������,�ʐ쑺,�ʐ쑺���{�����w�Z
+020944,EL05540651702,���킫�R,������,���킫�s,���킫�s���������w�Z(���w�Z����)
+020945,EL05540432001,�I�q,������,�I�q��,�I�q�X�ъǗ��������L�n
+020946,EL05540351501,���킫�S,������,���킫�s,���킫�s���c�l��񏬊w�Z��啽���Z
+020947,EL05440537002,��k,��錧,�闢��,�闢�����Βˏ��w�Z
+020948,EL05540504201,�ߐ{�Q,�Ȗ،�,�ߐ{��,�ߐ{���������p�͔͖q��
+020949,EL05539244002,�I�R,�Ȗ،�,�����s,�����s���얓���w�Z
+020950,EL05439664001,����,�Ȗ،�,�����s,�k�����R�~���j�e�B�Z���^�[
+020951,EL05439574202,��O��,�Ȗ،�,��O�쒬,��O�쒬���k���w�Z
+020952,EL05539200401,����Q,�Q�n��,�݂Ȃ��ݒ�,�݂Ȃ��ݒ����������w�Z
+020954,EL05438760702,���V��,�Q�n��,���V��,�Q�n�������V�����w�Z
+020955,EL05439407101,�Q�n,�Q�n��,����s,����s�����{���w�Z
+020956,EL05439322002,��,�Q�n��,����,�������쒆�w�Z
+020957,EL05438254601,��q,�Q�n��,��q��,�����^������
+020958,EL05338771403,��ʑ��,��ʌ�,�����s,�O��R���ԏ�i��񒓎ԏ�j
+020959,EL05239577702,����Q,��t��,����s,������s����R���w�Z�i����21�N3��31���p�Z�j
+020960,EL05339026902,����,�_�ސ쌧,���ˎs,���ˎs����_������
+020961,EL05639204802,�V�����c,�V����,�O��s,�O��s���X�����w�Z
+020962,EL05538655002,����,�V����,����s,�����̂ё�
+020963,EL05539518902,���V�J,�V����,�����s,�������򉻃Z���^�[
+020964,EL05538532601,����,�V����,��z�s,��z�s���˂a���f�C�m�Z���^�[(�a�c�X�|�[�c����)
+020965,EL05540123302,��q,��錧,��q��,��q�����ˏ㏬�w�Z
+020966,EL05537300202,�X��,�x�R��,�X���s,�X���s����Y���w�Z
+020967,EL05537243402,�F�ތ�,�x�R��,�����s,���m���Βn�^������
+020968,EL05537110201,�V��,�x�R��,�ː��s,�ː��s���������w�Z
+020969,EL05436761403,����,�x�R��,��v�s,��v�s�������������w�Z
+020970,EL05437516901,�ד�,�x�R��,�x�R�s,�ד������쒬�w�Z�g�������J���w�Z�Ւn�i���F�x�R�s�j
+020971,EL05637101202,�֓��Q,�ΐ쌧,�֓��s,�֓��s����u�����w�Z
+020972,EL05536677201,����,�ΐ쌧,������,���������^����c�t��
+020973,EL05436644301,���C,�ΐ쌧,���R�s,���R�s���k���̈��
+020974,EL05436227802,�R��,�ΐ쌧,����s,����s�����J���w�Z
+020975,EL05436103302,����,���䌧,����s,����s���������w�Z
+020976,EL05336658202,�a��,���䌧,���s,���s���a�򏬒��w�Z
+020977,EL05336626702,����r�c,���䌧,�r�c��,�r�c���a���f�C�m�Z���^�[
+020978,EL05335168002,���䏬�l,���䌧,���l�s,���l�s�����x���w�Z
+020979,EL05338638502,�R������,�R����,�k�m�s,�k�m�s�������������w�Z(�O���җp���ԏ�)
+020980,EL05338570501,����,�R����,������,�������������̓�(���ԏ��H�ꗠ�萼��)
+020981,EL05338146802,����F,�R����,�x�m�͌��Β�,�x�m�͌��Β�������F���w�Z
+020982,EL05538242901,����h,���쌧,�h��,�h�����H�R���w�Z
+020983,EL05538004702,�ˉB,���쌧,����s,�ˉB�^���ꉡ�����L�n
+020984,EL05438602901,�X��,���쌧,��Ȏs,��Ȏs���������w�Z
+020985,EL05438321901,�]��,���쌧,���v�s,���v�s�]�������̈��
+020986,EL05337763201,�ؑc,���쌧,�ؑc��,�����ь���
+020987,EL05338605702,����,���쌧,�ɓߎs,�������������k���w�Z
+020988,EL05337537602,����,���쌧,���ꑺ,���ꑺ�ނ�L�`�k�J�i���ԏ�j
+020989,EL05337349902,��K,���쌧,��K��,�ؑ]�ӂꂠ���̋��t�H���X�p�ؑ]
+020990,EL05437106601,����,�򕌌�,���R�s,��˃v���l�^���E��
+020991,EL05336466202,�Ž�,�򕌌�,�֎s,�Q�P���I�̐X
+020992,EL05337222402,�b��,�򕌌�,�b�ߎs,�b�ߎs����������w�Z
+020993,EL05336147303,�K���,�򕌌�,�K��쒬,�K��쒬���������w�Z
+020994,EL05237726002,�y��,�򕌌�,�y��s,�y��s���]�،�����
+020995,EL05237542602,�݊y,���m��,�݊y��,�݊y�����c�����w�Z
+020996,EL05237310201,����,���m��,����s,����s�����菬�w�Z
+020997,EL05237124703,�L���Q,���m��,�L���s,�L���s���O�Œ��w�Z
+020998,EL05236078501,��m��,���m��,��m����,�[�c�r�Ǘ��p�n
+020999,EL05136530702,���,�O�d��,��䒬,��䒬����������
+021000,EL05035675403,�I�a,�O�d��,�F��s,�F��s���������w�Z
+021001,EL05335100702,���m�R�Q,���s�{,���m�R�s,���m�R�s�k�ˑ����Z���^�[
+021002,EL05335020701,����,���s�{,�����s,�����s�����O���E���h
+021003,EL05235558003,���k,���s�{,���s�s,�E��������k�o�����@��񒓎ԏ�
+021004,EL05135319706,���,���{,���s,���s�����̖ؑ䏬�w�Z
+021006,EL05234131003,�ԕ�,���Ɍ�,�ԕ�s,�ԕ�s���������w�Z
+021007,EL05236005302,������,�ޗnj�,������,���������Ԃӂ邳�ƃX�|�[�c����
+021008,EL05136519302,���,�ޗnj�,���,��񑺗���񒆊w�Z
+021009,EL05136305001,�ޗǐ��,�ޗnj�,��㑺,��㕐����
+021010,EL05135269803,�V��,�ޗnj�,�V�쑺,�V�쑺���
+021011,EL05035742401,���_,�a�̎R��,�c�ӎs,�c�ӎs�����_���w�Z
+021012,EL05035470001,�ߒq���Y�Q,�a�̎R��,�ߒq���Y��,�ߒq��������
+021013,EL05035349201,���u��,�a�̎R��,���l��,��Y�R���������x���Z���^�[
+021014,EL05334213503,����,���挧,����s,����s����I���w�Z
+021015,EL05333230901,���a,���挧,��R��,��R�������a���w�Z
+021016,EL05333169902,�H��,���挧,�����l��,�����l�����H�������w�Z
+021017,EL05334010201,����,���挧,����s,����s���������w�Z
+021018,EL05332179301,���]�Q,������,���]�s,���]�s����쏬�w�Z
+021019,EL05233717502,�L��,������,�����s,�F�g���w�Z
+021020,EL05232777203,�؎�,������,�_��s,�_��s����ɏ��w�Z
+021021,EL05232657301,���c,������,�o�_�s,�o�_�s���E�c���w�Z
+021022,EL05232433002,�����,������,��c�s,��c�s����c���w�Z
+021023,EL05232252401,�H�{��,������,�W�쒬,�H�{�����^���L��
+021024,EL05232103802,��h,������,�l�c�s,�l�c�s�c�^�������Q�[�g�{�[����
+021025,EL05131764402,�v�c,������,�v�c�s,�v�c�s�����v�c���w�Z
+021026,EL05233753401,����,���R��,�^��s,�^��s���w�Z�g�����f�R���w�Z
+021027,EL05233572301,����,���R��,���쒬,���쒬���O���E���h(�T�u�O���E���h)
+021028,EL05233068402,���R�P,���R��,���R�s,���R�s����䏬�w�Z
+021029,EL05133770701,���R�Q,���R��,���R�s,���R�s���b�Y���w�Z
+021030,EL05232474202,�L������,�L����,�����s,�����s�����쒆�w�Z
+021031,EL05132776203,������,�L����,������,�����������������w�Z
+021032,EL05133723702,�L�����R�Q,�L����,���R�s,���R�s���L�����w�Z
+021033,EL05133611102,�䒲,�L����,�����s,�����s���䒲���w�Z
+021035,EL05132252501,����,�L����,��s,��s���������w�Z
+021036,EL05132048201,�q��,�L����,��s,�����Љ��{�݁i�q�������������w�Z�Ւn�j
+021037,EL05131253802,���n,�R����,�R���s,�R���s�������w�Z
+021038,EL05132100402,����,�R����,�⍑�s,�⍑�s�����X���w�Z
+021039,EL05131002902,�R�z,�R����,�R�z����c�s,�R�z�����Õz�c���w�Z
+021040,EL05032601901,���,�R����,��֒�,��֒����O�����h
+021041,EL05034739601,���߉͓�,������,���߉͓��,���߉͓�������߉͓���w�Z
+021042,EL05034712601,�؉���,������,���n�s,���n�s���؉������w�Z
+021044,EL05134517402,�y��,���쌧,�y����,�����R����
+021045,EL05133379101,��o,���쌧,��o�s,��o�s�������w�Z
+021046,EL05033726802,�V���l,���Q��,�V���l�s,�V���l�s������l���w�Z
+021047,EL05033606302,�O��,���Q��,����s,����s�O���������
+021048,EL05032367302,�L�c,���Q��,�u����,�_�̐X����
+021049,EL04932756903,�L��,���Q��,�S�k��,�S�k�����O�����w�Z
+021050,EL04932551002,�Ó�,���Q��,�F�a���s,�F�a���s���䖊���w�Z
+021051,EL05033345201,�y���R,���m��,���m�s,�y���R�^���L��
+021052,EL05033312202,�r��,���m��,�m���쒬,�m���쒬�r�쎩�R�w��
+021053,EL05034109701,���m�k��,���m��,�k�쑺,�k�쑺���������w�Z�Ւn
+021054,EL05033009701,���Ö�,���m��,�Ö쒬,�Ö쒬���D�ˏ��w�Z
+021055,EL05034017601,���˂Q,���m��,���ˎs,���ˎs����l�o����
+021056,EL04932673702,�吳,���m��,�l���\��,�l���\�����c��X���w�Z
+021058,EL04932365602,����,���m��,�l���\�s,�l���\�s�����؏��w�Z
+021059,EL04932048401,�h��,���m��,�h�юs,�h�юs�����̓������w�Z
+021060,EL05030751701,�k��B�P,������,�k��B�s,�k��B�s���Ԗ[���w�Z�������Z
+021061,EL05030674701,�k��B�Q,������,�k��B�s,�k��B�s�����P�]�쏬�w�Z
+021062,EL05030421301,����,������,�����s,���n����
+021063,EL05030259402,�j��,������,�j�쒬,�j�쒬���j�쏬�w�Z
+021064,EL05030277901,�z��,������,�z�㒬,�z�㒬�����c���w�Z
+021065,EL05030200602,���,������,��䒬,��䒬�����g���w�Z
+021066,EL04930705701,���v,���ꌧ,���v�s,���v�s���΂��u���w�Z
+021067,EL04929468902,��I,���茧,��I��,��I������I���w�Z
+021068,EL04929172602,����Q,���茧,����s,����s���k���w�Z
+021069,EL04930447902,�O���a,�F�{��,�a����,�a�������O���a���w�Z
+021070,EL04930369902,�e�r,�F�{��,�e�r�s,�e�r�s���������w�Z
+021071,EL04930055901,���,�F�{��,��쒬,��쒬�a���f�C�m�Z���^�[
+021073,EL04830467601,�ܖ�,�F�{��,�ܖؑ�,�Q�[�g�{�[����
+021074,EL04830414401,�V�a,�F�{��,�V���s,�V���s���V�a���w�Z
+021075,EL04830451201,����,�F�{��,������,�����������ِ쓇����
+021076,EL04830375802,�F�{����,�F�{��,���㑺,���㑺����쏬�w�Z
+021077,EL05031241102,�L�㍂�c,�啪��,�L�㍂�c�s,�L�㍂�c�s���c�����w�Z
+021078,EL05031026302,�@��,�啪��,�F���s,�F���s���암���w�Z
+021079,EL04931551902,�P�n,�啪��,�P�n�s,�P�n�s���쒆�w�Z
+021080,EL04932302302,�Đ���,�啪��,�����s,�����s�����z���w�Z�ԉz���Z
+021081,EL04931237501,����,�啪��,�L����s,�L����s�����J��W�
+021082,EL04931252001,�F��,�啪��,�����s,�ӂꂠ���Z���^�[�F��
+021083,EL04831623901,����,�{�茧,���ˑ�,�r�̌E�O���[���p�[�N
+021084,EL04831347602,����,�{�茧,�����s,�s�c�Z����c�n
+021085,EL04831123702,���s,�{�茧,���s�s,���s�s���O�[���w�Z
+021086,EL04831020002,��,�{�茧,����,�����������w�Z
+021087,EL04730675801,�s��Q,�{�茧,�s��s,�{�茧��r���N���R�̉�
+021088,EL04731534701,�{��,�{�茧,�{��s,�{��s���“����w�Z
+021089,EL04730459801,���l,��������,�����s,�����s���l�̈��
+021090,EL04730277901,���,��������,�]���s,���]���s�����쒆�w�Z
+021091,EL04730124702,���,��������,�삳�‚܎s,�삳�‚܎s������w�Z
+021092,EL04730045302,���,��������,�������s,��������^����
+021093,EL04630669901,�卪��,��������,�э]��,�э]�����r�c���w�Z
+021094,EL03927476902,�^�ߏ�,���ꌧ,����܎s,����܎s���Ɍv�����w�Z
+021095,EL03927367001,�k�J,���ꌧ,�k�J��,�k�J�����K�]���w�Z
+021096,EL03927253403,�ߔe,���ꌧ,�ߔe�s,�Ђ�ǂ����
+021098,EL03653374801,�쒹��,�����s,���}����,�C�ے�����
+021099,EL05437143402,��Ɗx,�򕌌�,���R�s,������w�F�����������@��Ɗϑ���
+021100,EL05338053801,�x�m�R,����,�x�m�{�s,�x�m�R����
+021101,EL05236542005,����`,�O�d��,���Ȃ׎s,���Ȃ׎s���Ξҏ��w�Z
+031102,EL05238718402,������`,����,���s,������_��
+031103,EL05237336301,���,���m��,�V��s,�V��s���b���w�Z
+031104,EL05136675802,���H�Q,�O�d��,���H�s,���H�s���_�����w�Z
+031105,EL05136464402,�镔,�O�d��,�u���s,�u���s���镔���w�Z
+031106,EL05136335101,�I��,�O�d��,��I��,�I����������
+031107,EL05036711102,�O�d�F��Q,�O�d��,�F��s,�F��s���V�����w�Z
+031108,EL05135158902,�哃,�ޗnj�,�ܞ��s,�哃�^����
+031109,EL05135120302,���,�a�̎R��,�L�c�쒬,�L�c�쒬���ܐ������w�Z
+031110,EL05035632102,�암��,�a�̎R��,�݂Ȃג�,�݂Ȃג������쒆�w�Z
+031111,EL05035565902,�F���,�a�̎R��,�V�{�s,�V�{�s���F��쒆�w�Z
+031112,EL05035337202,���l,�a�̎R��,���l��,���l�����x�c���w�Z
+031113,EL05035262603,�Í�,�a�̎R��,���{��,�Í�����^������Ə�
+031114,EL05034741001,�������Y,������,���Y��,���Y�������Y���w�Z
+031116,EL05034538802,����,������,�߉꒬,�߉꒬���������w�Z
+031117,EL05032241501,��F,���Q��,��F�s,��F�s���y�m�R�����i�Ƃ݂���܁j
+031118,EL04932624802,�F�a���Q,���Q��,�F�a���s,�F�a���s���˓����w�Z
+031119,EL05033235401,�ɖ�,���m��,���̒�,���̒����ɖ쒆�w�Z
+031120,EL05033255502,�g��,���m��,����s,�~�j���������
+031121,EL05034004402,���˂R,���m��,���ˎs,���Q�h���ۈ���
+031122,EL04934711401,���˂S,���m��,���ˎs,�������ˌ������R�����ԏ�
+031123,EL04932777702,�����Q,���m��,������,����������҃R�~���j�e�B�[�Z���^�[
+031124,EL04932467501,�����Q,���m��,�l���\�s,�������s�����ԏ��w�Z��
+031125,EL04932274801,�y�������Q,���m��,�y�������s,�y�������s���z���w�Z�iH21.4.1�x�Z�j
+031126,EL04932161401,�y�������R,���m��,�y�������s,�y�������s���L�m�쏬�w�Z
+031127,EL05337563502,�ؑ]��x,���쌧,����s,���L�тP�P�O�єǃ�����
+031128,EL05336058803,�򕌂`,�򕌌�,�򕌎s,�򕌌������H�ƍ��Z
+041129,EL05136732403,���,�O�d��,����s,���������w�Z
+041130,EL05035449702,�a�̎R�哃,�a�̎R��,�c�ӎs,�x����ҍL��
+041131,EL05033476501,����,���m��,�����s,�����m����E���w�Z
+041132,EL05033205301,�v������,���Q��,�v��������,�����Ï��w�Z�Ւn
+041133,EL04932434901,����,���Q��,���쒬,���쒬����C���w�Z
+041134,EL05032076301,�����`,���m��,������,���������������w�Z
+041135,EL05333158503,�����`,���挧,�ՉY��,�ՉY�����Y���c�t��
+041136,EL05237054003,�Y���`,�É���,�l���s,�l���s���Y���ۈ牀
+041137,EL04931439004,�����`,�啪��,�|�c�s,�|�c�s���������x��
+041138,EL05437649702,���R�`,�x�R��,���R��,�z�e�����R
+041139,EL05136344304,�쓇�`,�O�d��,��ɐ���,�Ȃ��悵�ۈ牀
+051140,EL03036501602,���m����,�����s,���}����,������
+051141,EL04932572602,�l���\,���m��,�l���\�s,�l���\�s����p���w�Z
+051142,EL04932351402,�h�тQ,���m��,�h�юs,�h�юs�����z���w�Z
+051143,EL05236321303,�y�R�`,���ꌧ,�b��s,�b��s���y�R���w�Z
+051144,EL05238366302,�˓c�a,�É���,���Îs, 
+051145,EL05841228203,�����`,��茧,��֎s,��֎s�����ߏ��w�Z
+051146,EL05135130402,�a�̎R�����`,�a�̎R��,�L�c�쒬,�L�c�쒬�������ۈ牀
+051147,EL05131065601,���R�`,�R����,����s,����s����Βn�����i���T�j
+061148,EL05136558802,�ɐ�,�O�d��,�ɐ��s,�ɐ��s���q�c�R���w�Z
+061149,EL05136355501,��ɐ�,�O�d��,��ɐ���,��ɐ������O�����h
+061150,EL06340676102,�s�˂`,�k�C��,�s�˒�,���̉w�u�����ׂƒT���Y�v
+061151,EL05132559201,���L���`,�L����,���L���s,���L���s���u�a���w�Z
+071152,EL05033374301,���|�Q,���m��,���|�s,���R������
+071153,EL05034502902,�߉�,������,�߉ϒ�,�߉꒬���k�쏬�w�Z
+071154,EL05035522401,�݂Ȃ�,�a�̎R��,�݂Ȃג�,���ڒÌ���
+071155,EL05035379702,�ߒq���Y�R,�a�̎R��,�ߒq���Y��,�F�v�䏬�w�Z
+071156,EL05036508102,��l,�O�d��,��l��,���J��������
+071157,EL05132427702,�L���Q�`,�L����,�L���s,�����^������
+071158,EL05536460104,�u��`,�ΐ쌧,�u�꒬,�u�꒬���u�ꒆ�w�Z
+071159,EL05941003405,�Ԋ��`,��茧,�Ԋ��s,�Ԋ��s�����쒆�w�Z
+071160,EL05237050702,�l���`,����,�l���s,�{������
+071161,EL05237031503,�L���`,�É���,�L���s,�L���s�����򏬊w�Z
+071162,EL05739641203,�V���R�k,�V����,����s,���㍂���w�Z�R�k���Z�Ւn
+071163,EL05439722202,�Q�n�����`,�Q�n��,���c�s,�����q��
+071164,EL05132629101,�ˉ͓�`,�L����,���|���c��,���̉w�@�����Ƃ�����
+081165,EL04932747702,�F�a���R,���Q��,�F�a���s,�O�Ԓ��^������
+081166,EL04933518702,�l���\��,���m��,�l���\��,���Í蓔��
+081167,EL05334234902,����`,���Ɍ�,�V����,���N����
+081168,EL04829669201,����`,���茧,����s,�e���ӂꂠ������
+081169,EL04930071805,��`,�F�{��,�R�s��,�����O���E���h
+081170,EL05235664102,���s�����P�`,���s�{,���s�s,���s�s���Ԑҏ��w�Z�E���w�Z�~�n��
+081171,EL05339550101,���n�`,�����s,���n��,�����̂������V��
+081172,EL04933409803,���m����`,���m��,������,�����������ꒆ�w�Z
+081173,EL06241610103,�̖@�؂`,�k�C��,���َs,���َs���̖@�ؒ��w�Z
+091174,EL06040629303,���ډ��`,�X��,���ډ���,�c��e���̍L��
+091175,EL06140370902,����`,�X��,�����,��z�R�X�ь���
+091176,EL05640060401,�������`,������,����,�����R�~���j�e�B�Z���^�[
+091177,EL06542070503,�V���Q�`,�k�C��,�V����,�V�������x���������w�Z
+091178,EL05138712705,��O��`,�É���,��O��s,���܂���������
+091179,EL05740360001,���,�{�錧,���s,���s�V����
+091180,EL05334320601,����`,���挧,�����,�����������k���w�Z
+101181,EL05540771902,��t�`,������,��t��,��t�������ٕ���
+101182,EL06445744003,�����P�`,�k�C��,�����s,�����s����H�ċp��
+101183,EL05239306701,�ɓ��`,�É���,�ɓ��s,�ɓ��s���|�̑�c�t��
+111184,EL05941478703,�c�V�`,��茧,�{�Îs,�{�Îs���c�V��ꏬ�w�Z
+111185,EL05740273202,��䑾��,�{�錧,���s,���s���l�Y�ۏ��w�Z
+111186,EL05639518702,�����`,�V����,�����s,�����s�����싅��
+11S070,EL05640376802,�r�쑊�n�`,������,�쑊�n�s,���̉w�u�쑊�n�v
+92106,EL05239400601,�F����,�É���,�ɓ��s,�F�����R�~���j�e�B�Z���^�|
+92110,EL05440102601,�‚��΂P,��錧,�‚��Ύs,���y��ʏȍ��y�n���@
+93001,EL05439345302,����,�Ȗ،�,����s,����s����Ȓ��w�Z
+93002,EL05440311302,����,��錧,�Ή��s,�Ή��s�����䏬�w�Z
+93003,EL05439264402,�O�a,��錧,�É͎s,�O�a������R�~���j�e�B�[�p�[�N
+93004,EL05440241301,�g�c,��錧,�g�c�s,�g�c�s���z�K���w�Z
+93005,EL05439124702,�]��,��ʌ�,�F�J�s,�]��򐅏�
+93006,EL05440121702,�o��,��錧,�����݂�����s,�����݂�����s���k���w�Z
+93007,EL05439150002,�v��,��ʌ�,�v��s,��ʌ��_�ё��������Z���^�[���|������
+93008,EL05439061302,���a,��ʌ�,�t�����s,�t�����s���x�����w�Z
+93009,EL05340754202,��鎭��,��錧,�����s,�Ɨ��s���@�l�@���ʐM�����@�\�@�����F���Z���^�[
+93010,EL05340736201,����,��錧,��~�s,��~�s�����쒆�w�Z
+93011,EL05339731701,��z,��ʌ�,��z�s,��z�s���������w�Z
+93012,EL05339772902,��J,��錧,��J�s,��J�s�����₫�䒆�w�Z
+93013,EL05339752201,��{,��ʌ�,�������܎s,�������܃X�|�[�c�N���u
+93014,EL05340614102,����,��錧,������,�������������w�Z
+93015,EL05340536202,��h,��t��,���c�s,���c�s����㏬�w�Z
+93016,EL05339563501,����,�����s,������,��c�ƒ�������
+93018,EL05340504101,����,��t��,����s,����s����R�����w�Z
+93019,EL05339435902,�����,�����s,�����s,�Ɨ��s���@�l�@���ʐM�����@�\
+93020,EL05340426501,�x��,��t��,�x���s,�x���s������c�t��
+93021,EL05340553102,����,��t��,���s,���s���Ύ��R����
+93022,EL05340467601,���q,��t��,���q�s,���q�s����O���w�Z
+93023,EL05339471202,��t�s��,��t��,�s��s,��s������
+93024,EL05340337502,��t����,��t��,�R���s,�����^������
+93025,EL05340215401,��t��,��t��,��t�s,��t���_�ё��������Z���^�[
+93026,EL05339257303,�_�ސ���,�_�ސ쌧,���s,���s���ʐ쏬�w�Z
+93027,EL05340223501,��Ԕ���,��t��,��Ԕ�����,��Ԕ���������Ԓ��w�Z
+93028,EL05339232701,���c,�����s,���c�s,���c�s�����ꏬ�w�Z
+93029,EL05339127501,����,�_�ސ쌧,���؎s,����^������
+93030,EL05340103402,�s���P,��t��,�s���s,�s���s���L�H�����w�Z
+93031,EL05339009302,�R�k,�_�ސ쌧,�R�k��,�R�k�����O�ے��w�Z
+93032,EL05339152202,���l,�_�ސ쌧,���l�s,���l�s���k�����w�Z(�Z�ɉ���E���㓃����)
+93033,EL05340120602,����,��t��,������,�򃖑䑍������
+93034,EL05239739702,����,�_�ސ쌧,����s,����s���������i�����^�������j
+93035,EL05239726103,��{,�_�ސ쌧,��{��,��R�V���n(�H�t�����j
+93036,EL05239767601,�x��,��t��,�x�Îs,�x�Îs���x�Ï��w�Z
+93037,EL05240719101,�s���Q,��t��,�s���s,�s���s�������w�Z
+93038,EL05238778002,��a��,����,��a��s,��a��s������
+93039,EL05239567702,����,��t��,���쒬,���쒬�w�Z���H�Z���^�[
+93041,EL05240529102,���Y,��t��,���Y�s,���Y�s���r�쏬�w�Z�Ւn
+93042,EL05239507802,���͌�,�_�ސ쌧,���͌���,���͌��������͌����w�Z
+93043,EL05238573202,��������,����,������,�����������^������
+93044,EL05240503601,����,��t��,����s,����s�c�����^���{��
+93045,EL05239770603,����R,��t��,�N�Îs,���y�n���@����R���n�ϑ���
+93046,EL05238471902,��m,�É���,�ɓ��̍��s,���‚����u����
+93047,EL05239364901,�َR,��t��,�َR�s,�َR�s���W�Ǘ��Z���^�[
+93048,EL05239312003,�����R,�É���,�ɓ��s,�ɓ��s�����R����
+93049,EL05238279301,�V�铒�����P,�É���,�ɓ��s,�ɓ��s�����������w�Z
+93050,EL05237250302,����,�É���,�l���s,�l���s���������������@���ړI���C�Z���^�[�i���ԏ�j
+93051,EL05239134003,�哇�P,�����s,�哇��,�哇������񒆊w�Z
+93052,EL05238104101,�|��,����,�|��s,�|��s����k���w�Z
+93053,EL05238170901,�͒�,�É���,�͒Ò�,�͒Ò����͒Ò��w�Z
+93055,EL05239032401,�哇�Q,�����s,�哇��,�哇������O���w�Z
+93057,EL05139424001,�V��,�����s,�V����,�V�������V�����w�Z
+93058,EL05139214002,�_���P,�����s,�_����,�_�����J�������Z���^�[
+93059,EL05139144003,�O��P,�����s,�O�,�O����O��w�Z
+93060,EL05139047303,�O��Q,�����s,�O�,�O����ؓc���w�Z
+93061,EL05239300103,���ɓ�,�É���,�ɓ��s,�ۖ썂���ό��{�݁u���V�̓��v�i�������h�ɒ��ɓ����j
+93062,EL05239205902,�ɓ�������,�É���,�ɓ��s,�ɓ��s�c�������������ԏ�
+93063,EL05339426101,�H��,�����s,�������s,����������
+93064,EL05338374802,�R���匎,�R����,�匎�s,�匎�s�c�����O�����h���㋣�Z��
+93065,EL05339313201,����,�_�ސ쌧,���͌��s,���͌��s�����A���w�Z
+93066,EL05339111601,�`��,�_�ސ쌧,�`��s,���
+93067,EL05239752301,���{��,�_�ސ쌧,���{��s,�s���l�^������
+93068,EL05239609302,����,�_�ސ쌧,������,�������������������w�Z
+93069,EL05338133502,���x,�R����,�g����,�R��������n���ΘJ�”N�Z���^�[�i�풓�Ǘ��ҕs�݁j
+93070,EL05338169502,�x�m�g�c,�R����,�x�m�g�c�s,�x�m�g�c�s�����g�c�����w�Z
+93071,EL05338043502,�x�m�{�P,�É���,�x�m�{�s,�x�m�{�s����V���ۈ牀
+93072,EL05238766101,����P,�É���,����s,�É��������ˌ���
+93073,EL05238734501,�암,�R����,�암��,�암�����r�����w�Z
+93074,EL05238624001,���P,����,���s,���J��q��
+93075,EL05238644902,�x�m�{�Q,�É���,�x�m�{�s,�w�Z�@�l�É����H�ȑ�w���ˍ����w�Z
+93076,EL05238650701,�x�m,�É���,�x�m�s,�É������g���H�ƍ����w�Z
+93077,EL05238448101,�É������s�P,�É���,�É��s,�É��s�����ǔ��؊ԃ|���v����搅��
+93078,EL05238522902,���Q,����,���s,��c�����������g��
+93079,EL05238512001,�{�썪,�É���,�썪�{��,�썪�{�����{�썪���w�Z
+93081,EL05238338001,���R,����,���s,���s��k����
+93084,EL05237459502,���h,���m��,���h��,���h�������h���w�Z
+93085,EL05238163201,���ɓ�,�É���,���ɓ���,���ɓ����@���򐅏�
+93086,EL05138763701,��ɓ��Q,�É���,��ɓ���,�ΘL��W�����O���p�[�N���ԏ�
+93088,EL05238302501,�썪,�É���,���c�s,���c�s���썪���w�Z
+93089,EL05237271402,���X,����,�X��,�X�����X���w�Z
+93090,EL05237362501,�V��,�É���,�l���s,�l���s�����쒆�w�Z�Ւn
+93091,EL05238110002,�É����ǂP,�É���,�q�V���s,�q�V���s�e��s�w�Z�g�����q�V�����w�Z
+93092,EL05238018801,�Y��,�É���,�q�V���s,�q�V���s����菬�w�Z
+93093,EL05238005402,�哌�P,�É���,�|��s,�|��s���������w�Z
+93094,EL05138717002,�l���P,����,��O��s,��O��s���l�����w�Z
+93095,EL05237070401,��H,�É���,�܈�s,��H���Z��
+93096,EL05237170201,�܈�,�É���,�܈�s,�܈�s��������
+93097,EL05237165303,�l�k,����,�l���s,�l���s���k�l���w�Z
+93098,EL05237060502,���m,�É���,�֓c�s,�֓c�s�����m�����w�Z
+93099,EL05237342602,�P��,���m��,�V��s,�V��s�����•ۈ牀
+93102,EL05237233402,���m��{��,���m��,�L��s,�L��s����{�������w�Z
+93103,EL05237147403,�O����,����,�l���s,�l���s���O���������w�Z
+93104,EL05237046102,�ΐ�,�É���,�ΐ��s,�ΐ��^�������i���ԏ�j
+95105,EL05239414303,����,����,�M�C�s,��������
+95113,EL04939564301,����,�����s,���䒬,���䒬�x�m�싅��
+101181,EL05540771902,��t�`,������,��t��,��t�������ٕ���
+101182,EL06445744003,�����P�`,�k�C��,�����s,�����s����H�ċp��
+101183,EL05239306701,�ɓ��`,�É���,�ɓ��s,�ɓ��s���|�̑�c�t��
+940001,EL06841068002,�t��,�k�C��,�t��s,�������
+940002,EL06643512703,����,�k�C��,������,���������������w�Z
+940003,EL06641467002,�H�y,�k�C��,�H�y��,�H�y���z�ʏW�
+940004,EL06544659401,�Η�,�k�C��,�Η���,�I�z�[�c�N�쉀
+940005,EL06544230502,��q��,�k�C��,��q����,���H�������ό������Z���^�[
+940007,EL06542330801,���l,�k�C��,���l��,���l�������l���w�Z
+940008,EL06541642001,����,�k�C��,���ђ�,�z�e���I�[�x���W���܂���
+940009,EL06445418003,�l��,�k�C��,�l����,�A�[�`�����ԏ�
+940010,EL06444335401,���H�s,�k�C��,���H�s,���H�s�����z���w�Z
+940011,EL06443433601,�r�c,�k�C��,�r�c��,�r�c�������������Z���^�[
+940012,EL06442337202,�芥,�k�C��,�芥��,�芥���^������
+940013,EL06441601202,���M�P,�k�C��,���M�s,���M�s�������
+940014,EL06441357801,����,�k�C��,������,������܏��w�Z�Ւn�i���L�n�j
+940015,EL06343328602,�L��,�k�C��,�L����,�V�[�T�C�h�p�[�N�L��
+940016,EL06342422902,�Ó�,�k�C��,�V�Ђ�����,�����u�c������
+940017,EL06339564803,���I,�k�C��,�����Ȓ�,���I�n��_�������@�גn
+940018,EL06340474502,����,�k�C��,�����s,������T���ڂT������
+940019,EL06343010202,�����P,�k�C��,������,�������X�|�[�c����
+940020,EL06339148101,���K�P,�k�C��,���K��,���ɂ܂����
+940021,EL06340000801,����,�k�C��,������,���a��C�l����
+940022,EL06240559902,����,�k�C��,���َs,���َs���k�������w�Z
+940023,EL06240105301,���O,�k�C��,���O��,���O���c�q��
+940024,EL06141716702,�ނ�,�X��,�ނŽs,�ނŽs�����c�������w�Z
+940026,EL06140123102,�˃���,�X��,�˃���,�˃��򒬗��‘򏬊w�Z
+940027,EL06041166301,�v��,��茧,�v���s,�v���s���F�����w�Z
+940028,EL05941278501,�{��,��茧,�{�Îs,�{�Îs���Ìy�Β��w�Z
+940029,EL05841513602,����P,��茧,���B�s,���򑪒n�ϑ���
+940030,EL05939766201,�j���P,�H�c��,�j���s,�j���s���j���k���w�Z
+940031,EL05940007301,�{��,�H�c��,�R���{���s,�R���{���s�Θe����
+940032,EL05839267401,��c,�R�`��,��c�s,��c�s�΃��u�񒚖ڌ���
+940033,EL05840121503,�R�`�V��,�R�`��,�V���s,�V���s���R����
+940035,EL05740329901,�V��,�R�`��,�V���s,�V���s����������
+940036,EL05741533502,����,�{�錧,���쒬,���쒬�����^����
+940037,EL05740378602,���{,�{�錧,���{��,���{������񏬊w�Z
+940038,EL05640576202,���n�P,������,���n�s,���n�s���{��w�Z
+940040,EL05639367301,�R�s,������,�쑽���s,�����쌒�N����
+940041,EL05540570202,���킫,������,���킫�s,���킫�s�t�����[�Z���^�[
+940042,EL05440644802,����,��錧,�����s,�����s����򏬊w�Z
+940043,EL05439458801,�Ȗ�,�Ȗ،�,�Ȗ؎s,�Ȗ؎s�����^������
+940044,EL05538073202,�V��,�Q�n��,�݂Ȃ��ݒ�,�݂Ȃ��ݒ����{�쏬�w�Z
+940045,EL05438361902,�x��,�Q�n��,�x���s,�x���s�w�Z���H�Z���^�[
+940046,EL05437569802,�咬,���쌧,�咬�s,�咬�s���m�ȑ䒆�w�Z
+940047,EL05337770503,����,���쌧,���֒�,���֒������֐����w�Z
+940048,EL05338340601,����,�R����,�b�{�s,�R�����]���u�ˌ���
+940049,EL05739247002,����,�V����,����s,����s�^������
+940050,EL05638677902,�V��,�V����,�V���s,�V���s���ŽR���w�Z
+940051,EL05638047501,����P,�V����,����s,����s�����l���w�Z
+940052,EL05537331802,���P,�x�R��,���P��,���P��������w�Z
+940053,EL05636075102,�֓�,�ΐ쌧,�֓��s,�֓��s���剮���w�Z
+940054,EL05436759101,���,�ΐ쌧,��咬,��咬��������
+940055,EL05436217301,�O��,���䌧,���s,���s�����ˏ��w�Z
+940056,EL05336302801,�։�,���䌧,�։�s,�։�s�����v�[��
+940057,EL05335215801,�{��,���s�{,�{�Îs,�{�Îs���I�c���w�Z
+940058,EL05437126701,���R,�򕌌�,���R�s,���R�s����ꏬ�w�Z
+940059,EL05337516902,���C,�򕌌�,���C�s,���C�s�����C���w�Z
+940060,EL05336273202,���Z,�򕌌�,���Z�s,���Z�s�����L�m���w�Z
+940061,EL05337037702,���Ð�,�򕌌�,���Ð�s,���Ð�s�����؏��w�Z
+940062,EL05236511203,�����s,���ꌧ,���ߍ]�s,���ߍ]�s�������s�����w�Z
+940063,EL05237505303,���i,���m��,���i�s,���i�s�����
+940064,EL05236141002,��,�O�d��,�Îs,�Îs����g�c���w�Z
+940065,EL05136565801,���H,�O�d��,���H�s,���H�s�����H�����w�Z
+940066,EL05136017502,���h,�O�d��,���h�s,���h�s�����h���w�Z
+940067,EL05235240001,����,���{,���ʎs,���ʎs����񑍍��^����
+940068,EL05135467802,�ޗNjg��,�ޗnj�,�g�쒬,�g�쒬���g�쏬�w�Z
+940069,EL05135118702,�a�̎R�C��,�a�̎R��,�C��s,�C��s����񒆊w�Z
+940070,EL05035168101,���{,�a�̎R��,���{��,���{�����ȕx���w�Z
+940071,EL05234144403,���Ɍ��,���Ɍ�,���‚̎s,���‚̎s����×c�t��
+940072,EL05334320603,���,���挧,�����,�����������k���w�Z
+940074,EL05333102403,���],������,���]�s,���]�s���Γ쒆�w�Z
+940075,EL05232410603,�]��,������,�]�Îs,�]�Îs�����p���w�Z
+940076,EL05131743802,�{��,�R����,���s,���s���{�����w�Z
+940077,EL05133645202,�}��,���R��,�}���s,�}���s���g�c���w�Z
+940078,EL05132440602,�L���F��,�L����,�F�쒬,�F�쒬���F�쒆�w�Z
+940079,EL05030779303,����,�R����,���֎s,���֎s���C�c���w�Z
+940080,EL05134304102,����,���쌧,�����s,���쌧�������썂���w�Z
+940081,EL05034751001,����P,������,����s,����s�������ꒆ�w�Z
+940082,EL04934707901,����,���m��,���ˎs,�Ɨ��s���@�l�������ˏ��N���R�̉�
+940083,EL05033243602,���m,���m��,���m�s,���m�s���\���w�Z
+940084,EL04933712901,���y���P,���m��,���y����,���y��������m���]���w�Z
+940085,EL04932170702,�y������,���m��,�y�������s,�y�������s�����l���w�Z
+940086,EL05032126202,�ɕ�,���Q��,�ɕ���,����197������
+940087,EL05030437802,�É�,������,�É�s,�É�s���Éꒆ�w�Z
+940088,EL05031155502,����,�啪��,�����s,�����s����Ґ��������Z���^�[�i�₷�炬�j
+940089,EL04930779701,���c,�啪��,���c�s,���c�s���L�c���w�Z
+940090,EL04931370001,�啪����,�啪��,�����s,�����s�������c���w�Z
+940091,EL05029167801,���C,���ꌧ,���C��,���C�����������w�Z
+940093,EL04830655103,�璚,�F�{��,����s,�k���_������
+940094,EL04831553003,����,�{�茧,�����s,�剤�J�^������
+940095,EL04831032702,���y��,�{�茧,�{��s,�{��s���v���w�Z
+940096,EL04830011501,���v��,��������,���v���s,�O�����r���[������
+940097,EL04730230703,�������P,��������,�������s,�э]�S���t�N���u�~�n��
+940098,EL04630721301,����,��������,����s,������
+940099,EL04631701701,��V�Y,��������,�̕t��,�̕t�������O���E���h�i���ԏ�j
+942004,EL04730171001,����,��������,�����s,�C�ے��n���C�ϑ��������o����
+950101,EL06842010302,����,�k�C��,������,�������c�q��
+950102,EL06741703302,�當,�k�C��,�當��,�當�����ڔE���w�Z�Ւn
+950103,EL06742440202,�}�K,�k�C��,�}�K��,�k�܂S�T�x�L�O�L��
+950104,EL06741257902,�V��,�k�C��,�V����,�V�������‚����܌���
+950105,EL06742027101,���Ўq�{,�k�C��,���Ўq�{��,���Ўq�{���R���L��
+950106,EL06641521602,�V����,�k�C��,�H�y��,�H�y�����V���x��
+950107,EL06642355001,����,�k�C��,���쒬,���쒬�����u����
+950108,EL06644007201,��C,�k�C��,�k���s,�L��n��_������
+950109,EL06645012402,���P,�k�C��,���P��,���P���L�n
+950110,EL06642010201,�y����,�k�C��,�y�����,�y��������y������w�Z
+950111,EL06643020602,�ې��z,�k�C��,���y��,�ې��z����������
+950112,EL06443277402,����,�k�C��,���H�s,���H�s�����ʒ��w�Z
+950113,EL06544275801,���W��,�k�C��,���W�Ò�,���W�Ò����L�˒��w�Z
+950114,EL06543661202,�k��,�k�C��,�k���s,�k���s�S�g��Q�ҋ�����Ə��H�[�Ƃ݂���(���ԏ�)
+950115,EL06545319001,�W��,�k�C��,�W��,�W�����
+950116,EL06544069102,�ʊC�P,�k�C��,�ʊC��,��������
+950117,EL06541038402,���c,�k�C��,�Ύ�s,���c����
+950118,EL06545005901,�ʊC�Q,�k�C��,�ʊC��,�ʊC���𗬃Z���^�[�u�x�y���v
+950119,EL06545064403,�����Q,�k�C��,�����s,�����s�������w�Z
+950120,EL06440745703,�ϒO,�k�C��,�ϒO��,�a���f��c�ϒO�C�m�Z���^�[
+950121,EL06443744402,����,�k�C��,����,���񒬗L�n
+950122,EL06444627602,�ߋ�,�k�C��,�ߋ���,�ߋ����L�n
+950123,EL06443627301,��m�y,�k�C��,��m�y��,��m�y����������
+950124,EL06444514001,�����P,�k�C��,���H�s,���H�s���������w�Z
+950125,EL06444466702,����,�k�C��,���ݒ�,���̉w�u���݁v�i���ݖ��o�^�[�~�i���E�R���L���G�j
+950126,EL06440436902,��,�k�C��,����,����������
+950127,EL06440348302,���a,�k�C��,���a��,�X�ь��N����
+950128,EL06441326301,�D�y,�k�C��,�D�y�s,�D�y�s�k�����R���牀
+950129,EL06440272002,����,�k�C��,���ɒ�,���ɒ������ɏ��w�Z
+950130,EL06440146802,���z,�k�C��,���z��,�������
+950131,EL06440114802,���s,�k�C��,���s��,���s�������s���w�Z
+950132,EL06441067902,���^,�k�C��,���^��,���������
+950133,EL06442027303,����,�k�C��,���撬,�S���L�O����
+950134,EL06443003802,���D��,�k�C��,���D���,�����_�ƃZ���^�[
+950135,EL06441000501,���,�k�C��,�ɒB�s,�ɒB�s��W���Z���^�[
+950136,EL06341748802,�Ϗ��q,�k�C��,�Ϗ��q�s,�΃��u����
+950137,EL06340767602,����,�k�C��,����Β�,�Ƃ���N���[�i�b�v�Z���^�[
+950138,EL06343636602,���,�k�C��,�����,������c�Ӑ��q��
+950139,EL06341625802,���V,�k�C��,���V��,�����ӂꂠ���L��
+950140,EL06340529802,������,�k�C��,��������,���������b��
+950141,EL06342507402,���,�k�C��,��ʒ�,�f�C�E�T�[�r�X�Z���^�[�i�₷�炬���j
+950142,EL06342249503,�O��,�k�C��,�V�Ђ�����,�V�Ђ��������ʗ{��V�l�z�[���H����
+950143,EL06340229003,���_,�k�C��,���_��,���_�X�|�[�c����
+950144,EL06342175401,�l��,�k�C��,�l����,�A�|�C�̉΂܂‚莑�ރZ���^�[
+950145,EL06340105002,�F��,�k�C��,���_��,���_���L�n�i���N���s���j
+950146,EL06340141502,�k�C���X,�k�C��,�X��,�I�j�E�V����
+950147,EL06340065402,����,�k�C��,������,�R���L��
+950149,EL06240321501,�m��,�k�C��,�m���,�m����L�n�i�w�Z�Ւn�j
+950150,EL06240174003,����,�X��,���䑺,���䑺�����c���w�Z(H18�N�x�p�Z)
+950151,EL06140455002,�I�c,�X��,�O���l��,�I�c��{���n�����
+950152,EL06141326902,�Z����,�X��,�Z������,�Z����������ꒆ�w�Z
+950153,EL06041715502,�\�a�c,�X��,�\�a�c�s,�\�a�c�s�����Ƃ����w�Z
+950154,EL06039679402,���,�X��,�[�Y��,�[�Y�����X�|�[�c�Z���^�[
+950155,EL06040642602,��k,�X��,��k��,��k�������ُ��w�Z
+950156,EL06041641003,����,�X��,���ˎs,���ˎs�������쒆�w�Z
+950157,EL06041304602,�c�q,�X��,�c�q��,�c�q�����㋽���w�Z
+950158,EL06041458701,��s,��茧,�m�쒬,�m�쒬����s���w�Z
+950159,EL06041324301,���,��茧,��ˎs,��ˎs���������w�Z
+950160,EL06041035601,����,��茧,������,�����������^������
+950161,EL05941717802,���,��茧,��蒬,��蒬�����{����w�Z
+950162,EL05941674602,���P,��茧,���,��򒬗����{���w�Z�@�勍����Z
+950163,EL05941612302,�ʎR,��茧,�����s,�����s�����^������
+950164,EL05941661403,���Q,��茧,���,��򒬗���򒆊w�Z
+950165,EL05940474701,����,��茧,���Β�,���Β������^������
+950166,EL05941311302,���,��茧,��В�,��В��Ԗ�X������
+950167,EL05941174601,�R�c,��茧,�R�c��,�R�c���������O�����h
+950169,EL05941040202,����,��茧,����s,����s�����쒆�w�Z
+950170,EL05841760301,����,��茧,���Ύs,���Ύs���b�q���w�Z
+950171,EL05841452902,��D�n,��茧,��D�n�s,��D�n�s�X�ё������p�{�݃t���A�C�����h���薦
+950172,EL05841248502,�C���,�{�錧,�C����s,�C����s���C������w�Z
+950173,EL05840177901,�I��,�{�錧,�I���s,�I���s���I��w�Z
+950174,EL05840069402,�Žq,�{�錧,���s,���s�s�c���q��
+950175,EL05841031502,�u�Ð�,�{�錧,��O����,��O�������u�Ð쏬�w�Z
+950176,EL05741614101,�O�J,�{�錧,�O�J��,�O�J��������Õ����Z���^�[
+950177,EL05740469802,�{���a,�{�錧,��a��,�w�Z�@�l�@���k���H���w�Z
+950178,EL05740254102,�{����,�{�錧,��蒬,��蒬�������w�Z
+950179,EL05740063702,�j��,�{�錧,�j����,�j�������j�����w�Z
+950180,EL05640738502,�����h,�{�錧,�����h��,�����h�����֏��w�Z
+950181,EL06040349601,���,�H�c��,��َs,��َs����񒆊w�Z
+950182,EL06040322101,����,�H�c��,������,���������������w�Z
+950183,EL06040265201,���p,�H�c��,���p�s,���p�s��
+950184,EL06040209302,�\��,�H�c��,�\��s,�\��n��y�n���Nj�
+950185,EL06040030202,���m,�H�c��,�k�H�c�s,�k�H�c�s�����m�����w�Z
+950186,EL05940712001,�܏��,�H�c��,�܏�ڒ�,�n��n�������
+950187,EL05940449701,����,�H�c��,��k�s,���ؑ������N���i�Z���^�[
+950188,EL05940318802,�͕�,�H�c��,�H�c�s,�H�c�s���͕ӏ��w�Z
+950189,EL05940235001,����k,�H�c��,���s,���s������k�����w�Z
+950190,EL05840749402,����,�H�c��,����s,����s�����q���w�Z
+950191,EL05839674202,�ۊ�,�H�c��,�ɂ��َs,�ɂ��َs���싅��i��\�㓇����j
+950192,EL05840519201,���C,�H�c��,�R���{���s,�R���{���s���������w�Z
+950193,EL05840456001,�F��,�H�c��,����s,����s�s�c�F���싅��
+950194,EL05839642302,��,�R�`��,��c�s,���y�n���@�򒹌�����
+950195,EL05839171602,����,�R�`��,�����,��������암������
+950196,EL05739761603,����,�R�`��,�߉��s,�߉��s�{���n��R���L��
+950197,EL05739157901,�R�`����,�R�`��,������,�z�����������Z���^�[
+950198,EL05640705701,�đ�,�R�`��,�đ�s,�đ�s���Z�����w�Z
+950199,EL05740203602,����,�R�`��,���钬,���钬�����L���w�Z
+950200,EL05640431702,����,������,�����s,�����s����J�쏬�w�Z
+950201,EL05640267001,�Q�],������,�Q�]��,�Q�]���������w�Z
+950202,EL05640208503,���c��P,������,���c�㒬,���c�㒬�c�֒�R�q��
+950203,EL05641204002,����,������,�쑊�n�s,�쑊�n�s�����Y���w�Z
+950204,EL05639146202,��R,������,��R��,��R������^����
+950205,EL05540759203,�ꍪ,������,�c���s,�c���s���ꍪ���w�Z
+950206,EL05539726903,����,������,������,���������������w�Z
+950207,EL05539743001,�����싽,������,���Ò�,���Ò��a��c�_���‹����P�Z���^�[
+950209,EL05539761901,����,������,������,���������������w�Z
+950210,EL05540525001,����,������,���͎s,���͎s�����͑�l���w�Z
+950211,EL05540540402,�Óa,������,�Óa��,�Óa�����Óa���w�Z
+950212,EL05540233302,���,������,��Ւ�,��Ւ����։����w�Z
+950213,EL05440728302,���a,��錧,�헤��{�s,�ԗ����R����
+950214,EL05540166003,�k���,��錧,�k���s,�k���s���̈��
+950215,EL05440403602,�␣,��錧,����s,����s����ˏ��w�Z
+950216,EL05440431802,����,��錧,���ˎs,���ˎs���g�c���w�Z
+950217,EL05540202301,��c��,�Ȗ،�,��c���s,��c�����n�������
+950218,EL05439749902,����,�Ȗ،�,�����s,�����s�������쏬���w�Z
+950219,EL05439771301,�F�s�{,�Ȗ،�,�F�s�{�s,�F�s�{�s���C�����w�Z
+950220,EL05539112702,�Еi,�Q�n��,�Еi��,�Еi���񋏎R����
+950221,EL05438640401,�ڗ�,�Q�n��,�ڗ���,�ڗ������������w�Z
+950222,EL05439520602,�ː�,�Q�n��,�ː��s,�ː��s�����猤����
+950223,EL05339708602,����,��ʌ�,�����s,�����s��������񒆊w�Z
+950224,EL05339667302,�z�J,��ʌ�,�z�J�s,�z�J�s���z�J������
+950225,EL05340308301,��t�Ԍ���,��t��,��t�s,�����M���Ռ���
+950226,EL05240639001,��t�匴,��t��,�����ݎs,�����ݎs�匴�O���E���h
+950227,EL05239470702,�ێR,��t��,��[���s,��q�C�ݎO���n��
+950228,EL05339359001,���c�J,�����s,���c�J��,���{��w�����w���O���E���h
+950229,EL05339010302,���,�_�ސ쌧,��䒬,��䒬�����a���w�Z
+950230,EL05239712101,���c��,�_�ސ쌧,���c���s,�v��e�͌�����
+950231,EL05739525002,�����Y,�V����,�����Y��,�I�����`�i���`�‹������{�ݗp�n�j
+950232,EL05738348102,���ÂP,�V����,���n�s,���n�s����C�{���w�Z
+950233,EL05738037701,���ÂQ,�V����,���n�s,���n�s���͍菬�w�Z
+950234,EL05639721802,�V���c,�V����,�V���c�s,�V���c�s�������w�Z
+950235,EL05638527101,����,�V����,���n�s,���؋��`�i���`�‹������{�ݗp�n�j
+950236,EL05639432801,����,�V����,���꒬,�����ۈ牀
+950237,EL05638460202,����,�V����,�����s,�����s��ω͐����
+950238,EL05639309402,�V������,�V����,���Ύs,�V���������Δ_�э����w�Z
+950239,EL05638176903,�Ȕ�,�V����,�����s,�����s���H�t���w�Z
+950240,EL05538767303,����J,�V����,����J�s,����J�s������J���w�Z
+950241,EL05538627603,�劃,�V����,��z�s,��z�s���劃�����w�Z
+950242,EL05538579402,�V����a,�V����,�싛���s,�싛���s������
+950243,EL05538509802,����,�V����,��z�s,�V�[�T�C�h�p�[�N����
+950244,EL05538449802,���V�R,�V����,�\�����s,���ʗ{��V�l�z�[���s�V�t
+950245,EL05537465901,������P,�V����,������s,������s�������쓌���w�Z
+950246,EL05538369602,����,�V����,�싛���s,�싛���s�匴�^������
+950247,EL05538213501,��������,�V����,�����s,���������X�|�[�c����
+950248,EL05536078901,����,�x�R��,�����s,�����s���ؒÏ��w�Z
+950249,EL05437716502,�x�R,�x�R��,�x�R�s,�x�R�s���V�ۏ��w�Z
+950250,EL05437639503,��R,�x�R��,�x�R�s,�E�F���T���s�A���R�i�x�R�����N��x�ɃZ���^�[�j
+950251,EL05436478302,�㕽,�x�R��,��v�s,��v�s���㕽���w�Z
+950252,EL05636672303,�w�q��,�ΐ쌧,�֓��s,�֓��s���P�����E���䒆�w�Z�w�q�����Z
+950253,EL05637123103,��F,�ΐ쌧,��F�s,��X�]��������
+950255,EL05436437103,����,�ΐ쌧,�����s,�ӂꂠ�����N�L��
+950256,EL05436159002,����,�ΐ쌧,���R�s,���􉷐�̗��u��O���v
+950257,EL05436127202,�ۉ�,���䌧,���s,�ۉ��^������
+950258,EL05336748002,���,���䌧,���s,���s���L�I�����w�Z
+950259,EL05335773901,�z�O,���䌧,�z�O��,�z�O�����l���Y���w�Z
+950260,EL05336515502,����,���䌧,��z�O��,��z�O�����������w�Z
+950261,EL05335274202,�O��,���䌧,�ዷ��,�ዷ�������Ϗ��w�Z
+950262,EL05335145802,���,���䌧,��������,������������ђ��w�Z
+950263,EL05338622502,������,�R����,�k�m�s,�k�m�s�������򏬊w�Z
+950264,EL05338459503,�q�u,�R����,�q�u��,�R���s���q�u��񏬊w�Z
+950265,EL05538136402,�R�m��,���쌧,�R�m���,�R�m������k���w�Z
+950266,EL05537064902,���n,���쌧,���n��,���n�����c�k���O�����h
+950267,EL05438719901,����,���쌧,����s,����s�k�x����
+950268,EL05438426502,����,���쌧,����s,�c��n��_�ƏW���r��������
+950269,EL05438451101,�y���,���쌧,�y���,�y��򒬖�����
+950270,EL05437378202,�L��,���쌧,���ܖ�s,�����L�ȉ^���L��
+950271,EL05438215703,�a�c,���쌧,���a��,���a���ݑ���x���Z���^�[
+950272,EL05438135602,�����,���쌧,���v�䒬,���v�䒬��P���������O�E�����h
+950273,EL05437174802,���K,���쌧,���K�s,���쌧�{�Y������
+950274,EL05337554503,�㏼,���쌧,�㏼��,�㏼���V��R����
+950275,EL05338206302,�厭,���쌧,�厭��,�厭�������\����������
+950276,EL05337262501,�ѓc,���쌧,�ѓc�s,�ѓc�s���ێR���w�Z
+950277,EL05237778402,��M�Z,���쌧,�ѓc�s,�ѓc�s�a���f�C�m�Z���^�[
+950278,EL05237649702,���H,���쌧,���H��,���H���R���L�꒓�ԏ�
+950279,EL05437410101,�{��,�򕌌�,��ˎs,��ˎs�@�{��X�|�[�c����
+950280,EL05436073602,����,�򕌌�,���R�s,���R�s�����쏬�w�Z
+950281,EL05337746201,����,�򕌌�,���R�s,�������Βn�L��
+950282,EL05336664902,����,�򕌌�,�S��s,�������ӂꂠ���L�����
+950283,EL05336570802,����,�򕌌�,�S��s,�����������Q����
+950284,EL05337338302,�t�m,�򕌌�,���Ð�s,���t�m���w�Z���H�Z���^�[
+950285,EL05336336901,����,�򕌌�,�K��쒬,�X�ѐ��Ԋw�K�Ɂu���R�Ɂv
+950286,EL05336345801,����,�򕌌�,�{���s,�������W�n����
+950287,EL05337313301,���Δ���,�򕌌�,���쒬,���쒬������k���w�Z
+950288,EL05336158401,�{��,�򕌌�,�{���s,�{���s�����^����
+950289,EL05337107902,���S��,�򕌌�,���S�Ò�,���S�Ò������S�Ò��w�Z
+950291,EL05336044301,����,�򕌌�,���䒬,���䒬�����c�t��
+950292,EL05337004802,������,�򕌌�,�������s,�������s�����u����
+950293,EL05237731202,����,�򕌌�,�b�ߎs,�T���z�[�������͂�
+950294,EL05236647701,��Z,�򕌌�,�C�Îs,�C�Îs����R���w�Z
+950295,EL05237473802,�t��,����,�l���s,�l���s���t��k���w�Z
+950296,EL05238348102,�������s�Q,����,���s,���C��w�C�m�w��
+950297,EL05238273302,�V�铒�����Q,�É���,�ɓ��s,�ɓ��s���E�򐅏�O���H�e
+950298,EL05336070403,���m���,���m��,�����,�������c������
+950299,EL05236662601,�r�ڎ�,���m��,�r�ڎ���,�r�ڎ������쒆�w�Z
+950300,EL05237526001,���m�L�c,���m��,�L�c�s,�L�c�s��������w�Z
+950301,EL05237424502,���R,���m��,�L�c�s,�L�c�s�����R���w�Z
+950302,EL05237309401,�m��,���m��,�m���s,�m���s�����b�c���w�Z
+950303,EL05237320301,�z�c,���m��,����s,����s���z�c���w�Z
+950304,EL05236168902,�튊�P,���m��,�튊�s,�튊�s���e����
+950305,EL05237105902,����,���m��,������,���������������w�Z
+950306,EL05137727201,�c��,���m��,�c���s,�c���s���_�ˏ��w�Z
+950307,EL05137703502,����,���m��,�c���s,�c���s���T�R���w�Z
+950309,EL05236259003,��,�O�d��,�l���s�s,��v���U�@�������
+950310,EL05236019401,���,�O�d��,�ɉ�s,�ɉ�s���猤���Z���^�[
+950311,EL05136645402,����,�O�d��,����s,����s�����a���w�Z
+950312,EL05136521601,�э�,�O�d��,����s,����s���э������w�Z
+950314,EL05136360502,�u��,�O�d��,�u���s,�u���s�u�������X�|�[�c����
+950315,EL05036605602,�O�d�F��,�O�d��,�F��s,�F��s���L�n���w�Z
+950316,EL05036408002,�L�a,�O�d��,�I��,�I�󒬗����ǂ̗c�t��
+950317,EL05336216502,�]��,���ꌧ,�]���,�i���j�]������Љ����w�Z
+950318,EL05336105402,�}�L�m,���ꌧ,�����s,�}�L�m�ъԃX�|�[�c�Z���^�[���ړI�O���E���h
+950319,EL05335072303,����,���ꌧ,�����s,�����s�����ؓ����w�Z
+950320,EL05236708502,���ܐ�,���ꌧ,�����s,�����s���{�����w�Z
+950321,EL05236712803,�F��,���ꌧ,�F���s,���M��������
+950322,EL05235566901,��ÂP,���ꌧ,��Îs,�C�i�ۑS�΍􎖋ƋL�O����
+950323,EL05236318103,����,���ꌧ,�b��s,���������‚����u��������
+950324,EL05235372202,��ÂQ,���ꌧ,��Îs,��Îs���싽���w�Z
+950326,EL05236204402,�M�y,���ꌧ,�b��s,�b��s���M�y���w�Z
+950327,EL05335510302,�O��,���s�{,���O��s,���O��s���F�쏬�w�Z
+950328,EL05334276403,�v���l,���s�{,���O��s,���O��s����㏬�w�Z
+950329,EL05235715303,���m�R,���s�{,���m�R�s,���m�R�s�����V���w�Z
+950331,EL05235529902,����,���s�{,���O�g��,�O���[�������h�݂���
+950332,EL05235449503,�T��,���s�{,�T���s,�T���s������
+950333,EL05235358302,���s����,���s�{,���s�s,���s�s����}���w�Z
+950334,EL05235069902,���s����,���s�{,�ؒÐ�s,���Β��ԓc�쒬���O���E���h
+950335,EL05235153402,���,���{,���s,���s����D���w�Z
+950336,EL05235041101,���,���{,���s,��������
+950337,EL05135633801,��,���{,��s,��s�����c�����w�Z
+950338,EL05135557001,�͓�,���{,�͓쒬,�͓쒬���������w�Z
+950339,EL05135540602,�͓����,���{,�͓����s,�͓����s�������̑䒆�w�Z
+950340,EL05135428901,�F��,���{,�F�撬,�F�撬���k���w�Z
+950341,EL05334142602,����,���Ɍ�,������,���Ɍ����e�a�썂����O����Z���^�[
+950342,EL05234767501,�a�c�R,���Ɍ�,�����s,���Ɍ����_�ѐ��Y�Z�p�����Z���^�[�k���_�ƋZ�p�Z���^�[
+950343,EL05235512402,���I,���Ɍ�,�ŽR�s,�ŽR�s�����I���w�Z
+950344,EL05234541602,���Ɉ�{,���Ɍ�,�����s,�����s���_�ˏ��w�Z
+950345,EL05234570702,�R��,���Ɍ�,�O�g�s,�O�g�s���a�c���w�Z
+950346,EL05234339202,���,���Ɍ�,���p��,���p���X�|�[�c�����u�Ⴀ�䃉���h�v
+950347,EL05234368103,���Ɏs��,���Ɍ�,�s�쒬,�s�쒬����ӏ��w�Z
+950348,EL05235327601,������,���Ɍ�,�����쒬,�����쒬���哇���w�Z
+950349,EL05235313401,�O�c,���Ɍ�,�O�c�s,�O�c�s�����⒆�w�Z
+950350,EL05234247303,�V�{,���Ɍ�,���‚̎s,���‚̎s���z�����w�Z
+950351,EL05235117702,�_�˖k,���Ɍ�,�_�ˎs,�_�ˎs�����R����
+950352,EL05234176903,�O��,���Ɍ�,�O�؎s,�O�؎s���O�ؗc�t��
+950353,EL05235124701,���,���Ɍ�,��ˎs,��ˎs�����R���w�Z
+950354,EL05234164601,���Ð�,���Ɍ�,���Ð�s,���Ð�s�����_�g�쏬�w�Z
+950355,EL05235036002,���{,���Ɍ�,���{�s,���{�s���������w�Z
+950356,EL05235012303,�_�˒���,���Ɍ�,�_�ˎs,�_�ˎs��q�R����
+950357,EL05234040103,�Ɠ�,���Ɍ�,�P�H�s,�P�H�s�a���f�C�m�Z���^�[
+950358,EL05234070705,����,���Ɍ�,���Ύs,���Ύs�����H���w�Z
+950359,EL05135609102,�W�H,���Ɍ�,�W�H�s,�W�H�s���≮���w�Z
+950360,EL05134569803,�W�H��{,���Ɍ�,�W�H�s,�W�H�s�����菬�w�Z
+950361,EL05134471001,�F�{,���Ɍ�,�F�{�s,���Ɍ����F�{���ƍ����w�Z
+950362,EL05134450802,���W,���Ɍ�,�삠�킶�s,�삠�킶�s���䌴���w�Z
+950363,EL05134256801,��W,���Ɍ�,�삠�킶�s,���������w�Z�Z��
+950364,EL05136608402,����,�ޗnj�,�F�Ɏs,�F�Ɏs�����J���w�Z
+950365,EL05135654801,�L��,�ޗnj�,�L�˒�,�L�˒����^�����u��ꏬ�w�Z
+950366,EL05135456602,�ܞ�,�ޗnj�,�ܞ��s,�ܞ��s���k�F�q���w�Z
+950367,EL05135074702,���k�R,�ޗnj�,���k�R��,���k�R�������k�R���w�Z
+950368,EL05135320801,�œc,�a�̎R��,�I�̐�s,�I�̐�s���̍L��
+950369,EL05135302502,�a�̎R,�a�̎R��,�a�̎R�s,�a�̎R�s�����N���R�̉�
+950370,EL05135246701,����,�a�̎R��,���쒬,���쒬������R���w�Z
+950371,EL05035735002,�a�̎R���R,�a�̎R��,�����쒬,�}�����w�Z
+950372,EL05035619402,���,�a�̎R��,�����쒬,��V�s��Ӓ��w�Z�g�����听���w�Z
+950373,EL05035567202,�{�{,�a�̎R��,�c�ӎs,�c�ӎs�����쏬�w�Z
+950374,EL05035544001,���ӘH,�a�̎R��,�c�ӎs,�΂̋��Ó����u
+950375,EL05035439102,�c��,�a�̎R��,�c�ӎs,�c�ӎs����Ï��w�Z
+950376,EL05035370302,�ߒq���Y,�a�̎R��,�ߒq���Y��,�ߒq���Y�����������w�Z
+950377,EL05035240701,�����݂P,�a�̎R��,�����ݒ�,�����ݒ����]�Z���w�Z
+950378,EL05334104301,����,���挧,����s,���쒬�^���L��
+950379,EL05333031503,�a��,���挧,���˒�,���˒����a�����w�Z�@��h�Ɂu�‰_���v
+950380,EL05234711801,�q��,���挧,�q����,�q�������q�����w�Z
+950381,EL05233529402,����,���挧,���쒬,���쒬�_�ыƒS���茤�C�{�݃C�`�C��
+950382,EL05433314902,�܉�,������,�B��̓���,���܉Ӓ��w�Z
+950383,EL05432171802,���m��,������,���m����,���m�������Y�����w�Z
+950384,EL05332057902,�o�_,������,�o�_�s,�o�_�s�����l���w�Z
+950385,EL05232673901,�m��,������,���o�_��,�O������
+950386,EL05232642002,��c,������,��c�s,��c�s����c��ꒆ�w�Z
+950387,EL05232452703,�ԗ�,������,�ѓ쒬,�ѓ쒬���ԗ����w�Z
+950388,EL05231172301,�O��,������,�l�c�s,�l�c�s���������w�Z
+950389,EL05233761301,���a,���R��,�^��s,�s�c�����h�ɒÍ�������
+950390,EL05234521501,���R�匴,���R��,����s,����s���O���E���h
+950391,EL05234412802,�쓌,���R��,����s,�o�����^�C���p�[�N�쓌
+950392,EL05233450802,����,���R��,�^��s,�^��s���؎R���w�Z
+950393,EL05233377602,���R����,���R��,���璬,���璬���������w�Z
+950394,EL05233147701,����,���R��,�����s,�_���X�|�[�c����
+950395,EL05233174402,���R���,���R��,���R�s,���R�s������w�Z
+950396,EL05134718302,�W�v,���R��,���˓�s,�������d�J���L�����H�i���R�u���[���C���jP.A.�u��{���W�]���v
+950397,EL05133562302,�q�~�P,���R��,�q�~�s,�q�~�s�����È䐼���w�Z
+950398,EL05233303902,����,�L����,�����s,�����s�����钆�w�Z
+950399,EL05232027201,�|�k,�L����,�k�L����,�k�L�����|�k�x��
+950400,EL05232041303,���c,�L����,�k�L����,�k�L���������c���w�Z
+950401,EL05233000802,�㉺,�L����,�{���s,�{���s�R���W���U���{�݁@��앶�����
+950402,EL05132668503,�L�h,�L����,���L���s,���L���s���L�h���w�Z
+950403,EL05132634701,�L���P,�L����,�L���s,�•��^�������@�싅��
+950405,EL05133405002,�O��,�L����,�O���s,�O���^������
+950407,EL05131532301,���P,�R����,���s,�����ۑ�w
+950408,EL05130375501,�L�k,�R����,���֎s,���֎s�L�k�����^������
+950409,EL05131344501,����,�R����,������,���������–ڏ��w�Z�Ւn
+950410,EL05131371602,��,�R����,�⍑�s,�⍑�s���ђ��w�Z
+950411,EL05131222702,����,�R����,���I�s,���I�s�����؏��w�Z
+950412,EL05131046201,�h�{,�R����,�h�{�s,�h�{�s���ʑc���w�Z
+950413,EL05031727202,�F��,�R����,�F���s,�F���s����㒆�w�Z
+950414,EL05032707801,����,�R����,����s,����s�����䒆�w�Z
+950415,EL05134121802,�����g��,������,���g�s,���g�s���`�����w�Z
+950416,EL05134047402,����,������,�����s,�����s���x�c���w�Z
+950417,EL05134006301,���n,������,���n�s,���n�s�����n���w�Z
+950418,EL05134014802,�R��,������,�g���s,�R�쒬�����X�|�[�c�^����
+950419,EL05033752401,�R��,������,�O�D�s,�O�D�s���ˍ����ӂꂠ���L��
+950420,EL05034635102,�㏟,������,�㏟��,�㏟�����_������
+950421,EL05034605401,��F,������,�‚邬��,���R�X�L�[��
+950422,EL05034559302,����Q,������,����s,����s���֕ۈ珊
+950423,EL05034447203,���a��,������,���g��,���y��ʏȓ��a�������o����
+950424,EL05034324903,�����C��,������,�C�z��,�숢�g�s�N�j�b�N����
+950425,EL05134526502,��C,���쌧,��������,��C�����^������
+950426,EL05134310902,������,���쌧,���ʂ��s,��쒬�݂낭���R����
+950427,EL05133256701,�O��,���쌧,�O�L�s,�O�L�s���匩���w�Z
+950428,EL05133058102,�L�l,���쌧,�ω����s,�ω����s�암���ړI�W���
+950429,EL05133179401,�Փ�,���쌧,�܂�̂���,�܂�̂�����ʌ���
+950430,EL05132079902,����,���Q��,�����s,��V�c����
+950431,EL05033742302,�ɗ\�O��,���Q��,�l�������s,�l�������s���g����
+950432,EL05033710602,����,���Q��,����s,����s���ʒÏ��w�Z
+950433,EL05032575201,���Q���,���Q��,�����s,���������
+950434,EL05032456402,�ɗ\,���Q��,�ɗ\�s,�O�H�匴�R�~���j�e�B�{�݁i�O�H�W��j�@
+950435,EL05032278502,����,���Q��,�v��������,����q��
+950436,EL05032153503,�n��,���Q��,��F�s,��F�s���n�앗�̔����فE�̖���
+950437,EL04932345402,�䑑,���Q��,���쒬,���쒬�����鏬�w�Z
+950438,EL05033552202,��L,���m��,��L��,�A���e�B300�ꂢ�ق�21���I�Z���^�[
+950439,EL05033368401,���k,���m��,�����s,�����s���N�Z���^�[
+950440,EL05034302801,�n�H,���m��,�n�H��,���i�Z�I�[�g�L�����v��
+950441,EL05034223202,���m,���m��,���m��,���m�����
+950442,EL05033270202,���|,���m��,���|�s,���|�s�����|���w�Z
+950443,EL05033126202,����,���m��,���쒬,���m���{�Y������
+950444,EL05034101001,���m�c��,���m��,�c�쒬,�c�쒬�ӂꂠ���L��
+950445,EL05033038201,�{��,���m��,�{��s,���Q���ǂ�̐X���ԏ�
+950447,EL04932660302,���y��,���m��,�l���\�s,�l���\�s�����y�����w�Z
+950448,EL04932378902,���,���m��,������,���������암�ۈ珊
+950449,EL04932250602,���m�匎,���m��,�匎��,���匎�����O�����w�Z
+950450,EL05030224003,�O��,������,�O���s,�O���s���}�y���w�Z
+950451,EL05030240101,�}����,������,�}����s,�}����s����s����
+950452,EL05030165601,���Ό�,������,����,���������Ό����w�Z
+950453,EL04930644502,����,������,�����s,�����s���쒆�w�Z
+950454,EL04930722102,����,���ꌧ,����s,����s���瓇���w�Z
+950455,EL04930501701,���ꎭ��,���ꌧ,�����s,�����s���������w�Z
+950456,EL05129738801,��Δn,���茧,�Δn�s,�����h�ɏ�Δn��
+950457,EL05129322401,���Ó�,���茧,�Δn�s,�Δn�s���{�m���w�Z
+950458,EL05029459803,�Γc,���茧,���s,�ӂꂠ���̐X�L��
+950459,EL05029043202,����,���茧,���ˎs,���C�t�J���g���[���ˎs�����^������
+950460,EL04929457501,���C,���茧,���C�s,���C�s���C�k�^����
+950461,EL04930224102,���荑��,���茧,�_��s,�_��s���_�㏬�w�Z
+950462,EL04928060701,���],���茧,�ܓ��s,�ܓ��s���݉ۈێ��W���ޒu��
+950463,EL04830716202,���Í�,���茧,�쓇���s,�쓇���s����c���w�Z
+950464,EL04930342301,�ʖ�,�F�{��,�ʖ��s,�ʖ��s���ʖ����w�Z
+950465,EL04930261102,�F�{,�F�{��,�F�{�s,�w�Z�@�l��B���ʐ��w�Z
+950466,EL04931008702,���a,�F�{��,�R�s��,���a�����V����
+950467,EL04829379802,�V��,�F�{��,�V���s,�V���s��]�_���L��
+950468,EL04830345002,���k,�F�{��,���k��,���k�������~���w�Z
+950469,EL04830268402,�F�{����,�F�{��,���Ǒ�,���Ǒ����L�n
+950470,EL05031440501,�啪����,�啪��,�����s,�����s���|�c�Ï��w�Z
+950471,EL05031119302,�{��n�k,�啪��,���Îs,�T�C�ӂꂠ���L��
+950472,EL04931720702,���z�@,�啪��,�R�z�s,�R�z�s���O�����^����
+950473,EL04931668302,�����,�啪��,�啪�s,�啪�s�������������w�Z
+950474,EL04931421203,�v�Z,�啪��,�|�c�s,�|�c�s���v�Z���w�Z
+950475,EL04931348702,�啪�O�d,�啪��,�L����s,�L����s�������Z��
+950476,EL04931064001,�k��,�{�茧,�k�쒬,�k�쒬���R�q��
+950477,EL04931022603,���V�e,�{�茧,���V�e��,���V�e���������쏬�w�Z
+950478,EL04831514101,�ŗt,�{�茧,�ŗt��,�ŗt�������^������
+950479,EL04831219401,���ė�,�{�茧,���ėǑ�,�V����L��
+950480,EL04831240102,���,�{�茧,��쒬,��쒬�����������w�Z
+950481,EL04731705601,��K,�{�茧,��K��,��K���_���‹����P�Z���^�[
+950482,EL04731408101,�s��,�{�茧,�s��s,���s�s���L��
+950483,EL04731421901,�k��,�{�茧,����s,�k�����_������
+950484,EL04731116701,���ԂP,�{�茧,���Ԏs,���Ԏs�����^������
+950485,EL04830046701,���������,��������,�ɍ��s,����s�������
+950486,EL04730662001,�q��,��������,�����s,�q�������x��
+950487,EL04729562302,����������,��������,�F�����s,�����������c���L�n
+950488,EL04730426203,���ؖ�,��������,���������ؖ�s,���������ؖ�s�����ؖ쏬�w�Z
+950489,EL04730364601,���������R,��������,�����s,�����s���n�n��̈��
+950490,EL04630658102,�w�h,��������,�w�h�s,�w�h������
+950491,EL04630552702,����,��������,������,�����������ł������h
+950492,EL04530673701,����q,��������,����q��,����q�����^������
+950493,EL04530455103,�㉮�v�P,��������,�㉮�v��,�㉮�v�����p���ɐB�琬�Z���^�[
+950494,EL04229437903,����,��������,�����s,�����s������������
+950495,EL04028433402,�^�_,��������,�^�_��,�^�_�����^�_���w�Z
+950496,EL04027073101,�{��,���ꌧ,�{����,�{��������{�����w�Z
+950497,EL03831519801,��哌,���ꌧ,��哌��,��哌���Ђ������
+950498,EL03725120902,���,���ꌧ,�{�Ó��s,�{�Ó��s�������̐X
+950499,EL03622574502,�^�ߍ�,���ꌧ,�^�ߍ���,�^�ߍ������v���ǒ��w�Z
+950500,EL03623561301,���\��,���ꌧ,�|�x��,�|�x���������͂�c�t��
+960501,EL06741516302,���K,�k�C��,���K��,�v�A�������
+960502,EL06642679701,�Y��,�k�C��,�Y����,�Y�����e�j�X�R�[�g
+960503,EL06643246902,�N��,�k�C��,�N�ʒ�,�N�ʒ������̈��
+960504,EL06643203601,���,�k�C��,��㒬,��㒬���
+960505,EL06544728302,�ԑ�,�k�C��,�ԑ��s,�ԑ��s���쏬�w�Z
+960506,EL06542649601,����,�k�C��,���ʒ�,���ʒ������ʏ��w�Z
+960507,EL06544509902,���y,�k�C��,���y��,�Ђ����܂�����
+960508,EL06542438203,����,�k�C��,����s,����s���������w�Z
+960509,EL06541468901,�k��,�k�C��,�k����,�k�����a���f�C�m�Z���^�[
+960510,EL06542572202,���,�k�C��,��쒬,�w�_�����N���s��
+960511,EL06543440601,�u��,�k�C��,�u�˒�,�u�˒��r��Z���^�[
+960512,EL06445627002,�����R,�k�C��,�����s,�����s���������w�Z
+960513,EL06544102602,�����Q,�k�C��,���H�s,���H�s���������w�Z
+960514,EL06542030101,�x�ǖ�,�k�C��,�x�ǖ�s,�x�ǖ�s����R���w�Z
+960515,EL06444746701,�W��,�k�C��,�W����,��u��������
+960516,EL06441679101,�O�},�k�C��,�O�}�s,�O�}�^������
+960517,EL06440665802,���M�Q,�k�C��,���M�s,�E�H���`
+960518,EL06442569402,�V��,�k�C��,�V����,�V���������̈�فi�T�z���A���[�i�j
+960519,EL06445643103,�����S,�k�C��,�����s,�����s�����Ώ��w�Z
+960520,EL06441449301,�]��,�k�C��,�]�ʎs,�]�ʎs����y���w�Z
+960521,EL06443312301,�эL,�k�C��,�эL�s,����������
+960522,EL06441246602,�b��,�k�C��,�b��s,�b��s���b�돬�w�Z
+960523,EL06441132202,���,�k�C��,��Ύs,��Ύs���x┌Ώ��w�Z
+960525,EL06340666103,���c,�k�C��,�����,����������c���w�Z
+960526,EL06340576001,�ɒB,�k�C��,�ɒB�s,�ɒB�s�s���v�[��
+960527,EL06339037502,���K�Q,�k�C��,���K��,���K���������C�Z���^�[
+960528,EL06340154302,����,�k�C��,�X��,�ӂ邳�ƌ𗬊�
+960529,EL06240757702,����,�k�C��,���ђ�,���ђ����R�쏬�w�Z
+960530,EL06240506502,��m��,�k�C��,��m����,�F���q������
+960531,EL06444357701,���H��,�k�C��,���H��,���H������P�䏬�w�Z
+960532,EL06343125503,�����Q,�k�C��,������,������
+960533,EL06241038502,����,�X��,���ʑ�,���ʑ����K�����w�Z
+960534,EL06140632901,����,�X��,���ʒ�,���ʒ������ʒ��w�Z
+960535,EL06140567502,�e���,�X��,�ނŽs,�ނŽs���e��򏬊w�Z
+960537,EL06141213002,��Ӓn,�X��,��Ӓn��,��Ӓn������Ӓn���w�Z
+960538,EL06140044702,�Q��,�X��,�X�s,�X�s���Q�����w�Z
+960539,EL06141031001,�O��,�X��,�O��s,�O��s�؍�����
+960540,EL06040734801,�O�O,�X��,�O�O�s,�O�O�s���k���w�Z
+960541,EL06040767402,����,�X��,���Ύs,���Ύs����쌴���w�Z���g�����Z
+960542,EL06140239601,���,�X��,�܏��쌴�s,��ؒ�����O���E���h
+960543,EL05941704502,��菼��,��茧,�������s,���������x��
+960544,EL05940062102,���c,��茧,���a�꒬,���a�꒬�����{���w�Z
+960546,EL05841547602,�Z�c,��茧,�Z�c��,�Z�c���^������
+960547,EL05941351401,���,��茧,��䑺,���ʗ{��V�l�z�[���u�S�����v���ړI�L��
+960548,EL05740665702,�F��,�{�錧,�F����,�F�������N�̗͑����{�݁i�e�j�X�R�[�g�j
+960549,EL05741511702,��{,�{�錧,�������s,�������s����{�����w�Z
+960550,EL05741346001,����,�{�錧,�Ί��s,�Ί��s�������葍���^������
+960551,EL05939666701,�j���Q,�H�c��,�j���s,�j���s���D���ꏬ�w�Z
+960552,EL05940509303,�V��,�H�c��,����s,����s���V���쒆�w�Z
+960553,EL05940454801,�c���,�H�c��,��k�s,��k�s�����ۓ���w�Z
+960554,EL05840643002,����,�H�c��,����s,����s����菬�w�Z
+960555,EL05839471402,�V��,�R�`��,�V����,�V�������V�����w�Z
+960556,EL05740529902,���R,�R�`��,���R�s,���R�s���������w�Z
+960557,EL05740127101,��R,�R�`��,��R�s,��R�s���쏬�w�Z
+960559,EL05640313601,���c��Q,������,���c�㒬,���c�㒬���m��^����
+960560,EL05640324901,��{��,������,��{���s,�������獂����c��
+960561,EL05640110001,�����S�R�Q,������,�S�R�s,�S�R�s���N�ΔȂ̑�
+960562,EL05540769602,�������,������,����,������T�搶�����P�Z���^�[
+960563,EL05539541601,�ڊ�,������,���Ò�,���Ò����N�Z���^�[��
+960564,EL05739036601,����,�V����,�ٓ�s,�ٓ�s�����쒆�w�Z
+960565,EL05738022901,���,�V����,���n�s,���n�s����䒆�w�Z
+960566,EL05638254601,�o�_��,�V����,�o�_�蒬,�o�_�蒬���o�_�蒆�w�Z
+960567,EL05638041101,����Q,�V����,����s,����s���~�g���w�Z
+960568,EL05539708102,���,�V����,�����s,�����s����咆�w�Z
+960569,EL05538416902,�V��,�V����,�����s,�����s���㑾�k���w�Z
+960570,EL05537374102,������Q,�V����,������s,������s�����m���w�Z
+960571,EL05639500501,���{��,�V����,�V���s,�V���s�����{�˒��w�Z
+960572,EL05537028902,����,�x�R��,����s,����s���암���w�Z
+960573,EL05437707202,�v�g,�x�R��,�v�g�s,�v�g�C�m�Z���^�[�}���[�i�i���ԏ�j
+960574,EL05537716101,�\�s,�ΐ쌧,�\�o��,�\�o����������i�Y�u�فj
+960575,EL05536558701,�x��,�ΐ쌧,�u�꒬,�u�꒬�����䏬�w�Z
+960576,EL05536574902,�\�o��,�ΐ쌧,�����s,�����s���\�o�����w�Z
+960577,EL05536168002,����,�ΐ쌧,��B�u����,��B�u�������������w�Z
+960578,EL05436444802,���z,�ΐ쌧,���R�s,���R�s�����z���w�Z�i���ԏ�j
+960579,EL05336716401,�I�],���䌧,�I�]�s,�I�]�s���_�����w�Z
+960580,EL05336600402,�͖�,���䌧,��z�O��,��z�O�����͖쒆�w�Z
+960581,EL05540039901,����,��錧,�헤���c�s,�����^������
+960582,EL05439376901,����,��錧,�}���s,�}���s���{�\���w�Z
+960583,EL05439173401,�Ή�,��錧,�푍�s,�푍�s���я����w�Z
+960584,EL05440013601,����,��錧,������,��������������񏬊w�Z
+960585,EL05540314301,�ߐ{,�Ȗ،�,�ߐ{��,�ߐ{���ɉ���R���Ђ��
+960586,EL05539367402,����,�Ȗ،�,�ߐ{�����s,�ߐ{�����s���������w�Z
+960587,EL05539163803,���J,�Ȗ،�,���J��,���J�����ʐ����w�Z
+960588,EL05540013202,�G�R,�Ȗ،�,�ߐ{�G�R�s,�ߐ{�G�R�s���������w�Z
+960589,EL05439734901,����,�Ȗ،�,�����s,�����s�����R���n
+960590,EL05440615402,�Ζ�,�Ȗ،�,�Ζؒ�,�Ζؒ��������^������
+960591,EL05438743702,����,�Q�n��,����,�����������w�Z
+960592,EL05439208501,����,�Q�n��,�����s,�ӂ��̍炭�u
+960593,EL05438177202,����,�Q�n��,�_����,�݂��ڍ�����
+960594,EL05239131401,�哇�R,�����s,�哇��,�哇����
+960595,EL05239028803,�哇�S,�����s,�哇��,�哇���֌���
+960596,EL05139622103,����,�����s,������,���������|�Z���^�[
+960597,EL05139319602,������,�����s,�V����,�������X�|�[�c�L��
+960598,EL05139218102,�_�Ó��Q,�����s,�_�Ó���,���g�p�ԍ�g���l������
+960599,EL05139141401,�O��R,�����s,�O�,�O���R�X�|�[�c����
+960600,EL05139039802,�O��S,�����s,�O�,�O������Ï��w�Z
+960601,EL05039646902,�䑠��,�����s,�䑠����,�����������I�_���ԏ�
+960602,EL04839565101,�ƒ���,�����s,�ƒ�����,����搅��
+960603,EL03942716302,�꓇,�����s,���}����,�]�c���^����
+960604,EL03741123503,�������P,�����s,���}����,�C�㎩�q��������q���n
+960605,EL03741120302,�������Q,�����s,���}����,���L��
+960606,EL05338357501,�R����{,�R����,�J���s,�J���s�����݂̂Ⓧ�̗��X�|�[�c����
+960607,EL05339201201,���u,�R����,���u��,���u���ъԍL��
+960608,EL05437278802,���{,���쌧,���{�s,���{�s���������w�Z
+960609,EL05437267902,����,���쌧,���{�s,���{�s�����쏬�w�Z
+960610,EL05438334901,���v,���쌧,���v�s,���v�s���������w�Z
+960611,EL05437150402,�ސ�,���쌧,���{�s,�ސ쑺�_������
+960612,EL05438013703,����,���쌧,����s,����s���k�����w�Z
+960613,EL05338746601,���,���쌧,��㑺,��㑺�_�����������Z���^�[
+960614,EL05337645701,�O�x,���쌧,�ؑ]��,�ؑ]���k�����ّO���L�n
+960615,EL05337477801,���,���쌧,����s,����s�����򏬊w�Z
+960616,EL05337051402,�Q��,���쌧,���q��,���q�����L�n�i�ʏ́F�n�̔w�j
+960617,EL05436371201,��씒��,�򕌌�,���쑺,���쑺�h�ЃO�����h
+960618,EL05437324901,���,�򕌌�,���R�s,���R�s���k�Œ��w�Z
+960619,EL05337619602,����,�򕌌�,���C�s,���C�s�������k���w�Z
+960620,EL05238262201,���,�É���,���ɓ���,���ɓ����c�F�v�{�L�����v��
+960621,EL05238674402,����Q,�É���,����s,����s���[�ǒ��w�Z
+960622,EL05238001702,���},����,�e��s,�e��s�����}��c�t��
+960623,EL05238011401,�É����ǂQ,�É���,�q�m���s,�É������ǒn�k�ϓ��ϑ��{��
+960624,EL05138709302,�哌�Q,�É���,�|��s,�|��s����l���w�Z
+960625,EL05138716202,�l���Q,����,��O��s,��O��s���l�������w�Z
+960626,EL05238475202,����,�É���,���Îs,���Îs���ÉY�����w�Z
+960627,EL05440102605,�‚��΂R,��錧,�‚��Ύs,���y��ʏȍ��y�n���@
+960628,EL05238073501,���c,�É���,���c�s,���c�s����򒆊w�Z
+960629,EL05237608502,����,���m��,���ˎs,���ˎs�����ˏ��w�Z
+960630,EL05236670702,���É�,���m��,���É��s,���É��n���C�ۑ�
+960631,EL05236368902,�m��,���m��,�m���s,�m���s���V�m���w�Z
+960632,EL05236268602,�튊�Q,���m��,�튊�s,�튊�s���S��쏬�w�Z
+960633,EL05236456502,�K��,�O�d��,�K���s,�]��|���v��
+960634,EL05236232102,��,�O�d��,�T�R�s,�T�R�s���֏��w�Z
+960635,EL05136727602,���R,�O�d��,�Îs,���b�R���w�Z�Ւn
+960636,EL05136551001,�x��,�O�d��,�x�,�{���o�[�x��p�[�N
+960637,EL05136224702,�I�ɒ���,�O�d��,�I�k��,�I�k���������w�Z
+960638,EL05336120101,�ՕP,���ꌧ,�ՕP��,�ՕP�����ՕP���w�Z
+960639,EL05236500301,��F,���ꌧ,��F�s,��F�s���_�����w�Z
+960640,EL05335402202,�Ԗ�,���s�{,���O��s,���O��s���Ԗ쒆�w�Z
+960641,EL05335137301,����,���s�{,���ߎs,���ߎs�򌹎�����
+960642,EL05235743302,���s���R,���s�{,��O�s,��O�s�����R���w�Z
+960643,EL05235466102,���s�����Q,���s�{,���s�s,���s�s���󃖒r����
+960644,EL05235364102,���s����,���s�{,���s�s,�������s�����w
+960645,EL05334354402,���Z,���Ɍ�,������,���Z���������Ï��w�Z
+960646,EL05334155801,���ɓ���,���Ɍ�,�L���s,�A�������L�O�X�|�[�c����
+960647,EL05235608102,�Š_,���Ɍ�,�O�g�s,�Š_�����^�������i�O���[���x���Š_�j
+960648,EL05234569102,����,���Ɍ�,���쒬,�Ȍ��^���L��i�ыƎғ����N���i�{�݁j
+960649,EL05234372502,���,���Ɍ�,�����s,�����s�������فi�����𗬊فj
+960650,EL05135347201,���‚炬,�a�̎R��,���‚炬��,�a�̎R�����I�k�_�|�����w�Z
+960652,EL05135013301,�L��,�a�̎R��,�L�쒬,�L�쒬�c�a���f�C�m�Z���^�[
+960653,EL05035236901,�����݂Q,�a�̎R��,�����ݒ�,�����ݒ������Q���ۈ珊
+960655,EL05334023602,����,���挧,������,���������������w�Z
+960656,EL05333217102,���ۊ�,������,���]�s,���]�s����ޏ��w�Z
+960657,EL05232237601,�Ό�,������,�W�쒬,�W�쒬���Ό����w�Z
+960658,EL05132608101,�C��,������,�v�c�s,�v�c�s���C�����w�Z
+960659,EL05131562902,�`��,������,�É꒬,�É꒬���`�؏��w�Z
+960660,EL05233640502,���R�V��,���R��,�V����,�V���������^������
+960662,EL05233339102,�_��,���R��,�V���s,�V���s���_��ۈ牀
+960663,EL05232167802,�O��,�L����,�O���s,�O���s���ˏ򐅏�
+960664,EL05233123702,�L��,�L����,�_�΍�����,�z���̗����N�L��
+960665,EL05132414501,�L������,�L����,�����s�s,���������X�|�[�c����
+960666,EL05132331602,�]�c��,�L����,�]�c���s,���C��������
+960667,EL05132275001,�؍],�L����,���㓇��,���㓇�����؍]�c�t��
+960668,EL05231111202,���Q,�R����,���s,���s���������w�Z
+960669,EL05131411403,����,�R����,����s,���͓����
+960670,EL05131201502,�R���L�c,�R����,���֎s,���֎s���L�c�����w�Z
+960672,EL05032629802,���a,�R����,���h�哇��,���h�哇�������a�}����
+960673,EL05134240802,�–�,������,�–�s,�–�s����ꒆ�w�Z
+960674,EL05133064902,�O�D,������,���݂悵��,���݂悵�s�����H�Z���^�[
+960675,EL05034524401,��߉�,������,�߉꒬,���������߉ꍂ���w�Z�@���J���Z
+960676,EL05133573902,����,���쌧,������,�������Ք��n����
+960677,EL05133466202,�ۋT,���쌧,�ۋT�s,�ۋT�s�{��������
+960678,EL05133310502,�|��,���Q��,�㓇��,���ԗl���L�n�i���������w�Z���j
+960679,EL05032765201,�k��,���Q��,���R�s,�͖�ʕ{�����i�k�𕶉��̐X�����j
+960680,EL05032333802,���l,���Q��,��F�s,�n�삠�炵�W�]����
+960681,EL04932641302,�F�a��,���Q��,�F�a���s,�F�a���s�‹��Z���^�[
+960683,EL04933719802,���y���Q,���m��,���y����,���y���ӂꂠ���L��
+960684,EL04933615002,�E��,���m��,�l���\��,�l���\�����E�쒆�w�Z
+960685,EL05030459901,����,������,�����s,�����s�ږ����
+960686,EL05031403102,�s��,������,�s���s,�s���s�������w�Z
+960687,EL05030366501,�c��,������,�c��s,�c��s����������
+960688,EL04930759602,�c���,������,�v���Ďs,�v���Ďs�����ꏬ�w�Z
+960689,EL04929673501,�R��,���ꌧ,���Y�s,���Y�s��������
+960690,EL04929751501,�g��,���茧,�����ێs,�g�䒬�Q�[�g�{�[����
+960691,EL04929710001,�F�v,���茧,�����ێs,�����ێs�����Z���^�[
+960692,EL04929206202,�ᏼ,���茧,�V��ܓ���,�ᏼ���w�Z�o�X�ҍ����t�ߒ��L�n
+960693,EL04930115302,����,���茧,�_��s,�_��s�s�L�n
+960694,EL04930125602,����,���茧,�����s,�����s�c���J�^���L��
+960695,EL04930015702,���l,���茧,�_��s,�۔��։�
+960696,EL04930026802,�[�],���茧,�쓇���s,�쓇���s�_������
+960697,EL04830729302,���L��,���茧,�쓇���s,�򒬎�������
+960698,EL04828746901,�ʔV�Y,���茧,�ܓ��s,�ܓ��s�@�ʔV�Y�x��
+960699,EL04931504501,�F�{����,�F�{��,������,�䂤�X�e�[�V�����O�L��
+960700,EL04930451903,���{,�F�{��,�R���s,��{������
+960701,EL04930274901,���z,�F�{��,�숢�h��,�숢�h�����z�^������
+960702,EL04830669302,��,�F�{��,����s,�򒬕��W���
+960703,EL04931304702,���h,�F�{��,���h�s,���������w�Z
+960704,EL04931211001,���X,�F�{��,���X��,���X�����F���ۈ牀
+960705,EL05031224802,�F��,�啪��,�F���s,�F���s�����^����
+960706,EL05031041701,���o,�啪��,���o��,��_���`
+960707,EL04931702902,���,�啪��,��쒬,��쒬�����c���w�Z
+960709,EL04931647603,�啪,�啪��,�啪�s,�����u����������
+960710,EL04930672301,�O�Í],�啪��,���c�s,���c�s�ъԍL��Ǘ���
+960711,EL04831646202,�k��,�{�茧,�����s,�k�������^������
+960712,EL04831426602,�{��싽,�{�茧,������,���������싽���w�Z
+960713,EL04831038803,�V�x,�{�茧,�V�x��,�V�x���|����
+960714,EL04830065902,���т�,�{�茧,���т̎s,���т̎s���і쏬�w�Z
+960715,EL04731621403,�{��c��,�{�茧,�{��s,�{��s�a���f�c��C�m�Z���^�[
+960716,EL04731027401,���ԂQ,�{�茧,���Ԏs,���Ԏs���s�䏬�w�Z
+960717,EL04830213401,��,��������,������,���ʗ{��V�l�z�[���u�������v
+960718,EL04730639503,�{�V��,��������,���‚ܒ�,���‚ܒ��@��������
+960719,EL04730354202,����,��������,�������s,�������Y���^���L��
+960720,EL04730351602,�������Q,��������,�������s,�������s���_�Z�������
+960721,EL04730256001,�������R,��������,�������s,�������s�����Ǔ�����������
+960722,EL04730159502,����,��������,�����s, 
+960723,EL04630124101,�������O��,��������,�O����,�������郖���q��
+960724,EL04631100202,���V�\,��������,���V�\�s,���V�\�s�����򐅏�
+960725,EL04530515502,���i�Ǖ���,��������,�㉮�v��,���i�Ǖ����O�c�Ҕ�
+960726,EL04530477202,���q,��������,���q��,���q���F�����u����
+960727,EL04530437301,�㉮�v�Q,��������,�㉮�v��,�㉮�v�����i�c���w�Z
+960728,EL04530248402,���v,��������,���v��,���V�Ԃނ�Â����n����
+960729,EL04429353602,�\��,��������,�\����,�z�K�V������ˌ��q��
+960730,EL04229558501,�}��,��������,�����s,�����s���}�����w�Z
+960731,EL04230404203,��E�P,��������,��E��,��E���L�@�������Z���^�[
+960732,EL04229375302,��E�Q,��������,��E��,��E���r�؃O���E���h
+960733,EL04229126502,���˓�,��������,���˓��,���˓�����}���فE���y��
+960734,EL04128577101,�������V��,��������,�V�钬,�V�钬������������
+960735,EL04128058201,�a��,��������,�a����,�a�������a�����w�Z
+960736,EL04027373502,�ɐ���,���ꌧ,�ɐ�����,��Ԕz���r����L�n
+960737,EL04028213901,����,���ꌧ,������,���������k�����E���w�Z
+960738,EL04028014101,��X��,���ꌧ,��X����,�_���‹����P�Z���^�[
+960739,EL03927619802,����,���ꌧ,������,���������������E���w�Z
+960740,EL03927577701,�X���,���ꌧ,�X�����,�_������
+960741,EL03927563603,����ΐ�,���ꌧ,����܎s,�ΐ�s���̐X����
+960742,EL03927414101,�n����,���ꌧ,�n���쑺,�n���쑺���n����c�t��
+960743,EL03926451901,��u��,���ꌧ,�v�ē���,�v�ē������������w�Z
+960744,EL03927221702,�n�Õ~,���ꌧ,�n�Õ~��,�X�ь���
+960745,EL03927260602,�m�O,���ꌧ,���s,���s�Љ���Z���^�[
+960746,EL03831724303,�k�哌,���ꌧ,�k�哌��,�����n�撙���r
+960747,EL03725119301,�ɗǕ�,���ꌧ,�{�Ó��s,�{�Ó��s���ɗǕ����w�Z
+960748,EL03624756501,���NJ�,���ꌧ,���NJԑ�,�{�Îs�̐X����
+960749,EL03624624402,�Ί_�P,���ꌧ,�Ί_�s,�Ί_�s���������c�t��
+960750,EL03624410302,�Ί_�Q,���ꌧ,�Ί_�s,�Ί_�s�����^���w�Z
+960751,EL03623067303,�g�Ɗԓ�,���ꌧ,�|�x��,�g�ƊԒn�抮�H�L�O��
+960752,EL05439604401,�ԏ�,�Q�n��,�a��s,�a��s�ԏ鑍���^�����R����
+960753,EL05439020102,�s���,��ʌ�,�Ƃ����풬,�Ƃ����풬���s��쒆�w�Z
+960754,EL05339616401,���I,��ʌ�,�є\�s,���I�X�|�[�c�L��
+960755,EL05339526901,����,��ʌ�,���Ԏs,���Ԏs������
+960756,EL05240714901,�命��,��t��,�命�쒬,�命�쒬���命�쒆�w�Z
+960758,EL05339323902,�����q,�����s,�����q�s,�����q�s����M�؏��w�Z
+960759,EL05239549902,�O�Y�Q,�_�ސ쌧,�O�Y�s,������w�O��ՊC������
+960760,EL05235265302,�F��,���s�{,�F���s,�F���s���_�����w�Z
+960761,EL05135744902,����,���{,�����s,�����s����R�{���w�Z
+960762,EL05234253202,�P�H,���Ɍ�,�P�H�s,�P�H�s���䗧��ʌ���
+960763,EL05235053602,����,�ޗnj�,����s,����s�������u���w�Z
+960764,EL05135668502,�V��,�ޗnj�,�V���s,�V���s�������^������
+960765,EL05234117402,�a�C,���R��,�a�C��,�a�C�������쏬�w�Z
+960766,EL05133669003,�q�~�Q,���R��,�q�~�s,�q�~�s���卂���w�Z
+960767,EL05133524302,�L�����R,�L����,���R�s,�L���������R���N���R�̉�
+960768,EL05132460501,���|��,�L����,���L���s,�L�����������Z�p�������@�_�ƋZ�p�Z���^�[�ʎ�������
+960769,EL05132212702,�a��,�R����,�a�ؒ�,�a�ؒ��I������������(�o����)
+960770,EL05029074601,�k�g��,���ꌧ,���Îs, 
+960771,EL05030031502,����,���ꌧ,�݂₫��,�����ی��Z���^�[
+960772,EL04929373903,�呺,���茧,�呺�s,�Օ��x�W�]��
+960773,EL04830639402,����,�F�{��,��V���s,��V���s�����쒆�w�Z
+960774,EL04830602601,��k,�F�{��,��k��,��k���␣��n�摍���O���E���h
+960775,EL04830521501,���{,�F�{��,�V���s,�q�x���ԏ�
+960776,EL04730431702,�������S�R,��������,�������s,�S�R���n���Z��
+960777,EL04730019002,�}��,��������,�삳�‚܎s,�삳�‚܎s��Ԓr�^����
+970778,EL06741646702,�t��Q,�k�C��,�t��s,�t��s���[�������w�Z�Ւn
+970779,EL06742525801,�l�ڕ�,�k�C��,�l�ڕʒ�,�l�ڕʒ��Q�[�g�{�[����
+970780,EL06742153702,�}�K�Q,�k�C��,�}�K��,�}�K�������Z��Ւn
+970781,EL06641766302,����,�k�C��,���ʒ�,�������فi���L�n�j
+970782,EL06642423102,�y����Q,�k�C��,�y�����,�y���������q�������w�Z�Ւn
+970783,EL06641157301,����,�k�C��,������,�����������ɂ����X����
+970784,EL06544446001,�k�C������,�k�C��,������,���L�n
+970785,EL06541324901,�l�v,�k�C��,�Ύ�s,�l�v�X�|�[�c�Z���^�[
+970787,EL06542151101,��x�ǖ�,�k�C��,��x�ǖ쒬,���㉷�򉀒n
+970788,EL06443572202,���f,�k�C��,���f��,���f����O������{��
+970789,EL06442461901,�k�C������,�k�C��,������,�������c�e�j�X�R�[�g
+970790,EL06442302602,�[��,�k�C��,�[���s,���p�[�L���O�G���A
+970791,EL06443136901,�L��,�k�C��,�L����,�Ί�R���R�����ъԍL��
+970792,EL06341500602,�o��,�k�C��,�o�ʎs,������
+970793,EL06343518202,����Q,�k�C��,�����,������c���n���q��
+970794,EL06240722901,����,�k�C��,���򕔒�,���򕔒������Z��
+970795,EL05941631602,�ʎR�Q,��茧,�����s,�����s���M�쏬�w�Z
+970796,EL05840575901,�_��,��茧,���B�s,���B�s���_�򈤓����w�Z
+970797,EL05640758102,����,�{�錧,���Ύs,���Ύs�����򏬊w�Z
+970798,EL06040065502,���p�Q,�H�c��,���p�s,����W�����
+970799,EL05740502701,����,�R�`��,���쒬,���쒬���U�w�K�x���{�݁i�����쒬���������w�Z�j
+970800,EL05540462702,���킫�Q,������,���킫�s,���킫�s�����{��񏬊w�Z
+970801,EL05539434202,�w�}��,������,�w�}��,�w�}�򋛉�
+970802,EL05538173501,����,�Q�n��,�݂Ȃ��ݒ�,�J��x�p�[�L���O�G���A�i�����j
+970803,EL05740314503,�R��,�R�`��,�R�Ӓ�,�R�Ӓ���ꒆ�x��
+970804,EL05339140101,���l��,�_�ސ쌧,���l�s,�̉ƂR���ڌ���
+970806,EL05638573002,�V����,�V����,�V���s,�V���s���������w�Z
+970807,EL05638169202,�V���O��,�V����,�����s,�����s�O���싅��
+970809,EL05338430602,�B��,�R����,�B��s,�䒺�g�H�ƒc�n�L��
+970810,EL05638370302,�V���h,�V����,�O��s,�O��s���h���w�Z
+970811,EL05337249203,�≺,�򕌌�,���Ð�s,�{�̑O�_������
+970812,EL05336033702,�փ���,�򕌌�,�փP����,�փ��������փ����쏬�w�Z
+970813,EL05238573701,����,�É���,���쒬,���쒬���K�����w�Z
+970814,EL05238076002,���c�Q,�É���,���c�s,�a�򎁏��L�̔�
+970815,EL05238544801,����,����,���s,���s�����������w�Z
+970817,EL05238418601,�É���R,�É���,�É��s,��R�W�
+970818,EL05238405602,���썪,�É���,�썪�{��,�썪�{�������썪���w�Z
+970819,EL05237278502,���X�Q,����,�X��,�X�����O�q���w�Z
+970820,EL05238211401,���c,����,���c�s,���c�s��������
+970821,EL05237150402,�l���ɍ��n,�É���,�l���s,�ɍ��n�Βn
+970822,EL05236766303,���m��{�Q,���m��,��{�s,��{�s���_�R���w�Z
+970823,EL05234744702,�剮,���Ɍ�,�{���s,�ᐙ�����剮�X�L�[��
+970824,EL05136201702,��䃖��,�ޗnj�,��k�R��,��䃖�����ԏ�
+970825,EL05035756802,�\�Ð�,�ޗnj�,�\�Ð쑺,�\�Ð쑺�������ꏬ�w�Z
+970826,EL05035356601,�Í���,�a�̎R��,�Í��쒬,�Í��쒬�����y������
+970827,EL05134236102,���c,���쌧,��������s,��������s���c������
+970828,EL05032004301,���Q�O��,���Q��,�ɕ���,�������̍L��
+970829,EL05032036801,�F�a,���Q��,���\�s,���\�s���Ώ鏬�w�Z
+970830,EL05033424901,��k,���m��,���̒�,�O���[���p�[�N�قǂ�
+970831,EL04930531701,�������c,������,�݂�܎s,�݂�܎s����쏬�w�Z
+970832,EL04929250703,�O�C,���茧,����s,�O�C��������
+970833,EL04931515602,�啪��d,�啪��,��d��,�啪������d���N���R�̉�
+970834,EL04830121802,�o��,��������,�o���s,�����R����
+970835,EL04730618902,���������,��������,�F�����s,�����鐼���w�Z
+970836,EL04730535201,��e,��������,�F�����s,���̉w�u��e�v
+990838,EL05238062101,��ɓ��P�`,�É���,��ɓ���,�ɕl�R���������x���Z���^�[
+990840,EL05238220601,�ĒÂ`,�É���,�ĒÎs,��������
+970837,EL04730548702,����,��������,���ǒ�,���ǂu�k�a�h�ϑ���
+022005,EL06541263703,�V�\�Ð�`,�k�C��,�V�\�Ð쒬,�V�\�Ð�F�����n�ϑ���i�~�n��j
+052007,EL04042418501,�����`,�����s,���}����,����VLBI�ϑ���
diff --git a/util/geniono/makefile b/util/geniono/makefile
new file mode 100644
index 0000000..54e1867
--- /dev/null
+++ b/util/geniono/makefile
@@ -0,0 +1,45 @@
+# makefile for ppp_local
+
+RTKLIBDIR=../../src
+
+CFLAGS = -Wall -O3 -I$(RTKLIBDIR) -DTRACE
+LDFLAGS = -lm
+
+BIN = genstec
+
+all        : $(BIN)
+genstec    : genstec.o rtkcmn.o ephemeris.o preceph.o sbas.o rinex.o
+#gengrid    : gengrid.o rtkcmn.o stec.o preceph.o
+
+rtkcmn.o   : $(RTKLIBDIR)/rtklib.h $(RTKLIBDIR)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/rtkcmn.c
+ephemeris.o: $(RTKLIBDIR)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/ephemeris.c
+preceph.o  : $(RTKLIBDIR)/preceph.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/preceph.c
+sbas.o     : $(RTKLIBDIR)/sbas.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/sbas.c
+rinex.o    : $(RTKLIBDIR)/rinex.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/rinex.c
+stec.o     : $(RTKLIBDIR)/stec.c
+	$(CC) -c $(CFLAGS) $(RTKLIBDIR)/stec.c
+
+OBSDIR=/proj/data_gsi/2011
+NAVDIR=/proj/data/2011
+STA=0225
+
+OBS=$(OBSDIR)/001/$(STA)0010.11o $(OBSDIR)/002/$(STA)0020.11o $(OBSDIR)/003/$(STA)0030.11o
+NAV=$(NAVDIR)/001/brdc0010.11n $(NAVDIR)/002/brdc0020.11n $(NAVDIR)/003/brdc0030.11n
+
+test1:
+	./genstec $(OBS) $(NAV) -a igs05.atx -o iono_$(STA).stec
+
+test2:
+	./gengrid "stec/iono_*.stec" -d stec_grid
+
+install:
+	cp -f $(BIN) /usr/local/bin
+
+clean:
+	rm -f $(BIN) *.o *.trace
+
diff --git a/util/geniono/plotgrid.m b/util/geniono/plotgrid.m
new file mode 100644
index 0000000..82d42cd
--- /dev/null
+++ b/util/geniono/plotgrid.m
@@ -0,0 +1,18 @@
+function plotgrid(file)
+
+if nargin<1, file='stec/iono.pos'; end
+
+fn='times new roman';
+fs=8;
+
+[s,w,t,lat,lon]=textread(file,'%s %f %f %f %f');
+
+figure('color','w');
+
+gmt('mmap','proj','miller','cent',[137,38],'scale',13,'pos',[0,0,1,1],'fontname',fn,'fontsize',fs);
+gmt('mcoast');
+gmt('mgrid','gint',1,'lint',5,'color',[.5 .5 .5]);
+
+for i=1:length(s)
+    gmt('mplot',lon(i),lat(i),'r','marker','.');
+end
diff --git a/util/geniono/plotiono.m b/util/geniono/plotiono.m
new file mode 100644
index 0000000..527a38d
--- /dev/null
+++ b/util/geniono/plotiono.m
@@ -0,0 +1,47 @@
+function plotiono(ssat,file)
+
+if nargin<1, ssat=1:32; end
+if nargin<2, file='iono_0225.stec'; end
+
+F1=1.57542E9;
+F2=1.22760E9;
+c_iono=1.0-F1^2/F2^2;
+
+color='bgrcmyk';
+
+[w,t,s,slip,iono,sig,ionor,sigr,bias,sigb,az,el,PG,LG]=...
+    textread(file,'$STEC %d %f G%d %d %f %f %f %f %f %f %f %f %f %f',...
+             'headerlines',1);
+
+figure('color','w','Renderer','OpenGL'); hold on, grid on, box on;
+
+for sat=ssat
+%    i=find(s==sat&sig<0.1);
+    i=find(s==sat);
+%    plot(t(i)/3600,-LG(i)/c_iono,'g.-');
+%    plot(t(i)/3600, PG(i)/c_iono,'m.-');
+    
+%    plot(t(i)/3600,bias(i),'k.');
+    plot(t(i)/3600,iono(i),'b.');
+%    plot(t(i)/3600,iono(i)+LG(i)/c_iono,'r-');
+    
+%    plot(t(i)/3600,iono(i)+sig(i),'r:');
+%    plot(t(i)/3600,iono(i)-sig(i),'r:');
+%    plot(t(i)/3600,bias(i)+sigb(i),'r:');
+%    plot(t(i)/3600,bias(i)-sigb(i),'r:');
+    
+    i=find(s==sat&slip==1);
+    plot(t(i)/3600,iono(i),'r.');
+end
+xlabel('TIME (H)');
+ylabel('IONO DELAY (m)');
+xlim([t(1),t(end)]/3600);
+ylim([-2,18]);
+moveax
+
+%figure('color','w'); hold on, grid on, box on;
+%for sat=8
+%    i=find(s==sat);
+%    plot(t(i)/3600,el(i),'.-');
+%end
+%moveax
diff --git a/util/geniono/plotstec.m b/util/geniono/plotstec.m
new file mode 100644
index 0000000..9fb5027
--- /dev/null
+++ b/util/geniono/plotstec.m
@@ -0,0 +1,48 @@
+function plotiono(ssat,file)
+
+if nargin<1, ssat=1:32; end
+if nargin<2, file='iono_0225.stec'; end
+
+F1=1.57542E9;
+F2=1.22760E9;
+c_iono=1.0-F1^2/F2^2;
+
+color='bgrcmyk';
+
+[w,t,s,slip,iono,ionor,sig,az,el,PG,LG]=...
+    textread(file,'$STEC %d %f G%d %d %f %f %f %f %f %f %f','headerlines',1);
+
+t=t+(w-w(1))*86400*7;
+
+figure('color','w','Renderer','OpenGL'); hold on, grid on, box on;
+
+for sat=ssat
+%    i=find(s==sat&sig<0.1);
+    i=find(s==sat);
+%    plot(t(i)/3600,-LG(i)/c_iono,'g.-');
+%    plot(t(i)/3600, PG(i)/c_iono,'m.-');
+    
+%    plot(t(i)/3600,bias(i),'k.');
+    plot(t(i)/3600,iono(i),'b.');
+%    plot(t(i)/3600,iono(i)+LG(i)/c_iono,'r-');
+    
+%    plot(t(i)/3600,iono(i)+sig(i),'r:');
+%    plot(t(i)/3600,iono(i)-sig(i),'r:');
+%    plot(t(i)/3600,bias(i)+sigb(i),'r:');
+%    plot(t(i)/3600,bias(i)-sigb(i),'r:');
+    
+    i=find(s==sat&slip==1);
+    plot(t(i)/3600,iono(i),'r.');
+end
+xlabel('TIME (H)');
+ylabel('IONO DELAY (m)');
+xlim([t(1),t(end)]/3600);
+ylim([-2,18]);
+moveax
+
+%figure('color','w'); hold on, grid on, box on;
+%for sat=8
+%    i=find(s==sat);
+%    plot(t(i)/3600,el(i),'.-');
+%end
+%moveax
diff --git a/util/geniono/rcvdcb.c b/util/geniono/rcvdcb.c
new file mode 100644
index 0000000..90eee0f
--- /dev/null
+++ b/util/geniono/rcvdcb.c
@@ -0,0 +1,335 @@
+/*------------------------------------------------------------------------------
+* rcvdcb.c : estimate receiver dcb
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision:$ $Date:$
+* history : 2012/09/15 1.0  new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define MIN_EL      (5.0*D2R)
+
+#define FACT_LG     0.4
+#define SIG_ERR_A   0.003
+#define SIG_ERR_B   0.003
+#define RATIO_ERR   100.0
+
+#define THRES_LG    0.08
+#define MAXGAP_IONO 300.0
+#define MAXGAP_BIAS 300.0
+
+#define STEC_RID    "$STEC"         /* stec record id */
+
+#define PRN_IONO    SQR(1E-3)       /* process noise var of iono (m^2/s) */
+#define PRN_IONR    SQR(1E-9)       /* process noise var of iono rate (m^2/s) */
+#define VAR_IONO    SQR(10.0)       /* initial var of iono (m^2) */
+#define VAR_IONR    SQR(0.1)        /* initial var of iono rate (m^2) */
+#define VAR_BIAS    SQR(10.0)       /* initial var of bias (m^2) */
+
+#define II(s)       (((s)-1)*2)     /* state index of ionos */
+#define IB(s)       (MAXSAT*2+(s)-1) /* state index of bias */
+#define NX          (MAXSAT*3)      /* number of estimated states */
+
+#define SQR(x)      ((x)*(x))
+
+/* type definition -----------------------------------------------------------*/
+
+typedef struct {                    /* satellite status type */
+    gtime_t time;                   /* time */
+    double azel[2];                 /* azimuth/elevation (rad) */
+    double LG,PG;                   /* geometry-free phase/code (m) */
+} sstat_t;
+
+typedef struct {                    /* ekf type */
+    int nx;                         /* number of states */
+    double *x,*P;                   /* state variable and covariance */
+} ekf_t;
+
+/* new ekf -------------------------------------------------------------------*/
+static ekf_t *ekf_new(int nx)
+{
+    ekf_t *ekf;
+    if (!(ekf=(ekf_t *)malloc(sizeof(ekf_t)))) return NULL;
+    ekf->nx=nx;
+    ekf->x=zeros(nx,1);
+    ekf->P=zeros(nx,nx);
+    return ekf;
+}
+/* free ekf ------------------------------------------------------------------*/
+static void ekf_free(ekf_t *ekf)
+{
+    if (!ekf) return;
+    free(ekf->x);
+    free(ekf->P);
+    free(ekf);
+}
+/* mapping function of ionosphere ---------------------------------------------*/
+static double map_iono(const double *pos, const double *azel)
+{
+#if 0
+    return ionmapf(pos,azel);
+#else
+    return 1.0;
+#endif
+}
+/* measurement error standard deviation --------------------------------------*/
+static double sig_err(const double *azel)
+{
+    return FACT_LG*(SIG_ERR_A+SIG_ERR_B/sin(azel[1]));
+}
+/* initialize state and covariance -------------------------------------------*/
+static void initx(double *x, double *P, int nx, int i, double xi, double var)
+{
+    int j;
+    x[i]=xi;
+    for (j=0;j<nx;j++) {
+        P[i+j*nx]=P[j+i*nx]=i==j?var:0.0;
+    }
+}
+/* predict ekf ---------------------------------------------------------------*/
+static void ekf_pred(ekf_t *ekf, double *F, int ix, int nx)
+{
+    double *Q;
+    int i;
+    
+    Q=mat(nx,ekf->nx);
+    
+    /* x(i)=F*x(i) */
+    matmul("NN",nx,1,nx,1.0,F,ekf->x+ix,0.0,Q);
+    matcpy(ekf->x+ix,Q,nx,1);
+    
+    /* P(i,:)=F*P(i,:); P(:,i)=P(:,i)*F' */
+    for (i=0;i<ekf->nx;i++) {
+        matmul("NN",nx,1,nx,1.0,F,ekf->P+ekf->nx*i+ix,0.0,Q);
+        matcpy(ekf->P+ekf->nx*i+ix,Q,nx,1);
+    }
+    matmul("NT",ekf->nx,nx,nx,1.0,ekf->P+ekf->nx*ix,F,0.0,Q);
+    matcpy(ekf->P+ekf->nx*ix,Q,ekf->nx,nx);
+    
+    free(Q);
+}
+/* temporal update of states --------------------------------------------------*/
+static void ud_state(const obsd_t *obs, int n, const nav_t *nav,
+                     const double *pos, const double *azel, ekf_t *ekf,
+                     sstat_t *sstat)
+{
+    double P1,P2,L1,L2,PG,LG,tt,F[4]={0};
+    double iono,m_iono,c_iono=1.0-SQR(lam[1]/lam[0]);
+    int i,j,k,sat,slip;
+    
+    for (i=0;i<n;i++) {
+        P1=obs[i].P[0]; L1=obs[i].L[0]*lam[0];
+        P2=obs[i].P[1]; L2=obs[i].L[1]*lam[1];
+        if (L1==0.0||L2==0.0||P1==0.0||P2==0.0||azel[i*2+1]<MIN_EL) continue;
+        
+        sat=obs[i].sat;
+        tt=timediff(obs[i].time,sstat[sat-1].time);
+        LG=L1-L2;
+        PG=P1-P2;
+        slip=(obs[i].LLI[0]&3)||(obs[i].LLI[1]&3);
+        slip|=fabs(LG-sstat[sat-1].LG)>THRES_LG;
+        
+        j=II(sat); k=IB(sat);
+        
+        if (fabs(tt)>MAXGAP_IONO) {
+            m_iono=map_iono(pos,azel+i*2);
+#if 1
+            iono=PG/c_iono/m_iono;
+#else
+            iono=ionmodel(obs[i].time,nav->ion_gps,pos,azel+i*2);
+#endif
+            initx(ekf->x,ekf->P,ekf->nx,j,iono,VAR_IONO);
+            initx(ekf->x,ekf->P,ekf->nx,j+1,0.0,VAR_IONR);
+        }
+        else {
+#if 1
+            F[0]=F[3]=1.0; F[2]=tt;
+            ekf_pred(ekf,F,j,2);
+#else
+            ekf->P[ j   *(ekf->nx+1)]+=PRN_IONO*fabs(tt);
+#endif
+            ekf->P[(j+1)*(ekf->nx+1)]+=PRN_IONR*fabs(tt);
+        }
+        if (tt>MAXGAP_BIAS||slip) {
+            initx(ekf->x,ekf->P,ekf->nx,k,LG+PG,VAR_BIAS);
+        }
+        sstat[sat-1].time=obs[i].time;
+        sstat[sat-1].azel[0]=azel[i*2];
+        sstat[sat-1].azel[1]=azel[i*2+1];
+        sstat[sat-1].LG=LG;
+        sstat[sat-1].PG=PG;
+    }
+}
+/* ionosphere residuals ------------------------------------------------------*/
+static int res_iono(const obsd_t *obs, int n, const nav_t *nav,
+                    const double *rs, const double *rr, const double *pos,
+                    const double *azel, const pcv_t *pcv, const ekf_t *ekf,
+                    double *phw, double *v, double *H, double *R)
+{
+    double *sig,P1,P2,L1,L2,m_iono,c_iono=1.0-SQR(lam[1]/lam[0]);
+    double LG,PG,antdel[3]={0},dant[NFREQ]={0};
+    int i,j,nv=0,sat;
+    
+    sig=mat(1,2*n);
+    
+    for (i=0;i<n;i++) {
+        P1=obs[i].P[0]; L1=obs[i].L[0]*lam[0];
+        P2=obs[i].P[1]; L2=obs[i].L[1]*lam[1];
+        if (P1==0.0||P2==0.0||L1==0.0||L2==0.0||azel[1+i*2]<MIN_EL) continue;
+        sat=obs[i].sat;
+        
+        /* ionosphere mapping function */
+        m_iono=map_iono(pos,azel+i*2);
+        
+        /* ionosphere-LC model */
+        LG=-c_iono*m_iono*ekf->x[II(sat)]+ekf->x[IB(sat)];
+        PG= c_iono*m_iono*ekf->x[II(sat)];
+        
+        /* receiver antenna phase center offset and variation */
+        if (pcv) {
+            antmodel(pcv,antdel,azel+i*2,dant);
+            LG+=dant[0]-dant[1];
+            PG+=dant[0]-dant[1];
+        }
+        /* phase windup correction */
+        windupcorr(obs[i].time,rs+i*6,rr,phw+obs[i].sat-1);
+        LG+=(lam[0]-lam[1])*phw[obs[i].sat-1];
+        
+        /* C1->P1 DCB correction */
+        if (obs[i].code[0]==CODE_L1C) P1+=nav->cbias[obs[i].sat-1][1];
+        
+        /* residuals of ionosphere (geometriy-free) LC */
+        v[nv  ]=(L1-L2)-LG;
+#if 0
+        v[nv+1]=(P1-P2)-PG;
+#else
+        v[nv+1]=0.0;
+#endif
+        for (j=0;j<ekf->nx*2;j++) H[ekf->nx*nv+j]=0.0;
+        H[ekf->nx*nv    +II(sat)]=-c_iono*m_iono;
+        H[ekf->nx*nv    +IB(sat)]=1.0;
+        H[ekf->nx*(nv+1)+II(sat)]=c_iono*m_iono;
+        
+        sig[nv  ]=sig_err(azel+i*2);
+        sig[nv+1]=RATIO_ERR*sig[nv];
+        nv+=2;
+    }
+    for (i=0;i<nv;i++) for (j=0;j<nv;j++) {
+        R[i+j*nv]=i==j?SQR(sig[i]):0.0;
+    }
+    free(sig);
+    return nv;
+}
+/* output ionosphere parameters ----------------------------------------------*/
+static void out_iono(gtime_t time, const ekf_t *ekf, const sstat_t *sstat,
+                     const double *pos, FILE *fp)
+{
+    double tow;
+    char id[64];
+    int sat,week;
+    
+    tow=time2gpst(time,&week);
+    
+    for (sat=1;sat<=MAXSAT;sat++) {
+        if (sstat[sat-1].time.time==0||
+            timediff(time,sstat[sat-1].time)>MAXGAP_IONO) continue;
+        satno2id(sat,id);
+        fprintf(fp,"%s %4d %5.0f %-3s %7.3f %8.3f %8.4f %7.4f %6.1f %5.1f %7.3f %11.3f\n",
+                STEC_RID,week,tow,id,pos[0]*R2D,pos[1]*R2D,ekf->x[II(sat)],
+                sqrt(ekf->P[II(sat)*(ekf->nx+1)]),sstat[sat-1].azel[0]*R2D,
+                sstat[sat-1].azel[1]*R2D, sstat[sat-1].PG,sstat[sat-1].LG);
+    }
+}
+/* estimate receiver dcb -----------------------------------------------------*/
+static int est_iono(obs_t *obs, nav_t *nav, double *rr, FILE *fp)
+{
+    sstat_t sstat[MAXSAT]={{{0}}};
+    ekf_t *ekf;
+    gtime_t time;
+    double r,pos[3],rs[MAXOBS*6],dts[MAXOBS*2],var[MAXOBS],e[3],azel[2];
+    int i,j,n=0,info,nx=NX,nv=MAXSAT*2,svh[MAXOBS];
+    
+    ekf=ekf_new(NX); v=mat(nv,1); H=mat(nx,nv); R=mat(nv,nv);
+    
+    /* receiver position */
+    ecef2pos(rr,pos);
+    
+    for (i=0;i<obs->n;i+=n) {
+        for (n=1;i+n<obs->n;n++) {
+            if (timediff(obs->data[i+n].time,obs->data[i].time)>1E-3) break;
+        }
+        time=obs->data[i].time;
+        
+        /* satellite positions and clocks */
+        satposs(time,obs->data+i,n,nav,EPHOPT_BRDC,rs,dts,var,svh);
+        
+        /* satellite azimuth/elevation angle */
+        for (j=0;j<n;j++) {
+            if ((r=geodist(rs+j*6,rr,e))<=0.0) continue;
+            satazel(pos,e,azel);
+            
+            azel[j*2]=azel[1+j*2]=0.0;
+        }
+    }
+    return 1;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=stdout;
+    nav_t nav={0};
+    obs_t obs={0};
+    sta_t sta={{0}};
+    gtime_t ts={0},te={0};
+    double eps[6]={0},epe[6]={0},rr[3]={0},tint=30.0;
+    char *rfile[32],*ifile="";
+    int i,j,n=0;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",eps,eps+1,eps+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",eps+3,eps+4,eps+5);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",epe,epe+1,epe+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",epe+3,epe+4,epe+5);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) {
+            tint=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            for (j=0;j<3;j++) rr[j]=atof(argv[++i]);
+        }
+        else if (!strcmp(argv[i],"-i")&&i+1<argc) ifile=argv[++i];
+        else rfile[n++]=argv[i];
+    }
+    if (eps[2]>=1.0) ts=epoch2time(eps);
+    if (epe[2]>=1.0) te=epoch2time(epe);
+    
+    /* read rinex obs/nav */
+    for (i=0;i<n;i++) {
+        fprintf(stderr,"reading ... %s\n",rfile[i]);
+        
+        readrnxt(rfile[i],1,ts,te,0.0,&obs,&nav,&sta);
+        
+        if (norm(sta.pos,3)>0.0) matcpy(rr,sta.pos,3,1);
+    }
+    if (!sortobs(&obs)) {
+        fprintf(stderr,"no observation data\n");
+        return -1;
+    }
+    uniqnav(&nav);
+    
+    /* read ionex file */
+    if (*ifile) readionex(ifile,&nav);
+    
+    /* estimate receiver dcb */
+    est_rcvdcb(&obs,&nav,rr,fp);
+    
+    fclose(fp);
+    
+    return 0;
+}
diff --git a/util/geoid/gengeoid.m b/util/geoid/gengeoid.m
new file mode 100644
index 0000000..e0333e1
--- /dev/null
+++ b/util/geoid/gengeoid.m
@@ -0,0 +1,46 @@
+function gengeoid(range,file)
+% read geoid model file and generate c-source code
+
+if nargin<1, range=[120,155,20,50]; end
+if nargin<2, file='WW15MGH.GRD'; end
+
+ofile='geoid.c';
+
+[lat1,lat2,lon1,lon2,dy,dx]=textread(file,'%f %f %f %f %f %f',1);
+lon=lon1:dx:lon2;
+lat=lat1:dy:lat2;
+nx=(lon2-lon1)/dx+1;;
+ny=(lat2-lat1)/dy+1;
+
+x=dlmread(file,'',1,0);
+data=[];
+for n=1:181:size(x,1)
+    xx=reshape(x(n:n+180,1:8)',1,181*8);
+    data=[data;xx(1:nx)];
+end
+data=flipud(data);
+i=find(range(3)<=lat&lat<=range(4));
+j=find(range(1)<=lon&lon<=range(2));
+
+f=fopen(ofile,'w');
+fprintf(f,'#define DLON   %.2f                 /* longitude increment (deg) */ \n',dx);
+fprintf(f,'#define DLAT   %.2f                 /* latitude increment (deg) */ \n',dy);
+fprintf(f,'static const double range[4];       /* geoid area range {W,E,S,N} (deg) */\n');
+fprintf(f,'static const float geoid[%d][%d]; /* geoid heights (m) (lon x lat) */\n',length(j),length(i));
+fprintf(f,'\n\n');
+fprintf(f,'/*------------------------------------------------------------------------------\n');
+fprintf(f,'* geoid heights (derived from %s)\n',file);
+fprintf(f,'*-----------------------------------------------------------------------------*/\n');
+fprintf(f,'static const double range[]={%.2f,%.2f,%.2f,%.2f};\n\n',range);
+fprintf(f,'static const float geoid[%d][%d]={',length(j),length(i));
+for m=1:length(j)
+    fprintf(f,'{\n');
+    for n=1:length(i)
+        fprintf(f,'%7.3ff',data(i(n),j(m)));
+        if n~=length(i), fprintf(f,','); end
+        if mod(n,10)==0, fprintf(f,'\n'); end
+    end
+    if m==length(j), fprintf(f,'\n}'); else fprintf(f,'\n},'); end
+end
+fprintf(f,'};\n');
+fclose(f);
diff --git a/util/lncnt/lncnt.sh b/util/lncnt/lncnt.sh
new file mode 100644
index 0000000..f52aa1a
--- /dev/null
+++ b/util/lncnt/lncnt.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# count source lines
+#
+
+cd ../..
+
+for file in src/*.h src/*.c src/rcv/*.c
+do
+    cat $file |
+    grep -v "^$" | grep -v "^[ \t]*/\*" | grep -v "^[ \t]*\*" | grep -v "^[ \t]*//" |
+    awk "END{print \"""$file""\",NR}"
+done |
+awk '{n+=$2; printf("%-32s %6d\n",$1,$2)} END{printf("%-32s %6d\n\n","src total",n)}'
+
+for file in app/*/*.[hc]*
+do
+    cat $file |
+    grep -v "^$" | grep -v "^[ \t]*/\*" | grep -v "^[ \t]*\*" | grep -v "^[ \t]*//" |
+    awk "END{print \"""$file""\",NR}"
+done |
+awk '{n+=$2; printf("%-32s %6d\n",$1,$2)} END{printf("%-32s %6d\n\n","app total",n)}'
+
diff --git a/util/logfile/margelog.c b/util/logfile/margelog.c
new file mode 100644
index 0000000..1815ed4
--- /dev/null
+++ b/util/logfile/margelog.c
@@ -0,0 +1,70 @@
+/*-----------------------------------------------------------------------------
+* marge log and tag files
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include "rtklib.h"
+
+#define HEADLEN			76
+
+/* main ----------------------------------------------------------------------*/
+int main(int argc, int argv)
+{
+	FILE *ifp,*itagfp,*ofp,*otagfp;
+	gtime_t time0;
+	char ifiles[32]={},*ofile="";
+	char itagfile[1024],otagfile[1024];
+    int i,n=0;
+	unsigned int tick0,tick1,tick,fpos;
+	unsigned char buff[4096],tagbuff[64];
+    
+    for (i=0;i<argc;i++) {
+		if (!strcmp(argv[i],"-o")&&i+1<argc) ofile=argv[++i];
+		else ifiles[n++]=argv[i];
+	}
+	sprintf(otagfile,"%s.tag",outfile);
+	
+	if (!(ofp   =fopen(ofile   ,"wb"))||
+	    !(otagfp=fopen(otagfile,"wb")) {
+		fprintf(stderr,"out file open error: %s\n",ofile);
+		return -1;
+	}
+	for (i=0;i<n;i++) {
+		sprintf(itagfile,"%s.tag",ifiles[i]);
+		
+		if (!(ifp   =fopen(ifiles[i],"rb"))||
+		    !(itagfp=fopen(itagfile ,"rb")) {
+			fprintf(stderr,"in file open error: %s\n",ifils[i]);
+			return -1;
+		}
+		if (fread(tagbuff,HEADLEN,1,itagfp)) {
+			fprintf(stderr,"in tag file read error\n");
+			return -1;
+		}
+		tick1=*(unsigned int *)(tagbuff+60);
+		time1=*(gtime_t      *)(tagbuff+64);
+		fprintf(stderr,"tick=%8u: t=%s %s\n",tick1,time1_str(time,3),ifiles[i]);
+		
+		if (i==0) {
+			if (fwrite(tagbuff,HEADLEN,1,otagfp)) {
+				fprintf(stderr,"out tag file write error\n");
+				return -1;
+			}
+			tick0=tick1;
+		}
+		for (fpos=0;fread(tagbuff,8,1,itagfp)==1;) {
+			tick=*(unsigned int *)tagbuff+tick1;
+			fpos=*(unsigned int *)(tagbuff+4);
+			
+			fprintf(stderr,"tick=%8u: fpos=%8u\n",tick,fpos);
+			
+			fread (buff,len,ifp);
+			fwrite(buff,len,ofp);
+			
+			fwrite(buff,len,ofp);
+		}
+		fclose(ifp); fclose(itagfp);
+	}
+	fclose(ofp); fclose(otagfp);
+	
+	return 0;
+}
diff --git a/util/rnx2rtcm/makefile b/util/rnx2rtcm/makefile
new file mode 100644
index 0000000..79edb1f
--- /dev/null
+++ b/util/rnx2rtcm/makefile
@@ -0,0 +1,58 @@
+# makefile for rnx2rtcm
+
+BINDIR = /usr/local/bin
+SRC    = ../../src
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAGLO -DENAGAL -DENAQZS -DNFREQ=3 -DNEXOBS=3
+LDLIBS  = -lm
+
+rnx2rtcm   : rnx2rtcm.o rtkcmn.o rinex.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o
+
+rnx2rtcm.o : rnx2rtcm.c
+	$(CC) -c $(CFLAGS) rnx2rtcm.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+rtcm.o     : $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm3e.o   : $(SRC)/rtcm3e.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3e.c
+
+install:
+	cp rnx2rtcm $(BINDIR)
+
+clean:
+	rm -f rnx2rtcm rnx2rtcm.exe *.o
+
+OPT1=inp/GMSD7_201210140.* -x 2
+OPT2=inp/javad1_201103010000.* -x 2
+OPT3=inp/brdc0600.11* inp/gras0600.11o -x 2
+
+test: test1 test2 test3 test4 test5 test6 test7
+
+test1:
+	./rnx2rtcm $(OPT1) -typ 1002,1019,1033 -sta 111 -out out/rtcm_1002.rtcm3
+test2:
+	./rnx2rtcm $(OPT1) -typ 1004,1019,1033 -sta 222 -out out/rtcm_1004.rtcm3
+test3:
+	./rnx2rtcm $(OPT1) -typ 1010,1020,1033 -sta 333 -out out/rtcm_1010.rtcm3
+test4:
+	./rnx2rtcm $(OPT1) -typ 1012,1020,1033 -sta 444 -out out/rtcm_1012.rtcm3
+test5:
+	./rnx2rtcm $(OPT1) -typ 1044 -sta 555 -out out/rtcm_1044.rtcm3
+test6:
+	./rnx2rtcm $(OPT1) -typ 1074 -sta 666 -out out/rtcm_1074.rtcm3
+test7:
+	./rnx2rtcm $(OPT2) -typ 1074,1084,1094,1104,1114,1019,1020,1044,1045,1046 -sta 444 -out out/rtcm_1074_jav.rtcm3
+test8:
+	./rnx2rtcm $(OPT2) -typ 1075,1085,1095,1105,1115,1019,1020,1044,1045,1046 -sta 555 -out out/rtcm_1075_jav.rtcm3
+test9:
+	./rnx2rtcm $(OPT2) -typ 1076,1086,1096,1106,1116,1019,1020,1044,1045,1046 -sta 666 -out out/rtcm_1076_jav.rtcm3
+test10:
+	./rnx2rtcm $(OPT2) -typ 1077,1087,1097,1107,1117,1019,1020,1044,1045,1046 -sta 777 -out out/rtcm_1077_jav.rtcm3
+test11:
+	./rnx2rtcm $(OPT3) -typ 1077,1087,1019,1020 -sta 888 -out out/rtcm_1077_gras.rtcm3
diff --git a/util/rnx2rtcm/rnx2rtcm.c b/util/rnx2rtcm/rnx2rtcm.c
new file mode 100644
index 0000000..f17cf21
--- /dev/null
+++ b/util/rnx2rtcm/rnx2rtcm.c
@@ -0,0 +1,244 @@
+/*------------------------------------------------------------------------------
+* rnx2rtcm.c : rinex to rtcm converter
+*
+*          Copyright (C) 2012 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:55:16 $
+* history : 2012/12/12  1.0 new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define PROGNAME    "RNX2RTCM"           /* program name */
+#define TRACEFILE   "rnx2rtcm.trace"     /* debug trace file */
+
+/* print usage ---------------------------------------------------------------*/
+static const char *help[]={
+    "",
+    "usage: rnx2rtcm [options] [infile ...]",
+    "",
+    "options:",
+    "  -ts  y/m/d h:m:s    start time (gpst)",
+    "  -te  y/m/d h:m:s    end time (gpst)",
+    "  -ti  tint           time interval (s)",
+    "  -sta staid          station id",
+    "  -out outfile        output rtcm file",
+    "  -typ type[,type...] rtcm message types",
+    "  -x   level          debug trace level",
+    ""
+};
+static void print_help(void)
+{
+    int i;
+    for (i=0;i<sizeof(help)/sizeof(*help);i++) fprintf(stderr,"%s\n",help[i]);
+    exit(0);
+}
+/* test rtcm nav data --------------------------------------------------------*/
+static int is_nav(int type)
+{
+    return type==1019||type==1044||type==1045||type==1046;
+}
+/* test rtcm gnav data -------------------------------------------------------*/
+static int is_gnav(int type)
+{
+    return type==1020;
+}
+/* test rtcm ant info --------------------------------------------------------*/
+static int is_ant(int type)
+{
+    return type==1005||type==1006||type==1007||type==1008||type==1033;
+}
+/* generate rtcm obs data messages -------------------------------------------*/
+static void gen_rtcm_obs(rtcm_t *rtcm, const int *type, int n, FILE *fp)
+{
+    int i,j=0;
+    
+    for (i=0;i<n;i++) {
+        if (is_nav(type[i])||is_gnav(type[i])||is_ant(type[i])) continue;
+        j=i; /* index of last message */
+    }
+    for (i=0;i<n;i++) {
+        if (is_nav(type[i])||is_gnav(type[i])||is_ant(type[i])) continue;
+        
+        if (!gen_rtcm3(rtcm,type[i],i!=j)) continue;
+        if (fwrite(rtcm->buff,rtcm->nbyte,1,fp)<1) break;
+    }
+}
+/* generate rtcm nav data messages -------------------------------------------*/
+static void gen_rtcm_nav(gtime_t time, rtcm_t *rtcm, const nav_t *nav,
+                         int *index, const int *type, int n, FILE *fp)
+{
+    int i,j,sat,prn;
+    
+    for (i=index[0];i<nav->n;i++) {
+        
+        if (time.time&&timediff(nav->eph[i].ttr,time)>-0.1) continue;
+        sat=nav->eph[i].sat;
+        rtcm->time=nav->eph[i].ttr;
+        rtcm->nav.eph[sat-1]=nav->eph[i];
+        rtcm->ephsat=sat;
+        
+        for (j=0;j<n;j++) {
+            if (!is_nav(type[j])) continue;
+            
+            if (!gen_rtcm3(rtcm,type[j],0)) continue;
+            if (fwrite(rtcm->buff,rtcm->nbyte,1,fp)<1) break;
+        }
+        index[0]=i+1;
+    }
+    for (i=index[1];i<nav->ng;i++) {
+        
+        if (time.time&&timediff(nav->geph[i].tof,time)>-0.1) continue;
+        sat=nav->geph[i].sat;
+        if (satsys(sat,&prn)!=SYS_GLO) continue;
+        rtcm->time=nav->geph[i].tof;
+        rtcm->nav.geph[prn-1]=nav->geph[i];
+        rtcm->ephsat=sat;
+        
+        for (j=0;j<n;j++) {
+            if (!is_gnav(type[j])) continue;
+            
+            if (!gen_rtcm3(rtcm,type[j],0)) continue;
+            if (fwrite(rtcm->buff,rtcm->nbyte,1,fp)<1) break;
+        }
+        index[1]=i+1;
+    }
+}
+/* generate rtcm antenna info messages ---------------------------------------*/
+static void gen_rtcm_ant(rtcm_t *rtcm, const int *type, int n, FILE *fp)
+{
+    int i;
+    
+    for (i=0;i<n;i++) {
+        if (!is_ant(type[i])) continue;
+        
+        if (!gen_rtcm3(rtcm,type[i],0)) continue;
+        if (fwrite(rtcm->buff,rtcm->nbyte,1,fp)<1) break;
+    }
+}
+/* convert to rtcm messages --------------------------------------------------*/
+static int conv_rtcm(const int *type, int n, const char *outfile,
+                     const obs_t *obs, const nav_t *nav, const sta_t *sta,
+                     int staid)
+{
+    FILE *fp=stdout;
+    gtime_t time0={0};
+    rtcm_t rtcm={0};
+    eph_t eph0={0};
+    geph_t geph0={0};
+    int i,j,prn,index[2]={0};
+    
+    if (!(rtcm.nav.eph =(eph_t  *)malloc(sizeof(eph_t )*MAXSAT   ))||
+        !(rtcm.nav.geph=(geph_t *)malloc(sizeof(geph_t)*MAXPRNGLO))) return 0;
+    
+    rtcm.staid=staid;
+    rtcm.sta=*sta;
+    
+    for (i=0;i<MAXSAT   ;i++) rtcm.nav.eph [i]=eph0;
+    for (i=0;i<MAXPRNGLO;i++) rtcm.nav.geph[i]=geph0;
+    
+    /* update glonass freq channel number */
+    for (i=0;i<nav->ng;i++) {
+        if (satsys(nav->geph[i].sat,&prn)!=SYS_GLO) continue;
+        rtcm.nav.geph[prn-1]=nav->geph[i];
+    }
+    if (*outfile&&!(fp=fopen(outfile,"wb"))) {
+        fprintf(stderr,"file open error: %s\n",outfile);
+        return 0;
+    }
+    /* gerate rtcm antenna info messages */
+    gen_rtcm_ant(&rtcm,type,n,fp);
+    
+    for (i=0;i<obs->n;i=j) {
+        
+        /* extract epoch obs data */
+        for (j=i+1;j<obs->n;j++) {
+            if (timediff(obs->data[j].time,obs->data[i].time)>DTTOL) break;
+        }
+        rtcm.time=obs->data[i].time;
+        rtcm.seqno++;
+        rtcm.obs.data=obs->data+i;
+        rtcm.obs.n=j-i;
+        
+        /* generate rtcm obs data messages */
+        gen_rtcm_obs(&rtcm,type,n,fp);
+        
+        /* generate rtcm nav data messages */
+        gen_rtcm_nav(rtcm.time,&rtcm,nav,index,type,n,fp);
+        
+        fprintf(stderr,"%s: NOBS=%2d\r",time_str(rtcm.time,0),rtcm.obs.n);
+    }
+    /* gerate rtcm nav data messages */
+    gen_rtcm_nav(time0,&rtcm,nav,index,type,n,fp);
+    
+    fclose(fp);
+    
+    /* print statistics  */
+    fprintf(stderr,"\n  MT  # OF MSGS\n");
+    
+    for (i=1;i<299;i++) {
+        if (!rtcm.nmsg3[i]) continue;
+        fprintf(stderr,"%04d %10d\n",1000+i,rtcm.nmsg3[i]);
+    }
+    fprintf(stderr,"\n");
+    free(rtcm.nav.eph);
+    free(rtcm.nav.geph);
+    return 1;
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    gtime_t ts={0},te={0};
+    obs_t obs={0};
+    nav_t nav={0};
+    sta_t sta={{0}};
+    double es[6]={0},ee[6]={0},tint=0.0;
+    char *infile[16]={0},*outfile="",buff[1024],*p;
+    int i,n=0,m=0,type[16],trlevel=0,staid=0,ret=0;
+    
+    for (i=1;i<argc;i++) {
+        if (!strcmp(argv[i],"-ts")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",es  ,es+1,es+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",es+3,es+4,es+6);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+2<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf",ee  ,ee+1,ee+2);
+            sscanf(argv[++i],"%lf:%lf:%lf",ee+3,ee+4,ee+5);
+        }
+        else if (!strcmp(argv[i],"-ti" )&&i+1<argc) tint =atof(argv[++i]);
+        else if (!strcmp(argv[i],"-sta")&&i+1<argc) staid=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-out")&&i+1<argc) outfile=argv[++i];
+        else if (!strcmp(argv[i],"-typ")&&i+1<argc) {
+            strcpy(buff,argv[++i]);
+            for (p=strtok(buff,",");p;p=strtok(NULL,",")) type[m++]=atoi(p);
+        }
+        else if (!strcmp(argv[i],"-x"  )&&i+1<argc) trlevel=atoi(argv[++i]);
+        else if (!strncmp(argv[i],"-",1)) print_help();
+        else infile[n++]=argv[i];
+    }
+    if (trlevel>0) {
+        traceopen(TRACEFILE);
+        tracelevel(trlevel);
+    }
+    if (es[0]>0.0) ts=epoch2time(es);
+    if (ee[0]>0.0) te=epoch2time(ee);
+    
+    /* read rinex files */
+    for (i=0;i<n;i++) {
+        readrnxt(infile[i],0,ts,te,tint,"",&obs,&nav,&sta);
+    }
+    sortobs(&obs);
+    uniqnav(&nav);
+    
+    /* convert to rtcm messages */
+    if (!conv_rtcm(type,m,outfile,&obs,&nav,&sta,staid)) ret=-1;
+    
+    free(obs.data);
+    freenav(&nav,0xFF);
+    
+    if (trlevel>0) {
+        traceclose();
+    }
+    return ret;
+}
diff --git a/util/simobs/gcc/makefile b/util/simobs/gcc/makefile
new file mode 100644
index 0000000..facfe81
--- /dev/null
+++ b/util/simobs/gcc/makefile
@@ -0,0 +1,37 @@
+# makefile for simobs
+
+BINDIR = /usr/local/bin
+SRC    = ../../../src
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAGLO -DENAGAL -DENAQZS -DNFREQ=4 -DMAXOBS=128
+LDLIBS  = -lm
+
+simobs     : simobs.o rinex.o rtkcmn.o
+
+simobs.o   : ../simobs.c
+	$(CC) -c $(CFLAGS) ../simobs.c
+rinex.o    : $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+rtkcmn.o   : $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+
+simobs.o   : $(SRC)/rtklib.h
+rtkcmn.o   : $(SRC)/rtklib.h
+
+install:
+	cp simobs $(BINDIR)
+
+clean:
+	rm -f simobs simobs.exe *.o
+
+OPT0=-ts 2009/4/1 -te 2009/4/2 -ti 10
+OPT1=../sim/brdc0910.09n ../sim/brdc0910.09g ../sim/brdc0910.09l
+OPT2=-r 36.106114294 140.087190410 70.3010
+OPT3=-r 36.103635125 140.086307150 69.7442
+OPT4=-r 36.031339503 140.202443500 70.9029
+OPT5=-r 36.263268936 140.174264100 94.2843
+
+sim:
+	./simobs $(OPT0) $(OPT1) $(OPT2) -o ../sim/base_20080509.obs
+	./simobs $(OPT0) $(OPT1) $(OPT3) -o ../sim/rov0_20080509.obs
+	./simobs $(OPT0) $(OPT1) $(OPT4) -o ../sim/rov1_20080509.obs
+	./simobs $(OPT0) $(OPT1) $(OPT5) -o ../sim/rov2_20080509.obs
diff --git a/util/simobs/sim/brdc0910.09g b/util/simobs/sim/brdc0910.09g
new file mode 100644
index 0000000..a1e25c1
--- /dev/null
+++ b/util/simobs/sim/brdc0910.09g
@@ -0,0 +1,3655 @@
+     2.01           GLONASS NAV DATA                        RINEX VERSION / TYPE
+CCRINEXG V1.4 UX    CDDIS               02-APR- 9 16:53     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+CCRINEXG V1.4 UX    CDDIS               02-APR- 9 03:53     COMMENT             
+  2009     4     1    0.158790498972E-06                    CORR TO SYSTEM TIME 
+    15                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 2 09  4  1  0 15  0.0 0.206762924790E-04-0.272848410532E-11 0.900000000000E+03
+    0.936473925781E+04-0.267867088318E+00 0.000000000000E+00 0.000000000000E+00
+   -0.159087973633E+05 0.239853191376E+01 0.186264514923E-08 0.100000000000E+01
+   -0.176143896484E+05-0.230765628815E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  0 15  0.0-0.342596322298E-04-0.272848410532E-11 0.000000000000E+00
+    0.256211230469E+04-0.189046859741E+00-0.186264514923E-08 0.000000000000E+00
+   -0.253048676758E+05 0.253620147705E+00-0.931322574616E-09 0.500000000000E+01
+   -0.194164404297E+04-0.356233310700E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  0 15  0.0 0.640042126179E-04-0.727595761418E-11 0.000000000000E+00
+   -0.474700830078E+04-0.485153198242E-01-0.279396772385E-08 0.000000000000E+00
+   -0.222375849609E+05-0.159294605255E+01-0.279396772385E-08 0.600000000000E+01
+    0.114767636719E+05-0.307211017609E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  0 15  0.0-0.169296748936E-03-0.181898940355E-11 0.300000000000E+02
+   -0.960566015625E+04 0.168900489807E+00 0.000000000000E+00 0.000000000000E+00
+    0.144922924805E+05-0.256378364563E+01-0.186264514923E-08 0.100000000000E+01
+    0.185424340820E+05 0.207172679901E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  0 15  0.0-0.893827527761E-04 0.181898940355E-11 0.600000000000E+02
+   -0.158585351562E+04 0.126294136047E+00 0.931322574615E-09 0.000000000000E+00
+    0.253605791016E+05-0.321713447571E+00 0.931322574615E-09 0.500000000000E+01
+    0.234644091797E+04 0.352914524078E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  0 15  0.0-0.102152116597E-03 0.000000000000E+00 0.600000000000E+02
+    0.572327587891E+04 0.374794006348E-03 0.186264514923E-08 0.000000000000E+00
+    0.199545791016E+05 0.203381729126E+01 0.186264514923E-08 0.600000000000E+01
+   -0.148239833984E+05 0.273885154724E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1  0 15  0.0-0.692345201969E-04-0.909494701773E-12 0.900000000000E+03
+   -0.132338823242E+05-0.251301097870E+01 0.931322574615E-09 0.000000000000E+00
+    0.342796777344E+04-0.154397773743E+01 0.931322574615E-09-0.200000000000E+01
+   -0.215418227539E+05 0.129972648621E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  0 15  0.0-0.140959396958E-03 0.000000000000E+00 0.870000000000E+03
+    0.290775341797E+04-0.244117355347E+01 0.186264514923E-08 0.000000000000E+00
+    0.134863110352E+05-0.163746833801E+01 0.279396772385E-08-0.700000000000E+01
+   -0.214484360352E+05-0.136833572388E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  0 15  0.0-0.926926732063E-04 0.000000000000E+00 0.147000000000E+04
+    0.178222802734E+05-0.875010490417E+00 0.186264514923E-08 0.000000000000E+00
+    0.162344921875E+05-0.781646728516E+00 0.279396772385E-08 0.000000000000E+00
+   -0.847981005859E+04-0.332589912415E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1  0 15  0.0-0.230697914958E-03-0.909494701773E-12 0.000000000000E+00
+    0.131192973633E+05 0.252117252350E+01-0.931322574616E-09 0.000000000000E+00
+   -0.352213671875E+04 0.155041980743E+01-0.931322574616E-09-0.200000000000E+01
+    0.215766225586E+05-0.127921104431E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  0 15  0.0-0.798674300313E-04 0.272848410532E-11 0.300000000000E+02
+   -0.297028076172E+04 0.243856811523E+01-0.186264514923E-08 0.000000000000E+00
+   -0.135189033203E+05 0.164077949524E+01-0.279396772385E-08-0.700000000000E+01
+    0.214300073242E+05 0.136619472504E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  0 15  0.0 0.919625163078E-04 0.000000000000E+00 0.270000000000E+03
+   -0.179081025391E+05 0.887870788574E+00-0.186264514923E-08 0.000000000000E+00
+   -0.159530649414E+05 0.784139633179E+00-0.372529029846E-08 0.000000000000E+00
+    0.851715136719E+04 0.334931564331E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  0 15  0.0-0.261341221631E-03 0.000000000000E+00 0.300000000000E+02
+    0.897202246094E+04 0.225795459747E+01 0.000000000000E+00 0.000000000000E+00
+   -0.145704672852E+05-0.128016376495E+01 0.186264514923E-08 0.400000000000E+01
+   -0.189459624023E+05 0.204512119293E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  0 15  0.0-0.141933560371E-05 0.000000000000E+00 0.870000000000E+03
+   -0.912766162109E+04 0.277604770660E+01 0.000000000000E+00 0.000000000000E+00
+   -0.727224072266E+04-0.140334796906E+01 0.931322574615E-09-0.300000000000E+01
+   -0.226661293945E+05-0.655318260193E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1  0 15  0.0-0.894879922271E-04-0.909494701773E-12 0.300000000000E+02
+   -0.214475537109E+05 0.167739677429E+01 0.000000000000E+00 0.000000000000E+00
+    0.405025781250E+04-0.692131042480E+00 0.000000000000E+00 0.300000000000E+01
+   -0.131972666016E+05-0.293746376038E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  0 15  0.0-0.651190057397E-04 0.000000000000E+00 0.300000000000E+02
+   -0.214457534180E+05-0.429185867310E+00 0.000000000000E+00 0.000000000000E+00
+    0.132185805664E+05 0.428223609924E+00-0.931322574616E-09 0.200000000000E+01
+    0.423274121094E+04-0.351444625855E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0 15  0.0-0.143392942846E-03-0.909494701773E-12 0.300000000000E+02
+   -0.874414355469E+04-0.226333045960E+01 0.000000000000E+00 0.000000000000E+00
+    0.145977539062E+05 0.128520393372E+01-0.931322574616E-09 0.400000000000E+01
+    0.189606489258E+05-0.204216670990E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  0 15  0.0-0.201560556889E-03-0.181898940355E-11 0.000000000000E+00
+    0.885120410156E+04-0.276976490021E+01 0.000000000000E+00 0.000000000000E+00
+    0.745829833984E+04 0.140941524506E+01-0.931322574616E-09-0.300000000000E+01
+    0.227565751953E+05 0.627867698669E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  0 15  0.0-0.200637616217E-03 0.454747350886E-11 0.000000000000E+00
+    0.216845664062E+05-0.161831474304E+01 0.000000000000E+00 0.000000000000E+00
+   -0.432657275391E+04 0.652870178223E+00 0.000000000000E+00 0.300000000000E+01
+    0.126898066406E+05 0.299242496491E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  0 45  0.0 0.206707045436E-04-0.272848410532E-11 0.183000000000E+04
+    0.921211621094E+04 0.120161056519E+00 0.931322574615E-09 0.000000000000E+00
+   -0.111208544922E+05 0.287750053406E+01 0.186264514923E-08 0.100000000000E+01
+   -0.210342285156E+05-0.146750259399E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  0 45  0.0-0.342652201653E-04-0.272848410532E-11 0.180000000000E+04
+    0.227774951172E+04-0.868396759033E-01-0.931322574616E-09 0.000000000000E+00
+   -0.240491040039E+05 0.113009834290E+01 0.000000000000E+00 0.500000000000E+01
+   -0.819591552734E+04-0.334173583984E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  0 45  0.0 0.639902427792E-04-0.727595761418E-11 0.180000000000E+04
+   -0.500137841797E+04-0.196434974670E+00-0.279396772385E-08 0.000000000000E+00
+   -0.243754433594E+05-0.764463424683E+00-0.186264514923E-08 0.600000000000E+01
+    0.557343652344E+04-0.344422054291E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  0 45  0.0-0.169300474226E-03-0.181898940355E-11 0.222000000000E+04
+   -0.965087011719E+04-0.236471176147E+00-0.931322574616E-09 0.000000000000E+00
+    0.947155566406E+04-0.296858787537E+01-0.186264514923E-08 0.100000000000E+01
+    0.214978398438E+05 0.119011688232E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  0 45  0.0-0.893780961633E-04 0.181898940355E-11 0.306000000000E+04
+   -0.145723583984E+04-0.215377807617E-01 0.931322574616E-09 0.000000000000E+00
+    0.240012436523E+05-0.117465019226E+01 0.000000000000E+00 0.500000000000E+01
+    0.852624316406E+04 0.329271888733E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  0 45  0.0-0.102150253952E-03 0.000000000000E+00 0.186000000000E+04
+    0.597300976563E+04 0.242233276367E+00 0.186264514923E-08 0.000000000000E+00
+    0.229540883789E+05 0.127145767212E+01 0.186264514923E-08 0.600000000000E+01
+   -0.938465576172E+04 0.326561832428E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  0 45  0.0-0.692382454872E-04-0.909494701773E-12 0.234000000000E+04
+   -0.176323437500E+05-0.232451915741E+01 0.000000000000E+00 0.000000000000E+00
+    0.115533789063E+04-0.976682662964E+00 0.000000000000E+00-0.200000000000E+01
+   -0.184002924805E+05 0.216826820374E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  0 45  0.0-0.140958465636E-03 0.000000000000E+00 0.246000000000E+04
+   -0.189562158203E+04-0.285601043701E+01 0.186264514923E-08 0.000000000000E+00
+    0.107731743164E+05-0.134354591370E+01 0.186264514923E-08-0.700000000000E+01
+   -0.230504375000E+05-0.400342941284E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1  0 45  0.0-0.926936045289E-04 0.000000000000E+00 0.189000000000E+04
+    0.155263237305E+05-0.167131042480E+01 0.186264514923E-08 0.000000000000E+00
+    0.146243374023E+05-0.963559150696E+00 0.279396772385E-08 0.000000000000E+00
+   -0.140633598633E+05-0.283790206909E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1  0 45  0.0-0.230699777603E-03-0.909494701773E-12 0.180000000000E+04
+    0.175362978516E+05 0.233686637878E+01 0.000000000000E+00 0.000000000000E+00
+   -0.123725390625E+04 0.983563423157E+00 0.000000000000E+00-0.200000000000E+01
+    0.184687182617E+05-0.215155410767E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  0 45  0.0-0.798618420959E-04 0.272848410532E-11 0.183000000000E+04
+    0.183117968750E+04 0.285656261444E+01-0.186264514923E-08 0.000000000000E+00
+   -0.107986157227E+05 0.134822559357E+01-0.186264514923E-08-0.700000000000E+01
+    0.230290590820E+05 0.398804664612E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1  0 45  0.0 0.919625163078E-04 0.000000000000E+00 0.180000000000E+04
+   -0.155786655273E+05 0.169471454620E+01-0.279396772385E-08 0.000000000000E+00
+   -0.143438315430E+05 0.959217071533E+00-0.372529029846E-08 0.000000000000E+00
+    0.141361508789E+05 0.285333061218E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1  0 45  0.0-0.261343084276E-03 0.000000000000E+00 0.186000000000E+04
+    0.124220937500E+05 0.155729389191E+01 0.000000000000E+00 0.000000000000E+00
+   -0.168922304688E+05-0.125594997406E+01 0.186264514923E-08 0.400000000000E+01
+   -0.145818867188E+05 0.277232646942E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1  0 45  0.0-0.142119824886E-05 0.000000000000E+00 0.234000000000E+04
+   -0.427084375000E+04 0.257489585876E+01 0.000000000000E+00 0.000000000000E+00
+   -0.101951528320E+05-0.181888008118E+01 0.931322574615E-09-0.300000000000E+01
+   -0.229522753906E+05 0.339815139771E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1  0 45  0.0-0.894898548722E-04-0.909494701773E-12 0.183000000000E+04
+   -0.180216162109E+05 0.208320331573E+01 0.000000000000E+00 0.000000000000E+00
+    0.226330566406E+04-0.130113506317E+01 0.000000000000E+00 0.300000000000E+01
+   -0.179060410156E+05-0.226052761078E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  0 45  0.0-0.651190057397E-04 0.000000000000E+00 0.315000000000E+04
+   -0.214975312500E+05 0.352500915527E+00 0.000000000000E+00 0.000000000000E+00
+    0.136227460938E+05-0.157461166382E-01 0.000000000000E+00 0.200000000000E+01
+   -0.217482568359E+04-0.355903244019E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0 45  0.0-0.143395736813E-03-0.181898940355E-11 0.183000000000E+04
+   -0.122069931641E+05-0.156585407257E+01 0.000000000000E+00 0.000000000000E+00
+    0.169250009766E+05 0.125670337677E+01-0.931322574616E-09 0.400000000000E+01
+    0.145964633789E+05-0.277547168732E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  0 45  0.0-0.201565213501E-03-0.181898940355E-11 0.180000000000E+04
+    0.401640820312E+04-0.255716228485E+01 0.000000000000E+00 0.000000000000E+00
+    0.103858950195E+05 0.181790924072E+01-0.931322574616E-09-0.300000000000E+01
+    0.229956528320E+05-0.363574981689E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  0 45  0.0-0.200628302991E-03 0.454747350886E-11 0.180000000000E+04
+    0.183462563477E+05-0.204538917541E+01 0.000000000000E+00 0.000000000000E+00
+   -0.261334375000E+04 0.125979900360E+01 0.000000000000E+00 0.300000000000E+01
+    0.175151982422E+05 0.233432769775E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  1 15  0.0 0.206651166081E-04-0.272848410532E-11 0.363000000000E+04
+    0.984636230469E+04 0.589393615723E+00 0.186264514923E-08 0.000000000000E+00
+   -0.572309863281E+04 0.306911087036E+01 0.186264514923E-08 0.100000000000E+01
+   -0.228291347656E+05-0.513870239258E+00 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  1 15  0.0-0.342698767781E-04-0.272848410532E-11 0.381000000000E+04
+    0.238246875000E+04 0.235603332520E+00 0.000000000000E+00 0.000000000000E+00
+   -0.213117622070E+05 0.188182449341E+01 0.931322574615E-09 0.500000000000E+01
+   -0.138165004883E+05-0.286282539368E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  1 15  0.0 0.639772042632E-04-0.636646291241E-11 0.360000000000E+04
+   -0.531130175781E+04-0.107723236084E+00-0.186264514923E-08 0.000000000000E+00
+   -0.249591254883E+05 0.114695549011E+00 0.000000000000E+00 0.600000000000E+01
+   -0.761567871094E+03-0.354893207550E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  1 15  0.0-0.169301405549E-03-0.181898940355E-11 0.459000000000E+04
+   -0.104886352539E+05-0.694245338440E+00-0.186264514923E-08 0.000000000000E+00
+    0.398389550781E+04-0.307738399506E+01-0.279396772385E-08 0.100000000000E+01
+    0.227696743164E+05 0.213481903076E+00-0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1  1 15  0.0-0.893734395504E-04 0.181898940355E-11 0.363000000000E+04
+   -0.178766845703E+04-0.375180244446E+00 0.000000000000E+00 0.000000000000E+00
+    0.212143032227E+05-0.189086723328E+01-0.931322574616E-09 0.500000000000E+01
+    0.140469975586E+05 0.280156898498E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  1 15  0.0-0.102149322629E-03 0.000000000000E+00 0.387000000000E+04
+    0.645606201172E+04 0.253447532654E+00 0.186264514923E-08 0.000000000000E+00
+    0.244650747070E+05 0.398395538330E+00 0.931322574615E-09 0.600000000000E+01
+   -0.321962255859E+04 0.353993415833E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  1 15  0.0-0.692410394549E-04-0.181898940355E-11 0.375000000000E+04
+   -0.214289145508E+05-0.184884643555E+01 0.000000000000E+00 0.000000000000E+00
+   -0.105384277344E+03-0.437915802002E+00 0.000000000000E+00-0.200000000000E+01
+   -0.138366640625E+05 0.286956119537E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  1 15  0.0-0.140956602991E-03 0.000000000000E+00 0.372000000000E+04
+   -0.721046923828E+04-0.299986839294E+01 0.186264514923E-08 0.000000000000E+00
+    0.874349072266E+04-0.893864631653E+00 0.931322574615E-09-0.700000000000E+01
+   -0.228718984375E+05 0.597210884094E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1  1 15  0.0-0.926945358515E-04 0.000000000000E+00 0.375000000000E+04
+    0.118573090820E+05-0.238170242310E+01 0.279396772385E-08 0.000000000000E+00
+    0.129204086914E+05-0.889100074768E+00 0.186264514923E-08 0.000000000000E+00
+   -0.185645234375E+05-0.213091659546E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  1 15  0.0-0.230701640248E-03-0.909494701773E-12 0.360000000000E+04
+    0.213583535156E+05 0.186467361450E+01 0.000000000000E+00 0.000000000000E+00
+    0.350458984375E+02 0.443666458130E+00 0.000000000000E+00-0.200000000000E+01
+    0.139312592773E+05-0.285727596283E+01-0.279396772385E-08 0.000000000000E+00
+14 09  4  1  1 15  0.0-0.798571854830E-04 0.272848410532E-11 0.363000000000E+04
+    0.714979492188E+04 0.300335025787E+01-0.186264514923E-08 0.000000000000E+00
+   -0.875927880859E+04 0.899861335754E+00-0.931322574616E-09-0.700000000000E+01
+    0.228464565430E+05-0.600568771362E+00-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  1 15  0.0 0.919643789530E-04 0.000000000000E+00 0.360000000000E+04
+   -0.118629438477E+05 0.240893268585E+01-0.279396772385E-08 0.000000000000E+00
+   -0.126570097656E+05 0.873967170715E+00-0.279396772385E-08 0.000000000000E+00
+    0.186562685547E+05 0.213646602631E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  1 15  0.0-0.261344015598E-03 0.000000000000E+00 0.462000000000E+04
+    0.145471142578E+05 0.804819107056E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189308222656E+05-0.964837074280E+00 0.186264514923E-08 0.400000000000E+01
+   -0.909443115234E+04 0.328534507752E+01 0.931322574616E-09 0.000000000000E+00
+18 09  4  1  1 15  0.0-0.142306089401E-05-0.909494701773E-12 0.372000000000E+04
+   -0.288574218750E+01 0.213356304169E+01 0.000000000000E+00 0.000000000000E+00
+   -0.137016860352E+05-0.203789901733E+01 0.186264514923E-08-0.300000000000E+01
+   -0.214574106445E+05 0.131062889099E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1  1 15  0.0-0.894917175174E-04-0.909494701773E-12 0.366000000000E+04
+   -0.141204951172E+05 0.220312404633E+01 0.931322574615E-09 0.000000000000E+00
+   -0.628187988281E+03-0.190064144135E+01 0.931322574615E-09 0.300000000000E+01
+   -0.212300083008E+05-0.140878677368E+01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  1 15  0.0-0.651190057397E-04 0.000000000000E+00 0.378000000000E+04
+   -0.202748002930E+05 0.971755981445E+00 0.000000000000E+00 0.000000000000E+00
+    0.130506499023E+05-0.643945693970E+00 0.000000000000E+00 0.200000000000E+01
+   -0.841485742188E+04-0.332945919037E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1  1 15  0.0-0.143399462104E-03-0.181898940355E-11 0.363000000000E+04
+   -0.143492529297E+05-0.815258026123E+00 0.000000000000E+00 0.000000000000E+00
+    0.189597319336E+05 0.959519386292E+00-0.931322574616E-09 0.400000000000E+01
+    0.909823681641E+04-0.329386520386E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1  1 15  0.0-0.201568938792E-03-0.181898940355E-11 0.363000000000E+04
+   -0.212057128906E+03-0.210819339752E+01 0.000000000000E+00 0.000000000000E+00
+    0.138845932617E+05 0.203046894074E+01-0.931322574616E-09-0.300000000000E+01
+    0.214657167969E+05-0.132509422302E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1  1 15  0.0-0.200618058443E-03 0.454747350886E-11 0.360000000000E+04
+    0.144929589844E+05-0.218771076202E+01 0.000000000000E+00 0.000000000000E+00
+    0.207968261719E+03 0.186535835266E+01 0.000000000000E+00 0.300000000000E+01
+    0.209850097656E+05 0.149606513977E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  1 45  0.0 0.206595286727E-04-0.272848410532E-11 0.543000000000E+04
+    0.113184956055E+05 0.103298664093E+01 0.279396772385E-08 0.000000000000E+00
+   -0.256807617188E+03 0.295437717438E+01 0.186264514923E-08 0.100000000000E+01
+   -0.228601523438E+05 0.479673385620E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  1 45  0.0-0.342745333910E-04-0.272848410532E-11 0.546000000000E+04
+    0.321965478516E+04 0.713248252869E+00 0.931322574615E-09 0.000000000000E+00
+   -0.174071518555E+05 0.241370010376E+01 0.186264514923E-08 0.500000000000E+01
+   -0.183690288086E+05-0.216272449493E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  1 45  0.0 0.639650970697E-04-0.636646291241E-11 0.540000000000E+04
+   -0.525068554688E+04 0.210376739502E+00-0.931322574616E-09 0.000000000000E+00
+   -0.240013369141E+05 0.929611206055E+00 0.000000000000E+00 0.600000000000E+01
+   -0.703809521484E+04-0.337997436523E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  1 45  0.0-0.169306062162E-03-0.181898940355E-11 0.540000000000E+04
+   -0.121172333984E+05-0.109740257263E+01-0.279396772385E-08 0.000000000000E+00
+   -0.142402880859E+04-0.288275241852E+01-0.279396772385E-08 0.100000000000E+01
+    0.222557407227E+05-0.780823707581E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  1 45  0.0-0.893697142601E-04 0.181898940355E-11 0.543000000000E+04
+   -0.289036376953E+04-0.865362167358E+00 0.000000000000E+00 0.000000000000E+00
+    0.173301381836E+05-0.238159179688E+01-0.931322574616E-09 0.500000000000E+01
+    0.184813295898E+05 0.209338092804E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  1 45  0.0-0.102147459984E-03 0.000000000000E+00 0.555000000000E+04
+    0.673734326172E+04 0.194034576416E-01 0.931322574615E-09 0.000000000000E+00
+    0.243914223633E+05-0.469565391541E+00 0.000000000000E+00 0.600000000000E+01
+    0.319441259766E+04 0.354047584534E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  1 45  0.0-0.692447647452E-04-0.181898940355E-11 0.606000000000E+04
+   -0.241449042969E+05-0.113565254211E+01-0.931322574615E-09 0.000000000000E+00
+   -0.499930175781E+03-0.295524597168E-01-0.931322574615E-09-0.200000000000E+01
+   -0.820318945313E+04 0.334923362732E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  1 45  0.0-0.140954740345E-03 0.909494701773E-12 0.603000000000E+04
+   -0.125102695313E+05-0.283717727661E+01 0.931322574615E-09 0.000000000000E+00
+    0.758659472656E+04-0.392170906067E+00 0.000000000000E+00-0.700000000000E+01
+   -0.209289179688E+05 0.154749870300E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  1 45  0.0-0.926954671741E-04 0.000000000000E+00 0.549000000000E+04
+    0.706745263672E+04-0.290091609955E+01 0.279396772385E-08 0.000000000000E+00
+    0.115535019531E+05-0.599365234375E+00 0.186264514923E-08 0.000000000000E+00
+   -0.216352856445E+05-0.125874423981E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  1 45  0.0-0.230703502893E-03-0.909494701773E-12 0.540000000000E+04
+    0.241052529297E+05 0.115399265289E+01 0.931322574616E-09 0.000000000000E+00
+    0.438015625000E+03 0.330038070679E-01 0.931322574616E-09-0.200000000000E+01
+    0.831561376953E+04-0.334175872803E+01-0.279396772385E-08 0.000000000000E+00
+14 09  4  1  1 45  0.0-0.798525288701E-04 0.181898940355E-11 0.543000000000E+04
+    0.124574238281E+05 0.284204101562E+01-0.931322574616E-09 0.000000000000E+00
+   -0.759065234375E+04 0.399166107178E+00 0.000000000000E+00-0.700000000000E+01
+    0.208943417969E+05-0.155449771881E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  1 45  0.0 0.919653102755E-04 0.000000000000E+00 0.540000000000E+04
+   -0.702637988281E+04 0.292435073852E+01-0.279396772385E-08 0.000000000000E+00
+   -0.113282812500E+05 0.572100639343E+00-0.186264514923E-08 0.000000000000E+00
+    0.217286113281E+05 0.125531959534E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  1 45  0.0-0.261344946921E-03 0.000000000000E+00 0.540000000000E+04
+    0.153566616211E+05 0.113881111145E+00 0.000000000000E+00 0.000000000000E+00
+   -0.202158867188E+05-0.425581932068E+00 0.931322574616E-09 0.400000000000E+01
+   -0.290692626953E+04 0.354521083832E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  1 45  0.0-0.142492353916E-05-0.909494701773E-12 0.603000000000E+04
+    0.331747314453E+04 0.153878402710E+01 0.931322574615E-09 0.000000000000E+00
+   -0.173733808594E+05-0.199466896057E+01 0.186264514923E-08-0.300000000000E+01
+   -0.182943237305E+05 0.218117141724E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1  1 45  0.0-0.894945114851E-04-0.909494701773E-12 0.546000000000E+04
+   -0.102568974609E+05 0.204699230194E+01 0.931322574615E-09 0.000000000000E+00
+   -0.450666503906E+04-0.238011837006E+01 0.931322574615E-09 0.300000000000E+01
+   -0.229121464844E+05-0.448121070862E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  1 45  0.0-0.651180744171E-04 0.000000000000E+00 0.543000000000E+04
+   -0.181418374023E+05 0.135467624664E+01 0.000000000000E+00 0.000000000000E+00
+    0.112478569336E+05-0.136593723297E+01 0.000000000000E+00 0.200000000000E+01
+   -0.140063964844E+05-0.284307765961E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  1 45  0.0-0.143403187394E-03-0.181898940355E-11 0.549000000000E+04
+   -0.151789082031E+05-0.125815391541E+00 0.000000000000E+00 0.000000000000E+00
+    0.202287949219E+05 0.413029670715E+00-0.931322574615E-09 0.400000000000E+01
+    0.289247851562E+04-0.355638980865E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  1 45  0.0-0.201572664082E-03-0.181898940355E-11 0.543000000000E+04
+   -0.348353613281E+04-0.151064014435E+01 0.000000000000E+00 0.000000000000E+00
+    0.175391777344E+05 0.198374938965E+01-0.931322574616E-09-0.300000000000E+01
+    0.182873588867E+05-0.218347930908E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1  1 45  0.0-0.200608745217E-03 0.454747350886E-11 0.540000000000E+04
+    0.106383125000E+05-0.205184745789E+01-0.931322574616E-09 0.000000000000E+00
+    0.403429589844E+04 0.235865592956E+01-0.931322574616E-09 0.300000000000E+01
+    0.228318134766E+05 0.542727470398E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  2 15  0.0 0.206539407372E-04-0.272848410532E-11 0.723000000000E+04
+    0.134867832031E+05 0.134672927856E+01 0.279396772385E-08 0.000000000000E+00
+    0.474442480469E+04 0.256066894531E+01 0.186264514923E-08 0.100000000000E+01
+   -0.211244399414E+05 0.143642902374E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  2 15  0.0-0.342801213264E-04-0.272848410532E-11 0.726000000000E+04
+    0.498657666016E+04 0.125111293793E+01 0.186264514923E-08 0.000000000000E+00
+   -0.127916030273E+05 0.266513442993E+01 0.186264514923E-08 0.500000000000E+01
+   -0.215018369141E+05-0.129560279846E+01 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  2 15  0.0 0.639529898763E-04-0.545696821064E-11 0.729000000000E+04
+   -0.444538671875E+04 0.708255767822E+00 0.000000000000E+00 0.000000000000E+00
+   -0.217132124023E+05 0.157767486572E+01 0.931322574615E-09 0.600000000000E+01
+   -0.127736958008E+05-0.295203113556E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  2 15  0.0-0.169310718775E-03-0.181898940355E-11 0.720000000000E+04
+   -0.143463984375E+05-0.134661388397E+01-0.372529029846E-08 0.000000000000E+00
+   -0.623472265625E+04-0.242399406433E+01-0.186264514923E-08 0.100000000000E+01
+    0.199956499023E+05-0.171372890472E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  2 15  0.0-0.893659889698E-04 0.181898940355E-11 0.723000000000E+04
+   -0.492729541016E+04-0.139571380615E+01-0.186264514923E-08 0.000000000000E+00
+    0.128087607422E+05-0.259348964691E+01-0.186264514923E-08 0.500000000000E+01
+    0.214854433594E+05 0.122274208069E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  2 15  0.0-0.102146528661E-03 0.000000000000E+00 0.732000000000E+04
+    0.639625732422E+04-0.429364204407E+00 0.000000000000E+00 0.000000000000E+00
+    0.228461855469E+05-0.121898269653E+01 0.000000000000E+00 0.600000000000E+01
+    0.936133593750E+04 0.326714324951E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  2 15  0.0-0.692484900355E-04-0.181898940355E-11 0.873000000000E+04
+   -0.254268437500E+05-0.272578239441E+00-0.186264514923E-08 0.000000000000E+00
+   -0.336344238281E+03 0.172513961792E+00-0.931322574616E-09-0.200000000000E+01
+   -0.193518847656E+04 0.356997203827E+01 0.279396772385E-08 0.000000000000E+00
+10 09  4  1  2 15  0.0-0.140952877700E-03 0.909494701773E-12 0.777000000000E+04
+   -0.172460678711E+05-0.237894630432E+01 0.000000000000E+00 0.000000000000E+00
+    0.729663574219E+04 0.515480041504E-01 0.000000000000E+00-0.700000000000E+01
+   -0.173731645508E+05 0.237766551971E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  2 15  0.0-0.926973298192E-04-0.909494701773E-12 0.732000000000E+04
+    0.157653369141E+04-0.315061473846E+01 0.279396772385E-08 0.000000000000E+00
+    0.108453735352E+05-0.172640800476E+00 0.931322574615E-09 0.000000000000E+00
+   -0.230367387695E+05-0.288067817688E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1  2 15  0.0-0.230705365539E-03-0.909494701773E-12 0.723000000000E+04
+    0.254216250000E+05 0.292293548584E+00 0.186264514923E-08 0.000000000000E+00
+    0.278002929688E+03-0.172072410584E+00 0.931322574616E-09-0.200000000000E+01
+    0.205652685547E+04-0.356758308411E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  2 15  0.0-0.798478722572E-04 0.181898940355E-11 0.723000000000E+04
+    0.172014360352E+05 0.238278007507E+01 0.000000000000E+00 0.000000000000E+00
+   -0.728725488281E+04-0.435647964477E-01 0.000000000000E+00-0.700000000000E+01
+    0.173222500000E+05-0.238875484467E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  2 15  0.0 0.919671729207E-04 0.909494701773E-12 0.720000000000E+04
+   -0.150165429688E+04 0.316388893127E+01-0.279396772385E-08 0.000000000000E+00
+   -0.106791889648E+05 0.134776115418E+00-0.931322574616E-09 0.000000000000E+00
+    0.231181157227E+05 0.278891563415E+00-0.931322574616E-09 0.000000000000E+00
+17 09  4  1  2 15  0.0-0.261345878243E-03 0.000000000000E+00 0.720000000000E+04
+    0.150539340820E+05-0.416677474976E+00 0.000000000000E+00 0.000000000000E+00
+   -0.203502905273E+05 0.300254821777E+00 0.931322574616E-09 0.400000000000E+01
+    0.350423437500E+04 0.353228569031E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  2 15  0.0-0.142771750689E-05-0.909494701773E-12 0.765000000000E+04
+    0.550959570313E+04 0.898880004883E+00 0.931322574615E-09 0.000000000000E+00
+   -0.207099458008E+05-0.166545486450E+01 0.931322574615E-09-0.300000000000E+01
+   -0.137067500000E+05 0.288289546967E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1  2 15  0.0-0.894963741302E-04-0.909494701773E-12 0.726000000000E+04
+   -0.688543505859E+04 0.166850757599E+01 0.931322574615E-09 0.000000000000E+00
+   -0.906702685547E+04-0.264469814301E+01 0.931322574615E-09 0.300000000000E+01
+   -0.228224033203E+05 0.547187805176E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1  2 15  0.0-0.651180744171E-04 0.000000000000E+00 0.723000000000E+04
+   -0.155606630859E+05 0.146798229218E+01 0.931322574615E-09 0.000000000000E+00
+    0.814320068359E+04-0.207131767273E+01 0.000000000000E+00 0.200000000000E+01
+   -0.185177333984E+05-0.213692569733E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  2 15  0.0-0.143406912684E-03-0.181898940355E-11 0.852000000000E+04
+   -0.148994570313E+05 0.402566909790E+00 0.000000000000E+00 0.000000000000E+00
+    0.203342285156E+05-0.319662094116E+00 0.000000000000E+00 0.400000000000E+01
+   -0.353832177734E+04-0.354224777222E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  2 15  0.0-0.201575458050E-03-0.909494701773E-12 0.723000000000E+04
+   -0.562571093750E+04-0.872070312500E+00 0.000000000000E+00 0.000000000000E+00
+    0.208562490234E+05 0.165549850464E+01-0.931322574616E-09-0.300000000000E+01
+    0.137063637695E+05-0.287367439270E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1  2 15  0.0-0.200599431992E-03 0.454747350886E-11 0.720000000000E+04
+    0.724342333984E+04-0.168865203857E+01-0.931322574616E-09 0.000000000000E+00
+    0.857329687500E+04 0.264327526092E+01-0.931322574616E-09 0.300000000000E+01
+    0.229139956055E+05-0.451899528503E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  2 45  0.0 0.206483528018E-04-0.272848410532E-11 0.975000000000E+04
+    0.160379057617E+05 0.144697856903E+01 0.279396772385E-08 0.000000000000E+00
+    0.883502539063E+04 0.195702934265E+01 0.931322574615E-09 0.100000000000E+01
+   -0.177556259766E+05 0.228244018555E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  2 45  0.0-0.342847779393E-04-0.272848410532E-11 0.906000000000E+04
+    0.769440576172E+04 0.174037551880E+01 0.279396772385E-08 0.000000000000E+00
+   -0.799188085938E+04 0.261944961548E+01 0.931322574615E-09 0.500000000000E+01
+   -0.229730371094E+05-0.328469276428E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  2 45  0.0 0.639418140054E-04-0.545696821064E-11 0.906000000000E+04
+   -0.264277539063E+04 0.130243873596E+01 0.931322574615E-09 0.000000000000E+00
+   -0.184672104492E+05 0.198456954956E+01 0.931322574615E-09 0.600000000000E+01
+   -0.175300922852E+05-0.229911136627E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  2 45  0.0-0.169315375388E-03-0.181898940355E-11 0.900000000000E+04
+   -0.168275537109E+05-0.136799144745E+01-0.372529029846E-08 0.000000000000E+00
+   -0.100389189453E+05-0.178031063080E+01-0.931322574616E-09 0.100000000000E+01
+    0.161678022461E+05-0.251120567322E+01 0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1  2 45  0.0-0.893613323569E-04 0.181898940355E-11 0.903000000000E+04
+   -0.787458740234E+04-0.185907173157E+01-0.279396772385E-08 0.000000000000E+00
+    0.816753320312E+04-0.251698207855E+01-0.186264514923E-08 0.500000000000E+01
+    0.228259687500E+05 0.256965637207E+00-0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1  2 45  0.0-0.102144666016E-03 0.000000000000E+00 0.903000000000E+04
+    0.510469677734E+04-0.102205085754E+01 0.000000000000E+00 0.000000000000E+00
+    0.201306630859E+05-0.175697231293E+01-0.931322574616E-09 0.600000000000E+01
+    0.148040908203E+05 0.274107646942E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  2 45  0.0-0.692512840033E-04-0.181898940355E-11 0.903000000000E+04
+   -0.251031967773E+05 0.628598213196E+00-0.279396772385E-08 0.000000000000E+00
+   -0.258295898438E+02 0.131200790405E+00-0.931322574616E-09-0.200000000000E+01
+    0.448254394531E+04 0.351449012756E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  2 45  0.0-0.140951015055E-03 0.909494701773E-12 0.987000000000E+04
+   -0.209299956055E+05-0.168113803864E+01 0.000000000000E+00 0.000000000000E+00
+    0.767827148438E+04 0.339757919312E+00 0.000000000000E+00-0.700000000000E+01
+   -0.124797446289E+05 0.302426624298E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  2 45  0.0-0.926991924644E-04-0.909494701773E-12 0.909000000000E+04
+   -0.408899121094E+04-0.309227561951E+01 0.186264514923E-08 0.000000000000E+00
+    0.109530927734E+05 0.289030075073E+00 0.000000000000E+00 0.000000000000E+00
+   -0.226579619141E+05 0.706477165222E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1  2 45  0.0-0.230708159506E-03-0.909494701773E-12 0.903000000000E+04
+    0.251337529297E+05-0.608789443970E+00 0.279396772385E-08 0.000000000000E+00
+   -0.346323242188E+02-0.133990287781E+00 0.931322574616E-09-0.200000000000E+01
+   -0.436166748047E+04-0.351742935181E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1  2 45  0.0-0.798432156444E-04 0.181898940355E-11 0.903000000000E+04
+    0.208895170898E+05 0.168158912659E+01 0.931322574616E-09 0.000000000000E+00
+   -0.765324218750E+04-0.330209732056E+00 0.000000000000E+00-0.700000000000E+01
+    0.124060063477E+05-0.303818798065E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  2 45  0.0 0.919690355659E-04 0.909494701773E-12 0.900000000000E+04
+    0.417580322266E+04 0.309199714661E+01-0.186264514923E-08 0.000000000000E+00
+   -0.108619516602E+05-0.333826065063E+00 0.000000000000E+00 0.000000000000E+00
+    0.227209199219E+05-0.717012405396E+00-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  2 45  0.0-0.261346809566E-03 0.000000000000E+00 0.900000000000E+04
+    0.139947690430E+05-0.718391418457E+00 0.000000000000E+00 0.000000000000E+00
+   -0.190795200195E+05 0.111788654327E+01 0.000000000000E+00 0.400000000000E+01
+    0.964586230469E+04 0.324765396118E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1  2 45  0.0-0.142958015204E-05-0.909494701773E-12 0.957000000000E+04
+    0.659361132812E+04 0.325392723083E+00 0.000000000000E+00 0.000000000000E+00
+   -0.232104326172E+05-0.107342529297E+01 0.931322574616E-09-0.300000000000E+01
+   -0.805082763672E+04 0.336033916473E+01 0.931322574616E-09 0.000000000000E+00
+19 09  4  1  2 45  0.0-0.894982367754E-04-0.909494701773E-12 0.903000000000E+04
+   -0.433125292969E+04 0.115570259094E+01 0.931322574615E-09 0.000000000000E+00
+   -0.138598886719E+05-0.263124656677E+01 0.931322574615E-09 0.300000000000E+01
+   -0.209677202148E+05 0.150018978119E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  2 45  0.0-0.651190057397E-04 0.000000000000E+00 0.978000000000E+04
+   -0.130123725586E+05 0.132396221161E+01 0.931322574615E-09 0.000000000000E+00
+    0.386884912109E+04-0.264769649506E+01 0.000000000000E+00 0.200000000000E+01
+   -0.215996118164E+05-0.126501178741E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  2 45  0.0-0.143410637975E-03-0.181898940355E-11 0.903000000000E+04
+   -0.138685668945E+05 0.700883865356E+00 0.000000000000E+00 0.000000000000E+00
+    0.190240473633E+05-0.114168167114E+01 0.000000000000E+00 0.400000000000E+01
+   -0.969385400391E+04-0.325257873535E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1  2 45  0.0-0.201579183340E-03-0.909494701773E-12 0.918000000000E+04
+   -0.666445605469E+04-0.302070617676E+00 0.000000000000E+00 0.000000000000E+00
+    0.233429741211E+05 0.106868076324E+01-0.931322574615E-09 0.253000000000E+03
+    0.807473388672E+04-0.334342002869E+01-0.931322574615E-09 0.000000000000E+00
+23 09  4  1  2 45  0.0-0.200589187443E-03 0.545696821064E-11 0.903000000000E+04
+    0.464438574219E+04-0.118410968780E+01-0.931322574616E-09 0.000000000000E+00
+    0.133846127930E+05 0.265352725983E+01-0.931322574616E-09 0.300000000000E+01
+    0.212263178711E+05-0.141105175018E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  3 15  0.0 0.206418335438E-04-0.272848410532E-11 0.117000000000E+05
+    0.185378203125E+05 0.128524971008E+01 0.279396772385E-08 0.000000000000E+00
+    0.117230366211E+05 0.124270248413E+01 0.000000000000E+00 0.100000000000E+01
+   -0.130136791992E+05 0.295219993591E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1  3 15  0.0-0.342894345522E-04-0.272848410532E-11 0.108600000000E+05
+    0.111597875977E+05 0.207683086395E+01 0.372529029846E-08 0.000000000000E+00
+   -0.352303222656E+04 0.230607032776E+01 0.931322574615E-09 0.500000000000E+01
+   -0.226690839844E+05 0.664002418518E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  3 15  0.0 0.639315694571E-04-0.545696821064E-11 0.108600000000E+05
+    0.239181152344E+03 0.188950252533E+01 0.186264514923E-08 0.000000000000E+00
+   -0.147353046875E+05 0.211538887024E+01 0.931322574615E-09 0.600000000000E+01
+   -0.209455107422E+05-0.147163295746E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  3 15  0.0-0.169319100678E-03-0.181898940355E-11 0.108000000000E+05
+   -0.191124511719E+05-0.112637901306E+01-0.372529029846E-08 0.000000000000E+00
+   -0.125959687500E+05-0.105711460114E+01 0.000000000000E+00 0.100000000000E+01
+    0.110744980469E+05-0.311058902741E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  3 15  0.0-0.893576070666E-04 0.181898940355E-11 0.108300000000E+05
+   -0.115194208984E+05-0.215570640564E+01-0.372529029846E-08 0.000000000000E+00
+    0.390028808594E+04-0.218734455109E+01-0.931322574616E-09 0.500000000000E+01
+    0.223983027344E+05-0.729116439819E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  3 15  0.0-0.102143734693E-03 0.000000000000E+00 0.108300000000E+05
+    0.268990576172E+04-0.165927410126E+01-0.931322574616E-09 0.000000000000E+00
+    0.166833774414E+05-0.202597808838E+01-0.931322574616E-09 0.600000000000E+01
+    0.191016796875E+05 0.200300979614E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  3 15  0.0-0.692550092936E-04-0.181898940355E-11 0.108300000000E+05
+   -0.232121054688E+05 0.144984817505E+01-0.372529029846E-08 0.000000000000E+00
+   -0.612792968750E+01-0.145467758179E+00-0.931322574616E-09-0.200000000000E+01
+    0.105533120117E+05 0.318694877624E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1  3 15  0.0-0.140949152410E-03 0.909494701773E-12 0.116700000000E+05
+   -0.232092158203E+05-0.835805892944E+00-0.931322574615E-09 0.000000000000E+00
+    0.838448974609E+04 0.403889656067E+00 0.000000000000E+00-0.700000000000E+01
+   -0.662591455078E+04 0.343794727325E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  3 15  0.0-0.927010551095E-04-0.909494701773E-12 0.108900000000E+05
+   -0.937459960938E+04-0.273371315002E+01 0.931322574615E-09 0.000000000000E+00
+    0.118416044922E+05 0.677325248718E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205253447266E+05 0.164793586731E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  3 15  0.0-0.230710022151E-03-0.909494701773E-12 0.123900000000E+05
+    0.232773525391E+05-0.143135261536E+01 0.279396772385E-08 0.000000000000E+00
+   -0.620673828125E+02 0.139764785767E+00 0.000000000000E+00-0.200000000000E+01
+   -0.104426621094E+05-0.319538784027E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1  3 15  0.0-0.798385590315E-04 0.181898940355E-11 0.108300000000E+05
+    0.231654160156E+05 0.831583023071E+00 0.186264514923E-08 0.000000000000E+00
+   -0.834014208984E+04-0.391803741455E+00 0.000000000000E+00-0.700000000000E+01
+    0.652654638672E+04-0.345195579529E+01-0.279396772385E-08 0.000000000000E+00
+15 09  4  1  3 15  0.0 0.919718295336E-04 0.909494701773E-12 0.108000000000E+05
+    0.944864843750E+04 0.272015094757E+01-0.931322574616E-09 0.000000000000E+00
+   -0.118339858398E+05-0.724600791931E+00 0.000000000000E+00 0.000000000000E+00
+    0.205712861328E+05-0.165572261810E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  3 15  0.0-0.261347740889E-03 0.000000000000E+00 0.108000000000E+05
+    0.126223203125E+05-0.763979911804E+00 0.000000000000E+00 0.000000000000E+00
+   -0.163386088867E+05 0.191433048248E+01 0.000000000000E+00 0.400000000000E+01
+    0.150453979492E+05 0.271301078796E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1  3 15  0.0-0.143237411976E-05-0.909494701773E-12 0.108000000000E+05
+    0.677900439453E+04-0.858573913574E-01 0.000000000000E+00 0.000000000000E+00
+   -0.244561166992E+05-0.285596847534E+00 0.931322574616E-09-0.300000000000E+01
+   -0.176714453125E+04 0.357579803467E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  3 15  0.0-0.895000994205E-04-0.909494701773E-12 0.108300000000E+05
+   -0.274118896484E+04 0.615788459778E+00 0.931322574615E-09 0.000000000000E+00
+   -0.183594379883E+05-0.231925296783E+01 0.931322574615E-09 0.300000000000E+01
+   -0.174914990234E+05 0.233719539642E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1  3 15  0.0-0.651190057397E-04 0.000000000000E+00 0.117000000000E+05
+   -0.109163100586E+05 0.977887153625E+00 0.931322574615E-09 0.000000000000E+00
+   -0.125289990234E+04-0.299916744232E+01 0.000000000000E+00 0.200000000000E+01
+   -0.230123417969E+05-0.294304847717E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  3 15  0.0-0.143414363265E-03-0.181898940355E-11 0.108300000000E+05
+   -0.125313974609E+05 0.742231369019E+00 0.931322574615E-09 0.000000000000E+00
+    0.162395180664E+05-0.193815994263E+01 0.000000000000E+00 0.400000000000E+01
+   -0.150956694336E+05-0.271035671234E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  3 15  0.0-0.201581977308E-03-0.181898940355E-11 0.108600000000E+05
+   -0.681115283203E+04 0.105673789978E+00 0.000000000000E+00 0.000000000000E+00
+    0.245867226562E+05 0.288330078125E+00-0.931322574615E-09 0.253000000000E+03
+    0.182415429688E+04-0.355697250366E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  3 15  0.0-0.200578942895E-03 0.545696821064E-11 0.108300000000E+05
+    0.300171972656E+04-0.644485473633E+00-0.931322574616E-09 0.000000000000E+00
+    0.179461762695E+05 0.236565208435E+01-0.931322574616E-09 0.300000000000E+01
+    0.178999843750E+05-0.226086235046E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  3 45  0.0 0.206362456083E-04-0.272848410532E-11 0.137400000000E+05
+    0.205039687500E+05 0.857007980347E+00 0.279396772385E-08 0.000000000000E+00
+    0.133102602539E+05 0.530719757080E+00 0.000000000000E+00 0.100000000000E+01
+   -0.726499316406E+04 0.339374256134E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  3 45  0.0-0.342940911651E-04-0.272848410532E-11 0.126600000000E+05
+    0.150294667969E+05 0.217864513397E+01 0.372529029846E-08 0.000000000000E+00
+    0.190861328125E+03 0.179514884949E+01 0.000000000000E+00 0.500000000000E+01
+   -0.206134702148E+05 0.160520172119E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  3 45  0.0 0.639203935862E-04-0.545696821064E-11 0.126900000000E+05
+    0.409104248047E+04 0.236306953430E+01 0.279396772385E-08 0.000000000000E+00
+   -0.110128002930E+05 0.197930717468E+01 0.931322574615E-09 0.600000000000E+01
+   -0.227608403320E+05-0.532535552979E+00 0.931322574615E-09 0.100000000000E+01
+ 6 09  4  1  3 45  0.0-0.169321894646E-03-0.909494701773E-12 0.126000000000E+05
+   -0.207298613281E+05-0.631826400757E+00-0.279396772385E-08 0.000000000000E+00
+   -0.138651987305E+05-0.367984771729E+00 0.000000000000E+00 0.100000000000E+01
+    0.511663134766E+04-0.346572971344E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  3 45  0.0-0.893538817763E-04 0.181898940355E-11 0.126300000000E+05
+   -0.154892221680E+05-0.221043968201E+01-0.465661287308E-08 0.000000000000E+00
+    0.401204589844E+03-0.167839622498E+01 0.000000000000E+00 0.500000000000E+01
+    0.202349672852E+05-0.165897464752E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  3 45  0.0-0.102143734693E-03 0.000000000000E+00 0.126300000000E+05
+   -0.828419921875E+03-0.222960472107E+01-0.186264514923E-08 0.000000000000E+00
+    0.130074877930E+05-0.201262855530E+01-0.931322574616E-09 0.600000000000E+01
+    0.219217690430E+05 0.111008167267E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  3 45  0.0-0.692587345838E-04-0.181898940355E-11 0.126300000000E+05
+   -0.199954863281E+05 0.208586502075E+01-0.465661287308E-08 0.000000000000E+00
+   -0.660360351562E+03-0.605690002441E+00 0.000000000000E+00-0.200000000000E+01
+    0.158071289062E+05 0.261267089844E+01 0.931322574616E-09 0.000000000000E+00
+10 09  4  1  3 45  0.0-0.140946358442E-03 0.909494701773E-12 0.142500000000E+05
+   -0.239184096680E+05 0.435600280762E-01-0.279396772385E-08 0.000000000000E+00
+    0.898013134766E+04 0.215998649597E+00 0.000000000000E+00-0.700000000000E+01
+   -0.262258789062E+03 0.358709335327E+01 0.279396772385E-08 0.000000000000E+00
+11 09  4  1  3 45  0.0-0.927038490772E-04-0.909494701773E-12 0.127200000000E+05
+   -0.137813540039E+05-0.212806320190E+01 0.000000000000E+00 0.000000000000E+00
+    0.132892963867E+05 0.896331787109E+00 0.000000000000E+00 0.000000000000E+00
+   -0.168014321289E+05 0.246297836304E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  3 45  0.0-0.230711884797E-03-0.909494701773E-12 0.128100000000E+05
+    0.200917529297E+05-0.207013034821E+01 0.372529029846E-08 0.000000000000E+00
+    0.579908203125E+03 0.597972869873E+00 0.000000000000E+00-0.200000000000E+01
+   -0.157166191406E+05-0.262657642365E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1  3 45  0.0-0.798339024186E-04 0.181898940355E-11 0.126300000000E+05
+    0.238629716797E+05-0.520467758179E-01 0.279396772385E-08 0.000000000000E+00
+   -0.891112792969E+04-0.200620651245E+00 0.000000000000E+00-0.700000000000E+01
+    0.140224121094E+03-0.359767150879E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  3 45  0.0 0.919755548239E-04 0.909494701773E-12 0.126000000000E+05
+    0.138214414062E+05 0.210466384888E+01 0.000000000000E+00 0.000000000000E+00
+   -0.133659985352E+05-0.942200660706E+00 0.000000000000E+00 0.000000000000E+00
+    0.168378808594E+05-0.246550369263E+01-0.279396772385E-08 0.000000000000E+00
+17 09  4  1  3 45  0.0-0.261348672211E-03 0.000000000000E+00 0.126000000000E+05
+    0.113882177734E+05-0.571358680725E+00-0.931322574616E-09 0.000000000000E+00
+   -0.122688774414E+05 0.257647609711E+01 0.000000000000E+00 0.400000000000E+01
+    0.192867958984E+05 0.196906471252E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  3 45  0.0-0.143516808748E-05-0.909494701773E-12 0.126000000000E+05
+    0.642105273438E+04-0.271013259888E+00 0.000000000000E+00 0.000000000000E+00
+   -0.241809233398E+05 0.597752571106E+00 0.931322574616E-09-0.300000000000E+01
+    0.465434179688E+04 0.351250553131E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  3 45  0.0-0.895019620657E-04-0.909494701773E-12 0.126300000000E+05
+   -0.206544775391E+04 0.156890869141E+00 0.931322574615E-09 0.000000000000E+00
+   -0.220448164063E+05-0.173474693298E+01 0.931322574615E-09 0.300000000000E+01
+   -0.126625410156E+05 0.299346542358E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1  3 45  0.0-0.651199370623E-04 0.000000000000E+00 0.126300000000E+05
+   -0.956044677734E+04 0.518309593201E+00 0.931322574615E-09 0.000000000000E+00
+   -0.675424707031E+04-0.306226444244E+01 0.931322574615E-09 0.200000000000E+01
+   -0.226447216797E+05 0.700308799744E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1  3 45  0.0-0.143417157233E-03-0.909494701773E-12 0.126600000000E+05
+   -0.113400864258E+05 0.545758247375E+00 0.931322574615E-09 0.000000000000E+00
+    0.121307910156E+05-0.259510707855E+01 0.000000000000E+00 0.400000000000E+01
+   -0.193249790039E+05-0.195841979980E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  3 45  0.0-0.201585702598E-03-0.181898940355E-11 0.135000000000E+05
+   -0.641975097656E+04 0.288621902466E+00 0.000000000000E+00 0.000000000000E+00
+    0.243228232422E+05-0.588335990906E+00 0.000000000000E+00-0.300000000000E+01
+   -0.456627343750E+04-0.349772262573E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  3 45  0.0-0.200569629669E-03 0.545696821064E-11 0.126300000000E+05
+    0.227987841797E+04-0.178240776062E+00-0.931322574616E-09 0.000000000000E+00
+    0.217347124023E+05 0.180216217041E+01-0.931322574616E-09 0.300000000000E+01
+    0.131923076172E+05-0.293596935272E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  4 15  0.0 0.206306576729E-04-0.272848410532E-11 0.144300000000E+05
+    0.214868823242E+05 0.203160285950E+00 0.186264514923E-08 0.000000000000E+00
+    0.137004028320E+05-0.707426071167E-01 0.000000000000E+00 0.100000000000E+01
+   -0.954143554688E+03 0.357274150848E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  4 15  0.0-0.342996791005E-04-0.272848410532E-11 0.144600000000E+05
+    0.188340126953E+05 0.200048255920E+01 0.372529029846E-08 0.000000000000E+00
+    0.288005566406E+04 0.118555545807E+01 0.000000000000E+00 0.500000000000E+01
+   -0.169649204102E+05 0.242244911194E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  4 15  0.0 0.639101490378E-04-0.545696821064E-11 0.144600000000E+05
+    0.862235644531E+04 0.263117885590E+01 0.372529029846E-08 0.000000000000E+00
+   -0.774006396484E+04 0.162722873688E+01 0.000000000000E+00 0.600000000000E+01
+   -0.228381542969E+05 0.447271347046E+00 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  4 15  0.0-0.169324688613E-03-0.909494701773E-12 0.144300000000E+05
+   -0.212668476562E+05 0.618410110474E-01-0.186264514923E-08 0.000000000000E+00
+   -0.140032812500E+05 0.184482574463E+00 0.931322574616E-09 0.100000000000E+01
+   -0.123948095703E+04-0.355051803589E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  4 15  0.0-0.893501564860E-04 0.181898940355E-11 0.144300000000E+05
+   -0.193084599609E+05-0.198578071594E+01-0.465661287308E-08 0.000000000000E+00
+   -0.209398193359E+04-0.108982181549E+01 0.000000000000E+00 0.500000000000E+01
+    0.165032739258E+05-0.246036338806E+01 0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1  4 15  0.0-0.102141872048E-03 0.000000000000E+00 0.144300000000E+05
+   -0.523313427734E+04-0.262819671631E+01-0.279396772385E-08 0.000000000000E+00
+    0.958873583984E+04-0.174925899506E+01 0.000000000000E+00 0.600000000000E+01
+    0.230463754883E+05 0.131379127502E+00-0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1  4 15  0.0-0.692624598742E-04-0.181898940355E-11 0.150900000000E+05
+   -0.158604150391E+05 0.246092319488E+01-0.465661287308E-08 0.000000000000E+00
+   -0.224505126953E+04-0.116261959076E+01 0.000000000000E+00-0.200000000000E+01
+    0.198372724609E+05 0.183616542816E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  4 15  0.0-0.140944495797E-03 0.909494701773E-12 0.144300000000E+05
+   -0.231023979492E+05 0.840110778809E+00-0.372529029846E-08 0.000000000000E+00
+    0.902057177734E+04-0.206285476685E+00 0.000000000000E+00-0.700000000000E+01
+    0.612155908203E+04 0.346017360687E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1  4 15  0.0-0.927066430449E-04-0.909494701773E-12 0.144900000000E+05
+   -0.169409096680E+05-0.136530590057E+01 0.000000000000E+00 0.000000000000E+00
+    0.149259453125E+05 0.879317283630E+00 0.000000000000E+00 0.000000000000E+00
+   -0.117731005859E+05 0.308771991730E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  4 15  0.0-0.230713747442E-03-0.909494701773E-12 0.152700000000E+05
+    0.159815126953E+05-0.244925975800E+01 0.372529029846E-08 0.000000000000E+00
+    0.214996337891E+04 0.115436172485E+01 0.000000000000E+00-0.200000000000E+01
+   -0.197764350586E+05-0.185511493683E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  4 15  0.0-0.798292458057E-04 0.181898940355E-11 0.144300000000E+05
+    0.230293247070E+05-0.850754737854E+00 0.279396772385E-08 0.000000000000E+00
+   -0.892096728516E+04 0.224765777588E+00 0.000000000000E+00-0.700000000000E+01
+   -0.625702246094E+04-0.346404647827E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1  4 15  0.0 0.919783487916E-04 0.181898940355E-11 0.144000000000E+05
+    0.169339008789E+05 0.133730220795E+01 0.931322574616E-09 0.000000000000E+00
+   -0.150819521484E+05-0.921275138855E+00 0.000000000000E+00 0.000000000000E+00
+    0.118100292969E+05-0.308484363556E+01-0.279396772385E-08 0.000000000000E+00
+17 09  4  1  4 15  0.0-0.261349603534E-03 0.000000000000E+00 0.144000000000E+05
+    0.106731757812E+05-0.200226783752E+00-0.931322574616E-09 0.000000000000E+00
+   -0.720159326172E+04 0.300926208496E+01 0.000000000000E+00 0.400000000000E+01
+    0.220422592773E+05 0.107256221771E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  4 15  0.0-0.143703073263E-05-0.909494701773E-12 0.144000000000E+05
+    0.595269091797E+04-0.208841323853E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223172705078E+05 0.145940780640E+01 0.000000000000E+00-0.300000000000E+01
+    0.107134941406E+05 0.317597675324E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1  4 15  0.0-0.895038247108E-04-0.909494701773E-12 0.151500000000E+05
+   -0.207268896484E+04-0.130301475525E+00 0.931322574616E-09 0.000000000000E+00
+   -0.244816625977E+05-0.946557044983E+00 0.931322574616E-09 0.300000000000E+01
+   -0.685429199219E+04 0.341822624206E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  4 15  0.0-0.651208683848E-04 0.000000000000E+00 0.153000000000E+05
+   -0.905455175781E+04 0.517911911011E-01 0.186264514923E-08 0.000000000000E+00
+   -0.120909160156E+05-0.281673145294E+01 0.931322574615E-09 0.200000000000E+01
+   -0.205232080078E+05 0.164175224304E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  4 15  0.0-0.143419951200E-03-0.909494701773E-12 0.144300000000E+05
+   -0.106732353516E+05 0.172728538513E+00 0.931322574615E-09 0.000000000000E+00
+    0.703821728516E+04-0.301810359955E+01 0.000000000000E+00 0.400000000000E+01
+   -0.220553759766E+05-0.105585765839E+01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  4 15  0.0-0.201589427888E-03-0.181898940355E-11 0.152700000000E+05
+   -0.592063964844E+04 0.225551605225E+00 0.000000000000E+00 0.000000000000E+00
+    0.224795126953E+05-0.144703102112E+01 0.000000000000E+00-0.300000000000E+01
+   -0.106058603516E+05-0.316951370239E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1  4 15  0.0-0.200559385121E-03 0.545696821064E-11 0.144300000000E+05
+    0.225997460938E+04 0.122286796570E+00 0.000000000000E+00 0.000000000000E+00
+    0.243072675781E+05 0.102863407135E+01-0.931322574616E-09 0.300000000000E+01
+    0.746680859375E+04-0.338447284699E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1  4 45  0.0 0.206241384149E-04-0.272848410532E-11 0.162300000000E+05
+    0.211475849609E+05-0.596051216126E+00 0.931322574616E-09 0.000000000000E+00
+    0.131739667969E+05-0.476148605347E+00-0.931322574616E-09 0.100000000000E+01
+    0.543053662109E+04 0.347523212433E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  4 45  0.0-0.343043357134E-04-0.272848410532E-11 0.162300000000E+05
+    0.220618740234E+05 0.154164981842E+01 0.279396772385E-08 0.000000000000E+00
+    0.446634082031E+04 0.588204383850E+00-0.931322574615E-09 0.500000000000E+01
+   -0.120052138672E+05 0.305258083344E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1  4 45  0.0 0.638989731669E-04-0.545696821064E-11 0.162600000000E+05
+    0.134017280273E+05 0.263138294220E+01 0.372529029846E-08 0.000000000000E+00
+   -0.523450732422E+04 0.114290237427E+01 0.000000000000E+00 0.600000000000E+01
+   -0.211706225586E+05 0.139388275146E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  4 45  0.0-0.169325619936E-03 0.000000000000E+00 0.168300000000E+05
+   -0.204405595703E+05 0.865942001343E+00 0.000000000000E+00 0.000000000000E+00
+   -0.133287255859E+05 0.525520324707E+00 0.931322574615E-09 0.100000000000E+01
+   -0.749991162109E+04-0.336048793793E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  4 45  0.0-0.893464311957E-04 0.181898940355E-11 0.162300000000E+05
+   -0.224737612305E+05-0.148883438110E+01-0.372529029846E-08 0.000000000000E+00
+   -0.353974755859E+04-0.530245780945E+00 0.931322574616E-09 0.500000000000E+01
+    0.114924008789E+05-0.307101345062E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  4 45  0.0-0.102140940726E-03 0.000000000000E+00 0.162300000000E+05
+   -0.101377207031E+05-0.277439785004E+01-0.372529029846E-08 0.000000000000E+00
+    0.681752392578E+04-0.130786228180E+01 0.000000000000E+00 0.600000000000E+01
+    0.223886694336E+05-0.857406616211E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  4 45  0.0-0.692661851644E-04-0.181898940355E-11 0.162000000000E+05
+   -0.113142011719E+05 0.254083538055E+01-0.372529029846E-08 0.000000000000E+00
+   -0.483953222656E+04-0.170904445648E+01 0.000000000000E+00-0.200000000000E+01
+    0.223318886719E+05 0.917636871338E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  4 45  0.0-0.140942633152E-03 0.909494701773E-12 0.162300000000E+05
+   -0.210053168945E+05 0.145221424103E+01-0.372529029846E-08 0.000000000000E+00
+    0.813255957031E+04-0.802342414856E+00 0.000000000000E+00-0.700000000000E+01
+    0.120339921875E+05 0.306664752960E+01 0.931322574616E-09 0.000000000000E+00
+11 09  4  1  4 45  0.0-0.927094370127E-04-0.909494701773E-12 0.162900000000E+05
+   -0.186694125977E+05-0.557603836060E+00-0.186264514923E-08 0.000000000000E+00
+    0.162969443359E+05 0.600721359253E+00 0.000000000000E+00 0.000000000000E+00
+   -0.582973681641E+04 0.347293376923E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  4 45  0.0-0.230714678764E-03-0.909494701773E-12 0.167100000000E+05
+    0.114519047852E+05-0.253415012360E+01 0.279396772385E-08 0.000000000000E+00
+    0.473051220703E+04 0.170216464996E+01 0.000000000000E+00-0.200000000000E+01
+   -0.223090141602E+05-0.940652847290E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  4 45  0.0-0.798245891929E-04 0.181898940355E-11 0.171900000000E+05
+    0.209134477539E+05-0.146190738678E+01 0.372529029846E-08 0.000000000000E+00
+   -0.799798486328E+04 0.822329521179E+00 0.000000000000E+00-0.700000000000E+01
+   -0.121687324219E+05-0.306177902222E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1  4 45  0.0 0.919867306948E-04 0.181898940355E-11 0.162000000000E+05
+    0.186119238281E+05 0.530337333679E+00 0.186264514923E-08 0.000000000000E+00
+   -0.165240458984E+05-0.637660980225E+00 0.000000000000E+00 0.000000000000E+00
+    0.587518652344E+04-0.346687793732E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  4 45  0.0-0.261351466179E-03-0.909494701773E-12 0.162000000000E+05
+    0.107201362305E+05 0.258256912231E+00-0.931322574616E-09 0.000000000000E+00
+   -0.161101708984E+04 0.315105628967E+01 0.000000000000E+00 0.400000000000E+01
+    0.230975161133E+05 0.921144485474E-01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  4 45  0.0-0.143889337778E-05 0.000000000000E+00 0.162000000000E+05
+    0.580368212891E+04 0.760278701782E-01 0.000000000000E+00 0.000000000000E+00
+   -0.190094897461E+05 0.218438625336E+01 0.000000000000E+00-0.300000000000E+01
+    0.159398300781E+05 0.259338188171E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  4 45  0.0-0.895056873560E-04-0.909494701773E-12 0.162000000000E+05
+   -0.239591015625E+04-0.187907218933E+00 0.931322574616E-09 0.000000000000E+00
+   -0.253903784180E+05-0.555038452148E-01 0.931322574616E-09 0.300000000000E+01
+   -0.515959472656E+03 0.357862377167E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  4 45  0.0-0.651227310300E-04 0.000000000000E+00 0.167400000000E+05
+   -0.931404882813E+04-0.315447807312E+00 0.186264514923E-08 0.000000000000E+00
+   -0.167244487305E+05-0.228927326202E+01 0.000000000000E+00 0.200000000000E+01
+   -0.168104750977E+05 0.245674705505E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1  4 45  0.0-0.143422745168E-03-0.909494701773E-12 0.162300000000E+05
+   -0.107691059570E+05-0.284533500671E+00 0.186264514923E-08 0.000000000000E+00
+    0.144259521484E+04-0.314764785767E+01 0.000000000000E+00 0.400000000000E+01
+   -0.230778588867E+05-0.731401443481E-01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  4 45  0.0-0.201593153179E-03-0.181898940355E-11 0.167100000000E+05
+   -0.574208300781E+04-0.599889755249E-01 0.931322574615E-09 0.000000000000E+00
+    0.191926992188E+05-0.217438793182E+01 0.000000000000E+00-0.300000000000E+01
+   -0.158292934570E+05-0.259655952454E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  4 45  0.0-0.200549140573E-03 0.545696821064E-11 0.179700000000E+05
+    0.258343847656E+04 0.196450233459E+00 0.000000000000E+00 0.000000000000E+00
+    0.253704594727E+05 0.143462181091E+00 0.000000000000E+00 0.300000000000E+01
+    0.116527392578E+04-0.357186985016E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  5 15  0.0 0.206185504794E-04-0.272848410532E-11 0.180300000000E+05
+    0.193178012695E+05-0.143377304077E+01 0.000000000000E+00 0.000000000000E+00
+    0.121341796875E+05-0.636542320252E+00-0.931322574616E-09 0.100000000000E+01
+    0.113948833008E+05 0.310874557495E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  5 15  0.0-0.343089923263E-04-0.272848410532E-11 0.180300000000E+05
+    0.242416162109E+05 0.846907615662E+00 0.186264514923E-08 0.000000000000E+00
+    0.506804882812E+04 0.107466697693E+00-0.931322574616E-09 0.500000000000E+01
+   -0.611752539062E+04 0.344683265686E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  5 15  0.0 0.638877972960E-04-0.545696821064E-11 0.180900000000E+05
+    0.179202475586E+05 0.234127902985E+01 0.372529029846E-08 0.000000000000E+00
+   -0.364345507813E+04 0.628902435303E+00-0.931322574615E-09 0.600000000000E+01
+   -0.178832963867E+05 0.223553562164E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1  5 15  0.0-0.169326551259E-03 0.000000000000E+00 0.180300000000E+05
+   -0.181484907227E+05 0.167156410217E+01 0.000000000000E+00 0.000000000000E+00
+   -0.122602973633E+05 0.619915008545E+00 0.931322574615E-09 0.100000000000E+01
+   -0.131820893555E+05-0.291252708435E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1  5 15  0.0-0.893427059054E-04 0.181898940355E-11 0.180300000000E+05
+   -0.245348681641E+05-0.770792961121E+00-0.279396772385E-08 0.000000000000E+00
+   -0.408032226562E+04-0.988712310791E-01 0.931322574616E-09 0.500000000000E+01
+    0.559087158203E+04-0.344354438782E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  5 15  0.0-0.102139078081E-03 0.000000000000E+00 0.180300000000E+05
+   -0.150429448242E+05-0.262543964386E+01-0.372529029846E-08 0.000000000000E+00
+    0.492800878906E+04-0.787510871887E+00 0.931322574616E-09 0.600000000000E+01
+    0.199996323242E+05-0.177983188629E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  5 15  0.0-0.692689791322E-04-0.181898940355E-11 0.180000000000E+05
+   -0.688395410156E+04 0.233799648285E+01-0.279396772385E-08 0.000000000000E+00
+   -0.832532470703E+04-0.213554859161E+01 0.931322574616E-09-0.200000000000E+01
+    0.230981499023E+05-0.717344284058E-01-0.931322574616E-09 0.000000000000E+00
+10 09  4  1  5 15  0.0-0.140940770507E-03 0.909494701773E-12 0.180300000000E+05
+   -0.180281362305E+05 0.180957031250E+01-0.465661287308E-08 0.000000000000E+00
+    0.608384814453E+04-0.147826766968E+01 0.931322574616E-09-0.700000000000E+01
+    0.170190507812E+05 0.243633270264E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  5 15  0.0-0.927122309804E-04-0.909494701773E-12 0.181800000000E+05
+   -0.189911752930E+05 0.179135322571E+00-0.279396772385E-08 0.000000000000E+00
+    0.169431171875E+05 0.812273025513E-01 0.000000000000E+00 0.000000000000E+00
+    0.567034667969E+03 0.358815574646E+01 0.279396772385E-08 0.000000000000E+00
+13 09  4  1  5 15  0.0-0.230716541409E-03-0.909494701773E-12 0.184200000000E+05
+    0.702897265625E+04-0.233652591705E+01 0.279396772385E-08 0.000000000000E+00
+    0.820672900391E+04 0.213212680817E+01-0.931322574615E-09-0.200000000000E+01
+   -0.231192070313E+05 0.462551116943E-01 0.931322574615E-09 0.000000000000E+00
+14 09  4  1  5 15  0.0-0.798199325800E-04 0.272848410532E-11 0.183900000000E+05
+    0.179220073242E+05-0.181528472900E+01 0.372529029846E-08 0.000000000000E+00
+   -0.591404443359E+04 0.149686241150E+01-0.931322574615E-09-0.700000000000E+01
+   -0.171369150391E+05-0.242260932922E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  5 15  0.0 0.919904559851E-04 0.181898940355E-11 0.180000000000E+05
+    0.188884907227E+05-0.201543807983E+00 0.279396772385E-08 0.000000000000E+00
+   -0.172319101562E+05-0.112790107727E+00 0.000000000000E+00 0.000000000000E+00
+   -0.510620605469E+03-0.358273220062E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  5 15  0.0-0.261353328824E-03-0.909494701773E-12 0.180000000000E+05
+    0.115910390625E+05 0.697051048279E+00-0.931322574616E-09 0.000000000000E+00
+    0.395578125000E+04 0.298372268677E+01 0.000000000000E+00 0.400000000000E+01
+    0.223687172852E+05-0.896885871887E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  5 15  0.0-0.143982470036E-05 0.000000000000E+00 0.180000000000E+05
+    0.632112695312E+04 0.517787933350E+00-0.931322574616E-09 0.000000000000E+00
+   -0.145926586914E+05 0.267862510681E+01 0.000000000000E+00-0.300000000000E+01
+    0.199295341797E+05 0.181107425690E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  5 15  0.0-0.895075500011E-04-0.909494701773E-12 0.180000000000E+05
+   -0.260133740234E+04-0.691413879395E-03 0.000000000000E+00 0.000000000000E+00
+   -0.246898481445E+05 0.821692466736E+00 0.000000000000E+00 0.300000000000E+01
+    0.586227929688E+04 0.346228790283E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  5 15  0.0-0.651236623526E-04 0.000000000000E+00 0.180300000000E+05
+   -0.100773940430E+05-0.495892524719E+00 0.931322574615E-09 0.000000000000E+00
+   -0.202043071289E+05-0.154957580566E+01 0.000000000000E+00 0.200000000000E+01
+   -0.117932851563E+05 0.308162403107E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1  5 15  0.0-0.143425539136E-03-0.909494701773E-12 0.180600000000E+05
+   -0.116836992188E+05-0.718826293945E+00 0.186264514923E-08 0.000000000000E+00
+   -0.410721972656E+04-0.296861362457E+01 0.000000000000E+00 0.400000000000E+01
+   -0.223163120117E+05 0.913534164429E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1  5 15  0.0-0.201597809792E-03-0.181898940355E-11 0.183900000000E+05
+   -0.623205078125E+04-0.503586769104E+00 0.931322574615E-09 0.000000000000E+00
+    0.147878764648E+05-0.267597198486E+01 0.000000000000E+00-0.300000000000E+01
+   -0.198321352539E+05-0.182190895081E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  5 15  0.0-0.200538896024E-03 0.545696821064E-11 0.193800000000E+05
+    0.281922753906E+04 0.255336761475E-01 0.000000000000E+00 0.000000000000E+00
+    0.248261308594E+05-0.737754821777E+00 0.000000000000E+00 0.300000000000E+01
+   -0.522615234375E+04-0.348369407654E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  5 45  0.0 0.206129625440E-04-0.272848410532E-11 0.198300000000E+05
+    0.160328291016E+05-0.219377136231E+01-0.931322574616E-09 0.000000000000E+00
+    0.110331025391E+05-0.547308921814E+00 0.000000000000E+00 0.100000000000E+01
+    0.164773168945E+05 0.250171566009E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  5 45  0.0-0.343145802617E-04-0.272848410532E-11 0.198300000000E+05
+    0.250187719727E+05-0.247001647949E-03 0.931322574616E-09 0.000000000000E+00
+    0.497218945312E+04-0.176259994507E+00-0.931322574616E-09 0.500000000000E+01
+    0.243102539062E+03 0.357464218140E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  5 45  0.0 0.638756901026E-04-0.636646291241E-11 0.198600000000E+05
+    0.216684682617E+05 0.178281688690E+01 0.279396772385E-08 0.000000000000E+00
+   -0.292531542969E+04 0.189607620239E+00-0.931322574615E-09 0.600000000000E+01
+   -0.132246142578E+05 0.290772628784E+01-0.931322574615E-09 0.100000000000E+01
+ 6 09  4  1  5 45  0.0-0.169326551259E-03 0.000000000000E+00 0.207000000000E+05
+   -0.144891879883E+05 0.236727142334E+01 0.186264514923E-08 0.000000000000E+00
+   -0.112403735352E+05 0.476823806763E+00 0.000000000000E+00 0.100000000000E+01
+   -0.178516831055E+05-0.224289321899E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  5 45  0.0-0.893389806151E-04 0.181898940355E-11 0.198300000000E+05
+   -0.251679536133E+05 0.809297561646E-01-0.186264514923E-08 0.000000000000E+00
+   -0.401725439453E+04 0.131191253662E+00 0.931322574616E-09 0.500000000000E+01
+   -0.743814941406E+03-0.354920101166E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  5 45  0.0-0.102138146758E-03 0.000000000000E+00 0.198300000000E+05
+   -0.194128442383E+05-0.218392944336E+01-0.372529029846E-08 0.000000000000E+00
+    0.396419189453E+04-0.297354698181E+00 0.186264514923E-08 0.600000000000E+01
+    0.160640908203E+05-0.256458854675E+01 0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1  5 45  0.0-0.692727044225E-04-0.181898940355E-11 0.198000000000E+05
+   -0.303396875000E+04 0.190872478485E+01-0.931322574616E-09 0.000000000000E+00
+   -0.123990747070E+05-0.234909725189E+01 0.931322574616E-09-0.200000000000E+01
+    0.220771137695E+05-0.105533981323E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  5 45  0.0-0.140938907862E-03 0.000000000000E+00 0.203700000000E+05
+   -0.146614487305E+05 0.188419532776E+01-0.372529029846E-08 0.000000000000E+00
+    0.283002050781E+04-0.212216186523E+01 0.931322574616E-09-0.700000000000E+01
+    0.206912387695E+05 0.161725902557E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  5 45  0.0-0.927150249481E-04-0.909494701773E-12 0.208200000000E+05
+   -0.181280883789E+05 0.744352340698E+00-0.372529029846E-08 0.000000000000E+00
+    0.164826103516E+05-0.615059852600E+00 0.931322574616E-09 0.000000000000E+00
+    0.691971044922E+04 0.342426776886E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1  5 45  0.0-0.230718404055E-03-0.909494701773E-12 0.207000000000E+05
+    0.317731982422E+04-0.191187858582E+01 0.186264514923E-08 0.000000000000E+00
+    0.122788417969E+05 0.235095691681E+01-0.931322574615E-09-0.200000000000E+01
+   -0.221446625977E+05 0.102955722809E+01 0.931322574615E-09 0.000000000000E+00
+14 09  4  1  5 45  0.0-0.798152759671E-04 0.272848410532E-11 0.206700000000E+05
+    0.145501528320E+05-0.188404273987E+01 0.279396772385E-08 0.000000000000E+00
+   -0.263061914063E+04 0.213588047028E+01-0.931322574615E-09-0.700000000000E+01
+   -0.207777646484E+05-0.159664916992E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  5 45  0.0 0.919941812754E-04 0.181898940355E-11 0.198000000000E+05
+    0.179913247070E+05-0.759564399719E+00 0.279396772385E-08 0.000000000000E+00
+   -0.168230771484E+05 0.589329719543E+00-0.931322574616E-09 0.000000000000E+00
+   -0.685722265625E+04-0.342356967926E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1  5 45  0.0-0.261355191469E-03-0.909494701773E-12 0.198000000000E+05
+    0.131545297852E+05 0.101155662537E+01-0.931322574616E-09 0.000000000000E+00
+    0.896110888672E+04 0.253569507599E+01 0.000000000000E+00 0.400000000000E+01
+    0.199095825195E+05-0.181795501709E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1  5 45  0.0-0.144075602293E-05 0.000000000000E+00 0.198000000000E+05
+    0.770493164062E+04 0.102112865448E+01-0.931322574616E-09 0.000000000000E+00
+   -0.954068750000E+04 0.288397598267E+01 0.000000000000E+00-0.300000000000E+01
+    0.223765844727E+05 0.890585899353E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  5 45  0.0-0.895094126463E-04-0.909494701773E-12 0.198000000000E+05
+   -0.226871337891E+04 0.401294708252E+00 0.000000000000E+00 0.000000000000E+00
+   -0.225093681641E+05 0.157113552093E+01 0.000000000000E+00 0.300000000000E+01
+    0.117872578125E+05 0.307828617096E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  5 45  0.0-0.651255249977E-04 0.000000000000E+00 0.198300000000E+05
+   -0.109541796875E+05-0.436013221741E+00 0.931322574615E-09 0.000000000000E+00
+   -0.222361894531E+05-0.699177742004E+00 0.000000000000E+00 0.200000000000E+01
+   -0.586044042969E+04 0.346744537354E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  5 45  0.0-0.143426470459E-03-0.909494701773E-12 0.198600000000E+05
+   -0.132805297852E+05-0.102659606934E+01 0.186264514923E-08 0.000000000000E+00
+   -0.907724560547E+04-0.251236152649E+01 0.000000000000E+00 0.400000000000E+01
+   -0.198324775391E+05 0.182817649841E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  5 45  0.0-0.201603397727E-03-0.272848410532E-11 0.206700000000E+05
+   -0.759339160156E+04-0.101069355011E+01 0.931322574615E-09 0.000000000000E+00
+    0.973176953125E+04-0.289143466949E+01 0.000000000000E+00-0.300000000000E+01
+   -0.223022578125E+05-0.904470443726E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  5 45  0.0-0.200528651476E-03 0.545696821064E-11 0.198300000000E+05
+    0.254335253906E+04-0.364004135132E+00 0.000000000000E+00 0.000000000000E+00
+    0.227859360352E+05-0.150064373016E+01 0.000000000000E+00 0.300000000000E+01
+   -0.112142739258E+05-0.312663078308E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1  6 15  0.0 0.206064432859E-04-0.272848410532E-11 0.227100000000E+05
+    0.115314707031E+05-0.276927185059E+01-0.186264514923E-08 0.000000000000E+00
+    0.102904028320E+05-0.248456001282E+00 0.000000000000E+00 0.100000000000E+01
+    0.202846899414E+05 0.170123863220E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  6 15  0.0-0.343192368746E-04-0.272848410532E-11 0.216300000000E+05
+    0.242145659180E+05-0.890726089477E+00 0.000000000000E+00 0.000000000000E+00
+    0.457845605469E+04-0.219925880432E+00-0.931322574616E-09 0.500000000000E+01
+    0.658491650391E+04 0.342605495453E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  6 15  0.0 0.638635829091E-04-0.636646291241E-11 0.229200000000E+05
+    0.242149003906E+05 0.101963520050E+01 0.186264514923E-08 0.000000000000E+00
+   -0.286216455078E+04-0.862274169922E-01-0.186264514923E-08 0.600000000000E+01
+   -0.754894482422E+04 0.335802268982E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  6 15  0.0-0.169325619936E-03 0.000000000000E+00 0.218100000000E+05
+   -0.975059375000E+04 0.285687160492E+01 0.186264514923E-08 0.000000000000E+00
+   -0.106563271484E+05 0.147172927856E+00 0.000000000000E+00 0.100000000000E+01
+   -0.211546621094E+05-0.140391540527E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  6 15  0.0-0.893343240023E-04 0.181898940355E-11 0.218700000000E+05
+   -0.242290375977E+05 0.956631660461E+00 0.000000000000E+00 0.000000000000E+00
+   -0.375060693359E+04 0.125124931335E+00 0.931322574615E-09 0.500000000000E+01
+   -0.702095214844E+04-0.338007545471E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  6 15  0.0-0.102136284113E-03 0.000000000000E+00 0.216300000000E+05
+   -0.227576098633E+05-0.149791145325E+01-0.279396772385E-08 0.000000000000E+00
+    0.377851904297E+04 0.619859695435E-01 0.186264514923E-08 0.600000000000E+01
+    0.108864262695E+05-0.315100860596E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  6 15  0.0-0.692773610353E-04-0.181898940355E-11 0.216000000000E+05
+   -0.945688476562E+02 0.134338188171E+01 0.000000000000E+00 0.000000000000E+00
+   -0.166169912109E+05-0.228896522522E+01 0.000000000000E+00-0.200000000000E+01
+    0.193481723633E+05-0.195708274841E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  6 15  0.0-0.140937976539E-03 0.000000000000E+00 0.216300000000E+05
+   -0.114044951172E+05 0.169450759888E+01-0.279396772385E-08 0.000000000000E+00
+   -0.146944726562E+04-0.262255191803E+01 0.186264514923E-08-0.700000000000E+01
+    0.227653657227E+05 0.672157287598E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1  6 15  0.0-0.927178189158E-04-0.909494701773E-12 0.216300000000E+05
+   -0.164565429688E+05 0.106929969788E+01-0.372529029846E-08 0.000000000000E+00
+    0.146808212891E+05-0.139089584351E+01 0.186264514923E-08 0.000000000000E+00
+    0.127343129883E+05 0.299427700043E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1  6 15  0.0-0.230720266700E-03-0.909494701773E-12 0.217800000000E+05
+    0.229065917969E+03-0.134977817535E+01 0.931322574615E-09 0.000000000000E+00
+    0.165057651367E+05 0.229721641541E+01 0.000000000000E+00-0.200000000000E+01
+   -0.194605449219E+05 0.193348598480E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  6 15  0.0-0.798096880317E-04 0.272848410532E-11 0.218700000000E+05
+    0.112990107422E+05-0.168832588196E+01 0.279396772385E-08 0.000000000000E+00
+    0.168683203125E+04 0.262842464447E+01-0.931322574615E-09-0.700000000000E+01
+   -0.228112236328E+05-0.648279190063E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  6 15  0.0 0.919969752431E-04 0.181898940355E-11 0.226500000000E+05
+    0.162995595703E+05-0.107651329041E+01 0.279396772385E-08 0.000000000000E+00
+   -0.150615820313E+05 0.137209510803E+01-0.186264514923E-08 0.000000000000E+00
+   -0.126771777344E+05-0.300125026703E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1  6 15  0.0-0.261357985437E-03-0.909494701773E-12 0.216300000000E+05
+    0.151069130859E+05 0.111771202087E+01-0.931322574616E-09 0.000000000000E+00
+    0.129575419922E+05 0.187747287750E+01 0.000000000000E+00 0.400000000000E+01
+    0.159080546875E+05-0.259941673279E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1  6 15  0.0-0.144168734551E-05 0.000000000000E+00 0.216000000000E+05
+    0.996905126953E+04 0.147776222229E+01-0.931322574616E-09 0.000000000000E+00
+   -0.439264501953E+04 0.278706550598E+01 0.000000000000E+00-0.300000000000E+01
+    0.230956264648E+05-0.964498519897E-01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  6 15  0.0-0.895112752914E-04-0.909494701773E-12 0.216000000000E+05
+   -0.106944238281E+04 0.947698593140E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191668476562E+05 0.209998512268E+01 0.000000000000E+00 0.300000000000E+01
+    0.168010029297E+05 0.245639514923E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  6 15  0.0-0.651264563203E-04 0.000000000000E+00 0.217200000000E+05
+   -0.114959184570E+05-0.125814437866E+00 0.931322574616E-09 0.000000000000E+00
+   -0.227251445312E+05 0.145016670227E+00 0.000000000000E+00 0.200000000000E+01
+    0.527532226562E+03 0.358400535584E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  6 15  0.0-0.143428333104E-03 0.000000000000E+00 0.216300000000E+05
+   -0.152535122070E+05-0.112568664551E+01 0.186264514923E-08 0.000000000000E+00
+   -0.130282304688E+05-0.185127925873E+01 0.000000000000E+00 0.400000000000E+01
+   -0.158203310547E+05 0.260077381134E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1  6 15  0.0-0.201608985662E-03-0.272848410532E-11 0.217800000000E+05
+   -0.984330712891E+04-0.147254753113E+01 0.186264514923E-08 0.000000000000E+00
+    0.456124121094E+04-0.280426597595E+01 0.000000000000E+00-0.300000000000E+01
+   -0.230447329102E+05 0.852489471436E-01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  6 15  0.0-0.200519338250E-03 0.545696821064E-11 0.216300000000E+05
+    0.141742773438E+04-0.904835700989E+00 0.000000000000E+00 0.000000000000E+00
+    0.195524633789E+05-0.205028820038E+01 0.000000000000E+00 0.300000000000E+01
+   -0.163367309570E+05-0.252804088593E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  6 45  0.0 0.206008553505E-04-0.272848410532E-11 0.234000000000E+05
+    0.622295410156E+04-0.308028507233E+01-0.279396772385E-08 0.000000000000E+00
+    0.102184799805E+05 0.182617187500E+00 0.931322574616E-09 0.100000000000E+01
+    0.225227304688E+05 0.769358634949E+00-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  6 45  0.0-0.343248248100E-04-0.272848410532E-11 0.237000000000E+05
+    0.218567250977E+05-0.170728778839E+01 0.000000000000E+00 0.000000000000E+00
+    0.432456396484E+04-0.249099731445E-01 0.000000000000E+00 0.500000000000E+01
+    0.124175151367E+05 0.301251888275E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  6 45  0.0 0.638505443931E-04-0.727595761418E-11 0.234300000000E+05
+    0.252735087891E+05 0.147632598877E+00 0.931322574616E-09 0.000000000000E+00
+   -0.310199365234E+04-0.140551567078E+00-0.186264514923E-08 0.600000000000E+01
+   -0.129096289062E+04 0.355025672913E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  6 45  0.0-0.169324688613E-03 0.000000000000E+00 0.234300000000E+05
+   -0.436850488281E+04 0.307441425323E+01 0.279396772385E-08 0.000000000000E+00
+   -0.107728266602E+05-0.285658836365E+00-0.931322574615E-09 0.100000000000E+01
+   -0.228425419922E+05-0.459778785706E+00 0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1  6 45  0.0-0.893305987120E-04 0.181898940355E-11 0.234600000000E+05
+   -0.217785922852E+05 0.174194145203E+01 0.000000000000E+00 0.000000000000E+00
+   -0.370386181641E+04-0.107939720154E+00 0.000000000000E+00 0.500000000000E+01
+   -0.127548979492E+05-0.294964694977E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1  6 45  0.0-0.102135352790E-03 0.000000000000E+00 0.234300000000E+05
+   -0.247097583008E+05-0.653444290161E+00-0.186264514923E-08 0.000000000000E+00
+    0.406308007812E+04 0.215530395508E+00 0.186264514923E-08 0.600000000000E+01
+    0.486703955078E+04-0.349376583099E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  6 45  0.0-0.692810863257E-04-0.181898940355E-11 0.234000000000E+05
+    0.178593408203E+04 0.750928878784E+00 0.000000000000E+00 0.000000000000E+00
+   -0.204635126953E+05-0.193735122681E+01 0.000000000000E+00-0.200000000000E+01
+    0.151227944336E+05-0.270725917816E+01-0.279396772385E-08 0.000000000000E+00
+10 09  4  1  6 45  0.0-0.140937045217E-03 0.000000000000E+00 0.234300000000E+05
+   -0.868370507812E+04 0.130177402496E+01-0.186264514923E-08 0.000000000000E+00
+   -0.646886230469E+04-0.288694286346E+01 0.186264514923E-08-0.700000000000E+01
+    0.230789458008E+05-0.326225280762E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1  6 45  0.0-0.927206128836E-04-0.909494701773E-12 0.234300000000E+05
+   -0.144392905273E+05 0.112802505493E+01-0.372529029846E-08 0.000000000000E+00
+    0.114963315430E+05-0.213188266754E+01 0.186264514923E-08 0.000000000000E+00
+    0.175594897461E+05 0.233219909668E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1  6 45  0.0-0.230722129345E-03-0.909494701773E-12 0.243000000000E+05
+   -0.166446044922E+04-0.758661270142E+00 0.000000000000E+00 0.000000000000E+00
+    0.203730107422E+05 0.195203113556E+01 0.000000000000E+00-0.200000000000E+01
+   -0.152737919922E+05 0.268832874298E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  6 45  0.0-0.798041000962E-04 0.272848410532E-11 0.242700000000E+05
+    0.859376123047E+04-0.129104137421E+01 0.186264514923E-08 0.000000000000E+00
+    0.668855517578E+04 0.288357353210E+01-0.931322574615E-09-0.700000000000E+01
+   -0.230821611328E+05 0.348992347717E+00 0.931322574615E-09 0.000000000000E+00
+15 09  4  1  6 45  0.0 0.920007005334E-04 0.909494701773E-12 0.234900000000E+05
+    0.142765258789E+05-0.112726783752E+01 0.279396772385E-08 0.000000000000E+00
+   -0.119034946289E+05 0.212162590027E+01-0.186264514923E-08 0.000000000000E+00
+   -0.175225312500E+05-0.234753608704E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  6 45  0.0-0.261360779405E-03-0.909494701773E-12 0.234300000000E+05
+    0.170231513672E+05 0.966804504395E+00-0.931322574616E-09 0.000000000000E+00
+    0.156542739258E+05 0.111016654968E+01 0.000000000000E+00 0.400000000000E+01
+    0.106724750977E+05-0.318007659912E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1  6 45  0.0-0.144168734551E-05 0.000000000000E+00 0.234000000000E+05
+    0.129347456055E+05 0.178496074676E+01-0.931322574616E-09 0.000000000000E+00
+    0.330251464844E+03 0.242069244385E+01 0.000000000000E+00-0.300000000000E+01
+    0.220350991211E+05-0.107397365570E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1  6 45  0.0-0.895131379366E-04-0.909494701773E-12 0.234000000000E+05
+    0.117057031250E+04 0.153964424133E+01 0.000000000000E+00 0.000000000000E+00
+   -0.151169335938E+05 0.235116672516E+01 0.000000000000E+00 0.300000000000E+01
+    0.205161337891E+05 0.164475440979E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  6 45  0.0-0.651283189654E-04 0.000000000000E+00 0.234000000000E+05
+   -0.112775146484E+05 0.399019241333E+00 0.000000000000E+00 0.000000000000E+00
+   -0.217862319336E+05 0.869791030884E+00 0.000000000000E+00 0.200000000000E+01
+    0.687457080078E+04 0.342229270935E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1  6 45  0.0-0.143429264426E-03 0.000000000000E+00 0.234600000000E+05
+   -0.171789062500E+05-0.969436645508E+00 0.931322574615E-09 0.000000000000E+00
+   -0.156795361328E+05-0.108676147461E+01 0.000000000000E+00 0.400000000000E+01
+   -0.105905380859E+05 0.317248249054E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1  6 45  0.0-0.201615504920E-03-0.272848410532E-11 0.242700000000E+05
+   -0.128043041992E+05-0.178473758698E+01 0.186264514923E-08 0.000000000000E+00
+   -0.199153808594E+03-0.244445228577E+01 0.000000000000E+00-0.300000000000E+01
+   -0.219980615234E+05 0.107045745850E+01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1  6 45  0.0-0.200509093702E-03 0.454747350886E-11 0.234300000000E+05
+   -0.746887695313E+03-0.149992275238E+01 0.931322574615E-09 0.000000000000E+00
+    0.155699887695E+05-0.232627201080E+01-0.931322574615E-09 0.300000000000E+01
+   -0.201975878906E+05-0.173390293121E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  7 15  0.0 0.205952674150E-04-0.272848410532E-11 0.252300000000E+05
+    0.626253906250E+03-0.308651733398E+01-0.279396772385E-08 0.000000000000E+00
+    0.109665087891E+05 0.644613265991E+00 0.186264514923E-08 0.100000000000E+01
+    0.230187329102E+05-0.221781730652E+00-0.931322574616E-09 0.000000000000E+00
+ 3 09  4  1  7 15  0.0-0.343294814229E-04-0.272848410532E-11 0.252000000000E+05
+    0.181771958008E+05-0.234334850311E+01-0.931322574616E-09 0.000000000000E+00
+    0.460548730469E+04 0.363385200500E+00 0.000000000000E+00 0.500000000000E+01
+    0.172898344727E+05 0.236600780487E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1  7 15  0.0 0.638365745544E-04-0.727595761418E-11 0.253800000000E+05
+    0.247490771484E+05-0.719892501831E+00 0.000000000000E+00 0.000000000000E+00
+   -0.322405664062E+04 0.437698364258E-01-0.931322574616E-09 0.600000000000E+01
+    0.506670166016E+04 0.346774578095E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  7 15  0.0-0.169322825968E-03 0.000000000000E+00 0.252300000000E+05
+    0.113775878906E+04 0.299421596527E+01 0.279396772385E-08 0.000000000000E+00
+   -0.116857412109E+05-0.720189094543E+00-0.186264514923E-08 0.100000000000E+01
+   -0.227895087891E+05 0.518218994141E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  7 15  0.0-0.893259420991E-04 0.181898940355E-11 0.252600000000E+05
+   -0.180732929688E+05 0.233618259430E+01 0.931322574615E-09 0.000000000000E+00
+   -0.424529687500E+04-0.516717910767E+00 0.000000000000E+00 0.500000000000E+01
+   -0.175027607422E+05-0.229160308838E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  7 15  0.0-0.102133490145E-03 0.000000000000E+00 0.252300000000E+05
+   -0.250810454102E+05 0.239070892334E+00-0.931322574616E-09 0.000000000000E+00
+    0.440810009766E+04 0.126715660095E+00 0.186264514923E-08 0.600000000000E+01
+   -0.152862792969E+04-0.356639194488E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  7 15  0.0-0.692848116159E-04-0.181898940355E-11 0.252000000000E+05
+    0.265836279297E+04 0.240506172180E+00 0.931322574616E-09 0.000000000000E+00
+   -0.234328979492E+05-0.132291507721E+01 0.000000000000E+00-0.200000000000E+01
+    0.972806396484E+04-0.324794197082E+01-0.279396772385E-08 0.000000000000E+00
+10 09  4  1  7 15  0.0-0.140944495797E-03 0.000000000000E+00 0.252300000000E+05
+   -0.678418554688E+04 0.799459457398E+00-0.931322574616E-09 0.000000000000E+00
+   -0.116852041016E+05-0.285745525360E+01 0.931322574616E-09-0.700000000000E+01
+    0.216053652344E+05-0.130063629150E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  7 15  0.0-0.927234068513E-04-0.909494701773E-12 0.252900000000E+05
+   -0.125439667969E+05 0.940995216370E+00-0.279396772385E-08 0.000000000000E+00
+    0.709494287109E+04-0.272539806366E+01 0.279396772385E-08 0.000000000000E+00
+    0.210219770508E+05 0.149016666412E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  7 15  0.0-0.230723991990E-03-0.909494701773E-12 0.258600000000E+05
+   -0.255050048828E+04-0.247583389282E+00-0.931322574615E-09 0.000000000000E+00
+    0.233738154297E+05 0.134285259247E+01 0.000000000000E+00-0.200000000000E+01
+   -0.990732958984E+04 0.323575592041E+01 0.279396772385E-08 0.000000000000E+00
+14 09  4  1  7 15  0.0-0.797985121608E-04 0.272848410532E-11 0.258300000000E+05
+    0.671586669922E+04-0.786596298218E+00 0.931322574615E-09 0.000000000000E+00
+    0.118909135742E+05 0.284559726715E+01-0.931322574615E-09-0.700000000000E+01
+   -0.215717001953E+05 0.131826210022E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  7 15  0.0 0.920034945011E-04 0.909494701773E-12 0.252900000000E+05
+    0.123895913086E+05-0.932454109192E+00 0.186264514923E-08 0.000000000000E+00
+   -0.751178369141E+04 0.272505378723E+01-0.186264514923E-08 0.000000000000E+00
+   -0.210188574219E+05-0.151188087463E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  7 15  0.0-0.261352397501E-03-0.909494701773E-12 0.252300000000E+05
+    0.184296176758E+05 0.554470062256E+00-0.931322574616E-09 0.000000000000E+00
+    0.169578764648E+05 0.348915100098E+00 0.000000000000E+00 0.400000000000E+01
+    0.460808984375E+04-0.351419734955E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  7 15  0.0-0.144075602293E-05 0.000000000000E+00 0.252000000000E+05
+    0.162566577148E+05 0.186298084259E+01-0.931322574616E-09 0.000000000000E+00
+    0.420333447266E+04 0.185773849487E+01 0.000000000000E+00-0.300000000000E+01
+    0.192799931641E+05-0.196727466583E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  7 15  0.0-0.895150005817E-04-0.909494701773E-12 0.252000000000E+05
+    0.443398144531E+04 0.206632518768E+01-0.931322574616E-09 0.000000000000E+00
+   -0.108777070312E+05 0.231214618683E+01 0.000000000000E+00 0.300000000000E+01
+    0.226457167969E+05 0.706107139587E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  7 15  0.0-0.651292502880E-04 0.000000000000E+00 0.252000000000E+05
+   -0.997552783203E+04 0.106278514862E+01 0.000000000000E+00 0.000000000000E+00
+   -0.197209760742E+05 0.138401222229E+01 0.000000000000E+00 0.200000000000E+01
+    0.126881376953E+05 0.299519920349E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1  7 15  0.0-0.143431127071E-03 0.000000000000E+00 0.252600000000E+05
+   -0.185875722656E+05-0.554852485657E+00 0.931322574615E-09 0.000000000000E+00
+   -0.169469272461E+05-0.332633972168E+00 0.000000000000E+00 0.400000000000E+01
+   -0.454633349609E+04 0.349991893768E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  7 15  0.0-0.201622024179E-03-0.363797880709E-11 0.258300000000E+05
+   -0.161286503906E+05-0.186533832550E+01 0.186264514923E-08 0.000000000000E+00
+   -0.411746875000E+04-0.188344383240E+01 0.000000000000E+00-0.300000000000E+01
+   -0.192401640625E+05 0.197407054901E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  7 15  0.0-0.200499780476E-03 0.454747350886E-11 0.252300000000E+05
+   -0.394840966797E+04-0.203870296478E+01 0.931322574615E-09 0.000000000000E+00
+    0.113529492188E+05-0.231204509735E+01-0.931322574615E-09 0.300000000000E+01
+   -0.224979052734E+05-0.805323600769E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  7 45  0.0 0.205915421247E-04-0.272848410532E-11 0.270300000000E+05
+   -0.470820166016E+04-0.279376697540E+01-0.279396772385E-08 0.000000000000E+00
+    0.124927651367E+05 0.102981853485E+01 0.279396772385E-08 0.100000000000E+01
+    0.217347768555E+05-0.119553565979E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  7 45  0.0-0.343350693583E-04-0.272848410532E-11 0.270000000000E+05
+    0.135771010742E+05-0.272005939484E+01-0.186264514923E-08 0.000000000000E+00
+    0.570020800781E+04 0.863350868225E+00 0.931322574616E-09 0.500000000000E+01
+    0.208250742188E+05 0.153652477264E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  7 45  0.0 0.638226047158E-04-0.818545231596E-11 0.270000000000E+05
+    0.227525610352E+05-0.147028255463E+01 0.000000000000E+00 0.000000000000E+00
+   -0.281677636719E+04 0.439456939697E+00 0.000000000000E+00 0.600000000000E+01
+    0.110304291992E+05 0.311513710022E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  7 45  0.0-0.169320963323E-03 0.000000000000E+00 0.270300000000E+05
+    0.624214648438E+04 0.263452339172E+01 0.186264514923E-08 0.000000000000E+00
+   -0.133046630859E+05-0.105385398865E+01-0.279396772385E-08 0.100000000000E+01
+   -0.210007382813E+05 0.145667171478E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  7 45  0.0-0.893212854862E-04 0.181898940355E-11 0.270600000000E+05
+   -0.135263818359E+05 0.266839504242E+01 0.186264514923E-08 0.000000000000E+00
+   -0.561912890625E+04-0.101665878296E+01-0.931322574615E-09 0.500000000000E+01
+   -0.208985229492E+05-0.145709705353E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1  7 45  0.0-0.102132558823E-03 0.000000000000E+00 0.274500000000E+05
+   -0.238907470703E+05 0.106259059906E+01 0.000000000000E+00 0.000000000000E+00
+    0.437784667969E+04-0.196302413940E+00 0.931322574615E-09 0.600000000000E+01
+   -0.780612890625E+04-0.336333370209E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  7 45  0.0-0.692876055837E-04-0.909494701773E-12 0.270000000000E+05
+    0.275624658203E+04-0.969028472900E-01 0.931322574616E-09 0.000000000000E+00
+   -0.251102695312E+05-0.516645431519E+00-0.186264514923E-08-0.200000000000E+01
+    0.358130615234E+04-0.353744316101E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  7 45  0.0-0.140944495797E-03 0.000000000000E+00 0.270300000000E+05
+   -0.580556982422E+04 0.297185897827E+00 0.000000000000E+00 0.000000000000E+00
+   -0.165705034180E+05-0.252091693878E+01 0.000000000000E+00-0.700000000000E+01
+    0.184566552734E+05-0.217529201508E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  7 45  0.0-0.927252694964E-04-0.909494701773E-12 0.274500000000E+05
+   -0.111622221680E+05 0.570823669434E+00-0.186264514923E-08 0.000000000000E+00
+    0.182946191406E+04-0.307918167114E+01 0.279396772385E-08 0.000000000000E+00
+    0.228554980469E+05 0.534099578857E+00-0.931322574616E-09 0.000000000000E+00
+13 09  4  1  7 45  0.0-0.230725854635E-03-0.909494701773E-12 0.272100000000E+05
+   -0.265929052734E+04 0.920696258545E-01-0.931322574615E-09 0.000000000000E+00
+    0.250902055664E+05 0.539624214172E+00 0.931322574615E-09 0.254000000000E+03
+   -0.377536962891E+04 0.353333091736E+01 0.279396772385E-08 0.000000000000E+00
+14 09  4  1  7 45  0.0-0.797919929028E-04 0.272848410532E-11 0.278700000000E+05
+    0.576048437500E+04-0.284581184387E+00 0.000000000000E+00 0.000000000000E+00
+    0.167491728516E+05 0.250331687927E+01-0.931322574615E-09-0.700000000000E+01
+   -0.183980434570E+05 0.218509006500E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  7 45  0.0 0.920053571463E-04 0.909494701773E-12 0.270900000000E+05
+    0.110301298828E+05-0.554635047913E+00 0.186264514923E-08 0.000000000000E+00
+   -0.223779687500E+04 0.308883476257E+01-0.186264514923E-08 0.000000000000E+00
+   -0.228941293945E+05-0.557922363281E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  7 45  0.0-0.261355191469E-03-0.909494701773E-12 0.270300000000E+05
+    0.188864907227E+05-0.777711868286E-01 0.000000000000E+00 0.000000000000E+00
+    0.169805854492E+05-0.296097755432E+00 0.000000000000E+00 0.400000000000E+01
+   -0.181439794922E+04-0.357531166077E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  7 45  0.0-0.143609941006E-05 0.000000000000E+00 0.270000000000E+05
+    0.194771376953E+05 0.166860294342E+01-0.931322574616E-09 0.000000000000E+00
+    0.696025097656E+04 0.119872570038E+01 0.000000000000E+00-0.300000000000E+01
+    0.150444008789E+05-0.270848941803E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1  7 45  0.0-0.895168632269E-04-0.909494701773E-12 0.270000000000E+05
+    0.850722265625E+04 0.242363643646E+01-0.931322574616E-09 0.000000000000E+00
+   -0.694809570312E+04 0.201633167267E+01 0.000000000000E+00 0.300000000000E+01
+    0.230253261719E+05-0.287053108215E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  7 45  0.0-0.651301816106E-04 0.000000000000E+00 0.270000000000E+05
+   -0.742985205078E+04 0.176225662231E+01 0.000000000000E+00 0.000000000000E+00
+   -0.169637148438E+05 0.163321590424E+01 0.931322574616E-09 0.200000000000E+01
+    0.175178984375E+05 0.233639144898E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1  7 45  0.0-0.143432058394E-03 0.000000000000E+00 0.285600000000E+05
+   -0.190455952148E+05 0.763940811157E-01 0.931322574616E-09 0.000000000000E+00
+   -0.169484389648E+05 0.303249359131E+00 0.000000000000E+00 0.400000000000E+01
+    0.184731542969E+04 0.355828666687E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  7 45  0.0-0.201628543437E-03-0.363797880709E-11 0.279000000000E+05
+   -0.193527343750E+05-0.166950893402E+01 0.931322574615E-09 0.000000000000E+00
+   -0.691912744141E+04-0.122214984894E+01 0.000000000000E+00-0.300000000000E+01
+   -0.149832958984E+05 0.272493648529E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1  7 45  0.0-0.200490467250E-03 0.454747350886E-11 0.270300000000E+05
+   -0.798864257813E+04-0.241563415527E+01 0.931322574615E-09 0.000000000000E+00
+    0.740388574219E+04-0.203709793091E+01-0.931322574615E-09 0.300000000000E+01
+   -0.230589467773E+05 0.186097145081E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  8 15  0.0 0.205859541893E-04-0.272848410532E-11 0.288300000000E+05
+   -0.928161718750E+04-0.225277328491E+01-0.186264514923E-08 0.000000000000E+00
+    0.145698471680E+05 0.124265193939E+01 0.372529029846E-08 0.100000000000E+01
+    0.187705229492E+05-0.207666873932E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  8 15  0.0-0.343397259712E-04-0.272848410532E-11 0.288000000000E+05
+    0.856470068359E+04-0.279880714416E+01-0.186264514923E-08 0.000000000000E+00
+    0.771831250000E+04 0.137109661102E+01 0.186264514923E-08 0.500000000000E+01
+    0.227498432617E+05 0.588216781616E+00-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1  8 15  0.0 0.638077035546E-04-0.818545231596E-11 0.288000000000E+05
+    0.195832915039E+05-0.200978374481E+01-0.931322574616E-09 0.000000000000E+00
+   -0.155518505859E+04 0.978854179382E+00 0.000000000000E+00 0.600000000000E+01
+    0.161344257812E+05 0.251857852936E+01-0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1  8 15  0.0-0.169320032001E-03 0.000000000000E+00 0.297000000000E+05
+    0.104891401367E+05 0.205438899994E+01 0.186264514923E-08 0.000000000000E+00
+   -0.153665507813E+05-0.120011615753E+01-0.279396772385E-08 0.100000000000E+01
+   -0.176116826172E+05 0.228506088257E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  8 15  0.0-0.893166288733E-04 0.181898940355E-11 0.288300000000E+05
+   -0.864331542969E+04 0.270839881897E+01 0.186264514923E-08 0.000000000000E+00
+   -0.789796923828E+04-0.150439167023E+01-0.186264514923E-08 0.500000000000E+01
+   -0.226809990234E+05-0.510686874390E+00 0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1  8 15  0.0-0.102130696177E-03 0.000000000000E+00 0.288600000000E+05
+   -0.213606611328E+05 0.171218681335E+01 0.931322574615E-09 0.000000000000E+00
+    0.359116503906E+04-0.701876640320E+00 0.000000000000E+00 0.600000000000E+01
+   -0.134802773438E+05-0.290036487579E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1  8 15  0.0-0.692913308740E-04-0.909494701773E-12 0.288000000000E+05
+    0.244876171875E+04-0.203691482544E+00 0.931322574616E-09 0.000000000000E+00
+   -0.252387275391E+05 0.379272460938E+00-0.186264514923E-08-0.200000000000E+01
+   -0.284225146484E+04-0.355352497101E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1  8 15  0.0-0.140943564475E-03 0.000000000000E+00 0.288300000000E+05
+   -0.564968457031E+04-0.980854034424E-01 0.000000000000E+00 0.000000000000E+00
+   -0.205960048828E+05-0.191165161133E+01 0.000000000000E+00-0.700000000000E+01
+    0.138754301758E+05-0.288185405731E+01-0.279396772385E-08 0.000000000000E+00
+11 09  4  1  8 15  0.0-0.927215442061E-04 0.000000000000E+00 0.288000000000E+05
+   -0.105431215820E+05 0.110940933227E+00-0.931322574616E-09 0.000000000000E+00
+   -0.381129443359E+04-0.313645458221E+01 0.186264514923E-08 0.000000000000E+00
+    0.229208740234E+05-0.461649894714E+00-0.931322574616E-09 0.000000000000E+00
+13 09  4  1  8 15  0.0-0.230727717280E-03-0.909494701773E-12 0.288900000000E+05
+   -0.235781494141E+04 0.201900482178E+00-0.186264514923E-08 0.000000000000E+00
+    0.252606606445E+05-0.356080055237E+00 0.186264514923E-08 0.254000000000E+03
+    0.264839990234E+04 0.355784702301E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  8 15  0.0-0.797864049673E-04 0.272848410532E-11 0.296700000000E+05
+    0.562581298828E+04 0.108895301819E+00 0.000000000000E+00 0.000000000000E+00
+    0.207407075195E+05 0.189218902588E+01 0.000000000000E+00-0.700000000000E+01
+   -0.138069321289E+05 0.288309383392E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  8 15  0.0 0.920072197914E-04 0.909494701773E-12 0.288900000000E+05
+    0.104467680664E+05-0.875577926636E-01 0.931322574615E-09 0.000000000000E+00
+    0.342803466797E+04 0.315415573120E+01-0.186264514923E-08 0.000000000000E+00
+   -0.230002231445E+05 0.441156387329E+00 0.931322574615E-09 0.000000000000E+00
+17 09  4  1  8 15  0.0-0.261357985437E-03-0.909494701773E-12 0.288300000000E+05
+    0.180658300781E+05-0.848792076111E+00 0.000000000000E+00 0.000000000000E+00
+    0.160146616211E+05-0.737819671631E+00 0.000000000000E+00 0.400000000000E+01
+   -0.809582177734E+04-0.335848331451E+01 0.931322574616E-09 0.000000000000E+00
+18 09  4  1  8 15  0.0-0.143516808748E-05 0.000000000000E+00 0.288300000000E+05
+    0.220997885742E+05 0.120267295837E+01-0.931322574616E-09 0.000000000000E+00
+    0.852814306641E+04 0.555126190186E+00 0.000000000000E+00-0.300000000000E+01
+    0.965467968750E+04-0.324148750305E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1  8 15  0.0-0.895187258720E-04-0.909494701773E-12 0.288000000000E+05
+    0.130087954102E+05 0.253177928925E+01-0.931322574616E-09 0.000000000000E+00
+   -0.372961718750E+04 0.153693294525E+01 0.000000000000E+00 0.300000000000E+01
+    0.216256542969E+05-0.125805568695E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1  8 15  0.0-0.651311129332E-04 0.000000000000E+00 0.288000000000E+05
+   -0.367830810547E+04 0.238384342194E+01 0.000000000000E+00 0.000000000000E+00
+   -0.140070302734E+05 0.160792160034E+01 0.931322574616E-09 0.200000000000E+01
+    0.209908154297E+05 0.149749088287E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  8 15  0.0-0.143432989717E-03 0.000000000000E+00 0.292500000000E+05
+   -0.182300449219E+05 0.844281196594E+00 0.000000000000E+00 0.000000000000E+00
+   -0.159776777344E+05 0.736300468445E+00 0.000000000000E+00 0.400000000000E+01
+    0.809897851562E+04 0.334315490723E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1  8 15  0.0-0.201635062695E-03-0.363797880709E-11 0.296700000000E+05
+   -0.219724995117E+05-0.119794940948E+01 0.931322574615E-09 0.000000000000E+00
+   -0.852516796875E+04-0.573890686035E+00 0.000000000000E+00-0.300000000000E+01
+   -0.955798144531E+04 0.326372337341E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1  8 15  0.0-0.200481154025E-03 0.454747350886E-11 0.288300000000E+05
+   -0.124972314453E+05-0.254805850983E+01 0.931322574615E-09 0.000000000000E+00
+    0.413434228516E+04-0.157154369354E+01-0.931322574615E-09 0.300000000000E+01
+   -0.218362353516E+05 0.116374397278E+01 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1  8 45  0.0 0.205803662539E-04-0.272848410532E-11 0.306300000000E+05
+   -0.127211088867E+05-0.155073356628E+01-0.931322574616E-09 0.000000000000E+00
+    0.168219125977E+05 0.121619510651E+01 0.372529029846E-08 0.100000000000E+01
+    0.143554135742E+05-0.279714584351E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  8 45  0.0-0.343453139067E-04-0.272848410532E-11 0.306000000000E+05
+    0.367658496094E+04-0.258708381653E+01-0.186264514923E-08 0.000000000000E+00
+    0.105754541016E+05 0.177814674377E+01 0.279396772385E-08 0.500000000000E+01
+    0.229152807617E+05-0.405595779419E+00-0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1  8 45  0.0 0.637918710709E-04-0.818545231596E-11 0.306000000000E+05
+    0.156804609375E+05-0.227890872955E+01-0.931322574616E-09 0.000000000000E+00
+    0.735437988281E+03 0.156504154205E+01 0.931322574616E-09 0.600000000000E+01
+    0.199781865234E+05 0.172402572632E+01-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  8 45  0.0-0.169319100678E-03 0.000000000000E+00 0.311400000000E+05
+    0.135596088867E+05 0.134427070618E+01 0.931322574615E-09 0.000000000000E+00
+   -0.174782705078E+05-0.110306739807E+01-0.279396772385E-08 0.100000000000E+01
+   -0.128784716797E+05 0.294060230255E+01-0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1  8 45  0.0-0.893119722605E-04 0.181898940355E-11 0.306300000000E+05
+   -0.394336962891E+04 0.247112751007E+01 0.931322574615E-09 0.000000000000E+00
+   -0.109645053711E+05-0.187529659271E+01-0.279396772385E-08 0.500000000000E+01
+   -0.227135761719E+05 0.474661827087E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  8 45  0.0-0.102128833532E-03 0.000000000000E+00 0.306600000000E+05
+   -0.178777133789E+05 0.211177062988E+01 0.931322574615E-09 0.000000000000E+00
+    0.179309130859E+04-0.130342006683E+01-0.931322574615E-09 0.600000000000E+01
+   -0.181126547852E+05-0.221333122253E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  8 45  0.0-0.692941248417E-04-0.909494701773E-12 0.306000000000E+05
+    0.217105712891E+04-0.651874542236E-01 0.931322574616E-09 0.000000000000E+00
+   -0.237614326172E+05 0.124774742126E+01-0.279396772385E-08-0.200000000000E+01
+   -0.904624511719E+04-0.329509067535E+01-0.931322574616E-09 0.000000000000E+00
+10 09  4  1  8 45  0.0-0.140943564475E-03 0.000000000000E+00 0.306300000000E+05
+   -0.604221582031E+04-0.300476074219E+00 0.000000000000E+00 0.000000000000E+00
+   -0.233342324219E+05-0.110638332367E+01-0.931322574616E-09-0.700000000000E+01
+    0.821642431641E+04-0.336493206024E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  8 45  0.0-0.927234068513E-04 0.000000000000E+00 0.306000000000E+05
+   -0.107518525391E+05-0.330780982971E+00 0.000000000000E+00 0.000000000000E+00
+   -0.927565039062E+04-0.288509845734E+01 0.186264514923E-08 0.000000000000E+00
+    0.212159692383E+05-0.142016029358E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  8 45  0.0-0.230729579926E-03-0.909494701773E-12 0.313200000000E+05
+   -0.208064599609E+04 0.662765502930E-01-0.186264514923E-08 0.000000000000E+00
+    0.238231396484E+05-0.122718906403E+01 0.279396772385E-08-0.200000000000E+01
+    0.886734814453E+04 0.330719566345E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1  8 45  0.0-0.797798857093E-04 0.272848410532E-11 0.312300000000E+05
+    0.603584667969E+04 0.309150695801E+00-0.931322574615E-09 0.000000000000E+00
+    0.234451264648E+05 0.108883666992E+01 0.931322574615E-09-0.700000000000E+01
+   -0.815257275391E+04 0.335888862610E+01 0.279396772385E-08 0.000000000000E+00
+15 09  4  1  8 45  0.0 0.920090824366E-04 0.000000000000E+00 0.306900000000E+05
+    0.107030605469E+05 0.359873771667E+00 0.000000000000E+00 0.000000000000E+00
+    0.892862939453E+04 0.290686416626E+01-0.186264514923E-08 0.000000000000E+00
+   -0.213252846680E+05 0.140809631348E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  8 45  0.0-0.261360779405E-03-0.909494701773E-12 0.309600000000E+05
+    0.158119833984E+05-0.165093517303E+01 0.000000000000E+00 0.000000000000E+00
+    0.144771552734E+05-0.926544189453E+00-0.931322574615E-09 0.400000000000E+01
+   -0.137479799805E+05-0.288075256348E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1  8 45  0.0-0.143423676491E-05 0.000000000000E+00 0.306300000000E+05
+    0.236702524414E+05 0.510513305664E+00 0.000000000000E+00 0.000000000000E+00
+    0.903095556641E+04 0.311212539673E-01 0.000000000000E+00-0.300000000000E+01
+    0.352459326172E+04-0.352586650848E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  8 45  0.0-0.895233824849E-04-0.909494701773E-12 0.306000000000E+05
+    0.174460971680E+05 0.234891986847E+01-0.931322574616E-09 0.000000000000E+00
+   -0.146528320312E+04 0.974303245544E+00 0.000000000000E+00 0.300000000000E+01
+    0.185547583008E+05-0.213192462921E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  8 45  0.0-0.651311129332E-04 0.000000000000E+00 0.306000000000E+05
+    0.104168701172E+04 0.282248497009E+01 0.000000000000E+00 0.000000000000E+00
+   -0.113189511719E+05 0.134435558319E+01 0.931322574616E-09 0.200000000000E+01
+    0.228398549805E+05 0.543857574463E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  8 45  0.0-0.143433921039E-03 0.000000000000E+00 0.306000000000E+05
+   -0.159874833984E+05 0.164303398132E+01 0.000000000000E+00 0.000000000000E+00
+   -0.144490986328E+05 0.918615341187E+00 0.000000000000E+00 0.400000000000E+01
+    0.137279311523E+05 0.287078094482E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  8 45  0.0-0.201641581953E-03-0.363797880709E-11 0.311100000000E+05
+   -0.235273022461E+05-0.497638702393E+00 0.931322574615E-09 0.000000000000E+00
+   -0.905737988281E+04-0.451984405518E-01 0.000000000000E+00-0.300000000000E+01
+   -0.338706396484E+04 0.354791355133E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  8 45  0.0-0.200471840799E-03 0.454747350886E-11 0.306300000000E+05
+   -0.169866865234E+05-0.239041042328E+01 0.931322574615E-09 0.000000000000E+00
+    0.180174169922E+04-0.101402950287E+01-0.931322574615E-09 0.300000000000E+01
+   -0.189233125000E+05 0.205187416077E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  9 15  0.0 0.205747783184E-04-0.272848410532E-11 0.324300000000E+05
+   -0.148330971680E+05-0.796896934509E+00 0.000000000000E+00 0.000000000000E+00
+    0.187877568359E+05 0.923964500427E+00 0.372529029846E-08 0.100000000000E+01
+    0.883089062500E+04-0.330136299133E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1  9 15  0.0-0.343499705195E-04-0.272848410532E-11 0.324300000000E+05
+   -0.604936523438E+03-0.213679122925E+01-0.931322574616E-09 0.000000000000E+00
+    0.140018818359E+05 0.198996162415E+01 0.372529029846E-08 0.500000000000E+01
+    0.213085488281E+05-0.136807346344E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  9 15  0.0 0.637760385871E-04-0.818545231596E-11 0.324000000000E+05
+    0.115517128906E+05-0.226211452484E+01-0.931322574616E-09 0.000000000000E+00
+    0.404105273438E+04 0.208824443817E+01 0.186264514923E-08 0.600000000000E+01
+    0.222592504883E+05 0.793734550476E+00-0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1  9 15  0.0-0.169318169355E-03 0.000000000000E+00 0.329400000000E+05
+    0.153150625000E+05 0.611730575562E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191814633789E+05-0.747296333313E+00-0.279396772385E-08 0.100000000000E+01
+   -0.715989111328E+04 0.337272167206E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  9 15  0.0-0.893073156476E-04 0.181898940355E-11 0.324300000000E+05
+    0.119936035156E+03 0.201360607147E+01 0.931322574615E-09 0.000000000000E+00
+   -0.145254438477E+05-0.204128456116E+01-0.279396772385E-08 0.500000000000E+01
+   -0.209943930664E+05 0.142314624786E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  9 15  0.0-0.102127902210E-03 0.000000000000E+00 0.324600000000E+05
+   -0.139304355469E+05 0.222600173950E+01 0.931322574615E-09 0.000000000000E+00
+   -0.109452246094E+04-0.189383602142E+01-0.186264514923E-08 0.600000000000E+01
+   -0.213454301758E+05-0.135534286499E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1  9 15  0.0-0.692969188094E-04-0.909494701773E-12 0.324900000000E+05
+    0.234372509766E+04 0.288018226624E+00 0.931322574615E-09 0.000000000000E+00
+   -0.208317021484E+05 0.197552871704E+01-0.279396772385E-08-0.200000000000E+01
+   -0.145515219727E+05-0.278222560883E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1  9 15  0.0-0.140943564475E-03 0.000000000000E+00 0.324300000000E+05
+   -0.658482031250E+04-0.260091781616E+00 0.000000000000E+00 0.000000000000E+00
+   -0.245252695312E+05-0.212026596069E+00-0.186264514923E-08-0.700000000000E+01
+    0.191893017578E+04-0.358661174774E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  9 15  0.0-0.927243381739E-04 0.000000000000E+00 0.324000000000E+05
+   -0.116603554688E+05-0.650618553162E+00 0.000000000000E+00 0.000000000000E+00
+   -0.140322524414E+05-0.235946846008E+01 0.000000000000E+00 0.000000000000E+00
+    0.178749672852E+05-0.226785087585E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  9 15  0.0-0.230731442571E-03-0.909494701773E-12 0.324300000000E+05
+   -0.224947558594E+04-0.285070419312E+00-0.931322574616E-09 0.000000000000E+00
+    0.209262670898E+05-0.195988368988E+01 0.372529029846E-08-0.200000000000E+01
+    0.144003374023E+05 0.280060005188E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1  9 15  0.0-0.797742977738E-04 0.272848410532E-11 0.341700000000E+05
+    0.659255517578E+04 0.267235755920E+00-0.931322574616E-09 0.000000000000E+00
+    0.246083437500E+05 0.198938369751E+00 0.186264514923E-08-0.700000000000E+01
+   -0.187050585938E+04 0.357605457306E+01 0.279396772385E-08 0.000000000000E+00
+15 09  4  1  9 15  0.0 0.920100137591E-04 0.000000000000E+00 0.324900000000E+05
+    0.116668813477E+05 0.682328224182E+00 0.000000000000E+00 0.000000000000E+00
+    0.137242617188E+05 0.238020324707E+01-0.931322574615E-09 0.000000000000E+00
+   -0.179957485352E+05 0.226751232147E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  9 15  0.0-0.261363573372E-03-0.909494701773E-12 0.324300000000E+05
+    0.121739125977E+05-0.236767864227E+01 0.000000000000E+00 0.000000000000E+00
+    0.128345502930E+05-0.857728004456E+00-0.931322574615E-09 0.400000000000E+01
+   -0.183322026367E+05-0.217972755432E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  9 15  0.0-0.143330544233E-05 0.000000000000E+00 0.324300000000E+05
+    0.238512182617E+05-0.324829101562E+00 0.000000000000E+00 0.000000000000E+00
+    0.876067724609E+04-0.293315887451E+00 0.000000000000E+00-0.300000000000E+01
+   -0.287579589844E+04-0.353985500336E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  9 15  0.0-0.895252451301E-04-0.909494701773E-12 0.324000000000E+05
+    0.212915366211E+05 0.187865829468E+01-0.931322574616E-09 0.000000000000E+00
+   -0.205633789062E+03 0.438871383667E+00 0.000000000000E+00 0.300000000000E+01
+    0.140497749023E+05-0.284113788605E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1  9 15  0.0-0.651320442557E-04 0.000000000000E+00 0.324000000000E+05
+    0.632461376953E+04 0.299908447266E+01 0.000000000000E+00 0.000000000000E+00
+   -0.926581884766E+04 0.917542457581E+00 0.931322574616E-09 0.200000000000E+01
+    0.229241430664E+05-0.450616836548E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  9 15  0.0-0.143435783684E-03 0.000000000000E+00 0.324000000000E+05
+   -0.123656010742E+05 0.235798263550E+01 0.000000000000E+00 0.000000000000E+00
+   -0.128243095703E+05 0.846357345581E+00 0.931322574616E-09 0.400000000000E+01
+    0.183005722656E+05 0.217695236206E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1  9 15  0.0-0.201649032533E-03-0.363797880709E-11 0.325200000000E+05
+   -0.236778608398E+05 0.345378875732E+00 0.931322574616E-09 0.000000000000E+00
+   -0.880944824219E+04 0.282192230225E+00 0.000000000000E+00-0.300000000000E+01
+    0.304802197266E+04 0.355537796020E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  9 15  0.0-0.200462527573E-03 0.454747350886E-11 0.325200000000E+05
+   -0.209275512695E+05-0.194239425659E+01 0.931322574615E-09 0.000000000000E+00
+    0.472652343750E+03-0.474914550781E+00-0.931322574615E-09 0.300000000000E+01
+   -0.145448291016E+05 0.278150939941E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1  9 45  0.0 0.205691903830E-04-0.272848410532E-11 0.359700000000E+05
+   -0.156271606445E+05-0.104607582092E+00 0.000000000000E+00 0.000000000000E+00
+    0.199992416992E+05 0.384957313538E+00 0.279396772385E-08 0.100000000000E+01
+    0.262399560547E+04-0.355042934418E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1  9 45  0.0-0.343555584550E-04-0.272848410532E-11 0.342300000000E+05
+   -0.392469726562E+04-0.153525924683E+01-0.931322574616E-09 0.000000000000E+00
+    0.175827314453E+05 0.194221782684E+01 0.372529029846E-08 0.500000000000E+01
+    0.180538413086E+05-0.222478485107E+01 0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1  9 45  0.0 0.637602061033E-04-0.818545231596E-11 0.342000000000E+05
+    0.769086181641E+04-0.199000453949E+01-0.931322574616E-09 0.000000000000E+00
+    0.815259814453E+04 0.244473266602E+01 0.279396772385E-08 0.600000000000E+01
+    0.227981757812E+05-0.198813438416E+00-0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1  9 45  0.0-0.169319100678E-03 0.000000000000E+00 0.342000000000E+05
+    0.158132744141E+05-0.356740951538E-01 0.000000000000E+00 0.000000000000E+00
+   -0.200296508789E+05-0.161422729492E+00-0.186264514923E-08 0.100000000000E+01
+   -0.891798339844E+03 0.354694080353E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1  9 45  0.0-0.893026590347E-04 0.181898940355E-11 0.342300000000E+05
+    0.322667724609E+04 0.142510986328E+01 0.000000000000E+00 0.000000000000E+00
+   -0.181554462891E+05-0.194587612152E+01-0.372529029846E-08 0.500000000000E+01
+   -0.176562832031E+05 0.226185512543E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1  9 45  0.0-0.102126039565E-03 0.000000000000E+00 0.342300000000E+05
+   -0.100298657227E+05 0.206544780731E+01 0.931322574615E-09 0.000000000000E+00
+   -0.495190234375E+04-0.236343097687E+01-0.279396772385E-08 0.600000000000E+01
+   -0.229289086914E+05-0.392659187317E+00 0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1  9 45  0.0-0.693006440997E-04-0.909494701773E-12 0.350700000000E+05
+    0.329496093750E+04 0.785335540771E+00 0.000000000000E+00 0.000000000000E+00
+   -0.167894790039E+05 0.247130107880E+01-0.372529029846E-08-0.200000000000E+01
+   -0.189330673828E+05-0.205460166931E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  9 45  0.0-0.140943564475E-03 0.000000000000E+00 0.342300000000E+05
+   -0.682887158203E+04 0.281906127930E-01 0.000000000000E+00 0.000000000000E+00
+   -0.241160854492E+05 0.651627540588E+00-0.279396772385E-08-0.700000000000E+01
+   -0.452770898438E+04-0.352958297730E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1  9 45  0.0-0.927243381739E-04 0.000000000000E+00 0.342000000000E+05
+   -0.129711123047E+05-0.766730308533E+00 0.000000000000E+00 0.000000000000E+00
+   -0.176496562500E+05-0.163467502594E+01 0.000000000000E+00 0.000000000000E+00
+    0.131573100586E+05-0.293999290466E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1  9 45  0.0-0.230734236538E-03-0.909494701773E-12 0.342300000000E+05
+   -0.319488720703E+04-0.782094955444E+00-0.931322574616E-09 0.000000000000E+00
+    0.169067241211E+05-0.246186733246E+01 0.372529029846E-08-0.200000000000E+01
+    0.188190610352E+05 0.207715892792E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  9 45  0.0-0.797677785158E-04 0.272848410532E-11 0.342300000000E+05
+    0.684877099609E+04-0.216856002808E-01-0.931322574616E-09 0.000000000000E+00
+    0.241802734375E+05-0.659569740295E+00 0.279396772385E-08-0.700000000000E+01
+    0.455558300781E+04 0.351785755158E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1  9 45  0.0 0.920109450817E-04 0.000000000000E+00 0.342600000000E+05
+    0.130336484375E+05 0.796373367310E+00 0.000000000000E+00 0.000000000000E+00
+    0.173744609375E+05 0.164973258972E+01 0.000000000000E+00 0.000000000000E+00
+   -0.132675244141E+05 0.295190334320E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1  9 45  0.0-0.261366367340E-03-0.909494701773E-12 0.351000000000E+05
+    0.740386523438E+04-0.289282226563E+01 0.000000000000E+00 0.000000000000E+00
+    0.115202006836E+05-0.572078704834E+00-0.931322574615E-09 0.400000000000E+01
+   -0.214937861328E+05-0.131044673920E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1  9 45  0.0-0.143237411976E-05 0.000000000000E+00 0.342300000000E+05
+    0.224795551758E+05-0.119542217255E+01 0.000000000000E+00 0.000000000000E+00
+    0.812136376953E+04-0.375340461731E+00 0.000000000000E+00-0.300000000000E+01
+   -0.905533349609E+04-0.328194808960E+01 0.931322574616E-09 0.000000000000E+00
+19 09  4  1  9 45  0.0-0.895271077752E-04-0.909494701773E-12 0.342000000000E+05
+    0.240654809570E+05 0.117004489899E+01-0.931322574616E-09 0.000000000000E+00
+    0.192600097656E+03 0.324754714966E-01 0.000000000000E+00 0.300000000000E+01
+    0.845871728516E+04-0.333082771301E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1  9 45  0.0-0.651320442557E-04 0.000000000000E+00 0.342000000000E+05
+    0.116562216797E+05 0.287362480164E+01-0.931322574616E-09 0.000000000000E+00
+   -0.805357324219E+04 0.428048133850E+00 0.931322574616E-09 0.200000000000E+01
+    0.212391958008E+05-0.140925884247E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1  9 45  0.0-0.143437646329E-03-0.909494701773E-12 0.342000000000E+05
+   -0.761264794922E+04 0.288399887085E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115314716797E+05 0.559930801392E+00 0.931322574616E-09 0.400000000000E+01
+    0.214634711914E+05 0.131442070007E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1  9 45  0.0-0.201654620469E-03-0.272848410532E-11 0.342300000000E+05
+   -0.222648754883E+05 0.121993541718E+01 0.000000000000E+00 0.000000000000E+00
+   -0.818916406250E+04 0.365000724793E+00 0.000000000000E+00-0.300000000000E+01
+    0.924583203125E+04 0.328614616394E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1  9 45  0.0-0.200453214347E-03 0.454747350886E-11 0.351000000000E+05
+   -0.238317065430E+05-0.124970626831E+01 0.931322574615E-09 0.000000000000E+00
+    0.185053710938E+02-0.575361251831E-01 0.000000000000E+00 0.300000000000E+01
+   -0.903938720703E+04 0.329585838318E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1 10 15  0.0 0.205636024475E-04-0.272848410532E-11 0.373800000000E+05
+   -0.153065815430E+05 0.427224159241E+00 0.000000000000E+00 0.000000000000E+00
+    0.200620317383E+05-0.338871002197E+00 0.931322574615E-09 0.100000000000E+01
+   -0.378563232422E+04-0.352517127991E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 10 15  0.0-0.343741849065E-04-0.272848410532E-11 0.360300000000E+05
+   -0.610588085938E+04-0.890496253967E+00 0.000000000000E+00 0.000000000000E+00
+    0.208235224609E+05 0.161213111877E+01 0.372529029846E-08 0.500000000000E+01
+    0.134028129883E+05-0.290945434570E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 10 15  0.0 0.637453049421E-04-0.818545231596E-11 0.360300000000E+05
+    0.449885009766E+04-0.153357887268E+01 0.000000000000E+00 0.000000000000E+00
+    0.126935043945E+05 0.255487346649E+01 0.372529029846E-08 0.600000000000E+01
+    0.215533286133E+05-0.117506599426E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 10 15  0.0-0.169320032000E-03-0.909494701773E-12 0.360000000000E+05
+    0.152925043945E+05-0.507719993591E+00 0.000000000000E+00 0.000000000000E+00
+   -0.196653686523E+05 0.585451126099E+00-0.931322574616E-09 0.100000000000E+01
+    0.544469970703E+04 0.344786834717E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 10 15  0.0-0.892980024219E-04 0.181898940355E-11 0.360300000000E+05
+    0.523566650391E+04 0.812150001526E+00 0.000000000000E+00 0.000000000000E+00
+   -0.213638896484E+05-0.157413864136E+01-0.279396772385E-08 0.500000000000E+01
+   -0.129565629883E+05 0.292626285553E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 10 15  0.0-0.102124176919E-03 0.000000000000E+00 0.360300000000E+05
+   -0.662795312500E+04 0.168416595459E+01 0.000000000000E+00 0.000000000000E+00
+   -0.947340917969E+04-0.261833000183E+01-0.279396772385E-08 0.600000000000E+01
+   -0.227407226563E+05 0.600414276123E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 10 15  0.0-0.693034380674E-04-0.909494701773E-12 0.364200000000E+05
+    0.519846533203E+04 0.132815551758E+01 0.000000000000E+00 0.000000000000E+00
+   -0.121080888672E+05 0.268014812469E+01-0.279396772385E-08-0.200000000000E+01
+   -0.218526840820E+05-0.116838169098E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 10 15  0.0-0.140943564475E-03 0.000000000000E+00 0.364800000000E+05
+   -0.635824804688E+04 0.523614883423E+00 0.000000000000E+00 0.000000000000E+00
+   -0.222662416992E+05 0.137140941620E+01-0.279396772385E-08-0.700000000000E+01
+   -0.106227236328E+05-0.319853878021E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 10 15  0.0-0.927252694964E-04 0.000000000000E+00 0.360000000000E+05
+   -0.142698701172E+05-0.633141517639E+00 0.000000000000E+00 0.000000000000E+00
+   -0.198595170898E+05-0.814340591431E+00-0.931322574616E-09 0.000000000000E+00
+    0.742733837891E+04-0.338547515869E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 10 15  0.0-0.230736099184E-03-0.909494701773E-12 0.360300000000E+05
+   -0.509357470703E+04-0.132631206512E+01 0.000000000000E+00 0.000000000000E+00
+    0.122365200195E+05-0.267708778381E+01 0.372529029846E-08-0.200000000000E+01
+    0.217813247070E+05 0.119282913208E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 10 15  0.0-0.797612592578E-04 0.272848410532E-11 0.360300000000E+05
+    0.638969482422E+04-0.517272949219E+00 0.000000000000E+00 0.000000000000E+00
+    0.223200703125E+05-0.137526893616E+01 0.372529029846E-08-0.700000000000E+01
+    0.106306933594E+05 0.318854427338E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 10 15  0.0 0.920118764043E-04 0.000000000000E+00 0.360600000000E+05
+    0.143798154297E+05 0.655278205872E+00 0.000000000000E+00 0.000000000000E+00
+    0.196041787109E+05 0.821161270142E+00 0.931322574615E-09 0.000000000000E+00
+   -0.750672167969E+04 0.340718746185E+01 0.279396772385E-08 0.000000000000E+00
+17 09  4  1 10 15  0.0-0.261368229985E-03-0.909494701773E-12 0.363600000000E+05
+    0.192260693359E+04-0.314791870117E+01 0.000000000000E+00 0.000000000000E+00
+    0.108586376953E+05-0.147949218750E+00-0.931322574615E-09 0.400000000000E+01
+   -0.229894731445E+05-0.340851783752E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 10 15  0.0-0.143237411976E-05 0.000000000000E+00 0.365700000000E+05
+    0.195962861328E+05-0.198538875580E+01 0.000000000000E+00 0.000000000000E+00
+    0.755509375000E+04-0.216114044189E+00-0.931322574615E-09-0.300000000000E+01
+   -0.145386816406E+05-0.277114677429E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 10 15  0.0-0.895299017429E-04-0.909494701773E-12 0.360300000000E+05
+    0.254124145508E+05 0.310113906860E+00 0.000000000000E+00 0.000000000000E+00
+    0.351274414062E+02-0.168815612793E+00 0.000000000000E+00 0.300000000000E+01
+    0.221367724609E+04-0.356305122376E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 10 15  0.0-0.651227310300E-04 0.000000000000E+00 0.360000000000E+05
+    0.164909648438E+05 0.245186042786E+01 0.000000000000E+00 0.000000000000E+00
+   -0.769698535156E+04-0.153665542602E-01 0.931322574616E-09 0.200000000000E+01
+    0.179166494141E+05-0.225845813751E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 10 15  0.0-0.143439508975E-03-0.909494701773E-12 0.360000000000E+05
+   -0.214449853516E+04 0.314253616333E+01 0.000000000000E+00 0.000000000000E+00
+   -0.108910312500E+05 0.136862754822E+00 0.931322574616E-09 0.400000000000E+01
+    0.229706342773E+05 0.349079132080E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 10 15  0.0-0.201661139727E-03-0.272848410532E-11 0.370200000000E+05
+   -0.193382690430E+05 0.200795745850E+01 0.000000000000E+00 0.000000000000E+00
+   -0.764184667969E+04 0.205319404602E+00 0.000000000000E+00-0.300000000000E+01
+    0.147249301758E+05 0.276222229004E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 10 15  0.0-0.200443901122E-03 0.454747350886E-11 0.363600000000E+05
+   -0.253300341797E+05-0.397122383118E+00 0.931322574615E-09 0.000000000000E+00
+    0.144439941406E+03 0.159331321716E+00 0.000000000000E+00 0.300000000000E+01
+   -0.283336328125E+04 0.355483818054E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 10 45  0.0 0.205580145121E-04-0.272848410532E-11 0.383700000000E+05
+   -0.142273242188E+05 0.730179786682E+00 0.931322574615E-09 0.000000000000E+00
+    0.187251757813E+05-0.115230464935E+01 0.000000000000E+00 0.100000000000E+01
+   -0.990280664063E+04-0.322759628296E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 10 45  0.0-0.343797728419E-04-0.272848410532E-11 0.378900000000E+05
+   -0.717122460938E+04-0.313090324402E+00 0.000000000000E+00 0.000000000000E+00
+    0.232300595703E+05 0.102292537689E+01 0.372529029846E-08 0.500000000000E+01
+    0.771516992188E+04-0.336909675598E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 10 45  0.0 0.637294724584E-04-0.818545231596E-11 0.378300000000E+05
+    0.222155957031E+04-0.991534233093E+00 0.000000000000E+00 0.000000000000E+00
+    0.171764707031E+05 0.237710857391E+01 0.465661287308E-08 0.600000000000E+01
+    0.186240834961E+05-0.205800819397E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 10 45  0.0-0.169321894646E-03-0.909494701773E-12 0.378000000000E+05
+    0.141264243164E+05-0.746280670166E+00 0.000000000000E+00 0.000000000000E+00
+   -0.178846962891E+05 0.139404582977E+01 0.000000000000E+00 0.100000000000E+01
+    0.113594057617E+05 0.308096885681E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 10 45  0.0-0.892924144864E-04 0.181898940355E-11 0.381300000000E+05
+    0.619970361328E+04 0.280716896057E+00 0.000000000000E+00 0.000000000000E+00
+   -0.236735820312E+05-0.955839157104E+00-0.279396772385E-08 0.500000000000E+01
+   -0.725740429688E+04 0.336513519287E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 10 45  0.0-0.102123245597E-03 0.000000000000E+00 0.378300000000E+05
+   -0.404689550781E+04 0.117014694214E+01 0.000000000000E+00 0.000000000000E+00
+   -0.142109072266E+05-0.259636783600E+01-0.372529029846E-08 0.600000000000E+01
+   -0.207952514648E+05 0.154721832275E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 10 45  0.0-0.693062320352E-04-0.909494701773E-12 0.383400000000E+05
+    0.803749853516E+04 0.180651950836E+01 0.000000000000E+00 0.000000000000E+00
+   -0.732007568359E+04 0.259201049805E+01-0.279396772385E-08-0.200000000000E+01
+   -0.230849418945E+05-0.191894531250E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 10 45  0.0-0.140943564475E-03 0.000000000000E+00 0.384300000000E+05
+   -0.486698437500E+04 0.114628219604E+01 0.000000000000E+00 0.000000000000E+00
+   -0.193190722656E+05 0.185908031464E+01-0.372529029846E-08-0.700000000000E+01
+   -0.158933979492E+05-0.261972713470E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 10 45  0.0-0.927262008190E-04 0.000000000000E+00 0.378000000000E+05
+   -0.150984267578E+05-0.247746467590E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205933403320E+05-0.138750076294E-01-0.186264514923E-08 0.000000000000E+00
+    0.112626953125E+04-0.357050800324E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 10 45  0.0-0.230741687119E-03-0.909494701773E-12 0.378300000000E+05
+   -0.793165185547E+04-0.180749893189E+01 0.000000000000E+00 0.000000000000E+00
+    0.744884667969E+04-0.259448146820E+01 0.279396772385E-08-0.200000000000E+01
+    0.230576479492E+05 0.216075897217E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 10 45  0.0-0.797556713224E-04 0.272848410532E-11 0.378300000000E+05
+    0.490951660156E+04-0.114042854309E+01 0.000000000000E+00 0.000000000000E+00
+    0.193680854492E+05-0.186095523834E+01 0.372529029846E-08-0.700000000000E+01
+    0.158862744141E+05 0.261308479309E+01 0.931322574616E-09 0.000000000000E+00
+15 09  4  1 10 45  0.0 0.920128077269E-04 0.000000000000E+00 0.378300000000E+05
+    0.152377988281E+05 0.257669448852E+00 0.000000000000E+00 0.000000000000E+00
+    0.203430395508E+05 0.130205154419E-01 0.186264514923E-08 0.000000000000E+00
+   -0.116120166016E+04 0.359725856781E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 10 45  0.0-0.261370092630E-03-0.909494701773E-12 0.378300000000E+05
+   -0.374290527344E+04-0.309503459930E+01 0.000000000000E+00 0.000000000000E+00
+    0.110095244141E+05 0.312549591064E+00-0.186264514923E-08 0.400000000000E+01
+   -0.227058583984E+05 0.653684616089E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 10 45  0.0-0.143237411976E-05 0.000000000000E+00 0.383400000000E+05
+    0.154443632813E+05-0.258926868439E+01 0.000000000000E+00 0.000000000000E+00
+    0.746193701172E+04 0.139520645142E+00-0.931322574615E-09-0.300000000000E+01
+   -0.189023696289E+05-0.204575634003E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 10 45  0.0-0.895317643881E-04-0.909494701773E-12 0.378300000000E+05
+    0.251577231445E+05-0.589879035950E+00 0.000000000000E+00 0.000000000000E+00
+   -0.268673339844E+03-0.127531051636E+00 0.000000000000E+00 0.300000000000E+01
+   -0.420253125000E+04-0.351976776123E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 10 45  0.0-0.651217997074E-04 0.000000000000E+00 0.378000000000E+05
+    0.203348457031E+05 0.178455924988E+01 0.000000000000E+00 0.000000000000E+00
+   -0.802164355469E+04-0.314285278320E+00 0.931322574616E-09 0.200000000000E+01
+    0.132136987305E+05-0.293318748474E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 10 45  0.0-0.143442302942E-03-0.909494701773E-12 0.378000000000E+05
+    0.351561279297E+04 0.309452724457E+01 0.000000000000E+00 0.000000000000E+00
+   -0.110600639648E+05-0.321481704712E+00 0.931322574616E-09 0.400000000000E+01
+    0.227029218750E+05-0.644896507263E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 10 45  0.0-0.201666727662E-03-0.272848410532E-11 0.378000000000E+05
+   -0.151521748047E+05 0.260373973846E+01 0.000000000000E+00 0.000000000000E+00
+   -0.756833007812E+04-0.150335311890E+00 0.931322574616E-09-0.300000000000E+01
+    0.190618217773E+05 0.202549362183E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 10 45  0.0-0.200435519218E-03 0.454747350886E-11 0.379200000000E+05
+   -0.252314946289E+05 0.504949569702E+00 0.931322574616E-09 0.000000000000E+00
+    0.446382324219E+03 0.134862899780E+00 0.000000000000E+00 0.300000000000E+01
+    0.359227636719E+04 0.353828907013E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 11 15  0.0 0.205524265766E-04-0.272848410532E-11 0.401400000000E+05
+   -0.128324038086E+05 0.777230262756E+00 0.000000000000E+00 0.000000000000E+00
+    0.159279057617E+05-0.194212913513E+01-0.931322574615E-09 0.100000000000E+01
+   -0.152550126953E+05-0.268072319031E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 11 15  0.0-0.343853607774E-04-0.272848410532E-11 0.396300000000E+05
+   -0.733090185547E+04 0.102231025696E+00 0.931322574615E-09 0.000000000000E+00
+    0.243895639648E+05 0.240676879883E+00 0.186264514923E-08 0.500000000000E+01
+    0.143082470703E+04-0.356815242767E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 11 15  0.0 0.636978074908E-04-0.727595761418E-11 0.396300000000E+05
+    0.915094726562E+03-0.472915649414E+00 0.931322574616E-09 0.000000000000E+00
+    0.210797983398E+05 0.191538047791E+01 0.372529029846E-08 0.600000000000E+01
+    0.142421953125E+05-0.277857971191E+01 0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 11 15  0.0-0.169324688613E-03-0.909494701773E-12 0.396000000000E+05
+    0.127566962891E+05-0.735016822815E+00 0.000000000000E+00 0.000000000000E+00
+   -0.146781459961E+05 0.215053653717E+01 0.931322574616E-09 0.100000000000E+01
+    0.163910307617E+05 0.247279930115E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 11 15  0.0-0.892877578735E-04 0.181898940355E-11 0.396000000000E+05
+    0.634856054688E+04-0.813055038452E-01-0.931322574616E-09 0.000000000000E+00
+   -0.246985454102E+05-0.161270141602E+00-0.186264514923E-08 0.500000000000E+01
+   -0.998209472656E+03 0.354445457459E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 11 15  0.0-0.102121382952E-03 0.000000000000E+00 0.396300000000E+05
+   -0.243098535156E+04 0.630214691162E+00-0.931322574615E-09 0.000000000000E+00
+   -0.186414433594E+05-0.227783012390E+01-0.279396772385E-08 0.600000000000E+01
+   -0.172425673828E+05 0.237461376190E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 11 15  0.0-0.693099573255E-04-0.909494701773E-12 0.401100000000E+05
+    0.116011450195E+05 0.211773967743E+01 0.000000000000E+00 0.000000000000E+00
+   -0.293430029297E+04 0.224280548096E+01-0.186264514923E-08-0.200000000000E+01
+   -0.225344814453E+05 0.799592018127E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 11 15  0.0-0.140942633152E-03 0.000000000000E+00 0.402000000000E+05
+   -0.221848583984E+04 0.179058551788E+01 0.000000000000E+00 0.000000000000E+00
+   -0.157433364258E+05 0.206535434723E+01-0.372529029846E-08-0.700000000000E+01
+   -0.199321020508E+05-0.183870410919E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 11 15  0.0-0.927262008190E-04 0.000000000000E+00 0.396300000000E+05
+   -0.150354267578E+05 0.346904754639E+00 0.000000000000E+00 0.000000000000E+00
+   -0.199870971680E+05 0.658021926880E+00-0.279396772385E-08 0.000000000000E+00
+   -0.526138378906E+04-0.348106479645E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 11 15  0.0-0.230743549764E-03-0.909494701773E-12 0.401700000000E+05
+   -0.115003330078E+05-0.212245750427E+01 0.000000000000E+00 0.000000000000E+00
+    0.305476171875E+04-0.224927330017E+01 0.186264514923E-08-0.200000000000E+01
+    0.225491074219E+05-0.777449607849E+00-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 11 15  0.0-0.797500833869E-04 0.272848410532E-11 0.396300000000E+05
+    0.227040136719E+04-0.178620529175E+01 0.000000000000E+00 0.000000000000E+00
+    0.157891010742E+05-0.206740474701E+01 0.372529029846E-08-0.700000000000E+01
+    0.199161333008E+05 0.183537387848E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 11 15  0.0 0.920128077269E-04 0.000000000000E+00 0.396300000000E+05
+    0.151796440430E+05-0.351575851440E+00 0.000000000000E+00 0.000000000000E+00
+    0.197309038086E+05-0.662891387939E+00 0.279396772385E-08 0.000000000000E+00
+    0.527480957031E+04 0.350707912445E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 11 15  0.0-0.261371023953E-03 0.000000000000E+00 0.396300000000E+05
+   -0.903896435547E+04-0.274275207520E+01 0.000000000000E+00 0.000000000000E+00
+    0.119405214844E+05 0.701320648193E+00-0.931322574615E-09 0.400000000000E+01
+   -0.206674492188E+05 0.159630012512E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 11 15  0.0-0.143330544233E-05 0.000000000000E+00 0.401100000000E+05
+    0.104342905273E+05-0.292888641357E+01 0.000000000000E+00 0.000000000000E+00
+    0.812707617188E+04 0.610569000244E+00-0.931322574615E-09-0.300000000000E+01
+   -0.218073847656E+05-0.116076374054E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 11 15  0.0-0.895336270332E-04-0.909494701773E-12 0.396300000000E+05
+    0.233356831055E+05-0.141224193573E+01 0.000000000000E+00 0.000000000000E+00
+   -0.282022460938E+03 0.148868560791E+00 0.000000000000E+00 0.300000000000E+01
+   -0.102937319336E+05-0.320427227020E+01 0.931322574616E-09 0.000000000000E+00
+20 09  4  1 11 15  0.0-0.651217997074E-04 0.000000000000E+00 0.396000000000E+05
+    0.228202397461E+05 0.959473609924E+00 0.000000000000E+00 0.000000000000E+00
+   -0.869809912109E+04-0.397345542908E+00 0.000000000000E+00 0.200000000000E+01
+    0.749316113281E+04-0.338185024262E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 11 15  0.0-0.143445096910E-03-0.909494701773E-12 0.396000000000E+05
+    0.881515087891E+04 0.274697685242E+01 0.000000000000E+00 0.000000000000E+00
+   -0.120045771484E+05-0.707259178162E+00 0.931322574616E-09 0.400000000000E+01
+    0.206780209961E+05-0.159062480926E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 11 15  0.0-0.201671384275E-03-0.181898940355E-11 0.396000000000E+05
+   -0.101267885742E+05 0.293096065521E+01 0.000000000000E+00 0.000000000000E+00
+   -0.825162646484E+04-0.619549751282E+00 0.931322574616E-09-0.300000000000E+01
+    0.219236523438E+05 0.113405609131E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 11 15  0.0-0.200426205993E-03 0.454747350886E-11 0.396300000000E+05
+   -0.235537177734E+05 0.133823108673E+01 0.000000000000E+00 0.000000000000E+00
+    0.486668945312E+03-0.126899719238E+00 0.000000000000E+00 0.300000000000E+01
+    0.973955273438E+04 0.324758815765E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 11 45  0.0 0.205468386412E-04-0.272848410532E-11 0.418800000000E+05
+   -0.115726923828E+05 0.586705207825E+00 0.000000000000E+00 0.000000000000E+00
+    0.118158090820E+05-0.259542274475E+01-0.186264514923E-08 0.100000000000E+01
+   -0.194288447266E+05-0.192677879333E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 11 45  0.0-0.343909487128E-04-0.272848410532E-11 0.429900000000E+05
+   -0.693919238281E+04 0.292314529419E+00 0.931322574615E-09 0.000000000000E+00
+    0.240395092773E+05-0.635977745056E+00 0.931322574615E-09 0.500000000000E+01
+   -0.496417382813E+04-0.349125576019E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 11 45  0.0 0.636838376522E-04-0.727595761418E-11 0.414300000000E+05
+    0.444186523438E+03-0.782155990601E-01 0.931322574616E-09 0.000000000000E+00
+    0.239301430664E+05 0.121874809265E+01 0.372529029846E-08 0.600000000000E+01
+    0.875229394531E+04-0.328125286102E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 11 45  0.0-0.169328413904E-03-0.181898940355E-11 0.414000000000E+05
+    0.116141333008E+05-0.502151489258E+00 0.000000000000E+00 0.000000000000E+00
+   -0.102403935547E+05 0.274506950378E+01 0.186264514923E-08 0.100000000000E+01
+    0.201440766602E+05 0.166949939728E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 11 45  0.0-0.892840325832E-04 0.181898940355E-11 0.414000000000E+05
+    0.604263037109E+04-0.218702316284E+00-0.931322574616E-09 0.000000000000E+00
+   -0.242080820312E+05 0.709616661072E+00-0.931322574616E-09 0.500000000000E+01
+    0.533800537109E+04 0.345010471344E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 11 45  0.0-0.102119520307E-03 0.000000000000E+00 0.414300000000E+05
+   -0.172881494141E+04 0.171864509583E+00-0.931322574615E-09 0.000000000000E+00
+   -0.222482109375E+05-0.168926525116E+01-0.279396772385E-08 0.600000000000E+01
+   -0.123569682617E+05 0.301860713959E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 11 45  0.0-0.693127512932E-04-0.909494701773E-12 0.418500000000E+05
+    0.155135356445E+05 0.218388462067E+01 0.000000000000E+00 0.000000000000E+00
+    0.642134765625E+03 0.170802879333E+01-0.931322574615E-09-0.200000000000E+01
+   -0.202433862305E+05 0.172960758209E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 11 45  0.0-0.140941701829E-03 0.000000000000E+00 0.419400000000E+05
+    0.152374316406E+04 0.234296512604E+01-0.931322574615E-09 0.000000000000E+00
+   -0.120553427734E+05 0.198727989197E+01-0.279396772385E-08-0.700000000000E+01
+   -0.224278364258E+05-0.916542053223E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 11 45  0.0-0.927271321416E-04 0.000000000000E+00 0.415200000000E+05
+   -0.137718916016E+05 0.107016086578E+01-0.931322574615E-09 0.000000000000E+00
+   -0.183531796875E+05 0.111665821075E+01-0.279396772385E-08 0.000000000000E+00
+   -0.112445141602E+05-0.312389183044E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 11 45  0.0-0.230745412409E-03-0.909494701773E-12 0.414000000000E+05
+   -0.154248740234E+05-0.219267559051E+01 0.000000000000E+00 0.000000000000E+00
+   -0.535542968750E+03-0.171665954590E+01 0.931322574616E-09-0.200000000000E+01
+    0.202950361328E+05-0.171078491211E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 11 45  0.0-0.797444954514E-04 0.272848410532E-11 0.414300000000E+05
+   -0.146609326172E+04-0.234111404419E+01 0.931322574616E-09 0.000000000000E+00
+    0.120961113281E+05-0.199093055725E+01 0.372529029846E-08-0.700000000000E+01
+    0.224077954102E+05 0.914997100830E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 11 45  0.0 0.920137390494E-04 0.000000000000E+00 0.414300000000E+05
+    0.138950546875E+05-0.108840942383E+01 0.931322574616E-09 0.000000000000E+00
+    0.180887651367E+05-0.111990833282E+01 0.372529029846E-08 0.000000000000E+00
+    0.113000825195E+05 0.314395809174E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 11 45  0.0-0.261372886598E-03 0.000000000000E+00 0.414300000000E+05
+   -0.134685209961E+05-0.214453601837E+01 0.000000000000E+00 0.000000000000E+00
+    0.134333642578E+05 0.922885894775E+00-0.931322574615E-09 0.400000000000E+01
+   -0.170339946289E+05 0.241455078125E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 11 45  0.0-0.143423676491E-05 0.000000000000E+00 0.418500000000E+05
+    0.508283056641E+04-0.296597576141E+01 0.000000000000E+00 0.000000000000E+00
+    0.966722949219E+04 0.109352302551E+01-0.186264514923E-08-0.300000000000E+01
+   -0.230258413086E+05-0.183902740479E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 11 45  0.0-0.895354896784E-04-0.909494701773E-12 0.420000000000E+05
+    0.201839780273E+05-0.205172443390E+01 0.000000000000E+00 0.000000000000E+00
+    0.378346679688E+03 0.609230041504E+00-0.931322574615E-09 0.300000000000E+01
+   -0.155888295898E+05-0.264095497131E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 11 45  0.0-0.651208683848E-04 0.000000000000E+00 0.414000000000E+05
+    0.237606269531E+05 0.873603820801E-01 0.000000000000E+00 0.000000000000E+00
+   -0.930236914062E+04-0.232399940491E+00 0.000000000000E+00 0.200000000000E+01
+    0.119568115234E+04-0.357010650635E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 11 45  0.0-0.143447890878E-03-0.181898940355E-11 0.414000000000E+05
+    0.132555634766E+05 0.215207290649E+01 0.000000000000E+00 0.000000000000E+00
+   -0.135046367188E+05-0.924751281738E+00 0.931322574616E-09 0.400000000000E+01
+    0.170499951172E+05-0.241445350647E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 11 45  0.0-0.201676040888E-03-0.181898940355E-11 0.414000000000E+05
+   -0.478380224609E+04 0.295461750030E+01 0.000000000000E+00 0.000000000000E+00
+   -0.980461572266E+04-0.109848880768E+01 0.931322574616E-09-0.300000000000E+01
+    0.230931557617E+05 0.157366752625E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 11 45  0.0-0.200416892767E-03 0.454747350886E-11 0.414300000000E+05
+   -0.205199716797E+05 0.199562931061E+01 0.000000000000E+00 0.000000000000E+00
+   -0.124639648438E+03-0.577741622925E+00 0.000000000000E+00 0.300000000000E+01
+    0.151323774414E+05 0.270551586151E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 12 15  0.0 0.205421820283E-04-0.272848410532E-11 0.432300000000E+05
+   -0.108274018555E+05 0.218678474426E+00 0.000000000000E+00 0.000000000000E+00
+    0.672358837891E+04-0.301786422729E+01-0.279396772385E-08 0.100000000000E+01
+   -0.221018432617E+05-0.102393341064E+01 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 12 15  0.0-0.343956053257E-04-0.272848410532E-11 0.432600000000E+05
+   -0.642736718750E+04 0.235940933228E+00 0.000000000000E+00 0.000000000000E+00
+    0.221127226563E+05-0.149156093597E+01 0.000000000000E+00 0.500000000000E+01
+   -0.109753188477E+05-0.314443397522E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 12 15  0.0 0.636698678136E-04-0.727595761418E-11 0.432300000000E+05
+    0.513491699219E+03 0.117736816406E+00 0.186264514923E-08 0.000000000000E+00
+    0.253775844727E+05 0.373381614685E+00 0.186264514923E-08 0.600000000000E+01
+    0.258348437500E+04-0.352827548981E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 12 15  0.0-0.169333070517E-03-0.181898940355E-11 0.432000000000E+05
+    0.110417231445E+05-0.115612030029E+00 0.000000000000E+00 0.000000000000E+00
+   -0.494636865234E+04 0.309007644653E+01 0.279396772385E-08 0.100000000000E+01
+    0.223213730469E+05 0.733489036560E+00-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 12 15  0.0-0.892793759704E-04 0.181898940355E-11 0.432000000000E+05
+    0.570497460938E+04-0.118020057678E+00 0.000000000000E+00 0.000000000000E+00
+   -0.221664956055E+05 0.154303073883E+01 0.000000000000E+00 0.500000000000E+01
+    0.112617231445E+05 0.308904075623E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 12 15  0.0-0.102118588984E-03 0.000000000000E+00 0.438300000000E+05
+   -0.170868359375E+04-0.114951133728E+00-0.931322574616E-09 0.000000000000E+00
+   -0.246015507812E+05-0.899701118469E+00-0.186264514923E-08 0.600000000000E+01
+   -0.651591894531E+04 0.342931175232E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 12 15  0.0-0.693164765835E-04-0.181898940355E-11 0.440100000000E+05
+    0.192913515625E+05 0.196528053284E+01 0.000000000000E+00 0.000000000000E+00
+    0.316440234375E+04 0.108990955353E+01 0.000000000000E+00-0.200000000000E+01
+   -0.163880834961E+05 0.252631378174E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 12 15  0.0-0.140940770507E-03 0.000000000000E+00 0.439800000000E+05
+    0.609898730469E+04 0.270096778870E+01-0.931322574615E-09 0.000000000000E+00
+   -0.873472705078E+04 0.166783046722E+01-0.279396772385E-08-0.700000000000E+01
+   -0.231898637695E+05 0.751047134399E-01 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 12 15  0.0-0.927271321416E-04 0.000000000000E+00 0.433200000000E+05
+   -0.111690708008E+05 0.181609725952E+01-0.931322574615E-09 0.000000000000E+00
+   -0.161244018555E+05 0.131468772888E+01-0.279396772385E-08 0.000000000000E+00
+   -0.163626098633E+05-0.252603244781E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 12 15  0.0-0.230748206377E-03-0.909494701773E-12 0.432000000000E+05
+   -0.192220756836E+05-0.197796154022E+01 0.000000000000E+00 0.000000000000E+00
+   -0.307393261719E+04-0.109890937805E+01 0.000000000000E+00-0.200000000000E+01
+    0.164699824219E+05-0.251163101196E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 12 15  0.0-0.797118991613E-04 0.272848410532E-11 0.432300000000E+05
+   -0.604064306641E+04-0.270201969147E+01 0.931322574616E-09 0.000000000000E+00
+    0.876712304688E+04-0.167346382141E+01 0.279396772385E-08-0.700000000000E+01
+    0.231669028320E+05-0.772180557251E-01-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 12 15  0.0 0.920146703720E-04 0.000000000000E+00 0.432300000000E+05
+    0.112502875977E+05-0.184347152710E+01 0.931322574616E-09 0.000000000000E+00
+    0.158600229492E+05-0.131052017212E+01 0.372529029846E-08 0.000000000000E+00
+    0.164462978516E+05 0.253687763214E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 12 15  0.0-0.261373817921E-03 0.000000000000E+00 0.432600000000E+05
+   -0.166649609375E+05-0.138982200623E+01 0.000000000000E+00 0.000000000000E+00
+    0.151218798828E+05 0.910772323608E+00-0.931322574615E-09 0.400000000000E+01
+   -0.120875161133E+05 0.304587173462E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 12 15  0.0-0.143516808748E-05-0.909494701773E-12 0.439800000000E+05
+   -0.655166015625E+02-0.270841407776E+01 0.000000000000E+00 0.000000000000E+00
+    0.120055600586E+05 0.147994709015E+01-0.186264514923E-08-0.300000000000E+01
+   -0.224595517578E+05 0.809365272522E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 12 15  0.0-0.895373523235E-04-0.909494701773E-12 0.432300000000E+05
+    0.161056445313E+05-0.243232631683E+01 0.000000000000E+00 0.000000000000E+00
+    0.197025878906E+04 0.116731548309E+01-0.931322574615E-09 0.300000000000E+01
+   -0.196783076172E+05-0.187339973450E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 12 15  0.0-0.651208683848E-04 0.000000000000E+00 0.432000000000E+05
+    0.231764492188E+05-0.715682029724E+00 0.000000000000E+00 0.000000000000E+00
+   -0.939270410156E+04 0.167806625366E+00 0.000000000000E+00 0.200000000000E+01
+   -0.519385107422E+04-0.348344802856E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 12 15  0.0-0.143451616168E-03-0.181898940355E-11 0.432000000000E+05
+    0.164671708984E+05 0.139885807037E+01 0.000000000000E+00 0.000000000000E+00
+   -0.151917700195E+05-0.907113075256E+00 0.931322574616E-09 0.400000000000E+01
+    0.120981669922E+05-0.305180072784E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 12 15  0.0-0.201679766178E-03-0.181898940355E-11 0.432000000000E+05
+    0.333600097656E+03 0.268603897095E+01 0.000000000000E+00 0.000000000000E+00
+   -0.121472924805E+05-0.147977447510E+01 0.931322574616E-09-0.300000000000E+01
+    0.224841958008E+05-0.829281806946E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 12 15  0.0-0.200407579541E-03 0.454747350886E-11 0.442200000000E+05
+   -0.165230556641E+05 0.239840793610E+01 0.000000000000E+00 0.000000000000E+00
+   -0.165657617188E+04-0.113346958160E+01 0.931322574616E-09 0.300000000000E+01
+    0.193536459961E+05 0.195437908173E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 12 45  0.0 0.205365940928E-04-0.272848410532E-11 0.450300000000E+05
+   -0.108375166016E+05-0.235601425171E+00-0.931322574615E-09 0.000000000000E+00
+    0.112715185547E+04-0.314903640747E+01-0.279396772385E-08 0.100000000000E+01
+   -0.230673237305E+05-0.418272018433E-01 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 12 45  0.0-0.344011932611E-04-0.272848410532E-11 0.450600000000E+05
+   -0.622411425781E+04-0.428905487061E-01 0.000000000000E+00 0.000000000000E+00
+    0.187512026367E+05-0.221230220795E+01-0.931322574615E-09 0.500000000000E+01
+   -0.161379526367E+05-0.255460357666E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 12 45  0.0 0.636568292975E-04-0.636646291241E-11 0.450900000000E+05
+    0.725857910156E+03 0.782089233398E-01 0.931322574615E-09 0.000000000000E+00
+    0.252504790039E+05-0.511537551880E+00 0.931322574615E-09 0.600000000000E+01
+   -0.378524609375E+04-0.350225830078E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 12 45  0.0-0.169336795807E-03-0.181898940355E-11 0.450000000000E+05
+    0.112328901367E+05 0.328824043274E+00 0.931322574616E-09 0.000000000000E+00
+    0.702980957031E+03 0.313514232636E+01 0.279396772385E-08 0.100000000000E+01
+    0.227491738281E+05-0.261449813843E+00-0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1 12 45  0.0-0.892747193575E-04 0.181898940355E-11 0.450000000000E+05
+    0.574313525391E+04 0.190312385559E+00 0.000000000000E+00 0.000000000000E+00
+   -0.187417709961E+05 0.222952079773E+01 0.931322574616E-09 0.500000000000E+01
+    0.163147031250E+05 0.248885059357E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 12 45  0.0-0.102116726339E-03 0.000000000000E+00 0.450000000000E+05
+   -0.200455322266E+04-0.173069953918E+00-0.931322574616E-09 0.000000000000E+00
+   -0.254266440430E+05-0.985050201416E-02-0.931322574616E-09 0.600000000000E+01
+   -0.170960937500E+03 0.357485008240E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 12 45  0.0-0.693192705512E-04-0.181898940355E-11 0.465300000000E+05
+    0.224202690430E+05 0.146775722504E+01 0.000000000000E+00 0.000000000000E+00
+    0.458305517578E+04 0.500221252441E+00 0.000000000000E+00-0.200000000000E+01
+   -0.112659511719E+05 0.312803173065E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 12 45  0.0-0.140938907862E-03 0.000000000000E+00 0.459600000000E+05
+    0.110852475586E+05 0.279038619995E+01-0.931322574615E-09 0.000000000000E+00
+   -0.614791894531E+04 0.118791007996E+01-0.186264514923E-08-0.700000000000E+01
+   -0.221617397461E+05 0.105964756012E+01 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 12 45  0.0-0.927280634642E-04 0.000000000000E+00 0.450900000000E+05
+   -0.728903466797E+04 0.247056102753E+01-0.186264514923E-08 0.000000000000E+00
+   -0.137792397461E+05 0.124933815002E+01-0.279396772385E-08 0.000000000000E+00
+   -0.202207583008E+05-0.173289299011E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 12 45  0.0-0.230750069022E-03-0.909494701773E-12 0.450300000000E+05
+   -0.223769160156E+05-0.148375606537E+01 0.000000000000E+00 0.000000000000E+00
+   -0.450794921875E+04-0.508068084717E+00 0.000000000000E+00-0.200000000000E+01
+    0.113701655273E+05-0.311798095703E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 12 45  0.0-0.797063112259E-04 0.272848410532E-11 0.450300000000E+05
+   -0.110308955078E+05-0.279352760315E+01 0.931322574616E-09 0.000000000000E+00
+    0.616866796875E+04-0.119511222839E+01 0.186264514923E-08-0.700000000000E+01
+    0.221327216797E+05-0.106457996368E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 12 45  0.0 0.920156016946E-04 0.000000000000E+00 0.450300000000E+05
+    0.731775195312E+04-0.250029182434E+01 0.186264514923E-08 0.000000000000E+00
+    0.135323295898E+05-0.123362255096E+01 0.372529029846E-08 0.000000000000E+00
+    0.203150351562E+05 0.173395538330E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 12 45  0.0-0.261374749243E-03 0.000000000000E+00 0.450600000000E+05
+   -0.184443754883E+05-0.589378356934E+00 0.000000000000E+00 0.000000000000E+00
+    0.165554213867E+05 0.638987541199E+00-0.931322574615E-09 0.400000000000E+01
+   -0.621021289063E+04 0.344220542908E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 12 45  0.0-0.143703073263E-05-0.909494701773E-12 0.458400000000E+05
+   -0.452156884766E+04-0.220892810822E+01 0.000000000000E+00 0.000000000000E+00
+    0.148796953125E+05 0.167516708374E+01-0.931322574615E-09-0.300000000000E+01
+   -0.201488027344E+05 0.174164867401E+01 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 12 45  0.0-0.895392149687E-04-0.909494701773E-12 0.450300000000E+05
+    0.116047519531E+05-0.251925754547E+01 0.000000000000E+00 0.000000000000E+00
+    0.457529882813E+04 0.171634197235E+01-0.931322574615E-09 0.300000000000E+01
+   -0.222459257813E+05-0.960984230042E+00 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 12 45  0.0-0.651199370623E-04 0.000000000000E+00 0.450300000000E+05
+    0.212879760742E+05-0.134671592712E+01-0.931322574616E-09 0.000000000000E+00
+   -0.858992333984E+04 0.747417449951E+00 0.000000000000E+00 0.200000000000E+01
+   -0.111832304688E+05-0.312831211090E+01 0.931322574616E-09 0.000000000000E+00
+21 09  4  1 12 45  0.0-0.143457204103E-03-0.181898940355E-11 0.450000000000E+05
+    0.182632099609E+05 0.598705291748E+00 0.000000000000E+00 0.000000000000E+00
+   -0.166126538086E+05-0.628394126892E+00 0.000000000000E+00 0.400000000000E+01
+    0.620591992188E+04-0.345242404938E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1 12 45  0.0-0.201683491468E-03-0.181898940355E-11 0.450000000000E+05
+    0.474296142578E+04 0.218033027649E+01 0.000000000000E+00 0.000000000000E+00
+   -0.150169951172E+05-0.167074966431E+01 0.931322574616E-09-0.300000000000E+01
+    0.201471147461E+05-0.175049209595E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 12 45  0.0-0.200398266315E-03 0.454747350886E-11 0.450000000000E+05
+   -0.120622163086E+05 0.250857162476E+01 0.000000000000E+00 0.000000000000E+00
+   -0.420460693359E+04-0.168819618225E+01 0.931322574616E-09 0.300000000000E+01
+    0.220775302734E+05 0.105260658264E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 13 15  0.0 0.205310061574E-04-0.272848410532E-11 0.473400000000E+05
+   -0.116632563477E+05-0.669464111328E+00-0.186264514923E-08 0.000000000000E+00
+   -0.442720019531E+04-0.297221660614E+01-0.279396772385E-08 0.100000000000E+01
+   -0.222503261719E+05 0.943758010864E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 13 15  0.0-0.344058498740E-04-0.272848410532E-11 0.468600000000E+05
+   -0.667692041016E+04-0.479291915894E+00-0.931322574615E-09 0.000000000000E+00
+    0.142863295898E+05-0.270440673828E+01-0.186264514923E-08 0.500000000000E+01
+   -0.200531870117E+05-0.176744270325E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 13 15  0.0 0.636447221041E-04-0.636646291241E-11 0.471300000000E+05
+    0.657166015625E+03-0.189682960510E+00 0.931322574615E-09 0.000000000000E+00
+    0.235812983398E+05-0.132147979736E+01 0.000000000000E+00 0.600000000000E+01
+   -0.986269726563E+04-0.320701122284E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 13 15  0.0-0.169341452420E-03-0.181898940355E-11 0.468000000000E+05
+    0.121960351562E+05 0.724443435669E+00 0.186264514923E-08 0.000000000000E+00
+    0.615649316406E+04 0.287571334839E+01 0.279396772385E-08 0.100000000000E+01
+    0.213922343750E+05-0.123630237579E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 13 15  0.0-0.892709940672E-04 0.181898940355E-11 0.468000000000E+05
+    0.647381201172E+04 0.637252807617E+00 0.000000000000E+00 0.000000000000E+00
+   -0.142816337891E+05 0.268154048920E+01 0.931322574616E-09 0.500000000000E+01
+    0.201055073242E+05 0.169570159912E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 13 15  0.0-0.102115795016E-03 0.000000000000E+00 0.468000000000E+05
+   -0.218481054688E+04 0.121517181397E-01-0.931322574616E-09 0.000000000000E+00
+   -0.246467070312E+05 0.863945007324E+00 0.000000000000E+00 0.600000000000E+01
+    0.618720166016E+04 0.344387817383E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 13 15  0.0-0.693229958415E-04-0.181898940355E-11 0.468300000000E+05
+    0.244378232422E+05 0.742422103882E+00 0.000000000000E+00 0.000000000000E+00
+    0.504435302734E+04 0.415592193604E-01 0.931322574616E-09-0.200000000000E+01
+   -0.527256982422E+04 0.348804378509E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 13 15  0.0-0.140937045217E-03 0.909494701773E-12 0.474300000000E+05
+    0.159621743164E+05 0.257771015167E+01-0.931322574615E-09 0.000000000000E+00
+   -0.449184033203E+04 0.652205467224E+00-0.931322574615E-09-0.700000000000E+01
+   -0.194249169922E+05 0.196143627167E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 13 15  0.0-0.927299261093E-04 0.000000000000E+00 0.468900000000E+05
+   -0.239279296875E+04 0.292971992493E+01-0.186264514923E-08 0.000000000000E+00
+   -0.117605292969E+05 0.962344169617E+00-0.186264514923E-08 0.000000000000E+00
+   -0.225199306641E+05-0.804955482483E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 13 15  0.0-0.230752862990E-03-0.909494701773E-12 0.468300000000E+05
+   -0.244256284180E+05-0.760879516602E+00-0.931322574616E-09 0.000000000000E+00
+   -0.498145019531E+04-0.471181869507E-01-0.931322574616E-09-0.200000000000E+01
+    0.539046093750E+04-0.348294258118E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 13 15  0.0-0.797016546130E-04 0.272848410532E-11 0.468300000000E+05
+   -0.159139399414E+05-0.258096504211E+01 0.931322574616E-09 0.000000000000E+00
+    0.449868408203E+04-0.660370826721E+00 0.000000000000E+00-0.700000000000E+01
+    0.193834438477E+05-0.197042751312E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 13 15  0.0 0.920174643397E-04 0.909494701773E-12 0.468300000000E+05
+    0.237131982422E+04-0.295463943481E+01 0.186264514923E-08 0.000000000000E+00
+    0.115534975586E+05-0.933795928955E+00 0.279396772385E-08 0.000000000000E+00
+    0.226087280273E+05 0.798343658447E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 13 15  0.0-0.261374749243E-03 0.000000000000E+00 0.468300000000E+05
+   -0.188280727539E+05 0.142660140991E+00 0.000000000000E+00 0.000000000000E+00
+    0.172771098633E+05 0.126772880554E+00 0.000000000000E+00 0.400000000000E+01
+    0.144999023438E+03 0.357351207733E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 13 15  0.0-0.143982470036E-05-0.909494701773E-12 0.473100000000E+05
+   -0.792536523438E+04-0.155634307861E+01 0.000000000000E+00 0.000000000000E+00
+    0.178820156250E+05 0.161491298676E+01-0.931322574615E-09-0.300000000000E+01
+   -0.162703208008E+05 0.253976821899E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 13 15  0.0-0.895410776138E-04-0.909494701773E-12 0.468300000000E+05
+    0.720647558594E+04-0.232408332825E+01-0.931322574615E-09 0.000000000000E+00
+    0.807774658203E+04 0.214700794220E+01-0.931322574615E-09 0.300000000000E+01
+   -0.230931547852E+05 0.257301330566E-01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 13 15  0.0-0.651199370623E-04 0.000000000000E+00 0.470100000000E+05
+    0.184763852539E+05-0.173228549957E+01-0.931322574615E-09 0.000000000000E+00
+   -0.664799316406E+04 0.141637420654E+01-0.931322574615E-09 0.200000000000E+01
+   -0.163104897461E+05-0.253166007996E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 13 15  0.0-0.143460929394E-03-0.181898940355E-11 0.468000000000E+05
+    0.186638925781E+05-0.132992744446E+00 0.000000000000E+00 0.000000000000E+00
+   -0.173085151367E+05-0.108696937561E+00 0.000000000000E+00 0.400000000000E+01
+   -0.169074218750E+03-0.358461856842E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 13 15  0.0-0.201687216759E-03-0.909494701773E-12 0.468000000000E+05
+    0.809373437500E+04 0.152685737610E+01 0.000000000000E+00 0.000000000000E+00
+   -0.180096191406E+05-0.160917091370E+01 0.931322574616E-09-0.300000000000E+01
+    0.162638745117E+05-0.253630542755E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 13 15  0.0-0.200388021767E-03 0.454747350886E-11 0.468000000000E+05
+   -0.766367382812E+04 0.233444499970E+01 0.000000000000E+00 0.000000000000E+00
+   -0.766739160156E+04-0.213227272034E+01 0.931322574616E-09 0.300000000000E+01
+    0.230944765625E+05 0.701103210449E-01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 13 45  0.0 0.205254182220E-04-0.272848410532E-11 0.496500000000E+05
+   -0.131726665039E+05-0.979166984558E+00-0.279396772385E-08 0.000000000000E+00
+   -0.940497949219E+04-0.251706314087E+01-0.186264514923E-08 0.100000000000E+01
+   -0.197134956055E+05 0.185669517517E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 13 45  0.0-0.344114378095E-04-0.272848410532E-11 0.486600000000E+05
+   -0.798763183594E+04-0.978680610657E+00-0.186264514923E-08 0.000000000000E+00
+    0.918872753906E+04-0.290903091431E+01-0.186264514923E-08 0.500000000000E+01
+   -0.224186582031E+05-0.843820571899E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 13 45  0.0 0.636335462332E-04-0.545696821064E-11 0.486600000000E+05
+   -0.651147460938E+02-0.636622428894E+00 0.000000000000E+00 0.000000000000E+00
+    0.205997329102E+05-0.195475864410E+01-0.931322574615E-09 0.600000000000E+01
+   -0.151830864258E+05-0.266670227051E+01 0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 13 45  0.0-0.169346109033E-03-0.181898940355E-11 0.486000000000E+05
+    0.137518671875E+05 0.972570419312E+00 0.279396772385E-08 0.000000000000E+00
+    0.108973427734E+05 0.235395050049E+01 0.279396772385E-08 0.100000000000E+01
+    0.183572080078E+05-0.211355686188E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 13 45  0.0-0.892663374543E-04 0.181898940355E-11 0.486000000000E+05
+    0.806310400391E+04 0.112693309784E+01 0.931322574616E-09 0.000000000000E+00
+   -0.926078271484E+04 0.284745883942E+01 0.186264514923E-08 0.500000000000E+01
+    0.223399868164E+05 0.770828247070E+00-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 13 45  0.0-0.102113932371E-03 0.000000000000E+00 0.486000000000E+05
+   -0.183224853516E+04 0.410274505615E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223944990234E+05 0.160836791992E+01 0.000000000000E+00 0.600000000000E+01
+    0.120667353516E+05 0.304649448395E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 13 45  0.0-0.693267211318E-04-0.181898940355E-11 0.486300000000E+05
+    0.250090146484E+05-0.122069358826E+00 0.931322574616E-09 0.000000000000E+00
+    0.485783886719E+04-0.209815025330E+00 0.186264514923E-08-0.200000000000E+01
+    0.112871630859E+04 0.357827854157E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 13 45  0.0-0.140935182571E-03 0.909494701773E-12 0.494700000000E+05
+    0.201906083984E+05 0.207589244843E+01 0.000000000000E+00 0.000000000000E+00
+   -0.376683154297E+04 0.171312332153E+00 0.000000000000E+00-0.700000000000E+01
+   -0.151918686523E+05 0.271145153046E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 13 45  0.0-0.927308574319E-04-0.909494701773E-12 0.486900000000E+05
+    0.309408398438E+04 0.311712265015E+01-0.186264514923E-08 0.000000000000E+00
+   -0.104009526367E+05 0.532567024231E+00-0.186264514923E-08 0.000000000000E+00
+   -0.230802866211E+05 0.186653137207E+00 0.931322574615E-09 0.000000000000E+00
+13 09  4  1 13 45  0.0-0.230754725635E-03-0.909494701773E-12 0.486300000000E+05
+   -0.250314477539E+05 0.102252960205E+00-0.186264514923E-08 0.000000000000E+00
+   -0.480232714844E+04 0.207239151001E+00-0.186264514923E-08-0.200000000000E+01
+   -0.100629492188E+04-0.357838630676E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 13 45  0.0-0.796960666776E-04 0.181898940355E-11 0.486300000000E+05
+   -0.201464433594E+05-0.207674312592E+01 0.000000000000E+00 0.000000000000E+00
+    0.375831250000E+04-0.180235862732E+00 0.000000000000E+00-0.700000000000E+01
+    0.151306933594E+05-0.272414684296E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 13 45  0.0 0.920193269849E-04 0.909494701773E-12 0.486300000000E+05
+   -0.315173583984E+04-0.313171005249E+01 0.186264514923E-08 0.000000000000E+00
+    0.102557773438E+05-0.492884635925E+00 0.186264514923E-08 0.000000000000E+00
+    0.231531577148E+05-0.196991920471E+00-0.931322574616E-09 0.000000000000E+00
+17 09  4  1 13 45  0.0-0.261375680566E-03 0.000000000000E+00 0.500400000000E+05
+   -0.180319624023E+05 0.707138061523E+00 0.000000000000E+00 0.000000000000E+00
+    0.169039428711E+05-0.564094543457E+00 0.000000000000E+00 0.400000000000E+01
+    0.648907470703E+04 0.342992782593E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 13 45  0.0-0.144168734550E-05-0.909494701773E-12 0.494700000000E+05
+   -0.100985234375E+05-0.860716819763E+00 0.000000000000E+00 0.000000000000E+00
+    0.205258447266E+05 0.127702426910E+01-0.931322574615E-09-0.300000000000E+01
+   -0.111242392578E+05 0.314073944092E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 13 45  0.0-0.895429402590E-04-0.909494701773E-12 0.486300000000E+05
+    0.337476611328E+04-0.190221500397E+01-0.931322574615E-09 0.000000000000E+00
+    0.121768886719E+05 0.236602878571E+01-0.931322574615E-09 0.300000000000E+01
+   -0.221544951172E+05 0.101045322418E+01 0.279396772385E-08 0.000000000000E+00
+20 09  4  1 13 45  0.0-0.651199370623E-04 0.000000000000E+00 0.486300000000E+05
+    0.152194355469E+05-0.183993148804E+01-0.931322574615E-09 0.000000000000E+00
+   -0.350309277344E+04 0.206508159637E+01-0.931322574615E-09 0.200000000000E+01
+   -0.201793115234E+05-0.173902606964E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 13 45  0.0-0.143464654684E-03-0.181898940355E-11 0.486000000000E+05
+    0.178863750000E+05-0.695864677429E+00-0.931322574616E-09 0.000000000000E+00
+   -0.168967719727E+05 0.588522911072E+00 0.000000000000E+00 0.400000000000E+01
+   -0.653091796875E+04-0.343791294098E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 13 45  0.0-0.201690942049E-03-0.909494701773E-12 0.486000000000E+05
+    0.102162255859E+05 0.834403038025E+00 0.000000000000E+00 0.000000000000E+00
+   -0.206448569336E+05-0.127387142181E+01 0.931322574616E-09-0.300000000000E+01
+    0.111336499023E+05-0.312722301483E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 13 45  0.0-0.200378708541E-03 0.545696821064E-11 0.486000000000E+05
+   -0.379796191406E+04 0.192859363556E+01 0.000000000000E+00 0.000000000000E+00
+   -0.117568593750E+05-0.237085056305E+01 0.931322574616E-09 0.300000000000E+01
+    0.223270507812E+05-0.917176246643E+00-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 14 15  0.0 0.205188989639E-04-0.272848410532E-11 0.507000000000E+05
+   -0.150632861328E+05-0.108178424835E+01-0.279396772385E-08 0.000000000000E+00
+   -0.133637163086E+05-0.185474109650E+01-0.186264514923E-08 0.100000000000E+01
+   -0.156524072266E+05 0.262636375427E+01-0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 14 15  0.0-0.344170257449E-04-0.272848410532E-11 0.504600000000E+05
+   -0.101729995117E+05-0.143295478821E+01-0.186264514923E-08 0.000000000000E+00
+    0.399604980469E+04-0.281150436401E+01-0.186264514923E-08 0.500000000000E+01
+   -0.230517666016E+05 0.144924163818E+00 0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 14 15  0.0 0.636223703623E-04-0.545696821064E-11 0.504600000000E+05
+   -0.169274609375E+04-0.117967605591E+01-0.931322574615E-09 0.000000000000E+00
+    0.166948100586E+05-0.233830738068E+01-0.931322574615E-09 0.600000000000E+01
+   -0.193408432617E+05-0.192357921600E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 14 15  0.0-0.169355422258E-03-0.181898940355E-11 0.504300000000E+05
+    0.155641899414E+05 0.100018787384E+01 0.279396772385E-08 0.000000000000E+00
+    0.145218012695E+05 0.165153121948E+01 0.186264514923E-08 0.100000000000E+01
+    0.138838896484E+05-0.282385253906E+01 0.931322574616E-09 0.000000000000E+00
+ 7 09  4  1 14 15  0.0-0.892626121640E-04 0.181898940355E-11 0.504000000000E+05
+    0.104924614258E+05 0.155302810669E+01 0.186264514923E-08 0.000000000000E+00
+   -0.420790869141E+04 0.271969127655E+01 0.186264514923E-08 0.500000000000E+01
+    0.228443085938E+05-0.214184761047E+00-0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1 14 15  0.0-0.102113001049E-03 0.000000000000E+00 0.504000000000E+05
+   -0.621790039062E+03 0.950822830200E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189902172852E+05 0.213128662109E+01 0.931322574616E-09 0.600000000000E+01
+    0.170128232422E+05 0.241346073151E+01-0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 14 15  0.0-0.693295150995E-04-0.181898940355E-11 0.504300000000E+05
+    0.239820800781E+05-0.101352596283E+01 0.186264514923E-08 0.000000000000E+00
+    0.443664208984E+04-0.216690063477E+00 0.186264514923E-08-0.200000000000E+01
+    0.744263574219E+04 0.339157676697E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 14 15  0.0-0.140933319926E-03 0.909494701773E-12 0.513000000000E+05
+    0.232957568359E+05 0.134256935120E+01 0.000000000000E+00 0.000000000000E+00
+   -0.378293310547E+04-0.156935691834E+00 0.000000000000E+00-0.700000000000E+01
+   -0.978943798828E+04 0.325242328644E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 14 15  0.0-0.927336513996E-04-0.909494701773E-12 0.504900000000E+05
+    0.864307177734E+04 0.299647712708E+01-0.186264514923E-08 0.000000000000E+00
+   -0.986762207031E+04 0.624380111694E-01-0.931322574615E-09 0.000000000000E+00
+   -0.218556689453E+05 0.116546249390E+01 0.931322574615E-09 0.000000000000E+00
+13 09  4  1 14 15  0.0-0.230756588280E-03-0.909494701773E-12 0.505800000000E+05
+   -0.240404257813E+05 0.993679046631E+00-0.186264514923E-08 0.000000000000E+00
+   -0.438287792969E+04 0.217316627502E+00-0.186264514923E-08-0.200000000000E+01
+   -0.732526953125E+04-0.339711570740E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1 14 15  0.0-0.796914100647E-04 0.181898940355E-11 0.504300000000E+05
+   -0.232493198242E+05-0.133893966675E+01 0.000000000000E+00 0.000000000000E+00
+    0.375737792969E+04 0.146806716919E+00 0.000000000000E+00-0.700000000000E+01
+    0.970348974609E+04-0.326679420471E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 14 15  0.0 0.920221209526E-04 0.909494701773E-12 0.504300000000E+05
+   -0.871560449219E+04-0.299831962585E+01 0.186264514923E-08 0.000000000000E+00
+    0.980111230469E+04-0.154628753662E-01 0.931322574616E-09 0.000000000000E+00
+    0.219099365234E+05-0.117509078980E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 14 15  0.0-0.261376611888E-03 0.000000000000E+00 0.504300000000E+05
+   -0.164247900391E+05 0.103566646576E+01 0.931322574616E-09 0.000000000000E+00
+    0.151955810547E+05-0.133900547028E+01 0.000000000000E+00 0.400000000000E+01
+    0.123339956055E+05 0.302244567871E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1 14 15  0.0-0.144448131323E-05-0.909494701773E-12 0.506700000000E+05
+   -0.110661201172E+05-0.234827041626E+00 0.000000000000E+00 0.000000000000E+00
+    0.223265903320E+05 0.686092376709E+00-0.931322574615E-09-0.300000000000E+01
+   -0.511085546875E+04 0.349704265594E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 14 15  0.0-0.895457342267E-04-0.909494701773E-12 0.504300000000E+05
+    0.441167968750E+03-0.134321212769E+01-0.931322574615E-09 0.000000000000E+00
+    0.164307978516E+05 0.231208038330E+01-0.931322574615E-09 0.300000000000E+01
+   -0.195025224609E+05 0.191704940796E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 14 15  0.0-0.651199370623E-04 0.000000000000E+00 0.504300000000E+05
+    0.120122714844E+05-0.168297386169E+01-0.931322574615E-09 0.000000000000E+00
+    0.707143066406E+03 0.258243179321E+01-0.931322574615E-09 0.200000000000E+01
+   -0.224896274414E+05-0.811154365540E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 14 15  0.0-0.143468379974E-03-0.181898940355E-11 0.514800000000E+05
+    0.163022817383E+05-0.102101325989E+01-0.931322574615E-09 0.000000000000E+00
+   -0.151409550781E+05 0.136661720276E+01 0.000000000000E+00 0.400000000000E+01
+   -0.123847851563E+05-0.302396202087E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1 14 15  0.0-0.201693736017E-03-0.909494701773E-12 0.504000000000E+05
+    0.111407890625E+05 0.213400840759E+00 0.000000000000E+00 0.000000000000E+00
+   -0.224448188477E+05-0.688767433167E+00 0.000000000000E+00-0.300000000000E+01
+    0.515005322266E+04-0.347844123840E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1 14 15  0.0-0.200370326638E-03 0.545696821064E-11 0.504000000000E+05
+   -0.807683105469E+03 0.137850666046E+01 0.000000000000E+00 0.000000000000E+00
+   -0.160399487305E+05-0.234000873566E+01 0.931322574616E-09 0.300000000000E+01
+    0.198355473633E+05-0.183314037323E+01-0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 14 45  0.0 0.205133110285E-04-0.272848410532E-11 0.531000000000E+05
+   -0.169133608398E+05-0.929681777954E+00-0.279396772385E-08 0.000000000000E+00
+   -0.160180854492E+05-0.108626937866E+01-0.931322574615E-09 0.100000000000E+01
+   -0.103806562500E+05 0.319311046600E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 14 45  0.0-0.344216823578E-04-0.272848410532E-11 0.522600000000E+05
+   -0.130568393555E+05-0.173895072937E+01-0.279396772385E-08 0.000000000000E+00
+   -0.769458496094E+03-0.244330883026E+01-0.186264514923E-08 0.500000000000E+01
+   -0.219036733398E+05 0.112246322632E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 14 45  0.0 0.636111944914E-04-0.545696821064E-11 0.522900000000E+05
+   -0.430809814453E+04-0.171621894836E+01-0.186264514923E-08 0.000000000000E+00
+    0.123526704102E+05-0.243861103058E+01-0.931322574615E-09 0.600000000000E+01
+   -0.220202182617E+05-0.103454875946E+01 0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 14 45  0.0-0.169359147549E-03-0.909494701773E-12 0.522300000000E+05
+    0.171987460938E+05 0.773007392883E+00 0.279396772385E-08 0.000000000000E+00
+    0.167986406250E+05 0.875669479370E+00 0.931322574616E-09 0.100000000000E+01
+    0.832511083984E+04-0.331181812286E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 14 45  0.0-0.892588868737E-04 0.181898940355E-11 0.522000000000E+05
+    0.135562211914E+05 0.181699371338E+01 0.279396772385E-08 0.000000000000E+00
+    0.375521972656E+03 0.233558845520E+01 0.186264514923E-08 0.500000000000E+01
+    0.215786909180E+05-0.118295097351E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 14 45  0.0-0.102111138403E-03 0.000000000000E+00 0.522000000000E+05
+    0.161718261719E+04 0.153509044647E+01 0.931322574616E-09 0.000000000000E+00
+   -0.148894692383E+05 0.237638282776E+01 0.931322574616E-09 0.600000000000E+01
+    0.206429218750E+05 0.159379196167E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 14 45  0.0-0.693332403898E-04-0.181898940355E-11 0.522000000000E+05
+    0.214150732422E+05-0.181418514252E+01 0.279396772385E-08 0.000000000000E+00
+    0.422055908203E+04 0.129547119141E-01 0.186264514923E-08-0.200000000000E+01
+    0.131804355469E+05 0.294230175018E+01 0.931322574616E-09 0.000000000000E+00
+10 09  4  1 14 45  0.0-0.140931457281E-03 0.909494701773E-12 0.522300000000E+05
+    0.249405253906E+05 0.471065521240E+00 0.931322574616E-09 0.000000000000E+00
+   -0.419819726562E+04-0.263896942139E+00 0.931322574616E-09-0.700000000000E+01
+   -0.363373291016E+04 0.354305267334E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 14 45  0.0-0.927355140448E-04-0.909494701773E-12 0.523200000000E+05
+    0.137017792969E+05 0.257799911499E+01-0.931322574615E-09 0.000000000000E+00
+   -0.101350703125E+05-0.339613914490E+00 0.000000000000E+00 0.000000000000E+00
+   -0.189380161133E+05 0.205549716949E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 14 45  0.0-0.230758450925E-03-0.909494701773E-12 0.530700000000E+05
+   -0.215080341797E+05 0.179583644867E+01-0.279396772385E-08 0.000000000000E+00
+   -0.416297607422E+04-0.943851470947E-02-0.931322574615E-09-0.200000000000E+01
+   -0.130780195313E+05-0.295337104797E+01-0.931322574615E-09 0.000000000000E+00
+14 09  4  1 14 45  0.0-0.796867534518E-04 0.181898940355E-11 0.522300000000E+05
+   -0.248828666992E+05-0.462263107300E+00-0.931322574616E-09 0.000000000000E+00
+    0.415269384766E+04 0.251715660095E+00-0.931322574616E-09-0.700000000000E+01
+    0.352277636719E+04-0.355587387085E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 14 45  0.0 0.920249149203E-04 0.909494701773E-12 0.522300000000E+05
+   -0.137667241211E+05-0.256817245483E+01 0.931322574616E-09 0.000000000000E+00
+    0.101562163086E+05 0.389278411865E+00 0.000000000000E+00 0.000000000000E+00
+    0.189783374023E+05-0.206092834473E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 14 45  0.0-0.261376611888E-03 0.000000000000E+00 0.522300000000E+05
+   -0.144622148438E+05 0.110131359100E+01 0.931322574616E-09 0.000000000000E+00
+    0.121005043945E+05-0.208562278748E+01 0.000000000000E+00 0.400000000000E+01
+    0.172298017578E+05 0.238209724426E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1 14 45  0.0-0.144727528095E-05-0.909494701773E-12 0.523500000000E+05
+   -0.110443022461E+05 0.224830627441E+00 0.000000000000E+00 0.000000000000E+00
+    0.228840820312E+05-0.898904800415E-01 0.000000000000E+00 0.253000000000E+03
+    0.130104980469E+04 0.358064460754E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 14 45  0.0-0.895475968719E-04-0.909494701773E-12 0.522300000000E+05
+   -0.144356201172E+04-0.755500793457E+00 0.000000000000E+00 0.000000000000E+00
+    0.203244702148E+05 0.196652984619E+01-0.931322574615E-09 0.300000000000E+01
+   -0.153422929688E+05 0.267540740967E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 14 45  0.0-0.651208683848E-04 0.000000000000E+00 0.522300000000E+05
+    0.928635253906E+04-0.131777095795E+01-0.931322574615E-09 0.000000000000E+00
+    0.565768261719E+04 0.287426280975E+01-0.931322574615E-09 0.200000000000E+01
+   -0.230610688477E+05 0.180539131165E+00 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 14 45  0.0-0.143472105265E-03-0.181898940355E-11 0.522600000000E+05
+    0.143701459961E+05-0.108203792572E+01-0.931322574615E-09 0.000000000000E+00
+   -0.119968334961E+05 0.211162471771E+01 0.000000000000E+00 0.400000000000E+01
+   -0.172761284180E+05-0.237554264069E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 14 45  0.0-0.201697461307E-03-0.181898940355E-11 0.522000000000E+05
+    0.110845009766E+05-0.241950988769E+00 0.000000000000E+00 0.000000000000E+00
+   -0.230133408203E+05 0.803861618042E-01 0.000000000000E+00-0.300000000000E+01
+   -0.122837792969E+04-0.356306457519E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 14 45  0.0-0.200361013413E-03 0.545696821064E-11 0.522000000000E+05
+    0.114255566406E+04 0.791632652283E+00 0.000000000000E+00 0.000000000000E+00
+   -0.200051303711E+05-0.201779556274E+01 0.931322574616E-09 0.300000000000E+01
+    0.158130522461E+05-0.260729217529E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 15 15  0.0 0.205077230930E-04-0.272848410532E-11 0.540300000000E+05
+   -0.182541572266E+05-0.519146919251E+00-0.186264514923E-08 0.000000000000E+00
+   -0.172793032227E+05-0.325977325439E+00 0.000000000000E+00 0.100000000000E+01
+   -0.430575634766E+04 0.351292324066E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 15 15  0.0-0.344272702932E-04-0.272848410532E-11 0.540600000000E+05
+   -0.162951889648E+05-0.181613636017E+01-0.279396772385E-08 0.000000000000E+00
+   -0.468012500000E+04-0.187651920319E+01-0.931322574615E-09 0.500000000000E+01
+   -0.190630361328E+05 0.201333332062E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 15 15  0.0 0.636000186205E-04-0.545696821064E-11 0.540600000000E+05
+   -0.780372558594E+04-0.214091110229E+01-0.279396772385E-08 0.000000000000E+00
+    0.808026464844E+04-0.226623725891E+01-0.931322574615E-09 0.600000000000E+01
+   -0.230179589844E+05-0.669403076172E-01 0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 15 15  0.0-0.169361941516E-03-0.909494701773E-12 0.540300000000E+05
+    0.181996411133E+05 0.301670074463E+00 0.279396772385E-08 0.000000000000E+00
+    0.176991406250E+05 0.140953063965E+00 0.000000000000E+00 0.100000000000E+01
+    0.211734179688E+04-0.354049682617E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 15 15  0.0-0.892551615834E-04 0.181898940355E-11 0.540000000000E+05
+    0.168913520508E+05 0.184510135651E+01 0.372529029846E-08 0.000000000000E+00
+    0.409134814453E+04 0.177091693878E+01 0.186264514923E-08 0.500000000000E+01
+    0.186407133789E+05-0.206023693085E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 15 15  0.0-0.102110207081E-03 0.000000000000E+00 0.540000000000E+05
+    0.486442382812E+04 0.205274105072E+01 0.186264514923E-08 0.000000000000E+00
+   -0.106099648438E+05 0.233182811737E+01 0.931322574616E-09 0.600000000000E+01
+    0.226763666992E+05 0.650928497314E+00-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 15 15  0.0-0.693369656801E-04-0.181898940355E-11 0.540000000000E+05
+    0.175687275391E+05-0.241967868805E+01 0.372529029846E-08 0.000000000000E+00
+    0.459489746094E+04 0.427446365356E+00 0.186264514923E-08-0.200000000000E+01
+    0.178978945312E+05 0.226524448395E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 15 15  0.0-0.140928663313E-03 0.909494701773E-12 0.540300000000E+05
+    0.249771870117E+05-0.424355506897E+00 0.186264514923E-08 0.000000000000E+00
+   -0.458252050781E+04-0.121668815613E+00 0.931322574616E-09-0.700000000000E+01
+    0.280156787109E+04 0.356107044220E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 15 15  0.0-0.927383080125E-04-0.909494701773E-12 0.540900000000E+05
+    0.177777207031E+05 0.191718292236E+01 0.000000000000E+00 0.000000000000E+00
+   -0.109913505859E+05-0.577864646912E+00 0.000000000000E+00 0.000000000000E+00
+   -0.145511088867E+05 0.278721904755E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 15 15  0.0-0.230760313570E-03-0.909494701773E-12 0.542400000000E+05
+   -0.176921586914E+05 0.240443515778E+01-0.279396772385E-08 0.000000000000E+00
+   -0.452901660156E+04-0.421941757202E+00-0.931322574615E-09-0.200000000000E+01
+   -0.178202685547E+05-0.228165245056E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 15 15  0.0-0.796820968390E-04 0.181898940355E-11 0.555300000000E+05
+   -0.248997661133E+05 0.437160491943E+00-0.186264514923E-08 0.000000000000E+00
+    0.451272900391E+04 0.106820106506E+00-0.931322574615E-09-0.700000000000E+01
+   -0.293152880859E+04-0.356880664825E+01-0.186264514923E-08 0.000000000000E+00
+15 09  4  1 15 15  0.0 0.920221209526E-04 0.181898940355E-11 0.540300000000E+05
+   -0.178171987305E+05-0.189950656891E+01 0.000000000000E+00 0.000000000000E+00
+    0.111011909180E+05 0.626169204712E+00 0.000000000000E+00 0.000000000000E+00
+    0.145866938477E+05-0.278701686859E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 15 15  0.0-0.261378474534E-03 0.000000000000E+00 0.546600000000E+05
+   -0.126075986328E+05 0.922481536865E+00 0.931322574616E-09 0.000000000000E+00
+    0.777187695312E+04-0.269197082519E+01 0.000000000000E+00 0.400000000000E+01
+    0.207988129883E+05 0.155766963959E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 15 15  0.0-0.144913792610E-05-0.909494701773E-12 0.540900000000E+05
+   -0.103957788086E+05 0.454199790955E+00 0.000000000000E+00 0.000000000000E+00
+    0.219519594727E+05-0.950365066528E+00 0.000000000000E+00 0.253000000000E+03
+    0.761166308594E+04 0.338533020020E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 15 15  0.0-0.895494595170E-04-0.909494701773E-12 0.540300000000E+05
+   -0.232715234375E+04-0.248044967651E+00 0.000000000000E+00 0.000000000000E+00
+    0.233511352539E+05 0.135714054108E+01-0.931322574615E-09 0.300000000000E+01
+   -0.999552099609E+04 0.322686290741E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1 15 15  0.0-0.651217997074E-04 0.000000000000E+00 0.542700000000E+05
+    0.733988720703E+04-0.833850860596E+00-0.931322574615E-09 0.000000000000E+00
+    0.108814780273E+05 0.287921810150E+01-0.931322574615E-09 0.200000000000E+01
+   -0.218474057617E+05 0.115938568115E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 15 15  0.0-0.143474899232E-03-0.909494701773E-12 0.540300000000E+05
+    0.125543862305E+05-0.898757934570E+00-0.931322574615E-09 0.000000000000E+00
+   -0.762682763672E+04 0.271111202240E+01 0.000000000000E+00 0.400000000000E+01
+   -0.208264370117E+05-0.154376220703E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 15 15  0.0-0.201701186597E-03-0.181898940355E-11 0.540000000000E+05
+    0.104076689453E+05-0.468877792358E+00-0.931322574616E-09 0.000000000000E+00
+   -0.221032089844E+05 0.936006546021E+00 0.000000000000E+00-0.300000000000E+01
+   -0.751242871094E+04-0.337413120270E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 15 15  0.0-0.200350768864E-03 0.545696821064E-11 0.540000000000E+05
+    0.208602587891E+04 0.277249336243E+00 0.000000000000E+00 0.000000000000E+00
+   -0.231428291016E+05-0.142839336395E+01 0.000000000000E+00 0.300000000000E+01
+    0.105704096680E+05-0.318010711670E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 15 45  0.0 0.205021351576E-04-0.272848410532E-11 0.571200000000E+05
+   -0.186513364258E+05 0.108318328857E+00-0.186264514923E-08 0.000000000000E+00
+   -0.172623496094E+05 0.317193984985E+00 0.000000000000E+00 0.100000000000E+01
+    0.210234375000E+04 0.356090736389E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 15 45  0.0-0.344328582287E-04-0.272848410532E-11 0.558600000000E+05
+   -0.194303862305E+05-0.162059974670E+01-0.279396772385E-08 0.000000000000E+00
+   -0.746583740234E+04-0.121164226532E+01 0.000000000000E+00 0.500000000000E+01
+   -0.147492070313E+05 0.274871826172E+01-0.931322574615E-09 0.000000000000E+00
+ 4 09  4  1 15 45  0.0 0.635897740722E-04-0.545696821064E-11 0.558600000000E+05
+   -0.118932397461E+05-0.236304569244E+01-0.279396772385E-08 0.000000000000E+00
+    0.432716064453E+04-0.187340068817E+01-0.931322574615E-09 0.600000000000E+01
+   -0.222578286133E+05 0.906275749207E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 15 45  0.0-0.169363804161E-03 0.000000000000E+00 0.558300000000E+05
+    0.181699199219E+05-0.359902381897E+00 0.931322574616E-09 0.000000000000E+00
+    0.173930649414E+05-0.449743270874E+00 0.000000000000E+00 0.100000000000E+01
+   -0.425511914062E+04-0.349397754669E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 15 45  0.0-0.892700627446E-04 0.181898940355E-11 0.558000000000E+05
+    0.200346020508E+05 0.160141849518E+01 0.372529029846E-08 0.000000000000E+00
+    0.670310498047E+04 0.112700653076E+01 0.931322574616E-09 0.500000000000E+01
+    0.142578818359E+05-0.277787017822E+01 0.931322574616E-09 0.000000000000E+00
+ 8 09  4  1 15 45  0.0-0.102109275758E-03 0.000000000000E+00 0.558000000000E+05
+    0.890456347656E+04 0.240041160584E+01 0.279396772385E-08 0.000000000000E+00
+   -0.664910546875E+04 0.203159141540E+01 0.931322574616E-09 0.600000000000E+01
+    0.229560322266E+05-0.342194557190E+00-0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1 15 45  0.0-0.693406909704E-04-0.181898940355E-11 0.558000000000E+05
+    0.128667221680E+05-0.275577735901E+01 0.372529029846E-08 0.000000000000E+00
+    0.581879980469E+04 0.940311431885E+00 0.931322574616E-09-0.200000000000E+01
+    0.212298662109E+05 0.141289615631E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 15 45  0.0-0.140926800668E-03 0.909494701773E-12 0.558300000000E+05
+    0.234690625000E+05-0.122661495209E+01 0.279396772385E-08 0.000000000000E+00
+   -0.449640234375E+04 0.252107620239E+00 0.931322574616E-09-0.700000000000E+01
+    0.902118994141E+04 0.330490589142E+01 0.186264514923E-08 0.000000000000E+00
+11 09  4  1 15 45  0.0-0.927411019802E-04-0.909494701773E-12 0.558900000000E+05
+    0.205130180664E+05 0.110606861115E+01 0.000000000000E+00 0.000000000000E+00
+   -0.120764814453E+05-0.586014747620E+00 0.000000000000E+00 0.000000000000E+00
+   -0.903385742188E+04 0.330312156677E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 15 45  0.0-0.230762176216E-03-0.909494701773E-12 0.561600000000E+05
+   -0.130136811523E+05 0.274509143829E+01-0.279396772385E-08 0.000000000000E+00
+   -0.574228710938E+04-0.934288978577E+00-0.931322574615E-09-0.200000000000E+01
+   -0.211861206055E+05-0.143397235870E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 15 45  0.0-0.796774402261E-04 0.272848410532E-11 0.562800000000E+05
+   -0.233670112305E+05 0.124061107635E+01-0.279396772385E-08 0.000000000000E+00
+    0.439762841797E+04-0.269302368164E+00-0.931322574615E-09-0.700000000000E+01
+   -0.915830078125E+04-0.330476188660E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1 15 45  0.0 0.920258462429E-04 0.181898940355E-11 0.558300000000E+05
+   -0.205173950195E+05-0.108560085297E+01-0.931322574616E-09 0.000000000000E+00
+    0.122698627930E+05 0.630187034607E+00 0.000000000000E+00 0.000000000000E+00
+    0.907427832031E+04-0.329831886291E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 15 45  0.0-0.261379405856E-03 0.000000000000E+00 0.564600000000E+05
+   -0.112525024414E+05 0.559343338013E+00 0.931322574616E-09 0.000000000000E+00
+    0.255033251953E+04-0.306459712982E+01 0.000000000000E+00 0.400000000000E+01
+    0.227645576172E+05 0.612135887146E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 15 45  0.0-0.145100057125E-05-0.909494701773E-12 0.558900000000E+05
+   -0.956097607422E+04 0.432143211365E+00 0.931322574616E-09 0.000000000000E+00
+    0.194821552734E+05-0.177863025665E+01 0.000000000000E+00-0.300000000000E+01
+    0.133300766602E+05 0.292711257935E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1 15 45  0.0-0.895513221622E-04-0.909494701773E-12 0.558300000000E+05
+   -0.244005273438E+04 0.879888534546E-01 0.000000000000E+00 0.000000000000E+00
+    0.250933588867E+05 0.554127693176E+00-0.931322574615E-09 0.300000000000E+01
+   -0.387571728516E+04 0.352875232697E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 15 45  0.0-0.651227310300E-04 0.000000000000E+00 0.561900000000E+05
+    0.629132910156E+04-0.338506698608E+00-0.931322574615E-09 0.000000000000E+00
+    0.158390209961E+05 0.257935905457E+01-0.931322574615E-09 0.200000000000E+01
+   -0.189407329102E+05 0.204936504364E+01 0.279396772385E-08 0.000000000000E+00
+21 09  4  1 15 45  0.0-0.143477693200E-03-0.909494701773E-12 0.558300000000E+05
+    0.112447070313E+05-0.533043861389E+00-0.931322574615E-09 0.000000000000E+00
+   -0.238027246094E+04 0.307272529602E+01 0.000000000000E+00 0.400000000000E+01
+   -0.227625820313E+05-0.593791961670E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 15 45  0.0-0.201704911888E-03-0.181898940355E-11 0.570300000000E+05
+    0.954726660156E+04-0.446122169495E+00-0.931322574615E-09 0.000000000000E+00
+   -0.196603906250E+05 0.176388835907E+01 0.000000000000E+00-0.300000000000E+01
+   -0.132188950195E+05-0.292527389526E+01 0.931322574615E-09 0.000000000000E+00
+23 09  4  1 15 45  0.0-0.200340524316E-03 0.545696821064E-11 0.558000000000E+05
+    0.224049023438E+04-0.718288421631E-01 0.000000000000E+00 0.000000000000E+00
+   -0.250265307617E+05-0.638728141785E+00 0.000000000000E+00 0.300000000000E+01
+    0.451227246094E+04-0.350754451752E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 16 15  0.0 0.204956158996E-04-0.272848410532E-11 0.578400000000E+05
+   -0.177817753906E+05 0.872290611267E+00-0.931322574616E-09 0.000000000000E+00
+   -0.162599033203E+05 0.757460594177E+00 0.000000000000E+00 0.100000000000E+01
+    0.834771044922E+04 0.333327960968E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 16 15  0.0-0.344375148416E-04-0.272848410532E-11 0.576300000000E+05
+   -0.219652080078E+05-0.115303325653E+01-0.279396772385E-08 0.000000000000E+00
+   -0.905061914063E+04-0.560832977295E+00 0.000000000000E+00 0.500000000000E+01
+   -0.929539355469E+04 0.327175045013E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 16 15  0.0 0.635776668787E-04-0.545696821064E-11 0.576600000000E+05
+   -0.161517377930E+05-0.232162094116E+01-0.372529029846E-08 0.000000000000E+00
+    0.141772119141E+04-0.134503173828E+01 0.000000000000E+00 0.600000000000E+01
+   -0.197962119141E+05 0.181157016754E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 16 15  0.0-0.169364735484E-03 0.000000000000E+00 0.588000000000E+05
+    0.168423598633E+05-0.112352466583E+01 0.000000000000E+00 0.000000000000E+00
+    0.162119941406E+05-0.821910858154E+00 0.000000000000E+00 0.100000000000E+01
+   -0.102989379883E+05-0.317808532715E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 16 15  0.0-0.892663374543E-04 0.181898940355E-11 0.576300000000E+05
+    0.224976303711E+05 0.109451198578E+01 0.372529029846E-08 0.000000000000E+00
+    0.816713525391E+04 0.513701438904E+00 0.000000000000E+00 0.500000000000E+01
+    0.876995751953E+04-0.328011226654E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 16 15  0.0-0.102107413113E-03 0.000000000000E+00 0.576000000000E+05
+    0.133558247070E+05 0.249923992157E+01 0.372529029846E-08 0.000000000000E+00
+   -0.340607617188E+04 0.154920196533E+01 0.931322574616E-09 0.600000000000E+01
+    0.214604272461E+05-0.130878734589E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 16 15  0.0-0.693500041962E-04-0.181898940355E-11 0.576000000000E+05
+    0.782990869141E+04-0.279016399383E+01 0.372529029846E-08 0.000000000000E+00
+    0.797517871094E+04 0.144504547119E+01 0.000000000000E+00-0.200000000000E+01
+    0.229186196289E+05 0.451329231262E+00-0.931322574616E-09 0.000000000000E+00
+10 09  4  1 16 15  0.0-0.140924938023E-03 0.909494701773E-12 0.576300000000E+05
+    0.206787065430E+05-0.183439636230E+01 0.372529029846E-08 0.000000000000E+00
+   -0.357160742188E+04 0.796969413757E+00 0.931322574616E-09-0.700000000000E+01
+    0.145459160156E+05 0.279387283325E+01 0.931322574616E-09 0.000000000000E+00
+11 09  4  1 16 15  0.0-0.927438959479E-04-0.909494701773E-12 0.578400000000E+05
+    0.217375439453E+05 0.258351325989E+00 0.931322574616E-09 0.000000000000E+00
+   -0.129469746094E+05-0.339018821716E+00 0.000000000000E+00 0.000000000000E+00
+   -0.281421093750E+04 0.356247138977E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 16 15  0.0-0.230764038861E-03-0.909494701773E-12 0.580800000000E+05
+   -0.799120947266E+04 0.278502368927E+01-0.279396772385E-08 0.000000000000E+00
+   -0.788876416016E+04-0.144040298462E+01 0.000000000000E+00-0.200000000000E+01
+   -0.229161040039E+05-0.475797653198E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 16 15  0.0-0.796718522906E-04 0.272848410532E-11 0.580500000000E+05
+   -0.205530708008E+05 0.184600639343E+01-0.279396772385E-08 0.000000000000E+00
+    0.344090332031E+04-0.814869880676E+00 0.000000000000E+00-0.700000000000E+01
+   -0.146746430664E+05-0.278467369080E+01-0.931322574615E-09 0.000000000000E+00
+15 09  4  1 16 15  0.0 0.920286402106E-04 0.181898940355E-11 0.576300000000E+05
+   -0.217061708984E+05-0.239772796631E+00-0.186264514923E-08 0.000000000000E+00
+    0.132149296875E+05 0.377526283264E+00 0.000000000000E+00 0.000000000000E+00
+    0.286519189453E+04-0.355618476868E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 16 15  0.0-0.261381268501E-03-0.909494701773E-12 0.576000000000E+05
+   -0.106499687500E+05 0.103391647339E+00 0.931322574616E-09 0.000000000000E+00
+   -0.308377197266E+04-0.314387702942E+01 0.000000000000E+00 0.400000000000E+01
+    0.229732685547E+05-0.381984710693E+00-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 16 15  0.0-0.145286321640E-05 0.000000000000E+00 0.577200000000E+05
+   -0.897687988281E+04 0.183454513550E+00 0.931322574616E-09 0.100000000000E+01
+    0.156368730469E+05-0.246099090576E+01 0.000000000000E+00-0.300000000000E+01
+    0.180131982422E+05 0.224270057678E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 16 15  0.0-0.895531848073E-04-0.909494701773E-12 0.577800000000E+05
+   -0.214896972656E+04 0.194517135620E+00 0.000000000000E+00 0.000000000000E+00
+    0.252905156250E+05-0.340828895569E+00 0.000000000000E+00 0.300000000000E+01
+    0.254381738281E+04 0.355774021149E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 16 15  0.0-0.651236623526E-04 0.000000000000E+00 0.580800000000E+05
+    0.606374218750E+04 0.616178512573E-01-0.931322574615E-09 0.000000000000E+00
+    0.200008188477E+05 0.200369739532E+01-0.931322574615E-09 0.200000000000E+01
+   -0.145648969727E+05 0.278107643127E+01 0.186264514923E-08 0.000000000000E+00
+21 09  4  1 16 15  0.0-0.143480487168E-03-0.909494701773E-12 0.576300000000E+05
+    0.106895615234E+05-0.776042938232E-01-0.931322574615E-09 0.000000000000E+00
+    0.325705957031E+04 0.313930988312E+01 0.000000000000E+00 0.400000000000E+01
+   -0.229374741211E+05 0.400438308716E+00 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 16 15  0.0-0.201709568501E-03-0.181898940355E-11 0.580500000000E+05
+    0.893811181641E+04-0.197282791138E+00-0.931322574615E-09 0.000000000000E+00
+   -0.158379062500E+05 0.245127582550E+01 0.000000000000E+00-0.300000000000E+01
+   -0.179071782227E+05-0.224994945526E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 16 15  0.0-0.200330279767E-03 0.545696821064E-11 0.576000000000E+05
+    0.196399707031E+04-0.194745063782E+00 0.000000000000E+00 0.000000000000E+00
+   -0.253813188477E+05 0.251927375793E+00 0.000000000000E+00 0.300000000000E+01
+   -0.189397412109E+04-0.356438827515E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 16 45  0.0 0.204900279641E-04-0.272848410532E-11 0.594000000000E+05
+   -0.154928979492E+05 0.166628742218E+01 0.000000000000E+00 0.000000000000E+00
+   -0.146874233398E+05 0.946025848389E+00 0.000000000000E+00 0.100000000000E+01
+    0.139469667969E+05 0.284768581390E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 16 45  0.0-0.344431027770E-04-0.272848410532E-11 0.594600000000E+05
+   -0.234448486328E+05-0.459339141846E+00-0.186264514923E-08 0.000000000000E+00
+   -0.955688623047E+04-0.292768478394E-01 0.000000000000E+00 0.500000000000E+01
+   -0.312301660156E+04 0.354192352295E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 16 45  0.0 0.635664910078E-04-0.636646291241E-11 0.594600000000E+05
+   -0.200795488281E+05-0.199582767487E+01-0.279396772385E-08 0.000000000000E+00
+   -0.495753906250E+03-0.784715652466E+00 0.000000000000E+00 0.600000000000E+01
+   -0.158184809570E+05 0.258001041412E+01-0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 16 45  0.0-0.169364735484E-03 0.000000000000E+00 0.596700000000E+05
+    0.141286708984E+05-0.188133907318E+01 0.000000000000E+00 0.000000000000E+00
+    0.145870161133E+05-0.940868377686E+00 0.000000000000E+00 0.100000000000E+01
+   -0.155500961914E+05-0.261924457550E+01 0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 16 45  0.0-0.892626121640E-04 0.181898940355E-11 0.594300000000E+05
+    0.238475869141E+05 0.376719474793E+00 0.279396772385E-08 0.000000000000E+00
+    0.863132080078E+04 0.309772491455E-01 0.000000000000E+00 0.500000000000E+01
+    0.260245361328E+04-0.352806186676E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 16 45  0.0-0.102106481790E-03 0.000000000000E+00 0.594000000000E+05
+    0.177271000977E+05 0.230840110779E+01 0.372529029846E-08 0.000000000000E+00
+   -0.112125195312E+04 0.985021591187E+00 0.000000000000E+00 0.600000000000E+01
+    0.183053110352E+05-0.217412471771E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 16 45  0.0-0.693537294865E-04-0.181898940355E-11 0.594000000000E+05
+    0.299540136719E+04-0.253725910187E+01 0.279396772385E-08 0.000000000000E+00
+    0.109507377930E+05 0.183330345154E+01 0.000000000000E+00-0.200000000000E+01
+    0.228337622070E+05-0.544965744019E+00-0.931322574616E-09 0.000000000000E+00
+10 09  4  1 16 45  0.0-0.140924006700E-03 0.000000000000E+00 0.594300000000E+05
+    0.170244990234E+05-0.217818832398E+01 0.372529029846E-08 0.000000000000E+00
+   -0.158036865234E+04 0.141946983337E+01 0.000000000000E+00-0.700000000000E+01
+    0.189491767578E+05 0.206680488586E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 16 45  0.0-0.927466899157E-04-0.909494701773E-12 0.594000000000E+05
+    0.214915058594E+05-0.509206771851E+00 0.279396772385E-08 0.000000000000E+00
+   -0.131556254883E+05 0.142051696777E+00 0.000000000000E+00 0.000000000000E+00
+    0.362434765625E+04 0.354473972321E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 16 45  0.0-0.230765901506E-03-0.909494701773E-12 0.595500000000E+05
+   -0.316072265625E+04 0.253789329529E+01-0.279396772385E-08 0.000000000000E+00
+   -0.108587299805E+05-0.183205318451E+01 0.000000000000E+00-0.200000000000E+01
+   -0.228769677734E+05 0.518994331360E+00 0.931322574615E-09 0.000000000000E+00
+14 09  4  1 16 45  0.0-0.796671956778E-04 0.272848410532E-11 0.596700000000E+05
+   -0.168825664063E+05 0.218425559998E+01-0.372529029846E-08 0.000000000000E+00
+    0.141882666016E+04-0.143531227112E+01 0.000000000000E+00-0.700000000000E+01
+   -0.190537094727E+05-0.204944610596E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 16 45  0.0 0.920323655009E-04 0.181898940355E-11 0.603900000000E+05
+   -0.214309140625E+05 0.522718429565E+00-0.279396772385E-08 0.000000000000E+00
+    0.134871069336E+05-0.110114097595E+00 0.000000000000E+00 0.000000000000E+00
+   -0.356379931641E+04-0.354109477997E+01-0.186264514923E-08 0.000000000000E+00
+17 09  4  1 16 45  0.0-0.261383131146E-03-0.909494701773E-12 0.594000000000E+05
+   -0.108716440430E+05-0.338239669800E+00 0.931322574616E-09 0.000000000000E+00
+   -0.858115429688E+04-0.291395092011E+01 0.000000000000E+00 0.400000000000E+01
+    0.214062788086E+05-0.134805107117E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 16 45  0.0-0.145379453897E-05 0.000000000000E+00 0.594300000000E+05
+   -0.899761328125E+04-0.226030349731E+00 0.931322574616E-09 0.100000000000E+01
+    0.107661831055E+05-0.290526008606E+01 0.000000000000E+00-0.300000000000E+01
+    0.213003115234E+05 0.138624477386E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 16 45  0.0-0.895550474525E-04-0.909494701773E-12 0.609600000000E+05
+   -0.188759716797E+04 0.562410354614E-01 0.000000000000E+00 0.000000000000E+00
+    0.238814404297E+05-0.121079349518E+01 0.000000000000E+00 0.300000000000E+01
+    0.876666210938E+04 0.331163883209E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 16 45  0.0-0.651245936751E-04 0.000000000000E+00 0.594300000000E+05
+    0.640274902344E+04 0.278896331787E+00 0.000000000000E+00 0.000000000000E+00
+    0.229292475586E+05 0.122395896912E+01 0.000000000000E+00 0.200000000000E+01
+   -0.905850390625E+04 0.329727649689E+01 0.931322574615E-09 0.000000000000E+00
+21 09  4  1 16 45  0.0-0.143482349813E-03-0.909494701773E-12 0.594300000000E+05
+    0.109547114258E+05 0.360270500183E+00-0.931322574615E-09 0.000000000000E+00
+    0.873563769531E+04 0.289812946320E+01 0.000000000000E+00 0.400000000000E+01
+   -0.213406118164E+05 0.136209011078E+01 0.279396772385E-08 0.000000000000E+00
+22 09  4  1 16 45  0.0-0.201714225113E-03-0.272848410532E-11 0.595500000000E+05
+    0.893466162109E+04 0.213227272034E+00-0.186264514923E-08 0.000000000000E+00
+   -0.109767539063E+05 0.290491390228E+01 0.000000000000E+00-0.300000000000E+01
+   -0.212131757813E+05-0.139920330048E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 16 45  0.0-0.200320035219E-03 0.545696821064E-11 0.594000000000E+05
+    0.168729833984E+04-0.727109909058E-01-0.931322574616E-09 0.000000000000E+00
+   -0.241285703125E+05 0.112767982483E+01 0.000000000000E+00 0.300000000000E+01
+   -0.815407275391E+04-0.334618949890E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 17 15  0.0 0.204844400287E-04-0.272848410532E-11 0.612000000000E+05
+   -0.118344829102E+05 0.237505531311E+01 0.931322574616E-09 0.000000000000E+00
+   -0.130086665039E+05 0.878683090210E+00 0.000000000000E+00 0.100000000000E+01
+    0.184668637695E+05 0.214180660248E+01-0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 17 15  0.0-0.344486907124E-04-0.272848410532E-11 0.612300000000E+05
+   -0.235331679688E+05 0.376272201538E+00-0.931322574616E-09 0.000000000000E+00
+   -0.927682519531E+04 0.302213668823E+00 0.000000000000E+00 0.500000000000E+01
+    0.329080224609E+04 0.353826427460E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 17 15  0.0 0.635543838143E-04-0.636646291241E-11 0.612600000000E+05
+   -0.231794213867E+05-0.140928936005E+01-0.279396772385E-08 0.000000000000E+00
+   -0.145150976563E+04-0.297618865967E+00 0.000000000000E+00 0.600000000000E+01
+   -0.106261704102E+05 0.315226554871E+01-0.931322574615E-09 0.000000000000E+00
+ 6 09  4  1 17 15  0.0-0.169364735484E-03 0.000000000000E+00 0.612300000000E+05
+    0.101393134766E+05-0.252338695526E+01-0.186264514923E-08 0.000000000000E+00
+    0.129718027344E+05-0.816347122192E+00 0.000000000000E+00 0.100000000000E+01
+   -0.196087846680E+05-0.186182212830E+01 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 17 15  0.0-0.892588868737E-04 0.181898940355E-11 0.612300000000E+05
+    0.237796733398E+05-0.463918685913E+00 0.186264514923E-08 0.000000000000E+00
+    0.840187939453E+04-0.247683525085E+00 0.000000000000E+00 0.500000000000E+01
+   -0.376665087891E+04-0.350270271301E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 17 15  0.0-0.102098099887E-03 0.000000000000E+00 0.612000000000E+05
+    0.214940585938E+05 0.183241939545E+01 0.372529029846E-08 0.000000000000E+00
+    0.157169921875E+03 0.449150085449E+00 0.000000000000E+00 0.600000000000E+01
+    0.137347324219E+05-0.287131118774E+01 0.931322574616E-09 0.000000000000E+00
+ 9 09  4  1 17 15  0.0-0.693574547768E-04-0.181898940355E-11 0.612300000000E+05
+   -0.116612939453E+04-0.205534744263E+01 0.186264514923E-08 0.000000000000E+00
+    0.144495278320E+05 0.201342964172E+01 0.000000000000E+00-0.200000000000E+01
+    0.209822426758E+05-0.149887371063E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 17 15  0.0-0.140922144055E-03 0.000000000000E+00 0.612300000000E+05
+    0.130126630859E+05-0.223117256165E+01 0.372529029846E-08 0.000000000000E+00
+    0.151842822266E+04 0.200857067108E+01 0.000000000000E+00-0.700000000000E+01
+    0.218898608398E+05 0.117923736572E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 17 15  0.0-0.927494838834E-04-0.909494701773E-12 0.612000000000E+05
+    0.200135825195E+05-0.109589767456E+01 0.372529029846E-08 0.000000000000E+00
+   -0.123329638672E+05 0.793055534363E+00 0.000000000000E+00 0.000000000000E+00
+    0.978101562500E+04 0.325134944916E+01 0.186264514923E-08 0.000000000000E+00
+13 09  4  1 17 15  0.0-0.230767764151E-03-0.909494701773E-12 0.621000000000E+05
+    0.100670166016E+04 0.206107044220E+01-0.186264514923E-08 0.000000000000E+00
+   -0.143596425781E+05-0.201727008820E+01 0.000000000000E+00-0.200000000000E+01
+   -0.210717993164E+05 0.147376155853E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 17 15  0.0-0.796616077423E-04 0.272848410532E-11 0.620700000000E+05
+   -0.128662158203E+05 0.222999572754E+01-0.279396772385E-08 0.000000000000E+00
+   -0.170426953125E+04-0.201923274994E+01 0.000000000000E+00-0.700000000000E+01
+   -0.219578164063E+05-0.115656185150E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 17 15  0.0 0.920360907912E-04 0.181898940355E-11 0.612900000000E+05
+   -0.199343808594E+05 0.110296726227E+01-0.279396772385E-08 0.000000000000E+00
+    0.127152973633E+05-0.768691062927E+00 0.000000000000E+00 0.000000000000E+00
+   -0.971917041016E+04-0.325406265259E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1 17 15  0.0-0.261384993792E-03-0.909494701773E-12 0.612000000000E+05
+   -0.117959843750E+05-0.661162376404E+00 0.931322574616E-09 0.000000000000E+00
+   -0.134061025391E+05-0.240561962128E+01 0.000000000000E+00 0.400000000000E+01
+    0.181822260742E+05-0.221113300324E+01-0.279396772385E-08 0.000000000000E+00
+18 09  4  1 17 15  0.0-0.145751982927E-05 0.000000000000E+00 0.624600000000E+05
+   -0.983027880859E+04-0.701233863831E+00 0.931322574616E-09 0.000000000000E+00
+    0.535526806641E+04-0.305550003052E+01 0.000000000000E+00-0.300000000000E+01
+    0.229405146484E+05 0.424763679504E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 17 15  0.0-0.895569100976E-04-0.909494701773E-12 0.612300000000E+05
+   -0.207622900391E+04-0.296882629394E+00 0.931322574616E-09 0.000000000000E+00
+    0.210151625977E+05-0.194232368469E+01 0.000000000000E+00 0.300000000000E+01
+    0.143117324219E+05 0.280956268310E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 17 15  0.0-0.651264563203E-04 0.000000000000E+00 0.613800000000E+05
+    0.692510937500E+04 0.259889602661E+00 0.000000000000E+00 0.000000000000E+00
+    0.243461669922E+05 0.343212127686E+00 0.000000000000E+00 0.200000000000E+01
+   -0.284867724609E+04 0.355752754211E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 17 15  0.0-0.143484212458E-03-0.909494701773E-12 0.612600000000E+05
+    0.119135395508E+05 0.677223205566E+00-0.931322574615E-09 0.000000000000E+00
+    0.135249799805E+05 0.238275909424E+01 0.000000000000E+00 0.400000000000E+01
+   -0.180979746094E+05 0.221732234955E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 17 15  0.0-0.201719813049E-03-0.272848410532E-11 0.620700000000E+05
+    0.974640332031E+04 0.691053390503E+00-0.186264514923E-08 0.000000000000E+00
+   -0.555655761719E+04 0.306615734100E+01 0.000000000000E+00-0.300000000000E+01
+   -0.228778901367E+05-0.438067436218E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 17 15  0.0-0.200310721993E-03 0.545696821064E-11 0.613200000000E+05
+    0.183421240234E+04 0.267897605896E+00-0.931322574615E-09 0.000000000000E+00
+   -0.213994550781E+05 0.187447261810E+01 0.000000000000E+00 0.300000000000E+01
+   -0.137848398438E+05-0.286962985992E+01 0.931322574615E-09 0.000000000000E+00
+ 2 09  4  1 17 45  0.0 0.204779207707E-04-0.272848410532E-11 0.630000000000E+05
+   -0.705752099609E+04 0.289337825775E+01 0.186264514923E-08 0.000000000000E+00
+   -0.116541884766E+05 0.595899581909E+00 0.000000000000E+00 0.100000000000E+01
+    0.215578867188E+05 0.127038383484E+01-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 17 45  0.0-0.344533473253E-04-0.272848410532E-11 0.630300000000E+05
+   -0.220705000000E+05 0.124457645416E+01 0.000000000000E+00 0.000000000000E+00
+   -0.861576855469E+04 0.390470504761E+00 0.000000000000E+00 0.500000000000E+01
+    0.945014257812E+04 0.326099777222E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 17 45  0.0 0.635413452983E-04-0.727595761418E-11 0.630600000000E+05
+   -0.250350336914E+05-0.627243995667E+00-0.186264514923E-08 0.000000000000E+00
+   -0.166532031250E+04 0.269651412964E-01 0.931322574615E-09 0.600000000000E+01
+   -0.461549902344E+04 0.348316669464E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 17 45  0.0-0.169363804162E-03 0.000000000000E+00 0.630300000000E+05
+    0.517124462891E+04-0.295518684387E+01-0.279396772385E-08 0.000000000000E+00
+    0.117640795898E+05-0.499728202820E+00 0.000000000000E+00 0.100000000000E+01
+   -0.221684306641E+05-0.964344978333E+00 0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 17 45  0.0-0.892551615834E-04 0.181898940355E-11 0.646800000000E+05
+    0.221695024414E+05-0.131771469116E+01 0.000000000000E+00 0.000000000000E+00
+    0.788394921875E+04-0.287360191345E+00 0.000000000000E+00 0.500000000000E+01
+   -0.984424853516E+04-0.320633697510E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 17 45  0.0-0.102096237242E-03 0.000000000000E+00 0.630000000000E+05
+    0.241817866211E+05 0.112101268768E+01 0.279396772385E-08 0.000000000000E+00
+    0.573936035156E+03 0.428056716919E-01-0.931322574616E-09 0.600000000000E+01
+    0.810216748047E+04-0.334644985199E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 17 45  0.0-0.693611800671E-04-0.181898940355E-11 0.630300000000E+05
+   -0.432132373047E+04-0.143651294708E+01 0.000000000000E+00 0.000000000000E+00
+    0.180378359375E+05 0.192626857758E+01 0.000000000000E+00-0.200000000000E+01
+    0.175076923828E+05-0.233662605286E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 17 45  0.0-0.140921212733E-03 0.000000000000E+00 0.630300000000E+05
+    0.915576269531E+04-0.201314067841E+01 0.279396772385E-08 0.000000000000E+00
+    0.556395166016E+04 0.245410537720E+01-0.931322574616E-09-0.700000000000E+01
+    0.231388657227E+05 0.199309349060E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1 17 45  0.0-0.927522778511E-04-0.909494701773E-12 0.630000000000E+05
+    0.176966469727E+05-0.143343830109E+01 0.372529029846E-08 0.000000000000E+00
+   -0.102563779297E+05 0.151724338532E+01 0.000000000000E+00 0.000000000000E+00
+    0.151773583984E+05 0.270554924011E+01 0.931322574616E-09 0.000000000000E+00
+13 09  4  1 17 45  0.0-0.230769626796E-03-0.909494701773E-12 0.639000000000E+05
+    0.417567724609E+04 0.144578742981E+01-0.931322574615E-09 0.000000000000E+00
+   -0.179602197266E+05-0.193613052368E+01 0.000000000000E+00-0.200000000000E+01
+   -0.176397685547E+05 0.231491184235E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 17 45  0.0-0.796560198069E-04 0.272848410532E-11 0.638700000000E+05
+   -0.901792138672E+04 0.200495338440E+01-0.279396772385E-08 0.000000000000E+00
+   -0.576240917969E+04-0.245717334747E+01 0.000000000000E+00-0.700000000000E+01
+   -0.231642524414E+05-0.175426483154E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 17 45  0.0 0.920388847589E-04 0.909494701773E-12 0.630900000000E+05
+   -0.176106118164E+05 0.143402099609E+01-0.279396772385E-08 0.000000000000E+00
+    0.106746992188E+05-0.150189018250E+01 0.931322574615E-09 0.000000000000E+00
+   -0.151277812500E+05-0.271659755707E+01-0.931322574615E-09 0.000000000000E+00
+17 09  4  1 17 45  0.0-0.261387787759E-03-0.909494701773E-12 0.630000000000E+05
+   -0.131297333984E+05-0.781796455383E+00 0.000000000000E+00 0.000000000000E+00
+   -0.171173676758E+05-0.169161987305E+01 0.000000000000E+00 0.400000000000E+01
+    0.135486689453E+05-0.290386676788E+01-0.186264514923E-08 0.000000000000E+00
+18 09  4  1 17 45  0.0-0.145751982927E-05 0.000000000000E+00 0.630000000000E+05
+   -0.114967158203E+05-0.113440418243E+01 0.931322574616E-09 0.000000000000E+00
+   -0.495981445312E+02-0.290060710907E+01 0.000000000000E+00-0.300000000000E+01
+    0.228110917969E+05-0.567278861999E+00-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 17 45  0.0-0.895587727427E-04-0.909494701773E-12 0.630300000000E+05
+   -0.304381787109E+04-0.794786453247E+00 0.931322574616E-09 0.000000000000E+00
+    0.170279462891E+05-0.244363689423E+01 0.000000000000E+00 0.300000000000E+01
+    0.187505043945E+05 0.209041023254E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 17 45  0.0-0.651273876429E-04 0.000000000000E+00 0.640500000000E+05
+    0.718973828125E+04-0.525856018066E-02 0.000000000000E+00 0.000000000000E+00
+    0.241749521484E+05-0.520784378052E+00 0.000000000000E+00 0.200000000000E+01
+    0.358239013672E+04 0.354150295258E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 17 45  0.0-0.143486075103E-03 0.000000000000E+00 0.630600000000E+05
+    0.132703862305E+05 0.791505813599E+00-0.931322574615E-09 0.000000000000E+00
+    0.171930307617E+05 0.166746234894E+01 0.000000000000E+00 0.400000000000E+01
+   -0.134615507813E+05 0.290083885193E+01 0.186264514923E-08 0.000000000000E+00
+22 09  4  1 17 45  0.0-0.201725400984E-03-0.272848410532E-11 0.638700000000E+05
+    0.113977949219E+05 0.112794113159E+01-0.186264514923E-08 0.000000000000E+00
+   -0.123613281250E+03 0.292061614990E+01 0.000000000000E+00-0.300000000000E+01
+   -0.227684394531E+05 0.559247970581E+00 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 17 45  0.0-0.200300477445E-03 0.454747350886E-11 0.630300000000E+05
+    0.274323046875E+04 0.760004043579E+00-0.931322574615E-09 0.000000000000E+00
+   -0.175149633789E+05 0.239829540253E+01 0.000000000000E+00 0.300000000000E+01
+   -0.183513168945E+05-0.217127227783E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 18 15  0.0 0.204723328352E-04-0.272848410532E-11 0.648000000000E+05
+   -0.158019238281E+04 0.314327621460E+01 0.279396772385E-08 0.000000000000E+00
+   -0.109465253906E+05 0.175422668457E+00 0.000000000000E+00 0.100000000000E+01
+    0.229812700195E+05 0.300922393799E+00-0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 18 15  0.0-0.344589352608E-04-0.272848410532E-11 0.656700000000E+05
+   -0.191033466797E+05 0.202884197235E+01 0.000000000000E+00 0.000000000000E+00
+   -0.801712597656E+04 0.236901283264E+00 0.000000000000E+00 0.500000000000E+01
+    0.148786855469E+05 0.273154067993E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 18 15  0.0 0.635273754597E-04-0.727595761418E-11 0.653100000000E+05
+   -0.253781840820E+05 0.253086090088E+00-0.186264514923E-08 0.000000000000E+00
+   -0.148778173828E+04 0.130699157715E+00 0.931322574616E-09 0.600000000000E+01
+    0.175166992188E+04 0.354549121857E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 18 15  0.0-0.169361941516E-03 0.000000000000E+00 0.648300000000E+05
+   -0.333898925781E+03-0.311258411407E+01-0.279396772385E-08 0.000000000000E+00
+    0.112382275391E+05-0.746374130249E-01 0.931322574615E-09 0.100000000000E+01
+   -0.230372070313E+05 0.500965118408E-02 0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1 18 15  0.0-0.892505049706E-04 0.181898940355E-11 0.648600000000E+05
+    0.190965073242E+05-0.207098197937E+01 0.000000000000E+00 0.000000000000E+00
+    0.750615283203E+04-0.971813201904E-01 0.000000000000E+00 0.500000000000E+01
+   -0.151604804688E+05-0.266230487823E+01 0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 18 15  0.0-0.102094374597E-03 0.000000000000E+00 0.648300000000E+05
+    0.254403471680E+05 0.261485099793E+00 0.186264514923E-08 0.000000000000E+00
+    0.434935058594E+03-0.158742904663E+00-0.931322574616E-09 0.600000000000E+01
+    0.184317578125E+04-0.356282615662E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 18 15  0.0-0.693639740348E-04-0.181898940355E-11 0.648300000000E+05
+   -0.632161230469E+04-0.791065216064E+00 0.000000000000E+00 0.000000000000E+00
+    0.212130434570E+05 0.155559730530E+01 0.000000000000E+00-0.200000000000E+01
+    0.126792031250E+05-0.299349403381E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 18 15  0.0-0.140920281410E-03 0.000000000000E+00 0.648300000000E+05
+    0.589101074219E+04-0.158677482605E+01 0.186264514923E-08 0.000000000000E+00
+    0.102118994141E+05 0.266531276703E+01-0.931322574616E-09-0.700000000000E+01
+    0.225972954102E+05-0.797361373901E+00-0.931322574616E-09 0.000000000000E+00
+11 09  4  1 18 15  0.0-0.927541404962E-04-0.909494701773E-12 0.648000000000E+05
+    0.150186987305E+05-0.149674129486E+01 0.372529029846E-08 0.000000000000E+00
+   -0.689499951172E+04 0.220132446289E+01-0.931322574616E-09 0.000000000000E+00
+    0.193950742188E+05 0.195042896271E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 18 15  0.0-0.230771489441E-03-0.909494701773E-12 0.649200000000E+05
+    0.619431787109E+04 0.801813125610E+00 0.000000000000E+00 0.000000000000E+00
+   -0.211585703125E+05-0.157132148743E+01 0.000000000000E+00-0.200000000000E+01
+   -0.128455141602E+05 0.297752094269E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 18 15  0.0-0.796495005488E-04 0.272848410532E-11 0.648900000000E+05
+   -0.577286230469E+04 0.157350826263E+01-0.186264514923E-08 0.000000000000E+00
+   -0.104083173828E+05-0.266001987457E+01 0.931322574615E-09-0.700000000000E+01
+   -0.225819047852E+05 0.818102836609E+00 0.931322574615E-09 0.000000000000E+00
+15 09  4  1 18 15  0.0 0.920426100492E-04 0.909494701773E-12 0.649500000000E+05
+   -0.149371069336E+05 0.149129867554E+01-0.279396772385E-08 0.000000000000E+00
+    0.733164501953E+04-0.219654941559E+01 0.931322574615E-09 0.000000000000E+00
+   -0.193726591797E+05-0.196923637390E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 18 15  0.0-0.261390581727E-03-0.909494701773E-12 0.648000000000E+05
+   -0.144593427734E+05-0.652088165283E+00 0.000000000000E+00 0.000000000000E+00
+   -0.194340537109E+05-0.874943733215E+00 0.000000000000E+00 0.400000000000E+01
+    0.786350683594E+04-0.337185096741E+01-0.931322574616E-09 0.000000000000E+00
+18 09  4  1 18 15  0.0-0.145751982927E-05 0.000000000000E+00 0.648000000000E+05
+   -0.138272753906E+05-0.142360019684E+01 0.931322574616E-09 0.000000000000E+00
+   -0.492397412109E+04-0.247549724579E+01 0.000000000000E+00-0.300000000000E+01
+    0.209257314453E+05-0.151375579834E+01-0.279396772385E-08 0.000000000000E+00
+19 09  4  1 18 15  0.0-0.895606353879E-04-0.909494701773E-12 0.648300000000E+05
+   -0.496559521484E+04-0.133919048309E+01 0.931322574616E-09 0.000000000000E+00
+    0.123904487305E+05-0.265917778015E+01 0.000000000000E+00 0.300000000000E+01
+    0.217400898438E+05 0.120981121063E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 18 15  0.0-0.651283189654E-04 0.000000000000E+00 0.648300000000E+05
+    0.677908056641E+04-0.480886459351E+00 0.000000000000E+00 0.000000000000E+00
+    0.225498505859E+05-0.125470829010E+01-0.931322574616E-09 0.200000000000E+01
+    0.973539013672E+04 0.325063514710E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 18 15  0.0-0.143487006426E-03 0.000000000000E+00 0.648600000000E+05
+    0.146127670898E+05 0.656949996948E+00 0.000000000000E+00 0.000000000000E+00
+    0.194693354492E+05 0.855059623718E+00 0.000000000000E+00 0.400000000000E+01
+   -0.778950781250E+04 0.336067867279E+01 0.931322574615E-09 0.000000000000E+00
+22 09  4  1 18 15  0.0-0.201731920242E-03-0.272848410532E-11 0.649200000000E+05
+    0.137198432617E+05 0.142035770416E+01-0.931322574615E-09 0.000000000000E+00
+    0.479213476563E+04 0.250061130524E+01 0.000000000000E+00-0.300000000000E+01
+   -0.208895683594E+05 0.151503658295E+01 0.279396772385E-08 0.000000000000E+00
+23 09  4  1 18 15  0.0-0.200291164219E-03 0.454747350886E-11 0.648300000000E+05
+    0.460349707031E+04 0.130711078644E+01-0.931322574615E-09 0.000000000000E+00
+   -0.129357006836E+05 0.264010524750E+01 0.000000000000E+00 0.300000000000E+01
+   -0.215002915039E+05-0.130480480194E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 18 45  0.0 0.204667448997E-04-0.272848410532E-11 0.666000000000E+05
+    0.407347167969E+04 0.308674240112E+01 0.372529029846E-08 0.000000000000E+00
+   -0.110445625000E+05-0.281339645386E+00-0.931322574616E-09 0.100000000000E+01
+    0.226273554688E+05-0.691566467285E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 18 45  0.0-0.344645231962E-04-0.272848410532E-11 0.666000000000E+05
+   -0.148809350586E+05 0.262362480164E+01 0.931322574616E-09 0.000000000000E+00
+   -0.788151171875E+04-0.113086700440E+00 0.000000000000E+00 0.500000000000E+01
+    0.191566103516E+05 0.199083805084E+01-0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 18 45  0.0 0.635134056210E-04-0.727595761418E-11 0.666300000000E+05
+   -0.241334423828E+05 0.111759567261E+01-0.931322574616E-09 0.000000000000E+00
+   -0.133856787109E+04-0.366306304932E-02 0.000000000000E+00 0.600000000000E+01
+    0.798268261719E+04 0.333256626129E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 18 45  0.0-0.169361010194E-03 0.000000000000E+00 0.670500000000E+05
+   -0.585417773438E+04-0.297166728973E+01-0.279396772385E-08 0.000000000000E+00
+    0.114995693359E+05 0.357399940491E+00 0.931322574615E-09 0.100000000000E+01
+   -0.221510288086E+05 0.973318099976E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 18 45  0.0-0.892467796803E-04 0.181898940355E-11 0.666300000000E+05
+    0.148345332031E+05-0.262432861328E+01-0.186264514923E-08 0.000000000000E+00
+    0.764195410156E+04 0.271638870239E+00 0.000000000000E+00 0.500000000000E+01
+   -0.193050834961E+05-0.191302871704E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 18 45  0.0-0.102093443275E-03 0.000000000000E+00 0.666300000000E+05
+    0.251007739258E+05-0.635105133057E+00 0.931322574616E-09 0.000000000000E+00
+    0.148251464844E+03-0.118829727173E+00-0.931322574616E-09 0.600000000000E+01
+   -0.455830810547E+04-0.350375747681E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 18 45  0.0-0.693676993251E-04-0.181898940355E-11 0.668100000000E+05
+   -0.721961083984E+04-0.229071617126E+00-0.931322574615E-09 0.000000000000E+00
+    0.234850566406E+05 0.931470870972E+00 0.000000000000E+00 0.254000000000E+03
+    0.687042333984E+04-0.341878509521E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 18 45  0.0-0.140920281410E-03 0.000000000000E+00 0.666300000000E+05
+    0.351184960938E+04-0.104682064056E+01 0.931322574616E-09 0.000000000000E+00
+    0.149840786133E+05 0.258637809753E+01-0.931322574616E-09-0.700000000000E+01
+    0.203047905273E+05-0.173346424103E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 18 45  0.0-0.927569344640E-04-0.909494701773E-12 0.666000000000E+05
+    0.124608847656E+05-0.130729770660E+01 0.372529029846E-08 0.000000000000E+00
+   -0.242267089844E+04 0.273434543610E+01-0.186264514923E-08 0.000000000000E+00
+    0.221086650391E+05 0.104529285431E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 18 45  0.0-0.230774283409E-03-0.909494701773E-12 0.668400000000E+05
+    0.711135839844E+04 0.239145278931E+00 0.931322574616E-09 0.000000000000E+00
+   -0.234632412109E+05-0.951716423035E+00 0.000000000000E+00-0.200000000000E+01
+   -0.705893554688E+04 0.341031742096E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 18 45  0.0-0.796439126134E-04 0.272848410532E-11 0.670200000000E+05
+   -0.342006005859E+04 0.103128528595E+01-0.931322574615E-09 0.000000000000E+00
+   -0.151642519531E+05-0.257399749756E+01 0.931322574615E-09-0.700000000000E+01
+   -0.202576245117E+05 0.174757003784E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 18 45  0.0 0.920444726944E-04 0.909494701773E-12 0.666600000000E+05
+   -0.123942539063E+05 0.129614067078E+01-0.279396772385E-08 0.000000000000E+00
+    0.285765332031E+04-0.274099445343E+01 0.931322574615E-09 0.000000000000E+00
+   -0.221248759766E+05-0.106868648529E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 18 45  0.0-0.261393375695E-03-0.909494701773E-12 0.666000000000E+05
+   -0.153238867188E+05-0.268324851990E+00 0.000000000000E+00 0.000000000000E+00
+   -0.202755625000E+05-0.720691680908E-01 0.000000000000E+00 0.400000000000E+01
+    0.156744531250E+04-0.357812690735E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 18 45  0.0-0.145658850670E-05 0.000000000000E+00 0.666000000000E+05
+   -0.164872661133E+05-0.149002456665E+01 0.931322574616E-09 0.000000000000E+00
+   -0.884351367188E+04-0.185485935211E+01 0.000000000000E+00-0.300000000000E+01
+    0.174323627930E+05-0.234255981445E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 18 45  0.0-0.895624980331E-04-0.909494701773E-12 0.666300000000E+05
+   -0.782675146484E+04-0.182024860382E+01 0.931322574616E-09 0.000000000000E+00
+    0.763376074219E+04-0.257819366455E+01 0.000000000000E+00 0.300000000000E+01
+    0.230496342773E+05 0.235805511475E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 18 45  0.0-0.651292502880E-04 0.000000000000E+00 0.666300000000E+05
+    0.537691210938E+04-0.109165191650E+01 0.931322574616E-09 0.000000000000E+00
+    0.197911406250E+05-0.176799774170E+01-0.931322574616E-09 0.200000000000E+01
+    0.151331875000E+05 0.270794677734E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 18 45  0.0-0.143488869071E-03 0.000000000000E+00 0.666600000000E+05
+    0.154836679688E+05 0.271009445190E+00 0.000000000000E+00 0.000000000000E+00
+    0.202819765625E+05 0.603218078613E-01 0.000000000000E+00 0.400000000000E+01
+   -0.151862011719E+04 0.356199264526E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 18 45  0.0-0.201738439500E-03-0.363797880709E-11 0.670200000000E+05
+    0.163752143555E+05 0.148759555817E+01-0.931322574615E-09 0.000000000000E+00
+    0.875756396484E+04 0.187989521027E+01 0.000000000000E+00-0.300000000000E+01
+   -0.173844218750E+05 0.235426807404E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 18 45  0.0-0.200280919671E-03 0.454747350886E-11 0.666300000000E+05
+    0.741592578125E+04 0.179956150055E+01-0.931322574615E-09 0.000000000000E+00
+   -0.818964550781E+04 0.258504867554E+01 0.000000000000E+00 0.300000000000E+01
+   -0.229876303711E+05-0.336963653564E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 19 15  0.0 0.204611569643E-04-0.272848410532E-11 0.684000000000E+05
+    0.935220214844E+04 0.273193454742E+01 0.372529029846E-08 0.000000000000E+00
+   -0.119163442383E+05-0.666851997376E+00-0.186264514923E-08 0.100000000000E+01
+    0.205239291992E+05-0.163036632538E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 19 15  0.0-0.344701111317E-04-0.272848410532E-11 0.684000000000E+05
+   -0.981912695312E+04 0.295173931122E+01 0.186264514923E-08 0.000000000000E+00
+   -0.849367724609E+04-0.578056335449E+00-0.931322574616E-09 0.500000000000E+01
+    0.219530869141E+05 0.109617710114E+01-0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 19 15  0.0 0.634985044599E-04-0.818545231596E-11 0.684300000000E+05
+   -0.214323852539E+05 0.185353088379E+01 0.000000000000E+00 0.000000000000E+00
+   -0.162833251953E+04-0.348926544189E+00 0.000000000000E+00 0.600000000000E+01
+    0.135923183594E+05 0.285936069488E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 19 15  0.0-0.169359147549E-03 0.000000000000E+00 0.690300000000E+05
+   -0.108640581055E+05-0.255239295959E+01-0.279396772385E-08 0.000000000000E+00
+    0.124672719727E+05 0.693993568420E+00 0.186264514923E-08 0.100000000000E+01
+   -0.195775859375E+05 0.186792564392E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 19 15  0.0-0.892421230674E-04 0.181898940355E-11 0.684300000000E+05
+    0.981124755859E+04-0.290853023529E+01-0.186264514923E-08 0.000000000000E+00
+    0.854105468750E+04 0.734829902649E+00 0.931322574615E-09 0.500000000000E+01
+   -0.219588745117E+05-0.101661014557E+01 0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 19 15  0.0-0.102091580629E-03 0.000000000000E+00 0.699600000000E+05
+    0.232022202148E+05-0.145171070099E+01 0.000000000000E+00 0.000000000000E+00
+    0.148057617188E+03 0.154458045959E+00 0.000000000000E+00 0.600000000000E+01
+   -0.106074433594E+05-0.317388153076E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 19 15  0.0-0.693714246154E-04-0.909494701773E-12 0.685500000000E+05
+   -0.725192822266E+04 0.157971382141E+00-0.186264514923E-08 0.000000000000E+00
+    0.244568383789E+05 0.125887870789E+00 0.931322574615E-09 0.254000000000E+03
+    0.530583984375E+03-0.357975292206E+01-0.186264514923E-08 0.000000000000E+00
+10 09  4  1 19 15  0.0-0.140920281410E-03 0.000000000000E+00 0.684300000000E+05
+    0.212416992188E+04-0.503905296326E+00 0.000000000000E+00 0.000000000000E+00
+    0.193412309570E+05 0.220633792877E+01 0.000000000000E+00-0.700000000000E+01
+    0.164371494141E+05-0.253602790832E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 19 15  0.0-0.927578657866E-04-0.909494701773E-12 0.684000000000E+05
+    0.104265600586E+05-0.928670883179E+00 0.279396772385E-08 0.000000000000E+00
+    0.280317578125E+04 0.302613544464E+01-0.186264514923E-08 0.000000000000E+00
+    0.231103876953E+05 0.607814788818E-01-0.931322574616E-09 0.000000000000E+00
+13 09  4  1 19 15  0.0-0.230776146054E-03-0.909494701773E-12 0.684000000000E+05
+    0.715987060547E+04-0.150275230408E+00 0.186264514923E-08 0.000000000000E+00
+   -0.244738579102E+05-0.148346900940E+00 0.000000000000E+00-0.200000000000E+01
+   -0.726844726562E+03 0.357967567444E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 19 15  0.0-0.796373933554E-04 0.272848410532E-11 0.690900000000E+05
+   -0.206034033203E+04 0.488754272461E+00 0.000000000000E+00 0.000000000000E+00
+   -0.194948940430E+05-0.218986034393E+01 0.000000000000E+00-0.700000000000E+01
+   -0.163720649414E+05 0.254170227051E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 19 15  0.0 0.920463353395E-04 0.909494701773E-12 0.684600000000E+05
+   -0.103851113281E+05 0.911853790283E+00-0.186264514923E-08 0.000000000000E+00
+   -0.238997167969E+04-0.304336261749E+01 0.186264514923E-08 0.000000000000E+00
+   -0.231691660156E+05-0.837621688843E-01 0.931322574615E-09 0.000000000000E+00
+17 09  4  1 19 15  0.0-0.261396169662E-03-0.909494701773E-12 0.684300000000E+05
+   -0.152972426758E+05 0.327554702759E+00 0.000000000000E+00 0.000000000000E+00
+   -0.197687919922E+05 0.606135368347E+00 0.931322574616E-09 0.400000000000E+01
+   -0.485044091797E+04-0.350629425049E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 19 15  0.0-0.145658850670E-05 0.000000000000E+00 0.684000000000E+05
+   -0.190314653320E+05-0.129144763947E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115451044922E+05-0.114064311981E+01 0.000000000000E+00-0.300000000000E+01
+    0.126011035156E+05-0.299084949493E+01-0.186264514923E-08 0.000000000000E+00
+19 09  4  1 19 15  0.0-0.895634293556E-04-0.909494701773E-12 0.691800000000E+05
+   -0.114183110352E+05-0.213517570496E+01 0.931322574616E-09 0.000000000000E+00
+    0.326652197266E+04-0.223594093323E+01 0.000000000000E+00 0.300000000000E+01
+    0.225780380859E+05-0.756403923035E+00-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 19 15  0.0-0.651301816106E-04 0.000000000000E+00 0.684300000000E+05
+    0.282929443359E+04-0.173514556885E+01 0.931322574616E-09 0.000000000000E+00
+    0.163503906250E+05-0.200727081299E+01-0.931322574616E-09 0.200000000000E+01
+    0.193581733398E+05 0.195609092712E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 19 15  0.0-0.143489800394E-03 0.000000000000E+00 0.684300000000E+05
+    0.154619521484E+05-0.324385643005E+00 0.000000000000E+00 0.000000000000E+00
+    0.197625659180E+05-0.608436584473E+00-0.931322574616E-09 0.400000000000E+01
+    0.486898339844E+04 0.348953723908E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 19 15  0.0-0.201745890081E-03-0.363797880709E-11 0.691200000000E+05
+    0.189130869141E+05 0.128621768951E+01-0.931322574615E-09 0.000000000000E+00
+    0.115008378906E+05 0.116138553619E+01 0.000000000000E+00-0.300000000000E+01
+   -0.125241616211E+05 0.301072120667E+01 0.186264514923E-08 0.000000000000E+00
+23 09  4  1 19 15  0.0-0.200271606445E-03 0.454747350886E-11 0.684300000000E+05
+    0.109860996094E+05 0.213310241699E+01-0.931322574615E-09 0.000000000000E+00
+   -0.378968994141E+04 0.226443099976E+01 0.000000000000E+00 0.300000000000E+01
+   -0.226973159180E+05 0.657546043396E+00 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 19 45  0.0 0.204620882869E-04-0.272848410532E-11 0.702000000000E+05
+    0.137605092773E+05 0.213181209564E+01 0.279396772385E-08 0.000000000000E+00
+   -0.133448115234E+05-0.885983467102E+00-0.279396772385E-08 0.100000000000E+01
+    0.168339565430E+05-0.244296646118E+01 0.931322574616E-09 0.000000000000E+00
+ 3 09  4  1 19 45  0.0-0.344756990671E-04-0.272848410532E-11 0.702000000000E+05
+   -0.443757958984E+04 0.297658634186E+01 0.279396772385E-08 0.000000000000E+00
+   -0.996952832031E+04-0.105457019806E+01-0.186264514923E-08 0.500000000000E+01
+    0.230518481445E+05 0.116736412048E+00-0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1 19 45  0.0 0.634826719761E-04-0.818545231596E-11 0.714000000000E+05
+   -0.175944160156E+05 0.236784744263E+01 0.931322574616E-09 0.000000000000E+00
+   -0.268140039062E+04-0.837697029114E+00 0.000000000000E+00 0.600000000000E+01
+    0.181413813477E+05 0.216177082062E+01-0.279396772385E-08 0.000000000000E+00
+ 6 09  4  1 19 45  0.0-0.169358216226E-03 0.000000000000E+00 0.703500000000E+05
+   -0.149115522461E+05-0.191544723511E+01-0.186264514923E-08 0.000000000000E+00
+    0.138883432617E+05 0.848960876465E+00 0.186264514923E-08 0.100000000000E+01
+   -0.155113725586E+05 0.262140274048E+01-0.931322574615E-09 0.000000000000E+00
+ 7 09  4  1 19 45  0.0-0.892374664545E-04 0.181898940355E-11 0.702600000000E+05
+    0.454314453125E+04-0.289540195465E+01-0.186264514923E-08 0.000000000000E+00
+    0.102822998047E+05 0.118958187103E+01 0.186264514923E-08 0.500000000000E+01
+   -0.229180136719E+05-0.422744750977E-01 0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 19 45  0.0-0.102089717984E-03 0.000000000000E+00 0.702600000000E+05
+    0.199857822266E+05-0.208403873444E+01-0.931322574615E-09 0.000000000000E+00
+    0.814163574219E+03 0.609673500061E+00 0.000000000000E+00 0.600000000000E+01
+   -0.158367602539E+05-0.259877204895E+01 0.279396772385E-08 0.000000000000E+00
+ 9 09  4  1 19 45  0.0-0.693742185831E-04-0.909494701773E-12 0.717000000000E+05
+   -0.679144775391E+04 0.312255859375E+00-0.186264514923E-08 0.000000000000E+00
+    0.238906791992E+05-0.758498191833E+00 0.186264514923E-08-0.200000000000E+01
+   -0.585028320313E+04-0.346410179138E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1 19 45  0.0-0.140920281410E-03 0.000000000000E+00 0.702300000000E+05
+    0.163455859375E+04-0.656442642212E-01 0.000000000000E+00 0.000000000000E+00
+    0.227672421875E+05 0.156163501739E+01 0.000000000000E+00-0.700000000000E+01
+    0.112932124023E+05-0.314223194122E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 19 45  0.0-0.927597284317E-04 0.000000000000E+00 0.702000000000E+05
+    0.917498291016E+04-0.455001831055E+00 0.931322574616E-09 0.000000000000E+00
+    0.829308007812E+04 0.302221679688E+01-0.186264514923E-08 0.000000000000E+00
+    0.223256494141E+05-0.926784515381E+00-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 19 45  0.0-0.230778008699E-03-0.909494701773E-12 0.702000000000E+05
+    0.671037255859E+04-0.307814598083E+00 0.186264514923E-08 0.000000000000E+00
+   -0.239480219727E+05 0.736633300781E+00-0.931322574616E-09-0.200000000000E+01
+    0.566141552734E+04 0.347228622436E+01 0.186264514923E-08 0.000000000000E+00
+14 09  4  1 19 45  0.0-0.796308740973E-04 0.363797880709E-11 0.702900000000E+05
+   -0.159629492188E+04 0.525646209717E-01 0.000000000000E+00 0.000000000000E+00
+   -0.228903637695E+05-0.154480075836E+01 0.000000000000E+00-0.700000000000E+01
+   -0.112254599609E+05 0.313973331451E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 19 45  0.0 0.920481979847E-04 0.000000000000E+00 0.703200000000E+05
+   -0.916873925781E+04 0.432809829712E+00-0.186264514923E-08 0.000000000000E+00
+   -0.791826611328E+04-0.304694747925E+01 0.186264514923E-08 0.000000000000E+00
+   -0.224212749023E+05 0.909693717957E+00 0.931322574615E-09 0.000000000000E+00
+17 09  4  1 19 45  0.0-0.261398963630E-03-0.909494701773E-12 0.702300000000E+05
+   -0.140655458984E+05 0.105445575714E+01 0.000000000000E+00 0.000000000000E+00
+   -0.182213115234E+05 0.107256793976E+01 0.931322574615E-09 0.400000000000E+01
+   -0.108912592773E+05-0.316192913055E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 19 45  0.0-0.145565718412E-05 0.000000000000E+00 0.702000000000E+05
+   -0.209776254883E+05-0.829623222351E+00 0.000000000000E+00 0.000000000000E+00
+   -0.129613383789E+05-0.445349693298E+00 0.000000000000E+00-0.300000000000E+01
+    0.680341113281E+04-0.340954208374E+01-0.931322574616E-09 0.000000000000E+00
+19 09  4  1 19 45  0.0-0.895652920008E-04-0.909494701773E-12 0.702000000000E+05
+   -0.153660024414E+05-0.220576286316E+01 0.931322574616E-09 0.000000000000E+00
+   -0.303278320312E+03-0.170735359192E+01 0.000000000000E+00 0.300000000000E+01
+    0.203617070312E+05-0.169021892548E+01-0.279396772385E-08 0.000000000000E+00
+20 09  4  1 19 45  0.0-0.651292502880E-04 0.000000000000E+00 0.702300000000E+05
+   -0.821692382812E+03-0.229907608032E+01 0.931322574616E-09 0.000000000000E+00
+    0.127351821289E+05-0.196440410614E+01-0.931322574616E-09 0.200000000000E+01
+    0.220846372070E+05 0.105381965637E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 19 45  0.0-0.143490731716E-03 0.000000000000E+00 0.702300000000E+05
+    0.142376738281E+05-0.104926300049E+01 0.000000000000E+00 0.000000000000E+00
+    0.182187177734E+05-0.106659793854E+01-0.931322574616E-09 0.400000000000E+01
+    0.108823178711E+05 0.314877510071E+01-0.931322574616E-09 0.000000000000E+00
+22 09  4  1 19 45  0.0-0.201752409339E-03-0.363797880709E-11 0.708600000000E+05
+    0.208447231445E+05 0.818280220032E+00 0.000000000000E+00 0.000000000000E+00
+    0.129489223633E+05 0.459908485413E+00 0.000000000000E+00-0.300000000000E+01
+   -0.668700048828E+04 0.343251609802E+01 0.931322574616E-09 0.000000000000E+00
+23 09  4  1 19 45  0.0-0.200262293220E-03 0.454747350886E-11 0.702300000000E+05
+    0.149503583984E+05 0.222668266296E+01-0.931322574615E-09 0.000000000000E+00
+   -0.154486816406E+03 0.175012111664E+01 0.000000000000E+00 0.300000000000E+01
+   -0.206507031250E+05 0.160178089142E+01 0.279396772385E-08 0.000000000000E+00
+ 2 09  4  1 20 15  0.0 0.204565003514E-04-0.272848410532E-11 0.720000000000E+05
+    0.169325546875E+05 0.137547302246E+01 0.279396772385E-08 0.000000000000E+00
+   -0.149654599609E+05-0.872450828552E+00-0.279396772385E-08 0.100000000000E+01
+    0.118429052734E+05-0.306663608551E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 20 15  0.0-0.344803556800E-04-0.272848410532E-11 0.720000000000E+05
+    0.719513183594E+03 0.270782566071E+01 0.279396772385E-08 0.000000000000E+00
+   -0.122321435547E+05-0.143492603302E+01-0.186264514923E-08 0.500000000000E+01
+    0.223678930664E+05-0.871756553650E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 20 15  0.0 0.634668394923E-04-0.818545231596E-11 0.720000000000E+05
+   -0.130768364258E+05 0.260250568390E+01 0.931322574616E-09 0.000000000000E+00
+   -0.467262988281E+04-0.137369060516E+01-0.931322574616E-09 0.600000000000E+01
+    0.212723334961E+05 0.129405117035E+01-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 20 15  0.0-0.169357284904E-03 0.000000000000E+00 0.724200000000E+05
+   -0.176839111328E+05-0.115281486511E+01-0.186264514923E-08 0.000000000000E+00
+    0.153805019531E+05 0.766922950745E+00 0.186264514923E-08 0.100000000000E+01
+   -0.102600078125E+05 0.317623329163E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 20 15  0.0-0.892328098416E-04 0.181898940355E-11 0.720600000000E+05
+   -0.443143066406E+03-0.260194110870E+01-0.186264514923E-08 0.000000000000E+00
+    0.127558867188E+05 0.153213024139E+01 0.186264514923E-08 0.500000000000E+01
+   -0.221093276367E+05 0.934950828552E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 20 15  0.0-0.102088786662E-03 0.909494701773E-12 0.720600000000E+05
+    0.158560346680E+05-0.245717430115E+01-0.931322574615E-09 0.000000000000E+00
+    0.240077832031E+04 0.116069889069E+01 0.931322574615E-09 0.600000000000E+01
+   -0.198422666016E+05-0.182292079926E+01 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 20 15  0.0-0.693770125508E-04-0.909494701773E-12 0.725100000000E+05
+   -0.627720507813E+04 0.219083786011E+00-0.186264514923E-08 0.000000000000E+00
+    0.217492084961E+05-0.160476303101E+01 0.186264514923E-08-0.200000000000E+01
+   -0.117792382813E+05-0.308090686798E+01-0.931322574615E-09 0.000000000000E+00
+10 09  4  1 20 15  0.0-0.140919350088E-03 0.000000000000E+00 0.720300000000E+05
+    0.177260644531E+04 0.181776046753E+00-0.931322574616E-09 0.000000000000E+00
+    0.248508046875E+05 0.730748176575E+00 0.931322574616E-09-0.700000000000E+01
+    0.527185302734E+04-0.350451374054E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 20 15  0.0-0.927606597543E-04 0.000000000000E+00 0.720300000000E+05
+    0.878052343750E+04 0.543403625488E-02 0.000000000000E+00 0.000000000000E+00
+    0.134988867188E+05 0.271275615692E+01-0.931322574616E-09 0.000000000000E+00
+    0.198178852539E+05-0.184134864807E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 20 15  0.0-0.230779871345E-03-0.909494701773E-12 0.720000000000E+05
+    0.620120019531E+04-0.217792510986E+00 0.279396772385E-08 0.000000000000E+00
+   -0.218433017578E+05 0.158620548248E+01-0.186264514923E-08-0.200000000000E+01
+    0.116117812500E+05 0.309625816345E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1 20 15  0.0-0.796243548393E-04 0.363797880709E-11 0.720300000000E+05
+   -0.175560693359E+04-0.192346572876E+00 0.931322574616E-09 0.000000000000E+00
+   -0.249458505859E+05-0.716835021973E+00 0.000000000000E+00-0.700000000000E+01
+   -0.521450195312E+04 0.349592113495E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 20 15  0.0 0.920500606298E-04 0.000000000000E+00 0.720900000000E+05
+   -0.881819482422E+04-0.316972732544E-01-0.931322574615E-09 0.000000000000E+00
+   -0.131716889648E+05-0.273998928070E+01 0.931322574615E-09 0.000000000000E+00
+   -0.199355180664E+05 0.183455753326E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 20 15  0.0-0.261401757598E-03-0.909494701773E-12 0.720300000000E+05
+   -0.114866313477E+05 0.180535888672E+01-0.931322574615E-09 0.000000000000E+00
+   -0.160650834961E+05 0.127798461914E+01 0.931322574615E-09 0.400000000000E+01
+   -0.160857436523E+05-0.257214260101E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 20 15  0.0-0.145472586155E-05 0.000000000000E+00 0.720300000000E+05
+   -0.218870205078E+05-0.150588989258E+00 0.000000000000E+00 0.000000000000E+00
+   -0.132231186523E+05 0.126186370850E+00 0.000000000000E+00-0.300000000000E+01
+    0.484004394531E+03-0.356680774689E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 20 15  0.0-0.895671546459E-04-0.909494701773E-12 0.722100000000E+05
+   -0.191874628906E+05-0.199190425873E+01 0.000000000000E+00 0.000000000000E+00
+   -0.282903417969E+04-0.109423637390E+01 0.000000000000E+00 0.300000000000E+01
+    0.165717617188E+05-0.249351882935E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 20 15  0.0-0.651292502880E-04 0.000000000000E+00 0.720300000000E+05
+   -0.533709472656E+04-0.268008995056E+01 0.931322574616E-09 0.000000000000E+00
+    0.942603222656E+04-0.167702102661E+01-0.931322574616E-09 0.200000000000E+01
+    0.231036254883E+05 0.712432861328E-01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 20 15  0.0-0.143492594361E-03 0.000000000000E+00 0.720300000000E+05
+    0.116699360352E+05-0.179830455780E+01 0.000000000000E+00 0.000000000000E+00
+    0.160786357422E+05-0.126655960083E+01-0.931322574616E-09 0.400000000000E+01
+    0.160586835938E+05 0.256548595429E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 20 15  0.0-0.201758928597E-03-0.363797880709E-11 0.720300000000E+05
+    0.217269702148E+05 0.131775856018E+00 0.000000000000E+00 0.000000000000E+00
+    0.132317045898E+05-0.117104530334E+00 0.000000000000E+00-0.300000000000E+01
+   -0.328229492188E+03 0.358649349213E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 20 15  0.0-0.200252979994E-03 0.454747350886E-11 0.720300000000E+05
+    0.188309946289E+05 0.203653144836E+01-0.931322574615E-09 0.000000000000E+00
+    0.245440087891E+04 0.114228725433E+01 0.000000000000E+00 0.300000000000E+01
+   -0.170052036133E+05 0.242249870300E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 20 45  0.0 0.204509124160E-04-0.272848410532E-11 0.738000000000E+05
+    0.186848227539E+05 0.573604583740E+00 0.931322574616E-09 0.000000000000E+00
+   -0.163296254883E+05-0.600445747376E+00-0.279396772385E-08 0.100000000000E+01
+    0.593666699219E+04-0.345325469971E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 20 45  0.0-0.344859436154E-04-0.272848410532E-11 0.738000000000E+05
+    0.516611816406E+04 0.219946956634E+01 0.279396772385E-08 0.000000000000E+00
+   -0.150208637695E+05-0.162565422058E+01-0.279396772385E-08 0.500000000000E+01
+    0.199540566406E+05-0.179287052155E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 20 45  0.0 0.634510070086E-04-0.818545231596E-11 0.738000000000E+05
+   -0.840227392578E+04 0.254394149780E+01 0.186264514923E-08 0.000000000000E+00
+   -0.758970214844E+04-0.184826564789E+01-0.186264514923E-08 0.600000000000E+01
+    0.227387036133E+05 0.324508666992E+00-0.186264514923E-08 0.000000000000E+00
+ 6 09  4  1 20 45  0.0-0.169357284904E-03 0.000000000000E+00 0.747000000000E+05
+   -0.190516284180E+05-0.373408317566E+00-0.931322574615E-09 0.000000000000E+00
+    0.164973061523E+05 0.433113098145E+00 0.186264514923E-08 0.100000000000E+01
+   -0.422249414063E+04 0.348905181885E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 20 45  0.0-0.892281532288E-04 0.181898940355E-11 0.747300000000E+05
+   -0.469037841797E+04-0.208712482452E+01-0.186264514923E-08 0.000000000000E+00
+    0.156778076172E+05 0.167548751831E+01 0.279396772385E-08 0.500000000000E+01
+   -0.195956513672E+05 0.183992862701E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 20 45  0.0-0.102086924016E-03 0.909494701773E-12 0.747600000000E+05
+    0.113166889648E+05-0.253731918335E+01-0.186264514923E-08 0.000000000000E+00
+    0.498645263672E+04 0.170126914978E+01 0.186264514923E-08 0.600000000000E+01
+   -0.223145800781E+05-0.906272888184E+00 0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 20 45  0.0-0.693807378411E-04-0.909494701773E-12 0.746700000000E+05
+   -0.613368994141E+04-0.909700393677E-01-0.186264514923E-08 0.000000000000E+00
+    0.182043349609E+05-0.230045604706E+01 0.279396772385E-08-0.200000000000E+01
+   -0.167984692383E+05-0.245986461639E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 20 45  0.0-0.140919350088E-03 0.000000000000E+00 0.739800000000E+05
+    0.214356152344E+04 0.188400268555E+00-0.931322574615E-09 0.000000000000E+00
+    0.253508188477E+05-0.178255081177E+00 0.186264514923E-08 0.249000000000E+03
+   -0.115920507812E+04-0.359446620941E+01-0.186264514923E-08 0.000000000000E+00
+11 09  4  1 20 45  0.0-0.927625223994E-04 0.000000000000E+00 0.738300000000E+05
+    0.912386230469E+04 0.348815917969E+00 0.000000000000E+00 0.000000000000E+00
+    0.178967148438E+05 0.213418674469E+01 0.000000000000E+00 0.000000000000E+00
+    0.157828320312E+05-0.261289024353E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 20 45  0.0-0.230782665312E-03-0.909494701773E-12 0.738000000000E+05
+    0.605784863281E+04 0.900802612305E-01 0.279396772385E-08 0.000000000000E+00
+   -0.183272338867E+05 0.228727245331E+01-0.279396772385E-08-0.200000000000E+01
+    0.166637607422E+05 0.248054790497E+01 0.931322574616E-09 0.000000000000E+00
+14 09  4  1 20 45  0.0-0.796178355813E-04 0.272848410532E-11 0.738300000000E+05
+   -0.214366943359E+04-0.196970939636E+00 0.931322574616E-09 0.000000000000E+00
+   -0.254249516602E+05 0.187432289123E+00-0.931322574616E-09-0.700000000000E+01
+    0.119794873047E+04 0.358295154571E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 20 45  0.0 0.920509919524E-04 0.000000000000E+00 0.738300000000E+05
+   -0.921042822266E+04-0.376255989075E+00 0.000000000000E+00 0.000000000000E+00
+   -0.176164648438E+05-0.215819168091E+01 0.931322574615E-09 0.000000000000E+00
+   -0.159016572266E+05 0.261846065521E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 20 45  0.0-0.261403620243E-03-0.909494701773E-12 0.747300000000E+05
+   -0.762121728516E+04 0.246502399445E+01-0.931322574615E-09 0.000000000000E+00
+   -0.137803715820E+05 0.121859931946E+01 0.931322574615E-09 0.400000000000E+01
+   -0.200312382813E+05-0.178331756592E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 20 45  0.0-0.145379453897E-05 0.000000000000E+00 0.747900000000E+05
+   -0.214389936523E+05 0.662200927734E+00 0.000000000000E+00 0.000000000000E+00
+   -0.126302617188E+05 0.493669509888E+00 0.931322574615E-09-0.300000000000E+01
+   -0.587247412109E+04-0.345039558411E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 20 45  0.0-0.895690172911E-04-0.909494701773E-12 0.738300000000E+05
+   -0.223684394531E+05-0.149888515472E+01 0.000000000000E+00 0.000000000000E+00
+   -0.425890820312E+04-0.508111953735E+00 0.000000000000E+00 0.300000000000E+01
+    0.115009121094E+05-0.310419940949E+01-0.186264514923E-08 0.000000000000E+00
+20 09  4  1 20 45  0.0-0.651292502880E-04 0.000000000000E+00 0.738300000000E+05
+   -0.103131977539E+05-0.280107021332E+01 0.931322574616E-09 0.000000000000E+00
+    0.679937207031E+04-0.122138595581E+01-0.931322574616E-09 0.200000000000E+01
+    0.223385009766E+05-0.915690422058E+00-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 20 45  0.0-0.143493525684E-03-0.909494701773E-12 0.738300000000E+05
+    0.781772753906E+04-0.245777034759E+01 0.000000000000E+00 0.000000000000E+00
+    0.138169145508E+05-0.120500850678E+01-0.931322574616E-09 0.400000000000E+01
+    0.199987978516E+05 0.178392887116E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 20 45  0.0-0.201765447855E-03-0.272848410532E-11 0.738300000000E+05
+    0.212393530273E+05-0.686840057373E+00 0.000000000000E+00 0.000000000000E+00
+    0.126520571289E+05-0.487589836121E+00-0.931322574616E-09-0.300000000000E+01
+    0.605621923828E+04 0.346096324921E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 20 45  0.0-0.200243666768E-03 0.454747350886E-11 0.745800000000E+05
+    0.221115986328E+05 0.156414794922E+01-0.931322574615E-09 0.000000000000E+00
+    0.396870458984E+04 0.552460670471E+00 0.000000000000E+00 0.300000000000E+01
+   -0.120423974609E+05 0.305588626862E+01 0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 21 15  0.0 0.204453244805E-04-0.272848410532E-11 0.756000000000E+05
+    0.190390659180E+05-0.159548759460E+00 0.931322574616E-09 0.000000000000E+00
+   -0.169828359375E+05-0.895099639893E-01-0.186264514923E-08 0.100000000000E+01
+   -0.428280761719E+03-0.357301712036E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 21 15  0.0-0.344915315509E-04-0.272848410532E-11 0.756000000000E+05
+    0.854696093750E+04 0.154072093964E+01 0.186264514923E-08 0.000000000000E+00
+   -0.179320371094E+05-0.156369209290E+01-0.372529029846E-08 0.500000000000E+01
+    0.159969462891E+05-0.257535839081E+01 0.931322574616E-09 0.000000000000E+00
+ 4 09  4  1 21 15  0.0 0.634351745248E-04-0.818545231596E-11 0.756000000000E+05
+   -0.407572021484E+04 0.222495651245E+01 0.186264514923E-08 0.000000000000E+00
+   -0.112277753906E+05-0.215931987763E+01-0.279396772385E-08 0.600000000000E+01
+    0.224254565430E+05-0.670148849487E+00-0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 21 15  0.0-0.169358216226E-03 0.000000000000E+00 0.758100000000E+05
+   -0.190836469727E+05 0.314157485962E+00 0.000000000000E+00 0.000000000000E+00
+    0.168053891602E+05-0.123193740845E+00 0.931322574615E-09 0.100000000000E+01
+    0.213953173828E+04 0.353413486481E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 21 15  0.0-0.892234966159E-04 0.181898940355E-11 0.756300000000E+05
+   -0.787822070313E+04-0.144192886353E+01-0.931322574615E-09 0.000000000000E+00
+    0.186341455078E+05 0.156442737579E+01 0.279396772385E-08 0.500000000000E+01
+   -0.155708959961E+05 0.260308074951E+01-0.931322574615E-09 0.000000000000E+00
+ 8 09  4  1 21 15  0.0-0.102085061371E-03 0.909494701773E-12 0.756300000000E+05
+    0.689099609375E+04-0.233675765991E+01-0.931322574615E-09 0.000000000000E+00
+    0.845365332031E+04 0.212289810181E+01 0.279396772385E-08 0.600000000000E+01
+   -0.230627226563E+05 0.804061889648E-01 0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 21 15  0.0-0.693835318089E-04-0.909494701773E-12 0.758700000000E+05
+   -0.669313964844E+04-0.547482490540E+00-0.931322574615E-09 0.000000000000E+00
+    0.136126337891E+05-0.275562286377E+01 0.279396772385E-08-0.200000000000E+01
+   -0.205205375977E+05-0.164895820618E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 21 15  0.0-0.140919350088E-03 0.000000000000E+00 0.762600000000E+05
+    0.230236621094E+04-0.508909225464E-01-0.931322574615E-09 0.000000000000E+00
+    0.242344750977E+05-0.104519271851E+01 0.186264514923E-08-0.700000000000E+01
+   -0.750024121094E+04-0.340518474579E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 21 15  0.0-0.927634537220E-04 0.000000000000E+00 0.756300000000E+05
+    0.991626513672E+04 0.493430137634E+00 0.000000000000E+00 0.000000000000E+00
+    0.210660185547E+05 0.136333370209E+01 0.000000000000E+00 0.000000000000E+00
+    0.105328789062E+05-0.318262100220E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 21 15  0.0-0.230784527957E-03-0.909494701773E-12 0.756000000000E+05
+    0.661484814453E+04 0.545925140381E+00 0.186264514923E-08 0.000000000000E+00
+   -0.137535512695E+05 0.274886608124E+01-0.372529029846E-08-0.200000000000E+01
+    0.204261938477E+05 0.167273712158E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 21 15  0.0-0.796113163233E-04 0.272848410532E-11 0.756300000000E+05
+   -0.231670703125E+04 0.435295104980E-01 0.186264514923E-08 0.000000000000E+00
+   -0.242964409180E+05 0.104969406128E+01-0.186264514923E-08-0.700000000000E+01
+    0.751811035156E+04 0.339400005341E+01 0.186264514923E-08 0.000000000000E+00
+15 09  4  1 21 15  0.0 0.920509919524E-04 0.000000000000E+00 0.756600000000E+05
+   -0.100500644531E+05-0.517649650574E+00 0.000000000000E+00 0.000000000000E+00
+   -0.208223666992E+05-0.137938022614E+01 0.000000000000E+00 0.000000000000E+00
+   -0.106310117188E+05 0.319963932037E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 21 15  0.0-0.261406414211E-03-0.909494701773E-12 0.759000000000E+05
+   -0.273047216797E+04 0.292909717560E+01-0.931322574615E-09 0.000000000000E+00
+   -0.118128569336E+05 0.935935974121E+00 0.931322574615E-09 0.400000000000E+01
+   -0.224231401367E+05-0.857262611389E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 21 15  0.0-0.145286321640E-05 0.000000000000E+00 0.759600000000E+05
+   -0.194874501953E+05 0.150081539154E+01 0.000000000000E+00 0.000000000000E+00
+   -0.115949868164E+05 0.614190101624E+00 0.931322574615E-09-0.300000000000E+01
+   -0.117777875977E+05-0.306860923767E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 21 15  0.0-0.895708799362E-04-0.909494701773E-12 0.756300000000E+05
+   -0.244454824219E+05-0.777196884155E+00 0.000000000000E+00 0.000000000000E+00
+   -0.473649072266E+04-0.515213012695E-01 0.000000000000E+00 0.300000000000E+01
+    0.554095703125E+04-0.347498512268E+01-0.931322574616E-09 0.000000000000E+00
+20 09  4  1 21 15  0.0-0.651292502880E-04 0.000000000000E+00 0.756300000000E+05
+   -0.152412338867E+05-0.262407779694E+01 0.000000000000E+00 0.000000000000E+00
+    0.506923681641E+04-0.699027061462E+00 0.000000000000E+00 0.200000000000E+01
+    0.198501992188E+05-0.183105087280E+01-0.279396772385E-08 0.000000000000E+00
+21 09  4  1 21 15  0.0-0.143491663039E-03-0.909494701773E-12 0.756300000000E+05
+    0.293848925781E+04-0.292394161224E+01 0.000000000000E+00 0.000000000000E+00
+    0.118736679688E+05-0.922946929932E+00-0.931322574616E-09 0.400000000000E+01
+    0.223973745117E+05 0.863650321960E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 21 15  0.0-0.201771967113E-03-0.272848410532E-11 0.756300000000E+05
+    0.192414462891E+05-0.152674961090E+01 0.000000000000E+00 0.000000000000E+00
+    0.116271391602E+05-0.608362197876E+00-0.931322574616E-09-0.300000000000E+01
+    0.119694804688E+05 0.306655311585E+01-0.931322574616E-09 0.000000000000E+00
+23 09  4  1 21 15  0.0-0.200235284865E-03 0.454747350886E-11 0.763200000000E+05
+    0.243201552734E+05 0.856791496277E+00 0.000000000000E+00 0.000000000000E+00
+    0.451704052734E+04 0.847501754761E-01 0.000000000000E+00 0.300000000000E+01
+   -0.614638427734E+04 0.345260906220E+01 0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 21 45  0.0 0.204397365451E-04-0.272848410532E-11 0.774000000000E+05
+    0.182118706055E+05-0.724716186523E+00 0.000000000000E+00 0.000000000000E+00
+   -0.165451459961E+05 0.598169326782E+00-0.931322574616E-09 0.100000000000E+01
+   -0.676013916016E+04-0.341673755646E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 21 45  0.0-0.345017760992E-04-0.272848410532E-11 0.774000000000E+05
+    0.106881411133E+05 0.841080665588E+00 0.931322574616E-09 0.000000000000E+00
+   -0.204847119141E+05-0.122754955292E+01-0.372529029846E-08 0.500000000000E+01
+    0.108025771484E+05-0.315867328644E+01 0.186264514923E-08 0.000000000000E+00
+ 4 09  4  1 21 45  0.0 0.634351745248E-04-0.818545231596E-11 0.774000000000E+05
+   -0.505390136719E+03 0.171863365173E+01 0.186264514923E-08 0.000000000000E+00
+   -0.152177690430E+05-0.222919559479E+01-0.372529029846E-08 0.600000000000E+01
+    0.203583803711E+05-0.161127281189E+01 0.000000000000E+00 0.100000000000E+01
+ 6 09  4  1 21 45  0.0-0.169360078871E-03-0.909494701773E-12 0.777000000000E+05
+   -0.180309628906E+05 0.818992614746E+00 0.000000000000E+00 0.000000000000E+00
+    0.159614511719E+05-0.832414627075E+00 0.931322574616E-09 0.100000000000E+01
+    0.833595214844E+04 0.330586433411E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 21 45  0.0-0.892197713256E-04 0.181898940355E-11 0.774300000000E+05
+   -0.986783203125E+04-0.774215698242E+00-0.931322574615E-09 0.000000000000E+00
+    0.211479877930E+05 0.118528079987E+01 0.279396772385E-08 0.500000000000E+01
+   -0.103452231445E+05 0.316564083099E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 21 45  0.0-0.102083198726E-03 0.000000000000E+00 0.774600000000E+05
+    0.304001855469E+04-0.191124725342E+01-0.931322574615E-09 0.000000000000E+00
+    0.125014682617E+05 0.233325099945E+01 0.279396772385E-08 0.600000000000E+01
+   -0.220288027344E+05 0.106096076965E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 21 45  0.0-0.693863257766E-04-0.909494701773E-12 0.782100000000E+05
+   -0.813381884766E+04-0.105227279663E+01-0.931322574615E-09 0.000000000000E+00
+    0.846122265625E+04-0.291710853577E+01 0.279396772385E-08-0.200000000000E+01
+   -0.226581328125E+05-0.710738182068E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 21 45  0.0-0.140919350088E-03 0.000000000000E+00 0.783000000000E+05
+    0.183639013672E+04-0.495466232300E+00-0.931322574615E-09 0.000000000000E+00
+    0.216815581055E+05-0.175727748871E+01 0.279396772385E-08-0.700000000000E+01
+   -0.132589819336E+05-0.295178413391E+01-0.931322574615E-09 0.000000000000E+00
+11 09  4  1 21 45  0.0-0.927634537220E-04 0.000000000000E+00 0.774300000000E+05
+    0.107526186523E+05 0.393548011780E+00 0.000000000000E+00 0.000000000000E+00
+    0.227520385742E+05 0.505069732666E+00 0.931322574616E-09 0.000000000000E+00
+    0.447281640625E+04-0.350728034973E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 21 45  0.0-0.230787321925E-03-0.909494701773E-12 0.774000000000E+05
+    0.805336523438E+04 0.105169105530E+01 0.931322574616E-09 0.000000000000E+00
+   -0.860847412109E+04 0.291673278809E+01-0.372529029846E-08-0.200000000000E+01
+    0.226076611328E+05 0.735341072082E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 21 45  0.0-0.796047970653E-04 0.272848410532E-11 0.777000000000E+05
+   -0.186325537109E+04 0.488898277283E+00 0.186264514923E-08 0.000000000000E+00
+   -0.217384951172E+05 0.175872421265E+01-0.372529029846E-08-0.700000000000E+01
+    0.132588950195E+05 0.294329643249E+01 0.931322574616E-09 0.000000000000E+00
+15 09  4  1 21 45  0.0 0.920519232750E-04 0.000000000000E+00 0.789000000000E+05
+   -0.109233442383E+05-0.409547805786E+00 0.931322574616E-09 0.000000000000E+00
+   -0.225282768555E+05-0.511050224304E+00-0.931322574616E-09 0.000000000000E+00
+   -0.453259814453E+04 0.353207302093E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 21 45  0.0-0.261408276856E-03-0.909494701773E-12 0.774300000000E+05
+    0.275962158203E+04 0.312136650085E+01 0.000000000000E+00 0.000000000000E+00
+   -0.104980302734E+05 0.509022712708E+00 0.931322574615E-09 0.400000000000E+01
+   -0.230782734375E+05 0.133823394775E+00 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 21 45  0.0-0.145286321640E-05 0.000000000000E+00 0.782100000000E+05
+   -0.160900161133E+05 0.224987125397E+01 0.000000000000E+00 0.000000000000E+00
+   -0.105674970703E+05 0.488998413086E+00 0.931322574615E-09-0.300000000000E+01
+   -0.167769277344E+05-0.244987201691E+01 0.931322574615E-09 0.000000000000E+00
+19 09  4  1 21 45  0.0-0.895736739039E-04-0.909494701773E-12 0.774300000000E+05
+   -0.250814833984E+05 0.851278305054E-01 0.000000000000E+00 0.000000000000E+00
+   -0.456875683594E+04 0.199105262756E+00 0.931322574616E-09 0.300000000000E+01
+   -0.847421386719E+03-0.357711887360E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 21 45  0.0-0.651283189654E-04 0.000000000000E+00 0.774300000000E+05
+   -0.195848334961E+05-0.215686225891E+01 0.000000000000E+00 0.000000000000E+00
+    0.425705224609E+04-0.219341278076E+00 0.000000000000E+00 0.200000000000E+01
+    0.158319931641E+05-0.260465431213E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 21 45  0.0-0.143494457007E-03-0.909494701773E-12 0.774300000000E+05
+   -0.254566650391E+04-0.312013721466E+01 0.000000000000E+00 0.000000000000E+00
+    0.105802509766E+05-0.498447418213E+00-0.931322574616E-09 0.400000000000E+01
+    0.230668852539E+05-0.124859809875E+00-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 21 45  0.0-0.201777555048E-03-0.272848410532E-11 0.774300000000E+05
+    0.158007202148E+05-0.227099418640E+01 0.000000000000E+00 0.000000000000E+00
+    0.106112646484E+05-0.481794357300E+00-0.931322574616E-09-0.300000000000E+01
+    0.169532055664E+05 0.243508815765E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 21 45  0.0-0.200225971639E-03 0.454747350886E-11 0.774300000000E+05
+    0.251060859375E+05 0.347137451172E-03 0.000000000000E+00 0.000000000000E+00
+    0.439535888672E+04-0.181673049927E+00 0.000000000000E+00 0.300000000000E+01
+    0.226023437500E+03 0.358175182342E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 22 15  0.0 0.204350799322E-04-0.272848410532E-11 0.802500000000E+05
+    0.165727260742E+05-0.105357360840E+01 0.000000000000E+00 0.000000000000E+00
+   -0.147800219727E+05 0.136759662628E+01 0.000000000000E+00 0.100000000000E+01
+   -0.125697709961E+05-0.299653530121E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 22 15  0.0-0.345064327121E-04-0.272848410532E-11 0.792000000000E+05
+    0.116176245117E+05 0.212174415588E+00 0.000000000000E+00 0.000000000000E+00
+   -0.222004555664E+05-0.641587257385E+00-0.279396772385E-08 0.500000000000E+01
+    0.477269531250E+04-0.349767398834E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 22 15  0.0 0.634202733636E-04-0.727595761418E-11 0.792000000000E+05
+    0.205900732422E+04 0.112538528442E+01 0.931322574616E-09 0.000000000000E+00
+   -0.190835507812E+05-0.201839637756E+01-0.372529029846E-08 0.600000000000E+01
+    0.167016088867E+05-0.242486763001E+01 0.931322574616E-09 0.100000000000E+01
+ 6 09  4  1 22 15  0.0-0.169361941516E-03-0.909494701773E-12 0.792300000000E+05
+   -0.162807744141E+05 0.108275985718E+01 0.000000000000E+00 0.000000000000E+00
+    0.137762778320E+05-0.159519004822E+01 0.000000000000E+00 0.100000000000E+01
+    0.138855488281E+05 0.281979560852E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 22 15  0.0-0.892151147127E-04 0.181898940355E-11 0.792300000000E+05
+   -0.107164331055E+05-0.190929412842E+00 0.000000000000E+00 0.000000000000E+00
+    0.227580117188E+05 0.568922996521E+00 0.186264514923E-08 0.500000000000E+01
+   -0.432139990234E+04 0.348414230347E+01-0.186264514923E-08 0.000000000000E+00
+ 8 09  4  1 22 15  0.0-0.102082267404E-03 0.000000000000E+00 0.792300000000E+05
+    0.921503906250E+02-0.135029411316E+01 0.000000000000E+00 0.000000000000E+00
+    0.166894848633E+05 0.227192974091E+01 0.279396772385E-08 0.600000000000E+01
+   -0.192924931641E+05 0.195967864990E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 22 15  0.0-0.693900510669E-04-0.909494701773E-12 0.794400000000E+05
+   -0.104446132813E+05-0.149613952637E+01 0.000000000000E+00 0.000000000000E+00
+    0.329302636719E+04-0.277685260773E+01 0.279396772385E-08-0.200000000000E+01
+   -0.230461127930E+05 0.282475471497E+00 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 22 15  0.0-0.140919350088E-03 0.000000000000E+00 0.794100000000E+05
+    0.442676757813E+03-0.106586265564E+01 0.000000000000E+00 0.000000000000E+00
+    0.180543017578E+05-0.222732734680E+01 0.279396772385E-08-0.700000000000E+01
+   -0.179893232422E+05-0.227007579803E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 22 15  0.0-0.927643850446E-04 0.000000000000E+00 0.792300000000E+05
+    0.111843046875E+05 0.472898483276E-01 0.000000000000E+00 0.000000000000E+00
+    0.229016630859E+05-0.324450492859E+00 0.186264514923E-08 0.000000000000E+00
+   -0.193110888672E+04-0.356226062775E+01-0.186264514923E-08 0.000000000000E+00
+13 09  4  1 22 15  0.0-0.230789184570E-03-0.909494701773E-12 0.792000000000E+05
+    0.103650781250E+05 0.149794101715E+01 0.000000000000E+00 0.000000000000E+00
+   -0.343589306641E+04 0.278187465668E+01-0.279396772385E-08-0.200000000000E+01
+    0.230391376953E+05-0.259047508240E+00-0.931322574616E-09 0.000000000000E+00
+14 09  4  1 22 15  0.0-0.795982778072E-04 0.272848410532E-11 0.792300000000E+05
+   -0.480500488281E+03 0.106035232544E+01 0.931322574616E-09 0.000000000000E+00
+   -0.181096357422E+05 0.222805500030E+01-0.372529029846E-08-0.700000000000E+01
+    0.179771455078E+05 0.226512622833E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 22 15  0.0 0.920519232750E-04 0.000000000000E+00 0.792000000000E+05
+   -0.113732084961E+05-0.509614944458E-01 0.931322574616E-09 0.000000000000E+00
+   -0.226803720703E+05 0.327164649963E+00-0.186264514923E-08 0.000000000000E+00
+    0.191894189453E+04 0.358939361572E+01 0.186264514923E-08 0.000000000000E+00
+17 09  4  1 22 15  0.0-0.261410139501E-03 0.000000000000E+00 0.794700000000E+05
+    0.832109423828E+04 0.300629138947E+01 0.000000000000E+00 0.000000000000E+00
+   -0.100055283203E+05 0.403757095337E-01 0.931322574615E-09 0.400000000000E+01
+   -0.219484814453E+05 0.111311244965E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 22 15  0.0-0.145379453897E-05 0.000000000000E+00 0.794100000000E+05
+   -0.115048710938E+05 0.280494213104E+01 0.000000000000E+00 0.000000000000E+00
+   -0.995577783203E+04 0.163059234619E+00 0.186264514923E-08-0.300000000000E+01
+   -0.204828408203E+05-0.164083099365E+01 0.186264514923E-08 0.000000000000E+00
+19 09  4  1 22 15  0.0-0.895755365491E-04-0.909494701773E-12 0.794400000000E+05
+   -0.241215224609E+05 0.976421356201E+00 0.000000000000E+00 0.000000000000E+00
+   -0.416676757813E+04 0.206171989441E+00 0.931322574615E-09 0.300000000000E+01
+   -0.717026269531E+04-0.340262889862E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 22 15  0.0-0.651283189654E-04 0.000000000000E+00 0.792300000000E+05
+   -0.228625693359E+05-0.145193862915E+01 0.000000000000E+00 0.000000000000E+00
+    0.419419921875E+04 0.118926048279E+00 0.000000000000E+00 0.200000000000E+01
+    0.105943183594E+05-0.317731475830E+01-0.186264514923E-08 0.000000000000E+00
+21 09  4  1 22 15  0.0-0.143497250974E-03-0.909494701773E-12 0.792300000000E+05
+   -0.810896533203E+04-0.300950622559E+01 0.000000000000E+00 0.000000000000E+00
+    0.101038188477E+05-0.332260131836E-01-0.931322574616E-09 0.400000000000E+01
+    0.219526538086E+05-0.110541343689E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 22 15  0.0-0.201779417694E-03-0.272848410532E-11 0.797400000000E+05
+    0.111862495117E+05-0.281561565399E+01 0.000000000000E+00 0.000000000000E+00
+    0.100137539062E+05-0.154649734497E+00-0.931322574616E-09-0.300000000000E+01
+    0.206233662109E+05 0.161670970917E+01-0.186264514923E-08 0.000000000000E+00
+23 09  4  1 22 15  0.0-0.200216658413E-03 0.454747350886E-11 0.792300000000E+05
+    0.242983364258E+05-0.894303321838E+00 0.000000000000E+00 0.000000000000E+00
+    0.400928808594E+04-0.205840110779E+00-0.931322574616E-09 0.300000000000E+01
+    0.658092871094E+04 0.343330383301E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 22 45  0.0 0.204294919968E-04-0.272848410532E-11 0.816600000000E+05
+    0.145776850586E+05-0.111951351166E+01 0.000000000000E+00 0.000000000000E+00
+   -0.116402382813E+05 0.210631752014E+01 0.931322574615E-09 0.100000000000E+01
+   -0.174084360352E+05-0.234488296509E+01 0.279396772385E-08 0.000000000000E+00
+ 3 09  4  1 22 45  0.0-0.345120206475E-04-0.272848410532E-11 0.810000000000E+05
+    0.115522465820E+05-0.250690460205E+00 0.000000000000E+00 0.000000000000E+00
+   -0.226839931641E+05 0.127340316772E+00-0.186264514923E-08 0.500000000000E+01
+   -0.162630761719E+04-0.356614875794E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 22 45  0.0 0.634053722024E-04-0.727595761418E-11 0.810000000000E+05
+    0.356016992188E+04 0.555448532104E+00 0.000000000000E+00 0.000000000000E+00
+   -0.223181508789E+05-0.153270626068E+01-0.372529029846E-08 0.600000000000E+01
+    0.117436386719E+05-0.304768848419E+01 0.186264514923E-08 0.100000000000E+01
+ 6 09  4  1 22 45  0.0-0.169365666807E-03-0.181898940355E-11 0.810300000000E+05
+   -0.142882607422E+05 0.108932685852E+01 0.000000000000E+00 0.000000000000E+00
+    0.102546962891E+05-0.229824256897E+01-0.931322574616E-09 0.100000000000E+01
+    0.183538676758E+05 0.211209011078E+01-0.279396772385E-08 0.000000000000E+00
+ 7 09  4  1 22 45  0.0-0.892104580998E-04 0.181898940355E-11 0.811200000000E+05
+   -0.106595732422E+05 0.219489097595E+00 0.000000000000E+00 0.000000000000E+00
+    0.230958286133E+05-0.213579177856E+00 0.186264514923E-08 0.500000000000E+01
+    0.203595703125E+04 0.353378486633E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 22 45  0.0-0.102080404758E-03 0.000000000000E+00 0.810600000000E+05
+   -0.180458886719E+04-0.761934280396E+00 0.000000000000E+00 0.000000000000E+00
+    0.205057368164E+05 0.192104816437E+01 0.279396772385E-08 0.600000000000E+01
+   -0.150649721680E+05 0.270709991455E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 22 45  0.0-0.693928450346E-04-0.909494701773E-12 0.816300000000E+05
+   -0.134218867188E+05-0.177746677399E+01 0.000000000000E+00 0.000000000000E+00
+   -0.137636132813E+04-0.237279701233E+01 0.186264514923E-08-0.200000000000E+01
+   -0.216542001953E+05 0.125411128998E+01 0.931322574615E-09 0.000000000000E+00
+10 09  4  1 22 45  0.0-0.140918418765E-03 0.000000000000E+00 0.817200000000E+05
+   -0.201350341797E+04-0.165731525421E+01 0.000000000000E+00 0.000000000000E+00
+    0.138380097656E+05-0.240757560730E+01 0.279396772385E-08-0.700000000000E+01
+   -0.213260942383E+05-0.141354656219E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 22 45  0.0-0.927643850446E-04 0.000000000000E+00 0.812100000000E+05
+    0.107998344727E+05-0.502728462219E+00 0.000000000000E+00 0.000000000000E+00
+    0.216671254883E+05-0.101628780365E+01 0.279396772385E-08 0.000000000000E+00
+   -0.818658447266E+04-0.334337902069E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 22 45  0.0-0.230791978538E-03-0.909494701773E-12 0.810000000000E+05
+    0.133484877930E+05 0.178259468079E+01 0.000000000000E+00 0.000000000000E+00
+    0.124623291016E+04 0.238163471222E+01-0.186264514923E-08-0.200000000000E+01
+    0.216871411133E+05-0.123340225220E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 22 45  0.0-0.795926898718E-04 0.272848410532E-11 0.810300000000E+05
+    0.196726318359E+04 0.165360927582E+01 0.000000000000E+00 0.000000000000E+00
+   -0.138910805664E+05 0.240963649750E+01-0.372529029846E-08-0.700000000000E+01
+    0.213076987305E+05 0.141133022308E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 22 45  0.0 0.920528545976E-04 0.000000000000E+00 0.810000000000E+05
+   -0.109827329102E+05 0.513096809387E+00 0.931322574616E-09 0.000000000000E+00
+   -0.214363525391E+05 0.102314376831E+01-0.279396772385E-08 0.000000000000E+00
+    0.822102929688E+04 0.336714744568E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 22 45  0.0-0.261411070824E-03 0.000000000000E+00 0.810300000000E+05
+    0.134034985352E+05 0.259477710724E+01 0.000000000000E+00 0.000000000000E+00
+   -0.103125341797E+05-0.361808776855E+00 0.931322574615E-09 0.400000000000E+01
+   -0.191235781250E+05 0.200512409210E+01 0.279396772385E-08 0.000000000000E+00
+18 09  4  1 22 45  0.0-0.145472586155E-05 0.000000000000E+00 0.816300000000E+05
+   -0.615540185547E+04 0.308942127228E+01 0.000000000000E+00 0.000000000000E+00
+   -0.100527832031E+05-0.282619476318E+00 0.186264514923E-08-0.300000000000E+01
+   -0.226064936523E+05-0.703100204468E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 22 45  0.0-0.895773991942E-04-0.909494701773E-12 0.810300000000E+05
+   -0.216197133789E+05 0.177924823761E+01 0.000000000000E+00 0.000000000000E+00
+   -0.396911767578E+04-0.229082107544E-01 0.931322574615E-09 0.300000000000E+01
+   -0.129385781250E+05-0.296497917175E+01 0.931322574615E-09 0.000000000000E+00
+20 09  4  1 22 45  0.0-0.651273876429E-04 0.000000000000E+00 0.810300000000E+05
+   -0.247221972656E+05-0.598417282104E+00 0.000000000000E+00 0.000000000000E+00
+    0.455666113281E+04 0.244320869446E+00 0.000000000000E+00 0.200000000000E+01
+    0.454087792969E+04-0.350523662567E+01-0.931322574616E-09 0.000000000000E+00
+21 09  4  1 22 45  0.0-0.143500044942E-03-0.909494701773E-12 0.810300000000E+05
+   -0.132005126953E+05-0.260145282745E+01 0.000000000000E+00 0.000000000000E+00
+    0.104200644531E+05 0.364794731140E+00 0.000000000000E+00 0.400000000000E+01
+    0.191379462891E+05-0.200192070007E+01-0.279396772385E-08 0.000000000000E+00
+22 09  4  1 22 45  0.0-0.201784074306E-03-0.181898940355E-11 0.810000000000E+05
+    0.582963134766E+04-0.308643627167E+01 0.000000000000E+00 0.000000000000E+00
+    0.101258281250E+05 0.290614128113E+00-0.931322574616E-09-0.300000000000E+01
+    0.226995263672E+05 0.675571441650E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 22 45  0.0-0.200207345188E-03 0.454747350886E-11 0.810900000000E+05
+    0.219347333984E+05-0.170912456512E+01 0.000000000000E+00 0.000000000000E+00
+    0.379819042969E+04 0.825405120850E-02-0.931322574616E-09 0.300000000000E+01
+    0.124259541016E+05 0.301894760132E+01-0.931322574616E-09 0.000000000000E+00
+ 2 09  4  1 23 15  0.0 0.204239040613E-04-0.272848410532E-11 0.833700000000E+05
+    0.126897431641E+05-0.941430091858E+00 0.000000000000E+00 0.000000000000E+00
+   -0.728306005859E+04 0.270271778107E+01 0.186264514923E-08 0.100000000000E+01
+   -0.209023740234E+05-0.151207542419E+01 0.186264514923E-08 0.000000000000E+00
+ 3 09  4  1 23 15  0.0-0.345176085830E-04-0.272848410532E-11 0.828000000000E+05
+    0.108536352539E+05-0.484163284302E+00 0.000000000000E+00 0.000000000000E+00
+   -0.216912529297E+05 0.980343818665E+00-0.931322574616E-09 0.500000000000E+01
+   -0.789954687500E+04-0.335885715485E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 23 15  0.0 0.633914023638E-04-0.727595761418E-11 0.828000000000E+05
+    0.413384619141E+04 0.109997749329E+00 0.000000000000E+00 0.000000000000E+00
+   -0.244658583984E+05-0.822529792786E+00-0.279396772385E-08 0.600000000000E+01
+    0.587328515625E+04-0.343223094940E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1 23 15  0.0-0.169369392097E-03-0.181898940355E-11 0.835800000000E+05
+   -0.124971069336E+05 0.867395401001E+00 0.000000000000E+00 0.000000000000E+00
+    0.560402587891E+04-0.283304119110E+01-0.186264514923E-08 0.100000000000E+01
+    0.213884414062E+05 0.123713874817E+01-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 23 15  0.0-0.892058014870E-04 0.181898940355E-11 0.845700000000E+05
+   -0.100641147461E+05 0.401596069336E+00 0.000000000000E+00 0.000000000000E+00
+    0.219493120117E+05-0.106198596954E+01 0.931322574616E-09 0.500000000000E+01
+    0.823599951172E+04 0.331042480469E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 23 15  0.0-0.102078542113E-03 0.000000000000E+00 0.828600000000E+05
+   -0.269974121094E+04-0.254513740540E+00 0.000000000000E+00 0.000000000000E+00
+    0.234476113281E+05 0.130885505676E+01 0.279396772385E-08 0.600000000000E+01
+   -0.967274804688E+04 0.324537372589E+01-0.931322574615E-09 0.000000000000E+00
+ 9 09  4  1 23 15  0.0-0.693965703249E-04-0.181898940355E-11 0.833400000000E+05
+   -0.166992275391E+05-0.181965541840E+01 0.000000000000E+00 0.000000000000E+00
+   -0.513664990234E+04-0.178232097626E+01 0.931322574615E-09-0.200000000000E+01
+   -0.185893979492E+05 0.212918376923E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 23 15  0.0-0.140917487442E-03 0.000000000000E+00 0.834600000000E+05
+   -0.546868359375E+04-0.215753078461E+01 0.000000000000E+00 0.000000000000E+00
+    0.956258251953E+04-0.229679298401E+01 0.279396772385E-08-0.700000000000E+01
+   -0.230131025391E+05-0.448969841003E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 23 15  0.0-0.927653163671E-04 0.000000000000E+00 0.832200000000E+05
+    0.929997802734E+04-0.117607307434E+01 0.000000000000E+00 0.000000000000E+00
+    0.193770903320E+05-0.148596763611E+01 0.279396772385E-08 0.000000000000E+00
+   -0.138124916992E+05-0.286718654633E+01-0.931322574615E-09 0.000000000000E+00
+13 09  4  1 23 15  0.0-0.230793841183E-03-0.909494701773E-12 0.828000000000E+05
+    0.166384008789E+05 0.182852172852E+01 0.000000000000E+00 0.000000000000E+00
+    0.502450830078E+04 0.179316425324E+01-0.931322574616E-09-0.200000000000E+01
+    0.186563452148E+05-0.211224365234E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 23 15  0.0-0.795871019363E-04 0.272848410532E-11 0.828300000000E+05
+    0.541791210938E+04 0.215625953674E+01 0.000000000000E+00 0.000000000000E+00
+   -0.960985742188E+04 0.230124855041E+01-0.372529029846E-08-0.700000000000E+01
+    0.229917124023E+05 0.447459220886E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 23 15  0.0 0.920537859201E-04 0.000000000000E+00 0.828000000000E+05
+   -0.945250146484E+04 0.119890975952E+01 0.000000000000E+00 0.000000000000E+00
+   -0.191349692383E+05 0.149061203003E+01-0.372529029846E-08 0.000000000000E+00
+    0.138832065430E+05 0.288315296173E+01 0.931322574616E-09 0.000000000000E+00
+17 09  4  1 23 15  0.0-0.261412002146E-03 0.000000000000E+00 0.828300000000E+05
+    0.175170122070E+05 0.194233798981E+01 0.000000000000E+00 0.000000000000E+00
+   -0.112103852539E+05-0.602228164673E+00 0.931322574615E-09 0.400000000000E+01
+   -0.148236782227E+05 0.274147415161E+01 0.186264514923E-08 0.000000000000E+00
+18 09  4  1 23 15  0.0-0.145565718412E-05 0.000000000000E+00 0.833400000000E+05
+   -0.568005859375E+03 0.306706142426E+01 0.000000000000E+00 0.000000000000E+00
+   -0.109831772461E+05-0.744755744934E+00 0.186264514923E-08-0.300000000000E+01
+   -0.229799370117E+05 0.291233062744E+00 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 23 15  0.0-0.895792618394E-04-0.909494701773E-12 0.828300000000E+05
+   -0.178325268555E+05 0.238925933838E+01 0.000000000000E+00 0.000000000000E+00
+   -0.436102783203E+04-0.437118530273E+00 0.931322574615E-09 0.300000000000E+01
+   -0.177062446289E+05-0.229802227020E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 23 15  0.0-0.651273876429E-04 0.000000000000E+00 0.828300000000E+05
+   -0.249945898438E+05 0.292080879211E+00 0.000000000000E+00 0.000000000000E+00
+    0.492584570312E+04 0.124725341797E+00 0.931322574616E-09 0.200000000000E+01
+   -0.186218896484E+04-0.356327533722E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 23 15  0.0-0.143502838910E-03-0.181898940355E-11 0.828300000000E+05
+   -0.173277294922E+05-0.195053577423E+01 0.000000000000E+00 0.000000000000E+00
+    0.113188662109E+05 0.600115776062E+00 0.000000000000E+00 0.400000000000E+01
+    0.148384306641E+05-0.274433708191E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 23 15  0.0-0.201788730919E-03-0.181898940355E-11 0.828300000000E+05
+    0.259938964844E+03-0.305073261261E+01 0.000000000000E+00 0.000000000000E+00
+    0.110687451172E+05 0.750400543213E+00-0.931322574616E-09-0.300000000000E+01
+    0.230254707031E+05-0.315382957458E+00-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 23 15  0.0-0.200198031962E-03 0.454747350886E-11 0.828000000000E+05
+    0.182576669922E+05-0.233796119690E+01 0.000000000000E+00 0.000000000000E+00
+    0.415384228516E+04 0.412529945374E+00-0.931322574616E-09 0.300000000000E+01
+    0.173086708984E+05 0.237108325958E+01-0.186264514923E-08 0.000000000000E+00
+ 2 09  4  1 23 45  0.0 0.204183161259E-04-0.272848410532E-11 0.846300000000E+05
+    0.112992158203E+05-0.579936981201E+00 0.000000000000E+00 0.000000000000E+00
+   -0.205206835938E+04 0.306426143646E+01 0.279396772385E-08 0.100000000000E+01
+   -0.227815791016E+05-0.562356948853E+00 0.931322574615E-09 0.000000000000E+00
+ 3 09  4  1 23 45  0.0-0.345231965184E-04-0.272848410532E-11 0.856800000000E+05
+    0.996052001953E+04-0.467074394226E+00 0.000000000000E+00 0.000000000000E+00
+   -0.191734208984E+05 0.180231571198E+01 0.000000000000E+00 0.500000000000E+01
+   -0.135620019531E+05-0.289192390442E+01 0.279396772385E-08 0.000000000000E+00
+ 4 09  4  1 23 45  0.0 0.633783638477E-04-0.636646291241E-11 0.846000000000E+05
+    0.407670605469E+04-0.135849952698E+00 0.000000000000E+00 0.000000000000E+00
+   -0.251962148438E+05 0.252943038940E-01-0.186264514923E-08 0.600000000000E+01
+   -0.452032714844E+03-0.355021381378E+01 0.279396772385E-08 0.100000000000E+01
+ 6 09  4  1 23 45  0.0-0.169374048710E-03-0.181898940355E-11 0.846300000000E+05
+   -0.112622177734E+05 0.485435485840E+00 0.000000000000E+00 0.000000000000E+00
+    0.208759277344E+03-0.311410427093E+01-0.279396772385E-08 0.100000000000E+01
+    0.227481577148E+05 0.263459205627E+00-0.186264514923E-08 0.000000000000E+00
+ 7 09  4  1 23 45  0.0-0.892020761967E-04 0.181898940355E-11 0.846300000000E+05
+   -0.935979199219E+04 0.341919898987E+00 0.000000000000E+00 0.000000000000E+00
+    0.193013266602E+05-0.186281204224E+01 0.000000000000E+00 0.500000000000E+01
+    0.137994375000E+05 0.283098411560E+01-0.279396772385E-08 0.000000000000E+00
+ 8 09  4  1 23 45  0.0-0.102076679468E-03 0.000000000000E+00 0.846600000000E+05
+   -0.282434619141E+04 0.815172195435E-01 0.000000000000E+00 0.000000000000E+00
+    0.251024287109E+05 0.505743980408E+00 0.186264514923E-08 0.600000000000E+01
+   -0.353254638672E+04 0.353276824951E+01-0.186264514923E-08 0.000000000000E+00
+ 9 09  4  1 23 45  0.0-0.693993642926E-04-0.181898940355E-11 0.850800000000E+05
+   -0.198053002930E+05-0.158448123932E+01 0.000000000000E+00 0.000000000000E+00
+   -0.774297167969E+04-0.110924625397E+01 0.000000000000E+00-0.200000000000E+01
+   -0.140879248047E+05 0.284003353119E+01 0.186264514923E-08 0.000000000000E+00
+10 09  4  1 23 45  0.0-0.140915624797E-03 0.000000000000E+00 0.850500000000E+05
+   -0.966478125000E+04-0.246565723419E+01 0.000000000000E+00 0.000000000000E+00
+    0.571814746094E+04-0.193963718414E+01 0.279396772385E-08-0.700000000000E+01
+   -0.229223540039E+05 0.548923492432E+00 0.931322574615E-09 0.000000000000E+00
+11 09  4  1 23 45  0.0-0.927662476897E-04 0.000000000000E+00 0.846900000000E+05
+    0.655500878906E+04-0.186742115021E+01 0.000000000000E+00 0.000000000000E+00
+    0.164799130859E+05-0.168672180176E+01 0.279396772385E-08 0.000000000000E+00
+   -0.183753881836E+05-0.216978549957E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 23 45  0.0-0.230790115893E-03-0.909494701773E-12 0.846000000000E+05
+    0.197637783203E+05 0.159701633453E+01 0.000000000000E+00 0.000000000000E+00
+    0.765083984375E+04 0.112036609650E+01 0.000000000000E+00-0.200000000000E+01
+    0.141814667969E+05-0.282750415802E+01-0.186264514923E-08 0.000000000000E+00
+14 09  4  1 23 45  0.0-0.795815140009E-04 0.272848410532E-11 0.846300000000E+05
+    0.961388623047E+04 0.246667480469E+01 0.000000000000E+00 0.000000000000E+00
+   -0.575523681641E+04 0.194640254974E+01-0.279396772385E-08-0.700000000000E+01
+    0.228970439453E+05-0.552154541016E+00-0.931322574616E-09 0.000000000000E+00
+15 09  4  1 23 45  0.0 0.920547172427E-04 0.000000000000E+00 0.846000000000E+05
+   -0.665853955078E+04 0.189803028107E+01 0.000000000000E+00 0.000000000000E+00
+   -0.162361611328E+05 0.168298053741E+01-0.372529029846E-08 0.000000000000E+00
+    0.184660839844E+05 0.217591381073E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 23 45  0.0-0.261412933469E-03 0.000000000000E+00 0.846600000000E+05
+    0.203055830078E+05 0.114004993439E+01 0.000000000000E+00 0.000000000000E+00
+   -0.123429907227E+05-0.614748954773E+00 0.000000000000E+00 0.400000000000E+01
+   -0.938170507813E+04 0.326598358154E+01 0.931322574615E-09 0.000000000000E+00
+18 09  4  1 23 45  0.0-0.145751982927E-05-0.909494701773E-12 0.850500000000E+05
+    0.470711181641E+04 0.274805355072E+01 0.000000000000E+00 0.000000000000E+00
+   -0.126787617188E+05-0.111546897888E+01 0.931322574615E-09-0.300000000000E+01
+   -0.215703940430E+05 0.126503372192E+01 0.279396772385E-08 0.000000000000E+00
+19 09  4  1 23 45  0.0-0.895811244845E-04-0.909494701773E-12 0.846300000000E+05
+   -0.131796489258E+05 0.273190212250E+01 0.000000000000E+00 0.000000000000E+00
+   -0.560271533203E+04-0.950592994690E+00 0.186264514923E-08 0.300000000000E+01
+   -0.211045541992E+05-0.145335769653E+01 0.186264514923E-08 0.000000000000E+00
+20 09  4  1 23 45  0.0-0.651264563203E-04 0.000000000000E+00 0.851100000000E+05
+   -0.237186435547E+05 0.110314846039E+01 0.000000000000E+00 0.000000000000E+00
+    0.486545605469E+04-0.227104187012E+00 0.931322574615E-09 0.200000000000E+01
+   -0.812180566406E+04-0.334683895111E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 23 45  0.0-0.143506564200E-03-0.181898940355E-11 0.846300000000E+05
+   -0.201309521484E+05-0.114788055420E+01 0.000000000000E+00 0.000000000000E+00
+    0.124421914062E+05 0.606348991394E+00 0.000000000000E+00 0.400000000000E+01
+    0.938613867188E+04-0.327430057526E+01-0.186264514923E-08 0.000000000000E+00
+22 09  4  1 23 45  0.0-0.201792456210E-03-0.181898940355E-11 0.846300000000E+05
+   -0.497631152344E+04-0.272202014923E+01 0.000000000000E+00 0.000000000000E+00
+    0.127715600586E+05 0.111784458160E+01-0.931322574616E-09-0.300000000000E+01
+    0.215799443359E+05-0.128009796143E+01-0.279396772385E-08 0.000000000000E+00
+23 09  4  1 23 45  0.0-0.200188718736E-03 0.454747350886E-11 0.846000000000E+05
+    0.136768452148E+05-0.270357322693E+01 0.000000000000E+00 0.000000000000E+00
+    0.534755712891E+04 0.923173904419E+00-0.931322574616E-09 0.300000000000E+01
+    0.208517563477E+05 0.154019451141E+01-0.279396772385E-08 0.000000000000E+00
diff --git a/util/simobs/sim/brdc0910.09l b/util/simobs/sim/brdc0910.09l
new file mode 100644
index 0000000..78a2df9
--- /dev/null
+++ b/util/simobs/sim/brdc0910.09l
@@ -0,0 +1,221 @@
+     2              L GALILEO NAVIGATION                    RINEX VERSION / TYPE
+                                                            PGM / RUN BY / DATE 
+GALILEO SIMULATED EPHEMERIS                                 COMMENT             
+                                                            END OF HEADER       
+ 1 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.698131700797E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.139626340159E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.209439510239E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.279252680319E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.349065850398E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.418879020478E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.488692190558E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.558505360638E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.698131700797E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.139626340159E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.209439510239E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.279252680319E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.349065850398E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.418879020478E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.488692190558E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.209439510239E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.558505360638E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.698131700797E+00
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.139626340159E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.209439510239E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.279252680319E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.349065850398E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.418879020478E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.488692190558E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  0  0  0.0 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.558505360638E+01
+    0.000000000000E+00 0.200000000000E-02 0.000000000000E+00 0.544070739886E+04
+    0.259200000000E+06 0.000000000000E+00 0.418879020478E+01 0.000000000000E+00
+    0.977384381117E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+    0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+
diff --git a/util/simobs/sim/brdc0910.09n b/util/simobs/sim/brdc0910.09n
new file mode 100644
index 0000000..cc6c350
--- /dev/null
+++ b/util/simobs/sim/brdc0910.09n
@@ -0,0 +1,3400 @@
+     2              NAVIGATION DATA                         RINEX VERSION / TYPE
+CCRINEXN V1.6.0 UX  CDDIS               02-APR-09 02:51     PGM / RUN BY / DATE 
+IGS BROADCAST EPHEMERIS FILE                                COMMENT             
+    0.1118E-07  0.7451E-08 -0.5960E-07 -0.5960E-07          ION ALPHA           
+    0.9011E+05  0.1638E+05 -0.1966E+06 -0.6554E+05          ION BETA            
+    0.186264514923E-08 0.355271367880E-14   405504     1525 DELTA-UTC: A0,A1,T,W
+    15                                                      LEAP SECONDS        
+                                                            END OF HEADER       
+ 2 09  4  1  0  0  0.0 0.153949949890E-03-0.454747350886E-12 0.000000000000E+00
+    0.690000000000E+02 0.295937500000E+02 0.475376937814E-08-0.172729451478E+01
+    0.150687992573E-05 0.904141401406E-02 0.103265047073E-04 0.515363668251E+04
+    0.259200000000E+06-0.156462192535E-06 0.593659833961E+00-0.726431608200E-07
+    0.941899917981E+00 0.173343750000E+03 0.276376221774E+01-0.804747823935E-08
+   -0.132148361698E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.690000000000E+02
+    0.253968000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  0  0  0.0 0.373240094632E-03 0.522959453519E-11 0.000000000000E+00
+    0.730000000000E+02-0.175312500000E+02 0.537165245618E-08-0.208701143398E+01
+   -0.935047864914E-06 0.117391330423E-01 0.656582415104E-05 0.515373682213E+04
+    0.259200000000E+06 0.912696123123E-07-0.552987292518E+00-0.145286321640E-06
+    0.926350059935E+00 0.232937500000E+03 0.894206911673E+00-0.815891088024E-08
+    0.892894369553E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.419095158577E-08 0.730000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  0  0  0.0-0.340631231666E-04-0.146656020661E-10 0.000000000000E+00
+    0.200000000000E+02 0.294062500000E+02 0.482877249297E-08 0.112063072009E+01
+    0.166893005371E-05 0.860303838272E-02 0.978633761406E-05 0.515371175385E+04
+    0.259200000000E+06-0.165775418282E-06 0.612099211223E+00 0.651925802231E-07
+    0.941113543922E+00 0.181406250000E+03 0.483213463003E+00-0.809426570214E-08
+   -0.387516130296E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.200000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  0  0  0.0-0.211899168789E-04-0.104591890704E-10 0.000000000000E+00
+    0.270000000000E+02-0.291875000000E+02 0.488734643474E-08 0.768986621734E+00
+   -0.154972076416E-05 0.948472262826E-02 0.885315239429E-05 0.515359276199E+04
+    0.259200000000E+06-0.163912773132E-06-0.158390674700E+01-0.502914190292E-07
+    0.945255163020E+00 0.202875000000E+03 0.129697685748E+01-0.827105880851E-08
+    0.245010205658E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.630000000000E+02-0.419095158577E-08 0.270000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  0  0  0.0 0.594449229538E-04 0.179625203600E-10 0.000000000000E+00
+    0.460000000000E+02-0.162187500000E+02 0.529629184953E-08 0.406557352940E+00
+   -0.836327672005E-06 0.588119740132E-02 0.711902976036E-05 0.515369912720E+04
+    0.259200000000E+06-0.651925802231E-07-0.485868197035E+00-0.141561031342E-06
+    0.933891780067E+00 0.231625000000E+03-0.141643077786E+01-0.836034796947E-08
+   -0.121076468296E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.460000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  0  0  0.0 0.209999270737E-04-0.454747350886E-12 0.000000000000E+00
+    0.840000000000E+02-0.100125000000E+03 0.433018036939E-08 0.278027893737E+01
+   -0.514090061188E-05 0.237003969960E-02 0.687688589096E-05 0.515368052864E+04
+    0.259200000000E+06-0.186264514923E-08-0.253522486574E+01 0.279396772385E-07
+    0.966788347232E+00 0.253500000000E+03 0.290463268387E+01-0.797033199632E-08
+   -0.364300888880E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.840000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  0  0  0.0-0.196477863938E-03-0.136424205266E-11 0.000000000000E+00
+    0.130000000000E+03-0.892812500000E+02 0.391159150492E-08 0.208288642924E+01
+   -0.442191958427E-05 0.104840853019E-01 0.725872814655E-05 0.515366750526E+04
+    0.259200000000E+06 0.204890966415E-07-0.247605584934E+01 0.182539224625E-06
+    0.987949751296E+00 0.258062500000E+03 0.298428748634E+01-0.771817863598E-08
+   -0.101789954246E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.465661287308E-08 0.130000000000E+03
+    0.254286000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  0  0  0.0 0.483742915094E-04 0.204636307899E-11 0.000000000000E+00
+    0.106000000000E+03-0.924687500000E+02 0.400909556635E-08 0.183999796207E+01
+   -0.525452196598E-05 0.202965146164E-01 0.715442001820E-05 0.515364879799E+04
+    0.259200000000E+06 0.163912773132E-06-0.256963557506E+01-0.424683094025E-06
+    0.975748923813E+00 0.247781250000E+03 0.146545645280E+01-0.768460580896E-08
+   -0.428589281035E-10 0.000000000000E+00 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.558793544769E-08 0.106000000000E+03
+    0.259170000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  0  0  0.0 0.280141830444E-05-0.125055521494E-11 0.000000000000E+00
+    0.350000000000E+02 0.136250000000E+02 0.605632369876E-08 0.262484537484E+01
+    0.720843672752E-06 0.924983946607E-02 0.898726284504E-05 0.515367384720E+04
+    0.259200000000E+06-0.372529029846E-08 0.396459768632E+00-0.188127160072E-06
+    0.890062515956E+00 0.168000000000E+03 0.692859712045E+00-0.853035532354E-08
+   -0.280368821344E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.350000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  0  0  0.0-0.299722421914E-03 0.454747350886E-11 0.000000000000E+00
+    0.630000000000E+02-0.257500000000E+02 0.435946745370E-08 0.289725978156E+01
+   -0.137649476528E-05 0.334052892867E-02 0.865198671818E-05 0.515368823242E+04
+    0.259200000000E+06-0.279396772385E-07-0.148342099318E+01 0.931322574616E-08
+    0.966112385453E+00 0.214125000000E+03-0.768228378127E+00-0.781318298948E-08
+    0.302155439558E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.630000000000E+02
+    0.256848000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  0  0  0.0 0.293212477118E-03 0.113686837722E-11 0.000000000000E+00
+    0.380000000000E+02-0.256250000000E+01 0.406552658205E-08-0.107143772829E+01
+   -0.763684511185E-07 0.396609609015E-02 0.280700623989E-05 0.515373171043E+04
+    0.259200000000E+06-0.113621354103E-06 0.275701084203E+01 0.745058059692E-07
+    0.995213771540E+00 0.347500000000E+03 0.152340195912E+01-0.808855116219E-08
+   -0.617882897624E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.380000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  0  0  0.0-0.132644549012E-03 0.568434188608E-11 0.000000000000E+00
+    0.350000000000E+02-0.181562500000E+02 0.414052961254E-08-0.136714581093E+01
+   -0.821426510811E-06 0.436945725232E-02 0.250339508057E-05 0.515359170341E+04
+    0.259200000000E+06 0.186264514923E-07 0.273786345923E+01 0.242143869400E-07
+    0.988745409032E+00 0.346531250000E+03-0.212005171090E+01-0.809069415274E-08
+   -0.592881838765E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.350000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  0  0  0.0-0.275815371424E-03-0.454747350886E-11 0.000000000000E+00
+    0.720000000000E+02-0.656250000000E+01 0.482662976253E-08-0.106233615566E+01
+   -0.476837158203E-06 0.143737136386E-02 0.268779695034E-05 0.515360221100E+04
+    0.259200000000E+06 0.707805156708E-07 0.268718980415E+01-0.260770320892E-07
+    0.956788203509E+00 0.324875000000E+03-0.562073201679E+00-0.846428083179E-08
+   -0.485734508171E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.720000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  0  0  0.0 0.631259754300E-04-0.306954461848E-11 0.000000000000E+00
+    0.102000000000E+03-0.424062500000E+02 0.435053836024E-08 0.382716593934E+00
+   -0.236183404923E-05 0.526448281016E-02 0.874325633049E-05 0.515378824997E+04
+    0.259200000000E+06 0.577419996262E-07-0.146655068333E+01 0.149011611938E-07
+    0.967601163535E+00 0.213156250000E+03-0.373482138607E+00-0.791068665471E-08
+    0.302512600864E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.102000000000E+03
+    0.253243000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  0  0  0.0 0.523682683706E-04 0.159161572810E-11 0.000000000000E+00
+    0.590000000000E+02-0.133750000000E+02 0.477698458567E-08-0.706523103580E+00
+   -0.730156898499E-06 0.438112975098E-02 0.695511698723E-05 0.515365058517E+04
+    0.259200000000E+06 0.115483999252E-06-0.424195504600E+00 0.242143869400E-07
+    0.959904453085E+00 0.246500000000E+03-0.268538018619E+01-0.807962230454E-08
+   -0.667884983430E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.590000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  0  0  0.0-0.696764327586E-04 0.341060513165E-11 0.000000000000E+00
+    0.900000000000E+01 0.104093750000E+03 0.501056585304E-08 0.529214376337E+00
+    0.539980828762E-05 0.100599593716E-01 0.557117164135E-05 0.515376685333E+04
+    0.259200000000E+06-0.689178705216E-07 0.168430142539E+01 0.160187482834E-06
+    0.942886113483E+00 0.264437500000E+03-0.243600919253E+01-0.846463830045E-08
+    0.200008331150E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.900000000000E+01
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  0  0  0.0 0.293953344226E-04-0.909494701773E-12 0.000000000000E+00
+    0.190000000000E+02-0.131875000000E+02 0.470519599030E-08-0.137409884990E+01
+   -0.709667801857E-06 0.540232751518E-02 0.733882188797E-05 0.515357414436E+04
+    0.259200000000E+06-0.121071934700E-06-0.367987232511E+00 0.000000000000E+00
+    0.957665806602E+00 0.239093750000E+03-0.380208634473E+00-0.795497421375E-08
+   -0.714315468392E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.190000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  0  0  0.0 0.865985639393E-04-0.102318153950E-11 0.000000000000E+00
+    0.320000000000E+02 0.116937500000E+03 0.488627494022E-08 0.693629541963E+00
+    0.589713454246E-05 0.404840940610E-02 0.691041350365E-05 0.515364894486E+04
+    0.259200000000E+06-0.316649675369E-07 0.163046519012E+01 0.260770320892E-07
+    0.942515998135E+00 0.233187500000E+03 0.133815878407E+01-0.838820657378E-08
+    0.678599676451E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.320000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  0  0  0.0 0.216048210859E-04-0.193267624127E-11 0.000000000000E+00
+    0.670000000000E+02 0.425937500000E+02 0.496949281725E-08 0.183816825678E+01
+    0.227615237236E-05 0.149290587287E-01 0.101216137409E-04 0.515363312531E+04
+    0.259200000000E+06-0.288709998131E-06 0.625622076311E+00 0.137835741043E-06
+    0.934636440479E+00 0.172281250000E+03-0.262942391491E+01-0.817462630920E-08
+   -0.337156913499E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.670000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  0  0  0.0 0.202456023544E-03-0.568434188608E-12 0.000000000000E+00
+    0.650000000000E+02 0.113375000000E+03 0.500556564476E-08-0.525349990456E+00
+    0.590644776821E-05 0.486145366449E-02 0.585243105888E-05 0.515366698074E+04
+    0.259200000000E+06-0.502914190292E-07 0.169011054581E+01 0.558793544769E-07
+    0.940547827649E+00 0.258937500000E+03-0.185306417289E+01-0.843499420851E-08
+    0.104290058385E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.181607902050E-07 0.650000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  0  0  0.0 0.388970598579E-03 0.341060513165E-12 0.000000000000E+00
+    0.440000000000E+02 0.409375000000E+01 0.459269111630E-08-0.191499166176E+01
+    0.119209289551E-06 0.589153612964E-02 0.244192779064E-05 0.515362910843E+04
+    0.259200000000E+06-0.109896063805E-06 0.270635558607E+01-0.130385160446E-06
+    0.970737308797E+00 0.342093750000E+03 0.287675180449E+01-0.835963387402E-08
+   -0.285726195308E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.440000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  0  0  0.0 0.177692621946E-03 0.306954461848E-11 0.000000000000E+00
+    0.111000000000E+03 0.442187500000E+02 0.461340654567E-08 0.465989384454E+00
+    0.241957604885E-05 0.680443295278E-02 0.948458909988E-05 0.515367895126E+04
+    0.259200000000E+06 0.651925802231E-07 0.656793116972E+00-0.819563865662E-07
+    0.951256007631E+00 0.190750000000E+03-0.641758996067E+00-0.805569300155E-08
+   -0.178578873911E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.139698386192E-08 0.111000000000E+03
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  0  0  0.0 0.333586707711E-03 0.218278728425E-10 0.000000000000E+00
+    0.350000000000E+02-0.103062500000E+03 0.432982321166E-08 0.966805261491E+00
+   -0.557675957680E-05 0.116474913666E-01 0.613369047642E-05 0.515366629982E+04
+    0.259200000000E+06-0.745058059692E-08-0.262978854139E+01-0.238418579102E-06
+    0.969132674917E+00 0.270593750000E+03-0.121176731410E+01-0.816176854185E-08
+   -0.825034365993E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.745058059692E-08 0.350000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  0  0  0.0 0.543664209545E-04 0.216004991671E-11 0.000000000000E+00
+    0.680000000000E+02-0.195625000000E+02 0.396159371974E-08-0.268194718705E+01
+   -0.119209289551E-05 0.202941829339E-01 0.278837978840E-05 0.515487080765E+04
+    0.259200000000E+06 0.363215804100E-06 0.275475386372E+01-0.244006514549E-06
+    0.993072259891E+00 0.339656250000E+03 0.988609195267E+00-0.776889486076E-08
+    0.200008325873E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.680000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  0  0  0.0 0.370065681636E-04 0.318323145621E-11 0.000000000000E+00
+    0.125000000000E+03-0.720937500000E+02 0.422053294500E-08-0.560783554543E+00
+   -0.378862023354E-05 0.209256276721E-01 0.763498246670E-05 0.515512838554E+04
+    0.259200000000E+06-0.268220901489E-06-0.259367168191E+01 0.912696123123E-07
+    0.973804811016E+00 0.242187500000E+03-0.162568957890E+01-0.832391815317E-08
+    0.535736601294E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.125000000000E+03
+    0.259199000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1  0  0  0.0-0.238311477006E-04-0.113686837722E-12 0.000000000000E+00
+    0.180000000000E+02-0.336875000000E+02 0.449554440033E-08-0.235077311182E+00
+   -0.166893005371E-05 0.148141715908E-01 0.824034214020E-05 0.515364008903E+04
+    0.259200000000E+06-0.372529029846E-07-0.145828605199E+01 0.178813934326E-06
+    0.965792181944E+00 0.224750000000E+03-0.203534471939E+01-0.817498337801E-08
+    0.287511976028E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.180000000000E+02
+    0.253926000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1  0  0  0.0 0.467943027616E-05 0.409272615798E-11 0.000000000000E+00
+    0.510000000000E+02-0.168437500000E+02 0.473841165958E-08 0.186682538829E+01
+   -0.933185219765E-06 0.338352925610E-02 0.699982047081E-05 0.515370322037E+04
+    0.259200000000E+06 0.707805156708E-07-0.416004244452E+00-0.149011611938E-07
+    0.960114526658E+00 0.243500000000E+03-0.134055449383E+01-0.798711840983E-08
+   -0.111076055335E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.510000000000E+02
+    0.257268000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  0  0  0.0 0.136149115861E-03 0.261479726760E-11 0.000000000000E+00
+    0.150000000000E+03-0.286875000000E+02 0.477877048354E-08 0.224388488533E+00
+   -0.143237411976E-05 0.112427335698E-01 0.877119600773E-05 0.515361901665E+04
+    0.259200000000E+06-0.249594449997E-06-0.153028384907E+01 0.745058059692E-08
+    0.951131665446E+00 0.206468750000E+03 0.141275183732E+01-0.824820071352E-08
+    0.307155651409E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.791624188423E-08 0.150000000000E+03
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  0  0  0.0 0.280395150185E-03-0.443378667114E-11 0.000000000000E+00
+    0.110000000000E+02 0.135343750000E+03 0.435696719946E-08-0.273749329122E+01
+    0.690668821335E-05 0.133887339616E-01 0.585801899433E-05 0.515360762596E+04
+    0.259200000000E+06 0.745058059692E-07 0.173888534054E+01 0.184401869774E-06
+    0.964494354170E+00 0.261750000000E+03-0.118205399816E+01-0.786818488434E-08
+    0.183579075377E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.110000000000E+02
+    0.252018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  1 59 28.0 0.370172783732E-04 0.318323145621E-11 0.000000000000E+00
+    0.700000000000E+01-0.810312500000E+02 0.441768401427E-08 0.483825460152E+00
+   -0.427104532719E-05 0.209221182158E-01 0.682286918163E-05 0.515512150574E+04
+    0.266368000000E+06-0.245869159698E-06-0.259373058631E+01-0.141561031342E-06
+    0.973804749574E+00 0.265218750000E+03-0.162566917997E+01-0.833034699239E-08
+   -0.114290474943E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.700000000000E+01
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  1 59 44.0 0.373282469809E-03 0.522959453519E-11 0.000000000000E+00
+    0.800000000000E+01-0.151875000000E+02 0.557094633799E-08-0.103922207781E+01
+   -0.730156898499E-06 0.117392123211E-01 0.651553273201E-05 0.515373625374E+04
+    0.266384000000E+06 0.221654772759E-06-0.553045478621E+00 0.260770320892E-06
+    0.926348719903E+00 0.233906250000E+03 0.894232372299E+00-0.851071164816E-08
+   -0.113933317209E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.800000000000E+01
+    0.264738000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  1 59 44.0 0.209975987673E-04-0.454747350886E-12 0.000000000000E+00
+    0.130000000000E+02-0.107687500000E+03 0.438732560686E-08-0.245532573840E+01
+   -0.552088022232E-05 0.237042619847E-02 0.704266130924E-05 0.515367963409E+04
+    0.266384000000E+06-0.521540641785E-07-0.253528221506E+01 0.931322574615E-08
+    0.966787918597E+00 0.248781250000E+03 0.290489344171E+01-0.801461955536E-08
+   -0.328585115460E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.130000000000E+02
+    0.263706000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  1 59 44.0-0.196486711502E-03-0.136424205266E-11 0.000000000000E+00
+    0.600000000000E+01-0.108718750000E+03 0.380230123825E-08 0.313058716330E+01
+   -0.553764402866E-05 0.104819274275E-01 0.721588730812E-05 0.515367237282E+04
+    0.266384000000E+06-0.119209289551E-06-0.247611141390E+01 0.577419996262E-07
+    0.987949872718E+00 0.258750000000E+03 0.298443160572E+01-0.760353100330E-08
+   -0.392873507616E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.465661287308E-08 0.600000000000E+01
+    0.260706000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  1 59 44.0 0.631045550108E-04-0.306954461848E-11 0.000000000000E+00
+    0.190000000000E+02-0.337500000000E+02 0.440625496678E-08 0.143029904375E+01
+   -0.154040753841E-05 0.526493485086E-02 0.851601362228E-05 0.515379031372E+04
+    0.266384000000E+06 0.242143869400E-07-0.146660723097E+01 0.633299350738E-07
+    0.967603417892E+00 0.213312500000E+03-0.373288790576E+00-0.787282793488E-08
+    0.275725770799E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.190000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  1 59 44.0 0.136170536280E-03 0.261479726760E-11 0.000000000000E+00
+    0.200000000000E+02-0.354062500000E+02 0.478769942690E-08 0.127220315612E+01
+   -0.205263495445E-05 0.112430624431E-01 0.872835516930E-05 0.515362047958E+04
+    0.266384000000E+06-0.214204192162E-06-0.153034318795E+01-0.203028321266E-06
+    0.951133852508E+00 0.209031250000E+03 0.141281978840E+01-0.817962642856E-08
+    0.300012496725E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.200000000000E+02
+    0.262230000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  1 59 44.0 0.280351843685E-03-0.466116034659E-11 0.000000000000E+00
+    0.120000000000E+02 0.127125000000E+03 0.424589114412E-08-0.168948921085E+01
+    0.686384737492E-05 0.133874749299E-01 0.582821667194E-05 0.515361135864E+04
+    0.266384000000E+06-0.169500708580E-06 0.173882844765E+01 0.277534127235E-06
+    0.964494635050E+00 0.274531250000E+03-0.118217348492E+01-0.808783689087E-08
+    0.162149611325E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.120000000000E+02
+    0.262368000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1  2  0  0.0-0.100854784250E-03 0.138697942020E-10 0.000000000000E+00
+    0.240000000000E+02-0.280937500000E+02 0.469305262734E-08 0.271111390852E+01
+   -0.139139592648E-05 0.107475952245E-02 0.864081084728E-05 0.514149398804E+04
+    0.266400000000E+06-0.223517417908E-07-0.149512143392E+01 0.931322574616E-08
+    0.959980959312E+00 0.215093750000E+03-0.596466780230E+00-0.809355141462E-08
+    0.324656380384E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.240000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  2  0  0.0 0.153946224600E-03-0.454747350886E-12 0.000000000000E+00
+    0.700000000000E+02 0.259375000000E+02 0.485520223866E-08-0.677361534507E+00
+    0.129081308842E-05 0.904068595264E-02 0.940449535847E-05 0.515363177490E+04
+    0.266400000000E+06-0.167638063431E-07 0.593602686529E+00-0.305473804474E-06
+    0.941898491636E+00 0.191312500000E+03 0.276403599262E+01-0.808962267954E-08
+   -0.311798701953E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.700000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  2  0  0.0-0.341688282788E-04-0.146656020661E-10 0.000000000000E+00
+    0.640000000000E+02 0.353437500000E+02 0.487556022951E-08 0.217087281496E+01
+    0.178255140781E-05 0.860329729039E-02 0.987015664577E-05 0.515371039009E+04
+    0.266400000000E+06-0.171363353729E-06 0.612040894920E+00-0.651925802231E-07
+    0.941110711713E+00 0.180843750000E+03 0.483131656624E+00-0.805497837932E-08
+   -0.392516349881E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.605359673500E-08 0.640000000000E+02
+    0.264186000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  2  0  0.0-0.212648883462E-04-0.104591890704E-10 0.000000000000E+00
+    0.280000000000E+02-0.388437500000E+02 0.479055668877E-08 0.181905187906E+01
+   -0.229477882385E-05 0.948508945294E-02 0.836700201034E-05 0.515359583282E+04
+    0.266400000000E+06-0.316649675369E-07-0.158396631117E+01-0.268220901489E-06
+    0.945257964508E+00 0.209250000000E+03 0.129714386128E+01-0.806140721854E-08
+    0.309298597814E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.630000000000E+02-0.419095158577E-08 0.280000000000E+02
+    0.262050000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  2  0  0.0 0.595739111304E-04 0.179625203600E-10 0.000000000000E+00
+    0.470000000000E+02-0.215000000000E+02 0.536165190575E-08 0.145660604126E+01
+   -0.139139592648E-05 0.588174024597E-02 0.667385756970E-05 0.515370084000E+04
+    0.266400000000E+06 0.521540641785E-07-0.485928388799E+00-0.113621354103E-06
+    0.933890792597E+00 0.235093750000E+03-0.141630883925E+01-0.835427656058E-08
+   -0.150363406097E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.470000000000E+02
+    0.263298000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  2  0  0.0 0.209962017834E-04-0.454747350886E-12 0.000000000000E+00
+    0.129000000000E+03-0.107687500000E+03 0.438732560686E-08-0.245299158385E+01
+   -0.552088022232E-05 0.237042666413E-02 0.704266130924E-05 0.515367963028E+04
+    0.266400000000E+06-0.521540641785E-07-0.253528239061E+01 0.931322574615E-08
+    0.966787893728E+00 0.248781250000E+03 0.290489302185E+01-0.801461955536E-08
+   -0.328585115460E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.107102096081E-07 0.129000000000E+03
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  2  0  0.0-0.196487642825E-03-0.136424205266E-11 0.000000000000E+00
+    0.131000000000E+03-0.108718750000E+03 0.380230123825E-08 0.313292022652E+01
+   -0.553764402866E-05 0.104819262633E-01 0.721588730812E-05 0.515367238617E+04
+    0.266400000000E+06-0.119209289551E-06-0.247611156897E+01 0.577419996262E-07
+    0.987949856626E+00 0.258750000000E+03 0.298443216162E+01-0.760353100330E-08
+   -0.392873507616E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.485000000000E+01 0.000000000000E+00-0.465661287308E-08 0.131000000000E+03
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  2  0  0.0 0.483887270093E-04 0.204636307899E-11 0.000000000000E+00
+    0.107000000000E+03-0.956250000000E+02 0.407445543171E-08 0.289018717830E+01
+   -0.497326254845E-05 0.202970022801E-01 0.672973692417E-05 0.515364824295E+04
+    0.266400000000E+06 0.284984707832E-06-0.256969005852E+01-0.214204192162E-06
+    0.975748824335E+00 0.253250000000E+03 0.146545940935E+01-0.758317301245E-08
+   -0.507163982558E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.558793544769E-08 0.107000000000E+03
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  2  0  0.0-0.135968439281E-04-0.568434188608E-12 0.000000000000E+00
+    0.580000000000E+02 0.972500000000E+02 0.450947355196E-08 0.181165757572E+00
+    0.523217022419E-05 0.865670386702E-02 0.671669840813E-05 0.515357394791E+04
+    0.266400000000E+06 0.521540641785E-07 0.167794272322E+01 0.150874257088E-06
+    0.958833070400E+00 0.249500000000E+03 0.616641465066E+00-0.820141305035E-08
+    0.110004582132E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.580000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  2  0  0.0 0.279257073998E-05-0.125055521494E-11 0.000000000000E+00
+    0.360000000000E+02 0.190625000000E+02 0.597096300029E-08-0.260815736946E+01
+    0.903382897377E-06 0.924906274304E-02 0.889413058758E-05 0.515367528152E+04
+    0.266400000000E+06 0.484287738800E-07 0.396398864427E+00-0.100582838058E-06
+    0.890060628792E+00 0.170218750000E+03 0.692867989236E+00-0.846928135099E-08
+   -0.293583657509E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.121071934700E-07 0.360000000000E+02
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  2  0  0.0-0.299689825624E-03 0.454747350886E-11 0.000000000000E+00
+    0.870000000000E+02-0.313437500000E+02 0.435196699118E-08-0.233565761025E+01
+   -0.170245766640E-05 0.333957560360E-02 0.840239226818E-05 0.515369012070E+04
+    0.266400000000E+06-0.428408384323E-07-0.148347725116E+01 0.260770320892E-07
+    0.966114454019E+00 0.218812500000E+03-0.768325991336E+00-0.783389774186E-08
+    0.296440919383E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.870000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  2  0  0.0 0.293220393360E-03 0.113686837722E-11 0.000000000000E+00
+    0.390000000000E+02-0.218750000000E+01 0.402552482212E-08-0.212696278168E-01
+   -0.327825546265E-06 0.396595965140E-02 0.255182385445E-05 0.515373159981E+04
+    0.266400000000E+06-0.409781932831E-07 0.275695195665E+01 0.372529029846E-08
+    0.995213370700E+00 0.349906250000E+03 0.152337597184E+01-0.815033949435E-08
+   -0.750031241812E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.111758708954E-07 0.390000000000E+02
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  2  0  0.0-0.132603570819E-03 0.568434188608E-11 0.000000000000E+00
+    0.360000000000E+02-0.160937500000E+02 0.416195907659E-08-0.317096683732E+00
+   -0.800937414169E-06 0.436914491002E-02 0.293552875519E-05 0.515359020233E+04
+    0.266400000000E+06-0.204890966415E-07 0.273780499517E+01 0.931322574616E-08
+    0.988744796070E+00 0.339687500000E+03-0.211987155547E+01-0.813498171178E-08
+   -0.542879755978E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.360000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  2  0  0.0-0.275847967714E-03-0.454747350886E-11 0.000000000000E+00
+    0.730000000000E+02 0.565625000000E+01 0.481377194150E-08-0.125447712258E-01
+    0.281259417534E-06 0.143577612471E-02 0.238977372646E-05 0.515359901237E+04
+    0.266400000000E+06-0.130385160446E-07 0.268712860736E+01 0.130385160446E-07
+    0.956788245934E+00 0.328593750000E+03-0.561636977063E+00-0.842927968476E-08
+    0.210723063176E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.730000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  2  0  0.0 0.523794442415E-04 0.159161572810E-11 0.000000000000E+00
+    0.940000000000E+02-0.135000000000E+02 0.479269963518E-08 0.343663704687E+00
+   -0.663101673126E-06 0.438102276530E-02 0.693090260029E-05 0.515365036964E+04
+    0.266400000000E+06 0.726431608200E-07-0.424253566355E+00 0.102445483208E-06
+    0.959903982025E+00 0.245593750000E+03-0.268536998819E+01-0.805890711440E-08
+   -0.917895376884E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.102445483208E-07 0.940000000000E+02
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  2  0  0.0-0.696512870491E-04 0.341060513165E-11 0.000000000000E+00
+    0.240000000000E+02 0.962812500000E+02 0.486127392014E-08 0.157914516955E+01
+    0.506266951561E-05 0.100609131623E-01 0.605359673500E-05 0.515377099037E+04
+    0.266400000000E+06-0.217929482460E-06 0.168424035441E+01 0.113621354103E-06
+    0.942886287570E+00 0.250906250000E+03-0.243581397197E+01-0.841177895579E-08
+    0.557166065346E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.240000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  2  0  0.0 0.293888151646E-04-0.909494701773E-12 0.000000000000E+00
+    0.400000000000E+02-0.155625000000E+02 0.474805491840E-08-0.323811761522E+00
+   -0.869855284691E-06 0.540261866990E-02 0.739097595215E-05 0.515357484818E+04
+    0.266400000000E+06 0.106170773506E-06-0.368043671891E+00-0.124797224998E-06
+    0.957664801577E+00 0.237656250000E+03-0.380253304676E+00-0.804712090917E-08
+   -0.208222959036E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.149011611938E-07 0.400000000000E+02
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  2  0  0.0 0.865911133587E-04-0.102318153950E-11 0.000000000000E+00
+    0.330000000000E+02 0.121062500000E+03 0.476484141032E-08 0.174379643845E+01
+    0.627711415291E-05 0.404782826081E-02 0.660866498947E-05 0.515364880371E+04
+    0.266400000000E+06-0.130385160446E-07 0.163040474819E+01-0.115483999252E-06
+    0.942517178709E+00 0.241062500000E+03 0.133819124769E+01-0.826105850393E-08
+    0.123219420778E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.330000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  2  0  0.0 0.215908512473E-04-0.193267624127E-11 0.000000000000E+00
+    0.770000000000E+02 0.397500000000E+02 0.482448667352E-08 0.288836074994E+01
+    0.201351940632E-05 0.149290763075E-01 0.100303441286E-04 0.515363339615E+04
+    0.266400000000E+06-0.108033418655E-06 0.625563770248E+00-0.137835741043E-06
+    0.934635628560E+00 0.172062500000E+03-0.262940795593E+01-0.788139972050E-08
+   -0.256082095419E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.770000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  2  0  0.0 0.202451832592E-03-0.568434188608E-12 0.000000000000E+00
+    0.680000000000E+02 0.102031250000E+03 0.497663586829E-08 0.524702987140E+00
+    0.526010990143E-05 0.486066751182E-02 0.569410622120E-05 0.515366548347E+04
+    0.266400000000E+06-0.726431608200E-07 0.169004999709E+01 0.931322574616E-08
+    0.940548497666E+00 0.258312500000E+03-0.185292748514E+01-0.842892252703E-08
+    0.700029159024E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.181607902050E-07 0.680000000000E+02
+    0.263670000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  2  0  0.0 0.388973392546E-03 0.341060513165E-12 0.000000000000E+00
+    0.450000000000E+02 0.312500000000E+00 0.453447457360E-08-0.864824060148E+00
+   -0.124797224999E-06 0.589173880871E-02 0.207126140594E-05 0.515362873077E+04
+    0.266400000000E+06 0.000000000000E+00 0.270629486034E+01-0.745058059692E-07
+    0.970737604306E+00 0.342906250000E+03 0.287679336306E+01-0.839249203466E-08
+    0.678599676451E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.450000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  2  0  0.0 0.177714973688E-03 0.306954461848E-11 0.000000000000E+00
+    0.112000000000E+03 0.350625000000E+02 0.450018745087E-08 0.151638803642E+01
+    0.187754631042E-05 0.680359639227E-02 0.999867916107E-05 0.515367570877E+04
+    0.266400000000E+06 0.113621354103E-06 0.656736515209E+00 0.178813934326E-06
+    0.951255406372E+00 0.182562500000E+03-0.641979169626E+00-0.782389732530E-08
+   -0.268582616115E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.139698386192E-08 0.112000000000E+03
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  2  0  0.0 0.333743635565E-03 0.218278728426E-10 0.000000000000E+00
+    0.360000000000E+02-0.112812500000E+03 0.431839416416E-08 0.201710783193E+01
+   -0.580586493015E-05 0.116477418924E-01 0.607036054134E-05 0.515366376495E+04
+    0.266400000000E+06 0.191852450371E-06-0.262984572832E+01-0.186264514923E-08
+    0.969133062591E+00 0.265187500000E+03-0.121188587484E+01-0.788318550918E-08
+   -0.149291932894E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.745058059692E-08 0.360000000000E+02
+    0.259206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  2  0  0.0 0.543813221157E-04 0.216004991671E-11 0.000000000000E+00
+    0.750000000000E+02-0.587500000000E+01 0.390016245742E-08-0.163258909555E+01
+   -0.106170773506E-06 0.202949406812E-01 0.217184424400E-05 0.515486725998E+04
+    0.266400000000E+06 0.378116965294E-06 0.275469751651E+01-0.931322574616E-08
+    0.993073054256E+00 0.345406250000E+03 0.988697170771E+00-0.778246702813E-08
+    0.122147945095E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.750000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1  2  0  0.0-0.238316133618E-04-0.113686837722E-12 0.000000000000E+00
+    0.280000000000E+02-0.402500000000E+02 0.452768859640E-08 0.815073777014E+00
+   -0.191666185856E-05 0.148146459833E-01 0.889971852303E-05 0.515364138603E+04
+    0.266400000000E+06-0.163912773132E-06-0.145834435367E+01 0.119209289551E-06
+    0.965793941834E+00 0.217531250000E+03-0.203529429991E+01-0.813498171178E-08
+    0.212508851847E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.280000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1  2  0  0.0 0.470876693726E-05 0.409272615798E-11 0.000000000000E+00
+    0.520000000000E+02-0.136562500000E+02 0.470233872843E-08 0.291688531036E+01
+   -0.791624188423E-06 0.338316953275E-02 0.705569982529E-05 0.515370416832E+04
+    0.266400000000E+06 0.447034835815E-07-0.416061519158E+00 0.260770320892E-07
+    0.960113698646E+00 0.241843750000E+03-0.134045048913E+01-0.796426031484E-08
+   -0.124290891500E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.520000000000E+02
+    0.259200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+31 09  4  1  2  0  0.0-0.564339570701E-04-0.113686837722E-11 0.000000000000E+00
+    0.110000000000E+02-0.892812500000E+02 0.425482008748E-08-0.257306680846E+01
+   -0.450946390629E-05 0.717809097841E-02 0.764057040214E-05 0.515368153572E+04
+    0.266400000000E+06-0.372529029846E-08-0.253767178495E+01 0.121071934700E-06
+    0.972183695902E+00 0.238156250000E+03-0.115833943632E+01-0.780175354578E-08
+    0.207151485834E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.130385160446E-07 0.110000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  2  0  0.0 0.280363485217E-03-0.443378667114E-11 0.000000000000E+00
+    0.920000000000E+02 0.127125000000E+03 0.424589114412E-08-0.168715512506E+01
+    0.686384737492E-05 0.133874712046E-01 0.582821667194E-05 0.515361138916E+04
+    0.266400000000E+06-0.169500708580E-06 0.173882831892E+01 0.277534127235E-06
+    0.964494621884E+00 0.274531250000E+03-0.118217385943E+01-0.808783689087E-08
+    0.162149611325E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.920000000000E+02
+    0.259218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  3  0  0.0 0.373296439648E-03 0.522959453519E-11 0.000000000000E+00
+    0.740000000000E+02-0.152187500000E+02 0.567737934278E-08-0.511795846717E+00
+   -0.728294253349E-06 0.117393564433E-01 0.631995499134E-05 0.515373666954E+04
+    0.270000000000E+06-0.894069671631E-07-0.553076688515E+00 0.294297933578E-06
+    0.926347584678E+00 0.236218750000E+03 0.894215017702E+00-0.868214736057E-08
+   -0.120004998690E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.419095158577E-08 0.740000000000E+02
+    0.264528000000E+06 0.600000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  3  0  0.0 0.136177055538E-03 0.261479726760E-11 0.000000000000E+00
+    0.151000000000E+03-0.378437500000E+02 0.471519640686E-08 0.179961748637E+01
+   -0.236742198467E-05 0.112431868911E-01 0.844895839691E-05 0.515362105560E+04
+    0.270000000000E+06 0.447034835815E-07-0.153037269062E+01-0.486150383949E-06
+    0.951135801115E+00 0.210375000000E+03 0.141284676608E+01-0.799390440678E-08
+    0.346800159904E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.791624188423E-08 0.151000000000E+03
+    0.261210000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  3 59 44.0 0.373320188373E-03 0.522959453519E-11 0.000000000000E+00
+    0.900000000000E+01-0.125312500000E+02 0.571916679768E-08 0.109466253880E-01
+   -0.484287738800E-06 0.117396346759E-01 0.634975731373E-05 0.515373715019E+04
+    0.273584000000E+06-0.260770320892E-07-0.553108133940E+00 0.147148966789E-06
+    0.926347082897E+00 0.236125000000E+03 0.894214498366E+00-0.873714965164E-08
+   -0.860750139413E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.900000000000E+01
+    0.267708000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  3 59 44.0 0.209943391383E-04-0.454747350886E-12 0.000000000000E+00
+    0.140000000000E+02-0.102375000000E+03 0.434839542152E-08-0.140463497241E+01
+   -0.538118183613E-05 0.237043527886E-02 0.739656388760E-05 0.515368177032E+04
+    0.273584000000E+06 0.521540641785E-07-0.253534060597E+01-0.111758708954E-07
+    0.966787745973E+00 0.239656250000E+03 0.290437908556E+01-0.807533595548E-08
+    0.414302966933E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.140000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  3 59 44.0-0.196496490389E-03-0.136424205266E-11 0.000000000000E+00
+    0.700000000000E+01-0.112281250000E+03 0.393302096897E-08-0.210246368906E+01
+   -0.583007931709E-05 0.104833882069E-01 0.778399407864E-05 0.515366961288E+04
+    0.273584000000E+06-0.137835741043E-06-0.247616725933E+01-0.175088644028E-06
+    0.987949286088E+00 0.247156250000E+03 0.298447573757E+01-0.778675292094E-08
+    0.767889128522E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.465661287308E-08 0.700000000000E+01
+    0.266406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  3 59 44.0 0.523924827576E-04 0.159161572810E-11 0.000000000000E+00
+    0.700000000000E+01-0.117812500000E+02 0.477662753714E-08 0.139138776059E+01
+   -0.517815351486E-06 0.438146293163E-02 0.729784369469E-05 0.515365179634E+04
+    0.273584000000E+06-0.409781932831E-07-0.424310785470E+00 0.502914190292E-07
+    0.959903020888E+00 0.240500000000E+03-0.268523136938E+01-0.801747681723E-08
+   -0.179650340301E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.102445483208E-07 0.700000000000E+01
+    0.270516000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  3 59 44.0 0.202444847673E-03-0.682121026330E-12 0.000000000000E+00
+    0.200000000000E+01 0.989687500000E+02 0.487163149443E-08 0.157253682626E+01
+    0.526010990143E-05 0.486140802968E-02 0.610016286373E-05 0.515366633606E+04
+    0.273584000000E+06-0.104308128357E-06 0.168998928014E+01-0.117346644402E-06
+    0.940549431008E+00 0.249468750000E+03-0.185290698234E+01-0.833856162028E-08
+    0.121433629627E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.200000000000E+01
+    0.270660000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  3 59 44.0 0.177748035640E-03 0.306954461848E-11 0.000000000000E+00
+    0.200000000000E+02 0.330625000000E+02 0.447697219815E-08 0.256428835055E+01
+    0.173971056938E-05 0.680368626490E-02 0.991672277451E-05 0.515367501450E+04
+    0.273584000000E+06-0.614672899246E-07 0.656681761111E+00-0.223517417908E-07
+    0.951252736546E+00 0.184500000000E+03-0.642034235326E+00-0.776246619502E-08
+   -0.479662837025E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.200000000000E+02
+    0.266940000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  3 59 44.0 0.370461493731E-04 0.318323145621E-11 0.000000000000E+00
+    0.800000000000E+01-0.111843750000E+03 0.419124601079E-08 0.153524508265E+01
+   -0.625103712082E-05 0.209245148581E-01 0.586546957493E-05 0.515513090897E+04
+    0.273584000000E+06 0.000000000000E+00-0.259379082342E+01-0.515952706337E-06
+    0.973805568808E+00 0.280468750000E+03-0.162546422368E+01-0.798854704076E-08
+   -0.103575742917E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.419095158577E-08 0.800000000000E+01
+    0.268206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  3 59 44.0 0.136189162731E-03 0.261479726760E-11 0.000000000000E+00
+    0.210000000000E+02-0.418750000000E+02 0.468662378812E-08 0.232241948315E+01
+   -0.230967998505E-05 0.112435142510E-01 0.834651291370E-05 0.515362024498E+04
+    0.273584000000E+06 0.139698386192E-06-0.153040064552E+01-0.152736902237E-06
+    0.951137518581E+00 0.209281250000E+03 0.141281785150E+01-0.783961226560E-08
+    0.288226291496E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.210000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  3 59 44.0 0.280318316072E-03-0.466116034659E-11 0.000000000000E+00
+    0.130000000000E+02 0.950312500000E+02 0.439589739249E-08-0.639582250037E+00
+    0.496394932270E-05 0.133857806213E-01 0.591948628426E-05 0.515360275841E+04
+    0.273584000000E+06-0.247731804848E-06 0.173876898881E+01 0.335276126862E-07
+    0.964495581558E+00 0.273312500000E+03-0.118185978555E+01-0.822891419588E-08
+    0.203579908492E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.130000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1  4  0  0.0-0.100755132735E-03 0.138697942020E-10 0.000000000000E+00
+    0.250000000000E+02-0.321875000000E+02 0.467340895196E-08-0.251425869687E+01
+   -0.168941915035E-05 0.107398652472E-02 0.842660665512E-05 0.514149545670E+04
+    0.273600000000E+06-0.149011611938E-07-0.149517970195E+01-0.204890966415E-07
+    0.959983447735E+00 0.219218750000E+03-0.596616849292E+00-0.806605026908E-08
+    0.335728270144E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.250000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  4  0  0.0 0.153942499310E-03-0.454747350886E-12 0.000000000000E+00
+    0.810000000000E+02 0.293437500000E+02 0.498092176110E-08 0.372824134147E+00
+    0.137835741043E-05 0.904033682309E-02 0.927597284317E-05 0.515363103867E+04
+    0.273600000000E+06 0.162050127983E-06 0.593544441908E+00-0.115483999252E-06
+    0.941895189830E+00 0.192187500000E+03 0.276405983087E+01-0.823605735056E-08
+   -0.428589281035E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.172294676304E-07 0.810000000000E+02
+    0.267726000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  4  0  0.0-0.342745333910E-04-0.146656020661E-10 0.000000000000E+00
+    0.650000000000E+02 0.402812500000E+02 0.478734226916E-08-0.306215609363E+01
+    0.199861824512E-05 0.860252394341E-02 0.956095755100E-05 0.515371171570E+04
+    0.273600000000E+06-0.204890966415E-07 0.611983438812E+00-0.104308128357E-06
+    0.941108550983E+00 0.185656250000E+03 0.483135966381E+00-0.791675833619E-08
+   -0.383587406527E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.605359673500E-08 0.650000000000E+02
+    0.266406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  4  0  0.0-0.213403254747E-04-0.104591890704E-10 0.000000000000E+00
+    0.370000000000E+02-0.514687500000E+02 0.485520223866E-08 0.286938930791E+01
+   -0.263750553131E-05 0.948648026679E-02 0.832788646221E-05 0.515359267426E+04
+    0.273600000000E+06 0.115483999252E-06-0.158402347177E+01-0.149011611938E-06
+    0.945260583132E+00 0.206437500000E+03 0.129703747788E+01-0.793854495798E-08
+    0.291797868838E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.630000000000E+02-0.419095158577E-08 0.370000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  4  0  0.0 0.597028993070E-04 0.179625203600E-10 0.000000000000E+00
+    0.850000000000E+02-0.148125000000E+02 0.542594029791E-08 0.250662482461E+01
+   -0.655651092529E-06 0.588128948584E-02 0.633671879768E-05 0.515370272636E+04
+    0.273600000000E+06 0.987201929092E-07-0.485988308461E+00-0.707805156708E-07
+    0.933889796350E+00 0.237281250000E+03-0.141615755450E+01-0.832356099544E-08
+   -0.152506352502E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.850000000000E+02
+    0.267558000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  4  0  0.0 0.484031625092E-04 0.204636307899E-11 0.000000000000E+00
+    0.108000000000E+03-0.949375000000E+02 0.409659921123E-08-0.234281581031E+01
+   -0.482425093651E-05 0.202988439705E-01 0.592321157455E-05 0.515364486122E+04
+    0.273600000000E+06 0.296160578728E-06-0.256974558065E+01 0.540167093277E-07
+    0.975749324653E+00 0.267156250000E+03 0.146547236057E+01-0.758388732792E-08
+    0.130005415247E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.558793544769E-08 0.108000000000E+03
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  4  0  0.0-0.136010348797E-04-0.568434188608E-12 0.000000000000E+00
+    0.600000000000E+02 0.112593750000E+03 0.437161066656E-08 0.123121696650E+01
+    0.592134892940E-05 0.865923962556E-02 0.749900937080E-05 0.515357963180E+04
+    0.273600000000E+06-0.102445483208E-06 0.167788472437E+01 0.353902578354E-07
+    0.958833409797E+00 0.233625000000E+03 0.616828743450E+00-0.814462497061E-08
+   -0.385730352932E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.600000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  4  0  0.0 0.278325751424E-05-0.125055521494E-11 0.000000000000E+00
+    0.610000000000E+02 0.197500000000E+02 0.601275045519E-08-0.155803053205E+01
+    0.955536961555E-06 0.924948847387E-02 0.856816768646E-05 0.515367392731E+04
+    0.273600000000E+06 0.199303030968E-06 0.396338257194E+00-0.134110450745E-06
+    0.890058273494E+00 0.175593750000E+03 0.692931844147E+00-0.852356932659E-08
+   -0.376444251843E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.121071934700E-07 0.610000000000E+02
+    0.266406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  4  0  0.0-0.299657229334E-03 0.454747350886E-11 0.000000000000E+00
+    0.880000000000E+02-0.447812500000E+02 0.448340103736E-08-0.128603797824E+01
+   -0.226497650147E-05 0.333977013361E-02 0.851973891258E-05 0.515368665886E+04
+    0.273600000000E+06-0.111758708954E-07-0.148353430496E+01-0.763684511185E-07
+    0.966116408478E+00 0.216468750000E+03-0.767774608734E+00-0.792104422900E-08
+    0.347157317639E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.880000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  4  0  0.0 0.293228775263E-03 0.113686837722E-11 0.000000000000E+00
+    0.480000000000E+02-0.987500000000E+01 0.390301968522E-08 0.102870292293E+01
+   -0.532716512680E-06 0.396695616655E-02 0.257976353169E-05 0.515373386574E+04
+    0.273600000000E+06-0.115483999252E-06 0.275689307859E+01-0.353902578354E-07
+    0.995213557954E+00 0.345937500000E+03 0.152354454682E+01-0.810640887749E-08
+    0.396445098971E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.480000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  4  0  0.0-0.132562592626E-03 0.568434188608E-11 0.000000000000E+00
+    0.790000000000E+02-0.590625000000E+01 0.403802534282E-08 0.733096946122E+00
+   -0.474974513054E-06 0.437087449245E-02 0.305846333504E-05 0.515359347343E+04
+    0.273600000000E+06 0.186264514923E-07 0.273774609078E+01 0.670552253723E-07
+    0.988744515189E+00 0.332125000000E+03-0.211983736415E+01-0.814998233662E-08
+    0.714315468392E-12 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.790000000000E+02
+    0.267930000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  4  0  0.0-0.275881029665E-03-0.454747350886E-11 0.000000000000E+00
+    0.740000000000E+02 0.120000000000E+02 0.476162691230E-08 0.103704236937E+01
+    0.618398189545E-06 0.143644423224E-02 0.209361314774E-05 0.515360096741E+04
+    0.273600000000E+06-0.298023223877E-07 0.268706787578E+01-0.745058059692E-08
+    0.956788362967E+00 0.336625000000E+03-0.560995613296E+00-0.844142304772E-08
+    0.260725145963E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.740000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  4  0  0.0 0.630822032690E-04-0.306954461848E-11 0.000000000000E+00
+    0.200000000000E+02-0.312187500000E+02 0.449054419205E-08 0.248272579904E+01
+   -0.142306089401E-05 0.526508223265E-02 0.890158116817E-05 0.515379036713E+04
+    0.273600000000E+06-0.316649675369E-07-0.146666419700E+01 0.100582838059E-06
+    0.967605492310E+00 0.213250000000E+03-0.373272963266E+00-0.785675583685E-08
+    0.313227332890E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.200000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  4  0  0.0 0.523910857737E-04 0.159161572810E-11 0.000000000000E+00
+    0.102000000000E+03-0.117812500000E+02 0.477662753714E-08 0.139372046831E+01
+   -0.517815351486E-06 0.438146304805E-02 0.729784369469E-05 0.515365180016E+04
+    0.273600000000E+06-0.409781932831E-07-0.424310917133E+00 0.502914190292E-07
+    0.959903032591E+00 0.240500000000E+03-0.268523033364E+01-0.801747681723E-08
+   -0.179650340301E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.102445483208E-07 0.102000000000E+03
+    0.266406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  4  0  0.0-0.696266070008E-04 0.341060513165E-11 0.000000000000E+00
+    0.440000000000E+02 0.102218750000E+03 0.470341020163E-08 0.262944477027E+01
+    0.541657209396E-05 0.100623420440E-01 0.694580376148E-05 0.515376677513E+04
+    0.273600000000E+06-0.279396772385E-07 0.168418026359E+01-0.193715095520E-06
+    0.942888515594E+00 0.235312500000E+03-0.243598892527E+01-0.807783647431E-08
+    0.152863510236E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.440000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  4  0  0.0 0.293822959065E-04-0.909494701773E-12 0.000000000000E+00
+    0.410000000000E+02-0.176250000000E+02 0.485841665827E-08 0.726409437023E+00
+   -0.104866921902E-05 0.540330808144E-02 0.680983066559E-05 0.515357617950E+04
+    0.273600000000E+06 0.819563865662E-07-0.368101796552E+00-0.558793544769E-08
+    0.957662832490E+00 0.242156250000E+03-0.380231650563E+00-0.812426697976E-08
+   -0.241081470582E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.410000000000E+02
+    0.270888000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  4  0  0.0 0.865836627781E-04-0.102318153950E-11 0.000000000000E+00
+    0.380000000000E+02 0.111531250000E+03 0.468090926437E-08 0.279400937297E+01
+    0.576861202717E-05 0.404875108506E-02 0.643730163574E-05 0.515364759255E+04
+    0.273600000000E+06 0.335276126862E-07 0.163034624025E+01 0.335276126862E-07
+    0.942518463152E+00 0.246343750000E+03 0.133817509707E+01-0.811926677148E-08
+    0.710743891050E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.380000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  4  0  0.0 0.215768814087E-04-0.193267624127E-11 0.000000000000E+00
+    0.830000000000E+02 0.255312500000E+02 0.485591655413E-08-0.234466249423E+01
+    0.107660889625E-05 0.149309324333E-01 0.990740954876E-05 0.515362973213E+04
+    0.273600000000E+06-0.204890966415E-07 0.625506621353E+00-0.173225998878E-06
+    0.934633782357E+00 0.174625000000E+03-0.262936113085E+01-0.792425864861E-08
+   -0.209294432239E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.830000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  4  0  0.0 0.202448107302E-03-0.568434188608E-12 0.000000000000E+00
+    0.710000000000E+02 0.989687500000E+02 0.487163149443E-08 0.157487008551E+01
+    0.526010990143E-05 0.486140325665E-02 0.610016286373E-05 0.515366633797E+04
+    0.273600000000E+06-0.104308128357E-06 0.168998914116E+01-0.117346644402E-06
+    0.940549451488E+00 0.249468750000E+03-0.185290650396E+01-0.833856162028E-08
+    0.121433629627E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.181607902050E-07 0.710000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  4  0  0.0 0.388976186514E-03 0.341060513165E-12 0.000000000000E+00
+    0.590000000000E+02-0.381250000000E+01 0.446482883518E-08 0.185453304212E+00
+   -0.137835741043E-06 0.589200644754E-02 0.227242708206E-05 0.515362947273E+04
+    0.273600000000E+06 0.521540641785E-07 0.270623442720E+01-0.931322574615E-07
+    0.970738110476E+00 0.339718750000E+03 0.287672365502E+01-0.837642034010E-08
+    0.610739725475E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.590000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  4  0  0.0 0.177737325430E-03 0.306954461848E-11 0.000000000000E+00
+    0.115000000000E+03 0.330625000000E+02 0.447697219815E-08 0.256662125431E+01
+    0.173971056938E-05 0.680368801113E-02 0.991672277451E-05 0.515367500877E+04
+    0.273600000000E+06-0.614672899246E-07 0.656681623597E+00-0.223517417908E-07
+    0.951252770193E+00 0.184500000000E+03-0.642033342946E+00-0.776246619502E-08
+   -0.479662837025E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.139698386192E-08 0.115000000000E+03
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  4  0  0.0 0.333901029080E-03 0.218278728425E-10 0.000000000000E+00
+    0.390000000000E+02-0.106500000000E+03 0.423517620973E-08 0.306718760872E+01
+   -0.543147325516E-05 0.116457759868E-01 0.677071511745E-05 0.515366803551E+04
+    0.273600000000E+06 0.193715095520E-06-0.262990314493E+01 0.212341547012E-06
+    0.969132263837E+00 0.249375000000E+03-0.121178116648E+01-0.788425680298E-08
+   -0.128576784636E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.745058059692E-08 0.390000000000E+02
+    0.266418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  4  0  0.0 0.543966889381E-04 0.216004991671E-11 0.000000000000E+00
+    0.910000000000E+02 0.331250000000E+01 0.409802784217E-08-0.583198310745E+00
+    0.553205609322E-06 0.202949062223E-01 0.299327075481E-05 0.515486517525E+04
+    0.273600000000E+06-0.987201929092E-07 0.275464000188E+01 0.325962901115E-06
+    0.993070946191E+00 0.340531250000E+03 0.988755159381E+00-0.836213403073E-08
+    0.332156692802E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.910000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  4  0  0.0 0.370400957763E-04 0.318323145621E-11 0.000000000000E+00
+    0.500000000000E+02-0.111843750000E+03 0.419124601079E-08 0.153757736759E+01
+   -0.625103712082E-05 0.209245162550E-01 0.586546957493E-05 0.515513089371E+04
+    0.273600000000E+06 0.000000000000E+00-0.259379094045E+01-0.515952706337E-06
+    0.973805568808E+00 0.280468750000E+03-0.162546469620E+01-0.798854704076E-08
+   -0.103575742917E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.500000000000E+02
+    0.266400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1  4  0  0.0-0.238325446844E-04-0.113686837722E-12 0.000000000000E+00
+    0.340000000000E+02-0.499062500000E+02 0.442125559161E-08 0.186520875263E+01
+   -0.281818211079E-05 0.148154917406E-01 0.910833477974E-05 0.515364350510E+04
+    0.273600000000E+06-0.219792127609E-06-0.145840325221E+01-0.283122062683E-06
+    0.965797284602E+00 0.210312500000E+03-0.203522960236E+01-0.781496838194E-08
+    0.390016245742E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.107102096081E-07 0.340000000000E+02
+    0.266406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1  4  0  0.0 0.473856925964E-05 0.409272615798E-11 0.000000000000E+00
+    0.530000000000E+02-0.110000000000E+02 0.470019578202E-08-0.231618818797E+01
+   -0.653788447380E-06 0.338346487842E-02 0.703148543835E-05 0.515370353889E+04
+    0.273600000000E+06 0.186264514923E-08-0.416118965025E+00 0.428408384323E-07
+    0.960112986205E+00 0.241937500000E+03-0.134039853945E+01-0.794747390133E-08
+   -0.932181686252E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.530000000000E+02
+    0.268020000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+31 09  4  1  4  0  0.0-0.564418733120E-04-0.113686837722E-11 0.000000000000E+00
+    0.120000000000E+02-0.825937500000E+02 0.429910764652E-08-0.152272811272E+01
+   -0.424124300480E-05 0.717806559987E-02 0.734068453312E-05 0.515368351555E+04
+    0.273600000000E+06-0.210478901863E-06-0.253772854471E+01 0.670552253723E-07
+    0.972182998090E+00 0.246937500000E+03-0.115850367228E+01-0.799247577584E-08
+    0.328585115460E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.130385160446E-07 0.120000000000E+02
+    0.270840000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  5 59 28.0-0.275912694633E-03-0.454747350886E-11 0.000000000000E+00
+    0.160000000000E+02 0.184062500000E+02 0.473841144100E-08 0.208217544228E+01
+    0.873580574989E-06 0.143685308285E-02 0.189617276192E-05 0.515360214233E+04
+    0.280768000000E+06 0.745058059692E-08 0.268700710763E+01-0.204890966415E-07
+    0.956788570702E+00 0.340250000000E+03-0.560570149905E+00-0.846463787951E-08
+    0.525021866260E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.160000000000E+02
+    0.276186000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  5 59 44.0-0.299623701721E-03 0.454747350886E-11 0.000000000000E+00
+    0.190000000000E+02-0.516250000000E+02 0.454626079858E-08-0.238182382601E+00
+   -0.260770320892E-05 0.334045803174E-02 0.899471342564E-05 0.515368765640E+04
+    0.280784000000E+06 0.931322574616E-08-0.148359159723E+01 0.111758708954E-07
+    0.966119204114E+00 0.213156250000E+03-0.767790444822E+00-0.792568727955E-08
+    0.419303179946E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.190000000000E+02
+    0.279810000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  5 59 44.0 0.524041242898E-04 0.159161572810E-11 0.000000000000E+00
+    0.180000000000E+02-0.147812500000E+02 0.477877048354E-08 0.244148794216E+01
+   -0.862404704094E-06 0.438138784375E-02 0.731647014618E-05 0.515365258980E+04
+    0.280784000000E+06-0.763684511185E-07-0.424368610233E+00-0.223517417908E-07
+    0.959902065603E+00 0.239531250000E+03-0.268513557019E+01-0.795926010656E-08
+   -0.140720147273E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.102445483208E-07 0.180000000000E+02
+    0.273606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  5 59 44.0 0.215638428927E-04-0.193267624127E-11 0.000000000000E+00
+    0.700000000000E+01 0.312812500000E+02 0.496627829400E-08-0.129694280221E+01
+    0.144913792610E-05 0.149317667820E-01 0.892579555512E-05 0.515362501144E+04
+    0.280784000000E+06 0.286847352982E-06 0.625450538925E+00-0.258907675743E-06
+    0.934631563110E+00 0.191718750000E+03-0.262920302891E+01-0.803890628129E-08
+   -0.406088343781E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.700000000000E+01
+    0.278850000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  5 59 44.0 0.202440191060E-03-0.682121026330E-12 0.000000000000E+00
+    0.300000000000E+01 0.997812500000E+02 0.473091134716E-08 0.262308856091E+01
+    0.518746674061E-05 0.486184703186E-02 0.699795782566E-05 0.515366305733E+04
+    0.280784000000E+06 0.856816768646E-07 0.168993056446E+01 0.353902578354E-07
+    0.940551246489E+00 0.234750000000E+03-0.185326985039E+01-0.809069415274E-08
+    0.757174396496E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.300000000000E+01
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  5 59 44.0 0.370689667761E-04 0.318323145621E-11 0.000000000000E+00
+    0.900000000000E+01-0.120281250000E+03 0.419231748399E-08 0.258459202087E+01
+   -0.622496008873E-05 0.209251976339E-01 0.575184822083E-05 0.515512835884E+04
+    0.280784000000E+06 0.247731804848E-06-0.259384602956E+01-0.165775418282E-06
+    0.973806543111E+00 0.274187500000E+03-0.162552269066E+01-0.765246161289E-08
+   -0.985755346381E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.419095158577E-08 0.900000000000E+01
+    0.273606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1  6  0  0.0-0.100655481219E-03 0.137561073643E-10 0.000000000000E+00
+    0.119000000000E+03-0.464062500000E+02 0.473305429357E-08-0.145837730736E+01
+   -0.245124101639E-05 0.107457838021E-02 0.862218439579E-05 0.514149171066E+04
+    0.280800000000E+06 0.186264514923E-07-0.149523792755E+01-0.465661287308E-07
+    0.959985841069E+00 0.216156250000E+03-0.594835231584E+00-0.808605110220E-08
+    0.354300472323E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.119000000000E+03
+    0.275910000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  6  0  0.0 0.153939239681E-03-0.454747350886E-12 0.000000000000E+00
+    0.820000000000E+02 0.395312500000E+02 0.487020286350E-08 0.142289173654E+01
+    0.213459134102E-05 0.904121075291E-02 0.892579555511E-05 0.515363399506E+04
+    0.280800000000E+06 0.122934579849E-06 0.593486791233E+00 0.147148966789E-06
+    0.941892601928E+00 0.196062500000E+03 0.276420089275E+01-0.800783355841E-08
+   -0.544665544649E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.172294676304E-07 0.820000000000E+02
+    0.273606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  6  0  0.0 0.373357906938E-03 0.522959453519E-11 0.000000000000E+00
+    0.140000000000E+02-0.111562500000E+02 0.574845373189E-08 0.106337775919E+01
+   -0.357627868652E-06 0.117405707715E-01 0.707246363163E-05 0.515373930550E+04
+    0.280800000000E+06-0.126659870148E-06-0.553171008696E+00 0.160187482834E-06
+    0.926346342661E+00 0.228375000000E+03 0.894267239489E+00-0.870607692876E-08
+   -0.932181686252E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.140000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  6  0  0.0-0.343802385032E-04-0.146656020661E-10 0.000000000000E+00
+    0.660000000000E+02 0.405625000000E+02 0.481805783431E-08-0.201204953959E+01
+    0.200048089027E-05 0.860265246592E-02 0.928714871407E-05 0.515371104050E+04
+    0.280800000000E+06 0.670552253723E-07 0.611925927114E+00-0.100582838058E-06
+    0.941105888472E+00 0.190937500000E+03 0.483189149305E+00-0.795676000242E-08
+   -0.324299222650E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.605359673500E-08 0.660000000000E+02
+    0.273606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  6  0  0.0-0.214157626033E-04-0.104591890704E-10 0.000000000000E+00
+    0.380000000000E+02-0.570312500000E+02 0.490377569051E-08-0.236351191280E+01
+   -0.286288559437E-05 0.948612764478E-02 0.872835516930E-05 0.515359353447E+04
+    0.280800000000E+06 0.158324837685E-06-0.158408162423E+01 0.745058059692E-07
+    0.945263323177E+00 0.202812500000E+03 0.129698723981E+01-0.795068832094E-08
+    0.466090843126E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.570000000000E+01 0.630000000000E+02-0.419095158577E-08 0.380000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  6  0  0.0 0.598318874836E-04 0.179625203600E-10 0.000000000000E+00
+    0.860000000000E+02-0.123750000000E+02 0.545701302078E-08-0.272642673434E+01
+   -0.528991222382E-06 0.588099414017E-02 0.666081905365E-05 0.515370332146E+04
+    0.280800000000E+06 0.540167093277E-07-0.486049167316E+00 0.141561031342E-06
+    0.933889341383E+00 0.234812500000E+03-0.141612130924E+01-0.830998900154E-08
+    0.228580949885E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.860000000000E+02
+    0.280710000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  6  0  0.0 0.209906138480E-04-0.454747350886E-12 0.000000000000E+00
+    0.150000000000E+02-0.875312500000E+02 0.436768193148E-08-0.352669418143E+00
+   -0.457465648651E-05 0.236886541825E-02 0.709854066372E-05 0.515367800713E+04
+    0.280800000000E+06-0.167638063431E-07-0.253539909782E+01 0.204890966415E-07
+    0.966788369176E+00 0.243906250000E+03 0.290492287562E+01-0.804569227823E-08
+    0.100361323309E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.150000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  6  0  0.0-0.196506269276E-03-0.136424205266E-11 0.000000000000E+00
+    0.180000000000E+02-0.101468750000E+03 0.384051723756E-08-0.104987267148E+01
+   -0.547431409359E-05 0.104827641044E-01 0.756792724132E-05 0.515367117691E+04
+    0.280800000000E+06 0.316649675369E-07-0.247622438482E+01-0.987201929092E-07
+    0.987950299890E+00 0.244500000000E+03 0.298439640352E+01-0.784211273697E-08
+    0.200008329343E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.180000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  6  0  0.0 0.484175980091E-04 0.204636307899E-11 0.000000000000E+00
+    0.109000000000E+03-0.965625000000E+02 0.425589156068E-08-0.129261803308E+01
+   -0.457279384136E-05 0.202986948425E-01 0.636465847492E-05 0.515364500046E+04
+    0.280800000000E+06-0.558793544769E-07-0.256980065220E+01 0.523403286934E-06
+    0.975747573540E+00 0.266375000000E+03 0.146546967757E+01-0.809890878063E-08
+   -0.214294640518E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.558793544769E-08 0.109000000000E+03
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  6  0  0.0-0.136056914926E-04-0.568434188608E-12 0.000000000000E+00
+    0.740000000000E+02 0.122656250000E+03 0.439411160381E-08 0.228161524689E+01
+    0.623613595963E-05 0.865903147496E-02 0.721216201782E-05 0.515357716942E+04
+    0.280800000000E+06-0.109896063805E-06 0.167782590775E+01-0.117346644402E-06
+    0.958833683363E+00 0.240093750000E+03 0.616669623314E+00-0.803533470394E-08
+    0.175007289756E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.279396772385E-08 0.740000000000E+02
+    0.278076000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  6  0  0.0 0.277440994978E-05-0.125055521494E-11 0.000000000000E+00
+    0.620000000000E+02 0.127500000000E+02 0.621775899462E-08-0.507719589336E+00
+    0.629574060440E-06 0.924997788388E-02 0.822357833386E-05 0.515367619705E+04
+    0.280800000000E+06 0.298023223877E-07 0.396276443053E+00 0.199303030968E-06
+    0.890053644821E+00 0.181000000000E+03 0.692811661038E+00-0.889644200109E-08
+   -0.484663045304E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.620000000000E+02
+    0.280338000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  6  0  0.0-0.299624633044E-03 0.454747350886E-11 0.000000000000E+00
+    0.890000000000E+02-0.516250000000E+02 0.454626079858E-08-0.235849870905E+00
+   -0.260770320892E-05 0.334045710042E-02 0.899471342564E-05 0.515368766403E+04
+    0.280800000000E+06 0.931322574616E-08-0.148359173767E+01 0.111758708954E-07
+    0.966119205577E+00 0.213156250000E+03-0.767789265710E+00-0.792568727955E-08
+    0.419303179946E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.121071934700E-07 0.890000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  6  0  0.0 0.293236691505E-03 0.113686837722E-11 0.000000000000E+00
+    0.720000000000E+02-0.105937500000E+02 0.377944314326E-08 0.207900213890E+01
+   -0.527128577232E-06 0.396703532897E-02 0.291876494884E-05 0.515373268127E+04
+    0.280800000000E+06 0.987201929092E-07 0.275683539865E+01-0.726431608200E-07
+    0.995214890672E+00 0.341218750000E+03 0.152338484444E+01-0.789247161027E-08
+    0.503592405216E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.720000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  6  0  0.0-0.132522080094E-03 0.568434188608E-11 0.000000000000E+00
+    0.800000000000E+02 0.121250000000E+02 0.397766568574E-08 0.178388315581E+01
+    0.737607479095E-06 0.437017763033E-02 0.291876494884E-05 0.515358867454E+04
+    0.280800000000E+06-0.122934579849E-06 0.273768711177E+01-0.353902578354E-07
+    0.988745305165E+00 0.333593750000E+03-0.212039556834E+01-0.803640617715E-08
+    0.108218793461E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.800000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  6  0  0.0-0.275913625956E-03-0.454747350886E-11 0.000000000000E+00
+    0.750000000000E+02 0.184062500000E+02 0.473841165958E-08 0.208684386988E+01
+    0.873580574989E-06 0.143684924115E-02 0.189617276192E-05 0.515360213661E+04
+    0.280800000000E+06 0.745058059692E-08 0.268700683552E+01-0.204890966415E-07
+    0.956788579479E+00 0.340250000000E+03-0.560570866735E+00-0.846463830045E-08
+    0.525021869268E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.750000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  6  0  0.0 0.630603171885E-04-0.306954461848E-11 0.000000000000E+00
+    0.210000000000E+02-0.370625000000E+02 0.445447126089E-08-0.275036366558E+01
+   -0.187382102013E-05 0.526403507683E-02 0.863336026668E-05 0.515379232407E+04
+    0.280800000000E+06-0.726431608200E-07-0.146672075926E+01 0.931322574616E-08
+    0.967608211874E+00 0.218156250000E+03-0.373259865760E+00-0.778711007868E-08
+    0.357157734196E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.210000000000E+02
+    0.276150000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  6  0  0.0-0.696019269526E-04 0.341060513165E-11 0.000000000000E+00
+    0.720000000000E+02 0.110718750000E+03 0.456804742037E-08-0.260357390521E+01
+    0.563822686672E-05 0.100613087416E-01 0.726059079170E-05 0.515376868630E+04
+    0.280800000000E+06-0.558793544769E-08 0.168412285283E+01-0.800937414169E-07
+    0.942889776630E+00 0.230250000000E+03-0.243603104853E+01-0.799104714490E-08
+    0.117147736816E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.720000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  6  0  0.0 0.293762423098E-04-0.909494701773E-12 0.000000000000E+00
+    0.440000000000E+02-0.126250000000E+02 0.494056293713E-08 0.177652067094E+01
+   -0.376254320145E-06 0.540350691881E-02 0.693090260029E-05 0.515357757950E+04
+    0.280800000000E+06 0.121071934700E-06-0.368160338144E+00 0.353902578354E-07
+    0.957661112098E+00 0.240781250000E+03-0.380099963066E+00-0.812569561070E-08
+   -0.219652006531E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.440000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  6  0  0.0 0.865762121975E-04-0.102318153950E-11 0.000000000000E+00
+    0.440000000000E+02 0.102062500000E+03 0.468555231492E-08-0.243882836587E+01
+    0.531971454620E-05 0.404895772226E-02 0.646524131298E-05 0.515364740562E+04
+    0.280800000000E+06 0.279396772385E-07 0.163028828675E+01-0.670552253723E-07
+    0.942518685515E+00 0.245937500000E+03 0.133802617348E+01-0.811676666734E-08
+   -0.167864135072E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.440000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  6  0  0.0 0.215629115701E-04-0.193267624127E-11 0.000000000000E+00
+    0.840000000000E+02 0.312812500000E+02 0.496627829400E-08-0.129460886417E+01
+    0.144913792610E-05 0.149317670148E-01 0.892579555512E-05 0.515362502289E+04
+    0.280800000000E+06 0.286847352982E-06 0.625450420429E+00-0.258907675743E-06
+    0.934631554333E+00 0.191718750000E+03-0.262920321470E+01-0.803890628129E-08
+   -0.406088343781E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.840000000000E+02
+    0.273660000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  6  0  0.0 0.388978980482E-03 0.341060513165E-12 0.000000000000E+00
+    0.650000000000E+02 0.312500000000E+00 0.434339520556E-08 0.123559682766E+01
+    0.428408384323E-07 0.589189457241E-02 0.249780714512E-05 0.515362978935E+04
+    0.280800000000E+06 0.819563865662E-07 0.270617534579E+01 0.108033418655E-06
+    0.970739055521E+00 0.336125000000E+03 0.287678727294E+01-0.819248410699E-08
+   -0.157149403046E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.650000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  6  0  0.0 0.177770853043E-03 0.306954461848E-11 0.000000000000E+00
+    0.210000000000E+02 0.375000000000E+02 0.459054835762E-08-0.266636136609E+01
+    0.177882611752E-05 0.680423958693E-02 0.983662903309E-05 0.515367398262E+04
+    0.280800000000E+06-0.335276126862E-07 0.656625860086E+00 0.745058059692E-07
+    0.951248770575E+00 0.185437500000E+03-0.642055661224E+00-0.784818405122E-08
+   -0.530379235281E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.139698386192E-08 0.210000000000E+02
+    0.276546000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  6  0  0.0 0.334057956934E-03 0.218278728425E-10 0.000000000000E+00
+    0.400000000000E+02-0.848437500000E+02 0.426017745349E-08-0.216592751987E+01
+   -0.417046248913E-05 0.116484444588E-01 0.687316060066E-05 0.515366250801E+04
+    0.280800000000E+06 0.167638063431E-07-0.262996002903E+01 0.249594449997E-06
+    0.969132715879E+00 0.247906250000E+03-0.121166713786E+01-0.784639826255E-08
+    0.671456540289E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.745058059692E-08 0.400000000000E+02
+    0.273618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  6  0  0.0 0.544120557606E-04 0.216004991671E-11 0.000000000000E+00
+    0.920000000000E+02 0.981250000000E+01 0.396873674239E-08 0.466264562271E+00
+    0.491738319397E-06 0.202957453439E-01 0.289082527161E-05 0.515486686134E+04
+    0.280800000000E+06-0.286847352982E-06 0.275458010416E+01 0.160187482834E-06
+    0.993071058836E+00 0.342312500000E+03 0.988740641382E+00-0.834570477496E-08
+   -0.739316509786E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.920000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1  6  0  0.0-0.238334760070E-04-0.113686837722E-12 0.000000000000E+00
+    0.710000000000E+02-0.448125000000E+02 0.441804117201E-08 0.291544148921E+01
+   -0.236742198467E-05 0.148152495967E-01 0.905618071556E-05 0.515364321136E+04
+    0.280800000000E+06 0.279396772385E-07-0.145845836326E+01-0.204890966415E-06
+    0.965800845345E+00 0.204062500000E+03-0.203526311489E+01-0.762924636016E-08
+    0.378587198248E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.107102096081E-07 0.710000000000E+02
+    0.273606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1  6  0  0.0 0.476837158203E-05 0.409272615798E-11 0.000000000000E+00
+    0.540000000000E+02-0.101250000000E+02 0.479734268572E-08-0.126616438828E+01
+   -0.592321157455E-06 0.338363379706E-02 0.711902976036E-05 0.515370258903E+04
+    0.280800000000E+06-0.987201929092E-07-0.416176558647E+00 0.372529029846E-08
+    0.960111874388E+00 0.238375000000E+03-0.134025766921E+01-0.804997817105E-08
+   -0.839320675361E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.540000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  6  0  0.0 0.136207789183E-03 0.261479726760E-11 0.000000000000E+00
+    0.220000000000E+02-0.519375000000E+02 0.479948563213E-08-0.290815475278E+01
+   -0.260584056377E-05 0.112444955157E-01 0.843033194542E-05 0.515361814308E+04
+    0.280800000000E+06 0.264495611191E-06-0.153045786903E+01 0.149011611938E-07
+    0.951139780253E+00 0.210125000000E+03 0.141275726036E+01-0.786997067301E-08
+    0.411088552060E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.220000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+31 09  4  1  6  0  0.0-0.564497895539E-04-0.113686837722E-11 0.000000000000E+00
+    0.130000000000E+02-0.878437500000E+02 0.430625080120E-08-0.472663401059E+00
+   -0.486522912979E-05 0.717686046846E-02 0.661984086037E-05 0.515368103027E+04
+    0.280800000000E+06-0.800937414169E-07-0.253778723259E+01-0.614672899246E-07
+    0.972183315543E+00 0.258687500000E+03-0.115839463807E+01-0.810176604250E-08
+    0.126433837905E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.130385160446E-07 0.130000000000E+02
+    0.273600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  6  0  0.0 0.280284322798E-03-0.466116034659E-11 0.000000000000E+00
+    0.530000000000E+02 0.847187500000E+02 0.435160983345E-08 0.412978774795E+00
+    0.440143048763E-05 0.133879507193E-01 0.641681253910E-05 0.515360690880E+04
+    0.280800000000E+06-0.670552253723E-07 0.173871056864E+01-0.199303030968E-06
+    0.964495976546E+00 0.261562500000E+03-0.118186553774E+01-0.829427406124E-08
+   -0.275011455331E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.530000000000E+02
+    0.279270000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1  7 59 28.0-0.275945290923E-03-0.454747350886E-11 0.000000000000E+00
+    0.170000000000E+02 0.121875000000E+02 0.467198013610E-08 0.313226226741E+01
+    0.713393092155E-06 0.143610441592E-02 0.187754631042E-05 0.515360354233E+04
+    0.287968000000E+06-0.130385160446E-07 0.268694610394E+01-0.186264514923E-07
+    0.956789034447E+00 0.339656250000E+03-0.560431049803E+00-0.845499492641E-08
+    0.678599676451E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.170000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  7 59 44.0 0.153935980052E-03-0.454747350886E-12 0.000000000000E+00
+    0.140000000000E+02 0.403750000000E+02 0.484448750664E-08 0.247062873487E+01
+    0.216998159885E-05 0.904078758322E-02 0.953488051891E-05 0.515363645363E+04
+    0.287984000000E+06-0.372529029846E-08 0.593429149335E+00 0.189989805222E-06
+    0.941888703251E+00 0.186875000000E+03 0.276433700265E+01-0.797176062726E-08
+   -0.505021036153E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.172294676304E-07 0.140000000000E+02
+    0.282456000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  7 59 44.0 0.599608756602E-04 0.178488335223E-10 0.000000000000E+00
+    0.400000000000E+01-0.490625000000E+01 0.548987153233E-08-0.167877298043E+01
+   -0.130385160446E-06 0.588174792938E-02 0.702589750290E-05 0.515370085144E+04
+    0.287984000000E+06-0.521540641785E-07-0.486108867540E+00 0.132247805595E-06
+    0.933889579838E+00 0.229156250000E+03-0.141593844594E+01-0.832284667997E-08
+    0.453590322429E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.400000000000E+01
+    0.286350000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1  7 59 44.0-0.299591105431E-03 0.454747350886E-11 0.000000000000E+00
+    0.200000000000E+02-0.539062500000E+02 0.456269005435E-08 0.812113114628E+00
+   -0.281259417534E-05 0.334041146562E-02 0.919960439205E-05 0.515368735695E+04
+    0.287984000000E+06 0.130385160446E-07-0.148364865396E+01-0.186264514923E-07
+    0.966122385961E+00 0.207812500000E+03-0.767913664949E+00-0.789782897628E-08
+    0.431446542909E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.121071934700E-07 0.200000000000E+02
+    0.280806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1  7 59 44.0 0.215498730540E-04-0.193267624127E-11 0.000000000000E+00
+    0.260000000000E+02 0.320937500000E+02 0.519057335107E-08-0.246718045848E+00
+    0.157579779625E-05 0.149321609642E-01 0.870600342751E-05 0.515362573052E+04
+    0.287984000000E+06 0.109896063805E-06 0.625391938816E+00 0.139698386192E-06
+    0.934626390232E+00 0.195718750000E+03-0.262921362336E+01-0.845463788389E-08
+   -0.531807866218E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.260000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1  8  0  0.0-0.100556761026E-03 0.137561073643E-10 0.000000000000E+00
+    0.120000000000E+03-0.540625000000E+02 0.470769609444E-08-0.400184753050E+00
+   -0.282563269138E-05 0.107558642048E-02 0.900775194168E-05 0.514149370193E+04
+    0.288000000000E+06 0.111758708954E-07-0.149529653205E+01 0.409781932831E-07
+    0.959988671816E+00 0.209281250000E+03-0.595362996836E+00-0.808355099806E-08
+    0.427874965567E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.120000000000E+03
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  8  0  0.0 0.153935514390E-03-0.454747350886E-12 0.000000000000E+00
+    0.860000000000E+02 0.403750000000E+02 0.484448750664E-08 0.247296226622E+01
+    0.216998159885E-05 0.904078618623E-02 0.953488051891E-05 0.515363645363E+04
+    0.288000000000E+06-0.372529029846E-08 0.593429038153E+00 0.189989805222E-06
+    0.941888703251E+00 0.186875000000E+03 0.276433726597E+01-0.797176062726E-08
+   -0.505021036153E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.172294676304E-07 0.860000000000E+02
+    0.280806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1  8  0  0.0 0.373395159841E-03 0.522959453519E-11 0.000000000000E+00
+    0.840000000000E+02-0.123750000000E+02 0.563702051882E-08 0.211352036392E+01
+   -0.832602381706E-06 0.117407569196E-01 0.707618892193E-05 0.515373944092E+04
+    0.288000000000E+06-0.203028321266E-06-0.553233993171E+00-0.266358256340E-06
+    0.926347726581E+00 0.225906250000E+03 0.894274558468E+00-0.834606193269E-08
+    0.103218585183E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.840000000000E+02
+    0.282150000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1  8  0  0.0-0.344859436154E-04-0.146656020661E-10 0.000000000000E+00
+    0.870000000000E+02 0.346875000000E+02 0.486377402428E-08-0.961824945607E+00
+    0.177137553692E-05 0.860301754437E-02 0.913441181183E-05 0.515371213341E+04
+    0.288000000000E+06 0.255182385445E-06 0.611869135171E+00 0.372529029846E-07
+    0.941102820733E+00 0.193437500000E+03 0.483124456141E+00-0.809426573009E-08
+   -0.448590114150E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.605359673500E-08 0.870000000000E+02
+    0.280806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  8  0  0.0-0.214916653931E-04-0.104591890704E-10 0.000000000000E+00
+    0.410000000000E+02-0.557187500000E+02 0.498663628485E-08-0.131334386353E+01
+   -0.268779695034E-05 0.948594743386E-02 0.915117561817E-05 0.515359251785E+04
+    0.288000000000E+06 0.521540641785E-07-0.158413882725E+01 0.279396772385E-06
+    0.945265846711E+00 0.196531250000E+03 0.129705168428E+01-0.812533845296E-08
+    0.413588656199E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.570000000000E+01 0.630000000000E+02-0.419095158577E-08 0.410000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  8  0  0.0 0.599608756602E-04 0.178488335223E-10 0.000000000000E+00
+    0.112000000000E+03-0.490625000000E+01 0.548987153233E-08-0.167643914187E+01
+   -0.130385160446E-06 0.588175409939E-02 0.702589750290E-05 0.515370084190E+04
+    0.288000000000E+06-0.521540641785E-07-0.486108999202E+00 0.132247805595E-06
+    0.933889569598E+00 0.229156250000E+03-0.141593849422E+01-0.832284667997E-08
+    0.453590322429E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.112000000000E+03
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1  8  0  0.0 0.209868885577E-04-0.454747350886E-12 0.000000000000E+00
+    0.350000000000E+02-0.825000000000E+02 0.427446376286E-08 0.697212733046E+00
+   -0.431388616562E-05 0.237032899167E-02 0.660680234432E-05 0.515368095779E+04
+    0.288000000000E+06 0.130385160446E-07-0.253545692405E+01 0.931322574616E-08
+    0.966789251316E+00 0.255843750000E+03 0.290521724546E+01-0.801354808216E-08
+    0.103218585183E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.350000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1  8  0  0.0-0.196516513824E-03-0.136424205266E-11 0.000000000000E+00
+    0.190000000000E+02-0.830937500000E+02 0.390016245742E-08 0.140469393971E-03
+   -0.433251261711E-05 0.104809987824E-01 0.734999775886E-05 0.515366657448E+04
+    0.288000000000E+06 0.115483999252E-06-0.247628075837E+01-0.242143869400E-07
+    0.987951221528E+00 0.250250000000E+03 0.298456307524E+01-0.791532970525E-08
+    0.137862885400E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.190000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1  8  0  0.0 0.484320335090E-04 0.204636307899E-11 0.000000000000E+00
+    0.110000000000E+03-0.916562500000E+02 0.424410535545E-08-0.242412288805E+00
+   -0.490993261337E-05 0.202993160347E-01 0.672973692417E-05 0.515364611244E+04
+    0.288000000000E+06-0.229105353355E-06-0.256986129016E+01 0.149011611938E-06
+    0.975746948874E+00 0.262843750000E+03 0.146546119119E+01-0.838642075666E-08
+    0.942896418278E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.558793544769E-08 0.110000000000E+03
+    0.280806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1  8  0  0.0-0.136098824441E-04-0.568434188608E-12 0.000000000000E+00
+    0.107000000000E+03 0.116281250000E+03 0.429482175371E-08-0.295143401967E+01
+    0.591948628426E-05 0.865866558161E-02 0.678747892380E-05 0.515357833099E+04
+    0.288000000000E+06 0.931322574615E-08 0.167776870473E+01-0.614672899246E-07
+    0.958834271456E+00 0.249906250000E+03 0.616770804580E+00-0.791925844033E-08
+    0.250010413937E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.279396772385E-08 0.107000000000E+03
+    0.280806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1  8  0  0.0 0.276556238532E-05-0.125055521494E-11 0.000000000000E+00
+    0.630000000000E+02 0.490625000000E+01 0.633954978198E-08 0.542483711870E+00
+    0.510364770889E-06 0.924885959830E-02 0.819191336632E-05 0.515367404175E+04
+    0.288000000000E+06-0.651925802231E-07 0.396212165359E+00 0.135973095894E-06
+    0.890050059209E+00 0.181000000000E+03 0.692801031475E+00-0.892465746209E-08
+   -0.501092301077E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.630000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1  8  0  0.0 0.293244607747E-03 0.113686837722E-11 0.000000000000E+00
+    0.800000000000E+02-0.812500000000E+00 0.370015412627E-08 0.312896373093E+01
+   -0.465661287308E-07 0.396559806541E-02 0.321492552757E-05 0.515373567009E+04
+    0.288000000000E+06 0.558793544769E-07 0.275677904851E+01 0.186264514923E-08
+    0.995215227143E+00 0.334875000000E+03 0.152356159128E+01-0.784604110482E-08
+    0.196436753808E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.800000000000E+02
+    0.281670000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1  8  0  0.0-0.132481101900E-03 0.568434188608E-11 0.000000000000E+00
+    0.810000000000E+02 0.191562500000E+02 0.382694512191E-08 0.283392837556E+01
+    0.100582838058E-05 0.436911429279E-02 0.278279185295E-05 0.515359111595E+04
+    0.288000000000E+06-0.260770320892E-07 0.273762968200E+01-0.316649675369E-07
+    0.988746484277E+00 0.341031250000E+03-0.212021285279E+01-0.794890253227E-08
+    0.106433004790E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.810000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1  8  0  0.0 0.630379654467E-04-0.306954461848E-11 0.000000000000E+00
+    0.220000000000E+02-0.490312500000E+02 0.450447334368E-08-0.170052768701E+01
+   -0.269338488579E-05 0.526483997237E-02 0.883452594280E-05 0.515378926277E+04
+    0.288000000000E+06-0.316649675369E-07-0.146677754682E+01-0.115483999252E-06
+    0.967610575950E+00 0.215812500000E+03-0.372986882321E+00-0.788568561331E-08
+    0.415731602604E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.220000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1  8  0  0.0 0.524153001607E-04 0.159161572810E-11 0.000000000000E+00
+    0.190000000000E+02-0.140000000000E+02 0.487913180685E-08-0.278916467984E+01
+   -0.696629285812E-06 0.438127480447E-02 0.708363950253E-05 0.515365280342E+04
+    0.288000000000E+06-0.651925802231E-07-0.424426449625E+00-0.137835741043E-06
+    0.959900848455E+00 0.239875000000E+03-0.268513838046E+01-0.803212028434E-08
+   -0.103218585183E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.190000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1  8  0  0.0-0.695767812431E-04 0.341060513165E-11 0.000000000000E+00
+    0.102000000000E+03 0.117843750000E+03 0.465090801470E-08-0.155355129048E+01
+    0.598840415478E-05 0.100615138654E-01 0.704452395439E-05 0.515376685142E+04
+    0.288000000000E+06 0.208616256714E-06 0.168406610478E+01-0.206753611565E-06
+    0.942889994604E+00 0.235312500000E+03-0.243593064700E+01-0.806605026908E-08
+   -0.560737642688E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.102000000000E+03
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1  8  0  0.0 0.293697230518E-04-0.909494701773E-12 0.000000000000E+00
+    0.450000000000E+02-0.100312500000E+02 0.496484966306E-08 0.282677260979E+01
+   -0.430271029472E-06 0.540374603588E-02 0.718608498573E-05 0.515357721138E+04
+    0.288000000000E+06-0.119209289551E-06-0.368219659473E+00 0.134110450745E-06
+    0.957660474266E+00 0.240437500000E+03-0.380108500656E+00-0.802854870699E-08
+   -0.242867259253E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.450000000000E+02
+    0.286890000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1  8  0  0.0 0.865682959557E-04-0.102318153950E-11 0.000000000000E+00
+    0.890000000000E+02 0.970937500000E+02 0.476162691230E-08-0.138862778862E+01
+    0.507198274136E-05 0.404832919594E-02 0.681355595589E-05 0.515364782333E+04
+    0.288000000000E+06 0.633299350738E-07 0.163022990608E+01 0.968575477600E-07
+    0.942517750710E+00 0.238562500000E+03 0.133802281315E+01-0.825498671047E-08
+   -0.914323799542E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.890000000000E+02
+    0.287508000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1  8  0  0.0 0.202436000109E-03-0.682121026330E-12 0.000000000000E+00
+    0.160000000000E+02 0.112468750000E+03 0.462697844651E-08-0.260765158601E+01
+    0.574626028538E-05 0.485978962388E-02 0.747293233872E-05 0.515366689491E+04
+    0.288000000000E+06-0.391155481338E-07 0.168987316248E+01-0.838190317154E-07
+    0.940551427891E+00 0.225062500000E+03-0.185319488901E+01-0.804247785863E-08
+   -0.635740766869E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.160000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1  8  0  0.0 0.388981774449E-03 0.341060513165E-12 0.000000000000E+00
+    0.690000000000E+02 0.718750000000E+01 0.428946438769E-08 0.228561338445E+01
+    0.393018126488E-06 0.589207769372E-02 0.280328094959E-05 0.515363177681E+04
+    0.288000000000E+06 0.186264514923E-08 0.270611645456E+01 0.126659870148E-06
+    0.970738868267E+00 0.329375000000E+03 0.287697588550E+01-0.816926885427E-08
+   -0.135719938994E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.690000000000E+02
+    0.286560000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1  8  0  0.0 0.177793204784E-03 0.306954461848E-11 0.000000000000E+00
+    0.220000000000E+02 0.444375000000E+02 0.470162441296E-08-0.161597990926E+01
+    0.225193798542E-05 0.680326519068E-02 0.922568142414E-05 0.515367713356E+04
+    0.288000000000E+06-0.106170773506E-06 0.656568114320E+00-0.141561031342E-06
+    0.951244299898E+00 0.195250000000E+03-0.642256259477E+00-0.805497837932E-08
+   -0.456447584303E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.220000000000E+02
+    0.282180000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1  8  0  0.0 0.334214884788E-03 0.218278728425E-10 0.000000000000E+00
+    0.410000000000E+02-0.753750000000E+02 0.427839249794E-08-0.111556048010E+01
+   -0.393390655518E-05 0.116483843885E-01 0.664778053761E-05 0.515366649055E+04
+    0.288000000000E+06-0.236555933952E-06-0.263001840239E+01-0.167638063431E-07
+    0.969131933218E+00 0.260093750000E+03-0.121184893762E+01-0.819248410699E-08
+    0.149291932894E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.745058059692E-08 0.410000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1  8  0  0.0 0.544274225831E-04 0.216004991671E-11 0.000000000000E+00
+    0.930000000000E+02 0.259375000000E+01 0.393516375041E-08 0.151566914678E+01
+   -0.689178705216E-07 0.202959628077E-01 0.305101275444E-05 0.515486850357E+04
+    0.288000000000E+06-0.441446900368E-06 0.275451973978E+01-0.109896063805E-06
+    0.993070672625E+00 0.341687500000E+03 0.988784062254E+00-0.822677126422E-08
+   -0.271439884458E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.930000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1  8  0  0.0 0.370917841792E-04 0.318323145621E-11 0.000000000000E+00
+    0.126000000000E+03-0.109531250000E+03 0.400338118212E-08-0.264700209863E+01
+   -0.570155680180E-05 0.209227171726E-01 0.612437725067E-05 0.515513287163E+04
+    0.288000000000E+06 0.284984707832E-06-0.259390289319E+01 0.204890966415E-06
+    0.973806736217E+00 0.256750000000E+03-0.162549406136E+01-0.766603402980E-08
+    0.190365070929E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.126000000000E+03
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1  8  0  0.0-0.238344073296E-04-0.113686837722E-12 0.000000000000E+00
+    0.720000000000E+02-0.385625000000E+02 0.443589920351E-08-0.231758687225E+01
+   -0.207126140594E-05 0.148155079223E-01 0.869296491146E-05 0.515364242363E+04
+    0.288000000000E+06 0.167638063431E-06-0.145851441058E+01-0.316649675369E-07
+    0.965804107652E+00 0.209625000000E+03-0.203522104868E+01-0.767389085610E-08
+    0.546451328631E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.107102096081E-07 0.720000000000E+02
+    0.280818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1  8  0  0.0 0.479817390442E-05 0.409272615798E-11 0.000000000000E+00
+    0.890000000000E+02-0.117812500000E+02 0.492770525870E-08-0.216053871191E+00
+   -0.391155481339E-06 0.338339351583E-02 0.727735459805E-05 0.515370201302E+04
+    0.288000000000E+06-0.372529029846E-08-0.416235168997E+00-0.242143869400E-07
+    0.960111369681E+00 0.239781250000E+03-0.134020210759E+01-0.810533761985E-08
+   -0.182150444440E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.890000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1  8  0  0.0 0.136226415634E-03 0.261479726760E-11 0.000000000000E+00
+    0.230000000000E+02-0.562500000000E+02 0.476698427832E-08-0.185790379409E+01
+   -0.274926424027E-05 0.112436276395E-01 0.879727303982E-05 0.515361981964E+04
+    0.288000000000E+06 0.197440385819E-06-0.153051461708E+01 0.169500708580E-06
+    0.951143039634E+00 0.203375000000E+03 0.141272222493E+01-0.788604277105E-08
+    0.458590530708E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.230000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+31 09  4  1  8  0  0.0-0.564581714571E-04-0.113686837722E-11 0.000000000000E+00
+    0.320000000000E+02-0.955937500000E+02 0.422589031101E-08 0.577410784460E+00
+   -0.499188899994E-05 0.717707455624E-02 0.604614615440E-05 0.515368151283E+04
+    0.288000000000E+06-0.260770320892E-07-0.253784543917E+01-0.968575477600E-07
+    0.972184008966E+00 0.266156250000E+03-0.115829354751E+01-0.811783814054E-08
+    0.864321716755E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.130385160446E-07 0.320000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1  8  0  0.0 0.280250795186E-03-0.466116034659E-11 0.000000000000E+00
+    0.680000000000E+02 0.890000000000E+02 0.435196699118E-08 0.146334279803E+01
+    0.444799661636E-05 0.133868349949E-01 0.679679214954E-05 0.515360272598E+04
+    0.288000000000E+06 0.290572643280E-06 0.173865150186E+01-0.236555933952E-06
+    0.964497198083E+00 0.246125000000E+03-0.118200776849E+01-0.798390399022E-08
+   -0.135719938994E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.680000000000E+02
+    0.280800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1  9 59 44.0 0.153932720423E-03-0.454747350886E-12 0.000000000000E+00
+    0.150000000000E+02 0.338125000000E+02 0.483984445609E-08-0.276237256992E+01
+    0.170432031155E-05 0.903980829753E-02 0.932626426220E-05 0.515363831520E+04
+    0.295184000000E+06-0.126659870148E-06 0.593371751744E+00 0.139698386192E-06
+    0.941885326836E+00 0.189812500000E+03 0.276435842123E+01-0.795318842508E-08
+   -0.463590738987E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.172294676304E-07 0.150000000000E+02
+    0.288006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1  9 59 44.0-0.215750187635E-04-0.105728759081E-10 0.000000000000E+00
+    0.100000000000E+02-0.472187500000E+02 0.498413618071E-08-0.265390362094E+00
+   -0.258535146713E-05 0.948686839547E-02 0.933371484280E-05 0.515359441757E+04
+    0.295184000000E+06-0.104308128357E-06-0.158419865328E+01 0.894069671631E-07
+    0.945268206398E+00 0.196656250000E+03 0.129699847210E+01-0.833391856973E-08
+    0.468590947265E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.419095158577E-08 0.100000000000E+02
+    0.294648000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1  9 59 44.0 0.600893981755E-04 0.178488335223E-10 0.000000000000E+00
+    0.500000000000E+01-0.109062500000E+02 0.555666002862E-08-0.628759103712E+00
+   -0.597909092903E-06 0.588139134925E-02 0.731647014618E-05 0.515369895554E+04
+    0.295184000000E+06-0.651925802231E-07-0.486169846354E+00-0.260770320892E-07
+    0.933889584227E+00 0.225562500000E+03-0.141577984368E+01-0.846428114271E-08
+    0.109290266664E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.500000000000E+01
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 10  0  0.0-0.100458506495E-03 0.136424205266E-10 0.000000000000E+00
+    0.121000000000E+03-0.584375000000E+02 0.468912389226E-08 0.657810368762E+00
+   -0.302679836750E-05 0.107582635246E-02 0.919401645660E-05 0.514149407768E+04
+    0.295200000000E+06-0.111758708954E-07-0.149535472547E+01 0.186264514923E-07
+    0.959991872681E+00 0.205375000000E+03-0.595695551762E+00-0.806819321549E-08
+    0.441089801732E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.121000000000E+03
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 10  0  0.0 0.373432878405E-03 0.522959453519E-11 0.000000000000E+00
+    0.850000000000E+02-0.150937500000E+02 0.562630578679E-08-0.311948003971E+01
+   -0.905245542526E-06 0.117413429543E-01 0.715255737305E-05 0.515373810577E+04
+    0.295200000000E+06 0.204890966415E-07-0.553293342294E+00-0.244006514549E-06
+    0.926348962747E+00 0.221375000000E+03 0.894238759399E+00-0.823069998455E-08
+    0.114647632677E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.850000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 10  0  0.0-0.345916487277E-04-0.146656020661E-10 0.000000000000E+00
+    0.880000000000E+02 0.290312500000E+02 0.503985278724E-08 0.883653209989E-01
+    0.157393515110E-05 0.860267959070E-02 0.897981226444E-05 0.515371174812E+04
+    0.295200000000E+06 0.409781932831E-07 0.611810061076E+00 0.104308128357E-06
+    0.941098623621E+00 0.192625000000E+03 0.483094314177E+00-0.829998858498E-08
+   -0.463233581252E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.880000000000E+02
+    0.289068000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 10  0  0.0-0.215671025217E-04-0.104591890704E-10 0.000000000000E+00
+    0.430000000000E+02-0.472187500000E+02 0.498413618071E-08-0.263057159901E+00
+   -0.258535146713E-05 0.948686420452E-02 0.933371484280E-05 0.515359441948E+04
+    0.295200000000E+06-0.104308128357E-06-0.158419878495E+01 0.894069671631E-07
+    0.945268204935E+00 0.196656250000E+03 0.129699910846E+01-0.833391856973E-08
+    0.468590947265E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.685000000000E+01 0.630000000000E+02-0.419095158577E-08 0.430000000000E+02
+    0.288006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 10  0  0.0 0.209831632674E-04-0.454747350886E-12 0.000000000000E+00
+    0.360000000000E+02-0.869062500000E+02 0.428517849489E-08 0.174791650730E+01
+   -0.460259616375E-05 0.237043353263E-02 0.604800879955E-05 0.515367879868E+04
+    0.295200000000E+06-0.745058059692E-08-0.253551450012E+01 0.111758708954E-07
+    0.966789979849E+00 0.266281250000E+03 0.290468815480E+01-0.800283335013E-08
+    0.900037490174E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.360000000000E+02
+    0.288450000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 10  0  0.0-0.196526292712E-03-0.136424205266E-11 0.000000000000E+00
+    0.200000000000E+02-0.780937500000E+02 0.374122726570E-08 0.105025981373E+01
+   -0.407733023167E-05 0.104827774921E-01 0.677816569805E-05 0.515367011833E+04
+    0.295200000000E+06 0.119209289551E-06-0.247633678374E+01 0.171363353729E-06
+    0.987952653725E+00 0.263406250000E+03 0.298462213324E+01-0.775782314447E-08
+    0.660741808263E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.200000000000E+02
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 10  0  0.0 0.484464690089E-04 0.204636307899E-11 0.000000000000E+00
+    0.115000000000E+03-0.880000000000E+02 0.421338963719E-08 0.807794331762E+00
+   -0.477395951748E-05 0.202995873988E-01 0.678934156895E-05 0.515364650345E+04
+    0.295200000000E+06-0.283122062683E-06-0.256992117325E+01-0.372529029846E-07
+    0.975747067370E+00 0.260093750000E+03 0.146544944103E+01-0.836749158850E-08
+   -0.103575741733E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.558793544769E-08 0.115000000000E+03
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 10  0  0.0-0.136145390570E-04-0.568434188608E-12 0.000000000000E+00
+    0.184000000000E+03 0.100718750000E+03 0.435553856852E-08-0.190128987009E+01
+    0.517256557941E-05 0.866063078865E-02 0.633299350739E-05 0.515357454300E+04
+    0.295200000000E+06 0.242143869400E-07 0.167771183525E+01-0.122934579849E-06
+    0.958834236346E+00 0.258125000000E+03 0.616866407739E+00-0.792390149087E-08
+   -0.335728270144E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.279396772385E-08 0.184000000000E+03
+    0.288006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 10  0  0.0 0.275671482086E-05-0.125055521494E-11 0.000000000000E+00
+    0.640000000000E+02 0.596875000000E+01 0.641348143296E-08 0.159272731208E+01
+    0.404193997383E-06 0.924858066719E-02 0.832974910736E-05 0.515367301941E+04
+    0.295200000000E+06-0.195577740669E-06 0.396147780871E+00 0.949949026108E-07
+    0.890046483837E+00 0.184531250000E+03 0.692752031034E+00-0.887572685251E-08
+   -0.468233789531E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.640000000000E+02
+    0.293940000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 10  0  0.0-0.299558509141E-03 0.454747350886E-11 0.000000000000E+00
+    0.390000000000E+02-0.443437500000E+02 0.449018703431E-08 0.186426194181E+01
+   -0.245124101639E-05 0.334034767002E-02 0.922195613384E-05 0.515368951988E+04
+    0.295200000000E+06 0.279396772385E-07-0.148370545614E+01 0.111758708954E-07
+    0.966125561956E+00 0.206625000000E+03-0.767556389633E+00-0.787282793488E-08
+    0.423231915022E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.121071934700E-07 0.390000000000E+02
+    0.288006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 10  0  0.0 0.293252523988E-03 0.113686837722E-11 0.000000000000E+00
+    0.820000000000E+02 0.133750000000E+02 0.374515600078E-08-0.210439947639E+01
+    0.743195414543E-06 0.396704301238E-02 0.297650694847E-05 0.515373215103E+04
+    0.295200000000E+06 0.894069671631E-07 0.275672262084E+01 0.428408384323E-07
+    0.995215311992E+00 0.338312500000E+03 0.152387727144E+01-0.786782772661E-08
+    0.642883921553E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.820000000000E+02
+    0.291570000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 10  0  0.0-0.132440123707E-03 0.568434188608E-11 0.000000000000E+00
+    0.980000000000E+02 0.165312500000E+02 0.386194657986E-08-0.239910114892E+01
+    0.875443220139E-06 0.436996167991E-02 0.253506004810E-05 0.515358945274E+04
+    0.295200000000E+06-0.558793544769E-07 0.273757276278E+01-0.108033418655E-06
+    0.988747145516E+00 0.347343750000E+03-0.212014193638E+01-0.793890211571E-08
+    0.489306095849E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.980000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 10  0  0.0-0.275978352875E-03-0.454747350886E-11 0.000000000000E+00
+    0.370000000000E+02 0.959375000000E+01 0.460733477113E-08-0.209672924475E+01
+    0.633299350739E-06 0.143738475163E-02 0.271946191788E-05 0.515360050964E+04
+    0.295200000000E+06 0.763684511185E-07 0.268688525386E+01 0.745058059692E-08
+    0.956789916586E+00 0.327875000000E+03-0.559731902235E+00-0.836570560807E-08
+    0.625026034843E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.370000000000E+02
+    0.289596000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 10  0  0.0 0.630160793662E-04-0.306954461848E-11 0.000000000000E+00
+    0.680000000000E+02-0.557187500000E+02 0.441304096373E-08-0.650307296001E+00
+   -0.301003456116E-05 0.526555394754E-02 0.881589949131E-05 0.515379079628E+04
+    0.295200000000E+06 0.223517417908E-07-0.146683476447E+01-0.298023223877E-07
+    0.967613887997E+00 0.210187500000E+03-0.373097114661E+00-0.790032908042E-08
+    0.487520307178E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.680000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 10  0  0.0 0.524269416928E-04 0.159161572810E-11 0.000000000000E+00
+    0.200000000000E+02-0.129062500000E+02 0.494734893408E-08-0.173894539479E+01
+   -0.556930899620E-06 0.438113266137E-02 0.725686550140E-05 0.515365312195E+04
+    0.295200000000E+06 0.987201929092E-07-0.424485516406E+00 0.223517417908E-07
+    0.959900620239E+00 0.239125000000E+03-0.268516070752E+01-0.809105131048E-08
+    0.778603860548E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.200000000000E+02
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 10  0  0.0-0.695521011949E-04 0.341060513165E-11 0.000000000000E+00
+    0.103000000000E+03 0.111687500000E+03 0.480162857853E-08-0.503272568534E+00
+    0.573694705963E-05 0.100626646308E-01 0.638887286186E-05 0.515377048492E+04
+    0.295200000000E+06 0.707805156708E-07 0.168400754270E+01 0.160187482834E-06
+    0.942887544217E+00 0.248125000000E+03-0.243608530962E+01-0.843785147038E-08
+   -0.178221709364E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.103000000000E+03
+    0.289176000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 10  0  0.0 0.293632037938E-04-0.909494701773E-12 0.000000000000E+00
+    0.470000000000E+02-0.706250000000E+01 0.497020702907E-08-0.240620089663E+01
+   -0.339001417160E-06 0.540474290028E-02 0.753626227379E-05 0.515357531166E+04
+    0.295200000000E+06-0.134110450745E-06-0.368277355499E+00 0.745058059692E-08
+    0.957660639575E+00 0.233843750000E+03-0.380076471528E+00-0.798283251702E-08
+    0.928610108910E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.470000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 10  0  0.0 0.865608453751E-04-0.102318153950E-11 0.000000000000E+00
+    0.900000000000E+02 0.959375000000E+02 0.481020036415E-08-0.338731960609E+00
+    0.502355396748E-05 0.404806656297E-02 0.737607479095E-05 0.515364573097E+04
+    0.295200000000E+06-0.298023223877E-07 0.163017038140E+01 0.115483999252E-06
+    0.942516991456E+00 0.226656250000E+03 0.133832708548E+01-0.826784438890E-08
+   -0.111076055335E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.900000000000E+02
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 10  0  0.0 0.215359032154E-04-0.193267624127E-11 0.000000000000E+00
+    0.270000000000E+02 0.408437500000E+02 0.521378860379E-08 0.805804401833E+00
+    0.245682895184E-05 0.149333685404E-01 0.878982245922E-05 0.515362818146E+04
+    0.295200000000E+06-0.353902578354E-07 0.625331665128E+00 0.178813934326E-06
+    0.934622545683E+00 0.195031250000E+03-0.262918811884E+01-0.837642034010E-08
+   -0.619668668830E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.270000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 10  0  0.0 0.202431343496E-03-0.682121026330E-12 0.000000000000E+00
+    0.430000000000E+02 0.114437500000E+03 0.476305554324E-08-0.155746253217E+01
+    0.577047467232E-05 0.486037100200E-02 0.711157917976E-05 0.515366639328E+04
+    0.295200000000E+06 0.121071934700E-06 0.168981565663E+01 0.104308128357E-06
+    0.940549809903E+00 0.232812500000E+03-0.185319741254E+01-0.822855703814E-08
+   -0.207151485834E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.430000000000E+02
+    0.293700000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 10  0  0.0 0.388984568417E-03 0.341060513165E-12 0.000000000000E+00
+    0.700000000000E+02 0.243125000000E+02 0.431446542909E-08-0.294720401984E+01
+    0.133737921715E-05 0.589431077242E-02 0.305846333504E-05 0.515362724304E+04
+    0.295200000000E+06-0.726431608200E-07 0.270605761014E+01 0.726431608200E-07
+    0.970739127204E+00 0.325343750000E+03 0.287681468656E+01-0.812462413749E-08
+    0.285726187357E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.700000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 10  0  0.0 0.177815556526E-03 0.306954461848E-11 0.000000000000E+00
+    0.230000000000E+02 0.423437500000E+02 0.480734310228E-08-0.565903473774E+00
+    0.223517417908E-05 0.680291117169E-02 0.917352735996E-05 0.515367563438E+04
+    0.295200000000E+06 0.149011611938E-07 0.656509408881E+00-0.726431608200E-07
+    0.951241362358E+00 0.200593750000E+03-0.642151388731E+00-0.809533720329E-08
+   -0.361443627006E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.230000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 10  0  0.0 0.334371812642E-03 0.218278728425E-10 0.000000000000E+00
+    0.740000000000E+02-0.804062500000E+02 0.431803700643E-08-0.654876653327E-01
+   -0.435113906860E-05 0.116459174314E-01 0.545382499695E-05 0.515366117668E+04
+    0.295200000000E+06-0.150874257088E-06-0.263007740187E+01-0.162050127983E-06
+    0.969133002611E+00 0.279593750000E+03-0.121173689857E+01-0.822569977627E-08
+    0.102861427449E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.745058059692E-08 0.740000000000E+02
+    0.293190000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 10  0  0.0 0.544427894056E-04 0.216004991671E-11 0.000000000000E+00
+    0.970000000000E+02-0.159375000000E+01 0.365265214762E-08 0.256509455154E+01
+   -0.279396772385E-06 0.202960760798E-01 0.276789069176E-05 0.515486905289E+04
+    0.295200000000E+06 0.158324837685E-06 0.275446228659E+01-0.309199094772E-06
+    0.993073460947E+00 0.343343750000E+03 0.988803876016E+00-0.764567561594E-08
+    0.307155651409E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.651925802231E-08 0.970000000000E+02
+    0.294336000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 10  0  0.0 0.371150672436E-04 0.318323145621E-11 0.000000000000E+00
+    0.127000000000E+03-0.750312500000E+02 0.409338474228E-08-0.159789215899E+01
+   -0.334531068802E-05 0.209256142844E-01 0.664778053761E-05 0.515512411499E+04
+    0.295200000000E+06 0.165775418282E-06-0.259395792231E+01 0.497326254845E-06
+    0.973807198499E+00 0.252343750000E+03-0.162531517866E+01-0.786889930993E-08
+    0.128219629358E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.127000000000E+03
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 10  0  0.0-0.238353386521E-04-0.113686837722E-12 0.000000000000E+00
+    0.730000000000E+02-0.372812500000E+02 0.449090134978E-08-0.126738170728E+01
+   -0.167079269886E-05 0.148159778910E-01 0.846758484840E-05 0.515364235496E+04
+    0.295200000000E+06 0.201165676117E-06-0.145856933877E+01 0.286847352982E-06
+    0.965806749682E+00 0.216718750000E+03-0.203522658582E+01-0.791925844033E-08
+    0.419660337680E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.107102096081E-07 0.730000000000E+02
+    0.288018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 10  0  0.0 0.482751056552E-05 0.409272615798E-11 0.000000000000E+00
+    0.900000000000E+02-0.131875000000E+02 0.498592196938E-08 0.834081622299E+00
+   -0.702217221260E-06 0.338352192193E-02 0.745058059692E-05 0.515370230484E+04
+    0.295200000000E+06-0.335276126862E-07-0.416293618426E+00-0.353902578354E-07
+    0.960111378458E+00 0.240062500000E+03-0.134017072507E+01-0.808533678673E-08
+    0.500020827875E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.900000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 10  0  0.0 0.136245042086E-03 0.261479726760E-11 0.000000000000E+00
+    0.240000000000E+02-0.510625000000E+02 0.490663295239E-08-0.807724530089E+00
+   -0.256672501564E-05 0.112439031946E-01 0.932812690735E-05 0.515361916542E+04
+    0.295200000000E+06-0.175088644028E-06-0.153057293339E+01 0.132247805595E-06
+    0.951144638603E+00 0.200218750000E+03 0.141275986874E+01-0.827105880851E-08
+    0.473233997810E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.791624188423E-08 0.240000000000E+02
+    0.288006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 10  0  0.0-0.564660876989E-04-0.113686837722E-11 0.000000000000E+00
+    0.480000000000E+02-0.104875000000E+03 0.408124142866E-08 0.162752277763E+01
+   -0.537931919098E-05 0.717795488890E-02 0.588223338127E-05 0.515368301010E+04
+    0.295200000000E+06 0.165775418282E-06-0.253790328881E+01-0.614672899246E-07
+    0.972185436774E+00 0.270750000000E+03-0.115823330600E+01-0.793711632704E-08
+    0.796461747257E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.130385160446E-07 0.480000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 10  0  0.0 0.280217267573E-03-0.466116034659E-11 0.000000000000E+00
+    0.690000000000E+02 0.116468750000E+03 0.412231456809E-08 0.251331414773E+01
+    0.597164034843E-05 0.133847263642E-01 0.725872814655E-05 0.515361003304E+04
+    0.295200000000E+06 0.124797224999E-06 0.173859636594E+01 0.745058059692E-07
+    0.964497256599E+00 0.235937500000E+03-0.118175919969E+01-0.773496504948E-08
+   -0.183221917643E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.690000000000E+02
+    0.288000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 11 59 44.0-0.347020104528E-04-0.146656020661E-10 0.000000000000E+00
+    0.500000000000E+01 0.208437500000E+02 0.513628537547E-08 0.113624568384E+01
+    0.145472586155E-05 0.860166072380E-02 0.910274684429E-05 0.515370966911E+04
+    0.302384000000E+06-0.596046447754E-07 0.611751011851E+00 0.968575477600E-07
+    0.941095160894E+00 0.194375000000E+03 0.483042597097E+00-0.825355807954E-08
+   -0.532522181686E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.500000000000E+01
+    0.295998000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 11 59 44.0-0.216504558921E-04-0.105728759081E-10 0.000000000000E+00
+    0.110000000000E+02-0.444375000000E+02 0.492127641949E-08 0.784879180043E+00
+   -0.248476862907E-05 0.948631390929E-02 0.878423452377E-05 0.515359323502E+04
+    0.302384000000E+06-0.124797224999E-06-0.158425821307E+01-0.130385160446E-07
+    0.945271272674E+00 0.201312500000E+03 0.129696125839E+01-0.832784688825E-08
+    0.387158983869E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.419095158577E-08 0.110000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 11 59 44.0 0.484581105411E-04 0.193267624127E-11 0.000000000000E+00
+    0.200000000000E+01-0.883437500000E+02 0.388623311309E-08 0.185560351194E+01
+   -0.484660267830E-05 0.202995430445E-01 0.617839396000E-05 0.515364841843E+04
+    0.302384000000E+06 0.219792127609E-06-0.256998037169E+01-0.426545739174E-06
+    0.975750222885E+00 0.268343750000E+03 0.146550101913E+01-0.775175124090E-08
+    0.119647847185E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.558793544769E-08 0.200000000000E+01
+    0.296208000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 11 59 44.0-0.136238522828E-04-0.682121026330E-12 0.000000000000E+00
+    0.210000000000E+02 0.900937500000E+02 0.440268338944E-08-0.853210042754E+00
+    0.473484396934E-05 0.866043404676E-02 0.662542879582E-05 0.515357726479E+04
+    0.302384000000E+06 0.189989805222E-06 0.167765526274E+01 0.968575477600E-07
+    0.958832752947E+00 0.251312500000E+03 0.616691116506E+00-0.812533845296E-08
+   -0.182864759908E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.210000000000E+02
+    0.302238000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 11 59 44.0 0.274647027254E-05-0.125055521494E-11 0.000000000000E+00
+    0.400000000000E+01 0.100937500000E+02 0.634454999026E-08 0.264065810317E+01
+    0.372529029846E-06 0.924887263682E-02 0.824406743050E-05 0.515367171478E+04
+    0.302384000000E+06-0.614672899246E-07 0.396084388242E+00-0.162050127983E-06
+    0.890044601062E+00 0.181281250000E+03 0.692683063224E+00-0.859928676624E-08
+   -0.386444668400E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.400000000000E+01
+    0.302220000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 11 59 44.0-0.132398679852E-03 0.568434188608E-11 0.000000000000E+00
+    0.100000000000E+01 0.756250000000E+01 0.390337687703E-08-0.135093649721E+01
+    0.420957803726E-06 0.436955771875E-02 0.263750553131E-05 0.515359180450E+04
+    0.302384000000E+06 0.128522515297E-06 0.273751612005E+01 0.111758708954E-07
+    0.988746513535E+00 0.345562500000E+03-0.212041384164E+01-0.808033657845E-08
+   -0.867893294096E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.931322574615E-08 0.100000000000E+01
+    0.302076000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 11 59 44.0 0.388987362385E-03 0.341060513165E-12 0.000000000000E+00
+    0.460000000000E+02 0.311250000000E+02 0.428124975981E-08-0.189919654258E+01
+    0.152178108692E-05 0.589337060228E-02 0.289641320705E-05 0.515362954521E+04
+    0.302384000000E+06-0.108033418655E-06 0.270599859895E+01-0.335276126862E-07
+    0.970739040892E+00 0.331187500000E+03 0.287668051064E+01-0.822177104119E-08
+    0.642883921553E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.460000000000E+02
+    0.295290000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 12  0  0.0-0.100360251963E-03 0.135287336889E-10 0.000000000000E+00
+    0.122000000000E+03-0.460937500000E+02 0.462376402690E-08 0.171397582332E+01
+   -0.253319740295E-05 0.107616488822E-02 0.916607677937E-05 0.514149712372E+04
+    0.302400000000E+06-0.372529029846E-08-0.149541300520E+01-0.111758708954E-07
+    0.959995001862E+00 0.205750000000E+03-0.594198830035E+00-0.809283709915E-08
+    0.455018953366E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.630000000000E+02-0.116415321827E-07 0.122000000000E+03
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 12  0  0.0 0.153928995132E-03-0.454747350886E-12 0.000000000000E+00
+    0.160000000000E+02 0.208125000000E+02 0.507485424519E-08-0.171000402268E+01
+    0.112876296043E-05 0.904068234377E-02 0.943988561630E-05 0.515363502121E+04
+    0.302400000000E+06-0.122934579849E-06 0.593312420175E+00-0.176951289177E-06
+    0.941881330144E+00 0.186906250000E+03 0.276453055110E+01-0.822284251440E-08
+   -0.335371112410E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.160000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 12  0  0.0 0.373470596969E-03 0.522959453519E-11 0.000000000000E+00
+    0.860000000000E+02-0.148437500000E+02 0.563987778069E-08-0.206935410639E+01
+   -0.901520252228E-06 0.117416632129E-01 0.687316060066E-05 0.515373732376E+04
+    0.302400000000E+06 0.175088644028E-06-0.553353841272E+00-0.558793544769E-07
+    0.926350419813E+00 0.224531250000E+03 0.894263182817E+00-0.827963059413E-08
+    0.297155234851E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.860000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 12  0  0.0-0.346968881786E-04-0.146656020661E-10 0.000000000000E+00
+    0.960000000000E+02 0.208437500000E+02 0.513628537547E-08 0.113857903964E+01
+    0.145472586155E-05 0.860165653285E-02 0.910274684429E-05 0.515370965958E+04
+    0.302400000000E+06-0.596046447754E-07 0.611750890429E+00 0.968575477600E-07
+    0.941095156505E+00 0.194375000000E+03 0.483043040361E+00-0.825355807954E-08
+   -0.532522181686E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.605359673500E-08 0.960000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 12  0  0.0 0.602188520134E-04 0.178488335223E-10 0.000000000000E+00
+    0.200000000000E+02-0.128750000000E+02 0.557416075760E-08 0.423725752827E+00
+   -0.718981027603E-06 0.588142487686E-02 0.737421214580E-05 0.515369899368E+04
+    0.302400000000E+06-0.484287738800E-07-0.486230901240E+00-0.391155481338E-07
+    0.933890353722E+00 0.225625000000E+03-0.141575785895E+01-0.846856703552E-08
+    0.100361323309E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.200000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 12  0  0.0 0.209799036384E-04-0.454747350886E-12 0.000000000000E+00
+    0.370000000000E+02-0.911875000000E+02 0.425017703693E-08 0.279826884183E+01
+   -0.465288758278E-05 0.237008440308E-02 0.560283660889E-05 0.515367861939E+04
+    0.302400000000E+06 0.279396772385E-07-0.253557202352E+01 0.149011611938E-07
+    0.966790493333E+00 0.273093750000E+03 0.290451246419E+01-0.802069123684E-08
+    0.650027076237E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.370000000000E+02
+    0.295770000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 12  0  0.0-0.196536071599E-03-0.136424205266E-11 0.000000000000E+00
+    0.220000000000E+02-0.849687500000E+02 0.378015745873E-08 0.210062767274E+01
+   -0.438652932644E-05 0.104825985618E-01 0.613555312157E-05 0.515366639328E+04
+    0.302400000000E+06-0.186264514923E-07-0.247639195916E+01 0.113621354103E-06
+    0.987952759055E+00 0.276250000000E+03 0.298443305839E+01-0.771353558543E-08
+   -0.203579908492E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.220000000000E+02
+    0.301230000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 12  0  0.0 0.484604388475E-04 0.204636307899E-11 0.000000000000E+00
+    0.116000000000E+03-0.883437500000E+02 0.388623311309E-08 0.185793730662E+01
+   -0.484660267830E-05 0.202995396685E-01 0.617839396000E-05 0.515364840889E+04
+    0.302400000000E+06 0.219792127609E-06-0.256998047848E+01-0.426545739174E-06
+    0.975750203867E+00 0.268343750000E+03 0.146550101620E+01-0.775175124090E-08
+    0.119647847185E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.558793544769E-08 0.116000000000E+03
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 12  0  0.0-0.136191956699E-04-0.568434188608E-12 0.000000000000E+00
+    0.185000000000E+03 0.900937500000E+02 0.440268338944E-08-0.850875926238E+00
+    0.473484396935E-05 0.866042752750E-02 0.662542879581E-05 0.515357727051E+04
+    0.302400000000E+06 0.189989805222E-06 0.167765515449E+01 0.968575477600E-07
+    0.958832758799E+00 0.251312500000E+03 0.616690850255E+00-0.812533845296E-08
+   -0.182864759908E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.279396772385E-08 0.185000000000E+03
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 12  0  0.0 0.274786725640E-05-0.125055521494E-11 0.000000000000E+00
+    0.820000000000E+02 0.100937500000E+02 0.634454999026E-08 0.264299178813E+01
+    0.372529029846E-06 0.924887636211E-02 0.824406743050E-05 0.515367170525E+04
+    0.302400000000E+06-0.614672899246E-07 0.396084268282E+00-0.162050127983E-06
+    0.890044583507E+00 0.181281250000E+03 0.692683191961E+00-0.859928676624E-08
+   -0.386444668400E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.820000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 12  0  0.0-0.299525447190E-03 0.454747350886E-11 0.000000000000E+00
+    0.400000000000E+02-0.401562500000E+02 0.441196945644E-08 0.291447982392E+01
+   -0.221282243729E-05 0.334089237731E-02 0.870041549206E-05 0.515368857574E+04
+    0.302400000000E+06 0.558793544769E-08-0.148376234025E+01 0.577419996262E-07
+    0.966128749655E+00 0.209875000000E+03-0.767603453171E+00-0.786604203995E-08
+    0.464305066616E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.400000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 12  0  0.0 0.293260905892E-03 0.113686837722E-11 0.000000000000E+00
+    0.900000000000E+02 0.206562500000E+02 0.381087302387E-08-0.105431540447E+01
+    0.110268592834E-05 0.396752101369E-02 0.313483178616E-05 0.515373171234E+04
+    0.302400000000E+06-0.707805156708E-07 0.275666545585E+01 0.838190317154E-07
+    0.995214549812E+00 0.337656250000E+03 0.152393376349E+01-0.803104881113E-08
+   -0.428589281035E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.900000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 12  0  0.0-0.132399145514E-03 0.568434188608E-11 0.000000000000E+00
+    0.100000000000E+03 0.756250000000E+01 0.390337687703E-08-0.134860212614E+01
+    0.420957803726E-06 0.436955189798E-02 0.263750553131E-05 0.515359181023E+04
+    0.302400000000E+06 0.128522515297E-06 0.273751598547E+01 0.111758708954E-07
+    0.988746513535E+00 0.345562500000E+03-0.212041437561E+01-0.808033657845E-08
+   -0.867893294096E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.931322574615E-08 0.100000000000E+03
+    0.300006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 12  0  0.0-0.276010949165E-03-0.454747350886E-11 0.000000000000E+00
+    0.380000000000E+02 0.145937500000E+02 0.449590155806E-08-0.104574637499E+01
+    0.769272446632E-06 0.143770745490E-02 0.305101275444E-05 0.515360255623E+04
+    0.302400000000E+06-0.726431608200E-07 0.268682597057E+01 0.223517417908E-07
+    0.956790247206E+00 0.320125000000E+03-0.560489471436E+00-0.828498796015E-08
+   -0.435732435719E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.380000000000E+02
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 12  0  0.0 0.629937276244E-04-0.306954461848E-11 0.000000000000E+00
+    0.690000000000E+02-0.596875000000E+02 0.435339562212E-08 0.399876702001E+00
+   -0.300817191601E-05 0.526566826738E-02 0.910274684429E-05 0.515379112053E+04
+    0.302400000000E+06 0.372529029846E-07-0.146689164565E+01-0.279396772385E-07
+    0.967617400463E+00 0.205968750000E+03-0.373173391210E+00-0.789711466081E-08
+    0.485020203038E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.690000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 12  0  0.0 0.524385832250E-04 0.159161572810E-11 0.000000000000E+00
+    0.210000000000E+02-0.107187500000E+02 0.495627787744E-08-0.688813527871E+00
+   -0.506639480591E-06 0.438101321925E-02 0.729039311409E-05 0.515365253639E+04
+    0.302400000000E+06 0.260770320892E-07-0.424543834172E+00 0.242143869400E-07
+    0.959901455566E+00 0.238843750000E+03-0.268509570714E+01-0.806497879588E-08
+    0.116076263614E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.210000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 12  0  0.0-0.695274211466E-04 0.341060513165E-11 0.000000000000E+00
+    0.104000000000E+03 0.990000000000E+02 0.488770359247E-08 0.546870524815E+00
+    0.531785190105E-05 0.100609080400E-01 0.632181763649E-05 0.515376712227E+04
+    0.302400000000E+06-0.689178705215E-07 0.168394716368E+01 0.163912773132E-06
+    0.942886240757E+00 0.248812500000E+03-0.243610360341E+01-0.839677833095E-08
+   -0.242867259253E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.104000000000E+03
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 12  0  0.0 0.293571501970E-04-0.909494701773E-12 0.000000000000E+00
+    0.900000000000E+02-0.100000000000E+02 0.500056543648E-08-0.135602839717E+01
+   -0.679865479469E-06 0.540488818660E-02 0.749714672566E-05 0.515357452393E+04
+    0.302400000000E+06 0.000000000000E+00-0.368335961460E+00-0.987201929092E-07
+    0.957660702481E+00 0.234093750000E+03-0.380003888847E+00-0.809605151876E-08
+    0.111790370803E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.900000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 12  0  0.0 0.865533947945E-04-0.102318153950E-11 0.000000000000E+00
+    0.910000000000E+02 0.104875000000E+03 0.475234074315E-08 0.711512060922E+00
+    0.542774796486E-05 0.404990965035E-02 0.800564885140E-05 0.515364910126E+04
+    0.302400000000E+06-0.819563865662E-07 0.163011155454E+01-0.223517417908E-07
+    0.942515752364E+00 0.214750000000E+03 0.133828082948E+01-0.825177259856E-08
+   -0.228938104585E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.910000000000E+02
+    0.302076000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 12  0  0.0 0.215219333768E-04-0.193267624127E-11 0.000000000000E+00
+    0.310000000000E+02 0.338125000000E+02 0.521235997286E-08 0.185590075202E+01
+    0.182166695595E-05 0.149337523617E-01 0.973604619503E-05 0.515363157082E+04
+    0.302400000000E+06-0.324100255966E-06 0.625270597076E+00 0.158324837685E-06
+    0.934618746485E+00 0.184718750000E+03-0.262907104151E+01-0.825498671047E-08
+   -0.450375902821E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.310000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 12  0  0.0 0.202426686883E-03-0.682121026330E-12 0.000000000000E+00
+    0.440000000000E+02 0.107906250000E+03 0.489520390489E-08-0.507084785294E+00
+    0.559352338314E-05 0.486012978945E-02 0.650063157082E-05 0.515366766739E+04
+    0.302400000000E+06-0.465661287308E-07 0.168975549559E+01 0.260770320892E-07
+    0.940547641859E+00 0.241937500000E+03-0.185338870517E+01-0.840177853923E-08
+   -0.184650548579E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.440000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 12  0  0.0 0.388987362385E-03 0.341060513165E-12 0.000000000000E+00
+    0.710000000000E+02 0.311250000000E+02 0.428124975981E-08-0.189686291614E+01
+    0.152178108692E-05 0.589336757548E-02 0.289641320705E-05 0.515362953949E+04
+    0.302400000000E+06-0.108033418655E-06 0.270599846144E+01-0.335276126862E-07
+    0.970739051132E+00 0.331187500000E+03 0.287668073008E+01-0.822177104119E-08
+    0.642883921553E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.710000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 12  0  0.0 0.177837908268E-03 0.306954461848E-11 0.000000000000E+00
+    0.240000000000E+02 0.345312500000E+02 0.481555773017E-08 0.484287780301E+00
+    0.170059502125E-05 0.680401769932E-02 0.906549394131E-05 0.515367774200E+04
+    0.302400000000E+06 0.651925802231E-07 0.656451137928E+00-0.670552253723E-07
+    0.951238626701E+00 0.201875000000E+03-0.642161535531E+00-0.810605193531E-08
+   -0.381801617856E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.139698386192E-08 0.240000000000E+02
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 12  0  0.0 0.334528740495E-03 0.218278728425E-10 0.000000000000E+00
+    0.100000000000E+03-0.904375000000E+02 0.425267714107E-08 0.984600141417E+00
+   -0.479631125927E-05 0.116470325738E-01 0.500865280628E-05 0.515366406822E+04
+    0.302400000000E+06 0.111758708954E-07-0.263013660471E+01-0.230967998505E-06
+    0.969133478059E+00 0.288281250000E+03-0.121163803457E+01-0.821962809479E-08
+    0.517878714584E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.745058059692E-08 0.100000000000E+03
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 12  0  0.0 0.544576905668E-04 0.216004991671E-11 0.000000000000E+00
+    0.106000000000E+03 0.368750000000E+01 0.364265173107E-08-0.266863651970E+01
+    0.154599547386E-06 0.202951398678E-01 0.302121043205E-05 0.515487074852E+04
+    0.302400000000E+06 0.221654772758E-06 0.275440749592E+01-0.149011611938E-06
+    0.993073731587E+00 0.337625000000E+03 0.988793692643E+00-0.761103131572E-08
+    0.578595529398E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.651925802231E-08 0.106000000000E+03
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 12  0  0.0 0.371378846467E-04 0.318323145621E-11 0.000000000000E+00
+    0.128000000000E+03-0.683125000000E+02 0.407624122038E-08-0.548531084590E+00
+   -0.354088842869E-05 0.209261880955E-01 0.680796802044E-05 0.515512710190E+04
+    0.302400000000E+06-0.253319740295E-06-0.259401728314E+01 0.208616256714E-06
+    0.973806642590E+00 0.261875000000E+03-0.162538516905E+01-0.829391690350E-08
+    0.209651589973E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.128000000000E+03
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 12  0  0.0-0.238362699747E-04-0.113686837722E-12 0.000000000000E+00
+    0.740000000000E+02-0.452187500000E+02 0.451483091797E-08-0.217180440997E+00
+   -0.232085585594E-05 0.148152683396E-01 0.876374542713E-05 0.515364138031E+04
+    0.302400000000E+06-0.670552253723E-07-0.145862767994E+01 0.195577740669E-06
+    0.965808913338E+00 0.218843750000E+03-0.203522801363E+01-0.814248202420E-08
+    0.441804117201E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.107102096081E-07 0.740000000000E+02
+    0.295218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 12  0  0.0 0.485731288791E-05 0.409272615798E-11 0.000000000000E+00
+    0.100000000000E+03-0.134062500000E+02 0.497127850228E-08 0.188420943401E+01
+   -0.732019543648E-06 0.338356872089E-02 0.730529427528E-05 0.515370256996E+04
+    0.302400000000E+06 0.279396772385E-07-0.416351611424E+00-0.465661287308E-07
+    0.960111695912E+00 0.241000000000E+03-0.134013190068E+01-0.802640576059E-08
+    0.785747015231E-11 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.884756445885E-08 0.100000000000E+03
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 12  0  0.0 0.136263202876E-03 0.261479726760E-11 0.000000000000E+00
+    0.520000000000E+02-0.442500000000E+02 0.480198573627E-08 0.242538885347E+00
+   -0.254064798355E-05 0.112443779362E-01 0.902824103832E-05 0.515362033463E+04
+    0.302400000000E+06-0.191852450371E-06-0.153063247561E+01-0.745058059692E-08
+    0.951148003315E+00 0.201968750000E+03 0.141271219663E+01-0.828677374882E-08
+    0.427874965567E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.791624188423E-08 0.520000000000E+02
+    0.295206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 12  0  0.0-0.564740039408E-04-0.113686837722E-11 0.000000000000E+00
+    0.520000000000E+02-0.101031250000E+03 0.402052461384E-08 0.267760920778E+01
+   -0.510923564434E-05 0.717695639469E-02 0.638701021671E-05 0.515368499565E+04
+    0.302400000000E+06 0.726431608200E-07-0.253795958482E+01 0.391155481338E-07
+    0.972185941481E+00 0.260843750000E+03-0.115814816417E+01-0.785711299458E-08
+    0.142863093678E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.130385160446E-07 0.520000000000E+02
+    0.295200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 12  0  0.0 0.280183739960E-03-0.466116034659E-11 0.000000000000E+00
+    0.700000000000E+02 0.127781250000E+03 0.417481675502E-08-0.271968662603E+01
+    0.648014247417E-05 0.133858377812E-01 0.725314021111E-05 0.515360810089E+04
+    0.302400000000E+06 0.782310962677E-07 0.173854046930E+01 0.122934579849E-06
+    0.964496160874E+00 0.238187500000E+03-0.118172653273E+01-0.771960726691E-08
+   -0.135362781260E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.700000000000E+02
+    0.298020000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 13 59 44.0-0.348081812262E-04-0.146656020661E-10 0.000000000000E+00
+    0.120000000000E+02 0.245937500000E+02 0.517557272623E-08 0.218645774061E+01
+    0.122562050819E-05 0.860185350757E-02 0.929646193981E-05 0.515370885086E+04
+    0.309584000000E+06-0.249594449997E-06 0.611691092189E+00-0.484287738800E-07
+    0.941092134116E+00 0.193468750000E+03 0.482994673364E+00-0.811140930133E-08
+   -0.402873924173E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.120000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 13 59 44.0 0.484725460410E-04 0.193267624127E-11 0.000000000000E+00
+    0.520000000000E+02-0.883125000000E+02 0.383194533019E-08 0.290577969796E+01
+   -0.454671680927E-05 0.202997211600E-01 0.582262873650E-05 0.515364855576E+04
+    0.309584000000E+06 0.206753611565E-06-0.257003422756E+01-0.894069671631E-07
+    0.975751425403E+00 0.273531250000E+03 0.146551536012E+01-0.752674209045E-08
+    0.117862052285E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.558793544769E-08 0.520000000000E+02
+    0.303996000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 13 59 44.0-0.136280432343E-04-0.682121026330E-12 0.000000000000E+00
+    0.220000000000E+02 0.868437500000E+02 0.458054794106E-08 0.196902471218E+00
+    0.474415719509E-05 0.865846453235E-02 0.724755227566E-05 0.515357301712E+04
+    0.309584000000E+06 0.465661287308E-07 0.167759637005E+01 0.147148966789E-06
+    0.958831076443E+00 0.234687500000E+03 0.616820153195E+00-0.819605568433E-08
+   -0.200365488884E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.220000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 13 59 44.0 0.273762270808E-05-0.125055521494E-11 0.000000000000E+00
+    0.500000000000E+01 0.151250000000E+02 0.637633702860E-08-0.259233586069E+01
+    0.610947608948E-06 0.924815144390E-02 0.814534723759E-05 0.515367305565E+04
+    0.309584000000E+06 0.121071934700E-06 0.396021670018E+00-0.217929482460E-06
+    0.890041776167E+00 0.182750000000E+03 0.692686945809E+00-0.868893335752E-08
+   -0.287869133762E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.500000000000E+01
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 13 59 44.0-0.132358167320E-03 0.568434188608E-11 0.000000000000E+00
+    0.200000000000E+01 0.596875000000E+01 0.397266547746E-08-0.300923025715E+00
+    0.376254320145E-06 0.436884886585E-02 0.299513339996E-05 0.515358959961E+04
+    0.309584000000E+06 0.651925802231E-07 0.273745780814E+01 0.689178705215E-07
+    0.988745710393E+00 0.337125000000E+03-0.212019970262E+01-0.810783772399E-08
+   -0.102504269714E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.931322574615E-08 0.200000000000E+01
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 13 59 44.0-0.695022754371E-04 0.341060513165E-11 0.000000000000E+00
+    0.100000000000E+02 0.898125000000E+02 0.485520223866E-08 0.159447078713E+01
+    0.472366809845E-05 0.100616879063E-01 0.714138150215E-05 0.515377104759E+04
+    0.309584000000E+06-0.212341547012E-06 0.168388677296E+01 0.875443220139E-07
+    0.942884464774E+00 0.236875000000E+03-0.243591192311E+01-0.834320467082E-08
+   -0.220723479733E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.100000000000E+02
+    0.307206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 13 59 44.0 0.488385558128E-05 0.409272615798E-11 0.000000000000E+00
+    0.120000000000E+02-0.925000000000E+01 0.491163332228E-08 0.293190325432E+01
+   -0.711530447006E-06 0.338297768030E-02 0.728666782379E-05 0.515370398521E+04
+    0.309584000000E+06 0.163912773132E-06-0.416410002337E+00 0.372529029846E-07
+    0.960111896331E+00 0.237531250000E+03-0.133999317655E+01-0.807605093911E-08
+    0.117862053450E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.120000000000E+02
+    0.304296000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 14  0  0.0-0.100262928754E-03 0.135287336889E-10 0.000000000000E+00
+    0.123000000000E+03-0.411875000000E+02 0.458983404215E-08 0.277215149995E+01
+   -0.225380063057E-05 0.107694359031E-02 0.861287117004E-05 0.514149540520E+04
+    0.309600000000E+06 0.372529029846E-08-0.149547129517E+01-0.745058059692E-08
+    0.959998299280E+00 0.211687500000E+03-0.594713913250E+00-0.809498004555E-08
+    0.457876215239E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.630000000000E+02-0.116415321827E-07 0.123000000000E+03
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 14  0  0.0 0.153925269842E-03-0.454747350886E-12 0.000000000000E+00
+    0.250000000000E+02 0.176562500000E+02 0.520521681817E-08-0.660042023960E+00
+    0.976026058197E-06 0.904000690207E-02 0.875256955624E-05 0.515363056946E+04
+    0.309600000000E+06 0.745058059692E-08 0.593252921834E+00-0.156462192535E-06
+    0.941879134304E+00 0.203312500000E+03 0.276477928374E+01-0.826070123422E-08
+   -0.310012913282E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.250000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 14  0  0.0 0.373507849872E-03 0.522959453519E-11 0.000000000000E+00
+    0.870000000000E+02-0.130312500000E+02 0.569345144082E-08-0.101922076339E+01
+   -0.450760126114E-06 0.117417881265E-01 0.691227614880E-05 0.515373694611E+04
+    0.309600000000E+06 0.189989805222E-06-0.553413218191E+00 0.236555933952E-06
+    0.926351344377E+00 0.226125000000E+03 0.894279769382E+00-0.851464038323E-08
+    0.183936233111E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.870000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 14  0  0.0-0.217263586819E-04-0.105728759081E-10 0.000000000000E+00
+    0.120000000000E+02-0.537187500000E+02 0.468376652625E-08 0.183726120807E+01
+   -0.282190740108E-05 0.948657328263E-02 0.838935375214E-05 0.515359654236E+04
+    0.309600000000E+06 0.186264514923E-08-0.158431829219E+01-0.277534127235E-06
+    0.945275398103E+00 0.210031250000E+03 0.129714493214E+01-0.807140763510E-08
+    0.475019786481E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.419095158577E-08 0.120000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 14  0  0.0 0.603473745286E-04 0.178488335223E-10 0.000000000000E+00
+    0.410000000000E+02-0.188437500000E+02 0.550058626435E-08 0.147375260563E+01
+   -0.110082328320E-05 0.588204117958E-02 0.706873834133E-05 0.515370100212E+04
+    0.309600000000E+06 0.372529029846E-07-0.486291820075E+00-0.141561031342E-06
+    0.933891652793E+00 0.230031250000E+03-0.141561235711E+01-0.835141929871E-08
+    0.130362572982E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.410000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 14  0  0.0 0.209761783481E-04-0.454747350886E-12 0.000000000000E+00
+    0.760000000000E+02-0.981875000000E+02 0.421553273672E-08-0.243494037434E+01
+   -0.497512519360E-05 0.237003446091E-02 0.584870576859E-05 0.515367855263E+04
+    0.309600000000E+06 0.745058059692E-08-0.253562984535E+01 0.428408384323E-07
+    0.966790832730E+00 0.272031250000E+03 0.290471160684E+01-0.804354933183E-08
+    0.582167106740E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.760000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 14  0  0.0-0.196545850486E-03-0.136424205266E-11 0.000000000000E+00
+    0.300000000000E+02-0.101625000000E+03 0.366836708793E-08-0.313249370690E+01
+   -0.514462590218E-05 0.104806240415E-01 0.599399209023E-05 0.515367067719E+04
+    0.309600000000E+06-0.800937414169E-07-0.247644754420E+01 0.670552253723E-07
+    0.987952925828E+00 0.279093750000E+03 0.298454745859E+01-0.767281960373E-08
+    0.175007289756E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.465661287308E-08 0.300000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 14  0  0.0-0.299492850900E-03 0.454747350886E-11 0.000000000000E+00
+    0.410000000000E+02-0.453437500000E+02 0.426410618857E-08-0.231838688655E+01
+   -0.216625630856E-05 0.333985919133E-02 0.859238207340E-05 0.515369069290E+04
+    0.309600000000E+06-0.931322574616E-08-0.148381896542E+01 0.204890966415E-07
+    0.966132288453E+00 0.216812500000E+03-0.767751901320E+00-0.783639784600E-08
+    0.482162941165E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.410000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 14  0  0.0 0.293268822134E-03 0.113686837722E-11 0.000000000000E+00
+    0.109000000000E+03 0.247187500000E+02 0.376408536069E-08-0.406556052406E-02
+    0.120885670185E-05 0.396769866347E-02 0.298209488392E-05 0.515373242950E+04
+    0.309600000000E+06-0.162050127983E-06 0.275660795585E+01 0.931322574616E-08
+    0.995214450334E+00 0.340531250000E+03 0.152382334390E+01-0.800997650482E-08
+   -0.700029159024E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.109000000000E+03
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 14  0  0.0-0.276043545455E-03-0.454747350886E-11 0.000000000000E+00
+    0.390000000000E+02 0.257500000000E+02 0.457269047091E-08 0.429339684864E-02
+    0.127404928207E-05 0.143637997098E-02 0.303052365780E-05 0.515360012817E+04
+    0.309600000000E+06 0.409781932831E-07 0.268676664047E+01-0.111758708954E-07
+    0.956789429434E+00 0.319906250000E+03-0.560304892136E+00-0.833606151614E-08
+   -0.132505519387E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.390000000000E+02
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 14  0  0.0 0.629718415439E-04-0.306954461848E-11 0.000000000000E+00
+    0.760000000000E+02-0.490625000000E+02 0.424839124826E-08 0.144974464387E+01
+   -0.252574682236E-05 0.526621029712E-02 0.912882387638E-05 0.515379364586E+04
+    0.309600000000E+06 0.745058059692E-08-0.146694784804E+01 0.745058059692E-07
+    0.967621079702E+00 0.205812500000E+03-0.372934321137E+00-0.780853954273E-08
+    0.435018120251E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.760000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 14  0  0.0 0.524497590959E-04 0.159161572810E-11 0.000000000000E+00
+    0.430000000000E+02-0.111250000000E+02 0.494199156807E-08 0.361369438773E+00
+   -0.594183802605E-06 0.438082451001E-02 0.742822885513E-05 0.515365216446E+04
+    0.309600000000E+06 0.130385160446E-07-0.424601925186E+00 0.316649675369E-07
+    0.959902264559E+00 0.237437500000E+03-0.268508156219E+01-0.806926468869E-08
+    0.113576159474E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.430000000000E+02
+    0.309390000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 14  0  0.0-0.695022754371E-04 0.341060513165E-11 0.000000000000E+00
+    0.105000000000E+03 0.898125000000E+02 0.485520223866E-08 0.159680435944E+01
+    0.472366809845E-05 0.100616887212E-01 0.714138150215E-05 0.515377104759E+04
+    0.309600000000E+06-0.212341547012E-06 0.168388663252E+01 0.875443220139E-07
+    0.942884460385E+00 0.236875000000E+03-0.243591188215E+01-0.834320467082E-08
+   -0.220723479733E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.105000000000E+03
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 14  0  0.0 0.293506309390E-04-0.909494701773E-12 0.000000000000E+00
+    0.107000000000E+03-0.124687500000E+02 0.496627829400E-08-0.305758499543E+00
+   -0.694766640663E-06 0.540515349712E-02 0.740401446819E-05 0.515357505608E+04
+    0.309600000000E+06 0.540167093277E-07-0.368394175359E+00-0.707805156708E-07
+    0.957661445643E+00 0.233625000000E+03-0.380029024706E+00-0.812033824468E-08
+    0.925038531568E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.107000000000E+03
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 14  0  0.0 0.865459442139E-04-0.102318153950E-11 0.000000000000E+00
+    0.920000000000E+02 0.111468750000E+03 0.478627079596E-08 0.176177834514E+01
+    0.552646815777E-05 0.404925213661E-02 0.762566924095E-05 0.515364821434E+04
+    0.309600000000E+06-0.353902578354E-07 0.163005212496E+01-0.987201929092E-07
+    0.942514451830E+00 0.220406250000E+03 0.133821342699E+01-0.817962642856E-08
+   -0.207151485834E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.920000000000E+02
+    0.305220000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 14  0  0.0 0.215074978769E-04-0.193267624127E-11 0.000000000000E+00
+    0.320000000000E+02 0.306250000000E+02 0.512271338157E-08 0.290609015697E+01
+    0.144727528095E-05 0.149336560862E-01 0.940263271332E-05 0.515363210678E+04
+    0.309600000000E+06-0.163912773132E-06 0.625211724864E+00-0.139698386192E-06
+    0.934617087536E+00 0.185500000000E+03-0.262904918990E+01-0.797318925819E-08
+   -0.365372362083E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.116415321827E-07 0.320000000000E+02
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 14  0  0.0 0.202422030270E-03-0.682121026330E-12 0.000000000000E+00
+    0.450000000000E+02 0.964375000000E+02 0.499949396328E-08 0.542989387059E+00
+    0.517442822456E-05 0.485899625346E-02 0.659935176373E-05 0.515366552925E+04
+    0.309600000000E+06-0.447034835815E-07 0.168969497906E+01 0.149011611938E-07
+    0.940546313529E+00 0.244468750000E+03-0.185327376955E+01-0.840427864337E-08
+   -0.185364864048E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.181607902050E-07 0.450000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 14  0  0.0 0.388990156352E-03 0.341060513165E-12 0.000000000000E+00
+    0.470000000000E+02 0.280937500000E+02 0.428124975981E-08-0.846730038345E+00
+    0.133924186230E-05 0.589346303605E-02 0.268220901489E-05 0.515362878418E+04
+    0.309600000000E+06-0.484287738800E-07 0.270593987595E+01-0.206753611565E-06
+    0.970739166703E+00 0.333812500000E+03 0.287675405299E+01-0.823820029697E-08
+   -0.646455498895E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.470000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 14  0  0.0 0.177860260010E-03 0.306954461848E-11 0.000000000000E+00
+    0.250000000000E+02 0.258437500000E+02 0.485555939640E-08 0.153466698278E+01
+    0.140257179737E-05 0.680333364289E-02 0.921636819839E-05 0.515367488861E+04
+    0.309600000000E+06 0.912696123123E-07 0.656393438976E+00 0.540167093277E-07
+    0.951236192406E+00 0.195375000000E+03-0.642359463959E+00-0.799819029959E-08
+   -0.423231915022E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.139698386192E-08 0.250000000000E+02
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 14  0  0.0 0.334685202688E-03 0.218278728425E-10 0.000000000000E+00
+    0.101000000000E+03-0.986250000000E+02 0.410445668138E-08 0.203484951138E+01
+   -0.509247183800E-05 0.116474215174E-01 0.497885048389E-05 0.515366269875E+04
+    0.309600000000E+06 0.210478901863E-06-0.263019372581E+01 0.108033418655E-06
+    0.969135047770E+00 0.287531250000E+03-0.121170368741E+01-0.786389899153E-08
+   -0.503592405216E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.570000000000E+01 0.000000000000E+00-0.745058059692E-08 0.101000000000E+03
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 14  0  0.0 0.544730573893E-04 0.216004991671E-11 0.000000000000E+00
+    0.107000000000E+03 0.150937500000E+02 0.365443793629E-08-0.161925739435E+01
+    0.964850187302E-06 0.202954520937E-01 0.273436307907E-05 0.515486839485E+04
+    0.309600000000E+06 0.432133674622E-06 0.275435303880E+01-0.372529029846E-07
+    0.993073851546E+00 0.339093750000E+03 0.988857549018E+00-0.770639243075E-08
+   -0.228580949885E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.651925802231E-08 0.107000000000E+03
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 14  0  0.0 0.371607020497E-04 0.318323145621E-11 0.000000000000E+00
+    0.129000000000E+03-0.733437500000E+02 0.416517349620E-08 0.500751319925E+00
+   -0.391528010368E-05 0.209233006463E-01 0.585243105888E-05 0.515512147141E+04
+    0.309600000000E+06-0.273808836937E-06-0.259407517227E+01-0.234693288803E-06
+    0.973807025874E+00 0.281437500000E+03-0.162537671777E+01-0.828427364468E-08
+   -0.149291932894E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.419095158577E-08 0.129000000000E+03
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 14  0  0.0-0.238372012973E-04-0.113686837722E-12 0.000000000000E+00
+    0.760000000000E+02-0.544375000000E+02 0.443625621645E-08 0.832961334263E+00
+   -0.283122062683E-05 0.148155997740E-01 0.896304845810E-05 0.515364251900E+04
+    0.309600000000E+06-0.184401869774E-06-0.145868566855E+01 0.102445483208E-06
+    0.965811727992E+00 0.211906250000E+03-0.203516912240E+01-0.810498046211E-08
+    0.346800159904E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.107102096081E-07 0.760000000000E+02
+    0.305880000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 14  0  0.0 0.488711521029E-05 0.409272615798E-11 0.000000000000E+00
+    0.101000000000E+03-0.925000000000E+01 0.491163316066E-08 0.293423742057E+01
+   -0.711530447006E-06 0.338298280258E-02 0.728666782379E-05 0.515370397568E+04
+    0.309600000000E+06 0.163912773132E-06-0.416410136925E+00 0.372529029846E-07
+    0.960111905109E+00 0.237531250000E+03-0.133999359641E+01-0.807605068564E-08
+    0.117862052285E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.884756445885E-08 0.101000000000E+03
+    0.302406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 14  0  0.0 0.136281829327E-03 0.261479726760E-11 0.000000000000E+00
+    0.550000000000E+02-0.493750000000E+02 0.469233851774E-08 0.129269780016E+01
+   -0.263378024101E-05 0.112444352126E-01 0.870972871780E-05 0.515362126923E+04
+    0.309600000000E+06-0.193715095520E-06-0.153069232213E+01-0.201165676117E-06
+    0.951151274400E+00 0.206781250000E+03 0.141276896809E+01-0.820105583443E-08
+    0.451090220732E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.550000000000E+02
+    0.302418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 14  0  0.0-0.564819201827E-04-0.113686837722E-11 0.000000000000E+00
+    0.630000000000E+02-0.851250000000E+02 0.408767026787E-08-0.255549819807E+01
+   -0.432878732681E-05 0.717878853902E-02 0.634789466858E-05 0.515368151283E+04
+    0.309600000000E+06 0.726431608200E-07-0.253801616610E+01 0.745058059692E-07
+    0.972186092162E+00 0.261968750000E+03-0.115805506992E+01-0.786354183380E-08
+    0.210723063176E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.130385160446E-07 0.630000000000E+02
+    0.308016000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 14  0  0.0 0.280149746686E-03-0.466116034659E-11 0.000000000000E+00
+    0.860000000000E+02 0.122343750000E+03 0.423517641210E-08-0.166934319629E+01
+    0.633671879768E-05 0.133847425459E-01 0.680610537529E-05 0.515361182022E+04
+    0.309600000000E+06-0.253319740295E-06 0.173848429032E+01 0.260770320892E-06
+    0.964493568583E+00 0.252000000000E+03-0.118185253971E+01-0.804819238238E-08
+   -0.172150027882E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.860000000000E+02
+    0.302400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 15 59 12.0 0.491319224238E-05 0.409272615798E-11 0.000000000000E+00
+    0.140000000000E+02-0.787500000000E+01 0.477234164433E-08-0.230582319980E+01
+   -0.318512320519E-06 0.338306161575E-02 0.716187059879E-05 0.515370375442E+04
+    0.316752000000E+06-0.316649675369E-07-0.416468374231E+00 0.670552253723E-07
+    0.960113581613E+00 0.236593750000E+03-0.133995429365E+01-0.798568977889E-08
+    0.258582199558E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.140000000000E+02
+    0.316020000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 15 59 28.0 0.491319224238E-05 0.409272615798E-11 0.000000000000E+00
+    0.940000000000E+02-0.787500000000E+01 0.477234163299E-08-0.230348975622E+01
+   -0.318512320519E-06 0.338306126650E-02 0.716187059879E-05 0.515370375252E+04
+    0.316768000000E+06-0.316649675369E-07-0.416468504431E+00 0.670552253723E-07
+    0.960113581613E+00 0.236593750000E+03-0.133995403179E+01-0.798568944305E-08
+    0.258582211199E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.940000000000E+02
+    0.310956000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 15 59 44.0-0.196565873921E-03-0.136424205266E-11 0.000000000000E+00
+    0.500000000000E+02-0.105812500000E+03 0.373551274196E-08-0.208469502609E+01
+   -0.548362731934E-05 0.104817731772E-01 0.648200511932E-05 0.515366841698E+04
+    0.316784000000E+06-0.113621354103E-06-0.247650334867E+01-0.633299350738E-07
+    0.987952680058E+00 0.270593750000E+03 0.298459300654E+01-0.778675292094E-08
+    0.621454457501E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.500000000000E+02
+    0.315780000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 15 59 44.0-0.694775953889E-04 0.341060513165E-11 0.000000000000E+00
+    0.110000000000E+02 0.920937500000E+02 0.483055835500E-08 0.264472540457E+01
+    0.464543700218E-05 0.100630028173E-01 0.759586691856E-05 0.515376766396E+04
+    0.316784000000E+06-0.521540641785E-07 0.168382711663E+01-0.167638063431E-06
+    0.942884357981E+00 0.222625000000E+03-0.243604198530E+01-0.807105047736E-08
+   -0.142863093678E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.107102096081E-07 0.110000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 15 59 44.0 0.865384936333E-04-0.102318153950E-11 0.000000000000E+00
+    0.100000000000E+01 0.104125000000E+03 0.485520223866E-08 0.280958815145E+01
+    0.537931919098E-05 0.404995074496E-02 0.717304646969E-05 0.515364765930E+04
+    0.316784000000E+06 0.335276126862E-07 0.162999333906E+01-0.111758708954E-06
+    0.942513000615E+00 0.227562500000E+03 0.133826772027E+01-0.818069790176E-08
+   -0.188579283655E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.100000000000E+01
+    0.313980000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 15 59 44.0 0.334848184139E-03 0.218278728425E-10 0.000000000000E+00
+    0.000000000000E+00-0.958125000000E+02 0.401695303650E-08 0.308262374976E+01
+   -0.490248203278E-05 0.116456404794E-01 0.570341944694E-05 0.515366634369E+04
+    0.316784000000E+06 0.633299350738E-07-0.263024948639E+01 0.856816768646E-07
+    0.969134367514E+00 0.272875000000E+03-0.121162838224E+01-0.781211112007E-08
+   -0.132148361653E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.745058059692E-08 0.000000000000E+00
+    0.312480000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 15 59 44.0 0.544879585505E-04 0.216004991671E-11 0.000000000000E+00
+    0.200000000000E+02 0.251875000000E+02 0.401802450971E-08-0.572227005929E+00
+    0.156648457050E-05 0.202951092506E-01 0.333972275257E-05 0.515486511612E+04
+    0.316784000000E+06-0.108033418655E-06 0.275429596890E+01 0.324100255966E-06
+    0.993070384430E+00 0.329812500000E+03 0.988942234419E+00-0.835213361417E-08
+   -0.116790579082E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.200000000000E+02
+    0.313818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 15 59 44.0-0.238367356360E-04-0.113686837722E-12 0.000000000000E+00
+    0.310000000000E+02-0.668437500000E+02 0.422374736460E-08 0.188074210311E+01
+   -0.346265733242E-05 0.148166168947E-01 0.928528606892E-05 0.515364518929E+04
+    0.316784000000E+06-0.216066837311E-06-0.145874416625E+01-0.298023223877E-06
+    0.965815976306E+00 0.203750000000E+03-0.203508619397E+01-0.779175312922E-08
+    0.512878506306E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.310000000000E+02
+    0.309720000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 15 59 44.0 0.491365790367E-05 0.409272615798E-11 0.000000000000E+00
+    0.130000000000E+02-0.787500000000E+01 0.477234163299E-08-0.230115559143E+01
+   -0.318512320519E-06 0.338306091726E-02 0.716187059879E-05 0.515370375633E+04
+    0.316784000000E+06-0.316649675369E-07-0.416468633167E+00 0.670552253723E-07
+    0.960113587465E+00 0.236593750000E+03-0.133995451309E+01-0.798568944305E-08
+    0.258582211199E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.130000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 15 59 44.0 0.136295799166E-03 0.261479726760E-11 0.000000000000E+00
+    0.000000000000E+00-0.562500000000E+02 0.445411410316E-08 0.234054836482E+01
+   -0.291876494884E-05 0.112448784057E-01 0.852532684803E-05 0.515362165070E+04
+    0.316784000000E+06 0.216066837311E-06-0.153074944323E+01-0.782310962677E-07
+    0.951156315615E+00 0.209812500000E+03 0.141279686887E+01-0.778318134360E-08
+    0.421088968617E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.000000000000E+00
+    0.310518000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 15 59 44.0-0.564898364246E-04-0.113686837722E-11 0.000000000000E+00
+    0.140000000000E+02-0.775625000000E+02 0.412660046090E-08-0.150755740939E+01
+   -0.395253300667E-05 0.717902358156E-02 0.631809234619E-05 0.515368252754E+04
+    0.316784000000E+06-0.117346644402E-06-0.253807325794E+01 0.856816768646E-07
+    0.972185334370E+00 0.266875000000E+03-0.115815608441E+01-0.805462122159E-08
+    0.178578867098E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.130385160446E-07 0.140000000000E+02
+    0.314106000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 16  0  0.0-0.100165605545E-03 0.134150468512E-10 0.000000000000E+00
+    0.124000000000E+03-0.453125000000E+02 0.445054252582E-08-0.245308731136E+01
+   -0.218860805035E-05 0.107597676106E-02 0.854395329952E-05 0.514149727821E+04
+    0.316800000000E+06 0.335276126862E-07-0.149552956173E+01-0.242143869400E-07
+    0.960001723971E+00 0.218125000000E+03-0.594999893254E+00-0.806747890002E-08
+    0.462162108050E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.630000000000E+02-0.116415321827E-07 0.124000000000E+03
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 16  0  0.0 0.153922010213E-03-0.454747350886E-12 0.000000000000E+00
+    0.260000000000E+02 0.206875000000E+02 0.527129099900E-08 0.390152104750E+00
+    0.976026058197E-06 0.903967837803E-02 0.863149762154E-05 0.515362989616E+04
+    0.316800000000E+06 0.102445483208E-06 0.593193442511E+00-0.115483999252E-06
+    0.941876694156E+00 0.203625000000E+03 0.276479792717E+01-0.827641617453E-08
+   -0.343228582562E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.260000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 16  0  0.0 0.373545568436E-03 0.522959453519E-11 0.000000000000E+00
+    0.910000000000E+02-0.909375000000E+01 0.570166606871E-08 0.309582387463E-01
+   -0.445172190666E-06 0.117424521595E-01 0.698864459991E-05 0.515373837662E+04
+    0.316800000000E+06-0.279396772385E-07-0.553475673089E+00 0.147148966789E-06
+    0.926352001228E+00 0.229562500000E+03 0.894251350735E+00-0.869893377408E-08
+    0.203222750758E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.910000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 16  0  0.0-0.349143519998E-04-0.146656020661E-10 0.000000000000E+00
+    0.260000000000E+02 0.291875000000E+02 0.512878506306E-08-0.304423301673E+01
+    0.138022005558E-05 0.860114302486E-02 0.892207026482E-05 0.515371007729E+04
+    0.316800000000E+06-0.111758708954E-06 0.611632989472E+00-0.156462192535E-06
+    0.941089805151E+00 0.197687500000E+03 0.482997817175E+00-0.800426198107E-08
+   -0.377515725045E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.260000000000E+02
+    0.310620000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 16  0  0.0-0.218022614717E-04-0.105728759081E-10 0.000000000000E+00
+    0.130000000000E+02-0.665312500000E+02 0.460412035152E-08 0.288758576763E+01
+   -0.341422855854E-05 0.948799215257E-02 0.844337046146E-05 0.515359346771E+04
+    0.316800000000E+06 0.931322574615E-07-0.158437464233E+01-0.111758708954E-07
+    0.945279460627E+00 0.208656250000E+03 0.129704930411E+01-0.782961184905E-08
+    0.387873299337E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.419095158577E-08 0.130000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 16  0  0.0 0.604763627052E-04 0.178488335223E-10 0.000000000000E+00
+    0.420000000000E+02-0.100937500000E+02 0.544808407743E-08 0.252373467559E+01
+   -0.644475221634E-06 0.588143570349E-02 0.688247382641E-05 0.515370338058E+04
+    0.316800000000E+06 0.106170773506E-06-0.486351643184E+00-0.894069671631E-07
+    0.933892710483E+00 0.232218750000E+03-0.141542399910E+01-0.831106047474E-08
+    0.130005415247E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.465661287308E-08 0.420000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 16  0  0.0 0.209724530578E-04-0.454747350886E-12 0.000000000000E+00
+    0.770000000000E+02-0.952812500000E+02 0.411838583301E-08-0.138437125730E+01
+   -0.499375164509E-05 0.237017241307E-02 0.621564686298E-05 0.515368011665E+04
+    0.316800000000E+06-0.113621354103E-06-0.253568713030E+01 0.931322574616E-08
+    0.966791163350E+00 0.263562500000E+03 0.290431772346E+01-0.799319009131E-08
+   -0.282154610015E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.770000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 16  0  0.0-0.196555629373E-03-0.136424205266E-11 0.000000000000E+00
+    0.340000000000E+02-0.105812500000E+03 0.373551274196E-08-0.208236074572E+01
+   -0.548362731934E-05 0.104817716638E-01 0.648200511932E-05 0.515366841316E+04
+    0.316800000000E+06-0.113621354103E-06-0.247650349057E+01-0.633299350738E-07
+    0.987952690298E+00 0.270593750000E+03 0.298459248428E+01-0.778675292094E-08
+    0.621454457501E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.465661287308E-08 0.340000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 16  0  0.0 0.484869815409E-04 0.193267624127E-11 0.000000000000E+00
+    0.530000000000E+02-0.852500000000E+02 0.386051794893E-08-0.232490004508E+01
+   -0.428967177868E-05 0.203016428277E-01 0.492855906487E-05 0.515364494896E+04
+    0.316800000000E+06 0.320374965668E-06-0.257008851791E+01-0.372529029846E-07
+    0.975751573158E+00 0.287625000000E+03 0.146553619792E+01-0.756424365254E-08
+    0.714315468392E-12 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.558793544769E-08 0.530000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 16  0  0.0-0.136326998472E-04-0.682121026330E-12 0.000000000000E+00
+    0.230000000000E+02 0.100187500000E+03 0.453518890882E-08 0.124924228528E+01
+    0.553391873836E-05 0.866109551862E-02 0.854954123497E-05 0.515357933044E+04
+    0.316800000000E+06-0.745058059692E-07 0.167753781090E+01 0.113621354103E-06
+    0.958829357514E+00 0.214937500000E+03 0.617054436600E+00-0.815391107170E-08
+   -0.271439877989E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.230000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 16  0  0.0 0.272877514362E-05-0.125055521494E-11 0.000000000000E+00
+    0.600000000000E+01 0.158437500000E+02 0.637740850181E-08-0.153986003036E+01
+    0.718981027603E-06 0.924849195872E-02 0.783801078796E-05 0.515367194939E+04
+    0.316800000000E+06 0.171363353729E-06 0.395958430995E+00-0.502914190292E-07
+    0.890040228400E+00 0.187125000000E+03 0.692740308672E+00-0.870429114009E-08
+   -0.189293599124E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.600000000000E+01
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 16  0  0.0-0.299459788948E-03 0.454747350886E-11 0.000000000000E+00
+    0.420000000000E+02-0.588750000000E+02 0.424517682865E-08-0.126876060705E+01
+   -0.303983688354E-05 0.333996373229E-02 0.878609716892E-05 0.515368731499E+04
+    0.316800000000E+06-0.502914190292E-07-0.148387516780E+01 0.521540641785E-07
+    0.966135803846E+00 0.215781250000E+03-0.767209032901E+00-0.780746806953E-08
+    0.457161899771E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.420000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 16  0  0.0 0.293276738375E-03 0.113686837722E-11 0.000000000000E+00
+    0.110000000000E+03 0.161875000000E+02 0.376944272671E-08 0.104588188801E+01
+    0.668689608574E-06 0.396857934538E-02 0.312924385071E-05 0.515373459625E+04
+    0.316800000000E+06-0.782310962677E-07 0.275655053632E+01-0.894069671631E-07
+    0.995213489196E+00 0.338468750000E+03 0.152401490424E+01-0.803140596887E-08
+   -0.148934775160E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.110000000000E+03
+    0.313440000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 16  0  0.0-0.132317189127E-03 0.568434188608E-11 0.000000000000E+00
+    0.300000000000E+01 0.155312500000E+02 0.389980529969E-08 0.751543896911E+00
+    0.879168510437E-06 0.437088322360E-02 0.360421836376E-05 0.515359353828E+04
+    0.316800000000E+06-0.279396772385E-07 0.273739981660E+01 0.558793544769E-07
+    0.988744791681E+00 0.325843750000E+03-0.212010616071E+01-0.807069331963E-08
+   -0.163935399996E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.931322574615E-08 0.300000000000E+01
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 16  0  0.0-0.276076607406E-03-0.454747350886E-11 0.000000000000E+00
+    0.780000000000E+02 0.338437500000E+02 0.469305262734E-08 0.105410731169E+01
+    0.167824327946E-05 0.143630674575E-02 0.258348882198E-05 0.515360057640E+04
+    0.316800000000E+06-0.335276126862E-07 0.268670636093E+01 0.000000000000E+00
+    0.956788112808E+00 0.322062500000E+03-0.559891554873E+00-0.841285042899E-08
+   -0.135362781260E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.780000000000E+02
+    0.312948000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 16  0  0.0 0.629499554634E-04-0.306954461848E-11 0.000000000000E+00
+    0.770000000000E+02-0.444687500000E+02 0.426410640131E-08 0.249994205390E+01
+   -0.230781733990E-05 0.526672892738E-02 0.890344381332E-05 0.515379243660E+04
+    0.316800000000E+06-0.130385160446E-07-0.146700380612E+01 0.186264514923E-07
+    0.967624014316E+00 0.210250000000E+03-0.373026182152E+00-0.780246800502E-08
+    0.389659082778E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.770000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 16  0  0.0 0.524614006281E-04 0.159161572810E-11 0.000000000000E+00
+    0.600000000000E+02-0.103125000000E+02 0.485984528921E-08 0.141145154599E+01
+   -0.631436705589E-06 0.438113941345E-02 0.740401446819E-05 0.515365328026E+04
+    0.316800000000E+06-0.186264514923E-08-0.424660158103E+00 0.875443220139E-07
+    0.959903137921E+00 0.233218750000E+03-0.268496699229E+01-0.806533595362E-08
+    0.146077513286E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.600000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 16  0  0.0 0.293441116810E-04-0.909494701773E-12 0.000000000000E+00
+    0.108000000000E+03-0.147187500000E+02 0.491520473801E-08 0.744453051058E+00
+   -0.758096575737E-06 0.540603103582E-02 0.715814530849E-05 0.515357676697E+04
+    0.316800000000E+06 0.875443220139E-07-0.368452610159E+00-0.279396772385E-07
+    0.957662127363E+00 0.239468750000E+03-0.379996903413E+00-0.810783772399E-08
+    0.817891211309E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.108000000000E+03
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 16  0  0.0 0.865384936333E-04-0.102318153950E-11 0.000000000000E+00
+    0.940000000000E+02 0.104125000000E+03 0.485520223866E-08 0.281192239963E+01
+    0.537931919098E-05 0.404995027930E-02 0.717304646969E-05 0.515364765930E+04
+    0.316800000000E+06 0.335276126862E-07 0.162999322349E+01-0.111758708954E-06
+    0.942512997690E+00 0.227562500000E+03 0.133826730041E+01-0.818069790176E-08
+   -0.188579283655E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.651925802231E-08 0.940000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 16  0  0.0 0.214935280383E-04-0.193267624127E-11 0.000000000000E+00
+    0.690000000000E+02 0.158750000000E+02 0.525557605870E-08-0.232693423120E+01
+    0.543892383575E-06 0.149355597096E-01 0.917911529541E-05 0.515362833214E+04
+    0.316800000000E+06 0.115483999252E-06 0.625152562994E+00-0.279396772385E-06
+    0.934614385526E+00 0.188781250000E+03-0.262899735725E+01-0.815569686037E-08
+   -0.185007706314E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.116415321827E-07 0.690000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 16  0  0.0 0.202417839319E-03-0.682121026330E-12 0.000000000000E+00
+    0.600000000000E+02 0.897812500000E+02 0.497020702907E-08 0.159306139429E+01
+    0.461190938950E-05 0.485986866988E-02 0.695884227753E-05 0.515366725540E+04
+    0.316800000000E+06-0.912696123123E-07 0.168963429283E+01-0.109896063805E-06
+    0.940545513313E+00 0.237125000000E+03-0.185315738564E+01-0.830570310873E-08
+   -0.123933733766E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.181607902050E-07 0.600000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 16  0  0.0 0.388992950320E-03 0.341060513165E-12 0.000000000000E+00
+    0.480000000000E+02 0.198125000000E+02 0.434803825610E-08 0.203576310811E+00
+    0.799074769020E-06 0.589432776906E-02 0.262446701527E-05 0.515363069534E+04
+    0.316800000000E+06 0.745058059692E-07 0.270588061022E+01-0.856816768646E-07
+    0.970737939315E+00 0.332656250000E+03 0.287665334864E+01-0.834320467082E-08
+   -0.149649090628E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.480000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 16  0  0.0 0.177883077413E-03 0.306954461848E-11 0.000000000000E+00
+    0.260000000000E+02 0.236875000000E+02 0.486948836809E-08 0.258492888848E+01
+    0.131316483021E-05 0.680354307406E-02 0.905618071556E-05 0.515367380333E+04
+    0.316800000000E+06 0.372529029846E-07 0.656335700525E+00 0.141561031342E-06
+    0.951233213904E+00 0.198875000000E+03-0.642438164563E+00-0.798211807762E-08
+   -0.376444264649E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.139698386192E-08 0.260000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 16  0  0.0 0.334842130542E-03 0.217141860048E-10 0.000000000000E+00
+    0.102000000000E+03-0.958125000000E+02 0.401695303650E-08 0.308495735718E+01
+   -0.490248203278E-05 0.116456376854E-01 0.570341944694E-05 0.515366635323E+04
+    0.316800000000E+06 0.633299350738E-07-0.263024961220E+01 0.856816768646E-07
+    0.969134364588E+00 0.272875000000E+03-0.121162829446E+01-0.781211112007E-08
+   -0.132148361653E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.570000000000E+01 0.000000000000E+00-0.745058059692E-08 0.102000000000E+03
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 16  0  0.0 0.544884242117E-04 0.216004991671E-11 0.000000000000E+00
+    0.137000000000E+03 0.251875000000E+02 0.401802450971E-08-0.569895076475E+00
+    0.156648457050E-05 0.202951104147E-01 0.333972275257E-05 0.515486511231E+04
+    0.316800000000E+06-0.108033418655E-06 0.275429584455E+01 0.324100255966E-06
+    0.993070371264E+00 0.329812500000E+03 0.988942428987E+00-0.835213361417E-08
+   -0.116790579082E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.651925802231E-08 0.137000000000E+03
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 16  0  0.0 0.371839851141E-04 0.318323145621E-11 0.000000000000E+00
+    0.130000000000E+03-0.984687500000E+02 0.403481092321E-08 0.154986078997E+01
+   -0.567734241486E-05 0.209251535125E-01 0.474974513054E-05 0.515512956429E+04
+    0.316800000000E+06 0.596046447754E-07-0.259413487542E+01-0.478699803352E-06
+    0.973806962969E+00 0.297875000000E+03-0.162519439283E+01-0.803497754621E-08
+   -0.116790579082E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.130000000000E+03
+    0.316038000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 16  0  0.0-0.238381326199E-04-0.113686837722E-12 0.000000000000E+00
+    0.820000000000E+02-0.668437500000E+02 0.422374736460E-08 0.188307594167E+01
+   -0.346265733242E-05 0.148166171275E-01 0.928528606892E-05 0.515364518738E+04
+    0.316800000000E+06-0.216066837311E-06-0.145874430523E+01-0.298023223877E-06
+    0.965815979232E+00 0.203750000000E+03-0.203508620274E+01-0.779175312922E-08
+    0.512878506306E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.000000000000E+00-0.107102096081E-07 0.820000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 16  0  0.0 0.136300455779E-03 0.261479726760E-11 0.000000000000E+00
+    0.560000000000E+02-0.562500000000E+02 0.445411410316E-08 0.234288200004E+01
+   -0.291876494884E-05 0.112448747968E-01 0.852532684803E-05 0.515362163734E+04
+    0.316800000000E+06 0.216066837311E-06-0.153074954710E+01-0.782310962677E-07
+    0.951156321467E+00 0.209812500000E+03 0.141279710878E+01-0.778318134360E-08
+    0.421088968617E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.791624188423E-08 0.560000000000E+02
+    0.309618000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 16  0  0.0-0.564903020859E-04-0.113686837722E-11 0.000000000000E+00
+    0.710000000000E+02-0.775625000000E+02 0.412660046090E-08-0.150522373322E+01
+   -0.395253300667E-05 0.717902276665E-02 0.631809234619E-05 0.515368252563E+04
+    0.316800000000E+06-0.117346644402E-06-0.253807339400E+01 0.856816768646E-07
+    0.972185337296E+00 0.266875000000E+03-0.115815601273E+01-0.805462122159E-08
+    0.178578867098E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.485000000000E+01 0.000000000000E+00-0.130385160446E-07 0.710000000000E+02
+    0.309606000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 16  0  0.0 0.280116219074E-03-0.466116034659E-11 0.000000000000E+00
+    0.900000000000E+02 0.901562500000E+02 0.454804658725E-08-0.619429384623E+00
+    0.485032796860E-05 0.133827475365E-01 0.670924782753E-05 0.515360313988E+04
+    0.316800000000E+06-0.160187482834E-06 0.173842414098E+01-0.614672899246E-07
+    0.964492107128E+00 0.255218750000E+03-0.118154542054E+01-0.829070248389E-08
+   -0.228580949885E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.325962901115E-08 0.900000000000E+02
+    0.309600000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 17 59 12.0 0.293366611004E-04-0.909494701773E-12 0.000000000000E+00
+    0.500000000000E+01-0.684375000000E+01 0.485377382731E-08 0.178748476504E+01
+   -0.406056642532E-06 0.540633022319E-02 0.724755227566E-05 0.515357897949E+04
+    0.323952000000E+06 0.987201929092E-07-0.368510436385E+00 0.316649675369E-07
+    0.957662737400E+00 0.237000000000E+03-0.379788058691E+00-0.808783706674E-08
+    0.832177521337E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.500000000000E+01
+    0.322266000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 17 59 12.0 0.494252890348E-05 0.409272615798E-11 0.000000000000E+00
+    0.150000000000E+02-0.812500000000E+01 0.471126767178E-08-0.125582414682E+01
+   -0.318512320519E-06 0.338317442220E-02 0.769831240177E-05 0.515370267105E+04
+    0.323952000000E+06-0.391155481338E-07-0.416525894707E+00 0.372529029846E-07
+    0.960115439519E+00 0.232625000000E+03-0.133978890491E+01-0.799211861811E-08
+    0.265011038773E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.150000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 17 59 28.0 0.209687277675E-04-0.454747350886E-12 0.000000000000E+00
+    0.160000000000E+02-0.845000000000E+02 0.422017578726E-08-0.339148784005E+00
+   -0.455975532532E-05 0.236905401107E-02 0.622123479843E-05 0.515367776489E+04
+    0.323968000000E+06 0.447034835815E-07-0.253574394858E+01-0.465661287308E-07
+    0.966790246100E+00 0.263875000000E+03 0.290460205622E+01-0.806176437627E-08
+   -0.153934983438E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.160000000000E+02
+    0.323310000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 17 59 44.0-0.196576118469E-03-0.136424205266E-11 0.000000000000E+00
+    0.530000000000E+02-0.968125000000E+02 0.366586698379E-08-0.103440345826E+01
+   -0.515952706337E-05 0.104813373182E-01 0.665523111820E-05 0.515367065811E+04
+    0.323984000000E+06-0.540167093277E-07-0.247655911511E+01-0.203028321266E-06
+    0.987952987270E+00 0.264343750000E+03 0.298447817479E+01-0.780496796539E-08
+   -0.189293599124E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.530000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 17 59 44.0 0.293283723295E-03 0.113686837722E-11 0.000000000000E+00
+    0.000000000000E+00 0.137500000000E+02 0.379765818771E-08 0.209383720054E+01
+    0.543892383575E-06 0.396876712330E-02 0.303424894810E-05 0.515373346519E+04
+    0.323984000000E+06 0.596046447754E-07 0.275649327624E+01-0.931322574615E-07
+    0.995213029840E+00 0.333843750000E+03 0.152386442849E+01-0.790140055362E-08
+   -0.147148986489E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.000000000000E+00
+    0.318450000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 17 59 44.0 0.865305773914E-04-0.102318153950E-11 0.000000000000E+00
+    0.200000000000E+01 0.941875000000E+02 0.498199323430E-08-0.242329483984E+01
+    0.495463609695E-05 0.405110372230E-02 0.717118382454E-05 0.515364568901E+04
+    0.323984000000E+06 0.782310962677E-07 0.162993377488E+01 0.260770320892E-07
+    0.942512058496E+00 0.234406250000E+03 0.133816690766E+01-0.819391273793E-08
+   -0.764317551180E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.200000000000E+01
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 17 59 44.0 0.335005577654E-03 0.218278728425E-10 0.000000000000E+00
+    0.190000000000E+02-0.789375000000E+02 0.415267297550E-08-0.215048239359E+01
+   -0.408291816711E-05 0.116476415424E-01 0.588782131672E-05 0.515366202736E+04
+    0.323984000000E+06 0.558793544769E-07-0.263030556882E+01 0.240281224251E-06
+    0.969132948483E+00 0.268843750000E+03-0.121152451798E+01-0.791247244338E-08
+   -0.176793078427E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.745058059692E-08 0.190000000000E+02
+    0.319950000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 17 59 44.0 0.136314425617E-03 0.261479726760E-11 0.000000000000E+00
+    0.250000000000E+02-0.666875000000E+02 0.444554231754E-08-0.289235834329E+01
+   -0.341422855854E-05 0.112457777141E-01 0.849366188049E-05 0.515361967659E+04
+    0.323984000000E+06 0.108033418655E-06-0.153080472544E+01 0.000000000000E+00
+    0.951159201953E+00 0.209562500000E+03 0.141273143547E+01-0.771746432051E-08
+    0.363229415677E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.791624188423E-08 0.250000000000E+02
+    0.319596000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 17 59 44.0-0.564977526665E-04-0.113686837722E-11 0.000000000000E+00
+    0.150000000000E+02-0.800625000000E+02 0.412088593715E-08-0.457447487713E+00
+   -0.423379242420E-05 0.717805838212E-02 0.577233731747E-05 0.515368079758E+04
+    0.323984000000E+06-0.169500708580E-06-0.253813122900E+01-0.279396772385E-07
+    0.972185423608E+00 0.277093750000E+03-0.115809359440E+01-0.806283584948E-08
+   -0.235724104569E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.130385160446E-07 0.150000000000E+02
+    0.316806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 18  0  0.0-0.100068747997E-03 0.134150468512E-10 0.000000000000E+00
+    0.125000000000E+03-0.610625000000E+02 0.440625496678E-08-0.139738534143E+01
+   -0.314600765705E-05 0.107648666017E-02 0.872090458870E-05 0.514149322701E+04
+    0.324000000000E+06-0.353902578354E-07-0.149558676037E+01 0.102445483208E-06
+    0.960005237900E+00 0.216781250000E+03-0.593042239687E+00-0.795497421375E-08
+    0.387158983869E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.485000000000E+01 0.630000000000E+02-0.116415321827E-07 0.125000000000E+03
+    0.320406000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 18  0  0.0 0.153918284923E-03-0.454747350886E-12 0.000000000000E+00
+    0.270000000000E+02 0.312500000000E+02 0.515200031578E-08 0.144021827787E+01
+    0.156089663506E-05 0.904052227270E-02 0.838004052639E-05 0.515363287735E+04
+    0.324000000000E+06 0.113621354103E-06 0.593135003322E+00 0.633299350738E-07
+    0.941874577314E+00 0.206906250000E+03 0.276494336171E+01-0.811962392921E-08
+   -0.412874340731E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.270000000000E+02
+    0.320700000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 18  0  0.0 0.373583287001E-03 0.522959453519E-11 0.000000000000E+00
+    0.920000000000E+02-0.765625000000E+01 0.560701929331E-08 0.108103704562E+01
+   -0.428408384323E-06 0.117436562432E-01 0.738352537155E-05 0.515374118233E+04
+    0.324000000000E+06-0.128522515297E-06-0.553537968530E+00 0.121071934700E-06
+    0.926353254948E+00 0.219531250000E+03 0.894321139242E+00-0.866750404782E-08
+    0.165006869279E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.920000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 18  0  0.0-0.350200571120E-04-0.146656020661E-10 0.000000000000E+00
+    0.420000000000E+02 0.318750000000E+02 0.513878547961E-08-0.199409171692E+01
+    0.132992863655E-05 0.860093650408E-02 0.859983265400E-05 0.515371019554E+04
+    0.324000000000E+06 0.167638063431E-06 0.611573662292E+00-0.100582838059E-06
+    0.941087429372E+00 0.200750000000E+03 0.483019981847E+00-0.812962434577E-08
+   -0.171435712414E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.420000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 18  0  0.0-0.218786299229E-04-0.105728759081E-10 0.000000000000E+00
+    0.460000000000E+02-0.731875000000E+02 0.455661837287E-08-0.234529646294E+01
+   -0.373460352421E-05 0.948717864230E-02 0.871345400810E-05 0.515359526253E+04
+    0.324000000000E+06 0.119209289551E-06-0.158443083886E+01-0.391155481338E-07
+    0.945282164099E+00 0.201468750000E+03 0.129697654734E+01-0.783675500373E-08
+    0.355729103259E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.419095158577E-08 0.460000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 18  0  0.0 0.606048852205E-04 0.178488335223E-10 0.000000000000E+00
+    0.440000000000E+02-0.800000000000E+01 0.534700861365E-08-0.270932481092E+01
+   -0.482425093651E-06 0.588074442930E-02 0.687688589096E-05 0.515370471001E+04
+    0.324000000000E+06 0.633299350738E-07-0.486412377691E+00 0.117346644402E-06
+    0.933894290434E+00 0.226781250000E+03-0.141538080205E+01-0.829713098227E-08
+    0.300012487076E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.440000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 18  0  0.0 0.209687277675E-04-0.454747350886E-12 0.000000000000E+00
+    0.780000000000E+02-0.845000000000E+02 0.422017578726E-08-0.334480793816E+00
+   -0.455975532532E-05 0.236905505881E-02 0.622123479843E-05 0.515367778015E+04
+    0.324000000000E+06 0.447034835815E-07-0.253574422214E+01-0.465661287308E-07
+    0.966790262192E+00 0.263875000000E+03 0.290460146959E+01-0.806176437627E-08
+   -0.153934983438E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.780000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 18  0  0.0 0.485009513795E-04 0.193267624127E-11 0.000000000000E+00
+    0.540000000000E+02-0.843125000000E+02 0.417088801994E-08-0.127471719254E+01
+   -0.408478081226E-05 0.203016460873E-01 0.517629086971E-05 0.515364450455E+04
+    0.324000000000E+06-0.763684511185E-07-0.257014364066E+01 0.540167093277E-06
+    0.975748177725E+00 0.286156250000E+03 0.146554731464E+01-0.820284168128E-08
+   -0.169649923743E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.558793544769E-08 0.540000000000E+02
+    0.320418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 18  0  0.0-0.136373564601E-04-0.682121026330E-12 0.000000000000E+00
+    0.330000000000E+02 0.109937500000E+03 0.458340520294E-08 0.229963202077E+01
+    0.551342964172E-05 0.866105372552E-02 0.835023820400E-05 0.515357698059E+04
+    0.324000000000E+06-0.175088644028E-06 0.167747878655E+01-0.126659870148E-06
+    0.958828586556E+00 0.218687500000E+03 0.616905341841E+00-0.795390274055E-08
+   -0.141077305008E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.330000000000E+02
+    0.321690000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 18  0  0.0 0.271946191788E-05-0.125055521494E-11 0.000000000000E+00
+    0.860000000000E+02 0.881250000000E+01 0.642633911139E-08-0.489537274575E+00
+    0.571832060814E-06 0.924908672459E-02 0.771693885326E-05 0.515367445564E+04
+    0.324000000000E+06 0.223517417908E-07 0.395895421651E+00 0.162050127983E-06
+    0.890037571740E+00 0.193593750000E+03 0.692611773763E+00-0.896287333965E-08
+   -0.254296306748E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.860000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 18  0  0.0-0.299427192658E-03 0.454747350886E-11 0.000000000000E+00
+    0.540000000000E+02-0.673750000000E+02 0.420624663563E-08-0.218451109697E+00
+   -0.347569584847E-05 0.334121123888E-02 0.914372503758E-05 0.515368964767E+04
+    0.324000000000E+06-0.372529029846E-08-0.148393076893E+01-0.912696123123E-07
+    0.966138647758E+00 0.207906250000E+03-0.767348507511E+00-0.782246869436E-08
+    0.333585323739E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.540000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 18  0  0.0 0.293284654617E-03 0.113686837722E-11 0.000000000000E+00
+    0.111000000000E+03 0.137500000000E+02 0.379765818771E-08 0.209617173545E+01
+    0.543892383575E-06 0.396876875311E-02 0.303424894810E-05 0.515373347282E+04
+    0.324000000000E+06 0.596046447754E-07 0.275649314312E+01-0.931322574615E-07
+    0.995213034229E+00 0.333843750000E+03 0.152386354342E+01-0.790140055362E-08
+   -0.147148986489E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.111000000000E+03
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 18  0  0.0-0.132276210934E-03 0.568434188608E-11 0.000000000000E+00
+    0.180000000000E+02 0.321875000000E+02 0.397266547746E-08 0.180228901762E+01
+    0.153295695782E-05 0.437042012345E-02 0.366196036339E-05 0.515358918381E+04
+    0.324000000000E+06-0.102445483208E-06 0.273734151932E+01-0.372529029846E-07
+    0.988744107035E+00 0.324531250000E+03-0.212062425754E+01-0.798997567170E-08
+   -0.992898501065E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.931322574615E-08 0.180000000000E+02
+    0.316806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 18  0  0.0-0.276109203696E-03-0.454747350886E-11 0.000000000000E+00
+    0.790000000000E+02 0.429375000000E+02 0.478091342995E-08 0.210365529142E+01
+    0.247173011303E-05 0.143673748244E-02 0.263005495071E-05 0.515360241699E+04
+    0.324000000000E+06 0.353902578354E-07 0.268664531921E+01-0.931322574616E-08
+    0.956787197021E+00 0.324843750000E+03-0.559213310942E+00-0.845249493749E-08
+   -0.846463830045E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.790000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 18  0  0.0 0.629276037216E-04-0.306954461848E-11 0.000000000000E+00
+    0.780000000000E+02-0.487187500000E+02 0.418338854064E-08-0.273312132397E+01
+   -0.238046050072E-05 0.526573858224E-02 0.873021781445E-05 0.515379424858E+04
+    0.324000000000E+06-0.130385160446E-07-0.146705998363E+01 0.149011611938E-07
+    0.967626836285E+00 0.216718750000E+03-0.373042168921E+00-0.779996775711E-08
+    0.390730561211E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.780000000000E+02
+    0.321126000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 18  0  0.0 0.524725764990E-04 0.159161572810E-11 0.000000000000E+00
+    0.610000000000E+02-0.109687500000E+02 0.471841082646E-08 0.246162266885E+01
+   -0.374391674995E-06 0.438121368643E-02 0.748783349991E-05 0.515365341568E+04
+    0.324000000000E+06-0.100582838059E-06-0.424718424667E+00-0.391155481338E-07
+    0.959904947551E+00 0.231718750000E+03-0.268494262593E+01-0.794818821680E-08
+    0.235366946835E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.610000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 18  0  0.0-0.694529153407E-04 0.341060513165E-11 0.000000000000E+00
+    0.320000000000E+02 0.967500000000E+02 0.486270255108E-08-0.258594978733E+01
+    0.499002635479E-05 0.100624733605E-01 0.790506601334E-05 0.515376867485E+04
+    0.324000000000E+06 0.894069671631E-07 0.168376854578E+01-0.163912773132E-06
+    0.942883350030E+00 0.215656250000E+03-0.243609219558E+01-0.810569477758E-08
+   -0.814319633967E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.320000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 18  0  0.0 0.293375924230E-04-0.909494701773E-12 0.000000000000E+00
+    0.109000000000E+03-0.684375000000E+01 0.485377360772E-08 0.179448641238E+01
+   -0.406056642532E-06 0.540632929187E-02 0.724755227566E-05 0.515357897949E+04
+    0.324000000000E+06 0.987201929092E-07-0.368510818206E+00 0.316649675369E-07
+    0.957662730085E+00 0.237000000000E+03-0.379788130374E+00-0.808783689087E-08
+    0.832177520677E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.109000000000E+03
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 18  0  0.0 0.214795581996E-04-0.193267624127E-11 0.000000000000E+00
+    0.700000000000E+02 0.234062500000E+02 0.527736254696E-08-0.127689500650E+01
+    0.113993883133E-05 0.149364025565E-01 0.794790685177E-05 0.515362312698E+04
+    0.324000000000E+06 0.253319740295E-06 0.625093658597E+00-0.137835741043E-06
+    0.934613342466E+00 0.207062500000E+03-0.262882070697E+01-0.820498424758E-08
+   -0.156435087106E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.700000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 18  0  0.0 0.202413182706E-03-0.682121026330E-12 0.000000000000E+00
+    0.610000000000E+02 0.866875000000E+02 0.498770775805E-08 0.264368008231E+01
+    0.450201332569E-05 0.486068567261E-02 0.764802098274E-05 0.515366311455E+04
+    0.324000000000E+06 0.484287738800E-07 0.168957530066E+01-0.447034835815E-07
+    0.940545201711E+00 0.220468750000E+03-0.185358627372E+01-0.815783980677E-08
+   -0.142863093678E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.181607902050E-07 0.610000000000E+02
+    0.316806000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 18  0  0.0 0.388995744288E-03 0.341060513165E-12 0.000000000000E+00
+    0.490000000000E+02 0.215625000000E+02 0.439161149967E-08 0.125376185950E+01
+    0.122562050819E-05 0.589397700969E-02 0.263750553131E-05 0.515363036346E+04
+    0.324000000000E+06 0.856816768646E-07 0.270582128889E+01 0.409781932831E-07
+    0.970737150802E+00 0.327937500000E+03 0.287667423326E+01-0.823284293095E-08
+   -0.197865384745E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.490000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 18  0  0.0 0.177905429155E-03 0.306954461848E-11 0.000000000000E+00
+    0.320000000000E+02 0.292187500000E+02 0.485198781905E-08-0.264805419274E+01
+    0.157766044140E-05 0.680427462794E-02 0.906921923161E-05 0.515367243195E+04
+    0.324000000000E+06-0.949949026108E-07 0.656278136161E+00 0.800937414169E-07
+    0.951231088284E+00 0.199187500000E+03-0.642456312061E+00-0.791140097018E-08
+   -0.303226916332E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.139698386192E-08 0.320000000000E+02
+    0.316818000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 18  0  0.0 0.545033253729E-04 0.216004991671E-11 0.000000000000E+00
+    0.210000000000E+02 0.331250000000E+02 0.400516683128E-08 0.479565745530E+00
+    0.204518437386E-05 0.202961571049E-01 0.342167913914E-05 0.515486717415E+04
+    0.324000000000E+06-0.266358256340E-06 0.275423596585E+01 0.163912773132E-06
+    0.993069430608E+00 0.330343750000E+03 0.988929793764E+00-0.833999025121E-08
+   -0.212508851847E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.210000000000E+02
+    0.316848000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 18  0  0.0 0.372068025172E-04 0.318323145621E-11 0.000000000000E+00
+    0.131000000000E+03-0.106062500000E+03 0.407302680077E-08 0.259918222806E+01
+   -0.539235770702E-05 0.209257928655E-01 0.432319939136E-05 0.515512789917E+04
+    0.324000000000E+06 0.230967998505E-06-0.259419033611E+01-0.819563865662E-07
+    0.973807113649E+00 0.296343750000E+03-0.162522812626E+01-0.769246327912E-08
+   -0.229652423088E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.131000000000E+03
+    0.323208000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 18  0  0.0-0.238376669586E-04-0.113686837722E-12 0.000000000000E+00
+    0.320000000000E+02-0.611562500000E+02 0.407588406265E-08 0.293331490004E+01
+   -0.319629907608E-05 0.148163862759E-01 0.958144664764E-05 0.515364471436E+04
+    0.324000000000E+06 0.428408384323E-07-0.145879853560E+01-0.931322574615E-07
+    0.965820745419E+00 0.195906250000E+03-0.203512899602E+01-0.749924094491E-08
+    0.456090426568E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.320000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 18  0  0.0 0.280082691461E-03-0.466116034659E-11 0.000000000000E+00
+    0.910000000000E+02 0.791875000000E+02 0.458233372974E-08 0.430776928731E+00
+    0.413507223129E-05 0.133843320655E-01 0.725314021111E-05 0.515360610962E+04
+    0.324000000000E+06-0.949949026108E-07 0.173836473919E+01-0.150874257088E-06
+    0.964491586329E+00 0.249062500000E+03-0.118152797817E+01-0.831034615927E-08
+   -0.985755346381E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.325962901115E-08 0.910000000000E+02
+    0.316800000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 19 59 12.0 0.293306075037E-04-0.909494701773E-12 0.000000000000E+00
+    0.200000000000E+02-0.559375000000E+01 0.477305617252E-08 0.283769375992E+01
+   -0.230967998505E-06 0.540638377424E-02 0.725872814655E-05 0.515357914543E+04
+    0.331152000000E+06-0.800937414169E-07-0.368569257395E+00 0.968575477600E-07
+    0.957664032082E+00 0.234937500000E+03-0.379755870105E+00-0.801461919053E-08
+    0.225366530993E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.149011611938E-07 0.200000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 19 59 28.0 0.209650024772E-04-0.454747350886E-12 0.000000000000E+00
+    0.170000000000E+02-0.782812500000E+02 0.427839249794E-08 0.710721112318E+00
+   -0.425428152084E-05 0.237029406708E-02 0.540725886822E-05 0.515368033028E+04
+    0.331168000000E+06 0.186264514923E-08-0.253580214638E+01-0.149011611938E-07
+    0.966788891438E+00 0.274125000000E+03 0.290490845271E+01-0.810890919719E-08
+   -0.161792453591E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.170000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 19 59 44.0 0.293291639537E-03 0.113686837722E-11 0.000000000000E+00
+    0.100000000000E+01 0.204687500000E+02 0.388409035938E-08-0.313932273138E+01
+    0.127404928207E-05 0.396763870958E-02 0.352784991264E-05 0.515373572731E+04
+    0.331184000000E+06 0.163912773132E-06 0.275643598398E+01-0.931322574616E-08
+    0.995212048222E+00 0.327906250000E+03 0.152397823035E+01-0.792783022595E-08
+   -0.714315468392E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.100000000000E+01
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 19 59 44.0 0.629057176411E-04-0.306954461848E-11 0.000000000000E+00
+    0.000000000000E+00-0.624375000000E+02 0.417338812408E-08-0.168566018224E+01
+   -0.324845314026E-05 0.526655872818E-02 0.892020761967E-05 0.515379084587E+04
+    0.331184000000E+06-0.465661287308E-07-0.146711587296E+01 0.409781932831E-07
+    0.967629683123E+00 0.215281250000E+03-0.372731519730E+00-0.777675250439E-08
+    0.370372570361E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.000000000000E+00
+    0.326856000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 19 59 44.0 0.177918467671E-03 0.306954461848E-11 0.000000000000E+00
+    0.200000000000E+01 0.344062500000E+02 0.486484549748E-08-0.160006069951E+01
+    0.169686973095E-05 0.680358777754E-02 0.887550413609E-05 0.515367469788E+04
+    0.331184000000E+06-0.124797224999E-06 0.656220233864E+00-0.126659870148E-06
+    0.951228381886E+00 0.206156250000E+03-0.642600001338E+00-0.808605110220E-08
+   -0.231081054025E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.200000000000E+01
+    0.330480000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 20  0  0.0-0.999728217721E-04 0.133013600134E-10 0.000000000000E+00
+    0.126000000000E+03-0.708125000000E+02 0.435518141079E-08-0.338821775001E+00
+   -0.364892184734E-05 0.107795489021E-02 0.919960439205E-05 0.514149641037E+04
+    0.331200000000E+06 0.111758708954E-07-0.149564331386E+01-0.651925802231E-07
+    0.960007443981E+00 0.206593750000E+03-0.593945436531E+00-0.797211778499E-08
+    0.241795786051E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.485000000000E+01 0.630000000000E+02-0.116415321827E-07 0.126000000000E+03
+    0.324006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 20  0  0.0 0.153915025294E-03-0.454747350886E-12 0.000000000000E+00
+    0.500000000000E+02 0.319062500000E+02 0.502913805521E-08 0.249028256967E+01
+    0.163912773132E-05 0.904005998746E-02 0.864639878273E-05 0.515363548660E+04
+    0.331200000000E+06-0.130385160446E-07 0.593075785861E+00 0.247731804848E-06
+    0.941872088890E+00 0.197000000000E+03 0.276508867044E+01-0.808390815579E-08
+   -0.254296306748E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.500000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 20  0  0.0 0.373620539904E-03 0.522959453519E-11 0.000000000000E+00
+    0.930000000000E+02-0.110312500000E+02 0.538915305128E-08 0.213115228355E+01
+   -0.583007931709E-06 0.117438546149E-01 0.747665762901E-05 0.515374185371E+04
+    0.331200000000E+06-0.163912773132E-06-0.553600613608E+00-0.284984707832E-06
+    0.926356347557E+00 0.217500000000E+03 0.894352975266E+00-0.832784688825E-08
+    0.339657005220E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.419095158577E-08 0.930000000000E+02
+    0.330276000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 20  0  0.0-0.351262278855E-04-0.146656020661E-10 0.000000000000E+00
+    0.430000000000E+02 0.268437500000E+02 0.503092384389E-08-0.943870468634E+00
+    0.153668224812E-05 0.860123825259E-02 0.833161175251E-05 0.515371119881E+04
+    0.331200000000E+06 0.189989805222E-06 0.611515205549E+00 0.409781932831E-07
+    0.941086175651E+00 0.202562500000E+03 0.482961299814E+00-0.818105505950E-08
+   -0.176793078427E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.430000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 20  0  0.0-0.219545327127E-04-0.105728759081E-10 0.000000000000E+00
+    0.470000000000E+02-0.729062500000E+02 0.473019703169E-08-0.129513005653E+01
+   -0.368617475033E-05 0.948688900098E-02 0.909529626370E-05 0.515359432030E+04
+    0.331200000000E+06 0.651925802231E-07-0.158448722850E+01 0.286847352982E-06
+    0.945283183753E+00 0.194093750000E+03 0.129703898322E+01-0.812140971789E-08
+    0.238581366443E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.630000000000E+02-0.419095158577E-08 0.470000000000E+02
+    0.330078000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 20  0  0.0 0.607334077358E-04 0.178488335223E-10 0.000000000000E+00
+    0.450000000000E+02-0.318750000000E+01 0.525450458549E-08-0.165929089514E+01
+    0.147148966789E-06 0.588124769274E-02 0.742822885513E-05 0.515370294189E+04
+    0.331200000000E+06-0.745058059692E-08-0.486472117413E+00 0.109896063805E-06
+    0.933896509681E+00 0.222218750000E+03-0.141524664515E+01-0.830284584686E-08
+    0.315727437029E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.465661287308E-08 0.450000000000E+02
+    0.331146000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 20  0  0.0-0.196586363018E-03-0.136424205266E-11 0.000000000000E+00
+    0.620000000000E+02-0.800000000000E+02 0.386123226439E-08 0.179685341530E-01
+   -0.444427132606E-05 0.104795905063E-01 0.647455453873E-05 0.515366635513E+04
+    0.331200000000E+06 0.122934579849E-06-0.247661525898E+01-0.316649675369E-07
+    0.987951677959E+00 0.267062500000E+03 0.298461866612E+01-0.797247494272E-08
+   -0.154649298907E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.620000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 20  0  0.0 0.485153868794E-04 0.193267624127E-11 0.000000000000E+00
+    0.550000000000E+02-0.826562500000E+02 0.425660587615E-08-0.224525414739E+00
+   -0.417046248913E-05 0.203019120963E-01 0.546500086784E-05 0.515364473724E+04
+    0.331200000000E+06-0.257045030594E-06-0.257020471457E+01 0.189989805222E-06
+    0.975746442704E+00 0.282468750000E+03 0.146555292639E+01-0.844892336014E-08
+   -0.992898501065E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.558793544769E-08 0.550000000000E+02
+    0.324768000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 20  0  0.0-0.136420130730E-04-0.682121026330E-12 0.000000000000E+00
+    0.390000000000E+02 0.107437500000E+03 0.453697469749E-08-0.293342121615E+01
+    0.534206628799E-05 0.866014230996E-02 0.773184001446E-05 0.515357911491E+04
+    0.331200000000E+06-0.689178705216E-07 0.167742159523E+01-0.199303030968E-06
+    0.958827710268E+00 0.230843750000E+03 0.617012188989E+00-0.794104506212E-08
+   -0.113219001740E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.390000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 20  0  0.0 0.271061435342E-05-0.125055521494E-11 0.000000000000E+00
+    0.870000000000E+02 0.506250000000E+01 0.642312469178E-08 0.560668613070E+00
+    0.232830643654E-06 0.924857216887E-02 0.768899917602E-05 0.515367346001E+04
+    0.331200000000E+06-0.447034835815E-07 0.395830658267E+00 0.104308128357E-06
+    0.890035661169E+00 0.194468750000E+03 0.692600320578E+00-0.899108880065E-08
+   -0.262153776900E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.870000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 20  0  0.0-0.299394596368E-03 0.454747350886E-11 0.000000000000E+00
+    0.640000000000E+02-0.708750000000E+02 0.428517849489E-08 0.831863602961E+00
+   -0.376813113689E-05 0.334123836365E-02 0.931508839130E-05 0.515368942642E+04
+    0.331200000000E+06 0.409781932831E-07-0.148398711907E+01-0.111758708954E-07
+    0.966140660734E+00 0.201687500000E+03-0.767494708618E+00-0.787889961637E-08
+    0.295369446180E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.640000000000E+02
+    0.330378000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 20  0  0.0-0.132235232741E-03 0.568434188608E-11 0.000000000000E+00
+    0.190000000000E+02 0.404375000000E+02 0.400838125088E-08 0.285239714577E+01
+    0.206194818020E-05 0.436940626241E-02 0.316463410854E-05 0.515359120941E+04
+    0.331200000000E+06-0.596046447754E-07 0.273728399299E+01-0.106170773506E-06
+    0.988743457499E+00 0.329343750000E+03-0.212050375844E+01-0.798961851397E-08
+   -0.803604901941E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.190000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 20  0  0.0-0.276141799986E-03-0.454747350886E-11 0.000000000000E+00
+    0.800000000000E+02 0.372812500000E+02 0.481162899509E-08-0.312930807405E+01
+    0.197626650333E-05 0.143612222746E-02 0.274553894997E-05 0.515360343170E+04
+    0.331200000000E+06-0.465661287308E-07 0.268658423799E+01-0.372529029846E-08
+    0.956786932233E+00 0.326468750000E+03-0.559208449665E+00-0.841213611352E-08
+   -0.239295681911E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.800000000000E+02
+    0.328830000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 20  0  0.0 0.629057176411E-04-0.306954461848E-11 0.000000000000E+00
+    0.890000000000E+02-0.624375000000E+02 0.417338812408E-08-0.168332685570E+01
+   -0.324845314026E-05 0.526656198781E-02 0.892020761967E-05 0.515379085350E+04
+    0.331200000000E+06-0.465661287308E-07-0.146711597097E+01 0.409781932831E-07
+    0.967629687512E+00 0.215281250000E+03-0.372731319310E+00-0.777675250439E-08
+    0.370372570361E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.890000000000E+02
+    0.324006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 20  0  0.0 0.524842180312E-04 0.159161572810E-11 0.000000000000E+00
+    0.870000000000E+02-0.940625000000E+01 0.462554981557E-08-0.277135850472E+01
+   -0.450760126114E-06 0.438104337081E-02 0.769644975662E-05 0.515365371323E+04
+    0.331200000000E+06-0.391155481338E-07-0.424775465306E+00-0.521540641785E-07
+    0.959906802531E+00 0.232125000000E+03-0.268495239969E+01-0.791532970525E-08
+    0.240367155114E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.870000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 20  0  0.0-0.694277696312E-04 0.341060513165E-11 0.000000000000E+00
+    0.470000000000E+02 0.104031250000E+03 0.489056085435E-08-0.153589166611E+01
+    0.537559390068E-05 0.100623713806E-01 0.785291194916E-05 0.515376766014E+04
+    0.331200000000E+06 0.149011611938E-06 0.168370992080E+01-0.577419996262E-07
+    0.942883064761E+00 0.216937500000E+03-0.243602498327E+01-0.812426697976E-08
+   -0.328585115460E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.470000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 20  0  0.0 0.865231268108E-04-0.102318153950E-11 0.000000000000E+00
+    0.300000000000E+01 0.861250000000E+02 0.497592155282E-08-0.137063953725E+01
+    0.459514558315E-05 0.405036914162E-02 0.747852027416E-05 0.515364700127E+04
+    0.331200000000E+06 0.372529029846E-07 0.162987466275E+01 0.912696123123E-07
+    0.942511274372E+00 0.229343750000E+03 0.133804553373E+01-0.824605776712E-08
+   -0.900037490174E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.300000000000E+01
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 20  0  0.0 0.214655883610E-04-0.193267624127E-11 0.000000000000E+00
+    0.990000000000E+02 0.255000000000E+02 0.534736559638E-08-0.226685154347E+00
+    0.148266553879E-05 0.149365175748E-01 0.820122659206E-05 0.515362311935E+04
+    0.331200000000E+06 0.130385160446E-06 0.625034046148E+00 0.149011611938E-06
+    0.934610649234E+00 0.208437500000E+03-0.262881314368E+01-0.849213944598E-08
+   -0.244653047924E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.990000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 20  0  0.0 0.202408526093E-03-0.682121026330E-12 0.000000000000E+00
+    0.890000000000E+02 0.980937500000E+02 0.491127583047E-08-0.258935555863E+01
+    0.504963099956E-05 0.485839729663E-02 0.823661684990E-05 0.515366738129E+04
+    0.331200000000E+06 0.763684511185E-07 0.168951620462E+01 0.391155481338E-07
+    0.940544315183E+00 0.207906250000E+03-0.185354690367E+01-0.816748269017E-08
+   -0.796461716024E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.181607902050E-07 0.890000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 20  0  0.0 0.388998538256E-03 0.341060513165E-12 0.000000000000E+00
+    0.500000000000E+02 0.273750000000E+02 0.445697136503E-08 0.230375524367E+01
+    0.158883631229E-05 0.589404266793E-02 0.349618494511E-05 0.515363264465E+04
+    0.331200000000E+06 0.167638063431E-07 0.270576141750E+01 0.199303030968E-06
+    0.970736069705E+00 0.319812500000E+03 0.287688683768E+01-0.821498504424E-08
+   -0.732173355102E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.200234353542E-07 0.500000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 20  0  0.0 0.177927780896E-03 0.306954461848E-11 0.000000000000E+00
+    0.330000000000E+02 0.344062500000E+02 0.486484549748E-08-0.159772585153E+01
+    0.169686973095E-05 0.680359080434E-02 0.887550413609E-05 0.515367467880E+04
+    0.331200000000E+06-0.124797224999E-06 0.656220108053E+00-0.126659870148E-06
+    0.951228390663E+00 0.206156250000E+03-0.642601040010E+00-0.808605110220E-08
+   -0.231081054025E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.139698386192E-08 0.330000000000E+02
+    0.324018000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 20  0  0.0 0.335163436830E-03 0.218278728425E-10 0.000000000000E+00
+    0.200000000000E+02-0.674687500000E+02 0.430660795894E-08-0.109778918680E+01
+   -0.351667404175E-05 0.116477749543E-01 0.540725886822E-05 0.515366583061E+04
+    0.331200000000E+06-0.212341547012E-06-0.263036482578E+01-0.670552253723E-07
+    0.969130269880E+00 0.278718750000E+03-0.121169842675E+01-0.830177437365E-08
+   -0.796461747257E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.745058059692E-08 0.200000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 20  0  0.0 0.545182265341E-04 0.216004991671E-11 0.000000000000E+00
+    0.230000000000E+02 0.275625000000E+02 0.407124101210E-08 0.152898282482E+01
+    0.119581818581E-05 0.202962199692E-01 0.379048287869E-05 0.515486826897E+04
+    0.331200000000E+06-0.486150383949E-06 0.275417540104E+01-0.122934579849E-06
+    0.993068375844E+00 0.330968750000E+03 0.988961527383E+00-0.817855495536E-08
+   -0.107147320259E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.230000000000E+02
+    0.328890000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 20  0  0.0 0.372296199202E-04 0.318323145621E-11 0.000000000000E+00
+    0.132000000000E+03-0.994687500000E+02 0.399588073019E-08-0.263473053906E+01
+   -0.498071312904E-05 0.209233949427E-01 0.514462590218E-05 0.515513226509E+04
+    0.331200000000E+06 0.230967998505E-06-0.259424681206E+01 0.175088644028E-06
+    0.973806072052E+00 0.279093750000E+03-0.162521270125E+01-0.769496338325E-08
+   -0.321441960777E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.132000000000E+03
+    0.330660000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 20  0  0.0-0.238385982811E-04-0.113686837722E-12 0.000000000000E+00
+    0.370000000000E+02-0.537812500000E+02 0.408624163694E-08-0.229973478930E+01
+   -0.289827585220E-05 0.148170168977E-01 0.906549394131E-05 0.515364309883E+04
+    0.331200000000E+06 0.726431608200E-07-0.145885223933E+01-0.188127160072E-06
+    0.965823902396E+00 0.204906250000E+03-0.203506970103E+01-0.750709841507E-08
+    0.393587823084E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.370000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 20  0  0.0 0.497233122587E-05 0.409272615798E-11 0.000000000000E+00
+    0.160000000000E+02-0.981250000000E+01 0.468233789531E-08-0.198709555405E+00
+   -0.495463609695E-06 0.338310457300E-02 0.768527388573E-05 0.515370235443E+04
+    0.331200000000E+06-0.102445483208E-06-0.416583505884E+00-0.223517417908E-07
+    0.960117287184E+00 0.232218750000E+03-0.133973788126E+01-0.797318925819E-08
+    0.210008747707E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.160000000000E+02
+    0.324450000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 20  0  0.0 0.136333052069E-03 0.261479726760E-11 0.000000000000E+00
+    0.360000000000E+02-0.734687500000E+02 0.446697178159E-08-0.183975694631E+01
+   -0.370852649212E-05 0.112445572158E-01 0.888854265213E-05 0.515362211227E+04
+    0.331200000000E+06 0.253319740295E-06-0.153085999156E+01 0.163912773132E-06
+    0.951161152023E+00 0.200656250000E+03 0.141267551542E+01-0.784854120896E-08
+    0.260010830495E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.360000000000E+02
+    0.324000000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 20  0  0.0-0.565056689084E-04-0.113686837722E-11 0.000000000000E+00
+    0.160000000000E+02-0.830937500000E+02 0.420731810883E-08 0.594975270880E+00
+   -0.449270009995E-05 0.717758538667E-02 0.531785190105E-05 0.515367997551E+04
+    0.331200000000E+06 0.372529029846E-07-0.253818885773E+01-0.111758708954E-06
+    0.972184349826E+00 0.286750000000E+03-0.115800803856E+01-0.814676791701E-08
+   -0.185364864048E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.130385160446E-07 0.160000000000E+02
+    0.324006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 20  0  0.0 0.280048698187E-03-0.466116034659E-11 0.000000000000E+00
+    0.116000000000E+03 0.801562500000E+02 0.455483258420E-08 0.148113976554E+01
+    0.402890145779E-05 0.133834894514E-01 0.762939453125E-05 0.515360228157E+04
+    0.331200000000E+06 0.266358256340E-06 0.173830567534E+01-0.242143869400E-06
+    0.964492526985E+00 0.233718750000E+03-0.118166728308E+01-0.796354599937E-08
+   -0.689314426998E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.325962901115E-08 0.116000000000E+03
+    0.324006000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 21 59 28.0 0.177941285074E-03 0.306954461848E-11 0.000000000000E+00
+    0.500000000000E+01 0.329062500000E+02 0.484198740250E-08-0.552276603989E+00
+    0.157020986080E-05 0.680338428356E-02 0.847503542900E-05 0.515367376900E+04
+    0.338368000000E+06-0.558793544769E-08 0.656161512332E+00-0.782310962677E-07
+    0.951227040390E+00 0.209375000000E+03-0.642534486015E+00-0.812498129523E-08
+   -0.151077721565E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.500000000000E+01
+    0.338399000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 21 59 44.0-0.998754985631E-04 0.131876731757E-10 0.000000000000E+00
+    0.440000000000E+02-0.740937500000E+02 0.448375819510E-08 0.716956635322E+00
+   -0.397861003876E-05 0.107778923120E-02 0.926479697228E-05 0.514149601746E+04
+    0.338384000000E+06 0.372529029846E-08-0.149570066756E+01 0.391155481338E-07
+    0.960008637722E+00 0.200593750000E+03-0.594415258524E+00-0.806462163815E-08
+    0.202508435289E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.440000000000E+02
+    0.337968000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+16 09  4  1 21 59 44.0 0.628838315606E-04-0.306954461848E-11 0.000000000000E+00
+    0.100000000000E+01-0.704687500000E+02 0.413410077332E-08-0.635432906731E+00
+   -0.366754829884E-05 0.526738958433E-02 0.913627445698E-05 0.515379257584E+04
+    0.338384000000E+06 0.130385160446E-07-0.146717115078E+01-0.128522515297E-06
+    0.967631859945E+00 0.209250000000E+03-0.372852451853E+00-0.779568186430E-08
+    0.225366530278E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.977888703346E-08 0.100000000000E+01
+    0.331206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 21 59 44.0 0.177940353751E-03 0.306954461848E-11 0.000000000000E+00
+    0.300000000000E+01 0.329062500000E+02 0.484198740250E-08-0.549943214542E+00
+    0.157020986080E-05 0.680338428356E-02 0.847503542900E-05 0.515367377663E+04
+    0.338384000000E+06-0.558793544769E-08 0.656161383595E+00-0.782310962677E-07
+    0.951227037464E+00 0.209375000000E+03-0.642534158321E+00-0.812498129523E-08
+   -0.151077721565E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.300000000000E+01
+    0.334500000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 21 59 44.0 0.136350281537E-03 0.261479726760E-11 0.000000000000E+00
+    0.100000000000E+01-0.675937500000E+02 0.469662420468E-08-0.791933894746E+00
+   -0.345148146152E-05 0.112448313739E-01 0.923313200474E-05 0.515362106323E+04
+    0.338384000000E+06-0.149011611938E-06-0.153091804600E+01 0.145286321640E-06
+    0.951161200299E+00 0.195656250000E+03 0.141273255752E+01-0.825820113008E-08
+    0.271082720255E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.100000000000E+01
+    0.338328000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 22  0  0.0-0.998768955469E-04 0.133013600134E-10 0.000000000000E+00
+    0.127000000000E+03-0.741250000000E+02 0.448411535283E-08 0.719280040352E+00
+   -0.398047268391E-05 0.107782229316E-02 0.926479697228E-05 0.514149600983E+04
+    0.338400000000E+06 0.372529029846E-08-0.149570079337E+01 0.391155481338E-07
+    0.960008640648E+00 0.200593750000E+03-0.594388400811E+00-0.806462163815E-08
+    0.202151277555E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.400000000000E+01 0.630000000000E+02-0.116415321827E-07 0.127000000000E+03
+    0.334998000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 2 09  4  1 22  0  0.0 0.153911300003E-03-0.454747350886E-12 0.000000000000E+00
+    0.530000000000E+02 0.270000000000E+02 0.485770234280E-08-0.274270960358E+01
+    0.167638063431E-05 0.903932203073E-02 0.872835516930E-05 0.515363686943E+04
+    0.338400000000E+06-0.135973095894E-06 0.593017592443E+00 0.102445483208E-06
+    0.941871009257E+00 0.199593750000E+03 0.276510262229E+01-0.798247535928E-08
+   -0.174292974288E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.172294676304E-07 0.530000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 3 09  4  1 22  0  0.0 0.373658258468E-03 0.522959453519E-11 0.000000000000E+00
+    0.940000000000E+02-0.155937500000E+02 0.527521973408E-08-0.310184231230E+01
+   -0.812113285065E-06 0.117447203957E-01 0.774860382080E-05 0.515373995781E+04
+    0.338400000000E+06 0.577419996262E-07-0.553658998668E+00-0.106170773506E-06
+    0.926359623031E+00 0.211875000000E+03 0.894307605787E+00-0.808676541767E-08
+    0.293940815243E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.419095158577E-08 0.940000000000E+02
+    0.331206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 4 09  4  1 22  0  0.0-0.352319329977E-04-0.146656020661E-10 0.000000000000E+00
+    0.670000000000E+02 0.227812500000E+02 0.501342311491E-08 0.106325623312E+00
+    0.134669244289E-05 0.860121904407E-02 0.860728323460E-05 0.515371139717E+04
+    0.338400000000E+06 0.558793544769E-07 0.611455835944E+00 0.108033418655E-06
+    0.941084329448E+00 0.203812500000E+03 0.482926369719E+00-0.829855995405E-08
+   -0.191793703263E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.605359673500E-08 0.670000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 5 09  4  1 22  0  0.0-0.220304355025E-04-0.105728759081E-10 0.000000000000E+00
+    0.620000000000E+02-0.631250000000E+02 0.475948396590E-08-0.244841726138E+00
+   -0.328384339809E-05 0.948794966098E-02 0.917911529541E-05 0.515359648323E+04
+    0.338400000000E+06-0.117346644402E-06-0.158454682047E+01 0.152736902237E-06
+    0.945284400901E+00 0.193750000000E+03 0.129698182116E+01-0.827891627866E-08
+    0.262868092368E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.630000000000E+02-0.419095158577E-08 0.620000000000E+02
+    0.338058000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 6 09  4  1 22  0  0.0 0.608623959124E-04 0.178488335223E-10 0.000000000000E+00
+    0.520000000000E+02-0.108437500000E+02 0.521235997286E-08-0.609313592837E+00
+   -0.510364770889E-06 0.588078238070E-02 0.781565904617E-05 0.515370062637E+04
+    0.338400000000E+06-0.949949026108E-07-0.486531895172E+00 0.113621354103E-06
+    0.933898727465E+00 0.218250000000E+03-0.141505505262E+01-0.830284584686E-08
+    0.291083553370E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.465661287308E-08 0.520000000000E+02
+    0.331266000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+ 7 09  4  1 22  0  0.0 0.209612771869E-04-0.454747350886E-12 0.000000000000E+00
+    0.520000000000E+02-0.772500000000E+02 0.440768359771E-08 0.176581652276E+01
+   -0.384449958801E-05 0.237071816810E-02 0.512041151524E-05 0.515367951965E+04
+    0.338400000000E+06 0.614672899246E-07-0.253586114441E+01-0.186264514923E-08
+    0.966787770843E+00 0.283500000000E+03 0.290465568241E+01-0.813712465819E-08
+   -0.116433421348E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.520000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 8 09  4  1 22  0  0.0-0.196596607566E-03-0.136424205266E-11 0.000000000000E+00
+    0.640000000000E+02-0.710937500000E+02 0.384051711581E-08 0.106805470682E+01
+   -0.368058681488E-05 0.104815667728E-01 0.558421015739E-05 0.515367054748E+04
+    0.338400000000E+06 0.100582838059E-06-0.247667210651E+01 0.912696123123E-07
+    0.987950787041E+00 0.280156250000E+03 0.298471136393E+01-0.788389982464E-08
+   -0.202151277555E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.465661287308E-08 0.640000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 9 09  4  1 22  0  0.0 0.485298223793E-04 0.193267624127E-11 0.000000000000E+00
+    0.560000000000E+02-0.803750000000E+02 0.433875215501E-08 0.825676805370E+00
+   -0.430457293987E-05 0.203023870708E-01 0.606104731560E-05 0.515364554024E+04
+    0.338400000000E+06-0.333413481712E-06-0.257026501459E+01-0.372529029846E-07
+    0.975745086579E+00 0.278187500000E+03 0.146554684504E+01-0.842035074141E-08
+   -0.213223167315E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.558793544769E-08 0.560000000000E+02
+    0.336720000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+10 09  4  1 22  0  0.0-0.136462040246E-04-0.682121026330E-12 0.000000000000E+00
+    0.400000000000E+02 0.922500000000E+02 0.458840541122E-08-0.188331696766E+01
+    0.453554093838E-05 0.866231240798E-02 0.688806176186E-05 0.515357461929E+04
+    0.338400000000E+06 0.115483999252E-06 0.167736320285E+01-0.651925802231E-07
+    0.958827413296E+00 0.242718750000E+03 0.617149698899E+00-0.800461913880E-08
+    0.553594488004E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.279396772385E-08 0.400000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+11 09  4  1 22  0  0.0 0.270176678896E-05-0.125055521494E-11 0.000000000000E+00
+    0.910000000000E+02 0.693750000000E+01 0.638990904633E-08 0.161092441255E+01
+    0.346451997757E-06 0.924828578718E-02 0.739283859730E-05 0.515367225647E+04
+    0.338400000000E+06-0.171363353729E-06 0.395765716408E+00 0.894069671631E-07
+    0.890033896890E+00 0.198437500000E+03 0.692539739677E+00-0.894394425188E-08
+   -0.213223161349E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.910000000000E+02
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+12 09  4  1 22  0  0.0-0.299361534417E-03 0.454747350886E-11 0.000000000000E+00
+    0.660000000000E+02-0.599687500000E+02 0.422731894194E-08 0.188162165335E+01
+   -0.311993062496E-05 0.334115151782E-02 0.930950045586E-05 0.515369192314E+04
+    0.338400000000E+06-0.745058059692E-08-0.148404318687E+01 0.875443220139E-07
+    0.966142942886E+00 0.200093750000E+03-0.767083805651E+00-0.779353891789E-08
+    0.240724312848E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.121071934700E-07 0.660000000000E+02
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+13 09  4  1 22  0  0.0 0.293300021440E-03 0.113686837722E-11 0.000000000000E+00
+    0.200000000000E+01 0.332812500000E+02 0.395195032888E-08-0.208713957683E+01
+    0.181794166565E-05 0.396885164082E-02 0.359304249287E-05 0.515373266792E+04
+    0.338400000000E+06 0.298023223877E-07 0.275637838451E+01 0.745058059692E-07
+    0.995212176959E+00 0.329906250000E+03 0.152426818949E+01-0.787818530090E-08
+    0.410731394325E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.111758708954E-07 0.200000000000E+01
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+14 09  4  1 22  0  0.0-0.132194254547E-03 0.568434188608E-11 0.000000000000E+00
+    0.370000000000E+02 0.418437500000E+02 0.411517141341E-08-0.238062737261E+01
+    0.230967998505E-05 0.436964130495E-02 0.318884849548E-05 0.515359067154E+04
+    0.338400000000E+06 0.763684511185E-07 0.273722557428E+01-0.204890966415E-07
+    0.988743192711E+00 0.333281250000E+03-0.212043624038E+01-0.804104922769E-08
+    0.439304013061E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.931322574616E-08 0.370000000000E+02
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+15 09  4  1 22  0  0.0-0.276174396277E-03-0.454747350886E-11 0.000000000000E+00
+    0.840000000000E+02 0.326250000000E+02 0.483520140555E-08-0.207979540769E+01
+    0.171177089214E-05 0.143717718311E-02 0.326707959175E-05 0.515360073853E+04
+    0.338400000000E+06-0.111758708954E-07 0.268652380484E+01-0.298023223877E-07
+    0.956786961492E+00 0.315968750000E+03-0.558494655361E+00-0.837284876276E-08
+   -0.178578867098E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.977888703346E-08 0.840000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+17 09  4  1 22  0  0.0 0.524958595633E-04 0.159161572810E-11 0.000000000000E+00
+    0.880000000000E+02-0.868750000000E+01 0.462447834237E-08-0.172117936214E+01
+   -0.471249222755E-06 0.438101717737E-02 0.765360891819E-05 0.515365365028E+04
+    0.338400000000E+06-0.745058059692E-08-0.424832412318E+00-0.106170773506E-06
+    0.959908519997E+00 0.232750000000E+03-0.268493779830E+01-0.792640159501E-08
+    0.217866217860E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.102445483208E-07 0.880000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+18 09  4  1 22  0  0.0-0.694030895829E-04 0.341060513165E-11 0.000000000000E+00
+    0.480000000000E+02 0.101593750000E+03 0.493699135979E-08-0.485656622508E+00
+    0.537373125553E-05 0.100634283153E-01 0.743754208088E-05 0.515377048302E+04
+    0.338400000000E+06 0.186264514923E-07 0.168365107492E+01 0.154599547386E-06
+    0.942881522846E+00 0.228531250000E+03-0.243613447245E+01-0.836999150088E-08
+   -0.100718481043E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.480000000000E+02
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+19 09  4  1 22  0  0.0 0.293240882456E-04-0.909494701773E-12 0.000000000000E+00
+    0.210000000000E+02-0.378125000000E+01 0.468233789531E-08-0.238829088506E+01
+   -0.465661287308E-07 0.540729996283E-02 0.789575278759E-05 0.515357736397E+04
+    0.338400000000E+06-0.465661287308E-07-0.368627178710E+00 0.186264514923E-07
+    0.957666055298E+00 0.228562500000E+03-0.379714143292E+00-0.794818821680E-08
+    0.246795994329E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.149011611938E-07 0.210000000000E+02
+    0.334626000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+20 09  4  1 22  0  0.0 0.865156762302E-04-0.102318153949E-11 0.000000000000E+00
+    0.390000000000E+02 0.808750000000E+02 0.500485132929E-08-0.320825616566E+00
+    0.412762165070E-05 0.404968461953E-02 0.820495188236E-05 0.515364391518E+04
+    0.338400000000E+06-0.242143869400E-07 0.162981493912E+01 0.558793544769E-07
+    0.942510453675E+00 0.216312500000E+03 0.133843399846E+01-0.829677416538E-08
+   -0.839320675361E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.651925802231E-08 0.390000000000E+02
+    0.331206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+21 09  4  1 22  0  0.0 0.214516185224E-04-0.193267624127E-11 0.000000000000E+00
+    0.101000000000E+03 0.330937500000E+02 0.522093175848E-08 0.823501539813E+00
+    0.183098018169E-05 0.149375732290E-01 0.833719968796E-05 0.515362534714E+04
+    0.338400000000E+06-0.949949026108E-07 0.624974242057E+00 0.227242708206E-06
+    0.934608883491E+00 0.206218750000E+03-0.262878355470E+01-0.835141929871E-08
+   -0.393230665350E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.116415321827E-07 0.101000000000E+03
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+22 09  4  1 22  0  0.0 0.202403869480E-03-0.682121026330E-12 0.000000000000E+00
+    0.900000000000E+02 0.103843750000E+03 0.493091967831E-08-0.153926806933E+01
+    0.543333590031E-05 0.485910626594E-02 0.799261033535E-05 0.515366595268E+04
+    0.338400000000E+06 0.391155481338E-07 0.168945744797E+01 0.108033418655E-06
+    0.940543664185E+00 0.213687500000E+03-0.185344585699E+01-0.820141305035E-08
+   -0.817891211309E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.181607902050E-07 0.900000000000E+02
+    0.331218000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+23 09  4  1 22  0  0.0 0.389001332223E-03 0.341060513165E-12 0.000000000000E+00
+    0.510000000000E+02 0.447812500000E+02 0.449304429619E-08-0.292907887592E+01
+    0.237300992012E-05 0.589650974143E-02 0.386126339436E-05 0.515362775803E+04
+    0.338400000000E+06-0.106170773506E-06 0.270570222052E+01 0.614672899246E-07
+    0.970736353511E+00 0.312875000000E+03 0.287674319375E+01-0.810355183117E-08
+    0.142863093678E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.240000000000E+01 0.000000000000E+00-0.200234353542E-07 0.510000000000E+02
+    0.331206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+25 09  4  1 22  0  0.0 0.335320830345E-03 0.218278728425E-10 0.000000000000E+00
+    0.370000000000E+02-0.682187500000E+02 0.445482841863E-08-0.476782776488E-01
+   -0.351294875145E-05 0.116455898387E-01 0.474788248539E-05 0.515366140556E+04
+    0.338400000000E+06-0.106170773506E-06-0.263042485516E+01-0.135973095894E-06
+    0.969129810524E+00 0.296312500000E+03-0.121162385743E+01-0.833999025121E-08
+   -0.764317551180E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.745058059692E-08 0.370000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+26 09  4  1 22  0  0.0 0.545335933566E-04 0.216004991671E-11 0.000000000000E+00
+    0.370000000000E+02 0.230625000000E+02 0.388516183259E-08 0.257840603959E+01
+    0.858679413795E-06 0.202962980839E-01 0.319443643093E-05 0.515486896896E+04
+    0.338400000000E+06 0.782310962677E-07 0.275411821119E+01-0.335276126862E-06
+    0.993070381505E+00 0.333156250000E+03 0.988984979423E+00-0.764067540766E-08
+   -0.485734518507E-10 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.651925802231E-08 0.370000000000E+02
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+27 09  4  1 22  0  0.0 0.372529029846E-04 0.318323145621E-11 0.000000000000E+00
+    0.133000000000E+03-0.655312500000E+02 0.421874715632E-08-0.158563160202E+01
+   -0.306405127049E-05 0.209260759875E-01 0.574998557568E-05 0.515512335777E+04
+    0.338400000000E+06 0.121071934700E-06-0.259430202990E+01 0.506639480591E-06
+    0.973804680817E+00 0.270187500000E+03-0.162502242973E+01-0.793747348477E-08
+   -0.115719105880E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.280000000000E+01 0.000000000000E+00-0.419095158577E-08 0.133000000000E+03
+    0.331200000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+28 09  4  1 22  0  0.0-0.238395296037E-04-0.113686837722E-12 0.000000000000E+00
+    0.380000000000E+02-0.513750000000E+02 0.429375028050E-08-0.124953407892E+01
+   -0.263750553131E-05 0.148176362272E-01 0.867992639542E-05 0.515364293098E+04
+    0.338400000000E+06 0.244006514549E-06-0.145890576311E+01 0.303611159325E-06
+    0.965824268126E+00 0.214093750000E+03-0.203507346365E+01-0.792890169915E-08
+    0.140362989539E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.107102096081E-07 0.380000000000E+02
+    0.337950000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+29 09  4  1 22  0  0.0 0.500213354826E-05 0.409272615798E-11 0.000000000000E+00
+    0.390000000000E+02-0.110937500000E+02 0.471626788006E-08 0.851442768958E+00
+   -0.616535544395E-06 0.338334951084E-02 0.774674117565E-05 0.515370281982E+04
+    0.338400000000E+06 0.149011611938E-07-0.416640643075E+00-0.465661287308E-07
+    0.960118287821E+00 0.230937500000E+03-0.133972599651E+01-0.802497712965E-08
+    0.125362364703E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.884756445885E-08 0.390000000000E+02
+    0.333990000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 22  0  0.0 0.136351212859E-03 0.261479726760E-11 0.000000000000E+00
+    0.610000000000E+02-0.675937500000E+02 0.469662420468E-08-0.789600451171E+00
+   -0.345148146152E-05 0.112448376603E-01 0.923313200474E-05 0.515362106705E+04
+    0.338400000000E+06-0.149011611938E-06-0.153091818791E+01 0.145286321640E-06
+    0.951161195910E+00 0.195656250000E+03 0.141273291886E+01-0.825820113008E-08
+    0.271082720255E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.610000000000E+02
+    0.332298000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+31 09  4  1 22  0  0.0-0.565140508115E-04-0.113686837722E-11 0.000000000000E+00
+    0.330000000000E+02-0.915625000000E+02 0.424160525131E-08 0.164504354475E+01
+   -0.486895442009E-05 0.717854034156E-02 0.447966158390E-05 0.515368205833E+04
+    0.338400000000E+06 0.134110450745E-06-0.253824722085E+01-0.428408384323E-07
+    0.972183344801E+00 0.294031250000E+03-0.115790274942E+01-0.806176437627E-08
+   -0.201436962087E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.130385160446E-07 0.330000000000E+02
+    0.332688000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+32 09  4  1 22  0  0.0 0.280015170574E-03-0.466116034659E-11 0.000000000000E+00
+    0.117000000000E+03 0.102468750000E+03 0.434268089009E-08 0.253116350526E+01
+    0.511668622494E-05 0.133814828005E-01 0.813789665699E-05 0.515360838699E+04
+    0.338400000000E+06 0.217929482460E-06 0.173824994986E+01 0.279396772385E-07
+    0.964492155404E+00 0.221125000000E+03-0.118146846374E+01-0.779103881375E-08
+   -0.158220876249E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.340000000000E+01 0.000000000000E+00-0.325962901115E-08 0.117000000000E+03
+    0.331206000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+24 09  4  1 23 59 28.0 0.177963636815E-03 0.306954461848E-11 0.000000000000E+00
+    0.340000000000E+02 0.274375000000E+02 0.476019828137E-08 0.497911961243E+00
+    0.153854489327E-05 0.680416496471E-02 0.845268368721E-05 0.515367526054E+04
+    0.345568000000E+06 0.633299350738E-07 0.656103020479E+00-0.819563865662E-07
+    0.951225823242E+00 0.210343750000E+03-0.642540680010E+00-0.812998150351E-08
+   -0.173578658819E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.139698386192E-08 0.340000000000E+02
+    0.338400000000E+06 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00
+ 1 09  4  1 23 59 44.0-0.997805036604E-04 0.131876731757E-10 0.000000000000E+00
+    0.450000000000E+02-0.616875000000E+02 0.450697344782E-08 0.177309258721E+01
+   -0.310130417347E-05 0.107803847641E-02 0.921078026295E-05 0.514149909019E+04
+    0.345584000000E+06-0.130385160446E-07-0.149575882733E+01 0.223517417908E-07
+    0.960010062604E+00 0.199531250000E+03-0.592891445017E+00-0.807640784338E-08
+    0.203222750758E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.630000000000E+02-0.116415321827E-07 0.450000000000E+02
+    0.339528000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
+30 09  4  1 23 59 44.0 0.136368907988E-03 0.261479726760E-11 0.000000000000E+00
+    0.370000000000E+02-0.603125000000E+02 0.468590947265E-08 0.258332329493E+00
+   -0.307895243168E-05 0.112451773603E-01 0.917352735996E-05 0.515362200165E+04
+    0.345584000000E+06-0.236555933952E-06-0.153097697673E+01-0.111758708954E-07
+    0.951162989448E+00 0.198750000000E+03 0.141267942727E+01-0.823712882376E-08
+    0.162506769059E-09 0.100000000000E+01 0.152500000000E+04 0.000000000000E+00
+    0.200000000000E+01 0.000000000000E+00-0.791624188423E-08 0.370000000000E+02
+    0.338418000000E+06 0.400000000000E+01 0.000000000000E+00 0.000000000000E+00
diff --git a/util/simobs/simobs.c b/util/simobs/simobs.c
new file mode 100644
index 0000000..8781542
--- /dev/null
+++ b/util/simobs/simobs.c
@@ -0,0 +1,259 @@
+/*------------------------------------------------------------------------------
+* simobs.c : observation data simulator
+*
+*          Copyright (C) 2009 by T.TAKASU, All rights reserved.
+*
+* version : $Revision: 1.1 $ $Date: 2008/07/17 21:55:16 $
+* history : 2009/03/23  1.0 new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+static const char rcsid[]="$Id:$";
+
+#define PROGNAME    "SIMOBS"            /* program name */
+
+/* simulation parameters -----------------------------------------------------*/
+
+static double minel     =5.0;           /* minimum elevation angle (deg) */
+static double slipthres =35.0;          /* slip threashold (dBHz) */
+static double errion    =0.005;         /* ionosphere error (m/10km) */
+static double erreph    =1.2;           /* ephemeris error (m) */
+
+static double errcp1    =0.002;         /* carrier-phase meas error (m) */
+static double errcp2    =0.002;         /* carrier-phase meas error/sin(el) (m) */
+static double errpr1    =0.2;           /* pseudorange error (m) */
+static double errpr2    =0.2;           /* pseudorange error/sin(el) (m) */
+
+static int gpsblock[]={                 /* gps block flag (1:block IIF) */
+    1,1,1,1,1, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0,
+    0,0,0,0,0, 0,0,0,0,0, 0,0
+};
+/* generate random number with normal distribution ---------------------------*/
+static double randn(double myu, double sig)
+{
+    double a,b;
+    a=((double)rand()+1.0)/((double)RAND_MAX+1.0);  /* 0<a<=1 */
+    b=((double)rand()+1.0)/((double)RAND_MAX+1.0);  /* 0<b<=1 */
+    return myu+sqrt(-2.0*log(a))*sin(2.0*PI*b)*sig;
+}
+/* generate snr --------------------------------------------------------------*/
+static void snrmodel(const double *azel, double *snr)
+{
+    /* snr and snr deviation pattern (dbHz) by elevation (5 deg interval) */
+    double snrs[]={40,42,44,45,46,47,48,49,49,50,50,51,51,51,51,51,51,51,51};
+    double sdvs[]={ 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
+    double loss[]={ 0, 3, 0, 3};
+    int i,j;
+    for (i=0;i<NFREQ;i++) {
+        j=(int)(azel[1]*R2D/5.0);
+        if (snr[i]==0.0) {
+            snr[i]=snrs[j]+randn(0.0,sdvs[j])-loss[i];
+        }
+        else {
+            snr[i]=0.5*snr[i]+0.5*(snrs[j]+randn(0.0,sdvs[j])-loss[i]);
+        }
+    }
+}
+/* generate error ------------------------------------------------------------*/
+static void errmodel(const double *azel, double *snr, double *ecp, double *epr)
+{
+    int i;
+    double ec,ep;
+    
+    for (i=0;i<NFREQ;i++) {
+        ec=randn(0.0,errcp1)+randn(0.0,errcp2)/sin(azel[1]);
+        ep=randn(0.0,errpr1)+randn(0.0,errpr2)/sin(azel[1]);
+        
+        ecp[i]=0.5*ecp[i]+0.5*ec; /* filter */
+        epr[i]=0.5*epr[i]+0.5*ep; /* filter */
+    }
+}
+/* generate simulated observation data ---------------------------------------*/
+static int simobs(gtime_t ts, gtime_t te, double tint, const double *rr,
+                  nav_t *nav, obs_t *obs, int opt)
+{
+    gtime_t time;
+    obsd_t data[MAXSAT]={{{0}}};
+    double pos[3],rs[3*MAXSAT],dts[MAXSAT],r,e[3],azel[2];
+    double ecp[MAXSAT][NFREQ]={{0}},epr[MAXSAT][NFREQ]={{0}};
+    double snr[MAXSAT][NFREQ]={{0}},ers[MAXSAT][3]={{0}};
+    double iono,trop,fact,cp,pr,dtr=0.0,rref[3],bl;
+    int i,j,k,n,ns,amb[MAXSAT][NFREQ]={{0}},sys,prn;
+    char s[64];
+    
+    double pref[]={36.106114294,140.087190410,70.3010}; /* ref station */
+    
+    trace(3,"simobs:nnav=%d ngnav=%d\n",nav->n,nav->ng);
+    
+    for (i=0;i<2;i++) pref[i]*=D2R;
+    pos2ecef(pref,rref);
+    for (i=0;i<3;i++) rref[i]-=rr[i];
+    bl=norm(rref,3)/1E4; /* baseline (10km) */
+    srand(0);
+    
+    /* ephemeris error */
+    for (i=0;i<MAXSAT;i++) {
+        data[i].sat=i+1;
+        data[i].P[0]=2E7;
+        for (j=0;j<3;j++) ers[i][j]=randn(0.0,erreph);
+    }
+    srand(tickget());
+    
+    ecef2pos(rr,pos);
+    n=(int)(timediff(te,ts)/tint+1.0);
+    
+    for (i=0;i<n;i++) {
+        time=timeadd(ts,tint*i);
+        time2str(time,s,0);
+        
+        for (j=0;j<MAXSAT;j++) data[j].time=time;
+        
+        for (j=0;j<3;j++) { /* iteration for pseudorange */
+            satpos(time,data,MAXSAT,nav,rs,dts);
+            for (k=0;k<MAXSAT;k++) {
+                if ((r=geodist(rs+k*3,rr,e))<=0.0) continue;
+                data[k].P[0]=r+CLIGHT*(dtr-dts[k]);
+            }
+        }
+        satpos(time,data,MAXSAT,nav,rs,dts);
+        for (j=ns=0;j<MAXSAT;j++) {
+            
+            /* add ephemeris error */
+            for (k=0;k<3;k++) rs[k+j*3]+=ers[j][k];
+            
+            if ((r=geodist(rs+j*3,rr,e))<=0.0) continue;
+            satazel(pos,e,azel);
+            if (azel[1]<minel*D2R) continue;
+            
+            iono=ionmodel(time,nav->ion,pos,azel);
+            trop=tropmodel(pos,azel,0.3);
+            
+            /* add ionospheric error */
+            iono+=errion*bl*ionmapf(pos,azel);
+            
+            snrmodel(azel,snr[j]);
+            errmodel(azel,snr[j],ecp[j],epr[j]);
+            sys=satsys(data[j].sat,&prn);
+            
+            for (k=0;k<NFREQ;k++) {
+                data[j].L[k]=data[j].P[k]=0.0;
+                data[j].SNR[k]=0;
+                data[j].LLI[k]=0;
+                
+                if (sys==SYS_GPS) {
+                    if (k>=3) continue; /* no L5a/L5b in gps */
+                    if (k>=2&&!gpsblock[prn-1]) continue; /* no L5 in block II */
+                }
+                else if (sys==SYS_GLO) {
+                    if (k>=3) continue;
+                }
+                else if (sys==SYS_GAL) {
+                    if (k==1) continue; /* no L2 in galileo */
+                }
+                else continue;
+                
+                /* generate observation data */
+                fact=lam[k]*lam[k]/lam[0]/lam[0];
+                cp=r+CLIGHT*(dtr-dts[j])-fact*iono+trop+ecp[j][k];
+                pr=r+CLIGHT*(dtr-dts[j])+fact*iono+trop+epr[j][k];
+                
+                if (amb[j][k]==0) amb[j][k]=(int)(-cp/lam[k]);
+                data[j].L[k]=cp/lam[k]+amb[j][k];
+                data[j].P[k]=pr;
+                data[j].SNR[k]=(unsigned char)snr[j][k];
+                data[j].LLI[k]=data[j].SNR[k]<slipthres?1:0;
+            }
+            if (obs->nmax<=obs->n) {
+                if (obs->nmax==0) obs->nmax=65532; else obs->nmax+=65532;
+                if (!(obs->data=(obsd_t *)realloc(obs->data,sizeof(obsd_t)*obs->nmax))) {
+                    fprintf(stderr,"malloc error\n");
+                    return 0;
+                }
+            }
+            obs->data[obs->n++]=data[j];
+            ns++;
+        }
+        fprintf(stderr,"time=%s nsat=%2d\r",s,ns);
+    }
+    fprintf(stderr,"\n");
+    return 1;
+}
+/* simgal main ---------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp;
+    rnxopt_t rnxopt={{0}};
+    obs_t obs={0};
+    nav_t nav={0};
+    gtime_t ts={0},te={0};
+    double es[]={2000,1,1,0,0,0},ee[]={2000,1,1,0,0,0},tint=30.0;
+    double pos[3]={0},rr[3];
+    char *infile[16]={0},*outfile="";
+    int i,j,n=0,opt=0;
+    
+    for (i=1;i<argc;i++) {
+        if      (!strcmp(argv[i],"-o")&&i+1<argc) outfile=argv[++i];
+        else if (!strcmp(argv[i],"-ts")&&i+1<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf %lf:%lf:%lf",es,es+1,es+2,es+3,es+4,es+5);
+            ts=epoch2time(es);
+        }
+        else if (!strcmp(argv[i],"-te")&&i+1<argc) {
+            sscanf(argv[++i],"%lf/%lf/%lf %lf:%lf:%lf",ee,ee+1,ee+2,ee+3,ee+4,ee+5);
+            te=epoch2time(ee);
+        }
+        else if (!strcmp(argv[i],"-ti")&&i+1<argc) tint=atof(argv[++i]);
+        else if (!strcmp(argv[i],"-r")&&i+3<argc) {
+            for (j=0;j<3;j++) pos[j]=atof(argv[++i]); /* lat,lon,hgt */
+        }
+        else infile[n++]=argv[i];
+    }
+    if (n<=0) {
+        fprintf(stderr,"no input file\n");
+        return -1;
+    }
+    if (!*outfile) {
+        fprintf(stderr,"no output file\n");
+        return -1;
+    }
+    if (norm(pos,3)<=0.0) {
+        fprintf(stderr,"no receiver pos\n");
+        return -1;
+    }
+    pos[0]*=D2R; pos[1]*=D2R; pos2ecef(pos,rr);
+    
+    /* read simulated/real rinex nav files */
+    readrnx(infile,n,&obs,&nav);
+    
+    if (nav.n<=0) {
+        fprintf(stderr,"no nav data\n");
+        return -1;
+    }
+    /* generate simulated observation data */
+    if (!simobs(ts,te,tint,rr,&nav,&obs,opt)) return -1;
+    
+    /* output rinex obs file */
+    if (!(fp=fopen(outfile,"w"))) {
+        fprintf(stderr,"error : outfile open %s\n",outfile);
+        return -1;
+    }
+    fprintf(stderr,"saving...: %s\n",outfile);
+    strcpy(rnxopt.prog,PROGNAME);
+    strcpy(rnxopt.comment[0],"SIMULATED OBS DATA");
+    rnxopt.tstart=ts;
+    rnxopt.tstart=te;
+    rnxopt.navsys=SYS_ALL;
+    rnxopt.obstype=OBSTYPE_PR|OBSTYPE_CP|OBSTYPE_SNR;
+    rnxopt.freqtype=FREQTYPE_L1|FREQTYPE_L2|FREQTYPE_L5|FREQTYPE_L7;
+    for (i=0;i<3;i++) rnxopt.apppos[i]=rr[i];
+    
+    outrnxobsh(fp,&rnxopt);
+    
+    for (i=0;i<obs.n;i=j) {
+        for (j=i;j<obs.n;j++) {
+            if (timediff(obs.data[j].time,obs.data[i].time)>0.001) break;
+        }
+        outrnxobsb(fp,&rnxopt,obs.data+i,j-i,0);
+    }
+    fclose(fp);
+    return 0;
+}
diff --git a/util/testeph/diffeph.c b/util/testeph/diffeph.c
new file mode 100644
index 0000000..b35527b
--- /dev/null
+++ b/util/testeph/diffeph.c
@@ -0,0 +1,236 @@
+/*------------------------------------------------------------------------------
+* diffeph.c : output difference between ephemerides
+*
+* history : 2010/06/17  0.1 new
+*           2011/09/17  0.2 add comparison of 2 precise ephemeris
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include "rtklib.h"
+
+static const char *usage[]={
+"Synopsys",
+" diffeph [-t0 y/m/d h:m:s][-ts ts][-ti ti][-s s][-1 r][-2 b][-t]",
+"         [-o][-u lat lon][-x level] file ...",
+"",
+"Description",
+"compute ephemeris and clock error and output errors.",
+"",
+"Options [default]",
+"-t0 y/m/d h:m:s  start time expressed in gpst",
+"-ts ts      time span (hr) [24]",
+"-ti ti      time interval (s) [30]",
+"-s s        satellite number (all)",
+"-1 r        compared ephemeris type (0:broadcast,1:precise,2:sbas,3:ssrapc,5:lex)",
+"-2 b        reference ephemeris type (same as above)",
+"-t          output time as yyyy/mm/dd hh:mm:ss",
+"-e          output difference as ecef-x/y/z [radial/along-trk/cross-trk]",
+"-o          output satellite position/clock-bias",
+"-u lat lon  refrence position latitude and longitude for ure",
+"-x level    trace level",
+"file ...    compared ephemeris files and antenna parameters file",
+NULL};
+
+/* print usage ---------------------------------------------------------------*/
+static void prusage(void)
+{
+	int i;
+	for (i=0;usage[i];i++) fprintf(stderr,"%s\n",usage[i]);
+}
+/* update rtcm struct --------------------------------------------------------*/
+static void updatertcm(gtime_t time, rtcm_t *rtcm, nav_t *nav, FILE *fp)
+{
+    char s1[32],s2[32];
+    int i;
+    
+    while (input_rtcm3f(rtcm,fp)>=0) {
+        time2str(time      ,s1,0);
+        time2str(rtcm->time,s2,0);
+        trace(2,"rtcm.time=%s time=%s\n",s1,s2);
+        
+        if (timediff(rtcm->time,time)>=5.0) break;
+    }
+    for (i=0;i<MAXSAT;i++) nav->ssr[i]=rtcm->ssr[i];
+}
+/* update lex ephemeris ------------------------------------------------------*/
+static int updatelex(int index, gtime_t time, lex_t *lex, nav_t *nav)
+{
+    gtime_t tof;
+    
+    for (;index<lex->n;index++) {
+        if (!lexupdatecorr(lex->msgs+index,nav,&tof)) continue;
+        if (timediff(tof,time)>=0.0) break;
+    }
+    return index;
+}
+/* print difference ----------------------------------------------------------*/
+static void printephdiff(gtime_t time, int sat, int eph1, int eph2,
+                         const nav_t *nav1, const nav_t *nav2, int topt,
+                         int eopt, int mopt, const double *pos)
+{
+    double tow,rs1[6],rs2[6],dts1[2],dts2[2],var1,var2;
+    double drs[3],drss[3],rc[3],er[3],ea[3],ec[3];
+    double rr[3],e[3],rr1[3],rr2[3],r1,r2,azel[2];
+    int i,week,svh1,svh2;
+    char tstr[32];
+    
+    if (!satpos(time,time,sat,eph1,nav1,rs1,dts1,&var1,&svh1)) return;
+    if (!satpos(time,time,sat,eph2,nav2,rs2,dts2,&var2,&svh2)) return;
+    if (svh1||svh2) return;
+    
+    for (i=0;i<3;i++) drs[i]=rs1[i]-rs2[i];
+    if (!normv3(rs2+3,ea)) return;
+    cross3(rs2,rs2+3,rc);
+    if (!normv3(rc,ec)) return;
+    cross3(ea,ec,er);
+    drss[0]=dot(drs,er,3); /* radial/along-trk/cross-trk */
+    drss[1]=dot(drs,ea,3);
+    drss[2]=dot(drs,ec,3);
+    
+    if (topt) {
+        time2str(time,tstr,0);
+        printf("%s ",tstr);
+    }
+    else {
+        tow=time2gpst(time,&week);
+        printf("%4d %6.0f",week,tow);
+    }
+    printf("%3d ",sat);
+    
+    if (mopt) {
+        printf("%8.3f %8.3f %8.3f ",drss[0],drss[1],drss[2]);
+    }
+    else {
+        printf("%8.3f %8.3f %8.3f ",drs[0],drs[1],drs[2]);
+    }
+    printf("%8.3f ",dts1[0]==0.0||dts2[0]==0.0?0.0:(dts1[0]-dts2[0])*CLIGHT);
+    if (mopt) {
+        printf(" %13.3f %13.3f %13.3f %12.3f",rs1[0],rs1[1],rs1[2],dts1[0]*CLIGHT);
+    }
+    if (norm(pos,3)>0.0) {
+        pos2ecef(pos,rr);
+        for (i=0;i<3;i++) {
+            rr1[i]=rs1[i]-rr[i];
+            rr2[i]=rs2[i]-rr[i];
+        }
+        r1=norm(rr1,3);
+        r2=norm(rr2,3);
+        for (i=0;i<3;i++) e[i]=rr2[i]/r2;
+        satazel(pos,e,azel);
+        printf(" %8.3f %5.1f",(r1-r2)-(dts1[0]-dts2[0])*CLIGHT,azel[1]*R2D);
+    }
+    printf("\n");
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=NULL;
+    nav_t nav={0},nav2={0};
+    rtcm_t rtcm;
+    lex_t lex={0};
+    gtime_t t0,time;
+    double ep0[]={2000,1,1,0,0,0},tspan=24.0,tint=300,pos[]={0};
+    int i,s,n=0,nx=0,sat=0,topt=0,eopt=0,mopt=0,trl=0,index=0;
+    int eph1=EPHOPT_BRDC,eph2=EPHOPT_PREC;
+    char *files[32],*ext;
+    
+    t0=epoch2time(ep0);
+    
+    init_rtcm(&rtcm);
+    rtcm.time=t0;
+    
+    for (i=1;i<argc;i++) {
+       if      (!strcmp(argv[i],"-s" )&&i+1<argc) sat  =atoi(argv[++i]);
+       else if (!strcmp(argv[i],"-1" )&&i+1<argc) eph1 =atoi(argv[++i]);
+       else if (!strcmp(argv[i],"-2" )&&i+1<argc) eph2 =atoi(argv[++i]);
+       else if (!strcmp(argv[i],"-x" )&&i+1<argc) trl  =atoi(argv[++i]);
+       else if (!strcmp(argv[i],"-t0")&&i+2<argc) {
+           if (sscanf(argv[++i],"%lf/%lf/%lf",ep0  ,ep0+1,ep0+2)<3||
+               sscanf(argv[++i],"%lf:%lf:%lf",ep0+3,ep0+4,ep0+5)<1) {
+               fprintf(stderr,"invalid time\n");
+               return -1;
+           }
+       }
+       else if (!strcmp(argv[i],"-ts")&&i+1<argc) tspan=atof(argv[++i]);
+       else if (!strcmp(argv[i],"-ti")&&i+1<argc) tint =atof(argv[++i]);
+       else if (!strcmp(argv[i],"-t" )) topt=1;
+       else if (!strcmp(argv[i],"-u" )&&i+2<argc) {
+           pos[0]=atof(argv[++i])*D2R;
+           pos[1]=atof(argv[++i])*D2R;
+       }
+       else if (!strcmp(argv[i],"-e" )) eopt=1;
+       else if (!strcmp(argv[i],"-o" )) mopt=1;
+       else if (!strncmp(argv[i],"-",1)) {
+           prusage();
+           return 0;
+       }
+       else files[n++]=argv[i];
+    }
+    if (trl>0) {
+       traceopen("diffeph.trace");
+       tracelevel(trl);
+    }
+    t0=epoch2time(ep0);
+    
+    init_rtcm(&rtcm);
+    rtcm.time=t0;
+    
+    for (i=0;i<n;i++) {
+        if (!(ext=strrchr(files[i],'.'))) ext="";
+        if (!strcmp(ext,".sp3")||!strcmp(ext,".SP3")||
+           !strcmp(ext,".eph")||!strcmp(ext,".EPH")) {
+           if (nav.ne>0) {
+               readsp3(files[i],&nav2); /* second precise ephemeris */
+           }
+           else {
+               readsp3(files[i],&nav);
+           }
+        }
+        else if (!strcmp(ext,".atx")) {
+           readsap(files[i],t0,&nav);
+        }
+        else if (!strcmp(ext,".rtcm3")||!strcmp(ext,".log")) {
+           if (!(fp=fopen(files[i],"rb"))) {
+               fprintf(stderr,"file open error: %s\n",files[i]);
+               return -1;
+           }
+        }
+        else if (!strcmp(ext,".lex")) {
+           if (!lexreadmsg(files[i],0,&lex)) {
+               fprintf(stderr,"file read error: %s\n",files[i]);
+               return -1;
+           }
+        }
+        else files[nx++]=files[i]; /* rinex clock */
+    }
+    for (i=0;i<nx;i++) {
+        readrnx(files[i],1,"",NULL,&nav,NULL);
+        if (nav.nc>0) {
+           readrnxc(files[i],&nav2); /* second precise clock */
+        }
+        else {
+           readrnxc(files[i],&nav);
+        }
+    } 
+    for (i=0;i<(int)(tspan*3600.0/tint);i++) {
+       time=timeadd(t0,tint*i);
+       
+       fprintf(stderr,"time=%s\r",time_str(time,0));
+       
+       /* update ephemeris in navigation data */
+       if (fp) {
+           updatertcm(time,&rtcm,&nav,fp);
+       }
+       else if (lex.n>0) {
+           index=updatelex(index,time,&lex,&nav);
+       }  
+       for (s=1;s<=MAXSAT;s++) {
+           if (sat&&s!=sat) continue;
+           
+           printephdiff(time,s,eph1,eph2,&nav,eph1==1&&eph2==1?&nav2:&nav,topt,
+                        eopt,mopt,pos);
+       }
+    }
+    if (fp) fclose(fp);
+    if (trl>0) traceclose();
+    return 0;
+}
diff --git a/util/testeph/dumpssr.c b/util/testeph/dumpssr.c
new file mode 100644
index 0000000..2821e60
--- /dev/null
+++ b/util/testeph/dumpssr.c
@@ -0,0 +1,131 @@
+/*------------------------------------------------------------------------------
+* dumpssr.c : dump ssr messages in rtcm log
+*
+* 2010/06/10 new
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include "rtklib.h"
+
+/* print ssr messages --------------------------------------------------------*/
+static void printhead(int topt, int mopt)
+{
+    int i;
+    
+    printf("%% %s  SAT ",topt?"  DAY      TIME  ":"   GPST  ");
+    
+    if (mopt&1) {
+        printf(" UDI IOD URA REF ");
+    }
+    if (mopt&2) {
+        printf("%8s %8s %8s %8s %8s %8s ","DR","DA","DC","DDR","DDA","DDC");
+    }
+    if (mopt&4) {
+        printf("%8s %8s %8s %8s ","DCLK","DDCLK","DDDCLK","HRCLK");
+    }
+    if (mopt&8) {
+        for (i=0;i<12;i++) printf("   B%02d ",i+1);
+    }
+    printf("\n");
+}
+/* print ssr messages --------------------------------------------------------*/
+static void printssrmsg(int sat, const ssr_t *ssr, int topt, int mopt)
+{
+    double tow;
+    int week;
+    char tstr[32],id[16];
+    
+    if (topt) {
+        time2str(ssr->t0,tstr,0);
+        printf("%s ",tstr);
+    }
+    else {
+        tow=time2gpst(ssr->t0,&week);
+        printf("%4d %6.0f ",week,tow);
+    }
+    satno2id(sat,id);
+    printf("%4s ",id);
+    
+    if (mopt&1) {
+        printf("%4.0f %3d %3d %3d ",ssr->udint,ssr->iode,ssr->ura,ssr->refd);
+    }
+    if (mopt&2) {
+        printf("%8.3f %8.3f %8.3f %8.3f %8.3f %8.3f ",ssr->deph[0],ssr->deph[1],
+               ssr->deph[2],ssr->ddeph[0],ssr->ddeph[1],ssr->ddeph[2]);
+    }
+    if (mopt&4) {
+        printf("%8.3f %8.3f %8.3f %8.3f ",ssr->dclk[0],ssr->dclk[1],ssr->dclk[2],
+               ssr->hrclk);
+    }
+    if (mopt&8) {
+        printf("%6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f ",
+               ssr->cbias[0],ssr->cbias[1],ssr->cbias[2],ssr->cbias[3],
+               ssr->cbias[4],ssr->cbias[5],ssr->cbias[6],ssr->cbias[7],
+               ssr->cbias[8],ssr->cbias[9],ssr->cbias[10],ssr->cbias[11]);
+    }
+    printf("\n");
+}
+/* dump ssr messages ---------------------------------------------------------*/
+static void dumpssrmsg(FILE *fp, int sat, int topt, int mopt)
+{
+    static rtcm_t rtcm;
+    static gtime_t t0[MAXSAT]={{0}};
+    int i,stat;
+    
+    init_rtcm(&rtcm);
+    
+    while ((stat=input_rtcm3f(&rtcm,fp))>=0) {
+        
+        if (stat!=10) continue; /* ssr message */
+        
+        for (i=0;i<MAXSAT;i++) {
+            if (timediff(rtcm.ssr[i].t0,t0[i])==0.0) continue;
+            t0[i]=rtcm.ssr[i].t0;
+            
+            if (!sat||i+1==sat) {
+                printssrmsg(i+1,rtcm.ssr+i,topt,mopt);
+            }
+        }
+    }
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    const char *usage="dumpssr [-t][-s sat][-i][-o][-c][-b][-h][-x tr] file";
+    
+    FILE *fp;
+    char *file="";
+    int i,sat=0,topt=0,mopt=0,trl=0;
+    
+    for (i=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-t")) topt =1;
+        else if (!strcmp(argv[i],"-i")) mopt|=1;
+        else if (!strcmp(argv[i],"-o")) mopt|=2;
+        else if (!strcmp(argv[i],"-c")) mopt|=4;
+        else if (!strcmp(argv[i],"-b")) mopt|=8;
+        else if (!strcmp(argv[i],"-s")&&i+1<argc) sat=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-x")&&i+1<argc) trl=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-h")) {
+            fprintf(stderr,"usage: %s\n",usage);
+            return 0;
+        }
+        else file=argv[i];
+    }
+    if (!mopt) mopt=0xFF;
+    
+    if (!(fp=fopen(file,"rb"))) {
+        fprintf(stderr,"file open error: %s\n",file);
+        return -1;
+    }
+    if (trl>0) {
+        traceopen("dumpssr.trace");
+        tracelevel(trl);
+    }
+    printhead(topt,mopt);
+    
+    dumpssrmsg(fp,sat,topt,mopt);
+    
+    fclose(fp);
+    traceclose();
+    
+    return 0;
+}
diff --git a/util/testeph/makefile b/util/testeph/makefile
new file mode 100644
index 0000000..b233947
--- /dev/null
+++ b/util/testeph/makefile
@@ -0,0 +1,48 @@
+# makefile for diffeph dumpssr
+
+SRC    = ../../src
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAQZS -DENAGLO -DEXTLEX
+LDFLAGS = -lm
+
+all        : diffeph dumpssr
+
+diffeph    : rtkcmn.o ephemeris.o sbas.o rinex.o preceph.o rtcm.o rtcm2.o rtcm3.o
+diffeph    : ionex.o pntpos.o ppp.o ppp_ar.o stec.o qzslex.o
+dumpssr    : rtkcmn.o preceph.o rtcm.o rtcm2.o rtcm3.o
+
+rtkcmn.o   : $(SRC)/rtklib.h $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+ephemeris.o: $(SRC)/rtklib.h $(SRC)/ephemeris.c
+	$(CC) -c $(CFLAGS) $(SRC)/ephemeris.c
+sbas.o     : $(SRC)/rtklib.h $(SRC)/sbas.c
+	$(CC) -c $(CFLAGS) $(SRC)/sbas.c
+rinex.o    : $(SRC)/rtklib.h $(SRC)/rinex.c
+	$(CC) -c $(CFLAGS) $(SRC)/rinex.c
+preceph.o  : $(SRC)/rtklib.h $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+rtcm.o     : $(SRC)/rtklib.h $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm2.o    : $(SRC)/rtklib.h $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+rtcm3.o    : $(SRC)/rtklib.h $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+ionex.o    : $(SRC)/rtklib.h $(SRC)/ionex.c
+	$(CC) -c $(CFLAGS) $(SRC)/ionex.c
+pntpos.o   : $(SRC)/rtklib.h $(SRC)/pntpos.c
+	$(CC) -c $(CFLAGS) $(SRC)/pntpos.c
+ppp.o      : $(SRC)/rtklib.h $(SRC)/ppp.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp.c
+ppp_ar.o   : $(SRC)/rtklib.h $(SRC)/ppp_ar.c
+	$(CC) -c $(CFLAGS) $(SRC)/ppp_ar.c
+stec.o     : $(SRC)/rtklib.h $(SRC)/stec.c
+	$(CC) -c $(CFLAGS) $(SRC)/stec.c
+qzslex.o   : $(SRC)/rtklib.h $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+
+install:
+	cp -f diffeph.exe /usr/local/bin
+	cp -f dumpssr.exe /usr/local/bin
+
+clean:
+	rm -f *.o *.stackdump *.trace *.out *.exe
+
diff --git a/util/testlex/convlex.c b/util/testlex/convlex.c
new file mode 100644
index 0000000..0e305a0
--- /dev/null
+++ b/util/testlex/convlex.c
@@ -0,0 +1,29 @@
+/*------------------------------------------------------------------------------
+* convlex.c : convert lex binary to lex log
+*
+* history : 2010/08/24  1.0  new
+*           2011/07/01  1.1  add -h option
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    const char *usage="lexconvbin [-h] [-t type] infile [-o outfile]";
+    char *infile="",*outfile="";
+    int i,type=0,format=0;
+    
+    for (i=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-h")) format=1;
+        else if (!strcmp(argv[i],"-t")&&i+1<argc) type=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-o")&&i+1<argc) outfile=argv[++i];
+        else if (!strcmp(argv[i],"-")) {
+            fprintf(stderr,"usage: %s\n",usage);
+            return 0;
+        }
+        else infile=argv[i];
+    }
+    lexconvbin(type,format,infile,outfile);
+    
+    return 0;
+}
diff --git a/util/testlex/dumplex.c b/util/testlex/dumplex.c
new file mode 100644
index 0000000..c6bfd2a
--- /dev/null
+++ b/util/testlex/dumplex.c
@@ -0,0 +1,40 @@
+/*------------------------------------------------------------------------------
+* dumplex.c : dump lex ephemeris in lex log
+*
+* 2010/06/10 new
+*-----------------------------------------------------------------------------*/
+#include "rtklib.h"
+
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    const char *usage="dumplex [-s sat] file";
+    nav_t nav={0};
+    lex_t lex={0};
+    gtime_t tof; 
+    char *file="";
+    int i,sat=0,trl=0;
+    
+    for (i=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-s")&&i+1<argc) sat=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-x")&&i+1<argc) trl=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-")) {
+            fprintf(stderr,"usage: %s\n",usage);
+            return 0;
+        }
+        else file=argv[i];
+    }
+    if (trl>0) {
+        traceopen("dumplex.trace");
+        tracelevel(trl);
+    }
+    if (!lexreadmsg(file,0,&lex)) {
+        fprintf(stderr,"file read error: %s\n",file);
+        return -1;
+    }
+    for (i=0;i<lex.n;i++) {
+        lexupdatecorr(lex.msgs+i,&nav,&tof);
+    }
+    if (trl>0) traceclose();
+    return 0;
+}
diff --git a/util/testlex/dumpssr.c b/util/testlex/dumpssr.c
new file mode 100644
index 0000000..f9c1899
--- /dev/null
+++ b/util/testlex/dumpssr.c
@@ -0,0 +1,131 @@
+/*------------------------------------------------------------------------------
+* dumpssr.c : dump ssr messages in rtcm log
+*
+* 2010/06/10 new
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include "rtklib.h"
+
+/* print ssr messages --------------------------------------------------------*/
+static void printhead(int topt, int mopt)
+{
+    int i;
+    
+    printf("%% %s  SAT ",topt?"  DAY      TIME  ":"   GPST  ");
+    
+    if (mopt&1) {
+        printf(" UDI IOD URA REF ");
+    }
+    if (mopt&2) {
+        printf("%8s %8s %8s %8s %8s %8s ","DR","DA","DC","DDR","DDA","DDC");
+    }
+    if (mopt&4) {
+        printf("%8s %8s %8s %8s ","DCLK","DDCLK","DDDCLK","HRCLK");
+    }
+    if (mopt&8) {
+        for (i=0;i<12;i++) printf("   B%02d ",i+1);
+    }
+    printf("\n");
+}
+/* print ssr messages --------------------------------------------------------*/
+static void printssrmsg(int sat, const ssr_t *ssr, int topt, int mopt)
+{
+    double tow;
+    int week;
+    char tstr[32],id[16];
+    
+    if (topt) {
+        time2str(ssr->t0,tstr,0);
+        printf("%s ",tstr);
+    }
+    else {
+        tow=time2gpst(ssr->t0,&week);
+        printf("%4d %6.0f ",week,tow);
+    }
+    satno2id(sat,id);
+    printf("%4s ",id);
+    
+    if (mopt&1) {
+        printf("%4.0f %3d %3d %3d ",ssr->udint,ssr->iode,ssr->ura,ssr->refd);
+    }
+    if (mopt&2) {
+        printf("%8.3f %8.3f %8.3f %8.3f %8.3f %8.3f ",ssr->deph[0],ssr->deph[1],
+               ssr->deph[2],ssr->ddeph[0],ssr->ddeph[1],ssr->ddeph[2]);
+    }
+    if (mopt&4) {
+        printf("%8.3f %8.3f %8.3f %8.3f ",ssr->dclk[0],ssr->dclk[1],ssr->dclk[2],
+               ssr->hrclk);
+    }
+    if (mopt&8) {
+        printf("%6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f %6.2f ",
+               ssr->cbias[0],ssr->cbias[1],ssr->cbias[2],ssr->cbias[3],
+               ssr->cbias[4],ssr->cbias[5],ssr->cbias[6],ssr->cbias[7],
+               ssr->cbias[8],ssr->cbias[9],ssr->cbias[10],ssr->cbias[11]);
+    }
+    printf("\n");
+}
+/* dump ssr messages ---------------------------------------------------------*/
+static void dumpssrmsg(FILE *fp, int sat, int topt, int mopt)
+{
+    static rtcm_t rtcm;
+    static gtime_t t0[MAXSAT]={{0}};
+    int s,stat;
+    
+    init_rtcm(&rtcm);
+    
+    while ((stat=input_rtcm3f(&rtcm,fp))>=0) {
+        
+        if (stat!=10) continue; /* ssr message */
+        
+        for (s=1;s<=MAXSAT;s++) {
+            if (timediff(rtcm.ssr[s-1].t0,t0[s-1])==0.0) continue;
+            t0[s-1]=rtcm.ssr[s-1].t0;
+            
+            if (!sat||s==sat) {
+                printssrmsg(s,rtcm.ssr+s-1,topt,mopt);
+            }
+        }
+    }
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    const char *usage="dumpssr [-t][-s sat][-i][-o][-c][-b][-h][-x tr] file";
+    
+    FILE *fp;
+    char *file="";
+    int i,sat=0,topt=0,mopt=0,trl=0;
+    
+    for (i=0;i<argc;i++) {
+        if      (!strcmp(argv[i],"-t")) topt =1;
+        else if (!strcmp(argv[i],"-i")) mopt|=1;
+        else if (!strcmp(argv[i],"-o")) mopt|=2;
+        else if (!strcmp(argv[i],"-c")) mopt|=4;
+        else if (!strcmp(argv[i],"-b")) mopt|=8;
+        else if (!strcmp(argv[i],"-s")&&i+1<argc) sat=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-x")&&i+1<argc) trl=atoi(argv[++i]);
+        else if (!strcmp(argv[i],"-h")) {
+            fprintf(stderr,"usage: %s\n",usage);
+            return 0;
+        }
+        else file=argv[i];
+    }
+    if (!mopt) mopt=0xFF;
+    
+    if (!(fp=fopen(file,"rb"))) {
+        fprintf(stderr,"file open error: %s\n",file);
+        return -1;
+    }
+    if (trl>0) {
+        traceopen("dumpssr.trace");
+        tracelevel(trl);
+    }
+    printhead(topt,mopt);
+    
+    dumpssrmsg(fp,sat,topt,mopt);
+    
+    fclose(fp);
+    traceclose();
+    
+    return 0;
+}
diff --git a/util/testlex/makefile b/util/testlex/makefile
new file mode 100644
index 0000000..8799e4a
--- /dev/null
+++ b/util/testlex/makefile
@@ -0,0 +1,58 @@
+# makefile for testlex
+
+SRC    = ../../src
+#CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAQZS -DENAGLO -DENALEX
+CFLAGS = -Wall -O3 -ansi -pedantic -I$(SRC) -DTRACE -DENAQZS -DENAGLO
+LDFLAGS= -lm -lrt
+
+all        : convlex dumplex dumpssr outlexion
+
+convlex    : rtkcmn.o preceph.o qzslex.o
+dumplex    : rtkcmn.o preceph.o qzslex.o
+dumpssr    : rtkcmn.o preceph.o rtcm.o rtcm3.o rtcm2.o dumpssr.o
+outlexion  : rtkcmn.o preceph.o qzslex.o
+
+rtkcmn.o   : $(SRC)/rtklib.h $(SRC)/rtkcmn.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtkcmn.c
+preceph.o  : $(SRC)/rtklib.h $(SRC)/preceph.c
+	$(CC) -c $(CFLAGS) $(SRC)/preceph.c
+qzslex.o   : $(SRC)/rtklib.h $(SRC)/qzslex.c
+	$(CC) -c $(CFLAGS) $(SRC)/qzslex.c
+rtcm.o     : $(SRC)/rtklib.h $(SRC)/rtcm.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm.c
+rtcm3.o    : $(SRC)/rtklib.h $(SRC)/rtcm3.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm3.c
+rtcm2.o    : $(SRC)/rtklib.h $(SRC)/rtcm2.c
+	$(CC) -c $(CFLAGS) $(SRC)/rtcm2.c
+
+install:
+	cp -f convlex.exe /usr/local/bin
+	cp -f dumplex.exe /usr/local/bin
+	cp -f outlexion.exe /usr/local/bin
+
+clean:
+	rm -f *.o *.stackdump *.trace *.out *.exe
+
+DIR1=../lexdata
+DIR2=../lexerrdata
+
+test1:
+	./convlex $(DIR1)/LEX_20100704.bin -o $(DIR1)/LEX_20100704.lex
+	./convlex $(DIR1)/LEX_20100725.bin -o $(DIR1)/LEX_20100725.lex
+	./convlex $(DIR1)/LEX_20100803.bin -o $(DIR1)/LEX_20100803.lex
+	./convlex $(DIR1)/LEX_20101204.bin -o $(DIR1)/LEX_20101204.lex
+	./convlex $(DIR1)/LEX_20101205.bin -o $(DIR1)/LEX_20101205.lex
+
+test2:
+#	./diffeph -t0 2010/07/04 0:00:00 -ts 24 -ti 30 -1 5 $(DIR1)/LEX_20100704.lex $(DIR2)/igs15910.* $(DIR2)/igs05_1604.atx -x 2 > LEX_20100704.diff
+#	./diffeph -t0 2010/07/25 0:00:00 -ts 24 -ti 30 -1 5 $(DIR1)/LEX_20100725.lex $(DIR2)/igs15940.* $(DIR2)/igs05_1604.atx -x 2 > LEX_20100725.diff
+#	./diffeph -t0 2010/08/03 0:00:00 -ts 24 -ti 30 -1 5 $(DIR1)/LEX_20100803.lex $(DIR2)/igs15952.* $(DIR2)/igs05_1604.atx -x 2 > LEX_20100803.diff
+#	./diffeph -t0 2010/12/04 0:00:00 -ts 24 -ti 30 -1 5 $(DIR1)/LEX_20101204.lex $(DIR2)/igr161*.*  $(DIR2)/igs05_1604.atx -x 2 > LEX_20101204.diff
+#	./diffeph -t0 2010/12/05 0:00:00 -ts 24 -ti 30 -1 5 $(DIR1)/LEX_20101205.lex $(DIR2)/igr161*.*  $(DIR2)/igs05_1604.atx -x 2 > LEX_20101205.diff
+
+test3:
+#	./diffeph -t0 2010/12/04 0:00:00 -ts 24 -ti 30 -1 3 $(DIR2)/brdc33*0.10n $(DIR2)/clk11_201012040000.rtcm3 $(DIR2)/igr161*.*  $(DIR2)/igs05_1604.atx -x 2 > SSR_20101204.diff
+	./diffeph -t0 2010/12/04 0:00:00 -ts 24 -ti 30 -1 3 $(DIR2)/brdc33*0.10n $(DIR2)/clk20_201012040000.rtcm3 $(DIR2)/igr161*.*  $(DIR2)/igs05_1604.atx -x 2 > SSR_20101204.diff
+
+test4:
+	./outlexion -t0 2010/12/04 0:00:00 -ts 24 $(DIR1)/LEX_20101204.lex -o LEXION_20101204.m
diff --git a/util/testlex/outlexion.c b/util/testlex/outlexion.c
new file mode 100644
index 0000000..5e52a23
--- /dev/null
+++ b/util/testlex/outlexion.c
@@ -0,0 +1,125 @@
+/*------------------------------------------------------------------------------
+* outlexion.c : output lex ionosphere correction as matrix
+*
+* 2010/12/09 0.1 new
+*-----------------------------------------------------------------------------*/
+#include <stdio.h>
+#include "rtklib.h"
+
+/* update lex ephemeris ------------------------------------------------------*/
+static int updatelex(int index, gtime_t time, lex_t *lex, nav_t *nav)
+{
+    gtime_t tof;
+    
+    for (;index<lex->n;index++) {
+        if (!lexupdatecorr(lex->msgs+index,nav,&tof)) continue;
+        fprintf(stderr,"%6d: tof=%s\r",index,time_str(tof,0));
+        if (timediff(tof,time)>=0.0) break;
+    }
+    return index;
+}
+/* print tec grid data -------------------------------------------------------*/
+static void printtec(int index, gtime_t time, double sec, const nav_t *nav,
+                     const double *rpos, int nlat, int nlon, double dpos,
+                     FILE *fp)
+{
+    int i,j;
+    double lat0,lon0,pos[3]={0},azel[]={0,PI/2.0},ion,var;
+    
+    lat0=rpos[0]+dpos*((nlat-1)/2);
+    lon0=rpos[1]-dpos*((nlon-1)/2);
+    
+    if (index==1) {
+        fprintf(fp,"lons =[");
+        for (i=0;i<nlon;i++) fprintf(fp,"%.1f%s",lon0+dpos*i,i<nlon-1?" ":"");
+        fprintf(fp,"];\n");
+        fprintf(fp,"lats =[");
+        for (i=0;i<nlat;i++) fprintf(fp,"%.1f%s",lat0-dpos*i,i<nlat-1?" ":"");
+        fprintf(fp,"];\n\n");
+    }
+    fprintf(fp,"%% %s\n",time_str(time,0));
+    fprintf(fp,"time(%d)=%.0f;\n",index,sec);
+    fprintf(fp,"tec(:,:,%d)=[\n",index);
+    for (i=0;i<nlat;i++) {
+        for (j=0;j<nlon;j++) {
+            pos[0]=(lat0-dpos*i)*D2R;
+            pos[1]=(lon0+dpos*j)*D2R;
+            if (lexioncorr(time,nav,pos,azel,&ion,&var)) {
+                /*tec=ion*FREQ1*FREQ1/40.3E16;*/ /* L1 iono delay -> tecu */
+                fprintf(fp,"%7.3f ",ion);
+            }
+            else {
+                fprintf(fp,"%7s ","nan");
+            }
+        }
+        fprintf(fp,"\n");
+    }
+    fprintf(fp,"];\n");
+}
+/* main ----------------------------------------------------------------------*/
+int main(int argc, char **argv)
+{
+    FILE *fp=NULL;
+    nav_t nav={0};
+    lex_t lex={0};
+    gtime_t t0,time;
+    double ep0[]={2000,1,1,0,0,0},tspan=24.0,tint=7200,dpos=1;
+    double rpos[]={35,137};
+    char *ifile="",*ofile="";
+    int i,trl=0,index=0,nlat=45,nlon=45;
+    
+    t0=epoch2time(ep0);
+    
+    for (i=1;i<argc;i++) {
+       if (!strcmp(argv[i],"-t0")&&i+2<argc) {
+           if (sscanf(argv[++i],"%lf/%lf/%lf",ep0  ,ep0+1,ep0+2)<3||
+               sscanf(argv[++i],"%lf:%lf:%lf",ep0+3,ep0+4,ep0+5)<1) {
+               fprintf(stderr,"invalid time\n");
+               return -1;
+           }
+       }
+       else if (!strcmp(argv[i],"-ts")&&i+1<argc) tspan=atof(argv[++i]);
+       else if (!strcmp(argv[i],"-ti")&&i+1<argc) tint =atof(argv[++i]);
+       else if (!strcmp(argv[i],"-u" )&&i+2<argc) {
+           rpos[0]=atof(argv[++i]);
+           rpos[1]=atof(argv[++i]);
+       }
+       else if (!strcmp(argv[i],"-n" )&&i+2<argc) {
+           nlat=atoi(argv[++i]);
+           nlon=atoi(argv[++i]);
+       }
+       else if (!strcmp(argv[i],"-d" )&&i+1<argc) dpos =atof(argv[++i]);
+       else if (!strcmp(argv[i],"-o" )&&i+1<argc) ofile=argv[++i];
+       else if (!strcmp(argv[i],"-x" )&&i+1<argc) trl  =atof(argv[++i]);
+       else ifile=argv[i];
+    }
+    if (trl>0) {
+       traceopen("diffeph.trace");
+       tracelevel(trl);
+    }
+    t0=epoch2time(ep0);
+    
+    if (!lexreadmsg(ifile,0,&lex)) {
+        fprintf(stderr,"file read error: %s\n",ifile);
+        return -1;
+    }
+    if (!(fp=fopen(ofile,"w"))) {
+        fprintf(stderr,"file open error: %s\n",ofile);
+        return -1;
+    }
+    fprintf(fp,"epoch=[%.0f %.0f %.0f %.0f %.0f %.0f];\n",
+            ep0[0],ep0[1],ep0[2],ep0[3],ep0[4],ep0[5]);
+    
+    for (i=0;i<(int)(tspan*3600.0/tint);i++) {
+       time=timeadd(t0,tint*i);
+       
+       fprintf(stderr,"time=%s\r",time_str(time,0));
+       
+       index=updatelex(index,time,&lex,&nav);
+       
+       printtec(i+1,time,tint*i,&nav,rpos,nlat,nlon,dpos,fp);
+    }
+    fclose(fp);
+    if (trl>0) traceclose();
+    return 0;
+}
diff --git a/util/testlex/plotlexeph.m b/util/testlex/plotlexeph.m
new file mode 100644
index 0000000..33d06d6
--- /dev/null
+++ b/util/testlex/plotlexeph.m
@@ -0,0 +1,70 @@
+function plotlexeph(file,sats,trange)
+%
+% plot lex ephemeris error
+%
+% 2010/12/09 0.1 new
+
+if nargin<1, file='diffeph.out'; end
+if nargin<2, sats=1:32; end
+if nargin<3, trange=[0 24]; end % time range [tstart tend] (hr)
+fn='Times New Roman';
+
+v=textread(file);
+
+figure('color','w'), hold on, box on, grid on
+
+i=find(v(:,3)==2); % reference clock = PRN2
+tclk=v(i,2)-floor(v(1,2)/86400)*86400;
+clk0=v(i,5);
+satlabel={};
+rmserr=[];
+range=3;
+
+disp(sprintf('SAT  : %4s %4s %11s %11s %11s %11s %11s (m)','NE','NC','3D','Radial','AlongTrk','CrossTrk','Clock'));
+
+for sat=sats
+    i=find(v(:,3)==sat);
+    
+    if isempty(i), continue; end
+    timep=v(i,2)-floor(v(1,2)/86400)*86400;
+    poserr=[sqrt(sum(v(i,4:6).^2,2)),v(i,4:6)];
+    
+    [timec,j,k]=intersect(timep,tclk);
+    clkerr=v(i(j),5)-clk0(k,:);
+    
+    i=find(trange(1)*3600<=timep&timep<trange(2)*3600);
+    j=find(trange(1)*3600<=timec&timec<trange(2)*3600);
+    
+    timep=timep(i); poserr=poserr(i,:);
+    timec=timec(j); clkerr=clkerr(j,:);
+    
+    plot(timep/3600,poserr(:,2:4),'-');
+    plot(timec/3600,clkerr,'c-');
+    
+    satlabel={satlabel{:},sprintf('GPS%02d',sat)};
+    rmserr=[rmserr;sqrt(mean(poserr.^2,1)),sqrt(mean(clkerr.^2,1))];
+    
+    disp(sprintf('GPS%02d: %4d %4d %11.4f %11.4f %11.4f %11.4f %11.4f m',sat,...
+         length(timep),length(timec),rmserr(end,:)));
+end
+set(gca,'position',[0.08 0.1 0.86 0.8],'fontname',fn,'xtick',trange(1):3:trange(2));
+xlim(trange);
+ylim([-range,range]);
+xlabel('Time (hr)');
+ylabel('Error (m)');
+title(['Ephemeris/Clock Error : ',file]);
+legend({'Radial','AlongTrk','CrossTrk','Clock'});
+text(0.02,0.98,sprintf('RMS 3D:%6.3fm R:%6.3fm,A:%6.3fm,C:%6.3fm,CLK:%6.3fm',...
+     sqrt(mean(rmserr.^2))),...
+     'units','normalized','horizontal','left','vertical','top','fontname',fn);
+moveax;
+
+figure('color','w'), hold on, box on
+pos=[0.08,0.12,0.89,0.81];
+h=ggt('barplot',rmserr,satlabel,'ylim',[0,range],'position',pos);
+legend(h,{'3D','Radial','Along-Track','Cross-Track','Clock'})
+ylabel('RMS Error (m)');
+title(['Ephemeris/Clock Error: ',file]);
+text(0.02,0.98,sprintf('RMS 3D:%6.3fm R:%6.3fm,A:%6.3fm,C:%6.3fm,CLK:%6.3fm',...
+     sqrt(mean(rmserr.^2))),...
+     'units','normalized','horizontal','left','vertical','top','fontname',fn);
diff --git a/util/testlex/plotlexion.m b/util/testlex/plotlexion.m
new file mode 100644
index 0000000..c9cc3bf
--- /dev/null
+++ b/util/testlex/plotlexion.m
@@ -0,0 +1,62 @@
+function plotlexion(file,index)
+%
+% plot lex ionosphere correction error
+%
+% 2010/12/09 0.1 new
+%
+if nargin<1, file='LEXION_20101204'; end
+if nargin<2, index=2; end
+
+eval(file);
+
+td=caltomjd(epoch);
+time=time(index);
+
+ep=mjdtocal(td+(time+0.5)/86400);
+ts=sprintf('%04.0f/%02.0f/%02.0f %02.0f:%02.0f',ep(1:5));
+
+% plot lex ion
+figure('color','w');
+plotmap(tec(:,:,index),lons,lats,['LEX Vertical Ionosphere Delay (L1) (m): ',ts]);
+
+% plot igs ion
+for i=1:length(lons)
+   for j=1:length(lats)
+       ion(j,i)=ion_tec(td,time,[0 pi/2],[lats(j),lons(i),0],'../lexerrdata','igr');
+   end
+end
+figure('color','w');
+plotmap(ion,lons,lats,['IGR Vertical Ionosphere Delay (L1) (m): ',ts]);
+
+% plot vion map ----------------------------------------------------------------
+function plotmap(ion,lons,lats,ti)
+fn='Times New Roman';
+pos=[0.01 0.01 0.91 0.92];
+cent=[137 35];
+scale=8;
+gray=[.5 .5 .5];
+range=0:0.01:10;
+
+gmt('mmap','proj','eq','cent',cent,'base',cent,'scale',6,'pos',pos,'fontname',fn);
+
+[lon,lat]=meshgrid(lons,lats);
+[xs,ys,zs]=gmt('lltoxy',lon,lat);
+[c,h]=contourf(xs,ys,ion,range);
+set(h,'edgecolor','none');
+caxis(range([1,end]))
+
+gmt('mcoast','lcolor','none','scolor','none','ccolor',gray);
+gmt('mgrid','gint',5,'lint',5,'color',gray);
+
+lonr=[141.0 129.0 126.7 146.0 146.0 141.0]; % lex tec coverage
+latr=[ 45.5  34.7  26.0  26.0  45.5  45.5];
+lonp=[130.0 118.0 115.7 157.0 157.0 130.0];
+latp=[ 56.5  45.7  15.0  15.0  56.5  56.5];
+
+gmt('mplot',lonr,latr,'k');
+%gmt('mplot',lonp,latp,gray);
+
+title(ti);
+
+ggt('colorbarv',[0.94,0.015,0.015,0.92],range([1,end]),'',...
+    'fontname',fn);
diff --git a/util/testlex/plotlexure.m b/util/testlex/plotlexure.m
new file mode 100644
index 0000000..3d49c16
--- /dev/null
+++ b/util/testlex/plotlexure.m
@@ -0,0 +1,55 @@
+function plotlexure(file,sats,trange)
+%
+% plot lex ure with ephemeris and clock
+%
+% 2010/12/09 0.1 new
+%
+if nargin<1, file='diffeph.out'; end
+if nargin<2, sats=1:32; end
+if nargin<3, trange=[0 24]; end % time range [tstart tend] (hr)
+
+v=textread(file);
+
+figure('color','w'), hold on, box on, grid on
+
+range=3;
+minel=15;
+
+timv=v(:,2)-floor(v(:,2)/86400)*86400;
+time=unique(timv);
+v(v(:,end)<minel,end-1)=nan;
+
+ure=repmat(nan,length(time),length(sats));
+for i=1:length(sats)
+    j=find(v(:,3)==sats(i)); if isempty(j), continue; end
+    [tt,k]=intersect(time,timv(j));
+    ure(k,i)=v(j,end-1);
+end
+for i=1:length(time)
+    ure(i,:)=ure(i,:)-mean(ure(i,~isnan(ure(i,:))));
+end
+rmserr=[]; satlabel={};
+for i=1:length(sats)
+    
+    plot(time/3600,ure(:,i),'-');
+    
+    satlabel={satlabel{:},sprintf('GPS%02d',sats(i))};
+    rmserr=[rmserr;sqrt(mean(ure(~isnan(ure(:,i)),i).^2,1))];
+    
+    disp(sprintf('GPS%02d: %4d %8.4f m',sats(i),length(find(~isnan(ure(:,i)))),rmserr(end,:)));
+end
+xlim(trange);
+ylim([-range,range]);
+xlabel('Time (hr)');
+ylabel('Error (m)');
+title(['URE Error : ',file]);
+legend({'URE'});
+moveax;
+
+figure('color','w'), hold on, box on
+pos=[0.08,0.12,0.89,0.81];
+h=ggt('barplot',rmserr,satlabel,'ylim',[0,range],'position',pos);
+legend(h,{'URE'})
+ylabel('URE RMS Error (m)');
+title(['QZSS LEX Ephemeris/Clock URE Error: ',file]);
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rtklib.git



More information about the Pkg-grass-devel mailing list